diff --git a/.changelog/8564.txt b/.changelog/8564.txt new file mode 100644 index 0000000000..f60edca97b --- /dev/null +++ b/.changelog/8564.txt @@ -0,0 +1,3 @@ +```release-note:improvement +cli: the `consul connect envoy --envoy_statsd_url` flag will now resolve the `$HOST_IP` environment variable, as part of a full url. +``` diff --git a/.changelog/8599.txt b/.changelog/8599.txt new file mode 100644 index 0000000000..ef289adefc --- /dev/null +++ b/.changelog/8599.txt @@ -0,0 +1,3 @@ +```release-note:improvement +api: `AutopilotServerHelath` now handles the 429 status code returned by the v1/operator/autopilot/health endpoint and still returned the parsed reply which will indicate server healthiness +``` diff --git a/.changelog/9475.txt b/.changelog/9475.txt new file mode 100644 index 0000000000..feee64f8c4 --- /dev/null +++ b/.changelog/9475.txt @@ -0,0 +1,3 @@ +```release-note:bug +checks: add TLSServerName field to allow setting the TLS server name for HTTPS health checks. +``` diff --git a/.changelog/9617.txt b/.changelog/9617.txt new file mode 100644 index 0000000000..946b9f0e80 --- /dev/null +++ b/.changelog/9617.txt @@ -0,0 +1,3 @@ +```release-note:feature +ui: Read-only ACL Auth Methods view +``` diff --git a/.changelog/9658.txt b/.changelog/9658.txt new file mode 100644 index 0000000000..5711a5d0e7 --- /dev/null +++ b/.changelog/9658.txt @@ -0,0 +1,6 @@ +```release-note:improvement +xds: default to speaking xDS v3, but allow for v2 to be spoken upon request +``` +```release-note:improvement +xds: add support for envoy 1.17.0 +``` diff --git a/.changelog/9672.txt b/.changelog/9672.txt new file mode 100644 index 0000000000..a761fc0e4c --- /dev/null +++ b/.changelog/9672.txt @@ -0,0 +1,4 @@ +```release-note:improvement +cli: added a `-force-without-cross-signing` flag to the `ca set-config` command. +connect/ca: The ForceWithoutCrossSigning field will now work as expected for CA providers that support cross signing. +``` \ No newline at end of file diff --git a/.changelog/9683.txt b/.changelog/9683.txt index 541f9264c7..e2a705f649 100644 --- a/.changelog/9683.txt +++ b/.changelog/9683.txt @@ -1,3 +1,3 @@ -```release-notes:improvement +```release-note:improvement client: when a client agent is attempting to dereigster a service, anddoes not have access to the ACL token used to register a service, attempt to use the agent token instead of the default user token. If no agent token is set, fall back to the default user token. ``` diff --git a/.changelog/9703.txt b/.changelog/9703.txt new file mode 100644 index 0000000000..9c12502e52 --- /dev/null +++ b/.changelog/9703.txt @@ -0,0 +1,3 @@ +```release-note:bug +streaming: lookup in health properly handle case-sensitivity and perform filtering based on tags and node-meta +``` diff --git a/.changelog/9752.txt b/.changelog/9752.txt new file mode 100644 index 0000000000..e6d3bff9a4 --- /dev/null +++ b/.changelog/9752.txt @@ -0,0 +1,3 @@ +```release-note:bug +api: Remove trailing periods from the gateway internal HTTP API endpoint +``` diff --git a/.changelog/9768.txt b/.changelog/9768.txt new file mode 100644 index 0000000000..925f11f9ad --- /dev/null +++ b/.changelog/9768.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: adds new flags `prometheus-backend-port` and `prometheus-scrape-port` to `consul connect envoy` to support envoy_prometheus_bind_addr pointing to the merged metrics port when using Consul Connect on K8s. +``` diff --git a/.changelog/9792.txt b/.changelog/9792.txt new file mode 100644 index 0000000000..f79d54ceb1 --- /dev/null +++ b/.changelog/9792.txt @@ -0,0 +1,3 @@ +```release-note:feature +cli: Add prefix option to kv import command +``` diff --git a/.changelog/9819.txt b/.changelog/9819.txt new file mode 100644 index 0000000000..4b5f6986cc --- /dev/null +++ b/.changelog/9819.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: improve accessibility of modal dialogs +``` diff --git a/.changelog/9847.txt b/.changelog/9847.txt new file mode 100644 index 0000000000..a3010258b3 --- /dev/null +++ b/.changelog/9847.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: support stricter content security policies +``` diff --git a/.changelog/9851.txt b/.changelog/9851.txt new file mode 100644 index 0000000000..4e1338a652 --- /dev/null +++ b/.changelog/9851.txt @@ -0,0 +1,3 @@ +```release-note:bug +config: correct config key from `advertise_addr_ipv6` to `advertise_addr_wan_ipv6` +``` diff --git a/.changelog/9864.txt b/.changelog/9864.txt new file mode 100644 index 0000000000..33e5f118b8 --- /dev/null +++ b/.changelog/9864.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: add permanently visible indicator when ACLs are disabled +``` diff --git a/.changelog/9872.txt b/.changelog/9872.txt new file mode 100644 index 0000000000..e128139c2c --- /dev/null +++ b/.changelog/9872.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: Allow per-upstream configuration to be set in service-defaults. [experimental] +``` \ No newline at end of file diff --git a/.changelog/9894.txt b/.changelog/9894.txt new file mode 100644 index 0000000000..def73df7f8 --- /dev/null +++ b/.changelog/9894.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: Add support for transparently proxying traffic through Envoy. [experimental] +``` \ No newline at end of file diff --git a/.changelog/9901.txt b/.changelog/9901.txt new file mode 100644 index 0000000000..4e913d607c --- /dev/null +++ b/.changelog/9901.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Fix intention form cancel button +``` diff --git a/.changelog/9903.txt b/.changelog/9903.txt new file mode 100644 index 0000000000..e341fcfcdb --- /dev/null +++ b/.changelog/9903.txt @@ -0,0 +1,4 @@ +```release-note:improvement +api: Enable setting query options on agent endpoints. +``` + diff --git a/.changelog/9920.txt b/.changelog/9920.txt new file mode 100644 index 0000000000..7777a16baa --- /dev/null +++ b/.changelog/9920.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: The builtin connect proxy no longer advertises support for h2 via ALPN. [[GH-4466](https://github.com/hashicorp/consul/issues/4466)]. +``` diff --git a/.changelog/9923.txt b/.changelog/9923.txt new file mode 100644 index 0000000000..05c30f9e9a --- /dev/null +++ b/.changelog/9923.txt @@ -0,0 +1,3 @@ +```release-note:bug +http: fix a bug in Consul Enterprise that would cause the UI to believe namespaces were supported, resulting in warning logs and incorrect UI behaviour. +``` diff --git a/.changelog/9967.txt b/.changelog/9967.txt new file mode 100644 index 0000000000..3db1a4e20b --- /dev/null +++ b/.changelog/9967.txt @@ -0,0 +1,3 @@ +```release-note:bug +api: ensure v1/health/ingress/:service endpoint works properly when streaming is enabled +``` diff --git a/.circleci/config.yml b/.circleci/config.yml index 41de62c7da..58964ad2dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -520,13 +520,13 @@ jobs: - run: *notify-slack-failure # run integration tests on nomad/master - nomad-integration-master: + nomad-integration-main: docker: - image: *GOLANG_IMAGE environment: <<: *ENVIRONMENT NOMAD_WORKING_DIR: /go/src/github.com/hashicorp/nomad - NOMAD_VERSION: master + NOMAD_VERSION: main steps: *NOMAD_INTEGRATION_TEST_STEPS build-website-docker-image: @@ -819,17 +819,38 @@ jobs: path: *TEST_RESULTS_DIR - run: *notify-slack-failure + envoy-integration-test-1_14_6-v2compat: + <<: *ENVOY_TESTS + environment: + ENVOY_VERSION: "1.14.6" + TEST_V2_XDS: "1" + envoy-integration-test-1_15_3: <<: *ENVOY_TESTS environment: ENVOY_VERSION: "1.15.3" + envoy-integration-test-1_15_3-v2compat: + <<: *ENVOY_TESTS + environment: + ENVOY_VERSION: "1.15.3" + TEST_V2_XDS: "1" + envoy-integration-test-1_16_2: <<: *ENVOY_TESTS environment: ENVOY_VERSION: "1.16.2" - # TODO(rb): add in 1.17.0 support when v3 is ready + envoy-integration-test-1_16_2-v2compat: + <<: *ENVOY_TESTS + environment: + ENVOY_VERSION: "1.16.2" + TEST_V2_XDS: "1" + + envoy-integration-test-1_17_0: + <<: *ENVOY_TESTS + environment: + ENVOY_VERSION: "1.17.0" # run integration tests for the connect ca providers test-connect-ca-providers: @@ -1033,7 +1054,7 @@ workflows: - dev-upload-docker: <<: *dev-upload context: consul-ci - - nomad-integration-master: + - nomad-integration-main: requires: - dev-build - nomad-integration-0_8: @@ -1042,13 +1063,24 @@ workflows: - envoy-integration-test-1_14_6: requires: - dev-build + - envoy-integration-test-1_14_6-v2compat: + requires: + - dev-build - envoy-integration-test-1_15_3: requires: - dev-build + - envoy-integration-test-1_15_3-v2compat: + requires: + - dev-build - envoy-integration-test-1_16_2: requires: - dev-build - # TODO(rb): add in 1.17.0 support when v3 is ready + - envoy-integration-test-1_16_2-v2compat: + requires: + - dev-build + - envoy-integration-test-1_17_0: + requires: + - dev-build website: unless: << pipeline.parameters.trigger-load-test >> diff --git a/.github/workflows/changelog-checker.yml b/.github/workflows/changelog-checker.yml new file mode 100644 index 0000000000..16703030ab --- /dev/null +++ b/.github/workflows/changelog-checker.yml @@ -0,0 +1,36 @@ +# This workflow checks that there is either a 'pr/no-changelog' label applied to a PR +# or there is a .changelog/.txt file associated with a PR for a changelog entry + +on: + pull_request: + types: [opened, synchronize, labeled] + # Runs on PRs to master and all release branches + branches: + - master + - release/* + +jobs: + # checks that a .changelog entry is present for a PR + changelog-check: + # If there a `pr/no-changelog` label we ignore this check + if: "!contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')" + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + with: + ref: ${{ github.event.pull_request.head.sha }} + fetch-depth: 0 # by default the checkout action doesn't checkout all branches + - name: Check for changelog entry in diff + run: | + # check if there is a diff in the .changelog directory + changelog_files=$(git --no-pager diff --name-only HEAD "$(git merge-base HEAD "origin/${{ github.event.pull_request.base.ref }}")" -- .changelog/${{ github.event.pull_request.number }}.txt) + + # If we do not find a file in .changelog/, we fail the check + if [ -z "$changelog_files" ]; then + # Fail status check when no .changelog entry was found on the PR + echo "Did not find a .changelog entry and the 'pr/no-changelog' label was not applied. Reference - https://github.com/hashicorp/consul/pull/8387" + exit 1 + else + echo "Found .changelog entry in PR!" + fi diff --git a/.github/workflows/pr-file-checker.yml b/.github/workflows/website-checker.yml similarity index 57% rename from .github/workflows/pr-file-checker.yml rename to .github/workflows/website-checker.yml index 1c5bb8bc2a..cde5031f0d 100644 --- a/.github/workflows/pr-file-checker.yml +++ b/.github/workflows/website-checker.yml @@ -5,6 +5,11 @@ # # All the code checked out in this workflow should be considered untrusted. This workflow must # never call any makefiles or scripts. It must never be changed to run any code from the checkout. + +# This workflow posts a message to a PR to remind maintainers that there are website/ changes +# in the PR and if they need to be cherry-picked to the stable-website branch, the +# 'type/docs-cherrypick' label needs to be applied. + on: pull_request_target: types: [opened] @@ -14,39 +19,10 @@ on: - release/* jobs: - # checks that a .changelog entry is present for a PR - changelog-check: - # If there a `pr/no-changelog` label we ignore this check - if: "!${{ contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')}}" - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 # by default the checkout action doesn't checkout all branches - - name: Check for changelog entry in diff - run: | - # check if there is a diff in the .changelog directory - changelog_files=$(git --no-pager diff --name-only HEAD "$(git merge-base HEAD "origin/${{ github.event.pull_request.base.ref }}")" -- .changelog/) - - # If we do not find a file in .changelog/, we post a comment to the PR - if [ -z "$changelog_files" ]; then - # post PR comment to GitHub when no .changelog entry was found on PR - echo "changelog-check: Did not find a .changelog entry, posting a reminder in the PR" - github_message="🤔 Double check that this PR does not require a changelog entry in the \`.changelog\` directory. [Reference](https://github.com/hashicorp/consul/pull/8387)" - curl -f -s -H "Authorization: token ${{ secrets.PR_COMMENT_TOKEN }}" \ - -X POST \ - -d "{ \"body\": \"${github_message}\"}" \ - "https://api.github.com/repos/${GITHUB_REPOSITORY}/issues/${{ github.event.pull_request.number }}/comments" - else - echo "changelog-check: Found .changelog entry in PR!" - fi - # checks that a 'type/docs-cherrypick' label is attached to PRs with website/ changes website-check: # If there's a `type/docs-cherrypick` label we ignore this check - if: "!${{ contains(github.event.pull_request.labels.*.name, 'type/docs-cherrypick')}}" + if: "!contains(github.event.pull_request.labels.*.name, 'type/docs-cherrypick')" runs-on: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c20db57c..eec3b1be94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ ## UNRELEASED +## 1.9.4 (March 04, 2021) + +IMPROVEMENTS: + +* connect: if the token given to the vault provider returns no data avoid a panic [[GH-9806](https://github.com/hashicorp/consul/issues/9806)] +* connect: update supported envoy point releases to 1.16.2, 1.15.3, 1.14.6, 1.13.7 [[GH-9737](https://github.com/hashicorp/consul/issues/9737)] +* xds: only try to create an ipv6 expose checks listener if ipv6 is supported by the kernel [[GH-9765](https://github.com/hashicorp/consul/issues/9765)] + +BUG FIXES: + +* api: Remove trailing periods from the gateway internal HTTP API endpoint [[GH-9752](https://github.com/hashicorp/consul/issues/9752)] +* cache: Prevent spamming the logs for days when a cached request encounters an "ACL not found" error. [[GH-9738](https://github.com/hashicorp/consul/issues/9738)] +* connect: connect CA Roots in the primary datacenter should use a SigningKeyID derived from their local intermediate [[GH-9428](https://github.com/hashicorp/consul/issues/9428)] +* proxycfg: avoid potential deadlock in delivering proxy snapshot to watchers. [[GH-9689](https://github.com/hashicorp/consul/issues/9689)] +* replication: Correctly log all replication warnings that should not be suppressed [[GH-9320](https://github.com/hashicorp/consul/issues/9320)] +* streaming: fixes a bug caused by caching an incorrect snapshot, that would cause clients +to error until the cache expired. [[GH-9772](https://github.com/hashicorp/consul/issues/9772)] +* ui: Exclude proxies when showing the total number of instances on a node. [[GH-9749](https://github.com/hashicorp/consul/issues/9749)] +* ui: Fixed a bug in older browsers relating to String.replaceAll and fieldset w/flexbox usage [[GH-9715](https://github.com/hashicorp/consul/issues/9715)] +* xds: deduplicate mesh gateway listeners by address in a stable way to prevent some LDS churn [[GH-9650](https://github.com/hashicorp/consul/issues/9650)] +* xds: prevent LDS flaps in mesh gateways due to unstable datacenter lists; also prevent some flaps in terminating gateways as well [[GH-9651](https://github.com/hashicorp/consul/issues/9651)] + ## 1.9.3 (February 01, 2021) FEATURES: @@ -174,6 +196,7 @@ BUG FIXES: * agent: make the json/hcl decoding of ConnectProxyConfig fully work with CamelCase and snake_case [[GH-8741](https://github.com/hashicorp/consul/issues/8741)] * agent: when enable_central_service_config is enabled ensure agent reload doesn't revert check state to critical [[GH-8747](https://github.com/hashicorp/consul/issues/8747)] * api: Fixed a bug where the Check.GRPCUseTLS field could not be set using snake case. [[GH-8771](https://github.com/hashicorp/consul/issues/8771)] +* api: Fixed a bug where additional headers configured with `http_config.response_headers` would not be served on index and error pages [[GH-8694](https://github.com/hashicorp/consul/pull/8694/files#diff-160c9abf1b1868a8505065ab02d736fd2dc522a7a555d57383e8428883dc7755R545-R548)] * autopilot: **(Enterprise Only)** Previously servers in other zones would not be promoted when all servers in a second zone had failed. Now the actual behavior matches the docs and autopilot will promote a healthy non-voter from any zone to replace failure of an entire zone. [[GH-9103](https://github.com/hashicorp/consul/issues/9103)] * autopilot: Prevent panic when requesting the autopilot health immediately after a leader is elected. [[GH-9204](https://github.com/hashicorp/consul/issues/9204)] * command: when generating envoy bootstrap configs use the datacenter returned from the agent services endpoint [[GH-9229](https://github.com/hashicorp/consul/issues/9229)] @@ -190,6 +213,28 @@ BUG FIXES: * telemetry: fixed a bug that caused logs to be flooded with `[WARN] agent.router: Non-server in server-only area` [[GH-8685](https://github.com/hashicorp/consul/issues/8685)] * ui: show correct datacenter for gateways [[GH-8704](https://github.com/hashicorp/consul/issues/8704)] +## 1.8.9 (March 04, 2021) + +IMPROVEMENTS: + +* cli: Add new `-cluster-id` and `common-name` to `consul tls ca create` to support creating a CA for Consul Connect. [[GH-9585](https://github.com/hashicorp/consul/issues/9585)] +* connect: if the token given to the vault provider returns no data avoid a panic [[GH-9806](https://github.com/hashicorp/consul/issues/9806)] +* connect: update supported envoy point releases to 1.14.6, 1.13.7, 1.12.7, 1.11.2 [[GH-9739](https://github.com/hashicorp/consul/issues/9739)] +* license: **(Enterprise only)** Temporary client license duration was increased from 30m to 6h. +* server: use the presense of stored federation state data as a sign that we already activated the federation state feature flag [[GH-9519](https://github.com/hashicorp/consul/issues/9519)] +* xds: only try to create an ipv6 expose checks listener if ipv6 is supported by the kernel [[GH-9765](https://github.com/hashicorp/consul/issues/9765)] + +BUG FIXES: + +* api: Remove trailing periods from the gateway internal HTTP API endpoint [[GH-9752](https://github.com/hashicorp/consul/issues/9752)] +* cache: Prevent spamming the logs for days when a cached request encounters an "ACL not found" error. [[GH-9738](https://github.com/hashicorp/consul/issues/9738)] +* connect: connect CA Roots in the primary datacenter should use a SigningKeyID derived from their local intermediate [[GH-9428](https://github.com/hashicorp/consul/issues/9428)] +* proxycfg: avoid potential deadlock in delivering proxy snapshot to watchers. [[GH-9689](https://github.com/hashicorp/consul/issues/9689)] +* server: When wan federating via mesh gateways after initial federation default to using the local mesh gateways unless the heuristic indicates a bypass is required. [[GH-9528](https://github.com/hashicorp/consul/issues/9528)] +* server: When wan federating via mesh gateways only do heuristic primary DC bypass on the leader. [[GH-9366](https://github.com/hashicorp/consul/issues/9366)] +* xds: deduplicate mesh gateway listeners by address in a stable way to prevent some LDS churn [[GH-9650](https://github.com/hashicorp/consul/issues/9650)] +* xds: prevent LDS flaps in mesh gateways due to unstable datacenter lists; also prevent some flaps in terminating gateways as well [[GH-9651](https://github.com/hashicorp/consul/issues/9651)] +* ## 1.8.8 (January 22, 2021) BUG FIXES: @@ -386,6 +431,21 @@ BUGFIXES: * ui: Miscellaneous amends for Safari and Firefox [[GH-7904](https://github.com/hashicorp/consul/issues/7904)] [[GH-7907](https://github.com/hashicorp/consul/pull/7907)] * ui: Ensure a value is always passed to CONSUL_SSO_ENABLED [[GH-7913](https://github.com/hashicorp/consul/pull/7913)] +## 1.7.13 (March 04, 2021) + +IMPROVEMENTS: + +* connect: update supported envoy point releases to 1.13.7, 1.12.7, 1.11.2, 1.10.0 [[GH-9740](https://github.com/hashicorp/consul/issues/9740)] +* license: **(Enterprise only)** Temporary client license duration was increased from 30m to 6h. +* xds: only try to create an ipv6 expose checks listener if ipv6 is supported by the kernel [[GH-9765](https://github.com/hashicorp/consul/issues/9765)] + +BUG FIXES: + +* cache: Prevent spamming the logs for days when a cached request encounters an "ACL not found" error. [[GH-9738](https://github.com/hashicorp/consul/issues/9738)] +* connect: connect CA Roots in the primary datacenter should use a SigningKeyID derived from their local intermediate [[GH-9428](https://github.com/hashicorp/consul/issues/9428)] +* xds: deduplicate mesh gateway listeners by address in a stable way to prevent some LDS churn [[GH-9650](https://github.com/hashicorp/consul/issues/9650)] +* xds: prevent LDS flaps in mesh gateways due to unstable datacenter lists; also prevent some flaps in terminating gateways as well [[GH-9651](https://github.com/hashicorp/consul/issues/9651)] + ## 1.7.12 (January 22, 2021) BUG FIXES: diff --git a/agent/agent.go b/agent/agent.go index 201dc7aee6..65f8e4643b 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -374,11 +374,10 @@ func New(bd BaseDeps) (*Agent, error) { cacheName = cachetype.StreamingHealthServicesName } a.rpcClientHealth = &health.Client{ - Cache: bd.Cache, - NetRPC: &a, - CacheName: cacheName, - // Temporarily until streaming supports all connect events - CacheNameConnect: cachetype.HealthServicesName, + Cache: bd.Cache, + NetRPC: &a, + CacheName: cacheName, + CacheNameIngress: cachetype.HealthServicesName, } a.serviceManager = NewServiceManager(&a) @@ -540,6 +539,7 @@ func (a *Agent) Start(ctx context.Context) error { // Start the proxy config manager. a.proxyConfig, err = proxycfg.NewManager(proxycfg.ManagerConfig{ Cache: a.cache, + Health: a.rpcClientHealth, Logger: a.logger.Named(logging.ProxyConfig), State: a.State, Source: &structs.QuerySource{ @@ -2518,7 +2518,7 @@ func (a *Agent) addCheck(check *structs.HealthCheck, chkType *structs.CheckType, chkType.Interval = checks.MinInterval } - tlsClientConfig := a.tlsConfigurator.OutgoingTLSConfigForCheck(chkType.TLSSkipVerify) + tlsClientConfig := a.tlsConfigurator.OutgoingTLSConfigForCheck(chkType.TLSSkipVerify, chkType.TLSServerName) http := &checks.CheckHTTP{ CheckID: cid, @@ -2590,7 +2590,7 @@ func (a *Agent) addCheck(check *structs.HealthCheck, chkType *structs.CheckType, var tlsClientConfig *tls.Config if chkType.GRPCUseTLS { - tlsClientConfig = a.tlsConfigurator.OutgoingTLSConfigForCheck(chkType.TLSSkipVerify) + tlsClientConfig = a.tlsConfigurator.OutgoingTLSConfigForCheck(chkType.TLSSkipVerify, chkType.TLSServerName) } grpc := &checks.CheckGRPC{ @@ -3709,6 +3709,8 @@ func (a *Agent) registerCache() { a.cache.RegisterType(cachetype.IntentionMatchName, &cachetype.IntentionMatch{RPC: a}) + a.cache.RegisterType(cachetype.IntentionUpstreamsName, &cachetype.IntentionUpstreams{RPC: a}) + a.cache.RegisterType(cachetype.CatalogServicesName, &cachetype.CatalogServices{RPC: a}) a.cache.RegisterType(cachetype.HealthServicesName, &cachetype.HealthServices{RPC: a}) diff --git a/agent/agent_endpoint_test.go b/agent/agent_endpoint_test.go index 1b238c068a..47ac0868f4 100644 --- a/agent/agent_endpoint_test.go +++ b/agent/agent_endpoint_test.go @@ -36,7 +36,6 @@ import ( tokenStore "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/lib" "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/testrpc" @@ -197,6 +196,7 @@ func TestAgent_Services_Sidecar(t *testing.T) { Proxy: structs.ConnectProxyConfig{ DestinationServiceName: "db", Upstreams: structs.TestUpstreams(t), + TransparentProxy: true, }, } a.State.AddService(srv1, "") @@ -396,7 +396,7 @@ func TestAgent_Service(t *testing.T) { Service: "web-sidecar-proxy", Port: 8000, Proxy: expectProxy.ToAPI(), - ContentHash: "4c7d5f8d3748be6d", + ContentHash: "fa3af167b81f6721", Weights: api.AgentWeights{ Passing: 1, Warning: 1, @@ -410,7 +410,7 @@ func TestAgent_Service(t *testing.T) { // Copy and modify updatedResponse := *expectedResponse updatedResponse.Port = 9999 - updatedResponse.ContentHash = "713435ba1f5badcf" + updatedResponse.ContentHash = "c7739b50900c7483" // Simple response for non-proxy service registered in TestAgent config expectWebResponse := &api.AgentService{ @@ -3156,11 +3156,11 @@ func TestAgent_RegisterService_TranslateKeys(t *testing.T) { t.Run("normal", func(t *testing.T) { t.Parallel() - testAgent_RegisterService_ACLDeny(t, "enable_central_service_config = false") + testAgent_RegisterService_TranslateKeys(t, "enable_central_service_config = false") }) t.Run("service manager", func(t *testing.T) { t.Parallel() - testAgent_RegisterService_ACLDeny(t, "enable_central_service_config = true") + testAgent_RegisterService_TranslateKeys(t, "enable_central_service_config = true") }) } @@ -3316,6 +3316,7 @@ func testAgent_RegisterService_TranslateKeys(t *testing.T, extraHCL string) { // there worked by inspecting the registered sidecar below. SidecarService: nil, }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), } got := a.State.Service(structs.NewServiceID("test", nil)) @@ -3329,6 +3330,7 @@ func testAgent_RegisterService_TranslateKeys(t *testing.T, extraHCL string) { "some": "meta", "enable_tag_override": "sidecar_service.meta is 'opaque' so should not get translated", }, + TaggedAddresses: map[string]structs.ServiceAddress{}, Port: 8001, EnableTagOverride: true, Weights: &structs.Weights{Passing: 1, Warning: 1}, @@ -3351,6 +3353,7 @@ func testAgent_RegisterService_TranslateKeys(t *testing.T, extraHCL string) { }, }, }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), } gotSidecar := a.State.Service(structs.NewServiceID("test-sidecar-proxy", nil)) hasNoCorrectTCPCheck := true @@ -6137,13 +6140,6 @@ func requireLeafValidUnderCA(t *testing.T, issued *structs.IssuedCert, ca *struc require.NoError(t, err) } -func makeTelemetryDefaults(targetID string) lib.TelemetryConfig { - return lib.TelemetryConfig{ - FilterDefault: true, - MetricsPrefix: "consul.proxy." + targetID, - } -} - func TestAgentConnectAuthorize_badBody(t *testing.T) { if testing.Short() { t.Skip("too slow for testing.Short") diff --git a/agent/cache-types/intention_upstreams.go b/agent/cache-types/intention_upstreams.go new file mode 100644 index 0000000000..d3f662b084 --- /dev/null +++ b/agent/cache-types/intention_upstreams.go @@ -0,0 +1,52 @@ +package cachetype + +import ( + "fmt" + + "github.com/hashicorp/consul/agent/cache" + "github.com/hashicorp/consul/agent/structs" +) + +// Recommended name for registration. +const IntentionUpstreamsName = "intention-upstreams" + +// GatewayUpstreams supports fetching upstreams for a given gateway name. +type IntentionUpstreams struct { + RegisterOptionsBlockingRefresh + RPC RPC +} + +func (i *IntentionUpstreams) Fetch(opts cache.FetchOptions, req cache.Request) (cache.FetchResult, error) { + var result cache.FetchResult + + // The request should be a ServiceSpecificRequest. + reqReal, ok := req.(*structs.ServiceSpecificRequest) + if !ok { + return result, fmt.Errorf( + "Internal cache failure: request wrong type: %T", req) + } + + // Lightweight copy this object so that manipulating QueryOptions doesn't race. + dup := *reqReal + reqReal = &dup + + // Set the minimum query index to our current index so we block + reqReal.QueryOptions.MinQueryIndex = opts.MinIndex + reqReal.QueryOptions.MaxQueryTime = opts.Timeout + + // Always allow stale - there's no point in hitting leader if the request is + // going to be served from cache and end up arbitrarily stale anyway. This + // allows cached service-discover to automatically read scale across all + // servers too. + reqReal.AllowStale = true + + // Fetch + var reply structs.IndexedServiceList + if err := i.RPC.RPC("Internal.IntentionUpstreams", reqReal, &reply); err != nil { + return result, err + } + + result.Value = &reply + result.Index = reply.QueryMeta.Index + return result, nil +} diff --git a/agent/cache-types/intention_upstreams_test.go b/agent/cache-types/intention_upstreams_test.go new file mode 100644 index 0000000000..eb21693882 --- /dev/null +++ b/agent/cache-types/intention_upstreams_test.go @@ -0,0 +1,52 @@ +package cachetype + +import ( + "testing" + "time" + + "github.com/hashicorp/consul/agent/cache" + "github.com/hashicorp/consul/agent/structs" + "github.com/stretchr/testify/mock" + "github.com/stretchr/testify/require" +) + +func TestIntentionUpstreams(t *testing.T) { + rpc := TestRPC(t) + typ := &IntentionUpstreams{RPC: rpc} + + // Expect the proper RPC call. This also sets the expected value + // since that is return-by-pointer in the arguments. + var resp *structs.IndexedServiceList + rpc.On("RPC", "Internal.IntentionUpstreams", mock.Anything, mock.Anything).Return(nil). + Run(func(args mock.Arguments) { + req := args.Get(1).(*structs.ServiceSpecificRequest) + require.Equal(t, uint64(24), req.QueryOptions.MinQueryIndex) + require.Equal(t, 1*time.Second, req.QueryOptions.MaxQueryTime) + require.True(t, req.AllowStale) + require.Equal(t, "foo", req.ServiceName) + + services := structs.ServiceList{ + {Name: "foo"}, + } + reply := args.Get(2).(*structs.IndexedServiceList) + reply.Services = services + reply.QueryMeta.Index = 48 + resp = reply + }) + + // Fetch + resultA, err := typ.Fetch(cache.FetchOptions{ + MinIndex: 24, + Timeout: 1 * time.Second, + }, &structs.ServiceSpecificRequest{ + Datacenter: "dc1", + ServiceName: "foo", + }) + require.NoError(t, err) + require.Equal(t, cache.FetchResult{ + Value: resp, + Index: 48, + }, resultA) + + rpc.AssertExpectations(t) +} diff --git a/agent/cache-types/streaming_health_services.go b/agent/cache-types/streaming_health_services.go index d150a43f48..6491383456 100644 --- a/agent/cache-types/streaming_health_services.go +++ b/agent/cache-types/streaming_health_services.go @@ -5,6 +5,7 @@ import ( "fmt" "reflect" "sort" + "strings" "time" "github.com/hashicorp/go-bexpr" @@ -74,7 +75,7 @@ func (c *StreamingHealthServices) Fetch(opts cache.FetchOptions, req cache.Reque Token: srvReq.Token, Datacenter: srvReq.Datacenter, Index: index, - Namespace: srvReq.EnterpriseMeta.GetNamespace(), + Namespace: srvReq.EnterpriseMeta.NamespaceOrEmpty(), } if srvReq.Connect { req.Topic = pbsubscribe.Topic_ServiceHealthConnect @@ -82,7 +83,7 @@ func (c *StreamingHealthServices) Fetch(opts cache.FetchOptions, req cache.Reque return req } - materializer, err := newMaterializer(c.deps, newReqFn, srvReq.Filter) + materializer, err := newMaterializer(c.deps, newReqFn, srvReq) if err != nil { return cache.FetchResult{}, err } @@ -100,9 +101,9 @@ func (c *StreamingHealthServices) Fetch(opts cache.FetchOptions, req cache.Reque func newMaterializer( deps MaterializerDeps, newRequestFn func(uint64) pbsubscribe.SubscribeRequest, - filter string, + req *structs.ServiceSpecificRequest, ) (*submatview.Materializer, error) { - view, err := newHealthView(filter) + view, err := newHealthView(req) if err != nil { return nil, err } @@ -139,8 +140,8 @@ func (s *streamingHealthState) Fetch(opts cache.FetchOptions) (cache.FetchResult return result, err } -func newHealthView(filterExpr string) (*healthView, error) { - fe, err := newFilterEvaluator(filterExpr) +func newHealthView(req *structs.ServiceSpecificRequest) (*healthView, error) { + fe, err := newFilterEvaluator(req) if err != nil { return nil, err } @@ -192,11 +193,44 @@ type filterEvaluator interface { Evaluate(datum interface{}) (bool, error) } -func newFilterEvaluator(expr string) (filterEvaluator, error) { - if expr == "" { - return noopFilterEvaluator{}, nil +func newFilterEvaluator(req *structs.ServiceSpecificRequest) (filterEvaluator, error) { + var evaluators []filterEvaluator + + typ := reflect.TypeOf(structs.CheckServiceNode{}) + if req.Filter != "" { + e, err := bexpr.CreateEvaluatorForType(req.Filter, nil, typ) + if err != nil { + return nil, err + } + evaluators = append(evaluators, e) + } + + if req.ServiceTag != "" { + // Handle backwards compat with old field + req.ServiceTags = []string{req.ServiceTag} + } + + if req.TagFilter && len(req.ServiceTags) > 0 { + evaluators = append(evaluators, serviceTagEvaluator{tags: req.ServiceTags}) + } + + for key, value := range req.NodeMetaFilters { + expr := fmt.Sprintf(`"%s" in Node.Meta.%s`, value, key) + e, err := bexpr.CreateEvaluatorForType(expr, nil, typ) + if err != nil { + return nil, err + } + evaluators = append(evaluators, e) + } + + switch len(evaluators) { + case 0: + return noopFilterEvaluator{}, nil + case 1: + return evaluators[0], nil + default: + return &multiFilterEvaluator{evaluators: evaluators}, nil } - return bexpr.CreateEvaluatorForType(expr, nil, reflect.TypeOf(structs.CheckServiceNode{})) } // noopFilterEvaluator may be used in place of a bexpr.Evaluator. The Evaluate @@ -207,6 +241,20 @@ func (noopFilterEvaluator) Evaluate(_ interface{}) (bool, error) { return true, nil } +type multiFilterEvaluator struct { + evaluators []filterEvaluator +} + +func (m multiFilterEvaluator) Evaluate(data interface{}) (bool, error) { + for _, e := range m.evaluators { + match, err := e.Evaluate(data) + if !match || err != nil { + return match, err + } + } + return true, nil +} + // sortCheckServiceNodes sorts the results to match memdb semantics // Sort results by Node.Node, if 2 instances match, order by Service.ID // Will allow result to be stable sorted and match queries without cache @@ -240,3 +288,34 @@ func (s *healthView) Result(index uint64) (interface{}, error) { func (s *healthView) Reset() { s.state = make(map[string]structs.CheckServiceNode) } + +// serviceTagEvaluator implements the filterEvaluator to perform filtering +// by service tags. bexpr can not be used at this time, because the filtering +// must be case insensitive for backwards compatibility. In the future this +// may be replaced with bexpr once case insensitive support is added. +type serviceTagEvaluator struct { + tags []string +} + +func (m serviceTagEvaluator) Evaluate(data interface{}) (bool, error) { + csn, ok := data.(structs.CheckServiceNode) + if !ok { + return false, fmt.Errorf("unexpected type %T for structs.CheckServiceNode filter", data) + } + for _, tag := range m.tags { + if !serviceHasTag(csn.Service, tag) { + // If any one of the expected tags was not found, filter the service + return false, nil + } + } + return true, nil +} + +func serviceHasTag(sn *structs.NodeService, tag string) bool { + for _, t := range sn.Tags { + if strings.EqualFold(t, tag) { + return true + } + } + return false +} diff --git a/agent/cache-types/streaming_health_services_test.go b/agent/cache-types/streaming_health_services_test.go index 4c16bd12c4..9d7193a424 100644 --- a/agent/cache-types/streaming_health_services_test.go +++ b/agent/cache-types/streaming_health_services_test.go @@ -229,7 +229,7 @@ func requireResultsSame(t *testing.T, want, got *structs.IndexedCheckServiceNode // without duplicating the tests. func getNamespace(ns string) string { meta := structs.NewEnterpriseMeta(ns) - return meta.GetNamespace() + return meta.NamespaceOrEmpty() } func TestOrderingConsistentWithMemDb(t *testing.T) { @@ -568,3 +568,211 @@ func runStep(t *testing.T, name string, fn func(t *testing.T)) { t.FailNow() } } + +func TestNewFilterEvaluator(t *testing.T) { + type testCase struct { + name string + req structs.ServiceSpecificRequest + data structs.CheckServiceNode + expected bool + } + + fn := func(t *testing.T, tc testCase) { + e, err := newFilterEvaluator(&tc.req) + require.NoError(t, err) + actual, err := e.Evaluate(tc.data) + require.NoError(t, err) + require.Equal(t, tc.expected, actual) + } + + var testCases = []testCase{ + { + name: "single ServiceTags match", + req: structs.ServiceSpecificRequest{ + ServiceTags: []string{"match"}, + TagFilter: true, + }, + data: structs.CheckServiceNode{ + Service: &structs.NodeService{ + Tags: []string{"extra", "match"}, + }, + }, + expected: true, + }, + { + name: "single deprecated ServiceTag match", + req: structs.ServiceSpecificRequest{ + ServiceTag: "match", + TagFilter: true, + }, + data: structs.CheckServiceNode{ + Service: &structs.NodeService{ + Tags: []string{"extra", "match"}, + }, + }, + expected: true, + }, + { + name: "single ServiceTags mismatch", + req: structs.ServiceSpecificRequest{ + ServiceTags: []string{"other"}, + TagFilter: true, + }, + data: structs.CheckServiceNode{ + Service: &structs.NodeService{ + Tags: []string{"extra", "match"}, + }, + }, + expected: false, + }, + { + name: "multiple ServiceTags match", + req: structs.ServiceSpecificRequest{ + ServiceTags: []string{"match", "second"}, + TagFilter: true, + }, + data: structs.CheckServiceNode{ + Service: &structs.NodeService{ + Tags: []string{"extra", "match", "second"}, + }, + }, + expected: true, + }, + { + name: "multiple ServiceTags mismatch", + req: structs.ServiceSpecificRequest{ + ServiceTags: []string{"match", "not"}, + TagFilter: true, + }, + data: structs.CheckServiceNode{ + Service: &structs.NodeService{ + Tags: []string{"extra", "match"}, + }, + }, + expected: false, + }, + { + name: "single NodeMetaFilter match", + req: structs.ServiceSpecificRequest{ + NodeMetaFilters: map[string]string{"meta1": "match"}, + }, + data: structs.CheckServiceNode{ + Node: &structs.Node{ + Meta: map[string]string{ + "meta1": "match", + "extra": "some", + }, + }, + }, + expected: true, + }, + { + name: "single NodeMetaFilter mismatch", + req: structs.ServiceSpecificRequest{ + NodeMetaFilters: map[string]string{ + "meta1": "match", + }, + }, + data: structs.CheckServiceNode{ + Node: &structs.Node{ + Meta: map[string]string{ + "meta1": "other", + "extra": "some", + }, + }, + }, + expected: false, + }, + { + name: "multiple NodeMetaFilter match", + req: structs.ServiceSpecificRequest{ + NodeMetaFilters: map[string]string{"meta1": "match", "meta2": "a"}, + }, + data: structs.CheckServiceNode{ + Node: &structs.Node{ + Meta: map[string]string{ + "meta1": "match", + "meta2": "a", + "extra": "some", + }, + }, + }, + expected: true, + }, + { + name: "multiple NodeMetaFilter mismatch", + req: structs.ServiceSpecificRequest{ + NodeMetaFilters: map[string]string{ + "meta1": "match", + "meta2": "beta", + }, + }, + data: structs.CheckServiceNode{ + Node: &structs.Node{ + Meta: map[string]string{ + "meta1": "other", + "meta2": "gamma", + }, + }, + }, + expected: false, + }, + { + name: "QueryOptions.Filter match", + req: structs.ServiceSpecificRequest{ + QueryOptions: structs.QueryOptions{ + Filter: `Node.Node == "node3"`, + }, + }, + data: structs.CheckServiceNode{ + Node: &structs.Node{Node: "node3"}, + }, + expected: true, + }, + { + name: "QueryOptions.Filter mismatch", + req: structs.ServiceSpecificRequest{ + QueryOptions: structs.QueryOptions{ + Filter: `Node.Node == "node2"`, + }, + }, + data: structs.CheckServiceNode{ + Node: &structs.Node{Node: "node3"}, + }, + expected: false, + }, + { + name: "all match", + req: structs.ServiceSpecificRequest{ + QueryOptions: structs.QueryOptions{ + Filter: `Node.Node == "node3"`, + }, + ServiceTags: []string{"tag1", "tag2"}, + NodeMetaFilters: map[string]string{ + "meta1": "match1", + "meta2": "match2", + }, + }, + data: structs.CheckServiceNode{ + Node: &structs.Node{ + Node: "node3", + Meta: map[string]string{ + "meta1": "match1", + "meta2": "match2", + "extra": "other", + }, + }, + Service: &structs.NodeService{ + Tags: []string{"tag1", "tag2", "extra"}, + }, + }, + expected: true, + }, + } + + for _, tc := range testCases { + t.Run(tc.name, func(t *testing.T) { + fn(t, tc) + }) + } +} diff --git a/agent/config/builder.go b/agent/config/builder.go index ad35265a6b..e85715ffe9 100644 --- a/agent/config/builder.go +++ b/agent/config/builder.go @@ -822,6 +822,8 @@ func (b *builder) Build() (rt RuntimeConfig, err error) { } } + serverMode := boolVal(c.ServerMode) + // ---------------------------------------------------------------- // build runtime config // @@ -1050,7 +1052,7 @@ func (b *builder) Build() (rt RuntimeConfig, err error) { RPCMaxConnsPerClient: intVal(c.Limits.RPCMaxConnsPerClient), RPCProtocol: intVal(c.RPCProtocol), RPCRateLimit: rate.Limit(float64Val(c.Limits.RPCRate)), - RPCConfig: consul.RPCConfig{EnableStreaming: boolVal(c.RPC.EnableStreaming)}, + RPCConfig: consul.RPCConfig{EnableStreaming: boolValWithDefault(c.RPC.EnableStreaming, serverMode)}, RaftProtocol: intVal(c.RaftProtocol), RaftSnapshotThreshold: intVal(c.RaftSnapshotThreshold), RaftSnapshotInterval: b.durationVal("raft_snapshot_interval", c.RaftSnapshotInterval), @@ -1074,7 +1076,7 @@ func (b *builder) Build() (rt RuntimeConfig, err error) { SerfBindAddrWAN: serfBindAddrWAN, SerfPortLAN: serfPortLAN, SerfPortWAN: serfPortWAN, - ServerMode: boolVal(c.ServerMode), + ServerMode: serverMode, ServerName: stringVal(c.ServerName), ServerPort: serverPort, Services: services, @@ -1569,6 +1571,7 @@ func (b *builder) checkVal(v *CheckDefinition) *structs.CheckDefinition { Shell: stringVal(v.Shell), GRPC: stringVal(v.GRPC), GRPCUseTLS: boolVal(v.GRPCUseTLS), + TLSServerName: stringVal(v.TLSServerName), TLSSkipVerify: boolVal(v.TLSSkipVerify), AliasNode: stringVal(v.AliasNode), AliasService: stringVal(v.AliasService), @@ -1687,6 +1690,7 @@ func (b *builder) serviceProxyVal(v *ServiceProxy) *structs.ConnectProxyConfig { Upstreams: b.upstreamsVal(v.Upstreams), MeshGateway: b.meshGatewayConfVal(v.MeshGateway), Expose: b.exposeConfVal(v.Expose), + TransparentProxy: boolVal(v.TransparentProxy), } } diff --git a/agent/config/config.go b/agent/config/config.go index 1372320259..b575d5b350 100644 --- a/agent/config/config.go +++ b/agent/config/config.go @@ -137,7 +137,7 @@ type Config struct { AdvertiseAddrLANIPv6 *string `mapstructure:"advertise_addr_ipv6"` AdvertiseAddrWAN *string `mapstructure:"advertise_addr_wan"` AdvertiseAddrWANIPv4 *string `mapstructure:"advertise_addr_wan_ipv4"` - AdvertiseAddrWANIPv6 *string `mapstructure:"advertise_addr_ipv6"` + AdvertiseAddrWANIPv6 *string `mapstructure:"advertise_addr_wan_ipv6"` AdvertiseReconnectTimeout *string `mapstructure:"advertise_reconnect_timeout"` AutoConfig AutoConfigRaw `mapstructure:"auto_config"` Autopilot Autopilot `mapstructure:"autopilot"` @@ -405,6 +405,7 @@ type CheckDefinition struct { Shell *string `mapstructure:"shell"` GRPC *string `mapstructure:"grpc"` GRPCUseTLS *bool `mapstructure:"grpc_use_tls"` + TLSServerName *string `mapstructure:"tls_server_name"` TLSSkipVerify *bool `mapstructure:"tls_skip_verify" alias:"tlsskipverify"` AliasNode *string `mapstructure:"alias_node"` AliasService *string `mapstructure:"alias_service"` @@ -472,6 +473,10 @@ type ServiceProxy struct { // Expose defines whether checks or paths are exposed through the proxy Expose *ExposeConfig `mapstructure:"expose"` + + // TransparentProxy toggles whether inbound and outbound traffic is being + // redirected to the proxy. + TransparentProxy *bool `mapstructure:"transparent_proxy"` } // Upstream represents a single upstream dependency for a service or proxy. It diff --git a/agent/config/runtime_test.go b/agent/config/runtime_test.go index 9b47cfaced..47c54ec240 100644 --- a/agent/config/runtime_test.go +++ b/agent/config/runtime_test.go @@ -179,6 +179,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true rt.DataDir = dataDir + rt.RPCConfig.EnableStreaming = true }, expectedWarnings: []string{"bootstrap = true: do not enable unless necessary"}, }) @@ -195,6 +196,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true rt.DataDir = dataDir + rt.RPCConfig.EnableStreaming = true }, expectedWarnings: []string{"bootstrap_expect > 0: expecting 3 servers"}, }) @@ -342,6 +344,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ConsulServerHealthInterval = 10 * time.Millisecond rt.GRPCPort = 8502 rt.GRPCAddrs = []net.Addr{tcpAddr("127.0.0.1:8502")} + rt.RPCConfig.EnableStreaming = true }, }) run(t, testCase{ @@ -663,6 +666,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true + rt.RPCConfig.EnableStreaming = true }, }) run(t, testCase{ @@ -845,6 +849,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true rt.DataDir = dataDir + rt.RPCConfig.EnableStreaming = true }, }) run(t, testCase{ @@ -1851,6 +1856,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.SkipLeaveOnInt = true rt.DataDir = dataDir + rt.RPCConfig.EnableStreaming = true }, expectedWarnings: []string{"BootstrapExpect is set to 1; this is the same as Bootstrap mode.", "bootstrap = true: do not enable unless necessary"}, }) @@ -1867,6 +1873,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.SkipLeaveOnInt = true rt.DataDir = dataDir + rt.RPCConfig.EnableStreaming = true }, expectedWarnings: []string{ `bootstrap_expect = 2: A cluster with 2 servers will provide no failure tolerance. See https://www.consul.io/docs/internals/consensus.html#deployment-table`, @@ -1886,6 +1893,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.SkipLeaveOnInt = true rt.DataDir = dataDir + rt.RPCConfig.EnableStreaming = true }, expectedWarnings: []string{ `bootstrap_expect is even number: A cluster with an even number of servers does not achieve optimum fault tolerance. See https://www.consul.io/docs/internals/consensus.html#deployment-table`, @@ -2574,6 +2582,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { } ] }, + "transparent_proxy": true, "upstreams": [ { "destination_name": "db", @@ -2609,7 +2618,8 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { protocol = "http" } ] - }, + } + transparent_proxy = true upstreams = [ { destination_name = "db" @@ -2649,6 +2659,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { }, }, }, + TransparentProxy: true, Upstreams: structs.Upstreams{ structs.Upstream{ DestinationType: "service", @@ -2703,6 +2714,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { } ] }, + "transparent_proxy": true, "upstreams": [ { "destination_name": "db", @@ -2738,7 +2750,8 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { protocol = "http" } ] - }, + } + transparent_proxy = true, upstreams = [ { destination_name = "db" @@ -2778,6 +2791,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { }, }, }, + TransparentProxy: true, Upstreams: structs.Upstreams{ structs.Upstream{ DestinationType: "service", @@ -2843,6 +2857,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true + rt.RPCConfig.EnableStreaming = true }, }) run(t, testCase{ @@ -2870,6 +2885,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true + rt.RPCConfig.EnableStreaming = true }, }) run(t, testCase{ @@ -2897,6 +2913,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true + rt.RPCConfig.EnableStreaming = true }, }) run(t, testCase{ @@ -2921,6 +2938,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true + rt.RPCConfig.EnableStreaming = true }, }) run(t, testCase{ @@ -2949,10 +2967,12 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { }, json: []string{`{ "use_streaming_backend": true, + "rpc": {"enable_streaming": false}, "server": true }`}, hcl: []string{` use_streaming_backend = true + rpc { enable_streaming = false } server = true `}, expectedWarnings: []string{"use_streaming_backend = true requires rpc.enable_streaming on servers to work properly"}, @@ -3322,6 +3342,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.LeaveOnTerm = false rt.SkipLeaveOnInt = true + rt.RPCConfig.EnableStreaming = true }, }) @@ -3413,7 +3434,8 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { }, "mesh_gateway": { "mode": "remote" - } + }, + "transparent_proxy": true } ] } @@ -3432,6 +3454,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { mesh_gateway { mode = "remote" } + transparent_proxy = true } }`}, expected: func(rt *RuntimeConfig) { @@ -3450,6 +3473,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { MeshGateway: structs.MeshGatewayConfig{ Mode: structs.MeshGatewayModeRemote, }, + TransparentProxy: true, }, } }, @@ -3471,7 +3495,8 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { }, "MeshGateway": { "Mode": "remote" - } + }, + "TransparentProxy": true } ] } @@ -3490,6 +3515,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { MeshGateway { Mode = "remote" } + TransparentProxy = true } }`}, expected: func(rt *RuntimeConfig) { @@ -3508,6 +3534,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { MeshGateway: structs.MeshGatewayConfig{ Mode: structs.MeshGatewayModeRemote, }, + TransparentProxy: true, }, } }, @@ -3529,7 +3556,8 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { "external_sni": "abc-123", "mesh_gateway": { "mode": "remote" - } + }, + "transparent_proxy": true } ] } @@ -3548,6 +3576,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { mesh_gateway { mode = "remote" } + transparent_proxy = true } }`}, expected: func(rt *RuntimeConfig) { @@ -3566,6 +3595,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { MeshGateway: structs.MeshGatewayConfig{ Mode: structs.MeshGatewayModeRemote, }, + TransparentProxy: true, }, } }, @@ -3587,7 +3617,8 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { "ExternalSNI": "abc-123", "MeshGateway": { "Mode": "remote" - } + }, + "TransparentProxy": true } ] } @@ -3606,6 +3637,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { MeshGateway { Mode = "remote" } + TransparentProxy = true } }`}, expected: func(rt *RuntimeConfig) { @@ -3624,6 +3656,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { MeshGateway: structs.MeshGatewayConfig{ Mode: structs.MeshGatewayModeRemote, }, + TransparentProxy: true, }, } }, @@ -4497,6 +4530,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) { rt.ServerMode = true rt.SkipLeaveOnInt = true rt.CertFile = "foo" + rt.RPCConfig.EnableStreaming = true }, }) // UI Config tests @@ -5065,6 +5099,7 @@ func TestLoad_FullConfig(t *testing.T) { OutputMaxSize: checks.DefaultBufSize, DockerContainerID: "ipgdFtjd", Shell: "qAeOYy0M", + TLSServerName: "bdeb5f6a", TLSSkipVerify: true, Timeout: 1813 * time.Second, TTL: 21743 * time.Second, @@ -5090,6 +5125,7 @@ func TestLoad_FullConfig(t *testing.T) { Interval: 28767 * time.Second, DockerContainerID: "THW6u7rL", Shell: "C1Zt3Zwh", + TLSServerName: "6adc3bfb", TLSSkipVerify: true, Timeout: 18506 * time.Second, TTL: 31006 * time.Second, @@ -5115,6 +5151,7 @@ func TestLoad_FullConfig(t *testing.T) { Interval: 18714 * time.Second, DockerContainerID: "qF66POS9", Shell: "sOnDy228", + TLSServerName: "7BdnzBYk", TLSSkipVerify: true, Timeout: 5954 * time.Second, TTL: 30044 * time.Second, @@ -5320,6 +5357,7 @@ func TestLoad_FullConfig(t *testing.T) { Interval: 24392 * time.Second, DockerContainerID: "ZKXr68Yb", Shell: "CEfzx0Fo", + TLSServerName: "4f191d4F", TLSSkipVerify: true, Timeout: 38333 * time.Second, TTL: 57201 * time.Second, @@ -5370,6 +5408,7 @@ func TestLoad_FullConfig(t *testing.T) { Interval: 32718 * time.Second, DockerContainerID: "cU15LMet", Shell: "nEz9qz2l", + TLSServerName: "f43ouY7a", TLSSkipVerify: true, Timeout: 34738 * time.Second, TTL: 22773 * time.Second, @@ -5393,6 +5432,7 @@ func TestLoad_FullConfig(t *testing.T) { Interval: 5656 * time.Second, DockerContainerID: "5tDBWpfA", Shell: "rlTpLM8s", + TLSServerName: "sOv5WTtp", TLSSkipVerify: true, Timeout: 4868 * time.Second, TTL: 11222 * time.Second, @@ -5442,6 +5482,7 @@ func TestLoad_FullConfig(t *testing.T) { }, }, }, + TransparentProxy: true, }, Weights: &structs.Weights{ Passing: 1, @@ -5509,6 +5550,7 @@ func TestLoad_FullConfig(t *testing.T) { Interval: 22224 * time.Second, DockerContainerID: "ipgdFtjd", Shell: "omVZq7Sz", + TLSServerName: "axw5QPL5", TLSSkipVerify: true, Timeout: 18913 * time.Second, TTL: 44743 * time.Second, @@ -5532,6 +5574,7 @@ func TestLoad_FullConfig(t *testing.T) { Interval: 12356 * time.Second, DockerContainerID: "HBndBU6R", Shell: "hVI33JjA", + TLSServerName: "7uwWOnUS", TLSSkipVerify: true, Timeout: 38282 * time.Second, TTL: 1181 * time.Second, @@ -5555,6 +5598,7 @@ func TestLoad_FullConfig(t *testing.T) { Interval: 23926 * time.Second, DockerContainerID: "dO5TtRHk", Shell: "e6q2ttES", + TLSServerName: "ECSHk8WF", TLSSkipVerify: true, Timeout: 38483 * time.Second, TTL: 10943 * time.Second, diff --git a/agent/config/testdata/TestRuntimeConfig_Sanitize.golden b/agent/config/testdata/TestRuntimeConfig_Sanitize.golden index 921d101d1c..b792e466fa 100644 --- a/agent/config/testdata/TestRuntimeConfig_Sanitize.golden +++ b/agent/config/testdata/TestRuntimeConfig_Sanitize.golden @@ -107,6 +107,7 @@ "Status": "", "SuccessBeforePassing": 0, "TCP": "", + "TLSServerName": "", "TLSSkipVerify": false, "TTL": "0s", "Timeout": "0s", @@ -307,6 +308,7 @@ "Status": "", "SuccessBeforePassing": 0, "TCP": "", + "TLSServerName": "", "TLSSkipVerify": false, "TTL": "0s", "Timeout": "0s" diff --git a/agent/config/testdata/full-config.hcl b/agent/config/testdata/full-config.hcl index f096832704..9d25247e6d 100644 --- a/agent/config/testdata/full-config.hcl +++ b/agent/config/testdata/full-config.hcl @@ -113,6 +113,7 @@ check = { output_max_size = 4096 docker_container_id = "qF66POS9" shell = "sOnDy228" + tls_server_name = "7BdnzBYk" tls_skip_verify = true timeout = "5954s" ttl = "30044s" @@ -139,6 +140,7 @@ checks = [ output_max_size = 4096 docker_container_id = "ipgdFtjd" shell = "qAeOYy0M" + tls_server_name = "bdeb5f6a" tls_skip_verify = true timeout = "1813s" ttl = "21743s" @@ -164,6 +166,7 @@ checks = [ output_max_size = 4096 docker_container_id = "THW6u7rL" shell = "C1Zt3Zwh" + tls_server_name = "6adc3bfb" tls_skip_verify = true timeout = "18506s" ttl = "31006s" @@ -378,6 +381,7 @@ service = { interval = "23926s" docker_container_id = "dO5TtRHk" shell = "e6q2ttES" + tls_server_name = "ECSHk8WF" tls_skip_verify = true timeout = "38483s" ttl = "10943s" @@ -402,6 +406,7 @@ service = { output_max_size = 4096 docker_container_id = "ipgdFtjd" shell = "omVZq7Sz" + tls_server_name = "axw5QPL5" tls_skip_verify = true timeout = "18913s" ttl = "44743s" @@ -425,6 +430,7 @@ service = { output_max_size = 4096 docker_container_id = "HBndBU6R" shell = "hVI33JjA" + tls_server_name = "7uwWOnUS" tls_skip_verify = true timeout = "38282s" ttl = "1181s" @@ -462,6 +468,7 @@ services = [ output_max_size = 4096 docker_container_id = "ZKXr68Yb" shell = "CEfzx0Fo" + tls_server_name = "4f191d4F" tls_skip_verify = true timeout = "38333s" ttl = "57201s" @@ -502,6 +509,7 @@ services = [ output_max_size = 4096 docker_container_id = "cU15LMet" shell = "nEz9qz2l" + tls_server_name = "f43ouY7a" tls_skip_verify = true timeout = "34738s" ttl = "22773s" @@ -525,6 +533,7 @@ services = [ output_max_size = 4096 docker_container_id = "5tDBWpfA" shell = "rlTpLM8s" + tls_server_name = "sOv5WTtp" tls_skip_verify = true timeout = "4868s" ttl = "11222s" @@ -573,6 +582,7 @@ services = [ } ] } + transparent_proxy = true } }, { diff --git a/agent/config/testdata/full-config.json b/agent/config/testdata/full-config.json index d5e7e41a7a..106bea01a9 100644 --- a/agent/config/testdata/full-config.json +++ b/agent/config/testdata/full-config.json @@ -114,6 +114,7 @@ "interval": "18714s", "docker_container_id": "qF66POS9", "shell": "sOnDy228", + "tls_server_name": "7BdnzBYk", "tls_skip_verify": true, "timeout": "5954s", "ttl": "30044s", @@ -140,6 +141,7 @@ "output_max_size": 4096, "docker_container_id": "ipgdFtjd", "shell": "qAeOYy0M", + "tls_server_name": "bdeb5f6a", "tls_skip_verify": true, "timeout": "1813s", "ttl": "21743s", @@ -165,6 +167,7 @@ "output_max_size": 4096, "docker_container_id": "THW6u7rL", "shell": "C1Zt3Zwh", + "tls_server_name": "6adc3bfb", "tls_skip_verify": true, "timeout": "18506s", "ttl": "31006s", @@ -375,6 +378,7 @@ "output_max_size": 4096, "docker_container_id": "dO5TtRHk", "shell": "e6q2ttES", + "tls_server_name": "ECSHk8WF", "tls_skip_verify": true, "timeout": "38483s", "ttl": "10943s", @@ -399,6 +403,7 @@ "output_max_size": 4096, "docker_container_id": "ipgdFtjd", "shell": "omVZq7Sz", + "tls_server_name": "axw5QPL5", "tls_skip_verify": true, "timeout": "18913s", "ttl": "44743s", @@ -422,6 +427,7 @@ "output_max_size": 4096, "docker_container_id": "HBndBU6R", "shell": "hVI33JjA", + "tls_server_name": "7uwWOnUS", "tls_skip_verify": true, "timeout": "38282s", "ttl": "1181s", @@ -459,6 +465,7 @@ "output_max_size": 4096, "docker_container_id": "ZKXr68Yb", "shell": "CEfzx0Fo", + "tls_server_name": "4f191d4F", "tls_skip_verify": true, "timeout": "38333s", "ttl": "57201s", @@ -499,6 +506,7 @@ "output_max_size": 4096, "docker_container_id": "cU15LMet", "shell": "nEz9qz2l", + "tls_server_name": "f43ouY7a", "tls_skip_verify": true, "timeout": "34738s", "ttl": "22773s", @@ -522,6 +530,7 @@ "output_max_size": 4096, "docker_container_id": "5tDBWpfA", "shell": "rlTpLM8s", + "tls_server_name": "sOv5WTtp", "tls_skip_verify": true, "timeout": "4868s", "ttl": "11222s", @@ -554,6 +563,7 @@ } ] }, + "transparent_proxy": true, "upstreams": [ { "destination_name": "KPtAj2cb", diff --git a/agent/connect/authz.go b/agent/connect/authz.go new file mode 100644 index 0000000000..605a447374 --- /dev/null +++ b/agent/connect/authz.go @@ -0,0 +1,49 @@ +package connect + +import ( + "github.com/hashicorp/consul/agent/structs" +) + +// AuthorizeIntentionTarget determines whether the destination is covered by the given intention +// and whether the intention action allows a connection. +// This is a generalized version of the old CertURI.Authorize(), and can be evaluated against sources or destinations. +// +// The return value of `auth` is only valid if the second value `match` is true. +// If `match` is false, then the intention doesn't match this target and any result should be ignored. +func AuthorizeIntentionTarget( + target, targetNS string, + ixn *structs.Intention, + matchType structs.IntentionMatchType, +) (auth bool, match bool) { + + switch matchType { + case structs.IntentionMatchDestination: + if ixn.DestinationNS != structs.WildcardSpecifier && ixn.DestinationNS != targetNS { + // Non-matching namespace + return false, false + } + + if ixn.DestinationName != structs.WildcardSpecifier && ixn.DestinationName != target { + // Non-matching name + return false, false + } + + case structs.IntentionMatchSource: + if ixn.SourceNS != structs.WildcardSpecifier && ixn.SourceNS != targetNS { + // Non-matching namespace + return false, false + } + + if ixn.SourceName != structs.WildcardSpecifier && ixn.SourceName != target { + // Non-matching name + return false, false + } + + default: + // Reject on any un-recognized match type + return false, false + } + + // The name and namespace match, so the destination is covered + return ixn.Action == structs.IntentionActionAllow, true +} diff --git a/agent/connect/authz_test.go b/agent/connect/authz_test.go new file mode 100644 index 0000000000..4033abb86f --- /dev/null +++ b/agent/connect/authz_test.go @@ -0,0 +1,196 @@ +package connect + +import ( + "github.com/hashicorp/consul/agent/structs" + "github.com/stretchr/testify/assert" + "testing" +) + +func TestAuthorizeIntentionTarget(t *testing.T) { + cases := []struct { + name string + target string + targetNS string + ixn *structs.Intention + matchType structs.IntentionMatchType + auth bool + match bool + }{ + // Source match type + { + name: "match exact source, not matching namespace", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + SourceName: "db", + SourceNS: "different", + }, + matchType: structs.IntentionMatchSource, + auth: false, + match: false, + }, + { + name: "match exact source, not matching name", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + SourceName: "db", + SourceNS: structs.IntentionDefaultNamespace, + }, + matchType: structs.IntentionMatchSource, + auth: false, + match: false, + }, + { + name: "match exact source, allow", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + SourceName: "web", + SourceNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionAllow, + }, + matchType: structs.IntentionMatchSource, + auth: true, + match: true, + }, + { + name: "match exact source, deny", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + SourceName: "web", + SourceNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionDeny, + }, + matchType: structs.IntentionMatchSource, + auth: false, + match: true, + }, + { + name: "match exact sourceNS for wildcard service, deny", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + SourceName: structs.WildcardSpecifier, + SourceNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionDeny, + }, + matchType: structs.IntentionMatchSource, + auth: false, + match: true, + }, + { + name: "match exact sourceNS for wildcard service, allow", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + SourceName: structs.WildcardSpecifier, + SourceNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionAllow, + }, + matchType: structs.IntentionMatchSource, + auth: true, + match: true, + }, + + // Destination match type + { + name: "match exact destination, not matching namespace", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + DestinationName: "db", + DestinationNS: "different", + }, + matchType: structs.IntentionMatchDestination, + auth: false, + match: false, + }, + { + name: "match exact destination, not matching name", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + DestinationName: "db", + DestinationNS: structs.IntentionDefaultNamespace, + }, + matchType: structs.IntentionMatchDestination, + auth: false, + match: false, + }, + { + name: "match exact destination, allow", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + DestinationName: "web", + DestinationNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionAllow, + }, + matchType: structs.IntentionMatchDestination, + auth: true, + match: true, + }, + { + name: "match exact destination, deny", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + DestinationName: "web", + DestinationNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionDeny, + }, + matchType: structs.IntentionMatchDestination, + auth: false, + match: true, + }, + { + name: "match exact destinationNS for wildcard service, deny", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + DestinationName: structs.WildcardSpecifier, + DestinationNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionDeny, + }, + matchType: structs.IntentionMatchDestination, + auth: false, + match: true, + }, + { + name: "match exact destinationNS for wildcard service, allow", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + DestinationName: structs.WildcardSpecifier, + DestinationNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionAllow, + }, + matchType: structs.IntentionMatchDestination, + auth: true, + match: true, + }, + { + name: "unknown match type", + target: "web", + targetNS: structs.IntentionDefaultNamespace, + ixn: &structs.Intention{ + DestinationName: structs.WildcardSpecifier, + DestinationNS: structs.IntentionDefaultNamespace, + Action: structs.IntentionActionAllow, + }, + matchType: structs.IntentionMatchType("unknown"), + auth: false, + match: false, + }, + } + + for _, tc := range cases { + t.Run(tc.name, func(t *testing.T) { + auth, match := AuthorizeIntentionTarget(tc.target, tc.targetNS, tc.ixn, tc.matchType) + assert.Equal(t, tc.auth, auth) + assert.Equal(t, tc.match, match) + }) + } +} diff --git a/agent/connect/uri.go b/agent/connect/uri.go index 5d155d4742..2f44546320 100644 --- a/agent/connect/uri.go +++ b/agent/connect/uri.go @@ -5,8 +5,6 @@ import ( "net/url" "regexp" "strings" - - "github.com/hashicorp/consul/agent/structs" ) // CertURI represents a Connect-valid URI value for a TLS certificate. @@ -17,13 +15,6 @@ import ( // However, we anticipate that we may accept URIs that are also not SPIFFE // compliant and therefore the interface is named as such. type CertURI interface { - // Authorize tests the authorization for this URI as a client - // for the given intention. The return value `auth` is only valid if - // the second value `match` is true. If the second value `match` is - // false, then the intention doesn't match this client and any - // result should be ignored. - Authorize(*structs.Intention) (auth bool, match bool) - // URI is the valid URI value used in the cert. URI() *url.URL } diff --git a/agent/connect/uri_agent.go b/agent/connect/uri_agent.go index 86205dbdcd..981dee61fb 100644 --- a/agent/connect/uri_agent.go +++ b/agent/connect/uri_agent.go @@ -3,8 +3,6 @@ package connect import ( "fmt" "net/url" - - "github.com/hashicorp/consul/agent/structs" ) // SpiffeIDService is the structure to represent the SPIFFE ID for an agent. @@ -23,11 +21,6 @@ func (id *SpiffeIDAgent) URI() *url.URL { return &result } -// CertURI impl. -func (id *SpiffeIDAgent) Authorize(_ *structs.Intention) (bool, bool) { - return false, false -} - func (id *SpiffeIDAgent) CommonName() string { return AgentCN(id.Agent, id.Host) } diff --git a/agent/connect/uri_agent_test.go b/agent/connect/uri_agent_test.go index 8990f552c5..7e0cb81845 100644 --- a/agent/connect/uri_agent_test.go +++ b/agent/connect/uri_agent_test.go @@ -15,14 +15,3 @@ func TestSpiffeIDAgentURI(t *testing.T) { require.Equal(t, "spiffe://1234.consul/agent/client/dc/dc1/id/123", agent.URI().String()) } - -func TestSpiffeIDAgentAuthorize(t *testing.T) { - agent := &SpiffeIDAgent{ - Host: "1234.consul", - Agent: "uuid", - } - - auth, match := agent.Authorize(nil) - require.False(t, auth) - require.False(t, match) -} diff --git a/agent/connect/uri_service.go b/agent/connect/uri_service.go index 405bdcbd96..7136df8ab3 100644 --- a/agent/connect/uri_service.go +++ b/agent/connect/uri_service.go @@ -3,8 +3,6 @@ package connect import ( "fmt" "net/url" - - "github.com/hashicorp/consul/agent/structs" ) // SpiffeIDService is the structure to represent the SPIFFE ID for a service. @@ -25,22 +23,6 @@ func (id *SpiffeIDService) URI() *url.URL { return &result } -// CertURI impl. -func (id *SpiffeIDService) Authorize(ixn *structs.Intention) (bool, bool) { - if ixn.SourceNS != structs.WildcardSpecifier && ixn.SourceNS != id.Namespace { - // Non-matching namespace - return false, false - } - - if ixn.SourceName != structs.WildcardSpecifier && ixn.SourceName != id.Service { - // Non-matching name - return false, false - } - - // Match, return allow value - return ixn.Action == structs.IntentionActionAllow, true -} - func (id *SpiffeIDService) CommonName() string { return ServiceCN(id.Service, id.Namespace, id.Host) } diff --git a/agent/connect/uri_service_test.go b/agent/connect/uri_service_test.go deleted file mode 100644 index af917540f8..0000000000 --- a/agent/connect/uri_service_test.go +++ /dev/null @@ -1,104 +0,0 @@ -package connect - -import ( - "testing" - - "github.com/hashicorp/consul/agent/structs" - "github.com/stretchr/testify/assert" -) - -func TestSpiffeIDServiceAuthorize(t *testing.T) { - ns := structs.IntentionDefaultNamespace - serviceWeb := &SpiffeIDService{ - Host: "1234.consul", - Namespace: structs.IntentionDefaultNamespace, - Datacenter: "dc01", - Service: "web", - } - - cases := []struct { - Name string - URI *SpiffeIDService - Ixn *structs.Intention - Auth bool - Match bool - }{ - { - "exact source, not matching namespace", - serviceWeb, - &structs.Intention{ - SourceNS: "different", - SourceName: "db", - }, - false, - false, - }, - - { - "exact source, not matching name", - serviceWeb, - &structs.Intention{ - SourceNS: ns, - SourceName: "db", - }, - false, - false, - }, - - { - "exact source, allow", - serviceWeb, - &structs.Intention{ - SourceNS: serviceWeb.Namespace, - SourceName: serviceWeb.Service, - Action: structs.IntentionActionAllow, - }, - true, - true, - }, - - { - "exact source, deny", - serviceWeb, - &structs.Intention{ - SourceNS: serviceWeb.Namespace, - SourceName: serviceWeb.Service, - Action: structs.IntentionActionDeny, - }, - false, - true, - }, - - { - "exact namespace, wildcard service, deny", - serviceWeb, - &structs.Intention{ - SourceNS: serviceWeb.Namespace, - SourceName: structs.WildcardSpecifier, - Action: structs.IntentionActionDeny, - }, - false, - true, - }, - - { - "exact namespace, wildcard service, allow", - serviceWeb, - &structs.Intention{ - SourceNS: serviceWeb.Namespace, - SourceName: structs.WildcardSpecifier, - Action: structs.IntentionActionAllow, - }, - true, - true, - }, - } - - for _, tc := range cases { - t.Run(tc.Name, func(t *testing.T) { - auth, match := tc.URI.Authorize(tc.Ixn) - assert.Equal(t, tc.Auth, auth) - assert.Equal(t, tc.Match, match) - }) - } -} diff --git a/agent/connect/uri_signing.go b/agent/connect/uri_signing.go index 652f26422d..ad8de307e1 100644 --- a/agent/connect/uri_signing.go +++ b/agent/connect/uri_signing.go @@ -28,12 +28,6 @@ func (id *SpiffeIDSigning) Host() string { return strings.ToLower(fmt.Sprintf("%s.%s", id.ClusterID, id.Domain)) } -// CertURI impl. -func (id *SpiffeIDSigning) Authorize(ixn *structs.Intention) (bool, bool) { - // Never authorize as a client. - return false, true -} - // CanSign takes any CertURI and returns whether or not this signing entity is // allowed to sign CSRs for that entity (i.e. represents the trust domain for // that entity). diff --git a/agent/connect/uri_signing_test.go b/agent/connect/uri_signing_test.go index 6d04a5fab8..9a62ea2448 100644 --- a/agent/connect/uri_signing_test.go +++ b/agent/connect/uri_signing_test.go @@ -10,14 +10,6 @@ import ( "github.com/stretchr/testify/assert" ) -// Signing ID should never authorize -func TestSpiffeIDSigningAuthorize(t *testing.T) { - var id SpiffeIDSigning - auth, ok := id.Authorize(nil) - assert.False(t, auth) - assert.True(t, ok) -} - func TestSpiffeIDSigningForCluster(t *testing.T) { // For now it should just append .consul to the ID. config := &structs.CAConfiguration{ @@ -31,10 +23,6 @@ func TestSpiffeIDSigningForCluster(t *testing.T) { // about type fakeCertURI string -func (f fakeCertURI) Authorize(*structs.Intention) (auth bool, match bool) { - return false, false -} - func (f fakeCertURI) URI() *url.URL { u, _ := url.Parse(string(f)) return u diff --git a/agent/connect_auth.go b/agent/connect_auth.go index c498cb2e23..9b50ef183e 100644 --- a/agent/connect_auth.go +++ b/agent/connect_auth.go @@ -3,7 +3,6 @@ package agent import ( "context" "fmt" - "github.com/hashicorp/consul/acl" "github.com/hashicorp/consul/agent/cache" cachetype "github.com/hashicorp/consul/agent/cache-types" @@ -105,7 +104,8 @@ func (a *Agent) ConnectAuthorize(token string, // Figure out which source matches this request. var ixnMatch *structs.Intention for _, ixn := range reply.Matches[0] { - if _, ok := uriService.Authorize(ixn); ok { + // We match on the intention source because the uriService is the source of the connection to authorize. + if _, ok := connect.AuthorizeIntentionTarget(uriService.Service, uriService.Namespace, ixn, structs.IntentionMatchSource); ok { ixnMatch = ixn break } diff --git a/agent/consul/catalog_endpoint.go b/agent/consul/catalog_endpoint.go index 4641db2d98..9ee9fa9c04 100644 --- a/agent/consul/catalog_endpoint.go +++ b/agent/consul/catalog_endpoint.go @@ -397,7 +397,7 @@ func (c *Catalog) ServiceList(args *structs.DCSpecificRequest, reply *structs.In &args.QueryOptions, &reply.QueryMeta, func(ws memdb.WatchSet, state *state.Store) error { - index, services, err := state.ServiceList(ws, &args.EnterpriseMeta) + index, services, err := state.ServiceList(ws, nil, &args.EnterpriseMeta) if err != nil { return err } diff --git a/agent/consul/config_endpoint.go b/agent/consul/config_endpoint.go index b2529133d5..3367ff799d 100644 --- a/agent/consul/config_endpoint.go +++ b/agent/consul/config_endpoint.go @@ -329,31 +329,21 @@ func (c *ConfigEntry) ResolveServiceConfig(args *structs.ServiceConfigRequest, r &reply.QueryMeta, func(ws memdb.WatchSet, state *state.Store) error { reply.Reset() - reply.MeshGateway.Mode = structs.MeshGatewayModeDefault - // Pass the WatchSet to both the service and proxy config lookups. If either is updated - // during the blocking query, this function will be rerun and these state store lookups - // will both be current. - index, serviceEntry, err := state.ConfigEntry(ws, structs.ServiceDefaults, args.Name, &args.EnterpriseMeta) - if err != nil { - return err - } - var serviceConf *structs.ServiceConfigEntry - var ok bool - if serviceEntry != nil { - serviceConf, ok = serviceEntry.(*structs.ServiceConfigEntry) - if !ok { - return fmt.Errorf("invalid service config type %T", serviceEntry) - } - } - - // Use the default enterprise meta to look up the global proxy defaults. In the future we may allow per-namespace proxy-defaults - // but not yet. + // TODO(freddy) Refactor this into smaller set of state store functions + // Pass the WatchSet to both the service and proxy config lookups. If either is updated during the + // blocking query, this function will be rerun and these state store lookups will both be current. + // We use the default enterprise meta to look up the global proxy defaults because they are not namespaced. _, proxyEntry, err := state.ConfigEntry(ws, structs.ProxyDefaults, structs.ProxyConfigGlobal, structs.DefaultEnterpriseMeta()) if err != nil { return err } - var proxyConf *structs.ProxyConfigEntry + + var ( + proxyConf *structs.ProxyConfigEntry + proxyConfGlobalProtocol string + ok bool + ) if proxyEntry != nil { proxyConf, ok = proxyEntry.(*structs.ProxyConfigEntry) if !ok { @@ -367,11 +357,30 @@ func (c *ConfigEntry) ResolveServiceConfig(args *structs.ServiceConfigRequest, r reply.ProxyConfig = mapCopy.(map[string]interface{}) reply.MeshGateway = proxyConf.MeshGateway reply.Expose = proxyConf.Expose + reply.TransparentProxy = proxyConf.TransparentProxy + + // Extract the global protocol from proxyConf for upstream configs. + rawProtocol := proxyConf.Config["protocol"] + if rawProtocol != nil { + proxyConfGlobalProtocol, ok = rawProtocol.(string) + if !ok { + return fmt.Errorf("invalid protocol type %T", rawProtocol) + } + } } + index, serviceEntry, err := state.ConfigEntry(ws, structs.ServiceDefaults, args.Name, &args.EnterpriseMeta) + if err != nil { + return err + } reply.Index = index - if serviceConf != nil { + var serviceConf *structs.ServiceConfigEntry + if serviceEntry != nil { + serviceConf, ok = serviceEntry.(*structs.ServiceConfigEntry) + if !ok { + return fmt.Errorf("invalid service config type %T", serviceEntry) + } if serviceConf.Expose.Checks { reply.Expose.Checks = true } @@ -387,57 +396,112 @@ func (c *ConfigEntry) ResolveServiceConfig(args *structs.ServiceConfigRequest, r } reply.ProxyConfig["protocol"] = serviceConf.Protocol } + if serviceConf.TransparentProxy { + reply.TransparentProxy = serviceConf.TransparentProxy + } } - // Extract the global protocol from proxyConf for upstream configs. - var proxyConfGlobalProtocol interface{} - if proxyConf != nil && proxyConf.Config != nil { - proxyConfGlobalProtocol = proxyConf.Config["protocol"] - } + // First collect all upstreams into a set of seen upstreams. + // Upstreams can come from: + // - Explicitly from proxy registrations, and therefore as an argument to this RPC endpoint + // - Implicitly from centralized upstream config in service-defaults + seenUpstreams := map[structs.ServiceID]struct{}{} - // map the legacy request structure using only service names - // to the new ServiceID type. upstreamIDs := args.UpstreamIDs legacyUpstreams := false + // Before Consul namespaces were released, the Upstreams provided to the endpoint did not contain the namespace. + // Because of this we attach the enterprise meta of the request, which will just be the default namespace. if len(upstreamIDs) == 0 { legacyUpstreams = true upstreamIDs = make([]structs.ServiceID, 0) for _, upstream := range args.Upstreams { - upstreamIDs = append(upstreamIDs, structs.NewServiceID(upstream, &args.EnterpriseMeta)) + sid := structs.NewServiceID(upstream, &args.EnterpriseMeta) + upstreamIDs = append(upstreamIDs, sid) } } + // First store all upstreams that were provided in the request + for _, sid := range upstreamIDs { + if _, ok := seenUpstreams[sid]; !ok { + seenUpstreams[sid] = struct{}{} + } + } + + // Then store upstreams inferred from service-defaults + if serviceConf != nil && serviceConf.Connect != nil { + for sid := range serviceConf.Connect.UpstreamConfigs { + seenUpstreams[structs.ServiceIDFromString(sid)] = struct{}{} + } + } + + var ( + upstreamDefaults *structs.UpstreamConfig + upstreamConfigs map[string]*structs.UpstreamConfig + ) + if serviceConf != nil && serviceConf.Connect != nil { + if serviceConf.Connect.UpstreamDefaults != nil { + upstreamDefaults = serviceConf.Connect.UpstreamDefaults + } + if serviceConf.Connect.UpstreamConfigs != nil { + upstreamConfigs = serviceConf.Connect.UpstreamConfigs + } + } + + // usConfigs stores the opaque config map for each upstream and is keyed on the upstream's ID. usConfigs := make(map[structs.ServiceID]map[string]interface{}) - for _, upstream := range upstreamIDs { - _, upstreamEntry, err := state.ConfigEntry(ws, structs.ServiceDefaults, upstream.ID, &upstream.EnterpriseMeta) + for upstream := range seenUpstreams { + resolvedCfg := make(map[string]interface{}) + + // The protocol of an upstream is resolved in this order: + // 1. Default protocol from proxy-defaults (how all services should be addressed) + // 2. Protocol for upstream service defined in its service-defaults (how the upstream wants to be addressed) + // 3. Protocol defined for the upstream in the service-defaults.(upstream_defaults|upstream_configs) of the downstream + // (how the downstream wants to address it) + protocol := proxyConfGlobalProtocol + + _, upstreamSvcDefaults, err := state.ConfigEntry(ws, structs.ServiceDefaults, upstream.ID, &upstream.EnterpriseMeta) if err != nil { return err } - var upstreamConf *structs.ServiceConfigEntry - var ok bool - if upstreamEntry != nil { - upstreamConf, ok = upstreamEntry.(*structs.ServiceConfigEntry) + if upstreamSvcDefaults != nil { + cfg, ok := upstreamSvcDefaults.(*structs.ServiceConfigEntry) if !ok { - return fmt.Errorf("invalid service config type %T", upstreamEntry) + return fmt.Errorf("invalid service config type %T", upstreamSvcDefaults) + } + if cfg.Protocol != "" { + protocol = cfg.Protocol } } - - // Fallback to proxyConf global protocol. - protocol := proxyConfGlobalProtocol - if upstreamConf != nil && upstreamConf.Protocol != "" { - protocol = upstreamConf.Protocol + if protocol != "" { + resolvedCfg["protocol"] = protocol } - // Nothing to configure if a protocol hasn't been set. - if protocol == nil { - continue + // Merge centralized defaults for all upstreams before configuration for specific upstreams + if upstreamDefaults != nil { + upstreamDefaults.MergeInto(resolvedCfg) } - usConfigs[upstream] = map[string]interface{}{ - "protocol": protocol, + // The MeshGateway value from the proxy registration overrides the one from upstream_defaults + // because it is specific to the proxy instance. + // + // The goal is to flatten the mesh gateway mode in this order: + // 0. Value from centralized upstream_defaults + // 1. Value from local proxy registration + // 2. Value from centralized upstream_configs + // 3. Value from local upstream definition. This last step is done in the client's service manager. + if !args.MeshGateway.IsZero() { + resolvedCfg["mesh_gateway"] = args.MeshGateway + } + + if upstreamConfigs[upstream.String()] != nil { + upstreamConfigs[upstream.String()].MergeInto(resolvedCfg) + } + + if len(resolvedCfg) > 0 { + usConfigs[upstream] = resolvedCfg } } @@ -447,22 +511,21 @@ func (c *ConfigEntry) ResolveServiceConfig(args *structs.ServiceConfigRequest, r } if legacyUpstreams { - if reply.UpstreamConfigs == nil { - reply.UpstreamConfigs = make(map[string]map[string]interface{}) - } + // For legacy upstreams we return a map that is only keyed on the string ID, since they precede namespaces + reply.UpstreamConfigs = make(map[string]map[string]interface{}) + for us, conf := range usConfigs { reply.UpstreamConfigs[us.ID] = conf } + } else { - if reply.UpstreamIDConfigs == nil { - reply.UpstreamIDConfigs = make(structs.UpstreamConfigs, 0, len(usConfigs)) - } + reply.UpstreamIDConfigs = make(structs.OpaqueUpstreamConfigs, 0, len(usConfigs)) for us, conf := range usConfigs { - reply.UpstreamIDConfigs = append(reply.UpstreamIDConfigs, structs.UpstreamConfig{Upstream: us, Config: conf}) + reply.UpstreamIDConfigs = append(reply.UpstreamIDConfigs, + structs.OpaqueUpstreamConfig{Upstream: us, Config: conf}) } } - return nil }) } diff --git a/agent/consul/config_endpoint_test.go b/agent/consul/config_endpoint_test.go index ebeadaae66..188aab44f9 100644 --- a/agent/consul/config_endpoint_test.go +++ b/agent/consul/config_endpoint_test.go @@ -2,6 +2,7 @@ package consul import ( "os" + "sort" "testing" "time" @@ -892,6 +893,353 @@ func TestConfigEntry_ResolveServiceConfig(t *testing.T) { require.Equal(map[string]interface{}{"foo": 1}, proxyConf.Config) } +func TestConfigEntry_ResolveServiceConfig_TransparentProxy(t *testing.T) { + if testing.Short() { + t.Skip("too slow for testing.Short") + } + + t.Parallel() + + tt := []struct { + name string + entries []structs.ConfigEntry + request structs.ServiceConfigRequest + proxyCfg structs.ConnectProxyConfig + expect structs.ServiceConfigResponse + }{ + { + name: "from proxy-defaults", + entries: []structs.ConfigEntry{ + &structs.ProxyConfigEntry{ + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + TransparentProxy: true, + }, + }, + request: structs.ServiceConfigRequest{ + Name: "foo", + Datacenter: "dc1", + }, + expect: structs.ServiceConfigResponse{ + TransparentProxy: true, + }, + }, + { + name: "from service-defaults", + entries: []structs.ConfigEntry{ + &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "foo", + TransparentProxy: true, + }, + }, + request: structs.ServiceConfigRequest{ + Name: "foo", + Datacenter: "dc1", + }, + expect: structs.ServiceConfigResponse{ + TransparentProxy: true, + }, + }, + { + name: "service-defaults overrides proxy-defaults", + entries: []structs.ConfigEntry{ + &structs.ProxyConfigEntry{ + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + TransparentProxy: false, + }, + &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "foo", + TransparentProxy: true, + }, + }, + request: structs.ServiceConfigRequest{ + Name: "foo", + Datacenter: "dc1", + }, + expect: structs.ServiceConfigResponse{ + TransparentProxy: true, + }, + }, + } + + for _, tc := range tt { + t.Run(tc.name, func(t *testing.T) { + dir1, s1 := testServer(t) + defer os.RemoveAll(dir1) + defer s1.Shutdown() + + codec := rpcClient(t, s1) + defer codec.Close() + + // Boostrap the config entries + idx := uint64(1) + for _, conf := range tc.entries { + require.NoError(t, s1.fsm.State().EnsureConfigEntry(idx, conf)) + idx++ + } + + var out structs.ServiceConfigResponse + require.NoError(t, msgpackrpc.CallWithCodec(codec, "ConfigEntry.ResolveServiceConfig", &tc.request, &out)) + + // Don't know what this is deterministically, so we grab it from the response + tc.expect.QueryMeta = out.QueryMeta + + require.Equal(t, tc.expect, out) + }) + } +} + +func TestConfigEntry_ResolveServiceConfig_Upstreams(t *testing.T) { + if testing.Short() { + t.Skip("too slow for testing.Short") + } + t.Parallel() + + mysql := structs.NewServiceID("mysql", structs.DefaultEnterpriseMeta()) + cache := structs.NewServiceID("cache", structs.DefaultEnterpriseMeta()) + + tt := []struct { + name string + entries []structs.ConfigEntry + request structs.ServiceConfigRequest + proxyCfg structs.ConnectProxyConfig + expect structs.ServiceConfigResponse + }{ + { + name: "upstream config entries from Upstreams and service-defaults", + entries: []structs.ConfigEntry{ + &structs.ProxyConfigEntry{ + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + Config: map[string]interface{}{ + "protocol": "grpc", + }, + }, + &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "api", + Connect: &structs.ConnectConfiguration{ + UpstreamConfigs: map[string]*structs.UpstreamConfig{ + mysql.String(): { + Protocol: "http", + }, + }, + }, + }, + }, + request: structs.ServiceConfigRequest{ + Name: "api", + Datacenter: "dc1", + Upstreams: []string{"cache"}, + }, + expect: structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{ + "protocol": "grpc", + }, + UpstreamConfigs: map[string]map[string]interface{}{ + "mysql": { + "protocol": "http", + }, + "cache": { + "protocol": "grpc", + }, + }, + }, + }, + { + name: "upstream config entries from UpstreamIDs and service-defaults", + entries: []structs.ConfigEntry{ + &structs.ProxyConfigEntry{ + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + Config: map[string]interface{}{ + "protocol": "grpc", + }, + }, + &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "api", + Connect: &structs.ConnectConfiguration{ + UpstreamConfigs: map[string]*structs.UpstreamConfig{ + mysql.String(): { + Protocol: "http", + }, + }, + }, + }, + }, + request: structs.ServiceConfigRequest{ + Name: "api", + Datacenter: "dc1", + UpstreamIDs: []structs.ServiceID{ + cache, + }, + }, + expect: structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{ + "protocol": "grpc", + }, + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + { + Upstream: cache, + Config: map[string]interface{}{ + "protocol": "grpc", + }, + }, + { + Upstream: structs.ServiceID{ + ID: "mysql", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + Config: map[string]interface{}{ + "protocol": "http", + }, + }, + }, + }, + }, + { + name: "proxy registration overrides upstream_defaults", + entries: []structs.ConfigEntry{ + &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "api", + Connect: &structs.ConnectConfiguration{ + UpstreamDefaults: &structs.UpstreamConfig{ + MeshGateway: structs.MeshGatewayConfig{Mode: structs.MeshGatewayModeRemote}, + }, + }, + }, + }, + request: structs.ServiceConfigRequest{ + Name: "api", + Datacenter: "dc1", + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeNone, + }, + UpstreamIDs: []structs.ServiceID{ + mysql, + }, + }, + expect: structs.ServiceConfigResponse{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + { + Upstream: mysql, + Config: map[string]interface{}{ + "mesh_gateway": map[string]interface{}{ + "Mode": "none", + }, + }, + }, + }, + }, + }, + { + name: "upstream_configs overrides all", + entries: []structs.ConfigEntry{ + &structs.ProxyConfigEntry{ + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + Config: map[string]interface{}{ + "protocol": "udp", + }, + }, + &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "api", + Protocol: "tcp", + }, + &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "api", + Connect: &structs.ConnectConfiguration{ + UpstreamDefaults: &structs.UpstreamConfig{ + Protocol: "http", + MeshGateway: structs.MeshGatewayConfig{Mode: structs.MeshGatewayModeRemote}, + PassiveHealthCheck: &structs.PassiveHealthCheck{ + Interval: 10, + MaxFailures: 2, + }, + }, + UpstreamConfigs: map[string]*structs.UpstreamConfig{ + mysql.String(): { + Protocol: "grpc", + MeshGateway: structs.MeshGatewayConfig{Mode: structs.MeshGatewayModeLocal}, + }, + }, + }, + }, + }, + request: structs.ServiceConfigRequest{ + Name: "api", + Datacenter: "dc1", + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeNone, + }, + UpstreamIDs: []structs.ServiceID{ + mysql, + }, + }, + expect: structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{ + "protocol": "udp", + }, + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + { + Upstream: mysql, + Config: map[string]interface{}{ + "passive_health_check": map[string]interface{}{ + "Interval": int64(10), + "MaxFailures": int64(2), + }, + "mesh_gateway": map[string]interface{}{ + "Mode": "local", + }, + "protocol": "grpc", + }, + }, + }, + }, + }, + } + + for _, tc := range tt { + t.Run(tc.name, func(t *testing.T) { + dir1, s1 := testServer(t) + defer os.RemoveAll(dir1) + defer s1.Shutdown() + + codec := rpcClient(t, s1) + defer codec.Close() + + state := s1.fsm.State() + + // Boostrap the config entries + idx := uint64(1) + for _, conf := range tc.entries { + require.NoError(t, state.EnsureConfigEntry(idx, conf)) + idx++ + } + + var out structs.ServiceConfigResponse + require.NoError(t, msgpackrpc.CallWithCodec(codec, "ConfigEntry.ResolveServiceConfig", &tc.request, &out)) + + // Don't know what this is deterministically, so we grab it from the response + tc.expect.QueryMeta = out.QueryMeta + + // Order of this slice is also not deterministic since it's populated from a map + sort.SliceStable(out.UpstreamIDConfigs, func(i, j int) bool { + return out.UpstreamIDConfigs[i].Upstream.String() < out.UpstreamIDConfigs[j].Upstream.String() + }) + + require.Equal(t, tc.expect, out) + }) + } +} + func TestConfigEntry_ResolveServiceConfig_Blocking(t *testing.T) { if testing.Short() { t.Skip("too slow for testing.Short") diff --git a/agent/consul/helper_test.go b/agent/consul/helper_test.go index 1a0919527c..0b44f87f33 100644 --- a/agent/consul/helper_test.go +++ b/agent/consul/helper_test.go @@ -910,3 +910,138 @@ func registerTestTopologyEntries(t *testing.T, codec rpc.ClientCodec, token stri require.NoError(t, msgpackrpc.CallWithCodec(codec, "ConfigEntry.Apply", &req, &out)) } } + +func registerIntentionUpstreamEntries(t *testing.T, codec rpc.ClientCodec, token string) { + t.Helper() + + // api and api-proxy on node foo + // web and web-proxy on node foo + // redis and redis-proxy on node foo + // * -> * (deny) intention + // web -> api (allow) + registrations := map[string]*structs.RegisterRequest{ + "Node foo": { + Datacenter: "dc1", + Node: "foo", + ID: types.NodeID("e0155642-135d-4739-9853-a1ee6c9f945b"), + Address: "127.0.0.2", + WriteRequest: structs.WriteRequest{Token: token}, + }, + "Service api on foo": { + Datacenter: "dc1", + Node: "foo", + SkipNodeUpdate: true, + Service: &structs.NodeService{ + Kind: structs.ServiceKindTypical, + ID: "api", + Service: "api", + }, + WriteRequest: structs.WriteRequest{Token: token}, + }, + "Service api-proxy": { + Datacenter: "dc1", + Node: "foo", + SkipNodeUpdate: true, + Service: &structs.NodeService{ + Kind: structs.ServiceKindConnectProxy, + ID: "api-proxy", + Service: "api-proxy", + Port: 8443, + Address: "198.18.1.2", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "api", + }, + }, + WriteRequest: structs.WriteRequest{Token: token}, + }, + "Service web on foo": { + Datacenter: "dc1", + Node: "foo", + SkipNodeUpdate: true, + Service: &structs.NodeService{ + Kind: structs.ServiceKindTypical, + ID: "web", + Service: "web", + }, + WriteRequest: structs.WriteRequest{Token: token}, + }, + "Service web-proxy on foo": { + Datacenter: "dc1", + Node: "foo", + SkipNodeUpdate: true, + Service: &structs.NodeService{ + Kind: structs.ServiceKindConnectProxy, + ID: "web-proxy", + Service: "web-proxy", + Port: 8080, + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "web", + }, + }, + WriteRequest: structs.WriteRequest{Token: token}, + }, + "Service redis on foo": { + Datacenter: "dc1", + Node: "foo", + SkipNodeUpdate: true, + Service: &structs.NodeService{ + Kind: structs.ServiceKindTypical, + ID: "redis", + Service: "redis", + }, + WriteRequest: structs.WriteRequest{Token: token}, + }, + "Service redis-proxy on foo": { + Datacenter: "dc1", + Node: "foo", + SkipNodeUpdate: true, + Service: &structs.NodeService{ + Kind: structs.ServiceKindConnectProxy, + ID: "redis-proxy", + Service: "redis-proxy", + Port: 1234, + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "redis", + }, + }, + WriteRequest: structs.WriteRequest{Token: token}, + }, + } + registerTestCatalogEntriesMap(t, codec, registrations) + + // Add intentions: deny all and web -> api + entries := []structs.ConfigEntryRequest{ + { + Datacenter: "dc1", + Entry: &structs.ServiceIntentionsConfigEntry{ + Kind: structs.ServiceIntentions, + Name: "api", + Sources: []*structs.SourceIntention{ + { + Name: "web", + Action: structs.IntentionActionAllow, + }, + }, + }, + WriteRequest: structs.WriteRequest{Token: token}, + }, + { + Datacenter: "dc1", + Entry: &structs.ServiceIntentionsConfigEntry{ + Kind: structs.ServiceIntentions, + Name: "*", + Sources: []*structs.SourceIntention{ + { + Name: "*", + Action: structs.IntentionActionDeny, + }, + }, + }, + WriteRequest: structs.WriteRequest{Token: token}, + }, + } + for _, req := range entries { + var out bool + require.NoError(t, msgpackrpc.CallWithCodec(codec, "ConfigEntry.Apply", &req, &out)) + } +} diff --git a/agent/consul/intention_endpoint.go b/agent/consul/intention_endpoint.go index b35167a187..cb6208293c 100644 --- a/agent/consul/intention_endpoint.go +++ b/agent/consul/intention_endpoint.go @@ -8,7 +8,6 @@ import ( "github.com/armon/go-metrics" "github.com/armon/go-metrics/prometheus" "github.com/hashicorp/consul/acl" - "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/consul/state" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/lib" @@ -684,16 +683,7 @@ func (s *Intention) Check(args *structs.IntentionQueryRequest, reply *structs.In return fmt.Errorf("Invalid destination namespace %q: %v", query.DestinationNS, err) } - // Build the URI - var uri connect.CertURI - switch query.SourceType { - case structs.IntentionSourceConsul: - uri = &connect.SpiffeIDService{ - Namespace: query.SourceNS, - Service: query.SourceName, - } - - default: + if query.SourceType != structs.IntentionSourceConsul { return fmt.Errorf("unsupported SourceType: %q", query.SourceType) } @@ -732,7 +722,17 @@ func (s *Intention) Check(args *structs.IntentionQueryRequest, reply *structs.In } state := s.srv.fsm.State() - decision, err := state.IntentionDecision(uri, query.DestinationName, query.DestinationNS, defaultDecision) + + entry := structs.IntentionMatchEntry{ + Namespace: query.SourceNS, + Name: query.SourceName, + } + _, intentions, err := state.IntentionMatchOne(nil, entry, structs.IntentionMatchSource) + if err != nil { + return fmt.Errorf("failed to query intentions for %s/%s", query.SourceNS, query.SourceName) + } + + decision, err := state.IntentionDecision(query.DestinationName, query.DestinationNS, intentions, structs.IntentionMatchDestination, defaultDecision, false) if err != nil { return fmt.Errorf("failed to get intention decision from (%s/%s) to (%s/%s): %v", query.SourceNS, query.SourceName, query.DestinationNS, query.DestinationName, err) diff --git a/agent/consul/internal_endpoint.go b/agent/consul/internal_endpoint.go index 48fd18505f..9a82f136b1 100644 --- a/agent/consul/internal_endpoint.go +++ b/agent/consul/internal_endpoint.go @@ -188,6 +188,49 @@ func (m *Internal) ServiceTopology(args *structs.ServiceSpecificRequest, reply * }) } +// IntentionUpstreams returns the upstreams of a service. Upstreams are inferred from intentions. +// If intentions allow a connection from the target to some candidate service, the candidate service is considered +// an upstream of the target. +func (m *Internal) IntentionUpstreams(args *structs.ServiceSpecificRequest, reply *structs.IndexedServiceList) error { + // Exit early if Connect hasn't been enabled. + if !m.srv.config.ConnectEnabled { + return ErrConnectNotEnabled + } + if args.ServiceName == "" { + return fmt.Errorf("Must provide a service name") + } + if done, err := m.srv.ForwardRPC("Internal.IntentionUpstreams", args, args, reply); done { + return err + } + + authz, err := m.srv.ResolveTokenAndDefaultMeta(args.Token, &args.EnterpriseMeta, nil) + if err != nil { + return err + } + if err := m.srv.validateEnterpriseRequest(&args.EnterpriseMeta, false); err != nil { + return err + } + + return m.srv.blockingQuery( + &args.QueryOptions, + &reply.QueryMeta, + func(ws memdb.WatchSet, state *state.Store) error { + defaultDecision := acl.Allow + if authz != nil { + defaultDecision = authz.IntentionDefaultAllow(nil) + } + + sn := structs.NewServiceName(args.ServiceName, &args.EnterpriseMeta) + index, services, err := state.IntentionTopology(ws, sn, false, defaultDecision) + if err != nil { + return err + } + + reply.Index, reply.Services = index, services + return m.srv.filterACLWithAuthorizer(authz, reply) + }) +} + // GatewayServiceNodes returns all the nodes for services associated with a gateway along with their gateway config func (m *Internal) GatewayServiceDump(args *structs.ServiceSpecificRequest, reply *structs.IndexedServiceDump) error { if done, err := m.srv.ForwardRPC("Internal.GatewayServiceDump", args, args, reply); done { diff --git a/agent/consul/internal_endpoint_test.go b/agent/consul/internal_endpoint_test.go index dfc86d6f26..f845da827f 100644 --- a/agent/consul/internal_endpoint_test.go +++ b/agent/consul/internal_endpoint_test.go @@ -1885,3 +1885,124 @@ service "web" { policy = "read" } require.True(t, acl.IsErrPermissionDenied(err)) }) } + +func TestInternal_IntentionUpstreams(t *testing.T) { + if testing.Short() { + t.Skip("too slow for testing.Short") + } + + t.Parallel() + dir1, s1 := testServer(t) + defer os.RemoveAll(dir1) + defer s1.Shutdown() + + testrpc.WaitForLeader(t, s1.RPC, "dc1") + + codec := rpcClient(t, s1) + defer codec.Close() + + // Services: + // api and api-proxy on node foo + // web and web-proxy on node foo + // + // Intentions + // * -> * (deny) intention + // web -> api (allow) + registerIntentionUpstreamEntries(t, codec, "") + + t.Run("web", func(t *testing.T) { + retry.Run(t, func(r *retry.R) { + args := structs.ServiceSpecificRequest{ + Datacenter: "dc1", + ServiceName: "web", + } + var out structs.IndexedServiceList + require.NoError(r, msgpackrpc.CallWithCodec(codec, "Internal.IntentionUpstreams", &args, &out)) + + // foo/api + require.Len(r, out.Services, 1) + + expectUp := structs.ServiceList{ + structs.NewServiceName("api", structs.DefaultEnterpriseMeta()), + } + require.Equal(r, expectUp, out.Services) + }) + }) +} + +func TestInternal_IntentionUpstreams_ACL(t *testing.T) { + if testing.Short() { + t.Skip("too slow for testing.Short") + } + + t.Parallel() + dir1, s1 := testServerWithConfig(t, func(c *Config) { + c.ACLDatacenter = "dc1" + c.ACLsEnabled = true + c.ACLMasterToken = TestDefaultMasterToken + c.ACLDefaultPolicy = "deny" + }) + defer os.RemoveAll(dir1) + defer s1.Shutdown() + + testrpc.WaitForLeader(t, s1.RPC, "dc1") + + codec := rpcClient(t, s1) + defer codec.Close() + + // Services: + // api and api-proxy on node foo + // web and web-proxy on node foo + // + // Intentions + // * -> * (deny) intention + // web -> api (allow) + registerIntentionUpstreamEntries(t, codec, TestDefaultMasterToken) + + t.Run("valid token", func(t *testing.T) { + // Token grants read to read api service + userToken, err := upsertTestTokenWithPolicyRules(codec, TestDefaultMasterToken, "dc1", ` +service_prefix "api" { policy = "read" } +`) + require.NoError(t, err) + + retry.Run(t, func(r *retry.R) { + args := structs.ServiceSpecificRequest{ + Datacenter: "dc1", + ServiceName: "web", + QueryOptions: structs.QueryOptions{Token: userToken.SecretID}, + } + var out structs.IndexedServiceList + require.NoError(r, msgpackrpc.CallWithCodec(codec, "Internal.IntentionUpstreams", &args, &out)) + + // foo/api + require.Len(r, out.Services, 1) + + expectUp := structs.ServiceList{ + structs.NewServiceName("api", structs.DefaultEnterpriseMeta()), + } + require.Equal(r, expectUp, out.Services) + }) + }) + + t.Run("invalid token filters results", func(t *testing.T) { + // Token grants read to read an unrelated service, mongo + userToken, err := upsertTestTokenWithPolicyRules(codec, TestDefaultMasterToken, "dc1", ` +service_prefix "mongo" { policy = "read" } +`) + require.NoError(t, err) + + retry.Run(t, func(r *retry.R) { + args := structs.ServiceSpecificRequest{ + Datacenter: "dc1", + ServiceName: "web", + QueryOptions: structs.QueryOptions{Token: userToken.SecretID}, + } + var out structs.IndexedServiceList + require.NoError(r, msgpackrpc.CallWithCodec(codec, "Internal.IntentionUpstreams", &args, &out)) + + // Token can't read api service + require.Empty(r, out.Services) + }) + }) +} diff --git a/agent/consul/leader_connect_ca.go b/agent/consul/leader_connect_ca.go index d7bcd42221..eb4189094e 100644 --- a/agent/consul/leader_connect_ca.go +++ b/agent/consul/leader_connect_ca.go @@ -887,12 +887,13 @@ func (c *CAManager) UpdateConfiguration(args *structs.CARequest) (reterr error) "You can try again with ForceWithoutCrossSigningSet but this may cause " + "disruption - see documentation for more.") } - if !canXSign && args.Config.ForceWithoutCrossSigning { - c.logger.Warn("current CA doesn't support cross signing but " + - "CA reconfiguration forced anyway with ForceWithoutCrossSigning") + if args.Config.ForceWithoutCrossSigning { + c.logger.Warn("ForceWithoutCrossSigning set, CA reconfiguration skipping cross-signing") } - if canXSign { + // If ForceWithoutCrossSigning wasn't set, attempt to have the old CA generate a + // cross-signed intermediate. + if canXSign && !args.Config.ForceWithoutCrossSigning { // Have the old provider cross-sign the new root xcCert, err := oldProvider.CrossSignCA(newRoot) if err != nil { diff --git a/agent/consul/leader_connect_test.go b/agent/consul/leader_connect_test.go index bb378a1d67..181dc9378d 100644 --- a/agent/consul/leader_connect_test.go +++ b/agent/consul/leader_connect_test.go @@ -1410,3 +1410,130 @@ func TestLeader_Consul_BadCAConfigShouldntPreventLeaderEstablishment(t *testing. require.NotEmpty(t, rootsList.Roots) require.NotNil(t, activeRoot) } + +func TestLeader_Consul_ForceWithoutCrossSigning(t *testing.T) { + require := require.New(t) + dir1, s1 := testServer(t) + defer os.RemoveAll(dir1) + defer s1.Shutdown() + codec := rpcClient(t, s1) + defer codec.Close() + + waitForLeaderEstablishment(t, s1) + + // Get the current root + rootReq := &structs.DCSpecificRequest{ + Datacenter: "dc1", + } + var rootList structs.IndexedCARoots + require.Nil(msgpackrpc.CallWithCodec(codec, "ConnectCA.Roots", rootReq, &rootList)) + require.Len(rootList.Roots, 1) + oldRoot := rootList.Roots[0] + + // Update the provider config to use a new private key, which should + // cause a rotation. + _, newKey, err := connect.GeneratePrivateKey() + require.NoError(err) + newConfig := &structs.CAConfiguration{ + Provider: "consul", + Config: map[string]interface{}{ + "LeafCertTTL": "500ms", + "PrivateKey": newKey, + "RootCert": "", + "RotationPeriod": "2160h", + "SkipValidate": true, + }, + ForceWithoutCrossSigning: true, + } + { + args := &structs.CARequest{ + Datacenter: "dc1", + Config: newConfig, + } + var reply interface{} + + require.NoError(msgpackrpc.CallWithCodec(codec, "ConnectCA.ConfigurationSet", args, &reply)) + } + + // Old root should no longer be active. + _, roots, err := s1.fsm.State().CARoots(nil) + require.NoError(err) + require.Len(roots, 2) + for _, r := range roots { + if r.ID == oldRoot.ID { + require.False(r.Active) + } else { + require.True(r.Active) + } + } +} + +func TestLeader_Vault_ForceWithoutCrossSigning(t *testing.T) { + ca.SkipIfVaultNotPresent(t) + + require := require.New(t) + testVault := ca.NewTestVaultServer(t) + defer testVault.Stop() + + _, s1 := testServerWithConfig(t, func(c *Config) { + c.Build = "1.9.1" + c.PrimaryDatacenter = "dc1" + c.CAConfig = &structs.CAConfiguration{ + Provider: "vault", + Config: map[string]interface{}{ + "Address": testVault.Addr, + "Token": testVault.RootToken, + "RootPKIPath": "pki-root/", + "IntermediatePKIPath": "pki-intermediate/", + }, + } + }) + defer s1.Shutdown() + codec := rpcClient(t, s1) + defer codec.Close() + + waitForLeaderEstablishment(t, s1) + + // Get the current root + rootReq := &structs.DCSpecificRequest{ + Datacenter: "dc1", + } + var rootList structs.IndexedCARoots + require.Nil(msgpackrpc.CallWithCodec(codec, "ConnectCA.Roots", rootReq, &rootList)) + require.Len(rootList.Roots, 1) + oldRoot := rootList.Roots[0] + + // Update the provider config to use a new PKI path, which should + // cause a rotation. + newConfig := &structs.CAConfiguration{ + Provider: "vault", + Config: map[string]interface{}{ + "Address": testVault.Addr, + "Token": testVault.RootToken, + "RootPKIPath": "pki-root-2/", + "IntermediatePKIPath": "pki-intermediate/", + }, + ForceWithoutCrossSigning: true, + } + { + args := &structs.CARequest{ + Datacenter: "dc1", + Config: newConfig, + } + var reply interface{} + + require.NoError(msgpackrpc.CallWithCodec(codec, "ConnectCA.ConfigurationSet", args, &reply)) + } + + // Old root should no longer be active. + _, roots, err := s1.fsm.State().CARoots(nil) + require.NoError(err) + require.Len(roots, 2) + for _, r := range roots { + if r.ID == oldRoot.ID { + require.False(r.Active) + } else { + require.True(r.Active) + } + } +} diff --git a/agent/consul/leader_intentions_test.go b/agent/consul/leader_intentions_test.go index 6a13238202..1f810a7d78 100644 --- a/agent/consul/leader_intentions_test.go +++ b/agent/consul/leader_intentions_test.go @@ -6,12 +6,14 @@ import ( "testing" "time" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" + + "github.com/hashicorp/consul/agent/consul/state" "github.com/hashicorp/consul/agent/structs" tokenStore "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/testrpc" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" ) func TestLeader_ReplicateIntentions(t *testing.T) { @@ -543,17 +545,17 @@ func TestLeader_LegacyIntentionMigration(t *testing.T) { checkIntentions(t, s1, true, map[string]*structs.Intention{}) })) - mapifyConfigs := func(entries interface{}) map[structs.ConfigEntryKindName]*structs.ServiceIntentionsConfigEntry { - m := make(map[structs.ConfigEntryKindName]*structs.ServiceIntentionsConfigEntry) + mapifyConfigs := func(entries interface{}) map[state.ConfigEntryKindName]*structs.ServiceIntentionsConfigEntry { + m := make(map[state.ConfigEntryKindName]*structs.ServiceIntentionsConfigEntry) switch v := entries.(type) { case []*structs.ServiceIntentionsConfigEntry: for _, entry := range v { - kn := structs.NewConfigEntryKindName(entry.Kind, entry.Name, &entry.EnterpriseMeta) + kn := state.NewConfigEntryKindName(entry.Kind, entry.Name, &entry.EnterpriseMeta) m[kn] = entry } case []structs.ConfigEntry: for _, entry := range v { - kn := structs.NewConfigEntryKindName(entry.GetKind(), entry.GetName(), entry.GetEnterpriseMeta()) + kn := state.NewConfigEntryKindName(entry.GetKind(), entry.GetName(), entry.GetEnterpriseMeta()) m[kn] = entry.(*structs.ServiceIntentionsConfigEntry) } default: diff --git a/agent/consul/server_test.go b/agent/consul/server_test.go index dc6c77f513..5df82e8737 100644 --- a/agent/consul/server_test.go +++ b/agent/consul/server_test.go @@ -53,21 +53,14 @@ func testTLSCertificates(serverName string) (cert string, key string, cacert str return "", "", "", err } - serial, err := tlsutil.GenerateSerialNumber() - if err != nil { - return "", "", "", err - } - - cert, privateKey, err := tlsutil.GenerateCert( - signer, - ca, - serial, - "Test Cert Name", - 365, - []string{serverName}, - nil, - []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth}, - ) + cert, privateKey, err := tlsutil.GenerateCert(tlsutil.CertOpts{ + Signer: signer, + CA: ca, + Name: "Test Cert Name", + Days: 365, + DNSNames: []string{serverName}, + ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth}, + }) if err != nil { return "", "", "", err } diff --git a/agent/consul/state/acl.go b/agent/consul/state/acl.go index bb0b15755e..2ed6b4926a 100644 --- a/agent/consul/state/acl.go +++ b/agent/consul/state/acl.go @@ -113,57 +113,6 @@ func (s *TokenRolesIndex) PrefixFromArgs(args ...interface{}) ([]byte, error) { return val, nil } -type RolePoliciesIndex struct { -} - -func (s *RolePoliciesIndex) FromObject(obj interface{}) (bool, [][]byte, error) { - role, ok := obj.(*structs.ACLRole) - if !ok { - return false, nil, fmt.Errorf("object is not an ACLRole") - } - - links := role.Policies - - numLinks := len(links) - if numLinks == 0 { - return false, nil, nil - } - - vals := make([][]byte, 0, numLinks) - for _, link := range links { - vals = append(vals, []byte(link.ID+"\x00")) - } - - return true, vals, nil -} - -func (s *RolePoliciesIndex) FromArgs(args ...interface{}) ([]byte, error) { - if len(args) != 1 { - return nil, fmt.Errorf("must provide only a single argument") - } - arg, ok := args[0].(string) - if !ok { - return nil, fmt.Errorf("argument must be a string: %#v", args[0]) - } - // Add the null character as a terminator - arg += "\x00" - return []byte(arg), nil -} - -func (s *RolePoliciesIndex) PrefixFromArgs(args ...interface{}) ([]byte, error) { - val, err := s.FromArgs(args...) - if err != nil { - return nil, err - } - - // Strip the null terminator, the rest is a prefix - n := len(val) - if n > 0 { - return val[:n-1], nil - } - return val, nil -} - type TokenExpirationIndex struct { LocalFilter bool } @@ -228,11 +177,7 @@ func (s *Restore) ACLToken(token *structs.ACLToken) error { // ACLPolicies is used when saving a snapshot func (s *Snapshot) ACLPolicies() (memdb.ResultIterator, error) { - iter, err := s.tx.Get("acl-policies", "id") - if err != nil { - return nil, err - } - return iter, nil + return s.tx.Get(tableACLPolicies, indexID) } func (s *Restore) ACLPolicy(policy *structs.ACLPolicy) error { @@ -241,7 +186,7 @@ func (s *Restore) ACLPolicy(policy *structs.ACLPolicy) error { // ACLRoles is used when saving a snapshot func (s *Snapshot) ACLRoles() (memdb.ResultIterator, error) { - iter, err := s.tx.Get("acl-roles", "id") + iter, err := s.tx.Get(tableACLRoles, indexID) if err != nil { return nil, err } @@ -548,22 +493,21 @@ func fixupTokenRoleLinks(tx ReadTxn, original *structs.ACLToken) (*structs.ACLTo func resolveRolePolicyLinks(tx *txn, role *structs.ACLRole, allowMissing bool) error { for linkIndex, link := range role.Policies { - if link.ID != "" { - policy, err := getPolicyWithTxn(tx, nil, link.ID, aclPolicyGetByID, &role.EnterpriseMeta) - - if err != nil { - return err - } - - if policy != nil { - // the name doesn't matter here - role.Policies[linkIndex].Name = policy.Name - } else if !allowMissing { - return fmt.Errorf("No such policy with ID: %s", link.ID) - } - } else { + if link.ID == "" { return fmt.Errorf("Encountered a Role with policies linked by Name in the state store") } + + policy, err := getPolicyWithTxn(tx, nil, link.ID, aclPolicyGetByID, &role.EnterpriseMeta) + if err != nil { + return err + } + + if policy != nil { + // the name doesn't matter here + role.Policies[linkIndex].Name = policy.Name + } else if !allowMissing { + return fmt.Errorf("No such policy with ID: %s", link.ID) + } } return nil } @@ -1162,7 +1106,8 @@ func aclPolicySetTxn(tx *txn, idx uint64, policy *structs.ACLPolicy) error { } // ensure the name is unique (cannot conflict with another policy with a different ID) - _, nameMatch, err := aclPolicyGetByName(tx, policy.Name, &policy.EnterpriseMeta) + q := Query{Value: policy.Name, EnterpriseMeta: policy.EnterpriseMeta} + nameMatch, err := tx.First(tableACLPolicies, indexName, q) if err != nil { return err } @@ -1195,6 +1140,15 @@ func (s *Store) ACLPolicyGetByName(ws memdb.WatchSet, name string, entMeta *stru return s.aclPolicyGet(ws, name, aclPolicyGetByName, entMeta) } +func aclPolicyGetByName(tx ReadTxn, name string, entMeta *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { + // todo: accept non-pointer value + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + q := Query{Value: name, EnterpriseMeta: *entMeta} + return tx.FirstWatch(tableACLPolicies, indexName, q) +} + func (s *Store) ACLPolicyBatchGet(ws memdb.WatchSet, ids []string) (uint64, structs.ACLPolicies, error) { tx := s.db.Txn(false) defer tx.Abort() @@ -1212,8 +1166,8 @@ func (s *Store) ACLPolicyBatchGet(ws memdb.WatchSet, ids []string) (uint64, stru } // We are specifically not wanting to call aclPolicyMaxIndex here as we always want the - // index entry for the "acl-policies" table. - idx := maxIndexTxn(tx, "acl-policies") + // index entry for the tableACLPolicies table. + idx := maxIndexTxn(tx, tableACLPolicies) return idx, policies, nil } @@ -1252,7 +1206,7 @@ func (s *Store) ACLPolicyList(ws memdb.WatchSet, entMeta *structs.EnterpriseMeta tx := s.db.Txn(false) defer tx.Abort() - iter, err := aclPolicyList(tx, entMeta) + iter, err := tx.Get(tableACLPolicies, indexName+"_prefix", entMeta) if err != nil { return 0, nil, fmt.Errorf("failed acl policy lookup: %v", err) } @@ -1365,7 +1319,8 @@ func aclRoleSetTxn(tx *txn, idx uint64, role *structs.ACLRole, allowMissing bool } // ensure the name is unique (cannot conflict with another role with a different ID) - _, nameMatch, err := aclRoleGetByName(tx, role.Name, &role.EnterpriseMeta) + q := Query{EnterpriseMeta: role.EnterpriseMeta, Value: role.Name} + nameMatch, err := tx.First(tableACLRoles, indexName, q) if err != nil { return fmt.Errorf("failed acl role lookup: %v", err) } @@ -1418,6 +1373,15 @@ func (s *Store) ACLRoleGetByName(ws memdb.WatchSet, name string, entMeta *struct return s.aclRoleGet(ws, name, aclRoleGetByName, entMeta) } +func aclRoleGetByName(tx ReadTxn, name string, entMeta *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { + // TODO: accept non-pointer value + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + q := Query{EnterpriseMeta: *entMeta, Value: name} + return tx.FirstWatch(tableACLRoles, indexName, q) +} + func (s *Store) ACLRoleBatchGet(ws memdb.WatchSet, ids []string) (uint64, structs.ACLRoles, error) { tx := s.db.Txn(false) defer tx.Abort() @@ -1434,7 +1398,7 @@ func (s *Store) ACLRoleBatchGet(ws memdb.WatchSet, ids []string) (uint64, struct } } - idx := maxIndexTxn(tx, "acl-roles") + idx := maxIndexTxn(tx, tableACLRoles) return idx, roles, nil } @@ -1479,10 +1443,16 @@ func (s *Store) ACLRoleList(ws memdb.WatchSet, policy string, entMeta *structs.E var iter memdb.ResultIterator var err error + // TODO: accept non-pointer value + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + if policy != "" { - iter, err = aclRoleListByPolicy(tx, policy, entMeta) + q := Query{Value: policy, EnterpriseMeta: *entMeta} + iter, err = tx.Get(tableACLRoles, indexPolicies, q) } else { - iter, err = aclRoleList(tx, entMeta) + iter, err = tx.Get(tableACLRoles, indexName+"_prefix", entMeta) } if err != nil { diff --git a/agent/consul/state/acl_events.go b/agent/consul/state/acl_events.go index 7b20c9fd46..4c49711c4c 100644 --- a/agent/consul/state/acl_events.go +++ b/agent/consul/state/acl_events.go @@ -1,9 +1,10 @@ package state import ( + memdb "github.com/hashicorp/go-memdb" + "github.com/hashicorp/consul/agent/consul/stream" "github.com/hashicorp/consul/agent/structs" - memdb "github.com/hashicorp/go-memdb" ) // aclChangeUnsubscribeEvent creates and returns stream.UnsubscribeEvents that @@ -19,7 +20,7 @@ func aclChangeUnsubscribeEvent(tx ReadTxn, changes Changes) ([]stream.Event, err token := changeObject(change).(*structs.ACLToken) secretIDs = append(secretIDs, token.SecretID) - case "acl-roles": + case tableACLRoles: role := changeObject(change).(*structs.ACLRole) tokens, err := aclTokenListByRole(tx, role.ID, &role.EnterpriseMeta) if err != nil { @@ -27,7 +28,7 @@ func aclChangeUnsubscribeEvent(tx ReadTxn, changes Changes) ([]stream.Event, err } secretIDs = appendSecretIDsFromTokenIterator(secretIDs, tokens) - case "acl-policies": + case tableACLPolicies: policy := changeObject(change).(*structs.ACLPolicy) tokens, err := aclTokenListByPolicy(tx, policy.ID, &policy.EnterpriseMeta) if err != nil { @@ -35,7 +36,8 @@ func aclChangeUnsubscribeEvent(tx ReadTxn, changes Changes) ([]stream.Event, err } secretIDs = appendSecretIDsFromTokenIterator(secretIDs, tokens) - roles, err := aclRoleListByPolicy(tx, policy.ID, &policy.EnterpriseMeta) + q := Query{Value: policy.ID, EnterpriseMeta: policy.EnterpriseMeta} + roles, err := tx.Get(tableACLRoles, indexPolicies, q) if err != nil { return nil, err } diff --git a/agent/consul/state/acl_oss.go b/agent/consul/state/acl_oss.go index ea4e473430..9ebb8a8923 100644 --- a/agent/consul/state/acl_oss.go +++ b/agent/consul/state/acl_oss.go @@ -11,11 +11,11 @@ import ( ) func aclPolicyInsert(tx *txn, policy *structs.ACLPolicy) error { - if err := tx.Insert("acl-policies", policy); err != nil { + if err := tx.Insert(tableACLPolicies, policy); err != nil { return fmt.Errorf("failed inserting acl policy: %v", err) } - if err := indexUpdateMaxTxn(tx, policy.ModifyIndex, "acl-policies"); err != nil { + if err := indexUpdateMaxTxn(tx, policy.ModifyIndex, tableACLPolicies); err != nil { return fmt.Errorf("failed updating acl policies index: %v", err) } @@ -23,32 +23,24 @@ func aclPolicyInsert(tx *txn, policy *structs.ACLPolicy) error { } func aclPolicyGetByID(tx ReadTxn, id string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { - return tx.FirstWatch("acl-policies", "id", id) -} - -func aclPolicyGetByName(tx ReadTxn, name string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { - return tx.FirstWatch("acl-policies", "name", name) -} - -func aclPolicyList(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("acl-policies", "id") + return tx.FirstWatch(tableACLPolicies, indexID, id) } func aclPolicyDeleteWithPolicy(tx *txn, policy *structs.ACLPolicy, idx uint64) error { // remove the policy - if err := tx.Delete("acl-policies", policy); err != nil { + if err := tx.Delete(tableACLPolicies, policy); err != nil { return fmt.Errorf("failed deleting acl policy: %v", err) } // update the overall acl-policies index - if err := indexUpdateMaxTxn(tx, idx, "acl-policies"); err != nil { + if err := indexUpdateMaxTxn(tx, idx, tableACLPolicies); err != nil { return fmt.Errorf("failed updating acl policies index: %v", err) } return nil } func aclPolicyMaxIndex(tx ReadTxn, _ *structs.ACLPolicy, _ *structs.EnterpriseMeta) uint64 { - return maxIndexTxn(tx, "acl-policies") + return maxIndexTxn(tx, tableACLPolicies) } func aclPolicyUpsertValidateEnterprise(*txn, *structs.ACLPolicy, *structs.ACLPolicy) error { @@ -136,48 +128,36 @@ func (s *Store) ACLTokenUpsertValidateEnterprise(token *structs.ACLToken, existi func aclRoleInsert(tx *txn, role *structs.ACLRole) error { // insert the role into memdb - if err := tx.Insert("acl-roles", role); err != nil { + if err := tx.Insert(tableACLRoles, role); err != nil { return fmt.Errorf("failed inserting acl role: %v", err) } // update the overall acl-roles index - if err := indexUpdateMaxTxn(tx, role.ModifyIndex, "acl-roles"); err != nil { + if err := indexUpdateMaxTxn(tx, role.ModifyIndex, tableACLRoles); err != nil { return fmt.Errorf("failed updating acl roles index: %v", err) } return nil } func aclRoleGetByID(tx ReadTxn, id string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { - return tx.FirstWatch("acl-roles", "id", id) -} - -func aclRoleGetByName(tx ReadTxn, name string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { - return tx.FirstWatch("acl-roles", "name", name) -} - -func aclRoleList(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("acl-roles", "id") -} - -func aclRoleListByPolicy(tx ReadTxn, policy string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("acl-roles", "policies", policy) + return tx.FirstWatch(tableACLRoles, indexID, id) } func aclRoleDeleteWithRole(tx *txn, role *structs.ACLRole, idx uint64) error { // remove the role - if err := tx.Delete("acl-roles", role); err != nil { + if err := tx.Delete(tableACLRoles, role); err != nil { return fmt.Errorf("failed deleting acl role: %v", err) } // update the overall acl-roles index - if err := indexUpdateMaxTxn(tx, idx, "acl-roles"); err != nil { + if err := indexUpdateMaxTxn(tx, idx, tableACLRoles); err != nil { return fmt.Errorf("failed updating acl policies index: %v", err) } return nil } func aclRoleMaxIndex(tx ReadTxn, _ *structs.ACLRole, _ *structs.EnterpriseMeta) uint64 { - return maxIndexTxn(tx, "acl-roles") + return maxIndexTxn(tx, tableACLRoles) } func aclRoleUpsertValidateEnterprise(tx *txn, role *structs.ACLRole, existing *structs.ACLRole) error { diff --git a/agent/consul/state/acl_oss_test.go b/agent/consul/state/acl_oss_test.go new file mode 100644 index 0000000000..f7a882dd97 --- /dev/null +++ b/agent/consul/state/acl_oss_test.go @@ -0,0 +1,82 @@ +// +build !consulent + +package state + +import "github.com/hashicorp/consul/agent/structs" + +func testIndexerTableACLPolicies() map[string]indexerTestCase { + obj := &structs.ACLPolicy{ + ID: "123e4567-e89b-12d3-a456-426614174abc", + Name: "PoLiCyNaMe", + } + encodedID := []byte{0x12, 0x3e, 0x45, 0x67, 0xe8, 0x9b, 0x12, 0xd3, 0xa4, 0x56, 0x42, 0x66, 0x14, 0x17, 0x4a, 0xbc} + return map[string]indexerTestCase{ + indexID: { + read: indexValue{ + source: obj.ID, + expected: encodedID, + }, + write: indexValue{ + source: obj, + expected: encodedID, + }, + }, + indexName: { + read: indexValue{ + source: Query{Value: "PolicyName"}, + expected: []byte("policyname\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("policyname\x00"), + }, + }, + } +} + +func testIndexerTableACLRoles() map[string]indexerTestCase { + policyID1 := "123e4567-e89a-12d7-a456-426614174001" + policyID2 := "123e4567-e89a-12d7-a456-426614174002" + obj := &structs.ACLRole{ + ID: "123e4567-e89a-12d7-a456-426614174abc", + Name: "RoLe", + Policies: []structs.ACLRolePolicyLink{ + {ID: policyID1}, {ID: policyID2}, + }, + } + encodedID := []byte{0x12, 0x3e, 0x45, 0x67, 0xe8, 0x9a, 0x12, 0xd7, 0xa4, 0x56, 0x42, 0x66, 0x14, 0x17, 0x4a, 0xbc} + encodedPID1 := []byte{0x12, 0x3e, 0x45, 0x67, 0xe8, 0x9a, 0x12, 0xd7, 0xa4, 0x56, 0x42, 0x66, 0x14, 0x17, 0x40, 0x01} + encodedPID2 := []byte{0x12, 0x3e, 0x45, 0x67, 0xe8, 0x9a, 0x12, 0xd7, 0xa4, 0x56, 0x42, 0x66, 0x14, 0x17, 0x40, 0x02} + return map[string]indexerTestCase{ + indexID: { + read: indexValue{ + source: obj.ID, + expected: encodedID, + }, + write: indexValue{ + source: obj, + expected: encodedID, + }, + }, + indexName: { + read: indexValue{ + source: Query{Value: "RoLe"}, + expected: []byte("role\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("role\x00"), + }, + }, + indexPolicies: { + read: indexValue{ + source: Query{Value: policyID1}, + expected: encodedPID1, + }, + writeMulti: indexValueMulti{ + source: obj, + expected: [][]byte{encodedPID1, encodedPID2}, + }, + }, + } +} diff --git a/agent/consul/state/acl_schema.go b/agent/consul/state/acl_schema.go index 88cd1b4d61..22ccdbd95d 100644 --- a/agent/consul/state/acl_schema.go +++ b/agent/consul/state/acl_schema.go @@ -1,6 +1,9 @@ package state import ( + "fmt" + "strings" + "github.com/hashicorp/go-memdb" "github.com/hashicorp/consul/agent/structs" @@ -125,16 +128,31 @@ func policiesTableSchema() *memdb.TableSchema { Name: indexName, AllowMissing: false, Unique: true, - Indexer: &memdb.StringFieldIndex{ - Field: "Name", - // TODO (ACL-V2) - should we coerce to lowercase? - Lowercase: true, + Indexer: indexerSingleWithPrefix{ + readIndex: indexFromQuery, + writeIndex: indexNameFromACLPolicy, + prefixIndex: prefixIndexFromQuery, }, }, }, } } +func indexNameFromACLPolicy(raw interface{}) ([]byte, error) { + p, ok := raw.(*structs.ACLPolicy) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.ACLPolicy index", raw) + } + + if p.Name == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(p.Name)) + return b.Bytes(), nil +} + func rolesTableSchema() *memdb.TableSchema { return &memdb.TableSchema{ Name: tableACLRoles, @@ -151,9 +169,10 @@ func rolesTableSchema() *memdb.TableSchema { Name: indexName, AllowMissing: false, Unique: true, - Indexer: &memdb.StringFieldIndex{ - Field: "Name", - Lowercase: true, + Indexer: indexerSingleWithPrefix{ + readIndex: indexFromQuery, + writeIndex: indexNameFromACLRole, + prefixIndex: prefixIndexFromQuery, }, }, indexPolicies: { @@ -161,12 +180,61 @@ func rolesTableSchema() *memdb.TableSchema { // Need to allow missing for the anonymous token AllowMissing: true, Unique: false, - Indexer: &RolePoliciesIndex{}, + Indexer: indexerMulti{ + readIndex: indexFromUUIDQuery, + writeIndexMulti: multiIndexPolicyFromACLRole, + }, }, }, } } +func indexNameFromACLRole(raw interface{}) ([]byte, error) { + p, ok := raw.(*structs.ACLRole) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.ACLRole index", raw) + } + + if p.Name == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(p.Name)) + return b.Bytes(), nil +} + +func indexFromUUIDQuery(raw interface{}) ([]byte, error) { + q, ok := raw.(Query) + if !ok { + return nil, fmt.Errorf("unexpected type %T for UUIDQuery index", raw) + } + return uuidStringToBytes(q.Value) +} + +func multiIndexPolicyFromACLRole(raw interface{}) ([][]byte, error) { + role, ok := raw.(*structs.ACLRole) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.ACLRole index", raw) + } + + count := len(role.Policies) + if count == 0 { + return nil, errMissingValueForIndex + } + + vals := make([][]byte, 0, count) + for _, link := range role.Policies { + v, err := uuidStringToBytes(link.ID) + if err != nil { + return nil, err + } + vals = append(vals, v) + } + + return vals, nil +} + func bindingRulesTableSchema() *memdb.TableSchema { return &memdb.TableSchema{ Name: tableACLBindingRules, diff --git a/agent/consul/state/acl_test.go b/agent/consul/state/acl_test.go index 441ddfbbb2..71d7cdd213 100644 --- a/agent/consul/state/acl_test.go +++ b/agent/consul/state/acl_test.go @@ -7,13 +7,14 @@ import ( "testing" "time" + memdb "github.com/hashicorp/go-memdb" + "github.com/hashicorp/go-uuid" + "github.com/stretchr/testify/require" + "github.com/hashicorp/consul/acl" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/lib" pbacl "github.com/hashicorp/consul/proto/pbacl" - memdb "github.com/hashicorp/go-memdb" - "github.com/hashicorp/go-uuid" - "github.com/stretchr/testify/require" ) const ( @@ -3801,7 +3802,7 @@ func TestStateStore_ACLPolicies_Snapshot_Restore(t *testing.T) { require.NoError(t, err) require.Equal(t, uint64(2), idx) require.ElementsMatch(t, policies, res) - require.Equal(t, uint64(2), s.maxIndex("acl-policies")) + require.Equal(t, uint64(2), s.maxIndex(tableACLPolicies)) }() } @@ -4081,7 +4082,7 @@ func TestStateStore_ACLRoles_Snapshot_Restore(t *testing.T) { require.NoError(t, err) require.Equal(t, uint64(2), idx) require.ElementsMatch(t, roles, res) - require.Equal(t, uint64(2), s.maxIndex("acl-roles")) + require.Equal(t, uint64(2), s.maxIndex(tableACLRoles)) }() } diff --git a/agent/consul/state/catalog.go b/agent/consul/state/catalog.go index 52714468ff..c66d9de409 100644 --- a/agent/consul/state/catalog.go +++ b/agent/consul/state/catalog.go @@ -11,7 +11,6 @@ import ( "github.com/mitchellh/copystructure" "github.com/hashicorp/consul/acl" - "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/lib" @@ -41,7 +40,7 @@ func resizeNodeLookupKey(s string) string { // Nodes is used to pull the full list of nodes for use during snapshots. func (s *Snapshot) Nodes() (memdb.ResultIterator, error) { - iter, err := s.tx.Get("nodes", "id") + iter, err := s.tx.Get(tableNodes, indexID) if err != nil { return nil, err } @@ -51,21 +50,13 @@ func (s *Snapshot) Nodes() (memdb.ResultIterator, error) { // Services is used to pull the full list of services for a given node for use // during snapshots. func (s *Snapshot) Services(node string) (memdb.ResultIterator, error) { - iter, err := catalogServiceListByNode(s.tx, node, structs.WildcardEnterpriseMeta(), true) - if err != nil { - return nil, err - } - return iter, nil + return s.tx.Get(tableServices, indexNode, Query{Value: node}) } // Checks is used to pull the full list of checks for a given node for use // during snapshots. func (s *Snapshot) Checks(node string) (memdb.ResultIterator, error) { - iter, err := catalogListChecksByNode(s.tx, node, structs.WildcardEnterpriseMeta()) - if err != nil { - return nil, err - } - return iter, nil + return s.tx.Get(tableChecks, indexNode, Query{Value: node}) } // Registration is used to make sure a node, service, and check registration is @@ -128,7 +119,7 @@ func (s *Store) ensureRegistrationTxn(tx WriteTxn, idx uint64, preserveIndexes b // modify the node at all so we prevent watch churn and useless writes // and modify index bumps on the node. { - existing, err := tx.First("nodes", "id", node.Node) + existing, err := tx.First(tableNodes, indexID, Query{Value: node.Node}) if err != nil { return fmt.Errorf("node lookup failed: %s", err) } @@ -143,7 +134,7 @@ func (s *Store) ensureRegistrationTxn(tx WriteTxn, idx uint64, preserveIndexes b // node info above to make sure we actually need to update the service // definition in order to prevent useless churn if nothing has changed. if req.Service != nil { - _, existing, err := firstWatchCompoundWithTxn(tx, "services", "id", &req.Service.EnterpriseMeta, req.Node, req.Service.ID) + existing, err := tx.First(tableServices, indexID, NodeServiceQuery{EnterpriseMeta: req.Service.EnterpriseMeta, Node: req.Node, Service: req.Service.ID}) if err != nil { return fmt.Errorf("failed service lookup: %s", err) } @@ -187,7 +178,7 @@ func (s *Store) EnsureNode(idx uint64, node *structs.Node) error { // If allowClashWithoutID then, getting a conflict on another node without ID will be allowed func ensureNoNodeWithSimilarNameTxn(tx ReadTxn, node *structs.Node, allowClashWithoutID bool) error { // Retrieve all of the nodes - enodes, err := tx.Get("nodes", "id") + enodes, err := tx.Get(tableNodes, indexID) if err != nil { return fmt.Errorf("Cannot lookup all nodes: %s", err) } @@ -196,7 +187,7 @@ func ensureNoNodeWithSimilarNameTxn(tx ReadTxn, node *structs.Node, allowClashWi if strings.EqualFold(node.Node, enode.Node) && node.ID != enode.ID { // Look up the existing node's Serf health check to see if it's failed. // If it is, the node can be renamed. - _, enodeCheck, err := firstWatchCompoundWithTxn(tx, "checks", "id", structs.DefaultEnterpriseMeta(), enode.Node, string(structs.SerfCheckID)) + enodeCheck, err := tx.First(tableChecks, indexID, NodeCheckQuery{EnterpriseMeta: *structs.DefaultEnterpriseMeta(), Node: enode.Node, CheckID: string(structs.SerfCheckID)}) if err != nil { return fmt.Errorf("Cannot get status of node %s: %s", enode.Node, err) } @@ -289,7 +280,7 @@ func (s *Store) ensureNodeTxn(tx WriteTxn, idx uint64, preserveIndexes bool, nod // Check for an existing node by name to support nodes with no IDs. if n == nil { - existing, err := tx.First("nodes", "id", node.Node) + existing, err := tx.First(tableNodes, indexID, Query{Value: node.Node}) if err != nil { return fmt.Errorf("node name lookup failed: %s", err) } @@ -354,7 +345,7 @@ func (s *Store) GetNode(id string) (uint64, *structs.Node, error) { } func getNodeTxn(tx ReadTxn, nodeName string) (*structs.Node, error) { - node, err := tx.First("nodes", "id", nodeName) + node, err := tx.First(tableNodes, indexID, Query{Value: nodeName}) if err != nil { return nil, fmt.Errorf("node lookup failed: %s", err) } @@ -403,7 +394,7 @@ func (s *Store) Nodes(ws memdb.WatchSet) (uint64, structs.Nodes, error) { idx := maxIndexTxn(tx, "nodes") // Retrieve all of the nodes - nodes, err := tx.Get("nodes", "id") + nodes, err := tx.Get(tableNodes, indexID) if err != nil { return 0, nil, fmt.Errorf("failed nodes lookup: %s", err) } @@ -493,7 +484,7 @@ func (s *Store) deleteNodeCASTxn(tx WriteTxn, idx, cidx uint64, nodeName string) // the store within a given transaction. func (s *Store) deleteNodeTxn(tx WriteTxn, idx uint64, nodeName string) error { // Look up the node. - node, err := tx.First("nodes", "id", nodeName) + node, err := tx.First(tableNodes, indexID, Query{Value: nodeName}) if err != nil { return fmt.Errorf("node lookup failed: %s", err) } @@ -502,7 +493,7 @@ func (s *Store) deleteNodeTxn(tx WriteTxn, idx uint64, nodeName string) error { } // Delete all services associated with the node and update the service index. - services, err := tx.Get("services", "node", nodeName) + services, err := tx.Get(tableServices, indexNode, Query{Value: nodeName}) if err != nil { return fmt.Errorf("failed service lookup: %s", err) } @@ -528,7 +519,7 @@ func (s *Store) deleteNodeTxn(tx WriteTxn, idx uint64, nodeName string) error { // Delete all checks associated with the node. This will invalidate // sessions as necessary. - checks, err := tx.Get("checks", "node", nodeName) + checks, err := tx.Get(tableChecks, indexNode, Query{Value: nodeName}) if err != nil { return fmt.Errorf("failed check lookup: %s", err) } @@ -604,7 +595,7 @@ var errCASCompareFailed = errors.New("compare-and-set: comparison failed") // Returns an error if the write didn't happen and nil if write was successful. func ensureServiceCASTxn(tx WriteTxn, idx uint64, node string, svc *structs.NodeService) error { // Retrieve the existing service. - _, existing, err := firstWatchCompoundWithTxn(tx, "services", "id", &svc.EnterpriseMeta, node, svc.ID) + existing, err := tx.First(tableServices, indexID, NodeServiceQuery{EnterpriseMeta: svc.EnterpriseMeta, Node: node, Service: svc.ID}) if err != nil { return fmt.Errorf("failed service lookup: %s", err) } @@ -629,7 +620,7 @@ func ensureServiceCASTxn(tx WriteTxn, idx uint64, node string, svc *structs.Node // existing memdb transaction. func ensureServiceTxn(tx WriteTxn, idx uint64, node string, preserveIndexes bool, svc *structs.NodeService) error { // Check for existing service - _, existing, err := firstWatchCompoundWithTxn(tx, "services", "id", &svc.EnterpriseMeta, node, svc.ID) + existing, err := tx.First(tableServices, indexID, NodeServiceQuery{EnterpriseMeta: svc.EnterpriseMeta, Node: node, Service: svc.ID}) if err != nil { return fmt.Errorf("failed service lookup: %s", err) } @@ -654,7 +645,7 @@ func ensureServiceTxn(tx WriteTxn, idx uint64, node string, preserveIndexes bool // That's always populated when we read from the state store. entry := svc.ToServiceNode(node) // Get the node - n, err := tx.First("nodes", "id", node) + n, err := tx.First(tableNodes, indexID, Query{Value: node}) if err != nil { return fmt.Errorf("failed node lookup: %s", err) } @@ -693,7 +684,7 @@ func (s *Store) Services(ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (ui idx := catalogServicesMaxIndex(tx, entMeta) // List all the services. - services, err := catalogServiceList(tx, entMeta, false) + services, err := catalogServiceListNoWildcard(tx, entMeta) if err != nil { return 0, nil, fmt.Errorf("failed querying services: %s", err) } @@ -725,17 +716,19 @@ func (s *Store) Services(ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (ui return idx, results, nil } -func (s *Store) ServiceList(ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.ServiceList, error) { +func (s *Store) ServiceList(ws memdb.WatchSet, + include func(svc *structs.ServiceNode) bool, entMeta *structs.EnterpriseMeta) (uint64, structs.ServiceList, error) { tx := s.db.Txn(false) defer tx.Abort() - return serviceListTxn(tx, ws, entMeta) + return serviceListTxn(tx, ws, include, entMeta) } -func serviceListTxn(tx ReadTxn, ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.ServiceList, error) { +func serviceListTxn(tx ReadTxn, ws memdb.WatchSet, + include func(svc *structs.ServiceNode) bool, entMeta *structs.EnterpriseMeta) (uint64, structs.ServiceList, error) { idx := catalogServicesMaxIndex(tx, entMeta) - services, err := catalogServiceList(tx, entMeta, true) + services, err := tx.Get(tableServices, indexID+"_prefix", entMeta) if err != nil { return 0, nil, fmt.Errorf("failed querying services: %s", err) } @@ -744,7 +737,11 @@ func serviceListTxn(tx ReadTxn, ws memdb.WatchSet, entMeta *structs.EnterpriseMe unique := make(map[structs.ServiceName]struct{}) for service := services.Next(); service != nil; service = services.Next() { svc := service.(*structs.ServiceNode) - unique[svc.CompoundServiceName()] = struct{}{} + // TODO (freddy) This is a hack to exclude certain kinds. + // Need a new index to query by kind and namespace, have to coordinate with consul foundations first + if include == nil || include(svc) { + unique[svc.CompoundServiceName()] = struct{}{} + } } results := make(structs.ServiceList, 0, len(unique)) @@ -780,7 +777,7 @@ func (s *Store) ServicesByNodeMeta(ws memdb.WatchSet, filters map[string]string, // We don't want to track an unlimited number of services, so we pull a // top-level watch to use as a fallback. - allServices, err := catalogServiceList(tx, entMeta, false) + allServices, err := catalogServiceListNoWildcard(tx, entMeta) if err != nil { return 0, nil, fmt.Errorf("failed services lookup: %s", err) } @@ -900,25 +897,34 @@ func maxIndexAndWatchChsForServiceNodes(tx ReadTxn, // compatible destination for the given service name. This will include // both proxies and native integrations. func (s *Store) ConnectServiceNodes(ws memdb.WatchSet, serviceName string, entMeta *structs.EnterpriseMeta) (uint64, structs.ServiceNodes, error) { - return s.serviceNodes(ws, serviceName, true, entMeta) + tx := s.db.ReadTxn() + defer tx.Abort() + + // TODO: accept non-pointer value + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + q := Query{Value: serviceName, EnterpriseMeta: *entMeta} + return serviceNodesTxn(tx, ws, indexConnect, q) } // ServiceNodes returns the nodes associated with a given service name. func (s *Store) ServiceNodes(ws memdb.WatchSet, serviceName string, entMeta *structs.EnterpriseMeta) (uint64, structs.ServiceNodes, error) { - return s.serviceNodes(ws, serviceName, false, entMeta) -} - -func (s *Store) serviceNodes(ws memdb.WatchSet, serviceName string, connect bool, entMeta *structs.EnterpriseMeta) (uint64, structs.ServiceNodes, error) { - tx := s.db.Txn(false) + tx := s.db.ReadTxn() defer tx.Abort() - // Function for lookup - index := "service" - if connect { - index = "connect" + // TODO: accept non-pointer value + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() } + q := Query{Value: serviceName, EnterpriseMeta: *entMeta} + return serviceNodesTxn(tx, ws, indexService, q) +} - services, err := catalogServiceNodeList(tx, serviceName, index, entMeta) +func serviceNodesTxn(tx ReadTxn, ws memdb.WatchSet, index string, q Query) (uint64, structs.ServiceNodes, error) { + connect := index == indexConnect + serviceName := q.Value + services, err := tx.Get(tableServices, index, q) if err != nil { return 0, nil, fmt.Errorf("failed service lookup: %s", err) } @@ -936,7 +942,7 @@ func (s *Store) serviceNodes(ws memdb.WatchSet, serviceName string, connect bool var idx uint64 if connect { // Look up gateway nodes associated with the service - gwIdx, nodes, err := serviceGatewayNodes(tx, ws, serviceName, structs.ServiceKindTerminatingGateway, entMeta) + gwIdx, nodes, err := serviceGatewayNodes(tx, ws, serviceName, structs.ServiceKindTerminatingGateway, &q.EnterpriseMeta) if err != nil { return 0, nil, fmt.Errorf("failed gateway nodes lookup: %v", err) } @@ -967,7 +973,7 @@ func (s *Store) serviceNodes(ws memdb.WatchSet, serviceName string, connect bool // Get the table index. // TODO (gateways) (freddy) Why do we always consider the main service index here? // This doesn't seem to make sense for Connect when there's more than 1 result - svcIdx := maxIndexForService(tx, serviceName, len(results) > 0, false, entMeta) + svcIdx := maxIndexForService(tx, serviceName, len(results) > 0, false, &q.EnterpriseMeta) if idx < svcIdx { idx = svcIdx } @@ -981,8 +987,13 @@ func (s *Store) ServiceTagNodes(ws memdb.WatchSet, service string, tags []string tx := s.db.Txn(false) defer tx.Abort() - // List all the services. - services, err := catalogServiceNodeList(tx, service, "service", entMeta) + // TODO: accept non-pointer value + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + + q := Query{Value: service, EnterpriseMeta: *entMeta} + services, err := tx.Get(tableServices, indexService, q) if err != nil { return 0, nil, fmt.Errorf("failed service lookup: %s", err) } @@ -1047,7 +1058,7 @@ func (s *Store) ServiceAddressNodes(ws memdb.WatchSet, address string, entMeta * defer tx.Abort() // List all the services. - services, err := catalogServiceList(tx, entMeta, true) + services, err := tx.Get(tableServices, indexID+"_prefix", entMeta) if err != nil { return 0, nil, fmt.Errorf("failed service lookup: %s", err) } @@ -1082,7 +1093,7 @@ func (s *Store) ServiceAddressNodes(ws memdb.WatchSet, address string, entMeta * func parseServiceNodes(tx ReadTxn, ws memdb.WatchSet, services structs.ServiceNodes) (structs.ServiceNodes, error) { // We don't want to track an unlimited number of nodes, so we pull a // top-level watch to use as a fallback. - allNodes, err := tx.Get("nodes", "id") + allNodes, err := tx.Get(tableNodes, indexID) if err != nil { return nil, fmt.Errorf("failed nodes lookup: %s", err) } @@ -1097,7 +1108,7 @@ func parseServiceNodes(tx ReadTxn, ws memdb.WatchSet, services structs.ServiceNo s := sn.PartialClone() // Grab the corresponding node record. - watchCh, n, err := tx.FirstWatch("nodes", "id", sn.Node) + watchCh, n, err := tx.FirstWatch(tableNodes, indexID, Query{Value: sn.Node}) if err != nil { return nil, fmt.Errorf("failed node lookup: %s", err) } @@ -1137,8 +1148,13 @@ func (s *Store) NodeService(nodeName string, serviceID string, entMeta *structs. } func getNodeServiceTxn(tx ReadTxn, nodeName, serviceID string, entMeta *structs.EnterpriseMeta) (*structs.NodeService, error) { + // TODO: pass non-pointer type for ent meta + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + // Query the service - _, service, err := firstWatchCompoundWithTxn(tx, "services", "id", entMeta, nodeName, serviceID) + service, err := tx.First(tableServices, indexID, NodeServiceQuery{EnterpriseMeta: *entMeta, Node: nodeName, Service: serviceID}) if err != nil { return nil, fmt.Errorf("failed querying service for node %q: %s", nodeName, err) } @@ -1158,7 +1174,7 @@ func (s *Store) nodeServices(ws memdb.WatchSet, nodeNameOrID string, entMeta *st idx := catalogMaxIndex(tx, entMeta, false) // Query the node by node name - watchCh, n, err := tx.FirstWatch("nodes", "id", nodeNameOrID) + watchCh, n, err := tx.FirstWatch(tableNodes, indexID, Query{Value: nodeNameOrID}) if err != nil { return true, 0, nil, nil, fmt.Errorf("node lookup failed: %s", err) } @@ -1306,8 +1322,12 @@ func (s *Store) deleteServiceCASTxn(tx WriteTxn, idx, cidx uint64, nodeName, ser // deleteServiceTxn is the inner method called to remove a service // registration within an existing transaction. func (s *Store) deleteServiceTxn(tx WriteTxn, idx uint64, nodeName, serviceID string, entMeta *structs.EnterpriseMeta) error { - // Look up the service. - _, service, err := firstWatchCompoundWithTxn(tx, "services", "id", entMeta, nodeName, serviceID) + // TODO: pass non-pointer type for ent meta + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + + service, err := tx.First(tableServices, indexID, NodeServiceQuery{EnterpriseMeta: *entMeta, Node: nodeName, Service: serviceID}) if err != nil { return fmt.Errorf("failed service lookup: %s", err) } @@ -1315,9 +1335,14 @@ func (s *Store) deleteServiceTxn(tx WriteTxn, idx uint64, nodeName, serviceID st return nil } + // TODO: accept a non-pointer value for EnterpriseMeta + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } // Delete any checks associated with the service. This will invalidate // sessions as necessary. - checks, err := catalogChecksForNodeService(tx, nodeName, serviceID, entMeta) + nsq := NodeServiceQuery{Node: nodeName, Service: serviceID, EnterpriseMeta: *entMeta} + checks, err := tx.Get(tableChecks, indexNodeService, nsq) if err != nil { return fmt.Errorf("failed service check lookup: %s", err) } @@ -1339,7 +1364,7 @@ func (s *Store) deleteServiceTxn(tx WriteTxn, idx uint64, nodeName, serviceID st } // Delete the service and update the index - if err := tx.Delete("services", service); err != nil { + if err := tx.Delete(tableServices, service); err != nil { return fmt.Errorf("failed deleting service: %s", err) } if err := catalogUpdateServicesIndexes(tx, idx, entMeta); err != nil { @@ -1356,7 +1381,8 @@ func (s *Store) deleteServiceTxn(tx WriteTxn, idx uint64, nodeName, serviceID st return fmt.Errorf("failed to clean up mesh-topology associations for %q: %v", name.String(), err) } - if _, remainingService, err := firstWatchWithTxn(tx, "services", "service", svc.ServiceName, entMeta); err == nil { + q := Query{Value: svc.ServiceName, EnterpriseMeta: *entMeta} + if remainingService, err := tx.First(tableServices, indexService, q); err == nil { if remainingService != nil { // We have at least one remaining service, update the index if err := catalogUpdateServiceIndexes(tx, svc.ServiceName, idx, entMeta); err != nil { @@ -1401,7 +1427,7 @@ func (s *Store) EnsureCheck(idx uint64, hc *structs.HealthCheck) error { // updateAllServiceIndexesOfNode updates the Raft index of all the services associated with this node func updateAllServiceIndexesOfNode(tx WriteTxn, idx uint64, nodeID string) error { - services, err := tx.Get("services", "node", nodeID) + services, err := tx.Get(tableServices, indexNode, Query{Value: nodeID}) if err != nil { return fmt.Errorf("failed updating services for node %s: %s", nodeID, err) } @@ -1451,7 +1477,7 @@ func (s *Store) ensureCheckCASTxn(tx WriteTxn, idx uint64, hc *structs.HealthChe // checks with no matching node or service. func (s *Store) ensureCheckTxn(tx WriteTxn, idx uint64, preserveIndexes bool, hc *structs.HealthCheck) error { // Check if we have an existing health check - _, existing, err := firstWatchCompoundWithTxn(tx, "checks", "id", &hc.EnterpriseMeta, hc.Node, string(hc.CheckID)) + existing, err := tx.First(tableChecks, indexID, NodeCheckQuery{EnterpriseMeta: hc.EnterpriseMeta, Node: hc.Node, CheckID: string(hc.CheckID)}) if err != nil { return fmt.Errorf("failed health check lookup: %s", err) } @@ -1471,7 +1497,7 @@ func (s *Store) ensureCheckTxn(tx WriteTxn, idx uint64, preserveIndexes bool, hc } // Get the node - node, err := tx.First("nodes", "id", hc.Node) + node, err := tx.First(tableNodes, indexID, Query{Value: hc.Node}) if err != nil { return fmt.Errorf("failed node lookup: %s", err) } @@ -1483,7 +1509,7 @@ func (s *Store) ensureCheckTxn(tx WriteTxn, idx uint64, preserveIndexes bool, hc // If the check is associated with a service, check that we have // a registration for the service. if hc.ServiceID != "" { - _, service, err := firstWatchCompoundWithTxn(tx, "services", "id", &hc.EnterpriseMeta, hc.Node, hc.ServiceID) + service, err := tx.First(tableServices, indexID, NodeServiceQuery{EnterpriseMeta: hc.EnterpriseMeta, Node: hc.Node, Service: hc.ServiceID}) if err != nil { return fmt.Errorf("failed service lookup: %s", err) } @@ -1558,8 +1584,13 @@ func getNodeCheckTxn(tx ReadTxn, nodeName string, checkID types.CheckID, entMeta // Get the table index. idx := catalogChecksMaxIndex(tx, entMeta) + // TODO: accept non-pointer value + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + // Return the check. - _, check, err := firstWatchCompoundWithTxn(tx, "checks", "id", entMeta, nodeName, string(checkID)) + check, err := tx.First(tableChecks, indexID, NodeCheckQuery{EnterpriseMeta: *entMeta, Node: nodeName, CheckID: string(checkID)}) if err != nil { return 0, nil, fmt.Errorf("failed check lookup: %s", err) } @@ -1576,11 +1607,15 @@ func (s *Store) NodeChecks(ws memdb.WatchSet, nodeName string, entMeta *structs. tx := s.db.Txn(false) defer tx.Abort() + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + // Get the table index. idx := catalogChecksMaxIndex(tx, entMeta) // Return the checks. - iter, err := catalogListChecksByNode(tx, nodeName, entMeta) + iter, err := catalogListChecksByNode(tx, Query{Value: nodeName, EnterpriseMeta: *entMeta}) if err != nil { return 0, nil, fmt.Errorf("failed check lookup: %s", err) } @@ -1603,8 +1638,11 @@ func (s *Store) ServiceChecks(ws memdb.WatchSet, serviceName string, entMeta *st // Get the table index. idx := catalogChecksMaxIndex(tx, entMeta) - // Return the checks. - iter, err := catalogListChecksByService(tx, serviceName, entMeta) + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + q := Query{Value: serviceName, EnterpriseMeta: *entMeta} + iter, err := tx.Get(tableChecks, indexService, q) if err != nil { return 0, nil, fmt.Errorf("failed check lookup: %s", err) } @@ -1628,8 +1666,12 @@ func (s *Store) ServiceChecksByNodeMeta(ws memdb.WatchSet, serviceName string, // Get the table index. idx := maxIndexForService(tx, serviceName, true, true, entMeta) - // Return the checks. - iter, err := catalogListChecksByService(tx, serviceName, entMeta) + + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + q := Query{Value: serviceName, EnterpriseMeta: *entMeta} + iter, err := tx.Get(tableChecks, indexService, q) if err != nil { return 0, nil, fmt.Errorf("failed check lookup: %s", err) } @@ -1674,13 +1716,18 @@ func checksInStateTxn(tx ReadTxn, ws memdb.WatchSet, state string, entMeta *stru // Get the table index. idx := catalogChecksMaxIndex(tx, entMeta) + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + // Query all checks if HealthAny is passed, otherwise use the index. var iter memdb.ResultIterator var err error if state == api.HealthAny { - iter, err = catalogListChecks(tx, entMeta) + iter, err = tx.Get(tableChecks, indexID+"_prefix", entMeta) } else { - iter, err = catalogListChecksInState(tx, state, entMeta) + q := Query{Value: state, EnterpriseMeta: *entMeta} + iter, err = tx.Get(tableChecks, indexStatus, q) } if err != nil { return 0, nil, fmt.Errorf("failed check lookup: %s", err) @@ -1697,7 +1744,7 @@ func parseChecksByNodeMeta(tx ReadTxn, ws memdb.WatchSet, // We don't want to track an unlimited number of nodes, so we pull a // top-level watch to use as a fallback. - allNodes, err := tx.Get("nodes", "id") + allNodes, err := tx.Get(tableNodes, indexID) if err != nil { return 0, nil, fmt.Errorf("failed nodes lookup: %s", err) } @@ -1707,7 +1754,7 @@ func parseChecksByNodeMeta(tx ReadTxn, ws memdb.WatchSet, var results structs.HealthChecks for check := iter.Next(); check != nil; check = iter.Next() { healthCheck := check.(*structs.HealthCheck) - watchCh, node, err := tx.FirstWatch("nodes", "id", healthCheck.Node) + watchCh, node, err := tx.FirstWatch(tableNodes, indexID, Query{Value: healthCheck.Node}) if err != nil { return 0, nil, fmt.Errorf("failed node lookup: %s", err) } @@ -1766,11 +1813,28 @@ func (s *Store) deleteCheckCASTxn(tx WriteTxn, idx, cidx uint64, node string, ch return true, nil } +// NodeServiceQuery is a type used to query the checks table. +type NodeServiceQuery struct { + Node string + Service string + structs.EnterpriseMeta +} + +// NamespaceOrDefault exists because structs.EnterpriseMeta uses a pointer +// receiver for this method. Remove once that is fixed. +func (q NodeServiceQuery) NamespaceOrDefault() string { + return q.EnterpriseMeta.NamespaceOrDefault() +} + // deleteCheckTxn is the inner method used to call a health // check deletion within an existing transaction. func (s *Store) deleteCheckTxn(tx WriteTxn, idx uint64, node string, checkID types.CheckID, entMeta *structs.EnterpriseMeta) error { + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + // Try to retrieve the existing health check. - _, hc, err := firstWatchCompoundWithTxn(tx, "checks", "id", entMeta, node, string(checkID)) + hc, err := tx.First(tableChecks, indexID, NodeCheckQuery{EnterpriseMeta: *entMeta, Node: node, CheckID: string(checkID)}) if err != nil { return fmt.Errorf("check lookup failed: %s", err) } @@ -1785,7 +1849,7 @@ func (s *Store) deleteCheckTxn(tx WriteTxn, idx uint64, node string, checkID typ return err } - _, svcRaw, err := firstWatchCompoundWithTxn(tx, "services", "id", &existing.EnterpriseMeta, existing.Node, existing.ServiceID) + svcRaw, err := tx.First(tableServices, indexID, NodeServiceQuery{EnterpriseMeta: existing.EnterpriseMeta, Node: existing.Node, Service: existing.ServiceID}) if err != nil { return fmt.Errorf("failed retrieving service from state store: %v", err) } @@ -1805,7 +1869,7 @@ func (s *Store) deleteCheckTxn(tx WriteTxn, idx uint64, node string, checkID typ } // Delete the check from the DB and update the index. - if err := tx.Delete("checks", hc); err != nil { + if err := tx.Delete(tableChecks, hc); err != nil { return fmt.Errorf("failed removing check: %s", err) } @@ -1913,14 +1977,18 @@ func (s *Store) checkServiceNodes(ws memdb.WatchSet, serviceName string, connect } func checkServiceNodesTxn(tx ReadTxn, ws memdb.WatchSet, serviceName string, connect bool, entMeta *structs.EnterpriseMeta) (uint64, structs.CheckServiceNodes, error) { - // Function for lookup - index := "service" + index := indexService if connect { - index = "connect" + index = indexConnect } - // Query the state store for the service. - iter, err := catalogServiceNodeList(tx, serviceName, index, entMeta) + // TODO: accept non-pointer + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + + q := Query{Value: serviceName, EnterpriseMeta: *entMeta} + iter, err := tx.Get(tableServices, index, q) if err != nil { return 0, nil, fmt.Errorf("failed service lookup: %s", err) } @@ -2043,8 +2111,13 @@ func (s *Store) CheckServiceTagNodes(ws memdb.WatchSet, serviceName string, tags tx := s.db.Txn(false) defer tx.Abort() - // Query the state store for the service. - iter, err := catalogServiceNodeList(tx, serviceName, "service", entMeta) + // TODO: accept non-pointer value + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + + q := Query{Value: serviceName, EnterpriseMeta: *entMeta} + iter, err := tx.Get(tableServices, indexService, q) if err != nil { return 0, nil, fmt.Errorf("failed service lookup: %s", err) } @@ -2071,7 +2144,7 @@ func (s *Store) GatewayServices(ws memdb.WatchSet, gateway string, entMeta *stru tx := s.db.Txn(false) defer tx.Abort() - iter, err := gatewayServices(tx, gateway, entMeta) + iter, err := tx.Get(tableGatewayServices, indexGateway, structs.NewServiceName(gateway, entMeta)) if err != nil { return 0, nil, fmt.Errorf("failed gateway services lookup: %s", err) } @@ -2089,6 +2162,10 @@ func (s *Store) GatewayServices(ws memdb.WatchSet, gateway string, entMeta *stru // parseCheckServiceNodes is used to parse through a given set of services, // and query for an associated node and a set of checks. This is the inner // method used to return a rich set of results from a more simple query. +// +// TODO: idx parameter is not used except as a return value. Remove it. +// TODO: err parameter is only used for early return. Remove it and check from the +// caller. func parseCheckServiceNodes( tx ReadTxn, ws memdb.WatchSet, idx uint64, services structs.ServiceNodes, @@ -2105,7 +2182,7 @@ func parseCheckServiceNodes( // We don't want to track an unlimited number of nodes, so we pull a // top-level watch to use as a fallback. - allNodes, err := tx.Get("nodes", "id") + allNodes, err := tx.Get(tableNodes, indexID) if err != nil { return 0, nil, fmt.Errorf("failed nodes lookup: %s", err) } @@ -2114,7 +2191,7 @@ func parseCheckServiceNodes( // We need a similar fallback for checks. Since services need the // status of node + service-specific checks, we pull in a top-level // watch over all checks. - allChecks, err := tx.Get("checks", "id") + allChecks, err := tx.Get(tableChecks, indexID) if err != nil { return 0, nil, fmt.Errorf("failed checks lookup: %s", err) } @@ -2123,7 +2200,7 @@ func parseCheckServiceNodes( results := make(structs.CheckServiceNodes, 0, len(services)) for _, sn := range services { // Retrieve the node. - watchCh, n, err := tx.FirstWatch("nodes", "id", sn.Node) + watchCh, n, err := tx.FirstWatch(tableNodes, indexID, Query{Value: sn.Node}) if err != nil { return 0, nil, fmt.Errorf("failed node lookup: %s", err) } @@ -2137,7 +2214,8 @@ func parseCheckServiceNodes( // First add the node-level checks. These always apply to any // service on the node. var checks structs.HealthChecks - iter, err := catalogListNodeChecks(tx, sn.Node) + q := NodeServiceQuery{Node: sn.Node, EnterpriseMeta: *structs.DefaultEnterpriseMeta()} + iter, err := tx.Get(tableChecks, indexNodeService, q) if err != nil { return 0, nil, err } @@ -2147,7 +2225,8 @@ func parseCheckServiceNodes( } // Now add the service-specific checks. - iter, err = catalogListServiceChecks(tx, sn.Node, sn.ServiceID, &sn.EnterpriseMeta) + q = NodeServiceQuery{Node: sn.Node, Service: sn.ServiceID, EnterpriseMeta: sn.EnterpriseMeta} + iter, err = tx.Get(tableChecks, indexNodeService, q) if err != nil { return 0, nil, err } @@ -2177,7 +2256,7 @@ func (s *Store) NodeInfo(ws memdb.WatchSet, node string, entMeta *structs.Enterp idx := catalogMaxIndex(tx, entMeta, true) // Query the node by the passed node - nodes, err := tx.Get("nodes", "id", node) + nodes, err := tx.Get(tableNodes, indexID, Query{Value: node}) if err != nil { return 0, nil, fmt.Errorf("failed node lookup: %s", err) } @@ -2196,7 +2275,7 @@ func (s *Store) NodeDump(ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (ui idx := catalogMaxIndex(tx, entMeta, true) // Fetch all of the registered nodes - nodes, err := tx.Get("nodes", "id") + nodes, err := tx.Get(tableNodes, indexID) if err != nil { return 0, nil, fmt.Errorf("failed node lookup: %s", err) } @@ -2219,7 +2298,7 @@ func serviceDumpAllTxn(tx ReadTxn, ws memdb.WatchSet, entMeta *structs.Enterpris // Get the table index idx := catalogMaxIndexWatch(tx, ws, entMeta, true) - services, err := catalogServiceList(tx, entMeta, true) + services, err := tx.Get(tableServices, indexID+"_prefix", entMeta) if err != nil { return 0, nil, fmt.Errorf("failed service lookup: %s", err) } @@ -2239,8 +2318,11 @@ func serviceDumpKindTxn(tx ReadTxn, ws memdb.WatchSet, kind structs.ServiceKind, // entries idx := catalogServiceKindMaxIndex(tx, ws, kind, entMeta) - // Query the state store for the service. - services, err := catalogServiceListByKind(tx, kind, entMeta) + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + q := Query{Value: string(kind), EnterpriseMeta: *entMeta} + services, err := tx.Get(tableServices, indexKind, q) if err != nil { return 0, nil, fmt.Errorf("failed service lookup: %s", err) } @@ -2260,16 +2342,20 @@ func serviceDumpKindTxn(tx ReadTxn, ws memdb.WatchSet, kind structs.ServiceKind, func parseNodes(tx ReadTxn, ws memdb.WatchSet, idx uint64, iter memdb.ResultIterator, entMeta *structs.EnterpriseMeta) (uint64, structs.NodeDump, error) { + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + // We don't want to track an unlimited number of services, so we pull a // top-level watch to use as a fallback. - allServices, err := tx.Get("services", "id") + allServices, err := tx.Get(tableServices, indexID) if err != nil { return 0, nil, fmt.Errorf("failed services lookup: %s", err) } allServicesCh := allServices.WatchCh() // We need a similar fallback for checks. - allChecks, err := tx.Get("checks", "id") + allChecks, err := tx.Get(tableChecks, indexID) if err != nil { return 0, nil, fmt.Errorf("failed checks lookup: %s", err) } @@ -2300,7 +2386,7 @@ func parseNodes(tx ReadTxn, ws memdb.WatchSet, idx uint64, } // Query the service level checks - checks, err := catalogListChecksByNode(tx, node.Node, entMeta) + checks, err := catalogListChecksByNode(tx, Query{Value: node.Node, EnterpriseMeta: *entMeta}) if err != nil { return 0, nil, fmt.Errorf("failed node lookup: %s", err) } @@ -2355,7 +2441,7 @@ func updateGatewayServices(tx WriteTxn, idx uint64, conf structs.ConfigEntry, en // Delete all associated with gateway first, to avoid keeping mappings that were removed sn := structs.NewServiceName(conf.GetName(), entMeta) - if _, err := tx.DeleteAll(tableGatewayServices, "gateway", sn); err != nil { + if _, err := tx.DeleteAll(tableGatewayServices, indexGateway, sn); err != nil { return fmt.Errorf("failed to truncate gateway services table: %v", err) } if err := truncateGatewayServiceTopologyMappings(tx, idx, sn, conf.GetKind()); err != nil { @@ -2479,7 +2565,11 @@ func terminatingConfigGatewayServices( // updateGatewayNamespace is used to target all services within a namespace func updateGatewayNamespace(tx WriteTxn, idx uint64, service *structs.GatewayService, entMeta *structs.EnterpriseMeta) error { - services, err := catalogServiceListByKind(tx, structs.ServiceKindTypical, entMeta) + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + q := Query{Value: string(structs.ServiceKindTypical), EnterpriseMeta: *entMeta} + services, err := tx.Get(tableServices, indexKind, q) if err != nil { return fmt.Errorf("failed querying services: %s", err) } @@ -2493,7 +2583,7 @@ func updateGatewayNamespace(tx WriteTxn, idx uint64, service *structs.GatewaySer continue } - existing, err := tx.First(tableGatewayServices, "id", service.Gateway, sn.CompoundServiceName(), service.Port) + existing, err := tx.First(tableGatewayServices, indexID, service.Gateway, sn.CompoundServiceName(), service.Port) if err != nil { return fmt.Errorf("gateway service lookup failed: %s", err) } @@ -2528,7 +2618,7 @@ func updateGatewayNamespace(tx WriteTxn, idx uint64, service *structs.GatewaySer func updateGatewayService(tx WriteTxn, idx uint64, mapping *structs.GatewayService) error { // Check if mapping already exists in table if it's already in the table // Avoid insert if nothing changed - existing, err := tx.First(tableGatewayServices, "id", mapping.Gateway, mapping.Service, mapping.Port) + existing, err := tx.First(tableGatewayServices, indexID, mapping.Gateway, mapping.Service, mapping.Port) if err != nil { return fmt.Errorf("gateway service lookup failed: %s", err) } @@ -2566,7 +2656,8 @@ func checkGatewayWildcardsAndUpdate(tx WriteTxn, idx uint64, svc *structs.NodeSe return nil } - svcGateways, err := serviceGateways(tx, structs.WildcardSpecifier, &svc.EnterpriseMeta) + sn := structs.ServiceName{Name: structs.WildcardSpecifier, EnterpriseMeta: svc.EnterpriseMeta} + svcGateways, err := tx.Get(tableGatewayServices, indexService, sn) if err != nil { return fmt.Errorf("failed gateway lookup for %q: %s", svc.Service, err) } @@ -2589,7 +2680,8 @@ func checkGatewayWildcardsAndUpdate(tx WriteTxn, idx uint64, svc *structs.NodeSe func cleanupGatewayWildcards(tx WriteTxn, idx uint64, svc *structs.ServiceNode) error { // Clean up association between service name and gateways if needed - gateways, err := serviceGateways(tx, svc.ServiceName, &svc.EnterpriseMeta) + sn := structs.ServiceName{Name: svc.ServiceName, EnterpriseMeta: svc.EnterpriseMeta} + gateways, err := tx.Get(tableGatewayServices, indexService, sn) if err != nil { return fmt.Errorf("failed gateway lookup for %q: %s", svc.ServiceName, err) } @@ -2621,21 +2713,11 @@ func cleanupGatewayWildcards(tx WriteTxn, idx uint64, svc *structs.ServiceNode) return nil } -// serviceGateways returns all GatewayService entries with the given service name. This effectively looks up -// all the gateways mapped to this service. -func serviceGateways(tx ReadTxn, name string, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get(tableGatewayServices, "service", structs.NewServiceName(name, entMeta)) -} - -func gatewayServices(tx ReadTxn, name string, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get(tableGatewayServices, "gateway", structs.NewServiceName(name, entMeta)) -} - func (s *Store) DumpGatewayServices(ws memdb.WatchSet) (uint64, structs.GatewayServices, error) { tx := s.db.ReadTxn() defer tx.Abort() - iter, err := tx.Get(tableGatewayServices, "id") + iter, err := tx.Get(tableGatewayServices, indexID) if err != nil { return 0, nil, fmt.Errorf("failed to dump gateway-services: %s", err) } @@ -2678,7 +2760,7 @@ func (s *Store) collectGatewayServices(tx ReadTxn, ws memdb.WatchSet, iter memdb // We might need something like the service_last_extinction index? func serviceGatewayNodes(tx ReadTxn, ws memdb.WatchSet, service string, kind structs.ServiceKind, entMeta *structs.EnterpriseMeta) (uint64, structs.ServiceNodes, error) { // Look up gateway name associated with the service - gws, err := serviceGateways(tx, service, entMeta) + gws, err := tx.Get(tableGatewayServices, indexService, structs.NewServiceName(service, entMeta)) if err != nil { return 0, nil, fmt.Errorf("failed gateway lookup: %s", err) } @@ -2699,7 +2781,8 @@ func serviceGatewayNodes(tx ReadTxn, ws memdb.WatchSet, service string, kind str maxIdx = lib.MaxUint64(maxIdx, mapping.ModifyIndex) // Look up nodes for gateway - gwServices, err := catalogServiceNodeList(tx, mapping.Gateway.Name, "service", &mapping.Gateway.EnterpriseMeta) + q := Query{Value: mapping.Gateway.Name, EnterpriseMeta: mapping.Gateway.EnterpriseMeta} + gwServices, err := tx.Get(tableServices, indexService, q) if err != nil { return 0, nil, fmt.Errorf("failed service lookup: %s", err) } @@ -2822,16 +2905,20 @@ func (s *Store) ServiceTopology( upstreamDecisions := make(map[string]structs.IntentionDecisionSummary) - // The given service is the source relative to upstreams - sourceURI := connect.SpiffeIDService{ + matchEntry := structs.IntentionMatchEntry{ Namespace: entMeta.NamespaceOrDefault(), - Service: service, + Name: service, + } + // The given service is a source relative to its upstreams + _, srcIntentions, err := compatIntentionMatchOneTxn(tx, ws, matchEntry, structs.IntentionMatchSource) + if err != nil { + return 0, nil, fmt.Errorf("failed to query intentions for %s", sn.String()) } for _, un := range upstreamNames { - decision, err := s.IntentionDecision(&sourceURI, un.Name, un.NamespaceOrDefault(), defaultAllow) + decision, err := s.IntentionDecision(un.Name, un.NamespaceOrDefault(), srcIntentions, structs.IntentionMatchDestination, defaultAllow, false) if err != nil { - return 0, nil, fmt.Errorf("failed to get intention decision from (%s/%s) to (%s/%s): %v", - sourceURI.Namespace, sourceURI.Service, un.Name, un.NamespaceOrDefault(), err) + return 0, nil, fmt.Errorf("failed to get intention decision from (%s) to (%s): %v", + sn.String(), un.String(), err) } upstreamDecisions[un.String()] = decision } @@ -2851,17 +2938,17 @@ func (s *Store) ServiceTopology( maxIdx = idx } + // The given service is a destination relative to its downstreams + _, dstIntentions, err := compatIntentionMatchOneTxn(tx, ws, matchEntry, structs.IntentionMatchDestination) + if err != nil { + return 0, nil, fmt.Errorf("failed to query intentions for %s", sn.String()) + } downstreamDecisions := make(map[string]structs.IntentionDecisionSummary) for _, dn := range downstreamNames { - // Downstreams are the source relative to the given service - sourceURI := connect.SpiffeIDService{ - Namespace: dn.NamespaceOrDefault(), - Service: dn.Name, - } - decision, err := s.IntentionDecision(&sourceURI, service, entMeta.NamespaceOrDefault(), defaultAllow) + decision, err := s.IntentionDecision(dn.Name, dn.NamespaceOrDefault(), dstIntentions, structs.IntentionMatchSource, defaultAllow, false) if err != nil { - return 0, nil, fmt.Errorf("failed to get intention decision from (%s/%s) to (%s/%s): %v", - sourceURI.Namespace, sourceURI.Service, service, dn.NamespaceOrDefault(), err) + return 0, nil, fmt.Errorf("failed to get intention decision from (%s) to (%s): %v", + dn.String(), sn.String(), err) } downstreamDecisions[dn.String()] = decision } @@ -2957,9 +3044,9 @@ func downstreamsFromRegistrationTxn(tx ReadTxn, ws memdb.WatchSet, sn structs.Se func linkedFromRegistrationTxn(tx ReadTxn, ws memdb.WatchSet, service structs.ServiceName, downstreams bool) (uint64, []structs.ServiceName, error) { // To fetch upstreams we query services that have the input listed as a downstream // To fetch downstreams we query services that have the input listed as an upstream - index := "downstream" + index := indexDownstream if downstreams { - index = "upstream" + index = indexUpstream } iter, err := tx.Get(tableMeshTopology, index, service) @@ -2973,7 +3060,7 @@ func linkedFromRegistrationTxn(tx ReadTxn, ws memdb.WatchSet, service structs.Se resp []structs.ServiceName ) for raw := iter.Next(); raw != nil; raw = iter.Next() { - entry := raw.(*structs.UpstreamDownstream) + entry := raw.(*upstreamDownstream) if entry.ModifyIndex > idx { idx = entry.ModifyIndex } @@ -3018,20 +3105,20 @@ func updateMeshTopology(tx WriteTxn, idx uint64, node string, svc *structs.NodeS upstreamMeta := structs.NewEnterpriseMeta(u.DestinationNamespace) upstream := structs.NewServiceName(u.DestinationName, &upstreamMeta) - obj, err := tx.First(tableMeshTopology, "id", upstream, downstream) + obj, err := tx.First(tableMeshTopology, indexID, upstream, downstream) if err != nil { return fmt.Errorf("%q lookup failed: %v", tableMeshTopology, err) } sid := svc.CompoundServiceID() uid := structs.UniqueID(node, sid.String()) - var mapping *structs.UpstreamDownstream - if existing, ok := obj.(*structs.UpstreamDownstream); ok { + var mapping *upstreamDownstream + if existing, ok := obj.(*upstreamDownstream); ok { rawCopy, err := copystructure.Copy(existing) if err != nil { return fmt.Errorf("failed to copy existing topology mapping: %v", err) } - mapping, ok = rawCopy.(*structs.UpstreamDownstream) + mapping, ok = rawCopy.(*upstreamDownstream) if !ok { return fmt.Errorf("unexpected topology type %T", rawCopy) } @@ -3041,7 +3128,7 @@ func updateMeshTopology(tx WriteTxn, idx uint64, node string, svc *structs.NodeS inserted[upstream] = true } if mapping == nil { - mapping = &structs.UpstreamDownstream{ + mapping = &upstreamDownstream{ Upstream: upstream, Downstream: downstream, Refs: map[string]struct{}{uid: {}}, @@ -3062,7 +3149,7 @@ func updateMeshTopology(tx WriteTxn, idx uint64, node string, svc *structs.NodeS for u := range oldUpstreams { if !inserted[u] { - if _, err := tx.DeleteAll(tableMeshTopology, "id", u, downstream); err != nil { + if _, err := tx.DeleteAll(tableMeshTopology, indexID, u, downstream); err != nil { return fmt.Errorf("failed to truncate %s table: %v", tableMeshTopology, err) } if err := indexUpdateMaxTxn(tx, idx, tableMeshTopology); err != nil { @@ -3084,14 +3171,14 @@ func cleanupMeshTopology(tx WriteTxn, idx uint64, service *structs.ServiceNode) sid := service.CompoundServiceID() uid := structs.UniqueID(service.Node, sid.String()) - iter, err := tx.Get(tableMeshTopology, "downstream", sn) + iter, err := tx.Get(tableMeshTopology, indexDownstream, sn) if err != nil { return fmt.Errorf("%q lookup failed: %v", tableMeshTopology, err) } - mappings := make([]*structs.UpstreamDownstream, 0) + mappings := make([]*upstreamDownstream, 0) for raw := iter.Next(); raw != nil; raw = iter.Next() { - mappings = append(mappings, raw.(*structs.UpstreamDownstream)) + mappings = append(mappings, raw.(*upstreamDownstream)) } // Do the updates in a separate loop so we don't trash the iterator. @@ -3100,7 +3187,7 @@ func cleanupMeshTopology(tx WriteTxn, idx uint64, service *structs.ServiceNode) if err != nil { return fmt.Errorf("failed to copy existing topology mapping: %v", err) } - copy, ok := rawCopy.(*structs.UpstreamDownstream) + copy, ok := rawCopy.(*upstreamDownstream) if !ok { return fmt.Errorf("unexpected topology type %T", rawCopy) } @@ -3134,7 +3221,7 @@ func insertGatewayServiceTopologyMapping(tx WriteTxn, idx uint64, gs *structs.Ga return nil } - mapping := structs.UpstreamDownstream{ + mapping := upstreamDownstream{ Upstream: gs.Service, Downstream: gs.Gateway, RaftIndex: gs.RaftIndex, @@ -3155,7 +3242,7 @@ func deleteGatewayServiceTopologyMapping(tx WriteTxn, idx uint64, gs *structs.Ga return nil } - if _, err := tx.DeleteAll(tableMeshTopology, "id", gs.Service, gs.Gateway); err != nil { + if _, err := tx.DeleteAll(tableMeshTopology, indexID, gs.Service, gs.Gateway); err != nil { return fmt.Errorf("failed to truncate %s table: %v", tableMeshTopology, err) } if err := indexUpdateMaxTxn(tx, idx, tableMeshTopology); err != nil { @@ -3171,7 +3258,7 @@ func truncateGatewayServiceTopologyMappings(tx WriteTxn, idx uint64, gateway str return nil } - if _, err := tx.DeleteAll(tableMeshTopology, "downstream", gateway); err != nil { + if _, err := tx.DeleteAll(tableMeshTopology, indexDownstream, gateway); err != nil { return fmt.Errorf("failed to truncate %s table: %v", tableMeshTopology, err) } if err := indexUpdateMaxTxn(tx, idx, tableMeshTopology); err != nil { diff --git a/agent/consul/state/catalog_events.go b/agent/consul/state/catalog_events.go index d18b720700..038f8ea158 100644 --- a/agent/consul/state/catalog_events.go +++ b/agent/consul/state/catalog_events.go @@ -1,6 +1,8 @@ package state import ( + "strings" + memdb "github.com/hashicorp/go-memdb" "github.com/hashicorp/consul/acl" @@ -21,7 +23,8 @@ type EventPayloadCheckServiceNode struct { // key is used to override the key used to filter the payload. It is set for // events in the connect topic to specify the name of the underlying service // when the change event is for a sidecar or gateway. - key string + overrideKey string + overrideNamespace string } func (e EventPayloadCheckServiceNode) HasReadPermission(authz acl.Authorizer) bool { @@ -38,17 +41,19 @@ func (e EventPayloadCheckServiceNode) MatchesKey(key, namespace string) bool { } name := e.Value.Service.Service - if e.key != "" { - name = e.key + if e.overrideKey != "" { + name = e.overrideKey } - ns := e.Value.Service.EnterpriseMeta.GetNamespace() - return (key == "" || key == name) && (namespace == "" || namespace == ns) + ns := e.Value.Service.EnterpriseMeta.NamespaceOrDefault() + if e.overrideNamespace != "" { + ns = e.overrideNamespace + } + return (key == "" || strings.EqualFold(key, name)) && + (namespace == "" || strings.EqualFold(namespace, ns)) } // serviceHealthSnapshot returns a stream.SnapshotFunc that provides a snapshot // of stream.Events that describe the current state of a service health query. -// -// TODO: no tests for this yet func serviceHealthSnapshot(db ReadDB, topic stream.Topic) stream.SnapshotFunc { return func(req stream.SubscribeRequest, buf stream.SnapshotAppender) (index uint64, err error) { tx := db.ReadTxn() @@ -72,15 +77,25 @@ func serviceHealthSnapshot(db ReadDB, topic stream.Topic) stream.SnapshotFunc { }, } - // append each event as a separate item so that they can be serialized - // separately, to prevent the encoding of one massive message. - buf.Append([]stream.Event{event}) + if !connect { + // append each event as a separate item so that they can be serialized + // separately, to prevent the encoding of one massive message. + buf.Append([]stream.Event{event}) + continue + } + + events, err := connectEventsByServiceKind(tx, event) + if err != nil { + return idx, err + } + buf.Append(events) } return idx, err } } +// TODO: this could use NodeServiceQuery type nodeServiceTuple struct { Node string ServiceID string @@ -117,6 +132,7 @@ func ServiceHealthEventsFromChanges(tx ReadTxn, changes Changes) ([]stream.Event var nodeChanges map[string]changeType var serviceChanges map[nodeServiceTuple]serviceChange + var termGatewayChanges map[structs.ServiceName]map[structs.ServiceName]serviceChange markNode := func(node string, typ changeType) { if nodeChanges == nil { @@ -154,12 +170,12 @@ func ServiceHealthEventsFromChanges(tx ReadTxn, changes Changes) ([]stream.Event n := changeObject(change).(*structs.Node) markNode(n.Node, changeTypeFromChange(change)) - case "services": + case tableServices: sn := changeObject(change).(*structs.ServiceNode) srvChange := serviceChange{changeType: changeTypeFromChange(change), change: change} markService(newNodeServiceTupleFromServiceNode(sn), srvChange) - case "checks": + case tableChecks: // For health we only care about the scope for now to know if it's just // affecting a single service or every service on a node. There is a // subtle edge case where the check with same ID changes from being node @@ -195,6 +211,33 @@ func ServiceHealthEventsFromChanges(tx ReadTxn, changes Changes) ([]stream.Event markService(newNodeServiceTupleFromServiceHealthCheck(obj), serviceChangeIndirect) } } + case tableGatewayServices: + gs := changeObject(change).(*structs.GatewayService) + if gs.GatewayKind != structs.ServiceKindTerminatingGateway { + continue + } + + gsChange := serviceChange{changeType: changeTypeFromChange(change), change: change} + + if termGatewayChanges == nil { + termGatewayChanges = make(map[structs.ServiceName]map[structs.ServiceName]serviceChange) + } + + _, ok := termGatewayChanges[gs.Gateway] + if !ok { + termGatewayChanges[gs.Gateway] = map[structs.ServiceName]serviceChange{} + } + + switch gsChange.changeType { + case changeUpdate: + after := gsChange.change.After.(*structs.GatewayService) + if gsChange.change.Before.(*structs.GatewayService).IsSame(after) { + continue + } + termGatewayChanges[gs.Gateway][gs.Service] = gsChange + case changeDelete, changeCreate: + termGatewayChanges[gs.Gateway][gs.Service] = gsChange + } } } @@ -215,9 +258,6 @@ func ServiceHealthEventsFromChanges(tx ReadTxn, changes Changes) ([]stream.Event } for tuple, srvChange := range serviceChanges { - // change may be nil if there was a change that _affected_ the service - // like a change to checks but it didn't actually change the service - // record itself. if srvChange.changeType == changeDelete { sn := srvChange.change.Before.(*structs.ServiceNode) e := newServiceHealthEventDeregister(changes.Index, sn) @@ -259,9 +299,65 @@ func ServiceHealthEventsFromChanges(tx ReadTxn, changes Changes) ([]stream.Event events = append(events, e) } + for gatewayName, serviceChanges := range termGatewayChanges { + for serviceName, gsChange := range serviceChanges { + gs := changeObject(gsChange.change).(*structs.GatewayService) + + q := Query{Value: gs.Gateway.Name, EnterpriseMeta: gatewayName.EnterpriseMeta} + _, nodes, err := serviceNodesTxn(tx, nil, indexService, q) + if err != nil { + return nil, err + } + + // Always send deregister events for deletes/updates. + if gsChange.changeType != changeCreate { + for _, sn := range nodes { + e := newServiceHealthEventDeregister(changes.Index, sn) + + e.Topic = topicServiceHealthConnect + payload := e.Payload.(EventPayloadCheckServiceNode) + payload.overrideKey = serviceName.Name + if gatewayName.EnterpriseMeta.NamespaceOrDefault() != serviceName.EnterpriseMeta.NamespaceOrDefault() { + payload.overrideNamespace = serviceName.EnterpriseMeta.NamespaceOrDefault() + } + e.Payload = payload + + events = append(events, e) + } + } + + if gsChange.changeType == changeDelete { + continue + } + + // Build service events and append them + for _, sn := range nodes { + tuple := newNodeServiceTupleFromServiceNode(sn) + e, err := newServiceHealthEventForService(tx, changes.Index, tuple) + if err != nil { + return nil, err + } + + e.Topic = topicServiceHealthConnect + payload := e.Payload.(EventPayloadCheckServiceNode) + payload.overrideKey = serviceName.Name + if gatewayName.EnterpriseMeta.NamespaceOrDefault() != serviceName.EnterpriseMeta.NamespaceOrDefault() { + payload.overrideNamespace = serviceName.EnterpriseMeta.NamespaceOrDefault() + } + e.Payload = payload + + events = append(events, e) + } + } + } + // Duplicate any events that affected connect-enabled instances (proxies or // native apps) to the relevant Connect topic. - events = append(events, serviceHealthToConnectEvents(events...)...) + connectEvents, err := serviceHealthToConnectEvents(tx, events...) + if err != nil { + return nil, err + } + events = append(events, connectEvents...) return events, nil } @@ -279,7 +375,7 @@ func isConnectProxyDestinationServiceChange(idx uint64, before, after *structs.S e := newServiceHealthEventDeregister(idx, before) e.Topic = topicServiceHealthConnect payload := e.Payload.(EventPayloadCheckServiceNode) - payload.key = payload.Value.Service.Proxy.DestinationServiceName + payload.overrideKey = payload.Value.Service.Proxy.DestinationServiceName e.Payload = payload return e, true } @@ -312,38 +408,81 @@ func changeTypeFromChange(change memdb.Change) changeType { // enabled and so of no interest to those subscribers but also involves // switching connection details to be the proxy instead of the actual instance // in case of a sidecar. -func serviceHealthToConnectEvents(events ...stream.Event) []stream.Event { +func serviceHealthToConnectEvents( + tx ReadTxn, + events ...stream.Event, +) ([]stream.Event, error) { var result []stream.Event for _, event := range events { - if event.Topic != topicServiceHealth { + if event.Topic != topicServiceHealth { // event.Topic == topicServiceHealthConnect // Skip non-health or any events already emitted to Connect topic continue } - node := getPayloadCheckServiceNode(event.Payload) - if node.Service == nil { - continue + + connectEvents, err := connectEventsByServiceKind(tx, event) + if err != nil { + return nil, err } - connectEvent := event - connectEvent.Topic = topicServiceHealthConnect - - switch { - case node.Service.Connect.Native: - result = append(result, connectEvent) - - case node.Service.Kind == structs.ServiceKindConnectProxy: - payload := event.Payload.(EventPayloadCheckServiceNode) - payload.key = node.Service.Proxy.DestinationServiceName - connectEvent.Payload = payload - result = append(result, connectEvent) - - default: - // ServiceKindTerminatingGateway changes are handled separately. - // All other cases are not relevant to the connect topic - } + result = append(result, connectEvents...) } - return result + return result, nil +} + +func connectEventsByServiceKind(tx ReadTxn, origEvent stream.Event) ([]stream.Event, error) { + node := getPayloadCheckServiceNode(origEvent.Payload) + if node.Service == nil { + return nil, nil + } + + event := origEvent // shallow copy the event + event.Topic = topicServiceHealthConnect + + if node.Service.Connect.Native { + return []stream.Event{event}, nil + } + + switch node.Service.Kind { + case structs.ServiceKindConnectProxy: + payload := event.Payload.(EventPayloadCheckServiceNode) + payload.overrideKey = node.Service.Proxy.DestinationServiceName + event.Payload = payload + return []stream.Event{event}, nil + + case structs.ServiceKindTerminatingGateway: + var result []stream.Event + + sn := structs.ServiceName{ + Name: node.Service.Service, + EnterpriseMeta: node.Service.EnterpriseMeta, + } + iter, err := tx.Get(tableGatewayServices, indexGateway, sn) + if err != nil { + return nil, err + } + + // similar to checkServiceNodesTxn -> serviceGatewayNodes + for obj := iter.Next(); obj != nil; obj = iter.Next() { + result = append(result, copyEventForService(event, obj.(*structs.GatewayService).Service)) + } + return result, nil + default: + // All other cases are not relevant to the connect topic + } + return nil, nil +} + +func copyEventForService(event stream.Event, service structs.ServiceName) stream.Event { + event.Topic = topicServiceHealthConnect + payload := event.Payload.(EventPayloadCheckServiceNode) + payload.overrideKey = service.Name + if payload.Value.Service.EnterpriseMeta.NamespaceOrDefault() != service.EnterpriseMeta.NamespaceOrDefault() { + payload.overrideNamespace = service.EnterpriseMeta.NamespaceOrDefault() + } + + event.Payload = payload + return event } func getPayloadCheckServiceNode(payload stream.Payload) *structs.CheckServiceNode { @@ -359,7 +498,7 @@ func getPayloadCheckServiceNode(payload stream.Payload) *structs.CheckServiceNod // parseCheckServiceNodes but is more efficient since we know they are all on // the same node. func newServiceHealthEventsForNode(tx ReadTxn, idx uint64, node string) ([]stream.Event, error) { - services, err := catalogServiceListByNode(tx, node, structs.WildcardEnterpriseMeta(), true) + services, err := tx.Get(tableServices, indexNode, Query{Value: node}) if err != nil { return nil, err } @@ -384,7 +523,7 @@ func newServiceHealthEventsForNode(tx ReadTxn, idx uint64, node string) ([]strea // the full list of checks for a specific service on that node. func getNodeAndChecks(tx ReadTxn, node string) (*structs.Node, serviceChecksFunc, error) { // Fetch the node - nodeRaw, err := tx.First("nodes", "id", node) + nodeRaw, err := tx.First(tableNodes, indexID, Query{Value: node}) if err != nil { return nil, nil, err } @@ -393,7 +532,7 @@ func getNodeAndChecks(tx ReadTxn, node string) (*structs.Node, serviceChecksFunc } n := nodeRaw.(*structs.Node) - iter, err := catalogListChecksByNode(tx, node, structs.WildcardEnterpriseMeta()) + iter, err := tx.Get(tableChecks, indexNode, Query{Value: node}) if err != nil { return nil, nil, err } @@ -432,7 +571,7 @@ func newServiceHealthEventForService(tx ReadTxn, idx uint64, tuple nodeServiceTu return stream.Event{}, err } - svc, err := getCompoundWithTxn(tx, "services", "id", &tuple.EntMeta, tuple.Node, tuple.ServiceID) + svc, err := tx.Get(tableServices, indexID, NodeServiceQuery{EnterpriseMeta: tuple.EntMeta, Node: tuple.Node, Service: tuple.ServiceID}) if err != nil { return stream.Event{}, err } diff --git a/agent/consul/state/catalog_events_oss_test.go b/agent/consul/state/catalog_events_oss_test.go new file mode 100644 index 0000000000..bad6fa817c --- /dev/null +++ b/agent/consul/state/catalog_events_oss_test.go @@ -0,0 +1,7 @@ +// +build !consulent + +package state + +func withServiceHealthEnterpriseCases(cases []serviceHealthTestCase) []serviceHealthTestCase { + return cases +} diff --git a/agent/consul/state/catalog_events_test.go b/agent/consul/state/catalog_events_test.go index f7fa21df0b..de7a266f0b 100644 --- a/agent/consul/state/catalog_events_test.go +++ b/agent/consul/state/catalog_events_test.go @@ -8,23 +8,207 @@ import ( "github.com/google/go-cmp/cmp/cmpopts" "github.com/stretchr/testify/require" - "github.com/hashicorp/consul/proto/pbcommon" - "github.com/hashicorp/consul/agent/consul/stream" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" + "github.com/hashicorp/consul/proto/pbcommon" "github.com/hashicorp/consul/proto/pbsubscribe" "github.com/hashicorp/consul/types" ) +func TestServiceHealthSnapshot(t *testing.T) { + store := NewStateStore(nil) + + counter := newIndexCounter() + err := store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "db")) + require.NoError(t, err) + err = store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "web")) + require.NoError(t, err) + err = store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "web", regNode2)) + require.NoError(t, err) + + fn := serviceHealthSnapshot((*readDB)(store.db.db), topicServiceHealth) + buf := &snapshotAppender{} + req := stream.SubscribeRequest{Key: "web"} + + idx, err := fn(req, buf) + require.NoError(t, err) + require.Equal(t, counter.Last(), idx) + + expected := [][]stream.Event{ + { + testServiceHealthEvent(t, "web", func(e *stream.Event) error { + e.Index = counter.Last() + csn := getPayloadCheckServiceNode(e.Payload) + csn.Node.CreateIndex = 1 + csn.Node.ModifyIndex = 1 + csn.Service.CreateIndex = 2 + csn.Service.ModifyIndex = 2 + csn.Checks[0].CreateIndex = 1 + csn.Checks[0].ModifyIndex = 1 + csn.Checks[1].CreateIndex = 2 + csn.Checks[1].ModifyIndex = 2 + return nil + }), + }, + { + testServiceHealthEvent(t, "web", evNode2, func(e *stream.Event) error { + e.Index = counter.Last() + csn := getPayloadCheckServiceNode(e.Payload) + csn.Node.CreateIndex = 3 + csn.Node.ModifyIndex = 3 + csn.Service.CreateIndex = 3 + csn.Service.ModifyIndex = 3 + for i := range csn.Checks { + csn.Checks[i].CreateIndex = 3 + csn.Checks[i].ModifyIndex = 3 + } + return nil + }), + }, + } + assertDeepEqual(t, expected, buf.events, cmpEvents) +} + +func TestServiceHealthSnapshot_ConnectTopic(t *testing.T) { + store := NewStateStore(nil) + + counter := newIndexCounter() + err := store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "db")) + require.NoError(t, err) + err = store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "web")) + require.NoError(t, err) + err = store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "web", regSidecar)) + require.NoError(t, err) + err = store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "web", regNode2)) + require.NoError(t, err) + err = store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "web", regNode2, regSidecar)) + require.NoError(t, err) + + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "web", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err = store.EnsureConfigEntry(counter.Next(), configEntry) + require.NoError(t, err) + + err = store.EnsureRegistration(counter.Next(), testServiceRegistration(t, "tgate1", regTerminatingGateway)) + require.NoError(t, err) + + fn := serviceHealthSnapshot((*readDB)(store.db.db), topicServiceHealthConnect) + buf := &snapshotAppender{} + req := stream.SubscribeRequest{Key: "web", Topic: topicServiceHealthConnect} + + idx, err := fn(req, buf) + require.NoError(t, err) + require.Equal(t, counter.Last(), idx) + + expected := [][]stream.Event{ + { + testServiceHealthEvent(t, "web", evConnectTopic, evSidecar, func(e *stream.Event) error { + e.Index = counter.Last() + ep := e.Payload.(EventPayloadCheckServiceNode) + e.Payload = ep + csn := ep.Value + csn.Node.CreateIndex = 1 + csn.Node.ModifyIndex = 1 + csn.Service.CreateIndex = 3 + csn.Service.ModifyIndex = 3 + csn.Checks[0].CreateIndex = 1 + csn.Checks[0].ModifyIndex = 1 + csn.Checks[1].CreateIndex = 3 + csn.Checks[1].ModifyIndex = 3 + return nil + }), + }, + { + testServiceHealthEvent(t, "web", evConnectTopic, evNode2, evSidecar, func(e *stream.Event) error { + e.Index = counter.Last() + ep := e.Payload.(EventPayloadCheckServiceNode) + e.Payload = ep + csn := ep.Value + csn.Node.CreateIndex = 4 + csn.Node.ModifyIndex = 4 + csn.Service.CreateIndex = 5 + csn.Service.ModifyIndex = 5 + csn.Checks[0].CreateIndex = 4 + csn.Checks[0].ModifyIndex = 4 + csn.Checks[1].CreateIndex = 5 + csn.Checks[1].ModifyIndex = 5 + return nil + }), + }, + { + testServiceHealthEvent(t, "tgate1", + evConnectTopic, + evServiceTermingGateway("web"), + func(e *stream.Event) error { + e.Index = counter.Last() + ep := e.Payload.(EventPayloadCheckServiceNode) + e.Payload = ep + csn := ep.Value + csn.Node.CreateIndex = 1 + csn.Node.ModifyIndex = 1 + csn.Service.CreateIndex = 7 + csn.Service.ModifyIndex = 7 + csn.Checks[0].CreateIndex = 1 + csn.Checks[0].ModifyIndex = 1 + csn.Checks[1].CreateIndex = 7 + csn.Checks[1].ModifyIndex = 7 + return nil + }), + }, + } + assertDeepEqual(t, expected, buf.events, cmpEvents) +} + +type snapshotAppender struct { + events [][]stream.Event +} + +func (s *snapshotAppender) Append(events []stream.Event) { + s.events = append(s.events, events) +} + +type indexCounter struct { + value uint64 +} + +func (c *indexCounter) Next() uint64 { + c.value++ + return c.value +} + +func (c *indexCounter) Last() uint64 { + return c.value +} + +func newIndexCounter() *indexCounter { + return &indexCounter{} +} + +var _ stream.SnapshotAppender = (*snapshotAppender)(nil) + +type serviceHealthTestCase struct { + Name string + Setup func(s *Store, tx *txn) error + Mutate func(s *Store, tx *txn) error + WantEvents []stream.Event + WantErr bool +} + func TestServiceHealthEventsFromChanges(t *testing.T) { - cases := []struct { - Name string - Setup func(s *Store, tx *txn) error - Mutate func(s *Store, tx *txn) error - WantEvents []stream.Event - WantErr bool - }{ + setupIndex := uint64(10) + mutateIndex := uint64(100) + + cases := []serviceHealthTestCase{ { Name: "irrelevant events", Mutate: func(s *Store, tx *txn) error { @@ -324,7 +508,7 @@ func TestServiceHealthEventsFromChanges(t *testing.T) { evRenameService, evServiceMutated, evNodeUnchanged, - evChecksMutated, + evServiceChecksMutated, ), testServiceHealthDeregistrationEvent(t, "web", evConnectTopic, @@ -638,14 +822,14 @@ func TestServiceHealthEventsFromChanges(t *testing.T) { evServiceCheckFail, evNodeUnchanged, evServiceUnchanged, - evChecksMutated, + evServiceChecksMutated, ), testServiceHealthEvent(t, "web", evSidecar, evServiceCheckFail, evNodeUnchanged, evServiceUnchanged, - evChecksMutated, + evServiceChecksMutated, ), testServiceHealthEvent(t, "web", evConnectTopic, @@ -653,7 +837,7 @@ func TestServiceHealthEventsFromChanges(t *testing.T) { evServiceCheckFail, evNodeUnchanged, evServiceUnchanged, - evChecksMutated, + evServiceChecksMutated, ), }, WantErr: false, @@ -845,7 +1029,546 @@ func TestServiceHealthEventsFromChanges(t *testing.T) { testServiceHealthEvent(t, "api", evNode2, evConnectTopic, evConnectNative, evNodeUnchanged), }, }, + { + Name: "terminating gateway registered with no config entry", + Mutate: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, + "tgate1", + evServiceTermingGateway("tgate1")), + }, + }, + { + Name: "config entry created with no terminating gateway instance", + Mutate: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + return ensureConfigEntryTxn(tx, tx.Index, configEntry) + }, + WantEvents: []stream.Event{}, + }, + { + Name: "terminating gateway registered after config entry exists", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "srv2", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + return ensureConfigEntryTxn(tx, tx.Index, configEntry) + }, + Mutate: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn( + tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false, + ); err != nil { + return err + } + return s.ensureRegistrationTxn( + tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway, regNode2), false) + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, + "tgate1", + evServiceTermingGateway("tgate1")), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1")), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv2")), + testServiceHealthEvent(t, + "tgate1", + evServiceTermingGateway("tgate1"), + evNode2), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1"), + evNode2), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv2"), + evNode2), + }, + }, + { + Name: "terminating gateway updated after config entry exists", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "srv2", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + return s.ensureRegistrationTxn( + tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn( + tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway, regNodeCheckFail), false) + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, + "tgate1", + evServiceTermingGateway("tgate1"), + evNodeCheckFail, + evNodeUnchanged, + evNodeChecksMutated, + evServiceUnchanged), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1"), + evNodeCheckFail, + evNodeUnchanged, + evNodeChecksMutated, + evServiceUnchanged), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv2"), + evNodeCheckFail, + evNodeUnchanged, + evNodeChecksMutated, + evServiceUnchanged), + }, + }, + { + Name: "terminating gateway config entry created after gateway exists", + Setup: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "srv2", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + return ensureConfigEntryTxn(tx, tx.Index, configEntry) + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1"), + evServiceIndex(setupIndex)), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv2"), + evServiceIndex(setupIndex)), + }, + }, + { + Name: "change the terminating gateway config entry to add a linked service", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "srv2", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + return ensureConfigEntryTxn(tx, tx.Index, configEntry) + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv2"), + evServiceIndex(setupIndex)), + }, + }, + { + Name: "change the terminating gateway config entry to remove a linked service", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "srv2", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv2", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + return ensureConfigEntryTxn(tx, tx.Index, configEntry) + }, + WantEvents: []stream.Event{ + testServiceHealthDeregistrationEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1")), + }, + }, + { + Name: "update a linked service within a terminating gateway config entry", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + CAFile: "foo.crt", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + return ensureConfigEntryTxn(tx, tx.Index, configEntry) + }, + WantEvents: []stream.Event{ + testServiceHealthDeregistrationEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1")), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1"), + evServiceIndex(setupIndex)), + }, + }, + { + Name: "delete a terminating gateway config entry with a linked service", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + err = s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + if err != nil { + return err + } + return s.ensureRegistrationTxn( + tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway, regNode2), false) + }, + Mutate: func(s *Store, tx *txn) error { + return deleteConfigEntryTxn(tx, tx.Index, structs.TerminatingGateway, "tgate1", structs.DefaultEnterpriseMeta()) + }, + WantEvents: []stream.Event{ + testServiceHealthDeregistrationEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1")), + testServiceHealthDeregistrationEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1"), + evNode2), + }, + }, + { + Name: "create an instance of a linked service in a terminating gateway", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "srv1"), false) + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, "srv1", evNodeUnchanged), + }, + }, + { + Name: "delete an instance of a linked service in a terminating gateway", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + err = s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "srv1"), false) + if err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + return s.deleteServiceTxn(tx, tx.Index, "node1", "srv1", nil) + }, + WantEvents: []stream.Event{ + testServiceHealthDeregistrationEvent(t, "srv1"), + }, + }, + { + Name: "rename a terminating gateway instance", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + configEntry = &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate2", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err = ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + rename := func(req *structs.RegisterRequest) error { + req.Service.Service = "tgate2" + req.Checks[1].ServiceName = "tgate2" + return nil + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway, rename), false) + }, + WantEvents: []stream.Event{ + testServiceHealthDeregistrationEvent(t, + "tgate1", + evServiceTermingGateway("tgate1")), + testServiceHealthEvent(t, + "tgate1", + evServiceTermingGateway(""), + evNodeUnchanged, + evServiceMutated, + evServiceChecksMutated, + evTerminatingGatewayRenamed("tgate2")), + testServiceHealthDeregistrationEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1")), + testServiceHealthEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1"), + evNodeUnchanged, + evServiceMutated, + evServiceChecksMutated, + evTerminatingGatewayRenamed("tgate2")), + }, + }, + { + Name: "delete a terminating gateway instance", + Setup: func(s *Store, tx *txn) error { + configEntry := &structs.TerminatingGatewayConfigEntry{ + Kind: structs.TerminatingGateway, + Name: "tgate1", + Services: []structs.LinkedService{ + { + Name: "srv1", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "srv2", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + } + err := ensureConfigEntryTxn(tx, tx.Index, configEntry) + if err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "tgate1", regTerminatingGateway), false) + }, + Mutate: func(s *Store, tx *txn) error { + return s.deleteServiceTxn(tx, tx.Index, "node1", "tgate1", structs.DefaultEnterpriseMeta()) + }, + WantEvents: []stream.Event{ + testServiceHealthDeregistrationEvent(t, + "tgate1", + evServiceTermingGateway("")), + testServiceHealthDeregistrationEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv1")), + testServiceHealthDeregistrationEvent(t, + "tgate1", + evConnectTopic, + evServiceTermingGateway("srv2")), + }, + }, } + cases = withServiceHealthEnterpriseCases(cases) for _, tc := range cases { tc := tc @@ -855,7 +1578,7 @@ func TestServiceHealthEventsFromChanges(t *testing.T) { if tc.Setup != nil { // Bypass the publish mechanism for this test or we get into odd // recursive stuff... - setupTx := s.db.WriteTxn(10) + setupTx := s.db.WriteTxn(setupIndex) require.NoError(t, tc.Setup(s, setupTx)) // Commit the underlying transaction without using wrapped Commit so we // avoid the whole event publishing system for setup here. It _should_ @@ -864,7 +1587,7 @@ func TestServiceHealthEventsFromChanges(t *testing.T) { setupTx.Txn.Commit() } - tx := s.db.WriteTxn(100) + tx := s.db.WriteTxn(mutateIndex) require.NoError(t, tc.Mutate(s, tx)) // Note we call the func under test directly rather than publishChanges so @@ -876,11 +1599,50 @@ func TestServiceHealthEventsFromChanges(t *testing.T) { } require.NoError(t, err) - assertDeepEqual(t, tc.WantEvents, got, cmpPartialOrderEvents) + assertDeepEqual(t, tc.WantEvents, got, cmpPartialOrderEvents, cmpopts.EquateEmpty()) }) } } +func regTerminatingGateway(req *structs.RegisterRequest) error { + req.Service.Kind = structs.ServiceKindTerminatingGateway + req.Service.Port = 22000 + return nil +} + +func evServiceTermingGateway(name string) func(e *stream.Event) error { + return func(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + + csn.Service.Kind = structs.ServiceKindTerminatingGateway + csn.Service.Port = 22000 + + if e.Topic == topicServiceHealthConnect { + payload := e.Payload.(EventPayloadCheckServiceNode) + payload.overrideKey = name + e.Payload = payload + } + return nil + } +} + +func evServiceIndex(idx uint64) func(e *stream.Event) error { + return func(e *stream.Event) error { + payload := e.Payload.(EventPayloadCheckServiceNode) + payload.Value.Node.CreateIndex = idx + payload.Value.Node.ModifyIndex = idx + payload.Value.Service.CreateIndex = idx + payload.Value.Service.ModifyIndex = idx + for _, check := range payload.Value.Checks { + check.CreateIndex = idx + check.ModifyIndex = idx + } + e.Payload = payload + + return nil + } +} + func assertDeepEqual(t *testing.T, x, y interface{}, opts ...cmp.Option) { t.Helper() if diff := cmp.Diff(x, y, opts...); diff != "" { @@ -889,13 +1651,26 @@ func assertDeepEqual(t *testing.T, x, y interface{}, opts ...cmp.Option) { } // cmpPartialOrderEvents returns a compare option which sorts events so that -// all events for a particular node/service are grouped together. The sort is -// stable so events with the same node/service retain their relative order. +// all events for a particular topic are grouped together. The sort is +// stable so events with the same key retain their relative order. +// +// This sort should match the logic in EventPayloadCheckServiceNode.MatchesKey +// to avoid masking bugs. var cmpPartialOrderEvents = cmp.Options{ cmpopts.SortSlices(func(i, j stream.Event) bool { key := func(e stream.Event) string { - csn := getPayloadCheckServiceNode(e.Payload) - return fmt.Sprintf("%s/%s/%s", e.Topic, csn.Node.Node, csn.Service.Service) + payload := e.Payload.(EventPayloadCheckServiceNode) + csn := payload.Value + + name := csn.Service.Service + if payload.overrideKey != "" { + name = payload.overrideKey + } + ns := csn.Service.EnterpriseMeta.NamespaceOrDefault() + if payload.overrideNamespace != "" { + ns = payload.overrideNamespace + } + return fmt.Sprintf("%s/%s/%s/%s", e.Topic, csn.Node.Node, ns, name) } return key(i) < key(j) }), @@ -950,7 +1725,9 @@ func testServiceRegistration(t *testing.T, svc string, opts ...regOption) *struc }) for _, opt := range opts { err := opt(r) - require.NoError(t, err) + if err != nil { + t.Fatalf("expected no error, got %v", err) + } } return r } @@ -968,8 +1745,9 @@ func testServiceHealthEvent(t *testing.T, svc string, opts ...eventOption) strea csn.Node.Address = "10.10.10.10" for _, opt := range opts { - err := opt(&e) - require.NoError(t, err) + if err := opt(&e); err != nil { + t.Fatalf("expected no error, got %v", err) + } } return e } @@ -977,8 +1755,9 @@ func testServiceHealthEvent(t *testing.T, svc string, opts ...eventOption) strea func testServiceHealthDeregistrationEvent(t *testing.T, svc string, opts ...eventOption) stream.Event { e := newTestEventServiceHealthDeregister(100, 1, svc) for _, opt := range opts { - err := opt(&e) - require.NoError(t, err) + if err := opt(&e); err != nil { + t.Fatalf("expected no error, got %v", err) + } } return e } @@ -1146,7 +1925,7 @@ func evConnectNative(e *stream.Event) error { // evConnectTopic option converts the base event to the equivalent event that // should be published to the connect topic. When needed it should be applied // first as several other options (notable evSidecar) change behavior subtly -// depending on which topic they are published to and they determin this from +// depending on which topic they are published to and they determine this from // the event. func evConnectTopic(e *stream.Event) error { e.Topic = topicServiceHealthConnect @@ -1183,7 +1962,7 @@ func evSidecar(e *stream.Event) error { if e.Topic == topicServiceHealthConnect { payload := e.Payload.(EventPayloadCheckServiceNode) - payload.key = svc + payload.overrideKey = svc e.Payload = payload } return nil @@ -1215,12 +1994,12 @@ func evServiceMutated(e *stream.Event) error { return nil } -// evChecksMutated option alters the base event service check to set it's +// evServiceChecksMutated option alters the base event service check to set it's // CreateIndex (but not modify index) to the setup index. This expresses that we // expect the service check records originally created in setup to have been // mutated during the update. NOTE: this must be sequenced after // evServiceUnchanged if both are used. -func evChecksMutated(e *stream.Event) error { +func evServiceChecksMutated(e *stream.Event) error { getPayloadCheckServiceNode(e.Payload).Checks[1].CreateIndex = 10 getPayloadCheckServiceNode(e.Payload).Checks[1].ModifyIndex = 100 return nil @@ -1272,12 +2051,21 @@ func evRenameService(e *stream.Event) error { if e.Topic == topicServiceHealthConnect { payload := e.Payload.(EventPayloadCheckServiceNode) - payload.key = csn.Service.Proxy.DestinationServiceName + payload.overrideKey = csn.Service.Proxy.DestinationServiceName e.Payload = payload } return nil } +func evTerminatingGatewayRenamed(newName string) func(e *stream.Event) error { + return func(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + csn.Service.Service = newName + csn.Checks[1].ServiceName = newName + return nil + } +} + // evNodeMeta option alters the base event node to add some meta data. func evNodeMeta(e *stream.Event) error { csn := getPayloadCheckServiceNode(e.Payload) @@ -1513,14 +2301,42 @@ func TestEventPayloadCheckServiceNode_FilterByKey(t *testing.T) { }, { name: "override key match", - payload: newPayloadCheckServiceNodeWithKey("proxy", "ns1", "srv1"), + payload: newPayloadCheckServiceNodeWithOverride("proxy", "ns1", "srv1", ""), key: "srv1", namespace: "ns1", expected: true, }, { - name: "override key match", - payload: newPayloadCheckServiceNodeWithKey("proxy", "ns1", "srv2"), + name: "override key mismatch", + payload: newPayloadCheckServiceNodeWithOverride("proxy", "ns1", "srv2", ""), + key: "proxy", + namespace: "ns1", + expected: false, + }, + { + name: "override namespace match", + payload: newPayloadCheckServiceNodeWithOverride("proxy", "ns1", "", "ns2"), + key: "proxy", + namespace: "ns2", + expected: true, + }, + { + name: "override namespace mismatch", + payload: newPayloadCheckServiceNodeWithOverride("proxy", "ns1", "", "ns3"), + key: "proxy", + namespace: "ns1", + expected: false, + }, + { + name: "override both key and namespace match", + payload: newPayloadCheckServiceNodeWithOverride("proxy", "ns1", "srv1", "ns2"), + key: "srv1", + namespace: "ns2", + expected: true, + }, + { + name: "override both key and namespace mismatch namespace", + payload: newPayloadCheckServiceNodeWithOverride("proxy", "ns1", "srv2", "ns3"), key: "proxy", namespace: "ns1", expected: false, @@ -1545,7 +2361,8 @@ func newPayloadCheckServiceNode(service, namespace string) EventPayloadCheckServ } } -func newPayloadCheckServiceNodeWithKey(service, namespace, key string) EventPayloadCheckServiceNode { +func newPayloadCheckServiceNodeWithOverride( + service, namespace, overrideKey, overrideNamespace string) EventPayloadCheckServiceNode { return EventPayloadCheckServiceNode{ Value: &structs.CheckServiceNode{ Service: &structs.NodeService{ @@ -1553,6 +2370,7 @@ func newPayloadCheckServiceNodeWithKey(service, namespace, key string) EventPayl EnterpriseMeta: structs.NewEnterpriseMeta(namespace), }, }, - key: key, + overrideKey: overrideKey, + overrideNamespace: overrideNamespace, } } diff --git a/agent/consul/state/catalog_oss.go b/agent/consul/state/catalog_oss.go index cce6cb9435..842e0f397a 100644 --- a/agent/consul/state/catalog_oss.go +++ b/agent/consul/state/catalog_oss.go @@ -28,7 +28,7 @@ func serviceKindIndexName(kind structs.ServiceKind, _ *structs.EnterpriseMeta) s func catalogUpdateServicesIndexes(tx WriteTxn, idx uint64, _ *structs.EnterpriseMeta) error { // overall services index - if err := indexUpdateMaxTxn(tx, idx, "services"); err != nil { + if err := indexUpdateMaxTxn(tx, idx, tableServices); err != nil { return fmt.Errorf("failed updating index: %s", err) } @@ -62,7 +62,7 @@ func catalogUpdateServiceExtinctionIndex(tx WriteTxn, idx uint64, _ *structs.Ent func catalogInsertService(tx WriteTxn, svc *structs.ServiceNode) error { // Insert the service and update the index - if err := tx.Insert("services", svc); err != nil { + if err := tx.Insert(tableServices, svc); err != nil { return fmt.Errorf("failed inserting service: %s", err) } @@ -82,7 +82,7 @@ func catalogInsertService(tx WriteTxn, svc *structs.ServiceNode) error { } func catalogServicesMaxIndex(tx ReadTxn, _ *structs.EnterpriseMeta) uint64 { - return maxIndexTxn(tx, "services") + return maxIndexTxn(tx, tableServices) } func catalogServiceMaxIndex(tx ReadTxn, serviceName string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { @@ -93,20 +93,12 @@ func catalogServiceKindMaxIndex(tx ReadTxn, ws memdb.WatchSet, kind structs.Serv return maxIndexWatchTxn(tx, ws, serviceKindIndexName(kind, nil)) } -func catalogServiceList(tx ReadTxn, _ *structs.EnterpriseMeta, _ bool) (memdb.ResultIterator, error) { - return tx.Get("services", "id") -} - -func catalogServiceListByKind(tx ReadTxn, kind structs.ServiceKind, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("services", "kind", string(kind)) +func catalogServiceListNoWildcard(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { + return tx.Get(tableServices, indexID) } func catalogServiceListByNode(tx ReadTxn, node string, _ *structs.EnterpriseMeta, _ bool) (memdb.ResultIterator, error) { - return tx.Get("services", "node", node) -} - -func catalogServiceNodeList(tx ReadTxn, name string, index string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("services", index, name) + return tx.Get(tableServices, indexNode, Query{Value: node}) } func catalogServiceLastExtinctionIndex(tx ReadTxn, _ *structs.EnterpriseMeta) (interface{}, error) { @@ -115,58 +107,37 @@ func catalogServiceLastExtinctionIndex(tx ReadTxn, _ *structs.EnterpriseMeta) (i func catalogMaxIndex(tx ReadTxn, _ *structs.EnterpriseMeta, checks bool) uint64 { if checks { - return maxIndexTxn(tx, "nodes", "services", "checks") + return maxIndexTxn(tx, "nodes", tableServices, tableChecks) } - return maxIndexTxn(tx, "nodes", "services") + return maxIndexTxn(tx, "nodes", tableServices) } func catalogMaxIndexWatch(tx ReadTxn, ws memdb.WatchSet, _ *structs.EnterpriseMeta, checks bool) uint64 { if checks { - return maxIndexWatchTxn(tx, ws, "nodes", "services", "checks") + return maxIndexWatchTxn(tx, ws, "nodes", tableServices, tableChecks) } - return maxIndexWatchTxn(tx, ws, "nodes", "services") + return maxIndexWatchTxn(tx, ws, "nodes", tableServices) } func catalogUpdateCheckIndexes(tx WriteTxn, idx uint64, _ *structs.EnterpriseMeta) error { // update the universal index entry - if err := tx.Insert(tableIndex, &IndexEntry{"checks", idx}); err != nil { + if err := tx.Insert(tableIndex, &IndexEntry{tableChecks, idx}); err != nil { return fmt.Errorf("failed updating index: %s", err) } return nil } func catalogChecksMaxIndex(tx ReadTxn, _ *structs.EnterpriseMeta) uint64 { - return maxIndexTxn(tx, "checks") + return maxIndexTxn(tx, tableChecks) } -func catalogListChecksByNode(tx ReadTxn, node string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("checks", "node", node) -} - -func catalogListChecksByService(tx ReadTxn, service string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("checks", "service", service) -} - -func catalogListChecksInState(tx ReadTxn, state string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - // simpler than normal due to the use of the CompoundMultiIndex - return tx.Get("checks", "status", state) -} - -func catalogListChecks(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("checks", "id") -} - -func catalogListNodeChecks(tx ReadTxn, node string) (memdb.ResultIterator, error) { - return tx.Get("checks", "node_service_check", node, false) -} - -func catalogListServiceChecks(tx ReadTxn, node string, service string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("checks", "node_service", node, service) +func catalogListChecksByNode(tx ReadTxn, q Query) (memdb.ResultIterator, error) { + return tx.Get(tableChecks, indexNode, q) } func catalogInsertCheck(tx WriteTxn, chk *structs.HealthCheck, idx uint64) error { // Insert the check - if err := tx.Insert("checks", chk); err != nil { + if err := tx.Insert(tableChecks, chk); err != nil { return fmt.Errorf("failed inserting check: %s", err) } @@ -177,10 +148,6 @@ func catalogInsertCheck(tx WriteTxn, chk *structs.HealthCheck, idx uint64) error return nil } -func catalogChecksForNodeService(tx ReadTxn, node string, service string, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get("checks", "node_service", node, service) -} - func validateRegisterRequestTxn(_ ReadTxn, _ *structs.RegisterRequest, _ bool) (*structs.EnterpriseMeta, error) { return nil, nil } diff --git a/agent/consul/state/catalog_oss_test.go b/agent/consul/state/catalog_oss_test.go new file mode 100644 index 0000000000..70d9be30cc --- /dev/null +++ b/agent/consul/state/catalog_oss_test.go @@ -0,0 +1,275 @@ +// +build !consulent + +package state + +import ( + "github.com/hashicorp/consul/agent/structs" +) + +func testIndexerTableChecks() map[string]indexerTestCase { + obj := &structs.HealthCheck{ + Node: "NoDe", + ServiceID: "SeRvIcE", + ServiceName: "ServiceName", + CheckID: "CheckID", + Status: "PASSING", + } + return map[string]indexerTestCase{ + indexID: { + read: indexValue{ + source: NodeCheckQuery{ + Node: "NoDe", + CheckID: "CheckId", + }, + expected: []byte("node\x00checkid\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("node\x00checkid\x00"), + }, + prefix: []indexValue{ + { + source: structs.EnterpriseMeta{}, + expected: nil, + }, + { + source: Query{Value: "nOdE"}, + expected: []byte("node\x00"), + }, + }, + }, + indexStatus: { + read: indexValue{ + source: Query{Value: "PASSING"}, + expected: []byte("passing\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("passing\x00"), + }, + }, + indexService: { + read: indexValue{ + source: Query{Value: "ServiceName"}, + expected: []byte("servicename\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("servicename\x00"), + }, + }, + indexNodeService: { + read: indexValue{ + source: NodeServiceQuery{ + Node: "NoDe", + Service: "SeRvIcE", + }, + expected: []byte("node\x00service\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("node\x00service\x00"), + }, + }, + indexNode: { + read: indexValue{ + source: Query{ + Value: "NoDe", + }, + expected: []byte("node\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("node\x00"), + }, + }, + } +} + +func testIndexerTableMeshTopology() map[string]indexerTestCase { + obj := upstreamDownstream{ + Upstream: structs.ServiceName{Name: "UpStReAm"}, + Downstream: structs.ServiceName{Name: "DownStream"}, + } + + return map[string]indexerTestCase{ + indexID: { + read: indexValue{ + source: []interface{}{ + structs.ServiceName{Name: "UpStReAm"}, + structs.ServiceName{Name: "DownStream"}, + }, + expected: []byte("upstream\x00downstream\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("upstream\x00downstream\x00"), + }, + }, + indexUpstream: { + read: indexValue{ + source: structs.ServiceName{Name: "UpStReAm"}, + expected: []byte("upstream\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("upstream\x00"), + }, + }, + indexDownstream: { + read: indexValue{ + source: structs.ServiceName{Name: "DownStream"}, + expected: []byte("downstream\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("downstream\x00"), + }, + }, + } +} + +func testIndexerTableGatewayServices() map[string]indexerTestCase { + obj := &structs.GatewayService{ + Gateway: structs.ServiceName{Name: "GateWay"}, + Service: structs.ServiceName{Name: "SerVice"}, + Port: 50123, + } + encodedPort := string([]byte{0x96, 0x8f, 0x06, 0, 0, 0, 0, 0, 0, 0}) + return map[string]indexerTestCase{ + indexID: { + read: indexValue{ + source: []interface{}{ + structs.ServiceName{Name: "GateWay"}, + structs.ServiceName{Name: "SerVice"}, + 50123, + }, + expected: []byte("gateway\x00service\x00" + encodedPort), + }, + write: indexValue{ + source: obj, + expected: []byte("gateway\x00service\x00" + encodedPort), + }, + }, + indexGateway: { + read: indexValue{ + source: structs.ServiceName{Name: "GateWay"}, + expected: []byte("gateway\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("gateway\x00"), + }, + }, + indexService: { + read: indexValue{ + source: structs.ServiceName{Name: "SerVice"}, + expected: []byte("service\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("service\x00"), + }, + }, + } +} + +func testIndexerTableNodes() map[string]indexerTestCase { + return map[string]indexerTestCase{ + indexID: { + read: indexValue{ + source: Query{Value: "NoDeId"}, + expected: []byte("nodeid\x00"), + }, + write: indexValue{ + source: &structs.Node{Node: "NoDeId"}, + expected: []byte("nodeid\x00"), + }, + }, + } +} + +func testIndexerTableServices() map[string]indexerTestCase { + obj := &structs.ServiceNode{ + Node: "NoDeId", + ServiceID: "SeRviCe", + ServiceName: "ServiceName", + } + + return map[string]indexerTestCase{ + indexID: { + read: indexValue{ + source: NodeServiceQuery{ + Node: "NoDeId", + Service: "SeRvIcE", + }, + expected: []byte("nodeid\x00service\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("nodeid\x00service\x00"), + }, + prefix: []indexValue{ + { + source: (*structs.EnterpriseMeta)(nil), + expected: nil, + }, + { + source: structs.EnterpriseMeta{}, + expected: nil, + }, + { + source: Query{Value: "NoDeId"}, + expected: []byte("nodeid\x00"), + }, + }, + }, + indexNode: { + read: indexValue{ + source: Query{ + Value: "NoDeId", + }, + expected: []byte("nodeid\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("nodeid\x00"), + }, + }, + indexService: { + read: indexValue{ + source: Query{Value: "ServiceName"}, + expected: []byte("servicename\x00"), + }, + write: indexValue{ + source: obj, + expected: []byte("servicename\x00"), + }, + }, + indexConnect: { + read: indexValue{ + source: Query{Value: "ConnectName"}, + expected: []byte("connectname\x00"), + }, + write: indexValue{ + source: &structs.ServiceNode{ + ServiceName: "ConnectName", + ServiceConnect: structs.ServiceConnect{Native: true}, + }, + expected: []byte("connectname\x00"), + }, + }, + indexKind: { + read: indexValue{ + source: Query{Value: "connect-proxy"}, + expected: []byte("connect-proxy\x00"), + }, + write: indexValue{ + source: &structs.ServiceNode{ + ServiceKind: structs.ServiceKindConnectProxy, + }, + expected: []byte("connect-proxy\x00"), + }, + }, + } +} diff --git a/agent/consul/state/catalog_schema.go b/agent/consul/state/catalog_schema.go index 6b5ebfbf18..565b4bf1b6 100644 --- a/agent/consul/state/catalog_schema.go +++ b/agent/consul/state/catalog_schema.go @@ -17,17 +17,19 @@ const ( tableGatewayServices = "gateway-services" tableMeshTopology = "mesh-topology" - indexID = "id" - indexServiceName = "service" - indexConnect = "connect" - indexKind = "kind" - indexStatus = "status" - indexNodeServiceCheck = "node_service_check" - indexNodeService = "node_service" + indexID = "id" + indexService = "service" + indexConnect = "connect" + indexKind = "kind" + indexStatus = "status" + indexNodeService = "node_service" + indexNode = "node" + indexUpstream = "upstream" + indexDownstream = "downstream" + indexGateway = "gateway" ) -// nodesTableSchema returns a new table schema used for storing node -// information. +// nodesTableSchema returns a new table schema used for storing struct.Node. func nodesTableSchema() *memdb.TableSchema { return &memdb.TableSchema{ Name: tableNodes, @@ -36,18 +38,16 @@ func nodesTableSchema() *memdb.TableSchema { Name: indexID, AllowMissing: false, Unique: true, - Indexer: &memdb.StringFieldIndex{ - Field: "Node", - Lowercase: true, + Indexer: indexerSingle{ + readIndex: indexFromQuery, + writeIndex: indexFromNode, }, }, "uuid": { Name: "uuid", AllowMissing: true, Unique: true, - Indexer: &memdb.UUIDFieldIndex{ - Field: "ID", - }, + Indexer: &memdb.UUIDFieldIndex{Field: "ID"}, }, "meta": { Name: "meta", @@ -62,6 +62,21 @@ func nodesTableSchema() *memdb.TableSchema { } } +func indexFromNode(raw interface{}) ([]byte, error) { + n, ok := raw.(*structs.Node) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.Node index", raw) + } + + if n.Node == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(n.Node)) + return b.Bytes(), nil +} + // servicesTableSchema returns a new table schema used to store information // about services. func servicesTableSchema() *memdb.TableSchema { @@ -72,53 +87,156 @@ func servicesTableSchema() *memdb.TableSchema { Name: indexID, AllowMissing: false, Unique: true, - Indexer: &memdb.CompoundIndex{ - Indexes: []memdb.Indexer{ - &memdb.StringFieldIndex{ - Field: "Node", - Lowercase: true, - }, - &memdb.StringFieldIndex{ - Field: "ServiceID", - Lowercase: true, - }, - }, + Indexer: indexerSingleWithPrefix{ + readIndex: indexFromNodeServiceQuery, + writeIndex: indexFromServiceNode, + prefixIndex: prefixIndexFromQuery, }, }, - "node": { - Name: "node", + indexNode: { + Name: indexNode, AllowMissing: false, Unique: false, - Indexer: &memdb.StringFieldIndex{ - Field: "Node", - Lowercase: true, + Indexer: indexerSingle{ + readIndex: indexFromQuery, + writeIndex: indexFromNodeIdentity, }, }, - indexServiceName: { - Name: indexServiceName, + indexService: { + Name: indexService, AllowMissing: true, Unique: false, - Indexer: &memdb.StringFieldIndex{ - Field: "ServiceName", - Lowercase: true, + Indexer: indexerSingle{ + readIndex: indexFromQuery, + writeIndex: indexServiceNameFromServiceNode, }, }, indexConnect: { Name: indexConnect, AllowMissing: true, Unique: false, - Indexer: &IndexConnectService{}, + Indexer: indexerSingle{ + readIndex: indexFromQuery, + writeIndex: indexConnectNameFromServiceNode, + }, }, indexKind: { Name: indexKind, AllowMissing: false, Unique: false, - Indexer: &IndexServiceKind{}, + Indexer: indexerSingle{ + readIndex: indexFromQuery, + writeIndex: indexKindFromServiceNode, + }, }, }, } } +func indexFromNodeServiceQuery(arg interface{}) ([]byte, error) { + q, ok := arg.(NodeServiceQuery) + if !ok { + return nil, fmt.Errorf("unexpected type %T for NodeServiceQuery index", arg) + } + + var b indexBuilder + b.String(strings.ToLower(q.Node)) + b.String(strings.ToLower(q.Service)) + return b.Bytes(), nil +} + +func indexFromServiceNode(raw interface{}) ([]byte, error) { + n, ok := raw.(*structs.ServiceNode) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.ServiceNode index", raw) + } + + if n.Node == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(n.Node)) + b.String(strings.ToLower(n.ServiceID)) + return b.Bytes(), nil +} + +func indexFromNodeIdentity(raw interface{}) ([]byte, error) { + n, ok := raw.(interface { + NodeIdentity() structs.Identity + }) + if !ok { + return nil, fmt.Errorf("unexpected type %T for index, type must provide NodeIdentity()", raw) + } + + id := n.NodeIdentity() + if id.ID == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(id.ID)) + return b.Bytes(), nil +} + +func indexServiceNameFromServiceNode(raw interface{}) ([]byte, error) { + n, ok := raw.(*structs.ServiceNode) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.ServiceNode index", raw) + } + + if n.Node == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(n.ServiceName)) + return b.Bytes(), nil +} + +func indexConnectNameFromServiceNode(raw interface{}) ([]byte, error) { + n, ok := raw.(*structs.ServiceNode) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.ServiceNode index", raw) + } + + name, ok := connectNameFromServiceNode(n) + if !ok { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(name)) + return b.Bytes(), nil +} + +func connectNameFromServiceNode(sn *structs.ServiceNode) (string, bool) { + switch { + case sn.ServiceKind == structs.ServiceKindConnectProxy: + // For proxies, this service supports Connect for the destination + return sn.ServiceProxy.DestinationServiceName, true + + case sn.ServiceConnect.Native: + // For native, this service supports Connect directly + return sn.ServiceName, true + + default: + // Doesn't support Connect at all + return "", false + } +} + +func indexKindFromServiceNode(raw interface{}) ([]byte, error) { + n, ok := raw.(*structs.ServiceNode) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.ServiceNode index", raw) + } + + var b indexBuilder + b.String(strings.ToLower(string(n.ServiceKind))) + return b.Bytes(), nil +} + // checksTableSchema returns a new table schema used for storing and indexing // health check information. Health checks have a number of different attributes // we want to filter by, so this table is a bit more complex. @@ -130,83 +248,130 @@ func checksTableSchema() *memdb.TableSchema { Name: indexID, AllowMissing: false, Unique: true, - Indexer: &memdb.CompoundIndex{ - Indexes: []memdb.Indexer{ - &memdb.StringFieldIndex{ - Field: "Node", - Lowercase: true, - }, - &memdb.StringFieldIndex{ - Field: "CheckID", - Lowercase: true, - }, - }, + Indexer: indexerSingleWithPrefix{ + readIndex: indexFromNodeCheckQuery, + writeIndex: indexFromHealthCheck, + prefixIndex: prefixIndexFromQuery, }, }, indexStatus: { Name: indexStatus, AllowMissing: false, Unique: false, - Indexer: &memdb.StringFieldIndex{ - Field: "Status", - Lowercase: false, + Indexer: indexerSingle{ + readIndex: indexFromQuery, + writeIndex: indexStatusFromHealthCheck, }, }, - indexServiceName: { - Name: indexServiceName, + indexService: { + Name: indexService, AllowMissing: true, Unique: false, - Indexer: &memdb.StringFieldIndex{ - Field: "ServiceName", - Lowercase: true, + Indexer: indexerSingle{ + readIndex: indexFromQuery, + writeIndex: indexServiceNameFromHealthCheck, }, }, - "node": { - Name: "node", + indexNode: { + Name: indexNode, AllowMissing: true, Unique: false, - Indexer: &memdb.StringFieldIndex{ - Field: "Node", - Lowercase: true, - }, - }, - indexNodeServiceCheck: { - Name: indexNodeServiceCheck, - AllowMissing: true, - Unique: false, - Indexer: &memdb.CompoundIndex{ - Indexes: []memdb.Indexer{ - &memdb.StringFieldIndex{ - Field: "Node", - Lowercase: true, - }, - &memdb.FieldSetIndex{ - Field: "ServiceID", - }, - }, + Indexer: indexerSingle{ + readIndex: indexFromQuery, + writeIndex: indexFromNodeIdentity, }, }, indexNodeService: { Name: indexNodeService, AllowMissing: true, Unique: false, - Indexer: &memdb.CompoundIndex{ - Indexes: []memdb.Indexer{ - &memdb.StringFieldIndex{ - Field: "Node", - Lowercase: true, - }, - &memdb.StringFieldIndex{ - Field: "ServiceID", - Lowercase: true, - }, - }, + Indexer: indexerSingle{ + readIndex: indexFromNodeServiceQuery, + writeIndex: indexNodeServiceFromHealthCheck, }, }, }, } } +func indexFromNodeCheckQuery(raw interface{}) ([]byte, error) { + hc, ok := raw.(NodeCheckQuery) + if !ok { + return nil, fmt.Errorf("unexpected type %T for NodeCheckQuery index", raw) + } + + if hc.Node == "" || hc.CheckID == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(hc.Node)) + b.String(strings.ToLower(hc.CheckID)) + return b.Bytes(), nil +} + +func indexFromHealthCheck(raw interface{}) ([]byte, error) { + hc, ok := raw.(*structs.HealthCheck) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.HealthCheck index", raw) + } + + if hc.Node == "" || hc.CheckID == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(hc.Node)) + b.String(strings.ToLower(string(hc.CheckID))) + return b.Bytes(), nil +} + +func indexNodeServiceFromHealthCheck(raw interface{}) ([]byte, error) { + hc, ok := raw.(*structs.HealthCheck) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.HealthCheck index", raw) + } + + if hc.Node == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(hc.Node)) + b.String(strings.ToLower(hc.ServiceID)) + return b.Bytes(), nil +} + +func indexStatusFromHealthCheck(raw interface{}) ([]byte, error) { + hc, ok := raw.(*structs.HealthCheck) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.HealthCheck index", raw) + } + + if hc.Status == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(hc.Status)) + return b.Bytes(), nil +} + +func indexServiceNameFromHealthCheck(raw interface{}) ([]byte, error) { + hc, ok := raw.(*structs.HealthCheck) + if !ok { + return nil, fmt.Errorf("unexpected type %T for structs.HealthCheck index", raw) + } + + if hc.ServiceName == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(hc.ServiceName)) + return b.Bytes(), nil +} + // gatewayServicesTableSchema returns a new table schema used to store information // about services associated with terminating gateways. func gatewayServicesTableSchema() *memdb.TableSchema { @@ -231,16 +396,16 @@ func gatewayServicesTableSchema() *memdb.TableSchema { }, }, }, - "gateway": { - Name: "gateway", + indexGateway: { + Name: indexGateway, AllowMissing: false, Unique: false, Indexer: &ServiceNameIndex{ Field: "Gateway", }, }, - "service": { - Name: "service", + indexService: { + Name: indexService, AllowMissing: true, Unique: false, Indexer: &ServiceNameIndex{ @@ -272,16 +437,16 @@ func meshTopologyTableSchema() *memdb.TableSchema { }, }, }, - "upstream": { - Name: "upstream", + indexUpstream: { + Name: indexUpstream, AllowMissing: true, Unique: false, Indexer: &ServiceNameIndex{ Field: "Upstream", }, }, - "downstream": { - Name: "downstream", + indexDownstream: { + Name: indexDownstream, AllowMissing: false, Unique: false, Indexer: &ServiceNameIndex{ @@ -347,3 +512,31 @@ func (index *ServiceNameIndex) PrefixFromArgs(args ...interface{}) ([]byte, erro } return val, nil } + +// upstreamDownstream pairs come from individual proxy registrations, which can be updated independently. +type upstreamDownstream struct { + Upstream structs.ServiceName + Downstream structs.ServiceName + + // Refs stores the registrations that contain this pairing. + // When there are no remaining Refs, the upstreamDownstream can be deleted. + // + // Note: This map must be treated as immutable when accessed in MemDB. + // The entire upstreamDownstream structure must be deep copied on updates. + Refs map[string]struct{} + + structs.RaftIndex +} + +// NodeCheckQuery is used to query the ID index of the checks table. +type NodeCheckQuery struct { + Node string + CheckID string + structs.EnterpriseMeta +} + +// NamespaceOrDefault exists because structs.EnterpriseMeta uses a pointer +// receiver for this method. Remove once that is fixed. +func (q NodeCheckQuery) NamespaceOrDefault() string { + return q.EnterpriseMeta.NamespaceOrDefault() +} diff --git a/agent/consul/state/catalog_test.go b/agent/consul/state/catalog_test.go index 63586c43ae..96f3122e14 100644 --- a/agent/consul/state/catalog_test.go +++ b/agent/consul/state/catalog_test.go @@ -1298,7 +1298,7 @@ func TestStateStore_DeleteNode(t *testing.T) { // the DB to make sure it is actually gone. tx := s.db.Txn(false) defer tx.Abort() - services, err := getCompoundWithTxn(tx, "services", "id", nil, "node1", "service1") + services, err := tx.Get(tableServices, indexID, NodeServiceQuery{Node: "node1", Service: "service1"}) if err != nil { t.Fatalf("err: %s", err) } @@ -1307,7 +1307,7 @@ func TestStateStore_DeleteNode(t *testing.T) { } // Associated health check was removed. - checks, err := getCompoundWithTxn(tx, "checks", "id", nil, "node1", "check1") + checks, err := tx.Get(tableChecks, indexID, NodeCheckQuery{Node: "node1", CheckID: "check1"}) if err != nil { t.Fatalf("err: %s", err) } @@ -1316,7 +1316,7 @@ func TestStateStore_DeleteNode(t *testing.T) { } // Indexes were updated. - for _, tbl := range []string{"nodes", "services", "checks"} { + for _, tbl := range []string{"nodes", tableServices, tableChecks} { if idx := s.maxIndex(tbl); idx != 3 { t.Fatalf("bad index: %d (%s)", idx, tbl) } @@ -1479,7 +1479,7 @@ func TestStateStore_EnsureService(t *testing.T) { } // Index tables were updated. - if idx := s.maxIndex("services"); idx != 30 { + if idx := s.maxIndex(tableServices); idx != 30 { t.Fatalf("bad index: %d", idx) } @@ -1510,7 +1510,7 @@ func TestStateStore_EnsureService(t *testing.T) { } // Index tables were updated. - if idx := s.maxIndex("services"); idx != 40 { + if idx := s.maxIndex(tableServices); idx != 40 { t.Fatalf("bad index: %d", idx) } } @@ -2067,16 +2067,16 @@ func TestStateStore_DeleteService(t *testing.T) { // that it actually is removed in the state store. tx := s.db.Txn(false) defer tx.Abort() - _, check, err := firstWatchCompoundWithTxn(tx, "checks", "id", nil, "node1", "check1") + check, err := tx.First(tableChecks, indexID, NodeCheckQuery{Node: "node1", CheckID: "check1"}) if err != nil || check != nil { t.Fatalf("bad: %#v (err: %s)", check, err) } // Index tables were updated. - if idx := s.maxIndex("services"); idx != 4 { + if idx := s.maxIndex(tableServices); idx != 4 { t.Fatalf("bad index: %d", idx) } - if idx := s.maxIndex("checks"); idx != 4 { + if idx := s.maxIndex(tableChecks); idx != 4 { t.Fatalf("bad index: %d", idx) } @@ -2085,7 +2085,7 @@ func TestStateStore_DeleteService(t *testing.T) { if err := s.DeleteService(5, "node1", "service1", nil); err != nil { t.Fatalf("err: %s", err) } - if idx := s.maxIndex("services"); idx != 4 { + if idx := s.maxIndex(tableServices); idx != 4 { t.Fatalf("bad index: %d", idx) } if watchFired(ws) { @@ -2411,7 +2411,7 @@ func TestStateStore_EnsureCheck(t *testing.T) { testCheckOutput(t, 5, 5, "bbbmodified") // Index tables were updated - if idx := s.maxIndex("checks"); idx != 5 { + if idx := s.maxIndex(tableChecks); idx != 5 { t.Fatalf("bad index: %d", idx) } } @@ -2894,7 +2894,7 @@ func TestStateStore_DeleteCheck(t *testing.T) { if idx, check, err := s.NodeCheck("node1", "check1", nil); idx != 3 || err != nil || check != nil { t.Fatalf("Node check should have been deleted idx=%d, node=%v, err=%s", idx, check, err) } - if idx := s.maxIndex("checks"); idx != 3 { + if idx := s.maxIndex(tableChecks); idx != 3 { t.Fatalf("bad index for checks: %d", idx) } if !watchFired(ws) { @@ -2914,7 +2914,7 @@ func TestStateStore_DeleteCheck(t *testing.T) { } // Index tables were updated. - if idx := s.maxIndex("checks"); idx != 3 { + if idx := s.maxIndex(tableChecks); idx != 3 { t.Fatalf("bad index: %d", idx) } @@ -2923,7 +2923,7 @@ func TestStateStore_DeleteCheck(t *testing.T) { if err := s.DeleteCheck(4, "node1", "check1", nil); err != nil { t.Fatalf("err: %s", err) } - if idx := s.maxIndex("checks"); idx != 3 { + if idx := s.maxIndex(tableChecks); idx != 3 { t.Fatalf("bad index: %d", idx) } if watchFired(ws) { diff --git a/agent/consul/state/config_entry.go b/agent/consul/state/config_entry.go index dd5b232b47..318178a2f0 100644 --- a/agent/consul/state/config_entry.go +++ b/agent/consul/state/config_entry.go @@ -106,7 +106,7 @@ func configEntryTxn(tx ReadTxn, ws memdb.WatchSet, kind, name string, entMeta *s idx := maxIndexTxn(tx, tableConfigEntries) // Get the existing config entry. - watchCh, existing, err := firstWatchConfigEntryWithTxn(tx, kind, name, entMeta) + watchCh, existing, err := tx.FirstWatch(tableConfigEntries, "id", NewConfigEntryKindName(kind, name, entMeta)) if err != nil { return 0, nil, fmt.Errorf("failed config entry lookup: %s", err) } @@ -175,7 +175,7 @@ func (s *Store) EnsureConfigEntry(idx uint64, conf structs.ConfigEntry) error { // ensureConfigEntryTxn upserts a config entry inside of a transaction. func ensureConfigEntryTxn(tx WriteTxn, idx uint64, conf structs.ConfigEntry) error { // Check for existing configuration. - existing, err := firstConfigEntryWithTxn(tx, conf.GetKind(), conf.GetName(), conf.GetEnterpriseMeta()) + existing, err := tx.First(tableConfigEntries, indexID, newConfigEntryQuery(conf)) if err != nil { return fmt.Errorf("failed configuration lookup: %s", err) } @@ -214,7 +214,7 @@ func (s *Store) EnsureConfigEntryCAS(idx, cidx uint64, conf structs.ConfigEntry) defer tx.Abort() // Check for existing configuration. - existing, err := firstConfigEntryWithTxn(tx, conf.GetKind(), conf.GetName(), conf.GetEnterpriseMeta()) + existing, err := tx.First(tableConfigEntries, indexID, newConfigEntryQuery(conf)) if err != nil { return false, fmt.Errorf("failed configuration lookup: %s", err) } @@ -254,9 +254,9 @@ func (s *Store) DeleteConfigEntry(idx uint64, kind, name string, entMeta *struct return tx.Commit() } +// TODO: accept structs.ConfigEntry instead of individual fields func deleteConfigEntryTxn(tx WriteTxn, idx uint64, kind, name string, entMeta *structs.EnterpriseMeta) error { - // Try to retrieve the existing config entry. - existing, err := firstConfigEntryWithTxn(tx, kind, name, entMeta) + existing, err := tx.First(tableConfigEntries, indexID, NewConfigEntryKindName(kind, name, entMeta)) if err != nil { return fmt.Errorf("failed config entry lookup: %s", err) } @@ -269,7 +269,7 @@ func deleteConfigEntryTxn(tx WriteTxn, idx uint64, kind, name string, entMeta *s sn := structs.NewServiceName(name, entMeta) if kind == structs.TerminatingGateway || kind == structs.IngressGateway { - if _, err := tx.DeleteAll(tableGatewayServices, "gateway", sn); err != nil { + if _, err := tx.DeleteAll(tableGatewayServices, indexGateway, sn); err != nil { return fmt.Errorf("failed to truncate gateway services table: %v", err) } if err := indexUpdateMaxTxn(tx, idx, tableGatewayServices); err != nil { @@ -278,7 +278,7 @@ func deleteConfigEntryTxn(tx WriteTxn, idx uint64, kind, name string, entMeta *s } // Also clean up associations in the mesh topology table for ingress gateways if kind == structs.IngressGateway { - if _, err := tx.DeleteAll(tableMeshTopology, "downstream", sn); err != nil { + if _, err := tx.DeleteAll(tableMeshTopology, indexDownstream, sn); err != nil { return fmt.Errorf("failed to truncate %s table: %v", tableMeshTopology, err) } if err := indexUpdateMaxTxn(tx, idx, tableMeshTopology); err != nil { @@ -629,8 +629,8 @@ func validateProposedConfigEntryInServiceGraph( checkChains[sn.ToServiceID()] = struct{}{} } - overrides := map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(kind, name, entMeta): proposedEntry, + overrides := map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(kind, name, entMeta): proposedEntry, } var ( @@ -709,7 +709,7 @@ func validateProposedConfigEntryInServiceGraph( func testCompileDiscoveryChain( tx ReadTxn, chainName string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (string, *structs.DiscoveryGraphNode, error) { _, speculativeEntries, err := readDiscoveryChainConfigEntriesTxn(tx, nil, chainName, overrides, entMeta) @@ -815,7 +815,7 @@ func (s *Store) ReadDiscoveryChainConfigEntries( func (s *Store) readDiscoveryChainConfigEntries( ws memdb.WatchSet, serviceName string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, *structs.DiscoveryChainConfigEntries, error) { tx := s.db.Txn(false) @@ -827,7 +827,7 @@ func readDiscoveryChainConfigEntriesTxn( tx ReadTxn, ws memdb.WatchSet, serviceName string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, *structs.DiscoveryChainConfigEntries, error) { res := structs.NewDiscoveryChainConfigEntries() @@ -1016,7 +1016,7 @@ func getProxyConfigEntryTxn( tx ReadTxn, ws memdb.WatchSet, name string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, *structs.ProxyConfigEntry, error) { idx, entry, err := configEntryWithOverridesTxn(tx, ws, structs.ProxyDefaults, name, overrides, entMeta) @@ -1041,7 +1041,7 @@ func getServiceConfigEntryTxn( tx ReadTxn, ws memdb.WatchSet, serviceName string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, *structs.ServiceConfigEntry, error) { idx, entry, err := configEntryWithOverridesTxn(tx, ws, structs.ServiceDefaults, serviceName, overrides, entMeta) @@ -1066,7 +1066,7 @@ func getRouterConfigEntryTxn( tx ReadTxn, ws memdb.WatchSet, serviceName string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, *structs.ServiceRouterConfigEntry, error) { idx, entry, err := configEntryWithOverridesTxn(tx, ws, structs.ServiceRouter, serviceName, overrides, entMeta) @@ -1091,7 +1091,7 @@ func getSplitterConfigEntryTxn( tx ReadTxn, ws memdb.WatchSet, serviceName string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, *structs.ServiceSplitterConfigEntry, error) { idx, entry, err := configEntryWithOverridesTxn(tx, ws, structs.ServiceSplitter, serviceName, overrides, entMeta) @@ -1116,7 +1116,7 @@ func getResolverConfigEntryTxn( tx ReadTxn, ws memdb.WatchSet, serviceName string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, *structs.ServiceResolverConfigEntry, error) { idx, entry, err := configEntryWithOverridesTxn(tx, ws, structs.ServiceResolver, serviceName, overrides, entMeta) @@ -1141,7 +1141,7 @@ func getServiceIntentionsConfigEntryTxn( tx ReadTxn, ws memdb.WatchSet, name string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, *structs.ServiceIntentionsConfigEntry, error) { idx, entry, err := configEntryWithOverridesTxn(tx, ws, structs.ServiceIntentions, name, overrides, entMeta) @@ -1163,11 +1163,11 @@ func configEntryWithOverridesTxn( ws memdb.WatchSet, kind string, name string, - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, + overrides map[ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, ) (uint64, structs.ConfigEntry, error) { if len(overrides) > 0 { - kn := structs.NewConfigEntryKindName(kind, name, entMeta) + kn := NewConfigEntryKindName(kind, name, entMeta) entry, ok := overrides[kn] if ok { return 0, entry, nil // a nil entry implies it should act like it is erased @@ -1218,3 +1218,37 @@ func protocolForService( } return maxIdx, chain.Protocol, nil } + +// ConfigEntryKindName is a value type useful for maps. You can use: +// map[ConfigEntryKindName]Payload +// instead of: +// map[string]map[string]Payload +type ConfigEntryKindName struct { + Kind string + Name string + structs.EnterpriseMeta +} + +func NewConfigEntryKindName(kind, name string, entMeta *structs.EnterpriseMeta) ConfigEntryKindName { + ret := ConfigEntryKindName{ + Kind: kind, + Name: name, + } + if entMeta == nil { + entMeta = structs.DefaultEnterpriseMeta() + } + + ret.EnterpriseMeta = *entMeta + ret.EnterpriseMeta.Normalize() + return ret +} + +func newConfigEntryQuery(c structs.ConfigEntry) ConfigEntryKindName { + return NewConfigEntryKindName(c.GetKind(), c.GetName(), c.GetEnterpriseMeta()) +} + +// ConfigEntryKindQuery is used to lookup config entries by their kind. +type ConfigEntryKindQuery struct { + Kind string + structs.EnterpriseMeta +} diff --git a/agent/consul/state/config_entry_intention.go b/agent/consul/state/config_entry_intention.go index fa5625c916..f8d91efced 100644 --- a/agent/consul/state/config_entry_intention.go +++ b/agent/consul/state/config_entry_intention.go @@ -123,7 +123,7 @@ func (s *ServiceIntentionSourceIndex) FromArgs(args ...interface{}) ([]byte, err return []byte(arg.String() + "\x00"), nil } -func (s *Store) configIntentionsListTxn(tx ReadTxn, ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, bool, error) { +func configIntentionsListTxn(tx ReadTxn, ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, bool, error) { // unrolled part of configEntriesByKindTxn idx := maxIndexTxn(tx, tableConfigEntries) @@ -144,7 +144,7 @@ func (s *Store) configIntentionsListTxn(tx ReadTxn, ws memdb.WatchSet, entMeta * return idx, results, true, nil } -func (s *Store) configIntentionGetTxn(tx ReadTxn, ws memdb.WatchSet, id string) (uint64, *structs.ServiceIntentionsConfigEntry, *structs.Intention, error) { +func configIntentionGetTxn(tx ReadTxn, ws memdb.WatchSet, id string) (uint64, *structs.ServiceIntentionsConfigEntry, *structs.Intention, error) { idx := maxIndexTxn(tx, tableConfigEntries) if idx < 1 { idx = 1 diff --git a/agent/consul/state/config_entry_oss.go b/agent/consul/state/config_entry_oss.go index f58913b76c..5fb2e6afc6 100644 --- a/agent/consul/state/config_entry_oss.go +++ b/agent/consul/state/config_entry_oss.go @@ -3,22 +3,24 @@ package state import ( + "fmt" + "strings" + memdb "github.com/hashicorp/go-memdb" "github.com/hashicorp/consul/agent/structs" ) -func firstConfigEntryWithTxn(tx ReadTxn, kind, name string, _ *structs.EnterpriseMeta) (interface{}, error) { - return tx.First(tableConfigEntries, "id", kind, name) -} +func indexFromConfigEntryKindName(arg interface{}) ([]byte, error) { + n, ok := arg.(ConfigEntryKindName) + if !ok { + return nil, fmt.Errorf("invalid type for ConfigEntryKindName query: %T", arg) + } -func firstWatchConfigEntryWithTxn( - tx ReadTxn, - kind string, - name string, - _ *structs.EnterpriseMeta, -) (<-chan struct{}, interface{}, error) { - return tx.FirstWatch(tableConfigEntries, "id", kind, name) + var b indexBuilder + b.String(strings.ToLower(n.Kind)) + b.String(strings.ToLower(n.Name)) + return b.Bytes(), nil } func validateConfigEntryEnterprise(_ ReadTxn, _ structs.ConfigEntry) error { @@ -26,11 +28,11 @@ func validateConfigEntryEnterprise(_ ReadTxn, _ structs.ConfigEntry) error { } func getAllConfigEntriesWithTxn(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get(tableConfigEntries, "id") + return tx.Get(tableConfigEntries, indexID) } func getConfigEntryKindsWithTxn(tx ReadTxn, kind string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { - return tx.Get(tableConfigEntries, "kind", kind) + return tx.Get(tableConfigEntries, indexKind, ConfigEntryKindQuery{Kind: kind}) } func configIntentionsConvertToList(iter memdb.ResultIterator, _ *structs.EnterpriseMeta) structs.Intentions { diff --git a/agent/consul/state/config_entry_oss_test.go b/agent/consul/state/config_entry_oss_test.go new file mode 100644 index 0000000000..62245d70c4 --- /dev/null +++ b/agent/consul/state/config_entry_oss_test.go @@ -0,0 +1,35 @@ +// +build !consulent + +package state + +import "github.com/hashicorp/consul/agent/structs" + +func testIndexerTableConfigEntries() map[string]indexerTestCase { + return map[string]indexerTestCase{ + indexID: { + read: indexValue{ + source: ConfigEntryKindName{ + Kind: "Proxy-Defaults", + Name: "NaMe", + }, + expected: []byte("proxy-defaults\x00name\x00"), + }, + write: indexValue{ + source: &structs.ProxyConfigEntry{Name: "NaMe"}, + expected: []byte("proxy-defaults\x00name\x00"), + }, + }, + indexKind: { + read: indexValue{ + source: ConfigEntryKindQuery{ + Kind: "Service-Defaults", + }, + expected: []byte("service-defaults\x00"), + }, + write: indexValue{ + source: &structs.ServiceConfigEntry{}, + expected: []byte("service-defaults\x00"), + }, + }, + } +} diff --git a/agent/consul/state/config_entry_schema.go b/agent/consul/state/config_entry_schema.go index 6e349a6155..5e32c4945a 100644 --- a/agent/consul/state/config_entry_schema.go +++ b/agent/consul/state/config_entry_schema.go @@ -1,6 +1,13 @@ package state -import "github.com/hashicorp/go-memdb" +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-memdb" + + "github.com/hashicorp/consul/agent/structs" +) const ( tableConfigEntries = "config-entries" @@ -20,26 +27,19 @@ func configTableSchema() *memdb.TableSchema { Name: indexID, AllowMissing: false, Unique: true, - Indexer: &memdb.CompoundIndex{ - Indexes: []memdb.Indexer{ - &memdb.StringFieldIndex{ - Field: "Kind", - Lowercase: true, - }, - &memdb.StringFieldIndex{ - Field: "Name", - Lowercase: true, - }, - }, + Indexer: indexerSingleWithPrefix{ + readIndex: indexFromConfigEntryKindName, + writeIndex: indexFromConfigEntry, + prefixIndex: indexFromConfigEntryKindName, }, }, indexKind: { Name: indexKind, AllowMissing: false, Unique: false, - Indexer: &memdb.StringFieldIndex{ - Field: "Kind", - Lowercase: true, + Indexer: indexerSingle{ + readIndex: indexFromConfigEntryKindQuery, + writeIndex: indexKindFromConfigEntry, }, }, indexLink: { @@ -63,3 +63,47 @@ func configTableSchema() *memdb.TableSchema { }, } } + +func indexFromConfigEntry(raw interface{}) ([]byte, error) { + c, ok := raw.(structs.ConfigEntry) + if !ok { + return nil, fmt.Errorf("type must be structs.ConfigEntry: %T", raw) + } + + if c.GetName() == "" || c.GetKind() == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(c.GetKind())) + b.String(strings.ToLower(c.GetName())) + return b.Bytes(), nil +} + +func indexFromConfigEntryKindQuery(raw interface{}) ([]byte, error) { + q, ok := raw.(ConfigEntryKindQuery) + if !ok { + return nil, fmt.Errorf("type must be ConfigEntryKindQuery: %T", raw) + } + + var b indexBuilder + b.String(strings.ToLower(q.Kind)) + return b.Bytes(), nil +} + +// indexKindFromConfigEntry indexes kinds without a namespace for any config +// entries that span all namespaces. +func indexKindFromConfigEntry(raw interface{}) ([]byte, error) { + c, ok := raw.(structs.ConfigEntry) + if !ok { + return nil, fmt.Errorf("type must be structs.ConfigEntry: %T", raw) + } + + if c.GetKind() == "" { + return nil, errMissingValueForIndex + } + + var b indexBuilder + b.String(strings.ToLower(c.GetKind())) + return b.Bytes(), nil +} diff --git a/agent/consul/state/config_entry_test.go b/agent/consul/state/config_entry_test.go index dde14655f5..fa63e51996 100644 --- a/agent/consul/state/config_entry_test.go +++ b/agent/consul/state/config_entry_test.go @@ -962,9 +962,9 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { for _, tc := range []struct { name string entries []structs.ConfigEntry - expectBefore []structs.ConfigEntryKindName - overrides map[structs.ConfigEntryKindName]structs.ConfigEntry - expectAfter []structs.ConfigEntryKindName + expectBefore []ConfigEntryKindName + overrides map[ConfigEntryKindName]structs.ConfigEntry + expectAfter []ConfigEntryKindName expectAfterErr string checkAfter func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) }{ @@ -977,13 +977,13 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { Protocol: "tcp", }, }, - expectBefore: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + expectBefore: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, - overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil): nil, + overrides: map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil): nil, }, - expectAfter: []structs.ConfigEntryKindName{ + expectAfter: []ConfigEntryKindName{ // nothing }, }, @@ -996,18 +996,18 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { Protocol: "tcp", }, }, - expectBefore: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + expectBefore: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, - overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil): &structs.ServiceConfigEntry{ + overrides: map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil): &structs.ServiceConfigEntry{ Kind: structs.ServiceDefaults, Name: "main", Protocol: "grpc", }, }, - expectAfter: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + expectAfter: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, checkAfter: func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) { defaults := entrySet.GetService(structs.NewServiceID("main", nil)) @@ -1029,15 +1029,15 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { Name: "main", }, }, - expectBefore: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), - structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil), + expectBefore: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + NewConfigEntryKindName(structs.ServiceRouter, "main", nil), }, - overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil): nil, + overrides: map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(structs.ServiceRouter, "main", nil): nil, }, - expectAfter: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + expectAfter: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, }, { @@ -1074,13 +1074,13 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, }, - expectBefore: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), - structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), - structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil), + expectBefore: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + NewConfigEntryKindName(structs.ServiceResolver, "main", nil), + NewConfigEntryKindName(structs.ServiceRouter, "main", nil), }, - overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil): &structs.ServiceRouterConfigEntry{ + overrides: map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(structs.ServiceRouter, "main", nil): &structs.ServiceRouterConfigEntry{ Kind: structs.ServiceRouter, Name: "main", Routes: []structs.ServiceRoute{ @@ -1097,10 +1097,10 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, }, - expectAfter: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), - structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), - structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil), + expectAfter: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + NewConfigEntryKindName(structs.ServiceResolver, "main", nil), + NewConfigEntryKindName(structs.ServiceRouter, "main", nil), }, checkAfter: func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) { router := entrySet.GetRouter(structs.NewServiceID("main", nil)) @@ -1137,15 +1137,15 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, }, - expectBefore: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), - structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), + expectBefore: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), }, - overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil): nil, + overrides: map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(structs.ServiceSplitter, "main", nil): nil, }, - expectAfter: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + expectAfter: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, }, { @@ -1164,12 +1164,12 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, }, - expectBefore: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), - structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), + expectBefore: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), }, - overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil): &structs.ServiceSplitterConfigEntry{ + overrides: map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(structs.ServiceSplitter, "main", nil): &structs.ServiceSplitterConfigEntry{ Kind: structs.ServiceSplitter, Name: "main", Splits: []structs.ServiceSplit{ @@ -1178,9 +1178,9 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, }, - expectAfter: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), - structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), + expectAfter: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), }, checkAfter: func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) { splitter := entrySet.GetSplitter(structs.NewServiceID("main", nil)) @@ -1203,13 +1203,13 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { Name: "main", }, }, - expectBefore: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), + expectBefore: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceResolver, "main", nil), }, - overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil): nil, + overrides: map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(structs.ServiceResolver, "main", nil): nil, }, - expectAfter: []structs.ConfigEntryKindName{ + expectAfter: []ConfigEntryKindName{ // nothing }, }, @@ -1221,18 +1221,18 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { Name: "main", }, }, - expectBefore: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), + expectBefore: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceResolver, "main", nil), }, - overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil): &structs.ServiceResolverConfigEntry{ + overrides: map[ConfigEntryKindName]structs.ConfigEntry{ + NewConfigEntryKindName(structs.ServiceResolver, "main", nil): &structs.ServiceResolverConfigEntry{ Kind: structs.ServiceResolver, Name: "main", ConnectTimeout: 33 * time.Second, }, }, - expectAfter: []structs.ConfigEntryKindName{ - structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), + expectAfter: []ConfigEntryKindName{ + NewConfigEntryKindName(structs.ServiceResolver, "main", nil), }, checkAfter: func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) { resolver := entrySet.GetResolver(structs.NewServiceID("main", nil)) @@ -1276,31 +1276,31 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { } } -func entrySetToKindNames(entrySet *structs.DiscoveryChainConfigEntries) []structs.ConfigEntryKindName { - var out []structs.ConfigEntryKindName +func entrySetToKindNames(entrySet *structs.DiscoveryChainConfigEntries) []ConfigEntryKindName { + var out []ConfigEntryKindName for _, entry := range entrySet.Routers { - out = append(out, structs.NewConfigEntryKindName( + out = append(out, NewConfigEntryKindName( entry.Kind, entry.Name, &entry.EnterpriseMeta, )) } for _, entry := range entrySet.Splitters { - out = append(out, structs.NewConfigEntryKindName( + out = append(out, NewConfigEntryKindName( entry.Kind, entry.Name, &entry.EnterpriseMeta, )) } for _, entry := range entrySet.Resolvers { - out = append(out, structs.NewConfigEntryKindName( + out = append(out, NewConfigEntryKindName( entry.Kind, entry.Name, &entry.EnterpriseMeta, )) } for _, entry := range entrySet.Services { - out = append(out, structs.NewConfigEntryKindName( + out = append(out, NewConfigEntryKindName( entry.Kind, entry.Name, &entry.EnterpriseMeta, diff --git a/agent/consul/state/coordinate.go b/agent/consul/state/coordinate.go index 13271021db..0a9c43d09a 100644 --- a/agent/consul/state/coordinate.go +++ b/agent/consul/state/coordinate.go @@ -146,7 +146,7 @@ func (s *Store) CoordinateBatchUpdate(idx uint64, updates structs.Coordinates) e // don't carefully sequence this, and since it will fix itself // on the next coordinate update from that node, we don't return // an error or log anything. - node, err := tx.First("nodes", "id", update.Node) + node, err := tx.First(tableNodes, indexID, Query{Value: update.Node}) if err != nil { return fmt.Errorf("failed node lookup: %s", err) } diff --git a/agent/consul/state/index_connect.go b/agent/consul/state/index_connect.go deleted file mode 100644 index 2cc455ad56..0000000000 --- a/agent/consul/state/index_connect.go +++ /dev/null @@ -1,54 +0,0 @@ -package state - -import ( - "fmt" - "strings" - - "github.com/hashicorp/consul/agent/structs" -) - -// IndexConnectService indexes a *struct.ServiceNode for querying by -// services that support Connect to some target service. This will -// properly index the proxy destination for proxies and the service name -// for native services. -type IndexConnectService struct{} - -func (idx *IndexConnectService) FromObject(obj interface{}) (bool, []byte, error) { - sn, ok := obj.(*structs.ServiceNode) - if !ok { - return false, nil, fmt.Errorf("Object must be ServiceNode, got %T", obj) - } - - var result []byte - switch { - case sn.ServiceKind == structs.ServiceKindConnectProxy: - // For proxies, this service supports Connect for the destination - result = []byte(strings.ToLower(sn.ServiceProxy.DestinationServiceName)) - - case sn.ServiceConnect.Native: - // For native, this service supports Connect directly - result = []byte(strings.ToLower(sn.ServiceName)) - - default: - // Doesn't support Connect at all - return false, nil, nil - } - - // Return the result with the null terminator appended so we can - // differentiate prefix vs. non-prefix matches. - return true, append(result, '\x00'), nil -} - -func (idx *IndexConnectService) FromArgs(args ...interface{}) ([]byte, error) { - if len(args) != 1 { - return nil, fmt.Errorf("must provide only a single argument") - } - - arg, ok := args[0].(string) - if !ok { - return nil, fmt.Errorf("argument must be a string: %#v", args[0]) - } - - // Add the null character as a terminator - return append([]byte(strings.ToLower(arg)), '\x00'), nil -} diff --git a/agent/consul/state/index_connect_test.go b/agent/consul/state/index_connect_test.go index 46371bfdfb..9331318e55 100644 --- a/agent/consul/state/index_connect_test.go +++ b/agent/consul/state/index_connect_test.go @@ -3,120 +3,53 @@ package state import ( "testing" - "github.com/hashicorp/consul/agent/structs" "github.com/stretchr/testify/require" + + "github.com/hashicorp/consul/agent/structs" ) -func TestIndexConnectService_FromObject(t *testing.T) { +func TestConnectNameFromServiceNode(t *testing.T) { cases := []struct { - Name string - Input interface{} - ExpectMatch bool - ExpectVal []byte - ExpectErr string + name string + input structs.ServiceNode + expected string + expectedOk bool }{ { - "not a ServiceNode", - 42, - false, - nil, - "ServiceNode", + name: "typical service, not native", + input: structs.ServiceNode{ServiceName: "db"}, + expectedOk: false, }, { - "typical service, not native", - &structs.ServiceNode{ - ServiceName: "db", - }, - false, - nil, - "", - }, - - { - "typical service, is native", - &structs.ServiceNode{ + name: "typical service, is native", + input: structs.ServiceNode{ ServiceName: "dB", ServiceConnect: structs.ServiceConnect{Native: true}, }, - true, - []byte("db\x00"), - "", + expectedOk: true, + expected: "dB", }, - { - "proxy service", - &structs.ServiceNode{ + name: "proxy service", + input: structs.ServiceNode{ ServiceKind: structs.ServiceKindConnectProxy, ServiceName: "db", ServiceProxy: structs.ConnectProxyConfig{DestinationServiceName: "fOo"}, }, - true, - []byte("foo\x00"), - "", + expectedOk: true, + expected: "fOo", }, } for _, tc := range cases { - t.Run(tc.Name, func(t *testing.T) { - require := require.New(t) - - var idx IndexConnectService - match, val, err := idx.FromObject(tc.Input) - if tc.ExpectErr != "" { - require.Error(err) - require.Contains(err.Error(), tc.ExpectErr) + t.Run(tc.name, func(t *testing.T) { + actual, ok := connectNameFromServiceNode(&tc.input) + if !tc.expectedOk { + require.False(t, ok, "expected no connect name") return } - require.NoError(err) - require.Equal(tc.ExpectMatch, match) - require.Equal(tc.ExpectVal, val) - }) - } -} - -func TestIndexConnectService_FromArgs(t *testing.T) { - cases := []struct { - Name string - Args []interface{} - ExpectVal []byte - ExpectErr string - }{ - { - "multiple arguments", - []interface{}{"foo", "bar"}, - nil, - "single", - }, - - { - "not a string", - []interface{}{42}, - nil, - "must be a string", - }, - - { - "string", - []interface{}{"fOO"}, - []byte("foo\x00"), - "", - }, - } - - for _, tc := range cases { - t.Run(tc.Name, func(t *testing.T) { - require := require.New(t) - - var idx IndexConnectService - val, err := idx.FromArgs(tc.Args...) - if tc.ExpectErr != "" { - require.Error(err) - require.Contains(err.Error(), tc.ExpectErr) - return - } - require.NoError(err) - require.Equal(tc.ExpectVal, val) + require.Equal(t, tc.expected, actual) }) } } diff --git a/agent/consul/state/index_service_kind.go b/agent/consul/state/index_service_kind.go deleted file mode 100644 index 4426aed30a..0000000000 --- a/agent/consul/state/index_service_kind.go +++ /dev/null @@ -1,38 +0,0 @@ -package state - -import ( - "fmt" - "strings" - - "github.com/hashicorp/consul/agent/structs" -) - -// IndexServiceKind indexes a *struct.ServiceNode for querying by -// the services kind. We need a custom indexer because of the default -// kind being the empty string. The StringFieldIndex in memdb seems to -// treate the empty string as missing and doesn't work correctly when we actually -// want to index "" -type IndexServiceKind struct{} - -func (idx *IndexServiceKind) FromObject(obj interface{}) (bool, []byte, error) { - sn, ok := obj.(*structs.ServiceNode) - if !ok { - return false, nil, fmt.Errorf("Object must be ServiceNode, got %T", obj) - } - - return true, append([]byte(strings.ToLower(string(sn.ServiceKind))), '\x00'), nil -} - -func (idx *IndexServiceKind) FromArgs(args ...interface{}) ([]byte, error) { - if len(args) != 1 { - return nil, fmt.Errorf("must provide only a single argument") - } - - arg, ok := args[0].(string) - if !ok { - return nil, fmt.Errorf("argument must be a structs.ServiceKind: %#v", args[0]) - } - - // Add the null character as a terminator - return append([]byte(strings.ToLower(arg)), '\x00'), nil -} diff --git a/agent/consul/state/indexer.go b/agent/consul/state/indexer.go new file mode 100644 index 0000000000..46c4965591 --- /dev/null +++ b/agent/consul/state/indexer.go @@ -0,0 +1,125 @@ +package state + +import ( + "bytes" + "errors" + "fmt" +) + +// indexerSingle implements both memdb.Indexer and memdb.SingleIndexer. It may +// be used in a memdb.IndexSchema to specify functions that generate the index +// value for memdb.Txn operations. +type indexerSingle struct { + // readIndex is used by memdb for Txn.Get, Txn.First, and other operations + // that read data. + readIndex + // writeIndex is used by memdb for Txn.Insert, Txn.Delete, for operations + // that write data to the index. + writeIndex +} + +// indexerMulti implements both memdb.Indexer and memdb.MultiIndexer. It may +// be used in a memdb.IndexSchema to specify functions that generate the index +// value for memdb.Txn operations. +type indexerMulti struct { + // readIndex is used by memdb for Txn.Get, Txn.First, and other operations + // that read data. + readIndex + // writeIndexMulti is used by memdb for Txn.Insert, Txn.Delete, for operations + // that write data to the index. + writeIndexMulti +} + +// indexerSingleWithPrefix is a indexerSingle which also supports prefix queries. +type indexerSingleWithPrefix struct { + readIndex + writeIndex + prefixIndex +} + +// readIndex implements memdb.Indexer. It exists so that a function can be used +// to provide the interface. +// +// Unlike memdb.Indexer, a readIndex function accepts only a single argument. To +// generate an index from multiple values, use a struct type with multiple fields. +type readIndex func(arg interface{}) ([]byte, error) + +func (f readIndex) FromArgs(args ...interface{}) ([]byte, error) { + if len(args) != 1 { + return nil, fmt.Errorf("index supports only a single arg") + } + return f(args[0]) +} + +var errMissingValueForIndex = fmt.Errorf("object is missing a value for this index") + +// writeIndex implements memdb.SingleIndexer. It exists so that a function +// can be used to provide this interface. +// +// Instead of a bool return value, writeIndex expects errMissingValueForIndex to +// indicate that an index could not be build for the object. It will translate +// this error into a false value to satisfy the memdb.SingleIndexer interface. +type writeIndex func(raw interface{}) ([]byte, error) + +func (f writeIndex) FromObject(raw interface{}) (bool, []byte, error) { + v, err := f(raw) + if errors.Is(err, errMissingValueForIndex) { + return false, nil, nil + } + return err == nil, v, err +} + +// writeIndexMulti implements memdb.MultiIndexer. It exists so that a function +// can be used to provide this interface. +// +// Instead of a bool return value, writeIndexMulti expects errMissingValueForIndex to +// indicate that an index could not be build for the object. It will translate +// this error into a false value to satisfy the memdb.MultiIndexer interface. +type writeIndexMulti func(raw interface{}) ([][]byte, error) + +func (f writeIndexMulti) FromObject(raw interface{}) (bool, [][]byte, error) { + v, err := f(raw) + if errors.Is(err, errMissingValueForIndex) { + return false, nil, nil + } + return err == nil, v, err +} + +// prefixIndex implements memdb.PrefixIndexer. It exists so that a function +// can be used to provide this interface. +type prefixIndex func(args interface{}) ([]byte, error) + +func (f prefixIndex) PrefixFromArgs(args ...interface{}) ([]byte, error) { + if len(args) != 1 { + return nil, fmt.Errorf("index supports only a single arg") + } + return f(args[0]) +} + +const null = "\x00" + +// indexBuilder is a buffer used to construct memdb index values. +type indexBuilder bytes.Buffer + +func newIndexBuilder(cap int) *indexBuilder { + buff := make([]byte, 0, cap) + b := bytes.NewBuffer(buff) + return (*indexBuilder)(b) +} + +// String appends the string and a null terminator to the buffer. +func (b *indexBuilder) String(v string) { + (*bytes.Buffer)(b).WriteString(v) + (*bytes.Buffer)(b).WriteString(null) +} + +// Raw appends the bytes without a null terminator to the buffer. Raw should +// only be used when v has a fixed length, or when building the last segment of +// a prefix index. +func (b *indexBuilder) Raw(v []byte) { + (*bytes.Buffer)(b).Write(v) +} + +func (b *indexBuilder) Bytes() []byte { + return (*bytes.Buffer)(b).Bytes() +} diff --git a/agent/consul/state/intention.go b/agent/consul/state/intention.go index 6a62c618ae..5e661a90b6 100644 --- a/agent/consul/state/intention.go +++ b/agent/consul/state/intention.go @@ -3,12 +3,12 @@ package state import ( "errors" "fmt" + "github.com/hashicorp/consul/agent/connect" "sort" "github.com/hashicorp/go-memdb" "github.com/hashicorp/consul/acl" - "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/structs" ) @@ -154,7 +154,7 @@ func (s *Store) LegacyIntentions(ws memdb.WatchSet, entMeta *structs.EnterpriseM tx := s.db.Txn(false) defer tx.Abort() - idx, results, _, err := s.legacyIntentionsListTxn(tx, ws, entMeta) + idx, results, _, err := legacyIntentionsListTxn(tx, ws, entMeta) return idx, results, err } @@ -168,12 +168,12 @@ func (s *Store) Intentions(ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) ( return 0, nil, false, err } if !usingConfigEntries { - return s.legacyIntentionsListTxn(tx, ws, entMeta) + return legacyIntentionsListTxn(tx, ws, entMeta) } - return s.configIntentionsListTxn(tx, ws, entMeta) + return configIntentionsListTxn(tx, ws, entMeta) } -func (s *Store) legacyIntentionsListTxn(tx ReadTxn, ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, bool, error) { +func legacyIntentionsListTxn(tx ReadTxn, ws memdb.WatchSet, entMeta *structs.EnterpriseMeta) (uint64, structs.Intentions, bool, error) { // Get the index idx := maxIndexTxn(tx, tableConnectIntentions) if idx < 1 { @@ -578,13 +578,13 @@ func (s *Store) IntentionGet(ws memdb.WatchSet, id string) (uint64, *structs.Ser return 0, nil, nil, err } if !usingConfigEntries { - idx, ixn, err := s.legacyIntentionGetTxn(tx, ws, id) + idx, ixn, err := legacyIntentionGetTxn(tx, ws, id) return idx, nil, ixn, err } - return s.configIntentionGetTxn(tx, ws, id) + return configIntentionGetTxn(tx, ws, id) } -func (s *Store) legacyIntentionGetTxn(tx ReadTxn, ws memdb.WatchSet, id string) (uint64, *structs.Intention, error) { +func legacyIntentionGetTxn(tx ReadTxn, ws memdb.WatchSet, id string) (uint64, *structs.Intention, error) { // Get the table index. idx := maxIndexTxn(tx, tableConnectIntentions) if idx < 1 { @@ -732,35 +732,19 @@ func (s *Store) LegacyIntentionDeleteAll(idx uint64) error { return tx.Commit() } -// IntentionDecision returns whether a connection should be allowed from a source URI to some destination -// It returns true or false for the enforcement, and also a boolean for whether +// IntentionDecision returns whether a connection should be allowed to a source or destination given a set of intentions. +// +// allowPermissions determines whether the presence of L7 permissions leads to a DENY decision. +// This should be false when evaluating a connection between a source and destination, but not the request that will be sent. func (s *Store) IntentionDecision( - srcURI connect.CertURI, dstName, dstNS string, defaultDecision acl.EnforcementDecision, + target, targetNS string, intentions structs.Intentions, matchType structs.IntentionMatchType, + defaultDecision acl.EnforcementDecision, allowPermissions bool, ) (structs.IntentionDecisionSummary, error) { - _, matches, err := s.IntentionMatch(nil, &structs.IntentionQueryMatch{ - Type: structs.IntentionMatchDestination, - Entries: []structs.IntentionMatchEntry{ - { - Namespace: dstNS, - Name: dstName, - }, - }, - }) - if err != nil { - return structs.IntentionDecisionSummary{}, err - } - if len(matches) != 1 { - // This should never happen since the documented behavior of the - // Match call is that it'll always return exactly the number of results - // as entries passed in. But we guard against misbehavior. - return structs.IntentionDecisionSummary{}, errors.New("internal error loading matches") - } - // Figure out which source matches this request. var ixnMatch *structs.Intention - for _, ixn := range matches[0] { - if _, ok := srcURI.Authorize(ixn); ok { + for _, ixn := range intentions { + if _, ok := connect.AuthorizeIntentionTarget(target, targetNS, ixn, matchType); ok { ixnMatch = ixn break } @@ -776,9 +760,9 @@ func (s *Store) IntentionDecision( // Intention found, combine action + permissions resp.Allowed = ixnMatch.Action == structs.IntentionActionAllow if len(ixnMatch.Permissions) > 0 { - // If there are L7 permissions, DENY. - // We are only evaluating source and destination, not the request that will be sent. - resp.Allowed = false + // If any permissions are present, fall back to allowPermissions. + // We are not evaluating requests so we cannot know whether the L7 permission requirements will be met. + resp.Allowed = allowPermissions resp.HasPermissions = true } resp.ExternalSource = ixnMatch.Meta[structs.MetaExternalSource] @@ -853,6 +837,16 @@ func (s *Store) IntentionMatchOne( tx := s.db.Txn(false) defer tx.Abort() + return compatIntentionMatchOneTxn(tx, ws, entry, matchType) +} + +func compatIntentionMatchOneTxn( + tx ReadTxn, + ws memdb.WatchSet, + entry structs.IntentionMatchEntry, + matchType structs.IntentionMatchType, +) (uint64, structs.Intentions, error) { + usingConfigEntries, err := areIntentionsInConfigEntries(tx, ws) if err != nil { return 0, nil, err @@ -936,3 +930,91 @@ func intentionMatchGetParams(entry structs.IntentionMatchEntry) ([][]interface{} result = append(result, []interface{}{entry.Namespace, entry.Name}) return result, nil } + +// IntentionTopology returns the upstreams or downstreams of a service. Upstreams and downstreams are inferred from +// intentions. If intentions allow a connection from the target to some candidate service, the candidate service is considered +// an upstream of the target. +func (s *Store) IntentionTopology(ws memdb.WatchSet, + target structs.ServiceName, downstreams bool, defaultDecision acl.EnforcementDecision) (uint64, structs.ServiceList, error) { + tx := s.db.ReadTxn() + defer tx.Abort() + + var maxIdx uint64 + + // If querying the upstreams for a service, we first query intentions that apply to the target service as a source. + // That way we can check whether intentions from the source allow connections to upstream candidates. + // The reverse is true for downstreams. + intentionMatchType := structs.IntentionMatchSource + if downstreams { + intentionMatchType = structs.IntentionMatchDestination + } + entry := structs.IntentionMatchEntry{ + Namespace: target.NamespaceOrDefault(), + Name: target.Name, + } + index, intentions, err := compatIntentionMatchOneTxn(tx, ws, entry, intentionMatchType) + if err != nil { + return 0, nil, fmt.Errorf("failed to query intentions for %s", target.String()) + } + if index > maxIdx { + maxIdx = index + } + + // Check for a wildcard intention (* -> *) since it overrides the default decision from ACLs + if len(intentions) > 0 { + // Intentions with wildcard source and destination have the lowest precedence, so they are last in the list + ixn := intentions[len(intentions)-1] + + if ixn.HasWildcardSource() && ixn.HasWildcardDestination() { + defaultDecision = acl.Allow + if ixn.Action == structs.IntentionActionDeny { + defaultDecision = acl.Deny + } + } + } + + index, allServices, err := serviceListTxn(tx, ws, func(svc *structs.ServiceNode) bool { + // Only include ingress gateways as downstreams, since they cannot receive service mesh traffic + // TODO(freddy): One remaining issue is that this includes non-Connect services (typical services without a proxy) + // Ideally those should be excluded as well, since they can't be upstreams/downstreams without a proxy. + // Maybe start tracking services represented by proxies? (both sidecar and ingress) + if svc.ServiceKind == structs.ServiceKindTypical || (svc.ServiceKind == structs.ServiceKindIngressGateway && downstreams) { + return true + } + return false + }, structs.WildcardEnterpriseMeta()) + if err != nil { + return index, nil, fmt.Errorf("failed to fetch catalog service list: %v", err) + } + if index > maxIdx { + maxIdx = index + } + + // When checking authorization to upstreams, the match type for the decision is `destination` because we are deciding + // if upstream candidates are covered by intentions that have the target service as a source. + // The reverse is true for downstreams. + decisionMatchType := structs.IntentionMatchDestination + if downstreams { + decisionMatchType = structs.IntentionMatchSource + } + result := make(structs.ServiceList, 0, len(allServices)) + for _, candidate := range allServices { + if candidate.Name == structs.ConsulServiceName { + continue + } + decision, err := s.IntentionDecision(candidate.Name, candidate.NamespaceOrDefault(), intentions, decisionMatchType, defaultDecision, true) + if err != nil { + src, dst := target, candidate + if downstreams { + src, dst = candidate, target + } + return 0, nil, fmt.Errorf("failed to get intention decision from (%s) to (%s): %v", + src.String(), dst.String(), err) + } + if !decision.Allowed || target.Matches(candidate) { + continue + } + result = append(result, candidate) + } + return maxIdx, result, err +} diff --git a/agent/consul/state/intention_test.go b/agent/consul/state/intention_test.go index 7da6c9a178..39d564b097 100644 --- a/agent/consul/state/intention_test.go +++ b/agent/consul/state/intention_test.go @@ -1,6 +1,7 @@ package state import ( + "sort" "testing" "time" @@ -9,7 +10,6 @@ import ( "github.com/stretchr/testify/require" "github.com/hashicorp/consul/acl" - "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/sdk/testutil" ) @@ -1760,16 +1760,19 @@ func TestStore_IntentionDecision(t *testing.T) { } tt := []struct { - name string - src string - dst string - defaultDecision acl.EnforcementDecision - expect structs.IntentionDecisionSummary + name string + src string + dst string + matchType structs.IntentionMatchType + defaultDecision acl.EnforcementDecision + allowPermissions bool + expect structs.IntentionDecisionSummary }{ { name: "no matching intention and default deny", src: "does-not-exist", dst: "ditto", + matchType: structs.IntentionMatchDestination, defaultDecision: acl.Deny, expect: structs.IntentionDecisionSummary{Allowed: false}, }, @@ -1777,13 +1780,15 @@ func TestStore_IntentionDecision(t *testing.T) { name: "no matching intention and default allow", src: "does-not-exist", dst: "ditto", + matchType: structs.IntentionMatchDestination, defaultDecision: acl.Allow, expect: structs.IntentionDecisionSummary{Allowed: true}, }, { - name: "denied with permissions", - src: "web", - dst: "redis", + name: "denied with permissions", + src: "web", + dst: "redis", + matchType: structs.IntentionMatchDestination, expect: structs.IntentionDecisionSummary{ Allowed: false, HasPermissions: true, @@ -1791,9 +1796,22 @@ func TestStore_IntentionDecision(t *testing.T) { }, }, { - name: "denied without permissions", - src: "api", - dst: "redis", + name: "allowed with permissions", + src: "web", + dst: "redis", + allowPermissions: true, + matchType: structs.IntentionMatchDestination, + expect: structs.IntentionDecisionSummary{ + Allowed: true, + HasPermissions: true, + HasExact: true, + }, + }, + { + name: "denied without permissions", + src: "api", + dst: "redis", + matchType: structs.IntentionMatchDestination, expect: structs.IntentionDecisionSummary{ Allowed: false, HasPermissions: false, @@ -1801,9 +1819,10 @@ func TestStore_IntentionDecision(t *testing.T) { }, }, { - name: "allowed from external source", - src: "api", - dst: "web", + name: "allowed from external source", + src: "api", + dst: "web", + matchType: structs.IntentionMatchDestination, expect: structs.IntentionDecisionSummary{ Allowed: true, HasPermissions: false, @@ -1812,9 +1831,21 @@ func TestStore_IntentionDecision(t *testing.T) { }, }, { - name: "allowed by source wildcard not exact", - src: "anything", - dst: "mysql", + name: "allowed by source wildcard not exact", + src: "anything", + dst: "mysql", + matchType: structs.IntentionMatchDestination, + expect: structs.IntentionDecisionSummary{ + Allowed: true, + HasPermissions: false, + HasExact: false, + }, + }, + { + name: "allowed by matching on source", + src: "web", + dst: "api", + matchType: structs.IntentionMatchSource, expect: structs.IntentionDecisionSummary{ Allowed: true, HasPermissions: false, @@ -1824,11 +1855,15 @@ func TestStore_IntentionDecision(t *testing.T) { } for _, tc := range tt { t.Run(tc.name, func(t *testing.T) { - uri := connect.SpiffeIDService{ - Service: tc.src, + entry := structs.IntentionMatchEntry{ Namespace: structs.IntentionDefaultNamespace, + Name: tc.src, } - decision, err := s.IntentionDecision(&uri, tc.dst, structs.IntentionDefaultNamespace, tc.defaultDecision) + _, intentions, err := s.IntentionMatchOne(nil, entry, structs.IntentionMatchSource) + if err != nil { + require.NoError(t, err) + } + decision, err := s.IntentionDecision(tc.dst, structs.IntentionDefaultNamespace, intentions, tc.matchType, tc.defaultDecision, tc.allowPermissions) require.NoError(t, err) require.Equal(t, tc.expect, decision) }) @@ -1847,3 +1882,379 @@ func testConfigStateStore(t *testing.T) *Store { disableLegacyIntentions(s) return s } + +func TestStore_IntentionTopology(t *testing.T) { + node := structs.Node{ + Node: "foo", + Address: "127.0.0.1", + } + services := []structs.NodeService{ + { + ID: structs.ConsulServiceID, + Service: structs.ConsulServiceName, + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + ID: "api-1", + Service: "api", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + ID: "mysql-1", + Service: "mysql", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + ID: "web-1", + Service: "web", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Kind: structs.ServiceKindConnectProxy, + ID: "web-proxy-1", + Service: "web-proxy", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Kind: structs.ServiceKindTerminatingGateway, + ID: "terminating-gateway-1", + Service: "terminating-gateway", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Kind: structs.ServiceKindIngressGateway, + ID: "ingress-gateway-1", + Service: "ingress-gateway", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Kind: structs.ServiceKindMeshGateway, + ID: "mesh-gateway-1", + Service: "mesh-gateway", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + } + + type expect struct { + idx uint64 + services structs.ServiceList + } + tests := []struct { + name string + defaultDecision acl.EnforcementDecision + intentions []structs.ServiceIntentionsConfigEntry + target structs.ServiceName + downstreams bool + expect expect + }{ + { + name: "(upstream) acl allow all but intentions deny one", + defaultDecision: acl.Allow, + intentions: []structs.ServiceIntentionsConfigEntry{ + { + Kind: structs.ServiceIntentions, + Name: "api", + Sources: []*structs.SourceIntention{ + { + Name: "web", + Action: structs.IntentionActionDeny, + }, + }, + }, + }, + target: structs.NewServiceName("web", nil), + downstreams: false, + expect: expect{ + idx: 10, + services: structs.ServiceList{ + { + Name: "mysql", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + }, + }, + { + name: "(upstream) acl deny all intentions allow one", + defaultDecision: acl.Deny, + intentions: []structs.ServiceIntentionsConfigEntry{ + { + Kind: structs.ServiceIntentions, + Name: "api", + Sources: []*structs.SourceIntention{ + { + Name: "web", + Action: structs.IntentionActionAllow, + }, + }, + }, + }, + target: structs.NewServiceName("web", nil), + downstreams: false, + expect: expect{ + idx: 10, + services: structs.ServiceList{ + { + Name: "api", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + }, + }, + { + name: "(downstream) acl allow all but intentions deny one", + defaultDecision: acl.Allow, + intentions: []structs.ServiceIntentionsConfigEntry{ + { + Kind: structs.ServiceIntentions, + Name: "api", + Sources: []*structs.SourceIntention{ + { + Name: "web", + Action: structs.IntentionActionDeny, + }, + }, + }, + }, + target: structs.NewServiceName("api", nil), + downstreams: true, + expect: expect{ + idx: 10, + services: structs.ServiceList{ + { + Name: "ingress-gateway", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "mysql", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + }, + }, + { + name: "(downstream) acl deny all intentions allow one", + defaultDecision: acl.Deny, + intentions: []structs.ServiceIntentionsConfigEntry{ + { + Kind: structs.ServiceIntentions, + Name: "api", + Sources: []*structs.SourceIntention{ + { + Name: "web", + Action: structs.IntentionActionAllow, + }, + }, + }, + }, + target: structs.NewServiceName("api", nil), + downstreams: true, + expect: expect{ + idx: 10, + services: structs.ServiceList{ + { + Name: "web", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + }, + }, + { + name: "acl deny but intention allow all overrides it", + defaultDecision: acl.Deny, + intentions: []structs.ServiceIntentionsConfigEntry{ + { + Kind: structs.ServiceIntentions, + Name: "*", + Sources: []*structs.SourceIntention{ + { + Name: "*", + Action: structs.IntentionActionAllow, + }, + }, + }, + }, + target: structs.NewServiceName("web", nil), + downstreams: false, + expect: expect{ + idx: 10, + services: structs.ServiceList{ + { + Name: "api", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "mysql", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + }, + }, + { + name: "acl allow but intention deny all overrides it", + defaultDecision: acl.Allow, + intentions: []structs.ServiceIntentionsConfigEntry{ + { + Kind: structs.ServiceIntentions, + Name: "*", + Sources: []*structs.SourceIntention{ + { + Name: "*", + Action: structs.IntentionActionDeny, + }, + }, + }, + }, + target: structs.NewServiceName("web", nil), + downstreams: false, + expect: expect{ + idx: 10, + services: structs.ServiceList{}, + }, + }, + { + name: "acl deny but intention allow all overrides it", + defaultDecision: acl.Deny, + intentions: []structs.ServiceIntentionsConfigEntry{ + { + Kind: structs.ServiceIntentions, + Name: "*", + Sources: []*structs.SourceIntention{ + { + Name: "*", + Action: structs.IntentionActionAllow, + }, + }, + }, + }, + target: structs.NewServiceName("web", nil), + downstreams: false, + expect: expect{ + idx: 10, + services: structs.ServiceList{ + { + Name: "api", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + { + Name: "mysql", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + }, + }, + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + s := testConfigStateStore(t) + + var idx uint64 = 1 + require.NoError(t, s.EnsureNode(idx, &node)) + idx++ + + for _, svc := range services { + require.NoError(t, s.EnsureService(idx, "foo", &svc)) + idx++ + } + for _, ixn := range tt.intentions { + require.NoError(t, s.EnsureConfigEntry(idx, &ixn)) + idx++ + } + + idx, got, err := s.IntentionTopology(nil, tt.target, tt.downstreams, tt.defaultDecision) + require.NoError(t, err) + require.Equal(t, tt.expect.idx, idx) + + // ServiceList is from a map, so it is not deterministically sorted + sort.Slice(got, func(i, j int) bool { + return got[i].String() < got[j].String() + }) + require.Equal(t, tt.expect.services, got) + }) + } +} + +func TestStore_IntentionTopology_Watches(t *testing.T) { + s := testConfigStateStore(t) + + var i uint64 = 1 + require.NoError(t, s.EnsureNode(i, &structs.Node{ + Node: "foo", + Address: "127.0.0.1", + })) + i++ + + target := structs.NewServiceName("web", structs.DefaultEnterpriseMeta()) + + ws := memdb.NewWatchSet() + index, got, err := s.IntentionTopology(ws, target, false, acl.Deny) + require.NoError(t, err) + require.Equal(t, uint64(0), index) + require.Empty(t, got) + + // Watch should fire after adding a relevant config entry + require.NoError(t, s.EnsureConfigEntry(i, &structs.ServiceIntentionsConfigEntry{ + Kind: structs.ServiceIntentions, + Name: "api", + Sources: []*structs.SourceIntention{ + { + Name: "web", + Action: structs.IntentionActionAllow, + }, + }, + })) + i++ + + require.True(t, watchFired(ws)) + + // Reset the WatchSet + ws = memdb.NewWatchSet() + index, got, err = s.IntentionTopology(ws, target, false, acl.Deny) + require.NoError(t, err) + require.Equal(t, uint64(2), index) + require.Empty(t, got) + + // Watch should not fire after unrelated intention changes + require.NoError(t, s.EnsureConfigEntry(i, &structs.ServiceIntentionsConfigEntry{ + Kind: structs.ServiceIntentions, + Name: "another service", + Sources: []*structs.SourceIntention{ + { + Name: "any other service", + Action: structs.IntentionActionAllow, + }, + }, + })) + i++ + + // TODO(freddy) Why is this firing? + // require.False(t, watchFired(ws)) + + // Result should not have changed + index, got, err = s.IntentionTopology(ws, target, false, acl.Deny) + require.NoError(t, err) + require.Equal(t, uint64(3), index) + require.Empty(t, got) + + // Watch should fire after service list changes + require.NoError(t, s.EnsureService(i, "foo", &structs.NodeService{ + ID: "api-1", + Service: "api", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + })) + + require.True(t, watchFired(ws)) + + // Reset the WatchSet + index, got, err = s.IntentionTopology(nil, target, false, acl.Deny) + require.NoError(t, err) + require.Equal(t, uint64(4), index) + + expect := structs.ServiceList{ + { + Name: "api", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + } + require.Equal(t, expect, got) +} diff --git a/agent/consul/state/memdb.go b/agent/consul/state/memdb.go index 99c0f36bca..871e49581f 100644 --- a/agent/consul/state/memdb.go +++ b/agent/consul/state/memdb.go @@ -202,9 +202,7 @@ func processDBChanges(tx ReadTxn, changes Changes) ([]stream.Event, error) { func newSnapshotHandlers(db ReadDB) stream.SnapshotHandlers { return stream.SnapshotHandlers{ - topicServiceHealth: serviceHealthSnapshot(db, topicServiceHealth), - // The connect topic is temporarily disabled until the correct events are - // created for terminating gateway changes. - //topicServiceHealthConnect: serviceHealthSnapshot(db, topicServiceHealthConnect), + topicServiceHealth: serviceHealthSnapshot(db, topicServiceHealth), + topicServiceHealthConnect: serviceHealthSnapshot(db, topicServiceHealthConnect), } } diff --git a/agent/consul/state/operations_oss.go b/agent/consul/state/operations_oss.go index 30deb70683..a3a8f396d4 100644 --- a/agent/consul/state/operations_oss.go +++ b/agent/consul/state/operations_oss.go @@ -3,8 +3,9 @@ package state import ( - "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/go-memdb" + + "github.com/hashicorp/consul/agent/structs" ) func firstWithTxn(tx ReadTxn, @@ -19,11 +20,6 @@ func firstWatchWithTxn(tx ReadTxn, return tx.FirstWatch(table, index, idxVal) } -func firstWatchCompoundWithTxn(tx ReadTxn, - table, index string, _ *structs.EnterpriseMeta, idxVals ...interface{}) (<-chan struct{}, interface{}, error) { - return tx.FirstWatch(table, index, idxVals...) -} - func getWithTxn(tx ReadTxn, table, index, idxVal string, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { diff --git a/agent/consul/state/query.go b/agent/consul/state/query.go new file mode 100644 index 0000000000..81f95121d8 --- /dev/null +++ b/agent/consul/state/query.go @@ -0,0 +1,68 @@ +package state + +import ( + "encoding/hex" + "fmt" + "strings" + + "github.com/hashicorp/consul/agent/structs" +) + +// Query is a type used to query any single value index that may include an +// enterprise identifier. +type Query struct { + Value string + structs.EnterpriseMeta +} + +// NamespaceOrDefault exists because structs.EnterpriseMeta uses a pointer +// receiver for this method. Remove once that is fixed. +func (q Query) NamespaceOrDefault() string { + return q.EnterpriseMeta.NamespaceOrDefault() +} + +// indexFromQuery builds an index key where Query.Value is lowercase, and is +// a required value. +func indexFromQuery(arg interface{}) ([]byte, error) { + q, ok := arg.(Query) + if !ok { + return nil, fmt.Errorf("unexpected type %T for Query index", arg) + } + + var b indexBuilder + b.String(strings.ToLower(q.Value)) + return b.Bytes(), nil +} + +// uuidStringToBytes is a modified version of memdb.UUIDFieldIndex.parseString +func uuidStringToBytes(uuid string) ([]byte, error) { + l := len(uuid) + if l != 36 { + return nil, fmt.Errorf("UUID must be 36 characters") + } + + hyphens := strings.Count(uuid, "-") + if hyphens > 4 { + return nil, fmt.Errorf(`UUID should have maximum of 4 "-"; got %d`, hyphens) + } + + // The sanitized length is the length of the original string without the "-". + sanitized := strings.Replace(uuid, "-", "", -1) + sanitizedLength := len(sanitized) + if sanitizedLength%2 != 0 { + return nil, fmt.Errorf("UUID (without hyphens) must be even length") + } + + dec, err := hex.DecodeString(sanitized) + if err != nil { + return nil, fmt.Errorf("invalid UUID: %w", err) + } + return dec, nil +} + +// BoolQuery is a type used to query a boolean condition that may include an +// enterprise identifier. +type BoolQuery struct { + Value bool + structs.EnterpriseMeta +} diff --git a/agent/consul/state/query_oss.go b/agent/consul/state/query_oss.go new file mode 100644 index 0000000000..66f9e37ec0 --- /dev/null +++ b/agent/consul/state/query_oss.go @@ -0,0 +1,25 @@ +// +build !consulent + +package state + +import ( + "fmt" + "strings" + + "github.com/hashicorp/consul/agent/structs" +) + +func prefixIndexFromQuery(arg interface{}) ([]byte, error) { + var b indexBuilder + switch v := arg.(type) { + case *structs.EnterpriseMeta: + return nil, nil + case structs.EnterpriseMeta: + return nil, nil + case Query: + b.String(strings.ToLower(v.Value)) + return b.Bytes(), nil + } + + return nil, fmt.Errorf("unexpected type %T for Query prefix index", arg) +} diff --git a/agent/consul/state/schema_oss_test.go b/agent/consul/state/schema_oss_test.go index 120d49603e..69129472b4 100644 --- a/agent/consul/state/schema_oss_test.go +++ b/agent/consul/state/schema_oss_test.go @@ -2,4 +2,5 @@ package state -var stateStoreSchemaExpected = "TestStateStoreSchema.golden" +func addEnterpriseIndexerTestCases(testcases map[string]func() map[string]indexerTestCase) { +} diff --git a/agent/consul/state/schema_test.go b/agent/consul/state/schema_test.go index 8fff28c05e..9df55f09c2 100644 --- a/agent/consul/state/schema_test.go +++ b/agent/consul/state/schema_test.go @@ -1,100 +1,95 @@ package state import ( - "bytes" - "fmt" - "reflect" - "runtime" - "sort" "testing" "github.com/hashicorp/go-memdb" "github.com/stretchr/testify/require" - - "github.com/hashicorp/consul/internal/testing/golden" ) -func TestStateStoreSchema(t *testing.T) { +type indexerTestCase struct { + read indexValue + write indexValue + prefix []indexValue + writeMulti indexValueMulti +} + +type indexValue struct { + source interface{} + expected []byte +} + +type indexValueMulti struct { + source interface{} + expected [][]byte +} + +func TestNewDBSchema_Indexers(t *testing.T) { schema := newDBSchema() require.NoError(t, schema.Validate()) - _, err := memdb.NewMemDB(schema) - require.NoError(t, err) - - actual, err := repr(schema) - require.NoError(t, err) - - expected := golden.Get(t, actual, stateStoreSchemaExpected) - require.Equal(t, expected, actual) -} - -func repr(schema *memdb.DBSchema) (string, error) { - tables := make([]string, 0, len(schema.Tables)) - for name := range schema.Tables { - tables = append(tables, name) + var testcases = map[string]func() map[string]indexerTestCase{ + tableACLPolicies: testIndexerTableACLPolicies, + tableACLRoles: testIndexerTableACLRoles, + tableChecks: testIndexerTableChecks, + tableServices: testIndexerTableServices, + tableNodes: testIndexerTableNodes, + tableConfigEntries: testIndexerTableConfigEntries, + tableMeshTopology: testIndexerTableMeshTopology, + tableGatewayServices: testIndexerTableGatewayServices, } - sort.Strings(tables) + addEnterpriseIndexerTestCases(testcases) - buf := new(bytes.Buffer) - for _, name := range tables { - fmt.Fprintf(buf, "table=%v\n", name) - - indexes := indexNames(schema.Tables[name]) - for _, i := range indexes { - index := schema.Tables[name].Indexes[i] - fmt.Fprintf(buf, " index=%v", i) - if index.Unique { - buf.WriteString(" unique") - } - if index.AllowMissing { - buf.WriteString(" allow-missing") - } - buf.WriteString("\n") - buf.WriteString(" indexer=") - formatIndexer(buf, index.Indexer) - buf.WriteString("\n") + for _, table := range schema.Tables { + if testcases[table.Name] == nil { + continue } - buf.WriteString("\n") - } + t.Run(table.Name, func(t *testing.T) { + tableTCs := testcases[table.Name]() - return buf.String(), nil -} + for _, index := range table.Indexes { + t.Run(index.Name, func(t *testing.T) { + indexer := index.Indexer + tc, ok := tableTCs[index.Name] + if !ok { + t.Skip("TODO: missing test case") + } -func formatIndexer(buf *bytes.Buffer, indexer memdb.Indexer) { - v := reflect.Indirect(reflect.ValueOf(indexer)) - typ := v.Type() - buf.WriteString(typ.PkgPath() + "." + typ.Name()) - for i := 0; i < typ.NumField(); i++ { - fmt.Fprintf(buf, " %v=", typ.Field(i).Name) + args := []interface{}{tc.read.source} + if s, ok := tc.read.source.([]interface{}); ok { + // Indexes using memdb.CompoundIndex must be expanded to multiple args + args = s + } - field := v.Field(i) - switch typ.Field(i).Type.Kind() { - case reflect.Slice: - buf.WriteString("[") - for j := 0; j < field.Len(); j++ { - if j != 0 { - buf.WriteString(", ") - } - // TODO: handle other types of slices - formatIndexer(buf, v.Field(i).Index(j).Interface().(memdb.Indexer)) + actual, err := indexer.FromArgs(args...) + require.NoError(t, err) + require.Equal(t, tc.read.expected, actual) + + if i, ok := indexer.(memdb.SingleIndexer); ok { + valid, actual, err := i.FromObject(tc.write.source) + require.NoError(t, err) + require.True(t, valid) + require.Equal(t, tc.write.expected, actual) + } + + if i, ok := indexer.(memdb.PrefixIndexer); ok { + for _, c := range tc.prefix { + t.Run("", func(t *testing.T) { + actual, err := i.PrefixFromArgs(c.source) + require.NoError(t, err) + require.Equal(t, c.expected, actual) + }) + } + } + + if i, ok := indexer.(memdb.MultiIndexer); ok { + valid, actual, err := i.FromObject(tc.writeMulti.source) + require.NoError(t, err) + require.True(t, valid) + require.Equal(t, tc.writeMulti.expected, actual) + } + }) } - buf.WriteString("]") - case reflect.Func: - // Functions are printed as pointer addresses, which change frequently. - // Instead use the name. - buf.WriteString(runtime.FuncForPC(field.Pointer()).Name()) - default: - fmt.Fprintf(buf, "%v", field) - } + }) } } - -func indexNames(table *memdb.TableSchema) []string { - indexes := make([]string, 0, len(table.Indexes)) - for name := range table.Indexes { - indexes = append(indexes, name) - } - - sort.Strings(indexes) - return indexes -} diff --git a/agent/consul/state/session.go b/agent/consul/state/session.go index dd6815ae67..405d2f3b6b 100644 --- a/agent/consul/state/session.go +++ b/agent/consul/state/session.go @@ -195,7 +195,7 @@ func sessionCreateTxn(tx *txn, idx uint64, sess *structs.Session) error { sess.ModifyIndex = idx // Check that the node exists - node, err := tx.First("nodes", "id", sess.Node) + node, err := tx.First(tableNodes, indexID, Query{Value: sess.Node}) if err != nil { return fmt.Errorf("failed node lookup: %s", err) } diff --git a/agent/consul/state/session_oss.go b/agent/consul/state/session_oss.go index b76deb5009..483ff840d6 100644 --- a/agent/consul/state/session_oss.go +++ b/agent/consul/state/session_oss.go @@ -5,9 +5,10 @@ package state import ( "fmt" + "github.com/hashicorp/go-memdb" + "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" - "github.com/hashicorp/go-memdb" ) func sessionIndexer() *memdb.UUIDFieldIndex { @@ -107,7 +108,7 @@ func sessionMaxIndex(tx ReadTxn, entMeta *structs.EnterpriseMeta) uint64 { func validateSessionChecksTxn(tx *txn, session *structs.Session) error { // Go over the session checks and ensure they exist. for _, checkID := range session.CheckIDs() { - check, err := tx.First("checks", "id", session.Node, string(checkID)) + check, err := tx.First(tableChecks, indexID, NodeCheckQuery{Node: session.Node, CheckID: string(checkID)}) if err != nil { return fmt.Errorf("failed check lookup: %s", err) } diff --git a/agent/consul/state/state_store_test.go b/agent/consul/state/state_store_test.go index 81fe18f49a..bcc9ad5933 100644 --- a/agent/consul/state/state_store_test.go +++ b/agent/consul/state/state_store_test.go @@ -75,7 +75,7 @@ func testRegisterNodeWithMeta(t *testing.T, s *Store, idx uint64, nodeID string, tx := s.db.Txn(false) defer tx.Abort() - n, err := tx.First("nodes", "id", nodeID) + n, err := tx.First(tableNodes, indexID, Query{Value: nodeID}) if err != nil { t.Fatalf("err: %s", err) } @@ -105,7 +105,7 @@ func testRegisterServiceWithChange(t *testing.T, s *Store, idx uint64, nodeID, s tx := s.db.Txn(false) defer tx.Abort() - _, service, err := firstWatchCompoundWithTxn(tx, "services", "id", nil, nodeID, serviceID) + service, err := tx.First(tableServices, indexID, NodeServiceQuery{Node: nodeID, Service: serviceID}) if err != nil { t.Fatalf("err: %s", err) } @@ -138,7 +138,7 @@ func testRegisterIngressService(t *testing.T, s *Store, idx uint64, nodeID, serv tx := s.db.Txn(false) defer tx.Abort() - _, service, err := firstWatchCompoundWithTxn(tx, "services", "id", nil, nodeID, serviceID) + service, err := tx.First(tableServices, indexID, NodeServiceQuery{Node: nodeID, Service: serviceID}) if err != nil { t.Fatalf("err: %s", err) } @@ -163,7 +163,7 @@ func testRegisterCheck(t *testing.T, s *Store, idx uint64, tx := s.db.Txn(false) defer tx.Abort() - _, c, err := firstWatchCompoundWithTxn(tx, "checks", "id", nil, nodeID, string(checkID)) + c, err := tx.First(tableChecks, indexID, NodeCheckQuery{Node: nodeID, CheckID: string(checkID)}) if err != nil { t.Fatalf("err: %s", err) } @@ -283,7 +283,7 @@ func TestStateStore_maxIndex(t *testing.T) { testRegisterNode(t, s, 1, "bar") testRegisterService(t, s, 2, "foo", "consul") - if max := s.maxIndex("nodes", "services"); max != 2 { + if max := s.maxIndex("nodes", tableServices); max != 2 { t.Fatalf("bad max: %d", max) } } diff --git a/agent/consul/state/testdata/TestStateStoreSchema.golden b/agent/consul/state/testdata/TestStateStoreSchema.golden deleted file mode 100644 index 2b817d0290..0000000000 --- a/agent/consul/state/testdata/TestStateStoreSchema.golden +++ /dev/null @@ -1,188 +0,0 @@ -table=acl-auth-methods - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Name Lowercase=true - -table=acl-binding-rules - index=authmethod - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=AuthMethod Lowercase=true - index=id unique - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=ID - -table=acl-policies - index=id unique - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=ID - index=name unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Name Lowercase=true - -table=acl-roles - index=id unique - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=ID - index=name unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Name Lowercase=true - index=policies allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.RolePoliciesIndex - -table=acl-tokens - index=accessor unique allow-missing - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=AccessorID - index=authmethod allow-missing - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=AuthMethod Lowercase=false - index=expires-global allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.TokenExpirationIndex LocalFilter=false - index=expires-local allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.TokenExpirationIndex LocalFilter=true - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=SecretID Lowercase=false - index=local - indexer=github.com/hashicorp/go-memdb.ConditionalIndex Conditional=github.com/hashicorp/consul/agent/consul/state.tokensTableSchema.func1 - index=needs-upgrade - indexer=github.com/hashicorp/go-memdb.ConditionalIndex Conditional=github.com/hashicorp/consul/agent/consul/state.tokensTableSchema.func2 - index=policies allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.TokenPoliciesIndex - index=roles allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.TokenRolesIndex - -table=autopilot-config - index=id unique allow-missing - indexer=github.com/hashicorp/go-memdb.ConditionalIndex Conditional=github.com/hashicorp/consul/agent/consul/state.autopilotConfigTableSchema.func1 - -table=checks - index=id unique - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=CheckID Lowercase=true] AllowMissing=false - index=node allow-missing - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true - index=node_service allow-missing - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=ServiceID Lowercase=true] AllowMissing=false - index=node_service_check allow-missing - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true, github.com/hashicorp/go-memdb.FieldSetIndex Field=ServiceID] AllowMissing=false - index=service allow-missing - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=ServiceName Lowercase=true - index=status - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Status Lowercase=false - -table=config-entries - index=id unique - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=Kind Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=Name Lowercase=true] AllowMissing=false - index=intention-legacy-id unique allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.ServiceIntentionLegacyIDIndex uuidFieldIndex={} - index=intention-source allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.ServiceIntentionSourceIndex - index=kind - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Kind Lowercase=true - index=link allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.ConfigEntryLinkIndex - -table=connect-ca-builtin - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=ID Lowercase=false - -table=connect-ca-config - index=id unique allow-missing - indexer=github.com/hashicorp/go-memdb.ConditionalIndex Conditional=github.com/hashicorp/consul/agent/consul/state.caConfigTableSchema.func1 - -table=connect-ca-roots - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=ID Lowercase=false - -table=connect-intentions - index=destination allow-missing - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=DestinationNS Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=DestinationName Lowercase=true] AllowMissing=false - index=id unique - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=ID - index=source allow-missing - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=SourceNS Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=SourceName Lowercase=true] AllowMissing=false - index=source_destination unique allow-missing - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=SourceNS Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=SourceName Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=DestinationNS Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=DestinationName Lowercase=true] AllowMissing=false - -table=coordinates - index=id unique - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=Segment Lowercase=true] AllowMissing=true - index=node - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true - -table=federation-states - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Datacenter Lowercase=true - -table=gateway-services - index=gateway - indexer=github.com/hashicorp/consul/agent/consul/state.ServiceNameIndex Field=Gateway - index=id unique - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/consul/agent/consul/state.ServiceNameIndex Field=Gateway, github.com/hashicorp/consul/agent/consul/state.ServiceNameIndex Field=Service, github.com/hashicorp/go-memdb.IntFieldIndex Field=Port] AllowMissing=false - index=service allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.ServiceNameIndex Field=Service - -table=index - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Key Lowercase=true - -table=kvs - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Key Lowercase=false - index=session allow-missing - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=Session - -table=mesh-topology - index=downstream - indexer=github.com/hashicorp/consul/agent/consul/state.ServiceNameIndex Field=Downstream - index=id unique - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/consul/agent/consul/state.ServiceNameIndex Field=Upstream, github.com/hashicorp/consul/agent/consul/state.ServiceNameIndex Field=Downstream] AllowMissing=false - index=upstream allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.ServiceNameIndex Field=Upstream - -table=nodes - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true - index=meta allow-missing - indexer=github.com/hashicorp/go-memdb.StringMapFieldIndex Field=Meta Lowercase=false - index=uuid unique allow-missing - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=ID - -table=prepared-queries - index=id unique - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=ID - index=name unique allow-missing - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Name Lowercase=true - index=session allow-missing - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=Session - index=template unique allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.PreparedQueryIndex - -table=services - index=connect allow-missing - indexer=github.com/hashicorp/consul/agent/consul/state.IndexConnectService - index=id unique - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true, github.com/hashicorp/go-memdb.StringFieldIndex Field=ServiceID Lowercase=true] AllowMissing=false - index=kind - indexer=github.com/hashicorp/consul/agent/consul/state.IndexServiceKind - index=node - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true - index=service allow-missing - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=ServiceName Lowercase=true - -table=session_checks - index=id unique - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true, github.com/hashicorp/consul/agent/consul/state.CheckIDIndex, github.com/hashicorp/go-memdb.UUIDFieldIndex Field=Session] AllowMissing=false - index=node_check - indexer=github.com/hashicorp/go-memdb.CompoundIndex Indexes=[github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true, github.com/hashicorp/consul/agent/consul/state.CheckIDIndex] AllowMissing=false - index=session - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=Session - -table=sessions - index=id unique - indexer=github.com/hashicorp/go-memdb.UUIDFieldIndex Field=ID - index=node - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Node Lowercase=true - -table=system-metadata - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Key Lowercase=true - -table=tombstones - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=Key Lowercase=false - -table=usage - index=id unique - indexer=github.com/hashicorp/go-memdb.StringFieldIndex Field=ID Lowercase=true - diff --git a/agent/consul/state/usage.go b/agent/consul/state/usage.go index f9720b3e0f..536c49a6ca 100644 --- a/agent/consul/state/usage.go +++ b/agent/consul/state/usage.go @@ -70,7 +70,7 @@ func updateUsage(tx WriteTxn, changes Changes) error { switch change.Table { case "nodes": usageDeltas[change.Table] += delta - case "services": + case tableServices: svc := changeObject(change).(*structs.ServiceNode) usageDeltas[change.Table] += delta addEnterpriseServiceInstanceUsage(usageDeltas, change) @@ -107,7 +107,8 @@ func updateUsage(tx WriteTxn, changes Changes) error { func updateServiceNameUsage(tx WriteTxn, usageDeltas map[string]int, serviceNameChanges map[structs.ServiceName]int) (map[structs.ServiceName]uniqueServiceState, error) { serviceStates := make(map[structs.ServiceName]uniqueServiceState, len(serviceNameChanges)) for svc, delta := range serviceNameChanges { - serviceIter, err := getWithTxn(tx, tableServices, "service", svc.Name, &svc.EnterpriseMeta) + q := Query{Value: svc.Name, EnterpriseMeta: svc.EnterpriseMeta} + serviceIter, err := tx.Get(tableServices, indexService, q) if err != nil { return nil, err } diff --git a/agent/consul/subscribe_backend_test.go b/agent/consul/subscribe_backend_test.go new file mode 100644 index 0000000000..e7debf0ab5 --- /dev/null +++ b/agent/consul/subscribe_backend_test.go @@ -0,0 +1,462 @@ +package consul + +import ( + "context" + "fmt" + "io" + "strings" + "sync" + "sync/atomic" + "testing" + "time" + + "github.com/stretchr/testify/require" + gogrpc "google.golang.org/grpc" + grpcresolver "google.golang.org/grpc/resolver" + + grpc "github.com/hashicorp/consul/agent/grpc" + "github.com/hashicorp/consul/agent/grpc/resolver" + "github.com/hashicorp/consul/agent/router" + "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/proto/pbservice" + "github.com/hashicorp/consul/proto/pbsubscribe" + "github.com/hashicorp/consul/testrpc" +) + +func TestSubscribeBackend_IntegrationWithServer_TLSEnabled(t *testing.T) { + t.Parallel() + + _, conf1 := testServerConfig(t) + conf1.VerifyIncoming = true + conf1.VerifyOutgoing = true + conf1.RPCConfig.EnableStreaming = true + configureTLS(conf1) + server, err := newServer(t, conf1) + require.NoError(t, err) + defer server.Shutdown() + + client, builder := newClientWithGRPCResolver(t, configureTLS, clientConfigVerifyOutgoing) + + // Try to join + testrpc.WaitForLeader(t, server.RPC, "dc1") + joinLAN(t, client, server) + testrpc.WaitForTestAgent(t, client.RPC, "dc1") + + // Register a dummy node with our service on it. + { + req := &structs.RegisterRequest{ + Node: "node1", + Address: "3.4.5.6", + Datacenter: "dc1", + Service: &structs.NodeService{ + ID: "redis1", + Service: "redis", + Address: "3.4.5.6", + Port: 8080, + }, + } + var out struct{} + require.NoError(t, server.RPC("Catalog.Register", &req, &out)) + } + + // Start a Subscribe call to our streaming endpoint from the client. + { + pool := grpc.NewClientConnPool(builder, grpc.TLSWrapper(client.tlsConfigurator.OutgoingRPCWrapper()), client.tlsConfigurator.UseTLS) + conn, err := pool.ClientConn("dc1") + require.NoError(t, err) + + streamClient := pbsubscribe.NewStateChangeSubscriptionClient(conn) + ctx, cancel := context.WithTimeout(context.Background(), 3*time.Second) + defer cancel() + req := &pbsubscribe.SubscribeRequest{Topic: pbsubscribe.Topic_ServiceHealth, Key: "redis"} + streamHandle, err := streamClient.Subscribe(ctx, req) + require.NoError(t, err) + + // Start a goroutine to read updates off the pbsubscribe. + eventCh := make(chan *pbsubscribe.Event, 0) + go receiveSubscribeEvents(t, eventCh, streamHandle) + + var snapshotEvents []*pbsubscribe.Event + for i := 0; i < 2; i++ { + select { + case event := <-eventCh: + snapshotEvents = append(snapshotEvents, event) + case <-time.After(3 * time.Second): + t.Fatalf("did not receive events past %d", len(snapshotEvents)) + } + } + + // Make sure the snapshot events come back with no issues. + require.Len(t, snapshotEvents, 2) + } + + // Start a Subscribe call to our streaming endpoint from the server's loopback client. + { + + pool := grpc.NewClientConnPool(builder, grpc.TLSWrapper(client.tlsConfigurator.OutgoingRPCWrapper()), client.tlsConfigurator.UseTLS) + conn, err := pool.ClientConn("dc1") + require.NoError(t, err) + + retryFailedConn(t, conn) + + streamClient := pbsubscribe.NewStateChangeSubscriptionClient(conn) + ctx, cancel := context.WithTimeout(context.Background(), 3*time.Second) + defer cancel() + req := &pbsubscribe.SubscribeRequest{Topic: pbsubscribe.Topic_ServiceHealth, Key: "redis"} + streamHandle, err := streamClient.Subscribe(ctx, req) + require.NoError(t, err) + + // Start a goroutine to read updates off the pbsubscribe. + eventCh := make(chan *pbsubscribe.Event, 0) + go receiveSubscribeEvents(t, eventCh, streamHandle) + + var snapshotEvents []*pbsubscribe.Event + for i := 0; i < 2; i++ { + select { + case event := <-eventCh: + snapshotEvents = append(snapshotEvents, event) + case <-time.After(3 * time.Second): + t.Fatalf("did not receive events past %d", len(snapshotEvents)) + } + } + + // Make sure the snapshot events come back with no issues. + require.Len(t, snapshotEvents, 2) + } +} + +// receiveSubscribeEvents and send them to the channel. +func receiveSubscribeEvents(t *testing.T, ch chan *pbsubscribe.Event, handle pbsubscribe.StateChangeSubscription_SubscribeClient) { + for { + event, err := handle.Recv() + if err == io.EOF { + break + } + if err != nil { + if strings.Contains(err.Error(), "context deadline exceeded") || + strings.Contains(err.Error(), "context canceled") { + break + } + t.Log(err) + } + ch <- event + } +} + +func TestSubscribeBackend_IntegrationWithServer_TLSReload(t *testing.T) { + t.Parallel() + + // Set up a server with initially bad certificates. + _, conf1 := testServerConfig(t) + conf1.VerifyIncoming = true + conf1.VerifyOutgoing = true + conf1.CAFile = "../../test/ca/root.cer" + conf1.CertFile = "../../test/key/ssl-cert-snakeoil.pem" + conf1.KeyFile = "../../test/key/ssl-cert-snakeoil.key" + conf1.RPCConfig.EnableStreaming = true + + server, err := newServer(t, conf1) + require.NoError(t, err) + defer server.Shutdown() + + // Set up a client with valid certs and verify_outgoing = true + client, builder := newClientWithGRPCResolver(t, configureTLS, clientConfigVerifyOutgoing) + + testrpc.WaitForLeader(t, server.RPC, "dc1") + + // Subscribe calls should fail initially + joinLAN(t, client, server) + + pool := grpc.NewClientConnPool(builder, grpc.TLSWrapper(client.tlsConfigurator.OutgoingRPCWrapper()), client.tlsConfigurator.UseTLS) + conn, err := pool.ClientConn("dc1") + require.NoError(t, err) + + streamClient := pbsubscribe.NewStateChangeSubscriptionClient(conn) + ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + defer cancel() + req := &pbsubscribe.SubscribeRequest{Topic: pbsubscribe.Topic_ServiceHealth, Key: "redis"} + _, err = streamClient.Subscribe(ctx, req) + require.Error(t, err) + + // Reload the server with valid certs + newConf := server.config.ToTLSUtilConfig() + newConf.CertFile = "../../test/key/ourdomain.cer" + newConf.KeyFile = "../../test/key/ourdomain.key" + server.tlsConfigurator.Update(newConf) + + // Try the subscribe call again + retryFailedConn(t, conn) + + streamClient = pbsubscribe.NewStateChangeSubscriptionClient(conn) + _, err = streamClient.Subscribe(ctx, req) + require.NoError(t, err) +} + +func clientConfigVerifyOutgoing(config *Config) { + config.VerifyOutgoing = true +} + +// retryFailedConn forces the ClientConn to reset its backoff timer and retry the connection, +// to simulate the client eventually retrying after the initial failure. This is used both to simulate +// retrying after an expected failure as well as to avoid flakiness when running many tests in parallel. +func retryFailedConn(t *testing.T, conn *gogrpc.ClientConn) { + state := conn.GetState() + if state.String() != "TRANSIENT_FAILURE" { + return + } + + // If the connection has failed, retry and wait for a state change. + conn.ResetConnectBackoff() + ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second) + defer cancel() + require.True(t, conn.WaitForStateChange(ctx, state)) +} + +func TestSubscribeBackend_IntegrationWithServer_DeliversAllMessages(t *testing.T) { + if testing.Short() { + t.Skip("too slow for -short run") + } + // This is a fuzz/probabilistic test to try to provoke streaming into dropping + // messages. There is a bug in the initial implementation that should make + // this fail. While we can't be certain a pass means it's correct, it is + // useful for finding bugs in our concurrency design. + + // The issue is that when updates are coming in fast such that updates occur + // in between us making the snapshot and beginning the stream updates, we + // shouldn't miss anything. + + // To test this, we will run a background goroutine that will write updates as + // fast as possible while we then try to stream the results and ensure that we + // see every change. We'll make the updates monotonically increasing so we can + // easily tell if we missed one. + + _, server := testServerWithConfig(t, func(c *Config) { + c.Datacenter = "dc1" + c.Bootstrap = true + c.RPCConfig.EnableStreaming = true + }) + defer server.Shutdown() + codec := rpcClient(t, server) + defer codec.Close() + + client, builder := newClientWithGRPCResolver(t) + + // Try to join + testrpc.WaitForLeader(t, server.RPC, "dc1") + joinLAN(t, client, server) + testrpc.WaitForTestAgent(t, client.RPC, "dc1") + + // Register a whole bunch of service instances so that the initial snapshot on + // subscribe is big enough to take a bit of time to load giving more + // opportunity for missed updates if there is a bug. + for i := 0; i < 1000; i++ { + req := &structs.RegisterRequest{ + Node: fmt.Sprintf("node-redis-%03d", i), + Address: "3.4.5.6", + Datacenter: "dc1", + Service: &structs.NodeService{ + ID: fmt.Sprintf("redis-%03d", i), + Service: "redis", + Port: 11211, + }, + } + var out struct{} + require.NoError(t, server.RPC("Catalog.Register", &req, &out)) + } + + // Start background writer + ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second) + defer cancel() + + go func() { + // Update the registration with a monotonically increasing port as fast as + // we can. + req := &structs.RegisterRequest{ + Node: "node1", + Address: "3.4.5.6", + Datacenter: "dc1", + Service: &structs.NodeService{ + ID: "redis-canary", + Service: "redis", + Port: 0, + }, + } + for { + if ctx.Err() != nil { + return + } + var out struct{} + require.NoError(t, server.RPC("Catalog.Register", &req, &out)) + req.Service.Port++ + if req.Service.Port > 100 { + return + } + time.Sleep(1 * time.Millisecond) + } + }() + + pool := grpc.NewClientConnPool(builder, grpc.TLSWrapper(client.tlsConfigurator.OutgoingRPCWrapper()), client.tlsConfigurator.UseTLS) + conn, err := pool.ClientConn("dc1") + require.NoError(t, err) + + streamClient := pbsubscribe.NewStateChangeSubscriptionClient(conn) + + // Now start a whole bunch of streamers in parallel to maximise chance of + // catching a race. + n := 5 + var wg sync.WaitGroup + var updateCount uint64 + // Buffered error chan so that workers can exit and terminate wg without + // blocking on send. We collect errors this way since t isn't thread safe. + errCh := make(chan error, n) + for i := 0; i < n; i++ { + i := i + wg.Add(1) + go func() { + defer wg.Done() + verifyMonotonicStreamUpdates(ctx, t, streamClient, i, &updateCount, errCh) + }() + } + + // Wait until all subscribers have verified the first bunch of updates all got + // delivered. + wg.Wait() + + close(errCh) + + // Require that none of them errored. Since we closed the chan above this loop + // should terminate immediately if no errors were buffered. + for err := range errCh { + require.NoError(t, err) + } + + // Sanity check that at least some non-snapshot messages were delivered. We + // can't know exactly how many because it's timing dependent based on when + // each subscribers snapshot occurs. + require.True(t, atomic.LoadUint64(&updateCount) > 0, + "at least some of the subscribers should have received non-snapshot updates") +} + +func newClientWithGRPCResolver(t *testing.T, ops ...func(*Config)) (*Client, *resolver.ServerResolverBuilder) { + builder := resolver.NewServerResolverBuilder(resolver.Config{Scheme: t.Name()}) + registerWithGRPC(builder) + + _, config := testClientConfig(t) + for _, op := range ops { + op(config) + } + + deps := newDefaultDeps(t, config) + deps.Router = router.NewRouter( + deps.Logger, + config.Datacenter, + fmt.Sprintf("%s.%s", config.NodeName, config.Datacenter), + builder) + + client, err := NewClient(config, deps) + require.NoError(t, err) + t.Cleanup(func() { + client.Shutdown() + }) + return client, builder +} + +var grpcRegisterLock sync.Mutex + +// registerWithGRPC registers the grpc/resolver.Builder as a grpc/resolver. +// This function exists to synchronize registrations with a lock. +// grpc/resolver.Register expects all registration to happen at init and does +// not allow for concurrent registration. This function exists to support +// parallel testing. +func registerWithGRPC(b grpcresolver.Builder) { + grpcRegisterLock.Lock() + defer grpcRegisterLock.Unlock() + grpcresolver.Register(b) +} + +type testLogger interface { + Logf(format string, args ...interface{}) +} + +func verifyMonotonicStreamUpdates(ctx context.Context, logger testLogger, client pbsubscribe.StateChangeSubscriptionClient, i int, updateCount *uint64, errCh chan<- error) { + req := &pbsubscribe.SubscribeRequest{Topic: pbsubscribe.Topic_ServiceHealth, Key: "redis"} + streamHandle, err := client.Subscribe(ctx, req) + if err != nil { + if strings.Contains(err.Error(), "context deadline exceeded") || + strings.Contains(err.Error(), "context canceled") { + logger.Logf("subscriber %05d: context cancelled before loop") + return + } + errCh <- err + return + } + + snapshotDone := false + expectPort := int32(0) + for { + event, err := streamHandle.Recv() + if err == io.EOF { + break + } + if err != nil { + if strings.Contains(err.Error(), "context deadline exceeded") || + strings.Contains(err.Error(), "context canceled") { + break + } + errCh <- err + return + } + + switch { + case event.GetEndOfSnapshot(): + snapshotDone = true + logger.Logf("subscriber %05d: snapshot done, expect next port to be %d", i, expectPort) + case snapshotDone: + // Verify we get all updates in order + svc, err := svcOrErr(event) + if err != nil { + errCh <- err + return + } + if expectPort != svc.Port { + errCh <- fmt.Errorf("subscriber %05d: missed %d update(s)!", i, svc.Port-expectPort) + return + } + atomic.AddUint64(updateCount, 1) + logger.Logf("subscriber %05d: got event with correct port=%d", i, expectPort) + expectPort++ + default: + // This is a snapshot update. Check if it's an update for the canary + // instance that got applied before our snapshot was sent (likely) + svc, err := svcOrErr(event) + if err != nil { + errCh <- err + return + } + if svc.ID == "redis-canary" { + // Update the expected port we see in the next update to be one more + // than the port in the snapshot. + expectPort = svc.Port + 1 + logger.Logf("subscriber %05d: saw canary in snapshot with port %d", i, svc.Port) + } + } + if expectPort > 100 { + return + } + } +} + +func svcOrErr(event *pbsubscribe.Event) (*pbservice.NodeService, error) { + health := event.GetServiceHealth() + if health == nil { + return nil, fmt.Errorf("not a health event: %#v", event) + } + csn := health.CheckServiceNode + if csn == nil { + return nil, fmt.Errorf("nil CSN: %#v", event) + } + if csn.Service == nil { + return nil, fmt.Errorf("nil service: %#v", event) + } + return csn.Service, nil +} diff --git a/agent/dns.go b/agent/dns.go index d8e20003dd..fa1718c567 100644 --- a/agent/dns.go +++ b/agent/dns.go @@ -1171,12 +1171,16 @@ func (d *DNSServer) trimDNSResponse(cfg *dnsConfig, network string, req, resp *d // lookupServiceNodes returns nodes with a given service. func (d *DNSServer) lookupServiceNodes(cfg *dnsConfig, lookup serviceLookup) (structs.IndexedCheckServiceNodes, error) { + serviceTags := []string{} + if lookup.Tag != "" { + serviceTags = []string{lookup.Tag} + } args := structs.ServiceSpecificRequest{ Connect: lookup.Connect, Ingress: lookup.Ingress, Datacenter: lookup.Datacenter, ServiceName: lookup.Service, - ServiceTags: []string{lookup.Tag}, + ServiceTags: serviceTags, TagFilter: lookup.Tag != "", QueryOptions: structs.QueryOptions{ Token: d.agent.tokens.UserToken(), diff --git a/agent/dns_test.go b/agent/dns_test.go index fdc70118f2..08583caeec 100644 --- a/agent/dns_test.go +++ b/agent/dns_test.go @@ -3016,72 +3016,95 @@ func TestDNS_CaseInsensitiveServiceLookup(t *testing.T) { } t.Parallel() - a := NewTestAgent(t, "") - defer a.Shutdown() - testrpc.WaitForLeader(t, a.RPC, "dc1") - - // Register a node with a service. - { - args := &structs.RegisterRequest{ - Datacenter: "dc1", - Node: "foo", - Address: "127.0.0.1", - Service: &structs.NodeService{ - Service: "Db", - Tags: []string{"Primary"}, - Port: 12345, - }, - } - - var out struct{} - if err := a.RPC("Catalog.Register", args, &out); err != nil { - t.Fatalf("err: %v", err) - } + tests := []struct { + name string + config string + }{ + // UDP + EDNS + {"normal", ""}, + {"cache", `dns_config{ allow_stale=true, max_stale="3h", use_cache=true, "cache_max_age"="3h"}`}, + {"cache-with-streaming", ` + rpc{ + enable_streaming=true + } + use_streaming_backend=true + dns_config{ allow_stale=true, max_stale="3h", use_cache=true, "cache_max_age"="3h"} + `}, } + for _, tst := range tests { + t.Run(fmt.Sprintf("A lookup %v", tst.name), func(t *testing.T) { + a := NewTestAgent(t, tst.config) + defer a.Shutdown() + testrpc.WaitForLeader(t, a.RPC, "dc1") - // Register an equivalent prepared query, as well as a name. - var id string - { - args := &structs.PreparedQueryRequest{ - Datacenter: "dc1", - Op: structs.PreparedQueryCreate, - Query: &structs.PreparedQuery{ - Name: "somequery", - Service: structs.ServiceQuery{ - Service: "db", - }, - }, - } - if err := a.RPC("PreparedQuery.Apply", args, &id); err != nil { - t.Fatalf("err: %v", err) - } - } + // Register a node with a service. + { + args := &structs.RegisterRequest{ + Datacenter: "dc1", + Node: "foo", + Address: "127.0.0.1", + Service: &structs.NodeService{ + Service: "Db", + Tags: []string{"Primary"}, + Port: 12345, + }, + } - // Try some variations to make sure case doesn't matter. - questions := []string{ - "primary.db.service.consul.", - "pRIMARY.dB.service.consul.", - "PRIMARY.dB.service.consul.", - "db.service.consul.", - "DB.service.consul.", - "Db.service.consul.", - "somequery.query.consul.", - "SomeQuery.query.consul.", - "SOMEQUERY.query.consul.", - } - for _, question := range questions { - m := new(dns.Msg) - m.SetQuestion(question, dns.TypeSRV) + var out struct{} + if err := a.RPC("Catalog.Register", args, &out); err != nil { + t.Fatalf("err: %v", err) + } + } - c := new(dns.Client) - in, _, err := c.Exchange(m, a.DNSAddr()) - if err != nil { - t.Fatalf("err: %v", err) - } + // Register an equivalent prepared query, as well as a name. + var id string + { + args := &structs.PreparedQueryRequest{ + Datacenter: "dc1", + Op: structs.PreparedQueryCreate, + Query: &structs.PreparedQuery{ + Name: "somequery", + Service: structs.ServiceQuery{ + Service: "db", + }, + }, + } + if err := a.RPC("PreparedQuery.Apply", args, &id); err != nil { + t.Fatalf("err: %v", err) + } + } - if len(in.Answer) != 1 { - t.Fatalf("empty lookup: %#v", in) - } + // Try some variations to make sure case doesn't matter. + questions := []string{ + "primary.Db.service.consul.", + "primary.db.service.consul.", + "pRIMARY.dB.service.consul.", + "PRIMARY.dB.service.consul.", + "db.service.consul.", + "DB.service.consul.", + "Db.service.consul.", + "somequery.query.consul.", + "SomeQuery.query.consul.", + "SOMEQUERY.query.consul.", + } + + for _, question := range questions { + m := new(dns.Msg) + m.SetQuestion(question, dns.TypeSRV) + + c := new(dns.Client) + retry.Run(t, func(r *retry.R) { + in, _, err := c.Exchange(m, a.DNSAddr()) + if err != nil { + t.Fatalf("err: %v", err) + } + + if len(in.Answer) != 1 { + t.Fatalf("question %v, empty lookup: %#v", question, in) + } + }) + } + }) } } diff --git a/agent/health_endpoint.go b/agent/health_endpoint.go index b2b7cb086c..cdfccd39f2 100644 --- a/agent/health_endpoint.go +++ b/agent/health_endpoint.go @@ -219,7 +219,7 @@ func (s *HTTPHandlers) healthServiceNodes(resp http.ResponseWriter, req *http.Re return nil, nil } - useStreaming := s.agent.config.UseStreamingBackend && args.MinQueryIndex > 0 + useStreaming := s.agent.config.UseStreamingBackend && args.MinQueryIndex > 0 && !args.Ingress args.QueryOptions.UseCache = s.agent.config.HTTPUseCache && (args.QueryOptions.UseCache || useStreaming) if args.QueryOptions.UseCache && useStreaming && args.Source.Node != "" { diff --git a/agent/health_endpoint_test.go b/agent/health_endpoint_test.go index 975c42d556..b36c23fa43 100644 --- a/agent/health_endpoint_test.go +++ b/agent/health_endpoint_test.go @@ -8,15 +8,19 @@ import ( "net/http/httptest" "net/url" "reflect" + "strconv" "testing" + "time" + + "github.com/armon/go-metrics" + "github.com/hashicorp/serf/coordinate" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/testrpc" - "github.com/hashicorp/serf/coordinate" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" ) func TestHealthChecksInState(t *testing.T) { @@ -716,6 +720,12 @@ func TestHealthServiceNodes(t *testing.T) { if len(nodes) != 2 { r.Fatalf("Want 2 nodes") } + header := resp.Header().Get("X-Consul-Index") + if header == "" || header == "0" { + r.Fatalf("Want non-zero header: %q", header) + } + _, err = strconv.ParseUint(header, 10, 64) + r.Check(err) // Should be a cache hit! The data should've updated in the cache // in the background so this should've been fetched directly from @@ -727,60 +737,256 @@ func TestHealthServiceNodes(t *testing.T) { } } +func TestHealthServiceNodes_Blocking(t *testing.T) { + cases := []struct { + name string + hcl string + grpcMetrics bool + }{ + {name: "no streaming"}, + { + name: "streaming", + grpcMetrics: true, + hcl: ` +rpc { enable_streaming = true } +use_streaming_backend = true +`, + }, + } + + for _, tc := range cases { + tc := tc + t.Run(tc.name, func(t *testing.T) { + + sink := metrics.NewInmemSink(5*time.Second, time.Minute) + metrics.NewGlobal(&metrics.Config{ + ServiceName: "testing", + AllowedPrefixes: []string{"testing.grpc."}, + }, sink) + + a := NewTestAgent(t, tc.hcl) + defer a.Shutdown() + testrpc.WaitForTestAgent(t, a.RPC, "dc1") + + // Register some initial service instances + for i := 0; i < 2; i++ { + args := &structs.RegisterRequest{ + Datacenter: "dc1", + Node: "bar", + Address: "127.0.0.1", + Service: &structs.NodeService{ + ID: fmt.Sprintf("test%03d", i), + Service: "test", + }, + } + + var out struct{} + require.NoError(t, a.RPC("Catalog.Register", args, &out)) + } + + // Initial request should return two instances + req, _ := http.NewRequest("GET", "/v1/health/service/test?dc=dc1", nil) + resp := httptest.NewRecorder() + obj, err := a.srv.HealthServiceNodes(resp, req) + require.NoError(t, err) + + nodes := obj.(structs.CheckServiceNodes) + require.Len(t, nodes, 2) + + idx := getIndex(t, resp) + require.True(t, idx > 0) + + // errCh collects errors from goroutines since it's unsafe for them to use + // t to fail tests directly. + errCh := make(chan error, 1) + + checkErrs := func() { + // Ensure no errors were sent on errCh and drain any nils we have + for { + select { + case err := <-errCh: + require.NoError(t, err) + default: + return + } + } + } + + // Blocking on that index should block. We test that by launching another + // goroutine that will wait a while before updating the registration and + // make sure that we unblock before timeout and see the update but that it + // takes at least as long as the sleep time. + sleep := 200 * time.Millisecond + start := time.Now() + go func() { + time.Sleep(sleep) + + args := &structs.RegisterRequest{ + Datacenter: "dc1", + Node: "zoo", + Address: "127.0.0.3", + Service: &structs.NodeService{ + ID: "test", + Service: "test", + }, + } + + var out struct{} + errCh <- a.RPC("Catalog.Register", args, &out) + }() + + { + timeout := 30 * time.Second + url := fmt.Sprintf("/v1/health/service/test?dc=dc1&index=%d&wait=%s", idx, timeout) + req, _ := http.NewRequest("GET", url, nil) + resp := httptest.NewRecorder() + obj, err := a.srv.HealthServiceNodes(resp, req) + require.NoError(t, err) + elapsed := time.Since(start) + require.True(t, elapsed > sleep, "request should block for at "+ + " least as long as sleep. sleep=%s, elapsed=%s", sleep, elapsed) + + require.True(t, elapsed < timeout, "request should unblock before"+ + " it timed out. timeout=%s, elapsed=%s", timeout, elapsed) + + nodes := obj.(structs.CheckServiceNodes) + require.Len(t, nodes, 3) + + newIdx := getIndex(t, resp) + require.True(t, idx < newIdx, "index should have increased."+ + "idx=%d, newIdx=%d", idx, newIdx) + + idx = newIdx + + checkErrs() + } + + // Blocking should last until timeout in absence of updates + start = time.Now() + { + timeout := 200 * time.Millisecond + url := fmt.Sprintf("/v1/health/service/test?dc=dc1&index=%d&wait=%s", + idx, timeout) + req, _ := http.NewRequest("GET", url, nil) + resp := httptest.NewRecorder() + obj, err := a.srv.HealthServiceNodes(resp, req) + require.NoError(t, err) + elapsed := time.Since(start) + // Note that servers add jitter to timeout requested but don't remove it + // so this should always be true. + require.True(t, elapsed > timeout, "request should block for at "+ + " least as long as timeout. timeout=%s, elapsed=%s", timeout, elapsed) + + nodes := obj.(structs.CheckServiceNodes) + require.Len(t, nodes, 3) + + newIdx := getIndex(t, resp) + require.Equal(t, idx, newIdx) + } + + if tc.grpcMetrics { + data := sink.Data() + if l := len(data); l < 1 { + t.Errorf("expected at least 1 metrics interval, got :%v", l) + } + if count := len(data[0].Gauges); count < 2 { + t.Errorf("expected at least 2 grpc gauge metrics, got: %v", count) + } + } + }) + } +} + func TestHealthServiceNodes_NodeMetaFilter(t *testing.T) { if testing.Short() { t.Skip("too slow for testing.Short") } t.Parallel() - a := NewTestAgent(t, "") - defer a.Shutdown() - testrpc.WaitForLeader(t, a.RPC, "dc1") - req, _ := http.NewRequest("GET", "/v1/health/service/consul?dc=dc1&node-meta=somekey:somevalue", nil) - resp := httptest.NewRecorder() - obj, err := a.srv.HealthServiceNodes(resp, req) - if err != nil { - t.Fatalf("err: %v", err) + tests := []struct { + name string + config string + }{ + {"normal", ""}, + {"cache-with-streaming", ` + rpc{ + enable_streaming=true + } + use_streaming_backend=true + `}, } + for _, tst := range tests { + t.Run(tst.name, func(t *testing.T) { - assertIndex(t, resp) + a := NewTestAgent(t, tst.config) + defer a.Shutdown() + testrpc.WaitForLeader(t, a.RPC, "dc1") - // Should be a non-nil empty list - nodes := obj.(structs.CheckServiceNodes) - if nodes == nil || len(nodes) != 0 { - t.Fatalf("bad: %v", obj) - } + req, _ := http.NewRequest("GET", "/v1/health/service/consul?dc=dc1&node-meta=somekey:somevalue", nil) + resp := httptest.NewRecorder() + obj, err := a.srv.HealthServiceNodes(resp, req) + if err != nil { + t.Fatalf("err: %v", err) + } - args := &structs.RegisterRequest{ - Datacenter: "dc1", - Node: "bar", - Address: "127.0.0.1", - NodeMeta: map[string]string{"somekey": "somevalue"}, - Service: &structs.NodeService{ - ID: "test", - Service: "test", - }, - } + assertIndex(t, resp) - var out struct{} - if err := a.RPC("Catalog.Register", args, &out); err != nil { - t.Fatalf("err: %v", err) - } + cIndex, err := strconv.ParseUint(resp.Header().Get("X-Consul-Index"), 10, 64) + require.NoError(t, err) - req, _ = http.NewRequest("GET", "/v1/health/service/test?dc=dc1&node-meta=somekey:somevalue", nil) - resp = httptest.NewRecorder() - obj, err = a.srv.HealthServiceNodes(resp, req) - if err != nil { - t.Fatalf("err: %v", err) - } + // Should be a non-nil empty list + nodes := obj.(structs.CheckServiceNodes) + if nodes == nil || len(nodes) != 0 { + t.Fatalf("bad: %v", obj) + } - assertIndex(t, resp) + args := &structs.RegisterRequest{ + Datacenter: "dc1", + Node: "bar", + Address: "127.0.0.1", + NodeMeta: map[string]string{"somekey": "somevalue"}, + Service: &structs.NodeService{ + ID: "test", + Service: "test", + }, + } - // Should be a non-nil empty list for checks - nodes = obj.(structs.CheckServiceNodes) - if len(nodes) != 1 || nodes[0].Checks == nil || len(nodes[0].Checks) != 0 { - t.Fatalf("bad: %v", obj) + var out struct{} + if err := a.RPC("Catalog.Register", args, &out); err != nil { + t.Fatalf("err: %v", err) + } + + args = &structs.RegisterRequest{ + Datacenter: "dc1", + Node: "bar2", + Address: "127.0.0.1", + NodeMeta: map[string]string{"somekey": "othervalue"}, + Service: &structs.NodeService{ + ID: "test2", + Service: "test", + }, + } + + if err := a.RPC("Catalog.Register", args, &out); err != nil { + t.Fatalf("err: %v", err) + } + + req, _ = http.NewRequest("GET", fmt.Sprintf("/v1/health/service/test?dc=dc1&node-meta=somekey:somevalue&index=%d&wait=10ms", cIndex), nil) + resp = httptest.NewRecorder() + obj, err = a.srv.HealthServiceNodes(resp, req) + if err != nil { + t.Fatalf("err: %v", err) + } + + assertIndex(t, resp) + + // Should be a non-nil empty list for checks + nodes = obj.(structs.CheckServiceNodes) + if len(nodes) != 1 || nodes[0].Checks == nil || len(nodes[0].Checks) != 0 { + t.Fatalf("bad: %v", obj) + } + }) } } @@ -1212,13 +1418,20 @@ func TestHealthConnectServiceNodes(t *testing.T) { } func TestHealthIngressServiceNodes(t *testing.T) { + t.Run("no streaming", func(t *testing.T) { + testHealthIngressServiceNodes(t, ` rpc { enable_streaming = false } use_streaming_backend = false `) + }) + t.Run("cache with streaming", func(t *testing.T) { + testHealthIngressServiceNodes(t, ` rpc { enable_streaming = true } use_streaming_backend = true `) + }) +} + +func testHealthIngressServiceNodes(t *testing.T, agentHCL string) { if testing.Short() { t.Skip("too slow for testing.Short") } - t.Parallel() - - a := NewTestAgent(t, "") + a := NewTestAgent(t, agentHCL) defer a.Shutdown() testrpc.WaitForLeader(t, a.RPC, "dc1") @@ -1255,34 +1468,64 @@ func TestHealthIngressServiceNodes(t *testing.T) { require.Nil(t, a.RPC("ConfigEntry.Apply", req, &outB)) require.True(t, outB) - t.Run("associated service", func(t *testing.T) { - assert := assert.New(t) - req, _ := http.NewRequest("GET", fmt.Sprintf( - "/v1/health/ingress/%s", args.Service.Service), nil) - resp := httptest.NewRecorder() - obj, err := a.srv.HealthIngressServiceNodes(resp, req) - assert.Nil(err) - assertIndex(t, resp) - + checkResults := func(t *testing.T, obj interface{}) { nodes := obj.(structs.CheckServiceNodes) require.Len(t, nodes, 1) require.Equal(t, structs.ServiceKindIngressGateway, nodes[0].Service.Kind) require.Equal(t, gatewayArgs.Service.Address, nodes[0].Service.Address) require.Equal(t, gatewayArgs.Service.Proxy, nodes[0].Service.Proxy) - }) + } - t.Run("non-associated service", func(t *testing.T) { - assert := assert.New(t) + require.True(t, t.Run("associated service", func(t *testing.T) { + req, _ := http.NewRequest("GET", fmt.Sprintf( + "/v1/health/ingress/%s", args.Service.Service), nil) + resp := httptest.NewRecorder() + obj, err := a.srv.HealthIngressServiceNodes(resp, req) + require.NoError(t, err) + assertIndex(t, resp) + + checkResults(t, obj) + })) + + require.True(t, t.Run("non-associated service", func(t *testing.T) { req, _ := http.NewRequest("GET", "/v1/health/connect/notexist", nil) resp := httptest.NewRecorder() obj, err := a.srv.HealthIngressServiceNodes(resp, req) - assert.Nil(err) + require.NoError(t, err) assertIndex(t, resp) nodes := obj.(structs.CheckServiceNodes) require.Len(t, nodes, 0) - }) + })) + + require.True(t, t.Run("test caching miss", func(t *testing.T) { + // List instances with cache enabled + req, _ := http.NewRequest("GET", fmt.Sprintf( + "/v1/health/ingress/%s?cached", args.Service.Service), nil) + resp := httptest.NewRecorder() + obj, err := a.srv.HealthIngressServiceNodes(resp, req) + require.NoError(t, err) + + checkResults(t, obj) + + // Should be a cache miss + require.Equal(t, "MISS", resp.Header().Get("X-Cache")) + })) + + require.True(t, t.Run("test caching hit", func(t *testing.T) { + // List instances with cache enabled + req, _ := http.NewRequest("GET", fmt.Sprintf( + "/v1/health/ingress/%s?cached", args.Service.Service), nil) + resp := httptest.NewRecorder() + obj, err := a.srv.HealthIngressServiceNodes(resp, req) + require.NoError(t, err) + + checkResults(t, obj) + + // Should be a cache HIT now! + require.Equal(t, "HIT", resp.Header().Get("X-Cache")) + })) } func TestHealthConnectServiceNodes_Filter(t *testing.T) { diff --git a/agent/http.go b/agent/http.go index 8f618f8eba..186366cc49 100644 --- a/agent/http.go +++ b/agent/http.go @@ -288,7 +288,7 @@ func (s *HTTPHandlers) handler(enableDebug bool) http.Handler { uiHandler := uiserver.NewHandler( s.agent.config, s.agent.logger.Named(logging.HTTP), - s.uiTemplateDataTransform(), + s.uiTemplateDataTransform, ) s.configReloaders = append(s.configReloaders, uiHandler.ReloadConfig) @@ -298,10 +298,7 @@ func (s *HTTPHandlers) handler(enableDebug bool) http.Handler { uiHandler, s.agent.config.HTTPResponseHeaders, ) - mux.Handle( - "/robots.txt", - uiHandlerWithHeaders, - ) + mux.Handle("/robots.txt", uiHandlerWithHeaders) mux.Handle( s.agent.config.UIConfig.ContentPath, http.StripPrefix( diff --git a/agent/http_decode_test.go b/agent/http_decode_test.go index bbfabc6c3b..4b546f630e 100644 --- a/agent/http_decode_test.go +++ b/agent/http_decode_test.go @@ -275,6 +275,7 @@ type translateKeyTestCase struct { // "script_args": "ScriptArgs", // "deregister_critical_service_after": "DeregisterCriticalServiceAfter", // "docker_container_id": "DockerContainerID", +// "tls_server_name": "TLSServerName", // "tls_skip_verify": "TLSSkipVerify", // "service_id": "ServiceID", @@ -283,7 +284,8 @@ var translateCheckTypeTCs = [][]translateKeyTestCase{ translateDeregisterTCs, translateDockerTCs, translateGRPCUseTLSTCs, - translateTLSTCs, + translateTLSServerNameTCs, + translateTLSSkipVerifyTCs, translateServiceIDTCs, } @@ -504,8 +506,65 @@ var translateDockerTCs = []translateKeyTestCase{ }, } +// TLSServerName: string +func tlsServerNameEqFn(out interface{}, want interface{}) error { + var got interface{} + switch v := out.(type) { + case structs.CheckDefinition: + got = v.TLSServerName + case *structs.CheckDefinition: + got = v.TLSServerName + case structs.CheckType: + got = v.TLSServerName + case *structs.CheckType: + got = v.TLSServerName + case structs.HealthCheckDefinition: + got = v.TLSServerName + case *structs.HealthCheckDefinition: + got = v.TLSServerName + default: + panic(fmt.Sprintf("unexpected type %T", out)) + } + if got != want { + return fmt.Errorf("expected TLSServerName to be %v, got %v", want, got) + } + return nil +} + +var tlsServerNameFields = []string{`"TLSServerName": %s`, `"tls_server_name": %s`} +var translateTLSServerNameTCs = []translateKeyTestCase{ + { + desc: "tlsServerName: both set", + in: []interface{}{`"server1"`, `"server2"`}, + want: "server1", + jsonFmtStr: "{" + strings.Join(tlsServerNameFields, ",") + "}", + equalityFn: tlsServerNameEqFn, + }, + { + desc: "tlsServerName: first set", + in: []interface{}{`"server1"`}, + want: "server1", + jsonFmtStr: "{" + tlsServerNameFields[0] + "}", + equalityFn: tlsServerNameEqFn, + }, + { + desc: "tlsServerName: second set", + in: []interface{}{`"server2"`}, + want: "server2", + jsonFmtStr: "{" + tlsServerNameFields[1] + "}", + equalityFn: tlsServerNameEqFn, + }, + { + desc: "tlsServerName: neither set", + in: []interface{}{}, + want: "", // zero value + jsonFmtStr: "{}", + equalityFn: tlsServerNameEqFn, + }, +} + // TLSSkipVerify: bool -func tlsEqFn(out interface{}, want interface{}) error { +func tlsSkipVerifyEqFn(out interface{}, want interface{}) error { var got interface{} switch v := out.(type) { case structs.CheckDefinition: @@ -529,35 +588,35 @@ func tlsEqFn(out interface{}, want interface{}) error { return nil } -var tlsFields = []string{`"TLSSkipVerify": %s`, `"tls_skip_verify": %s`} -var translateTLSTCs = []translateKeyTestCase{ +var tlsSkipVerifyFields = []string{`"TLSSkipVerify": %s`, `"tls_skip_verify": %s`} +var translateTLSSkipVerifyTCs = []translateKeyTestCase{ { desc: "tlsSkipVerify: both set", in: []interface{}{`true`, `false`}, want: true, - jsonFmtStr: "{" + strings.Join(tlsFields, ",") + "}", - equalityFn: tlsEqFn, + jsonFmtStr: "{" + strings.Join(tlsSkipVerifyFields, ",") + "}", + equalityFn: tlsSkipVerifyEqFn, }, { desc: "tlsSkipVerify: first set", in: []interface{}{`true`}, want: true, - jsonFmtStr: "{" + tlsFields[0] + "}", - equalityFn: tlsEqFn, + jsonFmtStr: "{" + tlsSkipVerifyFields[0] + "}", + equalityFn: tlsSkipVerifyEqFn, }, { desc: "tlsSkipVerify: second set", in: []interface{}{`true`}, want: true, - jsonFmtStr: "{" + tlsFields[1] + "}", - equalityFn: tlsEqFn, + jsonFmtStr: "{" + tlsSkipVerifyFields[1] + "}", + equalityFn: tlsSkipVerifyEqFn, }, { desc: "tlsSkipVerify: neither set", in: []interface{}{}, want: false, // zero value jsonFmtStr: "{}", - equalityFn: tlsEqFn, + equalityFn: tlsSkipVerifyEqFn, }, } @@ -876,6 +935,7 @@ func TestDecodeACLRoleWrite(t *testing.T) { // Shell string // GRPC string // GRPCUseTLS bool +// TLSServerName string // TLSSkipVerify bool // AliasNode string // AliasService string @@ -988,6 +1048,7 @@ func TestDecodeAgentRegisterCheck(t *testing.T) { // Shell string // GRPC string // GRPCUseTLS bool +// TLSServerName string // TLSSkipVerify bool // Timeout time.Duration // TTL time.Duration @@ -1924,6 +1985,7 @@ func TestDecodeAgentRegisterService(t *testing.T) { // Shell string // GRPC string // GRPCUseTLS bool +// TLSServerName string // TLSSkipVerify bool // Timeout time.Duration // TTL time.Duration @@ -1953,6 +2015,7 @@ func TestDecodeAgentRegisterService(t *testing.T) { // ServiceTags []string // Definition structs.HealthCheckDefinition // HTTP string +// TLSServerName string // TLSSkipVerify bool // Header map[string][]string // Method string @@ -2425,6 +2488,7 @@ func TestDecodeSessionCreate(t *testing.T) { // TCP string // Status string // Notes string +// TLSServerName string // TLSSkipVerify bool // GRPC string // GRPCUseTLS bool @@ -2451,6 +2515,7 @@ func TestDecodeSessionCreate(t *testing.T) { // Header map[string][]string // Method string // Body string +// TLSServerName string // TLSSkipVerify bool // TCP string // IntervalDuration time.Duration diff --git a/agent/http_oss.go b/agent/http_oss.go index cb4f2c0a8e..9eb46d90a8 100644 --- a/agent/http_oss.go +++ b/agent/http_oss.go @@ -8,7 +8,6 @@ import ( "strings" "github.com/hashicorp/consul/agent/structs" - "github.com/hashicorp/consul/agent/uiserver" ) func (s *HTTPHandlers) parseEntMeta(req *http.Request, entMeta *structs.EnterpriseMeta) error { @@ -71,6 +70,6 @@ func (s *HTTPHandlers) enterpriseHandler(next http.Handler) http.Handler { // uiTemplateDataTransform returns an optional uiserver.UIDataTransform to allow // altering UI data in enterprise. -func (s *HTTPHandlers) uiTemplateDataTransform() uiserver.UIDataTransform { +func (s *HTTPHandlers) uiTemplateDataTransform(data map[string]interface{}) error { return nil } diff --git a/agent/pool/peek_test.go b/agent/pool/peek_test.go index ab830fc070..8b50bb2ead 100644 --- a/agent/pool/peek_test.go +++ b/agent/pool/peek_test.go @@ -201,22 +201,14 @@ func generateTestCert(serverName string) (cert tls.Certificate, caPEM []byte, er return tls.Certificate{}, nil, err } - // generate leaf - serial, err := tlsutil.GenerateSerialNumber() - if err != nil { - return tls.Certificate{}, nil, err - } - - certificate, privateKey, err := tlsutil.GenerateCert( - signer, - ca, - serial, - "Test Cert Name", - 365, - []string{serverName}, - nil, - []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - ) + certificate, privateKey, err := tlsutil.GenerateCert(tlsutil.CertOpts{ + Signer: signer, + CA: ca, + Name: "Test Cert Name", + Days: 365, + DNSNames: []string{serverName}, + ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, + }) if err != nil { return tls.Certificate{}, nil, err } diff --git a/agent/proxycfg/manager.go b/agent/proxycfg/manager.go index c703da4f06..4858d1f336 100644 --- a/agent/proxycfg/manager.go +++ b/agent/proxycfg/manager.go @@ -4,11 +4,12 @@ import ( "errors" "sync" + "github.com/hashicorp/go-hclog" + "github.com/hashicorp/consul/agent/cache" "github.com/hashicorp/consul/agent/local" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/tlsutil" - "github.com/hashicorp/go-hclog" ) var ( @@ -58,6 +59,8 @@ type ManagerConfig struct { // Cache is the agent's cache instance that can be used to retrieve, store and // monitor state for the proxies. Cache *cache.Cache + // Health provides service health updates on a notification channel. + Health Health // state is the agent's local state to be watched for new proxy registrations. State *local.State // source describes the current agent's identity, it's used directly for @@ -195,6 +198,7 @@ func (m *Manager) ensureProxyServiceLocked(ns *structs.NodeService, token string // Set the necessary dependencies state.logger = m.Logger.With("service_id", sid.String()) state.cache = m.Cache + state.health = m.Health state.source = m.Source state.dnsConfig = m.DNSConfig state.intentionDefaultAllow = m.IntentionDefaultAllow diff --git a/agent/proxycfg/manager_test.go b/agent/proxycfg/manager_test.go index 01b896d293..2c9fa40714 100644 --- a/agent/proxycfg/manager_test.go +++ b/agent/proxycfg/manager_test.go @@ -1,6 +1,7 @@ package proxycfg import ( + "context" "path" "testing" "time" @@ -14,6 +15,7 @@ import ( "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/consul/discoverychain" "github.com/hashicorp/consul/agent/local" + "github.com/hashicorp/consul/agent/rpcclient/health" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/sdk/testutil" @@ -105,6 +107,11 @@ func TestManager_BasicLifecycle(t *testing.T) { }, ) } + + upstreams := structs.TestUpstreams(t) + for i := range upstreams { + upstreams[i].DestinationNamespace = structs.IntentionDefaultNamespace + } webProxy := &structs.NodeService{ Kind: structs.ServiceKindConnectProxy, ID: "web-sidecar-proxy", @@ -119,7 +126,7 @@ func TestManager_BasicLifecycle(t *testing.T) { Config: map[string]interface{}{ "foo": "bar", }, - Upstreams: structs.TestUpstreams(t), + Upstreams: upstreams, }, } @@ -212,7 +219,8 @@ func TestManager_BasicLifecycle(t *testing.T) { DiscoveryChain: map[string]*structs.CompiledDiscoveryChain{ "db": dbDefaultChain(), }, - WatchedUpstreams: nil, // Clone() clears this out + WatchedDiscoveryChains: map[string]context.CancelFunc{}, + WatchedUpstreams: nil, // Clone() clears this out WatchedUpstreamEndpoints: map[string]map[string]structs.CheckServiceNodes{ "db": { "db.default.dc1": TestUpstreamNodes(t), @@ -222,6 +230,10 @@ func TestManager_BasicLifecycle(t *testing.T) { WatchedGatewayEndpoints: map[string]map[string]structs.CheckServiceNodes{ "db": {}, }, + UpstreamConfig: map[string]*structs.Upstream{ + upstreams[0].Identifier(): &upstreams[0], + upstreams[1].Identifier(): &upstreams[1], + }, }, PreparedQueryEndpoints: map[string]structs.CheckServiceNodes{}, WatchedServiceChecks: map[structs.ServiceID][]structs.CheckType{}, @@ -261,7 +273,8 @@ func TestManager_BasicLifecycle(t *testing.T) { DiscoveryChain: map[string]*structs.CompiledDiscoveryChain{ "db": dbSplitChain(), }, - WatchedUpstreams: nil, // Clone() clears this out + WatchedDiscoveryChains: map[string]context.CancelFunc{}, + WatchedUpstreams: nil, // Clone() clears this out WatchedUpstreamEndpoints: map[string]map[string]structs.CheckServiceNodes{ "db": { "v1.db.default.dc1": TestUpstreamNodes(t), @@ -272,6 +285,10 @@ func TestManager_BasicLifecycle(t *testing.T) { WatchedGatewayEndpoints: map[string]map[string]structs.CheckServiceNodes{ "db": {}, }, + UpstreamConfig: map[string]*structs.Upstream{ + upstreams[0].Identifier(): &upstreams[0], + upstreams[1].Identifier(): &upstreams[1], + }, }, PreparedQueryEndpoints: map[string]structs.CheckServiceNodes{}, WatchedServiceChecks: map[structs.ServiceID][]structs.CheckType{}, @@ -342,7 +359,13 @@ func testManager_BasicLifecycle( state.TriggerSyncChanges = func() {} // Create manager - m, err := NewManager(ManagerConfig{c, state, source, DNSConfig{}, logger, nil, false}) + m, err := NewManager(ManagerConfig{ + Cache: c, + Health: &health.Client{Cache: c, CacheName: cachetype.HealthServicesName}, + State: state, + Source: source, + Logger: logger, + }) require.NoError(err) // And run it diff --git a/agent/proxycfg/snapshot.go b/agent/proxycfg/snapshot.go index 08cb91da52..2974dcd202 100644 --- a/agent/proxycfg/snapshot.go +++ b/agent/proxycfg/snapshot.go @@ -18,6 +18,13 @@ type ConfigSnapshotUpstreams struct { // targeted by this upstream. We then instantiate watches for those targets. DiscoveryChain map[string]*structs.CompiledDiscoveryChain + // WatchedDiscoveryChains is a map of upstream.Identifier() -> CancelFunc's + // in order to cancel any watches when the proxy's configuration is + // changed. Ingress gateways and transparent proxies need this because + // discovery chain watches are added and removed through the lifecycle + // of a single proxycfg state instance. + WatchedDiscoveryChains map[string]context.CancelFunc + // WatchedUpstreams is a map of upstream.Identifier() -> (map of TargetID -> // CancelFunc's) in order to cancel any watches when the configuration is // changed. @@ -36,6 +43,9 @@ type ConfigSnapshotUpstreams struct { // TargetID -> CheckServiceNodes) and is used to determine the backing // endpoints of a mesh gateway. WatchedGatewayEndpoints map[string]map[string]structs.CheckServiceNodes + + // UpstreamConfig is a map to an upstream's configuration. + UpstreamConfig map[string]*structs.Upstream } type configSnapshotConnectProxy struct { @@ -58,12 +68,14 @@ func (c *configSnapshotConnectProxy) IsEmpty() bool { return c.Leaf == nil && !c.IntentionsSet && len(c.DiscoveryChain) == 0 && + len(c.WatchedDiscoveryChains) == 0 && len(c.WatchedUpstreams) == 0 && len(c.WatchedUpstreamEndpoints) == 0 && len(c.WatchedGateways) == 0 && len(c.WatchedGatewayEndpoints) == 0 && len(c.WatchedServiceChecks) == 0 && - len(c.PreparedQueryEndpoints) == 0 + len(c.PreparedQueryEndpoints) == 0 && + len(c.UpstreamConfig) == 0 } type configSnapshotTerminatingGateway struct { @@ -287,12 +299,6 @@ type configSnapshotIngressGateway struct { // to. This is constructed from the ingress-gateway config entry, and uses // the GatewayServices RPC to retrieve them. Upstreams map[IngressListenerKey]structs.Upstreams - - // WatchedDiscoveryChains is a map of upstream.Identifier() -> CancelFunc's - // in order to cancel any watches when the ingress gateway configuration is - // changed. Ingress gateways need this because discovery chain watches are - // added and removed through the lifecycle of single proxycfg.state instance. - WatchedDiscoveryChains map[string]context.CancelFunc } func (c *configSnapshotIngressGateway) IsEmpty() bool { @@ -301,7 +307,6 @@ func (c *configSnapshotIngressGateway) IsEmpty() bool { } return len(c.Upstreams) == 0 && len(c.DiscoveryChain) == 0 && - len(c.WatchedDiscoveryChains) == 0 && len(c.WatchedUpstreams) == 0 && len(c.WatchedUpstreamEndpoints) == 0 } diff --git a/agent/proxycfg/state.go b/agent/proxycfg/state.go index 59d11a2f11..9bb65b23cc 100644 --- a/agent/proxycfg/state.go +++ b/agent/proxycfg/state.go @@ -9,13 +9,14 @@ import ( "strings" "time" + "github.com/hashicorp/go-hclog" + "github.com/mitchellh/copystructure" + "github.com/mitchellh/mapstructure" + "github.com/hashicorp/consul/agent/cache" cachetype "github.com/hashicorp/consul/agent/cache-types" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/logging" - "github.com/hashicorp/go-hclog" - "github.com/mitchellh/copystructure" - "github.com/mitchellh/mapstructure" ) type CacheNotifier interface { @@ -23,6 +24,10 @@ type CacheNotifier interface { correlationID string, ch chan<- cache.UpdateEvent) error } +type Health interface { + Notify(ctx context.Context, req structs.ServiceSpecificRequest, correlationID string, ch chan<- cache.UpdateEvent) error +} + const ( coalesceTimeout = 200 * time.Millisecond rootsWatchID = "roots" @@ -40,6 +45,7 @@ const ( serviceConfigIDPrefix = "service-config:" serviceResolverIDPrefix = "service-resolver:" serviceIntentionsIDPrefix = "service-intentions:" + intentionUpstreamsID = "intention-upstreams" svcChecksWatchIDPrefix = cachetype.ServiceHTTPChecksName + ":" serviceIDPrefix = string(structs.UpstreamDestTypeService) + ":" preparedQueryIDPrefix = string(structs.UpstreamDestTypePreparedQuery) + ":" @@ -54,6 +60,7 @@ type state struct { logger hclog.Logger source *structs.QuerySource cache CacheNotifier + health Health dnsConfig DNSConfig serverSNIFn ServerSNIFunc intentionDefaultAllow bool @@ -155,6 +162,7 @@ func newState(ns *structs.NodeService, token string) (*state, error) { taggedAddresses: taggedAddresses, proxyCfg: proxyCfg, token: token, + // 10 is fairly arbitrary here but allow for the 3 mandatory and a // reasonable number of upstream watches to all deliver their initial // messages in parallel without blocking the cache.Notify loops. It's not a @@ -175,13 +183,14 @@ func newState(ns *structs.NodeService, token string) (*state, error) { func (s *state) Watch() (<-chan ConfigSnapshot, error) { s.ctx, s.cancel = context.WithCancel(context.Background()) - err := s.initWatches() + snap := s.initialConfigSnapshot() + err := s.initWatches(&snap) if err != nil { s.cancel() return nil, err } - go s.run() + go s.run(&snap) return s.snapCh, nil } @@ -195,10 +204,10 @@ func (s *state) Close() error { } // initWatches sets up the watches needed for the particular service -func (s *state) initWatches() error { +func (s *state) initWatches(snap *ConfigSnapshot) error { switch s.kind { case structs.ServiceKindConnectProxy: - return s.initWatchesConnectProxy() + return s.initWatchesConnectProxy(snap) case structs.ServiceKindTerminatingGateway: return s.initWatchesTerminatingGateway() case structs.ServiceKindMeshGateway: @@ -225,7 +234,7 @@ func (s *state) watchConnectProxyService(ctx context.Context, correlationId stri var finalMeta structs.EnterpriseMeta finalMeta.Merge(entMeta) - return s.cache.Notify(ctx, cachetype.HealthServicesName, &structs.ServiceSpecificRequest{ + return s.health.Notify(ctx, structs.ServiceSpecificRequest{ Datacenter: dc, QueryOptions: structs.QueryOptions{ Token: s.token, @@ -243,7 +252,7 @@ func (s *state) watchConnectProxyService(ctx context.Context, correlationId stri // initWatchesConnectProxy sets up the watches needed based on current proxy registration // state. -func (s *state) initWatchesConnectProxy() error { +func (s *state) initWatchesConnectProxy(snap *ConfigSnapshot) error { // Watch for root changes err := s.cache.Notify(s.ctx, cachetype.ConnectCARootName, &structs.DCSpecificRequest{ Datacenter: s.source.Datacenter, @@ -295,12 +304,38 @@ func (s *state) initWatchesConnectProxy() error { // default the namespace to the namespace of this proxy service currentNamespace := s.proxyID.NamespaceOrDefault() + if s.proxyCfg.TransparentProxy { + // When in transparent proxy we will infer upstreams from intentions with this source + err := s.cache.Notify(s.ctx, cachetype.IntentionUpstreamsName, &structs.ServiceSpecificRequest{ + Datacenter: s.source.Datacenter, + QueryOptions: structs.QueryOptions{Token: s.token}, + ServiceName: s.proxyCfg.DestinationServiceName, + EnterpriseMeta: structs.NewEnterpriseMeta(s.proxyID.NamespaceOrEmpty()), + }, intentionUpstreamsID, s.ch) + if err != nil { + return err + } + } + // Watch for updates to service endpoints for all upstreams - for _, u := range s.proxyCfg.Upstreams { + for i := range s.proxyCfg.Upstreams { + u := s.proxyCfg.Upstreams[i] + + // This can be true if the upstream is a synthetic entry populated from centralized upstream config. + // Watches should not be created for them. + if u.CentrallyConfigured { + continue + } + snap.ConnectProxy.UpstreamConfig[u.Identifier()] = &u + dc := s.source.Datacenter if u.Datacenter != "" { dc = u.Datacenter } + if s.proxyCfg.TransparentProxy && (dc == "" || dc == s.source.Datacenter) { + // In TransparentProxy mode, watches for upstreams in the local DC are handled by the IntentionUpstreams watch. + continue + } ns := currentNamespace if u.DestinationNamespace != "" { @@ -443,7 +478,7 @@ func (s *state) initWatchesMeshGateway() error { return err } - err = s.cache.Notify(s.ctx, cachetype.HealthServicesName, &structs.ServiceSpecificRequest{ + err = s.health.Notify(s.ctx, structs.ServiceSpecificRequest{ Datacenter: s.source.Datacenter, QueryOptions: structs.QueryOptions{Token: s.token}, ServiceName: structs.ConsulServiceName, @@ -541,12 +576,14 @@ func (s *state) initialConfigSnapshot() ConfigSnapshot { switch s.kind { case structs.ServiceKindConnectProxy: snap.ConnectProxy.DiscoveryChain = make(map[string]*structs.CompiledDiscoveryChain) + snap.ConnectProxy.WatchedDiscoveryChains = make(map[string]context.CancelFunc) snap.ConnectProxy.WatchedUpstreams = make(map[string]map[string]context.CancelFunc) snap.ConnectProxy.WatchedUpstreamEndpoints = make(map[string]map[string]structs.CheckServiceNodes) snap.ConnectProxy.WatchedGateways = make(map[string]map[string]context.CancelFunc) snap.ConnectProxy.WatchedGatewayEndpoints = make(map[string]map[string]structs.CheckServiceNodes) snap.ConnectProxy.WatchedServiceChecks = make(map[structs.ServiceID][]structs.CheckType) snap.ConnectProxy.PreparedQueryEndpoints = make(map[string]structs.CheckServiceNodes) + snap.ConnectProxy.UpstreamConfig = make(map[string]*structs.Upstream) case structs.ServiceKindTerminatingGateway: snap.TerminatingGateway.WatchedServices = make(map[structs.ServiceName]context.CancelFunc) snap.TerminatingGateway.WatchedIntentions = make(map[structs.ServiceName]context.CancelFunc) @@ -582,15 +619,13 @@ func (s *state) initialConfigSnapshot() ConfigSnapshot { return snap } -func (s *state) run() { +func (s *state) run(snap *ConfigSnapshot) { // Close the channel we return from Watch when we stop so consumers can stop // watching and clean up their goroutines. It's important we do this here and // not in Close since this routine sends on this chan and so might panic if it // gets closed from another goroutine. defer close(s.snapCh) - snap := s.initialConfigSnapshot() - // This turns out to be really fiddly/painful by just using time.Timer.C // directly in the code below since you can't detect when a timer is stopped // vs waiting in order to know to reset it. So just use a chan to send @@ -605,7 +640,7 @@ func (s *state) run() { case u := <-s.ch: s.logger.Trace("A blocking query returned; handling snapshot update") - if err := s.handleUpdate(u, &snap); err != nil { + if err := s.handleUpdate(u, snap); err != nil { s.logger.Error("Failed to handle update from watch", "id", u.CorrelationID, "error", err, ) @@ -734,6 +769,68 @@ func (s *state) handleUpdateConnectProxy(u cache.UpdateEvent, snap *ConfigSnapsh } snap.ConnectProxy.IntentionsSet = true + case u.CorrelationID == intentionUpstreamsID: + resp, ok := u.Result.(*structs.IndexedServiceList) + if !ok { + return fmt.Errorf("invalid type for response %T", u.Result) + } + + seenServices := make(map[string]struct{}) + for _, svc := range resp.Services { + seenServices[svc.String()] = struct{}{} + + cfgMap := make(map[string]interface{}) + u, ok := snap.ConnectProxy.UpstreamConfig[svc.String()] + if ok { + cfgMap = u.Config + } + + cfg, err := parseReducedUpstreamConfig(cfgMap) + if err != nil { + // Don't hard fail on a config typo, just warn. We'll fall back on + // the plain discovery chain if there is an error so it's safe to + // continue. + s.logger.Warn("failed to parse upstream config", + "upstream", u.Identifier(), + "error", err, + ) + } + + err = s.watchDiscoveryChain(snap, cfg, svc.String(), svc.Name, svc.NamespaceOrDefault()) + if err != nil { + return fmt.Errorf("failed to watch discovery chain for %s: %v", svc.String(), err) + } + } + + // Clean up data from services that were not in the update + for sn := range snap.ConnectProxy.WatchedUpstreams { + if _, ok := seenServices[sn]; !ok { + delete(snap.ConnectProxy.WatchedUpstreams, sn) + } + } + for sn := range snap.ConnectProxy.WatchedUpstreamEndpoints { + if _, ok := seenServices[sn]; !ok { + delete(snap.ConnectProxy.WatchedUpstreamEndpoints, sn) + } + } + for sn := range snap.ConnectProxy.WatchedGateways { + if _, ok := seenServices[sn]; !ok { + delete(snap.ConnectProxy.WatchedGateways, sn) + } + } + for sn := range snap.ConnectProxy.WatchedGatewayEndpoints { + if _, ok := seenServices[sn]; !ok { + delete(snap.ConnectProxy.WatchedGatewayEndpoints, sn) + } + } + for sn, cancelFn := range snap.ConnectProxy.WatchedDiscoveryChains { + if _, ok := seenServices[sn]; !ok { + cancelFn() + delete(snap.ConnectProxy.WatchedDiscoveryChains, sn) + delete(snap.ConnectProxy.DiscoveryChain, sn) + } + } + case strings.HasPrefix(u.CorrelationID, "upstream:"+preparedQueryIDPrefix): resp, ok := u.Result.(*structs.PreparedQueryExecuteResponse) if !ok { @@ -969,7 +1066,7 @@ func (s *state) handleUpdateTerminatingGateway(u cache.UpdateEvent, snap *Config // Watch the health endpoint to discover endpoints for the service if _, ok := snap.TerminatingGateway.WatchedServices[svc.Service]; !ok { ctx, cancel := context.WithCancel(s.ctx) - err := s.cache.Notify(ctx, cachetype.HealthServicesName, &structs.ServiceSpecificRequest{ + err := s.health.Notify(ctx, structs.ServiceSpecificRequest{ Datacenter: s.source.Datacenter, QueryOptions: structs.QueryOptions{Token: s.token}, ServiceName: svc.Service.Name, @@ -1267,7 +1364,7 @@ func (s *state) handleUpdateMeshGateway(u cache.UpdateEvent, snap *ConfigSnapsho if _, ok := snap.MeshGateway.WatchedServices[svc]; !ok { ctx, cancel := context.WithCancel(s.ctx) - err := s.cache.Notify(ctx, cachetype.HealthServicesName, &structs.ServiceSpecificRequest{ + err := s.health.Notify(ctx, structs.ServiceSpecificRequest{ Datacenter: s.source.Datacenter, QueryOptions: structs.QueryOptions{Token: s.token}, ServiceName: svc.Name, @@ -1465,9 +1562,9 @@ func (s *state) handleUpdateIngressGateway(u cache.UpdateEvent, snap *ConfigSnap for _, service := range services.Services { u := makeUpstream(service) - err := s.watchIngressDiscoveryChain(snap, u) + err := s.watchDiscoveryChain(snap, reducedUpstreamConfig{}, u.Identifier(), u.DestinationName, u.DestinationNamespace) if err != nil { - return err + return fmt.Errorf("failed to watch discovery chain for %s: %v", u.Identifier(), err) } watchedSvcs[u.Identifier()] = struct{}{} @@ -1515,25 +1612,36 @@ func makeUpstream(g *structs.GatewayService) structs.Upstream { return upstream } -func (s *state) watchIngressDiscoveryChain(snap *ConfigSnapshot, u structs.Upstream) error { - if _, ok := snap.IngressGateway.WatchedDiscoveryChains[u.Identifier()]; ok { +func (s *state) watchDiscoveryChain(snap *ConfigSnapshot, cfg reducedUpstreamConfig, id, name, namespace string) error { + if _, ok := snap.ConnectProxy.WatchedDiscoveryChains[id]; ok { return nil } ctx, cancel := context.WithCancel(s.ctx) err := s.cache.Notify(ctx, cachetype.CompiledDiscoveryChainName, &structs.DiscoveryChainRequest{ - Datacenter: s.source.Datacenter, - QueryOptions: structs.QueryOptions{Token: s.token}, - Name: u.DestinationName, - EvaluateInDatacenter: s.source.Datacenter, - EvaluateInNamespace: u.DestinationNamespace, - }, "discovery-chain:"+u.Identifier(), s.ch) + Datacenter: s.source.Datacenter, + QueryOptions: structs.QueryOptions{Token: s.token}, + Name: name, + EvaluateInDatacenter: s.source.Datacenter, + EvaluateInNamespace: namespace, + OverrideProtocol: cfg.Protocol, + OverrideConnectTimeout: cfg.ConnectTimeout(), + }, "discovery-chain:"+id, s.ch) if err != nil { cancel() return err } - snap.IngressGateway.WatchedDiscoveryChains[u.Identifier()] = cancel + switch s.kind { + case structs.ServiceKindIngressGateway: + snap.IngressGateway.WatchedDiscoveryChains[id] = cancel + case structs.ServiceKindConnectProxy: + snap.ConnectProxy.WatchedDiscoveryChains[id] = cancel + default: + cancel() + return fmt.Errorf("unsupported kind %s", s.kind) + } + return nil } diff --git a/agent/proxycfg/state_test.go b/agent/proxycfg/state_test.go index 19a0ed22b4..0c98e6c0a5 100644 --- a/agent/proxycfg/state_test.go +++ b/agent/proxycfg/state_test.go @@ -6,12 +6,14 @@ import ( "sync" "testing" + "github.com/stretchr/testify/require" + "github.com/hashicorp/consul/agent/cache" cachetype "github.com/hashicorp/consul/agent/cache-types" "github.com/hashicorp/consul/agent/consul/discoverychain" + "github.com/hashicorp/consul/agent/rpcclient/health" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/sdk/testutil" - "github.com/stretchr/testify/require" ) func TestStateChanged(t *testing.T) { @@ -143,6 +145,10 @@ func (cn *testCacheNotifier) Notify(ctx context.Context, t string, r cache.Reque return nil } +func (cn *testCacheNotifier) Get(ctx context.Context, t string, r cache.Request) (interface{}, cache.ResultMeta, error) { + panic("Get: not implemented") +} + func (cn *testCacheNotifier) getNotifierRequest(t testing.TB, correlationId string) testCacheNotifierRequest { cn.lock.RLock() req, ok := cn.notifiers[correlationId] @@ -249,6 +255,17 @@ func genVerifyIntentionWatch(expectedService string, expectedDatacenter string) } } +func genVerifyIntentionUpstreamsWatch(expectedService string, expectedDatacenter string) verifyWatchRequest { + return func(t testing.TB, cacheType string, request cache.Request) { + require.Equal(t, cachetype.IntentionUpstreamsName, cacheType) + + reqReal, ok := request.(*structs.ServiceSpecificRequest) + require.True(t, ok) + require.Equal(t, expectedDatacenter, reqReal.Datacenter) + require.Equal(t, expectedService, reqReal.ServiceName) + } +} + func genVerifyPreparedQueryWatch(expectedName string, expectedDatacenter string) verifyWatchRequest { return func(t testing.TB, cacheType string, request cache.Request) { require.Equal(t, cachetype.PreparedQueryName, cacheType) @@ -1503,6 +1520,247 @@ func TestState_WatchesAndUpdates(t *testing.T) { }, }, }, + "transparent-proxy-initial": { + ns: structs.NodeService{ + Kind: structs.ServiceKindConnectProxy, + ID: "api-proxy", + Service: "api-proxy", + Address: "10.0.1.1", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "api", + TransparentProxy: true, + }, + }, + sourceDC: "dc1", + stages: []verificationStage{ + { + requiredWatches: map[string]verifyWatchRequest{ + rootsWatchID: genVerifyRootsWatch("dc1"), + intentionUpstreamsID: genVerifyServiceSpecificRequest(intentionUpstreamsID, + "api", "", "dc1", false), + leafWatchID: genVerifyLeafWatch("api", "dc1"), + intentionsWatchID: genVerifyIntentionWatch("api", "dc1"), + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.False(t, snap.Valid(), "proxy without roots/leaf/intentions is not valid") + require.True(t, snap.ConnectProxy.IsEmpty()) + require.True(t, snap.MeshGateway.IsEmpty()) + require.True(t, snap.IngressGateway.IsEmpty()) + require.True(t, snap.TerminatingGateway.IsEmpty()) + }, + }, + { + events: []cache.UpdateEvent{ + rootWatchEvent(), + { + CorrelationID: leafWatchID, + Result: issuedCert, + Err: nil, + }, + { + CorrelationID: intentionsWatchID, + Result: TestIntentions(), + Err: nil, + }, + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.True(t, snap.Valid(), "proxy with roots/leaf/intentions is valid") + require.Equal(t, indexedRoots, snap.Roots) + require.Equal(t, issuedCert, snap.Leaf()) + require.Equal(t, TestIntentions().Matches[0], snap.ConnectProxy.Intentions) + require.True(t, snap.MeshGateway.IsEmpty()) + require.True(t, snap.IngressGateway.IsEmpty()) + require.True(t, snap.TerminatingGateway.IsEmpty()) + }, + }, + }, + }, + "transparent-proxy-handle-update": { + ns: structs.NodeService{ + Kind: structs.ServiceKindConnectProxy, + ID: "api-proxy", + Service: "api-proxy", + Address: "10.0.1.1", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "api", + TransparentProxy: true, + }, + }, + sourceDC: "dc1", + stages: []verificationStage{ + // Empty on initialization + { + requiredWatches: map[string]verifyWatchRequest{ + rootsWatchID: genVerifyRootsWatch("dc1"), + intentionUpstreamsID: genVerifyServiceSpecificRequest(intentionUpstreamsID, + "api", "", "dc1", false), + leafWatchID: genVerifyLeafWatch("api", "dc1"), + intentionsWatchID: genVerifyIntentionWatch("api", "dc1"), + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.False(t, snap.Valid(), "proxy without roots/leaf/intentions is not valid") + require.True(t, snap.ConnectProxy.IsEmpty()) + require.True(t, snap.MeshGateway.IsEmpty()) + require.True(t, snap.IngressGateway.IsEmpty()) + require.True(t, snap.TerminatingGateway.IsEmpty()) + }, + }, + // Valid snapshot after roots, leaf, and intentions + { + events: []cache.UpdateEvent{ + rootWatchEvent(), + { + CorrelationID: leafWatchID, + Result: issuedCert, + Err: nil, + }, + { + CorrelationID: intentionsWatchID, + Result: TestIntentions(), + Err: nil, + }, + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.True(t, snap.Valid(), "proxy with roots/leaf/intentions is valid") + require.Equal(t, indexedRoots, snap.Roots) + require.Equal(t, issuedCert, snap.Leaf()) + require.Equal(t, TestIntentions().Matches[0], snap.ConnectProxy.Intentions) + require.True(t, snap.MeshGateway.IsEmpty()) + require.True(t, snap.IngressGateway.IsEmpty()) + require.True(t, snap.TerminatingGateway.IsEmpty()) + }, + }, + // Receiving an intention should lead to spinning up a discovery chain watch + { + requiredWatches: map[string]verifyWatchRequest{ + rootsWatchID: genVerifyRootsWatch("dc1"), + intentionUpstreamsID: genVerifyServiceSpecificRequest(intentionUpstreamsID, + "api", "", "dc1", false), + leafWatchID: genVerifyLeafWatch("api", "dc1"), + intentionsWatchID: genVerifyIntentionWatch("api", "dc1"), + }, + events: []cache.UpdateEvent{ + { + CorrelationID: intentionUpstreamsID, + Result: &structs.IndexedServiceList{ + Services: structs.ServiceList{ + db, + }, + }, + Err: nil, + }, + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.True(t, snap.Valid(), "should still be valid") + + // Should start watch for db's chain + require.Contains(t, snap.ConnectProxy.WatchedDiscoveryChains, dbStr) + + // Should not have results yet + require.Empty(t, snap.ConnectProxy.DiscoveryChain) + }, + }, + // Discovery chain updates should be stored + { + requiredWatches: map[string]verifyWatchRequest{ + "discovery-chain:" + dbStr: genVerifyDiscoveryChainWatch(&structs.DiscoveryChainRequest{ + Name: "db", + EvaluateInDatacenter: "dc1", + EvaluateInNamespace: "default", + Datacenter: "dc1", + }), + }, + events: []cache.UpdateEvent{ + { + CorrelationID: "discovery-chain:" + dbStr, + Result: &structs.DiscoveryChainResponse{ + Chain: discoverychain.TestCompileConfigEntries(t, "db", "default", "dc1", "trustdomain.consul", "dc1", nil), + }, + Err: nil, + }, + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.Len(t, snap.ConnectProxy.WatchedUpstreams, 1) + require.Len(t, snap.ConnectProxy.WatchedUpstreams[dbStr], 1) + }, + }, + { + requiredWatches: map[string]verifyWatchRequest{ + "upstream-target:db.default.dc1:" + dbStr: genVerifyServiceWatch("db", "", "dc1", true), + }, + events: []cache.UpdateEvent{ + { + CorrelationID: "upstream-target:db.default.dc1:" + dbStr, + Result: &structs.IndexedCheckServiceNodes{ + Nodes: structs.CheckServiceNodes{ + { + Node: &structs.Node{ + Node: "node1", + Address: "127.0.0.1", + }, + Service: &structs.NodeService{ + ID: "db1", + Service: "db", + }, + }, + }, + }, + Err: nil, + }, + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.Len(t, snap.ConnectProxy.WatchedUpstreamEndpoints, 1) + require.Contains(t, snap.ConnectProxy.WatchedUpstreamEndpoints, dbStr) + require.Len(t, snap.ConnectProxy.WatchedUpstreamEndpoints[dbStr], 1) + require.Contains(t, snap.ConnectProxy.WatchedUpstreamEndpoints[dbStr], "db.default.dc1") + require.Equal(t, snap.ConnectProxy.WatchedUpstreamEndpoints[dbStr]["db.default.dc1"], + structs.CheckServiceNodes{ + { + Node: &structs.Node{ + Node: "node1", + Address: "127.0.0.1", + }, + Service: &structs.NodeService{ + ID: "db1", + Service: "db", + }, + }, + }, + ) + }, + }, + // Empty list of upstreams should clean everything up + { + requiredWatches: map[string]verifyWatchRequest{ + rootsWatchID: genVerifyRootsWatch("dc1"), + intentionUpstreamsID: genVerifyServiceSpecificRequest(intentionUpstreamsID, + "api", "", "dc1", false), + leafWatchID: genVerifyLeafWatch("api", "dc1"), + intentionsWatchID: genVerifyIntentionWatch("api", "dc1"), + }, + events: []cache.UpdateEvent{ + { + CorrelationID: intentionUpstreamsID, + Result: &structs.IndexedServiceList{ + Services: structs.ServiceList{}, + }, + Err: nil, + }, + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.True(t, snap.Valid(), "should still be valid") + + // Empty intention upstreams leads to cancelling all associated watches + require.Empty(t, snap.ConnectProxy.WatchedDiscoveryChains) + require.Empty(t, snap.ConnectProxy.WatchedUpstreams) + require.Empty(t, snap.ConnectProxy.WatchedUpstreamEndpoints) + require.Empty(t, snap.ConnectProxy.WatchedGateways) + require.Empty(t, snap.ConnectProxy.WatchedGatewayEndpoints) + require.Empty(t, snap.ConnectProxy.DiscoveryChain) + }, + }, + }, + }, "connect-proxy": newConnectProxyCase(structs.MeshGatewayModeDefault), "connect-proxy-mesh-gateway-local": newConnectProxyCase(structs.MeshGatewayModeLocal), } @@ -1521,6 +1779,7 @@ func TestState_WatchesAndUpdates(t *testing.T) { // setup a new testing cache notifier cn := newTestCacheNotifier() state.cache = cn + state.health = &health.Client{Cache: cn, CacheName: cachetype.HealthServicesName} // setup the local datacenter information state.source = &structs.QuerySource{ @@ -1535,12 +1794,12 @@ func TestState_WatchesAndUpdates(t *testing.T) { // setup the ctx as initWatches expects this to be there state.ctx, state.cancel = context.WithCancel(context.Background()) - // ensure the initial watch setup did not error - require.NoError(t, state.initWatches()) - // get the initial configuration snapshot snap := state.initialConfigSnapshot() + // ensure the initial watch setup did not error + require.NoError(t, state.initWatches(&snap)) + //-------------------------------------------------------------------- // // All the nested subtests here are to make failures easier to diff --git a/agent/proxycfg/testing.go b/agent/proxycfg/testing.go index 1c01744935..66546f7fc3 100644 --- a/agent/proxycfg/testing.go +++ b/agent/proxycfg/testing.go @@ -653,6 +653,8 @@ func TestConfigSnapshot(t testing.T) *ConfigSnapshot { t, "db", "default", "dc1", connect.TestClusterID+".consul", "dc1", nil) + upstreams := structs.TestUpstreams(t) + return &ConfigSnapshot{ Kind: structs.ServiceKindConnectProxy, Service: "web-sidecar-proxy", @@ -667,12 +669,13 @@ func TestConfigSnapshot(t testing.T) *ConfigSnapshot { Config: map[string]interface{}{ "foo": "bar", }, - Upstreams: structs.TestUpstreams(t), + Upstreams: upstreams, }, Roots: roots, ConnectProxy: configSnapshotConnectProxy{ ConfigSnapshotUpstreams: ConfigSnapshotUpstreams{ - Leaf: leaf, + Leaf: leaf, + UpstreamConfig: upstreams.ToMap(), DiscoveryChain: map[string]*structs.CompiledDiscoveryChain{ "db": dbChain, }, @@ -1315,6 +1318,7 @@ func setupTestVariationConfigEntriesAndSnapshot( dbChain := discoverychain.TestCompileConfigEntries(t, "db", "default", "dc1", connect.TestClusterID+".consul", "dc1", compileSetup, entries...) + upstreams := structs.TestUpstreams(t) snap := ConfigSnapshotUpstreams{ Leaf: leaf, DiscoveryChain: map[string]*structs.CompiledDiscoveryChain{ @@ -1325,6 +1329,7 @@ func setupTestVariationConfigEntriesAndSnapshot( "db.default.dc1": TestUpstreamNodes(t), }, }, + UpstreamConfig: upstreams.ToMap(), } switch variation { diff --git a/agent/routine-leak-checker/leak_test.go b/agent/routine-leak-checker/leak_test.go index 60ac2de39e..8eac5be913 100644 --- a/agent/routine-leak-checker/leak_test.go +++ b/agent/routine-leak-checker/leak_test.go @@ -15,32 +15,24 @@ import ( ) func testTLSCertificates(serverName string) (cert string, key string, cacert string, err error) { - ca, _, err := tlsutil.GenerateCA(tlsutil.CAOpts{}) - if err != nil { - return "", "", "", err - } - - // generate leaf - serial, err := tlsutil.GenerateSerialNumber() - if err != nil { - return "", "", "", err - } - signer, _, err := tlsutil.GeneratePrivateKey() if err != nil { return "", "", "", err } - cert, privateKey, err := tlsutil.GenerateCert( - signer, - ca, - serial, - "Test Cert Name", - 365, - []string{serverName}, - nil, - []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth}, - ) + ca, _, err := tlsutil.GenerateCA(tlsutil.CAOpts{Signer: signer}) + if err != nil { + return "", "", "", err + } + + cert, privateKey, err := tlsutil.GenerateCert(tlsutil.CertOpts{ + Signer: signer, + CA: ca, + Name: "Test Cert Name", + Days: 365, + DNSNames: []string{serverName}, + ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth}, + }) if err != nil { return "", "", "", err } diff --git a/agent/rpc/subscribe/logger.go b/agent/rpc/subscribe/logger.go index 99394f5465..693c8604af 100644 --- a/agent/rpc/subscribe/logger.go +++ b/agent/rpc/subscribe/logger.go @@ -43,7 +43,7 @@ func newLoggerForRequest(l Logger, req *pbsubscribe.SubscribeRequest) Logger { "dc", req.Datacenter, "key", req.Key, "namespace", req.Namespace, - "index", req.Index, + "request_index", req.Index, "stream_id", &streamID{}) } diff --git a/agent/rpc/subscribe/subscribe.go b/agent/rpc/subscribe/subscribe.go index bb1ccdb0ec..71bede729d 100644 --- a/agent/rpc/subscribe/subscribe.go +++ b/agent/rpc/subscribe/subscribe.go @@ -95,7 +95,7 @@ func toStreamSubscribeRequest(req *pbsubscribe.SubscribeRequest, entMeta structs Key: req.Key, Token: req.Token, Index: req.Index, - Namespace: entMeta.GetNamespace(), + Namespace: entMeta.NamespaceOrEmpty(), } } diff --git a/agent/rpcclient/health/health.go b/agent/rpcclient/health/health.go index 0118a363cd..1ef29488ff 100644 --- a/agent/rpcclient/health/health.go +++ b/agent/rpcclient/health/health.go @@ -12,8 +12,9 @@ type Client struct { Cache CacheGetter // CacheName to use for service health. CacheName string - // CacheNameConnect is the name of the cache to use for connect service health. - CacheNameConnect string + // CacheNameIngress is the name of the cache type to use for ingress + // service health. + CacheNameIngress string } type NetRPC interface { @@ -22,6 +23,7 @@ type NetRPC interface { type CacheGetter interface { Get(ctx context.Context, t string, r cache.Request) (interface{}, cache.ResultMeta, error) + Notify(ctx context.Context, t string, r cache.Request, cID string, ch chan<- cache.UpdateEvent) error } func (c *Client) ServiceNodes( @@ -55,8 +57,8 @@ func (c *Client) getServiceNodes( } cacheName := c.CacheName - if req.Connect { - cacheName = c.CacheNameConnect + if req.Ingress { + cacheName = c.CacheNameIngress } raw, md, err := c.Cache.Get(ctx, cacheName, &req) @@ -68,5 +70,19 @@ func (c *Client) getServiceNodes( if !ok { panic("wrong response type for cachetype.HealthServicesName") } + return *value, md, nil } + +func (c *Client) Notify( + ctx context.Context, + req structs.ServiceSpecificRequest, + correlationID string, + ch chan<- cache.UpdateEvent, +) error { + cacheName := c.CacheName + if req.Ingress { + cacheName = c.CacheNameIngress + } + return c.Cache.Notify(ctx, cacheName, &req, correlationID, ch) +} diff --git a/agent/service_manager.go b/agent/service_manager.go index 591c0981f8..29808580e8 100644 --- a/agent/service_manager.go +++ b/agent/service_manager.go @@ -309,8 +309,11 @@ func (w *serviceConfigWatch) handleUpdate(ctx context.Context, event cache.Updat } func makeConfigRequest(bd BaseDeps, addReq AddServiceRequest) *structs.ServiceConfigRequest { - ns := addReq.Service - name := ns.Service + var ( + ns = addReq.Service + name = ns.Service + ) + var upstreams []structs.ServiceID // Note that only sidecar proxies should even make it here for now although @@ -335,6 +338,7 @@ func makeConfigRequest(bd BaseDeps, addReq AddServiceRequest) *structs.ServiceCo Name: name, Datacenter: bd.RuntimeConfig.Datacenter, QueryOptions: structs.QueryOptions{Token: addReq.token}, + MeshGateway: ns.Proxy.MeshGateway, UpstreamIDs: upstreams, EnterpriseMeta: ns.EnterpriseMeta, } @@ -365,7 +369,6 @@ func mergeServiceConfig(defaults *structs.ServiceConfigResponse, service *struct if err := mergo.Merge(&ns.Proxy.Config, defaults.ProxyConfig); err != nil { return nil, err } - if err := mergo.Merge(&ns.Proxy.Expose, defaults.Expose); err != nil { return nil, err } @@ -373,28 +376,78 @@ func mergeServiceConfig(defaults *structs.ServiceConfigResponse, service *struct if ns.Proxy.MeshGateway.Mode == structs.MeshGatewayModeDefault { ns.Proxy.MeshGateway.Mode = defaults.MeshGateway.Mode } + if !ns.Proxy.TransparentProxy { + ns.Proxy.TransparentProxy = defaults.TransparentProxy + } - // Merge upstream defaults if there were any returned + // remoteUpstreams contains synthetic Upstreams generated from central config (service-defaults.UpstreamConfigs). + remoteUpstreams := make(map[structs.ServiceID]structs.Upstream) + + for _, us := range defaults.UpstreamIDConfigs { + parsed, err := structs.ParseUpstreamConfigNoDefaults(us.Config) + if err != nil { + return nil, fmt.Errorf("failed to parse upstream config map for %s: %v", us.Upstream.String(), err) + } + + // Delete the mesh gateway key since this is the only place it is read from an opaque map. + // Later reads use Proxy.MeshGateway. + // Note that we use the "mesh_gateway" key and not other variants like "MeshGateway" because + // UpstreamConfig.MergeInto and ResolveServiceConfig only use "mesh_gateway". + delete(us.Config, "mesh_gateway") + + remoteUpstreams[us.Upstream] = structs.Upstream{ + DestinationNamespace: us.Upstream.NamespaceOrDefault(), + DestinationName: us.Upstream.ID, + Config: us.Config, + MeshGateway: parsed.MeshGateway, + CentrallyConfigured: true, + } + } + + // localUpstreams stores the upstreams seen from the local registration so that we can merge in the synthetic entries. + // In TransparentProxy mode ns.Proxy.Upstreams will likely be empty because users do not need to define upstreams explicitly. + // So to store upstream-specific flags from central config, we add entries to ns.Proxy.Upstream with those values. + localUpstreams := make(map[structs.ServiceID]struct{}) + + // Merge upstream defaults into the local registration for i := range ns.Proxy.Upstreams { // Get a pointer not a value copy of the upstream struct us := &ns.Proxy.Upstreams[i] if us.DestinationType != "" && us.DestinationType != structs.UpstreamDestTypeService { continue } + localUpstreams[us.DestinationID()] = struct{}{} - // default the upstreams gateway mode if it didn't specify one - if us.MeshGateway.Mode == structs.MeshGatewayModeDefault { - us.MeshGateway.Mode = ns.Proxy.MeshGateway.Mode - } - - usCfg, ok := defaults.UpstreamIDConfigs.GetUpstreamConfig(us.DestinationID()) + usCfg, ok := remoteUpstreams[us.DestinationID()] if !ok { // No config defaults to merge continue } - if err := mergo.Merge(&us.Config, usCfg); err != nil { + + // The local upstream config mode has the highest precedence, so only overwrite when it's set to the default + if us.MeshGateway.Mode == structs.MeshGatewayModeDefault { + us.MeshGateway.Mode = usCfg.MeshGateway.Mode + } + + // Merge in everything else that is read from the map + if err := mergo.Merge(&us.Config, usCfg.Config); err != nil { return nil, err } } + + // Ensure upstreams present in central config are represented in the local configuration. + // This does not apply outside of TransparentProxy mode because in that situation every upstream needs to be defined + // explicitly and locally with a local bind port. + if ns.Proxy.TransparentProxy { + for id, remote := range remoteUpstreams { + if _, ok := localUpstreams[id]; ok { + // Remote upstream is already present locally + continue + } + + ns.Proxy.Upstreams = append(ns.Proxy.Upstreams, remote) + } + } + return ns, err } diff --git a/agent/service_manager_test.go b/agent/service_manager_test.go index 8ed22e9f5a..7a4ef3eec4 100644 --- a/agent/service_manager_test.go +++ b/agent/service_manager_test.go @@ -8,11 +8,11 @@ import ( "path/filepath" "testing" - "github.com/stretchr/testify/require" - "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/testrpc" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" ) func TestServiceManager_RegisterService(t *testing.T) { @@ -112,8 +112,9 @@ func TestServiceManager_RegisterSidecar(t *testing.T) { LocalServicePort: 8000, Upstreams: structs.Upstreams{ { - DestinationName: "redis", - LocalBindPort: 5000, + DestinationName: "redis", + DestinationNamespace: "default", + LocalBindPort: 5000, }, }, }, @@ -141,8 +142,9 @@ func TestServiceManager_RegisterSidecar(t *testing.T) { }, Upstreams: structs.Upstreams{ { - DestinationName: "redis", - LocalBindPort: 5000, + DestinationName: "redis", + DestinationNamespace: "default", + LocalBindPort: 5000, Config: map[string]interface{}{ "protocol": "tcp", }, @@ -341,8 +343,9 @@ func TestServiceManager_PersistService_API(t *testing.T) { LocalServicePort: 8000, Upstreams: structs.Upstreams{ { - DestinationName: "redis", - LocalBindPort: 5000, + DestinationName: "redis", + DestinationNamespace: "default", + LocalBindPort: 5000, }, }, }, @@ -366,8 +369,9 @@ func TestServiceManager_PersistService_API(t *testing.T) { }, Upstreams: structs.Upstreams{ { - DestinationName: "redis", - LocalBindPort: 5000, + DestinationName: "redis", + DestinationNamespace: "default", + LocalBindPort: 5000, Config: map[string]interface{}{ "protocol": "tcp", }, @@ -418,8 +422,8 @@ func TestServiceManager_PersistService_API(t *testing.T) { "foo": 1, "protocol": "http", }, - UpstreamIDConfigs: structs.UpstreamConfigs{ - structs.UpstreamConfig{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + structs.OpaqueUpstreamConfig{ Upstream: structs.NewServiceID("redis", nil), Config: map[string]interface{}{ "protocol": "tcp", @@ -459,8 +463,8 @@ func TestServiceManager_PersistService_API(t *testing.T) { "foo": 1, "protocol": "http", }, - UpstreamIDConfigs: structs.UpstreamConfigs{ - structs.UpstreamConfig{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + structs.OpaqueUpstreamConfig{ Upstream: structs.NewServiceID("redis", nil), Config: map[string]interface{}{ "protocol": "tcp", @@ -550,6 +554,7 @@ func TestServiceManager_PersistService_ConfigFiles(t *testing.T) { local_service_port = 8000 upstreams = [{ destination_name = "redis" + destination_namespace = "default" local_bind_port = 5000 }] } @@ -592,9 +597,10 @@ func TestServiceManager_PersistService_ConfigFiles(t *testing.T) { }, Upstreams: structs.Upstreams{ { - DestinationType: "service", - DestinationName: "redis", - LocalBindPort: 5000, + DestinationType: "service", + DestinationName: "redis", + DestinationNamespace: "default", + LocalBindPort: 5000, Config: map[string]interface{}{ "protocol": "tcp", }, @@ -634,8 +640,8 @@ func TestServiceManager_PersistService_ConfigFiles(t *testing.T) { "foo": 1, "protocol": "http", }, - UpstreamIDConfigs: structs.UpstreamConfigs{ - structs.UpstreamConfig{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + structs.OpaqueUpstreamConfig{ Upstream: structs.NewServiceID("redis", nil), Config: map[string]interface{}{ "protocol": "tcp", @@ -848,3 +854,324 @@ func convertToMap(v interface{}) (map[string]interface{}, error) { return raw, nil } + +func Test_mergeServiceConfig_UpstreamOverrides(t *testing.T) { + type args struct { + defaults *structs.ServiceConfigResponse + service *structs.NodeService + } + tests := []struct { + name string + args args + want *structs.NodeService + }{ + { + name: "new config fields", + args: args{ + defaults: &structs.ServiceConfigResponse{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + { + Upstream: structs.ServiceID{ + ID: "zap", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + Config: map[string]interface{}{ + "passive_health_check": map[string]interface{}{ + "Interval": int64(10), + "MaxFailures": int64(2), + }, + "mesh_gateway": map[string]interface{}{ + "Mode": "local", + }, + "protocol": "grpc", + }, + }, + }, + }, + service: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zap", + }, + }, + }, + }, + }, + want: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zap", + Config: map[string]interface{}{ + "passive_health_check": map[string]interface{}{ + "Interval": int64(10), + "MaxFailures": int64(2), + }, + "protocol": "grpc", + }, + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeLocal, + }, + }, + }, + }, + }, + }, + { + name: "remote upstream config expands local upstream list in tproxy mode", + args: args{ + defaults: &structs.ServiceConfigResponse{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + { + Upstream: structs.ServiceID{ + ID: "zap", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + Config: map[string]interface{}{ + "protocol": "grpc", + }, + }, + }, + }, + service: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + TransparentProxy: true, + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zip", + LocalBindPort: 8080, + Config: map[string]interface{}{ + "protocol": "http", + }, + }, + }, + }, + }, + }, + want: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + TransparentProxy: true, + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zip", + LocalBindPort: 8080, + Config: map[string]interface{}{ + "protocol": "http", + }, + }, + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zap", + Config: map[string]interface{}{ + "protocol": "grpc", + }, + CentrallyConfigured: true, + }, + }, + }, + }, + }, + { + name: "remote upstream config not added to local upstream list outside of tproxy mode", + args: args{ + defaults: &structs.ServiceConfigResponse{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + { + Upstream: structs.ServiceID{ + ID: "zap", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + Config: map[string]interface{}{ + "protocol": "grpc", + }, + }, + }, + }, + service: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + TransparentProxy: false, + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zip", + LocalBindPort: 8080, + Config: map[string]interface{}{ + "protocol": "http", + }, + }, + }, + }, + }, + }, + want: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zip", + LocalBindPort: 8080, + Config: map[string]interface{}{ + "protocol": "http", + }, + }, + }, + }, + }, + }, + { + name: "upstream mode from remote defaults overrides local default", + args: args{ + defaults: &structs.ServiceConfigResponse{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + { + Upstream: structs.ServiceID{ + ID: "zap", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + Config: map[string]interface{}{ + "mesh_gateway": map[string]interface{}{ + "Mode": "local", + }, + }, + }, + }, + }, + service: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeRemote, + }, + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zap", + }, + }, + }, + }, + }, + want: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeRemote, + }, + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zap", + Config: map[string]interface{}{}, + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeLocal, + }, + }, + }, + }, + }, + }, + { + name: "mode in local upstream config overrides all", + args: args{ + defaults: &structs.ServiceConfigResponse{ + UpstreamIDConfigs: structs.OpaqueUpstreamConfigs{ + { + Upstream: structs.ServiceID{ + ID: "zap", + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + }, + Config: map[string]interface{}{ + "mesh_gateway": map[string]interface{}{ + "Mode": "local", + }, + }, + }, + }, + }, + service: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeRemote, + }, + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zap", + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeNone, + }, + }, + }, + }, + }, + }, + want: &structs.NodeService{ + ID: "foo-proxy", + Service: "foo-proxy", + Proxy: structs.ConnectProxyConfig{ + DestinationServiceName: "foo", + DestinationServiceID: "foo", + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeRemote, + }, + Upstreams: structs.Upstreams{ + structs.Upstream{ + DestinationNamespace: "default", + DestinationName: "zap", + Config: map[string]interface{}{}, + MeshGateway: structs.MeshGatewayConfig{ + Mode: structs.MeshGatewayModeNone, + }, + }, + }, + }, + }, + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + got, err := mergeServiceConfig(tt.args.defaults, tt.args.service) + require.NoError(t, err) + assert.Equal(t, tt.want, got) + }) + } +} diff --git a/agent/structs/check_definition.go b/agent/structs/check_definition.go index 82c36a16dc..3a8c2326a3 100644 --- a/agent/structs/check_definition.go +++ b/agent/structs/check_definition.go @@ -33,6 +33,7 @@ type CheckDefinition struct { Shell string GRPC string GRPCUseTLS bool + TLSServerName string TLSSkipVerify bool AliasNode string AliasService string @@ -62,6 +63,7 @@ func (t *CheckDefinition) UnmarshalJSON(data []byte) (err error) { ScriptArgsSnake []string `json:"script_args"` DeregisterCriticalServiceAfterSnake interface{} `json:"deregister_critical_service_after"` DockerContainerIDSnake string `json:"docker_container_id"` + TLSServerNameSnake string `json:"tls_server_name"` TLSSkipVerifySnake bool `json:"tls_skip_verify"` GRPCUseTLSSnake bool `json:"grpc_use_tls"` ServiceIDSnake string `json:"service_id"` @@ -87,6 +89,9 @@ func (t *CheckDefinition) UnmarshalJSON(data []byte) (err error) { if t.DockerContainerID == "" { t.DockerContainerID = aux.DockerContainerIDSnake } + if t.TLSServerName == "" { + t.TLSServerName = aux.TLSServerNameSnake + } if aux.TLSSkipVerifySnake { t.TLSSkipVerify = aux.TLSSkipVerifySnake } @@ -182,6 +187,7 @@ func (c *CheckDefinition) CheckType() *CheckType { Interval: c.Interval, DockerContainerID: c.DockerContainerID, Shell: c.Shell, + TLSServerName: c.TLSServerName, TLSSkipVerify: c.TLSSkipVerify, Timeout: c.Timeout, TTL: c.TTL, diff --git a/agent/structs/check_type.go b/agent/structs/check_type.go index 0cf256cc81..4e864d96b8 100644 --- a/agent/structs/check_type.go +++ b/agent/structs/check_type.go @@ -43,6 +43,7 @@ type CheckType struct { Shell string GRPC string GRPCUseTLS bool + TLSServerName string TLSSkipVerify bool Timeout time.Duration TTL time.Duration @@ -75,6 +76,7 @@ func (t *CheckType) UnmarshalJSON(data []byte) (err error) { ScriptArgsSnake []string `json:"script_args"` DeregisterCriticalServiceAfterSnake interface{} `json:"deregister_critical_service_after"` DockerContainerIDSnake string `json:"docker_container_id"` + TLSServerNameSnake string `json:"tls_server_name"` TLSSkipVerifySnake bool `json:"tls_skip_verify"` GRPCUseTLSSnake bool `json:"grpc_use_tls"` @@ -102,6 +104,9 @@ func (t *CheckType) UnmarshalJSON(data []byte) (err error) { if t.DockerContainerID == "" { t.DockerContainerID = aux.DockerContainerIDSnake } + if t.TLSServerName == "" { + t.TLSServerName = aux.TLSServerNameSnake + } if aux.TLSSkipVerifySnake { t.TLSSkipVerify = aux.TLSSkipVerifySnake } diff --git a/agent/structs/config_entry.go b/agent/structs/config_entry.go index 268c504056..c2427dfa98 100644 --- a/agent/structs/config_entry.go +++ b/agent/structs/config_entry.go @@ -79,19 +79,16 @@ type UpdatableConfigEntry interface { // ServiceConfiguration is the top-level struct for the configuration of a service // across the entire cluster. type ServiceConfigEntry struct { - Kind string - Name string - Protocol string - MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` - Expose ExposeConfig `json:",omitempty"` + Kind string + Name string + Protocol string + MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` + Expose ExposeConfig `json:",omitempty"` + TransparentProxy bool `json:",omitempty" alias:"transparent_proxy"` ExternalSNI string `json:",omitempty" alias:"external_sni"` - // TODO(banks): enable this once we have upstreams supported too. Enabling - // sidecars actually makes no sense and adds complications when you don't - // allow upstreams to be specified centrally too. - // - // Connect ConnectConfiguration + Connect *ConnectConfiguration `json:",omitempty"` Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` @@ -131,13 +128,23 @@ func (e *ServiceConfigEntry) Normalize() error { e.Kind = ServiceDefaults e.Protocol = strings.ToLower(e.Protocol) + e.Connect.Normalize() e.EnterpriseMeta.Normalize() return nil } func (e *ServiceConfigEntry) Validate() error { - return validateConfigEntryMeta(e.Meta) + validationErr := validateConfigEntryMeta(e.Meta) + + if e.Connect != nil { + err := e.Connect.Validate() + if err != nil { + validationErr = multierror.Append(validationErr, err) + } + } + + return validationErr } func (e *ServiceConfigEntry) CanRead(authz acl.Authorizer) bool { @@ -169,16 +176,48 @@ func (e *ServiceConfigEntry) GetEnterpriseMeta() *EnterpriseMeta { } type ConnectConfiguration struct { - SidecarProxy bool + // UpstreamConfigs is a map of service to per-upstream configuration + UpstreamConfigs map[string]*UpstreamConfig `json:",omitempty" alias:"upstream_configs"` + + // UpstreamDefaults contains default configuration for all upstreams of a given service + UpstreamDefaults *UpstreamConfig `json:",omitempty" alias:"upstream_defaults"` +} + +func (cfg *ConnectConfiguration) Normalize() { + if cfg == nil { + return + } + for _, v := range cfg.UpstreamConfigs { + v.Normalize() + } + + cfg.UpstreamDefaults.Normalize() +} + +func (cfg ConnectConfiguration) Validate() error { + var validationErr error + + for k, v := range cfg.UpstreamConfigs { + if err := v.Validate(); err != nil { + validationErr = multierror.Append(validationErr, fmt.Errorf("error in upstream config for %s: %v", k, err)) + } + } + + if err := cfg.UpstreamDefaults.Validate(); err != nil { + validationErr = multierror.Append(validationErr, fmt.Errorf("error in upstream defaults %v", err)) + } + + return validationErr } // ProxyConfigEntry is the top-level struct for global proxy configuration defaults. type ProxyConfigEntry struct { - Kind string - Name string - Config map[string]interface{} - MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` - Expose ExposeConfig `json:",omitempty"` + Kind string + Name string + Config map[string]interface{} + MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` + Expose ExposeConfig `json:",omitempty"` + TransparentProxy bool `json:",omitempty" alias:"transparent_proxy"` Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` @@ -542,12 +581,17 @@ func (r *ConfigEntryListAllRequest) RequestDatacenter() string { type ServiceConfigRequest struct { Name string Datacenter string + + // MeshGateway contains the mesh gateway configuration from the requesting proxy's registration + MeshGateway MeshGatewayConfig + + UpstreamIDs []ServiceID + // DEPRECATED // Upstreams is a list of upstream service names to use for resolving the service config // UpstreamIDs should be used instead which can encode more than just the name to // uniquely identify a service. - Upstreams []string - UpstreamIDs []ServiceID + Upstreams []string EnterpriseMeta `hcl:",squash" mapstructure:",squash"` QueryOptions @@ -592,13 +636,203 @@ func (r *ServiceConfigRequest) CacheInfo() cache.RequestInfo { } type UpstreamConfig struct { + // EnvoyListenerJSON is a complete override ("escape hatch") for the upstream's + // listener. + // + // Note: This escape hatch is NOT compatible with the discovery chain and + // will be ignored if a discovery chain is active. + EnvoyListenerJSON string `json:",omitempty" alias:"envoy_listener_json"` + + // EnvoyClusterJSON is a complete override ("escape hatch") for the upstream's + // cluster. The Connect client TLS certificate and context will be injected + // overriding any TLS settings present. + // + // Note: This escape hatch is NOT compatible with the discovery chain and + // will be ignored if a discovery chain is active. + EnvoyClusterJSON string `json:",omitempty" alias:"envoy_cluster_json"` + + // Protocol describes the upstream's service protocol. Valid values are "tcp", + // "http" and "grpc". Anything else is treated as tcp. The enables protocol + // aware features like per-request metrics and connection pooling, tracing, + // routing etc. + Protocol string `json:",omitempty"` + + // ConnectTimeoutMs is the number of milliseconds to timeout making a new + // connection to this upstream. Defaults to 5000 (5 seconds) if not set. + ConnectTimeoutMs int `json:",omitempty" alias:"connect_timeout_ms"` + + // Limits are the set of limits that are applied to the proxy for a specific upstream of a + // service instance. + Limits *UpstreamLimits `json:",omitempty"` + + // PassiveHealthCheck configuration determines how upstream proxy instances will + // be monitored for removal from the load balancing pool. + PassiveHealthCheck *PassiveHealthCheck `json:",omitempty" alias:"passive_health_check"` + + // MeshGatewayConfig controls how Mesh Gateways are configured and used + MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway" ` +} + +func (cfg UpstreamConfig) MergeInto(dst map[string]interface{}) { + // Avoid storing empty values in the map, since these can act as overrides + if cfg.EnvoyListenerJSON != "" { + dst["envoy_listener_json"] = cfg.EnvoyListenerJSON + } + if cfg.EnvoyClusterJSON != "" { + dst["envoy_cluster_json"] = cfg.EnvoyClusterJSON + } + if cfg.Protocol != "" { + dst["protocol"] = cfg.Protocol + } + if cfg.ConnectTimeoutMs != 0 { + dst["connect_timeout_ms"] = cfg.ConnectTimeoutMs + } + if !cfg.MeshGateway.IsZero() { + dst["mesh_gateway"] = cfg.MeshGateway + } + if cfg.Limits != nil { + dst["limits"] = cfg.Limits + } + if cfg.PassiveHealthCheck != nil { + dst["passive_health_check"] = cfg.PassiveHealthCheck + } +} + +func (cfg *UpstreamConfig) Normalize() { + cfg.Protocol = strings.ToLower(cfg.Protocol) + + if cfg.ConnectTimeoutMs < 0 { + cfg.ConnectTimeoutMs = 0 + } +} + +func (cfg UpstreamConfig) Validate() error { + var validationErr error + + if cfg.PassiveHealthCheck != nil { + err := cfg.PassiveHealthCheck.Validate() + if err != nil { + validationErr = multierror.Append(validationErr, err) + } + } + + if cfg.Limits != nil { + err := cfg.Limits.Validate() + if err != nil { + validationErr = multierror.Append(validationErr, err) + } + } + + return validationErr +} + +func ParseUpstreamConfigNoDefaults(m map[string]interface{}) (UpstreamConfig, error) { + var cfg UpstreamConfig + config := &mapstructure.DecoderConfig{ + DecodeHook: mapstructure.ComposeDecodeHookFunc( + decode.HookWeakDecodeFromSlice, + decode.HookTranslateKeys, + mapstructure.StringToTimeDurationHookFunc(), + ), + Result: &cfg, + WeaklyTypedInput: true, + } + + decoder, err := mapstructure.NewDecoder(config) + if err != nil { + return cfg, err + } + + err = decoder.Decode(m) + cfg.Normalize() + + return cfg, err +} + +// ParseUpstreamConfig returns the UpstreamConfig parsed from an opaque map. +// If an error occurs during parsing it is returned along with the default +// config this allows caller to choose whether and how to report the error. +func ParseUpstreamConfig(m map[string]interface{}) (UpstreamConfig, error) { + cfg, err := ParseUpstreamConfigNoDefaults(m) + + // Set default (even if error is returned) + if cfg.Protocol == "" { + cfg.Protocol = "tcp" + } + if cfg.ConnectTimeoutMs == 0 { + cfg.ConnectTimeoutMs = 5000 + } + + return cfg, err +} + +type PassiveHealthCheck struct { + // Interval between health check analysis sweeps. Each sweep may remove + // hosts or return hosts to the pool. + Interval time.Duration `json:",omitempty"` + + // MaxFailures is the count of consecutive failures that results in a host + // being removed from the pool. + MaxFailures uint32 `json:",omitempty" alias:"max_failures"` +} + +func (chk *PassiveHealthCheck) IsZero() bool { + zeroVal := PassiveHealthCheck{} + return *chk == zeroVal +} + +func (chk PassiveHealthCheck) Validate() error { + if chk.Interval <= 0*time.Second { + return fmt.Errorf("passive health check interval must be greater than 0s") + } + return nil +} + +// UpstreamLimits describes the limits that are associated with a specific +// upstream of a service instance. +type UpstreamLimits struct { + // MaxConnections is the maximum number of connections the local proxy can + // make to the upstream service. + MaxConnections *int `json:",omitempty" alias:"max_connections"` + + // MaxPendingRequests is the maximum number of requests that will be queued + // waiting for an available connection. This is mostly applicable to HTTP/1.1 + // clusters since all HTTP/2 requests are streamed over a single + // connection. + MaxPendingRequests *int `json:",omitempty" alias:"max_pending_requests"` + + // MaxConcurrentRequests is the maximum number of in-flight requests that will be allowed + // to the upstream cluster at a point in time. This is mostly applicable to HTTP/2 + // clusters since all HTTP/1.1 requests are limited by MaxConnections. + MaxConcurrentRequests *int `json:",omitempty" alias:"max_concurrent_requests"` +} + +func (ul *UpstreamLimits) IsZero() bool { + zeroVal := UpstreamLimits{} + return *ul == zeroVal +} + +func (ul UpstreamLimits) Validate() error { + if ul.MaxConnections != nil && *ul.MaxConnections <= 0 { + return fmt.Errorf("max connections must be at least 0") + } + if ul.MaxPendingRequests != nil && *ul.MaxPendingRequests <= 0 { + return fmt.Errorf("max pending requests must be at least 0") + } + if ul.MaxConcurrentRequests != nil && *ul.MaxConcurrentRequests <= 0 { + return fmt.Errorf("max concurrent requests must be at least 0") + } + return nil +} + +type OpaqueUpstreamConfig struct { Upstream ServiceID Config map[string]interface{} } -type UpstreamConfigs []UpstreamConfig +type OpaqueUpstreamConfigs []OpaqueUpstreamConfig -func (configs UpstreamConfigs) GetUpstreamConfig(sid ServiceID) (config map[string]interface{}, found bool) { +func (configs OpaqueUpstreamConfigs) GetUpstreamConfig(sid ServiceID) (config map[string]interface{}, found bool) { for _, usconf := range configs { if usconf.Upstream.Matches(sid) { return usconf.Config, true @@ -611,9 +845,10 @@ func (configs UpstreamConfigs) GetUpstreamConfig(sid ServiceID) (config map[stri type ServiceConfigResponse struct { ProxyConfig map[string]interface{} UpstreamConfigs map[string]map[string]interface{} - UpstreamIDConfigs UpstreamConfigs + UpstreamIDConfigs OpaqueUpstreamConfigs MeshGateway MeshGatewayConfig `json:",omitempty"` Expose ExposeConfig `json:",omitempty"` + TransparentProxy bool `json:",omitempty"` QueryMeta } @@ -739,30 +974,6 @@ func (c *ConfigEntryResponse) UnmarshalBinary(data []byte) error { return nil } -// ConfigEntryKindName is a value type useful for maps. You can use: -// map[ConfigEntryKindName]Payload -// instead of: -// map[string]map[string]Payload -type ConfigEntryKindName struct { - Kind string - Name string - EnterpriseMeta -} - -func NewConfigEntryKindName(kind, name string, entMeta *EnterpriseMeta) ConfigEntryKindName { - ret := ConfigEntryKindName{ - Kind: kind, - Name: name, - } - if entMeta == nil { - entMeta = DefaultEnterpriseMeta() - } - - ret.EnterpriseMeta = *entMeta - ret.EnterpriseMeta.Normalize() - return ret -} - func validateConfigEntryMeta(meta map[string]string) error { var err error if len(meta) > metaMaxKeyPairs { diff --git a/agent/structs/config_entry_gateways.go b/agent/structs/config_entry_gateways.go index d3b9e302a2..a417ec8843 100644 --- a/agent/structs/config_entry_gateways.go +++ b/agent/structs/config_entry_gateways.go @@ -454,8 +454,11 @@ func (g *GatewayService) Addresses(defaultHosts []string) []string { } var addresses []string + // loop through the hosts and format that into domain.name:port format, + // ensuring we trim any trailing DNS . characters from the domain name as we + // go for _, h := range hosts { - addresses = append(addresses, fmt.Sprintf("%s:%d", h, g.Port)) + addresses = append(addresses, fmt.Sprintf("%s:%d", strings.TrimRight(h, "."), g.Port)) } return addresses } diff --git a/agent/structs/config_entry_gateways_test.go b/agent/structs/config_entry_gateways_test.go index 3a71dba6d2..acec2d2266 100644 --- a/agent/structs/config_entry_gateways_test.go +++ b/agent/structs/config_entry_gateways_test.go @@ -663,23 +663,25 @@ func TestGatewayService_Addresses(t *testing.T) { argument: []string{ "service.ingress.dc.domain", "service.ingress.dc.alt.domain", + "service.ingress.dc.alt.domain.", }, expected: []string{ "service.ingress.dc.domain:8080", "service.ingress.dc.alt.domain:8080", + "service.ingress.dc.alt.domain:8080", }, }, { name: "user-defined hosts", input: GatewayService{ Port: 8080, - Hosts: []string{"*.test.example.com", "other.example.com"}, + Hosts: []string{"*.test.example.com", "other.example.com", "other.example.com."}, }, argument: []string{ "service.ingress.dc.domain", "service.ingress.alt.domain", }, - expected: []string{"*.test.example.com:8080", "other.example.com:8080"}, + expected: []string{"*.test.example.com:8080", "other.example.com:8080", "other.example.com:8080"}, }, } diff --git a/agent/structs/config_entry_test.go b/agent/structs/config_entry_test.go index e5a92de3ff..bff3315c50 100644 --- a/agent/structs/config_entry_test.go +++ b/agent/structs/config_entry_test.go @@ -8,6 +8,7 @@ import ( "github.com/hashicorp/go-msgpack/codec" "github.com/hashicorp/hcl" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) @@ -112,6 +113,33 @@ func TestDecodeConfigEntry(t *testing.T) { mesh_gateway { mode = "remote" } + connect { + upstream_configs { + redis { + passive_health_check { + interval = "2s" + max_failures = 3 + } + } + + "finance/billing" { + mesh_gateway { + mode = "remote" + } + } + } + upstream_defaults { + connect_timeout_ms = 5 + protocol = "http" + envoy_listener_json = "foo" + envoy_cluster_json = "bar" + limits { + max_connections = 3 + max_pending_requests = 4 + max_concurrent_requests = 5 + } + } + } `, camel: ` Kind = "service-defaults" @@ -125,6 +153,33 @@ func TestDecodeConfigEntry(t *testing.T) { MeshGateway { Mode = "remote" } + Connect { + UpstreamConfigs { + "redis" { + PassiveHealthCheck { + MaxFailures = 3 + Interval = "2s" + } + } + + "finance/billing" { + MeshGateway { + Mode = "remote" + } + } + } + UpstreamDefaults { + EnvoyListenerJSON = "foo" + EnvoyClusterJSON = "bar" + ConnectTimeoutMs = 5 + Protocol = "http" + Limits { + MaxConnections = 3 + MaxPendingRequests = 4 + MaxConcurrentRequests = 5 + } + } + } `, expect: &ServiceConfigEntry{ Kind: "service-defaults", @@ -138,6 +193,30 @@ func TestDecodeConfigEntry(t *testing.T) { MeshGateway: MeshGatewayConfig{ Mode: MeshGatewayModeRemote, }, + Connect: &ConnectConfiguration{ + UpstreamConfigs: map[string]*UpstreamConfig{ + "redis": { + PassiveHealthCheck: &PassiveHealthCheck{ + MaxFailures: 3, + Interval: 2 * time.Second, + }, + }, + "finance/billing": { + MeshGateway: MeshGatewayConfig{Mode: MeshGatewayModeRemote}, + }, + }, + UpstreamDefaults: &UpstreamConfig{ + EnvoyListenerJSON: "foo", + EnvoyClusterJSON: "bar", + ConnectTimeoutMs: 5, + Protocol: "http", + Limits: &UpstreamLimits{ + MaxConnections: intPointer(3), + MaxPendingRequests: intPointer(4), + MaxConcurrentRequests: intPointer(5), + }, + }, + }, }, }, { @@ -1330,7 +1409,499 @@ func TestConfigEntryResponseMarshalling(t *testing.T) { } } +func TestPassiveHealthCheck_Validate(t *testing.T) { + tt := []struct { + name string + input PassiveHealthCheck + wantErr bool + wantMsg string + }{ + { + name: "valid-interval", + input: PassiveHealthCheck{Interval: 2 * time.Second}, + wantErr: false, + }, + { + name: "negative-interval", + input: PassiveHealthCheck{Interval: -1 * time.Second}, + wantErr: true, + wantMsg: "greater than 0s", + }, + { + name: "zero-interval", + input: PassiveHealthCheck{Interval: 0 * time.Second}, + wantErr: true, + wantMsg: "greater than 0s", + }, + } + + for _, tc := range tt { + t.Run(tc.name, func(t *testing.T) { + err := tc.input.Validate() + if err == nil { + require.False(t, tc.wantErr) + return + } + require.Contains(t, err.Error(), tc.wantMsg) + }) + } +} + +func TestUpstreamLimits_Validate(t *testing.T) { + tt := []struct { + name string + input UpstreamLimits + wantErr bool + wantMsg string + }{ + { + name: "valid-max-conns", + input: UpstreamLimits{MaxConnections: intPointer(1)}, + wantErr: false, + }, + { + name: "zero-max-conns", + input: UpstreamLimits{MaxConnections: intPointer(0)}, + wantErr: true, + wantMsg: "at least 0", + }, + { + name: "negative-max-conns", + input: UpstreamLimits{MaxConnections: intPointer(-1)}, + wantErr: true, + wantMsg: "at least 0", + }, + { + name: "valid-max-concurrent", + input: UpstreamLimits{MaxConcurrentRequests: intPointer(1)}, + wantErr: false, + }, + { + name: "zero-max-concurrent", + input: UpstreamLimits{MaxConcurrentRequests: intPointer(0)}, + wantErr: true, + wantMsg: "at least 0", + }, + { + name: "negative-max-concurrent", + input: UpstreamLimits{MaxConcurrentRequests: intPointer(-1)}, + wantErr: true, + wantMsg: "at least 0", + }, + { + name: "valid-max-pending", + input: UpstreamLimits{MaxPendingRequests: intPointer(1)}, + wantErr: false, + }, + { + name: "zero-max-pending", + input: UpstreamLimits{MaxPendingRequests: intPointer(0)}, + wantErr: true, + wantMsg: "at least 0", + }, + { + name: "negative-max-pending", + input: UpstreamLimits{MaxPendingRequests: intPointer(-1)}, + wantErr: true, + wantMsg: "at least 0", + }, + } + + for _, tc := range tt { + t.Run(tc.name, func(t *testing.T) { + err := tc.input.Validate() + if err == nil { + require.False(t, tc.wantErr) + return + } + require.Contains(t, err.Error(), tc.wantMsg) + }) + } +} + +func TestServiceConfigEntry_Normalize(t *testing.T) { + tt := []struct { + name string + input ServiceConfigEntry + expect ServiceConfigEntry + }{ + { + name: "fill-in-kind", + input: ServiceConfigEntry{ + Name: "web", + }, + expect: ServiceConfigEntry{ + Kind: ServiceDefaults, + Name: "web", + EnterpriseMeta: *DefaultEnterpriseMeta(), + }, + }, + { + name: "lowercase-protocol", + input: ServiceConfigEntry{ + Kind: ServiceDefaults, + Name: "web", + Protocol: "PrOtoCoL", + }, + expect: ServiceConfigEntry{ + Kind: ServiceDefaults, + Name: "web", + Protocol: "protocol", + EnterpriseMeta: *DefaultEnterpriseMeta(), + }, + }, + { + name: "connect-kitchen-sink", + input: ServiceConfigEntry{ + Kind: ServiceDefaults, + Name: "web", + Connect: &ConnectConfiguration{ + UpstreamConfigs: map[string]*UpstreamConfig{ + "redis": { + Protocol: "TcP", + }, + "memcached": { + ConnectTimeoutMs: -1, + }, + }, + UpstreamDefaults: &UpstreamConfig{ConnectTimeoutMs: -20}, + }, + EnterpriseMeta: *DefaultEnterpriseMeta(), + }, + expect: ServiceConfigEntry{ + Kind: ServiceDefaults, + Name: "web", + Connect: &ConnectConfiguration{ + UpstreamConfigs: map[string]*UpstreamConfig{ + "redis": { + Protocol: "tcp", + ConnectTimeoutMs: 0, + }, + "memcached": { + ConnectTimeoutMs: 0, + }, + }, + UpstreamDefaults: &UpstreamConfig{ + ConnectTimeoutMs: 0, + }, + }, + EnterpriseMeta: *DefaultEnterpriseMeta(), + }, + }, + } + + for _, tc := range tt { + t.Run(tc.name, func(t *testing.T) { + err := tc.input.Normalize() + require.NoError(t, err) + require.Equal(t, tc.expect, tc.input) + }) + } +} + +func TestUpstreamConfig_MergeInto(t *testing.T) { + tt := []struct { + name string + source UpstreamConfig + destination map[string]interface{} + want map[string]interface{} + }{ + { + name: "kitchen sink", + source: UpstreamConfig{ + EnvoyListenerJSON: "foo", + EnvoyClusterJSON: "bar", + ConnectTimeoutMs: 5, + Protocol: "http", + Limits: &UpstreamLimits{ + MaxConnections: intPointer(3), + MaxPendingRequests: intPointer(4), + MaxConcurrentRequests: intPointer(5), + }, + PassiveHealthCheck: &PassiveHealthCheck{ + MaxFailures: 3, + Interval: 2 * time.Second, + }, + MeshGateway: MeshGatewayConfig{Mode: MeshGatewayModeRemote}, + }, + destination: make(map[string]interface{}), + want: map[string]interface{}{ + "envoy_listener_json": "foo", + "envoy_cluster_json": "bar", + "connect_timeout_ms": 5, + "protocol": "http", + "limits": &UpstreamLimits{ + MaxConnections: intPointer(3), + MaxPendingRequests: intPointer(4), + MaxConcurrentRequests: intPointer(5), + }, + "passive_health_check": &PassiveHealthCheck{ + MaxFailures: 3, + Interval: 2 * time.Second, + }, + "mesh_gateway": MeshGatewayConfig{Mode: MeshGatewayModeRemote}, + }, + }, + { + name: "kitchen sink override of destination", + source: UpstreamConfig{ + EnvoyListenerJSON: "foo", + EnvoyClusterJSON: "bar", + ConnectTimeoutMs: 5, + Protocol: "http", + Limits: &UpstreamLimits{ + MaxConnections: intPointer(3), + MaxPendingRequests: intPointer(4), + MaxConcurrentRequests: intPointer(5), + }, + PassiveHealthCheck: &PassiveHealthCheck{ + MaxFailures: 3, + Interval: 2 * time.Second, + }, + MeshGateway: MeshGatewayConfig{Mode: MeshGatewayModeRemote}, + }, + destination: map[string]interface{}{ + "envoy_listener_json": "zip", + "envoy_cluster_json": "zap", + "connect_timeout_ms": 10, + "protocol": "grpc", + "limits": &UpstreamLimits{ + MaxConnections: intPointer(10), + MaxPendingRequests: intPointer(11), + MaxConcurrentRequests: intPointer(12), + }, + "passive_health_check": &PassiveHealthCheck{ + MaxFailures: 13, + Interval: 14 * time.Second, + }, + "mesh_gateway": MeshGatewayConfig{Mode: MeshGatewayModeLocal}, + }, + want: map[string]interface{}{ + "envoy_listener_json": "foo", + "envoy_cluster_json": "bar", + "connect_timeout_ms": 5, + "protocol": "http", + "limits": &UpstreamLimits{ + MaxConnections: intPointer(3), + MaxPendingRequests: intPointer(4), + MaxConcurrentRequests: intPointer(5), + }, + "passive_health_check": &PassiveHealthCheck{ + MaxFailures: 3, + Interval: 2 * time.Second, + }, + "mesh_gateway": MeshGatewayConfig{Mode: MeshGatewayModeRemote}, + }, + }, + { + name: "empty source leaves destination intact", + source: UpstreamConfig{}, + destination: map[string]interface{}{ + "envoy_listener_json": "zip", + "envoy_cluster_json": "zap", + "connect_timeout_ms": 10, + "protocol": "grpc", + "limits": &UpstreamLimits{ + MaxConnections: intPointer(10), + MaxPendingRequests: intPointer(11), + MaxConcurrentRequests: intPointer(12), + }, + "passive_health_check": &PassiveHealthCheck{ + MaxFailures: 13, + Interval: 14 * time.Second, + }, + "mesh_gateway": MeshGatewayConfig{Mode: MeshGatewayModeLocal}, + }, + want: map[string]interface{}{ + "envoy_listener_json": "zip", + "envoy_cluster_json": "zap", + "connect_timeout_ms": 10, + "protocol": "grpc", + "limits": &UpstreamLimits{ + MaxConnections: intPointer(10), + MaxPendingRequests: intPointer(11), + MaxConcurrentRequests: intPointer(12), + }, + "passive_health_check": &PassiveHealthCheck{ + MaxFailures: 13, + Interval: 14 * time.Second, + }, + "mesh_gateway": MeshGatewayConfig{Mode: MeshGatewayModeLocal}, + }, + }, + { + name: "empty source and destination is a noop", + source: UpstreamConfig{}, + destination: make(map[string]interface{}), + want: map[string]interface{}{}, + }, + } + for _, tc := range tt { + t.Run(tc.name, func(t *testing.T) { + tc.source.MergeInto(tc.destination) + assert.Equal(t, tc.want, tc.destination) + }) + } +} + +func TestParseUpstreamConfig(t *testing.T) { + tests := []struct { + name string + input map[string]interface{} + want UpstreamConfig + }{ + { + name: "defaults - nil", + input: nil, + want: UpstreamConfig{ + ConnectTimeoutMs: 5000, + Protocol: "tcp", + }, + }, + { + name: "defaults - empty", + input: map[string]interface{}{}, + want: UpstreamConfig{ + ConnectTimeoutMs: 5000, + Protocol: "tcp", + }, + }, + { + name: "defaults - other stuff", + input: map[string]interface{}{ + "foo": "bar", + "envoy_foo": "envoy_bar", + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 5000, + Protocol: "tcp", + }, + }, + { + name: "protocol override", + input: map[string]interface{}{ + "protocol": "http", + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 5000, + Protocol: "http", + }, + }, + { + name: "connect timeout override, string", + input: map[string]interface{}{ + "connect_timeout_ms": "1000", + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 1000, + Protocol: "tcp", + }, + }, + { + name: "connect timeout override, float ", + input: map[string]interface{}{ + "connect_timeout_ms": float64(1000.0), + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 1000, + Protocol: "tcp", + }, + }, + { + name: "connect timeout override, int ", + input: map[string]interface{}{ + "connect_timeout_ms": 1000, + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 1000, + Protocol: "tcp", + }, + }, + { + name: "connect limits map", + input: map[string]interface{}{ + "limits": map[string]interface{}{ + "max_connections": 50, + "max_pending_requests": 60, + "max_concurrent_requests": 70, + }, + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 5000, + Limits: &UpstreamLimits{ + MaxConnections: intPointer(50), + MaxPendingRequests: intPointer(60), + MaxConcurrentRequests: intPointer(70), + }, + Protocol: "tcp", + }, + }, + { + name: "connect limits map zero", + input: map[string]interface{}{ + "limits": map[string]interface{}{ + "max_connections": 0, + "max_pending_requests": 0, + "max_concurrent_requests": 0, + }, + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 5000, + Limits: &UpstreamLimits{ + MaxConnections: intPointer(0), + MaxPendingRequests: intPointer(0), + MaxConcurrentRequests: intPointer(0), + }, + Protocol: "tcp", + }, + }, + { + name: "passive health check map", + input: map[string]interface{}{ + "passive_health_check": map[string]interface{}{ + "interval": "22s", + "max_failures": 7, + }, + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 5000, + PassiveHealthCheck: &PassiveHealthCheck{ + Interval: 22 * time.Second, + MaxFailures: 7, + }, + Protocol: "tcp", + }, + }, + { + name: "mesh gateway map", + input: map[string]interface{}{ + "mesh_gateway": map[string]interface{}{ + "Mode": "remote", + }, + }, + want: UpstreamConfig{ + ConnectTimeoutMs: 5000, + MeshGateway: MeshGatewayConfig{ + Mode: MeshGatewayModeRemote, + }, + Protocol: "tcp", + }, + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + got, err := ParseUpstreamConfig(tt.input) + require.NoError(t, err) + require.Equal(t, tt.want, got) + }) + } +} + func requireContainsLower(t *testing.T, haystack, needle string) { t.Helper() require.Contains(t, strings.ToLower(haystack), strings.ToLower(needle)) } + +func intPointer(i int) *int { + return &i +} diff --git a/agent/structs/connect_proxy_config.go b/agent/structs/connect_proxy_config.go index 3348c49000..98ede38c55 100644 --- a/agent/structs/connect_proxy_config.go +++ b/agent/structs/connect_proxy_config.go @@ -118,6 +118,10 @@ type ConnectProxyConfig struct { // Expose defines whether checks or paths are exposed through the proxy Expose ExposeConfig `json:",omitempty"` + + // TransparentProxy toggles whether inbound and outbound traffic is being + // redirected to the proxy. + TransparentProxy bool `json:",omitempty" alias:"transparent_proxy"` } func (t *ConnectProxyConfig) UnmarshalJSON(data []byte) (err error) { @@ -128,6 +132,7 @@ func (t *ConnectProxyConfig) UnmarshalJSON(data []byte) (err error) { LocalServiceAddressSnake string `json:"local_service_address"` LocalServicePortSnake int `json:"local_service_port"` MeshGatewaySnake MeshGatewayConfig `json:"mesh_gateway"` + TransparentProxySnake bool `json:"transparent_proxy"` *Alias }{ @@ -151,6 +156,9 @@ func (t *ConnectProxyConfig) UnmarshalJSON(data []byte) (err error) { if t.MeshGateway.Mode == "" { t.MeshGateway.Mode = aux.MeshGatewaySnake.Mode } + if !t.TransparentProxy { + t.TransparentProxy = aux.TransparentProxySnake + } return nil @@ -183,6 +191,7 @@ func (c *ConnectProxyConfig) ToAPI() *api.AgentServiceConnectProxyConfig { Upstreams: c.Upstreams.ToAPI(), MeshGateway: c.MeshGateway.ToAPI(), Expose: c.Expose.ToAPI(), + TransparentProxy: c.TransparentProxy, } } @@ -206,6 +215,15 @@ func (us Upstreams) ToAPI() []api.Upstream { return a } +func (us Upstreams) ToMap() map[string]*Upstream { + upstreamMap := make(map[string]*Upstream) + + for i := range us { + upstreamMap[us[i].Identifier()] = &us[i] + } + return upstreamMap +} + // UpstreamsFromAPI is a helper for converting api.Upstream to Upstream. func UpstreamsFromAPI(us []api.Upstream) Upstreams { a := make([]Upstream, len(us)) @@ -256,6 +274,10 @@ type Upstream struct { // an ingress gateway. This cannot and should not be set by a user, it is // used internally to store the association of hosts to an upstream service. IngressHosts []string `json:"-" bexpr:"-"` + + // CentrallyConfigured indicates whether the upstream was defined in a proxy + // instance registration or whether it was generated from a config entry. + CentrallyConfigured bool `json:",omitempty" bexpr:"-"` } func (t *Upstream) UnmarshalJSON(data []byte) (err error) { @@ -312,7 +334,7 @@ func (u *Upstream) Validate() error { return fmt.Errorf("upstream destination name cannot be empty") } - if u.LocalBindPort == 0 { + if u.LocalBindPort == 0 && !u.CentrallyConfigured { return fmt.Errorf("upstream local bind port cannot be zero") } return nil diff --git a/agent/structs/identity.go b/agent/structs/identity.go new file mode 100644 index 0000000000..afe560abf5 --- /dev/null +++ b/agent/structs/identity.go @@ -0,0 +1,10 @@ +package structs + +// Identity of some entity (ex: service, node, check). +// +// TODO: this type should replace ServiceID, ServiceName, and CheckID which all +// have roughly identical implementations. +type Identity struct { + ID string + EnterpriseMeta +} diff --git a/agent/structs/structs.go b/agent/structs/structs.go index 9b9740c002..91dfd0b4bc 100644 --- a/agent/structs/structs.go +++ b/agent/structs/structs.go @@ -602,7 +602,7 @@ func (r *ServiceSpecificRequest) CacheInfo() cache.RequestInfo { sort.Strings(r.ServiceTags) v, err := hashstructure.Hash([]interface{}{ r.NodeMetaFilters, - r.ServiceName, + strings.ToLower(r.ServiceName), // DEPRECATED (singular-service-tag) - remove this when upgrade RPC compat // with 1.2.x is not required. We still need this in because <1.3 agents // might still send RPCs with singular tag set. In fact the only place we @@ -833,6 +833,10 @@ type ServiceNode struct { RaftIndex `bexpr:"-"` } +func (s *ServiceNode) NodeIdentity() Identity { + return Identity{ID: s.Node} +} + // PartialClone() returns a clone of the given service node, minus the node- // related fields that get filled in later, Address and TaggedAddresses. func (s *ServiceNode) PartialClone() *ServiceNode { @@ -1402,6 +1406,10 @@ type HealthCheck struct { RaftIndex `bexpr:"-"` } +func (hc *HealthCheck) NodeIdentity() Identity { + return Identity{ID: hc.Node} +} + func (hc *HealthCheck) CompoundServiceID() ServiceID { id := hc.ServiceID if id == "" { @@ -1429,6 +1437,7 @@ func (hc *HealthCheck) CompoundCheckID() CheckID { type HealthCheckDefinition struct { HTTP string `json:",omitempty"` + TLSServerName string `json:",omitempty"` TLSSkipVerify bool `json:",omitempty"` Header map[string][]string `json:",omitempty"` Method string `json:",omitempty"` @@ -1583,6 +1592,7 @@ func (c *HealthCheck) CheckType() *CheckType { Interval: c.Definition.Interval, DockerContainerID: c.Definition.DockerContainerID, Shell: c.Definition.Shell, + TLSServerName: c.Definition.TLSServerName, TLSSkipVerify: c.Definition.TLSSkipVerify, Timeout: c.Definition.Timeout, TTL: c.Definition.TTL, @@ -2464,18 +2474,3 @@ func (m MessageType) String() string { return "Unknown(" + strconv.Itoa(int(m)) + ")" } - -// UpstreamDownstream pairs come from individual proxy registrations, which can be updated independently. -type UpstreamDownstream struct { - Upstream ServiceName - Downstream ServiceName - - // Refs stores the registrations that contain this pairing. - // When there are no remaining Refs, the UpstreamDownstream can be deleted. - // - // Note: This map must be treated as immutable when accessed in MemDB. - // The entire UpstreamDownstream structure must be deep copied on updates. - Refs map[string]struct{} - - RaftIndex -} diff --git a/agent/structs/structs_filtering_test.go b/agent/structs/structs_filtering_test.go index 319f47e9e2..2fa419eeb3 100644 --- a/agent/structs/structs_filtering_test.go +++ b/agent/structs/structs_filtering_test.go @@ -207,6 +207,11 @@ var expectedFieldConfigConnectProxyConfig bexpr.FieldConfigurations = bexpr.Fiel StructFieldName: "Expose", SubFields: expectedFieldConfigExposeConfig, }, + "TransparentProxy": &bexpr.FieldConfiguration{ + StructFieldName: "TransparentProxy", + CoerceFn: bexpr.CoerceBool, + SupportedOperations: []bexpr.MatchOperator{bexpr.MatchEqual, bexpr.MatchNotEqual}, + }, } var expectedFieldConfigServiceConnect bexpr.FieldConfigurations = bexpr.FieldConfigurations{ diff --git a/agent/structs/structs_oss.go b/agent/structs/structs_oss.go index 5d9562631b..7e7e22930d 100644 --- a/agent/structs/structs_oss.go +++ b/agent/structs/structs_oss.go @@ -74,11 +74,6 @@ func (_ *EnterpriseMeta) FillAuthzContext(_ *acl.AuthorizerContext) {} func (_ *EnterpriseMeta) Normalize() {} -// GetNamespace always returns the empty string. -func (_ *EnterpriseMeta) GetNamespace() string { - return "" -} - // FillAuthzContext stub func (_ *DirEntry) FillAuthzContext(_ *acl.AuthorizerContext) {} @@ -155,3 +150,11 @@ func (s *Session) CheckIDs() []types.CheckID { } return checks } + +func (t *Intention) HasWildcardSource() bool { + return t.SourceName == WildcardSpecifier +} + +func (t *Intention) HasWildcardDestination() bool { + return t.DestinationName == WildcardSpecifier +} diff --git a/agent/structs/structs_oss_test.go b/agent/structs/structs_oss_test.go index 5d7ab2e4fc..f7811e74ac 100644 --- a/agent/structs/structs_oss_test.go +++ b/agent/structs/structs_oss_test.go @@ -41,3 +41,35 @@ func TestServiceName_String(t *testing.T) { require.Equal(t, "the-id", fmt.Sprintf("%v", &sn)) }) } + +func TestIntention_HasWildcardSource(t *testing.T) { + t.Run("true", func(t *testing.T) { + ixn := Intention{ + SourceName: WildcardSpecifier, + } + require.True(t, ixn.HasWildcardSource()) + }) + + t.Run("false", func(t *testing.T) { + ixn := Intention{ + SourceName: "web", + } + require.False(t, ixn.HasWildcardSource()) + }) +} + +func TestIntention_HasWildcardDestination(t *testing.T) { + t.Run("true", func(t *testing.T) { + ixn := Intention{ + DestinationName: WildcardSpecifier, + } + require.True(t, ixn.HasWildcardDestination()) + }) + + t.Run("false", func(t *testing.T) { + ixn := Intention{ + DestinationName: "web", + } + require.False(t, ixn.HasWildcardDestination()) + }) +} diff --git a/agent/testagent.go b/agent/testagent.go index c58c6a6c5d..d2b5c8e11b 100644 --- a/agent/testagent.go +++ b/agent/testagent.go @@ -21,8 +21,6 @@ import ( uuid "github.com/hashicorp/go-uuid" "github.com/stretchr/testify/require" - "github.com/hashicorp/consul/sdk/testutil" - "github.com/hashicorp/consul/acl" "github.com/hashicorp/consul/agent/config" "github.com/hashicorp/consul/agent/connect" @@ -30,6 +28,7 @@ import ( "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/sdk/freeport" + "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/tlsutil" ) @@ -55,8 +54,7 @@ type TestAgent struct { // when Shutdown() is called. Config *config.RuntimeConfig - // LogOutput is the sink for the logs. If nil, logs are written - // to os.Stderr. + // LogOutput is the sink for the logs. If nil, logs are written to os.Stderr. LogOutput io.Writer // DataDir may be set to a directory which exists. If is it not set, @@ -574,21 +572,14 @@ func testTLSCertificates(serverName string) (cert string, key string, cacert str return "", "", "", err } - serial, err := tlsutil.GenerateSerialNumber() - if err != nil { - return "", "", "", err - } - - cert, privateKey, err := tlsutil.GenerateCert( - signer, - ca, - serial, - "Test Cert Name", - 365, - []string{serverName}, - nil, - []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth}, - ) + cert, privateKey, err := tlsutil.GenerateCert(tlsutil.CertOpts{ + Signer: signer, + CA: ca, + Name: "Test Cert Name", + Days: 365, + DNSNames: []string{serverName}, + ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth}, + }) if err != nil { return "", "", "", err } diff --git a/agent/txn_endpoint.go b/agent/txn_endpoint.go index 01d86a6343..d01b23bac2 100644 --- a/agent/txn_endpoint.go +++ b/agent/txn_endpoint.go @@ -264,6 +264,7 @@ func (s *HTTPHandlers) convertOps(resp http.ResponseWriter, req *http.Request) ( ServiceTags: check.ServiceTags, Definition: structs.HealthCheckDefinition{ HTTP: check.Definition.HTTP, + TLSServerName: check.Definition.TLSServerName, TLSSkipVerify: check.Definition.TLSSkipVerify, Header: check.Definition.Header, Method: check.Definition.Method, diff --git a/agent/ui_endpoint_test.go b/agent/ui_endpoint_test.go index c0bb01dbbc..31638e8ba5 100644 --- a/agent/ui_endpoint_test.go +++ b/agent/ui_endpoint_test.go @@ -832,11 +832,13 @@ func TestUIGatewayServiceNodes_Ingress(t *testing.T) { require.Nil(t, err) assertIndex(t, resp) - // Construct expected addresses so that differences between OSS/Ent are handled by code - webDNS := serviceIngressDNSName("web", "dc1", "consul.", structs.DefaultEnterpriseMeta()) - webDNSAlt := serviceIngressDNSName("web", "dc1", "alt.consul.", structs.DefaultEnterpriseMeta()) - dbDNS := serviceIngressDNSName("db", "dc1", "consul.", structs.DefaultEnterpriseMeta()) - dbDNSAlt := serviceIngressDNSName("db", "dc1", "alt.consul.", structs.DefaultEnterpriseMeta()) + // Construct expected addresses so that differences between OSS/Ent are + // handled by code. We specifically don't include the trailing DNS . here as + // we are constructing what we are expecting, not the actual value + webDNS := serviceIngressDNSName("web", "dc1", "consul", structs.DefaultEnterpriseMeta()) + webDNSAlt := serviceIngressDNSName("web", "dc1", "alt.consul", structs.DefaultEnterpriseMeta()) + dbDNS := serviceIngressDNSName("db", "dc1", "consul", structs.DefaultEnterpriseMeta()) + dbDNSAlt := serviceIngressDNSName("db", "dc1", "alt.consul", structs.DefaultEnterpriseMeta()) dump := obj.([]*ServiceSummary) expect := []*ServiceSummary{ diff --git a/agent/uiserver/bindata_assetfs.go b/agent/uiserver/bindata_assetfs.go index aa7a682c91..c22bcd494d 100644 --- a/agent/uiserver/bindata_assetfs.go +++ b/agent/uiserver/bindata_assetfs.go @@ -13,10 +13,10 @@ // pkg/web_ui/assets/apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png // pkg/web_ui/assets/codemirror/mode/javascript/javascript-77218cd1268ea6df75775114ae086566.js // pkg/web_ui/assets/codemirror/mode/ruby/ruby-ea43ca3a3bdd63a52811e8464d66134b.js -// pkg/web_ui/assets/codemirror/mode/yaml/yaml-86bec82a0f62e7a53eef41d44a8e4727.js +// pkg/web_ui/assets/codemirror/mode/yaml/yaml-3f129a000349e3075be0f65719884b61.js // pkg/web_ui/assets/consul-logo-707625c5eb04f602ade1f89a8868a329.png -// pkg/web_ui/assets/consul-ui-6dcc66076ac6efd8cc52c99f8016bdc4.js -// pkg/web_ui/assets/consul-ui-b58afff56a598ffa5e14291d8a3be69a.css +// pkg/web_ui/assets/consul-ui-41879c3a6c5c085abdfc8db6289e1daf.css +// pkg/web_ui/assets/consul-ui-ff45100ac53471eb7008ef9b379f40f3.js // pkg/web_ui/assets/css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js // pkg/web_ui/assets/encoding-cdb50fbdab6d4d3fdf574dd784f77d27.js // pkg/web_ui/assets/encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js @@ -27,7 +27,7 @@ // pkg/web_ui/assets/favicon-672c31374646b24b235b9511857cdade.png // pkg/web_ui/assets/favicon-96x96-6f8f8393df02b51582417746da41b274.png // pkg/web_ui/assets/favicon.ico -// pkg/web_ui/assets/init-e19f9f0befca1e975dc38bef6fd831ac.js +// pkg/web_ui/assets/init-5910c08f0513d860b0c43c7123524fdc.js // pkg/web_ui/assets/loading-cylon-pink.svg // pkg/web_ui/assets/metrics-providers/consul-31d7e3b0ef7c58d62338c7d7aeaaf545.js // pkg/web_ui/assets/metrics-providers/prometheus-5f31ba3b7ffd850fa916a0a76933e968.js @@ -37,7 +37,7 @@ // pkg/web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png // pkg/web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png // pkg/web_ui/assets/safari-pinned-tab.svg -// pkg/web_ui/assets/vendor-58fdd0e771754284c9d4160ecb48b3e1.js +// pkg/web_ui/assets/vendor-0908e86785159c01fb18e59dba43f500.js // pkg/web_ui/assets/vendor-69ef69e98b7d14d1513f8056b6c6b48d.css // pkg/web_ui/index.html // pkg/web_ui/oidc/callback @@ -126,7 +126,7 @@ func web_uiAssetsAndroidChrome192x192501b0811835ea92d42937aaf9edfbe08Png() (*ass return nil, err } - info := bindataFileInfo{name: "web_ui/assets/android-chrome-192x192-501b0811835ea92d42937aaf9edfbe08.png", size: 18250, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/android-chrome-192x192-501b0811835ea92d42937aaf9edfbe08.png", size: 18250, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -146,7 +146,7 @@ func web_uiAssetsAndroidChrome512x512707625c5eb04f602ade1f89a8868a329Png() (*ass return nil, err } - info := bindataFileInfo{name: "web_ui/assets/android-chrome-512x512-707625c5eb04f602ade1f89a8868a329.png", size: 58433, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/android-chrome-512x512-707625c5eb04f602ade1f89a8868a329.png", size: 58433, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -166,7 +166,7 @@ func web_uiAssetsAppleTouchIcon114x11449e20f98710f64b0cae7545628a94496Png() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-114x114-49e20f98710f64b0cae7545628a94496.png", size: 15576, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-114x114-49e20f98710f64b0cae7545628a94496.png", size: 15576, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -186,7 +186,7 @@ func web_uiAssetsAppleTouchIcon120x120C9cc4fc809a6cbff9b9c261c70309819Png() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-120x120-c9cc4fc809a6cbff9b9c261c70309819.png", size: 16251, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-120x120-c9cc4fc809a6cbff9b9c261c70309819.png", size: 16251, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -206,7 +206,7 @@ func web_uiAssetsAppleTouchIcon144x144Ac561ffa84c7e8ce1fe68d70f1c16d1dPng() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png", size: 20027, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png", size: 20027, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -226,7 +226,7 @@ func web_uiAssetsAppleTouchIcon152x15208c9aa1c11a83650b824e3549b33a832Png() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-152x152-08c9aa1c11a83650b824e3549b33a832.png", size: 23769, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-152x152-08c9aa1c11a83650b824e3549b33a832.png", size: 23769, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -246,7 +246,7 @@ func web_uiAssetsAppleTouchIcon57x57Ae96d6d27e61e25514af459bc8b20960Png() (*asse return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-57x57-ae96d6d27e61e25514af459bc8b20960.png", size: 5158, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-57x57-ae96d6d27e61e25514af459bc8b20960.png", size: 5158, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -266,7 +266,7 @@ func web_uiAssetsAppleTouchIcon60x60522fca33a44f77c679561313def843b9Png() (*asse return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-60x60-522fca33a44f77c679561313def843b9.png", size: 5522, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-60x60-522fca33a44f77c679561313def843b9.png", size: 5522, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -286,7 +286,7 @@ func web_uiAssetsAppleTouchIcon72x72Da5dd17cb4f094262b19223464fc9541Png() (*asse return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-72x72-da5dd17cb4f094262b19223464fc9541.png", size: 7289, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-72x72-da5dd17cb4f094262b19223464fc9541.png", size: 7289, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -306,7 +306,7 @@ func web_uiAssetsAppleTouchIcon76x76C5fff53d5f3e96dbd2fe49c5cc472022Png() (*asse return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-76x76-c5fff53d5f3e96dbd2fe49c5cc472022.png", size: 8031, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-76x76-c5fff53d5f3e96dbd2fe49c5cc472022.png", size: 8031, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -326,7 +326,7 @@ func web_uiAssetsAppleTouchIconD2b583b1104a1e6810fb3984f8f132aePng() (*asset, er return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png", size: 8285, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png", size: 8285, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -346,7 +346,7 @@ func web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086 return nil, err } - info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/javascript/javascript-77218cd1268ea6df75775114ae086566.js", size: 21467, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/javascript/javascript-77218cd1268ea6df75775114ae086566.js", size: 21467, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -366,27 +366,27 @@ func web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJs() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/ruby/ruby-ea43ca3a3bdd63a52811e8464d66134b.js", size: 5269, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/ruby/ruby-ea43ca3a3bdd63a52811e8464d66134b.js", size: 5269, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xbd\xeb\x7a\xdb\x38\x96\x28\xfa\xf3\x7c\x9f\x5f\xe1\xfc\xa1\xd0\x55\x34\x11\x42\x32\x29\x5f\x62\xd3\x86\x35\xa9\x54\xd2\x93\x99\x54\x52\xa7\x93\x9a\x3e\x35\x12\x93\x0d\x53\x90\x8d\x32\x45\xaa\x48\x28\xb1\xdb\xd4\xfc\x9b\xf7\xd8\xcf\x32\x4f\xb6\x3f\xdc\x48\x50\xa2\x2d\xa5\xaa\x77\x5d\x2c\x12\xc4\x65\x61\x61\x61\x61\xdd\x00\x78\xb3\x65\x96\x70\x96\x67\x1e\x85\x0f\x6c\xe6\x81\xfc\xea\x37\x9a\x70\x80\x31\xbf\x5f\xd0\x7c\xe6\xd0\xbb\x45\x5e\xf0\xd2\x75\xc1\x32\x9b\xd2\x19\xcb\xe8\x14\xf4\xcc\xc7\x79\x3e\x5d\xa6\x14\xaa\x9f\x81\xce\x8a\xa9\x07\xf7\x68\x5a\x52\x47\xd4\x67\xea\x6f\x6a\x54\xb5\xb8\xae\xfa\x1d\x90\xf9\x14\xaa\x47\x6f\x1c\x23\xaa\x8a\x3e\x78\x5d\xcd\x7d\x65\xd9\x34\xff\x3a\x52\x3f\x51\x57\x8e\xeb\x34\xbf\x22\xe9\x48\xfd\x74\xe6\x28\x69\x3a\x1b\x89\x3f\x11\xbf\x61\x25\x1c\xfc\x56\xde\x93\x79\x2a\x60\x5e\xad\xa0\xd7\xa0\x03\x3e\x14\x94\x2f\x8b\xcc\x31\x29\x0e\xf5\x38\xca\x10\x83\x0f\x75\x4a\xe1\x11\x54\x4a\xb4\xf5\xb2\x31\x89\xd5\x13\x97\x4f\x5f\x48\xe1\x24\xb8\xa3\xf7\x05\xfd\x7d\xc9\x0a\xea\xba\xfa\x61\x4f\x94\x29\x5d\x37\x81\xba\xbd\xc4\x23\xa8\x17\x40\x91\x9e\x9b\xb4\x5c\xa7\x89\x5a\x97\x38\xa3\x5f\x9d\x57\x45\x91\x17\x1e\x78\x49\xb2\x2c\xe7\xce\x8c\x65\x53\x3d\x18\xce\x3e\xf0\x89\x0f\xf6\x01\xdc\xe3\x37\x45\xfe\xd5\x59\x0e\x92\x7c\x4a\x31\xf8\xe9\xfd\x8f\xbf\xbc\x7d\xf5\xf9\xdd\xfb\x8f\x9f\x5f\xbf\xff\xe5\xdd\x8f\x00\x2d\x57\xa2\xbe\x14\x0b\xd8\xf1\x83\x1e\xbd\xe8\x61\xb5\xda\x13\x7d\x18\x07\xf1\x20\x21\x69\xea\xa5\x66\x60\x51\x8b\x58\x34\x68\x85\x27\x33\x87\xf1\x98\xc6\x55\x45\xe1\x0a\xa2\x14\x35\x45\x28\x52\x48\x5b\xe9\xec\xa2\x2d\xf3\x71\x35\xcb\x0b\x4f\x80\x90\xef\x82\x28\x44\x70\x70\x4e\x2e\xd8\x20\xa5\xd9\x35\xbf\x39\x27\xbe\x0f\x0b\x8f\x09\x6c\xef\x19\x58\x56\xde\x43\x18\x8d\x1b\x28\x11\x87\x0f\x60\x59\x52\xa7\xe4\x05\x4b\x38\x90\x08\xcc\x30\xf5\xc0\xe0\xe0\xb7\xb2\x2f\x46\xfe\x20\xcd\xc9\x94\x16\x00\x22\xd6\x4e\x9f\x2e\xe7\x0b\x91\xbe\x67\x0d\x37\xdd\xa0\x0a\x0f\x3e\x28\x34\x5b\x83\xf2\xda\x14\x00\x3e\xf5\x81\xc3\x4a\x67\x4a\x17\x05\x4d\x08\xa7\x53\x87\x64\x53\x27\x51\xa3\x76\x45\x9d\x65\x49\xa7\x03\x00\x57\x2b\x6e\x90\x32\xf8\x78\xbf\xa0\x6d\x48\x04\x42\x00\x44\x4d\x96\x0f\xc9\x0d\x9d\x93\x76\xa6\x52\xa6\xb5\xb2\xbd\x7e\xf1\xe6\xed\x87\x17\xaf\x5f\x7d\xfe\xf0\xf2\x5f\x5f\xfd\xf4\xa2\x2b\xff\xc1\x8c\xb0\xb4\x24\xb3\x76\xfd\xff\xf6\xe1\xfd\xbb\xa7\x0a\xfd\x56\xe6\x59\xab\xc0\xcb\xf7\x7f\x7b\xb2\x95\x24\x2f\xda\x2d\xfc\xf8\xea\xf5\x8b\x5f\xde\x7e\xfc\xbc\x0d\xbc\x29\x9d\x91\x65\xca\x3f\x6f\x80\x68\x2a\x78\xfd\xcb\xdb\xb7\xbb\x54\x30\x5b\xa6\x69\xab\x02\x31\xec\x38\x93\x3f\x6b\xa9\x2f\xd2\x54\x7f\x78\x91\xa6\xd6\x37\x01\xc3\x5b\x55\xca\x3c\x76\x7c\x55\xa5\xad\x37\x2b\x8f\x20\x29\xcc\xe4\xcf\x5a\xc9\x1f\xd5\x17\xf3\x68\x7d\xfd\xf5\xc5\x4f\x6f\x5f\xdd\x25\x74\x21\x28\xaa\xdd\x45\x6a\x92\x5b\x1d\xfb\xe9\xcd\xbb\x37\x3f\xbd\x78\x12\x29\x9d\x83\xfe\xa7\x87\xe2\x8f\x8c\x42\x99\x90\x0c\x17\x1e\x10\xbf\xad\x0f\x0b\x52\x94\x54\x7c\x91\x0f\xad\x4f\x49\x3e\x5f\xe4\xea\xa3\x7e\x6c\x7d\x26\xd3\xe9\xcb\x3c\x2b\x79\xb1\x4c\x78\x5e\x88\x5c\xed\x14\x00\x57\xe8\x61\x73\x9e\x47\x87\xa8\x13\xb5\xd1\x11\xda\x64\x16\xd1\x31\xda\x9c\x7a\xd1\xf3\xcd\x44\x45\xf9\xd1\x69\xc7\x97\x16\x4e\xa2\xb3\x27\x72\x48\x8c\x47\x61\xd0\x91\xa5\x1e\xc9\x28\x0c\x3b\x3e\xcb\x89\x1a\x85\x43\xb4\xce\x4d\xa2\xf0\x70\x15\xa3\xe1\x93\xbc\xb2\xe6\x7b\x36\xbb\xcf\x96\x69\x8a\x31\xb5\xf8\x15\x2b\xdf\xe5\xfc\x86\x65\xd7\x38\x43\x76\xea\x7b\x29\x48\xe0\xcd\x25\x63\x53\xc4\x70\x5d\x51\x6d\x4f\xd4\x6b\x55\xc1\xf3\x17\x45\x41\xee\x3b\x6a\x70\xe4\x87\x01\x2b\xe5\xaf\x47\xe1\x88\x46\xe2\xf3\x68\x1c\x47\x63\x1a\xdb\x95\x14\x74\x41\x89\x0d\x85\xe8\xa6\x5c\x05\x10\xc3\x00\xec\x89\x25\x28\xc3\xc1\x79\x76\xc1\xcf\x33\x1f\x87\x90\xf9\x98\x9a\xf5\x84\xad\x5a\x3d\x7a\x47\xaf\x09\x67\x5f\xe8\x7f\xd2\x22\xef\x82\x2a\xc0\x18\x53\xd7\x7d\xb7\x9c\x5f\xd1\x62\xf0\xee\xd5\x5f\x5f\x7c\x7c\xf3\x1f\xaf\x3e\xbf\x79\xf7\xfa\xcd\xbb\x37\x1f\x7f\xc5\x18\x87\x07\xad\x1e\xd2\x3b\x4e\xb3\x69\x37\x70\xa8\x40\xb9\x90\x01\x38\xd4\x20\x22\x86\xbd\x1c\x2b\xac\x0e\x6e\xe9\x7d\xe9\x71\x08\xcd\x62\x98\x5d\x30\x05\x3e\x1d\x17\x38\x1f\x67\x71\x8c\xf9\xb8\x88\x4d\x47\xe8\x6a\x85\x1e\x56\x31\x3a\xdc\x75\x71\x4c\xf2\xf9\x5c\xf2\x15\xbd\x28\xda\xac\xa6\x50\x49\xdd\x53\x3b\xef\xfc\xa8\x79\x06\x31\xe0\x2f\x8a\x9c\xe7\x62\xf4\x07\x3c\xff\xc0\x0b\x96\x5d\xa3\x72\xf3\xdb\x0d\x29\xdf\x7f\xcd\x7e\x2e\xf2\x05\x2d\xf8\x3d\x4a\xf0\x43\x10\x81\xc9\x24\x00\xe8\xb9\xf8\x25\x00\x9d\x8a\xdf\x2b\x80\xce\xc4\x2f\x07\x28\x94\x19\x32\x80\xc2\x50\x3c\x7c\x01\x28\x1c\x8a\x87\x19\x40\xe1\xa1\x78\x28\x00\x1a\xca\xc2\x14\xa0\xc3\xa3\x68\x7f\x32\x01\xfb\xe8\x4c\xe6\x99\x4c\x44\x26\x99\xeb\x1d\x40\xe1\x89\xac\xea\x33\x40\xa7\xc3\x43\xf9\xfd\xad\x7c\x94\xdf\x7f\x06\x2b\xb4\xc4\x63\x70\x0f\x10\xf8\x15\x20\x70\x4f\x4b\xf1\xa4\xfe\xbe\xfa\x00\x10\xc8\x33\x80\xc0\x7b\xf9\xe7\x1d\x40\x40\x3c\xc8\xdf\x5c\x3c\xc8\x3f\xef\x45\xae\xd9\x4c\xe4\x50\x7f\x5f\xbf\x06\x71\x33\xe7\x52\x41\x57\x62\x40\x78\x4d\x08\xb8\xc1\x96\x17\x9e\xc0\x01\xcf\x7f\x59\x2c\x68\xf1\x92\x94\xd4\x83\x88\x5e\xe0\xe1\xf1\x31\x2c\x30\xb8\x03\x28\xc7\xc3\x5a\x02\xa7\x17\xf8\xe4\xf8\xf8\x50\x7e\x5a\x8a\x4f\x47\x4a\xc2\x16\x72\xa7\xf8\x78\x34\x3c\x3b\x3a\x3b\x79\x3e\x3c\x3b\x86\xb0\x11\x65\x98\x60\xae\x53\xea\x2c\x72\x96\x71\xe7\x2b\x13\x33\xdc\x21\x92\x54\xb2\x6b\x67\x4e\xee\x1d\x2d\xc1\x5c\x17\x94\x70\x5a\x38\xfc\x86\x64\x4e\x70\xf7\x5a\xff\x03\xe0\x5e\x81\xc1\x2f\xa2\xbd\x53\x2d\xfb\x81\xc9\x04\xf8\x85\x9f\xe9\x39\xe9\x81\x00\xa0\xbc\xcf\x35\x09\x43\x9f\xaf\xea\xde\x2f\x44\xef\x85\x7c\x3e\x28\xb5\xa8\xa3\x1f\xaa\xaa\x40\x32\x9d\x65\x53\x9a\x71\xfc\x13\xe1\x37\x83\x39\xb9\xf3\x42\x44\x75\x5a\x55\x0d\xa1\xca\x93\x29\x06\xf2\x46\x65\xa5\xed\xf7\xaa\xea\x85\x2a\x5b\x79\xcb\x16\x6f\xb2\x2f\x24\x65\x53\xd1\x4e\xf3\xd6\x64\x99\xa5\xf9\xd7\xb7\xf4\x0b\x15\x4b\x7b\xcd\xef\x3c\xda\xa4\xc3\x51\x3f\x8c\xac\x77\x5d\x33\xbf\x4f\xe9\x4f\x64\xf1\xf8\x0c\x47\x04\x25\x68\x29\x86\x57\x31\x56\xcc\xb5\xc8\xff\xb0\xd2\xac\xe9\x61\x85\x0a\x1c\xa0\x1c\x7b\xec\xb1\xc9\x5f\x5c\xe4\xe7\x85\x98\xfc\x04\xb3\x71\x11\xa3\x04\x6b\x2a\x91\xaa\x08\x02\xbd\x1e\xc0\x18\x93\x41\x99\xb2\x84\x7a\x01\x1a\x42\xd7\xf5\x08\x06\x9c\x5c\x47\x62\x49\x18\xe4\xc5\x35\x1a\x06\xc1\x30\x02\xbe\xc9\x35\x84\x10\x79\x4b\x4c\xe5\x6a\xcb\x52\x3a\x15\x62\xe9\x4f\x64\x31\x98\x91\x34\xbd\x22\xc9\xad\xa8\xda\x75\x4b\xa5\x22\x2c\x55\x57\x5f\xa4\x8c\x94\xb4\x44\x89\x68\x20\xc1\xed\xd4\x71\x12\x43\x24\x55\x8d\xc4\xb0\xa5\x6c\xe5\x59\x83\x8c\xa8\xca\x5f\x56\x95\x40\x86\x1e\xc4\x32\x2f\xf8\xbf\xd3\xfb\x52\x0c\x8d\x7e\x6c\xc6\x25\x65\x19\xfd\x3b\x9b\xf2\x1b\x4c\x9b\xe7\xaa\x3a\x0d\x0c\x01\xfc\x8d\xce\x4a\x39\xf2\xe2\xa1\x29\x97\xe5\x2f\xf3\xf9\x82\xf0\x9f\x84\x66\x44\x5b\xaf\x4d\xa6\x24\x17\x84\x52\xd2\xd7\x69\xfe\x55\x22\xa2\x79\x6d\x32\xb1\xf9\x22\x65\x09\xe3\x02\x3d\x25\xb6\x7a\x53\x23\xee\x8d\xce\xa1\xf2\xd3\xbb\x6d\xf9\x5f\xdd\xd9\xf9\x39\xb9\xc6\x02\x1b\xea\xad\xa0\xe5\x32\xe5\x18\x00\xf5\x3a\x5d\x8a\xac\x84\xd3\x12\x8f\x63\x95\x24\x14\x8a\x1f\x9b\x64\x51\xb4\x99\x56\x33\x45\x7f\x46\xed\x62\xa8\xc0\xcd\x6c\x74\x00\xe2\x82\x7f\x07\x88\xe0\x7e\x88\x4a\xd1\x4a\x22\xf0\xaa\x88\x2c\xbf\x48\xce\x61\x3f\xc4\x18\x7b\x62\x3a\x8a\xb9\x76\xf7\x7e\xe6\x01\xc1\x6d\x73\x08\x47\x1e\x13\x23\x24\x69\x27\x17\xd5\x24\x30\xb2\x93\x10\xf1\x43\x91\x2c\x7f\x8c\x0e\xe7\xba\xa2\x78\x0f\x63\xe6\xba\x5e\xe9\xe3\x02\xa2\xd2\xc7\xcc\x90\x47\xd9\x40\x3e\x55\x90\x1b\x46\x92\x01\xbf\x05\xb8\x99\xfb\xcf\x38\x6c\xca\xdc\x58\x4b\xf3\xe1\x50\xac\xcd\x55\x75\x26\x7e\x9a\x2c\xf3\x56\x96\x0b\xb1\x7a\xd3\x0b\x1c\x0e\x4f\xaa\x2a\x3c\x09\xcd\xfb\xf1\xf1\xf0\xec\xd8\x75\xc5\x42\xd0\x93\x2b\xbc\x58\x07\x7a\xb2\xbe\xe3\xe7\x87\x47\x47\x26\x9f\x60\xb3\x87\xae\x7b\x72\x3c\x7c\x7e\xa6\x3e\x8b\x94\x93\xba\xda\x30\x3c\x0a\xc3\xb0\x69\xfd\xde\xee\x94\x84\xc5\x2a\xec\xba\x47\x47\xea\xf7\x2c\xd4\xbf\x87\xea\x37\x1c\xd6\x0f\xc7\xea\xe1\xf8\x54\xfd\x7a\x87\xc7\xaa\x5d\xee\xba\x1d\xf2\x89\x6a\xa1\x77\xb3\xde\x50\x68\xea\x0b\xa4\x08\x26\x58\x4b\x03\xe4\x75\x53\xc1\xc1\xa7\x49\xf6\xcc\x39\x18\x70\x5a\x72\x8f\x5a\x79\xee\x3c\xad\xe6\xa3\x42\x71\x37\xc1\xd7\x4a\xc1\xd9\x70\x2f\x44\xa9\xf8\xb3\xc0\x7d\xd1\x0d\x86\x66\x82\xb8\xa6\x78\xee\x09\xda\x4a\x6e\x48\xf1\x32\x9f\xd2\x17\xdc\x0b\xa0\x05\x54\x22\xc1\x14\x6c\xe4\xe8\x58\xbd\x9e\x1c\xaa\x5f\xd9\xd5\x44\x23\x27\xd1\xc8\x49\x34\x72\x12\x83\x9c\xc4\x20\x27\x71\xdd\x43\xf3\x6b\x4a\x0e\xf5\x7b\x9d\x51\x57\x75\xa2\xab\x3a\x31\x19\x34\x24\x87\xfa\xfb\xe1\x73\xfd\xdd\x34\x7d\x52\x43\xda\xea\x89\x99\x32\xfd\x10\xc2\x46\x82\xcb\x71\x70\x9e\x5f\x34\xd3\xc9\xf7\x95\xb9\x68\x2e\xa7\x93\x55\x3c\x87\xd0\x98\x7d\x8e\xf7\x4a\x9c\x5f\x06\xa3\xf6\xf7\x7e\x08\x23\xc9\x12\xa6\x78\xea\xba\xf7\xd2\x06\xb5\x92\x4b\xfa\x13\xed\x84\x81\x99\xb9\x6b\x4d\x2d\x71\x2f\x40\x0b\xd7\xf5\x52\x9c\x56\x55\xde\x9f\xf5\xc3\x4b\xe6\xba\xc0\x11\xf3\x92\x8e\x67\x7e\x18\xa3\x19\xce\x1b\x8b\x9e\x80\xf8\x8f\x40\x28\xeb\x5f\xb8\x6e\x67\x13\xc6\x3c\xb4\xac\xaa\x74\x94\x5d\x9e\xb9\xae\xa0\xbb\xd1\x71\x94\x8e\x8e\xa2\xc3\x68\xea\xba\xbd\x42\x24\x84\xd1\xb0\x21\xbb\x2f\x9a\xec\x0a\xf8\x40\x95\x6e\x6d\x59\x65\xd8\xcc\x13\x5d\xae\xc5\x0b\xcd\x3a\xf6\xf7\x81\xb4\xb8\xb5\x99\xbe\xeb\x4a\xea\x5c\xd6\x6c\x8d\xc3\xba\x00\xf0\xb9\x0f\xf6\x95\x74\x9c\xe3\x9a\xd3\x58\x92\x47\x06\x25\xcb\x14\xac\xa5\x59\x85\x84\x40\x50\xe7\x51\x0f\x2c\xf3\xac\x0c\xe8\x28\x80\xc8\x7a\xef\xe7\x10\x95\xb8\xa8\x2a\x4b\x8c\xb8\xec\x87\xae\x9b\x5d\x62\x2b\x69\xaf\xfc\xca\x78\x72\xe3\xdd\x79\x1c\x95\x35\xe3\x43\xc4\x32\xce\xf1\x4d\x2b\x95\x2d\x77\xec\x35\x0a\x05\x6d\xaf\x5f\x1b\xda\x84\x10\x1f\xdb\x59\xc6\x59\x2c\x56\xa1\x3c\xfd\x42\x1b\x24\xf5\x02\xcd\xb2\x7b\xe1\x4a\x36\xb5\x82\x10\x3e\x24\xa4\xa4\x4e\x18\x69\x50\xf8\x9e\x7c\x1f\x46\x16\x5e\x05\x0b\x4f\x49\x42\xbd\x83\xfd\x83\x6b\x24\xc6\x06\x4a\x54\xcb\x9c\x87\x26\x67\x05\xfc\x2b\x8f\xd7\x5d\x85\xfe\x0b\x6f\xe6\x71\xb1\xe8\xa8\x8c\x47\x26\xe3\x65\x57\xc6\x47\x44\x2f\x7c\xe0\x4d\x32\x1f\x7a\xe3\x4f\x93\x2c\x7e\x06\x0f\xae\x85\x84\x55\xae\x2d\x6c\x62\x40\x24\x61\x94\xa3\x32\x32\x53\x0a\x15\x83\x94\x94\x5c\x48\x91\x77\xb8\x44\x5f\x3d\x5a\x0b\x56\x25\x44\x1c\x0a\x62\x10\x85\x05\x39\x8c\x83\xb8\xaa\x80\x63\x9e\x25\x0d\x95\x12\xff\xe7\x0c\x17\x03\x7a\x47\x13\x8f\xc2\x73\x63\x2e\x66\xe3\x30\x46\x4b\xcc\xc6\xc3\x78\x2f\xc3\xaa\xdc\x72\x1c\xc4\x28\xf7\x71\xe2\x7b\xa4\xaa\xb2\xaa\x02\x32\x75\x04\x40\x24\x41\xf4\xbf\x7a\x4b\xb1\x70\x13\x9c\x99\x49\x94\xaf\x3c\x8e\x08\x6c\x30\x74\xac\x31\xb4\x0f\xf6\x7d\x7b\x5d\x30\x82\x80\xe6\xdd\x62\xc5\xef\x60\x1f\x52\xf3\x68\x73\x8d\x4b\xb9\x26\x9e\xb8\x2e\xbf\xc0\xc7\x27\x87\xe1\x99\xeb\x7a\xd9\x5a\x2e\x3f\x94\xf9\x4e\x0e\x87\x81\xeb\x66\x17\x58\x2c\x95\x87\x23\xaf\xf0\x71\xea\x85\xc1\xf0\xe8\x99\xc7\xfb\xb2\x16\xe8\x67\x7d\x99\xcd\x97\xcb\x25\x44\xa2\x51\x21\x3c\x24\x63\x1e\xa3\xc2\xc7\x3d\xe6\xba\x73\x8f\xc3\x11\x1d\xe7\x71\xc4\xaa\x2a\x15\xa4\x67\x19\x7d\x39\xf4\xf7\xc1\xfe\x9e\xd6\x36\xa3\x96\x16\xc3\xe6\x8b\xbc\x2c\xd9\x55\x4a\x1d\x5a\x14\x79\x11\x39\x4c\x49\xf7\x4e\x99\x90\x54\x8c\x87\x90\x39\x01\x5c\xad\x3c\x6b\x45\xbb\xb2\xc8\x05\x4b\x56\x64\x44\x6a\x18\x01\x80\x58\x33\xc2\x0d\xb7\xaf\xb5\xed\xcc\xf7\x84\x40\xb3\x99\x65\x28\xa8\x41\xa7\xc2\x11\xf0\x41\xc4\xe4\x38\xf6\x05\xdd\x4f\x32\xd0\xb4\xff\xc2\x32\x97\x74\xb4\x34\x6a\x68\x4e\xf0\x5a\x4b\xa2\xf9\xaa\x00\x67\x33\x4f\xd2\x09\xb5\xc9\xcf\x30\x6d\xba\x67\x06\x5e\x4f\x05\x67\xfc\xc9\x89\xe5\x14\x10\xc2\x5f\x80\x4a\x1c\xa0\x04\x03\x70\x9e\xd9\x44\xea\x95\x42\xfb\x11\x64\x0f\xfb\xf9\x25\x77\x5d\x8f\x61\x72\x99\x8f\x48\x54\xa2\xc4\x97\x18\xf1\x1b\x79\x8f\x09\x69\x8f\x09\x69\x8f\xe0\xd2\x60\x46\x67\x43\x75\x57\x64\x3d\xa2\x92\xc4\xb7\x65\x45\x85\x8e\xba\x36\x21\x34\x46\x76\x0e\x88\x12\xfd\x18\x5a\x83\x76\xab\xd6\x03\x35\x6c\x42\xb9\x4a\xd0\x12\xa5\x68\x21\xbb\x9b\xe0\x00\x2d\xb1\x97\xe3\x6c\x44\xdb\x52\x78\xb4\xc6\xe2\x6a\xbd\x2a\xb9\x58\x9e\x27\x9a\x0d\x7a\x5e\x8a\x73\xa1\xc2\x0c\x58\x56\x72\x92\x25\xf4\xfd\xac\xaa\xd2\xc1\xa2\xa0\x53\x29\x6b\x0b\x95\xa7\x97\xb6\xbe\x6e\x18\xba\xb8\xeb\x72\xc7\xe4\xc8\x67\x8e\x9d\x5d\x97\xaf\xeb\x6b\x55\x2e\xe8\x5d\x0e\x2a\x55\x0a\xc1\x28\x15\xbf\x11\x18\x01\x94\x0a\x26\x5a\xd0\x52\x30\x3c\x91\x63\x81\x69\xad\x77\x8e\x65\xb6\x58\x54\xa5\xe7\xc6\x07\xf1\x05\x81\xb1\x82\xcc\x31\x9e\x8a\x58\x29\x88\xda\xdd\xd3\x54\x08\x0b\x6c\xbd\x7a\x1c\x2d\x60\x63\x3c\x28\x37\xf2\xa3\xc5\x9a\x09\xa1\x77\x01\x7c\x09\x83\xbf\x7f\xe9\x70\x72\xed\xe8\xa5\xa3\x70\x48\x92\xd0\x05\x2f\xa5\x15\x01\xec\xfb\x0b\x7f\x1f\xa8\x99\xb8\x0f\xf7\x5a\x8d\x8e\x17\xb1\x6c\x77\xa5\x97\xf8\x62\x65\xd6\x9c\x55\xbd\xe6\xd4\x14\xf0\xd2\x48\x04\x28\x47\xa5\x90\x0a\x6a\xf5\x49\x97\xce\x90\x20\x92\x0c\xf5\x42\x58\x55\xfa\x51\xfb\xd5\x12\x83\x00\x95\x15\xee\x15\xae\xeb\x15\xf6\xd2\x7b\x11\xb4\x17\x67\xae\x1d\x72\x82\xc6\x70\x8d\x53\xa5\xa4\x4b\x8c\x26\x55\x55\x27\x4b\xd3\x83\x4a\x15\x02\x88\x92\xb8\xe4\xe2\x22\xd5\xec\x46\x95\xab\x57\xa0\x0c\x0a\x1d\xdc\x58\x46\x45\x57\x5c\x17\x8c\x80\x79\xa9\xaa\xb4\xaa\xa4\x42\xa2\xd7\x3b\xd7\xe5\x97\x81\x20\xa3\x1c\xf7\x42\x88\x52\xd7\xa5\x6b\xea\xe0\x78\x19\x43\x8d\x08\xf0\xac\xa0\xb3\xcf\xc0\x5f\xd6\xe3\xb9\x70\xdd\xd4\x75\x7b\x1d\x65\x5c\xd7\xeb\x48\xc5\xbd\x00\xa2\xce\x5e\xc3\xc2\x75\x85\x2a\x61\x9b\x2b\x34\x52\xf5\xd4\x1a\xb5\x96\x65\x25\xc2\xb5\xf4\x06\x85\x52\x80\x66\xaa\xaf\xe8\xa6\x55\x59\x26\xe5\xea\x9e\xb4\xb7\xd6\x56\x01\x78\x23\x1f\x9f\xf6\x3d\x6f\x66\xb7\x52\x1a\x93\x59\x93\xd6\x22\x67\x93\xea\xcc\x97\xa5\x34\x7e\x11\xe7\x2a\xcf\x53\x4a\x32\x27\x2f\x1c\x52\x8b\x5b\x00\xee\x69\x51\x1c\x11\x7c\xd3\x68\xd0\xe4\x3c\x17\xec\x24\x15\x3d\x13\x38\xc2\x18\xe7\x55\xe5\xa5\x3e\x56\xfa\x2d\x44\x09\xce\xc6\x25\xbe\x19\xe7\x71\x8c\x24\x31\xfb\x21\x2a\x51\x2f\x50\xff\x89\xc1\xf5\x96\xf8\x09\x92\x50\x68\x16\x23\x2f\x7e\x75\xcb\x97\x62\xb9\x85\x72\x14\xd5\xd7\x50\x61\x4e\x66\x69\xa9\x60\xa3\xd4\xc7\x60\x04\x22\xf9\xe3\x00\x88\x52\x5f\xe7\x43\x4b\x41\xb0\x0d\xa0\x06\xb8\x44\x40\xb6\xdc\xbd\xf2\x48\x55\x1e\x39\x00\x2d\x7c\x5c\x57\x0f\xe1\x9e\x9a\xac\x33\x33\x53\x17\x55\x05\x1e\x56\x40\xca\x93\x3a\x0d\xe5\x92\xaa\x3d\x43\xc2\xae\x26\x61\xdf\xd4\x11\xad\x91\x95\x22\x2a\x63\x68\x2b\xe5\x9a\x86\x96\x9a\xa4\xd2\x75\x92\x12\x43\xc6\x70\x80\x04\xfb\xd1\x43\xc6\x2e\x8a\x73\x26\x86\x4c\x5a\x43\x82\xc6\x52\x01\x90\xc0\x4e\xdb\x28\xa4\xbe\xec\x83\x7d\x29\x8c\x8d\x73\x9c\x8e\x99\x19\x46\x94\xa3\x5e\x28\xb8\x4e\x0d\xbe\x3d\x36\xba\x4e\x89\xf1\xd2\xa0\xc4\xf7\xda\xd5\x8f\xf6\xc1\x7e\x04\x84\xa4\x10\x81\x8d\x6f\x42\x8a\x10\xa5\x55\x63\xa4\x69\x2c\xf1\x71\xb9\x81\xe4\xa5\x41\x32\x78\x00\x7e\xe2\x83\x36\x9a\x1f\x41\x32\x70\x80\xdf\xd4\x63\xa6\x58\x07\x7b\x53\x58\x9f\xad\x1b\x5c\x25\x7b\x1a\xf1\x7e\x18\xf1\x3d\xcd\x20\x5a\x98\xd8\xe0\x09\xac\x59\xc8\x89\x40\x7f\xa9\x06\x4e\x8e\x93\x32\x89\x66\x1b\x16\x50\x43\x96\xd9\xb8\x88\x9b\x39\xc3\xd4\x5c\x2b\xaa\xca\x23\x0d\x09\x6f\x27\x58\xe2\x63\xd0\x07\x91\xfc\x71\x00\x22\x35\x22\x35\x1e\x4b\x83\x47\x22\x18\x7d\x2c\xb1\x38\xfb\x27\x10\xab\xe8\x2d\xb1\x7a\xab\xa8\x32\xdb\xa0\x4a\xbd\xdc\x8d\x59\xdc\x0c\xb8\x21\xd2\x5c\x10\xe9\xa3\x84\x22\x84\xec\xb5\xce\x90\x9a\x28\xc6\xc0\xcf\x7d\xd0\xee\xce\x0e\x44\xb1\x32\x2b\x49\x4d\x14\x4a\x66\x8e\x05\x7f\x4a\xb4\xf8\x62\x99\xd7\x8d\xf2\x18\xee\xb5\x98\xec\x32\x53\xb2\x01\x11\x22\xfb\x2d\xcb\xa6\x4e\x3e\x73\x04\x87\x55\x75\xf2\xdc\x11\xcd\x39\xc0\x4f\xe0\xca\xe2\x7d\xae\xfb\xc5\xa3\x06\xf7\x1c\x95\x70\xf5\x28\x9b\xb4\x3a\x22\x04\x14\x99\xe6\x83\xcb\xa6\x2b\x8d\x88\x51\x4b\x16\xbf\xad\xeb\x8f\xe3\x18\xe5\x78\x1c\xcb\xf1\xd9\x0c\x11\xaa\x09\xd7\x98\xf6\x7b\x18\x73\xd7\xdd\x94\x08\x85\x6c\xa9\xa4\x80\xdc\x48\xd7\xca\xfc\xa0\x6c\xad\xac\x4e\xca\xa1\xeb\xb2\xc1\x62\x59\xde\x78\x96\x31\x26\x53\x29\x1c\xa2\xb6\x4b\x94\x43\xd8\xac\x40\x7c\x63\x05\xa2\x1e\x1f\xe7\xb1\x04\x55\x55\xa5\xe6\x54\xdb\xbf\xa0\xd5\x81\xa2\xb3\x74\x21\x97\x28\x19\xd9\xe3\x51\x41\xb3\x10\x29\x93\x42\xbe\x61\x44\xe0\xb6\x70\x23\xc1\x2d\xc6\xd2\x45\x09\xf7\xf8\x86\xbd\x9a\x7e\x55\xac\xc4\x63\x96\x60\xff\xc1\xd6\xc6\x44\x96\x85\xc7\x31\xaf\xaa\x87\x55\xad\x05\x66\xb5\x8d\x5f\x8c\x54\x26\x38\x61\x86\x02\x44\x35\x13\x18\x65\x8a\xa7\x0a\xb5\x22\x02\x60\xb5\x16\x93\xf1\xa1\x2b\x1c\xa3\x6d\x39\xd0\xed\x08\x50\x32\xed\xb8\xf5\x1e\x94\xe9\x3e\xca\x57\x82\xa1\xac\x54\x5c\x81\x76\x9d\x46\xd2\xe9\xbe\x1e\x47\xf0\xb8\xef\xff\x11\x9f\xff\x2a\x46\x47\x3b\x7b\xe9\xc5\x47\x19\x83\xa4\x04\x59\x19\xe0\xa6\x1d\x1e\x64\x4e\x31\x68\xc5\x92\x00\xe3\x52\x20\x65\x9e\x61\xaa\xde\xe6\xa4\xb8\xc5\xda\xf5\x30\xa7\x65\x49\xae\x29\xf6\xac\x7c\x55\x05\xbc\x65\x76\x9b\xe5\x5f\x33\x47\xa5\x40\x00\x7d\xaf\x2e\x3b\x12\x0c\xa1\x7e\x6b\xfc\x95\x42\x6b\x86\xc8\xc0\xb6\xe0\xcb\x82\x7e\xe0\x24\xb9\xfd\x58\x90\x84\x8e\x1e\x49\x97\xd5\xd6\xbe\x18\x13\xbf\x01\x23\xed\x5b\x23\xc9\x2d\xf6\xea\xb0\x2b\xa8\x52\xaa\x0a\x80\x55\xd6\x38\x91\x0d\x4d\x27\xd2\x4d\xe9\xa9\x96\xea\xaf\x10\x59\x59\xed\x46\x70\xd6\xfa\x62\xfa\xd1\xf2\xfa\x4b\xcb\x09\xae\xd1\xeb\x0b\xa1\xc6\x90\x23\xf7\xf1\x16\xac\xa1\x1e\x75\xdd\x1a\x53\xae\xeb\x71\x1f\x3f\x86\x3c\x88\xb8\x15\x36\x80\x33\xe5\xcc\x3f\xfe\x27\x3a\xf3\x45\x83\xdb\xbd\xf7\x4f\xf8\xfd\x77\x71\xdf\x1f\x8c\x27\x77\x41\xd0\x9f\xdc\x05\xa7\x93\xbb\xe0\x87\xc9\x5d\xf0\x72\x72\x17\xbc\xea\x4f\xee\xc2\xd7\x93\xbb\xe7\xaf\xfb\x93\xbb\xd3\xa3\xc9\xdd\xe9\x49\x7f\x72\x77\xf6\x7a\xb2\x7c\xfd\xfa\xf5\x2b\xf9\xf7\x75\x5c\x8d\x27\xcb\x1f\x4f\x45\xe1\xe5\x8f\x3f\xbc\x7e\x1d\x7b\xa3\x9e\x48\x79\xa9\x52\x44\x0e\x58\x79\xa3\x68\xfc\xa9\x9d\xad\xfa\x04\xd7\xb2\x1d\xa0\xa5\x84\xe3\xf4\x78\xb2\x1c\x06\xc3\x53\xf9\xf7\x2c\x3e\x40\x29\x3e\x18\xa3\xc9\x78\x12\x4f\x1e\x26\xab\xf8\x00\x2d\xf0\xc1\x27\x6f\x14\xf5\xaa\x5e\xaf\xea\x8d\x49\xff\x1f\x93\x7e\xec\xf7\xe0\x77\x07\x0c\xcd\xcc\xa7\xf1\xa7\xa6\x04\xf4\x46\xd1\xf7\xe3\xa0\x7f\x46\xfa\xb3\xf8\x61\xb8\xaa\xd4\xf3\x3f\x26\xfd\xbf\x9c\x4f\x0e\x26\xa3\xe8\x5f\x5c\x3c\xf1\x27\xdf\xa1\xcf\x93\x41\xef\xbf\x26\xcf\xf6\x27\xde\x04\x8a\xd2\x31\x7c\xf6\xdd\x01\xdb\xb3\x5d\x5d\x35\xb7\x79\x34\x5c\x42\x6b\xaa\x8f\x78\xbb\x94\x44\x53\x55\xe1\xe1\xe3\xee\xae\x33\x95\x45\x39\xc6\x5a\x3e\xa9\xee\x2c\x55\xf5\x58\xad\x96\x87\xc8\x39\x3a\xd2\x7e\xb6\x50\xff\x1e\xea\x32\xc3\xfa\xe1\xb8\x5d\xfa\xae\x9e\x4a\x66\xee\x1c\x9d\xd6\x8e\xb7\xe7\x23\xda\x3f\x3a\x8d\xce\x9e\x5f\x60\x8f\xe3\xc3\x61\x45\xa1\xb4\x39\x86\xc1\x70\xc4\xfb\x67\xcf\xfd\x30\x88\xfa\x61\xcb\x23\xd0\x80\x72\x2a\x1a\x1a\x81\x49\x00\xa2\xb3\xe7\xea\xf9\xff\x01\xd1\x99\x49\xbe\x02\x51\x18\x9e\x58\x6e\xc1\x11\x98\x70\x91\x16\xe8\x97\x4c\xbc\x98\xdc\x5f\x04\x33\x1e\xea\x97\x99\xf8\x72\xa4\x5f\x0a\xf1\x25\x54\x2f\xff\x2f\x88\x0e\x75\x26\x07\x44\x87\x2a\x8b\x90\xdb\x8f\x34\x00\x07\x20\x3a\x33\xb5\x4c\x40\xf4\x5c\x57\xff\x3f\xff\x0d\xa2\xb3\x63\xfd\xfc\xbf\x41\xf4\xfc\x44\xe7\x91\x34\x0a\xa2\xd3\xc0\x7a\x3f\x93\x2b\x98\x6d\xaa\xac\xfb\x6c\x62\x3d\xb4\xb5\x72\x30\x2b\xf2\xf9\x4b\x2d\xd2\x7a\x14\x46\x5d\xc9\xd2\x06\xeb\x7b\xb4\x2f\xad\xaf\x97\x97\x61\x00\x91\x32\xc7\x9a\x34\x37\x0c\x86\x87\x10\xd6\xe1\xba\x2f\xac\x65\x7a\x78\x7c\x02\xd1\xd7\xf5\x84\x5b\x1c\x9c\xdf\x5e\x0c\x8f\x4f\xce\x6f\x7d\x1f\xbe\x18\xdf\xc6\xf8\x8b\x77\x0b\x47\x61\x14\xa0\xaf\xe6\x6d\xaf\x6d\xb6\xd1\x01\x1f\x2c\x5b\x2c\xb9\x59\x8e\x66\x2c\xa5\x72\xe9\xe2\xf5\xa3\x0a\x0e\x40\x76\x70\x08\xaf\x83\x43\x88\x4a\xcf\xb3\xbf\x93\x22\x13\xfc\x9a\x37\xcf\x76\xc1\x94\x5e\x93\xe4\x5e\x0a\x46\xe2\xa1\x71\xe7\xff\x26\xd6\x42\x2e\x7f\xec\x28\x83\x92\xd3\x8c\x16\x22\xbf\x7e\xb4\x2b\xfb\xd6\x10\x00\xae\x22\x29\x3a\x73\xea\x28\x0b\x03\xa5\x10\xa4\x6a\x17\xbc\x4a\x5c\xe4\x25\x93\xa1\xa0\x41\x13\x02\x61\x3f\x7f\xe0\xa4\xe0\x76\x82\x0e\x7f\xd1\x29\xd3\x3c\x59\xce\x69\xc6\x4b\x3c\x8e\x37\xa4\x5b\x23\x4b\x49\x41\x9c\x23\xf1\x5b\x78\xb4\x46\xbd\xf4\xac\x2c\x96\x42\x4f\x34\x50\x68\x07\x96\x95\xd2\xa7\x0d\x18\x70\x53\x86\x53\xa2\xbe\x6a\xaf\xf9\xf8\x46\x7d\xa4\xcd\x68\xb9\xae\xf5\xa2\xb8\x9d\xc4\xb8\x2a\x09\x65\xe4\xfa\x7b\xfc\x20\x24\x9a\xe8\x51\x3d\x6a\xaf\x56\x01\xbe\xd0\xa2\x64\x79\xe6\xba\x02\x0c\x60\xe4\x51\xd1\x74\x3e\x73\xbe\x17\xb5\x38\x53\x56\xd0\x84\xb3\x2f\x62\xa9\x13\x02\x79\x56\x07\x29\xc8\x32\xed\x3c\xb5\xfd\x92\xde\x91\x84\xa7\xf7\x4e\x9e\x51\x87\x14\xd7\x12\xb7\x00\x22\x1d\xcd\xe3\x31\xb1\x54\x88\x95\x20\xf6\xe1\x64\x60\x9e\xbe\x3b\x50\x56\xf5\x6c\x1c\xc4\x10\xea\x06\x58\x9a\xf6\x67\x79\x31\xa7\xd3\xba\x22\x01\x1c\xbf\xa1\xce\x06\x7c\x05\x96\x61\xb1\x6f\x32\xee\x49\x9f\x91\x98\xb3\xb9\x9d\x36\x54\x69\xa2\x1f\x85\xae\xbf\xa5\x57\xc9\x1a\x35\x52\x4c\x2b\x86\x34\xa4\x61\x43\x7f\xc3\x02\x44\x44\x07\xc9\x0d\x4d\x6e\xdf\xb2\x8c\xfe\x50\x50\x72\x5b\xe2\xfc\x62\x28\x2b\xcf\x5d\x77\xa8\x7e\xde\xa8\x36\xca\xe5\x42\x08\x29\x74\xba\xa5\x89\x15\xfa\xf8\xe2\xaf\x8f\x8d\xdc\xde\x70\x13\xff\x1f\x5f\xfc\xf5\x09\xf4\xf3\xaf\x79\x8d\xb5\x52\x4a\x3a\x12\xf0\x02\x67\x02\x3d\x0b\x15\xb2\xc0\x60\x55\xad\xa3\x9a\x93\x6b\xe7\x86\x64\xd3\x94\x3a\xde\x8c\x15\x25\xaf\xab\x81\x06\xe8\x56\xcb\x42\xd4\x31\x66\x62\x4e\xae\xc5\x5c\x65\x7a\x04\xf7\xf9\x0d\x2d\xa8\xc3\x4a\x87\x38\x8b\x82\x7e\x61\xf9\xb2\x4c\xef\x9d\x29\x4d\x52\x52\xd0\xa9\x53\x2e\x67\x33\x76\x27\x54\x2d\x07\xec\xfb\xcc\xdf\x07\x56\xeb\xfb\x10\xcd\x14\x94\xc5\x23\x50\x2e\x0a\x2a\x8a\x7b\x25\x15\x0a\xfd\x76\x30\x0d\x7c\x63\x16\xe3\x62\xb5\x6a\xb8\xed\xab\x0e\xfb\x0a\x2a\x65\xa4\xc2\x45\x26\xd5\x74\xe5\x07\x5d\x2c\xb9\x76\xb2\x88\xb1\x41\x0c\x36\x86\x97\x72\xc3\xf0\x72\xa6\xc2\x0b\x4a\xdb\x82\x52\x40\x28\xa4\x87\x0b\x4c\x5c\x97\xd4\xf1\x2f\xba\x77\xf4\x6e\x41\x13\x41\x27\xca\x19\xf7\x6f\x1f\xde\xbf\x73\x44\x59\x92\x70\xb9\xeb\x42\xaa\xa5\x89\x42\x49\x69\xe6\x88\xe8\x67\xc9\x0b\x4a\xe6\x4e\x92\x67\x9c\xb0\xac\x74\xb2\x3c\xeb\x2f\x0a\x96\x29\xc2\xae\xab\x28\x45\x1d\x3a\x60\xca\xc7\xe5\xaa\x61\x36\xaf\x65\xff\x5b\xb1\x2a\x09\x5a\x2a\xaf\x78\x1d\xb7\xdc\x10\x8b\xde\xac\x31\xa7\xc5\x35\x75\xe6\x64\xb1\x60\xd9\x75\x79\x2e\x51\xbe\x28\xf2\x2f\x6c\x2a\x86\x36\x5f\x16\x09\x35\x26\x0a\x56\x3a\xf6\x64\x03\x10\xd5\xce\x27\x5b\xc3\x66\x70\xd3\xd3\x44\xa4\x93\xc9\x90\x18\x47\x04\x56\x95\x0c\xe3\xc3\x6c\x4c\x62\x54\x88\xa7\x5e\x60\x71\xce\xcf\x4d\xe8\x8d\x8a\x26\x54\x9d\x5a\xa2\x54\x0c\x68\xdb\x28\x50\x28\xa3\xc0\x12\x07\x28\xc5\x5e\x81\xd5\xd7\x46\xb8\x94\x83\xad\x5a\x2e\x1a\xd8\x96\x17\xe9\xf9\x52\xc0\xb6\x56\xd9\x78\x19\x9b\x61\xc9\x68\x29\xb7\xb6\x88\x0f\xa5\x43\x0a\x2a\xdd\x3a\x0d\x2b\x60\x59\xc9\xa6\xd4\x11\xbd\x06\x10\x6d\x18\x41\x0a\xd7\xed\xf2\x23\x4c\x4d\x1b\xf2\x77\xd3\xc1\x22\x9d\x00\xdf\x50\x99\xac\xa9\xa3\x1a\x54\x98\x78\xc9\xa2\x66\xdc\x5c\x28\x64\xf8\x61\x05\x51\x47\x94\xa4\x24\x05\x51\x29\x83\x1b\x38\xce\x6d\x1c\xe7\x1b\x38\x54\xb4\x97\x8f\x97\x31\xca\x34\x8d\xeb\xa4\xfa\x9d\x6a\xe9\x43\xd3\x40\x86\x04\x43\xe8\xd5\x14\x21\xde\x74\x18\x09\x26\x55\xb5\xb1\xfe\xe2\x44\x24\xd6\xeb\x73\x6b\xbd\xa3\x53\x43\xc0\x62\x2c\x80\xd0\x2b\xc7\x45\x8c\x73\x34\xa5\x29\xe5\xd4\xc9\xac\x90\x71\x2b\x1a\xf7\xa7\x46\x44\x57\x61\x44\xbc\xe6\x0f\xad\xb0\x27\xd3\x28\x84\xa3\xe6\xc5\xf7\x23\xa9\x30\xf0\x91\x67\x27\x22\x6d\x75\x7d\xaa\x1a\x21\x03\x34\x25\x60\x24\xfb\x42\x1c\xd1\x61\xe7\x4a\xac\x43\x62\xa6\x19\x3e\x02\x4c\x30\x8d\x8f\x43\x64\xc9\x20\xb8\xa9\xa3\xe9\xd1\x3b\xb3\xe0\xd4\xa1\x90\xd2\xc2\xfa\x34\x38\xe7\x81\x58\x4d\xcf\x55\xa1\xf3\xb9\x57\xc0\x73\xd8\x59\xc6\xf7\xad\x52\x92\xaf\xba\xee\xa1\x90\xee\x0b\x38\xcd\x1f\xb6\x17\x59\x7d\xbd\x61\x29\xf5\x64\x38\x5e\xa1\xc3\xf3\xb4\xc5\xbc\x50\x9e\xaf\x1b\x31\x41\x25\x0a\x24\xdb\x12\x03\xb4\x15\x7c\xc4\x7c\x5f\x23\xc6\x88\x84\xe7\x52\x59\x29\xce\xa1\x9d\xec\xfb\xdd\x55\xb5\x41\x54\x54\x22\x2d\x97\x99\x02\x8d\x89\xe1\x6a\xaa\xb9\xc8\xb4\x4c\x30\xa5\x33\x96\x30\x21\xcd\x28\x37\x25\xd1\x96\x07\xd6\x0c\xc7\xc7\x26\xd8\x3d\xb3\xc6\xcb\x04\x15\x79\x32\x08\xb0\x9b\xea\x32\x21\x3f\x1d\x9d\xf4\x30\xe6\x55\xc5\x7b\x9d\x24\x95\xf9\x21\x7c\xe2\xe3\x50\xcc\xa8\xcc\xc7\x87\xd2\xc1\xf3\x44\x33\x3d\x69\x57\xb5\x98\xef\x5b\x25\xb6\x86\x92\xbc\x9b\xc5\x46\xe8\x7e\xfc\x32\x94\x66\x66\x93\xd6\x84\xab\x4e\x32\x80\x78\x3f\xb4\xeb\xf9\x71\xdd\xb8\xac\x3c\x54\x39\xa6\x03\x92\x25\x37\x79\x81\x08\x1e\xc7\xa8\xc4\xbd\x50\x2d\x53\x46\xac\x55\x5f\x65\x43\xea\x51\xac\xf7\xe6\x39\xc6\x04\xaa\x18\xaf\x6d\x44\xcd\x5c\xf7\x48\xd0\x27\x73\xdd\x7b\xef\xc9\xfc\x7e\x08\xe1\x39\x94\x22\x42\x2f\x40\xad\x09\x2d\xe6\x54\x4f\xc6\xa3\xac\x11\x02\xe6\x90\x28\xbb\xaf\x0a\xeb\xde\x06\x52\x63\xdc\xd6\xf1\x74\xe8\x57\x39\x5d\x0f\xa5\x93\x23\x80\x48\xd7\x66\x90\x0b\xad\xa6\xb7\x56\x8e\x0c\xef\xc4\x38\x33\xdc\x53\xc1\x79\xc9\xa1\x26\x64\x28\x19\xcd\x15\x99\xda\x14\x2b\xbd\x10\x4e\x49\x7f\x5f\xd2\x2c\xa1\x0e\xcd\x78\x71\x0f\x6c\x97\xb1\xd5\x63\xae\xe7\xa6\xa6\xdf\x5e\x29\x47\x88\x93\x6b\x5c\x20\x33\x3a\x38\x47\x74\x70\xcb\xb2\x29\x06\xa6\x52\x80\x4c\x97\xb0\xdc\xee\xdb\x10\xc8\x2f\xd6\x04\x51\x4b\x3d\xee\x85\x88\x08\x7a\x60\x33\x4f\x46\xb2\x7a\xdb\xe6\x3f\x6c\xfc\x2d\x8d\x4f\x42\xfb\x43\xba\xb4\x22\xa2\xa5\x4e\x65\xbe\x03\x10\x9d\x48\xde\xbf\x9d\x37\xc0\x91\x97\x0b\xea\xd8\x21\x67\x74\x28\x96\x86\x62\xe4\x11\x51\x20\xc3\xa0\xd7\x03\x3b\x95\x13\x59\x01\xb2\x99\x3b\xca\xe1\xc3\xb7\x70\x57\xcd\x5c\x65\xb0\x6f\x21\x44\x45\x93\xa1\x0e\x7e\x53\x21\xed\x6d\x39\xd8\xa6\xa4\x5d\xe0\xd4\x9a\x57\x2d\xec\x52\xe5\xce\xb2\xe4\xd8\x7a\x6b\xcd\x17\x5a\x5c\x11\xce\xe6\x02\xed\xc0\x0a\xe8\x3d\xd7\x90\xf6\xee\xe5\x8a\xa3\x30\xe6\xba\x1e\x19\x29\x91\x98\x5c\x1b\xcd\x42\x4b\xaa\x5a\x32\x76\xe8\x5d\x92\x92\xb9\x1a\xcf\x39\x29\x6e\x4b\x00\x23\x39\xa7\x5a\x5d\xea\x87\xa8\x35\xbd\x8d\xb2\x94\x19\xf9\x57\x68\xfe\x2d\x3d\x69\xad\x99\x72\x99\xdc\xb4\xc4\x6e\x24\x07\xd3\x1e\x1b\xc1\x35\x76\x40\xd7\xde\xd3\xf8\x4e\x8d\x16\x67\x94\x81\x47\x7b\x3e\x4b\xf3\xaf\x62\xee\x0a\x6a\xce\x8b\x16\x70\x26\x46\x92\xb9\x6e\x6f\xd6\x51\xa1\xe8\xed\x96\x1e\x46\x0e\xf0\x19\x44\xf9\x48\x4d\x69\x16\xad\x2b\x84\x19\xd4\x9f\x6a\x15\x2c\x8b\x7d\x16\x01\xb9\x0d\x27\xd3\xdf\x40\x0f\xc8\xb4\x76\x62\xd7\x96\x1c\x26\xa9\x68\x7f\x99\xd5\x9a\xa4\x35\x18\x60\xdf\xcf\x7c\x19\x73\x60\x7b\x2b\x7f\xb7\xf8\x85\xe4\x10\xa7\x82\x43\x64\xbb\x73\x88\xce\x55\xa6\x93\x4b\x64\x8e\xfa\x6c\x73\x8a\xce\x86\x5a\x43\xdd\x22\x0f\x49\xe1\x99\xa4\x70\x21\xf4\xf5\xae\xbd\x0c\x9e\xc3\xed\x95\xd4\xbb\x1b\x1b\xe1\x57\x4a\xee\x35\xd9\xb6\x01\xcc\xf2\x29\x55\x91\x3b\x66\x60\x09\x77\x52\x4a\x4a\x2e\xad\x37\x96\xf2\xd9\x30\xe9\xa7\xe8\xd1\x46\xf8\xaf\x46\xa7\x14\x6c\x48\x20\x9e\x98\x28\x26\x34\x43\x53\xf4\x05\xdd\xe2\x10\xbd\x14\x4c\xfb\x37\xbc\xc6\x80\x8d\x49\x51\xad\x9a\xea\xd9\x03\xf9\x82\x66\x00\x51\xad\xc6\x9b\x18\x36\x0d\x95\x7e\x93\xab\x87\x7e\xd6\xeb\x86\x7c\x23\x38\xc1\x4b\x7c\x24\x16\xf4\xaa\x12\xec\x82\xa1\xc2\x75\xed\xf5\xd9\x7b\xa9\x96\x6f\x7b\xf5\x1b\xdd\xe2\x30\x6a\xc9\x87\x42\xaa\xb9\xc5\x41\xd4\x5e\xdb\x5c\xd7\xbb\xc5\x42\x7e\x41\x42\xee\xb9\x95\xea\xce\xb9\x58\xa0\xaa\xea\x77\x19\x27\xda\x34\x34\x52\xed\x2c\x65\x6c\xc1\x9f\x6a\x2b\x5a\x6a\xb4\x2d\x5d\xd7\x5b\xe2\x97\x55\x95\x2b\xeb\xd6\xad\xeb\x1e\xf5\x64\x47\xbd\x29\x0e\x55\x97\x85\x50\xcb\x46\x3c\xe2\x7e\x88\xbe\xe0\x6e\xd3\xa4\x02\x7e\x24\xaa\x13\xd2\xd7\x17\x58\x55\xdb\x62\x87\x94\x50\xb6\x6c\x84\xb2\x14\x3f\xac\xd0\x42\xfc\x99\x61\xbd\xdd\x41\xfe\xdc\xa8\x9f\x6b\x31\xdc\x77\xdf\x2a\xb3\xa5\x10\x95\xbb\xc8\x6c\xe5\xb9\x34\xd5\x6c\x91\x77\xd4\xa6\x2b\x2d\x46\x11\x7b\xb9\x94\x1b\x6a\x4a\xbd\xa1\xa6\xac\xaa\xde\xbd\xc7\x54\x8c\x69\xef\x57\x19\x17\x39\xd4\xe2\x96\x96\x65\x6a\x19\x07\x63\x9c\x2b\x1d\x68\x2b\x9c\x73\xaf\x84\xe7\xb0\x33\xdb\x86\x8e\x74\x7c\x8a\x31\x2e\xe1\x7d\x77\xad\xed\x65\x55\xaf\x4c\xc4\xf9\x7a\xc3\x38\x2d\x17\x24\xb1\xa6\xaf\xad\x14\x3a\x64\xa6\xf6\xa6\x4a\xe3\x43\xff\x0b\x49\x97\xd4\x29\xe9\x82\x14\x72\x61\xa8\xd7\xde\xab\x34\x4f\x6e\x8d\x6e\x0c\x20\xba\x76\x5d\xef\xb3\x47\xeb\xf9\xab\x04\xd7\x19\x9e\x62\x35\xb6\x50\x8c\x6b\xa0\x46\xb8\x10\x7f\x4c\x9c\xe2\x14\x9b\xa9\xd8\xc4\xc9\xde\xd5\x71\xd7\x72\x2a\x27\xcd\x3c\x5e\xa2\x5e\xb0\x67\x8c\x4c\xd2\x66\x52\x50\x32\x15\x2c\xcb\xf8\x14\x6a\x7d\x7d\x41\x58\x71\xee\x10\x27\xc9\xd3\x3c\x13\x5d\x9c\xb3\xb2\x14\x5a\xef\x6a\xf5\x27\x1a\x6a\x77\x5c\x09\xb5\xa2\x95\xf9\x32\xe5\x4c\xea\xd9\xb7\xf4\xde\xde\xed\x6b\x83\x26\x4d\x08\xaa\x79\xe7\x44\xb0\x99\x72\xe4\xed\x8e\x38\x21\x1f\xf6\x02\x18\x5d\x8f\x3c\x83\xc6\x40\xcb\x4b\x2c\x4b\xf2\xf9\x42\x5a\x24\x4c\xa0\xf6\x06\x1e\x04\x5c\x92\xa1\xd7\xa8\x38\x77\xf2\xc2\x99\xe5\x69\x9a\x7f\xa5\x53\xe7\xea\xde\x21\xd2\x34\xc8\xc9\xd5\x32\x95\xa6\x0f\x3a\x5f\xf0\x7b\x69\x3d\x90\x1c\xbe\x9e\x22\x38\x44\x25\x66\x82\x06\x2d\x0a\xef\xd0\x0d\x3c\xc5\xe4\x8f\x04\x73\x93\xc6\xa4\xeb\x51\x33\xdc\xd1\x0d\x6e\xf4\x91\xeb\xaa\x6a\x61\xe1\x46\xf0\x90\x36\x1a\x2c\x95\x65\xdb\x34\x82\x6b\xcc\x53\x69\x29\xe5\x13\x5a\x4a\x6b\x3c\xb7\x28\x29\x46\x20\xba\x76\xdd\xcd\x81\xbb\xab\x15\x97\x16\x31\x19\xc5\xc5\x4c\x98\x66\xfd\x11\x65\x56\x82\x9f\xa2\x29\x5c\x63\xa9\xeb\xfb\x9e\xcb\x66\x85\x14\xd4\x30\xad\x23\x7d\x6b\xfe\x3a\xc7\x0f\x2b\x31\x2c\xd2\x99\x2c\x03\xdb\xb7\x48\x2f\xf8\xec\x50\x2a\xc9\x88\xe1\x71\x5c\x4f\x40\xb5\x25\x70\xd1\x08\x37\x05\x0e\x87\xc7\x48\x6a\xb0\x0c\x3f\xac\x56\xdf\xc2\x9e\x19\x44\x9d\x80\xb4\x18\x94\x64\xd0\x0b\xc5\xa0\xf5\x40\x73\x88\xb6\xf7\x40\x9a\x88\x36\x84\x1a\x69\xb6\x11\x63\x30\x6d\xc6\xe0\xc6\x8c\x41\x39\xaa\x47\x21\xea\x52\x24\x99\x98\xf9\x33\xcd\x30\xd5\x44\x71\x92\x7c\x3e\x27\xce\x15\xe5\x5f\x29\xd5\xc2\x72\x92\xa7\x29\xd5\x31\x6c\x19\x2f\x18\x15\x72\x7c\xaa\xd6\xb1\x1c\x0b\x45\x13\xc9\x29\xbe\xd8\xc9\x42\x20\x63\xd0\xc9\x63\x16\x02\x0e\x95\x84\x68\xa9\xf6\xa1\x51\xed\x4d\x70\x6e\x52\xcf\xa6\xa6\x54\x37\xe2\x5b\x12\x19\x31\xa6\x87\x9e\x54\xef\xe5\xda\xb6\xa8\x2a\xa5\x8f\x6e\x1f\x37\xab\xad\x35\xb8\x52\x6b\x76\x97\x23\x31\x51\x18\x9a\xa3\x25\x4a\x50\x0a\xa3\x7c\xa4\x03\xf3\x44\xba\x44\x99\xf9\x04\x23\xfd\x25\xb1\xeb\x96\x41\x12\xdb\xa9\x61\xe4\xcd\x76\x03\x1b\x46\x33\xdc\x0b\x57\xdf\xa0\x6b\xae\x8d\x39\x90\x41\x7c\x53\x38\xfa\x0d\xf7\x82\xc8\x4b\xec\xdd\xc3\x66\xe2\xda\x92\x50\xd8\xda\xd8\xcb\xd1\x0c\x8b\xf9\xab\x04\xb4\x70\x78\xd4\xec\x11\x7f\x7a\xb6\xf6\xc2\x7a\x8e\x4a\x35\x9c\xd8\x53\x54\x48\xd7\x79\xe1\xd5\x36\x12\xb9\x59\xcb\x22\x6c\x00\xe4\x2c\x23\xd2\x1a\x75\x74\xf8\x68\x9b\xeb\x92\x83\x34\x74\x11\x28\x58\x4a\x32\x4a\xb0\x2c\x49\x46\x87\xd1\x50\xad\x3d\xca\x4a\xa7\xd8\x68\x72\x93\xcf\x25\x1f\x9d\xcb\x85\x46\x70\x4d\x36\x63\xb5\x77\x4a\x9d\xa0\xe1\xe5\xf8\xe8\xf4\x02\x7b\x25\x26\xd0\x75\x4b\x19\xb4\x52\xf6\x8f\x4e\xa3\x7e\x08\x2f\x71\x2d\x3e\xc9\x58\xff\x51\xcd\xb2\xeb\x75\xcd\xe6\xdd\x5f\xd9\x94\xdf\xa8\xa6\xd5\xba\xac\x3a\x7d\xee\x30\x6e\x1d\x19\x96\xd2\xb2\x54\xa7\x6d\xe4\x62\x25\x8b\xd2\xd1\x3a\xe0\x59\x47\xad\x36\xf4\x91\xb7\xc0\xdc\xcf\xfb\x72\x04\x03\xb8\x62\x33\x4f\xee\xe9\x7d\x98\xe6\x0f\xdb\x71\xa8\xed\x27\xb2\x84\xd4\x2d\x15\x42\xbf\xa5\x6c\xef\xc6\x23\xda\xd8\x46\x54\x58\x89\x19\xcb\x87\xda\x9c\xdd\xb6\x54\xa3\x6d\xf4\x74\xee\xf5\xd2\xf6\x9a\x7d\xb1\x80\xae\x2b\x0d\xdc\x64\xc3\xc0\xbd\x1d\x52\x69\x66\x4f\xdb\x96\xcc\xcb\x85\xeb\xca\x69\xdb\x24\x41\x24\xba\x02\x67\xbe\x5f\x93\xc4\x1a\x0c\x0f\x87\x92\xd2\x1e\xb3\x04\x2f\x47\xa1\x3f\x8b\x66\x30\x92\x04\xe9\xba\xcb\x96\xd5\x58\xee\xf0\xdc\x53\xeb\xb4\xf4\xbe\x8e\x04\xda\x47\xde\x54\xf1\xd6\xa7\xab\x84\xd1\x54\xe6\x0c\x1f\xcd\x39\x13\xcc\x3a\x12\xa4\x39\x1b\xad\x35\xec\x00\x18\x3d\x5a\xec\xf1\x4f\xa6\x6d\x24\xb7\x95\x0b\xf2\x92\xcc\x81\xd9\xda\xbe\x3d\xfa\xe7\x70\x87\xa1\x78\x25\xd9\xad\xa5\xbb\xf4\x42\xb8\x6a\x62\xb4\x25\xeb\x7a\x54\xd6\x90\x24\x7a\xf6\x07\xcc\x1f\x4f\x70\x9e\xf6\xb2\xc6\x70\xb1\x6e\xcc\xd8\xde\x96\x64\x5b\x87\x67\x18\x63\xe5\x72\xdf\xec\x63\x00\xd1\x13\x70\xb7\xd9\x5a\xb3\x0f\xdb\xc6\x74\x1b\x4c\x1b\x48\x25\xb4\xdf\x78\x19\x1c\xe9\x96\x0b\xd9\xe0\x5b\x8f\xaa\x75\x2a\x94\xab\x74\xbb\x67\x62\xd4\x2d\x43\x8b\xa5\x4c\xbb\xee\x47\xb9\x45\xf6\xf1\x05\xc8\x04\x7e\x58\x27\x09\xb1\xec\x3a\xa5\xce\xef\xcb\x5c\x64\xd5\x48\x86\x91\xf7\x28\xcc\x70\xef\x1b\x16\xb8\xee\xda\xb7\x90\x8a\x59\xdf\x24\xc9\x1c\x09\xd4\x6f\x15\xcd\xff\x20\xc9\x64\x98\x6d\x90\xcc\xd6\xb6\x94\x3c\x29\x83\x0a\x4b\x23\x25\xbe\x92\xaa\xfa\x1a\xd9\xb4\x9a\x12\x34\x31\xf3\x64\xd0\x61\x59\x53\xda\x46\x91\x9b\x5d\xd4\x6e\x58\x93\x46\xad\x51\x94\x17\xc3\xe3\x13\xd7\x7d\x31\x2e\x63\xd8\xf0\x84\xaf\xe3\x32\x6e\x41\x51\xe7\xf7\x08\x0e\x87\xd2\x8f\x90\xe0\x12\x8e\x86\x51\x18\x3e\x97\xfc\xf1\x28\x3a\x3d\x96\x0f\xa7\x51\x00\x2f\x03\xb5\x10\x14\x98\xc8\x0d\xe9\xc5\x65\x70\x5e\xf4\xfb\xd0\x23\xf8\x6e\x27\x40\x2f\x71\x30\xca\xb1\x97\x5f\x5c\x1c\x41\x9f\x44\xed\x80\x93\x1b\x7a\x47\xa6\x34\x61\x73\x92\xb6\x23\x4e\x6a\xf8\xaf\xbc\xbc\x8d\x45\x35\x5f\x34\xfd\xa9\x38\x6e\x5a\x26\x64\x41\x6b\x87\x10\x80\x7b\xed\x41\x35\x53\xac\xd4\x53\x4c\x50\x58\xc7\x14\x6b\x17\xfa\xe7\x4e\xb1\x69\xbe\xbc\xda\x3a\xc5\x5a\xcd\x7f\x8b\x0c\xd9\x5d\xbb\x2d\x48\xf6\x36\xa2\xe5\x05\x16\x04\x39\xca\x33\x58\xb6\xd9\xae\xd6\x67\x57\x67\xf6\x2d\x56\x65\x26\xad\xca\x4c\x59\x95\x99\xe0\xba\xff\x3c\xab\x72\xca\x48\xf9\x2d\x46\xe5\x0d\xd7\x4b\xcb\x9a\x6c\xa9\x9b\x6b\x91\xf3\xb5\x2b\x66\x7f\x99\xd5\x62\xdc\x54\xb7\xdf\xd8\xff\x6b\x66\x63\x2b\xae\x59\x6c\x5b\x1a\xe4\x62\x09\x47\x5b\x0c\x9d\x7a\xf7\xad\x62\x66\xd2\xb2\xa5\x2d\x5a\x6c\xe6\xdd\x7b\xe9\xb6\x41\xab\xaa\x6b\x2f\x85\x55\x25\xe5\xc2\xb4\xaa\x0e\x4f\xd5\xef\xd1\x50\xbf\x1f\xaa\x5f\xa5\x28\xa4\x55\x75\x62\x3e\x9c\xe9\x5f\x9d\x7e\xf8\x5c\x7f\xd7\xef\x67\x27\xe2\xb7\xe5\xc5\xf4\x4e\x74\x65\x52\xaa\x4f\x85\xe2\x79\xbf\x83\x49\x14\x56\x55\xe6\xba\x82\x20\xbe\x81\x81\x17\x38\xb7\xd7\x56\xa1\x13\x4b\x12\x4b\x15\x5f\x96\xf6\xcb\x54\x3e\x7e\x23\x08\x4a\xbc\x33\x1c\x52\xa1\x4d\xd7\xf3\x64\x2d\xfd\x10\xda\x85\x95\xec\xf9\x14\xf7\xd0\x4d\xa6\x96\x49\xf7\x46\xbc\x99\x90\x3f\xa9\x90\x27\x76\x39\xa9\x8f\x37\xe2\xac\x61\x5c\x82\x96\x5a\x82\x31\xe6\xf0\x81\x28\x89\x6f\x8b\x6f\x5f\xcc\x12\x96\x2d\xe9\xca\x02\x35\xd7\x95\xc9\xfd\x94\x4d\xe0\x4e\xd2\xd6\x01\x96\x5a\x0e\x5e\x11\xd7\x95\x1c\xb5\x90\x9b\x6a\x15\x47\x55\x39\xfb\x25\xec\x1a\x26\x88\xe6\x92\x22\xbd\xbc\xed\x93\xec\x86\xb6\x2b\xce\xc5\xb1\xdb\xeb\xf5\x0c\x59\xc8\x48\x2c\x49\x31\x8b\x86\x54\x66\x52\x3c\x15\x6c\x50\xfa\x18\x04\xef\xf1\x7e\x93\xee\x6d\x15\x5a\xd6\x6c\x41\x94\x1e\xbf\x11\x80\x30\xea\xca\x50\xbf\xa9\xd9\x6c\x6c\xde\x0d\xd7\x29\x6f\xf2\x65\x3a\x95\x96\xd9\x1b\xf2\x85\x3a\x24\xbb\x37\x4e\x38\x69\xbf\x51\xc1\x6c\xbb\x18\xb5\x6a\xdb\x86\x52\x06\x6e\x25\xc4\x4b\xd7\x55\x9e\x11\xbb\x22\xb5\x95\xb2\x57\x6f\xa5\x14\x52\x2c\x18\x01\x03\xb5\x5a\xb6\xeb\xdc\xaa\x56\xd7\x35\xf3\x49\x26\x0a\x7c\xe9\x80\xd9\x56\x48\xb2\xec\x93\xdc\xef\x39\xcb\x0b\xa7\x77\x31\x92\x27\x46\x48\xe5\x57\xf7\xf4\x8a\x3a\xf5\xcc\x34\x07\x47\xa8\xfa\x14\x07\x4c\xb1\xb6\x96\x74\x9d\x69\x94\x5e\x2c\xce\x53\x73\x98\xc7\x6c\x3d\xd7\x38\x8d\x61\x7d\xae\x51\x83\x8e\x87\x66\x54\x9b\xdd\x61\x56\xe0\x89\xde\xb3\x2e\x4d\x56\xdf\x8c\x6c\x43\xcf\x72\xe6\x37\x3e\x64\xb5\x03\x60\xac\x3a\x56\x55\xc0\x1c\xb8\x08\x62\xd5\x9c\xb4\x0b\x3d\x99\x6f\x2c\xf3\xc5\x68\x63\x1c\x66\x32\xef\xda\x28\x80\x27\x47\xc1\x6c\x8f\xdd\xef\x1c\x8d\x7d\x7f\x66\xf0\xdf\x39\x22\xb3\x4d\x9c\x8e\xbc\x2d\x38\xfd\x03\x44\x6b\xc7\xe9\xea\x06\xa5\xf5\x7f\x4a\xa5\xb8\xe2\xb4\x76\xf9\xd6\xa6\x17\x19\x67\x51\x87\x68\x28\xa9\x8e\x93\xeb\x56\x6e\xd0\x6c\x30\x7d\xda\x5f\x9b\xa4\x79\x49\xa5\xc3\xd6\x9e\x2b\x6a\x9b\x48\xcf\x9e\xc5\xbf\x35\x4e\xe3\x9f\x37\xa3\x7a\xd6\x38\x97\x5e\x94\xea\x60\x7c\xe5\xeb\x5d\x0f\xc6\xa7\x7a\x1b\x4b\x1d\xf2\x8d\x1f\x56\xb6\x3c\x81\x1f\x56\x4a\xc5\xd8\x1a\x22\xe4\xba\x9e\x25\x2e\x6c\x8d\x28\xec\xb5\x8c\x1d\x97\x81\x58\xb3\x65\x38\x0d\xd4\x96\x1c\xb2\x5b\x1c\xd0\xa6\xdc\xd6\xc4\xbb\xec\x10\x36\xa2\x84\xc3\x71\x8c\x36\xa3\x5b\x6c\x11\xcb\x44\x34\x5f\x84\x26\x94\xa1\xde\x4e\x20\xc5\x3a\x29\xc5\x75\x19\xd9\x6c\xdf\x62\xe6\xa8\x4a\xc0\x9f\x08\x07\xd5\xb1\xa0\x7f\x24\x5c\x49\x45\x7e\x6a\xce\x21\xd7\xef\x56\x20\xe8\x9f\xc3\x23\x33\x71\x75\x8f\xa3\x70\xa5\x2b\x95\x26\x3a\xcd\xb3\xde\xa3\x0c\x8e\xde\x8f\xb3\x58\x69\x39\x30\x7a\xa3\x78\xbb\x9a\x51\xb5\x5a\xd2\x60\xbb\x96\x59\x57\x16\xb1\x05\xb5\xc4\x62\x8e\x8b\x90\x32\xdd\xb6\x08\xe1\xed\x99\xfc\x70\xb7\x6c\x43\xd8\x8a\x50\xc6\x87\x96\xe4\x0c\x23\xb2\x4e\x33\xa5\xd4\x8d\xe6\xa4\x58\x8f\x42\xfe\xb5\x16\x47\x54\x47\xfa\x21\x3a\x32\x6e\x04\xab\xbf\x1b\xd3\xd8\x75\x97\xfa\x64\xcd\x16\xfe\x73\xd4\x9e\xa0\x32\xa6\x36\xcb\xb3\xfe\x8b\x0f\x2f\xdf\xbc\xb1\x82\xa1\x55\xe0\x3d\xcb\x38\x2d\x16\x05\x95\xce\xef\x52\x2a\x25\x66\x4b\x4f\xbd\xf5\x6b\x3d\x7c\x72\x8b\xce\x79\x74\xb2\xc3\x38\x3c\x81\xba\x8e\xd0\xba\xbe\x99\x82\x9b\xfa\xa5\x3c\x48\xa7\x26\x9a\xc6\x57\xdf\x42\x72\xc3\x43\xff\xa6\xb7\x95\xa9\xe3\x00\x54\x04\x2f\x35\xf1\xfc\xb4\x9e\xf3\xae\xab\xc2\xa9\x1f\x3b\xa8\xd3\x1c\x82\xfa\xe8\x67\x8f\x6a\x6b\x2c\x92\x67\x94\x62\xbc\x7e\x7a\xa9\xc8\x52\x1f\x50\x26\x24\xf3\xbd\xe6\xb8\x02\xb5\xbf\x51\xc7\xa6\x9a\xe3\x05\x03\x7d\x4a\x90\x3a\x17\xd5\x75\xbd\xac\x19\x06\x86\x3e\x78\x19\x02\x82\xdf\x3b\x57\xf7\x5c\x7a\xb9\x05\x67\x22\xda\xbb\xcd\x32\x47\x0e\x87\x14\xf2\xd4\xc8\x08\xf0\x02\xa0\x22\xba\xb3\x8e\x00\x66\xcb\x54\x0e\x33\xdb\x1a\x8e\x43\x94\xd9\xce\x70\x75\x3c\x61\x93\x74\x91\xd5\x78\x38\x87\x3f\x7b\x99\x75\xe4\x42\x4d\x51\xcd\x78\x7c\x67\x94\xca\xa7\x0e\xbd\x70\xdd\x2f\x39\x9b\xca\xf3\xf2\x33\x79\x72\x20\x47\x2a\x74\x49\x21\x8d\xe1\xbf\xc9\x33\x1c\xf6\x5a\x67\x38\xf5\x9a\x33\x33\x4c\x0c\x5f\x7d\x8e\x9d\xda\x95\xc4\x36\x76\x25\x71\x8f\x8d\x8b\xd8\x22\x97\x1f\xec\x93\x24\x14\xed\x88\x56\x02\x6b\xbf\x99\x3a\x2e\x15\x5b\x09\xf5\xd5\x35\x41\xdc\x3e\xaa\xa4\x09\x33\x31\x06\xc7\x9a\x70\x59\x66\x11\x35\x72\xae\x96\xdc\x99\xe5\x4b\x79\x4b\x4f\x41\xdb\x17\xbe\x98\x3b\x47\xbe\x5b\xbf\x9d\xe4\x87\x47\xae\x17\x69\xe9\xef\xec\xd1\x6b\x15\x78\x7d\xad\x82\x8d\x70\x26\xcf\xed\xab\x11\x8e\xf4\x80\x75\x1c\x69\xc1\x20\x5c\x75\x5d\x7f\xd2\x79\x2e\xc6\x0f\x7f\xee\x5c\x0c\x79\xfe\x40\x74\xf2\x47\x8f\xc8\x38\xf9\xd6\xa3\x10\x9a\xdd\x70\xcc\x3e\xbb\xb8\x39\x2b\x43\x6f\x40\xbe\x5a\xce\x66\xb4\x30\x27\x62\xd4\xf3\x33\xb3\xf6\xde\x32\x73\x42\x45\xba\x9c\x67\xb8\x58\x31\x6b\x47\xd5\x35\xe5\x1f\x32\xb6\x58\xd0\xae\x1b\x28\x6a\x93\x8b\xf4\x35\x59\xcd\x41\x4b\xe4\x54\x12\x20\xa6\x55\x75\x84\x24\x93\x7b\x7e\x2c\x2f\xae\x40\x05\x6e\x81\x74\x5e\x5c\x06\xae\x2b\xcf\x8c\x01\x93\x60\x52\x4c\xb2\xff\xf9\x6f\xfb\x84\x03\xd0\x9c\x2d\xd3\x34\x24\x19\xc4\x0b\xee\x15\x7d\x13\xd6\x5f\xf4\x71\xd8\xee\x6b\xbf\xb8\xe4\x07\xc3\x7e\x08\x1f\x18\x06\xce\x60\x30\x70\x00\x2a\x7c\x7c\x6c\x79\xa5\xf4\x79\x45\x6d\x78\xc8\x85\xdd\x90\xe1\xc2\x7f\x10\x40\xa2\xc1\xf3\x88\x98\xd5\xfd\x56\x4b\x06\xbc\xbc\x06\x8f\xf4\x6b\xf0\xcc\x49\xe2\xd8\xae\x54\xf1\xe8\x02\x11\xc1\x3c\xed\x53\xc4\xa1\xcf\xfc\xd2\xcf\xfd\x8e\x03\xc6\xfd\x35\xa4\xf8\xac\xbe\xb7\x00\x7c\x02\x2b\xc4\x76\x3a\x2d\x04\x65\x18\x34\x67\x84\x18\x62\x13\x2c\xd0\xc7\xfb\x2c\x13\x92\x51\x73\x9e\xc8\x3e\x70\xf6\x21\xca\x7c\x0c\x08\x57\xeb\x3c\xd0\x27\xad\xc8\x6d\x4e\x21\xf4\x01\x72\x14\xd9\xd5\x5f\xd4\xab\x2f\xe4\x8b\xaa\xf2\xf4\xe9\x24\x0d\x15\x7a\x52\xc4\x17\x55\x46\xa2\x8b\x42\xdb\xb2\x0f\x16\x61\x6b\x33\x75\x15\xa3\xe7\xff\xc4\x43\x46\xd4\x3d\x56\xcd\xd4\xcb\x5b\x06\x48\x3c\x6e\xae\x2b\x19\xb0\x2c\x49\x97\x53\x3a\x98\xe5\xc5\x2b\x92\xdc\x78\xad\x9b\xc7\x32\x6c\x4a\xae\x20\x44\x74\xcc\xe3\x47\xf2\x75\x24\xcb\xf6\xb8\x54\xdb\x6b\x7b\x06\x57\x36\x9c\x46\x2d\xd6\x82\xb0\xaa\x5f\x1f\xb1\x44\xf5\xcb\x8c\xa5\x9c\x16\x9e\xd7\xc5\x05\xd7\x8e\x6c\x92\xe7\x20\x37\x6b\x0f\xa9\x2f\xb5\xd0\xbd\xc3\x75\x3f\xab\xca\x9c\xdf\x6f\xac\x12\x96\x81\xa2\xf9\x68\x54\x57\xdc\x9c\x60\xba\x59\xb2\x1b\x17\xca\x31\x9d\x93\xe9\xbf\xcb\x1e\xb6\x2c\x32\x26\xb9\x7d\xd8\xe1\xc7\x66\x37\xb3\x10\x37\xf5\x69\xb9\x62\x0c\xcd\xe2\x56\x47\x02\x0a\x35\x58\xef\x8f\x51\xc7\x19\x38\xe6\xc4\x03\xad\x8e\xb3\xec\x5a\x7c\x97\x81\xf4\xa2\x86\xd2\x08\x34\xf5\x1e\xd1\x01\x90\xf8\xd5\x44\xdc\x3e\x36\x01\xe7\xea\x24\x20\x60\x1a\x04\x68\x1c\xaf\xe5\x35\xb7\x26\xd4\x79\x0d\x82\x3a\xf2\xea\x43\x16\xec\xd3\xc2\x05\x05\x4a\x92\xc2\x0f\xaa\xa3\xd1\xc3\x0a\x19\xdf\x8e\x78\xd6\x41\x56\xe2\xd1\x18\x5a\xe4\x4d\x79\xf6\x3a\x02\x1f\x32\x6d\x8e\x31\x26\x18\x9c\x35\xf7\x65\xe8\x14\xaa\xc2\x5a\x70\x80\x38\xae\x77\xac\x1b\xc1\x85\x5e\xf0\x73\x2a\xf7\x01\x9b\x2f\x63\xda\x10\x37\x83\xeb\x17\x67\x74\x1f\x30\xb1\x8e\x13\xb8\x22\xe6\x92\x2e\x1d\x20\xae\x8f\x43\xea\xc0\x80\x39\x5e\x7c\x1d\xb4\xfa\x38\x6f\x8a\xeb\xca\xec\x1e\x08\xd9\x48\xe9\xa1\xfa\x98\x6f\xda\xfa\xd6\xca\x1a\x9a\xac\x9d\x07\x36\xff\xbd\xc8\xb3\x6b\x27\x93\x97\x28\x49\xa2\x32\xe5\xa4\x45\xea\x83\x3e\x2f\x43\xc2\x6f\x1d\xb8\x29\x94\x61\x8a\x33\x73\x69\x94\x50\x4f\xb9\xf5\xca\x21\xea\xd1\x01\xfd\x42\x8b\x7b\xaf\xeb\x16\x43\x6a\x1f\xcb\x4b\x56\x70\xed\x1c\xdb\x0f\x0b\x9a\x28\xaf\x8b\x21\xf5\x72\xb9\xa0\x85\x26\xf7\xd2\xf1\xa4\xd6\xa2\x65\x40\x05\xa2\xde\x0c\x0e\x9b\x8d\xea\x6a\x1e\xb5\xbe\x0e\xd4\x26\xe6\x1e\xdf\x15\xb4\x62\x07\xd0\xe4\xc1\x0b\x6a\x96\xb5\xe0\x12\x64\xff\x18\x54\xd6\xb7\x81\x65\xf3\xa2\x5f\x1d\xe2\x3d\x68\x26\x15\x51\x64\x26\x55\xc4\x57\xb6\x6c\x88\xc9\x0e\x22\x9e\x75\xef\xd8\xe9\x8e\x8b\xca\xa0\xbe\xd5\x70\xcf\x3a\xfd\x8a\x7e\x75\xb2\x06\xa8\xb1\xbe\x6f\x4e\x10\x41\xbc\x52\x77\xbb\x0d\xd6\xaf\x64\x53\xb7\xa0\xad\x62\x74\xf6\xa7\x5a\x6e\x66\x51\x17\x0c\xed\xe3\xb2\xe2\x06\x59\x63\x55\xa3\x40\xc0\xc1\x6f\xe5\x41\x73\x29\x29\x44\xed\x2f\x05\xbd\xa6\x77\x8b\x8d\xe4\x86\xca\xbb\x3b\xd8\x91\x33\x0a\x4f\x51\x47\xcd\x51\x78\x86\xba\x41\x89\x86\xf2\x7a\xb9\x0e\xd9\x3a\x0c\xfe\xe9\xa3\xa5\xae\x83\x8c\x91\xe1\xe7\x2d\x0c\x71\x36\xa7\x25\x27\xf3\x35\x3c\xa8\x4d\xf7\x8f\xa1\xf5\x8a\x65\xa4\xb8\x6f\x97\xc8\xe7\x64\xad\x8e\x05\x61\x72\x83\x9a\x95\x54\x52\xbe\x05\xad\xba\xea\x28\x3c\x42\x6b\xc0\x44\xc3\x21\x6a\xb7\x16\x0d\xad\x4c\xaa\xb5\x68\x78\x8c\x5a\xad\x45\x43\xab\xf2\xa6\xb3\xd1\x50\xea\x38\xfa\xbe\x40\x81\xf7\x5d\x6f\x32\x7d\x0a\xef\x9d\xc8\x2a\x79\xb1\x8e\x84\xdf\xd7\x90\x2d\x30\xf7\x24\x56\x54\x6f\x43\xd4\xaa\x23\x1a\x9e\xa0\x56\x2b\xd1\x50\xf6\xe4\xe9\x7b\x06\xff\x08\x05\x35\x37\x58\x3e\x42\x45\x99\x3a\x96\xce\x26\x91\x3c\x5f\x4b\x61\xca\x30\xd6\x24\xcc\xd2\x9c\x6c\x25\x07\x51\x4d\x14\x5a\x83\xaa\x4a\x45\xa1\xd5\x77\x51\x73\x14\x5a\xa5\x24\x38\xd1\x50\xde\x31\x69\xdf\xd9\x28\xb0\xb3\xf3\xa5\x7c\xb6\x48\xcd\xf0\x18\x08\x49\x03\x20\xa0\x3d\x1e\x00\x81\xda\x9d\x02\x10\x68\x4e\x96\x07\x08\xd4\x07\xc9\xcb\xec\xfa\x64\x75\x20\xf7\xe6\xd7\xa7\xc2\x03\x04\xec\xeb\xba\x40\x8c\x0a\x3c\xae\xfd\x6d\x56\x6c\x79\x1d\x70\x1e\x5b\xa3\xb4\xa9\xde\xea\xc3\x4f\x8d\x65\xae\x7d\xb6\x68\x97\x64\x2e\x85\xd4\x0d\x11\xda\x5a\xed\x32\x6f\xff\x17\x6d\x55\xce\x25\x1e\xa4\xbe\x24\xf4\x24\x56\x3a\x73\x2a\x8d\x2e\x92\x9f\x31\xae\xb7\x42\x80\x7d\x5f\xea\x51\xf5\x92\x38\xd8\x6f\xc4\x4c\xb9\x43\x53\x3d\x4a\xf9\x9f\x6b\x4f\x5a\xeb\xba\x2d\x81\x59\xcc\xcd\x93\x15\x3a\x66\xd6\xe7\x5e\xb0\x5a\x3b\xa2\x12\xf3\xe6\xd9\x8e\x35\x6b\x56\xf4\x95\xb9\xc3\xce\x0c\x11\xe6\xad\x8b\x03\x1a\x08\xea\x81\xc3\xdc\xbe\x1a\xc0\x06\x51\x8f\xa6\x04\x52\x3f\xdb\x19\xec\x21\xc6\xbc\xf5\xda\x3a\x4a\xcd\x1a\x7a\xec\xe5\x98\xb7\x52\x74\x4e\x82\x1f\x56\xc6\xbf\x95\xbb\xae\x3d\xa4\x79\xd7\x90\x52\xf8\x90\xdb\x02\x6c\x6b\xb0\xc9\xb8\xbe\x52\x43\x48\xc5\x50\x0e\x0c\x81\x48\x52\x40\xd1\xb6\x06\x88\x81\x79\x84\x12\xa4\xaf\xd2\xe8\xcd\xda\xf3\x28\xe8\xa1\xac\xe5\x22\x7d\xe0\xd2\x26\x21\x28\xa1\xc5\x96\x53\xc4\x74\x7c\xfa\xb8\x55\x39\x1d\xf7\x78\x71\xff\x20\x27\xa5\xb2\x28\x00\x38\xf8\x41\x3e\xac\x12\x22\x84\xe7\x1c\x3e\xac\x94\x4e\xdb\x30\x17\xa9\x06\x83\x17\x3f\xbc\xfc\xf1\xd5\xeb\xbf\xfe\xeb\x9b\x7f\xfb\xf7\xb7\x3f\xbd\x7b\xff\xf3\xff\xf7\xb7\x0f\x1f\x7f\xf9\x8f\xbf\xff\xff\xbf\xfe\x27\xb9\x4a\xa6\x74\x76\x7d\xc3\x7e\xbb\x4d\xe7\x59\xbe\xf8\xbd\x28\xf9\xf2\xcb\xd7\xbb\xfb\x7f\x04\xe1\xf0\xf0\xe8\xf8\xe4\xf9\xe9\x99\x7f\x80\x27\xd9\xa4\x00\x6b\xdc\x91\x79\x1d\xfb\x86\xf5\xb2\x85\x1e\x04\x4e\xa2\x7a\x1e\x6b\x42\x8e\xd6\x74\x43\x13\x6c\xd0\x84\xc3\xd4\x7e\x49\x69\x5a\xad\xcf\xa0\x23\xb8\xb0\xee\x4c\xcd\xcf\x33\xdf\x87\x2a\x0e\x9e\x63\x52\x0f\x1a\x35\x86\x1b\x19\x8c\x77\x72\xa4\x62\x4c\xf8\x45\x60\x45\xef\xf8\xf8\xa4\xde\x8c\xfd\xfd\x29\xc6\xc1\x0a\xd5\xd3\x26\xda\xb4\x9c\x30\x09\x45\x7d\x61\xd0\x78\x52\x4c\x32\x1c\x1f\x5c\x23\x20\x77\x9c\x9b\xa3\x76\x50\x89\x0b\x7d\xdc\x92\x3e\x9c\x99\xe3\xe0\x9c\x5f\x90\x73\xee\xfb\x90\x7f\x7f\x84\x71\xe0\xba\xdc\x75\xbd\xa5\xde\x99\x71\x79\x19\x9e\xb8\xc3\xe3\x63\x88\x9a\x94\xd3\x56\xc2\xf0\xf8\xd8\x4d\xe4\xe1\xfc\xc9\xc5\xc5\x49\xd5\xdc\xd0\x90\x9b\x6e\x5a\xd7\xd1\x04\xea\xd8\x37\xf2\xfd\xd1\xb3\x13\x38\xfa\xf6\x56\x22\x79\xe4\x24\x6b\x95\x0c\xd6\x4b\x0e\x65\x02\x8c\xc2\xa1\xb2\xe8\x36\x5f\x8e\x54\xd6\x6c\x94\xc9\x53\x1e\xf5\x8f\xb7\x84\x91\x9a\x37\x4b\x18\x2d\x57\xa8\x66\x25\x51\x07\x7b\xca\x5c\x37\x1b\xb0\x52\x51\xb4\x47\xe1\x0a\xd5\x8c\xa5\x63\x5c\xd4\x3d\xba\xfa\xac\x68\x6a\x8d\x42\x07\xf2\x0f\x6b\xe4\x33\x1f\x97\xe3\xfc\xf2\x32\x3c\x75\x4f\x0e\x63\x54\xbf\x0e\x5b\xaf\x27\xcd\xdb\xc9\xa1\x9b\xc7\x10\xa9\xa0\xce\x53\xe8\xd3\x31\x8f\x5b\x28\xcf\x30\xf9\xfe\x10\x8e\xfe\x68\xcd\x91\xf4\x9b\x58\xc5\x83\x56\xfe\x23\xeb\xed\xe2\xc2\xaa\xeb\xe4\x28\x56\xb1\xfb\x99\xd5\xab\x61\x2b\xf7\x51\x2b\x77\x53\x0c\xb1\x55\x2d\x68\x58\xca\x51\xb8\xeb\xb9\xbe\xb5\x41\x6d\x5d\x56\xea\xe2\x06\x42\x6a\xf9\x73\xbc\xa0\x1e\xdc\xfa\x9c\x56\x7d\x4e\x16\xe0\xc5\x92\x9a\xcb\x86\x3e\xda\xcf\x7f\xfb\xe5\x95\xba\xeb\xa8\xaa\x8e\x4d\xe6\x19\x49\xcb\x3a\xc7\xeb\xd6\xcb\x8b\xb7\x1f\x74\xfe\xc7\x58\x81\xf6\x74\x6c\x6d\xf0\x69\x0a\xaf\x8f\x00\xfb\x41\x5d\xde\x21\x0f\x08\xdb\x7e\xd4\xae\x35\x0d\x1e\xd2\xfc\x2b\x2d\x12\x52\x76\x4e\x20\x3a\x52\x10\x46\xba\xb3\x2b\xb4\x5c\x2c\x9e\xcc\x2e\x01\x8f\x34\x06\x56\x28\x21\x73\x9a\x3e\x95\x5d\xd5\xae\xb0\xb7\x5a\x21\x7b\x51\x8f\x40\x0d\x1b\xe8\x24\xaf\x5d\x7d\x25\x1b\x26\x5d\x6b\x1d\x13\x74\xf6\x37\x7a\xfd\xea\x6e\xe1\x81\x4f\xde\x28\x1a\xf7\xfd\x78\xe4\x8d\xa2\xa0\x1a\x87\xfd\xb3\x78\x1c\xf4\xcf\x3e\xc7\xcf\xa0\x37\x8a\x26\x93\x81\x79\x13\x19\xc6\xf4\x55\x2c\x33\xeb\x93\x30\x47\x55\x9d\xc1\xef\xfc\xdc\xbc\xe9\x6a\xbc\x51\x14\x8d\x83\xfe\xb1\x4e\x85\x7e\xd3\x82\xca\x3c\x99\x0c\xbc\x51\xc4\xb2\x59\xf5\x46\xfc\xff\xee\x35\xac\x54\x52\x46\xb2\xea\x1d\x79\x57\xbd\x7b\xf1\x0e\xc2\xef\x00\xd4\x37\xfa\x1d\x7c\xb2\x5a\xa4\x07\xbb\xac\xad\x4a\xe2\xdf\x65\x3a\xad\x05\x0f\xb9\x6e\xcf\xeb\x15\xe6\x02\xcd\xaa\x02\x9f\x37\xae\xf6\x7a\x94\xf6\xad\x40\xa1\xda\x3e\x83\x41\x1f\x98\x03\xd9\xea\xa5\xf1\xb3\x5a\x14\x07\x3c\x7f\x2b\x28\x41\xdd\x0f\x0d\xc7\x41\x3c\xea\x87\x51\xa8\xae\x2e\x00\x7e\xdf\x72\xb8\x8c\x83\x18\x5e\x0a\xd6\x2c\xa4\xf5\xc6\x85\x8d\x44\x96\x19\x90\x67\x33\x48\x16\x37\xd2\x57\x9b\xff\xfc\xfe\xc3\x9b\xd6\xd5\xe6\xd1\x63\x77\x9e\x47\x60\x90\x91\x4c\x55\xf1\x8e\xbc\x8b\x78\xe3\x00\x8f\x80\x0c\xd3\xf7\xf8\xa0\x5c\xa4\x8c\xcb\x84\x6e\x19\xb2\x18\x2c\xb3\xf2\x86\xcd\xb8\x27\x4f\x38\x7d\x2d\xb0\xef\x51\x14\x06\x4a\x66\xe4\x72\x83\x51\x88\x8a\xee\xd2\xdc\xc7\xf4\x19\x43\xec\x19\x3e\x09\xa4\x09\xff\x19\x87\x51\xf6\xcc\xaa\x8a\x8b\xaa\x76\x64\x19\xaa\xa3\xbb\x71\x0c\xd7\xf5\xe8\xf7\x61\x0f\x07\x55\x95\xad\x5d\x1f\xef\x51\xf8\xc8\xba\x5a\x7b\x07\x85\xf2\xc4\xca\x77\xe4\x9d\xc8\xab\xad\xb2\x5c\x99\x61\xad\x29\x6e\xee\x3e\x94\x68\x96\xb6\x57\x50\x33\x9b\xe6\xe3\xbb\x17\xef\xf4\xc7\x9a\xb5\x58\x1f\xc9\x3b\x50\x87\x1f\x3f\x36\xc2\x92\x2d\x6f\x87\x42\xd0\xcb\xa3\x50\xbc\x79\xf7\xfa\x71\x28\xde\x64\xb3\x0d\x28\xba\xae\xd0\xdf\x01\x8a\xfe\x93\x60\xf4\x9f\x84\xa3\xdf\x06\xa4\x6b\xdc\x4c\xce\x60\x10\xd4\xbe\x3c\xd6\xba\x9c\x3d\x80\x28\x37\x67\x0b\x8d\x58\x3d\x33\x81\x50\x9e\x07\x14\xc0\x88\xed\xc0\xb3\x6d\x63\x6a\x9b\x83\xef\xea\x93\x7b\x94\x83\x37\x5e\x8b\xa2\x75\x60\x7a\x73\xe1\xf1\xca\x76\xd2\x75\xe5\x78\xbe\xda\x81\x4f\xb2\x6c\x37\x2e\xb9\x45\x01\xb1\x94\x8f\x40\x1d\x82\x27\x34\x0e\xd6\xda\x09\x00\xfa\x40\x1f\xde\xa7\x2e\x26\x07\x3e\x50\x67\x02\xca\x24\xdf\x97\x17\xa1\x07\x92\x11\xc9\xf6\x88\xaf\x82\xb3\x9b\x8d\x73\x33\x0f\x5c\x19\x66\xaa\x0a\xe8\x18\x46\xdf\x3f\x27\x17\xec\x9c\x28\x4d\x07\x7c\xb6\x1b\x52\x37\x2d\x06\x40\x47\xba\x84\xf2\xa1\x01\xac\xc4\xf5\x35\x75\x4e\xe9\xba\xaa\x2c\x5f\x89\x32\x77\x1a\x96\xdd\x9a\xe8\x79\x72\x93\xf1\xda\x1d\x9b\x04\x42\x7d\xb5\x66\x55\x9d\x1c\x5f\x08\x19\x34\xbb\xc0\xcf\x83\xaa\x3a\x7b\x6e\xde\xc2\x60\x08\xb7\x02\x24\x43\x7e\xb6\x40\x50\x78\xeb\x6d\xef\xd4\xcf\xcf\x00\xb7\x50\xb2\x43\x53\x20\x52\x65\xea\x5d\x0a\xbd\x7c\xb7\xb6\x7b\x5e\xaf\x34\x8b\xaa\x3c\xb1\x03\x44\x9a\x0a\x0e\x3e\x79\x6d\xa9\xe1\x3b\x73\x8d\xb5\xb9\x62\x12\xc2\xed\x2b\x2f\xa6\xa8\xc0\xa1\xba\xf7\xc7\x3a\x00\xb3\x31\x57\x81\xcf\x40\xde\x37\x85\xd9\xc6\x72\x0c\x51\x4d\xa2\x4c\xac\xb7\x36\x89\xaa\x55\x9c\xcb\xf3\x69\xfb\xa1\x58\xd1\x64\x15\xf5\x42\x2c\xf2\x6b\xea\x65\xa3\x20\xd2\x74\x3c\x52\xf4\xca\xc6\x61\x3c\x2a\x9e\x35\x87\x7f\xd7\x37\xf8\xa3\x21\x8c\x14\x9d\x6d\xe4\x41\xe1\x09\x8c\x5a\x09\xa7\x30\x5a\xef\x4c\x04\x84\x3e\xb5\x75\x79\xce\xdb\xcb\xb3\xa8\xae\x59\x9c\x19\x0e\x50\x26\x70\xf6\x88\x5b\x5a\x2c\xce\x19\xca\xcc\xe2\x5c\x3c\x63\x6b\x70\xfd\xdf\x5a\x9a\xe9\xf7\xa1\xd4\x46\x7b\x1d\x2c\xbe\x25\xea\x2b\x43\x4a\xa7\x24\x2e\xe4\x17\x10\x5c\xc9\x70\x71\xc3\xfc\x05\xce\xfb\x1b\x69\xcd\x6d\xa5\x28\x4f\x38\x49\x9f\xa8\xae\x55\xf2\x54\xd6\xb6\x96\x64\x55\xa6\xf7\x31\x76\x56\xd7\x5a\x90\x56\xc8\xda\xf6\xf8\x44\xeb\x77\xad\xb6\xc2\x13\x21\x46\xfe\x22\xd6\x50\x25\x46\x0a\x68\xb6\x64\x69\xa0\x5b\x5f\xe4\x74\xeb\x00\xd9\xa6\xc5\x1a\xc1\xe3\x21\x02\x57\x2c\x03\xb1\xc6\xd0\xf8\x14\x81\x3c\xe1\x20\xae\x3b\x39\x0e\x03\x24\x2a\x01\x71\xab\x33\xe3\xf0\x04\x81\x1b\x7a\x07\xe2\xd5\x0e\x8b\xe7\x0e\xbe\xc7\xc6\xbc\x47\xcb\x45\xc1\xe6\x04\x40\x6d\xd8\x2b\x44\xf6\xda\x67\x56\x47\x24\x7e\x65\xd9\x54\xde\xff\x97\x61\xf5\x38\xd0\x05\x61\xcb\x0c\xf8\x98\xc6\xde\xb9\x76\xda\xde\xbc\x3f\xbc\x86\x8a\x8e\x28\xe5\x1d\x78\xc0\xa7\x3e\x80\x00\x31\x9c\x0d\xe4\xfc\xf2\x38\x7a\x28\x48\x76\x4d\xa3\x5e\x50\x5f\xa4\x05\x7e\x2e\xf2\xeb\x82\xcc\x25\xd7\x90\x9b\x4c\x5c\x57\x99\xe4\xaf\xf2\xe9\x7d\x1d\xc7\x05\x5e\xdd\x89\x09\x52\xb2\x3c\xfb\xc0\x09\xa7\xf2\x50\xff\x3a\xdb\x38\x88\x75\x51\x0f\xbc\x28\x8a\xfc\xab\xb9\x67\xb6\x29\xd5\xce\x4c\xeb\x74\x59\xae\xaa\xc0\x37\x96\xb0\x06\xa8\xbe\x15\x76\x8b\x3d\xd1\x42\x49\x51\xa3\x84\xd9\x28\x51\x8c\x5e\x2c\x48\x06\x29\x3d\x8c\x0b\x0d\xa1\xbc\x5a\xc1\x46\x4a\x55\x75\x22\xa5\xce\x66\x90\x52\x55\x8f\xe2\xa4\x95\x77\xad\x87\xae\xdb\x85\x93\xa7\x4a\x58\xf6\x72\x79\xed\x95\x07\x5e\x13\x96\xd2\xa9\xc3\xf3\x7a\x97\x8c\x75\x63\xa9\xb9\x4e\xbb\xab\xba\x05\x29\xc8\xbc\x7c\x8c\xfd\xeb\x70\xf2\x8c\xcc\xa9\x56\xc8\x3a\x2b\x91\xb8\x92\xd8\x45\xe0\x87\x34\x4f\x6e\x5b\x94\xf3\x78\x11\xd1\x97\x91\xe8\x85\xe9\xbf\x97\x23\xb3\xc8\x09\xd5\xd5\x0f\x11\x1f\x87\xb1\x8c\x35\x5f\xcb\x06\x74\xa7\x80\x6f\x17\x90\xd9\xe1\xae\xcb\x4a\xeb\x8e\xe4\x6f\xb2\x12\x3d\xcd\x94\x61\xc3\xad\xd6\x58\xd4\xee\x41\x0a\xdf\x64\x03\x6c\xc2\x00\xfe\x30\x3f\x61\x33\x4f\xef\xd3\xb0\x23\xa3\x1b\x0b\x21\xca\xf0\xc1\xe4\xc0\x1b\x5f\xb3\x79\xfc\xac\xbe\xe6\x84\x42\x69\x23\x96\x33\xe9\x40\x8a\x2e\x42\xa0\x91\x2d\x48\x61\x29\x13\xc3\x81\x4c\x40\xe5\xe5\x61\x5b\xb0\x3f\x90\x52\xd2\xd8\x5c\x62\xd8\x67\x96\xad\xa4\x9e\xeb\x8d\x2f\xee\x89\x39\xbf\x0d\x3e\x3d\xf0\x35\x88\x82\xa1\x5b\x00\x5a\xb6\x11\xd4\x01\x0d\x84\xc8\x32\x8b\x71\xc4\x76\x25\x30\x55\xe2\xcf\x91\x97\x66\xf2\x07\xf2\xce\x74\x79\x19\x85\x0f\x0e\x40\x13\x4f\x79\x9d\xe6\x57\x24\xd5\xb7\xcc\x5d\xcb\xed\x20\xf5\x19\x7f\x3a\x75\x2e\x53\xd9\x75\x96\x17\x54\xac\xe4\x3a\x99\x01\x88\xf8\x63\xa4\x3a\xdc\x3d\x36\xe4\x5b\x49\xb5\x59\x66\xb7\x52\xab\xed\x8a\xed\x18\x7e\xf8\xb0\xc5\xe1\x51\xc7\xc6\xd3\x4e\xf4\xd6\x03\x06\x1e\x45\xc3\xee\xa1\x1a\xbb\xe3\x60\x4e\x9a\x89\x5a\x1f\xb4\xf7\x94\x59\xbc\xb6\x32\x8e\x68\xf4\xb0\xea\xf4\x2d\x0c\x77\x8f\xc4\xf8\x06\x40\x65\x30\xcc\xee\xd6\x50\x70\x71\xa1\x0d\xf6\x86\xc1\x74\xc3\xba\x6b\x5c\xc4\xb7\xc0\x2a\xe3\x30\xfe\x20\xfb\x0b\x1e\xf1\x83\x84\x4a\x77\x03\xff\xa5\x7b\x55\xfb\x45\x64\x63\xda\x35\xf1\xce\x7e\xfe\xe5\xed\xdb\x27\xfc\x1c\xad\xf1\xdc\xe6\xab\x33\x18\xb4\x35\x96\x84\x64\x79\xc6\x12\x5b\xce\xaf\x71\xff\x5f\x60\x85\x3a\x9c\x17\xf5\x77\x09\x73\xa7\xc3\xa2\xce\x22\xc1\xef\x74\x52\x34\x59\x64\x2d\xdf\xe6\x98\x18\xee\xe0\x78\x6f\xfb\x21\xd8\xd6\x3b\x27\x8b\xc7\x39\xea\x2e\xd4\x92\xdb\x73\xb0\x09\x80\xf9\x36\x7a\x41\x59\x7d\x6e\xde\x38\x46\x4b\x4c\x8d\x63\x14\x65\x78\x69\x02\x7f\xf9\x45\x76\xce\x7d\x1c\xca\x8a\x72\xbc\x1c\x73\x75\xdd\xc3\xe6\x05\xfb\x52\xe2\x93\xab\x41\xbe\x76\x78\x05\x71\x58\xe6\xe4\x90\xcd\x3c\xa6\x33\x20\xa2\x0f\x77\x58\xb3\x96\xb0\x99\xd7\x2b\x5b\xab\xac\x54\xfd\x93\x5a\xf5\x27\x56\xd5\x89\x92\xef\x08\xdc\xba\xc8\x6e\xb2\xa1\x71\xdc\x3d\xb5\xbf\xd5\xc5\xd9\x35\xd4\xdf\x32\x90\x2a\x14\xef\x9f\x30\x92\x7a\xc7\x8e\x1e\x44\x62\xdd\x7b\x58\x07\x4a\x23\x35\xb4\x65\xe7\xd0\x16\xb8\x14\x43\xdb\x35\xaa\xac\xbe\x79\xc9\x1e\x18\x7d\x35\xb4\x1d\x6a\xd3\xdc\xcd\xd4\xe4\x24\x63\x1e\xe3\x71\x2e\xef\x3c\x93\x3f\x71\xbc\x75\xb8\x36\x3b\x3a\x8e\xf7\x5a\xdb\xd1\x11\xd1\x1d\xcd\xad\x8e\x92\xb5\x8e\x92\x8d\x8e\x32\x2c\xc0\x41\xc5\xda\x6d\x57\x28\x97\x40\x16\x02\x48\x26\x7f\xe2\xda\x85\x9f\x77\xd3\xc9\xee\xbe\xca\xdd\x97\x80\x92\xfe\xde\x41\x09\x7f\x96\xa2\x77\xb7\xc9\xef\xca\xbc\x76\xeb\x0b\xdf\x94\x11\xbe\x95\xa8\x0d\x47\x12\xec\x23\xb3\xd8\x47\x86\x38\xac\xb7\x10\x66\x63\x1e\x5b\xc7\x73\x7e\x33\x27\x78\x4c\x20\xd9\x3d\x14\xfc\x1b\x46\x98\x17\x1b\x6b\xfc\xae\x70\xda\x42\x9e\x0d\xe7\xee\x3a\x59\x3d\xbe\x6d\x27\x79\xed\xc3\xb6\xfe\xc0\xbe\xf7\xd8\xcb\x77\x1d\x7e\xf6\xad\x55\x8c\xd6\xde\xbc\x51\x34\xfe\xc8\xe3\x6a\xec\x4c\x26\x3c\xf6\x61\xeb\x63\x64\x37\xd7\x7a\x51\x6e\x7b\x95\xf2\x0c\x2a\xbf\xbd\xac\xe1\x99\xf7\x9f\x95\x37\xee\xfb\x31\x5c\x6f\xa6\x55\x1e\x8e\x20\x1c\x7d\xb7\xdb\x58\x35\x01\xd0\x7f\xc8\x9d\x6e\xce\x9a\x61\x46\x93\xab\x4f\xdc\x28\x4c\xca\x56\xb3\x7e\xfb\xd8\xab\x40\x1f\xe6\xbf\xd7\x4c\x19\x8f\x37\xf5\x43\xe9\x24\x6f\x2a\xaf\x2f\x8c\xdb\xb4\xb6\xfc\x48\x38\xad\x0d\x2d\x54\xa4\xa9\xdd\x1e\x19\xf6\xf9\x38\x8c\x51\x2e\x7e\x87\x71\x3f\x44\x44\x3c\x1d\xc6\xa8\xc7\xc7\x47\x31\xb4\x36\x5f\x88\x2a\x3c\xf1\x67\xf0\xcb\xc7\x97\x9e\x04\x55\x1d\xba\x5a\x8a\x12\x47\x31\x4a\xc4\xef\xb1\x10\x2b\x7c\x3e\x3e\x89\x11\x1f\x3f\x8f\x95\x4f\x69\x81\xc5\xb3\x56\x58\x03\x74\x08\xcf\x17\xe6\xfc\x8b\xc3\x73\xb8\xf0\x31\x08\xc0\xde\x02\xfb\x0b\xe3\xb7\xe1\xe3\x33\xa1\xf1\xce\xf0\x09\x3d\x7a\xe6\x9d\x04\xcf\x04\x94\x41\xec\x3b\xbe\xc7\xc7\x61\x18\x57\x55\xa0\x9c\x18\x52\x3b\xd6\x79\xfb\x33\x28\xcf\x89\xee\x86\x55\xa3\x75\x01\x21\x9a\xb9\x6e\x3a\x28\x29\xff\xc8\xe6\xd4\x4b\x07\xd7\xfa\x09\xf6\x67\x10\xa5\x2b\xd4\x44\xbf\x46\xa2\x8a\xed\x46\x94\x37\x1f\xde\x6f\xda\x51\xac\x09\x0b\x0e\xc0\xae\x61\xd5\x29\xbb\x3a\xf8\xad\xec\x0b\xba\xec\x9f\x9e\x5c\xd1\xe4\x74\x48\x82\xd9\xc9\x90\x3e\x27\xc7\x87\x94\xce\x8e\xc2\xe9\xd1\x11\x39\xa5\x47\xcf\x87\xcf\x07\xbf\x95\x6d\xba\x56\x31\xa4\xdf\x5a\x45\x14\xae\xe2\x15\x7a\x58\xa1\x71\x0c\x3d\x70\xa0\xf6\xbe\xd9\x3d\xdd\xd8\xcc\xad\x1b\xec\xd8\x4d\x3f\xcf\xa7\xcb\x94\x8e\xa8\x57\xd0\xdf\x97\xac\xa8\xb5\x6d\x01\x53\x92\x4f\xe9\x9c\x29\xd2\x83\x51\xb3\x97\xbe\x2e\xac\x74\x6c\xd7\x55\xbf\x03\x32\x9f\x8e\xd4\xa3\x37\xee\xae\x26\x46\x14\x46\xd4\x7b\x99\x4f\xe9\x4f\x32\x05\xae\xda\xe6\xc0\x16\x96\xe9\x40\xd5\xf6\x53\x3e\xa5\x1e\x10\xe8\x01\xc8\x5b\xdf\x74\xd6\xe2\x72\x93\xc9\x95\xe7\x01\x7f\xac\x22\xa8\x90\x8e\xa0\x42\x20\xcf\xc4\x9f\xd9\x0c\x20\x70\x4f\x4b\x80\x40\x96\x83\x78\xf0\x5b\xce\x32\x0f\xc0\xca\x03\xd0\x07\x10\x7e\x07\x10\x60\xb5\x29\xf3\x81\xe7\xb7\x34\x8b\xda\x5b\x3f\x95\x3d\x9e\x0f\x16\x94\xde\x7a\x92\xc5\x0e\xd4\x49\x8e\x53\x39\x35\xcd\x8b\x14\xbd\xff\x02\xd4\x76\xf9\x00\x8b\x02\x79\x59\x55\x07\x93\x52\xfb\x0d\xf9\xa0\xd4\x86\x19\x1d\x01\x2a\x32\xc8\x13\xd9\xcc\xfc\xe5\x83\xf2\x96\x2d\x3e\xe6\xaf\xb2\xa9\x07\x11\x48\xf2\xb9\x34\x75\xca\x98\xf8\xc1\x5c\x5a\xab\x0f\x3e\x79\xfb\xde\xf8\xd3\x7e\x5c\x4d\x26\x03\xf8\x6c\x7f\x54\x01\x6f\xfc\x09\xe8\x57\x30\x82\x07\x75\xb4\x81\x6a\x0d\x28\x20\x53\xc6\x69\x41\x52\xd7\x55\xe1\x34\xfa\xa4\x67\x0f\x5e\x66\x42\xd6\x7a\x99\xa7\x8f\xc0\xd0\x5d\x49\xf3\x2c\xcf\x4a\xe3\x83\x32\x4f\x3d\xa5\x38\x98\xfa\x84\xa0\x37\x10\x42\xb4\xc0\x8b\x7a\x52\x67\xb4\xf5\x42\x54\x77\xa6\xdf\xef\x37\xf0\x4e\xe9\xac\xdd\xd5\xc9\x40\xfc\xfb\x54\x86\xf2\x59\x7f\x52\xfa\x4d\x8e\x39\xe5\x04\xac\xda\xe8\x9a\x3c\x54\x93\x55\x35\x19\x57\x93\xd8\x42\xce\x83\x18\xa8\x51\x36\x60\x59\xca\x32\xfa\xb3\x10\xf6\x7d\x3f\x02\xab\xcd\xe4\x7e\x3f\x02\xe3\x56\xf2\x5b\x56\x72\xdf\x8f\xec\xd7\x7e\x1f\xa9\xc6\x15\xa2\x9a\x0f\x97\x81\xeb\xf6\x0a\xd7\x05\x08\x34\xb1\x03\x0e\x1f\x64\xf4\x8e\x0b\xfc\x6e\x14\x92\x6d\x76\x97\xda\x0d\xb5\x1d\x35\xd7\x39\x54\x4c\x75\x8d\x9b\x49\xf9\xcc\x9b\x54\xd5\xe4\x12\x4e\xca\x67\x35\x6e\x1c\x6b\x70\x03\xab\x9e\xb5\x72\x6e\x35\x79\x06\xc7\xa4\xff\x8f\xa0\x7f\x36\x19\x7c\xee\xc7\xfe\xe4\xea\x80\xd5\x08\xfe\x42\x0a\x46\xae\x52\xda\x1f\x02\x6d\x03\x6e\xf5\x50\x10\xa2\x55\x5d\x5f\x3a\xd9\x27\x83\x09\x8a\xfd\x49\x39\xfa\xae\x19\x28\xb5\xab\xb3\x1b\x45\x4f\x55\xe1\x8d\xb0\x87\xaa\x15\x84\x9d\x55\x99\x92\x4d\x6c\xce\x2d\xbd\xff\x9a\x17\x53\x60\x74\x20\x85\xb5\xb5\x36\x84\x58\x83\x26\xe3\x49\xfc\xb0\x72\x9f\xf5\xaa\xcb\x7d\xf0\xfd\xbf\xfc\xaf\x78\xfc\x69\x52\xee\x83\x28\xae\xc6\x9f\xf4\xc7\xbf\x58\x5f\xe1\xf8\xd3\x5f\xe2\x67\x02\x9e\x49\xf9\x2c\xf2\xbe\xab\x26\xa5\x00\x6a\xe4\x99\x31\x14\xa3\xa9\x07\x76\x6d\x72\x22\x40\x78\x3e\x07\x30\xda\x04\x26\x92\x23\x36\xf2\x5a\xc3\x6f\x46\x0b\x46\xde\x1a\x59\x34\x5c\x0a\x4c\x26\x82\xa6\x1a\x42\x91\x67\x7a\xac\x50\x29\xb2\x4a\xf7\xca\xa6\x71\xe6\x41\xd4\x15\xf5\x42\x54\xd7\x29\x5e\x14\xcc\x51\x80\xac\x51\xa9\xdf\x04\xed\x47\x01\xd2\x84\x24\xb2\x6b\x00\xa2\x5e\xb8\x12\x82\xbd\x3c\x5e\x48\x71\xfa\x37\x3f\xbd\xf2\x00\xa7\x77\xfc\xe0\xae\xaf\x18\xbe\xe2\xfb\x62\x89\xdb\xfb\x3f\x01\x00\x00\xff\xff\xe0\x81\xcd\x1b\x6e\xae\x00\x00") +var _web_uiAssetsCodemirrorModeYamlYaml3f129a000349e3075be0f65719884b61Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xbd\xeb\x76\xdb\x36\xd7\x20\xfc\xf3\x5b\xcb\xb7\xf0\xfd\xa1\xf0\xb4\x34\x11\x42\x32\x29\x1f\x62\xd3\x86\xf5\xa6\x69\xd2\xc7\x6d\xe2\xb4\x4d\xd2\x3e\x8d\xc4\x64\x68\x0a\xb2\xd9\x50\xa0\x4a\x42\x89\x5d\x53\xef\xbf\x99\x0b\x98\x2b\x98\x6b\x99\x4b\x99\x2b\x99\x85\x23\x41\x1d\x6c\xa7\x4f\xdf\xb5\xa6\x07\x8b\x38\x6f\x60\x6f\x6c\xec\xbd\xb1\x01\xec\x3c\xea\x38\xbf\x57\xdd\x9b\x64\x9a\x3b\x7b\xbd\xa0\x17\x38\x57\x8c\xcd\xaa\x68\x67\xe7\x32\x63\x57\xf3\x8b\x5e\x5a\x4c\x77\x68\x31\x26\x69\xb2\xa3\xf3\xfd\x47\x9e\xa5\x84\x56\xc4\x79\x79\xf6\xc6\x79\xb4\xb3\xe5\x4d\xe6\x34\x65\x59\x41\x3d\x82\x18\xbc\x05\xc5\xc5\xef\x24\x65\x00\x63\x76\x33\x23\xc5\xc4\x21\xd7\xb3\xa2\x64\x95\xeb\x82\x39\x1d\x93\x49\x46\xc9\x18\x74\x74\xe2\xb4\x18\xcf\x73\x32\x60\x9e\xca\x05\x23\xa0\xab\x6b\x6a\x90\xa5\x5c\x57\xfe\xf6\x92\xe9\x78\x20\x3f\xbd\x21\x50\xe5\x40\x8c\x18\x8c\x98\xe7\x11\xbc\xae\x99\xcb\xbc\xb8\x48\xf2\x37\x57\x59\x35\x68\x3e\x23\x52\xd7\x15\xc9\x27\xb0\xf7\x7b\xc5\x7b\x86\x6f\x17\x70\x01\x3d\x76\x95\x55\xc8\xea\x14\xbc\x05\xf3\x8a\x38\x15\x2b\xb3\x94\x81\x2d\x9d\xe0\x30\x9e\x54\x12\x36\x2f\xa9\x43\xe7\x79\x8e\x31\x59\x7c\x4a\x4a\x87\xe2\xdb\xac\x3a\x2f\xd8\x55\x46\x2f\x23\x86\xb2\xea\x95\x18\x90\xc8\xae\x51\x16\x5b\x1d\x2a\xd7\xe5\x35\x75\x78\x55\x88\x15\x4f\xca\x32\xb9\x59\x53\xce\x11\x09\xbd\xac\x12\xbf\x1e\x81\x03\x12\x71\x68\x06\xc3\x38\x1a\x92\x78\x81\x4a\x32\x23\x89\xdd\x22\x47\x8c\x80\x0d\x65\x18\x80\xad\x49\x51\x7a\x14\x07\xc7\xf4\x84\x1d\x53\x1f\x87\x30\xf3\x31\xd9\x52\x95\x67\x0b\x94\x55\xe7\xe4\x32\x61\xd9\x27\xf2\x8e\x94\xc5\x3a\x08\x02\x8c\x31\x71\xdd\xf3\xf9\xf4\x82\x94\xbd\xf3\x67\xdf\x3d\x79\x73\xf6\xcb\xb3\x0f\x67\xe7\xcf\xcf\xce\xcf\xde\xfc\x86\x31\x0e\x77\xc8\x02\x91\x6b\x46\xe8\x78\x3d\x20\xa8\x44\xc5\x56\x36\xf1\x18\x54\xe0\xa0\x0c\x7b\x05\x96\xa3\xd5\xfb\x48\x6e\x2a\x8f\x41\xd8\xcb\x09\xbd\x64\x57\xc7\xf4\x24\x93\xa0\x92\x61\x89\x8b\x21\x8d\x63\xcc\x86\x65\xac\x81\x26\x8b\x45\x83\x99\xcc\x6a\x07\x03\x80\x32\x4c\x7a\x25\x49\xaa\x82\xd6\x35\xf0\xe6\xf4\x23\x2d\x3e\x53\x47\xc6\x40\x60\xaa\xe8\x4d\x93\xf2\xe3\xc0\x93\xbf\x3d\x9a\x4c\x89\xeb\x7a\xd4\xc7\xdb\x19\x75\xc0\xb6\x6f\xc5\xfb\xdb\xc0\xd9\x86\x88\xfa\x18\x78\xc0\xd7\x25\xf2\x8c\x12\x3f\x84\x3e\x88\x9a\xb8\xb4\xc8\xe7\x53\x2a\x62\x21\x40\x1d\xe6\xba\x2a\xa1\xa2\xd9\x6c\x46\x98\x6c\x01\x8c\xe8\x88\x02\xbf\x9d\x04\x51\xe6\x03\x07\xf8\x14\x46\xd9\xc2\xf4\xad\x94\x7d\x7b\x56\x96\x45\xd9\x4b\x93\x3c\x17\xf4\x0a\x11\xff\x2b\x60\xc3\xe0\xb7\x27\x2f\x5f\x3c\xbb\x4e\xc9\x4c\xcc\x22\x99\x22\x3b\x8b\x89\x0c\xf1\x66\x30\x53\xdf\xa4\xaa\x92\x4b\x82\x33\x49\xf8\x9d\x10\x22\x5d\xf9\x8c\xcd\x4b\xf2\x9a\x25\xe9\xc7\x37\x65\x92\x92\xc1\x86\x78\x59\x50\x54\x96\x16\xb4\x62\xe5\x3c\x65\x45\x09\x23\x11\x53\xf1\x6c\xd8\xa3\xe4\xb3\x23\x8a\x43\x19\x53\xd7\x00\x2c\xca\xde\xac\x2c\x58\xc1\x89\x5f\xa3\x3d\x2d\x49\xc2\x88\x27\x5b\x32\xa9\x10\x59\x01\xbb\x11\x5c\xb6\x52\x58\xf1\x9a\x95\x19\xbd\xc4\x6b\x28\xd6\x0c\x90\x0f\x22\x07\xf8\xaa\xbb\x04\x2e\xb6\x38\x9d\x14\xb8\x6c\xe8\x27\xe1\x63\x8c\x04\x89\x4a\x2a\x2a\x38\x15\x25\xfc\x4f\x8e\x5f\x26\xec\xaa\x37\xc9\x8b\xa2\xf4\xca\x9d\x3e\xec\x86\x66\xde\x74\xd9\x69\xee\xba\x1e\xc3\x59\x37\xf7\xbd\x02\x03\xa7\xd7\xeb\x39\x40\x93\x30\x44\xb4\x9b\x89\x1c\x14\x67\x7e\xde\xf5\x12\x99\xc3\xca\x70\x5b\xb1\x32\x2a\x7c\xd2\xab\x38\x8f\xf5\x18\xa2\xb0\x57\x92\x59\xce\x07\x79\x67\xc4\x76\x2e\x11\xf8\x3f\xff\xe3\x7f\x02\xe8\x27\x68\x56\x54\x51\xd6\x65\x7e\xa1\x0a\x2f\x1a\x12\xc9\x25\x89\x68\xd6\xd4\x93\xdc\xc0\x03\x0e\x40\xac\x4b\x74\x63\xbe\xe4\x56\x29\x6e\x4f\x4e\x3e\x21\x97\x90\xc1\xea\x9a\x73\x25\x88\x3a\xa4\x77\x31\x9f\x4c\x48\x09\x2d\xb6\xb7\xc5\x7a\xd3\xe4\xfa\x85\xa8\xb4\xae\x3d\x2b\x84\x1f\x1f\x41\x04\xa8\x60\x11\x0d\x2b\x66\xbd\x8c\x8e\x09\xe5\x94\xaf\x3f\x71\xb8\x36\x1f\x9f\x4f\xd5\x37\x64\x52\x94\x44\x64\xb6\xc2\x78\x77\x73\x89\x27\x13\x46\xca\xa6\x80\x08\xe2\x3e\x14\x4c\x8f\xf7\x38\x43\x25\xde\x19\x95\x83\x11\xad\x47\x65\x3d\x0a\x76\x2e\x51\x81\x87\x41\x8c\x52\x3c\x8c\x51\x85\xbb\xe1\x71\x86\xcb\x1e\xb9\x26\xa9\x67\x3a\x7c\x0c\xd3\xde\x6c\x5e\x5d\x79\x99\x80\xf9\x1a\xa2\xa2\x15\xf6\xb3\x61\x10\x1b\x3c\x92\xde\xac\xa8\x32\x3e\xa8\x27\x58\x65\x70\xdd\xea\x24\x70\x5d\xaf\xc2\x1a\x63\xdd\x3e\xdc\x5a\x89\x0b\xa1\x20\xc7\x39\x9a\xa1\x09\xa7\xb7\xb1\xa4\xb7\x69\x46\x3d\x22\x19\x8c\xdd\x2d\x94\xea\x26\x0d\xe9\x7b\x9a\x9a\xd0\x15\xb6\x70\xd1\x35\x83\xed\x8f\xfd\x5d\x39\x18\x73\x1c\x1e\xcf\x4f\xf0\xd2\x40\x77\xbc\xaa\x3b\x3f\x09\xe0\xf1\xdc\xf7\xe1\x0c\x27\x66\x0c\x50\x31\xac\xba\xf3\x18\xa5\xf2\xa7\xe9\x63\xd7\x2b\x86\x55\xdc\x95\xc9\x10\x5d\x41\x34\xc1\x6d\xaa\x53\x4d\x43\x3f\xf7\x54\x37\xba\x73\x3f\xb4\x81\x46\x63\xe8\x03\xa7\x76\x80\x3f\xeb\x55\xac\xf4\x01\xe7\x87\x13\x01\xe6\x32\x0c\x02\x02\xbb\x7d\xd1\xa2\x7f\x6f\x93\xf7\x37\xd8\xae\xa5\xdb\xd4\xc2\xc7\xcc\x9f\xf1\x06\xa1\x0f\xde\xf3\x9c\xed\xb1\x53\x24\xd7\xf1\x2a\x7f\x7e\x8a\x0d\x52\xd6\x0e\xa1\x2f\x87\xd0\xdf\x30\x84\xbe\x1e\xc2\x07\x74\xe8\x01\x63\xa8\x99\xd3\xc4\xe2\x23\xf4\xab\x1d\x04\x00\x5c\xa0\x0a\x0f\xc1\xc7\x8c\x8e\x01\x02\xd3\x79\xce\x32\x80\x40\x49\xaa\x22\xff\x44\x00\x02\x86\xcb\x02\x04\x32\x5a\xb1\x84\xa6\xe4\xd5\x04\x20\x30\x2b\xc9\x38\x4b\x13\x46\x44\xf6\x59\x49\x2a\x42\x99\xfd\x7d\x9e\x4c\x79\xda\x98\x4c\x92\x79\xce\x5e\xb3\x9b\x9c\x07\x2b\xfe\xfb\x24\xcf\x92\x8a\x70\x69\x6d\x8e\x87\xa0\x4a\x93\x3c\x29\x79\x1a\xf9\x63\x4e\x68\xca\xb3\x4d\x93\xd9\x2c\xa3\x97\x20\x16\xf3\x60\xb6\x8e\x3b\xb1\xba\xbe\x5d\xa0\xb6\x9c\xd0\x9b\x14\xe5\xb3\x24\xbd\xf2\x1a\xc1\x4d\x66\xef\x86\x18\xe3\x4a\xce\xc1\x57\x5c\xd8\x80\xec\xaa\x2c\x3e\x3b\x7c\x41\x2a\xbc\xed\xb7\x4a\x18\x28\xc4\x62\xc9\x97\x79\xc6\x17\xf7\xac\x72\xa6\x84\x39\x19\x95\xb2\xa7\xc0\x91\x53\x4c\x84\x18\xc0\xd3\xf9\x12\xeb\x88\x25\x67\x1b\x2e\xa0\x5a\x7d\x59\x72\xa9\x17\x58\x3e\xaa\x98\x89\x1f\xc9\x3c\xf5\x2a\x2c\x46\x17\x33\xfd\x55\xd7\x06\x5c\xcd\xb0\x3b\xc1\x62\x69\x2d\xc5\xac\xf9\xb6\x0a\x34\x4b\x1b\x51\x25\x1a\x34\x61\x66\x05\x6c\x08\x0c\xf2\x30\x6b\xbe\xdb\x20\x2a\x2c\x0a\x20\xd5\xf7\xda\x0c\x1c\xcd\x76\x26\x1e\xb6\x33\xda\xf8\xc7\xac\x15\xb4\xb3\x09\xca\xe3\xac\x8a\xff\xd6\x75\x27\x44\x4a\x6e\x68\xc8\xa5\xb5\x9c\x73\xb2\x60\xf8\x76\xb1\x65\xad\x41\x1d\x21\x8c\xda\x14\x41\xd6\x51\x04\x85\xb7\x64\x48\xe3\x35\x29\x04\xde\xb2\xa1\x9a\x47\x04\xc6\x98\x2e\xa0\xc4\xeb\xc2\x63\x2d\x50\xf4\x52\x28\xc8\x6a\xde\x90\x95\x46\xfa\x06\xf2\xe2\x49\x82\xb8\x74\x3e\x45\x64\xd5\x8c\xa4\xd9\x24\x23\x63\x67\x52\x94\xeb\xa9\xab\x11\x4b\x26\x52\x2c\x91\x43\x90\xe1\x61\x23\xfc\x0e\xd9\x86\x4e\xd1\x75\xf3\x82\x57\xc1\x04\xb5\x62\x4c\xf8\xaf\xeb\x4a\x52\x15\x61\xfe\xc1\x23\x24\x5e\x78\x8c\xf8\x72\xdd\x4c\x2e\x78\x54\x0c\x0c\x95\x01\xa2\x02\x93\x2c\x67\xa4\xf4\x96\x54\x41\x09\x9e\x18\xaa\xcc\x9a\x81\x7c\x6c\x4d\xa7\xc6\xcb\x22\x9a\x54\x19\x78\xcd\x63\x4b\xb2\x93\xb1\x6b\x08\x61\x18\x23\xca\x87\x22\x9b\x78\xc4\xd1\x34\x5f\x4c\x9c\x19\x34\x20\x6e\x91\xbc\x22\x4e\x36\xf1\x96\xd5\x26\x48\x31\xe5\x53\x2b\x4d\x98\xce\xc6\x59\x46\x87\xd4\x75\x67\x29\x6f\x2f\x9b\xce\xf2\x2c\xcd\x18\x74\xdd\x95\x34\x72\xad\xd2\x5a\xc8\x07\xaf\xd3\x2b\x32\x4d\x14\xe8\x4e\x52\x5e\xce\xa7\x84\x32\xa7\xba\x2a\xe6\xf9\xd8\xb9\x20\x4e\xe2\xbc\xb9\x99\x11\xe4\x0c\xc5\xaf\x13\x23\xa7\x28\x9d\xc4\xa9\x44\x39\x9b\xf3\x78\xb7\x8e\x6e\x3f\x72\x86\xbd\x5e\x2f\x46\x8e\x6e\x54\x45\x38\x0b\x08\xe0\x56\x03\xa7\x10\x44\x99\xe9\x5d\x03\x3f\x97\x4e\x74\x59\x21\x8b\x36\x43\x60\x75\x64\xc1\xd6\x13\x14\x1f\x9e\xe5\x81\x5e\xea\xb5\x21\xe9\x3c\xab\x18\x67\x9a\x86\x9c\x2b\xc7\x93\x1d\xcc\xe8\x65\x4e\x64\xa7\xa5\x0a\x0c\x9d\xb4\xa0\x2c\xc9\x68\xe5\x24\x0e\x2d\x68\xd7\x4a\xeb\x01\x28\xb0\xdb\xcb\x8b\x64\xfc\x83\xa0\x4e\xbd\x72\xf0\x79\x6f\xa2\xdb\x60\xbc\xb9\x22\x25\xe1\x53\x4c\xd6\x27\x0b\x08\x28\x38\x57\x67\x57\xc4\x8c\xa8\x81\x53\x8f\x7c\xcf\x39\xd3\x49\x92\x4d\x67\xf4\x92\xa7\x57\xf3\xf4\x4a\xf5\x23\xab\x1c\x5a\x30\xa7\x9a\xcf\x66\x45\xc9\xc8\xd8\xc0\x28\xe6\xca\x46\x48\x44\xea\x43\x81\x78\x29\x33\x27\x97\x95\x93\x26\xd4\x29\x68\x7e\xc3\x89\x86\x67\x24\x63\x27\xa9\x0c\x05\xf4\x80\x9e\x85\xff\xef\x60\x6c\x01\xa5\x20\x9b\x2d\xe9\x12\xd6\x9c\x86\x46\x71\x32\xc4\x89\x25\x23\xd5\xc1\xba\x1e\xc6\x50\x53\x27\xd7\x87\x0d\x81\xaa\x8c\x3a\xd8\xca\x48\x79\xc6\xb4\x98\xce\xb2\x9c\x8c\x35\x26\xf1\xc4\xcb\x10\xd0\x15\x03\x34\x8c\xed\x5c\xcf\xae\xed\x5c\xba\xd6\xe5\x5c\xbc\x87\x2f\x13\x4b\x24\x91\x3c\x48\x30\x65\x7c\x2b\x29\x2c\xba\x5d\x20\x2d\xcd\xf0\x6f\x25\xce\xf0\xcf\x49\x92\xe7\x17\x49\xfa\x51\x44\x73\xdc\x46\xba\x0c\x57\x3b\x74\x99\x61\x6c\xca\x0c\xe3\xa6\xcc\x30\x5e\x32\x70\xc0\x5b\x45\x6c\x03\x8f\xca\x8f\xa1\xe4\xdd\xb1\x66\x7b\x48\xc5\xf7\x74\x25\x3a\x01\x46\x54\xe7\x1d\x0a\xfe\x1f\x63\x6a\x32\xe9\x18\xb2\xe0\xb2\x37\xc1\x01\x62\x58\xb3\xae\x4a\x1b\x63\xc8\x09\x3b\x26\x3e\x0e\xa1\x49\x19\x92\x66\x05\xca\x0c\x66\xe9\xc2\x5b\x45\xc5\x9a\x71\x87\x28\x93\x6a\xf8\x15\x1e\xa3\x29\xe6\x74\x79\xe5\xdd\x1a\x0e\x37\xe4\x11\x33\x0f\xb0\xe4\x32\xba\x49\xa6\x79\xaf\x28\x2f\x51\x3f\x08\xfa\x51\xc5\x4a\x80\x6e\x79\x57\x22\x23\x4d\x1a\x59\x69\x9d\xdd\x4a\x4b\x0b\x03\x12\x01\xb0\x58\x40\xb4\xb9\x6a\xf2\x47\x53\xb5\x91\x4f\x1f\x5a\x39\xc7\xd7\x1d\x95\x4f\x93\x99\xa9\x5c\x4b\xbc\x0f\xae\xfb\x76\xb1\x58\xc0\x78\x21\x27\xd8\x25\xde\xd8\x08\x2f\xb2\x32\x3a\x4a\xf0\x8c\x96\x58\x84\x34\x60\x62\x02\xb5\x10\xba\x25\x97\x57\x6d\x2e\xd0\x18\xe5\x6b\x39\x73\x5d\xf0\x9f\x80\xe7\xae\xeb\x3d\x19\xf6\x80\x68\x4c\xc6\x81\x73\xfb\xfb\xed\x8b\x17\xe2\x1b\x2e\xd6\x75\xb0\xd5\xbf\x05\x32\x22\xe9\xa6\x21\xc0\xc2\x34\x6a\x64\xce\xe8\x36\x4d\x68\x41\xb3\x34\xc9\x57\xeb\x04\xff\x09\x16\x28\x2f\x3e\x93\x32\x4d\x2a\xb2\x26\x5d\xc0\xbc\x40\xf3\xd9\x6c\x63\x16\x01\xfe\x02\xa5\xc9\x94\xe4\x9b\xb2\xc8\x5a\xc8\x74\xc6\x6e\xd6\x24\x83\xc5\x02\xd9\xb2\x6f\x04\x0c\x48\x40\xe1\xf0\x66\x33\x0e\x2f\x8a\xe2\x2f\xe3\x30\xdc\x80\x43\x83\x33\x56\xce\x89\xc6\xd3\x1b\xfb\xfb\xe7\xb7\xcf\x24\xce\xea\x7a\x5f\x67\x9e\x24\x79\x65\x72\x3c\x6f\x05\x9e\xbc\x78\xfd\xec\x0e\x1c\x37\xf6\xee\x7b\x1b\xbc\x9b\x02\xc0\x50\xae\x2f\xce\x37\x45\x91\x93\x84\xc6\xbc\x8c\x5a\x5f\x56\x8d\x80\xd2\x3a\xca\x61\xb2\xc8\x65\x0d\x39\x58\x7a\xd4\x40\x42\x18\xa9\xce\xae\x25\x8d\x56\x76\x01\x78\xa4\x46\x60\x2d\x99\xb4\xb3\xcb\xda\xe5\xe8\xdd\x4d\x17\x86\xd7\x5f\x58\x55\xec\x1d\x9e\x70\x45\x87\x9c\xe0\xfd\xfd\x46\x84\x7e\xb2\x3e\xc7\x63\x61\xdf\xfb\xb4\x99\xb6\x32\xae\xb6\xff\x5b\xa4\x85\xa8\xb0\xad\x2b\x83\x53\x89\x03\x54\xe0\x4e\xc8\x25\xa1\x4e\xd6\x64\xcd\x26\x1e\xe8\x72\x59\xcd\x63\x98\x0c\xcb\x18\xba\x2e\xf0\x79\x98\xd5\xb5\x88\xf2\xfd\x32\x86\x08\x04\x1c\x9d\x52\x6b\x2f\x7d\xa1\x34\x34\xdc\x88\xd7\x71\xc1\xd3\x9b\x02\xf0\x96\xaf\x50\xa5\xef\x1f\x97\x27\xd9\x71\xe9\xfb\x90\x67\xfa\x60\x37\x24\xea\x02\x81\x68\xcb\x75\x41\x28\x3e\x1a\xc0\x0a\xdc\x09\x16\x6a\xe0\x0a\xd7\x95\x65\xd9\x82\x97\xb9\x56\xb0\x3c\xac\x89\x8e\xc7\xc7\xdd\xa3\x98\xf4\xd2\xab\xa4\x7c\x5a\x8c\xc9\x13\xe6\x95\x10\xba\x2e\xe5\x98\xa8\xeb\x83\xfd\x13\x4c\x45\xe8\x71\x50\xd7\x47\x8f\x75\x28\x0c\xfa\xf0\x41\x00\x15\x5f\x06\xd0\x85\xb7\x0c\xca\xbd\xad\x2c\x64\x55\xb8\x35\x44\xbc\xb9\xfb\xda\x7a\xf2\xb0\xb6\x3a\x5e\xa7\xa8\x6b\xdd\xc2\x26\x4e\xa1\xe8\x0a\x13\x94\x61\x41\x3a\xdd\xb0\x83\x31\x35\xea\x23\xf8\x00\xa0\x52\x5b\x8c\x45\xeb\xc3\xce\x25\x02\x00\x42\x64\xc8\x8c\x0e\x83\x36\x99\x81\x2e\x50\x8c\x2c\xc3\xdd\x10\x22\x86\x45\x15\xd2\xce\x1e\x42\xc8\xf3\x2b\x0a\xa4\xda\xba\x2d\xa9\xce\xa2\x4a\x49\x81\x74\x18\xc6\x3a\x4b\xf6\x68\x96\x94\x15\x39\xa3\xcc\xd3\x95\xf5\x21\xea\x0b\x65\x40\xd2\xd0\xfd\xb9\xc3\x03\x99\xbd\x78\x58\xf6\x43\xb8\x58\x93\x8e\xc2\x00\x3e\x90\x79\xca\x3d\xbb\x87\xf1\x4e\xd7\x25\x5f\x87\x18\x07\xae\xdb\xa1\xbd\xf6\xae\xe0\x32\x67\xbd\xc8\x68\x52\xae\xdd\xad\x24\xa7\x38\x18\x80\xe0\x02\xf8\x4d\x03\x5e\x1f\x46\xa0\xbb\x12\x67\x10\xb2\x40\x45\xca\xec\x45\x7d\xa5\xba\xa2\x55\xf4\x50\x54\xb7\x1c\x67\x55\x37\x26\x69\x36\xdd\x50\x61\x53\x44\x8c\xe2\x15\xb9\x4e\xee\xca\x2e\xdb\xbf\x6e\xb5\x15\x1e\xc0\x1e\x2b\xde\xf2\xe5\xe2\x69\x52\x11\x4f\x80\x73\x4f\x96\x06\xba\xe5\x95\x40\xb5\x0e\x90\x6d\x7a\x32\x43\x3c\xec\x23\x70\x91\x51\x10\xab\x31\x1a\x1e\x22\x50\xa4\x0c\xc4\xa6\x93\xc3\x30\x40\xbc\x12\x10\xb7\x3a\x33\x0c\x0f\x10\xb8\x22\xd7\x40\x08\xa7\x1f\xc5\xca\xf0\x33\xb9\x7c\x76\x3d\xf3\xc0\x7b\x6f\x10\x0d\xbb\x7e\x3c\xe0\xbf\x41\xf7\x28\xe6\x7f\x3e\xc4\x8f\xa0\x37\x88\x46\xa3\x9e\x0e\x89\x64\xf2\x2c\x16\x59\x45\x3e\x1f\x0e\x6a\x93\xc1\x5f\x9b\x2c\x42\xa3\x51\xcf\x1b\x44\x19\x9d\xd4\x67\xfc\xff\xf3\xe7\xb0\x96\x51\x34\xa1\xf5\x79\x72\x5e\x9f\x3f\x39\x87\xf0\x2b\x20\x45\xa2\xcf\x78\xe7\xbd\x55\x09\xd9\x11\xb1\x4f\x37\x2f\x66\x93\xbc\x48\x1e\xb6\x9c\xad\xd8\x0d\x3b\x5e\xe7\x63\x8f\x91\x8a\x79\x5c\xe0\x91\x0c\x8a\x0c\x89\xd9\x92\x89\xef\x63\x56\x46\xdd\xc1\x92\xcd\x70\xf6\xb8\xc2\x9d\x7a\xac\x78\xc1\x17\x78\x89\x7b\xce\x70\x06\xdd\x30\x0a\x11\xf0\xbb\xa0\x31\x8e\x71\x3e\x74\xca\xe7\x9b\xb0\xde\x18\xf6\x84\x78\x96\x89\xe0\x44\x03\xbe\x32\xd2\x81\xda\x79\xff\xf1\xd5\xeb\xb3\xd6\xce\x7b\xb4\x69\x4b\x3e\x02\x3d\x9a\x50\x59\xc5\x79\x72\x1e\x51\xc9\x3d\x9e\xf3\x71\xf3\xd8\x7f\x19\xff\xf0\xc8\xd7\x61\x07\x07\x75\xbd\x86\x7f\xb4\x18\xc8\xaa\x8f\x40\xc6\xd9\x62\x56\x9d\x27\xe7\x3c\x6f\xf5\x39\x63\xe9\x95\xc7\xe0\xad\x10\x91\x1a\x61\x29\x52\xf0\x89\xee\x6d\x89\x28\x23\xb6\x35\x89\xe7\x4f\xce\x55\xa2\x11\xd2\xac\xc4\xe4\x1c\x2c\xb4\x95\x70\xd3\xc8\x0a\xf9\xe7\x7e\x28\x38\x9e\x36\x42\x71\x76\xfe\x7c\x33\x14\x67\x74\xb2\x02\xc5\x3a\xcf\x8a\x07\x40\xd1\xbd\x13\x8c\xee\x9d\x70\x74\xdb\x80\xac\xc3\x9b\xce\x19\xf4\x02\xb3\xc3\xc4\x05\x41\x9b\x8f\xa2\xcf\x72\x4e\x65\x70\x90\x99\xc9\x00\x08\x40\xa0\x47\x00\x8c\xb2\xbb\xa4\x5f\x74\x8d\xa7\xda\x10\x7c\x6b\x2c\x9f\xc3\x4b\x74\x83\x3e\xa1\xa7\xf1\x02\xa2\x33\x7c\x8d\x5e\x2f\x31\x30\xc3\xb6\xac\x3f\xb0\xeb\x6d\x0a\x7c\x05\x20\x7a\xf5\xa5\x55\x0c\x96\x42\x9c\xdf\xbd\x61\x71\x3d\x74\x46\x23\x16\xfb\xb0\x95\x18\xd9\xcd\xb5\x02\x92\xa9\xca\x98\x47\x50\x72\x55\x51\xc3\x23\xef\x5d\xed\x71\xc6\x07\x97\x9b\x69\x95\x87\x03\x08\x07\x9a\x57\xfe\xbe\x99\x2b\xb2\x6c\x4a\x2a\x96\x4c\x67\x7f\x8d\x33\x7a\xea\xf3\xb5\xda\x0d\x87\x72\xfb\xa3\x83\xf1\x2b\x1d\x73\x1f\x6f\x94\x7e\x3e\x28\x41\x39\x4a\x51\x85\x03\x34\xc7\xc2\x6b\xa0\x51\x2a\x3c\xd6\xd4\x0f\x05\xe3\x6b\x2a\x47\x2a\x0f\xb3\x2c\x96\xc2\x37\xc4\x03\xdf\x26\x8c\x28\xfb\x2c\x71\x08\x8f\x93\x36\x58\x8a\x7d\x36\x0c\x63\x94\xf1\xdf\x7e\xdc\x0d\x51\xc9\xbf\x76\x63\xd4\x61\xc3\x3d\x23\x5c\xf1\x9a\x78\x15\x1e\xff\xd3\x7b\xfb\xe6\xa9\x27\xfd\x3d\x44\x1d\x05\x2f\xb1\x17\xa3\x84\xff\xee\xc7\x28\xe7\xbf\x07\x31\x62\xc3\xc7\xb1\x14\xc1\x2b\xcc\xbf\x15\x83\x0e\xd0\x2e\x3c\xd6\xc6\xb1\x93\xdd\x63\x58\xf9\x18\x04\x60\xab\xc2\x7e\xa5\x85\x35\x36\x3c\x8a\x5d\xd7\x9b\xe3\x03\xb2\xf7\xc8\x3b\x08\x1e\x71\x28\x83\xd8\x77\x7c\x8f\x0d\xc3\x30\xae\xeb\x40\x0a\xb0\xbc\xb7\x3a\x6f\x77\x0e\x21\x4a\xf1\x06\x58\xd5\xb0\x56\x10\xa2\xb9\xeb\xa6\xbd\x8a\xb0\x37\xd9\x94\x78\x69\xef\x52\x7d\xc1\xee\x1c\xa2\x74\x81\x9a\xbd\xc0\x88\x57\xb1\x96\xeb\xb6\xc4\xa1\xb3\xd7\xaf\xf4\xae\xf2\x42\x19\x29\xde\x6c\xa6\xb2\x29\x29\x2f\xc9\x17\x50\x18\x38\x39\x51\x9a\xbf\x31\xe9\x2c\x20\x7a\x86\xc1\x93\x6f\x9e\x7e\xfb\xec\xf9\x77\xff\x3c\xfb\xfe\x87\x17\x2f\xcf\x5f\xfd\xf8\xd3\xcf\xaf\xdf\xbc\xfd\xe5\xd7\x7f\xfd\xf6\x2e\xb9\x48\xc7\x64\x72\x79\x95\xfd\xfe\x31\x9f\xd2\x62\xf6\x47\x59\xb1\xf9\xa7\xcf\xd7\x37\x7f\x06\x61\x7f\x77\x6f\xff\xe0\xf1\xe1\x91\xbf\x83\x47\x74\x54\x02\x01\xee\xcb\x3b\x6c\x2a\x42\x8c\xfa\x3b\x54\xdf\x00\x95\x8d\xfa\x5b\xe0\x67\x96\x63\x5d\x79\x4c\xa5\xc6\xd4\xf1\x3c\x86\x0b\xb3\xc2\x4b\x55\xe9\x09\xf3\x28\x84\xf0\xf4\x60\x4f\xea\x50\xec\x24\xb0\xf4\x65\x1f\x1f\x18\x19\xff\xeb\x43\x8c\x83\x7b\xe7\x98\x2d\x6f\x0c\x47\xe5\x88\xe2\x58\x4a\x1d\xa8\xc4\x99\x05\x20\x4a\x70\x80\x72\x3c\x8c\x05\xa4\x0c\x07\xc7\xec\xa4\x3c\x66\xbe\x0f\xd9\xd7\x7b\x42\xce\xe7\x2a\x52\x2e\x2d\xc5\xc9\xe9\x69\x78\xe0\xf6\xf7\xf7\x21\x6a\x62\x0e\x5b\x11\xfd\xfd\x7d\x37\x81\x10\x25\x38\x39\x39\x39\xa8\x9b\x6e\x66\xba\x9b\x0c\x1a\x6b\x70\xc0\x27\x3b\xc5\xe5\xd7\x7b\x8f\x0e\xe0\xe0\xcb\x5b\x89\xc2\x43\x21\xfa\xd8\x25\x83\xe5\x92\x7d\x11\x01\xa3\xb0\xcf\xf3\xba\x6e\x93\xb2\x27\xb3\x72\xb2\x78\x9b\x51\x76\x28\x77\xef\xf2\x87\x8a\x3d\x4d\x99\x2f\x37\x3b\xad\xc7\x19\x00\xca\x64\x62\x48\x28\x51\x24\x24\x11\x53\x28\xc4\xec\x1a\xc4\x64\x3e\x4e\x86\xe5\xe9\x69\x78\xe8\x1e\xec\xc6\xc8\x04\xfb\xad\xe0\x41\x13\x3a\xd8\x75\xcb\x98\x13\x81\x57\x9e\x9c\x1c\x42\x9f\x0c\x59\xbc\x84\x8e\xe2\xeb\x5d\x38\xf8\xab\x35\x47\x7d\x89\x11\x93\x3f\x68\xe5\xdf\xb3\x42\x27\x27\x56\x5d\x07\x7b\x31\x8c\x42\x89\x21\x53\xb8\xdf\xca\xbd\xd7\xca\xdd\x14\x43\x19\x67\x16\x2f\x56\x11\x70\x95\x54\xaf\x3e\xd3\x1f\xcb\x62\x46\x4a\x76\x83\xce\x37\xa3\x48\xcc\xe0\xe7\x9b\x19\x44\x61\x9b\xe7\x1b\xdb\xff\x97\x99\xce\x9b\xa5\x0f\x0f\xf9\x0a\x42\x34\x66\x11\xc5\xb9\xde\x48\x61\x27\xf4\x98\xf9\x38\x14\x15\x65\x38\x1f\xb2\x58\x98\xd0\x90\x21\x3b\xd9\x89\x18\x74\x30\x3e\x97\xa4\x95\xc1\xb6\x79\xa6\x74\x32\xea\x64\x9c\xd5\xbc\x50\x19\xf8\x32\xc6\x2b\x2c\x96\xec\x30\x9c\x1b\x15\x2d\xbb\x9c\x30\xae\x24\x66\xd6\x96\x56\xd5\x89\x9c\x38\xa5\x36\x37\x74\x36\x72\xa1\x4d\xbb\x1f\x1f\xee\xc1\xc0\xb7\x9b\x31\x30\x4b\xb2\xb2\xfa\x3b\x51\x20\x47\xbf\x10\x2d\xca\x89\x9f\x18\x6f\x3d\x89\x93\x64\x03\x4e\x12\x8e\x93\x75\xe8\xf8\xb0\x8a\x8e\x6c\xe2\xf1\x01\xf5\xca\x96\x17\x73\x66\xbc\x98\x2d\x7c\x0c\x59\x8c\x87\xe5\x30\x88\x51\x26\x7e\xe2\xf8\xde\x71\x5e\xed\xe8\x30\xfe\x5b\x3a\xaa\x3a\xb9\x0c\x35\x5a\x03\xa4\x66\x1e\x05\x47\xf0\xdb\xfb\x26\xa1\x80\xee\x8f\xcd\x68\xae\x08\x5b\xdd\x06\xfb\x52\x1c\xeb\x99\xc5\xa7\x01\xe5\xd3\xe0\xad\x44\x0c\x45\x0c\x1a\x7f\x7a\x3a\x64\x71\x33\xfa\x5f\x4e\xd1\x62\xcf\x0d\xfd\x86\xcf\xd6\xa8\x25\xbf\xa3\x37\x31\x6a\x36\x2b\x5f\xa2\xe7\xe8\x5b\xf4\x07\xd7\x52\x7e\xbc\x97\x4b\xfd\x8c\x77\x86\xa3\xeb\x20\xe8\x8e\xae\x83\xc3\xd1\x75\xf0\xcd\xe8\x3a\x78\x3a\xba\x0e\x9e\x75\x47\xd7\xe1\xf3\xd1\xf5\xe3\xe7\xdd\xd1\xf5\xe1\xde\xe8\xfa\xf0\xa0\x3b\xba\x3e\x7a\x3e\x9a\x3f\x7f\xfe\xfc\x99\xf8\xfb\x3c\xae\x87\xa3\xf9\xb7\x87\xbc\xf0\xfc\xdb\x6f\x9e\x3f\x8f\xbd\x41\x87\xc7\x3c\x95\x31\x3c\x07\xac\xb9\x66\xf1\xbe\x9d\xad\x7e\x0f\x97\xb2\xed\xa0\xaf\x04\x1c\x87\xfb\xa3\x79\x3f\xe8\x1f\x8a\xbf\x47\xf1\x0e\xfa\x06\xef\x0c\xd1\x68\x38\x8a\x47\xb7\xa3\x45\xbc\x83\x7e\xc0\x3b\xef\xbd\x41\xd4\xa9\x3b\x9d\xba\x33\x4c\xba\x7f\x8e\xba\xb1\xdf\x81\x5f\xed\x64\xe8\x57\x9d\x34\x7c\xdf\x94\xe0\x8a\xcb\xd7\x5c\x65\x49\xba\x93\xf8\xb6\xbf\xa8\xe5\xf7\x9f\xa3\xee\x3f\x8e\x47\x3b\xa3\x41\xf4\x1f\x2e\x1e\xf9\xa3\xaf\xd0\x87\x51\xaf\xf3\x9f\xa3\x47\xdb\x23\x6f\x04\x79\xe9\x18\x3e\xfa\x6a\x27\x6b\x76\x41\xfe\x69\xa1\xe5\xfe\xa5\xd7\x14\xfb\xce\x2a\x16\x06\x52\xe6\x0c\x77\x85\xc4\x69\xf2\xfc\x62\xe5\x39\x92\x59\x76\xfb\xed\x2c\xef\x36\x65\xa9\xeb\x4d\xb5\xfe\x69\x6f\xca\xec\xc9\x3c\x47\xa1\xfa\xdd\x55\x65\xfa\xe6\x63\xbf\x5d\xfa\x7b\x23\x29\x6c\xad\xd9\xd8\x19\x90\xee\xde\x61\x74\xf4\xf8\x84\xeb\x4e\xbb\xfd\x9a\x40\xd7\x65\x62\x2f\x61\xc0\xba\x47\x8f\xfd\x30\x88\xba\x61\x53\xd9\x4f\xad\xfd\x21\xde\xd0\x00\x8c\x02\x10\x1d\x3d\x96\xdf\xff\x1f\x88\x8e\x74\xf4\x05\x88\xc2\xf0\x40\x81\xa9\xe2\x18\x8f\x0b\x54\x80\xf2\x80\xce\xfd\x09\x44\x61\xd0\x57\x81\x09\x4f\xd9\x53\x81\x92\xa7\x84\x32\xf0\xff\x83\x68\x57\x65\x72\x40\xb4\x2b\xb3\x6c\x83\xed\x68\x4f\x01\xb0\x03\xa2\x23\x5d\xcb\x08\x44\x8f\x55\xf5\xff\xfb\xbf\x83\xe8\x68\x5f\x7d\xff\x2f\x10\x3d\x3e\x50\x79\x04\x8d\x82\xe8\x30\xb0\xc2\x47\x20\x02\xa0\xe9\xf3\xbf\x6c\x85\xe6\x04\x1f\xec\xef\xef\xee\x0f\x14\x95\x4c\xca\x62\xfa\x54\xed\x57\x78\x04\x46\xeb\xa2\xf7\xf7\xfb\x47\x07\xbe\x47\xba\xbc\xe4\x01\x17\x6c\x20\xda\x3f\xd8\xed\x07\x26\xce\x0d\x83\xfe\x2e\x84\x0b\xed\x56\x4e\x88\xc5\x73\xfb\xfb\x07\x10\xb1\x95\x18\x4a\xb8\x6e\x40\x4e\xfa\xfb\x07\xc7\x94\xf8\x3e\x24\x64\x48\x49\x8c\x7f\xf2\x28\x81\x83\x30\x0a\x10\xb3\x22\x2c\x7f\x0f\x22\xad\x62\xca\xcb\x73\x36\x67\xda\xd1\x74\x92\xe5\x84\x4a\x47\x4c\xfd\x69\x3b\x57\x4a\x5f\x22\xcc\xd4\x47\x5d\xff\x26\xe3\x0b\xfa\x6b\x52\xd2\x8c\x5e\x62\xd6\x7c\xdb\x05\x73\x72\x99\xa4\x37\x98\xa9\x8f\xc6\x2f\xf3\xf7\xaa\xa0\x98\x89\x9f\x26\x52\xf8\x24\x51\x52\x0a\x7f\x68\xf9\x69\x57\xa6\x59\xe5\x9b\x9b\x19\xa9\xb0\x05\xd8\xaa\x6f\x88\x74\xa4\x55\x8e\x36\xeb\x72\x2a\x27\x1c\x0d\xa5\x38\x67\x60\xe4\x67\xe9\xe2\xaa\x7c\xaa\x71\xa0\x81\xa3\xc4\xfe\x7e\xcd\x92\x92\xd9\x11\x67\xf2\x10\x42\xa0\x47\xb4\xac\xd8\x9b\xe4\xe2\x8c\xbe\xe0\x05\xbb\xaa\x8b\xe3\x22\x95\x9e\x2e\x78\x18\x5b\xa7\x71\x88\x7d\xd4\xe8\x96\x0f\x7f\x44\x0c\x26\x90\xf4\xfa\x8e\x88\xc4\x99\xb1\x16\x74\x43\x88\x34\x94\x91\xe5\xc7\xce\x81\x89\xa4\x6f\x37\x92\x07\x87\xac\xd4\x2e\x69\xa0\x6f\x9c\x5f\xf5\x61\x21\x9c\x7a\x54\xea\x36\x85\x70\xf0\x6c\x40\x2c\x0c\xed\x94\xc5\x67\x0d\x70\x93\x9c\xa8\x64\xd2\xd0\x81\xeb\x5a\x01\xb5\x96\x72\x5c\xaa\xb2\x50\xec\x2b\xe7\x04\xdf\xfe\xf6\xe4\xe5\x8b\x96\xdd\xd6\x38\xa7\x8a\xb3\x5d\x7a\xf9\xec\x7d\x22\x65\x95\x15\xd4\x75\x05\x2c\x60\x3c\xe7\xc8\x4e\xb4\x4f\xf5\xd7\xc2\xdb\x6c\x9c\x95\x24\x65\xd9\x27\x02\x20\x92\x3b\x7e\x12\xa7\xba\x50\x3b\x93\x93\xa4\x29\x99\xb1\xca\x21\xd7\x49\xca\xf2\x1b\xa7\xa0\xc4\x78\x58\x02\x63\x36\xf2\x32\xbe\x28\xa9\x7d\x08\x6d\x6f\xf3\xe1\x57\x3b\xd2\xc0\x24\x76\x09\xa1\x6e\x21\xcb\xf3\xee\xa4\x28\xa7\xc4\xf2\xd5\x2c\x26\xc2\x4b\x6f\x05\xc2\x12\x9b\xad\xb7\x6c\x18\xc6\x88\xb3\x87\xc2\x8e\xeb\xcb\x38\xde\x93\x52\x37\x30\xa7\x12\xea\xe4\x22\x57\x55\xaa\x81\xd1\xcd\x68\x1a\x03\x10\x99\x41\x13\x5b\x99\x88\xf4\xd2\x2b\x92\x7e\xe4\x14\xf9\x4d\x49\x92\x8f\x15\x2e\x4e\xfa\xa2\xf6\xc2\x75\xfb\xf2\x27\x51\x8d\x18\xa7\xc4\x7b\xda\x58\xa0\x37\x4f\xbe\xdb\x84\xbe\xad\xfe\x1a\x1c\xbc\x79\xf2\xdd\x1d\x28\x60\x9f\x0b\x33\x70\x15\x80\x28\x93\xa0\x97\x62\x4f\x13\xfd\xa0\xad\xc1\x75\xbd\x32\xdc\x2c\xb9\x74\xae\x12\x3a\xce\x89\xe3\x89\xe9\x67\xea\x81\x1a\xec\x56\xd3\x00\xa2\x1f\xd5\x5a\xdf\x63\xc9\x25\x67\x07\x99\x46\xe3\x36\x6b\xdc\x2d\x67\x25\xf9\x94\x15\xf3\x2a\xbf\x71\xc6\x24\xcd\x93\x92\x8c\x9d\x6a\x3e\x99\x64\xd7\xda\xdd\x3a\xf3\xb7\x81\xd5\xfc\x36\x44\xbf\x4a\x38\xcb\x4d\x70\xce\x4a\xc2\xcb\x7b\x15\x49\x0b\xcb\xab\x77\x13\xa0\x5b\xac\xbc\xb9\x2d\xf1\x98\xa4\xc5\x98\xbc\xfd\xf9\xec\x69\x31\x9d\x15\x94\x50\xde\xc2\x22\x4d\x58\x7a\xe5\x15\xf0\x56\xb6\x64\x55\x9f\x55\xce\x34\xc9\x65\xb3\x91\x03\xfc\x12\x2e\x74\x57\x87\x59\x8c\x4b\xdb\x19\x30\x25\xfa\xb8\x9a\xc4\x9e\xb2\x0b\x8a\xa3\x95\x27\x54\xc8\xce\x39\x6e\xb3\x20\x8e\x69\x94\x89\x73\x97\xd2\x02\x61\x14\xd2\xf2\xa4\x38\x2e\xb9\x4e\xc0\x17\x7f\x2f\xc1\xf9\xd2\xce\x3e\x17\x7c\x4e\x70\xe2\xba\xc9\x09\x0e\xc3\x70\x2f\x0c\x43\x3d\x50\xe4\x7a\x46\x52\x4e\x76\x9f\x92\x3c\x1b\x3b\xdf\xbf\x7e\x75\xee\xf0\xc2\x49\xca\x48\x09\x94\x17\xf6\xcf\x72\x78\x73\x33\xeb\xf8\x98\x55\xac\x24\xc9\xb4\x71\x28\xa5\x05\xed\xce\xca\x8c\xca\x99\x62\xea\xa8\x84\x83\x73\x49\xaa\x79\xce\x7c\x9c\x5b\x27\xde\x2a\x39\x04\xcd\x79\x3d\x69\x6f\x96\xe6\xb8\x9e\x3e\x81\x6b\x11\x5f\x9a\x50\x5a\x30\x47\x18\x2e\x1d\xa5\x79\x54\xc7\x02\x81\xb3\xb2\xf8\x94\x8d\x39\xa5\x14\xf3\x32\xd5\x2e\xad\x1c\x23\xf6\xfc\x05\x10\xe5\x38\x40\xe9\xf2\x89\xd5\x46\xd7\x3b\xce\x4f\xd2\xe3\x5c\x38\x49\xe2\x62\x98\xc7\x9a\x64\x19\x4a\x60\x5d\x7b\x6c\x98\xc4\x38\x1b\x26\x31\x2a\xf9\x57\x27\xb0\x78\xf2\x9c\x34\x07\x10\xb5\xed\x5c\x76\xac\x42\xf3\xad\x15\x47\xf6\x12\x42\x69\x92\x0e\xd0\x9c\xeb\x9e\x32\xb5\x11\x8f\x05\xce\x65\xe3\x65\x03\x5e\x75\x32\x3f\xae\x38\x78\x4b\x95\x0d\xab\xd8\x20\x87\x12\xe9\x6b\xcc\x53\x2a\x27\x29\x49\xdb\xeb\xd9\xc9\x68\x95\x8d\x89\xc3\x7b\x0e\x20\x5a\x39\xce\x5c\xba\xee\x8a\xe2\x8c\x31\xfe\xa7\x6e\x44\xfc\xe2\x95\x2c\xca\x1d\xe2\xc1\x95\x89\x9a\xd6\x54\x83\x4a\xac\x8c\xd8\x65\xb3\x91\x20\x36\x18\x6e\x17\x10\x6d\xb4\x63\x0b\xc7\xa3\x95\x41\x2e\xec\x41\x2e\x56\x06\x51\x51\xa0\x38\x9e\x46\x15\xad\xeb\x38\x13\x41\x94\xd8\xf4\xa3\x56\x50\x39\x97\xe9\x18\xba\xe0\x21\x75\xb4\x0b\x27\x75\xad\x04\x01\x6b\xd9\xc7\xb9\x8e\x15\x41\xeb\xfc\x18\x4e\x79\x8a\x11\x24\xda\xeb\x2c\x19\x6b\x12\xe7\x98\x12\x7e\x32\x1f\x3e\x08\xf2\xf8\x20\xf6\xba\xcb\x81\xa2\x60\x79\x6c\x5e\xeb\xa6\x1c\x22\x74\x9b\x16\x74\x92\x5d\xce\x4b\x4e\xf4\x51\x27\x40\x84\xce\xa7\xc4\x84\x3e\x97\x19\xd3\xdf\x9f\x92\x7c\x4e\xa2\x62\x01\x23\x36\x2c\x63\x5c\xa0\x31\xc9\x09\x23\x0e\xb5\x8e\x69\xb3\x86\xc8\x67\xa4\xd1\x71\x84\x76\x21\x76\xcd\x25\x97\xb2\x78\x4e\xd3\x2b\x08\x07\x4d\xc0\xf7\x23\xa1\x71\xb1\x81\x67\x47\x22\xa9\xa7\xdc\x59\x0d\x17\x6f\x9a\x12\x30\x92\x83\x95\x38\x7c\x5c\x9d\x0b\xbe\xba\xf2\xc9\xae\xb9\x99\x58\x8b\xc5\x69\x3b\x1c\xb6\x70\x61\x0d\x37\x59\x15\x1a\x9b\x7e\x4e\x88\x5e\x5a\xcd\x01\x54\xb5\x6f\x70\x17\x90\xc7\x01\x97\x1c\x8e\x65\xa1\xe3\x5f\xbc\x12\x1e\x0b\x96\x5c\xba\xae\x38\x4f\xb3\xdc\xa4\xeb\x7a\x2b\x50\x58\xd5\xad\x6f\xcf\xf7\xad\x2c\x62\xbd\x70\xdd\x5d\xae\x70\x95\x70\x5c\xdc\xde\x5f\x64\xf1\xf9\x2a\xcb\x89\x17\x06\x52\xca\x09\x77\xe5\xaf\x08\x8a\xfa\x3a\xdf\x71\x8e\x23\xc6\x54\x1e\xe5\xe4\x38\xbf\xb7\xef\x28\xf3\x7d\x35\xd4\x5a\x34\x3f\x16\x0a\x64\x79\x0c\xed\x68\xdf\x7f\x40\xb7\x16\xfa\x10\x52\x47\x18\x9b\x39\x6c\x19\xa7\x80\xa6\x9a\x13\xaa\x65\x27\x4e\xff\x69\xc6\xe5\x3e\x79\xd6\x52\x88\xa8\x5c\x92\xb1\x8e\x2b\x91\x96\x93\x9a\x69\x47\x9b\x94\xbc\xbd\xfd\xce\x26\x52\xa6\x5c\xd6\xdc\x3b\x90\x1e\x69\xac\xb3\x96\x4e\xa9\x1f\xc2\x3b\x12\xfb\x9c\x45\x50\x1f\xef\xa2\xe0\xee\x66\x3a\xef\x3c\x06\xed\x73\x56\x57\x4a\xce\x17\x0e\xdc\x83\x66\x19\xe5\x2a\x39\x3b\x0d\x05\xfd\xe8\xb8\xe6\xe0\xe9\x88\x02\xc4\xba\xa1\x5d\xd1\x94\x2c\xdd\xe2\x20\xcf\x90\x89\x6d\x8c\x84\xa6\x57\x45\xa9\x2d\xde\x96\x89\x79\x99\x36\xdb\x16\x6c\xa3\x28\xc8\xf2\x02\x16\xf9\xc9\xe5\x1d\xfd\x1d\xe3\x04\x8a\x9d\xae\x7b\xe7\x4d\xe6\xba\xeb\x9b\x15\x35\x1b\x9e\xb9\x9c\x8a\xb4\x18\x76\x61\xc9\x1c\xce\x74\x5e\x31\xb1\xec\x5d\x10\x67\x5e\x89\x45\xaf\x4d\x1e\x10\xed\xed\x8b\x35\xc3\x75\xdf\x79\x77\x42\xe7\x87\x10\x1e\x43\x21\x8f\x71\x4e\x6a\xf3\x2d\xc1\x25\x3a\x42\x35\x5c\xa2\x4e\xcc\xa0\x32\xc5\xcb\x93\x87\xf7\x8d\x80\x39\xed\xc6\x3b\x28\x56\x90\x0b\xc9\x81\x76\x51\x27\x44\x9d\x00\x22\x55\x9d\xc6\x37\xb4\x1b\xbf\xb7\x7a\xa4\x57\x28\x8c\xa9\x5e\x8d\x24\xa4\xa7\x0c\xaa\xf9\x05\xe5\x40\x5e\x24\x63\x7b\xa4\xd4\xe9\x26\x65\xcb\x77\x08\x65\xe5\x0d\x68\xc0\x6d\x75\x9a\x29\xa6\xa1\xc8\xa4\x93\x0b\xcc\xb1\xe4\x12\x97\x48\xd3\x03\x2e\x90\x3c\xc5\x82\xad\x0d\x02\xdd\x29\x9c\xa0\x96\x48\x75\x49\x56\x7c\x12\x70\x27\x44\x89\x22\xd2\xdd\x5d\x69\xb6\xbf\x67\x01\x6a\x59\xfa\x0d\xd5\x8a\x13\x94\x6b\x55\xdb\x44\xa9\x0c\x72\x41\x05\x10\x1d\x88\x85\xee\x7e\xae\x05\x07\x5e\xc1\x69\xe4\x01\x39\xa3\xdd\x5d\xb1\x86\x7b\x09\x2f\x40\x31\xe8\x74\xc0\x83\xca\xf1\xac\x00\xb5\x16\xb2\x02\xde\x7e\x09\xe3\x57\x7c\xff\xa0\x2f\x19\xbe\x75\xeb\x81\xb6\xc8\x0c\xbc\x6c\x45\xf5\xf8\xb2\x65\x49\xaf\xcf\x73\x6a\xf4\x0b\x42\xc7\x5a\xdb\x52\x9a\xc3\xe7\x8c\x5d\x65\xd4\x49\xb8\xb2\x7b\x91\xb0\x6c\xca\xc7\x1d\x40\xe1\xc3\x24\x57\x50\x05\x6a\xe7\x9d\x58\x49\xe5\x90\xb9\xae\x97\x0c\x1a\xd5\x4b\x69\x86\x4a\x35\x50\xca\x88\x43\xae\xd3\x3c\x99\x4a\x8c\x4e\x93\xf2\x63\x05\x60\x24\xa6\x56\xab\x53\xdd\x10\xb5\xa6\xb9\x56\x77\xa9\xd1\x38\x68\xb2\xa4\xe9\x2e\xb5\x23\x0e\x17\xda\xaa\x0e\x12\xf8\xb4\xd1\xc3\xd9\xc7\x83\x16\xf2\x3b\x87\xfc\x1b\xad\x88\x1b\x0d\x6c\x63\xdf\x27\x79\xf1\x99\xcf\x60\x4e\xd1\x45\xd9\x82\x6e\x91\xb9\x6e\xe7\xd7\x75\x55\xf1\x8e\xde\xd3\x39\x71\xff\x8a\x54\x8d\xb3\x75\xaa\x71\xa6\x55\xe3\xdc\x56\x8d\x45\xc5\xcb\x8a\x71\x66\xbc\xa1\x8b\x81\x64\x10\x59\xb4\x6c\x1b\xa0\x50\x25\x19\x15\x9a\xc6\x7e\x16\x81\x8e\x70\xb8\x56\x69\xa0\x03\x44\x5c\x3b\x72\x55\x47\xe0\xb9\xa4\xa1\x61\x4e\x8d\x51\xc1\x42\x2b\xd8\xf6\xa9\xbf\x0d\xb6\x21\xea\x04\x0d\xfb\xb9\xb1\xd9\x8f\x60\x38\x87\x1d\x8c\x2d\x3a\xba\x97\xe1\xac\x5d\x27\xd7\x33\x1d\xea\xc8\x74\x9b\xf1\xac\x6d\xa9\x45\x36\x2d\x52\x13\xf3\x85\x8a\xf9\xc2\x05\xe6\xce\x9f\x1e\x85\xc7\xf0\xfe\x4a\x9a\xbb\x94\xcc\x2a\x2b\x74\xae\x66\x0e\xb4\x21\xa4\xc5\x98\xc8\x15\x56\x93\x4a\xc2\x9c\x9c\x24\x15\x13\x16\x3d\xcb\x7c\xd0\xb0\xfd\xbb\x88\xdb\x1e\xf3\x0b\x63\x14\xe0\x7c\x8d\x8f\xbd\x72\x42\x43\xe2\x76\x15\x34\x46\x57\x68\x8a\x43\x74\xc9\x17\x82\x1b\xbc\xc4\xd4\xb5\x1d\x5b\xae\xc6\xf2\xdb\x03\xc5\x8c\x50\x80\x08\x87\x86\xd3\x87\x30\x8b\x1a\xc0\x54\x48\x2c\x49\xea\x5b\x2d\x46\x22\x94\xe0\x1c\xa7\x78\x8f\x8b\x0a\x75\xcd\x19\x50\x86\x4a\xd7\x6d\x2d\xfc\xde\xa5\x14\x0c\xec\x45\x75\x30\xc5\x61\xd4\x92\x86\xb9\x00\x37\xc5\x41\xd4\x5e\x31\x5d\xd7\x9b\x62\x2e\xaa\x21\x2e\xe2\x4d\x85\xb6\x7a\x2c\x96\xbd\xba\x16\xe4\x77\x0c\xad\xb6\x06\xb2\xa9\x14\x27\xff\x6e\x73\x51\xaa\x86\x2e\x75\x5d\x2f\xc5\x97\x75\x5d\x48\xbb\xe7\xd4\x75\xf7\x3a\xa2\xb3\xde\x18\x87\xb2\xdb\x5c\x8a\xcf\x06\x2c\x62\x7e\x88\xae\xf0\x7a\xe3\xb6\x84\x7f\xc0\xab\x13\xb2\xe6\x15\xb4\x2f\xbd\x58\x32\x32\x23\x83\x53\x25\x86\xce\x1a\x31\x74\x82\x6f\x17\x68\xbc\x74\x00\x59\x0a\x51\x57\x12\x25\x53\xf9\xa3\x10\xc9\x69\x00\x5d\xfc\xfd\x62\xeb\x04\xa2\xea\x21\x62\x6b\x75\x2c\x8c\x75\x37\x75\xbd\x56\xc5\x13\xc6\x81\xbf\x5f\x78\xbd\x47\xe0\xe3\x8b\x59\xa1\x25\xc9\x03\x2e\x26\x55\xae\xbb\xcf\xb9\x57\x55\xd7\x9d\x77\x5e\x26\x5d\x4d\x12\x9d\x25\xc7\x36\x2a\x53\x5b\xba\xe8\x88\x19\x49\x51\x5f\x09\xa2\x4a\xc6\x33\xb2\x1f\xc6\xb8\xd0\xde\x95\xf7\x0c\xd7\x2f\x5e\x05\x8f\xe1\xda\x6c\x2b\x4a\xed\xfe\x21\xc6\xb8\x82\xef\xd6\xd7\xda\x16\x36\xf4\x6a\x9d\x38\x9f\xaf\x32\x46\xaa\x59\x92\x5a\x5c\xc8\xb6\x0b\x38\xc9\x84\xc7\x70\x21\xe4\x23\xb9\xe9\x0a\xe3\x87\x53\x91\x59\x52\x8a\xb5\xd2\x48\x24\x17\x79\x91\x7e\xd4\xf6\x17\x00\xd1\x8d\xeb\x7a\xc2\xbe\xa7\x18\x10\x92\xbc\x41\x98\xf8\xd0\x15\x9e\x62\x49\x8c\x90\x13\x62\x20\x49\xb2\xe4\x7f\xae\x14\x7d\x4f\xb1\xe6\x2a\xcd\x7d\x15\x17\xb0\x71\xdd\x4c\x2e\xf1\xbc\x61\x49\x33\xd4\x09\xb6\x8c\xc9\x53\x50\x42\x49\x92\x31\xe7\xc0\xe6\xe6\x01\x6d\x1b\x9a\x25\x59\x79\xec\x24\x4e\x5a\xe4\x05\x15\x0b\x6d\x56\x55\x64\x0c\xe0\x62\xf1\xef\xb4\xd4\x1e\x01\x29\xf6\x1f\xeb\xbb\x10\x84\xcd\xe5\x23\xb9\x71\xa6\xc9\x8d\xa6\x53\x1b\x36\x61\xaf\x92\xed\x3b\x07\x9c\x67\x56\x03\xef\x8b\x47\x90\x8b\xd1\x9d\x00\x46\x37\x03\x4f\x8f\x67\xa0\xc5\xca\x8c\xa6\xc5\x74\x26\xec\x54\xda\x83\x63\x65\x40\x38\x7c\x62\xa1\x32\x63\x72\xec\x14\xa5\x33\x29\xf2\xbc\xf8\x4c\xc6\xce\xc5\x8d\xba\x02\x81\x25\x17\xf3\x5c\xd8\xdb\xc4\x61\x60\x61\x51\x02\xf6\x6d\x60\x3e\x0e\x51\x85\xc5\xb9\x06\x8b\xe6\xd7\xa8\x51\xa2\x93\x0f\x98\x53\x50\x2b\x77\x7b\x9c\xaf\x0b\x4b\xe8\xcd\xa0\x21\x91\xe8\x12\x37\x5a\xde\x4d\x5d\xb7\xc7\xed\x72\xdd\xa0\xd9\xba\xe0\x7d\xd3\xd0\x56\x06\xd7\xf5\x42\x30\xb5\xbb\x94\xc1\x16\x51\xdc\xa3\x0b\x6a\x39\xef\xc6\x75\x37\x62\xff\xc2\xa8\x89\x2d\xca\xd4\x6a\xa2\x71\x31\x32\x0b\xf3\x04\xa2\x8b\x05\x5f\x63\xd0\x18\x2e\x2d\x33\xad\x7b\x2a\xd1\x8a\xe8\xc0\xc9\x6a\xaa\xe6\xe4\x65\xb3\xe6\xdc\xac\x5b\x6e\x38\xbe\x85\xef\x87\x37\xbe\x57\xe0\x4b\xf0\xd1\x2e\xaa\x38\x99\x16\x78\x18\x9b\x39\x1e\xf6\x39\xeb\x1d\x5b\xee\x79\x38\xec\xef\xf3\x8c\x01\x2a\xf0\xed\x62\xf1\x25\x0b\x52\x01\xd1\x5a\x40\x5a\xbc\x50\x2c\x49\x63\xb9\x24\x69\xa2\x60\x10\xdd\xdf\x05\x8c\x71\x02\x57\xe4\x40\x61\xd2\xe3\x98\x99\x36\x98\xb9\xd4\x98\xa9\x06\x06\x37\xd1\x3a\x65\xbe\xe0\xcc\xe5\x6a\x20\xfc\x68\xc6\x5a\x9a\x34\x9c\x98\xf3\x60\x31\x3f\xb9\x0c\x49\x28\x43\xce\xc5\x9c\x39\x93\x62\x4e\xc7\xce\x36\xda\x06\x7a\xae\xcb\xb9\xeb\xa4\xc5\x74\x9a\x38\x17\x84\x7d\x26\x44\xe9\x38\x69\x91\xe7\x44\x4a\x8d\x9c\x14\x33\xc2\xf5\xaf\x89\x94\x0a\xb8\xd0\xd6\x09\x91\xe0\x3e\xe3\x07\x99\x78\x5c\xd7\x13\x85\x36\x98\x78\x18\x94\xe2\xb8\x98\xda\x59\x6b\x6a\x97\xf6\x72\xa9\x66\x76\xa8\xcd\x36\x33\x45\x6d\x73\x33\xa7\xad\x2a\xd7\x23\xb4\x25\x1a\xa7\xda\xb0\xd4\x11\xa6\x1b\xb1\x86\x8f\xeb\x5a\x1a\xa3\xee\xa7\x07\xbb\xb1\x65\xd0\x26\x16\x9b\xa9\x06\x62\x7a\x16\xe8\x06\xcd\xd0\x1c\x4d\xd4\x3d\x9a\x51\x3e\x50\x37\x26\x8a\x64\x29\x70\xb5\x72\xc0\x48\x67\x68\xb5\x25\x90\x7e\x3f\xd5\x0d\xbc\xab\x87\xf5\x03\x46\x57\xb8\x13\x2e\xbe\xc4\xaa\xb0\x44\x23\x00\x72\x96\x31\x86\x03\xbe\xb6\x44\x5e\xee\xba\x6b\xce\xae\x35\x5c\x43\xf0\xfc\x4e\x88\xe6\xfc\xcf\x0c\x33\x34\xc1\x1c\x4e\xe5\x2e\xda\xdf\x93\x1b\xad\xf7\x2a\x82\xbc\x80\xe6\x06\xc2\xe2\x92\x58\xfe\x8c\x98\x2b\x3e\x45\xe9\x19\x83\x98\x3a\xd3\x60\x66\x10\x00\x62\x3e\x27\xc2\xfc\xb8\xb7\xbb\xb1\xcd\x65\x71\x48\x98\x36\x13\xc8\x99\x57\x3a\x48\xb1\x28\x99\x0c\x76\xa3\xbe\x9a\x53\xd2\x50\x2c\xb9\x79\x7a\x55\x4c\x05\x3b\x9f\x8a\xc5\x92\x33\xef\x6c\x92\x99\xbd\x5f\x79\x50\xde\x2b\xb0\x38\x2b\x9f\xe3\x04\xba\x6e\x2e\xdc\xd9\xf2\xee\xde\x61\xd4\x0d\xe1\x29\x36\x42\x61\xc0\x97\x94\x41\xb3\x74\x98\xc5\xd9\x5e\x43\x3e\x67\x63\x76\x25\xdb\x96\x42\x86\xec\xf6\xb1\x93\x31\x6d\x81\xb8\x20\x4e\x4e\xaa\xca\x61\x57\xe2\x0a\x25\x02\x60\x34\x1f\xac\x80\x4e\xd7\x54\x6b\xc3\x1f\x79\x33\xcc\xfc\xa2\x2b\x90\x18\xc0\x45\x36\xf1\x7e\xf1\x12\x28\xac\x65\xf7\x0f\xa3\xb2\x96\x89\x12\x42\xf7\x97\x63\xfa\x25\x65\x3b\xdf\x79\x89\x5a\x50\x13\xe9\x72\xa6\xd1\x79\xdb\xec\xab\xb4\xb7\x4c\xd0\x7d\x34\x75\xec\x75\xe6\xed\x45\xfb\x64\x06\x5d\x57\xec\xb4\x24\x2b\x3b\x2d\xf7\x83\x2a\x36\x7c\xe6\x6d\xeb\xf5\xe9\xcc\x75\xbd\x19\xb6\xa3\x20\xe2\x7d\x81\x13\xdf\x37\x54\xb1\x04\xc3\xed\xae\xa0\xb6\x4d\xfb\x11\xd5\x20\xf4\x27\xd1\x44\x9e\x1f\x48\x5d\xb7\x6a\xed\x5d\xf0\x2c\x70\x4b\x4a\x0c\xc2\xbf\x61\xc0\xc7\x7d\xe0\x8d\x25\x3f\xbe\xbb\x4a\x18\x8d\x45\xce\x70\x63\xce\x09\x67\xf0\x11\xa7\xce\xc9\x60\xa9\x61\x07\xc0\x68\x63\xb1\xcd\x49\xba\x6d\xb9\x96\x73\xfa\x12\x0c\x22\xb3\xad\x31\x36\xfa\x8f\xe1\x03\x50\x21\x7c\x42\x32\xfb\x8e\xd4\x4e\x08\x17\x8d\x87\xb9\xe0\x5f\x1b\xe5\x1d\x41\xa4\x47\x7f\xc1\x40\x75\x07\xfb\x69\xaf\x85\x19\x2e\x97\xad\x4d\xf7\xb7\x25\x78\xd7\xee\x91\xb8\xa2\x81\x93\xcd\x9a\x4e\x06\x10\xdd\x01\x78\x9b\xb9\x59\x97\x8b\xb4\x37\x73\x2d\x38\x6d\x28\xa5\x16\xf2\x9d\x47\xe1\x40\x37\x5d\x8a\x16\xc5\xd6\x9a\x5c\xb1\x42\xb1\xba\xb7\x7b\x07\xa3\x96\x35\xcc\x5a\xef\x5d\x57\x6c\x27\x0e\xee\x5a\x8b\xb4\xbf\x56\xb3\x1a\xa9\xbb\xd8\xfe\x98\x17\x3c\xab\x1a\x6a\x18\x79\x1b\x01\x87\x5b\x5f\xb2\xd8\xad\xaf\xfe\x1e\x8a\xd1\x6b\x9d\xa0\x9c\x3d\x8e\x80\xfc\xbf\x88\x72\x28\xce\x56\x28\xe7\xde\xb6\xa4\x14\x2b\x3c\x8f\x73\x2d\x9a\xa6\xd2\x18\xb1\x44\x3d\xad\xb6\xe4\xbd\x33\xc2\x35\x39\x6f\x28\x6e\xa5\xcc\x77\xeb\x01\x58\xa2\xb6\x86\x40\x8c\x9a\x93\x9f\xf4\xf7\x0f\x5c\x97\x90\x61\x1e\xc3\x86\x3f\x30\x1e\x6e\x41\x62\x4a\x78\x5c\xec\x17\x7b\x48\x29\xce\xe1\xa0\x1f\x85\xe1\x63\xc1\x2c\xf7\xa2\xc3\x7d\xf1\x71\x18\x05\xf0\x34\x50\xf7\xc4\xe0\x04\x15\x38\x38\x2e\x4f\x83\xe3\xb2\xdb\x85\x5e\x82\xbf\x7f\x10\xac\xa7\x38\x18\x14\xd8\x2b\x4e\x4e\xf6\xa0\x9f\x44\x4b\xf2\xb6\x75\xa5\x44\xdb\xc1\xcb\xf4\xe0\x5f\x5e\xd1\x1e\x4a\x39\x77\x34\x19\xca\x3b\x51\x49\x95\x26\x33\x62\x36\x04\x01\xdc\x6a\xe3\x56\xcf\xb7\x5c\xcf\x37\x4e\x69\x6b\xe7\x5b\xbb\xdc\xdf\x3d\xdf\xc6\xc5\xfc\xe2\xde\xf9\xd6\x02\xe0\x8b\x84\xcb\xf5\xd5\xdb\x12\x66\x67\xed\xf1\x41\x4e\x9a\x7b\x5c\x0e\xf4\xee\xdb\xb2\x5d\x9a\x6a\x6b\xb3\xdf\xb3\x15\x90\x89\xad\x80\x4c\x6e\x05\x64\x9c\x13\xff\x8d\x5b\x01\x79\x96\x54\x5f\xb2\x13\xb0\xb2\xfb\xd6\xda\x02\x30\xbb\x3f\x46\xf3\x45\x66\x17\x6e\x7b\x4e\x8d\x58\x37\x56\x0d\x37\x1b\x36\x86\xe7\xd8\x5a\x33\x8d\x5b\x26\x11\xb1\x76\xc2\xc1\x03\xec\xd1\x42\x5f\xe3\x4c\xcd\xd2\x8e\x38\xce\xde\x79\xf3\xfb\xf0\x55\xd7\x7f\x7a\x73\x58\xd7\x42\x50\x9c\xd7\xf5\xee\xa1\xfc\xdd\xeb\xab\xf0\xae\xfc\x95\xca\xc3\xbc\xae\x0f\x74\xc2\x91\xfa\x55\xf1\xbb\x8f\x55\xba\x0a\x1f\x1d\xf0\xdf\xd6\x2e\xb6\x77\xa0\x2a\x13\x92\xfe\x9c\x2b\xaf\xef\xee\xa3\x28\x2e\x03\xd5\x35\x75\x5d\x4e\x0b\x5f\xc0\xc8\x4b\x5c\xd8\x2b\x6d\x82\x3b\xa1\xa0\xae\xb9\xe4\xcf\xc2\x50\x3b\x17\x9f\x5f\x08\x82\x14\xf7\x34\x93\x94\xc3\xa6\xea\xb9\xb3\x96\x6e\x08\xed\xc2\x52\x16\xbd\x93\x77\xa8\x36\xe7\x96\xf1\xfa\x3b\x1e\xd2\x5e\xb6\xd2\x77\xbf\xa5\xd4\x57\x2d\xf1\xd7\x30\x2e\x4e\x4d\x2d\x51\x19\x33\x78\x9b\x48\x19\xf0\x1e\x0f\x0f\x3e\x43\x32\x3a\x27\x0b\x0b\xd8\x42\x55\x86\xf3\x96\x97\x5a\xda\xd6\x0a\x2a\x25\x19\x2f\x12\xd7\x95\x4c\x95\xd3\x6c\x27\x54\x4c\x55\xdd\xcd\x9f\xc3\x75\xa8\x82\xe8\x17\x41\x95\x5e\xd1\xde\x93\x5e\x0f\xef\x3a\x27\x2c\xa7\xd5\x62\xa7\xa3\x69\x43\xec\x6c\x08\xb2\x99\x59\xa6\x39\x21\xb2\x72\x36\x88\x42\xe5\x5e\xe3\x09\x63\xae\x3e\x08\x28\xfd\x2e\x94\xbd\x0f\x0c\x00\x84\xd1\xba\x0c\x26\x24\xe7\xb4\xb1\xf0\x37\x5c\x47\x5d\xc8\xcc\xd5\xc5\xab\xe4\x13\x71\x12\x7a\xa3\xb7\x4e\x85\x25\x48\x3a\x8f\x3e\xc4\xb0\x66\xac\x20\x52\x45\x98\x0a\x90\x53\xd7\x55\xfb\x58\xcd\x7d\x16\x02\x36\xf8\xc5\xd5\x1a\x39\x00\x0c\x80\xa9\xe5\xb6\x65\xfa\x93\x39\x97\xae\x48\x96\x77\x7a\x6b\x16\x68\x9d\x42\x10\xfd\x17\x97\x93\x4f\x8a\xd2\xe9\x9c\x0c\x4e\x1d\x96\x5c\x0a\x05\xba\xb9\xa6\xda\xcc\x65\x31\x44\xe2\x25\x1c\x75\x85\xf9\x36\x54\x57\x7a\x90\xf6\x19\x9f\x15\xf7\x58\xce\x68\x26\xcb\xb9\x86\x55\x0c\xf5\x45\xf8\x8d\x37\x12\xbc\x6d\x48\xa0\xb9\xf7\xde\xf2\x56\x92\x08\x9f\x08\x5b\xd8\x97\x8f\xa0\xa2\x7f\x33\x90\x1d\xd0\x31\x03\x99\x4d\xbc\xc6\x77\x40\x9e\x33\x52\x17\xe5\xd6\x35\xd0\x17\xe4\x82\x58\x42\x00\x21\xef\xd0\x1d\xd9\xd4\x4d\xba\x12\x67\x1c\x47\xca\xa0\xa8\xfc\xb4\x67\x4d\xe9\xd6\xfd\xbd\xad\x3a\x56\xbd\xb5\x05\x8b\x62\xc9\xa5\x39\x4c\x34\x1b\x56\xb1\x88\x50\xa7\x7c\x31\xc6\x3a\x0a\xde\x4e\xc4\xb7\x56\x87\x35\xed\x6b\x09\x8c\x25\x97\x4e\xe7\x44\x5c\x52\x96\x5c\xfa\xe0\x14\x58\x94\xae\xe9\x68\x22\x80\x5a\xa6\x22\x70\x27\x15\xe9\x1a\xb7\xd7\x52\xd3\xb6\x3f\xd1\xf4\xb3\x96\xa2\x26\x2b\x34\xa1\x06\x7c\xe0\xdd\x49\x19\x2a\xd7\x5f\x99\xac\xad\x43\x01\xfa\x4e\x99\x44\xf6\x8b\x0b\x6a\xad\x51\x6a\x6c\x51\xd2\xc9\x68\xe9\xb0\xf0\x06\xcf\x81\x34\x2f\x2a\x22\x5c\x07\x6c\xbf\x31\x73\x9f\x4e\xc3\x9e\x6e\xac\x8b\x3d\xd7\x38\xad\x2d\x31\x65\xb5\xe6\x9a\xc3\x42\xd2\xed\x60\xf9\xb0\x10\x51\xc7\xf8\x90\xf6\x80\x59\xbb\x29\x6e\x0d\xd3\xba\x74\xa9\x6b\xdd\xeb\x23\xe7\xba\x9e\x2d\x30\xdd\xeb\xec\xdb\x69\x99\x7f\x4e\x03\x2e\xb5\x08\x7f\x32\xa8\x8c\x5b\xc9\xc3\x1c\xe1\x56\x85\xd6\xc6\xdf\xeb\x01\x4e\x53\x52\x32\x1e\xc6\x68\xd5\xb9\xcb\x16\x2f\xf5\x84\x3c\x09\x8d\xf7\x8d\x39\x10\x25\x64\x5a\x7b\xc7\xbd\x65\x79\xb4\xb7\x91\xa9\x23\x6b\x01\x6b\xfd\xbc\x1f\xe6\xab\xad\x1c\xb5\xff\x8a\xc3\x9e\x74\xcb\x56\x5c\x41\x48\x30\x2d\x2f\xed\x7f\x6f\x20\x33\xed\x5d\xba\x79\x0c\x17\xaa\x52\x69\xb6\x54\x2c\x37\x27\x88\xc2\x41\x4e\x86\x34\x96\xba\x1e\x8c\x12\xb5\x60\x49\x6e\x65\x34\xb3\x66\xc4\x8d\xec\xbe\xb0\x49\x2e\x30\x92\xdb\x99\x7a\x69\x4a\xc8\xb6\xf7\x9d\x0a\xb8\x3f\x93\x1f\x3e\x2c\x5b\x1f\xb6\x4e\x25\xe0\x5d\x5b\x85\x80\x51\xb2\x42\x3a\x95\x50\x10\xa7\x49\xb9\x7c\xf4\xe0\xa2\x91\xca\x64\x5f\xba\x21\xda\x33\xbb\x2e\x56\x9f\x57\xe6\xbc\xeb\x7e\xa5\xee\x34\x6c\x21\xa2\x40\xed\xb9\x2a\x1d\xdf\x69\x41\xbb\x4f\x5e\x3f\x3d\x3b\xb3\x0e\x41\xc8\xf3\x3e\x19\x65\xa4\x9c\x95\x44\x3d\x39\xa0\x76\xd8\xc4\xa6\xb6\x39\x11\xbb\xec\x4e\x7c\x9f\xfa\xbd\x77\xf0\x00\x6c\xdc\x35\x80\x6b\x1c\x4d\xbb\x66\x3e\xae\xaa\xda\xe2\x05\x03\x43\x3d\x8d\x8f\x46\x6b\xa8\x1b\xae\xfb\x49\x1f\x98\x55\x0f\x0d\x09\xb6\x47\xb0\x79\x1d\x06\x9a\x53\x91\xf2\xe4\x03\x69\xf7\xc1\x3c\xe4\xa5\x0e\x44\x6c\x4e\xf6\x88\x32\x57\xa3\x83\xfd\xfe\x63\x71\xda\xde\xce\x1b\x88\x2c\x98\x34\xb7\x40\xca\x8b\xb8\xa8\x38\x55\xae\x8e\x84\x2b\xf7\x1d\x75\x37\xee\x28\x00\x92\x93\x09\xef\xa5\xcc\x75\x3d\xda\xe0\x22\x43\x05\xf1\x28\x12\xb7\x9e\x3b\x17\x37\x8c\xe8\x57\x2c\x12\xe5\xc7\x20\x7c\x83\x66\x73\x26\x24\x5e\x89\x1e\x0e\x60\x00\xe4\xe9\x0b\xba\xe6\xa8\x81\xb5\x9b\x00\xa9\xbd\x61\x80\x43\x44\x6d\xb7\x07\x79\x91\x70\x13\x75\x42\xcd\x48\x1c\xc3\x27\xc4\x6b\xec\x05\xb4\x21\x2c\x71\xd0\xf8\x23\xc1\xb7\x79\x91\x8c\x9f\xe4\xf9\xca\x61\x55\xb5\x78\x72\x71\x77\xf9\xb8\x18\x73\xdd\x4f\x45\x36\x16\xb7\x1c\x51\x71\x61\x30\x43\xd2\x11\x4f\x3f\x4c\x21\xf0\x2c\x79\x69\xf3\xe6\x68\xf3\x98\x9c\xb9\x85\xd7\x3c\x1c\x27\x8f\x4a\x66\x2b\x47\x25\x99\x97\x0d\xcb\x18\x2e\x10\x07\x73\xdd\x5b\x97\x58\x91\x14\x6f\x2a\xb0\xce\xd5\x0a\x89\x53\xdc\x82\xd4\xbe\x1f\xc6\xa1\xc3\x20\xde\x6a\xbd\xd1\xd1\xb8\x1d\x69\x03\xad\x21\x68\xf5\x92\x88\x24\x76\x7b\xef\x7b\x5a\x94\x04\xc0\xc5\x62\x81\x3e\x93\xcd\x57\xf1\xa0\xa7\x6b\x12\x97\x6e\x29\xb9\x26\xf8\x36\x88\xc0\x68\x14\x00\xf4\x98\xff\x26\x00\x1d\xf2\xdf\x0b\x80\x8e\xf8\x2f\x03\x28\x14\x19\x28\x40\x61\xc8\x3f\x3e\x01\x14\xf6\xf9\xc7\x04\xa0\x70\x97\x7f\x94\x00\xf5\x45\x61\x02\xd0\xee\x5e\xb4\x3d\x1a\x81\x6d\x74\x24\xf2\x8c\x46\x3c\x93\xc8\x75\x0e\x50\x78\x20\xaa\xfa\x00\xd0\x61\x7f\x57\xa4\xbf\x10\x9f\x22\xfd\x47\xb0\x40\x67\x04\x0f\xc1\x0d\x40\xe0\x37\x80\xc0\x0d\xa9\xf8\x97\xfc\xfb\xec\x35\x40\xa0\xa0\x00\x81\x57\xe2\xcf\x39\x40\x80\x7f\x88\xdf\x82\x7f\x88\x3f\xaf\x78\xae\xc9\x84\xe7\x90\x7f\x9f\x3f\x07\x31\x7a\x4d\xec\x4b\x67\xe5\x65\xb6\x91\xfa\x84\x3c\x60\x5d\x83\xfb\xd5\x4e\x73\x00\xf7\x95\x25\xa6\xa9\xdd\x13\x86\xef\xba\xf8\x17\x91\x13\xdc\xdf\xdf\x87\x19\x06\xd7\x00\x95\xb8\xdf\x38\xbe\xa8\xab\x2a\x78\xd2\x9c\x27\xed\x59\x5b\xa7\xe4\x04\xef\xf5\x8f\xf6\x8e\x0e\x1e\xf7\x8f\xf6\x97\xde\x70\x49\xb9\xa8\x3a\x2b\xb2\xd6\x46\x81\x68\xde\x76\xad\xba\x14\xe2\x5c\x29\x65\x92\xe0\xfa\xb9\xfa\x07\xc0\xad\x0c\x83\xb7\xbc\xbd\x43\x25\xce\x82\xd1\x08\xf8\x99\xdf\x6c\x55\x05\x00\x95\x5d\x66\x1e\x8f\xb4\x0e\xf2\xfd\x2e\xba\x6f\x5f\x37\x41\x96\xaf\x9b\x50\xcf\x3c\xca\xa7\x0c\x93\x6b\x2f\x44\x44\xc5\xd5\x75\x5f\xbf\x5d\x2a\x9f\xbb\x55\x86\x0a\xd2\x0e\x5b\xef\x82\x7d\xcc\x66\x67\x54\x1c\x31\xe6\xed\x34\xa1\x26\xcb\x24\x2f\x3e\xbf\x20\x9f\x48\x8e\xc5\xdd\xa5\xf2\x25\x5e\x8f\x34\xf1\x70\xd0\x0d\x23\x2b\x6c\xbd\x38\xd6\x7a\xdf\x65\xf3\x1e\x87\xb9\x96\x52\x8e\xd6\xed\x42\xdd\xfc\x77\xbb\x50\x57\xba\x79\xd9\xa6\x87\x6c\x0d\xdb\x48\x30\x67\x1b\x28\xd7\x2b\x0b\x1b\x26\x31\x44\xca\x03\x3d\x31\xfa\x5d\x1f\x0a\x57\xb0\xb5\xae\xe8\x89\xb9\x16\x1c\x22\x2f\xe5\xcb\x47\xfb\x96\x8c\xe6\x55\x97\x24\x86\xae\xfb\x54\x9d\x02\x4e\x5b\x4f\x9a\xa1\x5c\x79\xac\xb4\x62\x87\x79\x0c\x11\x1d\x26\x31\xce\xad\xd7\x5c\x2c\x2c\x23\x22\xf3\x9b\x27\xd1\x64\x5a\x51\xb2\x1f\xc8\x0d\x57\x39\xf4\xa7\x7d\x4d\x08\x25\xbf\x66\x63\x79\x63\x87\xfe\xae\xeb\xc3\x40\x53\xc0\xcf\x64\x52\x09\xd4\xf3\x8f\xa6\x1c\x2d\x9e\x16\xd3\x59\xc2\x5e\x16\x63\x22\x92\x9b\x60\x93\x29\x2d\x38\xa5\x88\x0b\x8d\x3f\x8b\x91\x68\x82\x4d\xa6\x3f\xe6\x05\xcb\xe8\x25\x1f\x1e\xbc\x0d\xb6\xc5\x92\x6b\xc5\x0d\xfa\x91\xa6\xa1\xa2\x4c\xc9\x4f\xf3\x82\x11\x0e\x90\x15\x6a\xea\x52\x17\x2e\x96\x78\xcd\x8b\xd5\xe6\x3a\xc6\x72\xd0\x7c\x46\x7f\xfd\x46\x14\xad\x72\x6e\xce\xaf\x9f\xd2\x69\x9e\x22\x6c\x3d\x3b\xa8\x2c\xb0\xf2\x2a\x13\x7d\x2e\xb8\xe2\xfa\x8e\x88\x9a\x57\x64\xfc\x6d\x13\x2d\x1e\x63\x31\x13\xfc\x8d\x12\x88\xec\x07\x54\xdb\x6f\x53\x42\x54\x08\x87\x83\x6e\x88\x72\xde\x4c\x6a\xae\x64\x39\x2e\x4e\xd2\x63\x28\xfc\x99\x95\xc3\x89\x16\x55\x28\x40\x05\x84\xf2\x80\x90\x92\x4d\x79\x35\x29\x8c\xec\x28\x94\x48\x07\x64\xf1\x93\x19\xc9\x8b\x17\x57\x12\x4e\xee\xe3\x12\xa2\xdc\xc7\x99\xa6\x53\x0b\xf4\x67\xc4\x7e\x89\x4e\x3c\x2a\xda\x82\x5c\xb3\xa1\x47\xf6\x95\x28\x2f\x89\x75\x79\x90\xbe\xe7\xe9\xa8\x7d\x41\xd3\x8b\x76\x1e\x7d\x37\x53\xd8\x3f\xa8\xeb\xf0\x20\x6c\x9e\xe9\xe8\x1f\xed\xbb\x2e\x5f\xc7\xe4\x8d\xba\x7c\x19\xeb\x88\x0a\xf7\x1f\xef\xee\xed\xe9\x7c\x9c\xe9\xef\xba\xae\x90\x03\x65\xb2\xb8\x63\xc8\x54\x2b\x6f\x5a\x68\x9a\x3f\xb7\x9b\x17\xb0\x58\x85\xb5\xe0\xe9\xba\x52\x3e\x6d\x8a\x3d\x27\xed\x27\x04\xcf\xd5\x79\xdc\xcc\x75\x3b\xa2\xd7\x6a\x08\x3d\x3a\xc8\xa2\xcc\x75\xf7\xf6\x64\x3d\x47\xa1\xfa\xd5\xf5\xf6\xcd\xc7\x3e\xff\x80\xae\xbb\xbb\xaf\x2f\x53\x17\x66\x7c\xe6\xba\x9d\x12\xd6\xf5\x39\xf1\xc4\x93\x79\x2f\xe5\xaf\x50\x5a\x79\xe7\x55\x9e\xb2\x81\xed\x43\xfb\x5c\x69\x5b\x16\x66\xcd\x63\x61\xa7\x62\x50\x0f\x5c\x37\x3b\xc1\xfb\x07\xbb\xe1\x91\xeb\x32\x3f\x34\x8a\x80\x10\xf5\xda\x65\xfd\x10\xc2\x53\x2c\x6e\x6f\x52\xef\x71\xec\xee\xed\x0e\xc2\xa0\xbf\xf7\xc8\xcb\xba\xa2\x36\xe8\xd3\xae\xbc\xde\x49\x8c\xbb\xfd\xe0\xf6\xb7\xd6\x50\xef\xbc\x1f\xd1\x47\xce\x8e\xbe\x2c\xbe\xc9\xf4\x76\xe5\xc6\x06\xd9\x11\x79\x32\x21\x40\x33\x39\x1b\x27\xb8\x13\x0a\xd7\x2f\x74\x85\xa5\x88\x8e\xa6\x7c\xd2\x5c\xe2\x17\xc4\xab\xb0\x18\x82\x00\x5a\xb8\xac\xe4\xd0\x55\x42\xef\x94\xe1\xb6\x0f\xbe\xc2\x51\xa5\x70\x54\x29\x1c\x55\x1a\x47\x95\xc6\x51\xa5\x50\xc4\x7f\x75\xc9\xbe\x0a\x9b\x8c\xaa\xaa\x03\x55\xd5\x81\xce\xa0\x40\xd9\x55\xe9\xc2\x40\xc3\xd3\x75\xd3\x07\xf2\x77\xf5\x0a\x3d\x49\x55\x0a\x58\xb2\xf0\x3e\x28\x7d\x56\x2b\x41\xf2\xd4\x79\x5d\x27\xe2\xb8\x4a\x8a\x83\xe3\xd4\x60\xf2\x78\x7e\x2a\xe6\xc5\xc1\x20\xf5\x71\x3f\x4a\x7d\x5f\x3e\x37\xf2\x82\x78\x73\x39\x54\xa9\xd9\x7c\x72\xf6\xb7\x2e\xf1\xa5\xeb\x3e\x27\xde\x1c\xcd\x50\x0e\xd1\x0c\xcf\x9b\xe3\x7f\x0f\xaa\x58\x5e\x42\x60\x55\x3d\xc1\x9d\x00\x71\x82\x1a\xe3\x71\x5d\xa7\xdd\x69\x37\x3c\xcd\x5c\x17\x38\xc2\x64\x3c\x9c\xfa\x61\x8c\xa6\x38\x6d\xac\xf2\x02\xb4\xbb\x41\x12\x55\x5d\xb9\xee\xda\xda\xb4\x29\x71\x52\xd7\xe3\x01\x3d\x3d\x72\x5d\x41\x7c\x83\xfd\x28\x19\xf4\x85\x43\xdc\x7e\xd4\x8f\xc6\x83\xbd\x68\x37\xea\x5c\xd6\x75\x52\xd7\x25\x4f\x6f\xd2\x2c\x16\xf1\x07\xb1\x5f\x31\x27\xbd\xf1\x7c\xda\x7a\xba\x8e\xeb\x22\x7c\x12\x2e\xa9\x1e\xfd\x95\x35\x71\x1b\x80\xed\x08\x6c\x6f\x03\xe1\xe0\xd5\x5e\x7e\xf5\x41\xeb\x33\x62\xbd\xef\x59\xd7\xaf\x89\x9c\x22\xac\x41\xd0\xba\x7a\xe5\x63\xbb\xbc\x72\xe0\x33\x1f\x6c\xcb\x9b\x9b\xf5\x32\x41\xd9\x23\x4b\x60\xa4\x10\xe5\x58\x9d\x8b\x31\xb2\x03\x97\xe3\x4c\x9e\xa5\x87\xb2\x45\x06\xb4\x17\xe8\x5d\x36\x11\xee\x26\x10\xa5\x38\xab\x6b\x4b\xfa\x3b\xed\x86\xae\x4b\x4f\xb1\x15\xb5\xa5\x2e\xd8\x7f\x4b\x3c\x86\x52\xb3\x4a\xa0\x1c\xb5\x9e\x17\xd6\xe8\x5a\x27\x2f\xea\xab\xa0\xa5\x82\xbe\x6e\x73\x84\x9e\x64\xc7\xd4\x98\xf4\xdb\x3b\x23\x34\x36\x46\x70\x66\x39\x2a\xe9\x9d\xd6\x85\xbc\xc4\x8b\x77\xcd\x1a\x51\xd4\x12\x54\x5c\xb7\x23\x2f\x82\x4d\x93\x8a\x38\x61\xa4\x6f\xe0\x10\xd7\xfe\x3b\x7d\x7d\xdb\x3f\x1f\xfa\xe6\xee\xe8\xed\x9d\x4b\xc4\x51\x0d\x05\x36\x44\xce\x5d\x9d\xb3\x06\xfe\x6f\xd2\x92\xa7\x5f\xa2\xfe\x91\x78\x6f\x88\xb8\xd0\x06\xca\xbc\x7b\x3a\xef\xe9\x86\xbc\x1b\x44\x6b\xbc\xe3\x8d\xa8\x0f\xbd\xe1\xfb\x11\x8d\x1f\x41\xf1\x22\xbb\x72\x54\x69\xc4\x05\x49\x00\x1d\x8c\xf3\x41\x1e\x35\x8f\x4e\xf5\xf2\xa4\x62\x5c\x4b\xb8\xc6\x39\xfa\x99\x78\xc4\x48\xce\x5c\x26\x15\x77\x53\xf3\xd2\xe2\x4d\x8f\x20\xae\x6b\xe0\xe8\x6f\x41\x6d\xb9\xb4\x4c\x34\x2f\xbe\xc3\x63\xc5\xba\xb1\xb8\xd9\xab\xc2\xd9\xb0\x1f\x6f\x51\x2c\xcb\x55\xc3\x20\x46\x85\x8f\x53\xdf\x4b\xea\x9a\xd6\x35\x10\xb1\x03\x00\x22\x01\xa3\xff\x33\xf1\x2a\x2e\x10\x25\x98\x9a\x93\xa9\x0b\x8f\x71\x60\xcc\x30\xed\xab\x61\xe2\x33\xc0\xe6\x99\x5a\xc0\x62\x88\x72\x29\x4a\xde\x13\x12\x1c\x97\x0d\xe7\xca\x34\xe7\x2a\x39\xe7\x12\x6f\x32\x49\x7e\x55\x42\xd4\xf1\x18\xbe\x26\xc3\x8c\x4b\xfa\x2f\x88\x97\xc1\x81\x47\x7d\xf1\x4e\x13\xd2\xc5\xf8\xe2\x28\xa2\xfc\x30\x86\x30\xa2\x3e\x66\x75\xfd\x8a\xb4\x5f\x6c\x64\x90\x4f\xca\x2d\xf5\x3a\x43\xd4\x52\x33\xb3\xe9\xac\xa8\xaa\xec\x22\x57\x57\xee\x47\x4e\x26\xb5\x2f\xe5\xb8\xe2\x08\x95\x00\xc0\xc5\xc2\xb3\x56\xc7\xdf\xec\xa5\x1d\x4b\x9e\xa6\x95\x1e\x18\x89\x9e\x1a\x14\x59\xcf\xae\x18\x98\x7c\x8f\x0b\x7a\xab\x59\xfa\x1c\x9d\x2a\x16\x0e\x80\x0f\xa2\x4c\x20\xa2\xcb\xe9\x77\x44\xad\xeb\x20\x7f\xb4\x16\xf1\x75\x4d\x0d\x88\x7d\x39\x5f\x64\x89\x4c\x3f\x13\xf3\xf2\x38\xd0\xcf\xd5\x19\x0a\x32\xc7\x1c\x8c\x8d\x48\x91\xb3\x33\x7c\xef\xc4\x82\x8c\x03\x75\xe5\x7a\x80\x52\x0c\xc0\x31\xb5\xe9\xcc\xcb\xf5\xc3\x56\xb0\x5b\x9c\xca\xc7\xa9\x92\xd3\x62\x90\x44\x39\x4a\xa5\x6d\xd0\x6f\x24\xe1\x8c\xcb\xc1\x19\x97\x83\x93\x46\x27\x53\xd9\x9a\x35\x55\xd4\xc3\x2b\x49\x7d\x5b\x8a\x96\x03\x62\x6a\xe3\xe2\x74\x64\xe7\x80\x28\x6d\x9e\x23\x32\x9d\xff\x6a\xfd\xd5\x62\x5a\xc4\x67\xc9\xe5\x56\x73\x87\x18\x5d\xa3\xe1\x52\x4e\x7d\x8d\x06\xa4\x0e\x35\xe9\xa0\xbe\x06\xa9\xb9\xa5\x29\xe1\x8a\xec\x0f\xa2\x55\x3f\x44\x09\xea\x04\xe2\x3f\x61\xef\xae\x6b\x63\xd0\x4b\x5c\xd7\x64\x12\x82\x95\x9d\x8f\x6b\xb3\x7c\x61\xe5\x48\xca\xeb\x9a\x2b\x08\x4a\x0d\x10\x56\xeb\xf9\x74\xc6\x05\x63\xb1\x90\xf0\x40\xdb\xe4\x3a\xc8\x7d\x0c\xba\x20\x12\x3f\x0e\xe0\x7a\x85\xcc\x06\xb7\xe4\xbe\x73\xaa\xea\xe0\x55\x83\x61\x6c\xd1\xd8\x37\x64\xd9\x1b\x48\xf9\x02\x6d\xc9\x5d\x2c\x4e\x05\x5e\x29\xce\x96\xb7\xd4\xb9\x68\x89\xf9\x1b\x4b\x41\x72\x92\x1f\x27\x7a\xf7\xdc\x4b\x71\xc9\xb5\xf8\xd6\xbb\xee\x69\xf3\x86\x3b\xef\x75\x27\x6d\xa5\xae\xb3\x89\x32\xfb\x21\x60\x3b\xbb\x2a\x6f\xbd\x09\x6f\x05\xc4\x42\x2e\x2e\x61\x1e\xa4\xfa\x39\xf0\xb4\xfd\xf2\xbb\x3a\x31\xbf\x14\xcb\xe7\xb7\x4e\x60\xc9\x65\x64\x9c\x35\x90\x95\x51\xd4\x2c\x2c\x06\xca\x02\x33\x14\x99\x63\x0e\x82\xfd\x46\x4c\x73\x0b\xf7\x73\x35\xe6\xe2\x06\xb0\xcf\xc6\xaa\xd1\xd4\x08\x33\x1b\x12\x8f\xa1\xca\x3a\x83\xf0\x74\xb5\x00\xaa\x96\xec\x69\x9d\x13\xe0\xa7\xd6\x26\xb6\xde\x15\x2e\xcd\xb5\x87\x6a\xe7\xba\xf2\xb7\x81\xe4\x7a\xdb\x70\xab\xd5\xea\xb0\x8a\x45\xc3\x0b\x45\x30\x59\xe3\x7e\x6d\xd6\x71\x43\x3c\x3f\xd8\x0a\x84\x50\x1f\x5a\x27\xcc\x45\x05\x14\x7d\x23\xdd\x20\x3b\x21\xac\x6b\xfd\x1d\x48\x7b\x76\x8a\x2a\x33\x12\x8a\x62\xd1\x1c\x67\x5b\x99\xe0\x2a\x96\x6c\x73\x12\xb4\xa5\x1f\x26\xcb\x8b\x63\x6d\xab\x97\xa8\x61\x71\xce\xd7\x44\x37\xef\x1f\x54\x5c\x1a\x1c\xbb\xae\x37\x91\x8b\xb2\xf0\x67\x68\x2c\x0b\x66\xe5\xa6\x90\x4f\xe9\xf6\x5d\x29\x60\x00\x9a\x0d\xf0\x49\x5d\xf7\xd5\x75\x47\x72\xb3\x8e\x9d\x06\xf2\x46\xb7\x4e\x08\xd1\xc4\x75\xc9\x92\x75\x62\x38\x8b\xa1\x1a\x11\xf0\xa8\x24\x93\x0f\xc0\x9f\x19\xe4\x8e\x5d\x77\xe2\xba\x9d\x35\x65\xc4\x96\xd2\x4a\x2c\xee\x04\x70\xf5\x76\x77\x71\x60\x38\x93\x0e\xf7\xb6\x19\x4f\x0d\xac\xb9\xdc\xa4\xbd\x1f\xd1\x70\x49\xdb\x09\x10\x00\xe1\x00\xc8\x92\xcb\xe6\x2c\xba\xa8\x4c\x9d\x98\x90\x9c\x48\x1b\xcb\xe0\x58\x7c\x7a\x96\xab\xcf\x3a\xeb\xd2\x72\x76\x2b\xc6\x3a\x44\x69\xe2\x5a\xa4\xad\x63\xe5\x56\xb5\x78\x86\xfe\x42\xbe\xa7\x2a\x77\xca\x4c\x7b\xd0\x30\xf7\x04\x8f\x1b\xe6\x9e\x48\xe6\x3e\x17\x22\x8a\xe2\xb3\xb3\xba\xf6\xe6\x16\x9f\x4d\x31\x1d\xe6\x78\x3c\x2c\xe3\x25\xf6\x9f\xae\x61\xff\x39\xd7\xb6\x90\x61\xe8\x86\x9b\x0b\x32\xf0\xa4\x35\x6a\x03\xf1\x68\x7e\xae\x58\xb9\x84\xf1\x94\xab\xf6\x72\x0b\xf1\x3e\x6e\x3f\xf7\x39\x33\x8a\xc4\x8f\x03\x20\x9a\x6b\x76\x8f\x2a\xd7\x6d\xf5\xc8\x80\x97\x72\xd8\xaa\x87\x57\x1f\xc9\xea\x23\x07\xa0\x99\x8f\x4d\x03\x50\x2f\x28\x13\x3d\xbd\x67\x75\x0d\x6e\x17\x40\xc8\xf6\x2a\x8e\x8b\x75\x13\xd3\x12\x06\xae\x22\x77\x5f\xd7\x11\x79\xf7\x78\xa2\x72\x24\x55\xe6\xe0\xe0\x12\xf9\x49\x9f\x07\x2e\x64\xce\x8d\x80\x79\x52\x1e\x67\x1c\xbd\x62\x91\x07\x7c\xa8\x53\x69\x64\x03\xc8\x11\xdb\xbe\xb6\x61\x55\xa6\x08\xaf\x1d\xbe\xd6\x17\x78\x3e\xcc\x96\x31\xbe\x6e\xc1\x2f\xc4\x42\xff\x83\xbe\x1f\x91\xaf\xdb\x61\x33\xa2\x36\x1a\x55\xdb\x02\x39\x66\x2d\xf6\xbd\x36\x18\xe2\x32\x71\xc0\x85\xbe\x08\xac\xa4\x71\x81\x90\x97\x56\xad\x25\x4d\x6b\xa9\x8f\xf3\x15\x74\x54\x1a\x1d\xe0\x16\xf8\xa9\x0f\xda\x08\xd9\x80\x0e\xe0\x00\xbf\xa9\x47\x4f\xdc\x35\x4c\x53\x33\x95\x56\x47\x07\xde\xd2\x6e\x87\xeb\x76\x72\xc1\x07\x07\x52\x00\x13\xb7\x0b\x29\x7a\x88\x94\x4c\xf6\x77\x10\x08\x47\x71\x6e\xc9\x71\x92\x16\xe8\x0a\x2d\x14\x98\x0e\xb3\x25\xb4\x16\x9b\xe5\x38\x2e\xa8\x36\x72\x9c\xc1\xaf\x25\xbf\x15\x5a\x7e\x53\xd2\x9b\x48\xe7\x28\x11\x04\x97\x70\xaa\xe1\x04\xb7\x11\x99\x10\x25\xcb\x72\x99\x59\x25\xc1\x10\xf8\x89\x0f\xe2\xbf\x84\xb7\x5b\x1b\x6f\xb2\x3b\xe2\xad\x8f\x0a\xb6\x52\xde\x52\x79\x55\xe6\x58\x61\xd5\x76\xa8\x6e\x6d\x4a\x35\x29\x2d\x16\xdc\xf2\x9e\x13\x8e\x73\xd2\x15\x5e\x55\xcf\x0a\x87\xc3\xe4\x00\xbf\x82\x0b\x8b\xdf\xb9\xee\x1f\xd2\x7e\x26\x50\xcf\x69\x79\x0e\x17\x1b\xb9\xa3\xe4\xb6\x54\xdd\xae\xe4\xc9\xeb\x8e\x44\xca\x30\x88\x07\xb6\x13\x61\xa8\x84\x34\xd8\x18\x02\x3a\x3b\x97\x08\x7c\xdd\x0f\x01\xe7\xe5\x4b\x45\x41\x07\xf8\x69\xb4\x6e\x43\x0a\x63\x9c\x1a\x45\x2a\x3c\x84\x03\xd0\xe1\x79\x75\x33\x87\x30\x92\x82\x95\x0f\x4e\x81\xc6\x57\x6a\x63\xa1\x11\x91\x8c\x64\xf4\xeb\xca\x7d\x83\xc3\x58\x9e\x8d\x17\x3e\x95\x3a\x9b\xb8\xd4\xb8\xa5\xa7\x58\xd7\xf9\xac\x75\x10\x80\xfa\x96\x17\xaf\xb0\xde\x17\xe6\x92\xae\x30\x33\x65\x26\xaa\x80\xae\xab\xbc\x9a\x0a\xeb\x7a\x3d\x19\xc3\x20\x6a\x5f\x14\xcb\xe4\x45\xb1\x52\xf3\x63\xcd\x36\x48\x72\x5c\xf0\xb9\x44\x3c\x36\x2c\x62\x01\x6a\xe3\x19\x5a\x2e\x6d\x16\x2a\xbd\xb1\x5c\x5b\xba\x1c\x16\xb1\xac\x60\x21\xbd\xa9\x21\x92\x76\xa6\x62\xc5\xb2\xc4\x6c\x89\x4c\x3e\xe7\x33\x2c\x86\x34\x8e\xe1\x16\x5b\xd9\xf3\x31\x4f\x15\x64\x96\x06\xf8\xcf\xd6\x06\x8a\x63\xd9\x0f\x57\x1e\xe4\x7b\x6e\x2e\xbb\xe2\x44\x01\x7c\xe2\x03\x27\xab\x9c\x92\x4c\x8b\x4f\xd2\xbb\xe4\xf7\xaa\xcb\xd3\x9c\xbd\x9e\xf3\xb6\x22\x3a\x1f\xe3\xf9\x68\xc5\x48\x32\x46\xce\xe7\xab\x2c\xbd\x92\x8e\x29\x9f\x9d\x2a\x99\x10\xe7\xe2\xc6\x51\x4a\x40\x0f\xc0\x85\x70\x09\xf9\x8e\xe0\x19\xfa\x85\xe0\x2b\xf4\x8e\xe0\x29\xfa\x93\xe0\x6b\xf4\x3d\xc1\x67\xe8\x27\x82\x7f\x43\xff\x22\xf8\x23\xe9\xe5\x45\x32\x46\x84\xe9\xcf\x27\x79\x8e\x18\xc3\xb7\x9c\xca\xd6\xba\x68\xf0\x8e\xfc\x4e\x3c\xe5\xf4\x03\xb7\xa8\xd9\x85\xfc\x55\xf9\x89\xc8\x2d\x13\xd2\xf8\xa9\x58\xdc\x30\x6b\x9e\xa3\x56\xdc\xf0\x16\x80\x28\x5b\x20\x2e\x23\xc9\xa5\x8e\xa2\x40\x9c\x5f\xe2\x72\xcd\x80\xca\x75\x4c\x3c\xa7\x01\xc0\x62\x21\x67\x34\x65\xb8\x40\x19\xc3\xff\x24\x1e\xe0\x7d\x7f\x51\x24\x63\x80\x00\x87\x1f\x40\x54\xb6\x13\x9e\xe4\xb9\x4a\xe3\x5f\x10\x15\x4d\xf2\xb7\xf3\xe9\x0c\x20\xc0\xeb\x04\x10\x25\x0c\xdf\x72\xc5\x32\xfa\x8e\xa0\xd7\x62\xd3\x30\xfa\x85\xa0\xe7\x4f\xce\x5e\xbc\x7e\xf2\xfc\xd9\x87\xd7\x4f\xff\xf9\xec\xe5\x93\xe8\x1d\x41\xdf\xbf\x7e\x75\xae\x83\x7f\x12\xf4\xf4\xd5\xcf\x26\xf5\x7b\x82\xbe\x7d\xf6\xfc\xc9\xdb\x17\x6f\x74\xcc\x4f\x44\xba\xbb\xfc\x4b\xfe\x3e\xc9\xf3\x88\x30\x24\x86\x97\x31\xf4\xdb\x93\x97\x2f\x9e\x5d\x73\x16\x97\x15\x34\xe2\xfa\x95\x82\x3a\xca\x9a\x6f\x5e\xa6\x94\x41\x0e\x71\x54\xb0\xc5\x16\xe9\x59\xcd\xe2\xef\x39\xb3\x6b\x37\x8c\x7f\xe2\x71\x4b\xd0\xe3\x77\x3c\xd2\x82\x1f\xff\xc9\x23\x64\x6f\xf1\x2f\xfc\x5b\x6c\xf9\x7e\xc7\xbf\x5a\xb0\x61\x2a\x96\x08\x49\x60\x38\xd1\xeb\x05\x66\xfc\x8b\x77\x0c\xff\x8b\x20\x43\x42\x98\xf0\x68\x0d\x30\x2e\x74\x88\xf7\x06\x67\x76\x88\x67\x2e\x19\x5a\x7f\xb1\x32\x41\xe0\xc3\x07\x52\xbd\x2c\xc6\xf3\x9c\x00\x74\x2b\x6f\x4e\xee\x04\x0b\xb8\x80\x10\xd9\x16\xc1\x15\xae\x45\xae\x67\x45\xc9\xaa\x35\xfc\x6c\x2a\x6a\x1b\x10\xaf\x24\x7f\xcc\xb3\x92\x78\xa0\xd7\xdb\xe9\xf5\x76\xf2\xec\x62\x87\xaf\x01\xd3\x4c\xbe\x91\x09\xa3\x35\x1a\x85\x04\xd0\x75\xe5\x6f\x2f\x99\x8e\x07\xf2\xd3\x1b\xae\xaf\x26\x46\x04\x46\xc4\xe3\xa2\xee\x4b\x11\x03\x17\x9e\xd7\x82\x7c\x5e\x09\x9f\xa4\x2c\x65\x60\x8b\xa8\x11\x78\x59\x8c\x89\x07\xf8\xbc\x07\x96\x25\x5d\x4e\x41\xd2\x7a\x8a\x75\x34\xba\xf0\x3c\xe0\x0f\x01\x2b\xe7\x04\x20\x30\x49\xf2\x8a\x68\xdf\x1e\xe9\xba\x23\x1d\x7f\x68\x01\xe2\xde\xef\x45\x46\x3d\x00\x6b\x8f\xcb\x80\x10\x7e\x05\x10\xc8\x80\xb6\x69\xde\xb2\xe2\x23\xa1\xcd\xa4\xb7\xf6\x3f\x59\x6f\x46\xc8\x47\x0f\x0a\xa9\x47\x9e\x47\x1c\x8b\x65\x43\x07\xc4\x53\x6c\xff\x00\x72\xa7\x39\xc0\xbc\x40\x51\xd5\xf5\xce\xa8\x52\x9b\x80\xac\x57\xa9\xa7\x87\xd4\x73\x87\x3c\x83\x38\x56\xa4\x6d\x83\x4c\xc8\x03\x6f\x8a\x67\x74\xec\x41\x04\xd2\x62\x2a\x9e\x5f\x10\x1b\x5f\xbd\xa9\xb8\xe6\x70\xe7\xbd\xb7\xed\x0d\xdf\x6f\xc7\xf5\x68\xd4\x83\x8f\xb6\x07\x35\xf0\x86\xef\x81\x0a\x82\x01\xdc\x31\x4f\xee\xca\xd6\x80\x04\x32\xcf\x18\x29\x13\x2e\x2a\xf6\xac\xfb\x0b\x3c\x78\x4a\xf9\x42\xf2\xb4\xc8\x37\xc0\xb0\xbe\x92\xe6\x5b\x68\xde\xac\x57\x15\xb9\xa7\xcc\x3e\xaa\x3e\x1c\x20\xda\x9b\x25\x99\xb8\x91\x4a\x7e\xc9\x63\x46\x9d\x10\x99\xce\x74\xbb\xdd\x06\xde\x31\x99\xb4\xbb\x3a\xea\xf1\x7f\xef\xca\x50\x3d\xea\x8e\x2a\xbf\xc9\x31\x25\x2c\x01\x8b\xf6\x70\x8d\x6e\xeb\xd1\xa2\x1e\x0d\xeb\x51\x6c\x0d\xce\x2d\x47\xd4\x80\xaf\xe5\x39\x9f\x6e\x49\x56\x56\xbe\x1f\x81\xc5\x6a\x74\xb7\x1b\x81\x61\x2b\xfa\x45\x56\x31\xdf\x8f\xec\x60\xb7\x8b\x64\xe3\x72\xa0\x9a\x84\xd3\xc0\x75\x3b\xa5\xeb\x02\xc4\xab\x68\x06\x99\x92\x6b\xc6\xc7\x77\xa5\x90\x68\x73\x7d\xa9\x87\x0d\xed\x9a\x9a\x4d\x0e\xf9\x80\xa8\x19\x9b\x51\xf5\xc8\x1b\xd5\xf5\xe8\x14\x8e\xaa\x47\x66\x6c\x1c\x0b\xb9\x81\x55\xcf\x52\x39\xb7\x1e\x3d\x82\xc3\xa4\xfb\x67\xd0\x3d\x1a\xf5\x3e\x74\x63\x7f\x74\xb1\x63\x5e\xb8\x03\x9f\x92\x32\xe3\x32\x6b\xb7\x2f\x0a\x07\xd2\x29\xd4\xf4\x90\x13\xa2\x55\x5d\x57\xf8\xd1\x8d\x7a\x23\x14\xfb\xa3\x6a\xf0\x55\x83\x28\x2a\x1e\xb7\x5e\x3f\x44\x77\x55\xe1\x0d\xb0\x87\xea\x05\x84\x6b\xab\xd2\x25\x9b\x07\xaa\x3f\x92\x9b\xcf\x45\x39\x06\x5a\xac\x94\xa3\xb6\xd4\x86\x37\x88\xe4\x1b\x67\xb7\x0b\xf7\x51\xa7\x3e\xdd\x06\x5f\xff\xc7\x7f\x8b\x87\xef\x47\xd5\x36\x88\x62\xfd\x9c\xd9\xed\xe2\x1f\x56\x2a\x1c\xbe\xff\x47\xfc\x88\xc3\x33\xaa\x1e\x45\xde\x57\xf5\xa8\xe2\x40\x0d\x3c\x8d\x43\x8e\x4d\x85\xd8\xa5\xc9\x89\x40\xc2\x8a\x29\x80\xd1\x2a\x30\x91\xc0\xd8\xc0\x6b\xa1\x5f\x63\x0b\x46\xde\x12\x59\x34\x5c\x0a\x8c\x46\x9c\xa6\x1a\x42\x11\x1e\x59\x0b\x54\xf1\xac\xaf\x59\xeb\x65\x53\x2d\xcb\xdd\xf2\xba\xa2\x4e\x88\x4c\x9d\x3c\x20\x61\x8e\x02\x64\x61\xc5\x84\x38\xed\x47\x01\x52\x84\xc4\xb3\x2b\x00\xa2\x4e\xb8\x58\x2c\x16\xd2\xc0\x2e\x39\xfd\xd9\xcb\x67\x1e\x60\xe4\x9a\xed\x5c\x77\x25\xc3\x97\x7c\x9f\x2f\x71\x5b\xff\x37\x00\x00\xff\xff\xa8\xf9\x23\x3a\x77\xa0\x00\x00") -func web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727JsBytes() ([]byte, error) { +func web_uiAssetsCodemirrorModeYamlYaml3f129a000349e3075be0f65719884b61JsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js, - "web_ui/assets/codemirror/mode/yaml/yaml-86bec82a0f62e7a53eef41d44a8e4727.js", + _web_uiAssetsCodemirrorModeYamlYaml3f129a000349e3075be0f65719884b61Js, + "web_ui/assets/codemirror/mode/yaml/yaml-3f129a000349e3075be0f65719884b61.js", ) } -func web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js() (*asset, error) { - bytes, err := web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727JsBytes() +func web_uiAssetsCodemirrorModeYamlYaml3f129a000349e3075be0f65719884b61Js() (*asset, error) { + bytes, err := web_uiAssetsCodemirrorModeYamlYaml3f129a000349e3075be0f65719884b61JsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/yaml/yaml-86bec82a0f62e7a53eef41d44a8e4727.js", size: 44654, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/yaml/yaml-3f129a000349e3075be0f65719884b61.js", size: 41079, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -406,47 +406,47 @@ func web_uiAssetsConsulLogo707625c5eb04f602ade1f89a8868a329Png() (*asset, error) return nil, err } - info := bindataFileInfo{name: "web_ui/assets/consul-logo-707625c5eb04f602ade1f89a8868a329.png", size: 58433, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/consul-logo-707625c5eb04f602ade1f89a8868a329.png", size: 58433, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsConsulUi6dcc66076ac6efd8cc52c99f8016bdc4Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x7f\xdb\x36\x96\x30\x8e\xff\xef\x57\xc1\x70\xbb\x19\x71\x03\x29\x92\x6c\x27\x8e\xba\x6c\x92\x3a\xe9\x34\x3b\xb9\x4d\x9c\x6c\x77\x1e\xad\x7e\x29\x4c\x42\x16\x27\x14\xa9\x82\xa0\x1d\x8d\xa2\xdf\x6b\xff\x7e\x70\x25\x48\x82\x14\x29\xc9\x89\xd3\x75\x9f\x67\x27\x16\x09\x02\x07\x07\x07\x07\xe7\x0e\x3b\x4d\x90\x95\x10\x1c\x78\xc4\x3e\xf0\xd1\x34\x88\x50\xc7\xf6\xe2\x28\x49\xc3\x6e\x1a\xdc\x87\xe7\x41\x18\x90\x00\x25\xf7\xa1\x17\xda\x60\x6c\xa3\xcf\x8b\x18\x93\xc4\x06\xc6\x46\xe7\x30\x41\xf6\x04\x74\xa6\x69\xe4\x91\x20\x8e\x3a\x08\x10\x67\x75\x09\xb1\x15\x01\x0c\x20\x08\x0f\xe4\x1b\x2b\xa1\xef\x40\xe4\xac\x30\x22\x29\x8e\x2c\x62\x05\x91\x85\x1e\xbf\x39\xff\x27\xf2\x48\x8f\x43\xf2\x16\xc7\x0b\x84\xc9\x92\x35\x5d\x5d\xc2\x30\x45\xa3\x08\xa0\x28\x9d\x23\x0c\xcf\x43\x34\xba\xd3\x07\x5e\x1c\x4d\x83\x8b\x54\xfd\xbe\xc2\x01\x11\x7f\xaf\x9d\x11\x1a\x93\x89\x1b\x01\xb4\xae\xea\xd7\xfe\xf8\x11\x25\xaf\x62\x3f\x0d\x91\x2d\x87\xa0\x5f\x02\x44\xdb\xc2\x34\x24\xee\x65\x1c\xf8\x56\xff\x20\x44\xc4\x0a\xdc\x4e\xe4\x3e\x9f\x9f\x23\xdc\x0b\x22\xd6\x61\x82\xf0\x65\xe0\xa1\x8e\x8d\xa2\x4b\xdb\x01\xa1\xeb\x85\x30\x49\x2c\xf4\x99\xa0\xc8\x4f\x2c\x22\x7b\x59\x51\x74\x11\x9c\x7a\x24\xc6\x1d\x8e\x12\x36\x7f\x80\x0f\x92\x74\x81\x70\xa7\xd7\xeb\x41\x7c\x91\xce\x51\x44\x12\x07\x20\x97\xcc\x82\x04\x10\x97\xf5\x0b\x30\xff\xd9\x89\x5c\xe8\xdc\xbd\x5b\x83\x23\x0d\x37\x51\x2f\xfb\x91\xc7\x52\xd4\xd3\x7f\x66\x18\x8b\x7a\xf2\x4f\x20\x70\xdd\x0b\xa2\x80\x04\x30\x0c\xfe\x85\xf0\xe3\xdc\xaf\x9e\x07\xc3\xb0\x83\x9d\x11\xc7\xce\xda\x01\x49\x87\xc1\x68\x63\x94\xc4\x29\xf6\x90\x0d\x6c\x4a\x33\xd9\x8b\x04\x5d\xd0\xd9\x21\xdf\x06\x77\x06\xce\xfa\x02\x11\xcb\x83\xd1\x3b\x04\xfd\x4e\x46\x05\xb3\x20\xe9\xa1\xe8\xb2\x77\x09\x71\xc7\x3e\x7d\xf3\xfa\xec\xc3\xcb\x8f\x4f\x4f\x5f\x9e\x7d\x7c\xfe\xfa\xe9\xcf\x2f\x9f\x3f\xb3\x9d\xbb\x77\x19\xc2\x7a\xe2\xdb\xf5\x1a\xc4\x6e\x07\xbb\xa1\xd3\x5b\xe0\x98\xc4\x64\xb9\x40\x20\x15\x78\xf3\xdc\x71\x34\x01\xbe\xbb\x2a\x52\x49\x9e\x86\x34\x9a\x01\xda\x1c\x47\x51\x1a\x86\x6b\xb0\x70\x57\x6b\x20\x70\xfe\x09\x2d\x93\x8e\xef\xf4\xa6\x31\x7e\x0e\xbd\x59\x47\xa3\x74\x67\xb5\x18\xa3\x89\xeb\x8f\xd1\x64\xed\x38\x60\xa1\xa1\xdf\xbd\x73\x47\xff\x09\x16\xb9\x05\x60\x6f\x73\x2b\xd2\xb1\x19\xfe\xed\x20\xb2\x16\x5f\xbe\x2c\x74\xbc\x3b\x77\xef\x76\x16\x6a\x9d\xdc\x3b\x7d\x07\x2c\x5c\xaf\x97\x84\x94\x08\x9d\x1e\x46\x97\x08\x27\xfc\x2f\x3f\xf5\x50\xa7\xb0\x15\x25\x9a\x3b\x31\x48\x01\x72\xbe\x7c\x41\x6b\x07\x2c\x1c\x30\xbf\x7b\x97\x2f\xe4\x1d\xd7\xcd\x8d\xc7\x86\x63\xd0\xe4\x9f\x3f\x5e\x94\xa9\x61\x2e\xa9\x01\xe4\x5e\x8a\x0d\xe4\x00\xfe\xaf\x5b\x1e\xc1\x4c\xd0\x14\xc4\x05\x9d\x1e\x5d\x06\x07\x40\x77\x01\xb0\x73\x40\x77\x0e\x7d\xe3\x01\x1f\xcc\xc1\xe2\x20\xdb\xa7\x01\x45\x7b\x2d\x0b\x4b\xc9\x0c\x45\x24\xf0\x20\x41\xfb\xe0\x65\xfb\xe1\x29\xc9\x2d\x4f\xa9\xe2\x29\x92\x47\xb4\xe2\x0f\xeb\x35\x08\x4a\x0c\x21\x16\x93\x4e\x19\x43\xf0\x76\x63\x08\xf3\x22\x43\xf0\x2a\x18\xc2\x9c\x32\x04\x4f\x30\x84\x79\x9e\x21\xe8\x3f\xc1\xbc\xc8\x10\xe6\x95\x0c\x61\xfe\xe5\xcb\xbc\xc8\x10\xe6\x79\x86\x30\x77\xd3\xf6\x0c\x21\x00\xb1\x62\x08\x73\x07\xf8\x1a\x43\x98\x17\xb6\xeb\x5c\x30\x84\xdc\xf3\xc7\xf3\xf2\x52\xfa\x8a\x21\xcc\xeb\x19\x42\x71\x04\x33\x35\x52\x10\xe7\x74\x7a\x92\x21\xcc\x25\x43\xa0\x6f\x04\x4b\xd0\x18\x42\xb2\x89\x21\xb0\x2d\x9e\x63\x04\x88\xee\xc3\xae\x07\xa3\x3f\x9d\x14\x83\x7a\x4f\x4f\x4f\x9f\x9f\x9d\x7d\x7c\xf9\xe2\xec\x7d\xf6\xeb\xb7\x77\x2f\xde\x3f\xcf\x7e\xbe\x7b\xfe\xf4\x99\x64\x4e\xf9\x87\x36\x46\xd0\xb7\x0f\x0a\x1f\xda\x14\x50\xa4\x3d\x66\xbd\xdb\x61\x90\x10\x7b\x93\xc4\x84\xd1\x22\x4e\x02\x12\xe3\xe5\xfd\x05\xc2\xf3\x20\x49\x82\x38\x32\xf2\xbb\xa7\x6c\xc5\x96\x5b\xf3\xbb\xac\xfb\xe4\xbb\xe0\x7b\x26\x59\xaa\x42\x90\xea\x53\x26\x19\x21\x0c\x09\xa2\x1c\x47\x67\x93\xda\xac\x7b\xaa\x0d\x7b\x23\xbb\x05\x28\xfb\xfa\x97\x18\x9f\xf1\x7e\x8b\xfd\xa8\xe1\x1e\x8f\x9b\xf6\xcb\x89\x05\x20\x07\x34\xfe\x82\x13\x12\x40\xce\x64\x34\x9e\x14\x84\xc3\x60\xda\x51\xcc\x88\x7d\x16\x10\x34\x77\x38\x39\x58\xc8\xed\x70\xfa\xba\x40\x44\x20\x88\xbe\xee\xbd\x13\x5d\x27\xb6\xf3\xe5\xcb\x78\xe2\xf4\xa6\x41\xe4\x77\x90\xfb\x13\x07\xce\x75\x29\xd5\x7b\x1e\x4a\x12\xe7\x20\x98\x76\x90\x23\xe6\x8c\x7a\x4f\xc3\x30\xbe\x5a\x57\xa1\x72\x06\xf9\x3a\x64\x33\xe1\x1d\x3a\xea\xb8\x7a\x19\x24\x64\xff\x50\xb3\x3d\xb5\x4f\xa8\x59\x87\x19\xd4\xbf\xd1\x05\xd8\x3f\xd8\x7c\x5d\xf7\x09\x37\xef\x31\x03\xfc\x14\x23\xc8\x20\xd7\xfb\x90\x13\x92\x8d\x9e\xa1\x10\x6d\x6c\xf4\x61\xe1\xd7\xf4\x54\xa1\x68\xe4\x98\xcb\xad\xc2\x71\xab\x70\x64\xf2\x45\x10\x11\xaa\x6f\xc4\xd1\xb6\xda\xc6\xee\x1a\x06\x3f\x4a\xa3\xe6\xca\x83\xf1\x28\x8d\x5c\x5b\x9b\x4b\x87\xb8\xd9\xc9\xe4\x04\x51\x87\x9f\xb4\xce\xf5\x88\x3d\x45\xfe\x24\x28\x4a\x19\x01\xd8\xf3\xbb\x77\x3b\x6a\xb1\x15\xd3\xfa\xf2\x45\xfd\xd9\x7b\x91\x3c\xf7\x79\xdf\xce\x7a\x9d\x61\x29\xda\xb4\x84\x9f\x2e\xff\x04\x6b\xf7\x09\x2d\xbf\xc1\xaa\x99\xe4\x0a\x2a\x12\x46\x2e\x5f\x3b\x63\x8b\x03\x75\x2e\xd0\x29\xff\x16\x90\x59\xc7\xbe\x6f\x53\x26\x14\xb9\x4c\xd6\xf2\x20\x3f\x78\x9a\x08\x15\x44\x97\x4a\x01\x72\x1c\x07\x44\xad\x56\x3f\x8a\xfd\xad\x2d\x05\x37\x68\xfd\xf9\x34\xbe\x32\x01\xb4\xc2\x73\xb2\x80\xde\x5e\x6c\x32\xdf\xa1\x66\x76\x6b\x5f\xde\x56\x27\xa2\x90\x41\x12\xe3\x8d\x46\xe6\x57\x30\x82\x17\x06\xc1\x8e\x8b\x8e\x4a\x90\x9c\xc5\x71\x52\x6c\x55\x34\x36\xbd\x3e\x7b\xfb\xf4\xf4\x79\xce\x1e\xcd\xda\x71\x12\x4e\x7a\x21\x8a\x2e\xc8\xec\xa7\xfe\xad\x5d\xfa\x56\x4c\x6c\x28\x26\x6a\xd6\x8f\x1b\x78\xd6\x54\xfb\x69\xf4\x13\x58\xff\x3b\xdb\x02\x2d\x8e\x00\xc1\xe8\xba\x41\x94\x10\x18\x6d\x7f\x18\xdc\xa0\x63\x57\x4c\xe9\x46\x9f\xbc\x0a\xc6\x5b\x6c\x7f\x15\x6c\xdf\xd8\x6d\xde\x1a\xdb\x62\x26\x37\x0f\xdb\x3e\x5c\x10\x84\x93\xfb\xdd\x7f\x26\x71\xd4\x85\x8b\x20\x8f\xee\x27\xdc\xc6\xef\x43\x02\x65\xdb\xfb\xaa\xe5\xee\x28\xaf\xfc\x40\x80\x6d\xe7\x84\xa8\x3b\x7d\x70\x81\xc8\x48\x8d\x99\x31\x58\x39\xcd\xf5\xda\xd9\x30\xcf\xba\xc8\x0c\xd5\x66\xb1\x08\x03\x0f\x72\xfd\x5d\x6b\x30\x8f\x7d\x14\x8a\x2e\xca\x8f\x7d\xaf\x88\x10\x2a\x50\xee\x8f\x0e\xa1\x81\x0e\x31\xfa\x23\x45\x09\xf9\x25\xc6\x7f\x4f\x11\x5e\xf2\x55\x08\x11\x59\xf9\xde\x28\x02\x41\xe4\xa3\xcf\x23\xbc\x76\x89\x52\x14\x7f\x3f\xb0\xd8\x7f\x7f\x7d\xfe\xde\xba\x7f\x39\xa0\x73\xb9\x1f\x06\x09\x79\xfc\xc3\x8a\x7d\xb3\x5e\x1f\x88\x16\x3f\xac\x56\xf2\xfb\x35\x7b\xf4\xfb\xba\x30\xda\x3b\xe4\xc5\xd8\x37\x8f\x09\x02\x7f\x04\xe9\xc0\xca\x40\xea\xba\x2e\x74\xc8\x0c\xc7\x57\x56\x84\xae\xac\xe7\x18\xc7\xb8\x63\xff\x23\x4e\xad\x79\x9a\x10\x2b\x59\x20\x2f\x98\x2e\x2d\x18\x59\x81\x6f\x3b\xb5\x00\x07\xd1\x34\xbe\xff\xc3\x0a\xae\x5b\x42\xcd\x05\x58\x05\x76\x04\xa0\xa2\x20\x35\xce\xdb\x0f\xd9\x38\x1e\x6b\x4f\x07\x19\x93\xde\xb3\xa7\xef\x9f\x9e\x3e\x7f\xfd\xfe\xf9\xbb\x8f\x7f\xff\xf0\xfc\xdd\x3f\x3e\xbe\x7d\xfa\xee\xe9\xab\xc9\x08\x8e\x71\xef\x97\x37\xef\x9e\xbf\xf8\xeb\xeb\x8f\x7f\x7b\xfe\x8f\x89\x0e\x4b\x54\x86\x81\x5b\x4d\x9b\xc3\x90\xb2\xf6\xfb\x85\x81\x9b\x77\x15\x0c\x10\x84\xf5\x30\xf8\x28\x21\x38\x5e\xde\xff\x61\x15\x8e\xa3\xde\xd9\xcb\x0f\x7f\xe5\xa3\x6c\x80\x2a\x2c\x43\x55\x5a\x91\x30\x8e\x5a\x00\xe2\xd1\xe6\x7b\x03\x83\xf5\x96\xed\x53\x5d\x58\xc3\x0b\xaf\x63\xd8\xca\xca\xdc\x62\x9e\x01\x6f\xb5\x76\x4c\x5c\x40\xfb\x34\x59\xc4\x91\x5f\x24\x47\xf5\x2d\x06\xa4\xc7\x38\xca\x6b\x38\xcf\x9b\xdf\xe0\x26\xd6\xa6\xb3\xad\x0d\x2c\x6e\x46\xc8\xa2\xd6\x36\x00\x12\x10\x64\xf6\x81\x38\x9b\x48\x74\x43\x55\xde\xb5\x02\x36\x95\xc0\xd2\xbd\x45\xa7\x14\xba\xab\xb5\x64\x28\xba\x0a\x88\x2b\x54\xc0\x90\xaa\x80\x58\xa8\x80\x61\x5e\x05\xd4\x7f\x82\xb0\xa8\x02\x86\x95\x2a\x60\xf8\xe5\x4b\x58\x54\x01\xc3\xbc\x0a\x18\xba\x51\x13\x15\x50\x27\x27\x2c\xec\x36\x5f\xbe\x44\x6b\x07\x50\xfd\x4a\x53\x01\xc3\x82\x82\x16\x0a\x15\x30\xf7\xfc\x71\x58\xc6\x2a\x54\x2a\x60\x58\xaf\x02\x16\x47\xa8\x26\x8c\x90\x4d\x8f\xa9\x80\xe1\x6e\x8e\x79\x6e\x52\xd0\xb7\xb8\x8b\x2a\xf6\x7e\xe6\x9b\xaf\x78\x6f\xfb\x9e\x7d\x60\xec\xd2\x8e\x12\xee\x92\xf7\xaa\x8d\x4c\x5e\x18\xa0\x88\xf0\xad\xe4\x00\x5c\x6b\x8a\x0a\x1a\x9a\xa2\x4c\x02\x64\x2c\xac\x35\x7c\x3c\x1b\x84\xcc\x4f\x9c\x3d\x67\x46\x92\x84\x3f\x5c\x4f\x63\x3c\x87\xe4\x35\xb3\xaf\x50\x5a\x0e\xa6\x9d\x66\x96\x19\xe1\x63\xb4\xed\x3b\xae\x8b\x1e\xaf\xa2\x64\x84\xd6\x72\x73\xf1\x4e\x9f\x41\x02\x3d\x14\x11\x84\x33\xa7\x37\x3d\x7e\xd1\x7a\xbd\x06\xa1\x9b\x76\x3a\xd0\x0d\x74\x03\x8e\x82\x78\x1c\x4d\xc0\x2e\xd6\x1b\x07\x24\x6e\xda\x81\x7a\xd7\x6c\xd2\x63\xbc\x6b\xbf\xd0\xd1\x6c\x0f\xde\x26\x06\x9b\x92\x59\x77\x8e\xc8\x2c\xf6\x5b\xc9\x90\x25\x3e\xab\x58\x95\xce\x77\x5d\x9d\x35\x21\xe6\xf8\x15\x4f\x2e\x10\x79\x73\x15\xc9\x8d\x72\xb6\x9c\x9f\xc7\x61\xc2\xbf\xc2\x6e\x5d\x1b\xda\x0d\xb9\x7b\xb7\x83\x5d\xdc\x9b\x06\x21\x5d\xb9\x0c\x92\xcc\x90\x64\xec\xe2\x19\x4a\x3c\x1c\x2c\x28\x59\x52\x18\x35\xb6\xb7\x66\xae\x81\xde\x22\x4d\x66\x3d\x3a\xcd\x25\x63\x49\xd2\x29\x1d\x65\x8c\x98\xd1\xc9\x34\xc6\x1d\x0a\x29\x71\x07\x3f\x92\xff\x54\x64\x2d\xec\x1e\x3f\x92\x7b\xf7\xe4\x4c\xe8\x92\xdc\x71\x55\x8b\x31\x99\x3c\xd6\x7f\x8c\x56\xeb\x03\xf2\xef\xc3\xc7\x91\x40\x4b\x07\x3b\xe0\x4e\xdf\xc4\xc2\x89\xb3\x82\x8c\xeb\xe0\x31\x99\x50\x85\x60\xb4\x61\x86\x89\x51\xff\x0a\x50\xd2\x41\x60\xd3\xa7\x1d\xec\x38\x23\x0d\xa6\x0a\x80\xaa\x59\xe3\x26\xec\x63\x40\x1c\x3a\x09\x89\x60\x94\x21\x18\x7e\x6f\x66\x7b\xce\x04\xc3\xd6\x9a\x4c\x94\x8c\xa0\x50\x2d\x42\xaa\x5a\x24\x9b\x74\x1a\x6d\xab\x26\x26\x2d\x01\x77\x70\x67\xb5\xe6\x01\x37\x39\x96\x09\x1d\x07\xac\xd6\x40\x68\x11\xe1\xda\x69\xa3\xfc\x18\xc1\xd4\x35\xa0\x64\x4f\x1a\x90\x36\xbd\xfb\x3f\xac\x12\xa3\x22\xd4\x7e\x8a\x9a\xac\x19\x6e\x60\x85\x5e\x1c\x63\x3f\x88\xea\x62\x83\x1b\x71\xc2\xeb\x34\xd2\x34\x52\x8e\x41\x8a\x03\xae\xa9\x56\xe1\x3b\x9b\x2a\xf3\x70\xea\xe4\xc4\x1b\xfe\x4f\xf7\x1d\x1f\xa9\xfb\xe2\xd9\xc8\xa2\x7a\x69\x8d\x36\xda\xc2\x24\xe3\x7b\xdf\x11\x6e\xcb\x8a\x9b\xc2\x1f\x24\x30\x8c\x2f\xee\xfb\x4a\x7c\x48\xb6\xc0\x45\x90\x78\xf1\x25\xc2\xcb\xae\x37\x83\xc1\x66\xfd\xe6\xf6\xf8\xbd\x3d\x7e\x6f\x8f\xdf\xad\x8f\xdf\x66\xa7\x1b\xe3\x9d\xc1\x75\x9c\x71\x85\xed\x5e\x3c\xe3\xcc\x7c\x37\xf8\x5a\x87\x1f\xd3\xf8\x36\x99\xc9\x2b\x8c\xe7\x88\x62\xa4\x6c\x28\x16\x9b\x90\x5b\x5e\xf6\x90\x2b\xc3\x03\x50\x03\xb7\x38\x0a\x55\x69\xb1\x5b\x64\x03\x3f\x1d\x6a\x66\x83\x6c\xd3\x1f\xea\x1c\xe0\x90\x71\x80\xcc\x8c\x95\xb7\x90\xe9\x8c\xa6\xd8\x3b\xc0\x2e\xa5\x85\xa7\x18\xc3\x65\x87\xfc\x34\x78\x4c\xba\x83\x51\xdf\x01\xd0\x1d\xfc\x08\xff\x93\xfc\x08\xef\xdd\x73\xf0\x18\x76\x07\x13\x6d\x6c\x38\x51\x63\x8d\xed\x8c\x3a\xed\x7b\xd1\x84\xaa\xc7\x45\x33\xdb\x75\x8f\x2f\x6d\x76\xb9\xf1\x29\x6b\x58\x83\xd8\xad\xb3\xf6\xdd\xa2\x89\xa3\x89\x19\x53\x52\xb7\x53\x65\x26\xc9\x1b\x53\x92\xbd\x47\xee\x48\x53\x44\x16\xbc\x13\xde\xd4\xe0\x9d\x35\x25\x1a\x45\x4a\x7c\x27\x43\x1e\xa8\xc9\x67\x01\x42\xfe\x2b\x21\x31\x46\x20\x61\x3f\x78\x44\x14\x88\xc5\xce\x4f\xdd\x90\xe2\x56\x0c\xf1\x0b\x3d\xc7\x1c\xe0\xb9\x21\x37\x2d\xf3\xdf\x62\xe5\x6c\x49\x1e\xb6\xeb\x92\xe5\x02\xc5\x53\x2b\xea\x41\x42\x70\x70\x9e\x12\x94\x3c\xee\x04\xae\xfe\xbb\xe3\x80\xd8\x4d\xb3\xce\x3b\x11\x58\xd1\x33\x9e\x36\x03\xb1\x1b\x38\x00\x4a\xf3\xb8\x51\xda\x41\x9d\x04\x10\x10\x83\x00\x78\xf4\x58\xed\x79\x90\x14\xed\xaf\x32\x68\xb5\xc7\x98\x65\x07\xb1\x76\x64\x86\x22\x63\x33\xd2\x49\x01\xca\x3a\x5c\xcb\x8f\x56\xc1\xb4\x83\x2c\x19\x21\x11\x4f\xad\xf7\xcb\x05\x62\x07\x92\x38\xa0\x90\xc0\x15\x71\xc7\xab\x84\x40\x92\x26\x23\xdb\xbe\x87\x7a\xfc\xef\xd3\xd8\x47\x80\x04\x24\x44\x23\xfb\xfd\x0c\x59\xe7\xd0\xfb\x84\x22\xdf\x12\x44\x8e\x7c\xeb\x2a\x20\x33\x7a\x92\x71\x96\x0e\x7c\x44\x60\x10\x8e\x50\x6f\x8e\x92\x04\x5e\xa0\xf5\x84\xad\x09\x3e\x20\x78\xb9\x4a\xae\x02\x3a\x4d\xbd\x73\x67\xe5\xc1\x04\x59\xfd\x11\xdf\x77\x51\xef\xe9\x79\x8c\x09\x03\x10\x60\x3e\xf5\x64\xdc\x9f\x88\x2f\x5c\xbb\x6f\x1f\x9c\x63\x04\x3f\x1d\xb0\xcf\x8e\xfa\x03\xf5\xe1\x87\x88\xea\x83\x31\x0e\xfe\x85\x7c\x7e\xe2\x12\x60\xdb\x4e\xbe\xf9\xa1\x6a\xfe\x4b\x8c\xcf\x03\xdf\x47\x51\x65\xdb\x23\xd5\xf6\x75\x4c\x7e\x89\xd3\xa8\xba\xdb\x13\xd5\xf4\x7d\x30\x47\x71\xca\x27\x90\x6f\xf3\x48\xb5\x39\x8d\xa3\x69\x18\x78\xa4\xaa\xbb\xe1\x50\x35\x7d\x11\x5d\xc2\x30\x90\x03\xcb\x66\x82\x0d\x8c\xb0\xab\xa3\xf2\x27\xf7\xb8\xdf\x7f\xcc\xbf\x3b\x43\xf8\x12\x61\x6d\x80\x11\x7f\x2e\xbe\xe4\xcf\xd6\x6b\x4e\x76\xd0\x59\x61\x17\xae\x39\x3d\xe0\xf5\x1f\x52\x4f\xd4\x84\xba\x80\x5b\x59\x35\xa7\x0c\xb0\x99\x8c\x64\x83\xc8\xe1\x5f\x64\xd2\x52\x93\xef\x78\x6b\xf6\xf5\x34\x88\xfc\xa7\x61\x98\x8b\xea\x32\x7d\xf7\x0b\x6f\x67\x3b\x6b\x2f\xef\xc2\xd4\x07\x8c\x0d\x1f\xea\x2e\x26\x36\x62\x9a\x77\x3f\x6e\xfa\x5e\xf7\x56\xb2\xef\xfd\xbc\xeb\x70\xd3\xf7\xba\xa7\x91\x7d\xbf\x06\x9e\xdb\x81\x6e\xa2\x9b\x89\xfd\x8c\x3b\xcf\xdd\x31\x9e\x80\xc5\x6e\xa1\x7e\xe7\xc5\x50\xbf\x45\x85\x9f\xe7\x7c\x8c\x26\xee\x42\xf8\x79\xce\xf3\x7e\x1e\xfd\x27\x38\x2f\xfa\x79\xce\x2b\xfd\x3c\xe7\x5f\xbe\x9c\x17\xfd\x3c\xe7\x79\x3f\xcf\xb9\x3b\x6f\x1f\xea\xe7\x01\x5f\x85\xfa\x9d\x3b\x60\xaa\x09\x6c\xe7\x05\x2f\xcc\xb9\xf0\xf3\xe4\x9e\x3f\x3e\x2f\x9f\x39\x53\xe5\xe7\x39\xaf\xf7\xf3\x14\x47\x30\x1f\x9b\x14\xc4\x73\x3a\x3d\xe1\xe7\x71\xcf\x01\xe4\xa1\x7e\x22\xcc\x0f\x4c\xc1\xb9\x66\x6e\x4f\x37\x88\xd9\x9b\x13\x42\x1a\x06\x6c\x98\x22\x33\x34\x2b\x00\xfe\x53\x5b\x01\x60\x1b\x2b\x40\xd4\xd4\x0a\x80\xa5\xc6\x1d\xd5\x58\x01\x42\x8e\xea\xaf\x61\x05\x88\x1c\x67\xa4\xc1\xb4\x77\x2b\x40\x54\x6d\x05\x08\xbf\x4f\x2b\x80\x49\xb8\xde\x68\x84\xc7\x80\x53\xf0\x28\x14\x86\x00\xcd\x06\x50\x6d\x3f\x8d\x22\xe4\x91\x6c\x3b\x6f\xb6\xa0\x06\xeb\x1f\x56\x99\x1b\xfb\xb1\xfd\xbf\x91\x6a\x07\xa3\x0b\x34\xb2\xec\x7b\xe1\xc8\xb6\x35\x7d\x1f\x76\xa0\x59\xdf\xb7\xff\xc3\xce\x69\xfc\x89\x9a\x41\x3b\xd3\xfe\xbe\xe2\x9a\x98\xc8\x39\x66\xe1\x15\x20\x9e\xb8\xb0\x97\x2c\xc2\x80\x74\xec\x91\xed\xf4\xe6\x70\xd1\xf1\x91\x17\xfb\xe8\xc3\xbb\x17\xa7\xf1\x7c\x11\x47\x28\x22\xd5\x56\x92\x32\x66\xef\xa3\xcf\xd0\x63\xc1\x5c\x3c\xc6\x70\xf4\xfb\x0f\xab\x70\xcd\xcc\x27\xbf\x03\x1f\x25\x24\x88\x18\x97\xa4\xcf\x03\xfa\x3c\xa6\xcf\xf5\xa5\x38\x85\xde\x0c\x75\x4f\xe3\x88\xe0\x38\x1c\x59\x51\xdc\x65\x5a\xc6\x36\xf1\x55\x2c\xfe\x82\x8b\xd8\xa1\xbb\x3a\x63\x00\xbd\x3e\x1b\xe1\x9e\xfc\x13\x3c\xcb\x20\x62\x2f\x72\xbf\x81\x68\x06\xe7\x28\xfb\x86\x4a\x15\x7a\x2b\xfe\xb2\xf0\x44\x7c\x49\xe5\x7d\xf5\x25\xfd\x01\x5e\x21\x02\x47\xb8\x47\xff\x01\x72\x73\x53\x6c\xb0\x1e\xe4\x2f\x65\xe4\xc8\x72\x77\x31\xb0\x9f\xb2\xcd\x2e\x18\xa6\xed\x3c\x0e\x7b\xfc\x89\x8b\xc5\x1f\x23\xdc\x7b\x9b\x85\x75\xb3\x70\x0b\xed\xb7\x9b\x7b\xeb\x80\x52\x78\x53\xb3\xb5\x84\x0a\x77\x74\xf1\xa0\x86\x95\xf2\xfa\xc2\x3c\x3a\xf9\x07\x05\x4c\xad\x7f\x07\xb5\x61\x65\x51\x65\x58\x59\xb8\x31\xb4\x4d\xe7\x89\x5c\x6c\xb4\x48\x61\x85\x8d\x8f\xe9\x02\x8a\xcc\x34\x23\x61\xe5\x34\xfc\xea\xa8\x36\x6c\x8a\xac\x7b\xf6\xfc\xe5\xf3\xf7\xcf\xbf\x27\x84\x97\x8c\x93\x55\x75\x3a\xa4\x2c\x54\x93\x83\xb9\x49\x5c\x4a\x49\x10\x26\xf7\x83\xe4\x97\x38\xf4\x99\x01\xb3\xf8\xea\x13\x5a\xbe\x8f\x99\x81\xc8\x24\x66\xd1\x91\x8d\xc2\x97\xe1\xa9\xc8\x61\x33\x04\xcc\x72\x13\xa8\x26\x9e\x05\x7f\x6a\xf1\x2c\xbe\x16\xf1\x2c\x68\x22\x9e\xa5\x5f\x57\x3c\x0b\xbe\x8d\x78\x96\x7e\x9f\xe2\x99\xb7\x7b\x8c\x04\x48\xd0\x02\xb2\x94\xbf\xeb\x71\xd2\x7c\xba\xbc\xff\xc3\xaa\xd3\x07\x58\x02\xe8\x74\x12\x87\xb9\x69\xe8\xf6\x64\xca\x38\x93\x2d\x72\x70\x68\x47\x48\xdc\x89\xbf\xd7\x18\x8c\xea\xa9\x17\xa3\x30\x76\x99\xe4\xa9\xc1\xd8\x23\x1d\x3b\xe5\x7e\xb5\xf0\xbc\x68\x1c\xe6\xce\x11\xc7\x31\x00\x10\x8d\x13\x19\xf9\xc8\xdb\x94\x66\x2b\x65\x13\xc3\x6c\xa3\x31\xcc\x22\xb0\xd9\xcc\x03\x25\x41\xc6\xec\x44\xed\x32\xf1\xcb\x22\xe8\x33\xb9\xbf\x08\x61\x10\xfd\x68\x79\x33\x88\x13\x44\xdc\x94\x4c\xbb\x27\x19\x8a\x48\x33\x51\x62\xdb\x99\x53\x24\x4f\x43\x78\x91\x8c\xa2\xde\x2f\xf4\x5f\xd3\x6a\xdc\x64\x64\x3c\x2b\xda\xdc\x02\xee\xc7\x4b\x7f\xec\xf4\x41\x94\x81\x11\xe4\xc0\xb8\x7b\xb7\x93\x72\x4b\x8c\x30\x73\x7b\x0c\x73\x35\xb8\x0b\x9a\x50\x4d\x50\x44\x14\xc3\x2f\x46\x5e\x8a\x13\x34\x4a\xd7\x65\xc4\x69\x32\x97\x01\x77\x41\x09\x77\x9e\x41\xe8\xd9\x14\x99\x59\x5b\x7a\xe0\x36\x26\xe4\x36\x26\xe4\x36\x26\xe4\xda\x43\x32\x37\x5b\x82\xa8\xaa\x85\x23\x18\xde\x4f\x83\x86\xa1\x74\xbb\x85\x74\xdc\xb0\xa0\x96\xe2\xf4\xbf\x46\x54\x4b\x01\x05\x2f\x11\xf4\x11\x2e\xa0\x80\x4e\xb8\x36\x49\x90\x3b\xda\xee\x87\xec\xe3\x8d\x00\x63\xf9\xe2\x1d\x9a\x62\x94\xcc\x46\xd6\x61\x5f\x40\xf3\x47\x1e\x86\x5d\xf2\xae\xf4\xe9\xb4\xcc\xbb\x32\x7e\x5a\x9d\x76\xb5\x29\x1a\x68\x43\x39\x96\x86\x3e\x8a\x2a\x85\x78\x7f\x61\x9c\xb8\xcd\x16\xe7\x84\xd4\x80\x36\x22\x38\x47\xbc\x98\x47\x35\x39\x14\x6d\x87\x51\xd3\x8c\x52\x09\x45\xe0\x73\x20\xf4\x1d\x89\x9b\xed\x48\x0a\x5f\xcd\x9e\x54\xe0\xdf\x6f\x0c\x69\x49\x2a\xc7\xd5\x49\x8b\xb9\xee\x73\x49\x8b\xda\x50\xcc\x88\x49\x7a\xd2\xb6\xa9\xac\x92\x44\xb7\x4a\x82\xa7\xa7\x2f\x93\xd1\xea\x6d\x1c\x06\xde\xf2\x19\x5f\xbe\x64\x44\x7a\xf4\x71\x2f\xff\x94\xd9\x91\x91\xfb\x53\x67\xf5\xe2\xd9\x08\xf5\x5e\x3c\xa3\x04\xfc\x2e\x0e\x51\xf1\x33\xfd\x99\xe9\xa3\xb5\x61\xf6\x25\xc9\x7c\xd7\xd9\xdf\xf8\x19\x97\xc4\x6f\xc3\x8c\x35\x19\xb7\x66\xd2\x25\xb1\x16\x6f\x60\x2d\x71\xe0\x7b\xdd\x05\x8e\x2f\x03\x66\x8f\xdb\x92\xc3\xb0\x54\xa9\x92\x2d\x2f\x8a\xa3\x2e\x9a\x2f\xc8\xb2\x9b\x20\x62\xce\x5c\xa7\x32\xa0\x39\x15\xf4\x4f\x2b\x1f\xa7\xd7\x62\x8e\x8b\x9b\x98\xe3\xbc\xaf\x6b\x8e\x8b\xbf\x8d\x39\xce\xfb\xba\xf2\x31\xd5\x93\xfd\xdd\xe3\x69\x81\xef\x32\x5d\x1b\x45\x97\x4e\x75\x0a\xe5\xe3\xbc\x6a\x6b\xbf\x96\xac\xc0\x76\x46\x1d\x87\x72\x9a\xb5\xc3\x62\xc2\xe6\x6e\x07\xee\x25\x5d\x74\xeb\xca\x65\xc9\xcd\x0d\x7e\xdc\xec\x83\xe6\x67\x33\x64\xc2\x49\xd8\x54\xe1\x60\xbc\xb4\x22\x2d\xcc\x2c\xb9\x84\xda\x31\x95\x76\x84\x44\x00\x4d\xe2\x37\x76\xda\xea\x1c\xfb\x2f\x90\xf1\xf6\xcd\x59\x96\x1f\x46\x27\xcb\x93\xc4\x52\x1c\x96\x26\xba\xd1\xc7\x9b\x76\x52\xaa\x67\xf8\x74\x62\x4c\xaf\x78\x9a\x92\xd9\x2b\x86\xb6\x11\x04\xef\x90\x1f\x60\xe4\x91\x0f\xef\x5e\x8c\x8c\xb9\xc5\x3f\x3f\x3d\x7b\xfe\xf1\xc3\x8b\x8f\x1f\xde\xbd\xb4\x9d\x7b\x36\x87\x86\x2e\xf4\x39\xf4\x3e\xd9\x26\xe5\xe4\xa9\x8c\x5f\xac\xc2\x14\xf0\x62\x1f\x8d\x42\x40\x55\x11\x54\xb6\xe9\xb6\x41\x9c\xfe\x5d\xd8\xec\x3b\x3a\x78\xe1\xcb\x86\x0a\x21\x83\xb7\xd1\x6a\x49\xfc\xec\x7b\xb5\x4e\x39\xe2\xce\x04\xe2\x0c\xc8\x7f\x19\x5f\xc4\x29\xd1\xa4\x6e\x7f\x14\x15\x11\x1c\xed\x8b\x32\x43\x36\xd8\x86\xa9\xc9\xfd\x78\xca\x65\x96\xf7\xf1\x27\x14\x8d\xf4\x5a\x26\x50\xa7\x97\x5d\xd4\xc8\x8c\xf0\x5a\x2a\x91\x86\x0f\x0b\x2a\x64\xa8\xd0\xba\x0b\x80\x62\x71\x0c\xd0\xa9\x14\xfc\xb5\x41\x7d\x05\x0b\xb7\x13\xe6\xb3\xf1\xa7\xe2\x10\x38\x77\xc7\x70\x02\x66\xbb\xc5\x58\x2e\x8b\x31\x96\xb3\x8a\x18\xcb\xe5\x18\x4d\xdc\x99\x88\xb1\x5c\xe6\x63\x2c\xf5\x9f\x60\x59\x8c\xb1\x5c\x56\xc6\x58\x2e\xbf\x7c\x59\x16\x63\x2c\x97\xf9\x18\xcb\xa5\x7b\xde\x3e\xc6\x72\x01\xa6\x2a\xc6\x72\xe9\x80\x4b\x2d\xc6\x72\x59\x88\x80\x5c\x8a\x18\xcb\xdc\xf3\xc7\xcb\xf2\xd1\x76\xa9\x62\x2c\x97\xf5\x31\x96\xc5\x11\xcc\xa7\x33\x05\x71\x49\xa7\xc7\x63\x2c\x13\x77\x09\x42\x1e\x63\xc9\xa2\x2b\xc1\x0c\x5c\x82\xa5\x16\x63\x39\xdf\xa0\x61\x34\xa8\xa6\xd8\xc8\x7c\x5e\x5d\x55\xf6\x4f\xab\x2a\x04\xd7\xa2\x2a\x24\x4d\x54\x85\xf8\xeb\xaa\x0a\xc9\xb7\x51\x15\xe2\xef\xcd\x94\x2e\x52\x9c\x6e\x8b\x12\x6f\x14\xed\x6b\xe5\x3d\x59\x20\x31\x19\x41\x77\x3c\x91\xc6\x79\x4d\xce\x6f\x5a\x6a\xb8\x03\x5d\x28\xad\x3c\x41\x27\xa0\x42\x12\xe2\x12\x92\xd2\xcc\x46\x98\xed\xf7\xb2\xac\xa2\x54\x07\x59\x6e\x81\x81\x2b\x85\x33\x05\x94\x1e\x82\xfa\xd5\x85\x13\xed\xe8\xaa\x78\x4e\x37\x96\x41\x38\xf0\x4a\xb5\x96\x7d\x41\x46\x73\x56\x6b\xf9\x36\x01\xe3\xcf\x90\x80\x01\xdd\x73\x59\x6b\x79\xbb\x04\x8c\x05\x33\xb2\xee\xea\xd9\x90\xbd\xb4\x0c\x0d\xdc\x83\x05\xf3\x36\x94\xf0\x36\x94\xf0\x3b\x0e\x25\x64\xe5\xe7\xf6\x60\xbb\xf4\xdc\x4e\x9f\x95\x31\xdc\x64\xbb\x4c\x36\xd9\x2e\xb9\xe4\xe2\x6f\x97\x39\x22\xad\x76\x81\x5f\x6f\xb4\xa3\x07\x2e\xe3\x19\x01\x32\x96\x6e\xaa\x8c\xa8\xc3\x39\x27\x38\x6c\x1d\x07\x50\x06\x71\x0b\x53\xd1\xc6\xd2\x4d\x9c\x1d\xde\xff\x61\x15\xb6\x8b\x17\x6c\x30\x3b\x53\xbc\x60\x5d\x39\x55\x0e\xca\x63\x3a\x68\x4d\x40\x1d\x2e\x04\x85\xe5\x80\x6d\xe8\xbc\x7c\x97\x86\x28\x19\x91\x1e\xfb\x17\x64\xdd\xd3\x67\xda\xaf\x35\xf0\x3a\xbc\x2f\x36\x67\x93\x55\xb5\xe4\x7f\xd4\x72\x4c\x6a\xa6\x51\xac\x90\x5b\x13\xe0\x97\x5b\x24\x58\xac\x34\x1b\x7e\xdb\xe9\x97\x9c\x91\xa1\x9c\x7e\x52\x1f\x18\x59\xac\x82\x6b\x0c\xee\x0b\xc7\x70\x43\x14\xa4\xe6\xe8\xcc\x13\x73\x11\x4f\x89\xc1\xdd\xe9\x6f\x92\x37\x70\xfc\xb9\x9d\xb8\x71\x1b\xc6\x77\x1b\xc6\x77\x1b\xc6\x77\x4d\x61\x7c\xfb\x8e\x7f\x93\x85\xe0\x64\xe6\x55\xd3\xf0\x37\xf5\x82\xe7\x7e\x32\xde\xf2\x75\x0a\x3d\xe1\x38\xdc\x39\xb0\x8b\xf7\x71\xab\xfc\xdc\x2a\x3f\xb7\xca\xcf\xad\xf2\xd3\x44\xf9\xa1\x1c\xe3\xcf\xa8\xf9\xd0\x79\xdd\x08\xbd\x87\x02\xf2\x35\xb4\x9e\xb7\x42\x8b\x1d\x91\x9e\xfc\x13\x9c\x71\x6f\xc0\x0b\x1f\x45\x84\xdd\x5e\x34\x22\xbd\xd2\x33\xf0\x3a\xf6\xf3\x4d\xf2\x0f\x6e\x8c\x9e\x24\x96\x74\x3f\x5a\xd2\xb7\x44\xd7\x0d\xd3\xab\xe4\x56\xd9\x87\x56\xd5\xf8\xae\xb8\x5b\x05\xeb\x56\xc1\xba\x55\xb0\xbe\x63\x05\x6b\x86\x60\x48\x66\x72\xc3\x7f\x2b\xfd\x6a\x2b\x99\x83\x21\x25\x29\xfa\x78\x8b\x98\xcd\x97\xfe\x68\xa1\xc8\x6d\xba\xb8\xf1\x96\xf5\xdd\xb2\xbe\x5b\xd6\x77\xad\xac\xef\x02\x12\x74\x05\x97\x86\x3c\x51\xe5\x47\x4f\x1e\x2b\x96\x66\x8e\xe1\x16\x7d\x74\xc5\x76\x4e\xba\x2c\x8b\xd4\xcc\xe8\x8a\x1c\x4d\x7b\x5a\x91\x5f\xb9\x0d\xbb\xb3\xac\xdf\x47\x1b\x80\x96\xc0\x9a\x21\xdc\x23\x2c\x37\x2e\xe1\x75\xcb\xf3\x68\x7f\xb6\xbd\x83\xda\x23\xa1\x7d\xd8\xa3\xc1\x60\xa7\xba\xd9\x47\xe5\x23\xed\x8c\x09\xff\xd4\x67\x4c\x72\x2d\xd6\xba\xb0\x89\xb5\x2e\xf8\xba\xd6\xba\xf0\xdb\x58\xeb\x82\xef\xf3\x8c\x89\x77\xb7\xae\x99\xd9\xd9\x3e\x6c\x58\x62\xab\xcb\xdc\xfd\xb0\x1d\x33\x4b\x3a\xc9\xf7\x6a\xbc\x93\x13\x17\xf7\xee\x9a\x0d\x78\xbb\xcc\xaf\xda\xfa\x12\xb8\xe5\x7e\xf7\x6f\x7d\x91\x26\x2d\x39\xd1\x9a\x0b\x6f\x03\xc3\x51\x13\x6f\xd0\x3e\x48\xfc\x09\xed\x7c\xd0\x88\x4e\xbe\x9d\x23\x89\xb2\xe2\x00\xc4\x20\x05\x5e\x16\xe2\xef\xff\xa9\x8f\xa9\xf9\xb5\x1c\x53\x7e\x93\x63\x6a\xf1\x75\x8f\x29\xff\xdb\x1c\x53\x8b\xaf\xef\x54\x9a\xee\xc1\xa9\x34\xdd\x9b\x53\x89\x42\x74\xee\x76\x82\x8a\x94\x01\x96\x0e\x67\x3b\xc0\xdb\x7b\xd2\x00\xef\x59\x4b\x1b\x48\xbf\x83\xb4\x81\x8d\x02\x00\x8e\x43\x34\x0a\x01\x0f\x4b\xda\x7c\x4b\x24\xe3\xa9\x4c\x31\x2b\x7c\x08\x8a\xa7\xdb\xbc\x33\xff\x5e\x4f\x6f\x35\xd1\xca\xa3\x7b\x97\xc9\xb5\xf5\xbd\x31\x48\x1e\xd3\x31\xb7\x73\xbe\xcd\x3b\x35\x15\x43\x4c\x1e\xa4\x77\xb1\x88\xbd\xa3\xff\xee\xc7\x9f\x04\x5e\xc6\x1e\x0c\x47\xa4\xc7\xfe\x5d\x83\xe9\x36\xce\x38\xb5\xcc\x77\x5c\x17\xf2\xc8\x40\xa7\x88\xb8\x3c\xea\xf8\xdd\x1d\x8f\x7f\x58\x35\x74\xdd\xe5\x8c\x09\x44\xd9\x2b\x0e\xa4\x1b\xb0\x66\x09\x5a\xba\x01\x25\x79\xd5\xfa\x01\xbf\xcb\x95\xab\xf3\x0b\x96\xb7\xcd\xb5\xfb\x05\xd5\x3e\xae\x74\x0c\x66\xa0\x9f\xa1\x70\xda\xc9\xae\x7d\xa3\xbb\x3e\x63\x36\x09\xf2\x30\x22\x94\xe1\x44\x0d\x18\x47\x82\xc2\xa9\x60\x1c\x58\x53\x76\x8a\xe9\xd9\x61\xdb\x22\xf2\xd0\x54\x5e\x29\x8c\xa3\x0a\x84\xe7\x66\xbd\x37\x6b\x95\x89\x90\x93\xf5\x7d\x8f\xc2\xf1\xd8\xc4\x1c\x77\x5e\x65\x39\xe9\x44\xad\xd0\xf6\x39\x62\x6c\x95\x5b\xe6\xae\xe7\xbf\x29\x64\x87\xb1\x79\x8b\xcf\xc3\x6d\xa1\xd2\x17\x31\x03\x4e\x76\xea\xfe\xf4\x55\xf6\x50\xb1\xe4\x9b\x82\x27\x71\xd6\x20\x2c\xe6\xc4\xcd\xdc\x4e\xec\x7a\x7a\x4e\xdc\xa5\x92\x92\x96\xee\x38\x98\x80\x8b\xdd\xb2\xe2\xde\x16\xb3\xe2\x2e\x2a\xb2\xe2\xde\x8e\xd1\xc4\xbd\x10\x59\x71\x6f\xf3\x59\x71\xfa\x4f\xf0\xb6\x98\x15\xf7\xb6\x32\x2b\xee\xed\x97\x2f\x6f\x8b\x59\x71\x6f\xf3\x59\x71\x6f\xdd\x65\xfb\xac\xb8\x19\xb8\x54\x59\x71\x6f\x1d\xf0\x46\xcb\x8a\x7b\x5b\xc8\x59\x7b\x2b\xb2\xe2\x72\xcf\x1f\xbf\x2d\xcb\x7e\x6f\x54\x56\xdc\xdb\xfa\xac\xb8\xe2\x08\x66\xf1\x95\x82\xf8\x96\x4e\x8f\x67\xc5\xa5\xee\x5b\x10\xf3\xac\x38\x96\x2c\x0f\x2e\xc0\x1b\xf0\x56\xcb\x8a\x3b\xdf\xa8\xcd\x2f\xe2\x30\xbe\xb8\x0d\x54\xbf\x75\x26\xde\x3a\x13\xaf\xd1\x99\xd8\xc6\x7b\x05\x3e\x05\x91\x3f\x8a\xaf\xbb\x6a\xab\x0c\xa5\x92\x2c\x20\xe7\xd2\x92\x30\x7c\xb3\xeb\x89\x17\x85\x4b\x89\xf9\xed\xc3\x18\x25\x71\x78\xc9\xae\xf3\xe0\x0f\xc2\x18\xfa\x5d\x8d\x71\xe6\xb9\x17\xa7\x83\xfb\x28\xba\x0c\x70\x1c\xd1\x8d\x67\xae\x0d\xf8\xe7\x21\x40\x6e\x79\x79\x9a\x31\xeb\x82\x4d\xc5\x64\x47\x81\xfc\xae\x43\x7b\xce\x06\x7c\x8b\xd1\x34\xf8\x6c\x67\xb5\xdf\x7a\xfa\xf3\xac\xf5\x22\xf6\x5f\x55\x7c\x50\x78\x95\x7d\xf3\x4e\x2d\x9f\xda\x28\xf9\xc8\x17\x90\x2f\x02\x1f\x56\x41\x61\x26\x1a\x4f\xde\x32\xd5\x9d\xc3\x08\x5e\xd0\x63\xeb\x22\x0c\xe6\xf3\x62\xb9\xc9\x27\xe2\x69\xf6\xc1\xfd\xee\x02\x07\x97\x90\xa0\xfb\x9c\xac\x4a\x3d\x95\xcf\xbc\xd6\x6b\x57\xf9\x81\x98\xa1\x9d\xb3\x4b\xdd\xe9\x83\x0b\x44\x46\xa5\x02\x49\x19\x8b\x59\xaf\x37\xa1\x21\xb9\xdf\xf5\x97\x11\x9c\x07\x5e\x17\x85\x88\xae\x76\x17\xd2\x71\x32\x5c\x4c\xf2\xf7\x29\xef\x4e\x8f\xfc\x64\xe4\x54\xa8\x2e\xfd\xea\x71\xea\xec\x38\x9a\x60\x42\x5a\xc3\xfe\xbd\xc0\x0d\x19\x58\xf7\x19\xd3\xbb\x56\x98\xe5\x85\xbf\x1c\xea\x5f\xdf\xbf\x7a\xf9\x33\xc4\x49\x8f\xa0\xf9\x22\x84\x04\x75\x56\x81\x3f\xb2\xff\xfa\xe1\xbf\x9e\x3e\x3a\x3c\x1c\xd8\xe0\x3c\x8c\xbd\x4f\xa3\xbf\xac\xec\x84\x0b\x53\xf6\x68\x6c\x3f\x21\xf0\x5c\x00\x6a\xdf\x85\x84\x30\xfe\xf9\x24\x8e\xbc\x30\xf0\x3e\xd1\x67\x8a\x36\xed\x27\x33\x8c\xa6\xec\x1e\xf8\xcf\xfc\x0c\xa1\x7f\x4f\xd9\xf5\xef\x36\x2b\x0c\xc7\xb8\x89\x3d\x1a\x8f\x1f\x80\xf1\xe1\x43\x30\x9c\x80\xf1\xf8\x70\x08\x1e\x4e\x26\x80\xdd\x9e\x32\x1e\x67\x94\x6e\xa3\x30\x41\xf6\x04\x8c\x57\x85\x6f\x07\x03\x60\x87\xf0\x1c\x85\xf4\xe5\xe0\x01\xb0\xe9\x08\x40\xf6\x33\x1e\xf0\x7e\x07\xec\x7f\x4e\xc0\x11\xeb\x99\xfe\x7d\x38\x99\x00\x7b\x01\x31\x9c\x23\x2a\xae\xda\xa3\xf1\x64\x0d\x8a\x9d\xe7\x01\x3b\x6e\x05\x58\xfe\xdb\x07\xad\x27\x05\xc5\x84\x1e\x00\x39\xf6\x78\x78\x04\x6c\x02\xf1\x05\xa2\xdf\x7e\x3c\x0f\x61\xf4\xc9\x16\x8f\x31\xa2\xe8\x8d\xe2\x78\x81\x22\x84\xad\x28\xc6\x68\x8a\x30\x66\x7c\x68\x47\x24\x54\x00\xd3\xaa\xd3\xc9\xa4\xe9\x48\xe7\x29\x21\x4c\x63\x60\x8b\x99\x51\x1b\x1d\x77\xa0\x8d\x3b\x3c\x02\x47\x7a\xeb\x23\x30\x3e\x3c\x01\x83\x09\x18\xdb\x82\x16\xc7\x87\x7d\x30\x3e\x7c\x00\xfa\x62\x09\x0e\xc5\x12\xc8\x7f\x76\x82\x9d\x3f\x9c\xc1\xe4\xf9\x25\x0c\xed\xd1\x14\x86\x09\x02\x76\xba\xb8\x84\xac\x81\x1d\x33\xc3\x1e\xa3\x79\xe6\xd0\x0c\xa6\xf6\x64\xfd\x17\x30\x47\x04\x8e\x56\xfc\x64\x62\x69\x01\x9b\x39\x42\x6f\x76\x9e\xd8\xeb\x35\xd7\xd9\x64\x71\xa5\x8f\x09\x22\x8a\xeb\xbc\x97\xfb\x97\x00\xf1\x56\xee\xe8\x37\x51\xb8\x54\xcd\x3a\x8e\xce\x96\xa2\xcd\x6c\x29\x8a\xa3\xe5\x3c\x4e\x93\x9b\xc2\x99\x3e\x3c\xfc\xfc\x7a\xf6\x2a\x42\x66\xce\xa4\x38\x4f\x89\xbd\x0c\x4e\xc0\x40\xae\x7c\xf5\x92\xb5\x59\x9e\x3c\x66\xb6\x58\xa1\xd2\x89\xb1\x22\xf0\x82\x8f\x68\xaf\xdb\xae\xd3\x62\xd1\x65\xf7\xa5\xdf\x94\x75\x42\xf8\xd5\xcb\xcb\x4f\xa7\x7e\xc5\x09\xc2\x2f\x8c\x2f\xad\xd2\x09\xb0\xe9\x4c\x2e\x03\x74\x65\x83\x31\xdd\xb3\x13\x30\xa6\x1b\x3e\x63\x98\x06\x4e\x39\x04\xf6\xff\xfe\x6f\x64\x59\xf4\xdd\x09\xb0\xd9\x80\xdd\x24\x8c\x89\xe8\xc3\x7e\xc2\x4a\xe0\x53\xb6\x30\x63\x77\x1e\xd8\x8d\xbb\xe4\x9d\x0e\xfa\xc0\x9e\x0d\x6c\xc9\x2d\xb2\x97\x16\xd7\xa9\x78\x23\xce\x9e\xc0\xd8\xe6\x97\x45\xd8\x93\x49\xae\xad\xcd\x79\x0b\xd0\xc0\x35\xb2\x14\xd0\x66\x3e\x1e\xbf\x5c\xa9\xed\x84\x4e\x80\xcd\x56\xa0\xcb\x8b\xb3\xca\x6e\xc5\x35\xfe\xf6\x13\x18\x86\xf1\xd5\xcb\xf8\x22\x60\x6c\x95\xb3\xdd\x12\x2f\xcd\x4d\x15\xd8\x47\xfd\x43\x5b\x32\x57\xc5\x5d\x1b\xce\xb5\xc9\xeb\x6a\x3e\x8b\xfe\x68\xc5\x57\xf3\x5b\xe5\xdb\xb1\x56\x41\xe8\xe5\x1d\xab\x2f\x79\xb2\x07\x1d\xa2\x62\x07\x47\xf5\x3b\x78\x3e\x9c\x2d\x0f\xdf\xfd\xad\x62\x07\x4f\x43\x98\xcc\x98\xda\x2c\x26\x64\x03\xf5\x4c\x10\x05\xb0\xc9\x72\x81\x74\x79\xb0\xcc\x95\xfb\xc0\xf6\x83\x4b\xb6\x35\x8e\x40\x5f\xdb\xfd\xc5\xbd\x66\xf3\x53\xfa\x41\x99\xb0\xc4\xf6\x14\x1b\x3b\xf7\x19\xfd\xc9\x45\xb0\xc1\x31\x23\x5a\x4e\xc0\x83\xa3\xf2\x8f\x63\x30\x38\x04\x63\xfb\x8f\x14\xa5\xc8\x9e\x14\xa4\x84\xb2\xd8\x66\xde\x61\x9c\x25\x88\x0d\xc6\xb0\xd1\x9d\xa3\x24\x81\x17\xd9\x16\xe3\x38\x52\x9b\xaa\xe1\xbe\xcd\x26\x72\x28\x05\x19\x30\xb6\xfd\x78\xae\x40\x6d\x26\x53\x2a\x18\x25\x9c\x43\x50\xec\xac\x66\x47\x56\x88\xc6\x83\xa1\x8e\xce\x81\x00\x70\x08\x04\x91\xbc\xa7\x44\xa0\xb1\x84\x62\x43\x3a\x38\x97\x75\x8a\x78\x6f\xcc\xd2\xf4\x19\x51\x62\x58\x08\x82\xb2\x7d\x48\x60\x37\x8a\x49\x30\xcd\xc2\xca\xe4\x3b\x51\x95\x00\x86\x08\xb3\xee\x07\xc7\xa0\xaf\xa0\x7b\x28\x80\x3b\x9a\x00\xdb\xd2\x3b\xe8\xda\x40\x57\x03\x26\xa6\x33\xa1\x08\x4e\x42\x70\x1c\x5d\x18\x8f\x8f\x42\x63\x35\xfe\x89\x1a\x3f\x1b\x67\x08\xec\x3b\xe6\x31\x0e\x4d\x14\xdf\xcf\x90\xc8\x8e\x0b\xb1\x9c\x09\x3b\x37\xf2\x38\x91\xa3\x3e\xca\x66\xcd\x27\xa9\xa8\x23\x20\x68\xce\x0e\x19\xf1\x5b\x9c\xdf\x93\x8c\xe1\xb7\xa7\x3f\x6d\x02\xa5\x8d\x5d\x24\x78\x0e\xdf\x03\xa5\x84\x01\x9b\xd7\x96\xb6\x2b\x09\x66\x93\x52\x66\xea\x97\xae\x76\x92\x7a\x1e\x4a\x92\x6d\x3a\x36\xcc\x8e\xfe\xf7\x8f\x38\xb5\x20\x46\x56\x14\x5f\x59\x61\x7c\x71\x81\x7c\x2b\x4e\x49\xaf\xe9\x26\xab\xe8\xf5\xfd\x0c\x61\x64\x5d\xc1\xc4\x82\x91\xc5\x96\x83\x75\x1e\x44\x17\x75\xbd\x37\xd3\xc1\xea\x31\xaf\x8a\x7b\x56\xe3\xe8\x66\x62\x3d\x88\xf6\x8f\x74\x60\x2d\x42\x04\x13\x64\x79\x33\xe4\x7d\xb2\x96\x71\x8a\xad\x33\x16\x59\xf0\xe2\xd9\x7d\x16\x16\xb0\x41\xbc\x29\xef\x87\x56\xda\xe7\x6e\x4b\x79\xbb\x89\x6e\x37\xd1\xed\x26\x6a\xd2\x6b\xe9\x9c\x2d\x7e\x76\x04\x8e\x1b\x75\x57\xfe\x72\x08\x0e\x37\x28\x43\x83\x72\x27\x20\x27\x3b\x9b\xc4\x8a\xea\x36\xc5\xc3\xf5\x98\x19\xd5\xda\x88\xb8\xc5\x31\x22\x28\x65\x78\x1b\xe2\x00\x76\xb9\x31\x16\xd8\x3f\x63\x04\x7d\x0f\xa7\xf3\xf3\x0d\xd2\x8f\x92\x9a\x97\x01\x0a\xfd\x0a\x65\xf7\x5c\xf5\x96\xb4\x51\x78\x4d\x23\x65\x92\xd6\x71\x36\x73\xe6\x16\x63\x23\x5d\x05\x64\xd6\xcd\x0f\x37\xa9\x81\xbd\x5a\x3d\x69\x48\x98\x35\xf2\x63\x1d\xcd\x55\x6d\x80\xe2\xd2\x33\xd5\x8a\x04\x24\x44\x0d\x84\xd0\x0d\x8b\xd0\xde\x82\xb2\x1d\xae\x5a\x61\xaa\x62\xca\x5c\xad\x48\xae\x8d\xfc\x1b\x23\x4d\x01\xb2\x3d\xd6\xd4\x38\x8b\x18\x13\x18\x76\xa5\x0f\xa0\x34\x94\xd0\xa0\xbb\xda\x98\x1b\x88\xb2\xf9\xa2\x34\x58\x98\x76\x6c\xba\x60\x12\x6b\xf5\x72\x03\xce\x19\x4f\xda\x0e\xdf\x4d\x90\xd1\x98\x3e\x8d\xf3\xa8\x54\xdb\xb6\x25\xc9\x06\x08\x21\x71\x1c\x9e\xc3\xd6\x5b\x57\xee\xac\x20\x5a\xa4\x44\xec\xad\x01\x90\xbd\x75\x49\x7c\x71\x21\xf8\x0a\xf3\xc6\xb0\x23\xfc\x3c\xfe\xac\x36\x9d\x61\x0d\xeb\xf0\xbb\x13\x79\x19\x6c\xac\x4d\x0f\x41\x7e\x1a\x0c\x25\xfa\x1f\x54\x9b\x22\x1a\x49\x51\xd2\xca\xca\xd3\xca\x34\x2b\x6b\x1b\x83\x76\xa1\xb3\xfd\x1a\xb6\x8b\xeb\x3b\x1b\xea\x18\xfa\x0d\x85\x5e\x3c\x47\x16\x89\xad\xa7\xa7\x2f\x93\xca\xcd\xd8\x6a\x1b\x6c\x98\xc3\x79\xec\x2f\x77\x99\xc1\xa2\xf6\x74\xa3\xd3\x10\xc2\x2c\xb1\x50\x04\xcf\x43\x26\xcd\xb2\xb8\x5e\x8b\xc7\x71\x5b\x5e\x98\x26\x04\xe1\x9e\xf5\x1b\xb2\xb8\xd5\x26\x5c\x5a\x28\xf2\xe2\x14\xc3\x0b\x64\x91\x19\xb2\xd2\x04\x59\xf1\x94\xf7\x16\x44\xd6\x02\xc7\x7e\xca\xc3\x80\xb4\x80\xa1\xc4\x9a\xc6\x98\x35\x3f\x47\x09\xb1\x12\xe4\xa5\x38\x20\x4b\x6b\x81\x29\x57\xf6\x50\xd2\x33\x4d\xe1\xba\xf1\xbb\xc3\x29\x24\x51\x1c\x06\xd9\xe9\xea\xc7\x5e\xd2\x0d\x03\xee\x7f\xde\x68\x04\x83\xc2\xc6\x46\xf7\xdc\x20\xdb\x70\x47\x14\x30\x91\x3f\xf6\xec\xcd\xe9\x19\xbb\x31\x4f\x9e\x58\x36\x8b\x48\x17\x66\x7a\x32\x0f\xb9\x81\x72\xb0\xd1\xd5\x6d\x76\x91\x4b\x10\xdf\x21\xe8\xb3\xb5\xf1\x63\x8f\x45\x33\xc9\xf8\xd4\xaa\xe3\x66\xd3\xab\x02\x5e\x42\x04\x71\xb4\x7f\xc4\xbc\x7c\xfe\xf4\xdd\xeb\x02\x7a\xb8\x63\xe1\xbe\xa4\xaf\x6e\x84\xc8\x55\x8c\x3f\x05\xd1\xc5\xfd\x8c\x30\xbb\xd0\x0b\x93\xfd\xa0\xee\x97\x38\x0c\xe3\x2b\x86\xbc\x8b\x34\xf0\xd1\x36\x48\x6b\x48\xd1\x5b\x9c\x03\x0d\x54\xf0\x61\xe1\x78\xdd\x95\xbd\xb7\x71\xa2\x29\xef\x99\x1c\x51\x3a\xcf\xc0\x98\x3b\xcf\x26\x13\x40\x70\x8a\x8a\x02\x5b\x5b\x5d\xbb\x81\x28\xd0\xd8\x6d\x98\x9d\xd2\x0d\x16\xad\x8d\xd6\x6d\x3e\xb0\x4d\x1a\x4f\xb5\xdf\x6f\xc6\xdd\x4d\xca\x94\xe2\x33\xba\x26\x3c\xd2\x02\xf0\xdb\x7c\x6c\xb9\xc9\xbb\x32\x50\x09\xfd\xc1\xa3\x3d\x3d\x48\x5b\x7a\x70\x11\x10\x16\x05\xaa\xdc\x6e\xc2\x4c\x9e\xc7\xa0\x1d\xc6\x57\x08\x7b\x30\xa1\xed\x42\xa4\xdc\x5d\xaf\xb8\x7f\x87\x36\xef\x12\x0c\xbd\x4f\x5d\x88\x31\x5c\xd2\x71\xa0\x37\x63\x50\xb0\x93\xa6\xad\x87\x32\xf3\x0c\xe6\x1c\x94\xb8\xd6\x41\x19\x55\x45\x16\xa8\xf0\x3f\xa0\xc5\x18\x80\x0c\x71\x3c\x91\x83\x01\xca\x5c\x86\xba\x27\xb3\xe2\x86\xee\x3c\xbc\x26\x27\x66\x39\x60\xb2\xf6\xd2\x3c\x90\x80\x00\xc4\x07\xc5\x6a\xbb\xbc\x28\x0c\x6d\x17\xba\xab\xf5\x41\x3e\x58\x9f\x65\x09\xe0\x8a\x24\x92\x70\x8c\x26\x2e\x16\x49\x24\x61\x3e\x89\x44\xff\x09\xc2\x62\x12\x49\x58\x99\x44\x12\x7e\xf9\x12\x16\x93\x48\xc2\x7c\x12\x49\xe8\x46\x4d\x92\x48\xf4\xbc\x21\x2c\x02\x88\xbf\x7c\x89\xd6\x0e\x08\x1d\x00\xb5\x24\x92\xb0\x90\xe2\x11\x8a\x24\x92\xdc\xf3\xc7\x61\x39\x89\x04\xaa\x24\x92\xb0\x3e\x89\xa4\x38\x42\x75\xe0\x72\xc8\xa6\xc7\x92\x48\xc2\x7d\xc4\x21\x33\x3f\xb4\x57\xef\x87\x8e\xfe\x7a\x7a\xf1\x8f\xd7\xe1\xbf\xcc\x7e\x68\x4e\x6e\x6c\xeb\xab\x50\xc4\x6a\x7f\x33\x3f\x10\x1e\xe5\xed\xa7\x92\x1d\xcf\x61\x9e\x53\x0f\xc4\x59\x71\x38\x01\x76\x57\xbc\x14\xde\xae\x36\x0e\x4a\xc6\xd3\x06\x4a\x05\x19\x4a\x3f\xb7\x5d\x88\x9f\x2b\x44\x7d\xcc\x63\x1f\x86\xdd\x10\x2e\x59\x1c\x72\xa6\x39\xe4\x8e\x86\x4c\xc7\x29\x0e\x90\x7c\x0a\x16\x4c\x06\x61\xe7\x0b\x0f\x8c\xeb\xe7\x02\xe3\x86\xa0\x0f\xc6\xf6\x34\xf6\x44\xa8\x8a\x1e\x0f\x57\x0e\x7f\xd1\xa5\x94\x0c\x3d\xf6\xbf\xd9\x2a\xea\x85\x63\xa8\xe8\x17\xcd\x0c\x6d\x43\x7e\xf0\x48\xae\xd1\x83\x8b\x45\x8f\x42\xf9\x91\xc4\x1f\xd5\x79\x94\x7d\x9c\x3f\x14\xc4\xf1\xb6\xd9\x04\x02\xec\x27\xf3\x94\x04\x8b\x30\xb3\x86\x68\xa8\x90\xe7\x6b\xed\xba\x35\x88\xca\xd1\xa0\xcb\xa9\x99\x99\x8e\x7c\x0c\x06\xa0\x92\x90\xba\x11\xbc\xcc\x14\x67\x35\xe5\x06\xfa\xb3\x5d\x0e\x77\xc8\x5c\xd9\xe7\x30\x8a\x4a\x31\x10\x6a\x11\xf5\x18\x59\x1e\x44\xaa\x82\x78\xfb\x76\x3e\x6e\xb6\x1d\xd8\x0f\xf2\x46\xdf\xba\xf5\xe6\x1f\x7f\x9c\xa3\x28\xd5\x7a\xd0\xa8\xf3\x13\x5a\x2e\x30\x4a\x92\x8c\x40\xe5\x93\x53\x46\xb7\x1a\xa1\x6a\x5f\xcd\xe3\x34\x41\xe9\x22\xfb\x28\x8d\xcc\x74\x6d\xb6\xc3\x9c\x80\xc3\x82\xdc\x3d\x8b\xe7\xa8\xcb\x8d\xda\x32\x6a\x41\x46\x6b\x94\xbe\xae\xb4\x2e\x14\x44\x32\xba\x00\xd2\x4e\xde\x02\x65\x39\xc6\xc3\x3e\xed\xeb\xb6\xeb\xb1\x9c\x72\x04\x2f\x5f\x44\xff\x1d\xa0\x2b\xba\x39\x98\xe0\x14\x44\x4c\x8a\xe0\xbf\x0b\xc8\x3e\xc9\x18\x58\x1c\x3d\x8f\x08\x4b\x8e\x89\xa3\xe7\x9f\x03\x2a\xd9\xc8\xcf\xde\xc7\x21\xc2\xac\x60\xb2\xc6\x16\x65\x68\x44\x7f\x02\x0a\x83\xf2\xdd\x55\x88\xf3\xa8\x69\xce\x04\xba\x62\x7b\x8d\x21\x93\x78\x41\xa9\x3a\x26\x24\x9e\x33\xa9\x6b\x4a\x81\xc3\xc1\xc5\x8c\xed\xb1\xee\xa0\x0f\xb4\xff\x9b\x70\xbe\x5c\xe3\x0c\x29\xaf\xb3\xa4\xea\x0d\xeb\x6c\x94\x53\x8b\xcb\xab\xb9\x41\x8e\x9b\x2f\x2f\xfd\xc9\x33\x15\x20\x5e\xda\x1b\x82\x4a\x2a\x66\x91\xeb\x63\x9b\xe9\x54\x99\x25\x6b\x0c\x6a\xf2\xb0\xac\x67\x74\xd5\x13\xaa\x59\x90\x1a\xe8\x2b\xc1\x99\xc6\x31\x29\xf1\x43\x71\xaa\x04\xd1\x34\xae\x62\x8a\x26\x64\xb2\x8f\xba\xe2\xab\x86\x90\x94\x11\x5a\xe5\xc5\xab\x8f\x18\x8f\x74\xdd\x84\xfe\x1f\x55\xb3\xa9\x6e\x41\x0f\x37\xbf\xcb\x15\x94\x20\xba\x8c\x55\x38\x13\x53\x75\x84\x26\x94\x30\xbd\x44\xdf\xf7\x5c\x57\x69\xa7\x7b\x14\xd4\x8e\x10\x11\xcb\xaf\xbe\xd2\xd7\x8f\xe7\xb6\x03\x94\x5e\xc2\x6d\x4c\x00\x16\x7e\x87\x85\xdf\x71\xa3\x6a\x3e\xa5\x7b\xb5\x4d\x89\x68\x11\xaf\xdf\x83\x5d\x06\x0a\x08\x45\x39\x1f\xe8\x06\x95\xe5\x7c\x68\x77\x7a\xda\x14\xac\x2c\xe7\x03\x2b\xca\xf9\xc0\x62\x39\x1f\x98\x93\xc6\x61\x59\x1a\x0f\xb3\x72\x3e\x3c\xe9\x91\xae\x2c\x83\xb5\xe7\xc7\x73\xf6\x8b\xe5\xbb\x39\xeb\xdc\x89\x47\x15\x19\xd4\xe3\x92\x4e\xcf\x0f\x92\x05\x24\xde\xec\xf9\x25\x8a\x48\x27\x42\x57\xd6\x2b\x7a\xf2\xf1\x9f\x42\xb2\x73\x9c\x35\x3b\xfb\xe8\x87\x32\x52\x5b\x75\x70\x81\xc8\x53\x42\x70\x70\x9e\x12\xd4\xb1\x59\x6e\x8e\x73\x40\x7a\x09\x81\x98\x24\xbf\x05\x64\xd6\xb1\xff\x8d\x5d\x1b\x8c\x7a\x0b\xaa\xbb\x44\xe4\x19\x5f\x96\x8e\x00\x9a\x82\xca\xbb\x27\x8e\xb3\x16\xc7\x6c\x0e\xc6\xf3\x30\xc5\x1d\x67\xbd\x06\x81\x9b\x76\x3a\x89\x1b\xeb\xf5\x04\xf8\x12\x8d\xa3\x09\xd8\xa5\x8e\x80\x03\xd2\x4e\xa2\xf7\x9a\x97\x11\xc0\x18\x4f\x36\xe6\x13\xd7\x7c\xef\x00\xed\x65\x69\x2c\x2e\x58\x80\x31\x6c\x39\x06\xff\xae\xbe\x6f\x29\xb6\x80\x71\xd8\xb2\x77\xf9\x65\xa1\xff\x44\x57\xe4\x7d\x50\x67\x3b\xf0\x80\xbf\x39\x33\x90\x9d\x6a\x54\x7a\xbb\x29\x69\x06\x2f\xde\xfc\xb6\x08\xe2\x17\x6f\xb7\x4a\x07\x19\x97\xe4\xa8\x09\x95\xbf\x61\x74\x81\xec\xa2\x58\xa2\x37\x51\x42\x6a\x93\x46\x42\x6e\x2d\xb4\x3c\xca\xa4\x1c\x26\x24\x84\xc8\xff\x59\x5c\x10\x4c\x30\x85\x1e\x50\xc4\xc2\xc8\x47\xbe\x2e\x7b\x1d\xe6\x24\x88\xae\x5a\x8e\x2e\xc1\xc1\xc5\x05\xc2\x2c\x3a\xf5\x18\x0c\x4b\xd1\xb6\x95\x1f\xb2\xff\xa9\xfa\x4a\x9e\xe7\x74\x3e\x54\xb6\xb3\xc1\x78\xf8\x68\xa2\x69\xc1\x1b\xe2\xf2\xe5\x0c\xc4\x29\x25\xce\x32\x75\xbe\x49\xfb\x9d\x08\xfe\x6d\x71\x48\xe5\xc9\x50\x1e\x55\x20\x72\x07\x87\x00\xbb\x87\x43\x00\xdd\xc3\x13\x10\xba\x47\x7d\x90\xb8\xab\x4b\x84\x49\xe0\xc1\x70\xb4\x1a\x87\x93\x51\xce\x44\x84\x28\x85\x15\xcb\x31\xfc\x34\xd0\xcc\x2f\x59\xf1\x85\x81\x5e\x89\x61\x30\x19\x75\x07\xc2\x1a\xd5\x21\xf7\x06\xce\xbf\x23\xf1\xf5\x9a\xf2\x86\xfd\x8d\xd2\x97\x26\xaf\xbe\xeb\xba\xe4\xb1\x1c\xa5\x3b\x18\x91\xee\x60\x0d\x0e\x1f\x18\xb2\x7d\xfb\x6b\x70\x78\x9c\x03\x41\x15\x84\x91\x5f\xaf\xd7\x80\xd9\xfe\xe2\x88\x50\xc4\xac\xd7\xcc\xbc\x18\xec\x9c\xb8\x04\xfc\x78\x3e\xaa\x93\x14\x28\x11\xd0\x76\x92\x38\x46\x77\x06\x20\xc6\x81\x74\xc3\x8c\x6c\xb9\x5a\x36\xf8\x84\x96\xe7\x31\xc4\xfe\x53\x16\xd6\x26\x8f\x02\x7d\xbe\xec\x4c\xfa\x68\x92\x0a\x38\x08\x09\x22\x22\x89\x9c\xd3\x9e\xe1\xb8\x15\x07\xdb\xc7\x30\x48\x08\x8a\x10\x4e\xb2\x33\x59\x3d\x92\xa7\xdf\x47\x1c\xa7\x04\xd5\xb7\x5c\x03\x3f\xf0\x5f\x44\x09\xc2\xe4\x39\x17\xca\x4b\x00\xff\x40\x49\x37\xfb\x58\x64\x2a\x77\xec\x7f\xab\xde\xa0\xf7\x94\xc8\xe0\x08\xc6\xc8\xeb\x18\xf2\xbe\x0a\xe7\x7a\xa6\x7b\x84\xc8\x3f\x5f\xd2\x23\x9e\x35\x15\x4c\xc2\x34\xb2\x7d\x0f\x39\x6b\x70\x15\x84\xe1\x33\x5e\xf8\xb5\x0a\x76\x23\xb2\x0b\x18\xec\x61\x34\x8f\x2f\x51\x05\xd6\xd4\xdb\x35\x10\x0e\xc9\xd1\x2a\xc7\x2c\x73\x84\xdb\x56\xf6\x01\xb2\xab\x5c\x2f\xc1\xb4\x73\x67\x2c\x84\xc8\x49\x2f\x88\xbc\x30\xf5\x51\xd2\x41\xbd\x4f\x68\x79\x1a\xfb\xc8\x11\x75\xe7\x0e\x50\x2f\x21\xf1\x82\x9e\x57\xf0\x02\xf2\x79\xab\x83\x68\xdc\xeb\xf5\x8a\xa8\x4b\x3a\x7f\x19\x53\x6d\xe3\xff\xe7\xda\x74\x21\x78\x98\xfc\x5f\x40\xb6\x34\x0e\xab\xd2\xa5\x06\x72\x5d\x37\xfa\xf2\x45\xff\x89\x39\x7f\x10\xcb\x29\x77\xc5\x63\xce\x19\x46\x64\xdc\x9f\x1c\x70\x5a\xc6\x69\xd4\x8b\xd0\x67\xd2\xe9\x38\xee\x4f\xab\x62\x7b\x34\xca\xad\x31\x50\x9c\x05\xdd\xbd\x8b\x84\xc8\xe6\xac\x9d\x75\xae\x36\xc8\x98\x7d\xa3\xed\xbe\xc9\x58\x81\x36\xc9\x50\x52\x14\x05\x0f\x64\x61\xe2\x12\x21\x19\x90\x31\x62\x63\xe7\x50\xc2\x54\x8a\xf8\x20\xb8\x7b\xb7\x13\xbb\xa4\x37\x0d\x22\xff\x05\xe5\xe3\x79\xf3\xbd\x64\x59\xae\xeb\x06\x6b\xc7\x71\x0e\xc8\xb8\x1e\xe0\x0e\x01\xb1\x33\x51\x73\x05\xfc\x24\x37\x53\x13\xb3\xb2\x21\xff\x31\xeb\x4f\x90\x61\x2f\x5e\xa0\x48\xd4\xf2\x61\x4c\x63\x8c\x26\xce\x28\xd7\xc2\x0b\xe3\x04\x15\x9b\xac\x01\x7b\x5c\xde\x2a\x86\x0d\x51\x64\x4b\xd9\x11\x79\x67\x20\xdf\xe6\x17\x3a\xb7\xac\xa2\x23\x6d\xaf\x2b\x2b\x1e\x5d\x5c\x40\x67\xa0\xc3\x51\x33\x5c\x5f\xec\x4e\xd5\x75\x92\xe3\x21\x9a\x75\xb0\x3b\xb0\xcb\x5b\x1c\xfa\x9c\x7f\xb2\xe5\x97\x3e\xb6\x8e\x03\xe8\x56\xf6\xe3\xab\x68\x84\xdc\x9f\x56\xc3\x87\xae\xeb\xaa\x05\xba\x7b\x37\x3f\xa0\x58\x28\xf0\xe8\x4e\xae\xd1\xf0\xa1\xfe\x9b\xaf\x50\xfe\x24\x10\x1d\xc9\x45\x91\x3b\xde\xbc\x74\x6a\xb8\x86\x0c\x64\xed\xac\xd7\x79\x07\x58\xb0\x59\x2c\x4e\xc9\xac\xeb\x07\xfc\x6a\xd7\x19\xc4\xa4\xf7\x59\xfa\x84\xaf\x4f\x3e\xce\x1e\x30\x49\x58\x83\xc1\x96\x2a\xd3\xc8\x0e\x7c\xda\x4f\x1c\x8d\x56\xa7\xbf\x3e\x7d\xfd\xd7\xe7\xa3\xf1\x8a\xef\x80\x51\xce\x6d\xea\xc5\x91\x3f\xa2\xf2\xd8\x7b\x5e\x62\x5b\x32\xe6\xb1\x1d\x72\xff\xf5\x1a\xa8\xef\xd2\x48\xff\x32\xd7\x92\xe5\x12\xac\x27\x6b\xc0\x66\x9f\x8c\x56\x74\xf8\xd1\xaa\xed\xf0\x55\x83\xad\x27\xeb\x35\xd0\x9f\x8c\x56\x6b\x90\xfb\xc5\x96\xae\xf9\x5a\x6d\xc8\xbc\x04\x2d\x57\xbb\x54\x25\x68\x7f\x6a\x10\xde\x90\xab\x79\x78\xba\x78\xfd\x19\xc7\x66\x35\xe8\x8c\xd3\xa2\xfd\xd7\x14\x62\x2a\x80\x3f\xf5\x84\xed\x48\x6e\x09\x91\xb3\x49\xdb\x24\x41\xf4\x89\xca\xe4\x8b\x40\x4f\xee\xac\xf7\xaa\x9d\x88\x07\x5d\x86\x0d\xe5\x8f\x49\xb0\xc7\x75\x97\xa3\xe6\x89\x8e\x9a\x07\x8c\x25\x11\x4e\x8a\xce\x1d\x4a\x2a\x3c\xe0\x4d\x11\x6b\x3e\xb6\x83\x6b\x5f\xea\x6d\x4d\x46\xb2\x1c\xe4\xb0\x34\x08\xfa\x8c\x18\xe8\x82\xfa\x8d\x23\x88\x8d\xb1\x6b\xf7\x74\xcb\x54\xf5\xaf\xa7\xe6\x94\x62\x42\xb4\x00\x8a\x13\x91\xe8\x98\xc4\x29\xf6\x50\x0e\xff\xbc\x2e\x8b\x54\x69\xc7\x76\x82\x08\x09\xa2\x8b\x64\x74\x5f\xc4\x0e\x8d\x48\x1e\x89\x0f\x4a\xc1\x32\x0c\x1c\xdd\x44\x4a\x35\x42\x3d\xff\x71\x2c\xdc\xe3\xb4\x7f\x0a\x07\x0f\x35\x32\xf5\xc1\xd3\x54\x38\x2b\x28\xa9\xc4\x35\xa3\x1d\x6e\x18\xad\x15\x92\x18\x81\x4b\x14\x89\x20\xad\x4a\xbc\xb4\x2d\x14\x70\x02\x1e\x55\x25\x32\x8a\x84\x57\xa1\x59\x6b\x61\x40\x82\xc8\x14\x35\xd8\x62\xe8\x8a\x85\x18\x82\x07\x60\x6c\xd3\x93\xde\x90\x55\x5b\xdd\x52\x34\x94\xcd\xd9\x12\x6a\xeb\xa4\x03\xf4\x34\x25\xb3\xb7\x38\x9e\x06\xcc\x8a\x4e\x7f\xfd\x12\xe3\xb9\x0e\xd0\x23\xe6\x5b\xa5\x7c\x70\x21\xda\x31\x3c\x71\x89\x4f\x51\x88\xd6\x7d\xf6\xc1\x54\x76\x65\xb3\x5b\x1b\xd4\x25\x0d\x14\xeb\xe7\xf3\x80\xc8\xef\x4f\x38\x94\x0f\x9b\xcc\xad\x8a\x2c\x26\x6d\x5c\xf5\x7a\xf0\x94\xac\x78\xc0\xa9\x64\x4e\x79\x24\xe2\x81\x5a\xda\x71\xd4\x3a\x77\xbb\x98\x91\xbb\x45\x7f\x25\x5f\xd0\x23\x59\x2f\x89\xc1\x7c\xd2\x2a\x10\x7f\x43\x88\x5d\xce\x2b\x54\x87\x93\xdc\x21\xbd\x17\xac\xb4\xee\xf1\x6b\xe2\xa5\xfc\xfa\x21\x38\xc9\x07\xb5\x15\x1b\x3c\xd8\x94\xe0\x05\x86\xe0\x10\xc8\x14\xb2\x86\xe1\x6f\xb9\xf0\x34\x71\xf4\x4a\x63\x1a\xb0\xa9\xd2\x16\xc4\xa9\x3c\x24\xed\xb9\xc6\x5a\x80\xa8\x73\xa0\x6d\x3f\x71\x85\x4a\x56\xcc\x41\x18\xe7\xda\xba\x8f\x8a\xd2\x55\x2e\x7a\x0d\xd6\x9a\x97\x70\xbb\xe8\x35\x8c\x16\x71\x85\xa5\x89\xbe\x4a\x02\x12\xe3\xe5\xfd\x38\xf0\x3d\xca\xa4\x2e\x03\x1f\x61\xdb\x69\x61\x41\x62\x6f\x18\x5a\x5d\x55\x5c\x50\x33\x59\x48\x09\xc3\x60\x7e\x53\xba\x37\xeb\x82\xa1\xbc\xc7\x35\x97\x18\xbf\x78\xb6\x06\x8c\xe1\xeb\xdf\x71\x03\x00\x9f\xcb\x85\x52\xd6\x72\x2b\xa8\x75\x40\xb5\xb1\x52\xe3\xe2\x28\xb6\x73\x40\x77\x95\xcb\x0c\x00\x9d\x4d\x9d\xcb\x64\x4b\xdb\x71\x80\xf8\x8c\xdc\xbd\xdb\xa9\x1a\x46\x6b\xce\x74\xf9\xc8\xd5\xf2\x59\x0f\x72\xa6\x87\x3b\xbc\xa7\xc8\xb5\xd3\x04\x49\x3d\x52\x8a\x24\x9d\x15\x65\xd5\x23\xe3\x20\xb4\xed\x72\x81\x46\x11\xd5\x6b\xf9\xd1\xa8\xa3\x4c\x0d\xb2\x01\x6b\x29\x99\xbd\x42\x64\x16\xfb\xb6\x23\xd4\x46\x4a\x1c\x3d\xde\x61\xa7\x39\x56\xd8\xa7\xb9\xd7\x2c\x0e\xce\x38\x1f\xfe\x82\x02\x2f\xcf\xf4\xb2\x52\x09\x9b\x29\x2a\xf4\xb4\xfc\xb6\x2a\x25\x3b\xaf\x4d\x0a\xe5\xbb\xe7\x67\xcf\xdf\x6b\x0a\x1d\x7b\x53\x56\xfe\x50\x44\xf0\x72\x34\xb6\xbd\x10\x41\xfc\x5c\x94\x7d\xa2\xdf\x9f\x7d\xf8\xf9\xd5\x0b\xbd\x83\x30\x86\x7e\x10\x5d\x68\xea\xe0\x7f\xb3\x23\x5d\x53\x07\x79\x6c\x35\xd3\x03\x45\x6b\xae\x5d\x3e\x7f\xf7\xee\xcd\x3b\xad\x2b\xad\x1d\xfb\x73\xb4\x42\x9f\x03\x62\x82\xe2\xfd\x3f\xde\xbe\x78\xfd\xd7\xf2\x34\xc0\x6e\xe0\x35\x55\x44\xd9\xfa\x1a\xd4\xd0\x36\x14\xf1\xad\x0a\x04\xfd\x81\x9e\x85\xaf\x1e\x05\xf7\x77\x57\x3a\xa3\x98\xb0\xab\x89\xf5\xca\x91\x22\x9a\x73\x1b\x65\xf3\xa8\xa9\xb6\xa9\xa4\x85\x87\x9a\x64\xae\x25\x04\x63\xc4\x23\x2a\x44\x30\x59\x39\xeb\x5e\xd3\x6a\xd8\x76\x28\x29\x35\x5a\x43\xd5\x4b\xe6\x3d\x33\xa9\x8b\xf5\x2a\x2f\x27\x39\x63\xf7\xea\x6d\x33\x6d\x68\x83\x6a\xaa\x6d\x94\x42\x28\x97\x01\x03\xba\xf7\x93\x4a\xee\xd9\xc8\x8f\x4a\x1a\x4a\xcd\x87\x59\xd2\x5d\xce\xcf\x58\xa7\x62\x97\x03\x6b\x75\x1d\x63\xf0\x90\xa9\x11\x86\xc0\x9f\x3a\x71\x56\xd6\xb6\x69\x29\xc7\x0e\xfa\x72\xfe\xf9\x12\x70\xed\x12\x8b\x85\xaa\x2a\x77\xc4\x98\x17\xf6\xcc\x95\x2a\xe2\x10\xb3\xda\x5a\xad\xc1\xcd\xcb\xc9\x27\x4a\x91\xfa\x59\xa6\xde\x6d\x9b\xa2\x58\x9d\x85\x67\xc0\xd0\x60\x08\xc6\xec\x32\xb0\x96\xe5\xab\x72\xdd\x88\xed\x7a\x68\xc2\x7a\xbe\x1a\xdd\xae\x75\x30\xec\xca\x3a\x4e\x22\x6d\x90\x09\x74\xd6\x14\x06\x21\x77\xd7\x33\xa0\xe8\x17\xe7\xd8\x1c\xc6\x5b\xfc\xef\x37\x64\x61\xe4\xa1\xe0\x12\xf9\x16\xb4\x98\xfc\x63\x4d\x71\x3c\xe7\xa5\x30\xde\xbc\x78\x76\x6a\x49\x19\xd6\x3a\x4f\x89\xe5\xc5\x69\xe8\xb3\x44\xc6\x30\xbe\x60\x49\x8c\xb1\x4c\x61\xbc\x0a\xc8\xcc\x0a\x9a\x57\x46\x69\x85\xd3\xc1\x57\xc1\x69\x79\x6e\x4a\x80\xdf\x06\xb9\xef\x67\xa8\x80\xc2\x19\x4c\x2c\x8c\xe8\x21\x89\x7c\x9e\xff\x09\x99\xe0\xcc\x31\xdf\xb3\xde\xf2\x6a\x24\x33\x78\x89\x2c\x18\x59\xd0\x9f\x07\x51\x90\x10\x0c\x49\x8c\xf5\x1a\x25\x94\xd9\x58\x73\x26\x5e\x5a\x2a\x9e\x89\x1e\x73\xd7\x82\xfd\x47\x8f\xbe\x02\xf6\xcf\xce\xde\x48\xbc\x5f\x05\x91\x1f\x5f\x59\xcc\xb9\xb5\x1d\x59\x97\x31\x2f\xfa\xbc\x82\x89\xe8\x57\x21\x9b\xe0\xa5\x05\x2f\xe0\xae\xe5\x65\xaa\x67\x26\xa5\xbe\xf6\xd3\xb0\x45\x1e\x03\x5f\x12\x1f\x11\x18\x84\xc5\xea\x9e\xf9\xf6\x3b\x56\x9f\xd9\xf7\xb6\xfd\x1a\xac\xf0\x45\x74\x09\xc3\xc0\xb7\x94\xf1\x72\x2b\x6a\xe1\xac\x8f\xdd\x7d\x84\x7c\xcb\x8f\x51\xc2\xd3\xb5\x3f\x07\x09\x51\xa4\xc2\x5e\x5b\xd0\xd2\x06\xa4\x4c\x82\x93\xed\xf7\x47\x3e\x5b\xa4\x4d\x16\x3a\xdf\x6b\x9a\xed\x26\x5b\x55\x1e\x8e\x06\xc3\x64\x31\xda\x42\x2a\x3b\xd6\xac\xbd\x66\xb9\x90\x8b\xd4\x5c\x05\xab\x0b\x8a\x57\x5d\x07\x28\xf4\xf9\xe5\xbd\xa6\xc8\x79\xd9\x2c\xab\x11\xaf\xd7\x7a\x64\xb1\x71\x54\x9c\xea\x2e\x60\x92\x5c\xc5\x54\x5d\xd1\xcd\xe2\xd9\x06\x3b\x99\x18\x0a\x5d\x1e\x4f\x80\x94\xc1\x8a\xe1\x73\x0f\xab\x25\x42\x25\xce\xda\xf4\x34\xea\xca\xa4\x61\xbb\x58\x78\xb4\xbe\xb6\x53\xb2\x80\x91\x3e\xe7\x97\x92\x73\x93\x99\x94\x23\x6a\x08\x84\x8b\xcf\x59\xce\xd2\x03\xa6\x9c\xf1\x74\xd5\x72\x9d\x4e\x5e\x2f\x8e\xeb\xc0\x5a\x51\xca\x23\x70\xc8\xa5\xee\xb1\x34\x97\x4c\x84\x34\x6e\x2f\x42\xe8\xa1\x59\x1c\xfa\x2c\xbb\x44\x59\x53\xf8\x50\x43\xc0\x74\xb5\x07\x32\x85\x28\x8e\x38\x20\x6d\xb5\x0d\xbd\x52\x47\xce\x0b\x20\x22\x3d\xc4\x83\x49\x33\x0d\x64\xb8\x53\x67\x9c\x6c\xb9\x49\xc1\xb0\x92\x0f\xc0\x11\x9f\xf4\xa3\x2c\x11\x67\xd8\xd7\x54\x38\xb9\x14\xb5\x29\x4b\xd6\xb5\xab\x30\x8d\xa9\x77\xdb\x72\x61\x1a\x77\x35\x15\x62\xad\xae\x4f\x95\x3b\x00\x98\x08\xc6\x6f\x71\xdc\x4f\xe9\xac\xc6\x2c\x73\x73\x41\x9f\xfc\x7c\xb5\xfb\x0c\x8e\xb7\xd8\x63\x3c\x31\x30\x73\x8f\x19\x10\xc4\x37\x7e\x33\x68\xb8\x8f\x4e\x53\x61\x08\xf4\x88\x10\x68\x73\x92\xee\x94\x97\x43\x0c\x22\xcb\xc3\x88\x5d\x20\x0a\xc3\xa4\x67\xe8\xbb\x84\x6d\x23\x41\x0d\x07\x5a\x49\x8b\xb3\xb3\x37\xea\x9e\xe8\x2d\x68\xaa\x85\xdb\x9b\xfd\xad\x8a\x32\x64\xd8\xcd\x07\x55\xdf\x2f\x7a\xe1\x8f\xe9\xd6\xd2\x20\x91\x25\x37\x78\xac\x34\xdd\xad\xcc\xb7\x70\x5f\x8a\xb6\xe5\x68\xf0\x86\x0c\xec\xa8\x99\x73\x7b\x6b\x2b\x4c\xa1\x5b\x86\x89\x1e\xfb\xdf\xa4\x37\x0d\x70\x42\xb8\xb9\x50\x1f\xca\x0e\xe1\xbf\x96\xa5\xc2\x61\x15\xcb\xfa\x48\xce\x03\x8c\x6d\x1e\x5d\x4c\xbf\xec\x6f\xb9\xa8\xd5\x75\x7c\xaa\xce\x3c\x4d\x2a\xab\xa1\xc8\x4d\x45\x28\x4e\x80\xcd\x5c\x45\x09\x0a\x29\x32\x24\x31\x05\x04\xb1\x52\x10\x4f\xb2\x4d\x6b\x26\x2d\x61\x7b\x3c\x32\x14\xb8\x36\x6c\xea\xd6\x87\xdc\xb0\x74\x6f\x49\x73\xb1\xe9\xab\x91\x4f\x1d\x50\xcc\x42\x5f\x3c\x13\x1b\x14\x3a\xd9\x50\xdb\xab\xee\x10\x54\x38\x6f\x17\xc3\x71\x22\x1c\x50\x45\xbe\xc2\x3c\xa4\x4f\x94\xc3\xf4\x89\x28\x6e\xff\x84\xe3\xa6\x9e\x2c\xfa\xc5\x28\x06\xcd\x06\xc6\x3b\x9c\xf0\x70\x87\x41\x39\x07\xc3\x64\x34\xe3\xc4\xca\x32\xfe\xe8\xf1\x57\x96\x3c\x8d\x1f\x55\x3c\x68\x4e\x22\x0d\x2d\xdd\x2c\x99\xa4\x92\x62\x6f\x30\x01\x6e\xe1\xfa\xcf\x7b\xee\x6b\xfd\xf5\x85\x78\x17\xac\xa7\xc2\x64\xa7\x88\xf4\xd4\x2b\x47\xbe\x74\xd5\xcb\x23\xec\x42\x15\xb8\xe1\x7e\x10\x49\xf2\xc0\x96\x94\xc8\x2b\xdc\x88\x80\x00\x95\x1a\xca\x08\x45\x16\xc8\x81\x11\xcb\xca\xa1\xf2\xe6\x7b\x4e\xc7\xfc\x9e\x2e\x5e\x33\x27\x8b\xc5\x69\xe9\xf9\xcf\xdc\x59\xfb\xa8\x5a\xa3\x7b\xfb\x25\x48\xba\x0f\x78\x0d\xe4\x96\xcb\x3f\x55\xd3\x12\x9e\x65\x0a\x65\x4a\x90\xaf\xc5\x97\x2b\x5f\x3d\x6f\x41\x50\x42\x82\xe8\xe2\xb1\x4d\xd0\x67\x62\x8f\x6c\xa5\x08\xae\x9d\x2d\x43\x06\x88\x39\x64\x80\x79\x68\xca\x21\x03\xb6\x2d\xa3\x05\xd8\x1a\x6a\x89\x41\xd9\xc3\x35\x60\x0e\xa4\x12\x24\x6c\xb6\x2a\xea\x7d\xdd\xba\x78\x8f\x16\xc5\x75\x53\xb2\xfa\xa6\x0b\xef\xfd\xfc\xec\x7f\xb0\xd1\xb3\x68\xbe\x44\x24\x34\xc8\x0c\x52\x62\xf0\xcd\x52\x73\x95\x40\xf1\x6a\x69\x3d\x3d\x7d\x69\xbd\x6f\x65\xc8\xca\x22\x2f\xaa\xae\xfb\xd1\xe0\xf1\xab\xe1\x29\xe7\xde\x81\xb1\xad\x85\x75\x4c\x26\xa0\x7b\xa2\xa9\xdf\x75\x32\x38\xbf\xc9\xac\x9a\x21\xb1\x70\x3d\xa6\x58\x24\x04\xb7\xde\xeb\x39\x9a\xf9\xc6\xd7\x5f\x9d\xc3\x24\xf0\xba\x3e\x8e\x17\x7e\x7c\x15\x75\x65\x39\x19\xc3\x5d\xb0\xf9\x96\x0d\xfa\xf8\x3e\xaf\xf0\x2c\x4c\x46\xe4\x40\xec\x84\x10\xd9\xc7\x9f\x01\x21\xbb\x20\xe2\x7b\x45\x80\x5e\x18\xd4\x9c\xf0\x50\xd1\xfc\xfb\x9c\xaf\x37\x0b\x42\x5f\xa8\x73\xa6\x6b\xf1\xe4\xb2\x53\x11\x2c\xc5\x18\x45\xde\xb2\xfe\xe2\xad\xaf\x98\xce\xf1\xf2\x1c\xfd\xf5\x61\xf8\xf7\x73\x73\x64\x8d\x17\x87\x74\x52\xa2\xfc\x07\xe7\xe1\x0d\x02\x67\xb4\x50\x09\x51\x44\x68\x00\xc6\x76\x1e\x4d\x96\x0d\x84\xba\x62\x77\xf3\x6f\x44\xfd\xd0\x87\x4c\xc3\x2d\x78\xf7\x59\x15\x15\x63\xfe\x43\x7d\x11\x4a\x8c\x58\xf8\xd2\x26\xf5\x2c\xeb\xbe\x49\x65\xae\x9c\x99\x9f\x17\xbe\x5f\x2e\x50\x97\x09\x76\xd5\x22\x42\x4e\x06\xd8\x00\xb7\xe8\x7e\x67\xb0\xeb\x2c\x66\xc7\xe0\xd1\x76\x05\xc0\x1b\x26\x82\xe8\xda\x96\x6e\xfb\xca\x32\x2e\xaa\x6d\x5f\x43\xf9\x67\xb1\x48\x40\x85\xc2\x77\x52\x56\xf2\xa4\x69\xb9\xca\x76\x9f\x45\xf0\xb7\xb1\x10\xe4\x91\xa0\x6f\x93\xb1\x16\x33\x03\xec\x27\x09\x2f\x8d\xf3\x64\x1a\x84\x84\xeb\x5c\xc2\xd0\x93\xa9\xeb\x4c\x47\x1e\xc1\xc4\xd3\x26\x3a\xd4\x4a\xb7\x22\x88\xbd\xd9\x82\x73\x80\x00\xe5\x82\xc3\x98\xe1\x47\xe8\xd8\x2a\xd8\x8b\x1b\xfe\x0f\x9b\x47\xa6\x59\x7a\xb9\xbb\x2b\x84\x8b\x96\x29\x0e\xc1\xf3\x48\x59\xa5\xf8\x03\xb6\xd0\x0b\x5e\xe7\x39\x33\x77\xbe\x92\xb7\xd0\xc9\x66\xa5\x07\x6f\x73\xbe\x9a\x27\x71\xf4\x66\xc1\x02\xc5\x9f\xc4\xd1\x69\x18\x27\xc2\xa8\x71\xaa\x08\x88\xe0\x14\x99\x57\x58\x5c\x0c\xc9\xa1\x31\xdc\xfb\x76\x24\xb1\x23\xb1\x7b\xcc\xf0\x22\x89\xec\x25\x87\xb8\xd7\xeb\xd9\xc0\x7e\x1d\x5b\x8b\x38\x49\x82\xf3\x10\x59\x6a\x56\x0c\x93\xc7\x8d\xe8\x2b\x0b\x3f\x33\x95\x26\x6b\xf4\xa1\xb1\x48\x99\xf6\xa5\xad\x8c\x3e\x8c\x84\xc6\x13\x31\xa5\x07\xe6\xbb\xd1\x1a\x95\xdb\xaf\x61\x40\xc0\x7e\xa2\x5d\xe3\xc6\x71\x62\x17\x3d\x8e\xc3\xac\x96\xc7\xfe\xb8\xab\xd9\x43\x32\x34\xb8\x7b\x6b\xae\xaf\xa9\xaa\x9d\x65\xf2\x3f\x9d\x28\x0f\x5f\x43\xcb\xf2\x86\x58\x86\x06\x47\x12\x73\x21\xef\x09\x63\x4d\x83\x10\xea\xd8\xda\x26\x0d\x4e\x30\xb4\x45\x98\x62\x59\xc3\xb8\xce\xca\x04\xc3\xf0\x8d\xe2\x0d\x05\x33\x53\x90\x88\x1d\xcf\x4c\x4b\xb2\x88\xb1\xb0\x1e\x65\x1c\x85\xb2\xce\xee\xf9\xd2\x2e\x7a\x77\xa5\xa1\xbc\x50\x42\xf9\xa2\x95\x0d\xc9\x24\xb3\xed\x23\x81\x24\xca\x12\x48\xcc\x16\x23\xcd\xd0\xc4\xe3\xc5\xf3\x6f\x59\x28\xff\xe6\xd2\x26\xd3\x18\xcf\x99\x3b\x2d\x88\x10\xae\x68\xc9\x82\x20\x1c\x40\xd1\x55\xb0\x4e\xf5\x60\x18\xc0\x84\xb7\xe8\xb1\x03\xd0\x01\x1c\x15\xc8\x17\xab\x56\xf1\x05\xc7\x7d\x6b\x43\x55\xa3\x92\x27\x14\x1a\x57\xfd\xa5\x66\xc7\x7e\xf1\x02\x00\xbc\xd2\x94\x6a\xd2\x63\x91\xc3\x9d\xd5\x33\x48\xa0\xc7\x1c\xb5\x3c\x0f\xdf\xf7\x80\xb2\x76\xf3\x27\x9c\x48\xd7\xd7\x50\x77\x64\x0d\x62\x23\xc2\x3a\x76\x01\xa1\x3d\xca\xae\xb5\x6d\xc1\x7e\x77\x4a\x99\x39\xbc\xdc\x80\x6a\xf5\xe5\xcb\x78\xa2\x0c\x59\xec\x5d\xa1\x5b\xd6\x20\x67\x60\x64\x29\x26\x40\x72\x31\xe7\xa7\x3e\x4b\xca\x41\x3d\x2e\x81\x74\x90\xfb\xd3\x1d\x5e\x08\xe3\xe7\x65\xc7\x7e\xf1\xcc\x06\xd9\x67\x08\xd8\x2c\x05\xc5\x71\x00\xa2\x5a\x4f\x02\x2f\xd1\xa8\xd3\x07\xa4\x47\x60\xf2\xc9\xc9\x8c\x9a\xff\xc1\xb5\x33\x9e\x90\x53\xaa\x36\x34\x34\x56\x1b\x1a\xea\xd5\x86\x86\x93\x1c\xdd\x2b\x5d\x45\xa5\xcd\x1c\x10\xbc\x5c\x21\x97\x71\x50\x0b\xf7\x16\x08\x27\x41\x42\x3a\x72\xf9\x55\x95\x0c\xb6\xc3\x72\xe5\x18\x64\x8a\xc4\x2a\x62\xdb\x4c\x1d\x95\x5c\x55\x22\xeb\x35\x20\x00\x4d\x1c\x10\x75\x9c\xb5\x07\x89\x37\xeb\x40\xb1\xf0\x6c\x3f\x76\x56\x7c\x5b\xc2\xb5\xc3\x12\x2b\x94\x49\x95\x45\xe8\x97\x88\x65\x5b\x3a\xe4\xf4\x33\xca\x6b\xbb\x32\x17\x22\x4b\x1e\xba\x40\xe4\x2c\x4c\x2f\xfe\x86\x96\x9d\xac\xf2\x21\x5f\xaa\xc8\x01\x70\x63\x49\x93\xfc\x07\xae\xcb\xac\xb4\x07\xc1\xb4\xd3\x1d\xd0\xc5\x71\x94\xba\x2b\xab\x7d\x74\x20\x18\x88\x22\x3e\x59\xaa\x91\xc0\x28\x7d\xba\x36\x55\x3b\xe1\x1a\x6b\x6e\x0d\xe9\x0e\x8f\x62\x3c\x67\x67\x05\x2f\x7c\x91\xdf\x50\xd0\x25\x07\xc9\x55\x40\xf1\x8f\x65\xa9\x14\xba\x62\xce\x8a\x55\xbe\x97\xcb\x36\xca\xea\x8a\x44\xc0\x3e\x65\x7a\xdc\xfb\x80\x4a\x27\xac\xae\xc6\x33\x48\x90\x43\xe7\x47\x9f\x75\xe8\x72\xf5\x16\x69\x32\xe3\xca\x73\x27\x2a\x25\x81\xe5\x67\xd2\x3e\x53\xca\x8b\x7d\xd4\x45\x7e\x60\xd4\xf3\x0b\x16\x6c\x55\x5e\x9e\x68\xd5\x25\x5d\xbd\x9c\x3c\x62\x4b\x61\xac\xbe\x77\xc6\x95\x70\xfe\x15\x76\xeb\xda\xd0\x6e\xc8\xdd\xbb\x1d\xec\x62\xb9\xc9\x33\x38\x88\x22\x85\x4d\x45\xfe\x28\x8c\x5a\x71\xca\x35\xe5\x02\x11\xc3\xa6\xd8\x5e\x11\xc0\xce\x5a\x74\x16\xad\xd5\xec\xf8\x5c\x63\xdc\xe1\xf3\x1b\xfc\x18\xfd\x67\x91\x23\xfc\x18\xdd\xbb\xc7\x67\x02\x59\x2a\xdb\x1d\x8d\x2d\x44\x3a\x5b\x88\x26\xa3\xd5\xfa\x20\xfa\xf7\xe1\x63\x22\xd0\xd2\x81\x0e\xb8\xd3\x37\x95\xdd\xa7\x33\x63\xa4\x07\xc7\x64\xe2\xac\x1d\x67\xb4\x61\x86\xc9\x63\x93\x4d\x25\x40\x49\x07\x6d\xaa\x80\x98\x74\xa0\xe3\x8c\x34\x98\x2a\x00\xaa\x2e\x67\xbf\x09\xfb\x10\x10\x87\x4e\x42\x22\x18\x65\x08\x96\x25\xfb\x95\x6d\xca\x0a\x22\x0b\x19\x27\xc3\xc7\x12\x56\xa1\xa8\x50\xe8\xb2\x58\x06\x53\x2b\x7c\xb9\x76\x46\x68\x4c\x26\x6e\x04\xd0\xde\x6a\xed\xc3\x7a\xc3\xd3\x83\xbf\xbf\x47\x1f\x5e\xff\x2d\x34\x1b\x9e\xe6\xb1\x5f\x7f\x9d\xfb\x09\xb0\x83\xcb\x65\x97\xee\xc7\x79\x20\x72\x87\xb8\x84\xad\x9c\xe4\x2a\xa9\x89\xdd\xb5\x98\x57\x56\x59\xa3\x0f\x0b\x1f\x12\x59\xf5\xf0\x88\x05\xe7\xc8\xb8\x8a\x23\x7e\x23\xf5\x11\x73\xef\x66\xd7\xa9\xe8\x6e\xe7\x87\x75\xb5\x20\x58\x6c\x09\xce\xee\x40\xa4\xbf\x29\xac\xd9\x83\x13\x30\x54\xc1\x77\x87\x95\x5a\x8a\xe1\xbe\xf3\x7c\x28\xcc\xa0\x5f\x52\x7b\x1f\x95\xdd\xda\x2d\xe3\x63\xea\x8c\x01\x4a\x33\x67\xfa\x3c\x97\x45\x32\xdd\x5e\x33\x12\x48\x6c\x6b\x40\xf7\xcb\xba\x6c\x06\xfc\x11\x18\x08\x15\x98\xfd\x18\xb6\xd1\x66\xa5\x3f\x8b\x1b\x04\x22\x99\xee\x53\xe3\x6b\x1f\x34\x09\x3d\xae\x55\x88\x94\x3a\x23\x68\x95\xfe\xa3\xbb\xc6\x05\xf9\x49\xea\xcb\x88\x2f\x8e\x3e\xa1\x65\xba\xa0\x1a\xce\x32\x22\xf0\xb3\xf2\x94\x63\x04\xfd\x38\x0a\x97\x99\xd3\x7c\xda\x4a\xa5\x29\x9e\x4d\xaa\x58\x65\xe8\xae\x08\x3c\x3f\x0b\xfe\x85\x46\x43\x10\x06\x11\x7a\x9d\xd2\xad\xc9\xea\x1c\x92\x19\xa2\x3d\x52\xed\x2b\xb0\x41\x32\x8b\xaf\x4e\x53\x9c\xc4\xf8\xb7\x19\x8a\xce\xd8\xfa\x06\xd1\x05\x33\x94\xa7\x84\xe2\x66\x34\xb6\x4f\x63\x1f\xbd\x62\x9b\xae\x1b\x06\x11\xe9\xce\x21\xfe\xc4\xa3\xd2\xe8\x4f\xca\x14\x98\x06\x95\xd4\x6a\x50\xb0\xd2\x37\xa7\x0a\xa4\x98\xd5\x1a\xf9\xda\x76\x36\x6a\x49\x33\x14\x2e\x2a\xd5\x23\x86\x2e\xce\x3b\xee\x53\xb8\x59\xce\x3e\x5b\x2d\x26\xb4\x31\xeb\xb7\x42\xa8\x3d\x01\x72\x75\x46\x77\x06\x80\x2f\x1c\x0f\x16\x60\x8b\x59\x8c\x15\x60\x9e\xf2\x62\xa8\xc0\xb6\x05\x25\x05\x65\xb1\x0f\xf8\x94\x7a\xec\x51\xc7\xe1\x25\x20\xdf\xf1\x7c\xae\xa7\x84\xe0\xb2\xcf\xde\x34\x42\xbe\xae\x23\x9f\xe1\x01\xab\xde\x97\x20\xc2\x15\x8b\x0e\xa3\xc6\x37\x8c\x1a\x85\x38\xca\xa7\xef\xac\x41\x82\xc8\xab\xd8\xcf\x97\xbb\x2b\xc2\xac\xc8\x3d\xea\x44\x9d\xd5\x1a\x84\x0e\x58\xad\x01\x25\x62\x34\x42\xbd\x79\x30\x47\x40\x0e\x30\xca\xf5\x4f\x25\xb2\x9c\xc2\x23\xc0\x23\x3a\x6c\x7c\xcb\xf1\x7e\x9c\x1c\x62\xe8\x4a\x76\x08\x7d\x15\xfb\xc8\x8c\x4a\x1b\xec\x5c\x80\x32\x3e\xa7\x64\x84\xb0\xc8\xf3\x97\x3f\x7b\x7e\x90\x78\x71\x14\x51\x19\xa1\x49\x75\xce\xcd\x6b\x93\x2b\x9d\x49\xd0\x67\x02\x31\x82\xd6\xff\xdf\x5a\x60\x64\xb1\xf3\x84\xc3\x23\x9a\x50\x59\x96\xc5\x29\x9d\xce\x82\xd0\xbf\x7b\xb7\x93\x83\xce\x65\x85\xe8\x52\x5e\xcd\xf0\x8d\x78\x48\xf5\x41\xaa\xc7\xd1\xd3\x1f\x49\xb9\x9f\x51\x6f\xa7\x88\x3b\xc1\xd8\x88\x94\xd6\xaf\x66\x71\x88\xde\xa3\xcf\x4c\x70\xc9\xe3\x45\xfe\xd1\x41\x60\x05\x65\xa5\xbf\x84\xed\x9c\xf4\x9c\x60\xc4\xe5\x11\x0a\xe4\xcb\x20\x21\xf4\xb9\x37\x83\x18\x7a\x04\x61\xaa\x44\x71\xb9\xa2\x62\x7c\x7d\x8a\x3a\x0c\xe5\x82\x87\x7c\xe7\xe6\xc8\xe3\x02\x91\xe7\xec\x71\x27\x87\x37\x01\xbe\x64\x2d\x42\x3d\xa6\x9a\x57\x27\xc7\x05\x9c\x1e\x99\xa1\x88\xe1\x2c\x47\xa3\x6c\x3b\x8a\xf2\xf0\x3d\xce\x1c\x0e\x22\xa6\x77\x73\x05\xcd\x5c\x6e\x92\xe9\x3b\x3d\x12\xbf\xa4\xe7\xec\x29\x4c\x50\xc7\x71\xdd\x28\xff\x80\x89\xe1\xc8\x45\x5f\xbe\x90\x71\x7f\xa2\xc0\xa4\xfb\xaf\x83\x58\x21\x46\x3f\xf0\x9f\x2e\x16\x08\xe2\x12\x79\x71\xa0\x7b\x18\x4d\x31\x4a\x66\xb9\x2a\xa8\x86\x82\x95\x79\x0c\x48\x85\x7b\x95\x9b\xff\x08\xad\x9d\x12\x0c\x05\x25\x2a\x69\xa0\x44\x45\xd3\x00\xcf\x21\xbf\x31\x30\x44\x98\xdc\x94\x68\xa0\xb7\xb3\xc3\xd3\xa7\xbf\xf4\x23\xb3\x50\xfa\xf1\x23\xc4\x17\x7d\x1b\xf0\x3f\x06\xaa\xd2\x40\x22\x5c\x5e\xbc\x24\xbc\xee\x20\x95\x32\x68\xa5\xa3\xf4\x04\x1c\x97\x85\x47\x2a\xdb\x46\xd3\x18\xcf\x91\xdf\x95\x52\xc6\x58\x24\x9d\x97\x71\x67\x5d\x41\x1c\x89\x38\xf3\xc1\x43\x26\x96\x4a\x43\xb3\xff\x33\x9d\x45\xf2\x42\xdc\x4a\x61\xb8\xf7\x44\x5c\xee\x03\xf8\x85\xa8\xb9\x6b\xac\xfb\xa0\xcf\x8a\xe9\x6d\x14\xc3\xb8\xa8\x7a\x3c\xc9\xdf\x6e\x21\x82\x65\xb3\xeb\x83\xb6\xb1\xa4\xe7\x63\x65\xf7\x71\x57\x78\x86\xf1\x8d\x1e\xde\xc6\xa9\x91\x55\x53\xe7\x97\xcc\x5e\xf3\xc4\x9b\xdd\x64\xfb\x35\xa7\x9d\xd1\x50\x73\xb5\x43\xbf\x3e\x33\x73\x29\xb5\x0c\xa6\x66\x75\x26\x58\x0c\x1b\xaf\xf2\x3e\x51\xbb\xc6\xa7\xdc\x0e\xc7\xa9\xb8\x90\xb6\x6d\xd5\x81\x56\x8e\x32\xb1\x43\x8b\x49\x1e\xda\x4d\x66\xb2\x0a\x3d\xbf\x12\x49\xb2\x0d\x55\x06\xd7\xac\x30\xf1\xe0\x62\xe5\xbb\xec\x0e\xf2\xd5\x08\x5b\x5f\xb3\x5d\xe2\x3c\x8d\x13\x93\x1a\xe6\x61\x1a\xd7\x63\x07\xec\xc3\xbc\x83\x7d\x2a\x43\xde\x87\xe0\x41\x5b\x04\x9c\xc2\xc8\x43\xe1\x5e\xe7\x5c\x6e\x70\xb8\x73\x26\xb6\xe1\xe1\x00\x0c\x5b\x68\xa6\x7a\x91\xb5\x82\xb7\x8c\xdf\x2b\xda\x0d\x92\x26\xd7\xfd\xb4\x52\x42\xcd\x67\xfb\x37\x8e\xda\xcc\x81\xd5\xac\x24\xef\xb7\xaa\x75\x34\x7b\xf9\xcc\xbb\xf7\x5b\x40\x36\xdc\x33\xd2\x26\xfa\x4a\xbb\x13\xec\x2a\x20\xb3\xae\x8e\x0d\x53\x74\x0d\xb0\x2d\xd1\x84\x55\xa1\x32\xa5\x0a\x97\x6e\x93\x14\x4c\x65\x60\x14\x67\x9a\x71\x4e\xb5\xc3\x73\x87\x4a\x96\x39\xa7\x4c\x47\x82\xc3\x9a\x6e\x1e\x51\x6d\xd8\x16\x2f\x27\x61\xb4\xcc\x52\xd5\x20\xc8\x02\x89\x4a\x09\x24\xc5\x78\xa4\xd6\x99\x68\x06\xbc\xb5\x4c\xd4\x6f\x8b\x6b\x59\xbe\x7b\x13\xae\xd1\x67\xe4\xa5\xa4\x7c\x49\x4d\x35\xae\x01\x0f\x6a\x01\x79\x13\xe4\x76\x98\xcf\x50\xfb\x2d\x90\xb9\x29\x24\x22\xb7\x47\x18\xb7\xcc\xc2\x1f\x24\x0b\x2e\xb0\x5d\x6e\xe8\x5b\x20\x3c\x87\x82\x2f\xb3\xb0\x09\xde\xfc\x35\x5f\xa6\xb9\x08\x98\xda\x96\xeb\x56\xd6\xc4\xdc\xeb\x8d\xce\x02\xca\x91\xfd\x14\x23\x6b\x19\xa7\x56\x92\x62\xf4\xd8\x06\x19\x52\xa8\x5a\xaf\x66\x4a\x7f\x64\xda\x27\x23\x98\xba\xdb\x03\x74\xd4\xde\x19\x38\x6b\x20\xe8\xb0\xc5\x37\x52\x4f\x8d\x7c\x2e\x7f\x74\x72\x58\x96\x17\x6c\x64\x86\x97\xb5\x04\x5d\x1f\x83\x71\xec\x31\x62\xcd\x27\x99\xd7\xea\xa0\x38\xb6\xde\xb5\xc1\xec\xa4\x3e\xb4\x01\x29\xbf\xcd\x01\xde\xdf\x22\xb1\x46\xdc\xcd\x0f\xbd\xf0\x7e\x18\x24\x37\x46\x9b\x7e\x77\x7c\x74\x7a\xf4\xf0\x10\x99\x4f\x32\x11\x4e\x2c\xaf\x7e\x90\xff\xaa\x18\x37\x71\x6f\x86\x9d\xf1\x7b\x60\xd3\xd5\xb4\x4b\x97\xb0\x51\xe5\xdb\x47\x21\x22\x22\x74\x30\x4d\x90\x7e\x47\x73\x96\x59\x4b\x85\xed\x38\x42\xb5\x47\xa6\x52\xb3\x29\x9a\xa1\x17\x76\x29\x46\x85\x6e\xcd\x3c\x30\xa6\x1b\x94\x09\x3c\x4f\x43\x88\x4d\x81\xa0\x5a\xb4\xe7\x90\x65\x40\xb6\x4e\x11\xcd\x85\xd3\x6f\xa9\xf6\x9a\x92\x91\xc8\x4c\x8f\x52\x16\x41\xa4\xd5\xb9\xfc\xf9\xe6\xef\x45\x4d\xb8\x52\xde\x51\x43\xdd\xa0\x76\x56\x38\xbe\xda\x72\x4a\xe6\x74\xa7\xba\xbb\xa5\x59\x8c\xa8\xef\xf5\xa0\x17\x72\x8b\x59\x76\xcd\x34\xcb\x81\x2a\x94\x47\xc9\xbc\x4c\xaa\xa8\x5c\xcb\x0a\x0d\x25\x18\xb3\x43\xef\x41\x21\x5c\x5a\x0e\xc5\x91\x3d\x01\xf6\x1c\x46\xf0\x82\xa1\x60\xe7\x32\x4b\xb6\xb9\xfc\x50\x36\x3f\x31\xe8\xe6\xec\xf6\xfa\x72\x47\xc6\xb0\xf7\x2d\x46\x29\xd6\xcd\xbe\x26\xd2\x53\xc6\x8b\xad\x82\xa7\x17\xf1\x25\xc2\xec\x1e\x2d\xd5\xb3\x76\x33\x5d\x2e\x6d\x3b\x7f\xcf\x0c\xf3\xa0\xa6\xe7\xf4\x4b\x43\xf5\xcf\x3c\x45\x1c\x4f\x44\x45\x4d\x3d\xe0\xd8\x1c\x3c\x3c\x28\x25\x27\xe7\xbf\x94\xee\xd6\x4c\xc2\xcd\xae\x06\xe0\x5c\x54\xf0\xd5\x9d\x02\x8c\xeb\xf0\xad\x52\xbd\xda\xf5\x6c\x59\xaf\x62\x8c\x6a\x8b\x4b\x55\x16\x54\xd9\x00\x11\xbf\x31\xbc\x2d\x38\x5a\x4a\x48\x60\xe7\xab\xcd\x44\xfc\xc8\xa9\x2e\x36\x93\x67\x4e\xd9\x87\xd9\xcd\x56\xfc\x71\xfe\xa2\xa4\x1d\x19\xd9\x10\xd8\xcf\x7d\x51\xe4\xc5\x5c\x52\xac\x32\x76\xba\x8a\x4d\xf1\x9c\x51\x59\xc7\x27\x2b\xc2\x54\xad\x16\x35\x2e\x09\xb7\x3b\x72\xf5\x82\x5c\xf9\xcb\xe7\xfb\xca\x8c\x54\xba\x0a\xa5\xf5\x72\x70\xe7\xbe\x76\xaf\xfc\x89\x8e\xf0\x33\x12\x2f\xac\x34\x91\xc6\xfa\xaa\x4a\x6e\x12\x64\xa9\xc4\xe7\x41\xa8\x9d\xad\xe9\xe3\xcd\x5e\x83\xea\xde\xca\xfd\xd5\xb5\xcd\x5a\x2b\xab\xff\xa6\x0f\x2c\xeb\x94\xc3\x66\x71\xd4\xd7\xf5\x5b\x57\xf9\x6e\x53\x49\x97\xe2\x7f\xba\xd6\xc2\xfe\xb8\x82\x11\xb1\x48\x6c\x25\x6a\x8d\x78\xb9\xce\xa7\xa7\x2f\x79\x75\xb3\xc7\xd6\x7b\xfa\xfb\x2a\x08\x59\x15\x56\xf6\x51\x9c\xb2\xea\xa7\x5b\x41\xdc\xac\x41\x1f\xd8\xa9\x29\xe1\xbc\xaa\xb1\xda\x20\x79\xab\x77\x03\x8c\xd8\xe5\x0a\x52\xd5\x44\x2e\x8c\xd6\x15\xe7\xcc\xc3\x6c\x27\xc9\xfb\xcc\x0b\x15\xa6\xb4\x41\xb2\x7a\x72\x71\x5a\xc7\x8e\x1a\xe3\xad\x84\x8c\xa6\x33\xdf\x96\x45\xc8\xf2\x56\xd2\x0c\xb2\xf3\x0c\x36\x34\xd8\xcc\x3c\x1a\x32\xf4\xf6\xa5\x2b\xbf\x16\x1f\x4e\x13\x74\x5d\x4c\xf8\x43\x62\xd6\x73\x8a\x80\xfe\xdf\xe2\xbe\x69\x82\xbe\x39\xeb\x4d\x13\x54\xe4\xb9\x7f\x2a\xe6\x3a\xd0\xf9\xde\xd0\x44\xbc\xc3\x02\x73\xe4\x85\x1b\xf9\x8d\xda\x79\x8e\x2b\x6f\xa8\x1a\xc8\x44\xc8\x52\x4a\xec\x46\x98\x2c\xeb\x43\xe5\xa2\x37\x5f\xf6\x6f\xc8\x89\x0b\x4c\xe2\x4f\xc4\x86\x2b\xcb\xef\x6e\xc5\x7a\xab\xc8\xcf\xc0\x52\x5b\x50\x65\xe1\xcc\x67\x33\xd2\x09\x31\x03\xe8\x59\xba\x08\x03\x8f\xdf\x1f\xb2\x93\xb2\xf1\xa8\xa4\x6c\xd8\x30\x8a\xa3\xe5\x3c\x4e\xdb\x85\x1b\xb4\x46\x6d\x8b\x2d\xdf\x8e\x86\x0b\xfa\xf5\x9e\xcf\xba\x67\xb2\xf7\xdb\xe3\x8e\xff\x27\x8f\x3b\x8e\x98\x6f\x7e\xe2\xf1\xd5\xe7\x87\xde\x9f\xf0\xc0\x6b\xa0\x4d\x64\x65\x33\xfc\x8c\x56\x1b\xa8\x18\x8f\x4a\xc7\x5e\xa5\x66\xd1\x60\x13\x34\xc4\xe1\x35\x9f\x67\x65\x5e\xf0\x27\x3e\xd2\x0c\xd5\xe0\x41\xee\x72\xc3\xdd\xc2\x73\xca\x57\x1c\x1a\xb3\x40\xc0\xd0\xe4\xf5\xcd\xcd\xa3\xd6\xff\x5b\xf0\xf6\x4e\x23\x96\xdf\x61\x03\x7b\x86\xd1\xb4\x4b\x62\x59\x22\x31\x97\xe9\x2e\x6f\x46\x8c\x62\xd2\x45\x7f\xb4\xf4\xf3\x96\x1d\x7d\x5b\x84\xd6\x7c\x94\x8e\xba\x37\x51\xb8\x54\xcd\x3a\xed\x83\x6a\x24\x34\x51\x4c\x82\x69\xc0\x43\x87\x92\x9b\xe2\x7f\x7c\xf6\xe8\xe7\x93\x4f\xbf\x7e\xf8\x87\xd9\xff\xf8\x44\x14\x1a\x07\xea\x82\x23\xf3\xbd\x17\x86\x70\xbc\xe1\x04\xa8\x92\x42\xed\x4d\x9b\xd5\xfd\x0e\x28\x0c\x29\x77\x08\x6c\x6f\x33\xfd\x47\x9c\xe2\x4c\x85\x62\x37\xd0\x9c\x23\x14\x59\xd0\xf7\x91\xdf\xf6\xce\x8a\xf7\x33\x84\x11\xbb\x44\x05\x46\x16\xcb\x8c\xa6\xfd\x04\xd1\x05\xaf\xe2\xad\x86\xa9\xea\xb7\xd5\x15\x23\x15\xa8\x4e\x59\x9e\xde\xf7\x84\xea\x04\x5e\xee\x05\xd5\x09\xbc\xfc\xba\xa8\x2e\x1e\x41\x37\x16\xd5\x14\x4d\x1c\xd8\x7d\xe0\x99\xf5\xf4\x95\x89\x3a\xb9\x91\x68\x7e\x1d\x5f\x09\xeb\x77\x84\xae\x36\x63\xa2\x05\x8e\xa5\x4d\x1d\x92\xaf\x83\x60\x19\xea\xd1\x36\x08\xfd\xab\x92\x30\x03\x72\x1f\x14\x4c\x3b\xda\x91\x80\xaf\xef\x61\xb5\x08\x25\x85\xa3\xed\x64\x20\x83\xd4\x71\x13\x84\x21\x9e\x0a\xdd\x3d\x87\x9b\x6b\x44\x7c\x25\x49\xe8\x8f\x3f\x3e\x9c\xfc\xcf\xb3\x8b\x41\xd3\xbc\x26\x55\xe0\x2d\x9b\xa0\x0d\xec\x37\x0b\x72\x81\x63\x96\xb9\xfc\x46\x54\x03\x13\x55\x6e\xe0\x39\xb3\x18\xb4\xf8\x4c\x5c\xc7\xda\xfc\x8b\x05\x8e\x17\xfa\x07\x9f\xd0\x52\x4b\xb6\x2e\xd4\xd9\xe3\xc1\x16\x59\x99\x3a\xf5\x57\xdd\x55\xaf\x6a\xd5\x72\xd9\x56\x32\x0c\x4c\x7b\x3d\xe1\xf1\xcf\xc7\x22\xd3\x2a\x1b\xd2\x98\x73\x35\x04\xc3\x61\xbe\x26\x9d\xaa\xec\x27\x05\x50\x05\x9e\xea\x8a\x4d\x87\x8e\x03\xd8\xff\x6b\x9e\x86\x75\x52\x8a\x58\x16\xdc\x4b\xdc\xaa\xb3\xed\x89\xf3\x60\x9b\xd4\x9c\x4a\x43\x5e\xae\xf8\x5a\x9f\x67\xcd\xc8\xf5\xef\x71\xa4\xf7\xa0\x17\xf6\x32\xa4\xf7\x84\x27\x51\xbb\x21\x88\xd3\xc0\x24\x57\xd7\x51\x03\xc9\x14\xd9\xac\xc6\x9a\xc7\x91\xe8\x7c\x73\xc7\xc0\xf8\xb5\x80\xb2\x01\x58\x5a\x5d\xc6\xbd\xce\x3e\xbb\x21\x6a\xef\xf3\x2f\x74\xdd\x1a\x03\x8d\xbe\x3f\xc7\x30\xf2\x9b\xcd\x4c\xa2\x70\x9b\x3a\xa5\xaa\xfb\x77\xac\xc4\xd1\x2f\x7c\x8b\x31\x74\x0d\x1e\x50\xa5\x3c\x80\x5d\x6e\x9f\xc9\x2d\x90\x84\x32\x0d\x44\x6d\x24\x86\x53\x5b\xda\x63\x0b\xd7\x5f\x0c\xc1\xe0\xd1\x04\xd8\x16\x9f\xcd\xb0\xaf\xc3\xbc\x4d\xce\x93\x66\x0a\xad\xb6\xd7\xa9\x26\x59\xb9\x59\x11\x58\xf7\xc8\x18\x96\x68\x99\x0b\xc3\x0f\x32\x98\x4d\xdf\x18\xcd\x3e\xed\x2f\xaf\x78\x44\x47\x68\x50\xc0\xf1\xa4\x9d\xf4\x57\xc9\xef\x44\x51\xd0\xaf\xca\xef\x4a\x64\x77\xc8\xe2\xa0\x44\x79\xd2\xac\x82\x4a\x76\x30\xa9\xf3\x4b\x2f\x71\x68\x4e\xc5\x60\xd0\x1c\x6a\x5b\x6a\x08\x86\x47\x13\x23\xcd\x8a\x9d\x5d\xc0\x41\xdb\x14\x8c\x13\x75\x7c\x81\x42\x15\xda\xe5\xd6\xb7\x4d\x6b\x58\x09\xf9\x4d\x2a\xea\xac\x65\x46\x60\xc1\xf2\xf4\x6a\xb7\x1c\x69\x8b\x38\x09\x84\x24\x90\x0b\xa3\x9c\xa7\x21\x09\x16\x4c\xfa\x78\x82\xd1\x1f\x69\x80\x79\x41\x1f\x1b\x07\x17\x33\xed\x8a\xbf\x22\x22\x0d\x73\xca\x6a\xd2\xe4\x23\x2b\x59\x3d\xd7\xb6\xf1\x80\xf6\xe6\x40\x43\x55\x3d\x67\x87\x60\xc3\xe2\x85\x12\x66\xa3\xed\x66\x22\xc9\x16\xd6\x70\xdf\xc3\x46\x03\x70\xc3\xe0\xcb\x46\x58\x51\x65\x83\xda\x92\xab\xdc\xb1\x83\x23\x30\xce\x24\xc8\x89\xf0\x13\x88\x87\x3c\x0f\xb5\x8d\x36\x58\x59\x81\x49\x5d\xba\x65\xa6\x25\xd5\xf3\x0e\xb9\x61\x45\xc4\xb1\x99\x3c\x98\x94\x2a\x5d\x65\x94\x24\x50\xf0\xb0\x58\x0d\x4a\x3e\xab\x82\xb6\x78\xe2\xb6\xa7\x48\x33\xb1\x6d\x12\x1c\xc4\xdb\xc3\x0c\x48\x13\xb6\xcc\xe4\xb8\xcd\x29\xf4\xd0\x9c\x55\xcb\x8a\x28\xef\x72\x4d\x63\xa9\xc7\xa3\x56\x57\xdb\x6e\xe9\xe4\x18\x54\xe5\x18\xb7\x3c\x2c\x85\xda\xf1\x6d\x0f\xcb\x93\x9a\x53\x41\xdd\x30\xdd\xe8\x28\x60\x61\xec\x68\xba\x81\xfb\x7f\x0a\x58\x2e\x91\x91\xe7\xef\x3f\xce\x7d\x7b\x66\xdf\x90\xd5\x9b\x19\x7d\xbd\x56\x41\x51\xd0\x8b\xf4\xea\xf1\x15\x02\xa3\x49\x2a\xdc\x57\xbc\xfd\xce\x0c\xff\x91\x81\xdf\x3f\xba\x2e\x76\xaf\xc5\xda\x6b\xc9\x38\xc0\xf6\xc2\xa0\x94\x95\xb3\x3d\xcb\xd7\xd8\xfd\x40\x28\x2a\xf2\x16\x0d\xc6\xa9\xbb\x42\x6b\x1a\x2a\xc3\x40\xcd\x61\x30\x34\x1c\x06\x43\xfd\x30\xa8\x52\xbb\xb6\x14\x4b\x9a\xe9\xb9\x26\x52\x14\xa4\xd0\xcb\x66\xb7\x17\xd5\xb6\x78\x3f\xe0\xa4\x42\x36\x69\x7b\x98\x0c\xcd\x87\x49\x9f\x2e\x5a\x03\x7f\x77\x23\x57\xf7\xa3\x06\xc7\xc0\xbe\x54\x26\x6e\x73\x6a\x6b\x2f\xdf\x0b\xf3\xaf\x53\x09\x18\x58\xd7\xa3\x05\xf0\x6b\x69\x0a\x07\x00\x37\x52\x7f\x47\xc7\x80\xd9\xc6\x56\x2e\xcf\xa3\xf1\xae\xf2\x95\x23\xb9\xed\x13\x63\xd2\x83\xe1\x62\x06\x7b\xb4\x4d\x31\xb2\xb4\xd4\x91\x8f\x1a\xf4\xc4\x1a\xd5\xf0\xc7\x5d\x2e\xfa\x2e\x85\xc5\x3e\xd4\x16\xb8\x6c\x27\xab\xda\xd1\x0f\xcd\x32\xe0\x4d\x3f\x00\x4d\x0a\x4f\x7b\x7d\xa7\xe2\x00\x3a\x56\xea\x86\x0a\x62\x32\x2d\xb4\x10\x30\x72\xc2\xc4\x76\xe7\x07\x1f\x76\x83\x96\x63\xba\x33\xa7\xf8\xb8\x62\xf9\x37\x41\x55\xa1\x2d\x9b\xb7\x44\x43\xbd\xb7\xf5\xcc\xf2\x3b\x6a\x50\x7a\x7e\x5d\x73\xcb\x6d\xd2\xc6\x4a\x7d\xcb\x83\xf3\x18\x18\x94\xad\x2d\xcf\xc7\xa3\x26\xb1\x60\x5f\xcd\xe1\x59\x8e\x27\xab\xbf\x53\x45\x86\x87\x5d\xa0\x5c\x18\x99\x0c\x14\x9b\xe2\x78\xde\x45\x11\xc1\x01\x6a\x53\xb3\xc9\xe3\x57\x67\x24\x7a\x41\x92\x2e\xc1\xd0\xfb\xd4\x95\x3d\x23\xc8\xec\x8f\x61\x7c\x85\x30\xab\xb7\xbf\x55\xa5\xa7\x2a\x87\xe7\x37\x77\xc2\xa6\x64\xd6\x9d\x23\x32\x8b\xfd\x1b\x55\x10\xe3\xef\xcf\x5f\xf9\xcf\xff\x9f\xff\x47\x6d\x41\x0c\x55\x31\xa2\xec\xa2\xa4\x73\xc9\xd7\x98\x28\xf8\x29\xb3\x79\x8b\xb2\x15\x93\x72\x0d\x8a\x16\x25\x28\x1a\x1c\x5e\xed\x0a\x50\xd8\xc6\xca\x4a\x7d\x2d\xac\xff\x59\x90\x2c\x42\xb8\x54\x97\x8f\xef\x10\x6e\x61\x97\x62\xb4\xb3\xb2\x03\xf9\x61\x36\x47\xaf\x56\x45\x62\xd4\x8d\xd1\xb8\xf3\x8c\x15\x36\x28\x33\xb7\x71\x45\x7c\x44\x60\x10\xb6\xaa\x60\x20\x7a\x35\xec\x1e\x7e\xeb\x93\x56\xca\x44\x69\x95\xc6\xb2\xf7\xfb\x5a\xdb\xcd\x8b\x5a\x51\x4e\xa2\x1d\xce\xcb\xe0\x0e\x35\x70\xd9\xad\xcc\x2f\x63\x0f\x86\x01\xf3\x78\x00\xfb\x22\x8c\xcf\x61\xb8\x17\xb0\xd9\xb6\x0d\x55\xe7\x99\x3c\xcf\xe3\x4a\x13\x8b\x8f\xc5\xc3\x78\x12\x7b\x8b\x09\xf1\x49\xbc\x82\x9f\xd9\x3c\xde\xbf\x7f\xd9\x52\x10\x2c\x38\x20\xb9\x42\x46\xcc\xde\x48\x83\x27\xd2\x28\x06\x93\x38\xa6\x8a\x9a\xbd\x5d\x21\x48\xfa\xdf\x2b\xf8\x39\x98\xa7\x73\xeb\x7d\x30\x47\x16\x89\xad\x97\xc1\x25\x1a\x59\x64\x86\xac\xb9\x78\x13\x06\x53\x64\xc5\x53\x0b\x46\x4b\x11\x68\xc5\x51\xea\x5b\xe7\x4b\x9e\x69\x41\x09\xdc\xe2\x04\xde\x56\xa0\xaf\x70\x86\x56\xf8\x54\x4d\x0b\x60\xbc\xa9\x7b\x4f\xfc\xa1\xd1\x35\x07\xd5\xe2\x88\x88\x47\x17\x52\xc4\x76\x91\xe9\xc6\x93\xf7\x1a\xe5\x81\x83\xb6\xf2\xc0\xcd\x0b\xce\xfa\xe5\x28\x4d\x5f\xff\xfa\xf2\x7f\x6e\x4c\x70\x96\xbc\xea\xb1\xc9\x00\xdf\x45\xf8\x96\x26\x16\x95\xc3\xb8\x4e\x1a\x87\x71\x69\x17\x81\x0e\x8e\x6f\xc3\xb8\x1a\x06\x32\x65\xc8\x2f\x07\x34\x31\x25\xb6\x10\x37\x05\xec\xa2\x4b\x62\x07\xdb\xaf\x69\x80\xe6\x41\x4d\x35\x5f\x6f\x1b\xd6\xb5\x05\x36\xf2\x56\xf1\x7c\xa3\xbd\xc6\x80\xd5\x76\xdd\x1a\x5d\xad\x63\xc0\x36\xcc\x6c\xd7\x18\x30\xd6\xfd\xf5\xc6\x80\x0d\x87\x5a\x0c\xd8\xe1\xb7\x8d\x01\x1b\x0e\xb7\x88\x01\x3b\xbc\xd6\x18\xb0\x21\x1b\x61\xb3\xbd\x66\x38\xf8\x33\xc5\x80\x3d\xd8\x77\x0c\xd8\x83\x7c\x0c\xd8\xc3\xfd\xc7\x80\x95\x8d\x96\x62\x16\xdf\x36\x66\xeb\xf8\x36\x66\xeb\xcf\x1a\xb3\xf5\xd0\x14\xb3\xf5\xf0\x1a\x63\xb6\x8c\xb4\x74\x6d\x31\x5b\x8f\x36\xc7\x6c\x0d\xfb\x65\x37\xfd\xb0\x96\xf2\xbf\x71\xcc\xd6\x51\x06\xe4\xb5\xc6\x6c\x89\xb0\xe1\x72\xa0\x30\x45\xeb\x5e\x63\xb6\x1e\xee\x2b\xf9\x5c\x04\x93\xfd\xe9\xe3\xb2\x58\x08\xd5\xfe\xa2\xb2\x8e\xff\xaf\x46\x65\x99\x95\x82\x3f\x47\x74\x16\x8b\xf6\x2e\xb1\xf6\xc3\x7d\xb9\xa7\x07\xc7\x19\x4d\x7e\x4a\xcf\x11\x8e\x10\xc9\x24\x10\xb3\x87\x55\x6b\x97\x63\xb9\x85\x17\x79\x8a\xdc\x82\xdb\xfe\x2d\x07\x4f\x8b\xc3\xb6\x38\xb1\x7f\x5e\x91\xfa\x19\xd1\x06\xf9\xa9\x88\x27\x3b\xcf\xe1\xbf\x7e\x7b\xbf\x91\x63\x03\x03\x1b\x63\x44\x69\x9f\xbe\x79\x7d\xf6\xe1\xe5\xc7\xb3\xb3\x37\x1f\x9f\xbf\x7e\xfa\xf3\xcb\xe7\xcf\xb6\x2f\xd3\x64\x46\x4d\x1c\xf8\x5e\x3d\x6e\x58\x8b\x3c\x72\xe4\xa3\x9d\xb1\xf3\xe6\xc5\xb3\xd3\xd6\x07\x9a\xf9\x38\x3b\xa2\xd3\xda\x97\x57\x7c\x50\x56\xb3\x1a\xb2\xf4\x50\xf3\x77\xec\x91\xad\x27\x71\x8a\x3d\x74\xcb\xd8\x19\x63\x97\x38\xfe\xfe\x99\xfb\xb7\x0a\xbd\x65\x18\xb4\xcd\x0e\xb9\xeb\x88\xba\xdd\x4f\xb0\x2d\xdd\x08\x74\x93\x25\x5f\x2b\xc6\xb6\x21\x19\x56\x87\xdd\x56\x53\xe6\x6d\xac\xec\xff\xb5\x58\xd9\xa3\xff\xab\xb1\xb2\xaf\xd8\xce\xd9\x5b\xc4\xac\xd6\xdd\xb6\x71\xb3\x85\x0e\x33\x0f\xf3\xa6\x1e\xfd\x14\xb3\x48\xb1\xcd\x40\x6a\x7d\xd6\x4f\x5a\x75\xf9\x4d\xe2\x7b\x8f\x6e\xe3\x7b\x77\xca\xc5\x6d\x18\xdd\x9b\x06\xbb\x45\xf6\xda\x8d\xa3\x5f\xab\x36\xdb\xc0\xfc\xb2\x82\x04\xbe\x45\x8c\xef\x56\x73\x34\xc4\xf9\x1a\xde\x5e\xd7\x2c\xdb\x47\xfb\xb6\xda\x15\xed\x08\x6c\x0e\x3f\xf3\xf0\xa2\x6b\x27\xb1\x4a\x7e\x39\xa8\x7a\xbd\xff\x05\x30\x72\xe2\xfd\x53\x5a\x15\x1b\x2f\xcd\xf4\xda\xf6\x93\xf9\x7c\xd8\x07\xb1\xdd\x06\x96\xdf\xdc\xc0\x72\x14\x5d\xee\x29\xbc\xbc\x26\x74\xeb\x26\x85\x99\x53\xf1\xfb\xa6\x04\x94\x05\x9f\xfe\xd5\x1f\xfc\x2d\x7c\x5d\x51\xf7\x54\x84\x2f\x14\xb7\xb0\x2e\x2f\x1f\xab\x74\x53\x43\x08\x15\x9d\xaa\x65\x97\x6e\x70\x9b\x14\x8d\x25\x79\xc9\xad\x18\x14\x6c\xac\x02\xa4\x5f\x08\x67\x54\x41\xed\xed\x0a\xf4\x92\x1d\x29\x2f\x5b\xdd\x6f\x4d\x73\x7e\x90\x78\xf1\x25\xc2\xcb\xae\x37\x83\x41\x64\xba\xc4\xba\xcd\xe7\x29\x61\xa1\xe2\xdf\xe8\xaa\xeb\xf8\xf2\xf9\x87\xcb\x5f\xa3\x8a\x02\xbd\x22\x1f\xc2\x47\x09\x5d\x42\x79\x5d\xa8\xe9\xa1\xf8\x95\x2c\xc2\x80\x88\xc0\x3b\xec\x69\xdf\x88\x92\xe3\xb4\xd9\x3b\xaa\x36\x17\xbf\xe7\xad\x2b\x5f\xeb\xff\x98\xf7\x0d\x59\x86\xc5\x2b\x18\x8a\x62\xfc\x31\x18\x3c\x02\x63\x3b\x8a\x7d\xcd\xfe\xd3\x22\x12\x1b\x18\xba\x60\x0d\x56\xea\x10\x8b\x17\xd0\x0b\xc8\x72\x64\x0d\xac\x3b\xc1\x9c\x92\x03\x8c\xc8\x8f\x3c\x80\x8f\xb7\x38\x87\xde\x27\xaa\x46\x44\x7e\xd7\x8b\xc3\x18\x8f\xac\x4b\x88\x3b\xdd\xee\xd5\x2c\x20\xc8\xf9\x31\x6b\x17\x63\x1f\xa9\xb7\x3e\xf2\x62\xdc\xe5\xcf\xba\x83\x7e\xbf\xd4\xb0\x8b\xa1\x1f\xa4\x49\xbe\x3d\x7f\xd6\x1d\x9a\xda\xe7\x06\xbf\xc0\x70\xd9\x3d\x2e\x34\xfb\xdc\x4d\x66\xd0\x8f\xaf\xf2\x7d\xa2\x10\x5d\xf2\x7b\x05\x1e\x68\xed\xd7\x9b\x43\xe2\x73\x6b\x80\xfc\x8b\x5d\xd7\x20\xeb\xa2\x72\x0d\x1a\x41\xa7\xf1\x32\xc9\xdd\x8a\xd7\x29\xe0\x38\x65\x1e\x24\x13\x77\xad\xbb\xfc\x40\x35\x18\x1a\xcd\xd8\xd9\x84\x86\x7d\x66\x50\xc2\x97\x81\x87\xb2\xfc\x09\x3a\xad\x77\x74\x68\x9c\xff\x64\x90\x1d\x13\xe2\x1e\x10\x76\xaf\xfc\x87\x04\x59\x0c\x52\x9c\x58\x24\xb6\x82\x88\x20\xec\xa1\x05\xb1\x08\x86\xd3\x69\xe0\x89\xf2\xaf\x2f\xe1\x12\x61\xeb\xa1\xe5\xe1\x80\x20\x1c\x40\x2b\x49\xbd\x99\x05\x13\x6b\x01\xc9\xcc\x5a\x60\x34\x0d\x3e\xa3\xc4\x8a\xb1\x35\x23\x64\x61\xf1\xc9\x25\xbd\xec\x6e\x71\xf3\x3c\x6a\x43\xea\xab\x1e\x18\x2f\xbd\x10\x4a\x76\xc5\x56\x2e\x9b\x03\xf5\xbf\x8f\xc1\xb0\x78\x0d\xcf\x36\xc1\x8a\x76\x05\xaf\x66\xe8\xed\x7a\x10\xfb\x36\x18\x4b\xe4\xe7\x7c\x6e\x3a\x48\x83\x07\x5a\x10\x89\x8d\x99\xb5\x50\x0b\x12\xa5\x12\xa0\x34\x5a\xf7\x75\x82\xce\xc7\x92\x3e\x91\x49\x69\xf2\x3e\x06\x43\xb4\xca\xe0\x38\xb3\x14\xda\xb2\x95\x14\xf3\x0b\x29\x42\x15\xc1\x1d\x2a\xbd\xa1\x74\x09\x4c\x83\x0d\x22\xd9\xfe\xfe\xf7\xc8\x99\xec\xb9\xd1\x16\x50\xad\x2d\x88\x91\xc5\x6e\x41\xb9\x48\x31\xf2\xd9\xad\x82\xf4\x9d\x15\x44\x5e\x3c\xa7\xdb\x00\xa3\x3f\x52\x94\x90\xc4\x82\x1e\x8e\x93\xc4\xf2\x83\xe9\x14\x61\x14\x11\x2b\xe1\xfb\x90\x6d\x81\x24\x3d\x4f\x10\x49\x58\x32\x8b\x45\xb7\x4f\x88\xe4\xfb\xef\x64\x47\x08\xa3\xdd\xa1\xcc\x5f\xb6\x39\xc3\x29\x7b\x18\xf6\xbe\x59\x24\x51\xb4\xdf\x2f\xac\x90\xe3\xbe\xf7\x0b\x8b\x00\xdb\xc3\x7e\xc9\x87\x3c\x6d\xb7\x5f\x30\x4a\xe2\xf0\xf2\x3a\xf6\xcb\x3b\xd9\x73\xa3\xfd\xa2\x5a\xb3\xfd\x92\x26\x7c\xa7\x70\x99\xd3\xba\x9a\x05\xde\xcc\x0a\xa2\x84\xc0\x88\x6d\x07\xb6\x07\x38\xf1\x5b\xc9\x2c\x4e\x43\xdf\x4a\x20\x09\x92\xe9\xd2\x52\x6b\xaf\xf6\xd5\xf7\xbd\x3d\x8e\xae\x7f\x7b\x48\x1a\xd8\x62\x7b\x9c\xec\x63\x7b\xf0\xf7\x86\x7d\x72\xc2\xcd\xdb\x7a\x1f\xfb\xd9\x38\x27\xed\x37\x0e\x18\x1f\x1e\x89\x32\xcf\xf9\x17\x94\xa0\x2f\xd9\x6d\x56\xdc\xf7\x26\x20\xe5\xd7\xa7\x5d\x05\x3e\x99\xd9\xc0\x1e\xf4\xfb\xff\x2e\x9f\xcd\x10\xf7\xad\xe5\x1e\x2e\x30\xa2\x04\x8d\x9e\x26\x0b\xe4\x91\x77\x54\xae\xd5\xae\x1c\xe3\x0b\x32\x7c\x60\x5a\x03\x3a\x7f\x39\x66\xde\x87\xf3\x15\xa5\x16\x43\xd5\x45\x4e\x16\x6d\x3e\x3f\x32\x7c\x9e\x15\x6c\x7c\x8d\x3e\x93\x17\x9c\x62\xb6\xed\x3a\x57\x60\x50\xf9\x90\x64\x27\x54\x2b\x5c\x2a\xda\x7b\x00\xe8\x93\x49\xf9\xfa\x74\xf6\x66\x69\x97\x72\x7d\xc4\x1b\xb1\xba\x93\x89\xec\xda\x94\x1d\xf4\x48\x9f\x69\xf9\x56\xec\xb6\x0e\x61\xc9\x90\xa8\xdc\x2c\x4c\x36\x83\x9a\xb1\x80\xfd\x93\x9d\xc7\xeb\xeb\xd8\xcf\x3b\xcd\x06\xc7\xc0\xf6\x6d\x50\x48\x6a\xd9\x80\xb2\x87\x25\x94\x1d\xe9\xaf\x18\xce\xfa\x7a\xee\xce\x78\xcc\xb4\xed\x26\x7d\x1f\x2b\x9f\xb4\x69\x49\x8e\x2b\x97\xe4\x78\xc3\x92\x68\xa6\xaa\xe2\xa6\x6f\x5d\x2f\xb2\x61\x6c\x57\x83\x80\x39\xe3\xc6\x34\x0b\x4a\xad\x36\xe6\xc9\x4e\xfb\x72\xbb\xaf\xeb\xe7\x25\xe2\xcf\xa8\x80\x96\x6c\xb7\x0d\x0a\xbc\xa3\xff\xf5\x59\xc5\xb0\x92\x55\x0c\x2b\xe9\x72\xd8\x96\x55\x9c\x64\xbb\x57\x16\xfc\xdb\x56\xbf\x2c\x09\x64\x8a\x6f\x3c\x28\xf0\x0d\xa5\x4e\x8d\x6c\x15\x2b\xa8\x2a\x36\x48\x26\xd2\xaf\x62\x22\xc3\x4c\x23\x13\xbd\xb7\xe7\x29\x87\x19\x6e\xc5\xaf\xa5\x3d\x69\xcb\x3d\x1e\xd5\x31\x8f\x47\x55\x6b\xf4\xa8\x11\xeb\xd0\x84\xd8\xfc\x92\x19\xc2\xd5\x0e\x75\x22\xfd\x4d\x75\xdd\xd7\xa5\x22\x1f\x79\xc1\x1c\x86\x5c\x82\x60\xec\xe3\xdf\x73\xc2\x95\x0a\x20\x30\x4e\x7b\x1a\x87\x61\x7c\x75\x9a\xe2\x24\x66\x22\x3b\x0f\xc6\x69\xc3\xe4\xcc\x6e\xac\x8d\x21\x5b\xe6\xf0\xab\x46\x1c\xf1\xa4\xee\xd6\x3d\x4d\x6f\x11\x52\x56\x5e\x6f\xe9\x06\x51\x88\x48\x22\xe5\xf0\x92\x6c\xf5\x8d\x64\x20\x3d\x92\x68\x08\x1e\xe4\x77\x48\x06\xfd\x68\x8b\xb0\xb1\x23\x03\x41\x3d\x30\x32\x3d\x60\x20\x90\xa5\xad\x90\x34\x01\xe3\x3e\xe8\x4f\x26\xdb\x86\xe4\xc8\x75\xf1\x02\xec\x85\x48\x69\x42\x36\xb0\x87\xbd\x63\xf9\xd3\xa3\x1b\xf1\x58\x08\x25\xb6\xb7\x2c\xdf\xe1\xf9\xb0\x6a\xff\x3d\xac\xdd\x7f\x65\x7a\xae\x0a\xf1\x69\x44\x84\x0f\x72\x16\xe2\xeb\x3c\x8b\x37\x9d\x87\x87\x7b\x3c\x0f\xf3\x54\x62\x96\xa2\xaf\x99\x4a\xf6\x46\x27\x95\x32\x5e\xbd\x88\xd7\x84\x4e\x8e\x8d\x24\x71\x64\x7c\x7a\x58\x6b\xac\xcf\xf1\x28\x65\x76\xfa\x1e\x78\xd4\xa0\xc8\xa3\xb2\xa3\x7f\x3f\xd4\x37\xf8\x8e\x79\x54\xa5\x1c\x57\x2f\xc6\x35\xa1\x3d\xf3\xc1\x6a\x3e\x6d\xcb\xa4\xb7\xc1\xe7\xed\x07\x97\x36\xb0\xa1\xef\xcb\x98\x0b\x60\xc7\x58\xc5\x78\x24\x04\x07\xd1\x45\x37\x21\x10\x93\xa4\x7b\x15\x30\x4b\x05\x8b\xed\x30\xc7\x71\x28\x0f\x7a\x72\x79\xd1\xf5\x52\x7c\x89\x6c\xe6\x91\x62\x09\x33\xaa\x9a\x93\x4d\xae\x10\x8a\xf8\x75\xb7\x49\x7a\xae\x47\x9c\x24\x6c\x58\x3f\x9e\x77\xb5\x78\xe4\x38\xea\x62\x94\x04\xff\x42\xaa\x46\x0d\x12\x49\x7f\x41\x64\x2b\x8f\x97\x6e\xd9\xe7\x11\xd7\xdd\xf3\xa5\xad\xdb\x2f\x81\xf0\x85\x02\xdb\x0f\xfc\x6e\x10\x25\x08\x6f\xe3\xe9\x37\xfa\xd4\x73\x8e\x7e\x5c\xeb\xe8\x8f\x84\xa3\x5f\xbd\xe9\xa1\xcf\x04\x45\x7e\x67\xe5\xc7\xf3\x11\x7f\x17\x44\xcc\xa3\x2e\x2c\x98\x1d\x8a\x11\xdb\x01\x24\xf0\x3e\x21\x5c\xd1\x84\xbf\xb4\x1d\xe0\x43\x02\xcf\x08\x4e\x3d\x92\x54\xf5\x06\x09\xec\x26\xbc\x89\xed\x00\x2f\x84\x49\x42\xe7\x9d\x30\x82\xc8\xcd\xce\x9e\x64\xaf\x7f\x0e\x22\x3f\x88\x2e\x68\x2b\xba\x60\xac\xbe\x85\x5c\x8f\x17\xfe\xc8\xb6\x41\x10\x05\x64\xa4\x62\x03\x9c\x15\x99\x05\x49\xef\x63\x92\x2e\x10\xee\xf4\x7a\x3d\x88\x2f\x52\xb6\x07\x1d\xc0\xdf\x84\x41\x42\x50\x84\x70\xe2\xb2\xdf\x7e\x3c\xef\xa9\x47\x1d\x67\x0d\xfc\xc0\x7f\xc1\x96\xe9\x79\xc8\x36\x6f\xb9\x6f\xd5\xbc\x07\x7d\xbf\xa3\x7a\xf1\x63\x8f\x8d\xd4\x71\xc0\x8a\x99\xfe\x46\xc8\xfd\x69\xa5\x5e\x7b\x61\x9c\xa0\x84\x74\xfe\x32\x66\x93\xfb\xc1\xb5\xb9\x65\x73\xf2\x17\x80\x7a\x04\xe2\x0b\x44\x9c\x2f\x5f\x3a\x1c\x7b\x09\x22\xac\x63\x20\x67\x0d\xee\x0c\x1c\x50\x7c\x97\x21\xc2\x06\xb6\xed\x38\xeb\xb5\xb3\x06\x57\x41\x18\x3e\x43\x09\xc1\xf1\xb2\x72\x06\x0d\xb0\x23\xca\x89\x74\xc4\x0b\xbe\xd2\x3d\x9f\x77\xcc\xc6\x77\xd6\x40\x51\xbf\x58\x74\x4a\xb8\x29\x41\x7e\x87\x6f\x94\xde\x6b\x4e\xfb\x1d\x0d\x00\x8c\x48\x8a\xa3\x4e\x1f\x90\xde\x05\x22\xca\x21\xe5\x88\x89\x5f\xa8\xc9\xe9\x3d\x38\xce\xda\x71\x00\xdf\x74\xcd\x87\xe2\x01\x1e\xc8\x95\x83\x31\x5f\xf1\xa6\x91\x80\x5a\xb0\x8b\x34\xf0\x9d\x83\x60\xda\xb9\x83\x7a\xd3\x20\xf2\x3b\xc8\xfd\xc9\xbe\x6f\xbb\xae\x9b\x75\x80\x80\xfd\x0c\x4d\x29\x09\x06\x71\xd4\x7b\x05\x89\x37\xeb\xfd\xfa\xfe\xfd\xdb\xde\x5b\x48\x66\x6f\x99\xaf\xd8\x76\x9c\xbb\x77\xb5\x2e\x78\xf4\x89\xeb\xba\xa8\x97\x7d\xea\x38\xab\x10\x11\x2b\x12\x41\x29\xd8\xfd\x5d\x09\xe3\x3f\xf0\x35\xe3\x40\x6a\x3e\xf0\x75\x2f\xf7\x86\xed\xa5\x05\xf4\x8a\xcf\x9f\x41\x02\x3d\x14\x11\x84\xd7\xbf\x03\xe8\xfe\xae\x0e\xd0\xd6\xfd\xfe\x4e\x71\xc1\xa1\xbf\xe3\xba\x7a\x13\x8a\xb9\x31\x9c\x3c\x8e\x5c\x38\xaa\x6e\x80\x27\x77\xef\x76\x22\x17\x3b\x40\xb5\x89\xe4\x22\x61\x77\xf5\x8c\x1f\x9d\xa3\x3b\x7d\xf0\xe2\xd9\x88\x73\xd8\x91\x7d\xcf\x0c\x24\x60\x2c\xb3\xe2\x5d\x86\xd6\xd1\x8a\x2d\xc9\x68\x45\xd7\x64\xb4\xca\x16\x65\x64\xdf\xb7\xd7\xeb\x35\x90\xb2\xc5\x28\x5a\x1f\xa0\xde\x22\x4d\x66\x1d\x46\x2d\xbc\x1e\x1f\x23\x18\xa7\x83\x41\xc5\x40\x79\x52\x71\xd6\x6b\x4e\xdc\x16\xa2\xd4\xca\xf8\x7e\x89\x58\x8d\x07\x87\x76\x5c\xe8\xf4\x4b\x29\x02\x71\x3c\xaa\x16\x3d\x8c\xfc\xd4\x43\x1d\x16\x04\xe5\xfe\xd4\x41\x63\x4d\x6d\xbb\x47\x7a\x2f\x9e\x4d\x5c\x02\x48\xef\x74\x16\x84\x3e\x46\x51\xb3\xf6\xc8\x11\xff\x7f\xb5\x76\x0e\xe4\x24\xf8\xc8\x0a\xce\x72\x4f\x85\xaf\x05\xa4\x6c\x82\x9b\x1a\x8b\xe8\x2d\x11\xdf\xd9\x41\x4e\x6f\x1a\xe3\xe7\xd0\x9b\x75\x88\xfb\x13\x9d\xf8\x38\x02\x78\xe2\x92\x03\x45\x2a\xb8\x27\xd7\xea\xee\xdd\x0e\xff\x41\x65\x36\x17\x8d\xb3\x37\x13\x8d\xb4\x70\x8f\xab\x2b\x77\xef\xca\xbf\x72\x43\x64\x64\xaa\xf7\x4b\xf4\x7e\x89\xd6\xef\xda\x59\x3b\xc0\xb6\x19\x17\x92\x4b\x51\xc1\x88\x56\x8c\xda\xc1\x7b\xc6\xd1\x93\x75\x1d\xf7\x53\xee\x45\xa7\x63\xdc\xb1\xc0\xb4\x0f\x81\x99\x7d\x89\xf1\x6c\xa7\xe2\xbd\xce\x48\x2f\x30\x5c\xcc\x4a\xe0\xe7\x28\x92\xaf\xe2\x78\x62\xe6\xa8\x9c\xf0\xb3\x33\xbf\xc7\x7a\xec\x28\xda\x29\x50\x8e\x8e\x78\x52\x5c\x8d\xc8\xfd\x69\x85\xe8\x49\xfa\x32\x88\x3e\x75\x28\x99\x80\x48\x61\x9e\x23\x5e\x27\x2c\xbd\xaf\xc2\x67\x44\xff\x0c\xb0\x4d\x28\x4f\xc8\xf2\x64\xf5\xa3\x93\x41\x9f\x9f\x69\x30\xed\xd8\x94\xd5\xf3\x99\xa8\xc6\x5f\xbe\xdc\x51\x9b\x1e\xf1\xd3\xb5\x63\xff\x9b\xe0\x52\x59\x33\xc7\xe1\x88\x58\xad\x0f\x72\x28\xcb\x5a\x00\xe2\x22\x8e\xa1\x8e\x3d\xb2\x9d\x5e\x32\x0b\xa6\x54\x72\x88\xdc\x31\x9a\x00\xec\x8e\x27\x39\x5c\x32\x08\xe5\xdc\xe9\x8c\x91\x4f\xe7\xd9\x41\xa0\x83\x00\x74\xdc\x9f\x56\x11\xe7\x5e\xa8\x17\xf8\x0e\xc0\xfc\xc7\xef\x3f\xac\x60\x6f\x8a\xe3\xf9\x0b\x7f\xfd\x13\xfd\x9b\xc4\x2f\xfc\xf5\xef\x02\xa1\x95\x7d\xf6\x02\x5f\x75\xcb\xc1\x0f\x5d\xfa\xd0\x00\xef\x01\xb9\xe3\xba\xe1\xdd\xbb\x59\x60\x23\xdd\x52\x85\xdf\x21\xe5\xfb\x2d\xc0\xe3\x8b\xbe\xe2\x0c\x34\xea\xcd\xe1\x82\x1d\xbd\xff\x66\xdf\x3b\x3d\x3b\xeb\xa1\xc4\x83\x0b\xd4\x41\x8e\x03\x98\x83\x71\x84\xab\x5b\xac\x29\x0d\x70\x41\x3f\x19\x09\xa1\x4c\x8f\x76\x96\xb1\xca\xa8\xe7\xa5\x18\x53\x81\x99\xed\x22\xba\x79\x9e\x12\x82\x83\xf3\x94\xa0\x8e\x1d\xf8\xb6\x73\x40\xca\xc4\xf0\x78\x27\x61\x6d\x54\xfd\x75\xbf\xfe\x6b\x42\x27\xb6\xce\x05\xe7\xe2\x6d\x83\x73\x73\x5e\xf6\x9b\x12\x1d\x7e\xfc\x5f\xff\x7a\xff\xf6\xfe\xdf\xce\xcd\x41\xb7\x1e\x3d\xda\xa8\x46\xc7\xd6\x4a\xff\xa3\x18\xd9\xa2\x7b\xf1\xc5\xbb\xaa\xf2\x9c\x95\x21\x28\x42\x48\x37\x85\xa1\x0c\x72\x61\x28\xdc\x38\x32\x78\x40\x75\x47\x31\x7c\xd1\x9a\x71\xac\xeb\xe0\xba\x57\x83\x45\x9b\x67\xe7\x32\x90\x86\xc6\xbc\x13\xb6\x2a\xd4\x05\x0a\xa8\x0f\x59\xbd\xea\xea\xd2\xc7\xb3\x43\xf5\x7a\xa0\x86\xa8\x28\x47\x0d\x72\x36\x93\x63\xe6\x76\xf8\x05\x06\x21\xa5\x9d\xd6\xe9\x7c\x2a\x34\x45\xab\xd3\x3c\x55\x9d\x55\x56\x63\xa6\x08\xe6\x45\x03\x85\x3b\xa3\x10\x9f\x2f\xa7\xa0\xe0\x02\x32\x34\x1f\xd8\x96\xd6\x7f\x65\xfc\x41\xc1\x1a\x68\xb4\xf5\x36\xec\xdc\x04\x7e\x45\x91\xc2\x7c\x59\xc3\xaa\xc4\xe0\xb8\x58\x50\x31\x5b\x93\x82\xfb\xaf\x54\x19\xbc\x08\xb6\x90\x0c\xb6\x75\xe7\x5b\x56\x19\xba\x30\xa8\x9c\x80\x55\x5f\x02\xfd\x68\x62\x46\x8d\x01\x6b\xb5\x19\x4f\x95\x5f\xd5\x3e\xde\x38\x42\x7e\x80\x4d\x51\x57\xc5\x7d\x92\xf3\x21\xf2\x85\x90\x82\x38\xb3\x6f\x45\x17\x64\x96\xf7\xad\xb5\x0c\xef\xee\x03\x3b\xdd\x8d\x30\x14\x3c\xbb\x91\x83\xdc\x9f\x82\x10\xf6\xc6\xf5\x06\x65\xae\xc7\x37\x7f\x95\xe5\x59\x45\xf7\x6c\x8a\xf9\x7a\xa0\x45\x7a\x55\xb3\x9c\x5a\x76\x5a\x5c\x6e\x0e\xee\x3b\xe4\x07\x95\x0e\xfd\x8d\x57\x40\x54\x73\x48\xac\xfa\xad\x2f\xf1\x62\xe0\x92\x1a\x4c\xb5\x6c\xcf\x62\x11\x91\xbc\x69\xd3\xaa\x8c\x8d\xb8\x98\xce\x53\x8b\xd7\x1e\x6c\xdc\xf7\x35\x0c\xc1\x84\xff\xad\x8f\xa5\x6a\xd4\x6f\x38\x9c\xea\x91\x5f\x8a\xaa\xd8\xcf\x11\x95\x47\xea\xd6\x43\x54\x4f\xc5\xbc\xd8\x8d\x97\x7b\x2f\x47\x57\x71\x22\x7b\x3c\xba\xf2\x30\x6e\x38\xc0\xf2\x8d\x0d\xc7\x58\x55\x19\xe2\x1a\xda\xad\xf2\xd9\x19\xe0\xdc\xbc\x1e\x5b\x1e\xa0\xed\x4a\xcb\x34\xde\x65\x6d\xb8\x5c\x03\x8e\xb0\xe5\x96\xfc\x06\x1b\xf2\x3a\xb6\xe3\x9e\x38\xef\x8d\xde\x88\x2d\xb6\x61\xcd\x26\xac\xae\x1f\xde\x70\x3b\x0c\xab\xb6\x60\xf3\x3d\xd6\x62\xb4\xea\x3b\x9a\xf2\xc4\x54\xbd\x3d\x1a\x6f\xe8\x72\x85\x81\x6d\x84\xe1\x41\xad\x34\xdc\x24\x63\xb0\x71\xf6\xb3\xf2\xd3\x9a\x9d\xbc\xcc\xff\xcb\x83\xcc\x58\x55\xb5\x8d\x3e\x5b\xa1\xee\x5f\xec\xc3\xd9\x6a\xb0\x91\xdc\xb4\x1c\xeb\x2c\xf1\xce\x94\x6e\xfd\xe4\x22\x0c\xe6\x73\x84\xb3\x8e\xbe\x59\x3e\xf5\xbc\x3f\x5c\x1c\xf9\xaf\x7f\xa9\xcd\xa7\xce\xff\x53\x4a\x58\xaa\xb1\xe2\x0c\x84\xf8\x3e\xcc\xf2\x52\x33\x03\x4e\x5e\x49\xe1\x8a\x89\xd4\x48\x78\x1c\x92\xd0\x3c\xc6\x03\x1e\x8d\xb2\x29\xf3\x88\xd7\x20\xa8\xaa\xcf\xc5\x53\x44\x58\x14\x6b\x56\xb9\x13\xd8\xf7\x95\x4c\x6e\x27\xb3\x5c\x8d\x36\x33\xa7\x3e\x36\x28\x3b\x14\xd6\xcc\xcb\x65\x03\x9b\xb9\xb9\x6c\x60\xff\xfa\xfe\xfd\x5b\xfa\x93\xd5\x04\x48\xf6\xad\x73\x32\xa4\xce\xe9\x50\xa2\xea\x40\x31\x3f\xab\xf9\xf9\xd2\x74\x06\xbb\x1e\x38\x86\x83\xc6\x2c\xc0\x6d\x94\xcf\xb6\x31\x1d\x54\x5f\x8c\xa1\x5e\xd7\x5d\x47\x36\x00\x05\x2a\x22\xb2\xf2\xc4\xa6\x74\xb1\x06\xa2\x82\x71\x80\xac\xaa\xce\xae\x09\x69\xbb\x11\xf0\xaf\x7c\x93\xed\x46\xbf\x4a\x72\x10\x77\x51\x16\x48\x58\x64\x6e\x1b\xd0\x23\x05\xc9\x6c\xab\x6b\xaa\xf5\xaf\xf2\x61\x6d\xf6\x1e\x65\x14\x47\x7a\xd7\xbf\x6a\xa3\x6d\xc0\x64\x0d\xf1\xec\x6f\x83\xc9\x69\xec\x6e\x05\x6a\x46\xc5\xc3\x4a\x89\x7f\x37\xf2\x2d\x44\xbe\x55\x54\x04\x6d\x2b\x09\x6e\xa6\xee\xda\x5a\x0e\xdb\x90\xfc\xdf\x53\x84\x97\x6f\x69\x97\xd7\x4b\xf6\x7f\xd0\x71\x18\xe8\xad\x49\x9f\x81\x68\xbd\x95\xdf\xb6\xdb\x00\x85\x8f\x6f\xc6\x2e\xd0\x90\xfe\xd5\x76\x42\xb5\xee\xbb\xcf\x9d\x30\xd8\x76\x27\xd4\x0b\xfd\xd7\xa1\x05\x70\x31\x6d\x2e\x56\x66\x93\x2a\x90\x5d\xff\xb8\x1f\xe1\xbe\x20\x39\x2b\xc9\x9e\x45\xe9\x59\xd8\xe2\x81\x92\x89\x45\xa4\xbc\xbb\xba\x40\x84\x15\x03\x51\xf1\x1c\x56\x21\x9c\x25\x1f\x81\xd1\x83\xf8\x22\xe9\x51\x21\xb6\x22\x58\xcc\x76\xbe\x7c\x59\xad\x1d\x15\x33\x93\x17\xcc\xb5\x60\x18\x31\x5a\xd4\x23\xf1\xcb\xf8\x0a\xe1\x53\x98\xa0\x8e\xd3\xe3\xa1\xb2\xbf\x05\x64\xd6\xe1\xe7\xb8\xf3\x78\x45\x25\x85\x51\xd4\xc3\x88\xdd\xd8\xd4\xb1\xdf\xf2\xf3\xdd\x76\x00\x17\xe1\xf1\x7a\x84\xd6\x0e\xe0\xed\x6c\x11\xa9\x26\xde\xd9\xf7\xed\xb5\xb3\x5e\x6b\xde\x65\x50\x1f\x5b\x8a\x9d\x6d\xf5\x96\x5c\x0d\x84\x9b\xe2\x7e\x9e\xfe\x95\x3c\xfc\x95\x3c\x7a\x65\xd6\x51\x84\xee\x61\xd0\x4b\x6a\x9d\xca\x26\xef\x31\xf7\x34\xf0\xdb\x70\x95\x1e\x32\xd4\xf4\x90\x61\x3e\x62\xbf\x42\x93\xc9\x6f\xfc\xc3\xcd\x0e\xe3\xca\xe2\x09\x35\xbe\xe2\x61\x95\xaf\xb8\xa9\x30\xd8\x9c\x1f\x28\x3d\x7f\xf7\xdd\x6d\xa0\xaf\x9b\xa6\xba\xf3\xfa\x66\xd5\x44\x2f\xff\xb6\x08\xe7\x07\x1c\x6c\xb1\x15\x3e\xa1\x65\xd2\x41\x2c\x4a\x55\x3c\xb9\x40\xe4\xcd\x55\x24\x37\xc7\x19\xa7\x5b\xfe\x15\x76\xeb\xda\xd0\x6e\xc8\xdd\xbb\x1d\xec\xe2\x1e\xbf\xd5\x47\xe3\x44\xa4\xc8\xea\xf2\x5d\x3c\x43\x89\x87\x83\x05\x89\x31\x83\xb1\x87\xa2\x74\x8e\x30\x3c\x0f\xd1\xda\x71\x1c\xc0\x83\x7f\x7a\x70\xb1\x08\x97\x9c\x5d\x48\x4e\xb6\x56\xb3\xe3\x73\x8d\x71\x87\xcf\x6f\xf0\x63\xf4\x9f\x2a\x38\xb9\xc7\xc5\xa1\x1f\xa3\x7b\xf7\xf8\x4c\xa0\x4b\x29\xfc\x8e\xab\x5a\x8c\xa3\xc9\x63\xfd\xc7\x68\xb5\x3e\x88\xfe\x7d\xf8\x98\x08\xb4\x74\xa0\x03\xee\xf4\xb3\x28\xc3\xfc\xcc\x28\xd0\x00\x8e\xc9\x84\xf2\xb1\xd1\x86\x19\x26\x8f\x4d\x6c\x88\x45\x31\x82\x4d\x9f\x76\xa0\xe3\x8c\x34\x98\x2a\x00\xaa\xe2\x73\x64\xd3\x00\x1d\xc8\x82\x83\x1c\x27\x8b\x44\x55\x08\xe6\xb3\x8c\xd4\x42\x12\x2b\x88\x2c\x64\x9c\x0c\x1f\x4b\x30\xd2\x08\x64\xab\x39\xba\xd3\x07\xb2\x6a\x90\xfc\x7d\x85\x03\x22\xfe\x5e\x3b\x23\x34\x26\x13\x37\x02\x68\xbd\x05\xaf\xd6\x82\x6e\x5d\x94\x8b\x8f\x14\x3f\x59\x04\x20\xff\x5b\x05\x8e\xf3\x9f\x4f\x29\xbd\x46\x90\x20\x11\x9e\x9b\xe4\x19\x3e\x74\x4b\x61\xb5\x45\xe2\xfa\xa9\x7f\xf7\xae\x0a\x0a\xcd\x48\xa9\xaf\xd3\x55\x9f\xd2\x15\x20\xe5\x6f\x07\x5a\xa3\xc1\x44\xc4\x40\x1f\xe4\x77\x0c\x9b\x2a\x0f\x75\xe5\xbb\x0b\xb9\x3f\xa1\xde\xfb\xe5\x02\xb9\xae\x4b\x9c\x35\x08\xdd\xd2\xc1\x6f\x45\xe5\xb1\x86\x46\x38\x87\x3a\x9c\xc3\xc9\x28\x73\xcd\xe0\x72\x17\x87\x5a\xdb\xc3\x22\xb8\x59\x7c\xfa\x98\x4c\xee\xde\xed\xb0\x15\x5d\xbd\x78\x36\xfa\xfd\x87\x15\x59\xf7\x7e\x58\x45\xf4\x7f\xf0\xfa\x77\x11\x83\x0d\x64\x44\x01\x95\xfc\x1c\x40\x9b\xaf\x41\x62\x9a\x8b\x0a\x6e\x47\x2c\x62\xaf\x53\x8a\xc4\x1b\x63\x00\x27\xee\x98\x00\x34\x91\x31\x7d\x2a\x48\xb2\x67\x53\x01\x89\x12\x03\xea\x38\x0e\x08\xdd\xb1\x9d\x05\xca\xda\xc0\x56\xf1\xb1\x36\x90\x95\xe2\xe8\x5f\xac\x3e\x95\xad\x82\x29\x21\x0f\xc3\x2f\x88\x58\x92\x48\xd0\x1d\xd7\xc5\x63\x92\xb5\x66\x01\xeb\x21\x65\x0c\x00\xae\xd9\xc6\x12\xaf\x56\xef\x99\x7c\x25\xa3\x7c\x47\x78\xbd\x3e\xa8\x20\xc4\xe4\xa0\x40\xb0\xfa\xb4\xe5\x40\x74\x63\xa8\x90\x49\xa7\x02\x3d\x2c\x50\x91\xce\x53\xc3\x89\x8a\x12\xcd\x90\x03\x88\x8a\x26\xd5\x9f\x46\x9d\xa8\xb3\x5a\xf3\x20\x6f\x40\xd7\x53\xcb\xa5\xbb\xc7\xfb\x15\x2b\xda\xfb\x67\x1c\x44\xac\xf7\x35\xe3\x25\x07\xfa\xee\xcb\x63\x4e\x87\x9f\xd7\xd6\xb3\x8d\x72\x6c\xc6\x76\x50\x8f\x1b\xfd\x3b\x51\x8f\xf7\x58\x9e\xac\x68\x19\xd0\xef\x38\x5c\x84\xc2\xe1\xac\x1d\x30\x9e\x28\x70\x14\x6f\xd0\x3f\xa5\x74\x66\xda\x9f\xc6\x3d\x33\x98\xe4\xb7\x6d\xb6\x67\xb6\xde\x76\xab\xb5\x71\xbf\x19\xbf\x3d\x9c\xe4\xb7\xa1\x0a\x16\x86\xee\x6a\x6d\x66\x1e\x58\x67\x1e\x2a\x74\xc6\x66\xc9\x24\x94\x22\x4d\xe7\x89\x96\x63\x11\x95\xa8\x87\xe2\x2b\x38\xc0\x1a\xa0\x9d\xc0\xc5\x92\x7e\x1c\x80\x35\x02\x52\x8f\x73\x7f\xa9\xf7\x02\xf8\xd8\xc5\x19\xfd\x80\xd4\x0d\x3b\x10\xc4\x80\x00\xc4\x07\xf3\x72\x49\x24\x51\x4f\x2e\x63\x4f\x3a\x1b\xef\xde\xed\x78\x6e\xd2\x31\xbc\x91\x21\xee\x82\x28\x1c\x07\x04\x59\x44\xfa\x8a\xef\x74\x91\x3d\x12\x69\xe4\x1c\xac\xb3\x24\x02\x8f\xf2\x33\xd5\xa1\xeb\x39\x20\xcd\x32\x25\x78\x80\xb2\xb3\x46\x61\x82\xac\xdc\x27\xa9\xfe\x09\x95\xf3\xf2\xab\x12\x39\xb9\x60\x76\x7d\x82\x38\x97\x6e\x11\xf5\x5e\x3c\x9b\x48\x98\x03\x37\xe9\x8c\xd9\x13\xf0\xbb\x2c\x99\x27\x38\x2c\x5a\xff\xce\x44\x3a\xc5\xc8\xee\xb8\x6e\xc0\x17\x78\x25\xb1\x4c\xf1\xaa\xb2\x51\x18\x7e\x41\xea\xae\x64\x30\x8f\xc2\xc3\x8b\x67\x1c\x0b\xd1\x98\x77\x30\xd1\xb0\x61\x00\xce\xb8\x1e\xda\xf4\x93\x4e\xa3\x8f\xb4\xa5\x7a\xf1\xcc\x71\x40\x5c\xc0\x72\xca\x02\x98\x0b\x68\x84\x8e\xdc\x00\x41\x8e\xcb\x00\xac\x58\x42\x9e\x87\xc9\x8c\x21\x96\x48\x45\xff\xfa\xf2\xc5\x98\x5c\xc5\x55\x6d\x8a\x8f\xdf\x79\x56\x11\x45\x73\xf7\x07\x2a\xf7\xe9\x29\x58\xeb\xdf\xd7\x8c\xb9\xe8\x62\x48\xd0\x54\xaa\xa7\xc2\x7b\x82\xfc\x2e\xd5\xbf\xef\x87\x41\x42\x6e\x8a\x32\xfb\x5f\x2f\xfa\xff\xbc\xb7\x38\xff\x2f\xb3\x32\x2b\xcc\xfe\x5e\x3c\x3f\x0f\x22\xe4\x3f\xf5\x7d\x8c\x12\xa6\xdc\x42\xf5\x67\x5e\xe1\xad\xf0\xba\x09\x35\x97\x2b\xac\x02\x51\x3a\x4e\xba\x14\x27\x42\xdd\x3d\xaa\x72\xad\xd5\x84\x36\x96\x73\xb7\xf3\x79\xdc\xc7\x3b\x58\xef\x36\x04\x23\x28\x03\x9c\x1e\x1e\x6e\x54\xa1\x33\x70\x4d\x61\x27\x87\x13\x60\x6b\x51\x8e\x2f\x45\xa6\xe5\x5b\x79\x21\x92\x78\xce\x2c\x35\x3b\xa7\x96\x2f\x32\x50\xe5\xe2\x76\xe5\x92\x56\x45\x5c\x18\x23\x2d\x2a\x02\x20\xb2\xf8\x8b\x0d\x61\x10\xf9\x17\xac\xdc\xdf\x62\xd9\x3d\x4f\x09\x89\x23\xbb\x74\x35\x84\xbc\x91\x86\xf7\x0e\x6c\x49\x90\xc5\xea\x79\x15\x83\x35\x88\xf0\xa8\xb7\xb1\xea\x4b\xec\x23\x02\x83\x6a\x8a\xd4\x23\x65\xde\xe2\x98\xc4\x5e\x1c\x6e\x79\xd1\x4d\x31\xd6\x69\xa1\xba\x6b\x7e\xa5\xbe\x79\x9d\x4e\x34\x7b\x2a\xc3\x75\xfb\x1b\xfe\xe5\x7f\x72\x8e\xa5\x51\x5a\x5c\x09\xd2\xf4\xae\xff\x3a\xa2\x2b\xe1\xbb\xe9\x48\xed\x5c\x38\xfa\xf2\x16\xb6\xea\x5e\x96\x98\x7b\xfe\x6f\xca\xf2\xca\x19\x5a\x74\x8a\xdf\x66\x85\x79\xe6\x79\x10\x5d\x58\x71\x64\x8d\xf2\xeb\x5d\x5a\x80\xaf\xb0\xe6\xb1\x07\x43\x96\x30\xfc\xe7\x5d\x74\x3a\x45\x8b\xce\xf1\x5b\x2e\x3b\x03\x82\x62\xa6\xb4\xe8\xa5\x15\xb8\xfe\x55\xcf\x1d\xbe\x3b\x2e\xb6\x2c\x5f\x77\x33\x16\x9b\xce\xec\x46\xb0\x6e\x89\xe1\x7d\x2f\x66\xdd\x09\xdf\xce\xe9\xb9\x93\xf3\x42\x85\x34\xf2\x6a\x36\x95\x85\x6b\xda\xfb\x36\x2a\x54\x8c\x6f\xed\xcf\x40\x9f\x99\xc5\x2b\xec\xf2\x0b\x94\x6f\x8a\xde\xf3\xf0\x34\x3c\x7a\xd6\x7f\x31\x35\xeb\x3d\x12\xe8\x33\x79\xe9\xb3\xb8\xfb\xad\xa8\xed\x94\x95\x1d\x3d\xee\x80\x67\xb3\x35\xae\x3f\x65\x0a\x11\x3c\xda\xa2\x50\xd6\x61\xc1\xc5\xdf\x36\x67\x4b\xc9\xf7\x0f\x8a\x77\x28\x15\xd6\x52\x5e\xa1\x34\x91\x41\x91\x87\xf5\x71\x18\xe6\x5b\x63\x5b\x27\x07\x0c\xeb\x2e\x50\xab\x4c\x56\x28\x87\x82\xf0\xa4\x30\x78\x95\x54\xd7\x0a\x6b\x08\x9b\x65\xbd\x43\x17\x54\x06\xc1\xc8\xb7\x2e\x03\x58\x88\xb9\x18\x54\xc6\x5c\xb4\x0f\x02\xdf\x30\x54\x75\x78\xc7\x96\xb1\xe1\xcd\xd8\xab\x99\x5f\x56\x35\xad\xe1\x8e\x70\x11\x10\x18\xf2\x18\xed\x74\xb1\x50\x77\xaf\x65\x51\x1d\xc2\x16\x56\xe4\x2b\x82\xa3\x6e\xc3\x36\x0d\xfc\xe9\x5b\x33\xcd\x19\x82\x21\x99\x75\xbd\x19\xf2\x3e\xdd\x28\x73\x11\x3c\x4c\x9e\xe2\x7f\xfe\xf6\xa6\x36\x3e\x7b\x6b\x8b\x90\x3e\x6d\xdd\x22\x34\xdc\xc2\x22\x54\x75\x39\xf2\x71\x39\x0e\x62\x57\x8b\x90\x1e\xe7\xcd\x02\xe1\x72\xf3\x88\x53\xb2\x48\x89\x76\xdd\xdc\x19\x81\x24\x4d\xea\x32\xf7\xcb\x16\x87\xea\x74\xd4\x9a\x60\x8d\x5c\xb3\x61\x21\x60\x63\x50\x17\xb0\xb1\x49\xde\x6a\x1b\x75\xc7\x87\xfb\x5b\x10\xb1\xab\xb0\x59\xcd\xbb\x9d\x99\xae\x59\x46\x7e\x1d\xfb\xe2\x0a\xa8\xe6\x32\xa9\x86\x10\x59\x0d\x7a\x0f\x99\x3a\x25\xd0\x72\x17\x54\x6d\x03\x5d\xe9\x86\xab\x56\x72\x6f\xfb\x15\xdd\x34\xa1\x53\x4a\xdf\x2f\x9e\xb5\x9d\x4c\x5e\xc2\x19\xb0\xa4\x73\xd1\x11\xab\x13\xae\x6d\x8b\xdd\xa9\x72\xd3\x1c\x78\xf2\x5d\xb3\x09\x1c\x01\x5e\xa6\x30\xb7\xbd\x59\xcc\x7d\x45\x65\x0d\xad\x17\xe3\xbc\x55\xe6\x5f\x82\xf0\xb4\x94\xf4\x57\x16\x9f\xe8\x37\xcf\xb9\x98\xbf\x4b\x36\xf3\x00\xd8\x4c\x74\x15\xb1\xbb\x2c\xcf\x9e\x77\xdb\x63\x73\x4a\xac\x20\xb1\x12\x44\x2c\x12\x5b\x04\xa7\x08\x58\x49\x6c\xc1\x30\xb4\x70\x26\x7a\xfc\xfa\xfe\xfd\x5b\x0b\x46\xbe\x75\xf1\xee\xed\xa9\xc5\x3e\x63\x41\x8f\xfc\x2a\x1c\xa1\x8b\x58\x64\x86\xe3\xf4\x62\x66\x3d\x8f\x2e\xe3\xa5\x35\x8d\xb1\x45\x66\xc8\x3a\x65\xdc\xde\x82\x17\x28\x22\x86\x7b\x6e\xd4\x0c\x5b\x13\x78\x53\x25\x71\x67\xaa\x79\x1d\xcb\x0b\xed\x76\xa2\x7b\xd1\xcd\xd7\xa7\xfa\x37\xec\x4c\xda\x4d\x6f\xd7\x9c\x09\x38\xbb\x3a\x92\xd5\xad\xe5\xec\xbd\xc8\xbe\xe4\xa0\x6a\x8e\xb5\x29\xcc\x6d\x5c\x01\xb9\xde\x81\x1d\xab\x3f\x8d\x4e\x81\x76\x54\xf2\x6d\xcd\x05\x59\xb4\xb3\x32\x1c\x64\xa2\x30\xab\x8a\xbb\x1f\xe3\x41\x85\xc0\x79\xa3\xe4\xe0\xe2\xe5\xc9\xdf\x5e\x1a\xfe\xe5\xec\x1f\xc1\xff\xfc\xfc\xcf\x53\xb3\x34\xfc\xf1\x23\xc4\x17\x7d\x1b\xf0\x3f\x06\x4c\x77\xa1\x33\xe0\x0e\x55\x31\x53\x1b\xd8\x6f\x16\x84\x5f\xc1\xc5\xfe\x94\x45\x87\x43\xe4\xb1\xb8\xb9\x56\x9f\x09\x01\x7c\x6f\xed\xd8\x59\xd2\x0a\x82\x05\x8e\x17\xfa\x07\x9f\xd0\x52\xe5\x8d\x01\xfb\x49\x12\x63\x4a\xc3\x4f\x78\x98\x0a\x8f\x8e\x56\x6d\x9f\xa8\xbf\xaa\x12\x38\x4f\x64\xcf\x94\x0a\x6c\x30\x36\xa9\x0f\xfc\x58\xd6\x9a\x09\xdb\xc4\xa1\xb8\xc0\x2b\x1b\x9a\x5d\x15\xfe\x33\x5d\xb9\xe4\x45\x34\x8d\x25\x37\x39\xec\xe7\x2f\x03\x92\xa7\x6c\xc2\xe5\x76\x6d\x72\xaa\xab\x44\x5a\xee\x01\xfb\x7f\xea\xaa\x8f\x2d\xea\xea\x73\xab\x84\x18\x6b\x0b\x19\x39\x7f\x77\x8e\xc9\xe0\x52\x69\x11\xae\xd4\x9f\xfa\xc5\xea\x45\x1a\x1d\xf4\x38\xf2\x7b\xfa\x56\xed\x65\xd8\x17\xf7\x62\x0f\x1f\x00\x0d\x81\x94\x28\x28\xdf\xeb\x09\x26\xae\x5f\x24\xa2\x60\xcc\x1f\x98\x85\xc1\xd9\xe5\xfc\x6c\x90\x9a\x01\x14\xff\x37\x7d\x2d\xc0\xde\xf8\xb5\xfc\xa7\x54\x47\xfd\x1a\xd0\x21\xae\x49\x31\x36\xca\x52\x2f\xf7\x8e\xad\x42\xd7\xad\xf1\x55\x02\x2d\x52\x97\x65\xb5\xb5\x3f\x9e\x64\xdd\xbf\x63\x05\xa6\x7f\xe1\x5b\x8c\xcd\x77\xf0\x00\xd8\x10\x07\xb0\x2b\x8c\xb1\xb9\x42\x51\x02\xcc\x34\x10\x95\xa9\x19\x52\xe4\x8d\xd7\xe5\xda\x5b\xc3\x87\x13\x60\x0b\xa5\x7c\x78\x92\xbb\x20\x67\x2b\x2f\xca\x76\xa2\x98\x30\x68\x3e\xac\x2c\x54\x51\xa9\x0f\x32\x98\x5b\x08\x31\xb5\xae\x1c\x43\x5c\xc4\x43\x3a\x42\xd1\xdd\x63\x68\x57\x75\x89\x58\x85\x15\xb6\x92\xdf\x71\x96\xfa\x75\xf9\x5d\x89\xec\xb8\x92\xcd\x21\x99\x48\x89\x53\x3f\xa0\xd4\x39\xc6\xd2\xa6\x66\x71\x28\x4c\x2f\xc5\x70\xa3\x3e\x8f\xd7\x39\x1c\x68\x7b\x6a\x08\x0e\x87\x13\x23\xcd\x8a\xad\x59\xc0\x41\x33\xfa\xb3\x0b\x77\x6f\xd0\xe3\x8b\xee\x4d\xd6\xd7\x42\x48\x3e\x5b\xba\x2c\x73\x58\x09\xe5\xd5\x17\xe2\xcc\xa5\x7a\xaf\x3c\x65\x17\x2a\xc9\xc1\x16\x87\xac\x56\x76\xe3\x49\x1c\x79\x33\x18\x5d\x30\xbc\xcd\x53\x2a\xce\x32\xa9\xe6\x09\x46\x7f\xa4\x01\xe6\x8a\x9e\xb8\xe9\x0a\x54\x21\xd2\x30\x27\x56\xb9\x98\x76\x9b\x31\x2e\xa6\xac\xf2\xdb\xa3\x5a\xba\x40\x85\xc6\xc1\xc4\xb8\x6e\x12\xc6\x44\x29\x1c\x52\xcf\xc8\xae\x79\xd8\xc2\xbf\x2a\xb7\xf1\x86\xd0\x29\x53\xb2\xa6\x91\x48\xb2\x85\xdd\xa6\x50\x50\x2b\xc7\xee\x06\xac\xa8\x9b\xbd\xda\x92\xab\xda\xb1\x43\xaa\xbc\x49\x49\x52\x04\xba\xc9\x87\x2c\x3f\xb9\x8d\xef\x2b\x77\xa5\x59\xee\x1a\xb3\xc1\xa0\x66\x7f\x80\xac\xe7\xbd\x54\x30\xd2\x76\xcf\xd1\xa4\xa4\xba\x66\x94\x24\x50\x70\x5c\xbe\x39\x8f\x3f\xab\x82\xb6\x78\xe2\x6e\x17\xb2\x55\x26\xb6\x4d\x27\x7f\xee\x82\xc1\x21\xbf\x59\xb6\x8c\xad\xea\x32\x72\x6d\x4f\x21\xf3\x1d\x47\xc3\x43\x8a\x56\xa3\xf5\xa7\x11\x61\x1b\x06\x1a\x6e\x80\xa4\xec\x16\xdb\x38\x92\x61\x94\x2a\xb7\x58\xcb\xc3\x52\xa8\x1d\xdf\xf6\xb0\x3c\xa9\x39\x15\xa4\x83\xa3\xd9\x51\x40\x49\x2d\x44\xd3\x4d\xdc\x5f\x4a\x9b\x46\xae\xbf\x85\xb4\x76\x6d\xec\xbe\x21\xb3\xaf\x66\xf5\x62\xc3\x15\x75\xc0\xe6\x66\xac\x86\xbb\xe0\xfa\x99\x3b\xbb\x42\xb7\xc8\xdc\xe5\xc3\xfd\x33\xf7\x4c\x05\xb2\x17\x30\x49\x82\xe8\xc2\x06\xf6\x15\xc4\x11\xff\xcb\xc3\x01\x09\x3c\x56\x20\x0c\xcd\x17\xfa\xe9\xb9\x1b\xc7\xcf\x36\x05\xbb\x24\x5f\x0f\x9c\x60\x8c\x5a\x5c\x7d\x3a\xec\x2b\xbb\x40\xcd\x59\xd0\x37\x9c\x05\xc6\x7d\xb0\xfb\x19\xd0\x9e\xff\xf3\x49\xec\x45\x03\xed\x9b\xd4\xc5\xb6\xa2\x8a\x81\xc7\xf6\xcd\x01\x09\x27\x74\x6d\x0c\x1e\xb1\x06\x5b\xa5\xf2\x52\xe5\xb2\xa3\x26\x27\x83\x7f\xe2\xee\xce\x6d\x95\xe0\x1a\x06\x2b\x7a\xde\x27\x7b\x65\x5d\xfe\xd9\x99\x6b\x43\x1b\x0d\xc5\x45\xd1\x34\xf5\x1d\xf2\xde\x43\x13\xef\x3d\xfc\x0a\xbc\x37\x51\xf9\xb5\x65\x47\xff\x5e\xb8\xec\xf1\x66\x99\x7a\xf0\xc0\x70\x71\xfd\x83\x32\xc1\x7f\x15\x2e\xda\x86\xee\xf2\x36\xc0\xc1\x83\xfd\xb0\x5b\xbd\x9f\x7d\xb2\xdb\x8a\x4b\xe4\x07\x47\x74\x91\xf6\xc6\x6e\x0f\x5b\x4b\xe7\x0d\x98\x28\x43\xff\x9e\xb9\x28\xef\xf3\x96\x8d\x32\x72\xe6\x0f\xbe\x7b\x3e\xfa\xc8\xc0\x46\x1f\x7d\x05\x2e\x0a\xc3\x00\xb2\x8b\x41\x63\x76\x89\x26\xb0\x2f\xf0\xc2\xb3\x81\x3d\x23\x84\x79\xd8\x58\x4d\x0f\x5b\xc4\x8e\x00\x9b\x78\xec\x1a\x53\x12\x5e\x03\xbf\x1d\x34\xe0\xb7\x43\x03\xbf\x1d\x1a\xb6\xc6\x4d\x62\xb8\xfc\x41\x81\xe3\x0e\xf7\xc4\x71\x4b\xb7\x6d\xef\x89\xe3\x6e\xba\xd4\x7e\x1f\x1c\xf7\x51\x03\x6b\xc6\xc9\x9e\x2c\xff\xb9\x1a\xb7\x8d\x77\xd2\x5e\x6c\x18\x87\x35\x36\x0c\x99\x76\xbb\x7f\x63\xf6\xf0\x11\xdb\x0e\x85\x13\x82\x87\x7e\x7c\x47\xe7\x84\xd9\x55\x5c\x4e\x62\xd0\x58\x1a\x8b\x43\x81\x89\x67\x76\xdd\x51\x94\xf7\x60\xb8\x98\xc1\x1e\x6d\x93\xdf\x3d\xa0\xdc\x91\x8f\x1a\xf4\xc4\x1a\xd5\x75\xc5\xa3\x71\x37\x40\xc5\x95\xee\x8d\x60\x89\xbe\x36\x00\x26\x3a\xdb\x08\xd9\xdf\x82\xc8\x37\xc3\xd5\x90\xbd\xb1\xd1\x98\x50\xb9\x09\x70\x36\x94\x19\xec\xd6\x63\x19\xe6\xb5\x2f\x93\xfa\x00\x94\xae\x2c\xd2\xb6\x54\xd9\x43\x5e\xc5\x43\x1f\xb6\x0a\x1d\xbc\x31\x92\xc8\x91\x41\x12\x39\x6a\x2d\x89\x18\x9d\x7c\x99\x46\xc5\x7d\xeb\x85\xe0\x8f\x7a\xcb\xe4\x76\x47\x38\x1f\xf8\x41\xbd\x68\x61\xdc\x9e\x83\xf2\x8b\x0a\x12\xd8\x04\x59\x85\xab\xad\x62\xcb\x37\xf4\x9a\x6d\x31\xbd\xfc\xd6\x1b\x18\xde\x5c\xdb\x04\x73\xdb\x75\x4b\xf7\x49\xcd\x8e\x68\x48\x5c\x6d\xb8\x0c\xdd\x50\x79\xb5\xe2\x3a\x09\xb0\x7c\x66\x0d\x8a\x8f\xf7\xbf\x36\xe5\x53\xf0\x1a\x68\xcf\x70\x88\x0e\x4a\xcf\xaf\x6b\x6e\xdf\x1f\xd9\x95\xad\x82\xdb\x05\x19\x34\x59\x9a\xf2\xd1\x3f\x28\x3e\xa6\x0b\xd3\x46\x89\x12\xc9\x23\x16\x89\x2d\x91\xe5\xd2\x26\x06\xa0\x31\xd0\x06\x7a\xca\x3d\x6f\x0b\x36\x85\x95\xc2\x2c\x4b\x5d\xed\x85\x56\xca\xaf\x8f\xc1\x83\xbd\x29\x4f\x47\x0d\x94\xa7\xc3\xda\x04\xc9\x7d\x3e\x1c\x80\xe1\xe6\xbc\x4b\x15\x57\xce\x2f\xca\xe5\x57\x22\xd3\x3f\x44\x54\xf9\x14\xc7\xf3\xae\x28\x5f\xad\x72\xd7\xbb\x41\xd2\x65\x21\xb4\x5d\x2e\xf5\x04\xd1\x65\xec\x41\x19\x61\x3c\xe5\x31\xeb\x04\x06\x51\xa2\x87\xaf\x9b\xab\x76\x87\xf1\x95\xca\xf5\x9c\xc1\x64\xe7\x10\xf6\x62\xac\xf8\xb7\x0e\x64\x0f\xa2\x84\xc0\xc8\x13\x56\xc7\xe4\x86\xdf\xc2\xf3\xfc\xbf\xff\xdf\xbb\x17\xaf\xae\xfe\x65\x8e\x6b\x7f\x22\x52\x9e\xaa\xb2\x3b\xf5\xb2\x19\xf9\x04\xe8\xbe\xca\x8d\x3c\x55\x86\x52\x61\x84\x35\x79\x64\x5b\x25\x05\xda\xf9\x00\x4c\x9e\x93\x59\x37\x64\x6d\xda\x65\x5d\x99\xfe\xbd\xd4\xdc\x30\x19\xb1\x4a\x69\xdb\x16\x83\x39\x69\x7b\x08\x1a\x35\x19\xdb\x98\xd3\xf3\x3a\xd6\xeb\x6f\xc8\x61\x39\x91\x1a\xba\xb1\xb7\xc8\x8c\x6c\x45\x0e\x71\x1a\xa9\x6a\x67\x43\x66\x72\x17\x17\x5d\xdc\x12\xc6\xd7\x25\x8c\xa7\x61\x58\x4d\x19\xda\x9b\x32\x1a\x93\x2c\xbd\x79\x1f\xe4\x73\xbb\x8a\xdb\xae\x62\xd5\x02\xc9\x4d\xc6\x7b\xb8\x9f\xad\x65\x61\xc3\x31\x10\xbf\x05\x0d\xec\x5e\x3a\x42\xe6\xc8\xb5\x97\x22\x8c\x07\x75\xc3\x4b\x3f\x34\x1c\xa8\x3a\xe2\x7d\x40\xdc\x3e\x88\xdc\xfe\x41\x72\x15\x10\x6f\x56\xb8\xf2\x23\x51\xa5\x61\xb1\xfb\xd3\x4a\x34\xc1\x3d\xae\xfc\x3b\x2b\x26\x11\xa9\xb0\xa5\x11\xba\xe7\x0e\x0e\xce\x31\x82\x9f\x0e\xd8\x1b\x19\xda\x34\x22\x85\x17\x32\xfa\x69\x14\xdd\x73\x07\xeb\x35\x2b\x6e\xcf\x3a\x63\x85\x5d\xd1\x48\x54\xa9\x66\x73\x1c\x69\x71\x51\x7c\xdd\x46\xec\x36\x55\x16\x33\xc5\x68\x65\x84\xd6\x07\xea\x63\x52\xf8\x58\x85\x57\xc9\x6f\xaf\x02\x32\xb3\xd4\x53\xde\x01\xd1\x3a\x88\x0a\x1d\xa8\x48\x2d\xd9\x81\x7a\xc0\xbf\x8d\xd6\x07\x02\xc9\x85\x0f\xb9\xc4\xb0\x5e\x5f\xcf\x55\x24\x41\x44\x50\x44\x25\xaf\xfb\xd3\x18\xcf\xef\x4f\x03\x14\xfa\x09\x22\x06\xd1\xed\x1b\x55\xe2\xb8\x7c\x31\x7b\x3b\x38\xbe\x67\x96\xd1\xe6\xb1\xcf\xe2\xdc\x16\x08\xcf\x83\x24\x09\xe2\xe8\x97\x18\xcf\x6d\x60\x7f\x54\xb2\x3d\x86\x7e\x10\xdb\xc0\x8e\x64\x59\x74\x2d\x6c\xa3\xfc\xa8\xee\x4a\x45\x59\xa4\xe2\x21\xf3\xfc\xe5\x52\xf2\x14\x16\xbb\x0a\x81\x25\xd6\x2b\x59\x97\x6c\x21\x18\xbc\xed\x07\x09\x3c\x0f\x91\x4f\xd5\xc6\x23\x30\x38\x31\xb0\x74\xc5\xf5\x54\x61\x4e\x1b\xc7\xcc\x21\x23\x8c\xa4\x35\x87\x40\x6e\xb8\x9a\xfa\x1a\x43\xbd\x81\x28\x08\x55\x9f\x8e\xad\xcc\x0d\xe2\x98\x1a\x80\xb1\x4c\x97\x60\xbe\x26\x90\xf7\x83\x1d\x83\x63\x4a\x4d\x18\xb3\x7c\x5e\x3e\x82\xa8\xf1\x00\x6c\x6b\x06\x93\x2e\x7f\xa7\x67\xa2\xb5\x2a\xd0\xca\xbb\xcc\x54\xe8\xfa\x02\xac\x0b\xaa\x8a\x09\x50\xbb\x74\x33\x77\x79\xc5\x63\x65\xd0\xce\xd6\xc5\x7e\x22\x6d\xda\x2a\x79\xf3\x17\x8a\xd5\x9c\x69\x40\xbd\x7a\xab\xe5\xcc\x00\xfb\xc9\x79\x1a\x84\xfe\x59\x7a\x71\x81\x12\xe9\x5c\x4b\x66\xf1\xd5\x29\x1b\xec\xb7\x19\x12\xee\xb6\x53\x31\x38\xfb\x5b\x38\xcd\x8a\xb7\xa7\x1d\x83\xc1\x91\xe6\xd8\x38\x62\x71\x98\xbc\xba\x09\xfb\x39\xec\x4f\x78\xa5\x07\x4b\x10\xb4\x15\x89\x77\x79\x6f\x02\x6d\xc6\x27\xfb\x1a\x5d\xbd\x14\x15\xbf\x3e\x24\xc8\x82\xb2\x66\x81\xb4\xa2\x78\x30\x0c\x91\x6f\xfd\xef\x5f\x56\x2b\x82\xf0\x7c\xbd\xfe\xdf\xbf\xd8\x45\xcf\x8a\xde\x6b\x90\x7c\x88\x82\x3f\x52\x36\xe6\x31\x05\xaf\xa6\x31\x6b\x71\x38\xc9\x93\xc2\x56\xcd\x5b\x7b\x1a\x1e\xea\x52\xba\x1c\xe3\x24\xab\x14\x03\xec\xff\xd8\x43\xb1\x2c\xf9\xdf\x7f\x58\x1d\x2a\x66\xca\xab\x10\x9c\x2d\x0b\x62\x15\x65\xae\x1c\xc4\xad\xeb\x47\x98\xdd\xdc\x65\xa7\xe7\xc3\x22\xe5\xb5\x8d\xad\xa0\x3b\x95\x27\x27\x66\x05\x62\xe8\x36\x61\x65\x32\x60\x64\xa1\xcf\x41\x42\x82\xe8\x42\xd2\x2c\xb0\x62\x6c\xb1\xeb\x2c\x2c\x18\x2d\x15\x25\x32\x6b\x78\x33\xa1\x0a\x14\x7d\x3f\xc6\xfb\x38\x75\x1a\x38\x99\x80\xb1\x7d\xfa\xe6\xf5\xd9\x87\x97\x1f\x5f\x9f\xbd\x7d\x7a\xfa\xfc\xec\xe3\xf3\xd7\x4f\x7f\x7e\xf9\xfc\x59\x2b\x9f\xbd\xe9\xc6\xd5\x3d\x30\xc9\xb3\x7d\xb3\xc8\xec\x96\x90\x6b\x63\x92\xdf\x92\x2b\x1e\x8b\x7f\x1f\x4a\x76\x18\xc9\xf9\x6e\xcd\x10\x15\xc6\x76\x65\x89\xc7\x6d\x58\xe2\x59\x1b\x86\x78\xb6\x5f\x76\xf8\xf0\x7a\xd8\xa1\x60\x86\x0a\x9f\x3b\xb2\xc3\x8c\x19\x3e\xdc\x23\x33\xac\x8a\x7b\xff\x7a\xcc\x50\x51\x6c\x81\x1d\xbe\xce\x51\xf2\x5e\x18\xe2\x16\x85\x64\x77\x94\x2e\x9f\xd1\x4d\x1f\x41\x75\x2d\xeb\x35\x89\x98\xda\x30\x7b\x95\x33\xb5\x7e\xff\x2f\x0b\x9b\xff\x1f\x7b\xef\xbe\xdd\xb6\x91\xec\x8d\xfe\xef\xa7\x80\xf1\xed\xe5\x4d\xce\x34\x29\x82\xa4\xae\xeb\x63\x6c\xc5\x56\x12\x4f\x1c\xdb\xdb\x72\x32\x3b\xa3\x70\x79\x20\xa0\x49\x62\x04\x02\x0c\xd0\x94\xac\x48\x3c\xcf\x72\x9e\xe5\x3c\xd9\x59\xe8\x0b\xd0\x0d\x74\xe3\x46\x50\xa2\x6d\x7a\xd6\x44\x24\x08\xf4\xa5\x50\x5d\x5d\x55\x5d\x55\x3f\xe3\x8b\x54\x36\x33\x4c\x51\xff\x99\x66\xe4\xec\xc1\x17\xa7\x76\x1e\x34\x28\x69\x0f\x1e\x5d\xd2\xee\xd4\xce\x5c\xc1\xd9\x9c\xee\xc9\x8b\xcd\x07\x50\x40\xb7\x48\x70\xee\x0b\x82\xd3\x38\x68\x40\x2d\x9d\x2c\xd1\x32\x80\x8f\xa4\x9d\xa6\xf8\xa3\xee\x13\xcd\xc8\xcf\xfd\x0d\xcb\xcf\xa6\x34\x55\x5e\x82\xee\x37\x28\x41\xf7\x1f\x4e\x82\xfe\x40\x0b\x5b\xda\xc9\xdb\x04\xda\xad\xbf\xd4\xe6\xe6\xad\x66\xcd\x7c\x3f\x62\x4d\xef\x96\xe3\xeb\x48\xd8\xde\xcc\x1c\x6b\x86\x6f\x9b\x99\xd7\x50\x33\x2d\x0b\x86\xe1\x63\x69\xae\xaa\x4b\x39\x35\x88\x33\xf2\x0c\x3b\x7e\x13\x01\xcb\xb6\x97\x99\xbf\x74\x6d\x0d\xcd\x9c\x50\xa3\x75\xe3\x2d\xdf\xf3\xa0\x45\xea\x8b\x8a\x64\x7b\x9e\x7f\xb8\x95\x71\xf3\x62\x27\x76\xe2\xeb\xe5\x2b\x31\xcb\x04\xf8\xa9\x45\x23\x65\xa5\x92\x5b\x85\xe4\xc4\xc7\xb4\xf7\x87\xca\x2f\x42\xd9\xe3\x7e\xc2\x5b\xc4\x07\xae\xc7\xa5\x9a\x81\x7e\xe9\xdb\xb7\x3a\xc9\xf1\x71\xfd\x1b\x1d\x9f\xb6\xe2\xbf\x1f\x67\x90\xd1\x88\x29\x8f\x37\x8e\xeb\x6a\x97\x50\xc3\xb7\x42\x3b\xa2\x99\x9a\x7c\x5d\xb2\x70\xaa\x0d\xc2\x86\xde\x2d\xde\xdc\xf0\x1f\xd5\x10\x3c\x1f\x6d\x76\x18\x11\x19\x16\x0b\xd7\x21\x21\x44\xda\xe9\x8d\x19\x40\xf9\x78\xa2\x55\xe5\x07\xf8\x4f\x34\x2a\xf5\x38\xe2\x27\xae\x1d\x53\x5b\x62\x79\xae\x25\x27\x22\xa1\x76\x69\x86\xd0\xd6\x7c\x4f\x7b\x63\xde\xc2\x40\x3b\xd4\xac\xc0\x41\x30\x70\xcc\x13\x5c\xcb\x16\x68\x64\x94\x58\x05\x9a\x43\x34\xf3\x6d\x3c\xb3\x46\x13\xac\x08\x0b\x13\xec\xf6\xa4\x76\x00\x9f\x5d\xc4\xd7\x10\x18\x80\x98\x86\xa9\x60\xcc\x24\x28\x0f\x1f\x8f\xd1\x8d\x9f\xcb\x56\xe1\x0b\xa6\x0a\xcd\xa4\x56\x8c\xb0\x8d\x08\xc9\x69\x64\x2d\x71\x6b\x88\xdb\xe2\xe4\x43\xa3\xc7\xf1\x38\x40\xb0\x68\x33\x8c\x1f\x49\x3a\xa8\x5b\x66\xa9\xa0\x26\xba\xb8\xe7\x0c\xc8\xe9\x35\x7e\x40\x1d\x52\xab\xa8\x55\xcb\x7a\x94\x1f\x35\xc9\x3b\x23\x1c\x5f\xb1\xab\xa2\x30\x43\x55\x88\x61\x45\xa9\x5f\x4a\x3d\xaf\xc6\x1b\x7a\x75\x95\x5d\xea\x44\x21\xa8\x49\xc9\xea\x95\x50\x9c\x3d\x47\x6b\x06\xd3\x73\x44\xdf\xb3\x5c\xc7\xba\x92\xaa\x91\x62\x48\xd2\x7e\x82\x0a\x40\x32\xb1\x92\x8d\x61\x08\x86\x42\xbb\xe9\x57\x7d\x6a\xdb\x9c\x68\x29\xde\x54\x45\xc7\xcf\xfb\xd4\xb4\x8a\xde\xc0\x31\x47\x73\xfe\x59\x90\xc4\x6f\x44\xb3\x5b\x27\x64\xea\x88\x9d\xe1\x72\x27\xe1\x9e\x8f\x1c\x0b\xee\xf1\x2f\x81\x0f\x91\xa1\x2b\x5c\x9c\xac\xac\x9d\xa4\x01\x5c\x6b\x38\xb6\x59\x48\x40\x21\x91\x5b\xe4\x95\x45\x1f\x6d\xe8\x42\x44\x45\xd7\x30\x33\xe5\xf1\x18\xc8\xf2\xcd\x72\xde\x71\xba\xf2\xc8\x1a\x7c\xa1\xb6\x1f\xe8\xa0\xc5\x57\x8b\x45\xdd\x3e\x27\xb7\x05\x8a\x55\x0d\x87\x3a\xa2\x41\x93\x1d\x5a\xa5\xb7\x56\xb0\x92\x5e\x9c\xb7\x14\x0b\xc7\x5a\x05\x31\x67\x03\xa5\x68\x7c\xeb\x0b\xbb\xf1\x2d\x44\x6b\xd6\xb1\x2c\x3d\x25\x2a\x82\x6b\x4d\x48\x2d\xea\xb9\x57\xad\x45\xcc\x1e\x58\x70\x81\x34\xd3\xd3\x5e\x33\xce\xff\xe3\xbf\x43\x0d\x05\xe6\x64\xe2\x58\xda\x32\x74\xbc\x69\x46\xf3\x00\x5a\xb8\xb4\x66\x9a\x19\x62\x0d\x44\x5b\x04\x70\xe2\x7c\x86\x21\x2e\xb5\x3f\x43\x68\x41\x55\x92\xb0\xfb\x50\xa4\x22\xf1\x22\xa5\xb3\xd6\xd2\xd4\xa2\x10\x29\x04\x31\xd5\xb7\xc2\x8e\xeb\x78\x57\x4a\x0a\xb2\xa7\x4c\x2a\xbb\x0f\x88\x87\x46\xe6\x17\x7a\xf5\xee\xe5\xf9\xa7\x5f\x3f\xbc\x49\xf6\x99\x3d\xcb\x9f\xcf\x4d\xcf\x0e\x13\x49\x43\x23\xd0\x22\x7b\x01\xfb\x08\x3c\xdf\x5f\x60\x1c\x4b\xcf\x0f\xe0\x04\x06\x01\xd5\x12\x86\x40\x47\x18\x92\x5a\x07\xfa\xa7\x4b\xd7\x14\x87\xf8\xca\xb7\x30\x0c\x7b\xa1\x63\x3e\xc7\x5f\xcf\x91\xc1\x85\x66\xe0\x35\x4b\x87\x37\x67\xa7\x1f\xde\x66\xa8\x81\xa5\xee\x14\x22\xe4\x78\xd3\x48\x48\x04\x08\xda\x7b\x54\x5b\x6e\x86\x32\x1f\xa0\x69\x63\xa5\x7b\xba\x74\xec\xdc\xb0\x98\x1a\xec\x59\x39\x89\x23\xb7\xea\x7e\xe1\xcd\xf9\x87\x36\x85\xfe\x43\x04\x3f\x17\x7b\x0f\x71\xcd\x86\x1c\x0b\x34\x37\x6a\x55\xe2\x37\x64\xed\x69\x2d\x92\x03\x6a\xba\xed\x5c\x03\xda\xf1\x18\xec\xc3\x10\x0c\x52\x23\xc2\x53\xea\x03\xb6\xc7\x8a\xa3\xa5\xac\xb0\x10\x9c\x83\x39\x03\x20\x6a\x17\xb5\x3d\x0a\x75\xfe\x58\xc1\xc2\x44\x64\x53\xac\xa8\xab\x4a\x9d\x3c\x83\x8a\x5a\xe7\x11\x20\xa1\x73\x1d\xdb\x31\x5d\x7f\x9a\x29\x31\x9f\xc4\xb3\x25\x3b\x57\x87\x04\xdb\x51\x33\x2c\x52\x5d\xfc\x50\x70\x7f\x96\xd4\x4b\x06\x62\x2d\x80\x0a\xda\x49\x8f\x53\x25\x8e\x33\x65\x27\x4a\xcb\xed\x0d\xe9\x02\x72\x4d\xe0\xcc\x76\x10\xb7\x63\x4a\x55\xe5\x12\x22\x62\x03\x5b\x7d\x09\xad\x75\x82\x83\x29\x39\xad\x95\x22\x19\x2c\x2f\xe7\x0e\x62\x9a\x6a\x4f\xae\x19\x9a\xb6\x5d\xa4\x16\xd6\x28\xff\x10\xc0\x49\x3c\xa0\x58\x60\x13\x2a\xc4\x75\xab\xb9\x41\xa4\xe3\x42\x69\x29\x0d\x89\x0e\x2f\x7b\x0f\xfd\xaa\xb2\x7a\x93\xba\x86\xc4\xe8\xe3\xca\x78\xc4\x6f\x24\x1d\x51\x9a\x75\x79\x1c\x70\x69\x29\x99\xb8\x59\x27\x7c\xe5\xf0\x95\xb4\xc7\x5c\x6b\x9c\x14\x93\x99\x9b\xca\xe5\xaf\xe8\x8a\x8d\x39\xdf\x3e\x21\xa8\x37\x54\xd6\x64\xeb\xef\x16\x1a\xac\x9a\x76\x6e\x5e\xc3\x72\x49\x05\x52\xd2\x5a\xa6\x67\xc5\x5b\xe1\xfa\xb3\x0e\x20\xde\x78\x37\x3d\xe9\x97\x78\xd4\x79\xd3\x2e\x64\x65\x49\x4d\x9e\xd2\x8a\x49\x02\x00\x94\x9b\xcc\x90\x50\x47\x07\xfa\x7c\x29\xe4\x64\x86\xd8\x9f\x7e\x3e\xf3\x6f\xde\xa7\x69\xf8\xe7\x12\x62\x17\x20\x95\x48\x9e\x1f\x43\x0c\x43\xef\x5a\x07\xfa\x14\xf1\x99\x98\x58\x29\xc1\x99\x12\x9c\x9b\x90\x9d\x22\xd2\x18\xf0\x30\x73\xea\xc9\x85\x55\xf1\x0b\x8a\x85\x8a\x87\x62\x08\x73\x36\x46\x80\xe6\x77\x26\xb9\xa5\xcd\x00\x18\xe5\x87\xeb\xd7\x48\xff\x8c\x7f\xe9\x92\x64\x8f\xd6\x1d\x32\xa7\x64\x1c\x3a\x50\xbd\x83\x93\xa7\x06\xa0\x42\xec\xe4\x4e\x3c\xa1\x3c\x11\x33\x39\x49\x2a\x83\x06\xbb\x01\xc4\x4a\x55\x6b\x8f\x1d\x4c\xee\x4d\x01\x6a\xaf\x00\x3b\x80\x94\x3e\xf7\x14\x76\x27\x8e\x67\x7f\x7f\xdb\xa2\xe7\xa7\xd1\x13\xa6\x6d\x0b\x37\x03\xaf\x7d\xf7\xb4\x85\xba\x53\x88\x5a\xb0\x7d\x7f\x7f\x31\x6e\x77\x1d\xcf\x72\x97\x36\x0c\x5b\x5e\xfb\xd9\x33\xaf\xeb\x84\x6f\xe1\xcd\xb3\x67\x2d\xd4\x5d\x2c\xc3\x19\xc9\x5c\x68\x41\xe0\xb5\x01\xea\x5e\x9b\xae\x63\x47\x14\x69\xb7\x57\x80\xb8\x33\x32\xcd\xe7\xb5\xde\x42\x14\x89\x43\xdd\xec\x6a\x55\x37\x9b\x56\x78\xd9\x35\x93\x69\x31\x2f\x80\x00\x98\xc0\x05\x21\x70\x80\x0f\x96\xc0\x02\x36\x98\x83\x05\x98\x80\x4b\x30\x03\xd7\xe0\x16\x4c\xc1\x3b\xf0\x1e\x7c\x02\x37\xe0\x0c\xfc\x07\x5c\x3d\x61\x6d\x68\x9f\x09\x11\x40\xd0\xbe\xf3\x9e\x3d\x53\x65\x7d\x20\x70\x07\xbd\xe5\x1c\x06\xd1\x3a\x39\xf1\xba\xc9\x17\x60\xf9\xde\xc4\x99\x2e\xd9\x2f\xfc\x57\x70\x13\x38\x88\x5e\x67\x1f\x01\x49\x19\xf1\xba\x8e\xe7\x20\x07\x67\x3a\x05\xcf\x85\x6f\x5d\xcb\x74\xdd\x56\xd0\x3e\x21\x79\x24\xab\xf6\x2a\x1e\xec\x5b\x36\x58\x60\x92\x89\xbb\xa3\xbb\xd5\x13\xca\x84\x74\xec\x57\xf0\x36\x6c\x05\xed\x38\x23\x49\xc8\x6a\x71\x2f\xe0\x78\x14\x5c\xc0\x71\xf4\x8e\x5c\x6e\x1a\xa3\xa7\x4f\xf9\xaf\xc0\x15\x26\x82\x7f\x15\x66\xd6\xa2\xb5\x24\x1c\x4f\x73\xef\xef\x5d\x7e\xfc\x11\xd3\xb8\xf1\x7c\x47\x4f\x7b\x6d\xe0\x8e\xbc\x6e\xe8\x3a\x16\x6c\xb5\xbb\x01\xbc\x86\x41\x48\x3e\xd9\x4b\x0b\x72\x03\xc4\x6f\x81\xce\x26\xa0\xcc\x79\x7f\xef\xad\xda\xc0\x6d\x03\xf3\xd9\x33\x42\x90\xa7\xa3\x91\xd0\x1f\xee\x0e\x8f\x46\xbc\xfe\xdc\xcd\x52\xd5\x64\x54\x05\xc2\x8f\x34\x65\xa7\x0d\xc8\xdf\x51\xb6\x07\x35\x63\xb8\x78\x7a\x4b\x37\xfa\xbb\x6a\x2a\x6b\xe8\xaf\x02\xc4\xb2\xff\xfd\xc7\x5f\xe7\x3f\x7e\xbc\x94\x67\x0d\x99\x0b\x47\xd8\x3d\x48\xea\x0f\xfc\x0c\xad\x25\xde\x13\xe8\x96\x0f\xf4\x39\x0c\x43\x93\xec\x17\xd1\xbb\xc5\x9b\x8f\x07\x6f\x4e\xd9\x1e\x45\x76\x68\x8c\x93\xe8\x4c\x9c\xb8\x28\xc0\x0b\xdb\x12\xe0\x81\xe3\x3c\xa3\x17\xe6\x12\xf9\x13\xc7\x75\x63\x60\x75\xa0\xbf\x08\x03\xab\x3c\x74\x30\xe7\xf2\xc1\x99\x48\xc4\x82\x14\x8f\x73\x8f\x28\x7e\xa7\xa0\xbd\xb3\x64\x76\x3c\xb4\x12\x23\x4a\x9d\xaa\xf1\x4a\xbf\x9e\x0c\x22\xa9\x9b\x88\x8b\xee\xd2\xbf\xc3\x71\x52\xbf\x36\x55\xa3\x76\x3f\xab\x22\x65\x4a\xc4\xe5\xdc\x9b\x0c\xa3\xa2\x19\x51\x5e\x39\xa7\x9e\x8a\xea\x96\x14\x9e\x6a\x6f\x5c\x37\x99\x56\xf4\xbb\x32\x0c\x56\x4f\xe4\x2c\x5d\x0c\x0b\x30\x5d\x18\x70\xa7\x46\x78\xe8\x1a\xff\x48\x67\xb9\x88\x36\x21\x5d\x75\xe6\x2f\x94\xe6\x64\xf4\x36\x38\x67\x8e\x0d\x91\xe9\x60\xa3\x5f\xb7\x97\xe4\xd4\x1a\x6a\xf1\xfb\xd7\x26\xfe\xd2\xb3\x4f\x1a\xc3\x38\x0e\x51\xe0\x7b\x53\x7e\xb4\xb1\x4b\x99\x04\xec\xa9\xc1\x48\x4f\x3d\x6e\x58\xa6\x1b\x40\xd3\xbe\xa5\xcf\x50\x40\x56\x27\xd4\x88\xc6\xd6\xe1\x23\xd1\x16\xa6\x13\x74\xb5\xf7\x2e\x34\x43\xc8\xe2\xff\x34\xdb\x99\x4c\x60\x00\x3d\xa4\x59\xfe\xfc\x92\xdd\xea\x4f\xe2\x60\x4a\x7c\x54\x4e\x02\xc9\xb0\x5f\x30\xee\x3a\xd4\x90\xaf\xc1\xc8\xe6\xe7\x63\x0c\xe3\x9f\xbb\x6b\xe1\x2c\x67\xc9\x73\x16\xbd\xa6\xa7\x4a\xa2\x7c\x9c\xc1\x00\x6a\x37\x66\x88\x47\x83\xb9\x23\x34\xaf\xa3\x11\xdd\xfa\xcb\x20\x3d\x2c\x29\x53\x18\x12\xa6\xe0\x80\x2f\x54\xec\xb2\x56\xb4\x00\xb6\xc5\x02\xd1\x41\x66\x64\xfa\xe2\x93\xaf\xfb\x40\x3f\xe1\x73\xb8\xe5\x43\xca\x37\x5c\x6a\x02\x4b\xd7\xf2\xf0\x1a\x3d\xe1\xa6\xf2\xd2\x09\xcb\xf4\xca\x81\x73\xc7\xdc\x4b\x8c\xc4\x4a\xc5\x6a\xbe\x3c\x3f\xe0\x3a\x8a\x91\xee\xc2\x31\x3d\xf6\xb8\x70\x18\x74\xc4\xc7\x52\x55\x1c\x48\x78\x90\x08\xfd\x1b\x33\xa8\x58\x7f\xf8\x38\x15\x64\x4b\x86\x94\x84\x5c\xd4\x61\xce\x6a\x6e\x53\x62\x1d\x75\xa2\xa1\x13\xbf\x69\x9c\x2a\xae\xf6\x9f\xee\x67\x3d\x9f\x07\x2a\x32\x88\xce\xd3\xe6\x4b\xa9\xd6\x3b\x0c\x55\xa6\x13\x43\xc4\x49\x67\xc4\x17\x63\x39\xa2\xab\x40\x1e\x11\x57\xf2\x7c\x6f\x63\x87\xa1\xe5\x22\x5f\xfe\x39\x83\x1e\x0e\x70\x24\xaa\x0c\xd9\x6b\x5e\xe7\xcf\x97\x04\x4e\xe2\x90\x33\x62\x3e\x62\xe4\xf1\x68\x2f\x61\x47\xa5\x0b\xdf\x75\xac\x5b\xe1\xe8\xd8\x5a\x06\xd1\xae\xe4\xde\x46\x62\x9c\x44\xa7\x89\x7d\x75\xb5\xd3\x00\xe2\x96\xc3\x25\xfd\x70\x63\x7a\x38\x66\x2c\x8c\xde\x01\x52\x10\x3f\x3b\xe5\x4d\xbe\x89\x9a\x67\xad\x74\x64\x06\xef\xfa\x22\xcb\xcf\x8e\xc8\x1e\xf8\xb8\x56\x67\x74\x49\xf0\x8e\x11\xf4\xf7\x01\x2e\x85\xc7\x7c\x77\x44\x14\x66\x3d\x90\x8a\x17\x7c\x0e\x05\xc2\x89\xd5\x9d\x8f\x72\xe0\xc0\x94\x3b\x73\x3d\x97\x63\x1f\x1c\x97\xf4\xff\x69\x38\xee\x00\xa4\xfd\x80\x95\x5e\x6f\xb6\x3a\x76\x8d\xc3\x4a\x55\xf9\x6c\xd5\x19\x3d\xd6\x7a\x49\x20\x64\xcc\x38\x69\x7b\x64\x9c\x2e\x4c\xbe\xf7\xb7\xbd\xc4\x14\xd1\xf7\x62\x1f\x5d\x09\x8b\x82\x78\xaf\xce\xe3\x27\xc6\x80\x2f\xb7\x2d\x09\x5e\x91\x69\x49\xbd\xcd\x24\x72\x94\x27\x47\x44\x81\xbf\xed\xc5\x71\xd7\xa1\x5e\x3c\xe5\xb7\xf4\xce\xe2\x19\x2b\x5e\x5e\x81\xb2\xe8\x84\x34\x59\x62\x9c\xf4\xec\x84\xbf\x98\x9e\x39\x85\xf6\xf7\xb7\x2f\x3f\xbc\x0a\xeb\xeb\x89\xaa\xb3\x2b\x1a\xb9\x65\x2d\x43\xe4\xcf\x3b\x01\x4c\x51\x0e\x1b\xc1\x63\xba\x97\xd2\xcd\xb8\xdc\x64\xc5\xe8\x42\x03\x50\x45\x4c\x90\x2e\x54\x9c\x64\x5d\xfa\xbc\xa8\xa1\xc4\x56\xca\xa0\x3c\x51\xa4\x9a\xb5\xe8\x0a\x4e\xe4\x6d\xec\xda\x7e\xc1\x79\xad\x5f\x08\x6e\xeb\x17\x9c\x97\xfb\x45\xd6\x87\xfd\x22\xed\x14\x8f\x7d\x04\x7c\xde\x8d\xc5\x65\xc5\xf0\x4b\x94\x4c\xdd\x13\x19\xad\x97\x20\xe7\x08\xd7\xc4\x82\x20\xa9\xab\xe7\xfc\x35\x49\x5e\xa7\xec\xa7\x73\x09\xb5\x93\xb3\xac\xe4\x5a\x9a\x51\x0d\xc1\x27\x21\x3d\x2a\x2c\x4e\x1a\x50\xc8\x78\xe9\xe1\x5c\x9c\xca\xd2\xc7\xa3\x79\xed\x61\xdf\x31\x3f\x1c\x6e\xd8\xe9\x53\x20\xee\xe4\x4f\xb1\x77\xf1\xc7\x5f\xc5\x7b\x92\xb0\xbb\x1a\x07\xe2\x78\x25\xa3\xa1\xdb\x2d\x3d\xd6\x92\xef\xb6\xd9\xe5\xe0\x7b\x6c\x8f\x4b\x4b\x9f\x82\x9d\xb8\x78\x3f\x53\xd8\xb1\x03\xb9\x68\xaa\x22\x7f\xb2\xad\x0e\xb9\x17\xf7\xfa\x15\x16\x1e\xa6\xe7\x7b\xb7\x73\x3f\x0f\xd4\xbe\x64\xc0\x3c\x75\x39\x12\x3f\x4e\x6c\x70\x90\xa5\xcd\x1c\x93\x11\x99\x95\x1a\x1f\x39\xcc\x48\x69\x88\xcf\xeb\x06\x9c\x97\xd2\xe9\xea\x34\xae\x56\xeb\xb0\x32\x94\x84\xc5\x96\xe7\xc6\x7c\xe5\x4f\x5a\x5a\x1f\x37\x45\xbb\x2a\xcb\x8c\xd1\xbf\x57\xf8\x19\xf9\x94\x54\xb1\xf4\xf9\xe5\x06\x2a\x12\x9e\x72\x46\x6d\xc2\x1f\xb1\x20\xde\x0e\xcf\x70\x19\x4e\x03\xfa\x8b\xc4\x41\xfe\x22\xd1\x50\x59\xc5\xe4\x41\x1f\x50\xb7\xef\xbe\x52\x68\xca\x67\x3f\x04\x42\x55\xe2\x82\x74\x80\x32\x47\xd0\xb5\x3d\x39\x75\xab\x7e\x1a\xbc\x1c\x10\x74\x9c\x9a\xc0\x88\xf1\xa9\x44\xec\x60\x08\x62\x24\x44\x99\x12\x53\xdd\xfa\x67\x59\x1a\x3f\x25\x86\x7e\x3d\xbf\x75\xa9\x10\x68\x8d\x33\x87\x5f\x62\xe5\x4c\xfb\x40\x95\xb3\xc6\x4d\x4f\x36\xb3\xef\x99\xbd\xbf\xee\xbc\xf2\x4c\xff\x8f\xa2\xa9\xef\x84\xda\xb5\x03\x6f\x34\xdf\x73\x6f\xb5\x4b\x68\x99\xcb\x10\x46\x56\xb7\x13\x6a\x73\xc2\x15\x1a\x9a\x05\xfe\x72\x3a\x13\xe2\xa5\xd3\x34\xd1\x1c\x8f\x78\x68\x7f\x5e\x5e\xc2\xc0\x83\x08\x86\x9a\xe5\x2e\x43\x04\x83\xee\xc6\xe8\xf5\x83\xef\xa3\x86\x38\x21\x8f\x62\x7a\x7e\xcc\x6f\x2f\x3f\xf6\xf9\xea\x28\xdc\xb3\x02\x3b\x4c\x62\x35\x65\x61\xbb\x85\xe1\xbe\x74\x68\x6f\xa0\x19\x78\xda\xdc\x0f\xa0\x66\x5e\xfa\x4b\xa4\x11\xab\x24\x4f\x3f\xaa\x49\xec\xdc\xbc\xa5\x12\x86\x87\x4a\xf5\x8f\xb8\x4d\x8c\xd0\xe3\x3c\xb0\xa5\x6c\x9b\xa2\xa0\xb7\xca\x22\x38\x1d\x25\x94\x15\xaa\xea\x80\x20\x12\xbf\x83\x43\x79\x26\x1e\x8e\xd8\x21\x27\xb4\x1d\x1c\xbf\x13\xc7\x06\x91\x50\x21\xa1\x14\x2a\xd1\xd8\x43\x88\x3a\x84\x1b\x48\xed\xf6\x38\x08\xc8\xc4\x28\x98\xf8\x40\x80\x84\x0b\x59\x26\x0e\x32\x42\x41\x1c\x34\x1e\xe2\xfa\x02\xeb\xc7\xe4\x88\x91\x38\x2e\x44\xda\xf9\xa8\x15\x07\xe3\xe0\x28\x20\x68\x83\x20\x7d\xc1\x4c\x5f\x70\xd3\x17\xc2\xf4\x05\x27\x7d\xc1\x4f\x5f\x58\xa6\x2f\x58\xf4\x82\xe3\xe1\x73\x78\x6a\x88\xb5\xf4\x00\x62\xf4\x2f\x3f\xb8\xe5\xb2\x0a\xda\xc0\x66\xcf\x13\xd2\x83\x79\xea\xfb\x22\xf5\x7d\x92\xfa\x7e\x99\xfa\x7e\x35\x22\xa5\x65\xb3\x85\x65\xf1\xb1\x7e\xb0\xb4\x90\x1f\x90\xb0\x95\x70\xb9\x80\x41\xab\xdb\xed\x9a\xc1\x14\xa7\x25\x84\x6d\xf0\x19\x97\x95\xe5\x83\xb0\xae\x41\x74\x25\xf9\x85\x37\x6e\x6f\x53\xbf\x65\xcc\xdb\x69\xea\x86\xd8\x60\x7e\x27\x6f\xf5\x5c\x07\xef\x73\xda\x3c\xd7\xc1\xa7\xd4\xcf\x69\x87\x07\xb8\x49\xdd\x80\x9d\xfa\xe0\x2c\x75\x35\x7a\x1b\x3a\xf8\x0f\xbd\x8a\x4b\xe9\x92\x83\xdc\x97\x1f\x5e\x91\x06\xe7\xb8\x46\xff\x8a\x65\x8d\xb5\xda\x77\x49\xc1\x5d\x76\xf1\x79\xf6\x92\x48\xcf\x13\x7c\x03\x3b\x53\x17\x7f\x5b\x31\x13\x2d\xd5\x34\xb9\xf8\x3c\x7b\xa9\x52\xd3\xf4\xb2\xd8\x34\xb9\xf8\xec\x59\xf6\x5a\xea\x79\x29\x2d\x48\x53\x29\x82\x8f\xf0\xc5\x88\x9c\xe9\x5f\x5a\xed\x15\x6d\x9b\xc6\x78\x79\xdd\x45\x00\xaf\xa1\x87\x5e\x11\x8e\x6c\xb1\x60\x97\xa7\xa3\x11\xec\x12\xf1\xd2\x25\x07\x48\x2c\xd0\x66\x14\xfd\x62\x9b\xc8\xa4\xd7\x09\x55\xa2\x57\x3a\x7a\xda\x3b\x89\xde\x8f\xe8\x5d\x24\x8c\x1d\x49\x04\x6f\x84\xc8\x83\x4b\xcf\xf9\x33\x0e\x6f\x6b\x77\x91\x7f\x1a\x04\xe6\x6d\xab\xdd\x9d\x38\x2e\x82\x41\x0b\x8e\xbe\x7b\x7a\xa1\xd3\x64\x96\xce\x22\xf0\x3f\xdf\x92\xb8\x94\x59\x67\x6a\x22\x78\x83\x63\x09\x11\x0c\xe6\x98\x09\xbd\x69\x7c\x75\x9c\x44\xa9\xc1\xee\xcf\x8e\x67\xb7\xdb\x18\xdf\xa5\x85\x07\x31\xfa\x0e\x76\xa3\x2e\xbb\xae\x6f\x99\x2e\x7c\xe9\xcf\x17\x66\x00\x5b\x08\x5f\x6c\xb7\x9f\x78\xa3\x8b\x3b\x22\xf8\xfe\xa6\xaf\xc6\x5d\x22\x46\x5b\x1e\x11\x67\xc1\xc8\x4b\x85\xe5\xc1\x6e\xb2\xee\xda\x4f\x82\xfb\xfb\x56\x30\x22\xcf\xf3\xbf\xac\x80\x37\xba\x08\xb8\xd6\x48\x73\xa6\xa4\xb9\xd4\x52\x6d\x3f\x31\xef\xef\x5b\x66\xdc\x66\xea\x67\xdc\xb0\xc9\x37\x4c\xd6\x0c\x13\x13\x23\x8f\x7c\x4f\x86\x32\x0a\xc8\x95\x54\x43\x23\x73\x25\x38\x47\x25\x2f\x2c\x79\x43\x9b\xa7\xe6\xb9\x82\x96\xe7\x35\x29\x79\x9e\x47\xc7\x73\x15\x15\xa9\x54\x4c\x11\xf1\x5c\x46\xc2\xf3\x88\x80\x78\xa5\xb0\x55\x45\xa2\xb5\x82\x11\xec\x12\x3d\x8d\x8c\x13\xb8\x20\x7c\x12\x57\x01\x8f\x4c\x59\x5a\x03\x9c\x13\xdf\x27\xf8\x42\x5a\x66\x9f\xf0\xb7\x9d\x4b\x6e\x3a\xd7\x4f\x9c\x49\xcb\x1c\xb9\xa3\x80\xc4\xbc\xb1\x4d\x5e\x7f\x3a\x8a\x2c\x27\x7f\xa2\x99\xcf\x9e\xb5\x4c\xf6\x33\x79\x47\x80\x7e\x1b\x99\x80\xca\x0c\xc6\x3b\x74\x21\x26\x24\x35\xdb\x20\x5a\xf8\x61\x97\xa4\x20\xb7\xe9\x34\x5c\x4a\x54\x73\x05\x2a\xce\x48\x64\xd5\x0b\x37\x7e\x03\xe2\x38\x62\xc6\x6b\xf3\x15\xd0\xf3\x29\x21\xbc\xbf\x74\xcb\xf4\x3a\xd7\xf0\x2a\xba\x7e\x41\x86\x3f\x1e\xb9\x2b\xd4\x9d\x99\x9e\xed\xc2\xb3\x48\x2c\xb6\x60\x7b\xb5\x02\xd7\xa3\xb7\xad\xd6\x6c\x74\xd5\xee\x2e\x02\x1f\xf9\x11\x45\xf9\xed\xf8\xc2\x1b\x83\x3b\x21\xe0\xf3\x69\x0f\x70\x81\xa1\x4f\x7b\x49\xc8\xe7\xd3\x1e\xe0\x42\x08\x4f\x22\x5d\x75\xd5\x06\xb7\xa3\xb7\xad\x19\xdf\x38\xbf\xa3\x5f\x04\xeb\x36\x3f\x4d\x37\x9f\x51\x0a\x2e\xcc\x75\xfb\x78\x97\xee\x23\xd6\x2b\x2e\xdc\x75\xdb\x7e\xaf\x20\xcf\xb9\x0e\x2e\xc2\x75\x1b\xff\x94\x47\x9c\xa8\x07\x67\xdd\x1e\x6e\xd2\x3d\x64\x14\xa4\x0b\x7f\xdd\x3e\xce\xd2\x7d\x10\x1d\xeb\x62\x59\xbb\xe1\x38\xfe\x36\x8e\x4b\xc7\x60\x03\xff\x49\x77\x44\xd4\xb6\x0b\x6b\xdd\x19\xa4\x9a\x95\xa8\x3b\x3a\xb8\xb0\xc7\x80\x06\xd3\x4e\x21\x7a\x77\xe3\xb1\x60\x5a\x96\xad\xe8\x07\xc5\xad\xb4\x01\x77\x4b\xa6\xdf\xf8\x3c\x6b\x5e\xb1\x2b\xfa\x60\x7e\xeb\xa9\x83\x57\x70\xb1\xa8\xd8\x4b\xaa\x81\x32\xbd\xbd\x8d\x17\xe2\xa4\x56\x67\xec\xf9\x82\xbe\x58\x3e\xe8\x65\xd5\x4e\xc8\x83\xa9\xd6\x67\x7c\xee\xc0\x79\x2e\xf0\xc3\x5f\xe0\xbc\x06\xf0\x83\xeb\x84\x68\x8f\xe0\x89\x6d\x09\xe8\xc3\xe1\xeb\x8f\xbf\x7d\xf8\x6b\xff\x48\x1e\xbe\x8d\x1c\xe4\x92\xa3\x4c\x7a\x18\xa9\x02\x6d\x50\x21\x72\xf3\xb1\x55\xc9\x67\xb1\x4a\x95\xa4\x96\xcf\x81\x58\x45\xca\x51\xdd\xa2\x03\x9d\xc5\xf0\x7c\x58\xba\x30\x5c\x03\xa9\x9e\x87\x9d\xe0\x2b\x26\x0d\x09\xb0\x63\x2a\xe8\x2c\x7a\x91\x04\xd0\x45\x8b\x03\xdb\xb5\x2c\x3e\x77\x5f\xac\x60\x23\xd6\x9a\x49\xa7\x9a\x1d\xe2\xc7\xa4\x40\x16\x52\x7f\xaf\x18\x23\x13\x87\x14\x8f\x8b\x46\x91\xed\x5a\x91\xff\xac\xf6\x32\xaa\x63\x33\x24\xfd\x91\x97\x5d\x3f\x70\xf9\x77\x18\x82\x78\xb2\x38\xa1\x5c\x3c\xc1\xa6\xae\x3b\x27\x54\x94\x12\x4b\x82\xb0\xfa\xd2\x23\x6d\xfa\xbc\xbd\x84\xac\xe0\xd7\xcc\x99\xce\x60\x88\xb4\x45\x00\x2d\x68\x43\xcf\xe2\x03\xb1\x2f\xa1\xeb\xdf\x9c\xd4\x39\xb5\xc8\xa5\x12\xe6\xf6\xfa\x44\x7a\xeb\x83\xd4\x44\x15\x34\xf2\x7c\xb4\x8d\x74\xe2\x41\xb9\x72\xa7\x90\x2a\xd5\x26\x2f\x20\x87\x11\x83\x4a\xce\x87\x9d\x12\x38\x28\x8c\x03\x02\x83\x48\x98\x74\xf3\x9c\xb2\x95\x2a\x45\x14\x1c\x76\x19\xc5\x58\x54\x0c\x7e\x2a\xce\xa5\xc1\xfe\xd5\xd8\xe7\x4a\x41\x36\xd5\xd8\x9a\xeb\xb8\x5a\xd3\x9b\xd6\xe3\x23\x5f\x0a\x23\x6b\x2a\x57\x2f\xc9\xc3\x5b\x7e\x49\x79\x78\xd6\x2e\x0f\xef\xdb\xc8\xc3\xb3\xf3\x15\x39\x6f\xe1\xf6\xfa\xa7\xe7\x9e\x5c\x91\x4b\x32\xe4\xe2\x8a\x68\x71\x3d\xb1\x67\x89\x56\x54\x35\x35\x0e\xeb\x41\x3a\xcd\x8f\x8b\x63\x40\x7a\x5c\xf8\x91\xcc\x16\x4a\x47\x22\x65\x54\x0b\xe3\x08\x0c\x93\x0d\x73\x90\x6c\x87\x1f\x23\xf6\xd1\x81\x8e\x11\xf1\xde\xb2\x74\x42\x72\xa4\xcb\x4e\x74\xe9\x65\x3e\x22\x29\x51\xe1\xd2\xc2\x03\xf3\xa3\x4e\x0f\x5f\x29\x3d\x18\x08\x2d\xa9\x6b\xc9\x85\x54\x92\xeb\x63\xa1\x12\x29\x37\x55\x5a\x98\xf2\x35\x3e\x1a\x14\x4b\xaa\x28\x7a\xa7\xc8\x92\xe9\x94\x8e\x6c\x63\xe3\x54\x6d\xcc\x6c\xe7\xd9\x78\xcf\x82\x01\x28\xe2\x37\xb3\x35\x16\xc7\x15\x2b\x0d\xd8\x8e\xcd\x72\xe1\x40\x82\x88\xce\xb6\xaf\x9a\x50\xcc\x32\x99\x2f\x1c\xfc\xcd\x93\x83\xbf\x92\x07\x6e\xea\x63\x41\x7a\x82\xe6\xaf\x77\x82\xb6\x14\x4e\x98\x42\x7a\xc2\xb4\x54\x1d\x57\x39\x45\x47\x50\x88\xc0\x3b\xb6\x57\x53\x9c\x5e\x00\xe7\x61\xec\x24\xd1\x52\x10\x90\xf7\xf7\x17\x63\x7c\x1b\xc7\x45\xc9\xcd\xc6\x68\x44\x1c\xaf\x04\x2e\x92\x38\x57\xf9\xb3\x20\xfc\x14\xbd\x80\xef\xb9\xe8\x8d\x79\x8f\x3e\x7d\x3c\xb9\xf7\xb9\x70\x2b\xf1\xad\x34\x74\x72\xb4\x02\xe1\xc8\x6a\xb5\xdc\x91\xdf\x96\xf8\x7f\xd6\xf6\x81\x3a\x23\xab\xe5\xe6\x7b\xc9\xd6\x76\x84\xa6\x7a\x90\xfb\x98\xcc\x62\x07\x46\x61\x2b\xd1\xf6\xcd\x79\x33\x5c\x5e\xbb\x9a\xe7\x7a\x33\x6c\x30\xaf\xeb\xcd\xc0\x33\xdf\x16\x6f\x86\xf3\xb2\xff\xd7\xe2\xd7\x7f\xfe\x29\xdf\x04\xa9\xea\x4c\xc7\x1a\xff\x4d\x2a\x95\xc4\x65\x8e\x93\x1c\xf4\x10\xe2\x70\x86\x2b\x78\xbb\x08\x60\x18\xbe\xa4\x45\x44\xe3\x67\x3e\x7d\x32\x83\x69\x8f\x7d\x30\xe2\x8a\xe0\x78\x8b\x0d\xfc\x25\x8a\xc3\xbf\x93\xfd\x36\xb5\x17\x67\xb6\xdd\x23\xa0\x23\xf3\x72\xe9\x9a\x41\xc7\xf2\x5d\x17\xd2\x58\x0c\x65\x06\x1c\x76\x46\xc4\x3b\x59\xb4\x15\xef\x8f\xc7\x62\xf9\xd3\xc0\xbf\xf9\x09\x3a\xd3\x19\x62\x7b\x8c\x71\x30\x06\xfb\xc7\x8f\x5f\xca\x2b\xf1\x31\xa0\x59\x92\x9b\x13\x26\xa0\x98\x55\x60\x32\xf9\x26\x58\xe1\xe8\xa4\x89\xff\xef\xff\xad\xf0\xb8\x9d\x02\x4e\xaa\x8c\xa7\xc4\x37\x96\x5f\x63\x98\xfc\xe3\xca\x77\x49\x03\xbd\xd2\xb5\xfa\xe4\xe1\xab\xb5\x70\xa6\x1f\xb4\xca\x68\xc9\x80\xb9\xfc\xfa\x97\xe5\xc8\x1e\xa9\x18\x85\x0c\xd0\x4c\x9d\xb1\xc0\xbf\xa9\xcd\xf7\x76\x1e\xdf\x17\x16\xf1\xe4\xeb\xf6\xa5\xb0\xc1\x07\x63\xa0\xdb\x56\x37\xc9\x98\xef\x42\x1b\x27\x30\x24\x25\xd6\x0d\x16\x4e\x5f\x80\x58\x70\xa8\xca\x3d\x4a\x81\xcb\x36\x83\x0a\xc2\x83\x29\x69\xad\xbf\xd5\x47\x03\xd1\x85\x3c\x75\x89\x3b\xa9\x34\x1a\x48\x42\x7c\x0a\xd4\xc1\x03\x43\x60\x92\xd1\xb3\xc7\x8e\x9e\x05\x69\x4f\x65\xd7\x70\x3c\x92\xf6\x01\xf7\xc7\x52\x94\xf7\xc2\x06\x2a\x86\x51\xe6\x2f\x21\x9b\x9b\xa0\x11\x17\x21\xa1\xae\x3d\x6e\x7e\x42\xa6\x47\xec\xca\x2c\x8f\x5a\x24\xd6\x58\x48\xa6\x6d\x0c\x65\xdc\x2c\xba\x4b\x4f\x17\x0b\xcd\xc4\x80\x0e\x59\x22\xd6\x9d\x71\x9e\xe0\x2f\x2b\x93\x4b\x2c\x19\x19\x58\xde\x56\xaf\x1b\x95\xeb\xf4\xc1\x16\x4f\x16\x25\xab\xce\x0a\x2a\xd1\xca\x06\x96\x51\x81\x02\xa0\xe0\x17\xbe\x40\x4c\xf5\x72\xfc\xc5\xbc\x22\xe5\x60\x43\x84\x09\x29\xea\x5f\x17\x6a\xad\x4a\x28\x58\x03\x69\x28\x8f\x88\xe9\xed\x5c\x42\x3d\xba\xa1\xad\x97\x17\xa2\x65\x82\xc0\xe1\x67\x04\x03\xcf\x74\xd3\xe9\xc1\x2c\x43\x33\x2e\xe1\x4c\x0f\xe0\x74\xda\xbf\x76\x79\xab\x91\x11\x54\xcd\x7d\xad\x57\x47\x72\xb3\x25\x51\x31\x46\xdc\xc2\xbf\x86\x41\x67\x0e\xbd\x65\xdc\x32\xfc\xbc\x30\x3d\x3b\x0b\x0f\x73\x05\x6f\x2f\x7d\x33\xb0\x4f\x31\x0c\x95\xae\x38\x1b\x8e\x45\x23\x2d\x61\x25\xe2\x22\x94\x28\x5c\x1c\x67\x43\xa5\xab\x1d\x37\x5e\xa9\x03\x05\xce\x74\x5a\xa7\x54\xc7\x2f\x7e\x00\x37\x52\xde\x01\xbf\x87\xca\x35\x6a\x04\xf2\x1f\x94\xaa\x32\x63\xd4\xa8\x32\x23\x93\x37\x71\xd5\x7a\x56\x57\xcb\xf3\x3d\xb5\xbe\xab\x65\x74\xde\xe4\xc1\x68\xea\x6c\x84\x24\x39\xe5\x92\x19\xf4\x1d\xa3\x84\x7e\xbc\x0f\x8e\xd6\x52\x8f\xcf\x6c\x9a\x0b\x9c\x03\xe3\x93\x8f\xf0\xa3\xa6\x45\xb6\xd2\x46\x21\x79\xf8\x2a\xf2\xfa\xc4\x0f\x48\xd6\xe6\xc1\xb8\x3a\xd1\x74\xdf\x63\xde\x0e\x3d\x29\x5d\x92\x18\xc0\x71\x8e\xa8\x7c\x76\xd9\x84\x6d\xb1\xfb\xdc\xd9\xc4\x4c\xef\x78\x13\x3f\x98\x43\xbb\x63\xa6\x9c\x1f\xa9\xda\x3e\xd1\x4a\xb0\xbf\x8f\x56\x48\xf8\xda\x9b\xf8\xbc\x90\x39\x4e\xd8\x55\x84\x06\x03\x89\x08\x04\x17\x3d\xd0\x63\xcc\x5d\x26\x25\x59\x56\xdd\x39\xda\x2c\x13\x80\xa8\x3a\x5a\x9c\x84\x0e\xd1\xbf\x97\xc4\x0b\xa5\x4a\x7c\x55\x89\x12\x45\x0c\x82\x72\xe8\x14\x2f\xad\xc1\x81\xeb\x25\x92\xd3\x92\x7f\xa5\xb2\xaa\xe3\x55\xfa\x3c\xaf\x4f\x15\x4b\x36\x45\xaa\x84\x71\xaa\xe6\xb2\xc7\x0a\x9d\x51\x5a\x1b\xc9\x99\x28\x2d\x81\x28\x86\x90\x5c\x64\x4b\xf4\xd4\xcd\x2e\xcc\xf6\xa7\xa7\x17\x62\x2a\x63\xbc\x2f\x93\x26\xe4\x38\x70\x28\x49\x09\x17\x90\x0d\xc5\xdd\xbc\x00\x5c\x9a\x2b\x7a\xa9\x82\xcd\x5b\x7f\xce\xca\x64\xf3\x3c\x66\x52\x24\x96\xaf\xf5\x88\xea\x55\x6f\xe2\xc5\x12\x89\x3a\xc1\xe0\x21\x34\xd9\x7c\x4d\x22\x4a\x4a\x48\x3c\x34\x11\x25\xd1\x36\x7d\x75\x00\x4f\xfd\x8b\x46\x2f\x5a\xda\xea\xb1\x94\x57\x15\xea\x58\xec\xdb\xa7\x5e\xad\xed\x7e\xfc\xcd\x81\x37\xeb\x11\x2d\x6b\x51\x65\x20\xd1\xc1\x21\x38\x02\x35\x8a\x6f\xc9\x6f\x19\x80\x21\x48\x63\x04\x67\xf8\x04\xf4\xb3\x77\xa8\x0f\xd3\x71\x98\xd7\x2c\x80\x93\x0e\xf2\xf9\xb4\x5c\x56\x97\x1f\x7f\x21\x09\xb8\x1d\x27\xec\x60\x75\xa8\x43\x2c\x06\xc7\xbb\xf6\xe3\x6a\xb6\xf8\xec\x9d\x3f\x8e\xa2\x25\xf3\x17\xee\x32\x60\x79\xbd\x38\xc6\x2c\x0e\x29\x0b\xdd\xe5\xd4\x99\xdc\xa6\x93\x7f\xa7\x2c\xa3\x77\xed\x33\x7c\xee\xe0\x70\x7b\x22\xca\xe4\x51\x11\xdb\x72\xbc\xb9\xdf\xfb\x61\xef\x97\x37\xdf\xbf\x97\x1f\x6f\xc6\xe5\xb5\x93\x03\x46\x5a\xc0\x22\x7b\xbe\x98\x29\x7a\x91\x3e\x53\x24\x37\x74\x52\x84\xd0\x70\x71\x0c\x7c\xc6\xd8\x4f\xd5\xc8\x48\x2f\xff\x68\xf5\x3b\x44\x25\xaf\x56\x38\x93\xdb\xf4\xd6\x2d\x9a\xc1\x84\x9b\xa2\x5c\x46\x51\xa1\x8c\x8c\xf8\x29\x01\xe4\xc1\x8f\x7d\x8d\xb2\x18\xf9\x1a\xf4\xb9\x3f\x87\x9a\x3f\x49\x95\x16\x0e\x35\x33\x80\xda\x25\x74\xbc\x69\x63\x25\x30\xb4\x8f\x33\x3f\x84\x71\x73\x5c\x5f\x0c\x45\x3a\x29\xc2\xe1\x78\x38\x28\xf8\xd7\xd7\x5d\xed\xd4\xbb\xe5\xef\x25\x29\x1d\x76\x72\x07\x79\xfa\xc6\x0f\xae\xb4\xcb\x25\x12\xe0\xa0\xc3\x5b\xcf\x62\xf5\x36\x61\x66\xa8\xaf\xa2\x15\xe6\xe0\x59\xb4\x5e\x7e\x78\xd5\xd6\x6c\x13\x99\x21\xf2\x03\xd8\x6d\xe8\xa5\xad\x55\x9b\x23\xff\xb5\xe9\x92\xe3\x3b\x23\x15\xa6\xb6\x6d\xf5\x38\xaa\x92\xb3\x56\x74\x33\xc1\x8d\xf1\xae\xd7\xda\x54\xf2\x44\xf7\xd6\x6d\x30\xdc\x81\xc0\xb6\x6c\x2e\xbf\xfc\x60\xff\x3c\x79\xbd\xf7\x5b\xee\xe6\x92\xbb\x97\xa4\x8a\x26\x11\xe9\x5f\x4f\xec\x6f\x4c\x74\xf2\xb1\x0e\x91\xb8\x7c\x73\xa8\x45\xbb\xa5\x73\xb9\x44\x30\xec\x6a\xaf\x27\x9a\xe9\xdd\x46\xb2\x35\x92\x3e\x13\xdf\x75\xfd\x9b\x48\x9e\xf2\xa5\x81\xe7\x26\xa2\xb5\xe8\x03\xf8\xe7\x12\x86\x08\xe0\x2f\x89\x7c\xc5\xe2\xcc\x5c\x2c\xdc\xdb\xae\xf6\x81\xdc\x12\x6a\x68\x66\x22\x6d\x62\x3a\x6e\x24\xda\x48\x13\x5c\x4f\x8b\xc0\xbf\x76\x6c\x68\x6b\x58\x47\xa3\xd2\xd5\x26\x32\xd0\x5f\xe0\xf8\x45\xc8\xee\xc5\xf9\x0e\x7b\x36\xf4\x6e\x35\xa2\x0f\x46\x2b\xf8\xfa\x2b\x10\x80\x05\x05\x89\x68\x72\x47\xb2\x98\x36\x25\x0a\xd3\xa7\x75\x9b\x91\x88\xec\xf7\x72\xa5\x7a\x1a\x90\x8c\x19\x99\xb3\x3d\x52\x31\x05\x84\xb8\x2d\x22\xf1\x3f\xee\x2f\xfd\xdb\xa3\xe3\x7f\xc8\x45\xe2\x34\xf0\x97\x0b\x9d\xb9\x7e\x29\x60\x1a\xf9\xf2\x06\x63\x90\xeb\x73\x88\x66\xbe\x8d\x5d\xa8\xc2\x7f\x3e\x12\x84\x18\x1a\xa2\xc6\x29\xec\xa5\x42\xf1\x8d\x43\x72\x3e\x5b\x0c\x23\xca\x2a\xe7\x66\x51\x6b\xa2\x5f\x3a\x74\x02\xa9\x43\xa5\x8b\xc1\x10\x18\xc3\x4a\x68\x2f\xb8\x8f\x23\x60\x18\xe2\xb9\x12\x73\x73\xb2\xec\x66\x5a\xba\x34\x81\x3e\xe4\x6a\x49\xf1\x26\xc4\x20\xf1\xf7\x71\x95\x7e\x05\x50\x52\xc9\x9d\xb4\x71\xf9\x8d\xf4\x40\x7d\x9f\xc6\xca\xff\x46\xcb\xbe\x26\xb7\xe1\x87\xc6\x69\xa0\x08\x26\xb0\x4a\xc0\xf8\x72\xa7\x1d\xb8\x92\xf4\x82\x72\x65\x62\xb5\xe7\x49\xc4\xf8\x1c\x9e\xe0\x39\xc7\x87\x39\x12\x8c\x45\x0c\x14\x47\x9c\xe2\xc9\xab\x26\x9b\x02\xde\x1e\x98\xa5\x96\x24\xf6\x45\x57\xb9\xb0\x96\xe7\xaa\x32\x8c\xe2\x90\xb2\xc7\x37\x81\x69\x3b\x3e\x61\x9a\x74\x10\x47\x9f\x23\x2f\x83\x03\xe1\xa2\x75\x24\xc0\xc4\x8a\x73\x7c\x3e\x55\x78\x3f\xf3\x79\x1f\x18\x87\x75\x92\x7b\xa5\xb8\x27\x79\x54\x96\xbe\x9b\x54\x8c\x04\x73\x4b\x1f\xe7\xc7\x1e\xf1\x4d\xa5\xd0\x92\x4f\x13\xc6\x20\x40\xc9\xac\xea\xfc\x3e\x17\x8c\x2c\x92\x58\x38\x34\x27\xf4\xe6\xdc\xc2\x82\xfb\x3c\x6e\x22\x83\x26\x9a\x42\x51\x1e\x8c\xb3\x38\xc0\x03\xd6\x81\x04\xcb\xe3\xe2\x42\x8f\xe1\x5f\xe9\xce\xdb\xa5\x17\xc6\x49\xb9\x64\xcc\x2d\x09\xdd\x4a\x04\xd6\xe4\xd6\xc5\x57\x72\xac\x64\x3f\x4e\xa3\x38\x57\x5a\xc8\xf1\x49\x9e\x7a\xb5\x8a\x90\x1b\xef\x4d\x1a\x74\x5a\x30\xae\xec\xd2\x52\xd5\x1d\x67\xaa\xd8\x99\x9b\x24\x4c\x71\x42\x1a\x70\x4a\x76\xd4\x39\xdd\x4e\x42\xe8\x12\x18\xf6\x1a\xa5\x24\x49\x9f\x87\xe0\x42\x7f\x43\x56\xc5\x5a\x67\x0c\xd1\xa0\xb4\x68\x88\xa9\x7e\x2a\x44\xfe\xe2\x60\x93\x1b\x18\x74\xe8\xac\x18\x01\xfc\x45\x1c\x5d\x4f\x7e\x61\x71\x27\x2f\xb9\x6a\xe8\x43\x60\x1c\x8d\x31\xee\xf8\x91\x7c\xaf\x88\x83\x54\x7e\xfa\xf8\xf1\x7d\x37\xa1\xa1\xb0\x79\xd4\x2f\xb0\x9c\x8e\xa3\xda\xc7\x30\x39\x85\x00\x16\x72\x40\x87\x2c\x8b\xe4\x17\x35\x16\xc4\x29\x93\xcb\xc6\x71\xcd\xc2\xff\xc5\xac\xc8\xc4\x3a\xe1\xc5\x2c\x60\x7d\x44\x6f\x7c\x4f\x37\x26\x76\x65\x9f\x60\x76\x4c\x07\x0d\xb1\x6a\xde\xfb\xda\xaf\xf8\xbe\x72\xd9\x99\x0d\xfa\x23\x06\xa4\x8f\xba\x31\x0e\x22\x61\x4c\xb6\x84\x92\x5c\x2a\xe5\x50\x1e\x8b\x3b\x4b\x7a\x19\xd1\x15\x25\xa3\xe9\xba\xc3\x24\x4b\x20\x30\x10\x05\x1c\xc0\x36\x2b\x8c\x13\x23\xa3\xb9\x90\xdf\xc6\xec\x05\xd7\xaf\x77\xce\x1a\x3c\x8b\x9b\xa9\xf6\x46\xd3\x0c\x2f\xec\x92\x25\x68\x02\xf4\x0f\x70\x0a\x3f\x37\x12\x84\x4b\xc5\x1f\x6e\x50\x23\xb0\xbe\xcc\xb7\x89\x6d\xd3\xda\x41\xb9\xb4\x61\xda\xe4\x25\x9c\x3a\x1e\x29\x74\x60\x6a\x7f\xfc\xf7\xde\x1f\xff\x5d\x29\x1c\xb7\x34\xef\x96\x0c\x55\xcb\x1c\xad\x55\x01\xb0\xd6\x36\xb1\x8d\x0b\x7b\xf4\x2f\xd8\x12\x53\x9a\xf3\x82\xba\xcb\x82\x1b\x90\x3f\x9d\xba\xf2\xd3\x53\xa9\x6a\xd8\xc7\xf5\x6c\x34\x62\xf4\x11\xef\x92\xb9\x58\xb8\x0e\x89\x03\xa5\x9c\xa4\x2d\x3d\x17\x86\xa1\x16\x2e\xa0\xe5\x4c\x48\x61\x1b\xb9\x0e\x5e\x28\x7b\x69\x21\x9d\x78\x6a\x75\xe2\x1d\x71\xe0\x25\xb8\x20\x09\xd5\x97\xfe\xe7\x44\x32\x29\xf4\xcf\x7d\xd0\xef\xc9\x55\xcb\x83\x02\xd5\x32\x11\x67\xdc\xa0\x25\xf2\x8c\xac\x7a\x25\x14\x48\x32\xe6\xf5\xc5\x7f\xf4\xba\xe8\x48\xaa\x86\x67\x66\x6f\xda\x2f\x62\x69\xe9\xc6\xdc\x2f\x1f\x0f\xa4\xe4\x56\x8b\xbe\xbc\x4e\x62\x9b\x25\x46\x5b\x72\xad\x8e\xb9\x35\x5c\xd3\xda\xca\xda\x5a\x1c\xf6\x56\xcc\x73\x05\x69\x16\x29\xab\x89\x7a\x55\x78\xab\x69\x58\xce\x6a\xa2\xcc\x38\xa4\x06\x3f\xb8\xc0\x3b\x81\xce\x89\x87\xb5\x8c\xa7\x84\xc3\x99\xe3\x47\xe4\x6e\x66\x19\x65\x26\x9e\x8b\x5b\x96\x31\x3f\xd9\x74\x0b\x33\x12\x24\x00\x10\xd9\x52\xe7\xa5\x83\x28\x1a\x95\xc7\xe4\x58\x37\x2d\x8f\xc5\x20\xf6\x3c\x2f\x21\x31\xd2\x70\x20\x81\x10\x8d\x1f\x12\x63\x20\x89\x4b\x53\x6e\xff\x3f\x09\x01\x9b\xd2\xd7\x19\x67\xec\xf2\x0f\xd4\xb2\x11\xd4\x21\x23\x39\xe0\xa4\x25\xe6\x2f\xe0\x4e\xf3\xc0\xd1\xb2\xe9\x98\xb6\xdd\xc4\x5c\x04\x5d\x31\x80\x93\xe4\xe0\x87\xf9\xe0\x63\xd3\x80\x53\x4c\xc9\x10\x78\x57\xa9\xbc\x74\xbe\x9c\x4c\x7d\x15\x99\x94\xc0\x7e\x1c\x58\x93\x14\x09\x8a\x97\x0b\x7d\xbe\x90\x86\xe0\xcd\x65\x8e\x4a\x4e\x2e\x24\x20\x38\x69\xc1\x20\x8b\x70\x14\xd0\xe0\x84\xa6\xb3\x68\x64\xc5\x60\x83\xa7\xb6\x2d\xd7\x74\xfb\x7c\x3c\x25\x35\x62\xca\xf1\x7d\x9c\xcf\x43\xbf\x57\x4e\x2a\x32\x3d\x1f\xcd\xc8\x79\x91\x52\x76\x90\x89\x17\xfb\x45\xaa\x41\x34\x96\xa3\x33\x85\xcb\xaa\x42\x66\x21\x6c\x51\x29\xf6\xf2\x8f\x80\xa4\xd0\x0c\xb9\xa7\x3c\x89\x2b\x1c\x2f\x7d\x64\x3a\xd8\xcd\x81\x23\xb7\x12\x38\x06\xa6\x37\xe9\x1d\x5c\xb6\xa4\xc3\x6a\x7e\x41\xd3\x9a\x49\xb0\x19\x16\x89\x7b\x28\xfa\x88\x55\xa6\x30\x2e\x18\x46\x22\xbe\xe4\xd8\x0e\x64\x20\x74\x25\x13\x4c\x07\x1a\x33\x46\x04\x52\xc8\xb5\x1e\x7d\x26\x66\xc9\xf9\xcc\xbf\x89\xac\x94\x1f\xa2\x0d\x21\xa5\xea\x71\xb7\x24\xd7\x08\x44\xc4\x74\xbd\x0a\x65\xd2\xe3\x23\x76\xba\x05\xbc\x91\x2e\x3b\x1d\xd1\xf1\xb1\x57\x50\xea\xd8\x2b\xfe\xa5\x4b\x8a\xc1\xb4\xee\x90\x39\x25\x23\xd4\x41\x44\xa3\x13\x0f\x84\xd6\x0c\xce\xcd\x13\x79\x0d\x1a\xf2\xa3\xde\x06\x84\xc0\x8a\xbb\xe2\xaa\xa4\x01\x5c\xf8\x8a\x7b\xb8\x6a\x36\xfa\xdf\xbd\x36\x60\x52\x9f\x2f\x9d\xbb\x02\xbe\x87\xf9\x5e\xbc\x48\x5f\x1c\x6d\x38\x22\xe8\x12\x41\xbb\x6b\xba\x8e\x19\xb6\xfe\x4d\x86\xd8\xfd\xaf\x3b\x6f\x45\x8b\xec\x77\x69\x65\xbd\xdf\x22\x31\x1e\xfe\xbb\x0d\x28\xf7\x15\x37\xd0\x99\x21\xb4\xe8\xd2\xb7\x9c\x69\x26\x62\x9b\xf7\x81\xbf\x28\xdd\x10\x73\xd0\x49\x5b\xc2\x0c\x98\x6a\xa9\xa5\xc7\x7d\xe8\xdc\xc9\x21\x2b\x81\x73\xa1\xbf\xf5\x89\xf9\x2f\x94\xe9\x8e\x9f\xc1\xb5\x50\x92\xf5\x92\x6e\x3c\xdb\xe0\x1d\x69\xef\x44\x7f\xeb\x6b\xc4\x4f\x13\xfd\xf7\xec\xb3\x69\xa1\x13\x1d\xff\x21\x57\xde\xe3\xb2\x08\x27\x3a\xf9\x8b\x0d\x43\xf2\x03\xf6\x16\x9c\xe8\x1f\xe0\x74\xe9\x9a\x81\x76\xf6\x19\xe7\xdf\x44\x5c\xba\x62\x63\x79\x1d\x69\xc1\xa5\x07\x94\xee\x9f\x1b\x56\x3c\x08\x13\xcd\x34\xf2\x45\x18\x04\x73\x5f\x48\x47\x12\x0b\x88\x0c\xc5\x49\x32\x24\x3f\x14\x72\xc6\x0a\x49\x7d\x1f\x0a\xeb\x10\x3f\xff\x83\x1f\xb4\x68\x9d\xfb\xe8\xc9\xfb\xfb\xa4\x0a\x10\x09\x17\x6b\xb5\xdb\xac\x8c\x1d\xec\x3a\xe1\x5b\x78\xf3\xec\x19\xec\x62\xc0\x46\xfc\x2b\x80\x8c\x32\x11\x07\x64\x86\x13\x77\xd4\xfd\x44\x3f\x76\x53\xce\xde\x44\x7c\x75\x27\x4e\x10\x22\x72\xa8\x2c\xe3\x17\x8d\x9b\x41\xd4\xa2\xd0\x10\x1d\xb9\xb4\xb1\x68\x84\x9e\xff\x5e\x3e\xc6\x2e\xfc\x73\x69\xba\x2d\x5e\x46\x53\xb6\x6c\x03\x89\x34\x4d\x3f\xed\xf9\xa8\xa5\x27\x8d\xeb\x6d\x90\x08\xdb\x93\xa7\x06\xc8\x48\x5b\x69\x03\x9c\x80\x6e\x03\xdb\xb1\x3f\x40\x0b\x3a\xd7\xf0\x14\xa1\x20\xe4\xa5\x07\x79\x76\x0a\x11\xab\x5f\x85\xe0\x9c\xd0\x81\xad\x72\xaa\x48\xb4\xef\xef\xc9\xbd\x61\x7c\x2f\xbf\x09\x3c\xed\xb5\x57\x80\xa6\xd1\x9c\xdc\x51\x69\xc8\x57\x66\xe4\xa1\x0c\xe2\xe2\x7e\x49\xef\x1e\x10\x4f\x9c\xda\xcf\xbd\x2e\x7f\xe1\xc4\x63\x68\x07\x0c\x16\x80\xeb\xfd\x24\x35\x32\x08\xe2\x87\xa9\xb9\x27\x54\xfc\xa7\x56\xdc\x49\xfa\x26\x0a\xc9\x42\x26\xd1\x35\x6d\xbb\x8b\x83\x7d\x48\x9b\xc4\xa6\xec\xc6\x13\x46\x20\x18\x53\x8c\x16\xf6\x04\xb1\x2b\x0a\x1f\xa2\x43\xa1\xfa\xd7\x09\xc2\xe3\x86\x20\x68\xaf\x10\xb7\x0c\x56\xc0\xb4\xed\x0c\x05\x51\x77\xb1\x0c\x67\x84\x09\x5b\x10\x78\x6d\x20\x3e\x43\x86\x20\x79\x8c\x20\xa4\xab\x1f\x4c\x6f\x36\xb0\x7d\x97\xc1\x6e\x09\x31\x34\x46\x0b\x8e\xbe\xbb\x73\x21\xba\xbb\x82\xb7\x27\x88\xd5\xb8\x5c\x8d\x20\x5d\xd5\xa9\xb3\x97\xd1\x68\x84\xee\xef\x39\xd7\x6c\x74\x61\xd5\x7e\xf6\x2c\x25\x9b\xe3\x22\x96\x68\xf4\xdd\x1d\xc4\x34\x21\x0f\xe9\x7f\x47\xb4\x56\x63\x7b\xd5\x8e\x97\x12\x1e\x96\xd0\x53\x24\x45\xf8\xa7\x52\x3f\x03\xee\x3b\xc3\xe5\x48\x58\x48\x7c\x38\x7e\x5f\xa4\xd6\x23\xcd\x57\x83\x0a\x89\x93\xf7\x3b\x48\xa4\xdf\x02\x06\xa1\x13\xa2\x16\xa4\x9d\xc7\xc8\x3c\x04\x00\xa7\xbd\x02\xa9\xad\x1d\xb6\xef\x60\x37\xf0\x5d\xf7\xd2\xb4\xae\x5a\xf1\x53\xf8\xae\xf8\xa1\x48\x78\x73\x31\x3a\xc1\x5a\x31\x3a\x9c\xf5\xb9\x2d\xa1\x3a\xce\x7b\xf4\xee\xec\xfb\x37\x07\xf9\xa1\x3a\xf2\x38\x9c\xca\xe1\x37\x07\xa5\xa2\x6f\x08\x95\x64\x41\x38\xb1\xf9\x5c\x10\x86\x73\x58\xd9\xbf\x80\xe3\x70\x0e\xa5\x49\xb0\x55\xa3\x70\x0e\x4a\x47\xe1\x1c\x94\x8d\xc2\x39\x92\x06\xe1\x80\xe4\x52\xda\xda\x56\xc5\xe5\x94\xf2\x3c\x6d\xe4\xbc\x9d\x98\xcf\x8d\x9d\xb8\x0f\xeb\xfa\xb1\xc9\x38\x34\x32\xae\x07\x3c\x57\xef\x91\x73\xf5\xbe\xfc\xed\x27\x27\x96\x1c\x99\x9a\x3e\x54\x1f\x52\x2e\x1a\xc4\x20\xb8\x15\xce\x68\xb3\x5e\x7a\xf9\x7d\xc3\xb4\xc7\xa9\x06\xd3\x24\x27\xe3\x14\xef\x46\xf0\x43\xf3\x27\xe3\xa4\xac\xce\xda\x87\xe2\x83\x35\xb9\xc9\x63\xe5\x88\xaa\x1d\x6b\x0f\x8a\x8f\xb5\xa5\x4c\xc2\xa8\x52\xe2\x44\x9b\x27\x59\x8a\x58\x4d\x1c\x66\x0f\x9a\x3e\xcc\x1e\xac\x71\x98\x9d\xc7\xfb\x72\xd6\x61\x1a\x9a\x18\xa5\x25\x1b\xdf\xa6\x8f\x7d\x33\xfe\xec\xc4\x5f\x69\xc4\xb1\x28\xd5\x8e\xbc\xea\xad\x38\xec\x22\xc8\x5b\x72\xbf\x51\x16\x5b\x77\xcd\xf5\xd7\x5c\x73\xe2\xfb\xe5\xcf\xe0\x04\x39\xb7\x9f\x01\xee\xaf\xbe\x4e\xfb\x35\xd7\x69\x4c\xcb\x8a\x0b\x35\x4d\xe2\x26\x56\x6a\xbf\xe9\x95\xda\x7f\xb0\x95\x8a\xc9\xb1\x3d\x4b\x55\x92\x87\x5c\x7c\xe8\x5d\x27\x1b\x62\x4d\x57\x78\xca\xa3\x3d\xe3\x15\x30\x1a\x6d\x2f\x7a\xb5\xdd\x48\xbf\xc1\x06\x3c\xe7\x38\x97\x39\xb2\x93\xa6\x44\xef\x34\x7e\x51\xcc\x83\xed\x4c\x9a\x72\x4d\x67\xac\xa6\x22\x0f\x35\x76\x7e\x52\x33\xe2\xdb\xf3\x56\x57\xf1\x34\x66\xdd\x74\x55\x1c\x8d\x77\x89\xb6\x4a\x1c\x35\x1c\x63\xa4\xbc\x79\x91\xd9\xcc\xfd\x5a\xc2\x95\x9e\xb4\x9d\xf1\x5e\xf3\xdc\x5b\xc2\xa5\xcb\xbb\x73\xdd\x5b\xed\x97\x48\x30\x3a\xde\x54\x07\x52\xaf\xf2\xf9\x72\x82\x2f\x92\xbf\xf4\xa2\xda\xcd\x1c\x35\x12\x42\x0f\x9d\xe8\xaf\x43\x6d\x41\x3e\x13\x8f\x6f\x32\xdd\x1c\x1f\xeb\x4f\xd9\x55\x59\xcf\xb3\x1a\x3f\x4a\xdf\x93\xfa\x55\x70\x03\x3b\xfb\x73\x69\xba\x21\x9b\x81\xdc\xcb\x2a\xc8\x0d\x7a\xab\xe0\x68\x4d\x56\xbd\xd4\x51\xaa\xe8\x4d\x6f\x6f\xd8\x9b\x99\xb8\xfd\x8a\x3d\x71\x59\x8a\x65\x7c\x65\x9c\x8f\x2c\x76\xac\xc4\xe4\xc0\x28\xcb\xfc\x2b\x80\x64\xd3\x7a\x42\x9e\xe5\x7f\x03\x48\xea\xef\x4a\x7e\xcf\xfe\x88\x9b\xaa\xe0\xe8\x02\x69\x3f\x32\x59\xf7\x55\x96\x6f\xb4\x62\x0b\xdc\x65\x1b\xf1\x8c\xc9\x81\x89\x1e\xc7\x33\xf6\x23\x82\x8b\xb3\xe3\xe1\xef\xb9\x35\xf1\x93\xa2\xf5\xa7\x6c\xc7\xa4\xd5\xc7\x4c\xf1\xab\x0a\xfa\x4f\xa6\xb8\xf6\xc0\x45\xdd\x72\xa5\x47\x40\x27\x10\x7b\x65\xea\xdf\x67\x7d\x6e\x04\x96\x26\x15\x16\x14\x5a\xd1\x5b\x8f\x3e\x59\xd0\x75\xf9\x72\xf8\x43\xac\xa5\x79\x26\x72\xae\xa1\x0e\x86\xfd\x8a\x49\xcb\xb9\x25\x1a\x6d\x88\x4c\xc7\xad\x14\x9e\x19\xbb\xad\xe4\xd9\x49\xf1\xcf\x72\xa7\x57\x3c\xaa\x5a\xb5\xe0\x05\xdd\xf2\x27\x3e\x6e\xa3\xb4\xb2\xa9\x8c\x68\xc5\x83\xb6\x73\x06\x9d\x94\x1c\x16\x21\xda\x64\x9a\xb5\x50\xff\xab\x01\x2d\x55\x9a\x13\xdd\x74\x21\x55\xce\xec\xa8\x69\x6c\x70\x2e\x86\xb1\xaa\xe2\x1b\x2e\xc3\x8a\xa3\x64\xe4\x91\x60\xc4\x9a\x4c\xd5\x50\xab\x13\x3d\x9c\x4b\x1e\x37\x36\x8a\x2b\xf1\x5c\xa6\xf0\x5a\x73\xd5\x52\x2d\x5e\xa2\xad\xe3\xb4\x1d\xcb\xcb\x51\xd6\xcf\x40\xd9\x08\xb0\x06\xf9\xc7\x8a\x48\xda\xb2\x82\x76\x15\xca\xa9\x95\x18\xe6\x25\x2b\xda\x50\xcf\x74\x2e\x51\x30\xb2\x54\xa9\x48\x42\xad\x6c\x9d\x48\xa9\x5c\xda\x04\x1d\x18\x7a\x4c\x6d\x52\xd0\x18\xf7\x6a\x22\x82\x55\x66\xad\x30\x93\x72\xce\xf1\x35\x7c\x0c\xc3\xc6\x4a\xab\x65\xc4\x73\x55\x77\x46\xda\x0b\xa1\xaa\xea\xa7\xf6\x4a\x30\x45\x02\x97\xe8\xe8\x60\xbf\x14\xae\xc0\x16\x87\x09\xc7\xce\x86\x29\xda\x84\xe3\x40\x82\x7c\x56\xbe\x70\x43\x9e\x4f\x60\xd5\x60\xf9\x86\x6d\xd2\x7c\xd1\x74\xf8\xe6\xb4\xff\xf1\x9f\x0d\x69\xbe\x31\xf6\x2a\xad\x8b\x58\x08\x81\x1d\x7b\xbc\x8f\x9b\x56\x84\x29\x42\xb5\x21\x83\xa6\xe6\xb4\x61\x1a\x1e\x2f\x9c\xbe\xa6\xc3\x82\xe3\x40\x60\x2d\x80\xa6\xed\x7b\xee\x2d\x8f\xfc\x47\x7c\xb1\xb1\xe2\x1c\x43\x23\xc6\xca\x72\xa4\x3c\x1f\x57\x2d\xee\xb6\x31\x85\x99\x9e\xf3\xca\xe2\x84\x85\x22\xb2\x69\x17\xad\x50\x93\x52\x8e\x85\x23\x6e\x54\x1c\x76\x89\x80\x65\xd1\x1b\xc7\x78\x29\x1d\x1d\x28\xb1\x51\xb2\xc5\x04\x78\x80\x10\xd9\xed\x03\x49\xf2\x8e\x84\xd7\x68\xd1\x3c\x31\xab\xa5\x09\xd0\x88\x94\x4d\x92\x42\xb5\xe8\xcc\xb9\xfc\xba\xbc\x54\x1e\xa5\xcd\xa2\x35\x69\xb7\x44\xff\xb2\x79\x5d\x95\x36\x7a\xa5\xb2\xa0\x34\x64\xf4\x92\x49\x55\xd2\x57\x34\x5e\xbb\xaa\x05\x6f\x41\x1d\xe6\x6d\x74\x87\xb2\x94\x50\xc5\x74\xf5\x92\x09\x42\x3c\x3f\x0a\xf3\x23\x51\xb6\x4d\x73\xdb\x82\x55\x5c\xd8\x0e\x56\x13\x4d\x57\x6e\xe6\x1f\x49\x74\xc6\xba\x07\x3c\x55\x39\xb1\xd4\xd8\xe4\xe3\x6a\x84\x0f\x2a\xf0\x7f\x5c\xde\xb3\x99\x34\x43\x05\xbf\xe4\x94\xf4\x78\x1c\x8e\xc9\x38\x56\x1e\x85\x23\x0e\x0a\x1c\x2d\xc3\x71\x5c\x07\x3c\x27\xc2\xa6\x1e\xc3\x1c\xe4\x66\x22\x16\x12\x23\xbd\x09\x26\x9b\x78\x19\xa6\xf9\x32\x9c\x3b\xa2\x2b\x07\xe8\x2f\x2c\xd7\x0f\x85\xc3\xf6\xea\x3a\x0d\x06\xd5\xd9\x1a\x5f\xcf\x99\xed\xa0\xf5\x13\xaf\x15\x2e\xc8\x5a\x5e\xb2\xbe\xe8\x25\x1b\xec\xbc\x64\x3b\x2f\xd9\xd7\xe9\x25\x4b\xb6\xc7\x9d\xa7\x6c\xe7\x29\x2b\xc6\xb7\x58\xdb\x7d\x96\x6c\x64\x24\xd6\xd8\x74\x79\x97\x19\xe7\x46\x13\xfd\x6b\xf2\x3c\x57\x92\x36\x8a\x73\x63\x99\x5b\x2e\x46\x2e\x48\xe3\x15\x34\xe4\x85\xdb\x5e\xf7\x5b\x08\xcd\xc0\x9a\x75\x2e\xcd\x60\x5b\x3c\x6f\x83\x5e\xff\xe7\xcb\xe0\xc7\x77\x72\xcf\x5b\x16\x33\x9d\xcc\x00\xbf\x44\x36\x4d\x1d\xe8\xef\x16\x88\x25\x6e\xbc\x5b\x50\x3e\x21\xc1\xe9\x18\xeb\xbc\xca\x63\xd4\x73\x57\xfe\x81\x45\xe0\x2f\xf8\x07\xae\x60\xc4\x7d\x24\x4a\x03\xe8\x2f\x42\x3f\xc0\x95\x0e\x26\x8e\x8b\x30\xb2\xd8\x0b\xdf\x8b\xef\x7d\x11\x7f\xa2\x99\x25\xb2\xaa\xd9\xc9\x4b\xcb\x39\xd9\xe6\x6e\x22\x99\x27\x7d\x86\xec\x9e\x74\x2c\x85\x40\xeb\x93\xa2\x06\x5c\xf5\xd3\x38\x0d\x04\x99\x68\x19\xf2\x53\x8b\x9b\xc2\x93\xc2\x16\x00\xfe\x5f\x79\x54\xb4\xac\x67\x91\xc0\x60\xd2\xbe\x6a\x54\xd5\xe2\x0d\xc9\x7e\x1c\xfa\x5a\x36\x17\x46\xee\x8a\xe1\xcb\x22\x1c\x93\xdd\x87\x31\x41\x97\x50\x3e\xc1\xaa\xe9\x26\x94\xef\x52\x3f\xde\x11\xe0\x88\x17\xb1\x03\xef\x9f\x13\xc6\x25\xda\x4f\x62\x87\xf3\xb8\xed\xe2\x76\x81\xec\x61\x3a\xd2\x12\x83\xf2\x62\x18\xe6\x0d\x10\x20\xae\xf7\xd9\x38\x09\x52\x2d\x57\x25\x42\x66\x60\x89\x2f\xbb\x8a\x4f\x21\x51\x2e\x70\xf3\x1f\x70\x5a\xe4\x0f\x64\xa5\xc4\xe1\xd3\x66\xe0\x98\x1d\xa2\xc1\x0b\x44\x66\xc3\x5c\x3a\x34\x9f\x12\x93\x84\x03\xd4\x4c\x66\x84\x7b\x38\x1e\x47\xb6\x37\x31\x1d\x7b\xfc\x90\xeb\xe9\xcb\x7a\x7e\xfc\x88\x26\x77\x79\x50\x2f\xd1\xf1\xb8\x82\x77\xc1\x48\xc6\x5c\x1a\x21\xb9\x7a\xb9\xf4\xe3\xa8\x87\x62\xcd\xc7\x38\x52\xc0\x75\x29\x50\xfe\x94\x52\x8b\x08\xc6\x87\x95\x5a\x19\xae\x1b\x80\x0b\xfd\x9c\x8e\x84\x73\x06\x24\x9b\x4c\xbc\x17\x2d\x5c\xd3\x82\x33\xdf\xa5\x2e\x2e\x45\x61\x94\xfe\x40\xf0\x08\xf4\x87\x63\x29\xcb\xd2\x85\x99\xa2\x41\x39\xfe\x4b\x3b\x65\xa2\x4d\x28\x5a\x9a\xb8\xad\xb8\x1e\x76\x3d\x6f\xb0\x40\x95\x24\xeb\x8e\xc3\x22\xa4\x02\x8b\xf6\xe3\xc0\xd8\xcc\xc7\x11\xc8\x64\x57\x17\xf0\x89\xe7\x4b\x17\x39\x0b\xac\x48\xbc\x08\xe0\x9f\x4b\x27\x20\xd5\xf8\xf4\x00\x47\x86\xa9\x2a\xcc\xc8\xe6\x14\x27\x4b\x8c\x45\xf4\xe2\x1a\xde\x96\x52\x76\x53\x9c\xa2\x57\xd3\x92\x56\x80\xd7\x4b\xac\xc0\x62\x26\x49\x5e\x6c\x6e\x3a\x83\x52\xa8\x54\x4b\x5e\xcc\xa3\x0a\xcb\x61\xac\xcc\xae\x31\xc6\xe7\x10\x5c\x24\xda\xe0\x98\xc1\x4d\x92\x8b\xfc\x91\x5c\x29\xad\xc8\x18\x64\xcf\xe7\x52\x87\x75\x72\x5e\x8a\x5b\x6e\xe0\x50\x48\x58\x3d\x07\xb1\x20\x49\x14\xd9\x98\x93\x28\x09\x0e\xc7\x92\x43\xc9\xc3\x3c\xd6\x4f\xef\xb8\x75\x6c\x79\x19\xb7\x15\x6c\xfc\x74\x8c\xc3\x64\x8c\x2a\x38\x50\x39\x73\x57\xdd\x85\x0e\xe5\x76\xf1\x7e\x44\x56\xe9\x89\x5a\x4d\x4f\x80\x31\x2c\x9d\x98\x53\xba\x27\x49\x2f\x83\x66\x36\x4b\x6a\x3c\x3c\xee\x66\x79\xa4\xde\x15\x4c\x0a\x3e\x5f\x72\x2b\xc0\x2e\x59\x38\x29\x90\xfe\xb4\x51\x85\xd4\x6f\xde\x49\x5c\x5f\xdc\x97\x14\xf6\x72\x51\x5f\xc6\x36\x20\xa4\xe8\x7a\x7c\x4e\x6e\x85\x53\xa2\xa6\x9c\xd6\x6b\x8b\xfe\x63\x89\xe4\x3f\xde\x94\xe0\x4f\x6c\x23\x1d\xe7\x04\x61\x99\xef\x45\xb2\x54\x57\xc8\xb0\x3a\x18\x17\x54\xe8\x1b\xe3\x24\x60\x88\x13\xa8\x58\x6a\xb3\x18\x95\xbe\x34\xad\x33\xb3\x3d\x08\xf5\x05\xf1\x63\x40\x37\x17\x8b\x8e\x79\x63\x06\x30\x53\x4a\x53\x28\xbf\x5d\xfc\x50\x7a\x6d\xad\xbf\xad\x48\x99\x3f\x7f\x8f\xa9\xc0\xf2\x94\xe5\xf8\xbd\x28\x7f\x8e\x99\x7d\xa9\x8e\x42\x24\x91\xe4\x72\x3c\xe3\x14\x20\x71\xa5\x25\x97\xbd\x29\x8b\x91\x9b\xbd\xa7\x29\xf3\x8b\x78\xa1\xca\x33\x7e\x83\x1b\x49\x9e\x79\x81\x87\xb5\x19\x8b\x02\xc7\xf1\xa5\xb7\x12\xe2\x40\xff\x82\x36\x14\xb9\xd7\x2d\x9b\x18\xc4\x49\x3f\x12\xe9\x76\x62\x86\x56\xd6\x81\x52\x66\x29\x46\x2f\x85\xad\xc7\xa8\x11\x71\x89\x01\x59\x5f\x36\x6c\xa2\x33\xdc\x4a\x5e\x6f\xe7\x18\x85\x09\x7b\xf8\xd7\x9b\x1d\x81\x73\xc2\xc8\xce\x85\x53\xe4\x3a\x5d\x73\x9a\x7c\xaf\x85\x73\x7d\x95\x60\x4b\x35\x30\x61\x0e\xa9\xaa\xdc\xac\xd3\xdd\xaf\x39\xf5\x4c\xff\x85\xf3\x7f\x1f\x40\x0b\xda\xd0\xb3\x14\x53\xc7\x26\x73\xd4\xb4\xb7\x9c\xc3\xc0\xb1\x0a\x67\xc4\x35\x28\x9f\x4c\xa6\x45\xc9\x18\x9b\xb2\x1d\x8d\x4c\x08\xed\x21\x27\xb6\xb2\x7e\xe0\x66\xe2\x0e\xb7\x46\x31\x94\xb9\x04\xaa\x7b\x04\xa4\xde\xac\xfd\xd8\x1c\x8f\xcb\xe3\xaf\x2b\x97\xbc\x66\x0a\x09\x15\x38\x0a\xa4\x72\xdb\xc8\xfe\xa0\xe0\x91\xa2\x71\xd5\xb3\x44\x54\x7b\x41\x75\x94\x9e\x72\x93\x17\x57\xa6\x21\xf9\xe5\xd1\xa6\x2f\x48\x83\x9a\x6e\x88\x9c\x05\xd7\x34\xef\xf2\x9b\xcd\x03\x31\xb0\x6a\x7b\x36\xe4\x3f\x36\xf6\x26\x63\xc1\x6d\xba\x8b\x99\xb9\x59\x3e\x55\x6a\x03\xe9\x49\x36\xce\xaf\xa9\x59\x7e\x61\xec\x98\x51\x00\x1e\x88\x27\x73\xd5\x28\x23\xe7\x8e\x2f\x92\x3b\xf3\xb5\x36\xe9\x74\x77\x7c\x2a\xf0\xe9\x22\xd6\x12\x1f\x8a\x43\x55\x8a\xae\x21\xff\xb1\xf9\xf7\x24\x53\xa0\x1b\xe7\x4c\xa5\xf6\x9d\x9e\xe6\xe6\xf8\x51\xaa\xd6\x37\xc1\x91\x92\x48\x46\x20\x39\xbe\xa8\xe9\x25\xca\x06\x31\xaa\xe2\x13\x4b\xc5\x1c\xae\x79\xd1\x00\xfd\xe2\xa8\xc4\x18\x06\x83\xd4\x0e\x8b\xe3\x11\x59\xbc\xe1\x24\xf0\xe7\x1d\xe8\xa1\xc0\x81\x24\x91\x2e\xba\xab\xe3\x84\x78\x67\xb0\x3b\xc4\xf4\x70\xbc\x6b\xdf\x62\xe9\xa2\x38\x28\x31\x0e\x46\xc4\x48\xc8\x1c\x9c\x87\x3c\x9c\x91\x2f\x59\x86\x8b\x93\xad\x13\xb3\x98\x0e\x07\xdc\x1e\x98\xf7\x6b\x07\xde\x6c\x4d\x88\xe2\xcb\x8f\x87\xef\xde\xfe\xeb\x8d\x34\x44\x31\x5b\xff\x39\x83\xb9\x96\x0e\xd5\x8b\xe6\x96\x72\x88\xc5\x19\xaf\x99\xa7\xf1\xe4\xb0\x0b\xb1\x43\x62\x19\x73\xeb\xbc\xa8\xc2\x78\x24\x41\x3c\x38\xba\x39\xde\x35\x95\xd6\x75\x61\x9a\x10\x33\xfc\x49\x11\x9f\xd4\x46\xac\x73\xb9\x5e\x69\x7c\x35\xfd\xe5\xbb\xb7\xe7\xbf\xbe\xf9\xf4\xf6\xfc\xfd\xe9\xcb\xb3\xf3\x4f\x67\x6f\x4f\xbf\x7f\x73\xf6\xaa\x92\x43\x37\x12\x44\x7b\x39\x43\x38\xd7\x55\x22\xa0\x54\x00\x92\x8a\x70\x44\x23\xae\x4b\x33\x71\xb8\x89\x76\xfd\x18\xc4\xa2\xbd\xd7\xa6\x93\x9e\x81\x29\xec\x65\xd3\x92\x6b\x64\xe7\x09\xe4\xe6\xc0\xcf\x1b\x60\x51\x6e\x70\x55\x53\xd1\x64\xdb\x9f\x62\x61\x59\x81\xb3\x68\x66\xd4\xfc\x41\x40\xcc\xe1\x49\xf3\x63\xa0\xbf\xdd\x3b\x55\x9e\xa8\x4a\xfb\xcf\x5c\x4c\x5d\x50\xe2\xe4\xf2\xf5\xba\xde\xc7\x01\xef\xeb\xe6\x8d\x33\x62\xa4\xc0\xd2\xb9\xf6\x65\xe3\x95\xe1\xde\x79\x3e\x72\x2c\xc8\xc5\xe2\x87\x42\xfa\x65\xaa\xac\xac\xaa\x95\x54\x28\x7f\x0a\x36\x70\x4c\xeb\x80\xa5\x48\x30\x1e\xa7\x3b\x28\x91\x98\x98\xe6\xb6\xfc\x92\x22\x91\x16\xe0\x5d\x33\xc5\x01\xeb\x0b\x6b\x26\x2d\x24\xdb\xec\x76\x64\x2a\x5c\x39\x9e\xbd\x2d\xdb\xfe\x5f\x7f\xbf\x82\xff\x7c\xff\x79\x22\xcf\x4c\x20\x15\xc9\x75\xd7\xf1\xae\xd8\x9f\xdc\x7a\x77\xfb\xf8\xc4\xf0\x67\xc7\xb3\xab\x45\x08\x1c\x2b\x03\x04\x0c\x55\xbb\x95\x1c\xf9\xe2\x18\x0d\x59\x6e\x6c\x29\x44\x6b\x5d\x92\x57\x4d\x33\xa0\x3b\x0b\xd3\x83\x95\x02\x8c\x4b\x1c\xd0\xf3\xaa\xd5\x15\x9e\x7d\x89\xf8\x44\x92\x9f\x59\x2d\xe8\x70\xdd\x04\xea\x23\xa0\xcf\xa1\xb7\xa4\x44\x60\xa2\x24\x3e\x17\x8e\xc3\x88\xd6\x48\x6c\x6b\x30\xd7\x31\x11\xfb\xfc\x69\xec\x41\x96\xd5\x80\xee\x78\xd3\x00\x86\x61\x67\x6a\x22\x78\x63\xde\x36\x84\x88\xae\x69\xaf\x49\xbb\x1a\x6d\x37\xd4\xa0\x17\x29\xbe\x1a\xed\x4f\x43\x81\x39\x99\x38\x96\x16\xd9\x5b\x1a\x2d\x1f\x1c\x6a\xfe\x12\x85\x8e\x0d\x35\x34\x83\xda\x4b\xcc\x16\xec\x37\x6d\x0e\xc3\x99\x86\xfc\xe4\x5e\xc7\xcb\xbb\xb5\x5b\x16\x76\xbd\x24\x9d\x50\xb4\x49\x44\xfa\xa8\x37\x6d\x9c\x56\x1f\x93\xb6\x13\x7a\xe1\x40\x21\xcd\xf2\x3d\x0f\x5a\xa8\x43\xa8\x67\xf3\xb3\x57\x11\xc8\xf2\xe7\xf3\xa5\xe7\x58\x26\x82\x04\x2e\x5e\x4a\xdd\x5a\xb4\x92\x8e\xfe\x97\xa8\xdf\xf4\x6b\x0e\xfc\x25\x9e\x8e\x3f\x89\x86\x19\x4d\x21\x7e\xe3\x97\x10\xdd\x40\xe8\x69\xb6\x33\x99\xc0\x00\x7a\x88\x4d\xc4\x36\x91\x69\x41\x2f\xea\xbe\x2b\x0d\x18\x2d\xef\x1a\x00\xb2\xa3\xcd\xd2\xe9\x9f\xa5\x56\x64\x24\x0e\xea\x2d\xf7\x44\xec\xb8\x0e\x95\x82\x0c\xbc\x3b\x84\xd1\x08\x91\x9f\xae\x5d\xb1\x05\x0b\x3a\xfa\x77\x7a\xe9\x2f\x51\x66\x69\x7f\x41\x2b\x2d\x99\x84\x6c\xcd\xad\xb5\x0c\x92\xa6\x85\x05\x21\x79\xfb\x6b\xb3\x72\x8e\xfd\xc6\x2b\x1a\xd9\x80\xab\xe4\x73\x86\x4d\x80\xce\xb4\x37\x1b\x5e\x43\x37\x52\xc7\x3a\x91\x6c\xd8\x4b\xdd\x18\x66\xc2\xfe\x70\x73\xb2\x97\xa6\x6c\x72\xe9\xd9\x30\x08\x91\xe9\xd9\x1d\xc9\x73\x8a\x1e\xa2\x27\x8b\x9b\x66\xf2\x32\xdd\x56\x13\xc1\x11\x39\xeb\xd6\xf3\x3d\x98\x28\x34\x2e\x34\x03\xaf\x43\xb5\xc9\xbc\xc4\xfd\xa4\x45\x93\x35\x88\xcc\x4b\xaa\x39\xeb\x1d\x23\xd5\x4b\x24\x72\x58\x4e\x99\xb1\x0f\x0e\x94\xa0\xf7\xcc\xcf\xf0\xea\xdd\xcb\xf3\x4f\x6f\xce\x4e\x3f\xbc\xfd\xf4\xeb\x87\x37\x19\xba\xb2\xf0\x45\x0a\x38\x92\xa3\x82\x92\x51\x60\x0c\x35\xcf\xf7\x17\xd0\x83\x81\xe6\xf9\x01\x9c\xc0\x20\xa0\x85\x76\x86\xac\xb4\xb9\x0e\xf4\x4f\x97\xae\x59\x62\xf2\x9a\xf6\x26\xa2\x94\x36\x5d\x3a\x36\x54\xad\x14\x65\x65\x02\xe9\x3a\x50\x65\xc7\x37\xb2\x3a\x22\xce\x4a\xaf\x87\xaa\xcb\x01\xb7\x91\x23\xe2\x0a\x99\x1e\x37\x20\x5c\x7f\x0c\x16\xb7\x7d\x2b\xdc\x1a\x0e\xcf\xe3\xed\xfe\xa3\xf1\xf6\x2b\xdf\x5a\x46\x94\xc6\x3e\xcc\x06\x98\xbb\xf4\x9b\x52\x29\x11\xd9\x01\xbc\x43\x33\x18\xb0\xad\x0a\x63\xcb\xc9\x56\xa1\x72\xb3\x91\x82\x17\xf1\x5b\xb9\x9a\x4d\x77\x8c\xd9\xcf\xa5\xcf\x06\xf9\xb2\x8c\x7a\xb2\x9e\xd0\x15\x64\x6e\x21\x93\x54\xd2\xf7\xbe\x5d\x5e\x29\x24\xd3\x06\x59\x46\xa1\x2c\x3f\x36\xe7\x94\x36\x75\xbe\x5d\xae\xc9\x25\xd1\x06\x39\x46\x62\x23\x6e\x88\x5b\x72\xaa\x1d\xa5\x9b\x5b\xa3\xfe\x53\xb5\xca\x8c\x25\x46\x9e\x6f\x54\xae\xe3\x28\x2d\x70\x93\xd6\xa3\xaa\x91\x1b\x86\xa1\x3e\xf0\x20\x6c\x43\xce\x3b\xe2\x18\x09\x7a\x0a\xe2\xf9\xa8\x83\x43\x31\xf0\x41\x08\xfe\x94\x1b\x85\x71\xe3\xa0\x19\xae\x78\x03\xf4\xd9\x72\x6e\x7a\xa4\xe0\x13\x72\x90\x0b\xa3\x8f\xd5\x4f\x50\x92\x73\x8a\x2d\x39\x37\xb9\xde\x2a\x88\xed\xd7\xce\xef\x37\x37\x53\xe7\x27\xf9\xd1\x89\xb9\x70\x74\xa0\xdb\x4e\x68\x5e\x62\xdc\x3c\xf8\x19\x5a\x4b\x5c\xcf\xcb\x32\x3d\x0b\x4b\x94\x39\x0c\x43\x13\x67\x4a\x59\x2a\x30\xa1\x23\xa0\xdb\x26\x32\x09\x68\x36\xf3\xb1\xd9\x16\xae\x73\x14\x2e\x4c\x2b\x01\x63\x06\x2c\x84\x0e\xe8\x2f\xcc\x25\xf2\x27\x4e\x52\xa2\x1c\x87\x74\x05\x56\x3a\x3d\x8b\x01\x4c\xb1\xc3\x3e\xcc\xf6\xd1\xdf\xe1\x18\xe8\x57\xd7\xac\xca\x13\xbe\xb4\x4f\x7f\x3a\xa0\x7f\x0f\xb3\xf2\x94\xc3\xc8\x54\x89\x5c\x5a\x46\xd2\x38\xaa\x9c\xc5\x58\xc2\xe3\x68\xf9\xf8\xc4\xaf\xfa\x21\x40\x9f\xcf\x7c\x34\x70\xea\xe3\x4d\xe0\x20\xa8\x5d\xe1\x10\x15\xbe\x50\x0d\x29\xd6\x1b\xbd\x12\x7d\x5c\xb5\x88\x0e\x13\x5a\x31\x00\x3a\x2e\xcb\x9e\x40\x89\x4b\x48\x45\xba\x63\x6f\xa9\xb0\x10\xbb\x21\xe2\x7f\x0f\xc1\xc5\xe0\x48\x50\x13\x0c\xde\xea\xa3\x73\xc1\x1c\x0a\xb3\x96\x9f\xc2\xc1\x3a\xe0\xe8\xe0\x84\x2f\x31\xe4\xd8\x1a\x31\x10\x71\xd8\x27\xad\x1b\x1f\x35\x8b\xf3\x0b\x11\xfc\x2c\xc9\x10\x8c\xa9\xcf\xb0\x4e\x81\xfe\x33\xae\xf2\x04\x74\x6d\x66\x86\x1d\x06\x78\xeb\xc5\xb5\x9e\xca\x1e\xb5\xd1\xdb\x7e\x86\xb7\x9a\x1f\x68\x93\xb8\x7c\x8c\xb2\xee\x23\x79\x9e\xe0\xc5\x52\x3d\x00\xaf\x3b\xdf\xc2\x75\x97\x92\xcf\x64\x72\x7d\x90\x29\x73\x94\xcc\x85\xce\x21\x5a\x1b\x47\x91\x06\x97\xaa\xa6\x65\x0c\xc1\x00\xe8\xa6\x6d\x3b\xb4\x50\x60\xcc\x3d\x29\xb8\x5a\x09\xf3\xa4\xf3\x28\xe9\x50\xf9\x22\x39\xb2\x59\x0f\x41\xa4\xd7\x60\x70\x5c\x96\x28\x9c\x4f\x08\x28\x80\xfa\x7f\xf4\x35\x82\x46\xa7\x99\xb4\x55\xa0\x41\xcf\xd6\x4c\xed\x0a\xde\x92\x63\x17\xf6\xa0\xe5\xdb\x42\xbc\xd7\x5e\x4c\xf5\xb5\x0b\x6f\x0f\x32\xac\x2f\x39\x62\xae\xf8\x3a\x92\x9c\xf4\xa2\xc4\xee\x74\x7b\x71\x03\x7b\x52\x97\x54\x8d\xf8\x21\x25\x8c\xbf\xec\xae\x24\x75\x17\xf9\xd3\xa9\x22\xc6\x4e\xbd\x3c\x0b\x15\x79\x83\x5b\x0c\x7d\xcc\xb0\xff\x09\x69\x64\xd0\x41\xb4\x31\x40\xeb\x0a\xda\xe9\x15\xbd\x0f\x0e\xc7\xc9\x8f\x1c\x8b\x62\x30\x66\xb6\x55\x55\x63\xef\x3e\xe6\x5d\xdc\xe6\xa5\xff\x59\x14\x84\x58\x01\x13\x05\x5c\x8e\x86\xad\x16\x13\x2f\x19\xd3\xaa\x1e\x2e\x12\x1d\xf9\x8b\x29\x21\xfb\x10\xef\x17\xa4\x12\x42\x7d\x19\x49\x91\xa7\x2b\x4b\xc9\x3c\x12\x30\x34\x6b\xb9\xef\x2b\x79\xbd\x6b\x1e\x4a\xe9\x2c\x7c\xc9\x86\x1d\x68\x3b\x28\x9a\x4f\x0a\xe5\x3c\x06\x6a\xe1\xab\x80\xf9\xde\x15\xbc\x5d\xe2\xd2\xc0\xac\x4c\x65\xa5\x5d\x30\x03\x01\xce\x91\xf5\x37\x45\x49\xbe\x3c\xfe\x8c\x0b\x38\xc4\x8a\x4f\x61\x18\x55\x99\x83\x35\xb6\xf4\x22\x56\x30\x03\x68\xb2\xf5\xc6\x6d\x45\xe9\x74\x55\xe9\xce\x3d\x8e\x57\x6d\x0c\x61\x2e\x05\x44\x2f\xb7\x04\x1b\xd1\x3c\x8c\x0a\xaf\xa0\xe4\xb6\x20\x43\x08\xa9\xbf\xc9\xc8\x6b\xf5\xd7\x50\x95\x8a\x8a\x02\xf1\xfb\x58\x5c\x2a\x6b\xdd\xdd\xe3\x72\x89\x10\x95\xcf\xfb\x20\x79\x19\x59\x58\xc9\x84\xe8\x4e\xf8\x3e\x70\x42\xe4\x78\x30\x2e\x06\xc6\xff\xf8\xda\xc3\x78\xbc\xc2\x6f\x92\x77\x4c\x95\x8b\xc4\xf6\x88\x03\x8e\xcd\xeb\xac\x40\x29\x1f\x9d\x2a\x4e\x28\x03\x78\x94\xb2\x41\x86\xa9\x09\x08\x03\x4c\x11\x44\x32\x17\x3a\x09\x8c\xa5\x2b\x6c\x0c\xc4\xb8\xab\xe1\xe0\xd8\xb6\x57\xbd\x7b\x9b\xca\xb7\x29\xd3\x2f\x1b\x79\x59\x47\x40\x80\x1b\xe8\xd8\x8e\xe9\xfa\xd3\x78\xc3\x63\x0e\x03\x9c\x5b\x5d\xa6\xa8\xfd\x15\xbc\x7d\x5e\x17\xb3\xa0\x04\x1c\x48\xed\x72\x8b\x06\xff\x7e\xb9\xa2\x32\xb4\xe6\x39\xdd\x7c\x8a\x5e\x1a\x51\xf4\x92\x86\xc8\xae\x93\xda\xa1\x0e\x38\xce\x60\x75\xee\x33\x16\xee\xab\xa4\xdf\x72\x35\x88\x0e\xea\x57\x65\xa4\xef\xb4\x26\xe9\x8e\x00\x9d\x46\x47\xc0\xa5\x48\x73\x08\xd0\x5f\x24\x0e\xa7\x17\x56\xcc\xc6\x2c\xe7\x92\x45\x35\xf4\xc1\x30\xa3\x8a\xe4\xcd\x7b\x00\x86\x40\x5e\xeb\xbf\x72\xa2\x5d\xa9\x90\x9e\x42\x01\xd2\x4f\xef\xc5\x55\xab\x45\x65\x7f\x57\x7b\x6b\x93\xea\xfc\x81\x58\x73\xdf\xf7\x62\xa7\x5e\xc2\xb4\xba\x89\xfc\x4b\x9d\x9a\x41\xb8\x5b\xe8\x21\xec\xad\x9d\xa0\x0e\x0a\x9c\x79\xf4\xd9\x0c\x11\xef\xea\xc5\xff\xc1\xfe\xbd\xd8\xbd\xc7\x39\xf3\x58\xd5\x76\xec\xca\x4b\x5c\x47\xba\x65\x7a\x64\x30\x2e\xac\x13\x29\x2f\xf8\x55\x1b\x76\xf5\x02\xe8\x45\xaa\x7b\x70\x42\x6e\x75\x3c\xec\x9a\xa5\xd1\x95\x2d\xfd\x12\xf9\xa6\xde\x06\x11\x89\x4e\x9e\xf6\x00\x43\x3d\x48\xd0\xe9\x29\x88\x7f\x8c\x85\xdf\xed\x76\xcd\x60\x8a\x03\x07\xc2\xf6\x0a\x30\xc2\x57\x78\x80\x5c\xe7\x1f\x58\x01\x8a\x6e\x74\x72\x47\x74\x59\x0e\x1c\x1f\xa0\xf6\x1d\xf1\x06\x7b\x23\xd4\x9d\x42\xf4\xca\x44\x66\xab\xfd\x04\x05\xb7\x77\xa8\x3b\x33\x3d\xdb\x85\x67\xd7\xd0\x43\x2d\xd8\x5e\x59\x26\xb2\x66\xad\x80\x3d\x81\x46\xb0\x4b\x8e\x86\x9e\xb8\x10\x69\xe6\x93\xf0\xc6\x89\x6e\x40\x38\x3f\xb9\x7d\x87\x13\x1c\x89\xba\x7d\x92\x60\xfb\x7b\x4c\xb9\x25\xc8\xfe\x94\x7e\x5d\xba\x9c\x5b\xa8\x8b\x9f\x68\xb7\x9f\x5c\x06\xd0\xbc\x7a\x82\x1b\xe1\x5c\x43\x27\x26\x7d\x67\x53\x88\x5a\x51\x0b\x8c\xf3\xba\x3f\xc3\x5b\xbd\x0d\x84\x8e\xa2\x4b\xe0\xdf\xff\x75\xa7\xef\xe9\x4f\x47\x23\xf3\xb9\x79\xa2\xeb\xab\xff\xba\xa3\x7d\xac\xfe\x2d\x74\x82\xf9\x98\x1b\x28\x69\x9c\x70\xf7\x53\x3c\xd6\xe8\x33\x7b\x84\x4a\xb6\x13\x34\x0b\xfc\x1b\x2d\x58\x45\xff\x6a\xbb\xfd\xb7\x09\x45\xf5\xf5\x8f\xff\x73\xfb\xe6\x57\xf3\x87\x5c\x14\x55\x76\x8c\xc9\xfe\xc6\x4e\xf7\xd8\x0f\x12\xfb\xfc\x81\x1e\x42\xcf\x26\xce\xf6\x45\x00\xc3\xf0\x25\x85\x05\xc9\xc2\x42\x24\xd8\xac\x2f\x62\x74\x10\x0a\xa9\x00\x38\x60\x7f\x2a\x69\x64\x87\x09\xc8\xbc\x5c\xba\x66\x90\x82\x4f\x15\xd0\x16\xae\xae\x09\x4e\xea\x18\x03\x2c\x18\x83\x71\x26\x2d\xa8\x0f\x8c\x61\xa3\x9e\xfb\xea\x48\x45\x4c\x4b\x14\x71\x0f\xdf\xd2\x06\x1b\x87\xb6\x0f\xfc\x9b\x5a\xa3\xb3\x39\xaf\x8d\xa8\xb7\x12\x9b\xf0\x07\xea\x70\x1d\x03\x7d\xc2\x7c\xb1\x13\xc7\xe5\x4b\x87\xe6\xe4\xb9\x9a\x7a\xfa\x2c\xdc\x48\xd5\x4f\x90\xf6\x64\x5b\xdd\xab\xeb\x6e\xdc\x1f\xf9\x0a\x6d\x07\x09\xc5\x27\x0d\x99\x1f\x5a\x34\xcb\xb3\xe1\x82\xfc\x63\xa4\x95\xfd\xac\xff\x74\x4f\x97\x1a\xed\x52\x83\xbc\x89\x97\x57\x1b\xba\x4e\x5f\xf8\x0b\xff\x1a\x87\xce\x7a\xcb\xb8\x5d\xf8\x79\x61\x7a\x36\x5e\xc2\xc2\x69\xda\x15\xbc\xbd\xf4\xcd\xc0\x3e\xa5\x15\x76\xd3\x6f\x22\xe5\x1e\x8e\xb5\x30\x46\x17\x5c\x20\x5d\xf4\x4f\xa6\x4c\x8b\xde\x38\x06\x12\x13\x9e\x24\x0f\x55\xd1\x27\x4b\x50\x0d\x05\xce\x74\x5a\x1d\x3e\xec\x17\x3f\x80\x39\x15\x11\x94\xd8\x74\x8d\xe5\x12\x24\xd6\x59\x2f\x9d\x47\x96\x77\xaa\x27\x3f\xcc\x2b\xe9\xa9\xd4\x0b\x23\x63\xf2\x5d\xf4\xa6\x9e\x13\xeb\x22\x8d\x8b\x79\xbc\x45\xaf\xec\xe1\x37\x07\xde\xe8\x40\x3f\xe3\xda\x54\xdb\x53\x05\xf9\x66\x45\x21\x46\x09\x72\x61\x21\x6d\xf9\x03\x46\xe2\x4a\xbf\xa0\x10\x9e\x55\x29\xae\x63\x97\x32\xde\xa2\x49\x23\x47\xe3\xf2\x26\xa4\xec\x3c\x86\xef\xbc\xf0\x34\xe6\x28\x52\x26\x22\x35\x1d\xda\x1d\x33\xb5\x73\x0b\x78\x82\x0a\x04\xa4\x38\x6a\x9a\xf1\x38\xdd\x74\x01\x01\xe0\x03\x89\x98\x04\x17\x3d\xd0\xab\x02\x77\xd4\xcb\xa4\xac\xf4\xa3\xbd\x21\xde\xd6\x6b\x25\xa7\x48\x8f\x63\x18\x2c\x61\x06\xee\x31\xcf\x0a\x55\x78\xda\x54\xa3\x26\x78\x84\xcd\x8d\x99\xbd\xf7\x22\x94\x42\xad\x2c\x52\xe1\xcf\xbf\x69\xd0\x43\xc1\x6d\x16\xa7\x30\x77\x6d\x35\x46\xa0\x84\x51\xea\x25\xe0\xf6\xe5\x09\xb8\x15\x49\xca\xaa\x79\xf3\xb5\x0e\x54\xd0\xa6\x75\x61\x89\x85\xd5\x97\x5e\x74\x29\x87\x55\x5f\x26\x35\x88\x47\x0a\xd7\x30\x4d\xf9\x2f\x65\xae\xc3\x78\x7f\x2f\x50\x00\x8c\x7e\x06\x99\x3f\x15\xb5\xb8\xe6\x8c\x25\x78\xaa\x45\x3c\xa4\x4c\x15\xac\xf9\x80\xea\x05\x37\xff\x3a\x89\xcc\x9c\xf8\x01\xd3\x05\x0e\xaa\x97\x0c\xe3\xff\x11\x9f\xf1\x23\x91\x4e\xe2\xe0\xca\x0f\x4d\xac\x79\xf1\x38\x5a\xc3\x79\x40\xa7\x65\xf6\xfd\xfa\x71\x9f\x5f\xaf\xa2\xd5\xa7\x8a\xd4\x1a\x24\x4c\x7b\x50\x33\xbe\x6b\x70\x08\x8e\x4a\x54\x26\x2b\x04\x4e\xcd\x3a\x83\x25\xec\x57\xa6\xe8\x18\xf6\xa1\xce\x02\x38\xe9\x20\x9f\x2f\x3a\xf6\xe7\x12\xe2\xc3\x7c\xfc\xa5\x44\xa9\x31\x5c\x2a\x4c\x74\xb0\xe2\x4a\xf3\xec\x0b\xf6\xae\x5a\xa6\x57\xcf\x47\xba\x16\xe0\x69\xa3\x15\xc4\xae\xae\xb7\x10\xe3\x74\xf1\xf1\xf2\x97\x9f\x7e\xf8\xe1\x66\x87\x71\x5a\x07\xe3\xf4\xea\xba\x31\x70\xd3\x61\xa2\x5b\xed\xc0\x4d\x63\x9f\x8b\xa4\x94\xe8\xd5\x75\xe3\xb0\xa6\x86\x04\x16\xae\x3c\xae\xa9\xf0\x74\x43\xc0\xa6\xf5\x27\x5f\x03\xd2\xb4\xec\xf4\x55\x98\xa6\x65\x09\xf0\x05\x81\x9a\x26\xf1\xa0\x3b\x54\xd3\x5c\x45\x61\x87\x6a\xba\x43\x35\xdd\xa1\x9a\xee\x50\x4d\xbf\x34\x54\x53\x49\xb9\x3a\xe1\xcb\xb6\xa3\x9a\x1e\x0b\xd7\x1e\x0b\xd4\x54\xb5\xf3\xd3\x5f\x07\xc9\x20\x55\x3e\x2f\x39\x73\xef\x50\x4d\xbf\x05\x54\xd3\x2b\x9a\xf2\xde\x20\xa6\x29\x6e\xf2\x1b\x43\x34\x15\x6d\x82\x88\x02\x3b\x20\xd3\x4a\xb2\x3e\xb1\x88\x92\x78\x0e\x6c\xac\x35\x53\x82\x48\x4f\xa1\x98\x92\x15\x40\x90\x4b\xef\x22\xc3\x63\xb5\x62\xab\x40\x2d\xfa\xfb\x12\xd1\xdf\xcf\x32\x7e\x43\x70\xa3\x6b\xd8\xa4\x98\xff\x78\x54\x51\x01\x98\x35\x87\x25\x77\x80\xa1\x3b\xc0\xd0\x6f\x04\x30\xf4\x67\x78\x5b\x80\xb1\x98\x85\x2e\x4a\xf9\x5c\xe2\x76\x0a\xa0\x15\x25\x98\x40\xd2\x96\x1c\xcf\x2e\x85\x78\x29\x2e\x76\xdc\x05\x5e\xf1\x85\x43\x8d\x3a\x28\x85\x69\xa9\xea\x61\x07\x0e\xf9\xc5\x80\x43\xf2\xb2\xa5\x04\x56\x14\x67\x3c\xac\x05\x01\xc5\x77\x5b\x04\x8f\x94\x59\x82\x46\xea\xea\x16\xc1\x91\x55\x9d\x97\x04\xef\x89\xbf\xbc\x3d\xc0\x63\x95\x5d\x0c\x25\x19\xaa\xa2\x82\xbc\x51\x3e\xcb\x08\x56\x23\x7d\x79\x53\x00\x9b\x65\x44\xf5\x26\x38\x30\x2b\xe9\x8d\xcc\xf5\x87\x9e\xf3\x06\x78\x33\xfb\xf3\xd7\x0f\x42\x56\x32\xe3\x6a\x73\x70\x64\x0c\x80\x2c\xae\xba\xb5\x31\x24\x32\xc9\x69\xfd\x63\x07\x10\xb8\xbe\x69\xc3\xad\x89\x1c\xe8\xff\xe5\x9c\xf7\x7f\x1a\x28\x30\x48\x54\xe7\xe9\x86\x11\xc7\xd2\x0a\x27\xe9\x64\x6e\xf4\x08\xdd\x48\x7b\x44\x62\xf5\xfb\x7a\xca\x82\x7e\x3e\xcf\x5d\xcc\x09\x33\x84\x16\x27\x7b\x7b\x37\x37\x37\xdd\x9b\x41\xd7\x0f\xa6\x7b\xfd\x5e\xaf\xb7\x17\xdd\xa9\xfc\x11\x3f\xbb\x27\xb4\x74\xf2\x99\xc2\xa5\x64\x1f\x31\x8e\x8f\x8f\xf7\xd4\x3f\x4b\x5a\xbc\x71\x6c\x14\xb1\xe1\x70\xb8\xf8\xcc\xae\xcd\x20\x31\x86\x84\x8b\xd7\x0e\xbc\xf9\xde\xff\xac\x03\xbd\xa7\xf5\xb4\xe1\x50\x1b\x0e\xe3\x9f\x60\x10\x12\xde\x37\xba\x86\xd4\x45\xc4\x88\x32\x2d\x3c\x49\xb4\x9c\xc0\x72\x61\x1c\x45\x15\xb5\xc9\xbe\x58\x51\xe7\xfd\xc3\xf8\x6b\xb4\x88\xfa\xf4\xdb\x3e\xd0\x51\x60\x7a\xe1\xc4\x0f\xe6\x1d\x3f\x70\xa6\x8e\x77\xa2\xf5\x0f\x17\x9f\xb5\x3e\x9d\x82\xb2\x12\x4b\xd9\x9e\x8d\x0a\x3d\x1b\x8d\xf6\x9c\x9a\xf3\xb0\x78\xd2\xc3\x4d\xcd\x3a\xbf\x6f\xa3\xd9\xbe\xfb\x42\xd7\xf1\x48\xe4\xd3\x5e\x7c\xc6\xdd\x6f\xa2\xe7\x7e\x61\xcf\xfd\xc6\x7a\x1e\x56\x99\xf4\xb0\xd9\x59\x0f\xab\x4c\x7b\xd8\xec\xbc\x07\x03\x91\xcf\xf2\xba\x1e\x0c\x22\x36\x6b\x8c\xc3\x8d\xf2\x3d\x1b\x46\x93\x3d\xa7\xe7\xdc\x2b\x9e\x74\x6f\x53\xb3\xce\xed\x9b\x4c\xbb\xb1\xbe\xe3\xce\x28\x8f\x1b\xb9\x7c\xd6\x8b\x78\xdc\x68\xac\x6f\xa1\xeb\xf8\x0d\xc8\xbb\x5e\x7c\xc6\x64\xdf\xc8\xac\x0b\xba\xee\x35\xdb\x77\x15\x82\x17\xd2\x5b\x57\x5e\xac\xb9\xc5\xf7\x45\xe1\xdb\x2f\xbf\x20\xfb\xfd\xf5\x16\x64\x7e\xcf\xb9\x8b\x82\x74\xbd\xc6\xa2\xe8\xe7\xbc\xa2\x7e\xee\x3e\x1b\xbd\xa2\xfe\x1a\xdb\x6c\x3f\x8f\x31\x0b\xba\xee\x35\xda\xf7\xb1\xd0\xf5\x71\x5e\xcf\xc7\x8b\xcf\xd1\xff\x9b\xe9\x77\xb0\x2f\x2e\xc6\xfd\x5c\xd1\xbb\x1f\x2d\xc6\xfd\x0d\xf5\x9d\x3b\x69\xdc\x75\x63\xb3\x3e\xae\x30\xe9\xe3\xc2\x39\x6f\x5a\x0c\x1c\x09\xa3\x3d\xca\x5d\x8b\x47\x8b\xcf\xda\x51\x53\x64\x32\x0e\xca\xf7\x6c\x1c\x34\xd9\x73\x6a\xce\x83\x83\xc2\x49\x0f\x0e\x36\x34\xeb\xfc\xbe\xf1\xb4\x9b\xeb\x5b\x9c\x76\x3f\x97\xe2\xd1\xac\xfb\x8d\x51\x5c\xec\xd9\xc8\x9d\x74\xd4\xb3\xd1\xd8\x9c\x07\x07\x15\x26\x1d\x91\xba\xc1\x59\xa7\xfa\xce\x9f\x36\xee\x3b\x7f\xde\x8d\x8b\x82\xfd\xbc\x7d\xd9\xc8\x37\x80\xb1\x51\xb4\xc6\x0e\x95\xdb\xf7\xa0\xb8\xef\x41\x63\x7d\x1b\xfd\x0a\x3b\xb3\xd1\x5f\x73\x67\x16\xfb\x1e\x54\xe9\x7b\xd0\x6c\xdf\x86\xb8\x43\x1a\xb9\x1b\x95\x11\x6d\x91\xc6\x1a\xbb\x73\xea\x7d\x8b\x9b\x64\x3f\x77\x7b\xee\x47\xbb\x64\x7f\x8d\xfd\x39\xb7\xef\xfc\x79\xe3\xbe\x9b\x9b\x77\x8a\xe6\xf9\xf3\xc6\x34\xcf\x9f\x77\xe3\x22\xe1\x38\x6f\x59\xe6\xb3\x67\xbf\x98\x3d\x33\xc3\x4d\x5d\xc8\x7c\xcd\x3b\x55\xa8\xee\xc2\xe7\xfd\xe5\x1b\xf4\xdd\x3f\x29\xe7\xbb\xb7\xae\x3a\x21\x24\xc8\xed\xdb\x84\x87\xe1\x9d\xfe\xe3\x5f\xc7\x47\xb3\xcf\x79\x78\x18\xa5\x50\x30\x72\x73\xe8\x8a\xe1\x30\x18\xe2\x05\x83\xc5\x48\xc3\x5c\x50\x94\x8b\x21\xf9\xb3\x8f\x73\x41\x42\xe2\x21\x4f\x17\x44\xa5\xd5\x45\x0f\x36\x01\x57\x41\x60\x20\xaa\x9c\x18\x63\x26\x57\x9e\x7a\x24\x5c\x81\xc9\xa3\xe1\xd7\x8d\xa3\xac\x3a\x24\x77\x72\x8c\x4f\x44\x0e\xe4\x4b\x9b\x2d\xec\x59\xbf\x70\xed\xf3\x65\xa7\x0c\x31\x04\x4d\x89\xbd\xa4\x63\x38\xfe\xc0\x33\xdd\x70\x8f\x8e\x32\xec\xce\xd0\xdc\xfd\x3f\x6c\xcc\x36\x0c\x9d\xa9\x17\x57\x63\xa5\xa0\x4b\x33\xe8\x2e\xb4\x7a\xc8\x4b\x6f\x7c\xeb\x4a\x3b\xa7\x6f\x56\x2e\x7e\xf3\x2e\x57\xce\xac\x52\xd5\x1f\xcb\x3c\x92\x4e\xac\xe2\xaa\xee\x92\x06\x8a\x73\xb3\x84\x5e\x4f\xa7\xa4\xda\xdb\x1a\x10\xee\xf2\x97\x9b\x54\xf6\xd2\x6d\xab\xeb\xf9\x36\x0c\xbb\xe1\xcc\xbf\xd1\x33\xc3\xc6\xd5\xf0\x65\x35\x83\xe4\xb7\xd5\x45\xa1\x17\xa6\xfd\xfa\xd5\x5a\xa4\x8e\x1e\xaf\x48\xe8\xef\xe1\xcc\xbc\x76\x7c\x35\x2c\x48\x99\x7e\x93\x46\xc6\xd9\x2d\x8c\x86\x19\x93\x58\xd9\x7d\x1c\xa7\x4c\x1f\x7b\x05\x5d\xb3\x4e\x56\x95\x6a\x2e\xb4\xbd\x35\x26\x12\xad\xaf\x64\x54\x15\x50\x39\x64\xd3\xfb\xf8\xf1\x4d\x83\x93\xc3\xad\xad\x31\x35\x36\x9a\xea\x93\x4a\x65\xfe\x70\x6d\xbe\x9c\x41\xeb\x8a\xc4\x28\x78\x53\x84\xd3\xfd\x7a\x6b\x05\x82\x67\xa7\xfd\x13\x34\x5d\x34\xd3\x68\x4f\x4d\x08\x04\x21\x9a\x51\x07\x5a\x66\xe5\xb3\xbe\x72\xe3\xb1\xeb\xd5\x00\xcf\x59\x19\x1c\x8a\x0b\xad\x86\xac\x85\x89\xa0\x6f\x0a\xaf\x49\x4b\x82\x26\xd7\x2e\xca\xed\x90\x62\xea\x26\xab\xe1\x44\x87\xfb\xcd\x15\xe7\x36\xc4\xc0\xed\x7d\x49\x71\x6e\xac\x71\xf5\xb2\x35\xba\x5f\x27\x24\xcc\xdf\xd5\x65\x01\x4e\xf2\x9a\xd5\xa5\xa8\xb9\x5e\xbd\xee\xe2\xca\x5f\x7a\x2c\x81\x86\x15\xb3\x2a\x4b\xbf\xaf\x52\xef\xa2\x9f\x25\x39\x2b\xb7\x16\x93\x3e\x8f\xe8\x05\xa3\x49\x6a\x90\x97\x1a\xcd\x40\x32\x1a\x59\x31\xfe\xbc\x97\xde\x07\x03\x90\x8d\x7e\x93\xdf\x5b\x39\x1b\x4f\x52\xbb\xb4\x56\xe9\xf1\xdc\xf0\xb7\xd8\x30\x49\x22\xdf\xfe\xe3\x3b\x5e\xa6\x46\x38\x35\x79\xb8\x92\xe0\x04\x52\x32\xa9\xa9\x43\x2c\x26\x12\xfd\x36\x45\xb5\xcb\xe0\x28\x8c\xcf\x46\x8a\x86\xd7\x2c\x0f\x2d\x0c\x69\x9b\x0a\x45\x1f\x7c\xf8\xfe\xe8\x3f\xff\xf8\xe7\xff\x96\x2a\x14\x5d\xd2\x30\xa6\x3b\x5b\x61\x3e\xd0\x31\x55\xb1\x86\x38\xd7\xb1\x96\xc2\x71\x04\xf4\x88\x9a\x79\xa5\xa2\x05\xa3\x93\x14\x8d\x1e\xa7\x8b\x45\x0f\xc1\xb6\xd4\x8a\x16\x32\x6e\x12\x9d\x4f\x61\x73\x35\x51\x79\xd8\x86\xc8\x74\xdc\xca\x95\x87\x73\x6c\x4f\xb9\xe2\x97\xcd\xf2\xb0\xfc\xc5\x6d\x87\x8a\xd8\x4c\x90\x35\x1b\x1f\xa3\x00\x36\x85\xa8\x45\x24\x83\x82\xc8\xf5\x15\x4a\xf5\x68\x85\x71\x25\x95\x9a\xc2\x7c\x31\x77\x61\x8a\xda\xb1\x81\x52\x97\x06\xc8\xf7\x5d\xe4\x2c\xf4\xfa\x45\x03\xb1\x79\x53\x35\xd3\xa6\x3a\xb5\xd4\x96\x54\x05\xa2\x21\xb4\x1e\xc7\xac\x4f\xad\x8f\x1f\xdf\x6c\x9e\x56\x32\xd3\xac\x02\x95\x2e\x79\x13\xfe\xf1\x48\xc5\x9c\x00\x9b\xa7\x97\xd2\xdd\x50\x81\x68\x56\x62\x50\x3e\x1e\xc9\x88\xa5\xb9\x29\x82\xa5\x0d\x4d\x55\x02\xe6\x3e\x27\x36\xb3\xb6\xef\x5a\x20\x5d\x92\xed\xe9\xb0\xd0\x07\x91\xc9\x13\x54\xbd\xd2\x0a\x5b\x9b\x9e\x2a\xf0\xc3\xb9\x77\x45\x63\xbb\x5a\x09\x60\x3c\xc4\xd2\xd6\x6b\x9d\x72\xfd\x5b\x62\xa5\x6f\xd0\x42\x67\xbc\xc2\x81\xa3\x49\xed\x73\x19\x62\x5a\x4e\xc5\xe1\x03\x0a\xcb\x9d\x2a\x2b\xcc\xa7\x48\xe1\x17\x9c\xca\xbc\x37\x52\x86\x9c\xc2\xc4\x4d\x0c\xf7\x62\x77\x6f\x39\xa4\xad\x0d\x5a\xed\x55\x6d\xf6\xfd\x0a\x55\x31\xd6\xb4\xd7\xfb\xc5\x16\x72\xda\x5e\x2f\x38\x8d\xa8\x6b\xab\xab\x0b\x56\x97\xb0\xd5\xcb\x82\x8a\xd5\x28\x48\x5b\x07\x71\x4c\x9a\x90\x26\x7d\x4c\x6d\xa6\x07\x70\x12\xc0\x70\xd6\x09\x7c\x62\xc2\xf9\x1e\xf7\x06\x24\xf5\x6c\x19\x52\x8f\x3c\xe5\x2c\xb2\xcc\x13\x4b\x7d\x4d\x1b\x7d\xad\xa2\xb5\x79\xc0\x5e\x4d\x58\xeb\x9e\x8f\x9c\x89\x43\x52\xf3\xc2\x6d\x31\xdb\x3f\x5c\xfd\xf0\xfd\xbf\xfc\xdb\x50\x6e\xb6\xbf\x88\x6b\x50\x92\xf3\x65\x85\x2d\x2e\x2b\x15\xdd\x1f\x83\xd8\xcb\x59\xb9\x3a\x87\xb4\xf6\x74\xd4\xf9\x92\xc1\xcd\xd4\x01\x2c\x88\xd6\xd9\xc7\x59\xbc\xa1\x6b\x37\x66\xc8\x6d\x82\x76\xb7\x62\x91\xee\x8f\x33\x18\x40\xdc\x88\xe9\x69\x18\x64\x3a\x69\xcd\xf1\xa6\x1a\x4a\xba\x52\x35\x9d\x93\x47\xaa\x5e\x7f\x38\x43\xd4\x99\xac\xbb\x56\x24\xec\xf8\xd8\x89\x9a\xd1\x6c\x6c\x13\x99\x5b\xe5\xd8\xfa\xed\xf2\xb7\x9f\x7e\xff\xfd\x95\x55\xc2\xb1\x55\x13\x83\x8c\x4d\x5b\xed\x54\xea\x55\x49\xb6\xdf\x88\x5b\x89\xd7\x16\x44\x18\x32\x5c\xd8\x3d\x37\xb2\x40\xbc\x5f\x86\xa4\x5e\xd2\xc2\x29\x31\xb3\x8a\xd8\x65\xc2\x30\xd5\x47\x84\x52\xab\x45\x71\x24\x20\x84\xd5\xf4\xd2\xd0\x15\x65\xb5\xa7\x22\x92\x56\x1c\xab\x38\x2a\x23\x33\xaa\x72\x23\xa8\xee\xf4\xaf\x96\xff\xce\x34\x05\x1f\xaf\xec\x8e\x59\x47\x1f\x90\xc8\x90\xed\xd0\x05\x3c\xdf\x86\x1d\xc7\x86\x1e\x72\xd0\xed\x1e\x93\x31\xdb\x22\xe5\xde\xf7\x5e\xfd\xf0\xf9\xd7\x5f\x14\x59\xe9\x6c\x7d\x95\xda\xac\x59\x58\xd4\xdb\xf3\xf7\xa7\x2f\xcf\xce\x3f\x9d\xbd\x3d\xfd\xfe\xcd\xd9\xab\x9a\x9b\x76\xd4\x33\x3e\xf8\xd1\xfe\xf8\x83\x3d\xf1\xc7\x1f\xba\x76\x87\x79\x32\x22\x6a\xf4\x83\x2e\x70\x35\xe1\x36\x72\xcf\x1f\x7f\x20\x4d\x5b\xf8\xae\x63\xdd\x6a\xa3\xe8\x56\x0c\x8b\xf6\xc7\x1f\x84\xa7\x57\x7f\xfc\xe1\x45\xff\x8f\x7b\xf9\xb4\x08\xe0\xc4\xf9\xac\xe1\x1b\x58\x2f\x14\xc0\x55\xf2\x5b\xa6\xf5\x00\x9a\x76\xba\xf1\xb2\x4a\x45\xa9\xc9\x28\xa6\x12\xf5\x93\x3b\x4c\xf9\x20\x55\xc3\x2b\xd4\x41\xf0\x81\x5b\x2d\x25\x24\x6f\x1d\x3c\xb6\x02\x12\x8d\x6d\xab\x94\x8f\xf9\xbf\x06\xd7\x3f\x3b\xcb\x69\xa9\x53\xb5\x04\x13\xd5\x65\x58\x64\xd5\x4f\xb9\xf0\xeb\x51\x28\x22\xd8\x0c\xdf\x8a\xd3\x2d\x9b\x81\xdc\xf5\x62\xdf\xef\x39\x45\x64\x18\xd7\xf2\xdc\x92\x68\xa2\x9a\x9e\x54\x7e\xcb\xcc\xb8\x7f\xb9\xfa\x7f\x18\x69\xd2\x5f\x74\x42\x64\xc6\xd5\x01\x2b\xd4\x1d\xcb\x08\x5a\x2b\x70\x90\x63\x99\xae\x2e\x23\x42\x5d\x0b\x89\xfd\x3b\x45\x9a\x0b\xcd\x10\x69\xbe\x07\xb5\x19\x09\xb6\xc2\xbe\x71\xcd\xf7\x88\xc3\x10\xcb\x2b\x27\xd4\x26\xa6\xe3\x3a\xde\xb4\xb4\xfd\xa4\x98\x0d\xc3\xf5\x7b\xc4\xc9\xcc\x22\x63\x4e\xa3\x03\x59\x77\x3e\x0b\x33\x0c\x37\x36\x1f\xd7\x15\xa6\x11\x6a\x66\x00\x35\xda\x63\x55\x43\x96\xfd\x23\x06\x6d\xd4\x90\xe7\x8b\xad\x77\x0b\x62\x4f\x2a\x96\x49\x4a\x85\xbf\xd5\x3b\xd9\xc8\x39\xce\xc9\x86\xf5\xf6\x73\xc2\x7a\xe5\xf1\xbc\x99\xde\xb3\xf7\xaf\x71\xea\xb0\x89\x03\x75\xb5\xa0\x60\x23\x3f\xb5\x6d\x8c\xe7\xc9\xd5\x2a\x4c\x2e\xd5\x38\xd0\xc9\x98\x1a\xe4\x40\x1b\xc6\x25\x89\x58\x70\x7a\x72\xa5\x7c\x68\x64\xa1\xcd\x25\x5a\x5b\x03\x6e\x9e\xbf\xc0\x70\x76\x4e\x94\xa1\xd7\x5e\x88\x4c\xcf\x82\x42\x2c\xaa\x60\x8d\xa5\xda\x19\x56\x68\x07\xe8\xf4\x57\xbc\x3d\xea\x37\x0e\x9a\xf9\xcb\x68\x77\x5d\x92\x10\x75\x52\x8d\xb5\x80\x53\x9a\x89\x82\x90\x51\x2a\x7e\xb7\x55\x33\xa2\x8a\x36\xb8\x4a\xf1\x16\x1c\xd3\xf1\x9f\x25\x91\x17\xe9\x85\xc6\xf3\x66\x65\x69\xb0\x69\x5b\x95\x79\xe1\xd2\x61\x67\x26\xea\x78\xcb\x48\xa5\xd3\x81\xbe\x70\x97\x81\xe9\x3a\x7f\xc1\x9a\x6a\xf2\x16\x81\xb0\xe1\xe1\x6c\x1f\x0c\x9b\xf3\xee\x7f\x7e\xff\xb3\x67\xff\x7d\x6b\x60\xd8\xb0\x9c\xfc\x62\x70\xd8\xb0\xb2\xbf\x43\x62\x7b\x60\x24\xb6\x88\xea\xdf\x30\x16\x5b\x99\xe9\x7f\x39\x68\x6c\xf2\xe7\x2f\x03\xd3\xb3\x77\x60\x6e\x3b\x30\xb7\x1d\x98\xdb\x16\x81\xb9\x89\x6a\xec\x0e\x7c\x6d\x07\xbe\xb6\x03\x5f\xdb\x81\xaf\x7d\x63\xe0\x6b\xa5\x5b\xfb\x76\x01\xd6\x98\x49\x51\x52\xdc\x97\x83\x58\x8b\x35\xc0\xaf\x1b\x64\x8d\x5b\x54\x69\xcb\xac\x7c\xec\xc3\xd6\x40\xbc\x3c\x16\x9e\x5a\x7c\x76\x90\x9c\x8a\x24\xa7\x3d\x1b\xc2\x57\x33\x0e\xf0\x69\x5a\x8c\x2f\xd1\x49\x50\xc8\xa8\x10\x5e\x03\x67\x4d\x69\xff\xd4\xd4\x37\x2a\x49\x76\x11\x4a\x6d\x2d\x53\x32\x03\xc9\xd6\x0c\x04\xc6\x0e\x95\x6d\x87\xca\xb6\x15\x02\x5e\xee\xd5\xca\x45\x65\x7b\xeb\xdb\xb0\x11\x58\x36\xdc\x50\x33\xb8\x6c\xe4\xa8\xb5\x60\x54\x44\x26\x15\x0e\x8b\xb6\x55\x30\x30\xda\xd8\x0e\x6d\xed\x1b\x40\x5b\x4b\x29\x36\xf5\xb6\xb0\x72\xa8\x50\x32\x46\x36\xb2\x3f\x34\x8f\x4d\x26\x59\x1c\x1b\x00\xbd\x92\xae\x2d\x43\xf2\xcb\xc6\x26\xb8\x3d\xe8\x6b\x3c\x9c\x9f\x6f\xc3\xce\x83\x61\xad\x65\x05\xb8\x91\xbe\xfc\x85\xa2\xfa\x49\x76\x14\x23\x73\xfd\x0b\xc2\xf5\xfb\x16\xb1\xd3\xbe\x7a\xc4\x34\xe9\xd1\xfa\xa3\x9f\xf7\xe3\x68\x68\x45\x2c\x2c\xd0\x5f\x4c\x5d\x67\x3e\x87\x41\xf2\xa4\x18\x00\x00\x50\x73\x21\x00\x5e\x7e\x08\x80\x6d\xfc\xcf\x4f\xe8\x2f\x43\x11\x02\x40\x43\x64\x4f\x69\x9a\x35\xfb\xa4\xc7\xe9\xa3\xa6\xf8\x95\x58\x03\x34\x71\x2d\x3e\x56\x07\x49\x18\x6c\x8d\x88\x5a\x4c\x4a\x1a\x53\x8b\x0f\xd8\x0f\x85\xd0\x5a\xa0\xbf\x70\x1d\xef\x8a\x55\x2d\xc5\xbe\xa9\xf4\x89\x6a\x6c\x66\xf4\xc0\x85\xee\x84\x6f\xe2\xfb\x6b\xd8\xd1\x25\x94\xb5\x6a\x81\xb9\x89\xae\xc6\x07\x61\xbd\xc2\x34\xb4\x4f\x91\x54\x35\x2b\x8c\x74\xd4\x73\x53\x93\x71\xe3\x8e\x37\x4d\x87\xe6\xc5\xd5\x6d\xfa\x40\xef\x76\xbb\xf2\xe0\xa0\x6a\xb1\x91\xba\x32\xa8\xd0\x60\x41\x85\xf8\x05\x87\x5d\x68\x3b\x48\xcf\x8e\x45\x51\x26\x54\x5a\x89\xa7\x38\x28\xae\x89\x24\xa9\x1a\x95\x7a\x4a\x1c\xda\x4a\x8e\x6c\x71\xe9\xcd\xd0\x0a\x9c\x45\x4e\x31\x35\xc9\xb1\xad\xd4\x60\x05\x09\x67\x71\x4d\xca\x8d\x91\xa2\x78\xb7\x34\xcb\x72\xe6\x1e\xcd\x5e\x39\x7d\xf9\xa6\x44\xea\x4a\xf1\x11\x3d\x95\x02\x7b\xc8\xbf\x82\xde\x5e\xb0\x74\x61\x08\x11\x96\xab\xf1\x7b\x11\x0a\x38\x8e\xd3\xb1\x71\x0f\xc3\x12\x15\xeb\x50\xc8\xe9\xb7\x9f\xbb\xfc\x6b\x47\x38\xf4\xc7\x75\x0b\xa9\x70\x4e\xa1\x58\x53\x9c\x05\x70\xc2\xab\xdf\x95\x56\xf1\x06\x8e\x5e\xa9\x3d\x50\x5d\xc1\x3f\xb3\x1d\x54\xc7\x2c\x29\x5d\x10\x45\x56\x43\x83\xa3\x09\x77\xae\x58\xbf\x16\x4c\xf2\x76\xe8\xa6\x69\x9b\xde\x14\x06\x7e\x72\xfc\xc2\x4a\x7b\x64\x82\xac\xc4\x82\x1e\x7c\x3e\xe3\x36\xbd\x25\xb2\x0e\x36\x76\x44\xcd\x57\x81\xa9\x7b\x78\x7f\x44\xeb\x5a\xc4\xef\x80\x9d\x39\xd4\x0c\xef\x29\x3d\xf8\x7a\x69\xc8\xec\x1f\xab\xff\x61\x67\x29\x5c\x89\xca\x25\x07\x7b\xe9\xdb\xb7\x75\x87\x9a\xaf\xcc\xf0\xff\x94\xd5\x7a\x68\x31\x22\x92\xab\xc2\xb2\x15\x9f\xab\xfa\x92\x97\x2c\x6d\x9e\x28\xac\x56\xe3\x1a\x74\x11\xfd\x23\x25\xb9\xed\x55\x5c\x3f\xb7\xc2\x6c\xca\x96\xc9\xad\xb4\x42\x8b\x8d\xe8\x12\x0d\x96\x29\xc1\x2a\xb7\xc4\xeb\x6b\x09\x45\x85\x60\x4a\x14\x6c\x8d\xcd\xed\x24\x04\xde\xf3\x51\x27\x09\x8d\x27\x69\xa2\x9e\x5f\x27\x91\x3b\x63\x81\xc6\x26\xb1\xe5\x9a\x61\xa8\x05\x1a\x49\xcd\x0e\x35\xc4\xec\xc6\xbb\xc4\x32\x6a\xc1\xf6\x5d\x00\xd1\x32\xf0\x9e\xc2\x6e\xac\x8b\xac\x56\x89\x8d\x19\x80\x3c\xa3\xda\x03\x41\xbb\xa2\xad\xbc\x95\xf5\x5d\xa6\x07\xf6\xf0\xfb\x5f\x8f\x03\xb9\x75\x8c\xab\x96\x60\xaf\x99\x58\xe7\x05\xe8\x2f\xc8\x4f\x25\x52\xbe\x99\x66\x30\x18\x03\xdd\x0a\xa0\x99\x57\xf0\xa5\x28\xb0\x43\xd6\x6e\xbf\x91\xba\x2f\xbf\xfb\xcb\x20\x91\x9b\x38\xd1\xef\x12\x42\x4f\x33\x6d\xbb\x91\xca\x2f\xa6\x6d\x47\xe6\xe8\xad\xd0\x4d\xa5\xb2\x2f\x25\xd2\x0a\x79\x52\x2f\x17\xf6\x17\x46\xea\xd0\xbc\x6e\x84\xd4\xa1\x79\xfd\xb0\xa4\x6e\xa4\x8c\xd1\xc3\xd0\x78\x6e\x06\x57\xd0\xd6\x26\x7e\x40\x14\x86\x9c\xda\x43\x15\x28\x6e\x33\x6f\xcb\x1a\x34\xaf\x98\x20\x2a\xfa\x93\x86\x80\xca\xaa\x10\xa7\x92\x04\x21\x22\xe2\xb3\x62\x00\x0e\x67\xc3\x10\x17\x48\xc5\x53\x43\xa6\xc6\x5d\x26\xd9\x8d\x58\xd3\x4a\x1d\x05\xb4\xb2\xd0\x4a\x46\x12\x02\x93\xc9\x96\x48\xff\xaa\x9f\x68\xd9\xf3\xe8\xd4\xa8\x81\xde\xce\xc4\x55\x95\x2d\x01\x57\xbc\xaf\xc7\x3e\x6f\xb2\x89\xff\x49\x3d\xe7\xb5\xf7\xf0\x2d\x2c\x35\x45\x47\xb6\x7d\x19\x6d\x7f\xfd\xb8\x77\xee\x38\xf3\x77\x5b\x93\xd1\xf6\xa8\xf9\x69\xc4\x75\x9e\xcd\x50\xeb\x95\xcd\x50\xe3\xc3\x8f\xf3\x33\xd4\x84\xc4\xb4\xaf\x3a\x2d\xcd\x50\xe4\x65\x11\xa1\x9e\xcd\xcc\x1a\xac\x97\x98\x66\x28\x83\xe9\xd4\x0d\x03\xe9\xd3\x62\x48\x5f\xde\xb0\xf2\x13\xd3\xd6\x22\x40\x9d\xd4\xb4\x92\x24\x50\xa6\x96\x95\x24\x42\xa9\xe7\x85\xd4\xb4\xfc\x99\xad\x9d\x9a\x36\xd8\x58\x6a\x5a\xbc\xb1\x0e\x93\xd4\x34\x63\xff\x91\x53\xd3\x86\xd5\x53\xd3\xf0\x98\x37\x98\x9a\x36\x8c\x7a\x78\xb8\xc8\xfe\xad\x48\x4d\x3b\x6a\x38\x33\xcd\x38\x12\x15\xb1\xe3\x87\xc8\x4c\xcb\x4b\x4f\x78\xa0\xc4\x34\xe3\x70\x97\x98\xf6\x95\x26\xa6\x35\x9a\xd7\xc0\x9f\x13\x89\x49\x0e\xf1\xa9\x91\x94\x93\x36\x96\x96\x66\x94\x48\x4b\xcb\x49\x58\x90\x8f\x76\xe3\x69\x69\x8a\x4d\x3e\x9d\x8b\x9d\xc9\x40\x68\x38\x2d\xad\x52\x26\xc2\x1a\x87\x8e\xd9\x6c\x84\x9a\x59\x69\xbb\x94\x85\xba\xf2\xfd\xe0\x9b\x4d\x59\x30\xe7\x0d\xa5\x2c\x44\x0d\xd5\x4d\x59\xd8\x78\x62\x00\x7e\xc1\xbb\xc4\x80\x87\x4b\x0c\x78\xb8\x90\xed\x0c\x03\x1b\xe9\xcb\x8a\xd7\xbf\x76\x58\xf3\xa6\x43\xb6\xb3\x2b\xca\xc8\x5c\xdf\xd4\xdc\x76\x21\xdb\x5f\x58\x74\x36\x1f\x7e\x5d\x10\xa9\x5d\x37\x3a\x5b\xee\x28\x7e\x6c\xff\x35\x29\xe7\xbc\x55\xb5\x8a\x3f\xfc\xf2\x8f\x7f\xfd\xe3\xef\x7b\xfb\x1b\x09\xc4\x5e\x23\xfe\x9a\x90\x4a\x5d\xd3\xf8\x70\xab\x82\xa7\xf9\x8d\x3c\x75\x86\x14\xab\x20\x3a\x9d\xd2\xdc\xf4\xcc\x29\x6e\x70\x9d\x10\xbc\x34\x00\x9e\xac\xf1\xd2\x9e\xb0\x3e\xd0\x3f\x12\xa4\x98\x35\xf0\xd8\xf5\xa6\x60\xf4\xa2\x7f\x3f\xba\xfe\xa5\xe9\x6a\xbf\xc4\xd3\xd1\xde\xe3\x09\xd6\x0f\xf9\x29\xe3\xaf\x2b\x13\xd1\xa3\x8a\x2b\x1f\xd2\x88\x54\xd3\x72\xc3\x2e\x7e\x1b\x4e\x26\x2e\x95\x62\x8e\xc6\xb1\xe5\xa4\x12\x36\xaf\xe6\xaf\xc7\x48\x40\x77\x42\x29\x7f\x95\x04\x94\x7d\xd4\x50\x75\x39\x5f\xdb\x26\x32\x2d\xe8\x21\x28\xc7\xc3\x54\x33\x74\x83\xdc\xf9\x2a\x1e\x43\xb8\x2e\xc3\x95\x5c\x4b\x69\x13\x21\xd2\xbf\x74\xa0\x25\xda\xd5\x7e\x9a\x2b\x6a\xd4\xeb\xc8\x8f\xeb\xe7\xdf\x41\x2a\x1b\xa0\xfc\x4b\x28\xce\x23\xa8\x20\x5c\x4a\xe7\x12\x54\x99\xf3\xa3\x04\xe2\xf3\x2c\xb9\xf9\x58\xf9\xca\x92\xe9\xb1\x23\xb1\x37\xbd\xbb\x96\x2e\xd8\xfe\x9b\x03\x6f\x6a\x96\x65\xa7\x71\xfe\xc5\x3b\x4a\x49\x26\x2c\x71\x9b\x9c\x6c\x87\x0f\xa8\x94\xec\xf2\x02\xd6\x3b\x21\xd8\xe5\x05\x7c\x83\x79\x01\x64\x05\xee\x92\x02\x76\x49\x01\x79\x5a\x49\x93\x81\xff\xd4\x0d\x81\x6e\x17\xd0\x8f\x63\x05\x53\x55\xf1\xe9\x3d\x36\xa7\xfa\x02\xfd\x3f\xbe\xe3\x25\xe9\x02\xd5\xdd\x32\x19\xff\xc7\x96\x38\x64\xb6\x32\x09\x20\xf8\xbe\x77\xfb\xe6\xd7\x0f\x67\xbb\x24\x80\x65\xc0\xd0\xda\x36\x9a\x01\x40\xfa\xf8\x86\xc3\xff\xd3\x44\xde\x44\xec\xff\xe6\x89\xbc\xad\x81\xff\x94\xba\x11\x65\xc8\x10\x9b\x20\xad\x18\xe4\x5f\x83\xb8\xbb\x08\xff\x6f\x30\xc2\x5f\xbd\xed\x6d\xc9\x86\x9c\x17\xe1\xbf\x55\x75\x6c\x7e\x7e\xf5\x76\x62\x1c\x2d\x3f\x6e\x4d\xe0\x3f\x5e\x20\x65\x6e\xb4\xad\x2f\x26\xa1\x80\xfa\x28\xb2\x09\x05\xc7\x65\x13\x0a\xfa\x07\x5c\x5c\xf5\x41\x5e\x42\xc1\x0e\xf2\x26\x09\xad\xa7\xdb\x49\x26\xb4\x5e\xac\x0d\x4c\x82\xf8\x81\x2e\xc6\x51\x94\x09\xb0\x57\x16\xec\x95\x75\x90\x09\x8f\x57\x96\x0d\xce\x79\xba\x28\xc7\xa0\x19\x42\xd0\xe0\x18\xe9\x4d\x8d\x62\xe4\xe4\x36\x5d\x99\x52\x95\x31\x72\x0a\x66\xb6\x6e\x22\x02\x6e\x7e\xb3\x18\x39\xfd\x01\x87\x91\x33\x7c\xdc\x44\x04\x0c\xa5\x52\x29\x11\x81\x4c\xe6\x48\xe2\xe0\x95\x33\xa6\x70\x96\x96\x68\x30\xf2\xd7\x98\xa6\xc9\x06\xf3\x1d\xfa\x83\xa8\xa3\x12\x3e\x10\x79\x94\xeb\x97\x99\xef\x80\xe3\x95\x1b\x85\xe2\x39\x14\xf4\xd2\xfe\xd1\x83\x40\xf1\x1c\x3e\x7e\xc6\x43\xff\x60\x97\xf1\xf0\x95\x66\x3c\x60\x98\xb4\x0c\x14\xcf\xd1\x06\xa1\x78\xa4\xbc\xb4\xa9\x9c\x87\x7e\xaf\x38\xe7\xa1\x6f\x64\x73\x1e\xc8\x35\xd5\x68\x1f\x19\x8a\x67\x3f\x19\xe4\x46\x73\x1e\xfa\x86\xdc\x8e\x16\x71\xdd\x2a\x33\xb6\xc4\xb5\x7e\xd4\x18\x14\x8f\x1c\x3d\xe8\xab\x83\xe2\xe1\x15\x8d\x92\x22\xbf\x18\x8e\x27\xe2\x75\xae\xe1\x6f\x08\x92\x27\xab\xb7\x55\x09\x79\xd9\x9a\x90\x7f\x9c\x58\x9c\x11\xe6\x83\x4d\x09\xf3\x7d\x60\x0c\x1a\x90\xd7\x9c\xae\xb3\x5f\x22\x43\xed\x80\x2b\xb5\x98\x49\x55\x13\x7f\x94\xf1\x74\x9d\xe0\x78\xb1\xe1\xca\xa9\x63\x52\xdc\xb2\x98\x23\xa2\xd1\x75\x42\x7f\x19\x58\x30\x66\x89\x30\xb0\x70\xfd\x63\xdf\xb4\x09\xc8\x51\xb2\xa4\x23\x46\xd9\xfb\xdb\xde\xdf\x52\x07\x87\xae\xf9\xd7\xad\x62\x65\x27\x55\x1e\xc8\x35\x1c\xab\x14\xa6\x2c\x64\x4a\x16\x4a\x2d\x3d\xb1\x2a\xcb\x67\x51\x57\x5a\x10\xca\x5c\xeb\x6c\x7d\xda\x42\x61\x78\xe5\x78\x76\xc3\x62\x10\x37\xf9\xb5\x0b\xc0\x42\x1f\x4c\x44\x85\xb4\xd3\xe9\xcb\x93\x8a\x8f\x05\x56\x36\xc5\x11\xd6\x7c\xe0\x17\x76\x51\x7a\xb6\x19\xd8\x5f\x1c\x58\x19\xb7\x28\x1e\x04\xaa\xac\x1c\x6f\x8a\x7e\xc0\x1d\x9a\xd9\x0e\xcd\x6c\xc3\x68\x66\xfb\xbb\xd4\xe0\xaf\x3a\x35\x18\xbf\xe0\x5d\x6a\xf0\x03\xa4\x06\x2f\x9d\x2d\x4b\x0b\x96\xbe\xfa\x32\xd6\xc1\x17\x90\x16\xbc\x99\xb9\xed\xd2\x82\x1b\xc9\x15\x16\xe6\xbe\xc5\x98\x4e\x91\xd1\x08\xf4\xf9\x12\x35\x83\xef\xa4\x08\x44\x29\x51\xce\x7a\x23\xd5\xaa\x03\xdf\x55\xe1\x3a\x3d\x4e\x74\x2a\xfa\xde\x84\xbd\xbf\x1f\xfc\xd5\x58\xde\x70\x1a\xb4\x89\xcf\x24\xae\x93\x40\x1c\x51\x8c\x87\x6f\x3a\xa0\x3a\xd7\x16\x65\x11\x8b\x9a\x50\x36\xa5\xb4\xc7\x27\x6e\x45\xf3\x29\xca\x27\xdd\xfe\x24\x4f\xbd\x19\x78\x1d\x91\x72\x8f\x01\x6e\x54\x31\x25\x51\x71\x50\xfe\x2d\xa6\x23\x56\xe3\xea\x0d\x9c\xd5\x6e\x1b\x76\x8f\x9c\x78\x15\x32\xe8\x0c\xd1\x0c\x3c\xda\x65\xd0\xed\x32\xe8\xbe\xa5\x0c\xba\x48\x88\xec\xf2\xe7\xbe\x8e\xfc\x39\xd5\x4d\x0f\x94\x23\x97\x24\xc0\x51\x0b\xa6\xba\xe5\x90\x52\xd5\x1f\x3b\xa2\x1e\x0f\x67\x2b\x13\xdc\x16\xf3\xd7\x03\x38\xef\xc3\x5d\x82\xdb\x32\xc0\x32\x6c\xb3\xe9\x6d\x51\x0f\xdf\x70\x72\x9b\x48\xe0\x4d\xa4\xb6\x6d\x9a\xc0\xdb\x9a\xd8\x86\x29\xbb\xc9\xb4\xb6\xca\x84\xdd\x25\xb5\x7d\x83\x49\x6d\xaa\x8d\x6e\x2b\x36\xe0\xed\x83\xac\xb9\x79\xff\xe6\x1f\xdf\xff\x68\x6c\x4f\xe6\xda\x63\x66\x98\x61\x67\xe1\x0e\xb0\xe6\x21\x00\x6b\xb0\x30\x2f\x05\x57\x53\x27\xa5\xec\x8b\x81\xad\xa9\x44\x86\x54\x20\xc9\x0e\xd9\xa6\x5e\x42\xd9\x0e\xd9\x26\xf3\xcc\x0e\xd9\x66\x87\x6c\x53\xca\x9f\xbf\x43\xb6\x59\x33\xe0\x69\x97\xe7\xb5\x43\xb6\xd9\x21\xdb\x6c\x38\x2a\x75\x8d\x23\xb9\x1d\xb2\x8d\xbe\x43\xb6\xf9\xa6\xc3\x57\xc5\xa6\x5e\x62\x7f\xf9\x6b\xcf\x86\x9f\x0b\x5b\x9c\xc2\x6a\xed\x15\x4c\x75\x0a\x25\x13\xdd\x78\x70\xed\x0e\x77\xa7\x56\x70\x6d\xf6\xe0\x72\xc3\xa1\xb5\xfa\x57\x8a\xb7\x53\x71\x5e\x5f\x0e\xda\x4e\xe5\xf0\x97\xf2\x8c\x84\x0f\xf5\x48\x1c\xd7\xa6\x99\x49\x2d\x0f\x0d\xd5\xcf\x1b\x78\x05\x69\x49\xdb\x38\x6f\x29\xc5\x74\x66\x96\x9b\x5b\x41\x29\xf9\xdf\x4c\x6d\xf4\xaf\x32\x72\x7b\xeb\x82\xb4\x37\x0f\xed\x24\x3d\x4e\x79\xec\x33\x9e\x10\x06\xd7\x8e\x05\x3b\x8e\x0d\x3d\xe4\xa0\xdb\x3d\xd6\xf8\xb6\x9c\xf6\x1c\xff\x34\x79\x33\x44\xa7\xdf\xcb\x4f\x7b\x88\x7e\x01\xf4\x17\x04\x37\xab\x4c\x68\x05\x5e\xb5\x2f\xdf\xbd\x3d\xff\xf5\xcd\xa7\xb7\xe7\xef\x4f\x5f\x9e\x9d\x7f\x3a\x7b\x7b\xfa\xfd\x9b\xb3\x57\x35\xcf\x93\xa3\x31\xe0\xee\xb5\x3f\xfe\xd0\xf5\xa4\x2c\x56\xcc\xdd\xba\x76\x87\x57\x17\x25\xb6\x78\x9b\x91\xba\xed\x8f\x3f\x90\xc6\x4a\xae\x8e\xa2\x5b\x6f\x02\x07\xc1\x3f\xfe\x20\x0b\x74\x55\xdc\x50\x27\x74\x6c\x68\x99\x41\x67\x11\xf8\x9f\x6f\x6b\x34\xfb\x69\x11\xc0\x89\xf3\x59\xc3\x3f\x2a\x9e\x0e\xa0\x69\x8b\x0f\x7b\xbe\x5d\xeb\xc9\x55\x85\x43\xf7\xb2\x04\x54\xcc\x33\xea\xaa\x1e\xe9\x8a\x1b\x94\x4f\x5d\x3e\xf1\xe8\x31\x35\xb9\xd4\xcf\xa8\xcf\xae\xd5\x92\x13\x7a\xd7\x44\xda\x55\x17\x58\x05\xb2\x61\x6b\x44\x97\x17\x22\xd3\xb3\xb6\x2b\xcb\xe4\xaf\x1f\x97\xbf\x1e\xcf\xae\xf6\x72\xb3\x4c\xe8\x58\xf5\x17\x81\xbf\x44\xf8\x85\xc8\xd3\x49\x22\x5e\xa9\x95\x4a\x92\x26\x11\x9f\x56\x32\x94\xa5\x95\xec\x97\x57\x44\x1b\x0f\x0b\x4e\x4c\x3e\x5e\x5c\x1f\xf0\x71\x44\x56\x97\xce\x28\xec\x86\x33\xff\x66\x2d\xa0\x1c\x5d\x99\xbd\xc2\x85\x2e\xb1\x90\x92\x73\xd2\xad\x0e\xe2\x4f\x99\xf4\x15\xc9\xa9\x93\xe4\x71\x9a\x22\x90\x97\x4d\x51\x25\x02\xa9\x81\x69\x24\x59\x37\x11\x97\x01\xf2\x87\x3b\x13\xde\xe7\xc2\x6f\x52\xf3\x28\x47\x9e\x87\xa3\x52\xa2\x14\x17\xaa\xc3\x25\xb8\xb7\x62\x9a\x50\x9a\x7d\xfb\x38\x71\xab\x32\x63\xea\x42\x9e\x11\xfc\x8c\x60\xe0\x99\x6e\xba\x90\x8d\x90\x64\xc4\x91\x2e\x5b\x5e\x26\xdb\x66\x2c\x0c\xac\x19\xb4\xae\xc2\xb8\x4d\x16\xa4\x1a\x0b\x04\xb6\xdd\x26\x09\x2e\x2f\xc9\x13\x65\x8a\xd8\xa8\x79\x76\x4b\x67\x98\x78\x76\x59\x5f\xaf\x5f\xe9\x40\x97\x4d\x3e\x36\xef\x1a\x1b\x07\x96\xf0\xa2\xdb\xb1\xde\x20\x94\x8c\x9f\x0d\xee\x7b\x1f\xe9\x38\xaf\xe9\x10\x6b\xc6\xf8\xf1\x60\x7b\x73\x18\x99\x45\x92\x75\x2e\x39\xe7\x97\xba\x0f\xd7\x07\xe0\xfc\x38\x73\xc2\x58\x39\x5e\x86\x30\xd4\x4c\x0d\xab\x72\xda\xc4\x0f\x34\x34\x83\xda\x4b\xfc\x66\xe2\x7b\xa2\x31\x57\x0f\xf1\x57\x65\xc4\xe5\x25\xde\x39\x9e\xd0\xa9\x76\xe3\xa0\x99\x46\xd5\xcc\xbc\xac\xba\x72\x42\x2f\xbb\x6f\x1e\xa6\x84\xd0\xda\xaf\x97\x2a\x21\x8f\xf9\x7a\xa3\xad\xe9\x61\xde\x56\xfe\xae\x1a\x29\x22\x11\x39\xa8\x16\xa2\xd8\x41\xd5\xe9\xad\xa9\xdb\x4a\xe6\x57\x56\xe7\x84\xf4\xb6\xfa\x9e\x1c\x81\xad\xcb\x09\xa6\x6d\x07\x24\xfa\xfa\x31\x99\xe1\xf5\x7b\xed\x94\x0c\x44\x33\x3d\x5b\x8b\xe6\xb6\x59\xde\x90\xeb\xa7\x3d\x29\xa5\x4f\x19\x89\xc6\x40\x5f\x1b\xce\x51\xa5\x25\x25\x9d\x90\x31\x9e\xa8\x6e\x8c\xdf\x7b\x2d\x0d\x33\x3b\x04\xca\xc0\x8d\xf6\x2f\x3a\x34\xd7\x58\x00\xa2\x96\x81\xcc\x69\x47\x9d\x9e\x5d\xa0\x57\x54\x3f\xf3\x2f\x03\x53\x4f\x41\xc8\x32\xc0\x65\x24\x56\xb7\x73\x79\xab\x03\x3d\x80\x91\x95\x4a\x3e\xe3\x64\x22\xfc\x80\xe7\xd7\x09\x2f\xcf\xb1\x93\xb7\xce\x84\xdf\xbe\x68\xf3\xab\x37\xff\xb8\xf9\xeb\xcd\xdf\xff\x77\x6b\xa2\xcd\x99\x9e\x5c\x1e\x51\x65\x83\x91\xec\x64\x30\x61\xc3\x41\xed\x19\xb7\x45\x26\xc0\x7d\x50\x3a\xc0\x5d\x00\x50\xd9\xcf\x0b\x70\xdf\x01\xa8\x24\x41\xde\xe9\x37\xb0\x83\x52\xa9\x4f\x92\x1d\xa8\xca\x0e\x54\x45\xa1\x0c\xe7\xc4\xc0\x57\x07\x55\xa1\x63\xde\xa1\x9d\x6c\x39\xda\x89\x18\x04\xdf\xdf\x40\x10\x7c\x22\xf7\x8f\xe2\x5d\x30\x1b\x89\xbb\x4e\xc4\xd4\x0e\x3d\x65\x17\x55\xbf\x43\x4f\xd9\xa1\xa7\xe8\xd9\x3a\xf8\x5f\x2b\x7a\x4a\x19\xa7\xc5\x0e\x59\x45\xbd\x2b\x24\x79\xfd\xcd\xc1\x09\xc4\xda\xe6\xd7\x0d\x28\xc0\x2d\xb8\xb4\x29\x29\xef\x68\xab\x03\xb9\x1f\x18\x4d\x85\x3b\x52\x5b\x98\x61\x48\x70\x3f\x58\x61\x34\xa0\x5b\x81\x83\x1c\xcb\x74\xa3\x05\x32\x5f\xf0\xbb\xe7\x7a\x12\x5f\x17\xd1\x57\x94\x08\x02\x07\x65\x10\x04\x0e\x64\x90\x2c\xb2\x75\xf0\x20\x18\x02\xd9\xe4\xe9\x83\x86\x00\x02\x0e\x36\x04\x10\x70\x20\xdf\x32\x36\x89\xb3\x92\xd6\xc1\xe9\xdc\x99\x14\xeb\x1f\x62\x01\xe7\x4d\x11\x36\x2b\x7a\xb5\xf8\xac\x9c\xe0\x25\xfe\xc2\x86\x05\x6f\xec\x84\xfc\xea\x05\x2f\xd3\xb1\x29\x19\xbf\x60\xc1\xfb\xa0\x80\x2d\x3c\xac\x67\x13\x42\x94\x87\x61\xa1\xc0\x2b\xf5\x13\x53\x45\x1e\x7e\x30\xa1\x29\x54\x8c\xc8\xa6\x9f\x36\x20\xe8\x1e\x1e\x09\xa5\xf8\x1c\x6e\x97\x66\xba\x43\x49\xf9\x0a\xd3\x4c\xcf\xb1\xce\x55\x30\x2a\xa2\x98\x15\x0e\x8b\xb6\x55\x30\x30\xda\xd8\x0e\xbf\xe5\xeb\x4d\x31\x95\x5b\x79\xf5\x36\xa4\x72\x69\x73\x32\x36\x36\xb2\x3f\x34\x8f\x75\x22\x59\x1a\x1b\x00\x72\x91\xae\x2c\x43\xf2\xcb\xc6\x26\xb8\x1d\x69\xa7\x15\x0e\x33\xf1\xe0\xa3\x45\xb5\x03\x12\xfa\xe6\x80\x84\xbe\xcd\x64\xd4\x2f\x23\x43\xb5\x20\x2b\x75\xda\x10\x7e\x50\x61\x4c\xd6\x96\x04\x8d\x29\xd2\xbd\x80\xfe\x62\xea\x3a\xf3\x39\x0c\x92\x47\xc5\xd0\x31\x80\xda\x77\x78\xe8\x20\x78\xd2\x54\x10\x99\x99\x1f\x44\x76\xfa\x1f\xff\x7c\xe6\xff\xf3\x65\xa9\x6c\xb0\x74\x02\xd8\x3a\x89\x5f\x5c\xbe\xd7\x40\xc8\xf7\x02\xfa\x0b\xd7\xf1\xae\x70\xf4\x19\xd3\x7e\x12\xa5\xf4\x48\x34\x3c\x7a\xe0\x42\x77\xc2\x37\xf1\xfd\x95\x2d\xe5\x12\xca\x5b\x75\x08\x89\x54\x74\xc5\x3e\x73\x0d\x80\x0b\xfd\x17\x18\xce\xce\xd9\x81\x43\xad\x30\xe5\x9f\xa0\xe9\xa2\x59\x03\x51\xe4\x99\x58\x67\xce\x2c\x8c\xe6\x8d\xfc\x45\x27\x44\x66\x6c\x34\x56\x50\x5b\x7b\x69\x33\x29\xf1\x65\x2b\x08\xb1\x5e\x1c\xb2\xa6\x9d\x22\xcd\x85\x66\x88\x34\xdf\x83\xda\x0c\x93\x48\xc3\xb9\x2d\x9a\xef\xe1\x6b\x4c\x68\x68\x4e\xa8\x4d\x4c\xc7\x75\xbc\x69\xe9\xa2\xda\x8a\x49\xc5\xae\xfa\x47\x9f\xd3\xcc\x0c\x35\x53\xa3\xe3\x59\x77\x5a\xf1\x59\xc4\xa6\xa6\xe5\xba\xc2\x6c\x42\xcd\x0c\xa0\x46\x7b\xad\x5a\xe8\x9c\xfd\x23\x05\xcf\xa3\x86\x3c\x5f\x6c\xbd\x5b\xc6\x71\x55\xa5\xb4\x79\x75\x75\xa2\x38\x62\x5c\xb6\x70\x62\xd7\x20\xb8\xd0\x59\x32\xd4\x4b\x7f\xe9\xa1\x7c\xb7\x7c\xc1\x7b\xd0\x95\xf9\x23\x87\x34\x7f\x44\x48\x64\xed\xb2\x6d\x2c\x0d\x80\xa6\xc8\x9d\xd4\xc7\x72\xb8\x34\x5e\xde\xd6\xca\x28\x65\xe3\x96\xe3\xdb\x34\xd0\xed\x78\x3b\x52\x34\x05\x17\x2d\xfe\xbc\x8f\xad\x28\xc1\x6b\x5b\xa6\x48\x44\x15\xd7\x23\xdf\xe9\x01\xc7\x76\x6f\x59\xfd\x08\xe2\x73\x88\x46\xd2\x54\xce\x16\xab\x8a\xf1\x98\x89\x3a\x9a\x16\x4f\xf0\x01\x93\xb7\x80\x8c\xba\x4d\xa5\x59\x95\x4a\x3d\xa1\xea\x2a\x41\x77\x2f\x0d\x0e\xa8\x57\xcf\x8e\x95\x24\x81\xaa\xf9\x3c\xcb\x7e\x4a\xa9\x07\x8a\x9e\xfc\x39\x9a\x5a\x44\x0c\x04\x83\xb9\xe3\x99\xc8\xf1\xa6\x9d\xa9\x89\xe0\x8d\x19\x9f\xa3\x83\xdc\x07\x1d\x6f\x1a\xc0\x30\x4c\x3f\x54\xdf\x9f\x59\x78\xdc\x27\x77\x73\xca\xe8\x20\xb8\x39\x53\xcf\x0d\xf2\xe8\xa7\x3b\x71\x52\x6d\x34\xe8\x1b\x07\xcd\xfc\x65\xa4\xae\xe3\xdf\xc1\x05\xf1\xd5\xa7\x2d\xdd\x2a\xe9\x7d\x69\x6d\xa2\xca\x0b\xa9\x99\x93\x5e\x93\xa8\x3f\x92\xce\x31\xc4\xdb\x54\x07\xfa\x69\x18\xfa\x96\x63\x22\x68\xd3\xc4\xab\xaa\xd4\x2e\xdd\x60\x64\x24\x79\x57\xd0\x66\x69\xb7\xcd\xbe\x8c\x92\x6a\x5e\x35\x86\xdf\x38\x8b\x3f\xe6\xdb\x58\x2e\x42\x14\x40\x73\x5e\xff\x3d\x54\xd3\x2b\xa5\x22\x90\xcf\x8b\x7d\xe9\x7b\x1e\x76\xd4\xfd\xd3\x41\xb3\x1f\xd9\xfb\x48\x8a\x5a\x08\xbf\xe3\x64\xf9\x3c\xc5\x7c\x97\x2b\x5f\x62\x03\xcf\xdb\x98\x36\xf1\x52\x4a\x59\x4b\x85\xfa\x44\x5e\xf2\x3e\xce\x3d\xa6\x8b\x59\x9d\x70\x51\x59\x82\x14\x4e\xf6\x61\x67\xb9\xd9\x99\x25\xaf\xb9\xce\xf9\x5a\x9d\x49\x15\xbe\xb0\x5c\x16\xaf\xa9\x12\x36\x9d\xbc\x2c\x51\x1f\x37\x93\xb0\x8c\x1d\xd1\x66\xa4\xc5\xea\x13\x3f\x98\x9b\xa8\xe3\x2d\xe7\x97\x38\x55\x72\xe1\x2e\x03\xd3\x75\xfe\x82\x71\x8a\x32\x51\xb5\x41\x92\xe5\x9c\x01\xa6\xa4\xae\x6a\x52\x98\xcc\x0f\xea\xbb\xa8\x65\x89\xcc\x2e\x44\x9a\x3b\x6a\xc5\x6e\x69\xd2\x27\x08\x46\x04\xf6\x3e\x0b\x7a\x9f\xf8\x35\x5b\xb0\x7d\x17\x40\xb4\x0c\x3c\x0d\x76\x05\xa5\xee\xbb\xde\x6a\x05\xc2\x51\xd0\x5d\x04\x3e\xf2\xd1\xed\x02\x02\x67\xc4\x7b\x44\x81\x3f\xba\xf0\xc6\x60\x39\xa2\xfe\xe4\x29\x44\xef\x6e\x3c\xe6\x4f\x66\x08\xdb\x7e\xd0\xe2\x9b\xe0\x1b\x68\x03\x4b\x68\xde\x1e\xdd\xad\x00\x6d\xec\x0a\xde\x86\xad\x65\xbb\x3b\xf1\x83\x33\xd3\x9a\xb5\x84\x2c\x68\xfb\x02\x8e\x47\xcb\x0b\x38\xc6\xde\xf3\x2e\xf4\x96\x73\x18\x44\x4d\x8e\x9e\x3e\xe5\xbf\x02\xbb\x8b\x71\x5e\xa7\xcb\xe4\x57\xfe\x02\x68\xd1\xe3\x27\xc7\xd3\xec\xfb\x7b\xbb\xeb\x78\x0e\x72\xf0\xab\x0d\xda\xcf\x9e\xb5\xec\xee\x4d\xe0\x20\xf2\x68\xaf\x0d\xec\x91\xdf\x0d\x5d\xc7\x82\xad\x76\x37\x80\xd7\x30\x08\xc9\x27\x7b\x69\xc1\x56\xca\xd7\x4e\x69\x8a\x5a\x21\x70\x00\x6c\xdf\xdf\xc3\x55\x1b\xd8\x6d\x60\x3d\x7b\x46\x7c\xe8\x4f\x47\x23\xa1\x3f\xdc\x1d\x1e\x8d\x78\xfd\xb9\xf0\xad\x6b\x99\xae\xdb\xb2\xda\x27\xa4\x11\x20\xfc\x48\xbd\xf3\x6d\x40\xfe\x8e\xb2\x3d\xc8\x3d\xff\xd1\x10\xed\x68\x7a\xd1\xc2\x6a\x83\x80\x1c\x72\x44\x57\x7d\xb0\x04\x16\xb0\xb9\x03\x0b\x17\xe4\x1d\x7d\x98\xc0\x6d\x57\x3d\xd1\xd8\xbe\xec\xf7\x5f\xaf\xdf\xbc\xfd\x57\xff\xfa\xf4\x0b\xce\x7e\x27\xf6\xf7\x37\x90\x2d\x9f\x4d\x92\xdf\x2f\x9b\x24\x3f\x30\x76\x49\xf2\xb5\x93\xe4\x25\x89\xe0\x87\x39\xc9\xe7\x6b\x65\x78\xab\x1b\x2e\x93\xdf\x9d\x37\xac\x75\x72\xe2\x8b\x28\xd0\x6c\x96\x7b\x5e\xd3\x95\xa9\x50\x3d\xcb\x3d\x7f\x66\x6b\x67\xb9\x1f\x6e\x3e\xcb\xfd\x88\xcb\x72\x3f\x7e\xe4\x2c\xf7\xa3\x1a\x59\xee\xc7\x9b\xcd\x72\x3f\x8a\x7a\x28\x91\xe5\xde\x50\xe2\xde\x56\x64\xb9\xe3\xe2\x0a\x4d\x66\xb9\x0f\x06\x42\x96\xfb\x60\xf8\x10\x50\x6f\x74\x16\x8f\x9a\x95\x8e\x33\xbc\x76\x59\xe9\x5f\x63\x56\x7a\x5f\x96\xb8\xd8\xdf\x58\xe2\xa2\x8a\x97\x36\x96\x95\xbe\x5f\x22\x2b\x5d\x92\x89\xd8\x3f\xc8\xe3\xfc\x6d\xc9\x4a\xcf\xa4\x16\x36\x9c\x95\x2e\x4f\x31\xec\x0f\x23\xb2\x36\x99\x95\xde\x1f\x34\x05\xf7\xd6\x54\x99\x96\x6f\x2d\xf3\x7c\x60\xec\x32\xcf\xbf\xcc\x04\xc8\x07\x2e\x2b\xf2\xe8\x99\xe7\xb8\xce\x88\x2a\xf3\xbc\x6f\x94\xc8\x3c\xcf\xab\x42\x22\xae\x83\xc7\xc9\x3c\xe7\x8b\x8d\xac\x65\x54\x66\x8a\x96\x28\xb4\x8c\x8d\x16\x2b\xa9\x9b\x79\x7e\xa4\x38\x79\x93\x8a\xc6\x46\xc5\x20\x73\xae\x7d\xd5\x42\xb0\xd8\xe9\x81\xc9\xf0\x45\x4b\xc6\x86\x6a\x72\xe4\x95\xc0\xc8\x11\x35\xd9\x3a\xfc\xc7\x19\xfc\x01\x9e\xdf\x36\x21\x6c\xd2\xdb\x5d\x1c\x35\x52\x33\x3b\x5b\x4a\x87\x61\xa5\x34\xc0\x74\x90\x48\xd5\xb7\x5b\x65\x87\x4a\x07\xa6\xc8\x63\x88\x48\xe4\x42\x73\xe1\x5a\xd5\x59\x05\xdf\x73\x28\x49\xed\x3f\xcc\x8a\xa5\x26\x6c\x8f\x3a\xbb\x92\x91\xad\x7c\x20\x65\xc1\xaa\x87\xb5\x8a\xb4\xda\x4d\xb3\x21\x0d\x56\x79\x08\x1e\xec\xe0\xbe\xc8\xe9\x31\xfb\xf6\x58\x4c\x96\x53\x74\xe7\x91\x98\xac\xa0\x58\x4e\x33\x4c\x26\xc9\xe7\xab\xd3\xcc\x23\xd6\xd6\x19\xf4\xbf\xd4\xda\x3a\x44\xa5\xde\xd5\xd6\xf9\xf2\x14\xa8\x07\xae\xad\x33\xc8\x56\x8f\x59\x43\x3b\x6b\xb4\xb6\x8e\xc8\xc3\xbb\xda\x3a\xbb\xda\x3a\x5f\x42\x6d\x9d\xe8\xea\xae\xb6\xce\xae\xb6\xce\x23\xd4\xd6\xc1\xac\xb7\xab\xad\xb3\xce\x0e\xf6\xe5\x57\xd7\x91\x32\x41\xd1\xc8\xbe\xa4\xea\x3a\x1b\x9a\x60\xf5\x12\x27\xb5\x2c\xe6\x8a\x0c\x46\x23\xf2\xb6\xab\x7e\x4e\xd3\x6f\x60\x9b\xea\xe7\x6c\x66\x6e\x1b\x60\xae\x5d\x05\x9d\x6f\xa6\x82\xce\xd6\x15\xce\x41\xfe\x15\xf4\xb6\x0a\x25\xfd\xed\x3f\xce\x6e\x4e\x5f\x1a\x7f\xe6\xd6\xc5\x39\xb5\x88\xea\xc1\x3e\xe9\x40\xc7\xf9\x86\xc1\xdc\x14\xbf\xd6\xfa\xe1\x85\xef\xd9\xd0\x85\x38\xf4\xfb\x85\xef\x2d\x43\xfa\xc1\xf5\xa7\xfe\x12\x51\xeb\xc2\xf5\x3d\x28\x20\xb2\x63\x52\xd6\xaa\xcc\x83\x9f\xa4\x75\x79\xc6\x20\x03\xc0\x6e\x0c\xab\xec\x14\x25\x14\xb7\xba\x18\xec\x82\x0f\x62\x9c\x64\x6e\x9d\x5a\x16\x0c\x43\x3f\xe0\x00\xc0\xf7\xd3\x97\x6b\xea\xca\x7a\x3a\x51\x52\x0f\xa0\x8b\x8f\x1c\x94\xce\x25\xbd\x38\x01\x4c\x91\x32\xb9\x6e\x19\x1e\x51\xc1\xff\xdd\x5f\x06\x1a\x7e\xb5\xd5\xfc\xaf\xa9\x99\x14\xc6\xb4\x16\x79\x04\x78\x9a\x64\x6b\x8f\x0c\x68\xed\x11\xd3\x72\xc3\x2e\x1e\x6d\xd8\x85\xb6\x83\x92\xc2\x23\xf2\xd7\x98\x44\xdf\x66\x33\x9b\x45\x7e\xe8\x1c\x71\x0f\xa5\x2b\x2b\x94\x88\x51\x6a\xba\xe2\x87\x82\xb5\x4a\xc6\x28\xf7\x81\x7e\x6e\xf9\x0b\xa8\x78\x37\x25\xd9\x2f\x2f\x21\xfb\x8d\x6f\x99\x2e\x49\x56\xf7\x49\x28\xc8\xd4\xf5\x2f\xa3\x4b\xd5\x7d\xa1\xca\xcb\x49\x39\x09\xb2\x03\x04\x4b\x17\x86\x10\xed\x55\x4a\x2d\x5c\x93\x8e\x2c\x07\x8e\xae\xb7\xe6\xa8\xb9\xcf\x51\x53\xe8\x64\xac\xae\xa6\x53\x9f\xa4\xcd\x30\xb1\x69\x55\x32\xa6\xf9\x37\x49\xdc\x6b\x75\xb3\xbe\x39\x2f\x5b\xac\x77\xcf\x02\x38\xe1\xed\x99\x9a\x42\xa2\x8e\x13\xab\x80\x4c\xd4\xd4\xaa\x2e\x8f\xcf\x6c\x07\xd5\xb1\xf8\x0a\x75\x77\xd9\xe6\x78\x38\x96\x14\x47\x59\xd3\x6b\x24\x7b\x4f\x91\x1a\xe2\x58\x57\x69\xd3\x93\xf3\x61\x62\x5e\x15\x7a\xdf\xa6\x97\xf2\x6a\xb9\x70\x1d\xcb\x44\x70\x23\x6f\x26\xb7\x04\x44\x59\x5d\x66\x1f\x9f\xf5\x95\x53\x65\x4a\x27\xdd\x27\xef\x91\x2a\x82\xb6\xe9\x4d\x61\xe0\x27\x21\xa9\x25\xde\x6c\x7f\x9b\xdf\xec\x1b\xac\x2a\x6f\x2c\x6e\xdf\xe2\x55\xf7\xb5\xdc\x28\x47\xc9\x4b\x60\x61\x98\xe3\x7a\x82\xb4\xf4\xe0\xab\x97\xb5\xe4\xff\x51\x33\x45\x73\xb3\x14\xae\x44\xe5\x92\x83\xbd\xf4\xed\xdb\xba\x43\xd5\x73\x2b\xc7\xf1\xff\x4e\x03\xa8\xdd\xfa\x4b\x2d\x5c\xd2\x0f\x37\xa6\x87\x34\xe4\x6b\x21\xf2\x17\xda\x32\x74\xbc\xa9\x86\x66\x4e\xa8\x9d\xbe\x7c\x43\x74\xea\xe7\xa4\x58\xc9\x8d\xe3\xba\x11\x29\xf0\x43\xfe\x12\x75\x55\xc3\x90\x29\x17\x9b\xa0\x17\xe5\xcc\x75\x48\x46\x18\xf3\xb8\xda\x8e\x4e\x16\x5c\xc5\xd9\xe4\x1f\x35\xd6\x22\x93\xea\xfc\xb1\x01\xe9\x9d\x57\x89\xb2\xe6\xee\x68\x6c\xb3\x0c\xfd\x35\xac\xb5\x2f\x3e\xb0\x00\x3d\xf8\x52\x05\xe8\x32\x45\xde\x4a\x24\x2e\x39\xd2\x47\x96\x9e\xcb\x10\xa6\xc5\xe6\x57\x23\x1f\x0f\xab\xc9\xc7\x5f\x43\xb8\xa6\x70\x3c\xdc\x84\x70\x3c\xd8\xb0\x6a\x7b\xa8\x38\xf2\x3f\x4e\x5b\x25\xa0\x11\xc7\x5e\x33\xc6\xcd\x1a\x4a\x71\x6f\x9b\x05\xfa\x2b\xec\x54\xfe\x02\x64\xfa\xf0\x4b\x95\xe9\x76\x96\xc2\x95\xa8\x5c\x72\xb0\x8f\x2c\xd6\xc9\x2c\x89\x64\xff\xca\xa4\xfa\x7e\x35\xa9\x4e\x56\xd4\x9a\x82\x7d\x7f\x13\x82\x3d\x7b\xec\x5a\xa2\xc1\x62\x57\xbe\xea\xec\xb6\x20\xad\xb7\x28\x8e\xb1\xb8\xe0\x5b\x7c\xf4\x8a\x8f\x63\xf1\x29\x6a\x52\xc5\x2d\x5c\x5e\x86\x28\x20\xa5\xdb\x80\x4e\x3c\xca\x4e\xd8\x71\xe1\xd4\xb4\x6e\x49\xe8\x3e\xbb\xce\xff\x6e\x7a\xbe\x77\x3b\xc7\x02\xbe\xf2\x81\x6a\xfa\xe0\x72\x3b\x0e\x52\x3d\x1f\x39\x13\x87\x1c\x36\x87\xdb\x72\xa2\x7a\xf4\xfb\x7f\xfe\xd5\xfb\x87\xf1\x9b\xfc\x44\x15\x06\x81\x4f\x2a\x51\xb1\xb4\xcd\x17\xe8\x76\x11\x1f\x6d\x46\x7f\xc9\x2d\x99\x93\x4d\x1a\x99\xcc\xed\xc6\xec\x18\x63\x30\x06\xba\x15\x40\x13\xc1\xfa\x29\xe0\xb2\x76\xfb\xd1\x18\x96\x58\xfb\x58\xa3\x74\xf1\xc7\x19\x24\x62\x13\xa3\x37\x5c\x42\xe8\x69\xa6\x6d\x43\xbb\x2a\x02\x02\x41\x3e\xb8\x31\x43\xcd\xf4\x34\x4c\xa3\xa8\x1d\xe2\xaa\xa0\x3d\xa8\x9a\xac\x12\x90\xab\x22\xf0\x72\x61\x7f\x39\x04\x0e\xcd\xeb\x46\x08\x1c\x9a\xd7\x0f\x46\x60\x1a\x03\xb0\xd5\x04\x8e\x88\x43\xc6\xd9\x04\x75\x71\x4b\x0f\x46\x5f\x12\x42\xb1\xd5\xe4\x8d\xf9\x17\x8f\xd5\xd6\xcc\x50\x51\xf8\x7a\x98\xb1\x96\x8e\x48\xa4\x78\x71\xf0\x6e\xa5\x37\x14\x8d\xe3\xe1\x24\x4c\x98\xf3\x7a\x1e\xe1\xbd\xfc\xee\x2f\x29\xd0\xcc\x4d\xec\x13\x86\x9a\x07\x6f\x12\xff\xc6\xfa\x14\x66\x0d\x9b\x28\x69\xb5\x12\x91\x37\x74\x91\x59\xf7\x2c\xd0\x22\x32\xc4\xf1\x88\x43\x5c\x82\x31\x08\x11\x51\x27\x2a\xe6\x15\x71\xd6\x3e\x89\xa3\xa8\x18\x76\xcd\xcc\x99\xcb\x20\xb6\x67\xb0\xd5\x91\x0a\xa4\x6c\xe9\x52\x07\x03\x57\x87\x25\x65\xd0\x8b\xbf\xea\x27\x5a\x36\xa0\x3f\x35\x6a\xa0\xb7\x33\x21\x12\x25\x5f\x5a\x09\xfd\x37\x8e\x13\xc4\xaa\x2f\x56\x82\x51\xb0\x8c\xae\x41\x1a\x78\x58\x57\x87\x95\xe8\x8c\xdb\xa1\xcc\xf2\x31\x21\xdb\xa2\xcb\x7e\xff\xda\x32\xcd\xd3\x6b\x45\x74\xe0\xc2\x77\x1d\x8b\x84\x82\x72\x1f\x19\x96\x9e\x0d\x3d\xe4\x20\xe1\xda\xdc\xf4\xcc\x29\xe6\x69\x76\x4d\xa5\xe5\x0a\x49\x66\x59\x0f\x1b\x0e\xa9\xd2\xdf\xb3\x4e\xe9\xd1\x71\x74\xed\xf4\xe5\x9b\xa8\x43\xfc\xd3\xed\x2b\x32\x65\x81\xe3\x59\x6d\xd5\xba\x6e\x34\xc9\x00\x8f\xc6\x49\xde\x16\x37\xc5\xea\xad\x0e\xc7\xd9\x6a\x7e\x07\x0d\x64\xd2\xae\x11\x35\x94\x32\xd1\x7f\x89\xa7\x57\x26\x7c\x27\x27\xa0\x48\x1e\xc9\x61\x28\x3e\x97\xa1\xf0\x7a\xf9\x41\x92\x9c\x2e\x02\x67\x28\xca\xc9\x43\x59\x48\x5e\x1f\x1c\x0a\x60\x5c\xb9\xd1\x82\xd5\x92\x87\xea\x40\x21\x1d\x08\x1b\x98\x92\x53\xb9\x05\xda\x0c\xa7\x0e\x1f\x97\x53\x5f\xf3\xf3\xd9\x10\x37\xf6\xc1\xf0\x21\xb9\x6d\x5f\xce\x6d\xfb\xe5\xb9\x4d\x51\xf9\xae\x41\x6e\x1b\x4a\xd4\x25\x21\x55\x7a\x1f\x1c\x34\x10\xc3\x53\x8b\x25\x3e\x44\x5b\x6a\x75\x6e\x10\xdf\xd4\x1b\xec\x56\x23\x9a\x69\xa8\xcd\xcc\x6b\xa8\xc1\xf9\x25\xb4\x6d\x68\x6b\x78\xcf\x4e\x03\x2f\xd6\x25\xae\xca\x5c\xc8\x62\x25\x66\x17\x73\xbc\xff\xa6\xcf\x97\xf8\xfd\xf2\x83\xef\x4a\x37\xcb\xe8\xfa\xe6\xb6\x4a\x99\xa8\x68\xa2\x3c\xc4\xc3\xf3\x45\x79\x29\xb1\x7e\x6d\x80\xd2\x32\x62\x20\x97\x11\x83\xf2\x32\x62\xb0\x71\x19\xa1\x2a\x73\x59\xcf\x36\xc0\xbc\x7e\xbb\x87\x6e\x17\xd0\x9f\xe4\xa7\x12\x11\xdc\x14\xfa\x03\x55\x42\xb1\xfb\x95\x26\x38\x2d\x16\x10\x57\x90\x21\x99\x4c\x59\x4f\x3a\xed\x8a\xa6\xcc\xd6\xb4\x38\xb2\x8a\x7d\x0d\x83\x23\xfe\xa5\x4b\x00\x54\x5a\x77\xc8\x9c\x92\x11\xe8\xab\x75\xcc\x8e\xed\x43\xbc\xf8\x65\xfe\xe3\xff\xfc\xf4\xaa\xef\x6d\x0f\xe2\x05\xda\x38\x2e\x45\x83\x60\x14\x24\xbd\x29\x03\x45\xd1\x2f\x0d\x45\xd1\xe7\x4a\x8b\x18\xc3\x44\x74\x85\x3b\x28\x8a\x1c\x20\x06\xe2\xb9\xca\xc0\x30\xe0\xda\xa6\xa1\x88\xf8\x00\xf4\xae\x90\x97\x0c\xd6\xa9\x9b\x29\xeb\x20\x13\x64\xa2\xae\x93\xa6\x7e\x3a\x0e\xe9\xa8\x06\x48\x51\x8d\x0e\xb4\xa8\x81\xf4\xa6\x46\x31\x2b\x72\x9b\xae\x4c\xa8\xca\x98\x15\x05\x33\xf3\x96\xeb\x61\x56\xe0\xe6\x37\x8b\x59\x61\x1c\x73\x98\x15\x3d\x7e\xcc\xf5\x42\x55\xea\x29\x6f\x14\x54\x58\x85\x3f\x21\x55\xde\x8c\x64\xcc\x9b\xc3\xac\x48\xd5\x93\x55\xc6\x06\x18\x4d\xd5\x07\xda\x06\xcc\x0a\x63\xd0\x30\x66\x45\x5f\xc4\xac\xe8\x3f\x08\x66\x85\x91\x57\xef\xe8\x81\x30\x2b\x30\x6e\xc6\x0e\xb3\xe2\x6b\xc4\xac\x30\x64\x75\x77\x8c\xea\x85\x77\x4a\x57\xa6\x93\xf3\xd2\xa6\x30\x2b\x8c\x82\xfa\x21\x17\x05\xd5\x62\xe5\xa3\x7d\x64\xcc\x8a\x41\x32\x48\x85\x8f\xb9\x4e\x9c\x9f\x64\x37\x90\x23\x18\x19\xfb\xa0\x56\x11\x50\xf5\x6d\x86\x2c\x40\xae\x54\x2a\xad\xa2\x10\xe8\xda\x1b\xd8\xb7\x86\x59\x81\xf9\xfc\x5b\x2c\xd6\x9e\x31\x08\x22\x22\xa4\x0d\xa0\xd2\xf9\xe0\x5b\x53\x4d\xed\x41\xcb\x8d\x72\xc5\xf4\x48\x75\x82\x8e\x70\x94\x4a\x2b\x16\xb0\x12\x06\x0d\x1d\x8b\xe9\xf2\xf2\xa4\x69\x14\x0b\x5c\xac\x74\x5c\xb4\x03\xe4\x94\x2b\xe5\x57\xc6\x83\x14\x2b\x2d\xc5\xa0\x29\xcb\xb4\xdf\x90\x19\x9a\xf1\x0c\x37\x53\xc2\xea\x11\x4a\xa3\xca\xef\xd9\x95\x3f\xad\x6b\x01\x18\xdf\x6a\xf9\xd3\x97\x38\x74\xf9\xa3\x53\xa2\x76\xe9\x14\x16\x57\x2e\xe5\x9a\x2b\xa8\xa9\x3a\x85\x92\xd2\xa5\x8d\x1d\xdc\xa8\x8a\x8d\xf6\x8d\x5d\xb1\xd1\x1a\xc5\x46\xf5\xaa\x95\x20\x97\x4e\x17\x07\xc5\x93\x7a\x37\xeb\xa4\xa7\x5d\x94\xa8\x92\xa8\x64\x62\x43\xf1\xab\x82\x11\x8a\x46\x98\x57\x31\x31\xbd\x3a\x2a\xd7\xd8\xac\x30\xc9\x6c\xa9\xcb\xec\x8f\x9b\x99\x62\xe5\x72\x97\x95\x37\xd3\x5d\x3d\xc8\x6d\xa9\x07\xd9\x40\x29\x48\xf9\x29\xe7\xe3\x87\x7c\xce\xfd\x69\x60\x2e\x66\xb7\x7b\xf8\x4f\xf6\xec\x15\xe8\x2f\xa6\xae\x33\x9f\xc3\x20\x79\x5c\x3c\x90\x05\xa8\x7d\x87\x87\x0f\x02\x60\x02\xf7\x09\xfb\x45\x0b\xa3\xdf\x80\xd7\xbe\x0b\x20\x5a\x06\x9e\x86\x34\xc7\xd3\xe0\x73\xd5\xf1\x2d\x62\x67\xb6\x1e\x80\xde\x72\x0e\x03\xf3\xd2\x85\x27\x4f\x7b\x00\xa7\x19\x4e\x97\xf1\xf7\x9b\xc0\x41\xf4\xf3\xaa\x7d\x02\x2f\xd0\x78\xe4\x01\xb8\x6a\xea\x58\xd8\xc9\x3f\x16\x0e\x7e\xee\xfd\x7c\x36\x34\xfe\x37\xb7\x52\xa5\xea\xc8\xd4\x30\x80\x6e\x3b\xd7\x91\xb8\xa1\xea\x5c\xfc\x02\x3a\xf8\x0f\x3b\x25\x4d\x1b\xbb\xb1\xaa\x73\x3d\xa5\x21\x18\xfa\x8d\x63\xa3\x19\x91\x6f\xbd\x48\x8d\x72\xfe\x62\x51\x16\xfb\x40\x9f\x41\xa6\xe5\x65\x7e\x4d\xdb\xd0\xac\xe9\xb8\x61\x14\x98\x5e\x38\xf1\x83\xb9\x4e\xcd\x2c\x7c\x01\x53\x40\xcf\x54\x5b\xe3\x1a\x8f\x46\x4d\x14\x21\x1d\x68\x65\xef\x6c\x2b\x46\x95\x1d\x59\xae\x2b\xb7\x07\x74\xcb\x09\x2c\xe2\x01\x31\x30\x69\x2f\x4d\xeb\x2a\xda\xf7\x3d\x9b\x4d\x2c\x48\xe8\x41\x6f\x06\x7a\x8f\xeb\x3f\x27\x71\x56\xde\x85\xf9\xd9\x09\xf3\x1a\x37\x36\xd9\x78\x7f\x93\x8d\x0f\xd6\x69\xfc\xd2\x0f\xe8\xf9\x8a\xaa\xf9\x61\x51\xf3\x39\x3e\x75\x9e\x27\x70\x77\xae\xe3\xd1\x30\x2a\x99\xfe\x9f\xad\xca\x26\x56\x68\x8b\xc6\x65\x3b\x21\x32\x3d\x0b\x1f\xab\x34\xe1\xae\x88\x96\x79\x80\x0d\x37\x80\x0f\x3f\x33\x2b\x2a\xf0\x11\x5b\x4e\x24\x9f\x81\x5c\x60\xf9\x0c\x63\xfa\x1c\xb7\xc4\xa3\x9b\x6e\xe9\x2b\xef\x0f\x93\x05\x1e\xf1\x18\xb8\x18\x82\x8b\xc1\x91\x68\xfb\x8f\x93\x8c\x0a\xcf\xb7\x49\xd3\x5a\x47\xcb\x1a\x7e\x06\x47\x00\x9d\xaa\x45\x73\xf3\xb3\x33\x5f\xce\x7f\x08\xc8\x5e\xfb\xca\x99\x3a\x38\x0e\xe7\x02\x23\xc2\xe8\xf3\x50\x97\x16\xb1\x0c\xe1\x94\x04\x44\x8b\x85\x25\xf4\xff\x7b\x19\x68\x7b\xdf\xb5\xce\xc9\xcf\x27\x5a\x32\x25\xee\x09\x3e\x91\x23\xe5\xe4\xe6\x0c\x01\x41\xc9\x66\xef\x66\xe2\xbb\xae\x7f\xf3\x72\x19\x84\x38\xaa\xca\x8c\xbe\x45\xe2\x3b\xba\x9d\x3b\xab\x1a\x4b\x99\x4e\x95\x18\x5d\xce\xd6\x91\x73\x64\x64\x10\xa4\x59\xb2\xdc\xda\x59\xf8\x8e\x87\xe8\xd7\x68\xe9\xe8\xfb\x7a\xe9\x75\xc8\x8d\x00\xd1\x8a\x19\x05\xf2\xbc\x07\xb4\x64\x75\xd2\x51\x13\x99\x98\x2f\x99\xd3\x3d\x47\x4b\x90\x0d\xfa\x73\x5f\x07\xfa\x61\xaf\x78\xd8\x7c\x03\x08\x7e\x8e\x67\xfd\x39\x7a\x7e\x9f\x7d\xbb\x25\x03\x22\x5f\xec\xe8\x5b\x77\xd0\x27\xc1\x01\xa9\x62\xb4\x03\x6e\x45\xcf\x1d\xd7\x75\x42\x68\xf9\x9e\x1d\x26\x52\xbe\x80\xb1\xc9\x38\xe7\xea\x90\xcc\x5c\x3e\xd8\xc4\x9b\x30\xbe\xba\x37\x61\x7c\xa1\x6f\xa2\xff\xd5\xbd\x89\xfe\x17\xfa\x26\x06\x5f\xdd\x9b\x18\x3c\xc0\x9b\x90\xfe\x90\xb9\xa8\xa7\xb7\xc6\xec\x4e\xa9\x36\xd3\xb1\x65\x0c\x52\x39\x93\xd1\x9b\x35\x51\xc7\x5b\x46\x36\x95\xce\xd5\x5e\xc7\x76\x90\xdc\xe0\xae\x63\x5d\xcb\xec\x58\x66\x5d\x03\x7f\xc4\xc7\x0f\x53\x73\xd4\x38\xe8\xfd\x0d\xae\x9e\xb8\x10\x69\xcb\x51\x2b\x36\xbe\xf1\x78\xa0\x0d\xdc\x91\xe5\x9a\x61\xa8\x91\x38\xe7\x50\x43\xcc\x5a\xbc\xc3\x66\x62\xb0\xb4\x90\x1f\xb4\x88\xe9\x8b\xed\x5c\x10\x3c\x09\x97\x0b\x18\xb4\xba\xdd\xae\x19\x4c\x97\x58\x3d\x6c\x03\x38\x42\x33\x27\x04\x68\x14\xbd\x5d\x1d\x04\xe4\x6b\xcb\x1b\x99\xed\x67\xcf\x72\x6c\x61\xce\x06\xf6\xba\xc9\x17\xd1\x1a\xc6\x41\x03\xf1\xd7\xc4\x32\xf6\xba\xec\x23\xa0\x36\x75\xd7\xf1\x1c\xe4\x98\xae\xf3\x17\x0c\x9e\x0b\xdf\xba\x96\xe9\xba\xad\xa0\x7d\x42\xac\xe0\x55\x1b\x84\x2d\x3c\x46\x62\xad\x81\xc1\xe0\x20\xb9\xc4\x34\xf8\x0b\xbf\x65\xb4\x81\xdf\xea\xf6\xf7\xf1\x1f\xf2\xdf\x43\xfc\xc7\x68\x8f\x93\x07\xd8\xb2\xbd\xf0\x5b\x1d\x7a\x73\xa7\x4b\xff\x90\xdb\x3b\xd1\xfd\xab\x29\x44\x1a\xbf\x2c\x5a\x6d\x42\x67\x0d\x8e\x70\x4b\x11\x49\xc3\x6e\xac\xa8\xdf\xdf\x5f\x8c\xdb\xdd\x00\xda\x4b\x0b\xb6\xb0\x0f\x62\xf4\xdd\x2f\x26\x9a\x75\xe7\xe6\xe7\xe8\x6b\x7c\x67\x1b\xe0\xa7\xe7\xe6\xe7\xf6\x13\xf2\xe2\x2f\xfa\xfb\x60\xbf\x07\x0e\xf7\x81\xd1\xeb\x8d\xbb\x73\x73\xd1\x42\xa3\xef\x44\x7f\x06\xf3\x58\x7c\xd7\x7b\xbe\x30\x83\x10\xbe\xf6\x50\x0b\xfd\x0d\xb6\xf7\x8c\x5e\xef\xa4\xb7\x6a\x21\x00\xdb\x64\xcc\xf1\x88\x5a\xed\xbb\x88\x95\xc8\xeb\x96\x8c\x36\x0e\x3a\x87\x15\x87\x0d\xbc\x11\xec\x92\x2c\x95\x27\xce\xa4\xe5\x7d\x37\x38\xe8\x31\xe2\xa0\xd1\xe0\xa0\xb7\xe7\x3d\x81\x23\xd8\x25\x91\x0c\x2d\xde\x33\x13\xc4\x33\xe9\x8d\x46\xc1\xfd\x7d\x30\x1a\x79\x1d\xe3\xfe\x1e\x77\x19\x98\x9e\xed\xcf\x5b\xed\xff\x8b\x56\xed\xf6\x8a\xde\x07\x31\x3d\x5a\x1e\x08\xda\xa3\xef\x5a\x77\xc4\x2c\x39\x19\x1c\xf4\xfe\x16\xec\xb1\x51\x80\xdb\xfe\x89\x17\x8f\x74\x0f\xfd\xcd\x38\xe8\x81\xc8\xc6\x38\xf1\xba\xd1\x1f\xc0\x7e\xe2\xee\x02\x54\xd1\x3f\xf1\xba\xf4\x53\xd4\xe9\x0a\x58\xa3\x56\x30\x72\xdb\xdd\x45\xe0\x23\x1f\xdd\x2e\x20\xb0\xe9\x42\x99\x8f\x2e\xbc\x31\x58\x8c\xee\xd2\xee\x1f\xd1\x39\xc4\x39\x83\x00\xc7\xd4\x27\x31\x15\x18\x09\x3a\xc7\xec\xdf\x6a\x05\x2e\x47\x77\x2b\x40\x17\xdf\x15\xbc\x0d\x5b\x8b\x76\x77\xe2\x07\x67\xa6\x35\x6b\x09\xb9\x06\x97\x17\x70\x3c\x5a\x5c\xc0\xf1\xaa\xdd\x06\x97\xdc\x3a\x1c\x3d\x7d\xca\x7f\x05\x97\xc2\x4a\xc4\xbf\x0a\x4b\xb3\x45\xfd\xcf\x8e\xa7\x5d\xde\xdf\x5f\xf2\x0b\xb0\xfd\xec\x59\xeb\x32\x5e\xb0\xa3\xa7\xbd\x36\xb8\x1c\xcd\xbb\xa1\xeb\x58\xb0\x15\x31\xf9\x35\x0c\x42\xf2\x89\xf0\x8d\x9c\x57\x5b\x16\xb0\x01\x6c\xdf\xdf\xc3\x55\x1b\x5c\xb6\xc1\xe4\xd9\x33\xb2\xa2\x9f\x8e\x46\x42\x7f\xb8\x3b\x3c\x1a\xf1\xfa\xf3\xcb\xac\x58\x98\x30\xb1\x00\x84\x1f\xa9\xc7\xac\x0d\xc8\xdf\x51\xb6\x07\xb9\x64\x8b\x86\x78\x19\x4d\x2f\xb2\xdc\xda\xc0\x1c\x5d\x82\x80\x38\x3f\xa3\x5f\xe6\x60\x01\x26\xe0\x92\x73\x64\x2e\x41\x9e\x4b\xd4\x01\xcb\x76\x59\x4f\xe7\x72\x11\xa2\x00\x9a\xf3\x8e\xe3\x51\xbe\xdd\xa6\x04\xf7\x73\xff\xf7\x37\xde\xcb\x5f\x87\xb9\x4e\x45\xcb\x9f\x5f\x3a\x1e\xb4\x4f\x6d\x3b\x80\x21\x76\xcd\xda\x56\xe2\x6c\x04\x09\x80\x4c\x91\xd7\x91\x11\x2a\x4d\x13\x8a\x46\x83\x5d\x90\x43\x95\x0b\x72\x99\x8e\x94\x4e\x7c\x2d\xd9\xb4\x40\x31\x45\x70\x7f\x0d\xef\x4a\xa2\xcc\x49\xed\x6a\xf6\x33\x9d\x27\xd1\x33\x59\x79\x41\xa9\x9e\xc8\x9e\x50\x97\xe4\xd3\xc7\x71\xa4\x37\xc1\x94\x40\x18\x05\xdf\xf7\x92\x8c\xb6\x52\x31\xdc\xaa\x8b\xe9\xe1\xb2\xa2\x16\x0a\xea\x0e\x53\x27\xd9\xfa\xcb\x77\x6f\xcf\x7f\x7d\xf3\xe9\xed\xf9\xfb\xd3\x97\x67\xe7\x9f\xce\xde\x9e\x7e\xff\xe6\xec\x55\x43\x69\xd4\xa9\x29\x7f\xbc\x5d\xd0\x8a\x7b\x01\x5c\x98\x01\xb4\x3f\xfd\xb9\x84\xc1\x6d\xa5\xce\xf2\x10\x7e\x7a\x40\xf7\xc2\x85\x69\x95\x40\xf8\xc9\x2b\x0c\xa0\xcb\x10\x7e\xea\x16\xb0\x8c\x5e\x33\x1e\x53\xfd\x02\x81\xeb\xe4\xfc\xea\xe3\x6c\x08\x91\x94\x15\x29\xdd\xc6\x5c\x74\x6d\xf5\x88\xb6\x3a\x09\x95\xca\x9c\xeb\x03\x15\x43\x99\xc8\xb4\xa0\xc7\x32\x43\xf8\xbc\x51\xa9\x5f\x52\xbc\x5f\x97\x3a\x08\xd7\x63\x3a\x9b\xeb\x61\x6b\x18\x2f\x99\xf6\xe3\x72\x9e\xe4\x25\x34\xcd\x52\x32\xee\x39\xe4\x38\x00\xe3\x22\x7d\xef\x78\xf6\x7b\x1a\xf3\x54\x29\x4b\x3b\x3f\x4d\xba\x27\xeb\x87\xed\xae\xd1\x70\x8d\xfe\x61\xb7\xd7\xed\x75\x8d\x38\x9f\x5d\x3f\x49\x7c\xd7\xe9\xa1\x35\xc8\x95\x38\x80\xb2\x73\xe9\x78\x76\xc7\x64\xe3\x59\x97\x3b\x4b\xe5\x45\xd0\xd9\x97\xcf\x70\x58\x97\xcd\x30\x24\xd5\xe2\xb6\x73\xb9\x44\x08\x83\xe4\xa5\x02\x3f\x58\x28\x10\xab\x27\xc6\xbd\x1e\x4f\x86\x4b\x95\x66\xe0\x7e\x93\x1c\x9b\x93\x40\xce\x9d\x16\x48\x5a\x2f\x6c\x59\x38\x72\x58\xcb\x0b\x83\x4f\x40\x62\x1f\x0c\x89\x85\xf0\x7c\xd4\x49\x2a\xb8\x42\xef\x5a\x07\xba\x89\x03\x5d\xa7\xaa\xa0\x87\xea\x3e\x98\x3c\x0d\xfb\xb1\xe3\x1c\xb2\x63\xdb\xbe\x7c\xf3\x1f\xfe\xd7\xf9\xfd\x5f\x3f\xf7\x26\x5b\x93\x6f\xfe\x98\xd9\xe3\x59\xd3\x24\x9b\x49\xde\x2b\x9b\x49\xce\xe7\xfd\xe4\x67\x92\x0b\x09\xe4\x5f\x5b\xfa\x78\x26\xa0\x5f\x12\x84\x9e\xa1\xbb\x24\x85\x7a\xd0\x4c\x2a\xb9\xa1\x0c\x4e\x97\x74\x90\xc9\x70\x36\x94\x19\xd2\xea\xa7\x25\xa9\xe4\x1b\xa1\x09\x8b\x34\xdc\x20\x55\x94\x99\xdf\x25\xe9\x52\xea\x79\x21\x73\x3c\xef\xf1\x06\x32\xc7\x07\x95\x32\xc7\x8d\x0a\x99\xe3\x71\x24\xc4\x30\xc9\x1c\x37\xf6\x1f\x39\x73\x7c\x58\x3d\x73\x1c\x8f\x79\x83\x99\xe3\xc3\xa8\x87\x87\x4b\xbc\xdb\x8a\xcc\xf1\xa3\x86\x13\xc7\x8d\x23\xb1\x52\xe9\xf1\x58\xca\xb2\xcd\x26\x8e\xe7\x65\x0f\x3e\x50\xde\xb8\x71\xf8\x4d\xe6\x8d\x2b\xdf\xe9\x57\x94\x37\xde\x68\x82\xe1\x80\x17\xcc\xfd\xec\x17\x15\x27\x6d\x2c\x6b\xdc\x28\x91\x35\x9e\x93\x33\x28\x1f\xed\x26\xb2\xc6\xa5\x8a\x8a\x3c\x6b\xbc\x97\x0c\x72\xb3\x59\xe3\x95\x92\xfd\xd6\xc8\x1a\x97\x01\x14\xd6\x4a\x1a\xdf\x65\x05\xd6\x95\xef\x07\xdf\x6a\x56\x60\xca\xd5\x2e\x49\x38\x12\x12\x83\xdc\xc5\xcc\x94\x64\xf3\x81\xdc\x36\x25\x99\x5a\xd9\x46\x25\x09\x87\x1b\xcf\x11\xc4\xaf\x7d\x97\x23\x58\x87\xb2\x7a\xe9\x6c\xb6\x5c\x0e\xeb\xe5\xdc\xa1\x78\x3f\xe5\xf3\xda\x4a\xb0\x6f\x69\x88\xad\xfa\xf3\x95\x24\xdb\xaa\x6e\xd9\xd4\x8c\xcb\xa7\x2b\x7e\xa5\x59\x7a\x15\x13\xf2\x08\x10\xc2\x26\x13\xf2\xf8\x8c\xbb\x82\xe4\xbc\x9a\x09\x79\xc5\x2e\xe1\x6d\x71\x5a\x2b\x22\x55\x2a\x65\xe6\x3d\x69\xca\x89\x6d\xe6\x3b\xb1\xff\xf9\x2b\xfc\xdf\xd9\xfc\x7f\x5e\xe7\x06\xb2\xd0\xa9\xe8\x66\x2a\x90\xe5\x05\x8d\x00\x28\x11\xd2\x72\x04\xf4\x88\x2a\x1d\xcb\x77\x23\xd1\x82\x99\x48\xe5\x42\xe6\x82\x5a\x0e\xa8\x7a\x44\x5a\x05\xfa\x0b\xd7\xf1\xae\xb0\x63\x9c\xdf\xf8\x44\x8d\x8f\xaa\x40\x3d\x70\xa1\x3b\xe1\x9b\xf8\xfe\xca\xda\x7d\x89\xad\xac\x1a\x1c\x66\xb2\x93\x0d\x24\xb1\x36\x06\xb8\xd0\x5f\x53\xd6\x7e\xe9\x2f\xbd\x82\xc3\xd3\xc2\x0a\xe8\x29\x77\x17\xa9\x01\x4d\xba\xf9\x05\x86\xb3\x73\x56\xa7\x28\x37\x38\x47\x75\x46\xf9\x13\x34\x5d\x34\x2b\x19\x32\xa3\x3a\x52\x94\x1e\xc1\x73\xaa\x70\x44\x61\xe4\x2f\x3a\x21\x32\x63\x45\xb9\x26\x91\xfb\x78\x1f\x09\x1c\xe4\x58\xa6\xab\xab\x08\x51\x97\xd4\xec\xdf\x29\xd2\x5c\x68\x86\x48\xf3\x3d\xa8\xcd\x30\x89\x34\x6b\x06\xad\x2b\xcd\xf7\xf0\x35\x26\xba\x34\x27\xd4\x26\xa6\xe3\x3a\xde\xb4\x34\x1e\x98\x62\x52\x0c\xf9\xf5\xf1\xe7\x34\x33\x43\xcd\xd4\xe8\x78\xd6\x9d\xd6\xc2\x0c\xc3\x8d\x4e\xcb\x75\x85\xd9\x84\x18\xb2\x8a\xf6\x5a\x15\xa3\x8d\xfd\x23\x38\x55\x04\xfb\x4a\x6c\x3d\x5d\xeb\x7f\x6d\x94\xa9\xea\xba\x4b\xf1\x19\xb7\x6c\xe1\xa4\xed\xae\x82\x18\x36\x20\xda\x65\xe4\xd5\x09\x21\x4f\xe5\xc2\x0a\xcb\x49\x37\x20\xeb\x41\x21\x85\x4c\x2a\x05\x0f\x44\xcd\x95\xec\x60\x5d\xdb\xea\x86\x30\xb8\x76\x2c\x18\x76\xc3\x99\x7f\x93\xb2\xee\xfe\x1f\x5d\xd1\x55\xe2\x3a\x1e\x8e\x85\x5b\x04\xfb\x4b\x15\xcc\x98\x7d\x22\xef\x9d\x55\xe3\xc8\x82\x79\xcb\x26\xfc\xe0\xa3\x2f\xe7\xdb\x49\xed\x67\xf2\xf0\xcf\xe2\x11\x95\x1b\x4f\x1c\xd1\x51\xb0\xa6\x4a\x28\x07\x24\x3a\xb4\x86\x9d\xbb\x05\xeb\xaf\xb4\x5a\x51\x14\x08\x5a\xa8\x49\x48\x95\x80\x3a\x71\x78\xb2\xe0\xcf\xba\xa2\xb1\xa4\xf2\x52\x5e\x00\x55\x8c\x2e\x52\x23\x31\x1d\x67\x3e\x93\x01\xfc\x68\x22\x78\x63\xde\x62\x84\xf5\xa9\x1e\x87\x5d\xad\x99\x21\x5f\x70\x64\x5a\xea\xe5\xca\x5c\x7b\xa7\x5c\x8c\x5c\xb5\xf0\xeb\x02\x5d\xb2\x74\x68\xda\xa0\x44\x68\x5a\xf2\x8a\x07\x4d\xbc\xd4\x41\x05\x01\x23\x71\xde\x57\xb3\xf8\x13\xd4\xef\xd8\x1a\x4f\x02\xca\xe2\xf0\x32\x3e\xb2\x2c\x76\x0a\x6c\x20\xc4\x4c\x16\x59\xe6\x42\xa4\xb9\x5c\x1e\x1f\xe9\x1f\x04\xca\x34\xbe\xc4\x98\xe3\x92\x02\x61\x57\xb0\x99\xbe\xeb\xad\x56\x20\x1c\x05\x5c\x7e\x92\x33\xe2\xcd\x40\xe0\xe3\x34\xa5\xe5\x88\xda\xd7\x53\x88\xde\xdd\x78\xcc\xbe\x7e\x05\x43\x2b\x70\x16\xc8\x0f\x5a\x7c\x13\x7c\x03\x6d\x60\x09\xcd\xdb\xe9\xcc\xa4\xa5\x22\x33\xc9\xbe\x80\xe3\xd1\x92\x66\x26\xd9\x62\x66\x12\xff\x15\xd8\xe9\xcc\x24\x5b\x99\x99\x64\xdf\xdf\xdb\xe9\xcc\x24\x5b\xcc\x4c\xb2\x47\x7e\xf5\xcc\xa4\x10\x38\x71\x66\x92\xdd\x06\x16\x97\x99\x64\xa7\xf2\x86\x6c\x9a\x99\x24\x5c\x7f\x6e\x67\x33\x93\xac\x38\x33\xc9\xce\xcf\x4c\x4a\xf7\x20\xf7\x84\x44\x43\xb4\xa3\xe9\x91\xcc\x24\x9a\x95\x14\x5d\xf5\xc1\x12\x58\xc0\xe6\x3c\x38\x6e\x6e\x56\x92\x09\xdc\xca\x59\x49\x5b\x18\x8e\xf8\xbd\x8f\x96\x13\x74\xa6\xf0\xe4\x3c\x42\x38\x22\x75\x1e\x7d\x61\xf1\x8b\x3b\x00\x9c\x07\x06\xc0\x61\x94\xdf\x61\xe0\x94\x26\xc5\x3a\xf1\x8a\x3b\xa4\x9b\x1d\xd2\xcd\x0e\xe9\x66\x87\x74\x53\x36\xe8\xe3\x62\x87\x74\xb3\x43\xba\xd9\x21\xdd\xec\x90\x6e\x76\x48\x37\x25\x83\x16\xbf\x66\xa4\x9b\x92\xa2\xbd\x1c\xaa\x0d\x3b\x39\xfc\xd6\x90\x6d\x64\x6a\x7e\x9c\xaa\xb4\x03\xb8\xa9\x22\xcb\xb9\x20\xcd\x00\x4e\x9d\x10\xc1\x48\x9b\x20\x1e\x4e\xee\x42\x63\xf1\x97\x7a\x63\x91\xe8\xe9\x15\xd0\x84\x3c\xaf\x2e\xcd\xa5\x41\xe7\x52\xbe\xde\x01\xcb\x7c\x63\x21\xe4\xdf\x2e\xb0\x8c\x22\xaa\xb7\x7a\xdc\xb8\x2a\x5c\xb6\x54\xb0\xb8\xd8\x14\x09\x7d\x29\x18\x15\x71\x9f\x14\x0e\x8b\xb6\x55\x30\x30\xda\xd8\x63\x84\xb1\xef\xa0\x6e\x6a\x86\xb1\xeb\x55\xc1\x6e\xe8\x56\x90\xf2\x1a\xd7\xb3\x6e\xcb\x45\x93\xcb\x18\xd9\xc8\xfe\xd0\x3c\x06\x8c\x64\x71\x6c\x20\x58\x5e\xba\xb6\x0c\xc9\x2f\x1b\x9b\x60\x3d\x28\x9f\xca\x98\x3f\x15\x19\x8c\xc4\x1a\x75\x04\xed\x76\x93\x6c\xa6\xc8\xfd\x11\xd3\x31\x1a\x87\x19\x7a\x88\x74\x0c\x55\x06\x52\x2a\xf1\x62\x33\x73\xdb\x00\x73\x7d\xa5\x19\x1a\x3b\x1c\xa5\x82\x13\xf3\x0d\x66\x6b\x3c\x29\x38\xca\x8f\x63\x84\xf6\xac\x99\x19\xa0\xee\x67\xbc\x0a\x36\x7a\x84\x9f\x5c\xc0\x87\xf5\x42\x9c\x12\x0d\x77\x38\xd1\x1d\x1b\x47\xa8\x78\x27\x77\x1f\xce\xce\xcf\x3e\x9e\x5c\xdc\x21\x33\x98\x42\x44\x7f\x59\x8d\x57\x00\x8f\x34\x3c\xb9\x8b\x2e\x9c\xdc\x45\xb7\x9e\xff\xfa\xf2\xe5\xd9\xf9\x39\x77\x73\xb8\xb4\x2c\x18\x86\xfa\x6a\x0c\xce\x3e\x7c\x78\xf7\x81\xfb\x09\x06\x81\x1f\x44\x0d\xad\x00\xbd\xeb\xe4\x6e\x05\xf0\xd5\x93\xbb\xd5\x6a\x55\x22\x0e\x22\x21\x5e\xb9\x0c\x17\x50\xf1\x2d\xa4\x32\x62\x80\x47\x72\x62\x30\x56\x15\x88\xe3\x3b\x12\xd4\x2a\xbb\x45\xab\x79\xb7\xef\xbc\x2d\x2d\xd0\xbd\x8a\x07\x3b\x67\x83\x05\x26\x99\x96\x3b\xba\x5b\xd1\x3a\xd7\x1a\x1f\x45\x14\x28\xa2\x88\xdc\x0b\x38\x1e\x05\x34\x8a\xc8\x15\xa3\x88\xf8\xaf\xc0\x4d\x47\x11\xb9\xca\x28\x22\xf7\xfe\xde\x4d\x47\x11\xb9\x62\x14\x91\x3b\xf2\xca\x44\x11\x79\x5c\x05\xeb\x80\xbe\xbd\xfb\x7b\x6f\xd5\x06\x6e\x1b\x98\x5c\x14\x91\x9b\x8a\xf1\x71\x69\x14\x91\x70\xfd\xb9\x9b\xa5\xaa\x19\x47\x11\xb9\xf9\x51\x44\xe9\x1e\xd4\x8c\xe1\xe2\xe9\xe1\x28\x22\xb7\x31\x50\xb2\x45\x7e\xb0\xce\xe7\xf9\x3f\xae\xf6\x3e\xfc\x66\xca\x83\x75\xce\x89\x38\xd2\x7f\x5c\x9a\x81\xad\x03\xfd\x94\x09\x7e\xdb\x09\x17\x26\x22\x95\xaf\xe8\x3d\x49\xe6\x15\xd6\xad\xb8\x13\xc5\x67\xc9\x46\x2f\x09\x85\x89\x2e\x74\xf0\xc2\x8b\x4d\x9b\x30\xb0\x88\x1a\x37\x04\xbd\xca\x69\x52\x01\x9c\xc4\x0d\x11\x69\x93\x1d\x53\xe2\x60\xe0\x66\x42\x82\xe7\xb3\x31\x98\xd8\x80\xcb\x16\x42\x4e\xe4\xe6\x18\x63\x2e\x19\x71\xb2\xd7\x74\xe9\xd8\x34\x9f\x89\x18\x59\x04\x64\x89\x1d\xfa\x60\x3c\x2b\xdf\xf3\x88\x1b\x25\xee\x8e\xdc\xd4\xe7\x6e\xb2\x9d\x50\x72\x5f\xca\xe1\xcb\x46\x27\x8c\x45\x47\x0e\xc2\xc5\xf6\x39\x8f\x8a\xfe\xd2\x5f\xdc\xd2\xa8\x80\xc3\x31\xd0\x35\xe4\x6b\x68\x06\x35\xcb\x75\x16\x97\x7e\xf4\x7e\x39\x03\x97\x9b\x23\x8a\x1b\xb5\x4d\x64\x76\xe2\xdb\x3b\x18\xdb\x82\xf8\xe6\xb9\xb9\xf6\x87\x60\xc8\x8f\x86\xce\x5d\x15\x3a\xcc\x6c\xd0\xfd\x88\x37\xe8\x76\x91\xf6\x15\xb0\xd1\x3b\xd0\xe6\xc6\xff\xf4\x69\x52\x5b\x93\xe4\xbb\xdc\xe0\xbc\x9f\x45\xe0\x5f\xba\x70\xfe\x54\x08\x46\x91\xa0\x40\x1d\x25\x56\x2d\x0a\x9c\xe9\x94\x84\x41\xcd\xfc\x9b\x77\x1e\x41\x02\xc5\x27\x71\x2e\xd6\x42\x7c\xef\x27\xc7\xb6\x21\xc9\x04\x9b\x9b\xde\xd2\xe4\x42\x34\xb2\x38\x61\x64\x3a\x78\xab\x54\xb8\x3f\x22\xa3\xa5\x07\x06\xbd\x5e\x4f\x15\x2f\xdf\x8b\xb3\x39\x74\xbc\x07\xeb\x7c\x18\x47\x1c\x2f\x71\x04\x8e\x63\xbe\xc8\x85\xe3\x90\x28\x80\x60\x00\x86\x60\xbf\x8a\x1a\x48\x57\xa9\x6e\x3b\x76\xc7\xf1\x42\x88\xbf\xdc\x38\xae\xdb\xb1\x61\x88\x02\xff\x96\x57\xe4\x32\x4a\x22\x59\xe9\xf3\x68\xb1\x61\x2d\xd1\xf3\x11\xd3\xe6\xa8\x3e\xc8\x62\xef\x2b\x29\x77\x29\x35\x40\x08\xeb\x9d\x8c\x5a\x01\x95\x7f\x8e\x87\xe5\x29\xb5\xff\x5a\x7a\xcc\xc7\x7b\x7e\xa8\xb7\x81\xa9\xb8\xcd\xf6\xe7\x7a\x24\x96\xc5\xd8\xe0\x30\xf5\xdd\x2a\x09\xf9\x21\x83\xf9\xb0\x19\x40\x46\xbc\x0e\x81\x8f\x31\x1c\x92\x9f\xa2\x41\x80\x25\xbd\x88\xe1\x1d\xf0\x9b\x18\x79\xac\x1b\x72\x31\x92\x3b\x04\x44\xc2\xf6\xe7\xf8\x5b\x8b\x7b\xe4\x93\xeb\x84\x08\x7a\x30\x08\x93\x7b\xe2\x4b\xad\xf6\x8a\x8a\x9a\x56\xfb\x2e\x75\x7b\xd7\xb4\x49\x43\xdd\x78\x88\x5d\xf8\x19\x5a\x4b\x04\x5b\xff\xfe\x3f\xff\x75\x17\xf7\xbd\xd2\xc8\x8b\xf8\x77\x1b\xdc\x31\xa5\xae\xd5\x1e\x7d\x47\xba\xa3\x72\xb6\xa5\x53\x3d\x51\x6f\x53\x75\x4f\x72\x0b\xd6\x16\xf5\xf6\xaa\xbd\x4a\x64\xa0\x64\x60\x24\x1a\xaa\xd5\x5e\xad\x80\x3f\x9a\xb7\x5a\xce\xc8\xe2\x01\x21\x78\x92\x5e\x04\x63\x50\x13\x10\x22\x5a\x5f\xab\x36\x58\x8e\xe6\x2d\x87\x6f\x1d\xbf\x95\x0b\x73\xdd\x76\x53\xad\x32\x89\x0f\x2e\xdc\x31\x28\x8a\x0d\x97\x3e\xd9\x06\xdc\xe5\x4c\xfb\xdc\xa6\x02\x2e\xc2\x8a\x5d\x70\x0f\xa7\x7a\x71\x78\xd3\x67\x92\x1b\xe6\xbc\x00\x93\xe2\x30\x67\xb2\xd7\xc4\x39\xda\x0d\xc0\xcb\x02\x2e\x24\x9b\x01\x46\x80\x19\xb8\x06\xb7\x60\x0a\xde\x81\xf7\x89\x22\xff\xe9\x4b\x52\xe4\x6f\x76\x8a\xfc\xb7\xa1\xc8\x9f\xe5\x2b\xf2\xbf\xf5\x7a\x7b\x7f\x1e\xfe\xf5\x77\xb9\x22\xcf\x45\xa5\x2b\x95\xf1\x34\xe2\x98\x78\x22\xd2\x93\x97\x3e\xed\x71\xaa\x34\x82\xc1\x3c\xd1\xc9\x74\x3e\x3c\xd0\x50\x9d\xed\xea\x44\x8b\xe9\x4b\xf5\xb2\x78\xd0\xac\xea\xc2\x4b\xae\x68\x83\x7e\x36\x5f\xe0\xa8\x33\xf9\x50\x29\x6c\x30\x8b\x78\xe4\x07\x83\x0b\x32\x90\xea\x10\xc9\xa4\x0e\x24\xe7\xad\xc9\x8d\x40\x27\x08\x46\x7c\x29\x04\xf1\x2c\xcb\xf4\x7c\xef\x76\xee\x27\x87\x17\x02\x05\xe4\x39\x94\x0d\xf6\x31\x1e\x97\x57\xe3\x42\x6c\x12\x4d\x3c\x5e\x49\x8b\x54\xba\xe5\xc2\x26\x6a\x2f\xef\x33\x49\x92\xb5\xa6\xa8\x86\xf3\x4d\x2a\xc7\x05\x1d\xed\x3f\x49\xea\x55\x5a\xf9\xa2\x81\x47\x6d\xa0\x52\xe2\xf0\xa9\xb3\x5a\x79\xa3\x6f\x9f\xd3\xdf\x18\x46\x1b\x53\xe0\xa2\x91\x2e\x11\xb4\xbb\xa6\xeb\x98\x21\x7b\xe2\x9c\x34\x40\xc3\x62\x22\x91\x15\xa9\x88\x4e\xea\x99\x16\x61\xf8\x48\xc1\x9d\x86\xdd\xb8\x2f\x3f\x7b\xdb\xed\x22\x49\x58\xf9\x05\xa2\x99\x6f\xc7\xa9\x17\x38\x48\x04\x37\x40\xbe\x47\x1d\x2d\x55\x2d\x90\x8e\xc8\x9c\xad\xcc\x4d\xd1\x27\x33\x30\x11\xae\xe3\x4e\x3a\x83\xb6\xde\x06\x76\xe6\x4e\xf2\xe3\x47\x32\xfa\x64\x92\xfc\xa0\xda\x60\xae\x1a\x85\xe5\x7b\x88\xf0\x46\x6a\xdc\x8b\xcc\x13\xf8\x86\x3b\xcc\xde\xdd\x8b\x31\x20\x1f\xe8\xf3\xdd\x8b\xf1\x4a\x6f\x83\x49\x4a\x95\x7e\xbf\x86\x2a\xfd\x89\xea\xcb\x2c\xab\x65\x46\x55\x66\x76\x9d\x24\xee\x5c\xa7\xaf\xf2\xef\x5c\x07\xb7\xa9\x9f\xc9\x4b\x9e\x4a\x1f\x8a\xa8\xf6\x8b\xb9\xd0\xc1\x3b\xf2\x33\x06\x76\x8b\xc8\xd4\x4a\x72\xd8\x62\x50\xb7\xe8\x3a\xbe\x81\x67\x04\xd9\x8d\x49\xdb\xf7\xf7\x3a\xfc\x6c\x5a\x48\xe7\x9e\x7b\x1f\x07\x38\xcb\x9e\xa5\x6f\x43\x8c\xcd\x75\x60\xc8\x35\x10\xbd\xf7\xd4\xa3\xd1\x1c\xef\xef\xd3\x23\xb8\xbf\xd7\xf9\x8e\x71\xc2\x63\x02\xae\x47\x5e\xdb\x14\x22\x4a\x11\x75\xf7\xb7\x64\x2b\xd6\xdb\xf7\xf7\x15\x1e\xd2\x19\xec\x9e\xe6\xc1\x9b\x96\x1e\xa2\xc0\xf1\xa6\xfa\x68\x14\x91\xd1\x9f\x90\x71\xf3\x94\x7c\xce\x5d\xa1\xef\xe5\x22\x73\xd3\xf8\x44\x46\xe6\x36\x31\x6f\x18\xf3\x83\xbb\x49\x24\xa6\x82\xf0\x84\xee\xdd\x93\xc0\x9f\x9f\x91\xd3\x0d\xb6\xeb\xd3\xc3\x8e\x16\xd7\x03\x93\x1a\x8b\x00\xda\x8e\x85\x8f\x0b\x30\x6d\x23\xfd\xb8\xcd\x40\xf6\xd0\xe8\xbb\x3b\x17\xa2\x0b\x0f\x04\xe3\x11\x62\x33\x8c\x75\x0c\x78\x7f\x0f\xbb\x8e\x67\xb9\x4b\x1b\x86\x2d\x2f\xd2\x93\x57\x84\xab\x92\xd5\x9d\xbc\xbb\xf8\x31\x6e\x52\x7e\x80\x9e\x5f\xd0\x69\xe2\xf3\x32\xee\xc1\x64\x3c\x2d\xf1\x09\xd2\x05\x5e\x9e\x31\x1a\x21\x2f\x4f\xe8\x38\x75\xa6\x96\xa5\x5e\x43\x72\xe7\xb3\x67\x2d\x8a\x63\x98\x5c\x6b\x53\x6b\x20\xa5\x01\x25\x4b\x32\x92\x81\x29\x71\x1c\x5d\x6e\x25\x42\x0c\xc0\x36\xb5\x62\xc9\xfd\x1c\x57\xc2\x64\x09\xe9\x3a\x23\x45\xc2\xe8\xcf\x85\x37\x7b\x92\xe2\x11\xfa\xb1\x95\x7a\x88\x90\x83\x3d\xd4\x6a\xdf\x39\x93\x96\x84\xd6\x94\x6f\xdb\xfc\x4a\x62\xc2\x8d\xaa\xb6\x4f\xd8\x6a\xe1\x86\x21\x65\x90\x27\x7c\x17\xb0\x44\x93\x68\x24\xe3\x44\x61\x5c\x8c\xe7\x20\xe5\x39\x04\xbc\xf1\x08\x32\x9e\xfb\xde\xf7\x5d\x68\x7a\x98\xc9\x30\x76\xa3\xf4\xb6\x0b\x04\xd8\xd2\x7b\xca\xde\xb9\xf7\xdc\xeb\x52\x93\x65\xbc\x8a\x57\xa9\x30\x56\xd6\x73\x4b\xb2\x82\x50\xbb\xcd\x58\x1a\xdf\xcc\xc9\x94\x64\x0e\x98\x17\x31\xfa\xa5\x92\xf5\x60\xec\x30\x38\xbb\x86\x1e\x7a\x0e\x59\xef\x27\x70\x45\xdf\x2b\xcc\x8a\xb9\x11\x24\x8c\x84\x3b\x58\xad\xc0\x6c\x74\xd3\x6a\x5d\x8e\xde\x0b\x8e\x03\xb6\x81\x5c\x78\xeb\x5a\xf7\xd7\xa3\x9b\xd6\x25\xdf\x34\xd9\x83\xd6\x77\x47\xdc\x66\x1a\x16\xb7\xb1\xf5\x1d\x13\xd3\x74\x0f\x64\x27\xbc\x70\x6b\x37\x9c\x81\xd6\xd4\x31\xc8\xee\x3b\xf9\x54\xe2\xcd\xf5\x22\x5c\x77\x2a\xd2\xf6\x89\xfe\xf3\xff\xb3\xf7\xe6\xfb\x6d\x23\xd7\x9f\xe8\xff\x7a\x0a\x18\x93\x8f\x42\xa4\x8b\x10\x41\x52\x1b\x33\xb4\xad\xf6\x92\xf6\xb4\xdd\xf6\xcf\x72\x77\xd2\x61\x38\x0e\x44\x14\x45\xb4\x41\x80\x0d\x80\x92\x65\x89\xf7\x7d\xee\x6b\xdc\x27\xbb\x9f\xda\x17\x14\x40\x80\xa4\xbc\x74\x92\xf9\x4d\x5b\xc4\x52\xa8\x3a\x75\xaa\xea\xac\xdf\x33\x0a\xd7\xdb\x40\xca\x5e\x76\xc0\x85\x6c\x03\x29\x1d\x85\x0d\x46\xc9\x46\x5f\xa1\x89\xfe\x55\x5f\x91\xa5\xbe\xd1\xb2\xe1\x57\xa4\x97\xab\xbf\x42\x35\x94\xd1\xa4\xe1\x07\xc8\x7b\x75\xe8\x84\x76\xf9\x51\xb0\x11\x95\xb0\xb8\x5a\xf5\x05\x21\x6a\x8f\xe6\x0d\xbf\x20\x09\xc4\xd5\xb3\x40\x65\xe2\xd1\xa2\xf1\x14\x90\x37\xeb\xd0\xc8\x06\xa3\xe9\x46\x14\xd2\x5b\xbf\x90\xad\x75\xbf\x55\x5a\xeb\x9e\x81\xdf\x6a\x5a\xeb\xa6\x49\x3a\x37\xd9\xe9\x44\xec\x62\x56\x34\xd0\xed\xca\x3a\x12\xaf\x29\x91\x74\x76\xf3\xe3\xcd\x77\x1f\x9e\x9b\xad\x23\x68\xf7\xc0\xee\x1f\x7f\x11\xae\xf3\x57\xe2\xa1\x46\x09\x86\x5b\x64\x6e\x46\x0e\x0a\x99\xa5\x13\x3d\xe8\x39\x89\x27\x90\x39\x33\xa5\x28\xfc\x13\xa4\xcf\x1f\xfc\xe9\x96\x20\x16\xad\x0e\xfe\x74\x1b\x4c\xd0\x7f\xb1\x92\x70\xf0\xa7\xdb\x2c\x9d\xac\x14\x17\x13\xb3\x89\x70\xa4\x4b\x0c\x7c\xc9\x54\x4b\xe6\x30\x3d\xc4\x36\x86\xde\x21\x36\x2f\xf4\x0e\x09\x18\xd8\x21\xe8\x89\x8c\xe5\x62\x22\x40\x07\xe7\xa8\xe6\x4f\xfd\xdc\xb7\x37\xca\x7a\xa9\x11\xa3\x8a\x09\x56\x3b\x9e\x5a\x72\x6d\x32\x8a\xb3\x29\x62\x1e\xe2\x30\xfe\x80\xa8\x4b\xc7\x4f\x43\xff\x30\xb9\x03\x18\xc1\x1c\x2a\xd3\xa0\x7a\xfd\xca\xe9\x5e\x97\xe0\x32\xa9\x95\x2c\x90\x43\xe0\x75\x0c\xc5\x2a\x0f\x05\xd0\x15\x9d\x15\x65\x3a\xfa\x64\x9a\xfa\xc6\x34\x8d\x0e\x79\xc5\x2b\x96\xbb\xd4\x9f\xe8\x37\x4c\xd9\x50\x62\x81\x3d\xcd\xfe\xc5\x03\x7e\x11\x57\xf0\xb4\x28\x60\x87\x19\x77\x8e\x92\x10\x1e\xec\x14\x40\xe7\x54\x80\xf8\x70\x79\x31\x0f\x73\xe2\x38\x85\x39\x27\x94\xd7\x31\x73\x1d\x9f\x1e\x41\x1a\xef\x50\xc0\xd7\x91\x0f\x8c\xc5\x85\x30\x9e\x46\x38\x55\x60\x5c\x42\x05\xf2\xd8\x02\xa6\x19\x46\x6e\xa5\x4d\x76\xaa\x49\x47\x5e\x62\x3d\xd6\xdf\x69\x90\xea\xaf\x82\x32\x9d\x80\x1e\x4f\xb9\x30\x24\x01\x30\x86\xe9\x6c\x84\x24\x50\xb9\xd8\x04\xdd\x9a\xa7\x45\xdc\x84\x30\x0a\x76\xd9\x6e\x15\x35\xb6\x0c\xa9\x5c\x13\xbd\x59\x82\xb0\xb6\x86\x78\xec\x3c\xde\x3d\xf9\xd0\xf9\xf8\xb5\x52\xaf\xa2\x68\xe5\x9a\x1c\x53\xbd\x99\x4d\x27\xaa\x1a\x44\xcc\xcf\x9e\xd1\xdd\x06\x9b\xa2\x19\xa2\x4f\x2a\x9d\x81\x78\x7b\xe6\x9b\x35\x0d\x2b\x58\xa6\xa1\x62\xe5\x26\xbb\x19\x6e\x88\x1d\x19\xd2\x89\x81\x44\x1b\xba\x81\x4d\xd8\x2e\x17\xc1\xbc\xb1\xbd\x5b\x48\x42\x4a\x6c\x69\x5a\x19\x5b\x1a\x53\x31\x8c\xdf\x71\x89\x09\xb4\xc5\x2d\xa0\xe0\x36\xf7\x2f\xc9\xb7\x6d\x10\x24\xf3\x41\x55\xc8\xc2\xc5\x32\x8c\x02\x98\x96\x3c\x83\x79\xd1\x01\x64\x94\x83\x07\x1e\x60\x54\x28\xea\x68\x44\x75\x66\xa4\x51\x2d\xae\x2b\x90\xc4\x13\x3f\x9e\xc0\xa8\xf9\x7b\xe4\xba\xfc\x1e\x6e\x0d\x1f\x09\x03\x33\x1c\x98\x3b\xf3\xe3\x20\x82\x58\xdd\x6f\x41\x67\x05\x82\x30\x78\x0b\x27\x30\xbc\x82\x67\x79\x9e\x66\x72\x63\x24\x56\xc0\x60\x25\xde\xcb\xd3\x1b\x72\x17\x11\x81\x98\x1c\x28\xb1\xf0\x15\xc9\x28\xb3\x9a\xe0\x70\x04\xe8\xdc\xae\x56\xe0\x3a\x8c\xa2\xb7\x30\x0e\x54\x3d\xb6\xf4\x33\x74\x36\x33\x6e\xea\x14\x3c\x4c\xde\x09\xb3\xb7\x3c\x2f\xb4\x45\xf7\x56\xc7\x21\xdf\x79\x4a\xc2\x69\x9e\x45\x78\x5f\x68\xf2\x3d\x61\x5a\x45\x9c\xe8\x86\xd9\x4f\xf0\xda\x76\xf6\xf7\x49\x80\x05\xba\x94\x26\x51\x74\xe1\x4f\x3e\x20\x8a\x85\x17\xcb\x1c\x66\x2d\x67\x05\xc8\x12\xc9\x06\xb7\x54\x12\x1c\x28\x2e\x62\x98\x5b\xb9\xb0\x1c\x71\x9f\x2b\xa7\xe2\xfe\x7e\x2b\x17\xbf\x5c\xda\x46\x0b\x3a\xa8\x3f\xf8\x4f\x47\xe9\x20\x92\x23\x68\xc7\x5a\x3a\x9d\xd8\xca\x7b\xd0\x71\x40\x89\x91\x6b\x99\x27\xd3\x30\x8a\xee\xee\x6e\x57\x65\x08\x72\x45\x1b\xab\xf8\x0e\xc4\xbe\x7d\x00\x57\x0e\xc8\x9d\xe2\x44\x91\x4d\x22\xa7\x06\x47\xf4\x6b\x05\x8c\x6c\x49\x19\x9c\xdc\x6b\xf1\xa0\x9a\x38\x49\xe7\xd8\xfc\x40\xf9\x94\x37\x85\x68\x23\xfe\x92\x48\x83\xc3\x9d\x25\x8d\x2c\xad\xa7\x70\x11\x2d\xe4\x8b\x85\x8e\x2b\x9a\x10\x0f\x1d\x47\x17\x48\xe8\x38\x09\xf9\xe6\x11\xdf\x22\x76\x04\x06\xf6\x0a\xbc\x7c\x7d\xf6\x54\x8f\x2b\x07\x93\x24\x0e\x06\x4c\x59\x58\x01\x7e\x17\x5d\x09\xe3\x4b\x25\xf0\x1c\x5d\x1b\xdc\xae\x00\xbd\xa7\xc6\xa0\x6b\xf1\xea\x40\xeb\x0b\x8d\x3e\x5f\xad\x00\x09\x5f\xe7\x91\xe7\x24\xe4\xfd\xdd\xdb\x5f\x07\xca\xb7\xf1\xa3\xf2\x00\x2a\x9f\xac\x11\xbd\x2e\xcf\xdf\x1a\x95\xb9\x24\x6c\xbd\x94\x03\x0c\x61\xeb\xbb\x52\xb2\xd3\x6a\x25\x7b\xf2\xeb\xbb\x93\xa3\x8f\xcf\x3f\x6c\x1f\x4b\xbc\x4e\x0f\xf7\x4e\xc0\xb1\x1a\xa6\x4b\xe5\xaf\x35\xd1\xc4\xde\x71\x03\xe5\xe8\x7e\x23\x8a\x4f\x68\x91\x71\x45\x4c\x04\xf6\x63\xb4\x04\x64\x95\xd9\x14\x18\x6a\x87\xd9\x4b\xaa\x50\x73\x8d\x4f\xf9\x84\x88\x01\x15\x1a\xaa\x1c\x75\xeb\xb1\x5a\x0f\xfd\x31\xb0\xd1\x4a\x54\x82\x65\x25\x6b\x42\x4f\x89\x2b\x50\x14\x98\xae\x12\x25\xd2\x2d\xa8\x8c\x92\x7a\x48\x8c\xf4\x44\x7b\x20\xed\x76\x3d\xa2\x67\x75\xd4\x90\x58\x63\x10\x2c\xfd\x42\x47\x53\x98\x48\x5f\x39\xf5\xc9\xf7\x5c\xfc\xdf\xcc\x9d\x86\x69\x96\x13\xb6\xb7\x65\xf0\x3b\x43\x74\x2d\x89\x35\xdc\x18\xdf\x4d\x57\xea\xb8\xd9\x80\xa3\x6f\x63\xbb\xca\xb8\x61\x71\x00\x2a\xf6\x1f\x93\xee\x1e\xad\x91\x9f\x4b\x30\x04\x14\xd4\x8a\x53\xa6\x8c\xf7\x36\x4d\x98\x96\x30\x27\x04\xdb\x26\xf9\x2b\x1a\xd1\xab\x85\x41\xcb\x0c\x20\x36\xfe\x66\x26\x0a\x89\xb2\x06\x00\x8e\x43\x1c\xa8\xa4\xa2\xdf\xa9\x63\x3d\x29\x68\xfe\xc7\x52\x80\x36\x3b\x55\x76\x0c\xca\x41\x0e\xc6\x2c\x59\xa6\xd8\x0f\x43\xe8\x94\x2c\x60\x5c\x6a\x21\x84\x62\x69\x50\x23\x61\x5f\x1e\x5a\xc9\xca\xb0\x25\xeb\x96\xb4\x0e\x28\xbf\x55\xf2\x3c\x0b\xc1\x2d\x44\xa7\x77\xc1\x11\x49\x3c\x90\x97\x6c\x61\x7b\xa9\x86\xac\xdf\x46\x5d\xaf\x05\x76\xaf\x72\xe0\x5c\xb0\x9f\x98\xd1\xc6\xec\x65\x58\xb8\xe6\xc6\xee\x7f\xed\xea\xa6\x1e\x9a\xbf\xa8\xd8\x9c\x09\x88\x63\x83\x49\x59\xaf\xff\xaf\xa7\x6e\x23\xfb\x4f\x35\x6d\x4d\x4d\x7d\x7e\xca\xe2\x5e\xb4\x99\xe0\x4c\x06\xac\xac\xc5\x4e\x43\xd6\xdf\x01\x95\x95\x2d\x94\x48\xc5\xdb\xec\xa0\x8a\x29\xbd\x7c\x6a\xd5\x2f\x6c\x3b\xc3\x94\x06\x86\xa6\xc5\x76\x2d\x6f\x6a\x1e\x8e\x6e\x8c\x93\x3c\x9c\x86\x34\x43\x18\x77\xc1\x9f\xe6\x2a\x06\x65\x9d\xe4\x18\x13\x79\x6a\x56\xe3\xd9\x15\x7b\x49\x2c\xa6\x0c\x8a\x4b\xa4\x79\x38\xf9\x80\x43\x57\x37\x02\x88\xd4\x4b\x90\xf4\xe9\x91\xa3\x7e\xcb\x66\xf7\xd2\x04\x33\x91\x1f\x41\x0a\xf1\x8c\x93\xbb\x68\x79\x24\x4b\x7e\x89\x45\x80\xae\x45\x85\xec\xe0\xa0\x90\x04\x9f\x9d\xfc\xd1\xbf\x93\x16\x1f\xd8\x65\x58\x8f\xe8\x7f\x67\xb1\x85\x57\x18\x4e\xd6\x22\x9a\x39\x0c\xac\xeb\x59\x18\x65\xb9\x45\x77\x5c\x6c\x39\xb2\xd0\x90\x80\x95\xc2\x69\x0a\xb3\x19\x4e\x56\x4b\x6f\x2c\xff\xd2\x0f\x63\x77\x47\xe0\x92\xeb\x8e\xb1\xb5\xaf\x9b\x85\x93\x23\x26\xa8\x0a\x1c\x61\xd4\x50\xbf\xd3\xdb\x1c\x42\x6f\x87\x7b\xe8\x2e\xd9\x7c\xe7\xfb\xe8\x06\x9b\x78\x95\xc9\xbd\x99\xdb\x71\x3d\x7d\xb6\x66\xab\x3a\x06\x72\x63\x13\x47\x65\x30\x0e\x52\x16\x5f\x75\xe5\x4d\x2a\x8d\xcb\xe4\xb2\xa9\x54\x4a\x84\x52\x6e\x25\xff\x7d\x09\x97\xb0\x22\x71\x2f\x21\x40\x71\x24\x7f\x0f\x37\x4a\x0a\x77\x70\xd3\x7c\xa6\xc5\x90\x13\x73\x06\x3d\x13\x68\x48\x39\xcb\x25\x9c\x16\xa2\xcf\xe7\xcb\x5c\x98\xea\xa9\x1d\x7f\x13\x2b\xbc\x6c\x5e\x51\xec\xf0\x7e\xa5\x1d\x3e\x6d\x66\x87\xe7\x26\x6b\x38\x7c\x08\xb1\x19\xac\x9e\xb9\xd6\x94\xc6\xb7\x99\x41\x1b\xa8\xf6\x58\x3c\x01\xd4\xe0\x4b\xad\xba\x2e\xe9\xa2\xeb\x2f\x16\x11\x0d\xbc\x1c\x89\x67\xc7\xc4\x90\xfe\x02\x27\x74\x36\x32\x39\x6b\x59\x7b\xd8\x90\x20\xdb\x92\x99\x99\xc2\xe0\x1c\x30\xf4\xf9\xee\x4e\x8d\xb1\xcc\xd2\x89\xc1\xf0\xea\xdc\x96\xd8\x6b\x15\x63\x2c\x2c\x1a\x55\xfd\x7a\x46\xb9\x2c\x8c\x3f\x98\x4c\x72\xe2\x8d\x65\x1e\x46\xd9\x41\x90\xcc\x0f\xe0\x15\x8c\x73\xa6\xe9\x7d\xa9\xd0\x96\xb7\xfd\xbf\xff\x10\xf6\xf2\x8f\x66\xab\x5b\xa5\x0d\xcd\x53\x72\x67\xd8\x01\xc3\x36\x05\x6a\x4d\x1c\xa9\x69\x3f\x44\xf5\xc4\xcf\xc8\x7e\xfb\x4e\xb3\x0c\x14\x66\xe7\x63\x5b\xce\x46\x69\x25\x62\xaa\x76\xe1\x66\x93\x17\x35\xf5\x93\x95\x39\xd8\xf8\xc7\xe9\x25\xdb\x59\xeb\x8e\x8b\x92\xcb\xcb\x52\x6f\x1c\xb9\x69\x3b\x06\xff\x17\xf1\x8a\x11\xeb\xb4\x72\x11\x93\x70\xa0\x27\x5c\x48\x38\x9e\x1c\xc8\xf5\x36\x08\xd3\xfc\xe6\x1d\x2e\x41\x94\x9d\xfb\x57\x61\x7c\xb9\xb2\x25\x66\xa5\x01\xdf\x5a\x71\x17\xe1\x48\xe2\x0d\xb1\xb7\x6d\x07\xc4\xe5\x4f\xf1\xaf\xd9\x6a\x50\x73\xce\x92\xf5\x86\xc3\x61\xec\xc0\x21\x51\x6e\xf6\x90\xbc\x72\x9b\x5d\x87\x68\x07\x89\x9d\x5b\x8c\xf1\x43\x5c\x40\x81\x3d\x80\xc3\xfc\x11\xf9\x85\x3e\x3b\x60\xbe\xa1\xbd\x8b\x14\xfa\x1f\xf6\xf0\xb3\xe4\xd8\x60\xcf\xe2\x5f\xe4\x59\x7a\x9e\xc8\xcf\x12\x17\x67\x60\x0f\xd0\x2f\xba\x05\x91\xf7\x70\x26\x31\x79\x8f\x96\x58\x58\xc1\x21\x66\xcf\x2b\xe8\xda\xdf\xc1\x15\xd9\xb6\x6e\xe9\x21\x38\xc8\x87\x0f\xdb\xde\x83\xe1\x10\xba\x98\xff\x5e\x4f\x5b\xb9\x83\xad\xfe\x0d\x0f\x80\x75\x49\xd9\x1b\x7b\x03\x4b\x53\xa5\x01\xd9\xae\x94\x1d\x95\xed\x33\xad\x0e\xc8\xd1\x1e\x0a\x9d\x16\x74\x40\x3a\x84\xc3\x87\x85\xdd\x56\x70\x18\x4d\x90\x14\xfe\x54\xca\xa7\xe8\x5d\xfc\x9b\xb0\x35\xcf\x15\x97\xfd\xa9\x25\xf7\x57\x4a\x30\xb9\x96\x82\x1e\x83\xdb\x39\xcc\x32\x9f\x9c\xb5\xb7\xe8\xb3\x6b\x3b\x57\x38\x16\x68\x17\x72\xe7\x36\xc5\x53\x46\x1d\x3f\x70\xf8\x10\xf5\x7b\xe5\x80\x78\xd3\xc3\x50\x3d\xbc\xd0\x1e\x21\x31\x3c\x3f\xe5\x58\x96\x0d\x3d\x98\xd1\x3e\x5a\x3c\x96\xb1\xea\xc3\x5f\x41\xe7\x33\x0d\x69\xd2\x1c\x90\xfc\x10\x85\x8f\xca\x29\x41\x73\x1b\x78\x6e\xca\xc2\x4f\xa9\xb3\x12\x6d\x61\x00\x35\xe4\x0c\x2a\x5e\xe7\x89\x17\x88\x6d\x5a\x3c\x59\x9f\xb7\x48\x7a\x26\xb5\x48\x3a\x4e\x1b\x70\x9c\x15\x20\xbc\x57\x79\x86\x8b\xef\xc1\x35\xdf\xa3\x8c\x2c\x0d\xc0\x91\x45\x0e\x44\x50\x8d\x4a\xe1\xb4\x95\xf3\xe2\xc0\xc9\xd4\xc2\x6e\x59\xec\xb1\x2e\xa4\xf8\x42\x79\xca\x9c\x7c\x96\x26\xd7\x56\x0c\xaf\x2d\x6c\x08\x6d\xd9\xbf\x26\x4b\x6b\xbe\xcc\x72\x2b\x5b\xc0\x49\x38\xbd\xc1\x3a\x2a\x52\x4d\x33\xff\x0a\x02\x2b\x49\x2d\x74\x20\xa2\x0b\x74\x13\x71\xf6\xd0\x05\x92\xd7\x83\xb3\x53\x20\xc9\x47\x61\x83\x70\x48\x42\x0a\xa3\x21\xea\xee\x86\xbe\x60\x42\xae\x7b\x4f\x93\x17\x49\xf2\x6f\xbe\xa5\x24\xf9\xf7\xff\x4d\x92\xff\xcf\x48\x92\xbf\xae\x96\x95\x7f\x3a\xf8\x6d\xfe\xfb\xd3\x83\xc3\xb2\x24\x79\xe2\x9c\x61\x86\x7f\x60\x3f\x96\x62\x5b\xcb\x25\x69\xea\x0f\x2d\x49\xee\xe6\x4d\x8c\x1b\xb9\x96\x8a\x8d\xca\xf8\x51\x92\x6f\xc2\x8e\xfc\x4f\x37\x9b\x58\x96\xe4\xd2\xaa\x1e\x55\xa3\x08\x80\x13\xa9\x44\x35\x23\x90\x47\xc0\xce\x53\xe2\x5a\xea\xf6\xc1\x21\xb0\xaf\xc3\x20\x9f\x0d\xac\xce\x5f\x67\x30\xbc\x9c\xe5\xe8\xaf\x69\x82\xd4\xa0\xf0\x13\x44\x3f\x16\x7e\x80\xe3\x31\xac\xce\x5f\xe7\x7e\x7a\x19\xc6\xe8\x2f\x81\x04\xd5\xa9\x46\xc1\x22\xb0\x46\x9b\xd5\x9a\xb6\x0d\xa8\xf3\x25\x1f\xaa\x6d\xcf\x07\x05\x58\x04\xd2\xa2\xcf\xa2\xa7\x9e\x60\xc9\x02\xdb\x98\x88\x1d\x45\x83\x3b\x50\x21\x99\xea\xb7\xc5\x99\x50\x46\x6d\x2f\x6f\xaf\xbf\x06\x37\x6c\xfd\x80\x1b\xf4\x4d\xac\x8a\x11\xad\x49\x6b\x04\x75\xe8\x57\x45\x94\x33\x7b\xd4\x39\xd3\x9e\x45\xf7\x99\xc3\x9c\xfe\x96\xc2\xc0\x35\x9c\x07\xe5\x61\xc9\x6d\x22\x3b\x60\x89\xe9\x8f\xaf\x41\x33\xf2\xba\xbc\xb4\xc4\xe7\xba\xa7\x86\x32\x7a\x1b\x21\x2e\x28\x80\x59\x02\x51\x41\x31\x7b\x69\x38\x5a\xc4\xba\x26\x5b\xd1\x36\xd3\x91\x25\xb9\x80\x69\xc9\xe0\xd9\x50\x8f\x10\x42\x1a\x60\x3a\xe4\xd2\xac\x4b\x90\x28\x1e\xf6\xa4\xb3\x83\xdf\x1c\xf5\xc6\x8f\xe4\x1f\x03\x5d\x93\x2c\xb6\xd3\x31\xb6\xd3\x91\xdb\xe9\x8c\x71\xb2\x5e\x45\xba\xe7\x23\xd8\x72\x48\x42\x1f\xdd\xec\xfd\x21\x1c\xe5\x2c\x41\xd4\xf2\x1f\x0c\x87\xf1\xfe\x7e\xda\xf2\x41\xec\x00\x74\x67\x18\xaf\xc0\x6f\x43\x24\x41\xde\xae\xc0\x07\xa4\xcd\x98\x9b\x1d\xfc\x06\x3e\x0e\x47\x36\xf4\x09\x06\x1c\xd9\x4f\x31\x36\xc5\x4f\xe5\xd8\x14\x32\x75\x85\x19\xa0\x0c\xa8\x82\x18\x01\xca\x70\x2a\xb8\xfe\x5f\x8a\x53\xc1\x2f\x84\xfa\x85\x44\xc3\x4f\x58\x16\xa0\xc9\xd4\xdf\x81\xf6\x7b\xae\xfd\x7e\x5d\x0b\x7f\x01\x4b\x8d\x26\x2d\xe8\x8d\x64\x94\xa3\x4b\x1b\x4c\x29\x76\xc2\x1b\x19\xce\xec\x42\xbb\x48\x69\xc0\x31\x1b\xd8\xf5\x30\x7b\x11\xa3\x8d\x0a\x4e\xb0\x5e\xcf\xd1\x1b\xde\x28\xd6\xbf\x1b\xed\x2a\xdd\x5d\x2e\x65\xcc\xb4\x35\xba\x36\x7b\xc8\xff\x74\xf3\xb2\x5a\x29\xbf\x84\xdc\x55\x25\x0c\x9a\x1f\x45\xda\xbe\xc8\x62\xa6\x4f\x39\x8f\x0a\x97\x06\x1f\x47\x9d\x31\x6e\x89\xed\x4d\x65\xb6\x51\xfc\x16\x7b\x88\xd9\x75\xe5\x6b\x2b\x49\xbd\x25\xfa\x29\x1e\x3d\x15\x8c\x44\x14\xeb\x10\x12\xc5\xf2\x83\xd4\x41\xf6\x2a\x52\xf8\x57\x42\x7f\x97\x9b\x81\xe4\xdf\xbb\x3b\xa8\xbd\x89\x2f\xe3\x17\x19\x42\x1b\x74\x6e\xcf\xd2\xd4\xbf\x71\xc3\x0c\xff\xdb\x82\xce\xa3\x96\x81\xac\xdc\x1a\x41\xd5\xf3\x05\x8c\x5b\x0e\xd5\x85\xb4\x27\x39\xf6\x1c\x9a\x04\xc4\x0b\xbf\x84\xf0\x1a\xa9\x36\x2d\x08\xb0\x15\x00\x2b\x9b\x0a\x8f\xf0\x0c\x6f\xe5\xea\x23\xe9\x53\xe4\x4b\x93\x28\x41\xe2\xf4\xca\x31\xa1\xcc\xd1\x9b\xa5\x76\x14\x13\xb7\x08\x23\x8b\x7e\x6a\xd2\x20\x6a\x96\x5a\x4f\xcd\x5d\x39\x35\x77\x21\xb1\x61\xd0\xa2\xfb\x0f\x33\x16\x50\x3e\xa1\xf6\x02\x75\x2c\x2c\x9e\x9b\x8c\x66\xb5\x22\xff\x1a\xb2\xe8\xb3\x74\x02\xf2\xe1\x33\x8e\xb5\x40\xd6\x23\xe7\x08\xb2\x40\x49\x33\x84\x68\x62\x42\x1c\x41\x5e\xe9\x51\x42\x16\x48\xd1\x4e\x1c\x10\x0f\x99\x29\xa6\x68\x3d\x84\xa0\x3c\x26\xcf\xb9\xbb\xbb\x5d\xed\xd9\xfd\xee\xa9\xfd\x60\x38\x54\x22\xc3\xa9\xcb\x94\x8f\x71\x7b\xa3\x12\x48\x87\x26\x7b\x92\x64\x66\x28\x5a\x96\xca\xed\x46\xb1\x66\x37\xba\x8d\xf1\x47\xb0\xb1\x93\x51\xfa\x3d\xd5\xff\x41\xea\x00\x13\x68\x06\x1a\xeb\x93\x65\x9a\xc2\x38\xc7\xd6\x08\x69\xee\xf4\x5b\x2d\xdc\x30\x0b\xc2\xdf\x13\x26\x1f\x42\xd6\x47\xad\x7c\x68\xb3\x08\x32\x50\x5c\xb6\xce\xa0\x55\x63\x4b\xc0\x6d\xd0\x70\x32\x16\x10\x9f\x2e\x63\x37\x9b\xcc\x20\x92\x32\x5a\x24\x14\x83\xa4\x3f\xd8\x00\x1f\xa9\x8c\x4a\xa3\x7c\x2c\xe8\x93\x22\xfa\xa4\x88\x1c\xab\xd5\x8a\xae\xa1\x5b\x75\x3f\x23\x14\xdf\xdf\x6f\x99\x79\x4b\x9e\x15\xb2\x79\x17\x88\xaa\xd8\xf6\xc8\xa3\x4c\x11\x5d\xad\xc0\x74\xf8\xbe\xd5\x5a\x0c\x5f\x2b\x80\x0e\xf2\x71\xb4\x3d\xa8\xc3\xc5\xf0\x7d\x6b\x51\x84\x82\xdc\x1a\xd3\x61\xa6\xb7\xcb\x0e\xc5\xed\xc1\x1c\xae\xf4\xa6\xf5\x73\x75\x97\xb0\x0e\x0f\xbc\x15\x46\xa8\xd0\xa9\x84\x8f\xea\xed\xd1\x1c\x2e\xf5\x86\x29\xf7\x8f\xc2\x6d\x5b\xd6\xda\x15\x40\x99\x35\xe0\x1b\x8c\x6f\x3a\x60\x21\xe7\xdd\xeb\x04\x91\xb1\x38\x6b\x60\x37\x94\xbd\x5c\xfd\x95\x82\x0a\x57\x0b\xc6\xa1\xba\x89\xea\x2f\x12\x0f\x62\x1d\x34\x87\xe2\x6b\xd5\x2d\xe3\x3d\xa2\x1e\x8c\x83\xe1\x3d\xad\xed\x85\x6c\x67\xfd\xa9\x12\x05\xe1\x1a\xfc\x54\x13\x05\x81\x24\xaa\x7f\xd9\xa4\x1c\x96\x2c\xaf\xd5\x73\x28\x96\x6c\x78\xf3\xec\xed\xf9\x8b\xf3\x77\x22\x85\x85\x5a\xa2\x71\xae\x0d\x78\xfb\xec\xd5\xeb\x5f\x9e\x89\x9b\xdc\x49\xb6\x5a\x51\xa3\x7e\x79\xde\x0d\xd9\xab\x83\xaa\xd4\x1b\xf1\xad\x92\x36\xe8\x03\xd5\xad\xd0\x0f\xb1\x84\x9c\xf3\x67\xef\xf4\xe4\x1f\xf1\xa9\x75\x8f\x29\x49\x40\xc6\x47\xea\xa6\xf6\x50\x2e\xd8\x22\xb5\xc7\xc4\x47\x5f\x2e\xb5\xe7\xc3\x41\xfc\xe2\x97\x17\xe1\x3f\xef\x3f\xb5\xa7\x46\x12\xcf\xd1\x57\x90\xc4\xa3\xa6\xc2\x28\x15\x2e\x4f\x4b\x6d\x5d\x0c\x98\x80\xe3\x23\x00\x09\xd2\x80\x04\x0d\x9e\x72\xfc\x81\xa2\x21\x73\x2c\x5a\x30\xa7\x35\x14\x9e\x2f\x24\x4c\xe8\x16\x2d\xd3\x47\x44\x64\x2d\x5a\xfe\x65\x08\xf6\x3c\x85\xe8\x50\xba\x86\xba\x21\xef\x21\x40\xec\x19\xdb\x24\xd8\x54\x85\xe4\xd5\x8a\x5c\x17\xbd\xa8\x1f\x09\xa8\x24\x73\x60\xb8\x11\x0d\x7b\x84\x26\xa1\x3f\xa6\x93\x5c\x95\xd3\x71\x42\x72\x3a\x38\x67\x94\x13\x5d\xcb\xcc\x68\x3c\xc1\xde\x56\xe9\x51\x86\x0e\x99\xd3\xa3\x8a\x19\x6d\xdb\xa7\x17\x48\x7c\x73\x1f\xd3\x54\x6b\x7a\xfe\x3b\x33\xa5\xcb\x67\xa3\xc4\x80\x7e\x55\x66\x00\x6b\x56\x2f\xe6\x4e\x7f\x74\x6b\x26\x05\x94\x4e\x80\x21\x41\xc0\x4c\xcf\x43\xb4\xa3\x98\xf7\xa7\xe6\x89\x04\x3b\xce\x51\x31\x26\x10\x7c\x26\x1a\x34\x8f\x9a\xde\x2e\x27\x81\x16\x8d\x50\x73\x12\x04\x94\x90\x31\x27\xa1\x3c\x1f\xe1\x9c\xb4\x56\x9e\x8f\xf0\x6b\xb2\x4c\x8d\x6e\xb9\x43\x92\x84\x77\xa8\xfb\xf1\xac\x99\x9f\x59\x17\x10\xc6\x16\x8d\x24\x73\xf5\xf1\xeb\x9f\xd9\x2a\x03\x61\x87\x9b\x6a\xb3\x20\xf8\x46\xac\xa7\x71\x91\x77\xd8\x90\x7f\x2a\x76\x8b\xaa\x01\x7c\x81\x4c\x87\xfb\xe0\xee\x35\x19\x37\x5f\x86\xbb\x33\xff\xaa\x92\xb7\xb7\x4c\x9c\xf9\xb2\xd9\x88\x95\x47\x12\xb3\x24\x6d\x75\x20\xad\xdb\x80\xbf\xb5\xc3\x65\xfd\x78\x36\xac\x92\xbe\xc5\x62\x22\x49\x64\xcd\x92\xd7\xca\x17\x13\x8e\xef\xab\x4a\x5c\x93\x0a\x8c\xb1\x04\xb6\x0c\xc7\x42\x5b\x37\x4d\x97\x99\xab\xb0\xa3\x29\xb7\xfb\x48\x4a\x9e\x17\x09\x64\xfa\x9d\x00\xe6\x7e\x18\x35\x8c\x2a\x32\x24\xac\x23\x8a\x5c\xa4\xb6\x12\x7b\xe3\x15\xbe\xc6\xfb\x41\x06\x31\xe0\x43\x2e\xed\x54\x83\x5c\xf1\x2f\x70\x78\xd6\x4a\x1f\xdb\x00\x0b\xae\x2a\x77\xec\x8b\xe4\x7d\xf1\x14\x0b\x0a\x93\xc6\x61\xcf\xb4\xbc\x2d\x09\x06\x8d\xe5\x7f\x51\x0d\x4a\x33\x62\x90\xf4\xac\x8a\xf4\x2e\x35\xc3\x4c\x68\x5d\x2c\xe3\xab\x2c\xad\x6c\x8b\x54\x2f\xd9\xdc\x76\x9f\xa9\x5e\xeb\x30\xd2\xa8\xbb\xb0\x88\x91\x66\xc8\xea\xd8\x36\x55\x8c\x87\x3c\x9b\x63\xc3\xf3\xfd\x7d\xa3\xe7\x71\x91\xe2\xac\xa5\xa7\xa4\x99\xfd\x7d\xfd\x4a\xab\x0c\x10\x0b\x16\xf2\xbd\xa8\xf5\xd8\xde\x24\xd5\x0a\x13\xb2\x8d\x9d\x35\xe9\xdc\x37\x97\xf8\xda\xb9\xad\x5c\xf5\x51\x97\x98\x3a\x7f\x7b\x72\xfd\xc3\xf3\x7f\x3c\x7d\x6b\x34\x75\x16\xb3\xa8\xf8\x31\xd6\x35\xc4\xe6\xe1\xcc\x57\x25\x2a\xae\xa7\xfe\xec\x28\x85\x3b\xf1\xc9\x86\x66\x4a\x56\x7a\x0e\xf1\x22\x8a\xc2\xc9\x07\xbb\x18\x01\x57\x3c\x61\x3c\xad\xfe\xa6\xd2\xaf\x27\x84\xde\xd6\x53\xdc\x7c\xc3\x3e\x11\xa0\xbf\xba\x7d\xea\xd5\xe8\xd3\x13\xd1\x62\xaf\x6e\x28\x1d\x75\xd4\xa3\x0d\x89\xb8\xf8\xe5\x34\x32\xd6\xc5\x06\xdb\x47\x19\x23\x6e\x50\x15\xbc\x32\xa5\x8c\xf6\x56\xdd\x03\x8a\xd8\x89\xda\x4a\x8a\xd7\xae\x24\x88\x3e\x2d\x55\x58\x52\xbd\x0d\xfa\xdd\xca\x37\xb7\xcf\x60\x2c\x7d\x81\x8b\xb8\xb7\xaa\x3f\xf6\x12\xe6\xa6\xdd\x94\xef\x72\xab\xf5\x5e\x37\x32\x8c\xd8\xcf\xc3\x2b\xd8\xce\x26\x69\x12\x45\x14\x73\xbf\x11\x1d\x8a\x0d\x7c\xab\xe4\x58\xe4\x37\x24\x17\xff\x6b\x05\x63\xff\x39\x4c\xdf\x5c\x77\x4e\xe0\x9a\x8c\x55\x5e\x52\xda\x9c\xba\x5a\x80\x7f\x2b\xd4\x68\x96\x48\x61\x93\x02\xc5\x5d\x75\x43\x14\x62\x38\x13\xd9\x4f\x1a\x88\xd1\x6c\xb3\x9c\x41\x0c\xcc\x53\xd6\xf4\xb1\xc1\xa8\xc1\x5e\xa9\x21\x57\x2a\x7a\x5f\x61\xd4\x25\x02\x65\xf9\x97\xb3\xe5\xc5\x7d\x7f\x5c\x10\xa7\x86\xc5\xa0\xbc\xa7\x17\x49\x70\x53\xbb\x93\x6c\x2e\xe8\xfc\x17\x14\xc0\xb2\x21\xa8\xf3\x6f\xae\xd2\x67\x3f\x79\xfd\xd3\xf9\xcf\x2f\xdf\x9f\x3d\x79\x79\xfe\xfe\xd9\x4f\x67\xdf\xbf\x7c\xf6\xd4\xd6\xe0\xdc\x37\x07\x54\x43\xbd\x26\x32\x39\xd5\x77\xa7\x04\x9d\x38\xb9\x0c\xe3\x76\x9e\x5c\x5e\x46\xd5\xd6\xa1\x12\xbc\x31\x1d\x67\x0c\xcf\x3d\xcc\xf3\x30\xbe\xcc\x06\x07\x07\x64\xeb\x18\xe4\xc9\x07\x1c\xa9\xb1\xae\xd6\x63\x39\xea\x1e\x43\x1b\x2b\xe2\x7b\xe8\x4b\xab\x03\x46\xf6\x19\xb6\x59\x25\xe9\x8b\xa7\xb6\xc9\x01\x58\x13\xa6\xc7\xb2\x5e\x26\x97\x56\x18\x5b\xd7\x61\x3e\xb3\x7c\x2b\x08\xa7\x53\x98\xc2\x38\xb7\xf0\x78\x36\x82\xeb\x61\x6d\xd6\x46\x37\x6b\x68\x10\xdb\x76\x35\x50\x69\xbf\xf1\x82\x58\x46\x0d\xd6\x43\x93\xae\x62\x18\xc1\x0a\x39\x8d\xb2\x16\x55\x17\xb9\x84\x86\x75\x4d\x3f\x8a\x92\xeb\x97\x88\xc3\xd1\x94\xc7\x57\x5c\x13\x55\x54\xc7\x99\x9f\xfd\x40\xb7\xaa\xfa\xf2\x5c\xe1\xf8\xbb\x3f\x04\xee\x1d\x00\x42\xd3\xf1\x19\x11\xa1\xe9\x36\xed\xd0\x08\x60\xed\xae\xd8\xc7\x1d\xa7\x71\xc6\xa8\x84\xd7\xf3\xb5\x68\x5d\xb3\x83\x37\xd1\xf9\x4f\xff\xf3\x4b\x49\x66\x9e\xc2\x31\x1c\x5b\xc8\x98\x32\xd7\x2f\x6c\xe5\x5d\xd0\xdd\x09\x14\x13\x3f\xd8\x4e\x54\xd9\x02\x8c\x46\xde\x11\xda\xdf\xa4\x6d\x94\x7e\xae\x4d\xf3\xb7\xe4\xef\x2b\x56\x53\x79\x64\xb4\xb3\x5e\x13\x83\xaa\xbd\xbe\xa2\x41\x83\xf3\x5e\xdd\x1f\x90\x6c\xd3\x15\x86\xc1\x42\x7e\x18\x1a\x15\x53\xc7\x10\x59\x9f\x60\x5e\x13\xa8\x5e\xcc\x54\x2a\x81\xcb\x6a\x36\xbe\xda\x08\x5b\x7d\xd3\x44\x36\x39\x6e\x6b\xd0\xa9\x99\x68\x54\x24\x55\xaf\x60\x51\x96\x8c\xa4\x5a\xc7\x1b\x13\x62\xfd\xf9\xb2\x66\x74\xb5\xc5\x29\x03\xdd\x0f\x69\x85\x14\xc5\xe0\xbc\x99\x33\xce\x68\x2e\x51\x9e\x00\x86\xef\x99\x5c\xcd\x9b\xe5\x88\xd6\xeb\x08\x4e\xf4\xf7\x6f\xac\x99\x7f\x05\xad\xab\x30\x0b\x73\xc4\xce\xd6\xcf\x6f\x5f\x5a\xf9\xcc\xcf\xad\x30\xe3\x58\x75\x7e\x6c\x2d\xe3\x0f\x71\x72\x1d\x5b\x29\xa4\x71\xeb\x56\x96\x58\x37\xc9\xd2\x9a\xf8\x31\x46\xad\xbb\x4c\xd0\x93\x17\xfe\xe4\x03\xc6\xb1\x9b\x41\x2b\x4d\x92\xdc\x4a\x52\x7c\x37\x85\x6d\x52\x0b\x21\xe7\xfe\x84\xb3\x27\x2f\xad\x77\xe8\x00\x3d\x38\x87\x93\x14\xe6\x2f\x9e\x5a\x17\x7a\x33\x67\x4f\x5e\x66\xf7\xe9\xa3\xab\xc5\x55\x4d\xc4\x92\xc2\x8a\x89\x42\x61\x61\x42\xa3\x6a\x47\x61\xfc\xa1\x64\x4e\xd8\x3b\x3e\x77\x0b\x61\x2b\xf6\x2c\x99\x33\x2b\xd9\x91\x82\x97\x6b\x93\x73\x4d\xda\x79\x68\x9b\x7f\x4b\x30\x05\x4b\x1c\x0e\x65\x17\xb5\xde\x06\xc9\x24\xab\xdf\x5b\xd2\x37\x4f\x75\xa8\x31\xad\xe2\xe9\xeb\x27\xe7\xef\x7f\x7e\xfb\x52\x72\x0e\xca\x03\x8c\x93\x64\x01\x63\x98\x5a\x71\x92\xc2\x29\x4c\x53\xaa\x69\xf6\x81\xcd\xa3\x18\xdf\x5f\x44\xbe\xda\x95\xb7\xd0\x0f\x30\x9f\x05\xc9\x04\x8b\x1f\xdc\x5d\x59\x67\xcc\xdb\xba\x6f\xeb\xaf\x47\xf3\x61\x4a\xb4\x77\x7a\x80\xe2\xb3\xfa\x1b\x3b\x2a\xbb\x00\x43\x85\xf8\x29\xb4\xe2\x24\xb7\xfc\x65\x3e\x4b\xd2\xf0\x13\xc9\x3f\x6e\x4a\xec\x2f\x75\x76\x11\x21\xe9\x7e\xba\xdb\xe4\x30\xaa\xb7\x67\x73\x68\x96\x0b\x68\x5d\xa6\x7e\x8c\x36\xec\x05\x4c\xe7\x61\x96\xa1\x0d\x0a\x6d\x98\x57\x21\xbc\x16\xd0\xa2\xae\x75\x96\x7d\x20\xbb\xad\x1f\xcc\xc3\x38\xcc\x72\x5c\x08\xd3\x0a\xa7\x78\xef\xce\x67\x61\x8c\xef\x5b\xd9\x2c\x59\x46\x01\x39\x0b\x7c\xac\xc0\xba\x5b\xad\x9e\xcf\xbb\xb1\xde\xe3\x56\x05\xec\x03\x7f\x12\x31\x35\x2b\x9f\xd3\xb3\xfa\xcb\x6e\x5e\x66\x2a\x44\xd0\x4f\xe3\x5d\x92\xe1\xe5\xb3\xb3\xb7\x3f\x69\xc4\xa0\x40\xdd\x19\x9c\x2c\xd3\x30\xbf\x69\xc7\x30\xbf\x4e\xd2\x0f\x61\x7c\x79\xb0\x48\x93\x60\x89\xa7\xb4\xed\x4f\xa2\x6c\x37\x84\x7a\x9e\xa0\x0d\x11\x93\xea\x72\x19\x06\xf0\x4b\xee\xef\x6b\xe1\x47\xb1\x96\xcf\x7c\xc8\x93\x24\x9e\xf8\x1c\x3d\x14\xdb\x04\x66\x29\x9c\xb6\xf3\x84\x20\x1f\xb4\xe1\xef\x8d\x94\x7e\x5d\x9f\xdd\xb1\xf3\xa6\xb1\x4f\x46\xc2\x85\xfc\x5a\x14\xec\xd3\xf4\x9f\x0b\xef\xe9\xd5\x72\x3b\x98\x48\x09\x87\x98\xa4\x54\x99\xc3\x84\xf8\xcd\xc6\x48\x19\x1b\x23\x42\x16\x69\xce\xe1\x2e\xe2\x3f\x3e\xdc\x85\x5c\xdc\x0a\x8d\x70\x55\xc3\xdc\x55\xcb\x6d\xb9\x1b\x5c\x4b\x74\xe0\x56\x82\x69\xea\x38\x1a\x98\x7f\x5e\xc7\x14\xf9\x70\xf0\xa0\x53\x04\xc1\x2c\x4b\xf8\xa6\x79\xcf\x8d\x03\x2c\x76\x01\xc5\xa8\x76\x5b\x07\xe1\x45\x37\x15\xb0\xbf\xf1\x5a\x7c\x01\x43\x6f\x37\x04\x09\xd6\xf1\x3a\xb3\x74\x22\x90\xc9\xd0\xdb\xee\x32\x0d\x6d\x47\xcd\xc6\x97\x60\x03\x4c\x0f\x6b\x03\x2c\x80\x19\x8e\xcb\x91\xf9\x70\x1e\xbd\x19\x95\x80\xe0\x11\x30\x08\x60\x9a\x04\x0e\x87\x0f\x25\xb8\x43\xb9\x9e\x5d\x01\x92\x80\xb6\xbb\x48\x93\x8f\x37\x0c\xfe\x30\x9d\x14\x5a\x40\xdb\x28\x9e\xa6\x96\xb3\x72\xf6\x58\xfe\xfd\x86\x70\x06\x26\x28\x83\xbb\xbb\xdb\xd5\xbd\xc0\x19\xe4\xeb\xe1\x0c\xc8\x5a\xc9\x87\x0f\x6f\x21\x41\x26\xdd\x8b\xf5\x2c\xfa\xdc\x59\x91\x65\x26\x4f\xca\xba\x54\xfd\xd2\x24\xfd\x42\xf3\x2c\x49\x5f\xb7\x7a\xb3\xe9\xa6\xf7\x75\xf4\x6a\x3c\x6b\x94\x56\xf8\x6f\x69\x96\x1a\xdb\xb9\xa7\x91\x9f\xcd\xda\x3c\x62\xc4\x10\x10\x10\x85\x6d\xfc\x50\xf9\x5b\xdf\x66\x14\xc0\x34\x49\xe7\x6d\xfe\xfb\x6b\x0d\x04\xf8\xf5\xfb\xe7\x5e\x27\x7f\x7e\xb0\x91\x4c\x42\x0d\x3b\xe5\xb2\x44\x03\xe1\xc1\x44\x2e\x2e\x3e\xa4\xc3\x83\xd6\xe8\xff\x8e\xfe\x35\x1e\x3b\xdf\x1d\x5c\xd6\x08\x2b\x6c\xe8\x47\x4a\xe2\x14\x66\x70\x6d\x25\xd4\x52\x24\x68\x34\x20\xac\x96\xaa\x97\xa5\x33\x97\xe1\x43\xbb\x7e\x14\xfa\x19\xa9\xfe\x8a\x97\xb3\xed\x80\x30\x87\xf3\x1a\x8f\xad\x93\x03\x26\x49\x9c\xfb\x61\xbc\xae\xe0\x2c\x3f\x0d\x8c\x05\x35\x91\x38\x15\x8b\xd3\xd7\x50\x48\x93\x8b\x42\x23\xd7\x75\x63\x97\x28\x47\x2e\xd2\x9a\x5d\x1c\x48\x7a\x86\x11\x40\xc7\x20\x1a\xfa\x23\x9f\x8a\x63\x6d\x6f\x3c\xea\x10\x3c\xaf\x6c\x2f\x1b\xb6\x3d\x0a\x53\x49\x70\x9b\xed\x91\xed\x3c\xfa\xf7\x9f\xc8\x6e\x8b\xab\xc0\x8f\xfe\x74\x1b\xad\xc6\xff\x1e\x44\x52\xad\x4e\xb9\xf0\x6c\x0c\x32\x1d\x57\x98\xe5\x89\xa3\xab\xab\x0d\xc2\x21\x31\xff\x5d\xa6\xc9\x72\x71\x00\x89\x68\x71\x30\x99\xc1\xc9\x87\x8b\xe4\xe3\xd7\xa2\x3f\x04\xcf\x7f\x3b\x82\x9f\x90\x26\x6a\x74\xd0\xa9\x89\xd4\x3c\x74\x07\x43\x68\x06\x1c\xfa\x4e\x8e\x47\xd0\xd7\xb4\x07\xec\x30\x5e\x2c\x49\x8c\xff\x11\xe8\x71\x20\x45\xf4\xab\xcb\x61\x10\x47\x1e\x09\x29\xe8\xe2\x98\x42\x46\x25\x9b\xe3\x4b\x7a\x06\x8d\xa4\x5f\xc8\x7a\x26\xcf\x62\x47\x1d\x8b\x4f\xd6\x5f\x3a\x2c\xbc\x64\xc4\xa6\x2c\x57\x65\x92\x05\x9a\x22\x3f\xa2\x40\x7f\x9c\x08\x49\xdc\x44\xaf\x59\xcb\x1a\x1b\xe8\xba\xef\xd9\xd4\xbe\x8e\xa3\x1b\xfe\x58\xab\xa1\x96\x6b\xe8\x19\xde\x9d\xbe\x16\x8e\xfd\x67\xf7\xe6\xc7\x67\x3f\x27\xbf\x95\x9c\x2e\x8c\x41\x2b\x8e\x19\x4f\xce\x15\xe9\x9a\x72\x51\x48\x1d\xff\x62\xec\xef\x09\xe8\x1a\x02\xd4\xea\xb2\xce\x76\xec\x21\x4d\xc2\xd7\xc4\x1b\xbb\x82\xa6\x16\x10\xd4\xcb\x6f\x09\x82\x7a\xf2\x5f\x08\xea\xff\x0c\x08\xea\xa0\x7a\x57\x7a\xee\xa5\xe7\xd9\x8b\xfe\x27\xf3\xae\x84\xad\xc1\xc5\xad\x49\x42\x2a\xc1\x8b\xaa\x2c\xf6\x45\xae\xf1\x7b\x22\x4c\x75\xd4\x5c\x61\x03\xfb\x1d\xfc\x88\xfe\x79\xc2\x8e\x4d\x60\xbf\xf5\x83\x30\xb1\x81\xfd\x92\xe6\x05\x3d\x93\x12\xbe\x14\xf3\x1e\xf6\xaa\x16\xd7\x35\x7e\xc4\x26\xbd\x02\x3c\x5e\x8d\x03\x83\x10\xec\x14\xb5\x96\xa9\xa1\x95\x83\x1c\x75\x8c\x62\xf5\x0a\x79\x81\x0e\x3a\x89\xb9\x64\xa0\xd7\x71\xed\x08\x9c\x60\x03\x9a\x34\xbd\x43\x7a\x55\x2c\x02\xdb\x51\x71\x83\xd9\xe3\x79\xb2\x9c\xcc\x64\xc0\x6e\x80\xcb\xf4\x49\xfe\xd9\x35\x83\x91\xa5\x92\x92\x01\x49\xb5\x5b\xbf\x85\x11\xa5\x98\x4b\xfe\x30\xc3\x61\x01\xb7\x2a\x1e\x42\xd9\xd3\x4a\x10\x93\x54\xed\x68\x33\x18\x77\x19\xa9\x1b\xe7\xe4\x49\xfd\xed\x61\x58\x0c\x44\x6b\xb6\xa0\x18\x2b\xb5\xf5\x0b\x6c\x1f\x88\x2b\x6b\x16\xd7\x47\x7f\xa7\x81\xd3\x47\x34\x9c\x78\x41\x37\x40\x9b\xcf\x11\xba\x42\xfd\x56\x24\xd8\xcd\xa3\x03\x68\x8b\x67\xf4\xf1\x14\xe1\xeb\x71\xc9\x6f\x5b\xa5\x28\xce\x3c\x6f\xab\xa1\x62\x63\x63\xc0\xbe\x12\xbc\xda\x93\x63\x00\x1a\x05\xb0\x56\x02\xc8\x7b\x72\x3c\xf6\x7f\x04\x39\x4c\x09\xa6\xeb\x3d\x7a\x0c\xd0\x4b\x4f\xe3\x24\x11\xbe\x34\xc7\x93\x9a\x05\xf4\x82\x80\x5a\x50\xf0\x66\x99\x9f\x65\x32\x26\x17\x7a\x91\xc6\x3f\x17\x08\xde\x1c\x32\x3b\xd5\x2f\xf8\x1a\x06\x76\x52\x0b\x03\xdb\x0c\x80\xbd\x64\x08\xd4\x91\x0d\x32\x6a\x1c\x65\xd7\xd8\xbe\x05\x42\x6a\xad\xbe\x84\xb9\x85\x98\xa4\x0c\xfb\x19\x46\x8f\xe8\xbf\xd8\x0e\x93\xc1\x1c\x9b\x28\x68\x48\x30\x8c\xdc\x4b\x98\x9f\x31\x6c\xc6\x16\xe1\x37\xa7\xec\x2e\x56\x5e\x28\xf6\x31\x46\x07\xc6\xd6\x0e\xd4\x05\xb4\xfd\x56\xc2\x4f\x63\x2a\x73\x2b\x89\xb8\x84\x2d\x2f\xab\x91\x7c\x1d\x5f\x19\xff\x7b\xa0\x5d\x41\x9f\x41\x4b\x86\x7f\xc6\xb6\xbf\x53\x1f\x71\xf3\xe4\x65\x72\x0d\xd3\x27\x3e\x96\x30\xb3\x45\x14\xe6\x2d\xdb\xb5\x1d\xf7\xb7\x24\x8c\x5b\x76\xdb\x26\xf4\xc2\xfc\xa6\xa3\x1d\x53\xca\xca\xf0\xd8\x78\x01\xed\x15\xeb\x76\xd1\xd5\x46\x2a\x92\xc1\x95\x0c\x5e\x4d\xe9\x36\x84\xab\x15\xc8\x86\x93\x56\x2b\x1a\x26\x0a\x8c\x2c\x9a\xd4\xed\xe1\x63\xc3\xe1\xa4\x15\xc9\xcd\x72\xbe\xd8\x02\x42\xb6\x04\x84\x55\xfb\x92\x80\x1b\xf5\xd7\x23\x68\x1a\xdf\x44\xba\x87\x84\xa1\x19\xc9\x7a\xe1\xbc\x12\x43\x33\x00\xf3\x9a\x86\x6b\xc3\x61\xfd\xb5\x18\x15\x7e\x7a\x7a\x10\x1c\x7c\xf7\xb4\x44\x7c\xaf\x6b\x54\x58\xf8\xb1\xcd\xd3\xd4\xf0\x90\xe9\x60\xb3\x36\x1e\xad\x25\x4e\xa0\xaf\xd1\xc2\x20\xcd\xc8\xd7\x64\x61\xc0\x82\xd3\xd7\xc2\x28\x6f\xae\x8e\xfe\x67\xf9\x64\x6e\x4e\x23\xff\x62\xf6\x52\x2e\xc7\xff\xc7\x18\x4b\x25\xa6\xf8\x9a\x78\x15\xe9\xbb\x5f\x0b\xab\xbe\xfd\xf9\xff\x5c\x9d\xa7\xff\xe8\x6e\xcb\xaa\x8c\x1d\x77\xc2\xa9\xcc\x20\xb0\x21\xa3\x92\x0f\x7e\x43\x7c\x2a\x18\xe2\x6b\x60\xd3\x0d\x8d\xb5\x9f\xc9\x6f\xfc\xe6\xf9\x8f\xbd\x1f\x5e\x9c\x3c\xdf\x59\x2c\xdb\x33\xc9\x96\x25\x47\x7c\x56\x9b\xbb\xb8\x91\x82\xfd\xaf\x26\x0f\x6d\x53\xd4\x49\x9f\x23\xce\x2c\x44\x63\x49\x0d\x3a\x4b\x51\xc2\xd7\x64\xf3\x95\x14\x53\x51\x29\xc1\xc5\x20\xad\x21\xc1\xa5\x10\x22\x66\x6e\x4f\xc3\xa8\x04\x03\xbb\x91\xdd\x5f\xd8\xfb\xa3\xff\x9a\xd0\xff\x33\x4c\xe8\x59\xf5\xf2\x8f\x7e\x7e\xf2\xeb\x93\xeb\xe8\x68\x8d\x0c\x2e\x0e\xac\x4a\x61\x5c\x81\x8c\xd0\x98\xb7\x52\x02\xd7\x12\xf7\x19\x4c\x4e\x06\xfd\x74\x32\x33\x84\x99\xb3\x97\x98\xf4\xef\x99\xbe\xf8\x5e\x34\xc9\x80\x1e\x45\x7b\x7a\x18\x37\x69\x4f\x9c\xad\xc6\x06\xc5\x6d\x8c\xda\x43\xbb\x57\x06\x2c\xdc\x11\x42\x9e\x5c\x3b\x90\xbc\x5b\x72\xa8\xd6\x79\xf5\x03\xbc\x09\x92\xeb\xb8\xf2\x65\xf6\xcc\x58\x85\x0e\xea\x01\x3b\xa3\xfd\x97\x85\x85\x43\x60\x2f\x22\x7f\x02\x67\x49\x84\x73\xa8\xb9\x61\x4e\xba\xc8\xc3\xec\xfd\x65\x9e\x4c\x93\xc9\x12\xf1\x85\xf8\x7b\xcc\xa0\x89\xb4\x39\x53\x08\x5d\xa0\x3c\xb7\xb7\x99\xd4\xaf\x3a\xc1\xcd\x4d\xb6\x7b\xd3\x66\xaa\x18\xb8\x42\xc9\xc0\x45\xcd\x57\xa9\xf6\x3b\x6a\xb5\xfc\x52\x8b\x16\x36\xcc\x08\x92\x99\x0e\x09\xe9\xf6\xdd\x1d\xe3\x47\x6c\x8b\x61\xec\x64\x7a\x8b\xdd\xbb\xbb\x6b\x91\x12\x7c\xce\x4a\x2b\x53\xc6\xdf\x86\xce\x8a\xce\x3d\xba\xe7\xf5\x86\xc3\x21\x44\x3b\xf9\x93\x24\xc0\x81\x9a\x3a\x42\xd9\x6a\xa5\x58\x65\xb8\x52\x12\xaf\xb7\x69\xf8\x86\x17\x1d\xe0\x2b\x26\x0d\xf5\x21\xc1\xb9\x69\xc3\xe6\xd9\x9b\x5a\xfb\xbe\x2c\x95\x85\x95\x07\x6e\x06\xc2\xf5\x07\x2e\x12\x21\xc2\x49\x92\x2e\xda\x34\x01\x65\x7b\x4f\xbb\x38\x73\xb3\xff\x9e\xb9\xff\x19\x67\x6e\x58\x7d\xe6\xfe\x98\xf5\x7f\x4d\x66\xbf\xfd\xdd\x7c\xe6\x5e\x2e\xc3\xc0\x46\x9f\xf4\xd3\xcb\x0e\xd9\x62\x67\x4f\x43\x3f\x4a\x2e\x65\xc3\x3f\x62\xc4\xb3\x65\x3e\x7b\x9e\xa4\x73\xfa\xe7\x9b\x34\x99\x86\x38\xa6\x46\x79\x8a\x14\x09\x79\x05\xe3\xe5\x0b\x82\xde\x8f\xfe\x3c\x87\x0b\x1f\xa7\xe8\xf1\x07\x68\x35\x20\xfa\xcb\x74\x4d\x69\xb5\xa2\xbd\xba\xcf\xd1\x62\x02\x71\xb6\xf0\x27\x30\x6b\xdc\x6d\xfa\xba\xec\xd7\x0f\x30\x4e\x0f\x69\x90\xfc\xce\xc4\x85\xac\x02\x04\xab\x88\x1f\xeb\x31\x97\x7f\x43\x30\x22\x9a\x8e\xe8\x2f\x16\x22\xfb\x56\xdf\x54\xa8\x24\xd4\x3b\x1c\x8b\x44\xc5\xe0\x7b\xc4\x0a\xd9\x8b\x78\x9a\xc8\x9a\x93\xd7\x11\x9f\x9e\x25\x73\xd8\x8e\xfd\x2b\x1b\xd8\x73\x3f\x8c\xe9\x9f\x88\x68\x44\x9d\xf2\xd3\x1b\xe9\x36\x75\x18\xc1\x38\x6f\x87\xb4\xd1\x0e\xa0\xff\x8f\x2a\x58\x35\x9c\xad\x32\x96\x13\x43\x34\xea\x8e\x81\xe8\xcb\x66\xde\xd2\x42\x7e\xa1\x5f\x48\x3c\x3f\x2e\x4d\x3c\xc7\x72\xdf\xd5\x25\x4b\xea\xc3\x35\xb4\x6d\x60\x77\x4f\xd8\x15\x52\x4c\x1b\x5d\x3a\x66\x97\x3e\xce\x23\xec\x38\x9b\xe5\xf9\x62\x70\x70\x70\x7d\x7d\xed\x5e\xf7\xdc\x24\xbd\x3c\xe8\x76\x3a\x9d\x03\xd4\x5c\xe9\x4d\xfc\xee\xc1\x9a\x5c\xc7\x3c\xcc\x55\x70\xa9\x27\x62\xaa\x8b\x30\xc8\x3c\x03\xd7\xcf\x67\xac\x8b\x68\xd1\xbf\xf2\x7a\x6e\xf7\xa4\x6f\x79\x47\xae\x77\x7c\xe2\x77\xdd\x93\xe3\x23\x8b\xfc\xb7\x63\x79\x96\xd7\x76\x3b\x9d\x93\xf6\xa1\x7b\x7c\xe8\x59\xea\x4d\x74\x1b\xdd\xb4\xd0\xcd\x4f\xf3\x43\xf7\xf0\xf4\xa8\xed\xb9\x87\xfd\x63\xdf\x73\x7b\xbd\x9e\x45\xfe\x8b\x5b\xb1\x3a\xed\xae\x7b\x74\x74\x6c\xa9\x77\xd0\xbd\x8e\x85\xef\x7c\x9a\xf7\xdd\x93\x43\x74\xab\xdb\x3f\xf5\x3d\xb7\x7b\xec\x59\xe4\xbf\xa4\x01\xb7\xd3\x3d\x6e\xbb\x5e\xe7\x78\xd2\xb1\xdc\x4e\x0f\x5d\x76\x3b\x47\xc7\x6d\x74\x1d\x5d\xfe\x34\x6f\xbb\xa7\xbd\xe3\x76\xcf\xed\xf7\x8e\x0c\x1d\x70\x4f\x4f\x70\xef\x4e\x0f\x27\x6e\xa7\xd7\x73\xbd\xe3\x2e\xfe\xb7\xd7\x3f\x41\x4d\x1d\x76\xdb\x6e\xe7\xd8\x3d\xec\xb5\xdd\xfe\xd1\xa1\x7b\x7a\xd4\x46\x2f\x58\x9e\xdb\x41\x63\xeb\xbb\xc7\x5d\xab\xe7\x76\x4f\x8b\x0d\xb7\xd1\x23\xb8\xe5\xde\x89\x61\x74\x9e\xeb\x79\xa8\x99\xbe\x77\xec\xf6\xfa\x5d\xf4\xff\xf1\x9d\x0e\xed\x78\x77\xd6\x76\x3b\x5e\xef\xd3\x1c\xb5\x73\xd2\xee\xb9\xbd\x9e\xa1\xf3\xe8\xde\x09\xfa\x46\xb7\x3f\x71\x3b\x5e\xdf\xf5\xbc\x3e\xfe\xb7\xdb\x3d\x45\xbd\xef\xf5\xbb\x7e\xe1\xdb\x6d\xcf\xf5\x3a\x5d\xd4\x83\x93\xee\x0c\x3d\x8d\x49\xd4\x3d\xb4\x8e\xd1\x7f\x4d\x24\xf2\x8e\x0e\xdb\x68\xfe\x26\xa8\x4f\xae\x77\xda\x6b\x23\x12\xbb\xbd\x93\x36\xba\x85\xee\xa0\x26\xfa\x27\x6d\xaf\xeb\x7a\xa7\x9e\xa9\x89\xc3\xce\x71\xdb\x73\x4f\xbc\xfe\xc4\x45\xdd\xeb\x1d\xbb\xde\xe9\x89\x7b\x88\xba\x7c\xd4\x77\x8f\x4f\xd0\x84\xf5\x4e\xdc\x3e\x6a\xb3\x7b\x72\xea\x9e\x74\x4f\xda\x2e\xe6\x8b\x4e\xff\xf0\x0a\x7d\xf7\xe4\x13\x62\x49\xd4\x64\xf7\x08\x31\xc6\x93\x43\xf7\xf4\x98\xfe\x8d\x98\xa5\xe3\x1e\x9d\xa2\x3f\xe8\x43\x1d\x0b\xdf\xc7\xff\x11\x17\x27\x5d\xf7\xb4\x7b\x8a\x9a\x43\xdc\x79\x7c\xe2\x9e\x1e\x1e\x5a\x27\x6e\xe7\xf4\xc4\xea\xba\xc7\xfd\xee\x4b\xef\xd4\x3d\xb1\xfa\xee\xc9\xa9\xef\x75\x08\x63\x76\xe8\x07\xd0\xdc\x78\xc7\xae\xd7\xeb\x59\x27\x6e\xbf\xdf\xb7\x0c\x0f\x58\xf8\x81\x63\xf4\xc0\xb1\x17\x79\xee\x51\xf7\xd8\xea\xba\x5e\xcf\x47\x8b\xc9\x3b\xb1\xe8\x3f\x64\x1a\xf8\x67\x7b\xbd\x4f\x66\x1d\x45\x4b\xf5\xad\x91\xef\x5b\x08\x81\xa8\xde\x3b\xf9\xe6\xbd\xf1\xde\x69\x6b\x80\x70\x5d\xd0\xf3\x1a\x02\xe6\xb1\x1d\xa8\x80\x69\x66\x1b\xe1\xd4\xbd\x63\x29\xd2\x86\x9d\xa7\x14\x48\xbd\xd7\x0c\xb3\xaf\x48\x9c\x13\xe2\x0d\x49\x92\x0c\x5a\xbc\x6d\x8c\xd8\x26\xfd\x40\xc4\xeb\x37\xa9\x75\x25\x10\x68\x4c\x49\xec\x52\xd3\x25\x08\xf7\x96\x85\x74\x49\xfc\x58\xe1\x0e\x3d\xe5\x17\xc9\x22\xb9\x82\x69\x7b\x0e\xe3\x25\x87\x1d\x58\x24\x59\xc8\x92\xec\xed\x08\x4e\x1b\x41\x9e\x1b\x3e\x52\x85\x6c\x90\xa7\x21\xce\x0a\xdd\xf0\x0b\x96\x04\xaa\xd4\xeb\x82\x91\xfd\x13\x89\x1d\x2b\xa1\x47\x03\x8c\x29\x1d\x03\xd2\x0e\x26\xae\x20\xf9\xc6\x18\xfb\x35\xc9\xb2\x09\x7c\x47\x81\x2a\x06\x80\x8c\x7f\xfd\x2b\x97\xff\xcf\xc0\x29\x99\x95\xcf\xe0\x3c\x83\xd1\x15\xcc\x38\x66\x49\xcc\xee\x06\x18\xcd\x88\x54\xac\x0e\xe3\x4b\xeb\x3a\x8c\x22\xfc\x04\x51\x9e\x31\xfa\xc0\x84\xd4\x2b\xc6\x08\x1b\x6e\x79\xef\xcc\xa5\x15\x6a\xcd\x51\x9d\x1a\x02\xb5\x49\x8d\x59\xbf\x31\x14\xd6\x21\x5b\xd1\x87\x60\x24\x64\x7c\xba\x9f\xf0\x8b\x42\xda\xdf\x64\xd5\x17\x86\x51\x07\xda\x13\xd8\x8f\x29\x18\x15\x1e\xdd\xc1\x5f\x0e\xfe\x72\xc0\xa7\x2f\x13\x16\xb7\xbe\x01\xdd\xb3\x6b\xdc\x22\xab\xa1\x3e\x81\x1d\xf9\x9f\x30\x7c\x4b\x09\xe2\xa7\xa7\xec\xc2\xfd\xd2\x1f\x78\x91\x11\x28\xf2\xe0\x2c\xa7\x48\x79\xba\x57\x6f\xcb\x95\x27\x68\x89\x5b\xc7\x47\x82\x02\xd6\x27\xaf\xfa\x53\x76\x32\x49\xfb\x0a\x79\xef\x54\xde\x68\x68\x98\x5e\x98\xb5\xfd\x49\x1e\x5e\x41\xb5\x0e\xca\xe3\x59\x0a\xa7\x8a\x3e\xe4\x95\x28\x47\x54\xe9\xd3\x82\x02\xed\xff\xc7\x2e\xfb\x66\x59\xe1\x98\x06\xdb\x44\xcd\x25\x42\xad\xd0\xdb\x7c\x45\xde\xa8\xd5\xb1\xac\xe9\xdc\x5a\xf8\x9c\xad\x77\x8f\xee\xa9\x82\xb7\x5a\x38\xd7\xe7\x7e\xec\x5f\xca\xe7\xfa\x2e\x59\xf0\x84\x56\x33\x42\xff\x14\xaa\xf5\xad\x65\x5e\x33\x8b\x1d\x6b\xc7\x15\x39\x1d\x3d\x03\x03\x7d\x03\x6c\xf3\x8a\x50\x5f\x9c\x4f\x5f\x94\x57\x8c\xe1\xb1\xdd\x63\x34\x8f\x15\x67\x50\x83\x7e\x19\xd8\xf3\x10\x74\x8f\x4a\xde\xd8\x2c\x9c\xb7\xdb\x2f\x2d\xba\xa3\xc3\x45\x4d\xaa\xe5\xcb\xa7\x7e\xee\x4f\x60\x9c\xc3\xf4\x3f\x42\xc0\xf4\xb6\x17\x30\x37\x18\xc1\x96\x02\x4a\xc7\x24\xa0\x74\x76\x2a\xa0\x6c\x29\x9e\x04\x9c\x8b\x6a\xca\x27\xbd\xde\xe7\x12\x4a\x70\x0a\x06\x9e\x72\xa0\x7f\xf8\x1e\xe4\x11\xaf\x20\x8f\xc8\xc2\x82\x51\x36\xf1\x74\xd9\xa4\x57\x47\x36\x29\x82\xf7\xa2\xd7\x5e\x26\x13\x1f\xef\xd7\xb6\x15\x66\xed\x88\xfc\x32\x14\x01\xad\x2f\xd3\x04\x13\x5b\xfe\x00\xeb\xd7\xb7\x75\x02\x49\x82\x4b\xcf\xb0\x01\x14\x4d\x19\x0a\x31\xb7\x61\x0d\xcb\x14\x27\x40\xf7\x62\xda\x7e\x23\x94\x57\x53\xeb\x9f\x41\xbe\xea\x99\x4f\x21\x0f\x74\xbb\xf7\x77\x6a\x76\x8a\x35\x24\x15\x92\xf6\xd6\xe8\xfc\x27\xa4\x26\xb1\x1f\x58\x14\xb5\x62\x0b\xc9\x4f\x3b\x5a\x0f\x4b\x14\x0e\x66\x66\xe0\x1f\x2c\x13\xdc\x4c\xda\x46\xc5\x29\xbd\xc6\x45\x51\xe7\x8b\x4a\x04\x0a\x27\x87\x59\x89\xaf\xcb\x94\x55\x34\x8f\x93\xe0\x33\x12\x9c\x7c\xed\xb3\x51\xbb\xfa\x73\x52\xdb\x3f\x51\x2a\xdc\x1f\x9d\x3f\x54\xd8\x70\x77\x4c\xe4\x0f\x57\x9f\x8f\xc2\x15\xdf\x92\x1a\xfe\x11\xde\x1c\xfc\xc2\x64\x87\x7b\x23\x71\x88\x5d\x98\x04\xbe\xf5\x33\x91\x5a\xfa\xe4\x67\x23\x79\x8d\x6f\x4a\x1f\x78\x21\x13\xe5\xfe\x68\x4f\xd0\x55\x77\x44\x75\x81\xf8\x91\x09\xa9\x59\x0c\x89\x54\xb3\xb1\x9e\x24\x71\x9e\x26\xd1\x9a\x71\xd5\x9f\x4b\x34\x04\x17\x97\x4f\xf9\x8c\x93\x59\xe7\xa3\xd2\x17\xde\x91\x27\x6b\xce\xe4\x76\xa4\x58\x24\x51\x38\x09\x3f\xe7\x76\x5d\xef\xb3\xd2\x37\xde\xb0\x67\x3f\x0b\x41\x10\x4f\x7e\x6e\x6a\x54\x7f\x53\xfa\xc0\x5b\xfc\xe0\x67\xa1\x83\xbf\xcc\x67\xed\x39\xcc\x67\x49\xf0\xb9\xc9\x51\xeb\xd3\xf2\x56\xb1\xcc\x67\xd6\x2b\xfa\xfc\xb6\xfb\x9f\xea\x10\xad\xf7\xc2\xee\x5c\xc1\xc5\xe0\x9d\x1d\xc5\xd3\x94\x94\xaa\x32\x70\x47\x79\x79\xef\x5a\xf6\xa7\x14\x87\xda\x6c\xa4\x23\xde\xbf\xf9\xe9\x07\x18\x2d\x6a\x68\x3b\x95\xaa\xd1\x3d\x1b\x98\xbc\x63\x83\x81\x89\x5f\xdc\xa5\x81\x09\x37\x8c\x0e\x77\x1a\x95\x26\x81\xd9\x9b\xed\x12\xd5\x95\x35\x36\x36\x0a\x7c\x1e\xc3\xc3\x53\x19\xef\x7e\x33\x5d\x7c\x27\x2f\x98\x28\x2f\x03\xe8\x97\x98\x84\xaa\xa6\xa1\x1c\x2e\xff\x9b\x99\x9d\x1f\xfc\x6c\x16\x3e\x49\xd2\x85\xf5\x12\xd1\xe2\x6b\x98\x9f\xd3\x26\xae\xa4\x4d\xe7\x55\x9e\xcb\xb7\xcf\xde\xbc\x7e\xff\xe2\xfc\xfc\xe7\x67\xdf\xd6\xca\x7a\x93\x26\x57\x61\x00\xad\xe7\x10\x06\x17\xfe\xe4\xc3\x67\x9a\xbc\xe2\x6d\xef\x04\xcd\x5a\x89\x09\xac\xc1\xe7\x0d\x2d\x1f\xd7\xf3\x18\x69\x37\x6a\x8a\x5c\xac\x74\xa8\x7d\x2f\x52\x95\xde\xba\x62\x7b\xe2\xb7\x6a\x0a\x4d\xa5\xfa\x21\x92\xd9\x90\x0a\x3a\x21\xc0\x66\xbb\x51\x11\x2b\x45\x11\x2c\x25\x06\x34\x0e\x9e\xb2\xb5\x1e\xef\xad\x62\x67\x19\xec\xfb\x85\x60\x84\x0e\xd1\x75\x59\x51\x21\xbb\x46\x60\x74\xd9\x49\xde\x07\x23\x11\x91\x4f\x9b\x67\xd7\x58\x68\xfe\xe6\xa7\x78\x8d\xb5\xbd\x8c\xe5\xe2\x48\xdb\xc6\x3e\x29\x75\x74\x73\xff\x82\x26\xc2\xd8\x1d\xca\x76\xa4\xb6\xae\x7a\x60\x75\xd1\xbf\x76\x5b\xab\xb7\x5b\x48\x5e\x5b\xa4\x30\xcb\x6c\x39\x55\x0d\x5f\x79\x82\x6b\xe0\x8f\x2b\x99\x5f\xed\x63\xd1\xaa\x7f\x69\x85\xe6\xea\x36\x85\xd7\xd7\x3d\x70\x02\xec\x79\x12\xf8\x91\xce\x73\x2c\x83\x3f\x89\x59\x76\xc4\xe3\x24\x4e\x16\x30\x2e\x9e\xdf\x15\xe4\x10\x49\x7e\xa4\xb8\x87\xb8\x40\x9a\xda\xc1\x31\x80\x8e\x1e\xd6\x69\x5e\xf8\x46\x03\x20\x10\x5e\x42\x32\x58\x32\x29\x5e\x7f\x5c\x3f\x9a\xe2\x5e\x03\xf1\xe4\xc9\x56\x6b\x82\xd1\xaa\xc5\x79\x62\x55\x06\xda\xab\x0d\x6d\xe0\xad\xb9\x87\xf2\x5b\xe6\x8f\x30\x94\x47\x21\x83\x6c\xeb\x75\x6b\xce\x03\x3e\x4f\x28\xc2\x6c\x70\x54\x8b\x0d\x8c\x07\x68\x59\xc8\xc5\x7d\xcf\xc6\x46\xa5\xbe\x4c\xdf\x41\x1c\x77\xb1\xcc\x73\x5a\x2c\x0b\x6f\x5d\x13\xbc\x41\x99\x7d\xec\x5d\xe0\x1d\xaa\xa9\xb6\x7d\xa5\x81\xea\x0d\x0d\xfd\xef\x49\x12\xe7\x61\xbc\x84\xb8\x12\x77\xb2\xcc\xad\x28\xb9\xbc\x0c\x63\x5a\x48\xbb\xa2\xa7\x4d\xb9\xde\x3b\x6c\x2c\x89\x79\xfd\x35\x61\x18\xbb\x8e\xda\xd8\xd5\x49\xf6\x9f\xbc\x8b\x7b\xdf\xcc\x2e\x6e\xae\x3d\xff\xdf\x2d\x7d\x07\x0c\xa1\x6d\xe9\xbd\xcd\xb7\xf4\xde\x7f\xe0\x96\xde\xfd\x56\xb6\xf4\x6e\xf3\x2d\xdd\xab\x65\x1b\xb9\x5f\x13\x70\x6d\x26\xd8\x3a\x0e\x11\xfd\xef\x65\x72\x99\x2c\xf3\xcf\xca\xbc\xdb\x19\x87\x4d\xb6\xe1\x8d\x4d\xc3\x5a\xc2\x18\x86\x7e\x46\xbb\x2c\xf3\xbd\x26\xe9\x8b\xa7\x3b\x88\xb8\xaa\x70\xfc\xc6\x49\x0c\x6b\xae\x1c\x4b\xd9\x44\x8f\x9a\x85\x79\x4b\xdd\xa8\x5e\x48\xfa\x77\xbc\x4e\xf9\x87\x9a\x47\x87\xa9\x6d\x9f\x4a\x96\x77\x3f\xbe\x84\x69\xb2\x64\x7b\xda\x63\xb6\x0f\x8d\x0d\xc8\xd6\xd4\x70\x01\x46\x76\x84\xd9\x77\x47\x01\xe8\x72\xf7\xee\x3f\x08\x90\xfc\xaf\x72\xfd\x89\x2e\x35\x5e\x87\xb5\x5e\x2c\xde\x3e\x45\xf3\x5d\x39\x87\x3b\xb0\x61\x1e\x83\x93\x6d\x44\xe7\xe2\xed\x43\x70\x64\xee\x74\xf1\xd1\x1e\x28\x13\xdb\x0b\x86\xbe\x86\xde\xd1\xb2\x9e\x6f\x90\x09\xbb\x13\x8f\xe7\x09\xe8\x75\x8a\xfb\xc2\x4e\x1c\xb4\x0a\x84\x42\x23\x3b\xa7\xd2\xc5\x13\x01\xd1\x2d\xe7\x9d\x00\xfb\x31\xfc\x98\xc3\x34\x26\xd1\xa8\xeb\xfc\x3f\x4f\x5e\xbf\xf9\xf5\xed\x8b\xbf\xfd\xf0\x4e\x73\xff\xf0\x3f\x31\x76\x7f\xb3\xb5\xfa\xff\xfd\xbf\x3c\x46\xb7\xea\x83\xbf\x3e\x3b\x7b\x2b\x19\xf3\x10\x67\x70\x2f\x8e\x34\xd2\x1a\x0b\x86\x9d\x0f\x65\xe5\xc7\x89\x41\xa7\xa2\x53\xbf\x3c\x7b\x7b\xfe\xe2\xf5\x4f\x6a\x6f\xd4\xe6\x4d\x95\x9b\x9b\x4d\x41\x65\xb1\xee\x0d\xc8\x6c\x76\x48\xd6\x26\x58\x57\x31\xb5\xda\xff\xfa\xd8\x9b\x3c\x68\xb7\x2d\xdb\x48\xa0\xbf\xbd\x78\xf7\xfe\xfc\x87\x33\xc1\x20\xed\xf6\xbf\x3e\xf6\xa0\x91\x60\x35\xb3\x5e\xee\xe3\x62\x77\x9d\x83\xa7\x6e\x29\x6c\x5e\x02\xbb\x1d\x66\x6d\x8c\xa6\xd2\x26\x47\x5a\x18\x5f\x25\x13\x9f\x22\xe3\x13\x30\x7d\x86\x93\x1f\x61\xc5\x29\xcc\xda\x94\x09\x44\xcd\xec\x89\x8f\xee\xc3\xdf\x05\x98\x3e\xbe\x47\x70\xf6\xc9\x7f\xb3\x24\xcd\xdb\x17\x37\xe8\x8b\x18\xf7\xbe\xcd\x30\xfa\xa1\x3f\x41\x2f\xa4\xf0\x37\x38\xa1\x4f\x60\xb0\x9a\x65\x1c\xfe\xbe\x84\xed\x30\x68\x02\x58\x66\x06\xa3\x52\x10\xcb\x92\xf5\x88\x65\x3a\x20\x7f\xd6\x6a\x45\xa5\x08\x66\xb8\x5c\x2c\x85\x14\x63\xaa\xa3\x8b\x01\xde\x5a\xce\x8a\xd4\x2b\xd5\xef\xe2\x82\x8b\x2d\x67\x25\xb9\x51\x38\x2a\x19\x36\x47\xd0\x3a\xa7\xb4\xce\x1f\xc5\x33\xe3\xf0\x65\x1a\xfe\x18\x36\x9c\xd4\x42\x1f\x8b\x0a\xaf\x69\x70\xea\x99\x06\xba\x4e\x0c\x3d\x75\x90\xc7\x0c\xef\x55\xb7\x2d\xbb\x90\x9a\xc3\xc1\xcb\x6f\x57\x41\xc2\x27\x95\xf8\x66\x21\x48\x6a\xe0\x9b\x41\x3f\x68\xd3\x43\x4d\x45\x35\x13\x8f\x33\xb0\x2a\xf2\xf4\x7d\x00\xd3\xca\x60\xbc\x95\x15\xb3\xe7\x49\x00\xa3\x92\x2a\x98\x78\x28\xb4\xa2\x66\xe4\xdf\x24\xcb\x7c\x20\xca\xba\x36\x03\xeb\xc5\x4d\x91\x36\xca\x2a\xdb\xa2\x47\xca\x5e\xf9\x36\xcb\xda\x22\x91\x26\x45\x5b\x25\xd9\x17\xbe\x16\x00\xed\x5f\x96\x6f\x2e\x5e\xbd\xf9\xee\xe5\x56\x45\x01\x14\x1c\x52\x6d\xa0\x58\x3e\xa8\xc0\x21\x65\xd5\x7b\xcc\x80\xa3\xcc\x16\x5a\x5e\x3b\xa6\xab\xc9\x10\xfc\x0d\xae\xb4\x69\xad\x1a\x90\x48\x8b\xad\x10\x9b\x64\xb1\x8d\x42\x0b\x76\x55\x04\x60\x49\xe3\xdc\xc4\xa6\xe5\xb7\x75\x85\xa8\x7b\xc6\x69\xa7\xc8\x21\x7e\x9c\xc4\x37\xf3\x64\x49\x01\x5b\xe8\xd2\x25\x8a\x63\x68\xeb\x58\xce\xc6\x08\x83\x75\x40\x9f\xe5\x07\xfa\x36\xd8\xcf\x46\xee\xbf\x47\xb4\xf0\xbd\xea\xb5\x78\x75\xd3\x9e\x24\x01\x9c\x87\xa4\x62\x9c\xbc\x07\xa9\xf7\x2a\xde\xfa\x36\xb7\xa1\xdf\xae\x73\x9a\xf5\x6a\xc2\xda\x14\xaf\x2c\xf3\x30\xca\x0e\x82\x64\x7e\x80\xf1\x4b\x59\xa6\xec\x67\x3f\x9d\x52\xb8\x48\x4a\x4e\x24\x74\x2b\x0b\xf3\x24\xbd\x39\x48\xc2\x60\xd2\x5e\x90\x48\xa9\xb4\x46\xc9\x67\xa5\x84\x75\xed\x6a\xd5\x61\x1c\x2a\xf4\x27\xa5\xec\x4d\x95\x94\xb4\x22\xf7\xa2\x2e\x34\xbf\xd4\x72\x56\xe0\x3a\x8c\xa2\xa7\xa4\x44\x3c\x45\x71\x6f\xd0\x3a\x1a\xbd\x2a\xea\x49\x45\xf5\x49\x25\x7b\xf4\x8d\x20\x0c\x5e\x60\xa0\xff\xb2\x2f\xb0\x42\xf9\xd2\x0f\xb5\x59\x72\x6d\xd8\xea\x80\xdc\x9d\xa6\xc9\xfc\x4d\x9a\xcc\xc3\x0c\x3a\x2d\xd1\x8d\x69\x18\x07\x4f\x92\x00\x7e\x7f\xf3\xf3\xdb\x97\xb4\xc2\x7e\x3a\x71\x8a\xfd\x2a\x14\xfb\xa7\xa5\xea\x07\x70\xf8\x50\x2d\x4b\x0d\x1d\x40\x66\x40\xdc\xc1\xbf\x91\x08\x8b\x84\xd8\x46\x02\x07\xea\x40\x7b\x92\x44\x11\x2c\x39\x7b\xb9\xe8\x21\x9e\x91\x5e\xd7\xef\x99\x1e\x27\xb2\x49\x76\xb0\x80\xe9\x04\xa9\x9d\x97\x10\xdd\x5d\xce\xe3\x35\x05\xeb\x49\x0d\xd8\x5d\x1d\xf6\x7e\xf5\x61\xff\xea\x9f\xf1\x3f\x3f\xfc\xfa\x74\x66\x3e\xec\x29\xc2\x27\x8b\x3c\x9a\xc0\x28\x52\x01\x3f\xcb\xe0\x3c\xd5\x22\x7c\xac\xa0\x9c\x46\x74\x4b\xfb\xdd\xce\x26\x69\x12\x45\xb8\xe4\x5c\x1f\x78\x27\xf4\xe0\xea\x81\x43\x71\x1e\xd2\x03\x3d\xbc\x9c\xe5\x03\x1b\x57\x2f\xf4\x4e\xf9\x15\xa2\xc0\x2a\x70\x95\x47\xc0\xc3\xad\x75\x49\x85\x0e\x62\xd9\xd7\xc0\xd6\xbc\x13\xd0\x2f\x4b\xb4\x57\xf2\xec\x89\x5d\xea\x10\x87\x9c\xda\x57\x61\x9a\x2f\xf5\x0c\xf3\x06\xd5\x0a\x55\xeb\x0a\xc9\xd4\x4f\x61\x46\x14\x98\x22\xac\x38\xbb\xa7\x27\xee\x2b\x07\xfb\x09\x63\xc3\xd8\xcf\xc3\x2b\x48\x09\x8a\xce\x0a\xc9\x63\x49\x04\x04\x60\x3f\x66\xa6\x35\xf2\x4d\xfb\x31\x25\x3f\x06\xb4\x10\x3f\xf3\x64\x21\x7e\x3d\xe1\x28\x08\x93\x28\x84\x71\x7e\x1e\x7e\x82\x4f\x78\xc4\x1f\x12\x79\xc8\xdc\xf5\xc7\xe4\xdf\x43\xfa\xef\xd1\xd8\x38\x26\xa5\x51\x5d\xf6\x91\x1f\x34\x7c\xad\xb9\x05\xde\x2e\x06\x3b\x62\xb2\x53\x48\x85\xce\x58\xc7\x27\x90\xff\x3e\x04\xde\xf1\x26\xa8\x09\x4a\x4c\x6a\xd1\xdf\xa9\x0d\x12\xbb\x20\xf8\xcc\x76\x31\xe7\x13\xdf\x43\x96\xdf\xd0\xf0\x45\x35\xb8\xf5\xb0\xe0\xb2\x30\x20\xd2\xcb\x71\xb0\x87\xd8\xbc\xaa\x55\x0d\x89\x95\x2a\x32\xf4\x93\x21\x71\x7a\xa9\x83\x46\xa3\x89\x3f\x60\x96\xaa\x0c\x95\xa5\xec\x78\x13\xc2\x28\xd8\x32\xaa\x41\xd6\x09\x08\x9c\xaf\xaa\x02\xe0\xf5\x3b\xd2\x7a\x2d\x46\x41\x10\x6c\x09\xe5\x7a\xf5\xfc\x09\x35\x3a\x1f\xc0\xdc\x0f\xa3\x1a\x4e\xf1\x42\xef\xc9\x9b\x5f\xae\xf7\xc0\x7e\x8c\xdb\xc8\x14\xe7\xbe\x56\xad\x56\x8a\x96\x9e\x27\x29\x6c\x2b\x4e\x68\xdc\x18\xfc\xb8\xf0\xe3\x00\x06\x25\x15\x73\xcd\x1b\xa7\x67\x18\x99\x64\xd1\x05\x58\xf7\xa8\xdc\x08\x78\xc9\x2e\x63\x2b\x5b\x40\x73\xe8\xda\x27\x9e\x2b\xa1\x97\x55\x05\x47\xd7\x9f\xc2\x9a\xe1\xec\xf5\xad\xf8\x45\x96\x30\xa3\x55\xac\xc5\x85\x32\x57\x91\x5d\xaf\xcb\xca\x6e\xe6\x43\x44\xbd\x6c\x11\xf9\x37\x03\x2b\x4e\x62\xf8\xd7\x8d\xf6\xd9\x93\xcf\xbc\xcd\x7e\x8e\xed\xd4\xfb\x96\x76\x51\xba\x48\xbb\xdf\xc0\x96\x79\x1f\x5d\xdd\xd1\xfe\x68\xda\x14\xcb\x76\xb2\xee\xd7\xb2\x7f\x29\xf4\xfc\x0c\x9b\x95\x07\x98\x0b\xaa\x8e\x33\xbc\x66\x45\x1a\x60\xc7\x09\x16\x5a\xf9\x1a\xa3\x3e\x20\xa4\xc0\x2d\x71\x99\x67\xec\x89\x92\xad\x57\x44\x1f\xa3\xf3\x4e\x4a\x1b\x64\xa5\xce\x25\x5c\xb5\x1c\x9f\x7c\xd8\x47\x95\xc4\xed\xeb\x30\x0e\x92\x6b\x1b\xd8\xef\xa9\x50\x7d\x4e\x64\xea\xf7\x44\xc2\x7d\x49\x44\x6a\xfa\xeb\x1d\xee\xdc\x7b\xa4\x4d\xa1\x6f\x90\x8b\xb8\xf6\xf4\x0d\x2d\x1e\x41\x9d\x69\xb8\x10\x45\x03\x93\x9a\x51\xa9\x65\x26\x35\x5c\x44\x84\xf2\x93\x70\x70\xb8\xd3\x24\x9d\xfb\xf9\x8b\x1c\xce\xcf\xd1\xe7\xb1\xed\x25\xab\x34\xbc\xf9\x80\x9b\x97\x98\x4d\x26\x65\x17\xc0\x6d\x03\x3b\x0b\x55\xe3\x0e\x3b\x1d\x80\x68\xf1\x03\xf9\x79\xdc\x01\x94\xbe\xb8\xc2\x30\x20\xe4\x19\x70\x7d\xab\xa9\xcd\x85\xea\xdc\xc3\x91\xd7\xe9\x8c\xc9\x25\x44\x57\x61\x80\x41\xbf\x5a\xa4\x82\xf5\x7a\xdb\x48\xf9\x77\xfe\x44\x6b\xea\x89\x86\xe9\x85\x96\xfd\xbf\x68\x75\x68\xf4\x25\x47\x68\x8e\x43\x5a\x94\x9a\x8c\x90\x55\x7b\x26\x2b\xd6\x25\xea\x9e\xeb\x2f\x16\xd1\x0d\x29\xb8\x3d\xba\x25\xd1\xa6\x03\xfe\x81\xab\x10\x5e\x2f\x92\x34\x6f\x39\xab\x31\xe9\xfc\x5b\x38\x81\xe1\x15\x3c\x43\x5a\x79\x13\xbb\x14\xa2\xff\x4b\x6c\xaf\xc0\x5d\x1a\x61\x55\x9f\x7b\x57\x86\x31\xbc\xb6\x38\xf3\xb4\xc8\xf4\x5e\xc2\x9c\x16\x02\xc7\x8b\xc5\x8d\x60\x7c\x99\xcf\x6c\x07\xe8\xb7\x99\xd1\xc3\x70\x87\xcf\xba\xed\x38\x7b\x72\x09\xec\x3d\x43\x2f\x74\x56\x1d\xf2\xf1\xe5\xce\x6d\x04\x73\x2b\x1e\x46\x32\xbd\xc4\x20\x59\x85\x1f\xe8\x52\xce\x22\xe5\xb2\x5b\xf1\x77\x43\xfb\xaf\x9f\xda\x78\x99\x0c\x2c\xcf\x76\x40\xbc\x5a\x01\xbc\x0c\x29\x0f\xd3\x1d\x23\x68\xf1\x92\x16\xad\x82\xb5\x95\xcf\xe7\x03\x65\x3e\x1f\xdd\xae\x06\xb7\x94\xc5\xf5\x81\xd3\xc6\x9c\xd5\xca\x71\x00\x9d\xf1\xc1\x2d\x99\xf2\x81\xec\xf2\x51\x1d\x36\xa2\x01\xbc\x96\x38\x83\xfd\x79\x9a\x24\x39\x4c\x47\x69\x12\xc1\x21\x8b\x98\x21\x01\x33\x7f\x76\xf6\xc2\x29\x22\x10\x2b\x45\xe9\x81\x74\xa8\xf0\x2b\x6a\xf5\xfb\x64\x19\x07\x61\x7c\xf9\x04\xab\xd9\x6f\xe1\x24\x6f\x39\x6e\x9e\x2c\xbe\xcb\x5d\xa2\x79\x93\x59\xfa\x2e\x06\xfe\x10\xba\x84\x0d\xdd\x30\x8e\x61\x4a\x6e\xb4\xd3\x3d\x32\x72\x98\x0b\x4a\xbd\xf2\xf3\x99\x3b\xf7\x3f\xb6\x3a\xc0\x67\x86\xbf\xe5\x22\xf0\x73\x88\xa6\x30\x6b\x29\x97\xce\x31\xcd\xde\xd0\xa8\xd6\x96\xb3\x5a\x01\x2c\xa7\x29\xd4\x90\xab\x72\x21\xfe\xc7\x4f\x3c\x0f\xd3\x2c\x3f\x8b\x27\xb3\x24\x6d\x41\x60\xbb\xba\x91\xe9\xa1\xb5\x8c\xac\x87\x56\x14\xda\xce\x0a\xe8\x86\x5d\x48\x38\x27\x1f\x72\x66\xa1\x7c\xfc\xd0\x93\xca\x25\xf1\x9b\x23\x6f\xfc\x48\xfe\x31\xb8\x5d\x61\xf2\x32\x92\x50\xf6\xda\xdf\x87\x0f\x86\x85\x39\x63\xa7\x86\xe3\xdc\x92\x5b\x59\xe1\x16\x58\xf8\x69\x06\x5f\xc4\x79\x0b\x32\x8a\xfd\x29\x4d\xae\x87\xd2\x88\x93\x0c\x66\x79\x0b\xc9\xba\x80\x7d\x56\x7a\xd2\xc5\xcc\xeb\x7e\x7a\x81\x58\x7a\xe8\xf1\x02\xa4\xbc\x81\x2c\xbc\x88\xc2\xf8\x92\x77\x99\xc8\x0b\xce\x5e\x5c\xc9\x06\xb1\xc2\x06\x0f\x0b\x3b\x5c\x25\x03\x56\xb5\xfc\x08\xb5\xec\x67\xd9\xcb\x30\xcb\xb1\x29\xd8\xf6\x2f\x92\x2b\x68\x3b\x03\xf9\x06\xb5\x5d\xb3\x7b\x2b\x18\x65\xf0\x76\xdd\x90\xca\xdf\x07\xa5\xe4\x8f\x71\x19\xaa\x12\x6a\xa2\x9b\xab\x15\x5a\xb2\x92\xa5\x39\x5b\x6b\x69\x9e\xfb\x37\x17\xb0\x1d\xc6\xac\x28\xba\xc9\xc8\xac\x3f\x53\xf9\xfe\xb7\xe9\x65\x42\x82\x71\x7b\xe1\xc7\xa6\xe2\xf7\x95\xe6\xf0\xcf\x56\x87\xf7\x65\xf7\x66\x91\xc5\xe9\x4f\x66\x53\x38\xa9\x86\x55\xc7\xf4\x6d\xac\x65\x4f\x74\x5f\x59\xa3\xec\x09\xbd\xb6\xa8\x28\x74\x8b\x8a\x82\xae\x21\x34\xd0\xa1\x0e\xb9\x05\x5e\xcc\x82\x45\x2c\xb5\x9d\x71\x31\xdd\xb7\x86\x2a\x37\xe1\x28\x61\xf5\xd5\x14\xd9\xf5\x8d\x35\x62\xe5\x93\x35\xcb\x5a\x48\x65\x8e\xab\x35\xe0\x35\xd6\xf7\x75\xd1\x06\xd5\xdd\xad\x15\xbf\xab\x5b\x54\xaa\x22\x7c\x71\x73\x1e\xb3\xb3\x74\x45\xc4\x3e\xd3\x27\x69\x35\x71\x83\x05\x66\xcd\x4c\x35\xc9\x7f\xa8\x37\xf0\x35\xda\x9e\x39\xc0\x60\xab\x18\x43\x9e\xec\xa2\x0e\x55\xe8\x7b\x34\x4a\x30\x82\x79\x13\x75\x49\xdf\x92\x94\xe0\x83\xb4\x52\x07\x8a\x41\x89\x77\x3a\x17\x9a\x90\xa4\xe9\xac\x53\x8a\xb8\x08\x68\x90\x4f\x98\x08\xc8\xe5\xae\x4b\x98\x23\xf9\x3e\xbc\x58\xe6\xb0\x65\x87\x01\x12\x5b\x8b\x4a\xc7\xbf\x47\xd3\x24\x1d\xfe\xf9\x4f\xb7\xf9\xea\xcf\xe3\x7f\x3b\x4c\xea\x53\xf4\x12\x72\x5e\x23\x32\x8c\x6d\x10\xbb\x0b\x3f\x85\x31\xd3\x7c\x1c\xe0\x1b\xc4\x0e\x57\xd0\xcc\x06\x29\x96\x2d\xa1\x26\xfc\x38\xb7\x29\x3d\x37\xa9\x2d\x70\x48\x76\x77\x9b\x0b\xf8\xa9\x9b\x4c\xa7\x19\x64\x42\x65\x77\xcf\xa7\x2f\xcc\xfd\x8f\xe4\xda\x90\x5f\x09\x63\x7a\x05\x7e\x67\x2f\x3e\xda\xf8\xe8\xb7\xf4\x0f\xe0\x1d\xa1\xd8\x88\x7a\x99\xb7\x64\x77\x6c\xfd\x14\x4f\xd7\x1f\x5f\x52\x0e\xeb\xba\x03\xac\x18\x34\x41\x0f\x1a\xe2\xbf\xd3\x9c\xbd\xbb\x3b\xdf\xd2\xea\xf3\xed\x64\xf2\xcb\xff\xcc\x3e\x4e\x9f\xae\xa9\x33\x5f\x71\xb2\xa9\x11\xd0\x9b\x3b\x2b\x6d\x96\xd8\x96\xe6\x38\x57\x56\xc9\xa5\x24\x26\xb5\xc0\x6f\x90\xf2\x42\x77\x2c\x4f\x4f\x40\x60\xbb\xaa\x12\x8c\xa6\x64\x23\x93\x9d\x15\x6d\xaa\x7d\x30\xea\x9d\x28\xe7\x2e\xed\x04\x6b\xb4\xc4\xf8\xad\xd5\xab\x96\x5b\x6f\xd3\x53\x92\x9e\xc1\xc4\x11\xdd\xa3\x99\x8c\x3d\xf1\x01\x6c\xb2\xc6\xe0\xf3\x5c\x10\xc5\xa7\x35\x7a\xbc\x3f\x66\x2e\x3f\x5b\xba\x89\xaf\x73\x53\x37\x37\x24\x96\x1a\x19\xf5\x1c\xca\xd4\x0f\xc2\x44\x35\xce\x17\x47\xa6\x18\x12\x95\x71\x89\x8e\x8b\x83\x4a\x22\x68\x1f\xd8\x7e\x1a\xfa\xf4\x31\x60\xe7\xe9\xd2\x9c\x75\xc6\x1d\x08\x32\xd2\x09\x46\x35\x21\xdf\x7b\x4f\xb3\xba\xcb\x8a\xc4\xad\x3b\xc2\xeb\x8c\x85\x5a\xee\xca\x0c\xa4\x86\xa8\xc3\x62\x1b\x15\x21\x89\xbb\x19\xe8\xce\x9d\x01\xa6\x54\x28\xbe\x8a\x64\x1f\x1e\x17\x51\x59\x07\xcd\x1e\x15\x72\x93\x0b\xa8\x35\x51\x9e\x36\xc5\x78\x2a\x9f\x4d\x1a\xa4\xb9\x06\xc9\xa8\x8a\x82\x9b\xa7\x9e\x7f\x3b\xf4\x23\xda\x7a\x09\x09\xa5\x9b\x1b\x11\x71\x8d\xfb\xe4\xa8\x16\x0d\xb6\xc8\xaf\xfc\xda\xa7\xc1\x78\xd9\x70\xb1\x70\xa9\x86\xca\xb1\x4e\x90\xe6\x02\xb3\xec\xb2\x20\xd9\x37\x74\xee\x84\x6b\x83\xca\xd4\x8a\x63\xa4\x89\x70\x5d\x10\x98\x14\xf1\xda\xaf\x14\xaf\xd3\xdd\x8a\xd7\xcc\x9f\xf0\xa0\xc3\x7c\x0e\x98\x1f\x48\xe7\xc8\xdf\xc9\x15\x4c\xa7\x51\x72\x8d\x6d\x54\x7e\x96\x0d\x6c\xe9\x0a\x0e\x09\x45\xcc\xa1\x47\x84\x26\x0b\x18\xab\xd7\xde\xab\x97\xa0\x73\x1b\x4e\x5b\xa5\xf6\xa6\x07\x1d\x07\x73\x1b\xf3\x04\x90\xde\x51\x4f\x00\x15\xd3\x99\x06\x00\x0d\x02\xbc\x6b\x3a\xca\x80\x48\xfc\x71\x00\xd2\x1b\x4a\xec\x6f\x7b\x7a\xb7\x18\x42\x0b\x2c\x5a\xc8\x98\x4d\x37\xa7\x5d\x74\x56\xa4\x33\x61\x70\xb6\x58\x40\x3f\x65\xc6\x5c\x42\x92\x16\x24\xde\x08\x72\xaf\x89\xaf\x86\xd9\x4f\xf9\x50\xd3\x24\xc9\x5b\x8e\x66\x24\x74\x5d\xb7\xd5\x01\xdc\x21\xe1\xb4\x46\xf6\x75\x98\xcf\x98\x5c\xe2\x38\x2b\xf0\x5e\x9b\x2f\x58\x61\x74\x7d\xe0\x39\x3c\x33\x82\x0e\x0b\x11\x42\x31\x9c\x53\xea\xeb\x6c\xb2\x97\x4b\x5d\x43\xe2\x9e\x1f\xc6\x59\x0b\x3a\xfb\xfb\x79\xd1\xfe\x08\x19\xd5\x4c\xe3\xa2\xcf\xac\x1d\x1a\xa3\x33\x09\xc8\x85\x5b\xb9\x7d\xd0\x9a\xdf\xdf\xaf\xa2\x0b\x90\x39\x91\x4e\x8b\x3a\x49\x98\xe1\x5b\xcc\x35\x75\xbb\x5a\x6d\xe7\x45\xdb\xd8\xfd\x65\x62\xa0\x92\xbe\x6d\x1c\x60\xbd\xd5\xc4\xad\x2a\x1d\x3d\x88\xd7\xa4\x01\x08\xb5\x5f\xda\x17\x10\x43\xa2\xdd\xe2\xc1\x70\x28\x39\x74\x24\x8e\x65\x4a\x7e\x81\x4b\x51\xeb\x0f\x4d\x8e\x1b\x87\x9a\x72\x91\x1e\xd9\x8a\x4d\xbc\x9c\x3a\x77\x77\xba\x91\x3e\x75\x9c\xbd\x92\x87\xf7\xf7\x0d\x86\xfb\xd4\x59\xad\x8c\xbe\x17\xe1\x22\x81\xc0\x56\xcd\x08\xb6\xf3\x48\x9a\x43\xe8\x0c\xa8\xa3\x92\xb3\x7d\x61\x43\x36\xf8\x5d\x65\xe1\xda\xe1\xce\xbf\x07\x9d\xbd\xd2\x2d\xf5\xcf\x58\x9f\x1b\xa1\x95\x31\x64\x0a\xda\x9f\xe5\x1d\x75\x0f\x8a\x88\x74\xc6\x59\x70\xe5\xe8\x16\x05\xbf\xa6\x45\x21\xf2\x6f\x60\xfa\xb5\x64\x7e\x2d\xb3\xe7\x3f\xfc\x0e\x7f\xfc\x60\xb4\x10\x14\xcd\x01\x25\x9a\x17\x93\x32\x15\x6c\x48\x5d\x55\xf6\x8a\x9a\x4f\x51\x27\xde\x95\x6e\x5b\x10\xa3\xb8\xf1\xa1\xcd\x00\x9c\x34\x09\x76\xbe\x8c\xf2\x70\x11\x41\xc9\x1a\xc1\x52\xce\x0b\xa6\x7d\x5d\x26\x5b\x2b\x7e\x35\x96\xa2\x24\x26\xd9\x20\x41\xaa\x98\x41\xd3\x20\x46\xa3\xd4\x32\xe9\xdc\x8e\x5c\xd7\xd5\xd7\x4f\xd6\xfa\xb3\xb6\x76\x9c\xb1\x3b\x0d\xa3\x1c\xa6\xad\x56\xd1\x95\xab\xf0\xc0\x83\x21\x91\x55\x34\xe3\xe6\xca\x71\xdc\x69\x92\x3e\xf3\x27\x33\xb5\x09\x62\x57\x18\x16\xdf\x52\x4c\x29\xce\xfe\x7e\xc9\x8a\x75\x0a\x8b\x76\x7d\xda\x48\x21\xd6\xeb\x6b\x59\xba\xf9\xd3\xee\x3f\xbe\xbf\xfa\xa1\xc4\x79\x25\x46\x60\x03\xe6\xc9\xda\x20\x8f\xd3\x18\xe9\x66\xf2\x4c\xd8\x15\xc8\x55\x52\xdc\xb0\x52\x56\xf1\x03\xbc\xb9\x48\xfc\x34\x20\x58\x48\x44\x47\xeb\xcb\xf1\x96\x5d\x39\x04\xf3\x50\x84\x54\xd2\xa0\xe1\x66\x8e\xa8\xfb\x40\xbb\x7a\x95\xa4\xb0\xae\x97\x64\xe7\xd8\x55\x8a\xf2\xcb\xa2\xf9\x54\xf4\xaa\xc6\x8e\x9c\xf2\x68\xbd\x4d\x76\x3f\x53\xc0\x38\xd8\x68\x4f\x34\xae\xc1\x9d\xec\x8c\x62\xe7\x6b\xba\x33\xc4\x49\x1e\x9a\x32\x28\xbf\xcc\x76\xf0\xb7\xdf\x0f\x7e\xcd\x6f\xe0\x85\x79\x3b\x78\x9c\xdf\x2c\x60\xe3\x3d\x40\x4a\xe4\x22\x83\xb5\x6c\x16\xdb\x3c\x16\x76\xf4\x62\x6e\x55\x4f\xc9\x58\x66\x96\x98\x1f\x88\xa5\x12\xd8\xdf\x27\xc1\x8d\x0d\xec\xe7\xdc\xec\xa4\x26\x46\x97\xa7\x37\x73\x5b\xa7\x9a\x29\xa0\xbc\x52\x4c\x24\xa8\x6a\x91\x99\xbe\xb4\xa4\xe9\x66\x6c\xbe\x4d\x4e\xb4\xcc\x44\xf7\x98\x0a\xbd\x9e\x93\xa7\x21\xc9\xf1\xfe\x5a\xf8\xb9\xd3\x8b\x27\xff\xe7\x1f\x1f\x3b\x6b\x7c\x57\x95\x32\x2a\xf3\xc0\x74\xc6\x46\x36\xf5\x8c\x92\x5d\xe5\x54\x37\x8d\xcf\x2d\x52\x76\xc7\x9b\x16\xc0\x5f\xb8\x29\x11\xee\xa6\x91\x9f\xcd\x5e\x91\xf4\xda\xac\x46\x4a\x74\x12\x93\xea\x48\x39\xdc\x2a\xe9\x79\xb3\x68\xdb\x72\xa3\x97\x1a\x4d\x9b\x0f\x6f\xf3\x70\x0e\x93\x65\x3e\x38\x82\x3d\x40\x68\x02\x83\x77\xf4\x5a\xaf\xd3\xc1\xe3\x84\x54\xeb\x7d\xf7\xea\xe5\x8a\xc6\x2a\xe6\xe1\xe4\xc3\xcd\xfe\x7e\x2b\xa7\x7f\x0e\x1f\x74\x10\x7b\xb2\x44\x69\x6a\x22\xc1\x04\x75\x27\x11\xf4\x53\x46\xba\x96\x03\x6c\xd6\x53\x7b\x38\x44\x9b\x69\x32\x25\x51\x89\xfe\x34\x87\xe9\x23\x9a\x0f\xed\xa6\x30\x4b\xa2\x2b\xd8\x12\xb7\x5a\x8e\xe3\x4e\xfc\x7c\x32\x6b\xc1\xe1\x43\xa4\xf4\xdb\xef\x52\x3f\x26\xd1\x0d\x67\x17\x49\x9a\xc3\x80\xc8\xc1\x48\x06\x70\xf2\x59\x9a\x5c\x5b\x70\xe5\xb8\xf9\x0c\xc6\xad\x96\x33\x7c\x78\x2b\xf7\x0a\xe7\x4e\x3b\x2b\xaa\x1b\xab\x17\x9b\x9e\x5f\x38\x5f\x3e\x83\x11\x9c\xe4\x07\x93\x99\x9f\xe6\xee\x47\xbc\x94\xee\x75\xed\x8b\x0b\x78\x95\x4b\x7d\x20\x61\xde\xa1\x1f\x0d\x6c\x56\x6f\x1b\xe0\xfe\x64\x83\x5b\x74\x01\x06\x83\xdb\x15\xa0\xb7\x06\xb7\x49\x3c\xb8\x3d\xff\xf9\xc9\x93\x67\xe7\xe7\x03\x6e\x28\xb2\xc9\x83\xf6\x6a\xbc\x22\x71\x7b\xf5\x29\x50\x09\x84\x50\x87\x6a\x5f\x2a\x88\xed\xd3\xf9\xf7\x3f\xfc\xfd\x6f\x67\x4b\xf3\x46\x79\x4e\x66\xd4\xfe\xdb\xd2\x4f\x03\x8c\x3b\x4a\xfd\x01\x41\x98\x2d\x10\x5b\xda\x74\x03\xa5\x29\x10\x85\x7f\xca\x42\x03\x4e\xe8\x85\x36\x26\x82\x52\x3d\x9d\x0a\xf2\xa4\xa4\x41\x7d\x7f\x7e\x73\xa0\x65\x31\x06\x5c\xf8\xc3\x80\xb3\x6c\x0b\x9c\xd1\x31\x6b\x78\x8e\x5e\x21\x35\xfe\x18\xbf\x34\x8d\x69\xd3\xd5\x24\x99\x8d\x89\x60\x74\x5a\x3c\x71\x48\x38\xdb\x89\x9c\x25\x79\x48\x13\xca\xfa\xa8\x2b\x24\x9a\x7e\x3c\x66\x71\x82\xcd\x13\xcc\x8b\x7e\xbf\x42\x16\x9f\x14\x57\xd7\x2b\xe6\x6b\x6a\xc9\x9b\xfd\x9d\x14\x8d\xb7\xc7\x35\x2a\xce\x58\xa5\x80\xd1\x41\x98\xf9\x17\x11\x8b\x82\xe8\x94\xe4\xef\x75\xc1\x09\x18\xd9\x3f\x86\x31\x9e\x4c\xbb\xad\x82\x81\xe8\x05\x51\xb4\x5c\xc1\x9e\xaa\x67\x9e\x92\x94\xa8\x93\x4d\x81\xa8\x15\x08\x6a\x2d\xeb\xff\x48\xea\xed\x53\x12\xcc\x24\xd7\xc6\x39\x31\x15\x61\x2c\x32\xce\xb1\xd4\x0a\x7a\x9c\x54\xe3\x41\x03\x17\x13\xd3\x6c\xc6\x5a\xac\x9b\xc5\x46\xc9\x48\x9d\x0d\x0a\x0e\x94\x42\x01\xaf\x75\x6c\x9e\x94\xe1\xad\x36\x8e\xc1\x64\xdc\xee\x69\x49\x7c\xc4\xa0\x20\xe2\x9b\xd0\xdc\x77\xc0\xae\xb8\xbe\x18\xfe\xb1\xae\xb4\x94\x5e\x57\xe7\xfc\xfc\x35\x2b\xfb\x95\xae\xa5\x25\xb6\xbc\x5c\xc3\x94\x1f\xa5\xac\x58\x13\x5f\x3b\xf6\xe3\x24\x16\x50\x0e\xe4\x31\x72\x3d\x83\x7e\x3a\x99\x3d\x8b\xc5\x83\x0b\x9e\x41\xa8\xd9\x63\x7a\xc5\x94\x58\x9e\xe7\xad\xa7\xbb\x52\x0c\x69\x22\x41\xb3\xb8\xa6\x8d\x00\x8d\x0b\x14\x32\xad\xfe\xe3\x7a\xab\xbf\x6a\xd9\x9a\x17\xea\xb1\x79\xa1\x1e\x37\x5b\xa8\xc7\xf7\xb1\x50\xf5\x46\xef\x65\xa1\x16\xc0\x95\x2b\x6a\xba\x55\xc6\x31\xd5\xdd\xd9\xeb\x6e\xcf\x47\x9b\x6c\xcf\xa4\xf8\x45\x75\xc7\x8b\x63\x3e\x5a\x93\x60\x6f\x1c\x7d\xad\xb0\xe9\x75\xb2\x09\x92\x82\x9b\x0a\x27\x7a\xb8\xd4\x22\x4d\x2e\x53\x98\x65\x16\x12\x71\x73\x98\xce\xc3\x98\xc8\xab\x86\xd0\xb3\xe6\x05\x01\x41\x17\xf4\x40\x1f\x1c\xae\x0f\x45\x91\x36\x23\xbe\x34\x19\xb8\x2b\x0f\x53\x61\x69\xb8\x3c\x23\x16\x87\xcc\xc5\x49\xde\xc6\x89\xb7\x38\x8b\x57\xb2\x25\x26\x58\xc6\x6e\xe3\x27\x09\xba\x6c\x59\xfe\x2e\x16\x52\xed\xa8\x51\xb8\x78\x41\x3f\xd8\x45\xbc\xf8\xed\x67\xc1\x1d\xc3\x03\x1e\x8a\x7c\x9d\xaa\x98\x01\x9e\xf5\x86\xdf\xc4\x33\xc0\xe2\x31\xa8\x80\xdd\xb2\xa9\xaa\x65\xeb\x6a\xe6\xfa\x38\xea\x64\x99\x47\xd0\xa8\x5f\x3d\xbe\x8c\xc2\xf9\x1c\x4a\xf8\x7a\x45\x25\x0a\x5b\x49\x40\x0a\x7c\x10\x81\x0c\x84\x20\x01\x4b\x30\x01\x01\x98\x83\x05\x98\x82\x0b\x30\x03\x57\x7b\xec\x0d\xeb\x46\x80\x69\xc5\xfb\xfb\x65\xfa\x57\xae\xe4\x3a\xc5\xae\xf8\x01\x26\x49\x3c\x0d\x2f\x97\xec\x8e\xfc\x13\x5c\xa7\x61\x4e\xaf\xb3\x3f\x01\x51\xde\x62\x97\x6a\xae\xe1\x27\x98\x3e\x52\x7e\xb9\x13\x3f\x8a\x5a\xa9\x33\x20\x34\x5e\x39\x2b\xde\xd9\x4b\xd6\x59\xe0\x93\x61\x46\xc3\xdb\x15\xcb\x5b\xa5\x7d\xff\x00\x6f\xb2\x56\x5a\xe2\x0d\x8b\x46\x70\x3c\x4c\x47\x70\x8c\xa6\x20\x92\x86\x31\x7c\xf0\x40\xfe\x09\x22\x65\x20\xf8\xae\x32\xb2\x96\x4d\x34\xab\x30\xb6\xa2\xbb\xbb\x48\xee\xbf\xb3\xbf\xdf\x8a\xf8\x78\xb1\xbd\x24\x1a\xc6\x6e\x16\x85\x13\xd8\x72\xdc\x14\x5e\xc1\x34\x23\x7f\x05\xcb\x09\x94\x3a\x88\x67\x81\x8e\x26\xa5\x71\xef\x77\x77\xf1\xca\x01\x91\x03\x7c\x29\xd5\x52\xf9\x1e\xfe\x1c\xee\x8d\x7a\xfd\x51\x54\xa4\xaa\xcf\xa8\x0a\x94\x9b\x54\x79\x76\x00\xf9\x77\x58\xfc\x42\x39\x63\x44\x78\x78\x38\x25\x30\x5a\xed\x4a\x7f\x7f\xbd\x46\x7f\x3f\x4b\x5f\xbc\xc9\x3f\xfe\x56\x62\xb8\xa7\xca\x6f\xb9\xc1\xd3\x00\x2d\xc6\x7d\xe6\x24\x6f\x2b\xc6\x6a\x69\x09\x80\x98\x57\xa8\x27\x89\xde\x0a\xc2\xac\xfc\x45\x2e\x90\x41\x01\xee\x4a\xd4\x60\xbc\xd4\x6d\x39\xbe\x9d\x5e\xe2\x90\x28\xe2\x4e\x9a\x60\x60\x06\x5e\x11\x14\xff\x1c\x2b\x8f\x30\x73\x14\x7d\x84\xd9\x29\x62\x26\x77\x89\x27\x73\x6e\x53\xb3\x8b\xde\x43\x30\xb2\x17\x29\xbc\x0a\x93\x65\x76\xae\x36\x01\x6c\xab\xa2\x79\xa3\xd4\x48\x6d\xc7\x5d\x63\x5a\x1f\x6b\x42\xff\x1c\x1d\x9c\xe8\x0f\x35\x19\x89\xe2\x65\xea\x1b\xd2\x0d\x4e\x17\x83\x7f\x62\xcd\x71\x1b\xb4\x43\x6c\x6b\xb5\x81\x7d\x1d\x46\x51\x3b\x20\x51\x50\xf2\xe9\xda\xd4\x5d\x21\x6f\xe6\xfc\x30\x24\xc0\xe6\x6f\x88\x01\x37\x5d\x4e\x72\x8c\xd0\x78\xcb\x03\xce\x86\x70\x45\xe5\x1a\x3d\xa5\x1b\xdf\x1d\x0e\xe1\x6a\x45\x96\xca\x7b\x8c\x3b\x80\xdb\x53\x5a\x63\xd0\xe6\xfe\x02\x3f\xf0\xca\x5f\xac\x32\x1c\x06\xc6\xe0\x2b\xd3\x1c\x06\x43\x1e\x9e\x30\xf7\x17\x64\xeb\x74\xc6\x40\x7a\x00\xff\xd3\xc2\xe7\xca\xf0\x21\x8f\xa6\x82\x6e\xb6\x88\xc2\xbc\x65\xbb\xb6\x43\x53\xc1\x41\x3a\xcc\x8b\x57\xf7\xb2\xeb\x10\x9d\x85\x0f\x3a\xce\xed\xc4\xcf\xa0\x15\x3f\x4c\x07\x64\x34\x6d\x6f\x8f\x5c\xf9\xdf\xec\x8a\xe5\xed\xd1\x15\xcb\x2e\x74\x56\x2b\x67\x95\xe1\xc0\xa7\x5c\x8c\xc7\x65\x57\x44\x47\x5b\xce\x0a\xc7\x47\xa9\xa4\x42\xcf\x92\xcb\xab\x00\x46\x30\x97\x00\xdf\xfd\x85\xcb\x2f\x29\xcd\x10\x1a\x28\xcd\x10\x4a\xac\x56\x18\xc9\xfe\x5a\x20\xd9\x17\x70\x55\x11\xdb\xa5\xb6\xc3\xa1\xed\x4b\xd2\xd8\x98\x0c\x84\xa5\x2e\x18\x80\x48\xbf\x90\xe9\x17\x42\x0d\x1b\x3f\xd1\x7e\x2f\xb5\xdf\x13\xed\xf7\x55\x29\x90\xbe\xca\x31\x26\xd1\x88\x06\x16\xb2\xd1\x81\x39\x26\x97\xb8\x8e\x06\x05\x16\xda\x45\xba\x51\x4d\xb5\xcb\x74\xad\x5f\x68\x97\xb5\xa5\x3f\xa3\xb7\x6d\x7f\xb1\x88\xa8\x23\x88\xc3\x80\x60\x5c\x7e\x12\x92\xd9\x62\x68\x0a\x67\x8b\x05\x7e\xb5\xc5\xe5\x7f\x36\xa7\xf8\xde\x5b\xd4\x19\x8a\xba\x8a\x07\xe1\x4e\x96\x69\x0a\xe3\x1c\xdf\x40\x2b\xd7\xc1\x5c\xc6\x1f\x25\x91\x86\xd0\xcd\x72\x3f\xcd\xb3\xbf\x87\xf9\xac\x65\x93\xea\xcd\xae\x8d\x4e\x77\x88\x16\xc0\xf2\x22\xcb\x53\x71\x9d\x32\xbc\xe3\x00\xde\x89\x07\xc3\x21\xd4\x42\x14\x45\x6c\xa4\x39\x26\x96\x66\xba\xf3\x61\x18\x23\x64\xf5\x87\x40\xee\xa2\x0d\x3d\x83\x39\x19\xdf\x10\x82\x22\x65\xc2\x20\x82\x48\x12\x95\x2f\x42\x29\x1c\x90\x46\x6c\xb2\x86\xf0\x4c\x0d\x21\x7a\xfc\x35\xde\xbf\x30\x65\x32\x39\xd5\x12\x6d\x1d\xef\xf9\x9e\x11\x0f\x73\x17\x6f\x71\xaf\x69\x8c\x26\xf6\xcd\x7c\xe7\xed\xbd\x27\xe0\x0e\xa3\x78\xec\xd0\xee\xa9\xf3\x08\xc4\xc4\xa0\xef\x21\x92\xbf\x4c\xfc\xa0\xf4\x4b\x18\x34\xb7\x95\x0f\x1f\xb6\x3d\xec\x03\xca\x13\xdc\x8c\xf8\xb8\xe3\xdc\xdd\x29\xac\xb3\xa7\x7e\x90\xc2\x9a\xe0\x8b\x0a\xe7\x51\x5c\x12\xf4\x27\x10\x7f\xe2\xdd\xf3\x8d\xc4\x5a\xeb\x19\xb3\x82\x2f\x57\x30\x0e\xd8\xf0\xc4\x37\x5c\xb6\xd7\xdb\xd2\xcc\x73\xf6\x56\x27\x80\x0d\x98\xb2\x78\x83\x11\x10\x16\x68\xd4\xfd\x1a\x4b\x67\x45\x85\x9e\x96\x73\xfb\x9e\xc7\x47\x6b\xd3\xbb\xa6\xaf\x6a\x07\x81\xfc\xb9\x24\xa6\xfb\xea\xdf\x43\x81\xab\xca\xde\x24\x9c\x52\xf2\xc2\xd3\x30\x50\x9e\xa7\x84\x77\x56\x42\x4e\xc3\x5d\xa6\xc7\x80\xda\x6b\xad\xcd\xe9\xb4\x69\x2f\xf8\x1b\xa5\xdd\x58\x81\xf9\xf0\xb2\xd5\x0a\x86\x57\x4a\x61\x11\xb6\xcd\x8e\xe2\x31\xb8\x55\x74\xab\x07\x1d\xa0\xe2\x4d\x70\xed\xea\x41\x07\x48\xd2\x3a\x4e\xd5\x58\x39\x60\x31\xbc\x6c\x05\x72\xd3\x78\xa7\x1e\xa5\xdb\xb6\x3b\xd5\xdb\x65\x52\xa9\xbf\x6d\xcb\x17\x7a\xcb\x4c\x98\x8d\xb6\x6d\x79\xa6\xb7\xac\x1d\x39\xa3\x6c\xdb\x2f\x14\x7b\x4e\xf8\xc2\x06\xa3\x70\x7d\x9d\x95\x92\x77\x1d\x10\xc8\x55\x56\xb4\x6f\x50\x56\xb2\xc1\x28\x69\xf8\x05\xf6\x66\x75\xfb\x4c\x9b\x01\xa3\x65\xc3\xf6\xd9\x9b\xd5\xed\x4b\x0a\x13\x18\x4d\x1a\x7e\x42\x7a\x59\xfb\x4a\x20\xdb\x5a\xae\x2b\x6b\xd1\xbc\x06\xd7\xeb\x31\x59\x16\x49\x14\x4e\x6e\xda\xd3\x24\x9d\xd7\xf6\x78\xa3\x87\xdb\xfc\x37\x7d\xed\x4b\x79\xbb\xdf\x9d\xfe\x1d\x5e\x5f\x75\x7b\x66\x6d\x39\x98\xd8\x80\xfc\x87\x22\x5e\xb3\x97\x6b\x03\xb9\x1c\x1a\x62\x82\x3c\x60\x4f\x43\x18\x05\x19\x64\xde\xdd\xa3\x32\xa7\x6a\xd7\x84\x56\xc2\x3b\x51\x13\xaf\xa4\x2e\x54\x6b\xad\x0a\x29\x6f\xf0\x8c\x9b\x7c\x1b\x87\x18\x5b\xdd\xb6\x92\xd4\x0a\x03\x18\xe7\x61\x7e\xf3\xc8\x06\x76\x49\xc5\xb2\x02\xc4\x07\x19\xb0\xd4\xd4\x06\xee\x6a\xd6\x7f\x73\x59\xba\x17\xa4\x57\x21\xcc\x2c\x3f\x85\x16\x6d\xd5\xc2\x3c\x8c\x2e\x62\xf7\xaa\xbc\xd1\x59\x88\xe4\x99\x6b\xbd\x9b\xc1\x1b\x2b\xf3\xaf\xa0\x75\x93\x2c\xad\x2c\x99\x43\x2b\x0f\xe7\xd0\xf2\xe3\xc0\x82\xd3\x69\x92\xe6\xe8\xc6\xbf\xfe\x9c\x42\x6b\x99\x85\xf1\x25\x2b\x7f\x37\x4d\x52\xf4\x27\x5a\x88\xd6\x14\xfa\xf9\x32\x85\x99\x5b\x4e\x81\x12\x58\x19\x91\x21\x8f\x13\x13\x2e\xd3\x64\xb9\x28\xf8\xad\xb8\x0b\x12\xad\x3f\x52\x80\xc4\x7e\x77\xb3\xa0\x46\x89\x99\x9f\xb5\x21\x2d\x30\x62\xb0\x42\xd8\x0d\x20\xcc\x4f\xbf\xbc\x37\x93\x78\xab\xfa\x60\x24\x5b\x6e\x2a\x5d\xc3\x4a\xea\xc8\x21\xe8\x81\x42\xc4\x04\xe2\xdc\x11\x5b\x58\x63\xd5\xc1\xdf\xe5\xdf\x93\x56\xde\xb8\x00\xa9\x40\x5b\x94\x67\x42\x59\xa9\xa6\x36\xb4\x30\x02\x2d\x57\xa5\x5b\xf4\x8f\x7a\x27\xc2\xd7\x2c\x35\xc5\x1b\x1a\xd9\x3c\xaa\x85\xa5\x43\xd1\x0b\xe3\x9a\xe0\x0d\xb5\xbd\x58\xfd\x4a\x87\x55\x7d\x84\xe8\x1d\xcc\x51\x1f\x74\xf1\x46\x43\xc7\x37\x0b\x83\x00\xc6\xa6\x01\x36\xa9\x94\x58\x58\x90\x82\x5d\x05\x1c\x16\x3a\x56\xdb\x39\xfc\x98\x9b\xf3\xd3\xbb\x5d\xc3\xba\x14\x7e\x5f\xd9\xe7\x4c\x9e\x09\xb3\x37\x69\x98\xe5\x61\x0c\x0d\xb8\xf9\x86\x75\x5c\x81\xfa\x6c\x8a\x02\x60\x81\xca\x65\x59\xe5\xda\x24\x74\x49\xed\x05\xd9\x37\xcd\xe6\xc6\xe3\xde\x7c\x7b\x84\x6e\x8e\x6d\xc6\x60\xb6\xbf\xcc\x13\x5c\x6f\xd0\x96\xff\xe6\x5c\x4e\x3e\x60\x62\xf2\xb2\x84\x2c\x4c\xdf\x0a\x76\x65\x5d\x87\xf3\xd2\xcd\xe4\x95\xff\x31\x9c\x2f\xe7\x96\xd7\x3d\xb1\x26\x33\x3f\xf5\x27\x68\xaa\x5d\xeb\x95\x7f\x63\x25\x71\x74\x63\x85\xf1\x24\x5a\x06\xd0\x8a\x60\x8e\xee\x58\xad\xe5\x62\x01\x53\x6c\x85\xf3\xe3\xe0\x20\x49\xad\x28\xb9\x26\x17\x1c\x76\x25\x5e\x22\xd1\x02\xb5\xb2\xcc\x72\xeb\x02\x5a\xa4\x44\xa4\x5b\x9e\xab\xaf\x1f\x74\xbb\xe7\x92\xe6\xfb\x31\xe7\x95\x3c\x4d\xe2\x4b\x65\x97\x35\xf4\x08\xa0\x0d\x26\x0c\x88\x82\x5c\x1b\x77\xb9\xcc\xa9\x6d\x06\x36\xe9\x00\x69\x5d\x35\x63\xf0\xb7\xcb\x08\x66\xfc\xae\x4f\xb9\xee\x88\x31\x2c\xa5\x77\xaf\xaa\x30\xac\x7d\x70\xb9\x0c\x03\x98\x1d\xf8\x93\xc8\x9d\xe5\xf3\xe8\x7f\xa5\xcb\x08\xb6\xb3\x05\x9c\xf0\xd8\x6b\xc1\xec\x29\x8c\x6c\x24\x30\x45\x0b\x2b\x4e\x92\x05\x8c\x61\x6a\xc5\x49\x0a\xa7\x30\x4d\x39\x42\x86\xcd\x83\x0f\xdf\x5f\x44\x7e\xfc\x41\xee\x71\xeb\x87\x27\x2f\xad\xe7\x18\x98\xd6\xe1\xf4\x59\xcb\x32\xa5\xc7\x8c\x4d\x2d\xaa\x6d\x26\x83\x6d\x5c\x5e\x46\x10\xfa\x04\x49\xf2\x01\x6c\xc3\x20\xcc\x71\x69\x33\x12\x5c\x90\x42\x3f\x40\x6b\x47\x8e\xa9\xcc\x6e\xe2\xdc\xff\x48\xe2\x83\xf8\x4e\x82\x0b\x33\x98\xb7\x73\x3c\x5f\x63\x41\xfb\xd9\x24\xaa\xdc\x1a\x6a\x35\x53\x17\xfc\xe3\x84\x69\x28\x07\x3a\xd1\x0e\x84\xa0\xcf\x52\xaa\x48\x54\x0c\x10\xc9\x55\x78\x6b\x3c\x1e\x17\xb6\x48\xde\x89\x6d\xeb\x27\x34\x99\xf5\x18\xcd\xcf\x7f\xa7\xbc\xc1\x94\x2b\x14\x33\xcc\xb7\x3c\xcb\xf7\x31\xbb\xf5\x08\x2e\x88\x8b\x4d\xdd\xc5\xf0\x65\x4c\xf6\x0f\xf0\x86\xe8\x04\x2a\x31\x4d\x4a\x01\x26\x1b\xee\xa0\x22\x48\xd4\x9b\x2b\x46\x0c\xde\xc8\xee\xa6\xad\x04\xef\xb4\x6a\x08\xf7\x78\xd4\x91\x4f\x6c\x72\xd6\x6d\x2a\x5f\x6e\xbe\xe1\xef\x62\xe9\xab\x19\xa5\xc4\x59\x4e\x8a\x33\xca\x81\xf8\x72\xbe\x2d\x62\xb6\x83\xbf\x1c\xfc\xe5\x00\x3d\x3c\x81\x31\x1e\x59\x95\xe6\xc2\x14\x97\xde\xd8\xac\xad\xe0\x32\xc0\x52\xf9\x8a\xba\x42\x82\x14\x26\x5f\x86\x0e\xa7\x0b\x09\x4f\x79\x97\x8d\xb2\x70\x55\x04\x2c\x0b\x66\xe5\x81\xae\xcf\x43\x18\x05\xe6\x18\xd8\x37\x91\x3f\x81\xb3\x24\x22\x81\x69\x22\x60\x56\x0f\x8d\xa7\x82\x95\x42\x1c\xc0\x2f\xd2\x07\xfb\xd2\xf4\xcb\xfd\xa7\xa9\xcc\xd2\x8b\x48\xed\xb7\x7c\x4b\xcc\x8b\x15\x2b\x4d\x99\xd6\xaa\x4a\x92\x4d\xa1\xb3\x44\x28\x69\xaf\x58\xbd\xc3\x5c\x65\x68\x4b\x44\xdc\x72\x9b\x09\x97\x21\x93\xcb\xcb\xa8\x1a\x3c\x50\x67\x8f\x5f\xd0\xa2\xb7\x64\xbe\x2e\xe3\x92\x75\x46\x8c\x32\xc5\x56\x56\x9e\xc2\xec\x7c\x92\x2c\x60\x30\xae\x30\x2a\xc8\x1b\x01\xd7\x03\x44\xfa\x3a\x7f\xa1\x81\x41\xa1\x4c\xd7\xc2\x4d\x5d\x24\x1f\xeb\xe8\x5b\x3a\xe1\xce\xa2\xa8\x9c\x54\x95\xd8\x64\x86\x0d\xdf\x6b\xb4\xbf\x7f\x8d\x3b\x57\x55\x10\x2d\x23\x73\x5b\x98\xf3\x84\x9d\x4f\x5c\xdb\xc8\x46\xd7\xdb\x52\x25\xac\xda\x6d\x0b\xec\x51\x86\x10\x58\xc5\xf2\x62\xb3\xc9\x04\xd7\x13\x2b\x5b\x57\xb7\x35\x54\x2f\x06\x16\x0f\x2f\xbd\x06\x8a\xbb\x64\x26\x15\x89\xfb\xdc\x6b\xa5\xd2\x86\xa9\x8d\x76\x2d\xd4\x5f\x71\x4b\x64\x70\x0a\x75\xcd\xb7\x65\x74\x69\xc2\x2a\x45\xe1\x44\xaf\x79\xc6\x0f\x2f\x5a\x0f\xea\xdb\xe6\x49\x8f\xe9\xfa\x02\xda\x50\x30\xd1\x17\xe4\x1e\x6f\x53\xa6\x31\xca\xa4\x5e\xa5\x50\x4a\xfe\xaf\x99\xf9\xb4\x89\x10\xdb\x38\x6f\x65\x13\xc3\x51\xa9\x3c\x48\xfd\xa8\x61\x12\x5b\xad\xd7\xf8\x5f\x3f\x72\x2a\x8c\x55\xa8\x7d\x3f\x85\x7e\x19\x2f\x89\xf6\x54\x5e\x22\xda\x93\x74\x5b\x6c\x73\x0d\xed\xa2\x86\x4c\x8b\xda\x15\xd0\xa4\x39\x5d\x83\x44\x41\x55\x4d\x9a\xba\xcb\x93\x2a\x94\x83\xd3\x9e\x86\x71\xd0\xbe\xb8\x21\x69\x15\xa2\x32\x1a\x89\xda\xe2\x19\x19\xe6\x3c\x0a\x26\xfc\xa0\xc7\xfc\x05\x69\x05\xfb\x5b\x69\xb5\x35\x1a\x56\x8a\x73\x35\xb8\x05\x86\x50\x23\x83\x79\x3b\xc3\x36\x35\xc6\x48\xd8\xde\x1c\x45\xc9\xf5\x0b\xa6\x0c\xe9\x68\xff\x31\xae\xb8\x16\x5f\x35\x09\x51\x2d\xb8\xb8\x1b\x25\x6d\x14\x0a\x9d\xdd\x22\x06\x1d\xd8\xa4\x55\x1b\xc4\xf8\xc3\xec\x97\xd2\xfb\xc1\x83\x0e\xc0\x4a\x3f\xce\xc9\xc2\x45\x0c\x78\x4f\xec\x31\x60\xa4\x1b\x3c\xf0\x1a\x24\x73\xe8\x50\x8d\x62\x02\x4c\x35\xb9\x5c\x69\x57\xe4\xe5\xb9\x1e\x76\x68\x3c\x0f\xa7\xfb\x70\x74\x4b\xc6\x41\x9d\xc3\x80\xdd\x19\xd8\xf6\x0a\xd0\x7b\xe7\xc4\xc4\x66\x89\xc9\x11\x4f\x15\x6c\x96\xfc\xad\x9f\x92\xc0\xfc\x8a\xaa\xf5\xae\xc6\xab\xca\x12\x08\x79\x7a\x53\x4e\x94\x15\xc1\x53\xd0\x91\x3a\x19\x69\x58\x9c\x2e\xaf\xd1\x84\x83\xa0\x70\xc8\x2e\x9d\x12\x49\x86\x1f\xc0\x47\x05\xb0\x56\x16\x4f\x23\x1f\xbc\x1a\xb9\x71\x96\x0c\x50\x8e\x66\x47\x9f\x2c\xc3\x33\xa4\xdc\x90\x33\x68\xad\x7f\x52\x09\x32\x93\xee\x14\x59\xc2\xd8\x5d\xf2\xa1\x0a\xf6\x79\x00\x9d\xbd\x8b\x14\xfa\x1f\x78\x9c\x32\x85\x19\x25\x15\xf6\x19\xde\x6b\x01\x47\x0d\x5f\x45\x2c\x8d\x11\x10\x9b\x26\x03\xd1\x25\x41\x74\xef\xc4\x00\x83\x58\x12\x83\x32\x99\x85\x68\x5b\x50\x5f\xfb\x52\x31\x28\xf3\xef\xbb\xdd\x8f\x1f\xcf\xa7\xb5\x2a\xe8\xc3\x8f\x70\x42\x2a\x50\x4e\xfc\x78\x82\x9d\x0f\x73\x82\x2a\x42\xc6\x3a\x0d\x53\xf4\x38\xb1\x53\xd8\x0c\x92\xba\x56\xb8\xca\x09\xda\x5a\x65\xba\xd8\x60\x34\xf2\xb0\x54\xc9\xac\xbf\x8b\x04\xa9\x52\x78\x87\x96\x2c\xe2\x14\x0c\xea\xf1\x42\x35\x78\x90\xdc\x3b\x66\x43\x3d\x21\xe6\x43\x6a\x30\xef\xa3\xe3\x89\xee\x16\xf6\x39\x36\x97\xe0\x70\x09\x76\x8d\xd6\x7e\x6f\x5a\xc0\xe1\xd4\x0c\xd8\x50\x89\x91\x46\x05\x88\xfa\xe6\x8e\xb3\xc5\x22\xba\xb1\xfc\xd8\x82\x1f\xb1\x13\xee\x92\xf6\xba\x49\x9a\x66\x65\x8f\x26\x29\x2c\x86\xf7\x94\x76\x49\xd2\x0c\x4f\x4d\xd1\x42\x46\x20\xba\x1a\x8e\x00\x33\x49\x9b\xd9\xb6\xab\x84\x34\xb5\xde\x03\xa9\x65\x10\xc3\xeb\x36\x5d\xd3\x15\x86\x9b\x72\x49\xee\x09\xa6\x9c\x15\xc3\x6b\xc6\x49\x35\xec\x11\xb6\x0c\x0c\x40\xa7\x47\xa9\xf1\xc1\x8d\x7f\x18\x9b\x5a\xf5\x01\x49\xe9\xfe\x4c\x5a\xc3\x0f\x71\x7d\xd3\x30\xa4\x66\x96\xb5\x1a\x0c\xb3\x69\xd1\x06\x46\xc6\x59\x57\x26\xe2\x4f\xf0\x5a\x0e\xf3\xda\xb0\x5e\x6f\xad\x8e\x6f\x56\x2b\x81\x1b\x68\x85\x3c\xc4\x5a\x26\x3f\xe4\xcd\x89\x6c\x56\x58\xb2\xa2\x22\xc8\x0b\x61\x2b\x27\x5b\x53\x97\xef\x49\xd2\x0e\xe5\xf5\x8c\xa6\xe8\xdd\x8e\x9f\x57\x57\xde\x74\xe6\xd4\x0c\xf8\x42\xaa\xbb\x77\x2c\x27\x89\xf9\x57\xc2\x40\x72\x44\xff\x3d\x1c\xeb\x36\xe6\x22\x47\x2b\xe8\x25\xc0\xc8\xf3\x29\x24\xd1\x8c\x45\x1d\x9f\xe7\xd5\x49\xd9\xf9\x72\x1e\xbe\x9c\x2c\x88\xfa\x85\xc3\x1b\xce\xfd\x2b\x96\xaa\x2e\x2e\x4a\x31\x0f\xf2\xe5\x17\x31\xf6\xd2\xc8\x36\x1e\xfe\x2d\x5d\xe7\xce\x96\x17\xf3\x50\x57\x0d\xc5\x06\xda\x2b\xe9\xc5\x76\x40\x35\x1b\x66\xcf\xaf\x0b\xa6\xa8\xb9\x17\xfa\x71\x60\x61\x10\xf4\x92\xc5\xbc\xae\xda\x87\xa7\x30\xd9\x51\xf9\x44\x1a\x26\xcf\x34\x11\x5d\x12\x82\x46\xf9\x85\x56\x4d\xf2\x0c\xd5\xf1\xef\x89\x1d\x25\x02\x11\x01\xaa\xee\x1e\x77\x62\x2c\x4a\xde\xd8\x11\x2c\x97\xec\xdb\x5e\x54\x48\x98\x19\xa1\x19\xa6\x43\x11\x73\x64\x54\x0e\xd9\xa0\x43\x74\xd4\xe8\x16\xa6\x7e\xb3\x3e\x9d\x00\x3b\xf7\x2f\x96\x91\x9f\xb6\x59\x99\x7f\x71\xee\x0a\x90\x5f\x49\xa8\x5c\x77\xf4\x72\x4b\x0a\x46\xed\x24\xcb\xe1\x5d\x38\x87\x83\x00\x66\x2c\xa6\x7b\xe0\xa3\x3f\xe9\x4e\xb8\x89\xe7\xeb\xde\x4e\x67\x6e\x6b\x9a\x29\x67\x73\x59\x00\x5f\xed\x1a\xfa\x6b\x3a\x9b\x26\xd7\x1b\xf7\x94\xd9\x43\x45\x58\x72\x97\x25\x81\x7b\xe6\xfc\x67\x7d\xeb\x25\x88\xc3\x2f\x9e\x1a\xf7\xdc\x9a\x68\x65\xb6\x21\xf8\x8b\xb2\x0a\xae\x3a\x17\x4c\x5c\x7f\x12\x65\x2e\x8b\xfb\x76\x61\x10\xb2\x8c\x72\xf5\xe3\x63\xcd\xde\x5a\x66\xad\x6f\x1a\xef\x51\xec\x63\xcf\xf4\x81\x0d\xbf\xac\x9f\x11\xf7\xca\x2e\x6c\xa9\x36\xd6\x55\xe4\xc3\xbf\x2b\xcd\xfd\x96\x56\x61\xa5\xe3\x75\xbc\x81\xc0\x7e\xcc\x81\x71\x44\x8f\x4e\xb0\x93\xd0\x56\x88\x2f\xb0\x96\x0e\xc8\x8e\x71\x8c\xfe\x24\x42\xe8\x81\x99\x7f\x8c\x87\x93\xee\x93\xe9\xac\x71\x2b\x22\xed\xe9\x13\x96\x92\xd7\x2a\x62\x92\xd9\xbd\x16\x7d\x77\x19\x35\x26\xc9\x3b\x55\x31\xfd\xfc\x21\x45\x0a\x13\xb6\xa6\x41\xa9\x34\x22\xbd\x1b\x54\x7c\x40\x3e\xe1\x0a\xc1\x12\xcd\x80\xa6\x6a\xd8\xd4\xeb\x2d\xf3\xad\x28\x92\xed\x90\x24\xc2\x83\x6a\x03\xcb\x06\x26\xff\x9d\x27\xa2\xb5\xb4\x8d\x3b\x36\x55\xe2\xdc\x15\x21\x8b\x92\xed\x06\x0e\x1e\xfd\xd5\xcd\xa2\x83\xbb\xdf\x64\x74\x70\xad\x05\xbf\xe3\xe0\x60\xab\x6e\xf0\x22\x8f\x1b\xe5\x31\x8a\xb4\x16\xca\x7d\x07\xe8\xf6\xc7\x85\x03\x74\xc7\xf1\xb9\x5f\x60\xa3\xfd\x5c\x44\xaf\x1d\x22\x7b\x4f\x04\xde\x6a\xd0\x32\xc0\xaf\x18\x3d\x28\x6c\x73\x6a\x38\x6b\x57\x89\x6f\x2d\x0d\x4f\xdd\x20\xca\xb3\xce\x16\x59\x59\x89\x56\x21\x01\xb6\xf3\xe3\xcd\x46\x37\x52\x32\x6f\x00\x1a\xf6\x59\x4a\x53\x16\x97\xf4\x8f\x6b\x3f\xce\xad\x3c\xb1\x08\x5a\x06\x86\x70\xa1\x86\x52\x6b\x9a\x26\x73\x72\x21\x4f\x3e\xc0\xf8\xd1\xe6\x25\x4c\x6b\xd9\xbc\x36\x6b\xde\x64\x93\xe8\x4a\x26\x65\x8c\x57\x60\x73\x2b\x83\x78\xc8\x64\x66\xc0\x80\xa2\x36\x21\x85\x12\xac\x22\x54\x41\xe9\xe8\x20\x8f\x95\x9f\xc4\x26\x99\xfa\xa8\x02\x29\xb3\x8e\x70\x4d\x2d\xe4\x5b\x50\xaa\x34\x19\xb6\xf0\x24\x26\xc0\x61\x6d\x5c\xcf\xfb\x9e\x9a\x9e\xc1\x5e\x43\xb8\x9e\x32\x6f\xe5\x54\xac\xe9\xcc\x84\x5b\x7e\xea\x75\xa6\xdf\xd0\x78\x54\xc6\x0f\x02\xd9\xd2\xbc\xb8\xb7\xa9\x0b\x5b\xab\x60\xd0\xba\x7a\x3c\x9b\x81\x76\x16\x6f\x97\x87\x94\x10\x84\xf4\x17\xc4\xa9\x89\x7d\x3e\x02\x88\x93\x1f\xe1\x54\xa9\x52\xe3\x4c\x7e\x4b\xc2\x98\x85\x87\xf0\xc8\x10\x0d\xee\x73\x96\xc2\x69\x3b\x4f\x6c\xec\x4f\x9a\xb3\x78\x10\xdd\xee\x0f\xec\xdf\x97\x70\x09\x25\x78\x50\xea\x64\x5d\xc0\x94\xbe\x47\x5d\x9d\x4a\xf8\x48\x96\xa4\x39\x09\x51\xa1\xfd\x23\x75\x1b\x36\x0e\x29\x51\xdd\xcf\x5b\x86\x95\xa0\x0e\x97\xd4\xe2\x40\xb7\x32\x74\x5c\xde\xd0\x2f\xdb\x8e\x16\x77\xa2\xc6\xa4\xd4\x8a\x42\xe1\x3e\xe2\x71\xfd\xe8\x13\xb5\x68\x22\x51\xcc\xf7\x18\xa8\xce\xfb\x28\xcc\x72\x24\x20\x67\xb8\x00\x05\x04\xb7\x99\x7f\x05\x07\x90\x55\xac\x40\xbf\x5c\x3a\x41\xa8\x59\x88\xf1\x98\x1c\x5c\x92\x13\x9b\x7b\xd5\x80\x8f\x0d\x22\x60\x1e\x78\xb8\xa9\x69\x0a\xb3\xd9\x93\x24\x80\xcf\xb0\x8c\x31\x50\x63\x02\x38\x28\x14\x9f\xcf\x96\xed\x2a\x22\x49\xee\xc8\x55\x6d\x57\x40\x03\x5f\xd5\x61\xaf\x70\xac\x46\x3c\x84\x2e\x7e\x6e\x2f\x9c\xb6\x38\xd0\x64\x4c\xae\x65\xb4\x8c\x47\xbc\xc7\x03\x54\xd8\x9d\x51\x67\x8c\x91\xd7\xd2\x21\x4b\x59\xf1\x87\xd0\x25\x46\x99\x02\xbe\x1c\x6a\xd2\xe7\x58\x50\xf6\x73\x3f\x8c\x60\x80\xa4\x81\x85\x9f\x66\xd0\x3a\x7b\xf2\xd2\x4a\x71\x23\xce\xc0\xf4\x3c\xf5\xb3\x58\x94\xaf\x98\x83\xd5\x19\x18\x3f\x4e\x62\x41\xaa\xda\x21\x2e\xc6\x81\x75\x46\xff\x22\xf8\x0b\x58\x88\xc4\x6d\x92\x18\x52\x7f\xe8\x73\x3c\xb1\x1a\x6f\x8a\xcf\x0c\x6c\xe7\x3b\xcf\x59\xa5\xfb\xfb\xb8\xe4\xe8\x33\x1c\x86\x92\x02\xc4\x31\x22\x54\xa8\x50\x6b\x99\x00\x15\xe9\x3c\xd0\x82\x80\xd7\x3e\x5d\xf8\x29\x8c\x59\xbd\x99\x42\x01\xc0\x3a\x21\x2b\x55\xb5\xff\x64\x81\x20\xfb\x62\x11\x29\xd9\xab\xa7\xbf\x64\x97\x4f\xcf\x4b\x6a\x01\x32\xcb\xd9\x07\x78\xb3\x48\x21\xce\x4a\x63\x7f\x3e\x21\xfe\x47\xdb\x4f\x43\x1f\xef\xd3\x85\xb2\x81\xa4\x94\x9f\x9d\x2d\x2f\x6c\x60\x53\x8f\x78\x5d\x34\x15\xaf\x63\x86\x53\x51\x8a\x67\x18\xca\x0b\x62\xc3\xaf\xa9\xbe\x20\xea\xa6\x5a\x5c\xd0\x5c\x44\xb0\x36\xd8\xbc\x1a\x8f\xa1\xc4\xbe\x4a\x45\xe4\x79\x49\x3d\x80\xff\x3c\x87\xe8\x38\x25\x9b\xe9\x48\x71\xdd\x2a\x83\x39\x40\xff\x69\xe3\xa3\x0a\x77\x86\x0d\xd0\xf4\x05\x3f\x08\xce\x97\x17\x94\xd6\x44\x60\x12\xbf\x45\x98\x10\x76\x17\xbf\xa3\x11\x22\xfa\x2c\x8e\xf5\x0a\x07\xc4\xc7\x22\x35\xad\x9b\x39\x8f\x14\x17\x9c\xfc\xd1\x82\x4f\x46\x1f\x5c\x9b\x7a\x61\xc6\xc0\x6e\xdb\x32\xe8\x3f\x52\xd0\x38\x9b\x10\xf7\xf6\x98\x8b\x88\x14\xc5\x74\x0d\xc9\x32\x89\xbe\x0c\x36\xa1\x41\xa4\x7b\xe9\x34\x8a\x10\x95\xd2\x8e\xd6\xfd\x52\xd1\x17\x86\x5b\x6a\x53\xc9\x94\x71\xa7\x88\x40\x57\xf2\x59\xf4\xdc\xa0\xbe\x80\x1b\xe1\x35\x13\xc7\x5a\x20\x3e\xd0\x73\x28\x3c\xf3\x3c\xea\xb1\xc7\x1b\xbb\xc8\x1a\x16\xe3\x61\xa4\x44\xbf\x4f\x4b\x42\x31\xec\x62\x14\x44\x9f\x2e\xea\x99\x9f\x2d\x92\xc5\x72\xc1\x76\x1c\x1e\x21\xf1\x01\xde\x04\xc9\x75\x4c\x1a\xee\x8e\x8b\x91\x13\x65\x33\xc9\x0b\xc0\x11\xc2\x62\xb3\x64\x04\x83\xef\x6f\x44\x10\x37\xfe\xf2\x24\x89\xf3\x34\xc1\xee\x4b\xfa\x28\xbf\x22\x61\xb0\x54\x16\x17\xa0\x14\x93\xa5\xcf\x9d\xd4\x17\xb5\x44\x58\x97\xd7\x21\xa4\x3e\xe4\xd5\x0f\x36\x0b\x73\x31\xe8\x22\xc5\xf7\x4e\x8b\x4a\x86\x88\xb4\x42\x2b\x74\xe1\xc7\x30\xc2\xe1\x86\x47\x12\x89\x35\xba\x1d\x51\x02\x33\xca\x5f\xdc\xd8\xe5\xb3\xc1\x1e\x16\x35\x43\x0d\x2b\x82\xc6\x35\x62\xf1\x98\x22\x4f\xa3\xdd\xfe\xe4\x73\xf0\x37\x3d\x75\x7a\x5d\x70\x5c\xc1\xdd\xeb\x22\x05\x05\x85\x36\x72\xd9\xca\x19\x31\x5e\xb3\xcd\x79\x5c\x27\x8f\x45\x3a\x0b\xbd\xa2\xcf\x5e\xf9\x71\x08\xb6\x85\x96\xda\x66\x50\xc5\x0a\x4d\x5a\x5a\x0f\x09\x97\x60\x9b\x61\xdd\xd1\xaf\xad\x43\xb4\x56\x99\x66\xf4\xe3\x69\x9f\xdd\x4d\xbd\xa1\xf7\x16\x40\x58\x6b\x33\x21\xcf\x92\xb1\x74\x0c\x61\xaa\xc6\x1e\x6c\x01\x69\x57\x33\x42\x6f\x8b\xf0\x9d\x9a\xa4\x6d\x5e\x82\x79\xed\xfe\x0f\xec\xc7\xb8\x57\x99\xf8\x80\x39\x6a\xaa\xae\x94\x75\x48\xaa\xb7\x61\x99\xaa\xea\x04\xdc\x2c\x31\x7c\xe7\x27\xce\x06\x86\xae\x63\xfd\x04\xaa\x5b\x95\x47\x37\xd7\x95\x96\xac\x31\xd5\xb5\xae\xb4\x84\x29\xb6\x25\x5c\x08\x56\xce\x78\x12\xa5\xae\x35\x8d\x84\xda\xca\xb8\xc9\x8b\x99\xb2\xf8\x21\x46\xa2\x1c\x61\x8c\xf1\xb7\xcc\x69\x57\x33\x3f\xe3\xd5\x93\x33\x88\xb3\xa2\x08\x0b\x53\xb6\xa2\x40\xfe\xac\x06\x8e\x54\x4f\xa5\x89\x91\xab\xb2\xbe\xf6\x86\xd5\x6e\xb8\xe1\x0b\xc8\x75\x6f\xd6\xd5\xa1\x65\xd4\x1c\x3c\xf0\x80\x4a\xce\xc1\x83\x4e\x49\xd5\x1c\x46\x4f\xd4\xfe\x8e\xea\xd5\x52\x58\x64\x3a\x3b\x43\xb4\x6b\x5d\x87\x51\xf4\x16\xc6\x01\x54\xca\xf3\xe8\x36\x2a\x69\xbe\xc8\xa7\xc3\xec\x2d\xbc\x0c\xb3\x1c\xa6\x30\x68\xb1\xbd\xd3\x71\x24\xcb\x86\xd0\xd2\x14\xfb\x86\xde\xb2\x60\x15\xa5\x6f\x2e\x61\xc4\x16\x74\xb0\x49\x4c\xd2\xe4\xca\x0d\x59\xfc\x5d\x66\x82\x81\xce\x5f\x31\x0e\x39\x47\x14\xe7\x4f\x64\x0b\x5c\xf0\x25\x07\x5e\xd1\x1e\x57\xd2\x23\xd4\x11\x43\x62\x17\x37\xcb\x50\xcd\xe8\xee\x8e\x57\x6d\x90\x4a\xfe\x66\xad\x7f\x8f\xc2\xe0\xff\x0e\x95\xad\xf0\x4f\xb7\x7c\xb2\x56\xe3\x7f\x3b\x63\x73\x55\x1c\xc8\x5a\x1e\x3e\xf0\x56\x0e\x9d\x42\x9e\xc5\x04\x9d\x15\x40\x0b\xa8\xc0\x1c\xe8\x22\xa9\x8d\xaa\xe5\x9a\x6d\x67\x2f\xe2\x16\x80\xaf\xd5\x72\xf4\xe9\xc7\x1f\x3b\xd1\xb3\x1f\x7e\x31\x5b\x8e\xd0\x22\x4e\x63\x3f\xaa\x6d\xf0\xe9\x9a\xed\x3d\xa4\xf4\x67\x57\x20\x26\xc4\x49\x0c\xa9\xad\xa7\x57\x16\x61\xc8\x43\xcc\x0f\x9b\x7b\xde\x8b\xb1\x28\x87\x34\x65\x45\x89\x2d\xc4\x0a\x36\x11\xcb\xb1\x81\x85\x05\xaa\x77\xd4\xda\x72\xac\xd7\x68\x36\x99\x39\x87\xc4\x81\x5c\xb0\x34\xaf\xb6\xa7\x68\xac\xd4\xcc\x86\x94\x13\xd4\xbe\x66\xa7\x19\x17\xb5\xc8\x1a\x1a\x64\xcd\xbc\x27\x31\x0b\x35\xa2\x95\x8b\x29\xc9\x46\x20\x5b\xae\x91\x37\xea\xb4\x2a\xf6\xc8\x3e\xf0\x12\xf1\x07\xf7\x46\x75\x96\xfb\x11\x4c\x73\x62\x3e\xe3\x2a\xbf\xad\x67\xf3\xc8\xf6\x9e\xbe\xec\x09\xa4\xb3\x2b\x1b\xcd\x8a\xb1\x7e\xda\x1b\x5c\x60\x2f\x06\x05\xd6\x63\x99\xfa\x82\xd7\xa6\x53\xd5\xa4\xee\x29\xed\xf2\x71\xa3\x35\x44\xde\x3d\xd5\x02\x2c\x59\x0c\xe5\xe0\xe0\x60\xf3\xf4\x7f\xdf\xc0\x5a\x35\xd6\x94\x96\x27\x53\x7b\x96\x45\xc4\x58\x1f\xd3\x00\x37\xc7\xb4\x7d\xbd\xf2\x15\x12\xb3\x79\x48\x97\xac\x58\xe2\xb0\x30\xd3\xd3\xe6\x20\x31\x43\xe0\xf4\x6e\xd7\xb8\x96\x1d\x50\xd8\x77\x6b\x89\xdd\x6b\x99\xca\x2b\x89\x92\x29\xb0\x5a\xd1\xa4\x67\x9a\x5c\x66\x6f\x13\xc0\x5b\x86\x10\x46\x3b\x4f\x97\x1a\xf4\x46\x4d\x96\x28\xdd\x04\xd4\x42\xb1\x48\x53\x62\xef\x8e\x15\xfb\x36\xe6\x64\x63\x02\x4a\x79\xab\x72\xcd\x34\x92\xb9\x3b\x2e\xe5\xc8\x3a\xdf\xd2\x6d\x35\xa5\x56\xc7\xfb\xe0\xa5\xfb\xe5\xa6\xaa\x90\xab\x46\x20\x17\x12\x70\x1b\x89\x42\x48\x92\x85\xf0\x53\x71\x3d\x0b\xc7\x2a\x30\x65\x6b\x86\x8d\x7d\x76\x96\xa7\x61\x7c\xd9\xa6\xd8\xc1\x19\x57\x98\x74\x6d\x4e\x1c\x35\x42\x95\x32\xa9\x5c\x4f\xe4\x33\x6d\x53\x5d\x4b\x93\x11\xbf\x9c\xd6\xb5\x23\xad\x09\xd7\x1a\x7d\x81\x2b\xcf\x51\xaf\x6b\x83\x46\x11\x31\x5c\xa1\x0b\xb5\xf8\x97\x48\xb3\x4f\x49\x09\xbb\x0d\xdb\x55\x14\x23\xa5\x69\xb3\x5a\x57\x3f\x28\x41\xe7\x05\xa3\xda\xa7\x48\x40\x4e\xf3\x4a\xaa\x15\x8e\xb2\xaf\x55\xbd\x78\x7b\x7e\xfa\x7f\xa6\xc7\x53\x68\x56\x2f\xca\x8b\x5a\x7a\x27\xc0\x33\xa8\x12\x1d\xa6\x4a\x48\x67\x8c\xec\x2c\x34\xfa\x8c\x77\x23\x53\x7b\xb5\x82\x64\x8b\x7b\x60\xe9\x3e\xb6\xd5\x76\xa1\x4d\xfc\xbd\xed\x19\x9b\xb2\xa8\x5c\x34\xf9\xeb\xe3\xca\x78\xda\x09\xde\xfe\x90\xc5\x25\xe1\x12\x72\x0c\x04\x3d\x55\x5e\x2f\x72\x02\xf2\x87\xff\x24\x07\x4c\x3d\x84\x0e\x25\xba\x01\x8c\xb4\x98\x07\x09\x0c\xf5\x18\x57\x34\x2f\xba\xb7\xf4\x3a\xfb\xe8\xcc\x9a\xe6\x8d\x51\x3f\xe9\xd1\x6e\xa8\x6f\x63\x16\xf6\xb5\x2e\x1e\x24\x8c\x02\xf8\x83\x12\x8d\x44\xc2\xe0\x58\x85\x60\x34\xb4\xc0\x06\x65\x33\x94\x56\x95\xd8\x5c\x2e\x53\x82\x39\x3d\xdd\xf5\x6d\xf0\x79\xd3\xd7\x54\x79\x4d\xf1\xae\xab\xb5\x5a\x45\xb8\x42\x57\x58\xce\x0b\xe0\x7a\xcd\x12\xc9\x6b\xf8\x16\x36\x72\x02\xd7\xd8\xc6\xb8\x48\xb4\x89\x5b\x11\x31\xc5\x48\x2a\x1d\xcc\x46\x5c\xe4\x79\x4a\xf1\x1e\x0f\xb2\x1d\xef\xc6\xd8\x6f\x44\x96\xdd\xb9\x9b\xa6\x06\x1d\x19\x5a\xf0\x1f\x80\x8c\xc6\x60\x66\x33\x90\xa0\x16\x53\xbc\x46\xfc\xa6\x9e\x06\xc9\x7d\x41\x4b\xf4\x13\x29\x7c\x19\xe5\xe1\x02\x1f\xcc\xaa\xdb\x63\x11\x2e\xa0\x26\x4f\xe3\x5a\xd1\xcd\x4f\xc1\x5d\x17\xe4\xdf\x4c\x58\x66\x03\x1d\x3c\xf0\x40\x0a\x7f\x5f\x86\x29\x71\x57\x98\x9d\x13\x7e\x10\x90\xc9\x57\x8c\xe1\x3c\x70\x94\x48\x8b\x94\xfb\x98\xf5\x9d\xfd\xc6\x15\x25\xcf\x21\x2b\x11\xcc\x2e\x93\xa8\x5b\x6e\xee\x37\x34\xaf\x3e\xce\x4b\x04\xcb\xc8\x6b\x68\xdf\xd4\x02\x66\x43\x5a\xf3\x94\x0d\x90\xd5\x8f\xa5\x5b\x0c\x8d\xfe\x65\x43\xc6\x77\x1f\x70\x1b\x3e\xfb\x9a\xa8\x6c\x9a\x3f\x18\x0e\xe1\xfe\x7e\xce\x1b\x70\x1c\x56\x8f\x78\xb5\x82\x51\x06\xab\x9b\x67\xcf\xfe\xd5\xf8\x89\x28\x87\x29\xff\x88\x28\x93\x0f\x87\x0f\x6f\x45\x93\xd8\x11\xb0\xa2\x0d\xc9\x97\xc5\xdf\x9a\x97\x80\x2b\x35\x19\xcc\x9f\x5d\x21\x26\xc2\x06\x23\x2a\x90\x84\x30\x6b\xe5\xe0\x96\xbd\x3b\x68\x39\xc3\x87\x90\x94\xdb\xc4\x92\x09\x60\x77\x5e\xe4\x70\x9e\xe1\xdb\xe5\x9d\x87\xe8\x5d\x4e\x1a\x77\xee\x2f\xc8\x25\xd1\x9c\xe3\xfe\x96\x84\x71\xcb\x06\x36\x2e\xef\x97\x6f\xee\x91\xd0\x4e\xf2\xa2\x74\xa6\xc8\x63\xbb\x93\xc6\xf2\x6a\x69\x2c\x7f\x36\xf7\x7f\x8d\x5f\xfc\xdd\x2c\x8d\xa9\xf1\x96\xc0\x7e\x4c\x44\x76\x45\xfc\x7a\xac\x88\x23\x46\x5b\x26\x4b\x10\xe9\x03\xbd\xc9\x9a\x87\xfc\x09\x97\x45\x50\x4b\xe8\x9f\x26\x92\xd7\xae\x21\xcd\x6c\x9e\x01\xd4\xad\x76\x76\x37\xcb\x04\xc1\xc7\x58\x6f\x5d\xf2\x1c\xb7\x0b\x56\x64\x8d\x6c\xb5\xb5\xab\x1c\xaa\xec\xf1\x71\xe5\x1e\x9f\xb3\x0a\x99\x8c\xc3\x5e\xc7\xd1\x0d\x7f\xac\xa5\xac\x9b\x78\x83\x75\x13\x26\xb1\x49\xa7\x79\x7c\x19\x85\xf3\x39\x4c\x0f\x24\xc7\xbb\xae\xda\xe0\xce\x83\x14\xf8\x20\x02\x19\x08\xf7\xd8\x5d\x2b\x41\xf7\x01\xbe\x45\x9e\x8a\x86\xb7\xab\x3d\xba\x5d\xd1\x25\x88\xcb\x45\xa7\x8e\xd9\xe3\x19\x8d\xe0\x78\x98\x8e\xe0\x18\x0d\x28\x72\x45\xa5\xd7\xe1\x83\x07\xf2\x4f\x10\xb9\x72\xb1\x44\x7c\x57\xbe\x00\x5a\x14\xcc\x20\x8c\xad\xe8\xee\x2e\x72\xa5\xca\xb0\xce\xfe\x7e\x2b\x72\x59\xd9\xd8\xe1\x83\x8e\x03\xa2\x61\xec\x66\xd8\x2d\xec\xb8\x29\xbc\x82\x69\x46\xfe\x0a\x96\x13\x28\x75\x30\x06\x29\xaf\x40\x9f\x92\xa1\x3a\x77\x77\xf1\xca\x01\x91\x03\xfc\xfd\x7d\xb2\x53\x3c\x18\x0e\x95\xef\xe1\xcf\xe1\xde\xa8\xd7\x1f\x29\xbf\xdc\x89\x1f\x45\x2d\xdf\x19\x90\x46\x80\x72\x93\xee\x41\x0e\xe0\xa7\xac\xfe\x85\xb2\xfd\x2d\x47\x5d\x8b\x86\x18\x42\x13\x44\xab\x5d\x6d\x83\xcb\x35\x4a\xe9\xd1\xb3\x4f\xf1\xbb\xe8\x43\xf9\x36\x48\x23\xd0\xa9\xb2\x49\x42\x8a\xa9\x99\x52\xae\x66\xd1\x6c\x63\x64\x6a\xd4\x11\x90\x3e\xd2\x44\xf1\x21\xdb\x1b\xdb\x1c\x47\xde\x91\x04\x27\xd3\x91\xcc\xe3\xb2\x8e\x62\x87\x59\x1b\x09\x21\x57\x8a\xa9\xff\x18\x6b\xb9\x24\xa3\xaf\x2b\x1b\xd6\x69\x6d\x5c\xc9\x75\x27\x3f\x24\x63\x5a\x11\x75\x50\xf6\x30\x48\xc9\x80\xda\xdb\xfd\xad\xde\x96\xfd\x09\x52\xfd\xde\xb1\x02\x0e\x62\x9c\xa1\xb1\x8e\xdd\x20\xe5\x50\x92\x60\xae\xb1\x1e\x4f\x2f\xd1\xae\x39\x4a\xd3\x4e\x0f\x9e\x32\x43\x42\x4d\x1f\x41\xc3\xe3\xa9\xc6\x49\xa3\x6a\x19\x41\x18\xb4\x43\x6c\x7a\xc6\x96\xc1\x9c\x5e\x5a\x2e\x02\x52\x04\xf8\x3a\x8c\xa2\x76\x40\x8c\xc8\x5b\x6b\x20\xf2\x81\xc0\x0f\xa9\x08\xe6\xd6\x64\xd8\xe2\xe7\x14\x8e\xe7\x82\x01\xe0\xca\x09\xe9\x2b\xf0\xb5\xdf\xe1\x10\x67\xed\x59\x44\x29\xc9\x2c\xae\x95\x90\xa0\x9d\x74\x39\xc9\x93\xb4\x45\x4e\x08\x7a\x60\xec\x99\x2c\xd3\x24\x59\x0f\xe4\x43\x89\x8f\x53\x72\xad\x15\x0f\x33\x67\x7f\xbf\x7c\xdb\xbb\x95\xaa\x84\xc7\xf2\xc9\xa1\x54\x13\x8f\xd5\x53\x83\xd7\x12\x8f\xf9\xf9\x00\xc8\x66\x18\x2b\x3b\x77\x5c\xdc\xb9\x53\xb6\x73\xaf\xe4\xca\xfb\xa2\x7a\x3d\x19\x81\xcb\x95\x27\xea\x5f\x50\x8a\xde\x17\x9e\x96\xd5\x21\xfa\xc2\x0a\x64\xc3\xa4\xd5\x8a\x86\xa1\x52\x9e\x5e\x5a\xe8\x5b\x17\xa8\x4f\x5a\x91\xb9\xdc\x78\xba\xbe\x16\xb8\xf1\x4d\x74\x94\x4b\x85\xc0\xb5\xf6\x95\x72\xe3\x7e\xc3\x4f\x28\xe5\xc6\x95\xaf\x44\xb2\x80\x34\xa9\x2c\x37\xbe\x04\x93\x3a\xe5\xc6\xd3\xdc\x8f\xda\xdc\xdf\x2e\xc9\x4c\x10\xb5\xdd\xce\xd0\x2d\x3f\x87\xe5\x2f\x6d\x6f\x23\x2e\x7d\x81\x9f\x93\xb7\xea\x54\x5f\x42\xc5\xb3\xc4\x54\x50\x46\x98\xd5\xaa\xee\xc0\x9b\x8d\xf8\x9b\x1d\xaa\x28\xbb\xd5\x66\x46\x83\xf6\x75\x98\xcf\xda\x14\x17\xd9\x40\x05\xe5\x25\xe9\xd9\x66\x0d\xff\x81\x08\xb6\x8e\x48\xeb\x1b\xf8\x03\x11\xe3\x80\xd9\xc9\xb7\x25\x0a\x6f\xe8\x0f\x40\x9c\x5d\xaf\xa8\x3f\xd8\x42\x92\x87\x9c\x2d\x2f\x2f\x61\x96\xc3\xa0\xcd\x60\xf5\x77\x4b\xaf\xe2\x07\xbe\x7d\x02\x6e\xba\xd6\xfe\x00\x43\x3f\xb8\x80\xd3\x24\x85\x6d\x5e\x2b\x72\x33\x4a\xe8\xcd\x7c\xad\x84\xd9\xab\x4f\x98\x6d\x29\xf2\xb5\x93\xa2\x01\x8f\x28\xb5\x32\x36\x24\x87\xdc\xc6\x1f\x81\x24\xf2\xf6\x48\x7d\x9c\x9b\x52\xa6\xd8\xd4\x1f\x80\x40\xa4\xac\x6c\x9b\xd7\x7b\xd9\x90\x38\x5a\x33\x7f\x00\xc2\x6c\x29\xdf\x7d\xe3\x62\x5d\xea\x07\x61\xd2\x9e\xf8\x69\xf0\xb5\xb8\xe0\xfe\xd9\xeb\x5e\xfc\xd8\xfb\xa7\x5f\x12\xa6\xc7\x0c\xce\x15\xf1\x7a\x9e\x9c\x6b\x43\xd2\x0e\xa8\x25\xd8\x03\x23\x5b\x8c\x58\xc7\xb0\x25\x11\x4d\x96\x5e\xe4\xb3\x10\x3d\xaf\xe7\xa6\x98\x12\x86\x0e\x0b\xd1\x41\x87\x04\x6b\x80\x14\x42\x1b\x8f\x59\x58\xc6\x66\x48\x9e\xa6\x74\xf5\x1e\x20\x45\x04\xc7\x52\xc9\xc0\x3e\xcb\x1a\x90\x2a\xa1\xf6\x69\xf1\x47\x63\xed\xc9\x9e\x9a\xcc\xd0\x2d\x44\x81\x63\xf2\xd5\x4b\x58\xaf\x53\xdc\xa7\x6c\x00\x7d\xd0\xc5\x10\xde\x5f\xb0\xf3\x72\xb1\x85\x35\xd9\x49\x86\x52\x91\x86\xc8\xf5\x42\x48\xe6\xfa\x3c\x5f\x9a\xbb\x24\xa0\x5b\x24\xec\x71\x6e\x68\x66\xc5\xfc\xb1\xf9\xf9\xb2\x91\x15\x59\x5f\xfe\x1b\xf8\x37\x0b\x31\x2c\xa5\x21\x9b\xeb\xbd\x9c\xa4\x3b\x5f\x55\x44\xc0\x2f\xaf\x5e\x1f\xbf\x9b\xbf\xed\x57\x16\x58\x7b\xff\x01\xde\xa0\x7f\x18\x50\x87\x21\x27\x65\x1a\xc2\x28\xa0\x75\x4b\x2a\x77\x13\x11\x4d\x8c\xa9\x21\xea\x39\x13\x40\x0a\xbe\x85\xe1\x1b\xef\x69\x5e\x5f\x61\x97\x92\x52\x17\x65\xcf\x94\x8a\xa4\xc1\xb3\x1a\x3b\x9b\x97\xf2\x3d\x2d\xb8\x90\xe4\x24\x2d\x02\x89\x8b\xa8\x83\x17\xd3\xa9\xe2\x4d\x92\x6f\xd1\x9f\x94\x80\xe5\x38\x43\x8a\x9f\xc8\xfc\x52\xd3\x38\xc9\x42\x6e\xa6\xc8\xf1\x31\x25\x05\x75\x0a\xd5\x9f\x25\x54\x20\x03\x0c\x7a\xb1\x22\x2b\x7b\xde\x54\xea\x88\x9d\x52\x18\x6a\x14\xcf\xb3\x85\x87\xd7\xe6\x98\x43\xf2\x44\xe3\xfe\x9b\x40\x8d\x8a\xdb\x6a\x4f\x3a\x17\x24\xec\xa2\x42\x85\x6c\xaf\x24\x97\x51\x04\xb0\xca\x53\xd8\xbd\x97\xda\xd8\xa5\xdb\xb4\x3a\x48\x43\x59\xe3\xde\xd8\x04\x29\xb4\xae\x0e\x36\xe8\xad\xaf\x6a\x6c\xde\xbc\x6b\xc6\x29\xae\x81\x61\xa0\xbb\x3c\xdb\xc7\xd5\xd2\xb5\x34\xa2\x31\x6f\xe3\x5f\x24\x47\x88\x41\x8f\x9a\x10\x1a\x1a\xef\xfe\xdb\x85\xb7\x54\x6d\xff\x05\xbc\x04\x6f\xd7\x79\x3f\x88\x72\xe6\xbc\x1f\x1e\x57\x48\x57\x9b\x12\x8d\xe8\xf5\x86\xc3\x21\x74\x3f\xc0\x9b\x27\x49\x00\xf7\xf7\x39\x12\x40\x10\x66\x0b\x3f\x9f\xcc\x70\xa4\x5d\x2b\x86\xd7\xd6\xab\x64\x99\x41\xf2\x93\x86\x76\x97\xa0\x09\x34\x09\xdb\xc3\xe7\x14\x9d\x6e\x38\x7c\x68\xdb\xa8\x3b\x8f\xc8\xb1\x34\x80\x4e\x21\xd3\xbf\xc6\xc9\x09\xa7\x9f\xe1\xc4\x44\x6c\xc1\xce\xcb\xca\x89\x0f\xc2\xe0\x2d\x9c\xc0\xf0\x0a\x9e\x21\x79\xbd\x1c\x9f\x82\x12\x5e\xcc\x26\xf9\x8b\x44\x1b\x22\x4e\x14\x7d\xc8\xd7\x13\x21\x89\xa0\x54\x6c\xb9\x46\x2d\x57\xf4\x70\x9b\xff\xfe\xc2\xb5\x5c\xff\xe7\xc5\x75\xe7\x6c\x1e\xed\x30\x41\x49\x11\x3a\x70\xb2\x07\x27\x51\x99\xdc\xaa\x1d\x86\xca\x79\x84\x2b\x67\x14\x2a\xb7\x75\x11\x99\xd3\x14\xef\x53\x14\xc6\x1f\xd8\xd6\xcc\xcf\xda\xe4\x6a\xa9\x1e\x55\xb1\x9b\x57\x55\xab\x32\x9f\x72\x44\xdf\xe9\xaa\xc5\x8e\xfa\xa0\x47\x86\x3c\x42\x17\xc7\x4c\xbe\xf2\x97\x79\x32\x4d\x26\x18\xe4\x46\xfc\x3d\x2e\x29\xa6\xde\x5f\x7f\x60\x29\x25\x45\x2a\x3a\x0c\x4d\x64\x27\xff\x7b\xe5\x7f\x0c\xe7\xcb\xb9\xd5\x3d\x3c\xb2\x26\x33\x3f\xf5\x27\xb8\x70\xb6\xf5\xca\xbf\xb1\x92\x38\xba\xb1\x68\xa2\xa8\x15\xc1\x1c\xdd\xb1\x5a\xcb\xc5\x02\xa6\x18\x24\xd7\x8f\x83\x83\x24\xb5\xa2\xe4\x9a\x5c\x70\xd8\x95\x78\x89\xf8\x0d\xb5\xb2\xcc\x72\xeb\x02\x5a\xcb\x38\xfc\x7d\x09\x5d\xbd\x6b\xe5\x35\x41\x8c\xd3\xdb\xbc\xa4\x21\x9f\xe4\x3c\x4d\x48\xb5\x24\x7e\x68\x1b\xbe\x80\xf7\xc6\x30\x90\xeb\xa1\xd4\x2f\x00\x53\xaa\xac\x7d\xf1\x62\xff\x82\x1b\xd5\x22\xff\x1a\xff\xd6\x2b\xf1\x5f\xcd\x95\xeb\x4b\xfc\x17\x7f\x16\xf7\x0b\x8f\xa2\x95\x87\x30\x13\x74\x53\xae\x98\x14\x19\xb5\x20\xec\x1b\xf9\x71\x13\x9f\x1d\x69\x80\x6e\x74\x72\x09\x50\x87\x28\xe9\xac\x4a\xa1\x5d\x33\xae\xc5\x5a\xcb\x09\x55\xcd\x0b\xdb\x65\x7d\xd3\x85\xad\xd4\x8f\x95\xaa\x5d\x93\x68\x36\xbd\xbc\xb5\x52\xc7\xba\x43\xab\xc3\x8e\xf9\x5c\x0b\xea\xd4\x2d\x14\xd2\x44\xec\xc4\x9d\xe1\x7d\x61\xc5\xc0\x15\xd1\x53\xcb\x23\x97\x12\x92\x9a\xc8\x91\xea\xb9\xbb\x25\x1a\x3d\x01\x94\x27\x3a\x30\x81\x9a\x27\x7f\x2b\x48\xf2\xd2\x39\xd6\x34\x05\x01\xbf\xba\x9b\xaa\xef\xf2\xb3\xcb\x3c\x8c\xb2\x83\x20\x99\x1f\x40\x24\xef\xb1\xda\x71\x9a\x30\x01\xe2\xdd\x89\x13\x69\xb5\x38\x71\xfc\x72\xb1\xfc\xe9\xe6\x79\x54\xab\x34\x3c\x1f\x0f\xb3\x2e\x09\x93\x93\x40\x7c\xa6\x70\x6f\x3a\x5e\xb7\x56\x2f\xde\x94\x79\xaa\x95\xc4\xa6\x99\xa7\xca\x4c\xd8\x52\x98\x2a\x29\x3b\x5f\xa8\x94\x7d\x58\x04\xbd\xe8\x33\x18\x1c\xa1\x88\x62\x6e\xe1\xbf\x62\x78\xdd\xc6\xdf\x69\x5a\x40\xbb\x46\xc4\x6a\x33\xe4\x4b\xb1\xe5\x19\x2c\x32\x68\x04\x6a\xd7\x37\xb0\x0b\x9b\x77\xe0\x9f\xe0\xb5\xf5\x36\x89\x74\x61\xaa\xe9\xa6\xd7\xa0\xd6\xf7\xfd\x97\xae\x6d\x52\xfb\x5b\x39\x9c\x74\x7c\x57\x0f\xf0\x32\xde\xf6\x7b\xfc\xf6\x7b\x32\x09\x63\x61\x3c\x91\x9f\x19\xe1\x67\xc6\x5c\xbe\xec\xf2\x49\x33\x9b\x53\x6a\x4d\x75\x7d\xe3\xc9\xe1\x96\xc6\x13\x4a\x5a\xb1\x7b\xea\xb5\xcf\x95\xf3\x8b\x1e\x5b\x04\xdf\xb3\x4f\xf0\xb1\xd0\xbf\x87\x3b\x2f\x73\xcb\x0a\xee\x37\x98\x51\xa5\xed\xb2\xe3\x98\x15\xf0\x5c\x73\x30\x93\x8a\xe6\xca\x08\xf1\xbf\x47\x85\x23\x7a\xa3\x62\xf3\x3b\x4f\xc3\x56\x85\x6a\x13\xb0\x9c\x81\xaf\x39\x8d\x55\x11\x98\x15\x8a\x5a\x57\x01\xb2\xbc\x4a\x78\x0c\xaf\x59\x41\x0f\xb3\xfa\x63\x14\xcb\xc5\x8d\x5d\xc0\xed\xee\x30\x5b\x59\x13\xe1\x6b\xec\x18\x0a\x65\x6b\xed\x19\x12\xb9\x1a\xed\x1a\xfc\xbd\x2f\xb3\x6f\xd0\x65\xa6\xec\x1c\x0c\x5e\x4f\xda\x41\x48\x2d\xe8\x08\x8e\xc8\xf3\x63\xea\xb8\x3b\xe6\x8b\x4c\x97\x75\xeb\x64\x64\x34\xa8\x0f\x57\x3b\x69\xfe\xb3\x9e\xca\x12\x7e\x96\x09\x33\xcc\x53\x12\x94\xfc\x2b\x0e\xdf\x75\x44\xfe\x39\x55\x11\x2d\x8c\x32\x51\x57\x72\xe5\x18\xe7\xbe\xa2\xb6\x3d\xed\x57\xb1\x42\x7f\xb7\xe0\xe1\xc1\x20\x76\x4a\xb1\x7e\x71\xed\x4d\x1a\x66\x79\x18\x43\xf5\x2a\xad\xbe\x23\x79\x76\x4c\xe5\xfd\x09\x23\x66\xcb\x8b\x79\xa8\x6b\xe5\xfa\x34\x15\xba\xb0\x29\xe0\xbb\x70\xbb\x21\xdd\x36\x4d\x2e\x91\x64\x6b\x21\x71\x38\x87\xe9\x3c\x8c\x49\x48\x6a\x43\x87\x71\x8d\x4d\xd3\x8f\x03\xcb\x5f\x2c\x22\xd3\x9e\x59\x76\x49\x29\x49\xe7\x1d\x95\x4f\x56\x71\x82\x4c\xe4\x26\xf5\xeb\x18\x4b\xe8\xb9\x64\xf7\xcc\x6e\x6b\xaa\xe1\x35\x96\x4e\x6b\xd3\xa6\x58\xc2\x53\x67\xe4\x8e\x91\x91\x3b\x0d\x18\xb9\xab\x31\x72\x81\xb4\x36\x73\x34\x20\xad\xca\xbf\x92\x76\xea\x63\xd9\x77\x78\xa8\x4b\x20\x26\x2a\xd7\x54\x85\xca\xc8\x6f\x5c\x5c\x9d\xff\x2e\xae\x8a\xc5\xa5\x33\xcd\x36\x8b\x6b\x9d\x02\xdb\x7c\x99\xac\x83\x9c\xef\x34\xc9\xc3\xa7\xdc\x71\x82\xc4\x06\xd9\x00\xc2\x8f\x5e\x5a\xec\xb0\x20\x5f\x23\xd9\x12\xa3\xee\xca\xb1\xaa\xba\xd8\x7d\x52\x14\xbb\x59\xf0\xc3\x39\x0e\x34\xb4\xa6\x49\x6a\x91\x2b\xe8\x81\xd3\x66\x18\x53\xbb\x4e\x38\x3d\x43\x2c\x65\xf9\xb1\x05\x3f\xe2\xbd\xe1\x12\x77\x6d\x67\xc2\x0b\x4b\x80\x68\x08\xbd\x50\x62\xda\x96\xe4\xfa\x3e\x55\x0b\x8a\xc6\x10\x83\xd0\x5f\x43\xd8\x4f\x8b\xd6\x04\xc3\xca\xda\x19\x5d\x58\x5e\xc3\x26\x90\x14\xa7\x8a\x43\xa8\x7c\x55\x9c\x36\xef\x16\x5e\xd9\x8d\x33\xa0\x73\xff\x62\x19\xf9\x69\x7b\x92\x44\x68\x25\x85\x52\x81\xae\x34\xb9\xce\x94\x35\x72\x28\x84\xc3\x53\x5c\x57\x1e\x4f\xc1\xbb\x70\x0e\x07\x01\xcc\x26\xd4\x5d\x32\xf0\xd1\x9f\x6a\x11\x9c\x1d\xab\xe7\x9b\x95\x78\x61\x9c\x94\xcf\xec\x66\x7e\x3d\xf5\x05\xc5\x1f\xb2\x59\xf1\xda\x5a\x83\x4c\x93\xeb\x8d\x47\x18\x94\xea\xcf\xec\x11\x9f\x0a\xfe\x47\xe2\x34\xe9\xe0\x3a\xcd\x13\xd7\x9f\x44\x99\x8b\xd6\x54\xe6\xc2\x20\xcc\x6d\x1e\xd8\xf4\xe2\xa9\x0a\x1e\x2d\xe2\x5c\x3c\xd5\xcf\x59\x42\xca\x0a\x0a\xaf\xe9\x30\xff\x48\xc1\x19\x55\xe3\x33\xbb\x9a\x90\x86\xca\x9c\xdc\xa7\x22\xd8\x21\x69\x5b\x2a\x8d\xf2\x58\x0a\xa5\x34\x56\x6e\x2c\x55\xc5\x79\x19\x1a\x71\x66\xe3\xf2\xf0\xd8\xff\x52\x21\x0e\x13\x08\x07\xed\x4d\xf2\xd2\xd7\x65\x58\x7a\x95\xa4\x70\x13\x1b\xcd\x3d\x81\xe5\xe9\xcc\x5b\x80\x5d\xe5\x15\x1c\xca\x0b\x95\xab\xcb\xb0\x19\xe4\xfb\xb6\x4b\xb6\x0b\xec\x67\x01\xd5\x68\xcb\xeb\x7d\xaf\xbb\x59\x39\x70\x7c\xec\x07\x88\x9b\xd3\x64\x59\x74\xcd\x96\x34\x67\xb0\x1b\x76\x09\xf2\xe7\x76\x85\x26\x48\x35\xb4\x26\xe5\xef\x37\x28\xf8\xb0\xee\xf5\x0e\x30\x54\x6f\xb0\xae\xfd\x34\x0e\xe3\x6a\x73\xa7\xb9\xc5\xea\xa7\x25\x1f\x09\x3d\x2b\x6b\xbc\x62\x59\xac\x2c\x3d\x21\x51\x75\xdb\xe5\xb4\x53\x3b\xb0\xbe\x66\x3f\xf9\xdf\x59\x0a\xad\x9b\x64\x69\x65\x4b\xfa\xc7\xb5\x1f\xe7\x56\x9e\xd0\x1a\xf9\x56\x3e\x0b\x33\x2c\xea\x3d\xda\xa6\x5f\x75\x1f\xe9\x00\x7b\x19\x35\x22\x34\x5f\x0d\x0d\x58\x5f\x6f\x43\xad\x14\x50\x64\x6d\x49\x9c\xc6\x90\x85\x76\x99\xf5\x4e\xdb\xe6\x8f\x79\x11\x5b\x5b\xe0\xc6\x2a\x55\x0a\x4b\x41\xf5\x6b\xad\x96\xda\xb4\x2d\x90\xab\x3e\x6d\xaa\xb6\x87\x2a\x9d\x74\xe3\xbe\xae\x7d\xa4\xce\x16\xd2\x78\x83\x35\x14\x73\x03\xc7\xe0\x64\x13\x27\x44\xd9\x43\x3d\xd0\x07\x7a\x2d\x38\xa3\x6a\xae\xa1\x9f\x6e\x0f\xa2\x57\x19\x1e\xc2\x82\x6b\x48\x88\x71\x48\x8a\x12\x10\x6c\xa2\xf9\x32\x97\xa3\x44\x68\xb0\x00\x8b\x33\x66\x95\x0c\x58\x18\x32\xad\xac\xcf\x22\x96\xa9\x47\x80\x5e\x52\x83\x50\xb8\x43\x8e\x7c\xfc\x39\x79\x86\x1a\x11\xb2\x24\xcd\xdb\x17\x37\xb4\x46\x42\x3b\x4f\x1a\x07\xa1\xa8\xf1\x19\x4a\x20\x8a\x5f\x19\x88\x92\x1a\x02\x51\x50\xaf\x4a\x82\x95\xd1\xad\x2c\xcc\x93\xf4\x06\x7f\xd7\x76\xd6\x06\x36\xcb\x91\x2c\x72\x84\x4b\x31\xaa\x45\x04\x44\x00\x3c\x1d\xec\x49\x42\x31\xfa\x11\x34\xf0\x65\x0e\x03\xd7\x8f\x42\x3f\x6b\x49\xe4\x74\x03\x3f\xf7\x9b\x47\x52\x8b\x06\x48\x3c\x35\x9a\xbd\x27\x49\x9c\xfb\x61\x0c\x53\xfc\x8b\x7d\xc4\x66\xb5\xe8\xf0\x54\x62\x44\xd8\xd8\x7d\xe2\x47\x91\x7f\x11\x91\x48\xe9\x73\x7c\x47\x8a\xc1\xc6\x66\x30\x03\x1e\x6c\x8d\xde\xb8\x93\x08\xfa\x69\xeb\xf6\xa9\x9f\xfb\x13\x18\xe7\x30\x1d\x90\xd8\xea\xc9\x0a\x97\x61\x20\x66\x54\x0d\x37\x56\xea\x9f\x16\xd2\x4d\xa2\x8b\x20\x40\x44\x1a\xe4\x2b\x43\x28\x37\xab\x4c\x27\xc5\x95\xc7\x49\x3a\xc7\x10\x4b\xa4\x0d\xad\xbf\x43\x16\x3d\xbe\x97\x5d\x87\xf9\x64\xd6\xca\x71\x20\xb3\x73\x3b\xf1\x33\x48\xfc\x60\xd4\x01\x38\x28\xd4\xab\x23\xcb\x2d\xa7\xf1\xce\xdc\xbf\x37\x1c\x0e\xe9\x35\x8a\x41\x8b\x7a\xc1\x79\xbd\x65\xbb\x93\x24\x80\x6d\x24\x79\xa2\xa5\x9b\xbb\x31\xfc\xc8\xea\x5b\x9c\x87\x17\x51\x18\x5f\x3a\x6e\x10\x06\x67\x8b\x05\xa2\x9d\xb3\x77\x91\x42\xff\xc3\x1e\xe5\xef\x41\x29\xed\x57\x7a\xdc\xb9\xbf\x36\x98\x8a\xe6\x03\x5f\xf8\xc6\x48\x2a\x03\x18\x65\x49\x78\x95\xd4\x0e\x0e\xa4\x32\xc5\x4d\xe1\x70\x32\xe0\xef\xed\x2a\x7e\x2a\x5a\x53\x8e\xee\xe6\xda\xeb\xbc\xeb\x2f\xcc\xf1\x53\x04\x33\x17\x3b\x3e\xd9\x5f\x75\xca\xd2\x79\x5c\xa0\x24\x21\x50\x62\xdc\xf8\x80\x3a\xc6\x0a\xa2\x31\xac\x92\x07\x6d\xe3\xf7\xc8\x47\xf9\x7b\xe6\xf0\x55\x45\x18\x26\x5f\x2a\x37\xf9\x9d\x80\x9e\x9a\xf9\x23\xde\xd0\x4a\x8f\x09\x6f\x00\x31\xd2\x62\x6b\x2d\xab\x1d\x20\x0b\x44\xf6\x34\x85\x30\x87\x1f\xf3\x36\xa5\x91\x49\x39\x2e\xd6\x1f\xe0\x80\xf7\xb5\xec\xf6\xfa\x38\xc9\xa7\xcc\x82\x60\xc9\x40\x4b\x7a\xf7\x95\x0f\x14\x9d\x96\x8d\xa6\x93\x3c\xff\x75\x8e\xd1\xd6\xfd\x1a\x5a\xfa\x62\x97\x3a\x5d\x9e\xe3\x6f\xc3\xa0\x31\x2c\x68\xc9\x7a\x40\x2b\xa8\x8d\x5e\x31\xaa\x0e\xfc\x45\xb3\x66\xc2\x6f\x4b\xc1\xff\x46\xaf\xe9\x31\xa9\x25\xc8\x12\x66\xc4\xa7\x5d\xa1\x2d\xca\x11\x05\x4c\xdf\x46\xef\xcc\x93\xd8\x5d\x86\x14\xa3\x1b\x06\x44\x3e\x92\xe2\x85\xcd\x16\x38\xda\xb1\x32\x33\x5f\xa9\xca\x25\x11\x5e\xae\xb3\x7e\x5a\xf8\x9b\x4c\x08\x5f\x6c\x5b\x96\x5f\x2f\x67\x5a\x36\x35\xa5\x6c\x4b\xf4\xa5\xe7\x6c\x13\x16\x73\xa9\xf0\xa5\x74\xbe\x10\xbd\x4c\x70\xb1\x54\xce\x71\x5c\x59\xb6\xad\x37\x2e\x82\xb4\x76\xf5\x54\x56\x29\x34\x47\x0e\xb3\x31\xf5\x9c\xa3\x0a\x8e\x0c\x37\x15\xe0\xf6\xa2\x41\x92\x7c\x52\xc1\xb1\x05\xca\x6a\x1b\xcb\x69\x37\xc5\xe6\x49\xc2\x32\xcb\x57\x2e\x64\xea\x6a\x98\xb9\xa6\x2c\xdb\xb1\xba\xaa\xcb\x00\x53\x81\x61\x9a\x35\xe5\x9d\x4e\x88\x1f\x55\xe9\xff\xd4\xb2\xc8\x54\x92\x11\xf5\xa8\x62\x93\xac\xcd\x95\x71\xc2\x95\xa4\xc1\xb3\x28\x7a\x5e\x64\xcf\x66\x78\xe9\xf2\xff\x08\xa3\x59\x94\xe5\x0b\xdd\x6b\x60\x21\xad\x6b\xaf\x2f\x3b\x09\x2a\x37\xce\xad\xb3\x06\x78\x1a\x91\x28\xe5\xfd\x5b\x12\x22\x35\x10\x03\x67\x0a\xad\x50\x16\xea\xda\x48\xe4\x0d\xda\xc4\xf0\x1b\xc6\x57\xc9\x84\x16\x1f\xb3\x73\x51\xeb\x2e\x4f\xc3\x79\x69\x5d\x71\xa2\x68\x4e\x9b\xa8\x7c\xba\xf0\xa9\x00\xdf\x66\xc3\x56\x11\xe7\xb6\x0c\xd7\xf6\x12\xe6\x96\x38\x5c\x74\x1d\x00\x43\xba\x92\x79\xa7\x7b\xf7\x82\x4a\x9d\x77\x77\xb7\x4c\xaa\x1e\x8d\x29\xd4\xec\x68\xcc\x20\xd3\x5b\x1d\x10\xbb\x41\x38\x9d\x3a\x2d\x2e\x82\x02\xc8\x4a\x29\x10\x28\x90\x87\x9d\xbb\x3b\x2a\xd0\xc2\x38\x4f\x71\x41\x07\xed\x9b\x8e\x9b\x25\x73\x88\x2b\x49\x44\x30\x1f\xe5\x20\x1e\x0f\x21\xfd\x84\xad\xf6\xc7\x26\x25\xb3\x39\x90\x79\x4c\x3e\xb6\x72\x56\x68\x84\x94\x75\x39\x54\x0c\xee\x1f\xbd\xe8\x14\x3f\xbb\xd2\xd7\x51\x8b\xe7\x2e\xe0\x56\x4d\x3d\xe5\xa8\xf0\x48\x0f\x1b\x3e\xbc\xcd\x60\xfe\x2e\x9c\xc3\x64\x99\xb7\x48\x6d\x0a\x56\xfc\x9a\xd1\xe3\xee\x6e\x34\x76\x80\xf7\x97\xdc\x59\x39\xab\x15\x08\x87\xbe\x04\x0f\x9b\x0c\x8b\x6b\x19\x2c\x87\xa3\x74\x0c\x26\xc3\x75\x38\xb3\x72\x43\xc5\x66\x1c\x10\x28\x9f\x9a\x0f\x6f\x57\x40\x86\xb8\x9f\x94\x40\xdc\xcf\x47\x70\x3c\x9c\x50\x88\xfb\xb9\x0a\x71\x2f\xff\x04\x73\x1d\xe2\x7e\x5e\x0a\x71\x3f\xbf\xbb\x9b\xeb\x10\xf7\x73\x15\xe2\x7e\x3e\x5c\xd6\x81\xb8\xc7\xea\x2f\x03\x02\x6a\x85\x20\x01\xd0\xb9\xbb\x83\x2b\x07\xcc\x1d\x10\x48\x9c\x31\xd7\x00\xe8\xe7\x14\xe2\x5e\xb9\xfe\x68\x5e\x04\x4a\x0e\x38\xc4\xfd\xbc\x1a\xe2\x5e\xff\x82\x59\x6d\x43\x5d\x9c\xa3\xe1\x11\x88\x7b\x9f\x18\x6b\xd0\xd5\x25\x98\x80\x00\xcc\x25\x75\x34\xab\x44\x01\x8e\x40\xb6\x1e\xef\xa8\x4c\x0e\xf8\x5a\xe0\x46\x7e\x7f\xf1\xdd\xeb\x77\xbf\x5f\xfc\x63\x0d\xfa\x91\x04\xe6\x5e\x91\x17\x6c\xb6\xfa\x16\x4e\x52\x8a\x91\x44\x0e\xd4\x8e\x76\x9e\x76\x8b\x47\xa7\x09\xd6\xc6\x50\xaa\xa3\xc9\x99\xd3\xac\x64\x69\xf5\x24\x7e\xb1\x1a\x1d\x05\x1b\xc6\x4e\xb9\x89\xee\xd3\x43\x88\x4f\x14\x9d\xa9\xe8\x7e\x0b\xa5\x5a\x3e\x0f\x72\x97\x15\x97\x6d\x41\x32\x14\xf4\x62\xbe\x27\xb5\x35\x7c\xa8\x9d\x3d\xd0\x91\x5a\xc0\xc7\x4d\x0c\xd2\xf2\xe3\x66\x38\x1c\xc6\x8f\xf2\x56\xca\x4f\xb7\x54\x3f\xdd\x06\x2d\x7a\x09\x6f\xf4\xfc\xf2\x4a\xec\x5d\x10\xc4\x0e\xfd\x56\x0a\xfc\xf1\x30\xde\xe3\xf5\x91\x08\x12\x46\xcb\x27\x2d\xb0\x8a\x44\xb7\x2c\x9b\xfe\xf6\x03\xbc\x19\xa4\xf4\xd8\x85\xbc\x50\x49\x2c\xea\x2a\x19\x8e\xc7\xf4\x11\x6f\x10\x8c\xe0\xd8\x19\x78\xc3\xe1\x90\x7d\x81\x74\xef\x91\xef\x72\x5b\x99\xf2\x2c\x40\x4c\xb0\x02\xa3\x71\x9d\x8d\x66\x92\xc2\xbc\x4d\xfc\x3b\x5f\xcb\xee\xf2\x8f\xc9\xbb\x93\xd7\xe7\x67\x87\x8d\x11\x06\x4a\x62\xcc\xd0\x41\xe4\x17\xa5\x76\x26\xe4\x8b\xd4\x09\xec\xeb\xc2\xc9\x0a\x17\xc9\x47\xa1\x2c\x9b\xd2\xb4\xf5\xb8\xb3\xb7\xe2\x1b\xa6\xc7\xa5\x94\x7a\x39\xb1\xb7\x19\xce\x56\xa3\xbd\xa7\x30\xaf\x3b\x41\x4d\x69\x0a\xf8\x81\x27\xa8\x3d\x99\xf9\x69\x7e\x40\xb6\xf2\xaf\x85\xc9\xae\x7e\xec\xbc\xfc\xfb\xb3\x5e\xbe\x39\x8c\xc5\xae\xa6\xaa\x84\x44\xbb\x46\xb9\xd9\xa2\xc4\x34\xee\x9c\xeb\x07\xc1\xd9\x84\xd7\x88\x20\x30\x28\x74\x43\xc7\x17\xe0\x47\x38\xc1\xbf\x69\x75\x68\x5a\x79\xba\xf1\x77\xa8\x10\x2c\x7d\x0a\x97\x5a\x68\x0c\x36\x23\x13\xf6\x72\xf9\x15\x61\x47\xfa\xbf\xfd\xf0\xe6\xd5\xf4\xbb\xe9\x57\xc5\x7a\x12\x85\xbe\x0a\xce\xdb\x93\x75\xdb\x3d\x95\x0d\xff\x86\xfa\x2a\x73\x61\x01\x5e\xd4\x66\x57\xec\xe1\x10\x71\x4f\x32\x25\xe7\x74\xf0\x88\xfc\xa3\x7e\x6b\x40\x2e\xae\x34\xce\xdd\x74\xa1\x10\x06\xd6\x3a\xb9\x1d\xff\x7e\x25\x9c\xbb\xfc\xf5\xb7\x5f\x7f\xbc\xbc\x79\xbe\x11\xe7\x2a\xb6\x41\xea\x54\xc4\x16\x2e\xf1\x27\xce\x28\x91\x6d\x81\xe2\x51\x99\x4d\xc9\x6b\xf8\x82\xcd\x0d\xa0\x95\xaf\x51\x35\x62\xdd\x7b\x9e\x29\xf7\x45\xd8\x46\x59\xef\x2a\x54\x04\x16\x9a\x60\x30\x3f\x6d\xb8\x30\x77\xb7\x24\x71\x7b\x25\xee\x7f\xd2\x6f\x07\x48\xcb\x36\x89\xf3\xd4\x8f\x49\xcd\x5a\xb5\x36\x6b\x43\xa7\x3d\x35\x6c\x65\xc3\xdb\x15\xbd\x80\x67\x11\xfd\x5e\x55\x61\x70\xe1\xc2\x4d\x64\xfd\x73\x83\x00\x29\xb4\xea\x4f\x66\x61\xcc\xbc\xce\xf4\x97\x9b\xe5\xc9\xa2\xc5\x34\x7b\xf6\x28\x55\xee\x59\x85\xd8\x2c\x9d\xb0\x4b\xca\x7d\xda\x53\xda\xd4\x50\x5a\xcc\x61\x9c\xc3\x74\x91\x32\x20\xb0\x2c\x9d\x80\xdb\x24\x7e\x27\x28\x23\x44\xfd\x1c\x47\x19\x3c\x59\x66\x79\x32\xa7\x58\x6c\x82\x82\x36\xb8\x0d\x60\xee\x87\xd1\x00\xae\x9c\x3d\x0a\xc3\x26\x6e\xb7\x72\x47\xc4\x76\xbc\x49\x31\x38\x07\x0c\xee\xee\xa0\x4b\x89\xc7\xcd\x3c\xf9\xf0\xe1\xad\x61\x7b\x53\x28\x3d\xca\xf1\x99\x39\xa6\x14\xd2\x2f\xb7\xc8\xbf\x00\x6f\x7b\x39\xfc\x98\x03\xe8\xe2\x2f\x3a\x2b\x07\x94\x78\xff\xa1\xb3\x02\x49\x8c\x37\x35\x31\x47\xb9\x73\x3b\x4d\xd2\x16\x61\x4a\x3e\xed\x54\x3f\x01\x29\xa6\xc7\x59\x9a\xfa\x37\xad\xf8\xa1\xf7\x28\x6e\x7b\x83\x8e\x03\xfc\xa1\xf7\x57\xff\x7f\xc7\x7f\xf5\xbf\xfb\xce\x49\x47\x7e\xdb\x1b\x8b\x57\x47\xfe\x58\xe8\x55\x94\x4d\x46\xf9\x18\x71\x55\x8a\x76\xd0\xd5\x86\x62\x4c\x59\x48\x83\xcc\x3f\x94\x15\xce\xd1\xad\xbb\x3b\x8d\xb5\xfc\x1c\xaa\x3c\x82\xae\xa5\x79\x6b\x63\x59\x47\xe5\x5a\x5c\xef\x98\x88\x3c\xa6\x20\x11\x3e\x81\x70\x3c\xcc\x59\xfd\xe2\xc2\xe3\xce\x2d\x09\xff\xb3\xf4\x77\x70\xeb\xda\xd4\x49\x8d\x53\x32\xcb\x6d\xeb\x0f\x6b\x4d\xf3\x37\xaa\x63\x5b\xf8\x18\xd1\xf6\x83\x2e\x4b\xc1\x36\x65\xef\xed\xef\xe7\xee\x82\xf0\xff\x53\xb2\x1a\x8a\x57\x5a\x94\x86\xac\x8d\x16\xdc\x00\x8b\x10\xcf\xe9\xd7\x72\xb0\x26\x67\x71\x78\xd1\xf9\xf9\x59\xd3\x83\x95\x3a\x41\xc5\xd9\xd9\xcc\xdb\x5c\x0b\x63\x6a\xdd\x91\x97\xc2\x38\x80\x69\x18\x5f\x36\xf7\x8c\x88\x29\xd8\xc9\x01\x47\x4f\xb3\xfa\x47\x5c\xc5\xe1\x13\x4e\x5b\x6a\xb1\x71\xb2\x07\x90\xcd\x09\xbb\x6e\xe0\xf0\x41\xa7\x70\x30\xe5\x93\x19\xcc\x1e\xd1\x13\x84\x7e\x9a\x5d\x6e\x89\x76\x80\xfc\x38\x33\x55\xb3\x56\xe2\x24\x7f\x45\xee\xec\xef\xb7\xe0\xf0\x41\xad\xb6\xc4\x4b\x4e\x71\xbb\x93\xa6\x68\x03\x41\x34\xf7\x2f\xda\xb1\x7f\xf5\xb5\xac\x95\x28\xfe\xf9\xfb\x5f\xb2\xee\xeb\x4a\xc4\xa8\xaa\xd0\xa6\xd8\x27\xa1\x4d\x3d\x70\x58\x48\x9a\xf5\x24\x4f\x3a\xf1\xda\xb6\xdb\xcc\x4e\xd7\xbe\x0e\x83\x7c\x36\x20\x59\x6c\xe8\x41\xfb\xaf\x36\x90\xef\x47\x70\x9a\x0f\x58\x92\x5b\xe1\xee\x0c\x86\x97\x33\x76\xff\xa4\x78\x3f\x4f\x16\xf4\xe6\xb1\x64\xbe\x96\x83\xb1\xbb\x7d\x60\xfb\x69\xe8\xb7\x59\x45\xef\x73\x88\xf4\x16\x3f\x25\x19\xc4\x72\x1d\x59\xd2\x77\x3a\x73\xc5\xdc\x60\x8c\xf8\x61\xf9\x71\x38\xf7\xb1\xf3\x06\x07\x6b\x14\x80\x16\x8e\x30\x94\x08\x86\xd6\x19\xf3\x6a\xb3\x46\x1b\x5a\x55\x84\x86\x8c\xcf\xec\x1d\x16\x7f\x1c\x62\xac\x8d\xe6\x81\x19\x92\xe3\xe0\x50\x1a\xb9\x9c\x0a\x75\x54\x12\x85\x50\x84\x8b\x2e\x00\x3f\x6b\x18\xde\xaa\x7e\x20\xdf\x34\x84\x4e\x90\x67\x8c\x63\x12\x91\x17\x52\x75\x5b\x3d\x0f\xc7\x90\xec\x4e\xbe\x39\x4b\xe1\xd4\x18\x53\x54\xa3\x18\x83\x39\xc9\x4f\x6b\x57\xcf\xde\x13\x83\xdc\xbe\x88\x82\x6c\x9a\x65\x59\x33\xb9\x7f\x61\x8f\x4b\x11\xca\x3b\xe3\x0a\x38\x72\x3d\x17\xa2\xc3\x1a\xc2\x2b\x04\x09\xb6\x69\x82\xbd\x1b\x65\x60\xf4\xc0\x7e\x5f\xc4\xfb\xde\xf9\xb4\x03\xfb\xfd\xc2\x8f\x39\x11\x15\xec\xa3\x2f\xd7\xab\x75\x30\xb7\xbe\xad\xf1\x42\x79\x00\xd7\xc6\x98\xa7\x6b\x62\x71\x0c\xb1\x76\xeb\xea\x50\x70\xa5\x3b\x8b\x96\x97\xe1\xf4\x86\xe5\x0b\xd0\x50\x7f\xa9\xe2\xb7\xc0\x2c\x67\x17\xdf\x25\x0b\xe9\xd7\x0f\x78\xaf\x96\x2e\xbc\x84\x53\xf9\xe7\xdf\xd1\x49\x20\x83\xa0\x87\xd9\x99\xbc\x99\x5e\x2e\xc3\x60\x77\x08\xe8\xca\x01\xbc\x13\x49\x89\xc4\xf9\xa3\xd5\xa7\x88\x43\xeb\x60\xcf\xa5\x41\x0e\x1e\x78\x4d\xed\x00\x88\x28\x66\x18\xf4\x2d\x6c\xd3\x7f\x8a\xfd\x2b\xd1\x28\x24\xef\xb7\xec\xff\x65\x7f\xc7\xbf\xc9\x32\x01\xf0\xdc\xb5\x8a\xcf\x46\xa1\x2b\x58\x83\x37\x6a\x10\xa3\xd4\x49\x7e\xd0\x21\x3d\xff\x19\x97\xca\x2e\x41\x10\x4f\x97\xb1\x9b\x4d\x66\x10\xcd\x70\xcb\xf6\xa7\x39\x4c\xdf\x62\x61\xcc\x06\x2d\x66\x38\x6f\xdc\x31\x67\x05\xc8\x75\x45\x43\x83\xfb\xfb\xbc\xc3\x54\xfa\x62\x71\x3a\xe0\x56\x61\xdc\x01\x74\x93\xe9\x34\x83\x39\xfe\x05\x64\x1e\xe7\xb7\xd0\x0f\xa0\x2e\x07\x7e\x8f\xfc\x04\xd2\xd2\xe1\xb7\xde\x25\x8b\xd5\x7d\xe3\xda\x6f\x22\xc0\x6a\x68\x06\xa6\x34\x00\x52\x4d\x4b\x7a\x46\x6a\x41\xbf\x67\x7a\x9c\x40\xab\xc6\x10\x06\x59\x3b\x85\x14\x1b\x1a\x9a\x9e\x8c\xfc\x9b\x64\x99\x67\x07\x97\x29\xde\x25\x44\x1e\xb2\x21\xa1\x00\xa4\xc0\xdf\x9d\x68\xbd\x26\x99\xe0\x97\x9b\xa3\x9f\x2f\x7e\x4b\x7e\x31\x8b\xd6\x13\x18\x45\x12\x08\x6b\xcd\x44\x02\xb2\x5a\xc6\x4a\x75\xab\xe2\x84\x58\x41\x32\x6f\xa7\x70\x72\x33\x89\xc2\xf8\xd2\xd2\x11\xa4\x09\xc4\xd9\xcc\xcf\xda\x2c\xdd\x5e\x12\x58\x15\x59\xf5\x70\xac\x8b\xf6\xc7\x04\x1b\x42\x12\xbe\x8f\xf8\x05\x72\x06\x7d\x94\xa5\x8a\x42\x72\x83\x5d\x08\x98\xb6\x53\x98\x85\x9f\xa0\x5e\x8e\x84\xa3\x49\xa1\x7b\x05\x69\x5a\x6a\xcc\x18\x86\x42\xa4\x3d\x36\xdc\xd3\x0d\x02\xc7\x27\xbe\x80\x9f\xe8\x92\xf0\x19\x09\x29\xb9\x08\xe4\xe2\xd7\x44\x2c\x11\xfd\xad\x19\xb5\x59\x5d\xa2\x0a\x43\x67\x40\xdf\x14\xf4\xcd\xef\x9b\x33\x93\xed\xf5\x83\xaa\x8b\x01\xb2\x76\x4c\x65\x13\xd3\x6b\x18\x35\x2e\x86\x2c\xa2\x12\x38\x64\x84\x18\xe3\x99\x74\x69\x5b\x14\x79\xfd\xc2\x09\xdb\x82\x62\x3f\x0f\xaf\x60\x3b\x9b\xa4\x09\xc9\x83\xe3\xf4\xa3\x42\x80\x0d\xec\xc7\xd8\x24\x1c\xe7\x6d\xc2\xe1\xf6\x63\xf2\x34\xd6\x6d\xa5\x9f\x39\x16\x97\xe8\xaf\x27\x1c\xa1\x62\x12\x85\x38\xbb\xeb\x13\x7c\xc2\x02\xcb\x47\x76\x8e\x71\x70\x89\x26\xc9\xc0\xc5\x29\xba\x38\x1e\xbe\x61\x11\x29\xed\x96\x09\xb5\x18\x26\xb2\xf8\xc1\xa6\xd8\x32\x06\xa6\xc3\x24\xa4\xea\xab\xa2\xb1\xf6\x8b\x3f\x0e\x89\x7a\xbc\x91\xfa\x4a\x3e\xd9\xed\xe2\xdd\x8a\xaa\xa9\xf9\x8d\x04\xec\x6b\x00\x60\x54\x07\x8f\xd3\x01\x0c\xfa\x63\xed\x05\x53\x0b\x4f\x86\xa5\x3c\x90\x2e\x92\xbc\x8f\xb1\x54\xea\xe9\xf3\xac\xa0\xa0\x72\x05\x15\xb1\x55\xca\x86\x0d\xec\xc7\x12\x78\x3f\x3f\x50\x4c\x4a\x17\x2d\xb5\x52\xc2\x7b\x3a\x7b\x0a\x0b\xec\x66\x20\xbc\xd5\x64\xde\x30\xcd\x7b\x93\x0d\xa5\x2c\xe5\x7b\xed\x4c\xaf\xd3\xd0\x04\x5e\x7b\x19\xb6\xff\xcc\xcf\xce\xf8\x11\x4f\x6a\x05\x12\x5d\x8a\x2c\x0c\x49\xe5\x4a\xe2\xf6\x75\x18\x07\xc9\x35\x79\xeb\x89\xcf\x00\xde\xdf\xd3\x2d\xec\x9c\xec\x60\xef\xc9\x66\x42\x35\x38\xfa\x8b\xa8\x7b\xef\x91\x48\xb3\x1b\x05\xcd\x28\x60\x32\x5d\x0d\x64\x43\x1e\x7c\x28\xa2\xb9\x71\xbe\xb2\x9f\xbf\xc8\xe1\xfc\x1c\x0d\x8e\xc4\x14\x57\x6a\x74\x51\x31\x01\x9c\x47\x01\x82\xdb\x06\xaa\x1c\x31\x65\x7a\xde\x61\x07\xa4\xc9\x35\x95\xef\x0f\x3b\x60\xee\x7f\xe4\x3f\x3a\x80\x4e\xd7\x00\x2f\x57\x41\xe3\x1d\xea\x7e\xc5\x30\x0f\x22\x67\xb6\x89\x8c\x6c\x8f\xb1\x0f\x91\x13\xaf\x45\xc6\x74\xc9\x55\x32\x3c\x0e\x9b\xa9\x6a\xe2\x3a\x1f\x94\xed\x90\x1e\x68\xcd\xea\xb4\x1f\xca\x3e\xcd\x08\xe6\x56\x3c\xcc\x5c\x0c\xce\x48\x1a\x94\x02\x53\x44\xdc\x27\xa1\xce\x10\x27\x33\xb4\xe2\xef\x86\xf6\x5f\x3f\xb5\xf1\xbc\x0f\x2c\xcf\x76\x40\xbc\xda\x4e\xb3\xa5\x7a\x60\x3d\xed\x96\xb9\x89\x89\xf8\x29\x77\x7d\x74\x4b\xd4\xab\x01\x6f\xe7\x2a\x84\xd7\x48\xeb\x69\x39\xab\x31\xd2\x25\x11\x01\xb4\x8c\xfd\x96\x44\x41\x60\xbf\x67\x86\x8c\xb9\xff\xf1\x2d\xc1\x7f\xe3\x8c\x62\x2b\xe1\x37\x6c\x3a\x0d\xf3\x91\xd9\x24\xe5\x25\x2f\xdc\x14\x6d\x39\x7b\xe1\x14\xa9\x88\x64\x06\x5e\xf9\xf9\xcc\x9d\xfb\x1f\x5b\x3d\x6d\x7e\x5d\xd2\xa1\xbb\xbb\xd1\x18\xb0\x62\xb5\x8e\xb3\xc7\xde\x08\x63\x1c\xae\x0b\x8a\x5f\x92\xd8\xe2\x2f\xf1\x77\xdd\xd3\x15\x99\xcc\x5b\xaa\x1e\xe4\x48\xb5\xc4\x0e\x5d\xa2\xa4\x6f\xe6\x5c\x96\x37\x23\xda\xdb\xec\x2d\xbc\x0c\x33\x92\xb6\xc3\x05\x6f\x83\x85\x41\xde\xfd\x4c\xaf\xb2\xc3\xca\x71\x56\xe0\x3d\x56\x35\xdf\x72\x4d\xb3\xd0\xd9\x30\xa3\x6e\x69\x18\x50\x7f\x36\xbf\x12\xc6\x97\x77\x77\x8c\x94\xd9\xdf\x48\xfe\x7b\xb7\xe5\x3c\xc2\x97\x52\x48\x1c\x46\x2d\x67\x40\x92\x83\xc8\xe2\x23\xc9\x37\x8e\xa3\x42\x26\x84\x9f\xd4\x0a\x73\xcc\x87\xa3\xf0\x30\x88\x0d\x5c\x8c\x98\xb4\x8d\x78\x91\x4c\x7b\xcc\xde\xf5\x87\x1e\x88\x86\x38\x67\xe6\xfb\x64\x19\x07\x61\x7c\xf9\x04\x8b\x79\x6f\xe1\x24\x6f\x39\x20\x2c\xb6\xf5\xe7\x69\x92\xe4\x30\x1d\xa5\x49\x04\x87\x36\xdd\xff\xc3\x78\x9a\xd8\xe3\x3f\x3b\x20\x19\x46\x6e\x9e\x2c\xbe\x0b\x5d\x22\x2e\x12\x16\xf8\xce\x07\x4b\x8e\x8a\xe0\x86\x71\x0c\x53\x72\xa3\x9d\xec\x51\xbb\x4c\xde\x92\xf9\x9c\xb3\x63\x07\x2c\xcd\xbb\x8a\xb6\x59\xc5\xf4\x7b\xc4\xcc\x52\xb5\x45\xd1\x6d\x70\x52\xba\x0d\x96\xef\x57\x74\xb5\xe4\xeb\xf6\xab\x89\xb4\x5f\xc1\xfd\xfd\x56\x5e\xd8\xaf\x72\x1a\x9e\xb3\xc4\x06\x2d\x9c\xd2\xc9\x3c\xed\xe4\xd2\x39\x3e\x3a\xdf\x24\x34\x64\xc5\x59\xad\x00\x16\x41\x95\xf9\x67\x69\x3d\x1c\x10\x02\x3d\xf1\x3c\x4c\xb3\xfc\x2c\x9e\xcc\x92\xb4\x05\xcd\x95\x09\xc9\x20\xf4\x20\x92\x87\x9e\x94\x0d\x24\xc2\x44\xbc\xf1\x23\xf9\xc7\xe0\x76\x85\x38\x88\xb0\x5c\x9e\xb2\x68\x9f\x3f\xe5\xa9\x8b\x37\x37\xf7\xd3\x0b\x34\x4c\x9a\xbd\x93\xd3\x39\xdf\xdf\x67\x7f\x31\xd2\xec\xef\xc3\x07\xc3\xc2\xa6\xc1\x84\x16\x47\x2f\x0b\x28\x61\xe2\x2f\xfc\x34\x83\x2f\xe2\x1c\xe7\x30\xb0\xc8\x7f\xd6\x3c\x48\x87\x12\x39\x92\x0c\x66\x38\x34\xc8\x46\x7b\x94\x2f\x6e\x65\x04\x14\xa3\x15\x93\x1c\x70\x67\xcf\x2f\x5b\x02\x98\x9b\x7d\x85\x9b\x1f\x36\x5b\x13\x55\x2d\x3f\x42\x2d\xfb\x59\xf6\x32\xcc\x70\xb8\x65\xcb\xf6\x2f\x92\x2b\x68\x3b\x03\xf9\x06\x09\x14\xe1\xf7\x80\x46\x6a\x0f\xb0\x29\x18\xa6\x2b\x18\x65\xd0\x2a\xa5\x1d\x9e\x15\xdd\xaa\x17\xd6\xb6\xea\x91\xb0\xaa\xcc\x64\xd2\xab\xb0\xac\x7d\xb6\x7a\x89\xde\xc1\x87\xe7\x7f\x7f\xd1\xfb\xbe\xc4\x5d\x1d\x2f\x96\xf9\x8b\x40\x2a\x7c\xa5\x5b\xd7\x4c\xc1\x94\x7d\x73\x21\x45\x61\x6a\xc3\x4a\xd2\x75\x98\xcf\x18\x75\x2c\xd9\x76\x56\xe6\xc5\xfd\x2a\xcc\x32\xfd\x1a\x66\x99\x1d\x98\x56\xea\x9b\x4f\xf0\x27\x48\x29\x9f\x12\x17\xad\x5e\x5d\xda\xd6\x58\xb3\x4d\xcc\x8e\xfd\x31\x52\x34\x30\xa6\x71\x5b\x44\x01\xbc\x2f\x2f\xda\x50\x5a\xce\xfa\xb8\xe0\xe3\x56\x6b\xf8\x1f\x6e\x05\x74\xa0\x4d\xb7\xc9\x0a\xd1\x69\x62\x85\xd8\xb1\x25\xa2\xaf\x60\x1a\xf4\xd6\xa9\xa5\xc5\xac\xfe\xfa\x86\x04\xb3\xfb\x5a\xf8\x70\x75\x27\xab\x8a\x9a\xca\xad\x49\x86\x7c\xa1\xf3\x59\x72\x6d\x51\xf6\xe0\x5c\x57\x82\xfc\x56\x2f\xe7\x7e\xed\x32\x35\x10\xc0\x9e\x24\x11\xee\x19\xb0\x7b\xa5\x24\x28\xe6\x49\x99\x8a\xc1\xf4\x0c\xe0\x0f\x5d\x9c\xa4\x99\x64\x12\x10\x8a\x5a\xc7\xa3\x2b\x95\xc3\x66\x25\xc0\xfb\xf4\x97\x57\x8b\xbe\xc6\x3a\x32\x9d\xa2\x91\x06\x70\x96\x51\x56\x47\xad\x9c\x2f\x9d\x10\xd5\x58\x9b\xf7\xc3\x2f\x3f\x84\x01\xac\xc7\x2f\xf5\x31\x41\x6b\xac\x49\xfe\xc5\x4d\xa0\x28\xb8\x51\xab\xb8\x62\xcb\x3a\x54\x73\x25\x57\x02\x25\x6e\x8c\x5c\xf1\x25\x6a\xae\x4b\x79\x02\x3c\x92\xa0\x0d\xe7\x8b\xfc\x86\xd4\x53\x17\xd1\x0b\x55\xb1\x04\xdc\x48\x16\xc1\x46\x79\x06\x46\x11\xaa\x51\x61\xcc\x92\x00\x83\x5c\x18\xa5\xd6\x59\xa2\xd8\xf2\xdd\x2a\xc5\xa0\x3c\xb4\x80\xab\xaa\x45\x4d\xa5\xa1\x8a\x42\xe0\xdd\x72\xa5\x80\x7a\xfc\xff\xb3\xf7\xae\xeb\x6d\xdb\xda\xa2\xe8\x7f\x3f\x85\xc2\x95\xe5\x8f\xdc\x81\x68\xcb\x69\xd2\x56\x9d\x4c\x9a\x26\xee\x6c\xf6\xca\x6d\xc5\xc9\x9c\x7b\x2d\x4d\x7d\x09\x4c\x42\x12\x6b\x0a\x60\x41\xc8\xb6\x2a\x73\x7f\xe7\x35\xce\xeb\x9d\x27\x39\x1f\x6e\x24\x78\x93\x48\xd9\x4e\xac\xae\xf4\x47\x63\x91\x00\x88\x31\x00\x0c\x8c\xfb\x00\xc2\xad\x39\xed\x5a\xdd\x93\xc1\x69\x3f\x0a\x93\x3b\x13\xd8\x33\xf9\xf1\xe2\xb7\xe7\x17\xe1\x60\xbd\x4f\x65\x6e\xf0\x15\x14\x22\xf8\x85\xb7\x4d\x5e\x0a\x91\xa2\xde\x33\xf9\x51\x0d\x73\x72\x08\x46\xd6\x07\x38\x4d\xac\x4c\x75\x33\x1e\x73\x52\xdd\x95\x09\x7a\x54\x93\x07\xe9\xe1\x18\xe4\x3e\x71\xa3\xa3\xef\x73\xe5\xf9\xb5\xea\x62\xfd\xc0\x6f\x2a\xf3\xa6\xb3\xf4\x02\x5a\x82\x30\xea\x4c\x58\x59\x88\xd0\xfa\xe4\xa7\x9b\x0a\x58\x06\x66\x04\xb3\xf1\xa1\x36\xa9\xbd\x6a\x2d\x21\x8c\x90\x88\x85\xb1\xa2\xef\xdb\xa4\x16\xe2\x0b\x76\x4d\xdb\x43\x69\xca\x65\x41\xc3\xaa\x2f\x71\x56\xf9\xdb\xd8\x40\x37\x94\xcf\xab\x7c\xdd\xd6\xbb\xbc\xb5\x48\x1d\xb5\x59\xc4\x68\xf6\xaf\xef\xe8\x74\xaf\x8e\x64\xfd\x65\x50\x48\x79\xc4\x05\x3f\x71\xa8\x33\x7b\x4a\xc7\x2b\xc2\xa4\x54\x37\x1c\x1a\xda\xd9\x91\x47\x0a\x4f\x77\x2b\x5d\xc1\xfb\x03\xff\x8f\xf8\xe2\xcd\x3f\x37\x24\x43\x59\x23\xd0\x0f\x4c\xe6\x5a\x86\x73\x0c\x1e\xd7\xf0\xd8\x79\x9c\x87\xf9\xb2\xe0\x22\xae\xfc\x60\x4c\x4a\x65\xe2\x4c\xc9\x9d\x47\xc5\x1e\x35\x2c\xf4\xda\xc2\xed\x47\x15\xa6\x59\x66\x65\x79\x3c\xae\x2d\xc1\x96\x01\x57\x53\xda\xab\xcc\x38\x0d\x4c\xc6\xf9\x71\x89\x71\x6e\x05\xcf\xfa\xa9\xe8\xc1\x1b\xab\x8c\xd5\x51\xfc\xef\x73\xc2\xb2\x2e\x03\x5f\x49\x12\x1e\x6f\x6d\x1b\x35\xcd\x9e\x19\x5f\x98\x3b\xb7\x8a\xfc\x66\x41\x18\xf4\x43\x61\x59\xd2\x09\xd0\xba\x1c\xea\xea\x39\xba\x91\x93\xbd\x89\xd7\x33\x0c\x94\xda\xb4\x78\x6f\xd0\xc0\x01\x12\x7c\x1a\x2d\xe8\xad\x70\x85\xca\xb4\xc2\xc9\x1a\xc2\x88\x26\x79\x9b\xec\x91\x7d\xdd\x50\xf0\x7c\x74\xad\x29\x75\xd6\x06\xbb\x6e\x8c\x2c\x17\xe8\x92\xf6\x19\x18\x04\xa2\xaa\xf9\xdb\x05\x4b\xc2\x00\xbd\x52\x5f\xb2\x9d\x61\xf3\xa7\x1b\xfa\x54\xa7\x50\xed\x5c\x01\x08\x06\x41\xee\xad\x1a\x10\x5f\xcc\xd4\x76\xf4\x01\x00\xc8\x7b\x92\x33\xd7\x61\xa2\x3e\x29\xbb\x88\x03\x08\xb4\xd9\xc5\x31\x32\x47\xd7\x35\xac\xc9\x19\x6d\xf6\xb5\x55\x0c\x6f\xbc\x30\x54\xf8\x35\x0f\xbd\x7b\x4a\x1d\x9d\x31\xee\x05\x9b\xa8\x68\x9b\x3a\xcd\x2b\xe7\xa4\xeb\x25\x89\xfe\xc0\xf3\x3c\x3b\xb3\x25\x51\x14\x5d\x5d\x59\x96\xe3\x8a\x93\xf5\x76\x62\x5b\x98\x90\x98\x0f\x69\x39\xfb\xfb\xa8\x21\x9a\xb1\x34\xe3\xea\x33\x70\x78\xcf\xf3\xf8\x1d\xc5\x85\x35\xc3\x6d\x96\x9f\x13\xbb\x64\x06\x96\x60\x16\xcc\xc0\x68\x5c\x9b\x47\xbc\x0e\x85\xeb\x77\x59\x0b\x54\x6e\xe1\xa3\x4b\xce\x10\x6e\x90\x89\xee\x86\x22\xff\xcd\xe5\xc5\x0f\x8b\xd9\xfc\xfd\x5a\x19\xa9\x95\xfa\xbe\xd1\xfb\xd3\x54\xa2\xfd\xa0\xbd\xcb\xc0\x68\x5b\x39\x29\x53\x4f\x34\x55\x74\x53\xe9\xbd\x73\xdc\x2b\x45\xcf\xba\x22\x6f\x22\xb7\x82\xac\x40\x45\xe8\xcb\x17\x79\x5d\xb7\x41\x47\xdf\xa7\x32\xd8\xdd\xe2\x57\x5b\x55\x71\x6a\xef\xe2\x2a\x54\x8f\x87\x1b\x3d\x9c\xda\x54\xfc\xbc\x95\x2a\x75\x15\x6b\x47\x66\xdc\xd0\x0b\xb1\x5e\x23\x56\xe9\x78\xe2\x93\xb8\xb9\x7e\x4b\x7d\x9f\x3b\x5c\xe3\xae\xa2\xdc\x5e\xaf\x9c\xad\xd6\xb9\xfb\xce\xac\x99\x25\x0e\x44\xb9\x68\x96\x89\xea\x92\x0a\x5a\xe5\x48\x06\x55\x3b\x8c\x19\x57\x59\xce\xbd\xfd\xbd\xe1\x68\x58\x18\x1c\xfc\x50\xa8\xd2\xd6\x51\xd5\xd9\x05\x15\xa0\x9c\x29\x9a\xcf\xe5\x15\xf1\xa1\x88\x34\xb3\x22\xf1\x17\xb0\xa6\x11\x39\x85\x91\x55\x76\x66\xbf\xd1\xa9\x14\x6a\x42\xad\x29\xed\xd7\xc5\x48\xd2\xbd\xec\x6c\xa9\xb6\xcd\x36\xf1\xf0\x7e\xe6\x88\xa8\x55\xb6\x79\xc5\x18\xc1\xd9\xeb\xb2\x31\xf9\xbe\x91\xa1\x68\x8c\x2e\x38\xaf\x8f\xba\xcb\xe8\xa5\xbb\xf3\x86\x35\xb8\x4d\xf2\x7a\x0b\x35\xa7\x98\x98\x2c\x71\x72\x20\xf3\xa9\x5c\xaa\xd4\x1b\xb7\x28\xb5\xe7\x0f\xc4\xbd\x6d\x4e\xc2\x02\x2a\xcb\xc7\xd0\x0a\x03\x3e\x10\xc1\xc3\xd5\xfb\xe3\x93\x0f\xcf\xde\x7f\x18\x66\x8e\x72\x96\x4c\x9f\x67\x01\x9f\xe0\x60\x68\x85\xc9\x89\xfc\x9d\x82\xac\x45\x4c\xc9\x79\xc8\xe9\x78\x3a\x4e\x65\x01\x9c\x64\xb8\xe2\x43\x0e\x57\x29\x90\xdd\xf9\x5f\xba\xd9\x70\xc5\x3f\x74\xf2\xf1\xf9\xf3\xe3\x93\x93\xa1\xf5\xfb\x05\xb3\xd2\x14\xfc\x7e\xc1\x4a\x2f\xc4\x5c\xf9\x2b\xf1\xc7\x70\x25\x6b\x9d\x74\x40\x72\x0d\xef\xd4\x71\x65\x2a\xec\x95\xfe\xd5\x53\xbf\xa5\x80\x68\x26\x21\x46\xc2\x7f\xab\x36\xd3\xf1\x89\xe4\x90\x54\x59\x94\xfa\x6c\xc8\xaa\x0d\x1f\x86\xed\xef\xdb\xd4\xa3\x3a\xbb\xa7\x6d\x7a\x65\x2a\xc7\xa2\x4d\x09\x95\xf9\x1c\x8d\x04\xc7\xa9\xe3\x38\x00\xbb\xf1\x22\x99\x29\x6e\x18\x03\x91\x34\x5a\x26\xe1\x4c\x33\xe8\xa8\xd6\xf0\x6b\x07\xa6\x5e\x88\x7b\xe8\x69\xd3\x76\x64\x7a\x0f\x62\x90\x7f\x6c\x78\xef\x10\x98\xd9\x93\xf9\x6f\x9d\x1f\x59\x6c\xd6\x21\x1a\xb1\xb1\x87\x01\x4a\x6f\x8a\x69\x85\x1b\x12\x8b\xe0\xc3\x37\xef\x16\xcb\xa4\x9e\x69\x3d\x51\xd9\xaa\x44\xba\x17\x4b\xbb\x4a\x58\xc5\xc2\xef\xaa\x4d\x0c\x05\x33\x50\xba\x85\x7f\x00\x66\x9e\xad\xec\x2a\x4f\xa8\x28\xb4\xad\x0e\x9b\xd4\x97\x7c\x27\x58\xda\x62\x91\x52\xf5\xe3\x30\x8b\x7a\x02\x16\x09\x03\x3f\xf3\xa9\xcf\xcf\x19\xd0\x87\xb2\xab\x83\xbd\xe4\x37\xb4\xfd\xb1\x18\x06\xc0\xcf\xb7\xe0\x38\xb2\x23\x5e\x89\x02\x10\xfa\x2b\xfd\x36\xff\x76\x03\x03\x5f\x8c\x16\xe1\x23\x1f\x18\xea\x3b\x23\x60\x04\x18\x53\x57\xa0\x1e\x28\x36\xfa\x68\x1b\x75\x76\x0e\xe5\x20\x83\x52\xa5\x0a\xb1\x64\x65\x09\x09\x40\x17\xae\x4a\x71\x6a\x01\x64\x30\x23\x9f\xc5\xf5\x35\x8b\xd3\x12\x8c\x28\x25\xd4\xaa\x28\xec\x8f\x38\x3b\x64\x49\x8a\x73\x90\xa0\x68\xa2\x00\x3d\xac\x44\xab\x1f\xad\x0b\xae\xa8\x34\x29\xd4\xa3\xaf\x26\x7c\x6e\xc5\x8e\x6e\x42\x5b\xb6\xfd\xbe\x22\xe2\xf8\x81\x38\xd0\x13\x69\xc4\xdd\xe3\x1a\xff\x8b\xc3\xba\x4c\x17\x46\xa2\xec\xbc\xb2\x86\x98\xab\x55\x4e\xa1\x57\xac\x08\x6c\xa9\x5b\xaa\xa2\x3d\xfd\x3a\x4b\xc3\xef\xd0\x6d\x56\xe5\xf7\x0b\xd6\x75\x51\xbe\x03\xdf\x71\x16\x7d\xc1\x66\x1f\xdf\xbf\x32\xa3\x81\x5a\x22\xfd\xfb\xbf\x0c\xd2\x25\x7f\xf2\xb5\x0f\x03\x5c\xb0\x19\xa1\xe1\x9f\x48\x9d\x86\xef\xf2\x3a\xe3\x19\x19\xfd\x1e\x8c\x2c\xdd\x4e\x14\xf9\x78\x4e\x82\xf5\x0d\xe4\x65\x58\xcd\xa1\xf1\x65\xa9\x52\x4d\xa1\xcf\x7a\x17\x14\x70\x04\xf2\x8a\x9d\x6b\x05\x12\xb9\xe1\xea\x4c\x09\x1a\xdb\x85\x7b\x56\x56\xd5\xd4\xd5\x33\xf9\x31\x03\x2a\x67\xa6\xcc\xa7\xad\xd3\x67\x08\x59\xa6\x58\x37\x53\x0c\xd5\xd5\x07\xa5\xc2\xbe\x16\xc4\x97\x68\xad\xf8\x02\x1b\x4d\x11\x37\xe2\x56\x22\xc0\xf6\x32\x51\xc8\xd0\x01\x6b\x96\x60\x58\x4d\x3d\xab\xae\x5a\x9d\x37\x8c\xa3\xac\xd6\xe1\x1d\x89\x1a\x98\x2e\x23\xff\xfb\xe4\xed\x1b\xaf\x32\x4e\xcf\x6c\xab\xb3\x2c\x32\x6f\xf0\x13\xfb\x5b\xd9\x49\xfe\x27\xf6\xe0\x81\xe4\xb0\xa1\x70\x71\xbf\x67\x78\xca\x33\xd3\x53\x9e\x09\x4f\x79\xf6\xef\x47\x4f\xb1\x62\xd7\x6d\xe8\x80\x7b\x87\x75\x45\x44\x38\xc7\x2d\xf8\x5c\x38\x62\x22\x93\xfc\x70\x03\xe7\x9d\xd4\xf2\xca\x22\x5d\x3f\xd8\xd4\xd5\x86\x8e\x33\x34\xe6\xd4\x30\xa1\x66\x66\x7c\x63\x99\x15\x91\x97\xda\xc9\x18\x7f\x94\xda\x2b\x43\x89\x29\x56\x2a\xff\x0d\xe4\xe2\xea\x17\xfa\x17\x10\x15\x50\xf9\x5e\x97\xcf\xb3\x9f\x29\x58\xf1\xdb\xe1\x35\x62\x33\x12\x94\xb2\xb9\xe5\x2f\x9e\x96\x7e\xab\x86\xa9\x93\x96\x34\xea\xd5\x74\x86\x51\x0b\x29\x50\xb8\x78\xdc\x15\xa3\xf8\x8f\x6c\xf1\xee\x97\xff\xfe\xf3\x87\x6b\x19\xc5\x0b\x35\x28\xb5\x0f\x4b\x6e\x23\x57\xb5\xb5\x72\x36\x99\xc4\x99\x33\xaf\xe1\x0a\x9a\x15\x32\xa3\xe1\x74\x8a\xe8\x87\xac\x9e\x19\x27\xa8\x08\xb3\x37\xf2\x62\xa8\xc9\x89\x94\x59\x82\xaf\x51\x33\x44\xd5\xa6\xca\x66\xdf\x85\x30\x1a\x2b\xfa\xd5\xca\x85\x30\x12\x93\x88\x4c\x97\xfd\x39\x62\x34\xf4\x93\x03\x5f\x88\x8a\x5f\x7b\x7f\xfd\x70\xf8\x5b\x42\xde\x3c\x6f\xc8\x44\x1d\x23\xea\x23\xcc\xa0\xe4\x29\x94\x69\xe6\x67\x65\x8c\xe6\x7f\x8a\x6b\x6b\x7d\x25\x09\x98\xfb\x60\xf9\x2a\xe7\x74\x41\x61\x3c\xa8\xd8\x6a\x8c\x74\x23\xcf\xdf\xbe\x39\xf9\xf8\xea\xd3\x9b\x93\x77\xcf\x9e\x1f\x9f\x7c\x3a\x7e\xf3\xec\x97\x57\xc7\x2f\x2a\x7c\xc3\xa1\xe1\x28\x9d\x11\x13\x1d\xf3\xfd\xb0\xf4\xb0\x81\x03\x14\x85\x03\xe5\x0d\xec\x06\xbe\xb6\xb8\x27\x6e\x32\x23\x17\xae\xa6\x06\x66\xb1\xc2\xff\xab\x9c\xa1\xeb\x87\xcf\xde\xe5\xa5\x8c\xb3\x20\xf4\x9c\xcd\xaa\x9d\x44\xf3\xd7\xeb\xfa\x16\x35\xe8\x82\x3d\x8c\x11\x9d\x87\x49\x22\x6d\x53\xa5\x3a\x8e\x47\xc5\x0e\x03\x99\x49\xa6\x11\x79\xe6\xf7\xea\xcf\x75\x41\xdf\x5c\x72\xd8\xaa\x4e\x79\x73\x88\x48\xa1\x6c\xa7\xe9\xa9\x5d\x9b\x14\xf1\xeb\x6e\x9e\xae\x9a\x85\xb2\x53\xa2\x62\xf8\xbe\xae\x4b\x62\xaf\x97\x01\x78\xbb\x9e\x89\x65\x8b\x49\xdd\xd9\xd9\x34\x7c\x3b\x3f\xc0\xba\xed\x61\x06\x53\x54\xcf\xe4\x77\xdb\xb8\xb6\x9a\xf9\x38\xca\x85\x42\xbb\xfb\xe1\xd6\x4d\x76\x30\x2e\x27\x14\xed\xee\x74\x6b\xba\x65\x8a\x5d\x27\xdd\xe2\x8d\xb5\x79\x43\x7a\x33\x04\x23\x36\xeb\x09\xcf\x85\x36\xd9\x73\x2a\xae\xb7\x55\x18\xcc\x72\xa2\x31\x4c\x92\x10\x4f\xb7\xb3\xbc\x37\x43\x92\x0d\x5b\x31\x77\xe5\x1f\x94\x60\xfc\xfb\xf6\x1b\xc7\x84\xe3\x02\x52\x7c\x0b\x70\x64\xc3\x56\xe0\xc8\x3f\x78\xa3\x70\xf8\x34\x64\xa1\xb2\x4e\xde\x24\x20\xf9\xb8\x15\x48\x8c\x4f\x76\x02\xa5\xd5\xc3\x41\x43\xd3\x2e\x1e\xe2\xf2\x08\x7c\x75\x62\xfc\x4f\xd4\x83\x14\xf5\x16\x18\x9e\x46\xa8\xc7\x48\x2f\xe0\xe0\xcc\x43\x8c\x7a\x6c\x86\xf4\x41\x95\x85\x8f\x7b\x64\xd2\xd3\xac\x42\x2f\xc4\x3d\x8a\xe6\x84\xa1\x5e\x90\x91\xb7\xc4\xfd\x32\x24\xfd\x37\x31\xab\x9b\x20\xdc\x75\xa1\x40\x99\x04\xf1\xa8\x56\x82\x58\x2b\x37\x60\xc2\xfa\xb9\x9a\x45\xfc\xa5\x30\x76\x20\x51\xd9\x2f\x30\xb9\x91\x30\x23\xe7\x96\xe5\x4c\xd7\x83\xf0\xb9\x05\x2c\x88\x03\x63\x80\x50\x86\x82\x13\x6c\x70\x5c\x49\x37\xd1\xa4\x46\x28\xb8\x3b\x22\x4a\x40\x2e\x70\x3f\x0a\x31\xaa\x0d\x0a\xff\x79\x2a\xd3\x5d\x1c\x18\xa5\x59\xca\x36\x4f\x01\x02\xa0\x00\x82\x08\x24\x20\x04\x64\x2f\xb3\x13\x2e\x74\x5e\x46\x67\x85\xf7\xf7\xd7\x98\x07\x0d\xb3\x20\x36\x2b\xae\x16\x0c\x84\xb8\x58\x6d\x35\x33\x16\xe2\xac\xae\xaa\x2a\x1c\x88\x0b\x15\x4f\x71\xb5\xe2\x29\x75\x72\x7d\x42\x36\x59\xdf\x4c\x22\x29\xd5\x69\xab\xac\x02\xa1\x69\xc2\xa5\x0d\x75\x64\xa3\x11\x1a\x7b\x54\xd5\x91\x8d\x8a\x75\x64\xcd\x9f\x20\x2a\xd7\x91\x8d\x1a\xeb\xc8\x46\x57\x57\x51\xb9\x8e\x6c\x54\xac\x23\x1b\x79\xb8\x4d\x1d\x59\xb1\x0a\x0a\x1a\x6d\xbf\xbd\xba\xc2\xa9\x03\x22\x07\x40\x23\x73\x44\x54\xaa\xf2\x1a\xa9\x3a\xb2\x85\xe7\x4f\xa3\x2a\x56\x61\x56\x47\x36\x5a\x5f\x47\xb6\xfc\x85\xe6\x8d\x11\x09\xf0\x44\x26\x8a\xe8\xc6\xcc\xc0\xc1\x7a\x71\xf9\xe1\x2f\xdf\x93\xcb\xe0\xc1\x9f\x6b\x7d\x17\xf9\x89\x29\xc9\xc9\x04\xfb\x14\x49\xfb\xef\xcf\x22\x53\x0b\xb0\x7e\x16\x07\xcb\x74\x0e\xac\xe5\xa8\xcc\xba\xfc\x03\xcd\x16\x3e\xbe\x01\x5f\xc6\xc1\x00\x58\xc9\xb9\xe4\x39\x1e\x03\x8b\xcf\xea\x17\x72\x59\x8d\xae\x7d\x04\x46\x96\x48\xdd\x66\xf5\xa4\x08\xca\x1f\x2c\xcb\x0f\x64\xfe\xa8\xd2\xc3\x2c\x37\x68\x31\xf5\x7e\x4c\x11\x47\x0d\x7a\x96\xc4\xc8\x67\xef\x21\x0b\x89\x08\xd2\xc4\x82\x95\x95\xda\xa8\x1f\xb4\x25\x00\x8c\xac\x29\x62\x2f\x7d\x82\x75\xbe\x94\xc4\x94\x9b\x65\xeb\x1f\xd7\xb7\x06\xd2\xec\x51\x1f\xa6\x60\xdc\x6e\x68\x52\x1f\xc0\xae\x1b\xcc\x21\x3d\x43\x3a\x98\xbf\x1a\x57\x2d\xbe\xbe\x08\x65\x7d\xfe\x3e\x8c\x22\x72\xd1\x0f\x08\x2b\xa6\x5a\x3f\x04\x96\xf9\x46\x44\x8f\x67\xb8\xb7\xfa\x47\xbd\xfe\x51\x6f\xf0\xa8\x37\x78\xa4\x5f\x52\x34\xf9\x3f\x16\xb0\x1e\x1b\xbf\xff\xcb\xfc\x2d\x27\xa5\x13\x69\x97\x1e\x67\x99\xa7\x1e\xaf\x93\xc5\x38\xe3\x16\x52\x3f\xcb\x79\x61\xf9\x97\xe6\x50\xfe\xb2\xf0\xfd\xc2\x68\xdd\x22\xea\xb7\x40\x20\xa4\xc2\x8b\xb1\x16\x85\xfa\x5d\x19\x89\x83\x5e\x7f\xd0\x1b\x1c\xf5\x06\x47\x25\x24\x3e\x2a\x21\xf1\xd1\x36\x48\xfc\x0e\x58\x84\x86\x32\x2a\x0c\x2e\x18\xe9\x8b\x0a\x46\x7d\x45\x5e\x37\xe0\x39\x26\xd1\x72\x4a\x34\xc7\x6c\xc5\x24\xc4\xe2\x32\x3d\xec\x1d\xf6\x06\x87\xbd\x47\xe2\x9f\x2f\x81\xdd\x00\xe1\x65\xed\xee\x34\x5e\x7c\xdb\x9c\xeb\xd1\x57\xbf\x37\x0b\xaf\xfe\x47\x6f\xcd\x0a\xcf\x9f\x89\xa5\x35\x5e\x4b\x85\x1f\x06\xb9\xee\xae\x48\x39\x2c\x29\x02\xb5\xd6\xc7\x50\x8b\x8e\xc7\x72\x9d\x6e\x40\xb7\xa2\xfc\xb9\x36\x6f\x1a\x3d\x8d\x30\xa8\xf8\x3d\x07\x65\x97\x67\xd9\x32\x40\x89\xbc\x3d\x47\x23\x2b\xa1\xbe\x65\xbc\x12\x3f\xb5\x4e\xf6\x91\xde\x0e\x72\xbd\x8b\x77\xb8\xb5\xa0\x91\xfd\x6f\xf2\x52\xae\x27\x01\x8e\x55\x9c\x8d\x1a\x0b\xe1\xa0\xd3\x48\x62\xcb\x97\xc7\xaa\xd1\x47\xd7\x2c\x46\xcd\xa6\xea\x54\x1b\x65\xf7\xd7\x22\xe3\x09\xae\xbf\x18\xc6\xdd\x78\xab\xab\x51\xa3\x70\x39\x5a\x9b\xcf\xa3\x65\x7e\xe3\x16\xc4\xe1\xfb\x9b\x21\x0e\x75\x99\x0f\x06\x60\x64\xbd\xd4\x72\xbd\x05\xac\x67\x1c\x9b\x66\xe2\x1d\x50\xd7\xea\x37\x98\xbc\x33\x55\x00\xdb\xbb\x1e\x5a\x15\x29\x3c\x26\x31\x39\x47\x34\xcf\x31\x2e\x7d\x47\x7e\x8e\x89\xae\x88\x99\x9b\xe6\x32\x39\xa3\x41\xef\xb7\x76\xce\xc0\x8a\xbe\xb7\x8a\x74\xb1\x18\xad\x14\x56\x62\xa8\xab\xa7\x6a\x50\x67\x45\x19\xd4\x59\xbc\x64\xdf\xb0\x89\xb3\xd7\x89\x7d\x8a\x8a\xf5\xdc\xa3\xab\x36\xf3\x4f\xc5\xa1\xb4\x83\xf6\xb0\xa5\x21\x5a\xe8\x91\x32\xb5\xd0\x24\xc4\x81\x0c\x49\xc8\x9c\x81\x64\xb6\x19\x59\x14\xe7\x7c\xda\xf7\x17\xf4\x3c\xf3\xf5\x29\x44\x1b\xf3\x1f\x32\x21\x64\x73\x3a\x9a\x8e\x2e\x40\x1b\x14\x38\x99\x6a\x29\x42\xac\x37\xf7\xec\x4c\xbb\x24\x3e\x8e\x02\xa0\x83\x1c\xea\xc3\x8e\xb5\x8f\xb4\x2a\x89\x09\x88\x27\xd2\x18\xf6\xa4\xaf\x50\xd2\xcb\x1c\x7c\x64\x02\x52\xba\xf0\x19\xa1\xb6\xb3\xaa\xf3\x0b\x5a\xe8\x5a\x30\x85\xf5\x07\x09\x90\x91\xc5\xfa\x35\xff\x30\x08\xe5\xc3\x74\x8a\x58\x4f\x44\x1f\x57\xb3\x63\x1a\xa9\x6a\xca\x02\xa0\x91\x4d\x57\xc6\x63\xd2\x69\x22\x52\xf7\x02\xe6\x8d\x5c\x37\x0b\xbc\x75\xff\x58\x20\xba\x3c\x11\xc5\x58\x08\x7d\x16\x45\xb6\xf5\x6f\x1c\x81\x09\xa3\x08\xce\x25\x1a\x7b\xe2\x86\x71\xc6\x32\xb1\x69\x61\xee\x1e\x73\xe7\x30\x16\x65\x65\x75\x18\xa4\x48\x66\xf9\x6b\x44\x20\xb3\x85\x4b\xcd\x07\xc2\x60\xf4\x4a\xc8\xed\xb6\xe3\x00\x2a\x73\xb3\xbe\xe3\x8c\xd6\x33\xa6\x9e\x8b\xe4\xa8\x3e\x0a\x23\x1b\x1f\x3c\x74\x74\xd6\xd1\x55\x18\x0c\x99\x1b\x06\xe0\x72\x28\x1a\x50\xb2\xc0\x81\x4d\xdd\xcb\x3e\x72\x2f\x1d\xb0\x2c\x3e\x5d\xf6\x91\xbb\x14\x65\x5e\x53\x90\x78\xbe\x6d\x47\x1e\x71\xf2\x7c\xd9\x15\xa4\x8f\xf0\x18\xac\xca\xfe\xf6\x45\x6f\x7c\xc3\xfb\x1e\x18\x0a\x1a\x91\xd1\x3a\x75\x40\xe8\xf9\x76\x64\x7e\x41\xac\xdb\x88\x5e\x77\xdc\xd2\xa8\x15\xd9\x1e\x8c\xe0\x78\xa3\xcf\xd2\xfa\x21\x1c\x60\xbc\x77\x40\x64\xea\x4c\xe7\x60\x9d\xf6\x35\x00\x73\xa7\xbb\x52\xf5\xa6\x34\xa9\x60\x01\x7c\x10\x80\x39\x88\xc1\x04\x9c\x82\x19\x38\xcf\x75\xab\xcb\x5d\xd2\xad\x4e\xbf\xe9\x56\xff\x67\xe8\x56\xdf\x6e\xc8\x9d\x45\x5e\xfa\xff\xfd\xcb\xbb\x47\xf5\xba\xd5\x45\x2c\xe9\x70\xa2\x9d\x65\x75\xa0\x78\x83\x53\xd2\xcf\x33\x98\xbc\x96\x47\xee\x5d\xee\x93\xfb\xb3\x3e\x8e\xfc\x6f\x75\x22\x7f\xa3\x68\x22\x52\x71\x69\xef\x5b\x93\x8b\xda\xec\x4d\xa7\x8e\xb7\x4f\x30\x83\x21\x46\xb4\xa7\xc8\x40\xf9\xe0\xe7\xba\xcd\x81\xc9\x3b\xf9\x30\xf2\x17\x51\xc9\x63\xba\xd6\xd7\xe5\x61\x9d\x26\xf8\x07\x30\xb2\x5e\x64\x97\xd4\x35\x72\x81\x15\xf4\xc2\x39\x88\xfc\x47\x7e\x07\x66\x40\xe6\xc0\x7c\x67\xc0\x92\x95\x34\x93\xf2\x75\xe9\xee\xb4\x4a\x4a\xdb\x47\xed\x7b\x82\x3a\x50\xeb\xf1\xd5\x6b\x91\xb8\x31\x13\x17\x4b\x66\xea\xc7\xcd\xd5\x19\x6b\x52\x49\xde\x86\xf9\xf7\x2d\x8e\x96\xbd\x64\x46\x2e\x42\x3c\xed\xe5\x68\x48\x7a\x17\x21\x9b\x85\x58\x58\x80\xfd\x05\xa5\x08\x33\xc3\xca\xdb\x9b\x10\x6a\x78\xd5\x3c\x02\x23\xeb\x24\x3b\x0e\xfa\x2f\xcd\xe1\xde\x84\x45\xb8\x51\xb1\xb3\x3e\xa1\xee\x9a\x35\xbc\x41\x79\x49\x39\x56\xaa\x08\xb5\xec\x50\x4b\xaa\x60\x90\x09\x4d\x39\xea\x09\x05\x26\xea\xe1\x7b\x04\x13\xa9\x15\x13\x12\xc7\xa1\xb6\x26\x54\x50\x3d\x2e\x88\x26\xdf\xe7\x22\x4e\x65\xa8\x6d\x33\x3b\x14\x7d\x83\xbe\xaf\x56\xd3\x29\xae\xfc\x7f\x84\x58\xaa\x04\x42\x3c\xa5\x28\x49\xfa\x53\xc8\xd0\x05\x5c\x56\x6a\xaa\x75\xf5\xfb\xa8\xc3\x3a\x6f\x9e\x34\xa2\x1d\xe1\x40\xe8\x13\x1b\x96\xa0\x16\xd9\x45\xe9\xf5\xbb\xb2\x5c\x59\x09\xfc\xd3\xad\x8a\xce\x5d\x26\x31\x49\x16\xf3\x39\xa4\xcb\xfe\x84\xd0\x7e\x36\x8b\x75\x27\x06\x98\x5f\xd6\xbf\x1b\x97\xb4\x8d\xe8\x09\xf2\xdd\xdb\x31\x7c\xe5\xbb\x2d\x75\x2b\x75\x9e\x95\x03\x60\xa9\x75\x2b\x92\xf4\x0d\x74\x54\xdc\x78\xba\xa3\xce\xbf\xd1\x44\x5f\x5b\x90\xa2\x4d\xd4\xe4\x61\x49\xdd\x73\xed\x3d\x8a\x68\x88\x9a\x37\xa9\xb1\x31\x85\x40\xe0\x93\xa8\xe5\xe6\x2c\x82\xb9\x79\x9b\xd6\x50\x8f\xca\xb6\xe3\xa4\xf2\x9d\x9e\x46\xc7\xad\x57\xcb\x32\x5c\x83\x46\x7c\x15\xe2\x70\xfb\x6b\x60\x6d\x47\x10\xae\xb3\x32\xed\x5d\xdc\x40\xc5\x57\xcd\x3c\x85\x51\x88\xcf\xac\xf5\x9c\xe2\x51\x6d\xf1\xcb\x16\x15\xce\xf5\x07\x61\xf5\xd0\x67\x9f\xd5\x55\xcf\x7f\x54\x76\xaf\x3c\x05\xc7\xa7\xd3\x08\xaa\x46\xc2\x9a\x15\x09\x95\x98\x4c\xdb\xd5\xc3\x84\xa2\x09\xa2\xb4\x48\x38\xde\xc6\x08\xf7\xd4\x27\x7a\x2f\x60\x32\x3b\x25\x3a\x52\xe0\xba\xc5\xd2\xcd\xe8\x03\x21\xea\x95\x41\x18\x94\xd4\xcb\xda\x6b\xfc\xc5\xdb\xe7\x27\x9f\x44\x98\x6a\x16\x57\xee\x13\x8c\x91\xcf\x0e\xc8\x29\xdf\x2b\xf0\x34\x8c\x42\xb6\x3c\x58\x84\xfd\xf3\x30\x59\x70\xa1\x0a\x1a\xd9\x55\xae\x89\x92\xe7\x4a\x2e\x45\x19\x5e\x82\x0e\x78\xe9\x5e\xdb\xb2\x72\x3f\xd4\x70\xef\x75\xd7\x43\xdd\x69\xcf\xb5\x8e\x15\x9d\xb5\x71\xbc\xb5\x1b\x8c\xba\xaa\xab\x0e\x31\x25\x75\xb6\x31\x23\x75\x46\xf3\x93\xc7\x5f\xfd\x83\x8f\x67\x9c\x46\x39\xee\x8b\x70\x8e\x70\x62\xfa\x81\xe8\xf6\xaf\x24\x54\xe3\x06\xd9\x22\xe7\xad\x4a\xaa\xe7\xc1\xa0\x39\x2a\x75\xc3\x4d\x56\x23\xbb\x7d\x8c\x6f\x50\x72\x2b\xaf\xa1\x96\x99\xfb\x3e\x89\x16\xf3\xb2\xf0\x52\xcf\xb5\xff\x58\x8a\xa8\x30\xd9\x29\x50\x9d\xf5\xb5\x23\x22\xca\xd2\xa6\x31\xe7\x0e\xb2\x66\xd6\xab\xa3\xa4\x59\xea\xb7\x0e\xc0\x0e\x72\xe4\x51\x25\xe5\x71\x5b\xf9\x68\x70\xed\x82\x23\x1b\x25\x22\x79\xe7\x96\xd5\x26\x79\x6c\xb8\x34\xa8\xd4\x48\x37\x3b\x2c\xb4\x7c\x3d\xb1\xa5\x1c\x3f\x54\xcf\x8b\x3c\xac\x8a\x2d\xd9\xce\xdc\x8e\x47\x79\x78\x2b\x42\xcb\x16\x62\xcb\xc3\xb5\xb7\xd1\x86\xcc\x61\x37\x21\xe8\x54\x48\x43\xdb\x6b\x6c\x11\xdf\xc2\x25\xa6\x67\x53\xb9\xc2\x16\x71\x97\x0b\x6c\x11\x57\xae\x2f\x93\x64\xdd\xd4\xe5\xd5\x3e\x3c\x57\x98\x3b\x33\x5f\x7b\xe9\x26\x2f\x13\x1b\x74\xb5\x78\x52\xb2\x88\xa5\x45\xb5\xcf\x1f\xf5\x43\x9c\x79\xdf\x13\xdc\xd7\x15\xe3\xad\xa9\x91\x80\xe1\x3a\x26\xd2\xaa\x5d\xf4\xdd\x1a\xbb\x68\xf6\x00\x96\x1f\x44\xe5\x07\x49\xf9\x41\x58\x7e\x40\x4a\xe6\xd4\x45\xe9\xf7\xf9\x35\xcc\xab\x4b\x5d\x1c\xae\xbc\x89\x40\xa0\x2c\xac\xcb\xcc\xc2\xaa\x78\x27\x30\xaf\x79\x23\xb7\x19\x88\x4b\xaf\xd4\x6e\x05\x93\xca\x73\xd5\xe1\xb4\xf4\xa2\x4c\x7b\xc0\x4c\xd9\x74\x03\x0a\x2f\x5e\xe8\x0f\x99\x75\x2f\x47\xd2\xc9\xd3\x70\x48\xf0\x56\x97\x32\x5f\x40\x19\x28\xf7\xb2\xff\x3d\x58\x36\xbc\x5b\x3e\xa8\x7f\x2e\x9d\x93\x0f\x8e\xd2\xbc\x10\xed\x1c\xc6\x36\xca\xec\xb7\xcc\x43\x8d\xa5\x33\xa9\x98\x8b\x7b\xf9\x80\xb9\xc2\xf3\x99\x7f\x9d\x7f\xa9\x32\xea\x2a\x0c\x86\xc8\x0d\x03\x90\x7b\xd8\x0c\xc5\xb0\xcf\x18\xa3\xe1\xe9\x82\x21\xbb\xe2\x95\xe3\x80\x00\x25\x6c\x88\x41\x42\xfd\x21\x4d\x53\xc7\x4d\x08\x65\xb6\xa8\xc5\xea\x3d\x61\x59\x36\x64\xe4\xe6\x9d\x9c\x7e\xfe\x1c\x9b\xcf\x25\x86\x3f\xc6\xd7\xc3\xef\x83\x47\xee\xa3\xaf\x83\xe1\xbe\xc2\x70\xff\xe8\xd1\x6d\x20\x99\x0a\x24\xe3\x6b\x23\x39\x63\x2b\xa5\xb5\x56\x56\xdf\xd5\x7e\x00\x8d\x50\xee\x65\xbe\x07\x53\xa4\xd3\x73\xff\xb2\x7c\x19\xd8\x96\xf5\x80\x8d\x0e\xc7\x8e\x9b\x14\x80\x50\xb5\xbb\x3f\xab\x32\xbb\xf7\x57\x58\xe1\x22\x8d\x2f\x3f\x3b\xa9\x5c\x06\x6d\x50\xb2\x9d\xd4\xf8\x7b\x95\xfb\x3e\x84\xc9\x7b\x11\x27\xf6\xe2\xb9\xcc\xa4\x51\x3a\x9b\x9e\xf5\x31\x8b\x3d\x9b\x20\xe6\xcf\x32\x11\x74\x42\x68\x0f\x56\x83\xcc\xac\x61\x85\x59\xd3\x49\x5b\xc4\xf7\xd4\x7d\xe9\x2a\x16\xc5\xe5\x2c\xde\x56\x5f\x56\x5f\xe9\xe9\xaf\x0c\x6b\x07\x11\x8c\xa1\x72\x0c\x91\xa4\xcd\x6b\x44\x73\x45\xca\x6d\x2c\xe8\xa9\xeb\xb7\xae\x1f\xaf\xc4\x6c\x34\x8e\x96\x95\xeb\xee\xe0\x80\x92\x5b\x18\x5d\xc1\xd0\x3b\x63\xc0\xbc\xfa\xbe\xb6\xe5\x96\xd4\xb4\x0e\xc0\x1b\xbf\x55\x12\x17\xb3\xcf\xec\xd5\x1e\xef\x35\x85\x85\x33\xe4\x0b\xa2\xa3\xaa\x02\x94\xe8\xbc\xc6\x67\xa9\x89\x26\x54\xd8\x49\x53\x10\x78\x53\xdb\xf6\xbd\xf3\x82\xef\x4a\xf5\x46\xbb\xbe\xfb\xca\xdc\x9b\xda\x7e\xd1\x7d\x45\x5f\x8a\xd7\xf7\x61\x89\xeb\x06\x57\xd7\xe4\x08\x6e\x3d\x7a\x25\xd1\xd1\x68\x9c\xa6\x0e\x98\x94\xbf\xa6\xaf\xea\x51\x74\x5d\x40\x4e\xab\x43\x6b\x30\x92\x9b\x06\x63\x56\xfe\x56\x85\x81\x18\x85\xd7\x85\xa7\xf4\x85\x5c\x33\x00\x46\x64\xb3\x57\x51\x43\x5f\x07\xf8\xa6\x3b\x51\xe9\x1b\xb9\xb5\x1f\x8c\x16\x1d\xbf\x91\xf7\x2d\x7d\xc3\x37\x5d\x96\xde\xad\x75\x59\x7a\x0b\xde\x39\xa9\xe3\xec\x75\x73\x59\xc2\x84\x85\x3e\x3a\x88\xc2\x79\xc8\x50\xd0\x87\x22\xbf\xd3\xd7\xcf\x5d\xf3\xf2\xf4\xf0\xfc\x43\x48\x67\xf5\x0e\x23\x72\xd2\x16\xc8\x93\x24\x49\x01\xae\x2e\xf5\xaa\x6e\x3b\x2a\x7b\x75\x68\x2a\x2a\x1b\xf4\x4b\x18\x18\x8b\x14\x4a\x47\x63\x43\x3c\xac\x53\x01\x08\x65\x86\xa8\xed\x86\x3b\x65\x5c\x2d\xa4\x11\x04\x23\xeb\xb7\x3c\xe3\x7d\x77\xff\x02\x2d\x1b\xcf\xea\x0b\x94\xbe\x92\x90\xf5\x64\xee\xae\xe6\xba\xbe\x1b\x33\x81\x9b\x13\xfe\x45\x14\xfb\xbd\xd6\x74\xeb\x52\xcb\xf4\x7a\x1f\x66\x61\xa2\x03\xdf\x7b\x73\xb8\xec\xcd\xe0\x39\xea\x05\x28\x46\x38\x40\xd8\x0f\x51\xd2\x5b\x92\x45\xef\x82\xe0\xff\xef\xff\xf9\x7f\x59\x2f\x41\xa8\x77\x8a\x7c\xb8\x48\x90\x78\x1e\xa8\xe7\xa2\x97\x5c\x4b\xce\x72\xb0\x19\x9a\xbb\x5b\x82\xde\x54\xd5\x6c\x93\xd0\x7c\x1d\xd1\xb5\xf6\x58\xde\x9d\xe8\x71\x3e\xbd\x49\xe8\x0b\xa3\x48\x8d\xdb\xe3\xd7\xa1\x19\xff\xfd\x8f\xe8\x3f\xe3\xe4\xbf\xe3\x7a\x9a\xa1\xb3\x38\xfe\x2c\xd3\x2b\x64\x34\x03\x58\x3f\xeb\x74\x9a\xad\x53\xb7\xf0\x63\x9f\x29\x7e\xb6\x4c\x2d\x53\x9b\xbf\x46\xd8\x2d\x35\x01\xda\x36\x7a\xe9\xbf\xc8\x82\xf6\xb2\xfc\x05\xbd\x19\x4c\x7a\xa7\x08\xe1\x1e\x0c\x02\x14\xb8\x1d\xcd\x6d\x1f\x66\x88\xa2\xde\x05\x4c\x7a\x10\xf7\x04\xa2\xf8\x38\x21\x9e\xf2\xd3\x66\x7c\xa6\x69\xdc\x76\xa9\x3b\xd6\xa3\x5a\xa9\x95\x6e\x26\xed\xce\xed\xe2\x38\x81\xe7\x37\x82\xe3\x04\x9e\x5f\x13\xc7\xcd\xb6\xe7\xa2\x21\xf9\x3b\xa0\xce\x46\x22\x42\x1e\x68\xc2\xe4\x71\xcd\xac\x23\x1d\x30\x2d\xaf\x06\x99\xd8\xab\x6d\xff\x92\x25\xfc\x34\x37\x95\xca\xfa\xcd\x85\x5c\x5e\x96\x5d\x53\x22\x1a\x8c\x2c\x75\xa6\xc7\xd5\xcc\x5f\xc5\xb7\xd6\xb0\x57\xcd\x12\x5c\x9a\x35\xb0\x9c\x4a\x15\x8f\xdb\x08\x36\xc9\xab\x19\x67\xd9\x4b\x3a\xa7\x85\xdd\x4c\x96\xef\xce\x9d\xa1\x62\x9d\xb6\x75\x92\xff\x42\x15\xac\x3e\x7e\x4f\x7e\xf9\xef\x25\x0c\xea\x2f\x91\x4f\x9f\x20\x9d\x1e\x5a\x40\xfe\x31\xc8\xca\x01\x24\xfa\x51\xc3\xbb\x6a\x10\x57\x7e\xfd\xe4\x3c\x6c\x16\xf5\xb5\xce\x37\x79\xf0\x18\x1c\x4a\xdf\x86\x2a\x2b\xab\x50\xac\xd2\x34\xfc\xa8\xc2\x16\xbf\x97\xde\x0f\x06\xa7\xd5\x68\xb7\xcc\xdc\x97\x7f\xbc\x5e\x10\xad\xc1\x30\x0a\xfe\x98\xce\x05\x13\x53\x2c\xa9\x15\x40\x3c\x45\x94\x2c\x4c\xf7\xe9\xc3\x8a\xb9\x5a\x26\x95\xd6\x81\x72\x95\xc4\x88\xa3\xba\x3a\xcb\xa6\x95\x5b\xcf\x5b\x29\x4b\x80\x75\xca\x39\x57\x6d\x5f\x10\xdf\x3e\x04\x87\x60\x30\x6e\x61\x05\x6d\x32\xf4\xca\x34\xe4\x99\xd7\xdc\xd6\x18\x6b\xc1\xcc\xf7\x7a\xcf\xa5\xab\x0a\xbf\x76\x5e\x20\x1c\xa2\x60\xbd\x37\x6f\xeb\xdb\xb7\x09\x2c\x81\xaf\x1b\x02\xaa\xcc\xf2\x97\x77\xe1\x91\x48\x39\x5e\x8a\x64\x3c\xbe\x84\x0d\xd7\x51\x0b\x87\x27\x81\x31\x91\x32\x58\x38\x58\xcb\x55\xef\x91\x89\x08\x2f\x33\x6e\x70\x46\x7a\x42\x67\xde\xf5\xee\x96\xff\x3d\x0b\x02\x7e\x77\x1b\xc3\xcd\x20\x93\x03\x26\xfc\xbb\x09\xea\xb1\x0b\x92\xe7\xf3\x62\xa4\xa7\x3c\x8e\xd6\xdc\xe9\x60\xb4\xbe\x6a\xf2\xb5\x57\x36\x3f\x02\x5d\x19\x2b\xed\x75\xf1\xa8\xf5\x1d\x5f\xca\x75\xaf\x33\xdd\xa8\x6a\x2a\xe2\xe4\x49\xaa\x00\x8d\x27\xdd\xdd\xec\xb5\xdf\x89\x2c\xdb\xaa\x5c\x4f\xbe\x33\x7f\xe7\xee\x26\xba\x14\xa7\xb0\xb2\x6e\x08\xd0\xb8\xcd\xed\xd9\xeb\x89\x40\xe4\xad\x36\x5e\xaf\xf7\x5c\xdc\x27\xad\x76\xd1\xb6\x35\xc0\xd6\x2e\xdb\x0d\xae\x93\x48\x23\x8c\x7d\x59\xd9\xb8\xcd\xba\x99\xf1\xc3\xa5\x2a\x03\x60\xa4\xef\x8c\xe7\x04\x33\x4a\xa2\x48\x10\xff\x59\x18\x34\xa5\x7a\xad\xa7\xb6\xbd\xde\x73\x31\xa5\xf2\xdc\xb7\x40\x62\xdb\xb2\x05\xd7\x7c\xa8\xeb\x1d\x14\x2e\xfb\x76\xfb\xaa\xd5\xb5\xad\xf4\x5d\xbb\x7e\x63\x0f\xbe\xdc\x8d\xfd\x0a\x2e\x11\xed\x7d\xdf\x33\x32\x09\xde\xe2\x9d\x3d\xb8\xe5\x3b\x3b\x3b\x17\x88\x32\x18\xe2\xde\x6f\x1f\x3e\xbc\xeb\x51\xf4\xc7\x02\x25\xac\xc7\x37\x47\x6f\xbe\x48\x58\xef\x14\xf5\xc2\x80\xd3\xc9\x49\x28\x25\xe2\xdb\x84\xf7\xfa\x37\xd9\xd1\x75\x6e\xb2\x87\xb7\x75\x93\xd5\x96\xe1\x1c\x34\x24\x12\x57\xb7\x52\x5e\x93\xb3\x28\x09\x97\xaf\xae\x62\x8d\x4e\x6c\xd6\xdf\xac\x66\x2e\xfd\x47\x88\x2e\x6e\x80\x04\xae\x41\xda\x5f\xff\x1e\x89\x48\x82\x6e\xe5\x1a\x79\x78\x1b\xd7\x48\xb9\xcc\x67\x3b\x0f\xbd\xe2\x52\x3c\x04\x8f\x8a\xea\x1b\x46\xe2\xa1\xaa\x16\x3b\xc8\x52\x0d\xc6\x97\x3f\x45\x68\xc2\xcc\x17\x97\xfa\x85\x99\xe4\xe6\x31\xb0\x20\x0d\x61\x5f\x54\x3d\xb7\x4a\x25\x62\x37\xc8\xaf\xc0\xe2\x2c\x7a\x68\x6c\x7f\xbe\xa3\x8d\x07\x85\x34\x86\x35\x1b\x66\x50\xb3\x23\x74\xce\x20\x5d\x53\x03\x58\xd2\xcc\x99\x34\x5c\x68\x6c\x86\x44\x4d\xbd\x38\x82\xbe\xd8\xd0\xc2\x6d\x30\xf9\x63\x01\x29\xea\x0b\xed\x13\xa7\xdc\x8c\x91\xb9\x4a\x30\x64\xd6\xbd\xaa\xb9\x5b\x8d\x1d\x99\xd9\x9f\x6e\x6c\x87\x73\xa2\xd2\xbc\xc3\x15\x52\x0a\xa5\xfc\xbe\x93\x4e\x90\x01\x64\xa8\x80\xd8\x91\xca\x9e\x29\xda\x3e\x02\x83\x87\x05\x42\xa4\xb2\x2b\xd5\x9d\x9c\xf5\x5e\x8b\xc6\x9e\x6c\xa1\x64\xcb\xd3\xfe\xca\xd5\x12\x35\x7b\x27\xb2\xc0\x53\x96\x1b\xb8\x1f\x26\x7d\xc1\x9b\xf4\x65\xe9\xe5\x10\x9f\x13\xa9\x4d\xcb\xea\xd2\xca\x52\x25\x09\x62\x65\xff\x47\xa1\xc0\xbb\x08\xd9\xac\xcf\x51\x19\x09\xbf\x47\xa5\xf5\xf1\x21\x96\x89\x63\x82\x30\x81\xa7\x11\x0a\xae\xa5\xe4\x2b\xe8\xd1\x32\xf5\x9e\x74\x27\xa4\x35\x0e\x85\xa9\x51\x8d\x76\xad\x01\x59\x14\xfd\xec\xac\xd6\x93\x81\x77\x75\x5a\xbd\x00\x2e\x7f\xcf\xfe\x3d\x88\xa3\xc5\x34\xc4\x07\x3e\x8c\x10\x0e\x20\xdf\x61\xc1\xc3\x7e\x82\xb2\x42\xeb\xe2\x27\x7f\x6b\xfc\xd9\xf7\x67\x94\xcc\x21\x0b\x7d\xf5\x70\x06\x63\xf5\x5e\xba\x96\x96\xb4\x84\xc0\xc8\xa2\x71\x73\x1a\x43\xb2\x5e\x63\xf8\xcf\xbf\xbf\x78\xfb\xe7\xc1\x3f\xdf\xd4\x6b\x0c\xe7\x24\x10\x5b\x2d\x40\x09\x07\x42\xd1\xae\xaa\x7f\x79\x29\x28\xae\x92\xf2\x20\x2b\x27\x51\xcb\xc5\xfc\x50\x47\x03\xd7\xd4\x3d\xd8\x50\x08\xff\x1a\x85\xe8\x04\x99\x3f\xb8\xbf\x92\xf3\x4d\x0f\xee\xaf\x02\x3f\x3d\xc8\x36\x4b\xd5\xe1\xfd\xe0\xfe\x4a\xfd\xc5\x1b\x6b\x1c\xa4\x85\xea\x26\x7a\xfa\x99\x0f\xbf\xc0\x49\x8e\xa3\x0c\x73\x3a\xfa\xa6\x10\xa7\xad\x23\x32\x0b\x84\x66\xcb\xc2\x75\xa6\xe9\xa1\xb9\x68\xa1\x42\x4b\x37\x27\x7c\x4d\xe1\x40\x21\x98\xc8\xd2\x5e\xd1\x75\x33\xa6\x28\xa0\xf0\xa2\x2a\x62\xd5\x8e\x56\x4b\xfc\x37\x0e\x52\xd0\x82\xd4\x6c\xb3\x47\x9c\xee\x77\x67\xbb\x7f\x50\x9d\xf9\x5d\x20\xce\x44\xd2\xc9\x5e\xa4\x79\x0d\x98\x73\x7c\x49\x0c\xe9\x59\x14\x62\xd4\x3f\x43\xcb\x2c\x12\x50\xde\x53\x6b\x96\x30\xaf\x12\xca\xe8\x02\x55\xee\xa1\xff\x40\xcb\x76\x61\x0a\x9b\xd7\xb5\x1c\xe6\x99\x4f\xf8\x82\xc2\x38\xae\x89\xb7\xae\xed\x66\xd6\xf8\x6a\x11\xd2\x9d\x7f\x85\x85\xf3\x42\x9a\xd0\x0f\xe1\x1c\x25\x0c\xce\xe3\x1a\x7f\x88\x86\x10\xa7\x1f\xca\x4b\x7e\xbd\x6c\x0e\xda\x12\xaf\x23\x74\xaa\x24\xd1\xa0\x2f\x2a\xfb\xc2\x77\xfc\xd0\x75\x0a\x6d\xd1\x68\xd1\x09\xb1\x8b\x68\xb1\x6a\x33\x22\x96\x19\x8d\x2a\x0a\x0e\xdb\x61\xe0\x07\x20\x6f\x80\x7e\x10\xc2\x88\x4c\x73\x2d\x4a\x61\xbb\x5a\x4a\x2f\x42\xb0\xcf\x85\x04\xab\xfe\xa4\x36\x6f\x5d\xc1\xf6\x6c\xeb\x82\x64\x49\x5e\x27\x89\x48\x5e\x9b\x5a\x14\x7f\x1e\x83\x4c\x07\xd3\x49\x2a\xab\xd7\x87\xa8\xb5\xed\x55\x4f\x54\x6b\xb9\x67\xe3\x6c\x4f\xb5\x53\x52\xe7\xb9\x36\x9c\x19\x4e\x4a\x7c\x22\x78\xd5\x06\x2d\x48\xad\x96\x44\xf8\x30\x9d\xa1\x65\x2f\x10\xfe\x7e\xa7\x48\x18\x01\x32\x8f\x67\x9f\x50\x8a\x92\x98\x08\xef\x5a\xe5\x9d\xd4\x9b\x52\x18\xcf\x7a\xea\x74\xf7\x24\x4d\xec\x85\xb8\x37\x27\x14\xf5\xa4\x71\xda\xad\x15\x19\x2b\x15\x4f\xea\xf4\xd7\xd5\x74\x98\xb5\xb4\xb7\x73\xec\x5d\xaf\xbe\x82\xca\x20\xcb\xdd\x58\x37\xdf\x5e\x7d\xd9\x91\xa6\x00\xcb\x4a\x26\x52\xf0\x70\xa3\x66\x3b\x87\xfc\xf1\xf5\x6e\x9a\xf2\x7c\x8b\x35\x71\x30\xe9\xcb\x02\xc5\x85\x82\x4b\x7a\x9d\x23\x02\x03\x14\x94\x57\xed\xc6\xac\x3d\xdd\xcf\x47\xa6\x26\xdb\xe6\x88\xe4\x12\xb1\xba\x88\x96\x31\xea\xe7\x7a\x96\xc1\x23\x2e\x4a\x95\x04\xce\x52\xb1\x66\x51\x2b\x48\x52\x38\x53\xe5\x54\x12\xb8\xeb\x74\x8d\x05\xdd\x49\x77\xfc\x34\xb9\xf0\x6d\xbe\xd4\x9b\x45\xcb\x64\x46\x16\x51\x70\x32\x23\x17\x9c\xa4\xe9\x9a\xc0\x59\xaa\x50\xb1\x2f\x8a\x81\x6e\x32\x0a\x6e\x81\x23\xe1\x62\x9b\x79\xa4\x99\x82\xe5\x82\x86\x79\x9a\x51\xdc\xbf\x08\x71\x20\xe3\x78\x0a\xa2\xa6\x2c\xf2\x75\x0d\x19\xd2\x14\xda\x32\x11\x32\x13\x19\x75\x81\x60\xac\x1f\x48\xef\x91\xc5\x5a\xef\x11\xd2\x58\x66\x98\x63\x42\xf8\x65\x03\x31\xf1\xe1\xbd\x41\x5e\x23\x58\x32\x9f\x95\x72\xc3\xfc\xe1\xdf\x39\x41\x4c\x6c\xa7\xb6\x30\xb0\x68\x95\x20\x66\x2b\x3c\xab\x42\xc1\x12\x2e\x1d\xa5\x60\x0c\x22\x9f\x50\x44\x11\x0e\x10\xb5\x45\x04\x42\xf6\xda\xfc\x7c\x38\xb1\xef\xc9\xde\x90\x41\x47\x05\x37\x09\x71\x50\x82\xc7\xbf\x29\xc3\xde\xe4\x2a\x80\x7b\x87\x32\xb4\x50\x65\x20\x4d\xce\xa7\x9e\x7d\x08\x78\x43\x2e\xda\x3a\xa2\xb1\x8b\x64\x20\x49\x39\x92\x23\x39\x9f\xba\x39\x27\x22\x1c\x6c\x08\xb6\xad\x39\x59\x24\x48\x38\x72\x88\xbf\xe6\xe4\x1c\xc9\xbf\x08\xdf\x62\x58\xa4\xee\x43\xea\x03\x22\xbc\x43\x66\x2e\x75\xa9\x68\x6a\x97\x5e\x52\xe4\x33\xe3\xa5\x98\x2c\xf3\x90\x8b\x49\x80\xec\xe6\x98\x18\xec\xe9\xf8\x37\xe2\xe9\xb0\x2c\xb0\xf0\x32\xdc\x5c\x5d\xad\x52\xe0\x7b\x0b\xf5\x63\x34\x06\x81\xb7\x70\x25\x85\x15\xef\xe6\xde\xc2\x5d\xe0\x90\x9d\x2c\x26\x93\xf0\xf2\xea\xca\xb2\x40\xec\x99\x39\x1f\x03\xc7\x9d\x84\x11\x43\xd4\x46\xde\x13\x4b\x24\x50\xb5\xee\x79\xc8\xd9\x0b\x27\xf6\xa1\xe7\xf9\xaa\x72\xf3\xd5\xd5\xa1\xe7\xc5\xea\x47\xdb\x15\x69\x7a\x35\x90\xf0\x4f\xf8\x1a\x25\x6e\xc2\xa0\x7f\xe6\xd8\x8e\x9c\x4f\xec\xb8\x84\xf2\xdd\xa1\x5e\xbc\xe5\x3f\xde\xcb\xec\x8f\x8e\xed\x3b\xe0\xd4\xf3\xb3\x28\x37\x89\xc5\x43\x1d\xfe\x16\x67\xe9\x2b\xb1\xf7\x64\xc5\x1e\x78\x68\x84\xc7\xa9\x03\x98\x88\x77\xb0\x0f\x01\x74\x85\x46\x83\x33\xdd\xfc\x83\x01\x99\xc3\x10\xdb\xf6\x21\x08\xe5\x39\x61\x8e\xed\x03\xe4\x3d\x41\x2e\xe7\xd3\x1d\xc7\xa5\xa2\xcc\xf1\xe8\x10\xe0\xb1\x03\xce\x8d\x21\x5e\x85\x18\x41\x6a\x0c\x32\x3a\x04\x62\x9c\x39\xbc\x74\xec\x53\x67\x9c\xf5\x25\xe0\x70\xec\x80\xa5\x84\x15\x52\x04\x79\xa7\x4b\x3e\xfd\x99\xad\x2b\x6b\xcb\x8f\x2d\x07\xfc\xe9\xb9\x8d\x46\x87\x63\xfe\xf3\x50\xff\x1c\x8c\x1d\x07\x4c\xbd\x91\xf5\x6f\x2f\x9e\x1f\x1f\x1e\x3f\xb6\x80\xf5\x6f\xcf\xbf\x7f\xf8\xdd\x77\x8f\xac\xb1\x2b\x95\x6b\x76\xe4\x26\xfe\x0c\xcd\xd1\x07\x78\x1a\x21\xb8\x18\x1c\x3a\xe0\xad\x31\xdf\xb7\x34\x08\x31\x8c\x1c\x7b\x9a\xcd\x38\xe6\x3b\xbd\xba\x7f\xf9\x8c\xec\x89\xe3\xfe\x4e\x42\x9c\x3d\x84\x8c\x51\xdb\x9a\x84\x51\x64\x01\x85\xf8\xd5\x19\x5a\x0e\x59\xea\xa1\x2c\x93\xa8\xcd\x9c\x54\x37\x4d\x18\x25\x67\xa8\x65\xe3\xc0\x02\x4b\x1d\x1a\x8c\x5c\x2e\x86\xe1\x20\x3b\x32\xb2\x89\xd0\xac\x59\xc0\xf2\x17\x34\x21\xd4\x72\x5c\x11\xa9\x67\x5b\xe7\x61\x12\xca\x3c\x31\xd2\x1e\x10\x20\x9c\xf5\x91\x25\x73\xc0\x40\xff\x56\xd5\x72\x00\xd1\x0f\x2e\x2d\x70\xa8\xff\x5e\xf2\xbf\xc1\xa7\xf6\x64\xc3\xd5\x32\xa0\xe3\xec\xe9\xaa\xe7\x17\x3d\x32\xb1\x3f\x99\x48\x75\x0d\xd1\x8f\xf5\x23\x34\x45\x38\x30\x89\xc4\x9a\xc6\xc9\x62\x6e\xb6\x8c\x1d\x67\x25\x49\xdc\xa7\x0c\x45\x9c\x61\x2e\x63\xa8\xf6\x83\x7b\xa8\x6b\x9f\xbe\x4f\x22\x13\xd1\xa7\xd0\x3f\x9b\x8a\xfc\xc7\xea\x0d\x78\x6b\x5f\x38\x9c\xca\xe9\x81\x05\x53\xe6\xb8\x0c\x5d\x32\xfb\xc2\x29\x3f\xde\xfc\x41\xa9\xb9\x71\x52\x0e\xe4\xb1\xb7\x11\x8b\xba\xfd\x9e\xa6\x4a\x4f\x06\xfb\xfb\x1d\x50\x23\xd1\x5b\x37\x79\x45\x05\xbb\x80\x90\x2c\xe6\xd9\x7c\xf8\xfc\x7f\x17\x24\xba\x7c\x93\x58\x45\x8f\xfc\x4f\xb5\x9b\x58\xfc\x88\x90\xe5\x80\x77\x1b\xde\xff\xee\x4a\x3d\xff\x07\xb9\x11\x6d\x04\x7c\x91\xa9\x78\x0e\x66\xe0\x13\x38\x96\x91\x48\xf9\x0c\xf8\x3e\x2a\xcd\xa0\xe3\x08\xe2\xe6\xb3\x8d\x7b\xba\x1e\x02\x7d\x0c\x1b\x00\xd0\xaf\x53\xc7\x49\xc1\x45\x18\x45\x2f\x10\xa7\x16\x4b\x15\xe7\x59\x61\x43\x3e\xd5\x85\xdf\x17\x4b\xd7\x27\xe7\xd3\xfd\x7d\xfd\x57\xdb\xdb\x3b\x05\x05\xe0\x0d\xce\x06\x60\xa5\xbf\x26\x60\x01\x02\x30\x17\x07\x6f\x14\x8f\x25\x71\x10\x09\x4b\x10\x75\x6c\xe4\xec\xcd\x73\x4a\x12\xeb\x4b\x8d\xb8\x21\x3e\x47\x94\xd9\xea\xc9\x29\xef\x26\xee\x86\xd3\x30\x11\xc4\xc3\x29\xa6\x57\xce\x82\xb7\xf9\x3d\xc0\x11\x1e\xa1\x09\x73\x6c\x0c\x26\x92\xe5\x9b\xed\x2d\x34\x22\xf9\x1b\x0b\xc4\xfd\xa3\xa3\x07\x56\x7c\xc9\x4f\xa7\x38\x24\xc5\x13\x12\xce\x91\xde\xca\xf6\xcc\x9b\xf0\x6f\x67\x5c\xa5\x63\xcf\x1c\x57\xab\xff\x6d\xc1\x0f\xae\x12\x38\x47\x2f\xe0\x72\x68\x8d\x3e\x90\x00\x2e\x7b\x90\x8d\x7b\xb3\xe1\x7c\x3e\x4c\x92\xde\x33\x0b\x44\x30\x61\xf2\xf5\x7f\xa1\x84\x21\xda\xd0\xe4\x9f\x08\x9d\x0d\xad\xd1\x2b\x98\xb0\x71\x2f\x08\x82\xa0\x07\x99\xd9\x86\x7f\xe5\x38\x4a\xd0\xd0\x7a\xfd\xfa\x75\xef\xc5\x8b\xe2\xeb\xd4\x71\x1c\xb0\xa8\x05\xa7\x70\xba\x24\x58\x9f\xef\xaf\x7c\x3b\x1a\x9d\x8e\x9d\xf4\xfe\x2a\x49\x3f\x3b\x20\x10\x9c\x54\x62\x1b\x19\xac\x11\x60\x8e\xe2\x11\xb0\x07\x47\x6c\x3c\x3a\x1d\x8f\x06\xe3\xbe\xfe\xf3\x70\xfc\x53\x81\xd8\x23\x73\x70\xac\x47\x4e\x1d\x50\x58\xe4\x34\xe5\xf4\xde\x28\x5b\x98\xaf\xdf\xdf\x06\xe8\xe1\xd3\x37\x0b\x99\xdf\x3f\x79\x89\x19\x9a\x72\xb6\xca\x79\x6a\x59\x0f\xd0\x50\xbe\xb0\xd1\x13\x6f\x70\x78\xf8\x14\xb9\x8c\xbc\xa3\xc8\x0f\x13\xbe\x09\x1e\x3a\x43\xf4\xb7\x81\x78\xf8\x6b\x78\x89\x02\xfb\xc8\x19\x16\x5b\x1c\x39\xce\x90\x77\x45\x0f\xf7\xf7\xf9\x87\x1e\x3f\x7d\x60\xa3\x83\x01\x7a\xe8\x94\x06\x7a\x60\x9d\x59\xb2\xe5\x63\xd9\xf2\x47\xd5\xf2\x71\xb5\xe5\x5c\xb5\xfc\x51\xb6\x1c\x1c\xa9\xa6\x3f\x56\x9b\x4e\x55\xd3\xac\xcd\xe0\xc8\xc9\x66\x7b\xe8\x3c\xb0\x98\xa5\x33\x8f\xe7\x06\x9c\xc5\x16\x86\x2c\x06\xd9\xb7\x62\x98\xdf\x12\xb6\xff\xcf\x48\xd8\xbe\xa1\x18\xe6\x4b\x72\xb1\xfc\xf1\xf9\x87\xb3\x7a\xa3\x26\x3f\x2a\xdd\x8c\x98\x66\xb6\xad\x36\x06\xcd\x5a\xb7\xc2\x6e\x95\xd7\x6f\xc6\xa0\xf9\x78\xad\x3d\xf3\xfe\x4a\x03\x96\x6e\xb4\x63\x0e\x9a\xec\x98\x06\x6e\x9a\x4d\x9a\x65\x5b\xa6\x99\x8f\xfa\x61\x9d\x65\xf3\x7b\xc3\xc4\x27\x48\xdb\xc7\x42\x14\x5d\x5d\x3b\x33\x37\x60\xc1\xc0\x70\x93\xe6\xcd\x8a\xb2\x5d\x64\x69\x6b\xd2\x5b\xab\x7d\xf0\x28\xcf\x6e\xd5\x25\xc6\xb2\xaa\xf5\x2e\x69\xc0\x37\xa6\xe4\x6b\x57\x2a\x6e\xa0\x75\xef\x45\x73\xa3\x0c\x2b\x4b\xfc\xb2\x9f\xd0\xb8\x90\xb9\x57\x7f\x52\x44\x0b\xf0\xe3\xc8\xdf\x0b\x63\xa4\xae\x3b\xb6\x55\xc9\xf2\xbc\x3a\xbb\x5a\xb8\x16\xb9\xdf\x6b\xd5\xf2\xeb\x86\x96\xee\x0c\x5b\xa5\x95\xaf\x51\xc8\x6e\x4e\xf9\x5a\xce\xd3\xff\x86\xf4\xb4\x5d\xe9\xd9\x39\x0c\x23\x7e\x1f\x6c\x6b\xaf\x5d\x57\x4f\xfe\x06\xac\x97\x47\xd2\x7a\x79\xd8\xfe\xd0\x6c\x2a\x7f\xae\xf5\xc7\x4a\x75\x9c\x55\x28\x50\x47\xaa\x29\x0b\x9b\x54\x31\x67\x7a\x6a\xa9\xb6\x96\x1a\x67\xad\x89\x7e\x25\x0c\x17\xd7\xd3\x30\xe7\xdc\x54\xeb\xca\x54\xd5\x0c\x6c\x37\x58\x8c\x4a\x21\xa5\x5c\x84\x2a\x87\x36\x2b\x45\x65\x50\x4b\xce\xd1\x84\x13\xbb\x36\x99\xb4\x99\x06\x49\x93\x70\x47\x4a\x82\x7c\x00\x4f\xab\xa4\xf9\x8f\x3d\x4e\x45\x94\xce\x30\xef\x25\xaf\x81\xab\x2b\xcb\xda\xe3\x1c\x01\x53\xda\x84\xfd\x7d\x9b\x79\x19\x05\x92\x68\xc3\xde\xe7\xfb\x66\x9a\x27\x86\xe6\xa9\x7b\x7f\xc5\xc4\xff\xb2\xc7\x81\x9f\x7e\xde\x6b\x98\xc2\x08\x8f\x53\xe3\x95\x9d\xff\x7d\x75\x35\x1a\x3b\x8a\x7b\x3a\x04\xdf\x29\x5d\x79\x86\x18\xef\xde\x61\x53\xad\x29\x9d\x61\x73\xfb\x24\x3d\x95\x14\x31\x3d\x91\xc0\xa5\xae\xec\x94\xb1\x52\xd7\x48\xdc\x53\xf9\xe0\xbd\x41\x5a\x2d\x46\x65\x5e\x98\xdd\xeb\x50\x99\xbd\xbf\x74\x09\x2a\x49\x95\xee\x4a\x4a\x86\xd9\x7f\x1c\xfc\xe7\xf2\x84\x23\xb1\x8e\x8d\xfc\x39\xcb\xc9\x50\xcd\xb6\xba\xa6\xc0\x63\xbd\xb3\xfe\x86\x9b\xba\xde\x7e\x5b\x89\xa0\xcd\x48\x76\xe9\xea\xcb\x93\x97\x45\x04\x06\xda\xc2\x5b\x72\xbc\x69\xac\x22\x63\x6d\x5b\x43\x26\x33\x89\xb7\xb2\xfe\xae\x77\xe2\x69\x1d\x64\x91\x85\xce\x7f\x39\x2c\xd7\xa3\x77\x1b\x10\xba\x4c\x43\xd8\xe7\x0b\xf3\xe0\x04\x26\xc4\x53\xcd\x54\x5c\xc3\xf5\x6b\x53\x9d\xc9\xeb\xde\xad\x8b\x3b\x17\xdf\xaf\x73\xea\x7e\x53\xa1\x7c\x53\xa1\x7c\x53\xa1\x0c\xad\x7f\x60\x88\xff\x64\xd3\xa8\xfe\xee\x53\xa1\x01\xc2\xf0\x5f\x54\x95\x98\x29\x22\x36\xe6\xa0\x5e\x7b\x51\x96\x6a\x12\x7c\xcf\x05\xb6\x1b\xa8\x20\xa7\x1d\x29\x1f\x1b\xd5\xef\xcb\x49\x59\x1e\x67\x41\x3c\xbd\x3c\xa3\xf9\xb2\xfc\x40\x9a\x49\x4b\x0f\x67\x3a\x85\x7f\x21\x24\xc7\x8a\x29\xe2\x48\x42\xcf\x92\x18\xf9\xec\x3d\x64\x21\x11\x72\x8b\x74\xe1\x94\x82\xf7\x0f\x46\x4c\x4b\xa5\x18\xe8\xb8\x1c\xbd\xf2\xe3\xfa\xd6\xc0\x2c\x4f\xb4\xc6\xdb\x16\x4d\xea\x32\x8f\xe7\x0d\x64\x95\x6f\xe5\x22\xb5\xbe\x74\xb9\x51\x2b\xdc\x2a\xf8\x47\x1d\x02\xcb\x7c\x23\x6a\x8d\x64\xb8\xb7\xfa\x47\xbd\xfe\x51\x6f\xf0\xa8\x37\x78\xa4\x5f\x52\x34\xf9\x3f\x16\xb0\x1e\x1b\xbf\xff\xcb\xfc\x2d\x27\xf5\x4f\x69\xa6\x2e\x3f\xd6\xa9\x12\xd5\xf3\x66\xa7\x47\x3f\xa4\xbe\x12\xb8\xbf\x03\x96\x7f\x69\x0e\xe5\x2f\x0b\xdf\x2f\x8c\x56\xaf\x76\x68\xd2\x45\x6c\x81\x40\x51\x21\xbd\x01\x85\xfa\x5d\x19\x89\x83\x5e\x7f\xd0\x1b\x1c\xf5\x06\x47\x25\x24\x3e\x2a\x21\xf1\xd1\x36\x48\xfc\x0e\x58\x84\x86\x48\x68\xf9\xe0\x82\x11\x19\xe1\xd5\x57\x84\x76\x93\x73\x29\x89\x96\xd3\xcc\xf7\xce\x12\xa2\x26\x27\x02\x87\xbd\xc3\xde\xe0\xb0\xf7\x48\xfc\xf3\x25\xb0\x1b\x20\xbc\xac\xdd\x9d\xc6\x8b\x6f\x9b\x73\x3d\xfa\xea\xf7\x66\xe1\xd5\xff\xe8\xad\xd9\xe8\xc9\x3b\x18\x94\x03\x8d\x4a\x3f\x8e\xcc\x80\x9c\xae\x11\x29\xe6\x78\x5a\x27\x7e\x04\x46\x96\x91\x57\x7c\x7c\xbd\xa4\x48\x05\xb4\x41\x7e\xf1\xb5\xd8\x34\x7a\x1a\xe2\x97\xb1\x69\x1e\x01\xcb\xa8\xd8\xff\xd8\x98\x70\x80\x12\xa6\x35\xce\x09\xf5\x2d\xe3\x95\xf8\xa9\xb5\xca\x8f\xf4\x76\x50\xc1\xa6\xc5\xf8\xf2\x05\x8d\xec\x7f\xb3\x40\x33\x09\x30\x93\xa4\x19\x63\x21\x1c\x74\x1a\x49\x6c\xf9\xf2\x58\xe5\x84\xee\xa0\x76\x31\x6a\x36\x55\xa7\x04\x2a\xbb\xbf\x16\x19\x4f\x70\xfd\xc5\x30\xee\xc6\x5b\x5d\x8d\x1a\x79\x79\xdb\xa2\x30\x5d\x89\xc3\x0f\x37\x43\x1c\xaa\x46\x25\x69\x0b\x31\x73\x2b\x88\x84\x3e\x28\x30\x79\xce\x9a\x56\xbf\xc1\xe4\x5d\x9e\x12\x64\xbb\x20\x8c\x26\xeb\x84\x0e\x51\x2f\x17\xb8\xc9\x72\xcc\xd5\x25\xa5\x1b\x57\x33\x1c\x6f\x9c\x33\xb0\xa2\xef\xad\x52\xb0\xbd\xe9\xfe\xcf\x4f\xcb\xc6\x53\x35\x28\x97\x52\x32\x1f\x96\xb0\xc8\xfb\x86\x4d\x9c\xbd\xcc\x07\x52\x8c\x77\xcf\xc2\x0f\xbe\x2b\x54\xc0\x6a\x2c\x97\xd3\x29\xd9\xe3\x26\x3d\x0f\xc8\x43\xd0\x27\x21\x0e\x64\xf5\x9b\xcc\xf8\xa2\x1c\xfd\x45\xbc\xfd\xf9\xb4\xef\x2f\xe8\x39\xd2\xb1\xe4\x9d\xab\xeb\x5c\x2f\x77\x64\x51\x7d\xd3\xda\x66\x13\x62\x21\x4c\x2b\xf9\xd5\xb6\x02\x32\xb7\x9c\x5b\x31\xe0\x14\xd7\xbc\x62\xc8\xe1\x1f\xce\x4c\x38\x53\xc4\x7a\x7c\x7f\xe5\x66\x05\x55\xb7\x60\xee\x8a\xc7\x59\xab\x82\xd0\x67\xeb\xb2\x1e\xc8\x30\xd2\x48\xd1\x1b\x98\x76\x1b\xce\x99\x75\xa9\xb9\x20\xf0\xda\x93\xfe\xcc\xaa\xe2\x42\x01\x18\x0f\x0b\xb7\x72\x9c\x15\x4f\xa1\x5e\x0c\x69\x82\x7e\x8d\x08\x64\x36\x76\xa7\x88\x09\xbf\xd0\x57\x42\x78\xb7\x1d\x8e\x5f\xf1\xf4\x1d\xe7\xb6\x9e\x31\xf5\xfc\x35\x64\x33\xd7\x47\x61\x64\xbb\x8f\x1f\x3f\xfe\x5f\xd4\x71\x8c\x1a\x2a\xd8\x0d\x03\x70\x39\x14\x6d\x84\x2f\xad\x0d\xdd\xcb\x3e\x72\x2f\x1d\xb0\x2c\x3e\x5d\xf6\x99\xbb\x74\xd2\xd4\x69\xb2\xfa\x94\x16\xe2\xfa\x25\x1a\x2a\xa6\x1e\xb1\x96\xd7\xaf\xce\x50\x1a\xb5\x22\xe3\x77\xb7\xec\x54\x86\xb8\x75\xf3\x0e\x0d\xc3\x7e\x38\xe1\x64\xa7\x2f\xd2\x86\xcc\x48\x24\x92\x62\x99\xda\x55\xd1\xaa\x55\xb7\x5b\xc8\xaa\x2a\xf5\xce\xd9\x81\xee\xa4\x43\x5e\x86\x28\x0a\x74\xac\x9a\x01\x50\x1e\xc3\x96\x34\x34\xbf\x3e\x20\x8d\x1d\x32\x5e\x7e\x55\xdc\x6c\x53\xc4\x6a\xcc\x95\x19\xe0\xfc\xc0\x34\xc0\xab\xb3\xaa\x24\x07\x30\x8e\xa3\x50\x67\x14\x31\x21\xce\x9b\x2f\x58\x18\x25\x07\x94\x2c\x58\x88\xa7\x07\x8c\x42\x2c\xf7\x9a\x72\x6d\xd8\xa4\x34\x07\x0b\xe0\xe7\x8a\xf3\x60\x97\x14\xe7\xf3\x6f\x8a\xf3\xbf\xba\xe2\x9c\x73\x13\x71\xce\x4d\x94\x99\x07\xbe\xeb\x45\x41\xa3\x26\xee\x22\x61\x84\x22\x83\xbf\x28\xbf\x9f\x20\x14\x9c\x42\xff\x8c\xd3\xe5\x12\x0b\xe2\x97\x58\x10\x1d\xad\xa8\x0f\x67\x0b\x4e\x24\x50\xac\x86\x9a\xa6\xe6\x36\xb2\xe7\x72\x76\x80\x94\x1e\x67\x93\x02\x0b\xc5\x9e\x50\x04\x17\x6c\x46\x68\xf8\x27\xca\x82\x19\x75\x2b\x17\x5d\x22\x7f\xc1\x90\x6d\x3b\xde\x13\x15\xe7\xc8\xc7\x75\xfd\x08\x41\x9a\x95\x97\xc2\xfc\x6c\x84\x13\x15\xc7\xe5\x18\x55\xd7\xf8\x6f\xfe\xa6\x18\xa7\x20\x7d\x4d\x72\x06\x47\x82\x3f\x45\xcc\x66\x66\x45\x75\xe7\xea\xca\x68\xee\xf2\x17\x7b\xa8\x38\x86\x78\xb8\xbf\x6f\x63\xf5\xdb\xb3\xfe\xaf\xf5\x00\x39\x69\xaa\x79\x97\x6c\xe8\xb7\x17\x18\x51\xc9\x6b\x01\x28\x87\x90\xa8\x73\xfd\x05\xa5\x08\xb3\xf7\xfc\x97\x8b\xe1\x1c\x81\xc8\xa3\x6e\x44\xc8\xd9\x22\x56\xdb\x60\x68\x3d\x80\x9a\x81\xe9\x95\xdf\x99\x74\x94\x1f\xb5\x09\x45\xc9\xcc\x16\x5c\xca\x3c\x4c\x90\xeb\x43\x56\x20\x0e\xce\x2a\x75\x1c\x97\xcd\x10\xb6\x91\xf7\x04\x6a\x80\x6a\x66\xc3\x81\xbb\xba\xca\x70\xa7\x81\x7c\x1a\xb9\x39\x29\xfe\x40\xf8\xc6\x28\xc6\x36\x34\x8d\x27\x88\xaf\x33\x44\x4e\x0a\x90\x2b\x98\x88\xda\x00\x8c\xd4\x01\x2b\xc1\x71\x85\xde\xdc\xb6\x13\xcf\x2f\x70\x5c\x7a\xc3\x5d\x9f\xd5\x22\xde\xdc\x4e\x8a\xbe\x2a\x62\xcf\x5e\x9f\xd9\x5a\x94\x47\xce\xb7\xfd\x35\x2a\x61\xa9\xc1\x4b\x43\x1b\xe7\x47\x16\xbf\xda\xc4\xc4\x35\xf6\x76\x40\x62\xf2\x6f\x89\xc9\xbf\xc5\x9b\xef\xf3\xc0\x3f\x80\x7e\x94\x1c\x68\x8b\x5d\xfd\x95\x5e\xd7\x43\xe4\x68\xbc\x8d\x24\xf7\x82\xc8\xe1\xf5\x79\xc0\x1a\x39\xb3\x86\x79\xde\xa6\x1f\x11\xbf\xe8\xb5\x17\x51\x4e\x8d\xb3\xe0\xf1\xd3\x45\xc8\x39\xd7\x61\x03\xbd\x27\x94\x8b\x9b\x01\x99\x37\x34\x90\xe2\x28\xdf\x51\xed\x82\xbb\x24\x29\x26\x74\x2e\x09\x84\xfa\xba\x78\x62\x5b\xd0\x8f\x2c\x27\x05\x09\x62\x0a\xd2\x10\x25\xd5\xa8\x74\x35\xae\xc9\xb0\xa0\x9c\x1d\x50\xa1\x41\xc9\x45\xc8\x29\x14\x73\x56\x3e\x4c\x90\xb4\x06\x0f\xd1\x88\x8d\xbd\x6c\x06\x6e\x82\xd8\x0b\xc8\xa0\xcd\x1f\x8b\x38\x6d\xf1\x8b\xdf\x1e\x8a\x66\x00\xe4\x38\x69\x1e\x4b\x5f\x09\x93\xe7\x3b\x4a\xdf\x16\x99\xfc\x8b\x09\x9d\x8b\xc3\x75\x7c\x8e\xb0\x2c\x69\xb9\x97\x7f\x73\x06\x71\x10\xa9\x57\xd8\x49\xd3\xd4\x3c\x10\xac\xfd\xb6\x89\x49\x14\xfa\x21\xda\xe6\x64\x64\x5d\x77\xe5\x88\x14\x27\xdc\x7c\x56\xc4\x4e\x97\xfc\xed\xde\xcd\xb0\x52\x91\x67\xb3\x26\x4e\x48\x9e\x0c\xd8\x8d\xeb\xe1\x53\x94\x4c\x38\xdc\xab\x3b\x1e\x52\x31\x02\x98\x67\xa9\x93\x61\xa9\x8b\x1d\xd8\xd8\xe3\xbc\xf1\xdd\x11\x31\xa0\x21\x62\xf0\x97\x9a\xa7\x13\x2d\xbb\x9c\x7a\xb1\xbc\x4b\x4b\xd4\x81\xcd\xcf\x3d\x5f\x50\x39\x5e\xf1\xf1\x97\x3a\xf6\x29\x48\x38\x1f\x0d\x4d\x3e\x21\x34\x96\x85\x78\x23\x36\x06\x0b\xef\x3a\xf7\x2e\x08\xbc\x55\x0a\x4c\x88\x16\x0d\x92\x57\xc0\x25\xaf\x85\x92\xbc\x82\xa2\xe4\x65\xfe\x04\x41\x59\xf2\x0a\x1a\x25\xaf\xe0\xea\x2a\x28\x4b\x5e\x41\x51\xf2\x0a\x3c\xd2\x46\xf2\x12\x74\x43\xcb\xeb\x36\x17\x93\x91\x73\x75\xc5\x79\xae\xc0\x01\xbe\x21\x79\x05\x25\xb9\x28\x50\x92\x57\xe1\xf9\xd3\xa0\xba\xd9\xfc\x4c\xf2\x0a\xd6\x4b\x5e\xe5\x2f\xd4\x9f\x17\x3e\xc5\x80\x83\x27\x25\x2f\xea\x05\x00\x4b\x0f\xbf\x4c\xc6\x07\x81\x41\x98\xa3\xf6\xc4\x8a\x92\x68\x2b\xaa\x2c\xfb\xed\x0a\x49\x36\x66\xfb\x8d\x1e\xff\xc5\xe8\x31\x5f\xdb\x6f\xd4\xf8\x1b\x35\xfe\x2b\x50\x63\x46\xce\x10\xde\x86\x1c\xab\x8e\xbb\x42\x8f\xcd\xe9\x7e\x45\x61\x72\x93\x9c\xd8\x4a\xd8\x0c\x93\x13\x9f\xc4\x28\x18\xde\x1b\xdc\x94\x60\x29\xd0\xf3\x97\x14\x2d\x01\xcd\xbf\xba\xc7\xe8\x72\x45\xcb\x22\xa6\x54\xd5\x41\x0e\x21\x25\x17\x3d\xec\x32\x48\xa7\x88\x49\xad\x20\x4c\xb7\x12\x41\xa5\xce\xae\xe3\xb9\xd2\x9d\x76\xe0\x4c\x15\xa6\xba\xf3\xe7\xe9\x66\xce\x90\x8a\xa9\xff\x76\x88\x6e\xe4\x10\x25\x88\xb1\x10\x4f\x6f\xb7\x12\xfc\x35\x77\xd7\xf5\x11\xab\xd0\x04\xa8\x69\x0e\x91\xce\x26\x0c\xcd\x5d\x5f\xe4\x43\x74\x85\x35\x3a\xc4\x53\xcb\xd9\x53\xdb\x02\x0b\xc4\xaa\xbd\x21\x5b\x8d\x74\xab\xb1\x35\x2c\x27\x1f\xac\x1d\x0c\xdc\xa3\x6a\x47\x27\x22\xd3\x57\xe6\xdd\x23\x1b\x5a\xf2\x9d\xd1\xd5\x69\xb9\x8c\xc2\x5d\x0f\x06\x30\x66\x65\x3f\x81\x9f\x11\x9f\x98\xc8\x58\x7b\x10\xa0\xd3\xc5\x74\x97\xcc\xe8\x01\xf2\x09\x85\x8c\x70\x0a\x58\xc8\xe6\x61\x00\x78\x01\x97\x13\x48\x6f\xc8\xcf\x61\xce\xcf\x94\xd7\x58\x45\xb6\x68\xfe\xe1\x67\x74\x95\x1a\x8b\x83\xbc\x27\x36\x03\x10\x44\x8e\xf7\xc4\x96\x1b\x82\x2e\xf0\x4b\xfc\x82\xe3\x5d\xda\xf6\x28\x67\xd3\x57\x7e\x94\x0c\x19\x98\x23\x36\x23\xc1\x10\xa6\xa9\x03\xb0\x2b\x66\x6d\x42\x80\x9d\xcc\x33\x08\x67\xa6\x30\x75\x1c\x86\xfc\xdc\xc2\x10\x23\x6a\x39\x72\x07\x67\x66\x33\xe6\x3d\x51\xc6\x63\x17\xc6\x71\xb4\xb4\x29\x18\x21\xc0\xc6\x02\xc5\xc2\x57\x45\x01\xe9\x3d\xc1\xf2\x4f\x1b\x39\xa0\x7e\xb6\x32\x15\xad\xcb\x69\xdc\x89\x40\xbd\x30\x6f\x25\x9e\x78\xa9\xad\x8a\xaa\xd1\x73\xb1\x6a\x1f\x43\xf7\xd3\xa7\x6c\x72\x9f\x3e\xad\x9b\x38\x60\xba\x2f\x89\x11\xb6\x2d\x0b\x58\x9f\x4e\x23\x88\xcf\x2c\x91\x97\x56\x7b\x59\x71\x79\x03\xd9\x9f\xff\x85\xff\x76\x4a\x82\xe5\x93\x7f\xe1\x5e\xef\x6f\x31\x45\x4f\xfe\x85\xef\xeb\x25\x46\x98\x51\x2e\xfa\x51\x47\x38\x55\x31\x99\x87\x6b\x84\x01\x1d\x7b\x0c\x40\x0f\x71\x92\xff\x2b\xa1\xcf\xf9\x75\x6c\x53\xd7\x8f\x12\xc7\x4d\xe2\x28\x64\xb6\x75\x60\x39\x6e\x4c\x62\x3b\x43\x20\xf4\xa0\x7e\xd7\xb7\x1c\x9d\xfc\xf3\xf3\xfd\x15\x1a\x1d\x8e\x5d\x46\x3e\xc6\x31\xa2\xcf\x21\x17\x74\xd2\xfb\x2b\xe4\x26\x8b\xd3\x84\x51\x7b\xe0\xa4\x9f\x75\x1a\x4b\xcb\x01\x9f\xef\xaf\x70\xaa\x3d\xde\xef\xaf\x60\xfa\x1e\x09\x37\x4c\x42\x97\xee\xfd\x15\x75\xe5\xe2\xa7\xb6\x70\x2f\x4c\x9c\x7f\xe1\x7f\xe1\xcf\x69\xde\x5f\x74\xfd\xdb\x81\x84\xf3\x6f\x07\x19\xe4\xbd\xde\x67\x07\x30\x77\x42\xfc\x45\x62\x3b\x6d\x0e\x0e\x45\xc2\x19\xe8\x76\x88\x3a\x72\xb9\x7c\xf4\x0f\x21\xa2\x95\x62\xc4\xd5\xad\x6a\x4b\xdf\x0e\xef\x89\xbd\x2a\x51\x01\x7d\xa8\x20\xdf\xc0\x6a\xaf\x0a\xda\x99\xdf\xfe\x7a\x49\xb0\xe7\x79\xe8\x29\x1b\x62\x71\xd1\xd7\x90\x12\xc8\x29\x6f\xfd\x18\x92\x7e\xe6\xd3\xac\xb1\xc4\x32\x99\x99\x0e\x39\xa9\xf6\x6c\xda\xec\xd1\x84\xf0\xf9\x1a\x1e\x73\x12\x4e\x79\x8b\x90\x12\x3c\x97\x41\x16\x65\x67\x9f\x29\x62\x7d\xb3\x45\xa5\xaa\xcd\x56\xeb\x82\xf0\x79\x71\x1d\x28\xa7\x59\xd8\x30\x59\xeb\x3f\x81\x3c\x7a\x40\x1f\x33\x8e\x24\xde\x9b\xd6\x83\x2b\x93\xf6\xf2\xfd\x18\x84\x3e\x64\x28\xe1\x32\xde\xad\x32\x0a\xf9\x83\xd5\x59\x88\x83\xe1\x6a\x0e\x31\x9c\xca\x9c\x8d\x6a\x6f\x21\xf7\xc3\x32\x46\x9e\xe7\x31\x20\xaf\xcb\xea\x0b\x7e\x7d\xb6\x84\x67\xc1\x66\x7d\x79\x2a\xbf\x2c\x5c\x67\x8b\x53\x44\x31\x62\x28\xa9\x81\xeb\xf7\x8b\x3a\x68\x49\x18\xf8\x35\xb0\x02\x79\x3f\x0e\x57\x11\xf1\x61\x64\x34\xe0\xa2\xe6\x2b\xfe\x2c\x64\x4b\x31\xc0\x34\x22\xa7\x6b\x5b\xb4\xc7\xdb\x0c\xc1\x88\xcd\xfa\xfe\x0c\x09\xb3\xff\x17\x41\x9c\x0c\x86\x1f\xae\x62\x98\x24\x21\x9e\xe6\x70\x9c\x88\x17\x02\xc4\x0b\x48\x71\xd3\x3b\x9f\x86\x2c\x2c\xa0\x28\x7f\x99\x02\xb9\x2c\xfa\xc2\xca\x9a\xfc\x47\x88\x03\xd1\x1b\x93\xa0\xe6\x71\x0a\x04\x0a\x44\xc7\xc9\x10\x79\x4f\x2c\x8b\x53\x2d\xb1\x3a\x40\x3a\x25\xd4\xac\xe4\x8c\xb1\xb8\xe6\x31\xf3\x6b\x9f\xb2\xa8\xe6\x69\x40\xfc\x33\x44\x6b\x5e\x4c\x69\x5c\xb3\x4b\x00\x8c\x42\x58\xb3\xd5\xda\xaf\xb8\x51\x51\xef\xcb\x2c\x37\xf4\x7d\x94\x24\xc3\x95\x88\x57\xc9\x67\x2e\x0b\x49\x4a\x1c\x20\xbc\xac\x7d\x61\xc1\x38\xee\xc3\x0b\x48\x91\xc5\xd7\x24\xd3\x02\xea\x46\xed\xa1\x3e\x3b\xff\xb2\x64\x61\x22\xbc\x77\x87\x22\x3d\x78\x98\xfc\x2a\x7e\x81\x33\xb4\xe4\x4f\xee\xe5\x8f\x04\x00\x7b\x6d\x00\xe0\xdb\xf6\x2f\x71\x40\x5b\x2f\x99\xb2\xe2\x16\xae\xe9\x39\x46\x73\x82\xc3\x84\x71\x71\xf7\xf6\x7c\xa3\xd5\x22\x5a\x92\xd0\xf6\xf3\xbb\xcb\xd2\x2b\xfa\x77\xf1\xe6\x75\xf6\x02\x24\x0c\xe2\x00\xd2\x20\x5b\xe0\x72\x8b\x14\x70\x21\x48\xc6\x26\x0c\x85\x80\x50\xd8\xd0\x2f\xb2\x97\xc9\xd5\x55\x5e\xd7\x41\x64\x0f\x4e\x64\xc5\xbd\x93\xf0\x4f\x64\x63\x80\xd1\x45\xef\x04\x31\xbb\xd0\xc7\x71\x9e\x1c\xa6\x9b\xf9\x9e\x2a\x96\x15\xa1\xec\x87\x98\x43\x50\x16\xcf\xbe\x14\xbe\x6f\x73\xc7\xa9\x1a\x16\xc8\x7b\x22\x31\xfd\x1a\x25\xb3\xe7\x9c\xd8\x27\x2a\x7b\x57\x76\xf3\xaa\x55\x11\x1e\x98\xed\x56\xe0\xf8\x92\x21\x8a\x61\x24\xe5\x2b\x99\x97\xcb\xb9\xce\x3a\x7c\xd5\xed\x1e\xe2\x29\x45\x49\xd2\x9f\x42\x86\x2e\xe0\xd2\xaa\xb9\x3d\x2d\x86\xe8\x3c\xc4\x90\x85\x78\xba\xb6\xdd\x1c\x25\xb3\x75\x0d\xf4\x05\x2d\x8f\x0b\x7f\x0c\xac\x10\xf7\x79\x37\x75\xc8\x5e\x62\xbe\x52\x22\xe2\xaa\x6f\xbe\xb9\xa7\x5f\xa5\xa0\x71\xdb\xf0\xd7\xeb\xb6\x4e\xe9\x7d\x75\xfb\x94\x1a\x34\x6e\x21\x11\xe5\x93\x02\x7d\x7a\x86\x2b\x8a\xa6\x61\xc2\x10\x45\x81\x86\x42\xbe\x79\x4e\x16\x98\x3d\x39\x94\xe0\xe4\x8d\xac\x7c\xd0\x42\xcb\x3b\xb1\x27\xa5\x91\xe3\x8b\xde\x9b\x5d\x48\xae\x62\x83\xe5\x96\x10\xec\x2f\x90\xac\xb3\xe8\x20\x1e\x34\xde\x36\x11\x4c\x66\x07\x44\xcc\xbf\x78\xe4\xa4\xc2\xcd\x8f\xc2\xbe\x6c\x53\x68\xb9\x43\xca\xb7\x09\xa1\x73\x99\xea\xef\x8b\xac\x1e\x0b\xe7\x68\xb8\x9a\xcd\xe6\x73\xce\xea\xcd\xc8\x82\x0e\x2d\x01\x47\xe8\x5b\x60\x1e\x62\xe1\x1e\x9e\x3d\x48\x90\x4f\x70\x90\x3f\x48\xc5\xe5\x78\xbd\x01\xb0\x48\x99\x3e\x5c\xf9\x64\x1e\x43\x9f\x0d\x57\x98\x30\xe1\x6e\x3e\xb4\xd4\x23\x2b\x05\xc7\x1f\xdf\x0f\x57\x22\x3d\xfe\xd0\x92\x3e\xdf\x9c\xc3\xd0\x7f\x0d\xad\xe3\x8f\xef\xc5\xd7\xc2\xf9\x62\xfe\x2b\x95\xea\xea\x17\xe1\x34\x64\xc9\xf0\x08\xcc\xe1\x65\xdd\xf3\x14\x7c\x3c\x79\xb1\x76\xd4\x8f\x27\x2f\xba\x8f\xda\xb8\x75\x09\x9d\x57\xe4\x77\x53\x43\x71\x0e\xa3\x30\x10\x90\xab\x66\x15\xed\x05\x1f\xe2\x40\x7b\x3a\xdc\x8c\xea\x42\x6f\x84\x42\x70\x8f\x4c\xa6\xaf\x75\x39\x46\xe5\x8d\xcc\x61\x20\x7b\x39\x1a\x8c\x9f\x9a\x3f\x86\x96\x05\x60\xb5\xef\x51\x6d\xdf\x23\xb3\xef\xd1\x78\x98\xab\x49\xa2\xea\x10\x0f\x6b\x87\x78\x68\x0e\xf1\x70\x3c\xa4\x5a\x79\x15\xd9\x18\xac\x52\xc7\x4d\x10\xfb\x87\x44\x2c\xa1\x89\x0d\x9d\xb4\x41\x45\xb3\xe6\x38\x36\xc8\x5e\x4d\x6b\x67\x96\x3e\xff\xb6\x82\x77\x64\x05\xcf\x1a\xf5\x86\xe6\xd2\xf1\x56\xdf\xd6\xec\xae\xac\x99\xce\xdd\xbe\x79\xdd\xb2\x2c\xef\xdf\xd6\xee\xe6\xd7\xce\x85\x41\x60\xa3\x92\x8b\x76\xf1\xa9\x74\x14\xdc\x6e\x95\xeb\xd4\x05\xf5\xab\xac\x5b\xee\xe6\x2a\xeb\xd9\xdf\x9d\xb5\x36\xd4\x10\xc3\x15\x5b\xc6\x68\x68\xc9\x44\x17\xe9\x4d\x9d\x60\xb1\x2f\x5a\xac\xac\x6c\xb7\x9b\xeb\x2a\xe7\x7e\x77\x56\xb5\xf5\x09\xde\x6a\x45\x2b\xa2\x65\xd3\x92\xaa\x86\xbb\xb9\xa6\x3b\xb9\x9e\x37\x40\x91\x67\x28\x8a\x11\x4d\x0e\xfa\xaa\x1c\x62\x9d\x88\xad\x5e\xf5\x65\xdb\x6a\x97\x1d\x92\xb5\xb3\xb9\xcf\x60\xd2\x97\x99\x30\xa4\x63\x40\x1d\xdc\x18\xce\x51\x20\x5b\x25\xfd\x98\x44\xcb\x49\x18\x45\x6b\x86\xd8\x69\x3c\x5c\x07\x01\x3b\x09\x79\x98\x98\xf0\xf5\x43\x7c\x4e\xea\x92\x87\xb4\xc2\x44\xf3\x58\xbb\x88\x99\x1b\x43\xcb\x5f\x07\x27\xf0\xb4\x96\x42\xcc\x21\x9b\xf5\x75\x1b\xb3\xed\x9d\x04\xb1\x79\x4c\x01\x5e\xcb\xf1\xe0\x69\xb2\x19\x5d\x3e\xe9\x80\x2f\xde\x78\xd7\x10\x26\x00\x6c\x8b\x31\x9f\xb4\x43\xd9\xac\x13\xce\x66\xbb\x88\xb4\x59\x27\xac\xcd\x36\xa3\x2d\x08\xda\x23\x4d\x14\xde\xda\x2d\x94\x71\xf0\xda\x22\x2c\x08\x36\xa3\x0b\xd7\xa2\x8b\xd1\x45\x1d\xbe\xf0\xee\xe1\x0b\x77\xc0\x17\x6e\x81\xaf\x38\xee\x9f\x23\x9a\xac\x51\x04\xd7\x7a\x21\xe6\xb6\x29\x63\x04\x9d\x7e\x0c\x4d\xd1\x65\x5c\x27\x09\x65\xd9\xba\xa8\x16\x68\xe8\xb6\x02\xcd\x4a\xcb\x01\xd0\x30\x46\x3e\x7b\xf7\xce\x55\x73\x51\x21\xb5\x54\xff\x7e\x8b\xa3\xe5\xd5\x15\x75\x67\x61\x80\x4e\x66\x10\x24\x1e\x75\x93\x19\x34\x1f\xff\x43\xb6\x04\xa1\x88\xd5\xcb\x24\x96\xfd\x7d\x9b\x37\x25\x17\xc7\x22\xb4\x00\x05\xfb\xfb\x76\xe8\x41\xe5\xf2\x8c\xf5\x07\xf4\xdb\xf7\x68\x7a\x7c\x19\x3b\x0e\x08\xaf\xae\xea\xda\xe9\xf7\x0e\x48\x4a\x03\x25\x33\x98\x77\x7e\x1a\x8e\x0e\xc7\x43\xb8\x4d\xda\x2c\x18\xc7\x0a\x14\x8f\xd6\xdb\xd9\x75\x06\xac\xdf\xc4\x2e\x70\xe5\x66\xb0\xa9\x19\x1f\x00\x37\xee\x1b\x54\x7f\xd4\x44\xca\xbd\x84\xef\xcd\xea\x79\x93\x9d\x76\xed\xc8\x29\x50\xdb\x9e\x3a\xd1\x7c\xf3\xc1\x4b\xc2\x5a\x8e\xb3\x9e\xb0\xf3\xc6\xbb\x86\x36\x01\x60\x5b\xa4\x25\x21\x6e\x85\xb2\x0e\x1c\x84\x68\xbd\x83\x48\xeb\xc0\x41\xf0\xd6\x2d\xd0\x96\x84\xd3\xda\xbd\x26\xdf\x94\xd5\x1e\xaa\xfd\xce\x61\x4e\x42\xd9\x1a\x75\xbc\xf9\x66\xdc\x31\xd8\xe1\x94\x32\xb8\x7b\x68\x13\x00\xb6\x45\x1a\x83\x0a\x65\x35\x7e\xa2\x26\x16\x8e\x3a\xe1\xec\x68\x17\x91\x76\xd4\x09\x6b\x47\xad\x76\x5a\x07\xe2\x26\x5a\xef\x20\xda\x3a\x10\x37\xde\xba\x05\xda\xc8\xe9\xfa\x64\xb8\xa2\xc5\xad\xf9\x2b\xd6\xf1\x51\x76\x49\x6b\x3f\xc2\x9e\x65\x8d\x3d\xa4\x38\xca\x62\xec\x1f\x16\xc7\x69\xa3\x47\x9c\x86\xb7\x59\xa5\x6b\xa6\x3d\xae\x6d\x7d\x27\x77\xcb\x7a\x68\x7d\x38\x47\x91\xcc\xd3\x58\xeb\x17\x97\x30\x1a\xe2\x69\xe5\x74\x64\xdd\xee\x24\xc8\xcd\x63\xe6\xe0\xb6\x1c\x54\x77\x68\x81\xc8\xda\x6b\xcc\x87\xb8\xd0\xe4\x4e\xe2\x6b\x23\x64\x3e\x8a\xfa\x30\x8a\xea\x85\x11\xac\x7d\xdf\xea\x7a\xec\x26\xbc\xb8\x9c\xf1\xbc\x76\x31\xf1\x6e\x25\x3a\xcf\x67\x1e\x87\x0c\x6e\x75\xe8\xb3\x8e\x77\x12\xec\x75\xc7\x3e\x07\xb9\xf5\xc1\xd7\x5d\x36\x23\xf4\x94\xd6\x6e\x97\x5a\xbe\x42\x34\xde\x35\xf4\x09\x00\xdb\x22\xee\x94\xb6\xd8\x83\x28\xac\xa5\x26\xf5\x28\xe3\x8d\x77\x0d\x65\x02\xc0\xb6\x28\x43\x61\xb4\x19\x65\x22\x8b\x46\x82\x58\x7f\x8a\xea\xa9\x93\x6e\xd0\xd0\xe5\x4e\x62\xb0\x2d\xcc\x49\x77\x98\x6f\x26\x8a\xe6\xcb\xee\x1a\x3d\xf9\x13\xd4\xe1\xc0\x19\x9d\xda\x63\x74\x2d\x36\xfb\xa6\x53\x4e\xb5\xeb\xae\x62\xb5\x3b\x4a\x5b\xe0\x73\x81\x6b\x1d\x1f\xd6\x28\x69\x65\x9f\x9d\x43\xa2\x00\xb4\x35\x02\x17\xf8\x6c\x33\xf2\x22\x98\x24\xe1\x64\xd9\x95\x0f\xd1\xdd\x76\x0d\x85\x19\xb8\x6d\xb1\xa8\x3a\xb4\x40\xe4\x9f\x0f\xdb\x6b\x84\x64\xeb\x9d\x43\x9e\x00\xb1\x35\xe6\xfe\x7c\xb8\x59\x23\xe4\x93\x28\x92\x71\x75\x4d\x0a\x8e\x39\x09\x50\x64\xc4\x6b\x36\xbe\xca\x43\x6a\x6f\xd6\x3d\xb1\x94\x21\x24\x4b\x75\xc0\xdc\xe7\xd9\xe4\x81\x55\x99\xc4\x10\x1b\xef\x53\x95\xdb\x0e\xae\x52\xf9\x47\x54\xca\x6f\x2b\x95\x2b\x22\x98\x6a\xc1\x90\xdc\x0d\x32\x29\x4f\x34\xf6\xd0\x5e\x38\xb1\xb1\x36\x1d\x1e\xd6\x95\x28\xc1\xc0\x9a\x84\x34\x61\x12\x4e\xcb\x71\x3f\x89\x98\x45\x0c\xa3\xd7\x1c\x49\xae\x40\x95\xa8\x55\xa2\x93\xc4\xa0\x0b\xfb\x10\xd0\x11\x1a\x0b\xf5\x4c\xfe\xb4\x07\xd3\x74\x63\xa6\xce\x7c\xf9\x64\xa4\x57\x47\xea\xab\x7a\xdd\xc9\xfd\xbf\x19\xe0\x45\x39\x61\x62\x2b\x80\x17\x6c\xf7\x64\x36\x0d\x6c\xdb\x23\x2f\xdb\xb7\x40\xa2\xc8\x6a\x55\xeb\x5c\xb4\x16\x8b\xaa\xdb\xce\xa1\x51\x83\xdb\x1a\x8f\xb2\x43\x0b\x44\xb6\x77\xd0\xda\x41\xff\xac\x2e\xee\x59\x6d\xbc\xb3\x3a\x39\x67\xed\xa2\x6f\x56\x27\xd7\xac\x56\x9e\x59\x01\x4c\x66\x88\x76\x57\x54\xe5\xfd\x76\x0c\x85\x06\xc0\x6d\x47\xd5\x3d\x36\x23\x13\xf9\x1d\x49\x1e\xef\xb1\x6b\x08\xe4\x40\xb6\x1e\xcf\xdf\x8c\x34\xa3\xc8\x6f\x15\x77\x14\xe1\x00\xd1\x2a\xde\xf2\x4e\x77\x12\x7d\x9b\x41\xd6\xc9\x4e\x3b\x81\xac\x3a\xed\x24\xc8\xe7\xad\x29\x33\x6f\x7b\x27\x41\x5c\x33\x26\x07\xaf\xed\x78\xe1\xf9\x66\x74\xa9\x3c\x84\x7d\xc8\x18\x4d\x9a\x92\xd8\xcc\x17\x11\x0b\xfb\x73\x58\x71\x53\x2c\x54\x45\xbd\x81\xca\x1e\x52\x1e\x49\x3c\x2e\x3e\xbc\x86\x31\x08\xc5\x5f\xff\x44\xf0\xec\x35\x8c\x85\x93\x22\x69\x2e\x69\xd9\xd7\xc0\x88\x92\x94\x75\xc5\x3f\x32\xe1\xa8\xbe\xf0\x07\xdd\x50\xf8\x23\x1b\x5f\x65\x89\x06\xa2\x0e\xc5\x5d\xaa\xfc\x61\x16\x7b\x2d\x88\x80\x32\xfb\xf1\x12\xfb\x33\x4a\x70\xf8\x27\xb2\x55\xae\x66\x95\xec\x55\xff\x71\x2c\x63\xb8\x00\x73\xd2\x8b\x30\x8a\x5e\xa0\x84\x51\xb2\xb4\xbb\xf6\x77\x40\xe8\x06\x28\x42\x0c\xa9\xf2\xdf\x66\xcf\x42\x8a\xdd\x30\x4b\x04\x9d\x17\xa0\xcc\x10\x6a\xe4\x97\xd5\xc5\x37\x90\xca\x31\xcb\x00\x1e\x7b\x08\x50\x2f\xd1\x79\x78\x33\x2f\x58\xba\xbf\x3f\x72\x5d\x57\xe7\xd5\xc1\x3a\xab\x6c\xcf\x72\x9c\xb1\xce\x2b\x4b\x5d\x8a\xe6\xe4\x5c\x60\x87\x7f\xdc\x49\x1d\x80\xf7\xf7\xed\x30\xcf\x25\x8d\x1d\xc0\xc7\x29\xcd\x05\x3b\xe3\xca\x64\x44\xc2\x5b\x04\xa0\x9a\x0c\xd6\x93\xf1\x3c\x0f\xee\xef\xdb\x50\x6c\xe2\xec\x7c\xdb\x27\x88\x39\x20\x11\x1f\xc2\x00\x3a\xf2\x33\x7a\xba\xb4\x76\xba\x2b\x31\x96\xeb\x93\x05\x66\x36\x72\xf6\xf7\x45\xe6\x55\x8e\x4a\x51\x27\x43\xff\x92\xc8\x16\x47\x9e\x8f\x99\x64\xb3\x36\x26\x5d\xc9\xd2\x6b\xf1\xa3\x6f\xed\x49\x95\x96\xe5\x79\x1e\x7e\x0a\x3d\x3c\xc4\x6e\xc2\x20\x65\xc9\x3f\x43\x36\xb3\x2d\x91\x07\xda\x72\x04\x34\xe2\x87\x25\x3f\x41\x65\x56\xf7\xd2\xf8\xe1\xc4\x1e\x78\x9e\x47\xd5\x84\x99\xe3\xe8\x2c\xef\x30\xcb\xe4\xcd\x3f\x36\x44\x52\x2f\xf6\x2a\x4c\x98\x5e\x10\xe6\xec\x9d\x52\x04\xcf\xf6\x44\x3b\xf1\xa9\xa1\xc2\xdc\xb0\x3e\x5d\xb2\x4a\xc4\x8e\x2e\x7a\xc7\x94\x12\x6a\xc3\x07\x56\x2f\x4c\x7a\x98\xb0\x5e\x38\x8f\xe5\x8e\x44\x41\x6f\x89\x98\xc5\x91\x43\xb3\xad\xe9\x80\x43\x31\xcb\x24\xfc\x13\xed\xef\x27\xfa\x39\x76\x52\x14\x25\xa8\xb7\x79\xca\x30\x08\x6e\x7f\xbe\x7c\x3d\x41\x92\xa6\x60\xe1\xd9\xd4\x8b\xcc\xba\x37\xbe\x49\x93\x02\x6f\x84\xc7\x60\x7e\xbd\xc2\x37\x93\x72\xe1\x9b\x79\x43\xe1\x9b\xc9\x08\x8d\xbd\xb9\x2a\x7c\x33\x29\x16\xbe\x31\x7f\x82\x49\xb9\xf0\xcd\xa4\xb1\xf0\xcd\xe4\xea\x6a\x52\x2e\x7c\x33\x29\x16\xbe\x99\x78\x41\xf7\xc2\x37\x0b\xe0\x67\x85\x6f\x26\x0e\x88\x0d\x97\xf9\x49\xa9\x2c\xcd\x44\x15\xbe\x29\x3c\x7f\x3a\xa9\x52\xda\x38\x2b\x7c\x33\x59\x5f\xf8\xa6\xfc\x85\xfa\xcb\x82\x4f\x71\xc2\xc1\x53\x07\xda\x9b\x00\x2a\x0b\xdf\x88\x92\x37\x60\x0e\x62\x30\x31\x1c\x9f\xc8\xa6\x6b\x7d\xde\x8f\x55\xe5\xfc\x5b\xcd\x24\x25\x6f\x59\xd6\x56\x09\xc9\xc9\xe4\x6a\x42\xc9\x7c\x48\x53\x8f\xed\x85\x13\xdb\xd2\xf3\xb1\x3c\x8f\xef\x69\x32\xe9\x61\x47\x97\x75\x90\xa4\x4a\x94\x5a\x56\x55\x16\xa6\x88\xfd\x42\x16\x38\x08\xf1\xf4\xb9\xc8\x3d\xfc\x1e\xf9\xcc\x76\x0a\x45\x98\x69\xae\xd7\xa4\x8d\x1d\x98\x7b\xe9\x31\xf7\xb2\x8f\xdc\x4b\xc0\xdc\xa5\xc7\xdc\x65\x1f\xb9\xcb\x4c\x7f\x69\x8b\x22\x00\xc5\x0a\x00\x6b\xfc\x38\x03\x4a\xe2\xae\x22\x19\xef\x72\x27\xd9\xcf\xf5\x7b\x4b\x02\x16\x93\x0b\x44\xfb\x09\x8a\x90\xcf\xfa\x61\xd2\x9f\x52\xb2\xa8\xc5\x80\xd9\xb0\xd5\x18\x77\x12\x25\xcd\x63\x0a\x50\xde\x71\x48\x4e\x04\x20\x2f\x93\xbf\x4b\x54\xb4\xfc\x46\x43\xff\x2d\x97\x41\xfe\x85\x6a\x63\x4d\x3a\xac\x44\x36\xcc\xce\x2f\xc6\x49\x86\x90\xad\xd7\x43\x0f\xb1\x79\x49\x24\xb7\xd5\x91\x0e\xe8\x5e\xbb\x86\x6a\x0d\x6c\x5b\xbc\xca\xf6\x2d\x90\xb8\x2e\xe3\xf3\x17\x2d\x24\xc9\xa7\xd2\x54\x47\x72\x83\x28\xb9\xa9\x86\xa4\x80\x72\x17\xea\x47\xd6\x18\x12\xa9\x72\xd0\xce\x22\x0a\xb9\x28\x88\xf0\xb9\x7b\x0e\x29\x17\x7e\xf4\x15\xba\x88\xa2\x7b\x1e\x7c\x0a\x87\xb4\xa9\x68\xa3\xc0\xc2\xb7\x82\x8d\xdf\x0a\x36\x66\x87\xff\x8f\xf6\xf1\xc8\xe8\x8f\x05\xdc\x39\x5f\x42\x39\xe9\xd6\x34\x93\xb7\xde\x4c\x31\x2f\x6b\x19\xaf\x5a\x95\x67\x4d\xa8\xf1\x9d\x47\xd9\x65\x07\x66\xea\xb2\x05\xe3\x74\x19\xcf\x07\x5d\x10\x36\x1f\xec\x20\xca\x38\x88\xed\x91\x36\x1f\x6c\x44\x9b\xcc\x32\xdd\x3f\xad\xf7\xf0\x6a\x66\x6f\xf2\x7e\x77\x12\x89\x6d\x80\xde\x0a\xe2\xdd\x04\x17\x07\xdb\xac\xb0\xec\xb5\x93\x00\x5f\xa2\xa0\x3f\xa5\x61\xd0\x8f\xe0\x92\x2c\x1a\x1c\x90\xb4\xf7\xd5\x81\x6c\x94\x1c\xf0\x1e\x5f\x31\x4c\xce\x70\xb2\xca\xd5\xca\x68\x74\x38\x06\x68\x34\x18\x77\x8b\x91\x9b\x44\x90\xb1\x72\x4a\xbf\xcd\x6b\xae\x7a\xdd\xc9\x35\x6f\x1e\x33\x03\xb6\xe5\x98\xaa\xfd\xe6\x7d\x14\x11\x52\x4b\x26\x6a\xef\x14\xd9\x7a\xe7\x50\x27\x40\x6c\x8d\x38\x42\xe8\x66\xb4\x89\x5c\xf7\xfd\x26\x03\x75\x88\x59\x54\xdb\xf6\x4e\xa2\xae\x15\xa8\x73\x94\x24\x70\xda\x1a\x5a\xdd\x7c\x77\x01\x96\xd9\xfd\xdb\xc2\xab\x5a\xef\x2e\xb8\x14\x45\x90\x85\xe7\xad\x17\x38\x6b\xbf\xbb\x20\x27\x33\x42\x59\x9f\x85\xf3\xdb\x2d\x73\x65\x56\x30\x5e\x1f\x41\xae\x15\x44\x60\x24\x5c\x9e\xa1\xf7\x1a\xb2\x99\xa4\x48\x76\x74\x30\x40\x0f\xb9\x9c\x6a\x3c\x83\x07\x8f\x0f\x1d\x00\xff\xdd\x7b\x7c\x08\xb0\xf9\x82\x8a\x17\x54\xbc\x60\xe6\x0b\x7c\x70\xf4\x9d\x03\xf0\xbf\x7b\x47\xdf\x65\x2e\x0b\x0c\x84\x1e\x06\xc4\xa3\x60\xe1\x41\x5d\xbd\xf8\xde\xa1\x34\x1e\x0a\x99\x3d\x19\x2a\x14\x27\x0f\xac\xc0\xda\xcb\x9e\x87\xfa\x79\xf8\xc0\x9a\x19\xcf\x89\x7e\x4e\x1e\x58\x73\x6b\x4f\x1b\x15\xd5\xc3\xc5\x03\x2b\xb1\xd2\xe2\x55\xdf\x50\xa6\xb8\xb4\x60\xe5\xa5\x5a\xb7\x3f\x45\xdb\x5d\xdc\x9b\x94\xcc\xfb\xdb\xe9\x63\x0b\x5d\xef\x24\xe8\x6b\x2e\x69\x4a\xe6\xc7\x1d\x15\xb3\x46\x9f\x36\x68\x5d\xd4\x27\xb2\xaa\x67\x74\x64\xf3\xdd\x43\xe2\xa2\x43\x0a\x2b\xd9\x7c\x23\xea\xa6\x7e\x7b\xbc\xf1\xb6\x3b\x86\x34\x01\x5e\xcb\xf1\xa6\x7e\x0b\x74\x51\xb2\x88\xbb\xcb\xa2\x59\xb7\x3b\x89\xbe\x0d\x20\xd7\x4a\x9f\xf5\xca\xcf\xe9\x1d\xf5\x47\x5d\xb3\x41\xda\x0f\x37\x6d\x83\xab\xda\x2b\xac\x09\x59\x77\xf4\x0e\x5b\x87\xad\xf6\x7e\xe3\xd3\x16\x91\x32\x33\x98\xf4\x31\xba\xec\x1a\x60\x95\x75\xdb\x31\xf4\xcd\x60\xf2\x46\x40\xdb\x72\x4c\xd5\xbe\x15\x1a\x63\x8a\xce\x43\xb2\xe8\xca\x56\x14\xba\xee\x1e\x3a\xdf\x65\x50\xb7\x47\xa9\xee\xb3\x19\xad\x14\x4d\xfa\xf3\xb2\xf6\xad\xa1\x1d\x23\x35\x79\xab\x28\x59\xb0\x10\x4f\x0f\x18\x85\x58\xba\x3d\xf1\xf9\xd5\x05\x70\x72\x39\x42\xb8\x2b\x83\xe4\x86\x2c\xc8\xa1\x67\xd3\x06\x0b\x32\x9f\x16\xa2\x96\x03\x92\xdb\xf0\x47\x56\xa3\x1b\xde\xc8\xd1\x9d\xb2\x23\xd7\x7b\x23\x53\x69\x47\x86\xa5\x1c\x5f\x7c\x6d\x3f\x10\x47\xfa\xde\x0a\x93\xb2\x04\x0f\x94\x2a\xe9\xe7\x6f\x5c\x99\xac\x88\xbd\xe7\xbf\x00\x04\x59\x10\xeb\xdb\x0b\x8c\xa8\x74\x2a\x76\x00\x75\xd2\x14\x10\xcf\x86\x5e\x62\x5a\x9f\x17\x39\xfa\x7c\x6f\x44\xc7\x20\xb8\x9e\x01\x3a\x2e\x1b\xa0\x83\x06\x03\x74\x3c\x42\x63\x2f\x50\x06\xe8\xb8\x68\x80\x36\x7f\x82\xb8\x6c\x80\x8e\x1b\x0d\xd0\xf1\xd5\x55\x5c\x36\x40\xc7\x45\x03\x74\xec\xf9\xdd\x0d\xd0\x04\x2c\x32\x03\x74\xec\x80\xb9\x61\x80\x8e\x4b\xe6\xe1\x58\x19\xa0\x0b\xcf\x9f\xc6\xd5\x4d\x31\xcf\x0c\xd0\xf1\x7a\x03\x74\xf9\x0b\xf5\xfb\x9a\x4f\x31\xe6\xe0\x49\x03\x74\xe4\xc5\x00\x4a\x03\xb4\x32\x3e\x83\x39\x88\x0d\x11\x39\x6c\x41\x89\x38\x85\x31\x09\xd1\xcf\x92\xb8\x07\xc8\x27\x54\x94\x60\xc9\x0a\x90\x2a\xb2\xaf\x7a\x75\xa0\x53\x17\x61\x14\xf8\x90\x06\x85\x26\x6a\x43\x56\x88\x16\xa0\x00\x4a\xba\x10\x01\x65\x56\xdf\xd3\x2d\x7a\x7e\xa5\x8d\xb7\x4a\xb5\x0f\x86\xb9\x21\x69\xc3\x86\x8c\xf8\x86\xa4\x6a\x43\x46\xc5\x0d\x69\xfe\x04\x51\x79\x43\x46\x8d\x1b\x32\xba\xba\x8a\xca\x1b\x32\x2a\x6e\xc8\xc8\xc3\x6d\x36\x24\xe6\xf4\x42\x47\x06\x28\x1a\x7e\x75\x85\x53\x07\x44\x0e\x80\xc6\x86\x8c\x4a\xdb\x25\x52\x1b\xb2\xf0\xfc\x69\xb4\xc6\xdb\x05\x44\xeb\x37\x64\xf9\x0b\xcd\x84\x56\x6c\x44\xb5\x21\xb7\xc9\x49\xad\x37\x2b\x52\x54\xb1\x18\x1e\x13\x78\xf6\x21\xa0\x39\x49\x84\x92\x1e\x26\x0e\x98\x7b\x85\x8d\x23\xb6\x04\xa7\xb5\x11\x70\x5d\x37\x19\x7b\x74\x2f\x9c\xd8\x81\xcd\x6f\x09\x3b\xf1\x12\x11\x5d\x50\x67\x58\x42\x3a\x08\xe1\xc0\x72\x64\x08\x02\xf6\x49\x80\x3e\xbe\x7f\xf9\x9c\x33\x38\x18\x61\xe6\xb8\xbf\x93\x10\x8b\x16\xa9\xe3\x38\x00\xba\x32\x71\xa2\x93\x91\x74\x9c\x91\x74\x94\xbf\xd5\x14\x9f\x15\x88\xf7\x1b\x38\x47\x57\x57\x96\xe5\x14\x62\x0e\x64\x51\x3f\xd7\x72\xf6\xf7\xa3\x62\x30\x82\x2f\x1e\xda\x91\x97\xb5\x79\x10\x39\xa0\xf4\x4d\x0d\xb5\x28\xa1\xac\xf0\x38\x17\x17\x76\xec\xd9\xd1\xe6\x0b\x5b\xdc\x4a\xe4\x94\xbf\x42\x89\xa3\x5f\xe9\x79\x7f\x7c\xff\xca\x72\xc0\xe2\xcb\x5c\xeb\x64\x07\xae\x75\xa6\x6a\x6e\xed\x31\xba\x5c\x61\x6f\x5e\xbd\xc8\x79\x9b\xd4\x17\xe9\xdb\xa9\xa3\xa2\x20\xa8\xab\x4c\x1c\xde\xe7\xfb\xab\xec\x47\xda\xfb\x95\xd0\x9e\x75\x7f\x85\x46\x87\xe3\x74\x78\x7f\xf5\xbf\x4f\xde\xbe\x71\x65\x84\x70\x38\x59\xda\x48\x51\x8e\x81\xe3\xa4\xd6\x67\x40\x33\xaf\xed\x94\xe0\x8f\xef\x5f\x3d\x17\x29\x7f\x74\xd4\x12\x45\x7a\x92\x92\x13\xf0\x6d\x3b\xf4\x16\x26\x2f\x90\x61\x7c\x14\x8d\xc1\x75\xb8\x00\x07\xf8\x76\x68\x0e\x6c\x4c\xc7\x02\xa3\x64\xac\x39\x04\xc9\xa4\xe8\x55\x7c\x81\x12\x9f\x86\x31\xdf\x27\x8d\xbd\x1d\x60\xbc\x72\x40\x68\xaa\x7d\xe3\xf5\xbe\xe9\x33\x36\x8f\xfa\x09\x9c\x74\x0d\xbd\xce\xfb\xed\x9a\xb8\xc2\xe6\xd1\x89\x80\xb7\xad\xac\xa2\x3a\x6c\x16\x54\x16\x73\x88\xbb\x07\xb1\x67\xdd\x76\x0d\x91\x19\xb8\x6d\x11\xa9\x3a\x6c\x46\xe4\x32\xae\xcf\xcb\x59\xab\x0f\x95\xad\x77\x0d\x79\x12\xc4\xb6\x98\xe3\xad\x37\xa2\x2d\x9c\x2f\xda\xe7\x5a\x14\x8d\x77\x0c\x69\x12\xc0\x96\x03\xf2\xc6\x9b\x51\x86\xbb\xe6\x4a\xe0\x3d\x76\x0d\x6d\xb8\x7d\xae\x84\x10\x6f\xce\x95\x20\x72\x3e\x25\xa8\x73\x42\xa6\xbc\xdf\x9d\x44\xe0\x26\xa0\xcf\xc9\x59\xd7\x8c\x4c\xaa\xd3\x9d\x04\x77\xdd\x7e\x91\xa0\xb6\xde\x32\xbc\xf9\x66\x04\x26\x7d\xe8\x37\x79\x3f\x48\x1e\xab\x8a\xbf\xac\xcf\xae\xa1\x30\x79\xa6\x60\x6d\x8b\x44\xd5\xa1\x15\x1a\x45\x19\xe6\xd6\x06\x8e\xac\xc7\xee\xe1\x50\x02\xda\x1e\x85\xbc\x7d\x1b\x0c\xa2\x79\xcc\xba\x61\x50\xf6\xb8\x93\x18\xdc\x0c\xad\x0c\x2b\xe8\x02\xed\x2e\x46\x4f\x84\xc9\x71\xa7\xf8\x09\xd5\xbe\x0d\x06\x67\x14\x4d\x5a\x6a\xfd\xd6\xe5\x40\x01\x49\xae\x99\x0b\xbf\x69\xe6\xfe\xb2\x9a\x39\xc3\xfc\xb3\x26\x23\x4d\xa6\x4d\xa2\xad\xb4\x49\xdf\x8c\x44\x5a\x9b\xe4\xa8\x24\x2f\xae\xeb\xe2\xdc\x4e\xd4\x6b\x32\xfe\xbc\x81\x73\xd4\xa4\x3a\x64\xb5\xaa\x43\x66\xa8\x0e\x99\x63\xaa\xa9\xb2\x7b\xda\x96\x9f\x77\x36\xeb\x94\x22\x2f\xb4\xcb\xf6\xa5\x5c\xa7\x84\xaf\xab\x53\x0a\x6d\xd8\xac\x53\xa2\x9b\x75\x4a\x8d\xbd\x85\xd6\x36\xd7\x29\x41\xa7\x7d\x82\x89\xdf\x49\x7d\x41\xbe\x35\x9c\xb2\xe8\x72\x27\x2f\x9c\xf5\xa0\x72\x12\xdd\x11\x54\xd1\xe5\x4e\x82\xda\x3c\xa6\x04\xb3\xe5\x80\xbc\xf1\x46\xc4\x45\x30\x61\x6b\x5c\x82\xb3\x7b\x92\x65\xe7\x5d\x05\x16\x97\x9c\x67\x2d\xa9\x55\xcb\x13\x84\x64\x3e\xb0\xcc\x4d\x16\xa7\x09\xa3\x76\x7f\xe0\xa4\xdb\x90\x73\x3e\x45\x8f\x75\x89\xc3\x61\x1d\x42\x6b\x22\x7f\xde\x5a\x59\xc3\xdb\xee\xd8\x8e\x11\xe0\xb5\x1c\x2f\xf2\xe7\x9b\xf7\x0b\x9a\xb0\x3e\xa3\xe1\x7c\x7d\x89\xb2\xbc\xd9\xd7\xaf\x53\x96\xc5\xc2\x1b\x8e\x0c\x99\x5d\x8e\x33\x48\x9d\x42\xb1\x22\x32\xed\xd7\xca\xce\xf5\x3b\x46\xb4\xde\xb5\x3d\x43\xa6\xc7\xed\x37\x0d\x99\x1e\x6f\xde\x35\x64\x3a\x38\xec\x82\xb4\xc1\xe1\x0e\x22\x8d\x83\xd8\x1e\x6b\x83\xc3\x56\x68\x6b\x1f\x36\x2e\x5b\xef\x20\xda\xda\x87\x8e\x8b\xd6\x6d\xd0\xd6\xbe\x38\x83\x68\xbc\x7b\x48\x6b\x5f\x9a\x81\x37\x6e\x81\xb2\x0b\x44\xc5\x3d\xde\xcd\x68\x96\xf7\xdb\x39\x14\x66\x00\xb7\xc6\xa3\xea\xb1\x19\x99\x1d\x7c\xc4\xa3\x3b\xaa\x85\x5f\x83\xb9\xf6\xc3\xb5\x60\xdc\xa3\x2e\x3e\xe2\xd1\xee\xf9\x88\x47\x1d\x7c\xc4\xa3\x16\x3e\xe2\x73\xb8\x45\xc0\x85\xea\x74\x27\x51\xb7\x11\xdc\xee\xb0\xee\x26\xa0\x97\xad\xaf\x2c\xde\xf6\x4e\x82\xd8\x3c\xa6\x00\xaf\xe5\x78\x73\x78\xb9\x19\x5d\xf5\x9a\x8d\x7a\x74\xdd\x55\x95\xc6\x1a\x74\x85\xed\xd3\x1f\xcc\xc3\xcd\xa9\x0f\xe6\x5b\xa6\xd0\xc8\xfb\xdd\xc5\x44\x1a\xdd\x04\xb7\x39\x69\x1f\xdb\xc7\xdb\xee\xda\x96\x21\xed\x63\xfb\xe6\x24\xd8\x58\xf4\x7e\xbe\xa8\x67\x63\xea\xf1\xb5\xd8\x3d\x3e\x66\xde\x65\xc0\x79\x1b\x1a\xbe\x45\xec\xd6\x2e\xc6\x6d\xe1\x2e\x41\x5b\xb8\x4d\xc4\x16\x26\x9d\x13\xf3\x8a\x2e\xbb\x86\x38\x01\x66\x5b\xc4\x11\xb2\x59\xd2\xc5\x84\xf5\xbb\xa4\xe3\x93\xed\x77\xd0\xa8\x8c\x09\x3b\xfe\xa3\x03\xee\xd8\xf1\x1f\x6d\x90\xd7\x09\x73\x3b\x88\xb3\x2e\x18\xdb\x88\x2f\x69\x59\xef\xc3\xae\x34\x2e\xef\xb7\x63\x08\x94\x13\x7f\xd6\x7e\x50\xdd\x61\x33\x2a\x71\x5e\x07\xa5\x06\x99\x04\x2b\x24\xd6\x76\xb8\x93\x58\xdc\x08\xef\x45\x88\x03\x72\xd1\x1a\x5a\xd5\x7c\x27\x61\x6d\x0b\xe4\x4e\x42\x17\x8b\xb8\xdd\x5a\x3f\xa6\x75\x34\x40\x77\xbb\x93\x20\xaf\x21\x01\x19\xb8\x6d\x49\x80\xea\xb0\x19\x91\xb5\xf9\xb6\xea\x2f\x9f\xdd\x4b\x44\xd7\x21\x0b\x5d\x8b\x14\x74\x31\x9c\xa2\x3e\x0b\x59\x54\xab\x2b\xcc\xdf\xd6\x75\xb8\x35\xb9\x35\x43\x44\x7b\x11\x34\x46\xd4\x47\x98\xf1\xc9\xf9\x24\x5a\xcc\x71\xd2\x4d\x1c\xaf\xf6\xbf\x8b\x62\xb9\xc8\x6f\x09\xd0\xe8\xa8\xa3\x80\x1e\x23\x3a\x21\xb4\xd6\x1a\xef\x13\x2c\x5d\x89\xfc\x65\xa5\xf9\x9d\x3c\x19\x1b\x20\x0d\x63\x24\x3c\xaa\xeb\xef\x8a\x35\x74\xd4\xec\xb9\xa3\x80\x6f\x01\xf1\xdd\x04\xb5\x79\x4c\x09\x66\xcb\x01\x79\xe3\xcd\x88\x8b\x16\x54\x38\x9c\xd5\xe7\x84\x9b\x70\x4a\x41\xe8\x41\x14\x9e\xd6\x74\xb9\x53\x24\x90\x44\xa1\xbf\x3c\x08\x20\x83\x9c\x94\xa1\x62\x3d\xc3\x4d\xde\x47\x3d\xe6\x65\xfe\x93\xba\x42\xfa\xc0\xf0\x62\xcd\x5e\x8e\x06\xe3\xa7\xe6\x8f\xe1\x2a\x55\x81\xd9\xd8\xa8\xa3\x2e\xa8\x95\xf5\xc2\x98\x4b\x56\x18\x41\xf8\xb0\x6b\x5f\x76\x1b\x3b\xfb\xfb\x7c\x7c\x5d\x96\xfd\xe9\xda\x31\x86\x23\xe6\x4e\x23\x72\x0a\xa3\xab\x2b\xeb\x59\x14\x59\xe3\xad\xbc\x58\xf3\x21\x6f\xcf\xfb\x49\x2d\x47\x4d\x61\xa0\x4a\xe1\x7d\xd9\xf4\x6b\xfb\xf3\x18\x8e\xa6\xb8\x2e\x33\x06\x96\xfb\x84\x56\x92\x3b\x16\xaa\xe7\xbf\x7c\x61\x39\x9e\xe7\x31\xf7\xf5\xb3\x37\xcf\xfe\x7e\xfc\xfa\xf8\xcd\x87\x4f\x2f\x5f\x0c\xa9\x67\xcd\x21\x86\x53\x51\xdd\xcd\x32\x4b\xc6\x59\xf7\xbc\x62\xfd\x7d\x86\xe6\x71\x04\x19\xb2\x1c\xde\x2b\x0c\x10\x66\x21\x0b\x51\xa2\x7b\x65\x89\x20\x3d\x4b\x20\x8e\xbf\xd2\x11\xd0\x68\x44\xc7\x6e\xbc\x48\x66\x36\x76\x00\x4a\x1d\xb0\xca\xbf\x3a\x1c\x8d\x41\x3e\x1a\xff\xa5\xbb\x0f\x47\xe3\xb4\xe3\x85\x2a\x17\x57\x3a\xe4\xdd\x6c\xde\x4f\x3e\xe6\xdb\x49\xdd\xbe\x2c\x9e\x59\x79\xe6\x98\x27\x4e\x89\x79\xf4\x98\x89\xc2\xca\x62\x65\x4e\xe3\x58\x79\x11\x5a\x94\x44\x48\xa6\xdd\xb4\x94\xe7\x76\x5f\xa1\x69\x69\x99\xed\x24\xcc\xfd\x4a\x1b\xd9\x15\x93\x60\x7d\xbf\x62\x03\xd9\xe9\x50\xfd\xd7\xaf\xf9\x9f\xfa\x6f\xc0\xc7\x2a\x00\xc7\x77\x58\x69\x6c\x73\x6b\x65\xdb\xc3\x6c\x61\xa5\xe9\x4d\x9d\xea\x5a\x41\xbb\x56\x75\x1f\xdf\x55\x29\x7b\xcd\xf5\xca\xc1\x6b\x7b\xbb\x92\x8b\xcd\x97\xeb\x76\xc9\xc2\x76\x35\x51\x58\xdc\x35\x4b\x58\xdc\x36\x45\xd8\x1f\x0b\xb4\xe8\xca\xdf\xc9\x3e\x3b\x86\x42\x05\x68\xcb\x11\x45\xeb\x8d\xc8\xa3\x10\x07\xa4\xbd\x2f\xb2\x6a\xbe\x63\x88\xd3\x40\xb6\x1c\x52\x36\x6f\x83\xba\xfa\x74\xed\x6b\xf6\x9d\xec\xb3\x7b\xe8\x9b\xb6\xdf\x77\xa2\xf5\x66\xe4\x09\x26\xaa\x2b\xf6\x64\xa7\x3b\x89\xbe\x4d\xe0\x4e\x28\x4a\x66\x32\xd4\xf9\xae\x14\xb1\xcb\x62\xd0\x6e\xa5\x8e\x9d\x8e\x72\xda\xb9\x52\x76\xca\x61\xdf\xf1\x9e\x64\xc5\x62\xeb\xf2\x07\x02\xe6\x35\x05\x9d\xb9\x18\xce\x33\x81\x01\xb9\x11\x21\x67\x8b\x58\xe1\x7b\x68\x3d\x60\x8e\xab\xf6\x83\xed\xa4\x4d\x05\xf0\x34\xfa\xbe\xd5\xc0\xfb\x56\x03\x2f\xa7\x22\xc2\xa6\xd9\xd9\x13\x33\xef\xb7\x93\xa4\x13\x07\x88\xf6\x33\xb9\xed\x4b\x11\x4f\x79\xf6\x23\xef\x60\xb5\xb2\x47\xcf\xfa\xff\x0d\xfb\x7f\xba\x87\xfd\x1f\x3f\xf5\xc7\x0f\x9c\x34\x3d\x98\x0a\xea\x9a\x80\x70\x5d\x91\x50\x9f\x04\xb7\x47\x60\xf5\xf0\xbb\x40\x61\x41\x5e\xcc\xfb\x9e\x8e\xd5\x4b\x44\xaa\x41\x55\x22\x54\x80\xe2\xfa\x14\x41\x86\xde\xa3\xe9\xf1\x65\x7c\x2c\x9f\xd9\x11\xa8\xa6\x18\x04\xf7\x06\x4e\x4d\x4c\xb0\xa9\xa7\x49\x6c\x06\xb0\x4a\xf0\x5a\xa2\xae\x0b\x03\x77\xbe\x20\xaf\xdf\x32\xbc\x56\xc9\xeb\xee\x65\x78\xa5\x5e\xac\xc9\xeb\x56\x19\x5e\x29\x8a\x51\x67\x3f\x13\xd5\xe9\x4e\x12\xd6\x35\x2c\xbd\x02\xb5\x2d\x4f\x2f\x9a\x6f\xf4\xde\x54\x7b\xab\x33\x06\x65\xaf\x3b\x89\xc2\x0d\x3b\x26\x9c\xce\xda\x04\xa6\x1a\xed\xfe\x6a\x91\xa9\x94\x10\xd6\x5f\xd0\x5a\xd7\x8c\x86\xc4\x4e\x59\x97\x3b\xb9\xe2\x6b\x0e\x0d\x21\xec\x23\x6d\xef\x95\xa1\xda\x6f\xde\x45\x9d\x2a\xe7\xec\x64\xe1\x9c\x6e\x75\x73\xda\x95\xcd\x11\xbb\x6b\x8d\x41\xdb\x7c\x5f\x76\x83\x2a\xf4\xbd\x93\xb8\x6c\x03\xfb\x1c\x32\x7f\x76\x47\x4a\xab\x8d\x98\x91\x9f\x61\x64\xbd\xa3\x28\x11\x7e\x86\xd6\xf1\x25\x14\xf9\xd0\xdf\x51\x34\x09\x2f\x2d\x60\x9d\x2c\x26\xf2\x8f\xf7\x68\x8a\x2e\xad\xb1\x3b\x09\x71\x60\x23\xef\x49\xc6\x5f\xb0\x11\x1a\x3b\x2a\xc3\x83\x1e\x68\x98\xa5\x87\x7e\x89\xcf\x11\x65\x4f\xad\x37\x6f\x3f\xf4\xac\xa1\x65\x39\x0f\xac\x58\x35\x92\xa6\x13\xf9\x45\xd5\xe1\xf3\xfd\x55\xb5\x4b\x8a\x78\x93\x68\xd9\x13\x18\x0c\xf1\xb4\x67\xf1\x66\xa2\x63\x6a\x7d\xde\xd3\x5f\xe6\xf3\x5c\x3b\x4e\x2c\xda\xa0\xa0\x77\xba\x94\x43\xc8\x4e\xd9\x18\x0a\xd6\xb5\x63\x24\xa2\x8d\x31\x86\xec\x94\x8d\x21\xd1\xb4\x76\x88\x0c\x0c\x36\x43\x3d\xca\xdb\xcb\x91\x44\xd7\xd4\xfa\xac\x6c\x80\x96\xd5\xa9\x28\x9c\xdc\x64\x32\x3d\x77\x27\xf2\x6e\x74\xbb\x93\x67\x6b\x2d\x9d\x62\xe8\x9d\x82\xb8\x3d\xb5\xd2\x7d\x36\x9e\x5b\x25\x1b\x1e\x70\x41\x90\x62\x18\xf5\x13\xb2\xa0\xfe\x3a\xa1\xd6\xb4\x6c\x66\x99\xb4\x2b\xde\x04\xc7\x6a\xbc\x13\x31\x5c\xe2\x4e\x42\x9a\x30\x09\xa5\xe5\xec\xe1\xab\x2b\xbb\xda\xe7\x35\x62\xd0\x2d\x4f\xc4\x71\x94\xe0\xab\x99\x72\x61\xb0\x96\xdb\xfc\xa9\x65\x0d\xf5\xdf\x7b\xe1\xc4\xc6\xfb\xfb\x23\xeb\x6c\x71\x8a\x28\x46\x0c\xf1\x7d\xc1\x10\xa5\x50\xba\x53\x59\x98\xcc\x61\x5e\xc4\xc0\x02\x16\xbc\x48\xac\xb1\x1b\x62\x3f\x5a\x04\x28\xb1\xb1\xe3\x64\x5b\x9a\xa6\xf7\x57\x38\xfd\xbc\x8d\xc3\x82\xc2\x68\x11\x01\xb7\xe7\xba\xa0\x17\x70\x86\x60\xc4\x66\xfd\xdc\x37\xee\x4e\x91\x61\xed\x74\xc2\xdc\xe7\x33\xe4\x9f\x25\xcf\x69\xc8\x42\x1f\x46\x0f\xf4\x83\x77\x30\x49\x42\x3c\xcd\x7e\xff\x13\x52\x1c\xe2\xa9\x16\x9e\x85\x11\x9c\x2f\xf7\x2a\x96\x0d\x87\xa2\xc4\xa5\xb8\x97\xed\xd2\x18\x07\xf8\x7f\x0d\x0e\x0f\x1d\x70\x21\x87\xa8\x6b\xa9\x46\xd7\x2d\x7d\x35\x9b\xba\xa6\x7a\xa6\xaa\x6d\xb7\x2a\x96\x7a\x71\x42\xcc\x10\x16\xd7\x7e\x8c\xe8\x3c\x4c\x92\x90\xe0\x75\x1e\x3f\x5f\x73\x81\x5e\xea\xb9\xba\xbf\xc1\xe4\x5d\x3e\x5d\x40\x0b\x2f\x9f\x45\x11\xb9\x40\x41\xc5\x67\x21\x73\x25\x80\xbc\x81\xbc\x00\xef\xd1\xfd\xfd\x7b\xd9\x8b\x00\xe1\x65\xc5\xf4\x2f\x5b\x77\xc5\x6e\xad\x6c\x9c\x20\x56\xe6\xae\x78\xcb\x3b\x49\xf8\x37\x00\x38\x5b\x4c\x26\xf5\xde\xbe\x6b\xc4\x57\xdd\xeb\x4e\x02\xdc\x3c\x66\x06\x6c\xcb\x31\x55\xfb\xcd\x48\x0c\xa7\xed\x83\xa4\x45\xe3\x5d\x43\x9c\x00\xb0\x2d\xd6\xc2\xe9\xe6\x38\xe9\xa4\x43\x58\x79\xb2\x7b\x61\xe5\x49\x87\xb0\xf2\xa4\x45\x58\x39\xbf\x74\x16\x11\xa4\x9d\xfc\x52\xcd\x4e\x77\xc9\x33\x55\xa8\x65\xbb\x52\x1c\xd1\xe7\x4e\xee\x82\x4d\xc0\x2e\xa6\xe1\x64\xb9\x55\xe6\x3f\x53\x17\x19\x41\x1f\xd9\x07\xbd\x83\x29\xb0\xfa\x96\xe3\x32\xf2\x8a\x5c\x20\xfa\x1c\x26\xc8\x76\xb6\xe2\x21\xe5\xbc\x6e\x91\x6b\x24\x74\x0b\xb3\x9d\xee\xb5\x8b\x2b\x1d\x47\x61\xf7\x0c\x8f\x00\x7b\x16\x28\xae\xb6\xac\x36\x85\xb7\x5b\x56\xde\xf7\x16\x17\xf5\x0f\xda\x3e\x57\x81\x68\x7c\x27\x17\x72\x0d\xe1\x16\x00\xb6\xa5\xdc\x7f\xd0\x16\xdb\x82\x41\xad\xb6\x42\xeb\x18\xf2\x2f\xea\x06\x23\x26\x75\x5b\x46\x5a\x39\xf8\x2e\x98\x68\x2b\x05\xbb\x46\x18\xd0\x72\x86\x65\x01\x8e\xab\x16\x50\x1a\x0b\x1a\xfc\x57\x14\xe0\xdf\xdc\x57\xbe\xb9\xaf\xe4\xa7\x5f\x64\xf3\xf3\x67\x90\x36\xc4\xf3\xab\x16\x13\x9c\x34\x75\xda\x35\x12\x2a\x66\xff\x7c\x06\x69\x87\x80\x7e\xb3\x53\x0b\x92\x9a\xe3\xc7\x27\x01\xda\x0e\xb3\xba\xe7\xce\xa2\xf7\x39\x09\xd0\x56\x28\x96\x1d\x5b\xa3\x99\xe3\x29\x26\x21\x6e\xca\x48\xb1\x06\xcf\x85\xae\xbb\x89\x68\x12\xa0\x77\x1c\x82\xee\x98\xce\x7b\xb6\x47\x35\xf6\xbb\xe3\x58\xf4\xd9\x51\xe4\x4a\x78\x3b\xe2\x95\x77\x6a\x8b\x52\xce\xd6\xf4\x2f\x42\x36\xeb\x86\xd5\xbc\xdb\x4e\x22\xf6\x18\x07\xa2\xc4\x43\x47\xd4\xea\x6e\xad\x91\xfb\xc7\x02\x46\xb5\x76\xb2\x35\x98\x95\x7d\x76\x13\xad\x0a\xde\x6e\x48\x15\x9d\xda\xa2\x74\x42\xc9\x3c\xbf\x9f\xba\xa1\xb6\xd4\x77\x27\x51\xfc\x2b\x25\x73\x7d\x47\x75\x44\xb4\xd9\xb5\x1b\xba\xb3\x6b\x6a\x1b\x7c\xe7\x9d\x77\x17\xe1\xfa\xaa\xda\x06\xe3\xba\x6f\x5b\x94\xd7\x16\xe0\xed\xaa\x13\x93\x82\xea\x89\x18\x31\x2b\x58\x6b\xb3\xed\x74\x26\x62\x94\xdf\xd4\x20\xd7\x54\x9e\xac\x71\x15\x54\xf0\x6b\x6b\x70\xb7\xbd\x96\xf5\xda\xc9\x4d\xf6\x32\x83\xb9\xd3\xfe\xd2\xdd\xda\x6e\xad\x10\x07\xe8\xb2\x4f\x26\x5d\x51\xab\x7a\xed\x28\x6a\x03\x74\xf9\x76\xd2\x19\xb3\xa2\x57\x5b\xc4\x46\x30\x61\x5b\x62\xb7\xd8\x75\x27\x51\xfc\x0a\x26\x6c\x3b\x34\x1b\x3d\xdb\xa2\x3a\xcb\x1c\xd9\x91\x40\x18\xfd\x76\x12\xc9\x6f\x08\xdb\x8a\xbd\xca\xfa\xb5\x45\x70\x0c\x03\xce\xde\x77\xc3\xae\xee\xb4\x93\xa8\x7d\x07\x83\xe3\x0e\xae\xa8\x66\xa7\x2e\x48\x15\x95\xe5\xba\xa3\x55\x76\xdb\x55\xc4\x9e\x48\xa0\xbb\xa2\x56\x74\x6b\x8b\xdc\xe6\x20\x8d\x66\xcc\xee\x66\x8c\x86\x9c\xfc\xfb\x6e\x91\x1a\x66\xa7\x0e\x28\x8d\xa0\x8f\xfa\x30\xaa\xf5\xe2\x5f\x8b\xd7\xac\xe3\xae\x22\x97\x03\xf0\x2c\x6a\xef\xd4\x5f\xee\xd8\x11\xc9\x5b\x21\x78\xa7\x91\xbb\x1d\x66\xdb\xa2\xb5\xd1\x7f\xa2\x19\xa9\x77\xd8\x7d\x62\x13\x4a\x4f\x24\xb4\x9d\x10\x2a\xfa\xb4\x46\x67\xd9\x6e\xdf\x02\x9d\xa2\xcb\x6e\xa2\x53\x42\xdb\x0d\x9d\xbc\x4f\x6b\x74\x8a\xfa\xb2\x5b\xa8\x5c\xcd\x8e\xbb\x89\xda\xac\xb2\x6e\x57\xfc\x66\x1d\x5b\x23\x59\x14\xfa\x0c\xf1\xb4\x23\x8a\xb3\x6e\xbb\x89\xe0\x1c\xea\x6e\xf8\xd5\xfd\xda\xa2\x97\x91\xbe\x0f\xe7\x28\xea\x37\x15\x6a\x6b\x46\x71\xb1\xeb\x4e\xa2\xf9\x03\x79\xce\x21\x78\xde\xa5\x66\x5b\xa5\x67\x07\x54\x9f\xa1\x53\x78\xba\x1d\xaa\x8d\xae\x3b\x8a\xea\xff\xe0\x10\x6c\x85\xea\xac\x67\x07\x54\x8b\xd2\x7a\xdb\xa1\xda\xe8\xba\xa3\xa8\xce\x3c\x26\x3b\xa3\x3a\xeb\xd9\x01\xd5\x31\x4c\x7c\xb8\x25\x05\x31\xfb\xee\x28\xb2\xdf\x09\x10\xb6\xc2\x76\xde\xb5\x03\xba\x13\x84\x19\xc2\x3e\xda\x0e\xe1\xc5\xde\x3b\x8a\xf2\x13\x05\xc4\x56\x48\x37\x3b\x77\x41\x3b\x86\x67\xdb\xe2\x3c\xef\xba\xab\x08\xe7\x10\x6c\x87\x6d\xdd\xb3\x03\xaa\x45\x96\xfd\xed\x50\x6d\x74\xdd\x51\x54\x7f\xe0\x10\x6c\x85\xea\xac\x67\x07\x54\x2f\xe2\x78\xdb\x6b\xd2\xe8\xba\xa3\xa8\xfe\xc8\x21\xd8\x0a\xd5\x59\xcf\xd6\xa8\xa6\xe1\xbc\xbb\x2e\x3e\xeb\xb5\x9b\x08\xa6\xe1\xbc\xbb\x36\x5e\xf5\xea\x84\xd8\x2d\xf4\xf1\x46\xbf\x9d\x45\xee\x36\x1a\xf9\xac\x5f\x17\x04\x77\x47\xed\xee\x22\x75\x0b\x7c\x6e\x46\xe5\xe2\xb4\x7d\x2c\xc9\xe2\x74\xe7\x90\xc7\xc1\x6b\x8b\xb5\xc5\x69\x1b\x74\x25\x8c\xde\x99\x90\x6e\x19\xbb\x74\x58\x8c\x97\x70\xe5\x24\x6b\x52\x2a\x6d\x0a\xb4\x3e\x9f\xf6\xfd\x05\x3d\xbf\x03\x39\x05\xb2\x50\x90\x3c\x68\x9d\x7a\xcc\x4d\xa8\x7f\x75\xb5\xba\x1c\x1e\x82\xe5\xf0\x30\x05\xd0\x63\x22\x37\xff\xd5\x95\xe5\x2f\x4e\x43\xdf\x52\x21\x37\x23\x0c\x56\x97\x43\x9b\xba\x97\x0f\xb0\x7b\xe9\x1c\x1c\x81\xe5\x90\xba\xcb\x74\xac\x70\xa4\x5a\x7b\x9e\x07\xf7\xf7\x23\x59\x9c\x60\x75\x39\x8c\x46\x83\xb1\x7b\x09\x96\x43\xec\x2e\x53\x07\x7c\xbe\xbf\x4a\x3c\x0a\x3e\xff\x0b\xf7\x7a\xbd\xde\xeb\xde\xfd\x55\xe2\x5e\xa6\xe2\x9f\x65\xca\x1f\x7e\x4e\xef\xaf\x8c\x8d\xa4\x93\xb6\x8e\xcc\x98\x1c\xfd\xc9\xcf\xf7\x57\x95\x5a\x1e\x47\x4f\xad\xe7\xd6\xd0\xfa\x4f\x8b\x0f\x8a\x5c\xe9\x44\x6c\x23\x37\x99\x85\x13\x66\x3b\x8e\x3b\x87\xb1\x8d\xbc\x27\x0a\xe7\x02\xa9\x89\x8d\x1c\xf7\x77\x12\x62\xdb\xea\x59\x8e\xfe\x13\x58\x4e\xfa\x39\xb5\x5d\xd7\x8d\x9c\xf4\xb3\x8c\x94\xe8\xb4\xf4\xb5\x57\x54\x88\x59\x64\xb4\xb8\x93\x47\x7f\x03\x58\xf0\xac\x6b\x90\xab\xe8\xb2\x93\xa0\xb6\x0f\xe6\xe6\x6d\xef\x24\x88\xcd\x63\x0a\xf0\x5a\x8e\xc7\x20\xde\x98\x32\x90\x41\x5c\x6b\x1a\x69\xc2\xd7\xce\x99\x43\x24\x80\xed\x31\xb6\xd9\xec\xc1\x60\x72\xd6\xb6\x5c\x99\x68\x7b\x27\x31\xb6\x01\x46\x2e\xa8\x36\x04\xf8\xfb\x51\xa8\x59\xcb\xca\x06\xd1\xdd\xee\x24\xc8\x6b\x36\x49\x06\x6e\xdb\x8d\xa2\x3a\x6c\x46\x24\x99\x4e\xa3\x2d\xcb\xbe\x15\xfb\xde\x49\x94\xb6\x01\x7e\x2b\xa8\xef\x26\xb8\x6b\x76\x90\x02\xb5\xed\xfe\x11\xcd\x5b\x20\xf0\x0c\xe1\x83\x30\xe9\x43\x4c\xf0\x72\x5e\xaa\x56\x73\x7d\x96\x34\x4c\x9e\xe9\x81\x37\x57\x75\x52\x3c\x63\x8b\xc2\x48\x47\xc5\xc2\x48\x32\xdd\xd9\x33\xdf\x47\x49\x42\xe8\xcb\x17\x96\x73\x43\x15\x8f\x32\xf4\x44\x68\x0a\xfd\x75\x79\x2d\xb6\xc2\xcd\x2b\x31\xaa\x87\x9b\x72\x93\x33\xcf\xfc\x84\x7e\x66\xc0\x0d\xac\xf7\x8b\x08\x25\x96\x23\xb2\xb5\x2d\xa2\xe8\x9e\xc7\x1c\x9d\x0a\xf0\x9e\xc7\xb9\x76\x1a\xce\x6d\xa7\xae\x48\x1d\xb0\xe4\xe7\xf3\xe2\x74\x59\x78\x32\xde\xdf\xc7\x69\xbe\x38\xc6\xd7\xb1\x28\xb9\x55\xed\xa0\x0b\xd8\x61\x99\xeb\xb1\xae\xa2\x27\x5f\xe2\xd4\x71\x86\x22\xd9\x03\x5f\x1e\x5a\xbb\x3c\xd8\x5c\x1e\xba\x61\x79\x28\xc4\x49\xc8\xbf\xd3\x67\xa4\x43\x02\xc3\x62\xbf\x5d\x23\x04\xd9\xe4\x3f\x90\xf6\xe4\xc0\xe8\xb4\x99\x28\x34\xa8\x7b\xd6\xdd\xcb\x3b\xa8\xef\x61\x5d\x34\x3d\xac\x8d\x8e\x87\xd1\x05\xf6\xdb\x33\xbb\xa2\xf5\xce\x21\x4d\x80\xd8\x1a\x6b\x0b\xec\xb7\x43\x5b\xa9\xf2\x43\xab\x3d\xa7\xba\xed\x22\x0a\x05\xb8\x5d\xb0\x08\x59\x8b\xdb\xfc\x02\xa1\x32\x29\xfc\x9a\x89\x57\x58\xe8\x9f\xdd\x5e\x79\x0c\x35\xfa\x5f\x26\xf5\x8a\x84\xc7\x15\x8b\xf8\x81\xac\xcd\xbd\xa2\x41\xff\x96\x7c\xe5\x5b\xf2\x15\x7d\xf8\x17\x38\x40\x34\xf1\x09\xed\x4a\x47\x8d\x8e\x3b\x46\x49\x4d\x90\x5b\x0e\x9b\x77\xd9\x48\x4d\x17\xb8\xbb\x44\x2d\xfb\xdc\x49\x34\x6e\x04\xf6\x8f\x52\x02\xbb\xcd\x51\xca\x85\x7a\x3c\xea\x0a\x48\x8e\xe7\x31\x5b\xda\xcc\x79\x3a\x1a\x0f\xe5\xb3\x67\x36\x76\x5c\xfe\x81\x5f\x96\x5b\x06\x2d\xcb\xce\xb7\x97\xe9\x8d\x8f\xbf\x40\xfd\x30\xb8\x2b\x37\x67\x40\xe6\xb7\x75\x6d\x8a\x42\x99\x3b\x77\x67\x9a\x17\x65\x40\xe6\xee\x74\x11\x06\xf6\x2a\x6d\xbc\x21\x05\x94\xdf\xae\xc7\x6f\xd7\x63\x76\xc4\xe3\x18\xd1\x26\x27\xa7\x75\xb7\x63\xd6\xef\x4e\x52\xf5\x35\x97\x63\x0e\x70\xdb\xbb\x51\xf7\xd8\x7c\x5b\xd0\xf0\xcb\x97\xe9\xfb\xd7\xfd\x9a\x3a\x7d\xdf\xca\xf4\x7d\xcd\x32\x7d\xdf\x6a\xf4\x7d\xab\xd1\x77\xc3\x35\xfa\x16\x34\xea\x4f\x08\xed\xa0\xcd\xd5\x3d\x76\x8d\x3e\xd3\xe8\x57\x0e\x67\x5b\xe2\x2c\x9a\x6f\xa4\xcc\xd2\x77\xa5\xa3\xd4\xa2\x3a\xed\x18\x02\x35\xa8\x2d\x87\x94\xcd\x37\x22\xf0\xa2\x23\x7f\x70\xb1\x6b\x68\xbb\x68\x3d\xda\xc5\x66\x64\x85\x51\xd4\x0f\x50\xc2\x28\xa9\xcd\x7d\xae\x4a\xfb\x56\x70\x66\x76\xbb\x93\xe8\xdb\x04\x36\x9b\x91\x45\xd7\x42\xa2\xba\xd7\x9d\x04\x78\xcd\x7e\xd1\xc0\xb6\xdd\x35\xb2\xfd\x46\x24\x5e\xd6\x13\x79\x46\x17\x35\xb6\x92\xcb\xdd\xa3\xef\x97\x1d\x88\xfb\xe5\x1a\xca\x6e\xdc\xc1\xc9\x01\x8c\xe3\x3e\x67\x1d\x9a\x34\x53\x51\xd8\x37\x9a\x98\x7d\xfb\x13\xc8\x39\xdb\x65\xa1\x78\xa9\x64\x67\x0e\x10\x3e\x0f\x29\xc1\x9c\xb3\x2d\x63\x19\x60\x59\x91\xec\x46\x78\x79\x80\xf5\x03\xf7\xd9\xbb\x77\xfb\xfb\x36\xf5\x0a\x4f\x44\x59\x7d\x00\x4b\x0f\x15\x30\x92\xa7\x88\xbc\x15\x6f\x34\xb4\x9e\xc5\x71\xef\x1f\x1a\x13\x39\x9c\xc3\x62\xb5\x53\x0a\xa0\x93\x6e\x16\x12\x0b\x38\xf6\x09\x66\x30\xc4\x88\xf6\x03\x74\xba\x98\xf6\x61\x00\x63\x51\xa9\xbf\x8e\xbe\x25\x24\x3a\x47\xf4\x40\xff\x91\x1c\x08\x01\x23\xf4\x1b\x47\xb9\xb5\xda\x24\x0a\x2f\x8d\xb3\xcf\x61\xb4\xe5\x92\x22\x2f\x13\x67\x46\x83\xf1\xd5\x55\xfe\xeb\x70\xbc\x87\x5c\x8a\xa6\x61\xc2\x10\xb5\x9b\x86\x1c\xce\x61\x88\x2d\x03\xdb\x00\x29\xd1\x6b\x53\x17\x8b\x4f\x35\x89\x45\xee\x10\x0b\xc6\x71\x14\xfa\x90\x23\x44\xbe\x76\xd2\x74\xb3\xe6\xae\xb0\x62\x15\xf7\xb8\x4d\xde\x73\x1b\x7a\xdf\x49\x4a\xd3\x1a\x0f\x01\x64\x50\xfe\xaf\x76\xe7\xfe\x9c\xb7\x3a\x10\x8b\x73\x90\x20\xb6\x88\xff\x02\x40\xd7\xad\xba\x7c\x6e\xfc\x90\xd0\xf6\xb3\x0d\x5a\x47\xf0\x6e\xe6\x48\x52\x7d\x24\xcd\x99\x18\x94\x2a\xa3\x72\xe9\x66\x8f\x97\x22\xc4\x02\xc6\xbe\x71\x70\xfa\xd3\x88\x9c\xc2\xa8\xa9\x46\xf5\x66\x32\x6f\xa8\xf7\xb1\x56\x7e\xac\x23\x0f\xe1\xc4\xbe\x37\x10\x0e\x46\x9a\x52\xcb\xef\x3e\xcb\xe7\xf4\x77\x31\x25\x39\x16\xe6\x1d\x84\xb9\x86\x03\x16\xe4\xba\x87\x8b\x10\x07\xe4\xc2\xc1\x9e\xfc\x63\x0f\x45\x09\xea\x35\xb4\x95\x30\x3a\xd8\x93\x7f\x88\xb6\xab\x62\x5b\x2f\xd3\x69\xa0\x68\xa2\x1c\xa1\xf6\xb0\xc7\x7f\x49\x97\x23\x11\xc9\xb0\x61\xca\x7b\xd4\x53\xb1\x40\xf9\x78\xf0\x29\x1c\x16\xb2\xb0\x4a\x32\x3f\x59\xda\xf9\x70\x73\xb1\x31\x64\x7d\x58\x07\xe0\x11\x1d\x5f\x5d\xd9\xfc\x1f\x0f\x01\x4e\x4e\x49\x8c\xb0\xbd\xe2\xbc\xef\x0b\xc9\xfa\x9a\x7b\x5f\xa8\x5f\x3e\x09\x45\x93\xcb\x17\x76\x69\x0b\x5d\x92\xa1\x70\x0a\x50\x84\x18\xea\xf1\x01\xd3\xd4\x71\xd2\x6d\xec\x28\xf9\x36\xaa\x73\x3a\x2b\x6e\xda\xe6\x4d\x66\xee\xe1\xf2\xde\xad\xf1\x04\x2f\xec\xdd\x49\x04\x93\x59\x7f\x8e\x92\x04\x4e\xcb\x72\xea\xda\x0d\x6b\xb2\x38\x62\x10\x55\x79\xbd\x30\x60\x9f\xc4\x4c\x94\x82\xbc\x99\x43\x6d\xa0\x8b\xae\x71\x5e\xa4\x46\x4c\x4a\xf3\x99\x01\x2b\x31\xd5\xd7\x72\xa6\x2f\xe4\x58\xc9\x90\xa6\xf9\x8e\xbc\xba\x5a\xa5\x60\x25\xef\xd0\x90\xe0\x5f\x05\xc7\x16\xa2\x64\x08\x53\x8f\x5e\x5d\x8d\xc6\x20\xf2\x6c\x83\x8b\x72\x6c\xea\xec\xc1\xfd\x7d\xa8\xdc\xef\xf6\x22\xb7\xda\x39\x53\x82\x31\xef\xc9\x2a\xbb\xa1\x19\xb0\xcc\xe9\x70\xf4\x2b\x7d\xe9\xb0\xb4\x44\x4e\x2a\xdd\xf5\xa0\xde\x19\xe5\x25\x34\xb6\x03\x35\xb7\x03\x6c\x41\xca\xf2\x1f\x7d\x3e\xdb\xb0\xef\xc3\x28\x3a\x85\xfe\x59\xa7\x9d\x21\xba\x1e\x50\x14\x84\x14\xf9\xac\x3f\x83\x38\x88\xbe\x08\x65\x2f\xcf\xf9\x14\x4d\x08\xd5\xcf\x0b\x2c\x17\x72\x56\xe6\xd6\xd8\xdf\xb7\x8b\x7b\xc5\xc9\xf9\x28\x57\xf4\xde\xdf\x2f\x3d\x70\x83\x50\xc8\x95\xef\x15\x98\x2f\x73\x3c\x5e\x5d\xd9\x62\x9e\x88\xbe\x47\x30\x08\x31\x4a\x12\xdb\x31\x98\x6d\x89\x10\x5b\x11\x5b\xd7\x87\xac\xa0\x13\x75\x56\xc8\x85\xc1\x39\xc4\x3e\x32\xfa\xa7\x8e\x53\xe4\xc4\xda\x5c\x4d\x95\xf5\x4c\x50\x52\x15\x56\xe4\x7a\x9d\x12\xc2\x12\x46\x61\x7c\x90\x35\x52\x6f\x32\x2d\x6b\x9d\x5f\xfa\xad\x2d\x63\x36\x0b\x38\xe1\xac\xea\x36\x8b\x98\x45\xd0\x89\x53\x3a\x45\xec\xb9\x09\x89\x63\x0b\x3f\x5d\xea\xaa\x2f\x9d\xc8\x03\xf7\x06\xce\x91\xb3\x2a\xca\x2d\x08\xd4\xb6\xda\x93\x07\x31\x3b\xaa\xd6\x83\xba\x66\x7b\x39\x1f\x9e\x71\x80\x75\xed\xb8\x6c\x74\xed\x15\x5e\xbf\xb2\xaa\x49\xed\xba\x76\x15\x44\x01\xbd\xa9\x85\x87\x85\x85\xef\x78\x4e\xc5\xd2\x6a\x48\x90\x63\xd3\xe2\x31\xe5\x34\x5c\x34\x32\x57\xd3\x14\x8d\x84\x16\x5b\xa3\xc4\x20\xbb\xf2\x77\xf1\xc8\xb5\x22\xa1\xe7\x4b\x91\x96\x7f\x1e\x52\x4a\xd6\x45\xcc\x16\x1d\x38\x38\x47\x22\x64\xd6\xf7\x42\xce\x93\x6b\xc2\x3f\xa2\x4c\x3b\xc3\xd2\xb8\x4e\xc6\xc1\x40\xc6\x68\x78\xba\x60\xe8\x97\x10\x07\x21\x9e\x26\xc3\x91\x10\xe8\xac\x71\xba\x95\x73\x87\x71\xcb\x36\x3a\x78\xac\x8c\x4b\x86\x75\x15\x0f\xe7\x24\x40\x51\x7f\x42\xe1\x54\xac\x62\x93\x98\xd0\xaf\xb4\x5b\xf3\xf2\x00\x5d\xb2\xdb\x0a\xd9\xd5\xf7\xac\xfa\xd6\x07\x0a\x71\x22\x6b\xae\x2b\xca\x54\x2f\x50\xd8\xce\xaa\xb0\x79\x1a\x22\x51\x0b\xa8\x21\x61\xe0\xf7\x63\x4a\xce\xc3\xa0\x2c\x27\xca\x23\xab\xdf\x25\x07\x04\x2e\xd8\xec\xe8\xa6\x8a\x6d\x14\x96\x1d\x36\x59\x7d\xb1\x67\x89\x19\x5e\x84\x6c\xd6\x5f\xd0\xc8\x12\x45\xb3\x73\xfe\x9d\x21\x1c\xd8\x12\x5d\x18\x9c\x2e\xc2\x28\xf8\x48\xa3\x3a\x91\x92\x73\xd7\xa7\x30\x41\x1f\x69\x94\x02\xbe\x8d\x87\x75\x91\x15\xa2\xd9\x14\x31\x5b\xee\x67\x07\x60\xf9\x48\x8f\x6c\x3b\x05\x87\x4d\xd1\x32\x26\xf1\x22\xb6\x1c\x57\x9c\x0d\x0c\x46\xba\x2e\x9e\xa5\x10\x85\x1c\x97\xcd\x10\xae\x0b\x89\x58\x71\x8c\x12\x1a\xfe\x29\xce\xde\x09\xef\x37\x44\xb2\x02\x1f\x28\xbc\x7a\x4e\x02\x34\x0c\x50\xd9\xfa\x6a\x23\x97\x3f\x72\x80\x5e\xa4\x21\x13\x92\x01\xf0\x23\x92\xa0\x61\x4d\xc4\x74\x69\xda\x2e\x45\x73\xc2\x90\xe5\x70\xa2\x25\x44\xb4\xcc\x3a\x9c\x49\x3e\xc8\x15\xa3\x29\x61\x4a\xff\xb4\x9d\x34\x75\x72\x0e\x18\x6a\x8a\xa2\x55\x46\xf2\x46\xcd\xe6\x65\x3d\x10\xde\xac\x4a\x81\x67\x9c\x65\xd8\x55\x39\x27\xa5\x77\x25\x0a\xd4\x47\xe2\xfa\x10\xaf\xef\x73\x27\x35\x1d\xcd\x63\xe6\xb0\xb4\x1e\x36\xef\xd2\x4e\x87\x72\x1e\xa2\x0b\x21\xee\xc9\x7b\xad\x3e\x46\xbd\xaf\x5b\xad\xef\xfb\x0d\xbb\x02\xbb\x09\xe3\xfc\x74\xbf\x5e\xb3\xfc\x05\xf2\x3e\x94\xd5\xc1\x65\x2e\x47\xd3\x3c\xe4\x46\x84\x9c\x2d\x62\x3b\x63\x44\xf2\x2e\x8e\xf0\xad\xc1\x1e\x93\x34\x63\xad\x52\x57\x88\x15\x30\x22\xd3\x63\xcc\xb8\xd8\xf9\xcb\xf2\xc3\x32\x46\xd9\xa8\x96\xe3\x4e\xc2\x88\xd3\x06\xe4\x3d\x11\x44\x4e\x25\x81\xb5\x2d\x8a\x62\x92\x84\x8c\xd0\xe5\x81\xe5\x38\x7b\x52\xcd\x42\x17\xf8\x25\x7e\xc1\x3f\x63\xdb\x8e\xf7\x04\x7b\xd8\xe8\x7f\x0f\xb9\x48\x15\xef\xb2\xad\x3e\x43\x09\xb3\x1c\x87\x0b\x3c\x22\xc1\x84\x39\x60\xf6\x75\x80\x33\x39\x18\x79\x4f\xb2\x68\x36\x83\x93\x46\x7b\xcc\x4d\x10\xb3\x31\x60\xb5\xac\x11\x76\xb8\x24\xdc\xea\x82\xad\x5b\xfb\xcd\x6a\x4a\x93\xb5\x4e\x18\xa1\xa8\xaf\x67\x7f\xdb\x36\x83\x06\x05\x25\xab\x53\x50\x36\x32\x5c\xcd\x40\xcf\x28\x9a\x34\x04\xe8\xa9\x57\x07\xba\xc9\x97\x81\x34\x9b\x50\xf1\x48\x34\xe8\x12\x7f\x85\x09\xfb\x85\x10\x19\xb8\xd1\xc3\x79\x4c\xa6\x36\x8d\x79\xd6\x33\xcb\xf3\x3c\xec\x32\x48\xa7\x88\xb9\x0c\x4e\xb9\x78\xf5\x54\x3f\x28\xf0\x1a\xe1\xc4\x56\x77\x68\xc2\x4a\x97\x6a\xc2\x05\x36\xcb\xd9\x9b\x10\xbe\xcb\x91\x1b\x43\x8a\x30\x3b\x8e\x10\xe7\x02\x7f\x42\xfb\xfb\xd6\x33\xeb\x9e\xe7\x21\xfd\x81\x9f\x9c\x4a\x2b\xcd\x9f\xa0\xd4\xd6\x5f\x97\x32\xa7\xb3\xc2\xe8\x22\x27\x89\x36\x12\xf2\x94\x3b\x87\xcb\x53\xf4\x9b\x54\x0f\xf0\xcd\x1d\x10\x5f\x88\x3a\xee\x29\x09\x96\x2e\x0c\x82\xe3\x73\x84\xd9\x2b\x7e\xab\x63\x61\x0a\x8a\x42\xff\xcc\x02\xd8\xa9\xd7\x68\xe6\x54\xb2\x38\x10\xe7\x33\xce\x51\xe3\x58\x86\xf2\xb3\xe8\x65\xc7\xe9\x6b\x3b\x6b\x50\xdd\xee\x9b\x21\x18\xf4\x4f\x29\xb9\x48\xbe\x24\xc5\x2d\x7e\x75\x0b\xf6\xbc\x0e\x14\xac\xac\x65\xf5\x4a\x31\xe9\x18\x55\x78\x84\xf0\xb9\x25\x54\x7c\x37\x27\x48\x1b\x0c\x7b\xd2\xc4\xb0\x43\xaf\x78\x7c\xb3\xa8\xe1\x02\xc5\x97\xd0\xb8\x6a\xab\x4b\x55\x4c\x39\x69\x0f\x80\x1e\xdf\xb1\xcf\x28\x85\x4b\x9b\x3e\x39\x7a\x4a\xfb\x47\xc3\x43\x07\x44\xde\xd1\x4f\xd1\xdf\xe8\x4f\xd1\x83\x07\x0e\x1c\x45\xfd\xa3\xb1\x21\x9f\x47\x59\x68\x32\xde\xdf\x67\x85\x6f\x06\xbe\xe5\x3c\x1d\x65\x9f\x7e\xc0\x00\xdf\x69\xe3\xe1\x48\xfd\x91\x82\xc8\x2b\xab\x99\x58\xb6\xc7\x19\x9a\xc7\x11\x64\x42\x6d\x32\xc4\xae\x2a\xdb\x60\x5b\x07\x94\x10\xd6\x97\xee\x92\x16\xb0\x0e\xd4\x5f\x8e\xd1\x22\x7f\x89\x82\x90\x15\x5e\x4d\x48\x24\xc4\x2e\xeb\x40\x94\x8c\xb2\x9c\x54\x9e\x2b\xcd\x45\x8b\x75\x1d\xca\x29\x1f\x70\x1e\x9a\xe5\x1a\xa6\x46\xf9\x1d\x33\x4a\xa2\x48\x32\xdd\xce\x1e\xdd\xdf\x2f\x9b\x72\xd5\x6b\x63\x58\xea\x18\xd1\xde\x09\x3f\x13\xf2\x12\x7e\xcf\xbf\xaf\x71\x30\x2a\x45\x1e\x5b\x0a\x0e\x91\x02\x7e\xbc\xde\x91\x11\x8d\xd8\xb8\x10\xcb\xae\xd7\x9d\x55\xd7\x1d\x1b\xeb\xce\x9e\x0c\x9e\xb2\xfe\x80\xaf\x3b\xf5\x06\x3f\xd1\xbf\xb1\x9f\xe8\x83\x07\x0e\x1e\xd1\xfe\xc0\x5c\x77\x3a\x2e\x08\x66\x06\x29\x11\x66\x14\x57\x20\x52\xa8\xbc\x10\x5f\x6d\x7e\x95\x03\x94\x3a\x60\xc5\xcf\x60\x2d\xac\x42\xdc\x17\xfe\x79\x56\x0c\x29\x9c\x27\xfc\xef\xae\x50\x16\xe4\xca\x6c\x0e\x0d\x47\x81\xdf\x3e\xea\x98\x7b\x9e\x87\xf6\xf7\xef\xb1\xfd\x7d\xfd\xe4\x9e\x57\x1a\x44\x5d\x1d\x2b\xf9\x7e\x68\xfd\x5f\x2b\xcd\x0e\x13\xae\x22\x95\x1a\x48\xc5\x4f\x06\x4f\xb1\x44\x6a\xe4\x0d\x7e\x8a\xfe\x86\xc5\x61\xa2\xa3\xa8\x88\xd4\xa8\x1b\x52\xa9\x89\x54\xb5\x4d\x93\xa6\x6d\xaa\xd9\x2e\x45\xb9\x9c\x4c\x96\x37\xf7\xd8\xf0\x2b\xee\x18\xe9\x0b\xc0\xe4\xae\xc0\xc5\x9d\x63\x6c\xfc\xbb\x3a\x45\xe9\x2d\x7a\x47\x67\x97\x8a\xcd\x6e\x92\xa5\xd2\x76\x00\x89\x52\xb3\x22\x7c\xee\xd8\xd6\xf3\xb7\x6f\x4e\x3e\xbe\xfa\xf4\xe6\xe4\xdd\xb3\xe7\xc7\x27\x9f\x8e\xdf\x3c\xfb\xe5\xd5\xf1\x0b\xcb\x71\x56\x23\x4e\xd6\x81\x95\x20\xc6\x42\x3c\xe5\x97\x62\xe0\xbb\x21\x66\x08\x0b\x33\xa0\x2b\x28\x6e\xf9\xa1\x22\xc8\xe3\x1a\xef\x70\xe6\xac\x4a\x8a\xda\x21\xbf\x29\xd4\x29\x4c\xde\xa3\x98\x18\x1a\x5b\x43\xce\x50\xc4\x14\x61\x2e\x3b\x06\x56\x45\xdf\x3b\x34\xee\x9d\xee\xa3\x71\x2a\x55\x1e\xd0\x30\xcc\x5a\x5b\x0c\x99\x29\xd8\x0e\xfe\xe5\x1e\x4c\xf7\x4c\xbf\x79\xfb\x10\xd0\x5c\x77\xcd\xe4\x39\x4f\x9c\x4c\x80\xab\x4b\xee\x81\x2a\x77\x6d\xba\xa9\x43\x2e\xc1\xc5\x90\xcd\x64\x87\x39\x8c\x1b\x5a\x67\x97\xa6\xfb\x49\xd9\x78\x5d\xd1\x0d\x58\xc6\x8d\x8a\x81\x75\xa0\xbe\x5c\xb7\xb4\x82\x7d\x07\x8d\x57\x67\xb6\xde\x19\xc7\xec\xb1\x07\xfa\x6a\xde\x74\xef\xea\xce\xd8\xd9\xcb\x3c\xf4\xe9\xfe\x7e\x64\x23\x40\x01\x76\x52\xe1\xd8\xc0\x1e\x78\x7a\xbc\x56\xd3\xa8\x8e\xc4\x1c\x61\xfa\xe7\xe7\x38\x2c\x28\xd2\x92\x74\xb3\x8b\x7d\x3d\x6b\x99\xa0\x08\xd5\x24\x8f\x2a\xb2\x92\xb7\x2d\x97\x19\x93\xa8\xc8\x64\xc2\x96\x52\xa0\x04\x1f\x5f\x7e\x7a\xf1\xf2\x84\x53\x81\x4f\xcf\xde\x3c\xff\xed\xed\xfb\x4f\x27\xc7\xaf\x8e\x9f\x7f\x78\xf9\xf6\x8d\xe5\x68\xb7\x8f\x9c\xf5\x2c\x2b\x38\x64\x70\x25\xf5\xaa\x1b\x4d\x0a\x72\x99\x80\xf5\x54\x44\xe1\xe4\xa2\x19\x40\x4e\x0a\x60\xed\x15\x4f\x6d\x64\xca\x5b\x4c\xcc\x3c\x5b\x3f\xe4\x9e\x2e\x18\x23\x78\x7f\xff\xc8\xcb\x7f\x19\x7a\x59\x97\x0b\xdf\x09\x62\x2e\x17\x4d\xcd\xf4\x3a\x36\x12\x8c\x2c\x62\xcf\xb4\xd5\xc5\xb6\x78\x1b\x3e\x17\x27\xd5\x30\x0a\x05\x4d\xb9\x85\xb3\x87\xf7\xf7\xed\xe2\xd0\x9e\xd4\x6e\x70\x69\xac\xd2\xdc\x49\x8b\x3c\xf0\x3a\xe0\xf2\x0f\x17\x26\x7e\xcf\x50\x97\xf1\xd3\x56\xbd\x6b\x9e\x1c\x1a\x21\x2c\xa6\x7b\xc4\x53\xf3\xc7\x50\xb9\x03\x15\xe0\x3b\xd1\x7b\xc4\x96\x7a\x29\xea\xdd\x1b\xec\x31\xba\x5c\x51\xcf\x0a\x93\xe7\x24\x8a\x60\x9c\xa0\xc0\x0a\x05\xf7\x7f\x0f\xbb\xc6\xc3\xfd\x7d\xec\x32\x22\x7d\x77\x6c\x47\xcf\x65\x90\x4a\x53\x38\x72\x56\xa9\xc2\x39\x4d\x6d\x67\x7f\x1f\x37\x21\x1d\xb7\x11\x92\xe7\x64\x91\xa0\x80\x5c\x60\x0b\x40\x07\xb4\x6a\xbd\x88\x2d\x10\x35\x08\xd5\x35\x3a\xc8\x16\xd2\xf5\xba\x49\x34\x77\x50\xf3\x58\x2f\x90\x6f\x2b\x8f\x4b\x3d\xbc\xbc\x4e\xd6\x9b\x8d\x79\x1b\x51\xf9\xa8\xc1\x70\xac\x9f\xce\x63\xc8\x0e\xa6\x88\xe9\xd0\x20\xfd\xdd\x35\x4d\xa2\xf0\x34\xf7\x18\x91\x8f\x82\x24\xea\x57\xcc\x79\x40\x45\x30\xde\x14\xa9\x8b\xca\xce\x06\x26\x2e\x2a\x34\xef\x5e\x93\x03\x41\x9d\x57\x80\x22\x78\x2a\xa4\xbc\x70\x7b\x23\x67\x2f\x72\xf9\xad\xc2\xf7\xd3\x87\x8c\xb7\xb6\x72\x48\x33\x7f\x3f\xe1\xb4\x00\xf3\xae\x91\xe3\xc2\x05\x9b\x71\xae\xc9\x87\x0c\x05\x82\x93\x4b\xf6\xee\x15\xe3\xfc\x45\xa4\x5b\xd9\x75\xc1\x01\x91\x4b\x26\x93\xea\x57\xb1\xbc\xbe\xda\xd8\x7c\xea\x36\xd0\x05\x8c\xce\x32\xa3\x52\xed\x16\x8a\xc2\x53\xc3\xf3\x5a\x78\x88\x7d\x65\xaf\x92\xf2\x9c\x8b\x4b\x2d\xe9\x58\xa3\xb7\x88\xe6\xd9\x61\x2f\xc4\x3d\xea\x66\xc3\x38\xc6\xdf\xee\x0c\x26\x6f\x2f\x70\x36\x5f\xa8\x57\x44\x5e\x7b\x8e\x4c\x1e\x58\x32\xc7\xc1\x56\xae\x3d\xf3\xf0\x32\xc4\xc9\x01\xf4\x23\x11\xbc\xa2\x12\x45\x36\x7a\xed\xa9\xe6\xa2\xe9\x69\x44\xfc\xb3\x10\x4f\xb3\x3e\xb7\xc6\x41\xc8\xfd\xf8\x9a\x7f\x5b\xb1\xf6\xb9\x4f\x26\x58\x69\xd1\x60\x58\x1f\x1a\x9c\x49\x0e\x0e\x50\x13\x1d\xae\x16\xa6\xed\x14\x15\x6d\xc8\xba\xbd\x1b\x23\x9a\x84\x09\xb3\x57\x22\x45\xe0\x70\xf5\x46\x7b\xb4\x0f\x73\x2b\x55\x9e\x90\x50\x84\xa8\x82\x13\xe4\x53\xc4\x5e\xbe\x18\x16\xb2\xf0\x89\x74\x85\xa9\x93\x82\x88\x4c\xc9\xa2\xd6\xe2\x54\xf8\xb2\xf4\x03\xb5\x2d\xf1\x61\x4b\x5a\x7b\x71\xf3\x8c\x27\x08\x05\xa7\xd0\x3f\x73\xd1\x25\xf2\xf9\x4d\x66\x3b\xde\x13\x29\xbf\xa3\x98\xb8\xa2\xb3\x9d\x19\xa9\xf5\x3b\xe1\x68\xf0\x42\x7e\xa9\x70\x01\x38\xc0\x12\x5d\xf8\x9c\xd3\x16\x19\x36\xd4\x9e\x10\x0b\x23\x0a\x9e\x4a\xef\x97\x2f\x94\xf6\xbc\xb0\x2b\x56\xd2\x3b\xef\x35\x09\x50\xd4\xe0\x7a\x5b\x8a\xf1\xce\xd1\x14\xe2\x73\x18\x85\x01\x1f\xc6\x49\x41\x80\xf8\x66\x39\x87\x0c\xb5\x1a\x67\x4f\xb3\x79\xf9\xba\x4b\x11\x39\x53\xc6\x01\x2b\x64\x68\x2e\x78\x29\x4b\x5b\xc0\xd4\xf6\x08\x93\x37\xe8\xc2\x72\xf6\xf7\x39\xa0\x82\x1f\x78\x8f\x7c\x42\x03\x69\x81\xdf\xa8\x4e\x56\xf8\x57\xe2\xdf\xae\x9e\xe2\x0e\x3b\x2d\x26\x51\xe8\x2f\x0f\x60\xd2\x9f\x43\xbc\x6c\x02\x52\xfa\x0e\xcf\x43\x1c\xce\xc3\x3f\xe5\x96\x58\xeb\x12\x2f\x7e\xcb\x99\x9a\xa2\x32\x12\xfc\xb0\x7a\x32\x45\xcc\xa0\xc3\x27\xcb\xf9\x29\x89\x12\x7d\xb7\xae\x6b\xc3\x87\x61\x22\x1a\x8a\x56\x45\xe6\x5c\xbd\x58\x3b\xc4\x0b\x94\xf8\x34\x8c\x19\xa1\x62\x8e\x46\xf8\x7a\x9a\x9b\x44\x95\x47\xb9\x50\xf4\x6a\xfd\x78\x6a\xb8\x2f\xab\xfb\x4f\x93\x0d\x7e\xd9\xa0\xa7\x6b\xf2\x17\xa8\xbc\x03\xa5\xf0\xfc\x72\xf0\xbe\x11\xae\x9f\x3a\x43\xa1\x1c\xc5\x00\x6d\xe3\x21\xd6\xc2\xd4\x20\xad\x1a\x12\x02\x1b\x5d\x5d\x8d\xc6\x35\xda\x04\xdd\x31\x53\xe7\x0f\x19\x10\x1a\x7d\x34\xc2\xe3\xb4\x92\xd5\x14\x8d\xe8\x78\x7f\xdf\x86\xc2\x85\x7f\x44\xc7\x0e\x80\xc2\xbd\x26\xaa\x91\x1c\x1b\xbf\xa9\x06\xad\xd7\xc4\x0d\x7e\x62\x7f\x2b\x4b\x48\x3f\xb1\x07\x0f\xe4\xae\x81\x9e\x4c\xe9\x9a\x4b\x46\xcc\x14\x93\xd8\x78\xb8\x4a\xf7\xd8\xbf\x1f\x3d\xc5\x6a\x0b\xda\xd0\x01\xf7\x0e\x1b\xb4\x1f\x72\x99\xe1\x88\x8d\x45\x1a\xd6\x0d\xbb\x29\xa9\x5d\xff\x10\x25\x36\x02\x9b\xba\xda\xd0\x71\x86\xc6\x9c\x1a\x26\xd4\xbc\xc1\x36\xed\x74\x08\x98\x23\x38\xc9\xdc\xda\x99\x2f\xa9\x65\xa5\x40\x64\x9a\x4d\x41\xd2\xb8\x45\x7a\x68\x9d\x72\xaa\x40\x80\xf5\xc0\x96\xe3\x79\x82\xca\x36\xed\x2b\xe6\xad\x46\x78\x5c\xbc\xdc\xdf\x08\x3f\xb2\xea\xd6\x32\x1b\x09\x16\x9a\xf1\x4d\x56\x7c\xea\x00\x26\xa0\x08\x6b\xb6\xdb\xda\xf9\x5b\xa5\xec\xc8\x26\x0c\x7c\x44\x99\x9c\xa1\xf6\x8a\xa4\x28\x89\x09\x0e\x7e\x25\xf4\x3f\x17\x88\xaa\xab\x66\x58\x9f\x9c\xc2\xb8\xee\xea\xc8\x15\xb2\x6d\x04\xb0\xe3\x3d\xb1\xb1\xfb\x8e\x13\xe5\x10\x25\x5e\x64\xfc\x70\x74\x21\x0e\x68\x63\x57\xc9\x33\x2f\x03\x2e\x6f\xf0\x7d\x96\x69\x31\xfb\xa1\x7c\xb6\xb4\x80\x65\x48\x3d\x16\xb0\x5e\x40\x06\x7d\x84\x19\xe7\xab\x9d\xc2\x68\x6f\x48\x50\x18\x0a\x93\xa0\x30\x0e\x7f\x5f\x19\xc4\xe2\x18\x17\x73\xe6\x9b\x0b\x30\xa1\xe9\x2f\xa0\x63\x6b\x44\x18\xfd\xb0\x99\x10\x19\xe0\x35\x2a\x4f\x03\x69\xa8\x0e\x69\xe8\x46\x91\x86\xb6\x47\x9a\xb8\x6a\xd2\x0c\x69\x09\xa2\x4a\x29\x59\x04\x3b\xab\x2e\xd3\xc8\x27\x69\x1d\x4c\x15\x30\x2f\xb1\x69\x86\x83\xae\x50\x02\x5a\x82\xad\x34\x5a\x4b\x40\x41\xde\xc7\x2b\x8a\xbc\xa1\x31\x9c\xe3\x00\x5a\xe4\xcc\x48\x1b\x7e\xe5\x7f\x00\x67\x46\x49\x84\x6e\x84\x2f\xbb\x45\xc8\x6e\x8b\x00\xbe\x27\x11\x4a\xbc\x2c\xb3\x8e\x7a\x70\x75\xc5\x2f\xf8\xfc\xf7\xd3\xd1\x78\xa8\xfe\xbc\x53\x94\xa8\x34\x7b\x54\x9a\x3d\xca\x67\xaf\xfe\xbc\x05\x92\x20\xe7\x50\x8a\xee\x97\x4f\x2b\x27\xae\xc5\x3e\xfc\x1f\x70\xde\x92\x88\x94\x83\x1d\x04\x14\x7d\xf1\xa2\xd8\xea\x4e\x3a\xed\xae\x85\x4e\x96\x66\xd8\xd5\x65\xbc\x61\xb5\x94\xd0\x51\x4c\x42\x1c\xfc\xb2\x3c\x89\x16\x53\x7b\x85\x93\xa1\x78\xa1\xdd\x58\x32\xd7\x12\xc7\x55\x96\x68\x55\xbb\x6e\xe0\x80\xc0\x2f\xb7\x0d\x7c\xcb\x71\x03\xdf\x15\xce\x1d\x61\x50\x64\x69\x0b\x65\x36\x94\xde\x08\x29\xb5\x51\xa3\x7a\xcc\x50\x85\x35\x0e\xd6\xa0\x1f\xd3\x4f\x2d\x07\xe4\x4a\xb6\x0a\x93\xad\xa0\x93\xf1\x0f\x37\xa7\x49\x13\x46\xac\xbd\xad\xf5\x69\xc8\x7b\x62\x33\x0f\x81\x0d\x3a\xb5\x4a\x88\x48\x3e\xe1\x74\x5b\x8d\x5b\xfd\x76\xff\x3a\x8a\xb7\x4f\x1a\x69\x0d\xdb\x5d\xbf\xb6\x1c\xa1\x1e\xef\xa6\x54\x93\x2d\xf4\x10\x40\x7a\x5b\x29\x1d\x5a\xa2\x54\x6d\x20\xff\x04\x58\xa9\x85\xcb\xbf\xa2\xec\x3c\xb9\x67\x82\x5a\x59\xf1\x1c\x30\x43\x4f\x27\x15\xb5\x62\x21\x9f\x0b\xd8\x1a\x4f\xa4\x68\xf3\x31\x16\x1a\xc3\xa2\x05\x0d\x18\xaf\x1a\x63\x74\x0c\x67\xb1\x38\x0a\x99\x6d\xb9\x79\x99\x16\xe4\xc6\x24\xb6\x95\x76\xd2\xf4\x97\xb2\x91\xaa\x52\xe8\x5a\x8e\xfe\x8e\xdc\x6f\xdd\xbe\x93\x5c\x84\xc2\x2a\x2a\xbf\xe3\xac\x44\x12\x51\xe9\xb6\x30\x2c\x52\x9d\x09\x45\xc9\xcc\x16\x41\xff\x7c\x27\x14\xde\x36\xcf\x2c\x05\x88\x52\xb2\x06\x83\x48\xb5\x28\x23\xa9\xda\xa2\x0c\x5e\xa1\x45\x46\x3a\x7d\x88\x7d\xd4\x18\x17\xb6\x66\xa9\xfc\xf5\x8b\xbc\x81\x16\x68\x22\x58\xaf\x5d\x97\xe0\x57\xb5\xeb\xca\x5d\x54\xdc\x46\xaa\xbd\x81\x2e\xf1\xd8\x49\xc1\xa2\x11\x35\xd7\x9f\x59\x1d\x2e\x1c\x60\xc9\x4f\xd6\xcc\x4c\xb5\x57\x33\x0b\x1a\x97\xa4\xcd\xcc\xa4\x69\xba\x9b\x41\x42\x7e\xb1\x66\x62\xaa\xbd\x9c\x58\x3b\x75\x39\xbf\x03\x85\xc5\xab\x39\x69\xce\xbc\x5e\x2a\x11\xd7\xbe\xa0\x18\x11\x30\x32\x14\x83\x39\x88\xc1\x04\x9c\x82\x19\x38\x07\x4b\x30\xcd\x1d\x6d\xdf\xe6\x4a\x29\x7c\x97\xd2\xc5\x52\x23\x07\x77\x36\xd9\x77\xa6\x45\x5c\xd9\xb3\x33\xb5\x96\xa9\x12\xa7\x0d\x59\x57\xa3\x11\x1a\x7b\x54\x65\x5d\x8d\x8a\x59\x57\xcd\x9f\x20\x2a\x67\x5d\x8d\x1a\xb3\xae\x46\x57\x57\x51\x39\xeb\x6a\x54\xcc\xba\x1a\x79\xb8\x4d\xd6\x55\x53\x35\xa8\xf5\xe1\x57\x57\x38\x75\x40\xe4\x00\x68\xb8\xac\x44\xa5\x9c\xa8\x91\xca\xba\x5a\x78\xfe\x34\x5a\x93\x84\x17\x44\xeb\xb3\xae\x96\xbf\xd0\xbc\x31\x22\x01\x9e\xc8\xba\x1a\x5d\x47\xad\x8e\xdc\x93\x57\x1f\xff\xfe\xe9\x3f\x8e\xff\xcb\x43\xee\xbb\xf7\x2f\x5f\x3f\x7b\xff\x5f\xe2\x97\xba\xd8\x8b\x0f\xad\x45\x18\x58\x7b\x46\x1f\xeb\xe5\x0b\x59\x0f\xf8\x93\x67\x63\x29\xa1\x41\xc6\xa8\x63\xeb\x2c\x3a\x0e\xa0\xf5\x8f\x61\xfd\xe3\xa8\xee\x31\x58\xa9\xe9\xfe\x43\x80\xc0\x09\x83\x65\xa5\x0e\x48\xea\xc7\x08\xeb\x1f\x93\xc2\x63\xbc\xe0\xa7\xda\x72\xc0\xa2\xfe\xf1\xb4\x94\x2e\x3a\x63\xe0\x4b\xb9\xa2\xeb\x6c\x87\x6f\x15\xe3\xc1\xb1\x05\x02\x71\x59\xe7\x0f\x5f\xbe\xb0\xc0\xbc\xf4\xcc\x50\x35\x81\xb8\xf4\x4e\x6a\xa3\x26\xa5\xa7\x1f\x96\x31\xb2\xc0\x69\xe9\xa9\xac\x08\x07\x66\xa5\xc7\xf2\xfa\x78\x29\x9d\x0f\xcf\x4b\x2f\x5f\x93\x20\x9c\x2c\xd5\xcb\xa5\x7c\x99\xa6\x20\xf0\xde\xd9\xb6\xef\x4d\xcd\xbc\xcd\x12\xa0\x11\x1e\x83\xeb\x64\x6b\x76\xc0\xdc\x7b\x67\xfb\xe6\xb8\x1c\x27\x23\x7a\xdd\x61\xe3\xf2\xb0\x26\x5a\x47\xf0\xba\xc3\x4f\xca\xc3\xcb\x95\x19\x45\xd7\x1d\xf8\xb4\x3c\xb0\x5c\xdc\x51\x72\xdd\x81\x67\xe5\x81\xd5\xfe\x18\x85\xd7\x1d\xf9\xbc\x3c\x72\x61\x8b\x8d\xc8\x75\xc7\x5f\x96\xc7\x2f\xec\xd2\xd1\xe2\xba\xe3\xfb\x26\x3f\xf0\x69\x3d\x3f\xb0\x60\xb3\xfe\x1c\xb1\x19\x09\x6e\x8b\x2f\x00\x6f\xc1\x3b\xf0\x09\x5c\x80\x63\xf0\x3b\x38\x03\x97\xe0\x0d\xf8\x13\x9c\x80\xe7\xe0\x35\x78\x91\xf3\x0c\x1f\x76\x89\x67\x78\xf6\x8d\x67\xf8\xc6\x33\x34\xf0\x0c\x82\x6e\x0a\xae\xe1\xfd\x6d\x72\x0d\x0d\xfc\x41\x13\x33\x51\xcb\x35\x34\x35\x26\x6d\x1b\x47\xc4\x87\x11\xef\xb1\xa8\x9f\xa2\xaf\x94\x26\xaa\x94\x42\xe0\x12\x6a\x5b\x2f\xc2\x24\x8e\xe0\x52\xd9\xa1\xa4\x1d\x19\x04\xe6\x00\xfc\x0e\xad\x1d\x2f\xae\xe7\x66\x26\xf5\x8f\x4f\x8b\x63\xce\x8a\x3f\x5f\x5c\x83\x05\xfa\x60\xb2\x40\x8a\xab\xc8\x1e\x4a\xc0\xa6\xa5\xa7\xe6\x6d\xfd\xb6\xa6\x87\x0a\x83\x7d\x57\xee\xa6\x7c\x03\x84\x93\xe9\xa7\xf2\x4b\x13\x93\x17\xa5\x97\x1f\xc8\x19\xc2\xaf\xf8\x02\x09\xdb\xdf\x71\xf9\xb5\xb8\x85\x7f\x2f\x3d\x7d\x2d\x6e\x02\x39\xe0\x59\xe9\xdd\x73\x95\x41\xe3\xb2\xdc\x07\x5e\x8a\x6f\x7d\xf8\xf0\xca\x02\x6f\xca\x9d\xcc\x9b\xf3\xcf\x72\x4f\xf3\xda\x3b\x69\x44\x58\x62\x81\xe7\xa5\x97\x73\xc4\xa0\x05\x5e\x67\xfc\xdc\xd2\x7b\x66\xdb\xe7\xde\x8b\xdb\xe0\xe7\xa6\xde\x33\xfb\xbc\x86\x33\xba\x36\x47\xf7\xb6\x3c\xf0\xcd\x72\x74\xef\xea\xe6\xad\xa3\xad\xaf\xcd\xd6\x7d\xaa\x4c\xde\xdc\xa9\xd7\xe7\xee\x2e\x2a\xe3\x9b\x9b\xfd\xfa\x3c\xde\x71\x79\xfc\xd2\x79\xb9\x3e\x97\xf7\x7b\xe5\x0b\x92\xf1\xbd\x36\x7b\x77\x56\x1e\xd8\x3c\xb5\x23\xff\xba\xc3\x5f\x96\x87\xd7\x07\x7f\x14\x5c\x77\xe8\x37\x95\x99\x9b\xb4\x63\x34\xbf\xee\xf8\x7f\x56\xa6\x5e\x60\xdc\xe3\xeb\x8e\x7f\x52\x99\x7f\x81\x71\x9f\x5c\x77\xfc\xe7\xcd\x14\x81\x0b\x36\xa7\xd7\x1d\xff\x75\x79\x7c\x49\x47\x47\xb3\x6b\x4b\x4c\xa6\xc4\xf1\x7e\xad\xc4\xe1\x13\x42\x83\x10\x57\xaa\x22\x5f\x5f\xe0\xc8\x85\x89\xd9\x2e\x09\x13\xe7\xdf\x84\x89\x6f\xc2\x44\x93\x30\x41\x02\x25\x4c\x2c\xaf\x25\x4c\x74\x13\x22\xca\xe2\x82\xc1\x51\x6f\xcf\x33\xcf\x4c\x9e\x79\xa1\xf8\x39\xfd\xf0\xff\x67\xef\x5f\x9b\xdb\xb6\xf1\x47\x71\xfc\xb9\x5f\x45\xc2\xe9\xf1\x90\x5b\x98\x4e\xf6\xbb\x67\xe6\xff\xd7\x2e\xe3\xe3\xd8\x6e\xeb\x6d\x7c\x59\xdb\x69\xb7\xab\xa3\x71\x29\x12\x92\x18\xf3\xb6\x20\x24\x47\x95\x79\x5e\xfb\x6f\x70\x23\x01\x90\x94\x28\x53\x4e\xec\x54\x7d\xd0\x58\x00\xf8\x01\x08\x02\x9f\xfb\x85\xbe\x27\xf0\xb4\xd6\x23\x82\x2a\x4a\x1d\xa3\x68\xbe\x86\x63\x96\x1e\x39\xd2\x3a\xea\x14\x8d\xc5\x43\xf3\xd8\xbb\x09\x24\x65\x63\x9e\x83\xa9\x33\x33\xcd\xc4\x19\x3e\x05\xd7\xe8\x39\x33\x33\x51\xb8\x2f\xfa\x8a\xdd\xb9\x46\x5f\x07\xcc\x77\xa9\x3b\xc3\x18\xe9\x90\x8b\x8d\xee\xce\x2e\xa6\x3a\x6c\x85\xd7\xed\xcc\x2d\x8e\x2a\x4b\x2f\x3e\x77\x77\x56\x31\x91\x89\xdb\xbc\x3e\x15\x3c\x27\x6e\xbe\xb7\x29\xa2\x56\x12\xb3\xe8\x25\x11\xb3\x74\x4b\xcc\xfe\x1c\xc4\xec\x87\x8b\xab\x93\xd3\x1f\xcf\xd7\x25\x6d\xf2\x63\x32\x0e\x68\x50\xa1\x8d\xba\xa9\xd0\x86\x49\x12\x42\x37\xae\xe8\xd0\x44\x7b\x8d\x4e\x8b\xbe\xb3\xdf\x81\xce\x45\x32\x9d\x0b\x38\x15\x8a\x14\xdd\x50\xa2\xb5\x52\xa9\xb3\x24\x8a\x51\xa1\x8c\xc9\x26\x27\x3c\xad\x89\xa0\x8d\x79\x0e\x02\x27\x35\xcd\xcc\xf1\x9f\x82\x6a\x25\x4e\x6a\x66\x4f\xa1\xeb\x98\xea\x80\xf9\x3b\x77\xa7\x5a\x9e\x0e\x59\xd9\xb6\xee\x94\x2b\x93\xb1\xff\x68\xa9\x68\xe3\x07\x99\x97\xcc\x20\x9a\xef\x79\x13\x5a\x0e\x6a\x73\xf2\x4d\x49\x0e\x46\x2f\x89\x1c\x0c\xb7\xe4\xe0\xcf\x41\x0e\x1e\x21\xdb\xc8\x71\x2d\x14\xd9\x4f\x9e\xc2\x5e\xa2\x89\x38\xb4\x5a\xf1\xa3\x71\xfb\x48\xc6\xed\x02\x8b\x8f\x0a\xb1\x44\x8a\xd3\x99\x6a\x9d\x32\xbb\xeb\x69\x7d\x47\x0c\x59\xf8\x5a\x33\xd3\xcd\x44\x05\xde\x4f\x9c\xa1\x69\x06\x4e\xfa\x14\x78\x7f\xea\x0c\xcd\x40\x65\xfd\xa5\x97\xe9\x8e\xfe\x3d\x1d\xfe\x66\x55\xdd\xbe\x0e\x9e\x6f\x69\x77\xec\x1f\xe9\x90\xb9\xc6\xac\xb3\xc4\x12\xc8\x64\x65\xb2\x94\xac\x8c\x5d\x0c\xef\xdd\xf9\x92\x14\xe6\xb5\x75\x1c\xc4\x5f\xcb\x47\x15\x35\x2f\x5a\xd1\x28\x46\x77\x68\x08\x6f\x49\xa3\x4a\xda\xe4\xbd\x24\xda\xe4\x6f\x69\xd3\x37\x4b\x9b\x38\x09\x22\x54\x25\x72\x4c\x97\xe5\x0e\x52\xb5\x59\x35\xbc\x3f\x81\xc1\xeb\x90\xb9\x08\xb9\xf3\xa5\xc6\xef\xfe\x80\xe2\xcd\xc7\x13\x13\x8f\xe3\xf9\xc3\x2c\x4b\xbc\xc0\xc5\xd0\xe7\x48\xf7\x28\x99\x92\x5b\x2b\x64\x87\x62\x9c\xef\x23\x98\x65\xe4\xa2\x26\x92\x30\xe0\x13\x61\x60\xaa\x10\x85\x26\x88\xdd\x11\x6d\xe2\xf8\x2a\xb3\x2d\x2d\x6a\xc3\xac\x76\xb4\x14\x27\x4e\xa0\x1b\xe2\xc9\x9e\x37\x81\x7a\x45\xb5\xe7\x80\x11\xd7\x71\x83\x2a\xb1\xe7\xd9\x4b\xc2\x9e\xc7\x5b\xec\xf9\xcd\x62\x4f\x68\x67\xde\x04\x46\x6e\xc9\xc9\xf3\xdf\x8b\x6b\xec\xe2\x69\xd6\x5b\xb8\x61\x98\xdc\x43\x9f\x62\xc3\xac\xd7\x37\x52\x37\xcb\x58\x5a\xbb\x7b\x17\xc5\xec\x2f\x0f\x05\x38\x20\x42\xfe\x20\x07\x37\xf3\x14\x56\x9f\x32\x80\xc1\x7c\x06\x0c\x60\x4c\x30\x4e\x0d\x60\x60\x8f\xfe\x1f\x87\x06\x30\xfc\xc4\xbb\xa3\x49\xc4\xc7\x28\xf5\x0c\x60\xb8\x61\xe0\x66\xc6\x20\xcf\x29\x5e\xbf\xd1\xf1\xba\xca\xff\x57\x9b\xb3\xfa\xe6\xa0\xbe\x39\xa9\x6f\x9e\xd6\x37\x7b\xf5\xcd\x7e\x7d\x73\x54\xdf\x9c\xd6\x92\x1e\xee\xde\x84\x0a\x01\x66\xa8\x3c\x5d\xaa\xb8\x26\x9a\xb3\x95\x29\x98\x78\x1a\x61\x38\xab\xf4\x52\x77\x04\x0b\x1c\x75\x20\x61\x67\xb5\x2e\x4f\x67\x85\x5c\x03\xbd\xbb\xd3\xe3\xd2\xdf\xe9\x4c\xf1\x3d\xba\xd4\x5a\xd9\xd9\x2a\xbd\x9c\x0a\xe0\x09\x45\xc5\xf7\x5a\xf3\xc5\x14\xa7\x53\x5c\x3a\x36\x9d\xd5\x89\x61\x9f\xea\x3b\xc9\xa2\xee\x2a\xd3\xf8\xb0\x74\x6e\xd2\x1e\xb8\x71\xc7\x59\xe9\xdc\x74\x56\x38\x67\x8d\xe8\xd5\x4c\xe2\xd2\xb7\x49\xf4\x9d\x7c\x4e\x93\x0c\xfa\x85\x5f\x53\x3e\x86\xf8\xd5\xcf\x41\xec\x9b\x4a\x32\x13\x1a\xd2\x53\xac\xea\x80\x66\x6c\x30\x7a\x45\x6d\x19\xfa\x14\x05\x45\x10\x58\xf1\x68\x5f\x5c\x17\x7a\x33\x06\x76\x10\x7b\xe1\xd4\x87\x19\xcb\xbe\x45\xb6\x97\xf0\x06\x63\xe7\xd8\x34\xe7\xce\x91\x55\xa3\xd0\xeb\xcc\x09\x5c\x38\xc7\xe6\x5c\x15\xb9\xf8\xd7\xee\xce\x07\x5c\xea\xb0\x37\xe5\x32\x7e\xab\x03\x16\x67\xae\xbb\x91\xe8\x5e\x07\xcd\x8f\x6d\x77\x3f\xa2\x13\x1d\xb2\x38\xf9\xdd\x3d\x89\x3e\x55\xf6\x43\x11\xfb\x3b\xbb\x12\xdd\x35\xc0\xa7\xc7\xa4\xb3\x37\xd1\xe7\xea\x96\x53\x13\x6b\x67\x37\xa2\xf3\x86\x65\x33\x2c\xd0\xdd\x8d\xe8\x0f\x1d\xbe\x8c\x48\xba\x7b\x11\x5d\xeb\xe0\x0b\x5c\xd4\xdd\x83\x48\x83\x4c\x10\x1a\xf3\x1f\x5a\x95\xd9\xaa\xfa\x98\x05\xa4\xb6\x0a\xe4\x02\xe9\x19\xa0\x3f\x5b\x13\x7c\xf9\xac\x36\xc7\x5c\x16\x30\x6e\x96\x0a\x18\x45\x5a\xfd\xbd\x14\xa2\x28\xa0\xa9\x69\xf7\x08\xd6\xdd\x9b\x40\xb7\x52\x52\xb2\x9d\xd0\xd1\x42\x98\xe0\x59\xf5\xb6\xb1\x96\x5b\xa1\xe1\x85\x0b\x0d\x2c\x1a\xff\xd6\xa1\x09\x64\x7b\x0b\x04\xff\x3b\x0d\x10\xf4\xc9\x63\xe0\x27\x7a\x85\xea\x85\x82\x93\xcf\xae\x47\x2e\xcb\x25\x82\xa3\xe0\xb3\x01\x8c\xeb\xe9\x88\xfd\x71\x05\xc7\xf0\x33\xeb\xc9\x68\x1d\x65\x9a\xe9\x97\xcf\x7a\x4b\x85\x82\x7b\xc7\xe4\x49\x87\x6b\x6d\x05\xd5\xe6\xb0\xbe\x39\xab\x6f\x0e\xea\x9b\x13\xb9\x99\xc8\x08\xd5\xa8\x07\xdb\xb6\x6f\xed\xf2\xb5\x6d\xe5\xad\xab\x81\x12\xab\xc6\x6f\x22\x7e\x93\x11\x79\x3d\x58\x93\x6f\xbf\x1e\xa7\x29\xbe\x86\x1e\xa9\x29\x3e\x4e\x25\x56\x93\x7d\x2b\x3d\x56\x53\x7c\xba\x4a\x9c\x26\x7d\xb1\x32\x42\x93\xb0\xbd\xe5\xdb\x97\x69\x0d\x9a\xf7\x84\x26\x89\x31\xa1\xf3\xae\xb8\x64\x04\x52\x1f\x0e\x08\x27\x1c\x39\x97\xa6\xe9\x6b\xe1\x9e\x9b\xb2\x6d\xa4\xce\xa5\xe9\xab\xe4\x87\x6e\xe1\x66\x62\x32\x15\xc8\xe2\x2b\x6c\x26\x2a\x53\x01\x2d\x3e\xe4\x66\xe2\x32\x15\xd0\xfc\x2c\x6c\x26\x2e\x53\xdf\x0f\x76\x9c\x36\x13\x93\xa9\xc0\xe6\x27\xb2\x3b\x93\xad\xc1\x2d\x0f\x30\xe3\xb0\x57\x71\x36\x4d\x0f\x5b\xc0\x97\x59\x1b\x5f\x66\x6d\xee\x1f\xc7\xda\xbc\x04\x45\x6a\xc9\xf9\x8c\x5f\x12\xe7\x73\xb1\xe5\x7c\xfe\x64\x9c\xcf\xa5\xb3\xb8\x74\xf1\xa4\x9e\xc9\x21\x3d\x05\x83\x43\x7e\x14\x5c\x8f\x8b\x27\x0c\x5f\x0e\x72\xc0\xe2\x7a\x6a\xd4\xad\x3f\x9e\xdc\x18\xc0\xf8\xe9\xe4\xf0\x98\x3c\x72\x71\x4d\x7e\x5d\x7e\x24\xff\x3f\x3e\xf9\x70\x72\x73\x62\x00\xe3\xe8\xe2\xfc\xfc\xe4\x88\x34\x5d\x5c\xde\x9c\x5e\x9c\x5f\x1b\xc0\xb8\xb9\x3a\x3c\x22\x7d\x97\x87\x37\x47\x3f\xa9\xec\xd3\xa5\xc8\x73\xb1\x39\x9d\x6a\x6c\x0b\x54\x70\xc8\x35\x9a\x2b\x65\xaa\x92\x95\xd2\x75\xa0\x0d\x3c\xd5\xa5\x2d\xf6\xb8\x0d\x47\xd5\x3c\x7a\xde\x81\x9f\x1a\x0b\xde\xa6\xfc\x8c\x82\xa9\x92\xbb\xc4\xe7\x4e\x6b\xfa\x38\x85\x1c\x69\x5d\x3f\x71\x49\x73\xa8\xb5\xf3\x73\x51\xb2\x57\x32\xac\x82\xb7\xa2\x4c\x94\x78\xe1\x92\x85\x6a\xda\x84\x82\x81\x12\x9b\x5e\x94\x09\x56\x18\xa9\x0b\xc2\x48\xcd\x15\x46\x4a\x7a\xf1\xee\x3c\x4f\xea\x5c\x68\x34\x5e\xda\xbb\xee\x7c\xcf\xa8\x0e\xbc\x60\x50\x3a\xb3\x3e\x43\x1d\xba\xf8\x82\xdd\x79\x9f\x89\x0e\xba\x38\x04\xdd\x79\x9f\x59\xdd\xa6\x6c\x82\xf5\xa9\x01\xfb\x48\xc6\xa7\x78\x74\x19\xdb\xb3\x3c\xd5\x45\x1d\xf6\x79\x7e\x1c\xcf\xd6\x99\x66\xcb\xdf\xbc\x08\xfe\x26\x72\x16\x87\x74\x73\x7a\xaa\x6f\x8c\x41\xa9\x8a\x01\x74\x9e\x85\x37\x1b\x3e\x8c\xe7\x2a\xef\x11\x51\xde\x23\x6d\xe0\x3d\x6a\x5c\x6f\x22\x9b\xcd\x6c\xcb\x3d\xa5\xef\x8e\xb8\x8f\xcb\x38\x0e\x63\x43\xbe\x3b\x1e\x53\xda\xeb\xbe\x3a\x3f\xdd\xdc\x5c\xae\x76\xd3\xe1\x0f\x3f\x81\x5b\x0e\x9b\x7f\xc3\x1e\x39\x69\x3b\xf4\xba\xca\xed\xbd\x3d\x06\x2d\xe7\xf0\xa1\x97\x20\x17\x27\x28\xdb\xe7\x25\x51\x37\xee\x87\x03\xce\xc0\x31\xb8\x01\x87\xe0\x0a\x7c\x00\xa7\xe0\x3d\xf8\x09\x7c\x04\x3f\x80\x9f\xc1\x7f\xc1\x77\xe0\x37\xf0\x23\xf8\x05\xfc\x0a\xfe\x55\xa2\xe7\x7f\xbf\x24\xf4\xfc\xcf\x2d\x7a\xfe\x86\xd1\xf3\x66\x92\x1c\xfe\x87\x23\xe0\x6e\x09\x88\x5a\x26\x28\x5c\x92\x54\x48\xa4\x55\x6f\x4a\x2b\x54\xf7\xcc\x5f\x8c\x9c\x3b\xe1\xac\x39\x83\xbf\xd6\x0c\x51\x7d\x58\x74\xda\x16\x08\x43\x68\x46\x5e\xf8\xf4\x90\xcf\x4f\xfb\x2d\x53\x9c\xa4\x61\xfd\xf6\x4d\xea\x9b\x67\x6b\xc5\xb5\xcd\x9b\xb2\x41\xca\xcd\x34\x17\xae\x05\x2e\xea\x1a\x2f\xeb\x01\xdc\xd6\x37\xdf\xab\x91\x17\x27\xf2\xcf\x06\x87\xda\x4f\xed\x35\x07\x86\x05\xee\x2a\x4e\x4d\x67\x10\xbb\x86\x05\x3e\x57\x3a\x4e\xb3\x33\x37\x76\xc7\xd0\x7f\x3f\x3f\xba\x3a\x36\x2c\xf0\xaf\x0e\xe4\xff\xdf\x72\x1c\x88\xf0\xfc\xf9\xb7\x94\x02\xf3\x5a\x6b\x93\xc3\x1d\x8e\xf4\x3e\x39\x71\xce\x99\xd6\x79\x9d\x4c\x91\x07\xcf\xaf\x0d\x70\x5c\xdf\x43\x8d\x18\x37\x55\x90\x38\x88\x69\xb1\x4d\xf2\xe8\xe1\x92\x6e\xfa\xfc\x95\x36\xe0\x12\x41\x0f\xfa\x90\xd6\x9b\xfd\x50\x3b\x2f\x13\xe3\x4e\xb5\x3e\xc1\xd1\xbc\xd7\xda\x3f\xc0\xb1\xeb\xcd\xc9\xc6\xfc\x54\xdb\x63\x80\x8f\xfa\x2c\x45\xfc\xf6\x0f\x5a\x0f\x4b\xe9\xe2\x1f\x62\x03\xfc\xac\x75\xb1\x74\xcd\xb4\xeb\xbf\xb5\x4f\xf1\x44\x2d\xdf\x69\x9d\x4a\x16\x97\xdf\xf4\x4e\x1a\xf0\xf1\xa3\xd6\x7a\x05\x33\xba\x0f\x99\x01\x7e\xd1\x37\xaf\x38\xa1\x99\x01\x7e\x95\x74\x31\xea\x11\x2c\x35\x32\x05\x75\xe2\x44\x00\xc6\x18\x05\xc2\x99\x8b\x4c\xff\xf0\xb0\xc8\xad\x42\x3f\xb3\x08\x21\xee\x63\x10\x0f\x1c\xc8\x29\xb8\x41\xce\x30\x8a\xdd\x70\x8f\x2d\x8a\x3a\x96\xed\xee\x1a\x77\xd3\x21\x44\x31\x24\xcc\x94\xe3\x38\x71\x2e\x96\x71\xe2\x33\x12\x5b\x2c\xe1\x35\x9d\x4a\x5d\x5f\x9e\x83\x3f\x9c\x7f\x9a\xe6\xb9\xf3\xaf\x9a\x88\xa3\xce\x2c\xeb\xb5\xf3\x4f\xf3\xbc\x92\x25\xb5\x33\xc3\x7a\xa4\x83\xdd\x6c\x9e\x81\xb3\x0a\x78\x25\xeb\x55\x67\x2d\xcf\xb1\x0e\xbf\xbc\xff\xdd\xd5\x3c\x37\x0d\xc0\x99\x1d\xb4\xb3\xb2\xe7\xb0\x66\x6f\x64\x2c\xd4\xdd\x9d\xec\x6a\xd9\x0c\xec\x2d\x3a\x3b\x95\x7d\xd0\xe7\x90\x71\x61\x77\xd7\xb2\xd3\xfa\x6f\xc0\xb5\x62\x9d\x3d\xcb\xde\xeb\xe0\x0b\x19\x73\x04\x3a\xfb\x7e\xfd\xa4\x03\x2f\xd1\x7a\xf7\x0c\x52\x1f\xeb\x81\x33\xef\xaf\x6e\xa0\x7f\xa8\xec\x79\x99\x1c\x64\xde\x15\xf8\xcf\x3a\x70\x89\x3e\xf5\xc7\x5d\xa1\xff\x57\x87\x2e\x91\xb8\xfe\x45\x57\xe8\xdf\xd5\xaf\x5d\xa4\x33\xbb\xec\x0a\xff\x37\x1d\xbe\x9a\x2e\xed\xb6\x2b\xfc\x1f\x2b\xf0\x59\x70\xe6\x7d\x57\xc0\xbf\xe8\x80\x25\x72\xdf\x3f\xe9\x0a\xfd\xd7\x0a\x8a\x91\x39\x86\xfe\xa7\xae\xf0\x75\xc2\xaa\x72\xbe\xa0\x7f\xb7\x5a\xf7\xbe\x0c\x80\x05\xce\x65\x0d\x7c\x65\x36\xc1\x5d\x18\xa0\xff\x79\xed\x99\x8a\x87\xb5\x59\xce\x65\x45\xd4\x7f\x96\x2a\xa2\xee\x66\xab\x35\x50\x7a\x5d\xbe\x20\xfb\x21\x09\xa9\xa5\xe6\x4b\x2a\x9d\x4a\x65\xd2\xd1\x4b\x52\x26\x9d\x6d\x95\x49\x5b\x65\x52\x83\x32\xe9\x67\x38\x67\xda\xa4\xe3\x2f\xa9\x4d\x5a\x55\xee\xc2\x6b\xd4\xb6\xd4\xea\x7f\x5a\x2a\x7a\x1a\xf2\x4f\x17\x40\x86\x2d\xf4\x1d\xd5\xa0\xad\x02\x15\xd5\xc5\x6c\x91\xed\x25\xb2\xd3\xe3\x55\x17\x47\xb2\xea\x42\x44\x6c\x89\x46\x02\xbe\x88\xd6\x3a\xaa\xd1\x5d\x5c\x6a\x7d\x52\x4a\xe1\x5b\xad\xeb\x43\xe2\xdd\x71\x4a\x7f\xaf\x75\xfd\x10\xd2\x40\x8a\x13\xad\x99\x7b\xdc\x7d\xd2\x9a\x15\xa6\xe4\x4e\xeb\x54\x38\x8a\xcf\x5a\xe7\x35\xe4\x46\xde\x73\xad\x43\x22\xe7\x7f\x34\x85\x67\xb1\xa2\x4e\xe2\x6b\x1c\x18\x23\xf6\x55\x7a\xc6\x1d\x9c\xb3\xb8\x2c\xd1\x57\x3c\x42\x55\x57\x45\x0d\x4f\xfa\xfc\xcf\x70\xfe\xf0\x60\x18\x2c\x1c\xeb\xcc\x34\xe7\xce\xf5\x53\x48\xd3\x17\xce\x99\x16\x61\x41\xbe\xe4\x26\x22\xb1\x34\xb8\x9b\x15\xa7\x6f\x75\xf0\x72\x8a\xea\x0d\x84\x64\x69\xd0\xa5\x23\xb9\x89\xb0\x2c\x0d\x3a\x3f\xd5\x9b\x88\xca\xd2\x20\x0b\x57\x54\x0f\x74\x16\x6f\xef\x74\xd8\x2a\xcb\xdf\x59\xbe\xfd\xac\xc3\x57\x59\xfe\xce\x02\xee\xb9\x0e\xbf\xb8\xe3\xdd\xe3\xa6\xfe\xd0\x61\xcb\x5c\x7f\xf7\xdc\xcb\x4f\x16\x39\xa5\x41\x2e\x79\xd9\xb5\x03\xa7\x24\xda\xd3\x1c\x37\x75\xbc\x94\xfb\x8e\x59\x0c\xde\x46\x2c\xc0\x8f\x8d\x8e\x6a\x67\xe2\x2d\xb9\xef\xf7\x2f\x89\xfb\xfe\x69\xcb\x7d\x6f\xb9\xef\x15\xa6\xdc\x8f\x3c\x0c\xea\x49\x4a\xcc\x6c\x92\x27\xaf\x36\x2f\x2b\x04\xa3\x31\xe0\x1a\xe3\xdd\xc0\x61\x73\x2e\x7c\xe2\x66\x67\x6e\x4c\x7d\x8a\x59\x30\xef\x5e\x10\x67\xd8\x8d\x3d\x28\x8c\xab\x55\xab\xa3\x92\x64\xa6\xca\x8e\xdb\xa3\x20\xc4\x10\x15\x79\x16\x32\x03\x40\x66\xe4\x8d\xa1\x87\xf7\x52\x94\x7c\x9e\x1b\xaf\x1d\xf2\x55\xd9\x00\x9b\x60\x6f\x0b\xcc\x2b\x6c\x3d\x8d\x9d\xcf\xec\xfe\xc0\xe0\x71\xf4\xd9\x91\x48\x9e\x21\x1a\x2e\x8b\x0c\x1b\xec\xf7\xaf\x3c\xcf\x86\x05\xc6\x4b\xc0\x11\xce\x70\x59\xef\xe5\xd2\xde\xd3\x0e\x72\xc6\x7b\x59\xce\x10\x02\xc0\x7b\xc9\x44\x7a\xa2\xb5\xc9\x9c\xe5\x27\xad\x8f\x67\x19\x2a\xd9\xff\xf7\xb5\x49\x1b\xde\x57\x8c\x87\xe7\x5a\x4f\x6d\x39\x9a\xf7\xcb\xca\xd1\xbc\x57\xb2\xf1\x1d\xe9\x8f\xc8\x75\x68\x8a\xd6\x1b\x77\x3c\x86\xbe\x94\x1a\xe9\x58\x1b\x20\x31\x16\x37\xfa\xda\x8b\xb3\x74\xa8\xaf\x9d\x7e\x99\xd2\x58\xfb\x5e\x4a\x13\x2b\xe2\xea\xf9\x91\xce\x0a\xb3\x2d\x15\x54\x58\x96\x03\xf2\xa1\x58\xfd\xe3\xd7\x6f\x58\xe9\xe3\x22\x4c\xce\x56\x0f\x1d\xaf\x76\x5c\x66\x70\xd9\xa9\x1b\xcd\x4f\xa0\x18\x2c\x12\xbf\xd4\x8e\xe5\xa7\x57\x8c\x15\xe9\x62\xb4\xf2\xca\x06\x8c\x52\x3c\x37\x72\xba\x68\x75\x49\x9a\x58\xc6\x4f\x29\xbf\x80\xf4\xd6\x89\xb5\x3a\xf4\xc2\xd1\x37\xb6\xec\x10\xc6\x63\x3c\x91\xe0\xf1\x85\xac\x04\x27\x56\xb8\x1c\x1a\xdf\x82\x95\xd0\xc4\xde\xd4\x41\xcb\xc1\xbd\xf3\x93\x69\xde\x3a\xa7\x35\x82\x61\xe7\xe0\xc4\x13\xe7\x27\xf3\xb6\x62\x66\xed\x2c\x6f\x7e\xd2\xc1\x2a\x72\x61\x67\xb1\xf3\x4e\x07\x5f\x20\x80\xee\x32\xe7\x67\x1d\x36\xcf\x1a\xd1\x59\xdc\x3c\xd7\x01\x4b\x66\xa6\xce\xd2\xe6\x1f\x3a\x70\x55\x6e\xeb\x2c\x73\x5e\xeb\xf0\x55\xb9\xad\xb3\xe9\xf6\x48\x87\xcf\xf3\x68\x76\x16\x68\xcf\x2a\x0b\x67\x80\x3b\x4b\xb2\xc7\x3a\xe0\x0a\x56\xef\x2e\xcd\xde\xe8\x73\xc8\x12\x67\x67\x79\xf6\xb0\x72\x20\x0b\xda\xd2\x5d\x9c\xbd\xaa\x1c\x48\x4e\x9e\xba\x9b\x82\x3f\x54\x3f\x69\x1d\x85\xeb\x6e\x18\xd6\xb7\x47\x24\x03\x9a\xaf\x16\x9b\xeb\x1e\xb4\xc0\xad\x2c\x34\xd7\xee\x4f\xc9\xd7\xf5\xc7\x6b\xce\xa2\x01\x68\x33\x5b\xc1\x34\xf6\x2f\x1e\x35\x99\x78\xbe\xcd\x5c\x82\x21\xa5\x76\xe3\x47\xcc\x55\x32\xb4\xca\x5c\xb7\xb2\xea\xe1\xe3\x72\xd5\x83\xd0\x1c\x6e\xbc\x8c\x6d\xa9\x2a\x98\xbf\x24\x55\xc1\x78\xab\x2a\xf8\x86\x55\x05\xe7\xd7\x97\x87\x47\x27\x5c\x59\xb0\x96\xde\x80\xa5\x5c\xaf\x56\xdc\x50\x60\x4a\xba\x78\xaa\x53\xb8\xe8\x96\x9d\xbd\x10\xf0\x1f\x5f\x03\xbf\x41\xc0\x6f\xa3\x8d\xa8\x3e\x6a\x2e\x2e\x93\x30\xf0\xe6\xc7\xac\x23\xeb\xf5\x07\xe0\x2a\x09\xa1\xf4\x3b\xb7\x68\x6c\xe4\xe3\x65\xe0\xb9\x2c\x03\x8b\xac\xef\x73\x25\xfd\x8a\xaf\xb5\x96\x3c\x63\xa4\xf5\x28\x9e\x86\xa9\xd6\x29\xf1\x0d\xa3\xca\x73\x21\xe4\x1e\x43\x43\xad\xeb\xf0\xe8\x43\x19\x44\x9c\xe7\xc0\x73\xc6\xa6\x39\x75\x66\x4f\x91\x61\xde\x77\xc6\xe6\xf4\x29\xd2\xaf\x44\x3a\x60\x89\xed\xde\x40\x34\xb2\x06\x5c\xf5\xf7\xdc\x40\x38\xb2\x06\x5f\x66\x00\x37\x10\x8e\x5c\x59\x7d\x71\x16\x36\x11\x91\xac\x41\x67\xc7\xa9\xbb\xac\x33\x95\x49\xfe\xc5\x52\x92\x9f\x04\xbe\xb7\x97\xa2\x64\x16\x54\x52\xb2\x6d\xae\x80\xfd\x36\xd9\xda\x96\xfa\x3f\x3b\xea\xbf\xa9\x22\xf5\xb7\x5f\xa1\x48\xfd\x7a\x31\x62\x9a\x05\x61\x33\xc9\xcf\x28\x55\xf3\xb5\x24\x64\xf5\x19\xd1\xea\xaa\x4a\x5e\x54\xfd\x5f\xf4\xcc\x68\xcc\xc0\xab\xe7\x45\x3b\x9c\xe2\xc9\xc7\xab\x0f\xd5\xcc\x68\x4a\x79\x6b\x3d\x3b\x1a\x53\x96\xcc\x0b\x42\xed\x3b\x97\xa6\xe9\x69\xf9\xcc\x36\x44\xa8\x23\xe7\xd2\xf4\x9e\x2a\x4f\x9a\xf7\x74\x35\x60\x46\x75\xeb\xde\x58\xb9\xf3\xa1\x0e\x9d\xdb\xef\x37\x92\x2d\x4d\x01\x5c\x9c\x90\xcd\xe4\x4b\x53\x77\x5c\xa9\xa1\xbe\x91\x9c\x69\x5e\x8d\x52\xaf\xb3\x36\xd2\x6b\x9f\xd5\xa3\x29\x97\xc7\xb6\xf2\xe6\x96\xdc\x7f\x33\xe4\x5e\x2a\x67\xd3\xb1\x22\x66\x03\xbd\x2e\xab\x08\x6c\xa2\xf4\xa5\x10\x62\xaa\xf5\x2f\x8b\x8a\xc2\x7a\x09\xcc\x43\xcf\xa3\xf6\x1d\xbd\x06\xe6\x21\xcb\x1a\xb2\xa2\xfa\x65\x39\xe1\x13\x94\xc0\x2c\xab\x20\x6f\xbe\x0a\xa6\x78\xed\x27\x28\x83\xc9\x77\xee\x8b\x16\xc0\x4c\xa9\x4a\xe5\xa9\xe4\xb0\x66\xb7\xae\x9d\x6a\x59\x9a\x97\x80\xb2\x6f\xb6\x28\xfb\x9b\x45\xd9\x8d\x12\x1a\xb4\xcf\x0e\xcf\x0f\x7f\x3c\x39\x3b\x39\xbf\xb9\x3d\x3d\x2e\x25\x36\xb5\xd9\x78\xc3\xff\xdb\xab\xf9\x1f\xff\xef\xad\xd1\xda\x23\xec\xf0\x2b\x88\x79\x4d\x4a\xdd\x5a\xe1\xaf\x69\x70\xeb\xb4\x21\xd5\x7c\x21\x6b\xb9\x9a\x95\xcd\x6b\xb8\x9c\xad\x5a\xcf\xb0\x6e\x86\x9a\xc1\x66\x0c\xef\x5f\x1d\xbb\x18\x5a\xf6\x18\xe2\x9b\x20\x82\xa6\x55\x1b\x1c\x42\x4b\xf9\x9c\x75\x20\xd1\xc7\xb2\xfc\xcb\x05\xca\xa2\xf1\xf4\xb8\x0c\x09\x39\xae\x91\x7e\x2f\xb4\x3e\x49\xc2\xba\xac\xe9\x2a\x63\x42\x8e\xeb\x74\xd8\xf7\x5a\xe7\xd5\x34\x84\x52\x54\xc8\x71\x45\x23\xfe\x49\xeb\xa9\x0d\x0c\x39\x5e\x16\x18\x52\x7d\x29\xa9\xaa\xcf\xb1\x22\x6c\xff\xa1\xb5\x62\x18\xa5\xa1\x8b\x61\xe9\x19\xa6\x2e\x83\x2d\xf1\x48\xf2\xba\x0a\xb2\x1f\xc3\x64\xe8\x86\x2c\x78\x92\xec\x7f\x59\xfa\xa7\xd5\xe5\x16\xe5\x81\x4e\x8f\xf3\x1c\xcc\x9d\x1b\xd3\x9c\x39\x67\x4f\x21\xf2\x8f\x9d\x1b\x73\x56\x71\x12\xea\xcc\xed\x5c\xe8\x60\x37\x2b\xf0\x5f\xea\xe0\x37\x2a\xf0\xdf\xd6\x41\xdf\x84\xc0\x7f\x5f\xd9\x95\xcd\xa6\x90\x38\xd1\xe1\xf3\x7b\xd5\x5d\xdc\xff\xa4\x43\x96\x2c\x2d\x9d\x45\xfe\x3b\x1d\xb8\xea\xe0\xd4\xd9\x01\xe9\xb3\x0e\x5f\x75\x70\xea\xec\x87\x74\xde\x7c\xd8\xb3\x4d\xb8\x23\xfd\xa1\xc3\xe7\xba\x96\xce\x3e\x48\xd7\x3a\xe0\x12\xd3\x75\x77\x41\x3a\xaa\xff\xaa\xfc\xd0\x74\x76\x42\xd2\x80\x57\x31\x6e\xbb\x08\x9b\x55\x40\x2c\x30\x93\x5d\x52\x66\xb2\x40\x74\xb8\x5c\x20\xa2\x3e\xe0\x6b\x84\xa3\xf3\xe7\x2a\x3e\xea\xdd\x42\x61\x4a\xf9\xe8\xfe\x25\xc9\x47\x27\x5b\xf9\xe8\xcf\x27\x1f\xb5\xb5\x60\x25\x3e\x04\x65\x39\x39\x2a\xe4\x7c\x7a\x06\x61\x2f\xf5\x46\x2b\xad\x52\xe8\xca\xb0\x97\x5b\x8d\xc5\x8f\xd7\x60\xf1\xef\x65\x16\x5f\x18\xac\xee\x25\x16\x7f\xa4\xb5\xc9\x6c\xd9\x50\xeb\x93\x78\xaa\x89\xd6\xa5\xd4\x0a\x9c\xd5\x77\x92\xe9\xe6\x3a\xc8\xc4\x87\x6a\xc1\xd0\xfb\x0a\xab\x7f\x51\x0f\xee\x92\xa1\xd3\xcb\x42\x1b\x98\x3a\x27\xa6\x19\x39\xb7\x4f\xe1\x3a\x3f\x72\x4e\xcc\x68\xf3\xae\xf3\x43\x1d\xec\x66\x5d\xe7\x27\x3a\x78\x99\x2b\xee\xcc\xbc\xce\x74\xe8\x6a\xc1\xc8\xce\xcc\xeb\xbc\x01\x3e\xdd\xfa\xce\x0c\xec\xb8\xb2\x37\xc5\x51\xdc\x40\xae\xfb\xca\xd2\x4b\xee\xb8\x33\xf7\x7a\xd9\xb0\x2f\xfc\x42\x74\x67\x5f\x23\x99\xa7\xf9\xb4\x94\xa7\x41\x49\xf8\x24\x4e\xb6\xab\x22\x77\x77\xaa\x7a\xd3\x97\xc0\xc4\x1c\x6e\x99\x98\x2d\x13\xb3\x42\x3b\x7b\xf5\x4d\x68\x67\x1b\xfc\x73\xa7\x2d\xc6\x78\x2d\xc6\xb4\x51\xd7\xae\x99\xaa\xa7\x68\x1e\xaa\xec\x57\x43\xb2\xe5\xe3\x0e\x8a\xd7\x9b\x3a\xc5\xeb\x4d\x8d\xe2\xf5\x66\x89\xe2\xf5\xa6\x59\xf1\x7a\x53\xab\x78\xbd\x59\xa6\x78\x15\x9d\xd4\x11\x3a\x90\x75\xaf\x37\x1a\x17\xe7\xc3\x18\x07\x98\x0e\xf9\xa4\xcf\x97\xf8\x4a\xff\x9d\x0e\xa2\xa0\x82\x9f\xb5\x1e\x45\xc1\x73\xae\x75\x2a\xda\x99\x3f\x6a\x9f\x64\x50\xaf\x1b\xb7\x2d\x2b\xc3\x75\x45\xe7\x4f\x6e\x36\x29\xc2\x75\xa9\x52\xf5\xd0\x34\x67\xce\xf1\xd3\x28\x55\x0f\x9f\x46\xa9\x7a\xf8\xb4\x4a\xd5\xc3\x27\x55\xaa\xd6\x40\xdf\x8c\x52\x55\xdf\x95\x4d\x2b\x55\x35\xf8\xe5\x9d\xd9\x84\x5e\x55\x03\x5e\x73\xed\x36\xa1\x60\xd5\xf7\x5e\xbb\xb9\x9b\xd0\xb1\xea\x2f\x52\xb2\xc0\x1b\x50\xb0\x1e\x2e\x53\x10\x6f\x40\xc1\x7a\xb8\x4c\x41\xbc\x01\x3d\x6b\xed\xfa\xf9\xf6\x6c\x40\xd3\xda\x88\x17\x36\x93\xbe\x48\x87\xcf\x70\x69\xf7\x68\x4f\x45\x9b\x7a\xb5\x54\xf2\xa8\x68\x45\x9f\xa0\xd2\x0c\xcb\x07\x1a\x41\x34\x86\x2c\xf1\x47\x4d\x1a\xa2\x2f\x52\x69\x06\xfc\x1b\xfc\x13\xfc\x07\x40\x08\x30\x04\x31\x2c\xa5\x1f\x04\x5f\x92\xf8\xe3\xc2\xad\xfc\xf3\x0d\xcb\x3f\x47\x49\x18\x42\xba\x13\x1b\xd1\xe8\xda\xb2\x5a\xd7\x26\xe2\x11\x2b\x36\x16\x42\xc7\x74\xb9\x37\xc4\x2d\x46\xae\x77\x07\x7d\x90\x39\x2e\x34\xcd\x90\x31\xe5\x0a\x0b\x0e\xc9\x27\xe1\x3c\x5f\x80\x61\x94\x19\x20\xe3\xac\x20\xb5\xa8\xd3\x36\x07\x52\x33\xfd\x09\xaf\x9d\xc0\x12\xb1\x67\xa6\xc5\x20\xbd\x82\x4e\x39\xb4\xfa\xd9\xa9\x52\x83\x7f\x76\x48\x8e\x99\xe7\x62\x13\xdb\x1a\xb0\x87\x87\xfe\xc0\xca\x2d\xd0\x1f\x58\xfc\xc4\xf7\x6d\xdb\x8e\xe1\xfd\xab\x6b\x88\x4d\x68\x0d\x44\x92\x90\xf7\xcc\xff\xd2\xb2\xb3\x04\x61\xd3\xca\x73\x85\x23\xe5\xaf\xd0\x9d\xbb\x0b\x09\xae\x95\x3e\x59\x08\xa9\xf8\x99\x41\xc7\x7c\x94\x72\x7b\x08\xc3\x24\x1e\x67\x37\x89\x65\x1a\x4c\x15\xa5\x89\x72\xad\xf2\x39\xad\x4c\xbc\xf4\x08\xa1\xad\x41\x86\xac\xa4\x70\x72\xc3\xc0\xcd\x8a\x0c\x4e\x22\x51\x93\x51\x4d\xd2\x64\x27\x65\xa2\x27\x7b\x71\x7a\x2c\x0e\x69\x5e\x93\x81\x49\x19\x5b\xa4\x2e\x61\x07\xbc\x9c\x41\xcf\xcc\xa4\xaf\xe5\xc6\x1d\x67\x35\x29\x9a\xf4\x61\xbc\xe2\xcd\xed\x8a\x61\x25\x1f\x4f\xb8\xe5\x86\x44\x56\x3c\x73\xcd\xff\x81\xae\x37\xb1\x59\x84\x03\x2d\x08\xcb\xd7\x4c\xd3\xd7\xb0\x1c\x56\x27\x6b\x82\xa0\x69\x01\xa5\xe7\x3f\x2d\xcd\x81\x45\xcf\x92\x48\xf5\x60\x2f\x8a\x2e\x20\xab\x3d\xed\x93\xcf\x69\x92\x41\x9e\x6e\x27\xaf\x2d\x07\xa4\x6d\x52\xb5\x2c\x90\x9c\x99\xcb\x20\x4c\xe6\x8a\x01\x7f\xd4\x14\x16\xba\x40\xc1\x38\x88\x69\x5e\xde\xfa\x97\x6a\xca\xdd\x55\x93\xd3\xe1\x68\x69\x42\xae\xb3\xa5\xbd\xc7\x4b\x7b\x6f\x5a\x64\x1d\x2b\xf3\x3d\x1c\xb6\x18\x5d\x66\x6c\xb8\x5a\x27\xa3\x99\x05\x62\xd8\x41\x91\x52\x20\x76\x2a\xa7\x8b\x0a\x44\x45\xab\x2c\x0e\xbf\xd7\x3b\x95\x73\x55\x16\x23\x52\xfb\xcb\x62\x44\x45\x3b\x4b\x11\xf4\x83\xde\x2c\xee\x72\x51\x88\xa8\xe8\x11\xc9\x50\xfe\x5b\x79\xa4\x90\x88\xbe\xd3\xbb\x98\x43\xc7\x6f\x7a\xb3\x14\x11\xfc\x63\x65\x5d\x54\x7c\xfe\x45\x6f\x3e\x3d\x2e\x0a\x0f\x95\x8d\x05\x1e\xfa\x97\xde\x43\x11\x0d\xf8\xb7\xde\xcc\x12\xe9\xfc\xb3\x6e\x4e\xae\x10\xf8\x4f\xc3\x86\x88\xb7\x27\xbc\x6b\x75\x23\x45\x2f\x86\x92\xb3\xdc\x19\xcc\x26\xac\x43\xce\xa6\x8c\xca\x6c\xca\x7d\x76\xc2\xc6\x10\xab\x5b\x6c\x01\xbd\x43\x45\x1e\x62\xd8\x60\xc5\xb8\x66\xcc\x62\x58\xd6\x0a\x46\xa1\xae\x6e\x93\x8c\x79\x44\xfd\x26\x91\x0f\xac\x65\x05\xa7\xdc\xb2\x23\x37\xad\x7f\xe0\x55\x9c\x37\xb0\x14\xbc\xc6\x13\x7d\x91\x62\x2f\xfb\x5a\x56\x42\x72\xda\xb2\xc9\xde\xd8\xc5\xf0\xde\x25\x3f\x83\x78\x4c\x4e\x87\xd4\x82\x21\x8a\x68\x6d\x9d\x78\x5c\xb4\x0e\xec\x20\xf6\xc2\xa9\xaf\xbf\x24\xc5\xe9\x7c\x62\x86\x0d\xcb\xd2\x52\x2b\xa6\x6e\x03\x92\x1c\x0e\x0d\x2c\xcb\xb4\x26\x66\xdb\xdd\x7d\xdd\x7f\xe4\x82\xd7\xcd\x8d\xc7\xd3\xb6\xad\x95\x22\x4f\x7b\xa6\x4d\xa6\x3c\xed\x91\xf6\x09\xf3\xba\x24\xb8\xdb\x50\x66\xbb\x8d\xa5\xef\x63\x15\xec\x21\x22\xf8\xdc\x1d\xc3\xd5\x2f\xa8\x6e\xde\xbe\x3c\x17\x6b\xfa\xcb\xdb\x37\x6f\x6a\xa1\x2e\x7b\x5f\xf5\x2b\xae\x03\x75\xe9\xeb\x6b\x27\xaa\x09\x6e\x0e\x4e\xa9\x9c\xf3\xc1\x89\x61\x8d\x9e\xba\xb3\x6a\xf3\x3d\x81\xfe\xa1\x51\xa3\xdc\x59\xbb\xf9\x53\x05\xbe\x46\x85\xbb\xab\x36\x3f\xd6\x4f\xb1\x09\x95\xe6\x0f\x15\xd0\x3c\x5d\x60\x67\x7d\xe6\xcf\x15\xc8\x05\x3b\xd1\x5d\x99\xf9\xdf\x0a\xf0\x22\x3d\x5b\x67\x45\xe6\x77\xd5\x85\x97\x6a\xde\xce\x7a\xcc\xdf\x2a\xd0\xb9\xa3\x6b\x67\x0d\xe6\x8f\x15\xc8\x72\xb2\x95\xce\x7a\xcc\x5f\xaa\x27\x85\x19\x37\x3a\xa7\xa9\xfb\xb5\x02\x99\x9a\x92\x3a\x97\x2e\xfb\x57\x05\x6e\x99\x66\xb3\x73\xe5\xb2\x7f\x57\x80\x33\x36\xb3\x7b\xd5\xb2\x7f\x56\x20\xf3\x94\x8f\x9d\xeb\x95\xfd\xa7\xf6\x13\x0a\xeb\x57\xe7\x72\x65\x10\x36\x5d\xf9\xe2\x72\x76\xae\x5c\x86\xab\x73\xc8\x3c\x77\xf7\xe2\x65\xd5\xbd\x17\x8c\x3b\x2b\x5d\xb6\xca\xd7\xba\xe9\x61\x0b\x7c\x90\x7d\xac\xf5\x69\x34\xe6\xbb\x5d\x15\xb3\xa5\x10\x56\x4c\xc8\x39\xe8\x76\x45\xcc\x6a\x9f\x5c\x39\x01\xd7\x1b\x80\xfe\xf9\xda\x33\x14\x2a\x87\x15\x53\x94\x9c\xb3\x01\xfa\x7f\xac\x3d\x8d\xf4\xf8\x8a\xa9\x8a\xdc\x99\xd7\x6b\x4e\x52\xe4\xce\x5c\x0a\x5e\x4f\x67\x79\xb4\xe6\x2c\xba\x7a\xa3\xc5\x64\x65\x3e\xcb\xb3\x47\x4d\x56\x6a\x47\x5a\x4c\x26\xa5\x05\x3d\x7e\xd4\x6c\x92\x76\x65\xe9\x74\x0d\xdc\xb4\x01\xfa\x37\x6b\xce\xdb\x04\x69\xcd\x05\x94\xdb\x7c\xd8\x71\x01\x2d\x37\xbc\x89\x47\x37\x40\xff\xaa\xe3\x0a\x9a\x3e\xc2\x07\xd9\xc4\x99\xc1\x36\x36\xce\xa7\x30\x6d\x3e\x79\x3d\xc3\x47\x9a\x36\x01\x82\xc0\x85\x20\x84\x20\x83\x20\x80\x20\x91\x8c\x9d\xd3\x17\x65\xec\xf4\xb6\xc6\xce\xad\xb1\x73\x8d\x04\x6c\x4c\x81\xe8\xd7\x1b\x37\xbd\x66\xe3\xe6\x74\x6b\xdc\x5c\x6d\xdc\xf4\x99\x71\x33\x7a\xac\x71\x73\x79\xe4\x4e\xd1\xfc\x04\x15\x24\xeb\x2d\x9c\x65\xf3\xa4\x21\x77\xcf\xac\xa1\x7d\xde\xc2\x32\x3a\xae\x9f\xea\xa2\xbe\xf9\xb2\xbe\xf9\xb6\x52\x67\xb3\x3f\xb0\xc0\x7d\x8b\xe9\x4f\x54\x5b\xee\x27\xf5\xe7\x9d\x6a\x26\xb6\x4c\x83\x2b\x78\xf7\xd8\x89\xa1\xa6\xbd\xba\xa9\xcf\x55\x38\x7f\xa8\x3f\xaf\xd5\x9f\x4d\xb6\xb7\x35\xcc\x77\x55\x03\x5d\x29\xe2\x94\x60\xca\xb6\x12\x54\xd9\x26\x81\xab\xb1\xe8\x31\x5d\x3a\xf4\x7f\x0d\xf0\x84\x4b\x28\x6a\xe3\x8f\x5c\xf5\x5d\x67\xf1\x23\x93\x9c\xc4\xe4\x0e\xf9\x46\x51\x4b\xae\x6a\xea\xeb\xb4\xe6\x26\x5b\x60\x09\x8a\xd9\x58\x2a\x5c\x63\xc3\x73\xe5\x74\xf2\x73\x25\xb3\x77\xda\xf0\x9c\x54\x41\x49\x7e\x50\x5a\x69\xd2\xc5\x0c\x39\x55\xcc\x90\xc2\x92\x38\x55\x2d\x73\x1f\xf5\x66\x59\xb5\xfa\x43\xdd\x33\x5c\xd9\xf0\xb3\xde\xc7\x2c\xe9\xff\xd5\x9b\xb5\xad\xfd\xae\xbe\xbf\xdc\x8a\xdf\xea\x07\x14\x7b\xfc\xa3\xde\x2f\xd4\xb4\x47\xc9\x34\xc6\xa5\xa9\xb1\x7c\xbe\xee\xe8\x15\xc6\xc7\xfa\x61\xfc\xd8\xfe\x4b\x1f\x24\xa9\xe3\xfe\xad\xf7\x95\x2a\xc6\x7f\x56\x60\xcb\x7e\xa0\xff\xd1\x7b\x15\x2f\xce\xc2\x20\x39\x55\x6d\x9f\xb8\xd2\x7e\x9e\xf8\x64\x1d\x71\xa5\x83\x2f\x1e\x55\x3a\xf8\xcb\x1f\x31\x84\x44\x18\x5a\x6d\x40\x45\x85\x11\x56\x86\x30\x45\x56\x56\x69\x67\x2a\xd0\x40\x36\x98\xb2\x0f\x77\x93\xe0\x06\xeb\x02\x3f\x13\xdf\x57\xed\x18\xdf\xd7\xd8\x20\x34\x1b\x6c\x1d\xd8\x0a\x52\xf8\x5e\x6b\x56\xc0\x57\x51\x43\x31\x05\x47\x40\xfa\xaa\x2b\x27\xe4\xe1\xa1\xda\xc1\x37\x99\xd9\x05\x63\x02\xad\x66\x95\x7c\x82\x87\x07\x5e\x82\x37\x88\x7d\x5a\x83\x97\x5b\x55\xde\xbd\x29\x96\xb2\xda\xf8\x57\x7d\x8f\x55\x96\xbf\xca\x86\xac\x30\xfb\x55\xf6\x75\x1d\x9b\x5f\xe5\x61\xd3\x5a\x10\xa6\x07\x3a\x6f\x84\xd4\x51\xf0\xe4\x74\x36\xba\xb3\xbb\xbb\x26\x94\x7e\xaa\x27\x86\x73\x91\xea\xa7\x86\xda\x6c\xa5\xb9\xec\xb1\xb3\x71\x08\xca\x6c\xe2\x04\xe9\xb3\x49\x66\xb4\xc7\x4e\x27\x40\x28\xf3\x89\xc6\xef\x61\x9e\x83\x9f\x28\xc3\xfd\xde\x49\x9e\xc4\xca\xf6\x91\x40\x7f\x5f\x63\x1d\xe8\x6c\x5f\xfb\xa1\x02\x59\xb1\xdf\x75\x36\xae\xfd\x5c\xbb\x72\xa1\x14\xef\x6c\x60\xfb\x6f\x05\x3c\xcf\xac\xdb\xd9\xc0\xf6\x5d\x05\xb2\xae\xf2\xea\x6c\x66\xfb\xad\x61\x0a\x49\xa7\xd4\xd9\xdc\xf6\x63\xc3\x1c\xa5\xe2\xac\xb3\xcd\xed\x97\xca\x14\x1a\xd9\xef\x6e\x7c\xfb\xb5\xfa\x16\xb5\x9c\x43\x77\x3b\xdc\xbf\x96\xcf\x24\xb4\xfa\x9d\xad\x72\xff\xae\xcc\x23\x9b\x13\x3b\x1b\xe7\xfe\x59\x01\x2f\x59\x59\x3b\x5b\xe7\xfe\x53\xdd\x24\x25\x9a\xa6\xb3\x91\x0e\xc2\xca\x0c\x6a\x3c\x4d\x67\x63\x1d\xae\xce\xc0\x2d\x8c\xb7\xa0\xb3\x19\x2d\xae\x02\xe7\x1c\x61\x77\x0b\x1a\xaa\xc2\x16\x87\xf2\x53\x77\xeb\x5c\x05\xb6\xc6\x97\xf6\xef\x3a\xeb\x59\xaa\x73\x54\xad\x73\x9f\xc1\x79\xe7\xbc\xb3\x35\x47\x88\x19\x7a\xff\xe8\x0a\x3a\xa8\x82\xe6\x5e\x06\xd7\x9d\xf3\xf0\xd6\x22\x6b\xca\x50\xb7\xb3\x5b\x35\x3e\x6d\x81\xf7\xb2\x51\xa1\xba\x37\x0a\xf7\xde\xce\x6e\xb5\x14\x42\x8b\x09\x0b\x65\x42\x1b\xb3\x55\xe3\xd3\x2b\x26\x62\x8c\x7e\x3b\x13\x55\xdd\x83\x2d\xde\xa3\x30\x5f\xb6\x30\x42\x35\x3d\xdc\xfa\xfb\x94\x0c\x48\x0b\x83\xd3\x0a\x18\xad\x27\x2d\xd9\x85\x0f\x8f\x9e\xb4\x54\xba\xb4\x9c\x54\xe2\x83\x4e\x1f\x3d\xab\xa4\xb1\x51\xa6\x7d\x2f\x5b\xd5\xa2\x55\x56\xb5\x8d\x96\x08\x68\x6b\x0e\x2b\xed\x58\x67\x2f\xc9\x8c\x75\xbc\xb5\x62\x7d\xc3\x56\xac\xcd\xa4\x2c\xb9\x79\x69\x75\x83\xd6\x4b\xc1\xb6\x91\xfc\x22\x0d\xb6\x8e\x61\x8b\x31\x47\x1d\x54\xd3\x67\xb2\x66\x5a\x24\x66\x3b\x93\x62\x43\xe6\x5a\x9b\x9a\x8d\xed\x6c\x49\x02\x92\xb3\xe6\x04\x24\x67\x4a\xac\xcc\xad\xd6\xfa\x1e\x4e\xdc\x59\x90\xa0\x32\xfb\x88\xe8\xb9\xb9\xf9\x50\x26\x1e\x11\x8d\x1f\x12\xef\xee\x18\x86\x44\x22\xfc\xa4\x75\x95\x62\xd0\x9d\xd6\xa3\x88\x30\x9f\xb5\x4e\x45\xfa\x38\xd7\x9f\xe4\x0e\x6c\x7f\x68\xed\x92\x44\x77\x5d\x24\x0d\x99\x39\xc7\xa6\x39\x71\x8e\x9e\x22\x69\xc8\xdc\x39\x36\x27\x9b\x4f\x1a\x32\xd6\xc1\x72\xe5\x53\x67\x9b\xeb\x85\x0e\x78\xb3\xc9\xec\x2e\xeb\xd6\xbd\xb1\x64\x76\xb7\x15\xe8\x1b\xaa\x04\x7f\xaf\x03\x2e\x4f\x7f\x77\x7d\xdf\x89\x0e\x9c\x5e\xa0\xee\x7a\xbe\x4f\x3a\x5c\xe9\x0e\x76\x57\xf3\xdd\xe9\xd0\x37\x99\x1a\xe4\xb3\x0e\x7c\xc3\xa9\x41\xce\x75\xf8\x1b\x4e\x0d\xf2\x47\x65\xfd\xc2\xa1\xb6\xb3\x6a\xef\x5a\x07\x2d\x2b\xa9\x3a\x6b\xf5\x26\x32\x0b\x7e\xb3\x94\x03\xc7\xc9\x1d\x5c\xc9\x7f\xd7\x64\x42\xe6\x25\x65\xba\xe5\x3f\x5e\xdf\x51\xad\xe4\xdc\x7f\x79\x49\x9c\xfb\xaf\x5b\xce\x7d\xcb\xb9\x37\x70\xee\xac\xd6\x54\x82\x04\x07\xff\xaf\xe7\x9b\x2d\xb9\x74\x5d\xf2\x1a\xcb\x94\xad\x91\xa5\x70\x59\x45\x97\x06\xfe\x7b\x53\x7c\x7c\xbb\xa4\x14\xf2\xbb\xf8\x2e\x86\xba\xcf\x56\xb9\x4f\x5d\xdc\xb4\x0a\x20\xb7\xeb\x6c\xde\x7d\x3d\x0c\x3d\x01\x84\x59\xa4\x44\x63\xe9\x06\x7e\xec\x20\xc0\xfc\x22\x0b\x30\x82\xcb\xff\x45\xa9\x14\x47\x8f\x71\xc1\xe4\xff\x52\x23\xb2\x9c\x6b\x7d\x12\xeb\xf8\x87\xd6\x75\x7a\x7c\xc9\x18\xe2\x6b\xad\xe3\x1a\x7a\x08\x62\x32\xd3\x91\xd6\xf3\x01\x8e\x5d\x6f\x5e\xe4\x12\x2c\xdb\x13\xaa\xee\x3a\xd6\x17\x26\xa7\xa3\xbb\xd1\x3a\x99\xea\xf9\x50\x6b\x2d\x33\xcc\x5d\x69\x3d\x57\x09\x2d\xe8\xf1\xa1\xb2\xd8\x4a\xd6\xb8\x53\x7d\x0f\xb4\x94\x6f\xef\xb5\x7e\x39\x25\xd9\x4f\x5a\x1f\xcb\xf7\xf5\xb1\xf6\x09\xce\x09\xfd\xa0\x75\x2a\x6c\xd2\xcf\x5a\xe7\xcd\x3c\x85\xa5\x47\xd3\x2f\x8a\x28\xfa\x9d\xfe\xc6\xac\x84\xc9\x6f\xed\xaa\xeb\x30\xb7\x0f\xb1\x7f\xd4\x4d\xd5\x1e\x05\xb1\x6f\x42\xe7\x1d\xb4\x4f\x8f\x1d\xc7\x89\xd5\x6a\x5b\x44\xac\xbb\x73\x7e\x35\xcd\x4f\xce\x8f\x4f\x91\x4a\xfc\xb3\xf3\xab\xf9\x49\x09\xb4\x93\x0e\x71\x77\x29\xec\x5c\x07\xbf\x59\x29\xec\x0f\x1d\xfc\x46\xa5\xb0\x6b\x1d\x7a\x71\x1b\xbb\x0b\x62\x47\x3a\xec\xf2\x42\x77\x17\xc4\xce\x74\xe0\x02\x27\x74\x97\xc5\x8e\x2b\xa0\x19\x5a\xe9\x2e\x87\xdd\x54\x8e\x8a\x92\x28\xb3\xb3\x28\x76\xa8\xc3\xe7\x76\xb5\xce\x32\xd8\x95\x0e\x58\xca\xc0\xd9\x59\x00\xfb\xa0\x03\xe7\x28\xb6\xbb\xfc\x75\x5a\x3d\x81\xd5\xdc\x9e\x9d\xe5\xb0\xf7\x95\x1b\xaa\xe7\xf6\xec\xec\x56\xf1\x93\x3e\x85\x92\xbe\xb2\xb3\x37\xc5\x47\x1d\x3c\x4f\x2f\xd9\xd9\x8f\xe2\x87\xfa\x75\x0b\xd9\xbd\xb3\x27\xc5\xcf\x3a\x7c\x55\x37\xd0\xd9\x91\xe2\xbf\x3a\x7c\x46\x37\xbb\xfb\x4f\x7c\x57\x87\xd5\x37\x11\xe6\xfc\x5b\xe5\x32\xf1\x02\x64\x9d\xbd\x32\x34\xb8\xb5\xe5\x9e\x4e\x56\xdb\x19\x57\x01\xb1\xc0\x27\xd9\xce\xf8\x49\x56\x72\xfc\x6b\x85\x92\x23\x4d\xc2\x64\xfc\xa4\x15\x70\x4b\xcd\xc4\xed\x4b\xd2\x4c\xdc\x6f\x35\x13\x5b\xcd\x44\x83\x66\x42\x2e\x22\x43\x55\x13\x27\xcf\xc0\xb8\x58\xea\x1a\x12\x55\x7d\x30\x55\x7f\x6a\xf9\x2e\x2f\x3b\xc8\xbd\xb7\xb2\xdc\x1b\x71\x19\xe8\xb6\xae\xdc\x52\xaa\x75\xca\x0c\xff\x48\xeb\x93\xb8\xf5\xa1\xd6\x75\x49\xb0\x9c\x97\x84\x65\x71\x27\xd1\xf3\x03\x0d\xdd\x83\xfe\xfb\xf9\xe1\xd1\x87\xac\x34\x23\x8a\xfe\x8f\x69\x86\x11\x74\xa3\xac\xb4\x26\x16\x6b\x49\xee\xe3\xa2\x73\xac\x75\x32\x76\xf0\xa2\x30\xa6\x45\xce\xbd\x69\xfa\xce\xe5\x53\x18\xd3\x52\xe7\xde\xf4\x6b\x78\x2f\x4e\xe8\x36\x50\x20\x4a\x83\xbf\xd9\x54\xfc\x43\x1d\xfc\x46\x53\xf1\x4f\x74\xe8\xe5\x59\xd8\x44\x99\x28\x0d\xb8\x7e\x9c\x36\x51\x29\x4a\x9b\x42\x3a\x91\x9b\xa8\x14\xa5\x7f\x5a\xf9\x50\x6f\xa2\x58\x94\x06\x9f\x8b\x49\x9d\xe5\x3b\x5f\x66\x56\x4e\x1a\x99\x95\x60\x14\x40\x94\xed\xfb\x81\xbf\x17\xc4\x19\x44\xb8\x8e\x63\xd9\x47\x30\xf6\x21\xda\x2b\xc7\xd7\x3e\x59\x61\x66\xd6\xa6\x24\x8d\x0f\xf0\x17\x31\x14\x16\xe6\xf5\x1b\x30\x86\xb8\x57\xcc\x59\x06\x00\x89\x17\xcf\x73\xab\xcd\x9b\x4f\x53\x9f\x95\x39\x5d\xfb\xcd\xf9\x93\x2f\xf4\xcd\x33\x97\xfb\x6c\x4a\xef\xcd\x58\x54\x31\x6a\x03\x6f\x56\x9e\x42\xce\x04\x50\x16\x97\xd1\x4a\x31\x8d\xa5\xc7\x9c\x87\x10\xf7\xe3\x81\x83\x77\x82\x91\xd9\x37\x82\x38\x9d\x62\x9a\x89\xf2\x33\x76\x11\x74\x0d\x60\x64\x30\x84\x1e\x69\x1b\x4e\x31\x4e\x62\x39\xbf\x23\xb4\x63\x5e\xcd\xcd\xc6\xc9\x87\xe4\x1e\xa2\x23\x97\xf0\x6a\x96\x15\x1f\x40\x5b\xbc\xb5\x13\xf7\xa0\x4d\x38\xf1\x0c\xe2\xb2\xf1\xf5\xdb\x1d\x18\x66\xf0\xd5\x28\x41\x26\x0b\x90\x47\xaf\x92\xd1\x2b\x68\xff\x77\x0a\xd1\xfc\x9a\x4e\x9a\xa0\xc3\x30\x34\xd9\xa2\x40\xb1\x24\xcb\x32\x46\x6e\x98\x41\xe3\xb5\xe3\xa0\x0a\xe0\xdd\x5d\x13\x49\x53\x93\x6f\x23\x5d\xcf\x78\xd5\xa7\x0a\xe2\xbd\x59\x00\xef\xc9\x37\xaa\xfb\x5a\x52\x77\xc3\x43\x2f\xf2\x80\x26\xf1\x1e\x82\x59\xf0\x07\xac\x7b\xe7\xa2\xb3\x38\xab\xb5\x4f\xbe\xc8\x17\x47\x70\x54\xf7\xca\x08\x8e\xea\x5e\x96\x8c\x7e\x91\xaf\x89\x93\x24\xc4\x41\xba\x14\xff\x00\x03\x07\x69\x3a\xb7\x3f\xd5\x54\xdf\xb0\x16\x65\x29\x0c\x49\x7a\x76\x64\x21\x12\x5a\x04\x85\xd4\x2a\x02\xae\xe7\xd1\x30\x09\x33\xee\x3f\xe0\x2c\x1b\x43\xc0\x60\x72\x87\x1d\x24\x72\x59\x94\x6b\x29\x53\x64\xac\xd2\x37\x90\x35\x4a\x02\x6a\x6e\x59\x16\x88\xed\x74\x9a\x4d\x6c\x37\x4d\xc3\x39\x15\x1e\xf3\x22\xaf\x6f\x59\x3a\x83\x88\xbd\x04\x25\x91\x95\x62\xe7\xed\xdf\xf1\x3f\x0a\x61\x81\xc7\xb2\xfe\x1d\x7f\xff\xbd\x78\x7f\xc2\x01\xbc\x76\x8a\x11\x7d\x3c\x38\x90\x7f\xf4\x16\xf9\x0e\xfe\x5f\x7f\x3d\x40\x7c\x5b\xcc\xd8\x02\xaf\xdf\xd4\x09\xdb\x04\x11\xb3\xad\xee\xe3\x01\xf9\x9c\xbd\x15\x6f\x98\x1d\xd4\x1d\xa3\x80\x20\xe5\x55\xca\x98\xcc\x8c\x2d\xab\x27\xad\xa9\x61\x41\xcd\x42\xec\xaa\xdd\x8f\x01\xb6\xc8\x4b\x88\x0d\x86\xe5\x06\x87\xe2\x40\x89\x53\xfc\x2a\x88\x5f\xc1\xda\x97\xe1\x9a\x14\xae\x01\xd1\x78\x32\x9d\x63\x93\x78\xb4\xdc\xea\xc1\x3e\x1e\x38\x31\x80\x5d\x24\x6c\x89\x86\x66\x2d\x68\x28\x1a\x38\x18\x84\x8e\x7e\x5a\xde\xfd\x55\x52\x44\x94\x67\xe3\xaf\xf2\x41\xf9\x2b\x3d\x28\x8c\x08\x66\x4e\x68\x27\xd4\x34\x90\x3d\x3c\x2c\x72\x2a\x9a\x07\x20\x71\x20\xb9\x5c\x42\x6e\x76\x1c\xc2\xc1\x26\xa3\x57\x99\x8d\x51\x30\x1e\x43\x74\xe3\xa2\x31\xc4\x65\xaa\x99\x64\x87\x87\x57\x57\x47\xb8\x19\x34\x52\x17\xc1\x18\x53\xdf\xbb\x5e\xe2\x24\x76\xf9\x7b\x67\x88\xa0\x7b\x57\xc4\x3f\x93\xce\x0a\x41\xd6\x61\xe6\xc8\x49\x6c\x2f\x4c\x62\x48\x20\x98\xaf\xdf\x90\x6d\x44\x30\x4a\x66\xd0\xb4\x40\xf1\x3e\xea\x53\x7c\x7f\xf3\x60\x64\x16\x6a\x14\x44\x2f\x7e\x62\x07\x71\x0c\xd1\x4f\x37\x67\x1f\x80\xf4\xb7\x63\x18\x16\x30\x22\x37\x9e\xb2\x94\xc5\x05\xbc\xf2\xad\x33\xdb\x87\xa1\x3b\x7f\x78\xe8\x0f\x76\x8a\x4d\x87\xfd\xb7\x03\xaa\xf4\x11\xcb\x48\xe2\xeb\x49\x72\x1f\x3b\xd8\x79\xb7\xf0\x42\xe8\xa2\x53\x22\x3e\xce\xdc\xd0\x0c\x2c\x10\x38\x19\xc4\x37\x41\x04\x93\x29\x36\x4d\xcb\x79\xb7\xc0\xf6\x24\xf0\xa1\x69\xe5\x80\x40\xb2\x72\x2b\x27\xdf\x64\xea\x24\xfc\x8b\x79\x2c\x51\x4a\x91\x35\x3d\x01\xae\xb9\xc0\x13\x18\xc1\x9e\x51\xe0\x5d\xe5\xd5\x7b\x53\x72\x7c\x31\x8c\x31\x35\xf9\x23\x90\x86\xd3\x71\x10\x67\xbd\x7e\xb1\xe8\xcc\x1e\x25\x61\x98\xdc\x1f\x4d\x51\x96\xa0\x83\x58\xf9\xc9\x95\x52\x03\x29\x99\x33\xcf\xf7\x63\x42\xcb\xca\xcb\x1d\xb7\x44\x96\x20\xfa\x22\x95\x77\xf5\x6c\x1f\x66\x18\x25\x73\x9a\x20\x48\x49\x98\xb6\x8a\xa0\xdc\x07\x61\xb8\xc7\x9f\x5e\x97\x9b\x57\x9e\x7d\x91\xe4\xf4\x3e\xc0\x93\xbd\x64\x06\x11\xf3\xd4\xdc\xd2\xd4\x2d\x4d\xdd\xd2\xd4\x2d\x4d\x7d\xa1\x34\x35\xb4\xd9\xb9\xc9\x76\x77\xcb\x65\x38\x82\xd2\xbe\x20\x9a\xbb\x94\xc6\x06\x64\x42\xd7\xc3\xc1\x8c\x9e\xed\x27\x27\xb9\xaf\xa4\x6d\x2d\xfe\x34\x3d\x0b\x3c\x86\x16\xef\x54\xa9\x11\x4a\xa6\x4c\xe9\x2d\x51\x9f\xb2\x17\xc6\xb3\x9a\x12\x8b\xe4\x99\x20\x1e\xef\xdf\xbb\xe1\xdd\x6a\x82\xf4\x22\x30\x0a\xb4\xe9\x46\x64\x02\xb5\xb0\xf3\xe1\x3a\x0b\xdf\xeb\x2d\x6e\xf9\x47\xe9\x2d\x52\x17\x4f\x7a\xc6\x7e\xcf\xf7\x8c\x1c\xf0\x7c\xaf\x59\xcd\x00\xd1\x45\x46\x4d\x92\xfb\x3a\x10\xb1\x1b\x41\x23\x07\xa2\x20\x66\x1d\x94\xa2\xcf\xc8\x73\x7a\xf0\x62\xde\x5f\x33\x52\x74\x1a\x39\x80\x7e\x80\xeb\x66\x2c\x06\xdd\x06\x3e\x81\xe8\x51\x77\x8a\x9a\x91\xac\xc3\xc8\xf3\x1c\x08\xb3\x78\xcd\xa8\xc2\x62\x9e\xb7\xdc\x8a\x1c\x4c\x85\xa2\xbf\x66\x5c\xd1\x47\x06\xf2\x13\x56\x33\x8c\xf7\x90\x41\xd8\x1d\xd7\x01\x22\xcd\x74\xed\x62\xfb\x9a\x76\xbf\xdc\xdf\xfd\x5e\x9c\xf8\x70\xbf\x47\xf6\x05\xb0\x0a\x76\xac\x80\x68\xcd\xa3\x72\x81\xbb\xf5\x5e\x0a\xd2\xd2\x44\x3e\xe9\xaa\x1b\xcb\xbb\xf7\x68\x3f\x19\xef\xb2\x94\xfe\xb5\xbb\x5a\xf4\x91\x81\x11\xc4\xae\xef\x62\xb7\x66\x9c\xe8\xa2\x1b\x12\x27\x78\x94\x4c\x63\xbf\x71\x43\xa4\x6d\xa0\xc3\xfd\xda\xb9\x69\xfb\xea\x93\xbd\xee\x3e\xae\x3e\x43\x7b\xca\x85\x40\xb8\xee\x94\x23\xf2\x82\x7b\x18\x05\xe9\x1e\x0e\xc8\x3a\x08\x60\x1a\x41\x5e\x07\x38\x4c\xbc\xbb\x3d\xd1\xbf\xc6\x56\x6e\xfc\x3a\x02\x77\x18\x84\xd4\xe3\xab\xd7\x37\x10\x74\xfd\x57\x12\x8c\x41\x8b\xcb\xaa\x00\x60\x6d\x1a\x88\x1c\xdc\xcd\x6a\x9e\xbf\x9b\x19\x39\x18\x25\xa1\x0f\x51\x4d\xef\x5f\xee\x20\xbd\xe0\x0d\x2f\x41\xba\xf7\x49\xdf\x52\x7c\x42\x47\x2d\x59\xe7\xdd\x8c\xbd\xa3\x81\x92\x04\xef\xf1\x81\xeb\xbd\x2a\x07\x91\x03\xd7\x0b\x6b\xef\x8b\x17\x2e\xfd\x16\x2d\x11\x22\x48\xb9\xeb\x62\xcd\x20\xd1\xb5\x81\x69\x08\x02\x0c\x6b\x27\xa1\xed\x1b\x99\x81\x46\x75\xd5\xe2\x4f\xda\xb1\x91\x39\x0c\x77\x8a\x27\x7b\x11\xc4\x93\xc4\xcf\xea\xbe\xa8\xd2\xdf\x88\x51\x48\x33\xbd\x75\xe4\xda\xf9\xf0\x73\xcd\x10\x76\xcf\x31\x21\x0d\xf5\x08\x04\x0b\xaa\xb1\x04\x09\xfe\x85\xfc\x4b\x26\xda\x29\xd8\x01\x17\x50\xf1\x02\xc6\x33\xcb\x34\x8e\x2e\xce\xaf\x3f\x7e\xb8\x3d\xbf\xbe\x3c\x3c\x3a\xb9\xbe\x3d\x39\x3f\x7c\xff\xe1\xe4\xd8\xb0\x76\x77\x4d\xd7\xf6\x3d\x3b\xa6\x26\xfe\xcc\xa9\x41\x99\xc2\xfe\xbf\x6c\x5f\x19\xde\x6c\xb7\xb3\x2e\x9f\xac\x66\xae\x1e\xeb\x31\x72\xe0\x7b\x3d\xb2\xae\xdc\xda\x61\x8e\x2d\x61\xe1\xda\xc2\x02\x40\xae\x28\xef\xd7\xa6\x70\x23\x77\x01\x09\x13\xcf\x65\xee\xc6\xd2\xae\x88\x46\xea\xdd\x68\x95\x83\xc9\x65\xfe\x78\xf5\x41\x19\x2b\xda\x2c\x2b\xcf\x4b\xe6\x2b\x04\x21\x2d\x97\xa7\x32\xe3\xae\x25\x0a\x04\xa2\x69\x7c\x1a\x1f\xc3\xe1\x74\xcc\xd8\xfa\xfb\x20\xf6\x93\x7b\xb6\xfc\xcc\x91\x74\x30\x34\xc5\x20\x40\x55\x49\xef\x4d\xad\xa4\xf7\x46\x96\xf4\xde\x0c\x7a\xd2\x42\x8f\x4f\xde\x7f\xfc\xf1\xf6\xea\xe2\xe3\x0d\xfd\xd0\xc7\x97\x17\xa7\xe7\x37\x86\xb5\x83\x1e\x1e\x4c\xe4\x18\x94\x44\x80\xff\x95\x19\x96\xa8\x72\xcc\x25\x89\x69\x94\x92\x95\xef\x20\x3b\xc3\x2e\xc2\xd9\xaf\x01\x9e\x98\x7c\xb8\x61\x1d\x98\xd0\xe1\x8b\x4f\x52\x18\x9b\x86\x01\x8c\xdb\x61\xe8\xc6\x77\x06\x65\x46\x13\x8f\x2e\x86\xba\xb1\x41\xf3\xf7\x7f\x0c\x13\x7f\xfe\xee\x1f\x29\x82\xef\xbe\x5b\x84\xf9\x3f\xf6\xc9\x5f\xff\xd8\xa7\xad\xbf\x5b\x56\x4f\x05\x86\x6c\x5e\x1a\xc0\x34\xfe\x57\x66\x00\x18\x7b\x89\x0f\x3f\x5e\x9d\x1e\x25\x51\x9a\xc4\x30\xc6\x66\x68\x59\xca\x7c\xa3\xc4\x9b\x66\x54\x50\xa8\xd7\x54\xb1\x3b\xb0\xef\xa6\x69\x18\x88\x0f\x5f\x2f\x27\x08\x89\x80\x3e\xa1\xc6\x82\x06\x9f\x83\x98\xab\xba\x86\x84\xdc\x06\xf1\x78\xcf\xf5\x38\x55\xaa\xca\x0e\x9b\xd1\x0a\x20\xa7\xd0\xc3\xd9\xec\xcc\x9b\xc5\xc9\x02\x0b\x26\xf3\xf4\xd8\xe1\x0a\x62\x3a\x21\x67\x31\xc8\x11\xa5\x02\x91\x05\xf8\x6d\xbe\x82\x69\xd2\x34\x14\xa6\x49\x16\xe0\x04\xcd\xf7\xd9\xe0\xd2\x42\x6f\x01\xd4\xea\x39\xdf\x33\xac\x12\x71\xd5\x0f\x17\xdd\x86\x05\xa8\x0f\x6a\x8d\xd6\x91\xdf\xe7\xeb\x5f\x2e\xed\x89\x9b\x4d\x4c\xf1\x8a\x34\x9c\x86\xfd\x0d\x7c\x2f\xe3\xbf\x61\x9a\xd0\xa8\x9a\xc3\x30\x34\x8b\xf7\x64\x7d\xd2\x4b\x97\x43\x6c\xcf\xc5\x8a\x06\xaa\xa8\x4d\x39\xc8\x2d\x22\x55\x93\x37\x98\xa6\x47\x49\x8c\x51\x12\x86\x10\xf5\x54\x1d\x0c\x85\x7c\x5b\x87\x58\xa0\x9d\x41\x2c\x29\xc8\xb0\x45\x28\x38\xc7\x67\x10\xa1\x44\x06\xc5\xee\x37\x76\x16\x19\xcd\xda\xd4\x83\x36\x39\xe1\x0f\x0f\xd0\x66\x0d\x47\xf4\x97\x61\x80\x08\x66\x99\x3b\x86\x3d\x68\xf3\xbf\xc8\x18\x1f\x62\x37\x08\x1f\x1e\x8c\x13\x02\xd6\x20\x38\x9e\x4e\x90\xed\xee\x8a\xbf\xfa\x6f\x06\xbb\xbb\x26\x11\x06\x8b\xdf\x00\x0b\x18\x0e\x2e\xa1\x61\x1b\x07\x38\xa4\x7f\x68\x60\x2d\x60\xd0\x02\xa0\x7c\x49\x04\x5c\x01\x40\x0c\xa1\x8a\xa3\x98\x25\x3a\xa5\x1f\xf4\x87\x04\x99\x06\x39\x09\x3c\x6f\x6e\xd9\xc8\x3e\x87\x4d\xfa\x76\x82\x91\xf9\x3a\x2e\x15\x26\x31\xbc\x7f\xf5\xf1\xea\x83\x29\xd0\xaf\x3d\x41\x70\x64\xd9\x84\x08\x10\x42\x62\x67\xd3\x61\x86\x19\x2e\xe6\x27\xc0\xe6\xd8\x97\x23\xc5\xbd\xb7\x96\x9d\xa5\x61\x80\x4d\x63\xdf\xb0\xb8\xa7\xec\x5b\xf0\x3f\xd6\x4e\xec\x2c\xd8\xc4\xbd\xc5\xb9\x1b\xc1\x5e\xa1\x02\x27\x8c\x60\xff\xcd\x40\xc1\x6d\xff\x8f\xd2\xbf\xb8\xa0\x47\xf4\x09\x68\x67\x93\x60\x84\x4d\x2b\xb7\x08\x56\xf4\x44\x73\xff\xcd\x20\xcf\xb9\x9b\x86\xbe\x01\x32\x9a\xb1\x1e\x1e\x16\x39\x70\x1d\x64\xfb\x5e\xf6\xf0\xd0\x27\x30\x06\x20\x74\x90\x38\xa0\xb4\x8d\xfd\x3d\xd8\x69\xba\x04\xbe\xd7\xa3\x09\x66\xf9\xc7\xb0\x71\x72\x4d\x95\x74\xa6\x65\x53\x3e\xe2\x62\x64\x1a\xff\xdb\xb0\x0e\xca\x5b\x31\x86\xf8\x90\xea\x76\x08\xba\xf0\x68\xe5\x6d\xe0\x5a\x62\x1b\xf8\xc9\xa1\x37\xc9\xe5\xf7\xa6\x27\x96\x51\xdc\xa3\x30\xb7\x6c\x3c\x81\xb1\x09\x9d\x77\x97\x28\x89\x82\x0c\xda\x6e\x18\x9a\x7d\x96\x03\x9a\x4d\x44\x15\x37\x7c\x2a\x6b\x60\x95\x4f\x08\x47\x1a\xb8\x43\x07\x7b\xc5\x9d\xaa\xee\x91\x76\x77\x62\x9e\x20\x57\x7b\x04\xb2\x43\xa7\x0d\xe6\x97\x0b\x13\xd4\x2f\xae\x37\xd5\x98\x3d\x0a\x02\x78\xfd\x26\xcf\x73\x59\xdb\x84\x96\x52\x14\xdf\x6b\x47\x48\xda\x3b\xdb\x97\xae\xf5\xe9\x4b\x72\xad\x1f\x6d\x5d\xeb\xbf\x59\xd7\x7a\xce\x8e\x10\x64\x3f\x74\xcc\xd8\x69\xc7\x0b\xa0\xd5\xe3\x52\x88\xa2\x80\x25\xc5\xb3\x80\xbb\x7a\x7c\x95\x37\x09\x1b\x1e\x92\x38\x8d\x4c\x54\xb5\x61\xe4\x18\x44\x1d\x9c\xe3\x53\x21\x11\xc0\x34\x31\x40\xc2\xfd\xca\x45\x6b\xf9\x3a\x94\xed\x30\xc0\x54\x1b\x20\xf1\x24\x06\xf0\xb4\x4e\xb1\x64\xd6\xeb\x73\xef\x74\x37\x9b\xc7\xde\x2b\x4a\x5b\xc8\x2d\x61\x14\x07\x2f\xa5\x38\x3b\x14\xf1\x92\x9b\x38\x70\xdc\x7b\x37\xc0\xaf\x14\xe4\x4d\x1f\x95\x27\xa3\xec\xd1\xfb\xf9\x75\x38\x1d\x9b\x06\x4b\x91\xc2\x11\xb0\xcc\x43\x95\x04\xc5\x02\x2a\xf3\xc5\x1f\x25\xc4\x1d\x60\x42\xe6\xac\x81\xb5\x43\xf8\x56\xfe\xb8\x10\x5d\xde\x1e\x54\x0c\x5a\xaf\x62\x07\xb2\xb0\x68\x05\x17\x14\x65\x7f\x08\xb5\xa2\x4c\x08\xf9\x23\x2f\x4d\x09\xc5\x65\x88\x09\xc5\x5e\x02\xa3\x20\xf8\xb4\xa4\x33\x87\x02\x6a\x1e\x47\x19\x66\x37\xc4\xb2\x40\x9c\x9b\xc5\xe2\x01\xb2\x7a\xe5\x9b\x48\xe3\xf8\x52\x08\x69\x2e\x28\x28\x62\xba\x88\x5e\x0c\xa4\xa3\xd0\x63\xdf\x80\xee\x99\x76\x42\x0a\xc6\x94\x40\xa1\xfb\xc7\x01\x95\x65\xe2\x11\xe5\x1f\x58\x5c\x1c\x61\x50\x73\x8d\x41\x65\x5b\x49\xcf\xaa\xad\x77\xa9\x67\x77\x5d\x2a\x8c\xad\xfc\x3e\x08\xc3\x1b\xe4\xc6\x59\x20\x76\xb5\x30\xa4\xbd\x76\x1c\xb8\xbb\x6b\x42\x7b\x84\x92\xc8\xa6\x7c\x1a\xb9\x4d\x8c\x93\x12\xdb\xc5\xc5\x7c\x8b\x70\xad\xe5\x38\x99\xe7\x2a\xd8\x42\xdb\xf5\x42\xc2\xd7\x50\x8d\x8d\x65\x69\x35\xa2\x96\x2d\x7b\xa7\x7a\xba\x6b\x79\x7f\xb0\xf2\x0b\x94\xbb\x0e\x81\xc1\x99\xa6\x42\x7c\x52\x7b\xf9\xba\xc5\x67\x19\x70\xb6\x07\x0b\xb6\x07\xa0\x81\x83\x77\xe4\xad\xd2\x05\x84\x85\xe0\xb2\xd4\xc3\x82\x72\xfa\x95\x73\x90\x38\x23\xd3\x0c\x9c\x48\x09\x4a\x61\x78\xa7\x7b\x54\xca\xd4\x19\x99\x81\x0c\xb8\x82\xba\xba\x47\xa6\x78\xfa\x1c\x0a\xf6\xeb\x1e\x9a\xe2\xeb\xf0\x55\x04\xda\x3d\x3a\x45\x03\xaf\x5e\x06\x16\xa1\xb2\xca\x47\x61\x19\x00\x0b\x04\x72\x84\x67\x20\x33\x9d\xc3\x15\x4c\x27\xd3\x02\xbf\x00\x15\x06\x23\xb5\x48\x10\x5b\xb3\x59\x99\x61\x59\x8b\xbc\x3d\xd7\x4d\x37\x40\x51\xba\xee\x07\x3c\xda\xb9\x23\x37\x5e\xf2\xdf\xd9\x37\xed\x84\x14\x3c\x89\x13\x52\xd6\xc6\x09\x29\xf9\xb2\x4e\x48\xd9\xd7\x71\x42\x4a\x5e\x8c\xcb\x80\xc4\xdf\x4f\x5b\xf1\xf7\xd2\xbd\xa3\x3c\x78\x3b\x86\x9a\x1c\x24\x2e\x24\xee\xd4\xaa\xd0\x28\xad\x07\xd8\xe1\x64\x8e\xe9\x55\x80\x19\x3b\xae\xf5\x4c\xe5\x5f\x90\x70\xe6\x9d\xba\x2f\x5d\xba\x88\x86\xe6\x2d\xb2\x04\xe1\xf7\xf3\x9e\x91\xd1\xa0\x19\x96\xeb\x90\xfc\x22\xff\x1a\xe0\x2e\x88\xfd\x9e\x71\x47\x2b\xcc\x64\xd0\x45\xde\x24\xe5\xaf\xd3\x5b\xb8\x59\xcf\x50\xdb\x0c\x40\x6b\x2d\xf5\xfa\x7d\x9e\x1c\xc1\x38\x0e\xb2\x34\x74\xe7\xf4\xd7\x60\x90\x73\x18\xec\x59\x86\x48\x0c\xc0\x15\xe8\xe4\x4b\xe7\x56\x5e\x88\x0f\x0d\xfa\xa5\xc0\x0c\xcc\x45\x2e\xb1\xf5\x4c\xcd\x64\x2e\x68\x5d\xcc\xaa\xae\xf5\xfd\xbc\x8c\x32\xa5\x9c\x53\x8d\x06\xb0\xd0\x3a\xc5\x99\xde\xcd\xcd\x3a\x16\xe7\xd3\x84\x82\xef\xad\xc5\xd4\xf7\x8b\x1c\x2c\xd8\x3b\x95\x77\x9d\x81\x90\x76\xd9\x56\x77\xc9\xa6\x9b\xd4\x7f\x43\xd5\xb8\x8f\x66\x91\x6b\x94\xb8\x39\xf0\x1c\x13\x39\xa1\xcc\x86\xf9\xe2\x84\x46\x0e\x61\xc5\x52\xa7\x0b\x9f\x01\x86\xce\x22\x07\x32\x79\x49\x1b\x34\x24\xc3\x3e\x1c\x38\x29\xd7\x90\x0c\x55\x0d\x89\xfc\x13\x0c\x75\x0d\xc9\xb0\x51\x43\x32\x7c\x78\x18\xea\x1a\x92\xa1\xaa\x21\x19\x3a\x51\x1b\x0d\x89\x5c\xaf\x15\x9b\x1e\xf0\x01\x24\x7c\x7f\x6e\x81\xa1\x05\x46\x92\x86\x64\xa8\xe9\x2f\x86\x5c\x43\xa2\xb4\x1f\x0c\xab\xf7\x6e\x54\x68\x48\x86\xcb\x35\x24\xfa\x0c\xf5\xa8\x83\x2c\x71\x48\x5e\x8f\x69\x48\x5c\x67\x08\x90\x45\x6d\x2e\x52\xd2\x0b\x89\x27\x9b\xb6\x62\x49\x84\x65\xff\x91\xac\x99\xeb\x85\x8c\x3d\x5b\xc2\x95\x49\x39\x47\x77\x36\x83\xf5\x03\x72\xc4\x57\x63\x7d\x2f\xa4\xea\x14\x05\xdb\x2f\xe7\xe8\x1a\x09\x00\x70\x41\x06\x82\x5a\x32\x10\x3b\x86\xd8\x4c\xea\x8f\x01\x4c\xec\x18\x18\x46\x69\xe8\x62\x16\x36\x6f\x05\x31\x2f\xaf\x66\x3d\x11\x39\xe5\xa4\xc7\x15\x17\x3d\xe0\xa4\x28\x73\xc2\x46\x52\x44\xde\x49\x26\x45\x59\x23\x29\xca\x1a\x48\x51\xa6\x93\xa2\x4c\xb9\x12\x59\xf5\x4a\x04\x92\x2a\x76\x08\x47\x09\x82\x67\x14\xd5\x73\x4b\x15\xc5\xd9\x41\x3c\x73\xc3\xc0\x77\x31\x34\xab\x94\x00\x8b\x0a\xcc\x8e\xa4\xd1\xa7\x47\xd8\x5c\x94\x38\x7e\x19\x7e\xcf\x85\x6d\x5b\x32\x57\x70\xbb\x3f\x41\x77\x18\x46\xbd\x62\x12\x40\xd0\x67\xd6\xeb\x1b\x91\x94\x2d\xc7\xf0\xc2\x80\xfc\x31\xc8\x37\x8b\xb9\x7d\x48\x9d\x5b\xe9\x7b\x2f\x4a\xe1\xbd\x5c\x8c\x11\x64\xe7\xf0\xde\xb0\x76\x77\x8b\x36\xe1\x73\x7a\x05\xbd\x04\xf9\xa6\x45\xe5\x70\xd3\x75\x32\x19\xfd\x4f\xc5\xa9\xf0\x1c\x22\x25\xfb\xdd\xd0\x7f\xaa\xa3\x7f\xbf\x01\xfd\x13\xcc\xef\xf8\x1c\xfd\xa7\x2a\xfa\x97\x7f\x82\x54\x47\xff\x69\x23\xfa\x4f\x1f\x1e\x52\x1d\xfd\xa7\x2a\xfa\x4f\x1d\x6f\x7d\xf4\x9f\x80\x69\x81\xfe\x53\x0b\x44\x12\xfa\x4f\x35\xe4\x9c\x72\xf4\xaf\xb4\x1f\xa4\xd5\xb3\x1e\x15\xe8\x3f\x5d\x8e\xfe\xf5\x19\xea\xaf\x2b\x59\x62\x4a\x5e\x8f\x2b\xc8\x9d\x14\xb8\x0c\xfd\x4b\x79\x8f\x24\xf4\x1f\xb4\x42\xff\x0c\x63\x7d\x19\xe4\x0f\x02\x90\x94\xd2\xea\xf4\x25\x59\x8b\xbc\xad\xb5\xe8\xcf\x60\x2d\xf2\xd7\xe0\x2b\x9a\xcc\x3f\x92\x25\x27\x79\x3c\xeb\x51\x5b\x3d\x5b\x31\xe6\x64\xa2\xde\xb1\x66\x8e\x31\x40\xc0\x4d\x31\xab\xa4\xa8\x45\x49\xec\x74\xdb\xc8\x2a\x19\x29\xf0\x7b\xd0\x0e\xfc\xdc\xfa\xa2\x14\x32\x27\xcc\x9c\x69\x86\x4e\x52\xa7\x64\xee\xac\x00\x0e\x1c\xcf\x0c\xeb\x14\xb4\x9b\xd0\xfe\x86\xb2\xba\xd4\x6f\x85\x9b\xd7\x50\x10\x6e\x91\xf3\x16\x39\x6f\x91\xf3\x97\x42\xce\x85\x5c\x58\x2b\x0f\xae\x89\xa6\x41\xec\x68\xfa\xb7\xaa\xbe\xad\x59\x57\x46\x85\x4d\x59\x99\xf7\xe4\xb2\x26\xb7\xf0\xcb\xd2\x9b\x64\xe7\x97\x6c\xc7\xe2\x4d\xeb\xcc\xf5\x3b\x78\x77\x97\x9c\x0e\xc7\x71\x24\x49\x47\x49\xf1\x2d\x5c\xf2\xf8\xdb\x72\x77\x5e\xcd\xee\xba\xd4\xdd\xe0\xb1\x1a\xc0\x9c\x7c\x93\xd5\xaf\xc0\xed\xe9\x4c\xe5\xc8\xdf\x9b\xdb\xd3\xd9\xaf\xb8\x83\xf1\x7b\x4b\xfd\x44\x50\x47\x0b\x0d\x55\xdd\x53\x4c\xb0\xa9\x92\x45\x0a\x2d\x88\xc7\x7b\xb5\x96\xb5\xaf\x60\x44\x5c\x07\xb5\x48\xaa\x26\xed\x45\xbf\xbc\xce\x29\x5f\xdb\xfa\xa9\x2d\x79\x39\x5f\x93\x05\xf1\x38\xac\x65\x6c\x58\x71\xa3\x8e\xbc\xcd\x37\x6b\x26\xf5\x9e\xc4\x4c\x3a\x6d\x63\x26\x8d\xbe\xac\x99\x74\xfa\x75\xcc\xa4\xfe\x4b\x62\x8d\xa3\x2f\x6b\xd3\xad\xba\x02\x6f\x59\xf2\x6f\x99\x25\x1f\xb5\x62\xc9\x79\x35\xba\x56\x1e\xb3\xc2\x9d\x73\xc3\xaa\x13\xbf\x96\x27\x17\xad\x74\x52\xe6\x85\x55\xd1\x9d\x34\x38\xb0\xaa\x16\x63\xbd\xb7\xd1\x60\xcc\x0d\x35\x76\x31\xa3\xb8\x13\x8c\x27\x64\xb3\x2a\x4b\x2f\xc2\x13\x74\xed\x8d\x67\x7a\xe6\x22\x07\xd0\xe2\x51\x55\x34\x50\xa2\x8c\x39\x61\x6a\x1a\xca\x9b\x22\xce\xbe\xd2\xe2\x1f\x73\x73\x11\x67\xbd\x18\x10\x16\x18\x04\xbe\xec\x25\xc8\xad\x0c\x84\xf7\xce\xab\x91\x47\xd0\x5a\xf0\xec\x29\x8a\x63\x21\x8b\xd7\x91\x1d\x4d\xb9\x31\xde\xb0\x78\x5a\x95\xbf\xbd\xf9\x1f\xa3\xc7\xff\x7a\x6b\xf4\xd8\x0b\xe7\x78\x82\x92\xfb\x57\x90\x46\x31\x6d\xdc\x04\x9e\x39\xe9\x53\x32\xca\xa9\xca\x28\x4b\xc7\x67\xc3\x9c\xf2\x68\x3d\xbe\xaa\x9b\xc2\x68\x7d\xbe\x6a\x47\x76\xce\xfa\x86\x79\xaa\xe4\x49\x78\xaa\xa0\x0d\x4f\x35\xfd\xb2\x3c\x55\xf0\x75\x78\xaa\xe9\x4b\x74\x3d\xf3\xd6\x23\x7e\x9b\xf1\x43\x58\xd3\x11\xad\xd9\xfa\xff\xb5\x1d\xd1\xa6\x2d\x1c\xd1\xfc\xd2\xa0\x4f\x15\x60\x34\xf7\x4f\x67\x6f\x34\xa9\x76\xd7\x66\xbc\xd1\x12\x33\xe9\xe0\x8d\xb6\x86\xbb\x19\x58\xa5\xb7\x7a\x86\xde\x68\x7e\xc5\x1d\x21\x12\xc7\x34\xa5\xee\x08\xa3\x6e\xee\x08\x13\xdd\x1d\x61\xd4\x20\x51\x4c\x88\x44\x31\xe2\x12\xc5\x44\x95\x28\xe4\x9f\x60\xa2\x4b\x14\x93\x46\x89\x62\xf2\xf0\x30\xd1\x25\x8a\x89\x2a\x51\x4c\x9c\x74\x7d\x77\x04\x1f\x44\x85\x3b\xc2\xc4\x02\x43\x49\xa2\x98\x68\xfc\xfe\x84\x4b\x14\x4a\xfb\xc1\xa4\x7a\xf9\x86\x85\x44\x31\x59\x2e\x51\xe8\x33\xd4\xe3\x0f\xb2\xc4\x09\x79\x3d\xe1\x8e\x30\x11\xee\x08\x52\x01\x26\x89\x95\xf1\x5a\xb1\x32\x34\xc9\xca\x7a\x1a\x3f\xf6\xc8\xb7\xae\xee\x93\xdf\xf2\x25\xe8\xfa\xe4\xf5\x3e\x56\xd1\x47\x60\x6c\xd5\x7c\x5b\x35\xdf\x56\xcd\xb7\x55\xf3\x6d\xd5\x7c\xcf\x5e\xcd\x47\xd0\xf5\x56\xc9\xf7\x64\x4a\x3e\x55\x97\x77\x95\x84\x70\xab\xc9\xfb\xd6\x34\x79\x8c\x6b\xea\xa6\xc6\x5b\x97\x6b\xda\x2a\xf1\xb6\x4a\xbc\xad\x12\xaf\x15\x69\xdb\xaa\xf0\xd6\x56\xe1\x75\xd5\xd0\xf1\x92\xf5\xf3\xad\xaa\x6e\xab\xaa\xdb\xaa\xea\x9e\x93\xaa\x8e\xb9\x60\xae\xa7\xab\xe3\xcf\x7c\xeb\xca\x3a\xe5\x35\x5f\x82\xb6\x4e\x59\xf0\x63\xd5\x75\x14\xc8\x56\x5f\xb7\xd5\xd7\x6d\xf5\x75\x5b\x7d\xdd\x56\x5f\xf7\xec\xf5\x75\x42\x0b\xf7\xe5\x03\x19\x97\x2b\xea\x1a\x03\x19\x25\xbe\xeb\x69\xdc\xe5\x58\xf0\xc6\xca\xc8\x8f\x17\xaf\xe6\x7a\xb2\xc8\x8e\x76\x5a\x2e\xce\x6d\x74\x53\x73\x6d\xb9\x8d\x2d\xb7\xb1\xe5\x36\xb6\xdc\xc6\x96\xdb\xd8\x72\x1b\x1b\xe5\x36\x40\xd4\x42\xad\xf9\x68\x27\x44\x29\xc0\x55\x57\x74\x5e\x25\x54\xae\x5e\x4b\xdf\xf9\xa5\x62\x71\x79\xca\xa1\xba\x58\x5c\x63\xb5\xd6\x95\xf3\x5e\xcf\x48\xeb\xca\x53\x24\xb7\x86\xdb\x92\x33\x04\xcf\x48\x9b\xfb\x67\x61\x29\xbb\xa4\xd1\xdd\x94\x3a\x31\xae\xc9\x25\x5a\x93\xde\x0c\x17\xc9\x94\x6f\x12\x7a\x7f\x8a\x0a\x9d\x4a\x51\xae\x78\xf5\x2b\x8b\xea\x82\xad\xd5\xaf\xd2\x23\x54\xcb\xf7\x45\xb7\x62\x7d\x35\xaa\xbe\xdc\xaf\xac\x45\x5d\xe7\x8b\xb4\xcf\xa8\xb5\xaa\xc6\xca\x8e\x9e\x9a\xf7\x65\xb0\x9b\xd3\x2d\xdb\xf7\x67\x60\xfb\xbc\x56\x99\x97\x8b\x8b\xb1\xa4\xc0\x0a\x8c\x67\x06\xcd\x3f\xf1\xe8\x32\x27\x89\xc2\xe2\x85\x9c\x91\x13\xad\xb4\x94\x76\x56\x57\x9f\x84\x57\xf5\x58\xc8\x05\x61\x7b\x71\xee\xc0\x9d\x86\x4a\x59\x8a\x47\x98\xdb\xda\x23\x8c\x6e\x58\xb8\x23\x17\xa3\x88\xad\x50\x66\xd0\x2a\x09\xb8\xe2\xac\xe7\x12\x76\x06\x01\xba\x24\x6b\x07\x86\x19\x54\x8b\x4c\xc0\x78\x66\xcf\x5c\xd4\x5c\x1d\xf3\xc0\xf8\x8b\x51\x96\x10\xdb\xa9\x4e\x28\x32\x67\x5e\xd3\x4c\xcf\xe7\xd7\x3d\xf7\xe1\x01\x82\x63\x98\xe1\x20\xa6\xd5\x2a\x8a\xa6\x32\x12\x07\xe5\x42\x20\x5e\xd0\xe5\x71\x56\xca\x65\xa9\x33\xc3\x4d\xe7\x3c\x09\x9d\xa9\x69\xba\x4e\xf0\x24\x65\x25\x32\x67\x6a\xba\x32\x60\x7a\x54\xba\xb3\x47\xae\xb5\x8e\x39\x55\x22\x1e\xcf\x95\x99\x59\x8f\x82\x6b\xc2\x92\x4b\x05\x89\x9e\xc1\xfe\x5d\x53\x60\xe2\x47\xb3\xf0\x0c\x29\x4e\x66\xdb\x6c\xe2\x5f\x2d\x43\x92\x26\x15\xad\x4e\x3b\xbe\x9e\x48\xf2\x78\x51\x63\xb3\x37\x74\x0d\x2e\xe9\x6e\xd6\x9a\x5f\xbd\x9b\xbd\x08\x3e\x55\x2c\xf3\xb9\xf3\xa7\xc5\x3a\xd7\xd5\xb6\x4f\x71\x10\x66\xfb\x6e\xe6\xc1\xd8\x6f\xa1\x60\x07\x53\xe0\xed\xa8\x5a\xd2\x6f\x56\xc9\x1e\x3d\x89\x92\xdd\x6f\xa3\x64\x1f\x7d\x59\x25\xbb\xff\x75\x94\xec\x2f\xb1\x9e\xe4\x17\x57\xb2\x0f\xb7\xd2\xd6\x9f\x41\xda\x9a\xb4\x52\xb2\xdf\xcd\xda\x05\xe0\x64\x50\x14\xb1\x6c\xaa\x47\xd9\x54\xf4\xd2\xdb\x58\x31\xca\xa0\x52\x4e\x92\xce\x71\xb5\xaa\x52\x65\x51\xa5\xb2\x1a\xbe\xb3\xf7\xf6\xb5\xe3\xa8\x36\x7d\x51\x67\xd9\x36\x2c\x3b\x4d\x52\xb9\xfe\xb0\x28\xf6\x07\x90\x03\xc9\x15\xa9\xca\x73\x0a\x7f\x16\xb6\x97\xf6\x96\x54\x45\x2e\x4a\x2f\x86\x0f\x0f\x85\x64\x06\x52\x17\xc1\x18\xf7\x8a\xc3\x8c\x0e\x1a\x85\xc2\x10\x50\x28\x81\xdf\x53\x6b\xf6\x23\xf0\xd6\x7a\x78\x30\xf6\x8d\xdc\x6a\x48\xe9\xac\x3c\x4c\x07\xf2\x6a\x07\x07\x4b\x4b\x29\xb8\x80\xbc\x3e\x5f\x74\x3b\xe0\x88\x88\x56\xec\x73\x72\x89\xa8\x2c\xb2\xac\x14\x64\xa4\x71\x4a\xe5\xf7\xab\x46\x30\x5d\x8b\x83\x4a\xf8\x05\xcc\xad\x10\xd2\x61\xb0\x3d\x37\x26\x87\xd5\xf5\x5f\xf1\x09\x33\xc3\xb2\x1a\xf6\x3f\x32\x23\xe1\x02\x22\x56\xc7\x35\xfa\xc5\xc9\xe3\xef\xf4\x33\x9c\x6b\xaf\x44\x8b\x2d\x4b\x44\x6a\xd3\xda\xfa\xc0\x19\x9a\x66\xe6\x78\x4f\xa2\xad\x4f\x9c\xa1\x99\xa9\xda\x7a\xe9\xae\x75\x57\xd8\x4f\x75\xf8\xca\x75\xed\x5e\xd8\x30\x93\xc5\xe9\x49\x0b\x5e\x77\x94\x84\x3e\x91\x03\x5b\x48\x19\x4c\xe2\x7e\xfe\x62\x06\xd7\x0c\x7c\x05\x39\x43\xb3\x2e\xb2\x23\x2e\x37\x2a\x2b\xde\x51\x62\x29\x53\x2a\x89\x72\x64\x6a\xdf\xcd\x6c\xfe\x65\xe8\x7d\x36\xf6\x59\xc1\xfe\x3b\x38\x7f\x78\x60\x16\x48\xfa\xc3\x92\x6b\xbd\x54\x6c\x26\x77\x33\x86\xc2\xd7\xb4\x99\x94\x5b\xf8\x38\x11\x28\xc8\x7e\x60\x4b\x5f\x25\x04\x69\x5a\xfb\x6f\x56\xfc\x99\x3e\x89\xf8\x93\xb4\x11\x7f\xbc\x2f\x2b\xfe\x24\x5f\x47\xfc\xf1\xbe\x92\x44\xe1\x6f\x25\x8a\x3f\x83\x44\x11\xad\x2f\x51\x88\x8a\xf4\x6d\x4d\x35\x8f\x0f\x7a\xcc\x9e\x6d\xd0\xa3\xf7\x28\xef\xa0\x65\x3e\x3c\xaa\xa3\x80\x62\xe1\x29\xc9\xa7\x2a\xd5\x58\x8c\x66\x1a\xfb\x06\x21\x24\xaf\x55\x49\x00\x5a\x0a\x01\x95\x7d\x76\x34\x7f\x67\xf8\xbd\xb1\x2f\xbb\xef\x90\x63\x81\x99\x30\xc4\x80\xb3\xc5\x54\x32\x1f\x28\x72\x51\xc5\x46\xb6\xbe\x5c\xc4\xc5\x9f\x46\xc9\x02\x11\x36\x3c\x2e\xd8\xf0\x46\x1f\xef\xa9\x39\x55\xb3\x25\xd4\x78\x16\xd5\x00\x95\xc5\x0e\xb6\x14\x60\xfc\x0c\xe7\x52\xee\x04\x22\xb8\x74\x48\x99\xb0\x94\x9f\x51\xea\x19\xec\xf0\xaf\xb8\xfc\x11\x99\x05\x62\xde\xe8\x74\x21\xa5\xad\xe1\x35\xb4\xd9\xd2\x1e\x1e\x8a\x3f\xfb\x6f\x06\x0f\x0f\xc6\xdf\xde\xfc\xcd\x78\xed\x48\x6d\x7c\xc1\xbc\xd8\xc2\xb2\xa9\x36\xed\x9e\xe4\x9b\x66\x58\x6f\xd7\xeb\x2c\xf0\xf8\xaa\x73\x12\x7d\x59\x26\xe8\xac\xa2\xc7\x35\xcf\x11\x1a\x26\xd5\x3d\x57\xbc\x93\xa2\x16\x6c\x27\x4a\x12\xbc\xb7\x86\xdd\x83\x0f\xfd\xa2\x22\xc9\x3a\x9c\x74\x9c\xf8\xeb\x25\xa9\x58\x5a\xbd\x7c\x33\xc4\x2c\x6b\x76\x46\xf0\x5d\xec\xee\xb1\x52\xc6\xfb\xbc\xf1\x71\x35\xa0\x39\x7b\xbf\x9c\x90\x91\xd9\x5e\x46\x25\xe8\x40\x37\xd3\x32\x44\xd0\x33\x38\x06\x5b\x33\x74\x3f\xf1\x89\xd4\x74\xe8\xfb\x88\xda\x78\x8d\x33\x88\xdd\x96\xf6\xd9\xac\x6a\x9f\x0d\x97\x4a\xb4\xe4\x43\xf0\x23\x11\xac\xc5\xec\x86\xfd\x6c\xe0\x04\x4b\x8b\xc6\x6c\x2c\xfb\x0f\x39\x09\x36\x3b\x77\x84\x7e\xc0\xdf\xf7\xbf\x5b\xc4\xf9\xfe\x77\x0b\x9c\xb3\x2b\xf4\xbb\x25\x34\x8e\xcb\x86\x86\xd0\xf5\x21\xfa\xbd\xb6\xdc\x0c\x02\xac\x97\xff\x74\x9f\x8d\x4d\x18\x04\x95\x1a\xd4\x89\xb8\x1b\x53\x5a\x83\xda\xeb\x96\x4a\x20\xd2\x53\x09\x78\x0d\xb2\x48\x44\x64\x11\x8f\xcb\x22\x91\x2a\x8b\xc8\x3f\x41\xa4\xcb\x22\x51\xa3\x2c\x12\x3d\x3c\x44\xba\x2c\x12\xa9\xb2\x48\xe4\x4c\xd7\x4f\x25\x10\x80\xa4\x48\x25\x10\x59\xc0\x97\x64\x91\x48\x93\x14\x22\x2e\x8b\x28\xed\x07\x51\xf5\xc6\xfb\x85\x2c\x12\x2d\x97\x45\xf4\x19\xea\x6f\x1e\x59\x62\x44\x5e\x4f\xd4\xa0\x8e\x44\x0d\x6a\x6e\xfc\x05\x3e\x88\x24\xfa\x98\xb5\x23\x26\xd9\x24\xb9\xdf\x00\x2d\x29\x44\xd8\xec\x9b\xd6\xbc\x04\x4f\xa2\x79\xc9\xda\x68\x5e\x92\x2f\xab\x79\xc9\xbe\x8e\xe6\x25\x79\x89\x99\x8c\xa6\x5f\x80\x05\xfa\x56\x98\x9f\x27\xcc\xfc\x07\xed\xd8\x8d\xe0\x32\x13\x20\x16\x26\xc0\x58\xaa\x36\xbe\x8a\x5b\xd8\xff\x6e\x81\xf2\xdf\x97\x09\xbf\x81\x19\x08\xe1\x37\x07\x0b\x9c\x44\xc9\x18\xb9\xe9\x64\xbe\x1a\xbe\x97\x24\xc8\x0f\x62\x97\xa0\xe4\x51\x82\xf6\x94\xf9\x36\x1e\x97\xe2\x55\x58\x03\x5f\x9c\x9c\x88\xb2\x06\x69\x37\xd6\x60\xa8\xb3\x06\x69\x03\x6b\x30\x24\xac\x41\xca\x59\x83\xa1\xca\x1a\xc8\x3f\xc1\x50\x67\x0d\x86\x8d\xac\xc1\xf0\xe1\x61\xa8\xb3\x06\x43\x95\x35\x18\x3a\xd1\xfa\xac\x01\xa1\xab\x82\x35\x18\x5a\x60\x24\xb1\x06\x43\x8d\x70\x0f\x39\x6b\xa0\xb4\x1f\x0c\xab\xf7\x61\x54\xb0\x06\xc3\xe5\xac\x81\x3e\x43\xfd\x95\x26\x4b\x1c\x92\xd7\x13\xac\xc1\x50\xb0\x06\xbc\x36\x39\x18\x81\xa1\xc4\x1a\x4c\xdb\xb3\x06\xfb\x13\xe8\x86\x78\xe2\x4d\xa0\x77\x97\x3d\x92\x4f\x28\x90\x7b\xfc\x4d\xf3\x06\x68\x1d\xde\x00\xb5\xe5\x0d\x62\x41\x87\xd1\x12\xde\xc0\xa5\x58\x1d\x7d\x09\xde\x00\x59\x56\x4f\x5a\xd3\xc6\x79\x03\xd4\xcc\x1b\xb8\x2f\x8d\x37\x60\x44\x3e\x7c\x94\xc7\x8e\xdb\x26\xc3\x9f\xa6\x36\x90\x95\xdf\xf4\xc6\xf6\x0c\xfa\xcf\xe3\x72\x01\x5e\x73\x76\x05\x18\x47\x04\x08\x0d\x9b\x3d\x4f\x30\x24\x77\xff\x62\x8a\xd3\x29\x2e\x07\xdd\xb8\xe3\x6c\xad\x3c\x81\x9a\xb6\xbd\xd6\x69\x88\xa1\xea\x37\x60\xef\xad\x65\x7f\x4a\x82\x98\xb6\xee\x14\xf6\x23\x54\x04\xb6\x16\xec\x01\xec\x9e\xd9\xef\xa9\x3c\xb4\xc3\x35\x70\xee\x73\x0d\x45\x70\x47\x18\xa2\xb3\x32\x7e\x47\xb1\x51\xb4\xff\x84\x45\x34\x12\x57\xe5\x13\x56\xcc\xa6\x67\x4c\xe0\x49\xc3\x7a\xf7\xe6\xc0\x50\x48\x0f\x39\xaf\x3c\x62\x73\xa7\x62\x5c\xf9\x9d\x70\x54\x36\xe5\x9b\x00\xac\x38\x27\xec\xb4\xdc\xf6\x08\x62\x97\x71\x43\xcf\x6e\xe7\x37\x74\x69\xf4\xdb\xf2\xd5\xc2\x11\xa4\x5d\x47\xf8\xb1\x31\x9b\x2f\x71\xc3\xf5\x2b\x14\x8c\xcc\xd7\xca\x65\x28\xa5\x07\xdb\x0f\x32\xec\xc6\x34\x46\xf9\xf1\x0b\xa9\xdc\x15\x72\x3f\x9e\xc1\x67\x2f\x6e\xf3\x96\xa7\xdc\xf2\x94\x5b\x9e\xf2\xd9\xf2\x94\x4c\x71\x41\x7a\xc9\xbf\x8f\xe3\x24\x29\x77\x48\x6b\x22\xc8\x66\xaa\x4b\x3a\x9f\xe0\x20\xed\xd6\x56\xab\x2d\x0b\xd9\x0a\xbd\x16\x3e\xc0\x8f\x4b\xf2\x46\xd3\xbb\x0d\xc3\xc4\xbb\x0b\xe2\xf1\x1a\x79\xde\x98\x25\x62\x47\xcf\x80\xf5\x32\x22\x89\xb6\x69\xb3\xfe\x14\xfe\x77\x4b\xd2\x66\xd5\xeb\xeb\x37\x12\xd7\x33\x82\xd0\x1f\xba\xde\x1d\xad\x66\xa0\x7a\xf5\xf9\x9b\x4d\xbb\x25\xd2\x68\x31\x61\x26\xd1\x92\x6b\x29\x11\x08\x53\xad\xb3\x58\x24\xf0\x94\x50\x9f\x47\x23\x5b\xb0\x69\xe3\x7e\xe9\x98\x07\xad\x75\x14\xfe\x04\x39\xf6\x90\x08\x8e\xc9\x56\xeb\xe6\xc5\xc8\xaa\x62\x7e\xa3\x08\x3e\x88\x67\x6e\x18\xf8\x2e\x86\x3c\xe2\x46\xb7\x8d\x28\xb2\x84\xf8\x3e\x36\xfc\x0c\xbd\x29\x86\xa6\x69\x39\xef\x2a\xa1\x34\x08\x46\xc9\x0c\x92\x0d\xa2\x26\x0b\x32\x66\x81\x6d\x04\x47\x08\x66\x13\xd3\xca\x2d\x60\xf8\x30\x84\x18\x1a\x56\x9e\x83\xc4\x49\x4d\x33\x70\x7c\xc5\x1f\x8c\x0b\xc2\x9d\xfd\xc1\xa6\x4e\x6a\x06\x4f\x18\x00\xe3\xe9\xf0\xcb\x13\xdc\x3d\xfa\x45\x03\x5d\xf9\x54\x06\xe8\x67\xab\x1d\xdb\x56\xc0\xb0\x40\x20\x3b\xb9\x05\x6b\xa5\xe0\x62\xc7\xbb\x7d\x32\x2a\x31\xfe\x1b\xae\x03\xa0\xbe\xe2\x57\x8e\xda\xb1\x16\x6b\x95\x04\x50\xd7\xfe\x48\xd6\x8d\x01\x59\xab\x10\xd5\x66\xe8\x6a\xd0\xca\xaf\x5d\x60\xf8\x6d\x4d\x1f\x95\x0b\x0d\xb2\x23\x16\x02\x2a\xd9\x1f\x45\xa4\x2c\x0d\xd6\xc2\x2e\x1a\x43\x5c\x1b\x5a\x2b\xe7\xe9\x56\xb5\xb2\x30\x4d\x04\xe5\x2c\x26\xd0\xa4\xc2\x65\x04\xba\x91\xb8\xb2\x85\x31\x57\x6e\x9e\x80\x08\x1d\x5c\xa2\x24\x0a\x32\x68\x23\x98\x25\xe1\x0c\x9a\x71\x11\xd5\x7a\x78\xf4\x21\xeb\x2d\x58\x82\xcd\x63\xf6\x51\xb3\x5e\x7f\x00\xae\x92\x10\x4a\xbf\xf3\xdc\xb2\x7a\xb1\xe2\x84\x1e\xf8\x3d\x66\xd8\xcf\x37\x4d\x79\x09\xe5\xd3\xcb\xee\x4c\xc5\x89\xf1\x68\xd9\x1d\xbf\x9b\x41\x3c\xd5\x0d\xe2\x7e\x83\xdc\x90\x12\xb9\xc1\xe7\x72\x43\xaa\xca\x0d\xf2\x4f\x90\xea\x72\x43\xda\x28\x37\xa4\x0f\x0f\xa9\x2e\x37\xa4\xaa\xdc\x90\x3a\xde\xfa\x06\x71\x22\xe2\x09\x83\x78\x6a\x81\x48\x92\x1b\x52\x8d\xab\x4f\xb9\xdc\xa0\xb4\x1f\xa4\xd5\x7b\x10\x15\x72\x43\xba\x5c\x6e\xd0\x67\xa8\xbf\xca\x64\x89\x29\x79\x3d\x51\x76\x27\x15\x65\x77\x0a\x4f\x39\x90\x4a\x64\x36\x68\x8b\x97\xbb\x25\x4e\x5f\x1f\x31\xd7\x64\x4e\x7f\x29\xb2\xb4\xb7\x95\xa5\xff\x0c\xb2\xb4\xff\x04\xb2\x74\xc1\x21\x74\x48\x47\xbd\x9c\x53\x9c\x2a\x12\xb2\x48\x4c\x3d\xad\xcd\x92\x51\x49\xaa\xd6\xbd\xb0\xde\xfa\xf9\xa6\x9f\x4d\x2a\x35\xd9\x09\xbe\x41\x84\xfe\xcb\xfe\x5f\xf6\x63\x91\xb8\x22\xfb\xfd\xf9\xe4\x4b\x23\x1c\x67\x35\x31\xf3\xa6\x24\xdd\xc0\xf1\xd4\x18\x26\xf4\x14\xd5\x6c\xfd\x55\xa4\x4a\x18\xd6\xb6\x61\x42\x2f\xdc\x53\xb6\x45\x98\x90\x66\x9b\x79\x74\x6a\x7c\xd9\x4e\xf3\x12\x02\x87\x2a\x62\xce\x1a\xfa\xc3\xc6\x8c\xb2\x4b\x71\x1a\x57\x0b\xa2\xbc\xb8\x5f\x65\x5c\x90\x9c\x8b\x95\x39\x16\x67\xbd\x6d\x40\xd0\x36\x20\xe8\xa5\x05\x04\x49\x94\x83\x39\x9e\xfc\xa9\x88\xc7\xb7\x42\x36\x5a\x63\xca\x47\xa6\x12\x68\xc6\x94\xd8\x79\x87\x7f\x67\x48\x92\xa2\x4b\xfe\x39\xf6\xc4\x71\xda\xff\x6e\x01\xed\xc0\xcf\xe9\xbf\x71\xe2\x43\xfe\x97\x1b\xc1\xfc\x77\x9e\xa8\x1b\x64\x3b\xc1\x48\x8a\xf4\x77\x81\x71\x9a\x5d\xa0\x60\x1c\xc4\x06\x15\xd6\xda\x4e\x9e\xa2\xe4\xf3\xbc\xe5\xd4\xa0\xb8\xdb\xe5\xc4\x61\xe1\x99\x70\x7a\x6c\x58\x92\x03\xd6\x42\x49\x5b\xa0\x0e\x63\x46\x26\xa5\xf7\x3c\xf1\xb9\xde\x19\x90\xd9\x6a\x1f\x65\xfd\xf9\x4e\xb6\xde\xcb\xad\xb7\xbf\x52\xe6\xf0\x58\x50\x2b\xc4\x14\x77\x2e\xa0\x00\xcf\x20\x76\x7b\x21\xfb\xbb\x97\x6d\xc9\xd0\x96\x0c\x3d\x0f\x32\xb4\xef\x32\x9f\xa1\x47\x3b\x0b\x7e\x23\x8e\xa2\x46\x04\xb3\xc9\xde\xd8\xc5\xf0\xde\x9d\x1b\x0a\xb6\x12\x5e\xd4\xc2\x99\xea\x67\x22\x03\x7c\x2b\x5e\xa3\xd5\x03\x41\xce\x40\x06\xfd\xd4\xc5\x93\x3f\xd3\x99\x78\x3e\x1f\x60\x1b\x15\xb6\xf5\xe0\xdd\x7a\xf0\xbe\x0c\x0f\xde\xee\x91\x60\x3c\xc3\xcc\x36\x0c\xec\x0b\xf8\xf0\x56\x71\x6d\xa7\xdc\xa9\x45\x3f\xf4\x03\x04\x3d\xbc\x87\x93\xa7\x71\xea\x61\xe8\xab\x62\xa0\x59\x88\x89\xb5\x9c\xd9\x6a\x70\x97\x95\xcb\x2a\xee\x95\x5e\x32\xd5\x3d\xda\x86\x6e\x7d\x45\x66\x60\x9a\x66\x18\x41\x8a\x8a\xb6\x9c\xc0\x96\x13\xd8\x72\x02\xcf\x86\x13\x58\x4e\x85\xd7\xe3\x05\xf4\x02\x60\xc0\xf8\x90\x78\x6e\xf8\x3e\x88\xfd\x32\xa6\xa7\x68\xa2\xc1\x3d\x83\xc1\x96\xd2\xb7\x40\xa4\x71\x82\x47\xc9\x34\xf6\x9f\x21\xf1\x12\xd4\x9b\xcd\x54\xd1\x0a\xc8\x85\x74\xed\xd2\x6a\xc0\x74\x8e\x80\x29\x21\x01\xb4\x03\xff\x91\x24\x66\x33\xc9\xc9\xb6\x05\x5d\xb7\x4e\x54\xcf\xdb\x89\x6a\x49\x41\xd7\x7a\xfb\x56\x93\xcb\xd5\x34\xd8\x63\x5f\x6d\x43\x55\x5d\x19\x4f\xad\x57\x75\xe5\x53\x34\x17\x76\x5d\x6e\x71\x5a\xcf\xd8\xc4\xb3\x7a\x71\xeb\x90\xd3\x1f\xf0\xd4\xd8\x81\x6c\x2c\x61\x2b\xe2\x7e\xc3\x97\x2e\x45\x4d\x6e\x36\x19\x26\x2e\xf2\x6f\xa7\x28\xbc\x15\x21\x00\x19\xf5\x2a\x6b\x65\x66\x61\x75\xeb\x2b\x56\x2c\x16\x0f\xc4\x5b\x15\x2b\xd2\x54\x52\xc8\x26\xc0\x90\x52\x53\x1b\x5a\x02\x6e\x32\x62\xaa\x59\xb6\xb2\x6a\x42\xd2\xda\xf5\xa4\x28\xf9\x1c\x2c\x59\x45\xd8\x12\x8e\x1f\x64\x5e\x32\x83\x68\xbe\xe7\x4d\xdc\x20\x56\x60\xf4\x43\x90\x0d\xf8\x2e\x09\x9f\x6e\x72\x9b\x68\x3b\xc1\x23\x5e\x98\x90\x1b\x6d\x01\xcd\x9c\x94\x85\xd3\x31\x77\x07\xcf\x7a\x09\x98\xa2\x30\xeb\x05\x80\x4e\xc0\x2d\x4b\x84\x38\x6f\xdc\xb6\x54\x5b\xa9\x96\xcb\x83\x9b\xaf\x54\x2b\x8e\xff\x97\x2e\x56\xab\x90\xc5\xaa\x5a\x40\x21\x81\x9b\x63\x0b\x70\x81\x40\x78\x0c\x00\x59\xcf\x82\x5d\xf9\x0d\x25\x84\xa1\x97\x1b\x39\x06\x4e\xd2\x24\x4c\xc6\x73\x91\xfd\x5e\x8f\x4c\x88\xc9\xe9\x56\xcd\xb4\x2e\x30\xf8\xa9\x2a\x52\xc7\x14\xd1\x95\xbc\x9f\x1e\x46\x5b\xb9\x8d\x20\x90\x86\x64\x65\x0c\x3a\x33\x9b\x80\x44\x05\xe0\x7b\xf6\x19\xcc\x26\x27\x31\xf9\x92\x3e\xb9\xac\xca\xc3\xa7\x19\xe9\x15\x37\x79\x87\x27\xab\x0f\x78\x16\xfa\x20\x1e\x13\xde\xb8\x30\xdb\xf4\x92\x87\x07\x13\x39\x46\x29\x34\x5b\x3b\x43\x04\xdd\xbb\x1d\x3a\x1c\x43\x14\x51\x2e\x3b\x1e\x97\x8f\x20\x47\x4a\x7e\x23\x0d\x56\xec\x41\x64\x54\x81\xa3\xc4\x30\x91\xd3\x3e\xdc\xdd\xe5\xf3\x96\x43\xac\x7c\x69\x1e\x1d\x57\xe1\xd9\xf0\xba\x87\x53\xcc\xb2\x55\x09\x6c\x55\x02\x5b\x95\xc0\xf3\x51\x09\x7c\xd5\xf4\x1e\xcc\x94\xb0\x4e\xaa\x0f\x99\xb5\xdc\xaa\x10\x56\x21\x5d\x51\xcc\xfe\x19\x6a\x12\xbe\xba\xba\x5a\xdb\xa2\xd6\x11\xd3\x8d\x00\x5e\x42\x91\xf4\xe5\x8b\x7f\xee\xa5\xd3\x57\xac\xfe\xd9\x9d\x71\x49\x02\xe6\xce\x76\x5c\x30\x32\xfe\x62\x00\xdf\xeb\x55\xeb\x32\x32\x79\x98\xbf\x67\x4d\x7f\xa9\x5d\xa3\xaa\x30\x96\xf0\x02\x64\xc8\xeb\x41\xbb\xd8\x8f\xdb\xc0\x7f\x06\xce\x39\xfa\x37\x7a\xae\x49\x2c\xd7\xbb\x44\x1a\xf9\x74\x3d\x0f\x66\x59\xcf\x60\xff\xae\x49\x2e\xaf\x29\x8d\x2d\x03\xc2\x14\x75\xfa\x8b\x0a\x02\x13\x67\xb9\x29\xa9\x0b\x3b\xf5\x6d\x95\x3c\x72\x39\x66\xaa\x40\x68\x7d\x0f\x9e\x49\x88\xc5\xa3\xaf\x0b\xbf\x06\xdb\xfa\x1b\xdb\xfa\x1b\xdb\xfa\x1b\xdb\xfa\x1b\xcf\x20\x3c\x64\xad\x2c\xce\xba\x76\x4e\xc8\x59\xbc\x1e\x06\x62\x82\x15\xd3\xfe\xae\x88\xae\x43\x9c\x2a\xd0\x20\x3b\x41\x48\xea\x94\xd4\xc8\x26\x24\x82\xa5\xe1\xaa\x57\x42\x56\x52\xea\xd2\x47\x9f\xb7\x37\xf4\xb6\x34\xc7\xb6\x34\x47\xbb\xd2\x1c\x2a\x03\xd1\x31\x8b\xf2\xcb\x8c\xd4\xfb\xd6\xc3\xbc\x85\xf2\xbc\x67\x94\x2e\x15\x7f\xd6\x70\xee\xc7\x07\x29\xae\x4b\xce\x42\x0d\xb8\x6b\x51\x4a\x03\x1a\x83\xf2\x0a\xd2\xc5\x83\xf2\xb8\x21\x46\xb7\xcc\x86\xb9\x12\x29\xae\xc5\xde\x65\xbd\xec\xd9\x88\x31\xdb\x10\xbd\x6d\x88\xde\x9a\x21\x7a\x94\x08\x61\xaa\xff\x7f\x76\x8a\x9e\x6f\xd6\xf1\x9a\x6d\xba\xb0\x95\x37\x7b\x00\x50\x19\x19\x48\x4e\x70\x0d\xd9\xb9\xbf\x59\x6d\x41\xfa\x24\xda\x82\xa8\x8d\xb6\x60\xf8\x65\xb5\x05\xd1\xd7\xd1\x16\x8c\x5e\x92\x2f\xe5\xf0\xcb\xaa\x36\x8a\x79\x27\x5b\x1f\xce\x3f\x83\x0f\xe7\xcc\x31\x71\x0b\xaf\xcc\xcd\xf8\x79\x4a\xc9\xf2\x0a\x93\xcb\x92\xdc\x7a\x52\xea\xf9\x70\x79\xea\x79\xc5\xc9\x6b\xb5\xcb\xc1\x48\xf3\x08\x15\x39\xf3\x46\xb5\x19\xe8\x47\x4a\x7e\xbd\xa9\xd6\x5a\x4d\x3d\xcf\x84\x04\x66\xa8\x3d\x15\xaf\xc9\x28\x16\xd9\x71\x2e\x2c\x14\x29\xd1\xe3\x04\x07\xa3\xc0\xa3\x36\x15\x53\x64\xce\xb5\x76\x30\x9a\x2f\x98\x83\x99\x29\x71\xf2\xa5\xa5\xca\xa2\x6e\xa3\x66\xec\xbc\x8b\xed\x63\x17\xbb\x1e\x8c\x31\x44\x8e\xe3\x40\xe9\xe7\xee\x6e\x6c\x97\xf6\x1b\xda\x49\xfe\x90\x9a\xaf\x8b\x46\xca\xdf\x93\x1e\xcd\xc6\x43\x93\xf8\x8a\xa7\xe4\xbe\xeb\xa2\x87\x3e\x6a\xed\x14\x27\x1a\x1d\xa0\x32\x8f\x6f\x91\x4c\xb7\x5c\x56\x4f\x5e\x23\x28\x17\xd8\x63\x2b\x11\x2d\xd7\x3d\x69\x65\xb2\xb9\x45\x5b\x61\x8f\xad\x42\x69\xbe\xee\xe1\xda\x67\x73\xab\xb7\xfc\x03\x4c\x53\x9f\x7e\x00\xc0\x8e\x54\x06\xb1\x89\x80\x71\xe8\xf1\x1c\x88\x6e\x18\x26\xf7\xe4\xcc\x96\xdf\x84\xbe\x64\x0a\x51\x16\x64\xd4\x79\x29\xb6\xb3\x29\x35\xb4\x99\xc8\xca\x3d\x17\x7b\x13\x93\x50\x1a\x1b\x22\x94\x20\xd2\xc6\x9f\x12\x69\xed\x75\x4d\xa0\xf6\xa1\x9b\x1d\x63\xa1\xa4\x7d\x84\xa5\xf6\x51\xb2\x66\xea\xde\xb6\x42\x09\xc9\x8e\xa8\x0f\xc9\x6d\x9a\xd1\xe4\xcd\xd6\xa2\xe9\x98\xf9\x30\xc3\x28\x99\x9b\x1b\xf2\x6a\xa9\x54\x56\x80\x25\x76\x19\x43\x6c\x62\x40\xa5\x67\xa5\xda\x1e\x06\x85\xcc\x5c\x20\x0b\xde\x5e\xe3\x26\xc9\x9c\xae\x55\x67\x48\xd5\x55\xb2\x3c\xa9\x21\x4d\xce\x63\x18\x16\xf7\xdd\x6c\x29\x36\xf3\x9d\x16\xdc\xec\xfe\x77\x0b\xcc\xf6\x56\x48\xce\x2c\xaf\xf8\x72\x57\xef\x08\x62\x14\x78\xd9\x6d\x8a\x92\x59\xe0\x43\x54\x32\xef\x81\xf3\xfa\x75\x00\x52\x33\xa5\x7e\x3f\xa2\x3e\x33\x9b\xab\x97\x81\x89\x9b\x9d\xb1\x67\x2f\xf9\xa3\xbd\x60\xe3\x49\xa6\x03\x67\x62\x9a\x99\x56\x5e\xa1\xf0\x21\xc6\x5d\x7d\x88\x13\x67\x62\x66\x4f\xe1\xf7\x3c\xd5\x01\xf3\x7c\x96\x9d\xbd\x9e\x3d\x1d\xb0\x54\xb2\xa1\x73\xb2\x4c\x0d\xb4\x46\x3c\x58\x51\x88\x55\x1c\xef\x52\x08\x16\xc8\xe4\x72\x0d\x99\xec\xc2\x3d\x5b\x4f\x86\x6b\x15\x38\xbb\x54\xed\xbb\xc2\x71\xf6\x25\x19\xf2\xb4\xaa\x10\x6b\x79\x3e\xc6\x2d\x3c\x1f\xbf\xb8\x56\xb5\x5c\x96\xe2\x62\x05\xaa\x7e\x59\x92\x2f\x78\xfb\x6a\x11\x2f\x26\xbd\xab\xc4\xab\x52\x7a\xb4\x79\xe3\xab\x5e\xe3\xe1\xd9\xea\xfa\x73\xcd\x91\xa6\x5a\x56\x81\xe6\x63\x2b\x99\xa1\x31\xc4\x84\x61\x9a\x41\x93\xda\x3b\x35\xfe\x26\x84\x98\x3d\x10\xe7\x0e\x64\x56\x4a\x8c\xdc\x38\x0b\xc8\x97\xbe\x49\x14\xc7\x19\x03\x94\x64\x3c\x06\xec\x30\x5b\x8d\x4a\x5f\xce\xa1\x6f\x95\xbe\x5b\xa5\x2f\xc3\x36\xcf\x38\x46\x59\x2d\xb7\x23\x98\xe9\x18\xde\xf3\xdb\x75\x42\xa5\x05\xe3\xd2\x1d\xc3\x57\x71\x82\x5f\xb1\xf7\xb0\x76\xf0\x04\x25\xf7\xaf\xa0\xed\x25\x3e\x74\xfe\xf6\xe6\x6f\x00\xb6\x2f\x1c\xcd\x99\xe8\xb5\x93\xb2\xc0\x78\xb6\x24\x49\x4b\x79\x79\xc9\xe9\xac\xe6\x69\x01\x88\x61\x45\x49\x9d\xbb\x53\xad\xb7\xf0\x12\x74\x71\xfe\x56\x27\xf6\x67\xd0\x89\x45\x8e\xd9\xa2\xdc\x03\xe7\x0a\x1a\xc6\x91\x3b\x84\x0c\x22\x8e\x3c\x3e\x9c\xd9\xab\x2d\xec\x50\xb4\xb2\x29\x84\x9a\x4a\xa9\xdf\x05\x99\x3f\x91\xee\x91\x5a\x31\x3c\x63\x17\xe1\x8c\xe5\x44\xf8\x7f\xa5\xab\x11\x76\x7e\xff\x6e\x41\x13\x1f\xc1\x78\x66\x91\x97\x49\xf0\xc7\xab\x0f\x86\x95\xff\x3f\xbe\x78\x9a\xb2\x95\xca\x16\xf6\x14\x85\xf9\xef\x8a\xe1\x1a\xd9\x08\x7a\xc9\x38\x0e\xfe\x80\x26\xa6\x51\xb9\xb6\x6d\x67\x03\xc7\x7c\x03\x50\x99\x4a\xc9\x25\x52\x6d\x41\xdc\x2f\xee\x63\x88\xe8\x8b\x59\x55\xc7\x25\x6e\x2e\xa1\xaf\xdd\x0f\xab\x1a\x06\x45\xbd\x40\xe6\x2a\xda\x07\x56\xde\x85\x79\x11\x46\xef\x42\xd1\x52\x65\x66\xf8\x9e\xda\x8c\xaf\x65\x05\xaf\x12\xea\xe7\xbb\xbb\x6b\xc2\x86\x8d\x3e\xa8\x61\x7a\xf8\x48\x85\xf7\x11\xcf\x03\x68\xd3\x3c\x99\x84\xfd\xb1\x7a\xab\x38\x26\xf1\x14\xe7\x93\x7c\x22\xc6\x4f\xad\xa7\x28\xf1\x90\x38\xbe\x26\x6b\xf3\x33\xd9\xbd\x86\xa1\x22\xa0\x46\x4b\x89\x7c\x06\x31\xa1\x43\x1b\xf0\x26\x92\xad\x8d\x20\xda\xa9\x16\xd8\x7d\x09\x44\x6a\xb4\x25\x52\x7f\x06\x22\x35\x6c\x16\x5d\xbd\x30\x80\x31\xde\x9f\x60\x9c\x2e\x31\xc6\x14\xd7\xa6\x55\x71\xa3\xe5\xd4\x4e\x2f\x82\xb4\xef\x07\x19\x0f\x3b\xaf\x54\x0d\x8e\x3a\x50\xc4\x54\x18\x6e\xe8\x1b\x96\x26\x9a\xb4\xd6\x44\x23\x5a\x7d\x8f\x95\x6d\xf5\xb4\x76\x5e\x1e\x8d\x75\xfa\x4a\xe1\x60\xad\x98\xad\xe4\xbc\x45\x68\x11\x37\x16\xe8\xf9\x31\x9a\x69\xca\x28\x88\xfd\xc3\x30\x34\xad\x22\x9e\x8a\xad\x49\x22\x36\xfc\xc8\x61\xdb\xf7\x32\x4b\x89\x45\x91\x96\xa9\x4a\xd6\xac\x4c\x2e\x74\xde\x99\xc5\x91\x94\x3c\x88\x29\xc9\x10\x5b\x65\x8b\x9a\xe8\x65\x1e\x80\x4c\x4a\xc0\x2c\xf6\x73\x21\x86\xf1\x83\x67\x6d\x56\xab\xcc\x6c\x2b\x1c\x04\x4b\x38\x00\x79\xc2\x01\xbe\x82\x9e\xa2\xdc\xaf\xac\xfd\xe1\x81\x29\xd3\x59\xbb\x3b\x4c\x10\x36\xcb\x84\x00\xa5\x15\x66\xd1\x87\x83\x1e\xce\x59\xb1\xc4\x91\x69\x06\x4e\xa4\xea\xb1\xf9\xfb\x6e\x42\xdd\x3c\x52\x2b\xe5\x6e\x4e\xdd\xac\x01\x16\xa7\xb8\x3b\xd9\xf6\x75\xd0\xca\x45\xe8\x4e\xbb\x35\xe8\xdc\xa2\xb6\x7e\xd1\xe1\xc2\x14\xd7\x5c\x69\x78\xd8\xcc\x19\x48\xa2\x6c\x3d\x5f\xc0\xa4\x58\x82\x25\xf7\xa9\x69\xae\xaa\xc3\x46\x4b\xa4\xde\xfb\x20\xf4\x3d\x17\xf9\x2b\xe5\xdd\x0d\xa8\x2a\x19\x2a\x4a\x34\x0e\x3a\x66\xec\x76\x66\x89\x68\x92\x16\x68\x3c\x85\x28\x0a\x8a\x02\xce\xad\x8d\xe8\xed\x95\x9a\xe5\x04\x99\xac\xdb\xcc\x9e\xad\x6e\x93\x19\x35\xeb\xb5\x31\x92\xee\x91\xef\x35\x50\xad\x9d\xdf\x1b\xf6\x6d\x42\xcb\xe3\x65\xb6\x3b\x0c\xc2\x80\x60\x3a\x82\xa6\xfa\x83\x9d\x60\x64\x42\xee\xae\xf5\xee\xcd\xee\xee\x6b\x68\x13\xa6\x66\x4e\xf0\x35\x93\xcb\xca\x9d\xb2\x3d\x97\x70\x5e\x96\xc5\x94\x3b\x31\xbc\x2f\xa9\xa2\xf9\xb7\x37\xff\x43\xb0\x30\x62\x6f\xf0\xaf\xc2\x56\x20\x2c\x25\xc1\xc8\x2c\x78\x1e\x58\x7a\x24\x4b\x88\x94\x7c\x83\xdf\x65\xc7\xdc\xef\x16\x38\x67\xee\xb8\xbf\x53\x87\xb9\x82\x7c\xc4\x96\x41\x64\x18\x2a\xbb\x08\x7e\x67\x07\x86\x19\x2c\xa8\x61\xdc\x7f\x33\xe0\x89\x6f\xe0\xce\x21\x42\xee\xdc\x0e\x32\xfa\xaf\x49\x99\x3a\xe4\x20\x21\xa0\x01\xc3\xb2\x76\xde\x50\x91\x88\x7b\xd1\x41\xe7\xdd\x6b\x72\x3c\xbd\x70\xea\xc3\x8c\xbc\x31\xdf\x20\x79\xbe\xbc\xf4\xd8\xaa\xa5\x3d\x05\xf5\x52\xfc\xcd\x16\xc5\x37\xe9\xa9\x9f\x88\xc8\x12\xab\xa9\x55\x2e\xd7\xe7\x2f\x5e\x96\x3d\x58\x76\x29\x8f\x08\xda\xcf\xd2\x8b\x95\x13\x16\xbe\xe7\x94\xc9\xc6\xb5\x4a\xd9\xd2\xc0\x55\x7c\x3a\xdc\x8f\x07\x07\xb0\x1f\x0f\x1c\x1f\x7a\x89\x0f\x3f\x5e\x9d\x1e\x25\x51\x9a\xc4\x30\xc6\x26\xe9\xb4\x7a\xb4\x97\xfc\x09\xc8\x5b\x2d\x72\xab\x87\x59\x0c\x4e\xa8\xe6\x90\xf2\xb5\x6b\x18\x39\x84\x66\x6c\x43\x71\xbe\x85\x50\x9c\xcc\x19\x82\xf0\x91\xa1\x38\x84\x6c\x65\x41\x3c\x0e\x1f\x5b\x22\x6b\x9b\xdf\x68\x9b\xdf\xe8\x4f\x99\xdf\x88\xa9\x51\xaa\x69\xe2\x45\x6d\xfa\x5e\x1d\x7e\x69\x5d\x05\x1f\x50\xe9\x52\x83\x51\xad\x87\xbf\xb4\xe2\x7d\x25\x10\x68\x49\x94\x51\xb6\xac\xb0\x7e\x93\x48\x8b\xcc\x05\xad\x99\xcf\x25\xd3\x10\xf0\x52\xfa\x59\x0e\x62\x9b\xe5\x65\xe2\x62\x6f\x76\x20\x3d\xdb\x5c\x5b\x5f\x72\x07\x74\x41\xe1\xaa\xd7\x0b\xab\xb5\xf4\xe3\xac\x17\xf2\x82\xfd\x7e\x8f\xd6\x0a\x23\xe7\xca\xca\x95\xf4\xfb\x0d\x59\x87\x98\xbb\xc3\x7e\x8a\xa0\x4f\xa4\x76\x98\xed\xbb\x5e\xf8\xa4\xf9\x07\xcb\x86\xc5\xe9\x71\x0f\x3a\xef\xa0\x7d\x7a\x0c\x98\x7b\x23\xf9\x41\x99\x92\xd6\x8b\x9d\xe2\xc9\x5e\x04\xf1\x24\xf1\xbf\xd4\xa2\xd5\x95\x82\xe3\x20\x4b\x43\x77\x5e\xb6\x4a\x0d\xad\x5f\x83\x95\x4d\xd8\xe3\xc5\x3c\x9e\xf0\x3d\x18\xc6\xd6\xdf\xe1\x3c\xf1\xc5\xcf\xc4\x87\x80\x3b\x03\xb2\x16\xa9\x98\x1d\xe0\xa5\x42\x58\x07\xff\xf1\xf0\x60\x18\x40\xb4\x09\x37\x42\xde\x4c\x0b\x8a\x08\xc0\x44\x3a\x60\x95\x45\x58\x0b\xfb\x1b\x48\x35\x46\x48\x7b\x81\xf2\x9c\x02\x1a\xe9\x22\x12\x03\x50\xd9\x69\x6c\x1d\xe0\x1e\xb6\x71\xc2\x7e\x32\x9a\x8f\xf3\x7c\x67\x65\x7a\xc3\xea\xfe\x07\x92\x27\xd9\x93\x6f\xbe\xec\xcf\xeb\xbc\xeb\x43\xc9\x03\x19\x18\x7f\xa1\xf2\x85\xd4\x74\x60\x1c\x86\xe1\x2b\xbe\x15\xd9\x2b\xf3\x2f\x96\xc1\xf9\xa7\x81\xa0\xfd\xef\x93\x24\x84\x6e\x6c\x55\xfc\x7e\x19\x78\xad\xb5\x98\x43\x6b\x5f\x63\xa2\x47\xed\xf1\xdd\x6c\xb9\xa2\x01\x05\xe3\x09\xde\xc3\x28\x88\x9e\xc2\xd1\x80\xb1\x62\x8b\x9f\xe1\x9c\xec\x8a\x49\x15\x89\x42\x51\x00\xed\x9f\xe1\xdc\xc6\xc9\x87\xe4\x1e\xa2\x23\x97\xa6\xc0\x15\x54\x68\xdf\xb0\x24\xe9\x8c\x6f\x00\x95\xcc\x18\x6d\xda\x59\x19\xea\x55\xdd\x89\x98\x16\xde\xf9\x02\xb7\x5c\xbd\xd6\x3c\x89\x1f\x6b\xe1\x3f\x00\xad\x0e\x09\x9d\x77\x7c\x52\x18\x63\x44\xf9\x23\x9a\xcd\xef\xe1\x61\x91\x97\x32\x02\xf9\x12\xe4\x51\x2f\x89\x3d\x17\x53\xd3\xe5\xe0\x71\x47\xa1\xea\x67\xf1\x25\x11\x76\x59\xb3\x9f\x23\xec\xb2\x01\x5c\x25\x21\x1d\x6b\x9a\xd0\x3e\x3c\xfa\x90\xb1\x1d\x20\xad\xc7\x0c\x1c\xc5\x44\x96\x1d\xb9\xa9\x59\x80\xb4\x00\x2b\xf9\x5f\x7d\x90\xb5\x2f\x7b\xb4\x35\x89\x48\x29\xa8\x67\xb8\x67\xad\xdf\x00\x25\xe1\xb3\xfc\xe6\xd2\xc7\x83\xec\x8b\x05\xb0\xf6\x5b\x89\x93\x6f\x16\xa4\xe9\xd4\x27\x64\x03\x57\xc7\x4b\x54\xd3\x92\x9f\x23\x17\xb1\xf1\x21\x51\x54\xd6\x6a\x7f\x2a\xf4\x34\xe6\x5f\x81\x79\x10\x94\xbb\xa4\xfe\x05\xc1\x6e\x60\x0b\xea\x10\x11\xed\xb8\x4c\x10\xe6\xdf\x41\x3c\x42\x9a\x48\x9f\x65\xe3\xe4\x1a\xa3\x20\x1e\x9b\x96\x96\x7e\xb4\x16\x7d\xc9\x23\x5a\xa0\x31\x39\x85\x69\x2d\xbc\xa2\xfb\xa9\x70\xa2\x88\x0e\xfb\x3a\x17\xa4\xfc\x88\xe2\xe3\xb5\x3e\x82\x38\xb9\x83\x4f\xcb\x37\x3d\xf2\x5e\x1f\xd2\x20\xa3\x04\x89\x53\x58\xfe\x2e\xd1\x3c\xa4\xb8\x7d\x25\x52\x7f\x71\x78\x41\xf8\x9e\x7f\x19\xc4\x20\x7d\x20\x9d\x05\xe5\x37\x64\xef\xed\xeb\x1a\x96\x53\xe5\xb9\x98\x8f\xd0\xc5\xc8\xc4\x1a\x2f\x06\xf4\x92\x44\x1a\x54\xbd\x7b\x6d\xb0\x14\xef\x34\xc0\x24\x7d\x12\xee\x69\x09\xbb\xf1\x43\x71\x33\x05\xca\xf6\xf7\x8a\x70\x3d\x99\x2b\xfe\x3f\x30\x1a\x42\xb4\xe7\xbb\xd8\x95\x46\xef\x7f\xca\x92\x78\x03\x6c\x71\xe3\x03\xc5\x5a\x16\xaa\x06\x69\x0c\x71\xa9\x77\x29\xf5\x51\xe2\x7b\xe7\x54\xd3\xb0\xea\x45\xc9\xe2\xf7\xdc\x34\x68\xfd\xa6\x74\xf0\x4b\x7d\x5b\x04\xb3\x76\xdf\x94\x0e\x7c\xa1\x6f\xa9\x29\x89\x40\xd3\x30\xc9\x19\x44\x1e\x43\xb5\x70\x0c\x4a\x4d\xd9\x4a\x59\xd1\xfc\xb2\xf4\xa0\xcc\x5e\xec\x3e\xca\x77\x07\x71\xaf\x9b\x14\x05\x91\x8b\xe6\x3f\xc3\xb9\x01\x62\xfb\xf2\xea\xf4\xec\xf0\xea\xb7\xdb\x9f\x4f\x7e\x2b\x87\x64\xe1\x74\xcc\xfb\xaf\x3f\x7c\xfc\x91\x76\xe6\x08\x66\x69\x12\xfb\x3f\x24\x88\xda\x40\xaf\xa0\x97\x20\x5f\xb1\xe7\x30\x73\x5d\xfd\x38\xec\xbc\xa3\xec\x4c\x6c\x39\xef\x30\xf9\xb7\xff\x66\x60\x59\x40\x4d\x66\xe2\xb6\x38\x18\xf2\x17\x5f\x7d\x40\xa8\x0f\x56\x83\xd3\x01\x6b\x6c\xea\x9d\x40\xd7\x87\x28\xab\x3b\x56\xbe\x57\xd7\x2a\x84\xce\x0a\x38\xa6\x70\xdd\x1b\x05\xf1\x18\xa2\x14\x05\x31\x86\xa8\xce\x6b\x81\x79\x40\x4a\xc7\x33\x78\x71\xc7\x93\xfb\x49\xa8\x18\x87\x59\xab\x75\x0b\xce\xbb\xbf\x4a\xc6\xbe\xd2\x5e\xf3\x57\xd9\x78\xf3\x57\x6a\xbc\x11\x55\x5d\xea\xbd\x28\x61\x93\x25\xa7\xaf\xd1\xcc\x81\x43\xde\x94\x9c\xb0\x62\x5a\x64\xfb\xde\xee\xae\xe9\xf6\x63\xfb\xa7\x93\xc3\xe3\x93\xab\xeb\xdb\xe3\xc3\x9b\xc3\xa3\x93\xf3\x9b\x93\x2b\xfd\x69\x32\xd8\x02\xf2\xd8\xf3\xc3\xb3\x93\xeb\xcb\xc3\xa3\x13\x7d\xa8\x34\x41\x9c\x1d\x90\xff\xf5\x4a\x6c\x89\x25\x08\xd7\xbf\x9d\xbd\xbf\xf8\x30\x70\x5c\x80\x73\x7e\xb9\xa7\x8f\xba\xdc\x01\xbf\xb9\x2e\xc6\xae\x37\xf9\x49\x9c\xdd\xa4\xec\x91\x8e\x9f\x01\xcc\x37\x20\x93\x5c\xc1\xed\x1f\x2e\xae\x4e\x4e\x7f\x3c\x27\x17\x1d\x84\xf6\x39\x7d\x29\x7a\xeb\x2b\xd7\x5e\xb9\xf0\xc5\x8d\x5e\x14\xb6\x78\x08\x4c\xe4\xc4\xc2\x56\x22\x4d\xca\xac\xf4\x25\xf2\x61\x9e\x1c\x1c\xd3\x50\xb7\x3b\x0b\xe8\xfe\x0c\x07\x88\x32\xa9\xae\xd5\xeb\xa3\x01\xff\x93\xe0\x0d\x80\x99\x36\x16\x01\x37\x6f\x83\x98\x8a\x75\xd2\x3c\xb5\xeb\x2f\xcc\x8c\x2d\x6a\x4c\x2b\x67\x62\x96\x9b\x72\x2a\x72\x4b\xd9\x39\xe5\x99\x17\xc4\xf3\xdc\x2c\x54\x82\xdf\x91\xd7\x44\x18\x42\xf3\x35\xf5\xd1\xd8\xdd\x35\xb1\x43\xe6\xd1\x97\x17\x02\x04\xe2\xbe\xf2\x8d\x06\x96\x89\x2d\x65\x3d\x1f\xa9\xab\xd6\xf3\x59\xcf\x31\x0c\x61\xab\xf5\x64\x4b\xd6\x43\x16\xb3\xe8\x67\x83\x5e\x65\x0d\x59\xed\x1a\x16\x7d\x34\xe8\xc5\x7d\x34\x00\x7d\xf9\x10\x93\x36\xe5\x77\x6e\xf5\x33\x82\x08\xf2\x38\x41\x11\xa5\x14\x57\x74\xe1\x19\x94\x5d\xb7\xd9\x72\xf9\x7e\x15\x23\x2f\xdd\x79\x98\xb8\xbe\xc9\x06\x89\xe5\x17\xdd\x44\x82\x67\x1e\xc7\xb4\x7f\x87\xc5\x16\x1b\x04\xc5\x51\x17\xe8\x08\x62\xd7\xc9\xac\xa2\x18\x1d\x23\x99\xf5\xeb\x58\x90\xc1\xbd\x0c\xf4\x31\xb3\x2a\x12\x89\x66\xd0\x0b\x73\x06\x59\xf1\x5f\x71\x1c\x27\x38\x88\x7b\x41\x8e\x83\x08\x66\xd8\x8d\xd2\x82\xf1\x32\x63\x78\xff\xea\xd8\xc5\xd0\xb2\xc7\x10\xdf\x04\x11\x34\xa5\x17\x2f\xd6\xcb\x69\x4f\x51\x24\xaf\x8a\xa4\x1e\x1e\x16\xf9\x8e\x4f\xbf\xeb\xab\x9a\xee\x02\xf9\x2f\x3c\xd7\x9b\x40\xee\xe8\xd3\x0b\xfa\xc8\x3e\x3a\x3c\xfa\xe9\xe4\xf6\xe8\xe2\xfc\xe6\xea\xe2\x83\x86\x2b\x81\x37\x45\x59\x82\x7a\x81\x04\xf1\xf4\xfc\xf8\xe4\xdf\xfa\x38\xdf\x53\xc6\x34\xe2\x69\x61\x20\x0d\x5a\x20\xea\x7c\x47\xf7\x02\x0a\xfa\xc6\xe7\x3d\xe4\xc6\x63\x68\x0c\x76\x77\xcd\xc4\xa6\x7f\x2b\xcd\x12\xfd\x08\x44\x16\x11\x3a\x94\x12\xf6\x99\x1b\x3a\x6f\xe1\xff\xfc\xa5\xe8\xb2\x78\x7c\xb9\xe1\x38\x4e\x46\xc7\x91\x9b\xca\x8e\x8d\xf4\xb5\x80\x5b\xef\xcd\xa3\xf8\x0a\x5f\xcf\x63\x8f\x7c\x41\x03\x30\x28\xd4\x0c\x0b\x92\xbc\x72\x3a\x55\xbe\x41\x89\x50\x6c\xf0\x4f\x51\x78\xac\x7a\xa3\xe7\x63\x99\x70\x09\xda\x96\x19\xdf\x10\x33\xbe\x1e\xd3\xec\x25\x09\xf2\x83\x78\x49\xe1\x9a\x35\xbe\xa7\x04\x6c\xfb\x39\xbf\xca\xe7\x24\xf2\xc7\x7a\x9f\xf1\xeb\xa6\x72\x80\xf1\xec\x09\x53\x36\xd3\xe0\xe8\x17\x90\xc5\x01\x04\x0e\x4f\x06\x62\x66\x8e\x7c\x52\x9e\x3e\x6d\xf2\x0a\x1e\xbe\xde\x39\x53\x61\x90\x34\xc2\xc2\x83\x47\x62\x1e\x3c\xc2\x08\x5c\x4f\x40\x14\x9a\x65\x73\x41\xb5\x9c\x8c\x7d\x83\xf1\xcc\x9e\xb9\xc8\x34\x8e\x2e\xce\xaf\x3f\x7e\x90\x08\xf8\xed\x87\x8b\xa3\xc3\x0f\x86\xe5\x38\x0e\x04\x7d\x8d\x1d\x1c\xf4\xa0\xe2\xc3\xd6\x90\x79\x82\x1e\x82\x6d\xe2\x89\x6d\xe2\x09\x05\x4f\xaa\x65\x20\x36\x40\xfb\x74\x88\x2b\x09\xe0\x37\xeb\xa3\xeb\x3e\x49\x92\x5c\xd4\x26\x49\x6e\xf8\x65\x93\xe4\xa2\xaf\x93\x24\x37\x7c\x99\xfc\xd3\xe3\xe2\x4a\xc3\xd5\xfc\x53\xf8\x74\xba\xe9\xba\x7b\xa3\xe2\x52\x24\xe1\x52\x08\x5c\xd3\x95\x0a\xd5\xf4\xcb\x85\x0c\x7a\xc8\x3e\x22\x88\x41\x6e\xcb\xd9\x17\xd6\x75\xdd\x2d\xf0\x17\x53\x5e\x7f\x39\x4b\xcf\x1a\xd9\x73\x68\xfa\x83\x51\x82\xa2\xf7\x30\x4c\xe2\x71\x76\x93\xe8\x2a\x94\x32\x48\x3c\x2f\x06\xff\xe4\x66\x67\x6e\x3c\x5f\x32\x74\xa5\xb6\x11\x5b\xce\x3b\xdc\x5a\xe7\x57\x19\xfd\x03\x0f\x04\x5e\x3d\x52\xd7\xf0\xad\x18\xae\x2b\xe0\x56\x0c\xd7\xf5\x63\xb5\xc3\x57\xa7\x79\x97\x4f\x4b\xad\x8f\xe9\x23\xe9\x5c\x09\xab\x86\xc2\x71\xcd\x2b\x61\xce\x77\x5e\xae\xad\x82\xc8\x2c\x09\x61\x25\x9b\x64\x16\x2f\xa1\x39\x41\x41\xb6\xa6\xdc\x82\x80\xbb\x52\x62\x61\xb0\xb9\x96\x1c\x50\x7e\xb6\xad\xd4\x82\x1a\xa5\x16\xd4\x20\xb5\x20\x5d\x6a\x41\x0a\x6b\x87\x96\x64\x60\xc8\x4b\xfb\xc1\x12\xd4\x1c\x2c\x43\xcd\x04\xb8\xc0\xfa\x74\x26\x6d\x5b\x28\xbf\x3f\x45\x81\xc3\xa5\x04\xba\x35\xa4\xe1\xc6\x1d\x9b\x56\x0e\xe3\x6c\x8a\xe0\xe9\x71\x25\x81\x0c\xaf\xd2\x75\x7a\x5c\x54\xf0\x3f\x30\xa1\xfd\x01\x8e\x5d\x6f\xee\x10\x9e\x9f\xff\x7d\x7a\xec\x40\xfb\xf4\xd8\xea\x95\x9d\x6f\x01\x69\x71\xc4\xcc\xbf\x7f\xb7\x28\x1c\xa2\xaf\xf3\x9e\xf4\xcb\x8d\x20\xfb\xad\x64\x36\xae\x36\x91\x71\xbf\x03\xb8\x14\x7b\xd5\x12\xa0\xaa\x59\x54\xc8\x4e\x7c\x37\x8a\x97\xb7\x98\xb1\x74\x73\x46\x58\x33\x76\xd4\x39\x62\x0b\xd0\x15\x54\x66\x6a\x6d\xeb\x70\x97\xda\x16\x42\x32\xa9\x19\x3a\xb1\xa5\x6d\x3e\x56\x36\x1f\x6b\x9b\x8f\xab\x9b\x8f\x6b\x36\xbf\x62\x22\x70\x01\x02\xa1\x94\xe6\xda\x32\xc3\x47\x9a\x4c\x5a\xbf\x56\x71\xe0\x42\xfb\xf4\x18\x84\xf4\x35\xc9\x5f\x6d\xd7\x96\x03\x1a\x44\x9e\xc9\xb2\xad\x27\xa1\x0b\xdf\xe9\xa3\x01\x11\x50\xbb\xc8\xb7\x23\x5d\xbe\x8d\x1a\xe4\xdb\x11\x91\x6f\x23\x2e\xdf\x8e\x54\xf9\x56\xfe\x09\x46\xba\x7c\x3b\x6a\x94\x6f\x47\x0f\x0f\x23\x5d\xbe\x1d\xa9\xf2\xed\xc8\xf1\xd7\x97\x6f\x89\x78\x28\xe4\xdb\x91\x05\x52\x49\xbe\x1d\x69\xd2\xe7\x88\xcb\xb7\x4a\xfb\xc1\xa8\x8a\x04\xd3\x42\xbe\x1d\x2d\x97\x6f\xf5\x19\xea\xf1\x38\x59\xe2\x88\xbc\x1e\x4f\x43\xe3\x8c\x80\xcb\xe4\x5b\x2e\xdb\x82\x14\x8c\x24\xf9\x36\x59\x4d\xf1\x9b\x23\x1e\xd6\x20\xf5\x77\xb3\x96\xce\x0c\xae\xef\xa6\x78\x85\x62\x51\x49\x7b\xc4\xb2\x39\x95\x2c\xc2\xf4\x25\xb2\x08\x34\xba\xbb\x9e\x45\x70\x71\x32\x34\x2c\x90\x6c\x9c\x3f\x60\x01\xe8\x0a\x7f\x10\x3c\x5b\xfe\x60\xba\x9a\x3f\x98\x2e\xe3\x0f\x8a\xa3\xaa\x86\x5d\x42\xdb\xc5\x18\x99\xc6\x2f\x14\x75\x08\x73\xa7\x91\x51\x37\x49\xc3\x71\x08\x72\x4c\x46\xaf\x62\x96\xca\x8d\xef\x98\x0d\x3f\x43\x6f\x8a\xa1\x19\x5b\x0c\xdb\x3d\x95\xcf\xd2\xfa\x84\x3e\xe6\xb0\x08\xb9\x20\x57\x25\x2c\x95\xa4\x7d\x99\xda\x0c\x7a\x10\xf4\x91\x62\xbd\xc6\x7d\x57\xfc\xfe\xd7\xc7\x93\xab\xdf\x6e\x2f\x0f\xaf\x0e\xcf\x08\x5a\xe6\x0e\x54\xc0\x77\xcc\xcc\x49\x64\xb2\x11\x49\xa7\x28\x75\xfa\xe1\x80\xe0\xfd\x2e\x64\x63\xa2\x93\x8d\x51\x03\xd9\x98\x10\xb2\x31\xe2\x64\x63\xa2\x92\x0d\xf9\x27\x98\xe8\x64\x63\xd2\x48\x36\x26\x0f\x0f\x13\x9d\x6c\x4c\x54\xb2\x31\x71\xd2\xf5\xc9\x06\xc1\xba\x82\x6c\x4c\x2c\x30\x94\xc8\xc6\x44\x43\xea\x13\x4e\x36\x94\xf6\x83\x49\xf5\x6e\x0c\x0b\xb2\x31\x59\x4e\x36\xf4\x19\xea\xaf\x37\x59\xe2\x84\xbc\x1e\x23\x1b\x81\x33\x01\x19\x23\x1b\x45\xf2\x01\x30\x91\xc8\x86\xb7\x9a\x6c\xe8\xe1\x61\xed\x08\xc7\x32\xd5\x43\x1d\x01\x21\x93\xd4\xa6\xe6\x79\xb9\x51\xe8\xc2\x23\x44\x3e\xee\x1c\x2f\xd1\x88\xc7\x3e\x2a\xb5\x3e\xbb\xbb\xa6\xf2\xdb\x61\x6e\xf6\x16\x80\xb9\xae\x29\x33\x2b\x71\xed\xb1\x4d\x28\x8e\xef\x43\x9f\x61\xa2\xec\x2c\xf8\x1c\xc4\x22\x3f\xe8\x52\x4d\x9a\x5b\x83\x8e\x91\x8a\x8e\x5d\x1d\x1d\x97\xcb\x2c\x3b\x09\xf6\xcd\x0c\xb0\x10\xf1\x9a\xbd\x05\xe4\x4b\xea\x19\x6e\x78\xef\xce\x33\x23\xcf\xad\x15\xaa\x1d\xee\xfb\x07\xa8\xef\x1e\xb7\x19\x51\xf4\xc1\xed\x46\x02\xb8\x30\x1d\x99\x31\x8b\xfa\xe5\x01\x0a\x65\x5c\xa4\x61\x50\xa7\x79\x11\xfd\x70\x5c\xe2\x1e\xe8\xbc\x5b\x14\x57\xca\xed\x4b\x63\x06\xd4\xb3\x4f\x6e\x70\xfa\x03\x0b\xa8\x4d\x54\xd3\x6d\x42\x2b\x2f\x0a\x53\x67\x38\x41\xd0\x2e\x4f\xf8\x0f\x09\x32\xb1\xcd\x52\x5f\xc5\xe2\xc9\xcc\x29\xff\x14\x88\x1c\xd9\x4d\x9b\xf1\x03\x4a\x22\xf2\xf1\xcd\x18\x40\xe0\x5a\x16\x88\x73\x85\x56\x34\x6e\xa2\x9a\x22\xa7\x86\xe8\xb0\x1b\x25\x1c\x24\xd7\x11\x31\x43\x46\x3c\x84\x28\x83\x6c\xe8\x7a\x93\x2b\x18\xd2\xeb\x9e\x4d\x82\x54\xe8\xa1\x16\xae\xbc\xd7\x64\x8b\xfa\xbf\x17\x0b\xfe\x8e\xfb\xa7\xb0\xe8\x05\x9b\x1e\xec\x60\x34\x27\x1f\x39\x88\x7d\x2b\x17\x6f\xf2\xfb\xc0\x2c\x37\x17\x60\xb6\x0d\xb9\x05\xdc\x66\x0a\xdd\xe2\xd5\x1a\xc8\x74\x68\xc6\xad\x5f\x6e\x43\xef\xe3\xd6\xbe\xcc\x07\xea\x86\xd9\xe0\x31\x29\x44\xcd\x58\x44\x02\xf7\x68\x22\x48\xc4\xe2\x7e\x41\xe8\x20\x9e\x54\xb7\xa7\x15\x95\x54\x5c\x3c\x4d\x08\x16\x22\x68\x25\x64\xf1\x6d\x6e\x4e\x98\x82\x8a\xae\xb9\x26\x2b\xb9\x42\x14\x96\xa6\x26\x5f\x43\x9e\xe0\x80\xb6\xae\x21\x4f\xe3\x76\xaf\xbb\x76\x15\xea\xe2\xba\xa3\x81\xe9\x55\x37\xab\xf4\x4a\xd5\xa1\x1d\x1e\x7d\xc8\xb4\x50\x62\xc3\xa2\xe9\x93\x6b\x7a\x9c\xda\xd6\xc6\x89\xa0\x2d\xca\x98\x38\x86\x01\x98\x7d\xb1\x6f\x68\x93\x01\x43\x8e\x80\x36\x06\xf5\x66\xb6\x02\xcd\xb3\x15\x14\x0b\xa4\x68\x5d\xeb\xec\xe3\x41\xd1\x4f\xce\x41\x9f\xda\x0a\xd9\xfc\x4b\xb4\x68\xb5\x3b\xbb\x4a\x17\xa6\x39\xac\xe6\x2b\xb5\x4c\x6b\x59\x06\x1a\x1e\x58\xcf\x63\x28\x09\x7c\x6f\xaf\xa8\x73\xd5\xfd\x92\xab\xf0\xfe\xd4\x56\xf0\x97\x88\xc9\xc2\x47\x61\xb2\x3a\xd6\x32\x5e\xc1\x5a\xd6\x63\xb2\xc3\x29\x9e\x24\x88\xcb\xfc\xed\xb1\x19\x88\x97\xdd\xdd\x56\x22\xbd\x2e\x86\x2b\x0a\xcf\xaf\xe2\xcd\xe0\x7e\xcb\xde\x0c\xe6\x82\xd7\x87\x0c\x7c\x29\xc5\x14\xb6\xe3\x2c\x07\xa1\x55\x89\xff\x6a\xcc\x21\x55\x22\x26\x29\x81\x6a\x57\x1f\xc8\xa7\xb4\x8f\xaf\x67\xba\xad\xe6\xde\x78\x24\x5e\xe6\x80\xb6\xcc\xd7\x57\xf1\xcb\x4d\x51\xf2\x79\x23\x5f\x91\xc2\xd9\x7e\xc4\xcd\x7c\xc4\xa2\x53\xa8\x34\x44\xba\x83\x1e\xcd\xc9\x61\xe4\xeb\x7e\x66\x3d\xcf\xcc\x23\xbf\x32\x03\x23\xb7\x07\x9f\x83\x58\xdc\xe1\x7d\x37\xdb\x8b\xdc\xb8\xe6\x18\xbc\x70\x1d\x9a\xca\x80\x54\x75\x5f\x65\x82\xed\xc7\xaa\xbb\xd6\xe1\x49\xd6\x23\x3e\xcb\xb2\xe1\x3c\xf2\x14\x54\x40\xfe\xa9\x99\xe9\xad\x4b\xe9\xd6\xa5\xf4\x79\xb8\x94\x16\x9d\x13\x37\x9b\x18\xe0\x9f\xd7\x17\xe7\x36\x33\x3e\x06\xa3\xb9\x95\xc3\xcf\x18\xb9\x1e\xfe\x18\xf8\x92\xae\x83\x4a\x2d\x34\x59\x6b\xbf\xa1\x70\xba\x52\x77\x9d\x27\x7d\xa2\xb9\xf3\xe4\x1c\x56\x83\x66\xb5\x7a\xa1\x49\xd6\xfc\x55\xe2\x3e\x26\x0f\xd2\xa4\x58\xa1\x23\xfc\x53\xb5\x2c\x52\x8b\x42\x03\x7f\x4d\xd3\xc5\x72\x25\x7c\xea\x66\x59\x10\x8f\x8d\x1e\x4f\xb9\x99\x5d\xb2\x06\xa6\x1a\xc7\xd6\xce\x10\x41\xf7\x6e\x87\x8e\xbd\x77\x51\xac\x8c\xfd\x95\x35\xd4\x8d\xf5\x50\x80\x03\xcf\x0d\xcb\xc1\x47\xbc\x45\x8c\x2e\x8f\x28\x58\x28\x53\xf7\xfa\x03\xa0\xc0\x2f\x1b\x04\x8c\x5e\x9f\x1a\x18\x17\x79\x61\xa2\xe8\x61\x3e\xa4\x87\x58\xc2\xd1\xc6\x82\xf7\xa5\x24\x22\x7d\x26\x9a\x4c\x8c\x66\x8a\xa5\x59\x0d\xb5\x94\x86\x45\x3e\xc3\x1b\x77\x3c\x86\x22\x11\x10\x24\x3d\x5a\x0b\xcf\x78\x48\x73\x79\xe5\x79\xa1\xba\x0d\xed\x69\xe0\x73\x8f\xab\xf2\xec\xd0\x7a\x44\x8f\x37\x26\x23\xf2\x55\x83\x91\x49\x6b\xfe\x73\x14\xa9\xd5\xb2\x44\x28\x41\x45\xcd\x4a\x5a\x66\x23\x73\xfa\x0b\x96\x2f\xb8\x67\xfc\xed\xcd\xdf\x0c\x80\x03\x1c\x52\x66\x48\x14\xb9\xcc\x07\xd4\x97\x8d\xeb\xce\x65\x4b\x8b\xbc\x8d\x0e\xb6\x7d\x0f\x48\x3b\xe8\x10\xb9\x4e\x3d\xed\x75\xef\x4c\x8d\x2d\xcc\xa9\x3a\xdf\x80\x4f\x9b\xbe\x17\x4f\xb4\xe0\x42\xbf\xc8\xa9\x63\xec\x37\xa8\x3b\x8b\x3b\x4d\xd3\x4e\xc7\x89\x0f\x77\x77\xe5\xdb\x4d\x9b\x33\x91\xc6\x8b\xea\x23\x37\xfd\xc5\xca\x17\x44\xc5\xc4\xe5\x39\x97\xb7\x7e\x3d\x7f\xf4\x9a\x14\x72\xdd\xb8\x9e\xad\x8c\xf3\x84\x56\x82\x35\x3c\x4f\x0b\x3a\x52\xa6\x58\x89\xab\x1c\x60\x69\xed\xf6\x92\x38\x86\x1e\xde\x63\x82\x2a\x35\xcd\xfe\x1c\xc4\xe4\x30\x2b\x97\x0f\x71\x32\x38\x70\x20\xb9\xf2\xed\x21\x3a\x4d\x10\xa1\x7d\x49\x06\xfc\x90\x20\x72\xa9\xc4\xdf\xc5\x10\x5c\x18\x83\x5f\x3b\x0e\x62\x36\x00\xf2\x0f\x1b\xe9\x90\x8b\x9c\x0b\x2f\xd7\x4d\xe3\x1e\x72\x80\x6b\xb5\x5d\xa5\xa9\x05\x01\x63\x14\xa0\x0c\xf3\xa3\x56\xb9\x9a\x86\x45\x89\x4f\xd6\xa3\x25\xdc\xd7\x56\xf2\x67\xf0\x51\x7a\xb1\xda\xeb\xc9\x20\x6d\xaf\xe7\x37\x95\x3b\xab\x92\x49\xf3\x91\xc7\x83\xc3\x59\xa9\xba\xa8\x19\x81\x92\x10\x2e\x53\x6d\x00\x57\x3a\x62\x2f\x5d\x5e\x59\xa2\xdc\x00\xee\x5a\x6a\x8e\xae\xf1\x71\x9a\x93\x65\x08\xf1\xab\xd8\x11\x65\x99\x44\x57\x6d\x19\x0a\x26\x65\x3b\xb1\x7d\x35\x0d\x61\xb6\xbb\x6b\xc6\xb4\xac\x42\x6c\x5f\x43\x0f\x41\x2c\x2a\x2b\xc4\x4a\x66\xd4\x9b\x79\x4a\x9a\xc8\x3f\x80\x3e\xd7\xe3\xcf\x13\x32\xb0\xbb\xcb\x93\xc8\x48\x30\x62\xe9\x86\x5c\xc3\x70\xa4\xfa\xe9\xb1\x0a\x1c\x4d\x37\xa8\x9d\xb1\x55\xbf\x5f\xca\x50\x85\x16\xca\xf5\xbc\xe2\x22\x2f\xeb\xee\x6e\xb1\x13\x65\xaa\x56\xb3\xfc\x21\x19\xa1\xe9\xa0\xd3\xe3\x92\xad\x93\xfc\x8a\x52\x08\xef\x0e\xc3\xd0\x34\xd8\x1d\xb2\x78\x9d\x0d\xd3\x10\x5b\x41\xbe\xdb\xe9\xb1\xb5\x03\xc9\x56\x17\x1b\x44\x01\x82\x58\x4a\x31\xeb\xa8\x16\xfc\xa2\xdd\x28\x25\xff\x92\xce\x91\x7f\xd6\x63\xf5\x70\x92\x26\x61\x32\xde\x84\x36\xbb\x00\xb5\x56\x28\xd9\x37\xab\xe5\x4a\x9e\x44\xcb\x15\xb4\xd1\x72\x4d\xbf\xac\x96\x2b\xf8\x3a\x5a\xae\x97\x1a\x66\xd0\x58\x27\x98\x20\x8e\x27\x89\x43\x64\x90\x5f\x44\x14\x62\xd7\x28\x83\x25\x0c\x98\x1a\xf3\x55\xe3\xfd\x69\x94\xd1\xb0\x05\x59\x6c\x17\x4e\xee\x36\x84\x93\x87\x45\x7b\x68\x1f\x27\xf7\x31\xcb\xa5\x9d\x69\xa2\xce\xa9\x98\x56\x8a\x88\x73\x78\x62\xf2\x9a\xde\x6b\x47\x96\xf2\xe5\x01\x5a\xb4\x9c\x43\x05\x94\xa6\x01\xd7\x15\xad\x08\x92\xe2\x10\xcb\x87\x08\x61\x09\xed\x8f\xe9\x1a\x6b\xaf\xcc\x5b\xac\xbc\xaa\x88\x69\x5e\x7d\xcd\x0e\xa8\xeb\x97\xb7\xa1\x79\xed\xae\x09\x41\x62\x26\xe6\x22\x07\x61\x4d\x20\x3f\xa6\x65\xae\xa4\xc8\x7d\xe0\x57\x62\xf3\xa2\xe2\x0a\xa5\x34\x32\x6f\x1b\x62\xf1\x2d\x84\x58\x84\xce\x44\x44\xe6\xad\x1b\x62\x41\xfd\xc1\xf7\xf7\x08\xbb\xe4\x6a\xf9\xab\x59\xf4\x44\x86\x5d\x34\x76\x31\xac\x0e\x7e\x59\x79\xba\xd9\xda\x69\x00\xdc\xd2\x9a\x4b\x74\xc4\x17\x70\xbc\xe1\x5e\xdb\x6c\x61\x0b\x11\x05\x56\xa4\xc0\x54\xaa\x31\xa9\x4e\xf5\xad\x1c\x75\xd8\xeb\x0e\x71\xe2\x2e\x7f\x5d\x3a\xe2\x5b\x79\x5d\xcf\x8d\xeb\x8e\xb0\xe7\xc6\xea\x98\x97\x78\x72\xbd\x09\xcd\xe5\x59\xf7\x7a\xb4\x27\x83\x78\x6f\xe6\x86\x81\xcf\x22\x06\xaa\xbd\x35\x1f\x7f\x94\xa0\x68\xbf\x7e\x80\x04\xaa\x4c\xad\xb1\x27\xbb\xb2\xad\x31\x78\x6f\x82\x71\xba\xc7\xd2\x93\x37\xa5\x11\x67\x5c\x20\x8d\xbf\x05\xd3\x8d\x15\x40\xf7\x9c\x85\x51\xbb\xfc\x5e\xa1\xcd\x00\xb5\x03\x94\x25\xf7\xc2\xe2\x3b\x51\xd6\x97\x06\x2f\x36\xb0\xbe\xde\x04\x46\xae\x61\x81\x69\x6d\xa5\x74\x71\x01\x1a\xf3\x07\xae\xe2\x7f\x19\x78\x29\x79\x60\xf2\x5c\x93\x07\xb6\x4b\xa3\x71\xcb\xcf\x4e\x82\x32\x6a\x4b\x3a\x73\xd3\xfc\x3e\x08\x43\xc2\x1f\xa1\x64\x6e\x5a\x8b\xea\x30\xc2\x7a\x14\xa7\x96\xd6\xdf\x06\x2e\xd3\x10\x85\x9d\x73\xb6\xf3\xec\xc8\xc5\x74\x0c\x7c\xc8\x0a\xe6\x07\x44\x98\xcf\xd8\x54\xd0\xc9\x76\x0c\x71\x90\x8d\xd7\x22\xba\x97\xfa\xf8\x3b\x2a\x3e\xcb\x2c\x0b\x04\xa4\x2d\xb6\x8f\xc4\xb2\x2d\xd3\x05\x10\x64\x60\x51\xbc\x48\xaf\xd0\xb4\xe5\x56\x0e\xc3\x0c\xbe\xaa\x79\xa6\xe0\xe6\x83\x5c\x5d\x22\x2d\xea\xfe\x5a\xdf\x2b\x7b\xe2\xd2\x9a\xe9\x45\x79\x72\xaf\x0f\x59\x2d\xf6\x78\xa7\x2c\x23\x4e\x55\x64\x3c\xa9\x38\x3b\x60\x56\xf5\xeb\xf0\x84\xbe\x71\xa9\xab\xd1\x07\x50\xc5\x0e\x61\x3b\x23\xc7\x0c\x9c\xa9\xcc\x76\xa6\xe5\xc9\x1d\x39\xfd\x6c\x00\x86\xdd\xf8\xce\x99\xce\x77\x0e\x1b\xf8\xce\x19\xe1\x3b\x87\x9c\xef\x9c\xa9\x7c\xa7\xfc\x13\xcc\x74\xbe\x73\xd6\xc8\x77\xce\x1e\x1e\x66\x3a\xdf\x39\x53\xf9\xce\x99\x33\x5a\x9f\xef\x24\x8c\x9b\xe0\x3b\x67\x16\x98\x48\x07\x77\xa6\x71\x85\x33\xce\x77\x2a\xed\x07\xb3\xea\x7d\x9c\x14\x7c\xe7\x6c\x39\xdf\xa9\xcf\x50\x8f\x52\xc8\x12\x67\xe4\xf5\x18\xdf\x99\x38\x33\x10\x30\xbe\xb3\xe0\x3a\xc1\x4c\xe2\x3b\xfd\x55\x44\x2d\x0c\x60\x8c\xf7\xb9\x29\x8d\xd1\xad\xc6\xa2\x4c\x54\xfb\x54\x56\x9d\xa8\xcd\xd4\x00\x90\xb5\x88\x9f\x2b\x42\x2c\x16\xeb\x55\x12\x4f\x34\x54\x8a\x40\x0d\xc7\x3a\x24\xc7\x1a\xf1\x63\x1d\xaa\xc7\x5a\xfe\x09\x42\xfd\x58\x87\x8d\xc7\x3a\x7c\x78\x08\xf5\x63\x1d\xaa\xc7\x3a\x74\xe2\x36\xc7\x5a\xc9\x8f\xc6\x55\x5b\x0f\x0f\x31\x91\xbe\x2d\xe0\x4a\xc7\x3a\xd4\x0e\x5d\xc8\x8f\xb5\xd2\x7e\x10\x2e\xd1\xb3\x80\x70\xf9\xb1\xd6\x67\x68\x3e\x18\x54\x8c\xe2\xe2\xd4\x86\x34\x64\xbe\x63\xe2\x06\x36\xc1\x4f\x22\xc3\x02\xcb\xb3\x0f\x37\x69\xd7\x7c\x17\xbb\x7b\x19\xd5\x43\x14\x5e\x09\xd5\x9c\x1e\xcb\xf8\x8d\x3a\x1e\x43\xe8\xa2\xc8\xca\x40\x48\xd1\x7f\xd9\x48\x73\xd5\x66\x5a\x23\x59\x87\x01\x02\xd6\xda\x92\xda\x87\x41\x86\x61\x0c\x11\x27\xb3\x7e\x12\xd9\x45\x93\xc9\x07\x49\xd8\x80\xb2\x04\xd7\x10\xb3\x0e\xd7\xf7\x7f\x09\xb2\x60\x18\x84\x01\x9e\x33\xaa\x68\x5a\xb5\xdc\x42\x01\xd3\x46\x30\x4a\x66\x50\x80\x4e\xa7\x88\x3c\x03\xd8\x2a\xe5\x27\x55\x99\xa3\x76\xa6\x0a\x6c\xd7\xf7\xcd\xe2\x35\xfc\xc4\xa3\x4f\x9b\x16\x58\xcc\x8a\x67\x19\x75\xef\x31\x0d\x13\x2b\xe8\x6e\x4f\x02\xdf\x87\xf1\xee\xae\xb4\xa2\xbd\xb7\x16\x91\x00\xee\x27\x30\x3e\x9c\xb9\x41\x48\x6e\x1c\xb9\xe7\x82\x6c\xd7\xcc\x52\x04\xd8\x72\x78\x07\x64\xab\x78\xe9\x74\x33\x96\x1c\x24\x6a\x57\x5d\xb3\x46\x59\x3a\x31\xa9\xbb\x13\x5d\x93\xd5\xd3\xeb\xb1\x43\x2b\xe7\xfb\xc8\x19\xa1\x0a\xcf\xf5\xa6\x96\xe7\x7a\x23\xf3\x5c\x6f\x06\xbd\x37\x7f\xef\xdb\xb6\xad\x7f\xf2\x86\x48\x4a\x6c\xbb\xc3\x04\x51\x06\xc3\x6a\x3e\x27\xb9\xeb\xfd\x77\x1a\x20\xc8\xf9\x21\x7d\x98\x9d\x05\x7f\xc0\x77\x4e\x6d\x72\xe7\x9f\x6e\x6e\x2e\x6f\xcf\x0e\xff\x7d\x7b\x74\x71\x7e\x7e\x72\x74\x73\x7a\x71\x7e\x6d\x58\xfa\x27\x70\xb1\x6b\x7b\x61\x92\x41\xdf\x64\x2c\x61\xec\x34\xbc\x44\x10\xfb\x26\x74\xde\xbd\x7e\x0d\x6d\x5e\x97\xc9\xb4\x68\x49\x06\xf8\xdf\x29\xcc\xf0\x5e\xe0\x1b\x83\xdd\x5d\x6c\x07\xb1\x17\x4e\x7d\x5a\x50\xb3\x71\x9c\x65\xed\x14\x18\x2d\xde\xdd\x35\x30\xfc\x8c\xf7\xe1\x0c\xc6\x78\x8f\xe9\x32\x99\xfb\x89\xf4\xbc\x97\x50\x99\x66\x8f\x70\x5f\xb4\x2c\x04\x4f\x9d\x26\x6f\x06\x45\x5f\x99\x69\xd9\x31\xfc\x8c\x4d\x8b\xfd\x96\x2d\x82\xbb\xbb\x26\x37\x64\x86\xd0\x25\xa7\xca\x02\x31\xff\x0c\x7f\xfb\xeb\xff\xdf\xb2\xf2\x0a\x48\x72\xb6\x20\xe1\x10\xd9\x03\x90\xdf\x19\x79\x08\xb3\xa4\x32\x46\x31\x74\x3c\xd3\x74\xd5\x34\x30\x0c\x01\xf5\xf1\x00\x74\xe1\x10\xa9\xed\xc1\x74\x65\xb8\x14\x87\xf5\xe3\xae\x70\x03\x1d\x2e\x43\x83\x7d\xd4\x15\xb0\x6b\xad\xcf\x38\x55\xd3\xad\xb6\x2e\x0c\xd6\xba\xaa\x18\xaf\x05\x36\x45\xab\x46\xac\x9a\x85\x8d\xa2\x89\xd7\xf7\x52\x17\xb9\x51\xd6\x4a\x17\x50\xa6\x1a\x03\xc3\x92\xdf\x9b\xbc\x24\x7e\x6f\xb6\xe5\xf7\x9e\x37\xbf\x57\x7c\xa9\xf9\x37\x6d\xc8\x1f\x3f\x89\x21\x7f\xde\xc6\x90\x7f\xf1\x65\x0d\xf9\xf3\xaf\x63\xc8\xbf\x78\x31\x86\x7c\xca\xce\x61\x17\xe1\x5f\x65\x9e\xb3\xac\x5e\x5c\xdb\x5b\xe3\x3d\x2e\x6f\x69\x30\x32\x8d\xbd\xb7\x84\x17\x29\x3d\x7d\x30\x30\x98\x43\xb8\x2d\xfb\x91\x32\xd7\x70\xc3\xb2\x0a\x1f\x74\x95\xf5\xc5\x16\x77\x27\xc7\xb9\x50\xcc\x5d\x3a\x26\xb9\xfd\x85\x52\x8d\xa5\x18\xfd\x78\x75\x7a\x94\x44\x69\x12\xc3\x18\x5b\xe0\x96\x8c\x41\xcb\xc6\x80\x4b\x0b\xdc\x93\x51\xa5\x33\x9b\x69\x81\x13\xa7\x8f\xd5\x92\x5f\xc0\xf8\xf7\xde\x15\xe7\xc0\x4e\x8f\x0d\xfa\x93\xe9\xdf\x8d\x2b\x56\x24\xcb\x60\x7a\xb4\x4f\xcd\xaa\x60\x26\xe3\x05\x0d\xbd\x35\xaa\x0f\x22\xc4\x2d\x1d\x4c\x63\x6c\x28\xa5\xdf\xff\x3c\x41\x54\xc9\xdc\xa0\x85\x86\x18\x07\xf1\x98\x80\x1c\x76\x94\x0b\x27\xb2\x5c\xe8\x73\x11\x50\x34\x2a\x8a\x9b\x48\xeb\x2c\x56\x6b\x80\x54\xeb\x2a\xd6\x07\x46\x1b\x14\x1f\xdb\x8a\x82\xab\xa4\xbf\x29\x0a\x4b\x13\xcd\xad\xd6\x39\x4c\xfc\xb9\x59\x3d\xfe\x90\x09\x43\xd8\x29\x34\xc9\x31\xbd\x63\x55\x8d\x5f\x89\x1e\x68\x5d\x6d\x13\x3b\x58\xe4\x53\xfa\xbf\xb1\x21\xd5\x38\xc7\x28\x88\x4c\xcb\xe2\x39\x95\x48\x5f\x59\x5c\xdb\xf8\xbf\x31\x69\x38\x88\x7b\x30\xb7\xc0\xde\x5b\x6b\x47\xa0\xf5\x6a\xd9\x52\xe0\x52\xf1\x88\x57\xa8\x7c\xf7\xf6\x00\xed\xbd\xed\x51\xea\xfe\xf6\xef\xe1\x3f\xd0\xdf\xc3\xef\xbf\xb7\xdc\x7e\xb8\xf7\x76\x20\xe1\xfa\x70\xb0\x23\x2d\x92\x8a\x02\x8e\x4b\xd7\xe9\x11\x41\xa0\xf1\xcd\x78\xc0\xd6\xeb\x37\x2c\x54\xeb\x95\x5a\x1f\x13\x5b\xa2\xe2\x0e\x17\x65\x4c\x48\xbd\x10\xa1\xa8\xfb\x8e\x2d\x16\x89\xc5\x93\x66\x16\x6a\x75\x2c\x9e\x1b\x9b\x63\x73\x91\x03\x48\x93\x65\xf1\x2b\xdc\x2b\xea\xff\x50\xc7\x07\x0b\xf4\x31\x20\x1f\x6d\x90\x57\xd2\x91\xd1\x1b\x7d\x49\x99\x4f\x99\x16\xc6\xd5\x4d\x43\xd2\xa6\xc5\xef\xde\x1e\xc4\x6c\xd3\x5c\xe7\xed\xdf\xdd\x7f\xc4\x7f\x77\xbf\xff\xde\x42\x7d\x57\xdd\x34\x97\x97\x14\xec\x87\x64\xfe\x6c\xc0\x4e\x29\x3d\x31\xea\x69\xee\x07\x64\x40\x32\x10\x39\xa5\x43\x13\xd2\x27\x2c\x71\x12\x5e\x19\x16\xe8\x4f\x49\x9b\x37\x70\x12\x7e\x04\x5e\x19\x96\x7c\x52\x80\xef\x2c\xa6\x28\xec\x4d\xf9\x49\x01\xac\x62\x5d\x2f\x10\xbf\x39\x43\xde\x1b\x9b\x0b\x82\xdf\x2e\xce\x6f\x4e\xce\x6f\x6e\x6f\x7e\xbb\x3c\x19\xf4\x0c\xc9\x05\x92\x16\x18\xff\xfb\x2b\x6f\xe2\xa2\x0c\x62\x67\x8a\x47\x7b\xff\x3f\x23\x07\xf7\xa6\x67\x59\x80\xac\x9e\x8a\x28\x80\x08\x3a\xbd\x30\x27\x7c\x90\x6f\x33\x8c\xc4\x33\x9d\x38\x27\xcb\x75\xdb\x05\x03\xe8\x0b\x19\x95\x27\x3b\xaa\x16\xbc\x95\x47\x00\xee\x75\x2b\xb7\xd1\x84\x48\x60\x91\x4b\x72\x6a\x68\x11\xc2\xf3\xe3\xc9\x8d\x41\x67\x60\xbb\x60\xd1\x73\x2b\x3d\xa9\xbe\x7f\x79\x91\x68\x19\x79\xeb\xc0\xa7\x9f\xc9\x51\x83\x26\x4d\x9f\x4a\xfc\x56\xcf\xac\x64\x71\x65\x3d\xbb\xbb\xec\xdf\x42\xf1\xf1\xf0\x20\x33\x8d\xfc\xf1\xa2\x97\xb0\xd8\x7c\x22\xde\xb5\x03\xc3\x0c\x16\x5e\xb7\x97\x66\xd1\x2c\xa9\x52\x4c\xfe\x2a\x53\x14\x96\xcb\x3e\xa0\x6b\x9e\xa2\xd0\xf9\xfd\xbb\x05\xfd\x23\xdf\xfd\x6e\x01\xf3\xdf\x7b\x5a\xeb\x01\x6d\x2d\x98\x95\xc6\x1d\x71\x56\x9e\x08\xe0\xe7\x23\x88\xbd\xc9\xaf\x01\x9e\xdc\x24\x77\x30\xae\xba\x3c\x0b\xbc\xce\x7d\x84\xaf\xc3\xe9\xb8\xf4\x1b\xc6\x13\x18\x9b\xb1\xf3\x8e\x02\x31\x0d\xe3\x7b\x08\xf8\x6d\xc6\xcc\x9b\x49\x3a\xaf\xc6\xbf\xf7\x8e\x98\x10\x49\x67\x32\x7a\xa5\xfe\xa3\xf0\x30\x3e\x30\x0c\xc9\xa9\x3b\x07\x58\xbc\x1a\xad\x31\x29\x2e\xbb\xae\x46\xdb\xa9\x73\x6f\x2b\x31\xc1\xe6\xd0\x67\x61\x4f\xb4\x55\xb4\x53\xeb\xb3\x8e\x5b\x6c\x1d\x94\x94\x7a\x7c\xe3\xb2\xca\xc6\x49\x25\x44\x6f\x2e\x7e\x3e\x39\x1f\xf4\xa4\x34\x63\xf2\xce\x41\x69\xe7\x32\x69\xe7\x80\xeb\x60\xbb\x20\xdd\x62\xed\x26\x2a\xdd\xeb\x25\x3d\xa3\x1e\x8c\x85\x75\x45\xa3\x0b\x16\x49\x0a\x63\xaa\x00\xc5\x76\xa1\x9d\xe3\xaa\x50\x2b\x07\x11\xcc\x32\x77\x0c\x7b\xb8\x80\x12\x8b\x97\xe3\x37\x09\xc6\x18\x11\xce\x1f\xb3\x9b\x26\x56\xda\x80\x71\x42\x88\xfb\x31\x40\x03\x07\x8b\xf5\x9e\x94\x2a\x36\x22\x96\x9a\xb0\x1f\x0f\x1c\x54\xe0\x11\x0b\x64\x2a\x32\xb3\x00\xaa\x63\x74\x21\xe1\xfb\xd9\x12\x10\x0f\x6d\xb6\xf2\x1d\xc6\x4d\xa1\x69\xcc\x94\x68\xa6\xe5\xbc\x83\x26\xb2\xac\x1c\x50\xae\x97\xbe\x77\xcd\x98\xd8\xe4\x71\x92\x64\x24\xd5\x27\xf2\x1d\x2a\x34\x67\x62\x87\x00\x32\xad\x3c\xb7\x76\x5c\x9b\x5d\x1b\x1a\x0f\x46\x84\x8f\x8a\xae\x58\xbe\x87\xb2\xc2\x4d\x1f\x98\x33\x0d\x5e\xf3\x03\x4c\xb9\xab\x29\xc4\xf9\x97\x6b\x7e\x4a\x8c\xd0\x29\x2e\x7b\x9f\xe6\xe7\xc4\x08\xcd\xe9\x07\xf8\xce\xcc\x34\x3d\x67\x58\xa3\x1b\xcc\xba\xaa\xda\x22\x67\x66\x7a\x32\x5c\xd5\x00\x19\x74\x85\x9f\xea\xf0\x25\x56\xb8\x9f\x74\x85\x3e\xd2\xa1\x97\xdc\x74\x7f\xda\x15\xb8\x27\x6b\x21\x3f\xb5\xd3\x42\x6a\x62\xc9\x6a\x7d\x64\x3b\x85\x21\x85\x55\xdf\xc5\xb1\x52\x53\x37\xbd\x5a\xed\x62\xb5\xbe\x59\x5d\x4f\xf6\x24\xba\x9e\xb0\x8d\xae\x27\xf8\xb2\xba\x9e\xf0\xeb\xe8\x7a\x5e\x5c\xf9\x28\x8f\x57\x3b\xa7\x4e\x45\x85\xf6\x43\x75\x55\xb2\x2c\xee\xb9\x39\x6d\x50\x18\x7c\x9e\x20\x89\xd8\x24\xcc\xda\x53\x61\xb4\x08\x8f\x50\xe8\x61\x4c\xc8\x79\x72\x00\x09\x47\x0a\x16\xaa\x75\xab\x07\x55\xfa\xab\x1b\xbf\x98\x04\x02\x29\xe9\x7d\x78\x58\x10\x19\x2f\x76\x32\x33\xe3\x62\x20\xe1\x7f\x86\x70\x94\x20\x78\x0d\x63\xbf\x27\x53\x6e\x6c\x13\xde\x83\x2c\x91\x6c\xf2\x0c\x22\x4c\x98\xa4\x05\x35\x9f\xbd\xa2\x7c\xbf\x3a\x1c\xcd\xc5\x7b\x51\x31\x20\x25\xcc\x2f\x79\xda\x73\x69\x0e\x12\xb9\x38\x79\x0e\xb2\x29\x0d\x60\x93\x20\x08\x04\x83\x45\x90\x85\x59\x30\x66\x10\x08\x9e\xa1\x17\x03\x9e\x17\x01\xf1\x3f\x6e\xe0\x67\xdc\x73\xf3\x82\x65\xd0\x00\xd2\x1a\xf7\xdc\xf9\xcc\xc9\x5e\x89\xa4\x4b\xc9\x88\xa5\x5d\x38\xc8\x7a\x64\xb3\x0b\x75\x96\x89\x40\x6c\x01\xcc\xb8\x0b\x33\xa0\xaf\x1e\xa5\x44\x8c\x92\x0d\xbc\x98\x19\x31\x19\x6b\x51\xb0\xa0\x94\xc3\x70\x68\x4a\x58\x4a\xa6\xc9\xb7\x26\xc0\x2c\x80\xdb\x95\x63\x2f\xa8\x42\x3a\x4c\x5c\xe4\xef\x87\x89\xe7\x86\x7b\x19\x4e\x90\xab\xbb\xae\x16\x83\xaa\xce\xb8\xc5\x0d\x8b\x5f\xdc\x0d\xa3\x57\x07\xad\x88\x77\xa2\x2f\xc9\x54\x6d\x50\x28\xb6\xbc\xa1\x83\xf3\x24\x3e\x0a\x03\xef\xae\x30\x9b\xde\x7a\x43\xf6\x21\xc8\x81\x35\x21\x35\x9d\x8e\x5d\x0c\x6f\x28\x6b\xf8\xf0\x00\x6d\x6f\x8a\x10\x8c\x31\x6b\x10\x76\x71\x18\x05\xd8\x34\xf8\xf9\x34\x08\x8f\x9b\xe7\x7a\x24\xf9\xba\x5a\xc0\x58\x28\xee\xc4\xb7\xbc\x0f\x62\x3f\xb9\xb7\xe9\x17\xbe\x66\x8d\xe5\xa8\x3b\x38\x57\x3e\xb1\x95\x0b\x87\xef\x12\x75\x50\x14\x61\x42\x00\x79\x4a\x73\x9b\x83\x26\x82\xd0\x29\x86\x11\x7b\xf3\x3b\x38\x07\xd0\x6a\x9b\xef\x4e\x3f\x7f\x49\xd6\xfa\xd0\x7d\x29\x8f\x77\x75\x03\x70\x89\x23\xd7\x73\x74\x4f\x7c\xb8\x17\x05\x94\xcd\x51\xde\x30\x98\xcd\xf7\x48\x27\xeb\xab\x7f\xe0\x45\x7a\xbf\x97\xeb\xdf\x0f\x83\x18\x37\xa7\x84\x66\x6c\x20\xf4\x03\xcc\x87\x3e\x75\x25\x79\x21\xe7\xf7\x17\x31\xcd\xd0\x48\x68\x87\x01\xa2\x80\xfc\xad\xab\x54\x0c\x10\x25\x3e\xec\x19\x9f\xdc\x99\xcb\x78\x0c\x03\x10\xf4\xdf\x67\x6a\x28\x60\x44\x6e\x6a\x0c\x80\x1b\x06\x6e\xc6\x1b\xff\xb7\x31\xc8\x01\x07\xfd\xd3\xd1\x07\x01\x99\xba\x80\x7c\xde\x43\xd3\xe1\x5c\x00\x65\x7f\x33\x70\x68\x28\x83\x61\x3d\x46\xe4\x7a\xfc\x2f\xe4\xde\x41\xf2\xcf\x90\xfe\xef\xb3\x34\xc5\x6f\x87\x67\xfa\x1c\x73\x37\x0a\xc5\x1c\xec\x6f\x36\x07\xfb\xdb\x98\x47\xa1\x34\x17\xfd\x95\x33\xdb\x48\xd0\x5c\x5f\x9f\xd9\x46\xf4\xfa\xfa\x9b\xf1\x91\xa7\x42\xe2\x0b\xa8\xae\x9f\x93\x2d\xcd\xca\xeb\x90\xe5\xe4\xb8\xb6\x8a\x89\x19\x43\x7c\x42\x4f\xb8\x2e\xf8\xfb\x49\x64\xc3\x10\x52\x17\x31\xfa\xfd\x5c\x04\xdd\x57\xdf\xbf\xf2\x83\x99\x01\xa0\x65\x1f\x25\x3e\x3c\xa3\xd7\x28\xcf\x41\x52\x29\x4b\x3f\xe5\xbb\xe7\xd1\xb2\xf4\x7e\x37\x27\xed\x54\x77\xd2\xf6\x1b\xbc\x1b\xd2\x3e\x1c\x38\x3e\xf7\x6e\x48\x55\xef\x06\xf9\x27\x48\x75\xef\x86\xb4\xd1\xbb\x21\x7d\x78\x48\x75\xef\x86\x54\xf5\x6e\x48\x1d\x6f\x7d\x27\xed\x04\x4c\x0b\x27\xed\xd4\x02\x91\xe4\xdd\x90\x6a\xbe\x07\x29\xf7\x6e\x50\xda\x0f\xd2\xea\x99\x88\x0a\xef\x86\x74\xb9\x77\x83\x3e\x43\xfd\xb1\x26\x4b\x4c\xc9\xeb\x89\xb2\xf4\xa9\x28\x4b\x2f\x79\xd3\x48\x52\x7e\xb0\x12\xf7\xc6\xd8\x0d\x62\x15\xe5\x6a\xbe\xd9\x9b\x22\x9f\xb8\x05\x2e\x80\xf5\x2c\x0a\x63\x99\x92\xfb\x18\x22\x07\xf2\x5f\xf7\x11\x15\x45\x7e\x85\xee\xdd\x99\x9b\xe6\x2c\x84\x01\x0b\xf6\xea\x3e\xa2\x41\x0d\x98\x70\x18\x77\x70\xfe\x43\x82\x8e\xc8\x22\xf4\x3b\x45\xc6\xf1\xd8\x06\xf6\xcf\x42\xad\xec\x56\x18\xa9\x20\xb5\x67\x09\xbe\x45\x02\xc7\x17\x17\x26\xc9\xdd\x34\x25\x70\x8a\xbf\xd4\x89\xe8\xe2\xa5\x61\xdc\xe3\xf2\x0a\x8e\x83\x0c\x23\x57\xd3\x48\xca\xcf\xd4\x8f\x2c\x6f\xb6\xcc\x5c\xe0\x15\xdf\x9b\xf9\x17\x07\xf1\xdd\x3e\x7d\xdc\x4b\xc2\x6a\x5d\xef\xd5\xae\xf9\xe4\xa8\x95\xee\x5a\xfe\x4b\x72\xd7\x8a\xb6\xee\x5a\xcf\xdb\x5d\x6b\x33\xee\xf9\x69\xb3\x7b\xbe\xe4\x3f\xd1\xc4\xc1\x20\x98\x26\x19\x21\xc1\x73\xa9\xf4\x78\xb3\xd3\xbe\x34\xfc\x6e\x46\xcb\x26\xad\x1c\x27\x52\x9a\x59\xc0\xeb\xe8\xc3\xe1\x57\xdc\x2e\x84\x2f\xbf\xe8\x91\x2a\xb1\x07\x5a\xd7\xdd\xcc\x00\x89\xd6\x56\xe4\x6d\x9b\x72\xf7\x8d\x14\xc1\xd4\x45\x7a\x71\x0c\xb6\xce\x0c\x62\x49\xa9\x17\x03\x6c\xe5\x29\x44\x59\x90\x61\x29\x9b\x45\x1f\x00\x10\x0f\x1c\x28\x0c\xdc\xfb\x6a\x09\xa9\x7e\x3c\xb0\xc5\x43\x34\x7f\x12\x75\xe5\x58\xeb\x71\xfe\x0c\x4d\x8c\x90\x39\x91\x69\x86\x8e\x67\x35\xa8\xd1\x3b\x7b\x1f\x07\x4e\x64\x86\x32\x70\xb9\xd4\x7d\x67\x1f\xe4\x44\x87\x4e\xcb\xea\x76\xf6\x40\x9e\xea\x60\xcb\xf4\x7c\x6e\x57\xd8\xa1\x6c\x57\x48\x1f\x41\x81\x1a\x75\x49\xcd\xa4\x68\x03\xc2\x1d\x0b\x2a\x6d\x83\x27\xdc\x47\xc9\x32\x2b\xf3\xdd\x14\x67\xd2\x2d\x04\x1a\xf4\xac\x04\x1a\x29\xe5\x8d\x8c\x05\x44\xc6\xb6\xc7\xc7\xe3\x4a\xd9\xdc\x1c\xc7\xc1\x0f\x0f\xb4\x62\x25\x3e\x88\x7b\x6b\xa0\x15\xea\x85\x55\x56\xab\x63\x95\xea\x76\x6a\x5d\x16\xc4\xc3\x8b\x7e\x3c\xe8\xe1\xbc\x06\xc9\xac\x01\x8c\x47\x39\xc4\x0c\xd9\x50\x29\x54\xba\x58\x81\xfc\x61\x13\x87\xa0\x9b\x69\x37\x59\xcb\xd7\x65\xad\x69\x03\x6b\x42\xc4\x2c\x67\xca\x59\x13\x5f\x65\x4d\xe4\x9f\xc0\xd7\x59\x13\xbf\x91\x35\xf1\x1f\x1e\x7c\x9d\x35\xf1\x55\xd6\xc4\x77\x92\xf5\x65\x2d\xc2\x47\x0a\x59\xcb\xb7\x80\x27\x9d\x1c\x5f\x63\x1c\x7c\xce\x9a\x28\xed\x07\x7e\xf5\xb8\x7a\x05\x6b\xe2\x2f\x67\x4d\xf4\x19\xea\x6f\x1c\x59\xa2\x4f\x5e\x8f\xb1\x26\xc8\xf1\x41\xcc\x64\x2d\x29\x7a\x61\xa7\x4d\xc5\x06\x1d\xf3\xd5\x64\x2e\x5e\xce\x74\xef\xe8\x96\xa9\x97\xc1\x6c\x27\x5b\x66\xfb\x5b\x67\xb6\x19\xf2\x9c\xd6\x78\xd5\xec\xbd\xa5\x7e\x49\x85\x57\x5b\x6f\x7f\x9f\x95\x71\x74\xf8\xe5\x20\x0d\xdf\x43\x02\x53\xe0\x5d\x32\x22\x17\x09\xe8\x1a\xc3\x6b\x9b\x44\xd8\x66\x7e\x7e\x35\xcf\x51\xcd\x67\xb7\x2e\x1f\x1e\x94\x6e\xd3\x34\xe0\xca\xe5\x6c\x75\x50\xe1\xcf\xc3\x7a\xbe\x9a\xf1\xba\x08\xb8\x03\x67\x6a\x42\x95\xc5\x45\x03\x5b\x8c\x76\x59\xfe\xcc\x1a\x2e\x9b\xba\x46\x55\x1e\x95\x98\x6b\x04\x6a\xd9\xeb\xc6\xe7\xf8\x50\xc4\x12\x8e\xb9\x4e\x62\x9a\x48\x4d\x39\x56\xbc\x6d\x77\xae\x3a\x74\x12\x13\x35\xb0\xec\x9d\x99\x6a\x64\xad\x91\x30\x4b\x8e\xc1\x6e\xd6\x92\xc8\x76\x09\x1f\x7a\x09\xa2\x89\x32\xe4\x87\x8b\x34\x3d\x41\x3c\x0a\x21\x39\x3a\x2b\x72\x8e\x56\x63\xe2\xc0\x04\xcc\xc0\x1c\x8c\xc1\x05\xb8\x04\xb7\x25\x15\xb8\x7f\x49\x54\xe0\x64\x4b\x05\xbe\x75\x2a\xc0\xa3\x65\x5a\x28\x48\x7c\xaf\x9d\x82\x84\x16\xec\x27\x8b\x6c\xa1\x4a\x11\x69\x12\x9a\x82\x75\xaa\x83\xcb\xfa\x56\xcd\x41\x3c\xd2\x53\xac\x0c\x40\x73\x08\x8f\xbc\x6e\x91\x3a\xbf\x29\x7c\x47\x1a\x1b\x41\x8c\x02\x2f\xa3\x4a\xa0\x95\x83\xd5\x1a\xb7\x84\x2d\x5d\x9d\x41\x42\xc5\x5e\xfb\xc3\x30\xf1\xee\x82\x78\x6c\x58\xe0\xb6\x23\xb5\xbb\x97\xf2\x44\xb0\x72\x26\x59\x19\x09\x24\x3a\x43\x96\x61\x4b\xc4\x01\x15\xed\x63\x17\x43\x5a\xb2\x1f\x0c\xb5\x1e\xba\xd1\x7b\xd5\xba\x66\x93\xda\x71\x65\xff\x4c\xeb\x8f\x45\xc6\xcd\xcc\x00\x73\xad\x4f\xec\x3a\x18\x6b\x1d\x64\x87\x0d\x70\xa1\xb5\xd2\x28\x7b\x70\xc9\x69\x36\xdb\x58\x5a\x63\xa1\x54\x4e\xb9\xaa\x72\xaa\x38\xb4\xcc\xf3\x0c\xb2\x54\xfc\xe4\x78\x52\xb3\x5f\xe4\x62\x6f\x62\x99\x90\x9c\xbc\xcc\xf6\x86\x66\x66\xb3\x88\x69\x40\xb3\xee\x50\xe2\xeb\x0e\x08\x7a\xe2\xc6\x02\x83\xef\x47\x4f\x3a\x0d\xc6\xf7\xd4\xd3\x2b\x0b\xe2\xf1\x34\x74\x51\xf0\x07\xb4\x4c\xd7\x92\x4a\xcc\x33\x37\xcc\x93\x19\x8c\xb1\x23\x59\xe7\x3b\x25\x75\x28\xc2\x9f\xb0\xb3\x20\xdb\xd2\x33\xb8\x87\xb7\xc1\xe2\x47\x60\x5e\x70\x60\x3c\x3c\x90\xba\x54\x47\x10\xbb\x86\xf5\xf0\x50\x22\x7d\xc9\xe1\x1f\xb9\xf1\x18\xee\xee\x26\x36\x82\x5e\x12\x7b\x41\x48\x53\x11\xe0\x9c\x59\x55\xc8\x2c\x36\xdf\xf3\x00\x20\xc2\x86\xa4\xce\x89\x69\x46\xce\xad\xa5\xc7\xe9\x17\xc7\xb0\xbb\xb2\x6c\xe4\x9c\x98\x91\x0c\x5f\x9c\xe4\xee\xba\xb2\xa1\x0e\xba\xbc\x0c\xfd\xb0\x2b\xf0\x89\x0e\xbc\xe9\x3e\x75\x77\xb3\x9e\xd5\x4f\x25\x4d\xd1\xd9\xd3\x7a\xae\x4f\x21\xdf\xea\xee\xae\xd6\x63\x1d\x7c\x81\x18\xba\x7b\x5a\x5f\xe8\xb0\x19\x6e\xe9\x7b\x5d\x01\x5f\xea\x80\x19\x7a\xea\xfb\x9d\xdd\xe6\xd7\xf1\x0d\x6f\x43\x63\x96\xba\xf0\xf8\x49\x24\x72\x9c\x08\x56\xb9\x66\x9a\x52\x02\x58\x99\x26\xa3\x32\x43\xe4\xce\x87\x70\x8f\xb0\x4f\x4d\xbe\xe2\x94\x13\xdd\xda\x33\xb7\xcc\xf5\x4b\x60\xae\x53\xc7\x6c\x62\x85\xe5\x7b\xd0\xcc\x03\x4b\xd6\x8c\x4d\x59\x1c\xd9\xc4\x75\x06\x44\x71\x6d\xa7\x3a\xd7\x14\x6a\x1e\x92\xef\x39\xb6\xa0\x7c\x0a\x4b\xbf\x6e\x9a\x98\x96\xc3\x5f\x08\xdf\xbb\x90\xf9\x33\xdb\xc3\x20\xf6\xcd\x50\xb0\x38\x6a\x98\xbf\x69\x39\xef\xb0\xed\x4d\x51\x96\x88\x2f\x07\x28\x83\x14\x8c\xce\x13\x2c\x66\xb1\x4c\x45\x91\x6f\x59\x26\x8f\xbe\x63\xa1\x5d\x58\xfc\x52\x40\x67\x6d\x00\x89\x27\x9f\x80\xd3\x52\x0a\xab\x2c\x61\xa5\xc4\xeb\x0b\xf8\xb4\x89\x7a\x53\xce\xdc\x70\x77\x37\x33\x69\x54\x9c\x65\x33\x87\x77\x9a\x4b\xa1\x2e\x0f\x04\x7f\x35\xf6\x6d\x2d\xcb\xca\x41\x68\x51\x77\xb2\xc8\x34\x03\xcd\xa8\x2a\x0e\x40\x77\xc6\x65\xea\x44\x66\xd0\xa0\xfc\xe9\xcc\xaa\x04\xeb\x9b\x27\x6b\x49\x5b\xca\x02\x23\xd7\xa4\x6c\x5f\xdc\x1b\xb9\xb8\x6c\xb1\xe2\x6d\x98\xc4\x1e\xb4\x58\x92\x57\xcd\x19\x79\x67\xed\xed\x58\xe6\xfb\xbf\xf6\x7e\x6c\xd6\x63\x97\x5c\xbb\xac\xd9\x37\x55\x42\x83\x4f\xe3\xa0\x4a\x64\xb4\x97\xe1\xa1\x2a\x9f\x13\x11\xe3\xdb\x6c\x02\x65\xf8\x9a\x47\x03\x28\xe8\x9a\xa0\x5e\x96\x49\x2e\x4d\xe4\x00\x67\x64\x81\xc5\x1d\x9c\xf7\x20\x98\xa2\xa0\x17\xdb\x53\x14\xe4\x04\x95\x04\x15\xcf\xd4\x44\x6c\xdb\x94\xba\xa6\x7a\xdd\xcc\xa5\x91\x6e\x2e\xf5\x1a\x38\x9f\x88\x70\x3e\x1e\xe7\x7c\x22\x95\xf3\x91\x7f\x82\x48\xe7\x7c\xa2\x46\xce\x27\x7a\x78\x88\x74\xce\x27\x52\x39\x9f\xc8\x99\xae\x6f\x2e\x25\x4c\xaa\x30\x97\x46\x16\xf0\x25\x2a\x12\x69\x7c\x49\xc4\x39\x1f\xa5\xfd\x20\xaa\x1e\x06\xbf\xe0\x7c\xa2\xe5\x9c\x8f\x3e\x43\xfd\x79\x26\x4b\x8c\xc8\xeb\x09\xd7\xd4\xe8\xff\x63\xef\xcf\xb7\xdb\x36\xb2\x3d\x50\xf8\x7f\x3f\x05\x82\xd3\xcb\x4d\x9c\x06\x29\x89\x1a\x6c\xf3\x3b\x8c\xa3\xc8\x4a\xc7\x1d\xc7\x76\xdb\x4e\x7a\x50\x73\xb9\x4b\x40\x91\x44\x0b\x04\x18\xa0\x28\x99\x2d\xf1\x7b\x96\xfb\x2c\xf7\xc9\xee\xaa\x11\x55\x40\x61\x06\x35\x38\xea\xb5\xce\x89\x45\x14\x0a\x35\xee\x79\xff\x36\x0f\x4d\x95\xcc\xda\x4f\xaa\x94\xfd\xca\x92\x9e\x92\x52\xaf\xb9\x4a\xc5\x22\x80\x8b\x30\xf0\x62\xb4\xb3\x58\xf9\xc8\xeb\xd3\x10\xfc\xaa\x36\xf8\x44\x25\x58\x3e\x24\x95\x60\xfa\xa8\x12\xfc\x1e\x54\x82\x73\xd2\x1f\xab\x13\xc3\x60\xbb\xed\x75\xbe\x11\x9e\xa6\x65\xe4\x99\xde\x29\x9c\x56\x54\x60\x72\x2f\x70\x8b\xe5\xab\x1d\x55\xe4\x07\x4c\x33\xda\x69\x24\x4b\x19\xc7\x8a\xab\x23\x4b\x81\x6f\x4c\x67\xc6\xb5\x11\xf1\x80\xfb\x2e\x9d\xd4\xef\x89\xec\xe9\x56\x04\xb0\x3a\xe7\xe5\x0d\xf0\x6e\xb0\x7f\x5d\x92\x7f\x89\x64\xdc\xde\x47\x88\x2a\x22\x5d\x45\x30\x86\xe8\x04\x38\x73\xd8\xb3\xae\xcf\x73\x2a\x27\x24\xc0\x13\xb1\x33\x87\xf8\xc8\xf4\x4c\x30\x45\x30\xfa\x00\x03\x32\x5b\xcc\x97\xf3\x61\xb2\xe6\xfa\x9b\x0f\x45\xee\xa8\x45\x66\x25\x1f\xb0\x81\xe3\x43\x10\xf5\x38\x42\x7c\x9e\x04\xd1\x63\x08\xbc\x64\xd1\x31\xd3\xff\x04\x66\x3d\xab\x02\xc2\x08\xc0\x7c\xdb\xa7\x4b\x42\x72\x7b\x31\x45\xfe\x66\xd7\x7a\x22\x11\x15\x3c\xce\x41\x04\xa7\x63\xa0\x96\x74\x48\x21\x93\xf8\xf6\x35\xc7\x1e\x09\xc6\xdf\x5e\x13\xdd\x87\x26\x43\x13\x2b\xa5\xd5\x0b\x18\x04\x87\x1d\x50\x4c\x1e\x05\xd3\x23\x01\xab\x26\x6b\xe1\xdb\x80\x20\x26\x33\x50\x8f\xcd\xc6\x7a\x22\x91\x98\x19\x44\x27\x34\x51\x93\x08\x45\x3d\xeb\xe9\x53\x7f\xe0\x7a\xf1\x12\xab\x59\xf4\x27\x4d\x23\x6b\x63\x6d\x56\xc1\x55\x04\x96\xe9\x10\xb4\xcf\x74\x51\x85\x7a\x47\xb2\x18\x02\x1b\x59\xf6\x25\xdf\xbd\xc0\x0e\xb2\x2b\x62\xd9\xa2\x8c\x69\xe6\x99\x1d\x6c\x68\xb2\xb4\x08\xdd\xb3\xb3\x50\x38\xb9\xc1\x7b\x4f\x9f\xca\x7f\x3d\xf1\xa6\xbd\x6c\x72\x84\x25\x07\xca\x49\x13\xfb\xff\x55\x0d\x02\xc1\x14\xed\x0c\xd8\xbe\xe4\x49\x21\x4d\x95\x6d\x3e\x03\xe4\xf3\x73\x5e\xf9\x22\x18\xcf\x59\xf2\x86\x3d\x4f\xb0\x87\xed\xb9\x28\x67\x41\x11\x98\x04\x76\xdb\x39\x7b\x91\x00\x9e\x9d\xb3\x57\x2d\x1b\xe1\x53\x3a\x86\x76\x30\x8e\xb9\xaf\xc1\xb7\x11\xff\xb4\x1e\x64\x3b\xb0\xaf\x29\xb4\x8b\x8c\x6d\x83\xf8\xa9\x02\xe3\x20\xbb\xe7\x84\xbf\xa9\x7b\x43\x35\xf6\xe4\x38\x29\xdc\xeb\xe9\xd3\x73\x36\x91\x6b\x47\xea\x68\x04\x6c\xfa\xda\x88\x98\xe1\xc9\x94\x30\x03\x94\x57\x80\xe1\xca\xcc\xd3\x75\x3d\x7a\xdf\x24\xed\xf1\xc9\x00\xee\xfa\x23\x02\x08\x7e\xbb\x77\x73\x83\x39\x72\x40\x2f\x1e\xee\x56\x1c\xbb\x60\x43\xaf\x01\x39\x3c\x90\xd4\xa7\x90\x42\x48\xd8\x00\x20\x01\xdf\xe1\xc4\xc3\x1e\x92\x4d\x4f\xfa\x7f\xfa\x34\x19\x5d\x6a\x09\x56\x91\x67\x59\xd6\x86\xe3\x6e\x33\xc6\x7e\x36\x18\x0c\xe6\x02\x1d\xc8\x9a\x70\x90\x0d\x7c\x3d\xf1\x49\x41\x24\x20\x3c\x29\x0e\x2f\x4f\x65\x93\xc0\xec\x9d\xed\x4e\xa8\xf1\x62\xda\xeb\x79\xe3\x85\x06\x6e\xa6\x83\xb8\xea\xa9\x6a\xb9\x10\xec\xa6\xbd\xaf\xc8\x49\xf7\x2d\xa2\x6d\x5a\x1b\x5c\xdc\x74\xd7\x5b\x33\xb8\xac\x2b\x89\xf9\x84\xbf\xa7\x32\xba\x83\x59\x04\x96\xf3\x01\xf9\xff\xb7\x6f\x46\x21\x9f\xcd\x49\xd8\xac\x95\xcf\x4d\x0f\x5a\x89\xde\xf2\x5b\x0c\xfa\x53\x80\x45\x9c\x75\x4e\x8b\xd8\x3b\xf7\x89\x5f\x45\xfb\x94\xdc\x1f\x2d\x68\x0e\x7e\xea\xc5\xfd\x70\x85\x62\xcf\x85\x39\x0d\x66\x10\xf5\x1d\x8e\xa3\x5a\x32\x90\x20\x8c\x16\x64\xbf\xfb\x44\xd9\xca\x1b\x10\x85\x01\x12\x54\x33\x77\xdc\x9e\x73\xd1\x27\xf0\xb1\x7d\x10\x38\xf3\x3c\x68\x1f\xae\x9a\x51\x85\x26\x4f\x3f\x7b\x40\x68\x12\x84\x65\x4c\x53\xc5\xa4\x68\xd9\x81\x73\x7b\xce\x9e\x5f\xe2\xe7\x61\xf2\x3c\x81\xbf\x25\x0d\xd7\xe3\x5e\x5e\x94\x49\x9f\x17\x93\xa8\x25\x5d\x8b\xc0\x63\xea\x11\xd3\x66\x62\x52\xcb\x56\x38\x36\xdd\xd0\x31\x6d\x87\x19\xba\x56\x63\x37\xd7\xd0\x85\xbb\x93\x15\xe3\x55\xae\x62\xbc\xca\x51\x8c\x57\x69\xc5\x78\xa5\xa8\x70\xab\x82\x50\xf0\x8d\x24\xef\xe3\xb3\xf6\x03\x3e\x6a\xc7\xf4\xa4\xd9\x97\xf2\x43\x76\x81\x92\x35\x4e\x14\x02\x7e\xf5\x82\xec\x33\x2f\x7e\xc7\x6f\x16\xc8\x3e\x15\x77\xe5\x94\x5e\x95\x38\xdb\x44\xba\x21\x5e\xf2\x74\x2e\xe7\xb6\xda\xe7\x69\x7c\xe4\x34\x1c\x6e\x09\xea\x2d\x97\xe1\xa9\x44\xbf\x49\x0a\x8d\xa4\xf2\xcb\x9d\xcd\xa5\x07\xaf\x96\x59\x08\x39\x37\x74\xf8\xd7\x7f\xf5\xe0\xd5\x66\xb6\xf2\x5c\x29\x5b\x95\xf9\x28\x56\x9e\x4b\xeb\x95\x6d\xa6\xa1\xb3\x8a\x59\xa1\x8e\x0c\xbc\xa6\x94\x4a\xcb\xd3\xd9\xb1\x18\x26\x24\x1f\x01\xb7\x0b\xb1\x10\x75\x8c\x50\xe4\x9d\xaf\x10\xec\x99\x08\x9c\x13\x41\xd2\xc4\xfc\x25\xd6\x3f\xb2\xcd\x5d\x13\xdf\x37\x3a\x02\xcb\xe6\x29\x26\x2f\x21\x13\x5b\xb4\xfd\x8d\xf2\xfb\x43\xd6\x66\x13\x43\x2a\x7b\x51\x2c\x16\x85\x90\x28\xc6\x53\x2a\xfe\xa5\x54\x9d\x2f\xb8\xe1\xb5\x82\x92\x01\x28\xf2\x0f\x4b\x35\xa6\x6f\x99\xe3\xf1\xd8\x7f\x99\xbc\x13\x65\xdf\x49\xca\x34\xd3\x64\x19\x81\x24\x78\x86\x26\xd6\x28\x3a\xf3\x27\x9b\x8d\x35\xfa\x00\x49\xb4\x29\x11\x6f\x53\xc0\x7b\x96\x7e\x26\x14\x8f\x4b\x51\x43\xaa\xce\x84\x95\x74\xc8\xcc\x04\x48\x33\x09\xb2\xef\x64\xd1\x63\xd1\x19\x98\xbc\xc4\xff\x2f\x81\x47\x1c\x05\x67\xa0\x7c\x46\x51\x18\x6a\x4f\x2b\x3b\xe3\xa7\xf4\x84\x6d\xd8\x49\xfb\x7e\xfd\xda\xcd\xe2\x2a\x38\xb8\xeb\x53\xa5\x05\x7f\x21\xfe\x7e\xfd\x09\xcc\xde\x82\x05\x94\x2d\xb2\x3d\x4e\xc8\xc9\x46\xf0\x5e\x46\xc8\x92\x3a\x92\xdf\x4c\xba\x53\xec\xba\xc4\x52\x27\x9e\xc9\x8f\xcc\xff\xa1\x65\x5f\xe2\xd5\x79\x8c\xa2\xde\xae\xbd\x67\xbd\x94\x6f\x0c\x1d\x25\x7f\xbc\x67\x59\x23\x2c\x32\xd3\xfe\x26\x67\xbb\x93\x8d\xe0\xe6\xca\x07\xcf\x35\xba\xdb\x4b\x38\x52\xef\x22\x81\x45\x13\xef\x2b\x23\x16\xf5\x70\x94\xe9\x4c\x88\xc0\xdd\xd3\x00\x6b\x9e\xd3\x9a\x3e\x59\x8c\x3c\x09\x2a\x87\x80\xd3\xc1\x8d\x65\x6d\xbc\xf8\x75\xf0\x2b\x27\x40\xed\xf3\xcc\x76\x85\x02\xc4\xf8\x25\x85\x7d\x7e\x4d\xc2\xc4\x28\x22\xe4\xbb\x73\xcc\x31\x99\x62\x01\xb9\xde\x20\xa0\xce\x98\x7a\xc9\x0f\xa4\x54\x13\x52\x10\x33\xf4\xf4\x29\x6e\x81\x87\xce\xbb\x0d\x66\x58\xbd\xb7\xaf\xf1\xc9\xfc\x19\x44\x33\x2f\x18\x99\xbb\x4b\x4c\x4a\xe6\x11\x8c\xe7\xa1\xef\x8e\x82\x8d\x14\xaa\x17\xd2\x41\x60\xc5\x8d\x18\x6d\xa2\xc1\x2a\x90\x7e\x9b\xcb\xda\x93\x85\xf9\x93\x17\x33\x4c\xcb\x9e\x65\x47\x94\xa4\x6f\x36\xf6\x6c\xdc\x73\x54\x1d\xe7\x1d\x63\xd2\xef\xc7\x67\xab\x89\xfd\xb9\x9d\x5b\xe5\x34\xed\x56\xf9\x9c\x63\x3d\x3e\x3d\x83\x93\xf1\x67\x66\x3d\x3e\x55\xad\xc7\xf2\x9f\xf6\x69\xda\x7a\x7c\x9a\x6b\x3d\x3e\xbd\xb9\x39\x4d\x5b\x8f\x4f\x55\xeb\xf1\xe9\xf8\x7d\x7d\xb7\xca\xcc\x7e\x27\xdc\x2a\xa7\x96\x7d\x25\x9d\xab\xd3\x94\x6d\xf7\x94\x59\x8f\x95\xdf\x5f\x9e\x66\x45\x8f\x2b\x61\x3d\x3e\x2d\xb6\x1e\xa7\xbf\xa0\x97\x9e\xf0\x10\x4f\xf1\xf4\xa8\xf5\xd8\x1d\x9f\xda\x0e\x75\xab\xb0\xac\x00\xfb\xca\x3e\xad\xa1\x6f\x25\xfa\x69\x59\xa1\xec\x6a\x05\xa5\x31\x07\x14\x72\x78\xf4\xe0\xe4\xf0\x96\xd8\x69\x11\x93\xe2\x56\x91\x27\xea\x50\x98\xb6\xae\x7e\x05\x6f\xf9\x9f\x90\xc2\xad\xf4\xb2\xe5\x05\x32\x74\x6e\x4f\x4b\xe7\xf6\x64\x3a\xb7\x37\x19\x99\xa6\xdd\x98\x46\x9a\x26\x8f\xa7\xc1\x5c\x79\xfc\x6d\x0f\xdc\xdc\x30\x34\x6c\xd6\x11\x21\xde\x7e\x0f\x59\xc9\x65\x42\x84\xe9\x8f\xbf\xfd\xf7\x1f\xae\xd1\xe6\x0f\xd7\x60\xf3\x87\x6b\xd8\xc3\xe2\xc7\xcd\x4d\x60\x6d\xfe\x6d\x9b\x26\x81\xd5\xa4\x2a\xe0\x07\x38\x3b\xfd\xb2\x3c\xa5\xa7\x4e\xe5\x7e\x5d\x2d\x00\x1c\x7f\x0b\xed\x60\xfc\x4d\xaf\xf2\x22\x58\x37\x37\x8a\x51\x33\x3d\x22\x3a\x20\x8d\x91\xb4\x5a\xf8\x8e\x69\xda\xa0\xe9\x64\x84\xab\xce\x34\xbf\x19\x8f\xa3\x97\xd1\x20\x82\x4b\x1f\x10\x3b\x3b\x89\xa0\x92\x42\xa3\x92\xd8\x20\xbc\x21\x4f\x14\x69\x3c\x5a\x05\xaf\x83\x57\xf0\x7c\x35\x23\x2e\xfa\xeb\x40\x0a\x0c\x8a\x9f\x3e\xc5\x5d\x84\x3e\x33\x6a\xf7\x30\x5f\x24\x90\x93\xbd\x7f\xff\xe1\xda\xdf\x18\x5e\x6c\xac\x02\x7a\xad\x5c\x7c\x85\xff\x70\x1d\x6d\xfe\x6d\x59\x1b\xcb\x46\xbd\xf8\xe6\x86\x6c\xf0\xc8\x34\x37\x1b\x2a\xc0\x60\x72\x51\x09\xdb\x0a\x13\x10\xb9\x61\x90\xd7\x70\x15\x79\x7f\x09\xbd\x20\x25\xd8\xd1\xbb\xd3\x63\x85\x15\x92\x1b\x67\x9b\x3b\x26\x3e\x75\xd9\x4e\x88\xf3\x41\xe9\x03\x81\x99\xe8\x00\x7f\x82\xc6\x95\x11\x3f\x8f\xb5\xc1\x0f\xf5\xf5\x6f\xba\xaf\x26\x21\xb0\xc7\x69\x7e\x5d\x0d\x10\x44\x5a\xed\x4e\x4b\xbe\xf1\xa3\xdb\xc7\x3f\x0c\x2e\x93\x55\x23\xdb\x0f\x83\x4b\xa2\xa5\x5e\x82\x28\xe7\x49\x0d\x03\xda\x14\x42\xf7\x1c\x38\x17\xc5\x2c\x0b\xf3\x5e\xcc\x22\x58\x59\xc4\x82\x28\x23\x3b\xb6\xbd\x27\x6a\x8e\xf2\x57\x8b\x14\xbd\xda\x0a\x52\x74\x58\x05\x29\xda\xbd\x5d\xa4\xe8\xf0\x6e\x90\xa2\x9d\x87\x14\x19\xe2\xde\xae\x78\xf6\x18\xa4\xfe\xfb\x89\x48\xa1\x22\xc9\x52\x5b\x5d\x83\xa6\xf4\x4f\xf3\xa3\x32\xa7\x3e\x88\xe7\x3f\x53\x8f\x7d\x5c\x00\xb4\xe5\x87\xb3\x19\x89\x51\xf1\x5a\x06\x8c\x38\xc2\x3e\x8b\xbc\xe9\x3a\xa9\x89\xcd\x7f\x67\x1f\xe2\x50\x5a\x1b\xd2\x8e\x81\xbd\x26\x33\xbb\xe6\x38\xe1\x88\x85\x40\xb2\xbf\x09\xea\x20\x0b\x28\xe0\x8f\xa8\x9c\x45\xe0\x08\x37\xbc\x19\x09\x9c\xc8\x11\x34\xab\x89\xef\xcb\x27\x3c\x76\x42\x95\xba\x02\xbc\xb9\xea\x4f\x91\xf5\xe4\x9b\xbd\x6f\xc6\x63\xc8\x2b\xff\xd2\xb9\xd3\xa8\x0e\xbe\xf6\x3c\xf2\x81\x3d\x03\xae\xdb\x5b\xf5\x56\xbd\xeb\x8d\x7d\x8d\xbc\x05\x0c\x57\x68\x74\x04\xf7\x6d\xba\xec\xd0\xfd\xc4\x7e\xdb\xdf\xdd\xdd\x50\xb4\x76\x92\x16\xe8\x27\x08\xd5\x96\x0d\xc8\x71\x18\x81\x9e\x65\x7b\x08\x2e\x46\x84\x77\x6d\xe8\x72\xdc\xf6\x02\x94\xce\x9b\xee\xfb\x20\x01\x74\xb6\xcd\x4f\x11\x08\x62\x0f\xcf\xe1\xf8\x3c\x8c\x10\x74\xa9\x61\x2e\x00\x0b\xf8\x72\x7b\x6b\x85\x39\x66\x37\xbd\xd3\x7a\x19\xf8\x40\x4a\x3b\xc1\x82\x5d\x30\x4b\x03\xf1\x3a\x70\x0c\x31\x63\xca\x1f\xc8\x9e\x3c\x21\xa0\xf9\x63\x70\x05\x3c\x64\x88\x32\xeb\xfc\xf0\x46\x14\x87\x82\xa6\x13\x00\x06\xbb\x49\xb7\x95\x41\x54\x90\x22\xd0\x8b\x5e\x0f\x8c\x3d\xc5\xf3\xce\x2f\x5d\x7b\x58\x87\x78\xbc\x50\xeb\x35\xf3\x7b\xdb\x71\xc5\xe6\x69\x99\x84\x4a\x04\xbb\x62\xf9\x94\xb7\x91\x1e\xd0\x9f\x76\x96\x11\x74\x31\x6d\x81\xf1\x0e\x70\xfc\x92\x16\x22\x12\xb6\x4a\x2b\x29\x1d\xb3\xb0\xf9\x1c\x02\x1f\xcd\xfb\xce\x1c\x62\x29\xbb\xb0\x29\xc9\xcb\x2f\x6e\x72\x71\x59\xd2\x40\xc2\xcb\x2b\x6c\x47\x2b\x64\x15\xb7\x59\x86\xbe\xe7\xac\xcb\x96\x75\x85\xe6\x7d\x5a\xa7\xa2\xd8\xbd\x4c\x23\x7f\x3b\xd1\x98\x08\x59\x5a\x8c\xaf\x81\xe3\x8f\x08\x21\x02\x81\xfb\x2e\xb2\x7a\x92\x0f\x91\xe7\x75\xcb\x8f\x25\xf7\xa3\x99\xd9\x45\xa5\xa5\xe4\x6e\x34\x95\x0d\x54\x5a\xf9\x52\x2b\x79\x19\x94\x46\x6e\xd2\x08\xef\xaf\xf2\x4c\x72\x59\x5e\x5c\x2a\x4f\x24\x77\xa5\xd8\x51\xa5\x41\xe2\xb9\xb6\xc9\x56\x2a\x0f\x57\x92\x2b\x94\xec\xa1\xf2\x54\xb8\x1b\xad\x0d\x53\x3e\x97\x39\xcc\x5e\x6c\xb3\x24\x71\x2c\xb0\xa4\xb8\xa9\x9e\xf4\x43\xe4\x8f\xfe\x82\x0b\x20\xca\x3d\xa6\x10\x2e\x8e\xef\xf5\x49\xab\xdc\x97\x1e\x22\xf2\xfe\x34\x8c\x4a\x62\x53\x70\x8b\x9d\xf3\x95\xe7\xbb\x69\xda\x15\x46\x8b\xec\x55\x27\x3f\x66\x88\x18\xf9\x55\x73\x99\xc9\xef\xba\x0b\x4c\x1e\x44\xa1\x0f\x35\x3f\xe7\x10\x0f\xf2\x8c\x81\x6f\x54\x8f\x20\xb1\x97\xf6\x34\x31\x05\x9c\x3f\x24\x5d\x6e\xfe\xa8\x53\xfd\x3e\x74\xaa\xcb\x74\x90\x90\xbd\x1e\x5f\x5f\x5c\x8e\x04\x23\xb1\x31\x8b\x11\x7c\x83\x91\x5a\xc1\x1d\x38\x75\x15\x8c\xc0\xc6\x17\x6b\x24\xc8\xba\x44\xbb\x05\x41\xb7\xe9\x45\x1a\x09\x02\x4e\x35\xb8\x59\x7e\xbc\x91\x04\x4d\x42\xee\x6d\x25\x48\x1b\x76\xf5\x2d\x7b\xda\x24\x15\x4f\x1b\x9e\x74\xce\x14\x38\x4a\x3c\x78\xd5\x6a\xfe\x2b\xa7\x35\x1c\xa8\x26\x18\x9f\x4d\xec\x1e\x1a\x9b\x84\x7c\x98\x96\x17\xb0\xc0\x14\x6b\x3b\x36\x91\x0d\xa1\xa4\x6a\xf9\xdc\x94\xcd\x1a\x8f\x24\x71\x88\x10\xa1\x9a\x0c\xee\x0c\x92\xd8\xe7\x24\xea\x80\x04\x31\x2b\xcf\xc7\xeb\x33\x38\x61\x58\x33\x74\x01\xb0\xa6\x72\x73\xc3\xa7\x8d\xff\xb2\x92\x20\x0f\x12\x51\x0d\x27\x4f\x10\x0b\xec\xd7\x3a\xe7\x19\x8e\x0c\x75\xe3\xdb\x68\x10\xaf\xce\x17\x1e\xca\x69\x2b\x30\xe9\x64\x5b\x19\xda\x6c\xec\xc5\x78\xde\xeb\xb9\xe3\xa9\xa2\x06\xd0\x2d\x6a\x8f\xb5\xb1\x1c\xcf\x7b\xae\x82\x44\xc2\x76\xb9\x3d\xda\x86\x2b\x2b\x01\xb3\x12\x66\x3a\x87\xc0\xed\xbb\x00\x81\x3c\xf9\x01\x37\xd0\x35\x7f\x88\x92\x83\x17\xf4\x79\xa8\x98\x6e\xba\xd2\x63\xfd\x3b\x0f\x73\xce\xc8\xd7\x4f\x16\xf9\xa9\x56\x0f\x71\x7a\x42\x77\xbe\xab\x3a\x20\x52\x19\x2d\xbd\x0b\xb3\x07\xc7\x49\x90\x20\xb5\x35\xbc\x64\xff\x1d\x41\x2b\x53\x3d\x4f\x75\x71\x42\x6b\xc4\x7f\xf0\xc3\x59\x2f\x5d\x78\xac\xac\x70\xc6\x12\xcc\x60\x1f\x79\xc8\xa7\x31\xcd\xba\x73\x90\x34\xc9\x7f\xed\x21\x1e\x8c\x65\xb8\x5c\xa5\xa0\x2f\x51\x18\x79\x99\x16\x0f\x71\x6e\x89\x34\xa2\x4e\xf0\x12\xf8\x9e\x0b\x10\x74\xfb\xce\x1c\x04\x33\x18\xc3\x92\x82\xb4\xf2\x43\x70\xee\xf9\x1e\xf2\x60\xbc\x73\x0e\x62\xad\x3a\x42\xc5\x18\xc9\xec\xf0\xe4\x41\x3b\x94\x1e\x95\x90\xaf\x57\x09\xc1\x82\xe8\x62\xdc\xcb\xcb\x1b\x8e\x51\x18\x55\x04\xea\x5c\xc2\x68\xe1\xf1\xb2\x27\xab\x8e\x3c\x38\xf4\xfb\xa2\xb0\x09\xff\x39\xf9\x56\x2c\x32\x82\x37\x33\x88\x7e\x0e\x5d\xe8\x93\x98\x5c\xeb\x7a\x43\x22\xa0\xbd\x05\x88\xd6\x3f\xc1\x35\xfb\xe1\xa3\xbf\x9a\xb1\xbf\xa8\x65\x1c\xac\xd0\x3c\x8c\xbc\xff\x42\x06\x6b\xa1\x7a\x50\x03\x52\x9d\x69\x15\x39\x30\x66\x86\x72\x22\x92\x4b\x9f\x97\x21\x31\x02\x6a\x42\x57\xc7\xc1\xec\xea\x9c\xe2\xbc\x4f\x5e\x65\xdf\xca\x0e\x24\xdb\xa6\xc6\x78\x44\x3f\x04\x68\xb1\xd2\xa7\xf3\x1a\x44\x24\xc0\x3f\x4a\xbe\x29\xc2\xa4\xb8\x9a\x01\xc7\xf2\x53\xbc\x14\x24\x31\x6f\x70\x4c\x9c\x08\x58\x8f\x21\x51\x16\xf0\xe9\xd3\x6f\x68\xa6\xe8\xb1\xef\x87\x57\xc9\xdb\x6a\x0e\xf5\xc1\xee\xbe\xf5\x04\xcd\xa3\xf0\xca\x60\x6c\x3d\x1e\x9f\x5d\xb3\x9a\xbb\xe6\xc1\xee\xbe\xb9\x99\xd8\x70\xb3\xe1\x3e\x21\xe1\xba\x50\x43\xa3\x68\xc0\x94\xf9\x81\x8f\xcb\xb4\x9e\x3e\x15\x75\x27\xd4\x27\xb6\x34\x7c\xcb\x06\x9b\x04\xa5\xb2\x3d\xc2\x93\x50\xe7\x88\x38\x83\xd7\x37\x29\xb2\x4c\x82\xbf\xe0\x80\xea\xe1\xd4\x6f\x45\x4e\xfa\x60\x09\xe1\xc5\xb1\xef\xf7\x74\x07\x49\x90\xd8\x60\xfc\x2d\xde\x98\x64\xb6\x81\x6d\xbe\x12\x10\x99\xa6\x45\x56\xda\x75\xc8\xee\xa1\xe4\xa3\x4a\xfb\xb7\x1c\x6c\xd1\xb4\x94\x91\xa2\xa7\x4f\x91\x34\x36\x96\xf9\xbb\xe1\x49\x10\x4a\x1f\x1f\xd7\x81\xf3\xc9\x5b\xe0\x2e\x82\x81\x17\xbf\x22\x41\xcc\xee\xcd\x8d\xa0\x6a\xd1\xcd\x4d\xc4\x27\x7f\x73\x23\x4d\x73\x15\xf8\x21\x70\x3f\x40\x27\x8c\x5c\x52\x69\xc3\xda\x6c\xf0\xd4\xdf\x05\x30\x1d\xbe\x9f\xac\x0b\x6b\xae\x59\x1a\x1b\x5a\x1b\x7c\xf8\x8e\x7d\xff\xfb\x75\xb2\x12\xad\x23\x0f\xd3\x38\x5c\xdf\xc8\x38\x5c\x3d\x96\xf7\x2c\x7e\x22\x35\xb2\xbd\x31\xc9\x37\xe6\xde\x34\x32\xf8\xdf\x56\x30\x5a\xe7\x8d\x9b\x5e\x41\x89\x8a\x74\x36\x68\x93\xba\x32\x3d\x97\x3a\x32\x99\xaa\x7f\x9d\xac\xcf\x08\x9f\x12\x5b\x9c\x84\x11\xde\xf4\x8d\x35\xea\x35\x9c\x6c\x9a\x94\x0a\xe8\x20\x69\x15\x0a\xf7\xd0\x8e\x06\xc7\x27\x27\xa7\x1f\x3f\x7e\xfe\x70\x7a\xfc\xca\x86\x22\xc8\x54\x7f\x26\x78\x00\x6a\xd1\xa9\x48\x6c\x16\x72\x94\x9a\x17\x9f\x70\xb1\xcf\xa2\x09\xe3\x50\x38\x85\x2d\x1b\xd2\x13\x0b\x48\xe9\x02\x70\x09\x7b\x09\xaa\xbe\x48\x5d\xca\xe0\xb3\x61\xc6\x4a\x52\xb3\xe8\x78\x88\xf9\x86\x24\x38\x51\x90\x0c\xd3\xb2\x6c\x33\x24\xdc\x1a\xef\x0a\xbd\x46\x68\xbd\x84\xef\xf0\x15\x4d\x8c\x3d\x95\x4e\x3b\x3a\xe3\xbf\xca\xfc\x6d\x42\x2c\x38\xca\x28\x38\x00\x1e\x54\x36\x42\xb9\x7c\x78\x91\xbd\x80\x73\x80\x9e\x75\x9d\x69\x98\x47\x8e\x08\xd6\x93\xdb\xeb\xc5\xe3\x95\x5a\x8b\x8b\xb2\xec\xf6\xf9\xd1\xe1\xd8\xed\xc5\x8a\xe5\x47\xe6\xfa\xed\x93\xa4\x63\xd9\xfc\xb3\xa8\xac\x49\x50\x07\x88\xde\xab\xa2\x55\x3c\xa4\xe7\x0b\xbc\x7e\xd4\x85\xa2\x89\xb3\xef\x4a\x03\xd7\x55\x31\x4f\x09\x47\x8c\x42\xe0\x81\x64\xe4\x24\x21\x6b\xbc\xff\xf0\xfa\xe7\xe3\x0f\xff\xf8\xfc\xd3\xe9\x3f\x36\x8e\x1f\xe6\xd1\x66\xfa\x48\x77\x50\x65\x70\x43\xdd\x91\xb5\x14\x1d\x3d\xaa\xb1\x05\x92\xab\xb3\xe1\x56\xb0\x4c\x08\xc7\x8f\xfb\x54\xc2\xc8\x53\x00\x81\xe3\xef\x78\x71\x9f\x5c\x91\x3e\xcd\x27\xea\x67\x95\x42\xbe\xb3\xf2\xc0\xca\x4b\x48\xe4\xb8\xb2\xa8\xb2\x45\x74\xc7\x27\x72\xac\xe7\xa3\x32\xf6\x75\x2b\x63\x54\xca\x72\xc6\x04\xbe\x53\xf2\x08\xb9\x63\x35\x98\xde\xb1\x19\xc6\x8e\xc5\xf5\xb7\x38\x95\x42\x6c\xee\x8c\x82\x78\x67\xe4\x3a\xf2\x89\x8c\x49\x68\x5d\x85\x86\x3b\x23\xcf\xc5\x4a\x5c\xaf\x17\xa6\xf4\xb8\x52\x82\x22\x9d\xff\x3c\xc2\x02\x14\xc2\xa2\x28\x65\xa2\xc5\xc7\x37\xbf\xfc\x99\x3c\x4e\xc4\xa3\xb4\x70\x97\x14\xdf\x26\xd9\xd1\xba\x26\xaa\xef\x25\x23\x69\x69\x7a\x60\x4f\xd4\x17\x29\x7d\x90\x88\x1f\xc9\x20\xdd\x28\x5c\x4f\xf3\x79\x8a\xb5\x51\x16\x7c\x1c\x96\xf5\x62\xd9\x52\x13\xbc\x29\x99\x37\xe8\xa0\x29\x26\x7b\xed\xcf\xb1\x97\x53\x5f\x09\x1b\xf2\x46\x27\x0c\x23\xd7\x0b\x00\xca\x05\xf3\xab\x46\x97\x51\xb8\x08\x09\x44\x87\x16\xa6\xc2\xd3\x84\x3d\xd5\xa1\xb0\x12\x3a\xf8\x93\xc7\x6a\x66\xbf\x37\xfa\xba\x4a\x51\xd3\x14\xec\x86\x33\xee\x91\xd8\x52\xa0\x23\x92\xc9\xf9\x8e\x4d\x56\xf2\xa3\xac\xdd\xce\x34\x8c\xfa\x41\xe8\x42\x46\x55\x43\x82\xb4\x5c\x8b\xaa\x4a\xb7\xea\xc1\xea\xb9\x62\xdc\x6f\x43\x17\xaa\x79\xba\xc4\xcb\xad\x9b\x96\x8d\x32\xc8\xdb\x22\x6b\x3c\x19\xb3\x52\x92\x84\xce\xdb\xb4\xf0\xcc\x7b\xc1\x78\x85\x47\xef\xda\x88\xe4\xd3\x2c\x20\x02\x6a\x01\x13\x0a\xb8\x6d\x07\x1b\xab\x1a\x3d\xf7\xcb\x09\xac\x57\x4e\xcf\x3d\x85\xd2\xe6\xbc\xf1\x96\x44\x62\x56\xe1\x20\x05\xef\xa7\xbe\xe5\xd5\xa9\x93\xa6\x56\x75\x6a\x48\xcd\xab\x52\x65\x0d\x48\xeb\xa3\xcf\xe4\x91\x8d\xdc\x4f\x36\xc2\x64\xee\xbc\x34\x16\xa5\xb2\x74\x1e\x1c\xeb\xa5\xc9\x52\x18\x02\x1d\xfb\x90\x0b\x1e\x65\x9d\x29\x09\xbb\xa8\xe1\x48\x11\x00\x70\x69\x5f\x0a\x49\x37\xcd\xf1\xa1\x30\xfe\xe3\x3a\xa6\x2a\x88\xeb\x0d\x01\xf9\xf4\xff\x7a\xa3\x33\x74\x62\x1e\xe0\x4d\x7b\x0c\x22\x24\x09\x5d\x62\x9e\x0d\x26\x90\xf7\x88\xad\xda\xb4\xa1\x6a\xa8\x0e\x38\x28\xa5\xe4\x07\xc9\x16\x84\x76\x9d\x51\xc6\xec\x6d\x5a\x1b\x82\x7b\xc8\xbe\x46\x92\xa3\x49\x1b\x9a\x22\x6d\xbe\x07\x33\x68\x04\x21\x32\xa6\xe1\x2a\x70\x93\x6a\xf4\xc1\x80\x2a\x02\x63\xf3\x60\xf7\xc0\xe4\x2a\xd8\x20\x82\x24\x2f\xf1\x9a\x3a\x2c\x46\x67\xc1\x44\x4c\x76\x06\xd1\xb1\x83\xbc\x4b\x95\xdf\xf1\x17\xf1\x61\x3f\x13\x76\x71\x3e\x74\x69\x81\x4c\x52\x4d\x0f\xb1\x16\x7c\xe9\xad\x49\x62\xd5\xd3\xa0\x25\x8a\xb6\xac\x13\x7c\x41\x59\x55\x08\x32\xa8\x5e\x92\x61\x0e\xc7\x41\x6a\x8d\x19\xb8\xeb\xe5\xe0\x12\x44\x3d\xf3\xe4\xdd\xdb\x8f\xbf\xbc\xf9\xfc\xea\xf8\xd3\xf1\xc9\xe9\xdb\x4f\xa7\x1f\x3e\xbf\x79\x77\x72\xfc\xc6\xb4\xac\x9b\x1b\x65\x55\x09\xc0\x1b\xbd\x57\xc9\x72\x55\xdf\x17\x28\xed\x0b\xdc\x58\x62\xf9\x48\xe0\x1a\x5b\xc0\xd4\x79\x4b\x15\xeb\x26\x2b\x95\x6b\x90\x4c\xb0\x0f\x5b\xe7\x8d\x64\x6c\x92\x34\x59\xbb\xb5\xad\x33\xd5\x2b\xdb\xeb\x6a\x12\x87\xf6\x4d\xcb\x8e\x65\xce\xdf\xd4\xd6\x49\xc0\x68\x2e\x61\xb4\xee\x3b\x73\xe0\x05\xb7\x2c\x06\x3c\x2a\x67\xbf\x33\xae\xba\xaa\x53\x64\x34\x97\x79\xaa\x67\x96\xa9\x5d\xf9\x3a\x57\xd3\x5a\x20\xae\x13\xcb\xa5\x40\xe2\x7b\x5b\x0a\x24\x87\xa9\xa7\xae\xf6\x46\xf5\x41\x72\xaf\x31\x45\x3f\x73\xe2\x81\xf0\xcf\x0e\x5c\x27\xe1\x89\x0c\x7f\x4f\x66\x08\xc8\x36\x7f\x86\xf1\xfc\x34\xc0\xe3\x75\x4d\xeb\x65\xb1\x79\x8d\x31\x27\x28\x21\x2d\x2b\xac\x81\xf2\xd5\x81\xc4\x63\x18\x1f\x26\x99\xc4\xbd\xb2\xb6\x2e\x44\xc0\xf3\x4d\x8b\xc0\x9a\x0c\x50\xe4\x2d\x7a\xd6\x93\xf8\xca\xc3\xdf\x0c\xac\x6b\x07\xc4\xd0\x3c\xdc\xdd\x35\x47\x92\x06\xcc\x44\x92\x31\x7a\xfa\x34\x1a\xe0\xd3\xf2\x37\x0f\xcd\x7b\xe6\x09\x85\xe5\x32\x16\xab\x18\x19\xe7\xd0\x80\x74\x86\x86\x17\x18\x61\xe4\xc2\xc8\x40\xa1\xb1\x8a\x21\x61\x51\x06\x0c\xdc\x65\xe8\x05\x48\x8d\x3e\x48\xad\x8d\xfd\xcd\x1e\x2d\xd0\x83\x0f\xe2\x88\x85\x3e\x6c\x36\xd6\x28\x11\x2e\xe2\xd0\x27\x2e\xc8\x8d\x1d\x8f\xc3\x5e\xcf\x4f\x65\x5b\x92\x43\xd8\x01\x5f\xeb\xf9\xb9\x56\x45\x50\xce\x82\xf2\x5e\xc6\xa4\x56\xe2\x42\xbe\xcc\x85\x56\xd5\xb9\x90\xc8\x61\xe8\x27\x2e\xc0\xfe\x1c\xa1\x25\x09\xba\xce\x4f\xcd\xd4\xb1\xa5\x5b\x80\x4f\x29\x33\xe7\x94\x4e\x87\xbb\xbd\xdb\x07\xa1\xe4\x79\xcd\x7f\x88\xc0\x8c\xc0\x01\x56\xf5\x9b\x1b\x92\x87\xbc\x0e\xba\x4b\xc9\x2e\xb6\xda\x39\x21\x1d\x04\x5f\x35\xc8\x4b\x54\x07\xe4\x25\xaa\x0a\xf2\x12\x70\x40\x95\xa8\x00\xe4\x05\xd0\x38\xb0\xdb\x00\x79\x89\x2c\x6b\x24\x8d\xa9\x73\x90\x97\x28\x1f\xe4\x05\x3c\x4c\x58\x3b\xbf\x15\xc1\xb9\x6b\x22\x13\xf5\xa2\xde\xf5\xc6\x86\x14\xce\xe0\xc7\x4f\x9f\xde\x8f\xf2\x3b\xc8\x27\x99\xa6\x0d\x07\xf8\xe5\x9b\x9b\x6b\x12\x0d\x5e\x9d\x72\xf9\x0d\x28\x57\xcb\xb8\x0f\x7d\x72\x6b\x75\xcf\x95\x12\x57\xfe\x3b\xc2\xb8\xba\x13\x54\x23\xe7\x51\xe5\xfc\x3d\xa8\x9c\xee\xb8\x07\x52\x01\x17\x89\x2a\x29\x2e\x6c\xcc\xcd\xb5\xc5\xcd\x98\xae\x19\x57\xe8\x90\xb8\x05\x19\xdd\x60\xaf\x39\x45\x9e\xc1\x72\x53\xef\x8a\x19\x74\x17\x20\x00\x33\xe8\x7e\xbf\x3e\xf9\xf0\x2a\x26\x2a\x46\x8e\x06\x98\x90\xa3\x8a\x31\x60\xe9\x60\x4c\x56\x93\x08\x0e\x44\x0c\xa9\x4d\x75\x3d\xd6\x52\xbe\x0d\x77\x83\x52\xb7\xfa\x9a\x51\xea\x7a\xd7\xc7\x14\xf3\xc7\x04\xbe\x1f\x5e\x99\x1b\x12\x32\xeb\xc5\x3f\xcb\x07\x20\x65\x39\x55\x0e\xc7\xcd\x4d\x2f\xfb\x63\x3a\x10\x35\x37\x1c\x1d\x85\x14\x14\xd3\x1a\xc4\xe1\x02\xd2\xc0\xff\xd7\xca\xc7\x79\xf2\x83\xd2\x7f\x71\xe2\x05\x39\xe6\x67\x76\x64\xdb\x60\x32\x0e\x06\x9e\x2b\x95\x2c\xe5\xe5\xc3\x94\x74\x07\x92\x8c\xb5\xfe\x21\x8c\xb4\x83\x7c\xa2\x49\x9c\xf0\x07\x33\x18\xc0\x08\xcb\x17\x61\xf4\x11\x52\x09\x23\xb2\x30\xcd\x75\x00\xad\xe7\x95\x79\x0c\xac\x6c\x90\x73\x6e\x3e\x85\x24\x82\x70\x2b\x0a\x35\x86\xd3\xcb\xc1\x1f\x2b\xb7\x57\xeb\xcc\xa6\xdb\x3b\xe0\x3e\xed\x94\x21\xe1\xbd\x12\x0e\x3b\xb1\x6c\x74\x2f\xa2\xa5\x94\x17\x99\xf5\xae\x83\x00\x05\x6e\x1b\xba\x76\x1d\x1a\xb7\x1e\x24\x41\xeb\x84\xf2\x50\xd1\x64\xf4\x6f\x5a\xb8\x16\xef\xbf\x31\x1e\x1b\xe6\x1f\xae\xe1\xc0\x73\x37\xa6\x11\x46\xc6\x2b\x18\x23\x2f\x20\x30\x6f\xda\xe7\xa9\x57\xff\x37\xf7\xa5\xff\x35\xff\x5d\x18\x32\x11\xa4\x43\x26\x82\xda\x21\x13\x41\xb5\x88\x84\x0a\xc6\x99\xba\x11\x09\x4e\xf6\x0d\x61\x0b\x6a\x12\x00\x21\x6c\x41\x15\xbe\x22\x0a\xc1\x36\x89\x7b\x48\xde\x2f\x8a\x7b\x70\xab\xcb\xfd\x17\xb9\x40\xbc\xd5\xa2\xd8\xbc\xf8\x87\x30\x03\xad\xc3\x74\x81\x14\xb6\x4e\x2a\xa9\xb4\x83\xd8\xe1\x8e\xaa\x6d\x87\x45\xc1\xa5\x17\x97\x3b\xff\x5b\x62\x5d\xd7\x8b\x1e\x17\x97\xb9\x32\x47\xa4\xc8\x1c\xba\xf4\x18\x6f\xda\x53\x6d\xff\xf8\x06\x5b\x09\xb1\xfd\xcb\xc7\x77\x6f\x07\xb4\x10\x86\x37\x5d\xf7\xce\x30\x89\xb0\x09\xcd\xc0\x0d\x27\x34\xcc\x2b\xa8\x93\x70\x91\xf0\x91\x9b\x9b\x1e\x7b\x93\xe7\xd3\xfc\x04\xd7\x23\x12\x64\x54\x96\x58\x63\xd9\xc1\xa6\x1a\x09\x15\x97\xb4\xe3\x84\xa0\x1d\x9e\x11\x44\xa3\xba\xdc\xb1\x69\xe6\xe4\xee\x24\xae\x62\xb2\x56\xa4\x20\xcf\x12\x90\x53\x38\x36\x77\x4c\xbb\x4a\x9c\x98\x45\x10\x06\x03\x39\x51\xb1\x42\x9c\x18\xf5\x06\xd0\xd4\x43\xe2\x68\x17\xe9\x32\x98\x29\x46\x85\xfe\x80\xea\x47\xc0\xae\xb9\xfd\xc1\xd3\xa7\x81\x9a\x38\x63\x6d\xa8\xb9\x3e\x12\x2a\x2b\x57\x8e\x11\x16\x84\x3c\xf7\x9b\xb1\x1a\x6b\xf6\x13\x5c\x9b\x96\xb5\xb1\x01\x4f\x72\x7a\xf3\xfa\xe3\x27\x02\x18\x6a\xaf\xc6\x32\x2d\x73\xc6\x0a\xcd\x75\xc7\x98\x18\x2e\xf4\x2a\x7a\x25\xba\xbb\x54\xba\x9f\xa6\x2b\x7d\x2c\x72\xf4\xd7\x29\xd6\x5f\x17\x4c\x7f\x9d\xaa\xfa\xab\xfc\xa7\x3d\x4d\xeb\xaf\xd3\x5c\xfd\x75\x7a\x73\x33\x4d\xeb\xaf\x53\x55\x7f\x9d\x8e\xdd\xfa\x95\x3e\x56\xb6\x23\x2a\x7d\x4c\x2d\x7b\x29\x5d\x8c\x69\x4a\xbb\x9c\x32\xfd\x55\xf9\xfd\xe5\x34\xab\xbf\x2e\x85\xfe\x3a\x2d\xd6\x5f\xd3\x5f\xd0\x13\x5e\x3c\xc4\x29\x9e\x1e\xd5\x5f\x3d\x5a\xe5\x43\x46\x2a\x4b\xe8\x6f\x58\x9d\x47\x2d\x20\x8a\x3c\x27\xbe\x83\x00\x3d\x3e\xf2\x27\xd9\xd2\xe4\x0f\x21\x50\xef\xfc\xd1\xbe\xf3\x7b\xb0\xef\xcc\xf3\x43\x0a\x56\x5e\x9f\xee\x43\x85\x48\x3d\xfd\x53\xc7\xf7\x60\x80\x92\x2a\xe9\x79\x21\x09\xec\x92\xee\xc4\xab\x05\x96\x77\xfa\x8a\xed\x27\xf6\x57\xb3\x9d\x11\x2f\x9f\xce\x73\x74\x0a\xfb\x59\x2d\x63\x14\x41\xb0\xe8\x57\xeb\x30\x2c\xed\xd0\x0d\xaf\x82\x5a\x5d\x2e\xeb\x86\x53\x68\x83\x29\xa6\x49\xad\x76\xbc\x0d\xa2\x56\xfb\x54\x8e\x4d\x74\x53\x3f\xd2\x45\x4f\xe0\xdf\xa8\xc5\x88\x00\xbd\xd1\xbc\xbc\xed\x03\xbd\xe9\x85\x5a\x4e\x8a\xcb\x0a\xca\x3f\xe1\xe1\x77\x54\x8e\x24\x1f\x24\x52\x82\x65\xa3\x31\x1c\xb0\x6e\x3e\x2f\xa3\xf0\xd2\x73\x61\xf4\x39\x5c\x12\x8b\xe1\xcd\xcd\xf5\xe6\x09\x92\x1f\x7f\x59\x7f\x66\x31\x08\xea\x6b\xc9\xef\x36\x1a\x4c\x21\x72\xe6\x63\xc2\x2f\x59\x1a\x30\x5d\x40\xfa\xe0\x6f\x1e\x9a\x7f\x0a\x2f\x60\xd0\x33\x77\x2e\xf7\x88\x7d\x32\x0a\x80\xbf\x83\x15\x15\xda\x61\x9f\x74\x68\xfe\x09\x26\x45\xb3\x03\xcd\x28\x6f\x6e\xcc\x65\x14\x2e\x20\x9a\xc3\x55\x6c\x12\xd1\x8f\x1a\x6b\xd8\xf3\xf1\x95\x17\xb8\xe1\xd5\x80\xb2\x1e\x22\x62\xd1\x1e\xde\xb3\x06\xc4\xc0\x95\x88\x7f\x09\xe0\xf4\x38\x29\x5f\xc3\x97\xd8\xe0\xbd\x92\x38\xcd\x84\xba\xb8\x23\xc3\xfc\x53\x64\xd9\x2a\x36\x54\xd2\x95\xb5\x21\xb2\x35\x53\x13\x3f\xd2\x93\xce\x54\x0a\xa9\x55\x2a\x50\x93\x45\x78\x4a\x0d\x9e\x70\x39\xf3\x4c\x99\x23\x27\x0c\x1f\x20\xd6\x03\x58\xf7\x1f\x21\xa9\x72\x0d\x07\xf8\x0e\x71\x19\x94\x48\xa3\xfc\x3a\xd9\xd7\x1b\x26\x86\x17\x77\x84\x00\x2a\xed\x47\x14\x9e\x91\xa3\x4c\x51\x12\x31\xda\xbb\x5e\x40\x04\x46\xd7\x64\xa3\x2f\x81\x3f\xd2\x86\x7c\xfe\x7c\xfa\xe9\xc3\xeb\x93\x8f\x9f\xdf\xbf\x7b\xf3\xe6\xf3\xeb\xb7\x9f\x4e\x3f\xfc\x7a\xfc\xc6\xb4\x6e\x6e\xf6\xe0\xc1\xc6\x8e\xc9\x8c\x46\xf0\x6c\x77\x62\x63\xd1\x1b\xff\x73\x6f\x42\xa4\x70\xac\xe6\x90\x25\xfe\x85\x51\x28\x69\x8d\x65\x33\x24\x45\xf7\xca\x5f\xe0\x91\xba\x1c\x9c\xde\x55\x59\x8f\xeb\x8d\x34\x5b\x48\x93\x3e\x5a\x4d\x17\xb2\x29\xbd\x12\x34\xb2\x9b\x49\x25\x34\xf7\xce\xa6\xb5\xb1\x9d\xf1\x79\xaf\xb7\x1a\x2f\xad\x54\x21\x72\x42\x8e\xdb\xc7\x15\xb9\xe3\xf3\xde\x6a\x0b\xf1\xb2\x8b\x74\xbf\x9c\x29\xb4\x87\x05\x48\x75\x9c\xa5\x17\xd5\xac\x53\x65\x9d\x58\xf6\x4a\x36\x51\x69\xbe\x9a\xba\x42\xd5\xf2\x3b\x4b\x7b\x29\xff\x6e\xe6\x9c\x9b\xf6\x59\xd8\xe0\xcb\xd9\x7e\x52\xdf\x5e\xc9\x66\xb9\x79\x75\x95\x87\x82\xd4\xdf\xa2\xbe\x93\x68\x38\xde\xa3\xd2\xf0\x7b\x50\x1a\x42\xac\x34\xe4\xc9\xcc\xf8\xf8\xc5\x85\x11\xc8\x52\xb6\x67\x7e\x8e\x8f\x4f\x63\xfd\x2c\xdb\xeb\xf5\xe2\x9a\xe6\x53\x72\x03\xee\x85\xb7\x07\x3f\x78\x43\x66\xb2\x9d\x2c\xd4\x08\x4e\x23\x18\xcf\x89\x79\xb1\xc0\x85\xc2\x86\x90\x63\x53\xac\xe2\x48\x89\x9a\x25\x5a\xa4\x1c\x29\x4a\xd2\x85\x97\x7d\xa3\x4e\x50\x6d\xde\xcb\xe5\x5f\x79\xc3\xa3\x62\x9b\x64\x8f\xbc\xe1\xe7\x32\x3f\x81\xa4\x86\x79\x8a\x61\xf6\xb7\x8b\x9b\xe2\x9d\xb4\x0d\x9a\x7a\xa4\xe3\xbf\x3f\x3a\x9e\x1f\xdc\x13\x70\xff\x8c\x4c\xaa\x8b\x5b\xc6\x15\xc8\x75\x79\x1c\x8d\x0e\xf2\x24\x48\x20\x4f\x72\x48\x3e\xbd\x03\x12\x14\x59\x36\xec\x12\xb8\x60\x89\x60\xf4\x03\xd6\x94\x59\x7b\x6b\x10\x2d\x9d\x9e\xb8\x0b\xe3\x6f\xb1\x62\xf2\xdb\x0a\xc6\xe8\x87\x30\xa2\x88\x7d\xdc\xf3\x41\x1a\x90\x1a\xe5\xd0\x86\xb6\xe8\xa0\x1d\x6f\x60\xc9\xa2\x9d\x79\xff\xef\xc4\xed\x7e\x3b\x54\x7b\x7b\x09\x7f\xb5\xe9\xf5\x8e\xeb\xc5\x2c\x43\xa5\x0b\xc2\x7d\xfb\x58\x67\x5b\xbe\x84\x22\x17\x37\x9d\xd3\xcb\xf3\x75\xce\x26\x24\xe8\x2e\x95\xbc\x7a\x8d\x7b\x1b\x09\xb8\xeb\xcd\x26\x01\x6b\xd5\x25\x08\xcb\x9d\xa5\x70\xd2\x9e\xd4\xda\x4d\x18\x14\x6e\x26\xd1\xc9\xbb\xdb\xdc\x47\xfc\xeb\x47\x29\xe1\x41\x49\x09\x05\xf8\xd7\x51\xb8\xa2\x82\x7d\x9e\x07\x48\x02\x7b\x48\xc3\x34\x04\x0d\x60\x1a\xd8\xf7\x32\x20\x0d\x49\x0e\xbb\x84\xd4\x50\x1e\x3d\xa3\x23\x72\x51\x5d\x22\xf7\xc0\xd8\xb7\x4c\x53\x83\x6c\x71\x72\x6e\x1c\x3d\x3e\x79\xf3\xf1\xf3\xe9\xdb\xe3\xef\xdf\x9c\xbe\x32\xad\x97\xb2\x14\x25\x3a\xd0\x42\x59\xb8\xce\x08\xda\x41\x3c\x0a\x36\x3c\x75\xb5\x97\xa9\x51\x70\x86\x2f\x7c\x26\x89\xf3\xec\x9a\x23\x4f\x8f\x4c\x7c\x54\xb1\xfa\x62\xda\x14\x2b\x7b\x64\xe2\x1b\x0c\x4d\x9b\x20\x64\xe3\xc3\x9a\xe2\x20\x34\x49\x47\xac\xa5\x0c\xe7\x2c\x1f\x9d\xc1\x67\xf6\x5f\x67\x15\x45\x30\x40\x1f\x11\x40\x70\xc0\x7e\x03\xa4\xb3\xa4\xe4\x29\xfd\xfd\x75\x30\x0d\xe3\x34\x0c\xb4\x85\x0a\xe3\x97\x09\xd5\x43\x83\x25\x88\xc0\x22\xd6\x11\xbf\xc0\xba\x86\x67\xc1\x64\xcc\xdb\x10\x58\x0c\x0b\x73\x2e\xe8\xc7\x50\x83\x49\xad\x4c\x82\x0d\xfe\x03\xfe\x8b\x8e\x0c\x49\x95\x8d\x28\xd0\xb8\xae\x48\x11\xa4\x5f\x23\x91\x57\x03\x2f\x70\xfc\x95\x0b\xe3\x44\x16\xc6\x9f\x4f\x00\x44\x88\x4d\x81\x3e\x1a\x07\x6c\x98\x1c\xf6\x7a\xb3\xd1\xc2\x4d\xc8\xe0\x1c\x42\xc0\xce\x22\x54\x89\xd1\xd0\x36\x37\x37\xe8\xe6\xc6\xfc\xff\x0b\xb6\x6f\xa5\x61\x79\x33\xf0\x18\x3c\xb6\x55\x34\xd5\x4c\x96\x0a\x13\xfc\x1b\x83\x78\x75\x1e\xa3\xa8\xb7\x87\xe5\xd7\x5c\x28\x0c\x4e\x5e\xb6\x00\xce\x2b\xa1\x6c\xdc\x19\x32\x6f\xe8\xb9\x4e\x9f\xfb\x57\xee\x07\x64\xd5\xa3\xe4\xf0\x35\x4b\x0e\x6e\x7e\x70\x09\xa9\xa1\x53\x68\x25\xc6\xa7\x75\x87\x9f\xd6\xb8\xd0\x56\xac\x34\x95\x93\x8c\xf2\x5b\x0b\x2e\x86\x9b\xef\x8c\x1c\x62\x92\x8e\x31\x37\xa8\x81\x28\x55\x1d\x0c\x83\xa6\x78\x44\x32\x20\x46\x78\x6f\x01\x31\x4a\xe2\x33\x54\x5f\x7c\xc2\xa3\xde\x5d\x05\xcc\xc6\x6c\x0d\xfc\x30\xbc\x58\x2d\xd9\x36\x0b\x9a\x33\x22\x14\xe8\xca\x43\xf3\xfe\x2a\xf2\xcd\xbc\xc4\x2b\x95\x4e\xdd\x0b\x3b\xbe\x24\x35\x69\x2d\x4b\x85\x32\x11\xb4\x36\x7e\x38\x0b\x57\x48\xa6\x7a\x94\x5d\xfb\xe3\x6b\xcf\x1d\x41\x5d\x92\x30\x7b\x45\xd7\xa1\x6f\x6d\x1c\x3f\x8c\x05\x1e\x3d\x3b\x5d\x03\xfa\xa3\x99\x5e\x65\x3c\xab\x93\xd0\x85\xdf\xaf\x7f\xf9\xf0\x46\x9a\x80\x94\x2e\x23\xef\xa8\x6d\x9e\x83\x18\xfe\x12\xf9\xa4\x6e\xba\xf2\x81\x70\x09\x83\x74\xff\xc4\xf5\x9e\x80\x94\x10\x59\x98\x23\x88\x7c\xb3\x4b\x21\x44\x0c\x38\x60\xa5\x82\x07\x31\x02\x11\x62\x88\x21\x11\x5c\x84\x08\x1a\x57\x20\x36\xc8\xd0\x5d\xd3\x1a\x21\x39\x9e\xe5\x43\xb6\x81\xcd\xe3\x99\xf1\x8c\xc6\x07\x2f\x5e\x3c\x39\x8f\x20\xb8\x48\x50\x42\xa4\xf7\xc5\x57\x53\x6f\x1d\xee\xee\x6e\xf4\x76\x41\x6d\x26\x17\x0b\x93\x21\x35\xd3\xec\x70\x4c\xf2\x10\x55\xc1\x41\x5c\xef\xf6\x21\x01\x9a\xc4\x8f\xaf\x37\xad\x45\xdc\x9b\x06\x29\x2d\xc9\xbb\x1d\xa5\xb3\x74\x04\xbb\x41\xb2\x34\xed\x22\xc1\xe7\xab\xcd\x45\x77\xb7\x92\xc9\xea\x54\xc9\x64\x5d\xde\x6e\x26\xab\x73\xab\x99\xac\x62\x81\x17\x0f\xc9\x3c\xb8\xbc\x23\x64\x82\xe9\xa3\x72\xf1\xb5\x2b\x17\x54\x78\x3a\x1f\x57\x31\x19\x6d\x6c\xa9\x51\xcc\x33\x28\x79\x9b\x08\x02\x57\x6d\x42\xc3\xa7\xf2\x9f\xc7\x90\xf1\x88\x1a\x4d\x34\x23\xb9\x80\xeb\xa2\x2e\x94\xc7\x9a\xd7\x25\xac\x94\xfc\x4e\x34\x8d\x34\x5d\x91\x82\x3d\xf9\x9d\x28\x8f\xd9\xeb\x13\x9e\x3b\x10\x14\xe6\x05\xe4\x29\x7f\x0e\x08\xa4\x9c\x82\xcf\x28\x02\xce\x05\x74\x5b\x01\xf9\x2e\xe4\x90\xf8\x98\x99\x87\xf9\x8f\x9f\xf1\x07\x85\xd1\x78\x51\xa3\x4a\x22\xd3\x48\x64\x5c\xa0\x39\x88\xe5\xd4\xf5\x14\x13\x97\xe5\x78\x39\x11\x9f\x60\x00\x04\xe3\x6f\xd1\x00\xdf\xec\x75\x0f\x8d\xbf\xc5\xcc\x6a\x3c\x1e\x63\x02\x66\x3d\x7d\xfa\x0d\xbe\x50\x01\xab\x00\xb8\x71\x40\x90\xd6\x34\xf0\x24\x06\xf4\xf7\x8d\x94\xd6\xaf\x6b\xa5\x3c\xde\xf0\x7c\x7d\x05\x43\xc0\x88\xc6\xc9\x1e\x43\xbe\xbf\x28\x6b\x80\x0e\xb0\x38\x31\x60\x89\xfe\xe3\xc0\xb2\xa3\x34\x42\x81\x12\x20\x9e\x8a\xb1\x55\xcd\xc8\x1c\x9c\xfe\x6c\x92\x97\xfb\x98\x74\x2a\xaf\x79\x92\xf8\x88\x72\xaa\x23\xa7\x22\xda\x2d\x49\x3a\x11\xd6\xc6\xa4\x12\xe3\x02\x2c\xb1\xae\xe2\xf6\x5c\x09\x63\x49\x58\x96\xad\x3c\x30\x66\x9a\xeb\x49\x47\xae\x5d\x6c\x11\xa0\x0f\x24\x4b\x37\x5f\xee\x40\x07\x9c\x00\x07\x9e\x3b\x40\xe1\x47\x92\x8a\x29\x01\x32\x90\xf2\x80\x4c\x64\x7a\x79\x36\x19\xf5\xa4\xe1\x8f\xa3\x54\x52\x2a\xa9\x52\x26\x0f\x59\x81\x5e\x50\xcf\x87\xfc\x52\x2e\x68\xb5\xfc\xb1\x73\x3b\x7d\x96\xe5\x5d\xd3\x7d\x2f\xf3\x02\x01\x67\x9c\xf6\x7a\x7e\x4a\x6b\xa2\xc1\xce\x41\x5b\x8d\xc9\x1b\x4f\x55\x84\x45\x7a\xdd\xbb\x40\x33\x4e\x75\xac\x56\x58\x6b\x6e\x24\xd6\x39\x44\x36\x29\xfc\xc7\x1a\x01\xbf\xa2\xe4\xff\x3d\xaa\xf4\xc5\xc7\xf4\x58\xe4\xeb\x51\xb4\xbb\xf3\x22\x5f\xe4\x30\x7a\xb0\xb8\xc0\x17\x3d\xb1\xcd\x6b\x7b\xb1\x13\xff\x95\x97\xf5\x92\xc0\x7b\x98\x8d\x4f\x41\x18\x46\x70\xb1\xf4\x89\x11\x9d\x61\x07\x0b\xe0\x60\xa9\x58\xa8\x36\x8a\x07\x5a\x1b\x14\x81\x20\xf6\x73\x0b\x9a\x26\x8f\xf9\x5a\x2b\x15\x14\xcd\x0f\x2b\x1f\x6f\xf1\x63\xe9\x31\x3d\x93\x20\x69\x8a\xed\xe2\xd5\x58\x1f\x8f\x71\xc6\x8f\xf4\xbc\xbb\x38\x63\x7c\xa8\x3c\xa8\x03\xfc\xcb\x8f\x38\x26\x07\xb1\xef\x05\xb4\xd0\xdd\xce\x88\xbd\xf7\xda\xdd\x19\x49\xc9\x25\x0d\x32\x47\xe8\x09\xaf\x86\xf7\xb7\x25\x18\x9a\xed\x15\x19\x93\x13\x24\xf9\x6d\x4a\x70\xe5\x19\x2a\xcc\x12\xe0\xc3\x0c\x07\x2b\xcf\xb5\x9e\xa0\xc1\x32\x5c\xf6\x2c\x1b\x11\xe3\x6f\x0f\x0e\x58\x96\xde\x7b\xbc\x4c\x03\x09\xfa\x8b\xfd\xfe\xfa\x55\x92\x03\xad\x07\x90\xe1\x16\x18\xb1\x79\xa6\x9d\x02\xa3\x41\x16\xc1\x93\x49\x9c\x53\x81\x6d\x92\xef\xbd\x16\x6f\x40\x52\x0a\x85\xe5\x9d\xf2\x9f\x55\xa0\xbc\x74\xb9\x17\x69\xa3\xec\xa0\xb0\x6c\x9a\x52\x3a\x5e\x2e\x99\xb6\x4b\x1b\x45\x24\xc2\xc6\x47\x30\xfa\x7e\xdd\x33\x4b\x17\xc4\xb4\xe1\x40\x1c\x4f\x2b\x29\x28\x13\xba\x90\x15\xee\x19\xe0\x23\x6b\x3d\x89\x5e\x06\xe3\x68\xd4\x8b\xc6\x49\x65\x9f\x92\xce\xf9\xfb\x9e\x6b\xd9\x24\x40\x6c\x1c\x25\x8a\xaf\xb2\x7e\xa4\x90\x9b\xad\xa9\xed\x56\x5c\xdc\xad\x45\x58\x77\xf2\x7e\x79\x64\xb7\xba\x83\x0d\x83\xbc\x53\x9d\x74\x14\xef\x1d\x85\x7e\xcb\x52\x9d\x5d\x2b\x56\x74\x44\x8f\x6a\xd5\x23\x1b\xbe\x73\xb5\x0a\x1f\xc5\x62\x9d\x0a\xb7\x68\xae\x51\x91\xa3\xfe\x95\xeb\x53\x8f\xba\x8a\x86\xea\x66\x65\x84\x66\x14\xb8\x13\xd4\xc8\x4c\xb6\x86\xed\x3c\x79\x4c\x81\xf8\xfd\x50\xce\xb2\x14\x88\xb4\x8a\x5d\xa4\xb7\xa4\x0f\xb6\x4e\xeb\xc9\x47\x47\x4f\xbf\x9d\xab\xf7\x94\xe8\x4d\x55\xfb\x71\x3a\x0f\x83\x24\xdf\xff\x00\x97\xa1\x1c\x08\xb9\xba\xb7\x81\x90\x7a\xb6\x94\xa1\x4e\xdb\xc2\x74\x6e\xa7\x0f\xe6\x62\x96\x56\xd4\x16\xed\x80\x23\x71\x7e\x38\x3d\x7e\x65\x43\x9d\x57\xec\xc1\xcc\xb1\x00\xbe\xb4\x78\xa6\x44\xf7\xca\x96\x7d\xcb\xb8\xc0\xb2\x0c\xbf\x10\x46\x97\x19\x1a\x6c\x44\xf5\x6c\xe6\x05\x32\x05\xc0\xb3\x49\xeb\x5b\x53\x2d\x6d\xa2\x68\xeb\xb2\x62\x07\x6d\x74\x06\x27\x58\x1b\x3e\x33\x4f\xe6\xd0\xb9\x88\x53\x8d\x03\xd2\x10\x52\xfc\xf3\x33\x98\x3c\x44\xe3\x6f\xaf\x93\x45\x7f\xfa\x34\xc0\x0f\x81\xeb\x26\x45\x69\x06\x4e\xb8\x5c\xf7\x2c\x6b\x83\xbb\x47\x29\x74\x57\x3b\x20\xb8\xac\x2e\x11\xea\x14\x11\x46\xba\xe2\x5d\xd4\xfd\xd4\x49\x1a\x02\x05\xbb\x82\x9e\x58\xf0\x7e\x4a\x58\xd1\x7f\x8b\x8a\x44\x4d\x24\x30\xbd\x48\xa4\xf9\x8a\x74\xc4\x1a\x4a\x5f\x72\x0f\xdd\x8a\x60\xb7\x98\x25\x92\x08\x55\xf1\xa3\x50\xf5\x7b\x10\xaa\xbc\x22\x14\x21\x7e\xc0\x0a\x53\x44\x66\x00\xc1\x2b\xb0\x4e\x49\x51\xec\x57\x2c\x4a\xf5\x7a\x7e\x4d\x9d\x93\x9f\xfb\x2e\x55\x46\xdc\xe2\xcf\x74\x50\xf7\x85\x71\x56\x40\x1a\xef\x08\x15\x28\x53\xfb\x32\xab\x99\x2a\x45\x30\xe3\xec\x1b\xca\xda\x35\xac\xb8\xa9\xf6\x51\x54\x78\xd3\xab\x43\x24\x6b\x87\x8b\x77\x92\x4a\xf7\x68\xb9\xfb\x9d\x91\x4a\x27\x3f\x91\x8e\xdc\xe4\x42\x2a\xc9\x4e\x29\xa5\x92\x95\xb0\xd7\x94\x37\x2e\x20\x0f\x8a\xc8\xb7\xdf\x35\xd5\x07\xe9\xe0\x25\x5d\xd0\x7b\x70\xba\x20\x8b\x0a\xa5\x12\x1f\x96\xda\x1f\x04\x71\xa7\xc3\xfd\x09\x66\x40\x5a\x73\xcd\x97\x1b\xdb\x1b\xaf\x7a\xbd\x78\x1c\x2a\x7c\x81\xed\x60\xfb\x60\xbb\x95\x0e\x1a\x88\x6a\x41\x0d\x71\x85\xc8\xcb\x29\x3f\x90\xf6\x2b\x3f\xc1\x75\x43\xa7\x13\x7d\xb7\xc8\xd7\xe4\x54\xe7\x26\x28\xbc\x80\x6d\x4b\x68\xb2\x3e\xb6\xe7\x85\xba\xbb\x6a\x3b\x54\xf5\x26\x58\xed\x40\xf6\x60\xac\x52\xd6\xae\x50\xf5\x60\x38\x45\x1e\x0c\xb2\x5c\x3b\x31\xf4\xa7\x3b\xa3\x18\x3a\x11\x44\x0d\x8a\xf5\xd0\x35\xaf\x16\x33\x50\x02\xab\x94\xf1\x11\xac\x7a\xd0\xda\xe0\xf1\xe9\x43\xa2\xc8\x13\x2d\x0c\x07\x9d\xcd\x08\x37\xc1\xff\xb0\x59\x59\x30\x91\xaa\x89\xc6\xdf\x86\x3d\x64\xbd\xbc\xa6\x91\xdf\x61\xf4\xfa\x15\xb9\x89\xf6\x47\xd2\xfe\xf5\x2b\xf1\xea\x66\x94\x86\x6c\xb6\x48\xfa\x69\x90\x13\xa6\x45\x1f\xe9\x06\x25\x47\x6b\x29\xcb\x62\x71\x82\xf4\x9e\xc4\x75\xe9\xfb\xcd\xa7\x67\xd7\x34\x1c\x8c\x96\x19\x4a\xea\x9f\xb1\xba\x42\xac\xeb\x0f\xa1\x9f\x33\xe0\x82\x8e\xa3\xd0\x87\x79\xdd\x6e\x6c\x57\x29\x1c\xb3\x18\x9b\x78\x3b\x4c\x7b\x49\x2a\xd2\x4c\xeb\x55\xa4\x21\xaf\x5a\xf6\xb9\xd2\xe5\x3c\x5d\x8b\x66\x9a\x23\xc5\xcd\xb1\x14\x37\x65\x52\xdc\x5c\x95\xe2\xe4\x3f\xed\x79\x5a\x8a\x9b\xe7\x4a\x71\xf3\x9b\x9b\x79\x5a\x8a\x9b\xab\x52\xdc\x7c\xbc\xac\x5f\x8b\xc6\xb5\x17\xa2\x16\xcd\xdc\xb2\xcf\x25\x9e\x38\x4f\xc9\x58\x73\x26\xc5\x29\xbf\xbf\x9c\x67\x19\xf5\xb9\x90\xe2\xe6\xc5\x52\x5c\xfa\x0b\x7a\xb2\x84\x87\x38\xc7\xd3\x53\x6a\xd1\xb0\x3a\x34\xf6\xb9\x3d\x6f\x4a\xe0\x97\xa1\x1f\xce\x1a\x47\xe1\x35\xd4\x17\x52\x95\x90\x1f\xb5\x85\xaf\x5d\x5b\x58\xe5\x6b\x0b\xd2\x69\x74\x9d\x42\xad\x81\x1f\x56\x8a\x8f\x71\xe1\x05\xc5\x75\xec\x9a\x6a\x00\xae\x13\xcb\xf2\x7f\xfc\xc0\xe4\x7f\x71\xa5\x37\xdd\xba\x45\x94\x20\x3a\xd7\x89\x89\xef\xe0\x1d\x66\xb9\x03\xd7\x49\xca\xed\xad\x7c\x7f\x3c\x1e\x07\x37\x37\x09\x6b\x0d\x6c\xf3\x67\x18\xcf\x4f\x19\xa6\xa1\xf5\xb2\xd7\x5e\x8b\x28\xf4\x9e\x48\xd8\x0f\x59\xd8\x2a\x58\x58\x90\xce\x8e\xc6\xbd\xb2\xb6\x2e\x44\xc0\xf3\x4d\xeb\xe6\xc6\x34\xad\x01\x8a\xbc\x45\xcf\xe2\xf0\x12\x88\x05\x99\x1f\xee\xee\x8a\x38\x73\x3c\xdb\x1e\xcd\x2c\x1f\x07\x4f\x9f\x46\x03\x7c\x50\x29\xdc\xc4\x49\x18\x04\xd0\x41\xc6\x62\x15\x23\xe3\x1c\x1a\x0c\xf7\xd1\xf0\x02\x23\x8c\x5c\x18\x19\x28\x34\x56\x31\x24\xb2\x81\x01\x03\x77\x19\x7a\x01\x52\xeb\xca\xa6\x56\xd7\xfe\x66\x8f\x82\x4d\x52\xe8\x09\x52\xf1\x0e\x6e\x74\xe0\x66\x16\x49\x82\x0a\x7b\x3d\x7f\xec\x29\x0a\x14\xb9\x00\x1d\xe4\x2a\x65\x4d\x5e\xad\xec\x65\x15\x0c\x65\xab\x52\xce\x17\x7b\xff\x85\xfd\xf0\x9c\x2a\x13\x2a\xd7\x83\x78\x49\xfb\xa9\x26\xc2\x86\x9b\xdb\x47\x06\x6d\xa1\x36\xc5\xcc\x7d\x81\xe3\x8f\x29\x54\xe6\x9b\x5d\x7b\x06\x51\x36\x61\x2b\xa1\x7c\x9b\x8d\x55\xb2\x0e\xb1\x33\x87\x0b\x90\xc7\xf4\x99\xe2\x26\x52\x75\xfb\x72\xde\x63\xb5\x76\x7d\x52\x60\xab\x4e\xe3\xfe\x9c\xa2\x98\x6b\xc3\x5d\x84\xb8\x00\x6e\x37\x81\xbf\x2b\xcc\x5b\x5f\xb0\x27\x7a\x6f\x99\xbf\xaf\x42\x12\x31\x60\x99\xc1\xfa\xcd\x40\x03\xba\x93\xc5\xed\xd8\x66\x04\xd5\x1b\xf3\xcd\xb0\x23\xfe\x8e\x0c\x67\xeb\x97\x9d\x2e\x08\x22\x67\x9e\x77\xba\xa8\x7e\x4f\xdb\xec\xc0\x2f\xc0\x41\x29\x89\x93\x3c\x58\x46\xd0\xf5\x1c\x80\xa0\x74\x64\x4a\xda\x89\x12\x6b\x49\x8c\x56\x61\xfb\x6c\x48\x57\x61\xf3\x39\x04\x3e\x9a\xf7\x9d\x39\x74\x2e\x4a\x9a\x92\xfc\xf4\x2a\xdf\x2e\x69\x45\xf3\xfe\x0b\x9b\x5c\xa4\x81\x80\xd3\x0d\xb2\xe6\x97\x6c\x9b\x4c\x00\x6f\xb6\x89\x26\x79\x52\x33\xef\x15\x9a\xf7\x17\x10\xcd\x43\xb7\x6c\x66\xb9\x48\xc4\xba\x7a\x95\xf6\xb4\x13\xf8\x69\x86\xd0\x70\x2d\x0e\xd4\x48\x88\x99\x36\xdb\x90\x91\x27\x7e\xc9\x06\xd5\x8c\x40\xf2\x30\x7b\xd8\x46\x51\xf2\x54\x39\x2b\x23\x3f\x79\x20\xaf\xd0\x68\x29\x7e\xc7\x1b\x3d\x0a\xc5\x9f\x17\x97\xa3\x95\xf8\x03\x38\xfe\x28\x16\x7f\x91\xed\x1c\x39\xe2\x6f\x62\x0e\x70\xc5\x9f\xcc\xec\xb0\x48\x7a\xa6\xb8\x94\x53\xc1\x1b\x18\x45\x9a\x57\xa2\x48\x54\x68\x2e\x11\x99\x83\xb1\x49\x37\x18\x13\x50\x22\x3a\x5f\x93\x6b\x3d\x4a\x18\x92\x1d\x14\xd3\xe9\x80\xef\x5c\x54\x93\x4e\x07\x93\x71\xb4\x11\xe7\x4a\x32\xa6\x9c\x63\x8d\x70\x53\x3d\x77\x59\x02\xc3\x2c\xa2\x5a\x28\x8c\xc0\x0c\xee\xf8\xa1\x03\xfc\x3e\xfb\xab\x03\x09\x20\x19\x27\x1c\x78\xd3\xb7\x21\xfa\xde\x0f\x9d\x0b\x2f\x98\xa9\x67\x37\x18\x13\x54\xdc\x44\x35\xa2\xe3\x33\xb1\x08\xa4\xbe\xa6\x45\x5a\x95\xb1\x50\x59\xf5\xad\x7c\xb0\xd2\xc4\xd2\x0f\x07\xe7\xac\xdb\xa7\x4f\xbf\x49\xfe\xd8\x58\xd6\x26\x03\xe9\x5e\x7e\x98\x50\xce\x61\x8a\xc6\x01\x29\x08\xc9\x17\xb5\x56\x49\xc8\xba\xc7\x06\xe1\x63\x93\x05\x19\x48\x4b\xc8\x42\xe9\x00\x33\x5a\x96\x4f\x58\x05\xb9\x52\x55\xe5\xc5\x19\x44\xbf\xe2\x51\x12\x4c\x04\x29\x59\x95\xab\x26\x72\x63\x9d\xe5\x03\x26\x96\x8f\x60\xfc\xed\x35\x56\x9d\x59\x87\x81\x8d\x6f\x80\xb5\xb1\x6c\x4d\xea\xaa\x4b\x4a\x45\xe0\x0f\x1d\x47\x11\x58\x0f\xbc\x98\xfc\xb7\x07\xad\x9b\x9b\x1e\x1c\x9f\xc1\x49\x52\x14\x51\x1e\x82\x1d\x8c\xa1\xce\x60\x26\x09\x5d\x03\x5a\xd2\x82\x0d\xc2\xb2\xe1\xc6\xb2\xaf\x37\x56\xba\x90\x21\x1f\x4c\x90\x01\xc3\x2f\xbc\x89\x61\x84\x72\xcd\x51\x61\x84\x76\x9c\x70\xc1\x0a\x9b\xe7\xf0\xd1\x9c\x46\x39\x8c\x3e\xdd\xba\x44\x8c\x48\x37\xcf\xf0\xfa\x74\x83\x34\x87\x4e\x3f\xcf\x97\x2b\xd2\x2d\x73\x04\xa1\x74\x33\x0d\xc7\x4f\x37\xc9\x32\xfc\x74\x0b\x1d\xbf\xcf\x4c\x3d\x8f\xdd\xa7\x1b\x6a\xaa\x01\x65\xdb\x60\x59\xa7\xa2\x3c\xd0\x92\xc2\x2e\x05\xb6\x9a\x4a\x5e\xa7\x63\x48\xab\xad\xd0\xb3\x4f\xeb\xaf\xc2\x81\x13\x06\x0e\x40\xbd\x33\xf4\x27\x73\x04\x62\xc7\xb4\xf1\x3f\x5c\x18\x3b\xe6\xc4\x22\x51\x8c\xe7\x63\x49\x19\xa3\xa8\xdf\x19\x33\xcb\xae\xd6\xcc\xb2\x2b\x9b\x59\x76\x27\xa3\x33\x51\x0c\x14\x09\xdb\x45\x30\x9e\x26\x28\x3e\x67\x01\x85\xd2\xc6\x03\x1d\x8f\xc7\xc8\xba\xb9\x09\xce\x76\x27\x93\xcd\xe6\x89\x32\xaf\x73\x36\xa5\xf9\xf8\x3a\xf9\x75\x74\x6e\xbb\x5e\x04\xc9\x48\xbd\xe9\x7a\x34\xdd\xd8\x97\xe3\x6b\x2e\xf9\xa8\xac\x65\x6e\xe9\x04\x20\xd5\x32\x87\xdb\x68\xe4\x20\xd5\xf7\x85\x1b\xa9\xe2\x50\x6f\xd7\x8e\xd5\xe7\x8a\x54\xd4\xdb\xb5\x5d\xe5\x31\x16\x80\x54\x0f\xdb\xdc\xc2\x22\x92\xea\x41\x9b\x5b\x76\x22\xd7\xf5\x76\x6d\x4f\x79\x44\xc5\xa6\xde\xae\x1d\x2a\x3f\x13\xe9\xa9\xb7\x6b\xaf\x94\x5f\x99\x10\xd5\xdb\xb5\x1d\xe5\x77\x26\x4b\xf5\x76\xed\x85\xfa\x3b\x96\xde\x7a\xbb\xf6\x52\xfe\x95\xf3\xc6\x75\x2e\x6f\xe4\x67\x5f\xe6\xb9\x29\xa9\x65\x5d\x46\x2b\x09\x3a\xb0\x42\x2c\xa7\x3e\xc0\x0a\xd5\x77\x5f\xc8\xb3\x9d\x69\xbc\x28\x2b\x95\xd8\x61\xe8\x9c\xde\xc2\xeb\x87\xb3\x19\xad\x4f\x96\xb2\xd5\x56\x91\x16\xca\xed\xb5\xac\x7b\xc9\x64\xeb\xdf\x5b\x93\xad\x1f\x32\xe0\xa6\x0d\x70\xdd\x3f\xaf\x40\xe4\xc6\xaa\x2f\x8a\xd8\x33\xd9\xef\x39\x28\xfd\x3e\x44\x67\x91\x0d\x26\xe3\xe0\x49\x62\x05\x84\x76\x64\x67\xab\x1a\x7c\xf3\x0d\x1a\x84\x01\xf9\x4e\x0f\xd8\x6a\xf4\x04\x01\x74\xb4\xcf\xa0\x8d\x26\x9b\x05\x70\xe6\x5e\xd0\x61\x9c\x08\x21\x14\x4e\x04\x01\x82\x3f\xd3\xbe\x2d\xbc\x7f\x34\x42\x5e\x99\xb9\x85\xc5\xf7\x25\x88\xe0\xc9\x1c\x44\x48\x27\x7f\xf6\xa0\x9c\x06\x9e\x4a\xcd\x86\x96\x65\x0d\xc2\x04\x79\x92\xec\x09\x29\xc6\x8b\x8f\xbf\xb6\xd0\x01\xb2\xae\x85\x53\x04\x2f\xcf\x4b\xfc\xff\xc6\x70\x10\x06\x23\x45\xec\x1a\x84\x41\xce\x0e\x28\xaf\x9f\x05\x93\xa7\x4f\x7b\xec\x5f\xa4\x1b\x2a\x93\x91\xe5\x85\x9b\x05\x40\xce\x1c\xb2\x5d\x16\x05\x1b\xc6\xe3\x31\x64\x45\xab\xbf\xd9\xe3\x6b\xa6\xca\x69\xc8\x7a\x89\x46\x67\x68\x62\x51\xa0\x36\x84\x59\x11\xef\x0c\x2f\x1b\x99\xa0\x54\x5c\x80\x3d\x1b\xc1\xcd\x86\x14\x19\x5e\x46\xe4\x58\x20\xeb\x9a\x95\x2d\x4f\xad\xf3\x13\x8e\x02\x46\xf6\x4a\xbc\x62\xf5\x18\xbc\x32\x3b\x11\x78\x8b\x9e\x88\x42\x24\xf1\xea\x3c\x76\x22\xef\x9c\x00\xc7\x5d\x07\x03\x67\x0e\x82\x19\x74\xf1\x02\xe0\xb7\xe8\xf1\x0e\x2c\x1b\x2f\x47\x52\xb5\xa2\x17\xe0\xd5\xb0\xa3\x8d\x38\xd9\x29\xd8\x57\x18\x20\x52\x72\x5b\xe5\x41\xd0\xb2\x38\x64\x2c\x83\x71\xc6\x82\xbb\x90\x91\x91\x64\x47\xc7\x97\xd5\x35\x39\x1c\x72\x0f\x8c\x63\xd9\xa2\xbd\x4a\x88\x84\x33\x3e\x8b\x26\xb6\x3b\x6e\x63\xda\xb6\x97\x69\x27\xb8\x9b\xe3\x9c\x5c\x9e\xc1\xc9\xd8\x65\xce\xc9\xa5\xea\x9c\x94\xff\xb4\x97\x69\xe7\xe4\x32\xd7\x39\xb9\xbc\xb9\x59\xa6\x9d\x93\x4b\xd5\x39\xb9\x1c\x3b\xf5\x9d\xe0\x58\xbe\xe2\x4e\xf0\xa5\x65\x2f\xa4\x0b\xbf\x4c\xb9\x0e\x97\xcc\x39\xa9\xfc\xfe\x72\x99\x25\x7d\x0b\xe1\x9c\x5c\x16\x3b\x27\xd3\x5f\xd0\x53\x6f\x3c\xc4\x25\x9e\x1e\x73\x4e\x8e\x97\x36\xa0\x8e\x70\x49\x38\xac\x11\x37\xcb\x23\xc5\x24\xf6\xf9\x1d\xf5\x02\xb8\x00\x01\xf6\xb8\x0c\x4d\x59\xe3\xcb\x7e\x08\x50\xb8\x8f\x61\xba\xbf\x0b\xc7\xbb\x93\x0f\x88\x2a\x05\x6c\x08\x3d\xba\x00\x20\x95\x18\x8c\x48\x5c\x5e\x0d\xaf\xbb\x4e\x72\x0b\x99\xf7\x01\x7f\xff\x23\x8d\x17\xb1\x7d\x06\x84\xca\x9f\xf1\xe2\xf0\x0c\x36\x75\xe3\xf8\x10\x44\xbc\xb6\x00\x7d\x38\x00\xe7\x61\x84\x7a\xcc\x35\x9c\x74\x36\x88\x60\x0c\xd1\x09\x70\xe6\x90\x3f\xa4\xd5\x23\x78\x84\x58\x5a\xdc\x92\xb0\xf6\xa1\x25\xc5\x8a\xd9\xd7\x0b\xee\x55\x1e\xc1\x8d\x8d\x68\x5f\x9f\x09\xa7\x0c\x80\x4f\x5c\xce\x3f\x84\xd1\x6b\x97\x82\x93\x53\x69\xe7\x63\x00\x96\xf1\x3c\x44\xbd\x6b\x2c\x01\xd0\x30\x39\x5b\x2e\x85\x94\xf9\x22\x93\x5b\xf1\x4a\xb3\x33\xc2\x7e\x07\x63\x65\x00\xc2\xc3\x9e\x84\xd8\xd9\xc0\x46\x3c\x9a\x0e\x25\x58\x3a\xd1\x20\x08\xa3\x05\xe9\xeb\x03\x8c\x97\x61\x10\x43\xde\x1c\x9f\x32\x16\xd8\x65\x6d\xe4\x3a\xcc\x9d\x0f\x32\x5d\xe4\xd9\x06\x36\x09\xe6\x43\x0a\xe6\xcf\x02\x22\x30\x96\xc6\xfb\x33\x44\x20\x19\x2b\x79\xc1\x14\x65\xb7\x09\xa6\xa8\x0c\xf1\xda\x69\x48\x43\xcb\xf9\xaa\xf5\x36\x34\xb3\x2d\xdc\x15\x46\x49\xe4\x0a\x02\x49\x85\x8e\x0e\xab\xb9\xe9\xc6\xae\xb9\x04\x52\xa1\x0f\x3b\xb0\xd1\xc0\x73\x6d\x84\x45\x2b\x7f\xbc\xea\xf5\x40\x3a\x5c\x40\xba\xc7\xed\xa1\x53\xe3\xf1\xaa\x07\xe4\xee\x39\x29\x68\x1f\x90\x00\xea\x44\x41\x23\xf8\x05\xf5\x17\x10\xc4\xab\x48\x1f\x28\xa0\x34\xc8\x7b\xef\x21\x06\x07\x20\xcf\xb9\xc8\x2f\xc6\x45\x1d\x21\xac\x4d\x66\x7a\x14\x8f\xb8\x2b\xb7\x79\x9e\x5f\xa1\x52\x35\x20\xc2\x06\x7a\xd6\x06\x5d\x41\x18\x7c\x0a\xf9\x35\x8a\x9a\x5e\x23\xd3\xb4\x41\xf6\xdd\xa1\xd4\x68\x38\x11\x12\x41\xb6\xe1\xbe\xd4\x70\x9f\x37\x64\x17\x33\x1e\x47\x09\x21\x99\x83\xb8\x17\x5b\x2f\x7b\x14\x9e\x19\xf5\x62\xcb\x8e\x0c\x6e\x5d\x0b\xa7\x06\x1a\x7c\xc2\x33\x62\x25\x35\x62\x14\x2e\x7b\x16\x6e\xf8\x09\x44\xb8\x39\xa9\x8b\x81\x67\x1e\xdb\xac\xe5\x00\x85\xbd\xc8\x86\x24\xf8\xdd\xb2\x23\x6b\xd4\xe3\x0d\x20\x49\xbc\x70\x61\x8c\xa2\x30\x13\xe2\xcc\xd6\x4f\xf4\xc2\x9b\x59\x1b\xf6\xe4\x3a\x20\x75\x6d\x7e\x06\xcb\x3a\xe6\x7d\xe4\x2d\x60\xb8\xca\xb5\xf0\xd3\xe3\xb5\xa4\x1e\x04\xf7\x13\x6b\xdc\xa5\x87\xad\xd0\xa3\x26\xe2\xf4\x8b\x0f\x20\xfc\x02\x9d\x15\x52\x65\x09\x3a\xb2\x0d\xbe\x19\x52\x20\x3d\xbc\xe2\xee\x10\x55\x7a\x16\x90\xe1\x83\x00\x7e\xc1\x34\x9e\x60\x9e\xd5\x58\x46\x52\xc5\x4a\x9b\xed\x47\x1e\xe5\xb5\x7c\x90\x04\x89\x14\x66\x2b\x9d\xe3\x83\x9c\xdb\xca\xeb\x53\x9e\x26\xcf\x4f\x99\x08\xd5\xce\x98\xaa\xd6\x91\xb1\xd6\x1f\xf7\x50\x61\x99\x04\xd0\xc8\x52\x0b\x4a\x2c\xb5\x04\x5d\x1d\x08\x33\x6d\x74\xaf\xcc\xb4\x40\xd2\x92\x15\xe4\x7a\x80\xe6\x99\x0a\x65\xbc\xfe\x29\xf9\x07\xa1\xa2\xe4\x1f\x0a\x01\x4d\x17\x1e\xf8\xe5\xf5\xe7\x93\x77\x6f\x7f\x78\xfd\x67\x93\x46\x5e\xf6\x82\x31\x90\x05\x29\x8f\x2d\x50\x38\x3e\x43\x13\x7b\xd5\xce\x44\xe5\xa6\x4d\x54\xab\x1c\x35\xde\xc5\x6a\xfc\x8a\xa9\xf1\xae\xaa\xc6\xcb\x7f\xda\x6e\x5a\x8d\x77\x73\xd5\x78\xf7\xe6\xc6\x4d\xab\xf1\xae\xaa\xc6\xbb\xe3\xb0\xbe\x89\x2a\xb6\x3d\x61\xa2\x72\x2d\xdb\x91\xf8\xb6\x9b\x52\xb2\x5d\xa6\xc6\x2b\xbf\xbf\x74\xb3\xdb\xee\x08\x35\xde\x2d\x56\xe3\xd3\x5f\xd0\x9f\x5c\x3c\x44\x17\x4f\x8f\xaa\xf1\xd1\xd8\xb5\x03\x6a\xa2\x92\x7c\x98\x4f\xca\x63\xe9\xb4\x6e\xe6\x5c\x0a\xd1\x9e\x2a\x48\xfe\x51\x6a\x6a\x95\xfd\x86\x68\x93\x58\x5d\xbb\x72\x75\x9a\x44\x0b\x01\xb1\x63\x0a\x3d\xa4\x77\x46\x7e\x34\x27\x16\x81\xa1\xab\xba\x32\xb2\x17\xfa\xab\x5a\xa1\x9f\xc9\xa4\xb4\xeb\x94\x3c\x32\x6d\xf3\x67\xf0\xe5\x53\x78\x01\x83\x4f\x9f\xde\xd4\x5c\x3b\x35\xf6\xe0\xab\x5a\xbc\x8f\x24\xa0\x5f\x59\x38\xb5\xd2\x23\x6b\x60\x5a\x2f\x13\xcf\x90\xa8\x45\x73\x66\x47\x93\x31\x1c\xc4\x4b\xdf\x43\x3d\x73\x64\xd2\xc4\x4d\x60\xfb\x4f\x4c\xdc\xe3\x78\x3c\x8e\x5e\xf6\xc0\x18\xd9\xfe\x38\xb0\x46\x3d\x7f\x8c\x6c\x30\x0e\x2c\x21\xcf\x83\x01\xed\xde\xf6\xc6\x3e\xfb\x27\xcf\x10\x88\x59\x86\xc0\x12\xc4\xb1\x17\xcc\x78\x96\x80\xf8\x7b\x3c\x1e\x7b\x2f\x77\x47\x7b\x4f\x48\x2b\x27\xf2\x90\xe7\x00\x5f\x34\x13\x3f\xb0\x76\x7d\xd6\xf0\x0a\x44\x01\xe9\x8e\x7d\xc6\xd3\x7f\xa6\x9f\xd3\xaf\xb1\x27\x72\x06\x78\xbd\x17\x51\x51\x7b\x77\x33\x12\x77\xd3\x36\x7f\xf2\x02\xb7\xe6\x31\x93\x02\x57\x6e\xe5\x8c\xf5\xac\xf1\xb7\x70\xfc\x2d\x67\x6a\xe5\x03\xbc\xb8\xbc\x1f\xa7\x1f\x8e\xbf\xc5\x2b\x4d\xb2\xbf\x95\x85\xae\x36\x0d\x1a\x2f\x7c\x1f\x26\xb2\x3d\x2e\xd1\xc9\x25\x66\x77\x44\xba\xcb\xfc\x06\x8f\xc4\xad\xb6\x45\xa5\x58\x30\xa0\x40\x66\x27\xec\xce\x7c\xeb\xa7\x7e\x48\xee\x90\xb6\xfd\xff\xe5\xb4\xef\x27\x77\x2e\x5d\x9c\x96\x77\xf1\x37\x7a\xab\xc5\x17\xd9\xdf\x39\x1f\x64\x4f\xff\x4f\xdf\xba\xc2\xe7\xde\x53\x62\x21\x3a\x60\x7f\xe7\x7c\x8e\x3d\xfd\x56\xdf\xba\xbf\x27\x11\x10\x46\x41\x48\x8c\x97\x20\x1d\x4f\xaa\x1c\x69\x16\x3a\x76\x1f\x0e\x35\xbb\x9d\xb2\x8c\x52\xed\x5e\x66\xab\x21\x7d\x8d\x37\xb3\xa1\xfc\x96\xc6\x33\xff\xaa\x97\xc6\x36\x4f\x88\x9b\xe8\x75\xe0\xc2\x2f\x35\x17\xaa\x08\x82\xf8\x4e\x2f\xc5\xb5\x37\xed\xe5\x90\x65\x41\x89\x91\x4a\x89\xed\x60\x7c\x66\xbe\x87\x91\x03\x03\x04\x66\x50\xa1\x1f\xa6\x9d\x79\xc2\x08\x99\xe6\x09\x27\xa9\x26\x8f\x9c\xe4\x34\x1d\x3d\x7d\x1a\x24\x9a\xa5\xad\x6a\x94\xd3\x30\xea\x11\x63\xb0\xe1\x05\x06\x0d\xa9\x32\xc0\x38\x38\x8b\x26\x4f\xf0\x5c\xce\xc0\xe4\x9b\xf1\x18\x9d\x81\x89\xc5\x67\x79\x06\x26\xdf\xe2\x1f\x5e\xf6\xf7\x46\x7b\x1b\x41\xd9\x1a\x9e\x79\x0d\x94\xe1\x57\x70\xec\xb7\x25\x72\xd7\xe5\xd6\x3f\xc3\x78\x9e\xe1\xd8\xd9\x1f\x33\x5c\x2d\xdb\xe4\xff\x0a\xde\x2b\x64\xa7\xc9\x5b\x09\x07\xcf\xfc\x56\x30\x80\x84\x93\xe7\xbd\x55\xf1\xf3\x09\x47\xcf\xfc\x56\xf0\xf9\x84\xb3\xe7\xbd\xa5\xe3\xee\xf5\xef\x41\x06\x5f\xe8\xce\x99\x3b\x25\xcf\x9f\xbc\xba\x2c\x5e\x93\x35\x70\x1f\x66\xd5\xd9\xdd\x96\x4a\xbd\x68\xb9\x5b\xea\x79\xf1\x39\xe0\x25\xd9\xe2\x1d\xb0\x5c\xfa\x9e\x03\xb6\xae\x1b\xd2\xea\xef\xd4\x76\xfb\xe3\xa7\x9f\xdf\x7c\x0f\xa2\x78\xc0\x87\xd1\xbb\xf6\xdc\x91\xf9\xe3\xd5\x97\xe3\x7f\x0e\x3d\x64\xda\x24\xc3\x69\xf4\xc7\x6b\x33\xa6\x25\xec\xcd\xd1\x99\x19\x9a\xb6\xc9\xc0\x4d\x6c\x66\xe8\xb4\x49\x45\xe4\x89\x6d\x92\x48\x4c\xb2\x54\xe6\xe8\xec\xec\x39\x89\x77\x77\xfb\x3e\x58\x53\x3f\xd7\xc4\x3e\xc3\xff\x37\x99\x90\x90\x80\x89\x7d\x36\xb4\xcd\x7f\xfd\x2b\x30\x27\xf6\xd9\x9e\x7d\xb6\xbf\x6b\x9f\xed\x1f\xd9\x7b\x07\x13\xfb\xcc\x3c\xa1\xf9\x5c\xf8\x0d\x33\x86\xec\x70\xe1\x3f\x4d\xa3\x6f\x98\x93\xc9\x44\xbc\xcd\x3a\x38\xb2\xcf\xf6\x9f\xd9\x7b\xfb\xf8\x0d\xde\xd3\x21\xe9\x49\x53\xec\x96\x0d\x80\xfe\x07\x7f\x82\x7b\x35\x26\xf6\xd9\x75\x6a\x16\x43\xdb\x34\x0c\x75\x88\x2f\x92\x17\x89\x73\x80\x8c\x6b\x0e\xe2\x3e\x70\xfc\x58\x19\x9c\x39\x99\xd8\x26\x1e\xfd\x02\x22\x18\xe1\xfe\x26\x1b\xf2\xb8\x6c\xb8\x6f\x3f\xbe\x3f\x3e\x39\xdd\xfe\x88\xa9\x56\x51\x71\xd0\xc9\x76\x3d\xb7\xe5\xa0\x29\xb6\xb5\xe6\x77\x71\xe4\x90\x9e\x79\x0e\xe1\x68\x67\x87\x9e\xf5\x11\x9a\x43\x7c\x17\x26\xe5\x43\x57\xf7\xf3\x99\xbc\x40\x47\xe4\x8f\xa1\x3d\xb4\xcf\xc8\xe7\xf1\xa8\x6b\xac\x8b\x6e\xcd\x87\xac\x4b\xfc\x23\xff\x6d\x8f\xfd\x76\x20\xfd\xb6\x8b\xa7\xe5\x84\x7e\x18\xf5\x49\x1e\x38\xcb\xe1\x41\x11\x88\x91\xba\x39\xb5\x86\x44\xb6\xaa\xca\x66\xf1\x67\xcf\xf1\x38\x96\x11\x9c\xc2\x28\xee\x9b\x36\x1b\xa6\xc9\xfe\xb9\x2f\x3e\x5e\xbe\x9d\xe9\x1f\xf7\xed\x03\xed\xef\x43\x65\xf3\x0b\x6e\xdb\x0b\xf2\xc7\xa1\xbd\xf7\x1c\x2f\xd5\x2a\x8a\x60\x80\x3e\x84\x2b\x44\x4b\x61\xe1\x7e\x65\x1a\xd7\xe8\x40\x63\x8a\x02\xe2\xb9\xe7\x84\xd1\xb2\xcf\x52\x3e\xed\xb3\xb3\xe1\x81\xbd\x67\x9b\x57\x11\x58\x2e\x61\xc4\x0e\xd9\x77\x04\xbb\x03\xff\x07\xff\x7f\x7e\xcc\xc5\x3f\xf1\xbf\xc2\x80\x06\x6d\xd3\xf5\x3d\xb0\x77\x93\xfd\x1e\xf2\xb9\xe0\x9f\x0e\xed\x5d\xfb\xcc\x94\x70\x4f\x92\x73\x67\xe3\xf7\xf6\xb3\xef\x1d\xd0\xf7\xf6\x0b\xde\xa3\x2f\x1c\xb2\xb3\xb6\x3b\xb1\xcd\x08\x26\x41\x4f\x62\x1f\x2b\x5d\x18\xb1\x3a\xe1\x0a\xf9\x10\x89\xfb\x18\x90\x95\xb7\xcf\xd4\x95\xaf\xda\x67\xfa\x5c\xca\x77\xf1\x88\x6d\x9c\x7a\xe2\xa5\xe1\xa4\x8f\xd1\x9e\x72\x8c\x78\xe7\xcf\x79\xc4\xc3\x8e\x1f\x52\x9c\x05\xb2\x9b\xbb\xb6\x79\xe9\xc1\xab\x3e\xfb\x71\x92\xc3\x38\x74\xdf\x49\x91\xaa\xbc\xa3\x3f\x07\xf1\xe9\x25\xf0\xcd\xd1\x14\xf8\x31\xb4\xcd\xd5\xf2\x12\x90\x06\x14\xf3\xc5\x24\xc7\x86\xc0\x2b\x26\x47\x47\x9c\x1c\xe0\xb0\xdc\xc3\x3e\x5f\x6f\x13\x4b\x40\x61\x40\xc2\xb3\x4c\x9a\x26\x87\x3b\x09\x1d\x22\x38\xf4\x01\x42\x11\xee\x01\x44\x11\x60\xa9\x84\x08\x78\x01\xf9\x29\x70\x4d\xdb\xf4\xa6\x26\x1e\xe8\x0c\xf6\x91\x87\x48\x46\x22\x71\x80\x9a\x7d\x08\x9c\x79\xdf\xc3\xdf\xc2\xff\x32\x6d\x33\xc2\x37\x8a\x8c\x2b\x44\x7d\xf8\x9b\x39\xd9\xfc\xd1\x5e\x40\x04\x46\xd7\x0b\xc2\xfe\x89\x4c\x52\x26\x61\x0c\xe6\xe7\xb1\xb9\xd9\xc8\x51\x60\xa8\x4c\x40\x11\x33\x24\x05\x7b\x3c\xa7\xef\x46\xe1\xd2\x0d\xaf\x02\x7c\x11\x11\x0d\x4c\xcb\x84\x86\xa9\x2d\x6b\xf5\xf6\x80\x62\x18\xaa\x4c\x0b\x45\x1e\xcd\xbb\xe8\x64\x91\x78\x6f\x5f\xd7\x22\x75\xb3\x38\x0f\x73\x51\x30\xc1\xb9\x5b\xb1\xff\xe0\x9f\x7f\xfb\x6f\xbc\x9c\xfd\x3d\x4f\xec\xd7\xc9\xf7\x39\xfc\x86\x72\xd3\x5a\xcc\x6b\x2f\xc5\x43\x99\x50\x51\xc4\x66\xca\x98\x8c\x59\x4c\xe8\x23\x21\x9b\xe8\x09\x79\x75\xca\xea\x3a\x4d\x08\xaa\xeb\x10\xe4\xdf\xbb\xde\xf6\x65\xf8\xcb\x9f\xe6\x57\xbb\x27\xda\x6d\xcf\xec\xb9\xa4\xa7\x49\xdb\xb4\x5b\xba\x4d\xf9\xdb\xd0\x76\xe9\xc9\x22\xb6\x58\xff\x9d\xfe\x34\x8c\x16\x77\xbd\x0b\xf3\x57\xe8\xb7\xd9\x87\x7f\x5e\xe9\x2f\x1f\x8b\xb2\xc4\x6b\x04\x02\x07\xfa\xa4\xf8\x50\x1c\x83\x19\x53\x43\xa6\x1e\x9e\x81\x89\xd6\x4b\x98\xbd\xa6\x7b\xbb\xb6\x49\xa6\x88\x6f\xd9\x30\x23\x82\x91\xc7\x1e\xf4\xdd\x18\x22\x4d\x13\xb9\x99\x0f\xce\x21\xd1\xc9\xf7\x88\x48\xbc\xbf\x67\x9f\x91\x6f\x92\x08\x70\x53\x9c\x8c\x7d\x2e\x3c\xe3\x35\x65\x20\xd5\x42\x07\x30\xb0\xd6\x49\x7f\x4d\x74\x15\xed\x57\xe5\x2f\xc7\x4b\x10\xc8\x83\x7b\xcb\x08\x0d\xd1\x40\xf4\xaf\x3d\xb7\x4d\x2f\x58\xae\x12\xe2\xc4\x6d\x15\x94\x4a\xd9\xe6\x77\x60\x85\xc2\x69\xe8\xac\x62\x4e\xb2\xf0\x80\xc5\x40\x59\x2b\xa9\x51\x46\xfa\x94\xc6\x98\x1d\x07\x1f\xba\xeb\x5d\x92\x7f\x1e\xd8\x26\x03\x9b\x88\x80\xeb\x85\xb3\x28\x5c\x2d\xa5\xb5\xcc\x5f\xba\x4f\x64\x57\xf5\x4b\xa7\x2c\x5c\xa2\x98\xbd\x48\x69\x8c\xea\xbf\x0f\xed\x67\x2d\x74\x55\xdd\xf6\x24\x07\x43\xbf\x8d\x85\xdb\x99\x90\x14\xae\xdf\x1f\x4a\x34\x24\x67\x87\xd3\x3d\xd2\xad\xa6\xeb\xbc\xcf\xd7\x8c\x2c\xee\x90\x1e\x54\xd6\xef\x84\xfe\x68\x92\x40\x1f\xe8\xa6\x0f\x2d\xfd\xf7\x81\xb4\x0b\x7c\xf5\x95\x71\x25\xef\x4b\x03\x3d\xb4\x4d\xa1\x51\xa6\x98\x19\xd5\xef\x84\xb6\x29\x5e\x39\xb0\x0f\xd8\x71\x48\x56\x23\x7f\xbe\xa9\x83\x96\x65\x7f\x87\x09\xfb\xab\x78\x38\x93\x8d\x23\x4a\x57\x72\x99\xeb\x5f\x49\x0a\x0f\x2e\x1e\x03\xb6\xfc\x47\x7c\xf9\x65\x43\x0a\x33\x72\xbd\x7a\x77\xf2\xf1\xf3\x2f\x1f\xde\x98\x62\x59\x77\x66\x2b\xcf\xa5\xb8\x71\x83\x39\x5a\xf8\xff\x13\xad\x7c\xd8\x8f\x97\xd0\xf1\xa6\x89\xfe\xca\xaf\x13\x21\x84\x73\xe8\x2f\x8d\x20\x0c\x97\x30\x80\x91\x11\x84\xc4\x36\x42\x33\x4e\x48\x2b\x44\xb2\x01\x4c\xdb\xfc\x7c\xee\x83\xe0\x42\x1e\x72\xef\xc7\x93\x37\xc6\x0f\x61\xb4\x00\xc8\x12\x0b\x55\x4c\x52\x9c\xd0\x85\x7d\xe8\x7a\x08\x5f\x4d\x46\x58\xa8\x91\x46\x22\x2c\x82\xd2\xc4\xeb\x00\x81\x2f\xd4\xd6\x70\x01\xd7\xf4\xc2\x17\xdd\xf5\x0f\x2b\x9f\x18\xe3\x18\xda\x6a\xb2\x30\xf4\x81\xcd\xa9\x54\xd2\x6e\x4e\xc2\x21\xf3\x4f\x9b\xe8\x53\x18\x14\xaa\x10\xb1\x84\x94\x88\x51\xee\xd5\xa6\x12\x5b\x38\x64\xaf\x5f\x35\xa3\xfa\x12\x81\xc7\x5d\xe4\x2e\x83\xfc\x6d\xa8\x70\xcc\xbf\xc1\x7f\xfd\xd1\xf7\x8d\x19\x3e\x65\x00\x41\x03\x18\xbf\xfc\xf2\xfa\x95\xe1\x4d\x29\x22\x2d\xe1\xa0\x86\x17\x1b\x3e\x9c\x22\x03\x2e\x96\x68\x3d\x28\xba\x7b\x45\xd7\x58\xbd\xc5\x9a\x5e\xd2\xac\x45\xc7\x02\x0a\xf7\xcd\x36\xa1\x1f\xc3\x2a\xdb\xb7\x67\x9b\xe7\x2b\x84\x42\xba\x0b\x47\xf8\x9b\x31\x83\xd7\xd5\x51\xce\x43\xe9\x4c\x7b\xf1\xfb\xc8\x8b\x91\x17\x30\xfa\xc9\x7f\x7d\x1d\x90\x32\x16\xf4\xc7\x2c\xc1\x15\x0c\x38\x65\x56\x95\x3e\x2d\x49\x98\x84\x82\xc6\xab\xf3\x85\x47\x8e\xd3\x81\x7d\xb6\xff\x5c\xbd\x06\xc4\x8d\x65\xd2\xef\x27\xdb\xce\xd7\xec\x23\xb8\xe4\x82\x44\x76\x1b\xec\xf4\xea\x54\x5f\x0e\xcd\x64\x9b\x8d\x7f\xb5\x74\x2b\x8e\xbf\xea\x81\xd2\xef\x2d\x1d\x09\x49\x68\xca\x59\x48\x26\x79\xe6\x0c\xe4\x84\x3e\x2e\x26\x23\x92\x87\x47\xfc\x91\x39\xa8\x92\xd5\x7d\x28\xad\x25\xb9\xb7\xb6\x09\x82\x30\x58\x2f\xc2\x55\xac\xb5\xba\xd7\x23\x4e\xcf\x85\xf0\x4c\x38\x4b\xdf\xf5\x80\x1f\xce\x04\xe9\xe0\x22\x36\xe6\x58\xc7\x11\x34\xd6\xe1\xca\x88\x57\xec\x1f\x57\x20\x40\x06\x0a\x0d\x0a\x2e\x47\x89\xc0\xf1\xc9\x1b\x83\x38\x72\x5f\xd6\x31\xb2\xa6\x46\x44\xe4\xff\x7e\xec\x87\x3a\x33\xae\x53\xd7\x82\x9b\x21\x6c\xe9\x4d\xe7\x04\x99\xce\x23\x39\x09\x49\xa3\xcc\x51\xe0\x4e\x07\xf6\x8a\x2d\x1b\xca\xb3\x07\xe3\x95\xe8\x38\x97\x6c\xa7\xcf\xeb\x41\xc6\x56\x5c\x63\x8d\xd8\x26\x36\xdf\x00\x3a\xad\xbe\x7c\x32\x32\x47\xc2\x36\xbf\x4b\x74\xb2\xef\x1c\x71\xf6\x85\x2b\x69\x48\x57\x64\x68\x0f\x4b\x78\x4d\xc6\x84\x61\xe3\x1e\x74\xf3\x6f\x66\xeb\xce\xe3\x23\xa9\x3f\xcb\xf5\xf4\x25\x88\xa8\x79\xdb\x43\x70\x21\x1b\xc1\x89\xed\x1a\xfe\xc6\xed\xe5\x0e\x58\x7a\x88\xe4\x86\x30\x8d\x14\x8b\x46\x7d\x14\x01\xe7\xa2\xcf\xed\xdf\xcc\x96\x4d\x6d\xdc\x9c\x42\x73\x8b\x36\xf9\x07\xb3\x8c\xd7\x36\x04\x50\x6d\xbe\x8d\x39\x40\xca\xa2\x88\x77\x08\x10\xff\x5d\xdb\x06\x82\xef\x17\x7f\xfd\xf0\xd3\xdf\xa7\x7a\xdb\x00\x45\x89\x34\x29\x3c\x50\xcc\xf6\x87\xa6\x92\xfa\x3e\x64\x04\x23\x6d\x13\xa0\x44\xf9\x88\x91\xd7\xfd\xfa\x22\x82\x6a\xb2\x23\x5e\xc9\xe3\x15\x9a\x1b\x34\x1d\x23\x36\xcb\x6d\x75\x1a\xf6\x9a\xdb\x33\x29\x83\x64\x9c\x84\x01\x8a\xf0\xac\xab\x74\x9e\x72\x58\x33\x87\xe5\x8b\x14\x1b\xe2\xb3\xe6\x12\xbb\xec\x10\x64\xad\xb8\xce\xbc\xf7\x6c\x62\xa7\x13\x51\xd2\x0c\x4b\x21\x92\xb2\x99\x8c\xbc\x9e\x0c\x9b\x7f\x10\x4f\x8e\xea\x27\x83\x18\xe2\xcd\xc2\xc2\x01\x73\xde\x6a\x46\x49\x0a\x7d\x48\xd1\x17\x14\x6c\x98\x05\xbc\xac\xcd\xda\x73\xe3\xfb\x4f\x1c\xeb\x19\x9e\x7b\x34\xb1\x4d\x3b\x99\xe2\xf0\x45\x86\x3f\x17\x4d\xf7\xa8\xda\x74\x5f\x93\xc3\x5a\x30\xe7\x0a\xa3\x3f\xd4\x8d\xfe\xb0\xd5\xe8\x0f\xb7\x33\x7a\x5b\x66\x48\xea\x3c\xb2\xd2\x90\x76\xd0\xc9\x04\xf7\xd4\x09\xe2\x9f\x76\x6b\xcd\x71\xaf\xe6\x1c\xc5\x37\xf8\x74\x0f\xed\x17\x95\xc5\x2e\xca\x62\x04\x8f\x05\xcb\x65\xff\xd2\x83\x57\x82\xb1\x0a\xcf\xb7\x4b\x78\x6b\xc0\x05\xe5\x33\xe1\x60\x3f\xb0\x0f\xaa\x7b\x14\x2a\x49\x0a\xbc\xce\x42\x1d\x49\x81\xab\x5e\xf3\xbd\x1c\xed\x35\x45\xab\xd4\x17\xd3\x6a\x5c\x21\xd9\xaa\x38\x0b\x14\x86\xfe\x39\xa8\x3c\x8d\x84\x18\x1e\x65\xf4\xb6\x21\x09\x58\xa0\xe1\x70\xb8\xbf\xdd\x46\xb2\xb5\xea\xd7\x97\xd8\x29\x43\xbf\xef\xe3\xd1\x8a\x88\x21\x56\x21\xc1\xfc\x2e\x0c\x92\x7f\x33\x9e\xf6\x1d\x65\x6a\xb9\xf1\x19\xda\x73\xbd\x5b\x7c\xac\xd9\x0f\x93\x12\x21\xad\x5c\x9a\xea\x62\xef\x84\xaf\xbb\xee\x11\xe4\xf1\x57\x12\x8f\xe7\x9d\x13\x27\x40\x66\x0d\x89\x7d\x2a\x59\x60\x2a\x23\x10\x95\x42\x49\x1a\xc5\x4b\x62\x8b\x55\xe3\x8b\x63\x8b\xd5\x27\x21\x46\xf5\x24\x6b\x3a\x5c\xa2\x33\x90\xb8\xbe\x44\x28\x99\xc8\x11\x81\xf5\x84\xf5\xfc\x33\xe6\x7b\x71\xb2\xd0\x62\x9a\xfc\xf3\x9e\x20\xd8\x79\x66\xb0\xd2\x6d\xcd\xce\xe9\x74\xb1\xc4\xdc\xb7\xfd\x74\x88\xd9\xa8\xcf\xa1\x6c\x19\x61\xf4\xfd\xf0\xea\x4d\x38\xf3\xc8\xcd\x45\xd1\x0a\x6e\x47\xb5\x6c\x42\x0c\x15\xc5\x12\x13\xc5\x61\xae\x39\xaa\x0d\xb1\xa9\x64\xad\x4a\xfe\xf7\x36\x34\xf0\x81\x30\x98\x0c\x6f\x4c\xc3\x55\xe0\xd6\x12\x41\xd3\xff\xfb\x1b\xf4\x9d\x70\x01\xb1\xba\x2f\x0b\xb9\x15\x6d\x2d\xb9\xf4\xbf\xe6\xa1\xab\xb8\x91\xe7\xa1\xbb\x6e\xb7\x8d\xcb\xfb\xb8\x8b\x57\x73\x18\x41\xba\x97\x06\x01\x78\xf5\x82\x99\x81\xe6\x00\x19\x94\xaa\xd9\x46\x18\x11\xc3\xcc\x02\xac\x8d\x20\x44\xc6\x1c\x5c\x42\x03\x50\x6e\x8c\x42\x03\x4b\x1b\x06\x9a\x43\xb5\x57\xfc\x02\x88\x20\xeb\x03\x77\x39\x0d\xa3\x41\xab\xc3\xf2\x89\x0c\xd4\x0d\x83\x7f\xfd\x11\x8f\x0d\x2e\xf0\xd7\xcf\xa1\x01\x82\xb5\xf2\xed\x4a\x03\x56\x07\x0b\x51\xde\xd0\xee\xf8\xcc\x51\x5b\x40\xdc\xee\xd8\xf9\x5e\xe2\x23\x70\x43\x27\xee\xfb\x9e\xea\xae\xc9\x33\x69\xe5\x7b\x9b\x9e\x15\x3b\x9b\x62\xe8\xac\x22\x0f\xad\x49\x79\x65\x59\xef\x4f\xfb\x98\x9a\xb9\x97\x5e\xb1\xf0\x3f\x40\x31\x51\x03\x65\x37\x0b\xf6\xa6\x70\xe3\xf4\xeb\xe5\x43\x10\x05\xdb\x58\xb0\xe3\xf7\xaf\x53\x8b\x96\x5e\x2b\xe2\xa7\xeb\x66\xc1\x3e\x40\xe0\x92\x3b\x7a\xfc\xfe\xb5\xf1\x2a\x74\x1a\x2f\x52\xe5\xd3\x5d\x99\xdf\x57\x68\x56\xc5\x8e\x59\xda\x51\x6d\x23\x5f\xd6\x5e\x58\x62\xc7\x13\x42\xe0\x62\x85\x14\x33\x5e\x7c\x2c\xeb\x60\x5e\x2c\xea\x28\x9a\x33\x24\xcc\x7c\xc4\x62\xa7\x04\xaa\x72\x73\x13\xed\xf7\xbd\xc8\xbe\xc9\xda\x27\x6c\x93\xa4\xb4\xc9\x96\xbe\x39\x88\xe7\xb2\x45\x43\x58\x38\x22\xf4\xfd\x9a\x5b\x14\x7d\xd8\x20\x22\x48\x63\xc7\x6b\x63\x15\x84\xae\x87\xee\xda\x0e\xb8\xfa\xab\x7b\xf2\x8f\xab\x69\xdc\x2a\x46\x48\xd4\x99\x67\x7a\x02\xb3\xe6\x72\x77\x73\x36\xc4\x2f\xa5\xaa\xd7\x11\x6f\x2b\x70\x8e\x20\x44\xb2\x67\xbf\xae\x7a\xcf\x15\x00\xc7\xdf\x91\x7b\x8a\x13\xfd\x92\x4f\x57\xe8\x45\x7c\xa6\x2c\x22\x84\x48\xf1\x47\xf4\x3f\xcf\x35\x7a\x81\x26\xca\xc2\x3e\xb2\x9f\xd9\xcf\x9b\xe8\x7b\xe7\x11\x04\xae\x13\xad\x16\xe7\xb5\x79\x25\x27\xdc\x61\x51\x9c\x4d\x8a\x35\x0c\x35\xc4\x3e\xd1\x9f\x4d\xd7\x19\xd0\x84\xa5\x4c\x30\xd1\xb1\xef\x1b\x04\x48\x27\xa1\xc0\xe5\x8e\xec\x8a\x84\x72\x6b\xba\x48\xae\x69\x26\xed\x85\xa4\xf9\x1c\xcc\xcf\xdc\x42\x50\xe5\x96\xea\x54\x7f\xb5\x2d\xde\xc9\xff\xde\x62\x19\x15\xaf\x7b\x1d\x37\xee\x36\x76\xa0\xa6\x40\x97\x5e\x61\x35\x18\xe0\xa0\xb5\x8f\x76\xb9\xee\x33\x7f\xa4\x3e\x98\x8f\x1b\x88\x12\x37\x31\x59\x45\x83\xfe\x51\x57\x24\x3d\x09\x97\x6b\x83\x77\xd0\xcc\x38\xa0\xf3\xad\xa7\x3d\xaa\x7b\xb2\x73\xdd\x0f\x03\xe6\x49\xd5\xb8\x50\x4f\xf0\x53\x3a\xa2\x1c\xa1\xc7\xec\xc8\x9b\x2d\x2a\x2c\x3f\x44\x57\x76\xf1\x1a\x73\xaf\xf5\x2a\xce\x5f\xe8\x5f\xe2\xe2\x65\xae\x2a\xe6\xd5\x58\x87\xe6\xee\x6a\xa3\x40\x65\x4f\xb7\x93\xc9\x15\x4d\x13\xac\x16\x63\x58\x69\xdd\xab\x86\x10\xa4\x36\x43\x17\x44\x42\xcf\xaf\xf1\x4b\x5c\x14\x30\x50\x3a\x90\xc4\x1f\x5f\x69\x20\xc3\x8a\xd1\x2c\xc5\xa7\x60\x8b\x8e\xfb\x3b\x33\x35\xb3\x75\x7e\x61\x9b\x5c\x0e\x66\xb1\xf2\xb5\xb4\x9a\x0a\x59\x78\x28\x5a\x29\x4a\x4a\x3a\xc6\x60\x1e\xc1\x69\x1f\x85\x5c\x0d\x91\x43\x06\x1a\xa8\x06\x58\x98\x6f\xa3\x0c\xdc\x8b\xa8\x80\x3f\xbf\xf8\xf5\x4f\xfe\xd1\x32\x27\x5d\xa7\x4a\x54\x40\x5d\x65\x20\xed\x95\x3f\x79\xa3\x73\xc5\x0b\x5f\xfb\xe1\x44\xcd\xb3\xae\xe0\x6b\x17\x71\x80\xfb\x13\xdb\x6c\xe4\x65\xdf\x6f\xe8\x65\x1f\xa6\xbc\xec\xb5\xc7\x2e\xbc\xd1\xbb\x99\x4c\x72\xfa\x63\x0b\x6f\x74\x89\x4b\x4b\xe7\x8d\x6e\xe4\xa1\xcd\x73\xcf\xd6\x73\x69\x6c\x51\xeb\xbb\x45\xbd\xaf\x63\xcd\x6f\x2b\xbe\x66\x83\x88\x69\x54\x51\xd3\x85\x2d\xef\xa5\x82\x52\x53\xc6\x7a\xe5\xee\x1a\x28\x44\x40\xcf\xf1\xf2\x7f\x4c\x05\x77\x9b\x53\x62\xaf\x61\x1e\xe9\x3e\x0a\x67\x33\x1f\x9a\x39\x99\x0d\x77\xa2\xa8\xa8\x63\xcf\x31\x82\x1e\x48\xca\x31\x2b\x66\xa3\xe6\x2a\x49\x92\x06\x7f\x9a\x48\x0e\xc9\x2f\xbf\x0b\x6f\xbf\xee\x4a\x3e\xfa\xf9\xef\xa1\x9f\x9f\xe6\x89\x3c\x4c\xff\xbe\xe3\xeb\xfc\xfa\xe4\x30\xf1\x20\x64\xfc\x6f\xa2\xda\x11\x5c\x0f\xa2\x4e\x6b\xfc\xfe\x0a\x96\x85\x29\x14\x16\x95\x15\x93\x67\xab\x38\xe7\x01\xef\xbb\x1e\x3e\x47\x45\x5d\xa0\x76\xb3\xc7\x38\x84\xb4\x52\x78\x9f\xe2\x10\xb0\x88\xdc\x71\xfc\xc1\xc9\x9b\xc7\xb8\x83\xdb\xd8\xb5\xce\xe2\x0d\x48\x6f\xb7\x1c\x67\x40\xbf\x09\x51\xa5\x41\xf2\xc6\xb7\x1f\x5b\xf0\xd0\xbc\xaf\x25\x0e\xd8\x46\x6e\xd7\x29\x49\x3f\xed\x07\x2b\xac\xeb\x2b\x96\x8e\xc4\xeb\x4a\x90\x2a\xfa\xe2\x15\xad\xfb\x95\x7b\x4e\x99\x87\x55\x38\x56\xdb\x3b\x52\x5b\xfb\x4e\x09\xe8\xb3\x07\xef\x09\xd2\xc2\xce\xf9\xfc\x4f\x5f\x7e\xfc\xd3\x6f\x4d\xbc\xa8\x7e\x18\xcb\xde\xd4\xea\x50\x0b\x8c\x7e\x52\xf8\x6b\xbe\x0c\x94\x80\xd2\x3f\x64\x5c\x32\x62\x85\x61\xb2\xf0\x33\x2a\x9c\x3d\xa7\xff\x19\x56\x15\x38\x4c\x35\xef\xa7\x4c\xa9\x60\x0b\xa4\x81\x38\xa8\x9c\x5a\xa1\xe4\xf4\xed\x32\x19\xfd\x45\x7d\xcf\x0f\x1b\x2e\xb1\xc2\xf7\x15\xa1\xcf\x01\x4b\x76\x01\x24\xb1\xf6\x78\xb9\xf4\x3d\xe8\x62\x62\x86\x89\xed\x34\xc4\x62\x0a\x21\xd5\x44\x2b\x1e\xb1\x94\xe9\x06\x72\x7f\x79\x8a\xed\x41\x6a\x96\x5b\xcb\xb0\x3d\xd0\xd8\x99\x86\xda\x0c\xdb\x61\x5e\x86\xed\xa1\xf4\x5a\x07\x19\xb6\xbb\x13\x7d\x86\xad\xc6\x94\x5e\x31\x43\xb5\x88\xe9\xd5\x5b\x27\xcd\x2a\x34\x9b\x98\x9c\x7a\xdb\x7c\x62\x0d\x53\x6f\x95\x15\x96\x52\x6f\xab\x3a\x2b\xba\xbf\x99\x8a\x24\xd8\x69\xde\x2c\x85\x8e\x78\x40\x9e\xc6\xaa\x1e\xaf\x5d\xd5\xd1\x74\x98\x4a\x9a\xd5\xec\x65\x83\x6c\xd9\xc3\xdb\x73\x3f\xea\x0f\x95\x9c\xf1\xde\xb1\x44\xce\x66\xb0\x08\x5d\xe0\xa7\x8f\x19\x51\xf3\x63\xc5\x08\xbf\x9b\xe3\xd8\x6b\xb8\xf7\x5b\x57\x58\x95\x43\x96\x51\x5c\x19\xa2\x8a\x17\x54\xf0\x87\xd6\xd2\xe6\x2a\xcf\xad\xb9\x4e\xa7\xce\xab\x8a\x7b\x1a\x6b\x34\x82\x16\x18\x5e\x6c\x30\x08\x59\x9f\xac\xc0\x2a\x86\x03\xe3\xf5\x94\x90\x10\x67\x1e\x86\xc4\x51\xaf\x21\x22\xb6\xe1\x21\xe3\xca\xf3\x7d\xac\x0a\x45\x70\x11\x5e\x42\xd7\x98\x46\xe1\x22\x25\x1e\xf0\x91\xc5\x28\x0a\x83\x99\x62\x31\x4f\x1d\x64\x46\xbd\x53\xe1\x50\x43\xdb\x1c\x15\x4d\xba\x1c\xb5\x48\x2f\xe4\x08\xcb\x16\x0b\x93\x65\x62\xe0\xde\x24\x89\x97\x2d\x48\x27\x6f\xb1\xee\x94\x4a\x1a\x0e\x08\xb0\x9e\x78\x0e\x8d\x55\xe0\x86\x01\x1c\x54\x0b\x1b\xa8\x34\xef\x6d\x9c\xd0\x56\x91\xe7\xd2\xb8\x3b\xa2\xf0\x9a\x98\x86\x7f\xc0\xd8\x36\x4a\xc9\x7a\xa5\xc1\x94\xc5\x35\xec\xa6\xa3\x5d\xea\xc7\x35\xe4\xed\x54\x7e\x8c\x4b\x23\xf7\x7f\x15\x13\x87\x79\x3b\x70\x0c\x55\x4d\x1e\xf7\x06\xaa\xa1\x24\xbe\x3b\x09\xe8\x66\xa4\x84\x39\xf5\xa5\x20\x6e\x81\xd5\xc0\x74\x4f\xa1\x7a\xb6\x8c\xab\x50\x15\xfd\x6e\x4c\x06\xcc\x0d\x7d\xb7\xc8\xa8\xc1\x4f\x6f\x0f\xc0\xa9\xaf\x37\x19\x04\x21\xf2\x1c\x0d\xee\xe2\x73\x9b\x3f\x12\xa0\xd6\x4c\xff\x5f\x80\x00\xcc\x48\x43\x46\xb7\xbe\x63\xc8\x8d\xb8\xb3\xa0\x32\x4c\xbe\x6c\xff\xc7\x2c\xeb\xc7\x44\x12\x69\xe6\xb5\x27\x22\xc8\xbe\xcc\x33\x7e\x96\x46\x9a\xa2\x19\x15\x8c\x69\xf2\xe0\xbe\xe7\xa2\x44\xf3\xa1\xe9\xb9\x19\xe1\x5e\x33\x3f\x3c\x07\xbe\xb4\xb0\x2c\x7e\xd3\x8b\x8d\xf3\x95\xe7\x23\xc3\x0b\x50\x68\xd0\xa2\x12\xff\xfa\x63\x6c\xd0\x8d\x30\xe2\x75\x8c\xe0\x62\x60\xfc\x03\x4b\x15\x20\x30\xc0\x72\xe9\xaf\xa9\x38\x41\x30\xe7\x80\xcf\x5b\xa2\x90\x59\x14\x8c\x69\x18\x19\xd3\x95\xef\x33\x33\xea\x80\x0e\x60\x29\xc4\x16\xcc\x3e\xa1\x4b\x0b\xfc\x1a\x61\xc4\x84\x10\x52\x18\xd8\x38\x5f\x21\xf2\x9d\x73\x68\x78\xb3\x20\x8c\xa0\x6b\x9c\x53\xc3\x2c\xf9\x32\x16\x4c\x3c\xa2\x1d\x81\x80\x45\xa0\xc6\x03\xe3\x0d\x04\x51\x60\x2c\xc2\x08\x62\x41\x28\x5c\x45\x65\xfe\xeb\x9a\x10\x7b\x64\x81\xbc\xa0\xcf\xef\x5c\x92\xcb\xa3\x4b\xd5\x29\x4d\xf1\x61\xfb\xe3\xca\xc9\x4f\xf2\xe1\x19\xc8\xbb\x5a\xe3\x40\x69\xe8\x6f\xc6\x14\xa5\xe2\x6d\xee\x12\xb8\x05\x52\xab\x38\x0c\xfa\x64\x43\xb4\x86\x39\xf2\x96\x2e\xac\x5e\x3c\x54\xa0\xea\x72\xb0\x47\x45\x63\x57\x23\x4d\x26\xc1\xe1\x79\x6f\x29\x9f\xf8\x15\xf8\x9e\x6b\xbc\x02\x08\x38\x30\x20\xb3\xad\xfc\xbd\x44\x25\x33\x6d\x23\x8d\x0c\x28\x21\x77\xe5\x22\x6c\xea\x47\xf4\x0a\xc6\x4e\xe4\x2d\xd3\x9b\x59\x65\xee\xca\xab\x99\x0f\x96\xf1\xba\x2d\x58\x03\x0f\xf4\x32\x40\x3e\x4b\xa5\x59\x4f\x8c\x8f\xd2\x9b\xbe\xe3\x4a\x9b\x63\x9b\xff\x09\xbd\x84\xe5\xb6\x61\x9c\x98\xdd\x75\xc2\x38\xef\x43\xc2\xd2\x9f\xff\xba\x7c\xf5\xe6\xe0\xb7\xb7\x39\x21\x8a\xb5\x82\x0f\xd5\x04\x8e\xa3\x5a\x66\x05\xf5\xdd\x83\x66\x26\x09\x53\xb9\x60\xa4\x56\xcf\x5b\x78\xc5\xd4\xce\x16\x78\x47\x39\x7d\x9f\xba\x1e\xaa\xd3\xb9\xa6\x72\x4b\x35\x84\xa5\xc3\x56\x08\x4b\xb5\xb1\x5c\x8e\xa8\x27\xe3\x59\xc7\x58\x2e\x5d\x45\x14\xb2\xdb\xad\x0f\x2a\x14\x21\x37\x22\xb8\x90\x9d\x59\x35\xb8\x70\xa8\x68\x1c\xfb\x42\x19\xab\x14\x63\x48\x94\x0a\x5b\xe7\xbb\x7c\x38\xd9\x65\xcf\xe5\x00\xba\x44\xac\xd0\xa6\x99\xbd\x4f\x1e\x7f\x85\x89\x66\x77\x40\xa7\x0c\x96\x47\x46\x69\x47\x55\x52\x94\xcd\xde\x4a\x95\x61\x50\x63\xee\xb4\xaa\x4c\x4b\x7b\xef\xaf\x5e\xed\x51\x2b\xef\x4b\x14\xb3\x0e\x8d\xac\x41\x38\x93\xff\x65\x51\x9e\xee\x34\x5d\xaf\x66\x7c\x61\xfa\x9c\x8a\xb2\x63\x6d\xd2\xf5\x9a\xc9\xdf\xe9\x3b\xa5\x95\xc3\x33\x8d\x90\xc6\x4c\x5e\x0a\x0d\x9d\x12\x50\xf3\x22\x91\x2a\x25\x1c\xda\xe6\x77\xcb\x30\xf6\xb8\x38\x9c\x4a\x3e\x4c\x46\x84\x45\xd7\x65\x9f\x54\x7e\x55\x0d\xb7\xa9\xe4\x51\x0a\x4a\x9d\x3b\x72\xdd\xa4\xb4\x0f\x74\xa6\xa2\xfc\xf2\x83\x77\x76\xdd\xc9\x30\xa5\xac\x22\x21\xb5\x72\x39\xa2\x8d\x1c\xa5\xeb\x37\x93\xb6\xd4\x32\xee\xb7\x79\x4a\x13\x13\x30\xb0\x28\x11\x0a\x63\x9c\x9a\xd4\xa4\xc6\xf7\xe4\xc3\x32\x24\xa1\x42\x2d\xcd\x75\x6d\xf3\xa1\x44\x47\xf7\x22\x31\x6a\x67\xfe\xc3\x3f\x2e\x7e\x5e\xfe\x78\x7b\x89\x51\xf4\x36\x3d\x9b\x74\x84\xa6\x4a\x6b\x24\xbc\xcf\xca\x4d\x75\xaf\x84\xae\xdb\xc6\x92\x3e\x9d\xe4\x50\x2e\xfb\xb3\x77\x54\x25\x33\x6a\xc8\x63\x0e\xf6\x5e\x34\xcd\xea\x7a\xd1\x30\xab\xeb\x28\x83\x9d\x9a\xa8\xed\xc5\xf8\xa9\x95\x66\xc6\x77\x9c\x60\xc4\x66\x72\xd8\x9e\xb7\xca\xf9\x7a\xde\x06\x81\xb4\xde\xe8\x9f\xe9\x46\xff\xac\xd5\xe8\x2b\x82\xdd\xd6\x1d\xbd\x16\x3f\x55\x29\x11\x2b\x0a\x10\xec\xeb\x07\xad\xa6\x18\xa6\xf0\x53\x87\xb5\xe6\x58\x31\xd5\x30\x85\x9f\x3a\x94\xb3\xf3\x6a\x15\xd5\x30\xef\x11\x74\xea\x7d\x52\xb7\x8f\x44\x70\x0d\xfe\xcf\xb3\x87\x9d\xd2\xc7\xa9\x7e\x51\xf2\xdd\x1d\x66\xce\x95\xe6\xce\x1d\xea\x54\xff\xaf\x26\x89\xee\x59\x26\x10\x73\x1b\x90\xb9\xec\x52\x3c\x66\xd1\xb5\xd3\x72\x95\xa5\xed\x28\x8b\x8e\x6e\xcd\x83\x4d\xa4\x63\x27\xab\x24\x97\x6e\x52\x90\x37\xf7\x3c\x9b\x37\xf7\x88\xa5\x7b\xcb\x39\x6c\x6d\xa8\x50\xfd\x6c\x28\x4e\xc4\xbb\xcd\x63\x93\xf8\xdc\xef\x2c\x97\xed\x8e\x76\xaf\xb3\x7c\x36\xd1\xe3\x2d\xe7\xb4\xf1\xef\x56\x1a\x68\x32\xc8\x47\xcc\xdc\xf4\x22\x97\x48\x70\x2f\x8a\xa3\x47\x9c\x70\xb1\x00\x81\x4b\xe2\x47\x18\x3f\xd9\x12\x5a\xee\x32\xed\x19\xca\x5d\x88\xbb\x40\xca\x95\x97\xe9\xcd\xe9\xf1\x87\xb7\x99\x75\x22\x1c\x97\x43\x0c\xf7\x03\x88\xae\xc2\xe8\xc2\x0b\x66\x3b\xc4\x88\xea\x05\xb3\x3e\x70\x7c\x4d\xd4\x4d\x27\x08\xba\x24\xc8\xa7\xe9\xca\x3d\x26\x70\x76\x83\x9b\x5b\x21\x97\x73\x4b\x80\xba\x8a\x99\xab\x43\x50\x5d\xd5\xd2\xdb\xc6\x66\x1c\x85\xfe\x7d\xc9\x08\xfd\xf1\xa7\x37\xf3\xf7\x7f\xfa\xfb\xfb\xbb\xc8\x08\xc5\xcb\xa0\xcf\x07\xe5\xb6\x0e\xd7\x91\xb2\x43\x27\x4a\x56\xe8\x50\x49\x0e\x7d\xa1\x51\xcb\xb4\x39\x60\x8a\xab\x27\x0b\x32\xa5\xad\x64\x99\x27\x9d\xd4\xb4\x5f\x65\x25\xdb\xbf\x11\x96\xef\xc5\x34\xea\x12\x2f\x87\xb1\x8a\xa1\xfb\x32\x43\x9e\xf2\x24\x2b\x83\x08\x96\xff\xfa\x63\x04\x8d\x30\xf0\xd7\x06\x89\xbb\x44\xa1\x11\xcf\xc3\x2b\xc3\x0b\x68\x7e\x35\x66\x29\xd3\x30\xa2\x02\x4c\xe4\x2d\x40\xb4\x36\x92\x3b\x62\x80\x80\x52\x4d\x96\x72\x22\x3d\x62\xe1\x9d\x58\x63\x12\x02\x07\xe9\x19\x5e\xc2\x68\x6d\x38\x20\x86\x4c\xb4\x4a\xc6\xef\xc5\x24\x9c\xd3\x83\xee\x40\x17\xe2\x56\x3b\xc7\x95\xa5\x9e\xdc\x42\x26\xab\x38\x04\x8f\xa9\xac\x8f\xa9\xac\xf7\x3d\x95\x55\x07\x8f\x77\xf7\xb9\xac\x1f\x42\x1f\x3e\x66\xb2\x3e\x66\xb2\x3e\x66\xb2\xca\x6a\x09\x61\x8b\xbf\xab\x3c\xd6\x0f\x4c\x12\xa8\x99\xc5\x8a\x5f\x7b\xcc\x61\x6d\xb8\xe6\x8f\x39\xac\x8f\x39\xac\x05\x3b\x55\x94\xc3\xfa\x98\xc5\xfa\xe0\xb3\x58\x89\xa2\xac\x4f\x65\x6d\x5a\x4c\x5c\x32\x52\xb4\xb7\x75\xdc\x87\x8c\x9c\xff\xbc\x5e\x2f\x0f\x63\x14\x76\x97\x91\x33\x6c\x14\xad\xae\xbe\x2b\x45\xc0\xd6\x96\xb0\xcc\x6c\xde\x1b\x09\x04\xc7\x8c\xb4\x55\x56\x8e\xa6\xe3\xb7\xf0\xaa\x7a\xbf\x8d\x13\x72\xf6\x6f\x37\x21\xe7\x80\x5a\x8f\x0e\xef\x69\x84\x10\xbe\x3b\x8f\xe9\x38\xad\xd2\x71\x8e\xe4\x98\x1c\x42\x8b\x72\x72\x71\x3e\xb0\x67\x5f\x51\x22\x4e\x17\xe4\x49\x17\xa4\x57\x59\xf3\xe3\x34\xa3\xa1\x08\x21\x68\x59\x7b\x2a\x93\xfc\xef\x6b\xc9\x5e\x19\xea\xa2\x59\x1f\x58\xf6\x0a\xd1\x13\xef\x51\xee\x0a\x1f\xcf\x7d\xcd\x5c\xc9\xcd\xf5\xa0\x42\xd6\xed\xd6\xa7\x11\x42\x26\x91\x48\x6f\x2b\x6f\x23\x11\x27\xdb\x0b\xa5\xf7\x22\x63\xe3\xcd\x91\x07\xdf\x9c\xba\x17\x0f\x3c\x63\xe3\x43\x8a\xb5\xde\x69\xba\x46\x9a\x56\xee\xbd\xa8\x9d\xde\x40\xd2\x1a\x44\x32\x40\xa3\xc4\x8d\x8a\x79\x00\x45\x29\x00\x8d\x92\x34\x7e\xc7\x89\x02\xb2\x87\xf1\xab\xca\x15\x68\xaf\x09\x7c\x55\x99\x02\x84\xda\xdc\xd3\x34\x01\xb3\x46\x92\x00\xe1\x43\x8f\x19\x02\xb5\x32\x04\xc8\x55\x78\xcc\x0f\xb8\x7f\xf9\x01\x78\x63\x1e\x6c\x76\x00\x39\x55\x8f\xb9\x01\xe6\x63\x6e\x40\xd5\xe8\x72\x42\xbb\xbb\x4d\x0c\xe0\x6c\xed\x1e\x46\x6c\x7f\x3d\x59\x01\x74\xdf\x3a\x4b\x09\xa0\xdd\xdd\x72\x3e\x00\xf9\x68\xa5\x21\xb2\xe1\x3d\x66\x02\xa4\x97\xb7\x44\x4c\xab\x93\x09\x40\x18\xdf\x76\xf2\x00\x22\xc5\x2a\x7d\x6f\x93\x00\xc8\x0a\x1d\xbf\x7f\x9d\x5a\x25\xbe\x38\x31\x01\xdb\xec\x38\xca\xff\xf8\xfd\x6b\xe3\x55\xe8\x34\x5e\x9d\xaf\x36\xd0\xff\xf7\x11\xe5\xdf\x45\x44\xbf\x64\x06\x6c\x63\x4d\xa4\x00\x9b\x3b\xfd\xa9\x07\x7d\x37\x86\x28\xee\xfb\x70\x06\x48\xaa\xec\x9d\x9a\x16\x7f\x7b\x17\x7f\xd8\xff\xdb\x3f\xe7\x7a\xd3\x22\x83\x5d\x2e\x70\x00\xef\xda\x26\x9f\x52\x0e\xa9\x10\xf4\x45\x14\xc2\x25\x86\x71\x4c\x26\xa8\xf2\x8a\xe0\x17\x64\x66\x82\xea\x77\xf1\xc2\x10\xe3\x84\x9d\x44\x31\x1b\x73\x10\xf7\xb9\xc9\x42\xd2\x84\x8b\x1d\x0a\xf1\x12\x04\xf2\xe0\x72\x00\x6a\x53\x1c\xc9\x0b\x96\x2b\x94\xef\x22\x00\x2b\x14\x4e\x43\x67\x15\xcb\x3e\x02\x15\xca\xd5\x36\x59\x63\xa9\x6d\xae\xbc\x9f\x13\xd1\x8b\x7f\x23\x97\xb0\x49\xec\xae\xea\xb0\x61\xca\x97\x19\x01\xd7\x0b\x67\x51\xb8\x5a\x4a\xbb\x91\xbf\xf8\x9f\xc8\x19\xd0\x2f\x7e\x65\x61\x2d\xfb\x6f\x62\xe3\x90\xe0\xb2\x6c\xd3\xf1\xbd\x0c\x6e\x56\xd3\xc8\xe5\xfc\xc3\x57\x1c\x28\xa7\x3d\x32\x7b\x29\xad\x7f\x28\x3b\xd1\x2a\x05\x7b\xed\xf2\xe3\x44\x77\x62\x9f\xaf\x2a\x59\xfe\x21\xe7\x99\xa4\xdf\x09\xfd\xd1\x74\xe6\xd0\xb9\x90\x23\xde\xb3\x60\x64\x74\x9f\xf8\xfe\xa8\xa1\x69\xe2\x7d\x69\xa0\x87\xb6\x19\x06\xdc\x00\xac\x06\xd2\xb3\xe0\x73\x6e\xe2\x16\xaf\xd0\x70\x75\x7c\x60\x92\xd5\xc8\x9f\x6f\xa9\x8f\x6a\xaf\xd4\x6b\x5a\xd9\xd1\x9a\x2a\xad\xcd\x2d\x61\x84\x98\xd4\x27\x09\x1f\x56\x58\x04\x2e\x91\x66\x9e\xd7\xc3\x0d\x8f\x56\x3e\xec\x13\x98\x74\xc9\xba\xab\x48\x37\x73\xe8\x2f\x8d\x66\x22\x4e\xef\xc7\x93\x37\xc6\x0f\x24\x77\xc7\x32\x0b\x22\x12\x0c\xd9\x8a\xe1\xc2\x3e\x74\x3d\x14\x26\x06\x31\xc7\x07\x71\x2c\x93\xb5\x78\x1d\x20\xf0\x05\xff\x4b\x50\xbc\x30\xb8\x80\x6b\x4a\x2c\x8a\xe8\x04\x59\x42\xb2\x7d\x0a\x8d\xe0\x0f\x6c\x73\x4e\x2b\x2c\x53\x4a\x29\x5a\x17\x9c\x43\xd1\x67\x99\xad\xa4\x80\x76\xd6\xab\xf1\xbf\xc5\x13\x56\xea\xc2\xce\x61\x39\x69\x0f\x74\x51\x68\x30\xff\x36\x54\xd2\xe9\xfe\x06\xff\xf5\x47\xdf\x37\x66\xf8\x90\x01\x04\x0d\x60\xfc\xf2\xcb\xeb\x57\x86\x37\xa5\x11\xd5\x84\x7d\x1b\x5e\x6c\xf8\x70\x8a\x0c\x62\xfa\x19\xe4\x0c\xb5\xe6\x5d\x4d\x35\x2f\x0f\x6a\xe4\x5e\x63\xb0\xf4\x10\xf0\xbd\xff\x42\x05\xff\x4f\x48\x8b\x20\x8a\x00\x96\xea\xfa\x28\x02\xce\x45\x9f\xff\x09\x01\x11\x4c\xa9\x2c\xc9\x2d\xe2\xb5\xe5\xbd\x3c\x41\xad\x53\xe1\xef\xae\xa5\xbe\x0f\x9f\xdc\xd7\xee\x8b\xbd\x37\x5a\xa9\x4f\x9f\xa3\xa9\x17\xf2\x92\xcb\xb6\x57\xe0\x2b\x2e\xcb\x78\x54\x82\x4a\xe8\x25\x0b\x67\x33\x6d\x3c\x49\x39\x43\xcf\x61\xb8\x6f\x42\x07\x70\xf1\x33\xcb\x5c\x13\x73\x7e\x75\xce\x39\x2c\xe7\x9c\xa4\xab\xf3\xf0\x4b\x3e\xf3\xcc\x65\x48\x30\x46\x91\xe7\x20\x7a\x47\x69\xb1\x0e\x14\x1a\xc0\xf0\xf1\x3c\xa4\x04\xcc\x6c\x22\x68\x8e\xb3\x4b\x47\x1a\xc8\xa2\xf0\xc2\x1d\x33\x88\x8c\x18\x22\xc3\x0b\x88\xee\xfc\x01\x4c\x91\x11\xa3\x30\x82\x46\x38\x25\xbf\xd0\x4f\xbf\x3a\x21\xe9\xa0\x6e\x48\x2b\x79\x5c\xc2\x88\xbc\x89\x22\x10\xc4\x0b\x0f\xa1\xa4\xbc\x00\x4f\x24\x7d\x75\x42\xeb\x7c\x2c\x7d\xcc\x07\xe9\x73\x10\xac\x8d\x10\xcd\x61\x64\xbc\x3a\xc9\x92\x9b\x5a\x84\xa6\x8c\x58\x1b\x24\x37\x10\x20\xd8\x0f\x89\x64\x0e\x8a\x4a\x59\xa4\xf7\x41\x92\xe8\x8d\xde\x3b\xf6\xbe\x55\xb0\xc0\xf8\x8b\x20\x82\x20\x39\x79\xe9\xd2\x10\xe4\x30\x71\x52\x5f\xe9\x2c\x25\x59\x2b\x07\x1d\xd4\x8b\xc8\x5c\xe7\x03\x7b\x8f\x2a\x07\x71\x66\x61\xf4\x16\xf5\x0f\x5a\x8b\x93\x29\x65\x6c\x53\x9f\xbd\x24\x68\x28\x59\xda\xb2\x4b\x88\xc6\xd6\xda\x12\xf4\xfd\x41\x12\x2a\xa2\xcd\xd8\xae\x34\x1d\x05\x1c\xa3\x7c\x46\x19\x94\xf5\xd4\xa4\x18\xbc\x6f\xdb\x69\xbd\x97\xc0\x2c\xca\x66\x56\xc8\x29\x29\x35\x4b\x33\xc6\x24\xdc\x8a\x32\x52\x39\xe2\xbf\x03\x4e\xd8\x09\x0b\xbc\x07\x78\x06\x5f\x22\x3f\x3c\xfa\xcb\xf2\x5d\x13\x3c\x83\x9a\x38\x06\xa6\x36\x16\xf3\x48\x27\x4a\x97\x6a\xbc\x55\x22\xae\xa4\x78\x3f\xb6\xe2\xb2\xcc\xd1\x38\xe8\xaa\xa0\xdb\xc4\x8e\x55\x33\xf3\xa5\x24\xe5\x9e\xab\xb8\xcf\xb6\x9d\x71\x3f\x4c\x19\x25\x74\x99\xf8\x99\x4d\x12\xe1\x9d\x4a\x5e\x7e\xf6\x61\x92\x98\x5e\x3f\xf1\x7e\x6f\xa2\x4f\xbc\xdf\xbd\xd3\xc4\x7b\xd9\xf4\xd0\x30\xf1\x5e\x9e\x98\x9c\x78\xdf\x7c\x62\x0d\x13\xef\x95\x15\x96\x12\xef\x35\x03\x29\x49\xbc\x1f\xe6\x1c\x9c\xa3\xd4\x29\x9e\xd8\x3a\x1a\x20\xaa\x4e\xa7\x89\x80\x9d\xae\x3d\xb0\x2b\x42\x1e\xc3\x88\x06\x24\xe3\x5f\x9f\xa7\x7f\x6d\x67\x3c\x33\xb7\x90\xf6\x4f\x52\x6b\xbf\xc2\xbc\xff\xbd\x49\x2a\x1d\x53\xcd\xfb\xd7\x9c\xa4\x06\x79\xff\xf9\x89\x99\x15\x16\xa7\x5e\xde\x7f\x76\x69\x6e\x21\x39\xb3\x78\xf6\xf7\x22\x01\x33\x27\xc0\x3d\xf1\x7f\x4d\x4d\x96\xeb\xbd\xe3\x25\x3c\x91\xa4\x55\x32\xf7\x13\xcd\xb3\x14\x22\x1a\x69\x2b\xfb\xac\xc4\xcb\x20\x08\x83\xf5\x22\x5c\x35\x29\x94\x26\x8b\x59\x1d\x88\x6b\xf7\x21\x25\x13\x7d\xff\x65\xfa\xc3\xd1\xdc\x29\x2c\x2e\x6a\x57\x13\xdb\x9a\x85\xc1\x8b\x40\xe5\x7a\x89\x4e\xea\xcb\xc3\xf6\xc9\x9b\x34\xe2\xfd\x2d\xbc\xa2\xd4\xb4\xc3\xec\x4d\xda\x33\xc9\xa5\xaa\xde\x75\xe3\x04\xce\x96\x91\xfb\xb5\xe3\xb6\x09\x12\x0e\xfe\xef\xf0\x9e\x46\x6e\xd3\xab\xdf\x2a\x74\x9b\x05\x6b\x1f\xf1\x98\x6d\xf2\x9f\x2c\xe2\x99\x9e\x6a\x92\xc0\x6d\xfb\xc5\x83\x4e\xe2\x24\x94\x5b\x04\x4d\x23\x8e\xe4\xa1\x4b\xe3\x4c\xc1\x7c\x7c\x15\x79\x9c\x77\x47\xa3\xf8\xff\x04\x5d\x6a\x93\xc9\x59\xd4\xc1\xd7\x90\xca\x59\x33\x94\x2d\xbd\xbf\xaa\x36\x3a\xac\x25\xe0\x67\xfb\x69\xa3\x54\xd4\x8f\xcb\x6f\xa7\x4b\xac\x62\xa6\x48\x1c\x9f\xbc\xa1\x06\xeb\xda\xca\xc4\x56\x15\x89\x3c\x8d\x33\xad\x2f\x3c\x9b\x64\x70\xc2\x56\x71\xbe\xb2\x90\x0f\x08\x55\x15\x1d\x6c\x8b\x1a\x02\x27\x4b\xc5\x08\x44\x9c\xf7\x53\xac\x1a\x7d\x27\xb9\x59\xb0\x4d\xd5\xb2\xd4\x32\xeb\x90\xf4\xe8\x89\x2c\x84\xdc\x2a\x1c\x42\x19\x50\x4f\x6a\x08\xfb\x35\x81\x7a\xb2\xfb\xab\x07\x5a\x68\xae\x05\xe5\x11\x16\x15\x60\xb1\xdc\x2e\x59\x9a\x36\x5e\xef\x5a\x98\x8e\x1f\x06\x05\xea\xf3\x8a\xb9\x91\xaa\x99\x85\xee\x61\x5e\x8d\x9e\xa8\xe7\xac\x77\x9d\x90\x27\x36\x54\xae\x12\xc9\x02\x24\x1e\xa6\x17\x4c\xc3\xe6\x06\x18\x9e\xb3\xf3\x63\x22\xc1\x34\xcd\x32\x31\x72\x53\x35\x7e\xa1\xd6\xc0\x3a\xb6\x91\x12\xd3\x08\x1f\xf6\xf7\x3c\x37\xa1\x8b\x41\x97\x41\xae\xfd\x0d\xd2\x38\xfb\xd5\x72\x16\x01\x17\xba\x46\xb8\x8a\x08\xe3\x8a\xd7\x31\x82\x0b\xe3\x7c\x6d\x00\x0e\x52\x87\x99\x1c\x0a\x0d\x6a\x17\x30\x22\xb8\x22\x46\x54\xb9\x2e\x81\xe7\xcc\x29\x20\x1e\x20\x8e\xd9\x80\x80\xe7\xae\x89\x93\x95\x08\xb2\x03\xe3\x15\x4d\x00\xb8\x0a\xa3\x68\x6d\x1b\xf0\x12\xe2\x86\xe1\x6a\x36\x97\xbd\xc7\x57\x20\x36\xae\x22\x0f\x21\x18\x70\x17\x6f\xe8\xbb\x46\x8c\xd6\x0c\x51\xcf\x8b\x8d\x18\x79\xbe\x4f\xfd\xa5\x03\xe3\xc7\xf0\x0a\x5e\xc2\xc8\x36\xae\xa0\xe1\x86\x46\x04\x9d\x70\xb1\x80\x81\xcb\xa6\xc5\x06\x1f\x91\x5e\x98\x0b\x99\x39\x7e\x03\x78\x45\xfb\x1d\x18\x6f\x20\x88\x02\x83\x42\x0d\x93\x65\x30\x8b\x63\xac\x8e\xaa\xc6\x58\xf5\x17\xde\x2c\x02\x08\xf6\xd9\x22\xa8\xd1\xe3\xba\xc8\xa9\xd2\xa0\x72\xb6\xa1\xae\x1c\x60\x2f\x9f\xc5\xc1\x2d\x85\x8e\xef\xb5\xa3\xdf\x75\x05\xc3\xbb\xc7\xf8\x90\xc5\xcc\xbb\x86\xf9\x50\x05\x61\xf9\xcf\xaa\x88\x1f\x29\xa1\x39\x6f\x2a\x25\xb3\x54\x16\x88\x1b\x65\xee\x78\x6d\x3e\x42\x27\x82\x88\xad\xcc\x27\x66\xc0\x2c\x5a\x94\xe7\xb6\x19\x93\x77\xd4\xcf\x55\xa1\xbf\xc9\x7a\x4a\x5f\xad\x47\xfd\xb5\x9e\x9a\xbd\x1c\x77\x5f\x15\xd9\x27\x13\x27\x3d\xec\x20\x4c\x59\xbf\xe3\x1f\x9d\x70\x59\x16\xa4\x5e\x71\xc7\xd3\xe1\xcb\x74\x55\x59\x3c\xd4\xc4\x36\x7d\x16\x4b\x30\xf3\xc3\x73\x12\x1b\xa3\xda\xe1\x0a\x57\xb5\x4a\xae\x98\x76\x16\x0d\x7a\x32\x73\x3c\xd1\xb7\x8a\x68\xa3\x56\x22\xa6\x36\xfd\x3c\xb3\x3f\x8d\x44\x14\x2e\x82\x8c\xc5\xbf\x2e\x1e\x4e\x63\x77\x40\x5b\x28\x1c\xd6\xcd\xbd\xc0\xc2\xd9\x0b\xf6\x86\xbf\xfe\xe4\x2e\xdb\x60\xe1\x08\xa7\x41\x13\x6f\x00\x07\x7d\xa9\x87\x98\xa6\x33\x83\x0f\xa5\xe2\x05\x9d\xa1\xe2\x0c\x3b\x45\xc5\x19\x2a\xb5\x30\x9e\x57\x41\xc5\x19\x0a\x6b\x22\x56\xe6\x28\x0e\xc5\x27\x6f\x01\x47\x2e\xd4\x80\xe3\xec\x4f\x32\xd0\x0a\xc3\xe4\xfd\x66\xe0\x38\xd2\x30\x79\x69\x97\x7c\x8c\x9c\x4a\x73\x12\x40\x3f\x2f\x54\x0c\x9e\xa4\x6c\x73\x71\x29\xe0\x82\x59\x56\xad\xdd\xac\x2f\x05\x9c\x3f\x7a\x2d\xc2\xcf\x73\x79\xe6\x02\x11\xee\x50\x3f\xe8\x64\x82\x87\x59\x84\x9f\x83\x5a\x73\x3c\x6c\x84\xf0\x73\xa0\x20\xfc\x54\x0f\x2c\x6e\x8e\xf0\x73\xcf\xb1\x3e\x1f\xb0\x9f\x68\x2b\x10\x3f\x94\x76\xde\x53\x8c\x9f\xd2\xe4\xe8\xa3\xac\xc3\xea\xab\x81\xf9\x91\x09\x0d\xb7\xed\x75\x0f\xf3\x43\xef\x43\x4b\x9c\x9f\xbd\x6a\x24\xec\xeb\xc5\xf9\xd1\xef\xda\x0b\x11\xbb\xd3\x66\xa3\xba\xb4\x45\x26\x06\xbd\xc3\x6e\xec\x90\x0d\x6c\x90\xb5\x71\x79\x0e\xbb\xb0\x3d\x6a\xed\x8e\xb9\x46\xc6\x8f\xd4\xc8\x88\x42\x6a\x64\xa4\x85\xbb\x30\x9d\x20\x78\x11\x53\x8d\x8d\x91\x60\x9a\x38\x20\x20\xd0\x21\xb4\x32\x97\x6c\x5e\x24\x70\x0a\x8b\x30\x82\x06\x38\x0f\x57\x88\x76\x48\xa4\x8c\x98\xa4\x82\xcc\xf1\x47\x42\x3e\x10\x83\x6a\x41\xdc\x24\x58\xcd\xec\xb7\x7b\x9f\xcd\x7e\x6d\xce\x42\x99\x9b\xae\x1a\x8e\x6b\x77\x00\x5c\x4c\x09\x2d\x42\xe0\xda\xbb\xbf\x08\x5c\x94\xe0\xe7\x14\x53\x61\xea\xf5\x77\x61\x40\x3c\xaa\x12\x28\x17\xf9\xb7\x1f\xce\x42\x82\x59\x41\xcb\x09\x05\x79\x58\x5d\x07\x34\x3e\x49\xae\xa2\x45\x5c\xb4\x19\xf1\x78\x2f\x0b\xe7\x95\x7a\xc8\x3e\xa9\x7f\xc8\xc7\xf0\x88\x03\x76\x17\x38\x60\x6d\x04\x94\xfa\x78\x52\x8c\x16\x76\x0a\x04\x86\x49\xbd\x10\x80\xef\x21\x6a\xd3\x36\xd1\xc0\xee\x64\xf7\x3a\x83\x03\x63\xfd\xdd\x32\x1e\x18\xfd\x6a\xb5\x41\xb2\x01\xde\x05\x22\xd8\xef\x06\x49\x89\x5a\x87\x3b\xc2\x53\xca\x9a\xa0\x39\x3b\x4c\x21\x2d\x75\x8e\xb1\xd4\x61\xf1\x64\xd9\xcc\xdc\xd0\x5c\xed\x11\xcd\x07\x2b\xeb\xf7\x22\x76\x7d\x36\xfb\xe7\xb3\xf5\xa9\xff\x73\xb5\x3c\x7b\x35\x18\xb3\xbb\xa2\x3f\x43\x11\xdc\xfd\x9a\x2f\x4f\x87\xb1\xe3\x43\x1e\x94\x5e\xaf\xf3\x9c\x50\xee\x7a\xd2\x4a\x15\x36\xb4\xd5\x00\x65\xb3\x6a\x78\x32\x8f\x4e\x4e\x0e\x68\x4e\x70\xf2\x6b\xb9\xc1\x57\x18\xa0\x4c\x8e\x75\x8c\x4f\x23\x8d\x26\x68\x11\xae\xdc\xe6\x86\xd0\xff\xa9\x97\xa2\x11\xeb\x55\x4e\x7e\x77\x91\xcb\xbf\x7a\xd5\xfa\xbd\x9d\xb0\xe5\x36\xc8\xd1\x4c\x75\x13\x07\x7f\x47\xa9\xe6\xae\xad\xe2\x4e\xed\x76\x22\x6b\x54\xc0\x42\x4b\x06\xfa\x4c\xf1\xa6\xe4\x62\x0d\xb8\x9f\x52\x72\xd2\x55\x34\x70\xd7\x75\x12\xe7\x21\xd8\x64\xcb\x9d\x24\x4c\x5b\x2d\xc3\x47\x60\x33\x58\x78\x4d\x4d\x0f\x6f\x8a\xd7\xe5\x70\xcc\x27\xd5\x39\xe6\xbd\xf0\xef\xfe\xf5\xcf\xaf\x9f\x4d\xbf\xff\xf3\x5f\xf4\xfe\x5d\xb0\xf4\x98\xb0\xa1\xf5\xf2\x5e\x45\x1e\x82\x51\xda\xdd\x4b\xec\x05\xd9\x8c\xfd\x54\xea\xc8\x6b\x1d\x65\x4e\xa8\x18\x37\xc1\xf8\x21\x21\x90\xc2\xd2\x1c\x39\x8a\x3b\x91\x18\xb2\x76\xe8\xe1\x7b\x3e\xb1\xf9\x3f\x5f\xe0\x7f\x6a\x68\x7f\xb5\xfb\x24\x3b\xb4\x8a\xae\x29\xf3\xf4\xd4\xe6\x9f\x98\x07\x33\x18\x2f\xd6\xa5\xe2\x33\xda\x93\xba\xce\xde\xa3\x92\x5b\x54\x75\xec\x64\x5d\xdd\xfa\x36\xeb\xd6\x1e\xea\x63\x72\x4c\xea\x56\x6e\xe9\xc2\x39\x4d\xb5\xae\x0e\xdc\xd3\x47\x2d\xdd\xd3\x45\xc5\x59\x6e\xd3\x3d\x7d\xb4\x45\xf7\x74\xd1\x1c\x5b\xbb\xa7\xe9\x1d\xc1\xf4\x41\x2b\x8d\xd4\x76\x53\x77\x2e\x05\x77\x2c\xd6\xc9\x9a\x7d\x42\x37\x75\x20\x53\x7b\x19\x80\xbf\x03\xb5\xf0\xb6\x44\x69\x0d\x14\x22\x90\x9f\x0f\x91\xff\x73\x0a\xfc\xc9\x9c\x12\x25\x94\x39\x2f\xd3\x58\x62\xf7\xc1\x43\x9c\x90\xaf\x0c\x24\x2a\x0b\x04\xd7\xe9\x09\xcd\x30\x0c\x73\x3c\x2e\x59\x85\xa4\x1b\xe7\xf3\xed\xb8\x38\x6b\x3a\xa6\x73\x97\xfc\x99\xee\x50\x76\xe2\x9b\x4e\xe4\xdd\xfb\x57\x87\x66\x28\x79\x78\x2a\xfb\xa7\xef\x8d\x42\x41\xc4\x30\x2e\xe9\xf1\x05\xf5\x82\x0b\xe2\x04\x62\xde\x30\xb5\x1e\x8b\x46\x36\x7b\x91\xc8\x66\xcf\x15\xd9\x6c\x27\x71\x3b\x8a\xdf\x28\x6c\xe9\xde\x5e\x33\x8f\x58\xf7\x0b\x91\x5e\x8c\xf6\x6e\x41\x65\xaa\x43\x7b\x98\x76\x0d\xee\x2b\xc5\x79\x6a\x55\x40\x53\x07\x4c\x82\x8f\xba\x73\x0f\x16\xdd\x3b\xbd\x9b\x50\xad\xd3\x73\xa4\xfa\xfe\xa8\xbf\x9e\x37\x69\x32\xcb\xf4\x5c\x9f\xe1\xb9\xae\x62\x14\x2e\x3e\xc0\x38\x5c\x45\x0e\x7c\x4b\x43\x22\xd4\x59\xe7\xc2\xa1\xe8\xfa\xfb\xc4\x2c\x27\x15\x3b\xc8\xde\xd8\x67\x05\x7e\x9d\x06\xf9\x55\x47\x9d\xf8\x1c\x8d\x5b\xf0\x3b\x56\xbc\x94\x6d\x7c\x8f\x46\x35\xff\x63\x1b\x26\x54\xd3\x83\x65\x50\x2f\x56\xc2\xe8\x3b\xf0\x43\x1a\xaa\x2f\x32\x91\x01\x6b\xf9\x8b\x8c\x62\x9f\x51\xcd\x03\x59\x71\x73\x9b\xfb\x25\x8d\x4a\xbe\xc9\x3b\xdd\xd9\xce\x7c\x94\x52\x9f\x5b\xf0\x53\x1a\x25\xbe\xca\xe4\xeb\x95\x06\x2c\x0f\xb6\xae\xcf\xf2\x4e\xce\x60\xab\x8a\x46\x46\xd6\xef\x50\xab\xaa\x91\x51\xae\x1c\xd0\x2c\x82\x0a\xa5\x8d\x12\xb9\x21\x05\x6d\xdf\x51\x6d\x23\x2f\xeb\x0d\x29\x5c\x92\xd2\x06\x4d\x0b\x1d\x35\x5a\xb4\x37\xa7\xc7\x1f\xde\x66\x96\x8e\x88\x29\x33\x88\x90\x17\xcc\x68\xe6\x1c\x74\xf1\xcf\x01\x74\x50\xc7\xf5\x8f\x48\xdc\x5c\xdb\x95\xab\x75\xfc\x6b\x09\x10\x8d\x43\x02\x8e\xba\x8c\x09\xc8\xe2\x66\xb4\x8d\x09\xd0\x12\xa0\x14\x7c\x43\x93\xc0\x82\xe6\xe5\x99\x12\xf7\xc3\x94\xd4\x8c\xe8\x07\xab\xc5\x39\xb5\x94\x03\x01\x5f\x47\xc2\x09\x84\x67\x82\xf8\x29\x9c\x30\x70\x00\xfe\x39\x82\xd3\x08\xc6\xf3\x3e\x09\x27\xd0\x57\x6c\x6a\x13\x45\x90\x98\x42\xdb\xc5\x11\xa4\xbd\x19\x0d\xc3\x08\x2e\x2e\xef\x45\xf8\xc0\x8f\x8b\xb7\x6f\xff\xbe\x7f\xfc\xbe\x04\xfa\x2e\x71\x71\xe3\x9d\x24\x4e\x9c\xbc\xd8\x02\x9e\xc8\x84\xd5\x88\x9f\xe0\xba\x89\xef\xd4\x54\xf3\xcd\x9e\x89\xe0\x82\x9f\xe0\x7a\xe7\x57\x66\x78\xe8\x28\x99\xed\x19\x8f\x2d\xa8\xd7\x77\x07\xb1\x05\x55\x04\xc9\x66\x91\x05\x66\x59\x54\x81\x59\x35\xa6\x80\x94\x60\x37\x5d\x67\x70\x71\x39\xe0\xdb\x9e\x0e\x29\xf8\x09\xae\x8d\x1d\x83\x2c\x9d\x36\xa0\x20\x91\x5b\xf7\x94\xe4\x30\x8e\x0d\x75\x24\x0e\x8a\x6d\xee\xd4\x32\x45\xb2\x5e\x15\x9b\xfe\x61\xee\x1f\x7b\x13\xfb\x6c\xd7\xee\xef\x65\x10\x6f\x0b\x06\xd0\x01\xcc\x6d\xed\x75\x9e\x86\x3e\x75\xff\x29\xbe\xc3\x1d\x53\x4d\xc0\x4c\x4d\x2b\x85\xf3\x4b\xcc\x29\x7b\x79\x10\xbf\x45\x13\xb6\xcd\xbc\x15\x48\xac\xed\x14\xed\x48\xb3\xd1\x1a\x86\x54\x09\x22\x27\x83\x88\x5f\xca\x1c\x6f\x37\x1b\x2c\x73\x84\x5b\x91\x37\xe9\x63\x76\x3a\xfd\x33\xe9\xd6\x56\x77\xaa\x4d\x34\x95\xc1\x82\x48\xa4\x9b\x5a\x39\x2f\xa0\xf3\x8d\x69\x0e\x65\x24\xaf\xd1\x47\x18\xc7\x5c\x27\xa8\x7e\x27\xcd\xe2\x94\xa1\x2b\x10\x05\x5e\x50\x13\xa6\xcc\xec\x12\x04\x28\x4f\xf7\xcf\x6a\x08\x31\x8a\x42\x3c\x54\x29\x5b\x87\x8e\x5e\xc9\x25\x31\x3e\xcd\xbd\xd8\xf8\xe9\x57\x63\x0e\x62\x5a\xd9\xe5\xc2\x88\xe9\xd2\x0d\x8c\x7f\x30\xc4\x1f\x48\x58\xeb\xaf\xff\xfa\x63\x6c\x5c\x79\x68\xae\xb4\x8a\x6d\xe3\x7c\x85\x8c\x2b\x28\x81\xf3\xb8\x21\xd6\xd0\xe3\x90\xb6\x76\x40\x04\x89\x0a\x8d\x55\x67\xf1\x08\x20\x03\xf8\xfe\xc0\x78\x8d\xa8\x5a\x0d\x67\x00\x79\x97\xd0\x5f\x1b\xde\x62\x09\x1c\x9a\xe1\x83\x65\xc7\x4b\x68\x04\xa1\x0b\x0d\x0f\xe1\xef\x83\x38\x0e\x1d\x8f\x54\x70\xc1\x9d\x0f\x8c\x8f\x10\x1a\xe7\xd0\x0f\xaf\x8c\x69\x18\xd1\x0c\x21\x17\x22\xe0\xf9\x31\xd6\xdd\x70\x27\x6f\xf0\x68\xd9\x71\x20\xb9\x42\x31\x84\x65\x7a\xd4\x61\xb1\xee\x89\x45\xbc\x28\x00\x7e\xbc\xc3\x57\xa1\xc3\x24\xa0\x70\x15\x19\xb9\x89\x40\xc9\x2c\xbd\x80\x8a\xd1\x78\xa7\xca\x7c\x94\x8d\x7c\x2a\x15\x21\x80\xd4\x9b\xc3\x54\xcb\x8b\xcb\x9a\x21\x56\xb6\xf9\xdd\x12\x44\xb4\xf6\x22\x71\x39\x3d\x93\x12\x81\x0e\xa8\xb7\x28\x71\xe8\x67\xc3\x28\xb4\x1c\x2b\x71\x5a\xed\xe6\x48\x29\xda\x16\x09\x7f\xd5\xd2\x57\xfe\xe2\x81\x7d\xa4\x71\x5e\x65\x88\xd1\x6e\x13\x02\xc4\x96\x91\x52\x49\x7a\xc4\x5a\xc5\xac\x65\x97\xf1\x20\xeb\xc7\xd3\x54\x98\x48\x62\x1e\xea\xa5\x91\x6e\x21\xac\x8d\x2d\x43\x26\x7a\x2d\xa5\x65\x72\xa5\x30\xa2\x05\x3d\xd9\x3a\xf9\x70\x8a\xfa\x28\xf2\x16\x92\xfe\x07\x5c\x12\x34\xee\x53\x05\x06\x2c\x97\x90\x44\x91\xff\x27\xf4\x54\x6d\x55\x5f\xe2\x4d\x0d\x62\x9f\x2a\x28\xea\x4a\x3c\x1d\x29\x1f\x57\x4b\x81\x64\x9a\x5f\x73\xbd\xf1\x5e\x04\xd1\xbd\xff\xf8\xea\x2d\x0a\xde\x2e\x6a\x82\xa4\xe8\xc3\xe7\xaa\xa8\x97\x52\x38\x38\x21\xdf\x45\xfa\x9a\x28\xcf\x28\x43\x31\x0d\x2b\x05\x3a\xed\xf3\x42\x19\xc3\x17\x13\xdb\xfc\xc9\x0b\x5c\x6d\xdc\xd6\x51\xf6\x7e\x1d\x26\x2f\x36\x8a\xdb\x1a\xa6\x41\x45\xea\x8f\x9d\x8f\xe0\x59\xd2\xeb\x33\xe9\xb7\x92\x18\xad\xa2\x39\x3d\xab\x1f\xa3\xc5\xa3\x98\x86\x47\x4d\x48\x64\x63\xc5\xda\x4c\x15\xe7\x4c\x25\xd9\x37\x56\x36\xd3\x41\x18\x0f\x20\x23\x20\x61\x7a\xed\xd4\xf6\x8a\x0a\xf6\x90\x2a\xd8\xc3\xcc\xd9\x2b\x58\xf4\xd6\xe8\x66\x0d\x16\x23\xab\x61\x1f\xa4\x35\xec\xfd\xec\xbc\x14\x85\x9b\xe1\x9c\x64\x34\xec\x2a\x33\xae\xa6\x61\x1f\x55\xd3\xb0\xf1\x27\xab\x04\xe9\x37\xe5\xd9\xd9\x2c\xf1\x6d\x78\xb5\x2b\x28\xde\xfb\xda\xc0\xcd\x6a\xb7\xb9\x86\xcf\xb3\x5c\x45\x2e\x77\x3f\xa6\x2c\x8c\xbb\xca\x9f\x2f\x34\x6a\x7f\xf3\xdb\x52\x79\xf3\x72\x8f\x85\xd1\x45\x84\x63\x65\xc7\xc8\xf6\xe0\x60\x94\xf3\xf1\x7c\xd2\x1d\x1e\x8c\x46\xf7\x69\x19\x6e\x77\x50\x89\xe5\x1e\xdc\x0a\x1c\x4c\x77\x3b\xd7\x38\x3e\x75\x3f\x6d\x14\xe6\x01\xaa\x17\x97\xf5\x22\x53\x5b\x73\xfd\x8a\x74\xa2\xc4\xb8\x20\x31\x1a\xb9\xa6\xde\x5e\x46\xd5\xec\x2e\xfa\xb5\x98\x26\x55\x1f\x6f\x14\x86\xa8\xbf\xcd\x18\xdd\xdb\x3a\x8c\x0d\x63\x1e\xcd\xea\xe1\x9f\x94\x56\xe6\xc4\x81\x92\x8c\x11\x1e\xfc\x39\xdc\x4b\x02\x41\x49\x3a\x08\x26\x21\x89\xb5\xe9\x02\x2b\xb4\x17\x70\x4d\x23\x40\x87\xb5\x31\x51\xb6\x1b\x03\xda\x75\x14\x28\x9e\x6d\x11\x32\xcc\x41\x43\x64\x18\x79\xac\x3c\xc8\xb2\xc3\x00\x50\x0d\x13\xd0\xc7\x7e\x0a\xcb\x44\x2a\x0a\xf4\x30\x83\x00\x33\x11\x60\x2a\x72\x30\x68\xad\x20\xcb\xc2\x20\x09\x79\x25\xba\x09\x9d\xbc\x9d\xe0\xc9\x5b\x09\x9f\xac\x14\x40\xd9\x4a\xa4\x68\x10\x67\x47\x22\xed\x7e\xda\xf9\xd5\x58\x02\x2f\xea\x2a\x84\x52\x09\xa2\x14\x36\x93\xda\xf1\x6b\x95\x82\x9f\x6a\xc5\xb0\xdd\x42\x24\x65\x95\x58\xca\x3b\xde\xe4\xce\xa2\x29\x93\x2e\xb7\x14\x4c\x69\x10\x7f\x11\x0b\xa6\xa4\xa3\x08\xd6\xc9\x67\x2b\x0d\x54\x1a\x64\x93\x20\xca\x3b\x3a\x84\xad\x43\x29\xdb\x07\x53\x96\x0a\x71\xc3\x83\x62\x97\x16\x98\xc1\x00\xed\x5c\x5c\x6e\x29\x88\xf2\xa7\x9d\x5f\x4b\xb7\xa6\xc2\xee\x75\x10\x41\xd9\x60\xa5\x6a\xc4\x50\x76\xb5\x80\x35\xc3\x27\xbb\x3f\xf8\xb7\x17\x71\xa9\xaf\x19\x56\xb9\xd3\x2a\x00\x4b\x0d\x3d\xa0\xdd\x80\x2c\x25\x9e\x24\x21\xfb\x09\x57\x11\x71\x1c\xe5\x05\x4c\x72\x47\x55\x04\x2f\x61\x44\xe0\x04\xdd\x28\x5c\x9a\xf8\xdc\x5c\xc0\x52\x07\x96\xde\x6d\x45\xbe\x4a\x82\x2c\x69\xd0\x65\xf3\x50\x4b\x2e\xd1\x32\xf0\x25\x16\x44\xd9\x32\x76\x92\x3b\xaf\x1a\xfa\xbe\x82\xd0\x85\xf7\x04\x43\x62\xe7\xfd\xdf\x76\x02\xf8\xc3\x6f\xcd\x6b\x04\x14\x38\xb8\x68\x4c\x22\x9e\x6c\x1e\x4e\x04\xbc\x84\x01\xea\xd3\x6c\xaf\x2c\x50\xc4\x81\xfd\x5c\xeb\xba\xae\xf0\x62\xa1\xcf\xfb\x99\x2c\x2b\xed\x57\xf1\x48\xa9\x19\xf4\x1f\x09\x70\x78\x5d\x1c\x84\xaa\xb9\xf3\x19\x68\x00\x69\x84\x02\xb2\xbc\x00\x07\xa1\xd2\x84\xb8\x75\x6e\xef\x60\x92\xf6\x08\xd0\x1f\x5b\xe0\x20\x94\x58\xfc\x8a\x71\x10\xf2\x47\xaf\xc5\x41\xc8\x38\x6e\xc8\x08\x76\x73\x70\x10\xf6\xa4\x06\x29\x1c\x84\x7a\x53\xac\x08\x69\xa1\xc2\x20\xbc\x90\xbd\x89\xcf\x6b\x98\x6f\xdb\xba\x12\x8d\xed\x29\xa3\xb9\x1e\x0f\xce\xf7\xc8\xf5\x2f\x86\x3b\xd8\xd7\x69\x2b\x55\xe1\x0e\xf2\x7f\xbc\x7b\xa8\x83\xc6\x4e\x00\xf9\x54\x1f\x6c\xd1\x07\x80\x19\xd1\x3d\x4c\xba\x7f\x58\xa0\xf0\xca\xc2\x76\x64\x5e\xc4\x1b\x53\x6c\x60\xdc\xbd\xbf\xd0\xd3\xe4\x54\xe9\xcd\x8a\x3e\x23\x31\xb6\x1e\x4e\x3a\xcb\xb5\x6b\x4b\xd9\xb7\x84\xee\xdc\xcc\xf6\xb8\x55\x4b\x51\x9e\x8d\x28\xad\x32\x15\x65\x93\x46\x70\xe6\xc5\x08\x46\xd0\x25\xd1\xac\xd5\xac\x21\xa4\x25\xb7\x84\x68\xc6\xf4\x08\x73\x5b\x4d\x03\xcb\x53\xb0\xd2\x79\x68\x09\x96\x2d\xbb\x4e\x5b\xc0\xaa\x4d\x04\xcd\x76\x9a\x92\xa4\xea\xb4\x52\x96\xe2\x79\x78\x75\xd7\xba\xd2\xaf\x2f\xbe\xa0\x93\x9f\x3f\xce\xf4\xba\x12\x47\xbb\x33\x43\x4d\xb5\xb4\xb7\x4a\x59\xa3\x7c\x8d\x49\x44\xbe\x31\xc5\x49\x9b\x30\x91\x83\xb0\x57\x9d\x24\x55\x4d\x71\x60\x28\x5d\x75\x65\xcc\x5c\xdd\x8c\xc8\x13\x12\x5e\x5e\x7e\xa4\x2f\x43\x09\xf3\xe2\x25\x40\xce\xfc\x94\x23\xea\xe9\x63\x7c\xab\x7c\x9a\x7d\xef\x70\x7b\xa8\x7c\x0f\x19\x51\xd0\xf5\x62\x96\x55\xdd\x04\x57\x50\x0e\x4e\xdd\xcd\x0c\x5b\x5c\x06\x3c\xd4\x83\xdd\x83\x56\x61\x0b\x92\x3b\x70\x22\xb6\x17\x79\xce\xc5\xba\xa1\xb7\x4e\x65\x9a\x07\xec\x5e\x29\x55\xc8\x48\x9c\x1b\xb5\x94\x86\x84\xbe\x02\x1f\x46\x28\x31\xeb\xb2\x6c\x1b\x43\x7e\xa9\xbf\x4a\x4a\xe3\x34\xca\x7e\xf9\x26\x97\x73\x92\x4c\x18\x92\x6a\x12\x84\x86\x1f\x06\x33\x18\x19\xf0\x8b\x17\xa3\x98\xd7\xaa\x76\x00\x02\x7e\x38\x6b\x9b\x6e\x51\xc9\xcd\xd2\xe0\x04\xec\x7f\x75\x27\x80\x4c\xb3\xa3\xfd\x27\xb4\x2e\x7f\xf7\xff\x11\xae\xa4\x7d\x4f\x49\x63\x88\x1f\x8d\xdb\xd8\xf9\x7b\xbd\x23\xb7\x7c\x27\x8f\x03\x83\x9e\x81\x2b\x10\x1b\x11\x44\xab\x28\x80\xae\x71\x35\xf7\xfc\x18\x19\x98\x49\x53\x6f\xa8\x17\x1b\x78\x2a\xb6\xc1\xec\xd6\x64\xcf\xa2\xb5\x01\x66\xc0\xdb\x52\x76\x54\x69\xb4\x52\x99\xa3\xa3\x2a\x0b\xa9\x07\x4a\x6b\x74\x10\x20\x2f\x2f\xd6\xd6\xaa\x4a\x1a\xc5\xc9\x4e\x95\x0a\x4c\x72\x6d\x37\x0f\x4a\x30\x5f\x83\x51\x60\x30\xea\x4d\xb9\x45\xe8\xbe\x51\x2d\x7c\x5f\x6d\x58\x1a\xb7\xce\xd1\xc7\x83\x94\x3f\x40\x46\xf4\xe7\xbe\x82\x5c\x30\xff\xdc\xcb\x51\xd3\x42\xb0\xa5\xa0\x9c\x52\x6b\xa8\xd4\xcc\xce\xc8\xf9\xd5\xe7\x6a\x74\x13\xec\xdc\xe5\xa2\x05\xe0\xb2\x45\x54\x1e\x02\xe7\x7d\xdc\x83\x6a\x30\x9a\xa4\x10\x29\xd5\xfc\x7f\x11\x79\xce\xa5\x08\x1e\xca\x38\x8f\x20\xf5\x57\x72\x7f\x0a\xad\x81\xe8\xa3\xb9\x71\x32\x87\xce\x45\x6c\xea\x0f\xe5\x00\x2b\x99\x83\x39\x69\xe9\xd0\x86\xba\xbc\x88\x0a\xed\x65\x8f\x46\xc5\x01\x7e\x84\xd1\xa5\xe7\x40\xe3\x75\x10\x23\x10\x38\xb0\x78\x90\x31\x6d\x5d\x69\x80\xe9\xb6\x8a\xbb\x85\xe9\x9b\x87\x54\x09\x60\x5f\xae\x3f\xfa\x0f\x24\xf0\xe7\x53\xe4\x2d\x8d\x4f\xde\x02\x16\x8e\x3d\x42\xd9\x3a\x6f\x9a\x61\x4b\xcd\x08\x07\xcb\xbc\x53\x71\x68\x72\x5e\x75\xd9\xa2\xb2\x46\x95\x16\x55\x6d\xdb\x60\xc7\x7f\x86\x08\x10\x0d\xbb\x68\x4c\x0b\xde\xa8\xc2\x98\xd2\x6d\x27\xe9\x6c\xe0\x4e\x8c\xab\xdb\x09\x31\x12\x3c\x76\xb9\xee\x9f\xaf\x10\x92\x4c\xe7\xdc\x0d\x28\xbe\x42\x0c\x07\xf6\x99\x79\xec\xba\x11\x8c\xa9\x5a\x21\xfd\xbb\xf8\xc3\x09\xdd\x4d\x5e\xe9\xd0\xc0\xb8\xdd\x28\x66\xd6\x77\xb8\x42\x3e\xcc\xf6\xdb\x0c\x79\xd7\xc8\x66\xfa\xa4\xb3\xc6\xc8\x69\xd6\x26\xec\xc8\x5d\x64\x40\x53\x9a\xae\x62\x35\xa3\x46\x23\x44\x30\xe5\x79\x41\xc1\x31\x11\xf4\xc2\x12\xb3\x15\xfb\xaa\x30\xcc\xa2\x70\x11\xce\x22\xb0\x9c\xaf\x95\x4c\x6c\x2f\xee\xb3\xfb\xce\x21\xbb\x58\x70\x8b\x13\x12\xcc\x08\x5e\x6a\xec\x2d\xde\x37\xdb\xec\xf3\xed\x24\xcf\xc3\x80\x9c\x8c\xfa\x36\x56\xca\x8c\x5a\x9a\x58\x77\x14\x6e\x76\xc7\xf6\xd6\x4f\xc7\x8b\xc3\xc3\xff\xfe\xf7\x9f\x1d\xc6\xa6\xe8\x12\x41\x77\x2b\x05\x80\xc8\x01\x13\x4d\x03\x40\x2a\x06\x46\x64\x62\x22\x76\x35\x01\x20\x2c\x9e\x89\xec\x54\x71\x3c\x48\xa5\xf9\x1d\xf0\x31\xee\x4f\x32\x58\x3e\xf8\xb7\x16\xe1\x20\xfb\x6d\xc2\x41\xea\x0d\x7e\xa8\x19\xfc\xb0\xd5\xe0\x87\xb7\x37\xf8\x3d\xcd\xe0\xf7\x5a\x0d\xbe\xa4\x12\x7b\xd3\xc1\x6b\x03\x71\x0e\x32\xf2\xf9\x21\x91\x51\x34\x43\x7e\x9e\x3c\x4e\x05\xe1\x1c\xd5\x99\x5e\xdd\x54\x7e\xfe\x85\x24\x06\x87\x24\xd7\x30\xc1\xbd\x76\x6e\x3f\xd6\xbd\x5c\xef\x32\xb1\x39\x61\x1d\x26\x16\x84\x47\x1f\xa5\x2f\xaf\x92\x36\xec\xa5\x71\x60\x47\x32\x28\x2f\x58\xae\xb8\x29\x6c\x4f\xab\x0c\x1e\xd8\x07\x8c\x72\x9c\x87\x5f\x8a\xd4\xc3\xb4\xed\x83\x72\x87\x3e\x79\xf5\x6b\x8a\x1b\x31\x3a\x0f\xe0\x90\x57\x6a\x3b\x81\x1c\x5b\x0a\xe5\x28\xdc\x72\x4d\x50\x87\x26\x94\x23\x3f\xfd\xab\x86\xcf\xbf\xdb\x38\x8e\xce\x23\x39\xb6\x9e\xf5\x63\x56\x8c\xe6\x90\x1d\x42\x73\x80\xff\x61\xd0\x2d\x33\x84\x49\x62\x7b\xb4\x47\x97\xe9\x53\xb4\xc7\xd9\x00\x91\x92\x8c\x80\x56\x11\xfb\xdb\x80\x53\xd6\x85\x8b\x94\x24\x0c\xb7\x8c\xfe\x48\xa2\x3d\x98\x2e\xd2\x26\xac\x83\x8b\x8b\xbc\x14\x71\xa7\x51\x1e\x19\x05\xa2\xbd\x3a\xb2\x48\x6c\x24\x77\xaa\x8a\xcc\x7f\xfd\xde\x9d\x9d\x1f\xfe\x52\xad\x3a\x71\x23\xd1\x80\x07\x2f\xef\x32\xd3\x50\x53\xc0\xe1\x84\x74\xf3\xc5\xcb\x25\xdb\x29\x56\x9b\xfe\x70\x25\x36\x9a\x0f\x4e\xdc\x01\xb5\xdd\x0a\x8d\x2d\xa3\xac\x19\x7a\xca\xd7\x71\x50\x14\x74\xdc\x7d\xd4\x18\x7b\x9c\xa6\x2d\xa5\x15\x55\x61\x80\x22\x4a\x16\xbc\x69\xe3\x6b\x2c\xe6\xdc\xfa\x0a\x47\xe8\xce\xc1\xc1\xfd\x57\xce\x7f\x16\xff\xfd\xf5\xaf\x9d\xdf\xde\x1c\x4d\x80\xcc\x86\x21\xeb\xd1\x02\x44\x99\x83\x26\xde\x2b\x83\xb6\x76\x51\x81\x00\xf0\xb3\x17\x78\x8b\xd5\xa2\xcc\x73\x2c\xf5\xe6\x16\xf4\x96\xb2\x02\x4a\x64\x61\xe1\xb1\xaa\x15\x67\xe6\x02\x7c\xc1\x9f\xfc\x21\xa2\x0c\xea\x95\x37\xf3\xc8\xae\x9e\x0d\x27\xfc\x34\x2f\xe2\x1a\x03\x2a\x9c\x1e\x74\x3d\x10\x6c\x7f\x76\xe4\x33\x77\x32\x41\xfa\xad\xed\xcf\x10\x7c\xe9\x70\x7a\x99\x9f\xb4\x3f\x24\x7c\x28\x31\x93\xee\x90\xff\x08\x22\x2e\x79\x9c\x98\x4e\x98\x72\x43\xe9\x72\xb8\xa4\x0f\x95\x93\x44\xc5\x42\xab\xc6\xd1\x36\xa5\x8c\x11\x6a\x0a\x79\x29\x75\x22\x7c\x72\x77\x4c\x19\x2f\x57\xcb\xd7\xdf\xc7\xbf\xfa\xdd\x9b\x58\x15\x88\xfc\x6a\x39\x76\x02\x38\xec\xa8\xd8\xc4\x5a\x80\x09\xbb\x77\xd4\x65\x8e\x1d\x0b\x23\x6d\x9d\x6c\xa7\xd4\xe7\xcd\xe4\xa2\x1d\x96\xda\xf8\x8a\x26\x5c\xb7\x20\x6f\xc5\x64\x3b\xdd\xe8\x1b\xa6\x0a\x16\x8d\xfe\x36\x53\x05\x9f\x4d\x3a\x4a\x15\x3c\xac\x35\xc5\x46\xa9\x82\x87\x4a\xaa\x20\x11\xcc\xe3\x39\x0b\x11\x48\x22\x04\x2a\x1a\x2d\x1b\xa9\x23\xf2\x6a\x1d\x75\x66\xa9\xec\xd8\x46\xa9\xf2\x19\x46\x54\xfb\x1e\x5b\x20\xad\x85\x92\xdc\xe9\x94\xd9\x4e\x31\x56\xca\x77\xdd\x63\x2d\x35\x06\x4c\x99\xc9\xaa\x81\xaf\xfb\x09\x40\xe6\xe9\x17\x0a\xc0\xfe\x91\x7d\x35\x39\x37\x55\x41\xae\x4b\xfc\x0f\xb2\xfd\xf3\x80\xc4\x5f\xb6\x4b\x9f\xeb\xd2\x04\x9a\xde\x8e\x62\x33\xe8\xb0\x91\x19\x74\x0b\x26\xd0\x92\x33\xa5\xe8\xd2\x34\x4d\xcf\xfc\x4e\x76\xe7\x26\xc9\x6e\x89\x01\x8e\xa6\xb2\xdb\xa6\xeb\x88\x68\x9c\x01\xcb\x68\xd1\xa5\xc1\xbd\xc8\x31\xa1\xd6\x40\x95\xeb\xca\x74\xda\xa9\xd9\x74\x8b\x26\xd3\x6a\xe6\xd2\x8c\x6a\xcf\x76\xc3\xf0\x02\x49\x12\xdd\x1a\x01\x6c\x6b\x2e\xcd\x35\x95\x6e\x37\x45\xae\x42\x80\xc6\x41\xca\x96\xd1\x8d\x49\x54\xc1\x56\xa7\x10\x34\xb9\x20\x24\x59\xa3\x68\xc6\x70\xca\xa3\x1a\x6a\x64\xc1\x09\x09\xb0\x7b\x43\xa9\x20\x04\x1d\x28\x13\x22\xb8\xed\x4e\x95\x89\x57\xf1\xa7\xbf\x9c\x2c\xff\xaa\x87\xd2\xcf\xe8\x09\x15\xb2\xb5\xf6\xf4\x0a\x60\x13\x71\x26\x9b\x51\x4f\x91\x4c\x3b\x41\x47\x33\xf3\x03\xc4\xf5\x69\xd0\x61\xf0\x3a\xb8\x04\xbe\xc7\xf3\x11\x04\x90\xa2\xea\x9d\xd9\x65\xc0\xf3\xa4\xc0\x3a\x6f\x2f\x2a\x06\xb5\xb5\xd1\x16\x10\xf7\xd6\x30\x88\x15\x28\x7d\xb3\x28\x6b\x7e\x00\x32\x70\x87\x32\x9d\x94\x90\x02\x95\xe8\xcf\x0e\x32\x2c\xb6\xc6\xc4\xca\x19\xd8\x09\x39\x5e\xc6\x32\x0a\x2f\x3d\x17\xc6\x06\xe0\xb5\x8d\x8c\x05\xc4\x7a\x8f\x17\x2f\x8c\xab\xb9\xe7\xcc\x49\x31\xa4\x73\x68\xac\x62\xe8\x92\xdc\xee\x95\xe7\xbb\x86\xeb\xc5\x28\xf2\xce\x57\x08\xba\xa4\x32\x52\x3c\x10\xeb\x62\x00\x07\x19\xa4\xb0\xd2\xb9\x17\x90\x5c\x15\x1f\xac\x61\x64\x9c\x43\x74\x05\x61\xc0\x53\xc1\x15\xbf\xa2\x4d\x6a\x14\x5d\xc0\xf5\x0e\xa1\x1a\x24\xb1\x65\xc0\x72\xcb\x41\x04\x0d\x67\x15\x45\x30\x40\xfe\x9a\xa6\x2b\x49\x95\x98\x8c\x65\x04\x63\x18\x20\x7d\x6e\xf9\x12\x46\x0b\x8f\x4e\x8b\xe7\x97\x2b\x6f\x77\x91\x26\xb3\xcd\x50\x56\x73\xd2\x04\x21\xcf\xd4\xa4\x4d\xa4\xa1\x8d\x5b\xd4\x79\xea\x14\x23\x4f\x0a\x7d\xce\x35\x55\xe6\x5b\x30\x6b\x02\xe2\xd5\x5d\x18\x1d\x06\x1e\x5a\xa1\x30\xf2\xf0\xf2\x30\x0a\x2d\x5d\x85\x7e\x0c\x17\x60\x39\x0f\x23\x78\x8b\x80\x78\x4d\xcf\xed\xf6\x5d\x48\x14\x40\x2d\x11\x28\xcc\x98\x82\xb5\x65\xbc\xd1\xcd\xa5\x1e\x7e\x40\x9b\x49\x3d\x04\x07\x2e\xde\xe9\xb3\x2a\x53\x77\x2a\xef\x3c\x0f\x7f\x98\x1f\x5f\x7e\x3a\xd1\x1b\x4f\xe1\x17\xe8\x50\x54\x3a\x07\x6b\x16\xf8\x48\x2d\x60\x1c\x03\x62\x9e\x72\xc2\x60\xea\x45\x0b\x0d\x14\xc0\x2e\xb5\x53\xe7\x3a\x9a\xa6\x1e\xf4\xdd\x18\xa6\xbd\x0a\x66\x0a\x08\x36\x89\xa5\xab\x1a\x42\x66\x66\xf2\x89\x88\xef\x00\xdf\x36\x8a\x98\x8e\xe0\x17\x64\x66\xed\x5b\x52\x9a\x2f\xd1\x80\xf1\x01\xc3\xea\x55\x9f\xa7\xb1\x27\xf9\x11\xc5\x69\x97\x4b\xa0\x88\x6f\x6f\x19\x21\x2e\xac\xf4\x20\xdb\x91\x4c\xb0\x42\xe1\x34\x74\x88\x9c\x9e\xfc\x9b\xce\x64\x48\xc1\xaa\xed\x33\x3e\x48\xfa\xce\xbe\xf4\x9d\x43\xdb\x0c\x03\xda\xa1\x2e\x32\x2d\xb1\x8c\x8a\xcc\xb5\x03\xdb\x5c\xfa\xc0\x81\x73\x56\x87\x25\xe9\x8b\x58\xaf\xc8\x82\x95\x46\xd7\xa5\x60\xb1\x34\x4e\xa2\x55\x8c\x08\x3e\x8b\x41\x44\x40\xe3\xd5\xdb\x8f\xc6\x3c\x8c\x11\xe6\x54\x03\xfa\xd4\x09\x03\x04\xbc\xc0\xd8\xeb\x1f\x1d\x18\xce\x1c\x44\xc0\xc1\x14\xc0\xe8\x51\x5f\x47\x6c\x1b\x3e\x44\x88\xfc\x03\x73\xed\xf9\x7a\x39\x87\x41\x6c\xd1\xbf\x16\xb4\xff\x99\x17\xd0\x42\x88\x80\x35\x1e\x18\xef\x02\x07\x1a\x14\x28\xdf\xb5\x69\xfe\xaa\x03\x02\xcc\xaa\xcf\xa1\x41\x97\xc3\x1d\x64\x27\xa4\xab\xbd\x53\x70\x5c\xea\x47\x3a\xe6\xe6\xea\xee\xd9\xda\x6f\xd8\x26\x13\x9e\x93\xea\xfb\xa5\x08\xff\xf6\x59\x5e\xf9\xd0\x2a\x56\xb4\x74\x62\x1e\xaf\x3a\x80\x8f\x84\xc1\x25\xf9\x7e\xb8\xc4\x23\x02\x7a\x17\x70\xde\xbd\x78\x05\x63\x27\xf2\xc8\x9b\x46\xef\x1d\xeb\xc1\xca\x61\x29\xb4\x0b\xfc\x55\x10\x41\x60\x8a\x43\x2f\x75\xd2\xf0\xec\xab\xcb\xad\xf4\x37\xa9\xef\x32\x4c\x1f\x14\x29\xc7\x89\x71\xf7\xe3\x93\x37\x1f\x3f\x9f\xbe\x3d\xfe\xfe\xcd\xe9\xab\xfa\xf5\xae\xb4\xd4\x93\x98\x9e\xa3\xd0\x67\x29\xa7\x7a\x07\xbd\xaa\x68\x7c\x10\xad\x35\xf3\xcb\x95\xde\xbf\x5f\x1b\xc0\x25\x72\x35\xf9\x5a\x92\xaa\x0f\x16\x90\x32\x34\x9b\x08\xc2\x57\x9e\xef\x1b\x60\xb9\xf4\xd7\x58\x84\x20\xb8\x4c\xc0\xf7\x0d\x14\x5e\xc0\x20\xe6\x17\x91\x5c\x52\x82\xf4\x20\xf7\x30\xc8\x5b\x68\x21\xeb\xe2\x4f\xf7\xa9\xb7\x41\xc2\x1a\x49\x17\x66\x94\xa2\x83\x88\x3d\x39\x51\x82\x39\xfd\x3c\x3e\x79\x83\x09\x2c\x5e\x89\x57\xf4\x99\x3e\xe6\x53\xbf\xe5\xda\x3d\x58\x86\xbe\xe7\x78\x35\xb6\xe1\xbd\xfc\x42\xb3\x9d\xe0\xdf\xbc\x9b\xcd\x20\x5f\x5f\x97\x6f\x07\x51\xc3\x5f\xbb\x30\x40\x1e\x31\x54\x15\xec\x0f\x95\xe5\x52\xbb\x44\x16\x6a\x5d\x67\x9f\x8a\xa9\x5b\xda\xfe\x52\x57\x00\xa9\x08\xf0\xb1\xb7\x67\x9b\x2c\x0b\x10\xff\x75\x84\x3f\x18\x83\x73\x1f\xba\x69\x01\x24\x6b\xd1\xf1\xe2\xf7\x91\x17\x23\x2f\x60\x1e\x06\xfe\x2b\xb3\xb8\x24\xd1\x6d\x52\xa7\x52\x5a\x1b\xe1\xdc\x49\x71\xd2\x03\xfb\x6c\xff\xb9\x4a\x0a\xe5\x5a\x38\xc9\x72\xf2\xa5\xf8\x08\x2e\xdb\x55\xba\xa9\x37\xff\xec\xec\x1a\x4e\x8b\x81\x63\xb4\x9c\x96\x86\x71\x2a\x53\xa1\xe3\xc0\xfa\x7f\xde\xea\x32\x59\x39\x67\x18\x27\xf4\x71\x15\xe6\xa1\xc9\x18\xd7\x25\x98\x3c\x97\x96\x51\xc8\xaf\x09\x3b\x09\x32\xd5\xca\xea\xc8\xd3\xcf\x85\xa4\x4f\x11\x48\x5c\x0f\xf8\xe1\x4c\xdc\x76\xae\x0f\x60\x36\x77\x1c\x41\x42\x76\xe2\x15\xfb\xc7\x15\x08\x10\x26\x3a\xb4\xaa\x0a\xa5\x30\x6f\x39\x85\x79\xd9\x38\x77\xb4\xdc\xe4\xd1\x02\x7d\x30\xbd\xd7\x5c\xec\x49\x6a\xc8\xd0\x03\x90\x34\xca\x9c\x00\x86\x94\xc1\x8b\xc9\xb0\x83\x60\xa7\x0a\xfe\x26\xc2\x10\xef\xb8\xa2\x5f\x44\x8f\xa7\x51\x69\x75\xd8\xe6\x35\xcf\x3d\xa0\x53\xea\xcb\x27\x22\x73\x14\x6c\xf3\xbb\x44\x71\xfc\xce\x11\xc7\x9d\xfa\x46\x8b\xdd\xbb\x45\xf3\x4e\x3c\x2e\xb5\xac\x0e\x15\xb8\xc1\x7e\xf3\xe8\xac\x74\xf9\x63\x61\x65\x20\x5e\x1b\x22\xbf\x53\xbc\x77\x46\x72\x99\x79\x42\x78\x69\x82\x90\xf8\x80\x02\xb7\xa6\x39\x42\x36\x22\xb4\x34\x44\x40\xd7\xbb\xf3\xf0\xd6\x93\x2f\x57\xa7\xbf\x1c\xfc\x96\x83\x4b\x98\x86\x22\xe4\x51\xc2\x4c\x3b\x2f\xa8\x3d\x97\x44\x1f\xd4\x0c\x41\x57\x83\x10\xcd\xb7\xf0\x2a\xa1\x5c\x1a\x24\xf8\x3a\x41\xe5\xa9\xae\x4f\x5d\x0f\xd5\xec\x9b\x1c\xdf\x76\xb8\x43\x15\x88\x45\x53\xc4\x21\x53\x45\xd2\x25\xd3\xaa\x86\x32\x64\xa7\x80\x03\x87\x0a\xb5\x38\xa8\x04\x1e\x48\xa8\x44\x06\x73\xa8\xc2\x74\x1b\xa2\x0d\x71\x71\x32\x17\x65\x28\x65\x35\xce\x47\x17\x3a\xe0\x70\x18\xf4\x5e\xe6\xe1\x0b\x09\x19\x5f\xd0\xaa\x72\x45\xb5\x34\xae\x7f\x0b\xae\x2e\xa1\xf6\x94\x15\x92\x6d\x74\x47\xf1\xff\x94\x4b\x59\x5b\x48\x25\xf7\xce\x14\x26\x80\x5d\xc5\xae\x56\xc3\x4c\xd2\xf5\x4a\xd7\x76\xda\x74\xf1\xd1\x06\x70\x1e\x64\xf2\x2f\x30\x7b\x13\x9c\x84\x59\xb4\xbb\x48\x19\xd1\x99\xfa\x51\xb4\xd2\x25\x8b\x28\xc0\x16\x82\xcf\x12\xfe\xcb\x01\x2d\x1a\xf1\x56\xcc\x17\x5b\xb2\xd6\x7b\x51\x1f\xe5\x97\x2f\xab\x67\xd3\x8f\x8e\x3e\xf1\xab\x52\x80\x74\x16\x0c\xb8\x98\x03\xab\x45\x95\x4d\x85\x64\x69\x91\x80\xcb\xa2\x28\xb2\xd1\x64\x66\x4e\x29\x94\x83\x4a\x61\xda\x4a\x29\x14\x72\x18\x6e\xab\x10\x8a\x34\xbe\x82\x90\xec\xfc\x59\x94\x57\x10\x11\x4a\xf5\x5e\x4e\x58\xf0\x70\xa2\x47\x66\x50\x22\x7d\xb7\x02\xce\x20\xbe\x91\x04\x06\xbf\xa8\xac\x92\xca\xa4\x6c\xdb\x65\x44\x9a\x83\x2d\x76\x27\xfc\x1c\x4d\x04\x20\xe9\xfe\x50\x53\x45\x48\xaf\xfa\x60\x81\xe2\x99\xfd\xbc\x49\xcd\x88\xed\xd4\x4e\x11\x77\xbf\x55\xe6\xe1\x6d\x84\x3b\xe4\xf8\xe7\xf7\x55\xb1\x6c\xd0\x49\x4d\xe6\xee\x26\x7d\xef\x0a\xb4\x68\x6f\xc0\x57\x04\xb4\xd1\xcd\xb6\xdd\x87\x02\x2d\xcc\x44\xff\x50\x4b\xb4\xd0\x93\x95\x17\x9d\xa8\xd6\x7c\x4e\xc5\xa7\xcb\x58\x85\xbc\x5d\x77\xf0\x82\xb7\x50\xbb\xa5\xa3\x22\xcf\x5b\xe2\x0a\x69\xca\x5a\x50\xd8\xb9\x0d\x15\xaa\x59\xf2\xf7\x6d\x28\x39\xc8\x3a\x28\xe9\x2c\x85\x68\x2a\x5c\xae\x0a\x52\x4f\x2e\x27\xac\x79\xe0\x2a\x6e\x62\xf7\x15\x79\xee\xc1\x0e\x76\x56\xaf\x59\xea\x73\x0b\x05\x9b\x8b\x6a\x15\xc9\x0e\xdb\x2a\x55\x8a\xa4\x81\xd6\x2d\xda\x7c\x6b\x67\xad\x55\x89\x66\x53\x13\x62\x59\xb5\x38\x73\x89\x1c\xf7\xac\x38\x00\xd5\x09\x17\x0b\x10\xb8\xf1\x4e\x90\x98\x62\xb7\x12\x7b\x1a\x64\x0d\x78\xb9\x2b\x51\xf8\xb0\x69\x69\xe6\xba\xeb\x54\x50\x93\x39\x99\xcb\x4e\x0c\x9d\x55\x04\xfb\xf2\xec\x6e\x2d\x18\xb5\xbb\x13\xbe\xdd\x2c\xa4\x07\x50\xa8\x2b\x81\x80\x4d\x72\x8f\x48\x6a\x60\x5f\x34\x29\xa8\x50\xdc\xaa\x5c\x57\xcb\xb4\x24\xd9\xe4\xd6\xd0\x6c\xc7\xf3\x99\xee\x87\xdd\xee\xef\xe0\xdd\x6c\x3f\x7c\x37\xdf\x4a\x5d\x63\x12\x5a\xc0\x11\xdb\xb3\x76\xb9\xea\xa6\xb9\xbd\x6c\x86\x93\x8a\x09\xa5\x04\x34\x3c\xab\x62\x9e\x1b\x72\x0b\xd5\x70\xaf\x31\x8a\xc2\xb0\xa2\x6d\x2a\x63\xa0\x7b\x96\x0f\x54\x5b\x05\x4c\xa1\xd2\x04\x39\x1c\xc1\x50\x56\x62\x0f\xa5\x1f\x9b\xc3\x11\x0c\xeb\xe6\xea\xe7\x4d\xbe\x02\x98\xc2\x0b\xcd\xe8\xf1\x8f\x2d\xc0\x14\x5e\xdc\xde\xe8\x9f\xeb\x46\xff\xbc\xd5\xe8\x9f\x6f\x67\xf4\xe5\x50\x10\xc2\x9e\x7d\x90\x63\xf3\x55\xa0\x9f\x53\x36\xdf\xfd\xad\xc2\x5d\x88\x6f\xa4\xa6\x8b\xef\xb8\xf9\x13\x43\x80\xa6\x85\xdb\xfa\xcb\x28\xfc\xb2\x66\xf1\x32\x7b\x75\x43\x96\x6e\xd3\x3e\xdc\x32\xf1\x2f\xbf\xb4\x0a\x27\xc8\xba\xb0\xfa\x84\x78\x1f\xea\xd4\x2c\x85\x84\x17\x54\x9b\x2e\x4f\x6f\x7a\xa0\x15\xa7\xb7\x03\xf7\x61\xe4\xe1\x29\x34\x83\xe6\x78\x10\x30\x1c\x8f\xd6\x51\x01\xfd\xb1\x0d\xc4\x8f\x5b\x31\x8f\xf2\x53\x5a\x19\xef\xb8\xee\xc7\xba\x2f\x38\x72\x2b\x58\xc9\x1d\x59\x4e\xb7\x6e\x3b\xad\x64\x3d\xcd\x92\x3c\x0a\xb5\xb4\x05\xdb\x1b\xb1\xbe\x71\x05\xa9\x03\xeb\xa9\x62\x3f\xe5\x6c\xaf\x96\x45\xab\xd4\x46\x52\xd9\xaa\xb5\x65\x1b\x6a\x15\x2b\xea\x9d\xed\x64\x67\x56\x54\xd1\xe3\x16\x6c\xa8\x95\x2b\xbe\xf3\x41\x54\x1a\x75\x32\xe2\xba\xc6\xd4\x5b\x3e\x7a\xad\x4c\xaa\xed\x8c\xaa\xa5\xe6\xc2\x17\x15\xcd\xaa\x49\x09\xb7\x2d\x65\xf4\x0b\x4b\x46\xfe\xbe\x94\x6c\x5b\x4b\xbb\x6a\xfd\xa5\x2a\xb0\xac\xce\x20\x42\x5e\x30\xc3\xac\x2b\x42\xd0\xed\x78\xf9\x6a\x58\x55\xbb\x3b\xea\xdb\x37\xc2\xd6\xb6\xaf\x56\x31\xb1\xde\x12\xfa\x93\x8a\xec\x2a\x9b\x5f\x13\xa0\xd5\x22\xd3\x6b\x04\xff\x83\x55\xe8\xf3\x75\x6b\x33\x2c\x33\x72\x75\x8c\xaf\xaf\xda\x56\xdb\x1b\x68\x05\x20\xdf\x9d\xda\x68\x3f\xba\xcb\xf0\xc7\xbf\x7c\xfc\xbb\xde\x46\x4b\x0a\x0a\xe3\xd5\x0a\xf1\x4e\xb3\x5a\x7d\xb6\xf9\x56\x89\x2e\xcb\xb7\xd1\x72\xa3\xcd\x41\x62\xa9\x35\x6d\xf3\xf5\xab\xb4\xb2\x2f\x5b\x3e\x88\xf6\xc3\xbf\x5b\x53\x7e\xae\xae\x9f\xd1\x12\x8d\x4d\x74\x9e\x7c\x7b\x32\xd1\x94\xa5\x08\xb8\x03\xfb\x40\x0d\xd5\x90\xb2\xab\xf6\x28\xc8\xf2\x12\xcb\x2b\xa7\xf4\x95\x7c\xc0\x7f\x5d\x8d\xff\x67\xac\xbf\x24\xcf\x7e\xd2\x2c\x45\xae\x7c\x5e\x6c\x32\xf9\xb9\x4e\x15\x3b\xc8\x16\x5d\x6e\xa9\x8b\x57\xdf\x6e\xbe\x42\xf5\x95\x71\xb0\x5c\x32\x10\x0d\xde\xa9\x12\xe3\xa8\x2c\x7f\xa5\xf8\xc6\x86\x33\x70\xbd\x98\x19\x19\xab\x17\xf8\xd6\x9f\x9c\xdd\xcc\xd0\x05\x8d\xc4\x83\x3d\xd8\x3d\xc8\x4f\xed\xaf\x24\xa8\x4b\xba\x70\x37\xb5\xe8\xd3\xea\xc7\xad\x55\xa3\x37\xf2\x30\x2e\xaa\xd4\xa3\x67\x48\x97\x1c\xdd\x72\x0e\x62\xe3\x1c\xc2\xc0\x70\xa1\x24\xee\x83\xc0\xa5\xd8\x5c\xc1\x0c\x46\x06\xfc\xe2\xc5\x28\x36\x48\x2e\x3b\x34\x1c\x80\x80\x1f\xce\x0a\xc1\x3d\x2a\x4a\x1c\x95\x14\x97\x06\x47\x65\xff\xab\x3c\x2a\x64\xaa\x9d\x1d\x14\x42\xde\x8b\x8e\xc9\x3f\xc2\x95\x74\x06\x52\x7a\x1e\x92\xce\xd0\x6d\x1d\x84\x7b\xbf\x41\x77\x70\x97\x8f\x03\x83\x1e\x8b\x2b\x10\x1b\x11\x44\xab\x28\x80\xae\x71\x35\xf7\xfc\x18\x19\x58\x5c\xa1\x56\x07\x2f\x26\x20\x7c\xb6\x11\xc1\x69\x04\xe3\x39\xd9\xc2\x68\x6d\x80\x19\xf0\x82\x2e\x6e\x72\x61\xa3\xba\xdc\xf4\xa0\x21\x33\x22\xe2\x59\x65\x36\x24\x9f\xa4\x76\x8e\x2d\xa5\xa7\x2d\xa4\x42\x66\xcf\x4a\x6e\x52\x64\xb6\x69\x69\x7a\xe4\x73\x16\x87\x9f\xa9\x05\xaf\xe6\x47\x7e\x4c\x1b\x02\x0a\x34\xdb\x16\x5f\xa7\xd8\xd7\xd9\x21\xf0\x1a\xf8\x3d\x53\x64\x16\xaa\xe2\x3b\xff\x17\x3f\x39\x56\xf9\x40\x73\xef\x55\x0d\x8d\x7a\x8b\xb6\x6a\xb3\xdc\xad\x29\x9a\x69\x16\x84\xe9\x33\x79\x1d\xe7\x05\x74\xc9\xbe\x0e\xc8\x9c\x63\x69\xe9\x99\x64\xa9\x09\x65\x22\x1f\x6b\x20\xdd\x1f\x55\x7d\xe5\x4e\x6c\xf3\xbb\x2b\x0f\xcd\x5f\x07\xd3\x50\xd2\x4e\x18\x01\xaf\x8c\x60\xd0\x7c\x77\x02\x70\xd9\x66\x6b\x72\x4b\x34\xa5\x9a\x29\x90\x7c\xfc\x28\x17\xa2\xd8\x29\xaf\xbb\xb9\x97\x48\xb2\x82\xe9\x6f\x52\xc9\x4d\x49\x01\xf0\x95\x5e\xac\xa2\x0b\x55\x72\xac\x1a\xaf\xd7\xdb\xd0\xdd\xda\x62\x11\xf8\xc9\xd4\x4a\xbd\xa5\xc8\xfd\xe4\x3f\x85\x6b\x94\x6e\xd8\x6c\x75\xba\x3c\xce\x35\x0d\xda\x92\x26\xa6\x43\xc4\x51\xcf\xc1\x31\xb3\xb3\xb0\xd0\x13\x69\x01\x92\x27\x0d\x55\xfd\x14\xad\x58\xae\xfb\x0c\x05\x86\x4f\x90\x07\xee\x88\x99\x32\xcc\x13\x65\x50\xc5\x85\x4e\x12\x87\x72\x2d\x39\x74\x5f\xe7\xaa\xe8\x72\xcb\x1a\xb9\xe4\x53\xfd\x23\x70\xde\xc7\x94\x2c\xbf\x8e\xa3\x5c\xe0\x75\x4f\x89\x1c\x1c\x26\x9b\x45\x03\x54\x68\xac\x2a\x31\x6d\xf2\x50\x3e\xfb\xcc\xfc\x91\x02\x3c\x9f\xf0\xea\xff\x79\x44\x87\x1b\x10\x07\x72\xb1\xcf\x4c\x80\x21\xc9\xa1\xad\xfe\x9e\x12\xe0\x94\x51\x04\xd3\x07\x95\x04\x3f\xe1\x1d\x5a\xc0\x78\xde\x9f\x01\x04\xaf\xc0\x3a\x3b\x84\x8a\x13\x67\x27\x0c\x56\x9a\x34\x10\x8d\x6b\xcc\x38\xf3\x12\x39\xa4\xd9\x1e\x44\xbc\x49\xed\x39\xfc\xb2\x8c\x51\x04\xc1\xa2\xd2\x1c\x56\xa2\x71\x8d\x39\x64\x5e\x92\xed\x4e\xed\x27\x70\xfa\x65\x19\xc6\xd0\x35\xde\x03\x34\xaf\x34\x09\x48\x5f\x58\x92\xf6\x35\xe6\xa1\x7b\x4f\x37\x95\x8a\xe3\xfe\x04\x66\xb1\xf1\xd4\x20\xa5\x53\x2b\x8c\x5a\x94\xb4\xad\x31\xe2\xf4\x3b\x93\x14\x15\xae\x22\x9e\x85\x2b\xe4\xc3\x2c\x6d\x22\x61\xc8\x87\xf5\x63\x58\x0c\x49\x2a\x4d\x82\x30\x95\xa8\x4a\xb2\x78\x2a\x80\x5a\x25\xcf\xd6\xb0\x8d\x6b\xab\x52\x0c\x55\xdd\xb4\x80\x72\x67\x15\xf1\x02\x11\x8f\x13\x8b\xc3\xa4\xff\xa5\x87\x42\x0b\xb6\x21\x9c\x57\x14\xc5\x2a\xc9\x1d\x10\x2e\x22\xdb\xf4\xe2\x3e\x3b\x71\xcc\xc1\x04\xa2\x08\xac\x49\xd0\xe7\x62\x09\x1c\xc4\xf3\x0b\x18\xca\x6d\x9f\xef\x31\x79\x1e\x06\x84\xe5\x34\xf4\x33\x71\x4a\xdd\x8d\xab\x69\x07\x48\x14\xf6\x4e\x9d\x4e\x87\x3f\x7c\x3c\xfa\x87\xf7\xfd\x6f\x7a\xa7\x13\x02\xb3\x19\x74\x8f\x85\xb7\x89\xe5\x32\x08\xff\x53\x37\xa5\x9e\x65\xb8\xca\x84\xa5\x7d\x92\xbf\x9d\x53\xdd\xad\x6a\x29\x12\x04\xce\x57\x3e\x88\xd4\x50\x3e\x86\xc8\xc7\xf6\x8c\x4e\xb5\x2f\x31\xa6\x1c\xb9\xe2\xb0\xd6\x68\x9b\x45\xf3\x6d\x45\xbb\xe6\xda\x02\x9a\xcb\x3b\xf1\x09\xcc\x0a\xc4\x74\xdd\x1b\x42\xfe\x6c\x6e\x34\xab\x34\xcf\x28\xbc\xaa\x2f\xd4\x1f\xa5\x44\xa5\x3d\x16\x82\xda\x58\x4a\x17\x6b\x50\xbd\xd4\x2c\xfe\xee\x6e\xfa\xbb\xca\x59\xcf\x42\xb6\x0e\xa5\x20\xe3\x94\xd6\xb1\xa7\xfc\x94\x87\xa9\x82\x5f\x7c\x1f\x46\x48\x7e\x8b\xfd\xdd\x0c\xb6\xf3\xff\xfd\x7f\xcc\x6c\xdc\xf8\xd0\x36\x7b\xec\x35\x6e\x6c\xaa\xa1\x16\x14\x1f\xb2\x2a\x0b\x9c\x5e\x20\xda\x78\xa4\x3e\x16\xd3\x2e\x1b\x44\x25\xd5\xa7\x11\x07\xdd\xb3\x87\x8d\x8d\xfd\x66\x4e\x80\x1f\x1d\x4e\x52\x52\x26\x08\x09\x78\x33\x45\x3c\x37\x04\xe1\xca\x41\x5b\xce\x9d\x46\xf5\x6a\x18\x21\x61\x48\x7d\x20\x41\x54\x12\x3e\x0f\x48\x70\x07\xe1\xf6\x49\xb1\xf5\x2b\x0f\x53\x8d\x56\xdc\x36\xe1\x92\x9d\xf1\x5d\x45\xd6\xbd\x63\xd6\xfb\xd7\xfd\xc8\x77\xc2\xbf\x7c\xdf\x79\x19\xf6\x34\x67\x4d\xc5\xee\x2b\x7c\xeb\x3d\x13\xcf\xa8\xb6\x81\x7f\xa0\x4b\xd3\x45\xb0\x68\xd1\x41\xfe\x34\x87\xc6\x34\xf4\xfd\xf0\x8a\xd4\x57\xf2\x62\x64\xc4\xf3\xf0\x2a\x36\xbc\xc0\xf5\x2e\x3d\x77\x05\x7c\xe3\xc7\x4f\x9f\xde\x1b\x64\xab\x0c\xb6\x6f\x06\x9a\x47\xe1\x6a\x36\x37\x4e\x83\xcb\x70\x6d\x4c\xc3\xc8\xe0\xf6\xda\x24\x02\xd3\xf7\x2e\xa0\xf1\x3e\x0a\x17\x10\xcd\xe1\x2a\x1e\x18\x24\x42\x6d\x11\xe2\x6b\x73\x1e\xae\x10\xf5\x0d\x79\x81\x11\xae\x22\xc3\x95\x83\xff\x06\x22\xfa\xa5\xa0\x7c\x37\x1b\x4a\x1f\x0f\x2c\x07\x31\x24\x11\x8f\x68\xb8\x46\x95\x15\x9f\xb0\x2c\x00\x95\xbc\x55\x88\xd2\xc8\x07\x07\xed\xa0\x50\x65\x15\x07\x4f\xed\x58\xe6\x62\x02\x97\x22\x71\xb7\x7c\x1e\xb8\x6f\x4c\xcd\xf7\x60\x5a\xc7\x77\xbc\x73\xb3\x20\xd9\xa6\x30\x80\x95\x84\x8d\xec\xd0\xa8\x83\x88\x9c\x39\x51\x52\x55\xfe\xf1\x7f\xe8\xfc\xc8\x19\x8b\x29\x42\xf2\x6c\x45\x1f\xf5\x49\x68\x26\x0c\x12\x78\x57\xbb\xaa\xef\x57\x39\xeb\x45\x6c\x6d\xa0\x6e\x55\xcd\xcc\xac\xa6\x30\x8d\x54\x96\x28\x2b\xc6\xe4\x84\x81\x43\x38\x10\x57\x2c\x1b\x95\x60\x2a\xe6\x0c\x9d\xb1\x1b\xc5\xb0\x77\xc7\xec\xe6\x4f\x7f\xfe\xf3\x7c\xf7\xe3\xde\xbb\xee\x6b\xdb\x2b\x90\x81\xbb\x95\x40\x13\x85\xca\xb7\x5f\x9c\x95\x5d\x84\x18\xb8\xdf\x30\x2b\x7b\x57\x93\x95\x4d\xb6\xa8\x38\x1b\xbb\xd2\xc4\xc4\xbc\x86\x1a\x48\xfd\x61\x69\x42\x70\xd1\x74\x4b\x72\xee\x8a\x13\x82\xeb\x0d\x7e\x4f\x33\xf8\xbd\x56\x83\xaf\x8b\xee\x58\x71\xf0\xda\x6c\xe6\x03\x8d\x5b\xe7\x99\x7e\xc8\xcf\x93\xc7\xa9\x4c\xe6\x6c\x65\x84\x82\xe9\x3d\x6b\x92\xc7\x7c\x24\x43\x57\x1e\xb2\x9a\xf6\xcc\xd7\xa0\xb3\x75\xb4\xab\x64\x5f\x22\x16\x76\x07\xd7\xd7\x61\x39\xfb\xb4\xe4\x45\xa9\x69\x9f\xbc\xf6\xb5\xa0\x00\xaa\x72\x56\x47\xf9\xa6\xf2\x42\x6d\x03\x93\xcf\xdc\x76\x99\x79\x65\xa7\x2b\x67\x9d\x6a\x4c\xfe\x15\x6d\xe4\x8f\x25\xe2\x0b\x4b\xc4\x73\x79\x86\x97\x89\x57\x2a\xdf\x6e\x95\xac\x3c\x88\x12\xf1\x8d\x5d\x31\x99\xa0\xbf\x52\x9b\x4d\x4b\x44\xa6\x4c\x0d\xf8\x36\xd9\x3d\x42\x66\xea\x3e\xab\x47\x23\x3e\x77\x26\x93\x0b\xe7\xe1\x1d\xcb\xe3\xd3\x7f\x46\x47\xaf\xde\x1d\x5f\x74\x6e\xfe\x91\x2f\xb7\xdc\x82\xbd\x36\xd3\xd5\x95\xcb\xcb\x10\xff\xc4\x9b\x97\x95\x97\xe2\x30\x4b\xbb\xcc\x03\xdc\x8d\x05\xc9\x90\x5d\x38\xb3\x7e\x86\x13\x24\xdc\xbc\x4d\xdd\xf7\x4e\x69\xf6\xd6\x28\x76\x15\x7a\xad\x58\x4e\xf0\x56\x6f\x3d\xce\xb9\x7a\xfe\x50\x6e\x69\xc2\xcc\x19\x95\xdc\xfb\x55\xcf\x29\x71\x2c\x17\x9f\x53\x7a\x36\x69\xc3\x56\x27\x91\xc9\x28\x7c\x94\xb9\xf2\x49\x4a\x94\x4c\x7f\xfc\xf1\xc8\xe6\x0b\x18\x7c\x6d\xef\xeb\xf1\xd5\xf1\xe9\x7c\x6e\xcc\x7d\x25\xc2\x37\xd2\x91\xc9\x4a\xac\x52\x57\xac\x71\x25\xc5\x4c\xdd\xad\x6b\x64\x6f\xf7\xe2\xcb\x3a\x78\xd1\x25\x5c\x61\x13\xff\x89\x6a\xda\x1a\xd6\x37\x6d\xbd\x82\x31\xf2\x02\x62\x70\x6d\x54\x1a\xa4\xa9\x8d\x4b\x1a\x6a\x81\x49\x2b\x7f\x42\xe5\xa5\x41\xf8\x10\x5f\xe8\x2d\x2b\x7b\xbb\xc9\xf3\x94\x69\x25\x8b\x11\x57\xb0\x02\x75\x41\xfc\xf8\x17\x12\xd3\xca\x73\xad\xf7\x25\x09\x0f\xac\x68\x6b\xd9\x7e\xa1\x83\x2d\x5a\x4e\xf8\xc5\xee\x8b\xab\x5e\xdd\x7c\x22\x1f\x1f\x8f\xe1\x91\xdd\x8e\x49\xe5\xa0\xb4\xc4\x63\x15\xb2\xdd\x9d\x59\x25\xb3\x8a\x0f\xd2\xb6\x92\x3d\x0b\x7a\x27\xa6\x52\x7b\x59\x63\x70\x21\x73\x3c\xa2\xff\x79\xf6\x68\x7e\xd9\xa2\xf9\x45\xce\x5b\x0e\x42\x43\x8e\x3b\xde\x1e\x59\x7a\x10\x96\x97\x46\xb1\x39\x07\x95\x51\xaf\xcb\x7d\x92\x79\x86\x16\x8d\x5d\x25\xb1\xbd\x90\x9b\x25\x8a\x9a\x73\x3f\xe6\x6d\x81\x5b\x17\x88\x7d\x6d\x05\x49\x96\x53\x74\xa7\xa2\xe3\x70\x11\xfe\xf2\xe3\xf3\xa3\xb5\x5e\x74\x64\xa2\xb8\x02\xa6\x52\x58\x8f\xae\x0c\x61\x45\x01\xa6\x3e\xb4\xf7\xb0\xb4\x31\xf5\xa2\x18\xd1\xc9\x56\xf6\xe4\xa4\xc3\xc6\x87\xa9\xf8\xd2\x6c\x02\x5b\x26\x3e\xe5\xbe\xc2\xb5\x98\xb5\xc1\x5a\x14\x3c\xe5\x17\x13\x05\xae\x65\xd8\x04\xae\x45\x07\xe7\x3a\xbc\x35\xb8\x16\x0d\xac\x79\xdd\x1e\x8e\xbe\x42\xc0\x96\xe1\xc3\x00\x6c\x79\x96\x0a\x02\x48\x8d\x7d\x6b\x88\x2d\xcf\x7f\xdf\x28\x0f\x0f\x12\xb1\xa5\xde\x59\xf9\xff\xd8\x7b\xf7\xbe\xb6\x8d\x6d\x01\xf4\x7f\x7f\x0a\xa3\x9b\xe3\x6a\xca\x58\xd8\x24\xe9\xc3\x89\xc2\x26\x40\x1b\x4e\x13\xc8\x05\xba\x4f\xf7\x76\x7d\xc9\x60\x2d\x83\x1a\x79\xe4\x3d\x1a\x27\xa1\x46\xdf\xfd\xfe\xe6\x25\x8d\x1e\x7e\x00\x26\x49\xcf\x69\xfe\x08\xb2\x34\xef\x59\xb3\x66\xbd\xd7\xfa\x42\xb6\x7c\x4d\xb0\xf2\x77\xc8\x96\xaf\x7c\x83\xfe\x0e\xd9\xb2\x9e\x90\x2d\x3f\xfc\x05\x43\xb6\xac\x30\xbc\xbb\xe7\xab\xb5\x3a\xe0\xf1\x24\x8e\xe2\xcb\xeb\xf6\x18\x38\x0b\x87\xc9\xdd\xd2\xd6\x3e\x1d\x64\xf1\x8e\x1e\x6f\xcf\x15\x32\xd4\xf2\x78\x58\x26\xaf\xbd\xab\xeb\xd1\xbd\x82\xd6\x98\x93\xb2\x24\x60\x8d\x29\xb6\x34\x5c\xcc\xd3\x75\x06\xab\xb9\xcf\xb9\x79\x50\xef\xb4\xe6\x6d\x63\xbf\x2c\xe2\x90\xe6\xb5\xbe\x9e\x00\x30\xc5\x9e\xe7\x99\x1e\xd5\xb5\xbd\x42\x30\x98\x72\xe3\x0b\x03\xc3\xac\x6f\xdb\x6e\x11\x14\xa6\x9e\x34\xfe\xb1\x96\x6d\x5d\x18\x97\xe0\x6e\xce\x78\x2b\xc5\x7e\x78\x5a\xd5\xc8\x54\x53\xdd\x64\xb6\xad\xda\xf8\xf2\x80\x92\x8b\x48\x63\x66\x3d\x93\xc3\x44\x7c\x38\x66\xa1\x8c\xf0\x6f\x71\xa5\xe5\x78\x12\xda\xcc\xb5\x56\xe6\x56\x56\x8a\xcc\x5d\xa4\x90\x5e\x32\x48\x92\xfa\x75\xaa\x68\x4d\x3a\x2b\xfa\xe3\x6b\x54\xec\xcc\x45\x28\x32\x16\x8c\x67\x50\x76\x6d\x66\xac\xe5\xc5\xeb\x03\x38\xd4\x12\xc4\x73\x66\xcf\x81\x8d\xa5\xae\x8c\x5e\xce\x8d\x60\xb1\xe2\x9c\x5f\x87\xf4\x3d\x04\x39\x4a\x5c\x32\xf5\x32\x66\x5d\x32\xf5\x0a\x22\xbe\xf7\xd4\xe7\x6c\xfc\x6d\xa7\x5d\x13\xf3\xa2\x7e\xc2\xf3\xe3\x5d\xd4\xcf\xb8\x2e\xd4\x45\xcd\x94\x57\x1c\xe6\xa1\x16\x3c\x2e\x1d\x66\x98\x15\x5c\x6d\x98\x95\xf2\xb6\x4e\xf4\x16\xc8\x6a\x8d\x90\x78\x28\x23\xdd\x68\xa2\x67\xc9\x64\xb3\x92\xab\xce\xb6\x5c\x61\x39\x20\xae\x84\xf2\x32\x74\x77\xc7\x39\x9f\xc4\x53\xb1\x74\xcb\x26\xcc\x74\xb1\xd5\x66\x5b\x2a\xbd\x7c\xaa\xdf\x2d\xda\xe3\xbb\xe2\x52\x69\xd9\xb6\x04\x8f\x2a\x93\xb9\x95\x70\xa8\x55\xb4\x30\xa1\xc5\xd1\x4c\x96\x89\xfe\xd6\x4b\x19\xdc\x39\xbe\x56\x96\x99\xd0\xca\x80\xb4\xa2\x38\xbc\x14\x27\xcb\x99\x4b\x1b\x3f\xae\xed\xa3\x6e\x5b\xf7\x09\x27\x43\xa0\x5c\x8a\xfd\x33\xf2\x2a\x3f\x0d\x2a\xd8\x5a\x6d\xd5\x23\x2b\x00\xd7\x5c\x9a\x73\x50\x88\x42\x33\x37\x69\xc2\xd2\x64\x0b\xf3\xc8\xde\xe3\x09\xd0\xe6\x3e\x49\xae\x2e\x62\xc2\x82\xc5\xc4\xed\xe7\x05\x90\x3b\x47\xf3\x72\x96\x46\xe2\xd9\xee\xdc\x25\x12\x8f\x53\x88\xc6\xa0\x33\x80\xea\x1f\xdd\xd5\xe2\xf0\x2c\x8c\x0c\xf0\x59\xb4\x94\x4b\x9d\x2a\x97\x05\x18\x58\x21\x4a\x8f\x56\x28\x4a\x7d\xe4\x94\x45\x2a\xf5\x03\x0d\x80\xb5\x8d\x4e\xad\x18\x74\x27\x8b\xc9\xa3\x62\xf4\x48\x65\xa6\x72\xfe\xcf\x74\x94\xf2\xbf\x09\x8b\x3f\x59\x4a\x4f\x29\xf9\xac\x86\xea\x19\x5e\x91\x90\xce\x4b\x41\x91\x69\x52\x97\x05\xf4\xb9\x8f\x06\x54\x22\xe1\x35\xe8\x3c\xb7\x42\x8b\xa2\xf9\xa2\xda\xcf\x09\x3f\xd8\x1e\xfd\x70\xf8\xe7\x17\x37\x9c\xfb\xfe\xf6\x86\x73\x59\xe2\xd1\xa7\x77\xce\xd4\xdb\x7d\xba\x06\x7b\xb9\xdc\x9d\x61\x79\x8a\xde\x95\x66\x56\xc8\xa8\x5a\xb6\x8f\x2b\x67\x51\xbd\x65\x9a\xd8\xdb\xa6\x50\x9d\x37\xeb\x15\x46\xff\xb8\x6e\xf4\x8f\xef\x35\xfa\x15\xcd\x1b\x6f\x3b\xfa\x5a\xeb\x45\x3b\x32\xd0\x3d\xac\x17\x7f\xb8\xcd\x04\xef\x64\xbd\xf8\x83\x6d\xbd\xf8\xfd\x6d\xac\x13\xed\x29\xd6\xe6\x75\xbd\x93\x75\xa2\xb3\x5e\xdb\x44\xa7\x2e\xb5\xe4\x62\xc3\xc4\xbf\x33\xa1\x3e\x44\x3a\xd2\x15\xcd\x18\xef\x96\x97\xd4\x79\x68\x33\xc6\x0a\xe0\x14\xac\x18\x6d\xaa\xc1\x9a\x79\x5d\x34\x49\x07\xff\xed\x4a\xfa\x99\x6c\x19\x0b\x61\x5d\x72\x51\xcd\xc3\x61\xaf\xbf\x8d\x18\x07\xb7\xf2\x54\xb9\x45\x8e\xb9\xa2\x2b\x69\xb2\xae\x4c\x71\x6b\x77\x26\x2d\xd2\xe7\x6b\xa2\xf6\x2d\x99\xde\x17\x25\xf7\xcf\xbe\x0b\x92\x5f\x5e\x7d\x7f\x54\x4f\xee\xc7\x55\x62\x7e\x31\xbb\x7d\x0b\x6e\xbb\xc4\x63\x17\xaf\xdc\xf9\x1c\xf6\x3c\x36\x75\x45\xf8\x7c\x98\xe8\xae\xa5\x4d\x5d\x33\x8c\x6c\x41\x20\x40\xfe\xcb\x02\xca\xde\x3f\xaf\x7f\xfe\xf9\xed\x7f\xff\xbc\x9a\xb3\x71\x7e\xcb\x66\xd3\xd8\x1a\xc5\x6c\x9c\x03\x8d\x31\x5e\xd6\x5e\x02\xda\x8c\x93\x4c\x79\x3c\x0a\xa3\x48\xd3\x67\xd3\x8b\x71\xc8\x73\xd8\x92\xd4\x44\xb7\x8e\xb8\xca\x64\x74\x45\x6f\x29\x23\x9e\x7b\x5c\xa0\xfb\x97\x49\xcf\x3d\x15\xa4\x76\x91\xec\x74\x3e\x80\x65\x13\x93\xf3\x52\xd3\xca\xb2\xb7\x1b\x64\xc5\x19\xa1\x89\x8c\xbb\xd8\xe6\xf1\x7a\x60\x4e\x02\xc9\xba\x01\x4f\x47\xeb\xfd\xb2\x90\xd7\xfd\xed\xa7\xce\x6f\x9d\xfd\x8f\xf5\x28\x8a\x4c\x42\x8d\xeb\x6b\xe5\x12\x1f\x59\xa8\x04\xb6\x85\x8b\x49\x52\x7a\x75\x40\x5b\xb5\x80\xb6\xac\x68\x2d\xc5\xad\xb3\xf5\x68\xa6\x76\x3a\xdd\x7a\x34\x0b\x86\xa9\xbd\x6a\xa3\x98\xb5\x4d\xc2\xfb\x47\xb3\x24\x9a\x5e\xa6\x4e\x2d\xd3\x59\x82\x95\x68\x7a\x69\x00\xf6\x7b\xc3\xc8\x61\x13\xfc\xe8\xf6\xe1\x80\x57\x20\xd7\x6e\x6d\x99\x6b\xe8\x49\x51\xaf\x94\xc8\xfe\x16\xa9\x14\x57\x90\x55\xae\xd9\x06\x2a\xa7\x11\xb7\xbb\xb7\x96\xbe\x6c\x67\xb2\x0a\xc1\xcc\xef\x4a\x20\xba\xb5\x1f\xe6\x8a\x8c\xfc\x22\x19\x85\xb2\x4a\x5c\x83\x38\x29\x0b\x40\x6d\x5b\xc9\x7f\x67\xbd\xbc\x47\x9c\xae\x1f\x3e\xa3\x40\xa6\x60\xa3\xf1\xbd\x25\xfc\xab\x95\xc8\x14\xa4\x83\x45\x91\x4c\x2e\x04\x5b\x69\x8e\x2b\xca\x08\x8b\x42\x19\xd1\x87\x99\xae\xce\x19\x4b\xe6\x44\x12\x58\x16\x0e\xf5\xd6\xc2\xd4\xb2\x77\x97\x33\x64\x40\x38\x34\x6b\x14\xc0\xb7\x76\x3a\xfd\x01\x3b\xe2\x6e\x20\x51\x2e\x4c\x50\x5a\x2b\xa9\xfa\xd3\xe6\x86\xed\x3b\x26\x8d\x5f\xac\xb7\x5b\x78\x89\xab\x29\x3a\x05\x85\x5a\x47\xb9\xe8\xb4\xb3\x6f\xd9\x72\xed\xe5\x6f\xaa\x8e\xb0\x77\x73\xfc\xaf\x2e\xbd\x51\x28\x3f\x59\x93\xbf\x6f\x1d\x95\xf5\xf5\x45\x35\xb3\xc5\x3f\x2b\xcb\xac\xca\x76\xab\xf2\x62\x36\x97\xb9\x99\x57\x48\xdf\x8b\x19\x18\xe1\x55\x4c\x03\x88\x80\x17\x50\x9d\xcc\x72\xbf\xe5\x98\xdb\xd4\x3c\x7e\x2f\x1e\xf3\x45\xcb\x23\xac\x66\xef\x1c\x45\x6c\xde\x5a\x7d\xf8\x19\xd4\x9d\x6b\x12\xe2\x15\xa6\xaa\x9c\x0c\x0a\xd2\xbb\xc7\x05\x27\xe4\x27\x77\xd5\xa3\x2a\x61\xd6\x77\xeb\x92\xe1\x2d\x86\xfe\x7a\x47\x64\x13\x67\xea\x1f\x36\x7c\xa8\x31\x15\x7c\x91\xf5\x54\x9f\x0a\xcc\xa2\x4b\xde\x65\xd6\xc5\x99\x7f\x2f\x66\x3e\x4d\x78\x3c\x3e\x01\x25\xa4\x38\x8a\xb9\xb1\x32\xc8\xd7\x60\xae\xfd\x67\x4d\x6b\x62\x3a\xf7\x6d\xe4\x8c\x5c\x44\x79\x75\x5b\xde\xb9\x0c\xb1\x4a\x6e\x74\x71\x67\xd5\x93\x5d\x6f\x48\x7d\x0b\x41\x58\x15\x9c\xee\x2b\x1b\x2d\x40\xd2\x7a\x24\xa4\x2b\xa3\x80\xbb\xca\x49\xf3\x0e\x96\x4b\x4b\xcd\xbf\x92\xd4\xd4\xec\x63\x49\x00\xb3\xfa\x3d\x85\x9d\x51\x3c\xa5\x41\xd3\x29\x88\x66\x64\xe8\x6c\xdb\x5b\xa6\x2c\x09\xb5\x86\x3e\x3f\x07\xea\x2d\x80\xe1\x96\x90\xb3\x72\x92\x89\x72\xc1\xef\xd6\x29\x97\x7d\x5a\xc3\xe8\x2c\x34\xbb\xd9\xc6\x8f\xf1\x13\x5b\x95\x73\x6b\x6a\xe4\x56\xe2\xb1\x79\xb2\xda\xdc\x70\x63\x48\xa8\x11\xdb\x4a\x01\x6e\x91\x87\xcd\x62\x6b\x6b\xff\x9b\xb6\x44\x2b\x86\xb9\xcd\xe4\x1f\x53\x16\xde\x55\xdc\x9b\x33\x41\xeb\x15\xef\x16\x65\x1e\x6b\x11\xa4\xb0\xcc\x8a\xf1\x8b\xca\x4f\xe8\xcf\x8f\x8f\x7e\xfc\xf7\xf6\xe1\xca\x92\xbb\x65\xbe\xc4\x75\xb1\xf2\x6e\xc5\x98\x94\xef\x6f\xe9\x5e\xfb\x01\xd8\x75\x5b\x5b\xf4\xe8\x3e\xd5\x2f\xd3\xab\xbc\xf9\x88\x32\x2b\xad\xeb\xff\xb1\xed\x49\xb5\x4c\x4d\xa1\x1a\xba\x3b\xc0\xe8\xbd\x5d\x0b\x9c\x24\xb9\x91\xf9\x17\x05\x94\x93\x4f\xfb\x07\x9d\x57\x67\xd1\x1a\x4d\x7f\x56\x80\xa6\xaa\x53\xd6\x9d\xd9\xdc\xee\x77\xb7\xb7\x19\x7a\x6a\x5b\xd1\xdc\x31\x8e\xfc\x8a\x26\x34\x8b\xc4\x1d\xb9\x2e\xf9\xde\xd2\x9d\x27\xf7\x34\xb7\x59\x43\x34\xb1\xb5\x48\x77\x9e\x3c\x94\xb9\xcd\xba\x83\x85\xdd\xdd\xdc\xe6\x61\xc2\xa8\x3f\xa8\xb9\x8d\x71\xe4\xf8\x0a\x05\x0d\xf7\x32\x8e\x59\x98\x2f\xcb\x4a\x34\x94\x25\x85\x19\x93\xeb\x26\x83\x21\x84\x1f\xa0\xc9\x19\x19\x8d\xc2\x61\x73\xc4\xe2\x71\x4d\xfe\x18\x93\x63\x46\x92\xc7\xda\x1d\xc4\x6b\xbe\x06\xc2\xa8\x9d\x45\xc6\x64\x69\x11\xdd\xe8\x52\x26\xab\x4c\x25\x78\xe9\x9c\x0c\xdd\x4f\x57\x4b\x1f\x53\xeb\x9e\xb2\x0e\xa3\xf3\x84\xc3\xa4\x7d\x21\x18\x29\x98\x34\x2f\xa7\x61\x50\x10\xa9\xcd\x49\x2c\xd6\x7c\x28\xfb\xa4\xbf\x64\x74\x35\xa3\x39\x2a\x88\x32\x72\x75\xa9\xe5\xa9\xa8\x83\xa7\x55\x4c\x8f\x6e\xd7\xf7\x7a\xec\x4b\xfe\x36\x5c\x5a\xd9\x70\x29\x52\xae\x85\x96\x0f\xe0\xff\xf1\xe8\xf7\x5f\x91\xf9\xd2\x72\x5b\x25\x95\x43\x2a\x3b\x8f\xeb\x30\x5d\xb2\x69\xbf\x75\x32\xb5\x99\x04\x6f\x1d\x4c\x0a\x57\x8e\x6b\x5f\x94\x41\xf9\x79\xf8\xcb\xeb\xd1\x93\x7f\x5f\xcc\x4d\x35\xbc\xae\x7c\xc2\x55\x43\x42\x4b\x77\x66\x5c\xf8\xac\x38\xb4\xb7\x39\x96\x5a\x0d\x3d\x28\x9b\x18\xab\x8b\xea\xb3\x85\xbc\xaf\xf8\xa8\x99\x40\xfd\x3a\xeb\xec\x7d\x52\x07\xae\x19\x81\x3f\x18\xfa\x5e\x05\x79\x7f\x75\x01\xf1\xe7\xc9\xf7\x56\x47\x72\x1a\xed\x54\xed\x2f\xc7\x44\x10\x6f\x82\xc9\x8f\x08\xe7\x40\xef\x8f\x82\xe4\x82\xad\x05\xfd\xe4\x31\x08\xbe\x6c\xce\x8d\x3f\x2e\xc3\xef\xf6\x3f\xbd\xfd\x7a\x84\x69\x96\xf8\xa3\x6c\xa5\x54\x09\x2f\xd1\x29\xba\xf8\x2f\x8c\x34\x61\xd7\xd9\x8f\x3f\xd2\x45\xb5\xee\x8e\xaa\xd6\x86\x26\x56\x40\x12\x77\x0b\x2c\xe3\xd4\xa6\x8b\x28\x20\x81\xa3\xb8\x19\xc0\x04\x68\x00\x74\x18\x42\x52\xae\x7c\x4b\x83\x82\x07\x45\x7a\xcb\x51\x5e\x35\x60\x30\x84\xfc\x0a\x58\x33\xc8\x81\x40\x70\x7f\x79\x14\x61\xdc\xfc\x78\x15\x0e\xaf\x9a\x63\x20\x34\x51\x94\x26\x8d\x73\xee\x57\xe0\x4e\xc3\xda\x42\xd0\xe4\x71\x53\xb3\xa1\xcd\x8f\x21\xbf\x6a\x86\xdc\x6b\xee\x06\x41\xde\x9c\x8c\xca\x67\xe9\xa9\x78\xdc\x04\x9a\x4c\x19\x14\xd4\x4b\xcd\x30\x69\x66\x31\x19\x55\x4b\xfc\x0a\x9a\x0c\x12\xde\x8c\x47\xcd\xeb\x78\xca\xb2\xa2\x63\x48\xae\xbc\xcf\xb5\x2b\xf7\xb4\x74\xd1\xc1\x9c\xe4\xa1\x0f\xe2\x61\xd2\x16\xec\xc2\xdc\xcd\x5a\x22\x0e\x90\x62\xb3\xb5\xa4\x93\x1d\xc6\xe3\x49\x04\x1c\x4a\xa9\x64\xe1\x13\x11\xef\x73\xe1\xc1\x62\x29\xc1\x1c\xe9\x82\x9e\xd9\xbe\x9d\x5d\xb6\x19\xd3\x62\x9c\xea\xda\x5b\xf6\x6e\xfb\xb8\xbe\x70\x8d\x76\x6e\x96\x9f\xa4\x4c\x02\x82\x97\xd7\xbb\x7b\xaf\x57\xce\x0a\x50\x21\xd9\xea\xe2\x9e\x49\x71\xc0\x38\xe4\x10\xb4\x8d\xfe\x6b\x9e\xd6\x7f\x45\x47\xb0\x72\x37\xf3\x0d\xb3\x33\xdb\xe5\x7f\xe4\x77\xb0\xf3\x0f\x5d\xed\x95\x4e\x6b\x1c\x26\x27\x30\x8e\x39\xec\xef\x89\x5f\x57\x24\x79\xa3\xbe\xbf\x65\xf1\x87\x50\x05\x4a\xfe\x47\x4c\x73\xb3\xab\xcc\x82\xfb\x89\xe4\x70\xf3\xd0\x09\x4f\xa4\xf4\xa0\x18\xff\x18\x97\xe4\x85\xc6\xd2\xef\xbb\xfa\x90\x0d\x4f\x57\x0b\xd9\x50\xec\xf7\x69\x4d\xbf\x83\x6a\x94\x8f\x1f\xac\xca\xaf\xe3\x21\x89\x0a\x91\x40\x9e\x48\xf1\xb4\x2d\x92\xd6\x86\x76\x59\x0c\x97\x85\x46\xe5\xf7\xcb\xad\x6f\xed\x8e\x24\xea\x8a\x8a\x59\x43\xe2\x65\x0a\xd8\x39\xbe\xfa\xca\x2f\xbf\x76\x03\xa5\x2a\xb7\x9d\xb1\xc4\x8a\x11\xce\xd2\xf7\xdf\x87\x48\xd4\x23\x5f\x0b\xa1\xf8\xd5\x64\xa0\xb9\x38\xfa\xfe\xc9\xcf\xbf\x51\xf8\xbc\xda\xb4\x1f\xd6\x48\x4e\x7e\x5f\xa2\x27\xd7\xe8\x81\xbf\x06\xeb\xda\x8a\x7a\xe9\xf1\x6d\xb5\x69\x2b\x4d\xe9\xc9\xa0\xc6\xf5\xbe\x3b\x58\xd9\xf5\x7e\x0d\x7a\xc3\x7a\x6d\xda\xfc\xd1\x2f\xd7\xa6\x65\xe1\xe6\x3a\x73\xd4\x69\x5d\xab\x40\x49\x9f\x76\xbb\x29\x2e\x51\xe0\xd4\x2b\xd4\x7e\x2c\x64\xdf\xf9\x5b\xa1\xf6\x97\x53\xa8\x2d\xe7\x33\x7e\xcd\xa9\x7d\x06\xb6\xa6\x8c\xf0\xf9\x9a\xb5\xbb\xeb\xcf\xd6\xa4\x37\xab\x44\xd9\x5b\x87\xce\x2c\xb0\xc9\xde\x3a\x75\xd9\x5c\x42\xf7\x2f\xa2\x32\x7b\x10\xa5\xd9\xdc\x63\xb4\xa6\x5c\x44\xb7\x1d\xcb\x7a\x93\x01\xaf\x53\x95\xb6\x76\x1b\xd7\x07\x54\xa7\xad\x6e\xdb\x5a\x90\xcb\xd6\x24\x34\xfa\x0a\x95\x69\x4b\x42\x08\xdf\xd9\x42\xf5\xe1\x12\x4a\x7f\x6e\xb5\x5a\x31\xaf\xd1\xd7\xac\x5b\x5b\x96\xf1\xa8\xb1\x88\x69\x31\x29\x4d\xbe\x28\x7f\xf2\xcb\x6f\xdf\xff\xf7\xeb\x5f\xb6\xce\x56\x93\x64\x97\xc4\x1d\xab\x1d\x9a\x65\x19\x5c\x56\x4d\xbb\xbc\x2c\x0a\x9d\xc9\x8d\x71\xab\x84\xa8\xb2\xd2\x5d\x58\xce\x2b\x20\xc1\x97\xde\xbc\x9f\xde\xfe\xf1\x3e\xe2\x7b\xff\xb3\x7a\xea\x6f\x15\x1e\x2f\xa3\x48\xb1\x91\x5a\xe9\xf7\xb7\x3b\xcf\xe3\x38\x80\xe8\x16\x6b\x2d\x96\xec\x2e\x4b\xad\x13\x3b\x7c\xe9\xd5\x8e\x1f\xff\x70\xf0\xd3\x88\x9c\xae\xb4\xda\x8b\x16\x6e\xf5\x15\xd3\x33\xbf\xcb\xa2\xd1\x98\x4b\x07\x8d\x2f\xbd\x6a\xa3\x83\xd3\x9f\x7f\x64\x93\xe0\x33\xae\x9a\x99\xfa\x9d\x96\x4d\x5f\x3b\x5f\x76\xd1\x9e\x5e\xfe\x78\xdd\x3d\xfb\x57\xe7\x2f\x1f\x8f\xe5\x33\x45\x61\x51\xbb\x76\x97\xfd\x4e\x80\xf3\x90\x7e\x79\xa3\x96\x0b\xf2\xe6\x29\x1f\x51\x5a\xbf\xe3\x54\xbb\xf9\x55\x50\x7a\xd1\x11\xfa\xd4\x4c\xa6\xba\x3d\xf7\x4d\xfb\xf2\x20\x8a\x55\x67\x71\xa6\x0e\x33\x9d\x79\xf6\xa2\xeb\x08\x20\x71\x07\x2f\x5c\xdd\xaa\xde\x93\x02\xa3\xad\x1c\x6a\x47\xf1\xed\x98\x9e\x9c\xd1\x13\x1c\xf7\xab\x7c\x19\xef\x6e\x28\x53\x55\x55\x4b\x3d\x45\xf3\x94\xc7\x8c\x5c\xde\xc9\xc3\xbd\x6e\xac\x2f\x0d\x83\x77\xbf\x91\x2e\x52\x43\x43\x02\x4d\x73\x48\x25\xa3\x17\x8e\xc7\x10\x84\x84\x43\x74\xdd\x4c\xc8\x07\xa5\x4b\x8e\xe4\xec\x12\x35\x3b\xa9\x3a\x9e\x00\x4b\xc2\x84\x8b\xcf\xda\xee\xfa\x82\xc5\x1f\x13\x60\xcd\x69\x42\x2e\x61\x1d\x8a\xe0\x65\x5e\x76\xf6\x14\x65\xd8\xa3\x55\x4c\x36\x2a\x86\x66\x5a\x1e\xf5\xeb\xe1\xf9\xfe\xe1\xe9\xee\xcb\xd7\x07\xe7\x27\x07\xbb\xaf\xcf\x0e\xdf\x1c\xd4\x46\x79\xbf\x8d\xa2\x51\x0e\x2c\x84\x28\x48\x54\xa0\x86\x9a\x2d\xa8\x07\xa6\x97\xe2\x44\x09\x1e\xf8\xff\x9d\x02\x0b\x61\xa1\x66\xb6\xbc\xbf\xbf\x00\x4c\x4c\x5a\xbd\xa6\x38\x2c\xcd\xe9\xa4\xcd\xe3\x76\x40\x38\x48\x0d\x7e\x3c\xe5\x26\x71\x97\x62\xb3\xa1\x39\x11\x3b\xd6\xdc\xa5\xd7\x4d\x25\xdc\x4e\x9a\x63\x12\x80\xd8\x78\xc3\x8f\xe1\x26\x8d\x03\xa8\x58\x0d\x7c\x8c\xa7\x51\xd0\xbc\x00\xd1\xa0\x92\x31\x37\x43\xda\x64\x40\xa2\x26\x0f\xc7\xe0\x2d\x19\x78\x51\x5b\x72\x3d\x01\x5b\xca\xbb\x48\x13\xaf\x82\xff\xcf\x97\x5d\xd4\xc9\x92\x1f\x63\x67\x18\x85\x40\x79\xff\x42\x2f\xef\x40\x8b\x29\x95\x2c\x19\x02\xa7\x2a\xc8\x15\x28\x4c\x56\x72\x34\x9e\x93\xb9\x0d\x06\x79\x15\x2b\xf2\xc5\x53\xec\xc4\xd4\x68\x07\x6a\xa4\xc4\xb9\xde\xc3\x0a\x96\xb1\x52\x96\xf8\xe2\xa4\x92\x09\xa1\x05\x1e\x63\xd5\x31\x1f\x53\x07\x3b\xc7\xa3\x91\x3d\x82\x5b\x25\x9f\x9a\x23\x1f\xbd\x45\x48\xfb\xdb\x5e\x32\xab\x7c\x9e\x4f\x01\xe9\xd4\x4d\x2a\x00\xba\x11\x87\x14\xe2\x98\x6b\x43\xe3\xf8\x36\xd4\x90\x41\x97\xb7\xa0\x87\x18\xa1\x89\x40\x51\xc9\x96\x8e\xaf\x9e\x53\x43\xd8\x01\x41\xb8\xb4\xa5\x84\x59\xb2\x7c\xed\x11\x23\x97\x12\xa3\x54\x2b\x16\x68\x27\xcc\xd7\x45\x3d\x51\x9f\x9b\xd7\xd6\x6c\xe8\xd2\xd9\x5c\xc4\x71\x04\x84\x16\xe7\xf3\x8f\x7c\x42\x5b\x09\xb0\x90\x44\xe1\x9f\xc0\xb6\xda\x13\x16\x7e\x50\x96\x09\xf7\x9d\xc3\xdc\x0a\x99\x45\xdc\x0c\xe8\x74\x0c\x8c\x5c\x44\xa2\x0a\xbe\x04\xde\xcb\xfa\x44\x33\x95\xda\xb0\xc9\xbd\x97\x6a\xfc\x67\x66\x46\x69\x8a\x96\xce\x39\x50\x92\xdd\xbf\xe6\x84\xf7\x09\x87\x5b\xcd\xd6\xc0\x62\xfb\xce\x80\x5b\x6a\xe1\x2b\x83\x60\x33\xba\xfb\xcc\xec\x6b\x9b\x13\x9d\x8a\xe1\xff\x65\x61\xf4\x48\x0e\xff\x56\x50\x9a\x70\x56\x92\x60\xfd\xa5\x66\x7c\x2a\x87\xbf\x7c\xc6\x53\x1e\x46\xc9\x16\x19\x46\x49\xdb\x04\xe0\x7d\x08\xb6\xda\x6e\x26\x02\xde\xe4\x3e\x61\x97\x52\x7b\x9a\x78\x4a\xb3\xf3\xa2\xdb\x6a\x29\x40\xdd\xf0\xf3\x8f\xfd\xee\x60\xc7\xfe\xd1\x7b\xcb\xe2\x71\x98\x40\x43\x4f\x34\x6b\x97\xa2\x99\x98\x14\x6f\x32\x5f\x0f\xf3\x3d\x5c\x27\x2e\x45\xfd\xce\x00\x13\x9f\xf6\xd9\xa0\x21\x3a\x8e\x70\xa2\xeb\xce\xc2\x64\x77\xca\xaf\x62\x16\xfe\x09\x41\x8f\xc2\xc7\x26\x77\x0b\xd3\x8d\xf2\x51\x73\x34\x03\x97\xa3\x54\xac\x61\x98\xe8\xd4\x59\x75\x75\x92\xfa\x3a\x7d\x36\xe8\x11\x6f\x48\xf8\xf0\xca\x2a\x4f\xd1\x2c\x1c\xb9\xd4\x93\x12\xed\xa4\xd5\x32\x4f\xfd\xce\x00\xcd\x92\x8f\xa1\x28\x6d\xbd\xf3\xd4\x06\xa1\xd9\x90\x24\xe0\x3c\xed\x74\x9c\x5e\x38\x72\x37\xc0\xa5\x08\xe9\xe5\x48\xdc\x8d\x2e\xc2\x91\xfc\x9f\x7b\x0c\xc4\x42\xb8\x14\x35\x12\x77\xa3\xa3\xdf\x37\x2e\x18\x90\xf7\x0d\xd9\xc6\x93\xce\x63\xa7\x37\xf7\x5b\x57\x7e\xeb\x16\xbf\xe9\x0d\xed\x09\x16\xed\x63\xa1\x3f\x9a\xaa\x41\xf4\x07\x69\xdd\x47\x84\x3c\x7e\x05\xb4\xb8\x5c\xf9\xb0\xd5\x10\x3a\x08\x43\x8a\x50\x9a\xa6\x0b\xa1\x35\x19\xc2\x43\x89\x49\x8b\xe7\x57\x81\x14\xf5\xc1\x93\x7a\x2a\xd7\xd9\x72\x90\x01\x3d\x6a\x00\x97\xef\x50\x2f\x89\xc2\x21\xb8\x1d\xdc\xe6\xc8\x53\xb1\x54\x5c\xc7\x41\xde\x1f\x71\x48\x65\xa5\x9e\xe3\x2c\x9e\x12\x8f\x2f\x8a\xb8\xe6\x82\x24\xf0\xdd\x93\xf6\x1f\xc9\x5a\xaf\x82\xf2\x39\xa4\x77\x3d\x87\xce\x94\x8f\xda\x3f\x38\x0d\x73\xe8\xb2\x6b\xc5\xe3\xf1\xcb\x6b\x0e\xbb\xe2\x66\x76\x21\x5f\x2d\xf8\xd8\x3c\x83\x4f\x7c\x1f\x86\x71\x00\xcc\xa5\xc8\x0b\xe4\xa3\xcb\xd0\xc2\x95\xb9\xe0\x31\xf9\x4b\xaf\x8c\x99\xf9\x01\xcd\x66\x0e\xf2\xd1\x5a\x9d\x7c\xf5\x46\x2c\x1e\xe7\xeb\xb7\x64\x6d\x86\x24\x1a\x4e\x05\x07\xd1\x9e\xc4\x2a\x2c\x71\x1d\xcd\x71\x41\x92\x70\xd8\x0e\x58\x3c\x09\xe2\x8f\x74\x7e\xd5\xaf\xe8\xf6\xd2\xe5\x97\xdc\x5a\x43\x12\x45\xa2\xa5\xb6\x32\x99\x79\xe8\x7b\x4b\x8d\xce\x31\xaf\x9c\x0d\x5f\xf4\x1b\x8f\x9a\xb0\x53\x9d\x03\xa4\x3d\x58\xbc\x77\xd2\xc0\xb8\x3d\x0a\xe9\x25\xb0\x09\x0b\x95\xb1\xf3\xc3\xa3\xb4\x39\xb0\xbd\x5d\x0b\xdb\xdb\x36\x6c\x6f\x0f\x7a\xff\x7d\x7a\x7c\xe4\x29\xca\x28\x1c\x5d\x57\x2e\x61\x86\x09\x8e\xd4\xa5\x36\x8d\x22\xdf\x8f\x6e\x6e\x22\xdd\xc1\xf3\x2e\x52\xb7\x82\x38\x0e\x32\xb5\xbf\xeb\xfc\x2a\xef\x51\xe9\x58\xa2\xc2\x9a\x5a\x8b\x81\x9b\xe3\x30\x49\x42\x7a\xd9\x1c\xc5\x0c\xc2\x4b\xfa\x0b\x5c\x37\x95\x69\x13\xaa\xf4\x9b\x18\x4c\x1d\xfa\xc4\x60\x6a\xec\x20\x6f\x4c\x26\xc5\xfb\x26\x1b\x99\x92\xec\x5f\x02\x77\x13\x0c\xe8\xe6\xa6\xf8\xfb\xde\x63\x96\x51\xb3\xb2\x71\x16\x1b\x17\x40\x11\x17\x06\xc0\xd1\xcd\x4d\x76\x44\x4c\xa5\xa4\xcf\x07\x7e\x8c\xd5\xa6\xf8\xbe\x9f\xf4\x61\xd0\x6a\xb9\xe2\x8f\x1f\x21\xfb\x3d\x53\xef\xd9\xc0\xa7\x6e\x3f\xc6\xd1\xc0\xdc\x40\x21\x42\x08\x27\x4b\x2e\xd3\x20\xcc\x92\xa1\x3c\x38\xec\x81\x0f\xde\x5e\x1c\xb3\x00\x73\x9f\xab\xa7\x86\x82\xc7\x4e\x63\x14\x33\x57\x3c\x27\x7e\xe7\x59\xf2\x1c\xbc\x7f\xc2\x50\x6f\xc3\xb3\x64\x73\x13\xcd\x04\xf7\xc2\x7c\xf9\xbe\x9f\x0c\xda\x5c\x3f\x34\xe8\xa6\xcf\xbe\x65\xa9\xa8\x4a\xfc\x37\x84\x5f\x79\xc9\x7f\x98\x20\x7a\x36\xc1\x7b\x05\xe1\xe5\x15\xdf\xe4\xfa\x41\xa3\xe4\xc8\x27\x9b\xe0\xed\x06\x7f\x4c\x13\x2e\x20\x7b\x93\x5b\x3f\x1a\xd1\x8b\x4e\xab\xe5\x12\x3f\xca\xb6\x4f\x36\xca\xe2\x29\x0d\xdc\x2e\x3c\xfd\x96\xa0\xad\x6e\xa7\xb3\x78\x4d\xe3\xf1\xd6\x30\x0a\x87\xef\xdb\xd2\x31\xa1\x4d\xe8\xf0\xea\xa1\x0c\x47\xd6\x76\x6f\xf1\xca\xb1\xd2\xd8\x82\xdd\xf9\x26\xe4\xcc\x5c\x83\xc4\xe7\x9e\x36\x55\xa5\x71\x20\x25\x61\x1e\x8f\x5f\xc7\x1f\x81\xed\x91\x04\x5c\xd4\xd0\xf4\x2e\xd1\xe4\xad\x12\xb3\xf6\xe4\xb3\x12\xcd\xaa\x67\xa2\xff\x5e\x4c\x39\x8f\xa9\xd3\x53\x63\x4e\xcd\xce\x82\xcb\xb0\xe9\x09\x79\xff\x99\x02\xbb\x3e\x95\xa6\xca\xe2\xec\x12\x07\x35\xa2\x56\x8b\xba\x11\x4a\x53\x3d\xb0\xe2\x02\xf6\x9d\x71\x3c\x4d\x40\xdc\x93\x0e\x56\xcf\xd3\x89\x23\xa5\xbc\xc3\xf7\xce\xa0\x8a\x50\x2c\xea\xe6\x8d\x28\x7d\xf0\x01\x28\x77\x01\xcf\x2e\xa6\x17\x17\x11\x24\xe2\x92\x1b\x8a\xe3\x15\x99\x2b\xef\x43\x08\x1f\x7b\x1f\x43\x1a\xc4\x1f\xe5\xed\xe6\x8d\x62\x76\x40\x0a\x7c\x81\x38\x29\x5e\x10\x26\x13\xc1\x2f\xa8\x16\x39\x92\x64\xf1\x52\x98\x8b\x13\x48\x1e\x28\xe5\x44\xf1\x28\x73\x76\x9d\x5f\xd7\xba\x5f\x17\x50\xaa\x78\x1c\x6a\x56\x66\x09\xee\x11\x63\x56\xf7\x60\x14\x26\x1c\xa8\xb4\x73\x7d\xd0\xc1\x2b\x90\x86\x2a\x48\x77\x6a\x41\xba\x63\x83\x74\x67\xd0\xeb\x0f\x6c\x82\x56\xce\xb8\x31\x8c\x48\x92\x34\xb9\xba\x82\xd8\x54\xc2\xda\xfd\xbb\xe1\x57\x61\xe2\x65\xab\xe2\x43\x4a\x82\xc0\x05\x4c\x31\x53\x6d\x93\x46\x38\x72\x73\x62\xc4\xcf\x88\x11\x44\x7c\x68\x40\x94\x40\x33\x1c\xb9\x90\xa5\x5b\x8a\x47\x4d\x2e\x3e\x79\x0c\xc6\xf1\x07\xf0\x2e\x42\x1a\x08\x0a\x54\x94\xd4\x2c\xb9\x43\x82\x40\x82\xdb\x6b\xdd\xad\x83\x23\xdf\x51\xe5\x8b\xef\x1b\xd9\xf5\x03\x7d\x2e\xae\x1f\xee\x3b\x82\xf8\x8c\x7c\x27\x1e\x8d\xc4\x31\x93\x98\x9c\x36\x1c\x2d\x46\xc9\x86\x97\x88\xbb\xca\x9f\xf5\xe9\xa0\xc7\x52\xd4\x30\xd7\xb6\xcd\xb3\x27\xe5\x8b\x3b\x83\x26\x8b\xdd\x17\xcb\x60\x48\xad\x3e\x1f\xc8\x17\xb8\x86\x0c\xeb\x47\xfa\x1b\x4b\x53\x97\xe2\xa4\x4f\x07\xe2\x28\x35\x88\xef\x22\xff\x45\x28\x7b\x02\xff\x05\xb8\x08\xa5\x06\x9e\x0b\x2b\xef\x4d\xa6\x89\x40\x4b\x58\x94\xd7\x64\x06\xf8\xa5\x32\xa3\x90\x06\x87\x34\x80\x4f\xb5\xd8\x01\x7c\xdf\x27\xa2\xd3\xfa\x0e\x04\xc1\x32\x04\x17\x70\x17\xf5\x3b\x03\x17\xa5\xa9\x5a\x72\x17\xcd\xeb\xce\x1a\xf4\xe2\x36\x3b\xb8\xf4\x5e\x41\xa1\xe0\xb2\x97\x1e\x4c\xdb\x63\x69\x2b\x53\xfa\xcc\x3f\x9d\xe6\x59\x9c\x0a\x81\x21\x32\x5a\x0b\xb4\x74\x62\x96\x2a\x11\x24\x66\x98\x94\xb0\xc9\xe2\xb2\xb3\x14\x47\x05\x08\x01\x24\xc9\x05\xe6\x77\x9e\xb1\xe7\x86\xc2\x7c\xc6\x36\x37\x11\xf5\xa3\x3e\x1b\x60\xae\x52\xc1\x1c\x8f\x5c\x8a\x5e\xf8\x9d\x9b\x1b\x97\xf4\xe9\xc0\x07\xb1\xfb\x66\xc5\x48\x2a\xfb\x16\xc7\x48\xb7\x7d\x09\xfc\xf8\x23\x35\x88\xe5\x54\x19\x73\x28\xca\x23\xeb\xbf\xb6\xcc\x1d\x06\xa4\x9b\x9b\xb0\x98\xc7\xe2\x68\x78\xc6\x26\xf6\x30\x39\xc8\x58\x24\x4f\x70\x38\xe2\xd0\x23\x41\x92\x64\x33\x48\xb3\x19\xac\x91\x6e\x48\xee\x7a\xcb\x53\x37\x3f\xc6\xf6\x91\x15\x8d\x86\x77\x6d\x74\xa6\xef\xe7\xd9\x70\xca\x18\x50\x2e\xd1\x4f\x2f\x4e\xfd\x10\x4f\x7d\xee\x86\xb8\xef\xd8\x5f\x9c\x01\x6a\x80\x47\x26\x93\xe8\xda\x15\x10\x8f\xfb\x60\x0e\xeb\x4c\x5d\x30\xaa\x81\x30\xf5\x01\xc7\xbe\x80\x50\xe3\xe2\x99\xd5\xcf\xc4\x3a\x76\x33\xb1\x3c\x40\x03\xa4\x65\x77\x89\x16\x62\x71\xff\x85\x80\x59\x6e\x63\x57\xc9\x20\x18\x41\x1c\xd7\x74\x6d\x1d\x86\x0e\x77\xc2\x5e\x84\x5c\x8e\x01\x35\xa8\x27\x5e\xde\xdc\xb8\xd4\x9f\x89\xa7\x9e\x33\x86\x24\x21\x97\xe0\xe0\x80\x70\xd2\xa3\x19\x8e\x4c\x2c\x96\x81\x7a\xe2\xe3\xcd\xcd\x2c\xc5\xce\x18\xb8\xa0\x6b\x04\x5e\x05\x6f\x38\x65\x49\xcc\x7c\xe6\x26\xfa\x11\x9b\x77\x62\xeb\x87\x64\x78\x05\x7b\x31\xe5\x2c\x8e\xfc\xa4\xf0\x13\x83\x8c\x14\xce\x3e\x10\xf1\xc5\x3c\x22\xdc\xee\xfa\xbe\xef\x16\xab\xde\xdc\x38\x0e\xca\xe0\xd9\xa1\x71\x3b\xe1\x31\x03\x47\x00\xa9\x44\x37\xf6\xce\xf8\x14\x29\x1c\x54\xa4\x67\xa8\x99\x56\xec\x13\x79\xab\xc9\x32\x13\x06\x1f\xc2\x78\x9a\xc8\x32\x45\xd4\x56\xf8\xe4\x57\xba\xc1\xb1\x24\x91\x52\x3c\x1d\x18\xde\x68\xc3\xf7\xe3\xda\x11\xc5\x7a\x44\xe5\xdb\xce\x75\xe2\x09\x50\x07\x67\xa0\xd3\xe4\x3e\x18\xaa\xf5\x12\xf8\x9e\xd5\x88\x8b\x1a\x59\x2f\xbc\xd5\xaa\x99\xa1\x1c\x8e\x99\x42\x98\x1f\x74\x83\x48\x48\x92\x84\x97\xd4\xa0\x1e\x05\x8b\x2e\xe4\xe5\xb0\x4d\x4f\xf4\xf4\x19\x06\x9c\xb9\xf1\x6b\x72\xf2\x23\x0b\xb9\x7e\x4e\x53\x84\x67\xa5\x71\xd6\x49\x57\xca\x0b\x92\xe2\x4b\xe0\x6f\xed\xf5\x9d\x57\xab\xb0\x09\xa2\xbb\x30\xc5\xe0\x7d\x20\x51\x18\x10\x0e\x7b\x0a\xf8\x40\x4f\x46\x9e\x87\x97\x64\xf8\x3e\x1e\x8d\x8c\x0a\xca\xc8\x53\xd7\x45\x8e\x3d\x86\xc7\xf8\xbe\xaa\x04\x7c\x67\x69\x48\x02\xfc\x2c\x1c\x43\x3c\xad\xb2\x4e\x86\x48\xb3\x0e\x2d\xd3\xe9\x97\x04\xb5\x90\x79\xab\x6b\x99\xbe\x53\x10\x41\x30\x93\x0c\x71\x2f\x0e\xc0\x91\x37\x54\x3e\x1a\x64\x18\x25\x9f\x78\x3c\x56\x6a\x1e\x17\xe1\x8d\x8e\x62\x9c\x24\x51\x46\xf2\xd3\xf9\x54\x1c\xcb\xc7\xf2\x9d\x9a\x5b\xab\x25\x55\x07\xa2\x29\xc5\x49\x75\x1c\xf1\xb5\x57\x20\x6b\x0b\xbc\x88\x2d\xb3\x47\x33\xee\x32\x24\x2e\x12\xc9\x90\x28\xf1\x08\x4b\xd3\x46\xed\xae\xd3\x4c\x08\xba\x36\xfd\x8f\x32\x68\xf5\x27\x84\x25\x70\x28\x58\x2d\xb9\x3c\x1b\x61\x72\x44\x8e\x2c\x45\x88\x28\xa6\x8e\x26\x7d\xce\x5b\x2d\x97\xfa\x1d\x84\x25\x23\x3f\x26\x9f\x5c\x8a\xbb\x48\x0c\xb9\x04\xb9\x2c\x63\x56\x6b\x88\x38\x7b\x45\xac\xb5\xd2\x40\x54\xa4\x56\x73\xc0\x28\x2c\x1d\x95\x48\xc1\x42\xb5\x37\x37\xdb\xf0\x58\x71\x76\x38\xaa\xe9\xb4\xf6\x4a\xb8\x2d\xe9\x26\x51\xf7\x57\x2f\x59\x9c\xa7\xd7\x63\xd5\x0d\x90\x32\x46\x73\x29\x46\x82\x22\x2c\x9c\x10\xd6\x4f\x06\xad\x56\xe4\x65\x36\x35\xa0\xd4\x75\x06\x34\x32\xd6\x45\x14\xf4\x0a\x61\x51\x5a\x2d\xb7\xfa\xd2\x9f\xa5\x08\x57\x5f\x67\xed\xfb\x79\x57\x18\x64\x7d\xd4\xc8\xc4\x91\x91\xbe\xdf\x39\x8e\x65\x7f\x52\x1b\x10\xca\x29\x98\xa9\x82\x1b\xa3\x8a\x6a\x30\x87\x3b\x95\xd0\xa4\x29\x2a\x63\x6a\x54\x7a\xf2\xf4\xcd\xd7\xa7\xe5\xdc\x59\x69\xcc\x8a\x16\x50\xa4\x82\xe0\xd9\x5d\x01\x47\x59\xfb\xb9\xf2\xed\x96\x00\xa6\xc4\xf0\x9f\x47\xbe\x45\xee\x8b\xee\xa3\xbb\x82\x28\xc7\x35\x34\xf2\xe3\xda\xaa\x8f\xed\xaa\x8f\x07\x3d\x5a\xa5\x90\xe7\x1f\x98\x95\x29\x64\xcd\x1f\x88\xab\x59\x93\x34\x0c\x48\x70\x7d\xca\x09\x07\x7f\x5b\xbd\x51\x7b\xe4\xd7\x68\x2d\x78\x8d\xd6\x42\xd1\x06\x1a\x32\x88\xc7\x20\x89\x23\xc1\x88\xa6\x3d\x5e\xe9\xa0\x63\x17\xd0\xb0\x88\x14\x5d\xbc\xe1\x96\x0a\xbf\xe8\x66\x98\xb9\xdc\x4c\xb7\x8e\x3c\xd4\x88\x4f\xd2\x63\x29\xc2\x6a\x8e\x52\xf6\x91\x9a\xb3\x22\xa8\xb4\x9a\x9a\x82\x17\x9b\xbb\x18\xb5\x9d\xc8\xe9\x3a\xa9\x68\x39\x9f\x44\xa5\x81\x07\x20\xe6\xc2\xa5\xc4\x9c\x1c\x9a\x4d\x8c\xe9\xbb\xbf\x34\x3a\x73\xf3\xcb\xfb\xbc\xb9\xdd\xab\x0c\xbe\xa2\xbb\x2f\x7e\x7f\x6c\x4b\x3e\x32\xb2\x4e\x97\x3e\x99\x52\x0a\xac\x48\xc0\xe5\xa7\xb2\x09\x2e\x57\x32\x29\xb1\xed\xcc\xe5\xf9\x3e\x6b\xd0\x53\x82\x26\x8e\x5c\x8a\x79\x05\x65\xe5\x22\x12\xdd\x4c\x8a\x50\x83\x2f\xd9\xa7\x46\x79\x6c\xbc\x4a\x57\x16\x45\xb3\x92\x28\x51\x8d\x19\x9f\xc3\x99\xfc\xdb\x03\xac\x2f\xd7\x1e\x78\xfa\x49\x70\x11\x45\x82\x45\xaf\x3a\x54\x97\x7c\x5b\x2d\xf9\x63\x4d\x3d\x6d\x74\xf4\x4a\x6e\x74\x6f\x87\x42\x2b\xf9\x5a\xf1\x8a\xb2\xd2\x05\x4d\x2b\xc6\x65\x8b\x25\x1f\x26\x0b\xcb\x15\xc9\x84\xe5\x05\x27\x2c\xfe\x74\xbd\x4a\x41\x8d\x1c\xd8\x6a\xbd\x9b\x3b\x64\x79\x59\x81\x15\x56\x2d\x9b\xcb\xad\x96\x97\xd5\xbe\x08\x99\xde\x7c\x18\x53\xc5\x26\x0d\x8b\xd3\x05\xfa\xa1\xac\x2b\xc7\x52\x50\x85\x23\x9c\xe0\x10\xc7\x78\x8a\x87\x38\x50\xf8\x7d\x6c\x14\x1b\x77\xb8\x02\x63\x3a\x04\xc1\x81\xc6\xfa\xea\xf2\x41\x9a\x07\xe4\xbf\xe4\x9e\xf9\x60\x90\x3c\x18\x7c\xec\x4b\xd4\xf3\xe9\xda\x07\x4f\xbb\x8f\x48\xe0\x3f\x35\xc5\x8c\x33\x40\xf1\xed\xb1\x5e\xd7\xe2\xdb\x3d\xbd\x33\xf6\x5b\x85\x0c\xb0\xdb\xc1\x81\x07\xf4\x03\x72\x2d\x97\x07\xe3\xea\x70\x7e\xf2\xeb\xd1\xd1\xc1\x89\x83\xb4\x42\x07\x86\x4e\x6f\xec\x17\x17\x2d\x3b\xa4\x8a\xf7\xd1\x4b\x04\x9f\x38\xd0\xc0\x9d\x71\x92\xbc\xef\xb9\x1d\x3c\xf4\xc4\x13\xca\xd1\xc6\xb7\x2e\x9a\x8d\x62\xe6\x3e\xdb\x10\xc7\xf3\x19\xba\x0e\x21\x0a\x9a\x50\x40\x38\x80\xb4\xce\x04\x19\x74\x8c\x24\x6f\xe5\x88\xb6\x1c\xe4\x4d\x80\x8d\x62\x36\x76\x51\x6a\x1b\x3d\x5d\x8a\x63\x45\x78\xcc\xc4\x58\x49\x72\x4d\x87\xcd\xf2\x88\xcb\x1c\xcd\xea\x83\x91\x22\x21\x82\x23\x9f\xb9\xc8\xa3\xf0\x89\xbb\x4a\x6a\xf8\x6c\x23\xf2\x82\x98\xc2\x33\x44\x7c\xf2\x91\x84\xbc\x19\xa9\x78\x2e\xc5\xa2\x99\xd0\xcf\x1e\xb0\x1c\xe3\xfc\xc1\x4a\xf5\x5d\xc3\x1e\x1e\xd3\x5d\xd4\x0c\xd0\xf4\xc0\x52\xad\x4e\x9b\xf8\x6e\x07\x27\x06\xd9\x22\x97\x9a\x47\x6c\x68\xa9\x31\x6a\xd4\x43\xc8\x44\xa3\xe4\x91\x68\x22\xcc\x9b\x98\x88\x0a\x75\x80\x36\xd2\x15\x2e\x44\x85\x38\xaf\x30\x12\x15\xea\xe0\xf5\x42\x57\xb8\x12\x15\xa6\x0b\x06\x29\x1a\xa8\x39\x05\x57\xba\xfe\x07\x51\x9f\xe4\xf5\x6d\x50\x7c\x2b\x0e\x11\x56\x6f\xa4\x41\x8e\x7a\x91\xd9\xa7\x88\xa6\xd5\x41\xfb\xa0\x5b\xbb\x16\xad\x45\x79\x6b\xd6\x18\xcc\xd9\xbc\xd6\x45\x2f\xeb\x6e\x2b\x81\x11\xdc\x8e\xd5\x83\x5b\xa5\xf3\x73\x06\xf4\x83\x64\xbc\x04\x94\x37\x32\x24\x70\xa9\x9b\x3f\x16\x23\x61\x79\x3b\x97\xf8\xc2\x5e\x11\x85\x3a\x8e\x1b\x45\x94\x32\xe7\xfe\x9c\x14\xae\x6c\x43\x03\x54\x49\x2a\x7d\xd7\x4b\x7a\x94\xfa\x39\x21\xa5\x29\xca\x8c\x82\x82\x1a\xd6\x85\xba\x08\x67\x77\x7d\x99\xe3\x95\xec\x4e\x0d\x8f\xa4\x2a\xad\xe9\xd6\x17\x94\x63\x8a\xcc\x72\xe6\x58\x77\x8d\x5c\x6e\x3e\xb1\x1a\xa5\xfa\x6a\xac\x84\x9e\x4a\x63\xa1\x0c\xa2\xc0\x22\xdb\xcb\x43\x5c\x90\xb2\x63\x94\xe2\xb0\xc8\x5a\xb9\xa0\x2c\x4d\xe5\xe4\x2b\xa2\x51\x8a\x13\x71\x23\x55\xde\x33\x1c\x8a\x1d\xb0\xc1\xa3\x4e\x27\xa9\x20\xa0\xd5\xca\xd9\x4e\xa3\x87\xac\xed\xa6\xee\x93\xe8\x29\xdf\x1d\x79\x35\xae\x71\x63\x46\xf6\x7a\x16\x0e\x9b\x75\x4b\x49\x22\xb5\x8e\xed\xa6\xf5\x14\x6b\x05\x8a\x31\xcd\x8e\xc2\x1c\x78\xae\x6f\x48\x43\xaf\x06\xde\x52\x3b\x29\xc2\x7c\xb9\x69\xc0\x1c\x0a\xea\x6b\xd6\xb5\x5b\xd8\xba\x6a\xac\x71\x4f\x31\xa2\xe4\x9e\x2d\x45\x4f\xf6\x51\xf3\x8e\x45\x09\x10\x4f\x73\x43\xcd\xf5\xf0\x7e\x7c\x29\xef\x27\xf6\x68\x65\xd6\xef\x71\x85\xa7\xeb\x5a\x54\x42\x73\xbb\x57\x54\x8e\x59\x92\x81\x9a\xe9\x0e\x50\x99\x1f\xe4\xb7\x03\x2f\xcd\x21\x3c\xb0\xc4\xd1\x36\x01\xc8\x11\x9f\x82\x8b\x1a\x19\xcf\x6a\x70\xd1\x1f\xe0\xc4\x07\x1c\xfa\x4e\xac\xa2\xc9\xea\x8d\x37\x76\x0c\x99\xf4\x24\xb2\x9a\xcb\x25\xf7\x51\x16\x64\x1d\x49\x3b\x07\x2a\x5a\xd2\x6e\x4e\x91\x1f\x79\x2a\x96\x5b\x9d\xcc\x6e\x23\x6f\x04\xb0\x13\x26\xfb\x90\x70\x16\x5f\x43\x20\x5a\xaa\x7e\x8c\x80\xab\x4f\xa5\x2f\xaf\x63\x12\x88\x0f\x29\x42\x96\x8d\x20\xef\x87\xd2\x48\xa3\x1f\x0e\xfc\x24\xa3\xaf\x43\x1a\x16\x34\x3d\x25\x8b\x13\xe6\xa2\xb2\xf5\x00\x09\xd4\xed\xee\x9d\x6b\xe0\xc9\x51\x1c\xf8\x2f\xd4\x50\x12\xe0\x0a\xca\x32\x47\x7d\xac\xaf\x1c\xdd\xdc\x79\x32\x9d\x00\x73\x3d\xcf\xcb\x0f\x5d\x8a\xcb\x37\x4b\xaf\x64\x6e\xb4\x64\x20\x92\x0e\xc2\x2b\x2a\xbf\x74\xa5\x8a\x4e\xaf\x34\xa4\x9a\x5b\x68\x59\x8b\x75\x17\x57\xa9\xd5\x02\x82\x5f\xd6\x5e\xf1\x36\x28\xb5\x54\x91\x0e\xd5\xb5\xa0\xee\x89\x52\xcd\x32\x6e\xa9\xab\x28\xca\x94\xeb\x7d\x0c\xa3\x48\x03\x66\x05\x70\xea\xb6\x15\x17\xe4\x89\xa5\x3d\x34\x46\x2e\x12\xb7\x08\xd0\x34\xb8\x73\xa6\x01\xa7\x17\x61\x3d\x98\x1e\xc1\x05\x0c\xd5\x23\x45\x8c\x95\xda\xf6\x7c\xb3\xb4\x3e\x8c\xd7\x52\x29\xc5\xd7\x7c\x17\xce\x53\x8f\x58\x5c\x5e\xd9\x3c\x3d\xa3\xbe\x2a\xca\xeb\x56\xcb\x65\x7e\x8d\x4a\x1b\x61\xa5\x36\x63\x3b\x19\xb7\xe2\x32\x75\x76\xe7\xeb\x1a\xb8\x82\x14\xa5\x3b\x90\x2e\x51\x36\x21\x0a\x02\x49\x53\x75\x5e\xb1\xa1\x63\x4a\x24\x8f\x01\x04\x9c\x29\xdb\x0d\xc4\xb0\x9c\x28\x15\x83\x33\xcd\x64\x48\xa7\xa8\xa6\xb4\x1a\x72\xb9\xa6\x72\x15\xc1\x78\xbb\xeb\x2b\x93\x03\xfd\x25\x1c\xe1\xea\x44\x9f\xe1\xc8\x75\x73\x1d\xd0\xcd\x0d\x78\xef\xe1\x5a\xdc\x03\x95\xbb\x5e\x7c\x40\xad\x56\xd7\x7c\x2c\x50\x16\xb6\xf1\x99\x5a\x1b\xb7\xda\x02\x6a\xf0\x0c\x58\x40\xc3\x49\x26\x9b\xaf\xd3\x3e\x6d\x6e\xea\x7b\xa0\x60\x94\x31\x87\x64\x5e\x20\xb7\xaf\xe1\x11\xd3\x8c\x4e\x53\x36\x99\xea\xa6\x4b\x9a\x50\xb0\xcd\x94\x17\xca\x5c\x6c\x55\xd5\x1a\x28\xa0\xcc\x0c\x98\x6f\x6e\x94\xf5\xae\xfa\x48\xc9\x18\x7c\x27\x03\x19\x5b\xe7\xa2\x69\xab\x2b\x42\x83\x08\x98\x4f\x6d\xee\xb8\x8e\xc8\xac\x79\x69\x0c\x7a\xb4\x92\x44\x9d\xb4\xb4\xb8\x1c\x72\xbb\xeb\x36\xd0\x38\x12\x88\x99\x2e\xbc\x49\xf4\x71\x9b\x59\xb3\xad\xbd\xc9\xb2\x09\x17\x26\x56\xb3\x6e\x69\x05\xb5\x14\xaf\x98\x82\xf5\x89\x9a\x54\x11\xda\xf2\xc6\x1a\x55\x7d\x51\x77\xc3\xf7\xc1\x58\xf6\xe8\xe1\x56\x18\xd3\x85\x63\xd5\xbf\xdc\xa5\x9e\x86\x15\x69\xba\xfd\xa3\x9d\x5c\x85\xfa\xf3\x7a\x71\xc5\x47\x46\x26\xea\x54\x14\x89\xa0\x9c\x45\x75\x6d\xfd\x8b\x65\x3e\xc9\x6f\x6e\xb8\xef\xfb\x65\xe3\x42\x03\x0a\x51\x43\xd9\xf3\x53\x49\x30\x72\xd4\x50\xb5\x98\xbc\x10\xea\x3d\x1f\x6d\xb3\x4b\x65\x2c\x29\x70\x8a\xf1\x7d\x34\x0d\x43\x23\x1b\x10\x53\x77\x92\xa5\x9b\x94\xa2\xc8\x94\x55\x39\xa7\x15\x79\x25\xb6\x84\x57\xca\x5c\x47\x88\xdf\x79\x46\x9e\x9b\xb1\x3d\xdb\xdc\x24\x66\x1e\x91\x4f\xfb\x64\x20\x2d\x45\xdc\xa8\x19\xd2\xa6\xd5\x27\xca\x61\xaf\xe6\xf2\xac\x35\xfb\xdc\x87\x64\xc8\xc2\x89\x40\x26\x1c\x47\x48\x49\x6b\x1b\xf5\x3b\x6d\xcd\x1b\x47\x18\x76\x42\x37\x42\xbd\xc4\x8d\x90\xb4\xf3\xd5\x02\x57\x17\x2c\x1b\xd4\xb7\xa6\xfc\xf1\xc8\xe5\x82\x36\x12\x57\x9f\x24\xab\x31\x43\x96\x94\x76\x7e\x15\xa4\xe4\x82\x18\xbc\x30\x39\xe5\xf1\x64\x02\x41\x9d\x68\x8f\x09\x84\x9d\x05\x67\xd2\x05\x45\xad\x04\xd4\xd9\x7c\x7b\x45\x2a\xf2\x2f\x59\x09\xf2\xaf\x5c\x57\xd0\xe7\xfd\x4c\x21\xcb\x9a\x3a\xc3\x42\x01\x53\xed\xad\x60\x9f\x3f\x80\x39\xb7\x75\x15\x27\xa5\x22\x3c\xa7\xf5\x04\xb9\xf1\x3f\x40\xde\xbf\x21\x13\x4c\xed\x5f\x36\x3c\x42\x0e\xcd\x5c\x71\x4a\xd9\x22\x8a\xf7\x71\x04\x82\x87\x07\xc6\x5d\x45\xfe\x50\xec\x7c\x23\xe0\xf6\x9b\x66\x28\xae\x90\x89\x0a\x42\x44\x68\x53\xae\x49\x53\x31\x86\xb8\x79\x31\xe5\xcd\xcb\x58\xb0\x37\x08\xd3\x34\xeb\x8f\x48\xa2\x46\x19\x33\x97\x87\xbe\x03\x6a\xe5\xbc\xdc\x25\x44\xd9\x62\xc8\x9f\x10\xf8\x1b\x1d\x5c\x2b\x3e\x53\xb5\x26\x4c\xfe\xdd\x57\xa4\x44\xab\x55\xff\xde\x45\xa8\xe7\x4c\xa9\x02\xc3\x20\xe7\x58\xf5\x5c\x5b\xad\x9a\x1e\xcc\x3a\x48\x62\xab\xd5\x2a\xfc\xb4\x7d\xde\x8a\x3d\x35\x43\x9a\x84\x01\x34\xf5\x2c\x9b\xf2\x5b\xd3\x50\xf8\xcd\x90\x7e\x88\x87\xea\x1a\x13\x3c\x60\x69\x2d\x50\xbe\x64\xca\xc4\x79\xc6\x73\xde\x71\x26\x9b\x52\xa0\xd2\x03\x2c\x7f\xf5\x28\xce\xc1\xae\xb7\x8d\x0b\xf0\xd4\x03\x6c\x16\xb1\xb7\xd1\xc5\x89\x82\x65\xf1\x58\x86\x6f\xf1\xae\x34\x14\x65\x54\xc6\xc3\x31\x9c\x72\x32\x9e\xf4\xa8\x97\x3d\xdf\xdc\xec\x13\x0e\x1e\x8d\x3f\xba\x68\xae\x83\xab\x62\x77\xc3\xe4\x8c\x4d\x13\xc1\x96\x67\xe8\xbc\x8b\x0b\xee\xae\x99\x2d\x6f\x39\x46\x41\x86\xc1\xb8\xdf\x79\xc6\x9f\xb3\x1c\x83\xf1\x1c\x39\xb1\x3e\x1f\x34\x40\x20\x2f\xd1\x5f\x66\x41\x5e\x37\x16\xc0\xd2\x0c\x22\xcd\x97\x38\xb1\x8c\xca\xc4\x11\xb0\x70\x80\x24\x48\x14\x24\xf5\x61\x90\x62\xb9\x09\xe2\xe8\x15\x3f\x88\x13\x5b\xc6\xc3\xc5\xd9\xe5\xbd\x85\x56\x6f\x72\x29\x2c\xad\x41\xa1\xdd\x4c\xac\xd6\x87\x81\x91\x50\xe1\x02\x8f\xbb\xb8\xc7\xc8\xba\x54\xc4\xbc\x9a\xe2\x69\xce\xe4\xa4\x25\x96\x94\x11\x34\xd5\xfd\x3d\xa7\x9c\x02\x28\x55\xb0\x00\x63\xd5\xf2\x85\xcf\x62\xb0\xe3\x49\x9c\x40\xf0\x96\xf0\x2b\x8b\xa2\xa9\x2d\xdd\xb0\x0c\x15\x7d\x1f\x76\xfa\x83\x9e\x5c\x7d\xd1\xeb\xd1\xf1\xd1\x41\xde\x59\x47\xbd\xdc\xdb\x7d\x7b\xf6\xeb\xc9\xe1\xd1\xcf\xe7\x6f\x5f\xed\x9e\x5a\xdf\xbb\xea\xfb\xee\xd9\xf9\xd9\xee\xc9\xcf\x07\x67\xf9\x97\x6d\xf5\xe5\xe5\xaf\x2f\x5f\xbe\xae\xa9\xf8\x58\x7d\xce\x0f\xd5\x9c\x05\x91\xdf\x52\x79\xa6\x04\x98\x91\x4b\x52\x50\x04\x65\x13\x6c\x80\xa7\xcf\xdd\x12\x3c\x56\x6a\x29\x47\x64\x95\x2e\x54\xaf\x87\xe6\x08\xdf\xa2\x7b\xa8\x5c\x6c\x2b\x0c\xaa\xae\xa3\xe2\xe8\xea\x87\xa2\x16\x52\xbb\xfc\xe5\xab\xa8\x43\x41\xb9\x45\x30\xd4\xc5\x74\xa5\xfc\x26\x58\x56\x2f\x2f\x89\x52\x5c\x46\xf9\x33\x62\x4a\xeb\x76\x35\xbf\xf9\x56\x95\x83\xa0\x06\x78\x35\xbe\xd4\xe3\xd0\xb0\xbb\x74\x14\xba\x9c\xee\x26\x43\x94\xd5\xf6\xb3\x4f\xaa\x64\xc2\x86\x07\x91\x8c\x6a\xb8\xca\xb9\x93\x63\x7b\x29\x57\xaa\x5a\x3c\x31\x94\x4a\x52\x2e\xaa\x78\xdf\x0d\x43\xf0\x36\x4a\x48\xa7\xc1\x0b\x10\x6a\x42\x8d\x59\x92\x12\x7b\xa9\x55\x9b\x82\xd1\xa8\x79\xed\x6f\x74\xf4\x12\xa8\xae\xfe\xa9\xd1\x9c\x96\xe6\x56\x17\x39\x29\x15\x05\x34\x83\x9b\x1b\x7b\xdb\x42\x1a\x66\xec\x52\x9a\xce\xb9\x6b\x2c\x8c\xa7\x6c\x52\x34\xb1\x9c\x5d\x3a\xd1\x42\x6a\x19\xe1\x3a\xd2\x40\x31\xb4\x96\xd8\x41\xbd\xf0\x8c\xb4\xc8\xd8\xaa\x17\x09\x4d\x7b\x28\x76\x05\x8b\xb4\xd6\x84\x6b\xfd\x57\x1c\xa1\x85\xe1\x1d\xe6\x98\x32\x2d\x33\x92\x5a\x89\x5f\x7b\x80\xf0\x5a\x35\xbe\x0d\x69\x83\xae\xa8\x2f\x2a\x73\x6c\xb5\x8c\x10\x5d\xaa\x34\x9a\x23\x5c\xb6\x28\x60\x69\x5c\x90\x31\x98\x48\xd3\x0b\xe8\x99\x7c\x5f\x26\xe3\x91\x4b\xa5\x48\x30\xa7\x5b\x40\xde\xa2\x98\xf8\x54\x45\x53\xaa\x91\x67\x81\x77\x3e\x51\xb2\xa9\x3d\x12\x45\x17\x64\xf8\x3e\xc9\xae\xf9\x9b\x1b\xb7\xb6\x80\xb4\xb1\xe6\xa9\x3a\x0a\x7d\x26\x39\xb5\x48\x8b\x4c\x4b\xc4\x51\xe6\x5d\xc7\x37\x37\x11\xf8\x51\x9f\x0f\x30\x58\xa2\x15\x97\xa0\x74\x35\x75\x82\xfe\xb1\x44\xd0\x9f\x79\x3b\xab\x3a\xa3\x91\xaa\x94\xf9\x39\xa7\x62\xe1\x95\xea\xe3\xe4\xf4\x9f\x6f\x15\x90\xab\xe5\xf3\xc6\xe1\xa7\x90\xba\x16\x0c\xa0\x86\x0a\x63\x40\xad\xe0\x6b\x6c\xd9\x19\x10\xa0\x9b\x85\xd8\x6e\x8f\x88\x00\x89\x07\x57\xaf\xdd\x53\x3a\xe9\xc8\xa8\xd5\x26\x15\xe9\x75\x6f\x4c\x42\xea\x34\xf2\x70\x4a\x51\x1c\xbf\x9f\x4e\x2c\xa3\xa3\x2a\xac\x0a\x40\xb9\x04\xbe\xcb\x39\x0b\x2f\xa6\x1c\x5c\x27\x0c\x94\x33\x0c\xcf\xbc\x3c\xfa\x7c\xb0\x5c\x80\x13\x26\xed\x78\xca\x05\xa7\xf2\xd5\x7b\x41\x98\x94\x52\x62\x96\x90\xdb\x9a\x6d\xf0\x9b\x9b\x0d\xea\x0d\x63\xca\x49\x48\x13\x97\x23\x4c\x7c\xf0\xa5\xbc\x07\xec\xd7\x0d\x73\xfd\xb4\x5a\x1b\x64\x75\x5b\x54\x1a\xb3\x31\x89\xc2\x3f\xa1\xbd\x4c\x9a\x55\x76\xf2\x55\x31\x05\x4b\xbe\xb9\x2b\x79\xd4\xb2\xa5\x1e\xb5\x4a\x4f\xc1\xaa\x4a\xd3\x5c\x14\xb6\x4c\x3a\x23\xc6\xe8\xe5\x3c\x83\xd4\x8a\x52\xe9\xd1\xad\xb9\x0d\x69\x73\x6c\xa0\x29\x67\x60\xd4\x5c\x63\xe6\xaa\xf9\x75\x9f\xd1\xe7\xe5\x1d\x7d\x46\x4d\x54\x12\xe2\x2b\xb9\x41\xbe\x93\xd4\xde\x56\x2a\xad\x0d\xe8\x7f\x6d\xef\x70\xbd\x2c\x2e\x91\xfe\x5a\xf5\x91\x1f\xe4\xa0\x31\xe9\x73\xe9\xa7\xde\x5b\x32\xc3\x64\xa7\x0e\x70\x43\x48\x5c\xc0\xcb\xaa\xba\x04\xa1\x9e\x35\xa6\x39\x03\x9a\x77\x32\xf8\xb2\x0e\x5c\x82\xb9\xd2\xbf\x64\x31\x91\x6c\xa9\x4c\xc1\x00\x94\x4b\xa1\x5c\xed\x64\x54\x5f\xd9\x15\x58\x0c\x20\xb5\x90\xd6\xe9\x41\x9f\x0f\x7c\x8a\x61\x3d\x7e\xd2\x78\x7e\x3c\x94\xd5\x4e\xf7\x2c\x2d\x38\x2a\x19\x75\x57\x2e\x44\x35\x5e\x5f\x4a\xa4\x41\x5d\xea\xce\x52\xcc\x10\x9e\x51\x32\x86\x1e\x60\x6d\x3b\x92\xae\xa0\xd1\xfa\x4f\x42\x3e\xd3\x55\x71\x4f\xcd\x66\x86\xf2\xe6\x44\x9f\xb9\xb3\x83\x0c\xe4\x1e\xdd\x85\x38\x30\xbb\x51\x24\xc3\x32\x2e\x5b\xc1\x24\xbc\x88\x1e\x2c\x87\x4d\xdd\x9d\xa1\x28\x9d\x67\xd4\xa7\xd2\xe4\xf7\x54\xf5\xff\x0c\x69\xf5\x0e\x95\x91\x73\xce\xae\x27\xd0\x6a\xd1\x39\x51\x74\xc4\x95\x90\x5d\x8e\x0b\x67\x08\x41\xc8\x63\xb6\x15\x85\xeb\x56\x5e\xd4\xcf\x50\x59\x24\xdb\x66\x82\xf2\x72\xd7\x5c\x93\xc7\x59\x38\x76\x51\xe6\xa1\x0a\xc6\x3c\xfb\x75\x28\xb8\x21\x81\x42\xb0\x71\x30\x95\x16\x2e\x73\xfd\x51\xd6\x05\x8d\x62\x70\x9a\x5d\x4d\x5e\x5e\x9f\x91\x4b\xb9\xd6\x92\xca\x34\x45\xd0\xdd\x3d\x8f\xf7\xe2\x00\xde\x84\x8c\xc5\x2c\xb7\x2b\x53\xa4\x12\xb0\x57\x10\x4d\x80\xb9\x8e\xda\x19\x87\x4d\x2f\xae\x1d\x5c\xf5\x98\xe9\x0f\xc4\xee\xe6\x4e\xa7\x98\xe1\xcc\xf6\xa9\xef\x79\x1e\xb8\x8e\xc2\xc3\x0e\x1a\x34\x72\x67\xc9\x91\x98\x41\x8d\x1a\xbf\x2d\x95\x6a\x5e\xc2\x86\x99\xeb\xf0\xbb\xad\x61\x1c\xc0\x58\x0e\x73\x6b\x1c\x07\xb0\xf5\x68\xc6\x52\xf9\x9f\xf7\x47\xf2\x4e\xbb\xea\x90\xa9\x00\x40\x12\xbc\x89\x03\x50\x81\x56\x92\x1d\xe2\xa2\x9e\x5b\x1d\x06\xe6\x82\xe4\x8e\xfa\x9d\x01\x76\xa2\x98\x04\xc5\x69\x11\xb9\xcf\xc8\x72\x25\xd6\x3b\x9d\x7b\xf7\x28\x50\x98\x0b\xd2\x8a\x4e\xa8\xf3\xa5\x19\x53\x18\xc7\x34\x4c\xf8\x96\x4a\x9b\x70\x7f\xde\x8f\xd0\xe0\x38\x03\x42\xf3\x33\x0f\x1c\x50\xeb\x89\x64\xdc\x1b\x28\x67\xf2\x82\x46\x1e\x83\x60\x3a\x04\x57\x8e\xc2\x7f\x21\x76\xaf\x4f\x31\x1b\xf8\x19\x32\x84\x3e\x1d\xd4\xf9\xee\xb1\x1d\x0a\x1f\x9b\xa7\x60\x6e\x6f\x45\x7a\x31\x84\x94\x28\x1b\x52\x3c\x53\x06\xcd\x99\xb6\xc8\x7f\x51\x54\xf1\xd1\xf2\xb0\xb4\x28\x3a\x1b\x93\x80\xa7\x6c\x3e\x91\x6f\x05\xfc\x21\x83\x9d\xfe\xa0\x27\xfe\x9a\xd6\x23\xeb\x90\x69\x25\x8a\x54\xb8\xed\xb0\x3e\x19\x48\x38\xc8\x03\x5c\x4a\xdf\x67\x9d\xc2\xda\x15\x85\xb0\x99\x4a\x84\xd0\xa0\x97\xd5\xc8\xdf\x0e\x10\x66\x7a\x42\x0c\x53\x71\xec\x5e\xcc\x71\x23\x29\xad\x30\x97\x92\x25\x76\x2d\xc3\x75\x88\xc5\x65\x98\x0c\x7c\x8e\x23\x15\x0e\x78\xae\xc1\x4c\xb4\x13\xb9\x80\x09\xea\x11\x2f\x89\xc7\x20\xaa\x0b\x36\x53\x6e\x13\x12\xc3\xe0\x98\x61\x58\x12\x8f\x4b\xa0\xaf\xad\x8b\x69\x18\x05\xe5\xb8\xd9\xda\xbb\x48\xa5\xc5\xd0\x09\x94\x6a\xea\xda\x05\x4a\x55\xda\xda\x71\x3d\x8c\x69\x9d\x14\x44\x30\x8c\xa2\x89\xb6\x20\x1b\xda\x56\x0a\xed\x1a\x9f\xa5\xaf\x82\x06\x88\xee\x8e\x4a\x33\xcf\x8d\x0a\xfd\x30\x97\x7c\x58\x6d\x4c\x4e\xad\x8d\xfe\xed\xa2\xd7\x34\x89\x3f\x4b\xb5\xa0\x44\x1c\x8b\x0c\x11\xcf\x54\x70\x17\x19\xcb\x40\x90\x76\x14\x5f\x02\x97\xe9\x21\xe6\x58\xe5\x89\x52\x52\x86\xb8\x2f\x2a\xd6\x70\x42\x51\xab\xb5\x21\x5d\x54\xbc\x30\x51\xb1\x63\xb9\x8c\xc7\xe2\x83\x54\x51\x1b\x11\x45\x6e\x9d\x29\x46\xe0\x60\xae\x2c\x22\xa4\x24\xb3\xd8\x74\xb1\x7f\x51\x5a\x4a\x55\x7a\x35\x88\x8d\xf4\xe5\x65\x2e\xc6\xef\xa2\x81\xb6\x7b\x49\xb1\xb2\xb2\x28\x8b\xa2\x72\x1f\x2a\x92\x51\xc0\x38\xf2\xb9\x4b\x6f\x6e\x88\x9c\x27\xc2\x89\x2f\x6f\x89\xd0\x8f\xfa\x5d\x15\xb6\x3b\xf6\x99\xa0\x9d\x93\x0d\x6d\xe6\x92\x75\x27\x05\xbe\xda\xa8\x23\x71\x93\xa2\x9b\xb1\xf4\xf0\x4a\x90\x67\x8d\x44\xe0\xc4\xd8\x8f\xfb\xc9\x40\x3b\x39\x4d\xb3\x06\xc5\xfc\x5d\x84\x87\x75\x66\x00\x53\x8f\xc7\xff\x7d\x7a\x7c\xb4\x63\x1e\x5c\xd4\xcb\x4d\x6f\xa7\x7a\x39\x51\xf6\x51\x9a\x1a\xd8\x98\x75\x88\xbc\x90\x0e\xa3\x69\x00\x89\x1b\x5a\x26\x07\x79\x68\xd1\x70\xd3\x69\x9a\xb3\xda\x0c\x62\x48\xe8\x37\xbc\x09\x9f\xc2\x84\x3b\xa8\xa1\x02\x6d\x98\xf5\xf2\x09\x06\x19\xf1\x32\xf0\xed\x41\x84\xb2\xdb\x22\x14\x04\xe8\xe6\x26\x8f\x87\x23\xed\x80\x2b\x31\xd9\xc4\x6b\x29\xd7\x6b\xb5\xb4\xb1\xb2\xaf\xca\xca\x97\x45\x0a\xd3\xe8\xb6\x83\x56\xcb\x0d\xfc\xfe\x00\x35\x82\x3e\xf1\x74\xea\x9a\x1d\x47\xb0\xd6\x6a\xda\x4e\x4f\x47\x8e\xd3\x3f\x07\x2e\x51\x76\x12\x36\x28\x4e\x71\x88\x03\x94\xca\x68\x75\xd9\x0d\x93\x35\x77\x73\xe3\xc8\x4b\xcf\xd7\x35\x8b\x23\x69\xb5\x64\xac\xb9\x79\x9f\x77\x8a\xbd\x98\xce\x7b\xe5\xd7\xba\xaf\x62\xb4\x21\x13\x18\xc4\x95\xd2\xc1\xa4\x2e\x4a\x71\x9d\xa1\x65\x01\x90\x3c\x16\x2b\xe9\x66\x26\xc1\x4a\x74\xa0\xa0\x45\x45\x5c\x73\x20\x87\x11\x90\x82\xbd\xf1\xbd\x30\xec\x2c\x9d\x7f\xdd\xc1\x8e\x36\xd3\x05\xc2\x80\xf9\xa0\x7c\x09\x34\xae\x71\xed\x6f\x2e\x20\x94\x8f\x3e\xc5\xc9\xf4\x62\x5c\xb4\x21\xbf\xef\x20\xe7\xc5\x34\xb4\x37\x47\xf5\xca\xc5\x50\x1b\xc5\x17\x6e\x71\x79\x91\xc4\x98\xff\x54\x7b\x19\xb3\xa4\x0e\x77\x45\x19\xba\x32\x7b\xde\xab\xb8\xba\x41\x09\x45\x2c\x58\xca\x0c\x72\x04\x13\x93\x43\x91\xee\x82\x04\x81\x3c\xeb\x2b\x74\x51\xdb\xb8\xa9\x2f\x1a\x37\xcf\x65\x1b\x6d\x81\xf3\xea\x26\x6a\x14\xcd\xa2\x9f\x1e\x91\xba\xe6\x2b\x52\xbb\x24\xf9\x4e\x89\x52\x99\x49\xa5\x59\x67\xdf\x3c\x28\x76\x28\x41\x38\xf1\xe4\x19\xf1\xf5\xdf\xfc\x7d\x66\x95\x6d\xeb\x09\x04\xcd\xa1\x9a\x94\x3a\x87\x3d\x43\xd4\x20\xe5\xfa\x68\xb9\x2c\x12\x84\x09\x9e\x65\x54\x4f\x2f\x73\xed\x4c\x57\x20\xbd\x2c\xf2\x69\x11\xf1\xf5\x10\x8a\x20\x69\x7b\x4a\x33\xeb\x53\xee\x49\x9c\x93\x4d\x74\x96\x23\x49\x8b\xfd\xcf\x43\x6a\xe6\x28\x5d\xdd\xd4\xe7\x7a\xb4\x9e\xb3\x09\x68\xc7\xa5\x95\x02\xe2\xee\x91\x1f\x31\xf5\xe9\x0e\xf5\x78\xac\x70\x3f\xea\xf5\x07\xa8\x47\x33\xd0\x12\x2c\x87\x4e\x54\x60\xc4\xa0\xae\x26\x00\x24\x42\x74\x9c\x4d\x90\xa6\x7a\x16\xde\x5e\xff\x08\xb3\x56\xa8\x60\x23\xac\xd1\xce\x1b\x6a\x1e\x49\x3f\xe3\x4d\x39\x7a\x26\x39\x56\xd6\x6a\x51\x13\xeb\x92\xe1\x6e\xcd\x5c\xd2\xa5\x59\x6e\x72\x9a\x19\xe8\x87\x90\xc5\x74\xbc\x76\x83\xce\x75\xd3\xcb\xb3\xf4\xee\x04\xb3\x36\x5e\xbe\xbf\x8a\x42\xed\x31\x9b\xd2\x43\xba\x0f\x17\xd3\x4b\xb7\x10\x20\xb5\x06\xaf\x64\x49\x34\x9e\xe9\xd0\xec\xe0\xbf\x00\x2d\xfa\x41\x46\xca\x0f\xfe\x0b\x47\xdc\xe9\x60\xbf\xc9\x6a\xfa\x0e\xf2\x92\xab\x70\xc4\x5d\xe4\x25\x9c\x30\x9e\xfc\x4f\xc8\xaf\xb2\xf0\x03\x0e\x42\x69\x83\x7b\xa7\x43\xa0\x84\x85\x71\x79\xbd\x6b\xe8\xf9\x55\x79\x01\x71\x31\xb1\xac\x12\x02\x97\xe5\xd2\x72\xf0\x5f\x50\x6f\x18\xc7\xef\x43\xf0\x61\xd3\x79\xf6\x96\xf0\x2b\x7f\xcb\x41\x98\x7b\x91\x31\x80\xbb\x22\xc9\x95\xef\x38\x38\x7b\xc1\x20\x8a\x49\xe0\xea\xf8\xbb\xcc\x07\xd7\xb4\x61\xb2\x86\x3c\x13\x64\x9f\x32\xf9\x76\x1c\xec\x9c\x5f\x44\x84\xbe\x77\x90\x97\x89\xa8\x3e\xb2\x90\x83\xfb\xee\xf9\x45\x1c\x5c\xbf\x78\x3e\x61\xf0\xe2\xd1\x2c\xef\x90\xc1\x28\xfd\x7f\x1e\xcd\x58\xfa\x7c\x4b\x7c\x7a\x7e\xc1\x9a\x5b\x2f\x9e\x93\xa6\xf8\xe0\x3b\x7f\x90\x0f\x44\x09\x66\x7a\x66\xb5\xdc\x6f\x44\xe9\x6f\x90\xf3\xc2\xbc\x79\xbe\x45\x5e\x3c\xdf\x92\xcd\xbf\x43\x69\x9a\xc7\x55\xcc\x27\x56\x43\x4d\x96\x66\xdd\x6a\x95\x5e\x58\x4b\x9f\x6f\x95\x5b\x2e\x94\x4c\x2f\x12\xce\xdc\xae\x60\xb8\xab\x51\xe4\xee\x79\x7e\xcc\x52\x37\xea\x20\xb3\x0a\x88\x1a\x56\x15\x6c\xf7\x39\xf6\x3c\x8f\x0e\x7c\x03\xba\x16\x6c\xea\xf6\xfa\x1c\x53\xbd\x89\xbe\x83\x06\x29\x4a\x71\x31\xa4\x5c\x6e\x8e\x2a\xb3\xa0\xea\xe8\x04\x02\xef\x1d\x72\x18\xdb\x59\x53\xe4\xa5\xed\xd3\x1d\x35\xa9\x1e\x2d\xc7\x89\x2b\x84\xe1\xd6\x42\x53\x42\x95\x6f\xdb\x81\x12\x83\xbc\xbc\x3e\xbb\x9e\x80\xeb\x30\x50\x7e\x09\x72\x8a\x34\x70\xb9\xff\xc2\xc8\xe6\x7c\xb1\xa5\x21\x0d\x79\x28\xe8\x24\x25\x62\x96\xea\x45\xc5\x8f\xdd\xdc\xcc\xd2\x72\x60\xef\x59\x9a\xa6\x38\xf1\x65\x42\x08\x19\x8c\xcf\x2d\x89\xd9\xdd\x77\x7d\x99\xec\xec\xd1\x0c\x3c\x95\xfe\xf0\x2d\x83\x51\xf8\x29\x6d\x2b\x9d\xcd\xe0\x1d\xf2\x38\x7c\xe2\x7b\xca\xd9\x0b\xe1\xd0\x4f\xbc\x5f\x0f\xf7\xe4\x47\x19\xda\x34\x56\x76\xea\x15\x31\x6c\x2e\x52\xc4\x53\x3f\xee\xc7\x7a\xef\xdb\xdd\x81\x97\xb0\xa1\x64\x17\x87\x1a\x64\x82\x3a\x41\xbb\x0c\xd5\x12\x9b\xb8\x2c\xda\x85\xd6\xa0\x90\xa3\xd3\xb7\xbb\x7b\x07\xa7\xe7\x07\x47\xbb\x2f\x5f\x1f\xec\x9b\x00\xf3\x39\x51\x94\x78\x62\x0c\x32\x7b\xb5\x49\x04\xd5\x6a\xd5\xbc\x6c\xd8\xad\x9e\x9e\x1e\x2f\x6a\xf1\xf4\xf4\xd8\x6a\x2a\xff\x55\x68\x63\x77\xef\xf5\xc2\x61\xed\xee\xbd\xb6\x07\x64\xfd\x2c\x34\xb3\xbf\x7b\xb6\xbb\x77\x70\x74\x76\x70\x72\xfe\xfa\x78\x6f\xf7\x75\xd6\x54\xe2\xc9\x84\xc3\x82\xfe\x1c\x02\xe5\xc0\x0a\xd5\x7e\x3d\x3c\xdf\x3b\x3e\xfa\xe9\xf0\xe7\xac\x3c\xf3\x67\x02\xae\x79\x86\x7d\xdf\x1c\x9c\x9d\x1c\xee\x9d\x9e\xbf\x3d\x39\xfe\xe7\xe1\xfe\xc1\x89\x83\x64\xa8\xdd\x9a\xcf\xbf\xfd\x2b\x9b\x08\xc2\x82\x19\x93\x19\x61\xad\xb2\xa7\x07\x27\xff\x3c\xdc\x3b\x38\xdf\xdf\x3d\x7d\xf5\xf2\x78\xf7\x64\xff\xfc\xd7\x93\xd7\x0e\xc2\xa4\xd5\x72\x43\x6f\x0c\x9c\x85\xc3\xe4\x7c\xc2\xe2\x0f\x61\x00\xcc\x27\x08\xc7\xe5\x2f\x9f\xae\xcf\x75\xe0\x3f\x3f\xb6\x3a\x91\xc5\x02\x92\x5c\x5d\xc4\x84\x05\xe7\x53\x16\x9d\x67\x69\x38\x7d\x86\x70\x58\x98\xf5\xcb\xdd\xd3\x03\x31\x75\xd1\xbb\x99\xf7\xd4\xca\x05\x95\xe7\x7d\xda\xb6\x92\x3d\x15\x9a\x78\x75\x76\xf6\x56\xcc\xf9\xec\x78\xef\xf8\x75\x69\xdf\x7c\xdf\x1f\xb6\x5a\xee\xd0\x8f\xdc\x29\x42\x78\x28\xf5\x3e\xaf\xa4\x0d\x24\x8f\x87\x32\xd2\xee\x15\xe7\x93\xad\xae\xd7\x75\xaa\x8d\xbe\xd9\xfd\x4d\xec\xc9\xd1\xc1\xde\xd9\xe1\xf1\xd1\xa9\xd3\x33\x29\xc3\xac\x85\x2c\xf6\x5e\x0a\x13\x9a\xd3\x53\xce\xd5\xb6\x83\x7a\xb5\x1f\xfe\x33\xe7\x43\x32\x09\xae\x1d\xa4\xe7\x93\x85\x16\xd3\xd3\x7b\x2a\xb0\xc3\xb8\x1a\xec\x2e\x3b\x74\x9e\x45\x6b\xe9\x03\x18\xc0\x07\x88\xe2\x89\xa4\xbe\x54\x64\xd2\x84\x93\x4b\x71\xb5\xa8\x5f\xc3\xf8\x03\x48\x27\x2b\xf5\x93\x43\xc2\x65\x02\x34\x2a\x83\xe4\x18\xb1\x75\xe5\xbc\x1b\x89\xba\x59\x9c\xe2\x71\xb7\x0e\x95\xd3\x03\xaf\xe6\xa8\xf9\x1b\x1b\x16\x92\xd3\xf1\x56\x19\x2a\x49\x45\xec\x98\x3c\xb5\x98\xc4\x6a\xbd\x84\x62\xee\xdc\x41\x8e\x54\xac\xc6\x2d\x4c\x73\xe7\x86\xeb\x4e\xaa\xd5\x45\xed\x41\xbe\x73\x67\x16\x62\xc9\x7a\xc8\xde\xd9\xf7\x0b\x2b\xa7\xa0\x93\xca\x11\x96\x1b\x17\x20\x3c\x4b\xad\xe0\xcf\xb4\xcf\x07\x05\x43\xa1\x4c\xa7\xc2\x07\x69\x59\x5a\xac\xfc\xa8\x4c\x8c\x85\x22\x8c\xd4\xe5\xf1\xee\xcd\x29\xb0\x7b\xb4\xf7\xea\xf8\xe4\xfc\xf4\xe0\xb5\x3a\x95\xe6\xc0\xd7\xad\x0e\x71\x39\xba\xb9\xe9\x94\xd7\xe8\xe6\x66\xec\x72\x54\x5e\xa3\x72\x58\x2d\x73\xd2\x54\x23\x75\x35\xcc\xaa\x2e\x46\xfe\xf3\x6f\x98\x85\xb7\xe2\xdc\xcb\x6d\x0e\x1c\xa9\x0b\x61\xde\x57\x0b\xca\x0a\x0d\xd7\xde\x02\xbd\xb9\x08\x7a\x01\xda\x5d\x8e\x3c\xf5\x7a\x8e\xe5\x7a\x06\x2a\x3a\x7b\x09\xab\x8d\x95\xdd\xc0\x32\x36\xb2\x46\xf5\xf2\xe0\xc6\x7a\xe1\xc8\xd5\x2a\xdc\x0c\x41\xf7\x9d\x4c\x18\x0e\xde\x58\x52\x6f\x5b\xae\xf7\x2d\xfa\xbd\x2f\xff\x1f\x6c\x99\xdb\xab\x9b\xd1\xad\x8e\x83\x61\xb0\x70\x7e\x57\x52\x3b\xad\x52\xaf\xb5\xc3\xd1\x67\xcd\xbc\x56\x17\x82\x39\x57\x80\xdf\x33\x57\xd1\x2c\x0f\xf1\xa2\xd8\x18\xda\xef\x0c\xc4\x82\xee\x88\x87\x1e\x77\xc5\x1f\xcc\x96\xed\xbf\xbc\xae\xc9\x30\xda\x0a\x13\xa5\xa4\x6b\x0b\xba\x03\x58\x5b\xbb\xbe\x7f\xcd\x52\x05\x87\x4d\x86\x4d\x39\xce\xe6\x98\xbc\x0f\xe9\x65\x53\xec\x72\xaf\xc9\x26\xc3\x5e\x73\x48\xe8\x37\xbc\x29\x18\x87\xe6\x18\xf8\x55\x1c\x34\x77\xf7\x5e\x3b\x75\x46\x3b\x06\xe1\xb9\x5c\x30\x78\x26\xb7\x29\xcf\xf3\x98\x16\x7e\x78\x01\x70\x12\x46\xa8\xd5\x92\xf0\x5b\xfd\x92\x01\x34\x2c\xb1\xd9\x91\x4b\xaf\x5e\xae\x77\x9d\x5f\x1d\xec\xee\x1f\x9c\x9c\x9e\x9f\xfe\xeb\xcd\xcb\xe3\xd7\x7e\xfe\x62\xff\xf0\xe7\x83\xd3\x33\xeb\xc5\xd9\xf1\x2f\x07\x47\xd6\xef\xc3\xa3\xfd\x83\xdf\xec\x0a\x19\xfa\xb5\x5e\x1e\xed\xbe\x39\x90\xe8\x35\x37\x27\xa8\x7e\x72\x7e\x6b\xef\xa9\xf9\x66\x8c\x86\xd3\xa8\x6d\x38\x2f\x99\x53\xf2\x76\x51\x35\xa6\xbc\x94\x4c\x5b\x63\x17\x50\x93\xc8\x0b\x9c\xc5\xef\x81\x16\x3a\x53\xd3\xce\x4b\x68\x16\xee\x15\x49\xae\xec\x72\x7a\xbd\x9c\xf3\x73\xb5\x2b\xe7\xd3\xf0\x5c\x6c\xd2\xf9\x15\x90\x00\x58\x72\x7e\xee\x2c\xdf\x4f\x15\xf1\x54\xd7\x78\xf0\xf3\x53\x63\x8c\x9c\xa1\xd0\x7a\x0a\x53\xc9\x04\x28\xf6\x3c\x4f\x90\x99\x86\x37\xe8\xe5\xd9\xff\x98\x6d\x1c\x01\x7d\xaa\xc5\x06\x03\x9f\x69\x8e\xa1\xe7\x18\x03\x28\x19\x44\x43\x5a\x3a\xac\x00\xe9\x6a\x65\x24\xcf\xdd\x9e\x10\x46\xc6\x9f\x21\x75\x73\x99\x6a\xe2\x85\x44\x4c\x25\xf3\x0b\x5a\x43\x95\x53\x6d\xa5\xd4\x8f\x70\x32\xf0\x49\x6e\x0f\xe9\xfb\x7e\x92\x51\x6b\x0d\x95\x3b\x06\xdc\x3c\x4a\x7a\x1e\xde\x5d\x70\x70\xfe\xbb\x47\x33\x96\xf6\x1f\xcd\xc2\x74\xf0\x4e\x85\x2d\x11\x0d\xec\xd0\x3c\xf5\x61\xcf\x44\x70\xca\x53\x4f\xe5\x9f\xb9\x9b\xe0\x10\xa1\x5e\xf6\xe2\x9d\x68\xca\x7f\x34\x03\x37\x41\xe9\x3b\x94\x22\xdc\x1f\x18\x8e\xae\xe5\xdc\x62\x3f\xa6\x6c\xcd\xd8\xa7\xde\x9e\xae\xe6\xfa\x33\xe6\xca\xd5\x2b\x10\x13\xa9\x66\xd6\x29\x65\x5f\x74\x77\x58\xbb\xdb\xeb\x20\x1c\xf9\xdd\x67\xd1\x73\xf6\x2c\xda\xdc\x44\xa4\x1f\xb5\xbb\x03\xeb\x76\x88\x06\x3a\x89\x57\x37\xb7\xa3\x2c\xa5\xe5\x12\x5b\x2f\x03\xe9\xcb\x04\x0b\x0a\xb0\x4f\x39\x61\x32\x94\x8c\x44\xe7\x16\xbf\xb8\xe3\xe8\x38\x23\x2a\x03\xd8\x76\xb5\xc4\xef\xf4\x77\xaa\xe3\x66\x3d\xa9\xfb\x2a\xbe\x3d\xd9\x30\x0d\x3c\x46\xda\xb0\xc2\x52\x57\xb1\xc1\x8e\xf8\xaf\xe7\x38\x86\xdd\xd3\xd9\xb2\x9b\x5d\xc3\x1c\x1b\x06\xb8\x22\xb6\x8c\x7a\x91\x02\x38\x2b\x6e\x5a\x51\x95\x1e\xa1\x5e\xe4\x47\xa5\x45\xc8\xf6\xc2\x71\x36\x41\xe5\x77\x28\x24\x7e\x4e\x0b\x61\xd8\xee\x30\x88\x0a\x18\x8b\x32\xdc\x8d\x0a\x2d\x3f\xc9\xd2\x77\x18\x04\xa4\x16\xb3\xdf\x31\x6c\xcf\xbb\x47\x33\x9a\x3e\x9a\x45\xe9\xbb\x14\x99\xe1\x65\x78\x67\x05\xf0\x7e\x40\xfa\xa5\xa0\x36\xe3\x99\xda\x4c\x6a\x37\xe7\x05\x6e\xc9\xd4\x56\x59\x9e\x14\x1f\x6c\x5d\x0f\x5f\x3a\xa1\x07\xb9\x52\xf6\x8e\x8f\xce\x0e\x8e\xce\xce\xcf\xfe\xf5\xf6\xc0\x07\x6f\x6f\x77\xef\xd5\x81\x60\x33\xce\x4e\x8e\x5f\xe7\xd7\x7b\xf1\xb5\xb3\x47\x86\x57\xd0\xd6\xc9\x95\xc4\x05\x5a\x68\xc5\xd1\xb7\x6b\xfb\x4c\x90\xda\x4b\xa7\xa5\x88\xb3\xf5\xce\xea\xed\xb1\xa4\x72\xf6\x0f\x5e\x1f\x9c\x89\x69\xbd\xfd\xf5\x2c\x9f\x8c\xf8\xe1\xbc\xfd\xf5\x4c\x0c\x5c\x97\x70\xd4\x5f\xf1\x46\x56\x75\xc4\xff\xcb\x87\xce\xe0\x3f\xd3\x52\xf6\xca\x55\xe3\x9b\x57\xb4\xb8\xb6\x27\xc7\xff\x62\x3f\x15\x66\xfb\xa9\x70\xbf\xfb\x8c\x57\xfd\x54\x78\x9e\x3d\xb7\xec\xa7\xc2\x6d\x0e\x80\x4b\x26\x88\xff\xd7\xf6\x8e\x71\x4e\x74\xd9\x02\x3f\x15\x22\x6d\x08\xd9\xe7\xf0\x53\x91\x76\xad\xf9\x98\xd6\xee\xa7\xc2\xe6\xfb\xa9\x90\xbf\x8c\x9f\x4a\x01\x8b\x46\x96\xf1\x81\x2e\x50\xc6\xa4\x62\x52\x0a\x97\x9a\xb8\x8c\x53\x16\x99\x20\x54\xe7\x0a\x8d\x98\x10\x56\x86\x62\xf7\x69\xe9\x37\x73\x99\x3b\x4b\x31\x15\x44\x2b\x9e\x99\x88\x8f\x4a\x2a\xd0\x73\x04\xe8\x86\x4a\xa9\xb7\xf5\x47\x12\xcb\x54\x1e\xb9\x0e\xd1\x6e\xc8\xbb\x88\x83\x6b\x75\xd7\x9b\xc0\x4e\xe6\x53\xbf\xd8\xea\xc0\x77\x38\x7c\x32\x8e\xbd\x09\x67\x40\xc6\x0e\x4a\x75\xe1\x72\xa0\x29\xfd\x5a\xc5\x98\x02\x13\xa9\xf0\xd3\x15\x33\x33\x5b\x94\x76\x24\x65\x90\x4c\x62\x19\x1d\xbd\x2e\xd3\xc8\xdc\x30\x64\x2a\x6a\x0a\x28\xda\x08\xac\x2b\xca\xe2\xc2\x4b\x97\x97\x8c\x02\x63\xdd\x65\xa5\xcf\xb5\x29\xf4\xe6\xc4\x06\x2e\x46\xf3\x5a\x9c\x49\x63\x18\x53\x0a\x75\xe6\x9e\x62\x89\x52\x72\x11\x0b\x52\xee\x7e\x42\x85\x8e\x34\xe9\xaa\x6e\x99\x89\x57\x96\x6d\x5c\x79\x9f\xf5\x04\xec\x0b\xbe\x51\x88\x3c\x6e\x0f\x5e\x7a\x85\xda\xb1\xcf\x8c\x24\x77\x6e\x96\x94\x6e\x8f\x7b\x7a\x82\x69\x6a\x53\x0e\xd1\xd2\x7b\x4a\xa7\x6c\x5b\xeb\x15\x7b\x28\x78\xf7\xa3\x5d\x25\xf3\x3c\x38\x39\x3f\x38\x39\x39\x3e\xf1\xc1\xfb\xe9\xf8\xe4\xe5\xe1\xfe\xbe\x94\x2a\xfc\x7a\xb4\xfb\xeb\xd9\xab\xe3\x93\xc3\x7f\x1f\xec\xfb\xe0\x1d\xff\x92\x5f\xc2\xc7\xbf\xf8\xdb\x1d\xf1\x50\x28\xf3\xa4\xd3\x6d\xd8\x4d\x3c\xe9\x3c\x6e\xcc\xeb\xea\x69\xa7\xb3\x74\xe2\x9f\xae\x16\x51\x80\x7f\xbb\x86\xfe\xed\x1a\xfa\x7f\xd9\x35\xb4\xcc\x92\xb3\xdc\xce\x9d\xc2\x47\x97\xdf\xdc\xfc\xf6\xe6\xf5\x2b\xce\x27\x27\x8a\xce\x45\x0d\xe2\xc5\x54\xe2\x27\x81\x51\x40\xd9\xd0\xd9\xd2\xa8\x70\xe4\x3e\x99\x1f\x98\x53\x9a\xf6\x6b\x73\xb9\xdd\x28\x3a\x91\x97\x55\x02\xaf\x0c\x42\xcd\x39\x41\x07\x29\x04\x99\xe3\xd3\x17\x02\x5d\x68\x6b\x64\xf5\xe6\xf9\x93\x4e\xc7\x0a\xa9\x23\xb0\xeb\x07\x60\x5c\x5e\xc0\x02\x7b\x37\xe5\x05\x3e\x30\xf1\xc7\x55\x5f\xa8\xc1\xbc\x64\x3a\x1c\x42\x92\xb8\x1c\x83\xcd\x92\xd9\xcf\x67\xf0\x89\x6b\x23\x6f\xa6\x63\x8a\x65\xe9\xc4\x54\x43\xa2\xc4\xa2\xda\xea\xb7\x0a\x05\xdb\x60\x32\x08\x4d\x04\x1c\xec\x29\xc9\xa8\x0f\xca\x5c\x8a\x79\x8a\x7c\xc1\xcc\x9b\xb2\x48\x9c\xa7\x3c\x14\x36\x33\x37\x8e\xc0\x20\xe6\xd9\x9f\x65\x46\x46\x91\x6f\xdc\x6e\xcd\x47\x4d\xdb\xfc\xd6\xd6\xfb\x06\x41\xfb\x7f\x42\x7e\xe5\xf4\x9c\xe2\x7e\x3a\x69\x26\xac\x2a\x09\xc2\xa2\x82\xad\x98\x14\x7f\x71\x4c\x07\x7e\x66\x7f\x44\xbc\x04\xb8\x6e\x46\xed\x9f\x0c\xa2\x98\x22\xcc\xbc\x0b\x18\xc5\x0c\x4e\x81\x06\xd2\x1e\xd6\x4b\xc4\x13\x93\x04\x13\xc2\x64\x31\xe7\x1e\x52\x1e\x6d\x8d\xc3\x24\x09\xe9\x65\x3b\x23\x54\x1e\x5a\x48\x98\x87\x6f\xd0\x10\xe8\x39\xc8\x9b\xc4\x93\x1c\x24\xdb\x99\x84\xa4\x99\xc9\x49\xdf\x3d\x9a\x71\x63\xf5\xd5\xc1\x5d\xe4\xf1\xf8\xd7\xc9\xc4\x68\x45\x53\xeb\x6b\x17\xa5\xef\x16\x4f\x3b\xf9\x29\x2e\xbb\x5d\x7d\x85\xea\x96\x2c\xb6\xfc\x96\xa3\x08\x45\xa9\x8d\x6b\x77\x17\x1b\x37\xbf\x87\xeb\x33\x65\x31\xfb\xb5\x87\x00\xd9\x32\x13\x74\xa5\x2d\xd9\x8e\xe3\xf4\xc0\x80\x80\xca\x58\x31\x37\x4a\x77\x04\x23\xde\xe6\x2c\x1c\x7f\xed\x5b\x78\x77\x3b\xdc\x6c\xfb\x75\xa2\xce\xdc\xb4\x79\x07\x0c\xa4\x73\x13\x66\xb5\x07\x0b\x61\x62\x4c\xae\x2f\xa0\x3d\x24\xd1\x97\x92\x3d\x67\x26\x88\x73\x53\x15\xf1\x56\x0b\x5c\x84\xe9\xd2\x70\xdc\x63\x60\x97\xd0\x96\x5e\x39\xc9\x3c\x2f\xde\xf1\x34\xe2\x61\x7b\x4c\x6a\x04\x3f\xf7\xe7\xa0\xd7\x0f\x26\xfd\x41\x9d\xb9\xf5\x3c\x30\x69\xb5\xec\x5f\x75\x4e\x88\x2b\xa6\x2b\xcd\x3c\x23\x2d\x32\xa4\xc9\x70\x24\x50\x8d\xb2\xa1\xc6\x89\x96\x67\x83\xff\xc2\x75\x14\x16\x3a\x55\x76\x72\x47\x64\x0c\xad\x96\xbc\x98\x5c\xf0\x8e\xe2\x00\x30\x78\x7b\x62\x57\x0e\xf7\x11\x06\x84\x8c\xe6\x04\x4a\x5e\xcc\x79\xd2\x89\x1d\xe8\x41\xa6\x70\x29\xfb\x3a\x0b\xae\x50\xd9\x9d\x5a\x1d\xaa\xc8\xe5\x44\x39\x0e\xc8\x4e\xd1\xcd\x4d\x7f\x60\xb9\xce\xf1\x6c\x0c\x79\xd4\x0c\x35\x48\x55\x1e\xe7\x05\x32\xd2\x32\x73\x74\x80\x14\xf7\x07\x48\xaa\x76\x72\x0b\xdb\x56\x2b\xb1\x4c\x7e\x0b\xe9\x34\x0e\x3e\x4d\xe2\x44\xe6\xc9\x41\xc5\x1b\x3c\xf7\x21\x33\xa5\x20\x70\xd4\x85\x9d\x2c\x06\xee\x90\x86\xe3\xf0\x4f\x78\x13\x07\xf0\xe0\x67\x55\xae\x66\x51\x85\x01\x96\x49\xc8\xea\xb9\x48\x8e\xe0\xa3\xcc\x28\x52\x52\x7d\xe4\x31\x3e\x0f\xf7\x7b\x85\x2a\x87\xfb\x0e\xc2\xd2\x9d\xb5\xf0\x5a\xbc\x71\x24\xe2\x5f\xb8\x48\x34\xa6\x6d\x18\x4f\xf8\x75\xbb\xe4\xbd\xf3\xb9\x8d\x4b\xb2\x98\xda\x0a\x52\x77\x66\x69\x6f\xd6\x87\x41\x8f\x2f\x31\x02\xd1\xd1\xcd\x02\x9d\x03\xfc\xeb\xbe\xc3\x4c\x2a\xbf\x3b\x5f\x64\x0b\xb2\xe0\xdf\xd7\x28\xc7\x9a\x63\x6a\x27\xe8\x02\x79\x0a\x99\x5b\x4c\x3c\x06\xae\x3c\x81\x54\xfa\xe8\x2f\xdc\x20\x16\x5e\x5e\xfd\x1f\xa0\x2f\xac\x70\x6b\xca\x42\xde\xd0\x13\x82\x1b\xa4\x2f\xfc\x4e\x8e\x0c\x22\x92\xf0\xc3\x8c\x02\x91\x2e\x07\x90\x53\xe3\x14\xe5\xd1\x74\x16\x53\x22\x2c\x9e\xf2\x90\x5e\x6e\x31\x08\x42\x06\x43\xde\xe6\xf1\x17\x39\xc1\x99\x87\x85\xe4\x32\xe3\x29\x57\xc1\x72\x2c\x86\x24\xb3\xdc\xee\x1a\x5e\xc4\x93\x7e\xd6\x92\x2b\x9d\x44\x64\x08\xd2\xb5\x48\xea\x4d\xbd\x47\x33\x48\xdf\xe1\x65\x51\x83\xcc\xe4\x39\x23\x34\x09\xc5\x50\x3e\x5f\x5a\xf4\x7b\x18\xbe\xe1\x9a\x94\xea\xdb\x45\x5a\x42\x93\x46\xda\xce\x42\x8a\xab\x7d\x62\x82\xf8\x39\x72\x7d\x7b\x96\xb4\xdf\x41\x5a\x39\x8f\x13\x5f\xe5\x80\xc1\xa1\x09\x6f\x14\xf9\xa1\x37\x21\x0c\x28\x7f\x86\x12\x3f\x31\x04\x02\x75\x23\xcc\x90\x28\x17\xe5\x0e\xa7\x0c\x3e\x00\x53\xb9\x83\x5c\x90\xbe\x28\x37\x37\xb6\x56\xc1\xc1\x09\x66\x28\xad\x46\x01\x2a\x4a\x90\x72\x93\x60\x8f\x4a\xd3\xa9\x56\x0b\x0a\xee\x63\xc1\xd0\x93\x86\x07\xe0\x3b\xaa\x80\xe7\x6c\x0a\x8c\xd8\x37\x15\x06\x19\x1d\x23\xc8\x07\xc0\x9e\xe7\xf1\x41\x8a\xe9\xfa\xb8\xa5\x0c\xc1\xb9\xe0\x49\x6b\x1e\x69\xe7\xa5\xa8\x9f\x92\xd9\x45\x75\x5e\xbc\x4f\x07\x3b\xe2\xbf\x9e\xae\x9c\xf4\xe9\x40\x5c\xd8\xd9\x02\xae\x04\xb7\x1f\x49\xf4\xfe\xf3\x9f\x56\x34\xe3\x85\xe4\x74\x30\x40\xa9\xcc\x3f\x3e\x1d\x4f\x7c\xf0\xc4\xa0\x16\x65\x1f\xcf\xc6\xa5\x53\x54\x64\x84\x1a\xd5\x54\xe6\x79\x3c\xe1\x32\x50\x8a\xc0\x6a\xc5\xc0\xc0\x4c\xae\x9c\x67\x4a\xa8\x04\xbd\x8d\x42\x7b\x7d\x3a\x40\xd6\x4e\xba\xc4\x46\xee\xa5\xac\x7a\x7d\x3a\x18\xc8\x74\x8c\x19\xd2\xd1\x71\x99\x52\x3b\x17\x5b\xae\xe6\x52\x4f\xfe\xcc\xf4\xdf\x9b\x4d\x08\xbf\xea\x39\x4e\xaa\xb2\x9c\xcb\xa9\xf3\x86\x0a\x63\x22\xbd\x2b\x65\xee\x73\xb1\x2e\x14\x2f\x72\xbf\x64\x75\x0b\x6e\x28\x40\x41\xf8\x45\xae\xd3\x6c\x3a\xb8\x83\x21\xb7\x05\xc9\xdb\xae\x40\x35\xf5\xb7\xf3\x80\x26\xf1\x94\xcb\xe0\x28\xf2\xd0\x17\x4e\x1c\x31\x81\x55\xa7\x7c\x53\x5a\x68\x89\x0b\xd9\x5a\x8c\x6f\x04\x1a\xfd\x06\x37\x1f\xcd\xa4\x31\xbc\x32\x7e\x09\x47\xd7\x2e\x47\xe9\x3b\x4c\x76\x5c\x6a\x72\x03\xc9\x16\x1c\x6c\x01\x49\x73\xf6\x3b\x75\x30\x29\x2c\xf8\x00\x61\xda\x6e\x5b\x35\x44\x87\x9b\x4e\x8a\x9e\xfd\x4e\x1d\xd4\xb3\x5a\x42\xcf\x1c\xbb\xe1\xdf\xa9\x93\x5a\x29\x1d\x55\x9b\x44\x82\x1e\x7e\x77\x22\xc6\xca\xe4\xa1\xfb\x9d\x36\x4b\x43\x78\x34\x23\xa2\x8d\x54\x7c\x49\x7f\xa7\xe8\xd9\xbb\x34\x5d\x18\x94\x2a\x3b\x5b\x61\x14\x0c\x09\x5b\xb3\x65\xc6\x8a\xb7\xa1\xda\xc3\x8d\x6e\x83\xb3\xeb\x19\xf5\xa5\x69\x95\x4d\x99\x73\x94\x9d\x01\x4f\x80\x60\x6e\x75\xf5\xad\x63\x42\xdd\x32\x34\xcb\xb5\x21\x0b\xd1\x49\x02\x84\x0d\xaf\xb6\xe0\x13\x19\x2e\x31\xe6\xd0\x25\x27\x82\x5a\x18\x12\x0e\x9f\xc7\x1b\xdf\x28\xc4\xb3\x6e\x6d\x33\x4f\xbf\x14\x46\x04\x97\x68\xb9\x1a\x04\x7f\x4b\x71\x9f\xb6\x73\xe6\xb1\x76\x03\x29\xf9\x7f\x14\xed\x9d\x57\xf4\x5e\xd7\x0b\x39\x9a\xfe\xf9\xe7\x75\x71\xc9\x47\xd3\x04\xbc\x3f\x92\x87\x15\x94\xc8\x35\x2e\x19\x18\x50\x8d\x0c\xc4\x00\xa4\xe4\x21\x5b\x78\x17\xf0\x4c\x33\xf4\x6f\x04\x68\x41\xd2\xdb\xe8\xe0\xe4\x2a\x9e\x46\xc1\x69\xcc\x78\x6f\xa3\x8b\xf9\x15\x83\xe4\x2a\x8e\x82\x9e\xf7\x04\x0b\x4c\xdc\x2b\x84\x29\x93\x1e\xac\xc0\x12\x29\x1e\xc0\x97\xc0\x7f\xa2\x3d\x2d\x59\xc8\x3f\xf6\x79\xbf\x33\x18\xb8\x46\x86\x90\x2f\x78\x8a\x52\xb5\x60\x76\x1a\x3b\x33\x56\x2f\xfb\x94\xfb\xa8\x87\x1c\xc6\x4b\x68\xbf\x0a\x28\x3f\xa4\xa9\xdc\xe2\x95\x37\xf1\xad\xc5\xa8\x13\x63\xe8\xa0\x8f\xb7\xcf\xad\xa9\x17\xd4\xe9\xf6\x69\x28\xc4\xc2\x91\xcd\x58\x22\x92\x72\x90\x35\xab\xf5\x6c\x5b\x54\xdc\x34\x6a\x87\x5d\xa3\x99\x82\x85\x58\x3d\x94\x2d\x2c\x77\x22\x1d\x72\x0d\xf5\xa4\x8d\xe3\x32\x69\xa1\x5e\x76\x06\x97\xf0\x69\x49\x6c\xf8\xaf\x08\xd9\x48\x44\x22\x91\xb1\x4a\x61\x74\x02\x97\x07\x9f\x26\x52\xd8\xe2\xa0\xb2\xa7\xb5\xb8\xd7\x37\xba\x99\x34\xcb\x7f\xc1\x3d\x0e\x09\x97\xf8\x61\x55\xf4\xa0\x1c\xcc\xb7\xa4\xb7\x79\xfb\xf3\xe4\x37\xfc\x82\xac\xaf\x4e\x37\x60\xfb\xd6\xdf\x3d\xde\x45\x91\x54\xb9\x7b\xde\xf6\xdc\xff\xaf\x8e\xdf\x7a\x52\xdb\xc6\x13\xbb\x8d\x27\x83\x42\xb0\x1e\x3d\xc9\xa2\x81\x8f\x0c\x9a\xa8\x66\xac\x13\xdf\x67\x9b\x3d\x7b\x0f\xd7\x3d\x90\xe9\xd3\xcd\x41\x84\x4d\xa7\x67\x6e\xa5\x99\x89\xc6\xda\xab\x12\x7f\x3c\x8b\x4c\xf0\xee\xd1\x2c\x4a\x25\x33\x8c\x1a\x95\x94\xc8\x54\x9a\x81\x7f\xe3\x38\xdf\x20\x4d\x68\x48\x02\x50\x81\x33\x41\x33\xea\x3b\x4e\x4e\x42\xe8\xd0\x4c\x85\x0e\x31\xb3\x72\xd9\xf9\xac\x10\xf5\x49\x05\xa5\x31\xb9\x33\x64\x07\xcc\xa7\x2e\x33\x1d\x84\x68\xc6\x64\xe7\xa9\x09\xb2\x27\xf3\x19\x94\x86\x8d\x59\x86\x7a\x88\x3d\x1b\x9c\x98\x34\x00\xd5\x45\xc8\xa3\x35\xa8\x12\x95\x95\xa8\x6d\x90\xa6\x98\x44\x51\x4d\x3c\xbd\x12\xbb\x52\x95\x8b\x5b\x5c\x82\x20\xc1\x9c\xcd\x08\xd9\x83\xd0\x52\x19\x13\x73\x13\x35\xa4\x1f\xac\xb1\x04\x50\x0b\x44\x2d\xc3\x0a\xed\x4f\xb2\x08\x3f\x68\x0f\xf8\xf0\xcf\xaf\x1c\x29\xf4\x07\x0d\xcb\xa3\x51\x5e\xce\x8e\xf1\xde\x6f\x3b\x9b\xb0\x98\xcd\xe5\xe1\xf0\x7d\x7d\x7c\xd8\x3b\x1a\x19\xdf\x61\x45\xce\x3e\x02\x50\x1f\xbc\x33\x39\x96\x72\xea\x90\x62\xd6\xd2\x7a\xd3\xcd\x7b\x2e\x61\x17\x1e\x6f\x7d\xd7\x69\x14\x2c\x3f\x13\xe0\x27\xea\x66\x4a\xc5\x1a\x2d\xb4\x1d\x14\x05\x1c\xac\x23\x94\xcb\xa8\x66\x82\x98\x32\xf5\x67\x32\x50\xdc\x21\xe5\xc0\x3e\x90\x48\x1b\x72\x86\xfa\xa7\xb1\x33\x35\xbf\x7d\x71\x3c\x4d\x51\x71\xcb\xa9\x84\x9e\x72\x04\x18\x50\x1a\xa8\x4c\xd3\xee\x92\x56\xd3\x14\xb3\xb9\x2b\x97\x70\xc2\xc3\x61\x33\x6f\x2a\xf7\x23\x32\x65\xd4\x56\xfc\xcc\xe2\xe9\x44\xda\x84\x54\x5f\x7b\x59\x75\x1c\xc8\xcc\xeb\xcd\xba\x52\x28\x2d\x90\x61\x25\xeb\x5a\x29\x25\x1f\xbe\x27\x2a\x4b\x51\x61\x9d\xcf\xb9\xfe\xa0\xe7\x9e\x16\xcb\x96\x0a\xf9\x60\xc9\x12\x8a\xd5\x2f\x41\x8f\x27\xb3\xa1\xad\x7e\xf2\xcd\x42\xeb\x71\x89\x12\xe5\x76\xc4\x43\x9e\x51\x25\xff\x80\xd2\x4b\x6b\x64\x25\x8b\x51\x53\x28\x0d\x93\xdd\x28\xfc\x50\xf9\xae\x5f\xa7\x89\x72\x10\x9a\x15\xde\xfa\x1b\x1d\x6c\x30\x98\xb5\xa4\x2e\xaa\x26\x76\x35\x10\x68\x06\xbf\xc8\x36\x56\xf6\x55\x81\x56\x1e\x4f\xaa\xfd\x77\xe7\xf4\x5f\x97\x07\xf7\x76\x43\x88\x27\xe5\x11\x90\x21\x0f\x3f\xc0\x5e\x3c\xad\x64\xc6\xad\x4e\xdf\x2e\x6a\x00\xc3\x7c\xce\x60\xe3\x52\xfc\xf4\x21\x2d\x57\x9f\x95\xa3\x8d\x58\xc5\x5b\x2d\xd7\x32\x8a\x5a\xf9\x2c\x48\x7a\x35\x3b\xca\xaa\xe3\xda\xd3\x60\x97\x90\x41\xbd\x35\xfc\xb1\x5c\x92\x04\x24\x81\xe3\x29\x2f\x0a\x91\x6c\x87\x42\xd8\xf2\x19\xa6\xdf\xba\xed\x36\x7c\x0b\xdf\xc2\x66\x17\x6d\xf2\x34\xc5\x91\x4f\x71\x52\x3a\xf2\x55\x46\xc8\x2c\x8e\x4e\xbb\x37\x62\x64\x0c\x26\x91\xb2\xc4\x3c\x43\xa6\xd2\x91\x75\x91\x80\x59\xae\x3d\xd7\x6a\x33\x15\xcb\xca\xcf\xfd\xae\x2c\x78\x40\x83\x45\xc5\x5e\x98\xe3\x14\x73\x12\xc9\x37\x49\x5a\x81\xe2\x39\xdb\x5e\x07\xf0\xc5\xf8\x8e\x75\xf0\x38\xbf\xb1\xba\xd2\xc5\xf6\xf4\x69\x28\x34\x10\xf3\x78\x97\x06\xa7\xe2\x4b\x75\x7a\x28\x9d\x44\xe4\xba\xbe\xca\x5b\xf1\xa5\xae\x4a\x52\xb3\xb6\xcb\xea\xd8\xc3\x80\xda\xcd\x2c\x19\x84\x5b\x13\xcf\x65\x7b\x19\x36\x6a\xb5\x54\xf2\x37\x13\x8c\xd3\xee\x7e\x0d\xcd\xdf\xdc\x70\x4f\xcf\x52\xb7\x9f\x17\x9f\x73\x0c\x79\x15\x57\x03\x53\x46\x1a\x3a\x27\x1c\xb6\xbf\x88\xd3\xff\x93\x04\xa7\xb2\xd8\xc2\x06\x35\x13\xce\xb4\x00\xe1\xe5\xf2\xa1\xf9\x62\x4a\xa7\xd5\x8b\x92\xe5\xb7\x5e\xaa\x3f\xf2\xb8\x72\x42\xe7\xc8\xde\x0b\xda\x0a\xde\xa7\x83\xb6\x0f\x4a\x25\x21\xa3\xbd\x27\x59\x3b\x9e\x02\xa6\xb4\x22\xc1\xb8\x57\x1a\xa5\xee\xf6\xdd\xf9\x34\xe2\x69\xb4\x54\xa1\x91\xde\x48\xa3\x52\x97\xe5\x6f\x04\xcd\x97\xd8\x21\x34\x75\xa2\x50\xc8\xdf\xe8\x1d\xa3\x95\xeb\x76\x14\xb3\x8f\x84\x05\x49\x7a\x3e\x61\xb1\xb4\xa0\x2d\x69\x32\xe4\x4e\x4d\x44\x0f\x45\xe3\x93\x02\x50\x6a\x47\x9d\x9a\x03\x94\x11\x5b\x21\x0f\x49\x24\x2d\x8c\xfb\x30\xc0\x56\xb3\xf9\x4f\x0b\x7e\x50\xa3\x18\x28\xdc\x3b\xd7\x21\xba\x65\xd6\x33\x94\x9a\x61\xd7\xa2\xd7\xe7\x55\xd4\xb7\x93\x4f\x44\x4d\x12\x57\xab\x6d\xfa\x25\xb0\x44\xbd\x9a\x09\x55\xdb\xc6\x15\x7c\xa7\x0e\x38\x4a\x2f\xc8\xf0\xfd\xfc\x61\xb6\xcb\xfd\xd5\x8c\xe9\x85\xdf\xd9\x29\x8d\x5c\x0f\x8a\x4d\x69\x71\x07\x6b\x6a\xfb\x65\x72\xc2\x1a\x9b\x8d\x78\xe6\xa1\x06\x7b\xd7\x32\x04\x61\xbf\xf4\x67\x59\x82\xc8\xc5\xd0\x52\x0b\x05\xbe\xbd\xb3\x7d\x90\xe7\x52\x42\x7b\x01\x29\x97\x2e\x0a\x0b\xba\x67\x76\x7d\x4d\x77\x64\xdf\x8a\x98\x49\x25\xf5\xcc\xce\x4a\xf9\xbb\x1c\xb1\x85\xb3\xf4\x19\xcb\xba\x30\x7e\x68\x8a\x82\x90\xcc\x53\xb2\x98\xc7\xe3\x11\x94\xf8\xd8\x2c\xe8\x6f\x14\xb6\x95\xcc\xa2\x6d\xc2\xd8\x94\x2a\xdd\x9f\xc3\x9b\x5b\x41\x53\x48\x0e\x9e\x15\xbd\x14\x2e\xeb\x62\x8b\xe7\x0c\xcc\x12\xed\x12\x8f\xc7\xf1\x25\x23\x93\xab\xcf\x60\x0c\x5c\xd1\x2b\x61\x6a\xdc\x75\x7e\x34\xff\x30\xf1\xdb\xf9\x8f\xc8\xef\x0f\x1a\xb4\xe6\x52\x48\x54\xd4\x7e\x19\x4c\x31\x0e\x40\x35\x13\xfa\x89\x77\x0a\x97\x32\xb6\x6c\x5d\x25\x2e\x2b\xa9\x1a\x1b\xbe\x32\xf7\x93\x21\x44\x55\x1d\xdf\x0f\x8d\xcf\x11\xb8\x09\xe6\xa8\x11\x29\xc3\xbf\x19\x8d\x03\xe8\x69\xf3\xc0\x20\x4c\x38\xa1\x43\xe8\x51\x9c\xa8\x7a\xbd\x30\x45\x98\x3e\x67\xd2\xa3\x88\x22\x4c\x5f\x10\xa9\xe6\xa5\x4a\x98\x10\x79\x49\xcc\x78\x39\xea\x47\x26\x85\x30\xed\xb5\x79\xf6\xa8\xcd\xdb\x64\xa6\xc7\x04\x87\xbe\x11\xd4\xe0\xd8\x7f\x43\xf8\x95\x37\x8a\xe2\x98\xb9\xe1\xd6\x76\x46\x46\x84\x2f\x3a\x3b\x89\x1f\xfe\xd7\xf6\x4e\xd4\x8f\x07\x59\x43\x3d\x37\xea\xc7\xed\x6e\xfe\x62\xb3\xf0\x19\x6d\x6d\xf7\xdc\xc4\xef\x60\xe6\x77\x30\xf1\x3b\x2a\xfd\xa7\xfc\x94\xf4\x22\x3c\x0e\x69\x4f\x8a\x1b\x0f\x05\x89\xdb\xe9\x7c\xcb\xd0\x56\xb7\xd3\xc1\x32\x7f\x71\xe9\x53\xa2\x3f\x91\x4f\xc5\xf7\x44\xbe\x5f\x22\x3c\x9a\x0e\x47\x21\x4b\x3e\x9b\xa1\xde\xbb\x47\x33\x58\xe8\x27\x00\x2b\xfb\x09\x4c\x27\x01\xe1\xd0\x96\x29\x0f\xda\x3a\xcc\xc2\x83\xdb\x4f\x6b\xf2\x29\x0f\x83\xcd\x76\xac\x68\xd9\x98\xa2\x5e\xce\x21\x81\x54\xa8\x48\xbb\xac\x3a\xbb\xcb\xa6\xad\xc3\xa5\x48\xb4\x95\x22\x1d\x19\x5b\x00\xb1\x4c\xd0\x2f\x01\x22\x1e\xe9\xb2\x6a\x12\x6f\x59\xfc\xe9\xba\xd5\xb2\x6e\x7a\x6c\xbc\x2f\x1d\x0c\x9e\x5a\x8a\x5d\xe9\xf8\x85\xc1\x98\x43\xb9\x04\x77\x71\x9f\x5b\xb6\xb3\x7c\xce\xea\x5a\xd9\x69\xb6\xc8\x30\x5a\x18\x80\xdd\x4e\x65\x63\x2a\xc6\xec\x41\xf4\x95\x0a\x39\xcc\xa4\x5d\x6a\x5f\xc6\x9e\x37\x01\xfa\xdf\x32\x48\x40\x1c\x29\x77\xa3\x83\x70\xe1\xd3\x6b\x25\x64\x75\x67\xe2\x3c\x75\x53\x34\xc0\x67\x82\xaf\x9f\x5f\x3d\x6d\x2c\x55\xca\xd8\x53\x0e\xe5\xaa\x87\x31\x6d\x4f\x80\x49\x57\x9d\x98\xb6\xaf\x38\x9f\xe8\x98\x47\x77\x5a\xbc\x6a\xc1\x61\x4c\x03\x65\x91\x16\xcd\xa9\xb4\x95\xc4\x63\xe0\xe1\x18\x2a\x6b\x2f\xf0\xfc\x3a\x75\x96\x2e\xf2\x5f\xb8\x4b\xb7\x61\x80\x95\x24\xde\xed\x60\x9a\xa7\x04\x58\x58\xa1\x9a\x25\xcd\x51\x25\xb8\x63\xe5\x8d\x71\x1d\xe5\x62\x25\xe3\x69\x48\x0d\xe3\x9c\x2b\x76\xd9\x36\xfd\x2f\xdc\x1a\x10\x3b\xe3\x7c\xeb\xdc\x75\xd5\xcb\xc9\x2c\x5c\xe7\xd5\xd9\xd9\x5b\x4f\x51\x75\x89\xa3\xd4\xf5\xbc\xfc\x59\xed\x87\xfe\x4a\xcb\x5f\xdf\x12\x7e\xa5\xf6\xea\xe6\xc6\x39\x8a\xc5\x4f\x07\xb3\xba\x52\xb2\x84\x51\x68\x6d\xf4\x55\x8e\x4d\x7d\xf9\xea\xb0\xe5\xea\x87\x69\x66\xc3\xf7\x69\xab\x25\xc3\x7c\xb3\x41\xee\x64\x20\x4e\x31\x42\x78\x57\xce\xaa\x04\xa3\x87\xa2\x90\xd8\x7d\xe4\xce\x42\xda\x83\xbe\x53\x0b\x1a\x03\x4f\xd5\xf6\x48\x14\xc5\x1f\x21\x90\xb0\x9c\x08\xf4\x21\x46\xdb\x9b\x89\xee\x17\x2e\xf2\x4f\x31\x1b\x13\x8e\xdc\x99\x54\x6d\xf7\xb6\xfe\xbf\xdf\xb7\xb6\xd2\xd5\x56\x3b\x5f\xb0\x4a\xf0\x2c\x68\xb5\xac\xb9\x6b\x52\xe5\x16\xd0\xff\xbf\x06\xe4\x15\xdd\xba\x5e\x50\x57\x3b\xae\x80\xb0\x00\xe4\x6f\x33\xb8\xd0\x47\xc0\x38\xfe\x39\xca\x98\x56\x29\xfc\x14\x6c\x8a\xcd\x38\x95\x71\xda\xef\x7b\x4f\xed\x43\xc2\x43\x2a\x57\xf6\xbe\x4d\x59\x13\x90\xcd\xcc\x5d\xaf\x6a\xd5\x2a\x4e\xde\xa8\xae\x58\x8a\xd0\x20\x5d\x9e\x12\xdd\x06\x95\xf7\x1f\xbe\x32\xb2\xe2\x17\xb8\xbe\xc7\x12\xdf\x92\x6a\x50\x56\xc9\x5f\xd9\x0a\x48\x28\x5b\x8c\xc4\xfa\xa4\xfd\xe7\x6e\xfb\xdf\x9d\xf6\x8f\x03\x37\x7f\x6e\x0f\x66\x1d\xfc\xdd\x76\x6a\x7d\x45\x3b\x8f\xb6\xd2\xdb\xd2\x52\x93\x38\x0a\x87\xd7\x7f\xc1\x55\xd9\x6d\xff\x9b\xb4\xff\xec\xb4\x7f\xfc\xbd\x7d\x3e\x98\x75\x71\x77\xfb\x87\xf4\x0e\xf3\x67\x71\xf4\x57\x84\x89\xf2\xec\xb7\x9f\x7e\x57\x3b\xfb\x1a\x6f\x61\x7b\x3e\x5c\xc6\x29\xfd\x3c\x66\x77\xb3\x39\x9c\x8f\x8a\x39\xb1\x55\x4c\x24\x54\x44\x82\x9c\x5d\x4b\x31\x05\xf8\x4b\xea\x71\x3f\xcb\xf4\x52\x4c\xac\xf1\xcd\x18\x38\xe9\x53\x32\x06\xdf\xf9\x66\x13\x36\xbf\x71\x06\xdf\xc8\xb4\x6c\x59\x16\x39\x37\xe3\xe6\x10\xa6\xfe\xcc\x84\xb1\xb6\x42\x90\x07\x30\x8c\x03\xf8\xf5\xe4\x70\x2f\x1e\x4f\x62\x0a\x54\xba\x36\xa4\xa5\x00\x06\xa5\xb5\xa2\xf3\xd7\x8a\xe6\x56\xc2\x2a\x55\x61\x9e\xd7\xf0\x9b\xbd\x78\x1a\x05\x4d\x1a\xf3\x26\x03\x12\x34\xd5\x5c\x9b\x23\x16\x8f\x9b\x62\x26\x4d\x4e\x2e\x9b\x1f\x43\x7e\xd5\x14\x53\x6a\xea\x29\x79\xdf\x28\xf9\x0b\x9b\x52\x1a\xd2\xcb\x33\x48\x78\x72\x73\xc3\xe0\x3f\xd3\x90\x15\x96\x9c\x4c\x26\x0e\x32\x1b\xa3\x33\x07\xbb\x2a\x61\x7a\x5e\xca\xc1\x1f\x80\x89\xfb\xab\xe7\x6c\x7b\xdb\x5e\x67\xf3\x87\x8b\xee\x76\xd0\x09\x3a\x4e\x8a\x1a\xff\x7f\x00\x00\x00\xff\xff\xa4\xf6\x89\x2f\xea\x31\x13\x00") +var _web_uiAssetsConsulUi41879c3a6c5c085abdfc8db6289e1dafCss = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x8f\xdb\x48\x92\x28\x8a\x7f\x95\x84\x07\x83\x33\x3d\x53\x8c\xc9\xf7\xa3\xbc\x6d\x9c\x1e\xef\x36\xfc\x03\xca\xbf\x0b\xdc\x3d\xeb\x3f\x66\xd0\xe7\x82\x45\xb1\x4a\x6a\xb3\x24\x1d\x49\x25\xdb\x65\xf8\x7e\xf6\x8b\x88\x4c\x52\xa4\x44\xea\x55\xe5\x6e\xbb\xb7\x60\x4b\x45\x31\x33\x92\xc9\xcc\x78\x66\x46\x44\xfe\xcf\x62\x9c\x2f\x96\xe5\x8a\xbd\xf8\xaf\xff\xf5\x73\xe6\x5f\xbc\xcc\x17\xab\x49\x51\x95\x17\xf9\x72\x32\x2a\x2f\x6e\x26\xb7\xf7\x8b\xf2\xe2\x66\x36\x5b\x95\x8b\x8b\x71\x99\x8f\xf0\xcf\xed\x62\x76\x3f\xbf\x18\x2f\x2e\x96\x65\xb1\x9a\xcc\xa6\x9f\x47\x93\xe5\xbc\xca\x3f\x5d\x5e\x57\xb3\xe2\xfd\x97\x3f\x55\xb3\xdb\xc9\x34\x5b\xcd\x6e\x6f\xab\xf2\x6f\xa3\xc9\x9a\x45\x78\x76\x7d\xbf\x5a\xcd\xa6\x17\x50\xcc\xa6\xcb\xfb\x2a\x9b\x4c\x57\xe5\x14\xe1\xb3\x9b\x49\x59\x8d\x96\xe5\x6a\xc9\x60\x5e\x2e\xee\x26\xcb\xe5\x64\x36\x5d\xbe\xaa\xeb\x97\x77\xf3\xd5\xa7\x6c\xb9\xca\x57\xe5\xab\xfb\xea\x55\x35\x79\xf5\xd7\xbe\x9b\x97\x79\xb1\x9a\xac\xcb\xbe\xa2\x2a\xbf\x2e\xab\x3d\xed\xb5\xcb\x9b\x66\xee\x66\xa3\xbc\xca\x46\x93\xbc\x9a\xdd\xb2\x7f\x2d\x66\x55\xf9\xe3\x68\x56\xdc\xdf\x95\xd3\xd5\x2f\x6c\x34\x62\xf9\x81\x2a\x73\xac\xb1\x2c\xf3\x45\x31\xce\xae\xf3\x05\x3d\xf0\x7e\xc9\x60\x51\xde\xcd\xd6\x65\x96\x57\x55\x3d\x22\xf9\x05\x75\x00\x56\x9f\xe6\x65\x6a\x6d\xf7\x4e\xdd\xaf\xbb\x7c\x32\x8d\x8f\x6f\xae\x3a\x45\xf3\xba\x64\xde\x14\x7c\x5e\x95\x1f\x57\xd9\xa8\x2c\x66\x8b\x1c\x07\xfc\x72\x3a\x9b\x96\x5f\x60\x3e\x9b\xcf\xd6\xe5\x22\x5b\x96\x55\x59\xac\x58\x1c\x84\xcb\xcb\xfc\x06\x27\x9b\x9a\x88\x33\xce\xa6\xf9\xfa\xf2\x66\xb2\x58\xae\xb2\x62\x3c\xa9\x46\x6c\x56\xb1\x6a\x72\x39\x9d\xad\xfe\xd2\xbe\xfd\x03\xcb\x3f\xdf\xe5\x0b\x9c\xfb\xaa\xbc\x59\x5d\xda\xf9\xc7\x2f\x90\x7f\x58\xd6\xf3\x9d\xdf\xaf\xc6\xd9\x5d\xb9\x1a\xcf\x46\x19\xbe\xd7\xe5\xe5\x75\x79\x33\x5b\x94\x17\xed\x4a\xe5\xc7\x55\xb9\x98\xe6\x55\xb6\x9c\xdd\x2f\x8a\xfe\x3a\xef\x27\xd3\x51\xb7\xa0\xa2\x7e\x6e\xee\x15\xe5\x62\x35\xb9\x99\x14\xf9\xaa\x4c\x63\x0c\xe3\xc9\xa8\xdc\x5b\x61\x39\x9e\x7d\x68\x55\x88\x8f\x1a\x97\x79\xb5\x1a\x67\xc5\xb8\x2c\xde\x67\xd5\x64\xb9\x62\x50\x2c\x26\xab\x49\x91\x57\xd0\x29\x9b\xdd\xaf\xe6\xf7\xab\x63\xe0\x7b\xc0\x70\x12\xcb\x3b\x7c\x93\xc7\x35\x10\x61\x1e\xd7\xc6\xaf\x1f\x1e\xf9\x16\xef\xef\xaf\xcb\xc5\xb4\x5c\x95\x8f\x7c\x99\xe9\xec\x2e\x1f\x3d\xae\x89\xd9\x64\x54\x3c\xae\x85\x55\xb9\x58\xe4\x37\xb3\xc5\xdd\x31\xcd\xcc\xf3\xe5\x72\x32\xbd\x3d\x17\x31\x3e\xe4\x8b\xe9\xb1\xe0\xbd\xbc\x73\x9d\x57\xf7\xc4\x57\x66\x1f\x5e\x5d\x56\x79\x4d\x97\xa7\x00\x8f\xca\xe9\xa7\x23\x61\xa9\xd3\xab\x11\x5b\xae\x16\xb3\xe9\x6d\x2f\xf2\x0e\x56\x1e\x40\xd4\xc1\xfa\x7d\x48\x39\x58\x79\x0f\x02\x0e\xc2\xf4\x23\xdb\x60\xf5\x5e\xc4\x1a\xac\x3d\x8c\x44\x1b\x90\x8d\xdc\x8b\xd0\x47\x8d\xea\x00\xd0\xc1\xd1\x1d\x80\xdb\x3f\xca\x03\x40\x47\x8d\xf6\x00\xec\xa1\x51\x1f\x00\x3b\x30\xfa\x03\x50\xc7\xcc\xc2\x46\x5a\xb3\x6a\x92\x04\x03\x5b\xce\xf3\xe9\x81\x89\x18\x86\x3b\x38\x17\xc3\xa0\xfb\xa7\x63\x18\xee\xa8\x19\x19\x06\x3f\x34\x29\xc3\x90\x07\xe6\x65\x18\x70\x70\x6a\x0e\xab\x0e\xdd\x7a\x83\xda\x43\xb7\x5a\x57\x81\x48\x65\xdb\x3a\xc4\x68\xb2\x2c\x50\x3d\xfa\x94\x15\x63\xd4\x85\x60\x51\x2e\x67\x15\xea\x4b\x45\xbe\x18\xb1\x51\x05\x37\xf9\xa4\xc2\x1a\x6c\xb4\x3a\xa6\xfa\xa2\x1c\x4d\x16\xa8\x68\xed\xad\xbe\x7c\x95\x94\x2e\x1c\x99\x5a\x19\xeb\xa9\x3e\xbb\x5f\x95\xd4\x74\x5d\xff\x1e\x95\xb2\x2e\x9e\x1e\x0d\xb5\x8d\xa5\x47\x03\x76\x70\xf4\x68\xa8\x3e\x0c\x3d\x1a\x78\x0b\x3f\x8f\x86\xeb\x62\xe7\xd1\x60\x3d\xb8\xd9\x0f\x7b\xe4\xc4\x2d\xe7\xd5\x64\xb5\x1a\x9a\xe7\x9b\x2a\x5f\x22\xa6\x2f\x97\xf9\x6d\xc9\xe6\x50\x2e\x16\xb3\x45\xe2\x60\x9b\x0e\xec\xd4\xfa\x38\x59\xae\x96\x07\xab\x2d\xef\x8b\xa2\x5c\x1e\xae\x97\x14\x91\x9d\x7a\xe3\x7c\x99\x51\x87\x5e\x6d\x97\xfc\xfa\x61\x75\x98\x54\x5b\x95\x06\xe9\xb4\x55\xa7\x4b\xa4\x58\xb0\x4d\xa1\x1b\x34\x3a\xfc\xf0\xdd\xba\x83\x7d\xd8\xad\xda\xed\x4a\xab\x7c\xbb\x47\x7b\xed\xc1\xfc\x5f\x8b\xb2\xfa\xeb\x8f\xe3\xb2\x9a\xff\xd2\x4c\xf8\x3e\x88\x1a\x43\xfe\x35\xca\x57\x79\x96\x0b\xf1\x29\x55\xcc\xd0\x98\xf9\xe5\x22\x92\xc2\xe1\x77\xef\x54\x1b\x7c\xed\x4e\xad\xee\x1b\xc7\xa2\xed\x97\x9d\xce\x56\x93\xa2\x84\x62\xd1\xaa\x89\x44\x56\xdb\x93\x80\x3d\xe2\x19\xdd\x9a\x2f\x66\xeb\x49\x07\xba\x53\xf3\x76\x36\xbb\xad\xca\xa3\xaa\xde\x4d\x8a\xc5\x6c\x39\xbb\x59\x1d\x55\x7b\xf6\x7e\x95\xef\xab\x78\x78\xf0\xda\xb5\x06\xc7\xae\x5d\xa9\x3b\x74\x54\xb2\x3d\x72\x5b\x86\x37\x32\xed\x24\x0f\x87\xeb\xc4\xd6\x0f\x56\xfb\xf5\xc3\xea\x60\x9d\x0d\x02\x1f\xac\x4a\x33\x7f\xb0\x16\xbe\xe4\xc1\x4a\x0d\x23\xdd\xad\xb9\x98\xdd\x2e\xca\xe5\x12\x26\xd3\x51\xb9\x42\xed\x6d\x9a\xaf\xca\xbe\xb5\x93\x24\xe0\xa6\xb3\xd5\x5f\x5a\xcb\x28\x3f\x6c\x9a\xea\x05\x49\xd2\xed\x44\x28\x14\x6d\x27\x82\xb4\xe4\xda\x89\x90\x51\xa8\x9d\x08\x44\x12\xed\x44\x98\x8d\x38\x1b\x06\x6c\xea\x1c\xa6\x8e\x9d\xaa\x83\x24\xb2\x53\xb3\x4b\x27\x9b\xe2\x2d\x62\xf9\xd7\xcd\x6c\xf1\xe3\x6a\x36\xab\xf0\x3d\xe2\x9a\xe2\x2f\x17\x91\x51\x5e\xe7\xd3\x69\xb9\xf8\xa5\xb5\x3c\x35\xbb\xa1\xfe\x31\x98\x2c\xb3\x6a\x56\xe4\xd5\x46\x79\x27\x9b\x36\x95\x6f\x1a\x3f\xad\x9d\x84\x48\x4f\xd1\x14\x62\xd7\x53\xb4\xd3\x42\xb9\xa7\x68\x2e\xe2\xe1\x53\xb4\x44\xc8\xf9\x14\x0d\x6d\x30\xb6\xb7\xb5\x24\x55\x6b\xbc\x6b\x24\xeb\x78\x75\x57\x45\xc1\x49\xda\xd9\xff\xfe\xf1\xc5\xa8\x80\xbc\xa8\x22\x97\xf9\xf8\xe2\x17\x46\x2b\x9c\xfd\x0b\x18\x27\x03\x6f\x29\xd0\x27\xc3\xb7\xf5\xe8\x93\x81\x7b\xd4\xe9\x93\xdb\xe8\x6a\xd5\x27\x83\x77\x94\xeb\x93\xa1\x77\x75\x6c\xaa\xd0\xa7\x30\xd5\xf4\x0c\xf3\x59\x35\x29\x3e\x65\xd3\xd9\xa8\xcc\x26\x23\x34\x31\x57\x9f\x1a\xf0\xed\x5a\xcb\x72\xb1\x9e\x14\x43\x15\x93\x01\x78\xb8\xc5\x6e\xc5\xfd\x8d\xa2\xc2\x7a\xb8\xc5\x56\xad\xfd\xcd\xb5\x94\xce\xc3\xad\xee\x56\xde\xdf\x78\xd4\xef\x0e\xb7\xdb\xa9\xb7\xbf\x49\xd2\x7b\x0e\xb7\xd8\xae\xb6\xbf\xc1\x8d\x80\x38\xdc\xea\x4e\xdd\x03\x4d\xcf\xe6\xb3\x6a\x76\xfb\x09\x45\xdc\x62\x52\x20\xf7\x89\x22\x28\xa2\xdc\x2a\xbf\xae\x4a\xf8\x30\x59\x8d\xb3\x51\xb9\xca\x27\xd5\x92\xad\x46\x97\xb3\x69\xf5\x29\xae\x91\xbe\x1a\x4d\xd6\x71\x07\xa9\x69\xb6\x17\xa4\x5b\xe7\xf3\x75\x5e\xbc\xbf\x5d\xcc\xee\xa7\xa3\x6c\x3e\x5b\x4e\x68\x5f\xa6\x28\xa7\xab\x72\xf1\xb2\x55\xb4\x28\xe7\x65\x8e\x8a\x48\xba\xfa\x42\x7b\x6c\xff\xe7\x7e\xb6\x2a\x2f\xae\x67\xa3\x4f\x17\xa3\xd1\xc5\xa8\xba\x18\xad\x2e\xea\xb5\xdc\x7a\xd3\x6e\x2c\x2e\xc6\xf2\x62\xac\x2e\xc6\xfa\x62\x6c\x2e\xc6\xf6\x62\x1c\xb9\xe2\xc5\xe4\x66\x91\xdf\x95\x17\x55\x79\x5b\x4e\x47\x17\xd5\xe4\x62\x56\x5d\xcc\x2f\xe6\xd8\xef\xf2\xe3\x2a\x5f\x94\xf9\xc5\x7d\x95\xb6\x72\x2e\xf9\xcb\x79\x3e\x1a\x4d\xa6\xb7\x97\xfc\xcb\x4e\x93\x9f\x6f\x66\xd3\x55\xb6\x9c\x3c\x94\x97\x82\xf3\x3f\xbf\xa4\x9f\x1f\xca\xc9\xed\x78\x75\xa9\x39\xff\x72\x5f\x7d\xae\x26\xcb\x55\xb6\x5c\x7d\xaa\xca\xb8\xeb\x44\x43\xf3\xf9\x7a\xb6\x18\x95\x8b\xac\x98\x55\x55\x3e\x5f\x96\x97\xf5\xc5\xcb\x54\xb0\x9c\xe7\x45\x7c\x26\xd5\x67\xab\xd1\x45\xba\x18\x7f\x6e\xfa\xf3\x92\xb6\xb5\xf2\x6a\x72\x3b\xbd\xac\xca\x9b\xd5\x97\xfc\x7e\x34\x99\x5d\x94\x77\xd7\xe5\xe8\x62\x72\x77\x7b\x31\xbb\xfe\xb5\x2c\x56\x17\xa8\xf7\xcf\x3e\x8f\x63\xb7\xf2\xfb\xd5\xec\xe5\x5d\xfe\x31\xfb\x30\x19\xad\xc6\xd4\xed\x2f\x90\xcf\xe7\xd9\x7a\x52\x7e\x78\x15\x77\x2b\x1b\x1d\xf5\x5f\x28\x6a\x7e\x8c\xd7\xbf\xa4\xcd\xb8\xb2\x2a\x57\x7d\xcb\x5b\x39\xed\x85\x66\x68\x3c\x67\x64\xd5\xd5\x1b\x4b\xa3\x7c\x7a\x5b\x2e\x66\xf7\xcb\xce\xce\x63\xdc\x6e\xbb\x80\xc9\x14\x9f\x57\x8e\x12\xfc\x66\x83\xf3\xae\x9c\xde\x67\xf3\x7c\x5a\x56\xc9\x2e\xc4\x1b\x93\x55\x79\xf7\x0b\x5a\x8d\x8b\x32\xab\x15\x6c\xbc\xff\x2a\xf6\x94\xf6\x0c\xae\x67\x1f\x7f\xf9\x1b\xb5\x4e\x9b\xaf\x3b\xc0\x6d\x03\xa9\xde\x12\x3d\xb7\xad\xde\x2d\xc4\xbf\x5e\xc4\xa1\x5a\xce\x16\xab\xc1\x1a\x44\x1c\xc5\x6c\x7a\x33\x59\xdc\xd1\xa6\x24\xeb\x8c\x6f\x1e\x7f\x15\x8b\x12\x4d\x81\x34\x92\xc5\x6c\xfe\x29\xbb\x5e\x4d\xeb\xdf\xb1\x4a\x3e\x2d\xca\xaa\x73\x6b\x79\x7f\x7d\x37\x59\x5d\xb4\xe7\x70\x51\x2e\xcb\xd5\x2f\x9d\x5b\xb1\xd6\x2f\x69\x5b\x9b\x41\x9c\x80\x65\xdf\xd4\x47\x65\xb9\x7e\xfc\x0f\x71\x73\x96\xd4\x93\x44\xea\xe3\x7c\x99\xd5\xf0\xab\xc5\xab\xba\xad\x13\x86\xb2\x8f\x65\x9c\xd3\xd0\xe7\xec\x43\x79\xfd\x7e\xb2\xca\x56\xb3\xfb\x62\x9c\x15\x79\x55\xcd\xee\x57\x44\x7b\x2f\xeb\xa2\xfb\x65\x33\x21\xa9\xe0\x6e\xf6\xd0\x77\x77\xb9\x7b\x73\xfb\xc6\x97\xfc\x73\x31\xab\x66\x8b\xcb\x3f\x09\x63\xd5\xcd\xcd\x17\x1a\x95\x28\xd8\x2f\x90\x6c\xc7\xa9\x7c\x32\x1d\x97\x8b\xc9\xea\x0b\x72\xad\x74\x6b\x9d\x2f\xfe\x92\x65\xb7\x8b\xfc\x53\x16\x38\xff\xe1\x0b\x72\xa7\x36\x5f\x4c\x0d\xdf\xdc\xdc\xbc\x6c\x31\x1a\x3b\xff\x18\x29\x7f\x51\x4e\x47\xe5\x02\x59\xc1\x6c\xbe\x9a\xdc\x4d\x1e\xca\xab\xf2\x76\x72\x3d\xa9\x26\xab\x4f\xb1\x06\x02\x64\xf9\xe8\xd7\xfb\xe5\x2a\x32\x28\x7a\xd1\xd9\xf2\x63\x16\xdb\xbb\x9b\xcd\x56\x63\x6c\x00\xfb\xb0\x2c\xf2\x6a\x33\x46\x5b\x15\xf2\xe9\x6a\x92\x57\x93\x7c\x59\x8e\x5e\x22\x3e\xdf\x54\xb3\x0f\xd9\xc7\xcb\xf1\x64\x34\x2a\xa7\x9b\x3b\x9f\x2e\x97\xc5\x62\x56\x55\x2f\xaf\x67\x1f\xf1\xe9\x08\x9a\x58\xda\xf5\xec\xe3\xcb\xbb\xc9\x34\xf1\x1d\xc5\xf9\xfc\xe3\x17\x28\xee\xb2\x65\x36\xce\x97\xe3\x09\xbc\x9e\x8d\xca\xb7\x93\xc5\x62\xb6\xb8\x28\x66\xa3\x12\xf9\xf1\xe7\xa1\xce\x20\x0f\xa3\x7b\x37\xf9\xdd\xa4\xfa\x74\x79\x37\x9b\xce\x90\x65\x96\x5f\xc6\x8b\x9e\x01\xb4\x37\xce\x7a\x99\x78\x6b\x9c\xc6\xc4\x0d\xc5\xfc\xe3\xcb\xc4\xe8\x05\x98\x45\x79\xc7\xf8\xcb\x1d\xf8\xd6\x34\x49\x9c\xa6\x48\x14\xbb\xcf\x59\x2d\xf2\xe9\x72\x9e\x2f\xca\x69\x9c\xe5\x44\x6d\x17\x93\xe9\xfc\x7e\x75\x11\x71\xa6\x11\x31\x9f\xdb\xfd\xff\x47\x35\x99\xbe\x7f\x9b\x17\xff\xf9\x69\xb9\x2a\xef\x7e\x9e\x4d\x57\x17\x59\x3e\x9f\x57\x65\xb6\xa4\x3b\x17\x2f\xfe\xb3\xbc\x9d\x95\xec\xbf\xfe\x7f\x2f\x2e\xfe\xef\xd9\xf5\x6c\x35\xbb\xf8\xbf\x3e\x7e\xba\x2d\xa7\x17\xff\x75\x7d\x3f\x5d\xdd\x5f\xbc\xce\xa7\xd8\x6a\x55\x5d\xbc\xf8\x79\xb2\xc8\xd9\x7f\xe6\xd3\xe5\x8b\x8b\x17\xff\xbe\x98\x4d\x46\xf5\x8f\x37\x65\xb5\x2e\x57\x93\x22\x67\xff\xff\xf2\xbe\x7c\x71\xd1\xfc\xbe\xf8\x69\x31\xc9\xab\x8b\x65\x3e\x5d\xa2\xa6\x30\xb9\xf9\x12\xd1\x37\x49\x37\x92\x5d\x09\x7b\x3b\x12\xce\x71\xfe\x65\x33\x55\x03\x98\x85\x73\xf5\xa5\x3d\x97\x0d\xae\x44\x4c\xc1\x3a\x44\xaa\x6d\xb4\xa2\x09\xfe\x30\x9e\xac\x4a\x92\x84\xe5\xe5\x7c\x51\xbe\xfc\x30\x5b\x8c\xb2\x0f\x8b\x7c\x7e\x39\x9d\x2d\xee\xf2\xea\xcb\x5f\x2f\x6a\x15\x65\xa3\x54\x6c\xd0\xae\xa6\xb7\x5a\x2f\xf8\xdc\x9e\xfe\x96\xf0\xcb\xe3\xfc\x6c\x31\x98\xf6\xcd\x45\x3e\x9a\xcc\x7e\xf9\x5c\xdc\x2f\x96\xb3\xc5\xe5\x7c\x86\x32\x6f\xf1\xe5\x48\xa8\x75\xb9\x20\x77\x89\x24\xa7\xaf\xf3\x65\x59\x4d\x50\x0f\x20\xd6\xb0\x25\xc1\x5f\x6e\xd5\x5e\xcd\xe6\x5f\xf6\x22\x51\xad\xa4\x7c\x89\x3a\x4d\xfd\x8e\xfc\xcb\x5f\x6b\x15\x23\xbe\x29\xff\x02\xf9\x74\x72\x97\x47\x2e\xbb\xca\xaf\xb3\x69\xbe\x66\x68\xb1\xa5\x75\xd8\x33\x34\x80\x93\x41\x2e\xc7\x38\xc5\xd1\x6f\x66\x34\x59\x62\x57\x46\x3f\xc4\x9f\xd1\x4f\xe7\x87\x8b\xa1\x15\x97\x8b\x81\xf5\x95\x33\xf5\x90\x33\x80\x9a\x1e\x9f\x07\x7d\x33\x2b\xce\x7d\x70\x1c\xb5\xda\x2b\xeb\xfc\x16\x8e\x19\xf7\x9d\x3d\x7c\x88\x77\xb2\x64\xaa\xee\xdf\x6e\x6e\x21\x41\x47\x11\x39\x07\x68\xdf\x78\x1f\x01\x4d\xe3\xbd\xf5\xca\xe7\xb5\xd4\x37\x78\xfb\x77\x77\x93\x2f\x49\xd4\x8f\xda\xcb\x7d\xc7\x6f\xbb\xf5\xaa\xca\x3b\xb7\x5a\x63\xb4\x5b\x96\x30\x6e\xb7\xa0\x8b\x4f\x43\xe5\x7b\xb1\xa5\x77\x9b\x6e\x68\x5f\x6e\x70\x23\x6e\x70\xe7\xad\xd7\x2a\xd8\xe0\x33\xaa\xcf\xfb\x2b\xd4\x2f\x7f\xa0\x16\xbd\xe9\x45\x5a\x71\x6d\x5b\x1c\xd1\x0a\xd9\x69\x90\x46\x61\x34\x59\xff\xb0\xbf\xee\x66\x00\x0f\xd7\x6d\xd5\xda\xb7\x13\x96\x3c\x50\x8f\xd9\x2e\x3b\xc9\x3a\x3a\xe2\x45\x1f\xd3\xd8\xce\x48\x3c\xa6\xb1\x4d\x33\x7d\x16\xdc\xee\xbd\x06\xc5\x7b\x8a\x12\x7e\xf4\x94\x1c\x81\xfd\x4f\x35\xb4\x4f\x35\xaa\x8f\x1f\xd0\x5a\x21\x80\x38\x16\x25\x39\xf7\x1e\xb0\x50\x0f\x94\x6f\xb1\x99\xa3\x2a\xef\x1b\xf5\xae\x41\xdc\xf9\xb5\x61\x83\xdd\xdb\x71\x92\xbb\xf7\x3a\xbd\xea\x2b\xda\xd7\x87\x03\x66\x77\xbc\x55\x37\xde\x53\x12\x3b\xd4\x53\x70\xda\xa3\x3b\xe6\x7d\xbf\xcc\x1c\x92\x88\x7d\x05\x9d\x21\x39\x52\x00\xf6\x75\x6e\x70\xa1\x21\xde\xea\x3e\xa1\x53\xd2\xee\x5a\xa7\xe0\xb4\x47\xd7\x0b\x1a\x3d\xf7\xb6\x47\xa6\x5b\xb8\xfb\xfc\xba\xa4\x67\x6c\xfa\x2a\xec\xeb\xe1\x31\xcb\x2b\x07\x5b\xd9\x5e\x80\x39\x63\xcd\xe6\xd4\x5d\x89\xb8\x36\xdc\xb7\xd8\xdc\x29\xd9\x5e\x5a\x3e\x77\x41\xe8\x20\xbb\x7c\xb2\x76\xb7\xd8\xe7\x93\xb5\xbb\xd5\xe2\xe9\x4b\x59\x47\x0e\xc1\x53\x34\xdc\x3b\x06\x4f\xd1\x70\xdd\x64\x6d\x7e\xc6\xd5\x83\xe5\xac\x9a\x8c\x0e\x99\xa0\x3d\x42\x68\xef\x1a\xcb\xcb\xcd\x22\x7a\xb3\x48\x43\x31\x1e\xd9\xf5\x22\x9f\x8e\x32\xcb\xf9\x45\x5a\x04\xf8\xe1\x65\xbb\xd2\xea\xd3\x7c\xd6\x53\xe7\xcb\x53\x2b\x0a\x5f\x43\x02\x3c\x15\xdf\x3c\x86\x81\x6c\xb0\xef\x44\xce\x73\x2a\x3b\x1b\x58\xf3\xec\xcc\xef\x9f\x8c\x34\xce\x8a\x34\x91\x7f\x52\x4e\xe5\x5a\xf6\x4d\xd9\xb0\x94\xee\x08\xa8\xd3\x39\x68\x5f\x2f\xdd\x8d\xbf\xc9\xb7\x3a\x7a\x9d\x17\xa2\x28\xb6\x3b\x7a\xee\xc2\x46\xb4\x1b\x93\x89\x72\x1e\x4b\xee\xe9\x78\x79\x5d\x96\x37\x72\xab\xe3\x69\x99\xb4\xf3\xeb\xcb\x93\xd9\x25\xe7\x0d\x9f\xb8\x91\x42\xea\x2f\x8f\x58\x9f\x18\x34\xcc\x8f\xb6\xc5\x4f\x95\x9c\xc7\x8e\x77\xff\x9b\x0e\xd8\xc4\xfd\x34\x72\x5d\x8e\xb6\x1a\xbd\xc9\x0b\xcd\xe5\x6e\x33\xc9\xe6\xee\xeb\x5b\x71\xe3\x76\x9a\x91\xe5\x35\x57\xe1\x65\xe7\x57\xcf\x2c\x9c\xb0\x8e\x73\x1c\x91\x5f\x07\x79\x73\xf3\xb2\xf3\xeb\xac\xc7\x1e\xf5\xb4\xb8\x63\xf3\xb2\xbb\x7f\xf3\x0d\x2e\x37\xf5\xbd\x0c\xbf\x31\x07\xde\x87\xe7\x72\xe4\xf4\x97\x7d\xcb\x46\x03\x66\xd4\x61\xcb\xa2\x5f\xb9\xee\xe9\xa7\xcf\xaf\xc5\x4e\x3f\x7d\x19\x6c\xae\x5e\x76\x5e\xa5\xaf\x9f\x07\x96\xb0\x8e\x36\x17\xf7\x58\x82\xa7\xd9\x5c\x87\x8c\xa8\x13\x2d\x95\x83\x86\xc7\x9e\xf6\x7a\xc6\x5a\x79\x97\xef\x8c\x75\xc4\x82\x97\x1b\x1a\xe8\x19\xe8\xfe\xdd\xe6\xa1\xad\xe4\xd4\xc5\x9e\x0e\x24\xfc\x3b\xbd\x03\x87\xcd\xf2\x43\xe6\xe9\x41\x13\x2d\x45\x02\xef\x76\x9a\x97\x9a\xe7\xea\x70\xa7\x7f\x2b\x1f\x89\x83\x4b\x9f\xc7\x2e\x27\x3e\xc9\x52\xdb\xe3\x5b\x38\xb0\x8c\xf4\x2d\x9b\x5f\x1b\x63\xe6\x68\x33\xe4\x4f\x85\x53\x5a\x9b\x97\x9d\x5f\xbb\xd2\x78\xef\x82\x79\x1f\xbb\x0f\x65\x51\x96\x7b\x1f\x65\xae\x85\x97\xfc\x0c\x3c\x7d\xe4\xce\xd6\x06\xfa\xc0\x1a\xdf\x1e\x29\x51\x9a\x5c\xe6\xdb\x8a\xe0\x96\x94\x38\x8b\x06\x6b\x11\xf2\x35\xf7\x2a\x7f\xdb\x7d\xc0\xbd\x3d\x7a\xca\x5d\x91\xaf\xb6\x1b\xf2\xcd\xee\x4e\x7c\x6b\xeb\xfa\x07\xe8\x29\xcd\xe6\xa3\x57\xd6\xbf\xcf\x05\xbb\xef\x68\x79\xad\x87\xe1\x25\xd6\xbd\x6d\xfc\x20\x07\x7f\x24\xc3\x7b\x2a\x6f\x81\x93\x36\x6e\x06\x95\x2b\x77\x23\xa5\x2c\x0e\xbe\xe7\xe5\x62\x36\x5b\x1d\x0e\x8c\x98\x92\x33\xd0\x92\xb5\xf9\xcd\x68\xb2\xfe\x9c\x9c\xb3\x38\xe7\xd1\xca\xab\x7f\x1b\xde\xac\x31\xa4\x5b\x02\xab\x24\x63\xbc\xbe\x65\x76\x6e\x49\xac\x35\x2a\x4a\x5e\xda\xfa\x96\xc2\x5b\xc9\x60\x4f\xb7\x34\xde\x4a\x42\x2a\xdd\x32\x78\x2b\x2d\xa3\xa4\x5b\x96\x6e\x49\xeb\x5d\x53\xcb\xe1\xad\xb4\x9c\x95\x6e\x79\xbc\x15\x97\x8a\x9a\x5b\xd8\x2f\x59\xc8\x52\x35\x80\x01\x6b\xc5\x75\x82\xe6\x16\xd6\x12\x46\x38\xd1\xf4\x2b\x84\x70\xf9\x27\xce\xf9\xcb\x2c\xbb\xae\xee\xcb\xd8\xa9\xa4\x9a\x67\x59\x4b\x73\xe9\x38\xac\x75\x06\xff\xd0\x54\xf4\x94\xb7\x83\x53\x3a\x13\x12\x7b\xb2\x99\x90\x6e\x67\xc5\xee\x2b\x89\xdd\x17\x97\xbb\xc3\xa3\x76\x07\x51\xef\x0e\xf5\xd0\x84\x74\xa7\xcd\xed\x4e\xae\xdf\x45\x01\xbf\x8b\x28\x61\x17\x9d\xc2\x2e\xd2\xd1\x84\xdc\xec\x1d\xfd\x23\x97\xc6\xab\x09\xcb\x3f\x13\x1c\xf9\xcb\x67\xa3\xfb\x94\xd0\x08\x84\x59\xbe\x6c\x15\xac\x26\x77\x93\xe9\x6d\x76\x73\x3f\x25\x7a\xbf\x2c\xf3\x65\x99\xcd\xee\x57\x5f\x50\xc5\x5c\x4d\xa6\xb7\x5d\xd5\xb3\xdd\xe6\x7c\x31\x9b\x97\x8b\xd5\xa7\xcb\xd9\x3c\x2f\xc8\x93\xb4\xf7\x79\x7b\x1f\x57\x4d\xa6\x65\xbe\x78\x99\x5a\xb8\xe4\x2f\x93\xd3\x5c\x56\xae\xcb\xe9\x6a\x19\x1d\x67\x0f\xe1\xd8\x5d\x3e\x99\x7e\xde\xf3\x90\xe2\xfe\x7a\x52\x64\xd7\xe5\xc3\xa4\x5c\xfc\x05\xc4\x05\xfe\x97\xe6\x02\xc2\x0f\x43\x5d\xfe\xb2\xad\xfa\xa4\x04\x4f\xaf\xfe\xda\x72\xe4\xef\xf3\x74\xac\xef\xe1\x7b\x65\xe3\xee\xbd\x5d\x27\xc9\x1e\xb6\x1d\x97\x92\x6f\x26\x15\x0e\xc2\x75\xbe\xf8\x21\x2d\x92\x92\x93\x20\xe5\x13\xfb\x25\x5a\xc2\x2c\x72\xf6\x79\xbe\x5c\x7e\x98\x2d\x46\xbf\xf4\xa8\xae\xa7\xb6\xb5\x2a\x3f\xae\x1e\xd7\x4e\x13\x16\xb1\x3f\xc0\x3b\x0a\x86\xba\xeb\xbb\x6f\x72\x3a\x70\xea\xfa\x29\x80\x27\xf5\x35\x6d\x1c\x9c\xd3\xd3\x0e\xe8\xf1\xfd\x4c\x60\x27\xf5\x12\x2b\x9f\xd5\xc7\x16\xe0\xf1\x3d\x24\xa0\x23\xfb\x77\x34\x12\x3f\xa2\x95\x63\x7a\x7e\x18\x71\xdb\xfb\x44\x03\x7d\x1c\xaa\x92\x3a\xb0\x5b\xbc\x69\x3d\x0e\x1c\x05\xe7\xee\xb6\xbb\x5b\x98\x5a\x6c\x17\x34\x6d\x91\xe3\x38\xed\x27\x1c\x20\xa7\xe1\x3a\xb1\xf9\xbe\xf2\xe6\x29\xad\xc2\x01\x1a\x18\xaa\xb1\xd3\xf8\x36\x46\xb7\x8a\x7a\x11\xb7\xbf\x7c\xa7\xd9\x0e\x1a\xb6\xd8\x33\x78\x67\x16\xe5\xdd\xcb\x6f\xd8\x7d\xbe\x23\x26\x04\x98\xc7\xc8\x83\x57\x71\xaf\xaa\x69\xa0\xde\xb6\x5c\x4d\x56\x55\xf9\xaa\x9d\x7e\xb0\xd7\x77\xfa\x7a\x32\x1d\xa1\xd0\xa4\xdd\xb2\xb1\xec\xad\x83\xed\xb2\x94\xca\xb2\x5d\xe7\xd8\x44\x71\xab\x53\x21\x6a\xa1\x3b\xe4\x75\x5c\x67\xd6\xa0\x4c\x6e\x47\xd7\x1e\x95\xd3\x4f\x47\x57\x6e\xa5\xd9\x3c\x08\xb3\x1a\xc1\xa8\x5c\xae\x26\x53\xd2\x23\xf6\xd4\x1a\x74\x49\xdf\xde\xf6\x69\x0d\x72\x35\x2b\xde\x67\xcb\x72\xab\x70\x54\xde\x4c\xa6\x49\xeb\xa1\xb0\x3f\x1c\xe4\xf6\xaa\x79\x42\x83\xee\xfc\xf7\x2b\x37\x67\x87\xd8\x1d\x2d\x73\x13\x8e\x1e\x2d\xfd\x8e\xaf\x8f\xf4\x7f\x4c\xed\xfd\xc4\xb3\x17\xb4\x19\xf3\xbd\xb5\xe2\x2c\x14\xf9\x3c\xa2\xc0\x11\x75\x37\x7e\x54\xc7\xd5\xee\x4e\xe5\x31\x20\xe3\xa3\xb6\xdd\x69\x9e\x1f\x13\x2e\x99\x28\x26\x66\x62\xda\xb4\x99\x6e\x8f\x27\xb7\xe3\x0a\x19\xdd\x6e\x11\xa2\xdd\xee\xdd\xe4\xa3\x70\x97\x4f\xf3\xdb\x12\x3b\xba\x5b\xa5\xce\xd3\xb4\x53\x50\x27\x66\xda\x14\xec\x08\xe5\x34\xe5\xe7\xbe\x2c\xa1\x50\xcc\x58\x56\x53\x4f\xb2\xbd\xba\xe2\xba\x15\x00\xd9\xbe\x1f\x9f\xbe\xdf\x38\x4e\xe4\xd7\xed\x62\x27\x41\xef\x51\xf0\xf9\x71\xd5\xe2\xfe\xde\x51\x55\xa9\xef\x75\xb4\x54\xed\x4c\xde\xeb\xfb\x90\x1c\x4c\x96\x30\x99\x2e\x57\xf9\xb4\x28\xe1\xae\x5c\xe5\x58\xeb\x05\x52\x6e\x7e\x9d\xd5\xe2\xa4\x25\x56\x7a\xf4\x91\xf8\xc8\x1d\x5d\x62\xe7\xf6\x86\x0d\xd0\xcd\x9a\x64\x0f\xa6\xe8\x7d\xf5\xd7\x58\xa7\x4b\xbd\xad\x5b\x1b\x22\xed\xdc\xec\xd0\x62\xbb\x64\xfc\xed\x85\xbb\x76\x75\x0d\xd9\x56\x36\x86\x75\x85\xcf\x5b\x61\x7c\xed\xf0\x52\xf0\x8b\xf2\xee\x09\x54\x96\xdf\x47\x1b\x79\xd6\x2d\x7e\x5b\xdd\xe2\x59\x4d\x78\xac\x9a\x70\xbc\xe0\x7f\xb5\x23\x10\xbf\x2f\xa1\xdc\x27\x5c\x9f\x65\xe7\xef\x28\x3b\xf7\xc8\xc5\x41\x69\x61\x39\xff\x72\x86\x85\xf8\xf4\x36\xc8\x59\x6a\xf6\xf8\x91\xca\xf0\xb9\x70\x87\x94\xc8\x13\x55\x99\x7e\xbd\xe5\x1b\xd4\x4e\xda\x98\x63\x5a\x98\xf3\x54\x5a\xc1\x23\xe4\xe0\x41\x91\xf7\x78\x79\xb0\x61\xd8\x6d\xda\x6b\x27\x0d\x02\x45\xca\xd6\x1f\x44\xc7\xf9\x96\xa5\xd2\x93\x31\xe3\xf6\xf4\x3d\xa9\xa6\xfc\x58\xd5\xb0\x57\xb1\x7b\x5e\x13\x3a\x43\xd9\x7b\x0a\x35\xee\x89\x12\x54\xfd\x86\x8b\x1a\x7f\x3c\x05\xec\xe9\xd4\xa6\x47\xae\x32\x74\x90\xe3\xdb\x14\xd2\xed\xcd\x95\x73\x14\xbc\xaf\xa2\xab\xed\xd3\x96\xf6\x6a\x42\x9d\x77\x12\xd2\x74\x18\x35\x1b\x8b\x94\x3c\x76\x32\x1d\x65\xf3\xc5\xec\xe3\xa7\xa7\x49\x80\x73\x3c\xe3\x2f\xef\x1e\x05\x3e\xb8\xc2\xd2\xd6\x93\x0e\x86\x96\x1d\x3b\xbb\xd5\xab\xd1\x79\xbe\xc1\xa7\x1f\x75\x76\x84\x42\x73\x9c\xd6\x93\x8e\x5c\x3b\x52\x47\x9a\x1f\xa3\x1c\x1d\xa5\x40\x1d\xfb\x5c\xaa\x7c\xf0\xb1\xad\x21\x3a\x45\x23\x3b\xb6\x13\x6d\x98\xbe\xbe\xb4\x74\xea\xc8\x00\x09\x3c\x72\x5c\xd6\x8b\x13\x5b\x67\xcf\xec\x56\x1d\x4a\x83\xb3\x75\xfa\x07\x6a\x22\xfb\x8f\x99\xe8\xad\xb1\x7d\xb8\xc4\xd6\x41\x79\x8d\x9e\x3f\x25\x1c\x9f\x54\xa3\xbf\xc8\x1f\x0e\xa6\xda\x99\x1f\x7d\x02\x5f\xf7\x98\xbd\x2d\xe7\xfe\xdd\xf3\x23\x76\xb5\xb3\x79\x8f\xfe\xb5\x2c\xe7\xf9\x22\x5f\xcd\x16\xbf\x74\x0a\x47\xd5\xc5\x96\x1b\xe4\x69\xfa\x19\x72\xa0\xaf\xa9\xcf\x1d\xd9\xfe\x59\xda\xdf\x91\x6d\x3f\x56\x53\x3c\xf8\x98\xc7\xae\x27\x46\x4c\xf9\xdb\xc1\xe7\xcc\x8f\x14\xaf\xc7\x4a\xe1\xf9\x39\x0a\x6a\x07\x0f\x4f\x80\x26\x44\x3d\xc1\x4d\x9f\x30\xb9\x6d\x49\x6e\xd9\x95\x1b\xe6\xd6\xb9\x3d\xdf\xb5\x33\x7b\x2c\xcf\x1d\xe0\x4d\xd1\xbc\x63\x8d\x76\x4d\xd3\x1d\x30\xba\x3b\x1f\xb6\x54\xf7\xd8\xb0\x3b\x6d\xed\x56\x99\x6f\xdb\xb7\x3b\xf6\xee\x4e\x23\x75\xc1\x7c\xdb\x02\xde\xb1\x88\x77\x40\xeb\x82\xf9\xe1\xc4\x4a\x1b\xba\x78\x12\x1b\xa5\x8d\x52\x27\x60\xd3\x29\x88\x34\x98\xa0\xb7\x65\xdb\xcf\x2f\x60\x35\x99\xcf\x3f\x65\xd7\xb3\x8f\x71\x89\x60\x35\x2e\xef\xca\xff\x97\x8e\x5d\x58\x4d\xe6\xc8\x4f\xa8\xbc\x98\x91\xa0\xbb\xe8\x1c\x54\x7a\x44\xae\xdf\xb6\x91\x85\x83\xb7\x63\x74\x1d\x0a\x92\x3b\xe4\x19\xbf\x33\x9c\x07\x00\xf6\x98\x61\x7d\xf5\xf6\x04\x89\x7e\x33\x29\x89\xfb\x6c\xbd\xf2\xee\x14\x13\xb0\x5b\x7b\x9f\x5d\xd8\xad\xd9\xb7\xc2\xbe\xe1\xec\xf1\x28\xda\xae\xc9\xb2\x65\xc0\x50\xee\x71\x46\x99\x54\xc9\x2c\x89\xc3\xfd\x38\x33\xb1\x85\x0b\xe7\x36\x34\x3a\xbb\x0f\x44\x7a\x8f\x34\x4f\x77\x5e\xe0\x8c\x96\x9a\x37\x38\x23\xa6\x67\x34\x59\x7f\x1e\x76\xf7\x6e\x39\x8a\xf7\xae\x69\x9f\x64\x87\x3d\xde\xda\x79\x3a\xfb\xe5\x6b\x99\x24\xf3\x2d\x0b\x60\x47\x39\xde\x23\xf1\x8f\x13\xed\xfb\xe4\xf7\x79\x92\xfa\xb0\x18\x3e\x2c\x6d\xe7\xdb\xa2\xe6\x6b\x70\xe6\x9a\x7d\xf4\xad\xe4\x9c\xb6\xe8\x71\xe6\x12\xc4\x23\x57\x12\x4e\x5d\x14\x78\x4a\xbb\xf4\x2c\xd3\x6e\xbf\xdd\xf6\x58\xd3\xec\xfb\x5f\x3a\xff\x6a\xa6\xc8\x59\xc6\xc4\x23\x75\xd5\x53\x55\xce\x5d\xe5\xb0\xad\xea\x3d\xdd\x9a\xf4\xa0\x36\xf1\x04\x4a\xc4\xef\x25\xfb\x1f\x2b\xb1\xf7\x2d\xfb\xfe\x76\x2b\xbb\x4f\xb3\x54\xfa\x88\x55\xcd\x93\x96\x22\xfb\x57\x0e\xbf\xb7\x25\xba\xdd\xc5\xb5\xfd\x2b\x69\x4f\xbf\x54\x76\xda\xc2\xd7\x71\x0b\x59\x67\x2f\x4d\x9d\xbe\xbe\xf4\x98\xf5\xa0\xfd\x0b\x34\x7b\x96\x5f\xfa\x57\x57\x8e\x58\x34\x19\x5c\x08\xd9\x5d\xe6\x38\x7e\x51\xe3\xd1\x8b\x17\x3b\x86\xff\x19\xcb\x0a\x27\xad\x24\x3c\xf5\xba\xc1\xf7\x6e\xe3\xf7\x9a\xf2\x1d\x9b\xbd\xdf\x3c\x7f\x62\x63\xfb\x09\xac\xde\xb6\x28\x8b\xaa\xfc\x9f\x46\xb3\x0f\xd3\xe5\x6a\x51\xe6\x77\x84\x32\xf9\x64\x8a\xe3\x17\x8f\x57\x9f\xac\x19\x14\x8b\x09\x1d\x1e\xd2\x1c\xc3\x76\x10\x82\x78\xe8\xf1\xd5\xa3\x4e\xcf\x46\xab\xe3\x41\x62\xca\x86\x93\x40\x70\x6a\x27\xad\xd3\xb5\x0f\x02\x24\x92\x3f\x00\x30\x9a\x74\xf7\xee\xe3\xb9\xe3\x35\x48\x35\xbb\x9d\x4c\x13\x65\xfd\x2d\x4a\x7d\xe2\x1f\x29\xd9\x6b\x0a\xc4\xff\x53\x7d\x42\x5e\xab\x1f\xd5\x64\xfa\x9e\x8e\x27\xbe\x99\xdc\x66\xf8\x63\xd3\xe8\x60\xed\xe6\xa0\xbd\xfd\xd5\x63\x76\x0d\x94\x99\xf9\xe2\x3d\x2d\x46\xbc\x2f\x3f\x6d\x01\xdd\xcf\x4f\x43\x89\xfd\xf5\xb7\x10\x62\x7f\xe5\x1e\x74\xd8\x0f\xd0\x83\x0c\xfb\x01\x76\x50\x61\x7f\xf5\x6d\x44\x38\xe8\x6d\x38\xaa\xd8\x68\x45\x4c\xe2\x6f\xa3\x2d\x8c\xe8\x83\x25\x98\xfb\x8a\x01\x1d\xcf\xda\x3e\x47\x71\x70\x0d\xe8\xc4\x27\x74\xfc\x1c\x8f\x80\x2d\x3f\xce\x67\xcb\x72\x94\xcd\xf3\xd5\xb8\x65\xd9\xbe\x82\xc8\x7c\xd8\xae\x28\x3d\xb7\x89\xd3\xe1\x90\xa1\x9d\x0c\x35\xaa\x20\x1f\x8d\x16\x28\xda\x47\xa7\xf7\x75\x54\xc1\x75\x39\xce\xd7\x93\xd9\xe2\x4c\x70\x62\xcd\xe7\x3e\xbb\xa6\xb6\x33\xc1\x51\x47\x88\x27\x60\x9e\xd9\x00\x51\xef\x99\xb0\xe4\x24\x3b\x2a\xab\xfc\xdc\x06\xee\xca\xe5\xf8\x4c\xd0\xe9\x6c\x54\x9e\x0b\xba\xc3\x52\x4e\x00\x4e\xec\xe5\x6c\xe8\xd5\xb9\x2f\x3c\x9f\x2d\x56\xe7\x82\x2e\x66\xab\x59\x31\x3b\x17\xc7\x56\xab\x73\x21\x6b\xc5\xfa\x14\xe8\x5a\xc7\xdb\x10\xc6\xe8\x74\xe0\x84\xd5\x67\x40\x36\xf3\x7b\x0e\xec\x8e\x0d\x72\x4e\x2b\xcd\xa0\x9d\x0e\xfb\xaf\x45\x59\xfd\x78\x57\xfe\xd2\x07\xdb\xbb\x74\x1a\x93\x5b\xbf\x8a\xde\x91\xa4\xe3\xec\x81\xdb\x5d\x5c\x38\xb6\xf2\xa8\x9c\xee\x0a\x83\xc3\x4b\x0b\x87\x40\x76\x52\x79\x1f\x0f\x10\xd7\x46\x4e\x85\xa2\x35\x92\x83\x40\x5b\x0b\xc7\xac\xf3\xcc\x33\xe0\x0e\x8c\xde\x40\xb2\xf2\x93\x20\xd2\x70\x9c\x0a\x16\xc7\xa3\x0f\xea\xfd\x64\xba\x8b\x4a\x9d\xa0\x8a\xa4\x18\xbd\xaa\x26\x31\xb5\x60\x4b\xcf\xfe\xe1\x14\x5d\xe4\xec\x46\x9f\xa2\xa5\x5e\x7d\xe5\xf4\x76\xf6\x6b\x30\x67\xb5\xb7\x4f\xa7\x39\xab\xc1\x61\x2d\xe7\xbc\xe6\xf6\xe8\x3d\x67\x35\xb8\x5f\x13\x3a\xab\xc9\x41\xdd\xe8\xac\xd6\xf6\x6b\x4b\x67\x35\x39\xa4\x3f\x9d\xd5\xd8\x90\x46\x75\x5e\x63\x83\x3a\xd6\x59\xcd\xed\xd1\xba\xce\x6c\xaf\x5f\x0f\x3b\xaf\xb1\x01\xcd\xec\xbc\xc6\xf6\xe8\x6a\x67\x35\x38\xa0\xbd\x9d\xd5\xd6\x1e\x7d\xee\x84\xf6\x8e\xd1\xf0\xce\x68\x6e\x50\xe7\x3b\xa3\xad\x3d\x5a\xe0\x39\xad\x1d\xa3\x17\x9e\xd1\xee\x1e\x4d\xf1\xf4\xd6\xf6\xe9\x8e\xcd\x12\x4a\x1d\xf3\x56\x2f\x85\xec\x13\x5b\xc3\x40\xfb\x64\xd3\x30\xd4\xb0\x00\xda\x03\xb3\x47\xca\x0c\x43\xed\x17\x25\xc3\x70\x83\xf2\x62\x18\x64\xbf\x50\x18\x86\x1b\xe2\xfc\xc3\x10\x43\xec\x7d\x0f\xc4\x20\x0f\x1f\x86\xd9\xc3\xa8\xf7\x01\xf5\x73\xe3\x3d\x10\x03\x2c\x77\x0f\xc4\x1e\xbe\x3a\x0c\x35\xc0\x3c\x87\x01\xf6\x70\xc8\x01\xa0\xd3\x56\xde\x8e\x6e\xe4\x1c\xc8\x5e\x6d\xf6\x30\xdc\x59\x6c\xe0\xf8\x15\xb8\xa3\x1a\x38\x99\x39\x1c\xbf\x0a\x77\x54\x03\x67\xb1\x8c\x23\x57\xe2\x8e\x82\x3e\x8b\x91\x1c\xb7\x1a\x77\x14\xf0\x89\xec\xe5\xd8\x15\xb9\xa3\xc0\x4f\x67\x3a\xc7\xad\xca\x1d\x07\x7c\x1a\x2b\x3a\x7e\x65\xee\xa8\x06\x4e\x63\x50\x47\xaf\xce\xed\x81\x3f\x46\x7b\x3b\x02\x7c\x50\x5b\x3b\x02\x76\x8f\x76\x76\x0c\xf4\x31\xda\xd8\x11\xed\xec\xd1\xbe\x0e\x43\xf7\x6a\x5b\x8d\x67\xcf\x40\x08\xfe\xa6\x66\xdb\x91\x05\xae\x73\xf2\xa0\x9c\xbe\x7f\xd5\x24\xff\xee\x94\x8f\x66\x69\xdb\x70\xa0\xbc\x2a\xf3\xc5\x74\x4f\x85\xed\x87\xdf\x2c\xca\x72\x55\x7e\x5c\x65\xd1\xb7\xe9\xff\x89\xc7\x31\xd5\x90\xe3\x7c\x39\x9e\x14\xb3\xc5\x3c\x8b\x83\xd1\x7a\x3e\xcb\xf7\xd4\xba\x29\xcb\x51\xf3\x26\x7b\x6b\x6e\xfa\xdb\xaa\x86\x23\x76\x70\xd8\xaa\xed\xdf\x13\xd4\x83\x67\x55\x55\xb6\x32\x1a\x9c\xb9\x1c\x75\x66\x5b\x8f\x68\xa0\x2b\xae\x4f\x05\x1f\x90\xda\x67\x34\xd3\x2b\xbc\xcf\x68\xa7\x47\x86\x9f\xd3\x4a\x9f\x28\x3f\xa3\x9d\x01\x89\x7e\x46\x4b\xbb\x82\xfd\x8c\x46\x06\xe4\xfb\x19\x2d\xed\x88\xf9\x33\xda\xd8\x91\xf6\xe7\xb4\xb1\x2b\xf4\xcf\x68\xa5\x4f\xf6\x9f\xd5\xcc\xea\xd1\x83\xb2\xa3\x09\x9c\xd3\x46\x9f\x42\x70\x46\x3b\xdb\x7a\xc1\x19\x4d\xf4\xa9\x07\x47\x37\xb3\x57\x4b\x38\xb9\x95\x5d\x65\xe1\xe4\x26\xfa\x74\x86\xd3\x1b\xd9\xab\x3a\x9c\xdc\x5c\x9f\x06\x71\x6a\x23\xbd\x8a\x44\xcb\x8d\x15\x26\xd1\x3f\x6d\x5d\x6e\x84\xfb\x51\x6e\xf6\x70\x33\xab\x3a\xc2\xf2\xa8\xfc\x1b\x69\x37\xa8\x79\xd0\x96\x87\x28\x3b\xc2\x5f\xf2\xd5\x30\xf8\x1e\x5f\xb8\xfe\xf7\x3c\x0a\xfe\x04\x80\x4b\xba\x2a\x47\xdb\x80\x6d\x67\xd6\xcd\x88\x6d\xfb\xb2\xee\x94\xa0\xbe\xb2\x73\x73\x8f\x8e\xd1\x75\x64\xdd\xb9\xbf\xe3\xcb\xf4\x88\xb1\x3b\x65\xd8\xce\x19\xb1\x2d\x6f\xd5\xb4\xa1\xd8\xb0\x8b\xda\x87\x6e\xfb\x4d\xba\xd5\x23\x5f\x38\xae\x6e\xcd\x00\x8e\xab\x5d\x93\xe6\x76\xed\xcd\x1e\x28\x29\xc7\xf7\x4b\x96\xa8\x13\x16\xe5\xdd\x6c\x4d\x3b\xa9\x3f\xec\x42\xb5\x9d\xf1\xd8\x58\xb5\x4a\xa8\x91\x4c\x73\xb5\x57\xe5\x6e\xaa\xe9\xbd\xd5\x56\x79\xed\xa4\xd6\x42\x9a\xd5\x6c\x3e\xab\x66\xb7\x9f\xb2\xda\x57\x30\xba\x5c\x77\xb7\x6d\x77\x2a\x55\x33\x62\x2f\x07\x6a\xa5\xc1\x8b\xc1\x03\xc9\x35\x39\x5f\x2c\x66\x1f\x36\xc7\x10\xed\x03\x79\xb5\x3d\x50\x83\xb5\x2b\x77\x62\xf3\x95\xdb\x6d\xfc\xd3\xbc\xcc\x16\xe5\xba\xcc\x2b\x36\x99\xce\xef\x57\x0d\x6e\x6e\xbd\x65\xab\x5e\x4f\xc9\xb0\xb3\xf5\xa6\x62\x42\x9f\x83\x06\x49\x5d\xaf\xc3\x5b\xb7\x2a\x1d\x72\xc8\x1e\x3a\xe2\xac\xbf\x81\x57\xc9\x5a\x4b\x65\x5b\xee\xda\xcd\xfd\x83\x19\xac\x3a\x77\xf2\x2e\xdc\x90\x08\xe9\xa4\x5b\xea\x48\x8a\xbd\xbe\xd4\x27\x09\x8d\x73\xbd\xb2\x7b\x78\xe0\x19\x4d\x9d\x07\x3b\xc0\x23\xf7\xfb\x85\x9f\x31\x2a\x67\xb8\x98\x0f\x0e\xcb\x69\x6d\x9d\x09\x3c\x34\x30\x23\xe4\x74\x6d\x4b\xf1\xf3\x5d\xbe\x7c\x9f\x2d\xca\x79\x99\xaf\x2e\xa7\xb3\x74\xf5\x92\xee\xce\x67\xf1\x58\xaf\xcb\x68\xcd\xbd\xdc\x39\x71\xb0\xb8\x5f\x2c\xca\xe9\xea\x35\xfe\xd8\x7f\x94\x7b\x2b\x72\xb4\x6f\xd5\x6c\xd8\x95\xa7\x5d\x79\x30\x4a\x2a\xa6\xdb\x1b\xad\x86\x62\xa4\x62\x79\x93\x55\x32\x86\x42\x35\x23\xd0\x4e\x9b\xaa\x39\xdf\x7d\xcd\xfa\xd0\xb9\xf5\x64\x39\xb9\x9e\x90\x2b\x32\x5d\x56\xe5\xcb\x79\x3e\x1a\xa1\xe2\xc0\x99\x9e\x7f\x7c\x0e\x1a\x78\x0e\x1a\x78\x0e\x1a\x38\x2d\x68\x60\xff\x51\x8c\xe4\xad\x8f\x8a\xc0\xab\x79\xd4\x15\x49\x03\xfb\xa1\x05\xfe\x61\xd9\xe7\xd9\x8f\xcc\xb0\xb7\xd2\x56\x56\x88\xde\x3a\x5d\x0f\x3c\x2c\xd8\x5e\xfd\x2c\xca\xc5\x6a\x72\x33\x29\x50\x93\x4c\x7a\xc0\x78\x32\x2a\xf7\x56\x58\x8e\x7b\x5c\x18\x9f\x63\x25\x9e\x63\x25\x9e\x63\x25\x9e\x63\x25\x9e\x63\x25\x9e\x63\x25\xfe\x10\xb1\x12\xc7\xe6\xa6\x19\xb1\xf2\x0e\x45\xeb\xe3\x1a\x88\x30\x8f\x6b\xe3\xd7\x0f\xbb\x68\x73\x52\x03\xef\xef\xaf\xcb\xc5\xb4\x5c\x95\x8f\x7c\x99\xe9\xec\x2e\x7f\xe4\x80\xce\x26\xa3\xe2\x71\x2d\xac\xca\xc5\x22\xa7\x1c\x1c\xe7\x35\xb3\xc7\xb2\x3b\x37\x78\x66\x07\x8e\x42\x2e\xce\x05\xa6\xc5\xb3\xef\x36\x6a\x27\x85\xd0\xf4\x52\xce\x60\xe5\x01\x2a\x19\xac\xdf\x47\x11\x83\x95\xf7\x60\xff\x20\x4c\x3f\xa6\x0f\x56\xef\xc5\xea\xc1\xda\xc3\x18\xfc\x1c\x03\x75\x04\xd8\x51\x08\x36\x00\x74\x10\xd1\x06\xe0\xf6\x23\xdc\x00\xd0\x51\x88\x37\x00\x7b\x08\x01\x07\xc0\x0e\x20\xe2\x00\xd4\x31\x08\xf9\x4d\x46\xa2\xf5\x42\x55\x93\x64\xd0\xc6\xfc\x76\xfb\xf1\x64\x18\xee\x20\xaa\x0c\x83\xee\xc7\x96\x61\xb8\xa3\x10\x66\x18\xfc\x10\xce\x0c\x43\x1e\x40\x9b\x61\xc0\x61\xcc\x79\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x7c\x0e\x12\x1c\xd4\xb6\xea\x46\x86\xdd\x45\xba\xf5\x06\x3d\x46\xba\xd5\xfa\x56\x64\x76\xfc\x46\x8e\x0f\x53\x3c\x98\x10\xbc\x1b\x2e\xb0\xc7\xed\x6d\x5f\x9b\x4d\xa5\xba\xd1\xfb\x8a\x55\x93\xee\xa2\xde\xd1\x50\xdb\x4b\x7a\x47\x03\x76\x16\xf4\x8e\x86\xea\x5b\xce\x3b\x1a\x78\x6b\x31\xef\x68\xb8\xee\x52\xde\xd1\x60\x3d\x0b\x79\xfb\x93\xb9\x1f\x98\xdd\x3a\xad\xfb\xa1\x09\xde\x4e\xff\xde\x6d\xb6\x93\xe6\x7d\xf2\xaf\xa2\xca\x97\xcb\xbf\xfe\x48\xce\x6b\xbf\x6c\xc2\x0d\xb6\xce\x8e\xd9\xd9\xc0\x38\x18\xd3\xda\x49\x14\xbf\x81\xfb\x96\xa3\x5d\x7f\xfd\xb0\x3a\xcc\x26\x5a\x95\x06\x79\x44\xab\x4e\x97\x41\x60\xc1\x36\x77\xd8\x60\xf4\xe1\x87\xef\xd6\x1d\xec\xc3\x6e\xd5\x6e\x57\x5a\xe5\x3b\x51\xbe\xcf\x51\xbf\xcf\x51\xbf\xcf\x51\xbf\xcf\x51\xbf\xcf\x51\xbf\xcf\x51\xbf\xff\x8d\xa3\x7e\xb7\xcf\xb6\x69\x4e\xf3\x3f\x2a\x2e\x38\xc7\x67\xfe\xf5\xc7\x71\x59\xcd\x7f\x79\x8e\x24\x3e\x78\x2a\x47\xcf\xe0\x9e\x18\x8c\x4c\xda\xfd\x61\x1d\xaa\x53\x6d\x50\x7d\xea\xd4\xea\x6a\x4e\xb1\x68\x5b\x49\xfa\x46\x23\x9a\xdb\x87\xf0\x50\x5c\x05\xcf\xe8\xd6\x7c\x31\x5b\x4f\x3a\x2f\xd0\xa9\x79\x3b\x9b\xdd\x56\xe5\x51\x55\xef\x26\xc5\x62\xb6\x9c\xdd\xac\x8e\xaa\x3d\x7b\xbf\xca\xf7\x55\x3c\x3c\x7f\xed\x5a\x83\xd3\xd7\xae\xd4\x9d\x3d\x2a\xd9\x9e\xbc\xaf\x1a\xf7\xbd\x0f\xc9\xcf\x89\x1a\x6f\x66\xf3\xc3\xf2\x60\x70\x76\x32\x8a\x0e\x55\xfb\xf5\xc3\xea\x60\x9d\x8d\xc1\x70\xb0\x2a\x51\xc8\xc1\x5a\x38\x13\x07\x2b\x35\x36\xf4\x91\x71\xe8\xdf\x65\x40\x3c\x2d\xbd\x6c\x07\xc5\x1f\x00\x49\xeb\x2e\x27\x42\xfd\xfa\x61\x75\x2a\x48\x6b\xc5\xe5\x44\xc8\xb8\xdc\x72\x22\x10\xad\xb5\x9c\x08\xb3\x59\x68\x39\x0d\xf0\x31\x89\x08\xfa\x53\x07\xd4\x1d\x39\xcc\xc6\x76\xaa\x0e\xf2\xb2\x9d\x9a\x5d\x86\xb6\x29\xde\xe6\x6a\xe9\x0c\xb4\xfa\xc4\xd4\x51\x27\xc8\xfd\x39\xcd\x41\xd3\xf8\x37\x96\xbe\x20\xad\xc8\xa5\x14\x16\xbf\xec\x4b\x60\x71\x30\xd5\xc1\x04\x67\xac\x48\x2f\x46\x6c\x86\x7c\xe0\x53\xf9\xb9\xed\x24\xde\xf3\x14\x4d\x21\x43\x7a\x8a\x76\x5a\x5c\xea\x29\x9a\x8b\xac\xeb\x29\x5a\x22\x7e\xf6\x14\x0d\x6d\x98\xdc\x79\xad\x3d\x26\xeb\x45\xb2\x65\x6a\x16\xd5\xd8\x33\x43\xd9\x30\xc6\xab\xbb\x2a\x1e\xc7\x48\xeb\xdb\xff\xfb\xc7\x17\xa3\x02\xf2\xa2\x5a\xc2\x64\x3a\x2a\x3f\xbe\xf8\x85\xc5\xd4\x16\xbd\x91\x0d\x27\x03\x6f\x6d\x41\x9c\x0c\xdf\xde\x89\x38\x19\xb8\x67\x43\xe2\xe4\x36\xba\xfb\x12\x27\x83\x77\xb6\x27\x4e\x86\xde\xdd\xa5\xa0\x0a\x7d\xe6\xeb\x6f\x9c\xe4\xa4\xe6\x59\xb5\x3d\x34\x9d\x8d\xca\x6c\x32\x2a\xa7\xab\x76\xa8\xf3\x76\xad\x65\xb9\x58\x4f\x8a\xa1\x8a\x69\x8b\xee\x70\x8b\xdd\x8a\xfb\x1b\xfd\xf5\xc3\xea\x88\x16\x5b\xb5\xf6\x37\xd7\x5a\x9a\x3f\xdc\xea\x6e\xe5\xfd\x8d\x47\xeb\xf5\x70\xbb\x9d\x7a\xfb\x9b\x24\x93\xea\x70\x8b\xed\x6a\xfb\x1b\xdc\xa8\x34\x87\x5b\xdd\xa9\x7b\xa0\xe9\x7e\x85\xe6\x8f\x96\x57\x67\x8f\xcd\xf9\xf8\x2c\x3d\xdd\x6c\x34\xa3\xcb\xd9\xb4\xfa\x14\x69\x1e\x05\xca\x96\xe8\xe8\x05\x39\xa2\xce\x77\x9a\xb8\xe7\xe0\xc0\x9f\x9b\x07\x68\x37\x85\xcf\x68\xb2\x9c\x57\xf9\xa7\xcb\xc9\x94\x0c\x94\xeb\x6a\x56\xbc\x7f\x99\xce\x39\xbe\x7c\xf1\xa2\x2f\x6f\x4d\x2b\xc7\x0d\x9d\x7a\x9b\x92\x75\xbc\xfc\x30\x19\xad\xc6\x97\x02\x64\x79\xf7\x72\x1c\x53\xe2\xc4\x1f\xeb\x72\x41\xe6\x74\x96\x57\x93\xdb\xe9\x25\xed\xf8\xae\x66\xf3\x2f\x3d\xfb\xae\x28\x63\xb2\xe6\x6c\x5d\x62\xe4\x9f\xaf\x67\x1f\xf1\x41\x93\xe9\xed\xe5\xf5\x6c\x31\x2a\x17\xd9\xf5\xec\x63\xfd\x34\x39\xff\xd8\x3c\x4c\xce\x3f\x1e\xd9\xe6\x9e\x9d\xdf\xde\xda\x69\xb0\x5a\xe3\x52\x8f\x5b\x1c\xb0\xd4\x19\xce\xff\xdc\x74\x06\xaf\x53\x77\x17\xf9\x68\x72\xbf\xa4\x5b\x47\xf7\x2f\x3d\x31\xb6\x70\x29\xe6\x1f\xd9\x72\x56\x4d\x46\xac\x9d\x36\xe9\xe5\x6c\x9e\x17\x38\x33\x60\x4e\x7b\xef\xcf\x4d\x76\xa6\xfc\x7a\x39\xab\xee\x57\xe5\xcb\xd5\x6c\x7e\x89\x63\x59\x95\x37\x2b\xba\x88\xaf\x54\xe4\x55\xf1\x17\xec\x38\xcb\x98\x9e\x7f\xfc\xa1\x7e\xbd\x9d\xfb\x07\xf2\x3b\x0d\x9b\x1f\x9f\xb3\x0f\xe5\xf5\xfb\xc9\x2a\xa3\xb4\x51\x93\xbb\xfc\xb6\xbc\xbc\x5f\x54\x7f\xf9\x1f\xa8\x7e\x5c\xd2\xef\xbf\x2f\xd7\xb7\x7f\xfb\x78\x57\xbd\x2c\xc6\xf9\x62\x59\xae\x7e\xfc\xaf\xff\xf5\x73\xe6\x2f\xfe\x6d\xb9\xbe\x65\xeb\x49\xf9\xe1\x1f\xb3\x8f\x3f\xbe\xe0\x8c\x33\xa9\x99\xd4\x2f\xd8\xcd\xa4\xaa\x7e\x7c\x31\x9d\x4d\xcb\x17\xec\xe3\x5d\x35\x5d\xfe\xf8\x62\xbc\x5a\xcd\x2f\xff\xfe\xf7\x0f\x1f\x3e\xc0\x07\x05\xb3\xc5\xed\xdf\x25\xe7\x1c\x1b\x7e\xf1\xea\xdf\x68\x43\x0a\x81\xb2\xc5\x7d\x55\xfe\xf8\xa2\x5c\x97\xd3\xd9\x68\xf4\x82\x15\xd5\x64\xbe\x7d\x6f\xf4\xe3\x8b\xb7\x42\x30\x61\xc6\x72\x2d\xc7\x99\x5c\x67\xf2\xe1\x8e\x67\x7e\x2c\xd7\x76\x9c\xc9\x77\xee\xe1\x0e\x42\xc8\xcc\x6b\x0b\xda\x31\xc9\x24\xb3\xa0\x3d\x93\x4c\xc8\xa5\xc6\x5b\x82\xb3\x00\x21\x30\xc1\x5f\x0b\x07\x46\x32\x49\xff\x9b\x6b\x21\xff\x33\x5d\x33\x21\xb0\xa2\x7c\x78\x2b\x24\x93\xbc\xc8\x34\x68\xc9\x78\xe6\x33\x05\xc6\x67\x3e\xf3\xcb\x78\xc1\xe8\xc3\xf0\x07\xc3\x1f\xf1\x02\xef\x3d\xd4\xa3\xf1\x67\xa9\x38\xe7\x2f\xfe\xfe\xea\xdf\xf0\xa5\x5f\xfd\x8f\x1f\x5e\x3e\x8f\xf7\x6f\x3a\xde\x4d\x8e\xb3\x9e\x60\xf8\xda\xa2\xdf\x1b\x14\xbf\xe5\x4c\xd3\xec\x68\x75\x9d\x63\x3e\xb7\x08\xf1\x49\x26\xf7\xe8\x09\xa5\x89\x0a\x60\x94\x10\x4c\x8a\xd7\x52\x00\x77\xc2\x33\x29\x98\x94\xc0\x95\x0a\x4c\x04\x50\x4a\x28\x26\x05\x48\x4b\x33\x10\x82\x0b\x57\x42\x81\x53\xdc\x33\x0d\xc1\x07\x6b\x5f\x0b\x09\xc1\x72\xc3\x14\x58\x13\x78\xc0\x59\xe1\x2a\xb4\x7e\x73\x90\x36\x88\xba\xfe\x95\x04\xa7\x3c\xd7\x75\x7b\xaf\x05\x04\x6b\x11\x65\xea\xc7\x41\x90\x1e\x27\x1d\x41\xb4\xf5\x3e\x30\x29\xde\xa4\xae\xfe\xf3\xad\x50\x4c\xf8\x37\x42\xbc\x13\xf6\x8d\x50\xef\x84\x8f\xb7\x34\xdd\xe2\x74\x4b\xff\xb3\x35\xad\x37\xb9\xbf\x51\xae\x3d\xb3\xa7\xa7\x30\x3b\x31\xd1\x55\xff\xbe\xcc\x57\xe0\x9c\xcf\x93\x7d\x68\xb2\x9f\x90\x6d\x3e\x0f\xf6\x41\xca\xda\x2c\x6b\x7f\xd5\x4c\x3e\x4f\x13\xad\xf5\xb5\x82\xf1\x4e\xf7\x66\x7e\xb4\x07\x79\xdf\x23\x8f\x77\x40\xfe\xbd\x1c\x60\xfa\x7a\x7d\xda\xbe\xda\x13\x2e\xc1\x7f\x97\x7a\x2d\x51\x2e\x93\xa2\x10\x60\x34\x3e\x18\x0c\x57\x99\x00\x6b\x03\x13\xe0\x94\xc8\x14\x70\x2e\x23\x63\x21\x3e\x11\x8a\x0c\x9c\xcb\x04\x28\x95\x49\xb0\x41\xc4\x4b\x05\xda\x4a\xc6\x23\x07\x89\xfc\xc3\x47\xf6\x11\x99\x47\x64\x1d\x0d\xe3\x60\x52\x8c\x85\x01\x6e\xd5\x43\xe4\x1a\x51\xd1\x43\x95\x0f\x95\x3d\x4d\x3f\xf5\x58\xae\xf5\x1f\x44\xa1\xfd\x9e\x07\xba\x27\x5b\xef\xf1\x79\x96\x7e\x5f\xfd\x54\x31\xa1\xc6\x42\x83\xac\x32\x05\x16\xe5\xde\x95\x30\x4c\xf8\xca\x66\xf1\x9f\x00\xcd\xf0\x93\x4a\xdf\xa8\xb5\x6c\x0f\x84\x2c\xaf\xb9\x0a\xfb\xc7\xe2\xbc\x7c\x3f\xe7\xa6\xee\x39\x26\x97\xcb\xef\xad\x28\x3e\xf9\xa8\xff\x5e\x4a\xd8\x57\x40\x9f\x7d\x5e\x79\x75\xe4\x45\xdc\x89\xc9\x85\xf8\x94\x2a\x66\xe3\xc9\xa8\xfc\xe5\xc9\x49\xe9\x37\x60\x7b\x68\x9c\x8b\x2b\xb4\xb7\x03\x33\x4c\x48\x54\x39\x4d\xbc\xcb\x0c\x33\xf1\x22\xde\x13\x12\x6b\xb8\xa6\x58\xd0\x2d\xa1\xe8\x9a\x6e\x8b\xf8\x3f\x5e\xc7\xfb\x92\xa5\x67\xec\x63\x5f\xe7\x78\x71\x7c\x9f\xe2\xfc\x1b\x18\xee\xef\x4b\x2c\x7f\x03\x03\xb6\x6f\xa1\xa8\x76\x4c\x3b\x6d\xa5\x28\xf9\xe4\x6c\x07\x5f\x6d\xd7\xfa\x38\x59\xae\x96\x3b\xd5\x86\xa2\xb0\x7e\x5f\x41\x6e\x98\x7a\x23\xc2\x6b\xc9\x41\x30\x34\x7b\x99\x02\xb4\x3d\x99\x79\x87\x77\x05\xa3\x82\xf8\x45\x33\x23\xc5\x1b\xf3\x3a\xd5\x51\x2c\x81\x89\xf0\xce\xbc\x56\x04\x4a\x1f\x66\x98\xfa\xe7\x5b\x61\x68\xbe\xdc\x95\x70\x8c\xae\xaf\xea\xb9\xc3\x3b\x9e\xf0\x83\xaa\xb8\xab\x1a\x3f\xae\xf0\x2e\x73\x57\x75\x71\xc2\x8f\xab\xba\x01\x1f\x71\xe2\xaa\xc6\x8f\xab\xfa\x19\x6d\xeb\xb7\x70\x4a\x6b\x73\xd2\xba\xd2\xa9\xf9\xdf\x77\xea\x0f\x68\x2f\xfd\xb9\x28\xfb\x9d\x93\xbf\xb2\xdb\xd6\xef\xad\xbb\xfc\x77\x40\xb4\xdf\x4b\x9d\xfa\xef\x30\xb6\xa7\x2c\x61\x9d\x95\x69\xfd\x89\x53\x36\x3d\x79\x1a\xb8\x47\x24\x25\x38\x3f\xfb\xc7\xd3\x84\x44\x3d\x55\xa0\xe3\xde\xde\x9c\xe4\x81\xfe\x3d\x6a\xa1\x86\xa1\xcd\x54\x08\x10\xf8\x50\x86\xe4\xcb\xe4\x5a\xe8\x82\x33\x01\x22\xc3\xdf\x99\x64\xf2\x8d\x29\x32\xaa\x93\xc9\x0c\x42\x26\x33\xf9\xce\x14\x1c\x6f\xe1\x2f\xac\xf3\x70\x97\x68\x52\x37\x54\xdd\x52\xab\x22\xd9\xa6\xdb\x6e\xa3\xba\x45\xaa\x66\x75\x71\xad\xba\xd5\x0d\x24\xaa\x6e\xa9\x6e\x89\xaa\xff\x18\x1a\xed\x1f\x6e\xf0\xf7\x69\xc7\x29\xb6\xe2\x34\xe5\x38\x05\x41\x7d\x5b\xdb\xa8\x92\xc9\xd7\x69\x1b\xbb\xb5\x9f\xfd\xba\xde\xb5\x8e\x77\xf0\x16\x93\x72\x68\x57\xfb\xb5\x4c\x15\x9b\xdd\x6d\xc9\xe4\x3f\xdf\x0a\x8e\x42\x0c\x6d\x9b\xab\x8d\x31\x73\x85\x77\x35\x90\xbc\x8c\x06\x8d\xf1\x57\x22\x30\x4f\x05\x1d\x09\xb7\xbb\x86\x71\xfa\x91\x4f\xa7\x1d\x0b\x74\x40\x49\xdd\x5a\x21\xeb\x8f\x6d\xfb\xbd\xd5\xc8\xef\x6a\x46\x7f\xb7\x3d\xce\xef\x69\x90\x4e\x51\xec\xce\x39\x92\xe5\x09\x8e\xfb\xd8\x97\x37\xf2\x77\xcc\xf5\xfa\x55\x32\x79\x9e\x97\x23\xf3\xbc\xf4\x64\x4f\x92\xec\xaa\xb7\xc3\xbf\x75\x52\x86\xa7\x8c\xd8\xef\x7d\xa1\x53\x82\x20\xbf\x47\xe5\x76\x80\x65\x2d\x35\x71\x20\xde\xfc\xcf\xd2\x8d\x4c\xf0\xff\x6c\x33\xa6\x87\xbb\x4c\x32\x61\xaa\xcc\x64\x86\x09\xd0\x22\x13\xd1\xf8\x8c\x7c\xa9\x42\xb6\x94\x39\x62\x55\x81\xf9\x2a\x0b\x2c\xfc\x31\x14\xd3\x6f\x6a\xe0\xbe\x1c\x3e\xbb\xfd\x71\x99\x0c\xce\x07\x7d\xf2\x08\x80\x27\xf1\x6a\xff\x1e\x49\x35\x30\x61\x51\xd4\x6b\xf0\x8a\x09\x59\x21\xc2\x48\x42\x9d\xab\x10\x57\x97\x98\xa3\x9b\x09\x95\x52\xfd\x3f\x06\xb9\x3d\xf9\xcb\x7f\xf9\x3a\x51\x1c\xdf\xe1\x9e\xa6\x8d\x96\x2c\x72\x1a\x32\x63\x85\x63\x0e\x35\x4c\x4f\x1a\x25\x13\xbc\xb2\xcc\xb2\xb4\x3b\x1c\x87\x77\x2f\x27\x3a\x35\x63\xc9\xd7\x0d\x27\x7a\x92\x03\xa8\xbf\x47\x76\xf1\xb4\xf3\xfa\x3d\xf1\x8a\xa7\xc6\xe8\x76\xec\x07\x34\xe9\x17\x5f\x3d\x32\x1e\xf4\xbb\xc4\x29\x03\x8e\x1b\x64\xad\xde\x9b\x2a\xd3\x60\x3c\x7e\x05\xd6\x5c\x6d\x46\x34\xa3\x31\xc6\xe1\xfe\x83\x61\xd7\x57\x1a\x83\x2f\xc7\x1d\xf2\xfd\x3d\xa2\x8d\x07\x19\x0c\x73\x38\x6e\x15\x8e\x12\xa3\x51\x6a\xae\x68\x74\xe2\x57\xcb\x0f\x29\xde\xf9\x63\xe0\xcc\x57\x19\x80\x23\x44\xed\x25\x5d\x95\xa3\x53\x44\xee\x00\xcc\x49\xa2\x77\x6f\x1b\xc7\x8a\xe0\xfe\x46\xbe\x47\xfc\x27\xe1\x23\x2c\x49\xa3\xa8\xb7\x92\x84\x12\x96\x09\x8f\xe6\x9e\x09\x55\x9c\x76\x66\xaf\x52\xdd\x3f\x06\xde\x3f\xe9\x8b\x7f\x19\x4e\x0c\x9e\xc5\xc5\xf7\x0a\x6e\xf2\x49\x85\x35\xd8\x68\xf5\x84\x9a\xb8\x62\x92\x9f\xbe\x14\x2c\x14\x18\x6f\x2b\x95\xa9\x2b\x61\x41\x0b\x4d\x76\x8b\x62\xf4\x8f\xfc\x2e\x03\xde\xad\x32\x85\xff\x98\xba\x72\x58\x9f\x09\x8f\x20\x99\x04\x67\xe8\x8b\xb8\x80\x26\x86\xa0\x19\xdd\xc0\xaf\x87\xb7\x42\x41\xe0\x06\xbc\xb1\x85\x04\xc7\x2d\xe8\x10\xb9\x09\x56\x30\x5a\x33\x0d\x5e\x58\x66\xc0\xea\x0a\xa4\xd2\xc0\x2d\xd6\xd4\x16\x9c\xd1\x4c\x81\xf7\xd4\x5c\x60\x0a\x0c\x33\xc0\x95\xcd\x40\x6b\x02\x0e\x32\x93\xc0\xbd\x62\x1a\x94\x13\x99\x01\xef\x6c\xbc\x5e\x67\xb2\x30\xc0\xc9\xe5\x5b\x83\xb7\x3e\x33\xd8\xa2\x54\x99\x05\x61\x24\x48\x8d\xa0\x92\xfc\xbc\xa5\x43\x71\x68\xa5\xcf\x14\x48\xeb\x32\x0d\x21\x98\x4c\x80\xf3\x21\x8b\x9e\xdf\xce\x38\x30\x56\x23\x23\x74\x92\x49\x10\x16\xdf\xd3\xca\x90\x81\x93\x2e\x93\x60\xb9\xc9\x40\x69\x93\x29\xd0\x5a\x82\xb2\x32\x03\xaf\x2c\xbe\x6e\x06\x46\x3a\x84\x09\x3a\x03\x29\xb1\xdf\x5e\xaa\x4c\x00\xf7\x01\x82\xc0\x07\x05\x2e\x98\x04\x2e\x70\x30\x85\xc1\x07\x04\xef\x32\x10\x5c\x80\x0a\x26\x03\x1e\x90\xc5\x72\x81\x2f\x23\x40\x0a\x09\x5a\x7a\xf2\x36\xc7\xbb\x28\xb4\xf1\xad\x35\x57\x78\xb5\x96\x45\xa6\x41\x08\xc7\x78\x66\xc0\x3a\x99\x41\xb0\x99\x05\xad\x7d\x26\xc1\x3b\x9d\x81\x35\x12\xbb\x2f\x40\x28\x87\x3d\x36\x8e\x09\xf0\x5e\x66\x06\x84\xf0\x19\x4e\x0a\xbe\x3e\x4e\x85\xc0\x31\x09\x58\xae\x82\xc8\x34\x8e\x4f\xae\xc1\xa3\x12\xe1\x03\xe3\x8c\x0b\x05\x16\xc7\xc9\xb9\xd7\x01\xa4\x44\x53\x57\x5a\x24\x22\xcb\x15\x68\x25\x58\x33\xfd\xa6\x4d\x31\xf6\x67\x67\xbd\x7c\xd1\x26\xd2\xe9\x6c\xfa\x50\x2e\x66\x47\x6e\x41\x9e\x7c\xde\xf4\xf9\x27\xef\x9e\x7b\x90\xea\xa9\x07\x6b\xfe\xae\x87\x1e\x9c\x7b\x80\xc0\x59\xd9\xee\x9e\x30\x81\xd5\x63\xd3\x0f\x7d\x8d\x34\x33\x4f\xc7\xd1\x51\xfa\xf8\xe3\x38\xfa\x6d\x47\x4a\xf6\x08\xbf\x16\xd3\xf7\x60\x83\x62\x82\x83\xe3\x2e\x17\xe0\x2d\x92\x2d\x7e\x73\x26\x98\xc8\x80\x73\x8b\x5c\x4f\x6a\xd6\x2d\xc4\x62\x2c\x64\x54\xd8\x22\xe7\x60\xc5\xbf\x1b\xda\xb4\x6b\x09\x16\x50\xca\xb2\x00\xce\xd9\x1c\xbc\x51\xf8\x89\x0f\x60\x1c\xd9\x0b\x77\xad\xbb\x78\x1f\x99\x9b\xe3\x0e\x0d\x17\xab\x28\x46\xd2\x98\x1d\x50\xe0\xc2\x65\xc0\x5d\x91\x01\x17\xc0\xa5\x8c\x7f\xb5\xc6\xbf\x0e\x10\x1c\xf9\xbd\x62\x1e\x54\x84\x26\xde\x13\x1f\x91\x41\x90\x86\x38\x7e\xe8\x16\x30\x01\xc6\x04\x90\xc6\x14\xc0\x25\xb2\x4f\xe0\xd2\x21\x3f\x03\xce\x03\x28\xa5\x72\xf0\x52\xe0\xa7\x6e\xc9\x6a\x0a\x0e\x7a\x2b\x1c\x04\xe7\xb0\xb7\xda\xba\x1c\xbc\x0e\xf8\x49\x23\x29\xc0\xba\x0c\x64\xb0\xad\xfb\x34\x88\xc1\xcb\x0c\x6c\x90\x05\x68\xa5\x80\x3b\x05\x4e\x83\xb6\x68\xb2\x05\xe4\x97\x39\x48\x29\xf0\x43\x00\x1c\x5f\xce\x02\x77\x16\x1f\x27\xbd\xc5\xb7\xb3\x7e\x6b\x6c\x32\x7c\x2f\x7c\xa4\xd7\x5b\x23\x8b\x05\x8c\x0a\xde\x0a\x0b\xd6\x10\x57\x56\x4e\x6c\x37\x20\x40\x07\x94\x5c\xd2\x6f\x35\x40\x05\x78\x1f\xe1\x95\x44\x39\x6c\xd5\x0e\x38\x78\x12\xff\xde\x6c\x3f\xde\x53\xb0\x86\x37\x2d\x8c\xf9\x77\x2b\x9d\x57\x1d\x8c\xf1\xe0\x75\xdc\x61\x56\x1a\x65\x98\x0b\x9e\xf1\xcc\x83\xf5\x28\xa5\xbc\x31\xe9\xda\x83\x15\xf2\x35\x08\x63\x98\x06\x61\x51\xf6\x71\x6d\x40\x09\x46\x2d\x80\x12\xb9\x07\xab\x0d\x8b\xdf\xb1\x0f\x26\x8d\x81\xa3\xd5\x57\x6e\x50\x6a\x2a\x27\x73\x8b\xb2\x96\xc5\xef\x38\xd4\x0e\x05\x5e\x86\x13\xc1\x2c\x78\x27\xd3\x37\x4f\xff\x10\xaf\x8d\x65\x3b\x70\x6c\x03\x57\x6d\x1e\xa0\xb1\x2b\x38\x5d\xd6\x26\xc4\xd9\x74\xe4\x61\x77\x38\x86\xe4\xe1\xed\x46\x26\x0e\x24\x71\xfb\x1e\xcd\x0d\xa1\xc0\x4b\xa6\x5e\x0b\x45\xd1\x3c\x88\x25\x12\x14\xa2\x92\x60\xa2\xc8\x04\x28\xc6\x33\x09\x1a\xf1\x0a\xb1\x8f\xc9\x37\xba\x71\x9f\x62\xd1\x61\x6a\x2d\x6c\x74\xb1\x8a\x1e\x57\x4c\xb6\xbc\xb0\x92\xd7\xd5\x3a\x0b\xc0\x55\x06\xc1\x34\xce\x56\xc9\xf7\x2a\x93\x63\xd4\x95\xfc\xc3\xdb\xc0\x84\x7a\x63\xd7\x72\xac\x28\xed\x45\xa6\x98\x1d\x9b\x75\x26\xf1\xde\xc3\x5b\xcb\xc2\x5a\x8e\xed\xbb\xf0\xc6\x3e\xdc\x99\xcc\x16\x40\x8c\x43\x30\xd0\x06\xbb\xbb\xcc\xe8\x22\x23\x1a\xc2\xeb\x0c\xaf\xe9\x2f\xde\x79\x78\xab\x99\x14\xef\xcc\x58\xae\x05\x70\xee\xc6\x82\xd3\x0f\x03\x21\xc8\x31\xb2\x18\xf5\x4e\xb8\x37\xc2\xaf\xf5\x1b\xfd\x70\x47\xc9\x31\x32\xb5\xce\xd4\x1b\x89\xdd\x19\x67\x0e\xb8\x58\xa3\x7a\x2e\x99\xd0\x95\x82\x10\xd8\x1f\x25\x3e\xf3\x19\x05\xbe\x06\x0a\x9c\xe2\x33\xf3\x15\xce\x64\x3e\xf7\x44\xcf\xa7\x3b\x0f\xa4\xb7\xa5\xef\x92\x47\x4a\x26\x3c\x38\xf3\x5a\x18\xb4\x35\x43\xfc\x55\x7f\x77\xef\xc9\x37\x94\xb4\x82\x09\x0b\xc1\x71\xdb\xfc\x95\xe4\x3b\x2a\xc5\x6b\x07\x5c\x06\xad\xa3\x5b\x7f\x5d\xaa\x98\x90\xaf\x15\xab\xcb\xea\xbf\x78\x9b\xa9\x77\x06\xa4\x79\xed\x41\x3a\xc9\x3d\x0a\x51\x13\xbf\x3a\x77\x84\x7c\x1d\xff\xa6\xee\xd4\x85\x75\xb7\xe2\xc5\x3f\xdf\x4a\x0e\xce\x28\xc9\x02\xf8\xe0\x85\xbe\x12\x1e\x8c\x35\xa4\x3a\x49\xe1\x5e\x0b\x0f\xda\x4b\xf2\x68\xe5\x0e\xe5\xa7\x47\x09\xed\x50\x85\x54\x01\xf5\x55\x0f\x52\x79\xfc\xad\x85\xf5\xfa\x4a\x72\x50\xc2\xd1\x6e\x89\xd1\xc1\xbd\x96\x1c\x74\xb0\xf8\x3b\x78\xeb\x2c\x93\x1c\x95\x34\x83\xf5\x95\x31\x14\xe0\xd0\x7e\xfc\x3f\xdf\x8a\x00\xd6\xe9\x10\x25\x37\x97\x57\xc2\xa1\xa5\x8f\xd2\x5a\x3b\xad\x15\x39\xbe\x39\x89\x0d\x0a\x27\x15\xc5\xa0\x29\xab\x70\xa8\xbc\x37\x96\x1c\xdf\x04\xea\xb8\x0e\xac\x70\x5c\xe0\xfb\x78\xad\x3c\xb3\x20\x8c\x0e\xf6\xb5\x08\x20\x74\x30\xcc\x82\x11\x32\x2e\xa3\x48\x87\xaa\x83\x0f\x1a\x8d\xf7\xee\xe3\xff\x89\xba\x9d\xd7\x06\x75\x15\x61\xac\xd4\x57\xa8\x6b\x79\x85\xf5\xad\xd5\xee\xb5\xb0\x20\x84\xd6\xcc\x82\x55\x16\x67\xdd\x80\x97\x0e\x95\x10\x2d\x51\x57\x12\x06\x8c\x24\xd5\x44\x6a\xa9\x1d\x82\x3b\x4e\x6b\x23\xd2\x08\x7a\x1b\xc1\xe3\x42\xae\x93\x9a\xde\x46\xc7\xf5\x12\x6f\xf0\xfe\xd6\xd3\x29\xb4\x43\xe3\x0d\xb4\xf0\x65\xf0\x57\x42\x83\xf1\x4a\x32\x03\xce\x0a\x65\x5f\x0b\x0d\xd2\x72\x04\xb0\x92\x62\xe2\x15\x04\x6c\xd8\x80\x11\xce\x3b\x5a\x57\x72\x5e\x33\x83\xe3\xcf\x1d\xc2\x0b\x2e\x02\x53\x20\xb5\xf5\x0a\xe1\x0d\x2a\x68\x0a\x94\x71\x86\x7c\x92\xb9\x50\x8a\x29\x30\x5c\x05\xc9\xb6\x9e\x4f\x1d\xe2\x96\x07\x26\x34\x70\x81\x2f\x18\x97\x9d\x24\x28\xab\xdf\x79\x90\xe6\x8d\x10\x20\xcd\x3b\xba\xff\x4e\x28\x10\xca\x5e\x09\x81\x4f\x89\x1a\xaf\xe5\x8a\x7a\xe1\x03\x3d\x4d\x2a\xa3\xae\xb6\x1a\xfd\xe7\xee\x22\xc5\x77\x2a\x59\x9f\x19\xc7\x33\xe3\x78\x66\x1c\xdf\x06\xe3\x38\x26\x93\x07\xc5\x64\x7e\xd5\x44\x1e\x02\x29\x9b\x3d\xed\x72\xd2\xc6\x6f\xdb\xcb\xd7\xf2\x3f\xea\x6d\x44\x17\x98\xae\x32\x70\xca\x81\x13\x57\x42\x30\x07\xc6\xd8\x37\xea\x9d\x07\xe3\xc6\xbe\xca\x24\x04\xed\x98\x04\xaf\x35\x38\x65\xc1\x09\x71\x25\x14\xf3\xc0\xad\x7c\xc0\x91\x5b\x94\x45\x5c\x6a\x7d\x5f\x52\xfb\xaf\x63\xc0\x5f\xba\x95\x51\xd6\xcc\x1f\x5f\x08\x30\x2f\xd8\xc7\x1f\x5f\x80\x33\x2f\xd8\xa7\xf4\xb7\x2e\xd3\x58\x18\xf3\x68\xd6\xbf\x16\x1f\x7f\x7c\xe1\x40\x9a\xce\xc2\x83\x02\xc4\x25\x53\x05\x16\x5e\x1c\xf9\xc8\x74\xab\x9a\x4c\xcb\x22\x9f\xff\xf8\x62\xf9\x7f\xee\xf3\x45\xb9\x6d\xab\x1f\xcc\x59\x42\xa1\xbb\x67\xa7\x2c\xe9\x46\x0d\x1f\x91\xb1\x24\x3e\xee\x2b\x25\x2c\x79\xc6\xae\xdf\x16\xbb\x9e\x42\x19\x79\x9e\xb3\xdf\x9a\x23\xa4\x73\x42\x34\x57\x7f\xb4\x54\xbd\x8f\xf6\x33\xe7\x4c\xf8\x9e\x54\xb0\xb4\x5b\xe0\x0d\x58\x85\xb7\x0c\x13\x60\x43\xa6\x21\xa0\x9a\x42\x1a\xac\x12\x3f\x39\x08\x5c\xb2\xf8\x9d\x56\xac\x25\x93\xfc\xe1\xce\x02\x65\xf8\x12\x57\x0e\x48\xdf\x08\xfd\x55\x75\x11\x1f\xdb\xca\x35\x4b\xdb\x11\xde\x64\x60\x49\xb1\x30\x19\x3e\x97\x69\x78\x0e\x0b\xf8\xa3\x4c\xd7\x97\x3f\xd5\x69\x31\x5a\xd1\x91\x74\x12\x35\xca\xd2\x9b\xc9\x2d\xb9\x4f\x6e\x04\x6c\xc7\xbd\xb2\x39\x07\xfb\xd5\x9e\x14\xe7\xbb\x87\x65\x7f\x2b\x94\x4d\x28\xe0\x99\x10\x63\xb9\x0e\x60\x0a\xce\xc0\x79\x9b\x81\x13\x9a\x09\xc0\xd1\xc3\x99\x33\xe3\x4c\xe8\x22\xc3\x22\x9a\x56\x43\x15\xb2\x54\x61\x9d\x09\xf7\x5a\x31\x49\x40\x8a\xbe\x25\x1a\x09\x4c\xbe\x11\x6a\x2d\xdf\x98\xb5\xb0\x63\xa1\xd6\x59\x78\x78\xeb\xd0\x4a\x70\x42\x8f\xc3\x9a\x3c\xe2\xfd\x1b\xb7\xa6\xbf\x0f\x77\x3c\x93\xe0\x8d\x1b\x07\x54\xbc\xb5\x4a\x05\x8e\x60\x64\x5d\x3f\xbc\x71\xef\x44\xcc\x9c\x07\xd2\xdb\x77\x16\xbf\xc7\x66\x9d\xda\x7a\x78\x2b\x50\x74\x98\x77\x62\x6c\xd7\x76\x8c\xbd\x7b\xa7\x10\xec\x4a\x78\xf2\xb7\xcf\xd0\x1a\x30\x88\x91\x6f\xbe\xe5\x48\x83\xe7\x69\xe9\xa7\xd4\x81\x13\x8d\xbe\xbf\x20\x06\x43\x69\x54\xc6\x06\x82\xd6\xef\xd4\x1b\x93\x23\x3f\x8d\xfb\x8e\x31\x5f\xc0\xe6\xc6\xd0\x4e\x86\x81\xe0\xc7\x99\x7c\x27\xc2\x1b\xf3\x70\x17\x32\x41\x7b\x16\xe4\xa2\x16\xc0\x2b\x46\x5f\x8d\x5b\xe6\x55\x4a\x83\xf5\x4e\xf0\xb1\x7c\xa7\xc6\xd9\xbe\x61\x1e\x66\x88\xcd\xf9\x2b\x2d\x8e\xf8\xad\xf0\xb2\x3f\xcc\xf8\xff\xde\xdc\xe7\x0f\x33\x90\x47\x6f\x7f\x25\x4f\x9e\x27\xd8\xf5\x1a\x6a\x69\x4f\x7c\xf2\x10\xe4\xa9\xdb\x5d\x5b\x0d\x7c\x8f\x64\x29\x34\xd3\x95\x66\x7a\x2d\xe4\x1b\xfb\x4e\x8f\xfd\xc3\x1d\x5a\xa6\xef\x1c\x85\x9d\xbe\xb1\x45\x26\x40\x9a\xb8\xe7\xeb\x4c\x7b\xd3\x57\x1a\xf2\x34\x8d\x38\x26\x8b\x58\x0d\x91\x0c\xef\xd2\x3e\xae\xce\xe4\x1b\xbf\xce\xe4\xd8\xc7\xd4\xbb\x6a\xe8\xd7\x5b\xcf\xfc\x58\xbf\xb3\x6f\x7c\x37\x99\xe8\xf7\x4b\xa4\xdf\xd1\xb0\x1e\x4e\x6e\x12\x4f\x44\x6c\x6f\x0c\x1f\x48\x6f\xb2\x0b\x70\xc2\xae\xf8\x30\xf0\x59\x3b\xe2\xc3\xcd\x0d\xef\x86\xf7\xc0\x9c\xb1\x13\xde\xd3\xca\x59\xc7\xda\xef\x3b\x15\xf0\x5b\x61\x39\x88\xf3\x92\x33\x3b\xce\x7c\x95\xc9\xac\xe5\x2b\x22\x20\x04\x08\x59\x3c\x76\xe6\x4a\xa2\xe9\xba\xe5\x32\x62\xb7\xe4\xd3\x3b\xbf\xe5\x27\x42\x16\xaf\x7c\xa3\xdf\xf9\xb1\xb0\x6b\xc1\xbf\x5d\x16\xf1\x8d\x0c\xc3\x97\x3e\x0f\xe4\x6f\x05\x55\x4e\x61\xa3\x52\x00\xe7\x74\xf6\x07\xf7\xaf\x25\x07\xc7\x84\x06\x15\x13\xbf\x4b\x11\x77\x3c\x81\x6b\xc3\x54\x91\x69\xe0\xd6\x33\x9e\x59\x50\xe4\x27\x6b\x8d\xcf\x1c\x18\xe5\x99\x03\xeb\xf5\x58\x82\x10\xa2\x00\x4d\x91\x07\x5a\x48\x26\x80\x3b\x4a\x34\x4f\x11\x14\x9e\x3c\x6f\xad\x91\x10\x42\xcc\x41\xcf\x24\x08\x1d\x32\x09\x5c\x4a\x6c\x4f\xa6\x4b\x01\x9a\xbc\x12\x25\x58\xa9\xc1\x86\x58\x48\x81\x04\x54\xca\xd1\x62\x54\x9e\x5c\xfb\xb9\xa3\xbd\x32\xc9\x24\x28\xad\x99\x01\x03\x86\x1a\x96\xe0\x99\x06\x69\x0d\x04\x65\x99\x01\x1f\x3c\x70\xac\x9a\xa1\x04\xb0\x26\x03\xcb\x25\x58\xf3\xc6\x80\xd3\x36\x8f\xbf\xe2\x4a\x8c\xa0\xb2\x0c\xac\x29\x80\x53\x5f\x85\xc5\xa6\xb0\x7f\xc6\x7b\x30\x5a\xe0\x60\x38\xf7\x46\x81\xd5\x32\xd7\x1a\x84\x0d\x2c\xfd\xe1\x8c\xf3\x0c\x8c\x15\x4c\x83\x93\xb6\xc8\x70\x14\x10\x13\x79\x20\x2f\x2f\xe0\xa8\xf5\x05\x45\x57\x63\x11\x83\x42\x04\x8e\x1d\xbd\x32\xe7\x3a\xa3\xb0\x09\xac\x43\x23\x22\x1e\xee\x32\x0f\xc2\xc8\xcc\x80\x0d\xe6\x8d\x7a\x27\x04\x38\x31\x0e\x68\xc4\x5e\xe1\x77\x60\x1e\x1c\x57\x95\x00\xe1\xb1\xb7\x9e\x19\xe0\xb4\x2d\xcd\xa5\xce\xe8\x3b\xde\xa1\x42\x11\xbf\x19\x4e\x84\xa7\x33\x02\x3a\x11\x3f\xe2\x67\x29\xa4\xfe\x86\x68\xfe\x19\x9f\x9f\xf1\xf9\x29\xf1\xf9\x14\x0f\xc2\xe9\x6c\xf4\x84\x9a\xd2\x40\x63\x7b\xf4\xa4\x6d\x88\x73\xb4\xa4\x6e\x1b\xdf\xa3\x94\x22\xcf\x50\x08\x4e\xe4\xd1\x51\x16\xbf\xa2\xcb\x39\x5e\x06\xfa\xf6\x3f\x6d\x95\x31\x21\x59\x00\x85\xe6\xfa\x56\x01\x01\xc5\xef\x3e\x20\x7a\xd4\xc3\x9d\x86\x60\x15\xc5\x9b\xe9\xd7\xe4\x75\xa2\xc9\xeb\xde\x12\x47\x49\x19\x2a\xdd\x32\xd3\x54\x22\xb0\x24\x23\x10\xa6\x10\x8f\xdf\xa8\xb5\x04\xe3\xe4\x58\x03\x57\xee\xb5\x03\x2b\x2c\x13\x06\xac\x66\x01\x2c\x65\x77\x97\xde\xc6\xc4\x97\x78\xb5\xa4\x76\x32\x6a\x87\xc5\x47\xc7\x76\xa4\x58\x67\xb1\xa5\x8c\x9a\xfa\x76\x75\xb3\xe7\x19\x7d\xea\x19\x3d\x29\xf1\xf3\xb8\x2c\xde\x2f\x9f\x8c\x57\x0d\x37\xb7\x27\xd1\xf2\x2e\xcc\x39\x79\x92\xb7\x5b\xf9\x56\x38\x16\xe5\x40\x02\xc3\x3c\x98\x8a\x3c\xf4\x68\x23\x3d\xb3\x63\x4d\x6e\xec\xa6\xc2\x59\x65\x1a\xcc\x15\xd6\x32\xcc\x32\x21\xde\xc8\xb5\x1c\x9b\x4a\x82\xc9\x34\x98\x6f\x97\x76\xbf\xe6\xbb\x1d\x5e\xff\x88\x11\xaf\x27\xac\x7f\xec\x02\x6c\xbc\x0f\xf4\x1f\xcd\xfb\x40\x30\xe1\xc7\x74\xc2\x56\x46\x47\x6c\x89\x4c\xd8\x27\xda\xdf\x16\xf5\xfe\x76\xa8\x4f\xa6\x0d\xed\x93\x69\x43\x7d\x32\x6d\x48\x27\xd3\xde\x71\xda\x9e\x93\x20\x11\x12\x99\xa4\x0b\x99\x66\x7a\x2c\xbb\x99\x9e\x97\x75\x9a\xe8\x02\xcd\x6d\xd4\x16\x9d\xc9\x14\x33\x54\x4f\x82\x34\x4c\x11\x42\xa9\x8c\x96\xe8\x40\xa2\x0e\x87\x4d\xe1\xbf\x6f\x97\x4a\x9e\xa7\xed\xac\x69\x3b\x45\x8c\xad\x56\x8f\x3d\x2c\xe0\x60\x5b\xc3\x02\x6c\x1b\xe0\x0c\xe9\xd5\x6d\xe2\xbb\xe4\x37\x8a\xa9\x3c\xb0\x90\xb6\xbc\x02\x0b\x6f\x44\xa5\xc0\x07\x54\x83\x02\x70\x07\x42\x5f\x05\x26\xe4\x1b\x5b\x70\x54\x69\xd0\x62\x15\x2a\x73\xcc\x65\x6e\x19\x7f\x30\xfc\x11\x2f\xf0\x7e\x91\x91\x81\x88\xb5\xad\xcf\x08\x63\x20\x68\xb4\x05\xed\x26\x8b\xa0\xfc\xc9\x43\x30\xa8\x92\x05\xca\x6d\x41\xda\x9b\x62\x52\x6c\x3a\xc3\x78\x26\xfc\xc3\x5d\x26\x98\x59\x9b\x4a\x83\xf4\x94\x67\x03\x9c\xcc\x04\x22\x23\x8a\x2c\x09\xdc\xbf\xf3\x6f\xc4\x1f\x65\x9f\xe3\x0f\x3f\x1b\x43\xae\xc4\x75\x16\xf6\x8d\x8b\xf0\x72\x27\x43\xfb\x64\x7a\x33\xfb\x96\xd2\xb3\x17\x06\x4c\xcc\x65\xc2\x19\xb2\x71\x1b\x59\xfa\x32\xab\x7f\x64\xf4\xfb\x3f\x63\x2c\xb8\x56\x91\xb5\x5b\x2a\xac\xb9\x3c\x39\x9f\x50\xc0\x87\xd0\xb9\x00\x43\x8e\x66\x26\x85\xf3\xf3\x0c\xb4\x56\x19\x04\x6f\x8a\x0c\xad\x8c\x0c\xa4\x93\x19\xd8\x0c\xa1\xf0\x3e\xa5\x90\x51\xe3\xe8\xc3\x52\x64\xa0\xbc\x01\x2e\x7d\x06\xd6\x1b\x10\xde\x10\x2c\x56\xc9\x45\x4a\x8f\x82\xdf\x9b\xb6\xb1\x78\x4c\x4e\x2e\xef\xd0\x46\x2a\x80\xcb\x00\xca\x5b\x10\xc6\x83\x13\x3a\xd5\x21\x77\x18\x90\xde\x80\x6d\xee\xe0\x73\xe3\x63\xf1\xa9\x8c\x33\x7c\x66\x46\x80\x01\x2f\xb0\x5e\xdd\xe5\xd8\x5d\x5b\xbf\x8d\x7d\x43\xae\x38\xef\x84\x5c\xe3\x7b\x3f\xbc\x25\x2f\x5a\x87\x9d\x54\x1a\x07\x40\xe9\x26\xd1\x81\xce\x44\x81\x7d\x05\x41\x59\x6a\xb4\xc2\x3b\x0c\xa4\x13\x19\x48\xe3\x69\x2c\xa8\xde\x92\x0a\x85\xf4\x14\xcb\x5a\x80\x34\x0e\x6b\x81\xc6\xe7\x52\x5c\xab\x90\x01\x9c\x96\x04\x80\xe3\xa1\x68\x57\x5e\xa5\xe8\x7e\x8a\x72\x95\xbe\xc0\x62\x4e\x4f\xc2\x97\x71\x14\x04\x2b\x3b\xc7\xf4\x0b\x63\xd5\xcd\x4d\xaf\xeb\xf0\xb7\x91\x12\xff\x19\x31\x9f\x11\x73\x10\x31\x7b\x9c\xa3\x2e\xc7\x94\xc2\x0b\x96\xf3\x7c\xf1\xbe\x9a\x4c\xcb\xec\x7d\xf9\x69\xcb\x69\x14\x99\xef\xc1\x53\xae\x3b\x0d\xb0\xb1\x3a\x3e\x51\x4e\xdc\xdd\x5d\xb2\x56\x5e\xed\x57\xa3\xc9\xfa\xbb\x56\xad\xbe\x47\x4a\xa4\xcc\x99\xc6\x3e\x53\xe2\xe3\x28\xf1\x3b\x56\x41\x9f\xb1\xf6\x19\x6b\x0f\xa5\x7f\x5c\xd6\xb9\xd4\x62\x0c\x5e\x8a\x1b\xe8\xcf\xbd\x76\x64\xdd\xe5\xbc\x9a\xac\x56\x43\x4d\xef\xf5\xf4\x49\x4e\xd5\xe3\xb2\x9a\xff\xd2\xc9\x11\xdd\x53\xf0\xfd\x79\x5a\x3f\x15\x41\x52\x5c\x89\xb7\x45\x82\xe1\x99\x07\xa1\x15\x6d\x4e\xfb\x74\xed\x41\x88\x98\x68\x12\x6b\x28\xb0\xc6\xb1\xa6\xa4\xf9\x4e\xf0\xf1\x17\x9a\x95\x75\x49\x6a\x85\x67\x9a\x5c\xe1\xad\x71\x78\x47\x86\xac\x29\x95\x01\xe9\xc2\xd4\xdc\x01\xef\xf8\xff\xd6\xcc\xc1\x7f\xb7\xcc\xa1\x7f\x99\x1f\x55\xb6\x76\xf2\xf5\x76\x8c\xee\x45\x5f\x5e\xc8\xeb\xc9\x74\x34\x99\xde\xd6\x8b\x72\x6c\xb4\x02\x54\x08\xff\x36\x3a\x02\x16\xc9\xf1\x18\x98\x23\x16\x22\xaf\xcb\x71\xbe\x9e\xcc\x16\x4f\xb6\x1a\xb9\xaf\xc1\xe1\x25\xc9\x5e\xa8\x33\xd6\x25\x7b\xdb\x39\xc6\x5b\x72\xdc\x65\xbb\x3b\xe7\x2e\xa7\x83\xc1\x3b\xa3\xbc\x53\xa9\x9a\xb5\x18\x78\x8f\xd7\x65\xe7\x21\xff\x9d\x35\xfb\x67\x96\xfc\xcc\x92\x9f\xad\x8c\x67\x0a\x7a\xa6\xa0\x6f\x83\x82\xce\xcb\xd3\xfd\xeb\x87\x5d\x11\x3f\x98\xa4\x7b\x7f\xe5\x81\x0c\xdd\xfb\x81\x86\xd3\x73\x77\xe0\x8e\xce\x8c\xdd\x81\xfa\xf5\xc3\xea\x70\x3a\xef\x56\xa5\xc1\x5c\xde\xad\x3a\xdd\x44\xde\x58\xb0\x9d\xc5\x7b\xfb\x10\xc8\x5f\x3f\xac\xb6\x8e\x7e\x1c\x48\xd8\x8d\x7d\x7f\xaa\x6c\xdd\xd8\xd6\xd3\xa4\xea\x6e\x8f\x68\xdd\xf4\x11\x49\xba\x5b\xb5\xbe\x4a\x86\xee\x3a\xeb\x87\x6c\xa5\x12\x51\xbf\x01\xf3\xb7\x94\xd7\x5a\x81\xe7\xe6\x1d\x58\xeb\x90\xe7\x39\xb3\x56\x20\x94\xaf\xc0\x93\xbf\xb5\xe4\x12\xaf\x32\xba\x7a\x78\x6b\x40\x08\xc5\x02\x88\x90\xea\x8d\x11\xe4\x1d\xdd\xa8\xb2\x4d\xcd\x6c\x03\xde\x26\xf3\x9b\x9b\x9b\x26\x2d\xca\xe9\x3d\x8d\x4f\x11\xe0\xb5\xa6\x3d\x4f\x75\x25\x38\x88\x98\x77\x9c\x52\xbd\x19\x64\xfa\xd6\xc7\xe3\xf0\x90\x29\x59\xbb\x16\xa0\x83\xaa\x3b\x4e\xef\x7a\xa5\x40\x3a\x3a\x56\x80\x12\x91\x53\x8e\x18\x85\xcd\x1a\x3a\x03\x42\xc5\xd3\xf5\x04\x42\xbf\x23\x80\x2e\xa3\xfa\x59\xfe\x87\x3d\xeb\x25\x14\x38\x2e\x99\x06\xaf\xe4\x15\x38\x61\xb0\x37\x56\x81\xb0\x8e\x19\x7c\x6c\x25\x49\x08\x04\xeb\x69\x2b\x58\x67\xa0\x8d\x69\xc6\x54\xa8\x87\xb7\x0e\x34\xb3\x10\x8c\x69\x66\x47\xa8\x78\xb8\x03\x04\x1b\xc0\x68\x9f\x09\xb0\x36\x5c\x79\xf0\x52\x31\x0b\x86\x35\x20\xdd\x97\xf8\x47\xf8\x59\x9c\xf5\x12\x4d\xcb\x55\x3a\x54\x22\x58\x3a\xe0\x21\x3d\x39\x6b\x7a\x73\x15\x9f\xcc\x35\xce\x98\x96\x0a\x5f\xe6\xe1\xad\x02\x61\x22\x78\xd6\xbc\x2d\x42\x33\x82\x66\x4d\x9b\x61\xf3\xda\x57\x0d\x4c\x37\xbf\xb5\xfa\xe9\xe7\x9f\x1f\x31\x0f\x84\x29\x57\x71\xfe\x11\x81\x62\x2f\x99\x00\xae\x3c\xa1\x05\x39\xdd\x68\xf5\xce\x61\xf5\x88\x52\x84\x13\x0f\x6f\x23\xaa\xc5\x89\x8c\x18\x28\x41\x91\xf3\x7c\x8d\x56\x2d\xca\x8a\x08\x58\x6d\x30\xb2\xfd\x16\x3f\xff\x83\x0b\xf3\x8f\x47\x4b\xbe\xf7\xf7\xd7\xe5\x62\x5a\xae\xca\xe5\xf1\x02\xf0\x28\x98\x01\x39\x78\x14\xec\xb0\x38\xec\x03\x3f\x5a\x2a\xf6\x01\x6f\xee\x1d\x96\x91\xbb\x75\x07\x45\xe5\x6e\xd5\xae\xc4\x6c\x95\x6f\x0b\xce\x5e\xa1\xd8\xea\xfa\x53\xc9\xc6\x56\x93\x4f\x23\x22\x7b\x86\x77\xeb\x41\x47\x08\xcc\xdd\xca\x5f\x53\x6e\x4a\xb1\x91\x9b\xc7\x1e\x57\x74\xdb\x4e\xc2\xf5\xf3\xcf\x3f\x77\xa4\x6d\x7b\x17\x9f\x83\xa4\xb3\x72\xb8\xcc\x05\x48\x4a\x1d\x80\xdf\xb5\xba\xef\x24\x08\x89\x02\x25\x30\x0d\x92\xa3\x0e\x2c\x25\x71\x66\xd9\xd8\x1b\xd6\x3a\xf0\x0a\x39\x88\x09\x02\x99\xb1\xa4\xb6\x44\x64\xe0\xa9\x1a\x03\x49\x7c\x87\x2b\x53\x69\xd0\x56\xa1\x4c\x30\x05\x9d\x5f\x24\x03\x98\x00\x1a\x99\x25\x16\x55\x0e\x84\x09\x19\xf6\xa9\x00\xe5\xc8\x4e\x70\xa8\x59\x5b\x8f\x35\x50\x6c\x04\x6a\x43\x66\x4d\x1b\x19\xc8\x20\x41\x49\xb4\x74\x9c\xc2\x67\x65\xf8\x2c\x7b\x25\x1c\x04\xe9\xe8\x18\xa4\x81\xbe\x67\xd4\x79\x0b\x74\x18\x11\xf7\x34\x0c\x74\x2a\x8f\xae\xf3\x33\x80\x09\x1e\x4d\x81\x36\x67\x53\xd2\xbe\xfe\x8f\x6e\x0e\x34\x1c\x4b\x97\x92\x6c\xa2\xed\x25\xd0\x9a\x8b\x96\x51\x90\xf1\x42\xa3\x0d\x27\x44\x01\x9c\x1b\x10\xca\xe2\x70\x80\xd4\xc0\x8d\x04\x65\x1d\x70\x85\xb2\x1b\xe8\xcc\x27\x09\x5c\x2b\x70\x39\x68\x89\xac\xbb\x39\x47\x43\x48\x03\xb2\xa2\x53\x3c\x84\x55\xb9\x86\x60\x0d\x8b\xdf\xb1\xbb\x0a\x28\xfe\x0b\xa5\x8e\x05\xed\xe2\x57\x0d\xac\x7c\x06\x3c\x04\x8a\xb7\x02\x4e\x77\x62\xa6\x77\xa9\xb2\x78\x3a\x88\x40\x73\x51\x08\x47\x47\x39\xd1\x89\x4f\x60\x90\xb3\xbb\x0c\x38\x0a\x2f\x1e\xc8\xca\xc9\x28\x46\x0a\xa4\xc1\xb1\x77\x57\x06\x34\xa3\xdc\x16\x39\x4e\xa4\x6e\x0c\x46\x69\x43\x3a\x98\xc9\x49\xfc\xd4\xf7\x15\x77\x38\x00\x05\x76\x80\x74\x04\x6c\x18\xb4\x94\xc0\x83\x06\xe3\x2a\xe0\xdc\x02\xe7\x38\x25\xc0\xad\x29\xe8\x88\x11\x0f\x52\x80\x90\x38\xd3\x20\xbc\x03\xa9\x04\x08\x2d\x09\x4e\x5a\x30\x8e\x4e\x75\xc2\xf1\xe3\x56\x91\x1b\x9b\x33\xc0\x9d\x07\x29\x55\x05\x42\x2a\x10\x22\xa7\xe3\xaa\x58\xfc\x4e\xbd\x71\xe4\xe0\xa6\x11\x11\x40\x58\x1c\x79\x3a\x2f\x45\x4b\xe0\xa8\xa2\x08\xae\x40\x68\x1c\x2c\x6b\x63\x5f\x45\xc0\x5e\xa9\x2c\xf6\x18\x4d\x56\x1b\x24\x08\xa1\x71\x7e\x2c\x0d\xac\xc4\xe9\xe5\x3a\x03\xe5\x68\x80\xb1\x5f\xdc\xa4\x71\xb7\xb1\x51\x2e\xf1\x89\xf4\x96\x3c\x1e\x23\x43\x58\x9f\x81\x94\x3e\x3e\x5a\x39\x0d\x12\x91\x5e\x49\x07\xda\x61\xcf\x40\x72\x8b\x58\xa2\x14\x8a\x5e\x0f\xd2\xcb\x31\x82\x22\x56\xe1\x73\xb8\x48\x0f\xa2\x66\x3d\x5d\x54\x20\x68\x7a\x0b\x10\x0a\xaf\x94\x05\x29\x69\x46\x3d\x28\x6d\xe3\x2c\x48\x43\x67\x67\x49\xd0\xf4\x8a\xd6\x23\x2d\xa5\x77\xc5\x57\xe4\x34\xa0\x0e\xb8\x51\xf1\xa4\x17\xe7\x2b\xac\x86\x2d\x87\xdc\xe0\xdb\xb0\xf8\x9d\xd2\x98\x80\x94\x96\x49\x70\xbe\xa2\xd7\x16\xd6\x17\xc0\xa5\xc1\xf9\xa4\x46\x84\xd1\xc0\x91\x01\x08\x6c\xc3\x19\xd4\x7f\x33\x90\x1c\x0d\x76\x50\x86\x16\x57\x08\x90\x63\x0f\x35\xce\xb9\xcf\xe8\xf5\x15\x0f\xd8\xa6\x01\xc1\x75\x41\x18\x0d\x12\xf5\x0f\x2e\x91\x90\x71\x92\x0c\x12\x00\x88\x20\xe2\x1b\xd1\xc0\x90\x1a\x8a\x94\xe9\x71\xc0\xc4\x9a\x06\xab\x00\x8e\xd8\x8c\x83\xa5\x6c\x9c\x1e\x4d\x44\x92\x66\x80\xe6\xd3\x11\x85\x20\xfa\x08\xec\x99\x06\x81\x36\x80\x34\x89\x55\x19\x69\x41\x21\x0e\xe0\xfb\x20\xb0\xb6\x34\xe0\xa4\xfe\x62\xa3\xbe\x8a\xc4\x23\x4c\x40\xfc\xf3\x8e\xe9\xd6\x49\x28\x0a\x0c\x22\x9d\xc0\x4a\x88\x69\x38\x4c\xd6\x02\x47\x64\x57\x1e\x38\x62\x7b\x70\x20\x24\x08\x7c\x65\x17\x68\x1a\x54\x10\x14\xb9\x69\x35\x56\xf1\x20\xa4\x00\x6e\x1c\x48\x19\x40\xd0\xa9\x2b\x1a\xb8\x90\xb4\x3e\x83\x8c\x85\xdb\x80\xaf\x46\x83\x25\xb8\x44\x06\x05\x4a\x0b\x50\x42\x80\xc1\xe9\x17\x68\x80\x44\x0c\x88\x28\xa7\x1c\x9d\xdc\x06\x46\xc7\xd1\xce\xea\xe1\xb6\x84\xe7\x88\x35\x36\x8b\xe6\x90\xe4\x8e\x88\x1a\xe7\xc9\x46\x6e\x22\x11\x8b\x34\xb6\xa8\x34\xf2\x65\x41\x44\x80\x50\x11\x3f\x05\x92\xa8\x22\x5c\xcf\xd2\x1c\xd0\x51\x45\xc8\x69\x68\x9c\xb9\xa5\xc5\x21\x3b\x80\x5a\x26\x93\x40\x08\x88\xcc\xbd\x00\x6e\xb0\x19\x45\xef\x1e\x11\x5b\x0a\x1a\x7a\x42\x18\xc4\x29\xe1\x11\x93\x48\x40\x20\x4e\xc7\x98\x5d\x14\x51\x34\xd9\x4a\x53\x92\x69\xe0\x48\x7a\xc4\x74\x3c\xf6\x0a\xe8\xd0\xa4\x8a\x90\x9f\x73\x99\x68\x54\x14\x34\xcc\xdc\xa0\xd8\x00\xee\xe8\x90\xbe\x0c\x49\x31\xf6\x5f\x12\xc6\xe2\xeb\x1b\x22\x5d\xe4\x9f\xc8\x5b\x22\x8e\x3a\x62\x7b\x3a\xa3\x60\x53\x90\x84\x9c\x34\x4e\xf8\xfa\xc4\x74\xa9\x56\x06\x3a\xe8\x38\xee\x36\x10\x53\xc6\x8a\x9e\xe8\x37\x72\x6e\x9c\x05\x14\x4d\x91\x5e\xe9\x09\xc6\x12\xfa\x11\x97\x23\x2c\x0b\x8d\xbb\x9b\xe7\x3a\x53\xa0\x9d\xae\xe8\x20\x3b\xe4\x87\x05\x1d\x5d\x15\x51\x83\xa4\x01\xb2\x3c\x42\x76\x1c\x2c\x43\x77\x10\x4b\x68\x3a\x05\x32\xd8\x0c\x34\xd7\x10\xa7\x07\x29\x37\xa3\x31\xa5\x69\xf5\x2e\xbe\x10\x17\x38\x7a\x34\x93\x89\x71\x58\x1f\x57\x16\x85\xf6\x91\xef\x10\x97\xc6\x97\x33\x8e\x78\x4f\x16\xe9\x84\xde\xc8\x4b\xbc\x4d\x24\x49\x43\x84\xad\x62\x1b\x32\x11\xa6\x47\xee\xee\x09\x17\x81\x87\xc8\xa8\x84\xc3\xd1\x37\x86\x86\x8e\xf0\x18\xf1\x57\x7b\x50\x48\xc2\x46\x82\x76\x22\xb2\x18\x3a\xf9\x4a\xd0\x9a\x67\x40\x3c\xc5\x0b\x5b\x11\xda\x62\x8b\x3f\x21\x67\x0a\x2c\x7e\x27\x07\x65\x34\xbf\x0d\x28\xe9\xf3\x40\x67\x39\xc5\xef\x24\x51\x39\x75\xc1\x21\xd3\x26\xa6\x8b\x5d\xa4\xd1\xa1\xc9\x41\x2c\x08\x2a\x61\xb6\x44\xac\xc2\x32\xad\x62\x37\x50\x12\xf8\xc4\x61\x08\x6b\x14\xb2\xc5\x0c\x55\x01\x12\x0b\x38\xb8\xb4\x94\x29\x69\xba\x9c\x4a\x8b\xb8\xca\xc7\xe5\xdc\x87\xb7\x01\x5c\x60\x16\x94\x11\x84\x5d\x9a\xa2\xbf\x89\xf7\xe3\x84\xea\x1c\x94\x06\xa5\xeb\xbe\x1a\x94\x25\x8d\xc0\xa1\x33\x0d\x6d\x26\x90\x99\xfc\xa4\x20\x38\xcb\xe2\x77\x8c\x70\xdc\x34\xfd\x70\x47\x46\x3b\xcf\x91\x9f\x30\xfa\xaa\x03\x24\x95\xa0\xa0\x6d\x61\x50\xfd\xb3\xa8\x5c\x11\x09\xd3\xec\x73\xb5\xf3\x78\xc4\xa2\x31\x15\xa1\x61\x49\x19\xda\x95\x79\xb8\xcb\x14\xf8\x60\xd1\x2a\x45\x33\xd5\xd0\x09\x8d\xca\x50\x43\x48\x70\x7e\xab\x1d\xa1\x34\x18\x6f\xaa\x5a\xd6\xe1\x3b\x04\xad\xc1\x58\x91\xe3\x1b\x18\x16\xbf\x63\x27\xc1\x58\xe4\x14\x46\xd8\x87\x3b\x0b\x5e\x90\xac\xc5\x57\x91\xa8\x04\x70\xb9\xa9\x47\x11\x9e\x38\x92\x02\x02\xf6\xd5\x58\x95\xd5\x82\xb9\xa7\x0f\x19\x76\x82\x64\x88\xc6\x5e\x73\x0a\xd7\x8f\x6f\xe3\x28\xae\x5f\xdb\x31\x58\x59\x81\xf2\x0e\x75\x8b\xa8\x6b\x51\xcc\xbc\x41\x36\x4d\x0b\x0b\xb6\x56\x91\x50\x6c\x58\x2e\xb1\x72\x06\xda\x93\x67\x53\xa0\x43\xc8\x8c\xcc\x41\xa9\x80\x9f\xba\xab\x88\x48\xdc\x54\x34\x89\xf8\x7c\x8a\x92\x07\xa5\xf1\xf5\x3d\xa3\xaf\xb4\x40\x0d\x96\x87\x98\x12\xa0\x42\x35\x27\x13\xe0\x11\xf7\x23\x5c\x77\x82\x18\xc8\x80\x78\xe5\xe2\x3b\x28\x24\x96\xad\xf7\x66\xa0\xb8\x8f\x1c\x04\xa5\x29\x47\x7e\xef\x5c\x3c\xef\xce\xe2\xc3\x03\xea\x51\x35\xcb\x89\x8f\xa7\x18\x00\x8e\x13\x1b\x90\x12\xf0\x4d\x22\xfe\x19\x6c\xda\x6c\x16\xee\x19\x70\x1b\x91\x07\xdf\xdd\x7a\x05\x5e\x38\x7c\x75\x8f\x9f\xa6\x03\x28\x05\x5d\x40\x01\xee\x2b\x08\x5e\xd2\xd1\x60\x86\x1e\x2e\x58\xfc\xae\x63\x7e\x13\x0a\x55\x10\xe8\x9c\x37\xe7\x48\x51\x12\xdb\x6f\x8d\x4a\x85\xf0\x0f\xdb\x59\x8a\x41\xb6\xcf\x5f\xfb\x39\xae\xc6\x74\x72\x13\xcf\x17\xb3\xdb\x45\xb9\x8c\xc6\xe6\xaa\x5c\xdc\x4d\xa6\xf9\x2a\xd9\x88\x03\xbb\xd5\x4f\xe1\x1e\x74\xd8\x00\x8c\x55\x2e\x3f\x56\x93\xe9\xfb\xbe\x8a\x22\x84\xf0\x77\x2a\x6d\x52\x3d\x4b\xdd\xb2\x32\xf5\x0b\x56\x54\xf9\x72\xf9\xe3\x8b\xe5\x6a\x71\x5f\xac\xee\x17\x65\x36\x29\x66\x53\x7a\x89\xc9\x14\x2d\xcc\xe5\xea\x53\x55\xbe\x82\xfe\xf2\xec\x3a\x5f\x96\x9f\x67\xf3\xbc\x40\x5b\x18\xc4\x97\xa1\x7a\xf5\x08\x7e\xce\xa7\x93\xbb\x7c\x35\x99\x4d\x2f\x07\x6a\xde\xe4\x53\xb4\xb3\xe7\x93\x29\x53\x4b\x36\x99\xde\x4c\xa6\x93\x55\xc9\xaa\xc9\xb4\xcc\x17\x2f\x9b\x47\x49\xf3\x32\xcd\xe2\x28\x5f\x8e\xf3\xc5\x22\xff\x74\xc9\x99\xd6\xed\xbb\xb3\x9b\x9b\x65\xb9\xba\xe4\x2f\xbb\x29\xa8\x2f\x69\x3a\x5e\xae\x16\xf9\x74\x79\x33\x5b\xdc\x65\xb3\xc5\xe4\x76\x32\xbd\x34\xfc\xcf\xcc\xf0\x3f\x7f\xf9\x9f\xef\xcb\x4f\x37\x8b\xfc\xae\x5c\xb2\x83\x7d\xfc\xcc\xff\xfc\xf9\xe8\x7e\x7c\x91\xa6\xa7\xb6\x52\x4c\x88\x9e\xea\x99\xe6\x5f\xcc\x09\xcd\x67\x42\xf0\x2f\xee\xa4\x27\x08\xc3\xbf\xac\x66\xc7\x3f\x41\x4a\xfe\xe5\x88\xe1\x59\x4e\xee\xe6\x55\xd9\x8c\x4f\x33\xd0\x97\x8b\xd9\x2a\x5f\x95\x7f\xe1\xa3\xf2\xf6\x07\x7c\xf0\x4e\x89\xb2\xb1\xec\xcb\xbf\xfd\x3d\xe2\xdd\xbf\x8d\xca\x9b\x65\xb2\xbd\x5b\x2b\x1d\x9c\xf3\x6d\x2a\xde\xda\x68\x98\x8c\x7e\x7c\x91\x37\x7b\xc3\xa6\xb2\x4c\xad\x7d\x95\x59\xa6\x32\x9b\xa9\x77\x9e\x12\xa7\xff\x3d\xb6\x7e\xbf\x2c\x19\x11\xc9\xe5\x78\x51\xde\xd0\x03\xf2\x03\x84\x41\x88\x8f\x4d\x9c\x03\x5b\x13\x43\x67\xbd\xb4\x93\x44\xb9\x2a\xf3\xc5\xf4\x60\x16\xe5\x4d\xad\x6f\x33\x8d\xb2\x04\xcd\x03\x1d\x30\xa9\x2a\x0f\x81\x76\x0a\x82\xf1\x05\x1d\x38\xcd\x35\x58\x67\xc1\x7a\x81\x7f\x29\x23\x0c\xf2\x7e\xd0\xa8\xd9\x49\x61\x21\xa0\x4d\xdd\x14\x55\x19\x19\x65\x94\xea\x46\xac\x15\x38\xeb\x0a\xce\x40\x90\x5a\x4e\x47\x47\x46\x7d\x41\xc5\x8d\x66\x47\xa9\x6d\xb4\xd2\x60\x51\xe9\x74\x5a\x81\x47\xbb\x41\x39\x07\x12\x95\x5b\x6f\x0c\x18\x52\x8d\x50\x56\x53\xa6\x05\xee\x14\x28\xd2\x21\xb4\x45\x99\xe2\x33\x05\xc1\xd2\x91\x2b\x94\x5f\x98\x12\xff\x06\x5a\xf0\xa1\x12\x52\x5f\x51\xb6\xa3\x71\x84\xda\x2c\x1d\x45\x8d\xb6\x00\xb5\x9a\x51\xb3\x80\x1a\x3c\xda\x30\x60\x50\x99\x33\x9c\x76\xaa\xa9\x03\x3e\x07\x2b\x3c\x7e\x36\xca\x86\xa2\x7d\xfa\x35\x65\xb0\x40\xe1\x4b\x5b\xf9\xda\x5c\x19\xa0\x63\x59\x0c\xed\xe3\x83\xc1\xf6\x3c\x9d\x3e\xad\x15\x6a\x45\x68\x30\x49\xec\x48\x4e\xcb\x26\x2c\x7e\xd7\xd2\x96\x96\xf3\x83\x90\x8c\x34\xfc\xf4\x5d\xab\xb5\x2a\xa0\xae\x34\x46\x73\x08\x07\x94\xa3\xb2\xcd\x93\x75\x44\x47\xab\x6a\xb2\x8e\xb8\x41\xb5\x1c\x84\x08\xc0\x9d\x03\x11\x62\x91\x40\x1b\xdc\x5b\x50\x4a\xc5\x95\x8b\xe0\x40\x25\x93\x9e\x8c\xcd\x80\xdf\x57\x86\x0e\xe9\x96\x1c\xbb\xaf\x2d\xad\xc4\xa0\xca\x2c\xe9\xbc\x6d\x1c\x33\x87\x0a\x92\xf1\x0a\x0c\xa7\xa9\xd0\x74\x87\x0e\x0a\xc5\xab\x8a\xac\x91\x0c\x4d\xe9\x02\x94\xa3\x95\x42\x32\xa0\xac\x85\x80\x1a\x95\x47\x6d\x01\x8d\x2e\x69\xe3\x7a\x95\x21\x1c\x73\x68\x0c\x59\xb2\x2b\xc8\x7c\x14\x64\xed\xca\xa4\xa7\xeb\x10\xc7\x4b\xb0\xf8\x5d\x6b\x1e\x92\x12\xc1\x39\x5b\x90\xf6\x87\xaa\xae\x02\x23\x29\xfb\x90\x46\x0d\x14\xaf\x6c\xdc\x9e\xf3\x68\xce\x79\xee\x5f\xa3\x99\x4d\xc7\x7b\xcb\xe8\x58\x82\x5a\xaf\x8d\x17\x4a\x93\x97\x82\x74\xd1\x50\x0d\x11\xf3\xb3\x88\xd6\x44\x17\x59\xa2\x0b\x69\xc9\xfa\xb3\x60\x70\x38\xf0\xc2\x23\x72\xc4\xf5\x8b\x87\x3b\x44\x68\x9c\x44\xa7\x4d\x95\x19\x8a\xed\x06\xa7\x43\x3c\xfa\x10\xed\xad\xca\x83\x33\x88\xb6\xde\xfb\xab\xe8\xdb\x62\xaa\x8c\x6e\x52\xc0\x27\xc3\x41\x82\xa0\xdc\x15\x79\x55\x18\x54\x98\x1c\x18\xe1\x29\xbb\x49\xd0\x4c\x83\xb2\xb2\xca\x50\xc5\x96\xd1\xc4\xc8\x51\xf1\xa6\xed\x24\xde\xe0\x0c\x75\xea\xca\x51\xea\x26\x3a\x2e\x97\x56\x29\x29\x7f\xf5\x5a\x82\xcd\xc1\x28\x81\x9f\x0d\x02\x7a\x32\x86\x51\x3b\x05\xee\x02\x08\xee\x40\x4a\x0d\xca\x78\xd0\x78\xad\x35\x5a\x76\x60\xe9\x04\x59\x81\x36\x19\x18\x21\x21\x08\x47\x96\x87\x44\xa3\x17\xef\xa4\x15\x14\x23\xe4\x52\x82\x45\xda\x8f\xb7\x54\x86\xf7\x90\xb1\x90\x65\x0c\x3e\x4e\xb4\xa6\xb6\x3c\x15\x82\x24\x2b\xd7\x2b\x50\x48\xaf\x4a\xa2\xcd\xe8\x11\xaf\x1c\xd2\x21\xd8\x56\x77\x03\x99\xa3\xeb\x0c\xc9\x60\x1c\x07\x7f\x4f\xc2\x6e\x90\x86\x59\x3a\x37\xc9\x31\x5b\x7d\x37\xd9\xd4\x9f\xb9\xf3\x33\x77\x7e\xe6\xce\xcf\xdc\xf9\x99\x3b\x1f\x4e\x29\xb0\x73\x26\x5d\xdf\x79\x74\xc3\xbe\x0a\xf5\xb9\x64\x87\x4f\x34\xdb\x3d\x9a\xec\x90\x73\x7c\x72\x6d\x83\xca\x31\x58\x4d\xe6\xf3\x4f\x59\xbe\x58\xcc\x3e\x0c\xbb\xdc\x6f\x00\x5e\x75\x5d\xe0\xbe\x15\xdb\xe1\x34\xbf\x5f\xf0\x82\x0e\xef\xb4\x8a\x96\xc5\x39\xb2\xdb\x50\x20\x47\x09\xc0\x35\x72\x6c\x1d\xf7\x31\x8c\xc0\xbf\x6f\x68\x73\x85\x76\xe3\x68\xeb\xd9\xe5\x02\x1c\xe5\xb4\xd1\x29\xd9\xa5\xa2\xbd\x11\xa3\xb1\x8a\x45\x1e\x4c\xfb\x81\x0a\xef\x79\x6c\x97\x76\xda\xc8\xa7\xd7\x2b\x45\x4b\xab\x2e\xb3\x60\x1d\x8a\xa6\xc0\x1d\xe5\xba\x32\x01\x45\xa1\xf4\x39\xed\x1b\xea\xc8\xed\x39\x22\xb8\x06\xa1\x03\x32\x31\xfc\xa4\xbb\x5c\x6b\x90\xc6\xae\x21\x6e\x52\x89\xb8\x21\x19\x77\x44\x8d\x01\x21\x5c\xda\x8d\xf0\xf1\xaf\xf0\x44\xd0\x5c\xda\x7a\xbb\x02\xa9\x17\xef\xca\x1a\xd6\xc7\x8d\x25\x63\xe3\x3e\x1c\xdd\x0f\xc4\x20\xb9\xf3\xb4\x7b\xc4\x29\xbb\x67\x5a\xde\xd3\xa9\x1d\x03\x82\x36\x24\x03\x0b\x60\x93\x2f\x80\x61\x01\xe8\x50\x4b\x69\xf0\xb9\x11\x42\x46\x20\x45\x23\x08\x86\x5b\xfc\xd0\xeb\x80\xa2\x53\x27\x25\x8a\x47\x5a\x56\xf5\x45\xdc\x16\xc5\xe1\x27\xde\x6e\xe2\xd0\xab\x2a\xd0\x58\x6b\x1c\xc7\x7a\x73\x8e\xc4\x41\xdc\x26\x49\xdb\x74\xd2\xe6\xa0\xad\xc0\x4f\x6c\x5f\xa0\x78\x15\xc2\x14\x69\xd3\x13\xc7\x4b\xa6\xcd\x08\x14\x5b\xb1\x53\xf1\x81\xb4\x3e\x2d\x15\xf6\x87\xb6\x19\x72\x50\xd6\xe3\x27\x36\x45\x02\x5c\x18\x9c\x2a\x14\x90\xaa\x9e\x0f\xda\x7f\x71\x12\x25\x71\x2d\x8d\x79\xdc\xb1\xe1\x8e\x52\x98\x52\xbb\x42\x64\xcd\x13\x6a\x20\xda\xc9\x88\xdd\xca\xea\x6e\x25\x48\xc2\x06\x4d\x27\x70\xd6\xd8\x80\xb5\x05\xa7\x16\x05\x01\xba\xa6\x31\x82\xa2\x9f\x1a\x31\x4a\xd3\xc2\x26\xf7\x32\xb3\xe4\xc7\xac\x90\x23\xe7\x02\x34\x71\x7f\x1d\xb9\x3f\x22\x2f\xed\x9b\xdb\x1e\xe6\x76\x1e\x69\x05\x94\x21\xde\x45\x7a\x21\xff\xf1\x1c\xe9\x47\xb3\xf8\x1d\x1f\x8a\x02\x85\x5b\x37\xa6\xdc\xae\x44\x84\x36\x4e\x3c\x6d\x8d\xd1\x10\x49\x99\x76\xba\x68\x8b\x90\xd3\xe6\x04\xed\x60\xd1\xce\x13\x69\x89\x39\x1d\xb9\x4a\x5f\xd4\x2c\xd2\x94\x26\x9a\x0a\x44\x53\xb4\x59\xa0\xf2\xe8\x83\xd7\xcc\x55\xa4\x28\x0f\xa8\xe1\xa8\x0e\x3d\xb9\x36\x3d\x09\x42\x0b\x17\x12\x41\xd9\x2d\x82\x72\x35\x41\xa5\x9d\x08\x9d\xe8\xc2\xd4\xf4\xb5\x45\x5e\x21\x91\x97\x4b\xe4\xb5\x45\x5d\x0d\x5d\x9a\x22\x12\x94\x6d\xd1\x93\x6d\xe8\xc9\x46\x1c\x55\x91\x9c\x22\xc9\x73\xbb\x45\x4e\x82\x76\xae\x7c\x15\xb7\x76\xb9\xc8\xc1\x68\x89\x9f\x54\x4c\x38\x62\xb7\x69\x4c\xef\xd2\x98\x6c\x68\xcc\xef\xd0\x98\xcb\x41\xfb\x80\x9f\x0e\x8d\xe9\x86\xc6\x64\x42\xe6\xb0\x4d\x63\xbb\x44\x66\x90\xc8\x24\x7e\x3a\x44\x46\xdb\xcf\x4a\x88\x1d\x1a\xa3\x99\x1b\xa4\x31\xb9\x97\xc6\xfa\x89\x0c\x4d\x1b\x21\xbb\x44\xe6\xfa\x88\xcc\x6d\x13\x99\x6f\x11\x59\xd8\x10\x99\x8d\xbb\x3c\xb2\x91\x10\x0e\x84\xec\x4b\x59\x76\x0e\x91\x71\xca\x3d\xca\xb5\x29\xea\x17\xa1\x77\x53\x89\x3a\x68\xa3\x90\x0b\xf3\x13\x20\xef\x88\xac\x43\x08\x70\x81\x49\xe4\x27\xa0\x75\x43\x09\xd8\x4a\x91\x18\x9f\x49\x73\xc2\xe3\xfe\x6a\x24\x34\xbc\x61\x75\xe6\xc1\x1b\xc5\x34\x78\x97\x05\xda\x72\x31\x20\xb4\xc8\x41\x2b\x55\xc7\x3c\xd4\x94\x85\xa6\x9a\x8b\x3a\x7d\x43\x59\x4e\xb5\x29\xcb\x44\x49\x65\x22\x65\x49\x9d\x28\x2a\xb1\xf2\x44\x57\xa1\x26\x08\x5b\x0b\x2a\x1d\x29\x09\x49\x06\x29\xa9\x96\x53\x35\x25\xe9\x48\x49\x36\x37\xda\x28\x52\xff\x9b\x0b\xec\x49\x20\xfd\x5d\x83\x91\x3e\xf5\x03\x49\x56\xa6\xbf\xc8\x8e\x38\xa1\xb4\xc4\xcf\x91\x62\xc9\x26\x92\xa9\x69\xc6\x80\x50\x3b\x24\x23\x6b\x8a\x09\x28\x95\x34\x7e\xda\x14\x23\xe5\x8e\x54\x6a\x28\x46\xee\x21\x99\x9f\x40\x2b\x3a\xd4\x99\x1a\x93\x68\x1b\x04\x7c\x83\xd6\xbe\xd9\x86\x66\x2c\xb9\x90\x29\xeb\xda\x34\xe3\x45\x1f\xcd\xe8\x86\x66\x4c\x43\x33\x2a\xd1\x8c\x4c\x90\xc8\x52\x8d\xab\xd3\xe5\x34\x14\x23\xd4\x86\x62\x7c\x4d\x31\xb2\x21\x18\x5b\x65\x81\x0e\x57\xd3\x60\xb8\xf8\x76\x97\x3a\x9e\x95\xc9\x67\x65\xf2\x59\x99\x7c\x56\x26\x9f\x95\xc9\x67\x65\xf2\x59\x99\x7c\x56\x26\x9f\x95\xc9\xef\x58\x99\xfc\x02\xb3\xc9\xa8\x68\xa2\x78\xf3\xfb\xd5\x98\x67\x74\x6b\xbe\x98\xad\x27\xed\x54\xed\xdf\x44\x5a\x26\x22\xca\x00\x9e\x53\x6a\x7c\x2b\x29\x4a\xc5\x2b\xa6\xc6\x99\x01\xef\x29\x06\x54\x32\x83\x45\x63\xbc\xe1\x1e\x88\x86\x83\x67\xea\x8d\x05\x29\xf4\x95\x06\x15\x6c\x04\xa6\x1a\xe6\xaa\xae\xf0\xf0\xb6\x55\x96\x7b\xda\x01\xf0\xf5\x3e\x00\xe7\x4c\x93\x6b\x24\x0a\x10\x95\xbe\x09\x1b\x20\x68\x19\xdd\x21\xaf\x02\x52\x24\x13\xb4\xa3\xe0\x6c\x86\xe4\xea\x1f\xee\x84\x01\x8d\xe2\xe2\x0a\x51\x5c\x79\x2c\x17\xb4\xa7\x60\xea\x07\xed\x34\x68\x33\x6c\x50\x17\x60\x48\x85\x15\x16\x2f\x14\xed\x1f\x70\xae\x32\xec\x49\xf2\x06\x7d\xb8\xcb\x90\x9f\x5a\xcd\x02\xbe\x88\x60\x52\x54\x9b\x87\x67\x5b\x97\x2c\x76\xa9\x85\x0e\xff\xf1\x0f\xa3\xb7\x4e\xe3\xc9\x3f\x1c\x11\x2c\xd7\xaa\x34\x18\x25\xd7\xaa\xd3\x0d\x8f\xc3\x82\xed\xb8\xb8\x73\xa2\x1b\xf3\x0f\x27\x84\x35\xee\xaf\x3c\x10\xcf\xb8\x1f\x68\x38\x90\xb1\x03\x77\x74\x04\x63\x07\x6a\x3b\xc2\x3e\xff\xb0\x3c\x2e\xc2\x1e\x5b\x79\xaa\x28\x42\x6c\xeb\x69\xc2\x07\xdb\xef\x56\x37\x7d\x44\xc0\x60\xab\xd6\x57\x89\x14\xfc\x7d\xcc\x62\x07\xce\xd1\x06\x37\xf2\x71\x0a\x47\xe2\x1e\x6d\x54\x10\xa8\xd2\xa3\x1c\x13\x02\x65\x3f\xed\xfc\x5a\x1d\x62\x44\x40\xa0\xf8\x0e\x0d\xd2\x23\xdb\xf7\x06\x99\x02\x5a\x80\xe0\x14\xc5\x3b\xe1\x35\x1a\xc3\xa0\x28\x06\xc5\xf8\xe8\x3b\x6d\xbc\x8a\x01\x10\x52\x9a\x18\xa3\xa6\xf1\x0e\x5e\x38\x3a\x70\x0d\x65\x18\x45\x02\x65\x60\x51\xeb\x57\xb4\xf5\x2c\xeb\x60\x0c\xca\x82\x62\x0c\x82\xd1\x5e\x35\x16\x58\x85\x36\x42\xa0\xe8\x41\x34\x24\x14\x6d\x36\xe2\x43\x4c\xa0\x20\x16\x9f\x81\x23\x87\x7b\xab\x73\xb0\xd2\xe0\xa7\xd9\xf6\x0f\x3e\x03\xed\xc8\x3d\xdf\xc9\x68\x8f\xa0\xb4\x56\xa8\x30\x9a\x90\x5e\x43\xa2\x96\xad\x62\xc4\x41\xf4\x33\x36\xa0\x1d\x2a\x18\xe0\xd1\xd6\xf1\x68\x71\x20\x3c\x1a\xbe\x42\xa8\x18\x17\x15\x02\xc5\xad\x18\x89\x7f\xa8\xb2\x30\x92\x2c\x9f\x78\x21\x85\x5a\xa3\x8a\x98\x83\x32\x71\xfb\x35\x85\x78\x44\x33\x08\x8c\xa3\x4f\x7d\x97\xba\x2a\xc8\x3d\x5f\x53\x2c\x3a\x7e\xd7\x01\x7a\x8e\x22\x10\x48\x3d\x8b\x5f\x75\x84\x1e\x15\x70\x53\xa4\x48\x13\x1a\x31\xaa\x4d\xda\x22\x05\xad\x38\x95\x2b\x0a\x86\x50\x4d\x48\x04\x25\x89\xd1\xd1\x5e\xc0\x71\x15\x14\x40\x49\xa1\x8d\x19\x78\xa5\x41\x08\x99\x13\x8b\x87\x26\xcc\xd4\xfa\x90\xb2\xb8\x38\x3a\xb5\xce\xf1\xa6\x17\xda\x51\x4e\x1e\xec\x84\x48\x31\x5e\xc2\x05\x54\x24\xe2\x85\x23\x75\x06\x94\xd6\x34\x7a\xd6\x22\xc2\x49\x08\x96\x22\x58\x64\xf0\x60\x9c\x05\x13\x23\xdf\x69\x05\xa5\xa2\xc2\xe0\x0b\x50\x52\x53\xf0\x8a\x31\x14\xfb\x64\xd1\x6a\xd7\x86\xc2\xac\xc8\x21\x01\xdf\x16\xff\x68\xab\x28\x80\x95\x02\x23\x25\x21\x10\x55\xb4\x35\x36\x22\xe2\x51\x23\x3e\x83\x60\x5d\xbc\x90\xd6\xd0\xab\x47\x9d\xc6\x66\xe0\x3c\x45\xaf\xe4\x0a\x6c\x3c\x19\x90\xdb\x1a\x97\x5c\x8c\x45\xa1\x2d\x79\xf2\x81\xa7\xa4\x32\x9c\x86\x9d\x82\x98\x9c\x4a\x8a\x54\x20\xb5\xdd\xe7\xa0\x50\x45\x73\xcd\xc4\xc7\xc0\xa2\x18\x0a\x47\xbf\x11\x77\xac\x8d\x17\x92\x9b\x35\xea\xe0\xe4\x2a\x62\xc9\x72\x8b\x31\x27\x29\x10\x86\x74\x63\xb2\xe9\x89\x10\x85\xb7\x48\x58\x14\x28\xa6\x15\xd5\x71\x56\xe2\x0b\x3d\xbc\x75\xe0\xa4\x67\x82\x43\xc0\x59\x44\xb5\x42\xb6\x9d\x0c\x38\x51\x59\x18\x93\x56\xf7\x8e\xa2\x7e\x0a\xf2\x1b\x89\xa8\x9f\x89\x98\x85\xc7\xe0\x95\x95\x29\xe4\x89\x42\x3d\x50\x5d\x20\xa7\x1c\x01\x8e\x62\x2b\x68\xbf\x3f\x8e\xa1\xe3\xa8\xae\x53\x44\xaf\x8a\x41\x35\x0a\x15\x79\x8a\x98\x50\x31\xf6\xc7\x2b\x83\x93\x9a\x83\x0e\x16\x3f\xcd\xb8\x78\x54\xb1\x29\xde\x15\x4d\x5b\x9d\xc2\x92\xa8\x11\x8a\xa5\x54\x72\x8d\x88\x10\xdd\x92\x52\x78\xa5\x21\xfe\x44\x4b\x50\x96\xd6\xaf\x62\x38\xb2\x45\x72\xc0\x61\xce\x05\x20\x83\xab\x03\x84\xb0\x11\x8a\x4b\x2a\xd2\x55\x90\x14\x2e\x2b\xac\x01\x87\xaa\xbd\x94\x66\x19\xd1\x86\x7b\x0b\x2e\x86\xa5\xd9\x02\x4c\xe4\x03\xd6\x01\xc5\x60\xbb\x00\x8a\x1b\x7a\x30\x7e\x28\x2e\x0f\xc9\x9b\x1c\xa8\xb8\x5d\x23\xc7\xcb\x3d\x84\x80\x8a\x16\x7e\xd7\xd1\xab\x96\x16\x38\x2c\x33\x20\xe9\x74\x47\xa9\x1b\xfa\x71\xa4\x4e\x1b\x24\x20\x8b\x56\x0a\xe5\x9c\x08\xc4\x37\x71\x06\x14\x18\xf2\xa9\xe1\x1a\x49\x28\x46\xa0\xf8\x74\xb4\x23\x13\xc8\xf7\xb0\x87\xc8\x92\xac\x81\x60\x34\xe8\x40\xfc\x4a\x10\xf1\x28\xe1\x91\xf9\x22\x91\xb2\x78\x07\xc9\xd5\x91\x35\x24\x88\x43\x28\xa2\x67\x62\xf9\x01\x87\x97\x18\x98\xa2\xe1\x75\x3e\xbe\x65\xa0\x75\x1d\x22\x44\xa1\x91\x6c\x25\x48\x15\xe8\xed\x93\xd5\x26\xd0\xac\x09\x89\x2d\x06\x95\x74\xcc\x3a\x98\x2e\xca\x00\x6e\x2b\xd0\x22\x72\xa8\xa2\x8e\x3a\xb3\x29\x02\x4b\xc9\x3a\x14\x8b\x04\x05\xc5\x5a\x91\x8d\x22\xea\x70\x43\x83\x8c\xcc\x68\xc7\xe2\x77\xc2\x66\x62\x37\xda\xd9\x87\xbb\x2c\xba\xc0\x44\x31\x21\x95\xc7\x5f\x91\xdd\x0b\x41\x3e\x63\x32\x5e\x28\x1e\x89\x9e\xec\x17\xc4\x4f\x0a\x68\xd5\x26\xc5\xb7\xe1\xcc\x4b\x4d\x81\x6e\x22\x5d\x39\x2e\x89\xdb\x2a\x11\x45\x08\xca\x39\x85\x76\x1e\x91\x9c\x08\x91\xcd\x99\x18\x81\x67\x62\xfe\x10\xbc\x90\x9c\x18\x1f\xda\xb6\xc8\xf7\xc8\xa8\xa5\xc1\xa3\x10\x58\xe1\xe8\xf5\xad\x40\xae\xb8\xa6\x41\x41\x3c\xa5\xd0\x30\xe9\xe2\x48\xe1\xa8\x1b\x47\x74\x10\xa3\x58\x89\xc3\x52\x18\xa3\x34\x31\x41\x0b\x85\x9a\xe2\x1d\x9c\x10\xc2\x0f\x19\xb0\xe4\xe1\x4e\xa3\xf0\x44\x7e\x5e\x90\xf4\x20\x21\x13\xa2\xf1\x26\x49\x54\x51\xd8\x2b\x2d\x2b\x68\x1a\xe7\x18\xe4\x87\x1c\x4d\x1a\x72\xc2\x32\xc6\xa2\xf9\x8b\xc4\x44\x01\x5f\xa2\xe1\x86\x24\xc4\x2c\x31\x0e\xc4\x0a\x6a\x05\xf1\x8f\xa2\xa6\xad\x19\x83\xd5\xbe\xc0\x19\x25\xda\xa3\x57\x8e\xeb\xc6\xb4\x5c\x86\x54\x1e\xd1\x05\xa7\x9d\xc2\x9a\x7d\x85\xe3\x80\xf6\x4d\x3c\x83\x8f\x2b\x1d\xcf\xe3\x2b\xa2\x58\x22\x04\x73\x32\x45\x3d\x52\x4c\xa6\x41\x56\x62\x6c\x93\xfb\x4c\x30\xec\x12\xbd\xd7\x18\x8c\xda\x79\xbc\x35\xed\xc7\x8b\x1a\xe7\xd2\xc3\x39\x1d\xd6\xa7\x15\x92\x89\x20\xbb\x48\x2b\x57\xc4\xa1\x51\x29\x80\x9c\x9e\x4d\xe1\xc9\xf4\x6c\x25\xc9\x6f\xac\x7e\x36\x71\x20\x7c\xb6\x15\xb6\x40\x3e\x44\x14\x50\xc7\x51\xd3\xe0\x98\x1c\x99\x26\x7e\x9a\x81\x14\x10\xe3\xa4\xb9\x42\x39\x92\x43\xd0\x01\x3f\x4d\x39\x72\x42\x6b\x63\xea\x06\x64\x1f\x82\x24\x88\x4e\x41\xe2\xde\x46\x49\x26\x54\x00\x69\x28\x13\x81\xc6\x4f\x43\x1e\xa6\x5e\x92\xa5\x84\x07\x34\x22\x59\x1d\x87\x9d\xd5\xe3\xe5\x1a\x3c\xb0\x09\x11\x64\x8a\x8c\x94\x56\x57\xa4\x8a\xe1\x80\x48\xe2\x48\x94\x40\x08\xe7\x3e\xf2\x6b\xaa\x8b\x4c\x43\xd6\x71\x92\xb1\x51\x93\x58\x39\x32\x0c\xc2\xb4\x34\xfe\xd4\x95\xb6\x61\x28\x8d\xfc\x59\xfd\xc7\x79\xab\x66\x1e\xd9\x22\x9d\xe2\xa8\x44\x81\x32\x88\x86\x84\xc9\x94\x48\xce\xa1\x0a\x63\x4c\x1c\x26\xe7\xa3\xf2\xa8\x28\xf0\xcf\xa3\xb8\x33\x0e\xeb\x26\xae\x1f\x83\xe8\x83\x8c\x6c\xcf\xa1\xac\xa5\x60\x49\xec\x7b\x20\x8d\xcc\x91\xdf\x1a\x69\x83\x4a\xa2\x95\x8c\xf4\x27\x89\x5e\x82\xc8\x24\x48\x8f\x4a\x06\x6d\x09\x19\x85\x5d\x42\x8a\x93\xe4\x86\x29\x4c\x88\x02\xd1\x28\xa4\xdf\x87\xbb\xcc\xd2\x34\x29\x64\x26\x85\x04\x47\x5b\x43\xa8\x7f\xa2\xa0\xa4\xe3\x77\x70\xd0\x64\x54\x57\x8d\x4f\xc3\x87\x8c\xd0\x5a\x4f\x4b\x8f\x19\x6a\xad\x39\x29\x45\x86\xa5\x3f\x71\xd6\x1d\x4a\x0c\x26\x10\xcd\x8a\x8c\x9e\xc0\x78\xe6\xe2\x74\x04\x6f\xb3\x80\x4f\xc8\x24\x58\xd1\x70\x3e\x2c\x42\x3d\x82\x93\x28\x44\xe5\x0b\x47\x2e\x58\x3a\x8d\xd8\x30\x8b\xf4\xc8\x14\x38\x63\x59\x00\xaf\x7d\xbc\xee\xe4\x11\x0a\xdd\xe5\x9e\x6d\xab\x32\x45\xbe\x6c\xf9\xad\x3d\x99\x45\x25\x3c\x13\xfe\xd8\xc4\x2b\x6d\xbb\xab\x07\xdf\x5a\x4b\x40\x1e\x6c\x88\xd9\xbd\x68\x87\xd0\xc7\x7c\x5d\xb4\x02\x2c\x58\xda\xd4\x50\xe0\xa4\x66\xdd\xc2\xe4\xef\x88\x3a\xa4\xdb\x58\x7a\x7f\x96\x2a\x58\xf1\xef\x26\x74\x93\x92\x48\x50\x8a\x76\x03\x9c\xcd\xc1\x1b\x45\xcb\xb2\xf4\x00\x52\x06\x1c\x77\xad\xbb\x78\x9f\x93\x02\xee\xde\x0a\x54\x70\x29\xb3\xbe\x31\x3b\xa0\x69\x5d\xdb\xa5\x95\x60\xda\x79\x11\x31\xa8\x99\x36\x3a\xdc\x5b\xa1\x29\x47\x14\xd2\x05\x41\x1b\xca\x3f\x96\x38\x47\x90\x51\x15\x0c\xdd\x02\xca\x63\x89\xbc\xc6\x14\xb4\x7a\x4b\xeb\x9b\x2e\xe6\x9a\xe0\xa8\xd8\xab\x1c\xbc\x44\xfa\x6a\xb2\xa1\x58\x2d\xc1\x06\x81\xc6\x68\x70\x94\xe9\x4a\x5b\x97\x83\xd7\x88\x49\x21\x8d\xa4\x00\xe4\x42\x32\xd8\xd6\x7d\x1a\xc4\xe0\x25\xc5\xd6\x17\xb4\x2c\x8d\x8c\xc6\x69\xd0\xa8\xb6\xf1\x00\x81\x9b\x1c\xa4\x14\xf8\x69\xec\x2b\x72\xae\xb6\x6f\xd3\xb1\xac\xb4\xcd\xb7\x35\x36\x19\xb9\xb5\x0b\xb0\x5e\x6f\x8d\x2c\x16\x30\x2a\x78\x2b\x2c\x58\x53\x3b\xe2\x6e\x37\x20\x40\x07\x99\x21\x17\xd9\x6a\x80\x0a\xf0\x3e\xc2\x2b\x3a\xba\xda\xaa\x1d\x70\x20\x03\x57\xa3\xc1\xd9\x7d\x3c\xc9\x3e\xed\x4d\x27\xcd\x98\x74\x5e\x75\x30\xc6\x83\xd7\x31\x15\x2a\x0a\x77\x0d\xb4\x57\x96\x79\xb0\xde\xd1\x51\xb3\x26\x5d\x7b\xb0\x42\xbe\x06\x61\x0c\xd3\xc8\xc8\x98\xa6\x85\x7a\x25\x18\xb5\x80\xd6\xa9\x07\xab\x0d\x8b\xdf\xb1\x0f\x26\x8d\x81\x73\xc4\xf9\xe3\x7e\x9b\x93\xb9\xa5\x6c\x18\x76\x93\x13\x23\x73\x20\x83\x23\xd5\x9f\x59\xf0\x4e\xa6\x6f\x9e\xfe\x51\x7e\x0b\xcb\x76\xe0\xd8\x06\xae\xda\x3c\x40\x63\x57\x70\xba\x6c\x2d\x1b\x37\x1d\x79\xd8\x1d\x8e\x36\xdd\x4e\x67\xd3\x87\x72\x31\xdb\x89\xfd\xdd\x0d\xbb\xbb\x29\xcb\x11\xb2\x9c\x6f\x33\xf2\xee\xd4\xac\xb9\xaf\x2d\x68\x57\x9f\x2a\x69\x02\x65\xc2\x05\x69\x54\xc1\x99\x8e\x87\xc7\x7b\x8b\x73\xab\x9c\xc6\xa9\x51\x01\x79\x8c\x02\x43\xf9\x7b\xac\x27\xd3\x58\xc5\x0b\x1d\x28\x3d\xaa\x8c\xdc\x81\xe6\x3d\xee\x1f\x66\x02\x02\x0f\x99\x44\x93\x01\x2c\x49\x3d\x1b\xea\x63\xde\x9a\x4b\x4a\x13\x28\x92\xf9\x28\x10\xbe\x75\x01\x81\xc7\x85\x9c\x98\x13\xc2\xd2\xee\x53\xbc\x60\xc9\x8d\x80\xe2\xd3\x0d\x65\x6e\x8d\xf8\xd0\x5c\x83\x0f\x54\x66\x3d\x89\xa2\x98\xc9\x80\x49\x08\x82\x48\x07\x25\xbe\xb5\x74\x1a\x3e\x95\x80\xa5\x2b\xe5\x48\x1e\x63\xcf\x48\x73\x31\x14\xf3\x80\xaa\xad\x4e\x4a\x2d\xb7\x8e\x98\x2b\x22\x29\x9d\xdc\x1f\x7d\xda\x15\xbe\x29\xbe\xba\xa0\x28\x08\x54\xe9\xb4\xa6\x78\x09\x2e\xe9\x08\x7d\x09\x2e\xad\xbf\x20\x0d\x53\x36\x29\x84\x20\xf3\xcf\x88\x9f\x02\x28\xca\x12\xa9\x6c\xc3\x10\x68\x13\xc7\xf8\x02\x28\xa8\x3f\xae\x9d\x58\x10\x82\x0e\xcd\xe3\x26\xad\xaa\xe0\x20\xa3\x7d\x46\xc9\x78\x28\x95\x21\x37\xad\x4b\x30\x5a\xa7\x9c\x90\x92\xa3\x56\xa3\x8d\xa6\xcd\x04\xec\x8f\x02\xab\xc1\x09\xca\xdd\x25\x89\x7d\x51\x02\xc9\xb8\xa1\xe8\x8c\xa4\xf4\x35\x41\xf9\x8c\x46\x50\x83\xe7\x74\x70\xaf\xb5\x31\x87\x06\x2d\xe0\xa1\x9d\x68\x9d\x87\x80\xcc\xda\x51\xfa\x41\xda\x80\x27\xda\xa7\xcd\x24\x7c\xa8\xb3\xf5\xa5\xa7\x51\x00\x89\xd6\xa2\x07\x13\x10\x8f\x1c\xf2\x3e\x4a\xec\x40\x81\x3a\xc6\x11\xd6\x29\x24\xe4\x74\x15\xc0\x49\xff\x5a\x26\x7c\xa5\x43\x4e\x55\x9d\xc0\xf9\x0f\xe2\x87\xf4\x4c\x96\xcf\x64\xf9\xdf\x82\x2c\xb7\x76\x74\x6f\x67\xb3\xdb\xaa\xfc\xd6\xb7\x74\xa5\x60\x42\xe0\xdc\x14\x1c\x31\x3d\xa6\x6e\x12\x71\x3d\x44\x18\x9c\x6b\x8f\x26\x2a\x6a\x21\x6b\xb4\xe2\xec\x58\x43\xb0\xb9\x06\xca\x44\x13\xd7\xcf\x71\x14\xbd\x22\x8c\x08\x6b\x09\x32\xe8\xb1\x84\x60\x42\x21\xc0\x29\x87\x6a\x25\x16\x29\x4b\xb1\x8c\xe9\xd2\x82\x33\x1d\x47\x11\x2d\xbd\xf9\x59\x6f\xdb\x01\xc2\x0b\x26\x39\xd2\x7e\x21\x69\xc9\x8e\x58\x06\xda\xd3\x5e\x28\xb4\xc2\xbc\xa5\xd3\x97\x2d\xe5\xae\x35\x88\x3a\x32\xe8\x02\x15\x51\x05\x44\x4c\xde\xa3\x12\x46\xa7\xbe\x4a\x4d\x57\x92\xf6\x9a\xe9\x74\x69\x69\xe3\x26\x6f\x66\x50\x27\x44\xc3\xc5\x87\x37\x88\x18\x6e\x2d\x41\x59\x93\x07\x10\x9e\x92\x1c\xfb\xb8\x45\xec\x41\x72\x4d\xe8\xd8\xd1\xc1\x94\xfe\xc9\x9b\xae\x4a\xea\xa2\x65\xac\x40\x5a\x91\x1b\x40\xbd\x37\x0e\x16\x47\x0b\x54\x98\x77\x0e\x94\x17\x63\xb4\xa0\xe9\x31\x81\x52\x29\xa7\x0d\x6f\x8f\x56\x68\x85\x45\x19\xf5\xa3\x9b\x9f\xf6\x1f\xaf\x79\xef\x40\xd1\x6a\x27\x25\xd1\xa2\x1c\x5a\xf4\x34\x95\xf6\x11\x94\xb3\x15\x31\x46\xfc\xca\x3d\x78\x89\x26\xb5\x97\xc9\x49\xc6\x52\xc2\x7e\x1c\x19\x7a\xd9\xf8\x45\x25\xcd\x1b\x5b\x41\x1d\x62\xd4\xa1\x02\x1c\xe5\x32\x13\xb4\x60\x40\x3b\xdd\x2e\xd0\x86\x8c\xd1\xf1\xba\xb3\xd5\xfd\x93\x56\xca\x74\x48\x25\x1d\x5b\x5b\x2c\x46\xc3\xfb\xae\x9b\x94\xa5\x5f\xcd\x4a\xfe\xad\xc4\xa0\x03\x2e\x04\x93\x22\x2e\xe0\x29\x6e\x41\x05\x07\xce\x04\xc4\x3e\x5a\x3f\x41\xd3\xc4\x56\x0e\x4c\x74\x46\xd1\x05\x68\x87\x53\x08\x81\xd6\xd7\x48\xce\xd0\xe6\x1e\x56\xd3\x60\x4d\xc8\x70\xbe\x43\x2e\xc0\x12\x2f\x6d\x56\xf6\x15\x25\x97\x52\x81\xcc\x15\x6b\x75\xe6\x40\x2b\xaa\x47\x0b\x3d\x56\x34\x7b\x6c\xde\x46\x71\x54\x21\x39\x12\x7d\xaa\x9f\x44\xbd\x56\x22\xdc\xc6\x6c\xa1\x3d\x93\x02\xe5\x2e\xed\x6f\xa5\x2c\x83\x94\x3e\xd2\xea\x2b\x0d\xc6\x21\x7e\x6b\x3a\x55\x40\x93\x4f\x63\x7c\x35\x47\xcf\x60\xf1\x19\xd4\x19\x86\x9d\x21\x07\x48\x19\x85\x79\x4c\xd0\x44\x26\x4f\xf0\xf1\xc5\x08\x91\xc3\xc3\x1d\xa2\xb5\xd1\x74\x98\x84\x19\xc7\x31\x91\x86\x52\x64\x6a\x24\xc4\x60\xe8\xaf\xb6\x3a\x07\x8d\x36\xb0\x6b\x56\xf9\xd0\xa6\x93\xe4\xf2\x45\xc7\x53\x00\x77\xb4\xda\x4b\x2e\x3e\xe4\xb9\xb3\xf9\x8a\x89\xfc\x34\x65\xce\xdc\x14\x10\x10\x15\xf1\xa6\x28\x3a\x29\x99\xfa\x9e\x0c\xf5\xbd\x98\xa8\xd1\xe5\x51\x96\xc4\xef\x66\xb9\x51\x35\xb9\x4b\xa5\x68\x00\xea\xb8\x60\x4a\xc7\x19\x9f\x23\x93\x47\x75\x6c\x4d\x8a\x94\xb1\x90\x4b\x1f\x37\xa6\x8a\x94\x9c\x90\x36\x8b\x0d\xa5\xea\x43\x85\xc8\xc5\xe4\x90\x62\x9c\x7c\xfc\xa4\x41\xae\xdc\x6c\xa5\x50\x6e\x3c\x4a\xe3\x47\x7e\x60\xe4\xba\xc4\xe3\x86\x42\x74\x0e\x4b\x7e\xc7\xd4\x2d\x72\x5e\x8c\x9e\x80\xf5\xdb\x92\xff\x33\x25\x18\x0d\xf5\x0e\x9f\xd0\x14\x0a\x4e\x39\xae\xbc\xa3\x7d\x67\xca\xc0\x6b\x5d\x6e\x40\x1b\xc5\xe2\x77\x9d\x4c\xcb\x1b\x12\xd2\xc2\x56\x31\x9d\x66\x88\xb1\xdf\xf5\xf3\x44\x7a\x5c\xf4\xa7\x52\x75\x3a\xd0\xba\x03\xb1\xa8\x4a\x2b\x35\x2a\x07\x25\x40\x6d\x56\x36\x68\x37\x50\x16\xb4\x2d\x20\x29\x54\x5c\x85\x00\x4a\x83\xa5\xf4\x87\xb4\x5f\x48\x67\x6f\xe4\xe0\xbc\xc5\x4f\x4d\x24\x31\x4f\x2a\x79\xdd\xe9\xe4\x79\xe7\x29\xb3\x6d\x2a\x88\x3e\xac\x8e\x36\x68\x85\x16\x28\x1e\x68\x1d\x30\x56\xd7\xb1\xba\x8e\xf9\x6e\xb9\x8b\x0e\xe3\x2e\xbd\x52\xdd\xed\x7a\x44\x37\xbe\xb2\xf5\x7d\x63\xd3\xbe\xb9\xa5\x4c\xba\x14\x21\x2c\x73\xa0\xac\xb0\x9b\x8d\x1c\x41\xe8\xae\x9c\x49\x19\x85\xe3\x16\xbe\xa3\x67\x6a\xe7\x49\xa9\xae\x11\x5e\xd2\xe2\xb5\x5f\xf6\x21\x78\x55\x3b\xa8\x99\xa2\xed\x84\x4d\xa8\x2c\x45\x4a\xa1\x4b\xfe\xa9\x01\x42\x7b\x43\x43\x10\xe2\x90\x52\x40\x4b\xc2\x74\x56\x88\x74\xeb\xac\x9e\x14\xda\x27\xb6\x32\xd7\x14\x02\x1d\xbf\x9b\x3d\x7a\x99\x81\xd5\x88\x18\x20\x5b\x5b\x9b\xb1\x89\xa6\x23\xc9\x8b\xb6\xf9\x22\xc5\x8d\xbc\xaa\xa3\xb7\x1e\xad\xe9\x53\xa2\x05\x3a\x1b\x46\xc7\x5f\xf8\xf6\x28\xb0\x11\xfd\x71\xa0\x72\x03\x02\xe5\x9f\x10\x0d\xde\x49\xa9\x71\xe2\x58\x4b\xf4\xd2\x7d\x54\xfa\x40\x59\x72\xb4\x0e\x24\xd8\x8b\xe4\xc7\xd8\xb8\x27\x0a\x91\xa8\x22\x75\x24\xb9\x17\x5b\xe9\xf1\xd3\x0c\x90\x8a\x0e\xd2\x32\x80\x0c\x1b\x7a\x43\x94\xa1\x9d\x7f\x14\x8e\x94\xb6\x91\xf6\x8b\xa5\x95\x60\x39\x4d\x85\x42\x73\x80\xb6\xb0\xd2\xc6\x30\x79\x78\x46\x3f\x45\xca\x7f\xa0\xc9\x8f\x58\x10\x01\x98\x00\xc2\x21\xde\x73\x87\x9f\x06\xf3\x29\xe7\xe5\x32\xab\xf1\x31\xab\x91\xb2\xe3\x24\x1d\x31\x03\x55\x10\xbf\x83\x46\x44\xd0\xe4\xa4\x40\x28\x40\x5b\x68\xc1\xd0\xd0\xa4\x69\xb2\xdc\x24\x5a\x89\x79\x4e\x75\x8d\x32\xbe\xc1\xac\xc4\xbb\x90\x5c\x88\xa7\xb9\x0a\xb8\x8e\x49\x64\x8b\x94\x55\xd6\xf8\xb8\x4d\x25\x44\x4a\x35\x6c\x55\x95\x6a\x1b\x8b\x64\x89\x4a\x97\x6a\x91\x25\x15\xac\x93\x0c\xa4\x49\x96\x1a\xa4\x97\x91\xab\x63\xef\xac\x95\x79\x77\xd8\xa9\x1b\x52\xd2\xf6\x5b\x62\x1c\x3a\xab\x99\x4b\xe3\xad\xb9\xf9\x72\x9d\x2f\xa1\xab\x88\xe0\xc2\xab\xdc\xa0\xd9\xc3\xe2\x77\xbd\x5e\xcb\x11\xe5\x28\xc1\x88\x89\x07\x43\xd8\x4d\xb2\x40\xaf\x69\xe7\x40\x53\x3e\xce\xe0\x6a\x37\x88\x28\x71\x62\x0f\x54\xc7\xc3\x3a\xf6\x40\x6d\xf5\x20\x4b\x8c\x36\xa5\x54\x2e\xe2\x1e\x64\x1c\xde\x60\xea\xf4\xb5\xe4\x52\x61\xf5\xb8\xe6\xc5\xc4\x91\xb0\x8e\xb6\x26\x8a\xb7\x44\x10\x8d\xcc\x20\xcf\xe1\x24\xa5\x92\x17\xb5\xd5\xb5\xc8\x49\x02\x47\xd6\xf2\x46\xa5\x02\xb4\x00\xe3\xb9\x40\x68\xf3\x66\x51\xea\x86\x90\x53\x7e\x0a\xe1\xd4\x06\x0b\xc9\xdd\xbd\xa8\x25\x85\x4a\x48\x91\x84\x5c\x1c\x05\xd6\xc2\xcf\x06\x6d\x92\xc0\x4d\x17\x89\xff\x13\x4b\xc4\x0b\x4a\x76\x8e\x43\x4e\x1b\x68\x2e\xa3\x84\xb5\x4a\x52\x9e\x6e\x59\xfb\x9b\x93\xe2\x80\xe8\x60\xc8\x81\xbf\x96\x64\x29\x31\x6f\x2d\x64\x4d\x4e\x79\x87\x85\x73\x5d\x14\xa3\xb4\xd0\x9b\x97\x11\xac\x11\xe3\x55\xf2\x64\xe6\x86\x54\x26\xd6\x4e\xd8\x20\x69\x8f\x91\x52\xd0\xea\x26\x9c\x20\xc4\x8b\xf4\x92\xa8\xa8\x98\x22\xd2\x12\xbe\xaa\x21\x1f\x32\x63\x51\x49\xc6\x97\xc9\x29\x7b\x89\x92\x4d\x7f\x08\xc5\x85\xd1\x11\x77\x7d\x8d\x2f\xa2\x2d\x82\x55\x56\xcb\x91\xba\x4e\xd4\x45\xaa\x48\xa9\x9c\xf2\x0d\x6b\xf2\xbf\x4d\x7e\xdd\xd8\x5b\xe7\x3d\xe5\xf5\xb4\x20\x29\x19\x8d\xdb\xbc\x2a\xf9\xe7\x78\xb4\xda\xc8\x72\xab\x87\x86\xf6\xda\x95\xa1\xd4\xb2\xe4\x17\x4f\x84\x28\x7d\xb1\xd1\xa1\x88\xbc\x5d\xda\x32\x15\x94\x46\x44\x7b\x64\x1b\x29\x07\x30\xe5\x0a\xd5\x51\x72\xc4\xfc\x27\xa1\xa8\x55\x9e\x84\x5c\x29\xc4\x85\x66\x96\xbb\x5c\x02\x59\xea\x62\x23\xf9\x28\xa5\xae\x16\x5b\x91\x09\xa6\x89\x67\x30\x49\xd9\x11\xca\xe3\xa7\x41\xc7\x54\xd0\xa6\x3f\xd1\xf0\x82\x2d\x02\x6c\xfc\xb7\x5b\x6a\x1d\xe5\xe1\x25\x27\xad\xd4\x89\xe8\x9d\x87\x4a\xb7\x42\xe4\x83\x4d\x4a\x51\xf2\x34\x30\x94\xe2\x9d\xc2\xc5\xa4\x8c\xaa\x83\x22\xef\x85\xa8\x0f\x84\xb8\x68\x84\xfa\x33\x7d\x50\x05\x8a\xce\xf6\x45\x0a\xad\xb1\x51\x1a\x90\x2e\xe1\x62\x74\x9a\xd8\x44\xd5\xd0\x36\x7d\xd2\x4e\xa2\x32\x22\xd3\xc7\xab\xc4\x6b\x02\x51\xb1\x49\xf1\x06\x4e\x00\xb7\x21\x57\xe0\x94\x62\xf1\x3b\xcd\xac\x09\xe4\xec\x45\x1b\x53\x1b\xcc\x93\x51\x97\x18\x20\x90\xa2\xe1\x9b\x8d\xb2\xdb\x10\xc9\x38\x86\xde\x10\xfe\x7b\xc4\x3d\x89\x3c\x53\xcb\xda\xf1\x40\xd5\xc7\xcf\xf8\x50\x25\xe2\xf6\x35\x77\x89\xf9\x7e\x48\xd8\x47\x77\x02\xae\x5c\x52\x30\x3c\xad\x5d\x51\x0e\x96\x98\xd7\x3f\x3a\x49\xba\xda\x67\xdf\x04\x91\x0b\x4d\x19\x50\xe8\xbb\xf1\x19\xa0\x94\xca\x61\xdd\x70\xbd\xe8\xe5\x5f\x47\x8a\x10\x09\xc6\x18\x81\x9c\x52\x6a\x6b\xb1\x41\x1a\x11\xf3\xdb\x7b\xe1\x63\xba\x99\xda\xcd\x20\x2a\x54\xef\x34\x78\x49\x5e\x1d\x34\x58\x92\xa4\x11\x61\x6e\xe4\x47\x46\xe2\xa7\x41\x0b\x72\x6a\x2a\x10\x79\xc8\xd1\x45\x59\x90\x94\x39\x09\xad\x94\x75\xad\xf8\xc4\x51\x23\x13\x22\xd1\xaf\x56\xa4\x3f\x83\xe1\x0a\x3f\x2d\xb1\x86\x74\xb0\xae\xd5\x2d\xc4\x26\x43\xb2\x01\x27\x92\x9c\x55\x52\xba\x6d\xe5\xc0\xf1\x94\x3a\xdd\x3b\x52\x5e\x91\x99\x06\x4a\x60\x5f\x45\x4c\x8b\xdc\xb1\xe6\xbf\x49\xd8\x59\x89\x2a\x92\x95\x9b\xf4\xc8\x81\x4e\x92\x40\x45\x3d\x26\x70\xb7\x01\x54\xd0\xa4\xee\x1b\xe7\xc0\x28\xe4\x3a\x94\xfe\xb7\x4e\xe6\xd4\x34\x49\x8a\x00\xfe\xf5\x3a\x2a\xdd\xbb\x08\x47\x23\x5b\x34\x7a\x60\xe4\xe0\x32\xd8\x94\x5a\x87\x62\x3b\xac\x6a\xd6\x25\x11\x1d\xa3\xab\x94\x07\x23\xd0\x2a\xdd\x24\xcf\xa1\xc6\x28\x89\x7a\x4c\x81\x4f\xbe\x55\x89\x3c\xc8\x6f\x2a\xa7\xe3\x2a\x44\x8b\xbf\xd5\x0c\x22\x29\xc0\xb5\xfa\xdb\x14\x54\x0d\x8a\xe6\x60\x64\x5c\x3b\x69\x4f\xad\x50\x5b\x4c\x20\xf1\x00\x1d\xd1\x3b\xa0\x35\x1a\x1d\x7a\x91\x63\x44\x2e\xe0\xb3\x9a\x0d\x24\x5d\x92\x70\x9f\xd7\x6c\xbd\x0e\x7a\x11\x4d\x95\x74\xd6\x42\xe2\x0c\x59\xcd\x1a\x90\x4f\x0a\x72\x41\x6d\xb4\x5c\x90\x94\xac\xbf\x48\xb2\x5c\xd5\xc2\x5c\x27\x61\x1e\x73\x91\x8b\x1e\x31\x4f\x3c\x9e\x42\x6f\xa2\x59\x9f\x1c\x1e\x74\xcc\xf0\x6c\xb9\x44\x16\x9e\xd3\x6a\xab\x6a\xd1\x8a\x03\x89\xd8\x28\x03\x49\x08\xc2\x67\x50\x16\x15\x22\x05\x96\x96\x28\x84\x97\x74\x32\x05\x29\x46\xb9\x01\x43\xfa\xd2\x46\xf2\x50\x7a\xe8\xe0\x75\x15\x47\xcc\xb8\x62\x9f\xe9\xa4\xb6\x4d\xa7\x1c\xa4\xd3\xf8\x69\x49\xcf\x38\x07\xc4\x80\x1d\xb9\x87\xe0\x3c\x38\xf2\xa3\x4b\xab\x06\x0d\x5e\x86\x90\x44\x75\xfc\x19\xcf\x69\x11\x9a\x52\x9c\xd3\xc1\x1c\x5c\xa2\x76\xaa\x9a\x88\xac\x38\x87\xa4\xd3\xa8\x5a\xa5\xc9\x29\x83\x94\x48\xc6\x17\x31\xcc\xa8\x06\x45\x55\xa7\x6b\x22\x0a\xfd\x70\x97\x21\xd7\x56\x19\x92\x51\x05\x28\x31\x11\xdf\x91\x27\x5a\xfc\x41\xa6\x9b\x51\x66\x9c\x81\xc5\x71\xd5\x52\xe2\x4f\x7a\x33\x8b\x56\x83\xc4\xfa\x0f\x77\x1a\x64\x50\x99\x00\xca\x16\x86\x88\xe8\x02\x59\xa6\x01\x0d\x55\x1a\x56\x2d\x65\x95\xc5\x35\x13\x40\x15\x59\x79\x89\x9f\x0d\xb2\xb8\xa8\x43\x2b\xfa\x34\x53\xe2\xa3\x28\xab\xc8\x87\x39\x13\xb4\x87\x1e\xdd\x19\x83\xa6\xde\x78\xad\xf1\x26\x85\x99\x3a\xca\xb3\x4d\x36\x8a\x77\x2a\x1e\xfc\x46\xdb\x0e\xe1\x27\xf2\x87\x62\xf1\xbb\x59\x39\x32\x81\x39\x40\x16\x24\xa4\x63\x71\x71\x76\xc3\x2a\x64\x72\x1f\x77\xf8\xfc\xbc\x63\xa2\x20\xf7\x0c\x0a\x3b\xf7\xf0\x96\xc2\xe9\x14\x73\xe0\x4c\x95\xfc\x01\xb5\x6c\x2e\xa2\x13\x97\x04\x49\x39\xc7\xbd\x49\xc7\x74\xd2\x2b\x2b\x8f\x0c\xa6\xfb\xc6\x51\xbc\x73\x2d\xaf\x3c\x04\x6d\x99\x87\xc0\xd1\x82\x95\x94\x95\x4c\x06\xdd\x70\x42\x64\xd2\x68\xf9\xe3\x14\x8a\x18\xa9\x04\x3a\x5c\x79\x90\x8e\x05\x70\x3a\xe4\x9a\x8e\xa6\x8b\xdf\x89\x46\x90\xee\x25\x38\x13\x2a\x19\x8f\x05\x20\xd5\x41\x7a\x90\x0d\xbe\x08\x17\xed\xc3\xce\xfb\x26\xf3\xda\x48\xf1\xf0\xd6\x81\xa7\xf8\x62\x63\x55\x25\xe3\xaa\x1f\xb9\x4f\x7b\x68\xe5\x14\x0f\x9a\xf0\x48\x73\x81\x9f\x8d\x28\xd4\x38\x32\x55\x06\xde\x50\xf8\xa4\xcb\xa3\x13\x5f\xfc\xae\xad\x16\x17\x97\xcd\x11\xab\x04\x65\x77\x0b\x48\x27\x31\x65\x79\x44\x4b\x1c\x62\x3a\x78\x15\x7b\x1a\x23\x01\x51\x47\x23\x61\x93\xce\x5c\xa5\x1d\xb1\xff\x8f\xbd\xb7\xef\x91\xdb\x66\x12\x07\xbf\x0a\xcf\xd9\xe0\x97\xb1\x47\x0c\x49\xbd\xcf\xac\x07\x9b\x67\xf6\x79\xe0\x03\xec\x3b\x1c\xf6\xd6\x38\x24\xf0\xfe\xa0\x69\xa9\xa7\x75\x51\xb7\x7a\xd5\x9a\x17\x7b\x30\xf9\x18\xf7\xf7\x7d\xb6\xfb\x24\x07\x16\x29\x89\x94\xa8\xd7\x6e\x27\x71\x9e\x81\x13\xbb\x25\x91\xc5\x62\xb1\x58\x2c\x16\x8b\x55\xbe\xf8\x00\xc7\x70\xbc\x69\xd8\xa1\x40\x66\x25\x02\x3e\x1d\xa1\xcb\xd7\xb5\x30\xe4\xff\xd7\xbb\x64\x58\x3e\x5c\xf0\xc3\x84\xfc\x2d\x1c\x9a\x6d\x07\xd2\xaa\xe6\x40\x72\x8b\xcc\x12\xaa\x14\x48\xb6\x15\x76\x5c\xca\xe7\x6d\x68\xcb\x84\x48\x90\x3e\x87\xb9\x5f\xb6\x5c\xcf\xb1\x18\x28\x3e\x0e\x76\x3c\xe8\xa9\xb2\x3f\xb3\x21\xd1\xaa\x07\x14\x09\x02\x3e\x3d\x18\xb0\x5a\xc8\xff\xaf\x88\x09\x5a\x1f\x2c\xd3\x4e\xc8\xff\xd7\xde\x13\x07\x46\xc1\xb5\x31\x08\xe1\x00\x0e\x2c\x6b\xef\x71\x87\x84\x9c\xd4\xad\x3c\x4b\xff\x2e\xf2\x11\x6e\xa3\xc3\xaf\x55\xf8\x66\xfe\xfb\x3f\x77\x69\x79\x78\xfb\xea\xee\x90\x14\xff\xb1\x8f\x56\xc9\xff\xbe\xfb\xcf\x43\xf2\x0a\x3d\xbe\x7d\xc5\x5e\xa1\xcf\xf0\x77\x15\xda\x9c\x68\x09\xb4\x5e\x4c\xce\x2f\x26\xe7\x17\x93\xf3\x8b\xc9\xf9\xc5\xe4\xfc\x62\x72\x7e\x31\x39\xbf\x98\x9c\x5f\x4c\xce\x2f\x26\xe7\x17\x93\xf3\x8b\xc9\xf9\xc5\xe4\xfc\x62\x72\x7e\x31\x39\xbf\x98\x9c\x5f\x4c\xce\x2f\x26\xe7\x17\x93\xf3\x8b\xc9\xf9\xc5\xe4\xfc\xcf\x69\x72\x5e\xaf\xd7\xe0\x5e\xbd\x8d\x0e\xbf\xf6\x5d\x48\xd8\xa6\xab\x22\x3f\xe4\xeb\xf2\xcf\x7e\x27\xc1\x46\xf6\x86\xaf\xfc\xf4\x1e\xfe\x7e\x67\x7f\xb4\x35\x07\x78\xdb\xb5\x99\xdb\x76\x80\x77\x58\x88\xec\x77\x4c\xd6\xd9\x58\xf0\x8f\x5e\x31\xa0\x7f\xbb\x26\x9e\x56\xd1\x46\xa2\xaa\x68\xef\x23\xa3\xef\xec\x7b\x51\x55\xbb\xe7\xe1\xfe\xe4\xfd\x83\x98\x5a\x14\xff\xbc\x63\xbc\xaa\x6c\xd3\x50\xff\x1f\xff\xf8\xdb\x4f\x24\x18\xbc\x0d\xbe\xcb\xb7\x51\xfc\xf5\x2e\x83\x7b\x33\x2f\x83\xb7\x2e\x92\xaa\x63\xa9\x1c\x45\x40\xe7\xe8\x3f\xc2\xd0\xf3\xe5\x6d\x2f\x8a\x5d\x4f\x5c\x7e\xa5\xf7\x0c\x87\x7c\x0e\xf0\x79\x02\xf7\xa1\x42\x66\x51\xec\x70\x89\x13\x84\xce\xbd\x8f\x21\x23\xaf\x03\xf1\x96\x7d\xec\x07\x96\x83\x1d\xff\xa3\x83\x9d\x60\x03\xa1\x6f\xbf\x68\x11\x10\x64\x64\x84\xbf\xfd\x14\xd0\xea\x78\x03\x52\xf6\xbe\xc7\x8c\xcb\x50\x27\xa0\x99\x0b\x47\x16\x5c\xb6\xc3\x15\x29\xcf\x82\x3b\xbc\x0c\xbb\x22\x7b\x15\xe4\xba\x0a\x83\x8c\x81\xc2\x44\x79\x15\x8e\x62\xe0\x67\x0e\xb6\xa9\x03\x97\x1f\x20\xbd\x3e\xa5\xa3\x4d\x13\x86\x42\xec\x3a\xbc\xbe\x0f\x57\x4f\x6c\x07\x1a\x09\x82\x8f\x01\x26\x6e\x06\xd9\xbb\x5c\x27\x78\x8f\x19\xa4\xcd\x77\x82\x0a\xcd\xfb\x00\x87\xcc\xcb\x7c\xb8\x0f\x0e\x62\xe3\xde\xe2\xa4\xf8\xd2\xb9\xac\xab\xcd\xdd\xfc\xd7\x32\xfa\xd3\x4f\x5b\xbe\x29\xe2\x74\x61\x41\x24\x7e\x8b\xbf\x09\xa2\x84\x40\xc4\x04\x1f\xe9\xef\x09\xdc\x3c\x21\xb6\xff\xe5\x03\x15\xf7\xb1\x7d\xcc\x75\xdb\x50\xec\x6f\x3d\x2e\x7e\x1d\xf8\x97\xd9\x5c\x51\x86\x98\xce\x2e\x13\xf9\xd8\xdc\x00\x42\x08\x33\xdf\xc6\x2c\x80\xd4\x6f\x1b\x2e\x75\x57\x98\x0a\x13\x10\x63\x1e\xa6\x84\x89\xe8\x0d\x81\x7b\x8f\x43\xd7\x83\x8a\x10\x1d\x24\xe0\x60\x21\x49\x39\xff\xb1\x01\xa9\x0d\xc1\xd1\x21\x2e\x0c\xd7\x12\x6c\xf8\x87\x85\xf7\xbc\x75\x1b\x34\x2d\xe6\x4b\x35\xda\xad\x8e\x0e\x02\x1a\x51\x30\x7d\xd2\x3a\x30\x31\x5c\x7a\x82\x3b\x70\x98\x71\x9d\x41\x98\xd7\x29\x00\xa3\x2c\x83\xec\x73\x60\xf1\xd5\x4e\x4e\x20\x77\x1b\x66\x3e\x5f\xf0\x09\x13\x7f\xc1\x6b\x1b\xb4\x35\x88\xf6\xfc\xd1\xe7\xfb\x6b\xd8\x19\x42\x48\x59\x8e\x3e\x6f\x20\x80\x1f\x1b\x38\x5c\xf9\xb2\x75\xb1\xe7\x8a\x9c\xea\xc1\x0a\xbb\x8e\x08\x8e\x40\x1c\xae\xb9\x89\xbb\xf4\x01\x5f\xc8\xef\x21\x0d\x7f\x0d\xcb\x86\xf8\x31\x9e\xc8\x0b\xc6\x5c\x0f\x80\x79\xca\x50\x30\x4e\x1a\xf8\x97\x89\x28\xce\x4c\xdc\xd9\x93\x11\x6f\x21\xf2\x12\xe5\x80\x78\x13\xae\x8b\xc3\xc0\x95\xbf\x44\x28\x38\xdf\xc5\x14\xfe\x66\xf7\x94\xcf\xd0\x15\x9c\x1a\x42\x30\x04\x17\xf3\x2d\x87\xef\xf9\xe2\xdf\x2a\x4a\x2b\xdf\x10\x82\x85\x98\x6b\xa0\x0e\x5f\xec\x7d\xe6\xb6\x19\x0b\xcc\xeb\x9e\xe5\x62\x9b\xb2\x2f\x1f\x02\xae\x35\x48\x1e\xa2\xa0\x68\x8b\x10\x3b\x2e\xfc\x0b\x69\xee\x08\x45\x10\x25\x1b\x42\x0b\x71\xcd\x14\xf6\x7e\x8e\x07\x5b\xb8\x8c\x62\x8f\x88\x68\x5e\x2b\xb1\xc3\x07\x43\x48\x13\x80\x0b\x76\x85\x11\x76\x58\xc0\xff\x17\xe3\x4a\x41\xb7\xa3\x1b\xc1\x26\x5c\x27\x84\x13\x51\xce\x75\x7e\x08\x7b\x71\xae\x23\x53\xec\x87\x9c\x36\x70\x2e\xc7\x42\x5b\x84\xdc\x83\x80\x39\xc2\x3e\xea\xdb\x7e\x06\x11\xed\x29\x64\xd8\x63\x2e\x84\x1a\xa1\x7c\xe3\xca\x5f\x42\xfa\x7d\x0a\x37\xd6\x20\xa3\xa1\xc3\x20\x37\x98\xed\x51\xbe\x85\x67\xfc\x7f\xc9\x46\xe2\xc4\x11\x82\xe2\x80\xed\x16\x4e\x5a\x02\xb0\x08\xd2\x2a\x4a\xbf\x6a\x8c\xa6\x9c\x38\x70\xa7\x13\xb2\x9e\x53\xfe\x57\xc8\xf5\x47\x8f\xb3\x83\xe0\x69\x0b\x22\xe1\xd2\xc0\xbb\xa7\xd8\x77\x29\x4c\x23\x50\x29\xf9\xfc\x82\x0b\xa8\x01\x66\xf6\x06\xf2\x12\xc2\x49\x04\x18\x53\x45\xbc\xb2\x40\xfc\x60\xcc\xe6\xfc\x4b\x43\x11\x22\xc9\x16\x1a\x18\xa3\xa1\xf8\x4a\x43\xce\x72\xf4\xcb\xd6\x02\x43\x30\xb2\xb1\x6b\xfb\x7c\x6e\x41\x80\x0d\x60\x62\x4a\xc4\xb4\x50\x5f\x8a\xeb\x74\x84\x7d\xd9\x52\x0f\x07\x9c\x06\x7a\x1d\x42\x24\xaf\x68\x95\x88\xac\xa4\x5d\xe5\xf4\xff\xfd\x9a\x0e\x2e\xd1\x65\x52\x14\xd1\x3a\x2f\xb6\x7f\x9e\x65\x7a\x3c\x66\x4b\xdd\x41\xf7\xda\xf9\xfb\xdf\x5d\xb1\x80\xb9\x9c\x0e\x36\xa6\x6e\xe6\xe0\x00\xc2\x03\x05\x8c\xde\xbb\xd8\x73\x9c\xf7\x2e\x76\x49\x88\x02\x71\x85\xaf\xb3\x0c\x3a\xc4\x21\x7f\x63\x72\xb1\x27\x38\xb4\xe1\xd6\xa1\x2f\x2b\x03\xb8\x00\x52\x4a\xda\x1f\x39\x7c\x03\x04\x15\x0f\x88\x4d\x44\xa0\x2e\x83\xba\x3e\x12\x75\xf9\xdf\x5f\x04\x9a\x70\x3c\x65\x2b\x88\xda\xf7\x96\x68\xcc\x82\x1a\xd0\x5a\x67\xf5\xd4\x82\xad\x5e\x65\xd1\x4d\x92\x7d\xcb\xa9\xe1\x1c\x44\x83\x0d\xf5\xee\x2d\xf6\xce\xb9\x67\x5f\xb6\xc4\x72\xf5\x47\xff\x9e\x6d\xa8\xf7\xd1\x7b\x67\x0a\xbe\xfe\x0d\x86\x0d\x38\x49\x87\x9f\x9b\x38\xc9\xfb\xfc\x90\xc4\x16\x47\x03\x82\x0c\x5f\xdd\x65\x57\x59\x7a\x85\xe3\xa4\x8c\xd2\x0c\xc5\x19\xde\x26\x87\x0d\x8a\xcb\x4e\xc8\xe1\x2c\x5f\xfd\x6a\x1d\x12\x25\x3e\x31\x54\x85\x30\xbf\x32\x80\x2f\x24\x4e\x3c\x9b\x02\xec\x6e\x7f\x28\x8b\x24\xda\x5a\xe9\xee\x50\x46\xbb\x55\x22\x20\x9a\x6a\xf0\x0f\xd6\x2a\xcf\xb8\xe8\x49\xf3\xdd\xd5\xfc\x56\xff\xcc\x7c\xce\x87\xd8\xc3\x2e\x62\xe4\x9e\x2f\x1e\x99\x85\xe1\xba\xf9\x4f\x21\x76\x02\x17\x89\xbf\xb9\x70\x67\x90\x8c\x76\x45\xc0\x91\xc7\x86\x8c\xbd\xd5\x66\x9c\xfa\xbe\xe5\x60\x37\xb0\x33\xb1\x14\x31\xea\xbc\xb7\xb1\x88\xab\x13\xf1\x7a\x4c\xde\xb7\xe6\xea\x21\xaf\x15\x64\x70\x40\x4f\x42\x97\x97\xe5\x8b\x94\xcf\xdb\x73\xa1\x3d\x11\xcd\x89\xc2\xa9\x90\xbb\xa2\x98\x70\xed\x82\x41\x8e\x09\x1a\xf0\xd5\x88\x92\x00\xbb\x2c\xc3\xcc\x01\x0b\x11\x9c\x60\x53\xa7\xdd\x52\x00\x86\x18\x38\x98\x85\x08\x70\x5c\x69\xe0\x4b\x23\x61\xd0\x94\x8f\xc2\x2a\x9c\x3c\x65\x14\xfa\x16\x85\x18\x5e\xcb\xb7\x16\xe4\x57\x80\x38\x12\xe0\x40\x13\xc0\xa1\xb3\x0d\x96\x73\xb5\x29\x8b\x61\x1a\x22\x07\xdb\xbe\xcf\x89\x07\xa6\x11\x9f\xaf\xa7\xc4\xe6\xbd\x8b\x42\x08\xd8\x1b\xca\xb0\xbd\x04\x42\xa0\xf9\x21\x18\x5d\xa0\x82\x13\xc8\x93\x2d\x08\xc3\x17\x04\x3f\xa9\xc0\xc5\xc8\x88\x4c\xb0\x94\x8a\x2c\xc3\x41\x48\x33\x30\x48\xc3\x6a\x4f\x21\xee\xf0\x4f\x0c\x3b\x81\x08\x18\xe7\x09\xf2\xf9\xbc\x4f\x1e\x84\x17\xf6\x1c\x38\x68\x71\x69\x80\x29\xf5\x20\xef\x6e\x26\x8e\xe3\x21\x7a\x9b\x0d\xfa\x35\x09\x2d\x1b\xc3\xde\x8b\x84\x36\x57\x32\x20\x1c\x25\xc4\xc6\xc3\x0e\xc8\x76\x9f\xd8\x48\x9c\x08\x53\x37\xc4\x2c\xf4\x45\x8c\x5c\x6f\x05\x56\x36\xc7\xe6\x2c\xe0\xe1\x30\x74\xf9\xbf\x88\xeb\x6f\xc1\x3d\x76\x37\xd8\x8d\x02\xf0\xce\x0a\x2a\x1f\x2d\xe2\x62\x88\x49\x67\x87\x5c\xc9\x08\x78\x55\x0b\xbb\x9e\x93\x81\x02\x28\xce\x66\x21\x46\x2b\xe8\xb5\xbe\xe5\x62\xea\x43\x02\x66\xec\x40\x32\x67\xde\x6d\x58\x71\x6c\xce\x4c\xae\xcc\x29\x2c\x75\x54\xcf\x93\xc9\x5a\xc4\x01\x1c\x64\x84\x85\x3c\x11\x84\x6b\xdb\x3e\xc4\x9b\xe5\xb8\xd8\x61\x00\x87\xa0\x90\xda\xc3\xe3\x5a\xf9\x4a\x9a\x7e\x5d\x60\x18\x02\x2e\x0b\x7c\x64\xc0\xfe\xe7\x3b\x3e\x57\x92\x39\xe1\x21\x16\x2d\x04\xe8\xf4\x38\x05\x21\x14\x08\xb3\x2a\xe3\x3f\x1f\x7a\x88\x80\x07\xc7\x9f\x5e\xc4\x44\xc0\x95\xca\x5d\x87\x42\x10\x13\x4e\x6f\x9a\x59\xd8\x81\x8d\x0f\xf8\x70\xf1\xea\x3f\x05\xc0\x25\x41\xc5\x2b\xc4\x16\x8c\x19\xf0\x1d\x32\x12\x7f\xcb\xe8\xf8\x14\x79\xd8\x21\x9c\x64\xbe\x2f\x52\x35\xd9\x40\x9b\x15\xd7\xec\x2d\x0c\xa6\x5f\xfe\xc2\xc6\x1e\xd7\x95\x5d\xfa\xe5\x03\x0d\xa5\x21\x95\x39\x19\x84\x21\xb1\xb0\x03\xbe\x0d\x94\x72\xb2\x45\x6d\x16\x82\x08\xaf\x01\xb6\x03\x3e\x87\x6c\x38\x23\xb1\xe1\x78\x0e\xa2\x7c\x72\xcd\x1c\xd9\x22\x44\x1f\x83\x93\x11\x48\xb3\xed\x72\x9d\x1e\xc2\xfa\x32\x1f\x33\xdf\x03\x43\x3f\xe3\x63\x26\xe6\x0d\x17\x27\xac\x16\x2a\x42\xd5\xc5\x0e\xdf\x8c\x39\xb6\x2d\x8f\xb7\x45\x7c\xe8\x95\x88\x07\x67\x3b\x22\xdc\x20\xf6\x89\x08\x49\x0c\xc9\x30\x22\x11\x56\xb9\x0a\xae\x4c\x08\x6c\x4c\x7c\x88\xef\x0f\x01\x0c\x09\x04\x63\x65\x41\x98\x61\xc7\x03\x97\x4b\x11\x99\x05\x0e\x27\xdc\x90\x6b\x46\x61\xe8\x0b\x27\x1d\x5b\x44\x93\x04\x37\x1d\x8e\x22\x9f\x9c\xc2\x0a\xc8\x47\x0b\xc2\x11\xda\x1e\x4c\x19\x08\xd9\xed\xf1\xbf\xc4\x01\xd6\x4f\x01\xd7\x8b\x82\x4a\x97\x15\xb9\x8a\x57\x5c\x8f\x87\x84\xd7\x7c\x4b\x01\x67\x2a\x36\x76\xc2\x80\xab\xeb\x30\xe6\x70\x2c\xc8\xc0\x95\x01\x9a\x83\x38\x29\xa1\xdc\x9b\x12\x0f\x76\x8c\xbc\x24\x64\x7d\xe2\xc3\xcb\xb7\xc8\x10\xe4\x03\x50\x0b\x43\xfb\xcb\x2b\x88\x28\xff\x6b\xf2\x8d\xe8\x16\x2f\x8b\xcc\xcb\x22\xf3\xb2\xc8\xbc\x2c\x32\x2f\x8b\xcc\x5f\x64\x91\x79\xfe\x2e\xce\x1f\x76\x72\x0b\xb5\xca\x77\x65\x94\xee\x92\x02\xe1\x55\x54\xc4\x28\x4e\xef\x11\x4e\xb6\x7b\x25\x8d\xc9\x77\xf5\x7e\x6b\x42\xe1\x19\x7b\x45\xa8\x68\xda\xdf\xf5\xd6\x95\xb9\x66\xaa\x9a\xdd\x34\xfb\x8b\xb6\x99\xbd\x78\xcc\x80\x36\x8a\x59\xff\x9e\xb5\xb7\xf9\x9e\x2a\xc3\x84\x58\xb0\xe1\xed\x22\x30\x19\x48\x3f\x1e\x6d\xab\xdf\x7d\x94\xdd\x25\x96\x28\xd7\xb2\xfb\xfd\x89\x37\xd8\xbd\xe1\x18\x43\x64\xbf\x83\x79\x4c\xf9\x2c\x46\x38\xb4\x18\x62\xf7\xd4\x59\x11\xae\xee\xe0\x10\xa2\x34\xb2\x0d\x75\x56\x50\x04\x31\x8b\xbf\xb3\xd8\x47\x17\x14\x24\x6a\xf1\x1a\xfc\xcf\x97\xad\xc5\x10\x25\xef\xfc\x7b\x8b\x6d\x28\xb9\xff\xab\xc4\xab\xfc\x23\x08\xf4\x8c\xb7\x79\x91\x58\x15\xeb\x6d\x93\xdd\x1d\xc2\xea\xd3\xd5\x2f\xe5\xe7\x7d\xf2\x16\x12\x71\xdd\xe4\x8f\x9f\xde\x80\x45\xf3\x4a\x86\xeb\x3d\x2f\xa3\x9b\x2c\xc1\x9b\xe8\x60\x45\xc0\xf7\x07\x54\x16\x57\xb8\xfa\x3d\x1f\xd2\x43\x5a\x6e\x2c\x31\xcf\x16\x83\xfa\x16\x67\x87\x87\x28\x69\x0f\xfd\xa1\x1a\xf2\x7a\xa4\x95\x11\xa6\x0c\xcd\xab\x60\x79\xf3\x2a\xfc\x25\xe6\xd4\x37\x44\xd6\xe7\x45\xd9\xf0\xc0\x79\x63\x7a\x3e\xbc\xb1\xe2\x3d\x19\xf1\xc6\xaa\xf5\xe7\xc4\x6b\xd5\x9c\x9c\x15\xaf\x55\x0f\x1e\xc7\x13\x14\x6a\xc5\x7a\x53\x14\x6a\xa5\xf4\x24\x85\xe2\x53\x3b\x4d\xa1\x31\xe3\x9e\xc0\xf0\x54\x39\xf7\x04\xb4\xd3\x64\xdd\xd3\x69\xd7\x80\x9f\x90\x79\x4f\x2b\xf7\xf5\x73\xef\xbd\x38\x07\x7d\x7b\xce\x41\x4b\xa4\x54\x9e\xc6\xab\xe9\x42\x6a\xa4\x74\x8f\x8c\x1a\xa9\xd5\x2f\xa2\xf4\x8a\x93\x25\x94\x5e\x8d\x3f\x8d\xcb\x27\xb5\x54\xaf\x78\x52\x0b\xe9\xd2\x09\xbe\xb4\x85\x53\x7b\xd7\xc0\x0b\x4d\xcb\x19\x0a\x3d\x38\x95\x00\x03\x60\xa7\x91\x5f\x1a\x65\x6b\xe0\x13\xa4\x97\x5a\xec\xab\x09\xaf\x9b\x93\xa5\x34\x66\x38\xb0\x21\xe5\x8b\x0f\x16\x62\x30\xdf\x79\xcc\xb5\x70\xe0\x78\xd8\x05\x87\x61\x48\x82\xe8\x84\xe0\x18\x14\xc0\x07\x8b\x81\xa3\x03\x95\x5e\x5a\x16\x2f\x08\xc6\x5e\x8b\x62\x06\x57\x41\xa8\x6f\x61\xdf\x86\xd0\xed\x0e\x26\x81\x5f\xff\xcb\xdb\xc3\xb6\x6b\x39\x38\x84\x6b\xea\xa1\xeb\xc8\xdf\x36\x0e\x44\x24\xf3\x10\xfc\x7d\x69\xe0\x23\x1b\x62\x35\xb8\xe0\xc6\x65\xe3\x90\x04\xf7\x10\x1e\x3e\x58\x71\xa9\x42\xc0\xc0\x63\xd9\xd8\xf7\x40\x78\xca\x5f\x0c\xfb\x22\x64\x3c\x83\xdc\x29\xb6\x03\x06\x49\x0f\xec\xcb\x3e\x44\xc8\xa7\xd2\x93\x58\x64\xbb\x63\x14\x31\xec\xc1\xcd\x88\x00\x7b\x70\xf7\x5c\xa4\x36\xf3\x85\x23\xb3\x67\x3b\xe0\x9f\xc1\x5b\x26\x21\xf6\x20\xdf\x1c\x76\x03\xed\xe0\x3d\xfc\x3b\xff\xa3\x79\xc8\x7a\xd8\x27\x01\xf8\x2d\xdb\xf7\x94\x60\x06\xc9\x4d\x7c\x4e\x58\xdf\xfd\xc8\xfb\x0d\xee\xd6\xbe\xcb\x9f\xfb\x32\xc6\x1f\x03\xe7\x1f\xff\x08\x83\xc5\xee\x00\xa2\xf5\x13\xb9\x03\xf4\x01\xeb\x37\xad\x74\x6a\x2c\xb0\x8e\xb4\x60\x7c\x8b\xfb\x31\x0a\xc9\x84\xb8\x06\x10\xf8\x5e\xe8\x5e\x33\x82\x49\xe8\x38\xc8\xc7\x2e\x09\x1d\x86\x18\x45\x1e\xb6\x3d\xe2\x78\xfc\xa7\x7b\xcd\xf8\x2c\xb1\x1d\x9b\x8a\xfc\x5f\x5c\xdb\x60\x88\x06\x88\x5d\x53\x0f\xde\xf3\x47\xb7\x29\xe3\x22\xf7\x9a\xba\xc8\xc3\xcc\x25\x76\x88\xa8\x8b\x7d\xcf\x45\x3e\xb6\x19\xa3\x88\x7a\x38\x70\x19\x6f\xcc\xf7\x99\x17\xbe\xa7\x9e\x48\x30\x49\x30\x61\x1e\xbb\xa6\x2e\x0e\x6d\xae\x3a\x11\x70\x77\xa3\x2e\xb6\x21\xe9\x25\xc1\x0e\x73\x6d\x44\x1d\x8e\x33\x64\xca\x0a\x02\xfa\x3e\xc0\xa1\xef\x42\xea\x74\x8f\x52\xfb\x3a\xc0\x7e\xe0\x38\xbc\x29\x6a\x07\xc4\xe7\x1d\x62\x2e\xb5\x91\xc7\xff\x5c\x3b\x12\x3f\x0f\xd9\x1c\x19\xf8\x6d\xa3\xf0\x1a\xa0\xd9\xc4\x63\x5c\x54\xd8\x4e\x00\xa1\xfb\x1d\xea\xbb\xc8\xe5\xbf\x02\x16\xda\x1f\xa9\x87\xa9\x4f\xfc\xeb\xba\x84\x87\xdd\x80\xf1\xfa\xd4\xc7\x5e\x68\x07\xfc\x17\x07\xc5\x88\x20\x50\xd5\x18\x63\xc8\x43\x8c\x5d\xfb\xfc\x75\x00\xcf\x61\x5d\x28\xe4\x75\xc2\x1a\x44\x80\xa9\xe7\xd2\xb0\x06\xee\x23\xd9\xec\x47\x89\x06\x87\xe2\x38\x5e\xc8\xd1\xf2\x08\x75\x78\x8d\x20\x60\x0e\x7f\xa6\x6e\x08\x29\xe4\x1d\x97\x01\xb9\xdc\x20\x08\xde\x8b\x9b\xfe\x90\x98\xd9\x0b\x59\x70\x0d\xd7\xb1\x5c\xf0\xce\xf7\x79\x8b\xd4\xe1\x3f\x83\x90\x53\xd4\x41\xd4\xbe\xa6\x90\xe5\x0e\x90\xe3\xa4\xe7\x63\xcb\x07\x83\x63\x72\x4d\x03\xf9\xc1\x43\x8c\xd4\xc5\xf8\x4f\xfb\x9a\xff\x4d\x71\x48\x7d\xde\x25\xec\x30\x1f\x70\x08\xbd\xd0\x47\x34\xc0\xae\x17\xc0\x08\x3b\x0e\x7b\xdf\x62\xbe\x9f\x3f\xd0\x00\x01\x6c\xd7\x65\x7c\xa4\x28\x5c\xce\x77\x19\x0b\xe0\xe7\x35\x1c\x95\x39\x8e\xef\x33\x54\x15\x72\x38\xf3\x39\xd7\xd4\x87\xf7\xfc\xd1\x6f\xca\xf8\xbc\x8e\xdf\xc0\x90\x85\xb8\x32\x8e\xbc\x9f\x3f\xf8\x28\xbc\x86\x33\x3b\xf8\xea\x55\xa5\x08\x2f\x40\xae\xdd\x0a\x0a\x41\x6e\x5d\xc8\x45\xe1\x35\x27\xad\xf8\x54\x15\x09\x90\x87\x82\xeb\x0a\x40\x80\xfc\xba\x84\x8f\xc2\x9f\xff\x12\x06\x86\x17\x39\xf1\x22\x27\x5e\xe4\xc4\x1f\x23\x27\x66\x69\x55\x79\x51\x9e\x4e\xab\xea\x01\x36\xa0\x55\xb5\x6b\x2c\xd1\xaa\x74\x18\xdf\xa2\x56\x15\x70\xbd\xde\xc6\x84\x10\x42\xaf\xe1\x81\x61\x12\x04\xbe\x83\x42\xf8\x17\xd2\xc5\xb8\x84\x70\x8e\xaf\x7e\xbe\xa3\x0e\x9f\x6b\x21\xa5\xca\x57\x17\x7b\x4d\x5d\xf1\x24\xc1\x7e\xf4\x25\x78\xf1\xd6\xe7\x15\x39\x57\x4a\x08\x7c\xde\x01\x04\xa7\xfa\xf9\x8e\x32\xec\x06\xb6\x73\x2d\xfe\x15\x69\x0f\x09\x9f\x74\xcd\xb3\x4f\x1d\x5f\x3e\x03\x88\x80\xb1\xf0\x3d\x7f\xb6\x19\xa4\xfc\xf4\xdf\x33\x71\xf7\x92\x60\xff\x9a\x51\x48\xc3\xc8\x7f\x73\x11\xc5\xe7\x6e\x48\xe1\x17\x2f\x73\x2d\x7e\xf0\x12\x55\x41\x86\x64\x6d\xf6\x8e\xfa\x5c\x5c\x79\x7c\x3e\xba\x21\x08\x14\xe2\x04\x90\x5e\xd2\x83\x87\x90\x6f\xac\xe4\x03\x75\x3f\x52\x07\xdb\xee\x3b\x1a\x5e\xd3\x50\x12\xc8\x01\xa2\x72\x99\x08\xee\xeb\xe0\xd7\x2e\x9e\xbc\x8f\x8c\x5c\x8b\xdf\x8c\xc8\xd2\xb2\x16\xa3\x50\x22\x14\x3f\xde\x51\x17\x84\x1b\xd4\x15\x5f\x6c\x09\x55\xd4\x92\x4f\x1f\xb9\x1c\x83\xdf\x55\x4b\x55\x2d\x81\x05\x75\x91\xc4\xcf\xc3\xf6\x47\x40\x18\x16\xb9\xa6\x23\x9e\x88\x85\x57\x75\xd2\xc3\x36\xe5\xc3\xc9\xde\x89\x20\x22\xd7\x5c\x0c\x8a\xef\x14\x88\x16\x42\xe6\x33\xfe\xe8\x7b\xb0\x9c\x38\x61\x20\x9e\x3d\x28\x1c\x48\x79\x4c\xa8\x2b\x72\x4b\x79\x4c\xc4\xf3\x0b\xa1\xb8\xcf\xf8\xe2\xc8\xde\x09\x1a\xd3\x6b\x4e\x63\x5b\x42\xe0\x08\xa8\x44\x6e\xd3\x38\xbc\x06\x5a\xb1\xba\x73\x1a\x89\xa9\x42\x62\xaa\x91\xb8\xaa\x25\x08\x59\x51\xd8\xbd\x76\x24\xbf\x8b\xf7\x1a\x7d\x15\xf2\x6a\xd4\xad\xaa\x08\x04\x2a\xe2\x36\xb4\x55\x49\x0b\x94\x25\xac\xee\x1a\x90\x96\xeb\x0f\xec\x1d\xc3\x9e\x7b\xcd\x30\x0b\x29\x11\x69\xc5\x6a\x76\xac\x18\xb4\x66\x59\x28\x44\x25\x27\x43\x0f\x39\xab\x43\xf0\x00\xa6\x3c\x04\xb0\xde\xca\xc9\x44\xae\xab\xa9\x5c\x4d\x35\x98\xe7\xd5\x3c\x94\x0f\x62\xaa\xca\x29\xfb\xf3\x07\x4a\x00\x3e\x9f\xb6\x21\x0e\x88\xe7\x57\x8f\x28\x14\x13\x9d\xbf\x93\x0f\xed\x79\x1e\x8a\x69\x4e\x43\xdb\xe6\x25\xa0\xb6\xdf\x48\x11\x5f\x93\x22\xbc\x54\xf3\xd5\x11\xc8\x88\xaa\xd5\x93\x86\xda\xb5\x9c\x50\x12\x81\x0a\x02\x6b\xa4\x08\xab\x3b\xfe\xf3\x07\x57\x88\xa2\x6b\x47\x60\x21\x24\x90\x23\x19\x05\x5e\x39\x0d\x9f\x38\x92\x4d\x00\xa0\xac\xc1\x88\x18\x5a\xf8\x17\x78\x4e\x34\x07\xaf\x43\xc9\x24\xf0\x2a\x6c\x98\x24\x94\x4c\x02\x10\x64\x0d\xd1\x74\x28\xfe\x7d\xc7\x35\x03\xd9\xf2\x35\xd5\xf0\xa1\x1a\xaa\x54\x76\x40\x4a\x14\x05\x12\xd5\x1a\x91\x4f\x82\xdd\x35\xb4\xa8\x86\x31\x0d\x65\x4f\x84\x44\x51\xba\x48\xb5\xde\x57\x4f\x1f\xa9\xa7\xae\xf6\xde\x3f\x7c\x2f\x60\xdf\xe8\xc6\xe0\x65\xa9\x7b\x59\xea\x5e\x96\xba\x97\xa5\xee\x65\xa9\x7b\x59\xea\x16\x2c\x75\xb3\xf6\xb6\x45\x5e\xe6\xab\x3c\x3b\xdd\xfe\x76\x00\xe0\xc0\x1e\xd7\x54\x6b\xc9\x3e\xb7\x0b\xe7\x5b\xdc\xeb\xf2\xc5\x8f\xc1\x12\xe8\xe3\xca\x7c\x02\xff\x32\x21\x8b\x44\x6e\x6a\x5f\xd8\xb5\x9a\x52\xa2\x16\xaa\xbe\xd5\x65\xa0\xce\x75\x53\x8a\x35\x65\x00\xe0\xcf\x1f\xf8\xaa\x40\x89\x03\x4b\x5d\xe8\x07\xb0\xa4\x30\x0f\x8c\x48\x01\x73\x85\xec\xf7\x6c\x78\xf6\x28\x85\x45\x9e\xf1\xc5\x86\x73\xb5\xcf\x40\x27\xa0\x94\x22\x1a\xe0\x00\x6c\x55\x0c\x07\x90\x52\x19\x4c\x69\x3e\x5f\x0b\xa9\xe7\x81\x91\xce\xb6\x03\x28\x1f\x06\x3e\x58\xdc\x6c\x08\xd8\xce\x25\x87\x58\xb3\x6d\x10\xa5\x0c\x7b\xcc\x87\x6e\xb3\x30\xf0\x01\x1d\xd7\xf6\xe0\xd9\xf5\x40\x02\x33\x8e\x3d\x7f\x86\xa5\x89\x60\x37\x64\xa1\xfc\x6e\xf3\xc5\x25\xf0\x38\xfa\x01\xa6\xb6\x0d\xe6\x43\x46\xbd\x00\x81\xc7\x3d\xc7\x83\x2f\x27\xae\xec\x2e\x03\xf8\x3e\x11\xdd\x0d\x43\x07\xec\x7a\x3e\xdc\x99\xe0\xcf\x9e\x58\x44\x15\xf2\xfc\xfc\x21\xc4\x41\x08\x13\xdc\x67\xc4\xbf\x0e\xb1\xeb\x06\x0e\x18\xc6\x42\x12\x84\x28\xc4\x2c\x80\xdb\xfb\x01\xa6\x34\xe4\x22\x89\xb8\x2e\x27\x0f\x17\xa9\xce\x75\x80\x5d\xdb\x0e\xe0\xd1\xe1\xc5\x03\x4c\x68\x18\x02\x75\x9c\xc0\xa7\xc8\xc7\x2e\x85\xbc\xdc\x7c\xe5\xa5\xee\xb5\x8f\x7d\x9b\xd2\x00\x41\x74\x4b\xc6\xc5\x76\xe8\x3b\xe2\xd9\xf5\x5c\xbe\x82\x30\x97\x08\x6c\x89\x17\x84\xd7\x01\xf6\xbd\x00\x90\xb5\x1d\xae\x32\xda\x34\xf4\x61\xac\x5c\xcf\x0e\x90\x86\xfa\xcf\x1f\x5c\xec\xb8\x60\x82\xf4\xb0\x47\x7c\xff\xda\xc5\x8e\xe8\x2a\x7f\x26\x10\x15\x9a\x30\xbe\x9c\x7a\x9c\xc4\x10\x21\x9a\x39\x8e\x2b\x8c\xa3\x5c\x86\x3b\x1e\x64\x1a\xb7\xb1\x1d\x80\x84\xf6\x18\x38\x8e\x10\xec\x39\xae\x83\x5c\xcc\xa8\x4f\x7c\x14\x70\x30\xcc\xb9\x76\x31\x09\x99\x03\x66\x3c\xcf\xb7\x03\xe4\xe0\xd0\xa7\x1e\x18\xed\x6c\xe6\x52\x2e\xe1\x5d\x27\xf4\xe0\x3e\x88\xef\xfb\xd7\x0e\xb6\x49\x40\xe0\x72\x50\x40\x1c\xe4\xc0\x72\x4a\x1c\xc6\x7f\xb1\x6b\x87\xb7\xeb\x53\xd7\x43\x0e\x76\x1d\x08\xb4\xe2\x62\x9b\xb8\x14\xb5\xba\xc5\xfb\xe9\x85\x36\xe5\xc4\x25\xbe\xef\xb3\x6b\xfe\xec\x51\x07\x9e\x03\xd7\x43\xfc\x39\xa4\x01\x3c\x87\x76\x08\x71\x8d\x19\x83\xf2\x01\x61\xf6\x35\xc4\x39\x66\x36\x7c\x27\xe2\x3b\x25\x0c\x56\x42\x8f\x40\x7d\x9f\x3a\x30\x38\xc4\x25\xbe\x07\xe5\x7d\x06\x8f\xa1\x6f\x03\x38\x42\x45\xf1\x00\xcc\x97\x1a\x3a\x3f\x7f\x08\x70\xe8\x05\x10\x58\xcd\x0d\x1d\xea\x5f\x07\x38\xb4\x29\x0b\x39\x41\x6d\xc7\xe1\x04\x0a\x7c\xb1\x4c\x86\x8e\xcf\x15\x84\x80\x04\x94\xd3\xdb\xf7\x1d\xd7\xbd\xe6\xda\x38\x75\xf8\xf7\xd0\x71\x3d\xfe\xdd\x71\x19\xa4\x36\x66\xc4\x85\x8b\x19\x8c\xfa\x8e\x03\x87\xf2\x21\xd7\xe9\x82\x90\x70\xfd\x87\x30\x8f\x0a\x8e\xb3\x5d\x8a\x3c\x0e\x05\x0c\xf6\xd4\xf7\x7d\xde\x59\xc7\x21\xc2\x6a\x1e\x70\x0e\xf3\xb1\xeb\x04\xa0\x9e\x30\x1a\xba\xa0\xfe\x39\x61\xc0\x47\xcb\x0f\xec\x90\xc3\xf1\xed\xc0\x77\xdf\x07\xd8\x0f\x03\x27\x80\x80\x76\x36\xe3\x6b\x2f\x0d\xa8\x13\x20\x0f\x33\x9b\x8f\x6e\x88\x7d\xe2\x06\x21\xe4\x67\x76\x43\xe0\x16\xc0\xce\xc1\x8c\x84\xcc\xbd\x0e\xb1\xef\x86\xe0\x4c\x64\x13\x8f\x8a\x35\xdd\x73\x3c\x08\xcd\xe6\xda\x7c\xc6\x68\xc4\xfa\xf9\x03\x97\x4f\xae\xc3\xd9\x89\xab\x23\x42\x7e\x01\x77\x51\x9f\xb9\x60\x97\x0f\x08\xe1\xd4\xb1\x03\x9f\x09\xbb\xbd\x0b\x16\x6d\xcf\x61\x3e\xcc\x7f\xc6\x75\x4a\x17\x3b\x84\x10\x90\x27\x9e\xef\xf8\xc8\xe3\x62\x0d\x0e\x41\x58\xe0\xf0\xee\x85\xb6\xcb\xc5\x05\x67\x6e\xe0\x9d\xd0\x67\x9c\xd9\x21\x86\x0d\x27\x0b\x21\xa0\x23\x41\x5a\x77\xc6\x9f\x99\xe7\x84\x5c\xdc\x51\x46\x39\xd3\x13\xdf\xf6\x85\xad\x3f\x80\xe3\x12\x12\x04\x1e\x4c\x1e\xcf\x86\x2d\x14\xf1\xb8\x3c\xe1\x93\x09\x4e\x48\xb0\x1f\x12\x07\x8e\x0d\x02\x9f\x40\xe2\x08\xd8\xff\x60\x46\x3c\x06\x7d\xe5\xfa\x39\xa8\xb5\x6e\x08\xcf\x54\x08\x53\x4a\x5c\x47\xd0\xc2\x15\xca\xad\x42\x9b\x9f\x3f\x70\x4d\x19\x0e\x73\x42\xec\x10\x17\x4e\x23\xdc\x50\x48\x43\x37\x70\x40\xcf\xa0\x0e\xf1\x84\x8c\x70\x61\x5f\xe3\xf1\xe6\xc5\x62\x60\x8b\xd3\x0b\x1f\xa4\x29\xa3\x4c\x68\xd8\xbe\x0b\x27\x0c\x8e\xed\x09\xad\x25\x0c\xc5\xa2\x45\xc2\x80\x6f\x31\x19\xdf\x11\xf8\x62\x63\x48\x5d\xec\xdb\xae\xd8\xa0\x79\x01\x4c\x51\x46\x7d\x10\xe6\xbe\x47\x7d\xbe\xf9\x21\x70\x50\x11\x88\x10\x28\x2e\x0e\x19\x01\x61\xca\x9c\x10\x36\xb5\x7e\xc0\x3c\x68\xcd\x25\x21\x87\xee\x3a\x3e\xac\x3d\x7e\xe8\x38\xe2\xa8\x4a\x4a\x43\xd7\x81\xe6\x68\x48\x41\xb6\x33\xe6\xba\xbc\x3c\x65\xb6\xd0\xd5\x80\x3c\x2e\x4c\x49\x78\xf6\x5c\xb1\x8f\x50\xa8\xf3\xf3\x07\xd1\x10\xe0\xe9\xdb\xcc\xbd\x86\x83\x15\x07\x94\x41\x87\x4f\x71\x38\x79\xc1\x3e\xb8\x7b\x10\x58\x81\x09\x48\x29\xdb\x06\xa1\xeb\x73\xe9\x10\x62\xd7\x76\x19\x34\xca\x67\x02\xdc\x28\x23\x7c\xe1\xe4\x22\x9b\xf1\x91\x77\x19\xec\xda\x02\x1c\x3a\x30\xc1\x5c\x0f\x86\x22\xc0\x01\x97\x42\x01\xf6\xa8\x63\x07\xbc\xbc\x6b\xdb\xc0\xc0\x4e\x08\xe0\x98\x4f\x80\x81\x42\xd7\x85\x15\xc1\xf3\xf8\xa6\xcf\xc5\x41\xc0\x29\x1f\x60\xd7\x17\xc7\x64\xd4\xf7\xe0\xbb\xc3\x9b\xa7\x1e\x76\x5c\x70\xa0\xc4\xb6\x1f\xc2\xf9\x96\x4f\x6d\x28\xef\x10\xd0\x59\xb1\x38\xe7\x71\x98\xcf\xc4\x93\xc7\x50\x8b\x10\xc0\x48\x3e\x1f\x12\x87\xcb\x2a\x3e\x14\x1e\x66\x9e\xed\x23\x17\x07\x9e\x0f\x50\x3d\x8f\xf2\x59\xe4\x73\xe1\xc4\x9f\x43\x21\x42\x3d\xe6\x50\xd8\xe4\xfa\x4e\xc8\x85\x86\x17\x3a\x9e\x38\x9f\xf4\x02\x38\x91\x72\x03\x18\x08\xea\xc0\x6a\xe7\x04\x1e\x70\x69\x10\x80\xe6\xe2\xfb\x2c\x84\xf3\x31\x27\xe4\x53\xd6\xb5\xe1\x28\x8e\x93\x80\x40\x54\x4d\x3b\xb4\x05\x53\x07\x36\x88\x90\xd0\x0f\x61\x98\x69\xe0\x51\x90\xa7\x34\x10\xad\x29\xb8\xff\xfc\xc1\xc3\x9e\x6f\xc3\x3e\x2c\xf0\x5c\x3b\xbc\xe6\xaa\x85\x0d\xab\x73\x18\x84\x90\x8e\x25\xb0\x7d\x1f\x72\xcc\x13\x0f\x04\xb2\xe3\xf3\x15\x2b\xc4\x8c\x04\x84\xaf\xba\xd4\xa3\x54\x9c\x01\x02\x18\x6a\x13\x31\x79\x6c\xc7\xf5\xc1\x1c\xc2\xd7\x2d\x18\x1a\x8f\x2b\x01\x94\x38\x62\xc1\x0a\x5d\x90\x2d\xae\x4d\x05\xe9\x89\x03\xb7\x09\x43\x2f\x64\xd5\xd0\x5d\xbb\x38\xf4\x7d\x22\x32\xf3\x53\x37\x44\x1e\xa6\x8e\x23\x4e\xf3\x7c\x07\xdc\x53\x35\xec\xb9\x86\x12\xba\x20\x69\x1d\x12\xc2\xee\xcf\xb3\x85\x49\x85\xfa\x70\x8d\xd8\xb3\x29\x9f\x34\x36\xb6\xa9\x0b\x60\x68\xc8\x87\x96\x8f\x81\x50\xb8\x88\x60\x71\x9f\x0b\x26\x2e\x3f\xc3\x80\x49\xa2\x81\xfa\xe7\x33\x26\x3a\x43\x28\x08\x2c\xc2\x02\x98\x9b\x01\xcc\x55\x10\x60\xd0\xb9\xc0\x71\xa5\x80\x13\xe0\x03\xdf\x0e\x41\x82\x40\x6f\x20\x2b\x09\x03\x09\x42\x68\x20\x45\x15\xa0\x15\x32\xdb\x81\xa3\x3f\xea\x32\x09\x9f\xd3\xde\x0d\xf9\xbf\x5c\xc4\xd9\x01\x7c\xf7\x7d\x3f\x14\xfa\x20\x8c\x8d\xcb\x6c\x97\x82\xfe\x67\x53\xd0\x1a\x42\xd7\x06\x79\x6e\x87\x94\xc1\x15\x63\x0f\xa6\xa3\x42\x9c\x9f\x3f\x70\xc6\xe4\x6b\x39\xe7\x48\xae\x40\xc1\x71\xba\x0b\x0c\xcb\x5c\x79\x72\x0e\xb9\x7e\x38\xd5\x85\x25\x8d\xda\xe2\x80\x98\xb8\x9e\x03\x22\x28\x60\xb0\xef\x65\xb6\xa0\x52\xe8\xb9\xc2\xa6\x22\xcc\x70\x0e\x03\x23\x87\x23\x96\x03\x0f\x93\xc0\xe5\xd8\xc2\xca\xce\xa7\x13\xff\x97\xcb\x27\x8f\x09\x2d\x31\xf0\xf9\x33\xf1\x6c\x3e\x16\x81\x3c\x2c\xa6\xd8\x93\x72\xd3\x87\xe3\x69\x1b\xfb\x81\xe7\x08\x25\x58\x08\x2e\xc7\xb1\x5d\xae\xe7\x53\xdb\x16\x83\x07\xc2\xc1\xc7\x04\x94\x75\x8f\xab\x3a\x80\xb5\xda\xdb\xbf\x8c\xd5\xf4\x65\xd3\xf4\xb2\x69\x7a\xd9\x34\xbd\x6c\x9a\x5e\x36\x4d\x2f\x9b\xa6\x97\x4d\xd3\xcb\xa6\xe9\x65\xd3\xf4\xb2\x69\x7a\xd9\x34\xbd\x6c\x9a\x7e\xf7\x4d\xd3\xb3\xe9\x32\x9f\x3c\x3f\x43\x18\xee\xbd\xa5\xcb\x42\xb8\x44\x71\x5c\x24\x87\xc3\xc9\x0e\xeb\x06\xe0\xf5\x9f\xd5\x99\x2a\x2d\x38\xaa\xeb\x82\xf9\x16\x4f\xea\x60\x93\xe8\x61\x07\x76\x88\x48\xfe\xa0\xec\xe0\xf0\x5f\x94\xd4\xff\x59\xf2\x85\x45\xc9\x7f\xc0\x9e\x52\x6e\x30\xbf\x6c\x2d\x60\xde\xd0\x5e\x59\x5c\x18\x5b\xd8\x09\x2d\xdf\xb2\x71\xe0\x5a\xbe\xc5\xdf\x43\xaa\x14\x86\x49\x60\x51\x08\x53\x04\x49\x49\xc2\xf7\x7c\x82\xdd\x53\x3d\xbc\xc7\x3d\x57\xe0\xbe\x6c\x3d\x1c\x5a\x0c\xbb\x22\x11\xae\x85\x03\x6a\x41\x7a\x8f\xd0\xa2\x38\x84\x1f\x1b\x8b\xde\x5b\x10\x91\xdd\x75\x21\x75\x1b\x94\x78\x17\xdc\x5b\x6c\xc3\x56\x18\x02\xbe\x41\x6e\x60\x44\x2d\xfa\xd1\xdf\xb0\x56\xd0\x90\x7b\x0b\x3b\x74\xc5\x30\x84\x06\xa7\x21\xe2\x3a\x22\xf1\x10\x57\xd4\x21\x70\x3b\x60\x8b\x03\x64\xe3\xd0\xb7\x18\xe6\x1b\x0b\x3b\xfc\x6b\x04\x85\x78\x19\xef\xe3\xc7\xfb\xd9\x70\x51\x3a\x39\xe4\xd9\x7d\x52\x58\x22\xce\x55\x86\x8b\x24\x4e\x8b\x64\x55\xa2\xb8\x3c\xea\xd6\x6d\x95\x97\xdc\x51\xf2\x92\x3b\xaf\x8c\xbc\x33\xeb\x02\x2e\x68\xa9\x81\x6d\x5f\x33\x99\x81\xc8\xa6\x7c\xa7\xe6\xc3\x7a\x29\x7c\xc1\x1c\x8f\xab\xa8\x81\xfd\xd1\x79\x2f\x9d\xd9\xfc\xcc\x0a\x20\x3f\x94\x8f\x3d\xdf\xbb\xb7\x1c\x1c\x38\x5c\x07\x02\xc5\xcd\x01\xc3\x83\x83\xe1\x5a\x8d\x87\x85\xa7\x11\xb4\xf1\x65\x70\xb1\xf9\x65\x9d\x17\x6f\xcb\x3c\xcf\x6e\xa2\xc2\x2a\xf3\xdb\xdb\x2c\xf9\x74\xf2\xec\x1a\xf3\x2e\x27\xbb\x98\xf7\x67\x63\x61\x3f\x84\x08\x8c\x16\x66\xfe\x4f\x1e\x04\xd1\xf3\xaa\x50\x7a\x22\x82\x43\x88\xf9\x86\x4d\xfc\x4f\x10\xff\x10\x8a\x30\x89\x32\x97\xa8\x8d\x49\x68\x61\xd8\xa7\x31\xdb\xa2\xd8\xf5\x33\x88\x63\x17\xdc\x73\xd8\xb0\x73\x0f\xdf\x33\x82\x1d\xbe\x55\xc9\x2c\xfe\x68\xb9\x22\xb0\xca\xb5\x8f\x85\xeb\x11\x58\xb2\xc2\x50\xdc\x24\xf9\x0f\x78\x0b\x3f\xc1\x37\x0c\x55\xa5\xa0\x5d\x28\x57\x3d\x68\x37\x85\xa9\xeb\xd9\x32\x59\x51\xc5\xc4\xeb\x22\x49\xca\xe4\xb1\xb4\xd6\x69\x56\x26\xc5\xff\x94\xe1\xda\xff\x54\x61\x84\x86\x87\x03\x46\xe3\x1b\x1c\x8c\x3f\xd7\xf2\xf1\xcf\x40\xe3\x67\x5c\x7e\xde\x27\xd6\x21\x2f\xca\x76\xd0\x88\x2a\x7c\xd6\xb7\xab\xc3\x91\x73\x4a\x30\x09\x3c\xd8\x40\xbf\xf7\x5a\x4f\x7c\x77\xef\x7a\x36\x23\x1e\x7a\x4f\x5a\x4f\x6a\x49\xed\xe9\x67\xf4\xc1\x3e\xa7\x4c\x16\xa6\xe8\xbd\x7d\x0e\x5e\xbf\x4d\x59\xfd\x49\x2f\xd9\x3c\xfd\x8c\x3e\xc0\xbe\x89\x50\xdb\xf7\xcf\x09\x7a\xaf\x3c\x51\xec\x05\x94\x32\xcf\xa1\x00\x42\x7b\xd2\x4b\x12\x80\x63\xe3\xc0\x0b\x59\xc8\xc2\x73\xb0\x37\x93\x90\xaf\x34\xef\x95\xd7\x7c\xc3\x6a\x07\x4e\xc8\x18\x7a\x4f\x3d\x2c\xc1\x9d\x07\x7c\x1b\x4b\x18\x73\x03\xf4\x9e\x06\x5a\x9f\xc5\x16\xd3\x67\xa1\x7f\x0e\x09\x2f\x02\xd8\x70\xbe\x0f\x30\x71\x7d\x30\x25\x6b\xa5\x43\xcc\x1c\x8f\x86\x2e\xf3\x74\x98\x0c\xd3\x20\xa0\x9e\xe7\x0a\x0c\x42\xdb\x66\xfa\xeb\x1e\x7c\x95\xd7\xbc\x7f\x75\x4b\xe7\x0e\x66\x7c\x67\xed\x11\x5e\xbe\x79\xed\xe2\x20\xb0\x43\x87\x39\x0e\x27\x91\xfe\xd4\x53\x45\x79\xfd\xd7\xb8\x73\xfc\xc2\xeb\x2f\xbc\x7e\x14\xaf\xef\xf3\x43\xca\xb7\xf8\x17\x45\x92\x45\x65\x7a\x9f\x5c\x96\xf9\xfe\xc2\xd9\x3f\x5e\x82\xaa\x7d\x41\xbd\xfd\xe3\xa5\x50\xb5\xe1\xf7\x64\x67\xe4\x2a\xf8\xce\x36\xda\x45\xb7\xc9\x36\xd9\x2d\x08\x54\xdb\x01\x71\x9a\xa0\xb5\x13\x50\x5b\x10\xbb\x76\x12\xb2\x03\x41\x69\xa7\x23\x37\x21\xb2\xed\x30\x32\x73\xcd\x3b\x43\x38\xcd\x0e\x76\x3b\x8c\xda\x2e\x2f\xd3\x55\x82\x37\xe9\xed\x26\x03\xa6\x6b\x7f\xe9\x45\xe5\x5b\x54\x55\x28\x1c\x70\x33\xff\x3d\x0d\x30\x0d\x10\xa3\x99\x45\xb1\xe7\x58\x3e\x26\x36\xdf\x65\x86\x10\x4b\xdc\xc7\x34\xb4\xb0\x47\xdf\xc3\xbd\x95\x90\x6f\xd9\x03\xec\xd9\x48\x7e\x77\x31\x9c\x0a\xfa\xf6\x7b\x17\x07\x10\x66\xa2\x02\xfb\xe7\x55\xb2\xbf\x09\x22\x3d\xb7\x02\xac\x9d\x94\xc3\x20\xf3\x80\x77\xcc\x1e\x05\x02\x4b\x20\x0f\xdb\x3e\x5f\x8b\xaa\x7f\xf9\x6b\x44\x3f\xd2\x6b\x1a\x62\x8f\xf9\x0e\xa2\x88\xb9\xf5\x57\xe6\x22\x6a\x7f\xa4\xf6\xb5\x38\x87\x13\x05\xe4\xbf\xf0\x0d\x31\xf7\x23\x83\x5b\x55\x75\xf9\xa6\xa0\xa8\xfb\xb3\x86\xf4\x8f\x4b\x46\x54\x98\x44\x7c\x87\x89\x38\x25\x2e\x1c\x6c\xba\x7c\xdd\xf7\x9c\x40\x1e\xbe\x86\x22\xa8\x85\x6d\x83\xd5\xdf\x0e\xdf\x53\x07\x7b\x76\x08\xa6\x17\x62\xf3\xaa\x36\xf2\x31\xf5\x3c\x0f\xee\x63\xd9\x1e\x09\xea\x4f\xf2\x7d\x55\x91\x60\x1b\x8e\x2e\x24\xd8\x10\xdb\xa1\x4b\x68\xd5\x68\x8d\x8c\xba\x4c\x5e\x7b\xec\x27\x9f\xea\xc9\x76\x6d\xc4\x9c\x6b\x0f\x87\xcc\x09\x7c\xe0\x7e\x38\x5f\xf5\x5d\x08\xd4\x62\xbf\x23\xd7\x04\xee\xf6\xf8\x21\x9c\xfe\x31\x62\x23\xe6\x01\x49\xbd\x8f\xcc\xf9\xf9\x03\x83\x50\x20\xcc\xa9\x6b\xd5\xb5\x1d\x28\xe5\x7c\x64\xde\x75\x05\x80\x79\xf0\x5f\xf3\x44\xed\x77\x1c\x08\x2f\x78\xdd\x34\xcb\x1c\xa4\x20\xc4\xcb\x78\xd7\xcc\xab\x9b\x97\xd5\x09\x87\x4f\x3e\x32\xa8\x4e\xae\xe5\x57\xce\x86\xf5\x4f\x5e\x15\xdc\xa6\x04\xb0\x1a\x28\x60\xf6\x91\xa8\xa4\xf9\x3b\xfd\xbb\xf3\x77\xff\xd4\xc2\xe4\x65\x3e\xbc\xcc\x87\xbf\xc8\x7c\x78\xc6\x65\x74\x2b\xcf\xd7\x1a\x05\xa6\x8c\xf9\xeb\x6f\xfe\x80\x8c\x62\x9b\x38\xc8\xc6\x34\x74\x33\x4a\x30\x44\x8f\x82\x7f\xac\x00\x13\x9b\x22\xfe\xf7\x7b\x1b\x83\xbb\x1c\xc5\x8c\xf9\x19\x85\xe4\xf6\xbe\x8c\xa2\x4b\x08\x83\x88\x95\xe1\x97\x0f\x14\x07\x70\xdd\xd8\x73\x22\xbe\x66\x8b\x7c\x20\xae\xe7\x58\x14\xfb\xc4\x81\x7a\x01\xd4\xb3\x7f\xaa\xbe\x3b\x98\xc0\x0d\x5d\xc7\xcd\xe0\x83\x00\x55\x57\xe7\x15\x5d\xec\x7a\xee\x7b\xc6\xb0\x38\xa3\x27\x76\x03\x9d\x40\xea\xce\x20\x03\x54\x01\x53\xda\xb4\x2c\x72\xdb\xbf\x6f\x90\xfa\xf2\x21\xc0\x2e\xa2\x90\xcb\x15\x51\x61\xe0\x23\xc4\x82\xec\xcf\xf2\x99\x10\x82\xec\xbf\x88\x96\xf5\x32\xb0\xd3\x07\x76\x59\xe8\xe3\x3a\x75\xef\xf4\xf8\xc7\x53\xaa\xf4\x04\x41\x9e\x52\xb5\x3f\x12\xb2\xa1\xf6\xe4\x70\xc8\x86\xba\xc6\xa0\xc3\x4d\xb9\xde\xc8\xc3\x4d\x99\xf1\x88\xca\x9d\xa2\xbd\x61\x95\x3b\x25\xf5\xd8\xca\xcd\xe7\x56\x80\xe5\x99\x71\x90\x9b\xfe\x9d\x26\x18\x72\x97\xae\x7a\x33\x13\xc2\x22\x77\xca\xfe\x09\x03\xbb\xbf\xa4\x93\xee\x49\x27\x3d\xc3\xb3\x88\x8f\xd3\x2a\xd9\x95\x49\x71\x32\xe7\xa2\x61\x90\xfd\xfe\x45\x3d\xf5\x16\xb8\x18\x19\x21\x7d\x93\x4a\x14\x43\xfe\x47\xfb\x1d\xbb\xa7\xc1\x86\x91\x8f\xfe\x3b\xca\xbe\x7c\xf0\x10\x0d\xdf\x39\xe0\xc3\x21\x92\x4b\x3b\xed\xa7\x8f\xa1\xfa\xe0\x8a\x07\x88\x1c\x13\x68\x05\x5b\x4f\x6a\xb5\xa0\xaa\x46\x09\xa2\x6c\x63\xc9\xa2\x16\xdb\x58\x4c\xf9\xf9\x31\xdc\x04\xf7\x94\x7c\xd9\x5a\xcc\x0a\xf8\x27\xf1\xe5\xcb\x96\x20\x47\x79\xfc\x6b\x28\x3e\x7f\xf5\xc1\x98\x6e\xb2\xe7\xcb\xdb\x29\xec\xeb\x46\x38\x13\x4c\xdf\x7a\xbd\xd9\x56\x6a\xb5\xfa\x37\x2a\x16\x28\x5b\x31\xcc\x28\x22\x08\x94\xe5\x10\x39\x96\x73\x80\x5f\x96\x23\xfe\x20\xf1\x80\xc4\x0f\xc4\x7f\x38\x9c\x15\xd8\xca\x62\xd8\xf3\x11\xb1\x02\x88\xb7\x6f\x05\xc8\x81\xec\xf4\xf7\x16\x5b\x11\xfe\xcd\xb3\x5c\x6c\xdb\x96\x63\x05\xd6\x9f\xd8\xfd\xe2\x9b\x23\xd8\x33\x5e\x25\x45\x99\xae\xd3\x55\x54\x26\x52\x87\xc6\x9b\x34\x4e\x4e\xaf\x4a\xfd\x9e\x22\x71\xc5\xb0\xef\x21\x82\x5c\xd8\x95\x21\x17\xf1\x6d\x11\xf6\x5c\x0b\x43\x44\x3a\xe6\x59\xd8\xf6\x10\xc5\x81\x9d\x31\x0c\x29\x36\x43\xb6\xa2\xd8\xa5\x16\xff\x88\x18\x06\x25\x26\x44\x36\x76\x6c\xcb\xc1\xbe\x0b\x19\x4d\x2d\x07\xdb\xa1\xe5\x59\x3e\x76\x2d\x4a\xc5\x3f\xd8\x81\x54\x9e\xbe\x83\x99\x6b\xd9\x38\x0c\xb0\x9f\x31\x4c\x39\x0c\xea\x5d\x83\x73\x3f\x84\x9e\x16\x81\xba\x10\xdf\xfc\x21\xff\xcb\x07\xb8\xe6\xc0\x4b\xb2\x80\xa3\x18\x60\xc7\xc3\x8e\xf7\x13\x5c\x73\x92\xb7\x9d\x9c\xca\x51\x87\xb3\x09\x24\x54\xe5\xcd\x23\xb8\xc3\x85\xc4\x95\x2f\xbe\xdf\x73\x85\xa3\x8e\x6d\x61\x28\x00\xc9\x35\x32\xec\x30\xec\xb0\xf7\x34\xe4\xd5\x18\x9c\x18\x30\x22\x73\xb2\xfa\xc8\x46\xa2\xf9\x2f\x1f\x7c\xec\xda\x28\xc4\x41\x06\x80\xf8\x5f\x2b\x0b\x13\x17\xb2\x26\x93\x00\x92\x5b\x90\x00\x7b\xb0\xc9\xc4\x9e\x07\xac\x86\x6c\xf8\x83\x19\xdf\xa1\x62\xc7\xb1\x30\xb1\x81\xb4\x44\x07\xe3\xf9\x9c\xff\x28\x76\x28\x76\x6d\x8b\x61\x26\xfe\xe1\xe3\x62\xb9\xfc\xd9\xb1\x5c\xcb\x45\xc4\xc2\x7e\x88\xf9\xee\xdb\xb5\x65\xc1\x2f\x5b\x07\x52\x18\xfb\x41\xc6\x55\x56\xd0\x8b\x31\x81\x24\xbe\x32\xc5\xb4\x05\x3c\x6f\xf3\x3f\x99\x85\xa9\x8f\x09\x1d\xf5\x17\x2a\x92\xfb\x24\xca\x50\xba\xdb\xdf\x95\x17\xb0\xc1\x4d\xe2\x37\x7c\x5f\xf1\x8d\x4b\xdd\x17\x66\x7f\x61\xf6\x6f\x76\x05\x7c\x61\xde\x17\xe6\x1d\xd1\x46\x0e\x9b\xfc\xe1\x9b\xd6\x46\x1c\xec\x5e\xfb\xfc\x6f\xce\xad\x70\x79\x92\x0e\xb1\xca\x21\xc4\xcc\xb7\x6c\x4c\x29\x12\xac\xbb\xea\x61\xe9\x2f\xc2\xb9\x60\xd5\x1d\xaa\x83\xf8\x81\xf8\xa8\x35\x13\xcb\x12\x3f\xf8\x3b\xbe\x85\x0b\x56\x30\x40\x48\xd8\x8e\xf9\x20\x21\xfb\xa0\xb0\x8d\x6d\x89\x07\xcb\x56\xc6\x70\x60\xec\x2e\x8a\x3c\x2f\x9f\x2c\xeb\x61\x93\x96\xc9\xc5\x77\xeb\xf5\xfa\xd2\xb2\xe2\x64\x95\x17\xd6\x4d\x5e\xc4\x49\x61\x51\x42\x2e\xe8\xfe\x11\x1d\xf2\x2c\x8d\xeb\x8f\x45\x14\xa7\x77\x07\x8b\x11\x02\x9e\x5b\x96\x75\x5b\x44\x9f\x2d\x97\x90\x8b\xef\xbc\xb5\xef\x05\xac\x2e\x99\x64\xc9\x7d\x04\xa6\x5f\x8f\x90\x0b\xbe\xed\xdc\x3f\x22\x77\xff\x88\x2c\x7f\xff\x88\x8a\xdb\x9b\xe8\x07\x72\x8e\xe4\x7f\x98\x04\x67\xe7\x04\x51\xde\x20\x25\xbc\x90\x6d\x28\x44\xcf\x2e\x2d\xeb\xa6\x88\x76\xb1\x45\x5c\x72\xf1\xdd\x3a\x4c\x6e\xd6\xac\x7e\xc7\xdb\xf9\x2e\x4c\x18\x75\xc3\xfa\x5d\xc0\xdf\xb9\x11\x75\x6c\xe7\xd2\xb2\xca\xcf\xfb\x5c\xa6\x0c\x16\x38\x0b\xe7\xfc\x06\xe7\xa2\xc8\x0b\xf1\x65\xe5\xdb\x8e\xe3\x56\x75\x56\xf9\xae\x2c\xa2\x43\x69\x85\x61\x78\xf1\x1d\x21\xa4\xfa\xd0\x60\x73\x1f\x15\x3f\x28\xd8\x9d\xe9\x25\x38\x6e\x6a\x09\x8f\x40\x09\x49\xf1\xa1\x22\x87\x87\xa8\x5c\x6d\x66\x94\x09\x5a\x65\x02\x42\xce\x9e\xbf\xcb\xf2\xdb\x74\x27\x6f\x79\xbc\x89\xd3\x7b\xb4\xce\xf3\x32\x29\xaa\x9c\x7d\xeb\x7c\x75\x77\x38\x1f\x2b\xb5\xc9\xef\x93\xc2\x60\xdc\x5f\xa7\x49\x16\x1f\x92\xf2\x80\x70\x73\x44\x70\xb8\xd2\x60\xcf\xad\x25\xdb\x82\x44\xe4\x60\xc9\x4f\xa4\x0d\xa1\x82\x67\xf8\xd2\x5b\x47\xb8\x9a\xeb\xf8\x8c\x94\x92\xb0\xb6\x79\x1c\x65\x56\x9c\x46\x59\x7e\x8b\x84\x55\x3e\xce\x57\x77\xdb\x64\x57\x7e\x42\x71\x8c\xa2\x0a\xdc\x78\xc1\x29\x10\xf7\x13\x01\xee\x1b\x78\xdd\x03\x0f\xe5\x7c\x43\x1f\xdf\x69\x65\x05\x5c\x20\x86\x50\xc6\x05\x0e\x12\x46\xf7\xbd\x28\x0f\x27\x08\x0a\x41\x9a\x67\xe5\xfb\x5e\xff\x5c\xf7\xe2\x09\xae\xc3\xc0\x6c\x00\x99\x71\x71\xb7\x8b\x93\x22\x4b\x77\xc9\x18\xe7\xce\xe5\x2b\xd3\xb8\xbf\x36\x32\x13\x97\x13\xf7\xc9\xd7\xe0\xc0\x51\xde\xeb\x6f\xfa\x2b\x32\xf2\x38\xc7\x4d\xe3\x9f\x2e\x87\x18\x78\x46\xf6\x70\x31\x93\x29\xec\x25\x41\x4d\xe5\xbf\x86\xf3\xd4\x8a\xbd\x8c\xb9\xca\xb3\xbc\xa8\x16\x8a\x3f\x8c\x19\x75\xee\xf9\x23\x87\xb2\x35\x02\x7b\x14\x3d\xad\xee\x8a\x43\x5e\x5c\xec\x73\xde\xeb\xe2\x52\xd1\xfa\x04\xf1\xca\x22\xda\x1d\xf6\x51\x91\xec\xca\xd1\x75\xa8\xe2\xfc\x99\x8b\xc5\xc0\x5c\x9d\x38\x97\xaa\x62\xe3\x62\x7c\x52\x49\x85\xbf\xa6\x09\xdd\xde\x09\xd1\x61\xef\x36\xdb\x8a\xe7\xa7\xfc\xae\xe4\xf2\xf2\x82\x3c\xc3\x17\x79\x4c\xde\x9c\x1c\x83\x09\x1b\xe5\x19\xca\x52\x3e\x66\x82\xad\xa5\xce\xd6\x96\xbe\x5c\xc5\x9e\x02\xc6\x34\x47\x3a\xc0\x1a\x51\x3e\x05\x62\xb5\x77\x58\x80\xd2\x55\x96\x3e\x81\x25\xff\x50\x7e\xce\x12\x71\x02\xce\xab\x5d\xc6\xe9\x61\x9f\x45\x9f\x2f\xd2\x1d\x47\xc3\x5a\x67\xc9\xe3\x38\x2e\xda\x9b\xc8\xb4\xa7\xd1\x69\xb8\x8d\x0a\xce\xd9\x05\xb8\x92\x73\xdd\xb8\xd5\xea\x4d\x96\xaf\x7e\x9d\xd0\x6c\xe7\xd4\x41\x69\x9c\xab\xa1\xc9\xae\xbc\x78\xf5\xe3\xab\xcb\x81\xd6\x83\xbe\xd6\x71\xb4\xdf\x5b\x7c\x67\x75\x25\x66\x5e\xb1\x95\xec\xf7\x0b\x27\xd6\x5b\xf1\xfb\x93\x64\xbf\x24\x4b\x4a\xd3\x4c\x94\xfa\xf3\x43\x54\xec\x2c\x98\x03\xd5\xde\x2f\x8e\x76\xb7\x49\x91\xb7\x96\x24\x71\xcd\xef\x1c\xa7\x3b\xde\x5e\x12\xcb\xfa\x8d\xb4\xdb\x26\xbb\x3b\x6b\x1f\xed\x92\x4c\xce\x22\xfe\x22\x2d\x93\xed\x27\x3e\xc7\x8a\xc4\xaa\xae\x0d\xf2\xf7\x57\x02\x53\xb0\x08\xde\xe4\x8f\x9f\xde\x00\x74\x10\x24\x9d\xca\x79\x1a\xaf\xaa\xbb\x86\x95\xe8\x5c\x0a\xcb\x78\x75\xf1\xf5\xf9\xd8\xe5\xc6\xd7\xe7\xf8\x21\x2d\x37\x7c\xff\xb0\x4e\x8b\x2d\xb0\x32\xd2\xe8\x1b\x89\xa7\x55\x91\x44\x65\x72\x2e\x29\xb9\xca\xf7\x9f\xad\x9b\x72\x57\x3d\x8b\x22\xd1\x6e\x95\x64\xda\xab\xc3\xdd\xcd\x36\x2d\xcf\xd5\x31\x2c\x92\x43\x52\x7e\xd2\x5e\x89\x52\x9f\xce\xab\x6b\x11\x62\x00\x0e\xa6\xa1\x17\xee\x31\x55\xf3\x67\xe7\x65\x74\x93\x25\x78\x13\x1d\xac\xaa\x52\x59\x5c\x55\x00\x66\xd0\x4f\xc0\x01\x52\x88\x23\xb4\x85\x80\xda\x6b\x0d\x6c\x5f\xad\xc3\x3e\x5a\xf1\xa9\xfe\x50\x44\x7b\xb3\x2c\x9b\xcf\xf8\x17\x71\x7a\xe0\x48\xc7\x8b\x66\x80\x52\xbb\x33\x15\x94\x6f\xe6\x39\xa1\x14\xe8\x9f\x1b\x6a\xa1\xe5\x93\x44\x81\xd2\x9d\x2d\xca\xc7\xa3\xa1\x9b\xaf\xfe\x36\xdf\x87\x67\x49\x53\x50\x9b\x2e\xcd\xeb\xd6\xbc\xe9\x7c\x50\x26\x90\xf9\x9b\x98\x23\xed\x6f\xea\x94\x32\x7f\x93\x73\xab\xf9\x38\x65\x92\x55\x85\xbf\xd2\x6c\x6b\x90\x39\xd5\xb4\xab\x21\x56\xf3\x2f\x4e\xd6\xd1\x5d\x56\x5e\xde\xe4\x8f\xd6\x61\x13\xc5\xf9\x83\x98\x67\xed\x71\x18\x5b\x35\xff\xd0\x15\xc9\xb4\x3e\x2c\x91\xd6\x7f\x94\x74\x7e\x92\x96\x3a\x79\x7d\x72\xff\x78\x29\x5f\x08\x23\xdd\x05\x83\x37\xf5\x00\x11\xb0\xbe\xd1\xfd\x23\xb2\x58\x63\x5c\xe3\x7f\x30\x65\x67\xed\xa1\x7b\xda\xa6\x3b\xab\xba\x8d\xe9\xef\x1f\x2f\x75\x25\x6f\x50\xc9\x6f\x73\x81\xd8\x58\xb5\xdf\x82\xee\x28\xd4\x9d\x8a\xbd\xce\xc4\xa3\xd0\x68\xcf\x9e\x46\x9a\xfc\x6e\xed\xaf\x83\x75\xd4\x69\x4e\x00\xee\x67\x3d\xb9\x97\x6b\x57\x93\x7a\x74\xb7\x7c\xbc\x4a\x48\xe2\x3d\x0f\x4a\xc8\x71\x39\x63\x96\x25\x47\x88\x8b\x5a\x87\x67\x5e\xe0\xdb\x46\xf4\xe4\x56\xc1\x80\x9c\xf6\x45\x43\x4d\x7e\x99\x82\x98\x28\xda\xe1\xca\x1e\x02\x56\x1c\x64\xfb\x76\xe4\xb0\x8a\x57\xe5\x4b\x97\xb9\xbe\x47\x9f\xff\x00\x2d\x71\x61\xbd\x3f\x9f\x66\x04\x84\x14\x86\x5f\x30\xca\x87\x84\x9c\x75\x27\x8d\x52\x80\x10\x72\xd6\x47\xf1\xca\xb6\xd4\xf3\xb5\xb2\x29\xf5\xab\x27\x95\x11\xb3\xbf\x44\x6d\x97\x5a\xae\xbd\xd4\x96\xd2\xe5\x20\x24\x16\xc7\x21\x70\x54\xdb\xa7\x5a\xf5\x05\x2e\xa7\x82\xa6\xe2\x76\x02\x05\x42\x45\xee\x04\xe0\x84\xdd\x61\x90\xb9\x5d\x32\x25\xf6\x8c\x88\xb9\x54\xe6\xfb\x0b\xf2\xbf\xa4\xdb\x7d\x5e\x94\xd1\xae\xfc\xd3\x69\x25\xff\x9c\xbb\xcf\xa7\x4e\xc4\x88\x05\x03\x83\xf0\xbe\xc8\x6f\x8b\xe4\x20\xee\x3a\x94\x49\xb1\x4d\x77\xd1\xc2\x01\xeb\x07\xd6\x19\xc8\xfe\xa2\xdd\x01\xee\x2f\x6b\x1e\xd6\xfe\xf2\xc3\xc3\xdd\x5b\x4f\x63\x83\xde\x52\x2d\xf6\x18\x2b\xa7\xb0\xcd\xa4\xa2\x82\x51\x46\x8a\xaa\x6c\x36\xa9\xa8\x64\xbf\xde\xb2\xf3\xd9\xb2\x0f\x54\xc3\xae\xd1\xcd\x21\xcf\xee\x4a\x11\xe0\xc4\x25\xdf\x5f\x66\xc9\xba\x84\x1f\xd2\x4c\x07\xcf\x16\xe5\x0a\xba\x7c\xc3\x4b\xc2\x8b\x63\x4c\x15\x0d\x66\x6f\x5e\x1f\x67\xb6\xd0\x21\xf5\x9b\x30\xf4\x72\x03\x0a\xb2\x5e\x70\xd8\x1a\xa0\x97\x9d\x68\x19\xd0\x2a\x99\xad\x04\x5a\x91\x3e\x8b\x81\xa9\x90\x49\xab\xef\x2d\xd7\xb2\x24\x18\xca\x19\x77\x02\xbd\xe5\xda\x16\x06\xad\xe0\x11\xdb\x07\x15\xce\xd3\x7d\x7a\x48\x6f\x52\x08\x2e\xbc\x49\xe3\x38\xd9\x2d\x61\x43\x60\x93\x65\x7c\x27\xab\x76\x19\x4d\x7e\x30\x70\x96\xfc\x62\x66\x25\xf9\x71\x84\x77\x44\x29\x9d\x59\xc4\xbb\x36\x77\x68\x6f\x55\x76\xe8\x7e\x90\xe3\xaf\x7e\xd0\x06\xbc\xfb\xa1\x1a\x61\xf1\x65\xca\x90\x42\xc9\xce\x6a\x19\xc5\x71\xba\xbb\x95\x67\x00\x8a\x3a\x73\x59\x7d\x01\xb1\x43\x83\xfd\xa3\xf2\x4d\x3b\x38\x70\x97\xc9\x1f\x81\x4e\xff\xdd\xcf\xa9\x0c\xd0\x80\xe8\x61\x84\xa6\x40\x1f\x43\x34\x25\x06\x18\xa3\x29\x34\x85\x41\xea\xd2\x06\x46\xa9\xbf\x19\x19\xa6\xfd\xb5\xc3\x38\xc6\x02\x2a\x03\xb5\x0a\x74\x19\xc9\x58\x40\x63\xa8\xe6\x12\xe8\x42\xc6\xaa\x2d\x29\x82\x7d\x96\xb1\x08\xd8\x75\x00\xfa\xd9\x32\x06\xd1\x00\x74\xd9\x43\xfb\x6c\x60\x0e\xed\xbb\x99\x35\xb4\x22\x23\x8c\xa1\x96\xd5\xd9\x42\xfd\xd2\x66\x0a\xc3\x37\x95\x25\xfa\x3e\x4b\x86\xe8\x7e\xd6\xd8\xa1\xef\x73\xc5\x0c\xea\xf7\xa9\x4a\x8f\x2c\xdf\x96\x34\x86\xf3\x54\x71\xec\x12\x65\xe9\xed\xee\x42\x5c\x9c\xbc\xfc\xbf\xef\x0e\x65\xba\xfe\x6c\x55\x87\x96\xf2\x35\x94\xb1\xf8\x36\xee\x50\xbd\x92\xf2\xe9\x62\x15\x65\xab\x1f\xb0\x9b\x6c\x91\x85\xe8\xfe\xf1\x0c\xc1\x0b\x86\x59\xfd\xe6\x72\x9b\xee\x2a\x7b\x27\x21\x47\xb0\x22\x5c\x93\x16\xe7\xab\x47\xf0\xa3\x06\xa5\x87\x29\xb5\x32\x7d\x9c\xa9\x15\x1a\x60\x4f\xad\xdc\x14\x1e\x55\x2b\x18\x18\x55\xfd\x6c\xe4\x56\x43\x81\x0e\xcb\xf6\x95\x51\xf9\xb6\x5b\xa6\xcb\xbc\x7d\x65\x34\x0e\x56\x0b\x4d\x66\x63\xa5\x52\x9b\x97\xdb\x07\xe7\x0a\x47\xb5\xc1\x47\xe7\xfd\xdf\x44\x73\xf5\x1a\xcc\xd5\x79\xc1\xcd\x4e\xcd\xbb\x86\x05\xf9\x26\x2f\xcb\x7c\x3b\x50\xb2\x63\xa4\x06\x26\xab\x9a\xe1\xeb\x75\xdf\x52\x4e\xb4\x9d\x05\x5f\xd8\x07\xa4\x51\x2d\xe2\xdb\x4e\x0c\x2f\x06\xd9\xe5\x06\xd9\x6a\x90\x70\x98\x6c\x11\x4d\xb6\x06\x11\x69\x72\xd2\x10\x47\x36\xe9\x17\x5e\x55\xda\xc8\x6f\xf2\xc7\x51\x53\xd6\xeb\x27\x79\x58\x63\x6b\x4c\xf1\x8c\x2b\x54\xad\xdb\x22\xbf\xdb\x8b\xd2\xed\x63\x74\x6d\xd8\x29\xd9\x3f\x1a\x0e\xd6\x3b\x90\x0e\xfb\x68\xd7\x5e\x0a\x44\x0f\xd4\x5d\x2e\x40\x6b\xa4\xb6\x0b\x42\x7b\x94\x3f\x26\xb0\xd0\x6f\x62\x26\x47\xbb\x94\x0b\xbf\xdd\xad\x98\xd9\xd0\xbd\xb3\x61\x26\x1a\xfe\x3a\x0c\x17\x46\x41\x78\xaf\x89\xcb\x69\xf3\xf8\x6e\x5e\xe9\x41\x54\xe6\xf1\xe9\xcc\xe2\x43\x2d\xd7\x63\x2e\x3c\x2b\xc6\x07\x4a\x1a\x36\x27\x94\x99\x47\x1d\xb5\xce\xe4\x8e\x99\xf8\xdf\xa0\x45\x88\xfe\x8b\xf8\xfc\xd6\x4d\x54\x9c\xc9\xe9\x5d\x44\x71\x9a\x03\xff\x7f\xaa\x0c\xb6\xcb\xeb\x22\x2e\x11\xa2\x22\x89\x8e\x01\x72\x95\x6c\x8f\xaa\xce\xa7\xf1\x88\x33\xa3\xe0\xfa\x7d\x74\x38\x3c\xe4\x45\x3c\xab\xb0\xd2\xc5\x19\xb5\xa0\x4f\x73\xca\x4f\xee\x84\x90\x99\x33\x8a\xce\xeb\x80\xa8\x33\x15\x7d\x59\x7a\x32\xf2\x1c\x95\xc9\x05\xe7\x21\xce\x0b\x4f\x45\x1b\xca\x4e\x40\xba\x77\xc6\x2c\xa9\x35\xb5\x3b\x43\xb3\x64\x51\xc5\x09\x1d\x55\xb6\x1d\x6f\x44\x3b\x23\x22\xb1\xba\xd1\xfc\x9b\xb6\xb6\xa8\x9b\x03\xc3\x61\x50\x9b\x0c\x9d\x6f\xd0\xc7\xee\x5b\xd1\x81\xf9\xe8\x28\x4b\x9d\xbe\xee\x35\x28\x28\x6f\xa1\x71\xf5\x19\x9a\x05\x77\xd7\x96\xf8\x30\xbc\x6b\x40\x1a\x3e\x72\xc8\xa6\xd7\xed\x06\xe4\xd4\xee\xbc\x31\x02\x6f\x26\x6a\xf7\x65\x1b\x30\x4c\xbb\xd6\xb3\x11\x68\x35\x89\xda\xaf\x1a\x80\x2d\x4e\x81\x40\x59\x0b\x96\x3e\xe3\x80\xcd\x5b\x08\x4d\x20\xea\x95\xbd\xcf\x5b\x78\xfa\xca\x26\x5a\xab\xc6\xea\xd3\x51\xab\xa4\x80\xc5\x29\x79\x1c\x9c\x45\x4b\x51\xb7\x27\xf3\x2b\x4b\xd4\xbf\xda\xb2\x29\xf9\x7c\x09\xa6\x5a\xd5\xe9\x78\x2e\x59\x1b\x61\xda\x2c\xc1\x51\xa9\x38\x1d\xc3\x39\x4b\xe0\x64\x26\x3e\x02\xca\x14\xcc\xc7\x19\xb7\xbb\x1e\x74\x70\xec\x2b\x22\x11\x18\x5a\x51\x54\x21\xdf\x81\xdb\xfd\x28\x21\x1a\x97\x06\x93\x90\x6f\x83\xec\x2f\x23\x20\x4f\x5d\x28\x7a\xd8\xbf\xaf\x44\x07\xf8\xc0\x32\x61\xe4\x59\xf3\xf7\x0e\x58\x8d\x03\x9f\xac\x6d\xfe\xc5\x8a\xf6\xfb\x24\x2a\xa2\xdd\x4a\x5e\x4c\xa9\x62\x98\xb4\xdf\x2b\x5e\x9b\xe9\xee\x90\x94\x88\x20\x7b\xff\x88\xda\x6e\x9b\xc4\x3b\x33\xba\x7c\xf2\x37\xca\xdd\xed\xe6\x66\xd0\x09\x25\xba\xe2\xbb\x7d\x42\xa0\x45\x12\xc5\x56\xbe\xcb\x3e\x9f\x6a\xc1\x38\x25\x9a\x02\xe0\x69\x50\xac\xf8\xe2\x34\xf8\xd5\xd0\x14\xe4\x8e\x58\xe3\xb4\xbb\x05\xcb\xa1\x1c\x85\x4c\x7b\xf4\x96\x42\x58\x88\x84\x61\x7c\x16\x55\x9f\xd7\xbc\x59\x92\xcd\xc3\xa1\x07\xc6\x11\x88\x2c\x18\x0a\x43\xfd\x45\x08\x2c\x1b\x86\x76\xe5\x79\x4d\x9b\x64\xfe\xbc\xf6\x8d\x10\x16\x23\xb1\x80\xfc\x9d\xda\x0b\x1a\x5f\x46\x7a\xbd\xea\xd4\x66\xe7\xaf\x39\x27\x01\x77\x1a\xf4\x66\x8d\xcf\xcc\x15\xe6\x28\x75\xf1\x58\x9c\x4c\xc3\x38\xaa\x80\xf6\xdc\x28\x1b\x1d\x80\x41\xb5\x75\x02\xd0\x0e\xe9\xfa\x15\xdd\x41\x68\xa6\x4e\x0f\xe8\xc5\x0a\xac\xa1\x52\x83\xc0\xda\x5d\xec\x2b\xd1\x03\xc4\xd0\x2d\xe3\xe7\xa6\xfa\x04\xe5\xbc\x01\x36\xa5\xf0\x14\xd0\xad\x5e\x8e\x15\x1c\x06\xd9\xed\xf3\x60\x29\x23\xb0\xb1\xc5\x76\xbc\xe8\x38\xd8\xfe\x4e\x0f\xae\x90\xfd\x9b\x93\x21\x58\xc3\xdd\x1d\x5e\xd6\xc6\x0a\x8e\x81\xec\xef\xe8\xc0\x5a\xd4\xb7\x59\xea\x87\x63\xe8\x62\xa7\xd2\x1b\x7c\x9d\xc7\xc9\x87\xb4\x28\xf2\xa2\x3a\xe8\xd9\xe5\xa5\x15\x65\x59\xfe\x90\xc4\x27\xdd\x04\x5d\xec\xb3\x68\x95\x6c\xf2\x2c\x4e\x8a\x93\xed\x30\x4e\x06\xb4\x26\xcd\xa9\x20\xce\x3d\x97\x19\xa1\xd7\x52\x9d\x7e\x39\x94\x1e\x8a\x7c\x85\xa3\xa9\x1e\x91\x31\xbb\x5d\x83\x9c\x58\x0a\x63\x79\xe7\xe7\x1d\x6b\x19\x05\xc8\xec\x36\x3b\x72\x63\x19\x84\xe5\x9d\x9e\x76\x24\xb6\x4c\x52\x1c\xad\x23\x9e\x00\xdc\x12\xca\x2c\x96\x0b\xdd\x23\xb2\xb1\xc2\x55\xc0\x9f\xab\xfd\x14\x4d\x52\xef\xc3\xb0\x92\x38\x56\xb6\x87\x30\xe6\xf3\xb6\x21\xad\x4f\xaf\xdf\xa7\xd6\xf5\x97\xea\x41\xa4\xd4\x4f\xdd\xa6\x28\x68\x1a\x80\x31\xd5\x6b\xb4\xb0\x19\xaf\xf1\xa3\xbb\x29\x32\x71\x58\x45\x1a\x29\x3a\x8a\x98\xf1\xd8\x6f\x5c\x5e\x0d\xa9\x33\x83\x05\x47\x11\xd2\x8e\x0c\x5b\x93\xa4\x79\xd7\xcc\x85\xea\xd2\x77\x90\x84\x5e\x64\x1f\xa3\xcb\x5c\x25\xdb\xab\x55\x1e\x8f\x05\xb2\xea\x0c\xe8\xf4\x4a\x35\xb1\xa7\x57\x91\xe4\x98\x52\xe1\xb8\x6e\xe9\xa4\x96\x35\x4c\x33\x5c\x7e\xd2\xe7\x9c\x78\x69\x66\xf8\xce\xb7\x16\x19\xba\x83\xaf\xbc\x37\xa0\xf5\xd4\xb1\xf0\x3f\xc3\x31\x31\xc4\x2a\xbd\x12\x3e\x68\xca\x8b\xfa\xc0\x41\xbb\x5f\x2f\x2e\xc6\xb6\x82\x9c\x9e\xcb\x20\xa7\x67\x83\x37\x5f\x5f\xce\x7c\x5f\xce\x7c\x4d\x32\xf6\xe5\xcc\xf7\xe5\xcc\xf7\xe5\xcc\x77\xf0\xcc\x57\x0f\xd1\xa7\x07\x3c\xb9\x89\x56\x74\xb5\x3a\xa9\x31\x42\x86\xb2\x38\x91\x15\xe2\x78\x68\xb5\xf2\x33\x25\x02\xed\x88\x02\xbb\x18\x84\xd6\x99\x45\xa6\x82\xe9\x75\x7b\xf4\xdb\x85\x00\xe6\x62\xde\xd6\x81\xa7\xd7\x34\x2a\xc0\x8b\xaa\xcf\xc5\x59\x57\x92\xa7\xd4\x9b\x39\x19\x8e\xde\x68\x1f\x03\xa7\xdd\xb1\xf1\x6d\xec\x48\x41\x0d\xa5\x81\x8d\xab\x2c\x31\xb4\x37\xed\x2d\xa2\xb5\x61\xdc\x8d\x2a\xf1\x94\x27\xcd\xda\xb1\xfd\x66\x7f\xa9\xfe\x26\x07\xa7\xda\xf0\x1e\xb2\xaf\x4c\x7f\x63\x03\xf3\x63\x68\x67\x68\x2e\xa1\x37\xa3\xab\xe9\xfd\x51\xf1\x96\xaf\x0a\x32\x44\xd1\x89\x56\x85\xe3\xa1\xd5\xfd\x9f\x12\xe6\x7e\x84\xbf\x16\x83\xd0\x3a\xb3\x68\x55\x98\x5e\xb7\x87\x55\x17\x02\x98\x8b\x79\x9b\xb9\xa7\xd7\x34\x72\xfd\xa2\xea\x73\x71\xd6\xe7\xc9\x94\x7a\x33\x27\xc3\xd1\xab\xc2\x31\x70\xda\x1d\x1b\x5f\x15\x46\x0a\x6a\x28\x0d\xac\x0a\xb2\xc4\xd0\xaa\xd0\x5b\x44\x6b\xc3\xb8\x2a\x28\xd1\xf3\x27\xcd\xda\xb1\x55\xa1\xbf\x54\x7f\x93\x83\x53\x6d\x78\x55\xe8\x2b\xd3\xdf\xd8\xc0\xfc\x18\x5a\x15\xcc\x25\xf4\x66\x4c\xc6\x9b\x56\xee\x9a\x73\x19\xc6\xf2\xec\x28\x1b\xe0\xec\xcb\x5f\x73\x6f\x5a\xcd\xbb\xdc\x74\xc4\xad\x22\x59\xb5\xef\xfa\x8b\xc2\xb2\xbd\x37\x53\x7a\x6e\x94\x18\xef\x83\x88\x97\xcd\xfd\x8d\xa7\xce\x50\xa9\x29\x83\xce\xd3\xdd\x26\x29\xd2\xf2\xa8\xc1\x1a\x4d\xeb\xd0\x9a\x26\xb3\xec\x48\x33\xcc\x39\x4b\x2d\x2b\x46\x53\x46\xcb\x02\x61\x36\x22\x98\x76\xfe\xdd\x2d\x7b\xd4\xba\x8c\xfc\x62\x1c\xff\x67\x30\x8e\x0f\x07\x9b\x55\xe6\x63\x9d\x30\xab\x9e\x8c\x53\x73\x24\xfc\x09\x2c\xe0\x7f\x5a\xe3\xf5\xef\x6f\x86\xfe\xbd\x4c\xca\xbf\xa3\x81\xf8\x78\x0b\xef\x80\x4e\xd7\x6f\xc5\x3d\xb1\xbd\xf6\x58\x93\xec\x5c\xbb\xab\x31\x0c\x51\x3b\xe8\x10\x7f\x69\x1d\xca\xa8\x28\x2f\xb7\xd1\x63\x13\x3a\xe8\xfb\x4b\xe5\xa7\x8c\x9c\x41\xea\x40\x44\xd4\xdf\x3f\x22\x6a\x1b\xe3\x0b\x7d\xed\xb3\xa7\x25\xa7\x40\xf3\xcf\x64\x8e\x3c\x25\x19\x3a\x9d\x30\x9f\x2d\x0c\x9e\x12\x0c\x58\xf8\x7b\x2d\xf4\xb5\x95\xbd\x48\x0e\xe9\x97\xe4\xe2\x3e\x29\xca\x74\x15\x65\xed\x71\xd6\x22\x46\x89\x47\x39\xde\x3e\xd9\x3f\xd6\x43\xee\x1d\x35\xe2\xc7\x48\xfa\xf3\x56\x60\x95\x59\xec\x32\x83\x4b\x26\x33\xc7\x5c\x9e\x58\xc6\x43\x53\x74\x90\x78\x52\x29\xb8\xf8\x6c\xbc\x3e\xaf\x30\xe0\xd8\x55\xf4\xee\xed\xf1\xb2\xbe\xf6\x5d\xe1\xd2\x3c\x40\x93\x55\xb4\x24\x19\xc5\x89\x62\x27\xd9\xbe\xec\xc6\xfe\x14\xbb\x31\x7d\x64\xb0\x7d\xe4\xc0\xcc\x0d\x47\x32\x2f\xfe\xc7\x9c\xb0\x1b\x8b\xc3\x58\xcc\xf6\xd0\x1b\x75\x77\xeb\x8b\xcb\x60\x8c\xa9\x60\x88\x8a\x60\xf6\x7a\x7a\x52\xc2\x96\x99\xc3\x21\xcf\x9b\x4f\xe3\xde\x86\x06\xb6\x9b\x5a\x49\x61\xc9\xa9\x55\x6a\x76\x1d\xaf\x30\xda\x2d\xf3\xf4\x7a\x63\x8a\xc4\xf1\x66\x20\x88\xc6\x9b\xde\x28\x18\x6f\x7a\x82\x59\xe8\xb1\x2b\x5a\xa3\x66\x61\x37\xd9\x5e\xb6\x66\xa0\x7b\xf4\x0c\x7c\xd9\x8f\x7f\x0b\xfb\xf1\x4a\x9d\x22\xc8\xd1\x1d\xd5\x0e\x65\x91\xef\x6e\x9f\xd6\xf9\x4e\xe6\x67\xbc\xd8\xe5\xc5\x36\xca\x2e\xe1\xcd\x83\xd0\xc8\x1c\x42\xaa\x2c\x31\x32\xff\x76\x27\x05\x80\x1e\xcc\x98\x11\x53\x2b\x75\x38\x43\xd1\x1a\xd7\x0e\xa9\xc3\x75\xbd\xe1\x00\xed\x7a\xc8\x44\x88\x05\x29\x23\x83\x46\x77\xe5\xc6\xda\x26\xe5\x26\x8f\x21\xad\x64\x1d\x32\x34\x79\x2c\x93\x62\x17\x65\xd6\x21\xbf\x2b\x56\xcd\xfb\x4d\x12\x65\xe5\xc6\x02\xc5\xce\xca\xd2\x43\x89\xb0\xf6\x2a\xbf\x2b\xf7\x77\x25\x8a\x63\xc4\x27\x6b\x27\xfe\x28\xd4\x28\x63\x24\xba\x63\x28\xd0\xa4\x40\x15\x65\x7b\x0b\x36\xb9\x47\x51\x96\x56\xe9\x06\xc4\x22\x2c\xcb\xfe\x9a\xee\xe2\x73\x1c\xa7\x87\x55\x7e\x9f\x14\x9f\xad\xd5\x06\xc6\xbc\xc8\xef\xca\xc4\x5a\x45\x45\x5c\xc5\xba\xbc\xcb\x50\x96\x9e\xe3\x0c\x9e\x4c\x59\x4d\x65\xf2\x4a\x25\xb9\xe9\xd9\xb9\x60\xe5\x9b\x68\xb7\x4b\x8a\x4f\x4a\xc6\xcb\x7c\x0d\x84\x44\x38\x3d\x58\x59\xbe\x8a\x32\x40\x4a\x04\xea\x94\xdf\xce\x37\xe5\x36\xfb\x25\x8e\xca\xc8\x02\x64\xfe\xeb\xed\xab\x78\x85\xa3\x55\x26\xe2\xee\x3f\xbe\xfa\x84\x80\x0d\x1b\x3a\x81\x48\xda\xe7\x59\xba\xfa\x6c\xed\xf2\x38\xb1\xd2\x98\x93\xa1\xfc\xac\x7d\x39\x24\xc5\x7d\xba\x6a\x3e\x76\x1d\x2c\x4d\x09\x43\x0d\x9c\x68\x88\x64\x6b\x0c\x9b\x68\xe6\xa1\x4e\xbc\xec\x16\x2f\x75\xbe\xcf\xe1\xa9\x81\x60\xdc\x3a\x6f\x0d\x14\x34\xf3\xd8\x40\x85\x5e\x5e\xeb\xd4\xe1\x3c\xd7\xbc\x9c\xca\x7b\x4d\x0d\xc1\x83\xcd\xf3\x24\x5e\xac\x8b\x1f\xc1\x93\x4d\x30\xed\x99\xbc\x59\x57\xec\xe5\x51\x63\x89\x36\xaf\xf6\x06\x6a\xbd\x6c\x44\x1d\x0e\xf8\x5a\xbb\x54\x72\x09\x71\xf0\xfb\x4d\xf2\x85\x73\xb6\x59\x67\x54\x39\x3d\x2e\x20\x27\xcb\xb9\xb9\x03\x5c\x63\x44\xf7\x8f\xc8\x35\xe2\x34\x2a\xd5\x7b\x27\x50\x0d\xdc\xd9\x3f\x8a\x0e\x4f\x8c\xb0\x7b\xf5\x7a\x4a\x3c\xdd\xab\xd7\x4b\xa2\xe7\xd6\xb5\xe6\xc5\xca\xbd\x7a\xdd\x89\xbe\x39\xb5\x33\x32\x5d\xd3\xa4\x2e\x55\x65\x97\x74\x4c\xaf\x3b\xb3\x7b\x55\x4e\x29\x69\x73\xf2\xf6\x8f\x95\x7d\x11\x7e\x1b\x72\x1a\x75\xba\xaf\x77\x70\xb8\x0b\x23\x48\x9a\x72\x28\x4d\x24\xf7\x14\x32\x2f\x21\xef\x22\xb2\xb6\x43\xd3\xcd\x88\x30\x3d\x35\xa2\xf4\xd2\x08\xd2\x8b\x23\x46\x57\x2c\x12\x2e\xde\xe7\xce\xdd\x75\x3c\x71\x32\xac\xb3\xfc\x41\x66\x79\x69\x65\x06\x39\x6e\xbb\xbd\x6c\x0b\xf4\xb4\xce\xf2\xa8\xbc\xe0\x08\x7c\x6d\xdb\xd9\x50\x55\x89\x06\xac\xa7\x7a\xfc\xea\xe3\x36\xae\x86\xb0\xfd\x4b\x70\xec\x80\xd1\x15\x00\x66\x4e\xdc\xf2\xbb\x04\x31\xfe\xdd\x23\xc1\x8a\xf1\xd2\xed\x0b\x5a\xf2\x3e\xf5\xd8\x41\x1c\x49\x40\x8d\xf6\xaa\x63\x2e\x56\x89\x6f\x7d\x53\x40\x09\xf9\xbe\xbf\x46\x95\x69\x56\xab\xe2\xef\x1f\xab\x6d\xa5\x98\xe7\xcc\x51\x96\x82\x76\xea\x2f\x18\x40\x80\xbf\x4b\x6e\x41\x4e\xab\xad\x49\xd0\x17\x64\x14\xeb\x6e\x8e\xdc\xf5\x5a\x6b\xc8\xde\x3f\x4a\x7c\x82\x06\x9d\x60\xb0\x75\xd9\x0e\x5c\x35\x7b\xa3\xeb\xf3\x3d\xa5\xaa\xe0\xa2\x6f\x74\xfa\xf4\x65\xe2\x9d\xd6\xb4\x11\xa8\x09\x85\x91\x46\xab\x9b\x17\x9d\x8a\xa6\xb5\xb2\x8f\x97\x24\xfe\x6b\x46\x99\x63\x0e\xe3\xaf\x89\x56\xdb\xa9\x29\xdc\x37\x76\xa3\x3d\xe9\x5a\x2f\xb4\x35\xf1\xb2\x3a\xf2\x7c\xf5\xaa\x32\x6b\xcc\x1b\xd3\x5e\x2c\x4c\xd4\x17\xec\x26\x24\xa4\x33\x99\x7b\x4c\x40\xfa\xfb\xad\xb4\xc1\x84\xce\x3b\x20\x2c\x60\x11\x46\xe5\xd8\x81\x98\x2c\xb6\x11\x16\xac\xba\x92\xfa\xb4\x79\xaa\xd3\x2e\x88\x73\x9d\x2a\x90\xe2\x34\x0c\x36\x66\x60\x1a\xf3\xd5\xa7\x8e\xd8\x4b\xb6\x88\x4c\xed\x9a\x86\x73\x0b\xb0\x9e\x63\x59\x5e\x39\x92\xd3\xdb\x25\xfb\xc7\xcb\xea\x7c\x54\x66\xa0\xd8\xa6\x71\x9c\x25\x13\x5b\xae\xb7\x2c\x0b\x68\x5b\xd5\xd5\xa9\xd2\xca\x5d\xdd\xb7\x57\xc2\x71\x72\x28\xd3\x1d\x64\xb7\xe9\xb7\x65\xe0\x6a\x0f\x3b\x01\xbd\xb1\x13\xef\x0a\x6d\xb9\x85\x85\xd5\x56\xc5\x3d\xd2\x7b\xa7\x16\xd3\xa5\xc2\x14\xd2\x2a\xb0\x9e\x94\x33\xea\x66\x64\xb3\x68\x7f\x48\x2e\xaa\x1f\xcf\x42\xd3\x8c\xf3\xad\x55\x24\xab\xcf\xab\x2c\xdd\xdd\x72\x55\xf3\xb5\xd1\x15\xa2\x6b\x9e\x9a\x34\xda\xab\x68\x2f\xa8\x3d\x69\xac\x93\x28\x6e\x8d\x78\x55\x5f\x1b\x6f\x51\xec\xa9\x6c\x32\xa0\x80\xc2\x77\xd4\xce\x46\x10\xcc\x23\x7a\xba\x93\x49\x58\xd7\x69\x7b\xc4\xf5\x69\x0d\x55\xfd\x5b\x27\xd9\xc5\x0c\xe8\x66\xb8\x2a\x11\x40\x7b\x9b\x3a\x07\x5b\x9c\xa7\xf8\x3b\xd6\x7b\xa2\x09\x60\xf0\xae\xf2\x22\x3e\xfc\x66\x44\xd4\x58\x62\x01\x19\x64\xbe\x49\x09\xe0\xec\xea\x22\xdf\x65\x9f\xbb\xf3\x69\xa8\x5c\x67\xbb\x02\xa4\xab\x5f\x26\x59\x96\xee\x0f\xe9\x61\x19\x3e\xaf\x07\xb1\x78\xfd\x64\x32\xe5\xce\x98\x3e\xdd\x19\xd1\x3e\x94\x06\x33\xdd\xd4\xa1\x5f\xd2\xc5\x89\x53\xb8\x55\xa9\xc5\x64\x43\x54\xd2\x19\x5c\xff\xd6\x4a\x47\x89\xc3\xa9\xbd\xbd\xc9\xe3\xcf\xbc\xe5\xea\xe8\xb1\xf3\x5a\x67\xfb\xcb\xc9\x27\x4a\xf2\x6e\x95\x49\xaa\xc4\x0a\xd3\xf1\x1d\xd0\x55\xbf\xa1\x22\x16\xdf\x0c\x87\x06\xed\x9c\x4a\xb5\xdf\x91\x5d\xa5\x40\xaa\x32\x34\x91\x9e\x23\x06\xc3\x81\x82\x39\x89\xde\x8c\x4e\x0c\x64\x5e\xef\xa9\xd0\x9f\xf9\x3d\x1e\x07\xa9\xc2\x30\xed\x46\xfc\x75\xb0\x8e\xe6\xa0\xcf\xf9\xe9\x3e\x19\x6c\x4c\x14\x31\xb4\x96\xdc\x24\xc9\x9a\x3d\x1b\x8c\xbe\xc9\x21\xcf\xee\xf9\x12\x1b\x15\xc3\x87\x5f\x86\x8f\x87\x7d\x96\x96\xa5\xac\xfc\xd4\x89\xb6\x6d\x08\xc8\xdd\x46\x0c\x62\x78\x33\xd7\x3d\xaf\xfe\xc7\xe1\x59\x4b\x99\x37\x6c\x45\x86\x7b\x71\x75\x48\x56\x62\xdd\x1e\x29\x07\x09\xdc\x86\x0d\xe1\x03\xa0\x9a\x42\x7d\x70\x34\xf2\x0c\x80\xd2\xcb\x01\xb4\x6a\x52\xf1\xed\x8b\xa2\x75\xcf\x1f\xbe\xaf\x44\x98\xdf\x8b\x6a\x5f\x87\xaa\xda\x46\x61\x8c\xaa\xd5\x55\xaf\x91\x52\xf2\x9a\xf0\x40\x8f\xfb\x01\x35\x45\xfa\xa0\x68\x9d\xe9\x05\xa4\x97\xaa\x6e\xd5\xd6\x01\xf4\x09\xf2\xc4\xa1\x09\xb2\x3a\xf1\xf3\xdd\xb3\x73\x38\x40\x42\x0e\xff\xec\xb4\x3e\xd3\xb3\xd1\x49\xb7\x91\xe7\x64\xe3\xc7\x4a\xa3\x63\x25\x8a\x35\xc7\x48\xe0\xd9\xf0\x4f\x30\xe7\x95\x5c\x96\x68\x4a\xa7\xd1\x5d\x36\x88\xa4\xf9\xbb\xd6\x32\xba\xcb\x9e\xf8\xd6\x51\xa8\x0d\xe2\x60\x17\xf2\x2e\x08\x0d\x4d\x71\x04\x27\xcf\xcd\x79\xe9\x3e\x3f\x24\xb1\xb5\x8f\xca\x0d\xec\x3b\x2b\x62\x0c\x1d\x3d\x8a\x31\x9d\x5c\xdc\x50\x8e\x2f\x06\xd6\x21\x51\x4e\x32\xe1\xbb\xb0\x07\x2b\x7b\xcf\x26\x8b\xed\xdd\xfe\x50\x16\x49\xb4\xb5\xd2\xdd\xa1\x8c\x76\xab\x44\x54\x03\xd7\x0d\xde\x67\xbe\x99\x4c\x94\x5c\x9e\x5d\x50\x66\xda\xf4\x2d\x74\x42\xac\x94\x45\xb4\x3b\xec\xa3\x22\xd9\x95\x48\xfd\x5d\xd9\x25\xd4\xc4\xa8\x54\xf1\xbb\xae\x8d\x2c\xea\x3b\x61\x56\x62\x3d\x0e\x38\x0d\x95\xe4\xca\x3f\x40\x8c\x9e\x7a\x20\x4a\xe6\x57\x03\xd9\x32\x50\xad\x87\x47\x70\x96\xee\x7e\xe5\xfa\x4b\xa5\xcc\x4c\x2e\x2f\x45\xde\xd4\xe2\x52\x8e\x8e\xb1\x58\x75\x80\x1f\xc5\x5c\xe3\x3a\xd3\x68\xb9\xb4\xb6\x8e\xe9\xcc\xca\x3a\xde\x3d\x2c\xdf\xa6\xe2\xc0\x38\x8c\x42\x18\x1b\xff\x51\x00\x63\x9c\x00\x9e\x0c\x73\x18\xb5\x5d\x61\x0c\xc3\x76\xf9\x31\x84\xa4\x1f\xc5\x1c\x94\xba\x55\xc6\x90\xea\xd6\x18\x43\x8b\x6f\x01\x67\x21\xd5\xae\x30\x86\x52\xbb\xfc\x18\x42\xb5\xa3\x89\x2a\x3c\xa7\x22\x37\x54\x79\x0c\xd1\xa1\xba\x63\x48\x97\xf9\xaf\xc9\x6e\x16\xa6\x9d\x1a\x63\xe8\x75\x2a\x8c\xe1\xd4\xbb\x0c\xf5\x4a\xc3\x09\x35\x74\x29\x33\xa1\x82\x94\x2c\xc6\x85\x6f\x8a\x40\x19\xa9\xd8\x4b\xb5\x91\x7a\x3d\xc4\x7b\xea\x5d\x52\xe5\x32\x5a\x2f\xa7\x9a\x7e\xcb\xa4\x02\xab\xeb\xae\x97\xed\xf3\xce\xe1\x55\xe4\x0a\x57\x7a\xea\x5c\xcd\xa3\x53\xb3\x77\x5c\x9a\x92\x13\x35\x91\xaa\x42\x65\x59\x27\x64\x54\x21\xab\xaa\xa0\xd7\xcb\x7b\xa2\xd4\x1d\xed\x0b\x2f\x3b\xb3\x37\xe8\xb5\xec\x8f\xbc\x88\x3c\xde\x25\x61\xf2\x58\xd2\xa1\x56\xcd\x81\xee\x54\x25\x27\x77\x46\x54\x78\x6a\x45\x2e\x9a\xd6\x15\x14\x2d\xef\x8c\x52\x77\xb4\x3b\xbc\xec\xcc\x0e\xa1\x68\xd9\xe8\xa0\x68\x9a\x1e\x33\xd4\x72\x0b\xc2\x84\xee\x0d\x4a\xb8\xf1\xa6\x9e\xb4\x83\x78\x61\x5f\x87\x28\xb1\x70\xe2\x76\x71\xb7\x8b\x93\x42\xc4\x52\x98\x48\x84\x38\xc3\xfb\xe8\x70\x48\x77\xb7\x28\x2e\x0d\x2e\xce\xc3\x73\xb6\xa9\x1b\x77\xea\xce\x27\xe7\x30\x2e\xf3\xa5\xc2\x10\x76\x3d\x43\x35\x8c\xc2\xb8\x70\x31\x36\x39\x77\xac\x7b\x90\x98\x2b\xb5\x8c\xb8\x54\xae\x75\xf2\x22\x0a\xbe\x8f\xb2\x3b\x71\xc3\x84\x97\x14\x2e\xac\xb5\x07\x83\x64\x36\x96\xdc\x10\x3b\x9c\x2d\xf5\x46\x98\xe7\x2a\xce\xb4\x33\xdb\xe3\x85\xe5\x6c\x0e\xe9\x43\x61\x82\xd4\x9d\xca\x11\x9d\x26\x66\x32\xc3\xec\x61\x6f\x35\xa8\xfb\x9d\x79\xca\x16\x7d\x6c\x6e\xc7\xe5\x11\x53\x4f\xa9\x3c\x3e\x69\x78\xe1\xb9\xcc\x1d\xb7\x4f\x7a\xa7\xf6\xea\x28\x41\xd5\x0f\x64\x42\x2f\x97\x48\x84\x4e\x5d\xe5\x8a\x94\x38\xa2\x3b\xed\xa4\xfc\x23\x66\xe1\xd7\x98\x76\x5f\x7f\x9e\xd5\xec\x07\x27\x81\x10\xb6\xe2\xa1\x88\xf6\xf2\xe8\xf9\xb2\x3a\xf4\xb6\x1e\xe5\x59\xf8\xe4\x15\xf9\xf5\xe4\xd5\x77\x91\xc6\xdc\x69\xe5\x2b\x69\xdb\x9d\x76\x4e\xab\x99\x37\xe0\xe7\x2b\xf3\x5d\x4f\x81\xce\xf8\xcd\xd0\x9f\xc6\x87\x4b\x14\xbd\xd2\x6e\xf1\x2d\xd1\x8e\x96\x57\xd6\xdb\x1e\x1f\xb5\x78\xc6\x0e\x44\xc2\x9e\xaf\xe4\xcc\xae\xa3\x39\x12\x8b\x05\x8d\x8e\xde\x26\x5a\x6c\xd2\x7f\x52\x4d\xe0\x8a\xbf\x72\xdb\x12\xae\xb9\x32\xcf\xc2\x04\xb5\xc5\xda\x08\x46\x55\xf9\xa7\xdb\x22\x8d\xad\x22\x7f\x10\x81\x72\x2e\x04\x60\x05\xc3\xfa\x7b\xb2\x8b\x2f\x44\x1d\xe5\xab\xf0\x5a\x38\x24\xd9\x5a\x7a\x27\x74\xfb\x06\x87\x3b\x64\x76\x77\xa6\xdc\x51\x99\xda\xd5\x71\x58\x4f\xdd\x43\x9f\xd3\x21\xfa\x26\x4e\xef\xa5\x83\xcc\x4d\x7e\x9f\x9c\x9d\x12\xf1\x36\xec\x27\xce\x61\x36\xd9\x3f\x3e\x8f\x5f\x62\x53\x3c\xfc\x0d\xd7\x45\xda\x67\x3e\xa8\xf2\x5f\xed\xe6\x24\x39\xb2\x29\xe9\x81\xdd\xb2\x59\x1d\x0b\x14\x5c\xf8\x04\xcd\xe0\xf5\xa7\xda\x01\xf9\xf5\x84\x0b\x7e\x73\x61\x83\x35\xf0\xab\x40\x86\xbd\xfa\x9b\xd7\xfa\xb1\x36\x1c\x98\x9a\x8e\xb5\x29\x3b\xeb\xfa\x9c\x7c\xb7\x5e\xaf\x9f\xff\x6d\x9b\xc4\x69\x84\x7e\x68\x7c\x93\xc2\xd0\xdb\x3f\x9e\x3d\x1d\xcb\x28\xaa\xf2\x72\x22\x56\x80\x25\xf4\xb6\xc8\x1f\x2e\xe8\xf3\xe9\x19\x41\xd7\xf6\x4f\x82\xf1\xd1\xe3\xae\xdc\x2f\xd0\x3d\x3b\x8f\x04\x7c\x1a\xc4\x4e\xd9\xbd\xea\x16\x0c\x21\xdf\x9f\x86\xf6\xfa\x2d\x59\x98\x19\xce\x94\xbd\xe9\x09\x74\xa1\x09\xca\xcd\x1c\xf5\x67\x89\x22\x83\xe2\x4c\x0d\xc0\x42\x5a\xc1\x57\x88\xd1\xd9\xf0\x08\x15\xf5\xea\x98\x9d\x82\x56\xbd\x97\x60\xe3\x65\x3a\x18\xcd\x27\xda\xd5\xeb\xa7\x8e\xf2\x32\x87\x0c\xf1\x11\x56\xa6\x56\xfd\x7e\x42\x8c\x17\xea\x22\xb5\x80\x14\x71\x6c\xda\xc7\xa8\x37\x21\xe7\x4d\xa8\xab\xb8\x3c\x96\x4d\x34\x08\x03\x04\x9a\x50\xcc\x84\xda\x12\x22\x95\xca\x5d\x8b\x69\x76\xa2\xc6\x06\xfb\x10\x15\xbb\xa5\x76\xf1\xba\xee\x89\xec\xe2\x03\xb8\x2c\xb0\x8b\x0f\x60\xd7\x6f\x17\x1f\x40\x61\x82\x5d\xdc\xd4\xe4\x02\xbb\xb8\x09\x89\xd9\x76\xf1\x2e\x2e\x95\xa5\x7b\x1d\x05\x6b\xdb\x9f\xc3\x24\xab\x22\x85\x5b\x5a\x8b\xb8\xa4\xa9\x7c\x22\x36\x19\xc2\x66\x01\x9f\x0c\xe1\xd7\xcf\x28\x43\x48\x4c\xe0\x14\x63\xa3\x0b\x58\xc5\x88\xc6\x6c\x5e\x31\x60\xf3\xa4\x45\xbc\x9a\xc3\x2c\xc9\x76\x5f\x7e\x5e\xc4\x29\xb2\xe6\x89\xd8\xa4\x17\x8f\x05\x3c\xd2\x8b\x59\x3f\x83\xf4\x36\x3f\x81\x3b\xba\xcd\x2d\x60\x8d\x2e\x02\xb3\xf9\xa2\x8d\xc7\xdc\x63\x75\x09\xe7\x97\x22\xc9\xde\x6e\x93\x4f\xa7\x39\x97\x18\x82\x36\x4e\x5b\x63\xed\xb9\x84\x31\x00\xd1\xcf\xac\x9f\x41\xff\x17\x77\x88\xc5\xc5\xa2\x96\x11\xe1\x52\x89\xec\xa0\x5d\xc1\x7e\xd3\x8a\xbb\xab\xc5\x30\xa4\xc9\xf6\x19\xae\x1f\x49\x3c\x9a\xa0\x46\xe2\x18\xcc\x1c\x4a\x0e\x7c\x56\x23\x8e\xf3\xeb\xb7\x55\x80\xa5\x4f\xd5\x45\x66\x55\x97\x0a\x46\xef\x33\xcb\xf4\x08\x02\xd6\x26\xc9\xf6\x32\x16\x76\xf7\x7d\x3b\x25\xf0\x20\x58\xb5\x62\x75\x01\x1b\xe0\x1a\x3e\x3c\xe5\xfb\x68\x95\x96\x9f\x2f\xf0\xd8\x65\xd6\x0d\xab\x2e\x8a\xf1\x5f\xb3\xee\xc1\xf2\x0a\x7d\x38\x99\xbf\xa9\x47\x56\x9e\x12\x6a\x92\x0f\x00\x66\xcd\x33\x10\x9a\xbf\x78\xc6\x65\x74\x63\x49\xaf\xf4\xab\xbd\x72\xcf\x08\x19\xa0\x57\x37\xad\x84\x7a\xb7\x2f\xf2\xdb\x22\x39\x88\xcd\x68\x99\x14\xdb\x74\x17\x95\x86\xbb\x46\x8a\xb3\x56\x75\xeb\x1a\xe2\x3d\x34\xa1\x1f\x26\x7b\x92\xff\x21\x2e\xdf\x95\x52\x7b\x5b\xa4\xb1\xb0\xf7\x96\xc9\x76\x9f\x45\x65\xc2\x6b\xdf\x6d\x77\x87\x8b\xe8\xae\xcc\x11\x5c\x25\xd7\xbf\x17\xf9\xc3\xe1\xc2\x25\xdf\x23\x97\x7c\xdf\xfa\x14\x15\x49\x74\xb8\x78\x25\xe7\x90\xbc\x1a\xf8\x0a\xbd\xaa\x9c\x50\xe4\x8b\x9a\x34\x3b\xd8\x7c\xa8\x6e\x86\x1d\x4c\xd5\xa3\x60\xdd\xdf\x14\x99\x8b\x8b\xd8\x29\x38\x8e\xca\x48\xec\xf0\x34\x10\x6d\xff\xd0\xc1\xf6\x8c\x3e\x9a\x08\xef\xf3\xa2\x9c\x5e\xac\x23\x49\x3b\xae\x95\x26\x1c\xcc\xbb\x8e\xc9\xac\xf2\x64\x1e\x52\xba\x2e\x10\x1f\xd6\x4b\xfd\xb2\xa6\xe6\x7a\xff\x4d\xfa\x0b\x42\x77\x45\x96\x3d\x78\xa1\x1e\x52\xc0\x21\xc7\xb7\xed\x73\xd7\x74\x4f\xbc\x50\xbb\x97\xec\xe2\xf1\xce\x55\x17\xbf\x17\xf4\xae\x5d\x75\xa0\x7b\x75\xd1\xc9\xfd\xab\xae\x9b\x37\x1d\x94\x6f\xea\x8b\xb0\x8a\xa9\xa6\x7b\xf2\x34\x95\x69\x2f\x76\xfc\x75\x1d\x4d\xe9\x07\x36\xea\xfa\xdf\xcf\x6b\x03\xb0\x46\x19\xdb\x54\x77\x26\xab\x77\x41\x08\xe2\x89\x29\xae\x9d\xe8\x5d\xaa\x1f\x92\x5d\x5c\xd1\x76\xea\x5c\x50\xe2\x4f\x2d\x9f\x16\x26\x20\xa3\x33\x44\xab\x34\x73\xb2\x28\x75\x0d\x94\x91\xf3\x67\x8c\x32\xca\x4a\xc3\x15\xfe\x66\x31\x31\xc9\xfd\x0a\xf9\x38\xd5\x74\xc6\x96\x27\x15\x8a\x63\x55\xe3\xa4\x8a\xc8\xed\x59\x40\x5a\x72\x45\x6b\xae\x92\x0c\x8a\x9f\xc8\x7d\x7a\x48\x6f\xb2\x64\xea\x71\xb2\x1c\x6f\xe3\x1d\x5c\x54\xdf\x1a\x9d\xb0\xc4\xe1\x55\xbe\xff\x6c\x09\xd7\x3f\xfd\x74\x7d\xd4\x79\x5b\xab\x3b\x9f\xc7\xcc\xd5\x7b\xb9\xab\x55\x7c\x22\x5f\xe9\xfd\x33\x58\xd6\x27\x6f\xd6\x8e\xeb\xec\x30\x98\x29\x86\x91\x05\x9d\x37\xd6\x7e\x5a\x6a\x25\x3e\x96\x00\x43\x60\xc6\x0d\xc1\x0b\x09\x60\xa8\xdd\x8d\xc6\xdb\x4e\x62\x30\x83\xed\xd1\x49\xb8\xbf\x0d\x65\xda\x24\x40\xc7\xcc\x05\x59\xb9\x71\xa3\x50\xfc\x40\xaa\x8b\xb5\x06\x61\x34\x67\x96\x2c\xa6\xcd\x24\x68\xf3\xe6\xcc\x5c\x5a\x0d\x01\x59\xe4\x7b\x2a\xbc\x02\x4e\x4b\x9f\x09\x30\xc7\x95\x9a\x01\x18\x73\x95\x9b\x5e\x50\xed\xd8\x47\xf3\x27\xd8\xd2\xdb\x1a\x13\x60\xcd\x9a\x6c\x33\x6f\x70\xf4\x83\x18\x34\x4a\xcc\x99\x78\xd2\x3b\xae\x29\xa7\xc7\xa5\x37\x79\xb8\x4f\x85\x05\x81\xdf\x4f\xe2\xa5\x3f\x0b\xbd\xe5\xd0\x7b\x11\x1e\xf7\x63\x9c\x83\xe0\x74\x68\x5d\x84\xe6\x7a\x3d\x4e\xc2\x6b\x29\xd0\x36\x7a\x9a\x6e\x60\xb9\x73\x94\x03\xa9\x73\x6f\xa3\x5d\x74\x9b\x6c\x93\xdd\x8c\x63\x0e\x1d\xc4\xfc\x7a\x45\x9e\x75\xf3\x2f\x2c\x50\x4c\xc6\xbb\xb0\x18\xe8\x29\x20\x19\xbb\x39\x41\x71\x1a\xef\xd6\x64\x20\x4b\x6a\xea\x68\xcf\x56\xdc\x06\xb0\x5f\x08\xeb\x08\x00\x6a\x5f\x74\x35\xd2\xfe\x9d\xe6\x4a\x7d\xbb\xab\x0d\xe2\x34\xc7\x83\xa7\x9d\x03\xb3\x90\xfd\xda\x9c\x3c\x0d\x99\x3f\x84\x3f\xa7\xa0\xd6\xd5\x17\x44\xb6\xe4\x3a\x51\xf2\x99\x3c\x2e\x2b\x92\xfb\x24\x6a\xfb\xe6\x9a\x22\x94\x29\xa5\x8d\xd1\x33\x3b\xdf\x7f\x4b\xb6\x4f\x60\xa6\x48\xb3\xb4\xfc\x5c\x45\x79\xec\x44\xf4\x33\xd4\xac\x1c\x79\x39\x04\xeb\x21\xb9\xf9\x35\x2d\xad\x32\xbf\x5b\x6d\xac\x55\x94\x65\xf9\x5d\x79\x11\x27\xeb\xe8\x2e\x2b\x2f\xab\xaf\x77\x87\xfa\x9a\xe2\x45\x99\x3c\x96\x97\xd6\x36\xff\x62\x7a\x7b\xe8\xbe\xec\xbc\x50\x90\x96\x66\x96\xea\xba\x7d\x74\x57\xe6\xe6\x9e\xd6\x74\xd7\x6d\x06\x46\x58\x55\x28\xe7\xff\xef\xff\xf9\x7f\xd1\x8c\xff\x5f\x3d\xd7\xb1\x55\xac\x55\x1e\x27\xdb\xb4\x28\xf2\x02\xe1\xeb\x3c\x4e\x3e\xc0\x6f\x4b\xa0\x79\x38\x1f\x24\x69\x07\xd5\xee\xf8\x81\xc3\x65\x77\xec\x3a\xe7\xa2\x7a\xad\x26\x53\x9c\x08\xeb\xcc\xea\xd0\xd1\x0a\xd8\xba\xf5\x6a\xe8\xb6\xd1\xe1\x57\x2b\xdd\x46\xb7\xc9\xc5\x5d\x91\xfd\xf0\x3f\xe2\xa8\x8c\x2e\xe0\xf9\xc7\xc3\xfd\xed\x9b\xc7\x6d\x76\xb9\xda\x44\xc5\x21\x29\xdf\xfe\xe7\xff\xf9\x0f\x2b\x38\xff\xd7\xc3\xfd\x2d\xba\x4f\x93\x87\xbf\xe5\x8f\x6f\x5f\x11\x44\x10\x73\x10\x73\x5e\xa1\x75\x9a\x65\x6f\x5f\xf1\xde\xbc\x42\x8f\xdb\x6c\x77\x78\xfb\x6a\x53\x96\xfb\x8b\x1f\x7f\x7c\x78\x78\xc0\x0f\x36\xce\x8b\xdb\x1f\x19\x21\x84\x03\x7e\x75\xf5\xaf\x5c\x5a\x42\x25\xab\xb8\xcb\x92\xb7\xaf\x92\xfb\x64\x97\xc7\xf1\x2b\xb4\xca\xd2\x7d\xfb\x5d\xfc\xf6\xd5\x07\xca\x90\x83\xdd\x6b\x9f\xff\x8d\x18\xf6\x6d\xe4\x63\x8f\x22\x8a\x28\x5b\x51\xfe\xe8\x60\x3b\x44\x1e\xf2\xb1\x8b\x28\xe5\xff\x1c\x42\xcc\x7c\xcb\xc6\x94\x22\x4a\x2d\x1f\xbb\x2b\x8b\x17\xb4\x78\x41\xcb\xe3\x2f\x2c\xf1\xfe\x0b\x07\x4e\xfd\x95\xc5\xb0\xef\x21\x62\xb9\x16\xc3\xcc\xb1\x5c\xcb\x3d\x88\x1f\xc8\xe5\xff\x23\xfe\x80\xf8\x83\xf8\xc1\xdf\x7d\xd9\x12\x2b\xe0\x70\x3d\x5e\xd1\x46\x14\xdb\x8e\x65\x23\xfb\xc0\x7f\x20\x5b\xfc\xb1\xc4\x83\x25\x7e\x58\xfc\x87\xfd\xa5\x22\xd9\xf7\xcc\x26\x84\xbc\xfa\xf1\xea\x5f\x39\x65\xae\xfe\xc7\xd9\xe5\xcb\xa0\xfc\x09\x07\xa5\xeb\xf6\x2f\x1d\x48\x4e\x94\x76\x4a\x1c\x67\xc3\x91\x61\xfb\x44\x4d\xc9\x40\x55\x45\x4e\x18\x6d\xb4\x3e\x6c\x7f\xf5\xbf\xe5\x71\x82\xfe\xd7\xea\x33\x7a\xf5\x3c\x09\x9d\xba\xfa\x7f\x88\x12\x1a\x84\xa3\x82\x4b\xd7\x41\x86\xa5\x48\x1e\x86\x76\xca\x44\x37\x5d\xcf\x12\xa1\x0f\xf2\xbd\x93\x00\x28\x35\x93\x6d\x52\x46\xe0\x37\x0f\x0a\x89\x0c\x90\x5b\x54\xcb\xb4\x5c\xfe\xa6\x54\xe9\xc6\x4c\x9c\x11\xec\x5a\x4b\x61\xa0\xc5\x03\xd6\xa2\xf8\xeb\x71\xe9\x3b\x06\xe3\xe9\x81\x81\x0b\x43\x54\xe0\xc2\x90\x51\xea\x88\x10\xef\xad\xa8\xee\xca\xb5\xb0\x19\x68\x4a\xb3\x8e\x01\x59\x53\x88\xca\xa1\xbb\x3c\x53\x03\x7b\xaf\xf3\x4c\x4d\x8a\xa7\xc7\xf4\xd6\x3f\xf6\x66\xc5\xb8\xd4\x4f\xa4\x2e\xb5\x1d\x09\xe7\xc0\xfa\x06\x51\x9d\x64\xdd\x61\x64\xff\x78\xf6\xd4\x3d\x5b\x12\x3c\x56\x5c\x99\x0e\x39\xa7\xf4\x48\x99\xac\x6a\x5f\x94\x49\xaa\x69\x27\xcf\xb8\x8c\x6e\xa1\xd1\x9a\x04\x65\xcc\xdf\x1d\x06\x7a\x5d\xb9\xd7\x55\x55\xab\x2a\x26\x5f\x78\xe3\x51\x4f\x55\x51\x75\xec\x90\x30\x94\x57\x83\x07\x04\xb6\x29\x44\x70\x07\x33\x14\xc7\x0d\xe0\xd8\x18\xf0\xbf\xb9\xd1\x01\xf8\x6a\xd1\x14\x89\x06\xe9\x4a\xec\x19\x94\x7c\x42\x75\xca\xb3\xba\x89\xde\x32\x8d\xd4\x3d\x7f\xa5\x33\x08\xb6\x93\x6d\x8b\x4c\xcf\x78\x9d\x45\x87\x8d\xb5\x4d\x0e\x87\xe8\x36\xd1\x6f\xb9\x77\x53\x6a\x7e\xb1\xe0\xd2\xcf\x85\xd7\x13\xf8\xba\x3e\x48\x40\xd4\xfd\xbe\x05\x1b\xed\xab\xb3\x4b\x99\x4a\x81\xd3\xb5\x13\x8c\x19\xbc\xfb\x1c\xcf\x98\x0d\xb6\x9a\xe9\x21\x9f\x8d\x60\xab\x6a\x14\xe7\xa7\x86\xe3\x29\x75\x3b\x11\xbd\x49\x93\x4c\x47\x73\xa8\x91\x57\x70\x44\x9e\x5a\x45\x0d\x3f\xac\x8a\x3c\xd3\x8e\x6b\x85\x02\xad\xda\x69\x95\xe2\x59\xba\xe3\xfb\x9b\x3c\x2b\xd3\xbd\x29\xac\x76\xb8\x0e\xd7\x51\x27\x44\x27\xfa\x2e\x72\xf8\x9f\x16\x19\xea\x88\xe8\x8c\xf2\x3f\x62\xe1\x5e\x47\xdb\x34\xfb\x7c\xb1\xcd\x77\x39\x70\xbd\xb2\x9c\x53\xbb\x89\xcd\x79\xe1\xcb\x60\xba\x21\x98\x27\xb6\xd6\xc1\xda\x44\x87\x4d\xaa\x52\x4a\xcd\x64\xd1\x41\x95\x10\xf5\x5c\xa8\x72\x7d\x5e\xc7\x2c\xa6\xca\x7b\xd9\x13\x08\x3c\x0a\x0c\x5e\xdd\x18\xc3\x8e\xda\xaa\xb6\xb3\xb9\xbd\x2b\xcb\xa4\x38\x54\x4b\x8d\x1f\x04\x2c\x24\x06\x0c\x58\xc4\xd6\xb6\xa7\x36\xd1\x0b\x52\x2c\x2b\x15\x5b\xc1\x44\x12\x84\x2d\x37\xe9\x0e\x7d\xb7\x0e\xd6\xc1\x9a\xf4\xd6\xe6\x88\xef\xee\xb6\x37\xca\xf2\x17\x07\x51\x10\xf4\xd0\xcd\x82\xfb\xa3\x49\x8c\xe2\xf4\x5e\x63\x15\xd8\x77\x26\xb1\x32\xee\x7c\xe8\x1c\x16\xd8\x83\x4d\x5f\x5c\x88\x9a\x22\x75\x4a\x7f\xb9\x2b\xb1\x4e\xcf\x28\xdc\xae\x31\x1f\x33\xd8\x7b\xcf\x42\x6f\x6e\x0d\x63\x35\x15\xd1\x6e\x10\x76\x7a\xa6\x61\x0d\x1a\xe8\x6a\x6b\xad\xf2\x2d\x5f\x97\xaa\x31\x8c\xe3\xc4\x4e\x7c\x63\xc9\x43\x59\xa4\x90\xd8\xb3\xef\x93\xc5\x6a\xdf\xd8\x38\xbe\x89\x6c\x23\x14\x9d\x65\xe2\xd8\x49\xdc\xc0\x58\xf0\x3e\x2a\x52\xc8\x22\x33\xf4\xb1\x69\x32\x4c\x02\x67\xe5\x1a\x21\xc5\xc9\x7a\x02\x62\xf9\x3e\x29\xa2\x32\xaf\x51\x4b\x6c\xfe\xc7\x58\xf4\xd7\xe4\xf3\x43\x5e\xc4\xcd\x3d\x98\x95\x43\x98\xb1\x64\x54\xe6\xdb\x09\x7d\xe5\x9a\xab\xb1\x9f\x65\x74\x3b\x01\xf5\xa8\x2c\x8b\xf4\xe6\xae\x34\xd3\xea\xbf\xef\xa2\x2c\x5d\xa7\x0d\xd1\xc3\xf5\x2a\x72\x3d\x23\xa4\x7d\xc1\xc9\x50\x7e\x9e\x40\xd5\x9b\xbb\x34\x2b\xd3\xdd\xf0\xf0\xd8\x03\x6d\xaa\x8c\x2d\x62\x54\x8a\xfc\x62\x35\x13\x6b\x13\x8f\x12\xca\x68\xff\xc4\xdb\x46\xe5\x6a\x93\xee\x6e\x6f\x8a\x68\xf5\x6b\x52\x3e\xf5\xc6\x7a\xbb\x6c\x2e\x8c\xab\xab\x91\xd1\xb0\xd4\xea\x59\x7b\x8e\x4c\xa9\xa3\x4e\x9c\x79\xe5\x1b\xd6\x4e\x22\xfe\x67\x7a\x7b\xfa\x14\x8b\xec\x68\x75\xb3\x9a\x5e\xbb\xcd\x02\xeb\xf5\x7a\x7a\xe5\xee\xbc\xf4\x56\xfe\x4d\x40\x9f\x31\xaf\x68\x25\x71\xca\x67\x98\x9e\x0c\xa2\x5a\xd7\xb9\x92\xd1\xc9\xe0\xd9\x35\xc3\x2a\x80\x10\x4e\x78\x4f\xad\x7d\xfe\x50\x5b\x30\xad\xb2\x48\x6f\x6f\xeb\x0c\xb5\x0c\x74\x17\x35\xfd\x65\xa5\x84\xd1\xf6\x6e\xa0\xca\x42\x68\x5e\xd6\x15\xbe\xb9\x54\x57\xcc\xbe\xd4\x18\x44\xc3\xb4\x52\x2e\xbb\x5a\x59\x7d\x8b\x59\xd1\x2b\x2a\x17\x7b\xd7\xa8\x3b\x0b\x64\xea\x6c\x78\x1d\x57\x81\xba\xd1\xab\x7d\xdb\xc6\x29\x36\x19\x7c\x05\x86\x6d\xfb\x2a\xdf\xad\xd3\x62\x0b\x33\x04\xcb\x87\x74\x77\x6b\xce\xb3\xf8\x6c\xac\x86\xf6\xfa\x05\x0d\x5d\x65\x86\x44\x90\x9d\xb8\xe7\xed\x0b\xdc\xca\x3c\x34\xb6\xa1\x65\x2f\xd5\x54\x6c\x43\x12\xb0\x6a\x4f\x78\x35\xda\xcb\x3e\x53\x04\xe9\xdf\x06\x0e\xa1\xa7\x84\xd8\x17\x2c\xa5\xec\x16\xc4\xd8\xf4\x11\x50\x27\x07\x4d\xb6\xcf\xcf\x18\x62\xb4\xaf\xf3\x62\x7b\xb5\x17\x1e\xfe\x09\x9f\x73\x67\x42\xae\x81\xe7\x03\xa4\x31\xbd\xdb\xef\x93\x62\x15\x1d\x92\x4b\x25\xef\x96\xdc\x4c\x18\xe6\x4e\x0f\x54\x21\xdd\xcc\xd9\x35\x87\xb2\x3f\x5e\x88\xc4\xac\x15\x50\x39\xe5\x6c\x46\xea\x31\x86\x59\x8d\x98\x5e\x0e\x32\xb0\xb6\xf3\x45\xb9\xc9\x56\x95\xc7\x4d\x61\x39\xc7\x6f\xa2\x43\xba\xb2\xe2\x22\xdf\xc7\xf9\xc3\xae\x9a\xe5\xe7\x4a\x41\xe9\x3a\xd3\xcc\x23\x0d\x4a\x75\xd5\xe5\xa9\xde\x63\x89\xb3\x8c\x1e\x92\xb4\xd3\x9e\x1a\x1d\x46\xd5\x39\xdb\xe5\x26\x99\x1e\x55\x66\xab\xac\xe5\x8e\x45\x9f\xbf\xcb\x72\xc1\x25\x70\x51\x4b\xe4\xa4\xcd\xcb\xa4\xa8\x23\x4a\xb6\x6f\x02\x51\xa6\xb6\x50\xef\x27\xc5\x5d\xae\x2a\x13\xab\x65\xef\x1f\x7b\x41\xab\xfd\x68\x12\x40\xc0\xe8\x38\x8c\x0f\x11\x31\xc9\x1a\xc5\xc5\xa6\x0b\xf9\x4a\xf9\xff\xa9\x1d\xe6\xe9\x19\xe7\x69\xbc\xaa\x02\x67\xfe\xb2\xca\xa2\xc3\xe1\x5f\xde\x5a\xf0\x72\x5f\xe4\xf7\x69\x9c\x14\x9f\x5a\x86\x57\xc6\x9a\x6d\x26\xfc\xe6\x73\xfc\x82\x20\x31\x54\x2d\xc9\x02\x5b\x4e\xb5\x8d\x81\xb5\xe0\x5c\x2b\x98\xa5\x86\x19\x37\x15\x94\xc6\x5e\x70\xad\xd1\x3a\x94\x11\xd7\xbc\x94\x07\xa0\x48\x37\xe2\x5d\x9c\x16\x42\x51\xbf\x10\xbe\xd8\x1a\x80\xea\x2a\x9e\xd9\x38\x57\x5b\x06\xb4\x3a\x5a\x58\x8c\xfe\x98\x5b\x0c\x07\xc9\xb6\x95\x3b\xd3\x30\xd9\x6f\xd6\x37\xeb\x95\x06\xff\xea\x75\x35\xa5\x7d\x65\x4a\x57\x33\x47\x45\x5e\x18\x77\xb5\x02\xea\x6c\x1e\xeb\xa7\x3e\x1e\x90\xc5\x57\xcf\x52\x2a\xf6\xb1\x5d\x30\x9a\x8f\x39\x74\xb3\x2b\x56\xf4\x2e\xdd\x65\xfa\xc8\xb4\x2d\x31\xe2\x8e\xd6\x4d\x52\x3e\x24\xc9\xae\x25\xcf\xdb\x90\xae\xb2\xf4\xea\xf5\xb9\xe1\xa5\xc8\xe4\xdc\xef\x44\x6d\xcc\x5e\xd9\x62\x20\x35\x53\x60\x2d\x6f\xf9\x7c\x25\x90\x48\xa6\x2b\xf0\x4d\xf4\x31\x04\xc2\x64\xd8\x4b\xb6\x7d\xc2\xc4\xae\x95\x25\x2e\x52\x4c\x53\xae\xdb\xd9\xe6\x00\x7f\x98\x10\x6d\x73\x61\x2d\xbd\x74\x2b\x9b\x9b\x6c\x2f\xdb\x61\x3b\x35\x56\x4b\x85\x34\x79\xfd\x96\x6f\x87\x7f\xfd\x74\x65\xba\x81\xda\x1c\x27\xf4\xa7\x61\x6b\x9d\x25\xd4\xfa\xdf\xa4\xfc\x6d\x8d\x39\x74\x4a\xb2\xb7\xbe\x3c\xfa\xe6\xac\x70\x3d\xfa\xd7\x8c\xb4\x72\x15\xa5\x1b\x45\xa1\xc8\x39\xf1\x7e\xa0\x01\x89\x93\xdb\xb3\x59\x5d\xd4\xb6\x61\x75\x22\x5e\xb3\xfe\x59\x67\x00\x37\x5a\x20\xab\xf9\x0d\x8b\x8d\x50\x07\x49\x7d\x8b\x74\x15\x65\xab\x1f\xb8\x5c\x45\x16\xac\x46\x66\x24\x15\xfb\x78\x57\xbf\x39\x51\xf2\x43\x79\xce\x62\x25\xf7\xc9\xae\x3c\x48\x8b\xa7\xf1\x46\x74\x30\x81\xcd\x9a\x46\x41\xcd\x1a\x6a\x59\x8f\x8e\xd5\x68\xec\x3d\x78\xca\xec\xf8\x3d\x38\x88\xbb\x53\xe2\x50\x82\xf7\xe4\x0c\x95\xf1\x93\x66\xc4\xed\x88\x80\xaa\x65\x00\x67\xad\x92\x2c\x9b\x0c\xb9\x1d\x39\x66\x06\xb7\x4b\xe9\x42\x67\xf4\xe3\x4a\xcf\xb7\xfd\xba\xe5\x2f\x3d\x3a\xf3\xdb\xe7\x9f\x8a\x22\x37\x09\xf3\x19\xa1\x03\xf5\x64\x16\x7c\xfb\x03\xc7\x61\x96\xdf\xce\xd6\x16\x9c\x9d\x13\xc4\xa9\x00\xe2\x1d\x71\x51\xdc\xce\x79\xa1\xaf\x6d\x30\x8b\xba\x83\x28\x74\x41\x98\x58\x82\xb2\x96\x71\x92\xbd\x11\x93\x4c\x4f\xd3\x2f\xa6\xad\xc6\xfd\xb0\xad\xd1\xd2\xb6\x4d\x93\x1d\xad\xc3\x94\xb6\x9c\x58\x65\x49\x54\x5c\xdc\xe4\xe5\x66\x1a\xab\x80\x8e\x69\x98\x97\xea\x49\x93\x57\x23\xa7\xe5\x90\xee\x15\x14\xed\x4c\xd3\x7a\x9c\xbf\xde\x6c\xd4\xa0\x95\xd2\x4a\x2b\x6d\x59\x2c\x9e\xdb\x5e\x6c\xf2\x2c\xc4\xba\x4f\x8b\xf2\x2e\xca\xae\xee\x2a\xd9\xd3\x82\x7c\x93\xc7\x9f\x07\x0f\x4c\xfa\x6b\xc1\x3d\x9c\x50\x4d\x14\xdd\xe5\x67\xbd\x5e\x1c\x3f\x75\x02\xa4\x99\xcb\x5d\xbd\x6e\x29\x67\xc4\x58\x50\x26\x01\xfe\xad\x41\xc8\xf5\xb5\xcc\xd5\xf5\xf1\x66\xf7\xbc\x54\x3b\xa8\x9e\x58\xee\xb7\x4a\x33\x6d\x18\xfa\x47\xc4\xce\xfa\x9b\xb1\x27\x36\x63\x8f\x37\x63\x0f\x34\xe3\x4c\x6c\xc6\x19\x6f\xc6\x19\x68\xc6\x9d\xd8\x8c\x3b\xde\x8c\x7b\x66\x76\xfe\x98\x32\x4e\xf3\xea\x18\x9a\xb7\x90\xa7\xac\xf4\x23\xd0\x4c\x43\x38\xaf\x8e\x8e\x81\x0b\x08\xd8\xd3\x11\x30\x0d\xee\xbc\x3a\x3a\x02\xb6\xdd\xd6\x75\x46\x80\x99\x86\x7d\x5e\x1d\x1d\x01\xe6\x72\x04\xa8\xcb\x11\xe8\x0f\x54\x09\x6e\x4a\x69\x72\x78\xf5\xa9\xf2\x65\x00\xc7\x06\xc5\x93\x01\x0c\x27\xca\x51\xfa\x40\x30\x4d\x05\xd8\x92\xea\xbc\xfd\xd3\x20\x52\x41\x6a\x9c\x2f\x70\x13\xaa\xc2\x04\xab\xda\xf9\xb3\xe1\xd0\xc3\xc6\x0e\x2a\x17\xbc\x97\xf7\x6d\x16\x90\xfe\x6e\x29\x17\xc6\x0d\x8a\xb7\xc3\xb9\x51\xdd\xba\x0f\x2f\x67\x95\x42\xe9\x12\xa3\x32\xd2\xa9\x3e\x7e\x05\xdb\xe8\x04\x6e\x58\xc2\xfb\xbc\xc5\x6b\x5d\x91\x9d\x21\xa1\x54\xac\x93\x24\xe6\x5b\x18\xf0\xa0\x80\x35\x0c\x16\x6e\x58\x35\xc1\x3d\x6b\x02\xa4\x7d\xa5\xd0\xb4\x21\x80\x72\xd5\x39\xda\x97\x8b\x65\xe5\x51\x11\x34\xf6\x8c\x32\xdf\xcb\xb7\xe4\xb9\x9d\x5e\x46\xa8\xc3\x6a\xf4\x58\x63\x89\xab\xd7\x8d\x5d\x08\x05\x5a\xeb\x4a\x5d\xe5\xed\xa0\x89\x43\xbd\xc6\x5a\xc7\x4d\x6e\xdb\x6f\x5a\x68\x98\xf7\xf3\xaa\x95\xc0\x9c\x38\xa7\x0a\x25\x68\x4e\x9c\x53\x85\x13\x34\xd7\xad\x43\xcb\x99\x2b\x57\xe1\xe5\xcc\x95\x45\xfc\x31\x73\xcd\x2a\xb0\x14\xf8\x69\x8b\xcb\x62\x1d\xb2\xa7\x95\x71\xb9\x65\x7e\x5f\x45\xfb\xb4\x8c\xb2\xf4\x4b\x32\x52\x1f\x47\x0f\x87\x1e\x18\xb5\x09\xff\x19\x4b\x17\x18\x6b\x1f\xed\x92\x0c\xc5\x65\xc7\xf1\xaf\x55\x40\xdf\xa6\x57\xf2\xa9\x31\xa2\x52\x3d\x3f\xbb\x76\x78\xd5\x9a\x7e\xad\xed\x4b\xb5\x89\x6f\x7d\xee\xd8\x13\x2c\xc7\x8d\x93\xdb\xb3\x3e\xeb\x37\xf5\x2a\x9f\x24\x1f\x5c\xe1\x55\xf4\xcf\xbb\xdd\x9d\x62\x32\x35\x91\x00\x6f\x93\xdd\x9d\x78\x03\xba\xa7\xae\x98\x57\x3e\xae\x9d\xaa\xda\x8e\x75\xc0\x5d\x8b\x76\xf3\xfb\xb6\x0c\x96\x82\xe9\xd3\x1d\x27\x4d\x12\xcb\xe5\x18\x55\xe1\x7d\x20\x9e\xb3\x48\xcd\xac\x5b\x2d\x35\x23\xa5\x86\x9d\xbc\x1a\xac\xe0\x28\x8f\xf7\x4c\xdd\xaf\xcc\xe7\x2e\x11\xce\xa6\x45\x62\xa9\x61\xf5\x27\x65\x1a\x18\x74\x00\x9e\x01\xa1\xcf\x5a\x33\x2b\x45\x81\xbf\xb8\x1f\x57\xaf\x8f\xef\x49\x0d\xe3\x98\xbe\x5c\xbd\x1e\x8e\xa2\xd6\xb5\x13\x48\x4b\xbb\xe2\x6a\x07\xbf\x1b\x53\x28\x59\x4a\x93\xda\xfb\xf1\x68\xca\xe8\x90\x8e\xa2\x4f\xbd\xa0\x76\x6c\x9d\x22\xb0\x5e\xb5\x85\xf5\x14\x71\x66\xf6\x6b\xac\x0e\xd8\x84\xe1\x97\x7c\xaf\x99\x34\x82\x66\xb2\x0a\xc3\x48\xb0\x9c\xb7\xaa\x94\xae\x27\xa0\xa3\x06\xe9\x38\x3a\x0a\x50\x06\x3a\x26\x37\x49\xb2\x66\x8b\x3b\x2b\xb3\xd1\x2e\xac\x2d\xaf\xfd\x37\xa2\xef\x6a\x7c\xeb\x32\xaf\xdf\x02\xbf\x13\x00\x12\xa8\x9e\x62\x28\x54\x94\x8e\x83\xd4\x13\xf2\xe0\xbb\xb5\xbf\x0e\xd6\xd1\x33\x8e\x93\x75\xba\x83\x79\x60\x41\x73\x57\x71\x36\x25\xc8\x21\xe5\xea\xbd\xb0\x5b\x41\x81\xdb\x68\x7f\x81\x9d\x64\x8b\x84\x07\x6f\x1b\xaa\x1e\x06\xa6\x39\x17\x7a\x56\xc6\xd5\x60\x0a\xad\xb3\xf8\x0e\x9a\x42\x3d\xe9\x6a\xdb\xb9\x14\x40\xdc\xb3\x73\x50\x6c\x21\xed\xaf\x65\xca\xfd\xab\x1d\x65\x1a\x03\xa2\xf2\x25\xbd\x13\xa1\xa5\x0a\xd4\xa4\x7c\x50\x55\x0e\x2d\x8a\x84\x30\x2d\x77\x3b\x6a\xe9\xf1\x59\x0d\x05\x35\x4e\x37\x8d\x21\x59\xbb\xe0\x53\xd5\x51\x0b\x0c\x79\x80\x9b\x0b\x07\xeb\x34\xc9\xe2\x43\x52\x1e\x90\xd6\x96\xb2\x9d\xd3\x1c\x6d\x1c\xdf\xbc\x21\x9b\x0f\xb7\x56\x30\xfb\x94\x3c\x47\x5b\xa6\x68\xc1\xb5\x99\x3e\x72\xa8\x96\xe4\x4b\x8d\x63\xbb\x47\xa2\xf5\xc6\x45\x3f\x27\x1d\xee\xbd\x9e\xe4\x0a\xbc\x3b\xb6\x49\xb9\xc9\x63\xeb\x26\xdd\x09\xf2\xb4\x92\x56\xa8\x65\xee\xd3\xe4\x61\xf0\x9b\x8c\xb3\x8a\xe2\xac\x2f\xa5\x9d\x96\x6d\x62\xa0\x7d\xa4\xa4\x3e\x18\x2c\x56\x0e\x61\xda\x07\xa5\xfe\x5c\x36\x84\xe1\x13\xad\xf1\x24\x30\x6e\x04\x0c\x81\x54\x8e\xc1\xad\xac\xbd\xf0\xbe\x17\x1c\xf2\x20\x56\x72\x5f\xe1\xf0\x05\x24\x6a\xfa\xae\x1d\xfa\x82\x5c\x13\x0d\x06\xe4\x7b\x6d\x6a\x4f\x6c\x4d\xc4\x59\x1d\x69\x53\x14\x7a\x5a\x0c\x5e\xb9\x79\x92\xaf\x2d\x2e\xff\xcf\x26\xb5\x68\xa8\xd7\x76\xbb\xd1\x42\x9b\x0e\xe3\x32\x18\x05\xc9\x8c\xc6\xec\x78\x58\x20\xc0\x09\x32\xc5\xc5\x1a\xe6\x2a\x21\x55\xdf\x8c\xf2\x76\x5d\x4e\x4b\x3f\x47\xbd\x69\x54\xb8\x8a\x63\x8d\x9c\x53\xa6\xe3\x55\x5c\x8e\xd7\x91\x08\x4e\x82\x5f\x97\x9d\x0a\xb7\x91\x40\xd3\xe1\xab\x75\xf4\x76\x9e\x74\x3f\x1b\x83\x20\xb8\xd4\xd6\x3d\x11\x44\xe1\xb6\x88\x3e\x5b\x36\x21\x67\x73\x47\xf6\x77\x12\x79\xd3\x50\xbe\x34\x5d\xda\x39\x62\xfa\x74\xa2\x6b\x4c\x9f\x46\x03\x97\xf8\xc8\x54\x59\x59\x82\x09\xea\x4d\x1c\x6b\x61\x06\xc6\x66\x90\xa9\x4e\x3b\xe4\x61\xd7\x5b\x4c\xa1\xa9\x4b\x88\x38\x3d\x90\x5e\x73\x59\x1e\xc5\x60\xe4\xcb\xe3\xcf\x57\x87\xfb\xdb\x96\xb7\x77\xff\xfe\x4d\xdd\xb6\x31\xaf\xf2\x10\x51\xbe\xc8\x0d\x9c\x23\xed\xef\xdd\x16\x5a\xd1\xa3\xc1\xcf\x6c\x95\x16\xab\x2c\x79\x8a\x76\xa9\xf0\xb7\xbd\x10\xef\xad\xfa\x05\xa2\xd8\x3d\xa0\x74\x07\xaa\x6f\x82\x92\xe8\x90\x58\xe9\xce\xca\xef\xca\xc6\xdc\x65\xe5\x45\xca\x25\x5a\x15\x07\x7c\x9d\x66\xd9\xc5\x77\xc9\x7a\xe5\xc4\x41\xbb\xc1\xdb\xee\x29\x58\x07\x09\x2b\x4e\x38\xbe\x98\x1d\x46\x6b\xdb\xfd\xb5\xed\xf1\xda\x4e\x7f\x6d\x67\xbc\xb6\xdb\x5f\xdb\x3d\x3c\xff\xdb\xaf\xc9\xe7\x75\x11\x6d\x93\x03\x6a\xd3\xf4\x89\x7c\x7f\x4e\x09\xf9\x5e\x71\x40\x3a\xac\xa2\x2c\xb1\xff\xfd\x07\x7a\x4e\xcf\xe9\xd9\xb3\x6d\x9b\x3e\x72\x05\x9f\x9e\x3d\xb7\x10\x7b\x1a\xf1\xf9\xee\xbb\x4d\xa9\x58\xc3\x0d\x6c\xa7\xf8\xee\x6a\x69\xc5\x5a\xce\x94\xcf\x38\xbf\x2b\xb3\xa4\x14\xc7\x2d\xe0\x82\xf6\x56\xb2\xb8\x48\x3d\xd7\x62\x7b\xcc\xe7\x96\x44\x5c\x39\xa7\x11\x15\xd3\x38\x4b\x3e\x69\x45\x5a\xbc\x1b\xed\xf7\x30\x39\xaf\xaa\x10\x37\x65\x5a\x66\xbd\x42\x7a\xcc\x19\xfe\xd2\x70\xcf\xb7\xdf\xcc\xe9\xb4\xfd\x46\x45\x76\x81\x1a\x25\xe1\x4c\x5c\x6c\x85\x9b\x74\x93\xb5\xee\x0c\x55\x5b\x88\x16\x9e\xac\xc2\xb3\xdb\xaf\x0d\xbd\x4a\xea\x8b\x51\x1e\xf3\x02\xdf\xee\x16\x8a\xe3\xab\x48\xdb\x13\x69\xa8\x80\x57\x08\x64\xf6\x6a\x19\xf2\x67\x20\x7c\x3e\x42\xf0\xea\xc2\x8f\x3c\x9b\x32\x17\xfe\x6d\x17\xdd\x6b\xee\xd5\x9a\x1f\x7b\xbb\x4a\xe5\xbd\xd6\x51\x5c\x7b\xc7\x12\xb6\x16\x22\x08\x85\xc2\xa2\x70\x43\xd5\x8c\x50\xf7\x6e\xb3\x7e\x44\x13\x18\xab\x56\x71\x1b\x46\x2a\x0b\x15\x73\x0e\x53\xb4\xb9\xca\xee\x78\xe9\x72\x3e\xfb\x65\x9d\x17\x6f\xcb\x3c\xcf\x6e\xa2\x42\x3a\x99\x7f\x52\x57\xc3\x9a\x6f\x41\xab\x34\x5f\x4b\x90\x9b\x0d\xc5\x64\x08\xbf\x5b\x06\x02\x7d\x03\xff\x9d\xde\xa6\x3e\x1f\xbb\x17\x41\x02\x27\x84\x78\x00\x63\xe3\x5a\x0d\x51\x7f\x52\x52\x63\x87\xf5\x3b\xff\xdd\xe6\xc3\xd0\x35\x36\xbf\xa1\x6d\x37\x63\x63\x6e\xcd\x7f\x81\x83\x62\x19\x70\xe4\x80\xab\xa0\x5f\xf8\xb0\xc9\x1f\x5e\x7d\x52\xa1\x88\xea\x2d\xe2\xbc\x69\x39\xf9\xb5\x3e\x1b\xfc\xf1\x60\x73\x04\xec\x82\xf0\xe1\xd7\x74\x0f\x2e\xbb\x87\x27\x2e\x52\xd3\x5d\x02\x07\x52\xd2\x6a\x44\xf9\x40\x29\x57\xac\xba\x66\x61\x18\xaf\xcb\xf1\x33\xa2\xbe\xc3\x28\xbe\x70\x57\xbb\x15\xf0\x9d\x93\xe7\xb7\xf0\xb3\x5e\x8a\xe0\x57\x16\x95\xc9\xff\xf5\x83\xe5\x92\xef\xcf\x3a\xc8\xd7\x19\x60\xaa\x38\x30\xed\x02\xc2\x0c\x68\x3d\xa4\xe5\x26\xdd\xc1\x79\x94\x10\x5d\x4f\x96\xb5\xda\x14\xf9\x36\xb1\x2a\x53\x3f\x6f\xb9\x7e\x29\x39\xd6\xe3\xea\x8d\x70\x01\xb8\x89\x76\xbb\xa4\xf8\x04\xd9\x79\x34\x9d\xbd\x2d\x3b\x0c\xe5\x85\xcd\xa5\xaa\x00\x9d\x12\x86\xbd\xea\x7a\x9f\x70\xf0\xae\x8f\xb8\x08\xe4\x03\x52\xb9\x57\xa8\x78\x1a\x72\x67\x97\x26\x40\x0a\x36\x26\x6e\x27\xa4\xe2\x58\xe1\xb5\xf9\x4b\x1a\x7f\x7a\x23\xd8\x16\x3c\xfb\xba\xd8\x56\x21\x1d\xb4\x2a\x35\x73\x8d\x57\x05\x87\x06\x0d\x7d\x40\xe5\x0c\xbd\x46\x16\x3d\x6b\xc1\xfd\x4d\xdc\x8f\x39\x6f\xbd\x55\xa9\x01\x40\x0d\xf0\x7a\x30\x34\x43\xac\xbf\x76\x20\x13\xd3\x44\x0f\xc2\xb0\x4b\xb6\x19\x34\x68\x93\xef\x8f\x22\x1b\x79\xd6\x99\x73\x2c\x3c\x1f\x6c\x29\x08\x21\x67\xaa\x8b\x79\x77\x42\x37\x97\xa9\xaa\x6b\x56\xb5\x3a\x77\xff\xa0\xb7\xd8\x13\x94\x63\x9d\x3e\x26\x71\x0d\xc7\xad\xc0\x34\x9e\x15\x70\xfb\xb2\xeb\x21\xe3\x82\xd7\xac\xe1\xfe\x86\xd6\xe8\xb9\xb9\xd3\x72\x8e\x9b\xa6\x96\x5e\xff\x2a\x6a\x6d\x9b\xd4\x30\x11\x44\x3b\x14\x1c\x96\x15\x55\x1c\x4c\xed\xd0\x41\xbd\x95\x71\x15\x9d\x4f\x82\x10\x4d\x2d\x28\x80\x4f\x2c\x0c\xb1\x0c\x4c\x02\xb5\xe1\x29\x7d\xc9\xd1\xa9\xa4\xdf\x76\x50\x6c\xd0\x90\x29\xab\xb5\xee\x0f\x71\x5c\xc0\x37\xb1\xc3\x18\xeb\x07\x37\xa8\x75\x70\x53\x4f\xcd\xea\x08\x79\x4a\xf7\x71\x7a\x90\x37\xdf\xaf\xe6\x54\x1b\x18\xcd\x89\x63\x39\x63\x24\xa7\x8f\xe3\x53\x87\xaa\xde\x38\x55\xaf\xee\x5a\x2d\x74\xee\xce\x99\x86\x7c\x74\x47\xa8\x6d\xfd\xea\x29\x4d\x8b\x64\x8b\x20\x1c\xd5\x73\xb7\xcd\xe1\x8b\x60\x6a\xbe\xf6\x11\x3e\x01\x0c\xdf\x70\x90\xf5\xce\x8a\x90\x4a\xbe\x14\xcd\xfd\x0b\x70\x40\xd3\xfc\xb7\x8e\x9d\xcb\x7f\xe8\xe8\xeb\xc7\x7d\x4e\x57\xef\x6e\xd9\x81\xd4\x6c\xe6\xe0\xff\xd0\xd9\xab\xce\x9a\x90\x57\x9a\x0b\x89\x12\xd3\x6b\x3e\x90\xc6\xc1\xae\x09\x69\x35\x79\x90\x8c\x00\xf5\x7b\xbd\x55\xde\x8c\x19\x33\x4b\x8f\x7a\x37\xa2\xee\x0d\x4a\x6c\x53\x49\x29\xb2\x75\x31\x6c\x88\x78\x38\xb1\x5d\x79\x0e\x3e\xb5\xb4\x38\x7f\x9f\x81\xe9\x2c\xf8\xa2\x86\x38\x4f\xef\x0d\x0a\x22\x72\x28\xee\xa2\x7b\x94\xa5\x68\x22\xd5\x14\xe1\x2d\x7b\x2c\x76\xce\xe2\xdd\xd9\x02\x20\x80\xa4\x06\xa4\x83\x71\x77\x0d\x34\x68\xfb\x83\xaa\x95\x4b\xaa\xf3\x73\xe5\xad\xcf\x15\xae\xc1\x1b\xec\x06\x95\xe5\xdc\xf1\xb9\x2a\x24\x54\xa4\xae\xde\x78\x0e\xfb\x9b\xb3\x4a\x14\x57\x3a\xd4\xfd\x06\x59\xa8\x17\x1a\xb2\x90\xcd\x77\xb8\x9a\xc7\x1d\x7f\xd3\xb8\xf3\x4d\xd9\xf0\x54\xa7\x65\xa2\xd8\x21\xd9\x47\x10\xda\xe7\xd3\x59\xcf\x42\x65\x9b\x17\x2a\x1d\x66\x1b\x58\x7f\x2c\x06\xf5\xa8\xd3\xad\x43\x87\x8c\x2f\x8c\xc6\xf9\x31\x87\xcf\xdb\x51\xac\x35\x77\x4e\xa7\x1d\xa9\xa4\xeb\x95\x36\x55\x2f\x1a\xe1\xe4\xc9\x53\xff\xcf\x2a\x28\x3a\x74\x08\xc3\x70\x01\x1d\x06\x67\x22\xe5\x33\xb1\xef\xa0\x6a\x4a\x7b\x88\x37\x95\xe5\xab\x2a\xae\xb4\x66\x22\x30\xef\xa9\x46\xcf\x71\x46\x9b\x14\x39\x4c\x0f\x48\x71\xb9\x15\x17\x22\x67\xcb\x1c\xde\x45\x3d\x36\x0c\x5c\xe0\x5b\x8a\x81\x39\x7f\xb2\xea\x97\x82\x69\xb2\x35\x80\x07\xc3\x65\xba\x03\x73\x1a\x5f\xe2\xcf\x5a\xd2\xb4\x13\x05\x7c\x82\xf0\xc1\xf1\x6a\x94\xed\x78\x31\xd9\x97\x96\x3f\x30\xec\x3c\x95\x8d\xe8\x14\xb2\x88\xef\x9c\x24\x5c\x0f\xfe\xd4\xd1\x66\x1b\x23\xf2\xa0\x26\x33\x08\x54\x5c\x4f\xd6\xf2\x0f\xbb\x85\x91\xa6\xc3\x82\x73\x02\x65\x06\xa4\xf7\x54\x71\x31\x4b\x6e\x9a\x75\x53\xbf\x8a\x5d\x33\x7b\x69\x50\x93\x36\xfb\x45\xb2\x6d\x1f\xad\x98\xb6\xed\x2d\x1a\xd4\xbb\x88\xc6\x96\xc6\x9c\x60\xca\x0c\x51\x15\x50\x0d\x93\x49\xa3\xa5\x6f\x73\xdb\xae\xf5\xb6\x6f\xba\xee\x52\xe6\x7b\x60\x88\x26\x06\xa7\xf2\x01\x56\x9f\xe6\x4b\x63\x72\x1c\x27\x42\xbf\x2e\xdd\x71\x3b\xec\x15\xa5\x2e\xe9\x95\x3e\x3d\x81\x07\x54\x14\xd5\x30\x1b\x60\x31\xd5\x1c\xd8\x3a\x2e\x8e\xcf\x83\x51\x68\xfa\xbf\x59\x72\xcd\x18\x2a\x23\x56\xb3\x9e\xeb\x53\x51\x14\x5d\xf6\x9c\x12\x6a\x1f\x3b\x37\x3b\x94\x6f\x7a\x3c\x33\xf8\x74\xc4\x08\xd5\x51\x8c\xd4\x04\xf5\x10\x2d\x6e\x95\x17\x7b\x4b\x9c\xf0\x22\x1d\x7e\x84\x0e\xf7\xb7\x4f\x70\xba\xde\xcd\xd6\xd1\xa9\x0b\x37\xde\xac\x7a\xd6\x69\x31\xfa\xc4\x7d\xa0\x9e\xe8\x55\xc6\xd8\x27\xac\xe5\x29\xae\x8c\xa6\x1e\x7b\xca\x74\x19\xcd\x54\xee\xdc\x1c\xb9\x4a\x4a\xe4\xe1\xaf\xe8\xb5\x88\xa0\x9d\x7e\xe1\xbc\x56\x0f\x6c\x0f\x46\x55\x2d\x83\x87\xa6\x12\xd2\x5e\xe1\x6a\x53\x8c\x3b\x88\xf3\x37\x04\xdd\x02\xba\xd4\xe6\xe5\xe1\xa2\x30\xde\x4f\x75\x62\x54\x63\x61\xce\x37\x59\xf4\xf9\xa9\x65\x93\x6d\x47\x31\x95\x7e\xbf\xee\x99\x21\x44\x1e\xfc\x6e\x3a\x26\x4f\xf2\x2b\x5b\x6e\x37\x92\xc1\x08\xda\x0f\x79\xb1\xdd\xe4\x59\x22\xfd\x3d\x9e\xda\xd1\x9e\x0d\x93\xb3\x82\x31\x36\x62\xc6\x60\x52\x5d\x4e\xec\x5a\x51\xcc\x61\xd9\xf4\xb0\xc1\xbe\x7b\xd9\x09\x1d\x20\x24\x57\xbd\x6d\x4a\xb2\x2c\xdd\x1f\xd2\x83\x1a\xd8\x99\x57\x4c\xb6\x5a\xfe\x17\xb8\x0a\x65\x4a\x2a\x03\x1f\x5a\x76\xda\x01\x59\xd5\x1b\xfe\x01\x1c\xcb\xd5\xf0\x0f\xa7\x92\x8a\xad\xf0\xfe\x43\x51\xe3\x2c\xeb\x26\xc9\xf2\x87\x01\xa8\xbf\x44\x45\x1a\x59\xc9\xe3\x3e\xda\xc5\x49\xfc\xb6\x2c\xee\x92\x4f\x3d\x33\xb6\x86\x99\xee\xac\x7d\x16\xad\x92\x99\x60\x75\xa7\x09\xf3\x32\x2a\xbf\xe9\x2b\xe9\x58\x1f\xa3\x9b\xfc\x7e\x29\x32\x33\x16\x74\xe3\x00\x02\x21\x36\x10\x95\xbf\x8e\x00\x1b\x86\x2d\x13\x60\x97\x65\x0d\xfe\x2a\x66\x2e\x36\x36\x7a\x28\xa3\xf2\xee\x60\xa5\xab\x7c\x67\x90\x84\x03\x1e\x03\xe4\xb2\x3e\x59\x11\x02\xa4\x0e\xca\x29\x3d\x59\x41\x7e\x4a\x0a\x88\xd4\x4d\x9a\xce\x21\xa0\xf8\xf2\xc6\x02\xd1\x55\x11\xbe\x8c\x22\x65\x93\xad\xfe\x56\x92\x5f\x0c\x0e\xa6\x69\xa8\x8c\x51\xea\x54\x12\xf4\x06\x7f\x32\x55\x84\x09\x69\xdd\x94\x26\xca\xb5\x8c\x0a\x45\x1d\x9c\x74\x70\xee\x6e\xef\xb2\x32\xdd\x67\x89\x25\x72\x65\xa9\x61\xd8\x7b\x2d\x8c\x5a\x64\x74\xe3\x80\xa9\x72\xaf\xaa\x54\x89\xab\x68\xbf\x4f\xa2\x22\xda\x01\xf3\xec\x92\xcb\xca\xcb\x40\x39\xd5\x53\x83\x9b\x0d\xde\xcf\x03\xb6\xe3\xcb\xca\xae\x1c\xd3\xeb\x5a\x3d\xbd\x88\xd3\x03\x97\x71\xa6\xab\x1f\x49\x62\x5e\x44\x7a\x20\x5d\xa8\xd3\x28\xdf\x47\x2b\xbe\x09\xa5\x97\xcd\x84\x9a\x05\xac\x22\x13\x3c\x5a\xa7\x05\xbd\xcd\xbf\x9c\x1a\xe2\x61\x32\xa2\x62\x91\xc0\x71\x7a\x58\x71\x41\xf1\xd9\x5a\x6d\xa2\x74\x87\x7e\x49\xe3\xd7\x6f\x5f\x5d\xbc\xfa\x74\xde\xf9\xb4\x8f\xca\x8d\x71\x51\xa9\xd1\x28\x92\x6d\x7e\x9f\xf0\x09\x21\x0c\xb2\x60\x17\x3a\xab\x11\xc0\xae\xb1\x37\x75\xf5\x7c\x2f\x63\x94\x19\x03\x38\x8e\xd5\xeb\xde\xa9\xe2\x7b\x16\x83\x6e\x20\xa9\x60\xdb\xb6\x41\x4d\x48\x1c\xfe\x47\x31\x24\xf4\xfa\x4d\xb5\x72\x10\xb8\xdd\x10\x80\xe0\xcb\x47\x10\xff\xdb\xee\x99\x0d\x06\xd2\x75\xee\xaf\x9b\x24\x56\x12\x15\xab\x4d\x4d\x28\xa7\x07\xba\x28\x26\x65\x89\x21\x13\x84\xb2\xc3\xa9\x56\x2c\x45\x5b\xec\x0a\x1a\x93\x1c\x69\x28\xd5\x27\xdb\x54\x2c\xb4\xed\x58\x17\x17\xa3\x3a\x62\xd4\x1c\x9f\xfa\xb7\x5f\x83\xbb\xb6\x8e\x0a\x68\xd0\x1d\x75\x34\x3a\xe1\xb5\xc7\xf5\xb9\x0a\xc9\x11\x75\x1f\x74\x8d\xc9\x5b\x53\xc0\xe5\x58\xb5\x67\x09\x9a\xa0\xf6\x19\x27\xfe\x44\x00\x95\x8e\xa7\x76\xb5\xdb\x9b\x9e\xde\x1f\xab\x54\xcd\xc5\x51\x0f\x55\xdb\x01\x57\xc9\x28\x08\x7f\x52\x25\xa4\xac\x63\x58\x6b\xab\xe6\xe4\x1d\xc2\x50\x43\x62\xab\xcf\x5b\xbb\xc9\x1f\x3f\x35\xb1\xce\x3e\x0b\xf5\xaa\x02\x59\xbf\x17\x91\x66\x38\x02\x90\xfa\xf2\x72\x1b\x3d\xd6\xec\xce\x30\x93\x91\x5d\x7b\x5a\xeb\xe4\xf3\x54\x23\xa6\x18\xeb\x71\xe1\xb9\x17\x8a\x56\xb5\x82\x4b\x9d\x58\x51\x60\x25\xd4\x5d\x5e\x5a\x51\x96\xe5\x0f\x49\x3c\x0f\x96\x51\x69\x13\x18\x1b\xd9\x52\x7c\x1a\xc3\xca\x14\xb2\x6f\x22\xa6\x6a\x03\x55\x2a\x96\x6a\x2b\xd0\x59\x51\xe2\x78\x1c\xc8\xea\xae\xe0\x0a\x54\x2f\x0c\x37\x08\xfd\xf5\xcd\x65\xd7\xe8\xd0\x25\xa0\xb5\x8b\xb6\x49\x3b\x4a\x6b\xe7\x1a\xe1\xd8\x06\xa7\x45\xb6\xd9\x4a\x99\x12\x6c\x87\x7a\xe2\x3e\xdb\xd8\x96\xc7\x38\x94\x15\x75\xc1\x51\x45\xb3\xa2\x0f\x72\xa4\x91\x63\x46\xbe\x08\xc2\x69\x67\x2b\xac\x6f\x61\x5d\xd2\x88\x9c\x62\xfa\x7d\x63\x32\xbb\x01\x13\x98\xa5\x78\x1a\xba\xdc\x47\xd6\x8a\x3b\xe2\xb4\x78\x5b\x94\xd9\x27\x65\x80\xf9\x1f\x71\x7b\x70\x42\x3d\x23\x32\x63\x5c\x30\x09\x88\x91\x55\x14\xdf\xfd\xa5\x70\x5b\x6a\xe6\x72\x04\xfb\xf6\x78\xaa\xa9\x77\x71\xe7\x95\x2d\x6c\x15\xcb\x59\xee\x39\x21\x38\x41\x94\x2d\x87\xdd\xec\x72\x05\xb3\x4d\x03\x5d\x2d\xb1\xc3\xb0\x4f\x34\x5b\xe5\xee\xba\x6f\x1a\x7c\x3d\x5c\x5a\xb3\x51\xfa\x0c\xf4\xcd\xea\x63\xf1\x30\xb6\xf6\x75\x7b\x6d\xa2\xb3\x88\x06\x53\x1f\x71\x19\xc2\x9d\x98\x23\x74\xbc\x89\xd3\xfb\xf3\x09\x91\x3c\xde\x34\x91\xbf\x67\x25\x57\x7d\xd3\x17\x31\x7c\x4a\xc5\xde\xb3\x31\xf3\xce\xe0\xc8\xa8\xc4\x2a\xfd\xc4\x99\xea\x2c\x2a\x56\x55\x66\x95\x5e\x48\x51\xad\xf6\x7c\xba\xca\x58\x84\x8d\xbe\x0c\x47\x60\x55\x3a\xd9\x9a\x08\x70\x7d\x79\x06\x05\xa0\xfc\xf4\xa2\x0b\xfb\xde\x54\x9d\xdf\x71\x14\x4b\xfb\x9d\xaa\x77\x29\x1d\x6e\x1f\x7f\x77\x73\xf6\x9f\xb7\xbc\x35\xde\xdc\xcd\x9b\x6b\xd3\x9a\x98\xc1\x75\x15\x0e\x27\x6c\x7e\x5e\xcb\x4b\x87\x71\x02\x26\x4b\x67\x87\x86\xd9\x02\x2e\x99\x8c\xda\x82\xa9\x27\x70\x33\x5a\x18\x06\x03\x14\xfc\x65\xa5\xbb\xb9\xbb\x83\x1e\x5e\xc4\xec\xe5\xd9\x36\x0a\x35\x77\xbc\x2e\x9a\xb3\x42\x44\x5d\xb2\x3d\x9c\x37\x7b\x70\xf1\x42\x3d\x4d\xd4\x65\x42\x1c\x9f\x1f\x25\x13\xe3\xaf\x27\x43\xe3\xdf\x45\xdc\x8e\x04\x39\xfb\x5a\x92\x3a\x3e\x4a\xca\x9b\x1d\x40\x87\x64\x7d\x6b\x94\x45\x8e\x8b\xa3\x44\xfb\xdc\x81\x97\x4d\x2e\x6e\x6d\x66\x43\xa7\x12\xdc\x47\xb0\x47\x7f\x22\x91\x63\x30\x59\xc4\x31\x68\xe0\xe6\x8f\xc6\x36\x3a\x8c\x99\x1c\xd2\xae\xbc\xb0\xde\xe2\xa1\x33\xc2\x59\x42\x79\xfd\x4b\x2b\xf8\x43\x3f\xb9\x7e\x7b\x7d\x14\xc1\x78\xf5\xc5\x35\x4f\x44\xb4\xdf\xc6\xa2\xaa\xce\x01\xa5\x5c\x68\xbe\xa8\x8f\xb9\xc5\x8a\x34\x44\xc6\xfa\x0e\xee\x71\xe4\x54\xc1\x1c\x0d\xe1\x44\xe4\xed\x40\x3c\x9e\xcc\x0d\xc8\x27\xe3\xf5\x78\xf0\x9b\xb4\xa4\xe3\x24\xdf\x1d\x9e\x9d\x69\xce\x45\x8e\x0d\x1e\x75\x8f\xda\x0b\xc3\x5a\x52\xfb\x17\x2f\x59\x36\x94\xca\x0b\xeb\x1d\x27\xcf\xdb\x70\x16\x8b\xe3\xc6\x75\x7b\x7a\x7a\xba\x21\x62\xca\x48\xbd\xc7\x90\xb4\x02\x71\x54\xed\x13\x91\x77\x52\xe0\xe1\xb9\xe0\x74\xb7\x6f\xd5\xad\xd9\x10\x77\x44\xdc\x2c\x45\x60\x37\x52\x23\xbc\xb4\xad\x1f\x7c\xab\xd2\xb4\x36\x8f\xa9\x7b\x20\x1c\x53\xf9\x28\x53\x89\x19\xd8\x52\xcb\x49\x0b\x9a\xc1\xd3\x48\x71\xdf\x54\x33\x55\x81\x70\xb9\xec\x5f\x2c\xd3\xf8\x5f\xde\xbe\xb2\x5e\x7d\x52\xf7\x9a\xb5\xf4\xba\xcb\x84\x2f\xfd\x2f\xeb\xbc\x10\xc5\xde\x2c\x1d\x9e\x23\x5b\xfa\x3d\x1a\x59\x3c\xdd\x8e\x6f\x74\xc9\xac\x3c\xa2\xd5\x76\x64\x7c\x75\x1b\x32\xd3\xb8\x14\x4f\x37\x04\xc5\xcb\x2d\x37\xf1\x11\xa6\x95\xb8\x09\x8e\x8f\xc3\x64\x8b\x20\x19\x69\x47\xf2\x80\xc1\x45\x9f\x64\x33\xcd\x62\x43\x70\x8e\x07\x71\x9c\x2c\x1a\x00\xb9\x58\x22\x99\x60\x9a\xfc\xfb\x1b\x52\x8b\xfb\x62\x5c\x44\xcd\x23\xad\x56\x6f\x7e\x95\x85\xa4\xeb\x82\x98\x4f\x2a\x05\x46\xe5\xd0\x7f\xd9\x84\x1e\x82\x0f\x4b\x8d\x6c\x50\x79\x2a\x39\x44\xe1\x85\x84\x50\x2b\xcf\x27\x01\xd6\x6e\x3e\xb4\x99\x01\x9c\x9f\x96\x70\x43\x55\x71\x41\x9d\xa3\xf8\x41\x83\xb1\x94\x21\x04\x90\xa7\x2a\x8a\xc5\xb3\x78\xb1\x98\x13\xa0\xf6\x64\x56\x10\xa5\x97\xf2\x82\x5a\x7b\x01\x33\x54\xce\x6e\xe0\xea\xe5\x30\x7d\x53\x73\x35\xf3\x64\xe3\x6a\xfa\x29\xc4\xd5\xf2\x63\x83\xab\x23\xec\xfa\x57\x77\x4d\x66\xef\x4b\xc5\x4f\x13\x91\x6e\xbf\xbb\x27\x81\xed\x35\x6a\xde\xd6\x7b\x01\x35\x97\x1d\x40\x5e\x4d\xde\xcb\xcf\x1b\xb0\xd9\x67\x9b\x63\x19\x6c\xbe\x16\x7b\x1c\x7d\xac\x3a\x9a\x36\xe7\xab\x71\xe7\xf1\x67\xba\x75\xa2\x7b\xe1\x2c\x79\x3c\xd3\xce\xe5\xa8\x63\x07\xfe\x68\xfa\x0b\x22\xb4\x2e\xbb\x9a\xb7\xb9\x47\x1a\xec\x17\x1b\xe0\x4f\x66\x40\x3f\x9d\xfd\x7b\x79\x48\x10\x35\xbe\x09\xb6\x5d\x5d\x9d\x3f\xf5\x69\xf7\x09\x8f\xaf\xbf\xe2\xf9\xf3\xd7\x3c\x3f\x9e\x00\x5b\xbb\x29\x3f\x71\x44\x20\xaf\xe0\x49\xc6\xa2\x82\x74\x0a\x20\xa7\xa5\xbf\x06\xf4\x64\x94\x17\x50\x75\x87\x4d\xaa\xc4\x49\x90\x37\x1e\xba\x91\x13\x70\x7b\xeb\x0b\x67\xf5\x33\x5d\x3f\xe6\x38\x6b\x1c\xe3\x4e\x71\x94\xbf\x83\x9e\x2b\x47\xbf\x1a\x59\x6c\xa3\xec\xb2\x89\x16\xba\x4e\xcb\xca\x42\xac\x71\x6d\x13\x8c\x66\x1e\x8f\xaa\xf5\xe6\x57\x59\xca\x7f\x1d\x10\x0b\xb8\xad\x81\xd1\xdd\xc6\xf7\x2c\x67\x4a\xc4\x9e\x8b\x25\x56\x73\x53\xfd\xe5\x55\x8f\x27\xde\xc4\x2c\x7d\xb3\x60\xf5\xd8\x6a\x4d\xd9\xf6\xd4\x34\xb0\x5b\x63\x88\x9e\xd9\xd3\xb5\xa9\xb8\xa0\xce\x11\xd3\xb7\x05\x63\xd9\x34\x1e\x4d\x9f\xe5\xca\x50\xd4\xd2\xe2\xbd\x7f\x44\x6f\x10\x97\x72\x67\xcf\xff\x76\xb8\xdb\x73\x8e\x3d\xa0\x5d\x5e\xaa\xd1\x81\x95\xf9\x7e\xf6\xf4\xcf\x21\x0c\x9b\xce\x33\xc2\x79\xab\x35\x85\xf5\xd4\xab\x73\x27\x70\xbb\xf6\xd2\x8a\xcb\x27\xaf\x11\xd0\xa2\xa9\xab\x43\xaa\x7c\x81\xd5\xa4\x04\x22\x20\x7c\x99\xee\xf7\x9f\xad\x22\xcf\xcb\x4f\x0a\x71\xeb\x30\x7d\x0f\xd5\xa1\xee\x33\x16\x25\x6f\xf2\x47\x43\xbc\x8a\xe6\x8e\xb5\x29\x34\x78\xad\x09\x9f\x37\x51\xb4\xce\xe5\x1d\xda\x9e\xc0\x16\x5f\x2d\x6b\xa0\xec\x76\x9d\xa3\xe4\xed\x3a\x8a\x93\x4f\x6a\x76\x0e\xe1\xff\xf6\x49\xe9\x6f\x75\xdd\x97\xc8\xca\xe9\x2e\x29\xca\x34\xd2\x6a\xc9\xf4\xc2\x6a\x35\x85\x14\x65\xba\xe5\xca\xcb\xfa\x6e\x27\x43\xd4\xdf\xdd\xa4\x2b\xeb\x26\xf9\x92\x26\xc5\x0f\xd8\x75\xce\x29\x76\xcf\xb1\x1d\x9c\x53\x4c\xa9\x4a\x6b\x24\x7f\x46\x45\x91\x3f\x3c\x59\xe2\xf6\x2a\xdc\x4b\x35\x17\x51\xe2\x9f\xf5\xc7\xcd\x96\xdd\x80\x4b\x2a\xdb\x64\x57\xfe\xd7\xdb\x32\xdf\x2b\x98\x5f\x69\x8d\x36\xb1\xaa\x66\xd4\xaa\xf1\x90\x41\x58\x24\x10\xe0\x2b\xf0\x20\x97\xc1\x1f\x79\x7f\xce\xce\xba\x29\x76\xe4\x31\x6b\x99\xef\xbb\xcd\x0a\x58\xbd\xf8\x8a\x50\xfb\x33\x6b\xb5\xf1\xad\x25\xf1\x0c\x64\x45\x0b\xdd\x96\x39\xc8\x5e\x6c\xab\xd8\x38\xb3\x6a\xd5\xd8\x16\x4d\x50\xcd\x19\x88\x42\x8c\xfe\x4e\x83\x00\xab\x17\x4f\x69\xf5\x9e\x57\x4b\xa7\xea\x5c\x34\xc5\x0d\x22\x29\xa6\x36\xc9\x36\xf9\xed\xed\xe1\xbf\xef\xa2\x22\xb1\xb8\x28\xfc\x64\x9c\x1a\x90\x64\xbf\xdd\xda\x0f\x4a\x73\x3f\x22\x76\x76\xd6\x95\x82\x23\xe0\x07\x12\x73\x71\x69\xa5\x0a\x4d\x58\xb8\xb5\xfe\x69\xa1\x4f\xbb\x9f\xbb\x57\xc7\x45\x9a\xf5\xc9\xa8\xf5\xa9\x66\xd5\x4d\xf2\x7e\x40\xc6\x19\xfd\xa4\xa5\x33\x9f\x57\xb7\x6f\xe1\x31\xde\xef\x9e\x32\x0a\x3d\xad\x18\x87\xa6\xb7\x25\xa7\x89\xd1\x66\xba\x4b\xae\x7c\x6e\x27\xee\x39\x0a\x2f\x99\xd9\x7a\x50\xf2\xcd\x68\x41\x0a\xb0\x27\x99\xaf\x64\xd6\xd8\xc8\xba\xbd\xc3\xd3\xb9\x93\xbe\x88\x06\x75\x2b\x03\xc3\xd3\x6e\x49\x27\x7e\xef\xc0\x54\x8b\xd0\x09\xf1\x6a\xa2\x70\xf7\x8d\x4d\x23\xd5\xb4\xb6\x64\xf2\xfd\x1a\x5e\x1d\x76\x4d\xc9\xb0\xaa\xec\xca\x19\x73\x4c\x39\x78\x9b\x78\x65\x63\xed\x98\xae\x4f\x33\xd7\xf7\xa8\x76\x7d\x7a\x1a\xae\x6d\x3d\xe2\x52\x07\xa8\x08\x32\x85\x12\xe8\x35\x62\xba\x18\x6b\x7f\x9c\xd5\x7c\x9b\x25\x7a\xd3\xe2\x2b\x31\x96\xc6\x1a\x30\xce\x47\xf3\x5a\xa4\x45\x6b\x52\x3b\xa2\xfe\xd6\x82\x32\x54\xf1\x31\xe4\xdd\xd0\x99\x98\x48\xee\x9b\x80\x0c\x41\x3d\xe8\xb4\xa4\xd7\x71\xf8\x80\x62\x31\x93\x34\xa3\x98\xc1\x94\x3e\x0e\x2f\xa1\x49\x1c\x31\x66\xc6\xf1\x13\x02\xa5\x85\x59\x27\xfb\x35\x64\xcf\xc4\xbb\xbc\x4c\x57\x09\x86\x40\x09\xe7\x23\x85\xe2\x64\xf7\x79\xac\xcc\x3e\x29\xb6\xe9\xe1\xc0\xf7\x6a\xe7\xd5\xbb\xa4\x28\xf2\xa2\x7e\xda\xa4\xb7\x9b\x0c\xe2\x9e\x57\x6f\xb8\x80\xae\x1f\xf6\x79\x96\xae\x3e\x5b\xdb\x68\x17\xdd\x02\x95\xea\x2f\x87\xbb\xd5\x2a\x39\x34\x60\x1f\xa2\x62\x97\xee\x6e\x9f\x4c\xfb\xa6\xd6\x2d\xd0\xc1\xf4\xe2\x5d\x42\x20\x91\xe2\x07\xbd\x9e\x42\x91\xc9\x85\x15\xd2\x28\x75\x54\x1a\x75\x5f\xd7\xc4\xea\x7e\xe2\x54\xeb\xbe\xed\x90\xaf\x5b\x44\xd2\xb1\xfb\x41\x12\xb4\xfe\xd0\xbd\xf9\x38\x89\x89\xf4\x66\x4c\x61\x27\x56\x6b\x3f\x69\x5d\x5e\xfb\x8e\x25\x37\xc4\x0e\xc7\x9a\x30\xb1\x17\x27\x44\x2b\x6d\xe1\xcd\x3a\x76\x8c\xa9\xd4\xd6\x37\xeb\x9b\xf5\xea\xb9\x9f\x17\x3b\xf4\x33\xa9\xbf\xfe\x3a\x58\x47\x2d\xfc\xa5\x02\x3b\x83\x07\x64\x02\xbb\xd6\x88\x56\x6f\x9f\xb4\x55\xea\xb9\x87\xe9\x2b\x8c\xe2\x24\xb9\x89\xcc\x76\x85\x9b\x24\x6e\xd7\xee\x34\xe2\x33\x37\x22\x74\x0c\x79\x31\xff\x55\x86\x35\x11\x27\x4c\x56\x49\xd2\x22\x8e\x88\x49\x3b\x89\x7f\x1a\x8b\xa7\xce\x47\xed\x28\xe7\xb3\xf9\xa5\x03\x98\x93\xdb\x1c\x3b\xbd\xcb\x1f\x9d\xca\x1d\x3e\x69\x43\x5a\x47\x2b\x87\xb0\x36\xe5\xbb\xa5\x82\xb5\xed\x4f\x21\x7c\x07\x03\x18\x80\x36\xbc\x19\x84\x96\x4c\x30\x49\xc4\x4d\x2b\xda\x65\xee\x96\x78\x6b\xbd\x6c\x84\x5b\xeb\x83\x32\x11\x06\x04\x5b\xab\x40\x25\xd6\x5a\xaf\x75\x96\x6f\xc5\x9b\xc7\xb4\x48\xb6\x73\xa8\x75\x35\x6d\x49\x98\x5a\xb8\x4b\xb1\xab\xf6\x92\xd0\x79\xdd\xa6\xda\x95\x51\x80\x5c\x0d\x2d\x09\x9d\x22\x3a\xed\xae\xba\x4b\x42\xf5\xa1\x45\xbf\x89\xcb\xe9\x7e\x12\xd1\x46\x4b\xa9\xd4\xda\xb7\xc8\xb4\x37\xd0\x67\xaf\x13\x66\x3f\x40\x91\x7d\x87\x14\xfb\x0e\x0d\xf6\x6d\xe6\xb1\x8b\x64\xdb\x8e\x20\xf8\x57\x56\xb4\xba\xfb\xb9\xda\x33\x3b\x50\x23\xfd\x37\xb6\x28\x78\x8f\xde\x20\x8a\x9d\x22\xd9\x9e\x55\x01\xd6\x68\xb2\x45\xd3\x58\xa7\x93\xcb\x7d\x92\x84\x5c\xbe\x26\x68\x42\xb5\x4b\xc9\xc1\x35\x64\x7c\x6d\xe8\x5b\xd3\xda\x94\x1e\x38\x38\x03\x1f\x0d\xa0\xb6\x48\x43\xe1\xf1\x9f\x4a\xaa\x0f\x90\x67\x12\xda\xaa\x88\x6b\x48\x55\x8c\xb9\x6d\x74\xf8\xd5\x4a\xb7\xd1\x6d\x1d\xf2\x4e\x7f\x1e\x0a\x0d\xfb\x5c\xe1\x87\xb7\x79\x1c\x65\x56\x9c\x46\x59\x5e\x4b\xd6\x3e\xe5\xa3\xa5\x0a\x88\x75\xf1\xb2\xa5\x78\x0c\x00\x16\x9e\xea\x70\xce\x73\xf6\xa4\xf7\x54\xf3\x2d\xf2\xb8\x82\x3a\x00\xc7\xbc\x40\x77\x03\x7e\x5a\xad\x90\xf8\xc2\xde\x2c\x2e\xf0\x29\x50\xe1\x80\x53\xf1\xa2\xe9\xf6\x1f\x0e\x61\x98\xeb\x9e\x57\xff\xe3\xf0\x4c\x87\x21\x3d\x44\xe2\x7c\x75\xc7\xd9\xe4\xd3\x93\x1e\x9b\xc6\xdb\x3f\xc2\xa9\x0f\x58\xbe\xf4\x23\x1f\x0f\x82\xd3\xf0\x8f\xf0\x57\xe7\xd0\x87\x8d\xc7\x43\x18\x46\xe5\xaa\xca\x72\x3a\x58\xa8\x5a\x6b\xd5\x42\xd6\x4d\x1e\x7f\x1e\x0c\xd5\xf0\xdc\x5f\xde\x10\x62\x1a\xb6\xd9\xd2\x47\x51\x49\x3c\x01\x7b\xdc\xfa\xf5\xe9\x3a\xa3\xef\xbb\x15\xd0\x59\xf4\x39\x29\x9e\x94\x88\x0f\x03\xb0\x10\x9c\x62\x56\x85\xa9\x4b\xb4\x34\x7a\x23\x55\x81\x1e\xea\xed\x51\x42\x3a\x1d\x14\xf0\xb5\x3b\xa7\x61\xbb\xd0\xf9\x30\xbf\xb6\x72\x0f\x88\x0b\x68\xd5\x2d\x87\x3a\x0c\x78\xed\xf9\xaf\x80\xaa\xb3\x3b\xba\x84\x8c\x26\xe2\x6f\x5f\xe3\xec\xa6\xa9\x7c\x16\xd1\x0a\xc5\x19\xa4\x88\x55\xa8\x37\xd7\xba\xfe\x36\x34\x81\xd4\xa8\xe5\x15\x96\x4c\x31\x4c\x06\xae\x6b\x32\x4c\x8e\xb0\xcf\xeb\x96\xb7\x96\x92\xa5\xa8\x72\xd7\x72\x47\x79\x30\x4e\xef\x3b\x91\x3f\x95\x51\x0e\xc8\xfd\x46\x4b\xd2\x8d\x58\x47\xe6\x1c\xc5\xd7\xaa\xdf\x25\x98\x6b\x5b\xee\x65\xb4\xcb\x65\x7d\x90\x66\x92\x4f\xee\x36\xe5\x29\x34\xa5\x9f\xab\x99\xbf\x49\xe3\xe4\x93\x39\x73\x9b\x1a\xe4\x66\x2c\xc1\xd6\x70\x58\x98\x8e\x75\x48\x89\xd5\xa7\x05\x3b\xb7\x42\x02\x79\xc9\xab\x8c\x43\x4a\x2e\x7d\xa7\x59\x0e\xe0\x28\x02\x46\xa6\x49\xf9\x6f\x5a\xfb\xc0\xd0\xd0\x17\x1c\xb7\xb5\x26\xc6\xab\x84\x24\x9e\x76\xc3\x20\xd0\x5b\x40\xf2\xf7\x01\x0d\x7a\x68\xe8\xb9\x78\x91\xcc\x8d\xaa\xc1\x39\xe4\x45\xb9\x00\x48\x2b\xb9\x98\xc1\xa8\x73\x93\x24\x6b\xa6\xe2\xac\xb6\xdb\xcd\x6d\xdb\x41\xaa\x9b\xdb\x5d\x2b\x52\x61\x2c\xe2\xda\x19\x74\xd1\x6a\xba\xdb\xe6\x7a\xfd\x0e\x2d\x55\x0f\xf5\x39\x0e\x29\xa3\x94\x8b\xd1\xad\xf9\xde\xfa\xdc\xdf\xe6\x68\x7e\x32\xe1\xd2\xa8\x80\xea\xa6\x44\xa7\xb6\x2f\x72\xa2\x0f\x10\x17\xd2\x9c\x3d\x14\xd1\xfe\x02\x12\xc8\xea\xe4\x95\x91\xc6\x7b\x69\xe6\xa8\x21\xc3\x0d\xbb\x1c\x53\x9e\xf6\x30\x74\x5b\x38\xd5\x4c\xda\xe5\x38\x5d\x86\x3f\x6f\xca\x6d\x26\xc4\x41\x91\xdf\x95\xc9\x7f\xbd\x7d\x15\xaf\x20\xa7\x11\x06\x7c\x5e\x7d\x42\xea\xec\x6a\xc5\xea\x5e\x17\x49\x02\xf3\x56\x14\x31\xc4\x21\x97\xf3\xc9\x60\x18\x36\x1e\x65\xcb\x9f\x41\x12\x7a\x91\xdd\x81\x2f\x93\x2f\x9a\x5f\x43\xee\x1b\x75\x2a\xf7\x00\x41\xaf\x3b\x00\xfe\xa7\x21\xd3\x81\x14\x85\x55\x58\x76\x3d\x2b\xad\xd6\x50\x1f\x35\x04\xd4\xa7\xbe\xc4\x10\x4a\x96\x89\x6e\x55\x98\x0d\xe3\x6e\x8f\x22\x34\x29\xf9\xbe\xe2\x19\xaf\x11\x94\xf0\x5b\x9d\xc7\xe0\x17\xd9\xf2\x93\xec\x12\x47\xcf\xdb\xd6\x6b\x70\xad\x62\xfe\xfb\x76\xe4\x30\x73\xea\xae\x69\x44\x5a\x22\xff\x0c\x31\xa1\x81\xcb\xba\xfc\x68\x55\x4b\x3a\xc3\x8c\x6f\x52\xcc\x59\xf8\xeb\x39\xa8\x65\xc6\x97\x29\xf1\x2f\xd5\x3b\x39\x2d\xf8\x32\x3d\x75\xcf\xc0\xab\xd9\xba\xcd\x45\xba\x35\x01\xe0\x93\xaa\x91\xf5\x00\xaf\x16\xa8\x40\x06\xc5\xd4\x77\xfc\x7a\x0f\x9a\xdc\x7d\x94\x89\x44\x80\x03\x7d\x92\x28\x74\x12\x4e\x1a\x62\xb6\xd5\x47\xc8\x5a\xfa\x5d\xd9\xea\x73\xdf\x61\x7f\xe7\x74\xbd\xeb\x7b\xd2\x23\x1c\x94\x7e\x84\xa0\x21\xb5\x5a\xb8\x52\x02\xd3\xcd\x3d\xe8\x6f\x05\xf8\xae\x0f\xd3\x61\x13\xdf\x6a\x07\xed\x9f\xd4\x53\xac\x36\x16\xf2\x52\xb7\x48\xfb\xda\xf7\x55\xa4\x78\xed\x5f\xbb\x79\xb5\x4e\xbb\x52\xe9\xab\x1a\x4f\x1c\xc2\xe5\xdb\x40\xd1\x01\xc7\x21\xa9\x3d\x68\x3b\x6b\xb7\x22\xaa\x99\xb2\x26\xcd\x6a\xb5\x5e\x3f\xe3\x38\xda\xdd\x26\x45\x7e\x77\x18\xc1\xd8\x5f\x33\xc6\x56\xe3\xe5\x07\xd0\xae\xac\xea\xbd\x20\xfa\x50\x8d\xd7\xd1\xfa\xa6\xb1\x4a\x0c\x23\x1a\x11\x77\xc5\xec\xb1\xd2\x43\x6e\x59\xc2\xa2\xd1\xa5\x6e\x0f\xc4\x3e\xac\xe5\x99\x91\x81\x89\xa4\x1b\xee\xd5\xeb\xf6\x79\xc9\x08\xae\x5d\x23\x4b\x6b\xec\xf5\x76\x3a\x89\x19\x34\x11\x6a\xba\x91\xdb\x33\x21\xe4\xdd\x46\x97\x8b\x1c\xf3\x9c\xd0\xaf\x3f\xca\x5c\xe8\x6a\xb0\x4d\xd6\x5e\x5a\xa6\xe9\xf2\x4d\x9a\x37\x3d\x7f\xf7\x65\x96\x94\x5c\xaf\x39\xec\xa3\x15\x58\x4e\x89\xcd\x27\x7b\x95\x84\x5d\xeb\x7b\x13\x64\xb7\x9d\xbc\xa6\x6f\xb3\xdd\x6f\xa1\x55\xd3\xf0\xd4\x19\xdf\xa3\x6e\xe2\xec\x67\x2c\xdc\x84\xc1\x0b\xbb\xc1\xaa\xbe\xde\xa1\x66\x8b\xd7\xdd\xcf\x2e\xec\x8a\x22\x7a\x4e\xf9\x27\x53\x6a\x33\x83\xc7\x74\x9b\x11\xc7\x72\x75\x7f\xe7\xad\x7d\x2f\x60\x3d\x89\x2e\x2b\x51\x0a\x26\x32\xd8\xae\x35\x38\x89\x5b\xfc\x55\xa8\xf9\x33\x14\x5d\x54\x37\x7e\x86\xca\x48\xd1\x3a\x54\x64\x4c\xbe\x1a\x48\x5b\xd7\x6f\xc8\xd9\xe9\xb0\xba\xcd\x18\x1a\x1d\x83\xce\x56\xdb\x71\xea\x34\x6f\xaa\xd7\x9f\xc1\xf7\xa9\x8a\xbf\x2f\x12\xd9\x93\x33\xf4\x1a\xd1\xfd\xa3\xe2\xb0\xda\xc4\x41\xfb\xc1\x54\x0f\x82\x4d\xd4\xd5\xce\xc9\xd9\x88\x77\x3c\xb4\x23\x06\xe7\x90\x88\x25\x5b\x51\x17\x55\xdf\x37\xb5\xcc\x15\xe8\x23\x42\x6f\xe3\xeb\x69\xfe\xe9\x7c\xf8\xf3\x9b\xd7\x2d\x2b\xd2\x60\xe9\x5a\x03\x7c\xdd\x0e\xb5\x23\xd3\x20\xdd\x44\x85\x8c\xd6\xff\x34\x22\x15\x34\xf7\xa5\xf6\x46\x1f\x36\x91\x88\x20\xf1\xaf\x48\x52\xdc\x6d\xa2\x66\x35\x99\x5e\x2a\xca\xb2\x33\x54\x65\x9a\xd5\x6d\xda\x1e\xf3\x02\xdf\x56\x15\x6e\xda\x36\x64\x83\x4e\x6a\x6a\x25\x2e\x2f\xda\xb9\x2b\x2f\x5e\xb5\xb6\xbd\x62\x33\xd8\xad\x7c\x15\x67\x57\x71\xa9\x88\x79\x73\x03\x06\x51\x60\xee\xef\x93\x41\xde\x0d\x50\x46\x24\x80\xd7\x2f\xb3\x2a\x08\x1b\x77\xb4\xd3\xe8\xdc\xbf\xb9\xd4\x29\xde\x24\xd2\xe8\xa5\xaf\x69\x14\xe3\xac\x65\x14\x99\x33\xf8\xbd\x89\x7e\x9e\xf1\x2a\x29\xca\x74\x9d\xae\xa2\x32\x69\x35\xa0\x7c\x91\x60\x70\xa3\x75\x57\x7b\x00\xe5\x92\x95\x76\x5d\xdb\x69\x33\x93\xa2\xc4\xd6\xeb\x87\xda\xc2\x2a\x8f\x0d\x8a\x4a\xdb\x7e\x57\x5b\x45\xc1\x7c\x71\x53\x24\xd1\xaf\xd6\x43\x5e\xc4\x8a\xdd\x96\x6b\xe1\x2d\x8c\x64\xf4\x7e\xbd\xc1\x4d\x6d\x0e\xe0\xab\x51\x1c\x1d\x36\x49\x8c\x46\x23\x45\x2b\x0e\xed\x60\xab\xaf\xd6\xca\x70\xff\x88\xf8\xa2\x8d\x84\x39\xaa\xcc\xb7\xf9\x6d\x11\xed\x37\x9f\x2d\xf8\x07\xe1\x06\x92\x48\xdd\x2c\x77\xaa\xa6\xa2\xd1\x63\x7a\x10\x85\x60\x41\x3f\x94\x45\xfe\x6b\x52\xb9\x0d\xc9\x47\x8b\x23\x1c\x15\x45\xf4\xf9\xc2\x41\x8e\xb1\x41\xe8\x5c\x2f\x1c\x53\x15\x18\x98\xa7\xaa\x9c\xb0\x4f\x5c\x0a\x6c\xc3\x84\x51\x37\x34\x55\xe2\xb3\xee\x80\x8a\x64\x55\x3e\xa9\x45\xab\xe6\xd4\xd5\x58\xa2\x2e\x35\x2d\x58\x69\x07\xc0\xc9\x35\x52\x00\x95\x9d\x97\x5c\x67\xef\x1f\x2f\x3f\x5f\x58\xd4\x0c\xa2\x4c\x57\xbf\x22\x0e\xe7\x69\xbc\xcb\x50\x96\x6f\x2f\x95\xf3\x42\x1c\xf8\x5c\xbe\xca\xac\xe6\xbb\xd5\x26\x2f\x2e\x0e\x65\x54\xd4\xea\x04\x5d\x33\xca\x9c\xe7\x4e\xc6\x44\x5c\x24\x87\x3c\xbb\xe7\x0b\x73\x54\xc4\xdd\x8c\x8a\x18\x4c\x58\x7d\x1f\x0f\xfb\x2c\x05\x85\xcf\xfc\x7d\x1f\x95\x1b\xf5\xd2\x54\x7c\x57\xc0\x15\xad\x0b\x4c\x0f\x97\x03\x97\xa9\x38\x21\xa2\xa2\x33\xf7\xc6\xc0\xd7\x0b\xb0\xa0\xe1\x65\x97\x8f\x24\x7f\x68\x83\xca\x2e\xef\x93\x55\x99\x17\x56\xb2\x5e\xcb\x74\x67\xd6\x61\x15\x65\x1c\x23\x51\x70\x09\xd5\xd4\xef\x28\x9a\x4b\xd7\xe6\xa3\xb1\xee\x08\xd9\xf5\xef\x28\x7a\xd2\x78\x40\x55\x3a\x4c\x14\xad\x54\x41\xe3\x37\xc1\xdf\x15\x39\x47\x99\xca\x00\x46\xf4\xcd\xf4\xa1\xc2\xfa\x30\xc1\xe7\xb5\xb1\x82\xf6\xa8\xa3\xe6\x24\xe1\x8b\xc7\xf1\x50\x1d\xf3\x88\x98\xe4\x0b\x46\x73\x0c\xc2\xd4\x31\xd5\xe0\x3c\xb5\x7a\x19\x65\xd9\xd0\x68\x5c\x35\x1e\x50\xc3\x48\x1a\x4b\xb4\x31\xa8\xe2\xca\x18\xc2\xa2\x4c\x40\x02\xf0\xaf\x37\x5e\x13\x68\xd6\x5f\xd6\x48\x9a\x4a\xdd\x93\x0b\x1f\x66\xc9\xb6\xb6\xe3\xc2\x43\x9d\xf2\xd5\xfb\xaa\x52\xd1\x28\xa0\x64\xdb\xa8\xcd\xbd\x48\xdd\x24\x5d\xf6\x6d\x15\x7a\x13\xe2\x82\x2e\xc5\xe7\xe9\x99\x9c\xa8\x4d\x5e\xdd\xc1\x4b\xb9\xda\x96\xd3\x44\x8d\x46\x1c\x49\xd3\x87\xd8\x1c\x6e\xf2\xa2\x3c\x43\x71\xfc\xd4\x4e\x35\x31\x23\xdf\xf7\x50\x63\x72\x0b\xd3\xf8\xe7\x75\x4c\xa8\xc3\xf5\xf1\x36\x2a\x57\x1b\x4b\x54\xaf\x5d\x92\xbb\x37\x6a\xdf\xbd\x9a\x04\xe7\xbf\xef\x92\xe2\xf3\x3e\x2a\xa2\x6d\xed\x4b\xd8\x85\xf5\x7f\x18\x60\xad\xd2\x62\x95\x55\x4b\x7b\xbd\xec\x18\x95\x16\xb8\xf9\xd3\xaa\x6f\x38\xda\x9a\x13\x4b\xba\x8d\xcd\xe1\xfe\xb6\xbb\x97\x3e\xbd\x10\x57\xa3\x9c\x20\x5a\x9d\xa7\xd8\xec\xfb\x09\xc2\x61\x4c\x20\x4c\x10\x02\xb5\xc5\x1f\xce\x64\x8e\x13\xec\x53\x65\x77\x5b\x36\xf7\x5e\x10\xd3\x4e\x91\xd8\x30\x82\xf2\x88\x15\x52\x9d\x19\x52\x5e\x4b\x0c\xc7\x4a\xd5\x28\x6a\x05\x07\x71\xd4\x78\x0c\x4e\x5e\xe2\xb4\x48\xe4\x75\xf7\x3c\xbb\xdb\xee\x7a\x38\x2f\x02\x39\xa3\x39\xc1\x8c\x69\x48\x71\x36\xac\x05\x19\xbf\xeb\x6a\x4e\xac\x44\x33\x14\x5b\xf5\xa5\x6b\xfe\x74\xd9\xae\x6f\xbd\x19\x31\x8f\x64\x5b\x7a\x0a\xc1\xd9\xdd\x1e\x4f\xaf\xd9\x35\x66\xa0\x57\x46\x53\xe1\x20\xd0\x8a\x5b\xef\x32\x35\xc3\xa3\x76\xa0\xd9\xc3\x9b\x06\x10\x28\x4b\x35\x1f\x07\x77\x8c\x16\x95\x41\x6c\x3a\x0d\xf4\xe5\x40\x37\x5e\x55\x1b\xdc\xb0\xbd\x89\xa7\xce\xe0\xf4\xaa\x54\xe4\x96\x25\x6c\x94\x5d\x9f\xba\xb3\xa3\x76\x4f\x50\x29\xd8\x43\x06\x1d\x9a\xba\x93\x23\xea\x52\x0d\x6f\x02\xf2\x3d\x0a\x1a\xcf\x05\xd1\x2d\x4f\x3f\x79\xa6\x8d\x67\x8f\xad\x78\xf6\xf4\x30\xa4\xd6\x7a\x3e\xdc\x17\x73\x56\xbc\x51\x98\x26\xe3\xd5\x45\x2b\x3a\xbf\x66\xd3\xae\x39\xf9\xfc\x55\xdb\xa4\xd7\xd8\xb8\xc4\xa9\x3b\x86\x43\x85\x63\xe6\xad\xc1\xc7\x6b\x00\x5c\xe3\xc8\x3c\x0c\x76\x24\xa6\x80\xbe\xab\x01\x67\x14\xb9\xad\x61\xcd\xb6\x46\x2a\x03\x43\x27\xc3\x82\x2c\x56\x15\x5e\xa8\x1d\xab\xc9\xad\x59\x01\x0e\xb1\x6b\x29\x3c\xcc\x0a\xe9\x2e\x4b\xca\xa1\x05\x5d\x96\x78\x32\x81\x26\xdf\xab\x77\x9f\x47\x41\xd4\x2e\x16\xea\xa8\x82\xb9\x5d\xa4\x1e\xb1\xd9\xf7\xe8\x47\xc4\xce\xd0\x1b\x44\xbf\x47\x16\xb2\x21\x5a\xcd\x18\xee\x6a\xe8\x0c\x0e\xc1\x12\x95\x7d\xa8\x2c\x7d\xe6\x37\x49\x94\x95\x1b\x0b\x0c\xe0\xd2\x6d\x5e\x7b\x95\xdf\x95\xe0\xb5\x22\xc7\xb1\x39\x1d\x67\x60\x37\x6b\x1c\x52\x19\xe9\xc8\x19\x3e\xd3\xbb\x7e\x44\x9e\x4b\xc0\x8f\xe8\x58\x04\x20\x0c\x86\xea\x11\x1b\xb4\x11\x08\x20\x78\xd2\xac\x76\x50\x1c\xa3\x64\xdb\x7b\xa4\xd3\x3e\xc1\x17\x42\x4a\x9e\x5b\xca\x48\x75\xda\x52\xa1\x0d\x28\x76\x95\xcb\x47\xd3\xf0\x39\x9f\x89\xfe\xbe\xb9\x48\xdc\xd8\x0a\xe6\xd3\x40\x3a\x0e\xe7\x6b\x90\x70\x4f\x2d\x5f\xa7\x05\x28\x8d\xb8\xf8\x08\xab\xfa\x4c\xc8\x1d\xcf\x6d\x54\xfd\xef\x34\x97\xfe\x85\x41\xc6\x7c\x66\x6b\xf0\x41\xd7\x7d\x77\x34\xef\x5c\x87\xff\x45\xa4\x07\xfe\x10\xaa\xfb\xe8\x70\x48\x77\xb7\x43\x28\x2b\x57\xc9\xdb\x17\x1b\x0d\x00\xab\xe3\xfc\x89\x00\xab\x9b\x88\xfd\x00\x57\x45\x5a\xa6\xab\x28\x9b\x0a\xb1\x75\xcb\x70\xe2\x94\xed\x3b\xa9\xa9\x74\x43\x67\x01\x67\x66\x02\xa0\x64\xcc\xb9\xb3\x43\xaa\x49\xaa\x07\xc0\x22\x00\xad\xf3\xa5\xf0\xff\x67\xed\x5a\x76\x1b\xf7\x75\xfe\xab\x18\x9d\xff\x07\x4c\x66\xe2\xc0\x49\x93\x69\xa7\x45\xb3\xfe\x36\x07\x38\xfb\x41\x16\x4e\xac\x36\x3e\x75\x6c\xc3\x56\x7a\x39\x41\xdf\xfd\x40\x57\x93\xba\x58\x72\x3b\x9b\x5e\x6c\x91\x92\x75\xa1\x28\x91\xfc\x71\xf2\xb2\xd6\x1e\x9c\x77\xcb\x64\xc9\xad\x0d\xf7\x18\x94\x8c\xc9\xe9\xd5\x2f\x98\x0b\xc6\xa5\x89\x04\x8e\xb9\x53\xfb\x16\x0a\x57\xb1\x3b\x4e\xe5\xb0\xfd\xe1\xd4\x41\xf9\x07\xea\x0d\xbc\xa7\x39\x2d\x0f\xd8\x97\x2c\x9b\x5c\x17\xf5\x86\x26\x46\x4b\x39\x97\xd2\x33\x79\x3e\xd6\xf4\x98\xc2\x39\xf9\x7d\x35\x83\x5e\x28\x5f\x9a\xdf\xd0\x34\xbe\xb4\xec\x9a\xd3\xbf\x18\x73\xb7\xfb\x50\xa8\x91\xd3\xc5\x3b\x44\x85\x49\xd6\x5c\x46\xae\xe4\x0f\x74\xf1\xd5\x76\x84\xcf\x5e\x57\x40\xc6\xe4\x5a\x85\xb1\xf1\xb5\xe9\x0a\xd3\x8e\x38\x95\xd9\xe2\xd0\xb4\xef\xa9\xf2\x0a\xb7\xf4\x4c\xa9\x74\x6f\xc8\xe9\x5e\x0e\xc4\xc7\xb7\xa2\x79\xad\x7b\xda\x91\xfc\x94\x72\x5b\xd7\xfc\xdb\x89\xd0\xae\x3c\xf4\x7c\x2d\xe6\x65\x4d\xba\x84\x83\x14\xf6\x6d\xde\x3d\x73\xa5\x9e\x35\xb2\x25\xdd\xfc\xdb\xb9\x45\x94\xaa\xb1\xf9\x99\x1e\xd3\x13\xa1\xc7\xa6\x48\x5f\x4a\xf2\xaa\x0e\x77\xf3\x93\xf3\xc2\xeb\x6f\x69\x56\xc3\xe0\x6d\xd8\x90\xfd\x66\x3f\xf8\x5f\xd3\xc5\xf3\xa0\xa4\x99\x5a\xd8\xdf\x5c\x56\x9f\x91\xdb\x45\x05\x76\x23\xc9\xd1\xf0\x1c\xc8\x06\x55\x91\xbc\xb5\x4d\x4f\x8a\xb4\xcd\x59\x23\xca\x9e\x6e\x3d\xf9\x98\x13\xed\x13\xec\x8e\x40\xa5\xc5\x42\x3c\x49\x93\x9e\x76\xcd\x10\xe8\xe9\x0b\x59\x1d\x08\x44\x20\xf5\x54\x2a\x1e\x57\x1d\x24\x1a\x02\x62\x65\x97\xc1\x3a\x3f\x41\x17\x08\xc6\x1d\x7c\x1c\x92\xc5\x4b\x5e\x9d\x49\x2a\xcd\x11\x13\x28\x64\x77\x4c\x25\x13\xfd\x01\xa8\x2e\xa6\x3b\x22\x88\xa5\x45\xfb\x78\x68\x24\xa7\x8d\xe0\xa4\x91\x9b\x3a\x62\x13\x47\x2a\x7e\x84\x26\x8e\xcc\xb4\x11\x71\xdf\x79\xc0\x00\xdf\x75\x96\xdd\x5b\xf6\xfc\xf0\x00\x05\xfa\x7d\x6a\x57\x8e\x7d\xf1\xe0\x15\xbb\xc9\x96\x2e\x38\x96\xc3\x2f\xf2\xfb\xe0\x05\x2d\xf9\xea\xe8\x47\x8f\xe6\xd0\xe9\x0a\x64\x66\xbf\xbc\x5d\x65\x2e\x53\xf1\xe3\xe1\xc6\x8f\x6a\x43\x0b\x18\x4c\x6f\xfa\x04\xfb\x68\x94\xdd\x61\xf3\x1b\xec\x04\x66\xa9\x6e\xcb\x45\x3e\x3f\x29\x7c\x5f\x2a\x59\x2f\xae\x2e\xb8\x36\xbc\xc9\xe0\xb5\xc5\x28\xf9\xb0\x55\xac\xb2\xd8\x2a\xaf\xbf\x56\xe5\x1a\x91\xaf\x85\xfe\xbe\x8e\xa7\xdf\xe8\x26\xff\x0a\x34\x79\x38\x50\x49\x0a\x4e\x60\x2b\x03\xb7\xeb\xdf\x50\x19\x70\xd5\xce\x2d\x96\xcd\xb9\x3b\x90\x99\xf8\xa7\x20\x3d\x2d\x6b\xee\x90\x22\x9f\x94\x12\x79\x1b\x87\x73\xd9\x4c\x85\x8f\x75\xca\x4e\xaa\x29\x8f\x0d\x4d\x70\xcc\xf7\x6b\x59\x17\xcd\x2b\x40\x5f\x5e\x6f\xdc\xdf\x19\x62\xb4\x6f\x8a\xf7\xa4\xb5\xfd\x7c\x1c\xac\x1e\x4b\x52\x15\x3d\xa1\xca\xc0\xc3\x7d\x3d\xa5\x95\x47\x9b\x5d\x25\xa6\x31\x08\xfc\x53\x9f\xfa\xd4\x95\xc5\x3d\xfb\x91\x3e\xe5\x32\x82\x96\xff\x47\xc9\xa9\xad\x72\x4a\x52\x61\xf1\xe9\xef\x3a\xd2\x92\x9c\x7e\x67\x87\x9c\xf4\xb1\xa4\xf3\x53\x59\x9f\xf2\xb7\xef\xab\x9b\xac\x7d\x9b\xb3\xa7\x33\xd7\x24\x18\x5a\xb7\xe0\x0d\x83\x46\x0d\x70\x8c\x12\xd2\x71\x9c\x1e\xac\xc9\xad\xd4\x62\x81\xf5\xc2\x41\x0b\x04\x8a\xe8\x63\x19\xc1\xcb\xbb\x78\xe7\xd2\xb3\xfc\xc2\xa8\xa8\x16\x90\x1d\xd7\x5f\x85\x73\xa9\x69\x07\xfe\xd7\xd5\x64\x76\x4c\x03\x73\xf2\xfa\x77\x80\x97\xe8\x47\xc9\x92\x4e\xd0\x69\x70\xfd\xd2\x96\xe3\x6a\xc1\xff\xc7\x7c\xcd\x42\x40\x9a\x5b\xd1\xb0\xf7\x93\xba\x58\x6c\x0c\x7e\xad\xda\x49\xc9\xf3\x84\x1f\x57\x1e\xbd\x55\x06\xe6\xa0\x18\xf1\xc5\x7a\x38\x62\x72\xd8\x91\x95\xed\x4a\xfb\xcb\xb9\xd2\xcc\x6a\x63\x86\x86\x15\x44\xe7\x5b\xb7\x3c\xf8\x2c\xeb\x44\xad\x0f\x81\xfb\x1f\xe4\xab\x8a\xa3\x6d\x04\x8d\xdb\x20\x0f\x62\x25\x00\x97\xe5\xf3\xe5\x63\x37\x9b\x61\x41\x12\xf1\x9d\xde\xf6\x88\x28\x0e\xb8\x0d\x70\xd6\xa2\x29\x77\x6c\x93\x4f\x56\x31\xfd\x48\x4e\x7b\x1e\x6e\xdb\x97\x87\xb4\xe8\x9a\x96\x9d\x68\x53\xda\x95\x4f\x4f\x03\x76\x80\xb0\xd5\x49\x5e\x4c\x3f\x4b\x7b\xe2\x9c\x5d\xea\x4a\x2f\x2a\xde\x5d\x4f\x26\xc7\xfc\xda\x18\x87\xeb\xe1\x34\xbd\x10\x86\xc1\xf2\x05\x6d\xda\x9e\x73\xb7\x51\x46\x9f\xb8\x43\xec\xe2\x4e\x79\xf0\xa4\xbe\x2f\x6b\x71\x8b\xc5\x16\xea\x71\x15\x3c\xcd\xb3\x4e\x33\x81\x18\xe0\x8c\x80\x74\x9c\xe7\xb9\x4a\x16\x55\x73\xc8\xb9\x8b\x8f\xf3\x14\xb3\xf6\x90\xb3\x6a\x8d\x0b\x9e\x6b\x5f\x55\xb0\x89\x40\xfe\xdf\x1b\x00\x16\x41\x5a\x01\x54\x92\x50\xb6\x12\x99\xea\x67\x39\x80\x6f\xb2\x6c\x66\xc2\xf8\x20\x2d\x7f\xb9\x42\xdb\x79\xa8\x22\xae\x0f\xd0\xc2\xe1\xf8\xeb\xc0\x00\x8d\x63\xa6\xc3\xb2\xa5\x95\x67\x2a\xb9\x0a\x0b\x1a\xb0\x7d\x84\x85\x38\x34\x7b\x4c\xbc\xb1\x35\x06\x91\x09\x91\xc7\xf9\xde\x5b\xce\xf4\x36\xd7\x5a\x5c\x23\x0b\x3d\x71\x74\x20\x81\xd6\x64\x0c\xa9\xf9\x06\x0d\x6e\xe0\xab\x50\xfd\x9f\x1e\x5f\x07\x97\xa8\x81\x75\xd1\xf9\x46\x94\x69\x4d\x32\x14\xaa\xe9\x92\x3f\x75\x7e\x22\x0f\x57\xec\xe1\x1f\x9e\x30\x63\x77\xb5\x9b\x47\x94\xb1\x62\x95\xc2\x24\xfe\x80\x25\xda\xb4\x4d\xd5\x3c\xbd\x0f\xa2\x0e\x03\x8b\x62\xf5\x16\xda\xab\x61\x78\xa1\x70\x94\x77\x6f\x76\xab\xc7\x2e\x59\x3e\x76\x09\xf8\x6d\x94\xec\x9a\xd7\xfe\x6e\xc3\xaf\x81\x1f\x3b\x7e\x8a\x32\x0a\xe4\x1d\xc9\xfb\xbb\x2b\xbe\xe5\x30\x39\xdc\x27\xfc\x4f\x11\x35\xb0\x48\xce\xad\xfc\xf3\xdc\x8a\xd7\x57\x89\xa7\xac\x14\xfe\x13\x28\x5c\xdc\xdd\x3b\x8e\x63\x6b\x71\xed\x24\x13\xe0\x28\x7c\xf5\xb8\x98\x7a\x9d\xb8\xc1\x55\xbb\x67\xa7\x34\x80\x9f\xf0\xfd\x97\xcd\x58\x86\x55\x42\x43\xf5\xda\xcb\x9b\x6f\x9b\xfe\x0d\x35\xca\xcf\x63\xcc\x7b\x3d\xb4\xf9\x27\xc5\x48\xed\xb2\x80\x81\xa4\x1b\xe2\x28\x2f\x8c\xe1\x31\x21\x48\x22\x84\x04\x22\x19\x6d\x94\xab\x8e\x71\x02\xab\x86\xe0\xc8\xc9\xe0\xe5\xf0\xf7\x4a\xfb\x74\x6c\x4b\x8c\xe2\x8e\x76\x48\x0b\x76\xb0\x62\x03\xed\x30\x54\xb1\x09\x8e\xe8\x0a\x80\xe7\x68\xba\xc1\x8a\x95\xbd\x3b\xb6\x66\xb3\xbc\x1f\x22\x20\x58\x35\xcf\xfe\x18\x5b\x2f\x2a\x7c\xc1\x3e\xe8\x1e\x45\x77\x14\x91\x90\xfb\x4e\x3b\x08\x17\x55\x59\x3f\xfb\xe3\x96\x7d\x14\x43\xdc\x8c\x5a\x5a\xde\x82\x72\xc7\xc4\x37\x84\x96\xd5\x2c\xe9\x5f\x9e\x78\x14\x8d\x69\x14\xd3\x2f\x44\xe0\x18\xc4\xa4\x74\x33\x11\xfe\xe4\x4e\x36\xd2\xd5\x7c\x70\x26\x77\x73\x10\xf8\xa3\x02\x93\xdf\xc9\x07\x16\xc0\xf1\x6c\xd2\x8b\x9d\x15\xfd\x4f\x53\xd6\x77\xbc\x4f\xa3\xaa\x19\x2b\x52\x34\xd4\x53\xc0\xdb\x63\xb1\xdf\xc0\x59\xfb\x7a\xdc\x1d\xa9\x28\x9d\xbe\x46\xc6\x50\x26\x3b\xd0\xe7\xcc\x87\x82\xd4\xef\x3b\x6f\x3d\xee\xe2\xba\x76\xc7\xfa\x02\x9f\xc1\xca\x7a\xbf\x42\xbf\x35\x98\xc5\x7d\x8a\xa0\x1e\xe9\xc2\xe1\xbd\x9c\x05\x88\xbb\x59\xd9\xc8\xa4\x18\x76\x7b\xae\x1d\x31\xa5\xe8\x6e\x50\x5a\xec\xe6\x99\xc5\xf8\x43\xec\x07\xca\xef\xbb\x8d\x56\x03\x32\xa5\xfa\x60\x37\x39\x93\x4a\x28\x7a\x98\xcc\x6e\x92\x5f\x0c\xb9\x62\xb9\x47\xe4\xa4\xe5\x27\x34\x37\x9b\x92\x38\xc4\xe6\x38\xd5\x78\x05\xc6\x39\xeb\xf6\xd3\xda\x0e\xf6\x75\xc1\x7a\xb6\x11\x00\x34\xba\x53\xb4\x23\x1b\x43\x8b\xbd\x2b\xf8\x0f\x78\x62\xe6\x10\x5c\xe6\x81\xda\x70\x14\x01\x07\xae\xc0\x86\x35\xbe\x43\x4d\x1d\x5a\xa1\x90\x55\x21\x8d\xad\x72\xf1\xb5\x5d\x39\x43\x15\x71\x1b\xe4\x78\x55\xdc\x06\x36\x99\xf1\x04\xcd\x10\x59\xa8\x03\x9f\x1d\xab\x0b\xfa\xed\xd7\x01\x3d\x5d\x5d\x3f\xf7\x23\x15\xa8\x22\x17\x7c\x31\x20\x6e\x07\xec\xfd\x1d\x48\x05\xf9\x2e\x46\x31\x41\x59\xa3\x00\x24\xdd\xd8\x34\xbe\xc9\x32\xbf\xea\xa2\x19\xde\x3a\x5b\xa9\xb5\x90\x58\xdd\x19\x5c\xa4\xe9\x03\xb4\xe2\x2a\xa1\xe3\xb6\x5e\xff\x20\x17\x54\x4a\xba\xc9\xfe\x6f\xce\x7e\xf8\xd0\x07\xf4\x17\x44\xd4\xa9\x94\x29\x23\xf8\x3b\x44\x55\x94\x7d\xbe\xaf\x48\x31\x77\xa2\x2f\xd6\x4d\x41\xfa\x45\x7f\x6c\x5e\x17\x27\x42\x73\xf6\xfa\x6a\xa7\x6e\xb2\xec\x9b\x92\x50\x65\x1a\x51\x27\x50\x8e\x87\x52\x5f\x74\x2e\x55\x3f\x63\x91\x23\x20\x04\x34\x65\x80\xbc\x8c\xf3\xb2\x53\xa3\xf9\xdb\xcb\x49\xb6\x06\xea\x8a\x1f\x29\xcc\xcb\xa6\xba\x99\x58\x6f\x75\x13\xae\x55\x22\x21\xb8\x26\xbe\xe5\x6f\x66\x2a\x76\x2a\x0f\x57\x24\xf5\x42\xe6\xb2\x02\xf2\x21\x13\x58\x80\xf8\x46\xce\xca\x8c\xb0\x31\xe0\xda\xd7\x59\x16\x03\xc5\x37\x9a\x1a\xb7\xfc\x2f\x6b\x81\xb6\x39\x18\x09\x73\x25\x8c\xae\x23\x57\xee\x5a\xe6\xca\x35\xd2\xe4\x4e\xeb\x01\xf8\x8e\x96\x27\x62\xa3\x23\x1a\xe2\x0b\x4a\x37\xe0\x91\x9e\xe9\x8e\xb0\x40\x84\xf4\xd5\x91\x75\x11\x2c\x61\x2c\xaa\xf2\x49\xa5\x0e\xfd\x4a\xeb\x69\x5a\x91\x27\x52\x17\x2e\xeb\x49\x3c\x8f\xfe\x7c\xd2\x39\x97\xb5\x3c\xbb\x96\x9d\x91\x4c\x9d\x60\x5e\xe6\x6e\x63\x0c\xbc\xf5\x58\x0f\xc8\x94\x7a\x30\xbe\x5a\xbf\xe8\x20\xb1\xe0\xb4\x37\x09\x88\xf0\x59\x01\x68\xfa\x61\x96\xaa\x70\xcb\x64\xc3\x5a\x90\x64\x00\xa3\xe7\x6f\xb4\x86\x7b\xf3\x7c\x79\xd0\x04\x1b\xe4\x22\x10\xc7\xb2\x28\x5f\x14\x57\x47\x0a\x66\xac\x0c\xdb\xdb\xa4\xa7\x13\x07\x84\x75\x95\x93\xf5\x66\x14\xb4\x13\xc2\x99\x41\x48\xd8\xcc\x12\x22\xc3\xbe\xdc\x35\x94\x6d\xca\xeb\x4d\x41\x9e\x66\x1f\xe0\xcb\x9e\xc9\x7b\x72\xbc\x36\x94\x2b\x6e\xc6\xbc\x96\x03\x88\xd7\xb0\x4d\x8b\x91\x44\x0c\x85\xc6\x2c\x8e\xff\x55\x6e\xfb\x49\x51\xcc\x8d\x37\x5c\xc9\x31\x30\x08\xec\x12\xee\x4b\x16\x6b\x28\x25\x72\xb1\x8b\x81\xf1\xe1\x4b\xf7\x87\xbb\x55\x41\xaf\x7f\x73\x6c\x49\xb6\x33\x0d\x4f\xa1\xd5\xf1\xa8\x64\x28\x58\xd8\x00\xd0\x30\xbe\x06\xbd\x7b\x4d\x42\x9a\xd5\xe9\x10\x6e\x6e\x87\x20\xd2\xe5\xcd\x94\x5e\x18\x93\x26\xee\xa8\xe4\x9e\xe6\xb4\x9f\x8b\x5f\x56\x20\xf4\xa4\x2f\x36\x14\x0b\x91\x24\xe8\x2b\x1c\xaa\xc6\x4e\x28\xb0\x89\x9d\xdd\x3a\x18\xc2\x88\x17\x94\x59\x2e\xe2\x16\x48\x85\xb1\x13\xb2\x24\x8b\xa5\xa4\x17\xf3\x6c\xac\xe4\xd0\x46\xa7\x06\x90\x00\x76\x71\x4b\x55\x87\xd4\x27\xea\xa4\x74\x6d\xf7\x85\x58\xc0\xf6\xa4\xf3\x05\x95\x33\x16\x46\xf0\xa4\x7b\xd1\xf9\xd7\x32\xac\x4d\x3a\xb5\xc9\x49\xe5\xbe\x40\xa8\xc8\x5b\xca\xef\x27\xba\xe6\x35\x09\x47\x13\x19\xe6\xc1\x8e\xd0\xc3\x11\x79\x31\xa9\x89\xab\xa6\xb0\x00\x7c\x70\x79\x3a\xc8\x92\xd4\xf6\xc5\xb6\x34\x48\x68\x29\x96\x64\x05\x8e\x46\x44\x80\x91\xee\xa9\xef\x9d\xd0\x41\x67\x63\x03\x79\xd4\xd2\xc1\x86\xfd\x3e\x3f\xd3\xc6\xe1\x43\x68\x1a\x65\x51\xc3\x0c\x77\x76\x4f\x2b\xe3\xcc\x77\x1f\x8b\xbc\x6d\xb9\x53\x02\xf7\x11\xe2\xbb\x1e\x77\xe0\x1c\x60\xf5\x67\xb6\x1b\x64\x22\xa1\xc5\x47\xf3\xd3\x78\xa8\x2e\x78\xb0\x56\x1b\x47\x13\x24\xe2\xa0\x80\xda\x14\x7f\xef\x16\xec\x9f\xb4\x20\x15\xa1\x64\xfe\x85\x56\x6f\x3d\x2e\xe7\xb6\x03\xa9\x84\x3d\xd4\x60\xce\x73\x61\x67\xe1\x80\x8b\x24\xaa\x0b\x44\x9b\xdb\xbc\xef\x5f\x9b\xae\x90\x35\x47\x50\x08\x1b\x7e\x7c\x79\x36\xc1\x62\x4a\x8f\x77\x49\x53\x16\x07\x59\xb5\xce\x08\x02\x9f\xc1\xb2\x38\xcb\x86\x7c\xf5\x63\x2e\x9b\xdf\x74\x74\xbc\x04\x6d\x9e\x9e\x2a\x22\x79\xbd\x96\xf4\xc8\x84\xc7\x63\xd9\x9d\xb8\x0f\x71\x82\xc6\x3a\x17\xff\x1d\x3a\x92\x53\x32\x97\x83\x22\x22\xaf\x68\xad\xfe\x17\x45\xf2\xfa\x40\x2a\xf4\xa8\x3f\xef\x4f\x25\x9d\xc3\xf9\xd4\x91\x9e\xd0\x1d\x7a\x24\x4a\xed\xe6\xd2\x6d\x53\xa2\x57\xf7\xae\x69\x28\xe6\x99\xaa\x7e\xc6\x83\xac\x9c\xe3\x0c\x5e\xc0\xe1\x04\x8f\x87\x51\x63\x3f\x16\x62\x75\x58\x99\xca\x26\x43\x48\x8d\xc3\xbf\x28\xd7\xa3\x82\x86\x30\x18\x14\xfa\x8f\x95\xdc\x57\xad\xbd\xe4\xb8\x4c\xc8\xe9\x6b\x6b\x11\x87\x2e\x40\x7f\x1a\x14\xa7\x4b\xde\x28\xe9\xea\xbc\x4a\x85\xdb\xf9\xd4\xf8\x5d\x1e\x9c\xef\x8f\xa5\x09\x07\xdb\x00\x07\xf7\x51\x4e\xd2\x2d\xde\x5d\xc6\xed\x9e\x3b\x1e\x88\x51\x95\x72\x12\xe2\x48\x99\xe7\xb2\x0e\x8c\xb3\xf6\x40\x1e\x2d\x86\x40\x67\xb0\x7c\x53\x10\x5f\xd0\x8f\x74\xbe\xa8\x54\x22\x37\x52\x9f\xd3\x36\xaf\x49\x95\x14\x34\x89\x16\x54\xc3\x12\x91\xdf\x3e\x41\x18\xc6\x53\x88\x85\x15\x53\x3e\x34\x2f\x47\x89\x45\xda\x8f\xfc\x4f\x47\xaa\x1f\x0f\x47\x52\xb5\xbb\x00\x81\xbc\x24\x2d\x90\x97\x0d\x9b\x2a\xa7\xa6\x23\x69\x38\x01\xd1\x4f\x71\xfd\x9f\xd8\xe2\x1a\xb7\x7a\x2a\xa7\x28\x30\x61\x43\x72\x8b\xaa\xc4\x17\xee\xf3\xba\x26\xdd\x2e\xa9\xf3\x17\x0c\x00\x91\x2c\x4a\xa6\x8e\x1c\xf2\x4a\x68\x23\x28\x06\x3f\x9c\xdb\x87\xcb\xca\x61\x79\x3a\x45\xad\xf5\x0a\x4f\x17\x4b\xdc\x82\xc7\x8e\xf1\x13\x35\x7a\x86\x89\x4b\x69\x99\xb3\xb3\x6e\x0a\x92\x96\x05\x5b\xb0\xf4\x1d\xbd\xe9\x49\xf7\x52\x1e\xc0\x4b\x01\xc2\x7e\xcc\xfb\x54\x6d\x2b\xb4\x53\x09\x12\xfa\x88\xe1\x11\xf4\x7c\x93\x94\x36\x97\x69\x0c\x4c\x75\xf5\xaf\x0a\xf0\x51\x61\xf8\x19\xa9\x39\x45\x88\x44\x96\x97\x33\x22\xb2\x34\x9f\x26\xc1\xb2\x63\xfd\x31\x4a\x08\xd4\xdb\x9f\xc1\xc2\x5e\x81\x61\xaf\x7d\xf6\x14\x2e\x50\x72\x72\xae\x17\xfc\x78\xe8\x19\x73\x9d\xa8\x47\x46\x73\xc7\xd6\xc7\xc5\x02\xb5\x19\x0d\x8c\xde\x56\xe5\x76\x61\xe4\x0b\x47\xa1\x02\xd2\x8b\x7d\xab\xe0\xaf\x40\x6d\x33\x8b\x52\xdb\x29\xcb\xba\xa7\x4c\x0d\x14\xe4\xb0\x0e\x0e\xbf\x75\x68\xaa\x8a\x80\xbc\x1e\x7e\xd6\x30\x85\xec\x42\xf8\x1f\xa3\x8b\xfa\x0d\xf0\x1f\x0e\x7c\x5f\xc2\x6b\x11\xbd\x38\xfb\xfc\xc7\xba\xd9\x04\xbf\xdc\x20\x9b\xd8\x0d\x88\x1a\xf4\x89\x4a\x36\x06\xbb\x44\xa7\xd1\xc2\x02\xc6\x48\xc6\xeb\x88\x39\x5c\xaf\xb2\xf6\x6d\x96\xe4\x75\x91\x7c\xd7\x09\x88\xcb\x3a\x2d\x08\x17\xa5\x6d\xf9\x46\xaa\x94\x03\x5e\xdf\x65\xb3\x8b\x4c\x60\x85\x6e\x4c\xc1\x71\xfe\xe3\x9b\xbc\x91\xba\x00\xdb\x8f\xbc\x9b\x48\xf7\xcd\x9b\x7e\x2f\xb3\x62\xb2\x43\x09\x4a\x80\xfa\x83\x4f\xf3\xed\x8f\x8b\xd3\x76\x64\xe6\xa4\xfb\xe7\x41\x9c\x4c\xc4\x76\x65\xee\x6a\xff\x3c\x90\xa2\xa4\xe2\x1d\x88\x62\x5c\xae\x78\xf4\xa5\x0a\xd6\xc1\x48\x92\x63\xc8\x2d\x06\x78\x64\xd7\xbc\x7e\x40\x5a\x1d\xfe\x03\xa0\x44\x9c\xef\xe1\x80\x6b\x5c\x03\x84\xac\xc2\x71\xb9\x46\x73\xa7\xf1\xa7\xea\x1e\x61\xa4\x16\x0c\x9e\x80\x13\x45\x88\x40\x5b\x35\x5f\x60\x5c\xd7\x66\x34\x3c\x95\x75\xb3\xd8\xa5\xf8\xc6\xb8\xef\x48\x5e\x1c\xba\xf3\x69\xdf\xcf\x12\x27\x3b\x1e\x26\xe6\x1f\xbb\x61\x0f\x14\xd3\x9e\x6d\xa0\x5b\xb8\x20\x7c\x03\x1b\x24\x44\x8d\x58\xdc\x92\x93\x71\xdf\x01\x33\x8c\x24\xde\x73\xcd\xdc\x4f\xb4\x05\xfa\xdb\xcf\x76\xac\x20\x6c\x96\xb5\xc5\xf3\x07\x5c\xb4\xcf\x70\x93\x57\x10\x7d\xcc\x12\x5a\x01\x39\xe4\x4d\xd2\x32\x22\x04\x35\x4b\xae\x64\x59\x0f\x41\x9c\x05\x78\x2c\xb5\x2f\xf3\x31\x0f\x89\x30\x1f\x6a\x15\x0d\x49\x4c\x50\x80\x36\xcf\x64\x68\x8e\x31\xf2\x5c\x4f\x95\x2c\x40\x1e\x4a\x83\xb7\x24\x86\x19\xdf\xa4\x01\x1d\xf6\x82\x48\xc0\xfe\xd3\x59\xaf\x4d\xba\x44\x72\x6e\x58\x02\x4c\xb7\x14\xdd\xd2\xcf\x92\x3f\x87\x2a\xef\xfb\x1f\x0f\xb2\x9f\x76\xd8\xd5\x41\xcb\x46\xbc\xd6\xed\x44\xc5\xfc\x11\x4e\xa7\x85\xee\xe0\x5f\x8e\x6e\x20\xdb\x0f\x2e\xe9\x04\x44\xd5\xd0\x44\xb4\x70\x78\x97\xed\x66\xae\x17\x62\x3c\xfa\xdd\x4c\x09\x4c\x04\xfc\xe5\xdc\x3b\x54\xbc\x3a\xbe\xb3\xd1\x37\x34\x17\x04\xe8\xf8\x0b\x1a\x86\x3e\x02\x09\xb6\x5b\xdb\x57\x90\xeb\x3f\xf6\x73\xa3\xa1\x4b\xb6\x60\x82\x5a\xe0\x4f\xe1\xac\x6e\x5e\x7e\x45\xe8\x8f\xd6\xda\x1d\x74\x35\x1f\x53\x5d\xc0\xa2\x8d\xea\x64\xb1\x41\x5f\x06\x95\x10\x5e\xa5\xb9\x20\x6f\x25\x36\x0e\xdc\x96\x9d\xe7\x3d\xb0\x8e\xc4\xd8\x5f\xd9\x22\x35\x29\x2a\x47\x62\x38\x2e\x9c\x00\x46\xad\x6a\xff\xb5\x69\x11\xe1\x1b\xc9\x17\x2a\xa7\xd6\x0d\x58\x3c\x33\x28\xdb\xe5\x6f\x7b\xf2\x18\xc6\x8e\x15\xc8\x06\xe9\x73\xf4\x88\x6c\x02\xf4\xd0\x72\xb5\x25\x39\xae\xb4\xed\x7a\xcd\xed\x63\xdc\xd2\xe2\x64\xfe\xfc\x72\xa5\x8f\x48\xfc\x88\xe1\x1a\x76\x87\xe3\xe8\xd4\x63\x3e\xb6\xee\x5c\x3b\x95\x00\x39\x1d\xfd\xac\xc5\xb6\xae\x78\x1b\xd7\xba\x23\x37\x0f\x6c\x4f\xf7\x50\x5d\x06\x24\xec\x09\x98\xf1\xf7\xb6\x64\xf8\x64\xab\xe5\xaa\x7e\x24\xa4\xd8\xe7\x87\xe7\xcf\x7d\x84\xc1\xc4\x0b\x5a\xe6\x99\xe3\xd1\xad\x44\xb2\xe7\x2b\x2d\x85\x8c\x90\x2e\xe1\x91\x27\xfa\x6e\x41\x33\x5f\x14\xe4\xb1\xac\x65\x76\x1c\xa6\xde\x38\x84\x75\xf0\x1a\x0b\x5c\x77\xaa\x04\x7f\xd3\x68\x3c\x19\xff\x44\x5c\xec\xbe\x3a\x13\x1e\x17\xfb\xf1\xbf\x00\x00\x00\xff\xff\x8d\x9f\x37\xd3\xa7\xea\x04\x00") -func web_uiAssetsConsulUi6dcc66076ac6efd8cc52c99f8016bdc4JsBytes() ([]byte, error) { +func web_uiAssetsConsulUi41879c3a6c5c085abdfc8db6289e1dafCssBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsConsulUi6dcc66076ac6efd8cc52c99f8016bdc4Js, - "web_ui/assets/consul-ui-6dcc66076ac6efd8cc52c99f8016bdc4.js", + _web_uiAssetsConsulUi41879c3a6c5c085abdfc8db6289e1dafCss, + "web_ui/assets/consul-ui-41879c3a6c5c085abdfc8db6289e1daf.css", ) } -func web_uiAssetsConsulUi6dcc66076ac6efd8cc52c99f8016bdc4Js() (*asset, error) { - bytes, err := web_uiAssetsConsulUi6dcc66076ac6efd8cc52c99f8016bdc4JsBytes() +func web_uiAssetsConsulUi41879c3a6c5c085abdfc8db6289e1dafCss() (*asset, error) { + bytes, err := web_uiAssetsConsulUi41879c3a6c5c085abdfc8db6289e1dafCssBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/consul-ui-6dcc66076ac6efd8cc52c99f8016bdc4.js", size: 1257962, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/consul-ui-41879c3a6c5c085abdfc8db6289e1daf.css", size: 322215, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsConsulUiB58afff56a598ffa5e14291d8a3be69aCss = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x6b\x8f\x1b\x39\x92\x28\xfa\x57\x08\x0f\x06\x67\x7a\xb6\x18\xc3\xf7\xa3\xbc\x6d\x9c\x1e\xef\x36\x7c\x81\xf2\xbd\xc0\xdd\xb3\xfe\x30\x83\x3e\x8b\x74\x2a\xab\xa4\x76\x96\xa4\x23\xa9\x64\xbb\x8c\xba\xbf\xfd\x22\x82\x4c\x29\x53\x52\xea\x55\xe5\x6e\xbb\xb7\x60\x4b\x95\x4a\x32\x22\x99\x64\x30\x1e\x64\x44\xf0\x7f\x96\xc3\x62\x36\xaf\x16\xec\xc5\x7f\xfe\xaf\x9f\x79\x78\xf1\xb2\x98\x2d\x46\x65\x5d\x5d\x14\xf3\xd1\xa0\xba\xb8\x1e\xdd\xdc\xcd\xaa\x8b\xeb\xc9\x64\x51\xcd\x2e\x86\x55\x31\xc0\x3f\x37\xb3\xc9\xdd\xf4\x62\x38\xbb\x98\x57\xe5\x62\x34\x19\x7f\x19\x8c\xe6\xd3\xba\xf8\x7c\xf9\xbe\x9e\x94\x1f\x1e\xfe\x54\x4f\x6e\x46\x63\xbe\x98\xdc\xdc\xd4\xd5\xbf\x0c\x46\x4b\x96\xe0\xd9\xfb\xbb\xc5\x62\x32\xbe\x80\x72\x32\x9e\xdf\xd5\x7c\x34\x5e\x54\x63\x84\xe7\xd7\xa3\xaa\x1e\xcc\xab\xc5\x9c\xc1\xb4\x9a\xdd\x8e\xe6\xf3\xd1\x64\x3c\x7f\xd5\xd4\xaf\x6e\xa7\x8b\xcf\x7c\xbe\x28\x16\xd5\xab\xbb\xfa\x55\x3d\x7a\xf5\xd7\x5d\x37\x2f\x8b\x72\x31\x5a\x56\xbb\x8a\xea\xe2\x7d\x55\xef\xc1\xd7\x2e\x5f\xa1\xb9\x9d\x0c\x8a\x9a\x0f\x46\x45\x3d\xb9\xe1\xf4\xe3\xd5\x60\xb4\xc4\x0f\x1b\x0c\x58\x71\xb0\xc2\x31\x88\xa6\x07\xf0\x4c\x5b\x68\xe6\x55\x31\x2b\x87\xfc\x7d\x31\xa3\xb6\xdf\xcd\x19\xcc\xaa\xdb\xc9\xb2\xe2\x45\x5d\x37\x9d\x5b\x5c\xd0\xbb\xc0\xe2\xf3\xb4\xca\x28\xb7\xef\x34\x28\x6f\x8b\xd1\x38\xbd\xcb\xea\xaa\x53\x34\x6d\x4a\xd6\xcd\xf8\xb2\xa8\x3e\x2d\xf8\xa0\x2a\x27\xb3\x02\xc7\xee\x72\x3c\x19\x57\x0f\x30\x9d\x4c\x27\xcb\x6a\xc6\xe7\x55\x5d\x95\x0b\x96\xfa\xf3\xf2\xb2\xb8\x46\xba\x21\x14\x89\x78\xd8\xb8\x58\x5e\x5e\x8f\x66\xf3\x05\x2f\x87\xa3\x7a\xc0\x26\x35\xab\x47\x97\xe3\xc9\xe2\x2f\xed\xdb\x3f\xb0\xe2\xcb\x6d\x31\x43\x32\xaa\xab\xeb\xc5\xa5\x9b\x7e\x7a\x80\xe2\xe3\xbc\x21\x9d\xea\xd3\xa2\x9a\x8d\x8b\x9a\xcf\x27\x77\xb3\xb2\xba\xbc\x7c\x5f\x5d\x4f\x66\xd5\x45\xbb\xce\x87\xd1\x78\xd0\x2d\xa8\xa9\x09\xeb\x7b\xb9\x62\x71\xb7\x18\xf2\xdb\x6a\x31\x9c\x0c\x78\x3d\x9a\x2f\xd8\x5d\xcd\xda\x88\xda\xe5\xd8\x89\xc7\x21\x48\x65\x8f\xc3\xf1\xeb\xc7\xc5\xe3\x10\x7c\xb8\x7b\x5f\xcd\xc6\xd5\xa2\x7a\xe4\xcb\x8c\x27\xb7\xc5\xe0\x71\x28\x26\xa3\x41\xf9\x38\x0c\x8b\x6a\x36\x2b\xae\x27\xb3\xdb\xa3\xd1\x0c\xab\xa2\x5e\x0c\x79\x39\xac\xca\x0f\x09\x0f\x94\xb3\xd1\x62\x54\x16\x35\x74\xca\x26\x77\x8b\xe9\xdd\xe2\x18\xf8\x1d\x60\x38\x6f\xaa\x5b\xa4\x98\xc7\x21\x48\x30\x8f\xc3\xf1\xeb\xc7\x47\xbe\xc5\x9a\x62\x1e\x87\x87\x28\xe6\x71\x28\x90\x62\x1e\x87\x61\x45\x31\xc7\xa0\x99\x16\xf3\xf9\x68\x7c\x73\x2e\x61\x7c\x2c\x66\xe3\x63\xc1\x77\x4a\xbe\x65\x51\xdf\x11\x2b\x9f\x7c\x7c\x75\x59\x17\x0d\x2b\x3c\x05\x78\x50\x8d\x3f\x1f\x09\x4b\x8d\x5e\x0c\xd8\x7c\x31\x9b\x8c\x6f\x76\x12\x6f\x6f\xe5\x1e\x42\xed\xad\xbf\x8b\x28\x7b\x2b\xef\x21\xc0\x5e\x98\xdd\xc4\xd6\x5b\x7d\x27\x61\xf5\xd6\xee\x27\xa2\x35\xc8\x5a\x6b\x49\xd0\x47\xf5\x6a\x0f\xd0\xc1\xde\xed\x81\xdb\xdf\xcb\x3d\x40\x47\xf5\x76\x0f\xec\xa1\x5e\xef\x01\x3b\xd0\xfb\x3d\x50\xc7\x8c\xc2\x5a\x41\x62\xf5\x28\x2b\x44\x6c\x3e\x2d\xc6\x07\x06\xa2\x1f\xee\xe0\x58\xf4\x83\xee\x1f\x8e\x7e\xb8\xa3\x46\xa4\x1f\xfc\xd0\xa0\xf4\x43\x1e\x18\x97\x7e\xc0\xde\xa1\x39\xa8\xad\x75\xab\x75\x15\xb6\x5c\xb6\xa9\xb3\x0d\x46\xf3\x12\x35\xcd\xcf\xbc\x1c\xa2\x5a\x09\xb3\x6a\x3e\xa9\x51\xf5\x2c\x8b\xd9\x80\x0d\x6a\xb8\x2e\x46\x35\xd6\x60\x83\xc5\x31\xd5\x67\xd5\x60\x34\x43\x9d\x75\x6f\xf5\xf9\xab\xac\xbf\xe2\x1b\x37\x7a\xed\x8e\xea\x93\xbb\x45\x45\xa8\x9b\xfa\x77\xa8\xdf\x76\xe9\xef\x68\xa8\x4d\xea\x3b\x1a\xb0\x43\x7b\x47\x43\xed\xa2\xbc\xa3\x81\x37\xe8\xee\x68\xb8\x2e\xd5\x1d\x0d\xb6\x83\xe6\x76\xc3\x1e\x39\x70\xf3\x69\x3d\x5a\x2c\xfa\xc6\xf9\xba\x2e\xe6\xa8\x69\xce\xe7\xc5\x4d\xc5\xa6\x50\xcd\x66\x93\x59\xe6\x4c\xeb\x06\x6c\xd5\xfa\x34\x9a\x2f\xe6\x07\xab\xcd\xef\xca\xb2\x9a\x1f\xae\x97\x15\x8c\xad\x7a\xc3\x62\xce\xa9\x41\xaf\x36\x4b\x5a\xe6\x43\xef\x14\x6c\xd5\xe9\xce\x3f\x2c\xd8\x9c\x7c\xdb\xe6\x44\x2f\xde\xed\xaa\x5d\xf4\xad\xf2\xcd\xa7\xec\x31\x87\x8b\x7f\xce\xaa\xfa\xaf\x3f\x0e\xab\x7a\xfa\xcb\x6a\x74\xfa\xeb\x37\x83\xf9\xcf\xeb\xc9\xec\x47\x2a\xf9\xaf\xb2\x9e\xcc\xab\x5f\x2e\xba\x16\x4d\xef\x5b\x74\x6a\x75\x5f\x20\x15\x6d\xb6\x7d\x3c\x59\x8c\xca\x0a\xca\x59\xab\x26\x92\x78\x63\x18\x03\xda\x2c\x82\xd3\xad\xe9\x6c\xb2\x1c\x75\xa0\x3b\x35\x6f\x26\x93\x9b\xba\x3a\xaa\xea\xed\xa8\x9c\x4d\xe6\x93\xeb\xc5\x51\xb5\x27\x1f\x16\xc5\xbe\x8a\x07\x7b\xa5\x5d\xa9\xdb\x29\x54\xb2\xd9\x27\x1b\x6b\x03\xc8\x0c\xb3\xfc\xe8\xaf\x93\xb0\x1f\xac\xf6\xeb\xc7\xc5\xc1\x3a\x6b\x4a\x3b\x58\x95\xc6\xf4\x60\x2d\x7c\xc9\x83\x95\x56\x0c\x6a\xbb\xe6\x6c\x72\x33\xab\xe6\x73\x18\x8d\x07\xd5\x02\xb5\x9d\x71\xb1\xd8\xb9\xbc\x93\x05\xc7\x78\xb2\xf8\x4b\x6b\xa5\xe7\x87\x35\xaa\x9d\x20\x59\x6a\x9c\x08\x85\x22\xe3\x44\x90\x96\xbc\x38\x11\x32\x09\x8b\x13\x81\x48\x52\x9c\x08\xb3\x16\x13\xfd\x80\x5b\xcb\x0a\xbd\x74\xbf\x55\xb3\x4b\xfc\xeb\xe2\x8d\x19\x40\xec\x67\x31\x99\xd4\xd8\xb8\xb4\x2c\xfa\xcb\xc5\x3f\x67\x93\xba\xfa\xf1\x7d\x31\x1e\x57\xb3\x5f\x5a\xcb\x62\x93\x6b\x5a\xcb\x60\x30\x9a\xf3\x7a\x52\x16\xf5\x5a\x83\x25\xc3\x2e\x97\xaf\x91\x9f\x86\x27\x53\xc7\x53\xa0\x42\x92\x79\x0a\x3c\x2d\x3a\x7a\x0a\x74\x89\xb8\x9e\x02\x13\x51\xdc\x53\x20\x5a\x93\xe1\x4e\x6c\x59\xaa\x35\x74\xb7\x92\x6c\xc3\xc5\x6d\xfd\xcf\x41\xb1\x28\x38\xa9\x32\xff\xfb\xc7\x17\x83\x12\x8a\xb2\x4e\xac\xe3\xd3\x8b\x5f\x18\xad\xac\xee\xb6\xe2\x4f\x06\xde\xd0\x36\x4f\x86\x6f\x2b\x9d\x27\x03\xef\xd0\x3d\x4f\xc6\xd1\x55\x41\x4f\x06\xef\x68\xa2\x27\x43\x6f\x2b\xa4\x54\x61\x97\xc2\xd2\xcc\x67\x98\x4e\xea\x51\xf9\x99\x8f\x27\x83\x8a\x8f\x06\x68\x67\x2d\x3e\xaf\xc0\x37\x6b\xcd\xab\xd9\x72\x54\xf6\x55\xcc\xd6\xd2\x61\x8c\xdd\x8a\xfb\x91\xa2\x0a\x78\x18\x63\xab\xd6\x7e\x74\x2d\x95\xef\x30\xd6\xed\xca\xfb\x91\x27\x75\xec\x30\xde\x4e\xbd\xfd\x28\x49\x99\x39\x8c\xb1\x5d\x6d\x3f\xc2\xb5\x80\x38\x8c\x75\xab\xee\x01\xd4\x93\xe9\xa4\x9e\xdc\x7c\xe6\xb7\xd5\x62\x36\x2a\x91\xfb\x24\x11\x94\x48\x6e\x51\xbc\xaf\x2b\xf8\x38\x5a\x0c\xf9\xa0\x5a\x14\xa3\x7a\xce\x16\x83\xcb\xc9\xb8\xfe\x9c\x16\x0a\x49\x59\xa6\x4d\x9b\x15\xda\x9d\x20\xdd\x3a\x5f\xde\x17\xe5\x87\x9b\xd9\xe4\x6e\x3c\xe0\xd3\xc9\x7c\x44\xfb\x41\x65\x35\x5e\x54\xb3\x97\xad\xa2\x59\x35\xad\x0a\xd4\x2e\xf2\xd5\x03\x6d\x13\xfe\x9f\xbb\xc9\xa2\xba\x78\x3f\x19\x7c\xbe\x18\x0c\x2e\x06\xf5\xc5\x60\x71\xd1\x2c\x68\x36\xfb\x8e\x43\x79\x31\x54\x17\x43\x7d\x31\x34\x17\x43\x7b\x31\x74\x17\xc3\xc4\x15\x2f\x46\xd7\xb3\xe2\xb6\xba\xa8\xab\x9b\x6a\x3c\xb8\xa8\x47\x17\x93\xfa\x62\x7a\x31\xc5\x76\x57\x9f\x16\xc5\xac\x2a\x2e\xee\xea\xbc\x85\x74\x29\x5e\x4e\x8b\xc1\x60\x34\xbe\xb9\x14\x0f\x5b\x28\xbf\x5c\x4f\xc6\x0b\x3e\x1f\xdd\x57\x97\x52\x88\x3f\xbf\xa4\x9f\x1f\xab\xd1\xcd\x70\x71\x69\x84\x78\xb8\xab\xbf\xd4\xa3\xf9\x82\xcf\x17\x9f\xeb\x2a\xed\x76\x51\xd7\x7c\x79\x3f\x99\x0d\xaa\x19\x2f\x27\x75\x5d\x4c\xe7\xd5\x65\x73\xf1\x32\x17\xcc\xa7\x45\x99\x9e\x49\xf5\xd9\x62\x70\x91\x2f\x86\x5f\x56\xed\x79\x49\xdb\x69\x45\x3d\xba\x19\x5f\xd6\xd5\xf5\xe2\xa1\xb8\x1b\x8c\x26\x17\xd5\xed\xfb\x6a\x70\x31\xba\xbd\xb9\x98\xbc\xff\xb5\x2a\x17\x17\xa8\xa6\x4f\xbe\x0c\x53\xb3\x8a\xbb\xc5\xe4\xe5\x6d\xf1\x89\x7f\x1c\x0d\x16\x43\x6a\xf6\x03\x14\xd3\x29\x5f\x8e\xaa\x8f\xaf\xd2\x86\xeb\x4a\xf1\xfc\x27\x8a\x9a\x1f\xd3\xf5\x2f\x79\x13\xb0\xaa\xab\xc5\xae\x35\x9e\x82\xb6\x73\x39\x5a\x9a\xc9\x90\xca\x38\x60\x50\x8c\x6f\xaa\xd9\xe4\x6e\xde\xd9\x3c\x4d\xdb\x7c\x17\x30\x1a\xe3\xf3\xaa\x41\x86\x5f\xef\xd1\xde\x56\xe3\x3b\x3e\x2d\xc6\x55\xcd\x92\xc4\xc4\x1b\xa3\x45\x75\xfb\x0b\x5a\x6d\xb3\x8a\x37\x5a\x33\xde\x7f\x95\x5a\x4a\x0b\xe7\xef\x27\x9f\x7e\xf9\x17\xc2\x4e\xfb\xc7\x5b\xc0\x6d\x7b\xa6\xd9\xd5\x3d\x17\xd7\xce\xad\xcb\xbf\x5e\xa4\xae\x9a\x4f\x66\x8b\xde\x1a\x34\x39\xca\xc9\xf8\x7a\x34\xbb\xa5\xcd\x50\xd6\xe9\xdf\x22\xfd\x2a\x67\x15\xea\xf7\xb9\x27\xcb\xc9\xf4\x33\x7f\xbf\x18\x37\xbf\x53\x95\x62\x5c\x56\x75\xe7\xd6\xfc\xee\xfd\xed\x68\x71\xd1\x1e\xc3\x59\x35\xaf\x16\xbf\x74\x6e\xa5\x5a\xbf\xe4\x9d\x79\x06\x69\x00\xe6\xbb\x86\x3e\x69\xc0\xcd\xe3\x7f\x48\x9b\xc2\xa4\x9e\xe4\xa9\x3e\x2c\xe6\xbc\x81\x5f\xcc\x5e\x35\xb8\x4e\xe8\xca\x5d\x2c\xe3\x1c\x44\x5f\xf8\xc7\xea\xfd\x87\xd1\x82\x2f\x26\x77\xe5\x90\x97\x45\x5d\x4f\xee\x16\x34\xf7\x5e\x36\x45\x77\xf3\xd5\x80\xe4\x82\xdb\xc9\xfd\xae\xbb\xf3\xed\x9b\x9b\x37\x1e\x8a\x2f\xe5\xa4\x9e\xcc\x2e\xff\x24\xad\xd3\xd7\xd7\x0f\xd4\x2b\x49\xb0\x5f\xe0\xb4\x1d\xe6\xf2\xd1\x78\x58\xcd\x46\x8b\x07\xe4\x5a\xf9\xd6\xb2\x98\xfd\x85\xf3\x9b\x59\xf1\x99\x47\x21\x7e\x78\x40\xee\xd4\xe6\x8b\x19\xf1\xf5\xf5\xf5\xcb\x16\xa3\x71\xd3\x4f\x69\xe6\xcf\xaa\xf1\xa0\x9a\x21\x2b\x98\x4c\x17\xa3\xdb\xd1\x7d\x75\x55\xdd\x8c\xde\x8f\xea\xd1\xe2\x73\xaa\x81\x00\xbc\x18\xfc\x7a\x37\x5f\x24\x06\x45\x2f\x3a\x99\x7f\xe2\x09\xdf\xed\x64\xb2\x18\x22\x02\x6c\xc3\xbc\x2c\xea\x75\x1f\x6d\x54\x28\xc6\x8b\x51\x51\x8f\x8a\x79\x35\x78\x89\xf4\x7c\x5d\x4f\x3e\xf2\x4f\x97\xc3\xd1\x60\x50\x8d\xd7\x77\x3e\x5f\xce\xcb\xd9\xa4\xae\x5f\xbe\x9f\x7c\xc2\xa7\x23\x68\x66\x69\xef\x27\x9f\x5e\xde\x8e\xc6\x99\xef\x68\x21\xa6\x9f\x1e\xa0\xbc\xe5\x73\x3e\x2c\xe6\xc3\x11\xbc\x9e\x0c\xaa\xb7\xa3\xd9\x6c\x32\xbb\x28\x27\x83\x0a\xf9\xf1\x97\xbe\xc6\x20\x0f\xa3\x7b\xd7\xc5\xed\xa8\xfe\x7c\x79\x3b\x19\x4f\x90\x65\x56\x0f\xc3\xd9\x8e\x0e\x74\xd7\xde\x05\x95\x79\x6b\x1a\xc6\xcc\x0d\xe5\xf4\xd3\xcb\xcc\xe8\x25\xd8\x59\x75\xcb\xc4\x43\xa2\xf9\x6d\x34\x8b\x59\x31\x9e\x4f\x8b\x59\x35\x4e\x83\x98\x27\xd3\xc5\x68\x3c\xbd\x5b\x5c\x24\x92\x58\x49\x90\x2f\xed\xe6\xfd\xbd\x1e\x8d\x3f\xbc\x2d\xca\xff\xf8\x3c\x5f\x54\xb7\x3f\x4f\xc6\x8b\x0b\x5e\x4c\xa7\x75\xc5\xe7\x74\xe7\xe2\xc5\x7f\x54\x37\x93\x8a\xfd\xe7\xff\xf5\xe2\xe2\xff\x9d\xbc\x9f\x2c\x26\x17\xff\xcf\xa7\xcf\x37\xd5\xf8\xe2\x3f\xdf\xdf\x8d\x17\x77\x17\xaf\x8b\x31\x62\xad\xeb\x8b\x17\x3f\x8f\x66\x05\xfb\x8f\x62\x3c\x7f\x71\xf1\xe2\xdf\x66\x93\xd1\xa0\xf9\xf1\xa6\xaa\x97\xd5\x62\x54\x16\xec\xff\xae\xee\xaa\x17\x17\xab\xdf\x17\x3f\xcd\x46\x45\x7d\x31\x2f\xc6\x73\x54\x04\x46\xd7\x0f\x89\x3a\xb3\xf0\x22\xd1\x94\x89\xb3\x23\xc0\xbc\x10\x0f\xeb\x91\xe8\x21\x1c\x1c\x8a\x87\xf6\x50\xad\x48\x21\x11\x02\xd6\xa1\x99\xd8\xa6\x1a\x1a\xbf\x8f\xc3\xd1\xa2\x22\x41\x57\x5d\x4e\x67\xd5\xcb\x8f\x93\xd9\x80\x7f\x9c\x15\xd3\xcb\xf1\x64\x76\x5b\xd4\x0f\x7f\xbd\x68\x34\x90\xb5\xce\xb0\xa6\xaa\x66\x3a\x35\x62\xff\x4b\x7b\x74\x5b\xb2\xad\x48\xe3\xb3\xc1\x3f\xda\x37\x67\xc5\x60\x34\xf9\xe5\x4b\x79\x37\x9b\x4f\x66\x97\xd3\x09\x8a\xb4\xd9\xc3\x91\x50\xcb\x6a\x46\x2e\x01\x59\x0c\xbf\x2f\xe6\x55\x3d\x42\x31\x4f\x33\x7f\x43\x40\xbf\xdc\xa8\xbd\x98\x4c\x1f\xf6\x12\x51\xa3\x83\x3c\x24\x95\xa5\x79\x47\xf1\xf0\xd7\x46\x83\x48\x6f\x2a\x1e\xa0\x18\x8f\x6e\x8b\xc4\x44\x17\xc5\x7b\x3e\x2e\x96\x0c\x0d\xb2\xbc\xcc\x79\x86\x80\x3f\x19\xe4\x72\x88\x43\x9c\xdc\x71\x06\xa3\x39\x36\x65\xf0\x43\xfa\x99\xdc\x7f\x7e\x38\xc6\xe9\x65\xcb\x31\xe3\xa2\x67\x69\xe5\x4c\x15\xe4\x0c\xa0\xd5\xdb\x9c\x07\x7d\x3d\x29\xcf\x7d\x70\xea\xd1\xc6\x87\xeb\x7c\x0c\xc7\x8c\xc9\xd6\x1e\x36\xa4\x3b\x3c\x5b\xa9\xfb\xb7\x5b\x5b\x04\xd2\xd1\x41\xce\x01\xda\xd7\xdf\x47\x40\x53\x7f\x6f\xbc\xf2\x79\x98\x76\x75\xde\xfe\xdd\xcd\xec\x4b\x91\x54\xa3\xf6\x4a\xdf\xf1\xdb\x53\x3b\xb5\xe4\xad\x5b\xad\x3e\xda\x2e\xcb\x14\xb7\x5d\xd0\xa5\xa7\xbe\xf2\xbd\xd4\xb2\x73\x3b\xab\x6f\xff\xaa\x77\xc3\xaa\x77\x87\x6a\xa7\x41\xb0\xa6\x67\xd4\x9c\xf7\x57\x68\x5e\xfe\x40\x2d\x7a\xd3\x8b\xbc\xd8\xda\x36\x36\x92\x01\xb2\x85\x90\x7a\x61\x30\x5a\xfe\xb0\xbf\xee\xba\x03\x0f\xd7\x6d\xd5\xea\xdf\x84\xca\xde\xb3\x87\xf7\xa9\x4e\x32\x8a\x8e\x78\xc9\xc7\x20\xdb\xea\x85\xc7\x20\x5b\xa3\xd9\x65\xb8\x6d\xdf\x5b\x91\xf7\x8e\xa2\x4c\x1b\x3b\x4a\x8e\xa0\xfc\xa7\xea\xda\xa7\xea\xd5\xc7\x77\x68\xa3\x28\x40\xea\x8b\x8a\x1c\x93\x0f\x18\xa6\x07\xca\x37\x58\xcc\x51\x95\xf7\xf5\x7a\xd7\x0e\xee\xfc\x5a\xb3\xc0\xee\xed\x34\xc8\xdd\x7b\x9d\x56\xed\x2a\xda\xd7\x86\x03\xd6\x76\xba\xd5\x20\xdf\x51\x92\x1a\xb4\xa3\xe0\xb4\x47\x77\xac\xfa\xdd\xf2\xb2\x4f\x1a\xee\x2a\xe8\x74\xc9\x91\xc2\x6f\x57\xe3\x7a\xd7\x17\xd2\xad\xee\x13\x3a\x25\xed\xa6\x75\x0a\x4e\x7b\x74\xb3\x8e\xb1\xe3\xde\x66\xcf\x74\x0b\xb7\x9f\xdf\x94\xec\xe8\x9b\x5d\x15\xf6\xb5\xf0\x98\x55\x95\x83\x58\x36\xd7\x5d\xce\x58\xaa\x39\x75\x33\x22\x2d\x09\xef\x5a\x63\xee\x94\x6c\xae\x28\x9f\xbb\x0e\x74\x90\x5d\x3e\x19\xde\x0d\xf6\xf9\x64\x78\x37\x30\x9e\xbe\x82\x75\x64\x17\x3c\x05\xe2\x9d\x7d\xf0\x14\x88\x1b\x94\x8d\x59\x9a\x56\x15\xe6\x93\x7a\x34\x38\x64\x9a\xee\x10\x42\x7b\xd7\x5e\x5e\xae\xd7\xce\x57\x4b\x68\x14\x52\xc2\xdf\xcf\x8a\xf1\x80\x3b\x21\x2e\xf2\xe2\xc0\x0f\x2f\xdb\x95\x16\x9f\xa7\x93\x1d\x75\x1e\x9e\x5a\x51\xf8\x1a\x12\xe0\xa9\xf8\xe6\x31\x0c\x64\x4d\x7d\x27\x72\x9e\x53\xd9\x59\xcf\x52\x67\x67\x7c\xff\x64\x95\xf5\x4e\xe6\x81\xfc\x93\xf6\xba\x30\x6a\xd7\x90\xf5\x4b\xe9\x8e\x80\x3a\x9d\x83\xee\x6a\xa5\xbf\x0e\xd7\xc5\x46\x43\xdf\x17\xa5\x2c\xcb\xcd\x86\x7e\x8d\x05\x8f\x64\x4f\x66\xd3\xe5\x3c\x76\xbd\xe3\xa5\xaa\xf7\x55\x75\xad\x36\x5e\x2a\xaf\x9c\x76\x7e\x3d\x3c\x89\xbd\xd2\xdf\xad\xcd\x72\xfa\xb5\x92\xca\x3c\x3c\x62\x79\xa2\xd7\x2e\x3f\xda\x14\x3f\x55\x78\x1e\xdb\xad\x5d\x5a\x69\xde\xb4\xc7\x24\xde\x3d\x4d\xde\x57\x83\x0d\xa4\xd7\x45\x69\x84\xda\x46\x93\x4d\xee\x5d\x6d\x2b\xaf\xfd\x16\x1a\x55\xbd\x17\x3a\xbe\xec\xfc\xda\x31\x0a\x27\x2c\xe3\x1c\x37\xcf\xdf\x47\x75\x7d\xfd\xb2\xf3\xeb\xac\xc7\x1e\xf5\xb4\xb4\x57\xf3\xb2\xbb\x73\xf3\x0d\xae\x36\xed\x7a\x19\x71\x6d\x0f\xbc\x8f\x28\xd4\xc0\x9b\x87\x7d\xab\x46\x3d\x96\xd4\x61\xe3\x62\xb7\x7e\xbd\xa3\x9d\xa1\x78\x2f\xb7\xda\x19\xaa\xe8\x0a\xfd\xb2\xf3\x2a\xbb\xda\x79\x60\x05\xeb\x68\x8b\x71\x8f\x31\x78\x9a\xd9\x75\xc8\x8e\x3a\xd1\x58\x39\x68\x7b\xec\xc1\xb7\xa3\xaf\x75\xf0\xc5\x56\x5f\x27\x2a\x78\xb9\x9e\x03\x3b\x3a\x7a\xf7\x3e\x73\xdf\x26\x72\x6e\xe2\x8e\x06\x64\xfa\x3b\xbd\x01\x87\x2d\xf3\x43\x16\xea\x41\x2b\x2d\xc7\x1e\x6f\x37\x5a\x54\x46\x14\xfa\x70\xa3\x7f\x2b\xef\x88\x83\x2b\x9f\xc7\xae\x26\x3e\xc9\x6a\xdb\xe3\x31\x1c\x58\x49\xfa\x96\x2d\xb0\xb5\x3d\x73\x84\x30\x29\xbd\x36\xc6\xbe\xec\xfc\xda\x16\xc3\x7b\x17\xca\x77\x3d\x27\x56\x65\x55\xed\x7d\x94\x7d\x2f\x83\x12\x67\x10\xe8\x23\x77\xb4\xd6\xd0\x07\xd6\xf7\xf6\x88\x87\xca\x16\xaa\xd8\xd4\xa1\x37\xc4\xc3\x59\x93\xaf\x91\x1d\x5f\x73\xff\xf2\xb7\xdd\xff\xdb\xdb\xa2\xa7\xdc\x0d\xf9\x6a\xbb\x20\xdf\xec\xce\xc4\xb7\xb6\xa6\x7f\x60\x3e\xe5\xd1\x7c\xf4\xaa\xfa\xf7\xb9\x58\xf7\x1d\x2d\xad\xed\x60\x78\x99\x75\x6f\x5a\x3d\xc8\xc1\x1f\xc9\xf0\x9e\xca\x4b\xe0\xa4\x4d\x9b\x5e\xad\xca\x5f\x2b\xa5\xca\x83\xef\x79\x39\x9b\x4c\x16\x87\x63\x21\xc6\xe4\x20\x34\x67\x6d\x7e\x33\x18\x2d\x77\x00\xb6\xa3\x23\xda\xd5\xbf\x64\x0f\x3b\x21\x44\x12\xde\xcd\x6f\x2b\x56\x4b\x0e\xf9\x96\xc4\x2a\xd9\x60\x6f\x6e\xd9\xad\x5b\x0a\x6b\x0d\xca\x4a\x54\xae\xb9\xa5\xf1\x56\x36\xea\xf3\x2d\x83\xb7\xb2\x3c\xcb\xb7\x2c\xde\xca\x2b\x2a\xf9\x96\xa3\x5b\xca\x05\xbf\xaa\xe5\xf1\x56\x5e\xf5\xca\xb7\x02\xde\x4a\x2b\x4a\xab\x5b\xd8\x2e\x55\xaa\x4a\xaf\x00\x23\xd6\x4a\x6b\x09\xab\x5b\x58\x4b\x5a\xe9\xe5\xaa\x5d\x31\xc6\xcb\x3f\x09\x21\x5e\x72\xfe\xbe\xbe\xab\x52\xa3\xb2\xfa\xce\x79\x6b\x9d\xb5\xe3\xef\xd6\xe9\xee\x43\xa3\x76\x60\x70\x3a\x03\x92\x5a\xb2\x1e\x90\x6e\x63\xe5\xf6\x2b\xc9\xed\x17\x57\xdb\xdd\xa3\xb7\x3b\xd1\x6c\x77\x75\xdf\x80\x74\x87\xcd\x6f\x0f\x6e\xd8\x26\x81\xb0\x4d\x28\x71\x9b\x9c\xe2\x36\xd1\xd1\x80\x5c\xef\xed\xfd\x23\x57\xd0\xeb\x11\x2b\xbe\x10\x1c\x79\xd3\xf3\xc1\x5d\x4e\xb3\x04\xd2\xce\x5f\xb6\x0a\x16\xa3\xdb\xd1\xf8\x86\x5f\xdf\x8d\x89\x35\x5c\x56\xc5\xbc\xe2\x93\xbb\xc5\x03\x6a\xa3\x8b\xd1\xf8\xa6\xab\xa5\xb6\x71\x4e\x67\x93\x69\x35\x5b\x7c\xbe\x9c\x4c\x8b\x92\xfc\x4c\x77\x3e\x6f\xef\xe3\xea\xd1\xb8\x2a\x66\x2f\x33\x86\x4b\xf1\x32\xfb\xdc\xf1\x6a\x59\x8d\x17\xf3\xe4\x56\x7b\x88\xc6\x6e\x8b\xd1\xf8\xcb\x9e\x87\x94\x77\xef\x47\x25\x7f\x5f\xdd\x8f\xaa\xd9\x5f\x40\x5e\xe0\x7f\x65\x2f\x20\xfe\xd0\xd7\xe4\x87\x4d\x2d\x29\xa7\x9d\x7a\xf5\xd7\x96\x9b\xff\x2e\x47\xc9\xe6\x1e\xbe\x17\x1f\x76\xef\x6d\xfb\x58\xee\xe0\xf0\x69\xc5\xf9\x7a\x54\x63\x27\xbc\x2f\x66\x3f\x64\xa7\x66\xf2\x31\xa4\x84\x69\xbf\x24\x6b\x99\x25\x21\x30\x2d\xe6\xf3\x8f\x93\xd9\xe0\x97\x1d\x5a\xee\xa9\xb8\x16\xd5\xa7\xc5\xe3\xf0\xac\x82\x26\xf6\x05\x5f\x27\x09\xd2\x34\x7c\xfb\x3d\x4e\x05\xcd\xcd\x3e\x1e\xec\x84\x56\xe6\x7d\x85\xd3\xdb\xd8\x01\x3c\xb6\x85\x19\xe8\x84\xf6\x61\xd5\x33\x5a\xd7\x02\x3b\xb6\x6d\x04\x72\x54\xcb\x8e\x26\xd8\xb3\x71\x1c\x6e\xf3\x61\x02\x6d\x6f\x1b\xf5\xb4\xaf\xaf\x4a\x7e\xfc\x76\xf1\x1a\x7b\xea\x32\x0a\xd1\xdd\xc6\xbb\x5d\x98\x31\xb6\x0b\x56\xb8\xc8\xbf\x9c\xf6\x16\x0e\x4c\x9c\xfe\x3a\x09\xfd\xae\xf2\xd5\x53\x5a\x85\x3d\x34\xdf\x57\x63\x0b\xf9\x26\x15\xb7\x8a\x76\x92\xeb\xee\xf2\x2d\xb4\x1d\x02\x6c\xb1\x61\x08\xde\xce\xaa\xdb\x97\xdf\xb0\x97\x7d\x47\x1c\x48\xb0\x8f\xe1\xfb\xaf\xd2\xbe\xd5\x0a\x41\xb3\x8b\xb9\x18\x2d\xea\xea\x55\x3b\xf9\xe1\xc9\xb9\xce\x16\xa7\x42\x34\x42\xb1\xcf\x71\xb8\x49\x63\x41\xc9\xc8\x8e\xae\x3d\xa8\xc6\x9f\x8f\xae\xdc\xca\xf3\x79\x10\x66\x31\x80\x41\x35\x5f\x8c\xc6\x24\xe7\xf7\xd4\xea\xf5\x2a\xdf\xdc\xba\x19\xaa\x55\xa5\x7a\x52\x7e\xe0\xf3\x6a\xa3\x70\x50\x5d\x8f\xc6\x59\x2b\xa1\xa0\x3d\xec\xe4\xf6\xca\x77\x1e\xbe\xee\xb8\xed\x56\x3e\xce\x0e\x90\x3b\x52\x2e\x66\xca\x3a\x52\x4a\x1d\x5b\x1b\x67\xec\xe1\xba\xfb\x89\x7d\x0f\xe0\xaa\xa7\xf7\xd4\x49\x3d\x5f\x16\xd3\x34\xec\x07\x6b\xae\x1d\xa0\x8e\xa9\xdb\x1d\xba\xc3\x00\xc3\x23\x76\xc4\x69\x4c\x1f\x13\xd8\x98\x67\x47\x4a\x30\xb4\xc6\x99\x6f\x0f\x47\x37\xc3\x1a\x99\xd1\x76\x11\x92\xd8\xf6\xdd\xec\x3a\x70\x5b\x8c\x8b\x9b\xea\xb6\x1a\xef\x00\x6c\xd2\x0f\x6d\x15\x34\xf9\x86\xd6\x05\x5b\x82\x33\x0f\xf3\xb9\x2f\x4b\x64\x93\x12\x71\x35\x33\x25\xdb\x41\x5d\x91\xda\x0a\x55\x6c\xdf\x4f\x4f\xdf\x6f\xa8\xe6\xa9\xd6\x6d\x62\x27\x1b\xf0\x51\xf0\xc5\x71\xd5\xd2\x7e\xdc\x51\x55\xa9\xed\x4d\xe0\x53\xe3\xff\xbd\xd3\x57\x21\xfb\x7d\xcc\x61\x34\x9e\x2f\x8a\x71\x59\xc1\x6d\xb5\x28\xb0\xd6\x8b\x5f\x18\x75\x58\x4e\xc3\xcc\x9a\xbf\x43\xb5\x4b\x67\x48\x8f\xdc\x92\xf7\x5b\xb7\xd7\x13\x9f\x6e\x36\x13\xf5\x60\x12\xdf\x57\x7f\x4d\x75\xba\xb3\xb6\x75\x6b\x3d\x3d\x3b\x37\x3b\xf3\xb0\x5d\x32\xfc\xf6\x02\x53\xbb\xfa\x80\x6a\x2b\x04\xfd\xf2\xfc\xcb\x46\x44\x5e\x3b\x10\x14\xc2\xac\xba\x7d\x02\xb5\xe2\x59\xfe\x7f\xcb\xf2\xff\x59\x94\x9f\x2e\xca\x8f\x15\xcf\xaf\xb6\x04\xd7\xf7\x25\x3c\x77\x09\xc1\x67\x19\xf7\x3b\xca\xb8\x3d\xf2\xab\x97\xab\x3b\x21\x1e\xce\xb0\xda\x9e\xda\x2e\x38\x43\x0d\x1e\x3e\x52\x61\x3d\x17\xee\x90\xa2\x77\xa2\xba\xb1\x5b\xb7\xf8\x06\x35\x88\x36\xd5\xd8\x16\xd5\x3c\x42\x56\x1d\x14\x4b\x8f\xe3\xdd\x6b\x06\xdb\x9e\x2b\xed\xb4\x39\xa0\x49\x89\xf9\x83\xe8\x20\xdf\xb2\x14\x79\x32\xe6\xd9\x1e\xbe\x27\xd5\x40\x1f\xab\xba\xed\x54\xbc\x9e\xd7\x55\x8e\x56\xc6\x1e\xaf\x68\x3d\x51\x5a\xa6\xdf\x70\x81\xe0\x8f\xa7\x24\x3d\x9d\x6a\xf3\x48\x8b\xbd\x43\x1c\xdf\xa6\x30\x6d\x6f\x26\x9c\xa3\x84\x3d\xb9\x3e\xb5\x4f\xa3\xd9\xab\xad\x74\xde\x47\x2a\x7a\xa1\x3f\x7d\x9c\x15\xd3\x69\x35\x5b\x45\xe5\x34\x8c\x9a\x0d\x65\x4e\x9f\x3a\x1a\x0f\xf8\x74\x36\xf9\xf4\xf9\x69\x72\xc4\x1c\xcf\xf8\xab\xdb\x47\x81\x77\xe4\x46\x5f\xa0\xd4\xb1\x03\x59\xbf\x1a\x9c\xe7\x09\x7b\xfa\x71\x64\x47\xe8\x2b\xc7\x29\x35\xf9\x58\xb4\x23\x55\xa0\xe9\x31\xba\xcf\x51\xfa\xd1\xb1\xcf\xa5\xca\x07\x1f\xdb\xea\xa2\x53\x14\xae\x63\x1b\xd1\x86\xd9\xd5\x96\x96\xba\x9c\x78\x1d\x81\x27\xe6\xca\x76\xd2\xc4\xc6\x09\x23\xdb\x55\xfb\x92\xbd\x6c\x9c\x05\x81\x8a\xc6\xfe\x43\x07\x76\xd6\xd8\x3c\x6a\x60\xe3\x30\xbb\x95\x0a\x3f\x26\x1a\x1f\xd5\x83\xbf\xa8\x1f\x0e\x26\x94\x99\x1e\x7d\x4a\x5e\xf7\x28\xbc\x0d\x57\xf6\xed\xd3\x04\xb6\x95\xaf\xe9\x0e\xf5\x6a\x5e\x4d\x8b\x59\xb1\x98\xcc\x7e\xe9\x14\x0e\xea\x8b\x4d\xa7\xbf\x13\xd4\x2f\x64\x2f\x5f\x4b\x59\x3b\x0a\xf7\x19\x8a\xdd\x51\x78\x1f\xa7\x02\x1e\x78\xc4\xe3\x96\xf1\x12\x5d\xfc\xcb\x81\x67\x4c\x8f\x92\x9a\xc7\x89\xd6\xe9\x39\x3a\x67\x87\xde\x4e\x80\x26\x82\x3c\xc1\xf9\x9c\x28\xb6\x6d\x10\x6e\x98\x87\x6b\x26\xd6\xb9\x3d\xdd\x36\x17\x77\x18\x90\x5b\xc0\xeb\xa2\x69\xc7\xa8\xec\x5a\x98\x5b\x60\x74\x77\xda\x6f\x70\xee\x31\x45\xb7\x70\x6d\x57\x99\x6e\x9a\xa9\x5b\x66\xeb\x16\x92\xa6\x60\xba\x69\xc8\x6e\x19\xb6\x5b\xa0\x4d\xc1\xf4\x70\xaa\xa0\xf5\x6c\x78\x12\xb3\xa3\x4d\x52\x27\x50\xd3\x29\x84\xd4\x9b\x69\xb6\x65\xa2\x4f\x2f\x60\x31\x9a\x4e\x3f\xf3\xf7\x93\x4f\xc9\xd2\x5f\x0c\xab\xdb\xea\xff\xa3\xf3\x03\x16\xa3\x29\x5a\xf4\x54\x5e\x4e\x48\xa0\x5d\x74\x4e\xfa\x3c\x22\x69\x6d\xdb\x6e\xc2\xce\xdb\xb2\xa3\xbe\xef\xb4\xb6\xbb\x2c\xa7\xea\xf6\x14\x83\xaa\x5b\x7b\x9f\x95\xd5\xad\xb9\x6b\x4d\x79\xcd\x4e\xd3\x31\xaa\x5d\x23\x60\xc3\x24\xa0\xfc\xd5\x8c\xd2\x75\x92\x62\x9f\xc4\xfc\xe3\x8c\xae\x16\x55\x9f\x8b\x68\x70\x76\x1b\x88\xea\x1f\x69\xec\x6d\xbd\xc0\x19\x98\x56\x6f\x70\x46\x90\xc8\x60\xb4\xfc\xd2\xef\x14\xdc\x72\x27\x7e\x38\x3e\xc7\xe5\xb9\xf6\xc2\xd3\x59\x00\x5f\x4b\xa9\x9f\x6e\xe8\xd0\x5b\xea\xe5\x1e\x59\x7a\x9c\xd0\xdc\x27\x19\xcf\x93\x81\x87\x05\xdc\x61\x39\x36\xdd\x64\xe2\xcd\x4c\xde\xb1\x44\xf1\x48\x8b\xfe\xeb\x7a\x06\xf4\xd9\xd1\xa7\x9a\xc4\x4f\x69\x95\x9d\x65\xd8\xec\xb7\x5a\x1e\x67\x98\x7c\xbf\xeb\xc2\x5f\x49\x29\x3f\x4b\xad\x7e\xa4\xd6\x76\xaa\xf2\xb5\xad\x26\xb5\x95\x9e\xa7\x5b\x70\xed\x15\xee\x4f\x20\xd3\x7f\x2f\x51\xfc\x58\x01\xba\x63\x5d\xf3\x77\x58\xaa\x7c\x9a\xc5\xc1\x47\xac\xe3\x9d\xb4\xf8\xb6\x7b\xad\xec\x7b\x5b\x94\xda\x5e\x4e\xda\xbf\x76\xf4\xb4\x8b\x43\xa7\x2c\xf6\x1c\xb3\x7c\x73\xe6\x92\xcc\xa9\x2b\x2b\x8f\x59\x0d\xd9\xbf\x3c\xb1\x67\xf1\x61\xf7\xda\xc2\x11\x4b\x06\xbd\xcb\x00\xdb\x46\xfe\xf1\x26\xfd\xa3\x4d\xf7\x2d\xb3\xf7\x0c\xa3\xfa\x24\x3b\xfa\x0f\x6e\x35\xef\x34\x8e\x3b\x56\xf0\x6e\x83\xf7\x89\xcd\xd7\x27\xb0\x23\xdb\xd2\x28\x6b\xe4\x83\xc9\xc7\xf1\x7c\x31\xab\x8a\x5b\xa2\x80\x62\x34\xc6\xfe\x4b\x27\x44\x23\x83\x28\x67\x23\x3a\xf3\x61\x75\x38\xd6\x41\x08\x62\x83\xc7\x57\x4f\xaa\x38\x1b\x2c\x8e\x07\x49\x51\xf5\x27\x81\xe0\xd0\x8e\x5a\x07\x04\x1f\x04\xc8\x33\xf8\x00\xc0\x60\xd4\xdd\x5b\x4e\x47\x27\x37\x20\xf5\xe4\x66\x34\xce\x13\xe5\x5f\x12\x37\x24\x76\x90\x73\x71\xe6\x00\xe8\x3f\x35\xe7\x96\xb5\xda\x51\x8f\xc6\x1f\x28\xc3\xe2\xf5\xe8\x86\xe3\x8f\x35\xd2\xde\xda\xab\xe3\xcf\xf6\x57\x4f\x09\x10\x50\xec\x15\xb3\x0f\x64\xde\x7f\xa8\x3e\x6f\x00\xdd\x4d\x4f\x23\x89\xfd\xf5\x37\x08\x62\x7f\xe5\x1d\xe4\xb0\x1f\x60\x07\x31\xec\x07\xd8\x22\x85\xfd\xd5\xb7\x08\xa1\x6b\xc3\xbe\x2a\xda\x04\xb0\x75\x88\xfc\xce\xcc\x99\x74\x3c\x66\xfb\x1c\xbb\xf5\xfa\xc9\x74\x32\xaf\x06\x7c\x5a\x2c\x86\x2d\x53\xf0\x15\xa4\x69\xcf\xb6\x65\xd2\xb9\x28\x4e\x87\x43\x56\x72\x32\xd4\xa0\x86\x62\x30\x98\xa1\x8c\x1c\x9c\xde\xd6\x41\x0d\xef\xab\x61\xb1\x1c\x4d\x66\x67\x82\x13\x53\x3c\xf7\xd9\x0d\x9d\x9f\x09\x8e\xc2\x36\x9d\x08\x78\x26\x02\x9a\x37\x67\xc2\x92\xbb\xe4\xa0\xaa\x8b\x73\x11\xdc\x56\xf3\xe1\x99\xa0\xe3\xc9\xa0\x3a\x17\x74\x6b\x32\x9f\x00\x9c\x27\xf6\xd9\xd0\x8b\x73\x5f\x78\x3a\x99\x2d\xce\x05\x9d\x4d\x16\x93\x72\x72\x2e\x8d\x2d\x16\xe7\x42\x36\x1a\xea\x29\xd0\x8d\x76\xb5\x9e\x18\xdb\x0c\xef\x20\x70\xa6\xea\x33\x20\x57\xe3\x7b\x0e\xec\x96\x32\x7f\x0e\x96\x55\xa7\x9d\x0e\xfb\xcf\x59\x55\xff\x78\x5b\xfd\xb2\x0b\x76\xe7\x5a\x63\x4a\xf9\xfb\x2a\xf9\xcd\xed\x16\x2e\xfb\x2c\xf3\x63\x2b\xa3\x61\x7e\x6c\xdd\x96\x5d\x7e\x08\x64\x2b\xc1\xf1\xf1\x00\x69\x61\xe1\x54\x28\x5a\x60\x38\x08\xb4\xb1\xd2\xca\x3a\xcf\x3c\x03\xee\x40\xef\xf5\xa4\x70\x3e\x09\x22\x77\xc7\xa9\x60\xa9\x3f\x76\x41\x75\x4f\x6e\xdf\xe5\x5e\x9f\x15\x95\x57\xf5\x28\xe5\x5d\x6b\x29\x38\x3f\x9c\xa2\x8b\x9c\x8d\xf4\x29\x30\xed\xd4\x57\x4e\xc7\xb3\x5f\x83\x39\x0b\xdf\x3e\x9d\xe6\x2c\x84\xfd\x5a\xce\x79\xe8\xf6\xe8\x3d\x67\x21\xdc\xaf\x09\x9d\x85\xb2\x57\x37\x3a\x0b\xdb\x7e\x6d\xe9\x2c\x94\x7d\xfa\xd3\x59\xc8\xfa\x34\xaa\xf3\x90\xf5\xea\x58\x67\xa1\xdb\xa3\x75\x9d\x89\x6f\xb7\x1e\x76\x1e\xb2\x1e\xcd\xec\x3c\x64\x7b\x74\xb5\xb3\x10\xf6\x68\x6f\x67\xe1\xda\xa3\xcf\x9d\x80\xef\x18\x0d\xef\x0c\x74\xbd\x3a\xdf\x19\xb8\xf6\x68\x81\xe7\x60\x3b\x46\x2f\x3c\x03\xef\x1e\x4d\xf1\x74\x6c\xfb\x74\xc7\xd5\xe2\x45\x13\x01\x95\x50\xee\x17\x5b\xfd\x40\xfb\x64\x53\x3f\x54\xbf\x00\xda\x03\xb3\x47\xca\xf4\x43\xed\x17\x25\xfd\x70\xbd\xf2\xa2\x1f\x64\xbf\x50\xe8\x87\xeb\xe3\xfc\xfd\x10\x7d\xec\x7d\x0f\x44\x2f\x0f\xef\x87\xd9\xc3\xa8\xf7\x01\xed\xe6\xc6\x7b\x20\x7a\x58\xee\x1e\x88\x3d\x7c\xb5\x1f\xaa\x87\x79\xf6\x03\xec\xe1\x90\x3d\x40\xa7\xad\xbc\x1d\x8d\xe4\x1c\xc8\x9d\xda\xec\x61\xb8\xb3\xd8\xc0\xf1\x2b\x70\x47\x21\x38\x99\x39\x1c\xbf\x0a\x77\x14\x82\xb3\x58\xc6\x91\x2b\x71\x47\x41\x9f\xc5\x48\x8e\x5b\x8d\x3b\x0a\xf8\x44\xf6\x72\xec\x8a\xdc\x51\xe0\xa7\x33\x9d\xe3\x56\xe5\x8e\x03\x3e\x8d\x15\x1d\xbf\x32\x77\x14\x82\xd3\x18\xd4\xd1\xab\x73\x7b\xe0\x8f\xd1\xde\x8e\x00\xef\xd5\xd6\x8e\x80\xdd\xa3\x9d\x1d\x03\x7d\x8c\x36\x76\x04\x9e\x3d\xda\xd7\x61\xe8\x9d\xda\xd6\xca\x2d\xa6\x27\x20\x7b\x5d\xb3\xed\x05\x02\xef\x0b\x72\x39\x1c\x7f\x78\xb5\x4a\x77\xdc\x29\x1f\x4c\xf2\x86\x5d\x4f\x79\x5d\x15\xb3\xf1\x9e\x0a\x9b\x0f\xbf\x9e\x55\x15\x9d\xda\x9f\x1c\x83\xfe\x2b\x1d\x52\xd3\x40\x0e\x8b\xf9\x70\x54\x4e\x66\x53\x9e\x3a\xa3\xf5\x7c\x56\xec\xa9\x75\x5d\x55\x83\xd5\x9b\xec\xad\xb9\x6e\x6f\xab\x1a\xf6\xd8\xc1\x6e\xab\x37\x7f\x8f\x50\x0f\x9e\xd4\x75\xd5\x8a\x6f\x3f\x73\x39\xea\x4c\x5c\x8f\x40\xd0\x15\xd7\xa7\x82\xf7\x48\xed\x33\xd0\xec\x14\xde\x67\xe0\xd9\x21\xc3\xcf\xc1\xb2\x4b\x94\x9f\x81\xa7\x47\xa2\x9f\x81\x69\x5b\xb0\x9f\x81\xa4\x47\xbe\x9f\x81\x69\x4b\xcc\x9f\x81\x63\x4b\xda\x9f\x83\x63\x5b\xe8\x9f\x81\x65\x97\xec\x3f\x0b\xcd\xe2\xd1\x9d\xb2\xa5\x09\x9c\x83\x63\x97\x42\x70\x06\x9e\x4d\xbd\xe0\x0c\x14\xbb\xd4\x83\xa3\xd1\xec\xd5\x12\x4e\xc6\xb2\xad\x2c\x9c\x8c\x62\x97\xce\x70\x3a\x92\xbd\xaa\xc3\xc9\xe8\x76\x69\x10\xa7\x22\xd9\xa9\x48\xb4\x7c\x40\x61\x94\x3c\xc3\x96\xd5\x5a\xb8\x1f\xe1\xa1\x0e\xd7\x93\xba\x23\x2a\x8f\xc8\xcc\x90\x77\x82\x76\x3c\x64\x23\xd1\x4e\x1b\xeb\x86\x2f\x26\x3b\xc2\x33\xb1\xfd\x22\xc7\xbb\x72\xee\xee\x88\xa3\xe0\x4f\x00\xb8\xa4\xab\x6a\xb0\x09\xd8\x76\x1b\x5d\xbf\xfe\xa6\xd7\xe8\x56\x09\x2a\x34\x5b\x37\xf7\x28\x21\x5d\x97\xd1\xad\xfb\x9b\x6e\x46\xc7\xba\x81\xee\xea\xbb\x53\xba\xed\x9c\x1e\xdb\xf0\x0b\xcd\x3b\x8e\x2b\x7e\xd2\xb8\xb7\x6d\xbe\x49\xb7\x7a\x62\x1c\xc7\xd5\x6d\x38\xc4\x71\xb5\x1b\x8a\xde\xac\xbd\xde\x24\x25\xed\xf9\x6e\xce\xf2\xf4\x85\x59\x75\x3b\x59\xd2\x56\xeb\x0f\xdb\x50\x6d\x3f\x39\x36\xd4\xad\x12\x42\xc2\x8d\xd0\x7b\x75\xf2\x55\x35\xb3\xb7\xda\xa2\xb8\xc9\x4b\x55\x2d\xa2\x59\x4c\xa6\x93\x7a\x72\xf3\x99\x37\x6e\x7c\xc9\xb9\xb9\xbb\xaf\xbb\x55\xa9\x9e\x10\xff\x39\x50\x2b\x77\x5e\x72\xcd\xcf\x4e\xc0\xc5\x6c\x36\xf9\xb8\x3e\x99\x65\x1f\xc8\xab\xcd\x8e\xea\xad\x5d\xfb\x13\xd1\xd7\x7e\x1b\xf9\xe7\x69\xc5\x67\xd5\xb2\x2a\x6a\x36\x1a\x4f\xef\x16\x2b\xda\xdc\x78\xcb\x56\xbd\x1d\x25\xfd\x6e\xcd\xeb\x8a\x99\x7c\x0e\x59\x2c\xe7\x9e\xfd\xb4\x1b\xc1\xab\x6c\xa9\xe5\xb2\x0d\x27\xe9\xd5\xfd\x83\x79\x8d\x3a\x77\x8a\x2e\x5c\x9f\x00\xe9\x24\xe2\xe9\x48\x8a\xbd\x1e\xcc\x27\xc9\x83\x73\x7d\xa1\x77\xb0\xb7\x33\x50\x9d\x07\xdb\xc3\xfe\xf6\x7b\x63\x9f\xd1\x2b\x67\x38\x76\xf7\x76\xcb\x69\xb8\xce\x04\xee\xeb\x98\x01\x32\xb1\xb6\x95\xf8\xe5\xb6\x98\x7f\xe0\xb3\x6a\x5a\x15\x8b\xcb\xf1\x24\x5f\xbd\xa4\xbb\xd3\x49\x3a\xc4\xe8\x32\x59\x72\x2f\xb7\x8e\x62\x2b\xef\x66\xb3\x6a\xbc\x78\x8d\x3f\xf6\xe7\x8a\x6c\x85\x59\xee\x5a\x31\xeb\x77\xe3\x69\x57\xee\x0d\x2f\x4a\x49\xd8\x06\x8b\xbd\x07\xaf\xaf\xf3\x0b\xa6\x18\xa2\x55\x0f\xb4\x93\x5e\x1a\x21\xb6\x5f\xb3\x39\x62\x6b\x39\x9a\x8f\xde\x8f\xc8\x2d\x98\x2e\xeb\xea\xe5\xb4\x18\x0c\x50\x27\x10\xcc\x4c\x3f\x3d\xbb\xea\x3f\xbb\xea\x3f\xbb\xea\x7f\x0d\x57\xfd\xfd\xc7\xd3\x91\x07\x3f\x6a\x02\xaf\xa6\x49\x59\x24\x15\xec\x87\x16\xf8\xc7\x79\x4f\xfe\x83\x9d\x75\xba\xee\x77\x58\xb0\xb9\xf4\xb9\x2f\x74\xa0\x85\xa8\x5d\x8e\xfc\xf9\x38\x04\xa9\xec\x71\x38\x7e\xfd\xb8\x78\x1c\x82\x0f\x77\xef\xab\xd9\xb8\x5a\x54\x8f\x7c\x99\xde\x40\x8a\x9d\xb5\xc7\x93\xdb\x62\xf0\xb8\x07\x4e\x46\x83\xf2\x71\x18\x16\xd5\x6c\x56\x20\x39\x1d\x8d\xe6\x39\x28\xe4\x39\x28\xe4\x39\x28\xe4\x39\x28\xe4\x39\x28\x64\x17\xe4\x1f\x36\x28\xe4\xd8\xac\x35\x03\x56\xdd\xa2\x5a\xf0\x38\x04\x09\xe6\x71\x38\x7e\xfd\xb8\x4d\x36\x27\x21\x58\xab\x05\x8f\xc3\x43\x82\xfe\x71\x28\x50\xd0\x3f\x0e\xc3\x4a\xd0\x9f\x89\x66\x8f\x19\x7b\x6e\x94\xd0\x16\x1c\xc5\x96\x9c\x0b\x4c\x8b\x80\xdf\x6d\x78\x52\x8e\x15\xda\x39\x73\x7a\x2b\xf7\xcc\x92\xde\xfa\xbb\x66\x44\x6f\xe5\x3d\xd4\xdf\x0b\xb3\x9b\xd2\x7b\xab\xef\xa4\xea\xde\xda\xfd\x14\xfc\x1c\xec\x75\x04\xd8\x51\x04\xd6\x03\x74\x90\xd0\x7a\xe0\xf6\x13\x5c\x0f\xd0\x51\x84\xd7\x03\x7b\x88\x00\x7b\xc0\x0e\x10\x62\x0f\xd4\x31\x04\xf9\x4d\x86\xdc\xed\x84\xaa\x47\x79\x75\x29\x65\xbe\xdb\x4f\x27\xfd\x70\x07\x49\xa5\x1f\x74\x3f\xb5\xf4\xc3\x1d\x45\x30\xfd\xe0\x87\x68\xa6\x1f\xf2\x00\xd9\xf4\x03\xf6\x53\xce\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\xe4\x73\x34\x64\xaf\xb6\xb5\xde\xe5\xea\xf1\x7a\xe9\x56\xdb\xb5\xd2\xb2\xe5\xfb\x72\x7c\x9c\xe5\xc1\x74\xe0\xdd\x98\x87\x3d\xbe\x7b\xfb\x70\xae\x2a\x35\x48\xef\x6a\x56\x8f\xba\x8b\x75\x47\x43\x6d\x2e\xd5\x1d\x0d\xd8\x59\xa8\x3b\x1a\x6a\xd7\x32\xdd\xd1\xc0\x1b\x8b\x74\x47\xc3\x75\x97\xe8\x8e\x06\xdb\xb1\x40\xb7\x3f\x95\xfb\x81\xd1\x6d\x92\xba\x1f\x1a\xe0\xcd\xe4\xef\x5d\xb4\x9d\x24\xef\xa3\x7f\x96\x75\x31\x9f\xff\xf5\x47\xf2\xc0\xfb\x65\x1d\x0e\xb1\x71\xd2\xcb\xd6\xc6\xc4\xc1\xa0\xdc\x4e\x9a\xf8\x35\xdc\xb7\x1c\xae\xdb\x72\x01\xeb\x9d\xfe\xad\x3a\xdd\xb9\x8f\x05\x9b\x13\x7f\xdb\x25\xac\x17\xef\x76\xd5\x2e\xfa\x56\xf9\x56\x54\xf1\x73\x94\xf1\x73\x94\xf1\x73\x94\xf1\x73\x94\xf1\x73\x94\xf1\x73\x94\xf1\x7f\xe3\x28\xe3\xcd\x83\x68\x56\xe7\xca\x1f\x11\x87\x5c\xe0\x13\xff\xfa\xe3\xb0\xaa\xa7\xbf\x3c\xc7\x2d\x9f\x19\xb7\xbc\xeb\x4c\xff\xb3\x43\x9f\x3b\x8e\xed\xbd\x6a\x53\xa7\x56\x57\x63\x4a\x45\x9b\xca\xd1\x37\x1a\x18\xdd\x3e\x35\x87\xa2\x33\x04\xa7\x5b\xd3\xd9\x64\x39\xea\xbc\x40\xa7\xe6\xcd\x64\x72\x53\x57\x47\x55\xbd\x1d\x95\xb3\xc9\x7c\x72\xbd\x38\xaa\xf6\xe4\xc3\xa2\xd8\x57\xf1\xe0\xc0\xb4\x2b\x75\xc7\x85\x4a\x36\x87\xe5\xab\x06\x86\xef\xa3\xcb\x73\xc2\xca\x57\xe3\xf4\x71\x7e\x30\x7a\x3b\x5b\x25\x87\xaa\xfd\xfa\x71\x71\xb0\xce\xda\x04\x38\x58\x95\x68\xff\x60\x2d\x1c\x89\x83\x95\x56\x46\xec\x91\x81\xea\xdf\x65\xc4\x3c\xad\x7d\x6c\x46\xcd\x1f\x00\xc9\x0b\x1f\x27\x42\xfd\xfa\x71\x71\x2a\x48\x6b\xc9\xe3\x44\xc8\xb4\xde\x71\x22\x10\x2d\x76\x9c\x08\xb3\x5e\xe9\x38\x0d\xf0\x31\x99\x0a\x76\xe7\x16\xd8\x8c\x44\xea\x65\x50\x5b\x35\xbb\x5c\x6a\x5d\xbc\xc9\xaa\xf2\x19\x63\xcd\xc9\xa3\x83\x4e\xfc\xfb\x73\x72\x83\x15\xf2\xdf\x2e\x69\x41\x5e\xc2\xca\x39\x29\x7e\xd9\x97\x91\xe2\x60\x82\x83\x11\x0e\x46\x99\xdb\x4c\x6c\x81\x9c\xc1\x73\xf9\xb9\x78\x32\xaf\x78\x0a\x54\xc8\x40\x9e\x02\x4f\x8b\xab\x3c\x05\xba\xc4\x6a\x9e\x02\x13\xf1\x9f\xa7\x40\xb4\x66\x4a\xe7\x61\x7b\x4c\xae\x8b\x6c\x4f\x34\xdc\x67\x65\x53\xf4\xe5\xc0\x18\x2e\x6e\xeb\x74\x92\x21\x2d\x08\xff\xef\x1f\x5f\x0c\x4a\x28\xca\x7a\x0e\xa3\xf1\xa0\xfa\xf4\xe2\x17\x96\x12\x5a\xec\x74\xf1\x3f\x19\x78\x63\xcd\xfe\x64\xf8\xf6\xd2\xfd\xc9\xc0\x3b\x56\xf0\x4f\xc6\xd1\x5d\xc8\x3f\x19\xbc\xb3\x9e\x7f\x32\xf4\xf6\xb2\x3e\x55\xd8\x65\x42\xfe\xc6\xa9\x4d\x1a\x9e\xd5\x58\x26\xe3\xc9\xa0\xe2\xa3\x41\x35\x5e\xb4\xe3\x89\x37\x6b\xcd\xab\xd9\x72\x54\xf6\x55\xcc\x7b\x5a\x87\x31\x76\x2b\xee\x47\xfa\xeb\xc7\xc5\x11\x18\x5b\xb5\xf6\xa3\x6b\x2d\x8e\x1f\xc6\xba\x5d\x79\x3f\xf2\x64\x47\x1e\xc6\xdb\xa9\xb7\x1f\x25\x99\x40\x87\x31\xb6\xab\xed\x47\xb8\xd6\x56\x0e\x63\xdd\xaa\x7b\x00\xf5\x6e\x5d\xe5\x8f\x96\x4d\x67\x8f\x8d\xf8\xf8\xdc\x3c\xdd\x1c\x34\x83\xcb\xc9\xb8\xfe\x9c\xe6\x3c\x2d\x0e\x75\x45\xc7\x4e\x90\x23\xea\x7c\xa7\xe9\x7a\x0e\x76\xfc\xb9\xd9\x7f\xb6\x13\xf7\x0c\x46\xf3\x69\x5d\x7c\xbe\x1c\x8d\xc9\xa0\x78\x5f\x4f\xca\x0f\x2f\xf3\x11\xc1\x97\x2f\x5e\xec\xca\x56\xd3\xca\x6c\x43\x27\xcc\xe6\x14\x1d\x2f\x3f\x8e\x06\x8b\xe1\xa5\x04\x55\xdd\xbe\x1c\xa6\x44\x38\xe9\xc7\xb2\x9a\x91\xf9\xcb\x8b\x7a\x74\x33\xbe\xa4\x2d\xd2\xc5\x64\xfa\xb0\x47\x29\xfd\xc2\x3f\x56\xef\x3f\x8c\x16\x9c\x52\x08\x8d\x6e\x8b\x9b\xea\xf2\x6e\x56\xff\xe5\x7f\xa0\x50\xba\xa4\xdf\x7f\x9b\x2f\x6f\xfe\xe5\xd3\x6d\xfd\xb2\x1c\x16\xb3\x79\xb5\xf8\xf1\x3f\xff\xd7\xcf\x3c\x5c\xfc\xeb\x7c\x79\xc3\x96\xa3\xea\xe3\xdf\x27\x9f\x7e\x7c\x21\x98\x60\xca\x30\x65\x5e\xb0\xeb\x51\x5d\xff\xf8\x62\x3c\x19\x57\x2f\xd8\xa7\xdb\x7a\x3c\xff\xf1\xc5\x70\xb1\x98\x5e\xfe\xed\x6f\x1f\x3f\x7e\x84\x8f\x1a\x26\xb3\x9b\xbf\x29\x21\x04\x22\x7e\xf1\xea\x5f\x69\xa3\x00\x81\xf8\xec\xae\xae\x7e\x7c\x51\x2d\xab\xf1\x64\x30\x78\xc1\xca\x7a\x34\xdd\xbc\x37\xf8\xf1\xc5\x5b\x29\x99\xb4\x43\xb5\x54\x43\xae\x96\x5c\xdd\xdf\x0a\x1e\x86\x6a\xe9\x86\x5c\xbd\xf3\xf7\xb7\x10\x23\xb7\xaf\x1d\x18\xcf\x14\x53\xcc\x81\x09\x4c\x31\xa9\xe6\x06\x6f\x49\xc1\x22\xc4\xc8\xa4\x78\x2d\x3d\x58\xc5\x14\xfd\x5f\x5d\x4b\xf5\x1f\xf9\x9a\x49\x89\x15\xd5\xfd\x5b\xa9\x98\x12\x25\x37\x60\x14\x13\x3c\x70\x0d\x36\xf0\xc0\xc3\x3c\x5d\x30\xfa\x30\xfc\xc1\xf0\x47\xba\xc0\x7b\xf7\x4d\x6f\xfc\x59\x69\x21\xc4\x8b\xbf\xbd\xfa\x57\x7c\xe9\x57\xff\xe3\x87\x97\xcf\xfd\xfd\x9b\xf6\xf7\x2a\xdf\xd5\x8e\x58\xe1\xc6\xd4\xdb\x1b\x33\xbc\xe1\x93\xb0\x5a\x2d\xef\xfa\x18\x7c\x69\xcd\xd9\x27\x19\xdc\xa3\x07\x94\x06\x2a\x82\xd5\x52\x32\x25\x5f\x2b\x09\xc2\xcb\xc0\x94\x64\x4a\x81\xd0\x3a\x32\x19\x41\x6b\xa9\x99\x92\xa0\x1c\x8d\x40\x8c\x3e\x5e\x49\x0d\x5e\x8b\xc0\x0c\xc4\x10\x9d\x7b\x2d\x15\x44\x27\x2c\xd3\xe0\x6c\x14\x11\x47\x45\xe8\xd8\xfa\x2d\x40\xb9\x28\x9b\xfa\x57\x0a\xbc\x0e\xc2\x34\xf8\x5e\x4b\x88\xce\x21\xc9\x34\x8f\x83\xa8\x02\x0e\x3a\x82\x18\x17\x42\x64\x4a\xbe\xc9\x4d\xfd\xc7\x5b\xa9\x99\x0c\x6f\xa4\x7c\x27\xdd\x1b\xa9\xdf\xc9\x90\x6e\x19\xba\x25\xe8\x96\xf9\x47\x6b\x58\xaf\x8b\x70\xad\x7d\x7b\x64\x4f\x4f\x67\x75\x5a\xd2\xa3\x9e\x75\xf3\xaf\xc0\x39\x9f\x07\xfb\xd0\x60\x3f\x21\xdb\x7c\xee\xec\x83\x33\x6b\xbd\x8e\xf9\x55\x13\x9d\x3c\x4d\x30\xcb\xd7\x8a\x55\x3a\xdd\xd9\xf3\xd1\x0e\xb6\xbb\x1e\x79\xbc\x1f\xe7\xef\xe5\x98\xb0\xab\xd5\x47\x6d\x30\x9f\xb6\x85\x72\xdc\xc2\xec\x77\xa9\xd7\xd2\xcc\x65\x4a\x96\x12\xac\xc1\x07\x83\x15\x9a\x4b\x70\x2e\x32\x09\x5e\x4b\xae\x41\x08\x95\x18\x0b\xf1\x89\x58\x72\xf0\x9e\x4b\xd0\x9a\x2b\x70\x51\xa6\x4b\x0d\xc6\x29\x26\x12\x07\x49\xfc\x23\x24\xf6\x91\x98\x47\x62\x1d\x2b\xc6\xc1\x94\x1c\x4a\x0b\xc2\xe9\xfb\xc4\x35\x92\xa2\x87\x2a\x1f\x2a\x7b\x86\x7e\x9a\xa1\x5a\x9a\x3f\x88\x42\xfb\x3d\x77\xf4\x8e\xcc\xad\xc7\xa7\xa1\xf9\x7d\xf5\x53\xcd\xa4\x1e\x4a\x03\xaa\xe6\x1a\x1c\xca\xbd\x2b\x69\x99\x0c\xb5\xe3\xe9\x9f\x04\xc3\xf0\x93\x4b\xdf\xe8\xa5\x6a\x77\x84\xaa\xde\x0b\x1d\xf7\xf7\xc5\x79\xe9\x50\xce\xcd\x6c\x72\x4c\xaa\x8b\xdf\x5b\x51\x7c\xf2\x5e\xff\xbd\x94\xb0\xaf\x40\x3e\xfd\x1e\x53\x8d\xfb\xfa\x3f\xaf\x27\xb3\x1f\xa9\xe4\xbf\xca\x7a\x32\xaf\x7e\x79\xf2\x29\xf4\x1b\xb0\x3b\x34\xca\xe5\x15\xda\xd9\x91\x59\x26\x15\xaa\x9a\x36\xdd\x65\x96\xd9\x74\x91\xee\x49\x85\x35\xfc\xaa\x58\xd2\x2d\xa9\xe9\x9a\x6e\xcb\xf4\x3f\x5d\xa7\xfb\x8a\xe5\x67\xec\x63\x5b\xe7\xec\xc1\x7f\x9f\x62\xfc\x1b\xe8\xee\xef\x4b\x1c\x7f\x03\x1d\xb6\x6f\x81\xa8\x71\x2b\x3a\x6d\x85\x28\x3b\x5f\x6c\xc6\xae\x6c\xd6\xfa\x34\x9a\x2f\xe6\x5b\xd5\xfa\x82\x58\x7e\x5f\x01\x6e\x99\x7e\x23\xe3\x6b\x25\x40\x32\x34\x77\x99\x06\xb4\x39\x99\x7d\x87\x77\x25\xa3\x82\xf4\x45\x23\xa3\xe4\x1b\xfb\x3a\xd7\xd1\x2c\x83\xc9\xf8\xce\xbe\xd6\x04\x4a\x1f\x66\x99\xfe\xc7\x5b\x69\x69\xbc\xfc\x95\xf4\x8c\xae\xaf\x9a\xb1\xc3\x3b\x81\xe8\x83\xaa\xf8\xab\x86\x3e\xae\xf0\x2e\xf3\x57\x4d\x71\xa6\x8f\xab\x06\x41\x48\x34\x71\xd5\xd0\xc7\x55\xf3\x8c\xb6\xd5\x5b\x7a\x6d\x8c\x3d\x69\x3d\xe9\xd4\x1c\xe0\x5b\xf5\x7b\xb4\x96\xdd\x29\xfa\x76\x3b\x8d\x7e\x65\xff\x9c\xdf\x5b\x67\xf9\xef\x40\x68\xbf\x97\x1a\xf5\xdf\xa1\x6f\x4f\x59\xba\x3a\x2b\x01\xf5\x13\x67\xb2\x79\xf2\xec\x58\x8f\x88\xd5\x3e\x3f\x29\xc2\xd3\x84\xa8\x3c\x55\xe0\xd9\xde\xd6\x9c\xe4\x3f\xfc\x3d\x6a\xa1\x96\xa1\xad\x54\x4a\x90\xf8\x50\x86\xd3\x97\xa9\xa5\x34\xa5\x60\x12\x24\xc7\xdf\x5c\x31\xf5\xc6\x96\x9c\xea\x70\xc5\x21\x72\xc5\xd5\x3b\x5b\x0a\xbc\x85\xbf\xb0\xce\xfd\x6d\x9e\x93\x66\x35\xab\x5b\x6a\x55\x9a\xb6\xf9\xb6\x5f\xab\x6e\x69\x56\xb3\xa6\xb8\x51\xdd\x1a\x04\x79\x56\xb7\x54\xb7\x3c\xab\xff\x18\x1a\xed\x1f\xae\xf3\xf7\x69\xc7\xd9\x33\xfe\x34\xe5\x38\x07\xa7\x7c\x5b\xdb\xa7\x8a\xa9\xd7\x79\xfb\xba\xb5\x8f\xfd\xba\xd9\xad\x4e\x77\xf0\x16\x53\xaa\x6f\x37\xfb\xb5\xca\x15\x57\xbb\xda\x8a\xa9\x7f\xbc\x95\x02\x85\x18\xda\x36\x57\x6b\x63\xe6\x0a\xef\x1a\x20\x79\x99\x0c\x1a\x1b\xae\x64\x64\x81\x0a\x3a\x12\x6e\x7b\xed\xe2\xf4\x63\x7f\x4e\x3b\x1a\xe6\x80\x92\xba\xb1\x32\xb6\x3b\xe6\xe8\xf7\x56\x23\xbf\xab\x11\xfd\xdd\xf6\x36\xbf\xa7\x4e\x3a\x45\xb1\x3b\xe7\xa4\x8a\x27\x38\x05\x61\x5f\x3a\xbd\xdf\x31\x05\xe6\x57\x49\x70\x78\x5e\xea\xc0\xf3\xb2\x36\x3d\x49\x0e\xa0\x9d\x0d\xfe\xad\x83\xe4\x9f\x32\x82\x7a\xe7\x0b\x9d\x12\xc2\xf6\x3d\x2a\xb7\x3d\x2c\x6b\x6e\x88\x03\x89\xd5\x7f\x9e\x6f\x70\x29\xfe\xa3\xcd\x98\xee\x6f\xb9\x62\xd2\xd6\xdc\x72\xcb\x24\x18\xc9\x65\x32\x3e\x13\x5f\xaa\x91\x2d\x71\x4f\xac\x2a\xb2\x50\xf3\xc8\xe2\x1f\x43\x31\xfd\xa6\x3a\xee\xe1\xf0\xd9\xdd\x8f\x0b\x1d\x3f\x1f\xf4\xc9\xfd\xc1\x9f\xc4\xc7\xf9\x7b\x9c\xaa\x91\x49\x87\xa2\xde\x40\xd0\x4c\xaa\x1a\x09\x46\x11\xe9\x5c\xc5\xb4\xba\xc4\x3c\xdd\xcc\xa4\x94\xeb\xff\x31\xa6\xdb\x93\xbf\xfc\xc3\xd7\xf1\xe9\xff\x0e\xf7\x34\x5d\xb2\x64\x91\xd3\x90\x19\x2b\x3d\xf3\xa8\x61\x06\xd2\x28\x99\x14\xb5\x63\x8e\xe5\x5d\xe1\xd4\xbd\x7b\x39\xd1\xa9\x29\x22\xbe\x6e\x70\xc9\x93\x1c\x42\xfc\x3d\xb2\x8b\xa7\x1d\xd7\xef\x89\x57\x3c\x35\x45\xb7\x63\x3e\x60\x95\xbd\xee\xd5\x23\xa3\x03\xbf\x4b\x9a\xb2\xe0\x85\x45\xd6\x1a\x82\xad\xb9\x01\x1b\xf0\x2b\xb2\xd5\xd5\xba\x47\x39\xf5\x31\x76\xf7\x1f\x8c\xba\xbe\x52\x1f\x3c\x1c\x77\xd0\xf3\xf7\x48\x36\x01\x54\xb4\xcc\x63\xbf\xd5\xd8\x4b\x8c\x7a\x69\x75\x45\xbd\x93\xbe\x5a\xfe\x47\xe9\xce\x1f\x83\x66\xbe\x4a\x07\x1c\x21\x6a\x7b\x4e\xc3\xdf\x2b\x72\xfb\x4e\xd0\x3f\x45\xf4\xee\xc5\xf1\xb8\xa3\xfc\xbf\x47\xfa\x27\xe1\x23\x1d\x49\xa3\xa4\xb7\x92\x84\x92\x8e\xc9\x80\xe6\x9e\x8d\x75\x1a\x76\xe6\xae\x72\xdd\x3f\x06\xdd\x3f\xe9\x8b\x3f\xf4\xe7\x55\xe6\x69\xf1\xbd\x86\xeb\x62\x54\xd3\xc1\xf4\x83\xc5\x13\x6a\xe2\x9a\x29\x71\xfa\x52\xb0\xd4\x60\x83\xab\x35\xd7\x57\xd2\x81\x91\x86\xec\x16\xcd\xe8\x1f\xf9\x5b\x46\xbc\x5b\x73\x8d\xff\x98\xbe\xf2\x58\x9f\xc9\x80\x20\x5c\x81\xb7\xf4\x45\x5c\xc0\x10\x43\x30\x8c\x6e\xe0\xd7\xfd\x5b\xa9\x21\x0a\x0b\xc1\xba\x52\x81\x17\x0e\x4c\x4c\xdc\x04\x2b\x58\x63\x98\x81\x20\x1d\xb3\xe0\x4c\x0d\x4a\x1b\x10\x0e\x6b\x1a\x07\xde\x1a\xa6\x21\x04\x42\x17\x99\x06\xcb\x2c\x08\xed\x38\x18\x43\xc0\x51\x71\x05\x22\x68\x66\x40\x7b\xc9\x2d\x04\xef\xd2\xf5\x92\xab\xd2\x82\x20\x57\x6f\x03\xc1\x05\x6e\x11\xa3\xd2\xdc\x81\xb4\x0a\x94\x41\x50\x45\xfe\xdd\xca\xa3\x38\x74\x2a\x70\x0d\xca\x79\x6e\x20\x46\xcb\x25\xf8\x10\x79\xf2\xf8\xf6\xd6\x83\x75\x06\x19\xa1\x57\x4c\x81\x74\xf8\x9e\x4e\x45\x0e\x5e\x79\xae\xc0\x09\xcb\x41\x1b\xcb\x35\x18\xa3\x40\x3b\xc5\x21\x68\x87\xaf\xcb\xc1\x2a\x8f\x30\xd1\x70\x50\x0a\xdb\x1d\x94\xe6\x12\x44\x88\x10\x25\x3e\x28\x0a\xc9\x14\x08\x89\x9d\x29\x2d\x3e\x20\x06\xcf\x41\x0a\x09\x3a\x5a\x0e\x22\x22\x8b\x15\x12\x5f\x46\x82\x92\x0a\x8c\x0a\xe4\x65\x8e\x77\x51\x68\xe3\x5b\x1b\xa1\xf1\x6a\xa9\x4a\x6e\x40\x4a\xcf\x04\xb7\xe0\xbc\xe2\x10\x1d\x77\x60\x4c\xe0\x0a\x82\x37\x1c\x9c\x55\xd8\x7c\x09\x52\x7b\x6c\xb1\xf5\x4c\x42\x08\x8a\x5b\x90\x32\x70\x1c\x14\x7c\x7d\x1c\x0a\x89\x7d\x12\xb1\x5c\x47\xc9\x0d\xf6\x4f\x61\x20\xa0\x12\x11\x22\x13\x4c\x48\x0d\x0e\xfb\xc9\xfb\xd7\x11\x94\x42\x53\x57\x39\x9c\x44\x4e\x68\x30\x5a\xb2\xd5\xf0\xdb\xf6\x8c\x71\x3f\x7b\x17\xd4\x8b\xf6\x24\x1d\x4f\xc6\xf7\xd5\x6c\xb2\x6b\xe5\xff\x29\x4e\xe1\x7f\x8a\xa3\x7c\xcf\x3f\xd4\xf4\xdc\x33\x2a\x4f\x3d\xb3\xf0\xab\xe4\x93\x3f\x37\x37\xfb\x59\x79\xcc\x9e\x30\xd5\xd1\x63\x13\xd5\x7c\x8d\x84\x24\x4f\xc7\xed\x51\x32\x85\xe3\xb8\xfd\x4d\x47\x82\xee\x10\x8c\x2d\x81\x10\xc0\x45\xcd\xa4\x00\x2f\x7c\x21\x21\x38\x9c\xd2\xf8\x2d\x98\x64\x92\x83\x10\x0e\x39\xa2\x32\xac\x5b\x88\xc5\x58\xc8\xa8\xb0\x35\xd5\xa3\x93\xff\x66\x69\x43\xaf\x25\x74\x40\x6b\xc7\x22\x78\xef\x0a\x08\x56\xe3\x27\x3d\x80\x09\x64\x3d\xc2\xb7\xee\xe2\x7d\x64\x7c\x5e\x78\x34\x6a\x9c\xa6\xb8\x49\x6b\xb7\x40\x41\x48\xcf\x41\xf8\x92\x83\x90\x20\x94\x4a\x7f\x8d\xc1\xbf\x1e\x10\x1c\x65\x81\x66\x01\x74\x82\x26\xbe\x94\x1e\xc1\x21\x2a\x4b\xd2\x20\x76\x0b\x98\x04\x6b\x23\x28\x6b\x4b\x10\x0a\x59\x2b\x08\xe5\x91\xd7\x81\x10\x11\xb4\xd6\x05\x04\x25\xf1\xd3\x60\x72\x86\x02\x86\xde\x4a\x0f\xd1\x7b\x6c\xad\x71\xbe\x80\x60\x22\x7e\x72\x4f\x4a\x70\x9e\x83\x8a\xae\x75\x9f\x3a\x31\x06\xc5\xc1\x45\x55\x82\xd1\x1a\x84\xd7\xe0\x0d\x18\x87\xe6\x5c\x44\x5e\x5a\x80\x52\x12\x3f\x04\x20\xf0\xe5\x1c\x08\xef\xf0\x71\x2a\x38\x7c\x3b\x17\x36\xfa\x86\xe3\x7b\xe1\x23\x83\xd9\xe8\x59\x2c\x60\x54\xf0\x56\x3a\x70\x96\x38\xb6\xf6\x72\x13\x81\x04\x13\x51\xaa\xa9\xb0\x81\x80\x0a\xf0\x3e\xc2\x6b\x85\x32\xda\xe9\x2d\x70\x08\xa4\x1a\x04\xbb\xf9\xf8\x40\x01\x1c\xc1\xb6\x28\xe6\xdf\x9c\xf2\x41\x77\x28\x26\x40\x30\x69\xf7\x59\x1b\x94\x6f\x3e\x06\x26\x78\x00\x17\x50\x82\x05\x6b\xf3\x75\x00\x27\xd5\x6b\x90\xd6\x32\x03\xd2\xa1\x5c\x14\xc6\x82\x96\x8c\x30\x80\x96\x45\x00\x67\x2c\x4b\xdf\xa9\x0d\x36\xf7\x81\xa7\x95\x59\x61\x51\xa2\x6a\xaf\x0a\x87\x72\x98\xa5\xef\xd4\xd5\x1e\x85\x21\xc7\x81\x60\x0e\x82\x57\xf9\x5b\xe4\x7f\x48\xd7\xd6\xb1\x2d\x38\xb6\x86\xab\xd7\x0f\x30\xd8\x14\x1c\x2e\xe7\x32\xe1\xac\x1b\x72\xbf\xdd\x1d\x7d\xb2\xf2\x66\x2d\x2f\x7b\xd2\x7d\x7d\x8f\xa6\x88\xd4\x10\x14\xd3\xaf\xa5\xa6\x08\x1f\xa4\x12\x05\x1a\x49\x49\x32\x59\x72\x09\x9a\x09\xae\xc0\x20\x5d\x21\xf5\x31\xf5\xc6\xac\x5c\xab\x58\x72\xa6\x5a\x4a\x97\xdc\xaf\x92\x37\x16\x53\x2d\x0f\xad\xec\x91\xb5\xe4\x11\x84\xe6\x10\xed\xca\x11\x2b\xfb\x65\x71\x35\x44\x3d\x2a\xdc\xbf\x8d\x4c\xea\x37\x6e\xa9\x86\x9a\x52\x61\x70\xcd\xdc\xd0\x2e\xb9\xc2\x7b\xf7\x6f\x1d\x8b\x4b\x35\x74\xef\xe2\x1b\x77\x7f\x6b\xb9\x2b\x81\x18\x87\x64\x60\x2c\x36\x77\xce\xe9\x82\xd3\x1c\xc2\x6b\x8e\xd7\xf4\x17\xef\xdc\xbf\x35\x4c\xc9\x77\x76\xa8\x96\x12\x84\xf0\x43\x29\xe8\x87\x85\x18\xd5\x10\x59\x8c\x7e\x27\xfd\x1b\x19\x96\xe6\x8d\xb9\xbf\xa5\x84\x19\x5c\x2f\xb9\x7e\xa3\xb0\x39\x43\xee\x41\xc8\x25\xaa\xee\x8a\x49\x53\x6b\x88\x91\xfd\x51\x62\x36\x9f\x49\xe0\x6b\x90\xc0\x29\xfe\x34\x5f\xe1\x18\xdb\x73\x0f\x41\x7c\xba\xb3\x1b\x76\x62\xfa\x2e\x79\xa4\x62\x32\x80\xb7\xaf\xa5\x45\x3b\x34\xa6\x5f\xcd\x77\xf7\x9e\x7a\x43\x89\x2c\x98\x74\x10\xbd\x70\xab\xbf\x8a\xfc\x4a\x95\x7c\xed\x41\xa8\x68\x4c\x72\xf9\x6f\x4a\x35\x93\xea\xb5\x66\x4d\x59\xf3\x17\x6f\x33\xfd\xce\x82\xb2\xaf\x03\x28\xaf\x44\x40\x21\x6a\xd3\x57\xe7\x8e\x54\xaf\xd3\xdf\xdc\x9c\xa6\xb0\x69\x56\xba\xf8\xc7\x5b\x25\xc0\x5b\xad\x58\x84\x10\x83\x34\x57\x32\x80\x75\x96\x54\x27\x25\xfd\x6b\x19\xc0\x04\x45\xde\xae\xc2\xa3\xfc\x0c\x28\xa1\x3d\xaa\x90\x3a\xa2\xbe\x1a\x40\xe9\x80\xbf\x8d\x74\xc1\x5c\x29\x01\x5a\x7a\xda\x49\xb1\x26\xfa\xd7\x4a\x80\x89\x0e\x7f\xc7\xe0\xbc\x63\x4a\xa0\x92\x66\xb1\xbe\xb6\x96\x82\x1f\xda\x8f\xff\xc7\x5b\x19\xc1\x79\x13\x93\xe4\x16\xea\x4a\x7a\xf0\xd6\xa3\xb4\x36\xde\x18\x4d\x4e\x71\x5e\x21\x42\xe9\x95\xa6\xf8\x34\xed\x34\x76\x55\x08\xd6\x91\x53\x9c\x44\x1d\xd7\x83\x93\x5e\x48\x7c\x9f\x60\x74\x60\x0e\xa4\x35\xd1\xbd\x96\x11\xa4\x89\x96\x39\xb0\x52\xa5\x25\x16\xe5\x51\x75\x08\xd1\xa0\x61\xdf\x7d\xfc\x3f\x50\xb7\x0b\xc6\xa2\xae\x22\xad\x53\xe6\x0a\x75\xad\xa0\xb1\xbe\x73\xc6\xbf\x96\x0e\xa4\x34\x86\x39\x70\xda\xe1\xa8\x5b\x08\xca\xa3\x12\x62\x14\xea\x4a\xd2\x82\x55\xa4\x9a\x28\xa3\x8c\x47\x70\x2f\x68\xdd\x44\x59\x49\x6f\x23\x45\x5a\xe4\xf5\xca\xd0\xdb\x98\xb4\x96\x12\x2c\xde\xdf\x78\x3a\x85\x7d\x18\xbc\x81\xd6\xbf\x8a\xe1\x4a\x1a\xb0\x41\x2b\x66\xc1\x3b\xa9\xdd\x6b\x69\x40\x39\x81\x00\x4e\x51\x9c\xbc\x86\x88\x88\x2d\x58\xe9\x83\xa7\x35\x27\x1f\x0c\xb3\xd8\xff\xc2\x23\xbc\x14\x32\x32\x0d\xca\xb8\xa0\x11\xde\xa2\x82\xa6\x41\x5b\x6f\xc9\x5f\x59\x48\xad\x99\x06\x2b\x74\x54\x6c\xe3\xf9\xd4\x20\xe1\x44\x64\xd2\x80\x90\xf8\x82\x69\x49\x4a\x81\x76\xe6\x5d\x00\x65\xdf\x48\x09\xca\xbe\xa3\xfb\xef\xa4\x06\xa9\xdd\x95\x94\xf8\x94\xa4\xf1\x3a\xa1\xa9\x15\x21\xd2\xd3\x94\xb6\xfa\x6a\x03\xe9\x3f\xb6\x17\x30\xbe\x53\xc9\xfa\xcc\x38\x9e\x19\xc7\x33\xe3\xf8\x36\x18\xc7\x31\xd9\x3d\x28\x5e\xf3\xab\x26\xf7\x90\x38\xb3\xd9\xd3\x2e\x27\xad\x7d\xba\x83\x7a\xad\xfe\xbd\xd9\x62\xf4\x91\x99\x9a\x83\xd7\x1e\xbc\xbc\x92\x92\x79\xb0\xd6\xbd\xd1\xef\x02\x58\x3f\x0c\x35\x57\x10\x8d\x67\x0a\x82\x31\xe0\xb5\x03\x2f\xe5\x95\xd4\x2c\x80\x70\xea\x1e\x7b\x6e\x56\x95\x69\x09\xf5\x43\x45\xf8\x5f\xa7\x60\xc0\x7c\x8b\x53\xb6\xcc\x1f\x5f\x48\xb0\x2f\xd8\xa7\x1f\x5f\x80\xb7\x2f\xd8\xe7\xfc\xb7\x29\x33\x58\x98\x52\x69\x36\xbf\x66\x9f\x7e\x7c\xe1\x41\xd9\xce\xc2\x83\x06\xa4\x25\x5b\x47\x16\x5f\x1c\xf9\xc8\x7c\xab\x1e\x8d\xab\xb2\x98\xfe\xf8\x62\xfe\x7f\xee\x8a\x59\xb5\x69\xab\x1f\xcc\x63\x42\x61\xbd\x67\xa7\x31\xe9\x46\x14\x1f\x91\xc5\x24\x3d\xee\x2b\x25\x31\x79\xa6\xae\xdf\x96\xba\x9e\x42\x19\x79\x1e\xb3\xdf\x9a\x23\xe4\x13\x25\x8c\xd0\x7f\xb4\xf4\xbd\x8f\xf6\x41\x17\x4c\x86\x1d\xe9\x61\x69\xb7\x20\x58\x70\x1a\x6f\x59\x26\xc1\x45\x6e\x20\xa2\x9a\x42\x1a\xac\x96\x3f\x79\x88\x42\xb1\xf4\x9d\x57\xac\x15\x53\xe2\xfe\xd6\x01\x65\xfd\x92\x57\x1e\x48\xdf\x88\xbb\xab\x9a\x32\x3d\xb6\x95\x7f\x96\xb6\x23\x82\xe5\xe0\x48\xb1\xb0\x1c\x9f\xcb\x0c\x3c\x87\x0c\xfc\x51\x86\xeb\xe1\x4f\x4d\xca\x8c\x56\xe4\x24\x1d\xf2\x8b\xb2\xf4\x7a\x74\x43\xae\x95\x6b\x01\xdb\x71\xbd\x5c\x1d\x31\xfc\x6a\xcf\xb9\xc1\xdb\xe7\x10\x7f\x2b\x33\x9b\x48\x20\x30\x29\x87\x6a\x19\xc1\x96\x82\x81\x0f\x8e\x83\x97\x86\x49\xc0\xde\xc3\x91\xb3\x43\x2e\x4d\xc9\xb1\x88\x86\xd5\x52\x05\x9e\x2b\x2c\xb9\xf4\xaf\x35\x53\x04\xa4\xe9\x5b\xa1\x91\xc0\xd4\x1b\xa9\x97\xea\x8d\x5d\x4a\x37\x94\x7a\xc9\xe3\xfd\x5b\x8f\x56\x82\x97\x66\x18\x97\xe4\x2d\x1f\xde\xf8\x25\xfd\xbd\xbf\x15\x5c\x41\xb0\x7e\x18\x51\xf1\x36\x3a\x17\x78\x82\x51\x4d\xfd\xf8\xc6\xbf\x93\x29\x9b\x1e\xa8\xe0\xde\x39\xfc\x1e\xda\x65\xc6\x75\xff\x56\xa2\xe8\xb0\xef\xe4\xd0\x2d\xdd\x10\x5b\xf7\x4e\x23\xd8\x95\x0c\xe4\x8b\xcf\xd1\x1a\xb0\x48\x91\x6f\xbe\xe5\x28\x84\xe7\x61\xd9\x3d\x53\x7b\xce\xbe\xf9\xfe\x02\x1c\x2c\xa5\x58\x19\x5a\x88\xc6\xbc\xd3\x6f\x6c\x81\xfc\x34\xed\x3b\xa6\x5c\x02\xeb\x1b\x7d\x3b\x19\x16\x62\x18\x72\xf5\x4e\xc6\x37\xf6\xfe\x36\x72\x49\x7b\x16\xe4\xbe\x16\x21\x68\x46\x5f\x2b\x97\xcd\xab\x9c\x22\xeb\x9d\x14\x43\xf5\x4e\x0f\xf9\xbe\x6e\xee\x67\x88\xab\x93\x3a\x5a\x1c\xf1\x5b\xe1\x65\x7f\x98\xfe\xff\xbd\xb9\xcf\x1f\xa6\x23\x8f\xde\xfe\xda\x3a\x5b\xfe\xec\x5d\xaf\x3e\x4c\x7b\x62\x97\x9f\xec\x7c\xfb\x2e\x82\xef\x71\x5a\x4a\xc3\x4c\x6d\x98\x59\x4a\xf5\xc6\xbd\x33\xc3\x70\x7f\x8b\x96\xe9\x3b\x4f\x21\xa9\x6f\x5c\xc9\x25\x28\x9b\xf6\x7c\xbd\x6d\x6f\xfa\x2a\x4b\x5e\xa8\x89\xc6\x54\x99\xaa\x21\x91\xe1\x5d\xda\xc7\x35\x5c\xbd\x09\x4b\xae\x86\x21\xa5\xe3\xd5\x7d\xbf\xde\x06\x16\x86\xe6\x9d\x7b\x13\xba\x09\x46\xbf\xdf\x49\xfa\x1d\x75\xeb\xe1\xc4\x27\xdb\xc7\xe0\x1f\x48\x7d\xb2\xe3\xdc\xfc\xe3\x77\xc5\xfb\x81\xcf\xda\x11\xef\x47\xd7\xbf\x1b\xfe\x34\xe7\xfe\xef\xc0\x72\xc6\x21\xe4\xfb\x4e\x8f\xfb\x56\x18\x0e\x52\xbc\x12\xcc\x0d\x79\xa8\xb9\xe2\x2d\x4f\x11\x09\x31\x42\xe4\xe9\x20\x9a\x2b\x85\x86\xeb\x86\xc3\x88\xdb\x90\x4e\xef\xc2\x86\x97\x08\xd9\xbb\xea\x8d\x79\x17\x86\xd2\x2d\xa5\xf8\x76\x19\xc4\x37\xd2\x0d\x0f\xbb\xfc\x8f\xbf\x15\x52\x39\x85\x89\x2a\x09\x42\xd0\x69\x20\x22\xbc\x56\x02\x3c\x93\x06\x74\x4a\x05\xaf\x64\xda\xef\x04\x61\x2c\xd3\x25\x37\x20\x5c\x60\x82\x3b\xd0\xe4\x25\xeb\x6c\xe0\x1e\xac\x0e\xcc\x83\x0b\x66\xa8\x40\x4a\x59\x82\xa1\x98\x04\x23\x15\x93\x20\x3c\xa5\x9e\xa7\xd8\x8a\x40\x7e\xb7\xce\x2a\x88\x31\x65\xa5\x67\x0a\xa4\x89\x5c\x81\x50\x0a\xf1\xa9\x7c\x29\xc1\x90\x4f\xa2\x02\xa7\x0c\xb8\x98\x0a\x29\xc4\x80\x4a\x05\xda\x8b\x3a\x90\xd3\xbf\xf0\xb4\x53\xa6\x98\x02\x6d\x0c\xb3\x60\xc1\x12\x62\x05\x81\x19\x50\xce\x42\xd4\x8e\x59\x08\x31\x80\xc0\xaa\x1c\xf9\xbf\xb3\x1c\x9c\x50\xe0\xec\x1b\x0b\xde\xb8\x22\xfd\x4a\xeb\x30\x92\xca\x38\x38\x5b\x82\xa0\xb6\x4a\x87\xa8\xb0\x7d\x36\x04\xb0\x46\x62\x67\x78\xff\x46\x83\x33\xaa\x30\x06\xa4\x8b\x2c\xff\x11\x4c\x08\x0e\xd6\x49\x66\xc0\x2b\x57\x72\xec\x05\xa4\x44\x11\xc9\xc7\x0b\x04\xea\x7c\x51\xd3\xd5\x50\xa6\x70\x11\x89\x7d\x47\xaf\x2c\x84\xe1\x14\x50\x81\x75\xa8\x47\xe4\xfd\x2d\x0f\x20\xad\xe2\x16\x5c\xb4\x6f\xf4\x3b\x29\xc1\xcb\x61\x44\x13\xf6\x0a\xbf\x23\x0b\xe0\x85\xae\x25\xc8\x80\xad\x0d\xcc\x82\xa0\x4d\x69\xa1\x0c\xa7\xef\x74\x87\x0a\x65\xfa\x66\x38\x10\x81\x4e\x0d\xe8\xc4\x02\xc9\x9f\x95\x54\xe6\x1b\x9a\xf3\xcf\xf4\xfc\x4c\xcf\x4f\x49\xcf\xa7\xf8\x0f\x8e\x27\x83\x27\xd4\x93\x7a\x90\xed\xd1\x92\x36\x21\xce\xd1\x91\xba\x38\xbe\x47\x29\x45\x7e\xa1\x10\xbd\x2c\x92\x9b\x2c\x7e\x25\x87\x73\xbc\x8c\xf4\x1d\x7e\xda\x28\x63\x52\xb1\x08\x1a\x8d\xf5\x8d\x02\x02\x4a\xdf\xbb\x80\xe8\x51\xf7\xb7\x06\xa2\xd3\x14\x89\x66\x5e\x93\xcf\x89\x21\x9f\x7b\x47\x1c\x25\xe7\xae\xf4\x73\x6e\xa8\x44\x62\x09\x27\x10\xa6\x91\x8e\xdf\xe8\xa5\x02\xeb\xd5\xd0\x80\xd0\xfe\xb5\x07\x27\x1d\x93\x16\x9c\x61\x11\x1c\xe5\x7d\x57\xc1\xa5\x94\x98\x78\x35\x27\x3c\x9c\xf0\xb0\xf4\xe8\x84\x47\xc9\x25\x4f\x98\x38\xa1\xfa\x76\x75\xb3\xe7\x11\x7d\xea\x11\x7d\xf8\xd3\xc7\x59\x31\x9d\x56\xb3\x57\x29\x41\xc1\xab\xa2\x3d\xcb\xbf\x8a\x9f\x83\xf0\x4c\x4a\xb3\xde\x54\x16\xe2\xcf\xad\x4d\x65\xfa\x75\x92\xb2\x6e\x0c\x1d\x57\x74\x25\x18\x4a\xa9\xf8\x2e\x78\x30\xb2\x96\x0e\xbc\xc6\x6e\x73\xef\xb4\x05\x6d\xaf\x52\x35\x19\x41\xdf\x77\xf6\xaa\x9d\x02\xad\x98\x58\x9a\x08\xd2\xbe\xa1\x5a\xef\xb4\x80\x20\xaf\x94\x47\x81\x28\xc0\xf8\xa5\x53\x10\x3d\xe1\xa4\xa1\x08\xef\x1c\x8e\xf1\x50\x7a\xf0\x61\x29\x03\x28\x95\x1e\xc8\xe9\x81\xf8\xb5\xeb\x21\x52\x6a\x90\xa6\xa6\x67\xf0\xd4\x58\x65\xc1\xeb\x9a\x13\x66\x02\x5e\x3a\x09\x5e\xd5\x9c\x1e\x2e\x1d\x08\x7b\xff\xc4\x13\xf0\x79\x00\x1e\x31\x00\x27\xa5\x50\x1f\x56\xe5\x87\xf9\x93\xc9\xf6\x7e\x74\x7b\x52\x96\x6f\xc3\x9c\x93\x71\x7c\x13\xcb\xb7\x22\xe1\x29\x9b\x18\x58\x16\xc0\xd6\xe4\xcf\x4a\x6e\x27\xdc\x0d\x0d\x05\x7d\xd8\x1a\xb9\x20\x33\x60\xaf\xb0\x96\x65\x8e\x49\xf9\x46\x2d\xd5\xd0\xd6\x0a\x2c\x37\x60\xbf\x5d\x59\xf7\x35\xdf\xed\xf0\x6a\x61\x8a\xfb\x3e\x61\xb5\x70\x1b\x60\xed\xab\x63\xfe\x68\xbe\x3a\x92\xc9\x30\xa4\x33\xea\x38\x1d\x52\x27\xb9\x74\x4f\xe4\x0d\x22\x1b\x6f\x90\xd8\x9c\xed\x1c\xdb\x67\x3b\xc7\xe6\x6c\xe7\x98\xcf\x76\xbe\x15\xb4\x99\xad\x40\x21\x24\x2a\x15\x3e\x72\xc3\xcc\x50\x75\x73\xa6\xcf\x9b\x84\xeb\xa5\x60\x8a\xa3\x75\xe5\x2d\xd7\xcc\x52\x3d\x05\xca\x32\x4d\x04\xa5\x39\x2d\x68\x83\x42\x9b\x07\x51\xe1\xbf\x6f\x77\x96\x3c\x0f\xdb\x59\xc3\x76\x8a\x18\x5b\x2c\x1e\x7b\xec\xc6\x41\x5c\xfd\x02\x6c\x13\xe0\x0c\xe9\xd5\x45\xf1\x5d\xf2\x1b\xcd\x74\x11\x59\xcc\x1b\xc4\x91\xc5\x37\xb2\xd6\x10\x22\x9a\x0d\x11\x84\x07\x69\xae\x22\x93\xea\x8d\x2b\x05\x9a\x00\x9e\x69\x90\x9a\x7b\xe6\xb9\x9f\xa7\x1f\x0c\x7f\xa4\x0b\xbc\x5f\x72\x5a\x50\xc1\xda\x2e\x70\xa2\x18\x88\x86\x2b\x10\x6e\x9d\x8f\x53\xfd\x14\x20\x5a\x34\x61\x22\x65\x89\x21\xed\x51\x33\x25\xd7\x8d\x61\x82\xcb\x70\x7f\xcb\x25\xb3\x4b\x5b\x1b\x50\x81\x32\xd6\x80\x57\x5c\x22\x31\xa2\xc8\x52\x20\xc2\xbb\xf0\x46\xfe\x51\x76\x05\xff\xf0\xa3\xd1\xe7\x78\xdf\x9c\x67\xb0\x76\xa8\x9f\x6f\x9d\x75\x30\x1a\x5f\x4f\xbe\xa5\x83\x0e\x4a\x0b\x36\x65\x05\x12\x0c\xd9\xb8\x4b\x2c\x7d\xce\x9b\x1f\x9c\x7e\xff\x47\xca\x9c\x60\x74\x62\xed\x8e\x0a\x1b\x2e\x4f\xae\x5a\x14\x1e\x25\x4d\x21\xc1\x92\x5b\xa6\xcd\xc9\x2f\x04\x07\x63\x34\x87\x18\x6c\xc9\xd1\x2a\xe7\xa0\xbc\xe2\xe0\x38\x42\xe1\x7d\x4a\xc6\xa4\x87\xc9\xe3\xab\xe4\xa0\x83\x05\xa1\x02\x07\x17\x2c\xc8\x60\x09\x16\xab\x14\x32\x27\x1a\xc2\xef\x35\x6e\x2c\x1e\x92\x4b\xd8\x3b\xe9\x40\x97\x20\x54\x04\x1d\x1c\x48\x1b\xc0\x4b\x93\xeb\x90\xf3\x18\xa8\x60\xc1\xad\xee\xe0\x73\xd3\x63\xf1\xa9\x4c\x30\x7c\x26\x27\xc0\x88\x17\x58\xaf\x69\x72\x6a\xae\x6b\xde\xc6\xbd\x21\xc7\xb5\x77\x52\x2d\xf1\xbd\xef\xdf\x92\xcf\xb9\xc7\x46\x6a\x83\x1d\xa0\xcd\x2a\x2d\x88\xe1\xb2\xc4\xb6\x82\xa4\x7c\x4f\x46\xe3\x1d\x06\xca\x4b\x0e\xca\x06\xea\x0b\xaa\x37\xa7\x42\xa9\x02\x45\x7e\x97\xa0\xac\xc7\x5a\x60\xf0\xb9\x14\x05\x2e\x55\x04\x6f\x14\x01\x60\x7f\x68\xf2\x61\xd1\x39\x17\x06\xc5\x84\xab\x50\x62\xb1\xa0\x27\xe1\xcb\x78\x0a\x19\x57\xa1\xb3\x26\x6b\x9d\xbe\xbe\xde\xe9\x68\xff\x6d\x1c\x2e\xf1\x4c\x98\xcf\x84\xd9\x4b\x98\x3b\x5c\x09\x2f\x87\x94\x0c\x0f\xe6\xd3\x62\xf6\xa1\x1e\x8d\x2b\xfe\xa1\xfa\xbc\xe1\x62\x8d\xcc\xf7\xe0\x49\xf8\x1d\x04\x6c\xa8\x8f\x4f\x2b\x95\x7c\x21\xe6\xac\x95\xa1\xfe\xd5\x60\xb4\xfc\xae\x55\xab\xef\x71\x26\x52\x0e\x5a\xeb\x9e\x67\xe2\xe3\x66\xe2\x77\xac\x82\x3e\x53\xed\x33\xd5\x1e\x4a\xa4\x3a\x6f\x32\x0f\xa6\x88\xd5\x1c\x65\xb3\x3b\x53\xe1\x91\x75\xe7\xd3\x7a\xb4\x58\xf4\xa1\xde\xe3\x17\x97\x03\x10\x86\x55\x3d\xfd\xa5\x93\x6b\x7d\x47\xc1\xf7\x17\x95\xf0\x54\xd3\x91\x62\xb0\x82\x2b\x33\x8c\xe0\x01\xa4\xd1\xe4\xca\x11\xf2\x75\x00\x29\x53\xc2\x56\xac\xa1\xc1\x59\xcf\x56\x25\xab\xef\x0c\x9f\x7e\xa1\x51\xd9\x94\x64\x2c\x82\x1b\x0a\x1b\x71\xd6\xe3\x1d\x15\xf9\xaa\x54\x45\x9c\x15\xb6\xe1\x0d\x78\x27\xfc\xb7\x66\x0d\xe1\xbb\x65\x0d\xbb\x17\xf9\x51\x61\x6b\x1f\x62\xd0\x8e\x67\x3f\xc5\xc3\xf7\x7d\x35\x2c\x96\xa3\xc9\xec\xc9\xd6\x06\xf7\x21\xec\x5f\x20\xdc\x09\x75\xc6\x2a\xe1\x4e\x3c\x87\x3d\x7d\x87\x5d\x16\xb8\x75\x9a\x78\x3e\xee\xbe\xd3\xc7\x5b\x95\xea\x49\x8b\x99\xee\xf0\x18\xee\x3c\xe4\xbf\xb3\x96\xfd\xcc\x20\x9f\x19\xe4\xb3\xc6\xff\x3c\x83\x9e\x67\xd0\xb7\x31\x83\xf6\x67\x9f\xff\xf5\xe3\xe2\xeb\xa4\x9e\xff\xf5\xe3\xb6\x86\xd0\x9b\x77\x7e\x7f\xe5\x9e\xa4\xf3\xfb\x81\xfa\x33\xce\x77\xe0\x8e\x4e\x0a\xdf\x81\x6a\xf5\x5a\x6f\x86\xfa\x56\x9d\x6e\x7a\x7a\x2c\xd8\xcc\x4d\xbf\x79\xec\xe9\xaf\x1f\x17\x1b\x87\x9d\xf6\xa4\xa1\xc7\x66\x3d\x55\x0e\x7a\xc4\xf5\x34\x09\xe8\xdb\x9d\xd5\xa0\x3e\x22\xf5\x7c\xab\xd6\x57\xc9\x3b\xdf\x38\xd3\xa9\x96\x2b\x9d\xfe\x0d\x04\x83\xa3\x6c\xed\x1a\x82\xb0\xef\xc0\x39\x8f\xfc\xd0\xdb\xa5\x06\xa9\x43\x0d\x81\xe2\x08\x94\x50\x78\xc5\xe9\xea\xfe\xad\x05\x29\x35\x8b\x20\x63\xae\x37\x44\x90\x77\x74\xa3\xe6\xeb\x9a\x7c\x0d\xde\x66\x01\xd7\xd7\xd7\x2b\xd7\xba\xd3\x5b\x9a\x9e\x22\x21\x18\x43\x7b\x93\xfa\x4a\x0a\x90\x29\x9b\x3e\x25\x30\xb4\x28\x10\x5c\x48\x07\x40\x22\xc3\x72\x6e\x29\xc1\x44\xdd\x34\x9c\xde\xf5\x4a\x83\xf2\x74\x90\x06\xa5\xd7\xa7\xcc\x47\x1a\xd1\x5a\x3a\xf5\x44\xa7\xf3\x24\x25\x42\xbf\x23\x80\x2e\x13\xfb\x59\xfd\xbb\x3b\xeb\x25\x34\x78\xa1\x98\x81\xa0\xd5\x15\x78\x69\xb1\x35\x4e\x83\x74\x9e\x59\x7c\x6c\xad\x48\x40\x44\x17\x68\xcb\xd6\x70\x30\xd6\xae\xfa\x54\xea\xfb\xb7\x1e\x0c\x73\x10\xad\x5d\x8d\x8e\xd4\xe9\x38\x13\x88\x2e\x82\x35\x81\x4b\x70\x2e\x5e\x05\x08\x4a\x33\x07\x96\xad\x40\xba\x2f\xf1\xf7\xf8\xb3\x3c\xeb\x25\x56\x98\xeb\x7c\x8c\x4a\x74\x74\xa4\x49\x7e\x32\x5f\xb5\xe6\x2a\x3d\x59\x18\x1c\x31\xa3\x34\xbe\xcc\xfd\x5b\x0d\xd2\x26\x70\xbe\x7a\x5b\x84\x66\x04\xcd\x56\x38\xe3\xfa\xb5\xaf\x56\x30\xdd\xac\xed\xfa\xa7\x9f\x7f\x7e\xc4\x38\x10\xa5\x5c\xa5\xf1\x47\x02\x4a\xad\x64\x12\x84\x0e\x44\x16\xe4\x1c\x63\xf4\x3b\x8f\xd5\x13\x49\x11\x4d\xdc\xbf\x4d\xa4\x96\x06\x32\x51\xa0\x02\x4d\x41\x21\x0d\x59\xb5\x66\x56\x22\xc0\x7a\x4d\x91\xed\xb7\xf8\xf9\xef\x42\xda\xbf\x1f\x2d\x15\x3f\xdc\xbd\xaf\x66\xe3\x6a\x51\xcd\xbf\x8e\x70\x5c\xe3\x3f\x5e\x46\x1e\x05\xd3\x23\x2a\x8f\x82\xed\x97\x98\xbb\xc0\x8f\x16\x9c\xbb\x80\xb7\xfb\xb7\x57\x8c\x6e\x57\xed\x4a\xd3\x56\xf9\xa6\x50\xdd\x29\x30\x5b\xcd\x79\x2a\xb9\xd9\x42\xf9\x34\xe2\x73\x47\x97\x6d\x3c\xe8\x08\x61\xba\x5d\xf9\x6b\xca\x54\x25\xd7\x32\xf5\xd8\xc3\xbb\x6e\xda\x69\xe7\x7e\xfe\xf9\xe7\x8e\x24\x6e\xef\xc4\x0b\x50\x74\x72\x94\x50\x85\x04\x45\xc9\x32\xf0\xbb\x31\x13\xbc\x02\xa9\x50\xd8\x44\x66\x40\x09\xd4\x9d\x95\x22\xae\xad\x56\x76\x8a\x73\x1e\x82\x46\xee\x62\xa3\x44\x46\xad\x08\x97\x4c\xcc\x3d\x57\x63\xa0\x88\x27\x09\x6d\x6b\x03\xc6\x69\x94\x17\xb6\xa4\xd3\xbc\x54\x04\x1b\xc1\x20\x23\xc5\xa2\xda\x83\xb4\x91\x63\x9b\x4a\xd0\x9e\xec\x0b\x8f\x1a\xb9\x0b\x58\x03\x45\x4a\x24\x1c\x8a\xaf\x70\x70\x50\x51\x81\x56\x68\x21\x79\x8d\xcf\xe2\xf8\x2c\x77\x25\x3d\x44\xe5\xe9\x50\xb0\x9e\xb6\x73\x6a\xbc\x03\x3a\x9a\x4b\x04\xea\x06\x3a\xa3\xca\x34\x19\x49\xc0\xc6\x80\x26\x44\x9b\xeb\x69\xe5\x5e\xff\x7b\x37\xeb\x1f\xf6\xa5\xcf\x69\x65\xd1\x66\x93\x68\x05\x26\x8b\x2a\xaa\x74\x61\xd0\xf6\x93\xb2\x04\x21\x2c\x48\xed\xb0\x3b\x40\x19\x10\x56\x81\x76\x1e\x84\x46\xb9\x0e\x74\x02\x9a\x02\x61\x34\xf8\x02\x8c\x42\xb6\xbe\x3a\x39\x46\x2a\x0b\xaa\xa6\x73\x6b\xa4\xd3\x85\x81\xe8\x2c\x4b\xdf\xa9\xb9\x1a\x28\xe6\x11\x25\x92\x03\xe3\xd3\x57\x03\xac\x03\x07\x11\x23\xc5\x18\x82\xa0\x3b\xe9\x6c\x03\xa5\x79\x3a\x0f\x47\xa2\x99\x29\xa5\xa7\x83\xcd\xe8\xfc\x33\xb0\xc8\xf5\x3d\x07\x81\x82\x4d\x44\xb2\x8e\x38\xc5\x05\x82\xb2\xd8\xf7\xfe\xca\x82\x61\x94\xcd\xa5\xc0\x81\x34\x2b\x43\x53\xb9\x98\x8f\x29\xf3\x0a\x3f\xcd\x7d\x2d\x3c\x76\x40\x89\x0d\x20\xfd\x01\x11\x83\x51\x0a\x44\x34\x60\x7d\x0d\x42\x38\x10\x02\x87\x04\x84\xb3\x25\x1d\xaa\x13\x40\x49\x90\x0a\x47\x1a\x64\xf0\xa0\xb4\x04\x69\x14\xc1\x29\x07\xd6\xd3\x19\x67\xd8\x7f\xc2\x69\x72\x45\xf3\x16\x84\x0f\xa0\x94\xae\x41\x2a\x0d\x52\x16\x74\x78\x1b\x4b\xdf\xb9\x35\x9e\x9c\xd4\x0c\x12\x02\x48\x87\x3d\x4f\x27\x04\x19\x05\x02\xd5\x17\x29\x34\x48\x83\x9d\xe5\x5c\x6a\xab\x8c\xd8\x2a\xcd\x53\x8b\xd1\xd4\x75\x51\x81\x94\x06\xc7\xc7\x51\xc7\x2a\x1c\x5e\x61\x38\x68\x4f\x1d\x8c\xed\x12\x36\xf7\xbb\x4b\x48\x85\xc2\x27\xd2\x5b\x8a\x74\x70\x12\x51\x3d\x07\xa5\x42\x7a\xb4\xf6\x06\x14\x12\xbd\x56\x1e\x8c\xc7\x96\x81\x12\x0e\xa9\x44\x6b\x14\xcb\x01\x54\x50\x43\x04\x45\xaa\xc2\xe7\x08\x99\x1f\x44\x68\x03\x5d\xd4\x20\x69\x78\x4b\x90\x1a\xaf\xb4\x03\xa5\x68\x44\x03\x68\xe3\xd2\x28\x28\x4b\x27\xc9\x29\x30\xf4\x8a\x2e\xe0\x5c\xca\xef\x8a\xaf\x28\xa8\x43\x3d\x08\xab\xd3\xd9\x46\x3e\xd4\x58\x0d\x31\xc7\xc2\xe2\xdb\xb0\xf4\x9d\x13\xf7\x80\x52\x8e\x29\xf0\xa1\xa6\xd7\x96\x2e\x94\x20\x94\xc5\xf1\x24\x24\xd2\x1a\x10\xc8\x00\x24\xe2\xf0\x16\x75\x63\x0e\x4a\xa0\xa1\x0f\xda\xd2\xa2\x0c\x01\x0a\x6c\xa1\xc1\x31\x0f\x9c\x5e\x5f\x8b\x88\x38\x2d\x48\x61\x4a\xa2\x68\x50\xa8\x9b\x08\x85\x13\x19\x07\xc9\xe2\x04\x00\x19\x65\x7a\x23\xea\x18\x52\x51\x71\x66\x06\xec\x30\xb9\xa4\xce\x2a\x41\x20\x35\x63\x67\x69\x97\x86\xc7\xd0\x24\xc9\x23\x40\xe3\xe9\x69\x86\x20\xf9\x48\x6c\x99\x01\x89\xf6\x81\xb2\x99\x55\x59\xe5\x40\x23\x0d\xe0\xfb\x20\xb0\x71\xd4\xe1\xa4\x1a\x23\xd2\x50\xa7\xc9\x23\x6d\x44\xfa\x0b\x9e\x99\xd6\xd9\x3f\x1a\x2c\x12\x9d\xc4\x4a\x48\x69\xd8\x4d\xce\x81\x40\x62\xd7\x01\x04\x52\x7b\xf4\x20\x15\x48\x7c\x65\x1f\x69\x18\x74\x94\x14\xad\xec\x0c\x56\x09\x20\x95\x04\x61\x3d\x28\x15\x41\xd2\x39\x43\x06\x84\x54\xb4\xae\x83\x8c\x45\xb8\x88\xaf\x46\x9d\x25\x85\x42\x06\x05\xda\x48\xd0\x52\x82\xc5\xe1\x97\x68\x9c\x24\x0a\x48\x24\xa7\x3d\x9d\x63\x08\xd6\xa4\xde\xe6\x4d\x77\x3b\xa2\x73\xa4\x1a\xc7\x93\xa9\xa4\x84\xa7\x49\x8d\xe3\xe4\x12\x37\x51\x48\x45\x06\x31\x6a\x83\x7c\x59\xd2\x24\x40\xa8\x44\x9f\x12\xa7\xa8\x26\x5a\xe7\x79\x0c\xe8\x70\x2e\xe4\x34\xd4\xcf\xc2\xd1\xa2\x92\xeb\x21\x2d\xcb\x15\x10\x01\x22\x73\x2f\x41\x58\x44\xa3\xe9\xdd\x13\x61\x2b\x49\x5d\x4f\x04\x83\x34\x25\x03\x52\x12\x09\x08\xa4\xe9\x14\xa7\x8e\x22\x8a\x06\x5b\x1b\x4a\xab\x0e\x02\xa7\x1e\x31\x9d\x80\xad\x02\x3a\x26\xac\x26\xe2\x17\x42\xe5\x39\x2a\x4b\xea\x66\x61\x51\x6c\x80\xf0\x74\x64\x25\xc7\xa9\x98\xda\xaf\x88\x62\xf1\xf5\x2d\x4d\x5d\xe4\x9f\xc8\x5b\x12\x8d\x7a\x62\x7b\x86\x53\x80\x35\x28\x22\x4e\xea\x27\x7c\x7d\x62\xba\x54\x8b\x83\x89\x26\xf5\xbb\x8b\xc4\x94\xb1\x62\xa0\xf9\x9b\x38\x37\x8e\x02\x8a\xa6\x34\x5f\xe9\x09\xd6\x11\xf9\x11\x97\x23\x2a\x8b\x2b\x97\xb5\x20\x0c\xd7\x60\xbc\xa9\xe9\x58\x47\xe4\x87\x25\x1d\xd6\x96\x48\x83\xa4\x01\xb2\x3c\x22\x76\xec\x2c\x4b\x77\x90\x4a\x68\x38\x25\x32\x58\x0e\x46\x18\x48\xc3\x83\x33\x97\x53\x9f\xd2\xb0\x06\x9f\x5e\x48\x48\xec\x3d\x1a\xc9\xcc\x38\x5c\x48\x2b\x92\xd2\x84\xc4\x77\x88\x4b\xe3\xcb\x59\x4f\xbc\x87\xa7\x79\x42\x6f\x14\x14\xde\xa6\x29\x49\x5d\x84\x58\x11\x87\xca\x13\x33\x20\x77\x0f\x44\x8b\x20\x62\x62\x54\xd2\x63\xef\x5b\x4b\x5d\x47\x74\x8c\xf4\x6b\x02\x68\x9c\xc2\x56\x81\xf1\x32\xb1\x18\x3a\xeb\x4d\xd2\x5a\x69\x44\x3a\xc5\x0b\x57\x13\xd9\x22\xc6\x9f\x90\x33\x45\x96\xbe\xb3\x93\x31\x9a\xe6\x16\xb4\x0a\x45\xa4\xd3\xcb\xd2\x77\x96\xa8\x82\x9a\xe0\x91\x69\x13\xd3\xc5\x26\x52\xef\xd0\xe0\x20\x15\x44\x9d\x29\x5b\x21\x55\x61\x99\xd1\xa9\x19\x28\x09\x42\xe6\x30\x44\x35\x1a\xd9\x22\x47\x55\x80\xc4\x02\x76\x2e\x2d\x81\x2a\x1a\x2e\xaf\xf3\xe2\xaf\x0e\x69\x19\xf8\xfe\x6d\x04\x1f\x99\x03\x6d\x25\x51\x97\xa1\x8c\x07\xc4\xfb\x71\x40\x4d\x01\xda\x80\x36\x4d\x5b\x2d\xca\x92\x95\xc0\xa1\x13\x3e\x1d\x97\xc8\x4c\x7e\xd2\x10\xbd\x63\xe9\x3b\x45\xf5\xae\x51\xdf\xdf\x92\x41\x2f\x0a\xe4\x27\x8c\xbe\x9a\xa0\x60\x2d\x29\x51\x81\xb4\xa8\xfe\x39\x54\xae\x68\x0a\xd3\xe8\x0b\xbd\xf5\x78\xa4\xa2\x21\x15\xa1\xd1\x49\x67\x12\x68\x7b\x7f\xcb\x35\x84\xe8\xd0\x62\x45\x13\xd6\xd2\x79\xa5\xda\x12\x22\x9c\x70\x61\x03\x8f\xd4\x06\x6c\xb0\x75\x23\xeb\xf0\x1d\xa2\x31\x60\x9d\x2c\xf0\x0d\x2c\x4b\xdf\xa9\x91\x60\x1d\x72\x0a\x2b\xdd\xfd\xad\x83\x20\x49\xd6\xe2\xab\x28\x54\x02\x84\x5a\xd7\xa3\xa8\x66\xec\x49\x09\x11\xdb\x6a\x9d\xe6\x8d\x60\xde\xd1\x06\x8e\x8d\x20\x19\x62\xb0\xd5\x82\x52\x54\xa4\xb7\xf1\x94\xcb\xc2\xb8\x21\x38\x55\x83\x0e\x1e\x75\x8b\xa4\x6b\x51\x9e\x08\x8b\x6c\x9a\x16\x1d\x5c\xa3\x22\xa1\xd8\x70\x42\x61\x65\x0e\x26\x90\x77\x52\xa4\x63\xf7\xac\x2a\x40\xeb\x88\x9f\xa6\xa9\x48\x48\xc2\xd6\x34\x88\xf8\x7c\xca\x0c\x01\xda\xe0\xeb\x07\x46\x5f\x79\x61\x1b\x9c\x88\x29\x0d\x46\x8d\x6a\x0e\x97\x10\x90\xf6\x13\x5c\x77\x80\x18\xa8\x88\x74\xe5\xd3\x3b\x68\x9c\x2c\x1b\xef\xcd\x40\x8b\x90\x38\x08\x4a\x53\x81\xfc\xde\xfb\x74\xc2\xa3\xc3\x87\x47\xd4\xa3\x1a\x96\x93\x1e\x4f\x7e\xfc\x02\x07\x36\xe2\x4c\xc0\x37\x49\xf4\x67\x11\xb5\x5d\x2f\xf8\x33\x10\x2e\x11\x0f\xbe\xbb\x0b\x1a\x82\xf4\xf8\xea\x01\x3f\xab\x06\xa0\x14\xf4\x11\x05\x78\xa8\x21\x06\x45\x87\xe1\x59\x7a\xb8\x64\xe9\xbb\x89\x73\xcf\x24\x54\x43\xa4\x93\x0d\xbd\x27\x45\x49\x6e\xbe\x35\x2a\x15\x32\xdc\x6f\xe6\xe5\x06\xd5\x3e\x71\xf0\xe7\xb4\x52\xd3\xc9\xc6\x3d\x9d\x4d\x6e\x66\xd5\x3c\x19\x9b\x8b\x6a\x76\x3b\x1a\x17\x8b\x6c\x23\xf6\xec\x72\x3f\x85\x93\xcf\x61\x03\x30\x55\xb9\xfc\x54\x8f\xc6\x1f\x76\x55\x94\x31\xc6\xbf\x51\xe9\x2a\x0c\x5a\x99\x96\x95\x69\x5e\xb0\xb2\x2e\xe6\xf3\x1f\x5f\xcc\x17\xb3\xbb\x72\x71\x37\xab\xf8\xa8\x9c\x8c\xe9\x25\x46\x63\xb4\x30\xe7\x8b\xcf\x75\xf5\x0a\x76\x97\xf3\xf7\xc5\xbc\xfa\x32\x99\x16\x25\xda\xc2\x20\x1f\xfa\xea\x35\x3d\xf8\xa5\x18\x8f\x6e\x8b\xc5\x68\x32\xbe\xec\xa9\x79\x5d\x8c\xd1\xce\x9e\x8e\xc6\x4c\xcf\xd9\x68\x7c\x3d\x1a\x8f\x16\x15\xab\x47\xe3\xaa\x98\xbd\x5c\x3d\x4a\xd9\x97\x79\x14\x07\xc5\x7c\x58\xcc\x66\xc5\xe7\x4b\xc1\x8c\x69\xdf\x9d\x5c\x5f\xcf\xab\xc5\xa5\x78\xd9\x4d\xba\x7e\x49\xc3\xf1\x72\x31\x2b\xc6\xf3\xeb\xc9\xec\x96\x4f\x66\xa3\x9b\xd1\xf8\xd2\x8a\x3f\x33\x2b\xfe\xfc\xf0\x3f\x3f\x54\x9f\xaf\x67\xc5\x6d\x35\x67\x07\xdb\xf8\x45\xfc\xf9\xcb\xd1\xed\x78\x50\x76\x47\x6d\xad\x99\x94\x3b\xaa\x73\x23\x1e\xec\x09\xe8\xb9\x94\xe2\xc1\x9f\xf4\x04\x69\xc5\xc3\x62\x72\xfc\x13\x94\x12\x0f\x47\x74\xcf\x7c\x74\x3b\xad\xab\x55\xff\xac\x3a\xfa\x72\x36\x59\x14\x8b\xea\x2f\x62\x50\xdd\xfc\x80\x0f\xde\x2a\xd1\x2e\x95\x3d\xfc\xeb\xdf\x12\xdd\xfd\xeb\xa0\xba\x9e\x67\xdb\xbb\xb5\xd2\x21\x84\xd8\x9c\xc5\x1b\x9b\x10\xa3\xc1\x8f\x2f\x8a\xd5\x9e\xb2\xad\x1d\xd3\xcb\x50\x73\xc7\x34\x77\x5c\xbf\x0b\x29\xd8\x3d\x61\xbf\x9b\x57\x8c\x26\xc9\xe5\x70\x56\x5d\xd3\x03\x8a\x03\x13\x83\x08\x1f\x51\x9c\x03\xdb\x4c\x86\xce\x5a\x6a\x27\x6d\x78\x5d\x15\xb3\xf1\xc1\xbc\xe1\xeb\x5a\xdf\x66\xe2\x70\x05\x46\x44\x3a\x52\x55\xd7\x01\x22\xed\x22\x44\x1b\x4a\x3a\x7e\x5d\x18\x70\xde\x81\x0b\x12\xff\x52\x16\x24\xe4\xfd\x60\x50\xb3\x53\xd2\x41\x44\x9b\x7a\x55\x54\x73\x32\xca\x28\xbd\x93\x5c\x6a\xf0\xce\x97\x82\x81\x24\xb5\x9c\x0e\x4b\x4d\xfa\x82\x4e\x1b\xd4\x9e\xd2\x39\x19\x6d\xc0\xa1\xd2\xe9\x8d\x86\x80\x76\x83\xf6\x1e\x14\x2a\xb7\xc1\x5a\xb0\xa4\x1a\xa1\xac\xa6\xec\x22\xc2\x6b\xd0\xa4\x43\x18\x87\x32\x25\x70\x0d\xd1\xd1\x21\x43\x94\x51\x9b\x52\x5d\x47\x5a\xf0\xa1\x12\x52\x5f\x51\xb6\xa3\x71\x84\xda\x2c\x1d\xcc\x8e\xb6\x00\x61\xe5\x84\x16\x50\x83\x47\x1b\x06\x2c\x2a\x73\x56\xd0\x0e\x37\x35\x20\x14\xe0\x64\xc0\xcf\x5a\xd9\xd0\xb4\xbf\xbf\xa4\xac\x2d\x28\x7c\xc9\x05\xc0\xd8\x2b\x0b\x74\x10\x91\xa5\xfd\x7f\xb0\x88\x2f\xd0\x59\xec\x46\xa3\x56\x84\x06\x93\xc2\x86\x14\xb4\x6c\xc2\xd2\x77\x23\x6d\x69\xa9\x3f\x4a\xc5\x48\xc3\xcf\xdf\x8d\x5a\xab\x23\xea\x4a\x43\x34\x87\xb0\x43\x05\x2a\xdb\x22\x5b\x47\x74\x98\xb0\x21\xeb\x48\x58\x54\xcb\x41\xca\x08\xc2\x7b\x90\x31\x15\x49\xb4\xc1\x83\x03\xad\x75\x5a\xb9\x88\x1e\x74\x36\xe9\xc9\xd8\x8c\xf8\x7d\x65\xe9\xc8\x7a\x25\xb0\xf9\xc6\xd1\x4a\x0c\xaa\xcc\x8a\x4e\x9f\xc7\x3e\xf3\xa8\x20\xd9\xa0\xc1\x0a\x1a\x0a\x43\x77\xe8\x68\x5c\xbc\xaa\xc9\x1a\xe1\x68\x4a\x97\xa0\x3d\xad\x14\x92\x01\xe5\x1c\x44\xd4\xa8\x02\x6a\x0b\x68\x74\x29\x97\xd6\xab\x2c\xd1\x98\x47\x63\xc8\x91\x5d\x41\xe6\xa3\x24\x6b\x57\x65\x3d\xdd\xc4\xd4\x5f\x92\xa5\xef\x46\xf3\x50\x94\xfc\xd0\xbb\x92\xb4\x3f\x54\x75\x35\x58\x45\x19\xb7\x0c\x6a\xa0\x78\xe5\xd2\xd6\x5d\x40\x73\x2e\x88\xf0\x1a\xcd\x6c\x3a\xec\x5e\x25\x87\x14\xd4\x7a\x5d\xba\xd0\x86\xbc\x1b\x94\x4f\x86\x6a\x4c\x94\xcf\x13\x59\xd3\xbc\xe0\x79\x5e\x28\x47\xd6\x9f\x03\x8b\xdd\x81\x17\x01\x89\x23\xad\x5f\xdc\xdf\x22\x41\xe3\x20\x7a\x63\x6b\x6e\x29\x3e\x1b\xbc\x89\xe9\xb0\x4f\xb4\xb7\xea\x00\xde\x22\xd9\x86\x10\xae\x92\x4f\x8c\xad\x39\xdd\xa4\xa0\x4d\x86\x9d\x04\x51\xfb\x2b\xf2\xc6\xb0\xa8\x30\x79\xb0\x32\x50\x46\x9f\x68\x98\x01\xed\x54\xcd\x51\xc5\x56\xc9\xc4\x28\x50\xf1\xa6\xad\x26\xb1\xa2\x19\x6a\xd4\x95\xa7\x74\x65\x74\x40\x34\xad\x52\x52\xc6\xf6\xa5\x02\x57\x80\xd5\x12\x3f\x6b\x02\x0c\x64\x0c\xa3\x76\x0a\xc2\x47\x90\xc2\x83\x52\x06\xb4\x0d\x60\xf0\xda\x18\xb4\xec\xc0\xd1\x99\xc9\x12\x6d\x32\xb0\x52\x41\x94\x9e\x2c\x0f\x85\x46\x2f\xde\xc9\x2b\x28\x56\xaa\xb9\x02\x87\x73\x3f\xdd\xd2\x1c\xef\x21\x63\x21\xcb\x18\x42\x1a\x68\x43\xb8\x02\x15\x82\x22\x2b\x37\x68\xd0\x38\x5f\xb5\x42\x9b\x31\x20\x5d\x79\x9c\x87\xe0\x5a\xcd\x8d\x64\x8e\x2e\x39\x4e\x83\x61\xea\xfc\x3d\x29\xea\x41\x59\xe6\xe8\xa4\x30\xcf\x5c\xfd\xdd\x9c\x1f\xf0\xcc\x9d\x9f\xb9\xf3\x33\x77\x7e\xe6\xce\xcf\xdc\xf9\x70\x5a\x80\xad\x53\x18\x77\x9d\xc0\xd8\xef\x7f\xd0\x9c\xc4\x77\xf8\x0c\xbf\xed\xc3\xf8\x0e\x39\xd5\x67\xb7\x37\xa8\x3d\x83\xc5\x68\x3a\xfd\xcc\x8b\xd9\x6c\xf2\xb1\xdf\x55\x7f\x0d\xf0\xaa\xeb\x1e\xf7\xad\xd8\x0e\xa7\xf9\x0b\x43\x90\x74\x5c\xad\xd3\xb4\x2c\x2e\x90\xdd\xc6\x12\x39\x4a\x04\x61\x90\x63\x9b\xb4\x8f\x61\x25\xfe\x7d\x43\x9b\x2b\xb4\x1b\x47\x5b\xcf\xbe\x90\xe0\x29\x2f\x8d\xc9\x09\x5e\x35\xed\x8d\x58\x83\x55\x1c\xf2\x60\xda\x0f\xd4\x78\x2f\x20\x5e\xda\x69\x23\x5f\xe0\xa0\x35\x2d\xad\x7a\xee\xc0\x79\x14\x4d\x51\x78\xca\x57\x65\x23\x8a\x42\x15\x0a\xda\x37\x34\x89\xdb\x0b\x24\x70\x03\xd2\x44\x64\x62\xf8\xc9\x77\x85\x31\xa0\xac\x5b\x42\xda\xa4\x92\x69\x43\x32\xed\x88\x5a\x0b\x52\xfa\xbc\x1b\x11\xd2\x5f\x19\x68\x42\x0b\xe5\x9a\xed\x0a\x9c\xbd\x78\x57\x35\xb0\x21\x6d\x2c\x59\x97\xf6\xe1\xe8\x7e\x24\x06\x29\x7c\xa0\xdd\x23\x41\x19\x6d\xf3\xf2\x9e\xc9\x78\x2c\x48\xda\x90\x8c\x2c\x82\xcb\xbe\x00\x96\x45\xa0\x63\x5c\x95\xc5\xe7\x26\x08\x95\x80\x34\xf5\x20\x58\xe1\xf0\x43\xaf\x03\x9a\xce\x59\x55\x28\x1e\x69\x59\x35\x94\x69\x5b\x14\xbb\x9f\x78\xbb\x4d\x5d\xaf\xeb\x48\x7d\x6d\xb0\x1f\x9b\xcd\x39\x12\x07\x69\x9b\x24\x6f\xd3\x29\x57\x80\x71\x12\x3f\x09\xbf\x44\xf1\x2a\xa5\x2d\xf3\xa6\x27\xf6\x97\xca\x9b\x11\x28\xb6\x52\xa3\xd2\x03\x69\x7d\x5a\x69\x6c\x0f\x6d\x33\x14\xa0\x5d\xc0\x4f\x42\x45\x02\x5c\x5a\x1c\x2a\x14\x90\xba\x19\x0f\xda\x7f\xf1\x0a\x25\x71\x23\x8d\x45\xda\xb1\x11\x9e\xd2\xf6\x12\x5e\x29\xf9\xea\x09\x0d\x10\xed\x64\xa4\x66\xf1\xa6\x59\x19\x92\xa8\xc1\xd0\x99\xb3\x0d\x35\x60\x6d\x29\x08\xa3\x24\x40\xbf\x42\x46\x50\xf4\xd3\x20\x45\x19\x5a\xd8\x14\x41\x71\x47\xfe\xcf\x1a\x39\x72\x21\xc1\x10\xf7\x37\x89\xfb\x23\xf1\xd2\xbe\xb9\xdb\xc1\xdc\xce\x9b\x5a\x11\x65\x48\xf0\x69\xbe\x90\xdf\x79\x81\xf3\xc7\xb0\xf4\x9d\x1e\x8a\x02\x45\x38\x3f\xa4\x7c\xc6\x34\x09\x5d\x1a\x78\xda\x1a\xa3\x2e\x52\x2a\xef\x74\xd1\x16\xa1\xa0\xcd\x09\xda\xc1\xa2\x9d\x27\xd2\x12\x0b\x3a\x64\x98\xbe\x08\x2d\xce\x29\x43\x73\x2a\xd2\x9c\xa2\xcd\x02\x5d\x24\xff\xbc\xd5\x58\xa5\x19\x15\x00\x35\x1c\xdd\x99\x4f\xbe\x3d\x9f\x24\x91\x85\x8f\x79\x42\xb9\x8d\x09\xe5\x9b\x09\x95\x77\x22\x4c\x9e\x17\xb6\x99\x5f\x1b\xd3\x2b\xe6\xe9\xe5\xf3\xf4\xda\x98\x5d\xab\x79\x69\xcb\x34\xa1\x5c\x6b\x3e\xb9\xd5\x7c\x72\x89\x46\x75\x9a\x4e\x69\xca\x0b\xb7\x31\x9d\x24\xed\x5c\x85\x3a\x6d\xed\x0a\x59\x80\x35\x0a\x3f\xb9\x98\x68\xc4\x6d\xce\x31\xb3\x3d\xc7\xd4\x6a\x8e\x85\xad\x39\xe6\x0b\x30\x21\xe2\xa7\x33\xc7\xcc\x6a\x8e\xa9\x4c\xcc\x71\x73\x8e\x6d\x4f\x32\x8b\x93\x4c\xe1\xa7\x33\xc9\x68\xfb\x59\x4b\xb9\x35\xc7\x68\xe4\x7a\xe7\x98\xda\x3b\xc7\x76\x4f\x32\x34\x6d\xa4\xea\x4e\x32\xbf\x6b\x92\xf9\xcd\x49\x16\x5a\x93\x2c\xae\x27\x99\x4b\xbb\x3c\x6a\x25\x21\x3c\x48\xb5\x2b\xed\xd8\x39\x93\x4c\x50\xbe\x5d\x61\x6c\xd9\xbc\x08\xbd\x9b\xce\xb3\x83\x36\x0a\x85\xb4\x3f\x01\xf2\x8e\xc4\x3a\xa4\x04\x1f\x99\x42\x7e\x02\xc6\xac\x66\x02\x62\x29\x33\xe3\xb3\x79\x4c\x44\xda\x5f\x4d\x13\x0d\x6f\x38\xc3\x03\x04\xab\x99\x81\xe0\x79\xa4\x2d\x17\x0b\xd2\xc8\x02\x8c\xd6\x4d\xac\x44\x33\xb3\xd0\x54\xf3\x49\xa7\x5f\xcd\x2c\xaf\xdb\x33\xcb\x26\x49\x65\xd3\xcc\x52\x26\xcf\xa8\xcc\xca\xf3\xbc\x8a\xcd\x84\x70\x8d\xa0\x32\x69\x26\xe1\x94\xc1\x99\xd4\xc8\xa9\x66\x26\x99\x34\x93\x5c\x61\x8d\xd5\xa4\xfe\xaf\x2e\xb0\x25\x91\xf4\x77\x03\x56\x85\xdc\x0e\x9c\xb2\x2a\xff\x45\x76\x24\x88\xa4\x15\x7e\x8e\x14\x4b\x2e\x4f\x99\x66\xce\x58\x90\x7a\x6b\xca\xa8\x66\xc6\x44\x94\x4a\x06\x3f\xed\x19\xa3\xd4\x96\x54\x5a\xcd\x18\xb5\x67\xca\xfc\x04\x46\xd3\x31\xe6\x84\x4c\xa1\x6d\x10\xf1\x0d\x5a\xfb\x66\xeb\x39\xe3\xc8\x85\x4c\x3b\xdf\x9e\x33\x41\xee\x9a\x33\x66\x35\x67\xec\x6a\xce\xe8\x3c\x67\x54\x86\x44\x96\x6a\x7d\x93\xf2\x66\x35\x63\xa4\x5e\xcf\x98\xd0\xcc\x18\xb5\x9a\x30\xae\xe6\x91\x8e\x13\x34\x60\x85\xfc\x76\x97\x3a\x9e\x95\xc9\x67\x65\xf2\x59\x99\x7c\x56\x26\x9f\x95\xc9\x67\x65\xf2\x59\x99\x7c\x56\x26\x9f\x95\xc9\xef\x58\x99\x7c\x80\xc9\x68\x50\xae\x22\x7c\x8b\xbb\xc5\x50\x70\xba\x35\x9d\x4d\x96\xa3\x76\xba\xf5\x6f\x22\xb9\x12\x4d\xca\x08\x41\x50\x7a\x7b\xa7\x28\x4a\x25\x68\xa6\x87\xdc\x42\x08\x14\x1f\xaa\x98\xc5\xa2\x21\xde\xf0\xf7\x34\x87\x63\x60\xfa\x8d\x03\x25\xcd\x95\x01\x1d\x5d\x02\xa6\x1a\xf6\xaa\xa9\x70\xff\xb6\x55\x56\x04\xda\x01\x08\xcd\x3e\x80\x10\xcc\x90\x6b\x24\x0a\x10\x9d\xbf\x89\x1a\x20\x1a\x95\xdc\x21\xaf\x22\xce\x48\x26\x69\x47\xc1\x3b\x8e\xd3\x35\xdc\xdf\x4a\x0b\x06\xc5\xc5\x15\x92\xb8\x0e\x58\x2e\x69\x4f\xc1\x36\x0f\xda\x42\xe8\x38\x22\x34\x25\x58\x52\x61\xa5\xc3\x0b\x4d\xfb\x07\x42\x68\x8e\x2d\xc9\xde\xa0\xf7\xb7\x1c\xf9\xa9\x33\x2c\xe2\x8b\x48\xa6\x64\xbd\x7e\x38\xdf\xb8\x64\xa9\x49\x2d\x72\xf8\xf7\xbf\x5b\xb3\x71\x02\x55\xf1\xf1\x70\x00\x5c\xab\x4e\x37\xf2\x0d\x0b\x36\x43\xde\xf6\x05\x35\xb6\x10\x3d\x6d\x34\x63\xf1\xf1\x84\x30\xc6\xfd\x95\x7b\xe2\x17\xf7\x03\xf5\x07\x2e\x76\xe0\x8e\x8e\x58\xec\x40\x6d\x46\xe6\x17\x1f\xe7\xc7\x45\xe6\x23\x96\xa7\x8a\x30\x44\x5c\x4f\x13\x5a\xd8\x7e\xb7\x06\xf5\x11\xc1\x84\xad\x5a\x5f\x25\x8a\xf0\xf7\x31\x99\x3d\x78\x4f\x9b\xdf\xc8\xe3\x29\x54\x49\x04\xb4\x5f\x41\xa2\xba\x8f\x32\x4e\x4a\xd4\x0b\x68\x57\xd8\x99\x98\xa2\x05\x22\xc5\x7e\x18\x50\x01\x45\x42\xb0\xc8\x30\xd0\x3a\x04\xaf\x29\x16\x0a\xaf\xd1\x50\x06\x4d\xf1\x29\x36\x24\xbf\x6a\x1b\x74\x0a\x8e\x50\xca\xa6\xf8\x35\x83\x77\xf0\xc2\xd3\x01\x84\x28\xdf\x28\x4a\x88\x83\x43\x8b\x40\xd3\xb6\xb4\x6a\x02\x35\x28\xb3\x8a\xb5\x08\x46\xfb\xd8\x58\xe0\x34\xda\x0f\x91\x22\x0b\xd1\xc8\xd0\xb4\x11\x89\x0f\xb1\x91\x02\x5c\x02\x07\x4f\xce\xf8\xce\x14\xe0\x94\xc5\xcf\xca\x25\x20\x06\x0e\xc6\x93\xeb\xbe\x57\xc9\x56\x41\x49\xae\x51\x99\xb4\x31\xbf\x86\x42\x0d\x5c\xa7\x68\x84\xe4\x83\x6c\xc1\x78\x54\x3e\x20\xa0\x1d\x14\xd0\x1a\x41\x78\x34\x8a\xa5\xd4\x29\x66\x2a\x46\x8a\x69\xb1\x0a\xff\x50\x65\x69\x15\x59\x45\xe9\x42\x49\xbd\x44\xf5\xb1\x00\x6d\xd3\xd6\x6c\x0e\xff\x48\x26\x12\x58\x4f\x9f\xe6\x2e\x35\x55\x92\xeb\xbe\xa1\x18\x76\xfc\x6e\x82\xf7\x3c\x45\x27\x90\xea\x96\xbe\x9a\xe8\x3d\x2a\x10\xb6\xcc\x51\x28\xd4\x63\x54\x9b\x34\x49\x0a\x68\xf1\xba\xd0\x14\x28\xa1\x57\xe1\x12\x94\x78\xc6\x24\x5b\x02\xfb\x55\x52\x70\x25\x85\x3d\x72\x08\xda\x80\x94\xaa\x20\xf6\x0f\xab\x10\x54\x17\x62\xce\x0c\xe3\xe9\x14\x47\x2f\x56\xad\x30\x9e\xf2\xfc\x60\x23\x64\x8e\xff\x92\x3e\xa2\x92\x91\x2e\x3c\xa9\x3a\xa0\x8d\xa1\xde\x73\x0e\x09\x4e\x41\x74\x14\xdd\xa2\x62\x00\xeb\x1d\xd8\x14\x31\x4f\xab\x2b\x35\x15\xc6\x50\x82\x56\x86\x02\x5b\xac\xa5\xb8\x28\x87\x16\xbd\xb1\x14\x82\x45\xce\x0a\xf8\xb6\xf8\xc7\x38\x4d\xc1\xad\x14\x34\xa9\x88\x80\xa8\xa2\x6b\xa8\x11\x09\x8f\x90\x04\x0e\xd1\xf9\x74\xa1\x9c\xa5\x57\x4f\xfa\x8e\xe3\xe0\x03\x45\xb6\x14\x1a\x5c\x3a\x29\x53\xb8\x86\x96\x7c\x8a\x53\xa1\xed\x7a\xf2\x8f\xa7\x44\x35\x82\xba\x9d\x02\x9c\xbc\xce\x4a\x56\x24\x95\x3e\x14\xa0\x51\x7d\xf3\xab\x81\x4f\x41\x47\x29\x4c\x8e\x7e\x23\xed\x38\x97\x2e\x94\xb0\x4b\xd4\xcf\xc9\x8d\xc4\x91\x55\x97\xe2\x51\x72\x90\x0c\xe9\xcd\x64\xef\xd3\x44\x94\xc1\xe1\xc4\xa2\x20\x32\xa3\xa9\x8e\x77\x0a\x5f\xe8\xfe\xad\x07\xaf\x02\x93\x02\x22\x8e\x22\xaa\x1c\xaa\xed\x80\x20\x68\x96\xc5\x21\x69\x7c\xef\x28\x22\xa8\x24\x9f\x92\x44\xfa\x5c\xa6\xcc\x3e\x16\xaf\x9c\xca\xe1\x50\x14\x06\x82\xaa\x04\x39\xec\x48\xf0\x14\x77\x41\xbe\x00\xa9\x0f\xbd\x40\x55\x9e\xa2\x7d\x75\x0a\xb8\xd1\xa8\xe4\x53\x34\x85\x4e\x71\x41\x41\x5b\x1c\xd4\x02\x4c\x74\xf8\x59\xf5\x4b\x40\xf5\x9b\x62\x61\xd1\xec\x35\x39\x64\x89\x90\x50\x9c\xa5\x56\x4b\x24\x84\xe4\xb2\x94\x43\x2f\x2d\xf1\x27\x5a\x9e\x72\xb4\xb6\x95\x42\x95\x1d\x4e\x07\xec\xe6\x42\x02\x32\xb8\x26\x78\x08\x91\x50\xcc\x52\x99\xaf\xa2\xa2\x50\x5a\xe9\x2c\x78\x54\xfb\x95\xb2\xf3\x44\x36\x22\x38\xf0\x29\x64\xcd\x95\x60\x13\x1f\x70\x1e\x28\x3e\xdb\x47\xd0\xc2\xd2\x83\xf1\x43\x31\x7b\x38\xbd\xc9\xb9\x4a\xb8\x25\x72\xbc\x22\x40\x8c\xa8\x84\xe1\x77\x13\xd9\xea\x68\xf1\xc3\x31\x0b\x8a\x4e\x3b\x55\x66\x35\x7f\x3c\xa9\xda\x16\x27\x90\x43\x0b\x86\x72\x55\x44\xe2\x9b\x38\x02\x1a\x2c\xf9\xdb\x08\x83\x53\x28\x45\xa7\x84\x7c\xd4\x29\x93\xc8\xf7\xb0\x85\xc8\x92\x9c\x85\x68\x0d\x98\x48\xfc\x4a\xd2\xe4\xd1\x32\x20\xf3\xc5\x49\xca\xd2\x1d\x9c\xae\x9e\x2c\x25\x49\x1c\x42\xd3\x7c\x26\x96\x1f\xb1\x7b\x89\x81\x69\xea\x5e\x1f\xd2\x5b\x46\x5a\xf3\xa1\x89\x28\x0d\x4e\x5b\x05\x4a\x47\x7a\xfb\x6c\xd1\x49\x34\x79\x62\x66\x8b\x51\x67\xfd\xb3\x09\xb4\x4b\x32\x40\xb8\x1a\x8c\x4c\x1c\xaa\x6c\x22\xd2\x5c\x8e\xce\xd2\xaa\x09\xd3\x22\x41\x41\x71\x58\x64\xbf\xc8\x26\x14\xd1\x22\x23\xb3\xc6\xb3\xf4\x9d\xa9\x99\xd8\x8d\xf1\xee\xfe\x96\x27\xf7\x98\x24\x26\x94\x0e\xf8\x2b\xb1\x7b\x29\xc9\x9f\x4c\xa5\x0b\x2d\xd2\xa4\x27\xdb\x06\xe9\x93\x82\x5d\x8d\xcd\xb1\x6f\x38\xf2\xca\x50\x10\x9c\xcc\x57\x5e\x28\xe2\xb6\x5a\x26\x11\x82\x72\x4e\xa3\x0d\x48\x53\x4e\xc6\xc4\xe6\x6c\x8a\xce\xb3\x29\xef\x08\x5e\x28\x41\x8c\x0f\xed\x5e\xe4\x7b\x64\xf0\x52\xe7\x51\x78\xac\xf4\xf4\xfa\x4e\x22\x57\x5c\x52\xa7\x20\x9d\x52\xd8\x98\xf2\xa9\xa7\xb0\xd7\xad\xa7\x79\x90\x22\x5c\x89\xc3\x52\x88\xa3\xb2\x29\xb1\x0b\x85\xa1\xe2\x1d\x1c\x10\xa2\x0f\x15\xb1\xe4\xfe\xd6\xa0\xf0\x44\x7e\x5e\x92\xf4\x20\x21\x13\x93\x61\xa7\x48\x54\x51\x48\x2c\x2d\x39\x18\xea\xe7\x14\x00\x88\x1c\x4d\x59\x72\xd0\xb2\xd6\xa1\x69\x8c\x93\x89\x82\xc1\xe4\x8a\x1b\x92\x10\x73\xc4\x38\x90\x2a\x08\x0b\xd2\x1f\x45\x54\x3b\x3b\x04\x67\x42\x89\x23\x4a\x73\x8f\x5e\x39\xad\x29\xd3\x52\x1a\xce\xf2\x44\x2e\x38\xec\x14\xf2\x1c\x6a\xec\x07\xb4\x7d\xd2\x99\x94\x42\x9b\x74\x3e\x65\x99\xc4\x12\x11\x98\x57\x39\x22\x92\xe2\x35\x2d\xb2\x12\xeb\x56\xf9\xd4\x24\xc3\x26\xd1\x7b\x0d\xc1\xea\xad\xc7\x3b\xdb\x7e\xbc\x6c\x68\x2e\x3f\x5c\xd0\xe1\x95\x46\xe3\x34\x91\x64\x33\x19\xed\xcb\xd4\x35\x3a\x07\x97\xd3\xb3\x29\x74\x99\x9e\xad\x15\xf9\x94\x35\xcf\x26\x0e\x84\xcf\x76\xd2\x95\xc8\x87\x68\x06\x34\x31\xd6\xd4\x39\xb6\x40\xa6\x89\x9f\x55\x47\x4a\x48\x31\xd4\x42\xa3\x1c\x29\x20\x9a\x88\x9f\x55\x39\x72\x42\xe7\x52\x5a\x07\x64\x1f\x92\x24\x88\xc9\x01\xe4\xc1\x25\x49\x26\x75\x04\x65\x29\x4b\x81\xc1\xcf\x6a\x7a\xd8\x66\xb9\x96\x92\x21\x50\x8f\xf0\x26\x46\x9b\x37\xfd\xe5\x57\x74\xe0\x32\x21\xa8\x1c\x35\xa9\x9c\xa9\x49\x15\xc3\x0e\x51\xc4\x91\x28\xf1\x10\x8e\x7d\xe2\xd7\x54\x17\x99\x86\x6a\x62\x28\x13\x52\x9b\x59\x39\x32\x0c\xa2\xb4\xdc\xff\xd4\x94\xb6\xd1\xa8\xac\xfa\x59\xff\xfb\x79\x2b\x6a\x01\xd9\x22\x9d\x6a\xaa\x65\x89\x32\x88\xba\x84\xa9\x9c\x9c\xce\xa3\x0a\x63\x6d\xea\x26\x1f\x92\xf2\xa8\x29\x28\x30\xa0\xb8\xb3\x1e\xeb\x66\xae\x9f\x02\xec\xa3\x4a\x6c\xcf\xa3\xac\xa5\x40\x4a\x6c\x7b\x24\x8d\xcc\x93\x4f\x1b\x69\x83\x5a\xa1\x05\x8d\xf3\x4f\xd1\x7c\x89\x92\x2b\x50\x01\x95\x0c\xda\x2e\xb2\x1a\x9b\x84\x33\x4e\x91\x8b\xa6\xb4\x31\x09\x44\xab\x71\xfe\xde\xdf\x72\x47\xc3\xa4\x91\x99\x94\x0a\x3c\x6d\x1b\xa1\xfe\x89\x82\x92\x8e\xd7\xc1\x4e\x53\x49\x5d\xb5\x21\x77\x1f\x32\x42\xe7\x02\x2d\x4b\x72\xd4\x5a\x0b\x52\x8a\x2c\xcb\x7f\xd2\xa8\x7b\x94\x18\x4c\x22\x99\x95\x9c\x9e\xc0\x04\xf7\x69\x38\x62\x70\x3c\xe2\x13\xb8\x02\x27\x57\x9c\x0f\x8b\x50\x8f\x10\x24\x0a\x51\xf9\xc2\x9e\x8b\x8e\x4e\xe7\xb6\xcc\xe1\x7c\x64\x1a\xbc\x75\x2c\x42\x30\x21\x5d\x77\xf2\x0f\xc5\xee\x52\xd0\xa6\x55\x99\xa3\x62\x36\x7c\xda\x9e\xcc\xa2\x92\x81\xc9\x70\x6c\x52\x96\xb6\xdd\xb5\x83\xde\x5a\xcb\x43\x01\x5c\x4c\x59\xc1\x68\xf7\x30\xa4\x3c\x5f\xb4\x3a\x2c\x59\xde\xf0\xd0\xe0\x95\x61\xdd\xc2\xec\x0b\x89\x3a\xa4\x5f\x5b\x7a\x7f\x56\x3a\x3a\xf9\x6f\x36\x76\x13\x96\x28\xd0\x9a\x76\x0a\xbc\x2b\x20\x58\x4d\x4b\xb6\xf4\x00\x52\x06\xbc\xf0\xad\xbb\x78\x5f\x90\x02\xee\xdf\x4a\x54\x70\x29\x73\xbe\xb5\x5b\xa0\x79\xcd\xdb\xe7\x55\x62\xda\x95\x91\x29\xe0\x99\x36\x41\xfc\x5b\x69\x28\xb7\x14\xce\x0b\x82\xb6\x94\xb7\x2c\x73\x8e\xa8\x92\x2a\x18\xbb\x05\x94\x1b\x13\x79\x8d\x2d\x69\x65\x97\xd6\x3e\x7d\xca\x43\x21\x50\xb1\xd7\x05\x04\x85\xf3\x6b\x95\x29\xc5\x19\x05\x2e\x4a\x34\x46\xa3\xa7\x0c\x59\xc6\xf9\x02\x82\x41\x4a\x8a\xb9\x27\x25\x20\x17\x52\xd1\xb5\xee\x53\x27\xc6\xa0\x28\xee\xbe\xa4\x25\x6b\x64\x34\xde\x80\x41\xb5\x4d\x44\x88\xc2\x16\xa0\x94\xc4\xcf\xca\xbe\x22\xc7\x6b\xf7\x36\x1f\x53\x4c\x5b\x80\x1b\x7d\xc3\xc9\xe5\x5d\x82\x0b\x66\xa3\x67\xb1\x80\x51\xc1\x5b\xe9\xc0\xd9\xc6\x49\x77\x13\x81\x04\x13\x15\x47\x2e\xb2\x81\x80\x0a\xf0\x3e\xc2\x6b\x3a\xca\xdd\xe9\x2d\x70\x20\x03\xd7\xa0\xc1\xd9\x7d\x3c\xc9\x3e\x13\x6c\x27\x3d\x99\xf2\x41\x77\x28\x26\x40\x30\x29\xbd\x2a\x0a\x77\x03\xb4\x8f\xc6\x03\xb8\xe0\xe9\xe8\x65\x9b\xaf\x03\x38\xa9\x5e\x83\xb4\x96\x19\x64\x64\xcc\xd0\x22\xbe\x96\x8c\x30\xa0\x75\x1a\xc0\x19\xcb\xd2\x77\x6a\x83\xcd\x7d\xe0\x3d\x71\xfe\xb4\x17\xe7\x55\xe1\x28\x53\x86\x5b\xe7\xcb\xe0\x1e\x54\xf4\xa4\xfa\x33\x07\xc1\xab\xfc\x2d\xf2\x3f\xca\x7d\xe1\xd8\x16\x1c\x5b\xc3\xd5\xeb\x07\x18\x6c\x0a\x0e\x97\x6b\x64\xe3\xba\x21\xf7\xdb\xdd\xd1\x9e\xb7\xe3\xc9\xf8\xbe\x9a\x4d\xb6\xe2\x82\xb7\x43\xf2\xae\xab\x6a\x80\x2c\xe7\xdb\x8c\xca\x3b\x35\x13\xef\x6b\x07\xc6\x37\xa7\x46\xda\x48\xd9\x75\x41\x59\x5d\x0a\x66\xc0\xa2\xd9\x17\x1c\x8e\xad\xf6\x06\x87\x46\x47\xe4\x31\x1a\x2c\xe5\xf6\x71\x81\x4c\x63\x9d\x2e\x4c\xa4\x94\xab\x2a\x71\x07\x1a\xf7\xb4\xb7\xc8\x25\x44\x11\xb9\x42\x93\x01\x1c\x49\x3d\x17\x9b\x63\xdc\x56\x97\x94\x5e\x50\x66\xf3\x51\x22\x7c\xeb\x02\xa2\x48\x0b\x39\x29\x5f\x84\xa3\x9d\xa9\x74\xc1\xb2\x8b\x01\xc5\xae\x5b\xca\x06\x9b\xe8\x61\x75\x0d\x21\x52\x99\x0b\x24\x8a\x52\x96\x03\xa6\x20\x4a\x9a\x3a\x28\xf1\x9d\xd3\xa0\xd3\xf3\x70\xb2\x59\x8a\x7c\x20\x79\x8c\x2d\x23\xcd\xc5\x52\x3c\x04\xaa\xb6\x26\x2b\xb5\xc2\x79\x62\xae\x48\xa4\xf8\x7a\x22\xf9\xbb\x6b\x7c\x53\x7c\x75\x49\x11\x12\xa8\xd2\x19\x43\xb1\x14\x02\x0d\x1c\x8f\xc5\x79\xfd\x05\xe7\x30\x65\x9a\x42\x08\x32\xff\xac\xfc\x29\x82\xa6\xec\x92\xda\xad\x18\x02\x6d\xf0\xd8\x50\x02\x05\xfc\xa7\xb5\x13\x07\x52\xd2\xa1\x78\xc2\xe6\x55\x15\xec\x64\xb4\xcf\x28\x51\x0f\xa5\x40\x14\xb6\x75\x09\xd6\x98\x9c\x4b\x52\x09\xd4\x6a\x8c\x35\xb4\xd1\x80\xed\xd1\xe0\x0c\x78\x49\x79\xbd\x14\xb1\x2f\x4a\x3c\x99\x36\x1b\xbd\x55\x94\xda\x26\xea\xc0\xa9\x07\x0d\x04\x41\x07\xf3\x3a\x97\xf2\x6b\xd0\x02\x1e\xda\x89\xce\x07\x88\xc8\xac\x3d\xa5\x2d\xa4\xcd\x79\x9a\xfb\xb4\xd1\x84\x0f\xf5\xae\xb9\x0c\xd4\x0b\xa0\xd0\x5a\x0c\x60\x23\xd2\x91\x47\xde\x47\x49\x1f\x28\x88\xc7\x7a\xa2\x3a\x8d\x13\x39\x5f\x45\xf0\x2a\xbc\x56\x99\x5e\xe9\x10\x53\xdd\x24\x85\xfe\x83\xf8\x28\x3d\x4f\xcb\xe7\x69\xf9\xdf\x62\x5a\x6e\xec\xf6\xde\x4c\x26\x37\x75\xf5\xad\x6f\xf7\x2a\xc9\xa4\xc4\xb1\x29\x05\x52\x7a\x4a\xeb\x24\xd3\x7a\x88\xb4\x38\xd6\x01\x4d\x54\xd4\x42\x96\x68\xc5\xb9\xa1\x81\xe8\x0a\x03\x94\xa5\x26\xad\x9f\x63\x2f\x06\x4d\x14\x11\x97\x0a\x54\x34\x43\x05\xd1\xc6\x52\x82\xd7\x1e\xd5\x4a\x2c\xd2\x8e\xe2\x1c\xf3\xa5\x03\x6f\x3b\x4e\x24\x46\x05\xfb\xb3\xd9\xb4\x03\x64\x90\x4c\x09\x9c\xfb\xa5\xa2\x25\x3b\x62\x19\x68\x4f\x07\xa9\xd1\x0a\x0b\x8e\x4e\x57\x76\x94\xf3\xd6\x22\xe9\xa8\x68\x4a\x54\x44\x35\xd0\x64\x0a\x01\x95\x30\x3a\xd5\x55\x19\xba\x52\xb4\x0f\x4d\xa7\x47\x2b\x97\x36\x80\xb9\x45\x9d\x10\x0d\x97\x10\xdf\x20\x61\xf8\xa5\x02\xed\x6c\x11\x41\x06\x4a\x8e\x1c\xd2\xf6\x71\x00\x25\x0c\x91\x63\x47\x07\xd3\xe6\xa7\x60\xbb\x2a\xa9\x4f\x96\xb1\x06\xe5\x64\x61\x01\xf5\xde\xd4\x59\x02\x2d\x50\x69\xdf\x79\xd0\x41\x0e\xd1\x82\xa6\xc7\x44\x4a\xc1\x9c\x37\xc3\x03\x5a\xa1\x35\x16\x71\x6a\x47\x37\xaf\xed\xdf\x5f\x8b\x9d\x1d\x45\xab\x9d\x94\x60\x8b\xf2\x6b\xd1\xd3\x74\xde\x47\xd0\xde\xd5\xc4\x18\xf1\xab\x08\x10\x14\x9a\xd4\x41\x65\x07\x1a\x47\x87\x00\x60\xcf\xd0\xcb\xa6\x2f\x2a\x59\xbd\xb1\x93\xd4\x20\x46\x0d\x2a\xc1\x53\x9e\x33\x49\x0b\x06\xb4\x0b\xee\x23\x6d\xc8\x58\x93\xae\x3b\xdb\xe0\x3f\x19\xad\x6d\x67\xaa\xe4\x63\x69\xcb\xd9\xa0\x7f\xdf\x75\x9d\xce\xf4\xab\x59\xc9\xbf\x95\x18\xf4\x20\xa4\x64\x4a\xa6\x05\x3c\x2d\x1c\xe8\xe8\xc1\xdb\x88\xd4\x47\xeb\x27\x68\x9a\xb8\xda\x83\x4d\x8e\x2a\xa6\x04\xe3\x71\x08\x21\xd2\xfa\x1a\xc9\x19\xda\xdc\xc3\x6a\x06\x9c\x8d\x1c\xc7\x3b\x16\x12\x1c\xf1\xd2\xd5\xca\xbe\xa6\xc4\x53\x3a\x92\xb9\xe2\x9c\xe1\x1e\x8c\xa6\x7a\xb4\xd0\xe3\xe4\x6a\x8f\x2d\xb8\x24\x8e\x6a\x9c\x8e\x34\x3f\xf5\x4f\xb2\x59\x2b\x91\x7e\x6d\xb6\xd0\x9e\x49\x89\x72\x97\xf6\xb7\x72\x06\x42\x4a\x2d\xe9\xcc\x95\x01\xeb\x91\xbe\x0d\x9d\x54\x60\xc8\xdf\x31\xbd\x9a\xa7\x67\xb0\xf4\x0c\x6a\x0c\xc3\xc6\x90\x73\xa4\x4a\xc2\x3c\x25\x6f\x22\x93\x27\x86\xf4\x62\x44\xc8\xf1\xfe\x16\xc9\xda\x1a\x3a\xa0\xc2\x0e\x53\x9f\x28\x4b\xe9\x33\x0d\x4e\xc4\x68\xe9\xaf\x71\xa6\x00\x83\x36\xb0\x5f\xad\xf2\xa1\x4d\xa7\xc8\x1d\x8c\x8e\xbc\x00\xe1\x69\xb5\x97\xdc\x7f\xc8\xab\x67\xfd\x95\x92\xfc\x19\xca\xaa\xb9\x2e\x20\x20\x2a\x12\xab\xa2\xe4\xc0\x64\x9b\x7b\x2a\x36\xf7\x52\x12\x47\x5f\x24\x59\x92\xbe\x57\xcb\x8d\x7a\x95\xd7\x54\xc9\x15\x40\x13\x33\x4c\xa9\x3a\xd3\x73\x54\xf6\xb6\x4e\xd8\x94\xcc\xd9\x0c\x85\x0a\x69\x63\xaa\xcc\x89\x0b\x69\xb3\xd8\x52\x1a\x3f\x54\x88\x7c\x4a\x1c\x29\x87\xd9\xff\x4f\x59\xe4\xca\xab\xad\x14\xca\x9b\x47\x29\xfe\xc8\x47\x8c\xdc\x9a\x44\xda\x50\x48\x8e\x63\xd9\x27\x99\x9a\x45\x8e\x8d\xc9\x4b\xb0\x79\x5b\xf2\x8d\xa6\xe4\xa3\xb1\xd9\xe1\x93\x86\xc2\xc4\x29\xff\x55\xf0\xb4\xef\x4c\xd9\x79\x9d\x2f\x2c\x18\xab\x59\xfa\x6e\x12\x6d\x05\x4b\x42\x5a\xba\x3a\xa5\xda\x8c\x29\x2e\xbc\x79\x9e\xcc\x8f\x4b\xbe\x56\xba\x49\x15\xda\x34\x20\x15\xd5\x79\xa5\x46\x17\xa0\x25\xe8\xf5\xca\x06\xed\x06\xaa\x92\xb6\x05\x14\x85\x91\xeb\x18\x41\x1b\x70\x94\x1a\x91\xf6\x0b\xe9\x3c\x8f\x02\x7c\x70\xf8\x69\x26\x49\xca\xa1\x4a\x1e\x79\x26\x7b\xe5\x05\xca\x7a\x9b\x0b\x92\x7f\xab\xa7\x0d\x5a\x69\x24\x8a\x07\x5a\x07\x4c\xd5\x4d\xaa\x6e\x52\x2e\x5c\xe1\x93\x33\xb9\xcf\xaf\xd4\x34\xbb\xe9\xd1\xb5\x1f\x6d\x73\xdf\xba\xbc\x6f\xee\x28\xcb\x2e\x45\x0f\xab\x02\x28\x63\xec\x7a\x23\x47\x12\xb9\x6b\x6f\x73\xb6\xe1\xb4\x85\xef\xe9\x99\xc6\x07\x52\xaa\x1b\x82\x57\xb4\x78\x1d\xe6\xbb\x08\xbc\x6e\x9c\xd7\x6c\xd9\x76\xd0\x26\x52\x56\x32\xa7\xd7\x25\xdf\xd5\x08\xb1\xbd\xa1\x21\x89\x70\x48\x29\xa0\x25\x61\x3a\x7f\x44\xf9\x25\x6f\x06\x85\xf6\x89\x9d\x2a\x0c\x85\x47\xa7\xef\xd5\x1e\xbd\xe2\xe0\x0c\x12\x06\xa8\xd6\xd6\x66\x42\xb1\x6a\x48\xf6\xb0\x5d\x7d\x91\xe2\x46\x1e\xd7\xc9\x93\x8f\xd6\xf4\x29\x09\x03\x9d\x37\x63\xd2\x2f\x7c\x7b\x14\xd8\x48\xfe\xd8\x51\x85\x05\x89\xf2\x4f\xca\x15\xdd\x29\x65\x70\xe0\x58\x4b\xf4\xd2\x7d\x54\xfa\x40\x3b\x72\xc2\x8e\x24\xd8\xcb\xec\xe3\xb8\x72\x5d\x94\x32\xcf\x8a\xdc\x90\xec\x7a\xec\x54\xc0\xcf\xaa\x83\x74\x72\x9e\x56\x11\x54\x5c\xcf\x37\x24\x19\xda\xf9\x47\xe1\x48\x29\x1d\x69\xbf\x58\x39\x05\x4e\xd0\x50\x68\x34\x07\x68\x0b\x2b\x6f\x0c\x93\xf7\x67\xf2\x61\xa4\xdc\x08\x86\x7c\x8c\x25\x4d\x00\x1b\x41\x7a\xa4\x7b\xe1\xf1\xb3\xa2\x7c\xca\x87\x39\xe7\x0d\x3d\xf2\x86\x28\x3b\x0e\xd4\x89\x32\x50\x05\x09\x5b\x64\x44\x13\x9a\x9c\x14\x88\x04\x68\x0b\x2d\x5a\xea\x9a\x3c\x4c\x4e\xd8\x3c\x57\x52\x0e\x54\xd3\x90\x4c\x58\x51\x56\xe6\x5d\x38\x5d\x88\xa7\xf9\x1a\x84\x49\x09\x66\xcb\x9c\x71\xd6\x86\xb4\x4d\x25\x65\x4e\x43\xec\x74\x9d\x6b\x5b\x87\xd3\x12\x95\x2e\xdd\x9a\x96\x54\xb0\xcc\x32\x90\x06\x59\x19\x50\x41\x25\xae\x8e\xad\x73\x4e\x15\xdd\x6e\xa7\x66\x28\x45\xdb\x6f\x99\x71\x18\xde\x30\x97\x95\x27\xe7\xfa\xcb\x77\xbe\xa4\xa9\x13\x81\xcb\xa0\x0b\x8b\x66\x0f\x4b\xdf\xcd\x7a\xad\x40\x92\xa3\xe4\x23\x36\x1d\x28\xe1\xd6\x89\x04\x83\xa1\x9d\x03\x43\xb9\x3a\xa3\x6f\xdc\x20\x92\xc4\x49\x2d\xd0\x1d\xef\xeb\xd4\x02\xbd\xd1\x02\x9e\x19\x6d\x4e\xb7\x5c\xa6\x3d\xc8\xd4\xbd\xd1\x36\xa9\x6d\xc9\xa5\xc2\x99\x61\xc3\x8b\x89\x23\x61\x1d\xe3\x6c\x12\x6f\x79\x42\xac\x64\x06\x79\x15\x67\x29\x95\x3d\xac\x9d\x69\x44\x4e\x16\x38\xaa\x91\x37\x3a\x17\xa0\x05\x98\xce\x1a\x42\x9b\x97\x27\xa9\x1b\x63\x41\xb9\x2b\xa4\xd7\x6b\x2a\x24\x57\xf8\xb2\x91\x14\x3a\x13\x45\x16\x72\xa9\x17\x58\x8b\x3e\x57\x64\x93\x05\x6e\xbe\xc8\xfc\x9f\x58\x22\x5e\x50\x22\x74\xec\x72\xda\x40\xf3\x9c\x92\xd9\x6a\x45\x39\xbc\x55\xe3\x8b\x4e\x8a\x03\x92\x83\x25\xe7\xfe\x46\x92\xe5\xa4\xbd\x8d\x90\xb5\x05\xe5\x24\x96\xde\x77\x49\x8c\x52\x46\xaf\x5f\x46\xb2\x95\x18\xaf\xb3\x97\xb3\xb0\xa4\x32\xb1\x76\x32\x07\x45\x7b\x8c\x94\x9e\xd6\xac\x42\x0d\x62\xba\xc8\x2f\x89\x8a\x8a\x2d\xd3\x5c\xc2\x57\xb5\xe4\x43\x66\x1d\x2a\xc9\xf8\x32\x05\x65\x36\xd1\x6a\xd5\x1e\x22\x71\x69\x4d\xa2\xdd\xd0\xd0\x8b\x6c\x8b\x60\xcd\x1b\x39\xd2\xd4\x49\xba\x48\x9d\x66\xaa\xa0\x5c\xc4\x86\x7c\x73\xb3\xcf\x37\xb6\xd6\x87\x40\x39\x3f\x1d\x28\x4a\x54\xe3\xd7\xaf\x4a\xfe\x39\x01\xad\x36\xb2\xdc\x9a\xae\xa1\xbd\x76\x6d\x29\xed\x2c\xf9\xcc\xd3\x44\x54\xa1\x5c\xeb\x50\x34\xbd\x7d\xde\x32\x95\x94\x62\xc4\x04\x64\x1b\x39\x3f\x30\xe5\x11\x35\x49\x72\xa4\xdc\x28\xb1\x6c\x54\x9e\x4c\x5c\x39\xfc\x85\x46\x56\xf8\x42\x01\x59\xea\x72\x2d\xf9\x28\xdd\xae\x91\x1b\x51\x0b\x76\x15\xeb\x60\xb3\xb2\x23\x75\xc0\xcf\x8a\x1c\x73\x41\x7b\xfe\xc9\x15\x2f\xd8\x98\x80\x2b\xdf\xee\x96\x5a\x47\x39\x7a\xc9\x49\x2b\x37\x22\x79\xe7\xa1\xd2\xad\x91\xf8\x60\x9d\x6e\x94\x3c\x0d\x2c\xa5\x7f\xa7\x50\x32\xa5\x92\xea\xa0\xc9\x7b\x21\xe9\x03\x31\x2d\x1a\xa1\xfe\x4c\x1f\x54\x81\x92\x23\x7e\x99\xc3\x6e\x5c\x92\x06\xa4\x4b\xf8\x14\xb9\x26\xd7\x11\x37\xb4\x4d\x9f\xb5\x93\xa4\x8c\xa8\xfc\x09\x3a\xf3\x9a\x48\xb3\xd8\xe6\x58\x04\x2f\x41\xb8\x58\x68\xf0\x5a\xb3\xf4\x9d\x47\xd6\x46\x72\xf6\xa2\x8d\xa9\x35\xe5\xa9\xa4\x4b\xf4\x4c\x90\x72\xc5\x37\x57\xca\xee\x6a\x92\x0c\x53\x58\x0e\xd1\x7f\x40\xda\x53\xc8\x33\x8d\x6a\x1c\x0f\x74\x73\x6c\x4d\x88\x75\x9e\xdc\xa1\xe1\x2e\x29\x17\x10\x09\xfb\xe4\x4e\x20\xb4\xcf\x0a\x46\xa0\xb5\x2b\xca\xcf\x92\x72\xfe\x27\x27\x49\xdf\xf8\xf3\xdb\x28\x0b\x69\x28\x3b\x0a\x7d\xaf\x7c\x06\x28\xdd\x72\x5c\xae\xb8\x5e\x8a\x00\x68\xa2\x48\x68\x0a\xa6\xf8\x81\x82\xd2\x6d\x1b\xb9\x26\x1a\x99\x72\xdf\x07\x19\x52\x2a\x9a\xc6\xcd\x20\x29\x54\xef\x0c\x04\x45\x5e\x1d\xd4\x59\x8a\xa4\x11\x51\x6e\xe2\x47\x56\xe1\x67\x45\x16\xe4\xd4\x54\x22\xf1\x90\xa3\x8b\x76\xa0\x28\xab\x12\x5a\x29\xcb\x46\xf1\x49\xbd\x46\x26\x44\x9e\xbf\x46\x93\xfe\x0c\x56\x68\xfc\xb4\xc4\x1a\xce\x83\x65\xa3\x6e\x21\x35\x59\x92\x0d\x38\x90\xe4\xac\x92\x53\x71\x6b\x0f\x5e\xe4\xb4\xea\xc1\x93\xf2\x8a\xcc\x34\x52\x72\xfb\x3a\x51\x5a\xe2\x8e\x0d\xff\xcd\xc2\xce\x29\x54\x91\x9c\x5a\xa7\x4e\x8e\x74\xca\x04\x2a\xea\x29\xb9\xbb\x8b\xa0\xa3\x21\x75\xdf\x7a\x0f\x56\x23\xd7\xa1\xd4\xc0\x4d\xa2\xa7\x15\x4a\x52\x04\xf0\x6f\x30\x49\xe9\xde\x26\x38\xea\xd9\x72\xa5\x07\x26\x0e\xae\xa2\xcb\x69\x77\x28\xee\xc3\xe9\xd5\xba\x24\x92\x63\x72\x95\x0a\x60\x25\x5a\xa5\xeb\xc4\x3a\x84\x8c\x12\xac\xa7\xf4\xf8\xe4\x5b\x95\xa7\x07\xf9\x4d\x15\x74\x94\x85\x6c\xf1\xb7\x86\x41\x64\x05\xb8\x51\x7f\x57\x05\xf5\x8a\x44\x0b\xb0\x2a\xad\x9d\xb4\x87\x56\xea\x0d\x26\x90\x79\x80\x49\xe4\x1d\xd1\x1a\x4d\x0e\xbd\xc8\x31\x12\x17\x08\xbc\x61\x03\x59\x97\x24\xda\x17\x0d\x5b\x6f\x02\x62\xe4\xaa\x4a\x3e\x87\x21\x73\x06\xde\xb0\x06\xe4\x93\x92\x5c\x50\x57\x5a\x2e\x28\x4a\xe4\x5f\x66\x59\xae\x1b\x61\x6e\xb2\x30\x4f\x79\xca\xe5\x0e\x31\x4f\x3c\x9e\xc2\x72\x92\x59\x9f\x1d\x1e\x4c\xca\xfe\xec\x84\x42\x16\x5e\xd0\x6a\xab\x6e\xcd\x15\x0f\x0a\xa9\x51\x45\x92\x10\x44\xcf\xa0\x1d\x2a\x44\x1a\x1c\x2d\x51\xc8\xa0\xe8\xd4\x0a\x52\x8c\x0a\x0b\x96\xf4\xa5\xb5\xe4\xa1\xd4\xd1\x31\x98\x3a\xf5\x98\xf5\xe5\x3e\xd3\x49\x6f\x9a\x4e\x05\x28\x6f\xf0\xd3\x92\x9e\x69\x0c\x88\x01\x7b\x72\x0f\xc1\x71\xf0\xe4\x47\x97\x57\x0d\x56\x74\x19\x63\x16\xd5\xe9\x67\x3a\xc3\x45\x1a\x4a\x7f\x4e\x87\x76\x08\x85\xda\xa9\x5e\x45\x6b\xa5\x31\x24\x9d\x46\x37\x2a\x4d\x41\xd9\xa5\x64\x36\xbe\x88\x61\x26\x35\x28\xa9\x3a\x5d\x13\x51\x9a\xfb\x5b\x8e\x5c\x5b\x73\x9c\x46\x35\xa0\xc4\x44\x7a\x47\x9e\xe8\xf0\x07\x99\x6e\x56\xdb\x21\x07\x87\xfd\x6a\x94\xc2\x9f\xf4\x66\x0e\xad\x06\x85\xf5\xef\x6f\x0d\xa8\xa8\xb9\x04\xca\x24\x86\x84\xe8\x23\x59\xa6\x11\x0d\x55\xea\x56\xa3\x54\xcd\xd3\x9a\x09\xa0\x8a\xac\x83\xc2\xcf\x9a\x58\x7c\xd2\xa1\x35\x7d\x56\x43\x12\x92\x28\xab\xc9\x87\x99\x4b\xda\x43\x4f\xee\x8c\xd1\x50\x6b\x82\x31\x78\x93\x42\x50\x3d\xe5\xe0\x26\x1b\x25\x78\x9d\x0e\x8c\xa3\x6d\x87\xf8\x13\xf9\x43\xb1\xf4\xbd\x5a\x39\xb2\x91\x79\x40\x16\x24\x95\x67\x69\x71\x76\xcd\x2a\x54\x76\x1f\xf7\xf8\xfc\xa2\x63\xa2\x20\xf7\x8c\x1a\x1b\x77\xff\x96\x42\xed\x34\xf3\xe0\x6d\x9d\xfd\x01\x8d\x5a\x5d\x24\x27\x2e\x05\x8a\xf2\x91\x07\x9b\x8f\xfe\xa4\x57\xd6\x01\x19\x4c\xf7\x8d\x93\x78\x17\x46\x5d\x05\x88\xc6\xb1\x00\x51\xa0\x05\xab\x28\x63\x99\x8a\x66\xc5\x09\x91\x49\xa3\xe5\x8f\x43\x28\x53\x14\x13\x98\x78\x15\x40\x79\x16\xc1\x9b\x58\x18\x3a\xd2\x2e\x7d\xe7\x39\x82\xf3\x5e\x81\xb7\xb1\x56\xe9\xc8\x00\x52\x1d\x54\x00\xb5\xa2\x17\xe9\x93\x7d\xd8\x79\xdf\x6c\x5e\x5b\x25\xef\xdf\x7a\x08\x14\x7b\x6c\x9d\xae\x55\x5a\xf5\x23\xf7\xe9\x00\xad\x7c\xe3\xd1\x10\x1d\x19\x21\xf1\xb3\x16\x85\x06\x7b\xa6\xe6\x10\x2c\x85\x56\xfa\x22\x39\xf1\xa5\xef\xc6\x6a\xf1\x69\xd9\x1c\xa9\x4a\x52\xe6\xb7\x88\xf3\x24\xa5\x33\x4f\x64\x89\x5d\x4c\x87\xb9\x62\x4b\x53\x94\x20\xea\x68\x24\x6c\xf2\x39\xae\xb4\x23\xe6\x53\x01\x6d\xc3\xe1\xa3\xc9\x42\xa1\x53\x97\x04\xf9\x74\x44\x8b\x72\x2d\x46\xfc\xac\xac\x64\x12\x1f\x96\xfc\x30\xe9\x6c\x17\xc4\xa6\x75\xc8\xab\x6a\x86\x0e\xbe\xa8\x79\x52\xa5\x88\xb3\x95\x60\xac\xc4\x79\x1b\x75\x3e\x2c\x89\x8e\xd6\x51\xf6\xff\x67\xef\x6d\x97\xe3\xc6\x95\x05\xc1\x57\xc1\xba\xa7\x63\x5a\xb6\x88\x03\x80\xdf\xd2\x58\x31\x7d\x35\xf7\x44\x6f\x84\xbd\x1b\x1b\x77\xc7\xb1\xd1\x27\x3c\x13\x54\x91\x25\x71\x9b\x55\xac\xcb\xa2\x64\xd9\x0a\x9d\xc7\xd8\xdf\xfb\x6c\xfb\x24\x1b\x48\x00\x24\x40\x82\x9f\x25\x9f\xd3\xdd\x57\xe1\x6e\xbb\x48\x02\x89\x44\x22\x91\x48\x24\x12\x99\xdf\x76\x5c\xcf\x71\x18\x28\x3e\x1e\xf6\x02\xe8\xa9\xb6\x3f\x73\x21\x79\x6b\x00\x14\x89\x22\x3e\x3d\x18\xb0\x5a\xcc\xff\x57\xc4\x04\xad\x0f\x96\x69\x2f\xe6\xff\x1b\xef\x89\x07\xa3\xe0\xbb\x18\x84\x70\x04\x07\x96\x8d\xf7\xb8\x47\x62\x4e\xea\x4e\x0e\xa6\xff\x26\xf2\x18\xee\x92\xe3\x6f\x2a\xb4\x33\xff\xfd\xdf\xf7\x79\x7d\x7c\xff\xe6\xfe\x98\x55\xff\x76\x48\x36\xd9\xff\xbe\xff\xef\xc7\xec\x0d\x7a\x7c\xff\x86\xbd\x41\x5f\xe1\x6f\x15\xf6\x9c\x18\xc9\xb5\x5e\x4d\xce\xaf\x26\xe7\x57\x93\xf3\xab\xc9\xf9\xd5\xe4\xfc\x6a\x72\x7e\x35\x39\xbf\x9a\x9c\x5f\x4d\xce\xaf\x26\xe7\x57\x93\xf3\xab\xc9\xf9\xd5\xe4\xfc\x6a\x72\x7e\x35\x39\xbf\x9a\x9c\x5f\x4d\xce\xaf\x26\xe7\x57\x93\xf3\xab\xc9\xf9\xd5\xe4\xfc\x1f\xd3\xe4\xbc\xdd\x6e\xc1\xbd\x7a\x97\x1c\x7f\x1b\xba\x90\xb0\xcb\x37\x55\x79\x2c\xb7\xf5\xef\xfd\x4e\x82\x8b\xdc\x3b\xbe\xf2\xd3\x07\xf8\xfb\x17\xf7\x93\x6b\x38\xc0\xbb\xbe\xcb\xfc\xae\x03\xbc\xc7\x62\xe4\xfe\xc2\x64\x9d\x3b\x07\xfe\x31\x2b\x46\xf4\x5f\xae\x49\x60\x54\x74\x91\xa8\x2a\xda\xfb\xc4\xe8\x2f\xee\x83\xa8\x6a\xdc\xf3\xf0\x7f\x0e\xfe\x4a\x6c\x2d\x8a\x7f\x7e\x61\xbc\xaa\x6c\xd3\x52\xff\xaf\x7f\xfd\x97\x9f\x49\x34\x7a\x1b\x7c\x5f\xee\x92\xf4\xfb\x5d\x06\x0f\x16\x5e\x06\xef\x5c\x24\xd5\xc7\x52\x3b\x8a\x80\xce\xd1\xbf\xc6\x71\x10\xca\xdb\x5e\x14\xfb\x81\xb8\xfc\x4a\x1f\x18\x8e\xf9\x1c\xe0\xf3\x04\xee\x43\xc5\xcc\xa1\xd8\xe3\x12\x27\x8a\xbd\x87\x10\x43\xb6\x5e\x0f\x62\x31\x87\x38\x8c\x1c\x0f\x7b\xe1\x27\x0f\x7b\xd1\x1d\x84\xc5\xfd\x66\x44\x40\x90\x91\x11\xfe\xe5\xe7\x88\xaa\xe3\x0d\x48\xe7\xfb\x01\x33\x2e\x43\xbd\x88\x16\x3e\x1c\x59\x70\xd9\x0e\x57\xa4\x02\x07\xee\xf0\x32\xec\x8b\xcc\x56\x90\x07\x2b\x8e\x0a\x06\x0a\x13\xe5\x55\x38\x8a\x51\x58\x78\xd8\xa5\x1e\x5c\x7e\x80\xd4\xfb\x94\x4e\x36\x4d\x18\x8a\xb1\xef\xf1\xfa\x21\x5c\x3d\x71\x3d\x68\x24\x8a\x3e\x45\x98\xf8\x05\x64\xf6\xf2\xbd\xe8\x03\x66\x90\x52\xdf\x8b\x14\x9a\x0f\x11\x8e\x59\x50\x84\x70\x1f\x1c\xc4\xc6\x83\xc3\x49\xf1\xad\x77\x59\xd7\x98\xbb\xe5\x6f\x75\xf2\xbb\x9f\xb6\x7c\x53\xc4\xe9\xc2\xa2\x44\xfc\x16\x7f\x13\x44\x09\x81\x88\x09\x21\x32\xdf\x13\xb8\x79\x42\xdc\xf0\xdb\x47\x2a\xee\x63\x87\x98\xeb\xb6\xb1\xd8\xdf\x06\x5c\xfc\x7a\xf0\x2f\x73\xb9\xa2\x0c\xf1\x9e\x7d\x26\x72\xb5\xf9\x11\x84\x17\x66\xa1\x8b\x59\x04\x69\xe1\xee\xb8\xd4\xdd\x60\x2a\x4c\x40\x8c\x05\x98\x12\x26\xa2\x37\x44\xfe\x03\x8e\xfd\x00\x2a\x42\x74\x90\x88\x83\x85\x04\xe6\xfc\xc7\x1d\x48\x6d\x08\x9c\x0e\x71\x61\xb8\x96\xe0\xc2\x3f\x2c\x7e\xe0\xad\xbb\xa0\x69\xb1\x50\xaa\xd1\xbe\x3a\x3a\x88\x68\x42\xc1\xf4\x49\x9b\xa0\xc5\x70\xe9\x09\xee\xc0\x61\xc6\x75\x06\x61\x5e\xa7\x00\x8c\xb2\x02\x32\xd3\x81\xc5\xd7\x38\x39\x81\xbc\x6e\x98\x85\x7c\xc1\x27\x4c\xfc\x05\xaf\x5d\xd0\xd6\x20\x12\xf4\xa7\x90\xef\xaf\x61\x67\x08\xe1\x66\x39\xfa\xbc\x81\x08\x7e\xdc\xc1\xe1\xca\xb7\x9d\x8f\x03\x5f\xe4\x5b\x8f\x36\xd8\xf7\x44\x70\x04\xe2\x71\xcd\x4d\xdc\xa5\x8f\xf8\x42\xfe\x00\x29\xfa\x1b\x58\x2e\xc4\x8f\x09\x44\xce\x30\xe6\x07\x00\x2c\xd0\x86\x82\x71\xd2\xc0\xbf\x4c\x44\x78\x66\xe2\xce\x9e\x8c\x86\x0b\x91\x97\x28\x07\xc4\x9b\xf0\x7d\x1c\x47\xbe\xfc\x25\x42\xc1\x85\x3e\xa6\xf0\x37\x7b\xa0\x7c\x86\x6e\xe0\xd4\x10\x82\x21\xf8\x98\x6f\x39\xc2\x20\x14\xff\xaa\x08\xae\x7c\x43\x08\x16\x62\xae\x81\x7a\x7c\xb1\x0f\x99\xdf\x65\x2c\x30\xaf\x07\x8e\x8f\x5d\xca\xbe\x7d\x8c\xb8\xd6\x20\x79\x88\x82\xa2\x2d\x42\xec\xf8\xf0\x2f\xa4\xc0\x23\x14\x41\x04\x6d\x08\x2d\xc4\x35\x53\xd8\xfb\x79\x01\x6c\xe1\x0a\x8a\x03\x22\xa2\x79\x6d\xc4\x0e\x1f\x0c\x21\x6d\x00\x2e\xd8\x15\x26\xd8\x63\x11\xff\x5f\x8c\x2b\x05\xdd\x8e\xde\x09\x36\xe1\x3a\x21\x9c\x88\x72\xae\x0b\x63\xd8\x8b\x73\x1d\x99\xe2\x30\xe6\xb4\x81\x73\x39\x16\xbb\x22\xe4\x1e\x04\xcc\x11\xf6\xd1\xd0\x0d\x0b\x88\x76\x4f\x21\xfb\x1e\xf3\x21\xd4\x08\xe5\x1b\x57\xfe\x12\x52\xf3\x53\xb8\xb1\x06\xd9\x0e\x3d\x06\x79\xc3\xdc\x80\xf2\x2d\x3c\xe3\xff\x4b\x36\x12\x27\x8e\x10\x14\x07\x6c\xb7\x70\xd2\x12\x81\x45\x90\xaa\x08\xfe\xba\x31\x9a\x72\xe2\xc0\x9d\x4e\xc8\x88\x4e\xf9\x5f\x31\xd7\x1f\x03\xce\x0e\x82\xa7\x1d\x88\x92\x4b\xa3\xe0\x81\xe2\xd0\xa7\x30\x8d\x40\xa5\xe4\xf3\x0b\x2e\xa0\x46\x98\xb9\x77\x90\xb3\x10\x4e\x22\xc0\x98\x2a\xe2\x95\x45\xe2\x07\x63\x2e\xe7\x5f\x1a\x8b\x10\x49\xae\xd0\xc0\x18\x8d\xc5\x57\x1a\x73\x96\xa3\xdf\x76\x0e\x18\x82\x91\x8b\x7d\x37\xe4\x73\x0b\x02\x6c\x00\x13\x53\x22\xa6\x85\xfe\x52\x5c\xa7\x23\xec\xdb\x8e\x06\x38\xe2\x34\x30\xeb\x10\x22\x79\xc5\xa8\x44\x64\x25\xe3\x2a\x67\xf8\xdf\xae\xe9\xe8\x12\x5d\x67\x55\x95\x6c\xcb\x6a\xf7\xfb\x59\xa6\xa7\x63\xb6\x34\x1d\xf4\xaf\xbd\x7f\xfd\x57\x5f\x2c\x60\x3e\xa7\x83\x8b\xa9\x5f\x78\x38\x82\xf0\x40\x11\xa3\x0f\x3e\x0e\x3c\xef\x83\x8f\x7d\x12\xa3\x48\x5c\xe1\xeb\x2d\x83\x1e\xf1\xc8\xbf\x30\xb9\xd8\x13\x1c\xbb\x70\xeb\x30\x94\x95\x01\x5c\x04\xe9\x26\xdd\x4f\x1c\xbe\x05\x82\x8e\x07\xc4\x26\x22\x50\x97\x41\xdd\x10\x89\xba\xfc\xef\x6f\x02\x4d\x38\x9e\x72\x35\x44\xdd\x07\x47\x34\xe6\x40\x0d\x68\xad\xb7\x7a\x1a\xc1\x56\xaf\x8a\xe4\x26\x2b\xfe\xc8\x69\xe3\x3c\x44\xa3\x3b\x1a\x3c\x38\xec\x17\xef\x81\x7d\xdb\x11\xc7\x37\x1f\xc3\x07\x76\x47\x83\x4f\xc1\x2f\xb6\xc0\xec\x7f\xc0\xb0\x01\x2f\xd2\xe1\xe7\x36\xd0\xf2\xa1\x3c\x66\xa9\xc3\xd1\x80\x20\xc3\x57\xf7\xc5\x55\x91\x5f\xe1\x34\xab\x93\xbc\x40\x69\x81\x77\xd9\xf1\x0e\xa5\x75\x2f\xe4\x70\x51\x6e\x7e\x73\x8e\x99\x16\x9f\x18\xaa\x42\x98\x5f\x19\xc0\x17\x92\x2a\x9e\xcd\x01\x76\x7f\x38\xd6\x55\x96\xec\x9c\x7c\x7f\xac\x93\xfd\x26\x13\x10\x6d\x35\xf8\x07\x67\x53\x16\x5c\xf4\xe4\xe5\xfe\x6a\x79\xab\xbf\x67\x3e\xe7\x43\x1c\x60\x1f\x31\xf2\xc0\x17\x8f\xc2\xc1\x70\xdd\xfc\xe7\x18\x7b\x91\x8f\xc4\xdf\x5c\xb8\x33\x48\x54\xbb\x21\xe0\xc8\xe3\x42\x36\x5f\xb5\x19\xa7\x61\xe8\x78\xd8\x8f\xdc\x42\x2c\x45\x8c\x7a\x1f\x5c\x2c\xe2\xea\x24\xbc\x1e\x93\xf7\xad\xb9\x7a\xc8\x6b\x45\x05\x1c\xd0\x93\xd8\xe7\x65\xf9\x22\x15\xf2\xf6\x7c\x68\x4f\x44\x73\xa2\x70\x2a\xe4\x6f\x28\x26\x5c\xbb\x60\x90\x7f\x82\x46\x7c\x35\xa2\x24\xc2\x3e\x2b\x30\xf3\xc0\x42\x04\x27\xd8\xd4\xeb\xb6\x14\x81\x21\x06\x0e\x66\x21\x02\x1c\x57\x1a\xf8\xd2\x48\x18\x34\x15\xa2\x58\x85\x9a\xa7\x8c\x42\xdf\x92\x18\xc3\x6b\xf9\xd6\x81\xdc\x0b\x10\x47\x02\x1c\x68\x22\x38\x74\x76\xc1\x72\xae\x37\xe5\x30\x4c\x63\xe4\x61\x37\x0c\x39\xf1\xc0\x34\x12\xf2\xf5\x94\xb8\xbc\x77\x49\x0c\x01\x7b\x63\x19\xb6\x97\x40\x08\xb4\x30\x06\xa3\x0b\x54\xf0\x22\x79\xb2\x05\x61\xf8\xa2\xe8\x67\x1d\xb8\x18\x19\x91\x25\x96\x52\x91\x81\x38\x8a\x69\x01\x06\x69\x58\xed\x29\xc4\x1d\xfe\x99\x61\x2f\x12\x01\xe3\x02\x41\xbe\x90\xf7\x29\x80\xf0\xc2\x81\x07\x07\x2d\x3e\x8d\x30\xa5\x01\xe4\xe4\x2d\xc4\x71\x3c\x44\x6f\x73\x41\xbf\x26\xb1\xe3\x62\xd8\x7b\x91\xd8\xe5\x4a\x06\x84\xa3\x84\xd8\x78\xd8\x03\xd9\x1e\x12\x17\x89\x13\x61\xea\xc7\x98\xc5\xa1\x88\x91\x1b\x6c\xc0\xca\xe6\xb9\x9c\x05\x02\x1c\xc7\x3e\xff\x17\x71\xfd\x2d\x7a\xc0\xfe\x1d\xf6\x93\x08\xbc\xb3\x22\xe5\xa3\x45\x7c\x0c\x31\xe9\xdc\x98\x2b\x19\x11\xaf\xea\x60\x3f\xf0\x0a\x50\x00\xc5\xd9\x2c\xc4\x68\x05\xbd\x36\x74\x7c\x4c\x43\x48\xce\x8c\x3d\x48\xf4\xcc\xbb\x0d\x2b\x8e\xcb\x99\xc9\x97\xf9\x86\xa5\x8e\x1a\x04\x32\x91\x8b\x38\x80\x83\x6c\xb1\x90\x43\x82\x70\x6d\x3b\x84\x78\xb3\x1c\x17\x37\x8e\xe0\x10\x14\xd2\x7e\x04\x5c\x2b\xdf\x48\xd3\xaf\x0f\x0c\x43\xc0\x65\x81\x8f\x0c\xd8\xff\x42\x2f\xe4\x4a\x32\x27\x3c\xc4\xa2\x85\x00\x9d\x01\xa7\x20\x84\x02\x61\x8e\x32\xfe\xf3\xa1\x87\x08\x78\x70\xfc\x19\x24\x4c\x04\x5c\x51\xee\x3a\x14\x82\x98\x70\x7a\xd3\xc2\xc1\x1e\x6c\x7c\xc0\x87\x8b\x57\xff\x39\x02\x2e\x89\x14\xaf\x10\x57\x30\x66\xc4\x77\xc8\x48\xfc\x2d\x23\xe7\x53\x14\x60\x8f\x70\x92\x85\xa1\x48\xe3\xe4\x02\x6d\x36\x5c\xb3\x77\x30\x98\x7e\xf9\x0b\x17\x07\x5c\x57\xf6\xe9\xb7\x8f\x34\x96\x86\x54\xe6\x15\x10\x86\xc4\xc1\x1e\xf8\x36\x50\xca\xc9\x96\x74\x59\x08\x22\xbc\x46\xd8\x8d\xf8\x1c\x72\xe1\x8c\xc4\x85\xe3\x39\x88\xf2\xc9\x35\x73\xe4\x8a\x10\x7d\x0c\x4e\x46\x20\x05\xb7\xcf\x75\x7a\x08\xeb\xcb\x42\xcc\xc2\x00\x0c\xfd\x8c\x8f\x99\x98\x37\x5c\x9c\xb0\x46\xa8\x08\x55\x17\x7b\x7c\x33\xe6\xb9\xae\x3c\xde\x16\xf1\xa1\x37\x22\x1e\x9c\xeb\x89\x70\x83\x38\x24\x22\x24\x31\x24\xca\x48\x44\x58\x65\x15\x5c\x99\x10\xd8\x98\x84\x10\xfb\x1f\x02\x18\x12\x08\xc6\xca\xa2\xb8\xc0\x5e\x00\x2e\x97\x22\x32\x0b\x1c\x4e\xf8\x31\xd7\x8c\xe2\x38\x14\x4e\x3a\xae\x88\x26\x09\x6e\x3a\x1c\x45\x3e\x39\x85\x15\x90\x8f\x16\x84\x23\x74\x03\x98\x32\x10\xb2\x3b\xe0\x7f\x89\x03\xac\x9f\x23\xae\x17\x45\x4a\x97\x15\x79\x8c\x37\x5c\x8f\x87\x64\xd8\x7c\x4b\x01\x67\x2a\x2e\xf6\xe2\x88\xab\xeb\x30\xe6\x70\x2c\xc8\xc0\x95\x01\x9a\x83\x38\x29\xb1\xdc\x9b\x92\x00\x76\x8c\xbc\x24\x64\x84\xe2\xc3\xcb\xb7\xc8\x10\xe4\x03\x50\x8b\x63\xf7\xdb\x1b\x88\x28\xff\x5b\xf6\x07\xd1\x2d\x5e\x17\x99\xd7\x45\xe6\x75\x91\x79\x5d\x64\x5e\x17\x99\x3f\xc9\x22\xf3\xfc\x43\x5a\x7e\xd9\xcb\x2d\xd4\xa6\xdc\xd7\x49\xbe\xcf\x2a\x84\x37\x49\x95\xa2\x34\x7f\x40\x38\xdb\x1d\xb4\x34\x26\x3f\x34\xfb\xad\x19\x85\x17\xec\x15\xa1\xa2\x6d\x7f\x37\x58\x57\xe6\x9a\x51\x35\xfb\x29\xf8\x57\x6d\x33\x07\xf1\x58\x00\x6d\x12\xb3\xe1\x3d\xeb\x60\xf3\x03\x55\xc6\x09\xb1\x62\xc3\xdb\x47\x60\x36\x90\x61\x3c\xba\x56\xbf\x87\xa4\xb8\xcf\x1c\x51\xae\x63\xf7\xfb\x1d\x6f\xb0\x07\xc3\x31\xc6\xc8\xfd\x05\xe6\x31\xe5\xb3\x18\xe1\xd8\x61\x88\x3d\x50\x6f\x43\xb8\xba\x83\x63\x88\xd2\xc8\xee\xa8\xb7\x81\x22\x88\x39\xfc\x9d\xc3\x3e\xf9\xa0\x20\x51\x87\xd7\xe0\x7f\xbe\xed\x1c\x86\x28\xf9\x25\x7c\x70\xd8\x1d\x25\x0f\x7f\x96\x78\x95\xff\x0c\x02\x3d\xe3\x5d\x59\x65\x8e\x62\xbd\x5d\xb6\xbf\x47\x58\x7f\xba\xfa\x5b\xfd\xf5\x90\xbd\x87\x44\x5c\x37\xe5\xe3\xe7\x77\x60\xd1\xbc\x92\xe1\x7a\xcf\xeb\xe4\xa6\xc8\xf0\x5d\x72\x74\x12\xe0\xfb\x23\xaa\xab\x2b\xac\x7e\x2f\x87\xf4\x25\xaf\xef\x1c\x31\xcf\x56\x83\xfa\x23\xce\x8e\x00\x51\xd2\x1d\xfa\xa3\x1a\xf2\x66\xa4\xb5\x11\xa6\x0c\x2d\xab\xe0\x04\xcb\x2a\xfc\x29\xe6\xd4\x1f\x88\xac\xcf\xa3\xe9\xf4\xc0\x49\xe3\xfb\x24\xd4\x03\xd0\xf3\x53\xea\x4d\x15\x1f\x48\xaa\x37\x55\x6d\x38\xad\x5e\xa7\xe6\xec\xc4\x7a\x9d\x7a\x06\x05\x07\xf3\x1f\x1a\xa5\xcc\x0c\x88\xe2\x53\x37\x07\xa2\x35\x1b\x9f\x68\xfa\xa5\xf2\xf1\x09\x68\x2f\x93\x91\xcf\x24\x4a\x0b\x7e\x46\x56\x3e\xa3\xdc\xf7\xcf\xcb\xf7\xea\x38\xf4\xc7\x73\x1c\x1a\x93\x60\x65\x9e\x6e\xbe\x8f\x00\xe3\x90\xe7\xcb\xaf\x89\xd2\x03\xe2\x6b\xa2\xd6\xb0\xf4\x32\x2b\xce\x16\x5e\x66\x35\x9d\x76\x83\xa2\x4b\x2f\x64\x4a\x2e\xf8\xd2\x15\x5c\xdd\xdd\x06\x2f\x34\x2f\xd7\x28\xe0\xf6\x52\xc2\x0d\x80\xbd\x8c\x6c\x33\x68\xd6\x00\x9f\x21\xd9\xf4\x62\xdf\x4d\xb0\xdd\xbc\x58\x9a\x64\x86\x23\x17\x52\xc5\x84\x60\x59\x06\xb3\x5f\xc0\x7c\x07\x47\x5e\x80\x7d\x70\x34\x86\xe4\x89\x5e\x0c\x0e\x45\x11\x7c\x70\x18\x38\x48\x50\xe9\xdd\xe5\xf0\x82\x60\x24\x76\x28\x66\x70\x85\x84\x86\x0e\x0e\x5d\x08\xf9\xee\x61\x12\x85\xcd\xbf\xbc\x3d\xec\xfa\x8e\x87\x63\xb8\xde\x1e\xfb\x9e\xfc\xed\xe2\x48\x44\x40\x8f\xc1\x4f\x98\x46\x21\x72\x21\xc6\x83\x0f\xee\x5f\x2e\x8e\x49\xf4\x00\x61\xe5\xa3\x0d\x97\x38\x04\x0c\x43\x8e\x8b\xc3\x00\x04\xab\xfc\xc5\x70\x28\x42\xcd\x33\xc8\xb9\xe2\x7a\x60\xc8\x0c\xc0\x2e\x1d\x42\x64\x7d\x2a\x3d\x90\x45\x96\x3c\x46\x11\xc3\x01\xdc\xa8\x88\x70\x00\x77\xd6\x45\x4a\xb4\x50\x38\x40\x07\xae\x07\x7e\x1d\xbc\x65\x12\xe3\x00\xf2\xd4\x61\x3f\x32\x0e\xec\xe3\x7f\xe5\x7f\x0c\xcf\xda\x00\x87\x24\x02\x7f\x67\xf7\x81\x12\xcc\x20\x29\x4a\xc8\x09\x1b\xfa\x9f\x78\xbf\xc1\x4d\x3b\xf4\xf9\xf3\x50\x16\xfa\x53\xe0\xfc\xf5\xaf\x71\xb4\xda\x8d\x40\xb4\xfe\x42\x6e\x04\x43\xc0\x86\x4d\x32\xbd\x1a\x2b\xac\x2a\x1d\x18\x7f\xc4\x7d\x1c\x85\x24\x44\x5c\x3b\x88\xc2\x20\xf6\xaf\x19\xc1\x24\xf6\x3c\x14\x62\x9f\xc4\x1e\x43\x8c\xa2\x00\xbb\x01\xf1\x02\xfe\xd3\xbf\x66\x7c\x96\xb8\x9e\x4b\x45\xde\x30\xae\x89\x30\x44\x23\xc4\xae\x69\x00\xef\xf9\xa3\xdf\x96\xf1\x91\x7f\x4d\x7d\x14\x60\xe6\x13\x37\x46\xd4\xc7\x61\xe0\xa3\x10\xbb\x8c\x51\x44\x03\x1c\xf9\x8c\x37\x16\x86\x2c\x88\x3f\xd0\x40\x24\xa6\x24\x98\xb0\x80\x5d\x53\x1f\xc7\x2e\x57\xab\x08\xb8\xc9\x51\x1f\xbb\x90\x2c\x93\x60\x8f\xf9\x2e\xa2\x1e\xc7\x19\x32\x6c\x45\x11\xfd\x10\xe1\x38\xf4\x21\x1d\x7b\x40\xa9\x7b\x1d\xe1\x30\xf2\x3c\xde\x14\x75\x23\x12\xf2\x0e\x31\x9f\xba\x28\xe0\x7f\xae\x3d\x89\x5f\x80\x5c\x8e\x0c\xfc\x76\x51\x7c\x0d\xd0\x5c\x12\x30\x2e\x2a\x5c\x2f\x82\x90\xff\x1e\x0d\x7d\xe4\xf3\x5f\x11\x8b\xdd\x4f\x34\xc0\x34\x24\xe1\x75\x53\x22\xc0\x7e\xc4\x78\x7d\x1a\xe2\x20\x76\x23\xfe\x8b\x83\x62\x44\x10\x48\x35\xc6\x18\x0a\x10\x63\xd7\x21\x7f\x1d\xc1\x73\xdc\x14\x8a\x79\x9d\xb8\x01\x11\x61\x1a\xf8\x34\x6e\x80\x87\x48\x36\xfb\x49\xa2\xc1\xa1\x78\x5e\x10\x73\xb4\x02\x42\x3d\x5e\x23\x8a\x98\xc7\x9f\xa9\x1f\x43\x5a\x7a\xcf\x67\x40\x2e\x3f\x8a\xa2\x0f\x22\x42\x00\x24\x74\x0e\x62\x16\x5d\xc3\x35\x2e\x1f\xbc\xfa\x43\xde\x22\xf5\xf8\xcf\x28\xe6\x14\xf5\x10\x75\xaf\x29\x64\xc7\x03\xe4\x38\xe9\xf9\xd8\xf2\xc1\xe0\x98\x5c\xd3\x48\x7e\x08\x10\x23\x4d\x31\xfe\xd3\xbd\xe6\x7f\x53\x1c\xd3\x90\x77\x09\x7b\x2c\x04\x1c\xe2\x20\x0e\x11\x8d\xb0\x1f\x44\x30\xc2\x9e\xc7\x3e\x74\x98\xef\xd7\x8f\x34\x42\x00\xdb\xf7\x19\x1f\x29\x0a\x97\xfa\x7d\xc6\x22\xf8\x79\x0d\x47\x6c\x9e\x17\x86\x0c\xa9\x42\x1e\x67\x3e\xef\x9a\x86\xf0\x9e\x3f\x86\x6d\x99\x90\xd7\x09\x5b\x18\xb2\x10\x57\xd4\x51\xf0\xeb\xc7\x10\xc5\xd7\x70\xd6\x07\x5f\x03\x55\x8a\xf0\x02\xe4\xda\x57\x50\x08\xf2\x9b\x42\x3e\x8a\xaf\x39\x69\xc5\x27\x55\x24\x42\x01\x8a\xae\x15\x80\x08\x85\x4d\x89\x10\xc5\xbf\xfe\x29\x0c\x13\xaf\x72\xe2\x55\x4e\xbc\xca\x89\x7f\x8e\x9c\x58\xa4\x55\x95\x55\xfd\x72\x5a\xd5\x00\xb0\x11\xad\xaa\x5b\x63\x8d\x56\x65\xc2\xf8\x23\x6a\x55\x11\xd7\xeb\x5d\x4c\x08\x21\xf4\x1a\x1e\x18\x26\x51\x14\x7a\x28\x86\x7f\x21\xcd\x8c\x4f\x08\xe7\x78\xf5\xf3\x17\xea\xf1\xb9\x16\x53\xaa\x7d\xf5\x71\xd0\xd6\x15\x4f\x12\xec\xa7\x50\x82\x17\x6f\x43\x5e\x91\x73\xa5\x84\xc0\xe7\x1d\x40\xf0\xd4\xcf\x5f\x28\xc3\x7e\xe4\x7a\xd7\xe2\x5f\x91\x2e\x91\xf0\x49\xd7\x3e\x87\xd4\x0b\xe5\x33\x80\x88\x18\x8b\x3f\xf0\x67\x97\x41\xaa\xd0\xf0\x03\x13\x77\x36\x09\x0e\xaf\x19\x85\xf4\x8d\xfc\x37\x17\x51\x7c\xee\xc6\x14\x7e\xf1\x32\xd7\xe2\x07\x2f\xa1\x0a\x32\x24\x6b\xb3\x5f\x68\xc8\xc5\x55\xc0\xe7\xa3\x1f\x83\x40\x21\x5e\x04\x69\x29\x03\x78\x88\xf9\xc6\x4a\x3e\x50\xff\x13\xf5\xb0\xeb\xff\x42\xe3\x6b\x1a\x4b\x02\x79\x40\x54\x2e\x13\xc1\xed\x1d\xfc\xe1\xc5\x53\xf0\x89\x91\x6b\xf1\x9b\x11\x59\x5a\xd6\x62\x14\x4a\xc4\xe2\xc7\x2f\xd4\x07\xe1\x06\x75\xc5\x17\x57\x42\x15\xb5\xe4\xd3\x27\x2e\xc7\xe0\xb7\x6a\x49\xd5\x12\x58\x50\x1f\x49\xfc\x02\xec\x7e\x02\x84\x61\x91\x6b\x3b\x12\x88\x18\x7a\xaa\x93\x01\x76\x29\x1f\x4e\xf6\x8b\x08\x3e\x72\xcd\xc5\xa0\xf8\x4e\x81\x68\x31\x64\x4c\xe3\x8f\x61\x00\xcb\x89\x17\x47\xe2\x39\x80\xc2\x91\x94\xc7\x84\xfa\x22\x27\x55\xc0\x44\x1c\xc0\x18\x8a\x87\x8c\x2f\x8e\xec\x17\x41\x63\x7a\xcd\x69\xec\x4a\x08\x1c\x01\x9d\xc8\x5d\x1a\xc7\xd7\x40\x2b\xd6\x74\xce\x20\x31\xd5\x48\x4c\x0d\x12\xab\x5a\x82\x90\x8a\xc2\xfe\xb5\x27\xf9\x5d\xbc\x37\xe8\xab\x91\xd7\xa0\xae\xaa\x22\x10\x50\xc4\x6d\x69\xab\x93\x16\x28\x4b\x58\xd3\x35\x20\x2d\xd7\x1f\xd8\x2f\x0c\x07\xfe\x35\xc3\x2c\xa6\x44\xa4\x23\x6b\xd8\x51\x31\x68\xc3\xb2\x50\x88\x4a\x4e\x86\x1e\x72\x56\x87\xa0\x03\x4c\x7b\x88\x60\xbd\x95\x93\x89\x5c\xab\xa9\xac\xa6\x1a\xcc\x73\x35\x0f\xe5\x83\x98\xaa\x72\xca\xfe\xfa\x91\x12\x80\xcf\xa7\x6d\x8c\x23\x12\x84\xea\x11\xc5\x62\xa2\xf3\x77\xf2\xa1\x3b\xcf\x63\x31\xcd\x69\xec\xba\xbc\x04\xd4\x0e\x5b\x29\x12\x1a\x52\x84\x97\x6a\xbf\x7a\x02\x19\x51\x55\x3d\x19\xa8\x5d\xcb\x09\x25\x11\x50\x10\x58\x2b\x45\x58\xd3\xf1\x5f\x3f\xfa\x42\x14\x5d\x7b\x02\x0b\x21\x81\x3c\xc9\x28\xf0\xca\x6b\xf9\xc4\x93\x6c\x02\x00\x65\x0d\x46\xc4\xd0\xc2\xbf\xc0\x73\xa2\x39\x78\x1d\x4b\x26\x81\x57\x71\xcb\x24\xb1\x64\x12\x80\x20\x6b\x88\xa6\x63\xf1\xef\x2f\x5c\x33\x90\x2d\x5f\x53\x03\x1f\x6a\xa0\x4a\x65\x07\xa4\x44\xd1\x20\x51\xa3\x11\xf9\x24\xd8\xdd\x40\x8b\x1a\x18\xd3\x58\xf6\x44\x48\x14\xad\x8b\xd4\xe8\xbd\x7a\xfa\x44\x03\x7d\xb5\x0f\xfe\x1a\x06\x11\xfb\x83\x6e\x0c\x5e\x97\xba\xd7\xa5\xee\x75\xa9\x7b\x5d\xea\x5e\x97\xba\xd7\xa5\x6e\xc5\x52\xb7\x68\x6f\x5b\x95\x75\xb9\x29\x8b\x97\xdb\xdf\x8e\x00\x1c\xd9\xe3\xda\x6a\xad\xd9\xe7\xf6\xe1\xfc\x11\xf7\xba\x7c\xf1\x63\xb0\x04\x86\x58\x99\x4f\xe0\x5f\x26\x64\x91\xc8\x69\x1d\x0a\xbb\x56\x5b\x4a\xd4\x42\xea\x5b\x53\x06\xea\x5c\xb7\xa5\x58\x5b\x06\x00\xfe\xfa\x91\xaf\x0a\x94\x78\xb0\xd4\xc5\x61\x04\x4b\x0a\x0b\xc0\x88\x14\x31\x5f\xc8\xfe\xc0\x85\xe7\x80\x52\x58\xe4\x19\x5f\x6c\x38\x57\x87\x0c\x74\x02\x4a\x29\xa2\x11\x8e\xc0\x56\xc5\x70\x04\xa9\x98\xc1\x94\x16\xf2\xb5\x90\x06\x01\x18\xe9\x5c\x37\x82\xf2\x71\x14\x82\xc5\xcd\x85\x40\xef\x5c\x72\x88\x35\xdb\x05\x51\xca\x70\xc0\x42\xe8\x36\x8b\xa3\x10\xd0\xf1\xdd\x00\x9e\xfd\x00\x24\x30\xe3\xd8\xf3\x67\x58\x9a\x08\xf6\x63\x16\xcb\xef\x2e\x5f\x5c\xa2\x80\xa3\x1f\x61\xea\xba\x60\x3e\x64\x34\x88\x10\x78\xea\x73\x3c\xf8\x72\xe2\xcb\xee\x32\x80\x1f\x12\xd1\xdd\x38\xf6\xc0\xae\x17\xc2\x5d\x0b\xfe\x1c\x88\x45\x54\x23\xcf\xaf\x1f\x63\x1c\xc5\x30\xc1\x43\x46\xc2\xeb\x18\xfb\x7e\xe4\x81\x61\x2c\x26\x51\x8c\x62\xcc\x22\xb8\xf5\x1f\x61\x4a\x63\x2e\x92\x88\xef\x73\xf2\x70\x91\xea\x5d\x47\xd8\x77\xdd\x08\x1e\x3d\x5e\x3c\xc2\x84\xc6\x31\x50\xc7\x8b\x42\x8a\x42\xec\x53\xc8\xe7\xcd\x57\x5e\xea\x5f\x87\x38\x74\x29\x8d\x10\x44\xc5\x64\x5c\x6c\xc7\xa1\x27\x9e\xfd\xc0\xe7\x2b\x08\xf3\x89\xc0\x96\x04\x51\x7c\x1d\xe1\x30\x88\x00\x59\xd7\xe3\x2a\xa3\x4b\xe3\x10\xc6\xca\x0f\xdc\x08\x19\xa8\xff\xfa\xd1\xc7\x9e\x0f\x26\xc8\x00\x07\x24\x0c\xaf\x7d\xec\x89\xae\xf2\x67\x02\xd1\xa4\x09\xe3\xcb\x69\xc0\x49\x0c\x91\xa5\x99\xe7\xf9\xc2\x38\xca\x65\xb8\x17\x40\x86\x72\x17\xbb\x11\x48\xe8\x80\x81\x53\x09\xc1\x81\xe7\x7b\xc8\xc7\x8c\x86\x24\x44\x11\x07\xc3\xbc\x6b\x1f\x93\x98\x79\x60\xc6\x0b\x42\x37\x42\x1e\x8e\x43\x1a\x80\xd1\xce\x65\x3e\xe5\x12\xde\xf7\xe2\x00\xee\x91\x84\x61\x78\xed\x61\x97\x44\x04\x2e\x15\x45\xc4\x43\x1e\x2c\xa7\xc4\x63\xfc\x17\xbb\xf6\x78\xbb\x21\xf5\x03\xe4\x61\xdf\x83\x00\x2d\x3e\x76\x89\x4f\x51\xa7\x5b\xbc\x9f\x41\xec\x52\x4e\x5c\x12\x86\x21\xbb\xe6\xcf\x01\xf5\xe0\x39\xf2\x03\xc4\x9f\x63\x1a\xc1\x73\xec\xc6\x10\x0f\x99\x31\x28\x1f\x11\xe6\x5e\x43\x7c\x64\xe6\xc2\x77\x22\xbe\x53\xc2\x60\x25\x0c\x08\xd4\x0f\xa9\x07\x83\x43\x7c\x12\x06\x50\x3e\x64\xf0\x18\x87\x2e\x80\x23\x54\x14\x8f\xc0\x7c\x69\xa0\xf3\xeb\xc7\x08\xc7\x41\x04\x01\xd9\xfc\xd8\xa3\xe1\x75\x84\x63\x97\xb2\x98\x13\xd4\xf5\x3c\x4e\xa0\x28\x14\xcb\x64\xec\x85\x5c\x41\x88\x48\x44\x39\xbd\xc3\xd0\xf3\xfd\x6b\xae\x8d\x53\x8f\x7f\x8f\x3d\x3f\xe0\xdf\x3d\x9f\x41\x4a\x64\x46\x7c\xb8\xd0\xc1\x68\xe8\x79\x70\x28\x1f\x73\x9d\x2e\x8a\x09\xd7\x7f\x08\x0b\xa8\xe0\x38\xd7\xa7\x28\xe0\x50\xc0\x60\x4f\xc3\x30\xe4\x9d\xf5\x3c\x22\xac\xe6\x11\xe7\xb0\x10\xfb\x5e\x04\xea\x09\xa3\xb1\x0f\xea\x9f\x17\x47\x7c\xb4\xc2\xc8\x8d\x39\x9c\xd0\x8d\x42\xff\x43\x84\xc3\x38\xf2\x22\x08\x84\xe7\x32\xbe\xf6\xd2\x88\x7a\x11\x0a\x30\x73\xf9\xe8\xc6\x38\x24\x7e\x14\x43\x5e\x67\x3f\x06\x6e\x01\xec\x3c\xcc\x48\xcc\xfc\xeb\x18\x87\x7e\x0c\x8e\x46\x2e\x09\xa8\x58\xd3\x03\x2f\x80\x90\x6e\xbe\xcb\x67\x8c\x41\xac\x5f\x3f\x72\xf9\xe4\x7b\x9c\x9d\xb8\x3a\x22\xe4\x17\x70\x17\x0d\x99\x0f\x76\xf9\x88\x10\x4e\x1d\x37\x0a\x99\xb0\xdb\xfb\x60\xd1\x0e\x3c\x16\xc2\xfc\x67\x5c\xa7\xf4\xb1\x47\x08\x01\x79\x12\x84\x5e\x88\x02\x2e\xd6\xe0\x10\x84\x45\x1e\xef\x5e\xec\xfa\x5c\x5c\x70\xe6\x06\xde\x89\x43\xc6\x99\x1d\x62\xdf\x70\xb2\x10\x02\x3a\x12\xa4\x83\x67\xfc\x99\x05\x5e\xcc\xc5\x1d\x65\x94\x33\x3d\x09\xdd\x50\xd8\xfa\x23\x38\x2e\x21\x51\x14\xc0\xe4\x09\x5c\xd8\x42\x91\x80\xcb\x13\x3e\x99\xe0\x84\x04\x87\x31\xf1\xe0\xd8\x20\x0a\x09\x24\x9c\x80\xfd\x0f\x66\x24\x60\xd0\x57\xae\x9f\x83\x5a\xeb\xc7\xf0\x4c\x85\x30\xa5\xc4\xf7\x04\x2d\x7c\xa1\xdc\x6a\xb4\xf9\xf5\x23\xd7\x94\xe1\x30\x27\xc6\x1e\xf1\xe1\x34\xc2\x8f\x85\x34\xf4\x23\x0f\xf4\x0c\xea\x91\x40\xc8\x08\x1f\xf6\x35\x01\x6f\x5e\x2c\x06\xae\x38\xbd\x08\x41\x9a\x32\xca\x84\x86\x1d\xfa\x70\xc2\xe0\xb9\x81\xd0\x5a\xe2\x58\x2c\x5a\x24\x8e\xf8\x16\x93\xf1\x1d\x41\x28\x36\x86\xd4\xc7\xa1\xeb\x8b\x0d\x5a\x10\xc1\x14\x65\x34\x04\x61\x1e\x06\x34\xe4\x9b\x1f\x02\x07\x15\x91\x08\x9d\xe2\xe3\x98\x11\x10\xa6\xcc\x8b\x61\x53\x1b\x46\x2c\x80\xd6\x7c\x12\x73\xe8\xbe\x17\xc2\xda\x13\xc6\x9e\x27\x8e\xaa\xa4\x34\xf4\x3d\x68\x8e\xc6\x14\x64\x3b\x63\xbe\xcf\xcb\x53\xe6\x0a\x5d\x0d\xc8\xe3\xc3\x94\x84\xe7\xc0\x17\xfb\x08\x8d\x3a\xbf\x7e\x14\x0d\x01\x9e\xa1\xcb\xfc\x6b\x38\x58\xf1\x40\x19\xf4\xf8\x14\x87\x93\x17\x1c\x82\xbb\x07\x81\x15\x98\x80\x94\x72\x5d\x10\xba\x21\x97\x0e\x31\xf6\x5d\x9f\x41\xa3\x7c\x26\xc0\x4d\x34\xc2\x17\x4e\x2e\xb2\x19\x1f\x79\x9f\xc1\xae\x2d\xc2\xb1\x07\x13\xcc\x0f\x60\x28\x22\x1c\x71\x29\x14\xe1\x80\x7a\x6e\xc4\xcb\xfb\xae\x0b\x0c\xec\xc5\x00\x8e\x85\x04\x18\x28\xf6\x7d\x58\x11\x82\x80\x6f\xfa\x7c\x1c\x45\x9c\xf2\x11\xf6\x43\x71\x4c\x46\xc3\x00\xbe\x7b\xbc\x79\x1a\x60\xcf\x07\xe7\x4a\xec\x86\x31\x9c\x6f\x85\xd4\x85\xf2\x1e\x01\x9d\x15\x8b\x73\x1e\x8f\x85\x4c\x3c\x05\x0c\x75\x08\x01\x8c\x14\xf2\x21\xf1\xb8\xac\xe2\x43\x11\x60\x16\xb8\x21\xf2\x71\x14\x84\x00\x35\x08\x28\x9f\x45\x21\x17\x4e\xfc\x39\x16\x22\x34\x60\x1e\x85\x4d\x6e\xe8\xc5\x5c\x68\x04\xb1\x17\x88\xf3\xc9\x20\x82\x13\x29\x3f\x82\x81\xa0\x1e\xac\x76\x5e\x14\x00\x97\x46\x11\x68\x2e\x61\xc8\x62\x38\x1f\xf3\x62\x3e\x65\x7d\x17\x8e\xe2\x38\x09\x08\x44\xe3\x74\x63\x57\x30\x75\xe4\x82\x08\x89\xc3\x18\x86\x99\x46\x01\x05\x79\x4a\x23\xd1\x9a\x86\xfb\xaf\x1f\x03\x1c\x84\x2e\xec\xc3\xa2\xc0\x77\xe3\x6b\xae\x5a\xb8\xb0\x3a\xc7\x51\x0c\x69\x5c\x22\x37\x0c\x21\x37\x3d\x09\x40\x20\x7b\x21\x5f\xb1\x62\xcc\x48\x44\xf8\xaa\x4b\x03\x4a\xc5\x19\x20\x80\xa1\x2e\x11\x93\xc7\xf5\xfc\x10\xcc\x21\x7c\xdd\x82\xa1\x09\xb8\x12\x40\x89\x27\x16\xac\xd8\x07\xd9\xe2\xbb\x54\x90\x9e\x78\x70\x0b\x31\x0e\x62\xa6\x86\xee\xda\xc7\x71\x18\x12\x91\xd1\x9f\xfa\x31\x0a\x30\xf5\x3c\x71\x9a\x17\x7a\xe0\xba\x6a\x60\xcf\x35\x94\xd8\x07\x49\xeb\x91\x18\x76\x7f\x81\x2b\x4c\x2a\x34\x84\xeb\xc7\x81\x4b\xf9\xa4\x71\xb1\x4b\x7d\x00\x43\x63\x3e\xb4\x7c\x0c\x84\xc2\x45\x04\x8b\x87\x5c\x30\x71\xf9\x19\x47\x4c\x12\x0d\xd4\xbf\x90\x31\xd1\x19\x42\x41\x60\x11\x16\xc1\xdc\x8c\x60\xae\x82\x00\x83\xce\x45\x9e\x2f\x05\x9c\x00\x1f\x85\x6e\x0c\x12\x04\x7a\x03\xd9\x4c\x18\x48\x10\x42\x23\x29\xaa\x00\xad\x98\xb9\x1e\x1c\xfd\x51\x9f\x49\xf8\x9c\xf6\x7e\xcc\xff\xe5\x22\xce\x8d\xe0\x7b\x18\x86\xb1\xd0\x07\x61\x6c\x7c\xe6\xfa\x14\xf4\x3f\x97\x82\xd6\x10\xfb\x2e\xc8\x73\x37\xa6\x0c\xae\x26\x07\x30\x1d\x35\xe2\xfc\xfa\x91\x33\x26\x5f\xcb\x39\x47\x72\x05\x0a\x8e\xd3\x7d\x60\x58\xe6\xcb\x93\x73\xc8\x11\xc4\xa9\x2e\x2c\x69\xd4\x15\x07\xc4\xc4\x0f\x3c\x10\x41\x11\x83\x7d\x2f\x73\x05\x95\xe2\xc0\x17\x36\x15\x61\x86\xf3\x18\x18\x39\x3c\xb1\x1c\x04\x98\x44\x3e\xc7\x16\x56\x76\x3e\x9d\xf8\xbf\x5c\x3e\x05\x4c\x68\x89\x51\xc8\x9f\x49\xe0\xf2\xb1\x88\xe4\x61\x31\xc5\x81\x94\x9b\x21\x1c\x4f\xbb\x38\x8c\x02\x4f\x28\xc1\x42\x70\x79\x9e\xeb\x73\x3d\x9f\xba\xae\x18\x3c\x10\x0e\x21\x26\xa0\xac\x07\x5c\xd5\x01\xac\xf5\xde\xfe\x69\xac\xa6\xaf\x9b\xa6\xd7\x4d\xd3\xeb\xa6\xe9\x75\xd3\xf4\xba\x69\x7a\xdd\x34\xbd\x6e\x9a\x5e\x37\x4d\xaf\x9b\xa6\xd7\x4d\xd3\xeb\xa6\xe9\x75\xd3\xf4\x0f\xdf\x34\x8d\xdf\x81\x84\x7b\x6f\xf9\xba\xd0\x2f\x49\x9a\x56\xd9\xf1\xf8\x62\x87\x75\x23\xf0\x86\xcf\xea\x6c\x95\x56\x1c\xd5\xf5\xc1\xfc\x11\x4f\xea\x60\x93\x18\x60\x0f\x76\x88\x48\xfe\xa0\xec\xe8\xf1\x5f\x94\x34\xff\x39\xf2\x85\x43\xc9\xbf\xc1\x9e\x52\x6e\x30\xbf\xed\x1c\x60\xde\xd8\xdd\x38\x5c\x18\x3b\xd8\x8b\x9d\xd0\x71\x71\xe4\x3b\xa1\xc3\xdf\x43\x8a\x15\x86\x49\xe4\x50\x08\x6f\x04\xc9\x4c\xe2\x0f\x7c\x82\x3d\x50\x33\x2c\xc8\x03\x57\xe0\xbe\xed\x02\x1c\x3b\x0c\xfb\x22\x81\xae\x83\x23\xea\x40\x5a\x90\xd8\xa1\x38\x86\x1f\x77\x0e\x7d\x70\x20\x92\xbb\xef\x43\xca\x37\x28\xf1\x4b\xf4\xe0\xb0\x3b\xb6\xc1\x10\x28\x0e\x72\x0a\x23\xea\xd0\x4f\xe1\x1d\xeb\x04\x1b\x79\x70\xb0\x47\x37\x0c\x43\x48\x71\x1a\x23\xae\x23\x92\x00\x71\x45\x1d\x02\xbe\x03\xb6\x38\x42\x2e\x8e\x43\x87\x61\xbe\xb1\x70\xe3\x3f\x47\x30\x89\xd7\xf1\x3e\x7d\xbc\x9f\x2d\x57\xa0\xb3\x63\x59\x3c\x64\x95\x23\xe2\x63\x15\xb8\xca\xd2\xbc\xca\x36\x35\x4a\xeb\x93\x6e\xdd\xaa\x7c\xe6\x9e\x96\xcf\xdc\x7b\x63\xe5\x9d\x45\x17\x70\x41\x4b\x8d\x5c\xf7\x9a\xc9\xcc\x45\x2e\xe5\x3b\xb5\x10\xd6\x4b\xe1\x0b\xe6\x05\x5c\x45\x8d\xdc\x4f\xde\x07\xe9\xcc\x16\x16\x4e\x04\x79\xa5\x42\x1c\x84\xc1\x83\xe3\xe1\xc8\xe3\x3a\x10\x28\x6e\x1e\x18\x1e\x3c\x0c\xd7\x6a\x02\x2c\x3c\x8d\xa0\x8d\x6f\xa3\x8b\xcd\xdf\xb6\x65\xf5\xbe\x2e\xcb\xe2\x26\xa9\x9c\xba\xbc\xbd\x2d\xb2\xcf\x2f\x9e\x95\x63\xd9\xe5\x64\x1f\xf3\xfe\xdc\x39\x38\x8c\x21\x72\xa3\x83\x59\xf8\x73\x00\xc1\xf7\x02\x15\x82\x4f\x44\x77\x88\x31\xdf\xb0\x89\xff\x09\xe2\x1f\x62\x11\x5e\x51\xe6\x20\x75\x31\x89\x1d\x0c\xfb\x34\xe6\x3a\x14\xfb\x61\x01\xf1\xef\xa2\x07\x0e\x1b\x76\xee\xf1\x07\x46\xb0\xc7\xb7\x2a\x85\xc3\x1f\x1d\x5f\x04\x64\xb9\x0e\xb1\x70\x3d\x02\x4b\x56\x1c\x8b\x9b\x24\xff\x06\x6f\xe1\x27\xf8\x86\x21\x55\x0a\xda\x85\x72\xea\xc1\xb8\x29\x4c\xfd\xc0\x95\x49\x8e\x14\x13\x6f\xab\x2c\xab\xb3\xc7\xda\xd9\xe6\x45\x9d\x55\xff\x53\x86\x79\xff\x5d\x85\x1f\x1a\x1f\x0e\x18\x8d\x3f\xe0\x60\xfc\xbe\x96\x8f\xff\x08\x34\x7e\xc6\xf5\xd7\x43\xe6\x1c\xcb\xaa\xee\x06\x8d\x50\x61\xb7\xfe\xb8\x3a\x1c\x39\xa7\x04\x93\x28\x80\x0d\xf4\x87\xa0\xf3\xc4\x77\xf7\x7e\xe0\x32\x12\xa0\x0f\xa4\xf3\xa4\x97\x34\x9e\x7e\x45\x1f\xdd\x73\xca\x64\x61\x8a\x3e\xb8\xe7\xe0\xf5\xdb\x96\x35\x9f\xcc\x92\xed\xd3\xaf\xe8\x23\xec\x9b\x08\x75\xc3\xf0\x9c\xa0\x0f\xda\x13\xc5\x41\x44\x29\x0b\x3c\x0a\x20\x8c\x27\xb3\x24\x01\x38\x2e\x8e\x82\x98\xc5\x2c\x3e\x07\x7b\x33\x89\xf9\x4a\xf3\x41\x7b\xcd\x37\xac\x6e\xe4\xc5\x8c\xa1\x0f\x34\xc0\x12\xdc\x79\xc4\xb7\xb1\x84\x31\x3f\x42\x1f\x68\x64\xf4\x59\x6c\x31\x43\x16\x87\xe7\x90\x28\x23\x82\x0d\xe7\x87\x08\x13\x3f\x04\x53\xb2\x51\x3a\xc6\xcc\x0b\x68\xec\xb3\xc0\x84\xc9\x30\x8d\x22\x1a\x04\xbe\xc0\x20\x76\x5d\x66\xbe\x1e\xc0\x57\x7b\xcd\xfb\xd7\xb4\x74\xee\x61\xc6\x77\xd6\x01\xe1\xe5\xdb\xd7\x3e\x8e\x22\x37\xf6\x98\xe7\x71\x12\x99\x4f\x03\x55\xb4\xd7\x7f\x8e\x3b\xc7\xaf\xbc\xfe\xca\xeb\x27\xf1\xfa\xa1\x3c\xe6\x7c\x8b\x7f\x51\x65\x45\x52\xe7\x0f\xd9\x65\x5d\x1e\x2e\xbc\xc3\xe3\x25\xa8\xda\x17\x34\x38\x3c\x5e\x0a\x55\x1b\x7e\xcf\x76\x46\x56\xc1\x77\x76\xc9\x3e\xb9\xcd\x76\xd9\x7e\x45\x80\xdb\x1e\x88\x97\x09\x76\x3b\x03\xb5\x15\x31\x6f\x67\x21\x3b\x12\xcc\x76\x3e\x72\x33\x22\xe2\x8e\x23\xb3\xd4\xbc\x33\x86\xd3\xe2\x20\xb9\xe3\xa8\xed\xcb\x3a\xdf\x64\xf8\x2e\xbf\xbd\x2b\x80\xe9\xba\x5f\x06\x51\xf9\x23\xaa\x2a\x14\x0e\xb8\x59\xf8\x81\x46\x98\x46\x88\xd1\xc2\xa1\x38\xf0\x9c\x10\x13\x97\xef\x32\x63\x88\x41\x1e\x62\x1a\x3b\x38\xa0\x1f\xe0\xde\x4a\xcc\xb7\xec\x11\x0e\x5c\x24\xbf\xfb\x18\x4e\x05\x43\xf7\x83\x8f\x23\x08\x33\xa1\xc0\xfe\x7e\x95\xec\x3f\x04\x91\x9e\x3b\x01\xd6\x5e\x94\xc3\x20\x63\x41\x70\xca\x1e\x05\x02\x4b\xa0\x00\xbb\x21\x5f\x8b\xd4\xbf\xfc\x35\xa2\x9f\xe8\x35\x8d\x71\xc0\x42\x0f\x51\xc4\xfc\xe6\x2b\xf3\x11\x75\x3f\x51\xf7\x5a\x9c\xc3\x89\x02\xf2\x5f\xf8\x86\x98\xff\x89\xc1\xad\xaa\xa6\x7c\x5b\x50\xd4\xfd\xd5\x40\xfa\x2f\x6b\x46\x54\x98\x44\x42\x8f\x89\x38\x25\x3e\x1c\x6c\xfa\x7c\xdd\x0f\xbc\x48\x1e\xbe\xc6\x22\xa8\x85\xeb\x82\xd5\xdf\x8d\x3f\x50\x0f\x07\x6e\x0c\xa6\x17\xe2\xf2\xaa\x2e\x0a\x31\x0d\x82\x00\xee\x63\xb9\x01\x89\x9a\x4f\xf2\xbd\xaa\x48\xb0\x0b\x47\x17\x12\x6c\x8c\xdd\xd8\x27\x54\x35\xda\x20\xa3\x2f\x93\xd7\x01\xfb\x39\xa4\x66\x92\x5e\x17\x31\xef\x3a\xc0\x31\xf3\xa2\x10\xb8\x1f\xce\x57\x43\x1f\x02\xb5\xb8\xbf\x90\x6b\x02\x77\x7b\xc2\x18\x4e\xff\x18\x71\x11\x0b\x80\xa4\xc1\x27\xe6\xfd\xfa\x91\x41\x28\x10\xe6\x35\xb5\x9a\xda\x1e\x94\xf2\x3e\xb1\xe0\x5a\x01\x60\x01\xfc\xd7\x3e\x51\xf7\x17\x0e\x84\x17\xbc\x6e\x9b\x65\x1e\xd2\x10\xe2\x65\x82\x6b\x16\x34\xcd\xcb\xea\x84\xc3\x27\x9f\x18\x54\x27\xd7\xf2\x2b\x67\xc3\xe6\x27\xaf\x0a\x6e\x53\x02\x58\x03\x14\x30\xfb\x44\x74\xd2\xfc\x2b\xfd\x57\xef\x5f\xc3\x97\x16\x26\xaf\xf3\xe1\x75\x3e\xfc\x49\xe6\xc3\x33\xae\x93\x5b\x79\xbe\xd6\x2a\x30\x75\xca\x5f\xff\xe1\x0f\xc8\x28\x76\x89\x87\x5c\x4c\x63\xbf\xa0\x04\x43\xf4\x28\xf8\xc7\x89\x30\x71\x29\xe2\x7f\x7f\x70\x31\xb8\xcb\x51\xcc\x58\x58\x50\x48\x8a\x1f\xca\x08\xbb\x84\x30\x88\x58\x19\x7f\xfb\x48\x71\x04\xd7\x8d\x03\x2f\xe1\x6b\xb6\xc8\x23\xe2\x07\x9e\x43\x71\x48\x3c\xa8\x17\x41\x3d\xf7\x67\xf5\xdd\xc3\x04\x6e\xe8\x7a\x7e\x01\x1f\x04\xa8\xa6\x3a\xaf\xe8\x63\x3f\xf0\x3f\x30\x86\xc5\x19\x3d\x71\x5b\xe8\x04\x52\x7e\x46\x05\xa0\x0a\x98\xd2\xb6\x65\x91\x13\xff\x43\x8b\xd4\xb7\x8f\x11\xf6\x11\x85\x1c\xb0\x88\x0a\x03\x1f\x21\x0e\x64\x8d\x96\xcf\x84\x10\xe4\xfe\x49\xb4\xac\xd7\x81\x9d\x3f\xb0\xe3\x2e\x01\x4d\x6a\xdf\xef\x13\x1b\xb9\x01\x3f\x3f\x40\xf2\x9c\x2a\x03\x51\x92\xe7\x54\x1d\x0e\x95\x6c\xa9\x3d\x3b\x5e\xb2\xa5\xae\x35\x76\x71\x5b\x6e\x30\x80\x71\x7f\x48\x06\x43\x2e\xf7\x4a\x9a\x71\x97\xdb\xcf\x9d\xe0\xcb\x0b\x63\x24\xb7\x48\xbf\x4c\xa0\xe4\x3e\xb1\xcc\x66\x66\x84\x4c\xee\x95\xfd\x1d\x06\x84\x7f\x4d\x51\x3d\x90\xa2\x7a\x81\xd7\x11\x1f\xa7\x4d\xb6\xaf\xb3\xea\xc5\x1c\x8f\xc6\x41\x0e\xfb\x1e\x0d\xd4\x5b\xe1\x7e\x64\x85\xf4\x87\x54\xb0\x18\x0a\x3f\xb9\xbf\xb0\x07\x1a\xdd\x31\xf2\x29\xfc\x85\xb2\x6f\x1f\x03\x44\xe3\x5f\x3c\xf0\xef\x10\x09\xab\xbd\xee\xd3\xa7\x58\x7f\xf0\xc5\x03\x44\x95\x89\x8c\x82\x9d\x27\xbd\x5a\xa4\xaa\x51\x82\x28\xbb\x73\x64\x51\x87\xdd\x39\x4c\xfb\xf9\x29\xbe\x8b\x1e\x28\xf9\xb6\x73\x98\x13\xf1\x4f\xe2\xcb\xb7\x1d\x41\x9e\xf6\xf8\xe7\x50\x8a\xfe\xec\x83\x31\xdf\x9c\xcf\x97\xb7\x97\xb0\xbd\x5b\xe1\xcc\x30\x8b\x9b\xf5\x16\x5b\xb0\xf5\xea\x7f\x50\xb1\x40\xd9\x86\x61\x46\x11\x41\xa0\x48\xc7\xc8\x73\xbc\x23\xfc\x72\x3c\xf1\x07\x89\x07\x24\x7e\x20\xfe\xc3\xe3\xac\xc0\x36\x0e\xc3\x41\x88\x88\x13\x41\x2c\x7e\x27\x42\x1e\x64\xbc\x7f\x70\xd8\x86\xf0\x6f\x81\xe3\x63\xd7\x75\x3c\x27\x72\x7e\xc7\xae\x19\x7f\x38\x82\x49\x3f\x8b\x2a\x7b\xc8\x92\x02\xe5\xfb\xc3\x7d\x7d\x01\x1a\x7d\x96\xbe\xe3\x3a\xd7\x1f\x9c\x23\xc3\x0d\xc3\x61\x80\x08\xf2\x61\xeb\x86\x7c\xc4\xf7\x4e\x38\xf0\x1d\x0c\x61\xeb\x58\xe0\x60\x37\x40\x14\x47\x6e\xc1\x30\xe4\xef\x8c\xd9\x86\x62\x9f\x3a\xfc\x23\x62\x18\xb4\x99\x18\xb9\xd8\x73\x1d\x0f\x87\x3e\xa4\x4b\x75\x3c\xec\xc6\x4e\xe0\x84\xd8\x77\x28\x15\xff\x60\x0f\xf2\x84\x86\x1e\x66\xbe\xe3\xe2\x38\xc2\x61\xc1\x30\xe5\x30\x68\x70\x0d\x37\x00\x20\x3e\xb5\x88\xe6\x85\xf8\x0e\x11\x85\xdf\x3e\xc2\x5d\x08\x5e\x92\x45\x1c\xc5\x08\x7b\x01\xf6\x82\x9f\xe1\x2e\x94\xbc\x12\xe5\x29\x6f\x1e\xce\x2f\x90\xad\x95\x37\x8f\xe0\xa2\x17\x12\xf7\xc2\xf8\xa6\xd0\x17\xde\x3c\xae\x83\xa1\x00\x64\xe0\x28\xb0\xc7\xb0\xc7\x3e\xd0\x98\x57\x63\x70\xac\xc0\x88\x4c\xf8\x1a\x22\x17\x89\xe6\xbf\x7d\x0c\xb1\xef\xa2\x18\x47\x05\x00\xe2\x7f\x6d\x1c\x4c\x7c\x48\xc9\x4c\x22\xc8\x80\x41\x22\x1c\xc0\x4e\x14\x07\x01\xf0\x1c\x72\xe1\x0f\x66\x7c\x1b\x8b\x3d\xcf\xc1\xc4\x05\xd2\x12\x13\x4c\x10\x72\x46\xa4\xd8\xa3\xd8\x77\x1d\x86\x99\xf8\x87\x8f\x8b\xe3\xf3\x67\xcf\xf1\x1d\x1f\x11\x07\x87\x31\xe6\x5b\x74\xdf\x95\x05\xbf\xed\x3c\xc8\x8f\x1c\x46\x05\xd7\x5d\x41\x41\xc6\x04\x32\x04\xcb\xfc\xd5\x0e\x30\xbf\xcb\xff\x14\x0e\xa6\x21\x26\xf4\x4f\x23\x1d\x5e\x99\xf7\x95\x79\x35\x49\x7d\x51\x95\x65\xfd\xe4\x38\x5f\xee\xf2\x3a\xbb\xf8\x61\xbb\xdd\x5e\x3a\x4e\x9a\x6d\xca\xca\xb9\x29\xab\x34\xab\x1c\x4a\xc8\x05\x3d\x3c\xa2\x63\x59\xe4\x69\xf3\xb1\x4a\xd2\xfc\xfe\xe8\x30\x42\xc0\x6b\xc2\x71\x6e\xab\xe4\xab\xe3\x13\x72\xf1\x43\xb0\x0d\x83\x88\x35\x25\xb3\x22\x7b\x48\xc0\x5e\x12\x10\x72\xc1\xd5\xba\xc3\x23\xf2\x0f\x8f\xc8\x09\x0f\x8f\xa8\xba\xbd\x49\x7e\x22\xe7\x48\xfe\x87\x49\x74\x76\x4e\x10\xe5\x0d\x52\xc2\x0b\xb9\x96\x42\xf4\xec\xd2\x71\x6e\xaa\x64\x9f\x3a\xc4\x27\x17\x3f\x6c\xe3\xec\x66\xcb\x9a\x77\xbc\x9d\x1f\xe2\x8c\x51\x3f\x6e\xde\x45\xfc\x9d\x9f\x50\xcf\xf5\x2e\x1d\xa7\xfe\x7a\x28\x65\x9a\x4f\x81\xb3\x70\x8c\x6d\x71\xae\xaa\xb2\x12\x5f\x36\xa1\xeb\x79\xbe\xaa\xb3\x29\xf7\x75\x95\x1c\x6b\x27\x8e\xe3\x8b\x1f\x08\x21\xea\x43\x8b\xcd\x43\x52\xfd\xa4\x61\x77\x66\x96\xe0\xb8\xe9\x25\x02\x02\x25\x24\xc5\xc7\x8a\x1c\xbf\x24\xf5\xe6\x6e\x41\x99\xa8\x53\x26\x22\xe4\xec\xf9\x87\xa2\xbc\xcd\xf7\xd2\xc3\xfa\x5d\x9a\x3f\xa0\x6d\x59\xf2\xed\xa3\xcc\x97\xb5\x2d\x37\xf7\xc7\xf3\xa9\x52\x77\xe5\x43\x56\x59\x2c\x62\xdb\x3c\x2b\xd2\x63\x56\x1f\x11\x6e\xed\x6a\xc7\x2b\x03\xf6\xd2\x5a\xb2\x2d\x48\x1e\x0c\xe6\xaf\x4c\xea\xe8\x0a\x9e\xe5\xcb\x60\x1d\xe1\xe6\x69\xe2\x33\x51\x4a\xc2\xda\x95\x69\x52\x38\x69\x9e\x14\xe5\xad\x03\x0f\x57\x69\xfe\xc0\xff\x47\x69\x8a\x12\x05\x6c\xaa\xd8\x34\xb4\xc3\x2c\x60\x87\x16\x56\xdf\x3a\xa8\x19\x03\xcd\x71\x9d\x57\x56\xc0\x05\x22\x08\x45\x4e\x60\x20\x61\xf4\xdf\x8b\xf2\x60\x99\xd3\x48\xd1\x3e\x6b\xdf\x0f\xe6\xe7\xa6\x17\x4f\xe0\x82\x0e\xb3\x00\x64\xc5\xc5\xfd\x3e\xcd\xaa\x22\xdf\x67\x53\x1c\xbb\x94\x9f\x6c\xe3\xfd\xd6\xca\x44\x5c\x3e\x3c\x64\xdf\x83\xf3\x26\x79\x6e\xb8\xe9\xef\xc6\xc0\xd3\xac\xab\x90\xfa\x47\xce\x84\xc9\x39\x30\x03\xa9\xef\x32\xa1\xfa\xd3\xc0\x32\x31\x24\x72\xab\x67\x92\x36\x87\x24\xa8\xb9\x93\xac\x9d\x5e\x7a\xc5\xc1\xd9\xb7\x29\x8b\xb2\x52\xab\xe0\x3f\x6d\xc6\x99\x53\xe4\x14\x7e\x05\xce\x59\x39\x8c\x1d\xea\x1f\x50\xf2\xb4\xb9\xaf\x8e\x65\x75\x71\x28\x79\x8f\xab\x4b\xed\x1c\x40\x10\xae\xae\x92\xfd\xf1\x90\x54\xd9\xbe\x9e\x5c\x60\x15\xc3\x2e\x5c\x05\x47\x84\xd1\x4c\x61\x31\x77\xfa\xce\x9c\x51\xaa\xd8\xac\x15\x65\x70\x22\xf4\xd8\xba\xcb\xae\xe2\xf9\xa9\xbc\xaf\xf9\x62\x70\x41\x9e\xe1\x8b\x3c\x30\x6b\x8f\x9b\xc0\xee\x85\xca\x02\x15\x39\x1f\x2f\xc1\xce\x52\x11\xed\x2e\x2d\x7c\x7f\x35\x07\x8c\x6d\x6e\xf4\x80\xb5\xeb\xd4\x1c\x88\xca\xee\xb1\x02\xa5\xab\x22\x7f\x02\xf3\xdf\xb1\xfe\x5a\x64\xe2\xd8\x8c\x57\xbb\x4c\xf3\xe3\xa1\x48\xbe\x5e\xe4\x7b\x8e\x86\xb3\x2d\xb2\xc7\x69\x5c\x8c\x37\x89\xed\x84\xcb\xa4\xe1\x2e\xa9\x38\x57\x57\xe0\x9b\xca\x15\xfe\x4e\xab\x37\x45\xb9\xf9\x6d\x46\xb3\x3d\x53\xa5\xd6\x38\xd7\xad\xb3\x7d\x7d\xf1\xe6\x2f\x6f\x2e\x47\x5a\x8f\x86\x5a\xc7\xc9\xe1\xe0\xf0\x6d\xf5\x95\x98\x75\xd5\x4e\xb2\x9f\x48\xb1\x2f\x7e\x7f\x96\xec\x97\x15\x59\x6d\x9b\x85\x72\x53\xf0\x25\xa9\xf6\x82\xe9\x25\x0c\x9c\x26\xfb\xdb\xac\x2a\x3b\xeb\xad\xb8\x37\x74\x8e\xf3\x3d\x6f\x2f\x4b\x65\xfd\x56\xca\xed\xb2\xfd\xbd\x73\x48\xf6\x59\x81\xc4\x51\x29\x7f\x91\xd7\xd9\xee\x33\x9f\x61\x55\xe6\xa8\x7b\x48\xfc\xfd\x95\xc0\x14\x4c\x65\x37\xe5\xe3\xe7\x77\x00\x1d\x84\x48\xaf\x72\x99\xa7\x1b\x75\x79\x49\x89\xcc\xb5\xb0\xac\x77\xa1\xde\x9e\x4f\xdd\x96\x7a\x7b\x8e\xbf\xe4\xf5\x1d\xdf\x14\x6d\xf3\x6a\x07\xac\x8c\x0c\xfa\x26\xe2\x69\x53\x65\x49\x9d\x9d\x4b\x4a\x6e\xca\xc3\x57\xe7\xa6\xde\xab\x67\x51\x24\xd9\x6f\xb2\xc2\x78\x75\xbc\xbf\xd9\xe5\xf5\xb9\x3e\x86\x55\x76\xcc\xea\xcf\xc6\x2b\x51\xea\xf3\xb9\xf2\xb3\x16\x03\x70\xb4\x0d\xbd\x38\x28\x57\xcd\x9f\x9d\xd7\xc9\x4d\x91\xe1\xbb\xe4\xe8\xa8\x4a\x75\x75\xa5\x00\x2c\xa0\x9f\x80\x03\xa4\x10\x76\xf7\x95\x80\xba\xeb\x0c\xec\xc9\x9d\xe3\x21\xd9\xf0\xa9\xfe\xa5\x4a\x0e\x76\x59\xb6\x9c\xf1\x2f\xd2\xfc\xc8\x91\x4e\x57\xcd\x00\xad\x76\x6f\x2a\x68\xdf\xec\x73\x42\x2b\x30\x3c\x37\xf4\x42\xeb\x27\x89\x06\xa5\x3f\x5b\xb4\x8f\x27\x43\xb7\xdf\x25\x6c\xbf\x8f\xcf\x92\xb6\xa0\x31\x5d\xda\xd7\x9d\x79\xd3\xfb\xa0\x4d\x20\xfb\x37\x31\x47\xba\xdf\xf4\x29\x65\xff\x26\xe7\x56\xfb\x71\xce\x24\x53\x85\xbf\xd3\x6c\x6b\x91\x79\xa9\x69\xd7\x40\x54\xf3\x2f\xcd\xb6\xc9\x7d\x51\x5f\xde\x94\x8f\xce\xf1\x2e\x49\xcb\x2f\x62\x9e\x75\xc7\x61\x6a\xd5\xfc\xa7\xae\x48\xb6\xf5\x61\x8d\xb4\xfe\x67\x49\xe7\x27\x69\x7e\x94\xf7\xb1\x0e\x8f\x97\xf2\x85\xb0\x3c\x5e\x30\x78\xd3\x0c\x10\x01\x93\x22\x3d\x3c\x22\x87\xb5\x16\x43\xfe\x07\x53\x76\xd6\x1d\xba\xa7\x5d\xbe\x77\xd4\xf5\xae\xf0\xf0\x78\x69\x2a\x79\xa3\x0a\x7e\x97\x0b\xc4\x86\xaa\xfb\x16\x74\x47\xa1\xee\x28\xf6\x3a\x13\x8f\x42\xa3\x3d\x7b\x9a\x68\xf2\x87\x6d\xb8\x8d\xb6\x49\xaf\x39\x01\x78\x98\xf5\xe4\x1e\xae\x5b\x4d\xea\xd1\xfd\xf2\xe9\x26\x23\x59\xf0\x3c\x2a\x21\xa7\xe5\x8c\x5d\x96\x9c\x20\x2e\x1a\x1d\x9e\x05\x51\xe8\x5a\xd1\x93\x5b\x05\x0b\x72\xc6\x17\x03\x35\xf9\x65\x0e\x62\xa2\x68\x8f\x2b\x07\x08\xa8\x38\xc8\x0d\xdd\xc4\x63\x8a\x57\xe5\x4b\x9f\xf9\x61\x40\x9f\xff\x09\x5a\xe2\xca\x7a\xbf\x3f\xcd\x08\x08\x29\xac\xd9\x70\xd2\x10\x13\x72\xd6\x9f\x34\x5a\x01\x42\xc8\xd9\x10\xc5\x95\x39\x68\xe0\xab\xb2\x4c\x0d\xab\x27\xca\x9c\x34\x5c\xa2\xb1\x6e\xad\xd7\x5e\x1a\x9b\xd5\x7a\x10\x12\x8b\xd3\x10\x38\xa9\xed\x97\x5a\xf5\x05\x2e\x2f\x05\x4d\xc7\xed\x05\x14\x08\x1d\xb9\x17\x00\x27\xec\x0e\xa3\xcc\xed\x93\x39\xc1\x2c\x44\x10\x97\xba\x3c\x5c\x90\xff\x25\xdf\x1d\xca\xaa\x4e\xf6\xf5\xef\x4e\x2b\xf9\x8f\xb9\xfb\x7c\xea\x5d\x41\x5f\x31\x30\x08\x1f\xaa\xf2\xb6\xca\x8e\xc2\x41\xba\xce\xaa\x5d\xbe\x4f\x56\x0e\xd8\x30\xb0\xde\x40\x0e\x17\xed\x0f\xf0\x70\x59\xfb\xb0\x0e\x97\x1f\x1f\xee\xc1\x7a\x06\x1b\x0c\x96\xea\xb0\xc7\x54\x39\x8d\x6d\x66\x15\x15\x8c\x32\x51\x54\x67\xb3\x59\x45\x25\xfb\x0d\x96\x5d\xce\x96\x43\xa0\x5a\x76\x4d\x6e\x8e\x65\x71\x5f\x8b\x88\x09\x3e\xf9\xf1\xb2\xc8\xb6\x35\xfc\x90\x66\x3a\x78\x76\x28\x57\xd0\xe5\x1b\x5e\x12\x5e\x9c\x62\xaa\x68\x31\x7b\xf7\xf6\x34\xb3\x85\x09\x69\xd8\x84\x61\x96\x1b\x51\x90\xcd\x82\xe3\xd6\x00\xb3\xec\x4c\xcb\x80\x51\xc9\x6e\x25\x30\x8a\x0c\x59\x0c\x6c\x85\x6c\x5a\xfd\x60\xb9\x8e\x25\xc1\x52\xce\xba\x13\x18\x2c\xd7\xb5\x30\x18\x05\x4f\xd8\x3e\xe8\x70\x9e\x1e\xf2\x63\x7e\x93\x43\xb4\xd2\xbb\x3c\x4d\xb3\xfd\x1a\x36\x04\x36\x59\xc7\x77\xb2\x6a\x9f\xd1\xe4\x07\x0b\x67\xc9\x2f\x76\x56\x92\x1f\x27\x78\x47\x94\x32\x99\x45\xbc\xeb\x72\x87\xf1\x56\x67\x87\xfe\x07\x39\xfe\xfa\x07\x63\xc0\xfb\x1f\xd4\x08\x8b\x2f\x73\x86\x14\x4a\xf6\x56\xcb\x24\x4d\xf3\xfd\xad\x3c\x03\xd0\xd4\x99\x4b\xf5\x05\xc4\x0e\x8d\x0e\x8f\xda\x37\xe3\xe0\xc0\x5f\x27\x7f\x60\xd3\x0e\xb7\x95\xc4\x89\xc5\x79\x0b\x43\xf5\xa6\xce\xeb\x22\xbb\xb2\x94\x5c\xc3\x2d\x7d\x28\x7d\xc6\xe9\x97\xb1\xf0\x50\xbf\x90\x9d\x9d\xfa\xe5\x26\x38\xab\x57\xc1\x64\xb2\xde\xe7\x2e\xbf\x0d\x15\xd0\x59\x6f\xb4\x8c\xe4\xc2\x81\x32\x06\x43\x8e\x96\x51\xbc\xd9\x2b\x34\x77\xdd\xd4\x2b\x75\x39\xb6\x7b\x68\xb5\x5a\xe8\x8c\xdc\x40\x9c\x2b\x7c\x5a\x10\x03\x42\xa8\x2d\x30\x24\x8c\xda\x12\x23\x42\xa9\x2d\x34\x47\x38\x35\xa5\x2d\x42\xaa\xf9\x66\x15\x56\xdd\xaf\x3d\xa1\x65\x2d\xa0\x0b\xaf\x4e\x81\xbe\x10\xb3\x16\x30\x84\x59\x7b\x6b\x71\xa5\x50\x6b\xac\x78\x42\x74\x9d\x20\x9e\x00\xfa\x29\xf2\x46\x01\x18\x10\x35\xea\xf3\x90\x94\x51\xdf\x47\x04\x8c\x2a\x32\x47\xb6\xc8\xb2\x16\xb1\x22\xbf\x58\x25\x8a\xf9\xad\x27\x4c\x2c\x9f\x75\x39\x62\x7c\xee\x8b\x10\xcb\x67\x43\x7a\xc8\xef\xb3\x05\x87\x28\xdf\x95\x19\x96\xb3\x7c\x71\xe4\x97\x14\xf9\xed\xfe\x42\xdc\xf4\xbb\xfc\xbf\xef\x8f\x75\xbe\xfd\xea\xa8\x03\x73\xf9\x1a\xca\x38\x79\x9d\xed\x8e\xea\x95\x5c\x1b\x2f\x36\x49\xb1\xf9\x09\xfb\xd9\x0e\x39\x88\x1e\x1e\xcf\x10\xbc\x60\x98\x35\x6f\x2e\x77\xf9\x5e\xd9\xda\x09\x31\x58\xb1\xdb\xa7\xc4\xb2\x02\x9a\xfd\x6d\x56\x6b\xae\xf8\x8b\xb6\xbd\xa6\x25\xcb\xd2\x7d\x53\xd6\x75\xb9\x1b\x29\xd9\x33\x67\x03\xf9\x54\x33\x7c\x65\x1f\x5a\xf4\x89\xb1\x07\xe1\x2a\xc0\x08\xef\x34\x13\xb2\xeb\xee\xf0\x6a\xba\x5d\x6f\xba\x55\x83\x84\xe3\x6c\x87\x68\xb6\xb3\x30\xb4\xcd\x9d\x43\x1c\xee\xe4\xdf\x78\x55\x69\x4d\xbf\x29\x1f\x27\x8d\x5e\x6f\x9f\xe4\xb1\x8e\x6b\x30\xc5\x33\x56\xa8\x3a\xb7\x55\x79\x7f\x10\xa5\xbb\x07\xee\xc6\xb0\x53\x72\x78\xb4\x1c\xc1\xf7\x20\x1d\x0f\xc9\xbe\x3b\x71\x45\x0f\xf4\xfd\x30\x40\x6b\xe7\x98\x0f\x53\x6c\x92\x3f\x66\xb0\xd0\xdf\x85\x0c\x49\xf6\x39\x17\xa7\xfb\x5b\x21\x53\xa0\x7b\x67\xe3\x4c\x34\xfe\x75\x1c\x2e\x8c\x82\xf0\x71\x13\xf7\xbb\x96\xf1\xdd\xb2\xd2\xa3\xa8\x2c\xe3\xd3\x85\xc5\xc7\x5a\x6e\xc6\x5c\xf8\x60\x4c\x0f\x94\x34\x81\xce\x28\xb3\x8c\x3a\x7a\x9d\xd9\x1d\xb3\xf1\xbf\x45\xfd\x10\xfd\x17\xa1\xc1\x9d\x9b\xa4\x3a\x93\xd3\xbb\x4a\xd2\xbc\x04\xfe\xff\xac\x4c\xbb\xeb\xeb\x22\x2e\x11\x92\x2a\x4b\x4e\x01\x72\x95\xed\x4e\xaa\xce\xa7\xf1\xa8\xd3\xa3\xe0\xf9\x43\x72\x3c\x7e\x29\xab\x74\x41\x51\xad\x7b\xb3\xeb\x40\x6f\xe6\x97\x9e\x89\xbc\x90\x94\xb3\x0b\x2e\x41\x5c\xd4\x98\x87\xb6\x2c\x3b\x13\x69\x8e\xc4\xcc\x62\x4b\x10\xe6\x45\xe7\xa1\x0b\x25\x27\x91\x1d\x9c\x17\xcb\xeb\xcc\xeb\xc6\xd8\x3c\x58\x51\x6d\xb2\x83\xda\x6e\xe4\x9d\x68\x63\x42\xe0\xa9\x2b\xbf\x7f\x37\x56\x0e\x7d\x0b\x61\x39\x14\xea\x12\xa0\xf7\x0d\xfa\xd7\x7f\x2b\xd0\x5f\x8e\x8e\xb6\x90\x99\xab\x5a\x8b\x82\xf6\x16\x1a\xd7\x9f\xa1\x59\x70\x7b\xed\x88\x07\xcb\xbb\x16\xa4\xe5\x23\x87\x6c\x7b\xdd\x6d\x40\x4e\xe1\xde\x1b\x2b\xf0\x76\x52\xf6\x5f\x76\x01\xc3\x34\xeb\x3c\x5b\x81\xaa\x89\xd3\x7d\xd5\x02\xec\x70\x0a\x44\xd9\x59\xb1\xb0\x59\x07\x6c\xd9\x32\x67\x03\xd1\xac\xdb\x43\x5e\xc3\xf3\xd7\x2d\xd1\x9a\x1a\xab\xcf\x27\xad\x81\x02\x16\xa7\xe4\x69\x70\x56\x2c\x36\xfd\x7e\x2c\xad\x2a\xd1\xfe\x2e\x4b\xa2\xe4\xef\xe5\x38\x1a\x15\xe7\x62\xb8\x7c\xe5\x83\x89\xb2\x1c\x3b\xad\xda\x5c\xdc\xe6\x2f\x71\xb3\x19\x76\x35\x8c\x69\x9c\xa7\x19\xb4\x2f\xf7\x7b\xf8\x0d\x15\x91\xcd\x8f\xad\x1c\xba\x30\xef\xc1\xed\x7f\x94\x10\xad\x4b\x80\x4d\x98\x77\x41\x0e\x97\x11\x90\xe7\x2e\x08\x03\xec\x3e\x54\xa2\x07\x7c\x64\x39\xb0\x72\xaa\xfd\x7b\x0f\xac\xc1\x7b\x4f\xce\xae\xfc\xe6\x24\x87\x43\x96\x54\xc9\x7e\x23\x2f\xa2\xa8\x60\x1e\xdd\xf7\x9a\x97\x66\xbe\x3f\x66\x35\x22\xc8\x3d\x3c\xa2\xae\x9b\x26\x09\xce\xac\x2e\x9e\xfc\x8d\x76\x01\xbd\xbd\x09\xf4\x82\x92\x5b\xf3\xd5\x7e\x41\xa0\x55\x96\xa4\x4e\xb9\x2f\xbe\xbe\xd4\xc2\xf0\x92\x68\x0a\x80\x2f\x83\xa2\xe2\x8b\x97\xc1\xaf\x81\xa6\x21\xb7\x7a\x2d\x33\x6e\x12\xac\x85\x71\x02\x22\xdd\x71\x5b\x57\x7f\x15\x02\x96\x51\x59\x51\x79\x49\xd3\x76\xd9\xb5\xa4\xfd\x01\x08\xab\x91\x58\x4c\x7e\x4b\xed\x15\x8d\xaf\x21\x7d\xb7\xea\x92\x66\x6d\x92\x7d\x49\xdb\xd6\xfa\x2b\x11\x58\x4c\xf2\x5e\xdd\xc5\x0d\xaf\x21\xb7\x59\x71\x5e\x93\xcb\x57\x93\x17\x00\xf6\x12\xa8\x2d\x18\x93\x85\xab\xc6\x09\x0a\xe0\x69\xf8\xd8\x86\x6e\x52\xa1\x1c\xb8\x11\x36\x49\xf8\x51\x35\x74\x06\xd0\x1e\xd9\x86\x15\xd7\x51\x68\xb6\x4e\x8f\xe8\xb9\x1a\xac\xb1\x52\xa3\xc0\xba\x5d\x1c\x2a\x31\x00\xc4\xd2\x2d\xeb\xe7\xb6\xfa\x0c\x65\xbb\x05\x36\xa7\xf0\x1c\xd0\x9d\x5e\x4e\x15\x1c\x07\xd9\xef\xf3\x68\x29\x2b\xb0\xa9\xa5\x74\xba\xe8\x34\xd8\xe1\x4e\x8f\xae\x82\xc3\x9b\x8d\x31\x58\xe3\xdd\x1d\x5f\xc0\xa6\x0a\x4e\x81\x1c\xee\xe8\xc8\xda\x33\xb4\xf9\x19\x86\x63\xe9\x62\xaf\xd2\x3b\x7c\x5d\xa6\xd9\xc7\xbc\xaa\xca\x4a\x1d\xbf\xec\xcb\xda\x49\x8a\xa2\xfc\x92\xa5\x2f\xba\xa9\xb9\x38\x14\xc9\x26\xbb\x2b\x8b\x34\xab\x5e\x6c\xc7\xf0\x62\x40\x1b\xd2\xbc\x14\xc4\x65\x67\x26\x13\xd4\x5a\xa7\xa7\xaf\x85\x31\x40\x8b\x17\x3e\x2e\x1a\x10\x14\x0b\xdb\xb4\xc8\x86\x75\x10\xd6\x76\x7a\xc9\x51\x93\x55\x5c\x2c\x6c\xaf\x27\x23\xd6\xd4\x5f\xdb\xd9\x39\xc7\x54\xeb\xe4\xc1\x89\x3a\xe0\xc9\xc0\x96\x53\x64\xe5\xbc\xef\x1f\x5c\x8d\x17\x55\x81\x78\xae\x0e\x73\xb4\x44\x13\xfb\x71\x05\x70\xaa\xec\x00\x49\xec\x67\x60\x63\x1a\x9d\x59\x7f\x48\x65\x1b\x2e\x35\x80\x48\x6d\x9e\x84\xcd\x51\xbe\x0c\x00\x53\x6a\xd5\x64\x61\x3b\x5e\xd3\xc7\x69\x73\x24\xdf\xb8\xfa\x33\x51\x74\x12\x31\xeb\x51\xdc\xb4\x74\x1a\x53\x55\x46\x0b\x4e\x22\x64\x1c\xe3\x75\xa6\x48\xfb\xae\x9d\x0b\xea\x42\x76\x94\xc5\x41\xe2\x9e\xa2\xa7\x5c\x65\xbb\xab\x4d\x99\x8e\x87\x98\xea\x0d\xe7\xdc\x2a\x0d\xa1\xe7\x56\x90\x84\x98\x2e\x7e\x4a\x77\x4c\x02\xcb\xf2\xb6\x79\x2d\x3f\x99\x33\x4d\xbc\xb4\xb3\x79\xef\x5b\x87\x00\xfd\x21\xd7\xde\x5b\xd0\x7a\xea\xd9\xe0\x9f\xe1\xc0\x16\x42\xa2\x5e\x09\x5f\x2f\xed\x45\x73\x24\x60\xdc\x78\x17\x57\x55\x3b\xb1\x54\xcf\x65\x2c\xd5\xb3\xd1\xbb\xa8\xaf\xa7\xaf\xaf\xa7\xaf\xaf\xa7\xaf\xaf\xa7\xaf\xaf\xa7\xaf\x83\xa7\xaf\x66\x70\x3c\x33\xd4\xc8\x4d\xb2\xa1\x9b\xcd\x8b\x9a\x11\x64\x10\x89\x17\xb2\x1f\x9c\x0e\xad\x51\x6d\xa6\x23\xc8\x4e\x28\xa7\x2b\x01\x18\x1d\x59\xb1\xc9\x9f\x5b\x73\x40\x6b\x5d\x55\x7d\x19\xce\x5d\xad\x76\x6e\x3d\xab\x42\xbb\xa2\xf2\x32\x6c\x4d\x85\x77\xba\xd6\x42\xc6\x3f\x71\xa3\xbc\x1e\x4a\xb7\x4b\xd3\x9b\xd1\x89\x82\x06\x42\x23\xdb\x4f\x59\x62\x6c\x87\x39\x58\xc4\x68\xc3\xba\xa7\xd4\x22\x15\xcf\x9a\x9f\x53\xbb\xc6\xe1\x52\xc3\x4d\x8e\x4e\xad\xf1\x9d\xe0\x50\x99\xe1\xc6\x46\x66\xc5\xd8\xfe\xce\x5e\xc2\x6c\xc6\x54\xbb\x87\xe3\xce\xad\x97\xfe\x32\x08\xd0\x0b\x49\xff\xd3\xa1\x35\xfd\x9f\x0e\xe9\x3d\xc1\x5d\x2b\x01\x18\x1d\x59\x21\xfd\xe7\xd6\x1c\x60\xd1\x55\xd5\x97\xe1\xdc\x65\xe8\xb9\xf5\xac\x7c\xbe\xa2\xf2\x32\x6c\xcd\x59\x31\x5d\x6b\x21\xe3\x9f\x28\xfd\xd7\x43\xe9\x76\x69\x5a\xfa\x4f\x14\x34\x10\x1a\x91\xfe\xb2\xc4\x98\xf4\x1f\x2c\x62\xb4\x61\x95\xfe\x5a\xfc\xf9\x59\xf3\x73\x4a\xfa\x0f\x97\x1a\x6e\x72\x74\x6a\x8d\x4b\xff\xa1\x32\xc3\x8d\x8d\xcc\x8a\x31\xe9\x6f\x2f\x61\x36\x63\x33\xba\x74\x52\xdb\x9c\xcb\x80\x90\x67\x27\x59\xec\x16\x5e\x8e\x5a\x76\x1f\x69\xc9\x45\xa0\xd5\xf7\x70\x64\xc5\xa1\x8b\x23\x1a\xab\x0e\xde\xe9\x18\xb8\x8b\x61\xbd\x49\x21\x5e\xb6\x37\x1f\x9e\x7a\x43\xa4\x67\x12\x3a\xcf\xf7\x77\x59\x95\xd7\x27\x0d\xd2\x44\x4a\x84\xce\xe4\x58\x60\xfb\x99\x6d\x86\x59\x67\x15\xb1\x9a\x22\x3a\x16\x04\xbb\x11\xc0\xb6\x73\xef\x6f\xb9\x93\xce\xe5\xdc\x57\xd3\xf5\x9f\xd7\x74\x3d\x1e\x9c\x55\x9b\x7d\x4d\xd6\xac\x66\xea\xcd\xcd\x29\xf0\x3b\xb0\x4f\xff\x0e\x4d\xcb\xff\x58\x33\xf1\x3f\xc2\xe8\xfb\x0f\x33\xe2\x9e\x6e\x87\x1d\xd1\xd4\x86\x6d\xad\x2f\x6c\x55\x3d\xd5\x70\xba\xd4\x3a\x6a\x0d\x95\xd2\x0d\x8c\xc2\x5f\x3a\xc7\x3a\xa9\xea\xcb\x5d\xf2\xd8\x86\x37\xf9\xf1\x52\xfb\x29\xe3\x45\x90\x26\x58\x0a\x0d\x0f\x8f\x88\xba\xd6\x70\x3c\xdf\xf7\x24\x68\xf9\xb9\xcc\xd2\x93\x92\x93\xce\x2f\xc6\xce\x0e\xec\x96\xff\x51\x1b\xfe\x88\xfd\x7d\xd0\x7e\xde\xd8\xc0\xab\xec\x98\x7f\xcb\x2e\x1e\xb2\xaa\xce\x37\x49\xd1\x1d\x5f\x23\x9a\x8d\x78\x94\xe3\x1c\x92\xc3\x63\x33\xd4\xc1\x49\x23\x7d\x8a\x44\x3f\xef\x84\x11\x59\xc0\x26\xb3\xb9\x63\x26\x53\x2c\xe3\x85\x35\x9c\x33\xad\x5f\xa4\x33\xca\xc0\xd5\x5f\xeb\x05\x72\x8d\xe5\xa6\x2e\x63\xf7\xef\x4f\xd7\xcd\xc5\x67\x85\x49\xfb\x00\x4d\xaa\x68\x40\x32\x4a\x11\xc5\x5e\xb6\x7b\xdd\x4d\xfd\x53\x77\x53\xe6\x88\x60\xf7\xc4\x01\x59\x16\x6c\x63\x49\x8c\x8b\xf9\x01\x26\x56\x86\x6d\x58\xe8\xfb\x36\xe9\x4a\x36\x14\x87\xc0\x1a\x43\xc0\x12\x05\xc0\xee\x51\xf4\xa4\x05\xe1\xb2\x87\x01\x5e\x36\x7b\xa6\xfc\xf8\x2c\xac\x36\xaf\x8a\xc6\x84\xf3\x2a\x34\xec\x39\x55\x7c\xb2\x3b\xf6\xc9\xf4\xce\x16\x71\xe2\xdd\x48\xb0\x88\x77\x83\xd1\x1e\xde\x0d\x04\x6d\x30\x63\x34\x74\x46\xcb\xc1\x7e\xb6\xbb\xec\xcc\x37\xff\xe4\xf9\xf6\xba\x8b\xfe\xfd\xee\xa2\x95\x72\x44\x90\x67\x3a\x7f\x1d\xeb\xaa\xdc\xdf\x3e\x6d\xcb\xbd\xcc\x42\x78\xb1\x2f\xab\x5d\x52\x5c\xc2\x9b\x2f\x42\xbf\xf2\x08\x51\xb9\x50\x64\xea\xec\x5e\xa0\x7b\x33\x64\x2f\x23\xb6\x56\x9a\x50\x7c\xa2\x35\xae\xeb\x51\x8f\x6b\x6e\xe3\x61\xc8\xcd\x70\x7f\x10\x75\x55\xc6\xc4\x4c\xee\xeb\x3b\x67\x97\xd5\x77\x65\xea\x14\xf9\xb1\x46\xf7\x05\xb2\x7d\xe3\x84\x6a\x02\x69\x66\x8f\x75\x56\xed\x93\xc2\x39\x96\xf7\xd5\xa6\x7d\x7f\x97\x25\x45\x7d\xe7\x80\x0a\x27\xa0\x61\xe3\x55\x79\x5f\x1f\xee\x6b\x94\xa6\x88\x4f\xdf\x5e\x54\x4e\xa8\x51\xa7\x48\x74\xd5\x52\xa0\x4d\x00\x2a\xca\x0e\x16\x6c\xb3\x6f\xa2\x22\x57\x01\xf7\xc5\x22\x2c\xcb\xfe\x96\xef\xd3\x73\x9c\xe6\xc7\x4d\xf9\x90\x55\x5f\x9d\xcd\x1d\xf0\x43\x55\xde\xd7\x99\xb3\x49\xaa\x54\xc5\x70\xbc\x2f\x50\x91\x9f\xe3\x02\x9e\x6c\x79\x3d\x65\xfa\x46\x2d\xbd\xe7\xd9\xb9\x98\x12\x37\xc9\x7e\x9f\x55\x9f\xb5\x9c\x8f\xe5\x16\x08\x89\x70\x7e\x74\x8a\x72\x93\x14\x80\x94\x08\x97\x2b\xbf\x9d\xdf\xd5\xbb\xe2\x6f\x69\x52\x27\x0e\x20\xf3\x3f\xde\xbf\x49\x37\x38\xd9\x14\x22\xf2\xfc\xe3\x9b\xcf\x08\x58\xb4\xa5\x13\x08\xa9\x43\x59\xe4\x9b\xaf\xce\xbe\x4c\x33\x27\x4f\x39\x19\xea\xaf\xc6\x97\x63\x56\x3d\xe4\x9b\xf6\x63\xdf\xa1\xd1\x96\x32\xd3\xc2\xa5\x96\x78\x9a\xd6\x70\x80\xcb\xf9\xab\x17\xd1\xb7\xc3\x67\xbd\xef\x4b\xf8\x6d\x24\x5c\xb0\xc9\x77\x23\x05\xed\xfc\x37\x52\x61\x90\x0f\x7b\x75\x38\x3f\xb6\x2f\xe7\xf2\x65\x5b\x43\xf0\x67\xfb\x3c\x8b\x4f\x9b\xe2\x27\xf0\x6b\x1b\xee\x77\x21\xdf\x36\x15\x07\xf9\xd7\x5a\xa2\xcb\xc7\x83\xc1\x49\x2f\x5b\x11\x89\x23\xbe\x32\x7f\x0f\x89\x27\xc4\xc8\x3f\x4e\x38\xac\x9c\xeb\xed\xda\xa5\xcb\xfe\x69\xc1\x3a\x5b\x3e\x2e\x1d\xfc\x06\x23\x7a\x78\x44\xbe\x15\xa7\xc9\xd5\x60\x44\xc8\xb7\xda\x56\xd3\x90\x77\x78\x14\x9d\x9f\x19\x7d\xf6\xea\xed\x9c\x58\xb3\x57\x6f\xd7\x44\x96\x6d\x6a\x2d\x8b\x23\x7b\xf5\xb6\x17\x99\x72\x6e\x67\x64\xd2\xa3\x59\x5d\x52\x65\xd7\x74\xcc\xac\xbb\xb0\x7b\x2a\x33\x93\xb4\x50\x05\x87\x47\x65\x85\x84\xdf\x96\xcc\x40\xbd\xee\x9b\x1d\x1c\xef\xc2\x04\x92\xb6\x4c\x44\x33\xc9\x3d\x87\xcc\x6b\xc8\xbb\x8a\xac\xdd\xc0\x6e\x0b\xa2\x2f\xcf\x8d\xb6\xbc\x36\xba\xf2\xea\x68\xca\x8a\x45\xe2\xd5\xbb\xe6\x65\x3b\x9a\x27\x4e\x84\x6d\x51\x7e\x91\x99\x52\x3a\xd9\x35\x4e\xdb\xba\xaf\xd9\x5c\x3d\x6d\x8b\x32\xa9\x2f\x78\xf3\xdf\xd7\xe6\x36\x56\x51\x22\x01\x2b\xae\x19\xd5\xf9\xb4\x8d\xb0\x25\xf5\xc6\x72\x0c\x7b\x40\x4c\x05\x81\xd9\xd3\x9e\xfc\x43\x02\xfb\xfe\x43\xa3\xa6\x8a\x91\x32\x2d\x15\x46\xda\x3b\xfd\x60\x42\x1c\x5a\x40\x8d\xee\x4a\x63\x2f\xa6\x44\xb6\xb9\x99\xa0\x84\xfc\x38\x5c\x43\xe5\x68\x35\xaa\x84\x87\x47\xb5\x55\x15\x73\x9b\x79\x9a\xf8\xef\x26\xcd\x82\xc1\x03\xf8\xfb\xec\x16\x64\xb3\xde\x9a\x04\x7d\x41\x26\xb1\xee\x67\x97\xdd\x6e\x8d\x86\xdc\xc3\xa3\xc4\x27\x6a\xd1\x89\x46\x5b\x97\xed\xc0\x95\xb0\x77\xa6\xae\x3f\x50\x4a\x85\xe3\x7c\x67\xd2\x67\x28\x87\xed\xbc\xa6\xad\x40\x6d\x28\x4c\x34\xaa\x6e\x4e\xf4\x2a\xda\xd6\xc7\x21\x5e\x92\xf8\x6f\x19\x65\x9e\x3d\xac\xbd\x21\x50\x5d\xaf\xa1\xf0\xd0\xd8\x4d\xf6\xa4\x6f\x11\x31\xd6\xc1\x4b\x75\x18\xfa\xe6\x8d\x32\x95\x2c\x1b\xd3\x41\x2c\x6c\xd4\x17\xec\x26\x64\xa3\x37\x9b\x7b\x6c\x40\x86\xfb\xad\xb5\xc1\x84\x9e\x3b\x28\x2a\x60\xd9\x45\xf5\xf8\x91\x99\x2c\x74\x27\x2c\x62\x4d\x15\xfd\xe9\xee\xa9\x49\x41\x20\xce\x80\x54\x38\xc2\x39\xad\xdf\xd9\x41\x19\x6c\xd7\x9c\x48\xe2\x20\xdb\x21\x32\xaf\x53\x06\xbe\x1d\xb0\x66\x56\x62\x79\x55\x48\x4e\x6b\x9f\x1c\x1e\x2f\xd5\xc9\xa9\xcc\xc4\xb0\xcb\xd3\xb4\xc8\x9e\x2d\x1b\xa1\xec\x58\x16\x5c\x33\x82\xbd\xd0\x31\x03\x8d\xc5\xb6\x61\x32\xca\x41\x7a\x8c\xf1\x6d\xd5\x08\xa8\xb6\xd0\x10\x9c\xe3\xa1\xc8\xeb\x7a\x1a\x2b\xb3\x9c\x84\xa6\x25\xb9\xb9\xba\x2f\x14\xe1\xf8\xe4\x58\x34\xae\xed\x8e\x6d\x31\x73\xa9\x9a\x26\x63\x74\x52\x5e\x0f\x6d\x14\x71\x9a\x1d\xeb\x7c\x9f\x88\x2e\x0f\x96\x52\x1b\xf8\x49\xe4\xc6\x9d\x01\x14\xca\x72\xef\x0e\x2a\x86\x8e\x77\x62\xf6\x4c\x2f\x66\x8a\xc3\x69\x92\x6a\x90\x9e\xb4\xc3\xfb\x96\xb1\x8b\xe4\x70\xcc\x2e\xd4\x8f\x67\xa1\x54\xa7\xe5\xce\xa9\xb2\xcd\xd7\x4d\x91\xef\x6f\xb9\x56\xfd\xd6\xea\x1b\xd2\xb7\xe6\xcd\x18\xe3\x4d\x72\x10\x54\x9e\x31\xc2\x59\x92\x76\xc6\x59\xd5\x36\x46\x59\x14\x7b\xaa\xdb\x24\x28\xa0\xdb\x9e\xb4\x81\x13\xc4\x0a\x88\x99\xf1\x64\x06\xce\x4d\xde\x1e\x71\xaf\xdb\x40\xd4\xfc\xd6\xcb\x76\x31\x1b\xb6\x1d\xaa\x4e\x00\x50\x54\xe7\xcd\xb8\x0e\xb7\x69\xce\x9d\xcd\xa6\x6f\x12\x08\xde\x2b\x07\xe9\xe3\xdf\xad\x48\x5a\x4b\x2c\x26\x80\x4c\x49\x29\xab\x9f\x5d\x5d\x94\xfb\xe2\x6b\x7f\xfe\x8c\x95\xeb\xed\xc6\x80\x68\xcd\xcb\xac\x28\xf2\xc3\x31\x3f\xae\xc1\xe6\xed\x28\x0e\x6f\x9f\x6c\x96\xee\xd9\xd3\xa5\x3f\x07\xba\x27\xf6\x60\xa7\x9c\x37\xe0\xcb\x3b\x37\x6b\xba\x76\xaa\x74\xd8\x6a\x8c\x3a\x26\x43\x9b\xdf\x3a\x79\x2a\x71\x3c\xaf\x9f\x37\x65\xfa\x95\xb7\xab\x4e\x68\x7b\xaf\x4d\x36\xbf\x9c\x7d\x04\x27\x2f\x84\xd9\xe4\x47\xaa\x31\x1a\xe0\x33\x6c\x79\x49\xc5\x37\xcb\x49\x4a\x37\x81\x52\xe3\x76\xe5\xaa\x7c\x47\x2a\x1d\x13\x19\x38\x77\xb1\x9c\xb2\xd8\xf3\x9b\x2d\xe8\xc4\x48\x42\xf6\x81\x0a\xc3\x09\xe1\xd3\x69\x90\x3a\x0c\xdb\x56\x2b\xdc\x46\xdb\x64\x09\xfa\x9c\x9b\x1e\xb2\xd1\xc6\x44\x11\x4b\x6b\xd9\x4d\x96\x6d\xd9\x94\x22\x37\xaa\x75\x4d\xe9\x51\x4f\xbd\xa0\xdc\x96\xb8\xdd\x5d\xc4\x20\xd4\x37\xf3\xfd\x73\xf5\x3f\x8e\xcf\x3a\x3b\x15\xcb\x3e\x6b\x79\x2f\xbe\x93\xba\xfa\x8f\xd2\x65\x5f\x56\xd7\xb5\x6e\x0a\xa6\xa8\xaa\xae\x6f\x4d\x94\x92\x57\x7c\x47\x7a\x3c\x0c\xa8\x2d\x32\x04\xc5\xe8\xcc\x20\x20\xb3\x94\xba\x11\xdb\x84\x9b\x27\x28\x10\x87\x21\xc8\xe9\x45\x9b\xf7\xcf\xce\xe1\x90\x08\x79\xfc\xb3\xd7\xf9\x4c\xcf\x26\xb7\x42\x77\xf2\x2c\x6c\xfa\xe8\x68\x72\xac\x44\xb1\xf6\xa8\x08\x3c\x22\xfe\xfc\x3b\x31\x3d\x7f\x23\x9a\xd3\x69\x74\x5f\x8c\x22\x69\xff\x6e\xb4\x8c\xee\x8b\x27\xbe\x43\x12\xab\xa7\x38\xd8\x85\x2c\x05\x42\x41\xd1\xdc\xc0\xc9\x73\x7b\x26\x7a\x28\x8f\x59\xea\x1c\x92\xfa\x0e\xb6\x57\x8a\x18\x63\xc7\x8b\x62\x4c\x67\x17\xb7\x94\xe3\x32\xd1\x39\x66\xda\x69\x25\x7c\x17\xf6\x5e\x6d\x9b\xd5\xe6\x7d\xbd\x3f\x1c\xeb\x2a\x4b\x76\x4e\xbe\x3f\xd6\xc9\x7e\x93\x89\x6a\xe0\xd6\xc1\xfb\xcc\x77\x4e\x99\x96\xbf\xb2\x0f\xca\x4e\x9b\x21\x79\x2f\xc4\x4a\x5d\x25\xfb\xe3\x21\xa9\xb2\x7d\x8d\xf4\xdf\xca\x06\xa1\x27\x03\xa5\x9a\xf7\x75\x63\x4c\xd1\xdf\x09\xd3\x11\xd3\x0e\x4a\x07\xa8\x8f\x8b\x7c\xff\x1b\x5f\x20\xd5\x6a\x39\xbb\xbc\x14\x26\x73\x8b\x4b\x09\x35\x35\x78\xea\xf8\x3b\x49\xf9\x92\x7e\x26\x09\xdc\xc1\x6d\x61\x6d\x13\xd3\x85\x95\x4d\xbc\x07\x98\xa9\x4b\xc5\x11\xe6\x9a\x84\x00\xd8\x9e\x02\x00\x30\x1e\x01\x00\x7e\x00\xed\x10\x4d\xa3\xdc\xad\x30\x85\x61\xb7\xfc\x14\x42\xd2\x0b\x61\x09\x4a\xfd\x2a\x53\x48\xf5\x6b\x4c\xa1\x55\x95\xc5\x32\x3a\x75\x2b\x4c\xa1\xd4\x2d\x3f\x85\x50\xe3\xa6\xa1\x8b\xa5\xb9\xc8\x8d\x55\x9e\x42\x74\xac\xee\x14\xd2\x75\xf9\x5b\xb6\x5f\x84\x69\xaf\xc6\x14\x7a\xbd\x0a\x53\x38\x0d\x0a\xf8\x41\x69\x38\xa3\x86\x29\x65\x66\x54\x90\x92\xc5\xba\xa4\xcc\x11\x28\x13\x15\x07\xa9\x36\x51\x6f\x80\x78\x4f\x83\x8b\x95\x5c\xa0\x9a\x85\xca\xd0\x1c\x99\x54\x0d\x4d\xad\xf0\xb2\x7b\x5a\x38\xbe\x8a\x5c\x61\xa5\x01\x2e\x5d\xd3\x7b\x35\x07\xc7\xa5\x2d\x39\x73\x8d\x57\x15\x94\x79\x96\x90\x49\x55\x47\x55\x41\x6f\xd7\xf7\x44\xab\x3b\xd9\x17\x5e\x76\x61\x6f\xd0\x5b\xd9\x1f\x79\xa1\x77\xba\x4b\x62\x4f\xbd\xa6\x43\x9d\x9a\x23\xdd\x51\x25\x67\x77\x46\x54\x78\xea\xc4\xf3\x99\xd7\x15\x94\xac\xef\x8c\x56\x77\xb2\x3b\xbc\xec\xc2\x0e\xa1\x64\xdd\xe8\xa0\x64\x9e\x1e\x33\xd6\x72\x07\xc2\x8c\xee\x8d\x4a\xb8\xe9\xa6\x9e\x8c\x63\x6c\x61\xb4\x85\x58\xa8\x70\x64\x73\x71\xbf\x4f\xb3\x4a\x44\x22\x98\x49\x84\xb4\xc0\x87\xe4\x78\xcc\xf7\xb7\x28\xad\x2d\xce\xc3\xe3\x73\xb6\xad\x9b\xf6\xea\x2e\x27\xe7\x38\x2e\xcb\xa5\xc2\x18\x76\x03\x43\x35\x8e\xc2\xb4\x70\xb1\x36\xb9\x74\xac\x07\x90\x58\x2a\xb5\xac\xb8\x74\x32\xdb\xe3\x87\xa4\xb8\x17\x77\x3e\x78\x49\xe1\x00\xda\x9c\xff\x4b\x66\x63\xd9\x0d\x71\xe3\xc5\x52\x6f\x82\x79\xae\xd2\xc2\x38\xf8\x3b\x5d\x58\x2e\xe6\x90\x21\x14\x66\x48\xdd\xb9\x1c\xd1\x6b\x62\x21\x33\x2c\x1e\xf6\x4e\x83\xa6\xc7\x56\x30\xbd\xf9\x6d\xd8\x27\xad\x4f\x98\x7a\x5a\xe5\xe9\x49\xc3\x0b\x2f\x65\xee\xb4\x7b\x6c\x38\xb7\x57\x27\x09\xaa\x61\x20\x33\x7a\xb9\x46\x22\xf4\xea\x6a\x97\x96\xc4\x09\xd0\xcb\x4e\xca\x7f\xc6\x2c\xfc\x1e\xd3\xee\xfb\xcf\xb3\x86\xfd\xe0\xa8\x09\xc2\x41\x7c\xa9\x92\x83\x3c\xd1\xbc\x54\x27\xa9\xce\xa3\x3c\x60\x9d\xbd\x22\xbf\x9d\xbd\xfa\xae\xd2\x98\x7b\xad\x7c\x27\x6d\xbb\xd7\xce\xcb\x6a\xe6\x2d\xf8\xe5\xca\x7c\xff\x00\xba\x37\x7e\x0b\xf4\xa7\xe9\xe1\x12\x45\xaf\x8c\xbb\x73\x6b\xb4\xa3\xf5\x95\xcd\xb6\xa7\x47\x2d\x5d\xb0\x03\x91\xb0\x97\x2b\x39\x8b\xeb\x18\x6e\xb8\x62\x41\xa3\x93\x77\x71\x56\x1b\xcb\x9f\x74\xe3\xb2\xe6\xed\xdb\xb5\x31\x1b\x8e\xc0\x8b\x30\x41\x5d\xb1\x36\x81\x91\x2a\xff\x74\x5b\xe5\xa9\x53\x95\x5f\x44\x00\x9a\x0b\x01\x58\xc3\xb0\xf9\x9e\xed\xd3\x0b\x51\x47\xfb\x2a\x8e\xc5\x8f\x59\xb1\x95\xc7\xdf\xfd\xbe\xc1\xb1\x09\x59\xdc\x9d\x39\xb7\x3a\xe6\x76\x75\x1a\xd6\x53\xff\x38\xe5\xe5\x10\x7d\x97\xe6\x0f\xd2\xff\xe2\xa6\x7c\xc8\xce\x5e\x12\xf1\x2e\xec\x27\xce\x61\x2e\x39\x3c\x3e\x4f\x5f\x01\xd3\x7c\xe3\x2d\x57\x2c\xba\xa7\x29\x48\xf9\x80\xf6\x33\x6f\x9c\xd8\x94\xf4\x5f\xee\xd8\xac\x4e\x05\x0a\xfe\x60\x82\x66\xf0\xfa\x73\xe3\xbe\xfb\x76\xc6\xf5\xb8\xa5\xb0\xc1\x1a\xf8\x5d\x20\xc3\x5e\xfd\xdd\x5b\xf3\xc0\x18\x8e\x22\x6d\x07\xc6\x94\x9d\xf5\x9d\x1a\x7e\xd8\x6e\xb7\xcf\xff\x75\x97\xa5\x79\x82\x7e\x6a\x9d\x5f\xe2\x38\x38\x3c\x9e\x3d\x9d\xca\x28\xba\xf2\xf2\x42\xac\x00\x4b\xe8\x6d\x55\x7e\xb9\xa0\xcf\x2f\xcf\x08\xa6\xb6\xff\x22\x18\x9f\x3c\xee\x9a\x77\xbe\xe9\x2a\x78\x22\xe0\x97\x41\xec\x25\xbb\xa7\xee\x90\x10\xf2\xe3\xcb\xd0\x5e\x80\x35\x0e\xe9\xbd\x39\x7b\xd3\x17\xd0\x85\x66\x28\x37\x4b\xd4\x9f\x35\x8a\x0c\x4a\x0b\x3d\x10\x0a\xe9\x04\x41\x21\x56\x6f\xb6\x13\x54\xd4\xab\x53\x76\x0a\x46\xf5\x41\x82\x4d\x97\xe9\x61\xb4\x9c\x68\x57\x6f\x9f\x7a\xca\xcb\x12\x32\xa4\x27\x58\x99\x3a\xf5\x87\x09\x31\x5d\xa8\x8f\xd4\x0a\x52\xa4\xa9\x6d\x1f\xa3\xdf\x20\x5c\x36\xa1\xae\xd2\xfa\x54\x36\x31\x20\x8c\x10\x68\x46\x31\x1b\x6a\x6b\x88\x54\x6b\x2e\xfb\xf3\xec\x44\xad\x0d\xf6\x4b\x52\xed\xd7\xda\xc5\x9b\xba\x2f\x64\x17\x1f\xc1\x65\x85\x5d\x7c\x04\xbb\x61\xbb\xf8\x08\x0a\x33\xec\xe2\xb6\x26\x57\xd8\xc5\x6d\x48\x2c\xb6\x8b\xf7\x71\x51\x96\xee\x6d\x12\x6d\xdd\x70\x09\x93\x6c\xaa\x1c\xee\x3a\xad\xe2\x92\xb6\xf2\x0b\xb1\xc9\x18\x36\x2b\xf8\x64\x0c\xbf\x61\x46\x19\x43\x62\x06\xa7\x58\x1b\x5d\xc1\x2a\x56\x34\x16\xf3\x8a\x05\x9b\x27\x23\x06\xd5\x12\x66\x81\xdb\x61\xab\x38\x45\xd6\x7c\x21\x36\x19\xc4\x63\x05\x8f\x0c\x62\x36\xcc\x20\x83\xcd\xcf\xe0\x8e\x7e\x73\x2b\x58\xa3\x8f\xc0\x62\xbe\xe8\xe2\xb1\xf4\x58\x5d\xc2\xf9\x5b\x95\x15\xef\x77\xd9\xe7\x97\x39\x97\x18\x83\x36\x4d\x5b\x6b\xed\xa5\x84\xb1\x00\x31\xcf\xac\x9f\x41\xff\x17\x37\x70\xc5\xbd\x95\x8e\x11\xe1\x52\x8b\x88\x60\x5c\x60\x7e\xd7\x89\x6b\x6b\xc4\x12\xa4\xd9\xee\x19\xee\xb7\x48\x3c\xda\x90\x40\xe2\x18\xcc\x1e\xdc\x0d\xbc\x41\x13\x8e\xf3\xdb\xf7\x2a\x3c\xd1\x67\x75\x0d\x58\xd7\xa5\xa2\x89\xdb\xc0\x32\xb5\x80\x80\x74\x97\x15\x07\x19\x61\xba\xff\xbe\x9b\xec\x76\x04\xa8\x5e\x4d\x5d\x5d\x06\xa8\x96\x0f\x4f\xe5\x21\xd9\xe4\xf5\xd7\x0b\x3c\x7e\x1b\xf2\x8e\xa9\x1b\x48\xfc\xd7\x82\x6b\x94\xbc\xf8\x10\x3e\xf6\x6f\xfa\x51\x55\xa0\x85\x7a\xe4\x84\xc7\xac\x7d\x06\x02\xf3\x17\xcf\xb8\x4e\x6e\x1c\xe9\xe7\x7d\x75\xd0\x2e\xb0\x20\x0b\x74\x75\x85\x47\xa8\x75\x87\xaa\xbc\xad\xb2\xa3\xd8\x84\xd6\x59\xb5\xcb\xf7\x49\x6d\xb9\xc4\xa2\x39\x69\xa9\x3b\xcb\x10\x25\xa1\x0d\x98\x30\xdb\x37\xfb\x9f\xe2\x44\xad\x94\xd9\xdb\x2a\x4f\x85\x9d\xb7\xce\x76\x87\x22\xa9\x33\x5e\xfb\x7e\xb7\x3f\x5e\x24\xf7\x75\x89\xe0\x22\xb6\xf9\xbd\x2a\xbf\x1c\x2f\x7c\xf2\x23\xf2\xc9\x8f\x9d\x4f\x49\x95\x25\xc7\x8b\x37\x72\xee\xc8\x1b\x67\x6f\xd0\x1b\xe5\x7c\x22\x5f\x34\xa4\xd9\xc3\xa6\x43\x77\x2f\xec\x61\xaa\x1f\x01\x9b\x7e\xa6\xc8\x5e\x5c\x44\x1b\xc1\x69\x52\x27\x62\x67\x67\x80\xe8\xfa\x85\x8e\xb6\x67\xf5\xcd\x44\xf8\x50\x56\xf5\xfc\x62\x3d\x09\xda\x73\xa9\xb4\xe1\x60\xdf\x6d\xcc\x66\x95\x27\xfb\x90\xd2\x6d\x85\xf8\xb0\x5e\x9a\x77\x00\xe7\x38\xb3\xff\xbe\xfd\x04\xa1\xbb\x22\xe7\x1c\xbc\xd0\x0f\x27\xe0\x70\xe3\x8f\xed\x6b\xd7\x76\x4f\xbc\xd0\xbb\x97\xed\xd3\xe9\xce\xa9\x3b\xc4\x2b\x7a\xd7\xad\x3a\xd2\xbd\xa6\xe8\xec\xfe\xa9\x9b\xcb\x6d\x07\xe5\x9b\xe6\x86\xa5\x66\xa2\xe9\x9f\x38\xcd\x65\xda\x8b\x3d\x7f\xdd\xc4\x1f\xfa\x89\x4d\xba\xfc\x0f\xf3\xda\x08\xac\x49\xc6\xb6\xd5\x5d\xc8\xea\x7d\x10\x82\x78\x62\x8a\x1b\x27\x79\x97\xfa\x87\x6c\x9f\x2a\xda\xce\x9d\x0b\x5a\xc4\xa6\xf5\xd3\xc2\x06\x64\x72\x86\x18\x95\x16\x4e\x16\xad\xae\x85\x32\x72\xfe\x4c\x51\x46\x5b\x69\xb8\xa2\xdf\x2e\x26\x36\xb9\xaf\x90\x4f\x73\x43\x57\xec\x78\x50\xa1\x34\xd5\x35\x4d\xaa\x89\xdc\x81\x05\xa4\x23\x57\x8c\xe6\x94\x64\xd0\xfc\x43\x1e\xf2\x63\x7e\x53\x64\x73\x8f\x91\xe5\x78\x5b\x63\x8b\xa0\xe6\x1e\xe6\x8c\x25\x0e\x6f\xca\xc3\x57\x47\xb8\xfc\x99\xa7\xea\x93\x4e\xdb\x46\xdd\xe5\x3c\x66\xaf\x3e\xc8\x5d\x9d\xe2\x33\xf9\xca\xec\x9f\xc5\xa2\x3e\x7b\x93\x76\x5a\x67\xc7\xc1\xcc\x31\x88\xac\xe8\xbc\xb5\xf6\xd3\x5a\xeb\xf0\xa9\x04\x18\x03\x33\x6d\x00\x5e\x49\x00\x4b\xed\x7e\x7c\xdb\x6e\xf2\x80\x05\x6c\x8f\x5e\x84\xfb\xbb\x50\xe6\x4d\x02\x74\xca\x5c\x90\x95\x5b\xf7\x09\xcd\xff\x43\x5d\x55\xb5\x08\xa3\x25\xb3\x64\x35\x6d\x66\x41\x5b\x36\x67\x96\xd2\x6a\x0c\xc8\x2a\x9f\x53\xe1\x0d\xf0\xb2\xf4\x99\x01\x73\x5a\xa9\x19\x81\xb1\x54\xb9\x19\x04\xd5\x0d\xa2\xb3\x7c\x82\xad\xbd\xa5\x31\x03\xd6\xa2\xc9\xb6\xf0\xe6\xc6\x30\x88\x51\xa3\xc4\x92\x89\x27\xbd\xe2\xda\x72\x66\xa4\x77\x9b\x67\xfb\x5c\x58\x10\x4a\xfd\x45\xbc\xf3\x17\xa1\xb7\x1e\xfa\x20\xc2\xd3\xfe\x8b\x4b\x10\x9c\x0f\xad\x8f\xd0\x52\x6f\xc7\x59\x78\xad\x05\xda\x45\xcf\xd0\x0d\x1c\x7f\x89\x72\x20\x75\xee\x5d\xb2\x4f\x6e\xb3\x5d\xb6\x5f\x70\xbc\x61\x82\x58\x5e\xaf\x2a\x8b\x7e\x46\x83\x15\x8a\xc9\x74\x17\x56\x03\x7d\x09\x48\xd6\x6e\xce\x50\x9c\xa6\xbb\x35\x1b\xc8\x9a\x9a\x26\xda\x8b\x15\xb7\x11\xec\x57\xc2\x3a\x01\x80\xde\x17\x53\x8d\x74\xff\x41\x73\xa5\xb9\xd5\xd5\x05\xf1\x32\xc7\x82\x2f\x3b\x07\x16\x21\xfb\xbd\x39\x79\x1e\x32\xff\x14\xfe\x9c\x83\x5a\x5f\x5f\x10\xd9\x86\x9b\x44\xc3\x67\xf2\x98\xac\xca\x1e\xb2\xa4\xeb\x93\x6b\x0b\x7d\xa5\x95\xb6\x86\x60\xec\x7d\xff\x7b\xb6\x7b\x02\x33\x45\x5e\xe4\xf5\x57\x15\x32\xb0\x17\x2a\xce\x52\x53\x39\xf0\x72\x08\xce\x97\xec\xe6\xb7\xbc\x76\xea\xf2\x7e\x73\xe7\x6c\x92\xa2\x28\xef\xeb\x8b\x34\xdb\x26\xf7\x45\x7d\xa9\xbe\xde\x1f\x9b\xeb\x89\x17\x75\xf6\x58\x5f\x3a\xbb\xf2\x9b\xed\xed\xb1\xff\xb2\xf7\x42\x43\x5a\x9a\x59\xd4\x35\xfb\xe4\xbe\x2e\xed\x3d\x6d\xe8\x6e\xda\x0c\xac\xb0\x54\x00\xe4\xff\xef\xff\xf9\x7f\xd1\x82\xff\xdf\x3c\x37\x31\x55\x9c\x4d\x99\x66\xbb\xbc\xaa\xca\x0a\xe1\xeb\x32\xcd\x3e\xc2\x6f\x47\xa0\x79\x3c\x1f\x25\x69\x0f\xd5\xfe\xf8\x81\xa3\x65\x7f\xec\x7a\xe7\xa1\x66\xad\x36\x53\x9b\x08\x86\xcc\x9a\x80\xcb\x1a\xd8\xa6\x75\x35\x74\xbb\xe4\xf8\x9b\x93\xef\x92\xdb\xec\xe2\xbe\x2a\x7e\xfa\xcf\x69\x52\x27\x17\xf0\xfc\x97\xe3\xc3\xed\xbb\xc7\x5d\x71\xb9\xb9\x4b\xaa\x63\x56\xbf\xff\xef\xff\xe7\x5f\x9d\xe8\xfc\xbf\x1c\x1f\x6e\xd1\x43\x9e\x7d\xf9\x97\xf2\xf1\xfd\x1b\x82\x08\x62\x1e\x62\xde\x1b\xb4\xcd\x8b\xe2\xfd\x1b\xde\x9b\x37\xe8\x71\x57\xec\x8f\xef\xdf\xdc\xd5\xf5\xe1\xe2\x2f\x7f\xf9\xf2\xe5\x0b\xfe\xe2\xe2\xb2\xba\xfd\x0b\x23\x84\x70\xc0\x6f\xae\xfe\x0b\x97\x96\x50\xc9\xa9\xee\x8b\xec\xfd\x9b\xec\x21\xdb\x97\x69\xfa\x06\x6d\x8a\xfc\xd0\x7d\x97\xbe\x7f\xf3\x91\x32\xe4\x61\xff\x3a\xe4\x7f\x23\x86\x43\x17\x85\x38\xa0\x88\x22\xca\x36\x94\x3f\x7a\xd8\x8d\x51\x80\x42\xec\x23\x4a\xf9\x3f\xc7\x18\xb3\xd0\x71\x31\xa5\x88\x52\x27\xc4\xfe\xc6\xe1\x05\x1d\x5e\xd0\x09\xf8\x0b\x47\xbc\xff\xc6\x81\xd3\x70\xe3\x30\x1c\x06\x88\x38\xbe\xc3\x30\xf3\x1c\xdf\xf1\x8f\xe2\x07\xf2\xf9\xff\x88\x3f\x20\xfe\x20\x7e\xf0\x77\xdf\x76\xc4\x89\x38\xdc\x80\x57\x74\x11\xc5\xae\xe7\xb8\xc8\x3d\xf2\x1f\xc8\x15\x7f\x1c\xf1\xe0\x88\x1f\x0e\xff\xe1\x7e\x53\x24\xfb\x91\xb9\x84\x90\x37\x7f\xb9\xfa\x2f\x9c\x32\x57\xff\xf9\xec\xf2\x75\x50\x7e\x87\x83\xd2\x77\xf7\x97\x8e\x23\x2f\x94\xc8\x49\x1c\x67\xc3\x91\x61\xf7\x44\x4d\xcb\xe9\xa4\x22\x26\x4c\x36\xda\x1c\xb6\xbf\xf9\xdf\xca\x34\x43\xff\xab\xfa\x8c\xde\x3c\xcf\x42\xa7\xa9\xfe\x6f\xa2\x84\x01\xe1\xa4\xf8\xc4\x4d\xc4\x5a\x29\x92\xc7\xa1\xbd\x64\x4a\x98\xbe\x47\x89\xd0\x07\xf9\xde\x49\x00\x94\x9a\xc9\x2e\xab\x13\xf0\x97\x07\x85\x44\x46\x5e\xad\xd4\x32\x2d\x97\xbf\x39\x55\xfa\x51\x08\x67\x47\x4c\x36\xc2\xfe\x1b\x41\x66\x8d\xc8\xf7\x66\x4c\xf7\x9e\xb9\x78\x6e\xb4\xd9\xca\x12\x6a\xb6\xb2\xe4\x5d\x5a\x1d\x19\xbc\x13\x0c\x5c\xbb\x08\x36\x1b\x45\x69\xce\xb1\x20\x6a\x0b\xf6\x38\x76\x77\x67\x5e\x64\xe8\x6d\x59\xe8\xc9\xe5\xcc\xa0\xd0\xe6\xc7\xc1\x0c\x12\x97\xe6\x39\xd4\xa5\xb1\x0f\xe1\x7c\xd7\xdc\x17\x6a\x52\x96\x7b\x8c\x1c\x1e\xcf\x9e\xfa\x27\x4a\x82\xb3\xaa\x2b\xdb\xd1\xe6\x74\x7f\xb4\x09\xaa\xf7\x44\x9b\x98\x86\x46\xf2\x8c\xeb\xe4\x16\x9a\x6c\x08\x50\xa7\xfc\xdd\x71\xa4\xcf\xca\x95\x4e\x55\x55\x55\x6c\x7e\xef\xd6\xe3\x1d\x55\x51\x77\xe6\x90\x30\xb4\x57\xa3\x87\x02\xae\x2d\xde\x6c\x0f\x33\x94\xa6\x2d\xe0\xd4\x1a\x23\xbe\xbd\xbd\x01\xf8\x1a\x31\x09\x89\x01\xe9\x4a\xec\x13\xb4\xac\x3b\x4d\x42\xb0\xa6\x89\xc1\x32\xad\xa4\x3d\x7f\x63\xb2\x07\x76\xb3\x5d\x87\x4c\x7c\xdb\x9a\x66\x4e\x96\xe6\x75\x59\x35\xb9\x31\xb2\xdd\x4d\x56\x39\x87\xf2\x4b\xa3\x4a\x3b\x75\x95\xdf\xde\x66\x55\x93\x3d\x23\x3f\x1c\xbe\x3a\x37\xe5\x23\x92\x3f\x93\xaa\x2a\xbf\xd8\x13\x21\xb6\x84\x9f\x11\xa3\x78\x2c\xf3\x59\xbf\x6c\x77\x6d\x79\xf3\x8c\xb7\x45\x72\xbc\x73\x76\xd9\xf1\x98\xdc\x66\xe6\x0d\xfd\x7e\x12\xce\x6f\x0e\x5c\x58\xba\x08\x06\xa2\x42\x37\x87\x21\x88\xfa\x3f\x76\x60\xa3\x83\x3a\x7f\x95\xd9\x04\x38\x9f\xf4\x22\x15\x83\x67\xa2\x17\x58\x73\xcb\x2a\x99\x15\x73\xc9\x02\xf6\xb6\x56\xf9\x7f\x6a\xe7\x2f\xa5\x7e\x2f\xdc\x35\x69\xd3\xe8\x18\x4e\x41\xf2\xfa\x90\xc8\x7a\xab\x6d\x25\x8e\x9b\xaa\x2c\x8c\x23\x67\xb1\x09\xd0\x6d\xcd\x5a\xf1\x22\xdf\xf3\x3d\x5a\x59\xd4\xf9\xc1\x16\x73\x3a\xde\xc6\xdb\xa4\x17\xb8\x13\xfd\x90\x78\xfc\x4f\x87\x0c\x4d\xb8\x70\x46\xf9\x1f\xa1\x7c\x6c\x93\x5d\x5e\x7c\xbd\xd8\x95\xfb\x12\x66\xb1\xa6\x92\x50\xb7\x8d\xd8\x79\x11\xca\x10\xbb\x31\x98\x58\x76\xce\xd1\xb9\x4b\x8e\x77\xb9\x4e\x29\x3d\x99\x43\x0f\x55\x42\xf4\xb3\x2d\xe5\xb6\xbd\x4d\x59\x4a\xb5\xf7\xb2\x27\x10\x8e\x14\x26\xac\xba\xed\x86\x3d\xbd\x55\x63\x77\x76\x7b\x5f\xd7\x59\x75\x54\x0b\x66\x18\x45\x2c\x26\x16\x0c\x58\xc2\xb6\x6e\xa0\x37\x31\x08\x52\x2c\x8f\x8a\xad\x40\x30\x08\xc2\xd6\x77\xf9\x1e\xfd\xb0\x8d\xb6\xd1\x96\x0c\xd6\xe6\x88\xef\xef\xf9\xd4\x6d\x16\xf1\x34\x4a\xa2\x68\x80\x6e\x0e\xdc\x7d\xcd\x52\x94\xe6\x0f\x06\xab\xc0\x84\xcf\x52\x6d\xdc\xf9\xd0\x79\x2c\x72\x47\x9b\xbe\xb8\x10\x35\x45\xde\x90\xe1\x72\x57\x42\xdb\x58\x50\xb8\x5b\x63\x39\x66\x60\x3f\x58\x84\xde\xd2\x1a\xd6\x6a\x3a\xa2\xfd\x08\xe5\xf4\xcc\xc0\x1a\xb4\xe8\xcd\xce\xd9\x94\xbb\x5d\xb6\xaf\xd5\x18\xa6\x69\xe6\x66\xa1\xb5\xe4\xb1\xae\x72\x48\xe9\x39\xf4\xc9\x61\x8d\x77\x6f\x9a\xde\x24\xae\x15\x8a\xc9\x32\x69\xea\x65\x7e\x64\x2d\xf8\x90\x54\x39\x24\x52\x19\xfb\xd8\x36\x19\x67\x91\xb7\xf1\xad\x90\xd2\x6c\x3b\x03\xb1\xf2\x90\x55\x49\x5d\x36\xa8\x65\x2e\xff\x63\x2d\xfa\x5b\xf6\xf5\x4b\x59\xa5\xed\x1d\x9e\x8d\x47\x98\xb5\x64\x52\x97\xbb\x19\x7d\xe5\xda\xb7\xb5\x9f\x75\x72\x3b\x03\xf5\xa4\xae\xab\xfc\xe6\xbe\xb6\xd3\xea\xdf\xef\x93\x22\xdf\xe6\x2d\xd1\xe3\xed\x26\xf1\x03\x2b\xa4\x43\xc5\xc9\x50\x7f\x9d\x41\xd5\x9b\xfb\xbc\xa8\xf3\xfd\xf8\xf0\xb8\x23\x6d\xea\x8c\x2d\xe2\x6b\x8a\xcc\x62\x0d\x13\x1b\x13\x8f\x12\xca\xe8\xf0\xc4\xdb\x25\xf5\xe6\x2e\xdf\xdf\xde\x54\xc9\xe6\xb7\xac\x7e\x1a\x8c\x53\x77\xd9\x5e\x76\xd7\x57\x23\xab\x71\xac\xd3\xb3\xee\x1c\x99\x53\x47\x9f\x38\xcb\xca\xb7\xac\x9d\x25\xfc\xcf\xfc\xf6\xcc\x29\x96\xb8\xc9\xe6\x66\x33\xbf\x76\x97\x05\xb6\xdb\xed\xfc\xca\xfd\x79\x19\x6c\xc2\x9b\x88\x1a\x8a\x5f\x27\xff\x87\x5a\xd7\xb9\x92\xd1\xcb\xd8\xd9\x37\x25\x6b\x80\xd0\x88\xea\x28\xd7\x69\x06\xba\x8b\x9e\xf2\x52\x29\x61\xb4\xbb\xb7\x51\xf9\x07\xed\xcb\xba\xc6\x37\x97\xfa\x8a\x39\x94\x37\x82\xd8\x74\x5d\xcb\x16\xbe\xb9\x81\xad\xe9\x15\xea\x9a\x80\x6f\xdd\x0b\x70\x64\x7a\x3e\x0e\x4d\x4b\x57\x87\xae\x71\x56\xec\x94\xf8\xb2\x0b\xfa\xed\xa6\xdc\x6f\xf3\x6a\x07\xd3\x02\xcb\x87\x7c\x7f\x6b\x4f\xab\xf8\x6c\xad\x86\x0e\xe6\x9d\x12\x53\xef\x87\xbc\x8f\xbd\x10\xe8\xdd\x1b\xe7\xda\xe4\xb3\xb6\x61\xa4\x29\x35\xf4\x6a\x4b\xf2\x2b\xb5\xad\xbd\x9a\xec\xe5\x90\x0d\x85\x0c\xef\x64\xc7\xd0\xd3\xa2\xed\x0b\x3e\xd2\xb6\x3c\x62\x6c\x86\x08\x68\x92\x83\x66\xbb\xe7\x67\x0c\x89\xcc\xb7\x65\xb5\xbb\x3a\x88\xab\x09\x19\x9f\x68\x67\x42\x98\x81\xcb\x06\x64\x2c\xbd\x3f\x1c\xb2\x6a\x93\x1c\xb3\x4b\x2d\xef\x94\xdc\x41\x58\x26\xcc\x00\x54\x21\xd2\xec\xc9\x34\xc7\x92\x3d\x5e\x88\x1c\xac\x0a\xa8\x9c\x67\x2e\x23\xcd\x18\xc3\x54\x46\xcc\x2c\x07\xc9\x56\xbb\x99\x93\xfc\x6c\xa7\x0b\xe1\xb6\xb0\x9c\xd8\x37\xc9\x31\xdf\x38\x69\x55\x1e\xd2\xf2\xcb\x5e\x4d\xed\x73\xad\xa0\xf4\xf9\x69\x27\x8f\x01\x45\xdd\xd1\x79\x6a\x36\x56\xe2\x10\x66\x80\x24\xdd\x2c\xa7\x56\x4f\x57\x7d\xa2\xf6\xb9\x49\x66\x43\x95\xc9\x29\x1b\x61\xe3\xd0\xe7\x1f\x8a\x52\x70\x09\xdc\x2c\x13\xe9\x67\xcb\x3a\xab\x9a\x10\x98\xdd\x2b\x4c\x94\xe9\x2d\x34\x9b\x48\x71\xf9\x4c\x25\x5e\x75\xdc\xc3\xe3\x20\x68\xbd\x1f\x6d\x2e\x08\x18\x1d\x8f\xf1\x21\x22\x36\x01\xa3\xf9\x06\xf5\x21\x5f\x69\xff\x3f\x75\xe3\x52\x3d\xe3\x32\x4f\x37\x2a\xd2\xe7\xdf\x36\x45\x72\x3c\xfe\xa7\xf7\x0e\xbc\x3c\x54\xe5\x43\x9e\x6a\xfb\x73\x25\xa0\x59\xbb\xb7\x84\xdf\x7c\x8e\x5f\x10\x24\x86\xaa\x23\x59\x60\x9f\xa9\xb7\x31\xb2\x00\x9c\x1b\x05\x8b\xdc\x32\xe3\xe6\x82\x32\xd8\x4b\x4b\xb8\x68\x66\x5f\xe4\x14\xe9\x87\xe8\x4b\xf3\x4a\x68\xe7\x17\xc2\x89\xdc\x00\xa0\xee\x0e\xda\x6d\x8b\x8d\x39\xc0\xa8\x63\xc4\xf1\x18\x0e\x12\xc6\x70\x94\xed\x3a\x29\x33\x2d\x93\xfd\x66\x7b\xb3\xdd\x18\xf0\xaf\xde\xaa\x29\x1d\x6a\x53\x5a\xcd\x1c\x1d\x79\x61\x95\x36\x0a\xe8\xb3\x79\xaa\x9f\xe6\x78\x00\x23\x5b\xea\x18\x9e\xf0\xd0\xa7\xbe\x0c\x79\xee\x66\xc1\x34\x86\xa1\x6b\x6b\x11\x37\xc9\x6e\xb2\xfa\x4b\x96\xed\x0d\xe1\xcd\x61\x19\x19\x3e\x70\x90\xed\x2e\x6d\x29\x4e\xbb\x2d\x5e\x15\xf9\xd5\xdb\x6e\x32\x4e\xfe\x52\x64\x73\x1e\x76\x09\xb7\xa6\x72\xec\x70\x95\x9e\x44\xaf\x11\xc2\x7c\x12\x13\x48\x34\xd3\x5f\x05\xa6\x69\x6f\x66\x80\x15\x56\x82\x7e\x1d\x4b\x08\x50\x06\x24\x19\x90\x4a\x6e\xa3\x6a\x71\xd9\x64\x9b\xbb\x7d\x02\xb5\x2e\x0c\xe3\xc4\xeb\x1a\x4f\x1b\x31\x68\xda\x1c\xf9\x08\x76\x03\x96\x1a\x3c\x9b\x0b\xb1\xf4\xf6\x3d\xdf\x4c\xff\xf6\xf9\xca\x76\xf7\xb6\x3d\x50\x19\xb6\x08\x76\x4e\x53\x1a\xed\x71\x56\x6a\xb4\x45\x36\xca\xab\xa1\x9c\xfb\xf6\x84\x6b\x03\x8a\xdc\x82\x8c\x6d\x8a\xd2\xad\xc6\x51\x95\x9c\x78\x3f\xd1\x88\xa4\xd9\xed\xd9\xa2\x2e\x1a\x9b\x38\xb9\x82\x9a\xfa\xbf\x32\x7e\x59\x8d\x96\x4a\x3a\xc0\x52\x25\x94\x49\xd2\x5c\x9e\xdd\x24\xc5\xe6\x27\x2e\x95\x91\x03\x6b\x99\x1d\x33\xed\x88\xa0\xaf\x1d\xbd\x50\x32\x41\x79\xc4\xe4\x64\x0f\xd9\xbe\x3e\x4a\x23\xa9\xf5\x02\x78\x34\x83\xb7\xda\x46\x41\x49\x1b\x6b\xd9\x0c\x06\xd6\xea\xfb\x03\x78\xca\x34\xfa\x03\x38\x88\x2b\x63\xe2\x54\x86\xf7\xe4\x0c\xd5\xe9\x93\x61\xf7\xed\xcd\x7b\xd5\x32\x80\x73\x36\x59\x51\xcc\x86\xdc\x0d\x94\xb3\x80\xc5\xa5\x48\xa1\x0b\xfa\x71\x65\x26\xe7\x7e\xdb\x71\x13\x9f\x9c\xee\xdd\x63\x5f\x4d\x0d\x9c\x85\xf9\x82\x48\x89\x66\xee\x0e\xbe\x79\x82\xd3\x40\x27\xec\xa6\x7d\x8b\xce\xce\x09\xe2\x54\x80\x75\x00\x71\xf9\xdb\x4d\xf1\x61\x2e\x96\x30\x8b\xfa\x83\x28\x34\x49\x98\x58\x82\xb2\x8e\x75\x92\xbd\x13\x93\xcc\xcc\xe9\x2f\xa6\xad\xc1\xfd\xb0\x29\x32\xf2\xbf\x2d\x38\x8a\xe9\x18\x07\x36\x45\x96\x54\x17\x37\x65\x7d\x37\x8f\x3f\x40\x2d\xb5\x4c\x46\xfd\x84\x2d\x68\x30\x32\xd2\x2d\x0f\x4a\x87\x6e\x52\x66\x33\x96\xe1\x60\xe2\x66\x50\x64\xa9\x52\x64\x3b\x96\x8d\xe7\xae\xc7\x9e\x3c\x33\x71\x1e\xf2\xaa\xbe\x4f\x8a\xab\x7b\x25\x70\x3a\x90\x6f\xca\xf4\xeb\xe8\xc1\xca\x70\x2d\xb8\x73\x14\xeb\x79\x95\xfb\x4c\x6c\xd6\x4b\xd3\xa7\x5e\x10\x38\x7b\xb9\xab\xb7\x1d\x7d\x8e\x58\x0b\xca\x0c\xba\x7f\x6f\x11\xf2\x43\x23\xd1\x73\x73\xac\xdb\x3f\x25\x36\x8e\xe6\x67\x96\xfb\xbb\x52\x66\x5b\x2e\xfe\x0b\x62\x67\xc3\xcd\xb8\x33\x9b\x71\xa7\x9b\x71\x47\x9a\xf1\x66\x36\xe3\x4d\x37\xe3\x8d\x34\xe3\xcf\x6c\xc6\x9f\x6e\xc6\x3f\xb3\x3b\xba\xcc\x19\xa7\x65\x75\x2c\xcd\x3b\x28\xd0\x96\xf7\x09\x68\xb6\x21\x5c\x56\xc7\xc4\xc0\x07\x04\xdc\xf9\x08\xd8\x06\x77\x59\x1d\x13\x01\xd7\xed\x2a\x38\x13\xc0\x6c\xc3\xbe\xac\x8e\x89\x00\xf3\x39\x02\xd4\xe7\x08\x0c\x07\xe3\x04\x97\xac\x3c\x3b\xbe\xf9\x2c\x63\x70\x0a\x77\x8e\xcf\x48\x63\xbb\xb2\xfe\x49\x73\x21\x18\x09\x18\xaa\x01\x5b\x53\x9d\xb7\xff\x32\x88\x28\x48\xad\xd3\x09\x6e\xc3\x72\xd8\x60\x29\x63\x01\x1b\x0f\xaf\x6c\xed\xa0\x76\x99\x7d\x7d\xdf\x16\x01\x19\xee\x96\x76\x39\xde\xa2\x6d\x7b\x9c\x1b\xf5\xdd\xfe\xf8\x72\xa6\xb4\x48\x9f\x58\x35\x90\x5e\xf5\xe9\xeb\xe6\x56\x87\x77\xcb\x12\x3e\xe4\x19\xdf\x28\x88\xec\x0c\x09\xa5\x62\x9b\x65\x29\xdf\xac\x80\xa7\x05\xac\x61\xb0\x70\xc3\xaa\x09\xce\x68\x33\x20\x1d\x94\x16\xd3\x85\x00\x1a\x55\xcf\x05\x40\x2e\x96\xca\xf3\x22\x6a\x7d\x3a\xea\xf2\x20\xdf\x92\xe7\x6e\x0a\x1d\xa1\x03\xeb\x11\x72\xad\x25\xae\xde\xb6\xa6\x24\x14\x19\xad\x6b\x75\xb5\xb7\xa3\x86\x12\xfd\xca\x6e\x13\x1b\xba\x6b\xf2\xe9\xa0\x61\xdf\xb9\xeb\xf6\x00\x7b\x72\x20\x15\x2e\xd1\x9e\x1c\x48\x85\x4c\xb4\xd7\x6d\xc2\xe7\xd9\x2b\xab\x10\x7a\xf6\xca\x22\xc6\x9a\xbd\xa6\x0a\x9f\x05\x3e\xe9\xe2\x62\x5c\x8f\xec\xb9\xb2\x47\x77\x2c\xf6\x9b\xe4\x90\xd7\x49\x91\x7f\x1b\xcb\x02\x7e\x94\xa9\x93\xaf\xde\x0e\xe5\x05\x1e\x2d\xa1\x32\x03\xeb\x85\x76\xd9\xfe\xde\x39\x24\xfb\xac\x90\xd2\xe2\x98\x1d\x12\x38\xe5\xfe\x7c\x8e\x77\x65\x95\x39\xf3\x62\xc7\x5b\x6a\xaf\xae\x38\x4a\x3f\x9c\x7c\x39\xaa\x2b\xc1\x86\x57\x97\x16\x5e\xad\xdc\x42\x36\xdf\x3e\xe8\x15\x8e\xb8\x76\x1c\xd7\x78\xe7\x5a\x21\x0d\x9e\xdc\x3c\x63\xe9\xee\x24\x47\x27\xad\x7b\xce\xaa\x9d\x02\xa6\x51\x45\xad\x31\xad\xed\x9c\x9a\x89\xea\x8d\x83\xca\x8e\x08\xed\xec\x3b\x95\xf5\xa5\xf3\xb9\x67\xfd\x71\x3c\x3f\xcd\x6e\xcf\x86\x0e\x3d\x68\xa0\xfc\xcf\x42\xb8\xba\xa1\xa3\x7f\xde\xef\xee\x1c\x4b\xb9\x8d\x04\x1a\x4f\xc3\xfe\xc1\xdc\x5c\x29\x9f\xec\x5e\x55\xc3\xd4\x30\xe2\x9a\x47\xfb\x19\x9e\x3b\x76\x6a\x21\xb8\xf2\x3d\x27\x4d\x96\x4a\x56\x43\x2a\x1c\x15\xc4\x1d\x17\xc9\xb9\x4d\xfb\xb5\x61\xae\x36\xb0\x93\x57\xd9\x35\x1c\xe5\xa9\xae\xad\xfb\xea\xd4\xc4\x27\xc2\x3d\xba\x33\x85\x67\x65\xc4\x18\x9d\x27\x0b\x20\x0c\x4d\x90\x45\xa9\x34\xc2\xd5\xfd\xb8\x7a\x7b\x7a\x4f\x1a\x18\xa7\xf4\xe5\xea\xed\x78\xd4\xbf\xbe\x81\x47\x1e\xb0\x68\x6e\x95\xf0\xbb\x35\x5c\x93\xb5\x34\x31\x1d\x5a\x4f\xa1\xcc\x98\x6b\xec\x3a\x50\x16\xcb\xb4\x08\x03\xa9\xcc\x10\x81\x26\xce\xec\x3e\xac\xea\x5c\x55\x98\xe9\xc9\x8f\x86\x2d\x2a\x6a\x27\xab\xb0\x68\x45\xeb\x79\x4b\xa5\x1e\x7e\x01\x3a\x1a\x90\x4e\xa3\xa3\x00\x65\xa1\x63\x76\x93\x65\x5b\xb6\xba\xb3\x32\x6b\xf2\xca\xda\x32\x4c\x45\x2b\xfa\xae\xa6\xb7\x9f\xcb\xfa\x2d\xf0\x7b\x01\x40\x02\xd5\x97\x18\x0a\x1d\xa5\xd3\x20\x0d\x84\xe8\xf8\x61\x1b\x6e\xa3\x6d\xf2\x8c\xd3\x6c\x9b\xef\x61\x1e\x38\xd0\xdc\x55\x5a\xcc\x09\xca\x49\xf9\x16\x4d\xd8\x1e\xa1\xc0\x6d\x72\xb8\xc0\x5e\xb6\x43\xc2\x5b\xbb\x0b\xd5\x0c\x5b\xd4\x9e\xe2\x3d\x6b\xe3\x6a\xb1\x61\x37\xd9\xa6\x47\x6d\xd8\x81\x74\xab\xee\x5d\x66\x21\xfe\xd9\x39\x6c\x4e\x20\x3d\xb5\x63\xcb\x51\x6d\x9c\x60\x5b\x03\xf7\xf2\x25\xbd\x17\x51\x48\x05\x16\xd3\x3e\xe8\x2a\x87\x11\xf5\x44\x9c\x09\xf4\x3b\xea\x98\x71\x84\x2d\x05\xaf\xcc\x53\xd5\xfe\x18\x92\xad\x0f\xfe\x73\x3d\xb5\xc0\x92\xaf\xba\xbd\x2a\xb3\xcd\xb3\x22\x3d\x66\xf5\x11\x19\x6d\x69\x5b\x72\xc3\xbf\xca\x0b\xed\x9b\xea\xe5\x70\x1b\x05\x73\x48\xc9\xf3\x8c\x65\x8a\x56\x5c\x9b\x19\x22\x87\x7e\x04\x70\x69\x70\x6c\xff\xd0\xbb\xd9\x7c\x9a\x27\xe1\xe3\xbd\x17\xc9\xd8\xee\xea\x5d\x21\x9d\x37\x8a\x32\x49\x61\xe3\x58\xa6\x5f\xaf\x8e\x0f\xb7\x9d\xc3\x84\xe1\xf5\x44\x5f\x46\x58\xa0\x8e\x1a\xb5\x2f\x72\x41\xf1\x64\x7b\xfd\x16\x3a\xd1\x57\xe1\xc8\x7d\x93\x57\x9b\x22\x7b\x4a\xf6\xb9\x70\xfb\xba\x10\xef\x9d\xe6\x05\xa2\xd8\x3f\xa2\x7c\x0f\x53\x31\x43\x59\x72\xcc\x9c\x7c\xef\x94\xf7\x75\xab\x7e\x3b\x65\x95\xdf\xe6\xfb\x26\x8e\xee\x36\x2f\x8a\x8b\x1f\xb2\xed\xc6\x4b\xa3\x6e\x83\xb7\x7d\xcb\x6a\x0f\x09\x27\xcd\x38\xbe\x98\x1d\x27\x6b\xbb\xc3\xb5\xdd\xe9\xda\xde\x70\x6d\x6f\xba\xb6\x3f\x5c\xdb\x3f\x3e\xff\xd7\xdf\xb2\xaf\xdb\x2a\xd9\x65\x47\xd4\xa5\xe9\x13\xf9\xf1\x9c\x12\xf2\xa3\x76\x7c\x7d\xdc\x24\x45\xe6\xfe\xb7\x9f\xe8\x39\x3d\xa7\x67\xcf\xae\x6b\xfb\xc8\x05\x0e\x3d\x7b\xee\x20\xf6\x34\xe1\x7a\x38\x74\x93\x47\xb3\xb0\x58\xd8\x4e\x73\x21\x33\xd2\xf1\x74\x7c\x7a\x9e\x71\x79\x5f\x17\x59\x2d\x4c\x78\xe0\xc0\xf0\x5e\xb2\xb8\x48\xd9\xd4\x61\x7b\xfc\x90\x67\x5f\x24\xe2\x9a\xed\x4f\x54\xcc\xd3\x22\xfb\x6c\x14\x31\x79\xf7\x87\x2f\x55\xc2\xb7\xa7\x57\xc2\x77\xec\x2a\xb1\x47\x33\x6f\xa4\xcb\x68\xf9\x11\x39\x62\x9b\x72\x38\xcc\x76\xf2\x14\x72\xc0\xe9\x55\x3a\x9a\x6a\xa2\x87\xaf\x65\x5d\x24\xac\x36\xc3\x8e\x03\x8f\x5a\xb1\x46\x1d\x1f\xad\x8e\x43\x43\x2e\x96\xed\xe6\xb1\x47\x94\xb7\x1d\x47\x59\x73\x87\xa7\x27\x5b\x93\x0c\x13\x04\xd1\xe1\xf1\xec\xa9\xdb\x2f\x63\x53\xaa\xfb\xd7\x2a\x6f\x36\x76\x78\x7c\xb6\x24\x6f\xf3\x18\x1d\x03\xd7\x7a\xe7\x5a\xc2\x3c\xf7\xfb\xd2\x88\x5d\x6a\xb4\xd6\x75\x98\xed\x56\xb4\x2e\x0a\x7e\x47\x59\x07\xad\xa4\x57\x73\x38\x1c\xb9\xbc\xe5\x99\x1c\x0e\x0e\x67\xe9\x2b\x15\xd7\xa4\xce\xeb\x22\xeb\xf8\x37\xb5\xac\x30\x35\x9b\x2d\x17\x3d\x87\x87\xdb\xeb\x8e\x82\x08\x29\xdf\xa0\x24\x1c\x31\xab\x9d\x70\x31\x6d\x53\x94\x9d\x21\xb5\x0e\x77\xf0\x64\x0a\xcf\x7e\xbf\xee\xe8\x55\xd6\xdc\x24\x09\x58\x10\x85\x6e\xbf\x50\x9a\x5e\x25\x86\x62\x61\xa0\x02\xc7\xe3\x90\xc6\xa9\x63\xd1\x5c\x80\xf0\xf9\x04\xc1\x8d\x39\x36\x34\x3a\x7f\xdf\x27\x0f\x86\x6b\xaa\xe1\x03\xdc\xad\xa2\x7c\x77\x74\x66\x01\xad\x76\x70\x2c\xc1\x9a\x24\x22\x0f\x68\x42\x06\xae\xf4\x0d\x41\xef\x5f\x6f\x7d\xea\xf9\xb4\x2f\x1b\xd9\x2e\x6b\xb8\x3d\xcf\x45\xce\x2c\x7f\xdb\x96\xd5\xfb\xba\x2c\x8b\x9b\xa4\x92\x5e\xb6\x9f\x75\x35\xb2\x61\x3e\xc2\x15\x64\xbb\x5f\xb6\xb4\x08\x69\x9b\x67\xf8\xdd\x51\x95\x4d\x55\xf6\x07\xb3\x4d\x73\x56\xf5\x27\x76\xe4\xc5\x70\xa7\x7b\x6a\x70\x14\x9d\x87\xd3\x48\x5a\x3b\x6c\xce\xe9\x7e\xf3\x71\xec\x5b\x9b\xbf\xa3\x5d\x97\x4a\x6b\x36\xc4\xff\x04\xc7\x5e\x32\x54\xc4\x11\xab\x70\x4d\xf8\x78\x57\x7e\x79\xf3\x59\x87\x22\xaa\x77\x88\xf3\xae\xe3\xa7\xd4\xf9\x6c\x71\x29\x02\xbf\x10\x60\x17\x84\x8f\xbf\xe5\x07\x70\x35\x3c\x3e\xf1\xc5\x3c\xdf\x67\xb0\xd2\xc8\xfd\x13\xe5\x03\xa5\x5d\x2c\xe9\x1b\x48\x60\xbc\x2e\xa7\xad\xa5\x43\x66\x59\xbe\xd4\x2a\x99\x0b\xee\x3f\xf2\x34\x0a\x7e\x36\x4a\x10\xfc\xe2\xdb\xc7\xff\xeb\x27\xc7\x27\x3f\x9e\xf5\x90\x47\x89\xc5\x1e\x0f\xd3\x45\x9a\xe3\x55\xd0\x30\x63\xc7\xab\x3b\x70\x5e\xcd\x84\x90\xcc\x2d\x28\x80\xcf\x2c\x0c\x97\x26\x95\x70\x54\x51\x48\xba\x9d\x14\x9b\x7a\x87\x6f\xe7\xf3\x3d\x58\x97\x85\x0c\x7d\x72\x9c\xcd\x5d\x55\xee\x32\x47\x19\xee\x38\xf5\x9a\x97\x6a\xe9\xe6\x9b\x83\x71\x64\x7a\x42\xcc\x52\xde\x38\xe4\x10\x7a\xaa\xd8\xa6\xab\x8b\x59\xc2\xb9\xb6\xd1\x39\x08\x64\xa1\x01\x6c\x45\x94\x2e\x03\xab\xb3\x4b\x1b\x04\x0d\x0d\xdb\x54\x25\x22\x82\x03\x5c\xed\xda\x94\xd5\xc1\x11\x2a\xb1\x70\xa1\xfb\x5b\x9e\x7e\x7e\x27\x8f\x98\xf8\x92\xd2\xc7\x59\x85\x18\x18\xae\xdf\xcc\x99\x69\x38\x70\xea\x6c\x74\x0c\x90\x3c\x43\x6f\x91\x43\xcf\xc6\x1a\xf9\xbb\x50\x22\xce\xc7\x8a\x00\xe9\xf4\x41\xb1\xb4\x34\xa7\x23\x33\xda\x6a\x8a\xf6\xda\x24\x36\x99\x17\xc5\xf1\xc4\x20\x2c\x20\xe2\xe8\x60\xfc\xfe\x06\x81\x3c\x3f\x5b\x43\x3a\x0c\xc5\xa5\xbb\xad\x92\xaf\x0e\x21\xc4\x76\x36\xd5\xde\xc0\x51\x77\x73\x9a\xcd\xd7\xc3\x17\xb3\x99\x81\xf0\x0d\xdb\xfc\x31\x4b\x1b\x38\xbe\x02\xd3\x9e\xad\xc3\x96\xa5\xef\x23\xe1\x83\xb3\xa4\xc5\xbf\xdf\x68\xd4\x1e\xbc\x42\x9d\xee\xdb\x66\xb4\x59\xff\x2a\xe9\x18\x39\xf4\x80\x02\xc4\x3c\x52\x18\x1e\x03\x73\x85\x33\x1b\x30\x9d\xc2\xf5\x1d\x18\xcb\x76\x5d\x35\x63\x6c\x84\x22\x42\xce\x26\x04\xa4\x69\x31\x45\x1d\x8b\x69\xc3\xf1\xea\xec\x66\x8e\xe8\xc7\xf9\x51\x5e\x2f\xbe\x5a\x52\x6d\x64\x25\x9b\xb9\x8e\x2d\x58\xc5\xe6\xaf\x61\x4f\x3d\xaa\x06\xd3\x54\xbd\xba\xef\xb4\xd0\xbb\xab\x64\x1b\xf2\x49\xd3\x87\x61\xe3\x68\x66\x03\xad\xb2\x1d\x82\xf8\x45\xcf\xfd\x36\xc7\xef\xe2\xe8\x09\xbd\x27\xf8\xa4\x39\x73\x7f\x6a\x76\x63\x84\xa8\xa9\x59\xb5\x1e\xeb\xe0\xbd\x63\x38\xbf\x4c\xd3\xea\x77\x3c\xfa\xa6\x9d\xdd\xeb\xab\xf9\x1d\x83\xa7\x9e\xee\x1a\x0e\x1e\x7b\xfb\xdb\x45\x13\xf2\xca\x38\xbb\xd5\xc2\x40\x2d\x07\xd2\x9a\x13\xda\x38\x48\xb3\x07\xc9\x0a\xd0\xbc\x47\xa9\x12\x2c\x2c\x98\x59\x66\x78\xb4\x09\xcd\x6c\x64\x9c\x6d\xe5\x86\x06\xda\x56\x56\xc7\xa6\x91\xab\xba\xb3\x86\x67\x37\x6d\xe9\x67\xce\xda\x1d\xa8\x28\xf4\x2b\xbe\xd5\x9c\xd7\x9f\x65\x3d\x9a\x5d\xda\xa6\x7f\x5b\xe2\x02\x2e\xf5\xf9\x99\x2d\x0e\xad\x7d\x85\xed\x3b\xc7\xec\x4c\x1e\xe7\x2d\xaf\x27\x0e\x14\x17\x50\x6c\x65\x9b\xdd\xba\x4b\xda\x85\x58\x31\xeb\x9a\xed\x54\x15\x47\x95\x83\xb1\x35\x44\x3a\xc5\x7d\xf2\x80\x8a\xdc\xba\x61\xb4\x34\xa1\x2d\xcf\x89\x40\x4d\x98\x62\xc4\xbb\xb3\x15\x40\x00\xc9\x15\x40\xac\xed\xab\xd3\xfb\xb9\x10\xfa\x8d\xab\x43\xfb\x2e\xd5\xfa\x9a\x96\x65\xfb\x37\xaa\xf0\xfa\x44\x1d\x8f\x6a\x6f\x43\xbb\x1a\xac\xdd\x4b\xb7\xe8\x94\xe7\x5e\xc8\x75\x55\xa1\xc3\xf6\xf5\xfc\x73\xd8\xf0\x9e\xa9\x05\x5f\x29\xb9\x0f\x77\xc8\x41\x83\xd0\x90\x83\x5c\x9f\xd7\xd2\x6d\xd7\xfc\x4d\xeb\xad\x35\x67\x07\xfc\xdd\xe5\xec\x4c\x2d\x75\x82\xeb\x66\x33\xc8\x42\x7e\x7a\x95\x50\x6b\x24\x54\x6f\x50\xe3\x38\xfe\xfe\x83\x3a\x3a\x5b\x29\x9f\xad\xc6\x72\xbd\x10\x3d\xc4\x31\x2b\xca\x8d\x0a\x85\x6d\xd8\x95\xec\xbb\xe1\x31\x7c\xfc\x19\x6c\x8e\xb0\x48\xbb\x7a\x44\x9a\xd7\xa5\xb8\xcc\xb8\x58\x2e\xf1\x2e\x9a\x51\x61\xe0\x1e\xde\x5a\x0c\xec\xa9\x9e\x8d\xf3\x41\x6a\x55\x7a\xc0\x62\x9f\xef\xc1\x8e\xcc\x95\xcd\xb3\x8e\xc4\xed\x05\x2e\x9f\x44\xb1\xc8\x71\xba\x99\x64\x57\x5e\x4c\xf6\xa5\xe3\x12\x0a\xe6\x03\xcd\x9a\x40\x66\x90\x45\x7c\xe7\x24\xe1\x3b\xb2\xcf\xbd\x7d\x55\x7b\x04\x32\xaa\x53\x8f\x02\x15\x57\x8b\x8d\x94\xc9\x73\x14\xc9\xbe\x3b\xf5\x3f\x59\xc2\xdb\xb7\x44\xa1\x0a\x51\xb3\x58\xe5\xd4\x93\x4a\x87\x95\x16\x31\xa2\xb9\xf9\x38\xc9\x0a\xcd\xe6\xb5\x35\xba\xb2\x60\xce\xb8\x1b\xfb\x1e\x03\x93\x59\x43\x63\x5a\x57\xba\xae\xd4\x6e\x68\xbb\xa2\x52\x97\x07\x18\xfd\x36\xbe\xa6\xf6\x01\xf6\x23\xed\x97\xd6\x28\x3d\x4d\x84\xe1\x2d\x5c\xcf\xcd\x6c\x50\x6e\x72\x21\x36\x20\x6a\x06\x22\x04\xe8\x28\xea\x81\x33\xc0\xa6\x6e\x38\x2c\xf5\x5c\xda\x9e\x47\x83\xcd\x0c\x7f\x73\xe4\x7a\x32\x1a\xe8\x16\x96\xbc\x81\x2b\x4f\x49\x92\x5c\x0e\x1c\x68\x1b\x1f\x7b\x9e\xfc\xda\x37\x33\x56\x19\x7c\x3a\x61\x84\x9a\x60\x45\x7a\xe2\xfc\xae\x75\x11\x99\xf0\x13\x74\x7c\xb8\x7d\x02\xef\xa5\x7e\x36\x11\x5b\xb8\x27\xdb\x65\x2e\x5b\xb9\x73\x7b\xb0\x28\x29\x0a\xc7\xbf\xa2\xb7\x22\xea\x76\xfe\x8d\x8f\x7b\x43\xe4\x47\x7b\x4b\xaa\x96\xc5\xab\x45\x0b\x7f\xaf\x71\x98\x2d\x96\x1c\xc4\xd3\x1b\x83\xee\xc0\x60\x35\x86\xfb\xf1\xa2\x40\xfb\xa7\x26\x89\xaa\xb5\x30\x1f\xc3\x22\xf9\xfa\xd4\xb1\x68\x77\xa3\x85\x4a\x9f\x4b\xff\xcc\x12\x8a\x0e\x7e\xb7\x1d\x93\x5e\x4b\xca\x12\xde\xbf\xfe\x3f\x81\xf6\x97\xb2\xda\xdd\x95\x45\x26\x7d\xdb\x9e\xba\x51\xa2\x2d\x13\x45\xc1\x98\x1a\x31\x6b\xfc\xa6\xbe\x0f\x47\xdf\x90\x66\x77\x08\x32\xc3\xf3\x86\xfe\x65\xef\xea\xbd\x90\x22\xcd\x9e\x26\x2b\x8a\xfc\x70\xcc\x8f\x7a\x00\x65\x5e\x31\xdb\x19\xb9\x62\xe0\x1a\x8a\x2d\x01\x0d\x7c\xe8\x1c\x53\x4e\x05\xc8\x7e\x32\xa2\x70\xe8\x31\x13\x5e\x4a\x2c\x75\xe2\xff\x8f\x45\x67\x73\x9c\x9b\xac\x28\xbf\x8c\x40\xfd\x5b\x52\xe5\x89\x93\x3d\x1e\x92\x7d\x9a\xa5\xef\xeb\xea\x3e\xfb\x3c\x30\x4d\x1b\x98\xf9\xde\x39\x14\xc9\x26\x5b\x08\xd6\x74\xb0\xb1\xaf\x63\xf2\x9b\xb9\x94\x4d\xf5\x31\xb9\x29\x1f\xd6\x22\xb3\x60\x45\xb5\x0e\x20\x10\xe2\x0e\x02\xf8\x37\xe1\x55\xe3\xb8\x63\xfa\xed\xf3\xa9\xc5\xb7\xc9\xce\xba\xd6\x46\x8f\x75\x52\xdf\x1f\x9d\x7c\x53\xee\x2d\xe2\x6f\xc4\x31\x85\x5c\x36\x87\x51\x42\x6a\x34\x11\x2f\x65\xe4\x30\x10\x9a\x92\x02\x22\xb7\x93\xb1\xe8\x0b\x28\xa1\x74\x11\x27\x1d\x6f\xbe\x24\x49\x90\x66\xf7\xd4\x7f\x6b\xd9\x31\x46\x07\xd3\x36\x54\xd6\x68\x70\x3a\x09\x06\x63\x23\xd9\x2a\xc2\x84\x74\x6e\x6a\x1b\xe5\x3a\x76\xde\xaa\x89\xfc\x39\x3a\x77\x77\xf7\x45\x9d\x1f\x8a\xcc\x11\xc9\xb4\xf4\x18\xe7\x83\xc6\x55\x23\xec\xb8\x75\xc0\x74\x61\xa7\x2a\x29\x19\x95\x1c\x0e\x59\x52\x25\x7b\x60\x9e\x7d\x76\xa9\x9c\x59\xb4\x83\x50\x3d\xf6\xd7\xe8\x85\x28\x60\x3b\xbe\x96\xec\xeb\x29\xc5\xaa\xd3\xd3\x8b\x34\x3f\x72\x19\x67\xf3\xb5\xcf\x32\xfb\xca\x31\x00\xe9\x42\x9f\x46\xe5\x21\xd9\xf0\x2d\x1f\xbd\x6c\x27\xd4\x22\x60\x8a\x4c\xf0\xe8\xbc\x2c\xe8\x5d\xf9\xed\xa5\x21\x1e\x67\x23\x2a\x16\x89\xde\x75\xe3\xbf\xe5\xe9\xdb\xf7\x6f\x2e\xde\x7c\xee\xdf\x44\x3e\x24\xf5\x9d\x75\x51\x69\xd0\xa8\xb2\x5d\xf9\x90\xf1\x09\x21\x2c\xa5\x60\xb4\x39\x6b\x10\xc0\xbe\xb5\x37\x4d\xf5\xf2\x20\xa3\x79\x59\x03\x25\x4e\xd5\xeb\x5f\x62\xe1\x9b\x06\x8b\x42\x20\xa9\xe0\xba\xae\x45\x37\xc8\x3c\xfe\x47\xdb\xb6\x0f\xba\xe7\x75\x02\xfc\xfb\xfd\x08\x79\xe0\xf7\x49\x10\xff\xdb\x1d\x98\x0d\x16\xd2\xf5\x2e\x0c\xdb\x24\x56\x96\x54\x9b\xbb\x86\x50\xde\x00\x74\x51\x4c\xca\x12\x4b\x9a\x05\x6d\x8b\xa1\x56\x2c\x4d\x45\xec\x0b\x1a\x9b\x1c\x69\x29\x35\x24\xdb\x74\x2c\x8c\xfd\x50\x1f\x17\xab\x3a\x62\x55\x17\x9f\x86\xf7\x3f\xa3\xdb\xa6\x9e\xde\x67\x51\x18\x4d\x34\x7a\xb1\xab\xa7\x95\x38\x85\xe4\x84\x8e\x0f\xba\xc6\xec\xbd\x21\xe0\x72\xaa\xda\xb3\x06\x4d\x50\xfb\xac\x13\x7f\x26\x00\xa5\xe3\xe9\x5d\xed\xf7\x66\xa0\xf7\xa7\x2a\x55\x4b\x71\x34\x43\xc2\xf6\xc0\x29\x19\x05\x31\x43\x54\xc6\xca\x26\x56\xb4\xb1\x6a\xce\xde\x16\x8c\x35\x24\xf6\xda\xbc\xb5\x9b\xf2\xf1\x73\x1b\x20\xec\xab\x50\xaf\x14\xc8\xe6\xbd\x08\xcf\xc2\x11\x80\xdc\x98\x97\xbb\xe4\xb1\x61\x77\x86\x99\x0c\xaa\x3a\xd0\x5a\x2f\xe1\xa7\x1e\x66\xc4\x5a\x8f\x0b\xcf\x83\x50\xb4\xd4\x0a\x2e\x75\x62\x4d\x81\x95\x50\xf7\x65\xed\x24\x45\x51\x7e\xc9\xd2\x65\xb0\xac\x4a\x9b\xc0\xd8\xca\x96\xe2\xd3\x14\x56\xb6\xe0\x76\x33\x31\xd5\x1b\x50\x79\x4e\xd4\x56\xa0\xb7\xa2\xa4\xe9\x34\x90\xcd\x7d\xc5\x15\xa8\x41\x18\x7e\x14\x87\xdb\x9b\xcb\xbe\xa5\xa1\x4f\x40\x67\x9f\xec\xb2\x6e\x10\x53\x10\xe5\x5f\x04\x1b\x84\xc4\x3e\x51\x0c\xad\xb9\x43\xb6\xc5\x4a\x99\x16\xa1\x86\x06\xb0\x0a\x4e\x6e\x79\xac\x43\xa9\xa8\x0b\x0e\x4a\x86\xcd\x7a\x94\x23\xad\x1c\x33\xf1\x45\x10\xce\x38\xc9\x60\x43\x0b\xeb\x9a\x46\xe4\x14\x33\x2f\x78\x92\xc5\x0d\xd8\xc0\xac\xc5\xd3\xd2\xe5\x21\xb2\x2a\xee\x48\xf3\xea\x7d\x55\x17\x9f\xb5\x01\xe6\x7f\xf8\x20\xcf\xaa\x67\x45\x66\x8a\x0b\x66\x01\xb1\xb2\x8a\xd0\x01\xe6\x76\xca\x0a\xb7\xa3\x66\xae\x47\x70\x68\x8f\xa7\xdb\x5a\x57\x77\x5e\xdb\xc2\xaa\x50\xc7\x72\xcf\x09\xb7\xc1\x93\x62\x3d\xec\x76\x97\x2b\x98\x6d\x1e\x68\xb5\xc4\x8e\xc3\x7e\xa1\xd9\x2a\x77\xd7\x43\xd3\xe0\xfb\xe1\xd2\x99\x8d\xd2\x8d\x6b\x68\x56\x9f\x8a\x87\xb5\xb5\xef\xdb\x6b\x1b\x9d\x45\xf8\x8d\xe6\x8c\x69\x51\xc4\xa9\xb9\x01\xa6\xd6\x06\x7d\x5a\x1d\xe3\x69\xf0\x70\xca\xbe\x33\x38\x31\x7e\xaf\x4e\x3f\x71\xa6\xb9\x88\x8a\xaa\xca\xa2\xd2\x2b\x29\x6a\xd4\x5e\x4e\x57\x19\xc0\xaf\xd5\x97\xe1\x0c\x4a\xe5\x9b\x1d\x8e\x63\xd6\xbf\x22\x7a\xde\x71\x15\x78\x77\xbf\x8c\xf5\xe6\x35\xb1\x60\x10\x14\x0e\x2f\xd8\xfc\xb2\x96\x5f\x2a\x30\x9a\x05\x93\xb5\xcc\x62\x60\xf6\x02\x91\xd6\x06\x51\x5b\xc1\x89\x02\xb7\x19\x77\xc9\xb5\x33\x67\x17\x8e\x31\xff\xa4\xc2\xce\xde\xdd\x51\xf7\xa2\x81\xdb\x38\x5d\x1b\x49\x7b\x39\xed\xa2\x3d\x2f\x43\xd4\x27\xbb\xe3\x79\xbb\x25\x15\x2f\xf4\x13\x35\x62\xc8\x84\x34\x5d\x36\xc1\x79\xf9\xf9\x45\xd7\xce\x9e\xa6\xea\x0a\xf6\x6e\x2f\x69\xab\xcc\xbf\xba\x08\x34\xab\x2d\x14\x6e\xdd\xca\x2b\xeb\xad\x96\x29\x56\x38\x6b\x24\x80\xf9\xa5\x13\x88\x65\x98\x5c\x7f\x7f\x7b\x12\xc1\x78\xf5\xd5\x35\x5f\x88\x68\x7f\x9f\x8a\x5a\xb7\x04\x94\x76\xc5\xf4\xa2\x39\xd5\x12\x33\x6e\x8c\x8c\xcd\x75\xc6\xd3\xc8\xa9\x83\x39\x19\xc2\x0b\x91\xb7\x07\xf1\x74\x32\xb7\x20\x9f\xac\x97\xae\xc1\x4f\xc9\x91\x8e\x4a\x5c\x19\x3c\x3b\x33\x1c\x08\x3c\x17\xc2\x65\x3c\x1a\x2f\x2c\x7a\x51\xe3\xbc\xb7\x46\xe3\xd1\x2a\xaf\xac\x77\x9a\xa2\xd1\x85\xb3\x5a\x2d\x68\xfd\x22\xe7\x27\x82\x1a\x23\xa6\x4a\x43\x7e\x02\x49\x15\x88\x93\x6a\xbf\x10\x79\x67\x05\x76\x5c\x0a\xce\x74\xb3\xd4\xdd\x08\x2d\xd1\x2c\xc4\x05\x42\x04\xdb\x44\x3d\xf8\x47\x77\xb3\xc3\x55\xb1\xb6\xb5\x65\x4c\x3d\x00\xe1\x94\xca\x27\xed\x8c\xec\xc0\xd6\x6e\x94\x3a\xd0\x06\xe2\x2c\x49\x17\x2d\x3d\x85\x0b\x08\x97\xcb\xe1\xc5\x32\x4f\xff\xd3\xfb\x37\xce\x9b\xcf\x46\x34\x27\x25\xbd\xee\x0b\xe1\xbb\xfa\xb7\x6d\x59\x89\x62\xef\xd6\x0e\xcf\x89\x2d\xfd\x23\x1a\x59\x3d\xdd\x4e\x6f\x74\xcd\xac\x3c\xa1\xd5\x6e\xe4\x61\x5d\xb7\x5e\xb8\x79\x4e\xe7\x6f\x74\xd3\xf5\x3b\xd3\xf4\x84\xad\x63\xda\x06\x1f\xc6\x71\xb6\x43\x90\x09\xb2\x27\x79\x60\x43\x69\x4e\xb2\x85\xdb\xfe\x31\x38\xa7\x83\x38\x4d\x16\x8d\x80\x5c\x2d\x91\x6c\x30\x6d\x3e\xbc\x2d\xa9\xc5\x65\x0c\x2e\xa2\x96\x91\xd6\xa8\xb7\xbc\xca\x4a\xd2\xf5\x41\x2c\x27\x95\x06\x43\x39\xed\x5e\xb6\xc1\x60\xe0\xc3\x5a\x23\x02\x54\x9e\x4b\x0e\x51\x78\x25\x21\xf4\xca\xcb\x49\x80\x0d\xef\xe6\x2e\x33\x80\xaf\xc3\x1a\x6e\x50\x15\x57\xd4\x39\x89\x1f\x0c\x18\x6b\x19\x42\x00\x79\x52\xc1\x0a\x9e\xc5\x8b\xd5\x9c\x00\xb5\x67\xb3\x82\x28\xbd\x96\x17\xf4\xda\x2b\x98\x41\xf9\xb6\x80\x67\x87\xc7\xcc\x4d\xcd\xd5\x42\xcb\xed\xd5\x7c\x2b\xeb\xd5\x7a\xb3\xe8\xd5\x09\x76\xcb\xab\xfb\x36\x61\xee\xa5\xe6\x96\x85\x48\xbf\xdf\x7d\xc3\x7f\x77\x8d\x5a\xb6\xf5\x5e\x41\xcd\x75\xe7\x0d\x57\xb3\xf7\xf2\xcb\x06\x6c\xf1\x51\xc6\x54\x86\x80\xef\xc5\x1e\x27\x9f\xa2\x4c\xa6\x25\xf8\x6e\xdc\x79\xfa\x11\x4e\x93\x3f\x5a\xf8\x46\x9d\xce\xb4\x4b\x39\xea\xd4\x81\x3f\x99\xfe\x82\x08\x9d\xcb\x65\xf6\x6d\xee\xef\x26\x2d\xcf\xef\x30\x77\x4e\xef\x4c\xc1\x83\x33\x05\x3d\x3d\xb7\xeb\x9b\xba\xfb\x4b\x1f\xdd\xbd\xe0\x59\xdc\x77\x3c\x4c\xfb\x9e\x87\x61\x33\x60\x1b\xd7\x50\x67\x8e\x08\x24\xda\x7a\x91\xb1\x50\x90\x5e\x02\xc8\xcb\xd2\xdf\x00\xfa\x62\x94\x17\x50\x3b\x11\x9c\xb5\x4b\xc8\xd2\x9b\xb9\x7f\x2d\x19\x77\xf7\xb9\x70\xf0\xb8\xf0\x1c\x7b\xc9\xc9\xf3\x29\x67\xc3\x27\x1d\xde\x9a\x89\x07\xcc\x6b\x4f\xd5\x2e\x29\x2e\xdb\x28\x8b\xdb\xbc\x56\xe6\x60\x83\x6b\xdb\x28\x10\xcb\x78\x54\xaf\xb7\xbc\xca\x5a\xfe\xeb\x81\x58\xc1\x6d\x2d\x8c\xfe\x9e\x7d\x60\xed\xd2\x42\x65\x5c\xac\x31\x91\xdb\xea\xaf\xaf\x7a\x3a\xf1\x66\xa6\x3c\x5a\x04\x6b\x66\x00\xfc\xa8\xf1\x95\x13\xe9\xc5\xec\xc1\x2e\x16\x4f\xd7\xb6\xe2\x8a\x3a\x27\x4c\xdf\x0e\x8c\x75\xd3\x78\x32\x17\x89\x2f\xa3\x19\x4b\xf3\xf6\xe1\x11\xbd\x43\x5c\xca\x9d\x3d\xff\xd7\xe3\xfd\x81\x73\xec\x11\xed\xcb\x5a\x8f\xaa\xaa\xcd\xf7\xb3\xa7\xff\x18\xc2\xb0\xed\x3c\x23\x9c\xb7\x3a\x53\xd8\xcc\x63\xb7\x74\x02\x77\x6b\xaf\xad\xb8\x7e\xf2\x5a\x01\xad\x9a\xba\x26\x24\xe5\xe7\xa7\x07\xa7\x17\x31\xc5\xeb\xfc\x70\xf8\xea\x54\x65\x59\x7f\xd6\x88\xdb\x04\xc5\xfa\xa2\x4e\x70\x9f\xb1\x28\x79\x53\x3e\x5a\x2e\xa0\xb7\xf7\x27\x6d\x01\x9a\x9b\x43\xe2\xf3\x36\x1e\xcd\xb9\xbc\x1f\x37\x70\x53\xfd\xbb\xa5\x60\x92\xdd\x6e\x12\xac\xbc\xdf\x26\x69\xf6\x59\x4f\x2d\x22\x9c\x79\x3e\x6b\xfd\x55\x57\xf9\x88\xac\x9c\xef\xb3\xaa\xce\x13\xa3\x96\xcc\xd5\xa8\x57\xd3\x48\x51\xe7\x3b\xae\xbc\x6c\xef\xf7\x32\xca\xf9\xfd\x4d\xbe\x71\x6e\xb2\x6f\x79\x56\xfd\x84\x7d\xef\x9c\x62\xff\x1c\xbb\xd1\x39\xc5\x94\xea\xb4\x46\xf2\x67\x52\x55\xe5\x97\x27\x47\xdc\x4c\x83\x3b\x67\xf6\x22\xc3\x62\x46\xe2\x0e\x5e\xe7\xbb\x6c\x5f\xff\x8f\xf7\x75\x79\xd0\xd0\xbd\x32\x5a\x6a\xa3\xbf\x2c\xa8\xd5\x34\x2e\x43\x29\x48\x20\xc0\x4c\xe0\x12\x2a\xe3\xab\xf1\x4e\x9c\x9d\xf5\x93\x02\xc9\x83\xd4\xba\x3c\xf4\x9b\x15\xb0\x06\xf1\x15\xe1\xcd\x17\xd6\xea\xe2\xdb\x88\xdf\x05\xc8\x8a\x16\xfa\x2d\x73\x90\x83\xd8\xaa\x08\x17\x8b\x6a\x35\xd8\x56\x6d\xdc\xba\x05\x88\x42\x78\xf4\x5e\x83\x00\x6b\x10\x4f\x69\xd7\x5e\x56\xcb\xa4\xea\x52\x34\xc5\x95\x00\x29\x9b\xee\xb2\x5d\xf6\xf7\xf7\xc7\x7f\xbf\x4f\xaa\xcc\xe1\xf2\xef\xb3\x75\x3e\x40\xaa\xe9\x6e\x6b\x3f\x69\xcd\xfd\x05\xb1\xb3\xb3\xbe\xe8\x9b\x00\x3f\x1c\xa8\x1b\x44\x94\x2e\x29\x61\xb5\x36\xfa\x67\x44\x17\xec\x7f\xee\xdf\x05\x15\x89\x6a\x67\xa3\x36\xa4\x8f\xa9\xab\xa1\xc3\x80\xac\x33\xfa\xc9\x48\x08\xbb\xac\xee\xd0\x6a\x63\xbd\xb0\x39\x67\x14\x06\x5a\xb1\x0e\xcd\x60\x4b\x5e\x1b\xf5\xc8\x76\x39\xd4\x33\xb2\x93\xbf\x1c\x5e\x46\xc2\xf4\x01\xe6\x5f\xd0\x82\x14\x60\x4f\x4d\xd6\xf5\xe5\x75\x07\x87\xa7\x77\xc9\x74\x15\x0d\x9a\x56\x46\x86\xa7\xdb\x92\x49\xfc\xc1\x81\x51\x8b\xd0\x0b\xe2\xd5\x86\x53\x1e\x1a\x9b\x56\xaa\x19\x6d\xc9\xf4\xc5\x0d\xbc\x26\x78\x92\xda\x9d\x33\xe9\xd3\x26\xcd\xc5\x31\xb3\x65\x31\xd4\x92\x6b\x4d\xb4\x63\xbb\x0f\xc9\xfc\x30\xa0\xc6\x7d\xc8\x79\xb8\x76\x95\x87\x4b\x13\xa0\x26\xc8\x34\x4a\xa0\xb7\x88\x99\x62\xac\xfb\x71\x51\xf3\x5d\x96\x18\x4c\x2c\xac\x05\x4d\x99\x6a\xc0\x3a\x1f\xed\x6b\x91\x11\x7e\x45\xef\x88\xfe\xdb\xb8\x65\xad\x2e\xbc\xcb\xcb\x5e\x0b\x31\x91\xdc\x37\x03\x19\x82\x06\xd0\xe9\x48\xaf\xd3\xf0\x01\xc5\x62\x21\x69\x26\x31\x83\x29\x7d\x1a\x5e\x42\x93\x38\x61\xcc\xac\xe3\x27\x04\x4a\x07\xb3\x5e\xfe\xd0\x22\x3f\xd6\x08\xef\xcb\x3a\xdf\x64\x18\x6e\x3e\x9f\x4f\x14\x4a\xb3\xfd\xd7\xa9\x32\x87\xac\xda\xe5\xc7\x23\xdf\xa0\x9d\xab\x77\x59\x55\x95\x55\xf3\x74\x97\xdf\xde\x15\x10\x5a\x58\xbd\xe1\x02\xba\x79\x38\x94\x45\xbe\xf9\xea\xec\x92\x7d\x72\x0b\x54\x6a\xbe\x1c\xef\x37\x9b\xec\xd8\x82\xfd\x92\x54\xfb\x7c\x7f\xfb\x64\xdb\x2c\x75\xae\x75\x8d\x26\x68\xed\x13\x02\x89\x44\x27\xe8\xed\x1c\x8a\xcc\x2e\xac\x91\x46\xab\xa3\xd3\xa8\xff\xba\x21\x56\xff\x13\xa7\x5a\xff\x6d\x8f\x7c\xfd\x22\x92\x8e\xfd\x0f\x92\xa0\xcd\x87\xa7\xde\x15\xf2\x59\x4c\x64\x36\x63\xbb\x47\xbe\xd9\x86\x59\x37\x95\x23\xcb\x6e\x88\x1b\x4f\x35\x61\x63\x2f\x4e\x88\x4e\xce\xba\x9b\x6d\xea\x59\x53\x70\x6d\x6f\xb6\x37\xdb\xcd\xf3\x30\x2f\xf6\xe8\x37\x98\xcc\xb9\x83\xbf\x54\x60\x17\xf0\x80\x4c\x7c\xd6\x19\x51\xf5\xf6\xc9\x58\xa5\x9e\x07\x98\x5e\x61\x94\x66\xd9\x4d\x62\x37\x26\xdc\x64\x69\xb7\x76\xaf\x91\x90\xf9\x09\xa1\x53\xc8\x8b\xf9\xaf\x33\xac\x8d\x38\x71\xb6\xc9\xb2\x0e\x71\x36\xa1\xeb\x79\xfe\x2c\xfe\x69\xcd\x9c\x26\x1f\x75\x83\x04\x2f\xe6\x97\x1e\x60\x4e\x6e\x7b\xe8\xe1\x3e\x7f\xf4\x2a\xf7\xf8\xa4\x0b\x69\x9b\x6c\x3c\xc2\xba\x94\xef\x97\x8a\xb6\x6e\x38\x87\xf0\x3d\x0c\x60\x00\xba\xf0\x16\x10\x5a\x32\xc1\x2c\x11\x37\xaf\x68\x9f\xb9\x3b\xe2\xad\xf3\xb2\x15\x6e\x9d\x0f\xda\x44\x18\x11\x6c\x9d\x02\x4a\xac\x75\x5e\x9b\x2c\xdf\x09\xd7\x8c\x45\xd2\xeb\xf9\xd4\xba\x9a\xb7\x24\xcc\x2d\xdc\xa7\xd8\x55\x77\x49\xe8\xbd\xee\x52\xed\xca\x2a\x40\xae\xc6\x96\x84\x5e\x11\x93\x76\x57\xfd\x25\x41\x7d\xe8\xd0\x6f\xe6\x72\x7a\x98\x45\xb4\xc9\x52\x3a\xb5\x0e\x1d\x32\x1d\x2c\xf4\x39\x98\x84\x39\x8c\x50\xe4\xd0\x23\xc5\xa1\x47\x83\x43\x97\x79\xdc\x2a\xdb\x75\x43\x82\xfd\x99\x15\xad\xfe\x7e\xae\xf1\xbd\x8e\xf4\xd8\xd9\xad\x2d\x0a\xde\xa3\x77\x88\x62\xaf\xca\x76\x67\x2a\x62\x12\xcd\x76\x68\x1e\xeb\xb4\x52\x6f\x89\x84\x5c\xbf\x26\x18\x42\xb5\x4f\xc9\xd1\x35\x64\x7a\x6d\x18\x5a\xd3\xba\x94\x9e\xc8\xb8\x2d\xa8\x2d\xa2\xb8\x07\xfc\x67\x37\x89\xbf\x84\xb6\xa9\xda\xdc\xdd\x2a\x68\xd4\x2e\x39\xfe\xe6\xe4\xbb\xe4\xb6\x89\x61\x65\x3e\x8f\xc5\x7a\x7c\xc6\xbb\x32\x4d\x0a\x27\xcd\x93\xa2\xbc\xed\x4a\xd6\x21\xe5\xa3\xa3\x0a\x88\x75\xf1\xb2\xa3\x78\x8c\x00\x16\xbe\xe8\x70\xb8\x73\xf6\x64\xf6\xd4\x88\x71\x14\x70\x05\x75\x04\x8e\x7d\x81\xee\x47\xf0\x73\x64\xb6\xa9\x4b\x23\x9c\x8c\xb8\xa2\xa7\x41\x77\xe0\x41\x26\xd1\xea\xf5\x1d\x4e\x5d\x98\xef\x9f\xab\xff\x71\x7c\x66\xad\xaf\x4e\xf6\xcc\x30\x13\xc1\xe1\x11\x0e\x79\xc0\xe6\x65\x9e\xf0\x04\x10\x67\x82\x7f\x84\xbf\x7a\x67\x3c\xcc\x72\x97\x5b\x58\x4b\x8c\xd6\x6f\xca\xf4\xeb\xf9\x08\x42\x57\x2a\xd7\xe3\x48\x11\x35\xf0\x56\x3d\xb8\xd7\xda\xd3\x70\x58\x58\xd8\x49\x4b\xcb\x91\x16\xad\x1d\xb6\xb1\xcd\xeb\x31\xf2\x2d\xc7\xb6\x05\x0b\xb9\xf7\xeb\x6c\x77\x28\x92\x3a\x83\x7c\xb1\xa2\xe2\x53\xe7\x7e\xfb\xb3\x48\xb0\xb8\x4f\x76\xd9\x7b\x28\xf0\xf9\xbc\xf7\xa6\x9b\x5e\xb8\x57\xc0\x92\x60\x58\x5d\xd3\xe9\x61\xde\x64\xc3\xf3\x09\xe9\x66\xb0\xd4\x8e\x6c\xc8\x40\x88\xef\x11\x76\x1d\xbd\x60\xb6\x08\x5e\x37\xf7\xa0\x2d\xb5\xe0\x40\xea\xfd\x19\xa0\x21\x37\x37\x9c\x02\xab\x1c\x9a\xd4\x27\x46\x6a\xb9\xd1\x8a\xc0\x75\xfa\x45\x5b\x42\xc6\xd9\x08\xab\x21\xe7\xab\x9d\x91\xd9\x68\x2e\xb6\xda\x21\x72\xe4\xfb\x53\x36\xd0\x11\x6e\x7d\xdb\xf1\x0a\xf3\xfb\x79\xfd\xfd\x89\x39\xc1\xd1\xe9\xc6\x0e\xd4\xa8\x11\x91\x87\x3b\x23\x9b\x34\x62\x43\x42\x6e\xf9\x2c\xd3\x3d\x3b\xc1\x36\xdc\x71\x60\xa3\x13\x23\xd1\xc0\xb1\x5c\x39\x9a\xaa\x84\x20\x2f\x39\x7c\xf9\x9f\x9b\xa2\x3c\x66\x9f\xed\x09\xf8\xfa\xc7\x4f\x36\xc9\x69\xec\xf5\x35\x1b\x93\x16\xc2\xcb\x88\x81\xec\xc4\x04\x32\x4a\x4b\x37\x0d\x4f\xcb\xe4\xee\xb5\x8b\x0a\x1c\x68\x0c\x90\x5b\x72\xbc\x71\x65\x1c\x12\xde\xb7\xb9\xe9\x6d\x8b\x2d\x58\x36\x86\xc2\x6b\x5e\xda\x73\xfa\xb7\x10\x91\xfc\x7d\x44\xa3\x7e\x1f\x66\xd6\x56\x24\xb3\x68\x1a\x70\x8e\x65\x55\xaf\x00\xd2\x49\xfe\x63\xb1\x1a\xdd\x64\xd9\x96\xe9\x38\xeb\xed\xf6\xb3\xa0\xf6\x90\xea\x27\xec\x36\x8a\x28\x8c\x45\x24\x2c\x8b\xb2\xab\x26\xae\x6b\xaf\x37\xec\x26\xa3\x7a\x68\xce\x68\xc8\xf2\xa2\xdd\xad\xee\xcc\xee\xce\xe7\xe1\x36\x27\xf3\x07\x09\x47\x49\x0d\x54\x3f\x41\x35\x75\x43\x91\xa1\x7a\x84\xb8\x90\x86\xe8\x4b\x95\x1c\x2e\x20\xd5\xa8\x49\x5e\x19\x9b\x78\x90\x66\x9e\xbe\xa8\x58\xb6\x51\xb6\xac\xd9\x71\xec\x77\x70\x6a\x98\xb4\xcf\x71\xe6\xba\x0b\x8b\xba\xb0\xb6\x57\xe5\x7d\x9d\xfd\x8f\xf7\x6f\xd2\x0d\x4e\x36\xc5\x11\x03\x3e\x6f\x3e\x23\x7d\x36\x75\xa2\xfb\x6e\xab\x2c\x83\x29\x2d\x8a\x58\x22\x17\x8b\xf9\x63\x73\xd3\xb1\x9e\x95\xcb\x9f\x51\x16\x07\x89\xdb\x83\x2f\xb3\xab\xd9\x5f\x43\x8a\x0c\x7d\xea\x0e\x00\x41\x6f\x7b\x00\xfe\xa7\x25\x36\xba\x14\x84\x2a\x90\xb3\x99\xc2\xd3\x68\x68\x88\x1a\x02\xea\xd3\x50\x28\x79\x2d\x2e\x7d\xbf\x2a\xcc\x86\x69\x67\x4a\x11\xcc\x90\xfc\xa8\x78\x26\x68\x65\x28\xfc\xd6\xe7\x31\x78\x5b\x76\xbc\x2f\xfb\xc4\x31\x53\x2d\x0d\x4a\x79\x15\x25\x3c\x74\x13\x8f\xd9\xb3\xed\xcc\x23\xd2\x1a\xf9\x67\x89\x22\xab\xa4\x74\x87\x1f\x1d\xb5\x2e\x30\xcc\xf8\x2e\xc8\x9e\xea\xbc\x99\x83\x46\xfa\x71\x99\x77\xfc\x52\xbf\xd6\xd3\x81\x2f\xb3\x72\x0d\x0c\xbc\x9e\xd7\xd9\x5e\xa4\x5f\x53\x68\x9d\x86\x0a\x65\x07\xae\xd4\x91\x48\x86\xd1\x33\x4d\x0a\x66\x0f\xda\x74\x5b\x94\x89\xdc\x5d\x23\x7d\x92\x28\xf4\x12\xc2\x8d\x24\x99\xa7\x46\x0a\x4d\x95\xaf\x7d\xc8\x9b\xa0\x77\x7c\x3f\x4f\xbb\xd8\x6e\xf5\x7e\xc4\xa0\x15\x75\x5a\xb8\xd2\x62\x77\x2d\xf5\x24\xe8\x84\x04\x6e\x4e\xeb\xc1\x4a\xd0\x69\x07\x1d\x9e\xf4\x63\xb2\x2e\x16\xf2\x5e\xb8\x48\xe7\x38\xf4\x55\x64\x6c\x1c\x5e\xbb\x79\xb5\x5e\xbb\x52\xd5\x53\x8d\x67\x1e\xe1\xf2\x6d\xa4\xe8\x88\x67\x92\xd4\x1e\x8c\xad\xbb\xaf\x88\x6a\xa7\xac\x4d\x93\xda\xf0\xfd\x72\x9a\xec\x6f\xb3\xaa\xbc\x3f\x4e\x60\x1c\x6e\x19\x63\x9b\xe9\xf2\x23\x68\x2b\xb3\xfd\x20\x88\x21\x54\xd3\x6d\xb2\xbd\x79\x56\x96\x8e\x09\x44\x13\xe2\x6f\x98\x3b\x55\x7a\xcc\xef\x4b\x98\x4c\xfa\xd4\x1d\x80\x38\x84\xb5\x3c\x94\xb2\x30\x91\x74\xee\xbd\x7a\xdb\x3d\x90\x99\xc0\xb5\x6f\xc5\xe9\x8c\xbd\xd9\x4e\x2f\x94\xbb\x21\x42\x6d\x97\x7a\x07\x26\x84\xbc\x1e\xe9\x73\x91\x63\x9f\x13\xe6\x0d\x4a\x99\x53\x59\x8f\x47\xc8\xba\x4b\xcb\x2c\xdd\x5d\x4b\x0c\x65\xe6\xe0\xbd\x2c\xb2\x9a\xeb\x35\xc7\x43\xb2\x01\xd3\x2c\x71\xf9\x64\x57\xc9\x9c\x8d\xbe\xb7\x61\x39\xbb\xe9\x2e\x86\xf6\xf2\xc3\x26\x60\x3d\x71\x47\x93\x39\x1a\x84\x6e\x37\xb7\x85\x70\x3e\x06\xdf\xee\x16\xab\xe6\xd2\x88\x9e\x75\xda\xf4\x6f\xbb\x70\x15\x45\xcc\xdc\xd4\x4f\xb6\x64\x48\x16\x3f\xec\x2e\x23\x0e\x27\x5c\x37\xc2\xf5\xd9\x33\x81\x34\xa2\x14\x2c\x71\xb0\x93\x6b\x71\x12\x81\x00\x54\x70\xea\x33\xd4\x64\x0a\x1e\x2d\x23\x45\xeb\x58\x91\x29\xf9\x6a\x21\x6d\x53\xbf\x25\x67\xaf\xc3\xfa\x36\x63\x6c\x74\x2c\x3a\x5b\x93\x00\xaa\x49\x0c\xa5\xbb\x15\x5a\x9c\xab\x54\xc4\x6e\x91\x8c\x9a\x9c\xa1\xb7\x88\x1e\x1e\x35\x8f\xd8\x36\x94\xda\x4f\xb6\x7a\x10\xaf\xa2\xa9\x76\x4e\xce\x26\x7c\xee\xa1\x1d\x31\x38\xc7\x4c\x2c\xd9\x9a\xba\xa8\x3b\xd7\xe9\x65\xae\x84\xe5\x0e\xf4\x36\xbe\x9e\x96\x9f\xcf\xc7\x3f\x77\x2d\x7f\xe3\xa5\x87\xcd\x80\x32\x71\xca\x4d\x52\xc9\xf8\xde\x4f\x13\x52\xc1\xf0\x8f\x52\xc2\xa1\x39\x97\xe1\x9b\x48\x44\x90\xf8\x57\xe4\x15\xed\x37\xd1\xb0\x9a\x4c\x48\x93\x14\xc5\x19\x52\xc9\x21\x4d\xa3\x79\xc0\x82\x28\x74\x75\x85\x9b\x76\x2d\xe5\xa0\x93\xda\x5a\x49\x6b\xc5\x46\x6a\x67\xfa\xe6\xe2\x4d\x67\xdb\x2b\x36\x83\xfd\xca\x57\x69\x71\x95\xd6\x9a\x98\xb7\x37\x60\x11\x05\xf6\xfe\x3e\x59\xe4\xdd\x08\x65\x44\x82\x66\xf3\x8a\xac\x86\xb0\x75\x47\x3b\x8f\xce\xc3\x9b\x4b\x93\xe2\x6d\xe8\xfd\x41\xfa\xda\x46\x31\x2d\x3a\x46\x91\x25\x83\x3f\x98\x1a\xe4\x19\xd7\xe5\xae\xbc\xad\x92\xc3\xdd\x57\x07\xfe\x41\xb8\x15\x4a\x22\x2f\xa8\xdc\x53\xd9\x8a\x26\x8f\xf9\x51\x14\x82\xa5\xe7\x58\x57\xe5\x6f\x99\x3a\x39\x90\x8f\x4e\x9a\x1c\xef\x92\xaa\x4a\xbe\x5e\x78\xc8\xb3\x36\x08\x84\x1b\x84\x63\xab\x02\x1d\x79\x52\xe5\xc4\x4e\xfa\x52\x60\x1b\x67\x8c\xfa\xb1\xad\x12\xe7\x8f\x23\xaa\xb2\x4d\xfd\xa4\x17\x55\xcd\xe9\xeb\x86\x44\x5d\xea\x04\xb0\x26\x8c\x80\x93\xd2\x5c\x00\x95\x9d\x97\x52\xd4\x3d\x3c\x5e\x7e\xbd\x70\xa8\x1d\x44\x9d\x6f\x7e\x43\x1c\xce\xd3\x74\x97\xa1\x2c\xdf\x08\x69\x47\x67\x38\x0a\xb9\x24\x90\x29\x73\xf7\x9b\xbb\xb2\xba\x80\xfc\xd2\x8a\xe7\xe8\x96\x51\xe6\x3d\xf7\xb2\x81\xe1\x2a\x3b\x96\x05\xdf\xd6\x6e\x92\x2a\xed\x67\x0b\xc3\x60\x6c\x19\xfa\x78\x3c\x14\x39\xa8\x26\xf6\xef\x87\xa4\xbe\xd3\x2f\x0d\xa5\xf7\x15\x5c\x51\xba\xc0\xf4\x78\x39\x72\x99\x88\x13\x22\xa9\x2e\xbb\x5a\xc6\x14\xf8\x66\xa9\x10\x34\xbc\xec\xf3\x91\xe4\x0f\x63\x50\xd9\xe5\x43\xb6\xa9\xcb\xca\xc9\xb6\x5b\x99\xca\xc7\x39\x6e\x92\x82\x63\x24\x0a\xae\xa1\x9a\xfe\x1d\x25\x4b\xe9\xda\x7e\xb4\xd6\x9d\x20\xbb\xf9\x1d\x25\x4f\x06\x0f\xe8\xcb\xa3\x8d\xa2\x4a\x69\xb1\x7e\x13\xfc\xad\xc8\x39\xc9\x54\x16\x30\xa2\x6f\xb6\x0f\x0a\xeb\xe3\x0c\xf7\xcf\xd6\x5e\x37\xa0\x38\xd9\xb3\xde\xae\x1e\xc7\xa3\x3a\x88\x38\x1e\x92\xfd\xaa\xd1\x9c\x82\x30\x77\x4c\x0d\x38\x4f\x9d\x5e\x26\x45\x31\x36\x1a\x7a\xd5\x46\x3b\x9f\x81\xee\x70\x59\x2b\x56\x4a\x27\x90\xbb\x24\xcc\xb2\x5d\x63\xec\x83\x87\x26\x93\x60\xf0\x5d\x05\x92\x55\x36\xc8\xb6\x51\x97\x71\x90\xae\x49\x5f\x0e\xe9\x93\x83\x79\x16\x61\xc1\xe5\x53\xe4\x4c\xce\x91\x36\x5d\xe3\xe8\x7d\xd0\x4e\x18\xf1\x31\x49\x20\xf7\xc7\x62\x07\x71\x57\x56\xf5\x19\x4a\xd3\xee\x91\xf6\x92\x34\xb2\x63\x8d\x49\x3d\xb7\xf5\x12\xeb\xd9\xd9\xc6\xeb\xe3\x5d\x52\x6f\xee\x1c\x51\xbd\x71\x8c\xd5\x74\x4f\xa9\x2e\xfe\xf2\x66\x16\x9c\x7f\xbf\xcf\xaa\xaf\x87\xa4\x4a\x76\x8d\x47\x5b\x1f\xd6\xff\x61\x81\xb5\xc9\xab\x4d\xa1\x56\xd5\x46\xe2\x5b\xf5\x05\xf0\xa8\xe8\xd4\xb7\x9c\x7f\x2c\x89\x59\xdc\xc5\xe6\xf8\x70\x6b\xb9\xc7\xfa\xe2\xf2\x53\x0f\xb0\x81\xa8\x32\xba\xbb\xec\xc7\x19\xc2\x61\x4a\x20\xcc\x10\x02\x8d\x59\x18\x0c\xf7\xa7\xc9\xd4\xb9\x62\xb3\x2b\x16\x07\x8f\xe8\x8d\xa3\x06\x36\x8e\xa0\x3c\x87\x83\x0c\x3a\x96\x4c\xaa\x12\xc3\xa9\x52\x0d\x8a\x46\xc1\x51\x1c\x0d\x1e\x03\xf3\x7c\x9a\x57\x99\xbc\x69\x5d\x16\xf7\xbb\xfd\x00\xe7\x25\x20\x67\x4c\xd7\x86\x09\xe5\x24\x2d\xc6\x15\x10\xeb\x77\x53\xc3\x48\xb5\xa8\x79\x62\x3f\xb7\x76\xb9\x9d\x2f\xdb\xcd\xfd\x19\x23\xf6\x91\xec\x4a\x4f\x21\x38\xfb\x7b\xa8\xf9\x35\xfb\x3b\x5e\xf4\xc6\x6a\x4f\x1a\x05\xaa\xb8\xf5\xbe\xd0\x13\x87\x19\xa7\x5e\x03\xbc\x69\x01\xc1\x37\xbf\x3a\x57\xfb\x53\xb4\x50\x56\x93\xf9\x34\x30\x97\x03\xd3\xc2\xa1\x0e\x69\xe2\xae\xd9\x80\x7a\xa3\xd3\x4b\x69\xa7\x1d\x73\xc9\x24\xbb\x3e\xf5\x67\x47\x73\x86\xad\x53\x70\x80\x0c\x26\x34\x7d\x13\x45\xf4\xa5\x1a\xde\x44\xe4\x47\x14\xb5\xc7\xdb\xa2\x5b\x81\x79\x3c\x49\x5b\xcf\x10\x57\xf3\x0c\x19\x60\x48\xa3\xf5\x72\xbc\x2f\xf6\x64\x4b\x93\x30\x6d\x16\x8e\x8b\x4e\x14\x78\xc3\xf0\xd9\x70\xf2\xf9\x9b\xae\xdd\xa7\x35\x84\x88\xa3\x59\x0c\x96\xe7\x53\xe6\xad\xc5\xfd\x67\x04\x5c\xeb\x4e\x3b\x0e\x76\xe2\x66\xbb\xb9\xa1\x00\x8f\x05\xb9\xa3\x60\xed\x8e\x42\x2a\x03\x63\xc7\x87\x82\x2c\x8e\x8a\x6c\xd3\x0d\x13\xe4\x37\xac\x00\x27\x9d\x8d\x14\x1e\x67\x85\x7c\x5f\x64\xf5\xd8\x82\x2e\x4b\x3c\xd9\x40\x93\x1f\x75\xef\xb3\x49\x10\xcd\x39\xbc\x3e\xaa\x60\x93\x15\x29\x2e\x5c\xf6\x23\xfa\x0b\x62\x67\xe8\x1d\xa2\x3f\x22\x07\xb9\x10\x28\x65\x0a\x77\x3d\x80\x03\x87\xe0\x88\xca\x21\x54\x96\x9e\xdb\x77\x59\x52\xd4\x77\x0e\x58\x49\xa5\xf3\xb6\xf1\xaa\xbc\xaf\xc1\xb5\x41\x8e\x63\x7b\x84\xca\x67\x92\x9e\x6c\x43\x3c\x1b\x72\x86\xcf\xf4\xbe\xb3\x49\xe0\x13\x70\x36\x39\x15\x01\x08\xc6\xa0\xbb\x6e\x45\x5d\x04\x22\x88\xdb\xb3\xa8\x1d\x94\xa6\x28\xdb\x0d\xda\xfd\xbb\xc7\xbc\x42\x48\xc9\xc3\x2d\x19\x24\xcd\x58\x2a\x8c\x01\xc5\xbe\x76\x05\x66\x1e\x3e\xe7\x0b\xd1\x3f\xb4\xd7\x59\xdb\x6d\xfa\x72\x1a\xc8\x48\x85\xe5\x16\x24\xdc\x53\xc7\x21\x66\x05\x4a\x13\x7e\x20\xc2\xf4\xba\x10\x72\xcf\xc1\x18\xa9\xff\xb5\x3c\xf4\xc2\x16\x62\x3f\xd8\xb3\xb8\x49\x9b\x0e\x1e\x86\xcb\xa6\xc7\xff\x22\xd2\x1b\x7c\x0c\xd5\x43\x72\x3c\xe6\xfb\xdb\x31\x94\xb5\x0b\xcd\xdd\xeb\x75\x16\x80\xea\xcc\x77\x26\x40\x75\x1f\x6e\x18\xe0\xa6\xca\xeb\x7c\x93\x14\x73\x21\x76\xee\xba\xcd\x9c\xb2\x43\xe6\x7c\xa5\x1b\x7a\x2b\x38\xb3\x10\x00\x25\x63\x2e\x9d\x1d\x52\x4d\xd2\x8f\x89\x57\x01\xe8\x1c\x42\xc4\x8b\xa7\x75\xe3\xe6\x77\x41\x11\x45\x70\x98\x6c\xc6\xc3\xe2\x72\x9a\x05\x7a\xce\x11\x9b\x26\x32\xb1\xcd\x5d\x4a\x5b\x5d\xb8\x8a\xd5\x71\x29\x84\xab\xb7\x56\x1d\x14\x3a\xd8\x2c\xe0\xc7\x3a\xa9\xf3\x8d\xe9\x70\x44\x16\xb7\x55\x0f\x5e\x90\x9b\x2d\xe5\x6c\x4a\xcf\x62\x7e\xdc\xd7\x77\x8e\xce\x93\x3f\xb1\x33\xdd\x55\xe1\x24\xfe\xd6\xcf\x4f\x69\xef\xf0\x6b\x79\x8f\x4d\xe8\x7d\x1a\x0a\x35\x72\xb9\x78\xd7\x63\x93\x20\x0f\x64\x24\x93\x7f\x19\x86\xaf\x43\x95\x01\xf7\xf6\x9d\x1b\x56\xb4\x8a\x36\x65\x9a\x3d\x7d\x29\xab\x54\xcc\x88\x9b\x2a\x4b\x7e\x73\xf8\xf3\x52\x60\x78\x53\x1e\xbe\x3a\xca\x75\xb8\xa7\x67\x4a\xa5\xdb\xcf\x76\x97\x72\x20\x9e\x7f\x48\xcb\x2f\xfb\x63\x5d\x65\xc9\xce\x81\x63\xa6\xf3\x1f\x76\x59\x5d\xe5\x9b\x23\xcc\xc5\x24\xdf\x67\x15\x82\xf8\x78\xc7\x43\x52\xfd\x06\x4a\x3d\x47\xf2\x90\x55\xe7\x3f\xdc\x1f\x8c\x9a\x3b\xab\x3d\xeb\xa5\x14\xa7\x76\x6c\x7c\x3e\x22\x31\xff\x0b\x7e\x2d\x97\xbe\xad\x0e\xd6\xcb\xfe\xfd\x82\xb3\x66\x8d\x58\x4e\x0b\x6d\xb1\x91\x10\x3b\xa7\xc7\xa4\xd5\x04\xb3\xc7\x43\x79\xcc\x52\xe7\x90\x70\x24\xf2\x63\x7d\x35\x90\xb6\x14\x35\x7e\xa1\xf6\x6b\x8e\x75\x8a\xc5\x1b\x07\x1d\xeb\xaa\x6c\x6f\x13\x0e\xdd\x8b\x6c\x2b\x88\xdb\xba\x4b\x6b\xc1\xe5\xdd\xc9\x4a\xed\xad\x4b\x49\x32\xbd\xcd\x15\xf5\x26\x6e\x7c\xb6\xe7\xdc\x08\x3f\x24\xc5\x7d\xe6\xc8\xd3\x86\x05\x35\x24\x39\x96\x56\x13\xf4\xd0\x6a\x3d\x75\x5d\xd2\xb4\x0b\x9b\xc6\x32\x3d\x35\x92\xcb\x46\x70\xd1\xc8\x2d\x1d\xb1\x85\x23\x35\x7f\x84\x16\x8e\xcc\xb2\x11\xb1\x9b\x34\xf4\x5b\xa4\x1e\x21\x97\xbd\x93\xf2\xe9\x01\x9a\xa0\xfb\x52\x52\x8e\xf5\xb8\xf5\x8c\xf4\x09\xb5\xc5\xfc\xd8\x04\x59\xbc\x19\x8c\x8c\x71\xea\xe8\xcf\x1e\xcd\x96\xe8\x2a\x92\xc9\x0d\x8d\x18\xb1\x1d\xc2\x6e\x37\xe1\x70\xe8\x94\x3a\xd5\x6f\x6c\x77\xfd\x42\x87\xea\xa8\x63\x05\x3f\xd6\x56\x82\x6e\xa9\xea\x0a\x44\x3e\x6c\x04\x7e\xa2\x4a\xd6\xff\xff\xac\x5d\x5b\x6f\xe3\x3a\x0e\xfe\x2b\x42\x71\x16\x98\xcc\x24\x3e\x4e\x9a\x4c\x67\x7b\xd0\x3c\xef\xcb\x02\xfb\x3e\xc8\x83\x1b\xab\x89\xb7\x8e\x6d\xd8\x4e\x2f\x1b\xf4\xbf\x2f\x24\xca\x32\x75\x97\x93\xf3\xd2\x8b\x2d\x52\xb2\x2e\x14\x45\x91\x1f\xc1\x32\xc1\x95\xdd\x4d\x8a\xad\x12\x5e\xf2\x71\xab\x58\xa5\xb1\x55\xde\xdf\x56\xe5\x5a\x21\x5f\x83\x7a\xbe\x8e\xa7\xdf\xc8\x26\xff\x0c\x34\x79\x3c\x2f\x09\x0a\x4e\x60\x2a\x03\xbf\xd6\xff\xc4\xca\x80\xad\x76\x7e\x21\x59\x9f\xdb\x3d\x9d\xc1\x3f\x39\xed\xfa\xa2\xe2\xae\x1e\xe2\x49\x21\x30\x9d\xd5\x90\x1e\x93\x29\xf8\xd9\x2e\xd8\x41\x54\x44\xce\xa9\xd1\x74\xef\x45\x95\xd7\xef\x28\x24\x73\xbd\xb1\x7f\x67\x88\xd1\x73\x9d\x7f\x92\xc6\xf4\xa0\xb1\xb0\x7a\x29\x68\x99\x77\xb4\x1f\xee\x6f\xb8\xbf\x9f\xb8\xc4\x91\xb7\xaa\x02\x2d\x17\x05\x7f\x0d\x9f\x7a\x68\x8b\xfc\x2f\xf6\x63\x71\xc8\x44\xe4\x24\xff\x4f\xc6\x27\xc3\x85\x4e\xf7\xd8\xd2\x86\x66\xfd\x37\x76\x86\x59\xbc\x14\xfd\xfc\x54\x54\xa7\xec\xe3\xdb\xea\x21\x6d\x3e\xe6\xec\xe9\xcc\x36\x09\xc6\xd6\x25\xbc\x61\xf8\xce\x02\x9d\x92\x40\x3a\xfa\xe9\xd1\x9a\xdc\x0a\x25\x15\x5d\x4e\x58\x68\x91\x40\x81\x3e\x86\x0e\x82\x2e\xde\xc9\x88\x55\x8b\xbe\xe5\x16\x4a\x79\x99\x60\xb6\xb4\x3f\xd6\x39\x38\x1a\xea\xd7\xbd\xff\xbe\x9b\xcc\x8e\x69\x62\x56\x5e\xff\x09\xf0\x82\xfe\x14\x2c\xfb\x09\xba\x8d\x5a\xbf\xb8\xb2\xb1\xb5\xe0\x5f\x31\x5f\x93\x00\x68\xb6\x19\xa3\x3d\xa9\x8b\x61\x83\x70\x6b\xd7\x56\x4a\x9e\x76\xfa\xb8\x72\xe8\xaf\x22\x48\x43\x89\x11\x4e\xd6\xe3\x49\x92\x63\x5c\xac\x4c\xb7\xca\x9f\xd6\x15\xa7\x57\x1b\x33\x34\xac\xa0\x72\x8c\xb5\xcb\x85\x6b\x59\x93\x61\x9d\x00\xb2\x7c\x90\xef\x50\x5c\xd9\x4e\x94\x71\x1b\xe5\x42\xac\x24\xe0\x32\x7d\xbe\x7c\x69\x67\x33\x55\xa0\x44\x7c\xa7\xb3\x3d\xe0\xd1\x8f\xb7\x03\xce\x1a\x9a\xf2\xc8\x36\x7b\xb2\x8a\xe9\x47\x7a\x7a\xe6\xa1\x97\x5d\xb1\x5f\xe4\x6d\xdd\xb0\x83\xeb\xa2\x6f\x8b\xc3\x61\x8c\x1d\x87\x2b\x39\xc1\x8b\xe9\x69\x8b\x8e\x5a\x67\xd7\x60\xb9\xf3\xc7\x4b\xe8\x19\x54\x2c\xf3\x6b\xa3\x9d\xa1\xc7\x43\x73\x02\xf7\x7f\xc5\x9b\xb2\x79\x3b\x8e\xd7\x5a\x19\x79\xb0\x0e\xb1\x8b\x3b\xed\x65\xe7\xfe\x28\x24\x1d\x2c\xd0\x73\x49\x92\xb2\xde\x67\xdc\xdb\xc6\x7a\xe2\xe0\x87\x6a\x26\x6c\x85\x17\x7d\xdd\x12\xc0\xa4\xb8\x63\x0f\x7f\x73\x04\xf7\xdd\xdd\x6e\x1e\x51\xc6\x70\x73\x0f\x93\xb8\x7d\xdd\xfb\xba\xa9\xcb\xfa\xf0\x39\xf6\x8c\x0a\x7a\xa7\xee\x8a\xf8\x16\x0b\x47\xa6\x80\xe7\xaa\x7d\x6d\xac\x5e\x5a\xb2\x7c\x69\x09\xfa\xad\x95\x6c\xeb\xf7\xee\x71\xc3\x8d\x43\x2f\x2d\x57\xbe\xb4\x02\x59\x4b\xb3\xee\xf1\x8e\xcf\x50\x36\x6c\x1d\xe1\x7f\x82\x1b\x6f\x42\xce\x8d\xf8\xf3\xdc\xc0\xeb\x3b\xe2\x28\x2b\xe6\xca\x04\x0a\x1b\x77\xfb\x04\xb5\xcc\x44\xdb\xc4\x9b\x10\xc9\xec\xaa\xc7\xc6\xd4\xe9\x55\x89\x0c\x70\x8e\x85\xc5\xd6\x00\xca\x3f\xa5\x1e\x9b\x4d\xc6\x22\x22\x07\x5f\x5f\xad\x9d\xbc\xf9\x2a\x73\xaf\xbf\xa8\xdb\x5f\x9f\x3b\x69\x48\x56\x90\xdc\x53\xbb\x28\xa0\xa1\x3c\x86\x38\x0a\x3b\x13\xd6\x2a\x82\x24\x15\xb7\x72\x2a\x24\xde\x46\xd9\xea\xf0\x13\x18\x35\x04\x47\x4e\xc4\xbd\x85\xbf\x57\xdc\x5a\xc5\xb6\x44\x2b\x6e\x69\x87\xb8\xd7\x0a\x56\xac\x21\x71\x85\x2a\xd6\x81\xbb\x6c\xb1\x93\x1c\xe9\x31\x58\xf1\x70\x0b\x16\x5b\xb3\x5e\xde\x1d\x5d\x1a\xac\x9a\xa7\x23\x8b\xad\x57\x29\x7c\x51\x3d\x53\x1d\xfb\x22\x5a\xe8\xf6\xc5\x67\x23\x4c\xca\xa2\x7a\x75\x87\xbc\xb9\x28\x46\x47\xf6\x61\x69\x39\x0b\x0a\x1f\x5c\xd5\xb0\x60\xd8\xd2\x49\xf7\x76\xe0\x6e\xed\xba\xa9\x5c\xbe\x80\x48\x0e\x8c\x97\x66\x67\x02\x5e\xa6\x56\x36\xc2\x01\x75\x74\x31\xb5\x73\x00\x6c\x3c\xc0\x8b\xb6\xf2\xc1\x05\xd4\x00\x13\xe1\xdb\xca\x8a\xfe\xb7\x2e\xaa\x47\xde\xa7\x51\xd5\xf8\x8a\xe4\x75\xef\x28\xe0\xec\xb1\xd8\x6f\xe0\xac\x5d\x3d\x6e\x0f\x1d\x12\xae\x20\x9e\x31\x14\x40\xdc\x52\x2d\x7d\xca\x69\xf5\xb9\x73\xd6\x63\x2f\x2e\x6b\xb7\xac\x2f\xf4\x19\xac\xac\xf3\x2b\xe4\x5b\x8d\x59\xdc\xa7\x00\xb5\xa7\x0b\xc7\xf7\x62\x16\x28\xdc\xf5\xca\x3c\x93\x62\xdc\xed\xb9\x76\xc4\x94\xa2\xc7\x51\x69\x31\x9b\xa7\x17\xe3\x0f\x55\xef\x30\x6e\x26\xd3\x5a\x8d\xc8\x06\xd5\x47\x75\x9e\xd1\xa9\x40\xd1\x53\xc9\xcc\x26\xb9\xc5\x90\x2d\x0c\xd0\x23\x27\x0d\xef\x81\xb9\xde\x14\x62\x11\x9b\x7e\x2a\x7f\x05\xda\x5d\xe8\xaf\xab\xb5\x1d\xf5\x06\x5c\xd5\xb3\x75\xa4\x3b\xdf\x4e\xd1\x78\x36\x86\x46\xbd\x73\xe5\x3f\xb0\x39\x9d\xa3\xb7\x68\x98\x8d\xfa\xf5\x31\x0a\xa0\x08\x6c\x58\xfe\x1d\x6a\xea\xd0\x82\x42\x56\x86\x34\xb6\xd2\xc6\xd7\x74\xf0\x0a\x55\xc4\xaf\x2e\xfc\x55\x71\xd3\xf9\x64\xc6\x13\x34\x43\xe5\x62\x2b\xf0\xd9\xb1\xba\xa0\xfb\xda\x2b\xa0\xa7\x0f\xd6\xaa\xce\x53\xc1\x50\xe4\x32\x06\xc3\xca\x79\x66\xd9\xdf\x91\x54\x10\xef\x62\x14\x13\x25\xa3\x09\x42\x33\xf2\x4d\xe3\x87\x34\x75\xab\x2e\x92\xe1\x2f\x6b\x2b\xa5\x16\x12\xab\x3b\xa3\x33\xbd\x3c\x40\x0f\x5c\x05\xea\xd0\xd6\xe9\x35\x60\x8b\xb2\x5f\x6c\xd2\x7f\xcc\xd9\x0f\x07\x72\xe8\x78\x8e\x8b\xa8\x73\x50\xa6\xb4\x68\xcc\x10\x55\x5e\x74\xd9\x73\x49\xf3\xb9\x15\xb8\xab\xaa\x73\xda\x25\xdd\xb1\x7e\x4f\x4e\xb4\xcf\xd8\xeb\xbb\x1d\xc0\xe4\x91\x5e\x56\x26\xdc\x1f\xc3\x95\x49\x30\x86\x40\x39\x1e\xdb\x78\x91\xc9\xfd\xdc\x8c\x01\xbf\x3a\x84\x51\xa2\xe1\x03\xf8\x79\x99\x69\x7b\xdc\xed\xe5\x24\x5b\x2d\x60\xdf\x0d\x32\xe3\x64\x53\x3e\x4c\xac\xb7\x7c\x08\xd7\x2a\x42\x93\x6d\x13\xdf\xf0\x42\xd1\x15\xbb\x21\x47\x4c\x24\x75\x22\xf2\xac\x20\xf9\x90\x02\x8c\x94\x7a\x73\x63\xa0\x76\x6f\x34\x28\xe1\x75\x9a\xc6\xa0\x38\x79\x73\x35\x16\xff\x63\x2d\x90\x26\x4a\x2d\x83\xe3\x5a\x64\x70\x34\x93\x37\xae\x45\xf2\x46\x2d\x6f\xe3\xb4\x1e\xc0\xef\xfa\xe2\x44\x4d\x60\x2d\x4d\x7c\x61\xe9\x86\xfc\x54\x53\xd9\x11\x06\xfe\x84\x34\x1d\xa9\xfb\x37\x23\x46\xd9\xf2\x01\x36\xe6\x96\xd6\xf7\x8b\x92\x1e\x68\x95\xdb\x8c\xad\xf1\x3c\xba\xf3\x49\x26\x01\x95\xf2\xec\x5e\x74\x06\x99\x3a\xc1\x9c\xcc\xed\xb6\x5b\x6c\xf5\x58\x8f\xa0\x66\x72\x30\x6e\xad\x1f\x3a\x08\x16\x9c\xbc\x84\x46\x7e\xff\x2b\x84\xa9\x3c\xce\xd2\x21\x08\x8b\x6c\x58\x0b\x48\x8a\xe0\x1d\xfe\x8e\xd6\x70\x27\x80\x9b\x07\x0d\xd8\x28\x37\x8b\x71\x2c\xf3\xe2\x6d\xe0\x6a\xdc\x9e\x8d\x21\x58\x02\xcb\xc7\xd8\x26\x1d\x9d\x38\x42\xf1\x0e\xf9\x02\x1f\xbc\x78\x6f\x18\x09\x07\xa3\x09\xa6\x86\x10\x19\xf7\xe5\xb6\xee\xd9\xa6\xbc\xde\xe4\xf4\x30\xfb\x42\x5f\xf6\x4a\x3f\xc9\xf1\x5e\x53\xae\xf8\xad\xc7\xbd\x18\x40\x75\x0d\x9b\xb4\x6a\x68\xbf\xa6\xd0\xe8\xc5\xd5\x7f\x07\x67\x5e\x92\xe7\x73\xed\x0d\x57\x72\xb4\xc8\x64\xb3\x84\xdd\xc8\x62\x0c\xa5\x00\xbd\xb4\x31\xd0\x3e\x7c\x69\xff\x70\xbb\x2a\xe8\xf4\x7a\x8c\x2d\xc9\x76\xa6\xf1\xe9\xc5\x44\xc8\x7e\x40\x68\x85\x18\x0b\x2b\xbe\x06\xb9\x7b\x4d\x02\x29\x94\x69\x66\x1f\x7e\x8d\xa1\x65\xcb\x87\x29\xbd\xe0\x93\x26\xf6\x58\xc5\xae\xcf\xfa\x6e\x0e\xbf\x8c\xf0\xc8\x49\x5f\xac\x29\x16\x90\xc0\xe2\x16\x0e\x65\x6d\xe2\x4f\x6f\x62\x67\xb7\x74\x91\xd6\xa2\x88\x04\x70\x78\xdc\x02\x29\xd5\x88\xea\x94\xa4\xb1\x94\xfd\x45\x3f\x1b\x0f\x72\x68\x23\x01\xa7\x05\xf6\x51\xdc\x52\x95\x81\xb6\x64\x38\x29\xdd\x9b\x7d\x01\x0b\xd8\x9c\x74\xae\x50\x53\xc6\x42\x0b\xa9\xb2\x2f\x3a\xf7\x5a\xc6\xb5\x09\x5f\x18\x31\xa9\xec\x06\x84\x92\x7e\x2c\xb8\x7d\xa2\xad\xdf\x49\x38\xc6\x40\xbb\x1e\x6c\x69\xbf\x3f\x2a\x4e\x0f\xc3\xc4\x1d\xa6\x30\x84\x81\x6b\x08\xe5\xfc\xa3\xa4\xa0\x10\x7f\x0c\x10\xe8\xe0\x1e\xad\x40\x57\x71\x27\xac\xd5\xfa\xed\x9d\xfc\x49\xbe\x2d\x57\x3f\x53\xf2\x27\x59\xa6\xe9\x6c\x26\xeb\xeb\x4d\x47\x50\x43\x0f\xc5\xf8\x11\x82\x2c\x57\x23\x9d\x14\xc4\x32\xfb\x02\x72\x2e\x8b\xa0\xa7\xa3\x06\x7d\x67\x68\x72\xa3\xd6\x90\x9d\xfb\xda\xe2\xc0\xa4\x5f\xed\x2a\x0d\xd3\x7c\x69\x1d\xad\x8c\xbb\x04\xfc\x4a\xb2\xa6\x59\xbc\x15\xf4\x9d\x3b\x26\xf0\xbd\x93\x7b\x8f\x8d\xb8\xce\x33\xd3\x07\x8b\x08\x6c\x5b\x4f\xda\x00\x07\xcd\x45\x1d\xaa\xd5\xc6\xd2\x00\x81\x9b\x05\x48\x6f\xf0\xf7\x2e\x61\xff\x2c\x72\x5a\xd2\x9e\xce\x6f\x68\xf3\xd6\xe1\xed\x6a\xfa\xae\x41\xc5\x23\x96\xe8\x1c\xee\x6a\x20\x53\x7b\x44\x07\x40\x8b\x9b\xac\xeb\xde\xeb\x36\x17\xf5\x06\xcb\x83\x0f\x40\x6c\x69\x36\xb1\xc2\x65\xfd\x5d\x51\x17\xf9\x5e\x54\x2b\x81\xe8\xf1\x33\x5c\x56\x05\x77\x17\xaf\xbe\xcf\x45\xd3\xeb\xb6\xf7\x97\xe8\xeb\xc3\xa1\xa4\x82\x17\x4f\x11\xb2\xaf\xab\x97\xa2\x85\x24\xfa\x44\x19\xe3\x0c\xfe\xdb\xb7\x34\xeb\xe9\x5c\x0c\x06\xc4\x72\xf4\xd5\xf0\x3f\x14\xc9\xaa\x3d\x2d\x95\x47\xdd\xf9\xf9\x54\xf4\x73\x3c\x8f\x5a\xda\xd1\x7e\xa7\x3c\x82\x52\xbb\xb9\xf0\x10\x13\xa0\xa9\x9d\x6d\xfa\xc1\xfc\x1a\xaa\x9f\x71\xc1\x65\x1d\x61\xf4\x02\x0f\x25\x7a\x3c\x8e\x19\xfb\x91\xc0\xaa\x30\x32\xf0\x4c\x06\xa5\xf1\x03\x4a\x0c\x58\x02\x79\x1f\x8a\xea\x96\x90\x23\x27\x5a\x9d\x17\x4d\x56\xd1\x92\x53\x9d\xea\x96\x2e\xc2\x20\xfd\x3f\xc0\xce\x39\x8f\xc0\xf3\x1f\x8a\x02\x4a\xe6\x31\xeb\x16\xc3\x00\xf4\xed\x80\x60\xdb\xc5\x90\xf2\x99\x24\x8c\x9a\xd1\xb4\x66\x56\x4e\xf4\xc1\xb0\x62\x3a\xda\x64\x6d\xd6\xd7\xed\x6e\xda\xe7\x9b\xd4\xd7\x12\x5e\xdb\x35\x0e\x46\x57\x74\x94\xce\x49\xe9\xb6\x0d\xeb\xb6\x41\x16\x93\xe3\x92\xd0\xd3\x6d\xb2\x59\xf5\xa2\xb7\xfa\x68\x59\xde\x29\xd1\xa2\xf4\xa3\xa7\x6d\x95\x95\x0b\xf0\x8e\x9e\x1a\x45\xca\x43\xc4\xdd\x21\x1f\xe1\x98\x10\xe4\x87\xed\xe5\x24\xbc\xb7\xed\x65\xec\xde\xa3\xfe\x78\x81\xb2\x10\x82\x4b\x0d\xe8\x78\x2d\xaa\x80\x6c\x90\x0e\xb2\xde\x62\x0a\xf4\x89\xba\x17\x0e\x40\x53\xd8\xcd\x71\x9e\x94\x36\x39\x42\x22\x37\xb6\x51\xa8\x8a\x2f\x8f\xde\x38\x63\xcb\x83\x18\x0e\x97\x0e\xcd\x55\x0f\x29\xe4\x25\xc8\x7e\xb7\xb4\xfc\xfe\x74\xa4\x65\xb3\xf3\x16\x17\x86\xf8\x5c\xf1\xe4\x62\xd3\x63\x9a\xe8\x25\xe6\xb6\xae\xb6\x78\x2a\xa7\x28\xac\x53\x6d\x87\x87\xaa\xa0\xef\x9e\xb3\xaa\xa2\xed\x8e\x54\xd9\x9b\x0a\x3d\x40\x92\x82\x29\xab\xfb\xac\x04\x5d\x55\x89\xfe\x0e\xa7\x1e\xe1\x7b\xea\xb8\x24\xad\x5b\xb2\xf1\x4a\x9d\x26\xc6\xb6\x8c\x1e\x5b\x46\x0f\x6a\x74\x0c\x13\xdf\xcd\x45\xce\xc2\xaa\xce\xe9\xa2\xc8\xd9\x22\xed\x3f\x95\x37\x1d\x6d\xdf\x8a\x3d\x7a\x79\xfd\xee\x07\xc3\x73\xc3\x16\x08\x07\x36\xed\x30\xf3\xb7\x0a\x74\xaf\x00\xbc\x46\x52\xc6\x0b\x8e\xa8\xd2\x62\x36\x44\x95\xe5\x13\x24\x50\xd2\xd7\x0f\x1e\x32\x74\xe8\xf9\x11\x28\xea\x14\x12\xe6\x7a\x67\x4f\xf1\xa2\xa4\x27\xeb\x1a\x51\x1f\x8f\x3d\xa2\xaf\x8d\xe1\x91\xd6\x58\xdf\x9a\xb8\x18\x10\x2a\xde\x38\xdd\x6d\x59\x6c\x13\x2d\x47\xb2\xe2\xb1\x2e\x94\x80\xed\x00\xb6\x84\x6a\x9b\x19\x94\xf2\xfe\xbb\xa8\xba\x9e\x1d\x11\x80\x1c\xd7\xc1\xc1\x9e\xf6\x75\x59\x52\x94\x6a\xc0\xcd\x1a\xa7\xcd\x4c\x96\xab\x8d\x9e\x3a\x73\x83\x72\xbb\x07\xbe\x8f\xf0\x5a\xa0\x17\x67\xd7\x7f\xac\x9d\x4d\xf0\xcb\x35\xb2\x89\xdd\xa0\x50\xa3\x3e\x19\xf2\x1f\xe1\x2e\x91\x99\x7d\x54\xa1\xa2\x25\x20\xb5\x84\xc0\xad\x57\x69\xf3\x31\x23\x59\x95\x93\x6f\x32\xe9\x6a\x51\x2d\x72\xca\xc5\x67\x53\x7c\xd0\x72\xc1\x91\x8d\x1f\xd3\xd9\x45\xe4\xd4\x51\x2c\xf1\xc8\xc0\x23\x0d\x50\x6a\x00\x8f\x6a\x9a\x7c\x3b\x3a\x50\xff\xd0\x3d\xa4\xb0\x93\xf1\x8b\x48\x3d\x0d\x9a\x6a\xcc\x03\x54\x0c\x8c\x82\xb1\xda\x34\x1f\x5f\xdc\xe0\x05\xd8\x20\x5f\x9a\x31\x8c\x9d\x92\x2d\x0b\xff\x3b\x5f\x61\xdb\xef\x17\xeb\x75\xa8\x9e\xa1\xeb\x8f\x27\x38\x30\xc3\xee\xa8\x6f\xa2\x7f\x3c\xd1\xbc\xe8\xe1\x1d\x8a\xe7\x5b\xf2\x74\x90\x7a\x7b\x54\xe3\xdc\x08\x5a\x65\xb5\xcd\x59\x00\x0d\x52\x0e\x68\x20\x7b\x5e\xcd\xda\x96\x9a\x79\x18\x59\x13\x46\x3e\x28\x2b\xd1\x4f\x85\x91\xdf\x86\x08\x3d\xbd\x36\xb8\x73\x3c\x9a\xaf\x21\x20\x47\x05\x85\xf4\x81\xb0\x68\x33\xa2\xad\xdf\xbf\x30\xad\x0c\xf1\x41\xa8\x20\xd6\xf7\x78\x35\x49\x0c\x03\xb5\xd1\xe9\x78\xbd\x68\xcf\x95\xc5\x9f\x0e\x66\x3b\x4f\x2d\x2a\x50\x82\xd6\x0f\xdc\x02\x3f\x2c\x46\x1c\xbb\xb5\xf1\x86\xa2\xb2\x89\x04\xdb\x3e\xd7\x34\x9e\x5b\x9a\xe5\xfb\xf6\x7c\x7a\xee\x66\xc4\xca\x0e\x86\xd3\x39\x3b\x47\xa5\x02\x64\x0a\xd3\x48\xb6\x58\xda\xb8\xa6\x6e\x90\x50\x69\x44\xf2\x8b\x9e\x34\x03\x23\xce\x28\x41\x9c\x87\xc3\xb9\x9b\x68\x8b\x14\xe2\x1f\x8d\xaf\x20\x6e\x96\xa1\x33\xf1\x07\x7c\xdf\x9c\xa9\x4d\x5e\x61\x20\x31\x63\x47\x08\x08\x79\x67\x52\x0e\xcf\x0e\x23\x59\x72\xad\xd5\x78\x08\x77\x02\xfa\x63\xa1\xce\xea\x8f\x79\x1c\x93\xfe\x50\xea\xbc\xca\x76\x84\x0a\xf4\xf5\x2b\x1d\x9b\xa3\x8d\x3c\x57\xfc\x05\x0b\x94\x77\x50\xe3\x2d\x88\x71\x86\x2f\xe1\xf5\x82\x7b\x01\x32\x7a\xff\xb0\xd6\x6b\x92\x2e\x95\x4d\x64\x5c\x02\x4c\x59\x87\x6e\xe9\x66\xe4\xf7\xbe\xcc\xba\xee\xfb\x93\xe8\xa7\x9d\xea\x9f\xe4\x8e\xed\x56\x8d\x8d\xd2\xb4\x78\x51\xb0\x0d\x7f\xe2\xdb\xd0\x2f\x6f\x9a\xde\xc6\x74\x8f\xe5\xaa\x99\xf9\x5c\xf3\x85\x5d\xb2\xe9\x16\x50\x4e\x7f\x40\x74\x86\x6e\xb1\x0d\x2a\xb5\xc6\xac\x1f\x55\x48\x17\x4b\x59\xc0\xa0\xd5\x21\xc6\x3c\x7a\xc3\x65\xd4\x54\xb1\xf5\xd7\x86\xfb\x2a\x10\x64\xb0\xb6\x60\x3d\x7a\xa2\x19\x08\xb3\xf8\xce\x14\x46\x24\x2f\x2d\x29\xb4\xf8\xb2\x46\x40\xad\x43\xfb\xef\xf5\x0b\x40\x2e\x82\x6f\xa8\xdc\xb4\x69\xc6\x33\xc3\x52\x51\xfc\x36\x27\x8e\x76\xb7\xb7\x42\x79\xf3\x5c\x7e\x4d\x91\x4d\xc0\x0e\x89\xb6\xb6\x90\xe3\x4a\xba\x6a\xac\xf9\x75\x30\xbf\x58\xb4\x32\x7f\x7d\xe3\x4c\xc6\x93\x8f\x6d\xd8\x2d\x7e\xd2\x53\x2d\x0e\x17\x23\xb3\xbd\x73\x3a\xba\x59\xc3\x86\x38\xf0\xd6\x6e\x22\x3c\x46\x10\xb6\x1b\x3a\xa8\x2e\x23\x1c\xf4\x04\xe0\xf4\xbf\x4c\xa9\x70\x65\xab\xc5\xaa\x7e\xa1\x34\x7f\xce\xf6\xaf\xd7\x7d\x84\xc6\xc4\x89\xdc\xe5\x98\xe3\xd1\xad\x54\x64\xcf\x2d\x2d\xc5\x8c\x94\x5d\xd8\x21\x4f\xa4\x99\x43\x32\x4f\x72\xfa\x52\x54\x22\x3b\x0b\xe4\xae\x36\x86\x24\x68\x51\x43\xd6\xd6\x21\x15\xda\x34\x1a\x47\x6e\x34\x48\x1f\xf6\x5c\x9e\xe9\x62\x93\xa6\xb3\xaf\xff\x07\x00\x00\xff\xff\x2d\xe2\x42\x99\x1a\xde\x04\x00") +var _web_uiAssetsConsulUiFf45100ac53471eb7008ef9b379f40f3Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7d\x7b\xdb\x36\x96\x30\x0e\xff\xef\x4f\xc1\x70\xbb\x19\xf1\x2e\xa4\x48\xb2\x9d\x38\xea\xb2\xa9\x6b\xa7\xd3\x4c\xf3\x36\x71\x32\xdd\xb9\xb4\x7a\x52\x98\x84\x2c\x4e\x28\x50\x05\x41\x3b\x1e\x45\xcf\x67\xff\x5d\x78\x23\x41\x12\xa4\x48\x49\x4e\x9c\x8c\x7b\xdf\x3b\xb1\x48\x10\x38\x38\x38\x38\x38\xef\xb0\x93\x18\x59\x31\x25\x81\x47\xed\x3d\x1f\x4d\x03\x8c\x3a\xb6\x17\xe1\x38\x09\xbb\x49\xf0\x00\x9e\x07\x61\x40\x03\x14\x3f\x80\x5e\x68\x83\xb1\x8d\x3e\x2e\x22\x42\x63\x1b\x18\x1b\x9d\xc3\x18\xd9\x13\xd0\x99\x26\xd8\xa3\x41\x84\x3b\x08\x50\x67\x79\x09\x89\x85\x01\x01\x70\x4f\x3d\xb7\x42\xf6\x06\x60\x67\x49\x10\x4d\x08\xb6\xa8\x15\x60\x0b\x3d\x79\x75\xfe\x2f\xe4\xd1\x9e\x80\xe3\x35\x89\x16\x88\xd0\x6b\xde\x74\x79\x09\xc3\x04\x8d\x30\x40\x38\x99\x23\x02\xcf\x43\x34\xba\xd7\x07\x5e\x84\xa7\xc1\x45\x92\xfe\xbe\x22\x01\x95\x7f\xaf\x9c\x11\x1a\xd3\x89\x8b\x01\x5a\x55\xf5\x6b\xbf\x7f\x8f\xe2\x17\x91\x9f\x84\xc8\x56\x43\xb0\x2f\x01\x62\x6d\x61\x12\x52\xf7\x32\x0a\x7c\xab\xbf\x17\x22\x6a\xc5\x6e\x07\xbb\x4f\xe7\xe7\x88\xf4\x02\xcc\x3b\x8c\x11\xb9\x0c\x3c\xd4\xb1\x11\xbe\xb4\x1d\x40\x5c\x2f\x84\x71\x6c\xa1\x8f\x14\x61\x3f\xb6\xa8\xea\x65\xc9\x90\x45\x49\xe2\xd1\x88\x74\x04\x42\xf8\xfc\x01\xd9\x8b\x93\x05\x22\x9d\x5e\xaf\x07\xc9\x45\x32\x47\x98\xc6\x0e\x40\x2e\x9d\x05\x31\xa0\x2e\xef\x17\x10\xf1\xb3\x83\x5d\xe8\xdc\xbf\x5f\x83\x23\x0d\x37\xb8\x97\xfd\xc8\x63\x09\xf7\xf4\x9f\x19\xc6\x70\x4f\xfd\x09\x24\xae\x7b\x01\x0e\x68\x00\xc3\xe0\xdf\x88\x3c\xc9\xfd\xea\x79\x30\x0c\x3b\xc4\x19\x09\xec\xac\x1c\x10\x76\x38\x8c\x36\x41\x71\x94\x10\x0f\xd9\xc0\x66\x14\x93\xbd\x88\xd1\x05\x9b\x1d\xf2\x6d\x70\x6f\xe0\xac\x2e\x10\xb5\x3c\x88\xdf\x20\xe8\x77\x32\x2a\x98\x05\x71\x0f\xe1\xcb\xde\x25\x24\x1d\xfb\xe4\xd5\xcb\xb3\x77\xcf\xdf\x1f\x9f\x3c\x3f\x7b\xff\xf4\xe5\xf1\xcf\xcf\x9f\x9e\xda\xce\xfd\xfb\x1c\x61\x3d\xf9\xad\xea\xe7\x34\x59\x84\x81\x07\x29\xda\xb4\xb3\xdf\x49\x40\x51\xda\x1b\x0a\x51\xeb\xae\x6c\x88\x23\x7c\x3d\x8f\x92\xd8\xbe\xe7\xf2\x15\xeb\x05\x14\xcd\x7b\xcf\x4e\xab\x86\x79\x17\xb7\x1b\x63\xb5\x02\x81\x4b\x7a\x0b\x12\xd1\x88\x5e\x2f\x10\x88\x24\x81\x24\xee\x18\x4f\x80\xe7\x2e\x8b\xdb\x21\xbf\x59\xb4\xcd\x01\xb4\xc5\x1c\xe1\x24\x0c\x57\x60\xee\x2e\x57\x40\x12\xd7\x07\x74\x1d\x77\x3c\xa7\x37\x8d\xc8\x53\xe8\xcd\x3a\xda\x86\x76\x96\xf3\x31\x9a\xb8\xde\x18\x4d\x56\x8e\x03\xe6\x1a\x9d\xb9\xf7\xee\xe9\x3f\xc1\x3c\x47\x69\xfc\x6d\x8e\xf4\x3a\x36\x27\x34\x3b\xc0\xd6\xfc\xd3\xa7\xb9\x4e\x60\xce\xfd\xfb\x9d\x79\x4a\x90\xee\xbd\xbe\x03\xe6\x6e\xd2\x8b\x43\xb6\xdb\x9c\x1e\x41\x97\x88\xc4\xe2\x2f\x3f\xf1\x50\xa7\xc0\x71\x14\x4e\x3b\x01\x88\x00\x72\x3e\x7d\x42\x2b\x07\xcc\x1d\xe0\xdf\xbf\x2f\x28\xf6\x9e\xeb\xe6\xc6\xe3\xc3\x71\x68\xf2\xcf\x9f\xcc\xcb\x64\xef\x2b\xb2\x07\xb9\x97\x92\x53\x38\x40\xfc\xeb\x96\x47\x30\xef\x5c\x06\xe2\x9c\x4d\x8f\x2d\x83\x03\xa0\x3b\x07\xc4\xd9\x63\x2c\x82\xbd\x49\x80\x07\x7c\x30\xdf\xcb\x18\x52\xcc\xd0\x5e\xcb\xa9\x13\x3a\xeb\xce\x11\x9d\x45\xfe\x1d\xc7\xbe\xe3\xd8\xb7\x94\x63\x9f\x10\xb4\x05\xbb\x16\x5f\x6f\xc5\xaf\xd3\xbe\xc4\xd7\x77\xcc\xf5\x8e\xb9\x36\x64\xae\x08\x53\x2e\x6b\x6c\xcf\x5d\x77\xc3\xe5\xc2\x3b\x2e\x57\xc5\xe5\x14\x87\x68\x2b\x67\xc5\x39\x56\x10\xc8\x09\x47\x9c\x15\x24\xdb\xb1\x02\xbf\xc8\x0a\x92\x0a\x56\xe0\x33\x56\x90\x48\x56\xe0\xe7\x59\x81\xfe\x13\xf8\x45\x56\xe0\x57\xb2\x02\xff\xd3\x27\xbf\xc8\x0a\xfc\x3c\x2b\xf0\xdd\xa8\x3d\x2b\x88\x41\x90\xb2\x02\xdf\x01\x9e\xc6\x0a\xfc\xc2\x46\xf5\x25\x2b\xc8\x3d\x7f\xe2\x97\x97\xd1\x4b\x59\x81\x5f\xcf\x0a\x8a\x23\x98\x29\x91\x81\xe8\xb3\xe9\x29\x56\xe0\x2b\x56\xc0\xde\x48\x66\xa0\xb1\x82\x70\x1d\x2b\xe0\x9b\x3b\xc7\x02\x10\xdb\x83\x5d\x0f\xe2\x6f\x4c\xa2\x42\xbd\xe3\x93\x93\xa7\x67\x67\xef\x9f\x3f\x3b\x7b\x9b\xfd\xfa\xfd\xcd\xb3\xb7\x4f\xb3\x9f\x6f\x9e\x1e\x9f\x2a\xb6\x94\x7f\x68\x13\x04\x7d\x7b\xaf\xf0\xa1\xcd\x00\x45\xda\x63\xde\xbb\x1d\x06\x31\xb5\xd7\x49\x6f\x04\x2d\xa2\x38\xa0\x11\xb9\x7e\xb0\x40\x64\x1e\xc4\x71\x10\x61\x23\xa7\x3b\xe6\xeb\x75\xbd\x31\xa7\xcb\xba\x8f\xbf\x0a\x8e\x67\x92\xeb\x2a\x84\xba\x3e\x63\x8f\x18\x11\x26\x87\xa1\x3c\x83\xd4\x66\xdd\x4b\xdb\xf0\x37\xaa\x5b\x80\xb2\xaf\x7f\x89\xc8\x99\xe8\xb7\xd8\x4f\x3a\xdc\x93\x71\xd3\x7e\x05\xb1\x00\xe4\x80\xc6\x5f\x08\x42\x02\xc8\x99\x8c\xc6\x93\x82\xa0\x1a\x4c\x3b\x29\x2b\x4a\x95\x72\x47\x90\x83\x85\xdc\x8e\xa0\xaf\x0b\x44\x25\x82\xb8\xce\xfe\x46\x76\x1d\xdb\xce\xa7\x4f\xe3\x89\xd3\x9b\x06\xd8\xef\x20\xf7\x47\x01\x9c\xeb\x32\xaa\xf7\x3c\x14\xc7\xce\x5e\x30\xed\x20\x47\xce\x19\xf5\x8e\xc3\x30\xba\x5a\x55\xa1\x72\x06\x63\x01\x7b\x3a\x13\xd1\xa1\x93\x1e\x54\xcf\x83\x98\xee\x1e\x6a\xbe\xa7\x76\x09\x35\xef\x30\x83\x9a\x9b\x35\x76\x0f\xb6\x58\xd7\x5d\xc2\x2d\x7a\xcc\x00\x37\x6a\x21\x8d\xcc\x41\x25\x63\xce\xc2\xaf\xe9\xc9\xa0\x5c\xe4\x18\xcb\x9d\x92\x71\xa7\x64\x64\x92\x45\x80\x29\xd3\x31\x22\xbc\xa9\x86\xb1\xbd\x5e\x21\x8e\x51\xdc\x5c\x65\x30\x1e\xa3\xd8\xb5\xb5\xb9\x74\xa8\x9b\x9d\x4a\x4e\x80\x3b\xe2\x94\x75\x6e\x46\xe4\x29\xf2\x26\x49\x51\x79\x53\xec\xfd\xfb\x9d\x74\xb1\x53\x86\xf5\xe9\x93\x66\xbd\x8d\x9f\xfa\xa2\x6f\x67\xb5\xca\xb0\x84\xd7\x2d\xe1\x87\xcb\x6f\x60\xed\x3e\xa0\xeb\x2f\xb0\x6a\x26\x99\x82\x89\x83\xd8\x15\x6b\x67\x6c\xb1\x97\x9e\x09\x6c\xca\xbf\x07\x74\xd6\xb1\x1f\xd8\x8c\x09\x61\x97\xcb\x59\x1e\x14\x87\x4e\x13\x81\x82\xea\x12\x29\x40\x8e\xe3\x00\xdc\x6a\xf5\x71\xe4\x6f\x6c\x1d\xb8\x45\xeb\x2f\xa6\xf1\x99\x09\xa0\x15\x9e\xe3\x05\xf4\x76\x60\x87\xf9\x0a\x75\xb2\x3b\x2b\xf7\xa6\xda\x10\x83\x0c\xd2\x88\xac\x35\x75\xbf\x80\x18\x5e\x18\x44\xba\x5a\xe3\xb3\x2d\x51\x9b\x77\x02\xbe\x84\x73\x54\x36\x39\x2b\x21\x74\x16\x45\x6b\x5d\x81\x2f\xcf\x5e\x1f\x9f\x3c\xcd\x59\xb0\x79\x3b\xb1\x05\xe2\x5e\x88\xf0\x05\x9d\xfd\xd8\xbf\xb3\x63\xdf\x89\x98\x0d\x44\x4c\xcd\x6a\x72\x0b\xcf\xa9\x6a\x5f\x93\x7e\x7a\xeb\x7f\x67\xe4\xdf\xe2\xf8\x58\x44\x61\xe0\x5d\x37\x44\x80\xfe\x6a\x86\xc2\x05\x22\xaa\x83\x07\x6c\x9f\x45\xd3\x22\x8a\xd8\x31\xc2\x56\x88\x00\x08\xc2\xec\x88\x89\xbf\xc6\x23\x26\x70\x3b\xa4\xf6\x88\x81\x37\x7d\xc4\x84\xb7\xf6\x88\x89\xab\x1c\xa9\xf1\x67\x71\xa4\x16\xf4\x9b\x46\x1d\x19\x95\x1e\x5b\x50\x73\x77\xce\x8f\x3d\x06\x31\x3b\xc3\x3a\x7d\x80\x7b\x8c\xc0\x5f\x4d\x9d\xce\x38\x6d\x3e\x71\x6e\xad\x63\x77\xd7\x93\x4b\xfd\xc3\x91\x0b\xb5\x73\x35\x91\x24\xea\xb9\x63\x32\x01\xfe\x76\xe7\xea\xa2\x78\xae\xfa\x15\xe7\xea\x82\x9d\xab\xbe\x3c\x57\x17\xf9\x73\x55\xff\x09\x16\xc5\x73\x75\x51\x79\xae\x2e\x3e\x7d\x5a\x14\xcf\xd5\x45\xfe\x5c\x5d\xb8\x5e\xfb\x73\x95\x1d\x4c\xea\x5c\x5d\x38\x60\xae\x9d\xab\x8b\xc2\xa9\xb7\x90\xe7\x6a\xee\xf9\x93\x45\x79\xe3\xcd\xd3\x73\x75\x51\x7f\xae\x16\x47\x30\xf3\x0e\x06\xe2\x82\x4d\x4f\x9c\xab\xa1\xbb\x00\x50\x9c\xab\xe9\xa9\x0a\x16\xda\xb9\x1a\xac\x3b\x52\x48\x14\xde\xe9\x23\x77\xfa\xc8\x5d\xd4\xcd\x5d\xd4\xcd\x9d\xb6\xb2\x33\x6d\x45\xf2\x8f\x6e\x80\x63\x0a\xf1\xe6\x16\x9f\x5b\x64\x5b\x93\x53\xba\xd5\xe6\xb5\x14\xc6\x3b\x6c\x7f\x16\x6c\xdf\x5a\x7d\xbc\x35\xb6\xe5\x4c\x6e\x31\xb6\x69\xf4\x01\x35\xc5\xb5\x49\xf5\xe7\xdf\x3f\x08\xe2\x6e\x88\x2e\xa0\x77\x5d\xdf\x26\x4b\x0d\x28\xd9\x08\x00\x11\x08\x85\x20\x04\x71\x26\xf8\x05\x5f\xa3\xe0\x17\xb9\x1d\x58\x2b\xf8\x85\x37\x2d\xf8\xc5\xb7\x56\xf0\x0b\xaa\x04\xbf\xe0\x3f\x43\xf0\xbb\xd7\xe9\x03\xd2\x0b\xe2\x63\xb5\x15\xf2\x0a\xb7\xb4\x66\x73\x63\xb9\x88\xf5\x88\xc8\xb3\x53\x65\x43\xe7\x1b\x49\x7b\x5e\x69\x4a\xdf\x34\x0f\xe8\x1e\xb7\x04\x04\xf1\x73\xbe\x99\x8b\xa0\x15\xd2\x77\x56\x20\x71\x43\x4d\x66\xf5\x24\x19\xfa\xee\x18\x4e\x98\xd0\xb9\x8d\xcc\x3a\x2d\xca\xac\xf3\x0a\x99\x75\xca\x64\xd6\xb9\x94\x59\xa7\x79\x99\x55\xff\x09\xa6\x45\x99\x75\x5a\x29\xb3\x4e\x3f\x7d\x9a\x16\x65\xd6\x69\x5e\x66\x9d\xba\x7e\x7b\x99\x95\x89\x7c\x4a\x66\x9d\x3a\x60\xa1\xc9\xac\xd3\x82\x44\x39\x95\x32\x6b\xee\xf9\x93\x69\x79\x73\x2d\x52\x99\x75\x5a\x2f\xb3\x16\x47\x30\xf3\x07\x06\xe2\x94\x4d\x4f\xc8\xac\xb1\x3b\x05\xa1\x90\x59\x53\x3b\x00\x98\x6a\x32\x6b\x54\x71\xc0\xf8\x70\x41\x19\xef\xef\xfe\x2b\x8e\x70\x17\x2e\x82\xfc\x19\xf3\x93\x88\x11\xf5\x21\x85\xaa\xed\x83\xb4\xe5\xf6\x67\x7a\xe5\x07\xca\x2b\x95\xe3\x81\xf7\xfa\xe0\x02\xd1\x51\x3a\x66\xb6\x62\x6a\x9a\xab\x95\xb3\x66\x9e\x75\x79\xa1\x69\x9b\x85\xd8\x95\x5c\x26\xd0\x1a\xcc\x23\x1f\x85\xb2\x8b\xf2\x63\xdf\x33\x9f\x96\xbb\x12\x74\xa0\xe1\x18\x22\xe8\xcf\x04\xc5\xf4\x97\x88\xfc\x3d\x41\xe4\x5a\xac\x42\x88\xe8\xd2\xf7\x46\x18\x04\xd8\x47\x1f\x47\x64\xe5\xd2\x34\xdc\xe0\x8f\x3d\x8b\xff\xf7\xd7\xa7\x6f\xad\x07\x97\x03\x36\x97\x07\x61\x10\xd3\x27\xdf\x2d\xf9\x37\xab\xd5\x9e\x6c\xf1\xdd\x72\xa9\xbe\x5f\xf1\x47\x7f\xac\x0a\xa3\xbd\x41\x5e\x44\x7c\xf3\x98\x20\xf0\x47\x90\x0d\x9c\x86\xd8\xb9\xae\x0b\x1d\x3a\x23\xd1\x95\x85\xd1\x95\xf5\x94\x90\x88\x74\xec\x7f\x46\x89\x35\x4f\x62\x6a\xc5\x0b\xe4\x05\xd3\x6b\x0b\x62\x2b\xf0\x6d\xa7\x16\xe0\x00\x4f\xa3\x07\xdf\x2d\xe1\xaa\x25\xd4\xe2\x58\x48\xc1\xc6\x00\xa6\x14\x94\x8e\xf3\xfa\x5d\x36\x8e\xc7\xdb\xb3\x41\xc6\xb4\x77\x7a\xfc\xf6\xf8\xe4\xe9\xcb\xb7\x4f\xdf\xbc\xff\xfb\xbb\xa7\x6f\xfe\xf9\xfe\xf5\xf1\x9b\xe3\x17\x93\x11\x1c\x93\xde\x2f\xaf\xde\x3c\x7d\xf6\xd7\x97\xef\x7f\x7b\xfa\xcf\x89\x0e\x0b\x2e\xc3\x20\xe2\xee\x9a\xc3\x90\xf0\xf6\xbb\x85\x41\x9c\x41\x29\x0c\x10\x84\xf5\x30\xf8\x28\xa6\x24\xba\x7e\xf0\xdd\x32\x1c\xe3\xde\xd9\xf3\x77\x7f\x15\xa3\xac\x81\x2a\x2c\x43\x55\x5a\x91\x30\xc2\x2d\x00\xf1\x58\xf3\x9d\x81\xc1\x7b\xcb\xf6\xa9\x7e\xfe\x92\x85\xd7\x31\x6c\xe5\x34\x68\xc7\x3c\x03\xd1\x6a\xe5\x98\xb8\x80\xf6\x69\xbc\x88\xb0\x5f\x24\xc7\xf4\x5b\x02\x68\x8f\x73\x94\x97\x70\x9e\x0f\xe2\x82\xeb\x58\x9b\xce\xb6\xd6\xb0\xb8\x19\xa5\x8b\x1a\x8b\xae\x51\xb8\x67\xd3\xc0\xb7\x54\x5e\x5d\xa5\xc0\x46\x0a\x58\xb6\xb3\xd8\x84\x42\x77\xb9\x52\xec\x44\x17\x54\x48\x85\xa0\x12\x32\x41\x85\x48\x41\x25\xcc\x0b\x2a\xfa\x4f\x10\x16\x05\x95\xb0\x52\x50\x09\x3f\x7d\x0a\x8b\x82\x4a\x98\x17\x54\x42\x17\x37\x11\x54\x74\x62\x22\x52\xe9\xfa\xf4\x09\xaf\x1c\x10\x3a\x00\x6a\x82\x4a\x58\x10\x23\x42\x29\xa8\xe4\x9e\x3f\x09\xcb\x58\x85\xa9\xa0\x12\xd6\x0b\x2a\xc5\x11\xaa\x09\x83\xbb\x2a\xa4\xcb\x62\xbb\xc4\x0e\x11\x56\xa2\x6f\x70\x17\x55\xec\xfc\x2c\xb7\xa3\xe2\xbd\xed\x7b\xf6\x9e\xb1\x4b\x1b\xc7\x22\xa5\x23\xa9\x76\x0d\x78\x61\x80\x30\x15\x1b\xc9\x01\xbb\xf1\x36\x9b\x74\x47\xa5\x6f\x89\xf1\x6c\x10\xf2\x3c\x83\xec\x39\x17\xe5\x63\xf1\x70\x35\x8d\xc8\x1c\xd2\x97\x3c\xc6\x86\xd1\x72\x30\xed\x34\x8b\xce\x91\x31\xea\xb6\x7d\xcf\x75\xd1\x93\x25\x8e\x47\x68\xa5\x36\x97\xe8\xf4\x14\x52\xe8\x31\x85\x8f\x64\x49\x13\xec\xf0\x45\xab\xd5\x0a\x84\x6e\xd4\xd1\x9d\x8d\x29\xb4\x63\x3c\x01\xdb\xe8\x17\x4c\xb2\x2d\x74\xcd\x27\x3c\x26\xdb\xf6\x0b\x1d\x4d\x3a\x4e\xd6\xb1\xd6\x06\x39\xea\x26\x36\x5c\xe2\xb0\x29\x9b\xd2\x39\xae\xab\xb3\x25\xc4\x93\x06\xe4\x93\x0b\x44\x5f\x5d\x61\xb5\x49\xce\xae\xe7\xe7\x51\x18\xcb\x30\x0d\xb7\xae\x0d\xeb\x86\xde\xbf\xdf\x21\x2e\xe9\x4d\x83\x90\xad\x5a\x06\x49\xa6\xea\x18\xbb\x38\x45\xb1\x47\x82\x05\x23\x49\x06\xa3\xc6\xf2\x56\x3c\xb4\xb4\xb7\x48\xe2\x59\x8f\x4d\xf3\x9a\xb3\x23\x95\xd0\x80\x33\x26\xcc\x69\x64\x1a\x91\x0e\x83\x94\xba\x83\x1f\xe8\xff\xa4\x24\x2d\x63\x5f\x7e\xa0\xdf\x7f\xaf\x66\xc2\x96\xe4\x9e\x9b\xb6\x18\xd3\xc9\x13\xfd\xc7\x68\xb9\xda\xa3\xff\x3d\x7c\x82\x25\x5a\x3a\xc4\x01\xf7\xfa\x26\xf6\x4d\x9d\x25\xe4\x1c\x87\x8c\xe9\x84\xa9\x02\xa3\x35\x33\x8c\x8d\x26\xaa\x00\xc5\x1d\x04\xd6\x7d\xda\x21\x8e\x33\xd2\x60\xaa\x00\xa8\x9a\x2d\xae\xc3\x3e\x01\xd4\x61\x93\x50\x08\x46\x19\x82\xe1\xd7\x66\x6f\x13\x0c\x30\x6c\xad\xc3\xe0\x78\x04\xa5\x52\x11\x32\xa5\x22\x5e\xa7\xcd\x68\x5b\x35\x36\xe9\x07\xa4\x43\x3a\xcb\x95\x48\xd6\xca\xb1\x4b\xe8\x38\x60\xb9\x02\x52\x7f\x08\x57\x4e\x1b\xb5\xc7\x08\xa6\xae\xfb\xc4\x3b\xd2\x7d\xb4\xe9\x3d\xf8\x6e\x19\x1b\x55\xa0\xf6\x53\x5c\xad\xcf\x23\x55\xec\xed\x3c\xc0\x7e\x80\x2f\xba\x24\xa9\x89\x1c\xb8\xe3\x85\x77\xbc\xf0\x8e\x17\xde\x08\x2f\x64\x0c\x40\xec\x7f\xc6\x69\xf8\x46\x8e\x19\xc7\x09\xd6\x31\x46\x7d\xe3\xa6\x9c\x31\xd7\xdd\x06\x3c\x24\xde\x88\x87\x78\x51\x44\xfc\x00\xd7\xd5\xa4\x68\xc4\x41\x6e\xd2\x87\xd8\xc8\xb4\x06\x12\x12\x08\x3b\x57\x15\xe6\xb3\xa9\xf2\x2c\x1b\xfd\x48\x12\x0d\xff\xb7\xfb\x46\x8c\xd4\x7d\x76\x3a\xb2\xbe\x5b\xc2\x3a\x5b\x56\x03\x8f\xa1\x42\x9c\xef\x7d\x45\xb8\x2d\x9b\x7d\x52\xfc\x41\x0a\xc3\xe8\xe2\x81\x9f\xaa\x1f\xf1\x06\xb8\x08\x62\x2f\xba\x44\xe4\xba\xeb\xcd\x60\xb0\xde\x3a\x72\x77\x6c\xdd\x1d\x5b\x77\xc7\xd6\xc6\xc7\x56\x33\x09\x99\xf3\xce\xe0\x26\xe4\xe4\xc2\x76\x2f\xca\xc9\x66\xbe\x1b\x7c\x2e\x01\x9a\x5b\x8c\xd6\x39\xd9\x2a\x5c\x6f\x88\x61\xa4\x3e\x71\x63\x07\xeb\xcc\xcb\x1f\xc4\x6e\x71\x8c\x10\x51\x8b\xb8\x45\x26\xf0\xe3\xbe\x66\x74\xcc\xb6\xfc\xbe\xbe\xff\xf7\xf9\xfe\xcf\x4c\xe0\x79\xeb\xba\xce\x66\x8a\xbd\x03\xe2\x32\x4a\x38\x26\x04\x5e\x77\xe8\x8f\x83\x27\xb4\x3b\x18\xf5\x1d\x00\xdd\xc1\x0f\xf0\x7f\xe8\x0f\xf0\xfb\xef\x1d\x32\x86\xdd\xc1\x44\x1b\x1b\x4e\xd2\xb1\xc6\x76\x46\x9b\xf6\xf7\x78\xd2\xe9\xf5\x7a\x45\x13\xfd\x4d\x8f\xaf\xec\xfd\xb9\xf1\x19\x63\x58\x81\xc0\xad\xf3\x14\xdc\xa1\x49\xa0\x49\x05\xeb\x54\x19\x59\xf3\xa6\xd8\xdd\xa7\xf6\x28\x63\xe6\x57\x90\xdd\xb3\x62\x44\x93\x92\x92\xd8\xc9\x50\x04\xa5\x88\x59\x80\x50\xfc\x8a\x69\x44\x10\x88\xf9\x0f\x91\x32\x05\x22\xb9\xf3\x13\x37\x64\xb8\x95\x43\xfc\xc2\x4e\x31\x07\x78\x6e\x28\xdc\x52\xe2\xb7\x5c\x39\x5b\x91\x87\xed\xba\x22\xab\xcc\xc2\x3d\x48\x29\x09\xce\x13\x8a\xe2\x27\x9d\xc0\xd5\x7f\x77\x1c\x10\xb9\x49\xd6\x79\x07\x83\x25\x3b\xe1\x59\x33\x10\xb9\x81\x03\xa0\x72\xad\x19\x65\x1d\xd4\x89\x01\x05\x11\x08\x80\xc7\x0e\xd5\x9e\x07\x69\xd1\x7b\xa3\xca\x26\xf4\x38\xab\xec\x20\xde\x8e\xce\x10\x36\x36\xa3\x9d\x04\xa0\xac\xc3\x95\xfa\x68\x19\x4c\x3b\xc8\x52\xe1\xbb\xd1\xd4\x7a\x7b\xbd\x40\xfc\x38\x92\xc7\x13\x92\xb8\xa2\xee\x78\x19\x53\x48\x93\x78\x64\xdb\xdf\xa3\x9e\xf8\xfb\x24\xf2\x11\xa0\x01\x0d\xd1\xc8\x7e\x3b\x43\xd6\x39\xf4\x3e\x20\xec\x5b\x92\xc8\x91\x6f\x5d\x05\x74\xc6\xce\x31\xc1\xd0\x81\x8f\x28\x0c\xc2\x11\xea\xcd\x51\x1c\xc3\x0b\xb4\x9a\xf0\x35\x21\x7b\x94\x5c\x2f\xe3\xab\x80\x4d\x53\xef\xdc\x59\x7a\x30\x46\x56\x7f\x24\xf6\x1d\xee\x1d\x9f\x47\x84\x72\x00\x01\x11\x53\x8f\xc7\xfd\x89\xfc\xc2\xb5\xfb\xf6\xde\x39\x41\xf0\xc3\x1e\xff\xec\xa0\x3f\x48\x3f\x7c\x87\x99\x06\x18\x91\xe0\xdf\xc8\x17\xe7\x2d\x05\xb6\xed\xe4\x9b\xef\xa7\xcd\x7f\x89\xc8\x79\xe0\xfb\x08\x57\xb6\x3d\x48\xdb\xbe\x8c\xe8\x2f\x51\x82\xab\xbb\x3d\x4a\x9b\xbe\x0d\xe6\x28\x4a\xc4\x04\xf2\x6d\x1e\xa7\x6d\x4e\x22\x3c\x0d\x03\x8f\x56\x75\x37\x1c\xa6\x4d\x9f\xe1\x4b\x18\x06\x6a\x60\xd5\x4c\xb2\x81\x11\x71\x75\x54\xfe\xe8\x1e\xf6\xfb\x4f\xc4\x77\x67\x88\x5c\x22\xa2\x0d\x30\x12\xcf\xe5\x97\xe2\xd9\x6a\x25\xc8\x0e\x3a\x4b\xe2\xc2\x95\xa0\x07\xb2\xfa\x53\x69\x89\x9a\x48\x27\x33\xea\x34\x87\x2e\xb0\xb9\x84\x64\x03\xec\x88\x2f\x32\x59\xa9\xc9\x77\xa2\x35\xff\x7a\x1a\x60\xff\x38\x0c\x73\x91\x4b\xa6\xef\x7e\x11\xed\x6c\x67\xe5\xe5\xc3\x1f\xf4\x01\x03\xc3\x87\xba\x7b\x9a\x8f\x98\xe4\x43\x17\xd6\x7d\xaf\x47\x3a\xf0\xef\xfd\x7c\xd8\xc1\xba\xef\xf5\x28\x05\xfe\xfd\x0a\x24\xb9\x8c\x36\x2f\xe3\xcc\x3e\x4f\x6a\xbb\x0b\x65\xfb\x16\x42\xd9\x42\x77\xaa\x92\xda\x36\x0b\x65\x5b\x5f\x8e\xa8\x61\xa0\x97\x29\xa2\x4b\xd3\xff\xc9\x37\xad\xff\xc3\x36\xfa\x3f\x6e\xaa\xff\x13\xa5\x6b\xe3\x1a\xfd\x5f\x66\x11\x7e\x0e\xfd\x1f\x3b\xce\x48\x83\x69\xe7\xfa\x3f\xae\xd6\xff\xbf\xba\x5c\x49\x21\x56\x9b\x04\xeb\xb5\x66\x6b\x02\x04\x05\x6b\x26\xeb\x54\xfb\xaf\xb6\x9c\x62\x8c\x3c\x9a\x6d\xe7\xf5\xb6\xd3\x60\xf5\xdd\x32\x0b\x80\x79\x62\xff\x1f\x4e\xdb\x41\x7c\x81\x46\x96\xfd\x7d\x38\xb2\x6d\x4d\xd3\x87\x1d\x68\xd6\xf4\xed\xff\x67\xe7\x0d\xdd\xe9\x0c\xda\x39\x06\x77\x15\x0f\xc9\xc5\xcd\x71\x08\x78\xf1\xd7\x89\x0b\x7b\xf1\x22\x0c\x68\xc7\x1e\xd9\x4e\x6f\x0e\x17\x1d\x1f\x79\x91\x8f\xde\xbd\x79\x76\x12\xcd\x17\x11\x46\x98\x56\xdb\x47\xca\x98\x7d\x80\x3e\x42\x8f\x07\x81\x8a\x68\xff\xd1\x1f\xdf\x2d\xc3\x15\x37\x9c\xfc\x01\x7c\x14\xd3\x00\x73\x2e\xc9\x9e\x07\xec\x79\xc4\x9e\xeb\x4b\x71\x02\xbd\x19\xea\x9e\x44\x98\x92\x28\x1c\x59\x38\xea\x72\x0d\x63\x93\xb8\x4c\x1e\xb9\x25\xc4\xeb\xd0\x5d\x9e\x71\x80\x5e\x9e\x8d\x48\x4f\xfd\x09\x4e\x33\x88\xf8\x8b\xdc\x6f\x20\x9b\xc1\x39\xca\xbe\x61\x12\x85\xde\x4a\xbc\x2c\x3c\x91\x5f\x32\x59\x3f\xfd\x92\xfd\x00\x2f\x10\x85\x23\xd2\x63\xff\x00\xb5\xb9\x19\x36\x78\x0f\xea\x57\x6a\xe0\xc8\xaa\x46\x12\x60\x1f\xf3\xcd\x2e\x19\xa6\xed\x3c\x09\x7b\xe2\x89\x4b\xe4\x1f\x23\xd2\x7b\x9d\x15\x06\xe1\x81\x5a\xda\x6f\x37\xf7\xd6\x01\xa5\xb0\xc8\x66\x6b\x09\x53\xdc\xb1\xc5\x83\x1a\x56\xca\xeb\x0b\xf3\xe8\x14\x1f\x14\x30\xb5\xfa\x03\xd4\x86\xa3\xe2\xca\x70\xd4\x70\x6d\x48\xac\xce\x13\x85\xc8\x68\xd1\xc2\x0a\x1b\x1f\xb3\x05\x94\x75\xd1\x8c\x84\x95\xd3\xee\xab\xa3\x61\x89\x29\x22\xf7\xf4\xe9\xf3\xa7\x6f\x9f\x7e\x4d\x08\x2f\x99\x25\xab\x92\x56\x95\x2c\x54\x53\x01\x70\x9d\xb8\x94\xd0\x20\x8c\x1f\x04\xf1\x2f\x51\xe8\x73\xd3\x65\xf1\xd5\x07\x74\xfd\x36\xe2\xc6\x21\x93\x98\xc5\x46\x36\x0a\x5f\x86\xa7\xb2\x82\x9a\x21\xd0\x5e\x04\xad\x6a\xe2\x59\xf0\x4d\x8b\x67\xd1\x8d\x88\x67\x41\x13\xf1\x2c\xf9\xbc\xe2\x59\xf0\x65\xc4\xb3\xe4\xeb\x14\xcf\xbc\xed\x23\xac\x40\x8c\x16\x90\x97\x9c\xbb\x19\xf7\xcc\x87\xcb\x07\xdf\x2d\x79\x7a\x9d\x04\xd0\xe9\xc4\x0e\x77\xd0\xb0\xed\xc9\x95\x71\x2e\x5b\xe4\xe0\xd0\x8e\x90\xa8\x13\x7d\xad\x11\x5c\xd5\x53\x2f\xc6\x70\x6d\x33\xc9\x13\x83\xa1\x47\xc8\x53\x81\x5b\xee\x57\x0b\xec\xc5\xe3\x30\x77\x8e\x38\x8e\x01\x00\x3c\x8e\x55\xcc\xb4\x68\x53\x9a\xad\x92\x4d\x0c\xb3\xc5\x63\x98\x65\x6e\xf0\x99\x07\xa9\x04\x19\xf1\x13\xb5\xcb\xc5\x2f\x8b\xa2\x8f\xf4\xc1\x22\x84\x01\xfe\xc1\xf2\x66\x90\xc4\x88\xba\x09\x9d\x76\x8f\x32\x14\xd1\x66\xa2\xc4\xa6\x33\x67\x48\x9e\x86\xf0\x22\x1e\xe1\xde\x2f\xec\x5f\xd3\x6a\xdc\x66\x64\x9c\x16\xed\x6d\x81\xf0\xe1\x25\x3f\xf0\xec\xd1\x14\x8c\x20\x07\xc6\xfd\xfb\x9d\x44\x58\x62\xa4\x89\xdb\xe3\x98\xab\xc1\x5d\xd0\x84\x6a\x82\x22\xa2\x38\x7e\x09\xf2\x12\x12\xa3\x51\xb2\x2a\x23\x4e\x93\xb9\x0c\xb8\x0b\x4a\xb8\xf3\x0c\x42\x8f\xb7\x46\xe8\xa9\x2d\x7c\x7b\x17\x0d\x72\x17\x0d\x72\x17\x0d\x72\xe3\x01\xdd\xeb\x2d\x41\x4c\xd5\x22\x18\x86\x0f\x92\xa0\x61\x10\xdd\x76\xc1\x1c\xb7\x2c\x9c\xa5\x38\xfd\xcf\x11\xcf\x52\x40\xc1\x73\x04\x7d\x44\x0a\x28\x60\x13\xae\x4d\x2e\x16\x4e\xb6\x07\x21\xff\x78\x2d\xc0\x44\xbd\x78\x83\xa6\x04\xc5\xb3\x91\xb5\xdf\x97\xd0\xfc\x99\x87\x61\x9b\x7c\x4d\x7d\x3a\x2d\xf3\x35\x8d\x9f\x56\xa7\x6b\xae\x8b\x03\x5a\x53\x0c\xbc\xa1\x8f\xa2\x4a\x21\xde\x5d\x00\x27\x69\xb3\xc5\x05\x21\x35\xa0\x0d\x0c\xe7\x48\x94\x82\xae\x26\x87\xa2\xed\x10\x37\xcd\x44\x57\x50\x04\xbe\x00\x42\xdf\x91\xa4\xd9\x8e\x64\xf0\xd5\xec\xc9\x14\xfc\x07\x8d\x21\x2d\x49\xe5\xa4\x3a\xd9\x39\xd7\x7d\x2e\xd9\x59\x1b\x8a\x1b\x31\x69\x4f\xd9\x36\x53\xab\x24\xd5\xad\x92\xe0\xf8\xe4\x79\x3c\x5a\xbe\xe6\xe5\x44\x4f\xc5\xf2\xc5\x23\xda\x63\x8f\x7b\xf9\xa7\xdc\x8e\x8c\xdc\x1f\x3b\xcb\x67\xa7\x23\xd4\x7b\x76\xca\x08\xf8\x4d\x14\xa2\xe2\x67\xfa\x33\xd3\x47\x2b\xc3\xec\x4b\x92\xf9\xb6\xb3\xbf\xf5\x33\x2e\x89\xdf\x86\x19\x6b\x32\x6e\xcd\xa4\x4b\x62\x2d\x59\xc3\x5a\xa2\xc0\xf7\xba\x0b\x12\x5d\x06\xdc\x1e\xb7\x21\x87\xe1\x89\x96\x25\x5b\x1e\x8e\x70\x17\xcd\x17\xf4\xba\x1b\x23\xda\xae\x3e\xd4\x37\x2b\x1d\xdf\x19\xe3\xbe\x2d\x63\x1c\xd3\x92\xbd\xed\x23\x69\x81\x27\x2a\x36\x23\x7c\xe9\x54\xa7\x5e\x3f\xc9\x2b\xb6\xf6\x4b\xc5\x08\x6c\x67\xd4\x71\x18\x9f\x59\x39\x3c\x1a\xcc\xbf\x2b\x57\x56\x1d\xf6\xb8\xde\x03\x2d\x4e\x66\xc8\x45\x93\xb0\xa9\xba\xc1\x39\x69\x45\x4a\xa9\x59\x6e\x09\x73\x46\x3c\x29\x0f\x40\x93\xf0\x4d\x9c\xb6\x1a\xc7\xee\xcb\xea\xbc\x7e\x75\x96\x65\x88\xb1\xc9\x8a\x04\xd3\x84\x84\xa5\x89\xae\xf5\xf0\x4a\x23\x91\xc7\x26\xc6\xb5\x8a\xe3\x84\xce\x5e\x88\xdc\x32\x08\xde\x20\x3f\x20\xc8\xa3\xef\xde\x3c\x1b\x19\x6b\x12\xfc\x7c\x7c\xf6\xf4\xfd\xbb\x67\xef\xdf\xbd\x79\x6e\x3b\xdf\xdb\x02\x1a\xb6\xd0\xe7\xd0\xfb\x60\x9b\x54\x93\x63\x15\xb9\x58\x85\x29\xe0\x45\x3e\x1a\x85\x80\x29\x22\xa8\x6c\xd1\x6d\x83\x38\xfd\xbb\xb0\xd9\x77\x6c\xf0\xc2\x97\x0d\xd5\x41\x0e\x6f\xa3\xd5\x52\xf8\xd9\xf5\x6a\x9d\x08\xc4\x9d\x49\xc4\x19\x90\xff\x3c\xba\x88\x12\xaa\xc9\xdc\xfe\x08\x17\x11\x8c\x77\x45\x99\x21\x1f\x6c\xcd\xd4\xd4\x7e\x3c\x11\x12\xcb\xdb\xe8\x03\xc2\x23\xbd\x02\x12\xd4\xe9\x65\x1b\x25\x32\x23\xbc\x96\x2a\xa4\xe1\xc3\x82\x02\x19\xa6\x68\xdd\x06\x40\xb9\x38\x06\xe8\xd2\xd2\x1d\x2b\x83\xf2\x0a\xe6\xb9\x42\x81\x0b\x79\x00\x4c\x79\xa1\xc0\xf3\xed\xa2\x2b\x2f\x8b\xd1\x95\xe7\x15\xd1\x95\x97\x63\x34\x71\xcf\x65\x74\xe5\x65\x3e\xba\x52\xff\x09\x2e\x8b\xd1\x95\x97\x95\xd1\x95\x97\x9f\x3e\x5d\x16\xa3\x2b\x2f\xf3\xd1\x95\x97\xee\xb4\x7d\x74\xe5\x1c\x2c\xd2\xe8\xca\x4b\x07\xcc\xb4\xe8\xca\xcb\x42\xec\xe3\xa5\x8c\xae\xcc\x3d\x7f\x72\x59\x3e\xd6\x66\x69\x74\xe5\x65\x7d\x74\x65\x71\x04\xf3\xc9\xcc\x40\xbc\x64\xd3\x53\x85\x02\x2f\x55\xa1\x40\x1e\x57\x09\xce\xc1\x0c\x5c\x6a\xd1\x95\xfe\x1a\xdd\xa2\xc1\x4d\x3c\x8d\x0c\xe7\x55\xb7\x07\x7c\xb3\x4a\x42\x7c\x23\x4a\x42\xd8\x44\x49\x08\x3e\xaf\x92\x10\x7e\x19\x25\xe1\x6b\xad\x41\x7c\x77\xf9\xc4\x5a\xa1\xbe\x56\xd2\x53\x25\x8a\xe3\x11\x74\xc7\x13\x65\x94\xd7\x24\xfc\xa6\x17\xd4\x75\xa0\x0b\x95\x75\x27\xee\xc4\x4c\x3c\x42\x42\x36\x4a\x75\xb2\x11\xe1\xfb\xbd\x2c\xa5\xa4\x4a\x83\x2a\xd2\xc2\xc1\x4d\xcb\x2c\x28\xa0\xf4\xd0\xd3\xcf\x2e\x96\x68\x07\x57\xc5\x73\xb6\xb1\x0c\x62\x41\x92\xbb\xf3\x42\xab\x1f\x8c\xef\x92\x2e\xbe\x8d\xa4\x0b\xe8\x4e\xd5\x9d\x17\xd5\x49\x17\x7b\x75\x62\x41\xfd\xdd\x74\x0d\xbd\x19\xaa\x97\x96\xe1\x80\x3b\xb0\x5a\xde\x85\x0f\xde\x59\x2c\xef\x2c\x96\xc2\x62\x19\x36\xb0\x58\xc6\xeb\x2c\x96\x42\x6a\xf1\x37\xcb\x16\x51\xb6\xba\xc0\xaf\x37\xd5\xb1\xc3\x96\xf3\x8c\x00\x19\x8b\xbd\x55\x46\xd1\x91\x9c\xe3\x1b\xb6\xf6\xfd\x97\x41\xdc\xc0\x40\xb4\xb6\xd8\x9b\xbc\xaf\xf3\xbb\x65\xd8\x2e\x46\xb0\xc1\xec\x4c\x31\x82\x75\xa5\x97\x05\x28\x4f\xb8\x4d\xb3\x3a\x88\x8e\x14\x02\xc1\xf2\xb6\xd0\x66\x0e\xcb\x37\x49\x88\xe2\x11\xed\xf1\x7f\x41\xd6\x3d\x7b\xa6\xfd\x5a\x01\xaf\x23\xfa\xe2\x73\x36\xd9\x52\x4b\x3e\x47\x2d\xaf\xa4\x66\x1a\xc5\x6a\xda\x35\x41\x7d\xb9\x45\x82\xc5\xaa\xd4\xe1\x97\x9d\x7e\xc9\x01\x19\xaa\xe9\xc7\xf5\xc1\x90\xc5\x8a\xd9\xc6\x80\xbe\x70\x0c\xd7\x44\x3e\x6a\xce\xcd\x3c\x31\x17\xf1\x14\x1b\x5c\x9c\x6b\xcd\x10\x24\xfa\xd8\x4e\xdc\xb8\x0b\xdd\xbb\x0b\xdd\xbb\x0b\xdd\xbb\xa1\xd0\xbd\x5d\xc7\xbc\xa9\xb2\x6f\x2a\xdb\xaa\x69\xc8\x5b\xfa\x42\xe4\x7b\x72\xde\xf2\x79\xca\x3a\xd5\xde\xa4\xda\x50\xfd\x11\x7d\xdc\x29\x3f\x77\xca\xcf\x9d\xf2\x73\xa7\xfc\x34\x51\x7e\x18\xc7\xf8\x16\x35\x1f\x36\xaf\x5b\xa1\xf7\x30\x40\x3e\x87\xd6\xf3\x5a\x6a\xb1\x23\xda\x53\x7f\x82\x33\xe1\x09\x78\xe6\x23\x4c\xf9\xf5\x8e\x23\xda\x2b\x3d\x03\x2f\x23\x3f\xdf\x24\xff\xe0\xd6\xe8\x49\x72\x49\x77\xa3\x25\x7d\x49\x74\xdd\x32\xbd\x4a\x6d\x95\x5d\x68\x55\x8d\x2f\x2e\xbe\x53\xb0\xee\x14\xac\x3b\x05\xeb\x2b\x56\xb0\x66\x08\x86\x74\xa6\x36\xfc\x97\xd2\xaf\x36\x92\x39\x38\x52\xe2\xa2\x7f\xb7\x88\xd9\x7c\xb9\x8f\x16\x8a\xdc\xba\x5b\xc4\xef\x58\xdf\x1d\xeb\xbb\x63\x7d\x37\xca\xfa\x2e\x20\x45\x57\xf0\xda\x90\x1b\x9a\xfa\xd1\xe3\x27\x29\x4b\x33\x47\x6e\xcb\x3e\xba\x72\x3b\xc7\x5d\x9e\x39\x6a\x66\x74\x45\x8e\xa6\x3d\xad\xc8\xa9\xdc\x84\xdd\x59\xd6\x1f\xa3\x35\x40\x2b\x60\xcd\x10\xee\x10\x96\x5b\x97\xe4\xba\xe1\x79\xf4\x79\x6c\x7b\x31\x6a\x1f\xf0\x68\x30\xd8\xa5\xdd\xec\xa2\xda\x91\x76\xc6\xdc\xc5\x4d\xde\xc5\x4d\xfe\x27\xc5\x4d\x8a\x33\x26\xda\xde\xba\x66\x66\x67\xbb\xb0\x61\xc9\xad\xae\xf2\xf5\xc3\x76\xcc\x4c\x06\x1f\x7e\x8d\xc6\x3b\x35\x71\x79\x47\xb7\xd9\x80\xb7\xcd\xfc\xaa\xad\x2f\x81\x5b\xee\x77\xf7\xd6\x17\x65\xd2\x52\x13\xad\xb9\x1c\x3b\x30\x1c\x35\xeb\x8a\x17\xd3\xe8\x03\xda\xfa\xa0\x91\x9d\x7c\x39\x47\x12\x63\xc5\x01\x88\x40\x92\x05\xf7\x7b\xdf\xf4\x21\xe5\xdf\xc8\x21\xe5\x35\x39\xa4\xe6\x9f\xf7\x90\xf2\xbe\xcc\x21\x35\xff\xfc\x2e\xa5\xc5\x0e\x5c\x4a\x8b\x9d\xb9\x94\x18\x44\x53\xb7\x13\x54\x24\x0b\xf0\x14\x38\xdb\x01\xd1\xce\xd3\x05\x44\xcf\x5a\xc2\x40\xf2\x15\x24\x0c\xac\x3d\xfe\x49\x14\xa2\x51\x08\x44\x50\xd2\xfa\x5b\x65\x39\x47\xe5\x6a\x59\xe1\x43\x50\x3c\xdb\xfc\x8e\xff\xb5\x9e\xdd\xe9\x44\x2b\x0f\xee\x6d\x26\xd7\xd6\xf3\xc6\x21\x79\xc2\xc6\xdc\xcc\xf5\xe6\x77\x6a\x6a\x84\x98\xfc\x47\x6f\x22\x19\x79\xc7\xfe\xdd\x8d\x37\x09\x3c\x8f\x3c\x18\x8e\x68\x8f\xff\xbb\x02\x8b\x4d\x5c\x71\xe9\x32\xdf\x73\x5d\x28\xe2\x02\x9d\x22\xe2\xf2\xa8\x13\x37\x75\x3c\xf9\x6e\xd9\xd0\x71\x97\x33\x25\xd0\xd4\x5a\xb1\xa7\x9c\x80\x35\x4b\xd0\xd2\x09\xa8\xc8\xab\xd6\x0b\xf8\x55\xae\x5c\x9d\x57\xb0\xbc\x6d\x6e\xdc\x2b\x98\xee\xe3\x4a\xb7\x60\x06\xfa\x19\x0a\xa7\x9d\xec\x92\x37\xb6\xeb\x33\x66\x13\x23\x8f\x20\xca\x18\x0e\x6e\xc0\x38\x62\x14\x4e\x25\xe3\x20\x9a\xaa\x53\x4c\xc9\x0e\xdb\x96\x8d\x87\xa6\x82\x4a\x61\x84\x2b\x10\x9e\x9b\xf5\xce\x6c\x55\x26\x42\x8e\x57\x0f\x3c\x06\xc7\x13\x13\x73\xdc\x7a\x95\xd5\xa4\xe3\x74\x85\x36\xcf\x0e\xe3\xab\xdc\x32\x5f\x3d\xff\x4d\x21\x2f\x8c\xcf\x5b\x7e\x1e\x6e\x0a\x95\xbe\x88\x19\x70\xaa\x53\xf7\xc7\xcf\xb2\x87\x8a\x45\xde\x52\x78\x62\x67\x05\xc2\x62\x36\xdc\xb9\x1b\x69\xd9\x70\xb3\x54\x42\xba\x74\xc7\xc1\x04\x5c\x6f\x97\x0f\xf7\xaa\x98\x0f\x77\x5d\x91\x0f\xf7\x6a\x8c\x26\xee\xb5\xcc\x87\x7b\x95\xcf\x87\xd3\x7f\x82\x57\xc5\x7c\xb8\x57\x95\xf9\x70\xaf\x3e\x7d\x7a\x55\xcc\x87\x7b\x95\xcf\x87\x7b\xe5\x5e\xb6\xcf\x87\x3b\x07\xb3\x34\x1f\xee\x95\x03\x2e\xb4\x7c\xb8\x57\xc5\x6c\x35\x99\x0f\x97\x7b\xfe\xe4\x55\x59\xee\xbb\x48\xf3\xe1\x5e\xd5\xe7\xc3\x95\x46\x30\x8a\xae\x0c\xc4\x57\x6c\x7a\x22\x1f\x2e\x71\x5f\x81\x48\xe4\xc3\xf1\x04\x79\x70\x0d\x2e\xc0\x2b\x2d\x1f\x6e\xba\x56\x8f\x5f\x44\x61\x74\x71\x17\xa2\x7e\xe7\x46\xbc\x73\x23\xde\xa0\x1b\xb1\x8d\xdf\x0a\x7c\x08\xb0\x3f\x8a\x6e\xba\x46\xab\x0a\xa2\x52\x2c\x20\xe7\xcc\x52\x30\x7c\x31\x9f\xd6\xa2\x70\xf9\xb0\xb8\x65\x98\xa0\x38\x0a\x2f\xf9\xe5\x1d\xe2\x41\x18\x41\xbf\xab\x31\xce\x3c\xf7\x12\x74\xf0\x00\xe1\xcb\x80\x44\x98\x6d\x3c\x73\x25\xc0\x6f\x87\x00\x85\xd5\xe5\x38\x63\xd6\x05\x7b\x8a\xc9\x86\x02\xc5\xad\x86\xf6\x9c\x0f\xf8\x9a\xa0\x69\xf0\xd1\xce\x6a\xbd\xf5\xf4\xe7\x59\xeb\x45\xe4\xbf\xa8\xf8\xa0\xf0\x2a\xfb\xe6\x4d\xba\x7c\xe9\x46\xc9\xc7\xbc\x80\x7c\xc9\xf7\xb0\x0a\x0a\x33\xd1\x78\xea\x4e\xa9\xee\x1c\x62\x78\xc1\x8e\xad\x8b\x30\x98\xcf\x8b\xc5\x25\x7f\x92\x4f\xb3\x0f\x1e\x74\x17\x24\xb8\x84\x14\x3d\x10\x64\x55\xea\xa9\x7c\xe6\xb5\x5e\xbb\xca\x0f\xe4\x0c\xed\x9c\x4d\xea\x5e\x1f\x5c\x20\x3a\x2a\x15\x44\xca\x58\xcc\x6a\xb5\x0e\x0d\xf1\x83\xae\x7f\x8d\xe1\x3c\xf0\xba\x28\x44\x6c\xb5\xbb\x90\x8d\x93\xe1\x62\x92\xbf\x39\x79\x7b\x7a\x14\x27\xa3\xa0\xc2\xf4\x8a\xaf\x9e\xa0\xce\x8e\xa3\x09\x26\xb4\x35\xec\x5f\x0b\xdc\x90\x83\xf5\x80\x33\xbd\x1b\x85\x59\x5d\xed\x2b\xa0\xfe\xf5\xed\x8b\xe7\x3f\x43\x12\xf7\x28\x9a\x2f\x42\x48\x51\x67\x19\xf8\x23\xfb\xaf\xef\xfe\x76\xfc\x78\x7f\x7f\x60\x83\xf3\x30\xf2\x3e\x8c\xfe\xb2\xb4\x63\x21\x4c\xd9\xa3\xb1\xfd\x13\x85\xe7\x12\x50\xfb\x3e\xa4\x94\xf3\xcf\x9f\x22\xec\x85\x81\xf7\x81\x3d\x4b\x69\xd3\xfe\x69\x46\xd0\x94\xdf\xf7\xfe\x51\x9c\x21\xec\xef\x29\xbf\xe6\xdd\xe6\x85\xe0\x38\x37\xb1\x47\xe3\xf1\x43\x30\xde\x7f\x04\x86\x13\x30\x1e\xef\x0f\xc1\xa3\xc9\x04\xf0\xbb\x52\xc6\xe3\x8c\xd2\x6d\x14\xc6\xc8\x9e\x80\xf1\xb2\xf0\xed\x60\x00\xec\x10\x9e\xa3\x90\xbd\x1c\x3c\x04\x36\x1b\x01\xa8\x7e\xc6\x03\xd1\xef\x80\xff\xcf\x11\x38\xe0\x3d\xb3\xbf\xf7\x27\x13\x60\x2f\x20\x81\x73\xc4\xc4\x55\x7b\x34\x9e\xac\x40\xb1\xf3\x3c\x60\x87\xad\x00\xcb\x7f\xfb\xb0\xf5\xa4\xa0\x9c\xd0\x43\xa0\xc6\x1e\x0f\x0f\x80\x4d\x21\xb9\x40\xec\xdb\xf7\xe7\x21\xc4\x1f\x6c\xf9\x98\x20\x86\x5e\x1c\x45\x0b\x84\x11\xb1\x70\x44\xd0\x14\x11\xc2\xf9\xd0\x96\x48\xa8\x00\xa6\x55\xa7\x93\x49\xd3\x91\xce\x13\x4a\xb9\xc6\xc0\x17\x33\xa3\x36\x36\xee\x40\x1b\x77\x78\x00\x0e\xf4\xd6\x07\x60\xbc\x7f\x04\x06\x13\x30\xb6\x25\x2d\x8e\xf7\xfb\x60\xbc\xff\x10\xf4\xe5\x12\xec\xcb\x25\x50\xff\x6c\x05\xbb\x78\x38\x83\xf1\xd3\x4b\x18\xda\xa3\x29\x0c\x63\x04\xec\x64\x71\x09\x79\x03\x3b\xe2\x46\x3d\x4e\xf3\xdc\x95\x19\x4c\xed\xc9\xea\x2f\x60\x8e\x28\x1c\x2d\xc5\xc9\xc4\x13\x02\xd6\x73\x84\xde\xec\x3c\xb6\x57\x2b\xa1\xb3\xa9\x92\x4a\xef\x63\x44\x53\xae\xf3\x56\xed\x5f\x0a\xe4\x5b\xb5\xa3\x5f\xe1\xf0\x3a\x6d\xd6\x71\x74\xb6\x84\xd7\xb3\x25\x1c\xe1\xeb\x79\x94\xc4\xb7\x85\x33\xbd\x7b\xf4\xf1\xe5\xec\x05\x46\x66\xce\x94\x72\x9e\x12\x7b\x19\x1c\x81\x81\x5a\xf9\xea\x25\x6b\xb3\x3c\x79\xcc\x6c\xb0\x42\xa5\x13\x63\x49\xe1\x85\x18\xd1\x5e\xb5\x5d\xa7\xc5\xa2\xcb\x6f\x46\xbf\x2d\xeb\x84\xc8\x8b\xe7\x97\x1f\x4e\xfc\x8a\x13\x44\x5c\x0d\x5f\x5a\xa5\x23\x60\xb3\x99\x5c\x06\xe8\xca\x06\x63\xb6\x67\x27\x60\xcc\x36\x7c\xc6\x30\x0d\x9c\x72\x08\xec\xff\xfb\x3f\x6c\x59\xec\xdd\x11\xb0\xf9\x80\xdd\x38\x8c\xa8\xec\xc3\xfe\x89\x17\xbc\x67\x6c\x61\xc6\x6f\x38\xb0\x1b\x77\x29\x3a\x1d\xf4\x81\x3d\x1b\xd8\x8a\x5b\x64\x2f\x2d\xa1\x53\x89\x46\x82\x3d\x81\xb1\x2d\xae\x86\xb0\x27\x93\x5c\x5b\x5b\xf0\x16\xa0\x81\x6b\x64\x29\xa0\xcd\x7c\x3c\x71\x95\x52\xdb\x09\x1d\x01\x9b\xaf\x40\x57\x14\x63\x55\xdd\xca\x0b\xfb\xed\x9f\x60\x18\x46\x57\xcf\xa3\x8b\x80\xb3\x55\xc1\x76\x4b\xbc\x34\x37\x55\x60\x1f\xf4\xf7\x6d\xc5\x5c\x53\xee\xda\x70\xae\x4d\x5e\x57\xf3\x59\xf4\x67\x2b\xbe\x9a\xdf\x2a\x5f\x8e\xb5\x4a\x42\x2f\xef\x58\x7d\xc9\xe3\x1d\xe8\x10\x15\x3b\x18\xd7\xef\xe0\xf9\x70\x76\xbd\xff\xe6\xb7\x8a\x1d\x3c\x0d\x61\x3c\xe3\x6a\xb3\x9c\x90\x0d\xd2\x67\x92\x28\x80\x4d\xaf\x17\x48\x97\x07\xcb\x5c\xb9\x0f\x6c\x3f\xb8\xe4\x5b\xe3\x00\xf4\xb5\xdd\x5f\xdc\x6b\xb6\x38\xa5\x1f\x96\x09\x4b\x6e\x4f\xb9\xb1\x73\x9f\xb1\x9f\x42\x04\x1b\x1c\x72\xa2\x15\x04\x3c\x38\x28\xff\x38\x04\x83\x7d\x30\xb6\xff\x4c\x50\x82\xec\x49\x41\x4a\x28\x8b\x6d\xe6\x1d\x26\x58\x82\xdc\x60\x1c\x1b\xdd\x39\x8a\x63\x78\x91\x6d\x31\x81\xa3\x74\x53\x35\xdc\xb7\xd9\x44\xf6\x95\x20\x03\xc6\xb6\x1f\xcd\x53\x50\x9b\xc9\x94\x29\x8c\x0a\xce\x21\x28\x76\x56\xb3\x23\x2b\x44\xe3\xc1\x50\x47\xe7\x40\x02\x38\x04\x92\x48\xde\x32\x22\xd0\x58\x42\xb1\x21\x1b\x5c\xc8\x3a\x45\xbc\x37\x66\x69\xfa\x8c\x18\x31\x2c\x24\x41\xd9\x3e\xa4\xb0\x8b\x23\x1a\x4c\xb3\x80\x32\xf5\x4e\xd6\x23\x80\x21\x22\xbc\xfb\xc1\x21\xe8\xa7\xd0\x3d\x92\xc0\x1d\x4c\x80\x6d\xe9\x1d\x74\x6d\xa0\xab\x01\x13\xd3\x99\x50\x04\x27\xa6\x24\xc2\x17\xc6\xe3\xa3\xd0\x38\x1d\xff\x28\x1d\x3f\x1b\x67\x08\xec\x7b\xe6\x31\xf6\x4d\x14\xdf\xcf\x90\xc8\x8f\x0b\xb9\x9c\x31\x3f\x37\xf2\x38\x51\xa3\x3e\xce\x66\x2d\x26\x99\x52\x47\x40\xd1\x9c\x1f\x32\xf2\xb7\x3c\xbf\x27\x19\xc3\x6f\x4f\x7f\xda\x04\x4a\x1b\xbb\x48\xf0\x02\xbe\x87\xa9\x12\x06\x6c\x51\x4b\xda\xae\x24\x98\x75\x4a\x99\xa9\x5f\xb6\xda\x71\xe2\x79\x28\x8e\x37\xe9\xd8\x30\x3b\xf6\xdf\x3f\xa3\xc4\x82\x04\x59\x38\xba\xb2\xc2\xe8\xe2\x02\xf9\x56\x94\xd0\x5e\xd3\x4d\x56\xd1\xeb\xdb\x19\x22\xc8\xba\x82\xb1\x05\xb1\xc5\x97\x83\x77\x1e\xe0\x8b\xba\xde\x9b\xe9\x60\xf5\x98\x4f\x4b\x7a\x56\xe3\xe8\x76\x62\x3d\xc0\xbb\x47\x3a\xb0\x16\x21\x82\x31\xb2\xbc\x19\xf2\x3e\x58\xd7\x51\x42\xac\x33\x1e\x55\xf0\xec\xf4\x01\x0f\x09\x58\x23\xde\x94\xf7\x43\x2b\xed\x73\xbb\xa5\xbc\xdb\x44\x77\x9b\xe8\x6e\x13\x35\xe9\xb5\x74\xce\x16\x3f\x3b\x00\x87\x8d\xba\x2b\x7f\x39\x04\xfb\x6b\x94\xa1\x41\xb9\x13\x90\x93\x9d\x4d\x62\x45\x75\x9b\xe2\xe1\x7a\xc8\x8d\x6a\x6d\x44\xdc\xe2\x18\x18\x2a\x19\xde\x86\x24\x80\x5d\x61\x8c\x05\xf6\xcf\x04\x41\xdf\x23\xc9\xfc\x7c\x8d\xf4\x93\x4a\xcd\xd7\x01\x0a\xfd\x0a\x65\xf7\x3c\xed\x2d\x6e\xa3\xf0\x9a\x46\xca\x24\xad\xc3\x6c\xe6\xdc\x2d\xc6\x47\xba\x0a\xe8\xac\x9b\x1f\x6e\x52\x03\x7b\xb5\x7a\xd2\x90\x30\x6b\xe4\xc7\x3a\x9a\xab\xda\x00\xc5\xa5\xe7\xaa\x15\x0d\x68\x88\x1a\x08\xa1\x6b\x16\xa1\xbd\x05\x65\x33\x5c\xb5\xc2\x54\xc5\x94\x85\x5a\x11\xdf\x18\xf9\x37\x46\x5a\x0a\xc8\xe6\x58\x4b\xc7\x59\x44\x84\xc2\xb0\xab\x7c\x00\xa5\xa1\xa4\x06\xdd\xd5\xc6\x5c\x43\x94\xcd\x17\xa5\xc1\xc2\xb4\x63\xd3\x05\x93\x58\xab\x97\x6b\x70\xce\x79\xd2\x66\xf8\x6e\x82\x8c\xc6\xf4\x69\x9c\x47\xa5\xda\xb6\x29\x49\x36\x40\x08\x8d\xa2\xf0\x1c\xb6\xde\xba\x6a\x67\x05\x78\x91\x50\xb9\xb7\x06\x40\xf5\xd6\xa5\xd1\xc5\x85\xe4\x2b\xdc\x1b\xc3\x8f\xf0\xf3\xe8\x63\xba\xe9\x0c\x6b\x58\x87\xdf\xad\xc8\xcb\x60\x63\x6d\x7a\x08\x8a\xd3\x60\xa8\xd0\xff\xb0\xda\x14\xd1\x48\x8a\x52\x56\x56\x91\x50\xa6\x59\x59\xdb\x18\xb4\x0b\x9d\xed\xd6\xb0\x5d\x5c\xdf\xd9\x50\xc7\xd0\xef\x28\xf4\xa2\x39\xb2\x68\x64\x1d\x9f\x3c\x8f\x2b\x37\x63\xab\x6d\xb0\x66\x0e\xe7\x91\x7f\xbd\xcd\x0c\x16\xb5\xa7\x1b\x9b\x86\x14\x66\xa9\x85\x30\x3c\x0f\xb9\x34\xcb\x63\x7a\x2d\x11\xc3\x6d\x79\x61\x12\x53\x44\x7a\xd6\xef\xc8\x12\x56\x9b\xf0\xda\x42\xd8\x8b\x12\x02\x2f\x90\x45\x67\xc8\x4a\x62\x64\x45\x53\xd1\x5b\x80\xad\x05\x89\xfc\x44\x84\x01\x69\x01\x43\xb1\x35\x8d\x08\x6f\x7e\x8e\x62\x6a\xc5\xc8\x4b\x48\x40\xaf\xad\x05\x61\x5c\xd9\x43\x71\xcf\x34\x85\x9b\xc6\xef\x16\xa7\x90\x42\x71\x18\x64\xa7\xab\x1f\x79\x71\x37\x0c\x84\xff\x79\xad\x11\x0c\x4a\x1b\x1b\xdb\x73\x83\x6c\xc3\x1d\x30\xc0\x64\xee\xd8\xe9\xab\x93\x33\x7e\x43\x9e\x3a\xb1\x6c\x1e\x8d\x2e\xcd\xf4\x74\x1e\x0a\x03\xe5\x60\xad\xab\xdb\xec\x22\x57\x20\xbe\x41\xd0\xe7\x6b\xe3\x47\x1e\x8f\x66\x52\xf1\xa9\x55\xc7\xcd\xba\x57\x05\xbc\x84\x08\x12\xbc\x7b\xc4\x3c\x7f\x7a\xfc\xe6\x65\x01\x3d\xc2\xb1\xf0\x40\xd1\x57\x17\x23\x7a\x15\x91\x0f\x01\xbe\x78\x90\x11\x66\x17\x7a\x61\xbc\x1b\xd4\xfd\x12\x85\x61\x74\xc5\x91\x77\x91\x04\x3e\xda\x04\x69\x0d\x29\x7a\x83\x73\xa0\x81\x0a\x3e\x2c\x1c\xaf\xdb\xb2\xf7\x36\x4e\xb4\xd4\x7b\xa6\x46\x54\xce\x33\x30\x16\xce\xb3\xc9\x04\x50\x92\xa0\xa2\xc0\xd6\x56\xd7\x6e\x20\x0a\x34\x76\x1b\x66\xa7\x74\x83\x45\x6b\xa3\x75\x9b\x0f\x6c\x93\xc6\x53\xed\xf7\x9b\x09\x77\x53\x6a\x4a\xf1\x39\x5d\x53\x11\x69\x01\xc4\x3d\x3e\xb6\xda\xe4\x5d\x15\xa8\x84\xfe\x14\xd1\x9e\x1e\x64\x2d\x3d\xb8\x08\x28\x8f\x02\x4d\xdd\x6e\xd2\x4c\x9e\xc7\xa0\x1d\x46\x57\x88\x78\x30\x66\xed\x42\x94\xba\xbb\x5e\x08\xff\x0e\x6b\xde\xa5\x04\x7a\x1f\xba\x90\x10\x78\xcd\xc6\x81\xde\x8c\x43\xc1\x4f\x9a\xb6\x1e\xca\xcc\x33\x98\x73\x50\x92\x5a\x07\x25\xae\x8a\x2c\x48\xc3\xff\x80\x16\x63\x00\x32\xc4\x89\x44\x0e\x0e\x28\x77\x19\xea\x9e\xcc\x8a\xfb\xb8\xf3\xf0\x9a\x9c\x98\xe5\x80\xc9\x9a\x8b\xf2\x40\x08\x62\x10\xec\xe9\x65\x8c\xb3\x62\x30\xac\x55\xe8\x2e\x57\x7b\xf9\x50\x7d\x9e\x23\x40\x2a\x52\x48\xc2\x31\x9a\xb8\x44\xa6\x90\x84\xf9\x14\x12\xfd\x27\x08\x8b\x29\x24\x61\x65\x0a\x49\xf8\xe9\x53\x58\x4c\x21\x09\xf3\x29\x24\xa1\x8b\x9b\xa4\x90\xe8\x19\x43\x44\x86\x0f\x7f\xfa\x84\x57\x0e\x08\x1d\x00\xb5\x14\x92\xb0\x90\xe0\x11\xca\x14\x92\xdc\xf3\x27\x61\x39\x85\x04\xa6\x29\x24\x61\x7d\x0a\x49\x71\x84\xea\xb0\xe5\x90\x4f\x8f\xa7\x90\x84\xbb\x88\x42\xe6\x5e\xe8\xa4\xde\x0b\x8d\xff\x7a\x72\xf1\xcf\x97\xe1\xbf\xcd\x5e\x68\x41\x6c\x7c\xe3\xa7\x81\x88\xd5\xde\x66\x71\x1c\x3c\xce\x5b\x4f\x15\x33\x9e\xc3\x3c\x9f\x1e\xc8\x93\x62\x7f\x02\xec\xae\x7c\x29\x7d\x5d\x6d\xdc\x93\x9c\xa3\x0d\x52\x05\x64\xa8\xbc\xdc\x76\x21\x7a\xae\x10\xf3\x31\x8f\x7c\x18\x76\x43\x78\xcd\xa3\x90\x33\xbd\x21\x77\x30\x64\x1a\x4e\x71\x80\xf8\x43\xb0\xe0\x12\x08\x3f\x5d\x44\x58\x5c\x3f\x17\x16\x37\x04\x7d\x30\xb6\xa7\x91\x27\x03\x55\xf4\x68\xb8\x72\xf0\x8b\x2e\xa3\x64\xe8\xb1\xff\xcb\x4e\x63\x5e\x04\x86\x8a\x5e\xd1\xcc\xcc\x36\x14\xc7\x8e\xe2\x19\x3d\xb8\x58\xf4\x18\x94\xef\x69\xf4\x3e\x3d\x8d\xb2\x8f\xf3\x47\x82\x3c\xdc\xd6\x1b\x40\x80\xfd\xd3\x3c\xa1\xc1\x22\xcc\x6c\x21\x1a\x2a\xd4\xe9\x5a\xbb\x6e\x0d\x62\x72\x34\xe8\x72\x4a\x66\xa6\x21\x1f\x82\x01\xa8\x24\xa4\x2e\x86\x97\x99\xda\x9c\x4e\xb9\x81\xf6\x6c\x97\x83\x1d\x32\x47\xf6\x39\xc4\xb8\x14\x01\x91\x2e\xa2\x1e\x21\x2b\x42\x48\xd3\x10\xde\xbe\x9d\x8f\x9a\x6d\x07\xf6\xc3\xbc\xc9\xb7\x6e\xbd\xc5\xc7\xef\xe7\x08\x27\x5a\x0f\x1a\x75\x7e\x40\xd7\x0b\x82\xe2\x38\x23\x50\xf5\xe4\x84\xd3\xad\x46\xa8\xda\x57\xf3\x28\x89\x51\xb2\xc8\x3e\x4a\xb0\x99\xae\xcd\x56\x98\x23\xb0\x5f\x90\xba\x67\xd1\x1c\x75\x85\x49\x5b\xc5\x2c\xa8\x58\x8d\xd2\xd7\x95\xb6\x85\x82\x40\xc6\x16\x40\x59\xc9\x5b\xa0\x2c\xc7\x78\xf8\xa7\x7d\xdd\x72\x3d\x56\x53\xc6\xf0\xf2\x19\xfe\x47\x80\xae\xd8\xe6\xe0\x62\x53\x80\xb9\x0c\x21\x7e\x17\x90\x7d\x94\x31\xb0\x08\x3f\xc5\x94\xa7\xc6\x44\xf8\xe9\xc7\x80\xc9\x35\xea\xb3\xb7\x51\x88\x08\x2f\x94\xac\xb1\x45\x15\x18\xd1\x9f\x80\xc2\xa0\x62\x77\x15\xa2\x3c\x6a\x9a\x73\x71\xae\xd8\x5e\x63\xc8\x34\x5a\x30\xaa\x8e\x28\x8d\xe6\x5c\xe6\x9a\x32\xe0\x48\x70\x31\xe3\x7b\xac\x3b\xe8\x03\xed\xff\x26\x82\x2f\xd7\xb8\x42\xca\xeb\xac\xa8\x7a\xcd\x3a\x1b\xa5\xd4\xe2\xf2\x6a\x4e\x90\xc3\xe6\xcb\xcb\x7e\x8a\x3c\x05\x48\xae\xed\x35\x21\x25\x15\xb3\xc8\xf5\xb1\xc9\x74\xaa\x8c\x92\x35\xe6\x34\x75\x58\xd6\x33\xba\xea\x09\xd5\x2c\x48\x0d\xf4\x95\xe0\x4c\xa3\x88\x96\xf8\xa1\x3c\x55\x02\x3c\x8d\xaa\x98\xa2\x09\x99\xfc\xa3\xae\xfc\xaa\x21\x24\x65\x84\x56\xf9\xf0\xea\xe3\xc5\xb1\xae\x99\xb0\xff\x63\x4a\x36\xd3\x2c\xd8\xe1\xe6\x77\x85\x7a\x12\xe0\xcb\x28\x0d\x66\xe2\x8a\x8e\xd4\x83\x62\xae\x95\xe8\xfb\x5e\x68\x2a\xed\x34\x8f\x82\xd2\xc1\xaf\x9f\xa8\xbe\xc6\xd7\x8f\xe6\xfc\x1a\x5f\xa9\x95\x08\x0b\x13\x80\x85\xdf\x61\xe1\x77\xdc\xa8\x8e\x4f\x51\x41\x30\x96\xf2\xc1\xa2\x72\x0f\x71\x39\x28\x20\x94\x85\x7c\xa0\x1b\x54\x16\xf2\x61\xdd\xe9\x49\x53\xb0\xb2\x90\x0f\xac\x28\xe4\x03\x8b\x85\x7c\x60\x4e\x1a\x87\x65\x69\x3c\xcc\x0a\xf9\x88\x94\x47\xb6\xb2\x1c\xd6\x9e\x1f\xcd\xf9\x2f\x9e\xed\xe6\xac\x72\x27\x1e\x53\x64\x50\x4f\x48\x3a\x3d\x3f\x88\x17\x90\x7a\xb3\xa7\x97\x08\xd3\x0e\x46\x57\xd6\x0b\x76\xf2\x89\x9f\x52\xb2\x73\x9c\x15\x3f\xfb\xd8\x87\x2a\x4e\x3b\xed\xe0\x02\xd1\x63\x4a\x49\x70\x9e\x50\xd4\xb1\x79\x66\x8e\xb3\x47\x7b\x31\x85\x84\xc6\xbf\x07\x74\xd6\xb1\xff\x8b\x5f\x15\x8c\x7a\x0b\xa6\xbb\x60\x7a\x2a\x96\xa5\x23\x81\x66\xa0\x8a\xee\xa9\xe3\xac\xe4\x31\x9b\x83\xf1\x3c\x4c\x48\xc7\x59\xad\x40\xe0\x46\x9d\x58\xab\x24\x20\x96\x67\x8c\x27\x60\x9b\x0a\x02\x0e\x28\xf4\x9a\x97\x0f\xc0\x98\x4c\xd6\x66\x12\xd7\x7c\xef\x00\xed\x65\x69\x2c\x21\x54\x80\x31\x6c\x39\x86\xf8\xae\xbe\x6f\x25\xb2\x80\x71\xd8\xb2\x77\xf5\x65\xa1\xff\x58\x57\xe1\x3d\x50\x67\x35\x48\x80\xb7\x3e\x27\x90\x9f\x68\x4c\x72\xbb\x2d\x09\x06\xcf\x5e\xfd\xbe\x08\xa2\x67\xaf\x37\x4a\x04\x19\x97\x64\xa8\x09\x93\xbd\x21\xbe\x40\x76\x51\x24\xd1\x9b\xa4\x02\x6a\x93\x46\x52\x66\x2d\xb4\x3c\xc8\x24\x1c\x2e\x20\x84\xc8\xff\x59\x5e\x0a\x4c\x09\x83\x1e\x30\xc4\x42\xec\x23\x5f\x97\xbb\xf6\x73\xd2\x43\x37\x5d\x8e\x2e\x25\xc1\xc5\x05\x22\x3c\x2e\xf5\x10\x0c\x4b\x71\xb6\x95\x1f\xf2\xff\xa9\xfa\x4a\x9d\xe5\x6c\x3e\x4c\xae\xb3\xc1\x78\xf8\x78\xa2\x69\xc0\x6b\x22\xf2\xd5\x0c\xe4\x09\x25\xcf\xb1\xf4\x6c\x53\x96\x3b\x19\xf6\xdb\xe2\x80\xca\x93\xa1\x3a\xa6\x00\x76\x07\xfb\x80\xb8\xfb\x43\x00\xdd\xfd\x23\x10\xba\x07\x7d\x10\xbb\xcb\x4b\x44\x68\xe0\xc1\x70\xb4\x1c\x87\x93\x51\xce\x3c\x84\x18\x85\x15\x0b\x31\xfc\x38\xd0\x4c\x2f\x59\xd9\x85\x81\x5e\x83\x61\x30\x19\x75\x07\xd2\x12\xd5\xa1\xdf\x0f\x9c\xff\x46\xf2\xeb\x15\xe3\x0d\xbb\x1b\xa5\xaf\xcc\x5d\x7d\xd7\x75\xe9\x13\x35\x4a\x77\x30\xa2\xdd\xc1\x0a\xec\x3f\x34\xe4\xf9\xf6\x57\x60\xff\x30\x07\x42\x5a\x06\x46\x7d\xbd\x5a\x01\x6e\xf5\x8b\x30\x65\x88\x59\xad\xb8\x61\x31\xd8\x3a\x65\x09\xf8\xd1\x7c\x54\x27\x25\x30\x22\x60\xed\x14\x71\x8c\xee\x0d\x40\x44\x02\xe5\x80\x19\xd9\x6a\xb5\x6c\xf0\x01\x5d\x9f\x47\x90\xf8\xc7\x3c\xa0\x4d\x1d\x05\xfa\x7c\xf9\x79\xf4\xde\x24\x11\x08\x10\x62\x44\x65\xfa\xb8\xa0\x3d\xc3\x51\x2b\x0f\xb5\xf7\x61\x10\x53\x84\x11\x89\xb3\xf3\x38\x7d\xa4\x4e\xbe\xf7\x24\x4a\x28\xaa\x6f\xb9\x02\x7e\xe0\x3f\xc3\x31\x22\xf4\xa9\x10\xc8\x4b\x00\x7f\xc7\x48\x37\xfb\x58\xe6\x28\x77\xec\xff\xaa\xde\xa0\xdf\xa7\xe2\x82\x23\x19\xa3\xa8\x5e\x28\xfa\x2a\x9c\xe9\x99\xde\x11\x22\xff\xfc\x9a\x1d\xef\xbc\xa9\x64\x12\xa6\x91\xed\xef\x91\xb3\x02\x57\x41\x18\x9e\x8a\x62\xaf\x55\xb0\x1b\x91\x5d\xc0\x60\x8f\xa0\x79\x74\x89\x2a\xb0\x96\xbe\x5d\x01\xe9\x8a\x1c\x2d\x73\xcc\x32\x47\xb8\x6d\xe5\x1e\xa0\xba\xca\xf5\x12\x4c\x3b\xf7\xc6\x52\x80\x9c\xf4\x02\xec\x85\x89\x8f\xe2\x0e\xea\x7d\x40\xd7\x27\x91\x8f\x1c\x59\x6d\x6e\x0f\xf5\x62\x1a\x2d\xd8\x79\x05\x2f\xa0\x98\x77\x7a\x10\x8d\x7b\xbd\x5e\x11\x75\x71\xe7\x2f\x63\xa6\x69\xfc\xff\x5c\x9b\x2d\x84\x08\x90\xff\x0b\xc8\x96\xc6\xe1\xb5\xb9\xd2\x81\x5c\xd7\xc5\x9f\x3e\xe9\x3f\x89\xe0\x0f\x72\x39\xd5\xae\x78\x22\x38\xc3\x88\x8e\xfb\x93\x3d\x41\xcb\x24\xc1\x3d\x8c\x3e\xd2\x4e\xc7\x71\x7f\x5c\x16\xdb\xa3\x51\x6e\x8d\x41\xca\x59\xd0\xfd\xfb\x48\x8a\x6b\xce\xca\x59\xe5\xaa\x82\x8c\xf9\x37\xda\xee\x9b\x8c\x53\xd0\x26\x19\x4a\x8a\x62\xe0\x9e\x2a\x46\x5c\x22\x24\x03\x32\x46\x7c\xec\x1c\x4a\xb8\x3a\x11\xed\x05\xf7\xef\x77\x22\x97\xf6\xa6\x01\xf6\x9f\x31\x3e\x9e\x37\xdd\x2b\x96\xe5\xba\x6e\xb0\x72\x1c\x67\x8f\x8e\xeb\x01\xee\x50\x10\x39\x93\x74\xae\x40\x9c\xe4\x66\x6a\xe2\x16\x36\xe4\x3f\xe1\xfd\x49\x32\xec\x45\x0b\x84\x65\x15\x1f\xce\x34\xc6\x68\xe2\x8c\x72\x2d\xbc\x30\x8a\x51\xb1\xc9\x0a\xf0\xc7\xe5\xad\x62\xd8\x10\x45\xb6\x94\x1d\x91\xf7\x06\xea\x6d\x7e\xa1\x73\xcb\x2a\x3b\xd2\xf6\x7a\x6a\xc1\x63\x8b\x0b\xd8\x0c\x74\x38\x6a\x86\xeb\xcb\xdd\x99\x76\x1d\xe7\x78\x88\x66\x19\xec\x0e\xec\xf2\x16\x87\xbe\xe0\x9f\x7c\xf9\x95\x77\xad\xe3\x00\xb6\x95\xfd\xe8\x0a\x8f\x90\xfb\xe3\x72\xf8\xc8\x75\xdd\x74\x81\xee\xdf\xcf\x0f\x28\x17\x0a\x3c\xbe\x97\x6b\x34\x7c\xa4\xff\x16\x2b\x94\x3f\x09\x64\x47\x6a\x51\xd4\x8e\x37\x2f\x5d\x3a\x5c\x43\x06\xb2\x72\x56\xab\xbc\xeb\x2b\x58\x2f\x16\x27\x74\xd6\xf5\x03\x71\x9d\xeb\x0c\x12\xda\xfb\xa8\xbc\xc1\x37\x27\x1f\x67\x0f\xb8\x24\xac\xc1\x60\x2b\x95\x69\x64\x07\x3e\xeb\x27\xc2\xa3\xe5\xc9\xaf\xc7\x2f\xff\xfa\x74\x34\x5e\x8a\x1d\x30\xca\x39\x4c\xbd\x08\xfb\x23\x26\x8f\xbd\x15\x65\xb5\x15\x63\x1e\xdb\xa1\xf0\x5c\xaf\x40\xfa\x5d\x82\xf5\x2f\x73\x2d\x79\x16\xc1\x6a\xb2\x02\x7c\xf6\xf1\x68\xc9\x86\x1f\x2d\xdb\x0e\x5f\x35\xd8\x6a\xb2\x5a\x01\xfd\xc9\x68\xb9\x02\xb9\x5f\x7c\xe9\x9a\xaf\xd5\x9a\x9c\x4b\xd0\x72\xb5\x4b\xf5\x81\x76\xa7\x06\x91\x35\x59\x9a\xfb\x27\x8b\x97\x1f\x49\x64\x56\x83\xce\x04\x2d\xda\x7f\x4d\x20\x61\x02\xf8\xb1\x27\xed\x46\x6a\x4b\xc8\x6c\x4d\xd6\x26\x0e\xf0\x07\x26\x93\x2f\x02\x3d\xad\xb3\xde\xa3\x76\x24\x1f\x74\x39\x36\x52\x5f\x4c\x4c\x3c\xa1\xbb\x1c\x34\x4f\x71\xd4\xbc\x5f\x3c\x7d\x70\x52\x74\xec\x30\x52\x11\xa1\x6e\x29\xb1\xe6\xa3\x3a\x84\xf6\x95\xbe\xad\xc9\x45\x56\x83\xec\x97\x06\x41\x1f\x11\x07\x5d\x52\xbf\x71\x04\xb9\x31\xb6\xed\x9e\x6d\x99\xaa\xfe\xf5\xa4\x9c\x52\x34\x88\x16\x3a\x71\x24\x53\x1c\xe3\x28\x21\x1e\xca\xe1\x5f\x54\x64\x51\x2a\xed\xd8\x8e\x11\xa5\x01\xbe\x88\x47\x0f\x64\xd4\xd0\x88\xe6\x91\xf8\xb0\x14\x26\xc3\xc1\xd1\xcd\xa3\x4c\x23\xd4\x33\x1f\xc7\xd2\x35\xce\xfa\x67\x70\x88\x20\x23\x53\x1f\x22\x41\x45\xb0\x82\x92\x4a\x5c\x33\xda\xfe\x9a\xd1\x5a\x21\x89\x13\xb8\x42\x91\x0c\xcf\xaa\xc4\x4b\xdb\x12\x01\x47\xe0\x71\x55\x0a\xa3\x4c\x75\x95\x9a\xb5\x16\x00\x24\x89\x2c\xa5\x06\x5b\x0e\x5d\xb1\x10\x43\xf0\x10\x8c\x6d\x76\xd2\x1b\xf2\x69\xab\x5b\xca\x86\xaa\x39\x5f\x42\x6d\x9d\x74\x80\x8e\x13\x3a\x7b\x4d\xa2\x69\xc0\x2d\xe8\xec\xd7\x2f\x11\x99\xeb\x00\x3d\xe6\x7e\x55\xc6\x07\x17\xb2\x1d\xc7\x93\x90\xf8\x52\x0a\xd1\xba\xcf\x3e\x98\xaa\xae\x6c\x7e\x53\x43\x7a\x31\x03\xc3\xfa\xf9\x3c\xa0\xea\xfb\x23\x01\xe5\xa3\x26\x73\xab\x22\x8b\x49\x1b\x37\xbd\x1e\x36\xa5\x6a\x1d\x08\x2a\x99\x33\x1e\x89\x44\x88\x96\x76\x1c\xb5\xce\xda\x2e\xe6\xe2\x6e\xd0\x5f\xc9\x0f\xf4\x58\x55\x4a\xe2\x30\x1f\xb5\x0a\xc1\x5f\x13\x5c\x97\xf3\x08\xd5\xe1\x24\x77\x48\xef\x04\x2b\xad\x7b\xfc\x9c\x78\x29\xbf\x7e\x04\x8e\xf2\xe1\x6c\xc5\x06\x0f\xd7\xa5\x76\x81\x21\xd8\x07\x2a\x79\xac\x61\xe0\x5b\x2e\x30\x4d\x1e\xbd\xca\x98\x06\x6c\xa6\xb4\x05\x51\xa2\x0e\x49\x7b\xae\xb1\x16\x20\x2b\x1c\x68\xdb\x4f\x5e\x9b\x92\x95\x71\x90\xc6\xb9\xb6\xae\xa3\xa2\x74\x95\x8b\x5b\x83\xb5\xe6\x25\xd2\x2e\x6e\x8d\xa0\x45\x54\x61\x69\x62\xaf\xe2\x80\x46\xe4\xfa\x41\x14\xf8\x1e\x63\x52\x97\x81\x8f\x88\xed\xb4\xb0\x20\xf1\x37\x1c\xad\x6e\x5a\x56\x50\x33\x59\x28\x09\xc3\x60\x7e\x4b\x75\x6f\xde\x05\x47\x79\x4f\x68\x2e\x11\x79\x76\xba\x02\x9c\xe1\xeb\xdf\x09\x03\x80\x98\xcb\x45\xaa\xac\xe5\x56\x50\xeb\x80\x69\x63\xa5\xc6\xc5\x51\x6c\x67\x8f\xed\x2a\x97\x1b\x00\x3a\xeb\x3a\x57\x69\x96\xb6\xe3\x00\xf9\x19\xbd\x7f\xbf\x53\x35\x8c\xd6\x9c\xeb\xf2\xd8\xd5\x32\x59\xf7\x72\xa6\x87\x7b\xa2\x27\xec\xda\x49\x8c\x94\x1e\xa9\x44\x92\xce\x92\xb1\xea\x91\x71\x10\xd6\xf6\x7a\x81\x46\x98\xe9\xb5\xe2\x68\xd4\x51\x96\x0e\xb2\x06\x6b\x09\x9d\xbd\x40\x74\x16\xf9\xb6\x23\xd5\x46\x46\x1c\x3d\xd1\x61\xa7\x39\x56\xf8\xa7\xb9\xd7\x3c\x06\xce\x38\x1f\xf1\x82\x01\xaf\xce\xf4\xb2\x52\x09\x9b\x29\x2a\xec\xb4\xfc\xb2\x2a\x25\x3f\xaf\x4d\x0a\xe5\x9b\xa7\x67\x4f\xdf\x6a\x0a\x1d\x7f\x53\x56\xfe\x10\xa6\xe4\x7a\x34\xb6\xbd\x10\x41\xf2\x54\x16\x7c\x62\xdf\x9f\xbd\xfb\xf9\xc5\x33\xbd\x83\x30\x82\x7e\x80\x2f\x34\x75\xf0\x1f\xfc\x48\xd7\xd4\x41\x11\x55\xcd\xf5\x40\xd9\x5a\x68\x97\x4f\xdf\xbc\x79\xf5\x46\xeb\x4a\x6b\xc7\xff\x1c\x2d\xd1\xc7\x80\x9a\xa0\x78\xfb\xcf\xd7\xcf\x5e\xfe\xb5\x3c\x0d\xb0\x1d\x78\x4d\x15\x51\xbe\xbe\x06\x35\xb4\x0d\x45\x7c\xa9\xd2\x40\x7f\xa2\xd3\xf0\xc5\xe3\xe0\xc1\xf6\x4a\x27\x8e\x28\xbf\x8e\x58\xaf\x19\x29\x23\x39\x37\x51\x36\x0f\x9a\x6a\x9b\xa9\xb4\xf0\x48\x93\xcc\xb5\x54\x60\x82\x44\x34\x85\x0c\x24\x2b\xe7\xdb\x6b\x5a\x0d\xdf\x0e\x25\xa5\x46\x6b\x98\xf6\x92\x79\xcf\x4c\xea\x62\xbd\xca\x2b\x48\xce\xd8\x7d\xfa\xb6\x99\x36\xb4\x46\x35\xd5\x36\x4a\x21\x8c\xcb\x80\x01\xdd\xfb\xc9\x24\xf7\x6c\xe4\xc7\x25\x0d\xa5\xe6\xc3\x2c\xdd\x2e\xe7\x67\xac\x53\xb1\xcb\x41\xb5\xba\x8e\x31\x78\xc4\xd5\x08\x43\xd0\x4f\x9d\x38\xab\xaa\xda\xb4\x94\x63\x07\x7d\x35\xff\x7c\xf1\xb7\x76\x29\xc5\x52\x55\x55\x3b\x62\x2c\x4a\x7a\xe6\x8a\x14\x09\x88\x79\x55\xad\xd6\xe0\xe6\xe5\xe4\xa3\x54\x91\xfa\x59\x25\xdd\x6d\x9a\x9c\x58\x9d\x7f\x67\xc0\xd0\x60\x08\xc6\xfc\x0a\xb0\x96\x85\xab\x72\xdd\xc8\xed\xba\x6f\xc2\x7a\xbe\x0e\xdd\xb6\x15\x30\xec\xca\x0a\x4e\x32\x61\x90\x0b\x74\xd6\x14\x06\xa1\x70\xd7\x73\xa0\xd8\x17\xe7\xc4\x1c\xc2\x5b\xfc\xef\x77\x64\x11\xe4\xa1\xe0\x12\xf9\x16\xb4\xb8\xfc\x63\x4d\x49\x34\x17\x45\x30\x5e\x3d\x3b\x3d\xb1\x94\x0c\x6b\x9d\x27\xd4\xf2\xa2\x24\xf4\x79\x0a\x63\x18\x5d\xf0\xf4\xc5\x48\x25\x2f\x5e\x05\x74\x66\x05\xcd\x6b\xa2\xb4\xc2\xe9\xe0\xb3\xe0\xb4\x3c\xb7\x54\x80\xdf\x04\xb9\x6f\x67\xa8\x80\xc2\x19\x8c\x2d\x82\xd8\x21\x89\x7c\x91\xf9\x09\xb9\xe0\x2c\x30\xdf\xb3\x5e\x8b\x3a\x24\x33\x78\x89\x2c\x88\x2d\xe8\xcf\x03\x1c\xc4\x94\x40\x1a\x11\xbd\x3a\x09\x63\x36\xd6\x9c\x8b\x97\x56\x1a\xcf\xc4\x8e\xb9\x1b\xc1\xfe\xe3\xc7\x9f\x01\xfb\x67\x67\xaf\x14\xde\xaf\x02\xec\x47\x57\x16\x77\x6e\x6d\x46\xd6\x65\xcc\xcb\x3e\xaf\x60\x2c\xfb\x4d\x91\x4d\xc9\xb5\x05\x2f\xe0\xb6\x85\x65\xaa\x67\xa6\xa4\xbe\xf6\xd3\xb0\x65\x0e\x83\x58\x12\x1f\x51\x18\x84\xc5\xba\x9e\xf9\xf6\x5b\xd6\x9d\xd9\xf5\xb6\xfd\x1c\xac\xf0\x19\xbe\x84\x61\xe0\x5b\xa9\xf1\x72\x23\x6a\x11\xac\x8f\xdf\x78\x84\x7c\xcb\x8f\x50\x2c\x12\xb5\x3f\x06\x31\x4d\x49\x85\xbf\xb6\xa0\xa5\x0d\xc8\x98\x84\x20\xdb\xaf\x8f\x7c\x36\x48\x98\x2c\x74\xbe\xd3\x04\xdb\x75\xb6\xaa\x3c\x1c\x0d\x86\xc9\xe2\xb3\xa5\x54\x76\xa8\x59\x7b\xcd\x72\xa1\x10\xa9\x85\x0a\x56\x17\x10\x9f\x76\x1d\xa0\xd0\x17\x17\xf6\x9a\xa2\xe6\x55\xb3\xac\x3a\xbc\x5e\xe5\x91\xc7\xc6\x31\x71\xaa\xbb\x80\x71\x7c\x15\x31\x75\x45\x37\x8b\x67\x1b\xec\x68\x62\x28\x71\x79\x38\x01\x4a\x06\x2b\x86\xcf\x3d\xaa\x96\x08\x53\x71\xd6\x66\xa7\x51\x57\xa5\x0b\xdb\xc5\x92\xa3\xf5\x55\x9d\xe2\x05\xc4\xfa\x9c\x9f\x2b\xce\x4d\x67\x4a\x8e\xa8\x21\x10\x21\x3e\x67\xf9\x4a\x0f\xb9\x72\x26\x12\x55\xcb\x15\x3a\x45\xa5\x38\xa1\x03\x6b\xe5\x28\x0f\xc0\xbe\x90\xba\xc7\xca\x5c\x32\x91\xd2\xb8\xbd\x08\xa1\x87\x66\x51\xe8\xf3\xcc\x92\xd4\x9a\x22\x86\x1a\x02\xae\xab\x3d\x54\xe9\x43\x11\x16\x80\xb4\xd5\x36\xf4\x1a\x1d\x39\x2f\x80\x8c\xf4\x90\x0f\x26\xcd\x34\x90\xe1\x56\x9d\x09\xb2\x15\x26\x05\xc3\x4a\x3e\x04\x07\x62\xd2\x8f\xb3\x24\x9c\x61\x5f\x53\xe1\xd4\x52\xd4\xa6\x2b\x59\x37\xae\xc2\x34\xa6\xde\x4d\x0b\x85\x69\xdc\xd5\x54\x82\xb5\xba\x32\x55\xee\x00\xe0\x22\x98\xb8\xbb\x71\x37\x45\xb3\x1a\xb3\xcc\xf5\xa5\x7c\xf2\xf3\xd5\x6e\x32\x38\xdc\x60\x8f\x89\xa4\xc0\xcc\x3d\x66\x40\x90\xd8\xf8\xcd\xa0\x11\x3e\x3a\x4d\x85\xa1\xd0\xa3\x52\xa0\xcd\x49\xba\x53\x51\x08\x31\xc0\x96\x47\x10\xbf\x36\x14\x86\x71\xcf\xd0\x77\x09\xdb\x46\x82\x1a\x0e\xb4\x62\x16\x67\x67\xaf\xd2\xdb\xa1\x37\xa0\xa9\x16\x6e\x6f\xfe\x77\x5a\x8e\x21\xc3\x6e\x3e\xa8\xfa\x41\xd1\x0b\x7f\xc8\xb6\x96\x06\x89\x2a\xb6\x21\x62\xa5\xd9\x6e\xe5\xbe\x85\x07\x4a\xb4\x2d\x47\x83\x37\x64\x60\x07\xcd\x9c\xdb\x1b\x5b\x61\x0a\xdd\x72\x4c\xf4\xf8\xff\xc6\xbd\x69\x40\x62\x2a\xcc\x85\xfa\x50\x76\x08\xff\x7d\x5d\x2a\x19\x56\xb1\xac\x8f\xd5\x3c\xc0\xd8\x16\xd1\xc5\xec\xcb\xfe\x86\x8b\x5a\x5d\xc1\xa7\xea\xcc\xd3\xa4\xb2\x1a\x8a\x5c\x57\x7e\xe2\x08\xd8\xdc\x55\x14\xa3\x90\x21\x43\x11\x53\x40\x11\x2f\x02\xf1\x53\xb6\x69\xcd\xa4\x25\x6d\x8f\x07\x86\xd2\xd6\x86\x4d\xdd\xfa\x90\x1b\x96\x6e\x2c\x69\x2e\x36\x7d\x36\xf2\xa9\x03\x8a\x5b\xe8\x8b\x67\x62\x83\x12\x27\x6b\xaa\x7a\xd5\x1d\x82\x29\xce\xdb\xc5\x70\x1c\x49\x07\x54\x91\xaf\x70\x0f\xe9\x4f\xa9\xc3\xf4\x27\x59\xd6\xfe\x27\x81\x9b\x7a\xb2\xe8\x17\xa3\x18\x34\x1b\x98\xe8\x70\x22\xc2\x1d\x06\xe5\x1c\x0c\x93\xd1\x4c\x10\x2b\xcf\xf6\x63\xc7\x5f\x59\xf2\x34\x7e\x54\xf1\xa0\x39\x89\x34\xb4\x74\xf3\x64\x92\x4a\x8a\xbd\xc5\x04\xb8\x81\xeb\x3f\xef\xb9\xaf\xf5\xd7\x17\xe2\x5d\x88\x9e\x0a\x93\x9d\x22\xca\x53\x9f\x3a\xf2\x95\xab\x5e\x1d\x61\x17\x69\x69\x1b\xe1\x07\x51\x24\x0f\x6c\x45\x89\xa2\xb6\x8d\x0c\x08\x48\xd3\x42\x39\xa1\xa8\xd2\x38\x10\xf3\xac\x1c\x26\x6f\xbe\x15\x74\x2c\x6e\xe8\x12\xd5\x72\xb2\x58\x9c\x96\x9e\xff\xcc\x9d\xb5\x8b\x7a\x35\xba\xb7\x5f\x81\xa4\xfb\x80\x57\x40\x6d\xb9\xfc\xd3\x74\x5a\xd2\xb3\xcc\xa0\x4c\x28\xf2\xb5\xf8\xf2\xd4\x57\x2f\x5a\x50\x14\xd3\x00\x5f\x3c\xb1\x29\xfa\x48\xed\x91\x9d\x2a\x82\x2b\x67\xc3\x90\x01\x6a\x0e\x19\xe0\x1e\x9a\x72\xc8\x80\x6d\xab\x68\x01\xbe\x86\x5a\x62\x50\xf6\x70\x05\xb8\x03\xa9\x04\x09\x9f\x6d\x1a\xf5\xbe\x6a\x5d\xb6\x47\x8b\xe2\xba\x2d\x59\x7d\xd3\x85\xf7\x76\x7e\xf6\xbf\xc4\xe8\x59\x34\x5f\x1f\x12\x1a\x64\x06\x25\x31\xf8\x66\xa9\xb9\x4a\xa0\x78\x71\x6d\x1d\x9f\x3c\xb7\xde\xb6\x32\x64\x65\x91\x17\x55\x17\xfd\x68\xf0\xf8\xd5\xf0\x94\x73\xef\xc0\xd8\xd6\xc2\x3a\x26\x13\xd0\x3d\xd2\xd4\xef\x3a\x19\x5c\xdc\x61\x56\xcd\x90\x78\xb8\x1e\x57\x2c\x62\x4a\x5a\xef\xf5\x1c\xcd\x7c\xe1\x8b\xaf\xce\x61\x1c\x78\x5d\x9f\x44\x0b\x3f\xba\xc2\x5d\x55\x4a\xc6\x70\x0b\x6c\xbe\x65\x83\x3e\xbe\xce\xcb\x3b\x0b\x93\x91\x39\x10\x5b\x21\x44\xf5\xf1\x2d\x20\x64\x1b\x44\x7c\xad\x08\xd0\x4b\x82\x9a\x13\x1e\x2a\x9a\x7f\x9d\xf3\xf5\x10\x91\x97\xdb\x18\x8e\xb5\xd6\x65\xe9\xb2\x92\x74\xf1\x5d\x49\xba\xff\x8c\x92\x74\x41\xbd\x8c\xf2\xcb\xb1\xff\xd4\xfb\xf7\xc3\x57\x15\x57\x1b\xca\xb3\x55\x15\xdb\x5c\x77\xe3\x99\x46\xad\x25\xd9\x40\x2a\xa5\x5e\xb4\xb8\xee\x4a\x4b\xa2\xd2\x49\x53\xdd\x53\x45\x4e\xa7\x97\xf4\x0d\xc1\xb0\x26\x64\x26\x77\xb5\x6a\x3f\x5f\xce\xed\x32\x88\x83\xf3\x20\x0c\xe8\x75\xf9\xe2\x54\x26\x8c\xc4\xb3\xe8\x8a\xeb\x41\xd6\x2c\xf0\xd9\xe0\x96\x78\x52\x34\x77\x9b\xaf\x65\x1d\x1a\xea\xcf\xc5\x88\xfe\x23\x1b\xb4\xaa\x0e\x5d\xa5\x91\xd1\x00\x5c\x6b\x3f\xa7\x12\xcd\xbc\xc8\xcf\x16\x60\xa0\x5d\x35\x5b\x6f\x4b\x32\x3b\x17\x55\xa7\x33\xa3\xdc\x58\xa9\x6a\xae\x15\xdb\xa6\xba\xe6\xd8\xae\x72\x42\x89\x2b\xe6\x4a\xfc\x44\x59\x89\x9f\xf7\xbc\x8c\x29\xf2\x0d\x55\x7d\x9a\x54\xed\x11\xac\x51\x72\x4a\x63\xc9\x1e\x91\xc0\x0c\xa8\x2b\xd6\x0c\x10\x59\xb3\x07\xbb\x61\x65\xcd\x1e\x7e\x6b\xbe\x76\x52\xe0\xca\x9a\x3d\xb8\xa2\x66\x0f\x2e\xd6\xec\xc1\x39\x76\x85\xcb\xec\x8a\x64\x35\x7b\x56\x39\x42\x55\xfa\x17\x03\xdf\xbd\x97\xfe\xb9\x5a\x81\xd0\x8d\x3b\x50\xaf\xce\x22\x66\xb8\x45\xd9\x9b\xd2\x59\x78\x6f\xb0\x5a\x39\xa0\x38\x4c\x6e\x1f\x35\x2a\x83\x53\xf3\xbd\x03\xa0\x5e\x4a\x06\xea\x12\x79\x54\x5b\x4a\x26\x00\x51\x83\xf3\x79\x16\x84\xbe\x34\xb7\x9a\x2e\xac\x55\x62\x19\x23\xf4\x84\x10\x84\xbd\xeb\xfa\x2b\x31\x3f\x63\xba\xe5\x6f\xe7\xc1\x6f\x57\xaf\x5f\x9a\xf5\x53\xdb\x8b\x42\x36\x29\x59\x9a\x4b\x9c\x03\x0d\x02\x5b\xb5\x50\x46\xc9\x94\x07\x8c\x55\xe6\xd0\x64\xd9\x40\x9a\x13\xed\x6e\xfe\x8d\xac\xec\xfd\x88\x5b\xa0\x0b\xd1\x77\xbc\xc2\x59\x13\x53\xfe\x40\xd9\xf2\x07\x47\xed\x1d\x7d\x76\x83\x82\xd3\x04\xf1\x03\x6e\x9d\x41\x36\x03\xb8\x49\x1d\xce\x9c\x63\x5f\x5c\x72\x73\xbd\x40\x5d\x6e\xca\xa9\x36\x0a\xe4\xb4\xfe\x35\x70\xcb\xee\xb7\x06\xbb\xce\x47\x76\x08\x1e\x6f\x76\xd9\x47\xc3\xd4\x4f\xdd\xbe\xaa\x7b\xbb\xb2\x1c\xcb\x6a\x6f\xd7\x50\xfd\x59\x2c\x0b\x54\x61\xe2\x3d\x2a\x9b\x75\x95\x33\xb9\xca\x5b\x9f\xe5\xec\xb5\xf1\x09\xe4\x91\xa0\x6f\xbc\xb1\x16\x25\x0b\xec\x9f\x62\x51\x08\xef\xa7\x69\x10\x52\x61\x65\x95\xae\x9d\xcc\x40\xcf\xad\xe2\x23\x18\x7b\xda\x44\x87\xd9\x8a\xc4\x08\x12\x6f\xb6\x10\x3c\x25\x40\xb9\x70\x70\xee\xea\x91\x56\xf5\x34\xbc\x5b\xb8\xfa\xf7\x9b\xc7\xa2\x5b\x7a\x71\xdb\x2b\x44\x8a\xbe\x28\x01\xc1\x53\x9c\xfa\xa1\xc4\x03\xbe\xd0\x0b\x71\xa7\x43\xe6\xe0\x7c\xa1\x6e\x9c\x55\xcd\x4a\x0f\x5e\xe7\xa2\x33\x7e\x8a\xf0\xab\x05\x4f\x0d\xfb\x29\xc2\x27\x61\x14\x4b\x37\xc6\x49\x4a\x40\x94\x24\xc8\xbc\xc2\xf2\x12\x68\x01\x8d\xe1\x8e\xd7\x03\x85\x1d\x85\xdd\x43\x8e\x17\x45\x64\xcf\x05\xc4\xbd\x5e\xcf\x06\xf6\xcb\xc8\x5a\x44\x71\x1c\x9c\x87\xc8\x4a\x67\xc5\x31\x79\xd8\x88\xbe\xb2\x80\x73\x53\x21\xd2\x46\x1f\x1a\x4b\x92\x6a\x5f\xda\xa9\x9b\x87\x93\xd0\x78\x22\xa7\xf4\xd0\x7c\x0f\x6a\xa3\xab\x75\x6a\x18\x10\xb0\x7f\xd2\xae\x6c\x15\x38\xb1\x8b\x31\x46\xc3\xac\x7a\xd7\xee\xb8\xab\x39\x26\x62\x68\x08\xf0\xaa\xb9\xaa\xce\x2c\xbb\x57\x8c\x6c\x8a\x1a\x48\x5d\x59\x0f\x1b\x3a\x98\x1b\x88\xfa\x6b\xf8\x3d\x8f\x24\xdb\x11\x1a\x9b\xaa\x0b\xdb\x68\x04\x92\xcb\x2d\xc2\x84\xa8\x4b\x0c\xea\x9c\x4d\x30\x0c\x5f\xa5\x0c\xa3\xe0\x6d\x0a\x62\xc9\x06\xb8\x96\xa1\x6e\x31\x90\x4e\xa4\x8c\xcd\x30\x7e\xda\x3d\xbf\xb6\x8b\x41\x5e\xca\x5f\x5e\xb8\x43\x41\xf3\x9e\x0b\xff\xd3\x45\x2b\xdf\x92\x49\x56\xdc\x45\x62\x29\xce\x12\x4b\xcd\x9e\x24\xcd\x01\x25\xf2\xc8\xf2\x6f\x79\x8a\xdf\xfa\x92\x67\xd3\x88\xcc\x79\x98\x4d\x80\x11\xa9\x68\xc9\x83\x23\x1d\xc0\xf0\x57\xf0\x5a\xf5\x60\x18\xc0\x58\xb4\xe8\xf1\x63\xd2\x01\x02\x15\xc8\x97\xcb\x58\xf1\x85\x58\x8c\xd6\x0e\xac\x46\xa5\xd0\x18\x34\x6e\xfa\x57\x3a\x3b\xfe\x4b\x14\x06\x12\x6a\x43\xda\xa4\xc7\x33\x8a\x3a\xcb\x53\x48\xa1\xc7\x03\xb8\x44\x7d\x1e\xdf\x03\xa9\x17\x5c\x3c\x11\x54\xbb\xba\x81\x7a\x64\x2b\x10\x19\x11\xd6\xb1\x0b\x08\xed\x31\xa6\xae\xed\x13\xfe\xbb\x53\xca\xd8\x15\x65\x88\xd2\x56\x9f\x3e\x8d\x27\xa9\x83\x4b\x28\x84\xf9\x6e\x79\x83\x9c\xe3\x91\xa7\x9e\x02\xc5\xd6\x9c\x1f\xfb\x3c\x59\x17\xf5\x84\x9c\xd2\x41\xee\x8f\xf7\x44\x81\xac\x9f\xaf\x3b\xf6\xb3\x53\x1b\x64\x9f\x21\x60\xf3\xd4\x54\xc7\x01\x88\x69\x5b\x31\xbc\x44\xa3\x4e\x1f\xd0\x1e\x85\xf1\x07\x27\xb3\xe9\xfd\x3f\x61\xcd\x14\x89\xba\xa5\x2a\x84\x43\x63\x15\xc2\xa1\x5e\x85\x70\x38\xc9\xd1\x7d\xaa\x23\xa5\xe9\xb4\x7b\x94\x5c\x2f\x91\xcb\x59\xaa\x45\x7a\x0b\x44\xe2\x20\xa6\x1d\xb5\xfc\x69\xf5\x2c\xbe\xc3\x72\x65\x9a\x54\xea\xe4\x12\xf3\x6d\x96\x1e\xa8\x42\x45\xa3\xab\x15\xa0\x00\x4d\x1c\x80\x3b\xce\xca\x83\xd4\x9b\x75\xa0\x5c\x78\xbe\x1f\x3b\x4b\xb1\x2d\xe1\xca\xe1\x09\x97\xa9\xab\x95\x67\xee\x95\x88\x65\x53\x3a\x14\xf4\x33\xca\x5b\x87\x55\x8e\x64\x96\x54\x7c\x81\xe8\x59\x98\x5c\xfc\x86\xae\x3b\x59\x35\x64\xb1\x54\xd8\x01\x70\x6d\xa9\xb3\xfc\x07\xae\xcb\xbd\xb7\x7b\xc1\xb4\xd3\x1d\xb0\xc5\x71\x52\x33\xb8\xaa\x02\xd6\x81\x60\x20\x8b\xfb\x65\x29\xc8\x12\xa3\xec\xe9\xca\x54\x05\x4d\x68\xca\xb9\x35\x64\x3b\x1c\x47\x64\xce\x0f\x0f\x51\x10\x2b\xbf\xa1\xa0\x4b\xf7\xe2\xab\x80\xe1\x9f\xa8\x12\x6a\x6c\xc5\x9c\x25\xbf\x0b\x47\x2d\xdb\x28\xab\x37\x86\x81\x7d\xc2\xb5\xbd\xb7\x01\x93\x61\x78\xbd\xad\x53\x48\x91\xc3\xe6\xc7\x9e\x75\x1c\x6e\x60\x48\xe2\x99\x50\xda\x3b\xb8\x94\x1c\x9e\x9f\x49\xfb\x0c\x6a\x2f\xf2\x51\x17\xf9\x81\xd1\xbe\x50\xf0\x6c\xa7\xf6\x7d\xaa\xd9\xfe\x5d\xdd\x9e\x8f\xf8\x52\x18\x0d\x2a\x67\x42\xf9\x17\x5f\x11\xb7\xae\x0d\xeb\x86\xde\xbf\xdf\x21\x2e\x51\x9b\x3c\x83\x83\xa6\xa4\xb0\xce\x6e\xc3\x60\xd4\x8c\x5f\x2b\xc6\x05\x30\xc7\xa6\xdc\x5e\x18\x10\x67\x25\x3b\xc3\xab\x74\x76\x62\xae\x11\xe9\x88\xf9\x0d\x7e\xc0\xff\x53\xe4\x08\x3f\xe0\xef\xbf\x17\x33\x81\xdc\xa6\x7e\x4f\x63\x0b\x58\x67\x0b\x78\x32\x5a\xae\xf6\xf0\x7f\x0f\x9f\x50\x89\x96\x0e\x74\xc0\xbd\xbe\xc9\xef\xc1\x66\xc6\x49\x0f\x8e\xe9\xc4\x59\x39\xce\x68\xcd\x0c\xe3\x27\x26\x5b\x4e\x80\xe2\x0e\x5a\x67\xd4\x8a\x3b\xd0\x71\x46\x1a\x4c\x15\x00\x55\xdb\x18\xd7\x5a\xcd\x00\x75\xd8\x24\x14\x82\x51\x86\x60\xe5\x33\x49\x7d\x56\x56\x80\x2d\x64\x9c\x8c\xb4\x67\x4a\x3b\x64\xc1\x12\x58\xb4\x13\x6a\x96\xc1\x95\x33\x42\x63\x3a\x71\x31\x40\x3b\x73\x76\xc0\x7a\x83\xd7\xc3\xbf\xbf\x45\xef\x5e\xfe\x16\x9a\x0d\x5e\xf3\xc8\x47\xeb\x0a\x84\x05\x97\xd7\x5d\xb6\x1f\xe7\x81\xcc\x29\x36\x39\x30\x80\xfd\x93\xb8\x7d\x39\xaf\xd2\xf2\x46\xef\x16\x3e\xa4\xaa\x1a\xf2\x01\x0f\xda\x55\xf1\x96\x07\xdc\xa8\xb1\x7f\xc0\xc3\xbe\x8a\x1e\x0b\x55\x46\xa8\x26\x2b\x9a\xc7\x9c\x12\xcd\xee\x5f\x72\x04\x1c\x81\x61\xea\x93\xd8\xaf\x34\xe4\x0c\xcb\xe9\x21\xf9\x10\xd9\x41\xbf\xa4\x1c\x3f\x2e\x87\xbb\x6d\x66\x77\x33\x9a\x0c\x52\xfd\x9d\x6b\xfd\x42\x16\xc9\x2c\x00\x9a\x29\x41\x61\x5b\x03\xba\x5f\xd6\x78\x33\xe0\x0f\xc0\x40\x2a\xca\xfc\xc7\xb0\x8d\xce\x6b\x67\xae\x15\xa0\x6a\xfe\x4c\x6a\x63\xf0\x06\x4d\x52\x92\x6a\x35\xa4\x54\xbf\x91\xb4\xca\xfe\xd1\x43\xe6\x24\xf9\x29\xea\xcb\x88\x2f\xc2\x1f\xd0\x75\xb2\x60\x2a\xcf\x35\xa6\xf0\x63\xaa\xc1\x10\x04\xfd\x08\x87\xd7\x59\x30\xdd\xb4\x95\x4a\x53\x3c\x9b\xd2\x22\xd6\xa1\xbb\xa4\xf0\xfc\x2c\xf8\x37\x1a\x0d\x41\x18\x60\xf4\x32\x61\x5b\x93\xd7\x3f\xa6\x33\xc4\x7a\x64\xea\x58\x60\x83\x78\x16\x5d\x9d\x24\x24\x8e\xc8\xef\x33\x84\xcf\xf8\xfa\x06\xf8\x82\x3b\xd0\x13\xca\x70\x33\x1a\xdb\x27\x91\x8f\x5e\xf0\x4d\xd7\x0d\x03\x4c\xbb\x73\x48\x3e\x88\x68\x75\xf6\x93\x31\x05\xae\x41\xc5\xb5\x1a\x14\xac\x8c\xd9\x49\x0b\xa7\x99\xd5\x1a\xf5\xda\x76\xd6\x6a\x49\x33\x14\x2e\x2a\xd5\x23\x8e\x2e\xc1\x3b\x1e\x30\xb8\x79\x2d\x1f\xbe\x5a\x5c\x68\xe3\x56\xf7\x14\xa1\xf6\x04\xa8\xd5\x19\xdd\x1b\x00\xb1\x70\x22\x88\x90\x2f\x66\x31\x86\x90\x47\xd0\x15\x43\x08\x37\x2d\x34\x2d\x29\x8b\x7f\x20\xa6\xd4\xe3\x8f\x3a\x8e\x28\x0d\xfd\x46\xe4\x79\x1f\x53\x4a\xca\xb1\x7c\xa6\x11\xf2\xf5\x9e\xc5\x0c\xf7\x78\x55\xdf\x18\x51\xa1\x58\x74\x38\x35\xbe\xe2\xd4\x28\xc5\x51\x31\x7d\x67\x05\x62\x44\x5f\x44\x7e\xbe\x0c\x6e\x11\xe6\x94\xdc\x71\x07\x77\x96\x2b\x10\x3a\x60\xb9\x02\x8c\x88\xd1\x08\xf5\xe6\xc1\x1c\x01\x35\xc0\x28\xd7\x3f\x93\xc8\x72\x0a\x8f\x04\x8f\xea\xb0\x89\x2d\x27\xfa\x71\x72\x88\x61\x2b\xd9\xa1\xec\x55\xe4\x23\x33\x2a\x6d\xb0\x75\x61\xea\xe8\x9c\x91\x11\x22\xb2\xfe\x8f\xfa\xd9\xf3\x83\xd8\x8b\x30\x66\x32\x42\x93\xaa\xdd\xeb\xd7\x26\x57\x52\x9b\xa2\x8f\x14\x12\x04\xad\xff\xbf\xb5\x20\xc8\xe2\xe7\x89\x80\x47\x36\x61\xb2\x2c\x8f\x5f\x3e\x99\x05\xa1\x7f\xff\x7e\x27\x07\x9d\xcb\x0b\xd4\x26\xa2\xca\xf1\x2b\xf9\x90\xe9\x83\x4c\x8f\x63\xa7\x3f\x52\x72\x3f\xa7\xde\x4e\x11\x77\x92\xb1\x51\x25\xad\x5f\xcd\xa2\x10\xbd\x45\x1f\xb9\xe0\x92\xc7\x8b\xfa\xa3\x83\xc0\x12\xaa\x0a\xc0\x31\xdf\x39\xc9\x39\x25\x48\xc8\x23\x0c\xc8\xe7\x41\x4c\xd9\x73\x6f\x06\x09\xf4\x28\x22\x4c\x89\x12\x72\x45\xc5\xf8\xfa\x14\x75\x18\xca\x85\x90\xc5\xce\xcd\x91\xc7\x05\xa2\x4f\xf9\xe3\x4e\x0e\x6f\x12\x7c\xc5\x5a\xa4\x7a\xcc\x34\xaf\x4e\x8e\x0b\x38\x3d\x3a\x43\x98\xe3\x2c\x47\xa3\x7c\x3b\xca\x2b\x63\x7a\x82\x39\xec\x61\xae\x77\x0b\x05\xcd\x5c\x86\x9a\xeb\x3b\x3d\x1a\x3d\x67\xe7\xec\x09\x8c\x51\xc7\x71\x5d\x9c\x7f\xc0\xc5\x70\xe4\xa2\x4f\x9f\xe8\xb8\x3f\x49\xc1\x64\xfb\xaf\x83\x78\x81\x66\x3f\xf0\x8f\x17\x0b\x04\x49\x89\xbc\x04\xd0\x3d\x82\xa6\x04\xc5\xb3\x5c\x75\x74\x43\x21\xeb\x3c\x06\x94\xc2\xbd\xcc\xcd\x7f\x84\x56\x4e\x09\x86\x82\x12\x15\xb3\x9f\x6b\x94\x28\x3c\x0d\xc8\x1c\x8a\x3b\x84\x43\x44\xe8\x6d\x89\x12\x7e\x3d\xdb\x3f\x39\xfe\xa5\x8f\xcd\x42\xe9\xfb\xf7\x90\x5c\xf4\x6d\x20\xfe\x18\xa4\x15\x88\x62\xe9\x18\x13\x21\x28\xba\x63\x56\xc9\xa0\x95\x0e\xda\x23\x70\x58\x16\x1e\x99\x6c\x8b\xa7\x11\x99\x23\xbf\xab\xa4\x8c\xb1\x2c\x46\x53\xc6\x9d\x75\x05\x09\x96\xf9\x67\x83\x47\x5c\x2c\x55\x96\x67\xff\x67\x36\x8b\xf8\x99\xbc\xa9\xca\x70\x17\x9a\xbc\xf0\x0f\x88\x2b\xd2\x41\x76\x93\x37\x18\xf7\x41\x9f\x17\xd9\x5d\x2b\x86\x09\x51\xf5\x70\x92\xbf\xf1\x4a\x86\x0d\x65\x57\x0a\x6e\x62\x5a\xcf\xe7\xd0\xd4\xd9\xd7\x9b\x5e\x53\x9f\x61\x7c\xad\x1f\xb8\x71\xc9\x84\xaa\xa9\x8b\x6b\xe7\x6f\x78\xe2\xcd\xee\xb6\xff\x9c\xd3\xce\x68\xa8\xb9\xda\xa1\x5f\xa8\x9d\x39\x9e\x5a\x26\x59\xf1\xfa\x53\x3c\xb6\x5d\xdc\xfe\x32\x49\x77\x8d\xcf\xb8\x1d\x89\x12\x79\x45\x7d\xdb\x6a\x44\xad\xdc\x69\x72\x87\x16\x93\x3f\xb5\x70\x38\x75\x3b\x8d\xb8\x26\x51\xb1\x8d\xb4\x3c\xbe\x59\x61\x12\x49\x47\xa9\x87\xb3\x3b\xc8\x57\x29\x6e\xeb\x1d\x2c\x73\x9e\xc6\x09\xcb\x0d\xeb\x33\x18\xd7\x63\x0b\xec\xc3\xbc\x1b\x7e\xaa\x52\xe1\x86\xe0\x61\x5b\x04\x9c\x40\xec\xa1\x70\xa7\x73\x2e\x37\xd8\xdf\xba\x42\x8b\xe1\xe1\x00\x0c\x5b\x68\xa6\x7a\xf1\xd5\x82\xfb\x4c\xdc\x34\xde\x0d\xe2\x26\x57\x00\xb6\x52\x42\xcd\x67\xfb\x17\xce\xe6\xc8\x81\xd5\xac\x54\xff\x97\xaa\x81\x38\x7b\x7e\xea\x7d\xff\x7b\x40\xd7\xdc\x3f\xd6\x26\xea\x4b\xbb\x27\xf4\x2a\xa0\xb3\xae\x8e\x0d\x53\x0c\x0e\xb0\x2d\xd9\x84\x57\xa7\x34\x95\x10\x29\xdd\x30\x2d\x99\xca\xc0\x28\xce\x34\xe3\x9c\xe9\x0e\xcf\x1d\x2a\x59\x46\x7d\x6a\x3a\x92\x1c\xb6\x68\xf8\xca\xb5\xe1\x5b\xbc\x9c\x9c\xd9\xb2\x7a\x85\x06\x41\x16\x6e\x54\x4a\x2c\x2d\x46\x2d\xb5\xce\x50\x37\xe0\xad\x65\x01\x9f\xb6\xb8\x56\xd7\x7a\xac\xc3\x35\xfa\x88\xbc\x84\x96\x2f\xaf\xab\xc6\x35\x10\xa1\x2f\x20\x6f\x82\xdc\x0c\xf3\x19\x6a\xbf\x04\x32\xd7\xc5\x48\xe4\xf6\x48\x3e\x84\x3a\x65\xc1\x05\xb6\x2b\x0c\x7d\x0b\x44\xe6\x50\xf2\x65\x1e\x47\x21\x9a\xbf\x14\xcb\x34\x97\x61\x55\x9b\x72\xdd\xca\x5a\xd9\x1b\xe6\xcc\x9a\x6b\x65\x4b\x28\x47\xf6\x31\x41\xd6\x75\x94\x58\x71\x42\xd0\x13\x1b\x64\x48\x61\x6a\x7d\x3a\x53\xf6\x23\xd3\x3e\x39\xc1\xd4\xdd\x2a\xa4\xa3\xf6\xde\xc0\x59\x01\x49\x87\x2d\xbe\x51\x7a\x2a\xf6\x85\xfc\xd1\xc9\x61\x59\x5d\xbc\x95\x19\x5e\x56\x0a\x74\x7d\x0c\xce\xb1\xc7\x88\x37\x9f\x64\x5e\xab\xbd\xe2\xd8\x7a\xd7\x06\xb3\x53\xfa\xa1\x0d\x68\xf9\x6d\x0e\xf0\xfe\x06\x09\xb7\xe2\xe1\x03\xe8\x85\x0f\xc2\x20\xbe\x35\xda\xf4\xa3\x7f\x3d\x78\x39\x0f\xde\x1d\x99\x4f\x32\x19\xc6\xac\xae\x84\x52\xff\xa6\x91\x70\xf2\x3e\x2d\x3b\xe3\xf7\xc0\x66\xab\x69\x97\x2e\x67\x65\xca\xb7\x8f\x42\x44\x55\xcd\x84\x30\xc2\xf2\xcf\x24\xd6\xd4\x6f\x2d\x42\xb3\xfa\xc8\x4c\xd5\x6c\x86\x66\xe8\x85\x5d\x86\x51\xa9\x5b\x0f\x86\x15\x89\x34\x14\x9e\x27\x21\x24\xa6\x70\x51\x2d\x26\x74\xd8\x32\x76\x53\x76\x9e\x4b\xb3\xdb\x50\xed\x35\x25\x29\xd3\x99\x1e\xcb\x2c\x43\x4d\xab\x6b\xfc\xe4\x9b\xbf\x95\xb5\x62\x4b\xf9\xc8\x0d\x75\x83\xda\x59\x11\x91\x0e\xb4\xc1\x94\xcc\x69\xd0\x59\x03\x68\x8b\x8a\x49\x0f\x73\x07\x9f\xed\x7b\x3d\xe8\x85\xc2\x62\x66\xa7\x7e\x24\x9e\x1b\x5d\x28\x9b\x96\x79\x99\xd2\x62\xb3\x2d\x2b\x37\x95\x60\xcc\x0e\xbd\x87\x85\xa0\x6a\x35\x94\x40\xf6\x04\xd8\x73\x88\xe1\x05\x47\xc1\xd6\xe5\x17\x6d\x73\x59\xc2\x6c\x7e\x72\xd0\x4d\x33\x95\x4a\xe3\xe8\xc1\xf1\x1b\x8c\x52\xbc\x4f\xe3\x86\x48\x2f\x35\x5e\x6c\x14\x62\xbd\x88\x2e\x11\xe1\xf7\x6b\xa6\x3d\x6b\x37\xd6\xe6\xca\xb9\xe4\xef\x9f\xe3\x1e\xd4\xe4\x9c\x7d\x69\xa8\x0a\x9e\xa7\x88\xc3\x89\xac\xb4\xad\x87\x25\x9b\x43\x8c\x07\xa5\xa2\x25\xf9\x2f\x95\xbb\x35\x93\x70\xb3\x2b\x83\x04\xeb\x94\x7c\x75\xab\x30\xe4\x3a\x7c\xa7\x29\xe0\xed\x7a\xb6\xac\x17\x11\x41\xb5\x45\x27\x2b\x0b\xad\xad\x81\x88\xaf\xde\x16\xc5\xaa\xc3\xc0\xce\x57\xa1\xc3\xec\x34\xaa\x2b\x42\x97\x67\x4e\xd9\x87\xd9\x8d\x97\xe2\x71\xfe\x02\xc5\x2d\x19\x59\x1d\xef\x39\xe2\x9a\x22\x09\x28\xb2\xa0\x17\x0a\x43\x55\x76\x11\xd3\x50\x99\x85\x37\x2e\xfc\xfa\xd4\x0f\xe8\x86\x35\x55\xff\x11\xa0\xab\xc6\xd5\xf7\x2a\x79\xb1\xf1\xd5\x7a\x3e\x2c\x8a\x65\x70\xfd\x06\x8c\xb5\xea\x93\xd5\x7a\x5f\x63\x94\x6c\x4f\x3d\x7a\x25\x52\x7b\xaa\x17\xd9\xef\xa7\x76\xb2\xd2\x1d\x70\xad\xe9\x4d\x44\x2f\x88\xbb\xca\xd5\x3d\x48\x5a\xa9\x67\x1a\x2d\xac\x24\x56\xde\x88\xaa\x12\xb6\x0a\xe4\x2c\x5f\x59\x07\xa1\x76\xb6\xa6\x8f\xd7\xbb\x45\xaa\x7b\x2b\xf7\x57\xd7\x56\x4b\xc0\x55\x6e\x8d\x75\x1f\x58\xd6\x89\x80\xcd\x12\xa8\xaf\xeb\xb7\xae\xe4\xef\xba\x5a\x76\xc5\xff\x74\xb5\x8c\xff\x71\x05\x31\xb5\x68\x64\xc5\xe9\x1a\x89\x3a\xe5\xc7\x27\xcf\x45\x59\xd7\x27\xd6\x5b\xf6\xfb\x2a\x08\x79\xf9\x79\xfe\x51\x94\xf0\xb2\xef\x1b\x41\xdc\xac\x41\x1f\xd8\x89\xa9\xd2\x4e\x55\xe3\x74\x83\xe4\xcd\xfa\x0d\x30\xa2\x7a\xd0\x32\xd5\xab\x89\x3c\xcd\x27\x37\x1e\xa4\x8f\xb2\x9d\x94\x26\x74\xe7\x4b\x6b\x6a\x83\x64\x85\x74\x23\x59\x15\xb7\xc1\x3a\x37\x23\x05\x89\x8c\xa6\x33\xdf\x94\x45\xa8\xba\x9e\xca\xce\xb3\xf5\x0c\xd6\x34\x58\xcf\x3c\x1a\x32\xf4\xf6\xe7\xcb\xe7\xe2\xc3\x49\x8c\x6e\x8a\x09\xbf\x8b\xcd\x8a\x5c\x11\xd0\xff\x2c\xee\x9b\xc4\xe8\x8b\xb3\xde\x24\x46\x45\x9e\xfb\x4d\x31\xd7\x5c\x19\x90\xa1\x89\x78\xcd\x15\x3c\xf6\x73\x15\x3c\xf2\x57\x73\x0e\x64\xed\x91\x41\x29\x33\x78\x2d\x4c\x96\xf5\xae\x72\xd1\x9b\x2f\xfb\x17\xe4\xc4\x05\x26\xf1\x0d\xb1\x61\x2d\x35\xb3\xa4\x78\xf8\xc9\x22\xe4\xe5\x44\x5a\x29\x1f\x37\x29\x62\x57\x91\xb7\x81\x65\xb7\xa0\xfa\x82\x4c\x31\xe8\x17\x08\x3d\x03\xe8\x54\x61\xe4\x06\x91\xce\xf5\xfc\xcf\x8e\xf1\x16\x9c\xa6\xdd\xd6\x29\xd8\x2d\x76\x7c\xc4\x9e\xaa\xde\xef\x4e\x59\xf1\x9f\x3a\x65\x05\x62\xbe\xf8\x41\x2b\xa9\x99\x9f\xb5\xdf\xe0\x39\xdb\x40\x89\xc9\x8a\x96\xf8\x19\xad\x36\xd0\x6c\x1e\x97\x4e\xdb\x4a\x85\xa6\xc1\x26\x68\x88\xc3\x1b\x3e\x46\xcb\xbc\xe0\x5b\x3b\x49\x73\xb7\xfd\x95\x6e\xdf\x01\xb9\xcb\xa4\xb7\x0b\x7b\x2a\x5f\x29\x6d\xcc\xae\x01\x43\x93\x37\x3d\x37\x8f\x5a\xbf\x7a\xc1\x8b\x3e\xc5\xa2\x2c\x19\xb0\x67\x04\x4d\xbb\x34\x52\x25\xa9\x73\x25\x05\x3c\x88\xb3\xab\xee\x5b\x39\xcf\xcb\xde\xd3\x0d\xe2\x95\xde\x2b\xef\xe7\x2b\x1c\x5e\xa7\xcd\x3a\xed\x23\x95\x14\x34\x38\x92\x85\xd5\x82\x08\xc7\xb7\xc5\xa9\x7b\xfa\xf8\xe7\xa3\x0f\xbf\xbe\xfb\x67\x45\x91\x42\x79\xab\x0b\x48\x6f\x93\x34\x5f\x32\x66\x88\x71\x1c\x4e\x40\x5a\xcd\xa9\xbd\x39\xb5\xba\xdf\x01\x83\x21\x11\x5e\x96\xcd\xed\xb4\xff\x8c\x12\x92\xa9\x6d\xfc\xba\xbf\x73\x84\xb0\x05\x7d\x1f\xf9\x6d\x2f\x08\x7b\x3b\x43\x04\xf1\x1b\xeb\x20\xb6\x78\xba\x39\xeb\x27\xc0\x17\xe2\xca\x94\x74\x98\xaa\x7e\x5b\xdd\xe7\x56\x81\xea\x84\x27\x3f\x7e\x4d\xa8\x8e\xe1\xe5\x4e\x50\x1d\xc3\xcb\xcf\x8b\xea\xe2\xf9\x73\x6b\x51\xcd\xd0\x24\x80\xdd\x05\x9e\x79\x4f\x9f\x99\xa8\xe3\x5b\x89\xe6\x97\xd1\x95\xb4\xb8\x63\x74\xb5\x1e\x13\x2d\x70\xac\xec\xf8\x90\x7e\x1e\x04\x8b\xd0\x9a\xf6\x91\xfd\x9f\x95\x84\x39\x90\xbb\xa0\x60\xd6\xd1\x96\x04\x7c\x73\x0f\xab\xe5\x27\x25\x19\x6d\x26\x03\x19\xa4\x8e\xdb\x20\x0c\x89\xfc\xf2\xee\x39\x5c\x5f\x78\xe3\x33\x49\x42\x7f\xfe\xf9\xee\xe8\x7f\x4f\x2f\x06\x4d\x93\xc5\xd2\xda\x7a\xd9\x04\x6d\x60\xbf\x5a\xd0\x0b\x12\xf1\x74\xf0\x57\xb2\x10\x9b\x2c\x1d\x04\xcf\xb9\xb9\xa0\xc5\x67\xf2\xee\xfb\xe6\x5f\x2c\x48\xb4\xd0\x3f\xf8\x80\xae\xb5\x0c\xf6\x42\x89\x43\x11\xc1\x92\x55\x08\x4c\xff\xaa\xbb\x57\x3f\x5d\xb5\x5c\x0a\x9b\x8a\xad\xd3\x5e\x4f\x44\x50\xf9\xa1\x4c\x5f\xcb\x86\x34\x26\xb2\x0d\xc1\x70\x98\x2f\x07\x98\x16\x55\x54\x02\x68\x0a\x5e\xda\x15\x9f\x0e\x1b\x07\xf0\xff\xd7\x3c\xb7\xed\xa8\x14\x06\x2e\xb9\x97\xbc\xc2\x70\xd3\x13\xe7\xe1\x26\xf9\x4e\x95\x91\x0a\xb9\xb2\xab\x7d\x91\x8a\xa4\xd6\xbf\x27\x90\xde\x83\x5e\xd8\xcb\x90\xde\x93\xde\x4b\xed\x3a\x46\x41\x03\x93\x5c\x49\x4d\x0d\x24\x53\xb8\x78\x3a\xd6\x3c\xc2\xb2\xf3\xf5\x1d\x03\xe3\xd7\x12\xca\x06\x60\x69\x25\x31\x77\x3a\xfb\xec\x3a\xce\x9d\xcf\xbf\xd0\x75\x6b\x0c\x34\xfa\xfe\x9c\x40\xec\x37\x9b\x99\x42\xe1\x26\x25\x62\xd3\xee\xdf\xf0\xba\x51\xbf\x88\x2d\xc6\xd1\x35\x78\xc8\x34\xf2\x00\x76\x85\x71\x26\xb7\x40\x0a\xca\x24\x90\x05\xa7\x8a\xc6\xe6\xdc\x5d\x63\x43\x5e\x3d\xd8\xb6\xc4\x6c\x86\x7d\x1d\xe6\x4d\x12\xc9\x34\x3b\x68\xb5\xb1\x2e\x6d\x92\x55\xfa\x95\xd1\x8a\x8f\x8d\xb1\x9e\x96\xf9\x16\x9e\x41\x06\xb3\xe9\x1b\xa3\xcd\xa7\xfd\x4d\x61\x8f\xd9\x08\x0d\x6a\x67\x1e\xb5\x93\xfe\x2a\xf9\x9d\xac\xc7\xfa\x59\xf9\x5d\x89\xec\xf6\x79\xec\x95\xac\x0c\x9b\x95\xa5\xc9\x0e\xa6\xf4\xfc\xd2\x0b\x49\x9a\xf3\x5b\x38\x34\xfb\xda\x96\x1a\x82\xe1\xc1\xc4\x48\xb3\x72\x67\x17\x70\xd0\x36\xaf\xe5\x28\x3d\xbe\x40\xa1\x00\xf0\xb5\xf1\x92\x81\x7a\x27\x4b\x09\x2b\xa1\xb8\xb6\x2e\x3d\x6b\xb9\x05\x58\xb2\x3c\xbd\xd0\xb0\x40\xda\x22\x8a\x03\x29\x09\xe4\x62\x53\xe7\x49\x48\x83\x05\x97\x3e\x7e\x22\xe8\xcf\x24\x20\xa2\x4a\x92\x4d\x82\x8b\x99\x76\x9f\x72\x11\x91\x86\x39\x65\x85\x7e\xf2\xe1\xaa\xbc\x94\x6e\xdb\x20\x4b\x7b\x7d\xf4\x66\x5a\x92\x68\x8b\x08\xce\xe2\xed\x5d\x66\x8b\xed\x7a\x22\xc9\x16\x36\x3d\x4c\xd6\x9a\x78\xf5\x17\x8d\x22\x5a\x1b\x61\x25\xad\xc5\xd4\x96\x5c\xd5\x8e\x1d\x1c\x80\x71\x26\x41\x4e\xa4\x93\x40\x3e\x14\xc9\xbd\x6d\xb4\xc1\xca\xb2\x56\xe9\x0d\xa7\x66\x5a\x4a\x7b\xde\x22\xe1\xae\x88\x38\x3e\x93\x87\x93\x52\xf9\xb0\x8c\x92\x24\x0a\x1e\x15\x4b\x6c\xa9\x67\x55\xd0\x16\x4f\xdc\xf6\x14\x69\x26\xb6\x75\x82\x83\x7c\xbb\x9f\x01\x69\xc2\x96\x99\x1c\x37\x39\x85\x1e\x99\x53\x95\x79\xfd\xea\x6d\xee\xc4\x2e\xf5\x78\xd0\xa4\x68\x57\x2e\x4b\x60\x03\x0f\xc7\xa0\x2a\x71\xbb\xe5\x61\x29\xd5\x8e\x2f\x7b\x58\x1e\xd5\x9c\x0a\xea\xfe\xf5\x66\x47\x01\xcf\x0d\x40\xd3\x35\xdc\xff\x43\xc0\x13\xb4\x8c\x3c\x7f\xf7\xc9\x03\x9b\x33\xfb\x86\xac\xde\xcc\xe8\xeb\xb5\x0a\x86\x82\x1e\xd6\x0b\xf7\x57\x08\x8c\x26\xa9\x70\x57\x49\x0c\x5b\x33\xfc\xc7\x06\x7e\xff\xf8\xa6\xd8\xbd\x96\xc0\xa0\x65\x38\x01\xdb\x0b\x83\x52\xaa\xd3\xe6\x2c\x5f\x63\xf7\x03\xa9\xa8\xa8\x2b\x51\x38\xa7\xee\x4a\xad\x69\x98\x1a\x06\x6a\x0e\x83\xa1\xe1\x30\x18\xea\x87\x41\x95\xda\xb5\xa1\x58\xd2\x4c\xcf\x35\x91\xa2\x24\x85\x5e\x36\xbb\x9d\xa8\xb6\xc5\xcb\x98\x27\x15\xb2\x49\xdb\xc3\x64\x68\x3e\x4c\xfa\x6c\xd1\x1a\x38\xbb\x1b\xf9\xb9\x1f\x37\x38\x06\x76\xa5\x32\x09\x9b\x53\x5b\x7b\xf9\x4e\x98\x7f\x9d\x4a\xc0\xc1\xba\x19\x2d\x40\xdc\x31\x54\x38\x00\x84\x91\xfa\x2b\x3a\x06\xcc\x36\xb6\x72\xcd\x23\x8d\x77\x95\x6f\x7b\xc9\x6d\x9f\x88\xd0\x1e\x0c\x17\x33\xd8\x63\x6d\x8a\xd1\xac\xa5\x8e\x7c\xd4\xa0\x27\xde\xa8\x86\x3f\x6e\x21\x19\x0f\x4a\xa1\xb8\x8f\xb4\x05\x2e\xdb\xc9\xaa\x76\xf4\x23\xb3\x0c\x78\xdb\x0f\x40\x93\xc2\xd3\x5e\xdf\xa9\x38\x80\x0e\x53\x75\x23\x8d\x60\x32\x2d\xb4\x14\x30\x72\xc2\xc4\x66\xe7\x87\x18\x76\x8d\x96\x63\xba\xae\xa8\xf8\xb8\x62\xf9\xd7\x41\x55\xa1\x2d\x9b\xb7\x44\x43\xbd\xb7\xf5\xcc\xf2\x3b\x6a\x50\x7a\x7e\x53\x73\xcb\x6d\xd2\xc6\x4a\x7d\xcb\x83\xf3\x10\x18\x94\xad\x0d\xcf\xc7\x83\x26\x81\x60\x9f\xcd\xe1\x59\x0e\x26\xab\xbf\xb9\x46\xc5\x86\x5d\xa0\x5c\x0c\x99\x8a\x12\x9b\x92\x68\xde\x45\x98\x92\x00\xb5\x29\x84\xe5\x89\xfb\x48\x62\xbd\xca\x4b\x97\xdf\x68\xd9\x55\x3d\x23\xc8\xed\x8f\x61\x74\x85\x08\xbf\xc4\x60\xa3\xf2\x59\x55\x0e\xcf\x2f\xee\x84\x4d\xe8\xac\x3b\x47\x74\x16\xf9\x0f\xce\x03\xec\x07\xf8\xa2\x7b\x9b\xaa\x8d\x3c\xfe\xb8\x98\x9d\xff\xfd\xe9\x8b\xba\xdb\x73\x1b\xdc\x9a\x2b\x9d\x93\xd9\x64\xbb\xfa\x64\x4b\xba\xa2\x92\x20\x66\xc3\xa2\xbb\x00\x8c\xed\x9f\x03\xec\x57\x94\x89\xa8\xf5\x44\x14\x7c\x10\xa9\xd8\x96\x1b\x42\x63\x39\xf3\xc8\x47\x61\xdc\x53\x80\x92\x24\x44\x3d\x36\xb6\x2c\xd2\x91\x86\xbd\x16\x0b\x26\x94\xbc\x16\x45\x39\x32\x3f\x95\xac\x56\x43\xa9\xdd\x3a\x19\xaa\x58\x03\xd1\xd0\x2d\xb0\x65\x69\xee\x2d\x4b\x5b\x48\xe1\x80\x46\x11\x13\x5f\xed\xcd\x6a\x0e\x9a\xf5\x2e\x93\xf2\x9f\x11\x4a\x4f\x27\x14\xfe\xa3\xcb\x16\xad\x57\x9a\x56\x3b\xa1\xa7\x45\x45\xce\x46\x58\xc6\xe2\x1a\x82\x6f\x0a\xc5\xf9\x39\x7d\x59\xfc\xf2\x2c\x8f\x0d\xa5\xef\x9d\x21\x76\x67\x98\xcd\xcf\x66\x53\x71\x7d\x4b\x89\x00\x8c\xeb\x0b\xbf\x54\xb3\x36\xda\x86\x65\x9e\xa5\x17\xdf\xb6\x60\x99\x55\x57\x7c\xa7\xba\x77\x7a\x91\xee\xfe\xae\xe0\x54\xd7\xc6\x88\x22\xb2\x2d\x40\x4d\x21\xcb\xf5\x60\x3e\x9b\xf6\x8b\xc1\xfb\xcd\x84\xae\xcd\xc2\xce\x6a\x45\x8b\xdb\x24\xf8\xdc\x26\x81\xe7\x7f\x3f\x9e\x5f\x3e\x0a\x17\xdf\xd7\x96\x57\xab\xaa\x78\x76\x04\x6c\x36\x97\x7c\xc5\xb2\x42\x80\x96\x26\x03\x09\xd9\x67\x52\xae\x68\xd6\xe2\x9a\x96\x06\x5a\x7b\xbb\x72\x66\xeb\xc5\x8b\xd3\x20\x5e\x84\xf0\x5a\xca\x60\xc5\x42\xa6\xad\xce\x3d\xb5\x9f\xca\x15\xc4\xfa\x7a\xe1\x1d\x0d\x69\xe2\xf2\x76\xbb\x5c\x30\xcc\x50\x87\xc7\x24\x72\xe5\x81\xaf\x63\x79\x6d\xc2\x5c\x3f\xff\x3c\x36\x9c\x40\xc6\xf7\x1b\x14\x5f\x5e\x4b\x59\x3e\xa2\x30\x08\x5b\xd5\xf5\x92\xbd\x1a\xb8\x80\xb8\x1c\x55\x2b\xf0\x97\xba\x05\x26\xa6\xcb\xa0\x76\x45\xa3\xeb\x89\xb3\xa2\xc8\x9a\x51\x07\x59\x93\x21\x3c\x34\x04\xcc\xf0\x82\x6d\xd1\x07\x84\x9f\x47\x1e\xe4\x37\xfa\xb3\x3e\x2e\xc2\xe8\x1c\x86\x3b\x01\x9b\xb3\x9f\x30\xed\x3c\x23\x2d\x91\x18\x14\x5b\x62\x2c\x11\x87\x1d\x37\x25\x22\x7d\x42\x62\x12\x2f\xe0\x47\x3e\x8f\xb7\x6f\x9f\xb7\xb4\xe4\x15\xf4\x36\xa1\x9a\x51\x73\x38\x99\xe1\x74\x37\xda\x31\xb7\x17\xf7\x5e\xc0\x8f\xc1\x3c\x99\x5b\x6f\x83\x39\xb2\x68\x64\x3d\x0f\x2e\xd1\xc8\xa2\x33\x64\xcd\xe5\x9b\x30\x98\x22\x2b\x9a\x5a\x10\x5f\xcb\x48\x79\x81\x52\xdf\x3a\xbf\x16\x79\xb2\x8c\xc0\x2d\x41\xe0\x6d\x45\x3c\xa3\x35\xb7\x56\x00\x29\x2e\xc0\x1a\x99\x6e\x2b\xfe\xd0\xe8\xf2\xaf\x6a\xd1\x26\xcb\x38\xc4\x11\xed\x66\x59\x87\xe8\xcf\x2d\x25\x9d\xdb\x29\xe1\x88\x2b\x4a\x6f\x95\x65\xe7\xe9\xbf\x1e\x3f\x7f\xf4\x0f\xf8\xf7\x8d\x04\x9d\x26\x16\x1e\x6d\xce\x95\x06\x1e\x11\x8e\x5f\x6d\xab\xa1\x4c\x76\xa9\x65\x03\xb4\x2a\x95\x3e\x6d\xe0\xaf\xd1\x02\x74\x7d\x6d\xbd\xb2\xb2\x71\xd7\xca\x6c\x25\xae\xfa\xae\xe9\xbf\x9d\x32\x46\xe5\x7d\x28\x4d\x2d\x44\xf9\xa3\xb2\xe4\x6f\x6e\x1d\xb5\xbc\xc9\x1a\x54\x2a\x72\x2d\xbe\x2e\xa0\xb3\x09\x26\x6b\x59\x96\x11\xcd\x66\x9d\x4d\xfd\x6c\x66\x35\x37\x99\xb3\xb7\x63\x71\x25\x66\x72\x9b\x38\xdd\xed\xcb\x28\xfa\xe5\x20\x49\x5e\xfe\xfa\xfc\x7f\x6f\x4d\x46\x51\xb4\x28\xde\x24\x52\x3d\xc0\x57\x91\x73\xa4\x31\xfd\x72\xee\xd1\x51\xe3\xdc\xa3\x43\x2d\xfb\xe2\xf0\x2e\xf7\xa8\x61\xf6\x8d\x76\xc4\x94\xb2\x70\xb8\xe7\xb5\x90\xec\x03\xec\x62\x1c\xdd\x16\x01\x4b\xa6\x01\x9a\x67\xe2\xd4\x7c\xbd\x69\x2e\xd2\x06\xd8\xc8\x87\x72\xe5\x1b\xed\x34\x71\xa9\xb6\xeb\xd6\xe8\x6a\x9d\xb8\xb4\x66\x66\xdb\x26\x2e\xf1\xee\x6f\x36\x71\x69\x38\xd4\x12\x97\xf6\xbf\x6c\xe2\xd2\x70\xb8\x41\xe2\xd2\xfe\x8d\x26\x2e\x0d\xf9\x08\xeb\x83\x0c\x86\x83\x6f\x29\x71\xe9\xe1\xae\x13\x97\x1e\xe6\x13\x97\x1e\xed\x3e\x71\x29\x6f\xa9\xd0\x66\xf1\x65\x13\x8d\x0e\xef\x12\x8d\xbe\xd5\x44\xa3\x47\xa6\x44\xa3\x47\x37\x98\x68\x64\xa4\xa5\x1b\x4b\x34\x7a\xbc\x3e\xd1\x68\xd8\x2f\xc7\x96\x0f\x6b\x29\xff\x0b\x27\x1a\x1d\x64\x40\xde\x68\xa2\x91\xcc\x75\x2d\x67\xb7\x32\xb4\xee\x34\xd1\xe8\xd1\xae\xca\xa5\xc9\x0c\xa8\x6f\x3e\x99\x88\xe7\xfd\xec\x2e\x95\xe8\xf0\x3f\x35\x95\xc8\xac\x14\x7c\x1b\x29\x45\x3c\x45\xb9\xc4\xda\xf7\x77\x15\x53\x3d\x38\xcc\x68\xf2\x43\x72\x8e\x08\x46\x34\x93\x40\xcc\x61\xc1\x5a\xbb\x1c\xcb\x2d\xbc\xc8\x53\xe4\x06\xdc\xf6\xb7\x1c\x3c\x2d\x0e\xdb\xe2\xc4\xfe\x75\x45\xeb\x67\xc4\x1a\xe4\xa7\x22\x9f\x6c\x3d\x87\xbf\xfd\xfe\x76\x2d\xc7\x06\x06\x36\xc6\x89\xd2\x3e\x79\xf5\xf2\xec\xdd\xf3\xf7\x67\x67\xaf\xde\x3f\x7d\x79\xfc\xf3\xf3\xa7\xa7\x9b\xc6\x48\x55\xa1\x26\x0a\x7c\xaf\x1e\x37\xbc\x45\x1e\x39\xea\xd1\xd6\xd8\x79\xf5\xec\xf4\x64\x83\x40\x33\xd3\x71\x76\xc0\xa6\xb5\xab\x50\xee\x41\x59\xcd\x6a\xc8\xd2\x43\xcd\xc7\xbb\x43\xb6\x1e\x47\x09\xf1\xd0\x1d\x63\xe7\x8c\x5d\xe1\xf8\xeb\x67\xee\x5f\x2a\x5f\x94\x63\xd0\x36\x07\x21\xdc\x44\xaa\xe8\x6e\x32\x44\xd9\x46\x60\x9b\x2c\xfe\x5c\x89\xa1\x0d\xc9\xb0\x3a\x57\xb4\x9a\x32\xef\x12\x3c\xff\xd3\x12\x3c\x0f\xfe\x53\x13\x3c\x5f\xf0\x9d\xb3\xb3\x34\x4f\xad\xbb\x4d\x93\x3d\x0b\x1d\x66\x51\x35\xeb\x7a\xf4\x13\xc2\xd3\x9b\xd6\x03\xa9\xf5\x59\x3f\xe9\xb4\xcb\x2f\x92\x94\x7a\x70\x97\x94\xba\x55\x01\xa9\x86\x29\xa9\x49\xb0\x5d\x3a\xaa\xdd\x38\x65\xb3\x6a\xb3\x0d\xcc\x2f\x2b\x48\x60\x1d\x7c\x37\x91\x98\xba\xd1\x1c\x0d\xc9\xa9\x86\xb7\x37\x35\xcb\xf6\x29\xaa\xad\x76\x45\x3b\x02\x9b\xc3\x8f\x22\xa4\xf2\xc6\x49\xac\x92\x5f\x0e\xaa\x5e\xef\x7e\x01\x8c\x9c\x78\xf7\x94\x56\xc5\xc6\x4b\x33\xbd\xb1\xfd\x64\x3e\x1f\x76\x41\x6c\x77\xd9\xd0\xb7\x37\x1b\x1a\xe1\xcb\x1d\xe5\x44\xd7\x84\x6e\xdd\xa6\xb0\x32\x26\x7e\xdf\x96\x80\xb2\xe0\xc3\xbf\xfb\x83\xdf\xc2\x97\xad\x73\xa2\x53\x79\xf9\x30\xad\x91\x64\x08\xa1\x62\x53\xb5\xec\xd2\x5d\xee\xa5\x9c\x90\xbc\xe4\x56\xac\x05\x6f\x2c\x5d\xab\x5f\x0d\x6f\x54\x41\x6d\x43\xc4\x64\x83\x2b\x65\xe8\x96\x94\x97\xad\xee\x6d\xa2\xb9\xcb\x00\x5d\xdd\x16\x9a\xbb\x3c\x7f\x9a\x40\xff\x0d\x34\xd3\x1c\x63\x35\x9c\x3b\xc8\x7f\x63\x2f\x5a\x30\xa6\x70\x1e\x71\xcb\x6b\x42\x02\x2d\x18\x50\x3e\x54\x3f\xd3\x93\xcd\x4c\xb7\x32\x17\xc0\x7c\x73\x5a\x91\x74\x19\xc6\x2a\x15\x42\x63\xaa\x4e\x3f\x23\xc9\xbc\x83\x61\xeb\x94\xb2\x8a\xa0\x9e\x8a\x80\x9e\xcc\x04\x61\x8a\xdd\xae\x4f\xf9\x37\x46\xfc\xb4\xcd\x71\xea\x6b\x91\x5c\xc5\x18\xe3\x75\x2a\xf5\x61\xc9\x48\xa5\x67\x82\x80\x42\x76\x11\xc8\x25\x47\x01\xdb\x98\xf8\xda\x5a\xb1\xac\xc9\x6f\x4a\x2f\x41\xdb\x2a\xc8\xbc\x72\xc1\x72\xae\x07\xc3\xe2\xd9\xa6\xd1\x9b\x2e\xe3\xa0\x64\xaf\x31\x4c\xa7\x41\x52\x4d\x95\x2d\xad\x90\x45\xc5\xb6\x03\xbf\xf5\xef\xc2\x06\xf6\xaf\x51\x4c\x5b\x6b\x9f\x1b\xd1\xb7\x18\xb2\x27\x06\x6c\x85\x1f\xa3\xb6\xee\x45\x8b\xeb\xae\xbc\xda\xae\x24\x40\x2b\xbd\xbd\x72\xbe\x1b\x41\x5b\x48\x10\xac\xb5\x54\xc9\x24\x02\x33\xae\x37\xc8\x22\x68\xb0\x94\x27\xc7\x27\x88\x7c\xde\xc5\x54\x43\xee\x60\x39\x11\x91\x97\x97\x14\x78\x57\xed\x6a\xa6\x53\xde\x10\x60\xe3\x8a\xee\x62\x2d\xce\x44\xe5\x90\x63\xcf\x8b\x12\x4c\x85\x03\xf6\xf3\x2d\x8b\x61\xf4\x2f\xb6\xe1\x4c\x98\xd8\x7e\x1e\x6d\xb6\xa2\xd1\xb2\x6c\xd8\x9e\xe6\x35\x6b\x16\x45\xdb\xea\xb2\xc7\x06\xcd\xd7\xe5\x80\xc7\x32\xf3\x3f\x15\x94\x98\x5c\x5c\x2f\x8b\x54\xc5\x1f\x1b\x08\x6d\x08\xa4\xbc\x54\x9b\x32\x75\x27\x88\xd4\x08\x22\x47\x9b\x5a\xcc\x77\x24\x8a\x1c\x35\x10\x45\x5a\x0a\x23\x47\x5b\x09\x23\x47\x15\x01\x27\xeb\x25\x76\x1e\x39\xb3\x69\xf8\x9c\x99\x3d\xff\xed\xf7\xdf\xce\xde\xbd\x69\x9b\x41\xbe\x2d\x5b\x4e\x47\x6d\xb9\x24\x15\xd1\xbc\x1b\x32\xe4\x6c\xee\x9b\xc2\x5d\xc1\x7c\x5b\x48\x42\x3a\xfe\x1b\xe7\x2a\x6c\x8f\xfc\xf5\xe2\x4a\x2b\xfc\x6f\x24\xb2\xe8\x70\xb4\x5a\x81\x26\xa2\xcb\x6e\x84\x97\xbf\xfd\xfe\xf6\x1f\x30\x0c\x7c\x6e\x37\x7c\x9d\x9c\xff\x86\xae\xe3\xcf\xbe\x55\x4c\x20\x7c\xd9\x75\x33\x22\x65\x27\x13\xba\xc1\xb5\x7c\xf5\xec\xf4\xe4\x34\x88\xbd\xe8\x12\x91\xeb\xcf\xcf\xf2\xca\xc3\x7f\x51\xde\x67\xc0\xc6\xd6\x33\xd9\x9e\x1b\x1a\xd7\xa8\x01\x5b\xdc\x74\x73\x9f\x25\x8b\x45\x44\x28\xf2\x8f\xc3\x8b\x2f\xb0\xb1\x0b\xc3\x6f\x2c\x9f\x1c\xb1\x91\x80\xb2\x62\x37\x9b\x64\x33\xd9\xa5\x1e\x83\x3f\x47\x09\xf6\x8f\x13\x3f\x40\xd8\x43\x9b\xe0\x6f\x3b\x0c\x16\x87\xaf\xc3\x5f\xa3\x2d\x95\x35\x4a\x8a\x3a\x42\x53\x69\xbc\x21\x8a\x76\x10\x45\xd2\x07\x76\x18\xd4\x4c\x65\xcd\xc6\x7b\x54\x89\xa8\x46\xfb\xcb\x18\x7c\x52\x9b\xa0\xd5\x86\xdc\x9a\x6b\x3c\x1c\xbf\xcf\xe2\x38\xe1\x19\xea\x4f\x3f\x2e\x02\xe1\xa0\x7d\x8e\xd0\x15\x77\xe1\xbd\x8c\xe8\xcf\x68\x1a\x11\x94\x3e\x39\x09\x23\xef\xc3\xd9\x07\x74\x25\x9f\xdc\x8c\xf2\x93\x11\x81\x8c\x71\x79\xb8\x5d\x28\xe7\x56\x9a\x90\xdc\x30\xb6\x09\x90\xb6\x89\xb5\x6d\x26\xba\x81\x76\xd4\x32\xd9\x68\xbd\xd2\x24\x62\xea\x37\x5c\xd5\x3b\x21\xe2\x4e\x88\x68\x4e\x10\x1b\xda\x9d\x77\x48\x13\xb7\x41\xaf\x33\xa3\x64\x17\xd3\xb9\x61\xed\xe0\x84\x5f\xd5\xf4\xec\xf4\xb3\x0b\x32\xf9\xc1\x37\xe2\xca\x6b\xe7\xb3\x43\x0c\x9d\x21\x8f\xa0\x4d\xc8\x7c\x57\x58\x52\x00\xec\x18\x53\xda\xbc\xb6\xc6\xd6\x71\x18\x46\x57\xc8\x7f\x83\xfc\x80\x20\x8f\xbe\x7b\xf3\xec\xf3\xcb\xc7\x46\x18\x6e\xa3\x90\x5c\x87\xac\xcf\x28\x29\xb7\x39\x08\x0f\x27\xc0\x56\xf0\x5a\xef\xde\x3c\xb3\xab\x0f\xae\xb5\xc7\xd7\xe1\x76\xa2\xb8\x21\xd1\xce\xf0\x5d\x8b\x0e\xef\x34\xbf\x6f\x5a\xf3\x3b\xd8\x8e\xdc\x0e\xbe\x00\xb9\x31\x1e\x7d\xe6\x45\x8b\x2f\x40\x6a\xfa\xd0\xb7\x91\xcc\x0c\xa8\xf9\xf2\x24\x56\x55\x79\xa9\x21\x45\xec\x7f\x01\x12\xbb\xb3\x06\x6e\x8b\xc1\x7f\x20\x72\x1e\xc5\x88\x11\xe4\xf3\xe8\xe2\x22\xc0\x17\xdb\xe3\x50\x84\x3e\xce\x90\xf7\xa1\x3d\x4a\x4d\xf0\xb4\x45\x6a\x1f\xd8\x01\x5e\x24\x0a\x18\xdb\x0f\x62\x78\x1e\x22\xdf\xd6\xfe\x9c\xf0\x10\x63\x01\x25\x7b\xd3\x18\x33\xac\xc7\x03\xf9\xe1\x79\xf4\x31\x1b\x75\xbf\xe1\x6a\xac\xbb\x24\x7a\xfb\x8b\x48\xf4\xa7\x7d\x60\xcf\x48\x1e\x48\x63\xa3\x52\x44\x86\x17\xc2\x60\xde\x9d\xc3\xc5\x22\xc0\x17\xb1\x91\xab\xa4\x03\x0c\xf5\xd7\x27\xec\x43\xeb\x85\xfe\xe1\x7e\xa5\xe3\xbc\x14\x11\xc5\x3e\xce\xbe\xdd\x24\xb8\x35\x83\x6b\xa1\x83\xf5\x2e\x46\xa2\xdc\x78\x30\xe5\xf5\xc9\xf9\xfc\xac\xeb\x28\xb1\x20\x41\x96\x07\x17\x34\x21\x01\xbe\xb0\x82\xd8\x8a\x03\x7c\x91\x84\x90\xf4\xac\xdf\x67\x08\x5b\x0c\x07\xc8\x07\xfc\x2b\x2e\x56\xc6\x96\x07\xb1\x75\x8e\x78\x4d\xf3\x68\x6a\x41\x0b\x27\xf3\x73\x44\x80\x15\x53\xd6\x07\xb0\x22\x62\x9d\x47\x51\x88\x20\xb6\x20\xf6\xad\xab\x20\x0c\x2d\x18\x86\xec\x1b\xd1\x24\x98\x06\xc8\xb7\xae\x58\xf7\x04\xd1\x84\x60\xe4\xf7\x8c\x9c\x52\xcd\xa5\xaa\x0a\x74\xae\x4d\x65\x25\xe8\x5c\xab\xaa\x4a\xc4\xb9\x46\xb9\x7e\x7e\x43\xd7\x95\x6c\xbc\xea\x9b\x7f\x88\xfc\x9d\x66\xcc\xbf\xc9\xe3\xb5\x85\x9c\x9b\xd8\x9f\x0f\x5a\x50\xdd\x4e\x92\xf9\x37\xc1\x78\xd9\x60\x3b\x9c\x80\xfe\x1a\x41\xa6\x79\x4f\x83\x26\x22\x51\x1d\x23\x1b\x9a\x32\x9c\x36\x8b\x2b\xab\x0a\x14\x4b\x75\x3b\x34\x5f\xd0\x6b\x7e\x65\x3c\xda\xf8\x9a\x02\x7b\xd7\xf7\xbf\x94\x71\x9e\x67\x81\x2f\x23\xc9\x5e\xe6\x66\x2e\x98\x7d\xbd\xab\x04\x5f\xb1\x31\x36\x85\xfe\x5b\x60\x94\xbb\xc4\xa6\x48\x56\x6b\x75\x67\x4b\x1e\xa1\x52\x0c\xe7\x07\xa9\x1f\x79\x71\x37\x0c\xf0\x87\x4a\xc6\x75\x63\x31\x64\x26\x51\xbc\x70\x03\xcf\xa0\x90\x12\x25\xcb\x25\x9d\xbe\x3a\x39\x7b\xaf\x59\xf8\x81\xfd\x20\x46\x5e\x42\x02\x7a\xcd\xef\x08\xd5\x6f\xe9\x79\xf0\xaf\x2b\xfa\x5f\x9c\x4a\xe6\x3a\x0b\xe5\xa2\x17\x41\x21\xbf\xbf\x22\x5a\x20\x8c\x88\x85\x23\x82\xa6\x88\x10\x51\x5d\x94\x35\xa0\x90\x88\x04\xc1\xf7\xe7\x21\xcc\xe3\xe8\x0d\x82\x3e\xa7\x25\x3f\xf2\x12\x36\x27\x98\x4a\x28\x9b\x32\x95\x9b\xc5\x43\x14\xf8\xde\xad\x42\xc4\x6e\x2b\x0d\x6c\x56\x65\xaa\x2a\x6c\x78\x27\x42\xaa\xb8\x49\x6c\x53\x49\xf5\x79\x10\x53\x6b\x2b\x71\x95\xf5\x70\x2b\x44\x56\x8e\x88\x30\xf8\x80\xac\x4e\x9c\x78\x33\x0b\xc6\x16\xaf\xd5\x10\x3b\xb7\x81\x37\xdf\x09\xb1\x9f\x41\x88\xad\xa6\xc5\x5b\x24\xc8\x0e\x76\x26\xc8\x0e\x76\x20\xc8\x1a\xeb\x3e\xdd\x09\xb2\x39\x41\x96\x71\x96\xff\x0c\x69\xf6\x76\xf3\xd0\x3b\xf9\xf6\x8b\xca\xb7\x8c\x38\x6e\x93\x68\xf7\x45\x65\xdc\xdb\x86\x8c\xdb\x2c\xe7\xd6\x37\x97\x8d\x6b\x4b\x48\x88\x42\x26\xd9\xfd\x7f\x02\x7d\x59\xe9\x14\x73\xf9\x13\xd6\xe6\x5f\x51\x80\xf5\x42\x29\xa2\xc9\x76\x75\x28\xb2\x8a\x0f\x5f\xba\x0e\x85\xaf\x02\x8e\xba\xde\x0c\x06\xb8\x5c\x86\x02\xb4\xfa\x3c\xa1\xfc\x9a\x56\xbd\x74\x05\xa0\xbb\x2b\x5e\x81\xeb\x8b\x57\x44\x97\x4f\xdf\x5d\xfe\x8a\xff\x59\x7b\xd5\xa0\x8f\x62\xb6\x8c\xf2\x97\xf1\xa1\xfc\x15\x2f\xc2\x80\xca\x0b\xa0\x88\xa7\x7d\x23\x70\xc4\x9b\xbd\x41\x1e\x2d\x7d\x2f\x5a\x57\xbe\xd6\xff\x31\xd7\x6f\xa1\xd7\x25\x11\xbf\x28\xdd\x1e\x82\xc1\x63\x30\xb6\x71\xe4\xb7\x76\x0d\xdb\x52\x16\x2c\x75\xc1\x1b\x2c\xd3\x3d\x1c\x2d\xa0\x17\xd0\xeb\x91\x35\xb0\xee\x05\x73\x46\x0e\x10\xd3\x1f\x32\x8d\xd2\xb2\xce\xa1\xf7\x81\x1d\xef\xd8\xef\x7a\x51\x18\x91\x91\x75\x09\x49\xa7\xdb\xbd\x9a\x05\x14\x39\x3f\x64\xed\x22\xe2\xa3\xf4\xad\x8f\xbc\x88\x74\xc5\xb3\xee\xa0\xdf\x2f\x35\xec\x12\xe8\x07\x49\x9c\x6f\x2f\x9e\x75\x87\xa6\xf6\xb9\xc1\x2f\x08\xbc\xee\x1e\x16\x9a\x7d\xec\xc6\x33\xe8\x47\x57\xf9\x3e\x51\x88\x2e\x39\x7f\xec\x3e\xd4\xda\xaf\x9a\x86\x69\x4b\x04\x22\xff\x62\xdb\x35\xc8\xba\xa8\x5c\x83\x46\xd0\x95\x13\x69\x4b\xe5\x54\x48\x94\x88\xc2\x27\xe6\x9b\x32\x95\xec\x5b\x79\x55\x66\x5e\xb8\xcd\x8b\xf7\x7c\x42\xc3\x3e\x2f\x6c\xca\x13\xa9\x73\xb7\x47\x5b\x6f\xd8\xd0\x24\xff\xc9\x20\x73\xa3\x1f\x80\xf1\xfe\x91\x28\xb3\xcb\x45\x4e\x0e\x29\x89\x2d\x1a\x59\x01\xa6\x88\x78\x68\x41\x2d\x4a\xe0\x74\x1a\x78\x56\x12\x33\x89\xf3\x39\xbc\x46\xc4\x7a\x64\x79\x24\xa0\x88\x04\xd0\x52\x42\xe7\x02\xd2\x99\xb5\x20\x68\x1a\x7c\x44\x31\x93\x20\x67\x94\x2e\x2c\x31\xb9\xb8\x67\x67\x99\xc7\xc6\x79\xd4\x7a\x06\xab\x1e\xe4\x10\x6d\x93\x88\x97\x66\x95\xc5\x1e\x2b\xb6\x72\xb9\x2c\xad\xfe\xf7\x21\x18\x0e\xb6\x52\x3b\xed\x5c\x5a\x76\x91\x57\x73\xf4\x76\x3d\x48\x7c\x1b\x8c\x15\xf2\x73\xb5\xdf\x75\x90\x06\x69\xcd\xdb\xfe\x84\x49\x28\x1e\xcd\xdd\xec\x36\x25\x51\x9a\xda\xdd\xd7\x09\x5a\xf7\xb3\x6b\x41\xb4\x11\xf6\xc2\x40\xf8\xb6\x8b\xb7\xa6\x0c\x54\xb8\x07\x1b\x48\xb5\x32\x86\xc1\x56\x5e\x32\x92\x17\x0c\x74\xbc\x37\xd8\x20\x8a\xed\xef\x7e\x8f\x9c\xa9\x9e\x1b\x6d\x81\xb4\xb5\xd0\xb2\xb8\x89\x22\x21\xc8\x67\xfb\x81\xc3\x68\x05\xd8\x8b\xe6\x6c\x1b\x10\xf4\x67\x82\x62\x1a\x5b\xd0\x23\x51\x1c\x5b\x7e\x30\x9d\x22\x82\x30\xb5\x62\xb1\x0f\xf9\x16\x88\x93\xf3\x18\xd1\x58\x28\x59\x6c\xfb\x84\x48\xbd\xff\x4a\x76\x84\x2c\x1e\xcb\xef\x24\x10\xc9\xfc\x7c\x97\x98\x6f\x97\xdd\xe9\x66\x51\x44\xd1\x7e\xbf\x0c\x1e\xdf\xc0\x7e\xe1\x37\x11\xed\x60\xbf\xe4\xaf\xde\xd9\x6c\xbf\x10\x14\x47\xe1\xe5\x4d\xec\x97\x37\xaa\xe7\x46\xfb\x25\x6d\xcd\xf7\x4b\x12\x8b\x9d\x22\x64\x4e\xeb\x6a\x16\x78\x33\x2b\xc0\x31\x85\x98\x6f\x07\xbe\x07\x04\xf1\x5b\xf1\x2c\x4a\x42\xdf\x8a\x21\x0d\xe2\xe9\xb5\x95\xae\x7d\xba\xaf\xbe\xee\xed\x71\x70\xf3\xdb\x43\xd1\xc0\x06\xdb\xe3\x68\x17\xdb\x43\xbc\x37\xec\x93\x23\x91\x99\xa5\xf7\xb1\x9b\x8d\x73\xd4\x7e\xe3\x80\xf1\xfe\x01\x18\x1e\x4e\x4a\x2f\x18\x41\x5f\x5e\xb0\x3f\x45\x0d\x78\x09\x29\xff\x69\x5f\x05\x3e\x65\xba\xe8\xa0\xdf\xff\x6f\xf5\x6c\x86\x44\x8d\xf7\xdc\xc3\x05\x41\x8c\xa0\xd1\x71\xbc\x40\x1e\x7d\xc3\xe4\x5a\x6e\x45\xc0\x28\xdb\x29\xc3\x87\xa6\x35\x60\xf3\x57\x63\xea\x14\xf2\x59\xa5\x96\xc2\x75\x43\x07\x60\x2c\xc9\xa2\xcd\xe7\x07\x86\xcf\x41\xfa\xe0\x25\xfa\x48\x9f\x09\x8a\xd9\xb4\x6b\x89\xb9\x7d\x7d\xbf\x65\x9d\x30\xad\xf0\x3a\xa5\xbd\x87\x80\x3d\xd1\x09\x4e\x7f\x73\xad\xbf\xe9\xeb\x6f\xe4\xea\x4e\x26\xaa\xeb\xac\x7e\xaf\xe1\x56\x0a\x36\x31\x2d\x73\xa7\xed\xee\x2e\x70\x62\x26\x37\x4b\x6b\xd7\xa0\x66\x2c\x60\xff\x68\xe7\xf1\xfa\x32\xf2\xf3\xc5\xdb\x07\x87\xc0\xf6\xed\xfc\x75\xb1\x6b\x51\xf6\xa8\x84\xb2\x03\xfd\x15\xc7\x59\x3f\xc3\x06\x67\x02\x4c\xdb\x6e\xd2\xf7\x61\x7a\x37\x82\x69\x49\x0e\x2b\x97\xe4\x70\xcd\x92\x68\x25\x53\x8b\x9b\xbe\xe2\x6a\xba\xd2\xe3\x43\x50\x79\xd5\x9c\xf1\x8e\xa1\x06\x17\x37\x19\x37\xe6\x46\xd7\xf0\xe7\x37\xe6\xd1\x56\xfb\x72\xb3\xaf\xeb\xe7\x25\xef\x41\x62\x02\xda\x86\x91\xe0\x05\xde\xd1\xff\xfc\xac\x62\x58\xc9\x2a\x86\x95\x74\x39\x6c\xcb\x2a\x8e\xb2\xdd\xdb\xb5\xd5\xfd\x38\x5b\x71\x8d\x4c\x20\x4b\xf9\xc6\xc3\x02\xdf\x48\xd5\xa9\x91\x9d\xde\x59\x25\xad\x02\x19\x13\xe9\x57\x31\x91\x61\xa6\x91\xc9\xde\xdb\xf3\x94\xfd\x0c\xb7\xf2\xd7\xb5\x3d\x69\xcb\x3d\x1e\xd7\x31\x8f\xc7\x55\x6b\xf4\xb8\x11\xeb\xd0\x84\xd8\xfc\x92\xc9\x51\xf4\x92\xcb\xb9\xec\xf3\xdf\xd3\xae\xfb\xba\x54\xe4\x23\x2f\x98\xc3\x50\x48\x10\x9c\x7d\xfc\x77\x4e\xb8\x4a\x2f\xb2\x30\x4e\x7b\x1a\x85\x61\x74\x75\x92\x90\x38\xe2\x22\xbb\xb8\x14\xa6\x0d\x93\x33\x97\x53\x5f\x7b\x75\x90\xb9\x74\xe9\x86\x85\xc5\xcc\x7a\x8b\x94\xb2\xf2\x7a\x4b\x37\xc0\x21\xa2\xb1\x92\xc3\x4b\xb2\xd5\x17\x92\x81\xf2\xa9\x2f\x0f\xf3\x3b\x24\x83\x7e\xb4\x41\x86\xff\x81\x81\xa0\x1e\x1a\x99\x1e\x30\x10\xc8\xb5\x9d\x22\x69\x02\xc6\x7d\xd0\x9f\x4c\xb6\x2d\x74\xe7\x05\xc4\x93\x16\x6f\xa6\x09\xd9\xc0\x1e\xf6\x0e\xd5\x4f\x8f\x6d\xc4\x43\x29\x94\xd8\xde\xb5\x5d\xda\x7f\x8f\xaa\xf6\xdf\xa3\xda\xfd\x57\xa6\xe7\xaa\x6a\x1f\x2d\xea\x37\x7c\x8e\xb3\x78\xdd\x79\xb8\xbf\xc3\xf3\x30\x4f\x25\x66\x29\xfa\x86\xa9\x64\x67\x74\x52\x29\xe3\xd5\x8b\x78\x4d\xe8\xe4\xd0\x48\x12\x07\xc6\xa7\xfb\xb5\xc6\xfa\x1c\x8f\x4a\xcd\x4e\x5f\x03\x8f\x1a\x14\x79\x54\x76\xf4\xef\x86\xfa\x06\x5f\x31\x8f\xaa\x94\xe3\xea\xc5\xb8\x26\xb4\x67\x3e\x58\xcd\xa7\x6d\x99\xf4\xd6\xdc\xbd\xe0\x07\x97\x36\xb0\xa1\xef\xab\xbb\x3f\x80\x1d\x91\xf4\xae\x11\x11\x7f\xd3\x8d\x29\x24\x34\xee\x5e\x05\xdc\x52\xc1\x1d\xec\x66\x87\x7a\xea\x45\x8f\x2f\x2f\xba\x5e\x42\x2e\x91\xcd\x3d\x52\xfc\xa6\x00\x1a\x45\x21\x0d\x16\xec\xaf\x2b\x84\x70\x97\x46\xac\x61\x72\xae\xdf\x7c\x12\xf3\x61\xfd\x68\xde\xd5\xee\xc5\x8b\x70\x97\xa0\x38\xf8\x37\xe2\x0d\xe4\xbd\x39\xfc\x8e\x52\xee\xba\x97\x1e\x2f\xdd\xb2\x2f\x6e\xfe\xeb\x9e\x5f\xdb\xba\xfd\x12\x48\x5f\x28\xb0\xfd\xc0\xef\x06\x38\xe6\x25\x38\x5a\x7b\xfa\x8d\x3e\xf5\x9c\xa3\x9f\xd4\x3a\xfa\xb1\x74\xf4\xa7\x6f\x7a\xe8\x23\x45\xd8\xef\x2c\xfd\x68\x3e\x12\xef\x02\xcc\x3d\xea\xd2\x82\xd9\x61\x18\xb1\x1d\x40\x03\xef\x03\x22\x15\x4d\xc4\x4b\xdb\x01\x3e\xa4\xf0\x8c\x92\xc4\xa3\x71\x55\x6f\x90\xc2\x6e\x2c\x9a\xd8\x0e\xf0\x42\x18\xc7\x6c\xde\x31\x27\x88\xdc\xec\xec\x49\xf6\xfa\xe7\x00\xfb\x01\xbe\x60\xad\xd8\x82\x5d\xb2\xdd\xa2\xd6\xe3\x99\x3f\xb2\x6d\x10\xe0\x80\x8e\xd2\xd8\x00\x67\x49\x67\x41\xdc\x7b\x1f\x27\x0b\x44\x3a\xbd\x5e\x0f\x92\x0b\x1e\xb3\x12\x3b\x40\xbc\x09\x83\x98\x22\x8c\x48\xec\xf2\xdf\x7e\x34\xef\xa5\x8f\x3a\xce\x0a\xf8\x81\xff\x8c\x2f\xd3\xd3\x90\x6f\xde\x72\xdf\x69\xf3\x1e\xf4\xfd\x4e\xda\x8b\x8a\x8e\xe9\x38\x60\xc9\x4d\x7f\x23\xe4\xfe\xb8\x4c\x5f\x7b\x61\x14\xa3\x98\x76\xfe\x32\xe6\x93\xfb\xce\xb5\x85\x65\x73\xf2\x17\x80\x7a\x22\xfa\xc6\xf9\xf4\xa9\x23\xb0\x17\x23\xca\x3b\x06\x6a\xd6\xe0\xde\xc0\x01\xc5\x77\x19\x22\x6c\x60\xdb\x8e\xb3\x5a\x39\x2b\x70\x15\x84\xe1\x29\x8a\x29\x89\xae\x2b\x67\xd0\x00\x3b\x3d\x82\xe6\xd1\x25\xea\xc8\x17\x62\xa5\x7b\xbe\xe8\x98\x8f\xef\xac\x40\x4a\xfd\x72\xd1\x19\xe1\x26\x14\xf9\x1d\xb1\x51\x7a\x2f\x05\xed\x77\x34\x00\x44\x34\x5d\xa7\x0f\x68\xef\x02\xd1\xd4\x21\xe5\xc8\x89\x5f\xa4\x93\xd3\x7b\x70\x9c\x95\xe3\x00\xb1\xe9\x9a\x0f\x25\x02\x3c\x90\xab\x06\xe3\xbe\xe2\x75\x23\x81\x74\xc1\x2e\x92\xc0\x77\xf6\x82\x69\xe7\x1e\xea\x4d\x03\xec\x77\x90\xfb\xa3\xfd\xc0\x76\x5d\x37\xeb\x00\x01\xfb\x14\x4d\x19\x09\x06\x11\xee\xbd\x80\xd4\x9b\xf5\x7e\x7d\xfb\xf6\x75\xef\x35\xa4\xb3\xd7\xdc\x57\x6c\x3b\xce\xfd\xfb\x5a\x17\x22\xfa\xc4\x75\x5d\xd4\xcb\x3e\x75\x9c\x65\x88\xa8\x85\x65\x50\x0a\x71\xff\x48\x85\xf1\xef\xc4\x9a\x09\x20\x35\x1f\xf8\xaa\x97\x7b\xc3\xf7\xd2\x02\x7a\xc5\xe7\xa7\x90\x42\x0f\x61\x8a\xc8\xea\x0f\x00\xdd\x3f\xd2\x03\xb4\x75\xbf\x7f\x30\x5c\x08\xe8\xef\xb9\xae\xde\x84\x61\x6e\x0c\x27\x4f\xb0\x0b\x47\xd5\x0d\xc8\xe4\xfe\xfd\x0e\x76\x89\x03\xd2\x36\x58\x2d\x12\x71\x97\xa7\xe2\xe8\x1c\xdd\xeb\x83\x67\xa7\x23\xc1\x61\x47\xf6\xf7\x66\x20\x01\x67\x99\x15\xef\x32\xb4\x8e\x96\x7c\x49\x46\x4b\xb6\x26\xa3\x65\xb6\x28\x23\xfb\x81\xbd\x5a\xad\x80\x92\x2d\x46\x78\xb5\x87\x7a\x8b\x24\x9e\x75\x38\xb5\x78\x04\x41\x8a\x38\xc1\x38\x1d\x02\x2a\x06\xca\x93\x8a\xb3\x5a\x09\xe2\xb6\x10\xa3\x56\xce\xf7\x4b\xc4\x6a\x3c\x38\xb4\xe3\x42\xa7\x5f\x46\x11\x48\xe0\x31\x6d\xd1\x23\xc8\x4f\x3c\xd4\xe1\x41\x50\xee\x8f\x1d\x34\xd6\xd4\xb6\xef\x69\xef\xd9\xe9\xc4\xa5\x80\xf6\x4e\x66\x41\xe8\x13\x84\x9b\xb5\x47\x8e\xfc\xff\xcb\x95\xb3\xa7\x26\x21\x46\x4e\xe1\x2c\xf7\x54\xf8\x5a\x42\xca\x27\xb8\xae\xb1\x8c\xde\x92\xc1\x72\x1d\xe4\xf4\xa6\x11\x79\x0a\xbd\x59\x87\xba\x3f\xb2\x89\x8f\x31\x20\x13\x97\xee\xa5\xa4\x42\x7a\x6a\xad\xee\xdf\xef\x88\x1f\x4c\x66\x73\xd1\x38\x7b\x33\xd1\x48\x8b\xf4\x84\xba\x72\xff\xbe\xfa\x2b\x37\x44\x46\xa6\x7a\xbf\x54\xef\x97\x6a\xfd\xae\x9c\x95\x03\x6c\x9b\x73\x21\xb5\x14\x15\x8c\x68\xc9\xa9\x1d\xbc\xe5\x1c\x3d\x5e\xd5\x71\xbf\xd4\xbd\xe8\x74\x8c\x3b\x16\x98\xf6\x21\x30\xb3\x2f\x39\x9e\xed\x54\xbc\xd7\x19\xe9\x05\x81\x8b\x59\x09\xfc\x1c\x45\x8a\x55\x1c\x4f\xcc\x1c\x55\x10\x7e\x76\xe6\xf7\x78\x8f\x9d\x94\x76\x0a\x94\xa3\x23\x9e\x16\x57\x03\xbb\x3f\x2e\x11\x3b\x49\x9f\x07\xf8\x43\x87\x91\x09\xc0\x29\xe6\x05\xe2\x75\xc2\xd2\xfb\x2a\x7c\x46\xf5\xcf\x00\xdf\x84\xea\x84\x2c\x4f\x56\x3f\x3a\x39\xf4\xf9\x99\x06\xd3\x8e\xcd\x58\xbd\x98\x49\xda\xf8\xd3\xa7\x7b\xe9\xa6\x47\xe2\x74\xed\xd8\xff\x25\xb9\x54\xd6\xcc\x71\x04\x22\x96\xab\xbd\x1c\xca\xb2\x16\x80\xba\x48\x60\xa8\x63\x8f\x6c\xa7\x17\xcf\x82\x29\x93\x1c\xb0\x3b\x46\x13\x40\xdc\xf1\x24\x87\x4b\x0e\xa1\x9a\x3b\x9b\x31\xf2\xd9\x3c\x3b\x08\x74\x10\x80\x8e\xfb\xe3\x12\x0b\xee\x85\x7a\x81\xef\x00\x22\x7e\xfc\xf1\xdd\x12\xf6\xa6\x24\x9a\x3f\xf3\x57\x3f\xb2\xbf\x69\xf4\xcc\x5f\xfd\x21\x11\x5a\xd9\x67\x2f\xf0\xd3\x6e\x05\xf8\xa1\xcb\x1e\x1a\xe0\xdd\xa3\xf7\x5c\x37\xbc\x7f\x3f\x0b\x6c\x64\x5b\xaa\xf0\x3b\x64\x7c\xbf\x05\x78\x62\xd1\x97\x82\x81\xe2\xde\x1c\x2e\xf8\xd1\xfb\x5f\xf6\xf7\x27\x67\x67\x3d\x14\x7b\x70\x81\x3a\xc8\x71\x00\x77\x30\x8e\x48\x75\x8b\x15\xa3\x01\x19\x55\x3f\x92\x42\x99\x7e\x03\x9a\xba\xbf\x0c\xf5\xbc\x84\x10\x26\x30\xf3\x5d\xc4\x36\xcf\x31\xa5\x24\x38\x4f\x28\xea\xd8\x81\x6f\x3b\x7b\xb4\x4c\x0c\x4f\xb6\x12\xd6\x46\xd5\x5f\xf7\xeb\xbf\xa6\x6c\x62\xab\x5c\x70\x2e\xd9\x34\x38\x37\xe7\x65\xbf\x2d\x37\xc6\x1d\xfe\xed\xdf\x6f\x5f\x3f\xf8\xed\xdc\x1c\x74\xeb\xb1\xa3\xcd\xd6\x22\xd6\xd3\x3f\x8a\x91\x2d\xba\x17\x5f\xbe\xbb\x0f\x29\xe5\x61\x25\x86\x18\x59\x63\x08\x8a\x14\xd2\x4d\x61\x28\x83\x5c\x18\x8a\x30\x8e\x0c\x1e\x32\xdd\x51\x0e\x5f\xb4\x66\x1c\xea\x3a\xb8\xee\xd5\xe0\x61\xff\xd9\xb9\x0c\x94\xa1\x31\xef\x84\xad\x0a\x75\x81\x12\xea\x7d\x60\x1b\x63\x5e\xd2\x90\x98\xfd\xf4\xf5\x20\x1d\x22\x0b\xa7\x34\xe6\x57\x1e\x48\xc3\xce\x63\x30\xb6\x7f\x81\x41\xc8\x68\x67\xf3\x4b\x87\xc2\x0c\xbf\xd3\xb4\xb3\xea\xb4\xc3\x81\x2a\x5d\x23\xdd\x19\x93\x7c\xa2\x84\x9a\x42\x0a\x17\xc8\x32\x57\x2c\xad\xff\xca\xf8\x83\x82\x35\xd0\x68\xeb\x6d\xd8\x79\xbb\x5c\xc3\x35\xd5\x42\x59\x93\xa8\xba\xa6\x55\xc1\xfd\x57\xf8\xbb\x0c\xb6\x94\x0c\x76\x51\xd1\x4a\x41\xb7\xa6\x9e\x55\x6a\x78\x6c\x57\x30\xad\x14\xf3\xd2\xa8\x5c\x5a\x1d\xae\x37\xc8\x18\xac\xc9\x19\x31\x46\xe5\x18\xfc\xb3\x3a\xfd\x28\x41\x9c\xdb\xb7\xf0\x05\x9d\xe5\x7d\x6b\x2d\xc3\xbb\xeb\x8b\x9d\x35\x21\x8c\x14\x9e\xed\xc8\x41\xed\x4f\x49\x08\x3b\xe3\x7a\x83\x32\xd7\x13\x9b\xbf\xca\xf2\x9c\x46\xf7\xac\x8b\xf9\x7a\xa8\x45\x7a\xd5\x66\x3a\x57\xb3\xd3\xe2\x72\x0b\x70\x55\xe5\xca\x4d\x73\xcc\xab\x38\x24\x49\xfb\xad\xcf\xed\x35\x70\x49\x0d\xa6\x5a\xb6\x67\xf1\x88\x48\xd1\xb4\x7e\x2f\x9a\x76\x77\x6d\x6d\xbe\x8c\xa7\x4a\x23\xbb\x1e\xb6\xdf\x74\xac\x35\xdb\x4d\xf4\xbc\xf1\xb1\x54\x8d\xfa\x35\x87\x53\x3d\xf2\x4b\x51\x15\xbb\x39\xa2\xf2\x48\xdd\x78\x88\xea\xa9\xd4\x56\x18\x5c\xbf\xdc\x3b\x39\xba\x8a\x13\xd9\xe1\xd1\x95\x87\x71\x6d\x41\x46\xab\xfe\x18\xab\x2f\xca\x68\xa4\xdd\x86\x85\x19\x9b\xad\xc7\x86\x07\x68\xbb\xfb\x00\x1a\xef\xb2\x36\x5c\xae\x01\x47\xd8\x70\x4b\x7e\x81\x0d\x79\x13\xdb\x71\x47\x9c\xf7\x56\x6f\xc4\x16\xdb\xb0\x66\x13\x0e\xd7\x6c\xc2\xb5\xdb\xc1\x50\x31\xad\xed\x1e\x6b\x31\xda\xba\xec\xf0\xf5\xdb\x63\xc3\xd2\x94\x9b\x0a\xc3\x83\xcd\x32\xa8\x9b\x7b\x82\xb3\x5b\xf8\x53\x3f\xad\xd9\xc9\xcb\xfd\xbf\x22\xc8\x0c\x86\x4d\x7c\xb6\x52\xdd\xbf\xd8\x85\xb3\xd5\x60\x23\xb9\x6d\x39\xd6\x59\xe2\x9d\x29\xdd\xfa\xa7\x8b\x30\x98\xcf\x11\xc9\x3a\xfa\x62\xf9\xd4\xf3\xfe\x70\x71\xe0\xbf\xfc\xa5\x36\x9f\x3a\xff\x4f\x29\x61\xa9\xc6\x8a\x33\x90\xe2\xfb\x30\xcb\x4b\xcd\x0c\x38\x79\x25\x45\x95\x8a\x17\x1a\x89\x88\x43\x4a\xaf\x77\x10\xd1\x28\xeb\x32\x8f\x0e\x41\x1f\xd4\x15\x02\xea\x83\xb1\x88\x62\x05\xb6\xa8\x7b\xcf\x76\xc3\x83\xac\x9e\x43\x3c\x8b\xf2\xf7\x8b\x98\x38\xf5\xa1\x41\xd9\x61\xb0\x66\x5e\x2e\x1b\xd8\xdc\xcd\x65\x03\xfb\xd7\xb7\x6f\x5f\xb3\x9f\xa2\x2a\xc4\xae\x75\x4e\x71\x25\x30\x1b\x4a\xd5\x9d\xd8\xf8\x7c\x69\x3a\x83\x6d\x0f\x1c\xc3\x41\x63\x16\xe0\xd6\xca\x67\x9b\x98\x0e\xaa\x2f\x48\x4e\x5f\x57\xa9\x77\xd9\x61\xa0\x51\x11\x15\x92\xc4\xfa\x74\xb1\x06\xa2\x82\x71\x00\x45\xa6\xdb\x27\xa4\x6d\x47\xc0\xbf\x8a\x4d\xb6\x1d\xfd\xa6\x92\x43\xe9\x56\x6b\x4e\xc2\x32\x73\xdb\x80\x1e\x25\x48\x66\x5b\x5d\x53\xad\x7f\x55\x0f\x6b\xb3\xf7\x18\xa3\x38\xd0\xbb\xfe\x55\x1b\x6d\x0d\x26\x6b\x88\x67\x77\x1b\x4c\x4d\x63\x7b\x2b\x50\x33\x2a\x1e\x56\x4a\xfc\xdb\x91\x6f\x21\xf2\x6d\x62\x96\xac\xdb\x4a\x82\xeb\xa9\xbb\xb6\x96\xc3\x26\x24\xff\xf7\x04\x91\xeb\xd7\xac\xcb\x9b\x25\xfb\x3f\xd9\x38\x1c\xf4\xd6\xa4\xcf\x41\xb4\x5e\xab\x6f\xdb\x6d\x80\xc2\xc7\xb7\x63\x17\x68\x48\xff\x6c\x3b\xa1\x5a\xf7\xdd\xe5\x4e\x18\x6c\xba\x13\xea\x85\xfe\x9b\xd0\x02\x84\x98\x36\x97\x2b\xb3\x4e\x15\xd0\x0a\x2e\xed\x44\xb8\x2f\x48\xce\xa9\x64\xcf\xa3\xf4\x2c\x62\x89\x40\xc9\xd8\xa2\x4a\xde\x5d\x5e\x20\xca\x8b\x81\xa4\xf1\x1c\x56\x21\x9c\x25\x1f\x81\xd1\x83\xe4\x22\xee\x31\x21\xb6\x22\x58\xcc\x76\x3e\x7d\x5a\xae\x9c\x34\x66\x26\x2f\x98\x6b\xc1\x30\x72\x34\xdc\xa3\xd1\xf3\xe8\x0a\x91\x13\x18\xa3\x8e\xd3\x13\xa1\xb2\xbf\x07\x74\xd6\x11\xe7\xb8\xf3\x64\xc9\x24\x85\x11\xee\x11\xb4\x08\xa1\x87\x3a\xf6\x6b\x71\xbe\xdb\x0e\x10\x22\x3c\x59\x8d\xd0\xca\x01\xa2\x9d\x2d\x23\xd5\xe4\x3b\xfb\x81\xbd\x72\x56\x2b\xcd\xbb\x0c\xea\x63\x4b\x89\xb3\xa9\xde\x92\xab\x81\x70\x5b\xdc\xcf\xd3\xbf\xd2\x47\xbf\xd2\xc7\x2f\xcc\x3a\x8a\xd4\x3d\x0c\x7a\x49\xad\x53\xd9\xe4\x3d\x16\x9e\x86\x47\x9c\xb9\xa6\x7a\xc8\x50\xd3\x43\x86\xf9\x88\xfd\x0a\x4d\x26\xbf\xf1\xf7\xd7\x3b\x8c\x2b\x8b\x27\xd4\xf8\x8a\x87\x55\xbe\xe2\xa6\xc2\x60\x73\x7e\x90\xea\xf9\xdb\xef\x6e\x03\x7d\xdd\x36\xd5\x5d\xd4\x37\xab\x26\x7a\xf5\xb7\x45\x05\x3f\x10\x60\xcb\xad\xf0\x01\x5d\xc7\x1d\xc4\xa3\x54\xe5\x93\x0b\x44\x5f\x5d\x61\xb5\x39\xce\x04\xdd\x8a\xaf\x88\x5b\xd7\x86\x75\x43\xef\xdf\xef\x10\x97\xf4\xa6\x41\x48\x11\xd1\x38\x11\x2d\xb2\xba\x7c\x17\xa7\x28\xf6\x48\xb0\xa0\x11\xe1\x30\xf6\x10\x4e\xe6\x88\xc0\xf3\x10\xad\x1c\xc7\x01\x22\xf8\xa7\x07\x17\x8b\xf0\x5a\xb0\x0b\xc5\xc9\x56\xe9\xec\xc4\x5c\x23\xd2\x11\xf3\x1b\xfc\x80\xff\x27\x0d\x4e\xee\x09\x71\xe8\x07\xfc\xfd\xf7\x62\x26\xd0\x65\x14\x7e\xcf\x4d\x5b\x8c\xf1\xe4\x89\xfe\x63\xb4\x5c\xed\xe1\xff\x1e\x3e\xa1\x12\x2d\x1d\xe8\x80\x7b\xfd\x2c\xca\x30\x3f\x33\x06\x34\x80\x63\x3a\x61\x7c\x6c\xb4\x66\x86\xf1\x13\x13\x1b\xe2\x51\x8c\x60\xdd\xa7\x1d\xe8\x38\x23\x0d\xa6\x0a\x80\xaa\xf8\x1c\x5d\x37\x40\x07\xf2\xe0\x20\xc7\xc9\x22\x51\x53\x04\x8b\x59\xe2\x74\x21\xa9\x15\x60\x0b\x19\x27\x23\xc6\x92\x8c\x14\x83\x6c\x35\x47\xf7\xfa\x40\x55\x0d\x52\xbf\xaf\x48\x40\xe5\xdf\x2b\x67\x84\xc6\x74\xe2\x62\x80\x56\x1b\xf0\x6a\x2d\xe8\xd6\x45\xb9\xf8\x48\xf9\x93\x47\x00\x8a\xbf\xd3\xc0\x71\xf1\xf3\x98\xd1\x2b\x86\x14\xc9\xf0\xdc\x38\xcf\xf0\xa1\x5b\x0a\xab\x2d\x12\xd7\x8f\xfd\xfb\xf7\xd3\xa0\xd0\x8c\x94\xfa\x3a\x5d\xf5\x19\x5d\x01\x5a\xfe\x76\xa0\x35\x1a\x4c\x64\x0c\xf4\x5e\x7e\xc7\x88\xca\xb4\x3c\xd4\x55\xec\x2e\xe4\xfe\x88\x7a\x6f\xaf\x17\xc8\x75\x5d\xea\xac\x40\xe8\x96\x0e\x7e\x0b\x97\xc7\x1a\x1a\xe1\x1c\xea\x70\x0e\x27\xa3\xcc\x35\x43\xca\x5d\xec\x6b\x6d\xf7\x8b\xe0\x66\xf1\xe9\x63\x3a\xb9\x7f\xbf\xc3\x57\x74\xf9\xec\x74\xf4\xc7\x77\x4b\xba\xea\x7d\xb7\xc4\xec\x7f\xc8\xea\x0f\x19\x83\x0d\x54\x44\x01\x93\xfc\x1c\xc0\x9a\xaf\x40\x6c\x9a\x4b\x1a\xdc\x8e\x78\xc4\x5e\xa7\x14\x89\x37\x26\x00\x4e\xdc\x31\x05\x68\xa2\x62\xfa\xd2\x20\xc9\x9e\xcd\x04\x24\x46\x0c\xa8\xe3\x38\x20\x74\xc7\x76\x16\x28\x6b\x03\x3b\x8d\x8f\xb5\x81\xaa\x14\xc7\xfe\xe2\xf5\xa9\xec\x34\x98\x12\x8a\x30\xfc\x82\x88\xa5\x88\x04\xdd\x73\x5d\x32\xa6\x59\x6b\x1e\xb0\x1e\x32\xc6\x00\xe0\x8a\x6f\x2c\xf9\x6a\xf9\x96\xcb\x57\x2a\xca\x77\x44\x56\xab\xbd\x0a\x42\x8c\xf7\x0a\x04\xab\x4f\x5b\x0d\xc4\x36\x46\x1a\x32\xe9\x54\xa0\x87\x07\x2a\xb2\x79\x6a\x38\x49\xa3\x44\x33\xe4\x00\x9a\x46\x93\xea\x4f\x71\x07\x77\x96\x2b\x11\xe4\x0d\xd8\x7a\x6a\xb9\x74\xdf\x8b\x7e\xe5\x8a\xf6\xfe\x15\x05\x98\xf7\xbe\xe2\xbc\x64\x4f\xdf\x7d\x79\xcc\xe9\xf0\x8b\xda\x7a\xb6\x51\x8e\xcd\xd8\x0e\xea\x09\xa3\x7f\x07\xf7\x44\x8f\xe5\xc9\xca\x96\x01\xfb\x4e\xc0\x45\x19\x1c\xce\xca\x01\xe3\x49\x0a\x4e\xca\x1b\xf4\x4f\x19\x9d\x99\xf6\xa7\x71\xcf\x0c\x26\xf9\x6d\x9b\xed\x99\x8d\xb7\xdd\x72\x65\xdc\x6f\xc6\x6f\xf7\x27\xf9\x6d\x98\x06\x0b\x43\x77\xb9\x32\x33\x0f\xa2\x33\x8f\x34\x74\xc6\xe6\xc9\x24\x8c\x22\x4d\xe7\x89\x96\x63\x81\x4b\xd4\xc3\xf0\x15\xec\x11\x0d\xd0\x4e\xe0\x12\x45\x3f\x0e\x20\x1a\x01\xa5\x8f\x73\x7f\xa5\xef\x25\xf0\x91\x4b\x32\xfa\x01\x89\x1b\x76\x20\x88\x00\x05\x48\x0c\xe6\xe5\x92\x48\x70\x4f\x2d\x63\x4f\x39\x1b\xef\xdf\xef\x78\x6e\xdc\x31\xbc\x51\x21\xee\x92\x28\x1c\x07\x04\x59\x44\xfa\x52\xec\x74\x99\x3d\x82\x35\x72\x0e\x56\x59\x12\x81\xc7\xf8\x59\xda\xa1\xeb\x39\x20\xc9\x32\x25\x44\x80\xb2\xb3\x42\x61\x8c\xac\xdc\x27\x89\xfe\x09\x93\xf3\xf2\xab\x82\x9d\x5c\x30\xbb\x3e\x41\x92\x4b\xb7\xc0\xbd\x67\xa7\x13\x05\x73\xe0\xc6\x9d\x31\x7f\x02\xfe\x50\x25\xf3\x24\x87\x45\xab\x3f\xb8\x48\x97\x32\xb2\x7b\xae\x1b\x88\x05\x5e\x2a\x2c\x33\xbc\xa6\xd9\x28\x1c\xbf\x20\x71\x97\x2a\x98\x27\xc5\xc3\xb3\x53\x81\x05\x3c\x16\x1d\x4c\x34\x6c\x18\x80\x33\xae\x87\x36\xfd\xb8\xd3\xe8\x23\x6d\xa9\x9e\x9d\x3a\x0e\x88\x0a\x58\x4e\x78\x00\x73\x01\x8d\xd0\x51\x1b\x20\xc8\x71\x19\x40\x52\x96\x90\xe7\x61\x2a\x63\x88\x27\x52\xb1\xbf\x3e\x7d\x32\x26\x57\x09\x55\x9b\xe1\xe3\x0f\x91\x55\xc4\xd0\xdc\xfd\x8e\xc9\x7d\x7a\x0a\xd6\xea\x8f\x15\x67\x2e\xba\x18\x12\x34\x95\xea\x99\xf0\x1e\x23\xbf\xcb\xf4\xef\x07\x61\x10\xd3\xdb\xa2\xcc\xfe\xed\x59\xff\x5f\xdf\x2f\xce\xff\x66\x56\x66\xa5\xd9\xdf\x8b\xe6\xe7\x01\x46\xfe\xb1\xef\x13\x14\x73\xe5\x16\xa6\x7f\xe6\x15\xde\x0a\xaf\x9b\x54\x73\x85\xc2\x2a\x11\xa5\xe3\xa4\xcb\x70\x22\xd5\xdd\x83\x2a\xd7\x5a\x4d\x68\x63\x39\x77\x3b\x9f\xc7\x7d\xb8\x85\xf5\x6e\x4d\x30\x42\x6a\x80\xd3\xc3\xc3\x8d\x2a\x74\x06\xae\x29\xec\x64\x7f\x02\x6c\x2d\xca\xf1\xb9\xcc\xb4\x7c\x1d\x91\xac\xa4\x18\x18\x0b\x4b\xcd\xd6\xa9\xe5\x8b\x0c\x54\xb5\xb8\x5d\xb5\xa4\x55\x11\x17\xc6\x48\x8b\x8a\x00\x88\x2c\xfe\x62\x4d\x18\x44\xfe\x45\x9b\x5b\xc1\x87\x13\x60\x2b\x82\x2c\x56\xcf\xab\x18\xac\x41\x84\x47\xbd\x8d\x55\x5f\x62\x1f\x51\x18\x54\x53\xa4\x1e\x29\xf3\x9a\x44\x34\xf2\xa2\x70\x9b\x3b\x5a\x35\x17\xeb\x22\xed\x6e\xcd\x4a\x55\x5a\x9b\x35\x7c\xa7\xf6\xd4\x0d\x2f\x37\x51\xff\xa9\x39\x96\x46\x69\x74\xfb\xc5\xba\xb8\x99\x46\x57\x3d\x03\x23\xbe\x9b\x8e\xd4\xce\x85\xa3\x2f\x6f\x61\xab\xee\x64\x89\x85\xe7\xff\xb6\x2c\xaf\x9a\xa1\xc5\xa6\xf8\x65\x56\x58\x64\x9e\x07\xf8\xc2\x8a\xb0\x35\xca\xaf\x77\x69\x01\x3e\xc3\x9a\x47\x1e\x0c\x79\xc2\xf0\xb7\xbb\xe8\x6c\x8a\x16\x9b\xe3\x97\x5c\x76\x0e\x04\xc3\x4c\x69\xd1\x4b\x2b\x70\xf3\xab\x9e\x3b\x7c\xb7\x5c\x6c\x55\xbe\xee\x76\x2c\x36\x9b\xd9\xad\x60\xdd\x0a\xc3\xbb\x5e\xcc\x16\x17\x71\xaf\x71\x7a\x6e\xe5\xbc\x48\x43\x1a\x45\x35\x9b\xca\xc2\x35\xed\x7d\x1b\x15\x2a\xc6\x97\xf6\x67\xa0\x8f\xdc\xe2\x15\x76\xe3\x28\x21\x1e\xba\x2d\x7a\xcf\xa3\x93\xf0\xe0\xb4\xff\x6c\x6a\xd6\x7b\x14\xd0\x67\x1c\x66\x26\x79\x86\xf0\x9c\x5f\x91\x54\x70\xef\x95\x94\x1d\x3d\xee\x40\x64\xb3\x35\xae\x3f\x65\x0a\x11\x3c\xd8\xa0\x50\xd6\x7e\xc1\xc5\xdf\x36\x67\x2b\x95\xef\x1f\xf2\xf8\x45\xb6\x2b\x53\x8d\x2d\xb7\x96\x96\xd4\x56\x26\x2a\x28\x72\xbf\x3e\x0e\x23\x8b\xbf\xd9\x2a\x39\x60\x58\x7f\xa9\x53\x45\xb2\x42\x39\x14\x44\x24\x85\xc1\xab\x78\x07\x77\x98\xbd\x41\x17\x4c\x06\x21\xc8\xb7\x2e\x03\x58\x88\xb9\x18\x54\xc6\x5c\x6c\x72\x45\x58\xed\x50\xd5\xe1\x1d\x1b\xc6\x86\x37\x63\xaf\x66\x7e\x59\xd5\xb4\x86\x3b\xc2\x45\x40\x61\x28\x62\xb4\x93\xc5\x02\x11\x0f\xc6\x28\x17\xd5\x21\x6d\x61\x45\xbe\x22\x39\xea\x26\x6c\xd3\xc0\x9f\xbe\x34\xd3\x9c\x21\x18\xd2\x59\xd7\x9b\x21\xef\xc3\xad\x32\x17\xc1\xfd\xf8\x98\xfc\xeb\xf7\x57\xb5\xf1\xd9\x1b\x5b\x84\xf4\x69\xeb\x16\xa1\xe1\x06\x16\xa1\xfa\x1b\x59\x73\x71\x10\xdb\x5a\x84\xf4\x38\xef\x81\xbc\xcd\x33\x9b\x47\x94\xd0\x45\x42\xad\xcc\xb2\x73\x46\x21\x4d\xe2\xba\xcc\xfd\xb2\xc5\xa1\x3a\x1d\xb5\x26\x58\x23\xd7\x6c\x58\x08\xd8\x18\xd4\x05\x6c\xac\x93\xb7\xda\x46\xdd\x89\xe1\x7e\x0b\xb0\xcf\x19\x08\xe6\xe5\x1a\xb7\x64\xba\x66\x19\xf9\x65\xe4\xcb\x2b\xa0\x9a\xcb\xa4\x1a\x42\x54\x35\xe8\x1d\x64\xea\x94\x40\xcb\x5d\x50\xb5\x09\x74\xa5\x1b\xae\x5a\xde\xaf\xd8\x76\x45\xd7\x4d\xe8\x84\xd1\xf7\xb3\xd3\xb6\x93\x29\xdc\x86\xcc\x93\xce\x65\x47\xbc\x4e\xb8\xb6\x2d\xb6\xa7\xca\x75\x73\x10\xc9\x77\xff\x1f\x7b\x6f\xbe\xdd\xb6\x91\xed\x8d\xfe\xef\xa7\x80\x71\xcf\xf2\x21\xd3\x45\x8a\x20\xa9\x71\x7d\x4c\x2c\xcb\x4a\xc7\x1d\xc5\xf6\xb1\x9c\x74\xa7\x15\x2e\x1f\x08\x28\x92\x68\x81\x00\x03\x80\x92\x15\x59\xf7\x59\xee\xb3\xdc\x27\xfb\x16\x6a\x42\x55\xa1\x30\x12\x94\x28\x9b\xee\xd5\x11\x09\x02\x35\x6c\xec\xda\xb5\x6b\x4f\xbf\x72\x13\x18\x02\x5c\xa6\x50\x58\xde\x28\xe6\x3e\xa3\xb2\x06\xd7\x8a\x72\xde\x2c\xf3\x2f\x84\xc1\x24\x95\xf4\x97\x56\x9f\xe2\x67\x4e\xb1\x9a\xbf\x4a\x36\xb3\x01\x74\xa4\xba\x92\xd8\x5d\x94\x67\x8f\x9b\xed\xa2\x39\x85\x9a\x13\x6a\x21\x8c\xb4\xc8\xd7\xa2\x60\x09\x81\x16\xfa\x08\xfe\x36\x48\x54\x8f\x9f\x3e\x7e\x7c\x8f\xb0\x71\xa7\x1f\xde\x9f\x68\xe8\x31\x14\xf4\x88\xa1\x70\xc8\x59\x44\x8b\x66\x81\xbf\x9c\xce\xb4\x53\xef\xda\xbf\xd5\x26\x7e\x80\x70\x42\x4f\x90\xb4\xd7\xcc\x29\xf4\x22\x05\xce\x0d\x9b\x61\x93\x00\xa2\xcd\x72\xcd\x5b\x9f\x02\xda\xad\xc4\xf7\xa4\x99\x87\xe7\xfa\x77\x68\x4f\x5a\xed\xdc\xce\x39\x13\x82\x04\x3a\x12\xd5\xad\xc5\xe2\x5d\x16\x5f\xb4\x53\x36\xc7\xdc\x14\xe6\x2a\xae\x00\xa1\x75\xa0\xfb\xec\xa3\xd2\x29\x50\x8d\x4b\x1e\xd7\x5c\x90\x44\x3b\x33\xc3\x41\xa2\x0a\xa3\xaa\xb8\xcd\x18\x0f\x32\x14\xce\x8d\xd2\x83\x43\x68\x06\xd6\xac\x73\x69\x06\x9b\xa2\x0d\xff\x78\xfe\xbb\xf3\xaf\x57\xff\x39\x51\x6b\xc3\x9f\x3e\x99\xc1\xb4\xa7\x03\xfc\xc1\x40\x67\x97\x78\x06\xd8\xa1\x4a\x66\xaa\x03\xfd\xdd\x22\xc2\x10\x5c\xe8\x23\x2d\x3a\xec\x42\x0b\xc5\xcd\x55\x7a\x8c\x28\xe0\x8d\xdd\x47\x70\xef\x2b\x8c\x60\x11\xf8\x0b\xfe\x81\x2b\x78\xcb\xf2\xc6\x80\xfe\x32\xf4\x83\x98\x87\x5f\xe2\x30\x15\x1c\x1d\xcd\xee\x7d\xc9\x3e\x65\x25\x70\x1e\xd0\x96\x63\x2e\xd0\xc1\x85\xea\xf8\x80\xb7\x65\xee\x36\x62\x9b\x18\x10\x00\xaf\xa4\xeb\x58\x84\xd8\xaf\xe2\x37\x17\xbe\xf1\x26\x3e\x95\x26\x83\x9e\x08\x06\x44\x77\xd9\x10\xeb\xed\xdc\xe4\x58\x53\x21\xb5\xdc\x03\xf4\x3f\x06\xf5\x51\xa3\xae\x3e\xb6\x4a\x90\xbe\x6a\xe8\xc8\x22\x76\x8e\xca\xe0\x92\x69\x11\xce\x3c\x3f\xf5\xe4\xea\x45\x1c\x1f\x74\x31\xf1\xbb\xfc\x52\xed\x26\xd4\xef\xe2\x73\x4f\x7f\x0f\x70\x04\x8c\x99\x22\x96\x7b\x5d\x22\xc4\x79\x20\x11\x36\x46\x71\xc3\x94\x3a\x9f\xfb\x1e\xe9\x24\xa7\x03\x26\xff\x55\x4f\x93\x61\x17\x3e\x4d\xff\xa4\xea\xa8\xaf\x81\x1c\x04\x26\x45\x79\x53\x92\x7a\xd9\x38\xb5\xa4\xa6\x2b\xd3\x2b\x35\x34\x8f\x81\x65\x55\xb5\x3f\x1e\x24\xcd\x7f\x40\x05\xa6\x7f\xc4\x4b\x0c\xcd\xd7\xd8\x03\xba\x19\x38\x66\x87\x18\x63\x85\x42\x51\x64\x98\x4b\x87\x54\xa6\x46\x44\xa1\x88\xd7\xe9\xda\x5b\xfd\xfd\x31\xd0\xc9\xa1\xbc\x7f\x20\x00\xe4\xd4\xf2\xa2\xd4\x53\xc5\x88\x41\x73\x3f\xb3\x50\x45\xe6\x79\x10\x8d\xb9\x82\x12\x53\x11\x1b\xbf\xbf\x1f\xf7\x20\xbb\x7b\x14\xf7\x65\x81\x88\x65\x58\x61\x33\xe5\x1d\x16\xa9\x0f\x2b\xef\x52\x6c\x87\x0f\xd9\x78\x24\x63\xaa\x71\xf2\x1b\x14\xdb\xc7\x50\xda\xd4\xcc\x77\x89\xe9\x45\x0e\x37\xea\xe1\x78\x9d\x81\xc1\xad\xa9\x3e\x18\xf4\xc7\x4a\x9e\x25\x4b\x53\xa2\x41\x39\xfe\xd3\x25\xec\x8d\x78\xfb\x8a\xd7\x26\x6a\x6b\x41\x34\x9f\x9a\x2e\x4b\x81\x2a\x2e\x85\xbe\x20\x7b\x6e\x7c\xee\xa5\xbb\xec\x82\x25\x39\xe8\x64\x93\xe5\xca\x6e\xbc\xf4\x3d\x6b\x66\x7a\x53\x44\xb7\xf9\x32\x56\x67\x91\x56\xf3\x32\x80\x7f\x2e\x9d\x00\x1f\xf4\x08\xd2\x15\xc8\x22\xa4\x62\x4e\xa8\x72\x71\xdc\x6c\x22\xb8\xd0\x61\x15\xa3\x47\x55\x74\x81\x92\x13\x07\x52\xe3\x3a\xa1\xeb\x47\xec\xc0\x41\xcf\x19\x09\xcc\x43\x0d\xff\x2a\x5d\xc6\x05\xa1\x53\xaa\x64\x4d\x25\x93\x24\x2f\xb6\x4e\xa1\xa0\x4a\x8e\xdd\x02\xaa\x30\x64\xaf\xaa\xec\xca\x56\x6c\x3f\x3e\xbc\x51\x4d\x92\x04\xba\xd1\x8b\x28\x3f\xb9\x8a\xef\x4b\x80\x34\x13\x60\xcc\x0c\x23\x67\x7d\x80\xa4\xe5\x46\x2a\x18\x71\xab\x67\x38\x4e\x1d\x5d\x13\x4e\x22\x24\xd8\x4d\x23\xe7\xe1\x6b\x59\xa3\x95\x77\xdc\x7a\x21\x5b\x69\x66\x2b\xda\xf9\x05\x80\xc1\x3e\x46\x96\x4d\x53\x2b\xbb\x8c\x5c\xd5\x5d\x48\x8d\x71\xd4\x1f\xc4\x64\x55\x5a\x7f\x4a\x31\xb6\xa2\xa3\x7e\xc1\x48\xd2\x6e\xb1\xc2\x9e\x14\xbd\x64\xb9\xc5\x2a\x6e\x96\xe4\xd8\xf1\xb8\x9b\xe5\x41\xce\xae\x40\x1d\x1c\xe5\xb6\x82\x98\xd5\x5c\x38\x29\x92\xfe\x54\xdb\x54\x4a\xfd\x1a\xda\xda\xda\xc4\x7d\x49\x61\x9f\x2d\xea\xc9\x82\x93\xcf\x80\xe5\xcd\x58\x25\x57\xc1\xfa\x85\x3b\x82\xd0\x95\x85\x3b\xbd\xd8\xbc\x70\x4f\x8e\x40\xfa\xc2\x0c\x43\xc7\x9b\xea\x40\xbf\x31\x03\x0f\x7f\xb2\x02\x27\x72\x2c\x54\x20\x0c\xce\x17\xfc\xee\xb9\x9a\xc4\x4f\x16\x05\x02\xc9\xe7\x03\x27\x90\xa0\x26\xd0\xa7\xfd\x1e\xb3\x0b\xe4\xec\x05\x3d\xc5\x5e\xa0\x5c\x07\xab\xef\x01\xd5\xe5\x3f\x9e\x44\x23\x27\xd0\x9e\xea\xb8\x58\x55\x55\x51\xc8\xd8\x9e\x3a\x20\xe1\x20\x7e\x37\x0a\x8f\x58\x89\xa5\x92\x09\xaa\x9c\x76\xd4\x08\x3a\xf8\x15\x76\x77\xd6\x3d\x04\xe7\x08\x58\xd2\x72\x93\xe2\x15\x35\xf9\xb5\x0b\xd7\x92\x36\x9a\x98\x16\xb2\x69\xea\x09\xca\xde\x81\x4a\xf6\x0e\x1e\x40\xf6\x86\x2c\xbf\x36\xed\xe8\x6f\x44\xca\xee\x16\xeb\xd4\xc6\x9e\x02\xb8\x7e\x2f\xcd\xf0\x0f\x22\x45\xab\xf0\x9d\x68\x03\x34\xf6\x9a\x11\xb7\x7c\x3b\x4d\x8a\xdb\x0c\x10\x79\x63\x18\xbf\xa4\xc6\xc4\xed\xa0\xb2\x76\x5e\x42\x88\x22\xf2\x37\x2c\x45\x71\x9b\x5b\x31\x8a\xd8\x19\x5f\x78\xf2\x72\xf4\x50\x21\x46\x0f\x1f\x40\x8a\x9a\xae\x63\x22\x60\x50\x1f\x81\x68\x02\x7d\x1a\x2c\x2c\x1d\xe8\xb3\x28\x42\x1e\x36\x54\xd3\x43\x27\xb1\x23\x40\x8f\x2c\x04\x63\x1a\xb9\x6b\x90\xb7\x46\x09\x79\xdb\x57\xc8\xdb\xbe\x62\x69\x6c\x92\xc0\xc5\x17\x24\x89\xdb\x6f\x48\xe2\xa6\xd0\xb6\x1b\x92\xb8\x45\xa0\xf6\x4d\x48\xdc\xc3\x12\xd6\x8c\x83\x86\x2c\xff\x42\x8d\xdb\xd2\x2b\xa9\x11\x1b\xc6\x20\xc7\x86\x41\xd3\x6e\x9b\x37\x66\xf7\x0f\xd1\x72\x90\x76\x08\x1c\xfa\xf1\x84\xf6\x09\xb5\xab\x38\x9d\xc4\xc0\x89\x34\x14\x87\x62\x86\x96\xda\x75\x17\x93\xbc\x6b\xba\x8b\x99\xd9\x8d\xef\x11\x57\x0f\x48\x37\x64\xc3\x12\x2d\xa1\x9b\xf2\x9a\xc2\xd1\xb8\x05\xa3\xc2\x87\xee\xc2\x61\x91\xb6\x0a\x06\x46\x1a\x2b\x1c\xd9\xcf\x8e\x67\xab\xc7\x55\x52\xbc\xa1\xde\x90\x52\x59\x34\x70\xd4\x95\x7a\xd8\x95\xfb\x52\xcc\xab\x29\x93\xba\x01\x52\x90\x45\xdc\x92\x4a\x7b\xc8\xb3\x64\xe8\x7e\xa5\xd0\xc1\x8d\xd1\x44\x86\x0a\x4d\x64\x58\x59\x13\x51\x3a\xf9\x92\x13\x15\xf6\xad\x4b\xc1\x1f\xf9\x96\xc9\x7a\x5b\x38\xee\x78\x2f\x5f\xb5\x50\x2e\x4f\x23\xfd\x43\x06\x0b\x14\x8d\x2c\xc3\xd5\x96\xb1\xe4\x4b\x7a\xcd\x6a\x4c\x4f\x5c\x7a\x86\xe2\x97\xb5\x4d\x50\x58\xae\x35\xdd\x27\x39\x2b\xa2\x24\x73\x55\x91\x32\xf1\x82\x12\x8f\x15\xeb\x64\xc0\xf4\x9e\x65\xc8\x97\x9b\x7f\x37\xe9\x5d\x70\x0d\xbc\xa7\xd8\x44\x8d\xd4\xf5\x75\xcd\xed\xe9\xb1\x5d\xda\x2a\x58\x2f\xc8\xa0\xcc\xab\x49\x6f\xfd\x86\x7c\x39\x7e\x31\x55\x0e\x51\x24\x79\x44\x8b\x7c\x8d\x64\xb9\x54\x89\x01\x28\x3d\x68\x05\x3f\x09\xd7\xab\x0e\x3b\x1e\x6b\x3c\x66\x5a\xea\xaa\x11\x5e\x49\xff\xbc\x0b\xf6\x1a\x3b\x3c\x0d\x4b\x1c\x9e\x06\xb9\x09\x92\x4d\x5e\x34\x40\xbf\x38\xef\x92\xc5\x95\x63\xa0\x5c\x0c\x89\x1c\x7f\x20\x51\xe5\x93\xc0\x9f\x77\x48\xf9\x6a\x96\xbb\xde\x71\xc2\x0e\x0a\xa1\xed\x60\xad\xc7\xf1\xae\x7d\xcb\xa4\x11\xc6\x13\x1c\xb3\x1e\x99\x8e\x17\xf2\xe1\xeb\xea\xaa\xdd\xae\x7f\xc3\x72\x3d\x67\x66\xb8\x72\x08\xbb\x1c\x2b\xfe\xd8\x81\xec\x8e\x17\x46\xa6\x67\x11\xab\x63\xb8\xe1\x28\x3c\xa7\xbf\xfd\xfb\xc3\x9b\x5f\x6e\xfe\x52\xc7\xb5\xbf\x24\x29\x4f\x59\xd9\x9d\x7c\xd9\x0c\x31\x01\xba\xc7\x72\x23\x4f\x98\xa1\x94\x18\x61\x55\x1e\xd9\x4a\x49\x81\xba\x18\x80\x89\x73\x32\xf3\xba\xcc\x4d\xbb\xcc\x2b\xd3\xdf\x48\xcd\x0d\x95\x11\x2b\x95\xb6\xad\xa1\x31\x87\x55\x37\x41\xe5\x49\x46\x57\xe6\xf4\xbc\xf5\xf9\xfa\x1b\xb4\x5b\xcc\xa4\x8a\x66\xf4\x1a\x99\x91\x95\xd8\xc1\x5f\x7a\xac\xda\x59\x1f\x99\xdc\x09\xd0\xc5\x96\x31\x1e\x96\x31\x8e\x5d\x37\x9b\x33\xb8\x5f\xd2\x64\x0c\x93\xf4\xe6\x26\xd8\x67\xfb\x16\xeb\xbe\xc5\xac\x17\x44\x17\x19\x6e\x61\x27\x79\x97\xd2\x82\x43\x43\x7c\x0c\x1e\x58\xbd\x74\x04\xcd\x91\xab\xae\x45\x28\x37\xea\x92\xa0\x1f\x1c\x0d\x58\x1d\xf1\x1e\x88\x46\x3d\xe0\x8d\x7a\xcf\xc2\x1b\x27\xb2\x66\x12\xe4\x47\xc8\x4a\xc3\x06\xa3\xef\xef\xc8\x2d\x41\x17\x1f\xfe\xdb\x77\x48\x23\x62\x61\x4b\x47\xf0\x6f\x23\xe3\xd9\x65\x00\xcd\xab\x67\xe8\x17\x1a\xda\x74\x14\x49\x3f\xd0\xe8\xa7\x23\xef\x6f\x23\xe3\xfe\x1e\x15\xb7\x47\x8d\xa1\xc2\xae\xf0\x88\x54\xa9\x46\x73\x3c\xe2\xe2\xa2\xf0\x7b\x3b\x42\x68\xaa\x28\x66\x0a\xf1\xca\x11\xbc\x7f\xc6\x1e\x8e\xa4\x87\x59\x78\x15\x7d\xf6\xc6\x89\x66\x1a\xbb\x8a\x1b\x88\xb8\x06\x3c\xa9\x01\x16\xa9\x45\x1b\x60\x17\xf0\xb3\xde\xfd\x33\x42\x64\xe9\x41\xac\x31\xdc\xdf\xaf\x07\x8a\xc4\xf1\x22\xe8\xc5\x9a\xd7\xce\xc4\x0f\xe6\x3b\x13\x07\xba\x76\x08\x23\x85\xea\xf6\x38\xb9\x87\xaf\x2f\x4f\x9d\x77\xff\xb6\x33\x90\x12\xe7\xbe\x8d\xe2\xdc\x16\x30\x98\x3b\x61\xe8\xf8\xde\x8f\x7e\x30\xd7\x81\xfe\x89\xe9\xf6\x81\x69\x3b\xbe\x0e\x74\x8f\x96\x45\xe7\xc2\x36\xd2\x97\xf2\x20\x15\x69\x91\x8a\x7d\xe4\xf9\x13\x52\xf2\x18\x15\x3b\x8c\x80\x29\xd1\x4b\x45\x17\xbd\x83\x08\x78\xdd\x76\x42\xf3\xd2\x85\x76\x7c\x6c\x1c\x02\xe3\x50\x21\xd2\x99\xd4\x63\x85\x39\xf5\xc0\x47\x0e\x19\x62\x24\xcd\xd9\x04\x84\xee\x72\xea\x6b\xf4\xf9\x1b\x48\x41\xa8\xfc\x74\x6c\x66\x6e\x20\xdb\x94\x01\x2e\x68\xba\x04\xf2\x35\x49\x8e\xd2\x5d\x94\xbf\x0c\x83\x00\xe5\xf3\xe2\x1e\x48\x8d\x07\xa0\x6b\x33\x33\xec\xe0\xdf\xf8\x4c\xb4\x4a\x05\x5a\x71\x93\xc9\x11\x3a\xbf\x00\xeb\x22\x3e\x8a\x91\xa1\x76\xe2\xc5\xdc\xc1\x15\x8f\x99\x41\x3b\x79\x2f\xfa\x4b\x6a\xd3\x66\xc9\x9b\x3f\xc6\x54\x15\x4c\x03\xec\xa7\xf7\x5c\xce\x0c\xd0\x5f\x5e\x2e\x1d\xd7\x3e\x5f\x4e\xa7\x30\xa4\xce\xb5\x70\xe6\xdf\x9c\xa0\xce\xfe\x39\x83\xc4\xdd\x76\x42\x3a\x47\x9f\x89\xd3\x8c\x53\x25\x77\x29\x09\x87\x9c\x67\x63\x88\x42\x26\x71\x79\x13\xfc\xd5\x18\xe3\x52\x0f\x1a\xe1\x68\xcd\x23\xbf\xa5\x3c\x74\x3a\x9e\xed\x5b\x78\x73\x46\x4a\x7e\xfd\x1a\x42\xcd\xa4\x45\x0b\xa8\x19\xc5\x32\x5d\x17\xda\xda\x1f\xff\x7d\x77\x17\xc1\x60\x7e\x7f\xff\xc7\x7f\xeb\xb2\x6b\x85\x6f\xd5\x09\x7f\xf5\x9c\x3f\x97\xa8\xcf\x5d\x2e\xfa\x51\xed\x24\xdc\x45\x31\xf6\x02\x2f\xd4\xba\xbd\xb2\xab\xe1\x90\xa7\x2d\x75\xb2\x1c\x24\xa5\x62\x80\xfe\x5d\x03\xd5\xb2\xe8\xbf\xef\xb4\x56\xac\x67\x52\x2c\x84\x76\xcd\x8a\x58\xb2\xd2\x25\x8c\xb8\x72\x01\x09\xb5\x9f\x3b\xed\xf5\x3c\x94\x39\xaf\x6a\x70\x45\xbc\x54\x71\x76\x62\x52\x21\x26\x5e\x27\xa8\x4e\x86\xe9\x69\xf0\xb3\x13\x46\x8e\x37\xa5\x3c\x0b\x34\x3f\xd0\x10\x9e\x85\x66\x7a\xb7\x8c\x13\x91\x39\xbc\x9c\x56\x05\x64\xe7\x8f\x12\x90\xf3\x50\x36\x94\x9e\xbc\x7b\x7b\xfe\xeb\xd9\xa7\xb7\xe7\xef\x8f\x4f\x4e\xcf\x3f\x9d\xbe\x3d\x7e\x75\x76\xfa\xba\x92\xd3\x5e\x05\xb9\xda\x80\x94\x3c\x6f\x5a\x46\x26\x30\x21\x6b\x93\x92\x8f\x29\x16\x71\x04\xe4\x10\x18\x07\x54\x1e\x7a\x74\xc2\xb5\x25\x22\x23\xd9\x8a\x32\x31\x09\x51\x2c\x23\xe4\xce\xab\x48\xc4\xf3\x66\xe5\xe1\xfe\x7a\xe4\x21\x91\x86\x8c\x9e\x2b\xca\xc3\x44\x1a\xee\x37\x28\x0d\xb3\x22\xdf\x1f\x4e\x1a\x32\x8e\x95\xe4\xe1\x5b\x81\x93\x1b\x91\x88\x35\x4a\xc9\xae\xa8\x5f\xbe\x8e\x57\xbd\x67\x32\x60\xd6\x35\x29\x99\x5c\x37\x8d\x6a\x9a\x5c\xbb\xdf\xb4\xba\xd9\x7f\x92\xea\x66\x8a\x2b\xea\x3f\xd3\x8c\xa0\xdd\x7b\x72\x8a\xe7\x5e\x83\xa2\x76\xef\xd1\x45\xed\x56\xf1\xcc\x95\x9c\xcd\x69\x9f\xbc\xdc\x7c\x00\x15\x74\x83\x24\x67\xac\x91\x72\x92\xd3\xd8\x6f\x40\x31\x9d\x2c\xa3\x65\x00\x1f\x49\x3f\x95\x18\xa4\xee\x13\xcd\x08\xd0\xdd\x35\x0b\xd0\xa6\x74\x55\x5e\x84\xee\x36\x28\x42\x77\x1f\x4e\x84\xfe\x48\x8a\x5b\xda\xc9\xdb\x04\xda\xad\xbf\xd4\xe6\xe6\xad\x66\xcd\x7c\x3f\x66\x4d\xef\x96\xe3\xeb\x58\xda\xde\xcc\x1c\x6b\x86\x6e\x9b\x99\xd7\x50\x33\x2d\x0b\x86\xe1\x63\xe9\xae\x59\x97\x72\xea\x10\xa7\x04\x1a\x32\xfe\x26\x12\x96\xee\x2f\x33\x7f\xe9\xda\x5a\x34\x73\x42\x8d\xd4\x8e\xb7\x7c\xcf\x83\x16\xae\x31\x2a\x92\xed\x87\x7c\x07\x57\xca\xd4\x8b\x0c\xd9\x89\xbd\x97\xaf\xc6\xac\x92\xe0\xc7\x16\x89\x96\x55\x8a\xee\x2c\x34\x27\x3e\xc6\xbd\xbf\x9b\xf9\x85\x0f\x79\xef\x0f\x12\xde\xc2\x76\x70\x9d\x95\x6b\x06\xfa\xa5\x6f\xdf\xea\x38\xcf\xc7\xf5\x6f\x74\xe4\x71\x45\x7f\x3f\xce\x20\xa5\x11\xd5\x1e\x6f\x1c\xd7\xd5\x2e\xa1\x86\x6e\x85\x76\x4c\xb3\x6c\xf2\x75\xf1\xc2\xa9\x36\x08\x1b\x7a\xb7\x68\x77\x43\x7f\xb2\x86\xe0\xf9\xd1\x7a\x87\x11\x93\x61\xb1\x70\x1d\x1c\x46\xa4\x1d\xdf\x98\x01\x54\x8f\x27\x5e\x55\x7e\x80\xfe\xc4\xa3\xca\x1e\x07\x7b\xe2\xda\x31\xb5\x25\x92\xe7\x5a\xe2\x15\x09\xb5\x4b\x33\x84\xb6\xe6\x7b\xda\x99\x79\x0b\x03\x6d\x5f\xb3\x02\x27\x82\x81\x63\x1e\xa1\x7a\xb6\x40\xc3\xa3\x44\x3a\xd0\x1c\x46\x33\xdf\x46\x33\x6b\x34\xc9\x0a\xb3\x30\xc6\x6f\x4f\xea\x07\xf0\x19\x46\x7c\x1d\x81\x01\x60\x34\x94\x02\x32\x93\xc0\x3c\xe4\x22\x23\x3b\x3f\x97\xb1\xc2\x17\x4d\x15\x9a\x91\x56\x8c\xb0\x8d\x08\x09\x6a\x78\x2d\x71\x6b\x88\xdb\xe2\xd4\x43\x23\x2e\x79\x14\x24\x58\xb4\x19\xb2\x47\x92\x0e\xea\x96\x5a\x2a\xa8\x8b\x2e\xee\x39\x03\xec\xc1\x46\x0f\x64\x87\xd5\x66\xd4\xab\xa5\x3d\xaa\xdd\x4d\xea\xce\x30\xc7\x57\xec\xaa\x28\xd4\x30\x2b\xcc\xb0\xa2\xd4\x2f\xa5\x9f\x57\xe3\x0d\xbd\xba\xce\xae\x34\xa3\x60\xe4\xa4\x64\xf5\x2a\x28\x8e\x2e\x19\x40\x27\x75\x83\xb1\x43\x72\xc8\x7f\xc7\x55\xaf\xf7\x51\x08\xb0\xeb\x58\x57\x7a\x2a\xab\xa4\x07\x12\x0f\xaa\xbf\x80\x5e\xaa\x2a\x94\xe2\x3d\x1f\xdb\x36\x27\x57\x8a\x77\x54\xd1\xee\xf3\x5e\x9a\x53\x11\xf9\x0f\x38\x82\xf3\xcf\x82\x24\x80\x23\x5e\x56\xab\xc4\x4c\x1d\x50\x27\x2e\xe7\x0a\xf7\xfc\xc8\xb1\xe0\x0e\xff\x06\xf8\x18\x19\x42\x1b\x71\xb2\xaa\x76\x92\x06\x50\xb1\x61\x76\x62\xc1\x11\x85\x58\x68\xe1\x57\x13\x7f\xb4\xa1\x0b\x23\x22\xb7\x86\xa9\x29\x73\xc2\x8b\xdf\xa4\x05\xe1\xc2\xe7\xa6\xed\xca\xa0\x3a\x19\x02\xa9\x22\x4b\xe4\x1d\x24\xc8\x04\xc4\xd7\x8c\x65\x1e\x27\xc0\x05\xea\x55\x8d\x8d\x3a\x20\x11\x94\x1d\x52\xb2\xb7\x56\xe4\x92\x5e\x9c\xc4\xc4\xa4\x64\xad\xea\x98\xb3\x41\xa6\x8c\x7c\xeb\x0b\xdb\xf2\x2d\x8c\x56\x2c\x6a\x59\x7a\x4a\x44\x16\xd7\x9a\x50\xb6\xcc\xe7\x5e\xb5\x16\x33\x7e\x60\xc1\x45\xa4\x99\x9e\xf6\x86\xae\x82\x3f\xfe\x3b\xd4\xa2\xc0\x9c\x4c\x1c\x4b\x5b\x86\x8e\x37\x4d\xa9\x20\x40\x0b\x97\xd6\x4c\x33\x43\xa4\x8a\x68\x8b\x00\x4e\x9c\xcf\x30\x44\x75\xf7\x67\x51\xb4\x20\xba\x49\xd8\x7d\x28\x52\xe1\xe0\x91\xd2\x29\x6c\x32\xb5\x08\x5e\x0a\x86\x4f\xf5\xad\xb0\xe3\x3a\xde\x55\x26\x05\xe9\x53\x26\x51\xeb\xf7\xb0\xad\x46\x65\x21\x7a\xfd\xee\xe4\xfc\xd3\xaf\x1f\xce\x92\x0d\x67\xc7\xf2\xe7\x73\xd3\xb3\xc3\x44\xea\x90\x70\xb4\xf8\xe0\x80\x8c\x05\x9e\x1f\x2f\x64\x18\x68\x9e\x1f\xc0\x09\x0c\x02\xa2\x2e\x0c\x81\x1e\x21\x7c\x6a\x1d\xe8\x9f\x2e\x5d\x53\x1c\xe2\x6b\xdf\x42\x98\xec\x85\x36\xfa\x1c\xd3\x3d\x47\x06\x17\x9a\x81\xd7\x2c\x1d\xce\x4e\x8f\x3f\xbc\x4d\x51\x03\x49\xe0\x29\x8c\x22\xc7\x9b\xc6\x42\x22\x88\xa0\xbd\x43\xd4\xe6\x66\x28\xf3\x01\x9a\x36\xd2\xbe\xa7\x4b\xc7\xce\x8d\x91\xa9\xc1\x9e\x95\x33\x3a\x72\x4b\xf0\x17\xde\x9c\xef\xbf\x29\xb4\x24\x46\xf0\x73\xb1\x1d\x11\x15\x70\xc8\x39\x8a\xe6\x86\xb0\x2a\x2c\x88\xb4\x3d\xad\x85\x13\x42\x4d\xb7\x9d\x7b\x92\x76\x3c\x8a\x01\x31\x04\x03\x69\x44\x68\x4a\x7d\x40\xf7\x5b\x71\xb4\x84\x15\x16\x82\x99\x30\x67\x00\xbb\x40\x4f\x0e\x21\x85\xca\x3f\x6e\x3d\x66\xb5\x98\x88\x74\x8a\x15\x95\x56\x76\xed\x00\xe0\x6d\xbb\x63\x3b\xa6\xeb\x4f\x53\x35\xe3\x93\x00\xb5\x64\xf7\xe9\xe0\x8d\x9e\x9c\xa9\x62\x55\xc4\x0f\x05\x63\x66\x19\xdd\x02\x5c\x54\x4b\x74\x12\x35\xa6\x00\x4e\x98\xf4\x65\x4b\x0e\xcb\x61\x56\x86\x98\x53\x30\x88\x66\x42\xc2\x74\xb3\x15\xb1\xa6\x77\x76\xf5\xbe\x7e\x6a\x3b\x11\xb7\xff\x29\x95\xe0\x12\x0b\x7e\x0d\x1b\x77\x09\x7d\x74\x82\xe2\x24\x39\x7d\x94\x80\x14\x2c\x2f\xe7\x4e\x44\x75\xd0\xa1\x5a\xcf\x33\x6d\xbb\x48\xc9\xab\x51\xd9\xa1\x22\x2f\xc8\x21\x9f\xa4\x4a\x86\x82\x29\x54\xef\xa1\x5f\x55\xf2\xae\x53\x73\xa0\xec\x95\x9c\xdd\x0c\xae\x42\x07\x7b\x23\x72\xb0\xa8\xc2\x92\xb1\xcb\xa9\xf1\xa9\x98\x58\x27\x7c\xed\xf0\x55\xb2\xc7\x5c\x73\x9c\x50\xc2\x62\x4c\x3c\x31\x66\x9e\x38\x32\xba\xa2\x83\xce\x3f\x7a\x60\x44\x1b\x22\x76\xd2\xb5\x75\x0d\xe9\x40\xab\xd0\x1a\xce\xcd\x6b\x58\x2e\x61\x40\x49\x5b\xcb\xf4\x2c\xb6\xb3\xad\x3e\xeb\x00\xa2\x7d\x74\xdd\x93\x3e\x41\xa3\xce\x9b\x76\x21\x2f\x2b\xea\xed\x08\x77\x24\x00\x3e\xb9\xc9\x08\xd0\xbb\x4e\x50\x56\x7c\xb2\x19\xf2\x89\x95\x09\x89\x74\xa0\xcf\x97\xf1\x8a\xfe\x73\x09\x91\xed\x0e\x5d\x9a\x46\x5c\x0e\x25\x4e\x9c\x44\x6a\x03\x4a\x6c\xe0\x2c\x7a\xd4\xe3\xa7\x7b\xf1\xa2\x23\x81\xdb\x61\xca\x4f\xc9\x45\x42\xf1\x4b\x85\xc6\x77\x87\x62\xdc\x71\xda\xab\x4f\x92\x32\x93\x84\xd0\x66\x50\x87\xf2\x63\xec\x6b\xe4\x6c\xb2\x5f\xba\x38\x43\xa3\x75\x17\x99\x53\x3c\x0e\x1d\x84\xc8\x09\x71\x3e\xf3\x6f\xde\x0b\x0c\x7a\xf4\xdc\x00\x44\x3c\x1d\xdd\x89\x2e\xc5\x23\x31\xfd\x12\xe7\x1f\x68\xb0\x1b\x40\xa4\xfc\xb4\x76\xa8\x27\x71\x67\x0a\xa2\xf6\x3d\xa0\x1e\x43\xe5\x73\xcf\x61\x77\xe2\x78\xf6\xab\xdb\x16\x71\x78\xc6\x4f\x98\xb6\x2d\xdc\x0c\xbc\xf6\xdd\xf3\x56\xd4\x9d\xc2\xa8\x05\xdb\x5f\xbe\x5c\x8c\xdb\x5d\xc7\xb3\xdc\xa5\x0d\xc3\x96\xd7\x7e\xf1\xc2\xeb\x3a\xe1\x5b\x78\xf3\xe2\x45\x2b\xea\x2e\x96\xe1\x0c\xa7\x1b\xb4\x20\xf0\xda\x20\xea\x5e\x9b\xae\x63\xc7\x14\x69\xb7\xef\x01\x36\x3b\xa4\x9a\xcf\x6b\xbd\x15\x11\xf8\x8c\xec\x66\xef\xef\xeb\xa6\xc0\x0a\x2f\xbb\x66\x06\x2c\xe2\x05\x10\x00\x13\xb8\x20\x04\x0e\xf0\xc1\x12\x58\xc0\x06\x73\xb0\x00\x13\x70\x09\x66\xe0\x1a\xdc\x82\x29\x78\x07\xde\x83\x4f\xe0\x06\x9c\x82\xff\x80\xab\x67\xb4\x0d\xed\x33\x26\x02\x08\xda\x77\xde\x8b\x17\x59\xa9\x1a\x11\xb8\x83\xde\x72\x0e\x83\x78\x9d\x1c\x79\xdd\xe4\x0b\xb0\x7c\x6f\xe2\x4c\x97\xf4\x17\xfe\x2b\xb8\x09\x9c\x88\x5c\xa7\x1f\x01\xce\xf3\xf0\xba\x8e\xe7\x44\x0e\x4a\x4f\x0a\x7e\x10\xbe\x75\x2d\xd3\x75\x5b\x41\xfb\x08\x27\x7f\xdc\xb7\xef\xd9\x60\xdf\xd2\xc1\x02\x13\x4f\xdc\x1d\xdd\xdd\x3f\x23\x4c\x48\xc6\x7e\x05\x6f\xc3\x56\xd0\x66\x69\x44\x42\x2a\x8a\x7b\x01\xc7\xa3\xe0\x02\x8e\xe3\x77\xe4\x72\xd3\x18\x3d\x7f\xce\x7f\x05\xae\x30\x11\xf4\xab\x30\xb3\x16\x29\x00\xe1\x78\x9a\xfb\xe5\x8b\xcb\x8f\x3f\x66\x1a\x97\xcd\x77\xf4\xbc\xd7\x06\xee\xc8\xeb\x86\xae\x63\xc1\x56\xbb\x1b\xc0\x6b\x18\x84\xf8\x93\xbd\xb4\x20\x37\x40\xf4\x16\xc8\x6c\x02\xc2\x9c\x5f\xbe\x78\xf7\x6d\xe0\xb6\x81\xf9\xe2\x05\x26\xc8\xf3\xd1\x48\xe8\x0f\x75\x87\x46\x23\x5e\xff\xc1\x4d\x53\xd5\xa4\x54\x05\xc2\x8f\x24\xcf\xa6\x0d\xf0\xdf\x51\xba\x87\x6c\xc6\x70\xd1\xf4\x96\x6e\xfc\xf7\xbe\xa9\x54\x9f\xbf\xf2\x53\x7d\xac\xe8\xb7\xeb\x53\xdf\x5f\xaa\x53\x7d\xcc\x85\x93\xec\x35\xd8\x40\x1b\x4b\xe4\xcf\xd0\x5a\xa2\x9d\x81\xec\xe5\x40\x9f\xc3\x30\x34\xf1\xae\x11\xbf\x5b\xb4\x33\x7b\xf0\xe6\x98\xee\x49\xd4\xbc\x89\xb7\x60\x04\x72\xe8\x4c\x1c\x96\xd1\xff\xd2\xb6\x04\x6c\x5f\x96\x24\xf4\xd2\x5c\x46\xfe\xc4\x71\x5d\x86\x8a\x0e\xf4\x97\x61\x60\x95\xc7\xfd\xe5\x4c\x34\x28\x8d\xc8\x50\x00\x89\x1f\x10\xf0\x4d\x41\x3f\xa7\x99\xe8\x68\x68\x25\x46\x24\xb9\xc3\x78\xb5\x5e\x4f\x06\x01\xf8\xe2\x85\xc6\x70\x9c\x14\x9d\xe5\x8a\xc8\x1a\xfb\xf2\xe1\x4f\xd0\x81\x52\xf5\xdd\x72\xee\x4d\x86\x51\xf1\xa0\x50\x5e\xfd\x26\x96\x85\xea\x67\x25\xa1\xfe\x63\x7d\x58\xa4\x05\xb5\x1f\xa1\x77\xe8\x89\x9c\xa5\x8b\xfe\x7c\xd3\x85\x01\xe7\xee\x41\x43\xd7\xf8\x47\x3a\xcb\x45\xbc\x19\xe9\x59\xce\x7a\xa1\xae\x26\x8f\xb7\x49\x8d\x2f\x36\x8c\x4c\x07\x1d\xf0\x75\x7b\x89\xdd\xcd\x50\x63\xef\x5f\x9b\xf8\x4b\xcf\x3e\x6a\x0c\xa0\x38\x8c\x02\xdf\x9b\xf2\xa3\x65\x26\x60\x1c\x6a\x97\x8d\x24\x7a\xec\x71\xc3\x32\xdd\x00\x9a\xf6\x2d\x79\x86\xa0\xa9\x3a\xa1\x86\x35\xb7\x0e\x1f\x43\xb6\x30\x9d\xa0\xab\xbd\x77\xa1\x19\x42\x1a\xb9\xa7\xd9\xce\x64\x02\x03\xe8\x45\x9a\xe5\xcf\x2f\xe9\xad\xfe\x84\x85\x41\x22\x1f\x37\x0e\x01\x43\x76\x3c\xd6\x75\xa8\x45\xbe\x06\xe3\x53\x3d\x1f\x1d\xc8\x7e\xee\xae\x04\x92\x9c\x26\xcf\x69\xfc\x9a\x9e\x67\x12\xe5\xe3\x0c\x06\x50\xbb\x31\x43\x34\x1a\xc4\x1d\xa1\x79\x1d\x8f\xe8\xd6\x5f\x06\xf2\xb0\x94\x4c\xd1\x53\x30\x05\x87\x5a\x91\xc5\x2e\x2b\xb9\xf9\xd1\x61\x2b\x10\x0d\x5a\x46\xaa\x2f\x3e\x73\xba\x0f\xf4\x23\x3e\x01\x5b\x3d\xa4\x7c\xa3\x66\x4d\x54\xe8\x5a\x16\x59\x23\x75\x56\x2a\x29\x9d\x90\x4c\xaf\x1c\xf1\x76\xc0\xbd\xc4\x58\xac\x54\x2c\xc5\xcb\xf3\x43\x3c\x7d\x3d\xd6\x61\x38\xa6\x47\x36\x15\x0e\x40\x0e\x5b\x51\xaa\x8a\x03\xc5\x88\xc5\x1a\xa8\x7d\x2e\xda\xa1\x0e\x7b\x55\x33\x72\xe2\x73\x4e\xe7\xc6\x0c\x88\x95\x93\x65\x6a\x8f\xeb\x0b\xf8\x95\xec\x95\x87\x19\xa6\xa9\x35\x7a\x23\x33\x93\x7b\x61\xc4\x89\xdb\x88\x2f\x8d\x72\x40\xd8\x5a\x1d\x9b\x56\xd2\xc1\xb6\x36\x6f\x64\xb9\x18\x94\x7f\xce\xa0\x87\x42\x0d\xb1\x6e\x82\x37\x8f\x37\xf9\xf3\xc5\x21\x8c\x28\xf8\x0b\x9f\x0b\x11\x0e\x78\xbc\x39\x50\x5f\xe5\xc2\x77\x1d\xeb\x56\xf0\xdd\x5a\xcb\x20\xde\x66\xdc\xdb\x58\x2e\xe3\x38\x31\xb1\xaf\xae\x76\x1c\x40\xd4\x72\xb8\x24\x1f\x6e\x4c\x0f\x45\x6f\x85\xf1\x3b\x88\x32\x88\x9f\x9e\xf2\x3a\xdf\x44\x4d\x67\x67\x46\x08\x4a\x2f\xd6\x7d\xbc\x29\x0c\x7c\x54\x39\x33\x23\x2a\x65\x20\x44\xa5\x60\xd9\x96\xb6\x19\x66\xbc\xe0\x73\x28\x10\x8e\xb7\xd5\x61\x22\x7a\xd5\x8a\xb0\xd7\x35\x12\xf6\xe3\x0d\xb6\x9c\xc9\x4e\x43\x9e\x7f\x20\x9b\xee\x2a\xbd\x5f\xa3\x57\xa3\xa6\x75\x51\x9e\xaf\xc0\x25\x48\x69\xc5\x01\x88\x8c\x4d\xe4\xe3\x04\x27\xda\x0f\xe3\x97\xb8\xf3\xdd\x4e\x72\x90\xd0\x77\x98\xa5\xad\xc4\x79\x00\xdb\xa0\xce\xd9\x13\x63\xc0\x57\xba\x56\x84\x8a\xa8\x74\x9c\x35\x25\x50\x94\xa7\x46\x4c\x81\xef\x76\x58\xb8\x73\xa8\x17\x4f\xf9\x2d\xb9\xb3\x78\xc6\x19\x6b\xbc\x40\xd5\x73\x42\x92\xa4\x30\x4e\x7a\x76\xc2\x5f\x4c\xcf\x9c\x42\xfb\xd5\xed\xc9\x87\xd7\x61\x7d\x2d\x2f\xcb\xb7\x44\x62\xa6\xac\x65\x18\xf9\xf3\x4e\x00\x25\xca\xa1\x23\x2c\x52\x3f\x92\x8d\xb8\xdc\x64\xc5\xa0\x3e\x03\x10\x35\x4a\x10\x25\x44\x76\x28\xc3\x99\x98\x5c\x21\xc4\xce\x14\x38\x79\x72\x27\x6b\xd6\xa2\x41\x37\x11\xae\xcc\x40\xfd\x92\xb3\x3d\xbf\x14\x8c\xcf\x2f\x39\x5b\xf5\xcb\xb4\x25\xfa\xa5\x6c\xda\x66\x27\x7c\x3e\xdf\xc5\xe2\xb2\x51\xf8\x15\x8a\xa7\xee\x89\x8c\xd6\x4b\x40\x6b\x84\x6b\x62\x2d\x0e\xe9\xea\x39\x7f\x4d\x91\x50\xa9\xfa\xe9\x5c\x41\xed\xc4\xd5\x94\x5c\x93\x19\xd5\x10\x2c\x0a\x39\xfa\x52\x5e\xac\x7e\x86\x40\x57\x3a\xcf\x18\x5a\x66\x1f\x8d\xe6\x8d\x87\x2c\xc0\xfc\x70\xb8\x61\xcb\x4e\x1a\xce\x33\x97\xb1\x51\xf1\xde\xa9\xe2\x0d\x48\xd8\x4a\x8d\x3d\x71\xbc\x8a\xd1\x90\xbd\x95\x78\x9d\xd4\x5b\x6b\x7a\x39\xf8\x1e\xdd\xd0\x64\xe9\x53\xb0\xed\x16\xef\x5d\x19\xa7\xd0\xbe\x5a\x34\x55\x91\x3f\xe9\x56\x87\xdc\x8b\x7b\xf3\x1a\x09\x0f\xd3\xf3\xbd\xdb\xb9\x9f\x87\x27\x5f\x32\x4e\x9d\x18\x0e\xb1\x15\x86\x1d\x36\xf0\xd2\xa6\xe6\xc5\x98\xcc\x99\xea\x1d\x76\x49\x48\xea\xe0\x0f\x75\xe3\xbc\x4b\x29\x70\x75\x1a\xcf\xd6\xe1\x90\xe6\x93\x04\xa4\x96\xe7\xc6\x7c\x4d\x4f\x59\xd5\x1e\x35\x45\xba\x2a\xcb\x8c\xf1\xbf\xd7\xe8\x19\xf5\x94\xb2\x42\xd8\xf3\xf3\xfc\x2b\x12\x9e\x70\x46\x6d\xc2\x1f\xd0\x90\xd9\x0e\xcf\x70\x29\x4e\x03\xfa\xcb\xc4\xcc\xfd\x32\x51\x47\x69\xb1\xe2\x41\x1f\x10\xe3\xed\x6e\xa6\xd0\x54\xcf\x7e\x08\x84\x82\xc0\x05\x51\xf8\x65\x22\xd1\x6a\xdb\x61\xea\x16\xdc\xe4\x05\xf8\x1b\x41\xc7\xa9\x89\x49\xc8\x7c\x0b\xcc\xb8\x10\x30\x10\x42\x95\x12\x53\xdd\x8a\x40\x93\x23\x7e\x4a\x4e\xf5\xf5\x8c\x12\xa5\x02\x8e\x35\xee\xec\x7b\x82\x94\x33\xed\x03\x51\xce\x1a\x3f\x67\xd2\x99\xbd\xa2\x87\xfb\x55\xe7\x95\x77\xce\xff\x28\x9e\xeb\x9d\x50\xbb\x76\xe0\x8d\xe6\x7b\xee\xad\x76\x09\x2d\x73\x19\xc2\xf8\x88\xed\x84\xda\x1c\x73\x85\x16\xcd\x02\x7f\x39\x9d\x09\xd1\xc9\x32\x4d\x34\xc7\xc3\xf6\xd5\x9f\x97\x97\x30\xf0\x60\x04\x43\xcd\x72\x97\x61\x04\x83\xee\xda\xe8\xf5\xa3\xef\x47\x0d\x71\x42\x1e\xc5\xf4\x95\x22\x8d\xaf\x0e\xc2\x1d\x2b\xb0\xc3\x24\x32\x52\x15\x24\x5b\x18\x5c\x4b\x86\x76\x06\xcd\xc0\xd3\xe6\x7e\x00\x35\xf3\xd2\x5f\x46\x1a\x3e\x95\xe4\xe9\x47\x35\x89\x9d\x9b\x2e\x54\xe2\xe0\x91\xa5\xfa\xc7\xdc\x26\x46\xd0\x71\xf6\xd3\x52\x67\x9b\xa2\xa0\xb4\xca\x22\xd8\x48\xe5\x01\xcb\x42\xb5\x30\x96\x67\xa2\x03\x7d\xe2\xd1\xf8\x1c\xcf\x8f\x3a\x28\x16\x87\x45\xf4\x08\xf5\x47\xb1\xae\x1e\xc2\xa8\x83\xf9\x00\x17\x4c\x67\xa1\x3c\x26\x82\x9e\x44\x86\x7c\x1c\xb7\x63\x99\x1e\xb2\xfd\x07\x2c\x38\x3b\x44\x19\xfd\xab\xc7\xd4\x88\x91\x34\x2e\x8c\xb4\x93\x51\x8b\x05\xd3\xa0\x28\x1e\x68\x83\x40\xbe\x60\xca\x17\x5c\xf9\x42\x28\x5f\x70\xe4\x0b\xbe\x7c\x61\x49\x2e\x38\x1e\x72\x9b\x93\x13\x57\x4b\x0f\x20\x42\xd8\xf2\x83\x5b\x2e\x58\xbf\x0d\x2c\xfa\x3c\xa6\x31\xb0\xa5\xef\x73\xe9\xfb\x42\xfa\x3e\x91\xbe\x5f\x4a\xdf\x67\xd2\xf7\x6b\xe9\xfb\xed\x08\x97\x7b\x4d\x17\x7b\x45\x5e\xfb\x60\x69\x45\x7e\x20\x45\xa5\x3c\x0b\x97\x0b\x18\xb4\xba\xdd\xae\x19\x4c\x51\x9e\x40\xd8\x06\x9f\x51\xd1\x57\x3e\xda\x6a\x0a\xe2\x2b\xc9\x2f\xfc\xf9\xf7\x9d\xf4\x5b\xea\x04\xfc\x5e\xba\x81\x9d\xa9\x3f\xa9\x5b\x3d\xd7\xc1\x4d\x4e\x9b\xe7\x3a\x38\x95\x7e\x96\x6d\x22\xe0\x3f\xe4\x06\x13\x85\x3e\x80\x56\x30\x22\x26\xfc\xb6\xe3\xb5\xbc\x11\xfa\xf1\x07\x75\x34\x44\x4c\x16\x12\x02\x61\x02\x2e\xaa\xe6\x79\x4f\x8c\xa5\x79\xde\x4b\xe2\x67\x9e\xf7\xee\xdb\x47\xde\x45\x30\x1e\x99\x6c\x4c\x31\x93\xe8\xe0\x8a\x0c\x04\x55\xd1\xc5\x6e\xe0\x93\x0f\xaf\xf1\x68\xe7\xa8\x3c\xff\x3d\xcd\x17\x6b\xb5\xef\x92\x5a\xbb\xf4\xe2\x0f\xe9\x4b\xe2\xcb\x3a\x42\x37\x50\x8f\xbc\xf8\xdb\x3d\x3d\x22\x4a\x4d\xe3\x8b\x3f\xa4\x2f\x55\x6a\x9a\x5c\x16\x9b\xc6\x17\x5f\xbc\x48\x5f\x93\x9e\x57\xd2\x02\x37\x25\xbd\x4d\xf4\xb6\xba\x31\x39\xe5\x5f\x5a\xed\x7b\xd2\x36\x89\x14\xf3\xba\x8b\x00\x5e\x43\x2f\x7a\x8d\x19\xbf\x45\x43\x66\x9e\x8f\x46\xb0\x8b\x85\x5c\x17\x3b\xaf\x68\xb8\xce\x28\xfe\xc5\x36\x23\x93\x5c\xc7\x54\x41\xcc\xd2\x8d\xf7\xbd\x56\xfb\x28\x7e\x49\xa2\x89\x13\x2f\xa2\x58\x38\x79\xa3\x08\x3f\xbd\xf4\x9c\x3f\x59\xa4\x5c\xbb\x1b\xf9\xc7\x41\x60\xde\xb6\xda\xdd\x89\xe3\x46\x30\x68\xc1\xd1\xf7\xcf\x2f\x74\x92\xbf\xd2\x59\x04\xfe\xe7\x5b\x1c\xe2\x32\xeb\x4c\xcd\x08\xde\xa0\xb0\xc4\x08\x06\x73\xc4\xe6\xde\x94\x5d\x1d\x27\x01\x6f\xb0\xfb\xb3\xe3\xd9\xed\x36\xc2\x77\x69\xa1\x41\x8c\xbe\x87\xdd\xb8\xcb\xae\xeb\x5b\xa6\x0b\x4f\xfc\xf9\xc2\x0c\x60\x2b\x42\x17\xdb\xed\x67\xde\xe8\xe2\x0e\xcb\xe0\xef\xf4\xfb\x71\x17\x4b\xf4\x96\x87\x25\x6b\x30\xf2\xa4\x08\x3f\xd8\x4d\x56\x76\xfb\x59\xf0\xe5\x4b\x2b\x18\xe1\xe7\xf9\x5f\xee\x81\x37\xba\x08\xb8\xd6\x70\x73\xa6\xa2\x39\x49\x18\xb4\x9f\x99\x5f\xbe\xb4\x4c\xd6\xa6\xf4\x33\x6a\xd8\xe4\x1b\xc6\x0b\x87\x0a\xa2\x91\x87\xbf\x27\x43\x19\x05\xf8\x8a\xd4\xd0\xc8\xbc\x17\x2c\xb4\x8a\x17\x96\xbc\xa1\xf5\x53\xf3\x3c\x83\x96\xe7\x35\x29\x79\x9e\x47\xc7\xf3\x2c\x2a\x12\xb9\x2b\x11\xf1\x5c\x45\xc2\xf3\x98\x80\x68\xb9\xd0\xa5\x85\x03\xbf\x82\x11\xec\x62\x65\x11\x8f\x13\xb8\x20\x7c\xc6\xaa\x80\xc7\xe7\x69\x52\x03\x9c\xdb\x20\x8e\xd0\x05\x79\x57\x38\xe2\x6f\x3b\x57\xdc\x74\xae\x1f\x39\x93\x96\x39\x72\x47\x01\x0e\x9f\xa3\xfa\x86\xfe\x7c\x14\x1f\xdf\xfc\x89\x66\xbe\x78\xd1\x32\xe9\xcf\xf8\x1d\x01\xf2\x6d\x64\x02\x22\x38\x28\xef\x90\x85\x98\x90\xd4\x6c\x83\x78\xf5\x87\x5d\x9c\x81\xdc\x26\xd3\x70\x09\x51\xcd\x7b\x50\x71\x46\x22\xab\x5e\xb8\xec\x0d\x88\xe3\x60\x8c\xd7\xe6\x2b\xa0\xe7\x53\x42\x78\x7f\x72\xcb\xe4\x3a\xd7\xf0\x7d\x7c\xfd\x02\x0f\x7f\x3c\x72\xef\xa3\xee\xcc\xf4\x6c\x17\x9e\xc6\xb2\xb1\x05\xdb\xf7\xf7\x60\x3a\x7a\xdb\xba\xed\x2e\x02\x3f\xf2\x63\x6a\xf2\x9b\xfd\x85\x37\x06\x77\xf2\x5e\x27\xee\x84\xdc\xce\x07\xb8\x48\xc4\xa3\x78\xb7\xbd\x6f\x83\x77\x72\xe3\xbc\xbe\x70\x11\xac\xda\xfc\x7b\xb9\xf9\x94\xca\x71\x61\xae\xda\xc7\x27\xb9\x0f\xa6\xb5\x5c\xb8\xab\xb6\x7d\x93\x41\x9e\x73\x1d\x5c\x84\xab\x36\x7e\x9a\x47\x9c\xb8\x07\x67\xd5\x1e\xfe\x23\xf7\x90\x52\xbf\x2e\xfc\x55\xfb\xb8\x92\xfb\xc0\xea\xd4\xc5\x72\xd5\x86\xa5\x66\x59\xb2\x3e\xb8\xb0\xc6\x80\x68\x84\x53\x18\xbd\xbb\xf1\xa8\x46\x48\x13\x05\xfd\x20\xe3\xd1\x36\xe0\xae\x2b\x7a\xa0\x01\xad\x17\x76\xe5\x1e\xc8\xa3\x45\x3d\x30\xaf\xd9\xbc\x72\x0f\xe4\xd1\xfc\x1e\x14\xca\x9a\x0e\x2e\x16\x15\x3b\x53\xb5\x92\xdf\x2f\x9b\xd7\xa4\x62\x57\xa5\x66\x25\xb9\xad\xc1\xc5\x65\xc5\x5e\xa4\x06\xca\xf4\xf6\x96\x49\x91\x59\xad\xce\xe8\xf3\x05\x7d\xd1\xdc\xd5\xeb\xaa\x9d\xe0\x07\xa5\xd6\x6f\xf9\xfc\x89\x93\x5c\xc4\x8a\xbf\xc0\x49\x0d\xc4\x0a\xd7\x09\xa3\x1d\x0c\x84\xb6\x21\x68\x15\xfb\x6f\x3e\xfe\xf6\xe1\xaf\xdd\x03\x75\x08\x7b\xe4\x44\x2e\x76\x04\x13\x57\x6e\x16\xda\x44\x56\x18\x5d\x3a\x2d\x6d\x2f\x55\x5a\x4b\x51\x80\x68\x4f\x2c\x7d\xe5\x64\xdd\xa2\x03\x9d\x86\x3b\x7d\x58\xba\x30\x5c\x01\x62\x9f\xc7\xcb\xe0\xcb\x3c\x0d\x31\x22\xa5\x14\xae\x17\xbf\x48\x8c\x44\xa3\xb1\xe0\x7e\x2d\x9d\x43\xdd\x17\xcb\xee\x88\x05\x72\xe4\x3c\xba\x7d\x30\x90\x2d\xa1\xb9\xd6\x72\x31\x9c\x88\xc6\x6e\x18\xe9\x2c\xbe\xbe\xba\xf8\x4f\x3a\xec\x28\x65\xb4\xcc\xb2\xd1\x66\x47\xb6\x28\xfa\xc3\x2f\xbb\x7e\xd0\xf6\xef\x30\x04\x6c\xb2\x28\xf9\x5d\xf4\xff\x13\xc3\xa7\x13\x66\xd4\x3f\x4b\xe2\xd5\xfa\xca\x80\x00\xf2\xbc\xbd\x84\xb4\x4a\xd9\xcc\x99\xce\x60\x18\x69\x8b\x00\x5a\xd0\x86\x9e\xc5\x07\xa1\x5f\x42\xd7\xbf\x39\xaa\xe3\xf3\xc9\xa5\x12\xe2\xf6\xfa\x44\x7a\xeb\x03\x69\xa2\x19\x34\xf2\xfc\x68\x13\xe9\xc4\xa3\x89\xe5\x4e\x41\xaa\x2f\xa7\xae\x7a\x87\xa0\x8e\x4a\xce\x87\xfa\x58\x9c\x28\x64\xb1\x93\x41\x2c\x4c\xba\x79\x26\xed\x4a\x55\x2d\x0a\x5c\x85\x46\x31\x88\x16\xc5\xcd\x4a\x72\x57\x03\xde\x6e\x4d\xd0\x41\xb3\x41\x41\x57\x31\x57\xcb\x9b\xd6\xe3\x43\x76\x0a\x23\x6b\x26\x5f\x31\xc9\x44\xf4\x9f\x52\x26\xe2\x72\x9b\x89\xf8\x6d\x64\x22\x5a\xf9\x6a\x9c\xb7\x70\x7b\xfd\xe3\x73\x4f\xad\xc6\x25\xb9\x81\xac\x8e\x1b\xab\x7c\xf6\x22\xd1\x89\xaa\x26\x05\x22\x2d\x48\x27\x99\x81\x2c\x7e\xa6\xc7\x85\x6e\xa9\x4e\x42\x72\x14\x57\x4a\xb1\x30\x0e\xc0\x50\x28\x63\x40\x37\xc3\x8f\x31\xfb\xe8\x40\x47\x40\x7e\x6f\x69\x42\x25\x76\x87\x53\x6f\x38\xb9\xcc\x47\x73\x25\x0a\x9c\x2c\x3a\x10\x3f\xea\xc4\x71\x4d\xe8\x41\xb1\x73\x71\x29\x4e\x2e\x1c\x15\x5f\x1f\x0b\xc5\x53\xb9\xa9\x92\x5a\x9a\x6f\x90\x5b\x75\x0c\x4a\xf4\x4e\x00\x31\xe5\x64\x96\x74\x63\x63\xa9\x9c\x67\xba\xf3\x74\xac\x6c\xc1\x00\x32\x62\x5f\xd3\x65\x21\xc7\x69\xf7\x6c\xee\x46\x65\x3b\x36\xcd\x02\x04\x09\x90\x3b\xdd\xbc\x6a\x22\x48\xab\x24\xbe\xe0\x3a\xb5\x13\xd7\x69\x49\x1f\x66\xb6\x63\x95\x38\x19\xdd\xf2\x4e\x46\x95\x6b\xd1\x17\xbc\x63\x21\xf1\x8e\xf9\x59\x7e\x3c\xa7\xc8\x7d\x16\x61\x54\xca\xf6\xfd\x14\xe5\x61\xc0\x79\xd8\x62\x92\x51\x42\xae\xfc\xf2\xe5\x62\x8c\x6e\xe3\xb8\x28\xb9\xd9\x18\x8d\xb0\xbd\x18\xa3\x5c\x62\x9b\x30\xef\xc7\x42\x4f\x91\x0b\xe8\x9e\x8b\xde\x98\x77\x44\x90\xc7\x93\x7b\x7f\x10\x6e\xc5\xf6\xa7\x86\xbc\x5e\xf7\x20\x1c\x2d\x5b\xae\xc2\x3e\xb6\xb2\xe9\xd6\x91\x1b\x4e\x1b\xf7\x56\xb6\xdf\x4a\x3d\xa8\xad\x4b\x66\xb1\xe9\xa2\xb0\x95\x78\xeb\xe6\xec\x18\x2e\xaf\x57\xd9\xb9\x76\x0c\x0b\xd8\x75\xed\x18\x68\xe6\x9b\x62\xc7\x70\x4e\xfa\x7f\x2d\x7e\xfd\xe7\x9f\xea\x0d\x90\x28\xcd\x64\xac\xec\x6f\x52\xad\x85\x55\x65\x4e\x32\xf0\x43\x88\x82\x41\xae\xe0\xed\x22\x80\x61\x78\x42\xca\x9e\xb2\x67\x3e\x7d\x32\x83\x69\x8f\x7e\x30\x58\x01\x73\xb4\xbd\x06\xfe\x32\x62\x61\xf3\xc9\x5e\x2b\xed\xc3\xa9\x2d\xf7\x00\xe8\x91\x79\xb9\x74\xcd\xa0\x63\xf9\xae\x0b\x49\x0c\x4b\x66\xd6\x20\x32\x43\xb0\x5d\x2c\xde\x86\x77\xc7\x63\xb1\x60\x6b\xe0\xdf\xfc\x04\x9d\xe9\x2c\xa2\xfb\x8b\xb1\x37\x06\xbb\x87\xd5\x2b\x9f\xad\xaf\xf8\x68\x34\x4b\x12\x98\xc2\x04\xc7\xb3\x0a\xb2\x27\xdf\x04\xad\x73\x9d\x34\xf1\xff\xff\x7f\x15\x1e\xb7\x25\xa4\xa7\xca\x00\x50\x7c\x63\xf9\x25\x91\xf1\x3f\xae\x2c\x99\x32\x40\x4e\xae\x28\xa8\x0e\xfb\xad\x05\x8d\xfd\xa0\xb5\x50\x4b\x06\x1a\xe6\x57\xe9\x2c\x47\xf6\x58\xbd\x28\x64\x80\x66\xea\xa7\x05\xfe\x4d\x6d\xbe\xb7\xf3\xf8\xbe\xb0\xd4\x28\x8f\xd9\x2f\xc1\x99\x0f\xc6\x40\xb7\xad\x6e\x52\x27\xa0\x0b\x6d\x94\xf8\x91\x54\x84\x37\x68\x1a\x42\x01\xc0\x02\x6f\xc7\x65\xc9\x27\x46\x2a\x07\xa7\x21\x10\x13\x1e\xfc\x49\x6b\x7d\x57\x1f\xbc\x44\x17\xb2\xf3\x15\x86\xa4\xd2\xe0\x25\x09\xf1\x09\xae\x08\x8f\x63\x81\x48\x46\x5c\xa6\x1d\x3d\x8d\x2b\x2f\x65\x25\x71\x3c\x22\x5b\x7f\xfb\x63\x25\x30\x7d\x61\x03\x15\xc3\x4f\xf3\x97\x90\xcd\x4d\xd0\x60\xa5\x57\x88\x51\x8f\x9b\x9f\x31\xe0\xc6\xc7\x8c\x98\xe5\x51\x96\xc4\xca\x12\xc9\xb4\x8d\xa1\x8a\x9b\x45\x43\xe9\xf1\x62\xa1\x99\x08\x7f\x22\x4d\xc4\xba\x33\xce\x13\xfc\x65\x65\x72\x89\x25\xa3\x42\xf7\xdb\xe8\x75\x93\x65\x34\x7d\xb0\xc5\x93\x46\xf5\xaa\xb3\x82\x4a\xb4\xb2\x86\x65\x54\xa0\x00\x64\xf0\xcb\x2e\x37\xee\xea\x00\x02\xc5\xbc\xa2\xe4\x60\x03\x28\xd3\x72\xb3\xfa\xd7\x85\x1a\xb2\x0a\x0a\xd6\x00\x46\xca\x23\xa2\xbc\x9d\x2b\xa8\x47\x36\xb4\xd5\xf2\x69\xb4\x54\xf0\x7c\x7c\xfa\x0f\x3c\xd3\x95\xd3\xaa\x69\x66\x2b\x2b\x34\x4d\x5c\x6f\x3a\xe9\x5f\xbb\xbc\xd5\xf0\x08\xaa\xe6\x0c\xd7\x2b\x8f\xb9\xde\x52\xaf\x08\xd3\x6e\xe1\x5f\xc3\xa0\x33\x87\xde\x92\xb5\x0c\x3f\x2f\x4c\xcf\x4e\xa3\xd9\x5c\xc1\xdb\x4b\xdf\x0c\xec\x63\x84\x9a\xa5\x67\x78\x85\x99\x68\x24\x05\xbc\x12\x94\x99\x28\x58\x42\x80\x4c\x4b\x99\x46\x2f\x21\x8b\x2c\x79\x12\x3f\x54\xab\x52\x4a\x1e\xe5\xa2\xc0\x99\x4e\xeb\xd4\x33\xf9\xc5\x0f\xe0\x5a\x6a\x60\xa0\xf7\x50\xb9\x32\x8f\x40\xfe\xbd\x52\xb5\x75\x8c\x1a\xb5\x75\x54\xf2\x86\xd5\xd6\xa7\xd5\xc4\x3c\xdf\xcb\xd6\x77\xb5\x94\xce\x9b\x3c\x18\x4f\x9d\x8e\x10\x27\xf5\x5c\xd2\x03\x7d\xc7\x28\xa1\x1f\xef\x82\x83\x95\xd4\xe3\x53\x9b\xe4\x50\xe7\xa0\x0e\xe5\x03\x12\x65\xd3\x22\x5d\x8e\xa4\x90\x3c\x7c\xad\x7b\x7d\xe2\x07\x38\xdb\x75\x6f\x5c\x9d\x68\xba\xef\x51\x6b\x87\x9e\xd4\x77\x49\x0e\xc0\x2c\xb7\x56\x3d\xbb\x74\xa2\xbb\xd8\x7d\xee\x6c\x18\xd3\x3b\xde\xc4\x0f\xe6\xd0\xee\x98\x92\xf1\x43\xcc\x60\x44\x2b\xc1\x7e\x15\xaf\x90\xf0\x8d\x37\xf1\x75\xb1\xcc\x07\x65\x57\x11\xc9\x0c\x24\x22\x10\x5c\xf4\x40\x8f\x32\x77\x99\x54\xee\x74\x3c\x0b\xaa\xa6\xc2\xe1\x59\xd5\xd1\xe2\x14\x74\x88\xff\x9d\x60\x2b\x54\x56\xc2\x70\x96\x28\xc9\x88\x3e\xc8\x1c\x3a\x81\x77\x6b\x70\xe0\x7a\x89\xa4\xbe\xe4\x5f\xa9\x6c\x74\xb6\x4a\x7f\xc8\xeb\x33\x8b\x25\x9b\x22\x55\xc2\x38\x55\x6b\x00\x30\x85\xce\x28\xad\x8d\xe4\x4c\x94\x14\x7e\x14\x83\x47\x2e\xd2\x75\x8c\xea\x66\x65\xa6\xfb\xd3\xe5\x85\x28\x65\xda\xf7\x55\xd2\x04\xbb\x02\x87\x8a\x54\xfa\x01\x47\x61\x69\x37\x3f\x4c\xd5\xe4\x94\x6e\x60\x25\x3f\xb3\x50\xfe\x56\x9f\x73\x66\x92\x7e\x1e\x33\x65\x24\xe4\xaf\xf4\x48\xd6\xab\x5e\xc7\x8b\xc5\x12\x75\x82\x20\x4e\x48\x92\xfe\x8a\x44\x54\x94\xde\x78\x68\x22\x2a\xe2\x6c\xfa\xd9\xa1\x3b\xf5\x2f\x1a\x3d\x20\xd5\x57\x4c\x13\xbb\x9c\xaa\x50\xe7\xc4\xbe\x79\xea\xd5\xca\xe6\xc7\xdf\x1c\x78\xb3\x1a\xd1\xd2\x27\xaa\x14\x84\x3b\xd8\x07\x07\xe0\xb0\x54\xf2\x75\x89\x02\x9b\x03\x30\x04\x32\xa4\x71\x8a\x4f\x40\x3f\x7d\x47\xb6\x23\x1d\x05\x78\xcd\x02\x38\xe9\x44\x3e\x9f\xce\x2c\xa0\x11\xe0\xf4\xe5\x8e\x13\x76\x90\x3a\xd4\xc1\x27\x06\xc7\xbb\xf6\x59\x0d\x5f\xe4\x77\xe7\xdd\x51\x04\x30\x60\xe1\x2e\x03\x9a\x15\x8d\xa2\xcb\x58\x30\x59\xe8\x2e\xa7\xce\xe4\x56\x4e\x9d\x9e\xd2\x7c\xe8\x95\xfd\xf7\x9c\xe3\x70\x73\x62\xc9\xd4\x11\x11\x9b\xe2\xde\xdc\xed\xfd\xb8\xf3\xcb\xd9\xab\xf7\x6a\xf7\x26\x2b\x2e\x9e\x38\x18\x49\xe1\x8f\xb4\x7f\x31\x55\x2c\x44\xf6\x29\xe2\x1b\x3a\x12\x21\x34\x54\x54\x04\xf9\x18\xfb\x52\x6d\x11\x79\xf9\xc7\xab\xdf\xc1\x2a\x79\x35\x70\x1d\x6e\xd3\x5b\xb5\xd8\x08\x15\x6e\x19\x65\x46\x8a\x0a\x8c\xa4\xc4\x4f\x09\x7c\x12\x7e\xec\x2b\x94\x13\xc9\xd7\xa0\xcf\xfd\x39\xd4\xfc\x89\x54\x50\x39\xd4\xcc\x00\x6a\x97\xd0\xf1\xa6\x8d\x95\x0e\xd1\x3e\xce\xfc\x10\xb2\xe6\xb8\xbe\x28\xe8\x75\x52\xbc\xc4\xf1\x50\x38\xf0\xaf\x6f\xba\xda\xb1\x77\xcb\xdf\x8b\x93\x39\xec\xe4\x0e\xfc\xf4\x8d\x1f\x5c\x69\x97\xcb\x48\x40\xaf\x0e\x6f\x3d\x8b\x16\x25\x85\xa9\xa1\xbe\x8e\x57\x98\x83\x66\xd1\x3a\xf9\xf0\xba\xad\xd9\x66\x64\x86\x91\x1f\xc0\x6e\x43\x2f\x6d\xa5\x9a\x26\xf9\xaf\x4d\x57\xb8\xef\x0c\x29\x44\x6d\xd3\xea\x98\x54\x25\x67\xad\xb8\x66\x8c\x9d\xe3\x5d\xaf\xb4\xa9\xe4\x89\xee\x8d\xdb\x60\x38\x87\xc0\xa6\x6c\x2e\xbf\xfc\x68\xff\x3c\x79\xb3\xf3\x5b\xee\xe6\x92\xbb\x97\x48\xc5\xa6\xb0\xf4\xaf\x27\xf6\xd7\x26\x3a\xf9\x58\x87\x58\x5c\x9e\xed\x6b\xf1\x6e\xe9\x5c\x2e\x23\x18\x76\xb5\x37\x13\xcd\xf4\x6e\x63\xd9\x1a\x4b\x9f\x89\xef\xba\xfe\x4d\x2c\x4f\xf9\xfa\xc9\x73\x33\x22\x15\xf8\x03\xf8\xe7\x12\x86\x11\x40\x5f\x12\xf9\x8a\xc4\x99\xb9\x58\xb8\xb7\x5d\xed\x03\xbe\x25\xd4\xa2\x99\x19\x69\x13\xd3\x71\x63\xd1\x86\x9b\xe0\x7a\x5a\x04\xfe\xb5\x63\x43\x5b\x43\x3a\x1a\x91\xae\x36\x96\x81\xfe\x02\xc5\x2e\x42\x7a\x2f\xca\x74\xd8\xb1\xa1\x77\xab\x61\x7d\x30\x5e\xc1\xd7\x5f\x81\x00\x2c\x84\x8c\x45\x69\x1d\xc9\x62\x5a\x97\x28\x94\xbd\x75\xeb\x91\x88\xf4\xf7\x72\x25\x8e\x1a\x90\x8c\x29\x99\xb3\x39\x52\x51\x02\x78\xdc\x14\x91\xf8\x1f\xf7\x97\xfe\xed\xc1\xe1\x3f\xd4\x22\x71\x1a\xf8\xcb\x85\x4e\x4d\xbf\x04\x4b\x0f\x7f\x39\x43\xa8\xe9\xfa\x1c\x46\x33\xdf\x46\x26\x54\xe1\x3f\x1f\x31\x2e\x0e\x09\x51\xe3\x14\xf6\x52\x61\xf8\xc6\x3e\xf6\xcf\x16\x03\xa5\xd2\x8a\xc3\x69\xac\x9e\xf8\x97\x0e\x99\x80\xe4\x54\x42\xa0\xb2\xc3\x4a\x18\x37\xa8\x8f\x03\x60\x18\xa2\x5f\x89\x9a\x39\x69\x5e\x33\x29\xf9\x9a\x20\x3a\x72\x95\xb8\xf8\x23\x04\x8f\xd9\x99\x54\x48\xde\x05\xbd\x5c\x14\x77\xd2\xb8\xfa\x46\x83\x02\xc0\xe2\x38\xf9\xdf\x48\xb9\xdc\xe4\x36\xf4\xd0\x58\x86\xc7\xa0\x02\xab\x04\xd8\x30\xe7\xed\x40\x15\xb8\x17\x84\x2b\x93\x53\x7b\x9e\x44\x64\x7e\x78\x8c\x3a\xcd\x9c\x39\x0a\xe8\x48\x04\x93\x87\x8d\xe2\xc9\xab\xc6\x9b\x02\xda\x1e\xe8\x49\x2d\x49\xe9\x8b\xaf\x72\x61\x2d\x3f\x64\x95\xaf\x14\x87\x94\x76\xdf\x04\xa6\xed\xf8\x98\x69\xe4\x20\x8e\x3e\x47\x5e\x0a\x82\xc2\x45\xeb\x28\xe0\x93\x33\xfc\xf8\x7c\x92\xf0\x6e\xea\xf3\x2e\x30\xf6\xeb\xa4\xf5\x2a\xd1\x5e\xf2\xa8\xac\x7c\x37\x52\x8c\x04\x35\x4b\x1f\xe6\xc7\x1e\xf1\x4d\x49\x98\xce\xc7\x09\x63\x60\x38\x67\xdc\x18\xf2\xc2\xb1\x60\x64\x91\xc4\x82\xd3\x1c\xd3\x9b\x33\x0b\x0b\xe6\x73\xd6\x44\x0a\x24\x35\x0f\xeb\x59\x08\xed\xda\x45\x2b\x4b\xc6\x3f\xb9\xb8\xd0\x19\x64\x08\xd9\x79\xbb\xe4\xc2\x38\x29\x33\x8d\xb8\x25\xa1\x5b\x89\xc0\x9a\x5c\x50\x80\x4c\x8e\x55\xec\xc7\x6a\xac\xe9\x92\x0b\x99\x79\xf2\xb2\x57\xab\x88\x4b\xf2\xde\x24\x41\xa7\x05\xe3\x4a\x2f\xad\xac\x7a\xed\x54\x15\x3b\x75\x93\x64\x29\x4e\x48\x03\x4e\xc9\x8e\x3b\x27\xdb\x49\x08\x5d\x0c\x16\x5f\xa3\x04\x27\xee\x73\x1f\x5c\xe8\x67\x78\x55\xac\xe4\x63\x88\x07\xa5\xc5\x43\x94\xfa\xa9\x10\xf9\x8b\x82\x4d\x6e\x60\xd0\x21\xb3\xa2\x04\xc0\x68\xad\xa4\x42\x7d\xfc\x0b\x8d\x3b\x39\xe1\xaa\xc8\x0f\x81\x71\x30\x46\xe8\xe8\x07\xea\xbd\x82\x05\xa9\xfc\xf4\xf1\xe3\xfb\x6e\x42\x43\x61\xf3\xa8\x5f\x98\x5a\x8e\xa3\xda\x45\x98\x13\x85\x28\x1f\x65\x20\x2f\x54\xf7\xed\xab\x30\x70\xb1\x38\xa5\x72\xd9\x38\xac\x09\x98\x50\xcc\x8a\x54\xac\x63\x5e\x4c\xa4\xca\x3e\x27\x41\xd0\x3d\x5d\x46\xec\xca\x36\xc1\xf4\x98\xf6\x1a\x62\xd5\xbc\xf7\xb5\x5b\xf1\x7d\xe5\xb2\x33\x1d\xf4\x47\x04\x9b\x1f\x77\x63\xec\xc5\xc2\x18\x6f\x09\x25\xb9\x54\xc9\xa1\x3c\x7e\x53\x9a\xf4\x2a\xa2\x67\x94\xda\x26\xeb\x0e\x91\x2c\x81\x0e\x89\x08\x50\x03\x3a\xb3\x42\x96\x14\x19\xcf\x05\xff\x36\xa6\x2f\xb8\x7e\x9d\x78\xda\xe0\x29\x6b\xa6\xda\x1b\x95\x19\x5e\xd8\x25\x4b\xd0\x04\xe8\x1f\xe0\x14\x7e\x6e\x24\x08\x97\x88\x3f\xd4\xa0\x86\x41\x8d\xa9\x6d\x13\x9d\x4d\x6b\x07\xe5\x92\x86\x49\x93\x97\x70\xea\x78\xb8\xc4\x81\xa9\xfd\xf1\xdf\x3b\x7f\xfc\x77\xa5\x70\xdc\xd2\xbc\x5b\x32\x54\x2d\xe5\x5a\x2b\x5d\xab\x78\x5d\xdb\xb8\xb0\x47\xff\x82\x4e\x62\x99\xc7\x79\x41\xdd\xa5\xc1\x0d\x91\x3f\x9d\xba\x6a\xef\xa9\x52\x35\xec\xa3\x4a\x36\x1a\x3e\xf4\x61\xeb\x92\xb9\x58\xb8\x0e\x8e\x03\x25\x9c\xa4\x2d\x3d\x17\x86\xa1\x16\x2e\xa0\xe5\x4c\x70\x49\x1b\xb5\x0e\x5e\x28\x7b\x49\x09\x1d\x36\xb5\x3a\xf1\x8e\x28\xf0\x12\x5c\xe0\x64\xea\x4b\xff\x73\x22\x99\x32\xf4\xcf\x5d\xd0\xef\xa9\x55\xcb\xbd\x02\xd5\x32\x11\x67\xdc\xa0\x15\xf2\x0c\xaf\xfa\x4c\x08\x95\x64\xcc\xab\x8b\xff\xf8\x75\x91\x91\x54\x0d\xcf\x4c\xdf\xb4\x5b\xc4\xd2\xca\x8d\xb9\x5f\x3e\x1e\x28\x93\x5b\x2d\xf2\xf2\x3a\xc9\xd9\x2c\x39\xb4\x25\xd7\xea\x1c\xb7\x86\x2b\x9e\xb6\xd2\x67\x2d\x0e\xa0\x8c\xf1\x5c\x41\x9a\x85\x74\x6a\x22\x56\x15\xfe\xd4\x34\x2c\x77\x6a\x22\xcc\x38\x24\x07\x7e\x70\x81\x76\x02\x9d\x13\x0f\x2b\x1d\x9e\x12\x0e\xa7\x86\x1f\x91\xbb\xe9\xc9\x28\x35\xf1\x5c\x70\xb7\xd4\xf1\x93\x4e\xb7\x30\x23\x41\x01\x9c\x91\x2e\x11\x5f\x3a\x88\xa2\x51\x79\x8c\xdd\xba\xb2\x3c\x16\x83\xd8\xf3\xac\x84\xf8\x90\x86\x02\x09\x84\x68\xfc\x10\x1f\x06\x92\xb8\xb4\xcc\xed\xff\x27\x21\x60\x53\xf9\x3a\x59\xc6\x2e\xff\x40\xad\x33\x42\x76\xc8\x48\x0e\x24\x6b\x89\xf9\x0b\x68\xdb\x3c\x5c\xb6\x6a\x3a\xa6\x6d\x37\x31\x17\x41\x57\xac\x08\x2c\xca\x9b\x4a\xd5\x90\x03\x6a\x32\xf5\xb3\xc8\x94\x89\x7e\xc8\x81\x5c\x29\x11\xb4\x78\xb9\xd0\xe7\x8b\x68\x08\xd6\x5c\x6a\xa8\xe4\xe4\x42\x02\x1e\x24\x0b\x06\x55\x84\xa3\x80\xa2\x27\x34\x9d\x46\x71\x2b\x06\x64\x3c\xb6\x6d\xb5\xa6\xdb\xe7\xe3\x29\xc9\x21\xa6\x1c\xdf\xb3\x7c\x1e\xf2\xbd\x72\x52\x91\xe9\xf9\xd1\x0c\xfb\x8b\x32\x65\x07\x9e\x78\xb1\x5d\xa4\x1a\x8e\x65\x39\x3a\x13\x98\xb1\x2a\x64\x16\xc2\x16\x33\xc5\x5e\xbe\x0b\x48\x09\x69\x91\xeb\xe5\x49\x4c\xe1\x68\xe9\x47\xa6\x83\xcc\x1c\x28\x72\x8b\xc5\x7d\xcd\xa9\xde\xa4\x77\x50\xc9\x92\x0e\xad\xf6\x05\x4d\x6b\xa6\x40\xb6\x58\x24\xe6\xa1\xf8\x23\x52\x99\x42\x56\x2a\x0c\x47\x7c\xa9\x91\x31\xf0\x40\xc8\x4a\xc6\x88\x18\x24\x66\x0c\x0b\xa4\x90\x6b\x3d\xfe\x8c\x8f\x25\xe7\x33\xff\x26\x3e\xa5\xfc\x18\x6f\x08\x92\xaa\xc7\xdd\x92\x5c\xc3\x00\x1b\xd3\xd5\x6a\x93\x29\xdd\x47\xd4\xbb\x05\xbc\x91\xae\xf2\x8e\xe8\xc8\xed\x15\x94\x72\x7b\xb1\x5f\xba\xb8\x10\x4c\xeb\x2e\x32\xa7\x78\x84\x3a\x88\x69\x74\xe4\x81\xd0\x9a\xc1\xb9\x79\xa4\xae\x3f\x83\x7f\xd4\xdb\x00\x13\x38\xe3\x2e\x56\x8f\x34\x80\x0b\x3f\xe3\x1e\xae\x92\x8d\xfe\x37\xaf\x0d\xa8\xd4\x3f\x62\xfe\xb1\xf6\xdd\x3d\xf0\x3d\xc4\xf7\xe2\x45\xf2\xe2\x48\xc3\x31\x41\x97\x11\xb4\xbb\xa6\xeb\x98\x61\xeb\x7f\xf1\x10\xbb\xff\x75\xe7\xdd\x13\x70\x80\x2e\xa9\xa9\xf7\x5b\x2c\xc6\xc3\xff\x6d\x03\xc2\x7d\xc5\x0d\x74\x66\x51\xb4\xe8\x92\xb7\x9c\x6a\x26\x66\x9b\xf7\x81\xbf\x28\xdd\x10\x35\xd0\x29\x5b\x42\x0c\x28\xb5\xd4\xd2\x59\x1f\x3a\xe7\x39\xa4\xe5\x6f\x2e\xf4\xb7\x3e\x3e\xfe\x0b\x95\xc5\xd9\x33\xa8\x16\x4a\xb2\x5e\xe4\xc6\xd3\x0d\xde\xe1\xf6\x8e\xf4\xb7\xbe\x86\xed\x34\xf1\x7f\x4f\x3f\x9b\x56\x74\xa4\xa3\x3f\xf8\xca\x7b\x54\x16\xe1\x48\xc7\x7f\xd1\xc1\x10\xff\x80\xac\x05\x47\xfa\x07\x38\x5d\xba\x66\xa0\x9d\x7e\x46\xf9\x37\x31\x97\xde\xd3\xb1\xbc\x89\xb5\xe0\xd2\x03\x92\xfb\xe7\x86\xc5\x06\x61\x46\x33\x0d\x7f\x11\x06\x41\xcd\x17\xca\x91\x30\x01\x91\xa2\x38\x4e\x86\xe4\x87\x82\x7d\xac\x10\xd7\xf6\x21\x70\x14\xec\xf9\x1f\xfd\xa0\x45\x4a\xf3\xc7\x4f\x7e\xf9\x92\x54\x00\xc2\xe1\x62\xad\x76\x9b\x96\xb0\x83\x5d\x27\x7c\x0b\x6f\x5e\xbc\x80\x5d\x04\x74\x89\x7e\x05\x90\x52\x26\xe6\x80\xd4\x70\x58\x47\xdd\x4f\xe4\x63\x57\x32\xf6\x26\xe2\xab\x3b\x71\x82\x30\xc2\x4e\x65\x15\xbf\x68\xdc\x0c\xe2\x16\x85\x86\xc8\xc8\x95\x8d\xc5\x23\xf4\xfc\xf7\xea\x31\x76\xe1\x9f\x4b\xd3\x6d\xf1\x32\x9a\xb0\x65\x1b\x28\xa4\xa9\xfc\xb4\xe7\x47\x2d\x3d\x69\x5c\x6f\x83\x44\xd8\x1e\x3d\x37\x40\x4a\xda\x2a\x1b\xe0\x04\x74\x1b\xd8\x8e\xfd\x01\x5a\xd0\xb9\x86\xc7\x51\x14\x84\xbc\xf4\xc0\xcf\x4e\x61\x44\x6b\x57\x45\x70\x8e\xe9\x40\x57\x39\x51\x24\xda\x5f\xbe\xe0\x7b\x43\x76\x2f\xbf\x09\x3c\xef\xb5\xef\x01\x49\xa3\x39\xba\x23\xd2\x90\xaf\xc9\xc8\xa3\x2f\xb0\xc2\x7e\x49\xef\x1e\x10\x3d\x4e\xed\x1f\xbc\x2e\x7f\xe1\xc8\xa3\x00\x0d\x14\xc9\x80\xeb\xfd\x48\x1a\x19\x04\xec\x61\x72\xdc\x13\x40\x0a\xc8\x29\xee\x48\xbe\x89\x40\xc9\xe0\x49\x74\x4d\xdb\xee\xa2\x60\x1f\xdc\x26\x3e\x53\x76\xd9\x84\x23\x10\x8c\x09\xb6\x0c\x7d\x02\x9f\x2b\x0a\x1f\x22\x43\x21\xfa\xd7\x51\x84\xc6\x0d\x41\xd0\xbe\x8f\xb8\x65\x70\x0f\x4c\xdb\x4e\x51\x30\xea\x2e\x96\xe1\x0c\x33\x61\x0b\x02\xaf\x0d\xc4\x67\xf0\x10\x14\x8f\x61\x18\xf9\xec\x07\xe5\xcd\x06\xb6\xef\x52\x98\x33\x21\x42\xf3\x68\xc1\xd1\xf7\x77\x2e\x8c\xee\xae\xe0\xed\x51\x44\xeb\x5b\xde\x8f\x20\x59\xd5\x92\xef\x65\x34\x1a\x45\x5f\xbe\x70\xa6\xd9\xf8\xc2\x7d\xfb\xc5\x0b\x49\x36\xb3\x02\x96\xd1\xe8\xfb\x3b\x88\x68\x82\x1f\xd2\xff\x16\x91\x3a\x8d\xed\xfb\x36\x5b\x4a\x68\x58\x42\x4f\xb1\x14\xe1\x9f\x92\x7e\x06\xdc\x77\x0a\x25\x92\xb0\x90\xf8\x30\x7b\x5f\xb8\xce\x23\xc9\x57\x83\x19\x12\x27\xef\x77\x90\x48\xbf\x05\x0c\x42\x27\x8c\x5a\x90\x74\xce\x10\x85\x30\x70\x4f\xfb\x1e\x48\x5b\x3b\x6c\xdf\xc1\x6e\xe0\xbb\xee\xa5\x69\x5d\xb5\xd8\x53\xe8\x2e\xf6\x50\x2c\xbc\xb9\x18\x9d\x60\xa5\x18\x1d\xee\xf4\xb9\x29\xa1\x3a\xce\xfb\xe8\xdd\xe9\xab\xb3\xbd\xfc\x50\x1d\x75\x1c\x4e\xe5\xf0\x9b\xbd\x52\xd1\x37\x98\x4a\xaa\x20\x1c\x76\x7c\x2e\x08\xc3\xd9\xaf\x6c\x5f\x40\x71\x38\xfb\xca\x24\xd8\xaa\x51\x38\x7b\xa5\xa3\x70\xf6\xca\x46\xe1\x1c\x28\x83\x70\x40\x72\x49\x3e\x6d\x67\xc5\xe5\x94\xb2\x3c\xad\xc5\xdf\x8e\x8f\xcf\x8d\x79\xdc\x87\x75\xed\xd8\x78\x1c\x1a\x1e\xd7\x03\xfa\xd5\x7b\xd8\xaf\xde\x57\xbf\xfd\xc4\x63\xc9\x91\xa9\x69\xa7\xfa\x90\x70\xd1\x80\x81\x07\x57\xf0\xd1\xa6\xad\xf4\xea\xfb\x86\xb2\xc5\xa9\x06\xd3\x24\x9e\x71\x02\xd3\x23\xd8\xa1\x79\xcf\x38\x2e\xab\xb3\xb2\x53\x7c\xb0\x22\x37\x79\xb4\x1c\x51\x35\xb7\xf6\xa0\xd8\xad\xad\x64\x12\x4a\x95\x12\x1e\x6d\x9e\x64\x12\xb1\x9a\x70\x66\x0f\x9a\x76\x66\x0f\x56\x70\x66\xe7\xf1\xbe\x9a\x75\xa8\x86\x26\x46\x69\xa9\xc6\xb7\x6e\xb7\x6f\xca\x9e\x9d\xd8\x2b\x0d\x16\x8b\x52\xcd\xe5\x55\x6f\xc5\x21\x13\x41\xde\x92\xfb\x8d\xb0\xd8\xaa\x6b\xae\xbf\xe2\x9a\x13\xdf\x2f\xef\x83\x13\xe4\xdc\x6e\x52\x2a\x3b\x19\x73\xc5\x75\xda\xaf\xb9\x4e\x19\x2d\x2b\x2e\x54\x99\xc4\x4d\xac\xd4\x7e\xd3\x2b\xb5\xff\x60\x2b\x15\x91\x63\x73\x96\xaa\x22\x0f\xb9\xd8\xe9\x5d\x27\x1b\x62\x45\x53\xb8\x64\xd1\x9e\xf1\x0a\x18\x89\xb6\x17\xad\xda\x6e\xac\xdf\xa0\x03\x3c\x67\x38\x57\x19\xb2\x93\xa6\x44\xeb\x34\x7a\x51\xd4\x82\xed\x4c\x9a\x32\x4d\xa7\x4e\x4d\x45\x16\x6a\x64\xfc\x24\xc7\x88\x6f\xcf\x5a\x5d\xc5\xd2\x98\x36\xd3\x55\x31\x34\xde\x25\xda\x2a\x36\xd4\x70\x8c\x21\x59\xf3\xe2\x63\x33\xf7\x6b\x09\x53\x7a\xd2\x76\xca\x7a\xcd\x73\x6f\x09\x93\x2e\x6f\xce\x75\x6f\xb5\x5f\x62\xc1\xe8\x78\x53\x1d\x28\xad\xca\xe7\xcb\x09\xba\x88\xff\x92\x8b\xd9\x66\xe6\xb8\x91\x10\x7a\xd1\x91\xfe\x26\xd4\x16\xf8\x33\xb6\xf8\x26\xd3\xcd\xb1\xb1\xfe\x94\x5e\x95\xf5\x2c\xab\xec\x51\xf2\x9e\xb2\x5f\x05\x37\xb0\xd3\x3f\x97\xa6\x1b\xd2\x19\xa8\xad\xac\x82\xdc\x20\xb7\x0a\x86\xd6\x64\xd5\x2b\x0d\xa5\x19\xbd\xe9\xed\x35\x5b\x33\x13\xb3\x5f\xb1\x25\x2e\x4d\xb1\x94\xad\x8c\xb3\x91\x31\xc3\x0a\x23\x07\x42\x87\xe6\x5f\x01\xc4\x9b\xd6\x33\xfc\x2c\xff\x1b\x88\x94\xf6\xae\xe4\xf7\xf4\x8f\xa8\xa9\x0a\x86\x2e\x20\xdb\x91\xf1\xba\xaf\xb2\x7c\xe3\x15\x5b\x60\x2e\x53\x59\xc6\x9e\xad\x6a\x19\x53\x43\x12\x3d\x8e\x65\xec\xef\x11\x5c\x9c\x1e\x0e\x7f\xcf\xad\x89\x9f\x14\xad\x3f\xa6\x3b\x26\xa9\x3e\x66\x8a\x5f\xb3\x40\xff\x54\x8a\x6b\x0f\x5c\xd4\x2d\x57\x7a\x00\x74\x0c\xae\x57\xa6\xfe\x7d\xda\xe6\x86\x21\x69\xa4\xb0\xa0\xd0\x8a\xdf\x7a\xfc\xc9\x82\xae\xcb\x97\xc3\x1f\x22\x2d\xcd\x33\x23\xe7\x1a\xea\x60\xd8\xaf\x98\xb4\x9c\x5b\xa2\xd1\x86\x91\xe9\xb8\x95\xc2\x33\x99\xd9\x4a\x9d\x9d\xc4\x7e\x56\x1b\xbd\xd8\xa8\x6a\xd5\x82\x17\x74\xcb\x9f\xf8\xb8\x8d\xd2\xca\x66\x66\x44\x2b\x1a\xb4\x9d\x33\xe8\xa4\xe4\xb0\x08\xce\xa6\xd2\xac\x85\xfa\x5f\x0d\x68\xa9\xca\x9c\xe8\xa6\x0b\xa9\x72\xc7\x8e\x9a\x87\x0d\xce\xc4\x30\xce\xaa\xf8\x86\xca\xb0\xa2\x28\x19\x75\x24\x18\x3e\x4d\x4a\x35\xd4\xea\x44\x0f\xe7\x92\xc7\x65\x87\xe2\x4a\x3c\x97\x2a\xbc\xd6\x5c\xb5\x54\x8b\x97\x68\xab\x18\x6d\xc7\xea\x72\x94\xf5\x33\x50\xd6\x02\xac\x81\xff\xd1\x22\x92\xb6\xaa\xa0\x5d\x85\x72\x6a\x25\x86\x79\x49\x8b\x36\xd4\x3b\x3a\x97\x28\x18\x59\xaa\x54\x24\xa6\x56\xba\x4e\xa4\x52\x2e\xad\x83\x0e\x14\x3d\xa6\x36\x29\x48\x8c\x7b\x35\x11\x41\x2b\xb3\x56\x98\x49\x39\xe3\xf8\x0a\x36\x86\x61\x63\xa5\xd5\x52\xe2\xb9\xaa\x39\x43\xb6\x42\x64\x55\xf5\xcb\xb6\x4a\x50\x45\x02\x95\xe8\xe8\x20\xbb\x94\xce\x43\xaa\x27\xc6\x86\x69\xb4\x0e\xc3\x81\x02\xf5\xac\x7c\xe1\x86\x3c\x9b\xc0\x7d\x83\xe5\x1b\x36\x49\xf3\x8d\xa6\xc3\xb3\xe3\xfe\xc7\x7f\x36\xa4\xf9\x32\xd4\x55\x52\x17\xb1\x10\xfc\x9a\x59\xbc\x0f\x9b\x56\x84\x09\x36\xb5\xa1\x02\xa5\xe6\xb4\x61\x12\x1e\x2f\x78\x5f\xe5\xb0\x60\x16\x08\xac\x05\xd0\xb4\x7d\xcf\xbd\xe5\x51\xff\xb0\x2d\x96\x29\xce\x0c\x16\x91\x29\xcb\xb1\xf2\x7c\x58\xb5\xb8\xdb\xda\x14\x66\xe2\xe7\x55\xc5\x09\x0b\x45\x64\x65\x13\xad\x50\x93\x52\x8d\x85\x23\x6e\x54\x1c\x76\x89\x80\x65\xd1\x1b\x33\xbc\x94\x8e\x0e\x32\xb1\x51\xd2\xc5\x04\x78\x80\x10\xd5\xed\x03\x45\xf2\x8e\x82\xd7\x48\xd1\x3c\x31\xab\xa5\x09\xd0\x08\xe9\x4c\x22\xa1\x5a\x74\xe6\x5c\x7e\x5d\x5e\x2a\x4f\xe6\x99\x45\x6b\xf2\xdc\x12\xff\x4b\xe7\x75\x55\xda\xe8\x33\x95\x85\xcc\x83\x8c\x5e\x32\xa9\x4a\xf9\x8a\xc6\x2b\x57\xb5\xe0\x4f\x50\xfb\x79\x1b\xdd\xbe\x2a\x25\x34\x63\xba\x7a\xc9\x04\x21\x9e\x1f\x85\xf9\xe1\x28\xdb\xa6\xb9\x6d\x41\x2b\x2e\x6c\x06\xab\x89\x47\x57\x6e\xe6\x1f\x71\x74\xc6\xaa\x0e\x9e\xaa\x9c\x58\x6a\x6c\xea\x71\x35\xc2\x07\x15\xf8\x9f\x95\xf7\x6c\x26\xcd\x30\x83\x5f\x72\x4a\x7a\x3c\x0e\xc7\xa4\x0c\x2b\x8f\xc2\x11\x7b\x05\x86\x96\xe1\x98\xd5\x01\xcf\x89\xb0\xa9\xc7\x30\x7b\xb9\x99\x88\x85\xc4\x90\x37\xc1\x64\x13\x2f\xc3\x34\x4f\xc3\xb8\x23\x9a\x72\x80\xfe\xd2\x72\xfd\x50\x70\xb6\x57\xd7\x69\x10\xa8\xce\xc6\xd8\x7a\x4e\x6d\x27\x5a\x3d\xf1\x3a\xc3\x04\x59\xcb\x4a\xd6\x17\xad\x64\x83\xad\x95\x6c\x6b\x25\xfb\x3a\xad\x64\xc9\xf6\xb8\xb5\x94\x6d\x2d\x65\xc5\xf8\x16\x2b\x9b\xcf\x92\x8d\x0c\xc7\x1a\x9b\x2e\x6f\x32\xe3\xcc\x68\xa2\x7d\x4d\x9d\xe7\x8a\xd3\x46\x51\x6e\x2c\x35\xcb\x31\xe4\x02\x19\xaf\xa0\x21\x2b\xdc\xe6\x9a\xdf\x42\x68\x06\xd6\xac\x73\x69\x06\x9b\x62\x79\x1b\xf4\xfa\x3f\x5f\x06\x7f\x7f\xa7\xb6\xbc\xa5\x31\xd3\xf1\x0c\xd0\x4b\xa4\xd3\xd4\x81\xfe\x6e\x11\xd1\xc4\x8d\x77\x0b\xc2\x27\x38\x38\x1d\x61\x9d\x57\x79\x8c\x58\xee\xca\x3f\xb0\x08\xfc\x05\xff\xc0\x15\x8c\xb9\x0f\x47\x69\x00\xfd\x65\xe8\x07\xa8\xd2\xc1\xc4\x71\x23\x84\x2c\xf6\xd2\xf7\xd8\xbd\x2f\xd9\x27\x92\x59\xa2\xaa\x9a\x9d\xbc\xb4\x1c\xcf\x36\x77\x13\xce\x3c\xe9\x53\x64\xf7\xa4\x63\x25\x04\x5a\x1f\x17\x35\xe0\xaa\x9f\xb2\x34\x90\xc8\x8c\x96\x21\x3f\x35\xd6\x14\x9a\x14\x3a\x01\xa0\xff\x95\x47\x45\x4b\x5b\x16\x31\x0c\x26\xe9\xab\x46\x55\x2d\xfe\x20\xd9\x67\xa1\xaf\x65\x73\x61\xd4\xa6\x18\xbe\x2c\xc2\x21\xde\x7d\x28\x13\x74\x31\xe5\x13\xac\x9a\x6e\x42\xf9\x2e\xb1\xe3\x1d\x00\x8e\x78\x31\x3b\xf0\xf6\x39\x61\x5c\xe2\xf9\x49\xec\x70\xce\xda\x2e\x6e\x17\xa8\x1e\x26\x23\x2d\x31\x28\x8f\xc1\x30\xaf\x81\x00\xac\xde\x67\xe3\x24\x90\x5a\xae\x4a\x84\xd4\xc0\x12\x5b\x76\x15\x9b\x42\xa2\x5c\xa0\xe6\x3f\xa0\xb4\xc8\x1f\xf1\x4a\x61\xe1\xd3\x66\xe0\x98\x1d\xac\xc1\x0b\x44\xa6\xc3\x5c\x3a\x24\x9f\x12\x91\x84\x03\xd4\x4c\x66\x84\x7a\x38\x1c\xc7\x67\x6f\x7c\x74\xec\xf1\x43\xae\xa7\x2f\xeb\xf9\xf1\x23\x9a\xda\xe4\x41\xac\x44\x87\xe3\x0a\xd6\x05\x23\x19\x73\x69\x84\xe4\xea\xe5\xd2\x0f\xe3\x1e\x8a\x35\x1f\xe3\x20\x03\xae\x2b\x03\xe5\x2f\x53\x6a\x61\xc1\xf8\xb0\x52\x2b\xc5\x75\x03\x70\xa1\x9f\x93\x91\x70\xc6\x80\x64\x93\x61\x7b\xd1\xc2\x35\x2d\x38\xf3\x5d\x62\xe2\xca\x28\x8c\xd2\x1f\x08\x16\x81\xfe\x70\xac\x64\x59\xb2\x30\x25\x1a\x94\xe3\x3f\xd9\x28\x13\x6f\x42\xf1\xd2\x44\x6d\xb1\x7a\xd8\xf5\xac\xc1\x02\x55\x92\xac\x3b\x0e\x8b\x90\x08\x2c\xd2\x8f\x03\xd9\x31\x1f\x45\x20\xe3\x5d\x5d\xc0\x27\x9e\x2f\xdd\xc8\x59\x20\x45\xe2\x65\x00\xff\x5c\x3a\x01\xae\xc6\xa7\x07\x28\x32\x2c\xab\xc2\x8c\x6a\x4e\x2c\x59\x62\x2c\xa2\x17\xd7\xb0\xb6\x94\x3a\x37\xb1\x14\xbd\x9a\x27\xe9\x0c\xf0\x7a\xc5\x29\xb0\x98\x49\x92\x17\x9b\x9b\xce\x90\x29\x54\xaa\x25\x2f\xe6\x51\x85\xe6\x30\x56\x66\x57\x86\xf1\x39\x04\x17\x89\x36\x38\xa6\x70\x93\xf8\x22\xef\x92\x2b\xa5\x15\x19\x83\xb4\x7f\x4e\x72\xd6\xa9\x79\x89\xb5\xdc\x80\x53\x48\x58\x3d\x7b\x4c\x90\x24\x8a\x2c\xe3\x24\x42\x82\xfd\xb1\xc2\x29\xb9\x9f\xc7\xfa\xf2\x8e\x5b\xe7\x2c\xaf\xe2\xb6\x82\x8d\x9f\x8c\x71\x98\x8c\x31\x0b\x0e\x54\xcd\xdc\x55\x77\xa1\x7d\xf5\xb9\x78\x37\x26\xab\xd2\xa3\x56\xd3\x12\x60\x0c\x4b\x27\xe6\x94\xee\x49\xd1\xcb\xa0\x99\xcd\x92\x1c\x1e\x1e\x77\xb3\x3c\xc8\xde\x15\x4c\x02\x3e\x5f\x72\x2b\x40\x26\x59\x38\x29\x90\xfe\xa4\xd1\x0c\xa9\xdf\xbc\x91\xb8\xbe\xb8\x2f\x29\xec\xd5\xa2\xbe\xcc\xd9\x00\x93\xa2\xeb\xf1\x39\xb9\x15\xbc\x44\x4d\x19\xad\x57\x16\xfd\x87\x0a\xc9\x7f\xb8\x2e\xc1\x9f\x9c\x8d\x74\x94\x13\x84\x64\xbe\x17\xcb\x52\x3d\x43\x86\xd5\xc1\xb8\x20\x42\xdf\x18\x27\x01\x43\x9c\x40\x45\x52\x9b\xc6\xa8\xf4\x95\x69\x9d\xa9\xed\x41\xa8\x2f\x88\x1e\x03\xba\xb9\x58\x74\xcc\x1b\x33\x80\xa9\x52\x9a\x42\xf9\xed\xe2\x87\xe4\xb5\xb5\xfa\xb6\xa2\x64\xfe\xfc\x3d\xa6\x02\xcb\x13\x96\xe3\xf7\xa2\xfc\x39\xa6\xf6\xa5\x3a\x0a\x91\x42\x92\xab\xf1\x8c\x25\x40\xe2\x4a\x4b\x2e\x7d\x53\x1a\x23\x37\x7d\x4f\x53\xc7\x2f\x6c\x85\x2a\xcf\xf8\x0d\x6e\x24\x79\xc7\x0b\x34\xac\xf5\x9c\x28\x50\x1c\x9f\xbc\x95\x60\x03\xfa\x13\xda\x50\xd4\x56\xb7\x74\x62\x10\x27\xfd\x70\xa4\xdb\x91\x19\x5a\x69\x03\x4a\x99\xa5\x18\xbf\x14\xba\x1e\xe3\x46\xc4\x25\x06\x54\x7d\xd9\xb0\x89\xce\x50\x2b\x79\xbd\x9d\x23\x14\x26\x64\xe1\x5f\x6d\x76\x18\xce\x09\x21\x3b\x17\x4e\x91\xeb\x74\xc5\x69\xf2\xbd\x16\xce\xf5\x75\x82\x2d\xd5\xc0\x84\x39\xa4\xaa\x72\xb3\x96\xbb\x5f\x71\xea\xa9\xfe\x0b\xe7\xff\x3e\x80\x16\xb4\xa1\x67\x65\x4c\x1d\x1d\x99\xe3\xa6\xbd\xe5\x1c\x06\x8e\x55\x38\x23\xae\x41\xf5\x64\x52\x2d\x2a\xc6\xd8\xd4\xd9\xd1\x48\x85\xd0\xee\x73\x62\x2b\x6d\x07\x6e\x26\xee\x70\x63\x14\x43\x95\x49\xa0\xba\x45\x40\x69\xcd\xda\x65\xc7\x71\x56\x1e\x7f\x55\xb9\xe4\x35\x53\x48\xa8\xc0\x50\xa0\x94\xdb\x46\xfa\x87\x0c\x1e\x29\x1a\x57\xbd\x93\x48\xd6\x5e\x50\x1d\xa5\xa7\xdc\xe4\xc5\x95\x69\x28\x7e\x79\xb4\xe9\x0b\xd2\xa0\xa6\x19\x22\x67\xc1\x35\xcd\xbb\xfc\x66\xf3\x40\x0c\x9c\xb5\x3d\x1b\xea\x1f\x1b\x7b\x93\x4c\x70\x9b\xee\x62\x66\xae\x97\x4f\x33\xb5\x01\x79\x92\x8d\xf3\xab\x34\xcb\x27\xc6\x8e\x29\x05\xe0\x81\x78\x32\x57\x8d\x32\x72\xee\x78\x92\xdc\x99\xaf\xb5\x29\xa7\xbb\xe5\x53\x81\x4f\x17\x4c\x4b\x7c\x28\x0e\xcd\x52\x74\x0d\xf5\x8f\xcd\xbf\x27\x95\x02\xdd\x38\x67\x66\x6a\xdf\xf2\x34\xd7\xc7\x8f\x4a\xb5\xbe\x09\x8e\x54\x44\x32\x02\x85\xfb\xa2\xa6\x95\x28\x1d\xc4\x98\x15\x9f\x58\x2a\xe6\x70\xc5\x8b\x06\xe8\x17\x47\x25\x32\x18\x0c\x5c\x3b\x8c\xc5\x23\xd2\x78\xc3\x49\xe0\xcf\x3b\xd0\x8b\x02\x07\xe2\x44\xba\xf8\xae\x8e\x13\xa2\x9d\xc1\xee\xe0\xa3\x87\xe3\x5d\xfb\x16\x4d\x17\x45\x41\x89\x2c\x18\x11\x21\x21\x73\x70\x1e\xea\x70\x46\xbe\x64\x19\x2a\x4e\xb6\x4a\xcc\xa2\x1c\x0e\xb8\x39\x30\xef\xd7\x0e\xbc\xd9\x98\x10\xc5\x93\x8f\xfb\xef\xde\xfe\xfb\x4c\x19\xa2\x98\xae\xff\x9c\xc2\x5c\x93\x43\xf5\xe2\xb9\x49\x06\x31\x96\xf1\x9a\x7a\x1a\x4d\x0e\x99\x10\x3b\x38\x96\x31\xb7\xce\x4b\x56\x18\x8f\x22\x88\x07\x45\x37\xb3\x5d\x33\xf3\x74\x5d\x98\x26\x44\x0f\xfe\xb8\x88\x8f\xb4\x11\xeb\x5c\xae\x97\x8c\xaf\xa6\x9f\xbc\x7b\x7b\xfe\xeb\xd9\xa7\xb7\xe7\xef\x8f\x4f\x4e\xcf\x3f\x9d\xbe\x3d\x7e\x75\x76\xfa\xba\x92\x41\x37\x16\x44\x3b\x39\x43\x38\xd7\xb3\x44\x40\xa9\x00\xa4\x2c\xc2\x61\x8d\xb8\x2e\xcd\xc4\xe1\x26\xda\xf5\x63\x10\x8b\xf4\x5e\x9b\x4e\x7a\x0a\xa6\xb0\x97\x4e\x4b\xae\x91\x9d\x27\x90\x9b\x03\x3f\x6f\x80\x45\xb9\xc1\x55\x4d\x45\x53\x6d\x7f\x19\x0b\xcb\x0a\x9c\x45\x33\xa3\xe6\x1d\x01\x8c\xc3\x93\xe6\xc7\x40\x7f\xbb\x73\x9c\xe9\x51\x55\xf6\x9f\xba\x28\x5d\xc8\xc4\xc9\xe5\xeb\x75\xbd\x67\x01\xef\xab\xe6\x8d\x53\x62\x48\x60\xe9\x5c\xfb\xaa\xf1\xaa\x70\xef\x3c\x3f\x72\x2c\xc8\xc5\xe2\x87\x42\xfa\xa5\x54\x56\x36\xab\x15\x29\x94\x5f\x82\x0d\x1c\x93\x3a\x60\x12\x09\xc6\x63\xb9\x83\x12\x89\x89\x32\xb7\xe5\x97\x14\x89\xb5\x00\xef\x9a\x2a\x0e\x48\x5f\x58\x31\x69\x21\xd9\x66\x37\x23\x53\xe1\xca\xf1\xec\x4d\xd9\xf6\xff\xfa\xdb\x15\xfc\xe7\xfb\xcf\x13\x75\x66\x02\xae\x48\xae\xbb\x8e\x77\x45\xff\xe4\xd6\xbb\xdb\x45\x1e\xc3\x9f\x1d\xcf\xae\x16\x21\x70\x98\x19\x20\x60\x64\xb5\x5b\xc9\x90\x2f\x8e\xd1\x50\xe5\xc6\x96\x42\xb4\xd6\x15\x79\xd5\x24\x03\xba\xb3\x30\x3d\x58\x29\xc0\xb8\x84\x83\x9e\x57\xad\xae\xd0\xec\x4b\xc4\x27\xe2\xfc\xcc\x6a\x41\x87\xab\x26\x50\x1f\x00\x7d\x0e\xbd\x25\x21\x02\x15\x25\xcc\x2f\xcc\xc2\x88\x56\x48\x6c\x6b\x30\xd7\x31\x11\xfb\xbc\x37\x76\x2f\xcd\x6a\x40\x77\xbc\x69\x00\xc3\xb0\x33\x35\x23\x78\x63\xde\x36\x84\x88\xae\x69\x6f\x70\xbb\x1a\x69\x37\xd4\xa0\x17\x2b\xbe\x1a\xe9\x4f\x8b\x02\x73\x32\x71\x2c\x2d\x3e\x6f\x69\xa4\x7c\x70\xa8\xf9\xcb\x28\x74\x6c\xa8\x45\x33\xa8\x9d\x20\xb6\xa0\xbf\x69\x73\x18\xce\xb4\xc8\x4f\xee\x75\xbc\xbc\x5b\xbb\x65\x61\xd7\x4b\xd2\x29\x8a\x37\x89\x58\x1f\xf5\xa6\x8d\xd3\xea\x63\xd2\x76\x42\x2f\x14\x28\xa4\x59\xbe\xe7\x41\x2b\xea\x60\xea\xd9\xfc\xec\xb3\x08\x64\xf9\xf3\xf9\xd2\x73\x2c\x33\x82\x18\x2e\x5e\x49\xdd\x5a\xb4\x52\x8e\xfe\x97\xb8\x5f\xf9\x35\x07\xfe\x12\x4d\xc7\x9f\xc4\xc3\x8c\xa7\xc0\xde\xf8\x25\x8c\x6e\x20\xf4\x34\xdb\x99\x4c\x60\x00\xbd\x88\x4e\xc4\x36\x23\xd3\x82\x5e\xdc\x7d\x57\x19\x30\x5a\xde\x34\x00\x54\xae\xcd\xd2\xe9\x9f\xa5\x56\x64\x2c\x0e\xea\x2d\xf7\x44\xec\xb8\x0e\x91\x82\x14\xbc\x3b\x84\xf1\x08\x23\x5f\xae\x5d\xb1\x01\x0b\x3a\xfe\x77\x7c\xe9\x2f\xa3\xd4\xd2\x7e\x42\x2b\x2d\x99\x84\x6a\xcd\xad\xb4\x0c\x92\xa6\x85\x05\xa1\x78\xfb\x2b\xb3\x72\xce\xf9\x8d\x57\x34\xd2\x01\x57\xc9\xe7\x14\x9b\x00\x9d\x6a\x6f\x36\xbc\x86\x6e\xac\x8e\x75\x62\xd9\xb0\x23\xdd\x18\xa6\xc2\xfe\x50\x73\xaa\x97\x96\xd9\xe4\xd2\xb3\x61\x10\x46\xa6\x67\x77\x14\xcf\x65\xf4\x10\x3f\x59\xdc\x34\x95\x97\x72\x5b\x4d\x04\x47\xe4\xac\x5b\xcf\xf7\x60\xa2\xd0\xb8\xd0\x0c\xbc\x0e\xd1\x26\xf3\x12\xf7\x93\x16\x4d\xda\x60\x64\x5e\x12\xcd\x59\xef\x18\x52\x2f\xb1\xc8\xa1\x39\x65\xc6\x2e\xd8\xcb\x04\xbd\xa7\x76\x86\xd7\xef\x4e\xce\x3f\x9d\x9d\x1e\x7f\x78\xfb\xe9\xd7\x0f\x67\x29\xba\xd2\xf0\x45\x02\x38\x92\xa3\x82\xe2\x51\x20\x0c\x35\xcf\xf7\x17\xd0\x83\x81\xe6\xf9\x01\x9c\xc0\x20\x20\x85\x76\x86\xb4\xb4\xb9\x0e\xf4\x4f\x97\xae\x59\x62\xf2\x9a\x76\x16\x53\x4a\x9b\x2e\x1d\x1b\x66\xad\x94\xcc\xca\x04\xca\x75\x90\x95\x1d\xdf\xc8\xea\x88\x39\x4b\x5e\x0f\x55\x97\x03\x6a\x23\x47\xc4\x15\x32\x3d\x6a\x40\xb8\xfe\x18\x2c\x6e\xfb\x56\xb8\x31\x1c\x9e\xc7\xdb\xfd\x47\xe3\xed\xd7\xbe\xb5\x8c\x29\x8d\x6c\x98\x0d\x30\x77\xe9\x37\x95\xa5\x44\xa4\x07\xf0\x2e\x9a\xc1\x80\x6e\x55\x08\x5b\x4e\xb5\x0a\x33\x37\x1b\x25\x78\x11\xbf\x95\x67\xb3\xe9\x96\x31\xfb\xb9\xf4\x59\x23\x5f\x96\x51\x4f\x56\x13\xba\x82\xcc\x2d\x64\x92\x4a\xfa\xde\xb7\xcb\x2b\x85\x64\x5a\x23\xcb\x64\x28\xcb\x8f\xcd\x39\xa5\x8f\x3a\xdf\x2e\xd7\xe4\x92\x68\x8d\x1c\xa3\x38\x23\xae\x89\x5b\x72\xaa\x1d\xc9\xcd\xad\x50\xff\xa9\x5a\x65\xc6\x12\x23\xcf\x3f\x54\xae\x62\x28\x2d\x30\x93\xd6\xa3\xaa\x91\x1b\x86\x91\xed\xf0\xc0\x6c\x83\xfd\x1d\x2c\x46\x82\x78\x41\x3c\x3f\xea\xa0\x50\x0c\xe4\x08\x41\x9f\x72\xa3\x30\x6e\x9c\x68\x86\x2a\xde\x00\x7d\xb6\x9c\x9b\x1e\x2e\xf8\x14\x39\x91\x0b\xe3\x8f\xd5\x3d\x28\x89\x9f\x62\x43\xfc\x26\xd7\x1b\x05\xb1\xfd\xc6\xf9\xfd\xe6\x66\xea\xfc\xa4\x76\x9d\x98\x0b\x47\x07\xba\xed\x84\xe6\x25\xc2\xcd\x83\x9f\xa1\xb5\x44\xf5\xbc\x2c\xd3\xb3\x90\x44\x99\xc3\x30\x34\x51\xa6\x94\x95\x05\x26\x74\x00\x74\xdb\x8c\x4c\x0c\x9a\x4d\x6d\x6c\xb6\x85\xea\x1c\x85\x0b\xd3\x4a\xc0\x98\x01\x0d\xa1\x03\xfa\x4b\x73\x19\xf9\x13\x27\x29\x51\x8e\x42\xba\x02\x4b\x4e\xcf\xa2\x00\x53\xd4\xd9\x87\xd8\x3e\xfe\x3b\x1c\x03\xfd\xea\x9a\x56\x79\x42\x97\x76\xc9\x4f\x7b\xe4\xef\x7e\x5a\x9e\x72\x18\x99\x59\x22\x97\x94\x91\x34\x0e\x2a\x67\x31\x96\xb0\x38\x5a\x3e\xf2\xf8\x55\x77\x02\xf4\xf9\xcc\x47\x03\xa5\x3e\xde\x04\x4e\x04\xb5\x2b\x14\xa2\xc2\x17\xaa\xc1\xc5\x7a\xe3\x57\xa2\x8f\xab\x16\xd1\xa1\x42\x8b\x01\xa0\xa3\xb2\xec\x09\x94\xb8\x82\x54\xb8\x3b\xfa\x96\x0a\x0b\xb1\x1b\x22\xfe\xf7\x10\x5c\x0c\x0e\x04\x35\xc1\xe0\x4f\x7d\x64\x2e\x88\x43\x61\xfa\xe4\x97\x61\x60\x1d\x70\x74\x70\xc2\x13\x04\x39\xb6\x42\x0c\x04\x0b\xfb\x24\x75\xe3\xe3\x66\x51\x7e\x61\x04\x3f\x2b\x32\x04\x19\xf5\x29\xd6\x29\xd0\x7f\x46\x55\x9e\x80\xae\xcd\xcc\xb0\x43\x01\x6f\x3d\x56\xeb\xa9\xac\xab\x8d\xdc\xf6\x33\xbc\xd5\xfc\x40\x9b\xb0\xf2\x31\x99\x75\x1f\xf1\xf3\x18\x2f\x96\xe8\x01\x68\xdd\xf9\x16\xaa\xbb\x94\x7c\xc6\x93\xeb\x83\x54\x99\xa3\x64\x2e\x64\x0e\xf1\xda\x38\x88\x35\x38\xa9\x9a\x96\x31\x04\x03\xa0\x9b\xb6\xed\x90\x42\x81\x8c\x7b\x24\xb8\x5a\x05\xf3\xc8\x79\x94\x64\xa8\x7c\x91\x1c\xd5\xac\x87\x20\xd6\x6b\x10\x38\x2e\x4d\x14\xce\x27\x04\x14\x40\xfd\x3f\xfa\x1a\x46\xa3\xd3\x4c\xd2\x2a\xd0\xa0\x67\x6b\xa6\x76\x05\x6f\xb1\xdb\x85\x3e\x68\xf9\xb6\x10\xef\xb5\xc3\xa8\xbe\x72\xe1\xed\x41\x8a\xf5\x15\x2e\xe6\x8a\xaf\x23\xc9\x49\x2f\x4a\xec\x96\xdb\x63\x0d\xec\x28\x4d\x52\x35\xe2\x87\x32\x61\xfc\x55\x77\x25\xa9\xbb\x91\x3f\x9d\x66\xc4\xd8\x65\x2f\xcf\x42\x45\xde\xe0\x16\x43\x1f\x31\xec\x7f\x42\x12\x19\xb4\x17\x6f\x0c\xd0\xba\x82\xb6\xbc\xa2\x77\xc1\xfe\x38\xf9\x91\x63\x51\x04\xc6\x4c\xb7\xaa\x6a\xec\xdd\x47\xbc\x8b\xda\xbc\xf4\x3f\x8b\x82\x10\x29\x60\xa2\x80\xcb\xd1\xb0\xb3\xc5\xc4\x09\x65\xda\xac\x87\x8b\x44\x47\xfe\x62\x4a\xc8\x3e\x44\xfb\x05\xae\x84\x50\x5f\x46\x12\xe4\xe9\xca\x52\x32\x8f\x04\x14\xcd\x5a\x6d\xfb\x4a\x5e\xef\x8a\x4e\x29\x9d\x86\x2f\xd9\xb0\x03\x6d\x27\x8a\xe7\x23\xa1\x9c\x33\xa0\x16\xbe\x0a\x98\xef\x5d\xc1\xdb\x25\x2a\x0d\x4c\xcb\x54\x56\xda\x05\x53\x10\xe0\x1c\x59\x7f\xcb\x28\xc9\x97\xc7\x9f\xac\x80\x03\x53\x7c\x0a\xc3\xa8\xca\x38\xd6\xe8\xd2\x8b\x59\xc1\x0c\xa0\x49\xd7\x1b\xb7\x15\xc9\xe9\xaa\xca\x9d\x7b\xcc\x56\x2d\x83\x30\x57\x02\xa2\x97\x5b\x82\x8d\x68\x1e\x46\x85\x57\x50\x72\x5b\x50\x21\x84\xd4\xdf\x64\xd4\xb5\xfa\x6b\xa8\x4a\x45\x45\x81\xf8\x7d\x8c\x95\xca\x5a\x75\xf7\xb8\x5c\x46\x11\x91\xcf\xbb\x20\x79\x19\x69\x58\xc9\x84\xe8\x4e\xf8\x3e\x70\xc2\xc8\xf1\x20\x2b\x06\xc6\xff\xf8\xc6\x43\x78\xbc\xc2\x6f\x8a\x77\x4c\x94\x8b\xe4\xec\xc1\x02\x8e\xcd\xeb\xb4\x40\x29\x1f\x9d\x2a\x4e\x28\x05\x78\x24\x9d\x41\x86\xd2\x04\x84\x01\x4a\x04\x51\xcc\x85\x4c\x02\x61\xe9\x0a\x1b\x03\x3e\xdc\xd5\x30\x70\x6c\xda\xab\xde\xbe\xcd\xcc\xb7\xa9\xd2\x2f\x1b\x79\x59\x07\x40\x80\x1b\xe8\xd8\x8e\xe9\xfa\x53\xb6\xe1\x51\x83\x01\xca\xad\x2e\x53\xd4\xfe\x0a\xde\xfe\x50\x17\xb3\xa0\x04\x1c\x48\xed\x72\x8b\x06\xff\x7e\xb9\xa2\x32\xa4\xe6\x39\xd9\x7c\x8a\x5e\x1a\x56\xf4\x92\x86\xf0\xae\x23\xed\x50\x7b\x1c\x67\xd0\x3a\xf7\xa9\x13\xee\xeb\xa4\xdf\x72\x35\x88\xf6\xea\x57\x65\x24\xef\xb4\x26\xe9\x0e\x00\x99\x46\x47\xc0\xa5\x90\x39\x04\xe8\x2f\x13\x83\xd3\x4b\x8b\xb1\x31\xcd\xb9\xa4\x51\x0d\x7d\x30\x4c\xa9\x22\x79\xf3\x1e\x80\x21\x50\xd7\xfa\xaf\x9c\x68\x57\x2a\xa4\xa7\x50\x80\xf4\xe5\xbd\xb8\x6a\xb5\xa8\xf4\xef\xd9\xd6\xda\xa4\x3a\x7f\x20\xd6\xdc\xf7\x3d\x66\xd4\x4b\x98\x56\x37\x23\xff\x52\x27\xc7\x20\xd4\x2d\xf4\x22\x64\xad\x9d\x44\x9d\x28\x70\xe6\xf1\x67\x33\x8c\x78\x53\x2f\xfa\x0f\xb2\xef\x31\xf3\x1e\x67\xcc\xa3\x55\xdb\x91\x29\x2f\x31\x1d\xe9\x96\xe9\xe1\xc1\xb8\xb0\x4e\xa4\xbc\x60\x57\x6d\xd8\xd4\x0b\xa0\x17\xab\xee\xc1\x11\xbe\xd5\xf1\x90\x69\x96\x44\x57\xb6\xf4\xcb\xc8\x37\xf5\x36\x88\x49\x74\xf4\xbc\x07\x28\xea\x41\x82\x4e\x4f\x40\xfc\x19\x16\x7e\xb7\xdb\x35\x83\x29\x0a\x1c\x08\xdb\xf7\x80\x12\xbe\xc2\x03\xf8\x3a\xff\xc0\x3d\x20\xe8\x46\x47\x77\x58\x97\xe5\xc0\xf1\x41\xd4\xbe\xc3\xd6\x60\x6f\x14\x75\xa7\x30\x7a\x6d\x46\x66\xab\xfd\x2c\x0a\x6e\xef\xa2\xee\xcc\xf4\x6c\x17\x9e\x5e\x43\x2f\x6a\xc1\xf6\xbd\x65\x46\xd6\xac\x15\xd0\x27\xa2\x11\xec\x62\xd7\xd0\x33\x17\x46\x9a\xf9\x2c\xbc\x71\xe2\x1b\x22\x94\x9f\xdc\xbe\x43\x09\x8e\x58\xdd\x3e\x4a\xb0\xfd\x3d\xaa\xdc\x62\x64\x7f\x42\xbf\x2e\x59\xce\xad\xa8\x8b\x9e\x68\xb7\x9f\x5d\x06\xd0\xbc\x7a\x86\x1a\xe1\x4c\x43\x47\x26\x79\x67\x53\x18\xb5\xe2\x16\x28\xe7\x75\x7f\x86\xb7\x7a\x1b\x08\x1d\xc5\x97\xc0\xff\xfe\xd7\x9d\xbe\xa3\x3f\x1f\x8d\xcc\x1f\xcc\x23\x5d\xbf\xff\xaf\x3b\xd2\xc7\xfd\xff\x0a\x9d\x20\x3e\xe6\x06\x8a\x1b\xc7\xdc\xfd\x1c\x8d\x35\xfe\x4c\x1f\x21\x92\xed\x28\x9a\x05\xfe\x8d\x16\xdc\xc7\xff\x6a\x9b\xfd\x37\x09\x45\xf5\xcd\xdf\xff\xe7\xf6\xec\x57\xf3\xc7\x5c\x14\x55\xea\xc6\xa4\x7f\x99\xd1\x9d\xd9\x41\x98\xcd\x1f\xe8\x21\xf4\x6c\x6c\x6c\x5f\x04\x30\x0c\x4f\x08\x2c\x48\x1a\x16\x22\xc1\x66\x7d\xc9\xd0\x41\x08\xa4\x02\xe0\x80\xfd\x89\xa4\x51\x39\x13\x22\xf3\x72\xe9\x9a\x81\x04\x9f\x2a\xa0\x2d\x5c\x5d\x63\x9c\xd4\x31\x02\x58\x30\x06\xe3\x54\x5a\x50\x1f\x18\xc3\x46\x2d\xf7\xd5\x91\x8a\xa8\x96\x28\xe2\x1e\xbe\x25\x0d\x36\x0e\x6d\x1f\xf8\x37\xb5\x46\x67\x73\x56\x1b\x51\x6f\xc5\x67\xc2\x1f\x89\xc1\x75\x0c\xf4\x09\xb5\xc5\x4e\x1c\x97\x2f\x1d\x9a\x93\xe7\x6a\xea\xb2\x2f\xdc\x90\xea\x27\x28\x7b\xb2\xad\xee\xd5\x75\x97\xf5\x87\xbf\x42\xdb\x89\x84\xe2\x93\x86\xca\x0e\x2d\x1e\xcb\xd3\xe1\x82\xfc\x63\xb8\x95\xdd\xb4\xfd\x74\x47\x57\x1e\xda\x95\x07\xf2\x26\x5e\x5e\x6d\xe8\x3a\x7d\xe1\x2f\xfc\x6b\x14\x3a\xeb\x2d\x59\xbb\xf0\xf3\xc2\xf4\x6c\xb4\x84\x05\x6f\xda\x15\xbc\xbd\xf4\xcd\xc0\x3e\x26\x15\x76\xe5\x37\x21\x99\x87\x99\x16\x46\xe9\x82\x0a\xa4\x8b\xf6\x49\xe9\x68\xd1\x1b\x33\x20\x31\xe1\x49\xfc\x50\x15\x7d\xb2\x04\xd5\xa2\xc0\x99\x4e\xab\xc3\x87\xfd\xe2\x07\x30\xa7\x22\x42\x26\x36\x5d\x63\xb9\x04\xc9\xe9\xac\x27\xe7\x91\xe5\x79\xf5\xd4\xce\xbc\x92\x96\x4a\xbd\x30\x32\x26\xdf\x44\x6f\xea\x39\xb1\x2e\xca\xb8\x98\xc7\x5b\xf4\x99\x3d\xfc\xe6\xc0\x1b\x1d\xe8\xa7\x5c\x9b\xd9\xe7\xa9\x82\x7c\xb3\xa2\x10\xa3\x04\xb9\xb0\x90\xb6\xbc\x83\x11\x9b\xd2\x2f\x08\x84\x67\x55\x8a\xeb\xc8\xa4\x8c\xb6\x68\xdc\xc8\xc1\xb8\xfc\x11\x52\xe5\x8f\xe1\x3b\x2f\xf4\xc6\x1c\xc4\xca\x44\xac\xa6\x43\xbb\x63\x4a\x3b\xb7\x80\x27\x98\x81\x80\xc4\xa2\xa6\x29\x8f\x93\x4d\x17\x60\x00\x3e\x90\x88\x49\x70\xd1\x03\xbd\x2a\x70\x47\xbd\x54\xca\x4a\x3f\xde\x1b\xd8\xb6\x5e\x2b\x39\x45\xe9\x8e\xa1\xb0\x84\x29\xb8\xc7\xbc\x53\x68\x86\xa5\x2d\x6b\xd4\x18\x8f\xb0\xb9\x31\xd3\xf7\x5e\x84\x52\xa8\x95\x45\x2a\xfc\xf9\x37\x0d\x7a\x51\x70\x9b\xc6\x29\xcc\x5d\x5b\x8d\x11\x28\x61\x94\x7a\x09\xb8\x7d\x75\x02\x6e\x45\x92\xd2\x6a\xde\x7c\xad\x83\x2c\x68\xd3\xba\xb0\xc4\xc2\xea\x93\x17\x9d\x64\xb0\xea\xab\xa4\x06\xb6\x48\xa1\x1a\xa6\x92\xfd\x52\x65\x3a\x64\xfb\x7b\x81\x02\x60\xf4\x53\xc8\xfc\x52\xd4\xe2\x8a\x33\x56\xe0\xa9\x16\xf1\x50\x66\xaa\x60\xcd\x07\xb2\x5e\x70\xf3\xaf\x13\xcb\xcc\x89\x1f\x50\x5d\x60\xaf\x7a\xc9\x30\xfe\x1f\xb6\x19\x3f\x12\xe9\x14\x06\xae\xfc\xd0\xc4\x9a\x17\x0f\xe3\x35\x9c\x07\x74\x5a\x66\xdf\xaf\x1f\xf7\xf9\xf5\x2a\x5a\x7d\xa2\x48\xad\x40\x42\xd9\x82\x9a\xb2\x5d\x83\x7d\x70\x50\xa2\x32\x59\x21\x70\x6a\xda\x18\xac\x60\xbf\x32\x45\xc7\x90\x0d\x75\x16\xc0\x49\x27\xf2\xf9\xa2\x63\x7f\x2e\x21\x72\xe6\xa3\x2f\x25\x4a\x8d\xa1\x52\x61\xa2\x81\x15\x55\x9a\xa7\x5f\x90\x75\xd5\x32\xbd\x7a\x36\xd2\x95\x00\x4f\x1b\xad\x20\x76\x75\xbd\x81\x18\xa7\x8b\x8f\x97\xbf\xfc\xf4\xe3\x8f\x37\x5b\x8c\xd3\x3a\x18\xa7\x57\xd7\x8d\x81\x9b\x0e\x13\xdd\x6a\x0b\x6e\xca\x6c\x2e\x8a\x52\xa2\x57\xd7\x8d\xc3\x9a\x1a\x0a\x58\xb8\xf2\xb8\xa6\xc2\xd3\x0d\x01\x9b\xd6\x9f\x7c\x0d\x48\xd3\xb2\xd3\xcf\xc2\x34\x2d\x4b\x80\x27\x04\x6a\x9a\xc4\x83\x6e\x51\x4d\x73\x15\x85\x2d\xaa\xe9\x16\xd5\x74\x8b\x6a\xba\x45\x35\x7d\x6a\xa8\xa6\x8a\x72\x75\xc2\x97\x4d\x47\x35\x3d\x14\xae\x3d\x16\xa8\x69\xd6\xce\x4f\x7e\x1d\x24\x83\xcc\xb2\x79\xa9\x99\x7b\x8b\x6a\xfa\x2d\xa0\x9a\x5e\x91\x94\xf7\x06\x31\x4d\x51\x93\xdf\x18\xa2\xa9\x78\x26\x88\x29\xb0\x05\x32\xad\x24\xeb\x93\x13\x51\x12\xcf\x81\x0e\x6b\xcd\x94\x20\xd2\x25\x14\x53\xbc\x02\x30\x72\xe9\x5d\x7c\xf0\xb8\xbf\xa7\xab\x20\x5b\xf4\xf7\x15\xa2\xbf\x9f\x66\xfc\x86\xe0\x46\x57\x38\x93\x22\xfe\xe3\x51\x45\x05\x60\xd6\x1c\x96\xdc\x02\x86\x6e\x01\x43\xbf\x11\xc0\xd0\x9f\xe1\x6d\x01\xc6\x62\x1a\xba\x48\xb2\xb9\xb0\x76\x0a\xa0\x15\x15\x98\x40\xca\x96\x1c\xcf\x2e\x85\x78\x29\x2e\x76\xd4\x05\x5a\xf1\x85\x43\x8d\x3b\x28\x85\x69\x99\xd5\xc3\x16\x1c\xf2\xc9\x80\x43\xf2\xb2\xa5\x04\x56\x14\x77\x78\x58\x09\x02\x8a\xef\xb6\x08\x1e\x29\xb5\x04\x0d\xe9\xea\x06\xc1\x91\x55\x9d\x97\x02\xef\x89\xbf\xbc\x39\xc0\x63\x95\x4d\x0c\x25\x19\xaa\xa2\x82\xbc\x56\x3e\x4b\x09\x56\x43\xbe\xbc\x2e\x80\xcd\x32\xa2\x7a\x1d\x1c\x98\x96\xf4\x46\xea\xfa\x43\xcf\x79\x0d\xbc\x99\xfe\xf9\xeb\x07\x21\x2b\x99\x71\xb5\x3e\x38\x32\x0a\x40\xc6\xaa\x6e\xad\x0d\x89\x4c\xe1\xad\x7f\xec\x00\x02\xd7\x37\x6d\xb8\x31\x91\x03\xfd\xbf\x9c\xf3\xfe\x4f\x83\x0c\x0c\x92\x2c\x7f\xba\x61\xb0\x58\x5a\xc1\x93\x8e\xe7\x46\x5c\xe8\x86\x6c\x11\x61\xea\xf7\xf5\x94\x06\xfd\x7c\x9e\xbb\x88\x13\x66\x51\xb4\x38\xda\xd9\xb9\xb9\xb9\xe9\xde\x0c\xba\x7e\x30\xdd\xe9\xf7\x7a\xbd\x9d\xf8\xce\xcc\x1f\xd1\xb3\x3b\x42\x4b\x47\x9f\x09\x5c\x4a\xfa\x11\xe3\xf0\xf0\x70\x27\xfb\x67\x45\x8b\x37\x8e\x1d\xc5\x6c\x38\x1c\x2e\x3e\xd3\x6b\x33\x88\x0f\x43\xc2\xc5\x6b\x07\xde\xbc\xf2\x3f\xeb\x40\xef\x69\x3d\x6d\x38\xd4\x86\x43\xf6\x13\x0c\x42\xcc\xfb\x46\xd7\x50\x9a\x88\x28\x51\xa6\x85\x9e\x44\xcb\x09\x2c\x17\xb2\x28\xaa\xb8\x4d\xfa\xc5\x8a\x3b\xef\xef\xb3\xaf\xf1\x22\xea\x93\x6f\xbb\x40\x8f\x02\xd3\x0b\x27\x7e\x30\xef\xf8\x81\x33\x75\xbc\x23\xad\xbf\xbf\xf8\xac\xf5\xc9\x14\x32\x2b\xb1\x94\xed\xd9\xa8\xd0\xb3\xd1\x68\xcf\xd2\x9c\x87\xc5\x93\x1e\xae\x6b\xd6\xf9\x7d\x1b\xcd\xf6\xdd\x17\xba\x66\x23\x51\x4f\x7b\xf1\x19\x75\xbf\x8e\x9e\xfb\x85\x3d\xf7\x1b\xeb\x79\x58\x65\xd2\xc3\x66\x67\x3d\xac\x32\xed\x61\xb3\xf3\x1e\x0c\x44\x3e\xcb\xeb\x7a\x30\x88\xd9\xac\x31\x0e\x37\xca\xf7\x6c\x18\x4d\xf6\x2c\xcf\xb9\x57\x3c\xe9\xde\xba\x66\x9d\xdb\x37\x9e\x76\x63\x7d\xb3\xce\x08\x8f\x1b\xb9\x7c\xd6\x8b\x79\xdc\x68\xac\x6f\xa1\x6b\xf6\x06\xd4\x5d\x2f\x3e\x23\xb2\xaf\x65\xd6\x05\x5d\xf7\x9a\xed\xbb\x0a\xc1\x0b\xe9\xad\x67\x5e\xac\xb9\xc5\xf7\x45\xe1\xdb\x2f\xbf\x20\xfb\xfd\xd5\x16\x64\x7e\xcf\xb9\x8b\x02\x77\xbd\xc2\xa2\xe8\xe7\xbc\xa2\x7e\xee\x3e\x1b\xbf\xa2\xfe\x0a\xdb\x6c\x3f\x8f\x31\x0b\xba\xee\x35\xda\xf7\xa1\xd0\xf5\x61\x5e\xcf\x87\x8b\xcf\xf1\xff\x9b\xe9\x77\xb0\x2b\x2e\xc6\xdd\x5c\xd1\xbb\x1b\x2f\xc6\xdd\x35\xf5\x9d\x3b\x69\xd4\x75\x63\xb3\x3e\xac\x30\xe9\xc3\xc2\x39\xaf\x5b\x0c\x1c\x08\xa3\x3d\xc8\x5d\x8b\x07\x8b\xcf\xda\x41\x53\x64\x32\xf6\xca\xf7\x6c\xec\x35\xd9\xb3\x34\xe7\xc1\x5e\xe1\xa4\x07\x7b\x6b\x9a\x75\x7e\xdf\x68\xda\xcd\xf5\x2d\x4e\xbb\x9f\x4b\xf1\x78\xd6\xfd\xc6\x28\x2e\xf6\x6c\xe4\x4e\x3a\xee\xd9\x68\x6c\xce\x83\xbd\x0a\x93\x8e\x49\xdd\xe0\xac\xa5\xbe\xf3\xa7\x8d\xfa\xce\x9f\x77\xe3\xa2\x60\x37\x6f\x5f\x36\xf2\x0f\xc0\xe8\x50\xb4\xc2\x0e\x95\xdb\xf7\xa0\xb8\xef\x41\x63\x7d\x1b\xfd\x0a\x3b\xb3\xd1\x5f\x71\x67\x16\xfb\x1e\x54\xe9\x7b\xd0\x6c\xdf\x86\xb8\x43\x1a\xb9\x1b\x95\x11\x6f\x91\xc6\x0a\xbb\xb3\xf4\xbe\xc5\x4d\xb2\x9f\xbb\x3d\xf7\xe3\x5d\xb2\xbf\xc2\xfe\x9c\xdb\x77\xfe\xbc\x51\xdf\xcd\xcd\x5b\xa2\x79\xfe\xbc\x11\xcd\xf3\xe7\xdd\xb8\x48\x38\xcc\x5b\x96\xf9\xec\xd9\x2f\x66\xcf\xd4\x70\xa5\x0b\xa9\xaf\x79\x5e\x85\xea\x26\x7c\xde\x5e\xfe\xf8\xb6\x7b\xeb\xaa\x13\x42\x8c\xdc\xbe\x49\x78\x18\xde\xf1\x3f\xfe\x7d\x78\x30\xfb\x9c\x87\x87\x51\x0a\x05\x23\x37\x87\xae\x18\x0e\x83\x22\x5e\x50\x58\x0c\x19\xe6\x82\xa0\x5c\x0c\xf1\x9f\x5d\x94\x0b\x12\x62\x0b\xb9\x5c\x10\x95\x54\x17\xdd\x5b\x07\x5c\x05\x86\x81\xa8\xe2\x31\x46\x4c\x9e\xe9\xf5\x48\xb8\x02\x91\x47\x43\xaf\x1b\x45\x59\x75\x70\xee\xe4\x18\x79\x44\xf6\xd4\x4b\x9b\x2e\xec\x59\xbf\x70\xed\xf3\x65\xa7\x0c\x31\x04\x2d\x13\x7b\x49\x47\x70\xfc\x81\x67\xba\xe1\x0e\x19\x65\xd8\x9d\x45\x73\xf7\xff\xa1\x63\xb6\x61\xe8\x4c\x3d\x56\x8d\x95\x80\x2e\xcd\xa0\xbb\xd0\xea\x21\x2f\x9d\xf9\xd6\x95\x76\x4e\xde\xac\x5a\xfc\xe6\x5d\xae\x9c\x59\x95\x55\x7f\x2c\xf5\x88\x9c\x58\xc5\x55\xdd\xc5\x0d\x14\xe7\x66\x09\xbd\x1e\x4f\x71\xb5\xb7\x15\x20\xdc\xd5\x2f\x37\xa9\xec\xa5\xdb\x56\xd7\xf3\x6d\x18\x76\xc3\x99\x7f\xa3\xa7\x86\x8d\xaa\xe1\xab\x6a\x06\xa9\x6f\xab\x8b\x42\x2f\x4c\xfb\xcd\xeb\x95\x48\x1d\x3f\x5e\x91\xd0\xaf\xe0\xcc\xbc\x76\xfc\x6c\x58\x90\x32\xfd\x26\x8d\x8c\xd3\x5b\x18\x09\x33\xc6\xb1\xb2\xbb\x28\x4e\x99\x3c\xf6\x1a\xba\x66\x9d\xac\xaa\xac\xb9\x90\xf6\x56\x98\x48\xbc\xbe\x92\x51\x55\x40\xe5\x50\x4d\xef\xe3\xc7\xb3\x06\x27\x87\x5a\x5b\x61\x6a\x74\x34\xd5\x27\x25\x65\xfe\x70\x6d\x9e\xcc\xa0\x75\x85\x63\x14\xbc\x69\x84\xd2\xfd\x7a\x2b\x05\x82\xa7\xa7\xfd\x13\x34\xdd\x68\xa6\x91\x9e\x9a\x10\x08\x42\x34\xa3\x0e\xb4\xd4\xca\xa7\x7d\xe5\xc6\x63\xd7\xab\x01\x9e\xb3\x32\x38\x14\x17\x52\x0d\x59\x0b\x13\x41\xdf\x14\x5e\x93\x96\x04\x4d\xae\x5c\x94\xdb\xc1\xc5\xd4\x4d\x5a\xc3\x89\x0c\xf7\x9b\x2b\xce\x6d\x88\x81\xdb\xbb\x8a\xe2\xdc\x48\xe3\xea\xa5\x6b\x74\xbf\x49\x48\x98\xbf\xab\xab\x02\x9c\xd4\x35\xab\x4b\x51\x73\xb5\x7a\xdd\xc5\x95\xbf\x74\x26\x81\x86\x15\xb3\x2a\x4b\xbf\xaf\x52\xef\xa2\x9f\x26\x39\x2d\xb7\xc6\x48\x9f\x47\xf4\x82\xd1\x24\x35\xc8\x4b\x8d\x66\xa0\x18\x8d\xaa\x18\x7f\xde\x4b\xef\x83\x01\x48\x47\xbf\xa9\xef\xad\x9c\x8d\xa7\xa8\x5d\x5a\xab\xf4\x78\x6e\xf8\x1b\x3b\x98\x24\x91\x6f\xff\xf1\x1d\x2f\x55\x23\x9c\x1c\x79\xb8\x92\xe0\x18\x52\x32\xa9\xa9\x83\x4f\x4c\x38\xfa\x6d\x1a\xd5\x2e\x83\x93\x71\xf8\x6c\xa4\x68\x78\xcd\xf2\xd0\xc2\x90\x36\xa9\x50\xf4\xde\x87\x57\x07\xff\xf9\xc7\x3f\xff\x55\xaa\x50\x74\xc9\x83\x31\xd9\xd9\x0a\xf3\x81\x0e\x89\x8a\x35\x44\xb9\x8e\xb5\x14\x8e\x03\xa0\xc7\xd4\xcc\x2b\x15\x2d\x1c\x3a\x71\xd1\xe8\xb1\x5c\x2c\x7a\x08\x36\xa5\x56\xb4\x90\x71\x93\xe8\x7c\x19\x67\xae\x26\x2a\x0f\xdb\x30\x32\x1d\xb7\x72\xe5\xe1\x9c\xb3\xa7\x5a\xf1\x4b\x67\x79\x58\xfe\xe2\xb6\x43\x44\x6c\x2a\xc8\x9a\x8e\x8f\x52\x00\x1d\x85\xc8\x89\x48\x05\x05\x91\x6b\x2b\x54\xea\xd1\x19\x87\x2b\xa5\xd4\x14\xe6\x8b\xb8\x0b\x51\xd4\x66\x07\x94\xba\x34\x88\x7c\xdf\x8d\x9c\x85\x5e\xbf\x68\x20\x3a\xde\x54\xcd\xb4\xa9\x4e\xad\xec\x93\x54\x05\xa2\x45\xd1\x6a\x1c\xb3\x3a\xb5\x3e\x7e\x3c\x5b\x3f\xad\x54\x47\xb3\x0a\x54\xba\xe4\x8f\xf0\x8f\x47\x2a\x6a\x04\x58\x3f\xbd\x32\xcd\x0d\x15\x88\x66\x25\x07\xca\xc7\x23\x19\x3e\x69\xae\x8b\x60\xf2\x41\x33\x2b\x01\x73\x97\x13\x9b\xe9\xb3\xef\x4a\x20\x5d\x8a\xed\x69\xbf\xd0\x06\x91\xca\x13\xcc\x7a\xa5\x15\xb6\x36\x5d\x2a\xf0\xc3\x99\x77\xc5\xc3\x76\xb5\x12\xc0\x68\x88\xa5\x4f\xaf\x75\xca\xf5\x6f\xc8\x29\x7d\x8d\x27\x74\xca\x2b\x1c\x38\x9a\xf2\x7c\xae\x42\x4c\xcb\xa9\x38\xbc\x47\x60\xb9\xa5\xb2\xc2\x7c\x8a\x14\x7a\xc1\x52\xe6\xbd\x21\x1d\xe4\x32\x8e\xb8\xc9\xc1\xbd\xd8\xdc\x5b\x0e\x69\x6b\x8d\xa7\xf6\xaa\x67\xf6\xdd\x0a\x55\x31\x56\x3c\xaf\xf7\x8b\x4f\xc8\xf2\x79\xbd\xc0\x1b\x51\xf7\xac\x9e\x5d\xb0\xba\xc4\x59\xbd\x2c\xa8\x58\x8d\x82\xb4\x75\x10\xc7\x94\x09\x69\xca\xc7\xb2\x8f\xe9\x01\x9c\x04\x30\x9c\x75\x02\x1f\x1f\xe1\x7c\x8f\x7b\x03\x8a\x7a\xb6\x14\xa9\x47\x9d\x72\x16\x9f\xcc\x93\x93\xfa\x8a\x67\xf4\x95\x8a\xd6\xe6\x01\x7b\x35\x71\x5a\xf7\xfc\xc8\x99\x38\x38\x35\x2f\xdc\x94\x63\xfb\x87\xab\x1f\x5f\xfd\xdb\xbf\x0d\xd5\xc7\xf6\x97\xac\x06\x25\xf6\x2f\x67\x9c\xc5\x55\xa5\xa2\xfb\x63\xc0\xac\x9c\x95\xab\x73\x28\x6b\x4f\xc7\x9d\x2f\x29\xdc\x4c\x1d\xc0\x82\x78\x9d\x7d\x9c\xb1\x0d\x5d\xbb\x31\x43\x6e\x13\xb4\xbb\x15\x8b\x74\x7f\x9c\xc1\x00\xa2\x46\x4c\x4f\x43\x20\xd3\x49\x6b\x8e\x37\xd5\xa2\xa4\xab\xac\xa6\x73\xf2\x48\xb3\xd7\x1f\xca\x10\x75\x26\xab\xae\x15\x05\x3b\x3e\x76\xb0\x47\x3c\x1b\xdb\x8c\xcc\x8d\x32\x6c\xfd\x76\xf9\xdb\x4f\xbf\xff\xfe\xda\x2a\x61\xd8\xaa\x89\x41\x46\xa7\x9d\x6d\x54\xea\x55\x49\xb6\x5f\x8b\x59\x89\xd7\x16\x44\x18\x32\x54\xd8\x3d\x37\xb2\x40\xbc\x5f\x85\xa4\x5e\xf2\x84\x53\x62\x66\x15\xb1\xcb\x84\x61\x66\xbb\x08\x95\xa7\x96\x0c\x97\x80\x10\x56\xd3\x93\xa1\x2b\xca\x6a\x4f\x45\x24\xad\x38\x56\x71\x54\x46\x6a\x54\xe5\x46\x50\xdd\xe8\x5f\x2d\xff\x9d\x6a\x0a\x3e\x5a\xd9\x1d\xb3\x8e\x3e\xa0\x90\x21\x9b\xa1\x0b\x78\xbe\x0d\x3b\x8e\x0d\xbd\xc8\x89\x6e\x77\xa8\x8c\xd9\x14\x29\xf7\xbe\xf7\xfa\xc7\xcf\xbf\xfe\x92\x91\x95\x4e\xd7\x57\xa9\xcd\x9a\x86\x45\xbd\x3d\x7f\x7f\x7c\x72\x7a\xfe\xe9\xf4\xed\xf1\xab\xb3\xd3\xd7\x35\x37\xed\xb8\x67\xe4\xf8\xd1\xfe\xf8\x83\x3e\xf1\xc7\x1f\xba\x76\x87\x78\x32\x26\x6a\xfc\x83\x2e\x70\x35\xe6\x36\x7c\xcf\x1f\x7f\x44\x9a\xb6\xf0\x5d\xc7\xba\xd5\x46\xf1\xad\x08\x16\xed\x8f\x3f\x30\x4f\xdf\xff\xf1\x87\x17\xff\x9f\xf5\xf2\x69\x11\xc0\x89\xf3\x59\x43\x37\xd0\x5e\x08\x80\xab\xe2\xb7\x54\xeb\x01\x34\x6d\xb9\xf1\xb2\x4a\x45\xa9\xc9\x64\x4c\x25\xee\x27\x77\x98\xea\x41\x66\x0d\xaf\x50\x07\x41\x0e\xb7\x5a\x4a\x48\xde\x3a\x78\x6c\x05\x24\x1e\xdb\x46\x29\x1f\xf3\x7f\x0f\xae\x7f\x76\x96\xd3\x52\x5e\xb5\x04\x13\xd5\xa5\x58\x64\xd5\xbd\x5c\xe8\xf5\x64\x28\x22\xe8\x18\xbe\x11\xde\x2d\x9b\x82\xdc\xf5\x98\xed\xf7\x9c\x20\x32\x8c\x6b\x59\x6e\x71\x34\x51\x4d\x4b\x2a\xbf\x65\xa6\xcc\xbf\x5c\xfd\x3f\x84\x34\xe9\x2f\x3a\x61\x64\xb2\xea\x80\x15\xea\x8e\xa5\x04\xad\x15\x38\x91\x63\x99\xae\xae\x22\x42\xdd\x13\x12\xfd\x77\x1c\x69\x2e\x34\xc3\x48\xf3\x3d\xa8\xcd\x70\xb0\x15\xb2\x8d\x6b\xbe\x87\x0d\x86\x48\x5e\x39\xa1\x36\x31\x1d\xd7\xf1\xa6\xa5\xcf\x4f\x19\xb3\xa1\xb8\x7e\x8f\x38\x99\x59\x7c\x98\xd3\xc8\x40\x56\x9d\xcf\xc2\x0c\xc3\xb5\xcd\xc7\x75\x85\x69\x84\x9a\x19\x40\x8d\xf4\x58\xf5\x20\x4b\xff\xe1\x03\x6d\xdc\x90\xe7\x8b\xad\x77\x0b\x62\x4f\x2a\x96\x49\x92\xc2\xdf\xea\x79\x36\x72\xdc\x39\xe9\xb0\xde\x7e\x4e\x58\xaf\x3a\x9e\x37\xd5\x7b\xfa\xfe\x15\xbc\x0e\xeb\x70\xa8\x67\x0b\x0a\x3a\xf2\x63\xdb\x46\x78\x9e\x5c\xad\xc2\xe4\x52\x0d\x87\x4e\xea\xa8\x81\x1d\xda\x90\x95\x24\xa2\xc1\xe9\xc9\x95\xf2\xa1\x91\x85\x67\x2e\xf1\xb4\x35\xe0\xe6\xf9\x0b\x0c\x67\xe7\x58\x19\x7a\xe3\x85\x91\xe9\x59\x50\x88\x45\x15\x4e\x63\x52\x3b\xc3\x0a\xed\x00\x9d\xfc\x8a\xb6\x47\xfd\xc6\x89\x66\xfe\x32\xde\x5d\x97\x38\x44\x1d\x57\x63\x2d\xe0\x94\x66\xa2\x20\x54\x94\x62\xef\xb6\x6a\x46\x54\xd1\x06\x57\x29\xde\x82\x63\x3a\xfe\xb3\x22\xf2\x42\x5e\x68\x3c\x6f\x56\x96\x06\xeb\x3e\xab\x52\x2b\x9c\x1c\x76\x66\x46\x1d\x6f\x19\xab\x74\x3a\xd0\x17\xee\x32\x30\x5d\xe7\x2f\x58\x53\x4d\xde\x20\x10\x36\x34\x9c\xcd\x83\x61\x73\xde\xfd\xcf\xef\x7f\xf6\xec\xbf\x6d\x0c\x0c\x1b\x92\x93\x4f\x06\x87\x0d\x29\xfb\x5b\x24\xb6\x07\x46\x62\x8b\xa9\xfe\x0d\x63\xb1\x95\x99\xfe\xd3\x41\x63\x53\x3f\x7f\x19\x98\x9e\xbd\x05\x73\xdb\x82\xb9\x6d\xc1\xdc\x36\x08\xcc\x4d\x54\x63\xb7\xe0\x6b\x5b\xf0\xb5\x2d\xf8\xda\x16\x7c\xed\x1b\x03\x5f\x2b\xdd\xda\xb7\x0b\xb0\x46\x8f\x14\x25\xc5\x7d\x39\x88\x35\xa6\x01\x7e\xdd\x20\x6b\xdc\xa2\x92\x4f\x66\xe5\x63\x1f\x36\x06\xe2\xe5\xb1\xf0\xd4\x98\xef\x20\xf1\x8a\x24\xde\x9e\x35\xe1\xab\x19\x7b\xc8\x9b\xc6\xf0\x25\x3a\x09\x0a\x19\x11\xc2\x2b\xe0\xac\x65\x9e\x7f\x6a\xea\x1b\x95\x24\xbb\x08\xa5\xb6\xd2\x51\x32\x05\xc9\xd6\x0c\x04\xc6\x16\x95\x6d\x8b\xca\xb6\x11\x02\x5e\x6d\xd5\xca\x45\x65\x7b\xeb\xdb\xb0\x11\x58\x36\xd4\x50\x33\xb8\x6c\xd8\xd5\x5a\x30\x2a\x2c\x93\x0a\x87\x45\xda\x2a\x18\x18\x69\x6c\x8b\xb6\xf6\x0d\xa0\xad\x49\x8a\x4d\xbd\x2d\xac\x1c\x2a\x94\x8a\x91\x8d\xf4\x0f\xcd\x63\x93\x29\x16\xc7\x1a\x40\xaf\x94\x6b\xcb\x50\xfc\xb2\xb6\x09\x6e\x0e\xfa\x1a\x0f\xe7\xe7\xdb\xb0\xf3\x60\x58\x6b\x69\x01\x6e\xc8\x97\x9f\x28\xaa\x9f\x62\x47\x31\x52\xd7\x9f\x10\xae\xdf\xb7\x88\x9d\xf6\xd5\x23\xa6\x29\x5d\xeb\x8f\xee\xef\x47\xd1\xd0\x19\xb1\xb0\x40\x7f\x39\x75\x9d\xf9\x1c\x06\xc9\x93\x62\x00\x00\x88\x9a\x0b\x01\xf0\xf2\x43\x00\x82\xe8\x00\xbe\x9e\x05\x7b\xb9\x21\xb2\xc7\x24\xcd\x9a\x7e\xd2\x59\xfa\xa8\x29\x7e\xc5\xa7\x01\x92\xb8\xc6\xdc\xea\x20\x09\x83\xad\x11\x51\x8b\x48\x49\x62\x6a\x91\x83\x7d\x5f\x08\xad\x05\xfa\x4b\xd7\xf1\xae\x68\xd5\x52\x64\x9b\x92\x3d\xaa\xec\x98\xd1\x03\x17\xba\x13\x9e\xb1\xfb\x6b\x9c\xa3\x4b\x28\x6b\xd5\x02\x73\x13\x5d\x8d\x0f\xc2\x7a\x8d\x68\x68\x1f\x47\x4a\xd5\xac\x30\xd2\x51\xcf\x4d\x4d\x46\x8d\x3b\xde\x54\x0e\xcd\x63\xd5\x6d\xfa\x40\xef\x76\xbb\xea\xe0\xa0\x6a\xb1\x91\x7a\x66\x50\xa1\x41\x83\x0a\xd1\x0b\x0e\xbb\xd0\x76\x22\x3d\x3d\x96\x8c\x32\xa1\xca\x4a\x3c\xc5\x41\x71\x4d\x24\x49\xd5\xa8\xd4\x53\xc2\x69\xab\x70\xd9\xa2\xd2\x9b\xa1\x15\x38\x8b\x9c\x62\x6a\x0a\xb7\xad\xf2\xc0\x0a\x12\xce\xe2\x9a\x54\x1f\x46\x8a\xe2\xdd\x64\x96\xe5\x8e\x7b\x24\x7b\xe5\xf8\xe4\xac\x44\xea\x4a\xb1\x8b\x9e\x48\x81\x9d\xc8\xbf\x82\xde\x4e\xb0\x74\x61\x08\x23\x24\x57\xd9\x7b\x11\x0a\x38\x8e\xe5\xd8\xb8\x87\x61\x89\x8a\x75\x28\xd4\xf4\xdb\xcd\x5d\xfe\xb5\x23\x1c\xfa\xe3\xba\x85\x54\x38\xa3\x10\xd3\x14\x67\x01\x9c\xf0\xea\x77\xa5\x55\xbc\x06\xd7\x2b\x39\x0f\xac\x42\x77\x14\xdd\x8c\x92\x81\x34\x52\x24\x4f\x8a\xe7\xe8\xd3\x40\xab\xda\x01\xe7\xa7\xb6\x13\xd5\x0c\x2b\xff\xcd\x81\x37\x25\x4b\xa1\xae\xe0\xe5\xca\x28\xea\x92\x22\x13\x29\xea\x52\x91\x4e\x65\xea\xa6\x52\x36\x23\xbb\xbf\x6d\x7a\x53\x18\xf8\x89\x1f\x89\xd6\x28\x49\x45\x8b\x89\x95\x49\xf8\xc4\xcc\xc7\x66\x37\xfe\x35\xe2\x05\xbd\x36\x5f\x3b\x5f\xce\xa6\x6e\x14\xc2\x01\x29\xd0\xc1\xde\x01\x75\x9e\xd4\x8c\x53\x2a\x3d\xf8\x7a\xf9\xd4\xf4\x1f\x2d\x64\x62\xa7\x29\x5c\x89\xca\x25\x07\x7b\xe9\xdb\xb7\x75\x87\x9a\xaf\x95\xf1\xff\x32\xcb\x0e\x91\x05\x88\x93\x6e\x68\xda\xe5\x0f\x59\x7d\xa9\x6b\xaf\x36\x4f\x14\x5a\x74\x72\x05\xba\x88\x86\x9e\x92\xdc\xf6\x9a\x15\x02\xae\x30\x9b\xb2\xf5\x7e\x2b\xad\xd0\x62\x6b\x40\x89\x06\xcb\xd4\x92\x55\x9b\x14\xea\xab\x3b\x45\x15\x6d\x4a\x54\x9e\x65\x76\x83\x24\x96\x9f\xab\x4b\x83\x93\x5d\x3d\xbf\x4e\x3a\x7a\xea\x1c\xcd\x0e\xf6\x96\x6b\x86\xa1\x16\x68\x38\xc1\x3c\xd4\x22\x7a\xfa\xbd\x4b\xce\x77\x2d\xd8\xbe\x0b\x60\xb4\x0c\xbc\xe7\xb0\xcb\x34\xaa\xfb\xfb\xe4\xa4\x1c\x80\x3c\xd3\x80\x07\x82\x76\xc5\x13\xff\x46\x56\xa9\x99\xee\xd9\xc3\x57\xbf\x1e\x06\xea\x33\x3e\xaa\xbd\x82\x6c\x7f\x62\xb5\x1a\xa0\xbf\xc4\x3f\x95\x48\x5c\xa7\x2e\x95\xc1\x18\xe8\x56\x00\xcd\xbc\xb2\x35\x45\xe1\x29\xaa\x76\xfb\x8d\x54\xaf\xf9\xdd\x5f\x06\x89\xd0\x44\xe9\x8a\x97\x10\x7a\x9a\x69\xdb\x8d\xd4\xaf\x31\x6d\x3b\x3e\x54\xdf\x0a\xdd\x54\x2a\x5e\x53\x22\x39\x92\x27\xf5\x72\x61\x3f\x31\x52\x87\xe6\x75\x23\xa4\x0e\xcd\xeb\x87\x25\x75\x23\xc5\x98\x1e\x86\xc6\x73\x33\xb8\x82\xb6\x36\xf1\x03\xac\x2d\xe4\x54\x50\xaa\x40\x71\x9b\xda\x8c\x56\xa0\x79\xc5\x34\x57\xd1\x2a\x36\x04\x44\x56\x85\x28\x21\x26\x08\x23\x2c\x3e\x2b\x86\x11\x71\x87\x6c\x6c\xc8\xa9\xe8\xfb\xa4\x3a\xdc\x65\x92\xa3\x89\xd4\x2c\xc9\xa1\xd1\x4a\x03\x44\x19\x49\x20\x4f\x2a\xe7\x43\xfe\x55\x3f\xd2\xd2\x5e\x75\x69\xd4\x40\x6f\xa7\xa2\xc3\xca\x16\xb2\x2b\xde\xd4\x99\xe5\x1e\x6f\xe2\x7f\x12\xfb\x7f\xed\x3d\x7c\x03\x0b\x66\x91\x91\x6d\x5e\x5e\xde\x5f\x7f\xdf\x39\x77\x9c\xf9\xbb\x8d\xc9\xcb\x7b\xd4\x2c\x3b\xec\x00\x48\xe7\xd9\xf5\xca\xe6\xd9\xf1\x41\xd4\xf9\x79\x76\x42\x7a\xdd\x57\x9d\x5c\x67\x64\x64\x97\x61\xa1\x9e\xce\x2f\x1b\xac\x96\x5e\x67\x64\x86\x04\x66\x37\x0c\x94\x4f\x8b\x81\x89\x79\xc3\xca\x4f\xaf\x5b\x89\x00\x75\x12\xec\x4a\x92\x20\x33\x41\xae\x24\x11\x4a\x3d\x2f\x24\xd8\xe5\xcf\x6c\xe5\x04\xbb\xc1\xda\x12\xec\xd8\xc6\x3a\x4c\x12\xec\x8c\xdd\x47\x4e\xb0\x1b\x56\x4f\xb0\x43\x63\x5e\x63\x82\xdd\x30\xee\xe1\xe1\xf2\x13\x36\x22\xc1\xee\xa0\xe1\xfc\x3a\xe3\x40\x54\xc4\x0e\x1f\x22\xbf\x2e\x2f\xc9\xe2\x81\xd2\xeb\x8c\xfd\x6d\x7a\xdd\x57\x9a\x5e\xd7\x68\x76\x06\xef\x29\x12\x53\x35\xfa\x4c\x0b\x7b\xd0\xe4\x3a\xa3\x44\x72\x5d\x4e\xda\x85\x7a\xb4\x6b\x4f\xae\xcb\xd8\xe4\xe5\x8c\xf2\x54\x1e\x45\xc3\xc9\x75\x95\xf2\x29\x56\x70\x3b\xa6\x73\x2a\x6a\xe6\xd6\x6d\x13\x2f\xea\xca\xf7\xbd\x6f\x36\xf1\xc2\x9c\x37\x94\x78\x11\x37\x54\x37\xf1\x62\xed\xe9\x0d\xe8\x05\x6f\xd3\x1b\x1e\x2e\xbd\xe1\xe1\x02\xcf\x53\x0c\x6c\xc8\x97\x33\x5e\x7f\xd1\xa8\x1e\x3d\xf0\x3c\xbd\xa2\x8c\xd4\xf5\x75\xcd\x6d\x1b\x78\xfe\xc4\x62\xcc\xf9\x20\xf2\x82\x78\xf3\xba\x31\xe6\x6a\x43\xf1\x63\xdb\xaf\x71\x51\xea\x8d\xaa\xb8\xfc\xeb\xeb\xe9\xde\x9b\xc1\xbf\x2e\xd7\x12\x4e\xbe\x42\x14\x39\x26\x55\x76\x65\xe6\xfd\x8d\x0a\x01\xe7\x37\x72\xc9\x87\xc4\x54\x10\x9d\x4c\x69\x6e\x7a\xe6\x14\x35\x58\x2f\xce\x36\x65\xee\x42\x64\x53\x35\x5e\xda\x12\xd6\x07\xfa\x47\x8c\x77\xb3\x02\xaa\xbc\xde\x14\x18\x60\xfc\xef\xef\xae\x7f\x69\xba\xda\x2f\x6c\x3a\xda\x7b\x34\xc1\xfa\xf1\x3e\x65\xec\x75\x65\xc2\x79\xb2\xa2\xe3\x87\x24\xae\xd6\xb4\xdc\xb0\x8b\xde\x86\x93\x8a\xae\x25\xc8\xa9\x2c\x42\x1e\xd7\xf3\xe6\xd5\xfc\xd5\x18\x09\xe8\x4e\xa8\xe4\xaf\x92\xb0\xb8\x8f\x1a\x70\xaf\xe6\x6b\xdb\x8c\x4c\x0b\x7a\x11\x54\xa3\x7a\x66\x33\x74\x83\xdc\xf9\x9a\x8d\x21\x5c\x95\xe1\x4a\xae\x25\xf9\x88\x10\xeb\x5f\x3a\xd0\x12\xed\x6a\x57\xe6\x8a\x1a\x55\x47\xf2\xb3\x13\xf8\x77\x20\xe5\x34\x94\x7f\x09\xc5\xd9\x10\x15\x84\x4b\xe9\x8c\x88\x2a\x73\x7e\x94\x74\x02\x9e\x25\xd7\x1f\xf1\x5f\x59\x32\x3d\x76\x18\xb6\x7a\x77\xdd\x4f\xa2\xfe\xb1\x00\x94\x9d\x4c\xdb\xa8\xff\x0b\x09\xca\xb5\x22\x9d\xb6\x51\xff\xdb\xa8\xff\x6d\xd4\x7f\xe3\x51\xff\x78\x15\x6e\x43\xfe\xb7\x21\xff\x79\x6a\x47\x93\x61\xfd\xc4\xce\x10\xdd\x2e\xa0\xcf\x82\x01\xa5\xe2\xfd\xe4\x1e\x9b\xd3\x6d\x81\xfe\x1f\xdf\xf1\x48\x32\x40\x75\xa3\x4b\xca\xba\xb1\x21\xe6\x96\x8d\x0c\xf1\x0f\x5e\xf5\x6e\xcf\x7e\xfd\x70\xba\x0d\xf1\x5f\x06\x14\x51\x6e\xad\xf1\xfd\xb8\x8f\x6f\x38\xb8\x5f\x26\xf2\x3a\x22\xfb\xd7\x4f\xe4\x4d\x0d\xeb\x27\xd4\x8d\x29\x83\x87\xd8\x04\x69\xc5\x10\xfe\x1a\xc4\xdd\xc6\xef\x7f\x83\xf1\xfb\xd9\xdb\xde\x86\x6c\xc8\x79\xf1\xfb\x1b\x55\x6b\xe7\xe7\xd7\x6f\x27\xc6\xc1\xf2\xe3\xc6\x84\xf5\xa3\x05\x52\xe6\x46\xdb\x7a\x32\xe9\x02\xc4\x9a\x9d\x4e\x17\x38\x2c\x9b\x2e\xd0\xdf\xe3\xa2\xa6\xf7\xf2\xd2\x05\xb6\xb0\x3c\x49\xe0\x3c\xd9\x4e\x52\x81\xf3\x62\xfd\x62\x1c\xa2\x0f\x74\x31\x4a\xa2\x4c\xf8\x7c\x66\x51\x61\x55\x07\xa9\xe0\xf7\xcc\xd2\xc6\x39\x4f\x17\x65\x10\x34\x43\x08\x12\xfa\xa2\xbc\xa9\x51\x1c\x9f\xdc\xa6\x2b\x53\xaa\x32\x8e\x4f\xc1\xcc\x56\x4d\x33\x40\xcd\xaf\x17\xc7\xa7\x3f\xe0\x70\x7c\x86\x8f\x9b\x66\x80\xe0\x5e\x2a\xa5\x19\xe0\xc9\x1c\x28\x5c\x81\x6a\xc6\x14\x3c\x65\x89\x06\xa3\x7e\x8d\x32\x4d\xd6\x98\xcd\xd0\x1f\xc4\x1d\x95\x30\x80\xa8\x63\x58\x9f\x66\x36\x03\x8a\x46\x6e\x14\x2e\x68\x5f\x84\x0b\x3a\x78\x10\xb8\xa0\xfd\xc7\xcf\x67\xe8\xef\x6d\xf3\x19\xbe\xd2\x7c\x06\x04\xe5\x96\x82\x0b\x3a\x58\x23\x5c\x90\x92\x97\xd6\x95\xd1\xd0\xef\x15\x67\x34\xf4\x8d\x74\x46\x03\xbe\x96\x35\xda\x47\x86\x0b\xda\x4d\x06\xb9\xd6\x8c\x86\xbe\xa1\x3e\x47\x8b\xd8\x73\x95\x19\x5b\x61\x57\x3f\x68\x0c\x2e\x48\x8d\x70\xf4\xd5\xc1\x05\xf1\x8a\x46\x49\x91\x5f\x0c\x19\x14\xf3\x3a\xd7\xf0\x37\x04\x1b\x94\xd6\xdb\xaa\x04\xb4\x6c\x4c\x40\x3f\x4a\x1b\x4e\x09\xf3\xc1\xba\x84\xf9\x2e\x30\x06\x0d\xc8\x6b\x4e\xd7\xd9\x2d\x91\x7f\xb6\x97\xc4\xce\xa5\x13\xd1\xc4\x1f\x55\x3c\x5d\x27\xf4\x5d\x6c\xb8\x72\x62\x98\x12\x5b\x8d\x71\x44\x3c\xba\x4e\xe8\x2f\x03\x0b\x32\x96\x08\x03\x0b\xd5\x68\xf6\x4d\x1b\x03\x31\x25\x4b\x3a\x66\x94\x9d\xef\x76\xbe\x93\xbc\x86\xae\xf9\xd7\x6d\xc6\xca\x4e\x6a\x38\xe0\x6b\x28\x12\x29\x94\x4e\xc8\x84\x2c\x84\x5a\x7a\x72\xaa\x2c\x9f\x23\x5d\x69\x41\x64\x66\x52\xa7\x6b\xe8\x16\x0a\xc3\x2b\xc7\xb3\x1b\x16\x83\xa8\xc9\xaf\x5d\x00\x16\xda\x60\x62\x2a\xc8\x46\xa7\xa7\x27\x15\x1f\x0b\x50\x6d\x8a\xe2\xa7\xf9\x58\x60\x64\xa2\xf4\x6c\x33\xb0\x9f\x1c\xa0\x1a\xb7\x28\x1e\x04\x4e\xad\x1c\x6f\x8a\x76\xc0\x2d\xe2\xda\x16\x71\x6d\xcd\x88\x6b\xbb\xdb\xc4\xdf\xaf\x3a\xf1\x17\xbd\xe0\x6d\xe2\xef\x03\x24\xfe\x2e\x9d\x0d\x4b\xfa\x55\xbe\xfa\x32\xa7\x83\x27\x90\xf4\xbb\x9e\xb9\x6d\x93\x7e\x1b\xc9\x04\x16\xe6\xbe\xc1\xb8\x53\xf1\xa1\x11\xe8\xf3\x65\xd4\x0c\x06\x55\x46\x20\x4a\x89\x62\xd5\x6b\xa9\x45\x1d\xf8\x6e\x16\xf6\xd4\xe3\x44\xa7\xfe\x39\xb5\xff\xf6\xb7\xcf\xfb\x37\x1b\x0b\x32\x15\x53\x2c\x1b\x62\x8a\x6c\x35\x07\x8f\x9a\x23\x2c\x6a\x42\xd9\x70\x4a\x28\x2d\x2b\x9e\x4f\x51\xb6\xe8\xe6\xa7\x70\xea\xcd\x40\x00\x89\x94\x7b\x0c\x00\xa6\x8a\x09\x87\x19\x8e\xf2\x6f\x31\xd9\xb0\x1a\x57\xaf\xc1\x57\xdb\x2c\xbe\x50\x3c\x03\x7d\xbc\xcd\x33\xcc\x47\x17\xaa\x44\xa5\x6d\x96\xe1\x36\xcb\x70\x9b\x65\xd8\x78\x96\x61\xbc\x06\xb7\x39\x86\xdb\x1c\xc3\x87\xca\x31\x54\x40\x07\x55\x3f\x87\x49\x07\x9f\xc7\xce\x4f\x40\xc3\xd9\xc8\x74\xc1\xc5\xfc\xcd\x00\xce\xfb\x70\x9b\x2e\xb8\x0c\x90\xa8\x5b\x6f\xb2\x60\xdc\xc3\x37\x9c\x2a\x28\x12\x78\x1d\x89\x82\xeb\x26\xf0\xa6\xa6\x09\x22\xca\xae\x33\x49\xb0\x32\x61\xb7\x29\x82\xdf\x60\x8a\x60\xd6\x46\xb7\x11\x1b\xf0\xe6\xc1\xfb\xdc\xbc\x3f\xfb\xc7\xab\xbf\x1b\x9b\x93\x07\xf8\x98\xf9\x7a\xc8\xf4\xba\x05\xf7\x79\x08\x70\x1f\x24\xcc\x4b\x41\xfb\xd4\x49\xd0\x7b\x32\x10\x3f\x95\xc8\x20\x85\xe5\x6c\x51\x80\xea\xa5\xe7\x6d\x51\x80\x52\xcf\x6c\x51\x80\xb6\x28\x40\xa5\xbc\x23\x5b\x14\x20\x7d\x9b\x35\xf7\x34\x42\x8a\xb7\x28\x40\x15\x0d\xf6\x5b\x14\xa0\x2d\x0a\xd0\x06\x04\x03\x6f\x51\x80\x1e\x37\x18\x58\x6c\xea\x04\xd9\xcb\xdf\x78\x36\xfc\x5c\xd8\xe2\x14\x56\x6b\xaf\x60\xaa\x53\xa8\x98\xe8\xda\x43\x95\xb7\x18\x45\xb5\x42\x95\xd3\xfe\xcd\x35\x07\x2a\xeb\x5f\x29\x36\x51\xc5\x79\x3d\x1d\x64\xa2\x4a\xdc\x5f\x8d\x91\x90\x53\x0f\x47\xc5\xad\x9b\x99\xb2\xe5\xa1\x91\xf5\xf3\x1a\x5e\x81\x2c\x69\x1b\xe7\xad\x4c\x31\x9d\x9a\xe5\xfa\x56\x90\x24\xff\x9b\x89\xf7\xfa\x2a\xe3\xe0\x37\x2e\xe4\x7d\xfd\x30\x58\x4a\x77\xca\x63\xfb\x78\x42\x18\x5c\x3b\x16\xec\x38\x36\xf4\x22\x27\xba\xdd\xa1\x8d\x6f\x8a\xb7\xe7\xf0\xa7\xc9\xd9\x30\x3a\x7e\xa5\xf6\xf6\x60\xfd\x02\xe8\x2f\x31\xc6\x58\x99\xd0\x0a\xb4\x6a\x4f\xde\xbd\x3d\xff\xf5\xec\xd3\xdb\xf3\xf7\xc7\x27\xa7\xe7\x9f\x4e\xdf\x1e\xbf\x3a\x3b\x7d\x5d\xd3\x9f\x1c\x8f\x01\x75\xaf\xfd\xf1\x87\xae\x27\x45\xc6\x18\x77\xeb\xda\x1d\x5a\x5d\x84\xd8\xe2\x6d\x86\x74\xdb\x1f\x7f\x44\x1a\x2d\x60\x3b\x8a\x6f\x45\xb1\xaf\x7f\xfc\x81\x17\xe8\x7d\x71\x43\x9d\xd0\xb1\xa1\x65\x06\x9d\x45\xe0\x7f\xbe\xad\xd1\xec\xa7\x45\x00\x27\xce\x67\x0d\xfd\x98\xf1\x74\x00\x4d\x5b\x7c\xd8\xf3\xed\x5a\x4f\xde\x57\x70\xba\x97\x25\x60\xc6\x3c\xe3\xae\xea\x91\xae\xb8\x41\xf5\xd4\xd5\x13\x8f\x1f\xcb\x26\x57\xf6\x33\xd9\xbe\xeb\x6c\xc9\x09\xbd\xeb\xba\xf1\x60\x05\xb2\x61\x63\x44\x97\x17\x46\xa6\x67\x6d\x56\xce\xce\x5f\x7f\x5f\xfe\x7a\x38\xbb\xda\xc9\xcd\xd9\x21\x63\xd5\x5f\x06\xfe\x32\x42\x2f\x44\x91\x90\x13\x0b\x37\xdf\x56\x88\xb6\x12\x89\x39\x32\x89\xf8\x24\x9d\xa1\x2a\x49\x67\xb7\xbc\x22\xda\x78\xf4\x70\x72\xe4\xe3\xc5\xf5\x1e\x1f\x47\x64\x75\xc9\x8c\xc2\x6e\x38\xf3\x6f\x56\x88\xff\xc9\xcb\x05\xe2\x42\x97\x68\x48\xc9\x39\xee\x56\x07\xec\x53\x2a\x19\x48\xe1\x75\x52\x3c\x4e\x12\x2e\xf2\x72\x53\xaa\x25\x22\xac\x3c\x8d\x24\x87\x29\xe6\x32\x80\xff\x70\x3e\xe1\x5d\x2e\xfc\x46\x9a\x47\x39\xf2\x3c\x1c\x95\x12\xa5\xb8\x50\x1d\x2e\xc1\xbd\x15\x93\xae\x64\xf6\x8d\x4f\x2c\x35\x18\x53\x17\xb2\xb6\xe0\xe7\x08\x06\x9e\xe9\xca\x65\x81\x84\xcc\x0e\x8e\x74\xe9\x62\x3d\xe9\x36\x99\x30\xb0\x66\xd0\xba\x0a\x59\x9b\x34\x48\x95\x09\x04\xba\xdd\x26\xe9\x42\x27\xf8\x89\x32\x25\x81\xb2\x79\x76\x43\x67\x98\x58\x76\x69\x5f\x6f\x5e\xeb\x40\x57\x4d\x9e\x1d\xef\x1a\x1b\x07\x92\xf0\xa2\xd9\xb1\xde\x20\x32\x19\x3f\x1d\xdc\xf7\x3e\xd6\x71\xde\x90\x21\xd6\x8c\xf1\xe3\x81\x09\xe7\x30\x3e\x16\x29\xd6\xb9\xc2\xcf\xaf\x34\x1f\xae\x0e\x56\xfa\x71\xe6\x84\x4c\x39\x5e\x86\x30\xd4\x4c\x0d\xa9\x72\xda\xc4\x0f\xb4\x68\x06\xb5\x13\xf4\x66\xd8\x3d\xf1\x98\xab\x1a\x7c\x32\x02\x0a\x0a\xd2\x18\x1d\x4f\xe8\x54\xbb\x71\xa2\x99\x46\xd4\xcc\xbc\x1c\xc5\x72\x42\x2f\xbd\x6f\xee\x4b\x42\x68\xe5\xd7\x4b\x94\x90\xc7\x7c\xbd\xf1\xd6\xf4\x30\x6f\x2b\x7f\x57\x8d\x15\x91\x98\x1c\x44\x0b\xc9\xd8\x41\xb3\x93\x85\xa5\xdb\x4a\x66\xab\x56\xe7\x04\x79\x5b\x7d\x8f\x5d\x60\xab\x72\x82\x69\xdb\x01\x8e\xbe\x7e\x4c\x66\x78\xf3\x5e\x3b\xc6\x03\xd1\x4c\xcf\xd6\xe2\xb9\xad\x97\x37\xd4\xfa\x69\x4f\x49\xe9\x63\x4a\xa2\x31\xd0\x57\xd2\x52\xf3\xb4\xa4\xa4\x13\x3c\xc6\xa3\xac\x1b\xd9\x7b\xaf\xa5\x61\xa6\x87\x40\x18\xb8\xd1\xfe\xe5\x8c\xaa\xda\x0b\x40\xd4\x32\x22\x73\xda\xc9\x4e\x76\x2f\xd0\x2b\xaa\xfb\xfc\xcb\x40\xfa\x7b\x7e\xd4\x51\x61\xc0\xe1\x58\xdd\xce\xe5\xad\x0e\xf4\x00\xc6\xa7\x54\xfc\x19\x25\x13\xa1\x07\x3c\xbf\x4e\x78\x79\xce\x39\x79\xe3\x8e\xf0\x9b\x17\x6d\x7e\x75\xf6\x8f\x9b\xbf\xce\xfe\xf6\xaf\x8d\x89\x36\xa7\x7a\x72\x79\x7c\x9a\x35\x46\xb2\xe3\xc1\x84\x0d\x07\xb5\xa7\xcc\x16\xa9\x00\xf7\x41\xe9\x00\x77\x01\x8e\x66\x37\x2f\xc0\x7d\x0b\x47\x93\x04\x79\xcb\x6f\x60\x0b\x4c\x53\x9f\x24\x5b\x88\x9a\x2d\x44\x4d\x86\x32\x9c\x13\x03\x5f\x1d\xa2\x86\x8c\x79\x8b\x1d\xb3\xe1\xd8\x31\x62\x10\x7c\x7f\x0d\x41\xf0\x89\xdc\x3f\x60\xbb\x60\x3a\x12\x77\x95\x88\xa9\x2d\x16\xcd\x36\xaa\x7e\x8b\x45\xb3\xc5\xa2\xd1\xd3\xa8\x02\x5f\x2b\x16\x4d\x9d\x32\x30\x5b\x9c\x9a\x64\x57\x48\xf2\xfa\x9b\x03\x67\x60\xda\xe6\xd7\x0d\xcf\xc0\x2d\x38\xf9\x28\xa9\xee\x68\xa3\x03\xb9\x1f\x18\x9b\x86\x73\xa9\x2d\xcc\x30\xc4\x28\x2a\xb4\x7e\x1a\xd0\xad\xc0\x89\x1c\xcb\x74\xe3\x05\x32\x5f\xf0\xbb\xe7\x6a\x12\x5f\x17\xb1\x6c\x32\xf1\x18\xf6\xca\xe0\x31\xec\xa9\x00\x6e\x54\xeb\xe0\x41\x10\x19\xd2\xc9\xd3\x7b\x0d\xc1\x2d\xec\xad\x09\x6e\x61\x4f\xbd\x65\xac\x13\xb5\x46\xd6\xc1\xc9\xdc\xa9\x14\xeb\xef\x23\x01\xe7\x4d\x23\x74\xac\xe8\xd5\xe2\xb3\x72\x82\x17\xdb\x0b\x1b\x16\xbc\xcc\x08\xf9\xd5\x0b\x5e\xaa\x63\x13\x32\x3e\x61\xc1\xfb\xa0\xf0\x37\x3c\x48\x6a\x13\x42\x94\x07\xb5\x21\x30\x36\xf5\x13\x53\x45\x1e\x7e\x30\xa1\x29\x54\x8c\x48\xa7\x9f\x36\x20\xe8\x1e\x1e\x57\xa6\xd8\x0f\xb7\x4d\x33\xdd\x62\xce\x7c\x85\x69\xa6\xe7\x48\xe7\x2a\x18\x15\x56\xcc\x0a\x87\x45\xda\x2a\x18\x18\x69\x6c\x8b\x86\xf3\xf5\xa6\x98\xaa\x4f\x79\xf5\x36\xa4\x72\x69\x73\x2a\x36\x36\xd2\x3f\x34\x8f\x1c\xa3\x58\x1a\x6b\x80\xc5\x51\xae\x2c\x43\xf1\xcb\xda\x26\xb8\x19\x69\xa7\x15\x9c\x99\x68\xf0\xf1\xa2\xda\xc2\x32\x7d\x73\xb0\x4c\xdf\x66\x32\xea\xd3\xc8\x50\x2d\xc8\x4a\x9d\x36\x84\xc6\x54\x18\x93\xb5\x21\x41\x63\x19\xe9\x5e\x40\x7f\x39\x75\x9d\xf9\x1c\x06\xc9\xa3\x62\xe8\x18\x88\xda\x77\x68\xe8\x20\x78\xd6\x54\x10\x99\x99\x1f\x44\x76\xfc\x1f\xff\x7c\xe6\xff\xf3\xa4\x54\x36\x58\x13\x88\x4c\xf4\x25\x72\xf9\x5e\x03\x21\xdf\x0b\xe8\x2f\x5d\xc7\xbb\x42\xd1\x67\x54\xfb\x49\x94\xd2\x03\xf1\xe0\xd1\x03\x17\xba\x13\x9e\xb1\xfb\x2b\x9f\x94\x4b\x28\x6f\xd5\x91\x26\xa4\xe8\x8a\x5d\x6a\x1a\x00\x17\xfa\x2f\x30\x9c\x9d\x53\x87\x43\xad\x30\xe5\x9f\xa0\xe9\x46\xb3\x06\xa2\xc8\x53\xb1\xce\xdc\xb1\x30\x9e\x77\xe4\x2f\x3a\x61\x64\xb2\x43\x63\x05\xb5\xb5\x27\x1f\x93\x12\x5b\x76\x06\x21\x56\x8b\x43\xd6\xb4\xe3\x48\x73\xa1\x19\x46\x9a\xef\x41\x6d\x86\x48\xa4\xa1\xdc\x16\xcd\xf7\xd0\x35\x2a\x34\x34\x27\xd4\x26\xa6\xe3\x3a\xde\xb4\x74\x51\xed\x8c\x49\x31\x53\xfd\xa3\xcf\x69\x66\x86\x9a\xa9\x91\xf1\xac\x3a\x2d\xe6\x8b\x58\xd7\xb4\x5c\x57\x98\x4d\xa8\x99\x01\xd4\x48\xaf\x55\x0b\x9d\xd3\x7f\xb8\xe0\x79\xdc\x90\xe7\x8b\xad\x77\xcb\x18\xae\xaa\x94\x36\xaf\xae\x4e\x14\x47\x8c\xab\x16\x0e\x33\x0d\x82\x0b\x9d\x26\x43\x9d\xf8\x4b\x2f\xca\x37\xcb\x17\xbc\x07\x3d\x33\x7f\x64\x9f\xe4\x8f\x08\x89\xac\x5d\xba\x8d\xc9\x70\x72\x19\xb9\x93\xfa\x58\x0d\x3e\xc7\xcb\xdb\x5a\x19\xa5\x74\xdc\x6a\x18\x9c\x06\xba\x1d\x6f\x46\x8a\xa6\x60\xa2\x45\x9f\x77\xd1\x29\x4a\xb0\xda\x96\x29\x12\x51\xc5\xf4\xc8\x77\xba\xc7\xb1\xdd\x5b\x5a\x3f\x02\xdb\x1c\xe2\x91\x34\x95\xb3\x45\xab\x62\x3c\x66\xa2\x8e\xa6\xb1\x09\x3e\x60\xf2\x16\x50\x51\xb7\xa9\x34\xab\x52\xa9\x27\x44\x5d\xc5\x58\xf9\xa5\xa1\x16\xf5\xea\xd9\xb1\x8a\x24\xd0\x6c\x3e\x4f\xb3\x5f\xa6\xd4\x03\x45\x4f\xfe\x1c\x4f\x2d\x26\x46\x04\x83\xb9\xe3\x99\x91\xe3\x4d\x3b\x53\x33\x82\x37\x26\xf3\xa3\x83\xdc\x07\x1d\x6f\x1a\xc0\x30\x94\x1f\xaa\x6f\xcf\x2c\x74\xf7\xa9\xcd\x9c\x2a\x3a\x08\x66\x4e\xe9\xb9\x41\x1e\xfd\x74\x87\x25\xd5\xc6\x83\xbe\x71\xa2\x99\xbf\x8c\xd5\x75\xf4\x3b\xb8\xc0\xb6\x7a\xf9\xa4\x5b\x25\xbd\x4f\xd6\x26\xaa\xbc\x90\x9a\x39\xe9\x35\x89\xfa\x77\xdc\x39\x42\x82\x9b\xea\x40\x3f\x0e\x43\xdf\x72\xcc\x08\xda\x24\xf1\xaa\x2a\xb5\x4b\x37\x18\x1f\x92\xbc\x2b\x68\xd3\xb4\xdb\x66\x5f\x46\x49\x35\xaf\x1a\xc3\xaf\x9d\xc5\x1f\xf3\x6d\x2c\x17\x61\x14\x40\x73\x5e\xff\x3d\x54\xd3\x2b\x95\x22\x90\xcf\x8b\x3d\xf1\x3d\x0f\x19\xea\xfe\xe9\x44\xb3\xbf\xd3\xf7\x91\x14\xb5\x10\x7e\x47\xc9\xf2\x79\x8a\xf9\x36\x57\xbe\xc4\x06\x9e\xb7\x31\xad\xe3\xa5\x94\x3a\x2d\x15\xea\x13\x79\xc9\xfb\x28\xf7\x98\x2c\xe6\xec\x84\x8b\xca\x12\xa4\x70\xb2\x0f\x3b\xcb\xf5\xce\x2c\x79\xcd\x75\xfc\x6b\x75\x26\x55\xf8\xc2\x72\x59\xbc\xa6\x4a\xd8\x74\xf2\xb2\x42\x7d\x5c\x4f\xc2\x32\x32\x44\x9b\xb1\x16\xab\x4f\xfc\x60\x6e\x46\x1d\x6f\x39\xbf\x44\xa9\x92\x0b\x77\x19\x98\xae\xf3\x17\x64\x29\xca\x58\xd5\x06\x49\x96\x73\x92\xe0\xcc\x6c\xe2\xc8\x54\x8d\x0b\x93\xf9\x41\x7d\x13\xb5\x2a\x91\xd9\x85\x91\xe6\x8e\x5a\xcc\x2c\x8d\xfb\x04\xc1\xc8\x72\xcd\x30\xd4\x62\x7d\xda\xb3\x43\x2d\xa2\x66\xdc\xbb\xc4\xae\xd9\x82\xed\xbb\x00\x46\xcb\xc0\xd3\x60\x57\x50\xea\xbe\xef\xdd\xdf\x83\x70\x14\x74\x17\x81\x1f\xf9\xd1\xed\x02\x02\x67\xc4\x5b\x44\x81\x3f\xba\xf0\xc6\x60\x39\x22\xf6\xe4\x29\x8c\xde\xdd\x78\xd4\x9e\x4c\xf1\xca\xfd\xa0\xc5\x37\xc1\x37\xd0\x06\x96\xd0\xbc\x3d\xba\xbb\x07\xa4\xb1\x2b\x78\x1b\xb6\x96\xed\xee\xc4\x0f\x4e\x4d\x6b\xd6\x12\xb2\xa0\xed\x0b\x38\x1e\x2d\x2f\xe0\x18\x59\xcf\xbb\xd0\x5b\xce\x61\x10\x37\x39\x7a\xfe\x9c\xff\x0a\xec\x2e\x82\x83\x9d\x2e\x93\x5f\xf9\x0b\xa0\x45\xdc\x4f\x8e\xa7\xd9\x5f\xbe\xd8\x5d\xc7\x73\x22\x07\xbd\xda\xa0\xfd\xe2\x45\xcb\xee\xde\x04\x4e\x84\x1f\xed\xb5\x81\x3d\xf2\xbb\xa1\xeb\x58\xb0\xd5\xee\x06\xf0\x1a\x06\x21\xfe\x64\x2f\x2d\xd8\x92\x6c\xed\x84\xa6\x51\x2b\x04\x0e\x80\xed\x2f\x5f\xe0\x7d\x1b\xd8\x6d\x60\xbd\x78\x81\x6d\xe8\xcf\x47\x23\xa1\x3f\xd4\x1d\x1a\x8d\x78\xfd\x07\xe1\x5b\xd7\x32\x5d\xb7\x65\xb5\x8f\x70\x23\x40\xf8\x91\x58\xe7\xdb\x00\xff\x1d\xa5\x7b\x50\x5b\xfe\xe3\x21\xda\xf1\xf4\xe2\x85\xd5\x06\x01\x76\x72\xc4\x57\x7d\xb0\x04\x16\xb0\x39\x87\x85\x0b\xf2\x5c\x1f\x26\x70\xdb\x55\x3d\x1a\x9b\x97\xfd\xfe\xeb\xf5\xd9\xdb\x7f\xf7\xaf\x8f\x9f\x70\xf6\x3b\x3e\x7f\x7f\x03\xd9\xf2\xe9\x24\xf9\xdd\xb2\x49\xf2\x03\x63\x9b\x24\x5f\x3b\x49\x5e\x91\x08\xbe\x9f\x93\x7c\xbe\x52\x86\x77\x76\xc3\x65\xf2\xbb\xf3\x86\xb5\x4a\x4e\x7c\x11\x05\x9a\xcd\x72\xcf\x6b\xba\x32\x15\xaa\x67\xb9\xe7\xcf\x6c\xe5\x2c\xf7\xfd\xf5\x67\xb9\x1f\x70\x59\xee\x87\x8f\x9c\xe5\x7e\x50\x23\xcb\xfd\x70\xbd\x59\xee\x07\x71\x0f\x25\xb2\xdc\x1b\x4a\xdc\xdb\x88\x2c\x77\x54\x5c\xa1\xc9\x2c\xf7\xc1\x40\xc8\x72\x1f\x0c\x1f\x02\xea\x8d\xcc\xe2\x51\xb3\xd2\x51\x86\xd7\x36\x2b\xfd\x6b\xcc\x4a\xef\xab\x12\x17\xfb\x6b\x4b\x5c\xcc\xe2\xa5\xb5\x65\xa5\xef\x96\xc8\x4a\x57\x64\x22\xf6\xf7\xf2\x38\x7f\x53\xb2\xd2\x53\xa9\x85\x0d\x67\xa5\xab\x53\x0c\xfb\xc3\x98\xac\x4d\x66\xa5\xf7\x07\x4d\xc1\xbd\x35\x55\xa6\xe5\x5b\xcb\x3c\x1f\x18\xdb\xcc\xf3\xa7\x99\x00\xf9\xc0\x65\x45\x1e\x3d\xf3\x1c\xd5\x19\xc9\xca\x3c\xef\x1b\x25\x32\xcf\xf3\xaa\x90\x88\xeb\xe0\x71\x32\xcf\xf9\x62\x23\x2b\x1d\x2a\x53\x45\x4b\x32\xb4\x8c\xb5\x16\x2b\xa9\x9b\x79\x7e\x90\xe1\x79\x53\x8a\xc6\x46\xc5\x20\x35\xae\x7d\xd5\x42\xb0\xd8\xe8\x81\xc8\xf0\xa4\x25\x63\x43\x35\x39\xf2\x4a\x60\xe4\x88\x9a\x74\x1d\xfe\xc3\x14\xfe\x00\xcf\x6f\xeb\x10\x36\xf2\x76\xc7\xa2\x46\x6a\x66\x67\x2b\xe9\x30\xac\x94\x06\x28\x07\x89\x54\x7d\xbb\x55\x76\x28\x39\x30\x45\x1d\x43\x84\x23\x17\x9a\x0b\xd7\xaa\xce\x2a\xe8\x9e\x7d\x45\x6a\xff\x7e\x5a\x2c\x35\x71\xf6\xa8\xb3\x2b\x19\xe9\xca\x07\x4a\x16\xac\xea\xac\xcd\x48\xab\x5d\x37\x1b\x92\x60\x95\x87\xe0\xc1\x0e\xea\x0b\x7b\x8f\xe9\xb7\xc7\x62\xb2\x9c\xa2\x3b\x8f\xc4\x64\x05\xc5\x72\x9a\x61\x32\x45\x3e\x5f\x9d\x66\x1e\xb1\xb6\xce\xa0\xff\x54\x6b\xeb\x60\x95\x7a\x5b\x5b\xe7\xe9\x29\x50\x0f\x5c\x5b\x67\x90\xae\x1e\xb3\x82\x76\xd6\x68\x6d\x1d\x91\x87\xb7\xb5\x75\xb6\xb5\x75\x9e\x42\x6d\x9d\xf8\xea\xb6\xb6\xce\xb6\xb6\xce\x23\xd4\xd6\x41\xac\xb7\xad\xad\xb3\xca\x0e\xf6\xf4\xab\xeb\x28\x99\xa0\x68\x64\x4f\xa9\xba\xce\x9a\x26\x58\xbd\xc4\x49\xad\x13\x73\x45\x06\x23\x11\x79\x9b\x55\x3f\xa7\xe9\x37\xb0\x49\xf5\x73\xd6\x33\xb7\x35\x30\xd7\xb6\x82\xce\x37\x53\x41\xe7\x21\x0b\xe7\x3c\x2b\x13\x66\x1e\xf9\x57\xd0\xdb\x28\x94\xf4\x9f\x6f\x7b\xff\x3e\xff\xf1\x3a\xca\xad\x8b\x73\x6c\x61\xd5\x83\x7e\xd2\x81\x8e\xf2\x0d\x83\xb9\x29\x7e\xad\xf5\xc3\x4b\xdf\xb3\xa1\x0b\x51\xe8\xf7\x4b\xdf\x5b\x86\xe4\x83\xeb\x4f\xfd\x65\x44\x4e\x17\xae\xef\x41\x01\x91\x1d\x91\xb2\x56\x65\x1e\xf4\x24\xa9\xcb\x33\x06\x29\x00\x76\x63\x58\x65\xa7\x28\xa1\xb8\xd5\xc5\x60\x17\x6c\x10\xe3\x24\x73\xeb\xd8\xb2\x60\x18\xfa\x01\x07\x00\xbe\x2b\x5f\xae\xa9\x2b\xeb\x72\xa2\xa4\x1e\x40\x17\xb9\x1c\x32\x8d\x4b\x7a\x71\x02\x58\x46\xca\xe4\xaa\x65\x78\x44\x05\xff\x77\x7f\x19\x68\xe8\xd5\x56\xb3\xbf\x4a\x33\x29\x8c\x69\x2d\xb2\x08\xf0\x34\x49\xd7\x1e\x19\x90\xda\x23\xa6\xe5\x86\x5d\x34\xda\xb0\x0b\x6d\x27\x4a\x0a\x8f\xa8\x5f\x63\x12\x7d\x9b\xce\x6c\x16\xf9\xa1\x73\xc0\x3d\x24\x57\x56\x28\x11\xa3\xd4\x74\xc5\x8f\x0c\xd6\x2a\x19\xa3\xdc\x07\xfa\xb9\xe5\x2f\x60\xc6\xbb\x29\xc9\x7e\x79\x09\xd9\x67\xbe\x65\xba\x38\x59\xdd\xc7\xa1\x20\x53\xd7\xbf\x8c\x2f\x55\xb7\x85\x66\x5e\x4e\xca\x49\xe0\x1d\x20\x58\xba\x30\x84\xd1\x4e\xa5\xd4\xc2\x15\xe9\x48\x73\xe0\xc8\x7a\x6b\x8e\x9a\xbb\x1c\x35\x85\x4e\xc6\xd9\xd5\x74\xea\x93\xb4\x19\x26\x36\xad\x4a\x87\x69\x55\xbc\xf6\xb8\x6e\xe2\x37\x67\x68\x63\xaa\xf7\x2c\x80\x13\xfe\x48\x53\x53\x4e\xd4\xb1\x63\x15\x50\x8a\x9c\xb6\x56\xd9\xbc\xf6\x50\x11\xb1\xc0\x89\xa0\x46\x77\x6d\x21\x3b\xa2\x4f\x93\x97\x6a\xa5\x55\xc7\xff\x4e\x6d\x27\xaa\x59\x50\xeb\x37\x07\xde\x94\x14\xeb\x2b\xc4\x8c\x66\x38\xcf\x52\x54\xb2\x97\x0b\xd7\xb1\xcc\xca\x94\x2a\x5b\x04\x79\xc0\x65\x16\x58\xae\x63\x5d\xc9\xe7\x68\xce\x20\x8b\x16\x1e\xee\x72\x43\xd8\x8b\x7f\x6f\xaf\x29\xa5\xea\x18\x16\x2a\x1f\x11\x4b\xbc\xbf\x3c\x15\x6d\x17\xec\x97\xd6\xd0\x4a\xd7\x12\x48\xde\x28\xd1\x6f\x6d\xd3\x9b\xc2\xc0\x4f\x22\x6d\x4b\xbc\xe3\xfe\x26\xbf\xe3\x33\x74\x02\x58\x5b\x3a\x82\xc5\x9f\x48\x56\xb2\x0e\x1d\x24\x2f\x81\x46\x97\x8e\xeb\x6d\x0e\xa5\x07\x5f\xbd\x5a\x27\xff\x8f\x9c\xbe\x34\x37\x4d\xe1\x4a\x54\x2e\x39\xd8\x4b\xdf\xbe\xad\x3b\x54\x3d\xb7\x20\x1e\xff\xef\x38\x80\xda\xad\xbf\xd4\xc2\x25\xf9\x70\x63\x7a\x91\x16\xf9\x5a\x18\xf9\x0b\x6d\x19\x3a\xde\x54\x8b\x66\x4e\xa8\x1d\x9f\x9c\x61\xf9\xfa\x03\xae\xc1\x72\xe3\xb8\x6e\x4c\x0a\xf4\x90\xbf\x8c\xba\x59\xc3\x50\xe9\x4c\xeb\xa0\x17\xe1\xcc\x55\x48\x86\x19\xf3\xb0\x9a\x96\x82\x17\x5c\xc5\xd9\xe4\x7b\x50\x6b\x91\x29\xcb\xad\xda\x80\x1c\xcf\xd3\x07\x6a\xee\x93\xc6\x26\xcb\xd0\x5f\xc3\x5a\x3b\xe4\x03\x0b\xd0\xbd\xa7\x2a\x40\x97\x12\x79\x2b\x91\xb8\xe4\x48\x1f\x59\x7a\x2e\x43\x28\x8b\xcd\xaf\x46\x3e\xee\x57\x93\x8f\xbf\x86\x70\x45\xe1\xb8\xbf\x0e\xe1\xb8\xb7\x06\x25\xb7\xe0\x9c\x82\x0c\xb6\xa9\x43\x0a\xd0\x93\x2b\x38\x90\x85\xc4\x7a\xae\x7c\x68\x59\x41\xc5\xed\x6d\xb2\x78\x7e\x8d\x08\xf9\x04\x24\xf4\xf0\xa9\x4a\x68\x3b\x4d\xe1\x4a\x54\x2e\x39\xd8\x47\x16\xd2\x74\x41\xc6\x72\xfa\x2b\x93\xd1\xbb\xd5\x64\x34\x5e\x51\x2b\x8a\xe9\xdd\x75\x88\xe9\xb4\x6f\xb8\x44\x83\x35\xfd\xd0\xe9\x1c\x65\x45\x6a\x5c\x51\xbc\x65\x71\x61\x3a\xe6\x22\x46\x6e\x63\xe4\xed\x4d\xaa\xcd\x85\xcb\xcb\x30\x0a\x70\x89\x39\xa0\x5b\xa6\x97\xec\x0f\x95\x3d\xba\xb2\xe7\xf4\xb1\x21\x50\xf0\x78\x3c\x3f\x72\x26\x0e\xf6\x76\x87\x9b\xe2\xd2\x3d\xf8\xfd\x3f\xff\xee\xfd\xc3\xf8\x4d\xed\xd2\x85\x41\xe0\xe3\x52\x58\x34\x6f\xf4\x65\x74\xbb\x60\xbe\xd5\xf8\x2f\xbe\x25\xe5\x5a\x25\xa1\xd1\xdc\x4e\x4b\xfd\x28\x83\x31\xd0\xad\x00\x9a\x11\xac\x9f\x83\xae\x6a\xb7\x1f\x8f\x61\x89\xac\x66\x2b\xd4\x4e\xfe\x38\x23\x8a\x0a\x82\x8f\xb8\x84\xd0\xd3\x4c\xdb\x86\x76\x55\x08\x06\x0c\xbd\x70\x63\x86\x9a\xe9\x69\x88\x46\x71\x3b\xd8\xa8\x40\x7a\xc8\x6a\xb2\x4a\x44\x70\x16\x81\x97\x0b\xfb\xe9\x10\x38\x34\xaf\x1b\x21\x70\x68\x5e\x3f\x18\x81\x49\x10\xc2\x46\x13\x38\x26\x0e\x1e\x67\x13\xd4\x45\x2d\x3d\x18\x7d\x71\x0c\xc7\x46\x93\x97\xf1\x2f\x1a\xab\xad\x99\x61\x46\xe5\xed\x61\xca\xc8\x7f\x80\x43\xd5\x8b\xa3\x87\x2b\xbd\xa1\x78\x1c\x0f\x27\x61\xc2\x9c\xd7\xf3\x08\xef\xe5\x77\x7f\x49\x90\x6e\x6e\x98\xf5\x16\x6a\x1e\xbc\x49\x2c\x11\xab\x53\x98\x36\x6c\x46\x49\xab\x95\x88\xbc\xa6\x8b\xf4\xe8\x4d\x23\x3d\x76\x01\xd9\xbb\x43\x54\x03\x32\x08\x23\xac\x4e\x54\x4c\x6c\xe2\x9c\x54\x38\x90\xa3\x62\xdc\x37\x3d\xaa\x5c\x06\xec\xac\x82\x4e\x14\x52\x24\x67\x4b\x07\x2a\xbf\x18\x57\x08\x46\x3a\xac\x8b\xbf\xea\x47\x5a\x3a\xa3\x40\x1a\x35\xd0\xdb\xa9\x18\x8d\x92\x2f\xad\x84\x62\xcb\x02\x15\x91\x4e\x8b\xb4\xdb\x28\x58\xc6\xd7\x20\x89\x7c\xac\xab\xc3\x2a\x74\xc6\xcd\x50\x66\xf9\xa0\x94\x4d\xd1\x65\x5f\xbd\xb1\x4c\xf3\xf8\xfa\x4f\xb5\x2e\xbb\xf0\x5d\xc7\xc2\xb1\xa8\xdc\x47\x0a\xe6\x67\x43\x2f\x72\x22\xe1\xda\xdc\xf4\xcc\x29\xe2\x69\x7a\x2d\x4b\xcb\x15\xb2\xdc\x78\xf3\x17\x4e\xd2\x42\x31\x5d\xfa\x7b\xda\x29\x71\xf2\xc6\xd7\x8e\x4f\xce\xe2\x0e\xd1\x4f\xb7\xaf\xf1\x94\x05\x8e\xa7\xc5\x5d\xeb\xa6\xb6\x28\x06\x78\x90\xd8\xdb\xf8\x29\x56\x6f\x75\x38\x4e\x97\x13\xdc\x6b\x20\x95\x77\x85\xb0\x25\xe9\xf8\xfd\x0b\x9b\x5e\x99\xf8\xa1\x9c\x88\xa6\x3c\x27\x7e\xfa\x73\x19\x0a\xaf\x96\xa0\xa4\x48\x2a\xc3\x78\x8a\xa2\x9c\xdc\x57\xc5\x04\xf6\x51\x78\x41\x82\x06\x96\x1b\xae\x58\x2d\x7b\xa9\x0e\x16\xd3\x9e\xb0\x81\x65\x72\x2a\xb7\x40\x9b\xe1\xd4\xe1\xe3\x72\xea\x1b\x7e\x3e\x6b\xe2\xc6\x3e\x18\x3e\x24\xb7\xed\xaa\xb9\x6d\xb7\x3c\xb7\x65\x94\xde\x6b\x90\xdb\x86\x0a\x75\x49\xc8\xd5\xde\x05\x7b\x4d\xe1\x93\x54\x65\x89\x0f\xf1\x96\x5a\x9d\x1b\xc4\x37\x75\x06\xa7\xa6\x75\x8b\x35\xd3\x50\x9b\x99\xd7\x50\x83\xf3\x4b\x68\xdb\xd0\xd6\xd0\x9e\x2d\x23\x3f\xd6\x25\x6e\xd6\x71\x21\x0d\xd6\x98\x5e\xcc\x6c\xff\x95\x33\x40\xf9\xfd\xf2\x83\xef\x2a\x37\xcb\xf8\xfa\xfa\xb6\x4a\x95\xa8\x68\xa2\x3e\xc5\xc3\xf3\x45\x79\x29\xb1\x7a\x71\x82\xd2\x32\x62\xa0\x96\x11\x83\xf2\x32\x62\xb0\x76\x19\x91\x55\x67\xb3\xde\xd9\x00\xf1\xfa\xed\x4e\x74\xbb\x80\xfe\x24\x3f\x97\x09\x03\xb7\x90\x1f\x88\x12\x8a\xcc\xaf\x24\xc3\x6a\xb1\x80\xa8\x84\x0d\x4e\xa5\xc2\x7a\xb8\x13\x76\x5c\xb4\xe4\xa9\x5a\x7b\xbb\x43\x72\x76\x6b\x9e\x38\xd2\x8a\x7d\x8d\x03\x07\xfb\xa5\x8b\x11\x5c\x5a\x77\x91\x39\xc5\x23\xd0\xef\x57\x39\x76\x6c\x1e\xe4\xc6\x2f\xf3\xbf\xff\xcf\x4f\xaf\xfb\xde\xe6\x40\x6e\x44\x6b\x07\xc6\x68\x10\x0d\x03\xe7\x57\xa5\xb0\x30\xfa\xa5\xb1\x30\xfa\x5c\x6d\x13\x63\x98\x88\xae\x70\x8b\x85\x91\x83\x04\x81\x2d\x57\x29\x1c\x08\x54\x5c\x35\x14\x21\x27\x80\xde\x15\x12\xa3\xc1\x2a\x85\x3b\x55\x1d\xc8\x4a\x40\x4e\xa1\xb6\xec\xa7\x59\xb8\x46\x35\x44\x8c\x6a\x74\x20\x55\x15\x94\x37\x35\x0a\x9a\x91\xdb\x74\x65\x42\x55\x06\xcd\x28\x98\x99\xb7\x5c\x0d\x34\x03\x35\xbf\x5e\xd0\x0c\xe3\x90\x03\xcd\xe8\x3d\x2e\x68\x86\x91\x05\x80\xa1\x54\xde\x8c\x64\xcc\xeb\x03\xcd\x90\x0a\xda\x66\x3a\xfd\x8d\xa6\x0a\x14\x6d\x02\x68\x86\x31\x68\x18\x34\xa3\x2f\x82\x66\xf4\x1f\x04\x34\xc3\xc8\x2b\xb8\xf4\x40\xa0\x19\x08\xb8\x63\x0b\x9a\xf1\x35\x82\x66\x18\xaa\xc2\x3f\x46\xf5\xca\x3f\xa5\x4b\xe3\xa9\x79\x69\x5d\xa0\x19\x46\x41\x01\x93\x8b\x82\x72\xb5\xea\xd1\x3e\x32\x68\xc6\x20\x19\x64\x86\x8d\xb9\x4e\x0c\x9f\x62\x37\x50\x43\x28\x19\xbb\xa0\x56\x15\xd2\xec\xdb\x0c\x55\xf0\x5b\xa9\x5c\xde\x8c\x4a\xa4\x2b\x6f\x60\xdf\x1a\x68\x06\xe2\xf3\x6f\xb1\x5a\x7c\xea\x40\x10\x13\x41\x3e\x00\x95\x4e\x48\xdf\x98\x72\x6e\x0f\x5a\xef\x94\xab\xe6\x87\xcb\x23\x74\x04\x57\x2a\x29\x99\x40\x6b\x28\x34\xe4\x16\xd3\xd5\xf5\x51\x65\x18\x0d\x54\x2d\x75\x5c\xb4\x03\xe4\xd4\x4b\xe5\x57\xc6\x83\x54\x4b\x2d\xc5\xa0\xd2\xc9\xb4\xdf\xd0\x31\x34\x65\x19\x6e\xa6\x86\xd6\x23\xd4\x66\x55\xdf\xb3\xad\xbf\x5a\xf7\x04\x60\x7c\xab\xf5\x57\x4f\x50\xe8\xf2\x47\xa7\x44\xf1\xd4\x29\x2c\x2e\x9d\xca\x35\x57\x50\xd4\x75\x0a\x15\xb5\x53\x1b\x73\xdc\x64\x55\x3b\xed\x1b\xdb\x6a\xa7\x35\xaa\x9d\xea\x55\x4b\x51\x2e\x9d\x2e\x0a\x8a\xc7\x05\x77\x56\x49\x3d\xbb\x28\x51\xa6\x31\x93\x89\x8d\x8c\x5f\x33\x18\xa1\x68\x84\x79\x25\x1b\xe5\xd5\x51\xb9\xc8\x67\x85\x49\xa6\x6b\x6d\xa6\x7f\x5c\xcf\x14\x2b\xd7\xdb\xac\xbc\x99\x6e\x0b\x52\x6e\x4a\x41\xca\x06\x6a\x51\xaa\xbd\x9c\x8f\x1f\xf2\x39\xf7\xa7\x81\xb9\x98\xdd\xee\xa0\x3f\x69\xdf\x2b\xd0\x5f\x4e\x5d\x67\x3e\x87\x41\xf2\xb8\xe8\x90\x05\x51\xfb\x0e\x0d\x1f\x04\xc0\x7c\x46\xaf\x6b\x6e\xfc\x0b\xf0\xda\x77\x01\x8c\x96\x81\xa7\x45\x9a\xe3\x69\xf0\x87\x2c\xe7\x6d\x44\x3d\xb6\x1e\x80\xde\x72\x0e\x03\xf3\xd2\x85\x47\xcf\x7b\x00\x25\x10\x4e\x97\xec\xfb\x4d\xe0\x44\xe4\xf3\x7d\xfb\x08\x5e\x44\xe3\x91\x07\xe0\x7d\x53\x4e\xe1\x30\xdf\x29\x1c\xfc\xdc\xfb\xf9\x74\x68\xfc\x2b\xb7\x50\x66\x96\xc3\xd4\x30\x80\x6e\x3b\xd7\xb1\xb0\x21\xca\x1c\x23\x7f\x07\xfd\xa1\x3e\x52\xf9\xa8\xcb\x14\x9d\xeb\x29\x09\xc0\xd0\x6f\x1c\x3b\x9a\x61\xe9\xd6\x8b\x95\x28\xe7\x2f\x1a\x63\xb1\x0b\xf4\x19\xa4\x3a\x5e\xea\x57\xf9\x04\x4d\x9b\x66\x0d\x47\x81\xe9\x85\x13\x3f\x98\xeb\xe4\x90\x85\x2e\x20\x0a\xe8\xa9\x62\x6f\x5c\xe3\xf1\xa8\xb1\x1a\xa4\x03\xad\xec\x9d\xed\x8c\x51\xa5\x47\x96\x6b\xc8\xed\x01\xdd\x72\x02\x0b\xdb\x3f\x0c\x44\xda\x4b\xd3\xba\x8a\x77\x7d\xcf\xa6\x13\x0b\x12\x7a\x90\x9b\x81\xde\xe3\xfa\xcf\x49\x89\x55\x77\x61\x7e\x76\xc2\xbc\xc6\x8d\x75\x36\xde\x5f\x67\xe3\x83\x55\x1a\xbf\xf4\x03\xe2\x5d\xc9\x6a\x7e\x58\xd4\x7c\x8e\x45\x9d\xe7\x09\xd4\x9d\xeb\x78\x24\x88\x4a\xa5\xfd\xef\x8f\xc5\x92\x05\xe2\x67\x3c\x2e\xdb\x09\x23\xd3\xb3\x90\x53\xa5\x09\x63\x45\xbc\xcc\x03\x74\x6c\x03\xc8\xf5\x99\x5a\x51\x81\x1f\xd1\xe5\x84\xb3\x19\xf0\x05\x9a\xcd\x30\x26\xcf\x71\x4b\x3c\xbe\xe9\x96\xbc\xf2\xfe\x30\x59\xe0\x31\x8f\x81\x8b\x21\xb8\x18\x1c\x88\x27\xff\x71\x92\x4f\xe1\xf9\x36\x6e\x5a\xeb\x68\xe9\x63\x9f\xc1\x11\x40\x27\x4a\xd1\xdc\xfc\xec\xcc\x97\xf3\x1f\x03\xbc\xd3\xbe\x76\xa6\x0e\x8a\xc2\xb9\x40\x80\x34\xfa\x3c\xd4\x95\x35\x34\x43\x38\xc5\xe1\xd0\x63\x51\x23\xfb\x3f\x97\x81\xb6\xf3\x7d\xeb\x1c\xff\x7c\xa4\x25\x53\xe2\x9e\xe0\xd3\x38\x24\x13\x37\x77\x0c\x10\x54\x6c\xfa\x6e\x26\xbe\xeb\xfa\x37\x27\xcb\x20\x44\x31\x55\x66\xfc\x2d\x16\xdf\xf1\xed\x9c\xa7\x6a\xac\x64\xba\xac\x7c\xe7\x72\x27\x1d\x35\x47\xc6\xc7\x01\x99\x25\xcb\xad\x9d\x85\xef\x78\x11\xf9\x1a\x2f\x1d\x7d\x57\x2f\xbd\x0e\xb9\x11\x44\xa4\x16\x46\x81\x3c\xef\x01\x2d\x59\x9d\x64\xd4\x58\x26\xe6\x4b\x66\xb9\xe7\x78\x09\xd2\x41\x7f\xee\xeb\x40\xdf\xef\x15\x0f\x9b\x6f\x20\x82\x9f\xd9\xac\x3f\xc7\xcf\xef\xd2\x6f\xb7\x78\x40\xf8\x8b\x1d\x7f\xeb\x0e\xfa\x38\x34\x40\xaa\x85\x3b\xe0\x56\xf4\xdc\x71\x5d\x27\x84\x96\xef\xd9\x61\x22\xe5\x0b\x18\x1b\x8f\x73\x9e\x1d\x90\x99\xcb\x07\xeb\x78\x13\xc6\x57\xf7\x26\x8c\x27\xfa\x26\xfa\x5f\xdd\x9b\xe8\x3f\xd1\x37\x31\xf8\xea\xde\xc4\xe0\x01\xde\x84\xf2\x87\xd4\x45\x5d\xde\x1a\xd3\x3b\x65\xf6\x21\x1d\x9d\x8b\x81\x94\x31\x19\xbf\x59\x33\xea\x78\xcb\xf8\x4c\xa5\x73\xa5\xdf\xd1\x39\x48\x7d\xdc\xae\x73\xb6\x56\x9d\x62\xe9\xd9\x1a\x38\x23\x3e\x7a\x98\x1c\x47\x8d\xbd\xde\x77\xf0\xfe\x99\x0b\x23\xcd\x1f\xb5\xd8\xd1\x1b\x8d\x07\xda\x20\x18\x59\xae\x19\x86\x1a\x8e\x72\x0e\xb5\x88\x9e\x16\xef\xd0\x31\x31\x58\x5a\x91\x1f\xb4\xf0\xc1\x17\x9d\x73\x41\xf0\x2c\x5c\x2e\x60\xd0\xea\x76\xbb\x66\x30\x5d\x22\xf5\xb0\x0d\xe0\x28\x9a\x39\x21\x88\x46\xf1\xdb\xd5\x41\x80\xbf\xb6\xbc\x91\xd9\x7e\xf1\x22\xe7\x2c\xcc\x9d\x81\xbd\x6e\xf2\x45\x3c\x0d\xa3\x90\x01\xf6\x35\x39\x19\x7b\x5d\xfa\x11\x90\x33\x75\xd7\xf1\x9c\xc8\x31\x5d\xe7\x2f\x18\xfc\x20\x7c\xeb\x5a\xa6\xeb\xb6\x82\xf6\x11\x3e\x05\xdf\xb7\x81\xdb\x42\x63\xc4\xa7\x35\x30\x18\xec\x25\x97\xa8\x06\x7f\xe1\xb4\x8c\x36\x70\x5a\xdd\xfe\x2e\xfa\x83\xff\xbb\x8f\xfe\x18\xed\x71\xf2\x00\x5d\xb6\x17\x4e\xab\x43\x6e\xee\x74\xc9\x1f\x7c\x7b\x27\xbe\xff\x7e\x0a\x23\x8d\x5f\x16\xad\x36\xa6\xb3\x06\x47\xa8\xa5\x98\xa4\x61\x97\x29\xea\x5f\xbe\x5c\x8c\xdb\xdd\x00\xda\x4b\x0b\xb6\x90\x05\x62\xf4\xfd\x2f\x66\x34\xeb\xce\xcd\xcf\xf1\x57\x76\x67\x1b\xa0\xa7\xe7\xe6\xe7\xf6\x33\xfc\xe2\x2f\xfa\xbb\x60\xb7\x07\xf6\x77\x81\xd1\xeb\x8d\xbb\x73\x73\xd1\x8a\x46\xdf\x8b\xd6\x0c\x6a\xb1\xf8\xbe\xf7\xc3\xc2\x0c\x42\xf8\xc6\x8b\x5a\xd1\x77\xb0\xbd\x63\xf4\x7a\x47\xbd\xfb\x56\x04\x60\x1b\x8f\x99\x8d\xa8\xd5\xbe\x8b\x59\x09\xbf\x6e\xc5\x68\x59\xc8\x39\xac\x38\x6c\xe0\x8d\x60\x17\xe7\xa8\x3c\x73\x26\x2d\xef\xfb\xc1\x5e\x8f\x12\x27\x1a\x0d\xf6\x7a\x3b\xde\x33\x38\x82\x5d\x1c\xc7\xd0\xe2\xed\x32\x01\x9b\x49\x6f\x34\x0a\xbe\x7c\x09\x46\x23\xaf\x63\x7c\xf9\x82\xba\x0c\x4c\xcf\xf6\xe7\xad\xf6\xff\x89\xee\xdb\xed\x7b\x72\x1f\x44\xf4\x68\x79\x20\x68\x8f\xbe\x6f\xdd\xe1\x63\xc9\xd1\x60\xaf\xf7\x5d\xb0\x43\x47\x01\x6e\xfb\x47\x1e\x1b\xe9\x4e\xf4\x9d\xb1\xd7\x03\xf1\x19\xe3\xc8\xeb\xc6\x7f\x00\xfd\x89\xbb\x0b\x10\x45\xff\xc8\xeb\x92\x4f\x71\xa7\xf7\x60\x39\x0a\xba\x8b\xc0\x8f\xfc\xe8\x76\x01\x81\x45\x16\x89\x3d\xba\xf0\xc6\x60\x3e\xba\x93\x4d\x3f\xa2\x61\x88\x33\x04\x01\x8e\xa1\x8f\x18\x05\xe8\xf4\x3b\x87\xf4\xdf\xfd\x3d\x98\x8c\xee\xee\x01\x59\x78\x57\xf0\x36\x6c\xcd\xdb\xdd\x89\x1f\x9c\x9a\xd6\xac\x25\x64\x19\x4c\x2e\xe0\x78\x34\xbf\x80\xe3\xfb\x76\x1b\x4c\xb8\x35\x38\x7a\xfe\x9c\xff\x0a\x26\xc2\x2a\x44\xbf\x0a\xcb\xb2\x45\x2c\xcf\x8e\xa7\x4d\xbe\x7c\x99\xf0\x8b\xaf\xfd\xe2\x45\x6b\xc2\x16\xeb\xe8\x79\xaf\x0d\x26\x23\xbb\x1b\xba\x8e\x05\x5b\x31\x83\x5f\xc3\x20\xc4\x9f\x30\xcf\xa8\xf9\xb4\xb5\x04\x16\x80\xed\x2f\x5f\xe0\x7d\x1b\x4c\xda\x60\xf1\xe2\x05\x5e\xcd\xcf\x47\x23\xa1\x3f\xd4\x1d\x1a\x8d\x78\xfd\x87\x49\x5a\x24\x2c\xa8\x48\x00\xc2\x8f\xc4\x5a\xd6\x06\xf8\xef\x28\xdd\x83\x5a\xaa\xc5\x43\x9c\xc4\xd3\x8b\x4f\x6d\x6d\x60\x8e\x26\x20\xc0\x66\xcf\xf8\x17\x1b\xcc\xc1\x02\x4c\x38\x13\xa6\x0f\xf2\x8c\xa1\x21\xf0\xdb\x65\x6d\x9c\xcb\x45\x18\x05\xd0\x9c\x77\x1c\x8f\xf0\xec\x26\xa5\xb6\x9f\xfb\xbf\x9f\x79\x27\xbf\x0e\x73\x0d\x8a\x96\x3f\xbf\x74\x3c\x68\x1f\xdb\x76\x00\x43\x64\x94\xb5\xad\xc4\xd0\x08\x12\xec\x9a\x22\x8b\x23\x25\x94\x4c\x13\x02\x84\x83\xcc\x8f\xc3\x2c\xf3\xe3\x52\x8e\x91\x4e\xec\x2c\xe9\x84\x40\x31\x39\x70\x77\x05\xcb\x4a\xa2\xc8\x29\xcf\xd4\xf4\x67\x32\x4f\xac\x63\xd2\xa2\x81\x4a\x1d\x91\x3e\x91\x5d\x68\x4f\x1f\xb3\x18\x6f\x0c\x67\x11\x21\x00\x7e\xdf\x4b\x72\xd9\x4a\x45\x6f\x67\x5d\x94\x87\x4b\xcb\x59\x64\x50\x77\x28\xf9\xb0\xf5\x93\x77\x6f\xcf\x7f\x3d\xfb\xf4\xf6\xfc\xfd\xf1\xc9\xe9\xf9\xa7\xd3\xb7\xc7\xaf\xce\x4e\x5f\x37\x94\x40\x2d\x4d\xf9\xe3\xed\x82\xd4\xd1\x0b\xe0\xc2\x0c\xa0\xfd\xe9\xcf\x25\x0c\x6e\x2b\x75\x96\x07\x2e\xd4\x03\xba\x17\x2e\x4c\xab\x04\xb8\x50\x5e\x49\x00\x5d\x05\x2e\x54\xb7\x2c\x65\xfc\x9a\xd1\x98\xea\x97\xfd\x5b\x25\xdb\x57\x1f\xa7\x83\x87\x94\xac\x48\xe8\x36\xe6\xe2\x6a\xab\xc7\xb2\xd5\x49\xa5\xcc\xcc\xb6\xde\xcb\x62\x28\x33\x32\x2d\xe8\xd1\x9c\x10\x3e\x63\x54\x69\x93\x14\xef\xd7\x95\xc6\xc1\xd5\x98\xce\xe6\x7a\xd8\x18\xc6\x4b\xa6\xfd\xb8\x9c\xa7\x78\x09\x4d\xb3\x94\x8a\x7b\xf6\x39\x0e\x40\x90\x4c\xaf\x1c\xcf\x7e\x4f\xa2\x9d\x2a\xe5\x67\xe7\x27\x48\xf7\x54\xfd\xd0\xdd\x35\x1e\xae\xd1\xdf\xef\xf6\xba\xbd\xae\xc1\x32\xd9\xf5\xa3\xc4\x6e\x2d\x0f\xad\x41\xae\x44\xa1\x93\x9d\x4b\xc7\xb3\x3b\x26\x1d\xcf\xaa\xdc\x59\x2a\x23\x82\xcc\xbe\x7c\x6e\xc3\xaa\x6c\x86\xd0\xb0\x16\xb7\x9d\xcb\x65\x14\x21\x7c\x3e\x29\xe4\x83\x06\x01\xd1\x4a\x62\xdc\xeb\xf1\x54\x90\x58\x32\x03\xf7\x9b\xe4\xd8\x9c\xd4\x71\xce\x53\xa0\x68\xbd\xb0\x65\xc1\xdd\xb0\x92\x05\x06\xd7\x57\xa5\xf6\x17\x1c\x05\xe1\xf9\x51\x27\x29\xca\x0a\xbd\x6b\x1d\xe8\x26\x0a\x71\x9d\x66\x85\x3b\x54\xb7\xbf\xe4\x69\xd8\x8f\x1d\xe1\x90\x1e\xdb\xe6\x65\x9a\xff\xf8\x2f\xe7\xf7\x7f\xff\xdc\x9b\x6c\x4c\xa6\xf9\x63\xe6\x8d\xa7\x8f\x26\xe9\x1c\xf2\x5e\xd9\x1c\x72\x3e\xe3\x27\x3f\x87\x5c\x48\x1d\xff\xda\x12\xc7\x53\xa1\xfc\x8a\xf0\xf3\x14\xdd\x15\xc9\xd3\x83\x66\x92\xc8\x8d\xcc\xb0\x74\x45\x07\xa9\xdc\x66\x23\x33\x37\x3a\xfb\x69\x45\x12\xf9\x5a\x68\x42\x63\x0c\xd7\x48\x95\xcc\x9c\xef\x92\x74\x29\xf5\xbc\x90\x33\x9e\xf7\x78\x03\x39\xe3\x83\x4a\x39\xe3\x46\x85\x9c\x71\x16\x05\x31\x4c\x72\xc6\x8d\xdd\x47\xce\x19\x1f\x56\xcf\x19\x47\x63\x5e\x63\xce\xf8\x30\xee\xe1\xe1\x52\xee\x36\x22\x67\xfc\xa0\xe1\x94\x71\xe3\x40\xac\x51\x7a\x38\x56\xb2\x6c\xb3\x29\xe3\x79\x79\x83\x0f\x94\x31\x6e\xec\x7f\x93\x19\xe3\x99\xef\xf4\x2b\xca\x18\x6f\x34\xb5\x70\xc0\x0b\xe6\x7e\xfa\x4b\x16\x27\xad\x2d\x5f\xdc\x28\x91\x2f\x9e\x93\x2d\xa8\x1e\xed\x3a\xf2\xc5\x95\x8a\x8a\x3a\x5f\xbc\x97\x0c\x72\xbd\xf9\xe2\x95\xd2\xfc\x56\xc8\x17\x57\x81\x08\xd6\x4a\x17\xdf\xe6\x03\xd6\x95\xef\x7b\xdf\x6a\x3e\xa0\x64\x6a\x57\xa4\x1a\x09\x29\x41\xee\x62\x66\x2a\xf2\xf8\x40\x6e\x9b\x8a\x1c\xad\x74\xa3\x8a\x54\xc3\xb5\x67\x07\xa2\xd7\xbe\xcd\x0e\xac\x43\x59\xbd\x74\x1e\x5b\x2e\x87\xf5\x72\xee\xc8\x78\x3f\xe5\x33\xda\x4a\xb0\x6f\x69\xe0\xac\xfa\xf3\x55\xa4\xd9\x66\xdd\xb2\xae\x19\x97\x4f\x54\xfc\x4a\xf3\xf3\x2a\xa6\xe2\x61\x08\x84\x75\xa6\xe2\xf1\xb9\x76\x05\x69\x79\x35\x53\xf1\x8a\x4d\xc2\x9b\x62\xb4\xce\x88\x54\xa9\x94\x93\xf7\xac\x29\x23\xb6\x99\x6f\xc4\xfe\xe7\xaf\xf0\x5f\xb3\xf9\xff\xbc\xc9\x0d\x64\x21\x53\xd1\x4d\x29\x90\xe5\x25\x89\x00\x28\x11\xd2\x72\x00\xf4\x98\x2a\x1d\xcb\x77\x63\xd1\x82\x98\x28\xcb\x84\xcc\x05\xb5\xec\x11\xf5\x08\xb7\x0a\xf4\x97\xae\xe3\x5d\x21\xc3\x38\xbf\xf1\x89\x1a\x1f\x51\x81\x7a\xe0\x42\x77\xc2\x33\x76\x7f\x65\xed\xbe\xc4\x56\x56\x0d\xe4\x32\xd9\xc9\x06\x8a\x58\x1b\x03\x5c\xe8\x6f\x08\x6b\x9f\xf8\x4b\xaf\xc0\x79\x5a\x58\xfb\x5c\x32\x77\xe1\xea\xcf\xb8\x9b\x5f\x60\x38\x3b\xa7\x15\x8a\x72\x83\x73\xb2\x7c\x94\x3f\x41\xd3\x8d\x66\x25\x43\x66\xb2\x5c\x8a\x4a\x17\x3c\xa7\x0a\xc7\x14\x8e\xfc\x45\x27\x8c\x4c\xa6\x28\xd7\x24\x72\x1f\xed\x23\x81\x13\x39\x96\xe9\xea\x59\x84\xa8\x4b\x6a\xfa\xef\x38\xd2\x5c\x68\x86\x91\xe6\x7b\x50\x9b\x21\x12\x69\xd6\x0c\x5a\x57\x9a\xef\xa1\x6b\x54\x74\x69\x4e\xa8\x4d\x4c\xc7\x75\xbc\x69\x69\x24\xb0\x8c\x49\x51\x3c\xd7\xc7\x9f\xd3\xcc\x0c\x35\x53\x23\xe3\x59\x75\x5a\x0b\x33\x0c\xd7\x3a\x2d\xd7\x15\x66\x13\x22\xb0\x2a\xd2\x6b\x55\x74\x36\xfa\x0f\x23\x54\x61\xd4\x2b\xb1\x75\xb9\xca\xff\xca\xf8\x52\xd5\x75\x97\x62\x1f\xb7\x6a\xe1\xc8\xe7\xae\x82\x18\x36\x20\x9e\xcb\xf0\xab\x13\x42\x9e\xca\x85\x15\x96\x93\x6e\x40\xd5\x43\x86\x14\x32\x89\x14\xdc\x13\x35\x57\xbc\x83\x75\x6d\xab\x1b\xc2\xe0\xda\xb1\x60\xd8\x0d\x67\xfe\x8d\x74\xba\xfb\x7f\xf5\x8c\xae\x12\xd3\xf1\x70\x2c\xdc\x22\x9c\xbf\xb2\x82\x19\xd3\x4f\xe4\xbd\xb3\x6a\x1c\x59\x30\x6f\xd5\x84\x1f\x7c\xf4\xe5\x6c\x3b\xd2\x7e\xa6\x0e\xff\x2c\x1e\x51\xb9\xf1\xb0\x88\x8e\x82\x35\x55\x42\x39\xc0\xd1\xa1\x35\xce\xb9\x1b\xb0\xfe\x4a\xab\x15\xff\x97\xbd\x77\x7f\x6f\xdb\x46\xf6\xc6\x7f\xcf\x5f\xc1\xf0\xec\x93\x23\x9e\x42\xb4\x28\x59\xbe\x68\x1f\x25\xcd\x3a\xe9\x36\xa7\x49\x93\x13\xa7\xdd\xed\x6a\xf5\x66\x69\x11\x92\x58\x53\xa4\x4a\x42\x76\x5c\x5b\xdf\xbf\xfd\xfb\xe0\x4a\x00\x04\x29\x52\x92\x73\x69\xb3\xef\x7b\x1a\x8b\x24\x6e\x83\x01\x30\x33\x98\xf9\xcc\x26\x47\xd0\x8d\x92\x84\x51\x08\xd8\xc6\x0f\xcf\xe4\xfc\xb9\xed\xd6\x58\x53\x78\xa9\xbf\x01\x35\xf4\x2e\x2a\xcf\xc1\x74\x5a\xf8\x9b\x76\xe0\xef\x3e\x82\xd7\xfe\x0d\xc9\x9b\x3e\xb3\x85\xdb\xd5\x8e\xd1\xf1\x1b\xae\x4c\x6b\x4d\xae\xc9\xb4\xf7\x54\xf2\x91\x6b\xe6\x7e\xbd\x41\x96\xac\xed\x9a\xd6\xab\xe1\x9a\x96\x4f\x71\x6f\x1f\x93\xda\x6b\xb0\xc1\x18\x8c\xf7\xcd\x34\xfe\x3c\x91\xb7\xd0\xc6\x73\x87\x32\xe1\x5e\x26\x7b\x96\x09\xa3\xc0\x3d\xb8\x98\x99\x3c\xcb\x22\x88\xac\x48\x8a\xe1\xa3\xed\x57\x84\xf0\xe5\xca\x9c\x14\x10\x08\x5d\x45\x67\x7a\xdc\x59\xaf\x41\xa6\xc4\x27\x85\x43\x59\x0d\x04\x09\x09\x53\x5a\x0d\x99\x7e\x3d\x83\xe8\xf5\x75\xcc\xf5\xeb\x67\x30\x9b\xa4\xe1\x12\x25\x69\x4b\xae\x42\xae\xc0\x01\x13\xa5\xfa\x40\x8f\x4c\x5a\x95\x44\x26\x05\x23\x38\x1e\xae\x58\x64\x52\xa0\x46\x26\xc9\x3f\x41\xa0\x47\x26\x05\xa5\x91\x49\xc1\xdd\x5d\xa0\x47\x26\x05\x6a\x64\x52\x30\x4c\x9a\x47\x26\x65\x20\x14\x91\x49\x81\x03\x26\x52\x64\x52\xa0\xc5\x0d\x05\x2c\x32\x49\x79\xfe\x24\x28\x46\x26\x4d\x44\x64\x52\x50\x1d\x99\xa4\xb7\x60\xb6\x84\xe0\x2e\x06\x78\x78\x34\x32\x89\x45\x25\xe1\xa7\x09\x20\xb1\x49\x92\x05\x27\xaa\x8c\x4a\xf2\x41\xd4\x38\x2a\xe9\x33\x74\x47\xfc\x5b\x82\x56\x53\xf4\xbc\xc4\x92\xf3\x09\xdc\x11\x99\xf1\xe8\x0b\xf3\x5f\xfc\x9a\xfa\xe6\x23\xa7\xbe\xe1\x94\xff\x9a\xfd\xa6\x36\x29\x76\xf1\x57\xfc\x9a\xe3\xe6\x6b\x8e\x9b\xaf\x39\x6e\xbe\xe6\xb8\xa9\xeb\xf4\x31\xfa\x9a\xe3\xe6\x6b\x8e\x9b\xaf\x39\x6e\xbe\xe6\xb8\xf9\x9a\xe3\xa6\xa6\xd3\xe2\x1f\x39\xc7\x4d\xcd\xad\xbd\x5e\x3e\x1b\x7e\x73\xf8\x67\xcb\x69\x63\x12\xf3\x45\xa8\xd2\xd7\xd4\x36\x4d\xf6\x72\xc9\x49\x33\x85\xb3\x30\x43\x10\x4b\x13\xd4\xc2\x29\x3d\xd8\x9b\xff\xa5\xbd\x37\x4f\x74\x7d\x05\xec\x63\x3f\x6f\xbe\x9b\x1b\x9d\xce\x8d\x7c\xfd\x35\xa5\xcc\x9f\xcc\x85\xfc\xcf\x9b\x52\xa6\xc4\xab\xb7\xb9\xdf\x78\x99\xbb\x6c\x2d\x67\x71\xb5\x2a\xea\xfa\xb2\xa1\x57\xd4\x7c\xb2\xb1\x5b\xac\xae\x0d\x1d\x63\x95\x7d\x0a\x37\xf6\xaf\x49\x6e\xb6\x74\x63\xb7\x9b\xa6\xb9\x61\x47\x81\x66\x35\xde\x4e\xbb\xad\xe7\x4d\x6e\x62\x64\xaf\xf8\x62\xff\xd9\x5f\x0c\x8b\xe3\x1e\x9c\xe5\x8d\x6b\xcb\x33\xbc\xb9\xb7\x01\x6e\x97\xc4\xa7\x71\xb6\x9f\x86\x0c\x46\x7d\x8d\xda\x8a\x74\x7b\x9f\x6c\x56\x12\xfb\xa3\x86\x63\xec\x3d\xc1\xd0\xc7\x08\xc7\x28\x8b\x40\xd2\x02\x2f\xee\x67\x6c\xf7\xc0\x5c\x7f\xd0\x08\x8d\xaf\x19\x94\x36\xdc\x98\x7f\xc2\x68\x0d\xe1\x23\x74\x30\x99\xfb\x29\x72\x3f\x90\x55\x70\xaf\x57\xf8\xf9\x03\x72\x59\xaf\xf8\x29\x31\x77\x87\x81\x1d\x06\xc4\x43\x25\x1e\xdc\xbe\x7d\x7e\xfe\xfc\xdd\x60\x74\x8b\xfc\x74\x06\x11\x7b\xb3\x1e\xaf\x01\xe9\x69\x36\xb8\xc5\x0f\x06\xb7\xf8\xd3\xf3\x9f\xce\xce\x9e\x9f\x9f\x4b\x1f\x67\xab\xc9\x04\x66\x99\xbd\x1e\x83\xe7\x6f\xdf\xbe\x7e\x2b\xbd\x82\x69\x9a\xa4\xb8\xa2\x35\x60\x5f\x0d\x6e\xd7\x80\x3c\x1d\xdc\xae\xd7\xeb\x46\xc4\xab\x17\xe1\x02\x1a\xce\x82\x16\x11\x03\x62\x1a\x13\x93\x02\x1f\x44\x80\xf9\x77\xe4\xf9\xaa\x26\x2d\x86\xe3\xed\xdc\xc6\x9f\x29\x34\xf7\x5a\x74\x36\xe0\x9d\x05\x3e\x1d\x54\x34\xbc\x5d\x33\x84\x6b\x4b\xf6\x21\x4a\x4b\x7c\x88\xa2\x11\x1c\x0f\x53\xe6\x43\x14\xa9\x3e\x44\xf2\x4f\x10\xe9\x3e\x44\x51\xa9\x0f\x51\x74\x77\x17\xe9\x3e\x44\x91\xea\x43\x14\x0d\xe3\x3a\x3e\x44\xb1\x84\x5d\x9d\xb2\xb9\xbb\xbb\x8b\xd7\x0e\x88\x1c\xe0\x4b\x3e\x44\x91\xe6\xe1\x13\x31\x1f\x22\xe5\xf9\x93\xa8\x48\x55\x5f\xf8\x10\x45\xd5\x3e\x44\x7a\x0b\xe5\x8c\x11\x91\xe1\x11\x1f\xa2\x68\x6f\xe9\xc8\x16\xd5\xae\x3a\x1f\x16\xff\x7b\x79\xf0\xf6\x67\xdf\xec\xaa\x73\x4e\x37\x23\xfb\xef\x2b\x3f\x0d\x6c\x60\x3f\xe5\xdb\x7e\x10\x66\x4b\x1f\x51\xdc\x2b\xf6\x4d\x1e\x77\x45\x24\x2b\xe9\x3e\xf1\x51\x7e\xcc\x1b\x1c\x61\xf0\x83\x36\x59\x76\x42\xb1\xc9\xd2\x09\x15\xe2\x0e\x41\xa7\x71\x90\x54\x0a\xa7\xa2\x22\xba\xd7\x14\xfb\x94\x9b\x17\xa4\x91\x50\xd7\xf9\xa2\x07\x26\x51\xdf\x8a\x30\xc8\xf9\xae\x39\x26\xd9\x96\x3c\x11\xea\x35\x5b\x85\x01\x8b\x66\xa2\x2a\x16\x4d\xaf\xc4\xaf\x7c\x48\x26\xab\x24\x8e\xa9\x11\x45\x34\x47\x3f\xea\x4a\x1f\x05\x61\x66\xf8\x4e\x33\xf7\xf2\xde\x29\x7d\xb1\x51\x88\x08\xcc\xbe\x64\x4f\xb1\xcf\x92\xe5\x0d\xf3\x09\x38\x1e\x03\xdb\x42\x89\x85\xe6\xd0\x9a\x44\xe1\xf2\x22\xc1\xf3\x2b\xa9\xb7\xd2\x18\x91\xa8\x34\xf0\x91\xdf\x16\x9f\xb7\x49\x56\x0b\x6a\x99\x97\xc6\xda\x3d\x04\x87\x72\x6f\xd8\xd8\xcb\x1c\x87\xb9\x06\xda\xc7\xbc\xc1\x0e\x0b\xdd\x52\xc0\x7b\x1f\xc2\x40\xea\xff\xc3\x87\x39\xb2\x26\x8d\x76\xb9\x26\x51\x3f\xcb\x34\xb9\x88\xe0\xe2\xa1\xe2\x8a\x62\xc8\xff\x74\x92\xeb\xb4\x28\x0d\x67\x33\xea\x04\x35\x4f\xae\x5f\xc7\x34\x03\x28\xb9\x87\x8b\x88\x0c\x92\xc4\xdf\x87\x41\x00\x69\x1c\xd8\xc2\x8f\x57\xbe\xe4\xa0\x51\xcc\x10\x46\x87\x43\x0e\xca\x12\xe3\x07\x56\x59\x3a\xa0\xd7\xe9\x74\xca\xbc\xe5\x3b\x22\x96\xc3\x26\x27\xb0\x2d\x3b\x71\x08\x6f\x89\x13\x70\x2a\xf8\xa2\x32\x11\x87\x41\xfc\x03\x3d\x70\x08\xfa\x4d\x84\x40\xb6\x4a\xed\x20\x0c\xda\x61\x9c\x41\xf2\xe3\x3a\x8c\xa2\x76\x00\x33\x94\x26\x37\xb2\x18\x57\x10\x11\xe9\x4a\x5f\xe0\xc5\x46\x64\xc4\x38\x41\x5c\x96\x63\xd2\x20\xf7\xbc\x6f\x24\xda\x69\x42\x80\xe2\xd4\xbb\x1c\xb6\x52\xb6\xff\x85\x31\xd9\x4f\x99\xf6\xd7\xb2\x05\x1f\x1f\x24\x99\xed\x00\xbf\xe4\xb3\x20\x59\xd8\x78\x5b\x56\x3d\x83\x33\xed\x77\x58\x33\xd9\x87\x29\xc1\xc7\x84\xa7\xc6\x10\xeb\x10\x24\x24\x7b\x43\xfe\x0a\x77\x02\xac\xd8\x43\x92\xd8\x81\xcc\xc4\x30\xe6\xcd\xd0\x87\x78\xdf\xa1\xe9\x23\x82\x64\x41\x7e\xb5\xa4\x22\xef\xa3\x30\x43\x30\x86\x69\x96\x7f\x23\x1e\xb5\x9c\x35\xdb\x6a\x5a\xce\xad\xf6\xb9\xeb\x07\xb4\x22\x57\x74\xd1\x85\x1f\xe0\x64\x85\x60\xeb\x3f\xff\xf5\x97\x5b\xd1\xf6\xda\xa2\x13\xf1\x1f\x07\xdc\x72\x91\xae\xe5\x0c\x1f\xd3\xe6\xd8\x3e\xdb\xb2\x99\x94\x68\x3b\x4c\xd8\x33\x7c\x42\x64\x45\xdb\x59\x3b\xeb\x7c\x0f\x34\x74\x8c\xfa\x42\xb5\x9c\xf5\x1a\x24\xc3\xa0\x15\xca\x7e\xd2\x12\x39\x47\xe9\x18\x6c\x99\x0a\x02\xaf\xad\xb5\x03\x56\x7a\xed\x64\x46\x46\xfe\xae\xf5\xea\x7d\x66\xbb\x3d\x18\x45\x63\xb0\xc9\x2b\xdc\x58\xd2\x01\xd2\xe3\x42\xfd\xd2\x81\x02\x46\x59\xc3\x26\xa4\xc2\x5a\x2b\xa1\xac\xf4\x2c\x2b\x1d\x9c\x17\x60\xb9\xd9\xc1\x99\x9e\x33\x22\x3a\x7b\xe7\x94\xb2\xb9\xb0\x9e\x27\x8a\x00\x17\x60\x0e\xae\xc0\x0d\x98\x81\xd7\xb9\x08\xff\xe6\x4b\x12\xe1\xdf\x7f\x15\xe1\xff\x1c\x22\xfc\x75\xb5\x08\xff\x73\xa7\x73\xf0\xdb\xf1\xef\xdf\x98\x45\x78\xc9\x1b\xbd\x54\x0c\xd7\xb3\x8c\xa9\x37\x21\x1d\x33\xe4\x69\x47\x12\xa2\x11\x4c\x17\xb9\x34\x66\xcb\x6e\x81\x5e\xd9\x9d\xae\x4d\xe5\x97\xae\x51\x22\x13\x9d\xe6\x68\x0b\x67\x12\x58\x83\xfd\x7c\xb1\x24\xde\x66\xe6\xae\xb2\x54\xc1\xdc\xd3\x51\xee\x0c\x01\x62\xa0\xa8\x10\xf9\xa0\x8e\x0c\xf7\xac\xf9\x87\xc0\xa6\x59\x8b\x64\x08\x04\xf5\x0e\xcb\x8f\x93\xf8\x66\x91\xe4\x97\x16\x0a\x05\xcc\xb1\x93\x7b\x6c\x63\x3c\xae\x2f\xc0\x65\x44\x19\x9a\xc6\xb2\x78\x86\x85\xb9\xd5\x32\xa0\x02\xaf\x6c\x2b\xc9\x83\xb4\x66\x68\x0b\xa3\x9b\x71\x17\x57\xa4\xb3\xe7\x79\xc8\x95\x2e\x76\x31\x87\x23\x07\x94\x89\x6f\xe4\xb6\xb9\x5c\x6c\x63\xb3\x2f\x49\x6e\x3c\x2f\x1b\x17\xdd\x70\x4f\x57\x08\x06\xae\x1f\x85\x7e\xc6\x4b\x9c\xd3\x0a\x98\x3b\x0c\xde\xb2\xb0\x70\x18\x6a\x65\x5a\x94\xe1\xb1\x68\x3b\xcb\x5c\xd1\x56\x52\xfc\xec\x66\x99\x07\xaa\xbc\x82\x68\x9e\x04\x22\xe4\x82\x38\x87\x90\x0a\xe8\x6f\xdc\xd0\xaa\xac\x06\xda\x10\x1d\xf3\xa4\xf0\x11\xfe\xcb\x4f\x7d\x44\xf0\xdb\x69\x63\x30\xb0\x1d\x10\x14\xbe\xa4\x2f\xdf\xd1\xde\xe7\x83\x94\x3b\xe5\x80\x45\x59\x2f\x26\x49\x8c\x28\x6f\x68\xfd\x5e\x16\x4a\x90\x0f\x6e\x09\x7b\xbb\xa3\x31\xa0\x7f\xb0\xf2\xee\x68\xbc\xb6\x1d\x30\xd5\x84\xe8\x8b\x1d\x84\xe8\x37\x4c\x52\xe6\xd1\x2c\x73\x26\x2c\xf3\xe7\x34\x60\xe7\x4a\x7f\x2a\xcf\xb9\x0d\x6e\xb4\xd7\x74\x92\x67\xc6\x42\x98\x6a\xaf\xfc\xa5\x0d\x5e\xd3\xd7\x24\x99\x1b\x26\x53\x2b\x8f\x5d\x13\x89\xdc\xf0\x73\xf2\x81\xcc\x08\xa6\x0f\xf3\xba\xef\xee\x6c\xf8\xc1\x9f\x20\x5b\x2a\xf7\x46\x38\x36\x9b\xca\xb2\xd9\x50\x7d\x72\x43\x98\x49\x15\xe0\x79\xd7\x8a\xe2\x31\xde\xdd\xe9\x3d\xb8\xbb\xb3\xe5\x86\x49\xa0\x63\x9e\x50\x8f\x4e\xdb\x0c\x22\x46\x91\xf2\xe6\x6f\xe8\x51\x6c\x3b\x77\x77\x0d\x0a\xd9\x3c\xd5\x9e\x15\xc3\xeb\x96\x9d\xa1\x34\x8c\x67\xf6\x70\x88\xc9\x98\x4c\x69\xbf\x65\x4a\x3e\x91\x9e\xb0\x79\x19\x15\x3e\x1a\x0f\x4c\x64\x76\xa8\x62\xc3\x99\x1f\xdc\x4e\xf1\x36\x95\x66\x03\x76\x76\x4f\xd3\x64\xf1\x9c\xde\x6a\xf0\x53\x9f\x5d\x72\xb4\xa4\x16\xf8\xae\xb1\x4c\x61\x10\x4e\xc8\x35\x01\xa1\x2d\x96\x8e\x1d\x9e\x58\x0f\x0d\x1f\xdf\x46\x10\x8d\x62\x90\x8e\x87\x88\x8f\x50\xc8\x18\xf0\xee\x0e\xba\x61\x3c\x89\x56\x01\xcc\x5a\x31\x96\x92\xd7\x94\xab\xf2\xd5\x9d\xcf\x9d\x28\x26\x0d\x2a\x49\xd1\x93\x11\x1b\x26\xb9\x27\x93\x0a\xe6\xfd\x69\xa9\x25\x68\x13\x64\x79\x8a\x0c\x84\xf2\x7e\xc2\xfa\x69\x73\xb1\x4c\x9b\x86\xfc\xcb\x47\x8f\x5a\x2c\x77\x61\xfe\xcc\x61\xba\x80\x26\x01\xe5\x4b\x12\xef\x81\xda\x76\x8c\x1f\xb7\xf2\x4d\x0c\x40\x87\xe9\xaf\xf4\x7b\x89\x2b\x61\xbe\x84\x6c\x9b\x93\x22\x67\xf4\x27\xca\xcc\x0e\x34\x1e\x61\x7f\xb6\xb4\x42\x94\x1c\xbc\x50\xcb\xb9\x0d\xa7\x2d\x03\xad\x19\xdf\x3a\xf2\x4a\xe2\x9b\x1b\x13\x6d\x1f\xf0\xd5\x22\x75\xc3\xc8\x20\x0f\xe4\x26\x60\x8d\x2a\xd1\xd0\xc4\x89\x4a\xbf\x38\xcf\x41\xc6\x73\x08\xc4\xe3\x21\xe4\x3c\xf7\xb7\x24\x89\xa0\x1f\x13\x26\x23\xf9\x1a\x8d\x9f\x8d\x10\xe0\x4b\xef\x21\x9f\xf3\xf8\x49\xec\x32\x95\x65\xbc\x16\xab\x54\xe9\x2b\x6f\xb9\x65\x58\x41\xc8\x71\x38\x4b\x93\x8f\xa5\x3d\x25\x1f\x03\xe1\x45\x92\xf1\xb2\x94\xf5\xa0\x30\x15\x3c\xbf\x82\x31\x7a\x02\x79\xeb\x03\xb8\x66\xf3\x0a\x8b\xdb\xdc\x10\x52\x46\x22\x0d\xac\xd7\x60\x3e\x7c\xdf\xba\x90\x35\x5c\x7e\x78\x8c\xe2\x5d\xf5\xfa\x2b\xbd\x6a\x7a\xfe\xec\x6e\x88\xb8\x29\x54\xac\x1e\x61\xbb\x9b\x24\x66\x7a\x0b\xf4\x14\x1c\x45\x5b\x57\x5c\x48\xa7\x69\x93\xa4\xba\xaf\xcd\x43\x11\x07\xeb\x28\xdb\x75\x28\xc6\xfa\xa9\xec\x33\x0a\x37\x5b\x3f\xca\x0a\x3b\xe0\x42\xb6\x7e\x94\x8e\xc2\x06\xa3\x64\xab\x56\x58\x70\x7f\x55\x2b\xb2\xc4\x37\x5a\x35\x6c\x45\x2a\x5c\xdd\x0a\xd3\x4e\x46\x93\x86\x0d\xd0\x72\x75\xe8\x84\x77\xf8\x51\xb0\x15\x95\x88\xa8\x5a\xd5\x42\x2e\x66\x8f\x16\x0d\x5b\x90\x84\xe1\xea\x59\x60\xf2\xf0\x68\xd9\x78\x0a\x68\xc9\x3a\x34\xb2\xc1\x68\xba\x15\x85\xf4\xda\x2f\x64\x3b\xdd\xf3\x4a\x3b\xdd\x35\x78\x5e\xd3\x4e\x37\x4d\xd2\x85\xc9\x42\x97\xfb\x2b\x66\x45\xd3\xdc\xbe\x2c\x23\xf1\x86\xb4\x48\x4f\x6f\x7e\xb8\xf9\xe6\xf2\x3b\xb3\x65\x04\xef\x1e\xe4\xd2\xc7\x5f\x86\x9b\x6e\x29\xc9\x50\xa3\x84\x40\x2c\xf2\xcb\x45\x01\x04\x99\xa5\x13\xdd\xd1\x39\x89\x27\x90\x5f\x61\x4a\x9e\xf7\x27\x58\x97\x3f\xf8\xcb\x2d\x45\x29\x5a\x1f\xfc\xe5\x36\x98\xe0\xff\x12\x05\xe1\xe0\x2f\xb7\x59\x3a\x59\x2b\x17\x4b\xdc\x1e\x22\xd0\x2d\x09\xd8\x25\x57\x2b\xf9\x35\x69\x9f\xd8\x17\x7a\x7d\x62\x5a\xe8\xf5\x29\x00\x58\x1f\xf4\xf2\x28\xe5\xa2\xf3\x7f\x87\xc4\xa5\xa2\x67\x3e\xf2\xed\xad\x22\x5d\x6a\xf8\xa5\x12\x82\xd5\xf6\xa1\x96\x2e\x34\x39\xc5\xf9\x14\xf1\x7b\xe1\x30\xbe\xc4\xd4\x65\xe3\x67\xee\x7e\x84\xdc\x01\x8c\x20\x82\xca\x34\xa8\x77\x7d\xe5\x74\xaf\x4b\x70\x99\xd4\x4a\xe4\x47\x1f\x78\x1d\x43\x82\xca\x7e\x0e\x6e\xc5\x66\x45\x99\x8e\x43\x3a\x4d\x87\xc6\xd0\x8c\x0e\x2d\xe2\x15\x53\x5c\xea\x5f\x1c\x36\x0c\xd3\x50\xfc\x7f\x3d\xcd\xf6\x25\x9c\x7c\x31\x57\x88\x50\x28\x60\x87\x99\xb8\x12\xa5\x6e\x3b\xe4\x3a\x00\x9f\x53\x01\xe6\xc3\xd5\xc5\x22\x44\xf4\xba\x14\x22\x41\x28\xaf\x63\xe6\x3a\x31\x3d\x39\x69\xbc\x7e\x0e\x59\x47\x1b\x18\xe7\x0f\xc2\x78\x1a\x91\xf0\x80\x71\x09\x15\xe8\x67\x4b\x98\x66\x04\xad\x95\x55\xd9\xa9\x26\x1d\x2d\xc4\x7b\xac\x97\x69\x10\xde\xaf\x02\x31\x9d\x80\x9e\x08\xb3\x30\x38\xfe\x73\x86\xe9\x6c\x85\x1e\x50\xb9\xd8\x72\xba\x35\x0f\x85\xb8\x09\x61\x14\xec\xb3\xde\x2a\x6a\xec\xe8\x46\xb9\xc1\x63\xb3\x04\x55\x6d\x03\xf1\xf8\x79\xbc\x7f\xf2\xe1\xf3\xf1\x73\xa5\x5e\x45\xa2\xca\x0d\x71\xa5\x7a\x35\xdb\x4e\x54\x35\x70\x98\x9f\x3d\x67\xbb\x0d\x31\x43\x73\x14\x9f\x54\x3a\x03\xc9\xf6\x2c\x36\x6b\xe6\x4c\xb0\x4a\x43\xc5\xc2\x4d\x77\x33\x52\x11\x3f\x32\xa4\x13\x03\x8b\x36\x6c\x03\x9b\xf0\x5d\x2e\x82\xa8\xb1\xad\x3b\x97\x84\x14\x7f\xd2\xb4\xd2\x9f\x34\x66\x62\x98\x78\xe3\x52\xf3\x67\x4b\x58\x3f\xc1\x2d\xf2\x67\xb4\x6d\x1b\x04\xc9\x62\x50\xe5\xa8\x70\xb1\x0a\xa3\x00\xa6\x25\xdf\x10\x5e\x74\x00\x1d\xe5\xe0\xa1\x07\x38\x15\x8a\x3a\x1a\x55\x9b\x39\x69\x54\x6b\xeb\x1a\x24\xf1\xc4\x8f\x27\x30\x6a\x5e\x8e\x3e\x97\xcb\x91\xda\xc8\x91\x30\x30\x43\x80\xb9\x73\x3f\x0e\x22\x48\x54\xfd\x16\x74\xd6\x20\x08\x83\xb7\x70\x02\xc3\x2b\xf8\x14\xa1\x34\x93\x2b\xa3\x1e\x02\x06\x0b\xf1\x03\x94\xde\xd0\xb7\x98\x08\xd4\xdc\xc0\x88\x45\x9e\x48\x06\x99\xf5\x84\x38\x21\x40\xe7\x76\xbd\x06\xd7\x61\x14\xbd\x85\x71\xa0\xea\xb1\xa5\xcd\xb0\xd9\xcc\x84\x99\x33\xe7\x61\x5a\x26\xcc\xde\x8a\x58\xd0\x16\xdb\x5b\x1d\x87\xb6\xf3\x8c\x3a\xd1\x3c\x8f\xc8\xbe\xd0\xa4\xbd\xdc\xac\x8a\x39\xd1\x0d\xb3\x1f\xe1\xb5\xed\x3c\x7a\x44\xdd\x2a\xf0\xa3\x34\x89\xa2\x0b\x7f\x72\x89\x29\x16\x5e\xac\x10\xcc\x5a\xce\x1a\xd0\x25\x92\x0d\x6e\x99\x24\x38\x50\xae\x87\x21\xb2\x50\x6e\x35\x12\xf7\xad\x82\x8a\x8f\x1e\xb5\x50\xfe\xcb\x65\x75\xb4\xa0\x83\xfb\x43\xfe\x74\x94\x0e\x62\x39\x82\x75\xac\xa5\xd3\x89\xaf\xbc\x87\x1d\x07\x94\x18\xb8\x56\x28\x99\x86\x51\x74\x77\x77\xbb\x2e\x43\x8d\x2b\xda\x57\xf3\x76\x20\xb9\xd7\x07\x70\xed\x00\xe4\x14\x27\x8a\x6e\x12\x88\x19\x1b\xf1\xaf\x35\x30\xb2\x25\x63\x70\xfa\xae\x25\x5c\x69\xe2\x24\x5d\x10\xf3\x03\xe3\x53\x51\x15\xa6\x4d\xfe\x97\x44\x1a\xe2\xe2\x2c\x69\x64\x69\x3d\x85\x8b\x6a\x21\x9f\xcc\x5d\x5c\xd1\x84\x84\xbb\x38\x7e\x40\xdd\xc5\xa9\x9b\xb7\xf0\xf2\xce\xbd\x46\x60\x60\xaf\xc1\xcb\xd7\x4f\x9f\xe9\xbe\xe4\x60\x92\xc4\xc1\x80\x2b\x0b\x6b\x20\xde\xe2\x27\x61\x3c\x53\x9c\xcd\xf1\xb3\xc1\xed\x1a\xb0\x77\xaa\xdf\xb9\xe6\xa3\x0e\xb4\xbe\x30\x8f\xf3\xf5\x1a\x50\x97\x75\xe1\x6d\x4e\xdd\xdc\xdf\xbd\xfd\x65\xa0\xb4\x4d\x3e\x95\x07\x50\xf9\x65\x0d\x8f\x75\x79\xfe\x36\xa8\xcc\x25\xae\xea\xa5\x1c\x60\x70\x55\xdf\x97\x92\x9d\x56\x2b\xd9\x93\x5f\xde\x9d\x1c\x7d\xf8\xee\x72\x77\x0f\xe2\x4d\x7a\xb8\x77\x02\x8e\x55\xe7\x5c\x26\x7f\x6d\xf0\x21\xf6\x8e\x1b\x28\x47\xf7\xeb\x47\x7c\xc2\x12\x8b\x2b\x62\x22\xb0\xbf\xc5\x4b\x40\x56\x99\x4d\xee\xa0\x76\x98\xbd\x64\x0a\xb5\xd0\xf8\x94\x26\x72\xcf\xcf\x5c\x43\x95\x7d\x6d\x3d\x9e\xdf\xe1\x70\x0c\x6c\xbc\x12\x15\x17\x59\xc9\x9a\xd0\x53\x7c\x0a\x14\x05\xa6\xab\x78\x88\x74\x0b\x2a\xa3\xa4\x1e\x52\x03\x3d\xd5\x1e\x68\xbd\x5d\x8f\xea\x59\x1d\xd5\x11\xd6\xe8\xfa\xca\x5a\xe8\x68\x0a\x13\xed\xab\xa0\x3e\x6d\xcf\x25\xff\xcd\xdc\x69\x98\x66\x88\xb2\xbd\x2d\x03\xde\x19\x7c\x6a\xa9\x87\xe1\xd6\x98\x6e\xba\x52\x27\xcc\x06\x02\x71\x9b\xd8\x55\xc6\x0d\x13\x02\x30\xb1\xff\x98\x76\xf7\x68\x83\xfc\x5c\x82\x1b\xa0\x20\x55\x9c\x72\x65\xbc\xb7\x6d\x90\xb4\x84\x33\x91\xb3\x6d\x82\x5e\x31\x3f\x5e\xcd\xf9\x59\x66\x80\x7c\xe3\x6f\x66\xa2\x90\x28\x6b\x00\xdd\xe8\x13\x27\x25\x15\xf1\x4e\x1d\xeb\x49\x41\xf3\x3f\x96\xdc\xb2\xf9\xa9\xb2\x67\x20\x0e\x7a\x30\x66\xc9\x2a\x25\xf7\x30\x94\x4e\xc9\x12\xc6\xa5\x16\x42\x98\x2f\x0d\x66\x24\x3c\x94\x87\x56\xb2\x32\x6c\xc9\xba\x25\xad\x03\xc6\x6f\x95\x3c\xcf\x1d\x6f\x0b\x3e\xe9\x5d\x70\x44\xc3\x0d\xe4\x25\x5b\xd8\x5e\xaa\x61\xea\x77\x51\xd7\x6b\x01\xdc\xab\x1c\xb8\xc8\xd9\x2f\x9f\xd1\xc6\xec\x65\x58\xb8\xe6\xca\xee\x7f\xed\xea\xa6\x1e\x16\xb3\xa8\xd8\x9c\x29\x70\x63\x83\x49\xd9\xac\xff\x6f\xa6\x6e\x23\xfb\x4f\x35\x6d\x4d\x55\x7d\x7c\xca\x92\x5e\xb4\xb9\xe0\x4c\x07\xac\xac\xc5\x4e\x43\xd6\xdf\x03\x95\x95\x2d\x94\x4a\xc5\xbb\xec\xa0\x8a\x29\xbd\x7c\x6a\xd5\x16\x76\x9d\x61\x46\x03\x43\xd5\xf9\x76\x2d\x6f\x6a\x1e\xf1\x6c\x8c\x13\x14\x4e\x43\x16\x15\x4c\xba\xe0\x4f\x91\x8a\x3b\x59\x27\x24\xc6\x44\x9e\x9a\x19\x78\xf6\xc5\x5e\x12\x8b\x29\x83\x12\x12\x29\x0a\x27\x97\xc4\x6d\x75\x2b\x50\x48\x3d\xed\xc8\x21\x3b\x72\xd4\xb6\x6c\xfe\x2e\x4d\x08\x13\xf9\x11\x64\xb0\xce\x24\xa4\x8b\xa5\x44\xb2\xe4\x42\xdc\xfb\x73\x23\x12\x64\x87\x38\x84\x24\xe4\xec\x14\x9f\xfe\x83\xd6\xf8\xd0\x2e\xc3\x77\xc4\xff\x7b\x1a\x5b\x64\x85\x91\x10\x2d\xaa\x99\xc3\xc0\xba\x9e\x87\x51\x86\x2c\xb6\xe3\x12\xcb\x91\x85\x87\x04\xac\x14\x4e\x53\x98\xcd\x49\x88\x5a\x7a\x63\xf9\x33\x3f\x8c\xdd\x3d\x01\x4a\x6e\x3a\xc6\x36\x16\x37\x0b\x27\x47\x5c\x50\xcd\xb1\x83\x71\x45\x87\x9d\xde\xf6\xb0\x79\x7b\xdc\x43\xf7\xc9\xe6\x7b\xdf\x47\xb7\xd8\xc4\xab\x4c\xee\xcd\xae\x1d\x37\xd3\x67\x67\xb6\xaa\x63\x20\x37\x56\x71\x54\x06\xdd\x20\xc5\xee\x55\x67\xdb\x64\xd2\xb8\x4c\x2e\x9b\x49\xa5\x54\x28\x15\x56\xf2\xdf\x56\x70\x05\x2b\xc2\xf5\x12\x0a\x0e\x47\xa3\xf6\x48\xa5\x34\x59\x87\x30\xcd\x67\x9a\xff\x38\x35\x67\xb0\x33\x81\xb9\x93\xf3\x08\xc2\x69\xc1\xf3\x7c\xb1\x42\xb9\xa9\x9e\xd9\xf1\xb7\xb1\xc2\xcb\xe6\x15\xc5\x0e\xef\x57\xda\xe1\xd3\x66\x76\x78\x61\xb2\x86\xc3\xc7\x90\x98\xc1\xea\x99\x6b\x4d\xc1\x7b\xdb\x19\xb4\x81\x6a\x8f\x25\x13\xc0\x0c\xbe\xcc\xaa\xeb\xd2\x2e\xba\xfe\x72\x19\x31\xa7\xcb\x51\xfe\xed\x98\x1a\xd2\x5f\x90\x30\xce\x46\x26\x67\x2d\x56\x8f\x18\x12\x64\x5b\x32\x37\x53\x18\x2e\x07\x0c\x7d\xbe\xbb\x53\xfd\x2b\xb3\x74\x62\x30\xbc\x3a\xb7\x25\xf6\x5a\xc5\x18\x0b\x8b\x46\x55\xbf\x9e\x51\x2e\x0b\xe3\x4b\x93\x49\x2e\x2f\xb1\x42\x61\x94\x1d\x04\xc9\xe2\x00\x5e\xc1\x18\x71\x4d\xef\x53\xb9\xb6\xbc\x3d\xfc\xc7\xf7\x61\x0f\x7d\x30\x5b\xdd\x2a\x6d\x68\x9e\x12\x37\xc3\x0f\x18\xbe\x29\x30\x6b\xe2\x48\x0d\xf9\xa1\xaa\x27\xf9\x46\xbe\xb7\xef\x34\x8b\x3e\xe1\x76\x3e\xbe\xe5\x6c\x15\x52\x92\x4f\xd5\x3e\xae\xd9\xe4\x45\xcd\xee\xc9\xca\x2e\xd8\x44\xe3\xec\x91\xed\x6c\xbc\x8e\x8b\x92\xd9\xac\xf4\x36\x8e\xbe\xb4\x1d\xc3\xfd\x17\xbd\x15\xa3\xd6\x69\xe5\x21\x21\xe1\x40\x0f\xb6\x90\xb0\x3b\x05\x78\xeb\x6d\x10\xa6\xe8\xe6\x1d\x49\x3b\x94\x9d\xfb\x57\x61\x3c\x5b\xdb\x12\xb3\x32\x67\x6f\x2d\xa1\x4b\x7e\x91\x24\x2a\xe2\xa5\x6d\x07\xc4\xe5\x5f\x89\xd6\x6c\xd5\xa1\x19\xf1\x40\xbd\xe1\x70\x18\x3b\x70\x48\x95\x9b\x07\x58\x5e\xb9\xcd\xae\x43\xbc\x83\xc4\xce\x2d\xc1\xf5\xa1\x57\x40\x81\x3d\x80\x43\xf4\x84\xfe\xc2\xcd\x0e\xf8\xdd\xd0\x83\x8b\x14\xfa\x97\x0f\xc8\xb7\xf4\xd8\xe0\xdf\x92\x5f\xf4\x5b\x76\x9e\xc8\xdf\xd2\x2b\xce\xc0\x1e\xe0\x5f\x6c\x0b\xa2\xe5\x48\xfc\x30\x2d\xc7\xd2\x2a\xac\xe1\x90\xb0\xe7\x15\x74\xed\x6f\xe0\x9a\x6e\x5b\xb7\xec\x10\x1c\xa0\xe1\xe3\xb6\xf7\x70\x38\x84\x2e\xe1\xbf\xd7\xd3\x16\x72\x88\xd5\xbf\xe1\x01\xb0\x29\x14\x7b\xeb\xdb\xc0\xd2\x00\x69\x40\xb7\x2b\x65\x47\xe5\xfb\x4c\xab\x03\x10\xde\x43\xa1\xd3\x82\x0e\x48\x87\x70\xf8\xb8\xb0\xdb\xe6\x1c\xc6\x82\x23\xf3\xfb\x54\xc6\xa7\xb8\x2c\xf9\x4d\xd9\x5a\x44\x88\xcb\xf7\xa9\x25\xef\xd7\x8a\x23\xb9\x16\x78\x1e\x83\xdb\x05\xcc\x32\x9f\x9e\xb5\xb7\xb8\xd9\x8d\x9d\x2b\x1c\x0b\xac\x0b\xc8\xb9\x4d\xc9\x94\xb1\x8b\x1f\x38\x7c\x8c\xfb\xbd\x76\x40\xbc\xed\x61\xa8\x1e\x5e\x78\x8f\x90\x18\x5e\x9c\x72\x3c\xc2\x86\x1d\xcc\x78\x1f\x2d\x1e\xcb\x44\xf5\x11\x45\xf0\xf9\xcc\x5c\x9a\xb4\x0b\x48\x71\x88\xc2\x27\xe5\x94\x60\x71\x0d\x22\x2e\x65\xe9\xa7\xec\xb2\x12\x6f\x61\x00\x57\xe4\x0c\x2a\x8a\x8b\xa0\x0b\xcc\x36\x2d\x11\xa2\x2f\x6a\xa4\x3d\x93\x6a\xa4\x1d\x67\x15\x38\xce\x1a\x50\xde\xab\x3c\xc3\xf3\xf6\xe0\x86\xf6\x18\x23\x4b\x03\x70\x64\x91\x03\x13\x54\xa3\x52\x38\x6d\x21\x91\x10\x38\x99\x5a\xe4\x5a\x96\xdc\x58\x17\xc2\x7b\xa1\x3c\x65\x0e\x9a\xa7\xc9\xb5\x15\xc3\x6b\x8b\x18\x42\x5b\xf6\x2f\xc9\xca\x5a\xac\x32\x64\x65\x4b\x38\x09\xa7\x37\x44\x47\xc5\xaa\x69\xe6\x5f\x41\x60\x25\xa9\x85\x0f\x44\xfc\x80\x6d\x22\xce\x03\xfc\x80\xc6\xf4\x90\xc8\x14\x48\x63\x51\xf8\x20\x1c\x1a\x8c\xc2\x69\x88\xbb\xbb\xe5\x5d\x30\x25\xd7\x3d\x07\xc8\xe7\xe1\xf1\xaf\xbf\xa4\xf0\xf8\x37\x5f\xc3\xe3\xff\x1c\xe1\xf1\xef\xab\x25\xe5\x1f\x0f\x7e\x5d\xfc\xf6\xec\xa0\x5f\x16\x1e\x4f\xaf\x66\xb8\xd9\x1f\xd8\xdf\x4a\x9e\xad\xe5\x72\x34\xbb\x0d\x2d\x09\xeb\x16\x55\x8c\x1b\x5d\x2c\x15\x2b\x95\x31\xa3\xa4\x9b\x09\x3b\xf2\x7f\xbf\xd9\xc6\xae\x24\x27\x53\xf5\x98\x12\x45\x41\x9b\x68\xee\xa9\x39\x85\x39\x02\x36\x4a\xe9\xc5\x52\xf7\x10\xf4\x81\x7d\x1d\x06\x68\x3e\xb0\x3a\x7f\x9d\xc3\x70\x36\x47\xf8\xaf\x69\x82\x95\xa0\xf0\x77\x88\x7f\x2c\xfd\x80\x78\x63\x58\x9d\xbf\x2e\xfc\x74\x16\xc6\xf8\xaf\x1c\xfd\xa9\x53\x8d\x7c\x45\xa1\x8c\xb6\xcb\x2e\x6d\x1b\x70\xe6\x4b\x1a\xaa\x6d\xcd\x07\x05\x40\x04\x5a\xa3\xcf\x7d\xa7\xce\x88\x5c\x41\x2c\x4c\xd4\x8a\xa2\x01\x1d\xa8\x30\x4c\xf5\xeb\x12\x4c\x28\xe3\xb4\x97\xd7\x77\xb8\x01\x2b\x6c\xf3\x80\x1b\xf4\x2d\x5f\x15\x23\x96\x85\xd6\x08\xe7\x70\x58\xe5\x4f\xce\xad\x51\xe7\x5c\x77\xce\xbb\xcf\xaf\xcb\xd9\x6f\xc9\x09\x5c\x43\x78\x50\x3e\x96\x2e\x4d\xe4\xeb\x57\x6a\xf8\x13\x6b\xd0\x8c\xb5\x2e\x2f\xad\xbc\xb9\xee\xa9\x21\x71\xde\x56\x58\x0b\x0a\x48\x56\x8e\xa5\xa0\x18\xbd\x34\xec\x2c\x6a\x5b\x93\x6d\x68\xdb\x69\xc8\x92\x54\xc0\x75\x64\x70\x3d\xd4\xfd\x83\xb0\xfe\x97\x0e\x85\x2c\xeb\x52\x0c\x8a\xc7\x3d\xe9\xec\x10\x2f\x47\xbd\xf1\x13\xf9\xc7\x40\xd7\x23\x8b\xf5\x74\x8c\xf5\x74\xe4\x7a\x3a\x63\x12\xaa\x57\x11\xe8\xf9\x04\xb6\x1c\x1a\xce\xc7\x36\x7b\x7f\x08\x47\x88\x87\x86\x5a\xfe\xc3\xe1\x30\x7e\xf4\x28\x6d\xf9\x20\x76\x00\x7e\x33\x8c\xd7\xe0\xf9\x10\xcb\x8f\xb7\x6b\xf0\x2b\xd6\x65\xcc\xd5\x0e\x9e\x83\xcb\xe1\xc8\x86\x3e\xc5\x7d\xa3\xfb\x29\x41\xa5\xf8\x50\x8e\x4a\x21\x53\x37\x37\x02\x94\x41\x54\x50\x13\x40\x19\x42\x85\xd0\xfe\x4b\x11\x2a\xc4\x83\x50\x7f\x90\x68\xc8\x09\x2b\xed\xf7\x44\xfb\x1d\x68\xbf\x17\xda\xef\x65\x2d\xe4\x05\x22\x33\x9a\x74\xa0\xd7\x92\x49\x8e\x2d\x6d\x30\x65\xa8\x09\xaf\x65\x08\xb3\x0b\xed\x21\xa3\x81\x40\x6b\xe0\xcf\xc3\xec\x45\x8c\x37\x2a\x38\x21\x5a\xbd\xc0\x6d\x78\xad\xd8\xfe\x6e\xb4\xa7\x6c\x77\x99\xc9\x38\x69\x1b\x34\x6d\xfe\x91\xff\xfb\xcd\xcb\x6a\x95\x7c\x06\xc5\x45\x55\x6e\xce\xbc\xcc\x03\xf6\xf3\xf8\x65\xf6\x95\xf3\xa4\xf0\x68\x70\x39\xea\x8c\x49\x4d\x7c\x6f\x2a\xb3\x8c\x92\x52\xfc\x23\x6e\xd5\x95\x9f\xad\x25\xe5\x96\x6a\xa7\x64\xf4\x4c\x30\xca\x7d\x58\x87\x90\xaa\x95\xbf\x4a\x1d\xe4\x45\xb1\xba\xbf\xce\xb5\x77\xb9\x1a\x48\xff\xbd\xbb\x83\x5a\x49\xf2\x98\x14\xe4\xa8\x6c\xd0\xb9\x7d\x9a\xa6\xfe\x8d\x1b\x66\xe4\xdf\x16\x74\x9e\xb4\x0c\x64\x15\xb6\x08\xa6\x9c\x2f\x61\xdc\x72\x98\x26\xa4\x7d\x29\xf0\xe6\xf0\x24\x60\x5e\xf8\x39\x84\xd7\x58\xb1\x69\x41\x40\x6c\x00\x44\xd5\x54\x78\x44\xc4\x76\x2b\x4f\x9f\x48\x4d\xd1\x96\x26\x51\x82\xc5\xe9\xb5\x63\x42\x96\x63\x2f\x4b\xad\x28\x26\x6e\xc9\x4d\x2c\xfa\xa9\xc9\x5c\xa8\x79\x50\x3d\x33\x76\x21\x66\xec\xc2\x62\xc3\xa0\xc5\xf6\x1f\x6e\x2a\x60\x7c\xc2\xac\x05\xea\x58\xb8\x37\x37\x1d\xcd\x7a\x4d\xff\x35\xc4\xcf\x67\xe9\x04\xa0\xe1\xb5\x40\x59\xa0\xeb\x51\x70\x04\x5d\xa0\xb4\x1a\x4a\xb4\x7c\x42\x9c\x9c\xbc\xd2\xa7\x94\x2c\x90\xe1\x9c\x38\x20\x1e\x72\x43\x4c\xd1\x76\x08\x41\xb9\x47\x9e\x73\x77\x77\xbb\x7e\x60\x1f\x76\x4f\xed\x87\xc3\xa1\xe2\x17\xce\x2e\x4c\xc5\x18\x77\x37\x29\x81\x74\x68\xb2\x26\x49\x46\x86\xa2\x5d\xa9\xdc\x6a\x14\x6b\x56\xa3\xdb\x98\x34\x42\x4c\x9d\x9c\xd2\xef\x99\xf6\x0f\x52\x07\x98\xe0\x32\xf0\x58\xcf\x56\x69\x0a\x63\x44\x6c\x11\xd2\xdc\xe9\xaf\x5a\xa4\x62\xee\x82\xff\x20\x37\xf8\x50\xb2\x3e\x69\xa1\xa1\xcd\xfd\xc7\x40\x71\xd9\x3a\x83\x56\x8d\x2d\x81\xd4\xc1\x9c\xc9\xb8\x3b\x7c\xba\x8a\xdd\x6c\x32\x87\x58\xca\x68\x51\x47\x0c\x1a\xfc\x60\x03\x72\xa4\x72\x2a\x8d\xd0\x38\xa7\x4f\x8a\xe9\x93\x62\x72\xac\xd7\x6b\xb6\x86\x6e\xd5\xfd\x8c\x52\xfc\xd1\xa3\x96\x99\xb7\xe4\x59\xa1\x9b\x77\x81\xa8\x8a\x65\x8f\x7e\xca\x15\xd1\xf5\x1a\x4c\x87\x6f\x5a\x4b\x05\xac\x50\x3a\x8a\x76\x87\x73\xb8\x28\x54\x4f\xe0\x1f\x77\x46\x73\x98\xeb\xf5\xf2\x03\x71\x77\x18\x87\x2b\xbd\x6a\xfd\x4c\xdd\x27\xa0\xc3\x43\x6f\x4d\xb0\x29\x0c\x93\xb0\x0f\x1c\x87\x99\x5e\x31\xe3\xfc\x51\xb8\x6b\xcd\x5a\xbd\x39\x38\x66\x0d\xe0\x06\x63\x49\x07\x2c\xe5\x88\x7b\x9d\x20\x32\xfe\x66\x0d\xd4\x86\xb2\xc2\xd5\xad\x14\xd4\xb7\x5a\x00\x0e\xd5\x55\x54\xb7\x48\xef\x0e\xeb\xe0\x38\x14\x8b\x55\xd7\x4c\xf6\x87\x7a\x00\x0e\x86\x72\x5a\xdd\x4b\xd9\xc2\xfa\xa1\x12\xff\xe0\x3d\xf8\x50\x13\xff\x80\x86\xa8\x7f\xda\x70\x1c\x1e\x26\xaf\x65\x6f\x28\x26\x68\x78\xf3\xfc\xed\xf9\x8b\xf3\x77\x79\xf0\x0a\xb3\x41\x93\x28\x1b\xf0\xf6\xf9\xab\xd7\x3f\x3f\xcf\x5f\x8a\xeb\xb1\xf5\x9a\x99\xf3\xcb\x23\x6e\xe8\x3e\x1d\x54\x05\xdd\xe4\x6d\x95\xd4\xc1\x3e\xa8\xae\x85\x35\xc4\x43\x71\xce\x9f\xbf\xd3\xc3\x7e\xf2\xa6\x36\x7d\xa6\x84\xff\x18\x3f\xa9\x1b\xd4\xc3\xb8\x60\x87\xa0\x1e\x13\x1f\x7d\xba\xa0\x9e\xcb\x83\xf8\xc5\xcf\x2f\xc2\x7f\xdd\x7f\x50\x4f\x8d\xf0\x9d\xa3\xcf\x20\x7c\x47\x0d\x82\x51\xf2\x59\x9e\x96\xda\xb9\x38\x24\x81\x40\x46\x00\x12\x98\x01\x75\x17\x3c\x15\xc8\x03\x45\x23\xe6\x38\xaf\xc1\x1c\xd0\x50\xf8\xbe\x10\x2a\xa1\x5b\xb3\x4c\x8d\xe4\x3e\xb5\x78\xf9\x97\x21\xd6\x8b\xe0\xa1\xbe\xf4\x0c\x77\x43\xde\x43\x40\xbe\x67\xec\x12\x5a\x53\xe5\x8c\x57\xcb\x67\x3d\xef\x45\x7d\x1f\x40\x25\x8c\x83\x00\x8d\x68\xa8\x23\x2c\xfc\xfc\x5b\x36\xc9\x55\xd1\x1c\x27\x34\x9a\x43\x70\x46\x39\xd1\xb5\x98\x8c\xc6\x13\xec\xed\x14\x18\x65\xe8\x90\x39\x30\xaa\x18\xcb\xb6\x7b\x60\x81\xc4\x37\xf7\x31\x4d\xb5\xa6\xe7\xeb\xcc\x94\x2e\x9f\xad\x42\x02\x0e\xab\x62\x02\x78\xb5\x7a\xea\x76\xf6\xa3\x5b\x33\x1c\xa0\x74\x02\x0c\xa1\x01\x66\x7a\xf6\xf1\x8e\x62\xde\x9f\x9a\x87\x10\xec\x39\x3a\xc5\x18\x3a\xf0\x91\x68\xd0\xdc\x5f\x7a\xb7\x68\x04\x96\x24\x42\x8d\x46\xc8\x41\x84\x8c\xd1\x08\xe5\x91\x08\xe7\xb4\xb6\xf2\x48\x84\x5f\x92\x55\x6a\xbc\x92\xeb\xd3\xf0\xbb\xbe\x7e\x87\x67\xcd\xfd\xcc\xba\x80\x30\xb6\x98\x0f\x99\xab\x8f\x5f\x6f\x66\xa7\xd8\x83\x3d\x6e\xaa\xcd\xdc\xdf\x1b\xb1\x9e\xc6\x45\x5e\xbf\x21\xff\x54\xec\x16\x55\x03\xf8\x04\x31\x0e\xf7\xc1\xdd\x1b\x62\x6d\x3e\x0d\x77\x67\xfe\x55\x25\x6f\xef\x18\x32\xf3\x69\xe3\x10\x2b\x8f\x24\x6e\x49\xda\xe9\x40\xda\xb4\x01\x7f\x69\x87\xcb\xe6\xf1\x6c\x99\x13\x7d\x87\xc5\x44\xc3\xc7\x9a\x85\xad\x95\x2f\x26\xe2\xd9\x57\x15\xb2\x26\x25\x14\xe3\xa1\x6b\x19\xf1\x82\xb6\x6e\x9a\x2e\x33\x57\x61\x47\x53\x54\xf7\x91\x14\x36\x9f\x87\x8e\xe9\x6f\x02\x88\xfc\x30\x6a\xe8\x51\x64\x08\x55\xc7\x14\xb9\x48\x6d\xc5\xef\xc6\x2b\xb4\x26\xfa\x41\x07\x31\x10\x43\x2e\xed\x54\x83\x28\xf1\x4f\x70\x78\xd6\x0a\x1c\xdb\x02\x05\xae\x2a\x6a\xec\x93\x44\x7c\x89\xe0\x0a\x06\x90\x26\x00\xcf\xb4\x88\x2d\x09\x00\x8d\x47\x7e\x31\x0d\x4a\x33\x62\xd0\xc0\xac\x8a\xc0\x2e\x35\xb6\x2c\xd7\xba\x78\xac\x57\x59\x40\xd9\x0e\x41\x5e\xb2\xb9\xed\x3e\x83\xbc\x36\xa1\xa3\xb1\xab\xc2\x22\x3a\x9a\x21\x9e\x63\xd7\x20\x31\xe1\xec\x6c\xf6\x0a\x47\x8f\x1e\x19\x6f\x1d\x97\x29\x89\x57\x7a\x46\xab\x79\xf4\x48\x7f\xd2\x2a\x83\xc2\x82\x85\x48\x2f\x66\x3d\xb6\xb7\x09\xb2\x82\x17\xab\xd9\x41\xec\x5f\x85\x33\xdf\x9c\xd3\x6b\xef\x86\x72\xf5\x72\xba\xc4\xce\xf9\xaf\x67\x3f\xfc\xf4\xea\xd9\xc1\x8f\x46\x3b\xa7\x6e\xab\xac\x5a\x77\x4d\x38\xd8\x48\x8b\x4f\x96\x83\x9a\xf2\x78\x9b\xdc\xa3\xa5\x8b\xcf\x6a\x76\x7e\x3d\xbb\xfe\xfe\xbb\x7f\x3e\x7b\x5b\x6b\x76\x24\x09\xa3\x6b\x70\x99\x24\xe1\xc8\x8a\xb3\x62\x4f\xfd\xd9\x51\x72\xa8\x12\xa1\x03\x2f\x22\x59\x1f\xed\x93\xfd\x2d\x0a\x27\x97\x76\xd1\x31\xb1\x78\xf8\x7b\x5a\x2a\x54\xa5\x5f\x67\x94\xde\xd6\x33\x52\x7d\xc3\x3e\x51\xf4\xc5\xba\x7d\xea\xd5\xe8\xd3\x59\x5e\x63\xaf\xae\x87\x23\xf3\x9f\xc0\x67\x05\xf5\xbc\x90\x63\xfb\x78\x17\x9b\xac\x8b\x12\x46\xdc\x62\x69\x54\xc6\xf9\xb1\xde\xaa\xdb\x73\x11\xd0\x52\xdb\xe4\x36\xaf\x24\x88\x9b\x96\x52\x5e\xa9\x17\x41\xfa\xdb\xca\x92\xbb\x87\x95\x96\x16\x10\xda\xc7\xad\x7a\x55\x3e\x83\xc8\x74\xd0\x89\x03\x68\xbd\xf9\x42\x94\x0e\x23\xf6\x51\x78\x05\xdb\xd9\x24\x4d\xa2\x88\x25\x42\x68\x44\x87\x62\x05\x5f\x2a\x39\x96\xe8\x86\x02\x24\x7c\xae\x08\xf9\x3f\x85\xe9\x9b\xeb\xce\x09\xdc\x10\x46\x2c\xb2\x7b\x9b\xe3\x89\x0b\x98\x7c\x85\x74\xd9\x12\x29\x6c\x9a\x2b\xba\xab\x6e\x88\xb9\x86\xc4\xb5\xa9\x93\x06\x1a\x0e\xdf\x2c\xe7\x90\xa0\x25\x95\x55\x7d\x6c\xb0\x37\xf1\x22\x35\x44\x7e\x45\x25\x2f\x8c\xba\x44\xd6\x2f\x6f\x39\x5b\x5d\xdc\x77\xe3\x39\x71\x6a\x18\x73\xca\x7b\x7a\x91\x04\x37\xb5\x3b\xc9\xe7\x82\xcd\x7f\x41\x37\x2f\x1b\x82\x3a\xff\xe6\xb4\x89\xf6\xd9\xeb\x1f\xcf\x7f\x7a\xf9\xfe\xe9\xd9\xcb\xf3\xf7\xcf\x7f\x7c\xfa\xb7\x97\xcf\x9f\xd9\x1a\xc6\xfe\xf6\x28\x77\xb8\xd7\x54\x5d\x62\xa6\x88\x29\x85\x8c\x4e\x66\x61\xdc\x46\xc9\x6c\x16\x55\x1b\xee\x4a\x40\xe0\x74\xf0\x37\x32\xf7\x10\xa1\x30\x9e\x65\x83\x83\x03\xba\x75\x0c\x50\x72\x49\x9c\x68\x36\x25\xdf\x2c\x87\x42\xe4\x10\x70\x45\xd0\x15\x7d\x69\x75\xc0\xc8\x7e\x4a\xcc\x89\x49\xfa\xe2\x99\x6d\xba\x9b\xad\x89\x9d\x64\x59\x2f\x93\x99\x15\xc6\xd6\x75\x88\xe6\x96\x6f\x05\xe1\x74\x0a\x53\x18\x23\x8b\x8c\x67\x2b\x0c\x25\x5e\x67\x6d\xc8\xb9\x86\xb6\xca\x5d\x57\x03\x53\xc4\x1a\x2f\x88\x55\xd4\x60\x3d\x34\xe9\x2a\xc1\x76\xac\x90\xd3\x18\x6b\x31\x4d\x5e\x48\x68\xc4\x0c\xe0\x47\x51\x72\xfd\x12\x73\x38\x9e\xf2\xf8\x4a\x18\x09\x14\xad\x7e\xee\x67\xdf\xb3\xad\xaa\xbe\x3c\x57\x38\xfe\xee\x0f\x16\x7d\x0f\x28\xdd\x6c\x7c\x46\x98\x6e\xb6\x4d\x3b\xcc\x31\x5b\x7b\x9b\xef\xe3\x8e\xd3\x38\x8c\x57\x02\x51\xfa\x5c\xb4\xae\xf9\xc1\x9b\xe8\xfc\xc7\xff\xfb\xb9\x24\x60\x52\xe1\x18\x01\xf8\x64\x8c\x64\x3c\x2c\x6c\xe5\x5d\xd0\xdd\x0b\x3e\x96\x38\xd8\x4e\x54\xd9\x02\x8c\x46\xde\x11\xde\xdf\xa4\x6d\x94\x35\xd7\x66\x61\x75\x72\xfb\x8a\x41\x5b\x1e\x19\xeb\xac\xd7\xc4\xd6\x6d\x6f\x4e\x33\xd1\xe0\xbc\x57\xf7\x07\x2c\xdb\x74\x73\x9b\x6d\x21\x6c\x0f\x8f\x8a\xab\x63\x98\xac\x67\x84\xd7\x72\xa8\x35\x6e\xc5\x96\x10\x7f\x35\xf3\x6b\x6d\xd8\xb3\x43\xd3\x44\x36\x39\x6e\x6b\xd0\xa9\x99\x68\x54\x24\x55\xaf\x60\xec\x97\xec\xd7\x5a\xc7\x1b\x13\x62\xf3\xf9\xb2\x61\x74\xb5\xc5\x29\x03\xdd\xfb\x2c\x6d\x8d\x72\x17\xb0\xdd\x3d\xa9\xd1\x5c\xa2\x7c\x01\x0c\xed\x99\xbc\x00\xb6\x0b\xdd\xad\xd7\x11\x82\xbe\xe0\xdf\x58\x73\xff\x0a\x5a\x57\x61\x16\x22\xcc\xce\xd6\x4f\x6f\x5f\x5a\x68\xee\x23\x2b\xcc\x04\x80\xa0\x1f\x5b\xab\xf8\x32\x4e\xae\x63\x2b\x85\x2c\x9c\xc0\xca\x12\xeb\x26\x59\x59\x13\x3f\x26\x50\x82\xb3\x04\x7f\x79\xe1\x4f\x2e\x09\xb8\xe0\x1c\x5a\x69\x92\x20\x2b\x49\xc9\xdb\x14\xb6\x69\x82\x0a\x24\xae\x7a\x9e\x9e\xbd\xb4\xde\xe1\x03\xf4\xe0\x1c\x4e\x52\x88\x5e\x3c\xb3\x2e\xf4\x6a\x9e\x9e\xbd\xcc\xee\xf3\xfa\xb4\x16\x57\x35\x11\x4b\x0a\x2b\x26\x0a\x73\x0b\x13\x1e\x55\x3b\x0a\xe3\xcb\x92\x39\xe1\x65\x7c\x71\x63\x47\x2e\x18\xe6\xc9\x82\x5b\xc9\x8e\x14\x10\x63\x9b\x9e\x6b\xd2\xce\xc3\xea\xfc\x7b\x42\x28\x58\x72\x17\x54\xf6\x50\xeb\x6d\x90\x4c\xb2\xfa\xbd\xa5\x7d\xf3\xd4\xbb\x4e\xae\x55\x3c\x7b\x7d\x76\xfe\xfe\xa7\xb7\x2f\xa5\x7b\x5b\x79\x80\x71\x92\x2c\x61\x0c\x53\x2b\x4e\x52\x38\x85\x69\xca\x34\xcd\x43\x60\x0b\x07\xd3\xf7\x17\x91\xaf\x76\xe5\x2d\xf4\x03\xc2\x67\x41\x32\x21\xe2\x87\xb8\x49\xae\x33\xe6\x5d\x6f\xd6\xeb\xaf\x47\xf3\x61\x4a\xb5\x77\x76\x80\x92\xb3\xfa\x0b\x3b\x2a\xbb\x80\xe0\xb7\xf8\x29\xb4\xe2\x04\x59\xfe\x0a\xcd\x93\x34\xfc\x9d\x86\x85\x37\x25\xf6\xa7\x3a\xbb\xa8\x90\x74\x3f\xdd\x6d\x72\x18\xd5\xdb\xb3\x05\x5e\xce\x05\xb4\x66\xa9\x1f\xe3\x0d\x7b\x09\xd3\x45\x98\x65\x78\x83\xc2\x1b\xe6\x55\x08\xaf\x73\xbc\x57\xd7\x7a\x9a\x5d\xd2\xdd\xd6\x0f\x16\x61\x1c\x66\x88\x64\x27\xb5\xc2\x29\xd9\xbb\xd1\x3c\x8c\xc9\x7b\x2b\x9b\x27\xab\x28\xa0\x67\x81\x4f\x14\x58\x77\xa7\xd5\xf3\x71\x37\xd6\x7b\xdc\xaa\x80\x7d\xe0\x4f\x22\xae\x66\xa1\x05\x3b\xab\x3f\xed\xe6\x65\xa6\x42\x04\xfd\x34\xde\x27\x19\x5e\x3e\x7f\xfa\xf6\x47\x8d\x18\x0c\x3d\x3d\x83\x93\x55\x1a\xa2\x9b\x76\x0c\xd1\x75\x92\x5e\x86\xf1\xec\x60\x99\x26\xc1\x8a\x4c\x69\xdb\x9f\x44\xd9\x7e\x08\xf5\x5d\x82\x37\x44\x42\xaa\xd9\x2a\x0c\xe0\xa7\xdc\xdf\x37\x62\xc2\x12\x2d\x9f\x5f\xef\x4f\x92\x78\xe2\x0b\x48\x57\x62\x13\x98\xa7\x70\xda\x46\x09\x05\xa4\x68\xc3\xdf\x1a\x29\xfd\xba\x3e\xbb\xe7\xcb\x9b\xc6\x77\x32\x12\x58\xe7\xe7\xa2\x60\x9f\xa6\xff\x5a\x7a\xcf\xae\x56\xbb\x61\x77\x4a\xe0\xd0\x34\xda\xcd\xec\xc1\x25\x5e\x36\x06\x30\xd9\x1a\xa6\xb3\x48\x73\x81\x42\x12\xff\xf1\x51\x48\xe4\x8c\x63\x78\x84\xeb\x1a\xe6\xae\x5a\xd7\x96\xfb\x01\x1b\xc5\x07\x6e\x25\xc2\xa9\x0e\x6f\x42\xf8\xe7\x75\xcc\xe0\x28\x07\x0f\x3b\x45\x64\xd2\xb2\x38\x7c\x16\x8e\xde\xd8\xf7\x65\x1f\xf8\x98\x6a\xb7\x75\x64\x64\xfc\x52\x41\x60\x1c\x6f\x84\x7d\x30\xf4\x76\x4b\xe4\x66\x1d\x44\x35\x4b\x27\x39\x60\x1c\x2e\xed\xae\xd2\xd0\x76\x54\x90\x04\x09\xcd\xc1\xf4\xb1\x36\xc0\x02\xc2\xe4\xb8\x1c\x2e\x91\xc0\x1b\x98\xc1\x22\x28\x4c\x04\xc7\x65\x66\xb1\xf9\x70\xf8\x58\xc2\xa0\x94\x93\x0c\x16\x90\x22\x58\xbd\xcb\x34\xf9\x70\xc3\x31\x29\xd3\x49\xa1\x06\xbc\x8d\x92\x69\x6a\x39\x6b\xe7\x01\x87\x45\xd8\x12\x65\xc2\x84\x30\x71\x77\x77\xbb\xbe\x17\x94\x09\xb4\x19\x65\x82\xae\x15\x34\x7c\x7c\x0b\x29\x5c\xec\x83\x58\x07\x37\x40\xce\x9a\x2e\x33\x79\x52\x36\x21\x28\x94\x62\x27\x14\xaa\xe7\xd8\x09\xba\xd5\x9b\x4f\x37\x7b\xaf\x43\x8a\x93\x59\x63\xb4\x22\x7f\x4b\xb3\xd4\xd8\xce\x3d\x8d\xfc\x6c\xde\x16\x1e\x23\x06\x87\x80\x28\x6c\x93\x8f\xca\x4b\x7d\x99\x5e\x00\xd3\x24\x5d\xb4\xc5\xef\xcf\xd5\x11\xe0\x97\xbf\x7d\xe7\x75\xd0\x77\x07\x5b\xc9\x24\xcc\xb0\xb3\x17\xef\x38\x13\xb9\x84\xf8\x90\x0e\x0f\x5a\xa3\xff\x37\xfa\xf7\x78\xec\x7c\x73\x30\xab\xe1\xf1\xd9\xf0\x1e\x29\x89\x53\x98\xc1\x8d\xe9\x69\x4b\xe1\xb9\xf1\x80\x88\x5a\xaa\x3e\x96\xce\x5c\x0e\xda\xed\xfa\x51\xe8\x67\x34\x25\x2f\x59\xce\xb6\x03\x42\x04\x17\x35\x3e\xdb\x24\x07\x4c\x92\x18\xf9\x61\xbc\x29\x0b\xb0\x38\x0d\x8c\x59\x4e\xb1\x38\x15\xe7\xa7\xaf\x21\xbb\xa9\x10\x85\x46\xae\xeb\xc6\x2e\x55\x8e\x5c\xac\x35\xbb\xc4\xc7\xf7\x29\x01\x66\x1d\x83\x68\xe8\x8f\x7c\x26\x8e\xb5\xbd\xf1\xa8\x43\x61\xd6\xb2\x07\xd9\xb0\xed\x31\xf4\x50\x0a\xa6\x6d\x8f\x6c\xe7\xc9\x7f\xfe\x42\x77\x5b\x92\x9a\x7f\xf4\x97\xdb\x68\x3d\xfe\xcf\x20\x92\x12\xa8\xca\xd9\x80\x63\x90\xe9\x60\xcf\x3c\x84\x1f\x3f\x5d\x6f\xe1\xa9\x4a\xf8\x6f\x96\x26\xab\xe5\x01\xa4\xa2\xc5\xc1\x64\x0e\x27\x97\x17\xc9\x87\xcf\x45\x7f\x08\xbe\xfb\xf5\x08\xfe\x8e\x35\x51\xe3\x05\x9d\x1a\xe3\x2e\x5c\x77\x08\xb2\x69\x20\x10\x09\x65\x7f\x04\x7d\x4d\x7b\xc0\x0e\xe3\xe5\x8a\x86\x5f\x1c\x81\x9e\xc0\xb7\xc4\xbf\xba\x02\x9d\x72\xe4\x51\x97\x82\x2e\xf1\x29\xe4\x54\xb2\x05\xec\xa7\x67\xd0\x48\x0e\x0b\x01\xe9\xf4\x5b\x72\x51\xc7\x5d\xc7\xf5\x42\xfd\x42\x21\x23\x64\x68\xb9\x2a\x93\x2c\xf1\x14\xf9\x11\xc3\x5f\x14\x44\x48\xe2\x26\x7a\xcd\x46\xd6\xf8\x64\x3e\xbc\x86\x9e\x91\xdd\xe9\x73\xe1\xd8\x7f\x75\x6f\x7e\x78\xfe\x53\xf2\x6b\xc9\xe9\xc2\x19\xb4\xe2\x98\xf1\xe4\x30\x9e\xae\x29\x4c\x88\xa4\x4b\x32\xf8\xfe\x9e\x80\xae\xc1\x41\xad\x2e\xeb\xec\xc6\x1e\xd2\x24\xdc\x23\x6f\x3c\x68\xca\x1b\xfb\xc1\x0b\xcf\x71\xc1\x93\x2f\x09\x17\x7c\xf5\x15\x17\xfc\xcf\x81\x0b\x3e\xa9\xde\x93\xbe\xf3\xd2\xf3\xec\xc5\xe1\xef\xe6\x3d\x89\xd8\x82\x8b\x1b\x93\x04\x21\x43\x96\x54\x99\xe7\x8b\x9c\x76\xf9\x24\x37\xd4\x31\x63\x85\x0d\xec\x77\xf0\x03\xfe\xe7\x8c\x1f\x9a\xc0\x7e\xeb\x07\x61\x62\x03\xfb\x25\x0b\xd8\x7a\x2e\x45\xe2\x29\xc6\x3d\x72\xa7\x5a\x5c\xd5\xe4\x13\x9b\xf6\x0a\x08\x6f\x35\x81\xd8\x42\x41\x6d\xd4\xf4\xb2\x86\x5a\x0e\x10\xee\x18\x03\x50\xce\xa5\x05\x36\xe8\x24\x16\x72\x81\x9e\x5a\xb7\x93\x83\x37\x1b\x20\xbe\xd9\x1b\xda\xab\x62\x5e\xde\x8e\x0a\xe6\xcc\x3f\x47\xc9\x6a\x32\x97\x51\xd4\x01\xc9\x9c\x28\xdd\xce\x6e\x18\x8c\x2c\x93\x94\x0c\x48\x4a\xa7\xfb\x25\x8c\x28\x25\x5c\xf2\x87\x19\x0e\x77\xb7\x55\x81\x2a\xca\xbe\x56\x5c\x98\xa4\x04\x54\xdb\x61\xeb\xcb\xf0\xe9\x24\x58\x52\xea\x6f\x8f\xe0\x95\x60\x5a\xf3\x05\xc5\x59\xa9\xad\x3f\xe0\xfb\x40\x5c\x99\x46\xba\x3e\x24\x3f\x73\x9b\x3e\x62\xce\xc4\x4b\xb6\x01\xda\x62\x8e\xf0\x13\x76\x6b\x45\x5d\xdd\x3c\x36\x80\x76\xfe\x8d\x3e\x9e\x62\x4e\x01\x92\x85\xdd\x56\x29\x4a\x20\x01\xda\xaa\xa3\xd8\xd8\xe8\xae\xaf\xb8\xae\xf6\x64\x0f\x80\x46\xee\xab\x95\xa8\xfe\x9e\xec\x8d\xfd\xa7\x20\x87\x29\xf2\x77\xf3\x7d\x1e\x47\x5a\xd3\xe3\x6b\xa9\x7f\x2f\x0b\xbe\x65\x46\x01\x3d\x47\xa3\xe6\x12\xbc\x5d\x48\x6e\x99\x84\x29\x44\x5e\xac\xef\x07\x39\xac\xba\xc0\x31\x4f\xf5\x07\xbe\x06\x4c\x1e\xd5\x02\x26\x37\xa3\x92\x27\x1c\x16\x3c\xb2\x41\xc6\x4c\xa3\xfc\x19\xdf\xb7\x40\xc8\x6c\xd5\x33\x88\x2c\xcc\x24\x65\x80\xdc\x30\x7a\xc2\xfe\x25\x56\x98\x0c\x22\x62\xa0\x60\x0e\xc1\x30\x72\x67\x10\x3d\xe5\xa0\x99\x2d\xca\x6f\x4e\xd9\x5b\xa2\xba\x30\x40\x6a\x02\xd9\x4c\x6c\x1d\xb8\x0b\x78\xfb\xad\xc4\x04\x27\x54\x16\x36\x92\xfc\x11\xb1\xbb\xac\x47\xf2\x73\xf2\x64\xfc\x9f\x81\xf6\x04\x37\x83\x97\x8c\x68\xc6\xb6\xbf\x51\x3f\x71\x51\xf2\x32\xb9\x86\xe9\x99\x4f\x24\xcc\x6c\x19\x85\xa8\x65\xbb\xb6\xe3\xfe\x9a\x84\x71\xcb\x6e\xdb\x94\x5e\x84\xdf\x74\x08\x6a\x46\x59\x19\xb3\x9c\x2c\xa0\x07\xc5\x54\x6a\x6c\xb5\xd1\x24\x71\x70\x2d\x23\x8a\x33\xba\x0d\xe1\x7a\x0d\xb2\xe1\xaa\x15\x29\xe8\xaf\xd1\x3e\x30\x7d\x43\xbd\x5a\xc1\x13\x3b\xe0\xfa\x96\x20\xe3\x6a\x2d\xe5\x18\xb0\xfe\x66\x58\x53\x63\x49\xac\x77\x48\xc0\xa6\x91\xac\x11\x06\x95\xc0\xa6\x13\x10\xd4\x34\x59\x1b\x0e\xea\xcf\xc5\x9c\xf0\xe3\xb3\x83\xe0\xe0\x9b\x67\x25\xa2\x7b\x5d\x73\xc2\xd2\x8f\x6d\x11\xa0\x46\x86\xcc\x06\x9b\xb5\xc9\x68\xad\xfc\xf4\xf9\x1c\x6d\x0b\xd2\x8c\x7c\x4e\x76\x27\x22\x34\x7d\x2e\x8c\xf2\xe6\xea\xe8\xff\x56\x67\x0b\x73\x00\xf9\x27\xb3\x94\x0a\x19\xfe\x4f\x63\x26\x95\x98\xe2\x73\xe2\x55\xac\xeb\x7e\x2e\xac\xfa\xf6\xa7\xff\xbd\x3a\x4f\xff\xd9\xdd\x95\x55\x39\x3b\xee\x85\x53\xb9\x31\x60\x4b\x46\xa5\x0d\x7e\x41\x7c\x9a\x33\xc4\xe7\xc0\xa6\x5b\x9a\x69\x3f\xd2\x8d\xf1\x9b\xef\x7e\xe8\x7d\xff\xe2\xe4\xbb\xbd\x79\xb1\x3d\x97\xec\x58\xb2\xaf\x67\xb5\xa9\x4b\x18\x28\xf8\xff\x6a\xf2\xd0\x2e\x59\xb6\xf4\x39\x12\xcc\x42\xb5\x95\xd4\xa0\xaf\x14\xa5\x7b\x4d\x2e\x5f\x4b\xde\x14\x95\x12\x5c\x0c\xd2\x1a\x12\x5c\x0a\x21\x66\xe6\xf6\x34\x8c\x4a\x80\xc9\x1b\x59\xfc\x73\x5b\x7f\xf4\xd5\x7c\xfe\xe7\x30\x9f\x67\xd5\xcb\x3f\xfa\xe9\xec\x97\xb3\xeb\xe8\x68\x83\x0c\x9e\x1f\x58\x95\xc2\xb8\x02\x16\xa1\x31\x6f\xa5\x04\xae\x85\xec\x73\x80\x9c\x0c\xfa\xe9\x64\x6e\x70\x30\xe7\x85\xb8\xf4\xef\x99\x5a\x7c\x9f\x57\xc9\xd1\x37\xf3\xfa\x74\x07\x6e\x5a\x5f\x7e\xb6\x1a\x2b\xcc\x5f\x13\xbc\x1e\xd6\xbd\x32\xb4\xe7\x4e\x2e\xe4\xc9\xc9\x1c\x69\xd9\x92\x43\xb5\x4e\xd1\x4b\x78\x13\x24\xd7\x71\x65\x61\xfe\xcd\x58\x05\x0d\xea\x01\x3b\x63\xfd\x97\x85\x85\x3e\xb0\x97\x91\x3f\x81\xf3\x24\x22\xd1\xd3\xc2\x28\x27\x3d\x14\x0e\xf6\xfe\x0a\x25\xd3\x64\xb2\xc2\x7c\x91\xff\x3d\xe6\xa0\x44\xda\x9c\x29\x84\x2e\x50\x5e\xd8\xda\x4c\xea\x57\x1d\xb7\xe6\x26\xdb\xbd\x69\x33\x55\x8c\x5b\xa1\x64\xdc\x62\xa6\xab\x54\x37\x65\xb5\x5a\x7e\xa9\x35\x8b\x18\x65\x72\x92\x99\x0e\x09\xe9\xf5\xdd\x1d\xe7\x47\x62\x87\xe1\xec\x64\x2a\xc5\xdf\xdd\xdd\xb5\x68\x4e\x44\x67\xad\xe5\x8d\x13\xa5\xa1\xb3\x66\x73\x8f\xdf\x79\xbd\xe1\x70\x08\xf1\x4e\x7e\x96\x04\xc4\x45\x53\x87\x8d\x5b\xaf\x1d\xc5\x34\xc1\x95\x92\x78\xb3\x4d\xc3\x37\x14\x74\x80\xaf\x98\x34\xd4\x8f\x72\xce\x4d\x1b\x56\xcf\x4b\x6a\xf5\xfb\xb2\x54\x16\x56\x1e\xb8\x19\x08\x37\x1f\xb8\x58\x84\x08\x27\x49\xba\x6c\xb3\xd0\x93\x7d\xdc\xb1\xe7\xa7\x6e\xf8\xf5\xd4\xfd\x73\x9c\xba\x49\xf5\xa9\xdb\x9b\x07\xc7\xff\x4c\xce\x7f\x31\x9f\xba\xb3\x55\x18\xd8\xb8\x49\x3f\x9d\x75\xe8\x26\x3b\x7f\x16\xfa\x51\x32\x93\xcd\xfe\x98\x15\x9f\xae\xd0\xfc\xbb\x24\x5d\xb0\x3f\xdf\xa4\xc9\x34\x24\xfe\x34\xca\x57\x34\x77\xcb\x2b\x18\xaf\x5e\xd0\xa4\x0a\xf8\xcf\x73\xb8\xf4\x49\x78\x9e\x0d\xec\x45\x12\x10\x2d\xcc\xcf\xab\x33\x3c\x52\xea\xac\xa8\xad\xee\x77\x2c\xc3\x43\x9c\x2d\xfd\x09\xcc\x1a\x77\x9a\x15\x97\xef\xf4\x03\x82\xd0\x43\x2b\xa4\xbf\xb3\xfc\x41\x56\x01\x7f\x45\x6f\x15\x4f\x24\x95\xa5\xdb\x65\x1a\x4d\x43\x18\x22\x16\x88\xe8\x2f\x97\x79\xdc\xad\xbe\xa9\x30\x49\xa8\xd7\x1b\xe7\x21\x8a\xc1\xdf\x30\x23\x64\x2f\xe2\x69\x62\xab\x97\x9b\xbc\xe5\x79\xb2\x80\xed\xd8\xbf\xc2\x93\xe3\x87\x31\xfb\x13\xd3\x8c\x6a\x53\x7e\x7a\x23\xbd\x66\x77\x45\x30\x46\xed\x90\xd5\xd9\x01\xec\xff\x31\xfd\xaa\xc6\x3d\xab\x0c\xe2\xc4\xa1\x8c\xba\x63\x90\xf7\x65\xbb\x8b\xd2\x42\x60\xa1\x5f\x88\x38\x27\x99\x74\xcc\x21\xe7\x44\xee\xbb\x9a\xf1\x70\x3e\x92\xd4\xdc\x06\x76\xef\x90\x3f\xa1\xd9\xcd\x95\x47\x1f\x16\x11\xb9\x34\x9b\x23\xb4\x1c\x1c\x1c\x5c\x5f\x5f\xbb\xd7\x3d\x37\x49\x67\x07\xdd\x4e\xa7\x73\x80\xab\x2b\x7d\x49\xca\x1e\x6c\x88\x72\x44\x21\x52\x61\xa5\xce\xf2\xa9\x2e\x62\x53\x8b\xd8\x5b\x1f\xcd\x79\x17\xa7\x61\x14\xb5\x53\xb2\xc1\xd8\xf8\x88\x4e\x82\x80\xbf\x9a\x44\xe1\xb2\xe4\x15\xde\x28\x5e\x79\x47\xee\xc9\xf1\xa9\xe5\x9d\xba\xa7\x7e\xcf\xed\x74\x8f\x2d\xfa\xdf\x8e\xe5\x59\x5e\xdb\xed\x78\xed\x23\xb7\xd3\xef\x59\xea\x3b\xfc\xd6\xed\x78\x16\x7e\x77\xf8\xbb\xdc\x0d\x1b\xd8\xff\x75\x7a\xe4\x3d\xeb\x9f\x9a\xc5\xb8\x7b\x19\x44\xb7\xeb\x9e\x74\xba\x96\x77\xe2\xf6\x4e\x8e\x7d\x0f\xff\xd7\xa2\xff\x25\xc3\xb0\x3a\xed\xae\x7b\x7c\xdc\xb7\xd4\x37\xf8\x5d\xc7\x22\x6f\x7e\x7f\xd5\x3d\x71\xbd\x63\x4c\x86\xa3\xfe\x91\xa1\x06\xb7\xd3\x3d\x69\xbb\x9e\xd7\x9b\x60\x9a\xf4\xdd\x4e\xaf\xcf\xfe\x38\x6e\xe3\x77\xf8\xd5\xef\xaf\xba\x47\xee\x69\xe7\xd4\xf2\x8e\xdc\xce\x09\xa9\xe4\xc8\xa2\xff\xe5\xd4\x3c\x3d\xc1\x3d\xf1\x4e\x27\x6e\xbf\xdf\x77\xf1\xa7\x96\xdb\xef\xe0\xaf\xbc\xee\xa9\xe5\x61\x4a\xbb\x9d\x1e\xee\xca\x89\xdb\x39\xec\xb9\xbd\xa3\xae\xdb\xf1\x0e\xdd\xfe\x61\x17\xd7\xd7\x23\x43\xe8\xf5\x69\xe7\xdb\x1e\xfe\x86\x94\xed\xbd\xea\x79\xee\xe9\x71\x17\x0f\xa0\xef\x91\x6f\x4f\x48\xd3\xe2\xcb\xfe\xe9\x09\xf9\xf2\xd0\x52\xfb\x45\xdf\x7a\xde\x69\xdb\x73\x8f\x3a\xf4\xb9\x54\xd2\x22\x25\xf1\x17\xdd\xa3\x89\x7b\xdc\xe9\xb9\x5e\xd7\xf2\xdc\x6e\xa7\xeb\x1e\xf7\x49\xbf\xfb\xb8\x07\x87\xc7\x5d\xdf\xed\xf5\x4f\xf0\xff\x91\x82\x1d\x4c\x95\x63\xda\xb3\x8e\x7b\x72\x78\x42\x88\x72\x7a\x62\x20\x2d\xae\xe3\xb8\xed\xb9\xdd\xde\xa9\xde\x7a\x9b\xbc\xc3\xed\x1d\xfe\xfe\xaa\x7b\xea\x9e\x78\xc7\x56\xf7\xd0\xed\xf6\xba\xa6\x29\xf2\x8e\xdb\x6e\xff\xa8\x4b\x66\xc8\x73\xbd\xd3\x93\xb6\xdb\x39\x76\x7b\xa7\x6d\xd7\x3b\xc6\x2f\x48\x15\x5d\x3c\x76\xcf\x3d\xea\x9b\x6a\xe8\x77\x8f\xda\x9e\x7b\x72\x3a\x71\xbd\xc3\xae\xdb\xc5\xff\xd7\xe9\xba\xfd\x6e\xcf\xf5\x8e\x3d\xf7\xa4\x83\xa7\xb0\x77\xea\x1e\xf6\x8f\xda\x6e\xcf\x3d\x39\xea\xb5\xdd\xa3\x53\x5c\x47\xe7\xe4\xa4\xb0\x0a\xce\x8e\xba\x4f\x8f\xbd\xa6\xab\x80\x2e\x4a\x4c\xb9\xae\xd5\xf3\xce\x4e\xdd\x1e\xf9\xc3\xea\xe1\x81\x1f\xf7\xba\x56\xcf\xf2\x8e\xcf\xf1\xe3\x1e\xf9\x93\x7e\xe8\x7b\x87\x78\x25\x5a\xec\x1f\x3a\x75\x27\x6e\xff\xc4\xea\xba\x27\xc7\xfd\xa8\xed\xb9\xc7\xde\x91\xd5\xa5\xa4\xf3\xdc\x5e\xff\xd4\x62\xff\xd0\xd9\xf2\x3c\xf7\xe4\xa8\x4b\xe8\xdd\x9d\xb4\x7b\xee\x49\x1f\x4f\xf3\xc9\xc9\x49\xfb\xc8\xed\x9e\x9c\x58\x7d\xf7\xf8\xa4\x4b\xfe\xb6\xbc\x0e\x66\xbb\xb6\xdb\xe9\x9c\x58\x87\x6e\x17\xd7\x7a\xd8\x3d\xb1\x4e\x5c\xaf\xdf\xb7\xa4\x2f\x4c\xed\x58\x72\x3b\x11\xee\xd4\x31\xe9\x54\xef\x29\xee\xf9\xf1\x89\xc5\xfe\x61\xbc\xc7\xc9\xb0\x2d\x6d\x7b\xf5\xc2\xad\x0b\x3e\x28\xd5\x27\x98\x38\x42\xb7\x3e\xc1\x6c\x0d\x8f\xaf\x0b\xba\xa7\x0d\xf1\x0a\x39\xef\x14\x20\xe5\xf2\xba\x15\x99\xc4\x93\x5c\x9d\xb8\x50\xc3\x52\x0c\xf4\xba\x8d\x20\x13\x8b\xc4\x21\x09\xaf\xec\xc9\x3c\x49\x32\x68\x89\xca\x09\x62\x9e\xf4\x03\x8f\xb2\xdb\x24\x0d\x5c\x8e\x00\x64\x02\x11\x90\xaa\x2e\x49\xfe\x60\x59\x58\xa3\x27\x9f\x15\xde\x30\x59\x6b\x99\x2c\x93\x2b\x98\xb6\x17\x30\x5e\x09\xd8\x87\x65\x92\x85\x1c\xe4\xc0\x8e\xe0\xb4\x51\x36\x00\x43\x23\x55\xc8\x12\x28\x0d\x49\x54\xee\x96\x2d\x58\x12\xa8\x15\x9e\x0c\xfb\x47\xea\xbd\x57\x42\x8f\x06\x18\x5f\xf2\xfc\x9e\x12\x6c\xc9\x89\x9b\x93\x7c\xeb\xf4\x13\x35\xc9\xb2\x0d\x7c\x4a\x81\x2a\x06\x80\x92\x7f\xff\x1b\xc9\xff\xdf\xc0\x29\x99\x85\xe6\x70\x91\xc1\xe8\x0a\x66\x02\x33\x26\xe6\x6f\x03\x82\x26\x45\x13\xb9\x87\xf1\xcc\xba\x0e\xa3\x88\x7c\x41\x4d\x18\x04\xfd\x61\x42\xd3\x78\x13\x84\x13\xb7\xbc\x77\xe6\xac\x23\xb5\xe6\xa8\x4e\x7a\x8d\xda\xa4\x26\xac\xdf\x18\x8a\x8c\xa7\x82\xec\xf6\xc0\x28\xd7\xb4\xd8\x86\x22\x1e\xe6\x3a\xd7\x36\xab\xbe\x30\x8c\x3a\xd0\xaa\xc0\xfe\x96\x81\x81\x91\xd1\x1d\xfc\xcf\xc1\xff\x1c\x88\xe9\xcb\x6c\xc5\xc1\x54\x47\x57\x3d\x32\xee\x91\xd5\x50\xab\xc0\x8e\xfc\xdf\x09\x7c\x4e\x09\xe2\xaa\x27\x3b\x82\x7b\x27\x65\x3f\x48\x42\x51\x9b\x42\xc1\x07\x4f\x11\x43\x2a\xec\xea\x09\xda\x76\x5b\x79\x39\x2d\x49\xed\x84\x06\x0a\x58\xa2\xb2\xab\x73\xef\x58\x79\x63\xa1\x05\x8f\xe5\x9d\x86\x79\x4a\x86\x59\xdb\x9f\xa0\xf0\x0a\xaa\x39\x82\xbe\x9d\xa7\x70\x2a\xab\xa5\x5e\xdf\xac\xa3\x32\xd5\x5b\x73\xcb\xb4\xff\x3f\xbb\xac\xc9\xb2\x9c\x4a\x0d\xb6\x89\x9a\x4b\x84\xdd\x05\xec\xd2\x8a\xbc\x51\xab\x63\xd9\xd0\xb9\x8d\xf0\x45\x3b\xef\x1e\xdd\x63\x05\xef\xb6\x78\xb0\x2f\xfc\xd8\x9f\xc9\x07\xfb\x3e\x79\xf0\x88\x65\xfa\xc2\xff\x14\x32\x59\x6e\xe4\xde\x12\x16\xeb\x68\x07\x16\x2d\x70\x6a\x60\xa1\x2f\x80\x71\x5e\x51\xf2\xe7\x27\xd4\x27\xe5\x16\xa3\x8b\x72\xb7\x8f\x27\xb2\xe2\x14\x6a\xd0\x2f\x03\x83\xf6\x40\xf7\xb0\xa4\xc4\x76\x2e\xd5\xdd\x6e\x69\x46\x2a\x1d\xb0\x6b\x52\x2d\x61\x3e\xf3\x91\x3f\x81\x31\x82\xe9\x9f\x41\xc4\x54\x97\xd0\x76\xe2\xcb\x16\x23\xd8\x4d\x44\xf1\x4e\x0c\x22\x8a\x78\xb8\x1f\x11\x65\x47\x01\x25\x10\x5c\x54\x53\x42\xe9\x79\x1f\x49\x2c\xa1\xf9\xbd\xc9\x94\x03\xbd\xe1\xfd\x4b\x24\xb4\x53\x8a\x44\x22\x7b\x9c\x19\xa5\x13\x99\x27\x29\x93\x7a\x75\xa4\x93\x22\x7e\x32\x2e\xf6\x32\x99\xf8\x64\xc3\xb6\xad\x30\x6b\x47\xf4\x97\x21\x45\x6e\x6d\xa9\x26\x98\xd8\x72\xfd\xbc\x5b\x5f\xd6\x09\x24\x6d\x00\x9e\x61\x03\x30\x58\x33\x64\x5a\xee\xc2\x1a\x96\xc9\x5f\x83\xed\xc5\xac\xfe\x46\x38\xbb\xa6\xda\x3f\x82\x84\xe5\x99\x03\x7b\x4e\xb1\xd4\x7f\x5f\xa7\xa6\x77\x52\x4c\xb0\xaa\x90\xb4\xb7\x41\xeb\xa7\xc2\x5f\x0a\xfd\xc0\x62\xc0\x21\x3b\xc8\x7e\xda\xd9\xda\x2f\xd1\x39\xb8\xa5\x41\x34\x58\x26\xb9\x99\xf4\x8d\x8a\x63\x7a\xd3\x65\x51\x9d\x26\x15\x5f\x20\x41\x0f\xb3\x22\x5f\x97\x2d\x2b\xa9\x1e\x27\xc1\x47\x24\x39\x6d\xed\xe3\xd1\xbb\xba\x3d\xa9\xf2\x1f\x19\x19\xee\x91\xd2\x97\x15\xb6\xdc\x3d\x93\xf9\xf2\xea\x23\xd2\xb8\xa2\x31\xa9\xe6\x1f\xe0\xcd\xc1\xcf\x5c\x82\xb8\x3f\x22\x87\xe4\x4a\x99\xe2\xe8\x7e\x24\x62\x4b\x4d\x7e\x3c\xa2\xd7\x68\x54\x6a\xe1\x85\x4c\x95\xdd\xa8\xbf\x51\x99\xf1\x27\x51\xd6\xce\x72\x81\x57\xc9\xb6\xac\x3e\x37\x8f\x9f\x66\x0c\xb2\xce\x92\x18\xa5\x49\x94\x95\x1f\x1d\xdd\x02\x0b\xac\x32\x68\x51\xb0\xdd\x9d\xe5\x46\xd2\x41\x29\x7c\x8b\x85\x26\x90\x80\xed\xa7\x67\x2f\x73\xb3\x2d\xb3\xc4\x46\x37\x16\x8c\xfd\x8b\x08\x62\x1e\xa4\x98\xd3\x93\x68\x95\x51\xbf\xd2\xaa\xf0\x83\xed\x72\x18\x6f\xc1\xa7\x98\x30\x2e\xc9\xd1\xf3\x31\x19\xb5\x4e\xab\x52\x13\xef\xe8\x97\xb5\xb9\x74\xc3\x76\x50\x64\x86\x2d\x92\x4f\x6d\x43\xe7\x65\x12\x85\x93\xf0\xa3\x9e\x75\xf5\xda\x95\x1a\x79\xc3\xbf\xad\x49\xed\xdd\x28\x82\x77\x80\x8f\x4e\x8e\xea\x46\xa5\x16\xde\x92\x0f\x3f\x0a\x21\xfc\x15\x9a\xb7\x17\x10\xcd\x93\xe0\xa3\xd3\xa3\x56\xdb\x52\x43\x4f\x57\x68\x6e\xbd\x62\xdf\xef\x70\x74\xd4\xb8\xfc\xbe\xcf\xed\xfc\x73\x5a\xc1\xba\x86\xf9\x07\x58\x85\xfa\x90\xfe\x20\x8b\x49\x1f\xd6\xbe\x16\x83\x41\x4b\xd7\xcf\xfd\x06\xd2\xd8\xfe\x5c\x4e\x8a\xae\x9a\x7b\xf2\x9e\x2c\xc9\x48\x68\x49\x36\x4d\x2d\x57\xb9\x5d\xe3\xbe\x46\x63\x17\xf3\x6c\xd6\xb6\x8f\xa7\xc4\x25\x73\x2b\x1b\xd6\xfd\x9b\xc7\xbf\x87\xd1\xb2\x86\x35\xa6\xd2\x74\x73\xdf\x06\xf0\xbe\xc9\x00\xde\xbf\x07\x03\x38\xa9\xf8\x58\xb9\xd1\xdb\xd6\xee\xf8\x71\x6c\x9b\x2c\x49\xde\x15\xb7\x70\x16\xf3\x8b\xfc\xfc\xfc\xed\xf9\x8b\xd7\x3f\x4a\x9b\xd3\xd6\x86\xc1\xbd\x14\x10\x64\x26\x57\x01\x5d\x3d\xab\x8c\xd9\x3a\x5d\x9d\xe2\xea\x33\x9f\xa3\x67\x72\xe2\x99\xcf\x8c\xf2\x72\x26\x9b\x92\x8b\x81\xaa\x69\x28\xcf\x5b\xf3\xc5\xcc\xce\xf7\x7e\x36\x0f\xcf\x92\x74\x69\xbd\xc4\xb4\xf8\x1c\xe6\xe7\xb8\x89\x4b\xc1\xb6\xf3\x2a\xcf\xe5\xdb\xe7\x6f\x5e\xbf\x7f\x71\x7e\xfe\xd3\xf3\x2f\x6b\x65\xbd\x49\x93\xab\x30\x80\xd6\x77\x10\x06\x17\xfe\xe4\xf2\x23\x4d\x9e\xe1\xae\x82\x5c\x34\x96\xdc\x84\x34\x68\xde\x50\x73\xbf\x9e\xe3\x80\xf6\xa2\xa6\xa8\xcb\x73\x78\xdb\xf7\xa3\x1a\xea\xd5\x2b\x37\x10\xe2\xd5\xce\xe6\x18\x2c\xa8\xc3\x18\x85\x13\x8a\x32\xba\x1f\x45\xae\x52\xe6\x23\xaa\x41\xc0\xc2\xd2\x18\x63\xeb\x01\x58\x2a\x90\xa5\xe1\x9e\xb7\xe0\x96\xd6\xa1\xa6\x25\x9e\xdf\xcf\xae\x11\xaa\x54\x26\x32\x1d\x82\x51\x1e\x20\xc7\xaa\xe7\xcf\x78\xa4\xdc\xf6\xe2\x52\x8d\xd5\xbd\x8a\xe5\x3c\x85\x3b\x79\x6e\xc8\x20\x8a\x5d\x92\xc3\xec\x82\x45\xa6\xda\x9d\xdc\x7c\x8a\x37\x3f\xfb\x12\xde\x2c\x53\x98\x65\xb6\x1c\x0b\x4e\x9e\x9c\x45\xe1\xe4\x52\x46\x0b\x95\x4a\x4d\xc8\xbb\x22\x60\x28\x16\x5c\x59\x28\x60\xb2\x84\x4a\x3c\xb9\x6c\x75\xad\xde\x05\xcd\x37\xbf\x33\x2b\x34\xe7\xa0\x2b\x14\xdf\xf4\xc1\x09\x8b\x57\xd4\xd9\x91\xa3\xed\x24\x31\xcd\x9e\x45\xfe\xa4\xc3\xc0\x9b\x6f\x32\x0b\xe3\x36\x4a\x66\xb3\x08\xe6\xc4\x62\x79\xb6\x72\x6e\xe4\xc3\xde\xf9\x20\xc0\x87\x0f\xef\x99\xc8\x41\xa7\x21\x02\xe5\xee\x22\x9c\xec\xe4\x54\xeb\x8d\xeb\xfb\xd5\xdd\xab\x4f\xb6\x3c\xa3\x6a\x7a\x4e\x3a\x9f\x16\x4a\xac\xca\xc8\x37\xb5\xa2\x2d\xae\xed\xef\x21\x13\xa6\xb9\x11\x0e\xb9\xbc\xbb\x1a\xb4\x3d\x0f\xe4\xd1\xb7\x84\x0d\x0e\x6b\xb1\x81\xf1\x08\x2d\xf3\xbd\xbb\xef\xd9\xd8\x2a\xeb\xa6\xa9\x1d\xbc\x05\x5e\xac\x10\x4a\x38\xda\xdf\xa1\xfc\xdb\xb4\x93\xe1\x75\x23\x2d\xe8\xba\x1b\x96\x45\x55\x4a\x14\xc6\x2b\x68\x5d\x87\x68\x9e\xac\x90\x15\x25\xb3\x59\x18\x63\x0e\xaf\xee\xe4\x9e\x19\xde\x30\x91\xbd\x0d\x8e\x78\xfb\xf6\xdb\xdb\xd7\x11\xf6\x87\xdf\xa3\xbd\x2f\x66\x8f\xc6\x4c\x6d\xf9\x56\x10\x4e\xa7\x90\x44\xb9\x90\xfb\xc3\xaf\x1b\xf6\x1e\x18\x42\xdb\xb0\xbb\xdb\x6f\xd8\xdd\x2f\x7e\xc3\xee\xc8\x1b\x34\x45\x2e\xd2\xa4\x4c\xc5\x3b\x16\x2f\xa1\xe2\x76\x3d\xe6\xb0\x42\x52\x55\x5f\xf4\xfe\xed\xd5\xb2\x81\xdc\xaf\x45\xbd\x36\x33\xec\xec\x76\x8e\xff\xf7\x32\x99\x25\x2b\xf4\x51\x99\x78\x37\x5b\xfb\xb1\xc1\xd4\x7e\xbc\xad\xa5\x5d\x75\xaa\xed\x91\x6c\x0b\x78\xb7\x05\x36\x75\xc4\x49\xd2\x17\xcf\xf6\xe0\x60\x6b\x70\x16\xe2\x4e\x41\x71\x12\xc3\x9a\xeb\xc6\x52\x36\xd3\x86\x61\x3d\x52\x37\xaa\x97\x91\xde\x0e\x31\x94\x94\x34\xd4\xdc\x19\x58\xad\xfb\x54\xb2\xb0\xfb\xf1\x0c\xa6\xc9\x8a\xef\x6d\xdf\xf2\xfd\x68\xac\x26\x65\x91\x76\xa4\x1e\x15\x41\x92\x15\xda\x53\xbc\x91\xdc\xbd\xfb\xf7\xf9\xa6\xff\xab\x5c\x7f\x79\x97\x1a\xaf\xc3\x5a\x05\x8b\xaf\x4f\xf1\x7c\x57\xce\xe1\x1e\xb6\x59\xbc\x98\x77\x90\x93\x8b\xaf\xfb\xa0\x24\x36\xaa\xf8\x69\x0f\xec\x16\xe8\x54\x7e\x4f\x5d\xd6\xf3\x2d\xb0\x0f\xf6\x72\xf7\x7c\x02\xba\x27\xc6\x88\x09\x2a\x17\x17\x6c\x48\x1a\xb4\xeb\x9e\x86\xa3\xe1\x1c\x35\x32\x7d\x2a\xe3\xe9\x2a\x01\x2b\xf6\xbf\x3f\xf4\x26\x0f\xdb\x6d\xcb\x36\xde\x29\xfe\xfd\xc5\xbb\xf7\xe7\xdf\x3f\xcd\xad\xc6\xed\xf6\xbf\x3f\xf4\xa0\xf1\x8e\xb1\x89\x97\xc2\x9e\x1f\x76\x37\x59\xed\x37\x27\x26\x81\x31\x05\x9a\x8a\x27\x3e\xe6\x8e\x76\x98\xb5\x09\x62\x55\x9b\xee\x5f\x61\x7c\x95\x4c\x98\x57\x01\x4d\x56\xc2\xd2\x8f\x88\x74\x24\xf4\x3f\x39\xd8\x73\x44\x84\xe8\x30\x6b\x93\xfb\x18\x60\xe3\x7f\xda\x28\xc1\x8d\xf8\x31\x39\xb0\xf0\x7b\x94\x24\x11\x0a\x97\x98\x1f\x7f\xe3\x1f\xd1\x3c\x27\xf4\xbf\x59\x92\xa2\xf6\xc5\x0d\xee\x11\xc9\x3b\xd2\xe6\x39\x52\xa0\x3f\xc1\xcd\xa7\xf0\x57\x38\x61\x5f\x10\xc0\xb0\x55\x1c\xfe\xb6\x82\xed\x30\x68\x02\x1a\x69\x06\x04\x54\x50\x23\x57\x9b\x51\x23\x8b\x09\x51\xd4\xdf\x61\xab\x95\x95\xa2\x4a\x92\xe4\xdd\x0c\xe6\x91\xeb\x17\x2e\x01\xdd\x6c\x39\x6b\x9a\x3d\x5a\x7f\x4b\xd2\xdf\xb6\x9c\xb5\x64\x49\x17\x48\x91\x64\x29\xb2\xac\xd3\x2c\xeb\x2a\xc3\x98\x14\x90\x92\x6b\xc5\x62\x8c\x4b\x42\x9e\x18\x36\x08\xb3\xa5\x8f\x26\x73\x96\xb8\x15\x5e\x5b\xaf\x92\x55\xc6\xf2\xb8\x32\xdb\x8b\xa3\x83\x4a\x12\xf5\xbc\x16\xa4\x64\x56\x28\xe6\x80\x4c\x06\x7c\x0c\xd5\x4f\x98\xcd\xa0\x0e\x9c\xa4\xa1\x5c\x75\xdd\xf2\x35\x44\xad\x1c\x1f\xa5\xa5\xab\xdb\x51\xcd\xf3\x60\x14\x35\x6c\x49\x2d\xaf\xb5\x95\xc9\x00\x99\xab\x4a\x80\xcc\x04\xac\x36\x03\x64\xe2\x4d\x36\xc5\x8b\x9f\x72\xee\xe7\x02\xbb\xff\xf3\xea\xcd\xc5\xab\x37\xdf\xbc\xdc\x29\x95\x88\x82\x5e\xac\x0d\x94\x9c\x77\x15\xe8\xc5\x3c\xdf\x97\x19\xa6\x98\x9b\x74\xca\xb3\x4d\x75\xb5\x5b\x69\x51\x42\xc8\x9c\x5a\xad\x06\xfc\xe2\x62\x2d\xd4\xb4\x52\xac\xa3\x50\x83\x5d\xe5\x4a\x56\x52\xb9\xb0\x14\x68\xc1\x98\xdd\xfc\xf0\x7d\x2a\x68\xa7\x9c\xac\x7e\x9c\xc4\x37\x8b\x64\xc5\x00\x86\x58\xe6\x6e\x2a\xf7\x86\xb6\x8e\x00\x6f\xbc\x07\xdd\x04\x0f\x5c\x7e\x44\xed\x82\x18\x6f\xe4\xfe\x4f\x96\x63\x20\xbc\xba\x69\x4f\x92\x00\x2e\x42\x9a\x63\x52\x06\xa9\x55\xdf\x55\x94\xfa\x32\xb3\xf1\xff\x7a\x8d\x58\x8c\xb6\x09\xa1\x37\x2f\xb2\x42\x61\x94\x1d\x04\xc9\xe2\x80\xa0\x1e\xf3\xb8\xee\x7b\x48\xb6\x20\x4f\x7e\x21\x4d\xfd\x6d\x0a\x97\x49\x49\x1e\x77\xfc\x2a\x0b\x51\x92\xde\x1c\x24\x61\x30\x69\x2f\xa9\x43\x47\x5a\x23\x45\xbc\x92\xf2\xbe\x76\x76\xfb\x30\x0e\x15\xfa\x13\x11\xe0\xbd\x29\xf7\x1a\x7d\x13\x85\x19\x82\x31\x4c\xb3\x3c\x8f\xbc\x78\xd4\x72\xd6\xe0\x3a\x8c\xa2\x67\x30\x43\x69\x72\xc3\x72\x3f\x34\xa8\x1d\x8f\x5e\x15\x46\xf2\xf6\xdc\x14\x2e\x92\x2b\x88\xdb\x08\xc2\xe0\x05\x49\x0f\x52\xd6\x02\x9d\x58\x96\xaf\x8c\xfe\x50\xab\xa5\xcf\x86\xad\x0e\x40\xee\x34\x4d\x16\x6f\xd2\x64\x11\x66\xd0\x69\xe5\xdd\x98\x86\x71\x70\x96\x04\xf0\x6f\x37\x3f\xbd\x7d\x49\x9f\x67\xe9\xc4\x29\xf6\xcb\x0f\x82\x96\x54\x29\xb8\x5d\xc0\x2c\xf3\x67\x70\x00\x87\x8f\xd5\x34\xf6\xd0\x01\x74\x06\xf2\x37\xe4\x37\x16\xb2\xb0\x94\xd4\x68\xbd\xe3\x0e\xb4\x27\x49\x14\xc1\x92\xb3\x17\xd8\x10\x73\x8b\xfc\x8d\x54\x5c\x7f\x67\xfa\x3c\xf2\x6f\x92\x15\xca\x0e\x96\x30\x9d\xc0\x18\xf9\x33\x88\xdf\xae\x16\x04\x3c\x35\xb7\x57\x64\xfa\x0a\xa2\x59\xa3\xf7\x75\xd8\xfb\xd5\x87\xfd\xab\x7f\xc5\xff\xba\xfc\xe5\xd9\xdc\x7c\xd8\x33\x5c\x60\xee\x1e\x31\x81\x04\x6d\x50\x82\x09\x2e\x03\x01\x56\xd3\x76\xf2\x14\x94\x1a\xd1\x2d\xed\x77\x3b\x9b\xa4\x49\x14\x91\x24\x95\x87\xc0\x3b\x61\x07\x57\x0f\xf4\x81\x8a\x0a\x45\x41\x69\x07\x36\xc9\x77\xea\x9d\x8a\x27\x54\x25\x53\x40\x6e\x8f\x80\x47\x6a\xeb\xd2\xbc\x3e\xc7\xc4\x2a\xa5\xa1\x03\x7a\x27\xe0\xb0\x0c\x16\xa2\x5f\x0c\xfb\xe8\x13\x44\x08\xfb\x2a\x4c\xd1\x4a\x87\x43\x68\x10\xb2\x65\x2b\x2e\xb6\x34\x5a\x2f\x85\x19\x95\x90\x8b\xc9\x08\xf8\x3b\x3d\xbe\x44\x39\xd8\x4f\x38\x1b\xc6\x3e\x0a\xaf\x20\x23\x28\x3e\x2b\xa4\x8b\x17\x2a\x20\x00\xfb\x5b\xae\xec\xd3\x36\xed\x6f\x19\xf9\x09\xfc\x4a\xfe\x13\x25\xcb\xfc\xd7\x99\xc0\xec\x98\x44\x21\x8c\xd1\x79\xf8\x3b\x3c\x13\x6e\x49\x58\xe4\xa1\x73\x77\x38\xa6\xff\xf6\xd9\xbf\x47\x63\xe3\x98\x94\x4a\x75\xd9\x47\xfe\xd0\xd0\x5a\x73\x03\xa2\xc1\x23\x8b\x90\x9d\x01\x80\x74\x34\x6f\x36\xf5\xef\x3e\xf0\x8e\xb7\xc1\xf8\x50\x5c\xe7\x8a\xd7\x36\xda\x20\x89\x05\x55\xcc\x6c\x97\x70\x3e\x35\x9d\x66\xe8\x86\xf9\x58\xa9\x3e\x78\x1a\xce\x46\x21\x1b\x55\x47\x47\xf6\xe8\x13\x83\x8f\x96\x6b\x48\x75\x43\x62\x4d\x86\xd4\x66\xaf\x39\x29\xd9\x51\x18\x5f\x12\x96\xaa\xf4\xe8\x63\xec\x78\x13\xc2\x28\xd8\xf1\x72\x56\xd6\x09\x28\x08\xb8\xaa\x02\x90\xf5\x3b\xd2\x7a\x9d\x8f\x82\xe2\x5e\x53\xca\xf5\xea\x99\x43\x6b\x74\x3e\x80\xc8\x0f\xa3\x1a\x77\x7b\x85\xde\xd3\x92\x9f\xae\xf7\xc0\xfe\x96\xd4\x91\x29\x77\x94\x9a\xbb\x5a\x47\x24\xb6\xb6\x17\x49\x0a\xdb\xca\x1d\x1a\xa9\x0c\x7e\x58\xfa\x71\x00\x83\x92\x1c\xdb\xe6\x8d\xd3\x33\x8c\x8c\xf1\x15\x4a\x57\x10\x10\xdd\xa3\x72\x23\x10\x89\xfe\x8c\xb5\xec\x00\x24\xa3\x6b\x9f\x2c\x42\x3c\x0f\x45\x2f\xf7\xe0\xac\x3f\x85\x35\xbd\x6e\x6b\x59\xed\x6d\x33\x4b\xf4\x36\x44\x6d\x35\xca\x3b\xbd\x59\x97\x95\x6f\xc9\xfa\x98\x7a\xd9\x32\xf2\x6f\x06\x56\x9c\xc4\xf0\xaf\x5b\xed\xb3\x27\x1f\x79\x9b\xfd\x18\xdb\xa9\x8e\x12\xf5\x59\xef\xa2\x6c\x91\x76\xbf\x80\x2d\xf3\x3e\xba\xba\xa7\xfd\xd1\xb4\x29\x96\xed\x64\xdd\xcf\x65\xff\x52\xe8\xf9\x11\x36\x2b\x0f\xf0\x4b\x95\x3a\x77\x79\x35\xf3\x58\x01\x3b\x4e\x88\xd0\x2a\xd6\x18\xbb\xb5\xc0\x0a\xdc\x8a\x24\x86\x27\x77\x2b\xb2\xf5\x8a\xea\x63\x6c\xde\x69\x42\x94\xac\xf4\x3a\x64\x32\x87\x93\x4b\x72\xf2\x91\xeb\x94\x24\x6e\x5f\x87\x71\x90\x5c\xdb\xc0\x7e\xcf\x84\xea\x73\x2a\x53\xbf\xa7\x12\xee\x4b\x2a\x52\xb3\x5f\xef\x48\xe7\xde\x63\x6d\x0a\xb7\x41\x1f\x92\x6c\xf5\x37\x2c\xe1\x0c\xbb\x1e\x22\xc9\x6b\x1a\x98\xd4\x8c\x4a\x2d\x37\xa9\x91\xc4\x43\x8c\x9f\x72\xab\xb6\x3b\x4d\xd2\x85\x8f\x5e\x20\xb8\x38\xc7\xcd\x13\xdb\x4b\x56\x69\x78\xf3\x81\x30\x2f\x71\x9b\x4c\xca\x1f\x80\xdb\x06\x76\x16\xa6\xc6\xf5\x3b\x1d\x80\x69\xf1\x3d\xfd\x79\xdc\x01\x8c\xbe\x24\x2f\x39\xa0\xe4\x19\x08\x7d\xab\xa9\xcd\x85\xe9\xdc\xc3\x91\xd7\xe9\x8c\xe9\x23\x4c\xd7\xdc\x00\x83\x7f\xb5\x68\xce\xfb\xcd\xb6\x91\xf2\x76\xfe\xc2\x32\x71\xe6\x15\xb3\x07\x2d\xfb\xbf\x58\x3e\x79\xdc\x92\x93\x6b\x8e\x43\x96\xc6\x9e\x8e\x90\xe7\x87\xa7\x2b\xd6\xa5\xea\x9e\xeb\x2f\x97\xd1\x0d\x4d\xd1\x3f\xba\xa5\xf7\x46\x03\xd1\xc0\x55\x08\xaf\x97\x49\x8a\x5a\xce\x7a\x4c\x3b\xff\x16\x4e\x60\x78\x05\x9f\x62\xad\xbc\x89\x5d\x0a\xd3\xff\x25\xb1\x57\x90\x2e\x8d\x88\xaa\xdf\xa6\x16\x0c\x7b\x3c\x8c\xe1\xb5\x25\x98\xa7\x45\xa7\x77\x06\x11\xed\x17\x5d\x2c\x6e\x04\xe3\x19\x9a\xdb\x0e\xd0\x5f\x73\xa3\x87\xe1\x8d\x98\x75\xdb\x71\x1e\xc8\x49\xf3\x1f\x18\x7a\xa1\xb3\xea\x50\x8c\x0f\x39\xb7\x11\x44\x56\x3c\x8c\x64\x7a\xe5\x83\xe4\x59\xc1\xa0\xcb\x38\x8b\x26\xd8\x6f\xc5\xdf\x0c\xed\xbf\xfe\xde\x26\xcb\x64\x60\x79\xb6\x03\xe2\xf5\x1a\x90\x65\xc8\x78\x98\xed\x18\x41\x4b\x24\xc2\x69\x15\xac\xad\x62\x3e\x1f\x2a\xf3\xf9\xe4\x76\x3d\xb8\x65\x2c\xae\x0f\x9c\x55\xe6\xac\xd7\x8e\x03\xd8\x8c\x0f\x6e\xe9\x94\x0f\xe4\x2b\x1f\xf5\xc2\x26\xaf\x80\xac\x25\xc1\x60\xff\x3d\x4d\x12\x04\xd3\x51\x9a\x44\x70\xc8\xef\xf0\xe9\x15\xfe\x7f\x3b\x0f\xc2\x29\x26\x10\x4f\x60\xeb\x81\x74\xa8\xf0\x2b\xae\xf5\x6f\xc9\x2a\x0e\xc2\x78\x76\x46\xd4\xec\xb7\x70\x82\x5a\x8e\x8b\x92\xe5\x37\xc8\xa5\x9a\x37\x9d\xa5\x6f\x62\xe0\x0f\xc5\xf5\x65\x18\xc7\x30\xa5\x2f\xda\xe9\x03\x3a\x72\x88\x72\x4a\xbd\xf2\xd1\xdc\x5d\xf8\x1f\x5a\x1d\xe0\x73\xc3\xdf\x6a\x19\xf8\x08\xe2\x29\xcc\x5a\xca\xa3\x73\x42\xb3\x37\xcc\x29\xaf\xe5\xac\xd7\x80\xc8\x69\x0a\x35\xe4\x5c\x7e\x98\xff\xc9\x17\xdf\x85\x69\x86\x9e\xc6\x93\x79\x92\xb6\x20\xb0\x5d\xdd\xc8\xf4\xd8\x5a\x45\xd6\x63\x2b\x0a\x6d\x67\x0d\x74\xc3\x2e\xa4\x9c\x83\x86\x82\x59\x18\x1f\x3f\xf6\xa4\x14\x6b\xe2\xe5\xc8\x1b\x3f\x91\x7f\x0c\x6e\xd7\x84\xbc\x9c\x24\x8c\xbd\x1e\x3d\x82\x0f\x87\x85\x39\xe3\xa7\x86\xe3\xdc\xd2\x57\x59\xe1\x15\x58\xfa\x69\x06\x5f\xc4\xa8\x05\x39\xc5\xfe\x92\x26\xd7\x43\x69\xc4\x49\x06\x33\xd4\xc2\xb2\x2e\xe0\xcd\x4a\x5f\xba\x84\x79\xdd\xdf\x5f\x60\x96\x1e\x7a\x22\x6d\xb1\xa8\x20\x0b\x2f\xa2\x30\x9e\x89\x2e\x53\x79\xc1\x79\x10\x57\xb2\x41\xac\xb0\xc1\xe3\xc2\x0e\x57\xc9\x80\x55\x35\x3f\xc1\x35\xfb\x59\xf6\x32\xcc\x10\x31\x05\xdb\xfe\x45\x72\x05\x6d\x67\x20\xbf\x60\xb6\x6b\xfe\x6e\x0d\xa3\x0c\xde\x6e\x1a\x52\x79\x79\x50\x4a\xfe\x98\xa4\xae\x2b\xa1\x26\x7e\xb9\x5e\xe3\x25\x2b\x59\x9a\xb3\x8d\x96\xe6\x85\x7f\x73\x01\xdb\x61\xdc\xe6\x99\x9a\x0d\x46\x66\xfd\x9b\xca\xf2\x5f\xe6\x2d\x13\x16\x8c\xdb\x4b\x3f\x86\xc6\x3c\x90\x15\xe6\xf0\x8f\x96\xbd\xfb\x65\xf7\x66\x99\xc5\xe9\x8f\x66\x53\x38\xcd\xa1\x57\xc7\xf4\x7d\x02\xba\x65\xd6\x64\x59\xa3\xec\xe5\x7a\x6d\x51\x51\xe8\x16\x15\x05\x5d\x43\x68\xa0\x43\xf5\x85\x05\x3e\x9f\x05\x8b\x5a\x6a\x3b\xcc\xb4\xa4\xdf\xc3\x6f\x50\xe5\x26\x0c\xf1\xae\x89\x57\xa5\x7c\xf5\x4d\x34\x62\xa5\xc9\x9a\x69\x58\xa4\xe4\xe8\xd5\x1a\xf0\x46\xc0\xb4\x6a\x6f\x83\xea\xee\xd6\x72\x3f\xd4\x2d\x2a\x55\x0e\x8a\x36\x8b\xca\x5a\x89\xa8\x54\xe6\x70\xcc\xf5\x49\x8f\xfa\xec\x19\x2c\x30\x1b\x66\xaa\x89\xfb\x76\xbd\x81\x6f\xd0\xf6\xcc\x0e\x06\x3b\x79\xcd\x09\x5f\x7d\x75\xa8\xb9\xbe\xc7\xbc\xe4\x22\x88\x9a\xa8\x4b\xfa\x96\xa4\x38\x1f\xa4\x95\x3a\x50\x0c\x4a\x6e\xa7\x51\xae\x09\x49\x9a\xce\x26\xa5\x48\x88\x80\x06\xf9\x84\x8b\x80\x42\xee\x9a\x41\x84\xe5\xfb\xf0\x62\x85\x60\xcb\x0e\x03\x2c\xb6\x16\x95\x8e\xff\x8c\xa6\x49\x3a\xfc\xef\xbf\xdc\xa2\xf5\x7f\x8f\xff\xe3\x70\xa9\x4f\xd1\x4b\xe8\x79\x8d\xc9\x30\xb6\x41\xec\x2e\xfd\x14\xc6\x5c\xf3\x71\x80\x6f\x10\x3b\xdc\x9c\x66\x36\x48\x89\x6c\x09\x35\xe1\xc7\xb9\x4d\xd9\xb9\xc9\x6c\x81\x43\xba\xbb\xdb\x42\xc0\x4f\xdd\x64\x3a\xcd\x20\x17\x2a\xbb\x0f\x7c\x56\x60\xe1\x7f\xa0\xcf\x86\xe2\x49\x18\xb3\x27\xf0\x1b\x7b\xf9\xc1\x26\x47\xbf\xa5\x37\x40\x76\x84\x62\x25\xea\x63\x51\x93\xdd\xb1\xf5\x53\x3c\xdd\x7c\x7c\x49\xf1\x76\x9b\x0e\x30\x60\xfb\x9e\x77\xc3\x83\xf3\x0a\xb7\xbb\xfb\x3b\xd0\xd2\xea\x03\xed\x97\x0f\xff\x40\x27\x30\x7b\x5a\xe2\xc8\x25\x25\x7b\x65\x76\xaf\xb2\x23\x8d\xc4\xd0\xa4\x88\x84\xe7\x29\xe1\x5b\x63\xc9\x1d\xb9\xe6\x0e\xc3\x76\x17\x4f\x8f\x81\xe0\x3b\x60\x9e\x16\x9e\x5e\xdd\xb2\xb4\xea\x34\x48\x95\xb0\xd8\x45\xf2\xc1\xce\x51\x4e\xc7\x79\x76\xf7\xaa\x0b\x03\x63\xa4\x7d\xd1\x6d\x4b\xf7\x5c\x53\xc2\x2c\xd9\xce\xec\xa7\xa1\xdf\x9e\x87\x41\x40\x22\x4f\x50\xca\x70\x82\xe9\x06\x4d\x7b\xd5\x2d\xb3\xf9\x25\x71\x0c\x27\xa8\xd0\x1b\x5a\xaa\x57\x52\x2a\x08\xb3\xb2\x82\x25\x16\xf9\xdc\x06\x28\xa3\x1b\xb4\x3d\xfe\x90\xe4\x65\x90\x98\x14\x0f\x07\x33\x80\x6d\xa4\x4c\x89\x6d\x51\xa6\x4d\x5b\x78\xa9\x4b\xc1\x32\x39\xd9\xcc\x87\xab\xda\x51\x5e\x88\xa1\x1b\x95\x98\x2c\x0d\x5e\x80\xc5\xce\x54\xb8\x08\x5a\xe6\x88\xba\x4d\x34\xe1\xd3\x4e\x43\x49\x80\x7d\x86\x37\x44\x4b\x1a\x60\x9d\xb8\xba\x12\xfb\xe9\x5e\xad\xfc\xa5\x06\x5e\xcf\x18\x5c\x40\xbd\x89\x79\xa0\xa0\x99\xfd\x58\x00\x71\xd5\xe5\x3c\x2d\x2d\xe4\x53\xe3\x10\x6b\x9b\xe6\x2b\x12\x83\x96\xf3\x1f\xf3\xce\xac\x44\xee\xab\xa2\xef\xb6\x81\xb3\x7f\x24\xea\x52\x25\xbe\x84\xc0\xd2\xcb\x2d\x48\xbc\xe1\x4e\xa5\x5f\xb6\x5f\x2a\x63\xdf\x3a\x66\xec\xcb\x9f\x24\xc3\xc3\xc2\xa3\x1a\x2a\xc9\x26\x41\x5b\x0d\x33\x09\xc2\xa0\x1d\x12\x6b\xb8\x0d\xec\xeb\x30\x8a\xda\x01\x75\x4d\xcc\x25\x6e\xe5\xda\xa4\x89\xe8\x5d\x10\xa7\x14\xe1\xdb\xaf\x14\xbe\xd3\x66\xc2\x37\x43\x43\xd0\xbd\x39\xf1\x9c\xaa\xcf\x72\x29\x9c\x9e\xb6\x8a\x18\x4e\x65\x61\xd2\x61\xcd\x1c\x0e\x99\xc5\x88\xbe\x74\x93\xb8\x65\xd3\xa3\xa3\xe5\xe4\x2e\x8c\xc4\x7d\x92\x1b\xf0\xe1\xda\x29\x96\xc9\xe6\xc9\xb5\x52\x86\xc4\xaa\xc8\x45\xd6\x20\x97\x04\x0a\xc6\x7d\x56\x13\x9b\xa1\x96\xb3\x06\xfa\x00\xe5\xcf\x70\x63\xf8\x9b\x02\x65\xe4\x8f\xf0\x28\x5a\x06\xa3\x29\x8f\x90\x61\x37\x15\xb8\x1d\x77\xe2\x47\x11\xbb\x44\xd1\x64\x6b\xbf\xa6\x6c\x1d\xf9\x37\x30\xfd\x5c\x62\x20\xce\xff\xfe\x43\xf6\x8f\xf3\xdf\xfa\x95\x31\x10\x9b\x03\x1f\xa4\x91\xd9\x15\x41\x0f\x42\xbe\x6e\x73\x58\x04\x6d\xef\x5c\xac\x22\x14\x2e\x23\x28\x09\xdc\xc4\x5f\xc6\x94\xce\x4a\xdf\x02\x4a\x57\x7b\xe3\xe5\x2a\xcd\xd0\x27\xf3\xd3\x2f\x5c\xb6\x7f\x2e\x1c\x83\x9e\x75\xff\xf9\xb7\xab\xef\x4b\xac\x87\xf9\x08\xb0\x76\x48\x4d\x89\x5b\x04\xd2\x18\x5d\x0d\x4c\xa6\x21\xbb\x02\xf9\x40\x72\xdc\x52\xb2\xb0\x5d\xc2\x9b\x8b\xc4\x4f\x03\x1a\x4b\x4f\x8f\xc2\x43\xd9\xe1\xa5\x2b\xfb\xc0\xf4\x73\x9f\x16\xe6\xb5\xd5\xcc\x12\x78\x1f\x68\x09\xaf\x92\x14\xd6\x35\x53\xed\x1d\xfb\x40\x11\x35\xb8\x3b\x85\x8a\x7e\xd0\xd8\x92\x56\xee\x2e\xb1\xc5\x7a\x37\x7a\xec\x09\x23\x5a\xa3\xdd\xc0\xb8\x06\xb7\xd8\x13\x8a\xc1\x1d\xf9\xb9\xbd\x6e\xb8\x33\xc4\x09\x0a\x4d\x21\x2c\x9f\x66\x3b\xf8\xfb\x6f\x07\xbf\xa0\x1b\x78\x61\xde\x0e\xbe\x45\x37\x4b\xd8\x78\x0f\x90\x3c\xe9\xe9\x60\x2d\x9b\x3b\x97\x31\xe7\xf6\xae\xd1\xb9\xbd\xa7\x84\x8c\x71\xb9\xf7\x7b\xaa\x51\x02\xfb\x6f\x58\xf5\x01\xf6\x77\x42\xc0\x57\x23\xd3\xca\xe3\xcb\x84\x4e\xaa\xca\xc4\x4a\x91\xa2\xc8\x5c\x55\x23\x57\x32\xb4\xa8\xb5\x66\x6c\xbe\x4b\x50\x9a\xcc\x44\x9f\xec\x8c\xc3\x9d\x98\x86\x34\xc8\xee\x73\xe1\xe7\x4e\x2f\x9e\xfc\xef\x3f\x3f\x74\x36\xd8\x12\x8b\xec\xab\x5c\x43\x79\xfc\xce\xc9\xc4\xa6\x9e\x51\x96\xa9\x9c\xea\xa6\x0e\x52\x45\xca\xee\x79\xd3\x02\xa4\x85\x9b\x12\x63\xff\x34\xf2\xb3\xf9\x2b\x1a\xdf\x94\xd5\x88\x49\x4b\x62\x9a\xe7\x00\xc1\x9d\xa2\xce\xb6\x73\x77\x92\xdd\x71\xaa\xdc\x99\xd0\xf0\x16\x85\x0b\x98\xac\xd0\xe0\x08\xf6\x00\xa5\x09\x0c\xde\xb1\x67\xbd\x4e\x87\x8c\x13\x32\x7f\x91\x77\xaf\x5e\xae\x99\xb3\x08\x0a\x27\x97\x37\x8f\x1e\xb5\x10\xfb\x73\xf8\xb0\x83\xd9\x93\x47\xaa\xd1\xce\x53\x82\xba\x93\x08\xfa\x29\x27\x5d\xcb\x01\x36\xef\xa9\x3d\x1c\xe2\xcd\x34\x99\x52\xb7\x10\x7f\x8a\x60\xfa\x84\x05\xa4\xb9\x29\xcc\x92\xe8\x0a\xb6\xf2\x57\x2d\xc7\x71\x27\x3e\x9a\xcc\x5b\x70\xf8\xf8\x36\x9c\xb6\xec\x77\xa9\x1f\xd3\xeb\xa5\xa7\x17\x49\x8a\x60\x60\x3f\x1c\x0e\xa1\x8b\x65\x00\x07\xcd\xd3\xe4\xda\x82\x6b\xc7\x45\x73\x18\xb7\xb0\x72\x76\x2b\xf7\x8a\x04\xaf\x39\x6b\x67\x60\x78\xd8\xf4\xfc\x22\x01\x8b\x19\x8c\xe0\x04\x1d\x4c\xe6\x7e\x8a\xdc\x0f\x64\x29\xdd\xeb\xda\xcf\x1f\x90\x55\x2e\xf5\x81\xfa\xd9\x85\x7e\x34\xb0\x79\x7a\x5e\x40\xfa\x93\x0d\x6e\xf1\x03\x18\x0c\x6e\xd7\x80\xbd\x1a\xdc\x26\xf1\xe0\xf6\xfc\xa7\xb3\xb3\xe7\xe7\xe7\x03\xe1\xa8\x66\xd3\x0f\xed\xf5\x78\x4d\x1d\x27\xea\x53\xa0\x32\x12\xb5\x0e\xd5\x3e\x95\x17\xc1\xef\xe7\x7f\xfb\xfe\x1f\x7f\x7f\xba\x32\x6f\x94\xe7\x74\x46\xed\xbf\xaf\xfc\x34\x20\xb8\x55\xcc\xe0\xc2\xb1\x20\x6c\xb6\x81\x32\x1f\xd4\xc2\x3f\x15\x57\x34\xe4\x41\x9b\x10\x41\x49\xb6\xcc\x04\x79\x8a\x78\x5a\xff\x92\xa6\x39\x60\x5f\x3e\x06\x02\x0f\x6d\xc0\xeb\xb3\x73\x9c\x2a\x91\xac\x7e\x81\x8b\xd0\x1c\x3c\x9c\x5f\x9a\x3a\x15\xe8\x6a\x92\xcc\xc6\x54\x30\x3a\x2d\x9e\x38\x32\x4e\x59\x47\xce\x59\xdc\x27\xc8\xd6\xcc\x9d\x71\x3c\xe6\x8e\x1a\xdb\x27\x65\xab\x08\xa3\x90\x1c\x1b\xca\x13\x4c\xf1\xe8\x99\xc3\xbd\xe4\x98\xb6\x8b\x51\x70\x65\xb8\x4e\x26\xe0\xc1\x20\xcc\x48\xea\x40\x5b\x3a\xca\x8b\x01\x14\x5d\x70\x02\x46\xf6\x0f\x61\x4c\x26\xd3\x6e\xab\xd1\xd8\x4a\xec\x45\x31\x58\xa3\xa7\xea\x99\xa7\xd4\x27\xfd\x64\x5b\x18\x43\x05\xc0\x50\x0b\xbb\x3c\x92\x7a\xfb\x8c\xde\x26\xcb\x08\xea\x27\xa6\x84\x63\x45\xc6\x39\x96\x6a\xc1\x9f\x53\xcc\x76\x3c\xf0\x7c\x62\x9a\xcd\x58\x8b\x77\xb3\x58\x29\x1d\xa9\xb3\x05\x3a\x6d\x29\x94\xdc\x46\xcb\xf1\x49\x19\x5e\xd7\xb6\xd9\xd4\x3c\x4f\x8b\xa2\xa0\x06\x05\x15\xef\xbf\x03\xf6\xc5\xf5\x82\xe7\x39\xee\x7b\xe3\x84\x5a\xe7\xe7\xaf\x79\x7a\x88\x74\x23\x2d\x89\xe5\xe5\x1a\xa6\xe2\x28\xe5\x90\xfe\x62\xed\xd8\xdf\x26\x71\x1e\x4b\x4b\x3f\xa3\xcf\x33\xe8\xa7\x93\xf9\xf3\x38\xff\x70\x29\x42\x38\x34\x7b\x4c\xaf\x18\x93\x24\x02\xed\x0a\xd0\xf2\x14\x83\x90\x4a\xd0\xb8\x9e\x06\xa7\xc1\x06\x0a\x99\x56\xff\x71\xbd\xd5\x5f\xb5\x6c\xcd\x0b\xf5\xd8\xbc\x50\x8f\x9b\x2d\xd4\xe3\xfb\x58\xa8\x7a\xa5\xf7\xb2\x50\x0b\xe0\x7c\x15\xb9\x3f\x4a\x2b\x6a\xb2\xb3\xd7\xdd\x9e\x8f\xb6\xd9\x9e\x29\x88\x72\x75\xc7\x8b\x63\x3e\xaa\x91\x97\xce\x70\x3b\x56\xc3\x6f\x6d\x93\x6c\x82\xa5\xe0\xa6\xc2\x89\x7e\x6d\xbd\x4c\x93\x59\x0a\xb3\xcc\xc2\x22\x2e\x82\xe9\x22\x8c\xa9\xbc\x6a\xf4\x49\x69\x9a\x38\x06\x74\x41\x0f\x1c\x82\xfe\xe6\xbb\x3e\x69\x33\x12\x4b\x93\xe3\xc1\x89\x7b\x40\x1e\x07\x25\x42\x92\x48\x1c\x55\x9c\xa0\x36\x89\x7c\x22\x61\x54\x92\x2d\x31\x21\x32\x76\x9b\x7c\x49\x91\xe9\xca\x02\xa8\x88\x90\x6a\x47\x8d\xfc\xf5\x0a\xfa\xc1\x3e\x1c\xf6\x6e\x3f\x0a\xf0\x0b\x19\xf0\x30\x77\x98\xae\x8a\xd5\x11\x61\x07\xa4\x24\x99\x01\x16\x1b\xc4\x05\xec\x96\xcd\x54\x2d\x5b\x57\x33\x37\x3b\xb2\x25\x2b\x14\x41\xa3\x7e\xf5\xed\x2c\x0a\x17\x0b\x28\x01\x1c\x15\x95\x28\x62\x25\x01\x29\xf0\x41\x04\x32\x10\x82\x04\xac\xc0\x04\x04\x60\x01\x96\x60\x0a\x2e\xc0\x1c\x5c\x81\x1b\x30\x03\xaf\xc1\x1b\xf0\xfe\x01\x2f\x6b\x5d\xe7\xb8\x26\xf1\xa3\x47\x65\x9a\x18\x52\xdc\xce\x63\x37\xff\x01\x26\x49\x3c\x0d\x67\x2b\xfe\x46\xfe\x09\xae\xd3\x10\xb1\xe7\xfc\x4f\x40\xd5\xb8\xd8\x65\x3a\x6c\xf8\x3b\x4c\x9f\x28\xbf\xe8\x85\x65\xea\x0c\x28\xb5\xd7\xce\x5a\x74\xf6\x39\xef\x2c\xf0\xe9\x80\xa3\xe1\xed\x9a\x87\x10\xb1\xbe\x5f\xc2\x9b\xac\x95\x3a\xee\x34\x49\x9f\xfb\x93\x79\x4b\x51\xcb\xa3\x11\x1c\x0f\xd3\x11\x1c\xe3\xc9\x88\xa4\x61\x0c\x1f\x3e\x94\x7f\x82\x48\x19\x08\x79\xab\x8c\xac\x65\x53\x1d\x2b\x8c\xad\xe8\xee\x2e\x92\xfb\xef\x3c\x7a\xd4\x8a\xc4\x78\x89\xe5\x24\x1a\xc6\x6e\x16\x85\x13\xd8\x72\xdc\x14\x5e\xc1\x34\xa3\x7f\x05\xab\x09\x94\x3a\x48\x66\x81\x8d\x26\x65\x1e\x89\x77\x77\xf1\xda\x01\x91\x03\x7c\x29\xea\x45\x69\x8f\x34\x47\x7a\xa3\x3e\x7f\x12\x15\xa9\xea\x73\xaa\x02\xe5\x25\x53\xa3\x1d\x40\xff\x1d\x16\x5b\x28\x67\x8c\x88\x0c\x8f\x44\x67\x44\xeb\x7d\x69\xf2\xbf\x56\x6b\xf2\x3f\x1c\x3e\xfb\xe6\xed\xf3\xce\x4f\x25\x26\x7c\xee\x33\x59\x6e\xfa\x2c\x7a\x8a\x50\xcf\x79\xea\xc9\x57\x80\x70\x51\x05\x1e\x4f\x2a\x23\x3b\x00\x9a\x8b\x79\xc0\xce\xa0\x00\x88\x63\x5a\x30\x59\xe9\xec\xe2\x80\xba\xb7\xb1\x47\x22\x24\x3d\x7f\x93\x26\x24\x30\x56\xa4\x8d\xc2\x3f\x85\x40\x95\x7f\xc6\x2d\x52\xec\x33\x6e\xaa\x88\x8b\x5f\x22\x61\x56\xb3\x8b\x17\x88\x60\x64\x2f\x53\x78\x15\x26\xab\xec\x5c\xad\x02\xd8\x56\x45\xf5\x7c\xe4\xd4\x5f\xb2\xa3\x46\x53\x88\xaa\x7d\xee\x1d\x4d\x25\x6c\x2a\x84\xe6\xd1\x33\x26\xd7\xcb\x43\x7a\xe7\xc8\xbb\x0c\xe3\x20\xef\x45\xfe\xf8\x39\x11\x68\xcd\xce\x97\xf6\x58\x07\xf6\xeb\xe7\x42\x24\x1f\x88\x3e\x68\x4a\x75\xa9\xeb\xcc\x76\x95\x67\xe3\x50\x4b\x48\x2f\x58\x51\xe3\x45\xc9\x86\x73\xbf\xdc\xab\x47\x1c\xf3\x53\xe1\x04\xd4\xf4\x06\x45\x3e\x5f\xc4\xf9\x4c\xe1\x58\x2f\xa9\x4d\x39\x5d\x4d\x10\x41\xed\x62\xa6\x54\x7f\x01\x87\x70\xcd\x44\x2d\x3d\xcc\x8f\xbc\x1d\x0e\xe1\x7a\x1d\x41\x64\x7d\xc8\xe1\x61\x0b\xd0\x6f\x8c\xb7\x1d\x01\x18\x6b\xfa\x82\x40\xc1\x09\xef\x22\x22\x9b\xc0\x20\x87\x90\xe5\x0f\x32\xfd\x41\xa8\x3f\x48\xf4\x07\x2b\x0d\x86\x76\xa2\xfd\x0e\xb4\xdf\x0b\xed\xf7\x52\xfb\x3d\xd5\x7e\x5f\x94\x62\xda\xca\x44\x75\x6e\x4d\x22\xc8\x35\x8b\x73\xe3\x34\x02\x73\x22\x95\xa8\x2f\xb0\xf8\x77\xa5\x3d\x17\x21\x6b\x37\xa6\x02\x14\x47\x6a\xa6\xbd\x62\xbc\xfe\x5a\x7b\xac\xb1\xfe\x1b\xbd\xa5\x38\x78\x27\xed\x18\xef\xe9\xeb\xf5\x0c\x22\x6b\x91\x04\x30\x6a\xa9\x6c\x41\x50\x76\xc9\x8b\xbb\xbb\xdb\xf5\x3a\x83\xe8\xe9\x72\xf9\x16\x77\x0a\x33\x10\x89\x4a\xc8\x90\x9f\xa2\xec\x1f\x21\x9a\xb7\x6c\x9a\x45\xcf\xb5\xf1\xa9\x09\x87\xd0\xcd\x56\x17\x19\x4a\xf3\xe7\x2c\xe8\xd3\x71\x80\x10\xf3\x1f\x0e\x87\x52\xf0\x05\x69\x94\x07\xcc\x26\xd7\x31\x4c\x79\x16\x56\x97\x3b\x2c\xb3\x2b\x94\x07\x48\x0a\x3c\x9c\x24\x31\xf2\xc3\x38\x6b\xb1\x38\x3f\x5e\xb9\xf3\xe8\x11\x32\xc4\x27\x6a\x1f\x01\xe4\xe2\xad\x34\x83\xc8\x25\xf4\x1e\x42\xc0\xa3\x6c\x9f\x2e\x97\x84\x90\x2d\x3b\x0c\x22\x88\xc5\x40\xf9\x21\x5f\x5a\xb5\x3a\x2c\xda\x20\x13\x37\x84\x6b\x7d\xfb\xa4\x92\x5f\x76\x1d\x92\x5b\x13\xe7\x76\xe2\x67\x50\x70\xc6\x40\x6e\x68\x88\x80\xed\x2f\x97\x11\xbb\x61\x13\x01\xee\x64\xb6\xf0\x4a\x7e\xf4\xa8\x55\x1c\x81\x34\xde\xfc\x1d\x9d\x4b\x8a\x27\x48\x98\xd3\x9d\xac\xd2\x14\xc6\xe8\x2d\xe7\x3c\xc7\x59\xaf\x95\xad\x19\xf7\xad\xec\x5a\x48\x61\x2f\x26\x4d\x2b\xcf\x5a\xce\x9a\x30\xcc\xcb\xc4\x0f\x5a\xfa\xc4\xb3\x75\x43\x40\x0d\x5f\x93\x3f\x5b\xd0\x45\x09\xbd\x23\xba\xbb\x53\xc6\x4c\xe2\x81\x95\x41\x63\x2a\xb0\x09\x51\x16\x01\x0b\x16\xc7\x7f\x82\xfc\x4f\xe2\x5c\x78\x59\xa0\x8a\xd2\x59\xb5\x57\x48\x1a\x84\x88\xb1\xa1\x80\x14\xee\x8c\xea\x42\x2b\x04\x03\x12\x33\xdf\x92\xa7\x8b\x44\xe6\x72\xf9\xe9\x67\x2c\x2e\xb5\xa4\xc3\xae\x1d\xac\x52\x3a\x24\xe7\x01\x16\xd6\x48\x68\xf2\x77\x51\xe2\xa3\x16\x74\x4a\x48\xb8\x69\xf6\x2b\x26\x7f\x0d\xe3\x80\x13\x3f\xa7\x86\xcb\x8f\x05\x5b\x5a\x3a\xad\xa6\xb4\xa4\x6b\xc4\xd9\xc8\x9c\xcd\xf8\x6f\xcd\x64\x32\xae\xfd\xf1\xf9\xf0\x03\xce\x24\x6a\xfd\x6c\xc7\xab\xec\xbc\xda\x63\x20\xb7\x9f\xc4\xec\x08\xfb\x47\x98\xe3\xf0\xf1\x92\x94\x71\x4b\x0a\x3c\x0b\x03\xe5\x7b\x46\x69\x67\x9d\xcb\x95\xfa\x18\xe8\x8e\x64\x1c\x86\xd6\xc8\x74\xda\xb4\x5b\xa2\x44\x69\xbf\xd6\x60\x3e\x7c\xde\xba\x50\x20\xc0\x85\xe8\x1a\x8f\xc1\xad\xa2\x0e\x3e\xec\x00\x35\x5a\x59\x28\x84\x0f\x3b\x40\x52\x30\x08\x9c\xc8\xda\x01\x57\xa6\xba\xf1\xe9\x37\x4a\x77\xad\xfa\x46\xaf\x3a\x8f\xf9\xf6\x77\xad\x7b\x66\xec\x36\x3d\x83\x47\xd1\xae\xb5\xbf\xd6\x6b\xe7\x92\x7e\xb6\x6b\xcd\x6f\xf4\x9a\x35\x49\x60\x14\xee\xda\xc2\xfb\x02\xd5\x55\x61\x62\x94\xec\xda\x82\x56\x7f\x41\xc1\x00\xa3\xd5\x66\xa0\xf9\xea\x2a\x1c\x70\x21\x63\xcd\x6b\x2d\xaa\x3a\x08\x18\x4d\x1a\x36\xa7\x96\xaf\x6e\x4b\xac\x5b\x1b\x8c\x82\x86\xed\xe4\x65\xab\xdb\x60\x4b\xdd\x06\xa3\x45\xc3\x16\x78\xc9\xea\xfa\xb9\xba\x0c\x46\xcb\x86\xf5\xf3\x92\xd5\xf5\x4b\x1a\x39\x18\x4d\x1b\x36\x21\x15\xd6\x5a\xb9\x90\x6d\x79\x1f\x2a\x33\x0c\xfc\x0a\x3e\x6c\x06\x5d\x58\x26\x51\x38\xb9\x69\x4f\x93\x74\x51\xdb\xa3\x02\x7f\xdc\x16\xbf\x59\xb1\x4f\xe5\x4d\xf1\x7f\xff\xfb\xe6\xc3\x37\xdf\xdf\xfc\x6c\xb6\xc1\x90\x14\xd9\xe4\x3f\x0c\xd2\x96\x17\xae\x8d\xd4\xd0\x37\xf8\x9c\x79\xc0\x9e\x86\x30\x0a\x32\xc9\x78\x22\x5d\x8d\xc8\xf7\x51\xc5\xe8\xa5\x2e\x09\x48\xc5\xdb\x09\xb4\x28\xf5\xa9\x97\x23\x05\x85\x14\x97\x73\xb9\x15\x21\xaf\x5b\xba\x3f\x39\x26\xf5\x1b\xfd\x04\xba\x5d\x03\x02\x82\x18\x77\x4d\x0c\x84\xba\xf0\x8f\xb5\xb2\x2e\xbc\x11\xc3\xd4\xaf\xeb\xfa\x04\xaf\xd9\xb6\x92\xd4\x0a\x03\x18\xa3\x10\xdd\x3c\xa1\x11\x95\xa6\xbc\x3e\x25\xf9\xd9\xa5\xaa\xb6\xf0\xc0\xe0\xfd\x5f\x1a\xbb\xfe\x82\xf6\x2a\x84\x99\xe5\xa7\xd0\x62\xb5\xd2\x89\xc3\x0f\x89\xc7\x80\x7c\x72\x58\x98\xe4\x99\x6b\xbd\x9b\xc3\x1b\x2b\xf3\xaf\xa0\x75\x93\xac\xac\x2c\x59\x40\x0b\x85\x0b\x68\xf9\x71\x60\xc1\xe9\x34\x49\x11\x7e\xf1\xef\xff\x4e\xa1\xb5\xca\xc2\x78\xc6\x12\x39\x5b\xd3\x24\xc5\x7f\xe2\xb5\x6f\x4d\xa1\x8f\x56\x29\xcc\xdc\x72\x0a\x94\x40\x55\xe4\xd1\xb2\xa9\x1f\x84\xc9\x2c\x4d\x56\xcb\xc2\x55\xac\xb8\x55\xc7\x4b\x9e\x26\x35\xb0\xdf\xdd\x2c\x99\x91\x6d\xee\x67\x6d\xc8\x92\x16\x18\xae\x63\xed\x06\xb0\xc8\xa7\x9f\xfe\x82\xde\x13\x09\xe9\x25\x4b\x64\xa5\xb7\x43\x47\x8e\x34\xef\x83\x1e\x28\x38\x01\x61\xce\x1d\xf1\x85\x35\x56\x7d\x56\xba\xa2\x3d\x69\xe5\xb1\xfb\x52\x01\x26\x24\x6a\x94\x67\x42\x59\xa9\xa6\x3a\x34\xcf\x18\x2d\xb2\xbd\x5b\xbc\xf2\xf7\x4e\x72\xf7\x09\xa9\x2a\x51\xd1\xc8\x16\x8e\x5a\x36\x43\x6a\x60\x0f\xc6\xf9\x5d\x2d\xe1\x23\xf3\x1d\x64\x83\x8b\xd9\xc3\xca\x3b\xd8\xfa\xa8\xb3\x7b\x98\xa3\x43\xd0\x15\xa1\xdb\x87\xc0\x66\xe1\xfa\x86\x01\x36\xc9\x27\x56\x58\x90\x39\xbb\xe6\x10\x3b\xf8\x24\x6f\x23\xf8\x01\x99\x0f\x8b\x6e\xcf\xb0\x2e\x73\x57\x06\xf9\x44\xa1\xdf\x84\xd9\x9b\x34\xcc\x50\x18\x43\x03\x16\xb7\x61\x1d\x57\x20\xc9\x9a\x1c\x5b\xb8\xef\x7d\x45\x5c\xb0\x3c\x09\x5d\x8a\xe7\x2e\xbb\x5b\xf0\xb9\xf1\x84\x83\x8a\x3d\xc2\x2f\xc7\x36\x67\x30\xdb\x5f\xa1\x84\x64\xd9\xb2\xe5\xbf\x05\x97\xd3\x06\x4c\x4c\x5e\x80\x6f\x60\xf3\x49\xe8\x5b\xc1\xae\xbc\xeb\xf4\xd0\x35\x6e\x26\xaf\xfc\x0f\xe1\x62\xb5\xb0\xbc\xee\x89\x35\x99\xfb\xa9\x3f\xc1\x53\xed\x5a\xaf\xfc\x1b\x2b\x89\xa3\x1b\x2b\x8c\x27\xd1\x2a\x80\x56\x04\x11\x7e\x63\xb5\x56\xcb\x25\x4c\x27\x7e\x46\xb6\xf9\x83\x24\xb5\xa2\xe4\x9a\x3e\x70\xf8\x93\x78\x85\xa5\x19\x5c\xcb\x2a\x43\xd6\x05\xb4\x68\xa2\x34\xb7\x3c\xbe\x57\x3f\xe8\xf6\xcf\x25\xcd\xf7\x63\xc1\x2b\x28\x4d\xe2\x99\xb2\xcb\x1a\x7a\x04\xf0\x06\x13\x06\xd4\xaa\x52\x1b\xcb\xb5\xcc\x4f\xc3\xb4\xb8\xc8\x75\x56\xbe\xae\x9a\x31\xf8\xdb\x55\x04\x33\xf1\xd6\x67\x5c\x77\xc4\x19\x96\xd1\xfb\x50\x4a\x47\xf8\xec\xf5\xd9\xf9\xfb\x9f\xde\xbe\xcc\xf3\x11\x1e\xcc\x56\x61\x00\xb3\x03\x7f\x12\xb9\x73\xb4\x88\xfe\x2b\x5d\x45\xb0\x9d\x2d\xe1\x44\x84\x13\xe4\xcc\x9e\x12\x84\x88\x39\x8c\x96\x56\x9c\x24\x4b\x18\xc3\xd4\x8a\x93\x14\x4e\x61\x9a\x8a\xf0\x7a\x5b\xf8\xd3\xbe\xbf\x88\xfc\xf8\x52\xee\x71\xeb\xfb\xb3\x97\xd6\x77\x04\xec\xd2\x11\xf4\xd9\xc8\x32\xa5\xc7\x8c\xcd\x6e\x40\xda\x5c\x06\xdb\x3a\x65\x45\x4e\xe8\x13\xac\x3c\x04\xb0\x0d\x83\x10\x91\x74\x49\xd4\x5f\x26\x85\x7e\x80\xd7\x8e\xec\x26\x9c\xdd\xc4\xc8\xff\x40\x5d\xde\xc4\x4e\x42\xc0\xde\xcd\xdb\x39\x99\xaf\x71\x4e\xfb\xf9\x24\xaa\xdc\x1a\x6a\x55\x53\x17\x3b\xe0\x84\x2b\x45\x07\x3a\xd1\x0e\x72\xdd\x82\x47\x09\x52\x47\x2f\x90\xc7\x0b\x92\xad\xf1\x78\x5c\xd8\x22\x45\x27\x76\xc5\x64\x6f\x32\xeb\x31\x9e\x9f\xaf\x53\xde\x60\xca\x15\x8a\x19\xe6\x5b\x9e\xe5\xfb\x98\xdd\x7a\x04\xcf\x89\x4b\x2e\x90\x8a\x1e\xf9\x84\xec\x97\xf0\x86\xea\x04\x2a\x31\x4d\x4a\x01\x21\x1b\xbd\x23\x97\x05\x89\x7a\x73\xc5\x89\x21\x2a\xd9\xdf\xb4\x95\x60\x28\x56\x0d\xe1\x1e\x8f\x3a\xda\xc4\x36\x67\xdd\xb6\xf2\xe5\xf6\x1b\xfe\x3e\x96\xbe\x1a\x24\x4d\x9d\x3f\x68\xc2\x37\x39\xb6\x44\x0e\x21\xc7\xcc\x76\xf0\x3f\x07\xff\x73\x80\x3f\x9e\xc0\x98\x8c\xac\x4a\x73\xe1\x8a\x4b\x6f\x6c\xd6\x56\x70\x3d\xb6\x6c\x2b\xa9\x29\x24\x48\x91\x1f\x65\xb8\x53\xba\x90\xf0\x4c\x74\xd9\x28\x0b\x57\x39\x75\x73\xff\x6c\xe1\xbb\xfd\x5d\x08\xa3\xc0\xec\xd6\xfd\x26\xf2\x27\x70\x9e\x44\xd4\xd7\x32\xf7\x01\xd7\xa3\x3d\x98\x60\xa5\x10\x07\x88\x87\xec\xc3\x43\x69\xfa\xe5\xfe\xb3\xe8\x7c\xa9\x20\x56\xfb\x2d\xdf\xca\xe7\xc5\x8a\x95\xaa\x4c\x6b\x55\x25\xc9\x4e\xc8\x3b\x34\x13\x4a\x31\x23\x80\x39\x73\xc9\x8e\x28\x9b\xe5\x36\x13\x21\x43\x26\xb3\x59\x64\xce\xe2\x5f\xc6\x1e\x3f\xe3\x45\x6f\xc9\x7c\x5d\xc6\x25\x9b\x8c\x18\x65\x8a\xad\xac\x3c\x85\xd9\xf9\x24\x59\xc2\x60\x5c\x61\x54\x28\xda\x1f\x49\x76\x1d\x31\xe5\xbc\x40\x03\x83\x42\x99\xae\x25\x83\xee\x6d\xd2\xb7\x74\xc2\x3d\x8d\xa2\x72\x52\x55\xe2\x19\x19\x36\x7c\xaf\xd1\xfe\xfe\x39\xee\x5c\x55\x7e\xe1\x9c\xcc\xed\xdc\x9c\x97\xdb\xf9\xf2\x67\x5b\xd9\xe8\x7a\x3b\xaa\x84\x55\xbb\x6d\x81\x3d\xca\xe0\xf6\xaa\x58\x3e\xdf\x6c\xb2\x9c\xeb\xa9\x95\xad\xab\xdb\x1a\xaa\x17\x03\x0f\xf1\x90\x8a\x81\xe2\x2e\x99\x49\x7e\x7c\x1f\x7b\xad\x54\xda\x30\xb5\xd1\x96\xac\xb4\xaa\x2d\x91\x23\x84\xd4\x35\xdf\x96\xd1\xa5\x09\xab\x14\x85\x13\x3d\x8f\x92\x38\xbc\x58\x8e\x99\x2f\x9b\x27\x3d\xae\xeb\xe7\x99\x60\x72\x26\xfa\x84\xdc\xe3\x6d\xcb\x34\x46\x99\xd4\xab\x14\x4a\xe9\xff\x6f\x66\x3e\x6d\x22\xc4\x36\x0e\xc5\xda\xc6\x70\x54\x2a\x0f\xb2\xab\xdb\x30\x89\xad\xd6\x6b\xf2\xaf\x1f\x39\x15\xc6\x2a\x5c\xbf\x9f\x42\xbf\x8c\x97\xf2\xfa\x54\x5e\xa2\xda\x93\xf4\x3a\xdf\xe6\x1a\xda\x45\xcd\x80\xb6\xf5\xb2\x2a\x49\x73\xba\x01\x5c\x85\xa9\x9a\x2c\x1a\x5d\xc4\x09\x29\x07\xa7\x3d\x0d\xe3\xa0\x7d\x71\x43\x23\x85\xf2\x6c\x4b\xd4\x17\x52\x04\x19\x99\x43\x83\xb8\xf0\x83\x3f\xf3\x97\xb4\x16\x72\xc5\xcb\x32\x38\x31\x07\x65\x12\x7e\x24\x2c\x30\x94\x1a\x19\x44\xed\x8c\xd8\xd4\x38\x23\x11\x7b\x73\x14\x25\xd7\x2f\xb8\x32\x04\xec\x89\x5f\xc4\x11\x8f\x49\x2e\xa7\xf8\xaa\x89\xa3\x73\xe1\x6e\xbd\x51\x34\x52\x21\x85\xd2\x2d\x66\xd3\x81\xcd\xee\x8c\x41\x4c\x1a\xe6\xbf\x94\x31\x0c\x1e\x76\x00\x51\xfd\x49\xb0\x21\x81\x47\x17\x3d\xb1\xc7\x80\x13\x70\xf0\xd0\x6b\x10\xa5\xa4\xa7\xc4\xc8\xa7\xc1\x94\xed\xc7\x95\xf6\x46\x91\xf8\xe7\x71\x87\x39\x7a\x09\xea\x0f\x47\xb7\x74\x1c\xec\x8a\x18\xf0\x37\x03\xdb\x5e\x03\xf6\xee\x9c\x1a\xda\xac\x7c\x8a\xf2\xaf\x0a\x96\x4b\x51\xea\xc7\x24\x30\x17\x51\x75\xdf\xf5\x78\x5d\x09\xae\x8e\xd2\x9b\x72\xa2\xac\x29\x50\x08\xd2\xb0\x50\x38\x69\x1e\x30\x97\x58\x91\xfd\x85\x78\xc7\x51\xf7\x58\x3a\x25\x92\x24\x3f\x80\x4f\x5a\x3a\x8d\xb9\x23\x94\x7c\xfc\x6a\xe4\x26\xe1\x5f\x40\x39\xa0\x1d\x7d\xb2\x0c\xdf\xd0\x44\x26\xce\xa0\xb5\xf9\x4b\xc5\x1d\x51\x7a\x53\x64\x09\x63\x77\x69\x43\x15\xec\xf3\x10\x3a\x0f\x2e\x52\xe8\x5f\x3e\x60\x0c\x3f\x40\x72\xee\x6e\xe4\xac\x91\x92\xe5\x5b\x49\x72\x85\x59\x7a\xed\x14\x92\xae\x6c\x8e\x72\x63\x4b\x82\x6a\xe0\x89\x01\x56\xb2\xc4\xf9\x65\x32\x0f\xf1\xb6\xa0\x16\xfb\x54\xce\x2f\x4f\xff\xf9\xeb\x9b\xef\xbf\xf9\xfe\xd7\x5a\xb9\xb9\xe1\x07\x38\xa1\xb9\xed\x26\x7e\x3c\x21\x57\x10\x2c\x93\x3a\x1d\xeb\x34\x4c\xf1\xe7\xd4\x5a\x61\x03\x8e\x22\xc9\x90\x6b\x6b\xf9\xcb\x9c\xe0\x8d\x56\xa6\x8f\x0d\x46\x04\xd3\xd2\x1b\x17\xe3\xdb\x53\xb8\x4c\xf0\xbf\x64\xef\x96\x6c\xe5\x0c\xf9\xec\xdb\xa5\x6a\x0a\xa1\x81\xa6\xcc\xba\x4a\xb2\x7c\xd3\xa4\xdd\xe4\xdf\x53\xfa\xcf\x11\x3e\xc0\xd8\x4e\x62\x9f\x13\x83\x0a\x71\xa8\xe0\xcf\x78\x3e\x93\x86\x48\xf4\x1d\x33\x4a\x49\x25\x30\x20\x13\x31\xea\x1b\x44\x9e\x2e\x97\xd1\x8d\xe5\xc7\x16\xfc\x40\xae\xe9\x66\xac\xd7\x4d\x62\x93\x2b\x7b\x34\x49\x61\xd1\x01\xa8\xb4\x4b\xf6\x06\x7f\x22\x23\xfa\x62\x8d\xab\x82\x12\x9a\x36\x33\x7f\x93\x4a\x3c\x49\x8e\xeb\xe6\x72\x5c\x0e\xb9\xce\xf0\xff\x89\x72\xa1\x45\xa8\x7b\x72\x34\x18\x67\x74\x8a\xe1\x5c\xc0\x45\x68\x70\x93\x78\x46\x48\x6c\xc5\xf0\x5a\x72\xed\xda\x64\xda\xb0\x65\xd8\x0c\x36\x8f\x4a\x56\x01\x61\x47\x8c\x19\x12\xb5\x74\xd1\xa0\x85\x02\xea\x48\xd4\x76\x0c\xaf\xdb\x6c\xab\xe3\x56\xad\x66\x36\x3a\x7b\x2b\xa0\x1f\x46\x52\x86\xca\x62\xb0\xce\x5a\xf5\xe0\x35\xb7\x05\xb5\xe7\x13\x34\xef\xca\xd3\xf3\x23\xbc\x96\x7d\xd1\xb6\x4c\x54\x5a\xab\xe3\xdb\xa1\xc5\x0b\x2b\x72\x2e\xae\xf1\x9a\xe9\x0f\x79\x9f\xa4\xfb\x26\x11\xfc\x98\x84\xf4\x22\x37\xe8\x8f\xe4\xe4\xfa\x47\xca\x26\xe9\x1d\x55\xcc\xc8\xbe\xc6\x2f\xd2\xca\x6e\x3b\x73\x2a\xf2\x44\x01\x62\xc2\x3b\x95\x63\x22\xfd\xab\xdc\x8a\x73\x42\xff\x95\xfd\x9f\x8e\xcd\x4b\x05\xff\x73\x3a\x2e\x5c\x66\x49\x6c\x9c\x42\xea\xe2\x59\xb4\x42\x70\x15\xac\xe8\xf7\xd9\x2f\xc4\x9c\xe2\x4e\x11\x07\x8c\x73\xff\x8a\xe3\x43\xe4\x0f\x25\xaf\x0c\xf9\xf1\x8b\x98\xdc\x23\xd9\x1b\xfc\x40\x89\x55\x20\x5b\x5d\x2c\x42\x5d\x79\xcd\x37\xf0\x7e\x49\x2f\x76\x43\x87\xda\x12\xb2\x62\x93\xbb\x47\xcd\x2d\xd6\x8f\x03\x8b\x64\xf2\x2c\x59\xc9\x1b\x72\x69\xe0\xc3\x43\xe2\x30\xa3\x03\x6f\x19\xd9\x8c\x13\x41\xb3\xcf\x70\x7e\x91\x52\xcf\xe8\xbe\x78\xf7\xc1\x8b\x12\x75\xa8\x64\x57\x77\x77\x3b\x35\xe6\x61\xae\xc0\x76\xda\x38\x81\xfb\x10\x54\x12\x6e\xe6\x68\x06\xa3\x52\x84\xf9\x19\x95\xa3\xa4\xe8\xa8\x38\x35\xba\x45\xc8\xdf\xac\x4f\x27\x24\xbb\xce\x2a\xf2\xd3\x36\x4f\x6d\x9e\x1f\xe6\x39\xae\xb6\x24\xda\x6e\x38\xcf\x15\xef\x2f\xb6\x16\xde\x85\x0b\x38\x08\x60\xc6\xbd\xdc\x07\x3e\xfe\x93\xee\x81\xdb\xdc\xcb\xdd\xdb\xb1\x2c\x2c\x61\x73\xe5\x50\x2e\x73\x2f\xac\x9d\x35\x7c\x43\x67\xd3\xe4\x7a\xeb\x9e\x72\x6b\x6d\xee\x34\xdd\x3d\x64\x73\xe3\x8d\x37\xf8\x45\x73\xa4\x2b\x0f\x8c\xec\x17\xcf\x8c\xfb\x6d\x4d\x78\x40\xdb\xe0\x9a\x26\xdf\x05\x07\x13\xd7\x9f\x44\x99\xcb\xbd\xd2\x5d\x18\x84\x1c\xc3\x41\x6d\x7c\xac\x59\x83\xcb\xee\x12\x9a\x7a\xa3\x14\xfb\xd8\x33\x35\xb0\x65\xcb\xfa\xf9\x70\xaf\xec\xc2\x17\x6a\x63\x3d\x49\xbf\xd0\xe0\xc3\xdc\xd1\x66\xad\x74\xbc\xce\x5d\x25\xb0\xbf\x15\x48\x54\xd2\x96\x42\x90\xb5\x0f\x6c\x85\xfa\x39\xba\xd9\x81\xcd\xa1\xba\x6c\x66\x1a\x39\x30\x33\x90\xe9\x6c\x12\x8f\x3c\x76\x64\x76\x37\xdc\x7a\x62\xcd\xed\x77\x22\x1f\x6f\x54\x02\xa5\x5b\x81\x5a\x04\xde\xa7\x53\x9b\x24\xec\x54\x85\x1c\x88\x8f\x14\x11\x2c\x37\x82\x0d\x4a\x45\x11\xa9\x6c\x50\xd1\x80\x7c\xc0\x15\x7c\x39\x9a\x41\xbb\xd5\x30\xf9\xd7\x5b\xe7\x3b\x51\x24\xdb\x23\x49\xf2\xfb\x76\x1b\x58\xb9\xf4\x76\x6c\x10\xc3\xbb\x63\xa0\xed\xdc\x9a\x44\xbf\x5f\x42\x16\xc5\xda\x2d\xee\x9f\xf4\xa2\xdb\x39\x2f\xf7\xbf\x48\xe7\xe5\x5a\x0b\x7e\xcf\xbe\xcb\x56\x5d\xdf\x4a\xe1\xd6\x2a\x5c\x28\x59\xbe\x9d\xfb\xf6\x1f\x3e\x1a\x17\x4e\xd0\x3d\xbb\x0f\x7f\x82\x8d\xf6\x63\x11\xbd\xb6\x07\xef\x3d\x11\x78\xa7\x41\xcb\x96\xb6\x7c\xf4\xa0\xb0\xcd\xa9\xde\xb6\x5d\xc5\xfd\xb6\xd4\x7b\x76\x0b\x27\xd4\x92\x9d\xd0\xb4\x7c\xbb\x85\x20\xcd\x1d\x5c\x71\xcb\x12\x72\x6b\x34\x25\x37\x1a\x3e\x45\x2a\x51\x2d\xa9\xfc\xde\x03\xd3\xf1\x69\xca\x42\x34\x57\xec\x8f\x6b\x3f\x46\x16\x4a\x2c\x8a\x70\x41\xd0\x61\x98\x35\xd7\x9a\xa6\xc9\x82\x3e\x40\xc9\x25\x8c\x9f\x6c\x93\x0f\xb2\x81\xf9\x6c\xbb\xea\x4d\x16\x0e\xd9\x3e\x0e\x23\x48\x4d\x33\x5d\x0d\x84\xd5\x60\xb4\x20\x90\xc0\x36\xa5\x84\xe2\x9b\xd3\x29\xda\x1e\xde\xd2\xaf\xca\x0f\x76\x93\x8c\x7e\x54\x01\x75\x5b\x47\x58\x67\xc6\xfe\x1d\xe8\x54\x1a\xfa\x5b\xf8\x92\x8c\xbf\x5f\x1b\x98\xf7\x9e\x27\xa6\x67\xb0\xfe\x50\x96\x67\x9c\x5b\x39\x13\x1b\xfa\x32\x11\x76\xa4\x5a\x7d\x39\x6c\x68\x89\x2a\xe3\x86\x1c\x98\xd6\xbc\xb0\x6b\xe2\x24\x37\x96\xcd\x6a\xe5\x02\xdb\x94\x6a\x6b\x3b\x3c\xde\xe2\xeb\x72\xd7\x1a\x8e\xb5\x2b\x9c\x6a\x68\x36\x84\x17\xf4\x9e\x97\xb8\xbf\xe4\xa0\xbb\x42\x78\x60\xea\x9c\xea\x80\xf3\x6b\x12\xc6\xdc\x6f\x46\xb8\xcc\x50\xaf\x9b\x79\x0a\xa7\x6d\x94\x88\xab\x60\x7a\x37\x86\xbf\x66\x77\x10\xc6\x2b\x07\x60\xff\xb6\x82\x2b\xc9\xf3\x67\x09\x53\xf6\xbd\x74\xe9\xcb\xee\x7c\x15\xdf\x9a\x2c\x49\x11\xf5\xe2\x61\x3d\xa5\xb0\x5c\xcc\xdf\x86\x7a\x08\x35\xf7\xba\x51\x6f\xe8\x77\xf4\xbc\xc1\xdd\x2e\xc9\xc3\x83\x5f\x65\xf8\xe0\xbe\x61\x2d\xdb\x8e\xe6\x9a\xa3\xba\xed\xd4\x72\xd4\x11\xd7\xe7\xe3\xfa\x0e\x3a\x0f\x14\x17\x14\x6a\x23\x78\xc0\x21\xab\xde\x47\x61\x86\xb0\xa8\x9e\x91\xe4\x33\x10\xdc\x66\xfe\x15\x1c\x40\x9e\xad\x06\xff\x72\xd9\x8c\xe1\x6a\x21\xc1\x7c\x73\xd6\x6b\x67\x0d\x88\xe1\xb9\x98\xe9\xb4\xa1\x93\xd0\x43\x8f\x54\x35\x4d\x61\x36\x3f\x4b\x02\xf8\x9c\x48\x3b\x03\xd5\x6d\x42\x64\x12\x12\xf3\xd9\xb2\x5d\x45\x38\x42\x8e\x1b\x84\xc1\xd3\xe5\x12\xfa\x69\xcb\x59\x03\x0d\x78\x59\xc7\x65\x23\xee\x2c\xf1\x10\xba\xe4\xbb\x07\xe1\xb4\x25\xa0\x65\x63\xfa\x2c\x63\x29\x7c\xe2\x07\xc2\x87\x87\xbf\x19\x75\xc6\x0f\x22\x88\xac\x74\xc8\x63\x7b\xfc\x21\x74\xa9\x7d\x88\xbb\xf6\x3c\xec\x50\x7f\x1e\x52\xa5\xef\x12\x66\x7b\x3d\x6d\xd9\xdf\xf9\x61\x04\x03\x2c\x46\x10\x54\x34\xeb\xe9\xd9\x4b\x2b\x25\x95\x38\x03\xd3\xf7\xec\xba\xc7\x62\x7c\xc5\xaf\x8f\x9d\x81\xb1\x71\xea\x2e\x53\x55\x0f\xbd\xe6\x1c\x58\x4f\xd9\x5f\x14\xa8\x82\x88\xb3\xa4\x4e\xea\x6c\xeb\x0f\x7d\x81\x74\x58\xa3\x64\xde\xcc\xc0\x76\xbe\xf1\x9c\x75\xfa\xe8\x11\x41\x33\x7b\x4e\x3c\x75\x52\x80\x39\x26\xf7\xa6\x52\xd3\xcb\x72\xbe\x29\xf0\x40\x0b\x02\xc8\x1d\xa4\x96\x7e\x9a\xe3\x0e\x16\x12\xc5\xd6\xf1\xea\xa9\xca\xfb\x29\xcb\x12\xd9\x27\x73\xda\xc9\x5e\x3d\xfb\x39\x9b\x3d\x3b\x2f\xc9\x03\xca\x8d\x78\x97\xf0\x66\x99\x42\x12\xbe\xc7\xff\x3c\xa3\x77\xa0\x24\xd1\x3c\xd9\xb7\x0b\x29\x43\x69\x1a\x4f\x3b\x5b\x5d\xd8\xc0\x66\x17\xfe\x75\x91\x6e\x8a\x2e\x19\x86\xc4\x39\x86\xd4\xa2\x5e\x59\xc6\x5a\x92\x0f\x5f\x49\x2c\x6a\x4e\x20\x5a\x3b\xd1\x84\x1a\xd2\xa0\x38\x09\x4b\x50\xba\x22\x9d\x26\x20\x7f\x9e\x43\x7c\xde\xd2\xcd\x74\xa4\x5c\xc3\x29\x83\x39\xc0\xff\x69\x0b\x10\x1e\x9b\x0f\xd0\xd4\x82\x1f\x04\xe7\xab\x0b\x46\x6b\x2a\x6c\xe5\xbf\x73\x4f\x2a\x72\x65\xfd\x8e\x39\xca\xe8\xb3\x28\x55\x7d\x24\xdd\xf6\x48\x55\xeb\x06\xd7\x23\xe5\x32\x50\x6e\xb4\x70\x3b\xa4\x0f\xae\x6d\x03\x8e\xff\xd1\x96\xbe\x66\xe8\xc5\x9c\x4d\xe8\x15\xfb\x58\x88\x97\x0c\x38\x78\x03\xc9\x32\x89\xbe\x1c\x5f\xa2\x41\x48\x40\xe9\x34\xe6\x41\x58\xa5\x1d\xad\xdb\x52\xf1\x52\x8e\xd4\xd4\x66\x52\x2d\xe7\xce\xdc\x55\x5f\x09\xfc\xd1\xef\x83\x0f\x73\x5c\x16\x91\x2f\x75\xac\x45\x2c\x00\x3d\xd8\xc4\x33\xcf\xa3\xee\xa4\xbd\xf5\x6d\x5d\x43\xff\x1c\x4e\x4a\x76\xed\x6c\x74\x07\xb1\x8b\x9e\x18\x87\x6c\x51\xcf\xfd\x6c\x99\x2c\x57\x4b\xbe\xe3\x08\x2f\x8d\x4b\x78\x13\x24\xd7\x31\xad\xb8\x3b\x2e\x7a\x6f\x94\xcd\xa4\x48\xfe\x48\x09\x4b\x0c\xa4\x11\x0c\xfe\x76\x93\x7b\xbb\x93\x96\x27\x49\x8c\xd2\x84\xdc\xa3\xb2\x4f\xc5\x13\x09\xac\xa6\x32\xb1\x08\xa3\x98\x2c\x83\xee\x25\xb7\xb0\xa5\x78\xb7\x8d\xa8\xb2\xc8\x33\x9f\x6c\xe7\x6a\x63\x50\x9f\x36\x5d\xe2\xab\x8c\x4e\x56\xe8\xd2\x8f\x61\x44\x3c\x31\x8f\x24\x12\x6b\x74\x3b\x62\x04\xe6\x94\xbf\xb8\xb1\xcb\x67\x83\x7f\x9c\xe7\x0b\x36\xac\x08\xe6\xf2\x49\xc4\x63\x06\x3b\x8f\x77\xfb\x93\x8f\xc1\xdf\xec\xd4\xe9\x75\xc1\x71\x05\x77\x6f\x72\x98\xcc\x29\xb4\xd5\xed\xb1\x1c\x3a\xe4\x35\xdb\x9c\xc7\x75\x02\x7e\xa4\xb3\xd0\xd3\x6f\xfa\xb4\x1f\x7d\xb0\x2b\x06\xd7\x2e\x83\x2a\x66\x67\xd3\xe2\x9f\xa8\xdf\x06\xdf\x0c\xeb\x8e\x7e\x63\x0e\xb2\x8d\xda\x76\xc1\x43\xaa\xbb\xed\xc5\xec\xbd\x39\x31\xd6\xda\x4c\xe8\xb7\x74\x2c\x1d\x83\xb7\xae\xb1\x07\x3b\x60\xff\xd5\xf4\x12\xdc\xda\x14\x52\x9b\xb4\xcd\xd3\xaf\x6f\xdc\xff\x81\xfd\x2d\xe9\x55\x96\x37\xa0\x47\xd4\x37\x93\xb2\xfa\xd4\xdb\x98\xc8\x54\x55\x27\xe0\x76\x11\xf4\x7b\x3f\x71\xb6\xb0\x84\x1d\xeb\x27\x50\xdd\x8c\x5c\xba\xad\xaf\x34\x5d\x95\x29\xa7\x7d\xa5\xa9\x4c\xb1\x30\x91\x24\xd0\x72\x68\x58\x9e\xe6\x5e\xd3\x48\x98\xed\x4c\x18\xd8\xb8\x4d\x4b\x1c\x62\xd4\xd9\x12\xc6\x04\xa8\xcc\x1c\x9f\x36\xf7\x33\x91\x39\x3d\x23\x79\x42\x18\x0b\x33\xb6\x62\x19\x33\x78\xfe\x2b\x29\x97\x52\x13\x23\x57\x65\x6e\xfd\x2d\x33\x5d\x09\xc3\x17\x90\x73\x5e\x6d\xca\x41\xcd\xa9\x39\x78\xe8\x01\x95\x9c\x83\x87\x9d\x92\x8c\x59\x9c\x9e\xb8\xfe\x3d\xe5\xaa\x66\x90\xe2\x6c\x76\x86\x78\xd7\xba\x0e\xa3\xe8\x2d\x8c\x03\xa8\xa4\xe6\xd2\x6d\x54\xd2\x7c\xd1\xa6\xc3\xec\x2d\x9c\x85\x19\x82\x29\x0c\x5a\x7c\xef\x74\x1c\xc9\xb2\x91\x6b\x69\x8a\x7d\x43\xaf\x39\x67\x15\xa5\x6f\x2e\x65\xc4\x16\x74\x88\x49\x4c\xd2\xe4\xca\x0d\x59\xa2\x2c\x37\xc1\x40\xe7\xaf\x6d\xef\xe1\x70\x88\x44\xc6\x04\xfe\x45\xb6\x24\x29\x9e\x10\xf0\x8a\xf6\xb8\x92\x1e\xe1\x8e\x18\x62\xdf\x84\x59\x86\x69\x46\x77\x77\x23\xd7\x75\xf5\x74\xdf\x59\xeb\x3f\xa3\x30\xf8\x7f\x43\x65\x2b\xfc\xcb\xad\x98\xac\xf5\xf8\x3f\xce\xd8\x9c\x07\x0b\xf2\x9a\x87\x0f\xbd\xb5\xc3\xa6\x50\x04\x7a\x41\x67\x0d\xf0\x02\x2a\x30\x07\x7e\x48\xf3\x22\x6b\xe1\x78\xbb\xd9\x8b\x84\x05\xe0\x73\xb5\x1c\xfd\xfe\xc3\x0f\x9d\xe8\xf9\xf7\x25\x58\xc7\x78\x11\xa7\xd4\x5a\x5f\xcf\xe0\xd3\x35\xdb\x7b\x68\xda\xdf\x6e\x0e\x2d\x11\x27\x31\x64\xb6\x9e\x5e\x99\xb3\x23\xf7\xfc\xf2\xfa\xcd\x7d\x00\x8a\x5e\x31\x7d\x72\xd7\x60\x17\x1d\xcb\x7a\x54\x2c\x27\x06\x16\xee\x2f\xdf\x51\xf3\x4a\xf2\x5e\xe3\xd9\xe4\xe6\x1c\xea\x91\x72\xc1\x23\xe1\xda\x9e\xa2\xb1\x32\x33\x1b\x56\x4e\x70\xfd\x9a\x9d\x66\x5c\xd4\x22\x6b\x68\x90\x35\xc3\xbf\xf2\x59\xa8\xe1\x36\x5d\x8c\xdd\x36\x22\xfe\x0a\x8d\xbc\x51\xa7\x55\xb1\x47\xbe\x3c\x2f\x11\x7f\x48\x6f\xd4\x5b\x76\x3f\x82\x29\xa2\xe6\x33\xa1\xf2\xdb\x7a\xac\xd2\x91\xc1\xb9\x84\x25\x0a\xed\xf1\x40\xad\x77\x42\xff\xd6\xed\x29\x5a\x09\xaf\x5b\x4c\x63\xdb\x88\x65\xea\x0b\x5e\xdb\x4e\x55\x93\x9c\xc7\xac\xcb\xc7\x8d\xd6\x10\x2d\x2b\x23\x77\x9c\x88\x7a\x80\x3d\x38\x38\xd8\x1e\x27\xc1\x37\xb0\x56\x8d\x35\xa5\xc5\xea\xd4\x9e\xe5\xdc\x77\xed\x90\xd0\x80\x54\xc7\xb5\x7d\xdd\xef\x14\x8b\xd9\xc2\xb9\x4c\x56\x2c\x89\x83\x9a\xe9\x6b\xb3\xbb\x9a\xc1\x87\x7b\xbf\x6b\x5c\x0b\x53\x28\xec\xbb\xb5\xc4\xee\x8d\x4c\xe5\x95\xf8\xeb\x14\x58\xad\x68\xd2\x33\x4d\x2e\xb7\xb7\xe5\x08\x65\x2a\x45\x29\x32\x1f\x4a\x57\x1a\x46\x49\x4d\x96\x28\xdd\x04\xd4\x24\xd1\x58\x53\xe2\x65\xc7\x8a\x7d\x9b\x70\xb2\x31\x14\xa6\xbc\x56\x39\x61\x22\x0d\x6a\x1e\x97\x72\x64\x9d\xb6\x74\x5b\x4d\xa9\xd5\xf1\x3e\x78\xe9\x7e\xb9\xa9\xca\xf9\xab\x11\x1a\x88\x84\x70\x47\xbd\x12\x92\x64\x99\xdf\x53\x09\x3d\x8b\xf8\x2e\x70\x65\x6b\x4e\x8c\x7d\x76\x86\xd2\x30\x9e\xb5\x19\xc8\x72\x26\x14\x26\x5d\x9b\xcb\x8f\x9a\x5c\x95\x32\xa9\x5c\x67\xf2\x99\xb6\xad\xae\xa5\xc9\x88\x9f\x4e\xeb\xda\x93\xd6\x44\xf2\x0c\xbf\x20\xc9\x1e\xd9\xad\x6b\x83\x4a\x31\x31\xdc\x5c\x17\x6a\x89\x96\x68\xb5\xcf\x68\xd6\xc8\x2d\xeb\x55\x14\x23\xa5\x6a\xb3\x5a\x57\xdf\x29\x41\xe7\x05\xa3\xda\xa7\x48\x40\x4e\xf3\x2c\xca\x15\x17\x65\x9f\xab\x7a\xf1\xf6\xfc\xf4\x7f\xa7\xc7\x53\x68\x56\x2f\x2a\xd2\xd8\x9e\x00\xcf\xa0\x4a\x74\xb8\x2a\x21\x9d\x31\xf2\x65\xa1\xf1\xce\x78\x3f\x32\xb5\x57\xcb\x5d\xb7\xb8\x07\x96\xee\x63\x3b\x6d\x17\xda\xc4\xdf\xdb\x9e\xb1\x2d\x8b\xca\x09\xd3\x3f\x3f\xae\x8c\xa7\x9d\xe0\xed\xf7\x59\x5c\xe2\x2e\x21\xfb\x40\xb0\x53\xe5\xf5\x12\x51\x34\x44\xf2\x27\x3d\x60\xea\x81\x97\x28\xde\x0d\x60\xa4\xf9\x3c\x48\xa8\xb1\xc7\xe0\xc8\x78\xbd\x25\xc3\x70\x51\x4b\x70\x04\xa7\xa8\x31\x3c\x2a\x3b\xda\x0d\xb9\x87\xcc\xc2\xbe\xd6\xc5\x83\x84\x53\x80\x34\x28\xd1\x28\x8f\x5d\x1c\xab\x58\x95\x86\x1a\xf8\xa0\x6c\x0e\x67\xab\x12\x5b\xc8\x65\x8a\x27\xa8\xa7\x5f\x7d\x1b\xee\xbc\x59\x31\x55\x5e\x53\x6e\xd7\x85\x3f\x7b\x2e\x7a\x09\xec\x43\x01\x63\xa1\x5f\x9a\x6f\x83\xfd\x59\x75\xb7\xb0\xd5\x25\x70\x8d\x6d\x4c\x88\x44\xdb\x5c\x2b\x62\xa6\x10\x54\x95\xae\x7a\x8a\x3c\xcf\x28\xde\x13\x1e\xba\xe3\xfd\x18\xfb\x8d\x10\xbc\x7b\xbf\xa6\xa9\x41\x47\x0e\xab\xfc\x07\x20\xa3\xd1\x13\xda\x8c\xb8\xa8\x39\x1d\x6f\x10\xbf\xd9\x4d\x83\x74\x7d\x41\x24\x6d\x2e\x85\xaf\x22\x14\x2e\xc9\xc1\xac\x5e\x7b\x2c\xc3\x25\xd4\xe4\x69\x92\x28\xbe\xf9\x29\x28\x9f\x2d\x9f\x4e\x58\xe6\x03\x1d\x3c\xf4\x40\x0a\x7f\x5b\x85\x29\xbd\xae\x30\x5f\x4e\xf8\x41\x40\x27\x5f\x31\x86\x0b\xc7\x51\x2a\x2d\x32\xee\xe3\xd6\x77\xfe\x9b\xa4\x67\x3d\x87\x88\x49\xb2\xfc\x31\xf5\xba\x15\xe6\x7e\x43\xf5\xea\xe7\x34\x16\x80\x94\xc8\xc1\xe9\xf0\xbe\xa9\x39\xcc\xf2\x54\xc2\x7c\x80\x3c\xb3\x35\xdb\x62\x98\xf7\x2f\x1f\x32\x79\xfb\x50\xd8\xf0\x79\x6b\x63\x92\xb6\xb8\x85\x86\x8f\xd1\xc3\xe1\x10\x3e\x7a\x84\x44\x05\x8e\xc3\x73\x6a\xaf\xd7\x30\xca\x60\x75\xf5\xfc\xdb\xbf\x1a\x9b\x88\x10\x4c\x45\x23\x8e\xb8\x10\x80\xc3\xc7\xb7\x79\x95\xe4\x22\x60\xcd\x2a\x92\x1f\xe7\x7f\x6b\xb7\x04\x42\xa9\xc9\x20\x7a\x7e\x85\x99\x88\x18\x8c\x98\x40\x12\xc2\xac\x85\xc0\x2d\x2f\x3b\x68\x39\xc3\xc7\x90\xa6\xaa\x25\x92\x09\xe0\x6f\x5e\x20\xb8\xc8\xc8\xeb\xf2\xce\x43\x5c\x56\x90\xc6\x5d\xf8\x4b\xfa\x28\xaf\xce\x71\x7f\x4d\xc2\xb8\x65\x03\x9b\xa4\x5e\x44\xdb\xdf\x48\x68\x27\x79\x51\x3a\x53\xe4\xb1\xfd\x49\x63\xa8\x5a\x1a\x43\xcf\x17\xfe\x2f\xf1\x8b\x7f\x98\xa5\x31\xd5\xdf\x12\xd8\xdf\x52\x91\x5d\x11\xbf\xbe\x55\xc4\x11\xa3\x2d\xb3\xc3\x36\xdd\x43\xa0\x57\x59\xf3\x90\x3f\x11\xb2\x08\xae\x09\xff\xd3\x44\xf2\xda\x37\xb2\x9b\x2d\x82\x87\xba\xd5\x97\xdd\xcd\x42\x45\xc8\x31\xd6\xdb\x14\xc6\x27\xec\x82\xe5\x87\xc4\x6e\x5b\xbb\xca\xa1\xca\x1e\x1f\x57\xee\xf1\x88\x67\x2f\xe5\x1c\xf6\x3a\x8e\x6e\xc4\x67\x2d\x65\xdd\xc4\x5b\xac\x9b\x30\x89\x4d\x3a\xcd\xb7\xb3\x28\x5c\x2c\x60\x7a\x20\x5d\xbc\xeb\xaa\x0d\xe9\x3c\x48\x81\x0f\x22\x90\x3d\xe0\xef\xac\x10\xbf\x05\xe4\x05\xfd\x26\x1a\xde\xae\x1f\xb0\xcd\x8a\x2d\xc0\x4b\x78\x93\xb5\x52\xc7\x7c\xdf\x19\x8d\xe0\x78\x98\x8e\xe0\x18\x0f\x27\x72\xf3\x0c\xc3\xc3\x87\x0f\xe5\x9f\x20\x72\xe5\x9c\x92\xe4\xad\xfc\x00\xb4\x18\xa8\x42\x18\x5b\xd1\xdd\x5d\xe4\x4a\x19\x89\x9d\x47\x8f\x5a\x91\xcb\xd3\x15\x0f\x1f\x76\x1c\x10\x0d\x63\x37\x23\x97\xc2\x8e\x9b\xc2\x2b\x98\x66\xf4\xaf\x60\x35\x81\x52\x07\x63\x90\x3a\xb7\x6c\x34\x29\x1d\xaa\x73\x77\x17\xaf\x1d\x10\x39\xc0\x7f\xf4\x88\xee\x13\x0f\x87\x43\xa5\x3d\xd2\x1c\xe9\x8d\xfa\xfc\x89\xf2\xcb\x9d\xf8\x51\xd4\xf2\x9d\x01\xad\x04\x28\x2f\xd9\x0e\xe4\x00\x71\xc6\xea\x2d\x94\xed\x6e\x08\x77\x2d\x1a\x12\x8c\x51\x10\xad\xf7\xb5\x09\x26\x1b\x54\xd2\xa3\xe7\xbf\xc7\xef\xa2\xcb\xf2\x4d\x90\xf9\x9f\x33\x55\x93\x3a\x14\x33\x23\xa5\x9c\xf4\xa3\xd9\xb6\xc8\x95\xa8\x23\x20\x35\xd2\x44\xed\xa1\x9b\x1b\xdf\x1a\x47\xde\x91\x84\x6b\xd3\x91\x8c\xe3\xb2\x86\x62\x87\x59\x1b\x8b\x20\x57\x50\x4d\x3f\xdb\x15\xb1\x80\x5d\xd9\xac\xce\xb2\x16\x4b\x17\x77\xf2\x47\x72\x9c\x32\x55\x06\xe5\xfb\x05\x29\x8e\x50\x2b\x7d\xb8\x53\x69\xf9\x36\x41\xca\xac\x3c\x56\x40\x4a\x8c\x33\x34\x2e\xc5\xea\xe2\xae\x5c\x63\xdd\x9b\x5e\xa2\x5d\x73\xb0\xa8\xbd\x1e\x3b\x65\x66\x84\x9a\x37\x04\x0d\x0f\xa7\x1a\xe7\x8c\xaa\x63\x04\x61\xd0\x0e\x89\xe1\x99\xd8\x05\x11\x7b\xb4\x5a\x06\x34\x3d\xf3\x75\x18\x45\xed\x80\x9a\x90\x77\xd6\x3f\xe4\xe3\x40\x1c\x51\x11\x44\xd6\x6a\xd8\x12\xa7\x14\xf1\xe6\x82\x01\x10\xaa\x09\xed\x2b\xf0\xb5\xdf\xd1\x90\xc4\xec\x59\x54\x25\xc9\x2c\xa1\x93\x50\x97\x9d\x74\x35\x41\x49\xda\xa2\x27\x04\x3b\x30\x1e\x98\xec\xd2\x34\x54\x0f\xa0\xa1\xc4\xc7\x29\x7d\xd6\x8a\x87\x99\xf3\xe8\x51\xf9\xb6\x77\x2b\x65\xa7\x8f\xe5\x93\x43\xc9\x62\x1f\xab\xa7\x86\xc8\x61\x1f\x8b\xf3\x01\xd0\xcd\x30\x56\x76\xee\xb8\xb8\x73\xa7\x7c\xe7\x5e\x3b\x6b\xb6\x80\xb8\xcd\x9d\x48\xbf\x74\x04\xae\x50\x9d\xd8\xed\x42\xbe\xdc\x4c\x5f\xcb\xca\x10\x2b\xb0\x06\xd9\x30\x6c\x45\x4a\xc6\xf8\x7c\x91\xc7\xbb\xa6\xe9\xd7\xaa\xce\x33\xb4\xa7\x9b\x33\xb4\x1b\x4b\xe2\x63\x5c\x4a\xcf\xae\xd5\xaf\x24\x81\xf7\x1b\x36\xa1\x24\x81\x57\x5a\x89\x64\xd1\x68\x55\x99\x04\x3e\x01\xab\x3a\x49\xe0\x53\xe4\x47\x6d\x71\xd3\x2e\x49\x4b\x10\xd7\xdd\xce\xf0\x2b\x1f\xc1\xf2\x42\xbb\x5b\x87\x4b\x0b\x88\x33\xf2\x56\x9d\xea\x19\x54\xee\x94\xb8\xf2\xc9\x09\xb3\x5e\xe3\x81\x3f\xa8\x31\xf0\x66\x23\xfe\x6c\x87\xba\x69\x8e\xf3\xcc\x64\x6d\x6e\x2e\x68\x5f\x87\x68\xde\x66\xc0\xd0\x06\x2a\x28\x85\xa4\x6f\x9b\x55\xfc\x07\x22\xd8\x26\x22\x6d\xae\xe0\x0f\x44\x8c\x03\x6e\x21\xdf\x95\x28\xa2\xa2\x3f\x00\x71\xf6\xbd\xa2\xfe\x60\x0b\x49\x1e\x72\xb6\x9a\xcd\x60\x86\x60\xd0\xe6\x39\x07\xf6\x4b\xaf\x62\x03\x5f\x3e\x01\xb7\x5d\x6b\x7f\x80\xa1\x1f\x5c\xc0\x69\x92\xc2\xb6\x48\xa7\xb9\x1d\x25\xf4\x6a\xfe\x00\x84\x89\x93\xf6\xc2\x47\x93\x39\xcc\xda\x22\xa3\xc7\x96\xc4\x31\x54\xf5\x07\x20\xd0\xae\x2c\xf3\x07\xe2\x15\x25\xab\xca\x96\xe4\x90\xeb\xf8\x23\x90\x44\x3e\x3f\xd8\xf5\xef\xb6\x94\x29\x56\xf5\x07\x20\x10\x4d\x4d\xbc\xf3\xde\xa2\x55\xf3\x07\x20\xcc\x8e\x02\xf0\x17\x2e\xf7\xa6\x7e\x10\x26\xed\x89\x9f\x06\x9f\xcb\xed\xe4\xbf\x7a\xdd\x8b\x1f\x7a\xff\xf2\x4b\x3c\x18\xb9\x35\xbe\xc2\x95\x51\x4e\x2a\xe4\xd1\x88\x0c\x66\x26\xf7\xc0\xc8\xce\x47\x6c\x48\x13\x31\x06\xb6\xa5\x27\x8a\x2d\x04\x16\xe8\x61\x3b\xe5\xc0\xf1\x6a\x3a\x7e\x02\xc3\x40\xd3\xe8\x8d\xc7\xdc\x63\x65\x3b\xb8\x55\x53\x24\x7f\x8f\xa7\xc6\x92\xd2\x4e\x1e\xf2\x80\x0a\x29\x9b\xee\x21\x4b\x20\x6a\xcc\x5f\xda\x53\xe3\x3c\xba\x05\x07\x79\x42\xbe\x7a\xb1\xfc\x1b\xb3\x3f\x55\x0c\xe0\x10\x74\x09\xd0\xfa\x27\xec\xbc\x9c\x10\x63\x43\xe0\x96\x21\xdd\xa8\xc1\xa9\xbf\xe0\xad\xba\x39\x04\x9a\x85\x75\xe5\xa8\x36\x12\x42\xbc\xb0\xc2\xd3\x6b\x44\xe6\xff\x33\x6b\x64\x62\xd7\x97\xff\x16\x57\xbf\x05\xf7\x9e\x52\x6f\xd6\xcd\x17\xc0\xb4\x3b\x9f\x95\xb3\xc4\xcf\xaf\x5e\x1f\xbf\x5b\xbc\x3d\xac\x4c\xcf\xf7\xfe\x12\xde\xe0\x7f\x38\x86\x89\x21\x5c\x67\x1a\xc2\x28\x60\x99\x65\x2a\x77\x93\xdc\xd1\x9a\x50\x23\xcf\x09\x4e\xb1\x3a\xc4\x16\x46\x5e\xbc\x67\x21\x8f\x85\x5d\x4a\x8a\xea\x94\xaf\xed\x54\x90\x11\x11\xf0\xd9\xd9\x3e\x1d\xf4\x69\xe1\x7e\x4d\x8e\x5f\xa3\xb8\xc5\x98\x3a\x64\x31\x9d\x2a\x57\x6d\xf2\x2b\xf6\x93\x11\xb0\x1c\x82\x49\xb9\x44\x33\x17\x6a\xea\x42\x5a\x08\x5b\xcd\xc3\x9f\x4c\xf1\x52\x9d\x42\x06\x71\x09\x30\xa9\xf0\xb9\x29\xab\x2f\xff\xde\x94\x8c\x8a\x9f\x52\x04\xc1\x95\xcc\xb3\x45\x86\xd7\x16\x70\x4c\xf2\x44\x93\xfe\x9b\xf0\x9e\x8a\xdb\x6a\x4f\x3a\x17\x24\x58\xa7\x42\x96\x75\xaf\x24\xcc\x33\xf7\xed\x95\xa7\xb0\x7b\x2f\xf9\xd5\x4b\xb7\x69\x75\x90\x86\xd4\xd8\xbd\xb1\x09\x6d\x69\x53\x2e\x75\xd0\xdb\x9c\x19\xdb\xbc\x79\xd7\x74\xe1\xdc\x80\x50\xc1\x76\x79\xbe\x8f\xab\xe9\x8f\x99\xb3\x27\x6a\x93\x5f\x34\x7c\x8a\x83\xc8\x9a\xc0\x2b\x1a\xef\xfe\xbb\x79\xfe\x54\x6d\xff\x05\x28\x09\x6f\xdf\x21\x51\x98\x72\xe6\x90\x28\xe1\x72\xc9\x56\x9b\xe2\xa8\xe9\xf5\x86\xc3\x21\x74\x2f\xe1\xcd\x59\x12\xc0\x47\x8f\x04\x48\x42\x10\x66\x4b\x1f\x4d\xe6\xc4\x09\xb1\x15\xc3\x6b\xeb\x55\xb2\xca\x20\xfd\xc9\xbc\xde\x4b\x80\x16\x9a\x78\x34\x92\x73\x8a\x4d\x37\x1c\x3e\xb6\x6d\xdc\x9d\x27\xf4\x58\x1a\x40\xa7\x00\x82\x50\xe3\xe4\x84\xd3\x8f\x70\x62\x62\xb6\xe0\xe7\x65\xe5\xc4\x07\x61\xf0\x16\x4e\x60\x78\x05\x9f\x62\x79\xbd\x1c\xba\x83\x11\x3e\x9f\x4d\xfa\x17\x75\xc4\xc4\x9c\x98\xf7\x01\x6d\x26\x42\x12\x41\x29\x55\x77\x8d\x4c\xc0\xf8\xe3\xb6\xf8\xfd\x89\x33\x01\x77\x7b\x3f\xcd\x2f\xce\x5f\xbe\xd8\x5f\xec\x96\x22\x74\x6c\xcc\x74\xd8\xd5\x8e\x72\xfb\x3a\x0d\x11\xb4\x88\x34\x42\x5c\x56\x04\xb2\x26\x05\x8f\xdf\x98\xd6\xb0\x43\x45\x19\x9e\xb3\xbc\x2c\x2d\xbf\x7c\xf8\x2a\xe7\x1f\x49\xa7\x52\x50\xd2\x3a\x78\x5a\xd3\x94\xec\x8b\x2c\xb7\x03\xb0\xad\xb9\x9f\xb5\xe9\xd3\x52\xbd\xad\xe2\xf4\xa8\xca\x61\x66\x3e\x55\xa9\x7e\xd5\x51\x53\x60\x1d\x82\x1e\x1d\xf2\x08\x3f\x1c\x73\x79\xce\x5f\xa1\x64\x9a\x4c\x08\xde\x50\xfe\xb7\x38\x21\x69\xb5\xb5\xb0\x25\xd9\x01\xa9\xe4\x99\xa9\xe8\x30\x34\x91\x9d\xfe\xef\x95\xff\x21\x5c\xac\x16\x56\xb7\x7f\x64\x4d\xe6\x7e\xea\x4f\x48\x9a\x77\xeb\x95\x7f\x63\x25\x71\x74\x63\xb1\x98\x5d\x2b\x82\x08\xbf\xb1\x5a\xab\xe5\x12\xa6\x04\xaf\xd8\x8f\x83\x83\x24\xb5\xa2\xe4\x9a\x3e\x70\xf8\x93\x78\x85\xf9\x1b\xd7\xb2\xca\x90\x75\x01\xad\x55\x1c\xfe\xb6\x82\xae\xde\xb5\xf2\x4c\x13\xc6\xe9\xdd\x3e\xcb\x44\x86\xd2\x84\xe6\xd0\x12\x42\x82\xa1\x05\xb2\x17\x87\x81\x9c\x24\xa7\x3e\xf2\x7c\xa9\x72\xd8\x20\x41\x50\x19\x4f\x72\xb7\x92\x30\x89\xad\xd6\x6b\x86\xe4\xee\x18\xb8\x94\x57\x80\xeb\xf7\x53\xc8\x31\x1f\x38\x37\x4a\xf5\x8c\x0b\xfc\x2b\xbd\xcc\x81\x3a\x1b\x72\x65\x81\x0f\x37\x89\x4b\x86\xfd\xe9\x10\x78\x0c\x3e\x3e\x84\x59\x4e\x37\xe5\x89\x49\x71\x52\xf3\x03\xbf\x91\x3f\x37\xf1\xd9\x89\x86\xad\xc7\x26\x97\x62\xa6\xe4\x49\xc6\x65\xbd\xa3\x34\x0b\xe3\x46\x4b\x0d\x33\x05\x14\xb6\xe7\xfa\xa6\x12\x5b\x49\x27\x2c\xe5\x64\x1f\x17\x92\xb1\xeb\x49\xd8\x0b\x29\x29\xb7\xdf\xe0\xa9\x06\xc1\x4c\x4a\x82\x73\x72\x5a\xd7\xcd\x45\xd3\x44\x68\x66\xba\xf5\xc4\x8f\x59\x02\x01\x96\xea\x40\x0c\x50\x15\xa2\x35\xb0\x00\x29\xea\xac\x89\x44\xac\x4a\x10\x3b\xa6\x1c\xa0\x59\x03\xa8\x36\x4f\xf3\x09\xd0\xbf\x95\x74\x01\xd2\x09\xd9\x34\xce\x84\x14\x55\x93\x24\xd4\x90\x79\xd4\xec\xfe\xbc\x98\xf4\xed\x0a\x85\x51\x76\x10\x24\x8b\x03\x88\x25\x57\x9e\xab\x50\x13\x8b\x40\xbc\x3f\xc1\x28\xad\x16\x8c\x66\x3f\xce\x7e\x78\x95\x1e\x7c\x53\x69\x83\xe1\xe3\x10\xe3\xe1\x76\xb2\xdc\x78\x96\xc3\x7a\x33\x4c\x3f\x1d\x94\x9d\xfb\x30\x88\x74\xf2\x0c\x62\xc4\x10\x66\xac\x65\x77\x67\x61\xc6\xca\x8c\xd8\x92\x57\x32\xae\xa6\x3a\xe9\xbb\x6e\x2d\xee\xe7\xd2\x15\x5b\xa0\x71\x9e\x0e\x9e\xb4\xd3\x34\x19\xbc\xbd\x6b\x1a\x78\xaf\x63\x00\xe2\xad\xe1\xf6\xdc\x0c\x3c\x35\xdf\xaa\x0f\x4d\xc6\xaa\xbe\x46\x90\x2d\xec\xe7\xe6\x93\xe3\x47\x78\x6d\xbd\x65\x5b\xe1\x96\x76\xed\xf2\x8a\x8d\x29\xeb\xef\x3f\x0d\x73\x93\x14\xf6\xca\xa1\xaa\x43\x04\x7b\x14\xf8\x19\x0f\xc9\x7e\x4f\x4a\xbf\xa7\x93\x30\xce\x8d\x4c\xf2\x37\x23\xf2\xcd\x58\xc8\xc5\x5d\x31\x69\x66\xb3\x53\xad\xa9\xae\x6f\x64\xf2\x76\x34\x32\xf1\xa5\x22\xf6\x66\x3d\x85\xbf\x72\xd6\x8e\xd9\xc0\xd9\x09\xe9\xb1\x23\xd2\xeb\xef\x3d\x69\x33\x93\x4f\x9a\xcc\xa8\x52\x77\x99\x18\xc1\xd3\xd1\x56\x0a\x11\x87\x14\xe8\x5f\x1d\x21\x05\xfa\x2a\x08\x03\xcd\x01\x70\xef\x23\x92\x5f\x55\x06\x4c\xd8\x84\x06\xbe\x16\x34\x56\x45\x77\x9e\xa6\x6c\x53\x3a\xd3\xf2\x7c\xf7\x31\xbc\xe6\x39\x61\xcc\x6a\x9b\x51\x9d\xc8\x5f\xec\x03\xb1\x79\x8f\x01\xef\x9a\xea\x51\x63\xc7\x50\x28\x5b\x6b\xcf\x90\xc8\xd5\x68\xd7\x10\xe5\x3e\xcd\xbe\xc1\x96\x99\xb2\x73\xf0\x03\x56\xda\x41\x68\x66\xf3\x08\x8e\xe8\xf7\x63\x76\xc1\x79\x2c\x16\x99\x7e\xda\xd6\x09\xeb\x69\x90\x9b\xb0\x36\xee\xc2\x47\x3d\x95\x25\x08\x36\x13\xec\x9c\xa7\x44\xb9\xf9\x57\x02\x01\xee\x98\x67\x35\x14\x9f\x16\xef\xa6\x72\x8c\x13\xaf\x2a\x19\xb6\x4d\xf2\x65\x15\x2e\x68\x64\xde\x29\x9a\xd2\x8a\x01\x6e\x7d\xb2\x31\x86\xd9\xb9\x7f\x45\x32\x79\xb3\x7e\x92\x67\x6f\xd2\x30\x43\x61\x0c\xd5\xa7\x2c\x81\x93\xbd\xd1\xb4\x76\x48\x71\x80\x43\xdd\x9a\xa0\x4f\x53\xa1\x0b\xdb\xe6\x0c\xc8\xaf\x27\xb1\x4e\x9e\x26\x33\x2c\x37\x5b\x58\xd8\x46\x30\x5d\x84\x31\xf5\x6d\x6e\x78\xb1\x5e\x63\xd3\xf4\xe3\xc0\xf2\x97\xcb\xc8\xb4\x67\x96\x3d\x52\x32\x22\x7a\x47\xe5\x93\x55\x9c\x20\x13\xb9\x69\xfa\x44\xce\x12\xa6\xec\x89\xf7\xc8\x6e\x1b\xb2\x31\x36\x96\x4e\x6b\xd3\xa6\x98\x8f\x56\x67\xe4\xae\x91\x91\xbb\x0d\x18\xb9\xab\x31\x72\x81\xb4\x36\xbf\x90\xc1\x3a\x9b\x7f\x25\xed\xd4\x1c\x1f\xb5\x9b\x2f\x1f\x49\x02\xa9\xca\x70\xbf\x41\xc1\x2a\x23\xbf\x71\x71\x75\xbf\x2e\xae\x8a\xc5\xa5\x33\xcd\x2e\x8b\x6b\x93\x5a\xdc\x7c\x99\x6c\xca\x5a\xe0\x6d\x8a\x96\xed\x14\x53\x26\xd0\xac\xc5\x8a\x81\xc5\x68\xaa\x63\x39\x34\x0b\xd2\x36\x96\x34\x09\x8c\xb3\xec\xe1\xab\x0b\xe1\x27\x4c\x3e\x38\x2d\x0a\xe3\xdc\x75\xe4\x9c\xb8\x69\x5a\xd3\x24\xa5\xd6\x3d\xee\x59\xf5\x29\x21\x34\x9e\x62\x46\xb3\xfc\xd8\x82\x1f\xc8\x8e\x31\x23\x5d\xdb\x9b\x48\xc3\xe3\x6b\x1a\x62\x7a\xc8\xce\x82\x5d\x93\xb4\xcf\x62\xdf\x89\xbd\x54\x13\x45\xba\xb2\x28\xc2\x4d\x46\xc9\x12\xc6\x05\x64\x33\x83\xd2\x50\x43\x59\x48\x8b\xd6\x88\x92\x1b\x87\xdd\xc9\xc7\xa3\x6b\xb6\x81\x44\x39\x55\x6e\xc1\xca\x7b\x75\xda\xbc\x5b\x64\x5b\x68\x1c\x83\x8f\xfc\x8b\x55\xe4\xa7\xed\x49\x12\xe1\x45\x18\x4a\x09\xe2\xd2\xe4\x3a\x53\x96\x54\x3f\x9f\x4e\x92\x0d\x86\xd2\xff\x5d\xb8\x80\x83\x00\x66\x13\x76\x47\x34\xf0\xf1\x9f\x15\x57\x01\xbb\xeb\xf6\xdb\xa5\x18\xe2\x6c\x84\xe6\x76\xb3\xcb\x4c\xb5\x80\x72\x09\x64\xf4\xb9\xa9\x99\xea\x6c\xc3\x20\xd3\xe4\x7a\xeb\x11\x06\xa5\xca\x37\xff\xc4\x67\x5a\xc3\x51\x3e\xa7\x04\xe1\x3e\x98\xb8\xfe\x24\xca\x5c\xbc\xa0\x32\x17\x06\x21\xb2\x85\xf7\xd8\x8b\x67\x2a\x78\x79\xee\x4c\xe4\xa9\x97\xbb\x25\xa4\xac\xa0\xf0\x86\x0e\x8b\x46\x0a\x37\x70\x35\x9a\xd9\xd7\x84\x34\xd4\x04\xe5\x3e\x15\xc1\x36\x69\xdd\x52\x6a\x9e\x6f\x25\x7f\x55\x63\xe6\xd0\x52\x3d\x5e\xa4\x41\xca\xf3\x31\xa2\x74\x05\x01\xb9\x26\xaa\x90\xa5\x29\x88\x88\x56\x92\x16\xfa\xbc\xac\x52\xaf\x92\x14\x6e\x63\xe0\xb9\x27\xb0\x46\x9d\x79\x0b\xb0\xbf\x22\x83\x48\x79\x8e\x7d\x75\x19\x36\x4b\x39\xb0\xeb\x92\xad\xba\x3b\xe8\xe2\x1f\x36\xae\xc3\x78\xd7\xc9\xb0\x54\xb7\x72\xc4\x97\xff\xf7\x3c\x08\x51\x63\x47\x78\xf9\x7f\x3f\x87\xf0\xba\x96\x58\xaf\x91\xbc\x3c\x39\x7f\xc9\x1d\xb8\x42\x1c\x11\xfc\x70\xb2\x6d\x5e\xc1\xba\x9c\x43\xc4\xab\x00\x6f\x07\x69\xb2\x2a\x5e\xe8\x97\x54\x67\xb0\xda\x76\x29\x74\xef\x6e\x99\x62\x68\x3a\x43\xd1\x85\xb7\x04\xc8\xa4\x92\x9e\x5b\x64\x6c\xd9\x54\xbc\x03\x0c\xe9\x57\xac\x6b\x3f\x8d\xc3\xb8\xda\xd8\x6c\xae\xb1\xfa\x6b\xe9\x86\x8a\x09\x1b\x35\x8a\x58\x16\x43\x5a\xb7\x28\x89\xaa\xeb\x2e\xa7\x9d\xda\x81\x65\xcd\xb6\x9f\xa6\xd0\xba\x49\x56\x56\xb6\x62\x7f\x5c\xfb\x31\xb2\x50\x62\x51\xe0\x19\x0b\xcd\xc3\x8c\xac\xea\x27\xbb\xf4\xab\xee\x27\x1d\x60\xaf\xa2\x46\x84\x16\xab\xa1\x01\xeb\xeb\x75\xa8\xa9\x3e\x8a\xac\x2d\xa9\x2d\x04\x73\xd4\x2e\xb5\x9d\xaa\xe7\xe4\xb1\xc8\x42\x6d\xe7\xc0\xcf\xb2\x84\x5b\x9e\x15\xa3\xd6\x6a\xa9\x4d\xdb\x02\xb9\xea\xd3\xa6\x6a\x7b\xa8\xb2\x08\x6c\xdd\xd7\x8d\x9f\xd4\xd9\x42\x6a\xef\xd8\x75\x4e\x02\x43\xa6\x46\x70\x0c\x4e\xb6\xb9\x1e\x2a\xfb\xa8\x07\x0e\x81\x9e\xe8\xd1\x68\x34\xd1\xa0\x8d\x77\x47\xc8\xdc\xe8\x22\x94\x29\xa0\xc7\xcc\x7f\x8b\x7a\xcd\x87\x34\x05\x09\xc5\x22\x5b\xac\xb8\xe7\x3c\xc9\xbe\x4f\x3d\xe6\x45\x6e\x48\x98\xb2\x7b\x19\xe2\x65\xcf\xee\x6a\xd8\x23\xd5\xeb\x48\x5c\x95\xd2\xb6\xbe\x63\xdf\xe4\xc6\x1d\x66\xdb\x49\x98\xbb\x1e\x09\xda\x22\xe5\x52\xd4\xbe\xb8\x61\xb9\x51\xda\x28\x51\x7c\x9b\x9a\xfa\x28\xa9\xee\x3b\x8a\x9f\x92\x5f\xe9\xa7\x94\x1a\xfc\x94\x70\x8f\x4b\xbc\xf2\xf1\xab\x2c\x44\x49\x7a\x43\xda\xb5\x9d\x8d\x1e\xfc\xb2\xa3\x93\xec\x00\x55\x74\x7a\xca\xfd\x64\x00\x99\x24\xfe\x25\x25\x2c\x6b\x04\x0f\x7c\x85\x60\xe0\xfa\x51\xe8\x67\x2d\x89\xea\x6e\xe0\x23\xbf\x79\xc8\x40\x5e\x01\x0d\x1c\xc0\x93\x7c\x96\xc4\xc8\x0f\x63\x98\x92\x5f\xbc\x11\x9b\xe7\xa3\x24\x33\x4e\x50\xa1\x63\xf7\xcc\x8f\x22\x3c\xd3\xc4\xa9\xff\x9c\xbc\x91\x82\x0d\x88\x1d\xd3\x80\x09\x5d\xa3\x37\xee\x24\x82\x7e\xda\xba\x7d\xe6\x23\x7f\x02\x63\x04\xd3\x01\x0d\x22\x98\xac\x49\x2a\x16\x6a\x07\xd7\xb0\xa3\xa5\xfe\x69\xb1\x0b\xd4\xf9\x0c\x02\x4c\xa4\x01\x5a\x1b\x62\x16\x78\x76\x4a\x29\x80\x22\x4e\xd2\x05\x01\x5b\xa3\x75\x68\xfd\x1d\xf2\x30\x89\x07\xd9\x75\x88\x26\xf3\x16\x22\x1e\xfb\xce\xed\xc4\xcf\x20\xbd\xc8\x64\x37\xb8\x83\x42\xce\x4a\xba\x08\x11\x73\xec\x17\x0b\x75\x38\x1c\xb2\x67\x0c\x87\x1a\xf7\x42\xf0\x7a\xcb\x76\x27\x49\x00\xdb\x58\x72\xc7\x0b\x1a\xb9\x31\xfc\xc0\x73\xdc\x9c\x87\x17\x51\x18\xcf\x1c\x37\x08\x83\xa7\xcb\x25\xa6\x9d\xf3\xe0\x22\x85\xfe\xe5\x03\xc6\xdf\x83\x52\xda\xaf\xf5\x00\x0b\xbf\x86\xaf\xdd\x0a\xc1\xbd\x60\xd1\x82\x10\x24\x39\x1e\xed\x8a\xe3\xd1\x3a\xb7\xf1\xe7\x0a\x16\x28\x3a\x3b\xf9\x0a\x9e\xfb\xe7\x00\xcf\x0d\xaa\x1d\x32\xff\x9e\x1c\x86\xff\x9c\x87\x25\x0e\x99\x15\x91\x2a\x46\xa8\x5a\x13\x98\xab\xe4\x27\x6e\xcc\xfd\x56\x82\x01\x2b\x15\x3b\x01\x9e\x72\x8d\xc9\x55\xda\x45\x12\x50\x61\x90\x85\x88\x8f\x37\x41\x9e\x2a\x20\xa7\x1a\xa2\x29\xad\x8c\x65\x83\x6e\x74\x86\x8b\xdd\x44\x81\x32\x5d\xe4\x50\xa6\x85\x93\x38\x59\xa1\x08\x22\xdb\xc9\xb1\x4d\x39\xd8\x69\x11\xdc\x54\xfd\x9d\xd5\x04\x3b\x35\x9d\x52\x2b\xb6\x83\xf3\xe6\x41\x08\x68\xaa\x66\xfe\x82\x91\x20\xa1\x8f\x75\x60\x51\x56\xcc\xf5\x83\xe0\x2d\x1e\x73\x2b\x07\x10\x15\xd1\x5e\x26\x88\x51\x5e\x8e\xaa\x27\x15\x45\xd7\x20\x1c\x4e\x5a\x99\x0c\xba\x29\xba\xba\x3b\xd6\x68\xa2\xd7\xcd\x46\x3b\x4a\x77\xad\x59\xab\xb7\x11\xc4\xa8\xb1\xa4\x03\x32\x19\x5f\x54\xab\x5f\x41\x31\x8d\x1a\x36\xa1\xa0\x98\x2a\xad\x64\xf2\x21\xba\xa8\x44\x31\x0d\xc0\x62\x33\x1c\x09\x83\x97\xb9\xf0\x8d\xee\xec\x86\xa3\xb6\xc4\xc7\x5d\xaa\x87\x78\xb3\x9b\x9c\xd7\x89\x4f\x3f\xf0\x1f\xec\x6b\xcf\x8c\x36\x24\x7e\xbe\xb9\xf6\x3a\xef\x0e\x97\xe6\x3d\x93\x66\xa7\x20\xfe\x61\xfc\xaf\x3a\x09\xa0\x3d\x61\xf9\xa1\x77\x97\xf9\xb8\xc9\x1e\x48\x2d\x7d\xc6\xa8\x19\x11\x93\x47\xca\xd1\x46\x45\x39\x73\x74\x92\x62\xb5\xa2\x2d\x19\x95\x75\xb6\xfd\xf6\xd4\x40\xf2\xbc\x44\xc1\x76\xcf\xb7\x66\x7a\x6b\x4d\xae\xaf\x79\x96\x2e\x39\xf8\xcf\x9e\xa6\x10\x22\xf8\x01\xb5\x19\x8d\x4c\xf9\xa7\x8a\x99\xbe\x44\x6a\xa9\x5a\xee\x0d\xfa\x38\x69\x53\x66\x8b\x4d\xc9\x40\x4b\x7a\xf7\x99\x0f\x14\xeb\xa7\x8d\xa6\x93\x7e\xff\x79\x8e\xb1\xd4\xf2\xed\xc9\x48\xf7\x61\xf6\x1d\x69\x1b\x06\x8d\x21\xf8\x4b\xd6\x03\x5e\x41\x6d\x5c\xc4\x68\xe3\x13\x05\xcd\x26\x44\xf1\x5a\x8a\xed\xd4\xfc\x9d\xf2\xa8\xb4\x3c\xb1\x93\x9b\x37\xed\xe6\x66\x5d\xf9\x16\x83\x1b\xc6\x71\x99\x45\x12\xbb\xab\x90\x65\xc3\x81\x01\xb5\x48\x48\x01\x5c\xe6\xbb\x46\xd6\xb1\xb2\x0b\xcd\x52\xdb\xa8\x44\xf8\x8e\x34\x80\xd3\xc2\xdf\x74\x42\xc4\x62\xdb\x06\x8f\xa4\x18\x00\x6a\x60\x5a\x3e\x35\xa5\x6c\x4b\x0d\x9b\xdf\xf1\x4d\x38\x9f\x4b\x85\x2f\xa5\xf3\x85\x4a\x28\x39\x17\x4b\x89\xd3\x0b\x37\x9c\x8a\x47\x53\xaf\xe0\x66\xd7\xa5\xde\x6c\x32\x32\x8a\xe4\xc1\x2c\x7b\x23\x9b\x7a\x2e\x50\xbc\x47\x86\x97\x4a\x8a\x24\xbb\x10\x13\x48\x9b\x54\x72\x46\x00\x65\xb5\x8d\xe5\xa8\xea\x62\xf5\x14\xff\x46\x89\x1d\x52\xd0\x5d\x54\xa1\xdf\x04\xda\x32\x56\x57\x75\x59\x72\x82\x82\xe9\xb3\x68\x65\x67\x13\xe2\x47\x55\x86\x7a\x76\x87\xca\x0d\x87\x23\xee\x78\xa6\xba\xf9\x50\xae\xa4\x15\x3e\x8d\xa2\xef\x8a\xec\xd9\x2c\x33\x91\xfc\x3f\xca\x68\x16\x63\xf9\x42\xf7\x1a\xdc\x05\xd7\xf5\x4c\x28\x3b\x09\x2a\x37\xce\x9d\xc3\x38\x45\x94\x38\x57\x93\x80\xfd\x6b\x12\xc6\x36\xb0\x69\xe4\x99\xb0\xdd\xca\x42\x5d\x1b\x4b\xf8\x41\x9b\x5e\x71\x87\xf1\x55\x32\x61\x69\x7e\x6d\x94\x67\x95\x46\x69\xb8\x28\x01\x41\x61\x36\xd7\x70\xda\x44\x29\xd3\x85\x4f\x45\x33\xcb\x86\xad\x62\x4e\x89\x32\xb5\x6a\x06\x91\x95\x1f\x2e\xba\xa5\x8d\xa8\x30\x74\xde\xd9\xde\xbd\x64\x52\xe7\xdd\xdd\x2d\xb7\x5d\x8d\xc6\xcc\x52\x33\x1a\x73\x0b\x4b\xab\x03\x62\x37\x08\xa7\x53\xa7\x25\x44\x50\x00\x79\xd2\x32\x8a\x2c\xf7\xb8\x73\x77\xc7\x04\x5a\x18\xa3\x94\xa4\x4e\xd3\xda\x74\xdc\x2c\x59\x40\x92\xb3\x2d\x82\x68\x84\x40\x3c\x1e\x42\xd6\x84\xad\xf6\xc7\x7e\x38\x1c\x22\xc9\xee\x11\xd3\xc6\xd6\xce\x1a\x8f\x90\xb1\xae\x40\x1e\x24\xfd\x63\x0f\x9d\x62\xb3\x6b\x7d\x1d\xb5\x44\x00\x29\xa9\xd5\xd4\x53\x61\x44\x82\x00\x39\xc3\xc7\xb7\x19\x44\xef\xc2\x05\x4c\x56\xa8\x45\xb3\xc0\x31\xb8\x15\x41\x8f\xbb\xbb\xd1\xd8\x01\xde\xff\x20\x67\x4d\x75\x43\x5f\x52\x64\x92\x61\x71\x2d\x83\xd5\x10\x2b\x73\x93\xe1\x26\x8d\xc8\x57\x54\x4c\xbd\x1a\x07\x04\x4a\x53\x8b\xe1\xed\x1a\xc8\x16\xb1\x49\x89\x45\x6c\x31\x82\xe3\xe1\x84\x59\xc4\x16\xaa\x45\x4c\xfe\x09\x16\xba\x45\x6c\x51\x6a\x11\x5b\xdc\xdd\x2d\x74\x8b\xd8\x42\xb5\x88\x2d\x86\xab\x3a\x16\x31\x62\xbd\xe4\xb8\x92\xad\x10\x24\x00\x3a\x77\x77\x70\xed\x80\x85\x03\x02\x89\x33\x16\x9a\xbd\x6a\xc1\x2c\x62\xca\xf3\x27\x8b\xa2\x45\x2c\x10\x16\xb1\x45\xb5\x45\x4c\x6f\xc1\xac\xb6\xe1\x2e\x2e\xf0\xf0\xa8\x45\xcc\xa7\x57\x22\xf8\xe9\x0a\x4c\x40\x00\x16\x92\xbe\x9a\x55\xea\xab\x11\xc8\x1a\xe9\xab\x8a\x1c\xf0\xb9\xa0\xd7\xfd\xf6\xe2\x9b\xd7\xef\x7e\xbb\xf8\xe7\x06\x30\x4d\x29\x71\x52\x85\xf1\xce\x7c\x3d\x5b\x38\x49\x19\xe4\x26\x3d\x50\x3b\xda\x79\xda\x2d\x1e\x9d\x26\x94\x44\x43\x52\xbc\x26\x67\x4e\x12\x6f\xb9\xef\x1b\x26\xf1\x93\x65\xc3\x2b\xd8\x30\xf6\xca\x4d\x6c\x9f\x1e\x42\x72\xa2\xe8\x4c\xc5\xf6\x5b\x28\x65\xcd\x7c\x88\x5c\x06\x09\x93\xb5\x20\x1d\x0a\x2e\x88\x1e\x48\x75\x0d\x1f\x6b\x67\x0f\x74\xa4\x1a\xc8\x71\x13\x83\xb4\xfc\xb8\x19\x0e\x87\xf1\x13\xd4\x4a\xc5\xe9\x96\xea\xa7\xdb\xa0\xc5\x1e\x91\x8d\x5e\x3c\x5e\xe7\x7b\x17\x04\xb1\xc3\xda\x4a\x81\x3f\x1e\xc6\x0f\x44\x26\x52\x0a\xac\xd6\xf2\xff\x7f\xf6\xde\x76\xcd\x69\x1c\x5b\x18\xfd\x5f\x57\x11\x3c\xec\x7a\xed\x8d\xe2\x4a\x0a\x0a\xba\x33\x63\x68\x1a\xe8\x69\xf6\xd0\xc0\xa6\x60\x7a\xcf\x64\xf2\x80\xca\x56\x12\x37\x8e\xec\x96\x95\xaa\x4a\xa7\xf2\x3e\xe7\x36\xce\xed\x9d\x2b\x39\x8f\xbe\x6c\xd9\x96\x13\x3b\x55\x05\xc9\x6c\xfa\x47\x53\xb1\x25\x59\x6b\x49\x5a\x5a\xdf\x4b\x8c\xa0\x6a\x7f\x2e\x55\x72\xa6\xe5\x67\xb4\x18\x10\x79\xed\xa2\xcc\xae\x81\xf3\x0a\xa6\x86\xeb\x91\x3c\xc9\x06\x04\x43\x34\x72\x06\x7d\xcf\xf3\xd4\x17\xc4\xf4\x9e\x40\x37\xb3\x48\x15\xda\x02\xb6\x09\x56\x60\x38\x6a\x42\x68\x7c\x82\x68\x57\x38\x62\xec\x0a\x75\xf9\x1f\xff\xfd\x77\x6f\x4e\x9f\x9e\xb4\x36\x03\xd4\x64\xc7\x61\x17\x11\xac\x72\xed\x8a\xc9\xcf\x23\x4c\xb9\x53\x0a\x8f\xe9\x3c\x8b\x2f\x73\x61\xd9\x94\x85\xa7\xec\x5e\xff\x2e\xff\x86\xa9\xb9\x96\x31\x49\xcf\xdb\xd2\x2e\x6d\x6b\x2b\xda\x53\x59\xd7\x1b\x49\xc2\xd7\x36\x7f\x1c\x5f\xa0\xae\x3f\x85\x84\x1e\x09\x52\xbe\x2b\x9b\xec\xfc\x6f\xbd\x57\xbf\xbe\xb8\x4f\xb7\xcf\x8a\x76\x53\x4b\x55\x83\xa2\x9b\x4e\x9a\x18\x84\xc1\x4b\x6e\x6e\x92\x86\xee\x16\xbe\x0d\x7c\x72\x2e\x0c\x82\xa7\x7e\x56\x8f\x4d\x18\x4b\x24\x41\xe7\x0f\xd0\x25\xe2\x86\x5c\x46\x7b\x2e\xc2\x28\x7a\x2e\xcc\x59\xad\xbf\x23\x99\x60\xed\x53\xdc\x28\xd0\x3a\x77\xa1\x8e\xd8\xc9\x7c\x87\x52\x91\xc3\xdf\x7e\x7e\xfb\xcb\xf8\xde\x78\xa7\xb6\x9e\x86\xa1\x9d\xd8\x79\x07\xba\x6c\x7b\x50\xdc\x86\x7f\x65\x73\xd5\x77\x61\x25\x5b\xbd\xa5\x9e\x58\x9e\xc7\x76\x4f\x3c\x16\xf7\x74\xf0\x44\xfc\x53\xfc\xd6\x40\x3c\x5c\x95\x76\xee\xb6\x07\x45\x6c\xe0\xd2\x24\xaf\xb7\x7f\x77\x64\xe7\xce\xff\xf1\xdb\x3f\xfe\x36\x59\xfc\xb4\xd5\xce\x2d\xe8\x06\xa5\xeb\x0e\xd7\x70\xe5\x7f\xaa\xfc\x60\xa0\xda\x54\xdf\xa6\xa2\x1b\x7f\x60\x65\x0a\xd0\xb5\xdd\xa4\x18\xb1\xa9\x9f\x31\x44\x38\xd7\x8d\xaa\xd9\xad\x11\x11\x94\x5b\xa0\x41\xfd\xb4\xe5\xc1\xbc\xb9\x23\xc9\xc7\xab\x71\xb2\x13\xf3\x76\x80\x76\x6c\x63\x4c\x09\xc4\x69\xc8\x00\xd1\xcf\xc0\xaa\xad\x6b\x9c\x54\x6c\xa5\xde\x72\x25\x1f\xf0\x55\x64\xbf\x57\xeb\x52\xba\xf2\x22\xa9\xe2\xfc\x67\x0a\x01\xde\x7f\x06\xfd\x69\x88\x95\x6f\x97\xfc\xe5\xa6\x34\x4e\x6c\x25\xd9\xab\xa6\x52\xb8\x3f\x3c\x14\x27\x31\x25\xbe\x7a\x54\x78\x2f\x67\x2a\x87\xf2\xb4\xc3\x1c\x62\x8a\x48\x42\x54\x5e\xd9\x94\xf8\x60\x19\xe3\xf7\x39\x66\x72\x56\x9f\x72\x5f\xbe\x67\xf3\x94\xc6\x33\x99\xda\x37\xc7\xa0\x05\x96\x01\xa2\x30\x8c\x06\x68\xe5\x1c\xc8\xac\xbe\xf9\x6b\x9b\x3a\xb9\x07\xe5\x5b\xc2\x33\xa4\xa1\xe0\xea\x0a\xb9\x12\x79\x99\x9a\x87\x7a\x8f\x97\x06\xf2\x56\xc0\xf4\x90\xf2\x3b\x73\x24\x31\x54\x7e\x6c\x8b\x7f\x01\x27\x7b\x14\x5d\x52\x80\x5c\xfe\x45\x67\xe5\x80\x1a\x1f\x3b\xe4\xac\x40\x8c\x39\x51\xcb\xd7\x88\x3a\xcb\x71\x4c\x6c\xb1\x29\xb3\x65\x97\xf2\x09\x20\x1c\x1f\x4f\x09\x81\x0b\x1b\x3f\xee\x3f\xc1\xdd\xfe\xa0\xe7\x00\xe8\xf5\xff\x0c\xff\x82\xff\x0c\xef\xdd\x73\xc8\x10\x76\xfb\xa3\xbc\xeb\x10\x8e\x72\xb9\x4a\x6e\x93\x21\x1d\xb1\x5d\x45\x18\x05\x5d\x6d\xc9\xc6\xd4\x39\x0e\xea\xfb\x47\x6e\x85\x53\xf6\xea\xea\xaa\xb4\xb5\x20\x45\xc5\x3d\xc2\x9e\x11\x6a\x6f\xcd\xeb\x14\x77\xed\x0a\x64\xdc\x95\xc9\x15\x33\x5b\x40\x34\xf2\xe8\x0a\xe8\x1c\x52\xc1\x2b\x54\xf8\xe9\x77\xca\x7d\xf8\xe8\xa5\xa5\xd3\x06\x97\x68\xd6\xc7\x2e\x37\x2e\x0d\x9d\xf5\x58\xef\x41\x9a\xc1\xc8\xc8\x0f\x7b\xac\xb9\xb4\xd6\xf5\x3b\x3c\xa4\x6e\x22\xf6\xff\x73\x71\x1a\xaa\x4f\x6c\x89\x43\x35\x86\x8d\xb6\x48\x6d\xcd\xd7\x74\x57\x2e\xd6\xf8\x29\x0e\xcf\x7a\x1f\x5e\xb4\xbd\x58\xa5\x11\x74\x54\x4c\x27\xda\xd8\xda\xdc\x28\x85\xe8\xa6\x2b\x8f\x20\x1c\x20\x12\xe2\x49\x7b\xcb\x48\xbe\x04\x37\x72\xc1\xc9\xdb\xac\xf9\x15\xb7\xe6\xf2\x09\xc7\x76\xa6\x23\x16\x94\x9f\xd3\x00\x41\x9c\xb8\xe9\x06\x79\x77\x7a\x95\x8b\x89\xd7\xc7\x7b\x22\x6f\x10\xf9\x69\xf5\xd8\xce\xc7\x01\x7a\x73\xa5\xaa\x56\xa3\xe0\x98\xfe\x22\xde\x1c\x1e\xda\xc8\xbb\xd3\x68\xac\xbc\x93\x53\x25\x77\xda\x12\x6d\xc1\x88\x52\x78\xd6\xc5\xf0\x7c\x57\xce\x4a\x84\x3f\xfc\xf8\xf7\xf4\xf8\xcd\xda\xb4\x9d\xeb\x5c\x9b\x30\x14\xae\x4d\xf7\xc1\x49\xa9\x7c\xc4\x89\xf0\x27\xd0\x43\x86\xad\x6e\x57\xe9\xe9\xba\x17\x61\x40\xa7\x03\x11\xaf\xcf\x1a\x5a\x7f\xb6\x80\xfe\x3e\x42\x63\x2a\x5f\x7f\x5f\x7d\x3b\x45\xe1\x64\xaa\xde\x7f\x57\x7d\x4f\xe3\x44\xbe\x7c\xa4\xa9\xaf\xbf\x1f\x15\x92\x9a\x58\x90\x84\xb0\x2b\xb4\x5c\xc0\x3a\x45\x4c\x6e\x81\x44\x24\x5a\x11\xc5\xa8\xf4\xb9\xcb\x95\x2b\x57\xc9\x38\x11\x89\xd1\x3a\x10\x87\x33\xc8\x8d\x37\xdc\x59\xa3\x92\x8f\xea\x21\xcf\xb8\xc6\x33\x10\x0a\xb7\xaf\xe3\x3a\x1d\xda\x3a\x0f\x0d\xbd\xdc\x47\xff\xa4\xfa\xe3\x84\xa7\x24\x6b\xef\x98\xa1\x19\x0e\x4e\x34\xc8\xf5\x6c\xc4\x0f\x6b\xbc\x10\xaa\xd5\x47\x2a\x75\x44\x4a\x25\x61\x8a\xf2\x81\xfe\xb2\x2e\x68\xbc\x6f\x84\x29\xf7\xbc\xc8\xe7\xb3\x3e\xe2\x58\x9f\xd0\x94\xa0\xb1\xd1\xa7\xa8\x51\x48\xb1\x5a\x2c\x3d\x9d\x41\x69\xdc\x72\x9e\x82\x1c\xc8\xeb\xd7\xe4\xd2\x55\xb3\x2a\xbc\x95\xc2\x33\x6b\x54\x5b\xf0\xa6\x37\x5a\x53\xdd\xa6\x1c\xb4\xd8\x53\x03\xf1\x13\xc2\x18\x5b\x12\x73\xeb\x46\x5d\x6d\x23\x60\x7d\xac\x96\x8f\xb9\xf1\x65\x07\xd6\xc7\x04\xe2\x0c\x89\x85\x14\x91\x5f\x6f\x56\x9b\xaa\x18\x40\xab\xb4\x17\xea\x1d\xb8\xb6\x4e\x69\xbf\xc1\x17\xc7\xe0\x6b\xb7\xa9\xac\x59\x26\x74\xa7\xd1\x7c\x12\x8e\x17\x2a\x56\x4f\xc6\xdd\x65\x27\x4e\x2f\x81\xa3\x1e\xbe\x8f\x13\xed\xd7\xcf\x9c\x56\x6b\x0f\x5e\xa1\xb1\xfe\xf3\x57\x76\x13\xe8\x35\x75\xc2\xf4\xa9\x4e\x4c\x27\xf3\x30\xb8\xb9\x82\x3a\x85\x0b\xf8\x46\x38\x25\x11\x4d\xc7\x4e\x5f\x81\x1d\xda\x54\x45\x47\x03\x72\x70\xa7\xdf\x56\x0f\xc0\x90\x62\xae\xaa\x73\x0d\xdd\xf4\x5d\x0c\xcf\xf3\x41\x91\xe8\x6f\x5b\x7f\xb2\xee\x65\xdf\x54\xf1\x76\x7c\xed\xec\x6a\xdb\x28\x74\xf3\xad\x91\x0d\x6a\x60\xa3\x8a\x8b\x7c\xa7\x27\x66\xfe\x21\x09\x20\xad\x2b\x48\x43\xe6\xd8\x4d\xfd\x29\x62\x2b\x6c\x5b\x70\x4c\x11\x79\xc7\x99\x31\x0b\xd8\x4a\x71\xde\x7a\x62\xce\x0a\x88\xe7\x05\x09\x0d\x1d\x1e\x66\x13\x96\xdc\x97\xf2\xd3\x01\xcb\xc2\xc6\x1d\x20\x37\x1e\x8f\x53\x44\xf9\x2f\xa0\xef\xf1\xec\x15\xfb\x01\x8a\xc7\x21\x7b\x27\x7e\x02\xed\xe8\x64\xaf\xde\xc7\xc9\xea\xb6\xcb\x24\x6d\xc3\xc0\x96\xf2\x36\x99\xc2\x00\x44\x71\x56\xad\x8d\x36\x42\xf9\x9d\xa9\xb9\xc8\x6f\x8f\x11\x0a\xd2\x2e\x41\xb2\xf4\x07\x32\xb5\x8c\xe0\x22\x9e\xd3\xf4\x68\x42\x38\x95\xc8\x33\xae\x18\x02\x0a\x44\x50\xdc\x17\x0a\x26\xf8\xfb\xe2\xe1\x87\xb3\xdf\xe2\xbf\x9b\x59\x6b\x1f\x45\x91\x96\x09\xbf\x61\x20\x81\x38\x2d\xa3\x42\xb1\xd4\xea\x82\x74\x82\x78\xd6\x25\xc8\x5f\xf8\x51\x88\x27\x9d\x6a\xd2\xbf\xfb\x82\xf2\x77\x55\x62\x21\x8d\x61\x2d\xf0\xaa\x27\xa3\x32\x6b\xff\x48\x64\xc1\xd2\x98\xef\x87\xd9\x03\x71\x07\x5d\xea\x5c\x45\x25\xb8\xc1\xaa\x38\x4c\x5b\x04\xa5\xe1\x1f\x35\xf9\x7d\xe5\xbb\x0a\x37\x5d\x88\x21\x33\xb8\xa1\x14\x33\x40\x7e\xbf\x85\xe3\xb8\x0f\xf3\x44\x5b\xc7\xc2\x7d\x46\x2b\x57\x51\xcd\x6c\x07\x1b\xe6\x66\xcb\xe7\xdb\xd0\x6b\x73\x7d\xc5\x53\x9e\x24\x0c\x41\x93\xd3\x77\xf6\xde\x9c\x42\xc4\xda\x0c\x54\xd3\x6c\x67\x1b\x61\xaa\x5b\x98\xfb\x2d\xbd\xc6\x73\x90\x73\xaf\x84\x2c\x39\x56\x0e\xe3\x53\xed\xd1\x75\x8b\x04\x95\x1f\x7c\xa7\x48\x10\x86\x34\x3c\x47\xdd\xd4\x27\xb1\x88\x36\xd7\x0a\x36\x4c\x64\xc9\xa2\x1f\xb8\x4a\x18\xd3\xae\xd8\xe1\xd6\x0f\xa2\x35\x97\x6d\xb5\x9f\x94\xb3\x4b\xf2\xd7\xb3\x2c\x17\x97\x1f\x85\x3c\x86\xfa\x0f\xf4\x4c\x39\x96\x0f\x2d\xca\xcb\x05\x08\x49\xb2\x27\x93\x4a\xf6\xe5\xbf\xc7\x66\xe3\x4b\x61\xdc\x75\x29\x6e\x0d\x1f\x6c\x9b\x45\xcf\xb0\xe9\x38\x0a\xa5\xf8\x5a\x90\x58\x1f\x54\x7f\x9c\x08\xf1\x78\x2b\xf1\x55\x7c\xf2\xf8\x98\x53\x2b\x29\xa6\xd2\x85\x56\xff\x60\x6d\xae\x15\x4b\x85\x03\x18\xe4\xc7\xc6\x07\xa6\x51\xe6\x3c\x15\xf2\x20\xa6\x28\xe2\x3e\x46\x5a\xe5\xd0\x2f\x73\x82\x82\xb5\x27\xa8\x9a\x45\xae\x0e\x6c\x60\xfd\xa0\xd5\x66\xca\x2e\x14\x93\xd0\x25\x2b\xf7\xd5\xec\xbd\xf2\xf6\xdc\x36\x8b\x63\x39\xb2\xc4\x8c\xe6\x2d\x73\xae\x6c\x43\x50\xea\xf2\xaf\x6c\x5c\xe9\x4d\x12\x5a\x5e\x34\xa7\xae\xc0\xd2\x14\xa6\x4f\xb3\x2b\x5e\x94\x9e\x16\xb2\x94\x38\x18\x9a\xc8\x15\xe3\xee\x45\x88\x83\xf8\x42\xf4\x7a\x06\x55\x95\x9d\x8f\x92\x84\x9d\x0a\x0a\xf6\x51\x10\x13\x29\xc1\xc9\x5f\x42\xdc\xfb\xc8\x58\x9a\x9b\x11\xd0\x8c\x0c\xa6\x92\xd5\x40\xea\x65\xce\x87\xb9\x37\x37\xcf\x0a\x02\xe9\x4b\x8a\x66\xa7\x0c\x38\xe1\x53\xbc\x56\xa2\x8b\xaa\x69\x56\x32\x2f\x40\xb0\x6c\x21\xca\x09\x55\x66\xbf\x7f\xd2\x03\x24\xbe\x90\xfc\xfd\x49\x0f\xcc\xe0\x65\xf6\xa3\x07\xe4\x72\xf1\xe0\x62\x90\xe3\xf8\x06\x65\xbf\xaa\x9b\x87\xe0\x33\xbb\x82\x47\xb6\x46\xdc\x86\x98\x21\xcf\x16\x30\x4d\x32\x91\x8c\xc3\x61\x29\x51\x2d\x7f\x9e\x01\x65\x39\x62\x06\xa5\x61\xcb\xb8\xf7\x74\x9b\x66\x84\x68\x07\x7b\xa9\xcb\x73\x58\x8b\x01\x35\xc7\x94\xdc\xef\x53\x60\xc7\xe3\xc1\x0c\x36\xbe\xe7\x59\x7f\xfe\xa3\xcb\xd7\x7d\xd0\xe9\x5b\x0e\xc0\xab\xeb\x49\xb6\x52\x0e\x6c\x26\xdd\x2a\x33\xb1\x60\x3f\xf5\xa9\x0f\x97\x42\xbc\x1a\x64\xe3\x9c\x87\xe8\x82\x49\x3d\xb6\xb3\x1a\x31\x59\x92\x21\xa0\x94\x17\xc7\xd6\x30\x08\xac\x8f\x4a\x91\x31\x83\x97\xef\x44\xa6\xdb\x6c\xa3\x58\x05\xf7\x1b\xb5\x9c\x86\xf5\x48\x2d\x11\xf2\x42\x2b\x2f\xf3\xb1\x9c\x83\x70\xcc\x13\x7a\xf0\x15\xf8\x05\xd2\xa9\x3b\x83\x97\xf6\xfd\xd2\xfa\xba\x62\x42\x57\x57\xc3\x11\xb0\x84\xb5\xd9\x72\x9c\x03\xd5\x23\xc4\xdc\x5d\x17\x54\xbf\xa4\x6d\x8b\xff\xc4\xf7\x8e\xbf\x5f\x89\xc5\x5c\x4a\xf1\x80\x32\xd1\x92\x1b\x74\x85\x90\xbe\x9d\x71\x59\x27\x46\x72\xb6\xe9\x3b\x34\x09\x53\x11\xb6\x93\x31\xde\x06\x0d\x83\x4e\xfd\x4c\x5d\xd5\x65\xe5\x38\x2b\xf0\x91\x8b\x9a\xef\x32\x49\xb3\x32\xd9\x30\x95\x66\x69\x14\x48\x7b\x76\xf6\x24\xc4\x93\xab\x2b\x85\xca\xf4\xaf\x22\xfe\xfd\xd8\x76\x9e\x88\x2c\x09\x48\x18\x8c\x6c\x67\x20\x82\x83\xc4\xe1\x13\xc1\x37\x8e\x53\x4c\x4c\x14\xfe\x51\x2c\x58\xac\x6c\x38\x85\x3d\x0c\xb0\x61\x17\xb3\x4d\xda\x65\x7b\x51\x2c\x3b\x56\x7d\xa1\xd7\x07\x91\xc7\x63\x66\x7e\x8c\xe7\x38\x08\xf1\xe4\x19\x67\xf3\xde\xf1\x4c\x0e\x20\xac\x8e\xf5\x7f\xc6\x71\x4c\x11\x19\x92\x38\x42\x9e\x25\xe9\x7f\x88\xc7\xb1\x35\xfa\x3f\x0e\x88\xbd\xc8\xa5\x71\x72\x2f\x74\x05\xbb\x28\xb6\xc0\x3d\x08\xe6\x59\xee\x21\x37\xc4\x18\x11\xf1\xa2\x1b\x1f\x48\xbd\x0c\xb5\xf5\x7d\x9e\x6d\xc7\x1e\x98\x9b\xa9\x4a\x89\x58\x61\xf9\x3d\xa1\x66\x59\x47\xa2\x24\x19\xf4\x6b\xc9\x60\x3d\xbd\x92\xa7\x85\x6e\xa2\x57\xbe\x46\xaf\xd0\xe1\xa1\x4d\x2b\xf4\x8a\x4a\xf7\x9c\x39\x57\x68\xf1\x90\x4e\x65\x69\x17\x8f\x4e\xf9\xd5\xf9\x36\x96\x2e\x2b\xce\x6a\x05\x38\x0b\x5a\x58\x7f\x15\xd6\x93\xa5\x5d\x62\x2d\x7e\x0a\x49\x4a\x9f\x62\x7f\x1a\x13\x1b\x99\x0b\x5d\x0b\x20\xca\x4e\x24\x8f\xfb\x5a\x34\x50\xee\x26\xd2\x1f\x3d\xd1\x7f\x0c\x96\x2b\xb6\x83\xc4\x96\xa3\x44\x79\xfb\xdc\xa5\xc4\xe5\xc4\xcd\xfd\xe3\x25\x03\x53\x46\xef\x50\xb9\xe6\x87\x87\xea\x2f\x85\x9a\xc3\x43\x74\xc7\xab\x10\x0d\xc5\xb4\x38\xe5\x2a\xd3\x5a\xe9\xa0\x04\x92\x14\xbd\xc4\x94\xc7\x30\x28\xcf\x7f\x35\x3c\x20\x9e\x86\x8e\x38\x45\x29\x77\x0d\xb2\x18\x8d\x82\xf9\xab\x54\xa4\x9e\xb2\xb1\x88\x01\x77\x0e\x60\xdd\x11\xe0\xbb\x19\x16\x76\xf3\xe3\x76\x67\x62\xdd\xc8\x4f\xd8\xc8\x30\x4d\x5f\x85\x29\x77\xb7\xb4\x2d\x78\x16\x9f\x23\xcb\x19\xe8\x2f\x84\xa3\x48\xf6\x0e\x94\x50\xdd\x07\x6a\x09\x3c\xb2\x42\x51\x8a\x3a\xb5\xb8\xe3\xab\x52\xd6\xea\x85\xec\x67\x23\xad\x9e\x70\xab\x4a\x4d\x2a\xbd\x35\x9a\xb5\x2f\x56\x7e\xbb\x7f\xf4\xf9\xa7\x5f\x5f\xde\xff\xb1\xc6\x5c\x8d\x93\x39\x7d\x19\xe4\x29\x04\x2b\xda\x35\x93\x33\xe5\x03\x43\x14\x53\x4f\x57\xb5\x71\x21\xe9\x22\xa4\x53\x85\x9d\x8e\xae\x3b\xab\xb3\xe2\xee\x84\x5a\xe6\x41\x03\xb5\xcc\x0d\xa8\x56\x9a\xab\x4f\xf8\x27\x44\xc5\xc3\x1a\x13\x6d\xb9\x42\x8f\x55\xda\x9a\x5d\xa1\x76\x7c\x30\x62\x82\x06\xaf\xae\xd9\xcd\xbd\x00\x3e\xd6\xd7\xb6\x32\x20\x48\x7c\xf0\x51\xc5\xc6\x5d\x53\xcd\x64\xab\x44\x07\xa5\xe5\x36\x69\x21\x7a\x6d\xb4\x10\x37\xac\x89\x78\x50\xc8\x69\x70\x7f\x93\x58\x5a\x8d\xea\x6f\xae\x48\x30\x9b\xaf\x73\x1b\x6e\xd9\xc8\x5a\xcc\x0f\x9f\x69\x93\x0c\xf1\x42\xa7\xd3\xf8\xa2\x23\xb7\x47\xb6\xeb\x6a\x0a\xf4\x35\x8b\xb9\xdf\x78\x4c\x0d\x08\xb0\xfc\x38\xe2\x33\x03\xd6\xfd\x5a\x14\x54\xe3\xa4\x4c\x35\xf3\xee\x1b\x92\x3f\x1c\xf3\x20\xcd\x38\xd5\x12\xa1\x14\xcb\x9d\x1d\x67\x08\x53\x85\xfb\x1e\x80\x07\xf2\x57\x35\x41\x9b\x09\xbf\xc6\x72\x7b\xbd\xaa\x92\x06\x64\x5b\xa6\x70\x3a\x1a\xc5\x7c\x95\x11\xb1\x3e\x29\xf6\xed\xec\x97\x9f\xc3\x00\x35\xdb\x2f\xcd\x93\x77\x37\x38\x93\xd9\x17\xb7\x49\x45\x91\x29\xb5\xaa\x27\xb6\x6e\x42\x0d\x4f\xf2\x9a\x74\xc7\x35\x2f\x9a\x9c\xa2\xea\xe7\xd9\x64\x4d\x7a\xaf\x06\x8e\x0a\x0d\x43\x8a\xb5\x38\x81\xcc\x93\xa0\x8b\x66\x09\x5d\x64\xd5\xc9\xa5\xce\x72\x9d\x2f\x41\xa6\x24\x8b\x50\xab\x38\x03\x23\x0b\xd5\xaa\x3a\x79\x8d\x83\x01\xcd\x95\x52\x9b\x34\x51\xea\xf8\x5e\x2b\xc4\xa0\xde\xb5\x20\x13\x55\xab\x92\x4a\x4b\x11\x45\xa4\x77\x93\x9e\xfb\x32\x41\x04\x06\xdc\xad\x79\xd5\xb6\xc4\x3a\x85\x93\x6e\x14\xa6\x3b\x13\xd8\x33\xfe\xfe\xe2\xe7\x67\x17\x61\x7f\xbd\x4f\x65\x6e\xf0\xe5\x14\x22\xf8\x91\xb5\x4d\x5f\x72\x91\xc2\xec\x99\x7c\x62\x60\x4e\x7a\x60\x68\xbd\x87\x93\xd4\xca\x54\x37\xa3\x11\x23\xd5\x6d\x99\xa0\x13\x43\x1e\xa4\xfb\x23\x90\xfb\xc4\x0d\x8f\x1f\xe5\xca\xf3\x9a\xd1\x9b\x95\x0f\xfd\x8e\xdd\x54\xfa\x4d\x67\xa9\x05\xb4\x4a\x45\x3f\x64\x88\xd0\xfa\x4c\xe4\x9b\xea\x7c\x07\x7a\x04\xb3\xf6\xa1\x26\xa9\xbd\x8c\x96\x10\x1a\xc7\x11\x0d\x13\x49\xdf\xb7\x49\x2d\xc4\x16\xec\x9a\xb6\x87\xd2\x94\xcb\x82\x86\x55\xf2\x78\xd4\xef\x4a\xfd\x6f\x6d\x03\xdd\x50\x3e\xaf\xf2\x75\x6b\x76\x79\x6b\x90\x3a\x6a\xb3\x88\x51\xef\x5f\xdf\xd2\xe9\x5e\x1e\x49\xf3\x65\x50\x48\x79\xc4\x04\x3f\x7e\xa8\x33\x7b\x4a\xcb\x2b\x42\xa7\x54\x37\x1c\x1a\xda\xda\x91\x47\x08\x4f\xbb\x95\xae\xe0\xdd\x91\xff\x7b\x72\xf1\xfa\xd7\x0d\xc9\x50\xd6\x08\xf4\x7d\x9d\xb9\x16\xe1\x1c\xfd\x87\x06\x1e\x3b\x8f\xf3\xd0\x5f\x16\x5c\xc4\xa5\x1f\x8c\x4e\xa9\x74\x9c\x49\xb9\xf3\xb8\xd8\xc3\xc0\x42\x3f\xa8\xb5\x73\x8e\x54\x71\x4d\x9d\x69\x16\x59\x59\x1e\x96\xf2\xd9\xa9\x01\x14\x70\x86\xd2\x85\x65\xc6\x49\xaf\x9b\xc8\x66\x56\x60\x9c\x1b\xc1\xb3\x7e\x2a\x6a\xf0\x35\x55\x14\xab\x14\xff\x51\x4e\x58\xd6\x65\xe0\x2b\x49\xc2\xa3\xad\x6d\xa3\xba\xd9\x33\xe3\x0b\x73\xe7\x56\x9e\xdf\xac\x90\x3e\xba\x6d\x9e\x68\xc3\x39\xba\x91\x93\xbd\x89\xd7\xd3\x0c\x94\xca\xb4\x78\xa7\x5f\xc3\x01\xc6\xf8\x2c\x9a\x93\x5b\xe1\x0a\xa5\x69\x85\x91\x35\x84\x11\x49\xf3\x36\xd9\x23\xfb\xba\xa1\xe0\xf9\xe8\x4a\x53\xea\xac\x0d\x76\xdd\x18\x59\xce\xd1\x25\xec\x33\x30\x08\x9e\xb1\xad\xf6\x66\x4e\xd3\x30\x40\xaf\xe4\x97\x6c\x67\x50\xff\xe9\x9a\x3e\xd5\x29\x54\x3b\x57\x00\x82\x41\x90\x7b\xab\x06\xb1\xcf\x67\x6a\x3b\xea\x00\x00\xe4\x3d\xce\x99\xeb\x30\x95\x9f\x14\x5d\xf8\x01\x04\xca\xec\xe2\x68\xf5\x19\x4c\x0d\x0d\x95\x19\xf4\xbe\xb6\x8c\xe1\x4d\xe6\x9a\x0a\xdf\xf0\xd0\xbb\x23\xd5\xd1\x19\xe3\x5e\xb0\x89\xf2\xb6\x2b\xa7\x7e\xe5\x9c\xd5\x7a\x49\xa2\xdb\xf7\x3c\xcf\xce\x6c\x49\x04\x45\x57\x57\x96\xe5\xb8\xfc\x64\xbd\x19\xdb\x16\x8e\xe3\x84\x0d\x69\x39\x87\x87\xa8\x26\x9a\xb1\x34\xe3\xea\x33\xd0\xbb\xe3\x79\xec\x8e\x62\xc2\x9a\xe6\x36\xcb\xce\x89\x5d\x32\x03\x0b\x30\x0b\x66\x60\x34\x32\x56\xeb\x30\xa1\x70\xfd\x2e\x6b\x80\xca\x2d\x7c\x74\xe3\xcf\x08\xd7\xc8\x44\xbb\xa1\xc8\x7f\x7d\x79\xf1\xdd\x7c\x3a\x7b\xb7\x56\x46\x6a\xa4\xbe\xaf\xf5\xfe\xd4\x95\x68\xaa\x12\x39\x0f\xef\xd8\x4e\x4e\xca\xd4\x13\x75\xb5\x6b\x55\x69\xe2\x0c\xf7\x52\xd1\xb3\xb6\x9c\x2d\xbb\x84\x45\xad\xcd\x98\xbc\x7c\x9e\x57\xb0\xed\xb7\xf4\x7d\x2a\x83\xdd\x2e\x7e\xb5\x51\xbd\xca\xe6\x2e\xae\x79\x25\xeb\x2d\xab\x4a\x15\xe4\xad\x9b\xaf\xc7\x5b\xb1\x76\x64\xc6\x0d\xb5\x10\xeb\x35\x62\x95\x8e\xa7\x7e\x9c\xd4\x17\x5a\x33\xf7\xd9\xe1\x6a\xbe\x15\xe5\xf6\x7a\xe5\x6c\xb5\xa2\xef\x03\xbd\x3a\x28\x3f\x10\xe5\xf2\xa0\x3a\xaa\x4b\x2a\x68\x99\x23\xd9\x50\x55\x5e\x8f\xab\x2c\xe7\xde\x7e\xa4\x39\x1a\x16\x06\x07\xdf\x15\xea\xd1\xb6\x54\x75\xb6\x41\x05\x28\x67\x8a\x66\x73\x79\x15\xfb\x90\x47\x9a\x59\x11\xff\x0b\x58\x93\x28\x3e\x83\x91\x55\x76\x66\xbf\xd1\xa9\x14\x8a\x37\xae\x29\x62\xdc\xc6\x48\xd2\xbe\x3a\x7f\xa9\xd0\xdc\x36\xf1\xf0\x7e\xe6\x88\xa8\x54\xb6\x79\x8d\x36\xce\xd9\xe7\x85\xda\xd4\xbe\x11\xa1\x68\x94\xcc\x19\xaf\x8f\xda\xcb\xe8\xa5\xbb\xf3\x86\x35\xb8\x75\xf2\x7a\x03\x35\x27\x9f\x98\x28\x24\x76\x24\xf2\xa9\x5c\xca\xd4\x1b\xb7\x28\xb5\xe7\x0f\xf8\xbd\xad\x4f\xc2\x52\x35\x53\x06\x56\x18\xb0\x81\x62\x3c\x58\xbe\x7b\x71\xfa\xfe\xe9\xbb\xf7\x83\xcc\x51\xce\x12\xe9\xf3\x2c\xe0\xc7\x38\x18\x58\x61\x7a\x2a\x7e\xaf\x40\xd6\x22\x21\xf1\x79\xc8\xe8\xf8\x6a\xb4\x12\x65\xe6\xd2\xc1\x92\x0d\x39\x58\xae\x80\xe8\xce\xfe\x52\xcd\x06\x4b\xf6\xa1\xd3\x0f\xcf\x9e\xbd\x38\x3d\x1d\x58\xbf\x5d\x50\x6b\xb5\x02\xbf\x5d\xd0\xd2\x0b\x3e\x57\xf6\x8a\xff\x31\x58\x8a\x8a\x62\x2d\x90\x6c\xe0\x9d\x5a\xae\x4c\x85\xbd\xca\xca\x74\xe9\x55\xc7\x3c\x3d\x09\x31\xe2\xfe\x5b\xc6\x4c\xc7\xa7\x82\x43\x92\x65\x51\xcc\xd9\x90\x65\x1b\x36\x0c\x3d\x3c\xb4\x89\x47\x54\x76\x4f\x5b\xf7\xca\x2c\xd6\x03\xab\x4d\xa8\xcc\xe6\xa8\x25\x38\x5e\x39\x8e\x03\xb0\x9b\xcc\xd3\xa9\xe4\x86\x31\xe0\x49\xa3\x45\x12\xce\xbc\x08\x99\xaa\xcc\x95\x39\x30\x75\x42\xdc\x41\x4f\xd6\x94\x4e\x93\x25\xcf\x4a\x05\x7a\xca\xe5\x7b\xb4\x82\x3d\x2b\x67\x80\x86\x74\xe4\x61\x80\x6e\xac\xa4\x16\xdc\x90\x58\x04\xf7\x5e\xbf\x9d\x2f\x52\x33\xd3\x7a\x2a\xb3\x55\xf1\x74\x2f\x96\x72\x95\xb0\xb4\xe4\x57\x79\xa1\xcb\x04\x72\x66\xa0\x74\x0b\x7f\x07\xf4\x3c\x5b\xd9\x55\x9e\x12\x9f\xb3\x8f\xe2\xb0\x09\x7d\xc9\x03\xce\xd2\x16\xcb\xb1\xcb\x1f\xbd\x2c\xea\x09\x58\x71\x18\xf8\x99\x4f\x7d\x7e\xce\x80\x3a\x94\x6d\x1d\xec\x05\xbf\xa1\xec\x8f\xc5\x30\x00\x76\xbe\x39\xc7\x91\x1d\xf1\x4a\x14\x00\xd7\x5f\xa9\xb7\xf9\xb7\x6b\x18\xf8\x62\xb4\x08\x1b\xf9\x48\x53\xdf\x69\x01\x23\x40\x9b\xba\x04\xf5\x48\xb2\xd1\xc7\xdb\xa8\xb3\x73\x28\xfb\x19\x94\x32\x55\x88\x25\x2a\x4b\x08\x00\xda\x70\x55\x92\x53\x0b\x20\x85\x19\xf9\x2c\xae\xaf\x5e\x86\x3f\xc6\x88\x90\x98\x58\x15\x85\xfd\x31\x63\x87\x2c\x41\x71\x8e\x52\x14\x8d\x25\xa0\xbd\x4a\xb4\xfa\xf1\xba\xe0\x8a\x4a\x13\x3d\x96\xa4\xb2\x24\x0d\xd9\xd1\x4d\x68\xcb\xb6\xdf\x57\x44\x1c\x3b\x10\x47\x6a\x22\xb5\xb8\x7b\x68\xf0\xbf\xe8\x99\x32\x5d\x68\x89\xb2\xf3\xca\x1a\x7c\xae\x56\x39\x85\x9e\x56\xd3\xf9\xc1\x08\x58\xf2\x96\xaa\x68\x4f\xbf\xce\xd2\xb0\x3b\x74\x9b\x55\xf9\xed\x82\xb6\x5d\x94\x07\xe0\x01\x63\xd1\xe7\x74\xfa\xe1\xdd\x2b\x3d\x1a\xa8\x21\xd2\x1f\xfd\xdb\x20\x5d\xf0\x27\x5f\xfb\x30\xc0\x39\x9d\xc6\x24\xfc\x03\xc9\xd3\xc0\x56\x87\x87\x2f\x8e\x72\x32\xfa\x08\x0c\x2d\xd5\x8e\x17\xf9\x78\x16\x07\xeb\x1b\x88\xcb\xb0\x9a\x43\xe3\xcb\x52\x25\x43\xd5\x6d\xb3\x0b\x0a\x38\x06\x79\xf9\xec\xb5\x02\x89\xd8\x70\x26\x53\x82\xc2\x76\xe1\x9e\x15\x15\xad\x55\x09\x6b\x76\xcc\x80\xcc\x99\x29\xf2\x69\xab\xf4\x19\x5c\x96\x29\x16\xb1\xe6\x43\xb5\xf5\x41\xa9\xb0\xaf\x05\xf1\x25\x5a\x2b\xbe\xc0\x5a\x53\xc4\x8d\xb8\x95\x70\xb0\xbd\x4c\x14\xd2\x74\xc0\x8a\x25\x18\x54\x53\xcf\xca\xab\x56\xe5\x0d\x63\x28\x33\x3a\xbc\x23\x5e\x69\xda\xa5\xf1\x7f\x9d\xbe\x79\xed\x55\xc6\xe9\xe8\x6d\x55\x96\x45\xea\xf5\xff\x4c\xff\x52\x76\x92\xff\x33\xbd\x77\x4f\x70\xd8\x90\xbb\xb8\xdf\xd1\x3c\xe5\xa9\xee\x29\x4f\xb9\xa7\x3c\xfd\x8f\xe3\x27\x58\xb2\xeb\x36\x74\xc0\x9d\x9e\xa9\x88\x08\xe3\xb8\x39\x9f\x0b\x87\x94\x67\x92\x1f\x6c\xe0\xbc\x53\x23\xaf\xcc\xd3\xf5\x6f\xaa\x0b\x99\xda\xd0\x71\x06\xda\x9c\x6a\x26\x54\xcf\x8c\x6f\x2c\xb3\xc2\xf3\x52\x3b\x19\xe3\x8f\x56\xf6\x52\x53\x62\xf2\x95\xca\x7f\x03\xb1\xb8\xea\x85\xfa\x05\x78\x9d\x71\xb6\xd7\xc5\xf3\xec\xe7\x0a\x2c\xd9\xed\xf0\x0b\xa2\xd3\x38\x28\x65\x73\xcb\x5f\x3c\x29\xfd\xce\x2b\x21\x97\x34\xea\xd5\x74\x86\x51\x03\x29\x90\xbb\x78\xec\x8a\x51\xfc\x7b\x3a\x7f\xfb\xe3\x3f\xff\xf8\xee\x5a\x46\xf1\x42\x0d\x4a\xe5\xc3\x92\xdb\xc8\x65\x6d\xad\x9c\x4d\x16\xb5\xf1\x0b\x75\xc8\x7a\x5a\x21\x33\x12\x4e\x26\x88\xbc\xcf\xea\x99\x31\x82\x8a\x30\x7d\x2d\x2e\x06\x43\x4e\xa4\xcc\x12\x7c\x8d\x9a\x21\xb2\x36\x55\x36\xfb\x36\x84\x51\x5b\xd1\xaf\x56\x2e\x84\xc6\x49\x1c\xc5\x93\x45\x77\x86\x28\x09\xfd\xf4\xc8\xe7\xa2\xe2\xd7\xde\x5f\xdf\xf5\x7e\x4e\xe3\xd7\xcf\x6a\x32\x51\x27\x88\xf8\x08\x53\x28\x78\x0a\x69\x9a\xf9\x41\x1a\xa3\xd9\x9f\xfc\xda\x5a\x5f\x49\x02\xe6\x3e\x58\xbe\xcc\x39\x5d\x50\x18\xf7\x2b\xb6\x1a\x2d\xdd\xc8\xb3\x37\xaf\x4f\x3f\xbc\xfa\xf8\xfa\xf4\xed\xd3\x67\x2f\x4e\x3f\xbe\x78\xfd\xf4\xc7\x57\x2f\x9e\x57\xf8\x86\x9e\xe6\x28\x9d\x11\x13\x15\xf3\x7d\xbf\xf4\xb0\x86\x03\xe4\x85\x03\xc5\x0d\xec\x06\xbe\xb2\xb8\xa7\x6e\x3a\x8d\x2f\x5c\x45\x0d\xf4\x62\x85\xff\x57\x3a\x43\x9b\x87\xcf\xde\x3d\x87\x14\x32\x24\x4a\xe1\x47\xeb\x61\xe0\x91\x4e\xa4\xf6\xbc\xe6\xeb\xa6\xbe\x45\x0d\x3a\x67\x0f\x13\x44\x66\x61\x9a\x0a\xdb\x54\xa9\x8e\xe3\x71\xb1\x43\x5f\x64\x92\xa9\x45\x9e\xfe\x3d\xf3\xb9\x2e\xe8\x9b\x4b\x0e\x5b\xd5\x29\x6f\x0e\x11\x29\x94\xed\xd4\x3d\xb5\x8d\x49\x11\xbf\xee\xe6\x69\xab\x59\x28\x3b\x25\x4a\x86\xef\xeb\xba\x24\x76\x3a\x19\x80\xb7\xeb\x99\x58\xb6\x98\x98\xce\xce\xa6\xe1\x9b\xf9\x01\x9a\xb6\x87\x1e\x4c\x51\x3d\x93\x0f\xb6\x71\x6d\xd5\xf3\x71\x94\x0b\x85\xb6\xf7\xc3\x35\x4d\xb6\x3f\x2a\x27\x14\x6d\xef\x74\xab\xbb\x65\xf2\x5d\x27\xdc\xe2\xb5\xb5\x79\x1d\x77\xa6\x08\x46\x74\xda\xe1\x9e\x0b\x4d\xb2\xe7\x54\x5c\x6f\xab\x30\xe8\xe5\x44\x13\x98\xa6\x21\x9e\x6c\x67\x79\xaf\x87\x24\x1b\xb6\x62\xee\xca\x3f\x28\xc0\xf8\x8f\xed\x37\x8e\x0e\xc7\x05\x24\xf8\x16\xe0\xc8\x86\xad\xc0\x91\x7f\xf0\x46\xe1\xf0\x49\x48\x43\x69\x9d\xbc\x49\x40\xf2\x71\x2b\x90\x68\x9f\x6c\x05\x4a\xa3\x87\xfd\x9a\xa6\x6d\x3c\xc4\xc5\x11\xf8\xea\xc4\xf8\x57\xd4\x81\x04\x75\xe6\x18\x9e\x45\xa8\x43\xe3\x4e\xc0\xc0\x99\x85\x18\x75\xe8\x14\xa9\x83\x2a\x0a\x1f\x77\xe2\x71\x47\xb1\x0a\x9d\x10\x77\x08\x9a\xc5\x14\x75\x82\x8c\xbc\xa5\xee\x97\x21\xe9\x3f\xf3\x59\xdd\x04\xe1\x36\x85\x02\x65\x12\xc4\x89\x51\x82\x58\x2b\x37\xe0\x98\x76\x73\x35\x0b\xff\x4b\x62\xec\x48\xa0\xb2\x5b\x60\x72\x23\x6e\x46\xce\x2d\xcb\x99\xae\x07\xe1\x73\x0b\x58\x10\x07\xda\x00\xa1\x08\x05\x8f\xb1\xc6\x71\xa5\xed\x44\x13\x83\x50\xb0\x3b\x22\x4a\x10\x5f\xe0\x6e\x14\x62\x64\x0c\x0a\xff\x61\x22\xd2\x5d\x1c\x69\xa5\x59\xca\x36\x4f\x0e\x02\x20\x00\x82\x08\xa4\x20\x3c\xc8\xac\x84\xb1\xca\xca\xe8\x2c\xf1\xe1\xe1\x1a\xe3\xa0\x66\x14\xc4\x7a\xbd\xd5\x82\x79\x10\x17\x6b\xad\x66\xa6\x42\x9c\x55\x55\x95\x65\x03\x71\xa1\xde\x29\xae\xd6\x3b\x25\x4e\xae\x4d\xc8\x26\x3b\xd7\x53\x48\x0a\x65\xda\x32\xab\x3f\xa8\x1b\x70\x49\x4d\x15\xd9\x68\x88\x46\x1e\x91\x55\x64\xa3\x62\x15\x59\xfd\x27\x88\xca\x55\x64\xa3\xda\x2a\xb2\xd1\xd5\x55\x54\xae\x22\x1b\x15\xab\xc8\x46\x1e\x6e\x52\x45\x96\xaf\x82\x84\x46\x59\x6f\xaf\xae\xf0\xca\x01\x91\x03\xa0\x96\x37\x22\x2a\xd5\x78\x8d\x64\x15\xd9\xc2\xf3\x27\x51\x15\xab\x30\xab\x22\x1b\xad\xaf\x22\x5b\xfe\x42\xfd\xc6\x88\x38\x78\x3c\x0f\x45\x74\x63\x46\x60\x7f\xbd\xb0\x7c\xff\xc7\x47\xf1\x65\x70\xef\x8f\xb5\x9e\x8b\xec\xbc\x94\xa4\xe4\x18\xfb\x04\x09\xeb\xef\x0f\x3c\x4f\x0b\xb0\x7e\xe0\xc7\x4a\x77\x0d\x34\xf2\x53\x7a\x55\xfe\xbe\x62\x0a\x1f\xde\x80\x27\x63\xbf\x0f\xac\xf4\x5c\x70\x1c\x0f\x81\xc5\x66\xf5\x63\x7c\x59\x8d\xad\x3d\x01\x43\x8b\x27\x6e\xb3\x3a\x42\x00\x65\x0f\x16\xe5\x07\x22\x7b\x54\xe9\x61\x96\x19\xb4\x98\x78\x3f\x21\x88\xa1\x06\x3d\x4d\x13\xe4\xd3\x77\x90\x86\x31\x0f\xd1\xc4\x9c\x91\x15\xba\xa8\xef\x94\x1d\x00\x0c\xad\x09\xa2\x2f\xfd\x18\xab\x6c\x29\xa9\x2e\x35\x8b\xd6\xdf\xaf\x6f\x0d\x84\xd1\xc3\x1c\xa4\xa0\xdd\x6d\x68\x6c\x0e\x5f\x57\x0d\x66\x90\x7c\x46\x2a\x94\xbf\x1a\x55\xcd\xbf\x3e\x0f\x45\x75\xfe\x2e\x8c\xa2\xf8\xa2\x1b\xc4\xb4\x98\x68\xbd\x07\x2c\xfd\x0d\x8f\x1d\xcf\x70\x6f\x75\x8f\x3b\xdd\xe3\x4e\xff\xa4\xd3\x3f\x51\x2f\x09\x1a\xff\x8f\x05\xac\x87\xda\xef\x7f\xe8\xbf\xc5\xa4\x54\x1a\xed\xd2\xe3\x2c\xef\xd4\xc3\x75\x92\x18\x63\xdb\x42\xe2\x67\x19\x2f\x2c\xff\x52\x1f\xca\x5f\x14\xbe\x5f\x18\xad\x5d\x3c\xfd\x16\x08\x84\x84\xfb\x30\x1a\x51\xa8\xde\x95\x91\xd8\xef\x74\xfb\x9d\xfe\x71\xa7\x7f\x5c\x42\xe2\x49\x09\x89\x27\xdb\x20\xf1\x01\xb0\x62\x12\x8a\x98\x30\x38\xa7\x71\x97\xd7\x2f\xea\x4a\xf2\xba\x01\xcf\x49\x1c\x2d\x26\xb1\xe2\x97\xad\x24\x0e\x31\xbf\x4a\x7b\x9d\x5e\xa7\xdf\xeb\x9c\xf0\x7f\xbe\x04\x76\x03\x84\x17\xc6\xdd\xa9\xbd\xf8\xb6\x39\xd7\xa3\xcf\xbc\x37\x0b\xaf\xfe\x57\x6f\xcd\x0a\xc7\x9f\x09\xa5\x06\x9f\xa5\xc2\x0f\x8d\x5c\xb7\x57\xa3\xf4\x4a\x6a\x40\xa5\xf3\xd1\x94\xa2\xa3\x91\x58\xa7\x1b\xd0\xac\x48\x6f\xae\xcd\x9b\x46\x4d\x23\x0c\x2a\x5e\xcf\x41\xd9\xe1\x59\xb4\x0c\x50\x2a\x6e\xcf\xe1\xd0\x4a\x89\x6f\x69\xaf\xf8\x4f\xa5\x91\x3d\x51\xdb\x41\xac\x77\xf1\x0e\xb7\xe6\x24\xb2\xff\x24\x2e\x65\x33\x09\x70\xac\xe2\x6c\xe4\x58\x08\x07\xad\x46\xe2\x5b\xbe\x3c\x96\x41\x1b\x6d\x58\x0c\xc3\xa6\x6a\x55\x19\x65\xff\xd7\x22\xe3\x09\xae\xbf\x18\xda\xdd\x78\xab\xab\x61\x50\xb7\x1c\xaf\xcd\xe6\xd1\x30\xbb\x71\x03\xe2\xf0\xe8\x66\x88\x83\x29\xef\x41\x1f\x0c\xad\x97\x4a\xaa\xb7\x80\xf5\x94\x61\x53\x4f\xbb\x03\x4c\xad\x7e\x86\xe9\x5b\x5d\x01\xb0\xbd\xe3\xa1\x55\x91\xc1\x93\x38\x89\xcf\x11\xc9\x33\x8c\x0b\xcf\x91\x1f\x92\x58\xd5\xc3\xcc\x0d\x73\x99\x9c\x51\xa3\xf5\x5b\x3b\x67\x60\x45\x8f\xac\x22\x5d\x2c\xc6\x2a\x85\x95\x08\xea\xea\xa9\xea\x9b\x6c\x28\x7d\x93\xbd\x4b\xf4\x0d\xeb\x38\x7b\x95\xd6\xa7\xa8\x56\xcf\xfd\xb9\x8c\x79\x7f\x2a\xee\xa4\x2d\x74\x87\x0d\xcd\xd0\x5c\x8b\x94\x29\x85\xc6\x21\x0e\x44\x40\x42\xe6\x0a\x24\x72\xcd\x88\x92\x38\xe7\x93\xae\x3f\x27\xe7\x99\xa7\x4f\x21\xd6\x98\xfd\x10\xe9\x20\xeb\x93\xd1\xb4\x74\x00\xda\xa0\xbe\xc9\x14\x4b\x11\xa2\x9d\xc0\xb3\x33\xdd\x12\xff\x38\x0a\x80\x0a\x71\x30\x07\x1d\x2b\x0f\x69\x59\x10\x13\x44\x1e\x4f\x62\xd8\x11\x9e\x42\x69\x27\x73\xef\x11\xe9\x47\xc9\xdc\xa7\x31\xb1\x9d\xa5\xc9\x2b\x28\x56\x95\x60\x0a\xeb\x0f\x52\x20\xe2\x8a\xd5\x6b\xf6\x61\x10\x8a\x87\xab\x09\xa2\x1d\x1e\x7b\x5c\xcd\x8d\xa9\x25\xaa\x29\x0b\x80\x5a\x2e\x5d\x11\x8d\x49\x26\x29\x4f\xdc\x0b\xa8\x37\x74\xdd\x2c\xec\xd6\xfd\x7d\x8e\xc8\xe2\x94\x97\x62\x89\xc9\xd3\x28\xb2\xad\x3f\x31\x04\xa6\x94\x20\x38\x13\x68\xec\xf0\x1b\xc6\x19\x89\xb4\xa6\x85\xb9\x7b\xd4\x9d\xc1\x84\x17\x95\x55\x41\x90\x3c\x95\xe5\x4f\x51\x0c\xa9\xcd\x1d\x6a\xde\xc7\x14\x46\xaf\xb8\xdc\x6e\x3b\x0e\x20\x22\x33\xeb\x5b\xc6\x68\x3d\xa5\xf2\x39\x4f\x8d\xea\xa3\x30\xb2\xf1\xd1\x7d\x47\xe5\x1c\x5d\x86\xc1\x80\xba\x61\x00\x2e\x07\xbc\x01\x89\xe7\x38\xb0\x89\x7b\xd9\x45\xee\xa5\x03\x16\xc5\xa7\x8b\x2e\x72\x17\xbc\xc8\xeb\x0a\xa4\xde\xdc\x8e\xf2\x4c\xd9\x15\x84\x0f\xf1\x08\x2c\xcb\x9e\xf6\x45\x3f\x7c\xcd\xef\x1e\x68\xca\x19\x9e\xcb\x7a\xe5\x80\xb0\xfc\x05\xbe\x66\x43\x72\xdd\x71\x4b\xa3\x56\xe4\x7a\x30\x84\xa3\x8d\xde\x4a\xeb\x87\x70\x80\xf6\xde\x01\x91\xae\x2d\x0d\xc0\x3a\xbd\xab\x0f\x02\xa7\xbd\x3a\xf5\x66\x74\xa8\x20\x06\x73\xe0\x83\x00\xcc\x40\x02\xc6\xe0\x0c\x4c\x73\xad\xea\xf9\x3e\x69\x55\x17\xdf\xb4\xaa\xff\x3b\xb4\xaa\x93\x0d\x39\xb3\xe2\x97\xfe\x3f\x7f\x7c\x7b\x62\xd6\xaa\xce\x13\x41\x81\x53\xe5\x24\xab\x02\xc4\x6b\x9c\x91\x7e\x98\xc2\xf4\x17\x71\xe0\xde\xe6\xbe\xb8\x3f\xa8\xc3\xc8\xfe\x96\xe7\xf1\x67\x82\xc6\x3c\x05\x97\xf2\xba\xd5\xf9\xa7\xcd\x5e\x74\xf2\x70\xfb\x31\xa6\x30\xc4\x88\x74\x24\x11\x28\x1f\xfb\x5c\xab\xd9\xd7\xb9\x26\x1f\x46\xfe\x3c\x2a\x79\x4a\x1b\x7d\x5c\xee\x9b\x74\xc0\xdf\x81\xa1\xf5\x3c\xbb\x9e\xae\x91\x03\xac\xa0\x11\xce\x41\x64\x3f\xf2\xdb\x2f\x03\x32\x07\xe6\x81\x06\x4b\x56\xca\x4c\x48\xd6\xa5\x5b\xd3\x2a\xa9\x6b\x4f\x9a\xf7\x04\x26\x50\xcd\xf8\xea\x34\x48\xd8\x98\x09\x8a\x25\xf3\xf4\xc3\xfa\xaa\x8c\x86\x14\x92\xb7\x61\xf6\x7d\x83\xa3\x45\x27\x9d\xc6\x17\x21\x9e\x74\x72\x34\xa4\x9d\x8b\x90\x4e\x43\xcc\x2d\xbf\xfe\x9c\x10\x84\xa9\x66\xdd\xed\x8c\x63\xa2\x79\xd3\x9c\x80\xa1\x75\x9a\x1d\x07\xf5\x97\xe2\x6d\x6f\xc2\x12\x5c\xab\xd2\x59\x9f\x48\x77\xcd\x1a\xde\xa0\xa4\x24\x1d\x2a\x65\x64\x5a\x76\xa8\x05\x55\xd0\xc8\x84\xa2\x1c\x66\x42\x81\x63\xf9\xf0\x1d\x82\xa9\xd0\x87\x71\x59\xa3\xa7\xec\x08\x15\x54\x8f\x0a\x42\xc9\xa3\x5c\xb8\xa9\x0c\xb5\x6d\x46\x87\xa2\x4f\xd0\xa3\x6a\x15\x9d\xe2\xca\xff\x2d\xc4\x42\x19\x10\xe2\x09\x41\x69\xda\x9d\x40\x8a\x2e\xe0\xa2\x52\x4b\xad\xad\xbf\x87\x09\xeb\xac\x79\x5a\x8b\x76\x84\x03\xae\x49\xac\x59\x02\x23\xb2\x8b\x72\xeb\x83\xb2\x44\x59\x09\xf8\x53\xad\x8a\x4e\x5d\x3a\x31\x49\xe7\xb3\x19\x24\x8b\xee\x38\x26\xdd\x6c\x16\xeb\x4e\x0c\xd0\xbf\xac\x7e\xd7\x2e\x69\x13\xa1\x13\xe4\xbb\xb7\x65\xd8\xca\x83\x2d\xb5\x2a\x26\x8f\xca\x3e\xb0\xe4\xba\x15\x49\xfa\x06\x3a\xca\x6f\x3c\xd5\x51\xe5\xdd\xa8\xa3\xaf\x0d\x48\xd1\x26\x6a\x72\xbf\xa4\xe8\xb9\xf6\x1e\x45\x24\x44\xf5\x9b\x54\xdb\x98\x5c\x1c\xf0\xe3\xa8\xe1\xe6\x2c\x82\xb9\x79\x9b\x1a\xa8\x47\x65\xdb\x31\x52\xf9\x56\x4d\xa3\xe5\xd6\x33\xb2\x0c\xd7\xa0\x11\x5f\x85\x38\xdc\xfe\x1a\x58\xdb\x11\x84\xeb\xac\x4c\x73\xd7\x36\x50\xf1\x51\xd3\x4f\x61\x14\xe2\xcf\xd6\x7a\x4e\xf1\xd8\x58\xf4\xb2\x41\x65\x73\xf5\x41\x58\x3d\xf4\xd9\x67\x55\xb5\xf3\xef\xa5\xc5\x2b\x4f\xbd\xf1\xf1\x2c\x82\xb2\x11\xb7\x63\x45\x5c\x19\x26\xd2\x75\x75\x70\x4c\xd0\x18\x11\x52\x24\x1c\x6f\x12\x84\x3b\xf2\x13\x9d\xe7\x30\x9d\x9e\xc5\x2a\x42\xe0\xba\x45\xd2\xf5\xa8\x03\x2e\xea\x95\x41\xe8\x97\x14\xcb\xca\x5b\xfc\xf9\x9b\x67\xa7\x1f\x79\x78\x6a\x16\x4f\xee\xc7\x18\x23\x9f\x1e\xc5\x67\x6c\xaf\xc0\xb3\x30\x0a\xe9\xe2\x68\x1e\x76\xcf\xc3\x74\xce\x84\x2a\xa8\x65\x55\xb9\x26\x4a\x9e\x49\xb9\x14\x65\x78\x09\x5a\xe0\xa5\x7d\x4d\xcb\xca\xfd\x60\xe0\xde\x4d\xd7\x83\xe9\xb4\xe7\xfa\xc6\x8a\xb6\x5a\x3b\xde\xca\x01\x46\x5e\xd5\x55\x57\x98\x92\x22\x5b\x9b\x91\x3c\xa3\xf9\xc9\x63\xaf\xfe\xce\xc6\xd3\x4e\xa3\x18\xf7\x79\x38\x43\x38\xd5\x3d\x40\x54\xfb\x57\x02\xaa\x51\x8d\x6c\x91\xf3\x56\x25\xa5\x73\xbf\x5f\x1f\x8d\xba\xe1\x26\x33\xc8\x6e\x1f\x92\x1b\x94\xdc\xca\x6b\xa8\x64\xe6\xae\x1f\x47\xf3\x59\x59\x78\x31\x73\xed\xdf\x97\x22\x29\x74\x76\x0a\x54\x67\x7d\xed\x48\x88\xb2\xb4\xa9\xcd\xb9\x85\xac\x99\xf5\x6a\x29\x69\x96\xfa\xad\x03\xb0\x85\x1c\x79\x5c\x49\x75\xdc\x54\x3e\xea\x5f\xbb\xd0\xc8\x46\x89\x48\xdc\xb9\x65\xb5\x49\x1e\x13\x2e\x4c\x29\x06\xe9\x66\x8f\x85\x96\xaf\x27\xb6\x94\xe3\x86\xcc\xbc\xc8\xfd\xaa\xd8\x92\xed\xcc\xed\x78\x94\xfb\xb7\x22\xb4\x6c\x21\xb6\xdc\x5f\x7b\x1b\x6d\xc8\x18\x76\x13\x82\x4e\x85\x34\x34\xbd\xc6\xe6\xc9\x2d\x5c\x62\x6a\x36\x95\x2b\x6c\x9e\xb4\xb9\xc0\xe6\x49\xe5\xfa\xd2\x49\xd6\x4d\x5d\x5e\xcd\xc3\x72\xb9\xa1\x33\xf3\xb1\x17\xee\xf1\x22\xa1\x41\x5b\x5b\x27\x89\xe7\x89\xb0\xa5\x76\xd9\xa3\x6e\x88\x33\xaf\xfb\x18\x77\x55\xa5\x78\x6b\xa2\x25\x5e\xb8\x8e\x71\xb4\x6a\x11\x7d\xb3\xc6\x22\x9a\x3d\x80\xe5\x07\x51\xf9\x41\x5a\x7e\x10\x96\x1f\xc4\x25\x43\xea\xbc\xf4\xdb\xbf\x86\x61\xf5\x5c\x15\x85\x2b\x6f\x22\x10\x48\xdb\xea\x79\x66\x5b\x95\xbc\x13\x98\x19\xde\x88\x6d\x06\x92\xd2\x2b\xb9\x5b\xc1\xb8\xf2\x5c\x76\x38\x2b\xbd\x28\xd3\x1e\x30\x95\xd6\xdc\x80\xc0\x8b\xe7\xea\x43\x7a\xbd\xcb\xa1\x70\xef\xd4\x5c\x11\xbc\xe5\xa5\xc8\x13\x50\x06\xca\xbd\xec\x3e\x02\x8b\x9a\x77\x8b\x7b\xe6\xe7\xc2\x2d\xf9\xe8\x78\x95\x17\xa0\x9d\xc1\xc4\x46\x99\xe5\x96\x7a\xa8\xb6\x64\x26\xe1\x73\x71\x2f\xef\x51\x97\xfb\x3c\xb3\xaf\xb3\x2f\x55\x46\x5d\x86\xc1\x00\xb9\x61\x00\x72\xdf\x9a\x01\x1f\xf6\x29\xa5\x24\x3c\x9b\x53\x64\x57\xfc\x71\x1c\x10\xa0\x94\x0e\x30\x48\x89\x3f\x20\xab\x95\xe3\xa6\x31\xa1\x36\xaf\xc1\xea\x3d\xa6\x59\x16\x64\xe4\xe6\x9d\x9c\x6e\xfe\x1c\xeb\xcf\x05\x86\x3f\x24\xd7\xc3\xef\xbd\x13\xf7\xe4\xeb\x60\xb8\x2b\x31\xdc\x3d\x3e\xb9\x0d\x24\x13\x8e\x64\x7c\x6d\x24\x67\x6c\xa5\xb0\xd5\x8a\xaa\xbb\xca\x03\xa0\x16\xca\x83\xcc\xeb\x60\x82\x54\x5a\xee\x1f\x17\x2f\x03\xdb\xb2\xee\xd1\x61\x6f\xe4\xb8\x69\x01\x08\x59\xb3\xfb\x93\x2c\xaf\x7b\x77\x89\x25\x2e\x56\xc9\xe5\x27\x67\x25\x96\x41\x19\x94\x6c\x67\xa5\xfd\xbd\xcc\xbd\x1e\xc2\xf4\x1d\x8f\x0f\x7b\xfe\x4c\x64\xd0\x28\x9d\x4d\xcf\xfa\x90\xc5\x9c\x8d\x11\xf5\xa7\x99\x08\x3a\x8e\x49\x07\x56\x83\xcb\xac\x41\x85\x59\x53\xc9\x5a\xf8\xf7\xe4\x7d\xe9\x4a\x16\xc5\x65\x2c\xde\x56\x5f\x96\x5f\xe9\xa8\xaf\x0c\x8c\x83\x70\xc6\x50\xba\x84\x08\xd2\xe6\xd5\xa2\xb9\x22\xe5\xd6\x16\xf2\x54\x75\x5b\xd7\x8f\x57\x62\x36\x6a\x47\xcb\xca\x74\xb7\x70\x3d\xc9\x2d\x8c\x2e\x67\xe8\x9d\x11\xa0\x9e\xb9\xaf\x6d\xb9\x25\x35\xad\x03\xf0\xc6\x6f\x95\xc4\xc5\xec\x33\x07\xc6\xe3\xbd\xa6\xa0\x70\x86\x7c\x4e\x74\x64\x35\x80\x12\x9d\x57\xf8\x2c\x35\x51\x84\x0a\x3b\xab\x15\x08\xbc\x85\xed\xeb\xae\x1b\xd5\xdb\xec\xfa\x8e\x2b\xb3\xf2\x47\xf2\x0b\xf1\xfa\xde\x2b\x89\x69\x70\x79\x45\x0e\xe1\xd6\xa3\x57\x92\x1b\x0d\x47\xab\x95\x03\xc6\xe5\xaf\xa9\x6b\x7a\x18\x5d\x17\x90\xb3\xea\xd0\x0a\x8c\xf4\xa6\xc1\x98\x96\xbf\x55\x61\x1e\x86\xe1\x75\xe1\x29\x7d\x21\xd7\x0a\x80\x61\xbc\xd9\x9f\xa8\xa6\xaf\x03\x7c\xdd\x91\xa8\xbc\x79\x33\x4b\x3f\x18\xce\x5b\x7e\x23\xef\x5b\xfa\x86\xaf\x3b\x2b\xbd\x59\xeb\xac\x34\x01\x6f\xb6\x70\x56\xc2\x31\x0d\x7d\x74\x14\x85\xb3\x90\xa2\xa0\x0b\x79\x4e\xa7\xaf\x9f\xaf\xe6\xe5\x59\xef\xfc\x7d\x48\xa6\x66\x67\x11\x31\x69\x0b\xe4\x89\x91\x84\xf0\x66\x4a\xb7\xaa\xda\x0e\xcb\x1e\x1d\x8a\x82\x8a\x06\xdd\x12\x06\x46\x3c\x6d\xd2\xf1\x48\x13\x0d\x4d\xe2\x3f\x57\x64\xf0\x7a\x6e\xb8\x55\x96\xd5\x42\xea\x40\x30\xb4\x7e\xce\xb3\xdc\xb7\xf7\x2d\x50\x72\xf1\xd4\x5c\x94\xf4\x95\x80\xac\x23\xf2\x75\xd5\xd7\xf2\xdd\x98\xfd\x5b\x9f\xf0\x8f\xbc\xc0\xef\xb5\xa6\x6b\x4a\x27\xd3\xe9\xbc\x9f\x86\xa9\x0a\x76\xef\xcc\xe0\xa2\x33\x85\xe7\xa8\x13\xa0\x04\xe1\x00\x61\x3f\x44\x69\x67\x11\xcf\x3b\x17\x31\xfe\xff\xfe\x9f\xff\x97\x76\x52\x84\x3a\x67\xc8\x87\xf3\x14\xf1\xe7\x81\x7c\xce\x7b\x89\xb5\x64\xec\x06\x9d\xa2\x99\xbb\x25\xe8\x75\x95\xcc\x36\x09\xcc\xd7\x11\x5b\x8d\xc7\x72\x77\x22\xc6\xd9\xf4\xc6\xa1\xcf\x0d\x22\x06\x87\xc7\xaf\x43\x33\xfe\xf9\xf7\xe8\xbf\x93\xf4\x9f\x89\x99\x66\xa8\xcc\x8d\x3f\x88\x94\x0a\x19\xcd\x00\xd6\x0f\x2a\x85\x66\xe3\x74\x2d\xec\xd8\x67\x4a\x9f\x2d\xd3\xc9\x18\x73\xd6\x70\x9b\xa5\x22\x40\xdb\xc6\x2c\xfd\x23\x9e\x93\x4e\x96\xb3\xa0\x33\x85\x69\xe7\x0c\x21\xdc\x81\x41\x80\x02\xb7\xa5\xa9\xed\xfd\x14\x11\xd4\xb9\x80\x69\x07\xe2\x0e\x47\x14\x1b\x27\xc4\x13\x76\xda\xb4\xcf\xd4\x8d\xdb\x2c\x5d\xc7\x7a\x54\x4b\x95\xd2\xcd\xa4\xda\xb9\x5d\x1c\xa7\xf0\xfc\x46\x70\x9c\xc2\xf3\x6b\xe2\xb8\xde\xee\x5c\x34\x22\x3f\x00\xf2\x6c\xa4\x3c\xd0\x81\xa4\x54\x1c\xd7\xcc\x32\xd2\x02\xd3\xe2\x6a\x10\xc9\xbc\x9a\xf6\x2f\x59\xc1\xcf\x72\x33\xa9\xa8\xd9\x5c\xc8\xdf\x65\xd9\x86\xb2\xd0\x60\x68\xc9\x33\x3d\xaa\x66\xfb\x2a\xbe\xb5\x06\x9d\x6a\x66\xe0\xd2\xac\x81\xe5\x54\x2a\x77\xdc\x46\x88\x49\x5e\xc1\x38\xcb\x58\xd2\x3a\x15\xec\x66\xb2\xbc\x3b\x77\x86\x8c\x70\xda\xd6\x3d\xfe\x0b\x55\xad\xfa\xf0\x28\xfe\xf1\x9f\x0b\x18\x98\x2f\x91\x8f\x1f\x21\x99\xf4\x2c\x20\xfe\xe8\x67\x25\x00\x52\xf5\xa8\xe6\x5d\x35\x74\x2b\xbf\x7e\x72\x1e\x36\x8b\xf5\x5a\xe7\x97\xdc\x7f\x08\x7a\xc2\xaf\xa1\xca\xca\x4a\x14\xcb\xe4\x0c\xdf\xcb\x60\xc5\x47\xc2\xf3\x41\xe3\xb4\x6a\x6d\x96\x99\xeb\xf2\xf7\xd7\x0b\x9d\xd5\x18\x46\xce\x1f\x93\x19\x67\x62\x8a\x65\xb4\x02\x88\x27\x88\xc4\x73\xdd\x75\xba\x57\x31\x55\x8b\x44\xd2\x2a\x3c\xae\x92\x0c\x71\x68\xaa\xad\xac\x5b\xb8\xd5\xbc\xa5\xa2\x04\x58\x67\x8c\x73\x55\xb6\x05\xfe\xed\x1e\xe8\x81\xfe\xa8\x81\x05\xb4\xce\xc8\x2b\x52\x8f\x67\x1e\x73\x5b\x63\xac\x01\x33\xdf\xe9\x3c\x13\x6e\x2a\xec\xda\x79\x8e\x70\x88\x82\xf5\x9e\xbc\x8d\x6f\xdf\x3a\xb0\x38\xbe\x6e\x08\xa8\x32\xcb\x5f\xde\x85\xc7\x3c\xcd\x78\x29\x7e\xf1\xc5\x25\xac\xb9\x8e\x1a\x38\x3b\x71\x8c\xf1\x34\xc1\xdc\xb9\x1a\xca\xb4\x44\x63\x1e\x54\xa6\xdd\xe0\x34\xee\x70\x7d\x79\xdb\xbb\x5b\xfc\xf7\x34\x08\xd8\xdd\xad\x0d\x37\x85\x54\x0c\x98\xb2\xef\xa6\xa8\x43\x2f\xe2\x3c\x87\x17\x8d\x3b\xd2\xdb\x68\xcd\x9d\x0e\x86\xeb\x2b\x25\x5f\x7b\x65\xf3\x23\xd0\x96\xb1\x52\x1e\x17\x27\x8d\xef\xf8\x52\x7e\x7b\x95\xdf\x46\x56\x50\xe1\x27\x4f\x50\x05\xa8\x3d\x69\xef\x62\xaf\x7c\x4e\x44\xa9\x56\xe9\x76\xf2\x40\xff\x9d\xbb\x9a\xa8\xf2\x9b\xdc\xc2\xba\x21\x38\xe3\x36\xb7\x67\xa7\xc3\xc3\x8f\xb7\xda\x78\x9d\xce\x33\x7e\x9f\x34\xda\x45\xdb\xd6\xfd\x5a\xbb\x6c\x37\xb8\x4e\x3c\x75\x30\xf6\x45\x35\xe3\x26\xeb\xa6\x47\x0d\x97\x2a\x0b\x80\xa1\xba\x33\x9e\xc5\x98\x92\x38\x8a\x38\xf1\x9f\x86\x41\x5d\x7a\x57\x33\xb5\xed\x74\x9e\xf1\x29\x95\xe7\xbe\x05\x12\x9b\x96\x2a\xb8\xe6\x43\x55\xe3\xa0\x70\xd9\x37\xdb\x57\x8d\xae\x6d\xa9\xef\xda\xf7\x1b\xbb\xff\xe5\x6e\xec\x57\x70\x81\x48\xe7\x51\x47\xcb\x1e\x78\x8b\x77\x76\xff\x96\xef\xec\xec\x5c\x20\x42\x61\x88\x3b\x3f\xbf\x7f\xff\xb6\x43\xd0\xef\x73\x94\xd2\x0e\xdb\x1c\x9d\xd9\x3c\xa5\x9d\x33\xd4\x09\x03\x46\x27\xc7\xa1\x90\x88\x6f\x13\xde\xeb\xdf\x64\xc7\xd7\xb9\xc9\xee\xdf\xd6\x4d\x66\x2c\xbd\xd9\xaf\x49\x1e\x2e\x6f\xa5\xbc\x0e\x67\x51\x12\x2e\x5f\x5d\xc5\xba\x9c\x58\xaf\xb9\x59\xcd\x56\xfa\xf7\x10\x5d\xdc\x00\x09\x5c\x83\xb4\x7f\xff\x7b\x24\x8a\x53\x74\x2b\xd7\xc8\xfd\xdb\xb8\x46\xca\xa5\x3d\x9b\x79\xe7\x15\x97\xe2\x3e\x38\x29\xaa\x6f\x68\x9c\x0c\x64\x85\xd8\x7e\x96\x60\x30\xb9\xfc\x73\x84\xc6\x54\x7f\x71\xa9\x5e\xe8\xa9\x6d\x1e\x02\x0b\x92\x10\x76\x79\xa5\x73\xab\x54\x16\x76\x83\xfc\x0a\x2c\xc6\xa2\x87\xda\xf6\x67\x3b\x5a\x7b\x50\x48\x5e\x68\xd8\x30\x7d\xc3\x8e\x50\x99\x82\x54\x1d\x0d\x60\x09\x33\x67\x5a\x73\xa1\xd1\x29\xe2\x75\xf4\x92\x08\xfa\x7c\x43\x73\x97\xc1\xf4\xf7\x39\x24\xa8\xcb\xb5\x4f\x8c\x72\x53\x1a\xcf\x64\x5a\x21\xbd\xd6\x95\xe1\x6e\xd5\x76\x64\x66\x7f\xba\xb1\x1d\xce\x88\x4a\xfd\x0e\x97\x48\x29\x94\xef\x7b\x20\x1c\x20\x03\x48\x51\x01\xb1\x43\x99\x33\x93\xb7\x3d\x01\xfd\xfb\x05\x42\x24\x73\x2a\x99\x4e\xce\x7a\x8f\x45\x6d\x4f\x36\x50\xb2\xe5\xa9\x7e\xc5\x6a\xf1\x3a\xbd\x63\x51\xd4\x29\xcb\x07\xdc\x0d\xd3\x2e\xe7\x4d\xba\xa2\xdc\x72\x88\xcf\x63\xa1\x4d\xcb\x6a\xd1\x8a\xf2\x24\x29\xa2\x65\xdf\x47\xae\xc0\xbb\x08\xe9\xb4\xcb\x50\x19\x71\x9f\x47\xa9\xf5\xf1\x21\x16\xe9\x62\x82\x30\x85\x67\x11\x0a\xae\xa5\xe4\x2b\xe8\xd1\x32\xf5\x9e\x70\x25\x24\x06\x67\xc2\x95\x56\x81\x76\xad\x01\x99\x17\xfa\x6c\xad\xd6\x13\x41\x77\x26\xad\x5e\x00\x17\xbf\x65\xff\x1e\x25\xd1\x7c\x12\xe2\x23\x1f\x46\x08\x07\x90\xed\xb0\xe0\x7e\x37\x45\x59\x71\x75\xfe\x93\xbd\xd5\xfe\xec\xfa\x53\x12\xcf\x20\x0d\x7d\xf9\x70\x0a\x13\xf9\x5e\xb8\x95\x96\xb4\x84\x40\xcb\x9f\x71\x73\x1a\xc3\x78\xbd\xc6\xf0\xf7\x68\xfa\xb7\x57\xe7\xf7\xee\x99\x35\x86\xb3\x38\xe0\x5b\x2d\x40\x29\x03\x42\xd2\xae\xaa\x6f\x79\x29\x20\xae\x92\xee\x20\x2b\x21\xb1\xb1\x36\xc1\xf7\x99\x84\xbf\x55\x94\xc9\xb5\x6a\xcf\xf1\x82\x29\x47\x77\x97\x62\xb6\xab\xa3\xbb\xcb\xc0\x5f\x1d\x65\x5b\xa5\xea\xea\x7e\x74\x77\x29\xff\x62\x8d\x15\x06\x56\x96\x5e\x29\x45\xcd\x3e\xf3\xde\xe7\x18\xc9\x31\x94\xe1\x4d\xc5\xdd\x14\x22\xb4\x55\x2c\x66\x81\xcc\x94\xf2\x06\xae\x29\x55\xf7\x48\x77\xb0\xd6\x0b\x90\x68\x45\x25\x47\xc5\x32\x85\x12\x2b\xed\xdc\xef\x15\x7d\x03\xc5\x68\x35\xe5\x0f\x6d\x9a\x31\x41\x01\x81\x17\x55\x01\xcb\x38\x9a\x6e\x0a\x6b\x3e\x48\x41\x07\x52\xdd\x64\xad\xab\xaf\xea\x03\x9d\x70\x0e\x90\x1f\x88\x74\x1b\x63\x51\x5f\xf2\xc6\x82\xe1\x4b\x13\x48\x3e\x47\x21\x46\xdd\xcf\x68\x91\x05\x01\x8a\x6b\xea\xd8\x70\x15\xea\x39\x3a\xd4\x19\x8d\x13\x84\x0d\x85\x83\x2a\xdc\xdc\xdf\xd0\xa2\x55\xb6\xfb\xcd\xab\x5e\x0e\xff\xcc\xa1\xb9\x20\x30\x49\x0c\x71\xd8\xc6\x6e\x7a\xcd\xaf\x06\xa1\xde\xf9\x57\x68\x38\x2b\x24\x0e\x7d\x1f\xce\x50\x4a\xe1\x2c\x31\xf8\x4a\xd4\x84\x3e\x3d\x28\xef\x88\xeb\x65\x79\x50\x56\x7a\x15\xb9\x53\x25\x97\x1a\xf1\x91\x59\x19\x1e\xb0\x23\xd9\x2a\xe4\x45\xa1\x45\xa5\xc8\x2e\xa2\xc5\x32\xe6\x48\x2c\x33\x21\x12\x02\xbe\x89\xba\x41\x08\xa3\x78\x92\x2b\x4b\x0a\xdb\x72\x1b\x51\x50\x8e\xce\x73\xd8\xa8\x38\x15\x15\x77\x9a\xd5\x65\xce\x68\x8f\x3a\xd5\x72\x47\xcb\x90\xb3\x4a\x28\x48\x36\xac\x60\x73\xd2\x28\xce\x4b\x51\xf3\x31\x47\x20\x53\xbf\xb4\x12\xc8\xcc\xaa\x10\xb9\x74\xec\xdc\x34\x14\xff\x0d\x19\x04\x36\xcc\xf6\x4c\xf9\x23\xb5\x9e\x6b\xcd\x91\x60\x64\xc4\x8f\x39\x9b\x5a\xa3\x00\x31\x2a\x48\xb8\xfb\xd2\x67\xb4\xe8\x04\xdc\xd5\xef\x0c\x71\xfd\x7f\xe6\xe8\xec\xc7\x84\xa0\x34\x89\xb9\x53\xad\x74\x4c\xea\x4c\x08\x4c\xa6\x1d\x79\x78\x3b\x82\x22\x76\x42\xdc\x99\xc5\x04\x75\x84\x5d\xda\x35\x4a\x8b\x95\x02\x27\xc6\xda\x59\x3a\xdd\x96\x01\x43\x46\xda\xdb\x3a\xe8\xae\x63\x2e\x99\xd2\xcf\xd2\x35\x9a\x66\xdc\x31\xd7\x19\xa9\x8b\xac\xac\x24\x1f\x05\xf7\x37\xaa\xb5\xad\x72\x7d\xf1\x6b\x5c\x35\xc5\x09\x17\xab\xe0\xe0\xb8\x2b\x4a\x12\x17\x4a\x2c\xa9\xa5\x8e\x62\x18\xa0\xa0\xbc\x70\x37\x66\xeb\x69\x7f\x44\x32\x25\xd9\x36\xa7\x24\x97\x87\xe5\x55\xb3\x48\x50\x37\xd7\xb2\xf4\x4f\x98\x20\x55\xba\x63\x1f\x95\x82\xd3\xf8\x2d\x1c\xa7\xa8\x98\x8d\xb7\x24\x6e\x9b\x34\x8d\x05\xcd\x49\x7b\xfc\x6c\xe5\xc0\xa7\xfc\xc5\x34\x71\x51\x88\x29\x6c\xc5\x8b\xd2\xe0\x9c\x84\x7a\x6a\x50\x51\x10\x58\x26\x08\xc5\xdd\x8b\x10\x07\x22\x0e\xa7\x20\x2e\xf2\xe2\x5c\xc5\x20\x38\x11\x21\x37\xc7\x11\xf7\x4d\xba\x86\x88\xa8\xcb\x64\x99\x84\x98\x49\x84\xaa\xe6\x2f\x56\x0f\x84\x73\xc8\x7c\xad\x73\x48\x5c\x5b\x39\x98\x21\x84\xbb\x5d\x03\x0e\xd3\xe0\x4e\x3f\x2f\xfb\x2b\xb8\xcb\x4a\x05\x61\xf6\xf0\xaf\x8c\xe8\xa5\xb6\x63\xac\xf5\xcb\x5b\xa5\x88\xda\x12\xdd\xb2\xf6\xaf\x80\x4b\x05\x20\x68\x83\x88\x27\x04\x11\x84\x03\x44\x6c\x1e\x5c\x90\xbd\xd6\x3f\x1f\x8e\xed\x3b\xa2\x37\xa4\xd0\x91\x71\x4b\x5c\xda\x13\xe0\xb1\x6f\x8a\x88\x36\xb9\x40\x77\x7a\x22\x6a\x50\xa6\x15\x4d\xcf\x27\x9e\xdd\x03\xac\x21\x93\x5c\x1d\xde\xd8\x45\x22\x46\xa4\x1c\xa4\x91\x9e\x4f\xdc\x9c\x99\xe0\xfe\x33\x31\xb6\xad\x59\x3c\x4f\x11\xf7\xd3\xe0\x7f\xcd\xe2\x73\x24\xfe\x8a\xd9\xc6\x11\x59\xf9\x90\xfc\x00\x8f\xdc\x10\xe9\x48\x5d\xc2\x9b\xda\xa5\x97\x04\xf9\x54\x7b\xc9\x27\x4b\x3d\xe4\xe2\x38\x40\x76\x7d\xb8\x0b\xf6\x54\x68\x5b\xec\xa9\x88\x2b\x30\xf7\x32\xdc\x5c\x5d\x2d\x57\xc0\xf7\xe6\xf2\xc7\x70\x04\x02\x6f\xee\x0a\x12\xca\xdf\xcd\xbc\xb9\x3b\xc7\x21\x3d\x9d\x8f\xc7\xe1\xe5\xd5\x95\x65\x81\xc4\xd3\xd3\x39\x06\x8e\x3b\x0e\x23\x8a\x88\x8d\xbc\xc7\x16\xcf\x8a\x6a\xdd\xf1\x90\x73\x10\x8e\xed\x9e\xe7\xf9\xb2\x18\xf3\xd5\x55\xcf\xf3\x12\xf9\xa3\xe9\x8a\xd4\xbd\xea\x0b\xf8\xc7\x6c\x8d\x52\x37\xa5\xd0\xff\xec\xd8\x8e\x98\x4f\xe2\xb8\x31\x61\xbb\x43\xbe\x78\xc3\x7e\xbc\x13\x89\x1d\x1d\xdb\x77\xc0\x99\xe7\x67\x01\x6c\x02\x8b\x3d\x15\xd9\x96\x64\x99\x29\xb1\xf7\x78\x49\xef\x79\x68\x88\x47\x2b\x07\x50\x1e\xce\x60\xf7\x00\x74\xb9\xc2\x82\xf1\xcd\xec\x83\x41\x3c\x83\x21\xb6\xed\x1e\x08\xc5\x39\xa1\x8e\xed\x03\xe4\x3d\x46\x2e\x63\xb5\x1d\xc7\x25\xbc\x72\xf1\xb0\x07\xf0\xc8\x01\xe7\xda\x10\xaf\x42\x8c\x20\xd1\x06\x19\xf6\x00\x1f\x67\x06\x2f\x1d\xfb\xcc\x19\x65\x7d\x63\xd0\x1b\x39\x60\x21\x60\x85\x04\x41\xd6\xe9\x92\x4d\x7f\x6a\xab\x62\xd9\xe2\x63\x8b\x3e\x7b\x7a\x6e\xa3\x61\x6f\xc4\x7e\xf6\xd4\xcf\xfe\xc8\x71\xc0\xc4\x1b\x5a\x7f\x7a\xfe\xec\x45\xef\xc5\x43\x0b\x58\x7f\x7a\xf6\xe8\xfe\x83\x07\x27\xd6\xc8\x15\xba\x33\x3b\x72\x53\x7f\x8a\x66\xe8\x3d\x3c\x8b\x10\x9c\xf7\x7b\x0e\x78\xa3\xcd\xf7\x0d\x09\x42\x0c\x23\xc7\x9e\x64\x33\x4e\xd8\x4e\xaf\xee\x5f\x36\x23\x7b\xec\xb8\xbf\xc5\x21\xce\x1e\x42\x4a\x89\x6d\x8d\xc3\x28\xb2\x80\x44\xfc\xf2\x33\x5a\x0c\xe8\xca\x43\x59\x92\x50\x9b\x3a\x2b\xd5\x34\xa5\x24\xfe\x8c\x1a\x36\x0e\x2c\xb0\x10\x5b\xe2\xad\x87\x5c\x26\x49\xe1\x20\x3b\x32\xa2\x09\x57\x9c\x59\xc0\xf2\xe7\x24\x8d\x89\xe5\xb8\x3c\x08\xcf\xb6\xce\xc3\x34\x14\x29\x60\x84\xba\x3f\x40\x38\xeb\x23\xea\xe0\x80\xbe\xfa\x2d\x4b\xe0\x80\x58\x3d\xb8\xb4\x40\x4f\xfd\xbd\x60\x7f\x83\x8f\xcd\xc9\x86\xab\xc4\x38\xc7\x39\x50\x85\xcc\x2f\x3a\xf1\xd8\xfe\xa8\x23\xd5\xd5\xa4\x37\xda\x8d\xd0\x04\xe1\x40\x27\x12\x6b\x1a\xa7\xf3\x99\xde\x32\x71\x9c\xa5\x20\x71\x1f\x33\x14\x31\xa6\xb8\x8c\x21\xe3\x07\x0f\x50\xdb\x3e\x5d\x3f\x8e\x74\x44\x9f\x41\xff\xf3\x84\x27\x35\x96\x6f\xc0\x1b\xfb\xc2\x61\x54\x4e\x0d\xcc\xb9\x2e\xc7\xa5\xe8\x92\xda\x17\x4e\xf9\xf1\xe6\x0f\x0a\xf1\xc8\x59\x31\x20\x5f\x78\x1b\xb1\xa8\xda\x1f\x28\xaa\xf4\xb8\x7f\x78\xd8\x02\x35\x02\xbd\xa6\xc9\x4b\x2a\xd8\x06\x84\x74\x3e\xcb\xe6\xc3\xe6\xff\x1b\x27\xd1\xe5\x9b\xc4\x2a\x3a\xdc\x7f\x34\x6e\x62\xfe\x23\x42\x96\x03\xde\x6e\x78\xff\x9b\x2b\xd4\xf8\xef\xc5\x46\xb4\x11\xf0\x79\x0a\xe2\x19\x98\x82\x8f\xe0\x05\x78\xeb\xac\x1c\x27\x9f\x01\xdb\x47\xa5\x19\xb4\x1c\x81\xdf\x7c\xb6\x76\x4f\x9b\x21\x50\xc7\xb0\x06\x00\xf5\x7a\xe5\x38\x2b\x70\x11\x46\xd1\x73\xc4\xa8\xc5\x42\x86\x70\x56\xd8\x90\x8f\xc6\xc8\xfa\x42\x35\xfa\xf4\x7c\x72\x78\xa8\xfe\x6a\x7a\x7b\xaf\x40\x01\x78\x8d\xb3\x01\x58\xaa\xa7\x63\x30\x07\x01\x98\xf1\x83\x37\x4c\x46\x82\x38\xf0\x5c\x24\x88\x38\x36\x72\x0e\x66\x39\x25\x49\xd4\xa5\x16\xbb\x21\x3e\x47\x84\xda\xf2\xc9\x19\xeb\xc6\xef\x86\xb3\x30\xe5\xc4\xc3\x29\x66\x4e\xce\xe2\xb2\xd9\x3d\xc0\x10\x1e\xa1\x31\x75\x6c\x0c\xc6\x82\xe5\x9b\x1e\xcc\x15\x22\xd9\x1b\x0b\x24\xdd\xe3\xe3\x7b\x56\x72\xc9\x4e\x27\x3f\x24\xc5\x13\x12\xce\x90\xda\xca\xf6\xd4\x1b\xb3\x6f\x67\x5c\xa5\x63\x4f\x1d\x57\x69\xf7\x6d\xce\x0f\x2e\x53\x38\x43\xcf\xe1\x62\x60\x0d\xdf\xc7\x01\x5c\x74\x20\x1d\x75\xa6\x83\xd9\x6c\x90\xa6\x9d\xa7\x16\x88\x60\x4a\xc5\xeb\x7f\xa0\x94\x22\x52\xd3\xe4\x57\x84\x3e\x0f\xac\xe1\x2b\x98\xd2\x51\x27\x08\x82\xa0\x03\xa9\xde\x86\x7d\xe5\x45\x94\xa2\x81\xf5\xcb\x2f\xbf\x74\x9e\x3f\x2f\xbe\x5e\x39\x8e\x03\xe6\x46\x70\x0a\xa7\x4b\x80\xf5\xe9\xee\xd2\xb7\xa3\xe1\xd9\xc8\x59\xdd\x5d\xa6\xab\x4f\x0e\x08\x38\x27\x95\xda\x5a\x72\x6a\x04\xa8\x23\x79\x04\xec\xc1\x21\x1d\x0d\xcf\x46\xc3\xfe\xa8\xab\xfe\xec\x8d\xfe\x5c\x20\xf6\x48\x1f\x1c\xab\x91\x57\x0e\x28\x2c\xf2\x6a\xc5\xe8\xbd\xca\x9a\xed\xeb\xeb\xf7\x97\x3e\xba\xff\xe4\xf5\x5c\x24\xed\x4f\x5f\x62\x8a\x26\x8c\xad\x72\x9e\x58\xd6\x3d\x34\x10\x2f\x6c\xf4\xd8\xeb\xf7\x7a\x4f\x90\x4b\xe3\xb7\x04\xf9\x61\xca\x36\xc1\x7d\x67\x80\xfe\xd2\xe7\x0f\x7f\x0a\x2f\x51\x60\x1f\x3b\x83\x62\x8b\x63\xc7\x19\xb0\xae\xe8\xfe\xe1\x21\xfb\xd0\xc3\x27\xf7\x6c\x74\xd4\x47\xf7\x9d\xd2\x40\xf7\xac\xcf\x96\x68\xf9\x50\xb4\xfc\x5e\xb6\x7c\x58\x6d\x39\x93\x2d\xbf\x17\x2d\xfb\xc7\xb2\xe9\xf7\xd5\xa6\x13\xd9\x34\x6b\xd3\x3f\x76\xb2\xd9\xf6\x9c\x7b\x16\xb5\x54\x52\xf1\xdc\x3e\x33\xdf\xc2\x4e\x45\x21\xfd\x56\xdf\xf2\x5b\x26\xf6\xff\x0d\x99\xd8\x37\xd4\xb7\x7c\x19\x5f\x2c\xbe\x7f\xf6\xfe\xb3\xd9\x62\xc9\x0e\x4a\x3b\x0b\xa5\x9e\x46\xab\x89\xb5\xd2\xe8\x33\xd8\xce\x90\xf4\x25\xcc\x95\x77\x97\x0a\xb0\xd5\x46\x33\x65\xbf\xce\x4c\xa9\xe1\xa6\xde\x62\x59\x36\x55\xea\x89\xa6\xef\x6f\x32\x5c\x72\xc2\xf6\xa1\x10\x22\xf7\xd5\xac\x97\x15\x75\x3a\x4f\xbf\x56\xab\x99\xee\x29\x9b\x51\x7f\x8b\x00\xca\x6a\x5d\x27\xfd\xef\x13\xad\x5e\xd0\xd6\x51\x7e\xca\xce\x28\xb4\xeb\xb9\x31\x31\x8f\x19\x4b\xfd\xb2\x13\xd0\xa8\x90\x92\x57\x7d\x92\x87\x02\xb0\xe3\xc8\xde\x53\x32\x47\x59\x29\xb1\xad\x6a\x90\xe7\xe5\xd6\xe5\xc2\x35\x48\xea\x6e\x54\xbb\xaf\x1b\x5a\xf8\x2a\x6c\x95\x2f\xde\xa0\x6f\xdd\x9c\xcb\xb5\x9c\x80\xff\x75\xdc\x51\x96\xa3\xa7\xe7\x30\x8c\xd8\x7d\xb0\xad\xc1\x75\x5d\x81\xf8\x1b\x30\x3f\x1e\xb7\x36\x3f\x6e\xaa\x67\xae\xd4\xcf\x52\xc5\x9c\x95\x1e\x90\x47\xaa\x2e\xbd\xda\x1a\x55\xb4\xd2\x58\xbf\xe2\x76\x89\xeb\xe9\x97\x73\x5e\xaa\x71\xb1\xa9\x6a\x6a\xb5\x1b\xac\x2f\x25\x91\x52\xae\x2b\x95\x43\x9b\x55\x97\xd2\xa8\x25\xe3\x68\xc2\xb1\x6d\xcc\x12\xad\xe7\x37\x52\x24\xdc\x11\x72\x20\x1b\xc0\x53\x0a\x69\xf6\xe3\x80\x51\x11\xa9\x31\xcc\x7b\x89\x6b\xe0\xea\xca\xb2\x0e\x18\x47\x40\xa5\x2e\xe1\xf0\xd0\xa6\x5e\x46\x81\x04\xda\xb0\xf7\xe9\xae\x9e\xbf\x89\xa2\xd9\xca\xbd\xbb\xa4\xfc\x7f\xd9\xe3\xc0\x5f\x7d\x3a\xa8\x99\xc2\x10\x8f\x56\xda\x2b\x3b\xff\xfb\xea\x6a\x38\x72\x24\xf7\xd4\x03\x0f\xa4\xa6\x3c\x43\x8c\x77\xa7\x67\x2a\x1f\xa5\xd2\x66\x6e\x9f\x7d\xa7\x92\xfb\xa5\xc3\x33\xb3\x98\x2a\x49\x69\xab\x74\x8d\x8c\x3c\x95\x0f\xde\xe9\xaf\xaa\xf5\xa5\xf4\xcb\xb2\x7d\x69\x29\xbd\xf7\x97\xae\x2a\x25\x28\xd2\xae\xe4\x5a\x98\xfe\xed\xe8\xbf\x17\xa7\x0c\x89\x26\x16\xf2\x87\x2c\xd9\x42\x35\x85\xea\x9a\x7a\x8d\x66\x2f\xfc\x0d\xb7\xb4\xd9\x34\x5b\x09\x8d\xcd\xc8\x75\xe9\xda\xcb\x33\x92\x45\x31\x0c\x94\xf1\xb6\xe4\x35\x53\x5b\x1a\xc6\xda\xb6\x30\x4c\x66\xee\x6e\x64\xd8\x5d\xef\x81\xd3\x38\x7a\x22\x8b\x89\xff\x72\x58\x36\xa3\x77\x1b\x10\xda\x4c\x83\x9b\xde\x0b\xf3\x60\x04\x26\xc4\x13\xc5\x50\x5c\xc3\x6f\x6b\x53\xd9\xc8\xeb\xde\xab\xf3\x9d\x0b\xdc\x57\x89\x72\xbf\x29\x4f\xbe\x29\x4f\xbe\x29\x4f\xfe\x8e\x21\xfe\x83\x4e\x22\xf3\xcd\x27\x3d\xfe\xb9\xc1\xbf\xa8\x24\xd1\x33\x3f\x6c\x4c\x2b\xbd\xf6\x9a\x2c\x95\x19\x78\xc4\x44\xb5\x1b\x28\x0a\xa7\x7c\x20\x1f\x6a\xa5\xec\xcb\xde\xb2\x0f\xb3\xd8\x9c\x4e\x9e\xa4\x7c\x51\x7e\x20\xcc\xa3\xa5\x87\x53\x95\x95\xbf\x10\x69\x63\x25\x04\x31\x24\xa1\xa7\x69\x82\x7c\xfa\x0e\xd2\x30\xe6\x12\x8b\xf0\xbe\x14\x22\xf7\x77\x9a\xaf\x6e\xa5\xba\xe7\xa8\x1c\x94\xf2\xfd\xfa\xd6\x40\xaf\x38\xb4\xc6\x51\x16\x8d\x4d\xc9\xc4\xf3\x06\xa2\x64\xb7\xf4\x7d\x5a\x5f\x87\x5c\x2b\xfc\x6d\x15\x1c\x9f\x7a\xc0\xd2\xdf\xf0\xf2\x21\x19\xee\xad\xee\x71\xa7\x7b\xdc\xe9\x9f\x74\xfa\x27\xea\x25\x41\xe3\xff\xb1\x80\xf5\x50\xfb\xfd\x0f\xfd\xb7\x98\xd4\xaf\xc2\x3c\x5d\x7e\xac\x32\x20\xca\xe7\xf5\x0e\x8d\x7e\x48\x7c\x29\x6a\x3f\x00\x96\x7f\xa9\x0f\xe5\x2f\x0a\xdf\x2f\x8c\x66\x56\x38\xd4\x69\x21\xb6\x40\x20\x2f\x77\x5e\x83\x42\xf5\xae\x8c\xc4\x7e\xa7\xdb\xef\xf4\x8f\x3b\xfd\xe3\x12\x12\x4f\x4a\x48\x3c\xd9\x06\x89\x0f\x80\x15\x93\x10\x71\xfd\x1e\x9c\xd3\x58\x04\x6e\x75\x25\xa1\xdd\xe4\x38\x1a\x47\x8b\x49\xe6\x54\x67\x71\x21\x93\x11\x81\x5e\xa7\xd7\xe9\xf7\x3a\x27\xfc\x9f\x2f\x81\x5d\x5e\xd9\xdf\xb4\x3b\xb5\x17\xdf\x36\xe7\x7a\xf4\x99\xf7\x66\xe1\xd5\xff\xea\xad\x59\xef\xa3\xab\x87\xa6\x14\x4c\x03\xfd\x2c\x74\x79\x9b\xb2\x29\xd5\x2b\x53\x69\xc3\x8f\xc1\xd0\xd2\x52\x85\x8f\xae\x97\xeb\xa8\x80\x36\xc8\x2e\xbe\x06\x9b\x46\x4d\x83\xff\xd2\x36\xcd\x09\xb0\xb4\xf2\xfb\x0f\xb5\x09\x07\x28\xa5\x4a\xd7\x9c\x12\xdf\xd2\x5e\xf1\x9f\x4a\x9f\x7c\xa2\xb6\x83\x8c\x21\x2d\x86\x8d\xcf\x49\x64\xff\xc9\x02\xf5\x24\x40\xcf\x7d\xa6\x8d\x85\x70\xd0\x6a\x24\xbe\xe5\xcb\x63\x95\x73\xb4\x03\xe3\x62\x18\x36\x55\xab\xbc\x28\xfb\xbf\x16\x19\x4f\x70\xfd\xc5\xd0\xee\xc6\x5b\x5d\x0d\x83\xb4\xbc\x6d\x9d\x97\xb6\xc4\xe1\xbb\x9b\x21\x0e\x55\x73\x92\xb0\x82\xe8\x29\x13\x78\x9e\x1e\x14\xe8\x3c\xa7\xa1\xd5\xcf\x30\x7d\x9b\x67\xfa\xd8\x2e\xbc\xa2\xce\x2e\xa1\x22\xcf\xcb\x35\x6b\xb2\xd4\x71\xa6\x5c\x73\xa3\x6a\xe2\xe2\x8d\x73\x06\x56\xf4\xc8\x2a\xc5\xd0\xeb\xa1\xe3\xec\xb4\x6c\x3c\x55\xfd\x72\x75\x24\xfd\x61\x09\x8b\xac\x6f\x58\xc7\xd9\x8b\x34\x1f\xc5\x30\xf6\x2c\xae\xe0\x41\xa1\xa8\x55\x6d\x05\x9c\x56\x39\x1c\x37\x69\x79\x40\x1e\x59\x3e\x0e\x71\x20\x0a\xda\x64\x66\x17\xe9\xfb\xcf\xc3\xe8\xcf\x27\x5d\x7f\x4e\xce\x91\x0a\x11\x6f\x5d\x30\xe7\x7a\x29\x21\x8b\xca\x9b\xc6\xd6\x9a\x10\x73\x61\x5a\xca\xaf\xb6\x15\xc4\x33\xcb\xb9\x15\xd3\x4d\x71\xcd\x2b\x26\x1c\xf6\xe1\xcc\x78\x33\x41\xb4\xc3\xf6\x57\x6e\x54\x90\xa5\x08\x66\x2e\x7f\x9c\xb5\x2a\x08\x7d\xb6\xaa\xd4\x81\x34\xf3\x8c\x10\xbd\x81\x6e\xb1\x61\x9c\x59\x9b\x32\x0a\x1c\xaf\x1d\xe1\xc7\x2c\x8b\x28\x14\x80\xf1\x30\x77\x27\xc7\x59\x3d\x14\xe2\x25\x90\xa4\xe8\xa7\x28\x86\xd4\xc6\xee\x04\x51\xee\x0f\xfa\x8a\x0b\xef\xb6\xc3\xf0\xcb\x9f\xbe\x65\xdc\xd6\x53\x2a\x9f\xff\x02\xe9\xd4\xf5\x51\x18\xd9\xee\xc3\x87\x0f\xff\x93\x38\x8e\x56\x16\x05\xbb\x61\x00\x2e\x07\xbc\x0d\xf7\xa1\xb5\xa1\x7b\xd9\x45\xee\xa5\x03\x16\xc5\xa7\x8b\x2e\x75\x17\xce\x6a\xe5\x98\xec\x3d\xa5\x45\xb8\x7e\xd5\x85\x8a\x91\x87\xaf\xe3\xf5\x0b\x2e\x94\x46\xad\xc8\xf7\xed\x6d\x3a\x95\x21\x6e\xdd\xb0\x43\xc2\xb0\x1b\x8e\x19\xc9\xe9\xf2\x4c\x20\xd3\x38\xe2\x79\xae\x74\xbd\x2a\x6f\xd5\xa8\xdb\x2d\x24\x4a\x15\x1a\xe7\xec\x30\xb7\xd2\x1e\x2f\x42\x14\x05\x2a\x00\x4d\x03\x28\x0f\x4c\x4b\x6b\x9a\x5f\x1f\x90\xda\x0e\x19\x1f\xbf\x2c\x6e\xb6\x09\xa2\x06\x43\x65\x06\x38\x3b\x2c\x35\xf0\xaa\x44\x29\xe9\x11\x4c\x92\x28\x54\x49\x42\x74\x88\xf3\xe6\x73\x1a\x46\xe9\x11\x89\xe7\x34\xc4\x93\x23\x4a\x20\x16\x7b\x4d\x3a\x34\xac\x57\x97\x83\x18\xcc\x0b\x6e\xa1\xfb\xa3\x32\x0f\xbe\xa9\xcc\xff\xdd\x55\xe6\x8c\x8f\x98\xe5\x7c\x44\x99\x6d\x60\x7b\x9e\x57\x27\xaa\xe3\x2b\x52\x1a\x13\xa4\x71\x16\xe5\xf7\x63\x84\x82\x33\xe8\x7f\x66\x54\xb9\xc4\x7c\xa4\x25\xe6\x43\xc5\x27\xaa\xa3\xd9\x80\x07\xf1\x25\x93\x21\xa7\xa9\xf8\x8c\xec\xb9\x98\x1d\x88\x4b\x8f\xb3\x49\x81\xb9\x64\x4c\x08\x82\x73\x3a\x8d\x49\xf8\x07\xca\xc2\x17\x55\x2b\x17\x5d\x22\x7f\x4e\x91\x6d\x3b\xde\x63\x19\xd9\xc8\xc6\x75\xfd\x08\x41\x92\xd5\x8a\xc2\xec\x6c\x84\x63\x19\xb9\xe5\x68\x25\xd4\xd8\x6f\xf6\xa6\x18\x99\x20\xfc\x4b\x72\xd6\x46\x80\x3f\x41\xd4\xa6\x7a\x79\x74\xe7\xea\x4a\x6b\xee\xb2\x17\x07\xa8\x38\x06\x7f\x78\x78\x68\x63\xf9\xdb\xb3\xfe\xaf\x75\x0f\x39\xab\x95\xe2\x5a\xb2\xa1\xdf\x5c\x60\x44\x04\x97\x05\xa0\x18\x42\xa0\xce\xf5\xe7\x84\x20\x4c\xdf\xb1\x5f\x2e\x86\x33\x04\x22\x8f\xb8\x51\x1c\x7f\x9e\x27\x72\x1b\x0c\xac\x7b\x50\xb1\x2e\x9d\xf2\x3b\x9d\x8a\xb2\xa3\x36\x26\x28\x9d\xda\x0e\xbb\x88\x67\x61\x8a\x5c\x1f\xd2\x02\x71\x70\x96\x2b\xc7\x71\xe9\x14\x61\x1b\x79\x8f\xa1\x02\xc8\x30\x1b\x06\xdc\xd5\x55\x86\x3b\x05\xe4\x93\xc8\xcd\x09\xf1\xfb\x98\x6d\x8c\x62\x34\x43\xdd\x78\x9c\xf8\x3a\x03\xe4\xac\x00\x72\x39\x0b\x61\x0c\xb9\x58\x39\x60\xc9\x79\xad\xd0\x0b\xec\x54\x67\x38\xd4\x66\xbb\x3e\x93\x15\x97\x87\x96\xfb\xf5\x06\xd8\xac\xf2\xc8\xf9\x96\xbf\x46\x59\x2b\x39\x78\x19\x1f\xf9\xd9\x11\x95\xac\x36\xb1\x6f\xb5\xbd\x1d\x90\xea\x9c\x5b\xaa\x73\x6e\xb3\xcd\x37\x79\xe0\x1f\x41\x3f\x4a\x8f\x94\x9d\xce\x7c\x99\x9b\x7a\xf0\x84\x8b\xb7\x91\xb1\x9e\x13\x38\xbc\x3e\xa9\x57\x2d\x4f\x56\x33\xcf\xdb\xf4\x1d\x62\x97\xbc\xf2\x1c\xca\x29\x71\x16\x2a\x7e\x36\x0f\x19\xcf\x3a\xa8\xa1\xf5\x31\x61\x42\x66\x10\xcf\x6a\x1a\x08\x21\x94\xed\xa8\x66\xa1\x5c\x82\x0c\xc7\x64\x26\x88\x83\xfc\x3a\x7f\x62\x5b\xd0\x8f\x2c\x67\x05\x52\x44\x25\xa4\x21\x4a\xab\x31\xe8\x72\x5c\x9d\x59\x41\x39\x2b\x20\x03\x81\xd2\x8b\x90\x51\x27\xea\x2c\x7d\x98\x22\x61\x03\x1e\xa0\x21\x1d\x79\xd9\x0c\xdc\x14\xd1\xe7\x90\x42\x9b\x3d\xe6\x51\xd9\xfc\x17\xbb\x39\x24\xbd\x00\xc8\x71\x56\x79\xe4\x7c\x25\x28\x9e\xed\x28\x75\x53\x64\x52\x2f\x8e\xc9\x8c\x1f\xae\x17\xe7\x08\x8b\xda\x94\x07\xf9\x37\xa7\x10\x07\x91\x7c\x85\x9d\x15\x93\xfb\xf3\x15\xa3\xcd\xb7\x4d\x12\x47\xa1\x1f\xa2\x6d\x4e\x46\xd6\x75\x5f\x8e\x48\x71\xc2\xf5\x67\x85\xef\x74\x76\x17\x1c\xdc\x0c\x13\x05\x3d\x9b\xd6\xf1\x40\xe2\x5c\xe0\x76\xfc\x0e\x9b\xa0\x60\xbf\xe1\x81\xe9\x70\x08\x65\x08\xa0\x9e\x25\xcf\x85\x25\xaf\x74\x60\x63\x8f\x71\xc5\xbb\x23\x5c\x40\x4d\xb8\x60\x2f\x15\x37\xc7\x5b\xb6\x39\xf3\x7c\x71\x17\x16\x2f\xe7\x9a\x9f\x7a\xb6\x9c\x62\xbc\xe2\xe3\x2f\x75\xe8\x57\x5c\xe0\xc8\xef\xb4\x54\x5b\x92\xd0\x1b\xd2\x11\x88\xbd\xeb\xdc\xb8\xc0\xf7\x96\x2b\xa0\x43\x13\xd7\xc8\x5b\x3e\x93\xb7\x62\x29\x6f\xf9\x45\x79\xcb\x2f\x2c\x74\x59\xde\xf2\x6b\xe5\x2d\xff\xea\xca\x2f\xcb\x5b\x7e\x51\xde\xf2\xbd\xb0\x89\xbc\xc5\x29\x86\x92\xd1\x6d\x26\x1c\x23\xe7\xea\x8a\x71\x5a\xbe\x03\xe6\x9a\xbc\xe5\x97\xa4\x21\x5f\xca\x5b\x85\xe7\x4f\xfc\xea\x46\x9b\x67\xf2\x96\xbf\x5e\xde\x2a\x7f\xc1\x7c\x56\xd8\x14\x7d\x06\x9e\x90\xb7\x88\xe7\x03\x2c\xfc\xf9\x32\xc9\x1e\xf8\x1a\x49\x86\xcd\xc9\x14\x89\xa3\xad\xe8\xb1\xe8\xb7\x2f\xc4\x58\x9b\xed\x37\x4a\xfc\x6f\x45\x89\xd9\xca\x7e\xa3\xc3\xdf\xe8\xf0\xbe\xd3\x61\x1a\x7f\x46\x78\x1b\x42\x2c\x3b\xee\x0b\x25\xd6\xa7\xfb\x15\x05\xc8\x4d\xb2\x61\x23\x01\x33\x4c\x4f\xfd\x38\x41\xc1\xe0\x4e\xff\xa6\x84\x49\x8e\x9e\x7f\x4b\x71\x12\x90\xfc\xab\x07\x94\x2c\x96\xa4\x2c\x56\x0a\xd5\x1c\x64\x10\x92\xf8\xa2\x83\x5d\x91\x9f\x54\x68\x01\xe1\x6a\x2b\xb1\x53\xe8\xe8\x5a\x9e\x2b\xd5\x69\x0f\xce\x54\x61\xaa\x7b\x7f\x9e\x6e\xe6\x0c\xc9\xb8\xf9\x6f\x87\xa8\xd9\x21\x3a\x58\xbf\xc9\x52\x44\x69\x88\x27\xb7\x5b\xca\xfd\x9a\xbb\xeb\xfa\x88\x95\x68\x02\x44\x37\x7f\x08\xb7\x12\x8a\x66\xae\xcf\x33\x1e\xba\xdc\xf6\x1c\xe2\x89\xe5\x1c\xc8\x6d\x81\x39\x62\xe5\xde\x10\xad\x86\xaa\xd5\xc8\x1a\x94\xd3\x0b\x1a\x07\x03\x77\x88\xdc\xd1\x29\xcf\xe5\x95\xf9\xf1\x88\x86\x96\x78\xa7\x75\x75\x1a\xd2\x42\xee\x98\x07\x03\x98\xd0\xb2\x57\xc0\x0f\x88\x4d\x8c\x27\x9d\x3d\x0a\xd0\xd9\x7c\xb2\x4f\x46\xf3\x00\xf9\x31\x81\x34\x66\x14\xb0\x90\xb1\x43\x03\xf0\x02\x2e\xc6\x90\xdc\x90\x57\xc3\x8c\x9d\x29\xaf\xb6\x0c\x6c\xd1\xdc\xc3\xce\xe8\x72\xa5\x2d\x0e\xf2\x1e\xdb\x14\x40\x10\x39\xde\x63\x5b\x6c\x08\x32\xc7\x2f\xf1\x73\x86\x77\x61\xcb\x23\x8c\x4d\x5f\xfa\x51\x3a\xa0\x60\x86\xe8\x34\x0e\x06\x70\xb5\x72\x00\x76\xf9\xac\x75\x08\xb0\x93\xf9\x00\xe1\xcc\xf4\x25\x8f\xc3\x80\x9d\x5b\x18\x62\x44\x2c\x47\xec\xe0\xcc\x4c\x46\xbd\xc7\xd2\x58\xec\xc2\x24\x89\x16\x36\x01\x43\x04\xe8\x88\xa3\x98\x7b\xa6\x48\x20\xbd\xc7\x58\xfc\x69\x23\x07\x98\x67\x2b\xf2\xd0\xba\x8c\xc6\x9d\x72\xd4\x73\x73\x56\xea\xf1\x97\xca\x8a\x28\x1b\x3d\xe3\xab\xf6\x21\x74\x3f\x7e\xcc\x26\xf7\xf1\xe3\xba\x89\x03\xaa\xfa\xc6\x09\xc2\xb6\x65\x01\xeb\xe3\x59\x04\xf1\x67\x8b\x67\x9e\x55\xfe\x54\x4c\xde\x40\xf6\xa7\x7f\xe1\xbf\x9c\xc5\xc1\xe2\xf1\xbf\x70\xa7\xf3\x97\x84\xa0\xc7\xff\xc2\x77\xd5\x12\x23\x4c\x09\x13\xfb\x88\xc3\xdd\xa7\xa8\xc8\xb4\x35\xc4\x80\x8c\x3c\x0a\xa0\x87\x18\xc9\xff\x29\x26\xcf\xd8\x75\x6c\x13\xd7\x8f\x52\xc7\x4d\x93\x28\xa4\xb6\x75\x64\x39\x6e\x12\x27\x76\x86\x40\xe8\x41\xf5\xae\x6b\x39\x2a\xbd\xe7\xa7\xbb\x4b\x34\xec\x8d\x5c\x1a\x7f\x48\x12\x44\x9e\x41\x26\xe8\xac\xee\x2e\x91\x9b\xce\xcf\x52\x4a\xec\xbe\xb3\xfa\xa4\x12\x55\x5a\x0e\xf8\x74\x77\x89\x57\xca\xb7\xfd\xee\x12\xae\xde\x21\xee\x70\x19\x93\x85\x7b\x77\x49\x5c\xb1\xf8\x2b\x9b\x3b\x12\xa6\xce\xbf\xf0\xbf\xf0\xa7\x55\xde\x9f\x77\xfd\xcb\x91\x80\xf3\x2f\x47\x19\xe4\x9d\xce\x27\x07\x50\x77\x1c\xfb\xf3\xd4\x76\x9a\x1c\x1c\x82\xb8\xeb\xcf\xed\x10\x75\xe4\x32\xf9\xe8\xef\x5c\x44\x2b\xc5\x82\xcb\x5b\xd5\x16\xbe\x1c\xde\x63\x7b\x59\xa2\x02\xea\x50\x41\xb6\x81\xe5\x5e\xe5\xb4\x33\xbf\xfd\xd5\x92\x60\xcf\xf3\xd0\x13\x3a\xc0\xfc\xa2\x37\x90\x12\xc8\x28\xaf\x79\x0c\x41\x3f\xf3\x69\x1a\x2c\xaf\x54\xe4\x9e\x43\xce\x4a\xf9\x31\x6d\xf6\x5f\x42\xf8\x7c\x0d\x8f\x39\x0e\x27\xac\x45\x48\x62\x3c\x13\xe1\x14\x65\xd7\x9e\x09\xa2\x5d\xbd\x45\xa5\x2c\xcd\x56\xeb\x82\xf0\x79\x71\x1d\x08\xa3\x59\x58\x33\x51\xab\x3f\x81\x38\x7a\x40\x1d\x33\x86\x24\xd6\x9b\x98\xc1\x15\x69\x79\xd9\x7e\x0c\x42\x1f\x52\x94\x32\x19\xef\x56\x19\x85\xfc\xc1\xf2\x73\x88\x83\xc1\x72\x06\x31\x9c\x88\xac\x8c\x72\x6f\x21\xf7\xfd\x22\x41\x9e\xe7\x51\x20\xae\xcb\xea\x0b\x76\x7d\x36\x84\x67\x4e\xa7\x5d\x71\x2a\xbf\x2c\x5c\x9f\xe7\x67\x88\x60\x44\x51\x6a\x80\xeb\xb7\x0b\x13\xb4\x71\x18\xf8\x06\x58\x81\xb8\x1f\x07\xcb\x28\xf6\x61\xa4\x35\x60\xa2\xe6\x2b\xf6\x2c\xa4\x0b\x3e\xc0\x24\x8a\xcf\xd6\xb6\x68\x8e\xb7\x29\x82\x11\x9d\x76\xfd\x29\xe2\xa6\xfe\x2f\x82\x38\x11\xf4\x3e\x58\x26\x30\x4d\x43\x3c\xc9\xe1\x38\xe5\x2f\x38\x88\x17\x90\xe0\xba\x77\x3e\x09\x69\x58\x40\x51\xfe\x72\x05\xc4\xb2\xa8\x0b\x2b\x6b\xf2\xb7\x10\x07\xbc\x37\x8e\x03\xc3\xe3\x15\xe0\x28\xe0\x1d\xc7\x03\xe4\x3d\xb6\x2c\x46\xb5\xf8\xea\x00\xe1\x88\x60\x58\xc9\x29\xa5\x89\xe1\x31\xf5\x8d\x4f\x69\x64\x78\x1a\xc4\xfe\x67\x44\x0c\x2f\x26\x24\x31\xec\x12\x00\xa3\x10\x1a\xb6\x5a\xf3\x15\xd7\x4a\xe2\x7d\x99\xe5\x86\xbe\x8f\xd2\x74\xb0\xe4\x91\x29\xf9\xcc\x45\x25\x48\x81\x03\x84\x17\xc6\x17\x16\x4c\x92\x2e\xbc\x80\x04\x59\x6c\x4d\x32\x2d\xa0\x6a\xd4\x1c\xea\xcf\xe7\x5f\x96\x2c\x8c\xb9\xaf\xee\x80\x27\x00\x0f\xd3\x9f\xf8\x2f\xf0\x19\x2d\xd8\x93\x3b\xf9\xa3\xe6\x00\xb0\x6d\xfb\x6f\x71\x40\x1b\x43\x2c\x6d\xb7\x85\x6b\x7a\x86\xd1\x2c\xc6\x61\x4a\x99\xb8\x7b\x7b\x9e\xd0\x72\x11\x2d\x41\x68\xbb\xf9\xdd\x65\xa9\x15\xfd\x2b\x7f\xf3\x4b\xf6\x02\xa4\x14\xe2\x00\x92\x20\x5b\xe0\x72\x8b\x15\x60\x42\x90\x88\x42\x18\x70\x01\xa1\xb0\xa1\x9f\x67\x2f\xd3\xab\xab\xbc\x72\x03\xcf\x0f\x9c\x8a\x92\x79\xa7\xe1\x1f\xc8\xc6\x00\xa3\x8b\xce\x29\xa2\x76\xa1\x8f\xe3\x3c\xee\xad\x36\xf3\x3d\x55\x2c\x4b\x42\xd9\x0d\x31\x83\xa0\x2c\x9e\x7d\x29\x7c\xdf\xe6\x8e\x93\x55\x2a\x90\xf7\x58\x60\xfa\x17\x94\x4e\x9f\x31\x62\x9f\xca\x0c\x5d\xd9\xcd\x2b\x57\x85\x7b\x5c\x36\x5b\x81\x17\x97\x14\x11\x0c\x23\x21\x5f\x89\xdc\x5b\xce\x75\xd6\xe1\xab\x6e\xf7\x10\x4f\x08\x4a\xd3\xee\x04\x52\x74\x01\x17\x96\xe1\xf6\xb4\x28\x22\xb3\x10\x43\x1a\xe2\xc9\xda\x76\x33\x94\x4e\xd7\x35\x50\x17\xb4\x38\x2e\xec\x31\xb0\x42\xdc\x65\xdd\xe4\x21\x7b\x89\xd9\x4a\xf1\xd8\xaa\xae\xfe\xe6\x8e\x7a\xb5\x02\xb5\xdb\x86\xbd\x5e\xb7\x75\x4a\xef\xab\xdb\xa7\xd4\xa0\x76\x0b\xf1\x78\x9e\x15\x50\xa7\x67\xb0\x24\x68\x12\xa6\x14\x11\x14\x28\x28\xc4\x9b\x67\xf1\x1c\xd3\xc7\x3d\x01\x4e\xde\xc8\xca\x07\x2d\xb4\xdc\x89\x3d\x29\x8c\x1c\x5f\xf4\xde\x6c\x43\x72\x25\x1b\x2c\xb6\x04\x67\x7f\x81\x60\x9d\x79\x07\xfe\xa0\xf6\xb6\x89\x60\x3a\x3d\x8a\xf9\xfc\x8b\x47\x4e\x28\xdc\xfc\x28\xec\x8a\x36\x85\x96\x7b\xa4\x7c\x1b\xc7\x64\x26\x52\xfa\x7d\x91\xd5\xa3\xe1\x0c\x0d\x96\xd3\xe9\x6c\xc6\x58\xbd\x69\x3c\x27\x03\x8b\xc3\x11\xfa\x16\x98\x85\x98\xbb\x83\x67\x0f\x52\xe4\xc7\x38\xc8\x1f\xac\xf8\xe5\x78\xbd\x01\x30\x4f\x8a\x3e\x58\xfa\xf1\x2c\x81\x3e\x1d\x2c\x71\x4c\xb9\x7b\xf9\xc0\x92\x8f\xac\x15\x78\xf1\xe1\xdd\x60\xc9\x13\xe0\x0f\x2c\xe1\xe3\xcd\x38\x0c\xf5\xd7\xc0\x7a\xf1\xe1\x1d\xff\x5a\x38\x9b\xcf\x7e\x22\x42\x5d\xfd\x3c\x9c\x84\x34\x1d\x1c\x83\x19\xbc\x34\x3d\x5f\x81\x0f\xa7\xcf\xd7\x8e\xfa\xe1\xf4\x79\xfb\x51\x6b\xb7\x6e\x4c\x66\x15\xf9\x5d\xd7\x50\x9c\xc3\x28\x0c\x38\xe4\xb2\x59\x45\x7b\xc1\x86\x38\x52\x9e\x0e\x37\xa3\xba\x50\x1b\xa1\x10\xcc\x23\xd2\xe5\x2b\x5d\x8e\x56\x5b\x23\x73\x18\xc8\x5e\x0e\xfb\xa3\x27\xfa\x8f\x81\x65\x01\x58\xed\x7b\x6c\xec\x7b\xac\xf7\x3d\x1e\x0d\x72\x35\x49\x54\x1d\xe2\xbe\x71\x88\xfb\xfa\x10\xf7\x47\x03\xa2\x94\x57\x91\x8d\xc1\x72\xe5\xb8\x29\xa2\x7f\x17\x88\x8d\x49\x6a\x43\x67\x55\xa3\xa2\x59\x73\x1c\x6b\x64\xaf\xba\xb5\xd3\x6b\x97\x7f\x5b\xc1\x1d\x59\xc1\xcf\xb5\x7a\x43\x7d\xe9\x58\xab\x6f\x6b\xb6\x2b\x6b\xa6\xf2\xb3\x6f\x5e\xb7\x2c\x93\xfb\xb7\xb5\xbb\xf9\xb5\x73\x61\x10\xd8\xa8\xe4\x98\x5d\x7c\x2a\x9c\x04\xb7\x5b\x65\x93\xba\xc0\xbc\xca\xaa\xe5\x7e\xae\xb2\x9a\xfd\xee\xac\xb5\xa6\x86\x18\x2c\xe9\x22\x41\x03\x4b\xa4\xb4\x58\xdd\xd4\x09\xe6\xfb\xa2\xc1\xca\x8a\x76\xfb\xb9\xae\x62\xee\xbb\xb3\xaa\x8d\x4f\xf0\x56\x2b\x5a\x11\x2d\xeb\x96\x54\x36\xdc\xcf\x35\xdd\xcb\xf5\xbc\x01\x8a\x3c\x45\x51\x82\x48\x7a\xd4\x95\x05\x0f\x4d\x22\xb6\x7c\xd5\x15\x6d\xab\x5d\xf6\x48\xd6\xce\xe6\x3e\x85\x69\x57\xe4\xbd\x10\x8e\x01\x26\xb8\x31\x9c\xa1\x40\xb4\x4a\xbb\x49\x1c\x2d\xc6\x61\x14\xad\x19\x62\xaf\xf1\x70\x1d\x04\xec\x25\xe4\x61\xaa\xc3\xd7\x0d\xf1\x79\x6c\x4a\x15\xd2\x08\x13\xf5\x63\xed\x23\x66\x6e\x0c\x2d\xff\x3e\x38\x81\x67\x46\x0a\x31\x83\x74\xda\x55\x6d\xf4\xb6\x3b\x09\x62\xfd\x98\x1c\xbc\x86\xe3\xc1\xb3\x54\xa0\xcb\xe0\xe5\x9a\xa1\xc0\x8f\x5b\xe0\x8b\x35\xde\x37\x84\x71\x00\x9b\x62\xcc\x8f\xd3\xcd\x3b\xcc\x8f\xd3\x69\x2b\x9c\x4d\xf7\x11\x69\xd3\x56\x58\x9b\x6e\x46\x5b\x10\x34\x47\x1a\x2f\xae\xb5\x5f\x28\x63\xe0\x35\x45\x58\x10\x6c\x46\x17\x36\xa2\x8b\x92\xb9\x09\x5f\x78\xff\xf0\x85\x5b\xe0\x0b\x37\xc0\x57\x92\x74\xcf\x11\x49\xd7\x28\x82\x8d\x5e\x88\xb9\x6d\x4a\x1b\x41\x25\x1b\x43\x13\x74\x99\x98\x24\xa1\x2c\x3b\x17\x51\x02\x0d\xd9\x56\xa0\x59\x2a\x39\x00\x6a\xc6\xc8\xa7\x6f\xdf\xba\x72\x2e\x3c\x9c\x36\xf2\x88\xfa\xfd\x06\x47\x8b\xab\x2b\xe2\x4e\xc3\x00\x9d\x4e\x21\x48\x3d\xe2\xa6\x53\xa8\x3f\xfe\xbb\x68\x09\x42\x1e\xab\x97\x49\x2c\x87\x87\x36\x6b\x1a\x5f\xbc\xe0\xa1\x05\x28\x38\x3c\xb4\x43\x0f\x4a\x97\x67\xac\x3e\xa0\xde\xbe\x43\x93\x17\x97\x89\xe3\x80\xf0\xea\xca\xd4\x4e\xbd\x77\x40\x5a\x1a\x28\x9d\xc2\xbc\xf3\x93\x70\xd8\x1b\x0d\xe0\x36\x69\xb2\x60\x92\x48\x50\x3c\x62\xb6\xb3\xab\x8c\x57\x3f\xf3\x5d\xe0\x8a\xcd\x60\x13\x67\x73\x1c\xa2\xb6\x6f\x90\xf9\xa8\xf1\x04\x7b\x29\xdb\x9b\xd5\xf3\x26\x3a\xed\xdb\x91\x93\xa0\x36\x3d\x75\xbc\xf9\xe6\x83\x97\x86\x46\x8e\xd3\x4c\xd8\x59\xe3\x7d\x43\x1b\x07\xb0\x29\xd2\xd2\x10\x37\x42\x59\x0b\x0e\x82\xb7\xde\x43\xa4\xb5\xe0\x20\x58\xeb\x06\x68\x4b\xc3\x89\x71\xaf\x89\x37\x65\xb5\x87\x6c\xbf\x77\x98\x13\x50\x36\x46\x1d\x6b\xbe\x19\x77\x14\xb6\x38\xa5\x14\xee\x1f\xda\x38\x80\x4d\x91\x46\x61\x33\x94\x1d\xb7\xc2\xd9\xf1\x3e\x22\xed\xb8\x15\xd6\x8e\x1b\xa1\xad\x05\x71\xe3\xad\xf7\x10\x6d\x2d\x88\x1b\x6b\xdd\x00\x6d\xf1\xd9\xfa\xd4\xb7\xbc\xc5\xad\xf9\x2b\x9a\xf8\x28\xbb\xa4\xb5\x1f\x62\xcf\xb2\x46\x1e\x92\x1c\x65\x31\xf6\x0f\x73\x4d\xc3\x46\x8f\x38\x05\x6f\xbd\x4a\x57\x4f\x72\x6c\x6c\xbd\x93\xbb\x65\x3d\xb4\x3e\x9c\xa1\x48\xe4\x66\x34\xfa\xc5\xa5\x94\x84\x78\x52\x39\x1d\x59\xb7\x9d\x04\xb9\x7e\xcc\x1c\xdc\x86\x83\xaa\x0e\x0d\x10\x69\xbc\xc6\x7c\x88\x0b\x4d\x76\x12\x5f\x1b\x21\xf3\x51\xd4\x85\x51\x64\x16\x46\xb0\xf2\x7d\x33\xf5\xd8\x4f\x78\x71\x39\xbf\xb9\x71\x31\xf1\x7e\xa5\x35\xcf\x67\x9e\x84\x14\x6e\x75\xe8\xb3\x8e\x3b\x09\xf6\xba\x63\x9f\x83\xdc\xf8\xe0\xab\x2e\x9b\x11\x7a\x46\x8c\xdb\xc5\xc8\x57\xf0\xc6\xfb\x86\x3e\x0e\x60\x53\xc4\x9d\x91\x06\x7b\x10\x85\x46\x6a\x62\x46\x19\x6b\xbc\x6f\x28\xe3\x00\x36\x45\x19\x0a\xa3\xcd\x28\xe3\x59\x34\x52\x44\xbb\x13\x64\xa6\x4e\xaa\x41\x4d\x97\x9d\xc4\x60\x53\x98\xd3\xf6\x30\xdf\x4c\x14\xcd\x97\xdd\x35\x6a\xf2\xa7\xa8\xc5\x81\xd3\x3a\x35\xc7\xe8\x5a\x6c\x76\x75\xa7\x9c\x6a\xd7\x7d\xc5\x6a\x7b\x94\x36\xc0\xe7\x1c\x1b\x1d\x1f\xd6\x28\x69\x45\x9f\xbd\x43\x22\x07\xb4\x31\x02\xe7\xf8\xf3\x66\xe4\x45\x30\x4d\xc3\xf1\xa2\x2d\x1f\xa2\xba\xed\x1b\x0a\x33\x70\x9b\x62\x51\x76\x68\x80\xc8\x3f\xee\x37\xd7\x08\x89\xd6\x7b\x87\x3c\x0e\x62\x63\xcc\xfd\x71\x7f\xb3\x46\xc8\x8f\xa3\x48\xc4\xd5\xd5\x29\x38\x66\x71\x80\x22\x2d\x5e\xb3\xf6\x55\x1e\x52\x7b\xb3\xee\x89\xa5\x0c\x21\x59\xaa\x03\xea\x3e\xcb\x26\x0f\xac\xca\x24\x06\x58\x7b\xbf\x92\xb9\xed\xe0\x72\x25\xfe\x88\x4a\xb9\x6d\x85\x72\x85\x07\x53\xcd\x29\x12\xbb\x41\x24\xe5\x89\x46\x1e\x3a\x08\xc7\x36\x56\xa6\xc3\x9e\xa9\x24\x09\x06\xd6\x38\x24\x29\x15\x70\x5a\x8e\xfb\x91\xc7\x2c\x62\x18\xfd\xc2\x90\xe4\x72\x54\xf1\xda\x24\x2a\x49\x0c\xba\xb0\x7b\x80\x0c\xd1\x88\xab\x67\xf2\xa7\x1d\xb8\xd2\xb2\xed\x45\x9b\x96\x4f\x44\x7a\xb5\xa4\xbe\xb2\xd7\x4e\xee\xff\xcd\x00\xcf\xcb\x09\x13\x1b\x01\x3c\xa7\xfb\x27\xb3\x29\x60\x9b\x1e\x79\xd1\x7e\xa3\x63\x91\xcc\x6a\x65\x74\x2e\x5a\x8b\x45\xd9\x6d\xef\xd0\xa8\xc0\x6d\x8c\x47\xd1\xa1\xc1\x6e\x6c\xee\xa0\xb5\x87\xfe\x59\x6d\xdc\xb3\x9a\x78\x67\xb5\x72\xce\xda\x47\xdf\xac\x56\xae\x59\x8d\x3c\xb3\x02\x98\x4e\x11\x69\xaf\xa8\xca\xfb\xed\x19\x0a\x35\x80\x9b\x8e\xaa\x7a\x6c\x46\x26\xf2\x5b\x92\x3c\xd6\x63\xdf\x10\xc8\x80\x6c\x3c\x9e\xbf\x19\x69\x5a\x39\xdf\x2a\xee\x08\xc2\x01\x22\x55\xbc\xe5\x9d\x76\x12\x7d\x9b\x41\x56\xc9\x4e\x5b\x81\x2c\x3b\xed\x25\xc8\xe7\x8d\x29\x33\x6b\xbb\x93\x20\xae\x19\x93\x81\xd7\x74\xbc\xf0\x7c\x33\xba\x64\x1e\xc2\x2e\xa4\x94\xa4\x75\x49\x6c\x66\xf3\x88\x86\xdd\x19\xac\xb8\x29\x6a\x35\x50\x6f\xa0\xa6\x87\x90\x46\x22\x8f\x09\x0f\xbf\xc0\x04\xa4\xfc\xaf\x5f\x11\xfc\xfc\x0b\x4c\xb8\x8b\x62\x58\x5f\xc0\xb2\xab\x40\xe1\x35\x2c\x4d\x65\x3f\x32\xd1\xc8\x5c\xf2\x83\x6c\x28\xf9\x91\x8d\x2f\x73\x44\x03\x1b\x7b\x70\xa7\x6a\x7e\xe8\xa5\x5d\x0b\x02\xa0\xc8\x7d\xbc\xc0\xfe\x94\xc4\x38\xfc\x03\xd9\x32\x53\xb3\x4c\xf5\xaa\xfe\x78\x21\x22\xb8\x00\x75\x56\x17\x61\x14\x3d\x47\x29\x25\xf1\xc2\x6e\xdb\xdf\x01\xa9\x1b\xa0\x08\x51\x24\xcb\x7c\xeb\x3d\x0b\x09\x76\xd3\x2c\x0d\x74\x5e\x6e\x32\x43\xa8\x96\x5d\x56\x95\xde\x40\x32\xc3\x2c\x05\x78\xe4\x21\x40\xbc\x48\x65\xe1\xcd\x7c\x60\xc9\xe1\xe1\xd0\x75\x5d\x95\x55\x07\xab\x9c\xb2\x1d\xcb\x71\x46\x2a\xab\x2c\x71\x09\x9a\xc5\xe7\x1c\x3b\xec\xe3\xce\xca\x01\xf8\xf0\xd0\x4e\xf3\x4c\xd2\xd8\x01\x6c\x9c\xd2\x5c\xb0\x33\xaa\x4c\x86\xa7\xbb\x45\x00\xca\xc9\x60\x35\x19\xcf\xf3\xe0\xe1\xa1\x0d\xf9\x26\xce\x4e\xb7\x7d\x8a\xa8\x03\x22\xfe\x21\x0c\xa0\x23\x3e\xa3\xa6\x4b\x8c\xd3\x5d\xf2\xb1\x5c\x3f\x9e\x63\x6a\x23\xe7\xf0\x90\xe7\x5d\x65\xa8\xe4\x55\x32\xd4\x2f\x81\x6c\x7e\xe0\xd9\x98\x51\x36\x6b\x6d\xd2\x95\x1c\xbd\x16\x3b\xf8\xd6\x81\x50\x68\x59\x9e\xe7\xe1\x27\xd0\xc3\x03\xec\xa6\x14\x12\x9a\xfe\x1a\xd2\xa9\x6d\xf1\x2c\xd0\x96\xc3\xa1\xe1\x3f\x2c\xf1\x09\x22\x72\xba\x97\xc6\x0f\xc7\x76\xdf\xf3\x3c\x22\x27\x4c\x1d\x47\xe5\x78\x87\x59\x1e\x6f\xf6\xb1\x01\x12\x5a\xb1\x57\x61\x4a\xd5\x82\x50\xe7\xe0\x8c\x20\xf8\xf9\x80\xb7\xe3\x9f\x1a\x48\xcc\x0d\xcc\xc9\x92\x65\x1a\x76\x74\xd1\x79\x41\x48\x4c\x6c\x78\xcf\xea\x84\x69\x07\xc7\xb4\x13\xce\x12\xb1\x23\x51\xd0\x59\x20\x6a\x31\xe4\x90\x6c\x6b\x3a\xa0\xc7\x67\x99\x86\x7f\xa0\xc3\xc3\x48\x3d\xc7\xce\x0a\x45\x29\xea\x6c\x9e\x32\x0c\x82\xdb\x9f\x2f\x5b\x4f\x10\xad\x56\x20\xf6\x88\x56\xf1\x66\xae\xd3\x23\xdf\x1b\xe2\x11\x08\xae\x57\xf2\x26\x29\x97\xbc\x09\x6a\x4a\xde\x24\x43\x34\xf2\x02\x59\xf2\x26\x29\x96\xbc\xd1\x7f\x82\xa4\x5c\xf2\x26\xa9\x2d\x79\x93\x5c\x5d\x25\xe5\x92\x37\x49\xb1\xe4\x4d\xe2\xf9\xed\x4b\xde\xc4\x60\x9e\x95\xbc\x49\x1c\x30\xd3\x9c\xe5\x93\x52\x41\x9a\x44\x96\xbc\x29\x3c\x7f\x92\x54\xa9\xec\x2c\x2b\x79\x93\xac\x2f\x79\x53\xfe\x82\xf9\xa2\x60\x53\x4c\x18\x78\xf2\x30\x7b\x09\x20\xa2\xe4\x0d\x2f\x76\x03\x02\x30\x03\x89\xe6\xf2\x14\x6e\xba\xd0\x67\xdd\x44\x56\xc8\xbf\xd5\x1c\x52\xe2\x86\xa5\x4d\xd5\x8f\x8c\x44\x2e\xc7\x24\x9e\x0d\xc8\xca\xa3\x07\xe1\xd8\xb6\xd4\x7c\x2c\xcf\x63\x7b\x3a\x1e\x77\xb0\xa3\x0a\x3a\x08\x32\xc5\x8b\x2a\xcb\xfa\x0a\x13\x44\x7f\x8c\xe7\x38\x08\xf1\xe4\x19\xcf\x3a\xfc\x0e\xf9\xd4\x76\x0a\xe5\x96\x49\xae\xd1\x24\xb5\x1d\xa8\x7b\xe9\x51\xf7\xb2\x8b\xdc\x4b\x40\xdd\x85\x47\xdd\x45\x17\xb9\x8b\x4c\x73\x69\xf3\xf4\xff\x1b\x73\xff\x67\x08\x27\x71\xd2\x56\x18\x63\x5d\x76\x92\xf1\x5c\x0f\x6a\xfb\xa0\xf0\x3d\x8e\x09\x17\x70\x25\xf1\x05\x22\xdd\x14\x45\xc8\xa7\xdd\x30\xed\x4e\x48\x3c\x37\x2e\xb7\xde\xb0\xd1\x18\x3b\x89\x92\xfa\x31\x39\x28\x6f\x19\x24\xa7\x1c\x90\x97\xe9\x5f\x05\x2a\x1a\x7e\xa3\xa6\xff\x96\xcb\x20\xfe\x42\xc6\x90\x9a\x16\x2b\x91\x0d\xb3\xf7\x8b\x71\x9a\x21\x64\xeb\xf5\x50\x43\x6c\x5e\x12\x9c\xce\x09\xea\xa6\x70\x8c\x04\x95\xc3\x15\xa2\xf0\x03\x9a\x9d\x91\x38\x0c\x10\xe1\x7e\xc5\xbb\x84\xdf\x17\x7c\xf6\xa7\x70\x8c\x9e\xa9\xb9\x8b\x4b\xab\x01\xdc\x9c\x9d\x6e\x49\xec\x55\xaf\x1d\x42\x41\xa3\x2d\xa6\x80\x6d\xba\x9f\x44\xfb\x06\x48\x5c\x97\xd0\xfb\x0b\x56\x08\x65\x13\xa9\x2b\x10\xba\x41\x53\xb0\xa9\x38\x28\x87\x71\x1f\x0a\x83\x1a\xac\xc4\x44\x7a\xdf\x67\xe1\xa2\x4c\xd2\x47\xf8\xdc\x3d\x87\x84\xc9\xb6\x8a\x4b\x9a\x47\xd1\x1d\x0f\x3e\x81\x03\x62\xaa\xc6\xc9\x31\xf0\xad\x12\xe7\xb7\x4a\x9c\xd9\xb1\xff\xbd\x79\xa0\x39\xfa\x7d\x0e\x77\xea\xca\x68\x44\x2f\xf9\xa4\x1b\x53\x4b\xd6\x7a\x33\xad\xbc\x34\xb2\x9a\x46\x5d\xb6\x21\x86\x7c\xe7\x51\x76\xd9\x82\x7d\xbc\x6c\xc0\x2a\x5e\x26\xb3\x7e\x1b\x84\xcd\xfa\x7b\x88\x32\x06\x62\x73\xa4\xcd\xfa\x1b\xd1\x26\xd2\x87\x77\xcf\xcc\xae\x7b\xf5\x8c\x4d\xde\x6f\x27\x91\xd8\x04\xe8\xad\x20\xde\x4f\x70\x71\xb0\xcd\x0a\x8b\x5e\x7b\x09\xf0\x25\x0a\xba\x13\x12\x06\xdd\x08\x2e\xe2\x79\x8d\x67\x99\x72\xab\x3b\x12\x8d\xd2\x23\xd6\xe3\x2b\xc6\x3f\x6a\xde\x73\xb9\xc5\x00\x0d\x7b\x23\x80\x86\xfd\x51\xbb\xe0\xc7\x71\x04\x29\x45\xb8\x9b\xc8\xf9\x7e\xb1\xfa\xa2\x35\xf0\x75\x90\xcd\x3d\x28\x19\x9f\x49\x00\x1c\x79\x34\x37\xf8\xb9\x09\x9c\x88\x8a\x07\x59\x22\x11\x37\x99\xa7\x53\x9b\x1b\x19\xf8\x4b\x07\x10\xd7\x9f\x86\x51\x40\x10\xd6\xcd\x0d\xc8\x66\x5c\xe6\x92\xb7\x19\x70\x2f\xc3\xa8\x88\xa6\x0d\xfa\x3b\x89\xa6\xb6\x47\x43\xf6\xda\xc9\xa3\x51\x3f\x66\x06\x6c\xc3\x31\x65\xfb\xcd\xc7\x2d\x8a\x63\x23\x35\x35\x5e\xbd\xa2\xf5\xde\xa1\x8e\x83\xd8\x18\x71\x71\xbc\x59\xa3\x20\x6a\x3d\x74\xeb\x1c\x34\x42\x4c\x23\x63\xdb\x9d\x44\x5d\x23\x50\x67\x28\x4d\xe1\xa4\x31\xb4\xaa\xf9\xfe\x02\x2c\xaa\x5b\x34\x85\x57\xb6\xde\x55\x70\xd7\xb8\xe2\x4a\x00\x08\x8a\x20\x0d\xcf\x1b\x2f\x70\xd6\x7e\x57\x41\xde\xbc\xc2\xe9\x34\x26\xb4\x4b\xc3\xd9\xed\x96\x79\x6b\x70\xc3\xaa\x34\x61\x5c\x83\x06\x20\x18\x72\x97\x7f\xe8\xfd\x02\xe9\x54\x50\x24\x3b\x3a\xea\xa3\xfb\x4c\x9c\xd7\x9e\xc1\xa3\x87\x3d\x07\xc0\xff\xf0\x1e\xf6\x00\xd6\x5f\x10\xfe\x82\xf0\x17\x54\x7f\x81\x8f\x8e\x1f\x38\x00\xff\x87\x77\xfc\x40\xde\xe1\xa9\x47\x41\xe8\x61\x10\x7b\x04\xcc\x3d\xa8\xaa\x77\xdf\xe9\x09\xf3\x39\x57\x6d\xa4\x03\x89\xe2\xf4\x9e\x15\x58\x07\xd9\xf3\x50\x3d\x0f\xef\x59\x53\xed\x79\xac\x9e\xc7\xf7\xac\x99\x75\xa0\xcc\xea\xf2\xe1\xfc\x9e\x95\x5a\xab\x76\x57\xbd\x58\xb0\xf2\x52\xad\xdb\x9f\xbc\xed\x3e\xee\x4d\x12\xcf\xba\xdb\x29\xac\x0b\x5d\x77\x12\xf4\x35\x97\x34\x89\x67\x2f\x5a\x6a\xae\xb5\x3e\x4d\xd0\x3a\x37\x27\x72\x33\x33\x3a\xa2\xf9\xfe\x21\x71\xde\x22\x85\x9b\x68\xbe\x11\x75\x13\xbf\x39\xde\x58\xdb\x3d\x43\x1a\x07\xaf\xe1\x78\x13\xbf\x01\xba\x48\x3c\x4f\xda\x8b\xec\x59\xb7\x9d\x44\xdf\x06\x90\x8d\x42\xba\x59\x47\x3c\xd9\x51\x9f\x82\x35\x1b\xa4\xf9\x70\x93\x26\xb8\x32\x5e\x61\x75\xc8\xda\xd1\x3b\x6c\x1d\xb6\x9a\xc7\x4d\x4c\xe8\xe6\x88\x89\x29\x4c\xbb\x18\x5d\xb6\x0d\x30\xcc\xba\xed\x19\xfa\xa6\x30\x7d\xcd\xa1\x6d\x38\xa6\x6c\xdf\x08\x8d\x09\x41\xe7\x61\x3c\x6f\xcb\x56\x14\xba\xee\x1f\x3a\xdf\x66\x50\x37\x47\xa9\xea\xb3\x19\xad\x04\x8d\xbb\xb3\xb2\x92\xb2\xa6\x1d\x8d\x0d\x79\xdb\x48\x3c\xa7\x21\x9e\x1c\x51\x02\xb1\x70\xfe\x63\xf3\x33\x05\x30\x33\x39\x82\x09\x07\xd1\x0d\x99\xd8\x53\xcf\x26\x35\x26\x76\x36\x29\x44\x2c\x07\xc0\xdb\xf0\xc7\x97\xa3\x6b\xde\xf8\xd1\x4e\x19\xda\xcd\xde\xf8\x44\x28\x40\x61\x29\xc3\x1d\x5b\xd9\xf7\xb1\x23\x7c\xcf\xb9\xcd\x5d\x80\x07\x8a\x65\x5b\xb4\x37\xae\x48\xd5\x45\xdf\xb1\x5f\x00\x82\x2c\x84\xfb\xcd\x05\x46\x44\x38\xd5\x3b\x80\x38\xab\x15\x08\x3d\xa8\x99\xe7\xe3\x1c\x75\x73\x6f\x48\x46\xc0\xbf\x9e\x85\x7e\x56\xb6\xd0\xfb\x35\x16\xfa\xd9\x10\x8d\x3c\x5f\x5a\xe8\x67\x45\x0b\xbd\xfe\x13\xcc\xca\x16\xfa\x59\xad\x85\x7e\x76\x75\x35\x2b\x5b\xe8\x67\x45\x0b\xfd\xcc\x9b\xb7\xb7\xd0\x87\x20\xce\x2c\xf4\x33\x07\x04\x9a\x85\x7e\x56\xb2\x9f\xcf\xa4\x85\xbe\xf0\xfc\xc9\xac\xba\x21\x82\xcc\x42\x3f\x5b\x6f\xa1\x2f\x7f\xc1\xbc\xa7\xd9\x14\x67\x0c\x3c\x61\xa1\x8f\xbc\x19\x80\xc2\x42\x2f\xad\xf3\x20\x00\x33\x4d\x38\x4e\x1b\xd0\x20\x46\x5b\xca\x7e\x5c\x88\x74\x03\xe4\xc7\x84\x17\x1f\xca\x4a\xef\x4a\x82\x2f\x7b\xb5\xa0\x50\x17\x61\x14\xf8\x90\x04\x85\x26\x72\x43\x56\xc8\x15\x20\x00\x0a\x9a\x20\xbd\x0e\x0e\x32\x6b\xc2\xbc\xd2\xc2\x5b\xae\x94\xf5\x40\xdf\x8e\xa4\x66\x3b\x46\x6c\x3b\x12\xb9\x1d\xa3\xe2\x76\xd4\x7f\x82\xa8\xbc\x1d\xa3\xda\xed\x18\x5d\x5d\x45\xe5\xed\x18\x15\xb7\x63\xe4\xe1\x26\xdb\x11\x33\x4a\xa1\x62\x62\x24\xed\xbe\xba\xc2\x2b\x07\x44\x0e\x80\xda\x76\x8c\x4a\x9b\x25\x92\xdb\xb1\xf0\xfc\x49\xb4\xc6\x11\x08\x44\xeb\xb7\x63\xf9\x0b\xf5\x24\x96\x6f\x43\xb9\x1d\xb7\xc9\xc5\xae\xb6\x2a\x92\xf4\xb0\x18\x18\xe6\x7b\x76\x0f\x90\x9c\x18\x42\x41\x09\x53\x07\x04\x5e\x61\xdb\xf0\x2d\xc1\xa8\x6c\x04\x5c\xd7\x4d\x47\x1e\x39\x08\xc7\xb6\x6f\xb3\xfb\xc1\x4e\xbd\x94\xc7\xd5\x98\xec\x6e\x48\x85\xdf\x1c\x59\x8e\x08\xbe\xc1\x7e\x1c\xa0\x0f\xef\x5e\x66\xbe\x82\x8e\xfb\x5b\x1c\x62\xde\x62\xe5\x38\x0e\x80\xae\x48\x18\xea\x64\xc4\x1c\x67\xc4\x1c\xe5\x6f\x15\xad\xa7\x05\xb2\xfd\x1a\xce\xd0\xd5\x95\x65\x39\x85\x68\x1b\x51\xcc\xd2\xb5\x9c\xc3\xc3\xa8\x18\x86\xe3\xf3\x87\x76\xe4\x65\x6d\xee\x45\x0e\x28\x7d\x53\x41\xcd\x4b\x87\x4b\x3c\x06\xfc\xaa\x9e\x79\x76\xb4\xe9\xaa\x4e\x3d\x7e\x1f\xc5\x67\xec\x15\x4a\x1d\xf5\x4a\xcd\xfb\xc3\xbb\x57\x96\x03\xc2\x2f\x73\xa1\xc7\x7b\x70\xa1\x53\x59\x6b\xee\x80\x92\xc5\x12\x7b\x41\xf5\x0a\x67\x6d\x56\x3e\x2f\x5b\x40\x1c\x19\xff\x43\x5c\x69\xda\xf0\x3e\xdd\x5d\x66\x3f\x56\x9d\x9f\x62\xd2\xb1\xee\x2e\xd1\xb0\x37\x5a\x0d\xee\x2e\xff\xeb\xf4\xcd\x6b\x57\x44\xc6\x87\xe3\x85\x8d\x24\xe5\xe8\x3b\xce\xca\xfa\x04\x48\x16\xb3\xb0\x8a\xf1\x87\x77\xaf\x9e\xf1\x54\x57\x2a\x5e\x8f\x20\x35\x49\x87\x87\x0f\xcd\xed\x50\xe3\x02\x32\x6c\x0f\xa3\x11\xb8\xce\xfd\xef\x80\xd2\xc0\xda\x54\x2c\x30\x4c\x47\x8a\x37\x10\xac\x89\x5a\xc1\xe7\x28\xf5\x49\x98\xb0\x3d\x52\xdb\xdb\x01\xda\x2b\x07\x84\xba\xaa\x77\xb6\xe1\x36\xa3\xb3\x88\x7b\x28\xb7\x4c\x37\x90\xf7\xdb\x37\x11\x85\xce\xa2\x53\x0e\x6f\x53\xf9\x44\x76\xd8\x2c\x9c\xcc\x67\x10\xb7\x4f\xdc\x90\x75\xdb\x37\x44\x66\xe0\x36\x45\xa4\xec\xb0\x19\x91\x8b\xc4\x9c\x8b\xd6\xa8\x03\x15\xad\xf7\x0d\x79\x02\xc4\xa6\x98\x63\xad\x37\xa2\x2d\x9c\xcd\x9b\xe7\x17\xe5\x8d\xf7\x0c\x69\x02\xc0\x86\x03\xb2\xc6\x9b\x51\x86\xdb\xe6\x07\x61\x3d\xf6\x0d\x6d\xb8\x79\x7e\x90\x10\x6f\xce\x0f\xc2\xf3\x9c\xa5\xa8\x75\x12\xb2\xbc\xdf\x4e\x22\x70\x13\xd0\xe7\xf1\xe7\xb6\x59\xc8\x64\xa7\x9d\x04\x77\xdd\x7e\x11\xa0\x36\xde\x32\xac\xf9\x66\x04\xa6\x5d\xe8\xd7\x79\x3c\x08\x1e\xab\x8a\xbf\xac\xcf\xbe\xa1\x30\x7d\x2a\x61\x6d\x8a\x44\xd9\xa1\x11\x1a\x79\xe9\xf1\xc6\x46\x8d\xac\xc7\xfe\xe1\x50\x00\xda\x1c\x85\xac\x7d\x13\x0c\xa2\x59\x42\xdb\x61\x50\xf4\xd8\x49\x0c\x6e\x86\x56\x44\x5c\xb4\x81\x76\x1f\x03\x4b\xc2\xf4\x45\xab\xd0\x12\xd9\xbe\x09\x06\xa7\x04\x8d\x9b\x04\xe3\x01\x98\xab\xdd\xa2\x6f\x6a\xb7\x7f\x5b\xb5\x5b\xd1\xaa\x53\x17\x38\x99\xa9\x8a\x94\x3f\xfb\x47\xc8\x71\x77\x3b\x59\x97\xaa\x4a\xa1\xdd\xcd\xb9\xc4\x5e\xda\xce\x92\x03\xc4\x5b\x96\xa0\xd2\xad\x37\x31\x96\x98\xfc\x35\x8c\x22\xa5\x2d\xc9\x1b\xe4\x4f\x35\x5d\x93\x23\x93\x1f\xb9\xae\x8b\x73\xfb\x51\xa7\xce\x28\xf4\x1a\xce\x50\x9d\x62\x91\x1a\x15\x8b\x54\x53\x2c\x52\xb5\x15\xef\x78\x22\x08\x14\xa3\x4b\x7a\x78\x68\x45\x31\x0c\x42\x3c\xb1\xf4\xc7\x4f\xb2\xbf\xf4\x61\xa9\x33\xd0\xa7\xa6\x78\x01\x5b\x00\xe0\xac\x4a\x80\x32\xf8\xb2\x71\x3c\xe4\xd2\xd8\xc5\x0c\x02\x82\x92\x08\xb2\x8d\xe7\x86\x38\x40\x97\x16\xb0\x2c\x85\x4a\x4d\xc3\x65\x48\x58\xa5\x30\x3d\x1e\x37\x46\xf5\x0a\x40\x2f\xb2\x89\x51\x4f\x46\xaf\xab\x27\x33\x0d\xac\x4f\x69\x88\x37\xeb\xca\xd6\x8e\xe0\x00\xa2\xeb\xcb\x0a\x15\x4a\x37\x58\x7f\x7e\x8b\xcd\x05\x36\xd7\x48\x01\xbc\xcb\x4e\x5e\xa6\xeb\x41\x65\xb7\x53\x4b\x50\x79\x97\x9d\x04\xb5\x7e\x4c\x01\x66\xc3\x01\x59\xe3\x8d\x88\x8b\x60\x4a\xd7\xb0\x0b\x19\x8b\x40\x33\x4a\x25\x63\xc9\x4b\xce\xc0\x96\xd0\x18\xe6\x69\x7f\x32\x9f\x5e\xea\xa6\xf3\xb3\x94\x12\xbb\xdb\x77\x56\xdb\xdc\x64\x6c\x8a\x1e\x6d\x13\x7e\x45\x5b\x44\x54\x45\xfe\xac\xb1\x22\x8a\xb5\xdd\xb3\x1d\xc3\xc1\x6b\x38\x5e\xe4\xcf\x36\xef\x17\x34\xa6\x5d\x4a\xc2\xd9\xfa\x92\x83\x79\xb3\xaf\x5f\x77\x30\x4b\x7f\xa0\xb9\x66\x64\xf6\x46\xc6\x1b\x56\x23\xf0\xd6\xc4\x44\x44\xf1\xa4\x6b\xd4\x0b\x98\x77\x0c\x6f\xbd\x6f\x7b\x26\x9e\xbc\x68\xbe\x69\xe2\xc9\x8b\xcd\xbb\x26\x9e\xf4\x7b\x6d\x90\xd6\xef\xed\x21\xd2\x18\x88\xcd\xb1\xd6\xef\x35\x42\x5b\xf3\x6c\x01\xa2\xf5\x1e\xa2\xad\x79\xc6\x00\xde\xba\x09\xda\x9a\x17\x5b\xe1\x8d\xf7\x0f\x69\xcd\x4b\xad\xb0\xc6\x0d\x50\x76\x81\x08\xbf\xc7\xdb\x19\x04\xf3\x7e\x7b\x87\xc2\x0c\xe0\xc6\x78\x94\x3d\x36\x23\xb3\x85\xcf\x7b\xb4\xa3\x16\x86\x35\x98\x6b\x3e\x5c\x03\xc6\x3d\x6a\xe3\xf3\x1e\xed\x9f\xcf\x7b\xd4\xc2\xe7\x3d\x6a\xe0\xf3\x3e\x83\x5b\x04\x90\xc8\x4e\x3b\x89\xba\x8d\xe0\xb6\x87\x75\x3f\x01\xbd\x6c\x7c\x65\xb1\xb6\x3b\x09\x62\xfd\x98\x1c\xbc\x86\xe3\xcd\xe0\xe5\x66\x74\x99\x35\x1b\x66\x74\xed\xaa\x4a\x63\x0d\xba\xc2\xe6\xe9\x1c\x66\xe1\xe6\x54\x0e\xb3\x2d\x33\xa7\xe4\xfd\x76\x31\x7f\x4a\xbb\xd4\x29\xb3\xb8\x79\xac\x22\x6b\xbb\x6f\x5b\x26\x6e\x1e\xab\x38\x8b\x37\xc7\x2a\xce\xe6\x66\x36\xc6\x8c\xaf\xf9\xfe\xf1\x31\xb3\x36\x03\xce\x9a\xd0\xf0\x2d\x62\xd1\xf6\x31\x0e\x0d\xb7\x09\x42\xc3\x4d\x22\xd0\x70\xdc\x3a\xdd\x36\xef\xb2\x6f\x88\xe3\x60\x36\x45\x5c\x1c\x6f\x96\x74\x71\x4c\xbb\x6d\xb2\x30\x8a\xf6\x7b\x68\x30\xc7\x31\xe5\x16\x70\x71\x4d\xb4\x40\xa2\xde\xad\x09\x3a\x5b\xe1\x72\x0f\xb1\xd8\x06\x75\x1b\xf1\x25\xe2\x86\xba\xb0\x2d\xd5\xcb\xfb\xed\x19\x02\xc5\xc4\x9f\x36\x1f\x54\x75\xd8\x8c\x4a\x9c\xd7\x3a\x32\x20\x33\xc6\xe5\x2c\xfc\x7a\x87\x9d\xc4\xe2\x46\x78\x2f\x42\x1c\xc4\x17\x8d\xa1\x95\xcd\xf7\x12\xd6\xa6\x40\xee\x25\x74\x09\x8f\x4c\x36\x7a\x6d\xad\xa3\x01\xaa\xdb\x4e\x82\xbc\x86\x04\x64\xe0\x36\x25\x01\xb2\xc3\x66\x44\x1a\x33\x8a\x99\x2f\x9f\xfd\x4b\xb5\xd7\x22\xcf\x5e\x83\x24\x7b\x09\x9c\xa0\x2e\x0d\x69\x64\xd4\x1e\xe6\x6f\x4d\x1d\x6e\x4d\x92\xcd\x10\xd1\x5c\x28\x4d\x10\xf1\x11\xa6\x6c\x72\x7e\x1c\xcd\x67\x38\x6d\x27\xa0\x57\xfb\xef\xa2\xa0\xce\x13\x9d\x02\x34\x3c\x6e\x29\xb2\x27\x88\x8c\x63\x62\xb4\xcf\xfb\x31\x16\x6e\x51\xfe\xa2\xd2\x7c\x27\x4f\xc6\x06\x48\xc3\x04\x75\x85\xcb\x5d\x4b\x3a\xaa\xf7\xdc\x53\xc0\xb7\x80\x78\x37\x41\xad\x1f\x53\x80\xd9\x70\x40\xd6\x78\x33\xe2\xa2\x39\xe1\xae\x68\xe6\xac\x77\x63\x46\x29\x62\x72\x14\x85\x67\x86\x2e\x5f\x9c\x04\xae\x71\xa8\x48\xe2\x28\xf4\x17\x47\x01\xa4\x90\x91\x32\x54\xac\x58\xba\xc9\x1f\xa9\x43\xbd\xcc\x19\xd3\x8d\x10\x9e\xd0\xe9\xe3\xbe\xe6\xd2\x9b\xbd\x1c\xf6\x47\x4f\xf4\x1f\x83\xe5\x4a\x86\xa0\x2b\xca\x36\x41\x92\x5a\x59\xcf\xb5\xb9\x64\xd5\x31\xb8\xc7\xbe\xf2\xdc\xb7\xb1\x73\x78\xc8\xc6\xc7\xf2\xa3\x4f\xd6\x8e\x31\x18\x52\x77\x12\xc5\x67\x30\xba\xba\xb2\x9e\x46\x91\x35\xda\xca\xa5\x37\x1f\xf2\xf6\xfc\xa1\xe4\x72\x18\x6a\x62\xe5\x6d\x67\x71\x80\x22\xd5\xf4\x6b\x7b\xf8\x68\x4e\xb3\xd8\x94\x01\x44\x64\xa7\xee\x90\x4a\xfa\xca\x7c\xc5\x30\xb0\x5e\x3e\xb7\x1c\xcf\xf3\xa8\xfb\xcb\xd3\xd7\x4f\xff\xfa\xe2\x97\x17\xaf\xdf\x7f\x7c\xf9\x7c\x40\x3c\x6b\x06\x31\x9c\x88\x8a\x67\x7a\x59\x48\xeb\x8e\xe7\x15\x46\xa0\x68\x96\x44\x90\x22\xcb\x61\xbd\xc2\x00\x61\x1a\xd2\x10\xa5\xaa\x57\x96\xea\xd2\xb3\x38\xe2\xd8\x2b\x15\xeb\x8d\x86\x64\x24\x72\x63\x63\x07\xa0\x95\x03\x96\xf9\x57\x07\xc3\x11\xc8\x47\x63\xbf\x54\xf7\xc1\x70\xb4\x6a\x79\xa1\x8a\xc5\x15\x2e\x7a\x37\x9b\xd9\x94\x8d\xf9\x66\x6c\xda\x97\xc5\x33\x2b\xce\x1c\xf5\xf8\x29\xd1\x8f\x1e\xd5\x51\x58\x59\xac\xcc\x83\x1e\x4b\xbf\x42\x8b\xc4\x11\x12\x89\x45\x2d\xe9\xc6\xde\x95\x68\x5a\x58\x7a\x3b\x01\x73\xb7\xd2\x46\x74\xc5\x71\xb0\xbe\x5f\xb1\x81\xe8\xd4\x93\xff\x75\x0d\xff\x93\xff\xf5\xd9\x58\x05\xe0\xd8\x0e\x2b\x8d\xad\x6f\xad\x6c\x7b\xe8\x2d\xac\xd5\xea\xa6\x4e\xb5\x51\xd0\x36\x2a\xf3\x93\x5d\x95\xb2\xd7\x5c\xaf\x0c\xbc\xa6\xb7\x6b\x7c\xb1\xf9\x72\xdd\x2e\x1d\xda\xbe\xa6\x42\x4b\xda\xe6\x41\x4b\x9a\x26\x41\xfb\x7d\x8e\xe6\x6d\xf9\x3b\xd1\x67\xcf\x50\x28\x01\x6d\x38\x22\x6f\xbd\x11\x79\x04\xe2\x20\x6e\xee\x9d\x2c\x9b\xef\x19\xe2\x14\x90\x0d\x87\x14\xcd\x9b\xa0\xce\x9c\x90\x7e\xcd\xbe\x13\x7d\xf6\x0f\x7d\x93\xe6\xfb\x8e\xb7\xde\x8c\x3c\xce\x44\xb5\xc5\x9e\xe8\xb4\x93\xe8\xdb\x04\xee\x98\xa0\x74\x2a\x02\xbb\x77\xa3\x8e\xa1\x16\x8e\x77\x0b\xa5\x0c\x55\xf4\xd3\xde\x55\x33\x94\x0e\xfc\x8e\xf7\x38\x2b\x09\x6d\xca\x90\x08\xa8\x57\x17\x3e\xc7\xa3\xcf\x0e\xb2\xcc\x60\x51\x1c\x7f\x9e\x27\x12\xdf\x03\xeb\x1e\x75\x5c\xb9\x1b\x6c\x67\x65\xaa\x81\xa8\x50\xf7\xad\x0c\xe2\xb7\x32\x88\x39\xfd\xe0\xd6\xcc\xd6\x5e\x99\x79\xbf\xbd\x24\x9a\x38\x40\xa4\x9b\x49\x6c\x5f\x86\x6c\xaa\x02\xa6\x47\xcb\xa5\x3d\x7c\xda\xfd\x27\xec\xfe\xe1\xf6\xba\xdf\x7f\xec\x8e\xee\x39\xab\xd5\xd1\x84\xd3\xd5\x08\xac\x09\x74\x16\xc9\xff\xb6\x26\xad\xe9\xc6\x2a\xb1\x62\x78\x90\xee\x28\x6d\x4d\x73\xda\x0a\xf2\x62\xfd\x77\x54\xd4\x5e\xc4\x33\x11\xca\xfa\xb0\x1c\x14\xd7\x27\x08\x52\xf4\x0e\x4d\x5e\x5c\x26\x2f\xc4\x33\x1b\x82\x6a\x12\x45\x70\xa7\xef\x18\xe2\x9a\x75\xfd\x4c\xc4\x8b\x85\xf1\xe4\xb5\xb8\x98\xbc\x36\xc3\xdb\x9c\x13\xd6\x6f\xd9\x6b\xab\x84\x75\xff\xb2\xd7\x12\x6f\xa6\x08\xeb\x56\xd9\x6b\x09\x4a\x50\x6b\xdf\x12\xd9\x69\x27\x49\xea\x1a\x36\x5e\x82\xda\x94\x8f\xe7\xcd\x1b\x10\x69\xbe\xb7\x5a\x63\x50\xf4\xda\x49\x14\x6e\x00\x38\x9c\x4c\x9b\x84\xa7\x6a\xed\xf6\x32\x3e\x75\x1d\x0a\xe2\x98\x76\xe7\xc4\xe8\x8e\x51\x93\xba\x2a\xeb\xb2\x93\x2b\xbe\xe6\xd0\xc4\x31\xfd\x40\x9a\x7b\x62\xc8\xf6\x9b\x77\x51\xab\x7a\x40\x7b\x59\x0e\xa8\x5d\x35\xa0\x66\xc5\x80\xf8\xee\x5a\x63\xc4\xd6\xdf\x97\x5d\x9f\x0a\x7d\x77\x12\x97\x4d\x60\x9f\x41\xea\x4f\x77\xa4\x60\xdc\x90\x6a\x59\x1a\x86\xd6\x5b\x82\x52\xee\x5b\x68\xbd\xb8\x84\x3c\xd7\xfb\x5b\x82\xc6\xe1\xa5\x05\xac\xd3\xf9\x58\xfc\xf1\x0e\x4d\xd0\xa5\x35\x72\xc7\x21\x0e\x6c\xe4\x3d\xce\x53\xc5\x0c\xd1\xc8\x91\x79\x1e\xd4\x40\x83\x2c\xf9\xf5\x4b\x7c\x8e\x08\x7d\x62\xbd\x7e\xf3\xbe\x63\x0d\x2c\xcb\xb9\x67\x25\xb2\x91\x30\x97\x88\x2f\xca\x0e\x9f\xee\x2e\xab\x5d\x56\x88\x35\x89\x16\x1d\x8e\xc1\x10\x4f\x3a\x16\x6b\xc6\x3b\xae\xac\x4f\x07\xea\xcb\x6c\x9e\x6b\xc7\x49\x78\x1b\x14\x74\xce\x16\x62\x08\xd1\x29\x1b\x43\xc2\xba\x76\x8c\x94\xb7\xd1\xc6\x10\x9d\xb2\x31\x04\x9a\xd6\x0e\x91\x81\x41\xa7\xa8\x43\x58\x7b\x31\x12\xef\xba\xb2\x3e\x49\xbb\x9f\x65\xb5\x2a\x75\x27\x36\x99\x48\x3e\xde\x8a\xbc\x6b\xdd\x76\xf2\x6c\xad\xa5\x53\x14\xbd\x95\x10\x37\xa7\x56\xaa\xcf\xc6\x73\x2b\xe5\xc2\x23\x26\x04\x12\x0c\xa3\x6e\x1a\xcf\x89\xbf\x4e\x9c\xd5\xad\x99\x59\x9e\xf0\x8a\x07\xc1\x0b\x39\xde\x29\x1f\x2e\x75\xc7\x21\x49\xa9\x80\xd2\x72\x0e\xf0\xd5\x95\x5d\xed\xf3\x0b\xa2\xd0\x2d\x4f\xc4\x71\xa4\xd0\xab\x98\x72\x6e\xa4\x16\xdb\xfc\x89\x65\x0d\xd4\xdf\x07\xe1\xd8\xc6\x87\x87\x43\xeb\xf3\xfc\x0c\x11\x8c\x28\x62\xfb\x82\x22\x42\xa0\x70\xa1\xb2\x70\x3c\x83\x79\x81\x06\x0b\x58\xf0\x22\xb5\x46\x6e\x88\xfd\x68\x1e\xa0\xd4\xc6\x8e\x93\x6d\x69\xb2\xba\xbb\xc4\xab\x4f\xdb\x38\x29\x48\x8c\x16\x11\x70\x7b\xee\x0a\x6a\x01\xa7\x08\x46\x74\xda\xcd\xfd\xe1\x76\x8a\x0c\x2b\x47\x13\xea\x3e\x9b\x22\xff\x73\xfa\x8c\x84\x34\xf4\x61\x74\x4f\x3d\x78\x0b\xd3\x34\xc4\x93\xec\xf7\xaf\x90\xe0\x10\x4f\x94\xe0\xcc\x0d\xdf\x6c\xb9\x97\x89\x68\x38\xe0\x85\x3b\xf9\xbd\x6c\x97\xc6\x38\xc2\xff\xd9\xef\xf5\x1c\x70\x21\x86\x30\xb5\x94\xa3\xab\x96\xbe\x9c\x8d\xa9\xa9\x9a\xa9\x6c\xdb\xae\x36\xa7\x5a\x9c\x10\x53\x84\xf9\xb5\x9f\x20\x32\x0b\xd3\x34\x8c\xf1\x3a\x2f\x9f\xaf\xb9\x40\x2f\xd5\x5c\xdd\x9f\x61\xfa\x36\x9f\x2e\x20\x85\x97\x4f\xa3\x28\xbe\x40\x41\xc5\x4f\x21\x73\x1f\x80\xac\x81\xb8\x00\xef\x90\xc3\xc3\x3b\xd9\x8b\x00\xe1\x45\xc5\xdc\x2f\x5a\xb7\xc5\xae\x51\x36\x4e\x11\x2d\x73\x57\xac\xe5\x4e\x12\xfe\x0d\x00\x4e\xe7\xe3\xb1\xd9\xc3\x77\x8d\xf8\xaa\x7a\xed\x24\xc0\xf5\x63\x66\xc0\x36\x1c\x53\xb6\xdf\x8c\xc4\x70\xd2\x3c\x54\x9a\x37\xde\x37\xc4\x71\x00\x9b\x62\x2d\x9c\x6c\x8e\x96\x4e\x5b\x04\x97\xa7\xfb\x17\x5c\x9e\xb6\x08\x2e\x4f\x1b\x04\x97\xb3\x4b\x67\x1e\x41\xd2\xca\x17\x55\xef\xb4\x4b\x0e\xf9\x5c\x2d\xdb\x96\xe2\xf0\x3e\x3b\xb9\x0b\x36\x01\x3b\x9f\x84\xe3\xc5\x56\xf9\xff\x74\x5d\x24\x4f\xe5\x79\xd4\x39\x9a\x00\xab\x6b\x39\x2e\x8d\x5f\xc5\x17\x88\x3c\x83\x29\xb2\x9d\xad\x78\x48\x31\xaf\x6b\x72\x8d\x6b\x7c\x8e\xd3\x98\x6c\x61\xb0\x53\xbd\xf6\x71\xa5\x93\x28\x6c\x9f\xe7\x11\x60\xcf\x02\xc5\xd5\x16\xb5\xb4\xf0\x76\xcb\xca\xfa\xde\xa2\x28\xf0\x3b\x69\x9e\xb1\x80\x37\xde\xc9\x85\x5c\x43\xb8\x39\x80\x4d\x29\xf7\xef\xa4\xc1\xb6\xa0\x50\xa9\xad\xd0\x3a\x86\xfc\x0b\xba\xbe\xf0\x29\xdd\x96\xe7\x8b\x18\x7c\xff\x1c\x5f\xb8\xa9\x00\x90\x72\x7e\x68\x0e\x8e\x2b\x97\x4f\x98\x0a\x0c\x3e\x2b\x12\xe8\x6f\x2e\x2b\xdf\x5c\x56\xf2\x73\xcf\xb3\xf9\xf9\x53\x48\x6a\xa2\xf7\x65\x8b\x31\x4e\xeb\x3a\xed\x1b\xf1\xe4\xb3\x7f\x36\x85\xa4\x45\xf8\xbe\xde\xa9\x01\x31\xcd\xf1\xe3\xc7\x01\xda\x0e\xb3\xaa\xe7\xde\xa2\xf7\x59\x1c\xa0\xad\x50\x2c\x3a\x36\x46\x33\xc3\x53\x12\x87\xb8\x2e\xff\xc4\x1a\x3c\x17\xba\xee\x27\xa2\xe3\x00\xbd\x65\x10\xb4\xc7\x74\xde\xb3\x39\xaa\xb1\xdf\x1e\xc7\xbc\xcf\x9e\x22\x57\xc0\xdb\x12\xaf\xac\x53\x53\x94\x32\x96\xa6\x7b\x11\xd2\x69\x3b\xac\xe6\xdd\xf6\x12\xb1\x2f\x70\xc0\xab\x48\xb4\x44\xad\xea\xd6\x18\xb9\xbf\xcf\x61\x64\xb4\x90\xad\xc1\xac\xe8\xb3\x9f\x68\x95\xf0\xb6\x43\x2a\xef\xd4\x14\xa5\x63\x12\xcf\xf2\xfb\xa9\x1d\x6a\x4b\x7d\xf7\x12\xc5\x3f\x91\x78\xa6\xee\xa8\x96\x88\xd6\xbb\xb6\x43\x77\x76\x4d\x6d\x83\xef\xbc\xf3\xfe\x22\x5c\x5d\x55\xdb\x60\x5c\xf5\x6d\x8a\x72\x63\x71\xe1\xb6\xda\x30\x21\xa4\x9e\xf2\x11\xb3\x62\xbc\x36\xdd\x4e\x5b\xc2\x47\xf9\x59\x0e\x72\x8b\x6a\x13\x01\xbf\xb2\x03\xb7\xdb\x6b\x59\xaf\xbd\xdc\x64\x2f\x33\x98\x5b\xed\x2f\xd5\xad\xe9\xd6\xe2\x25\x8e\xba\xc5\x80\xeb\x26\xa8\x95\xbd\xf6\x14\xb5\x01\xba\x7c\x33\x6e\x8d\x59\xde\xab\x29\x62\x23\x98\xd2\x2d\xb1\x5b\xec\xba\x97\x28\x7e\x05\x53\xba\x1d\x9a\xb5\x9e\x4d\x51\x9d\x65\x8e\x6c\x49\x20\xb4\x7e\x7b\x89\xe4\xd7\x32\x83\x64\x5b\x1a\x91\xf5\x6b\x8a\xe0\x04\x06\x8c\xbd\x6f\x87\x5d\xd5\x69\x2f\x51\xfb\x16\x06\x2f\x5a\x38\xa1\xea\x9d\xda\x20\x95\x17\xaf\x6b\x8f\x56\xd1\x6d\x5f\x11\x7b\x2a\x80\x6e\x8b\x5a\xde\xad\x29\x72\xeb\xc3\x33\xea\x31\xbb\x9f\xd1\x19\x62\xf2\xef\xda\xc5\x68\xe8\x9d\x5a\xa0\x34\x82\x3e\xea\xc2\xc8\xe8\xbf\xbf\x16\xaf\x59\xc7\x7d\x45\x2e\x03\xe0\x69\xd4\xdc\x9d\xbf\xdc\xb1\x25\x92\xb7\x42\xf0\x5e\x23\x77\x3b\xcc\x36\x45\x6b\xad\xe7\x44\x3d\x52\x77\xd8\x71\x62\x13\x4a\x4f\x05\xb4\xad\x10\xca\xfb\x34\x46\x67\xd9\x62\xdf\x00\x9d\xbc\xcb\x7e\xa2\x53\x40\xdb\x0e\x9d\xac\x4f\x63\x74\xf2\x12\xb6\x5b\xa8\x5c\xf5\x8e\xfb\x89\xda\xac\x78\x6f\x5b\xfc\x66\x1d\x1b\x23\x99\x17\xfa\x0c\xf1\xa4\x25\x8a\xb3\x6e\xfb\x89\xe0\x1c\xea\x76\xf8\x55\xfd\x9a\xa2\x97\xc6\x5d\x1f\xce\x50\xd4\xad\x2b\xd4\x56\x8f\xe2\x62\xd7\xbd\x44\xf3\xfb\xf8\x19\x83\xe0\x59\x9b\x9a\x6d\x95\x9e\x2d\x50\xfd\x19\x9d\xc1\xb3\xed\x50\xad\x75\xdd\x53\x54\xff\x8d\x41\xb0\x15\xaa\xb3\x9e\x2d\x50\xcd\x4b\xeb\x6d\x87\x6a\xad\xeb\x9e\xa2\x3a\xf3\x95\x6c\x8d\xea\xac\x67\x0b\x54\x27\x30\xf5\xe1\x96\x14\x44\xef\xbb\xa7\xc8\x7e\xcb\x41\xd8\x0a\xdb\x79\x57\x81\xee\x75\xee\xa5\x19\xca\x52\x84\x29\xc2\x3e\xda\x0e\xe1\xc5\xde\x7b\x8a\xf2\x53\x09\xc4\x56\x48\xd7\x3b\xb7\xd8\xe5\x29\x86\x9f\xb7\xc5\x79\xde\x75\x5f\x11\xce\x20\xd8\x0e\xdb\xaa\x67\x0b\x54\xf3\x9c\xfa\xdb\xa1\x5a\xeb\xba\xa7\xa8\x7e\xcf\x20\xd8\x0a\xd5\x59\xcf\x16\xa8\x9e\x27\xc9\xb6\xd7\xa4\xd6\x75\x4f\x51\xfd\x81\x41\xb0\x15\xaa\xb3\x9e\x8d\x51\x4d\xc2\x59\x7b\x5d\x7c\xd6\x6b\x3f\x11\x4c\xc2\x59\x7b\x6d\xbc\xec\xd5\x0a\xb1\x5b\xe8\xe3\xb5\x7e\x7b\x8b\xdc\x6d\x34\xf2\x59\xbf\x36\x08\x6e\x8f\xda\xfd\x45\xea\x16\xf8\xdc\x8c\xca\xf9\x59\xf3\x28\x92\xf9\xd9\xde\x21\x8f\x81\xd7\x14\x6b\xf3\xb3\x26\xe8\x4a\x29\xd9\x99\x60\x6e\x11\xb5\xd4\x2b\xc6\x4a\xb8\x62\x92\x86\x64\x4a\x9b\x42\xac\xcf\x27\x5d\x7f\x4e\xce\x77\x20\x9b\x40\x16\x06\x92\x87\xab\x13\x8f\xba\x29\xf1\xaf\xae\x96\x97\x83\x1e\x58\x0c\x7a\x2b\x00\x3d\xca\x33\xf1\x5f\x5d\x59\xfe\xfc\x2c\xf4\x2d\x91\x11\xd1\x1b\x62\xb0\xbc\x1c\xd8\xc4\xbd\xbc\x87\xdd\x4b\xe7\xe8\x18\x2c\x06\xc4\x5d\xac\x46\x12\x47\xb2\xb5\xe7\x79\xf0\xf0\x30\x12\xa5\x08\x96\x97\x83\x68\xd8\x1f\xb9\x97\x60\x31\xc0\xee\x62\xe5\x80\x4f\x77\x97\xa9\x47\xc0\xa7\x7f\xe1\x4e\xa7\xd3\xf9\xa5\x73\x77\x99\xba\x97\x2b\xfe\xcf\x62\xc5\x1e\x7e\x5a\xdd\x5d\x6a\x1b\x49\x25\x69\x1d\xea\xf1\x38\xea\x93\x9f\xee\x2e\x2b\x95\x3b\x8e\x9f\x58\xcf\xac\x81\xf5\xdf\x16\x1b\x14\xb9\xc2\x89\xd8\x46\x6e\x3a\x0d\xc7\xd4\x76\x1c\x77\x06\x13\x1b\x79\x8f\x25\xce\x39\x52\x53\x1b\x39\xee\x6f\x71\x88\x6d\xab\x63\x39\xea\x4f\x60\x39\xab\x4f\x2b\xdb\x75\xdd\xc8\x59\x7d\xe2\x28\x4e\x5b\x2d\xbd\xf1\x8a\x0a\x31\x8d\xb4\x16\x3b\x79\xf4\x37\x80\x05\x3f\xb7\x0d\x6f\xe5\x5d\xf6\x12\xd4\xe6\x61\xdc\xac\xed\x4e\x82\x58\x3f\x26\x07\xaf\xe1\x78\x14\x6e\x0e\xe3\xa6\x10\x1b\x4d\x23\x75\xf8\xda\x3b\x73\x88\x00\xb0\x39\xc6\x36\x9b\x3d\x28\x4c\x3f\x37\x2d\x4e\xc6\xdb\xee\x24\xc6\x36\xc0\xc8\x04\xd5\x9a\xd0\x7e\x3f\x0a\x15\x6b\x59\xd9\x20\xaa\xdb\x4e\x82\xbc\x66\x93\x64\xe0\x36\xdd\x28\xb2\xc3\x66\x44\xc6\xcd\x33\xcc\x03\x08\xa2\xbc\x6e\x4e\x6a\x8b\xe8\x56\xe2\x2c\xf1\x2e\x85\xab\x12\x2d\x5c\x35\x9b\x6c\xa8\x26\x0b\xa0\x00\x28\xf2\x96\x2b\xc5\x89\xe9\x91\xa3\xa4\x26\x72\x34\x1a\xa2\x91\x47\x64\xe4\x68\x54\x8c\x1c\xd5\x7f\x82\xa8\x1c\x39\x1a\xd5\x46\x8e\x46\x57\x57\x51\x39\x72\x34\x2a\x46\x8e\x46\x1e\x6e\x12\x39\xca\x57\x41\x42\x43\x04\xa8\xce\xd5\x15\x5e\x39\x20\x72\x00\xd4\x22\x47\xa3\x52\x5c\x67\x24\x23\x47\x0b\xcf\x9f\x44\x6b\x82\x80\x41\xb4\x3e\x72\xb4\xfc\x85\xfa\x8d\x11\x71\xf0\x78\xe4\x68\xb4\x55\xe1\xb1\x6a\x04\x77\xdc\xa8\x78\x41\x5d\x0e\xee\x73\x8b\xc7\xb0\x36\x0d\xf0\x36\x05\x75\xa7\x3c\xd7\x3f\xc8\x8b\x19\x00\x91\xfb\x5f\x3d\x67\x1f\x01\x91\x78\x58\xc9\x4a\x5d\x0e\xa4\x96\x95\x02\x08\xf2\xe3\x09\x0e\xff\x40\xf6\xa7\xbb\x4b\x99\x04\xfb\xdc\x3d\x87\xc4\x16\xb9\x46\xdf\xbd\xb2\x9c\xd5\xdd\x25\x5d\x7d\x72\x78\x21\x81\x15\x63\xb8\x43\x9b\x68\xf1\xd6\xd9\x7c\x86\x74\x04\xae\x13\x6a\xcd\x96\xac\x34\x34\x07\x69\x88\xaf\x3b\x2e\xd1\xb9\xe0\x78\x13\xd1\x9a\x4c\xa2\x2d\x2b\x53\x16\xfb\xee\xe4\x3d\xd0\x04\xf8\xad\xa0\xde\x4d\x70\xd7\x5c\x7b\x12\xd4\xa6\x97\x1e\x6f\xde\x00\x81\x9f\x11\x3e\x0a\xd3\x2e\xc4\x31\x5e\xcc\x4a\x05\xb5\xae\x2f\x47\x87\xe9\x53\x35\xf0\xe6\xc2\x73\x52\xd0\x6d\x50\xbb\xed\xb8\x58\xbb\x4d\x64\x67\x7c\xea\xfb\x28\x4d\x63\xf2\xf2\xb9\xe5\xdc\x50\x51\xb6\x0c\x3d\x11\x9a\x40\x7f\x5d\x1a\x9e\xad\x70\xf3\x8a\x8f\xea\xe1\xba\x32\x0a\xd4\xd3\x3f\xa1\x9e\x69\x70\x03\xeb\xdd\x3c\x42\xa9\xe5\xf0\xe4\x92\xf3\x28\xba\xe3\x51\x47\x65\x2e\xbd\xe3\x79\xd4\xa5\x24\x9c\xd9\x8e\xa9\x8e\x26\xb0\xc4\xe7\xf3\xfa\x99\xd9\xcd\x88\x0f\x0f\xf1\x2a\x5f\x1c\xed\xeb\x98\x57\x05\xac\x76\x50\x35\x36\xb1\x48\x4d\x6b\x2a\x3a\xcc\x96\x78\xe5\x38\x03\x9e\x9b\x86\x2d\x0f\x31\x2e\x0f\xd6\x97\x87\x6c\x58\x1e\x02\x71\x1a\xb2\xef\x74\x69\xdc\x22\xdf\x6a\xb1\xdf\xbe\x11\x82\x6c\xf2\xef\xe3\xe6\xe4\x40\xeb\xb4\x99\x28\xd4\xe8\xa8\xd7\x09\x13\x7b\xa8\xa4\xa6\x6d\xd4\xd3\xb4\x89\x62\x9a\x92\x39\xf6\x9b\x4b\xe8\xbc\xf5\xde\x21\x8d\x83\xd8\x18\x6b\x73\xec\x37\x43\x5b\xa9\x44\x4d\xa3\x3d\x27\xbb\xed\x23\x0a\x39\xb8\x6d\xb0\x08\x69\x83\xdb\xfc\x02\xa1\x32\x29\xfc\x7a\x79\xa2\x68\xe8\x7f\xbe\xbd\x12\x69\x72\xf4\x7f\x9b\x4c\x51\x02\x1e\x97\x2f\xe1\xfb\xb8\x36\x55\x94\x02\xfb\x5b\xae\xa8\x6f\xb9\xa2\xd4\xb1\x9f\xe3\x00\x91\xd4\x8f\x49\x5b\x0a\xaa\x75\xdc\x33\x1a\xaa\x83\xdc\x70\xd8\xbc\xcb\x46\x3a\x3a\xc7\xed\x65\x69\xd1\x67\x27\xd1\xb8\x11\xd8\xdf\x4b\x99\x36\x37\x27\x55\x28\x14\x0d\x93\xe4\x3f\x7d\x31\x4b\xe8\xc2\xa6\xce\x93\xe1\x68\x20\x9e\x3d\xb5\xb1\xe3\xb2\x0f\xfc\xb8\xd8\x32\xc7\x82\xe8\x7c\x7b\xb9\x15\xd8\xf8\x73\xd4\x0d\x83\xdd\xb8\x33\x83\x78\x76\x5b\x17\x26\xaf\xe1\xbb\x77\xb7\xa5\x7e\x45\x06\xf1\xcc\x9d\xcc\xc3\xc0\x5e\xae\x8c\x77\x23\x87\xf0\xdb\xc5\xf8\xbf\xec\x62\x5c\xe3\xe5\xcd\x7d\x2a\xeb\xbc\x31\xd7\xdd\x8b\x59\xbf\x9d\xa4\xe7\x6b\xae\xc5\x1c\xe0\xa6\xb7\xa2\xea\xb1\xf9\x9e\x20\xe1\x97\xae\x21\xfa\xaf\xbb\x86\x22\xa2\xdf\x6a\x88\x7e\xcd\x1a\xa2\xdf\x0a\x88\x7e\x2b\x20\x7a\x83\x05\x44\xe7\x24\xea\x8e\x63\xd2\x42\x77\xab\x7a\xec\x1b\x65\x26\xd1\x4f\x0c\xce\xa6\x64\x99\x37\xdf\x48\x93\x85\x7b\x5d\x4b\x49\x45\x76\xda\x33\x04\x2a\x50\x1b\x0e\x29\x9a\x6f\x44\xe0\x45\x4b\xce\xe0\x62\xdf\xd0\x76\xd1\x78\xb4\x8b\xcd\xc8\x0a\xa3\xa8\x1b\xa0\x94\x92\xd8\x58\x98\x41\x56\x1c\xaf\xe0\x4c\xef\xb6\x93\xe8\xdb\x04\x36\x9d\xc6\xf3\xb6\x55\x8e\x55\xaf\x9d\x04\x78\xcd\x7e\x51\xc0\x36\xdd\x35\xa2\xfd\x46\x24\x5e\x9a\x89\x3c\x25\x73\x83\x65\xe4\x72\xff\xe8\xfb\x65\x0b\xe2\x7e\xb9\x86\xb2\x6b\x77\x70\x7a\x04\x93\xa4\xcb\x58\x87\x3a\x6d\x54\x14\x76\xb5\x26\x7a\xdf\xee\x18\x32\xae\x76\x51\xa8\xac\x2c\xd8\x99\x23\x84\xcf\x43\x12\x63\xc6\xd5\x96\xb1\x0c\xb0\x28\x97\x48\x00\xbc\x3e\x1f\x0f\xb0\x7a\xe0\x3e\x7d\xfb\xf6\xf0\xd0\x26\x5e\xe1\x09\x77\xd0\x01\xb0\xf4\x50\x02\x23\xa5\x3e\x6f\xc9\x1a\x0d\xac\xa7\x49\xd2\xf9\xbb\xc2\x44\x0e\xe7\xa0\x58\x8a\x99\x00\xe8\xac\x34\xe6\x23\x6a\x80\x63\x3f\xc6\x14\x86\x18\x91\x6e\x80\xce\xe6\x93\x2e\x0c\x60\x22\xdc\x83\x0c\xf4\x2d\x8d\xa3\x73\x44\x8e\xd4\x1f\xe9\x11\x17\x2e\x42\xbf\x76\x94\x5b\x2b\x9c\x24\xf1\x52\x3b\xfb\x1c\x46\x5b\x2c\x29\xf2\x32\x51\x66\xd8\x1f\x5d\x5d\xe5\xbf\x7a\xa3\x03\xe4\x12\x34\x09\x53\x8a\x88\x5d\x37\xe4\x60\x06\x43\x6c\x69\xd8\x06\x48\x8a\x5d\x9b\xba\x58\x6c\xaa\x69\xc2\xd3\x1b\x59\x30\x49\xa2\xd0\x87\x0c\x21\xe2\xb5\xb3\x5a\x6d\xd6\xd6\x15\x56\x4c\x2c\x46\x00\x29\x14\xff\x33\xae\xd8\x0f\x79\xab\x23\x3e\xa9\xa3\x14\xd1\x79\xb2\x9b\x64\xa5\x15\xd0\xa6\x9d\x29\x9e\x6b\x3f\x04\xb4\xdd\x6c\x61\x4c\x07\xfd\x66\xb6\x22\x51\x5b\x51\x9f\x89\x76\x42\xb3\xd3\xbd\xda\xec\xd7\x51\x84\x98\xc3\xd8\xd5\x36\x4c\x77\x12\xc5\x67\x30\xaa\x2b\x1c\xbf\x99\xbc\x69\xaa\x6c\xac\x04\xfe\x75\xc7\x22\x1c\xdb\x77\xfa\xdc\x8d\x46\x51\x28\xf1\xdd\xa7\xf9\x9c\xfe\xca\xa7\x24\xc6\xc2\xac\x03\x37\x4d\x30\xc0\x82\x5c\xde\xbe\x08\x71\x10\x5f\x38\xd8\x13\x7f\x1c\xa0\x28\x45\x9d\x9a\xb6\x02\x46\x07\x7b\xe2\x0f\xde\x76\x59\x6c\xeb\xa9\xb6\x29\x8a\xc6\xd2\xdd\xe7\x00\x7b\xec\x97\x70\xac\xe1\x41\x46\x1b\xa6\x7c\x40\x3c\x19\xa6\x97\x8f\x07\x9f\xc0\x41\x21\x41\xb2\x20\x6f\xe3\x85\x9d\x0f\x37\xe3\x1b\x43\x14\x6d\x76\x00\x1e\x92\xd1\xd5\x95\xcd\xfe\xf1\x10\x60\x64\x24\x4e\x10\xb6\x97\x8c\xe7\x7b\x2e\x58\x3e\x7d\xef\x73\x95\xc3\x47\xae\x5c\x71\xd9\xc2\x2e\x84\x2b\xa8\xa6\x64\x09\x50\x84\x28\xea\xb0\x01\x57\x2b\xc7\x59\x6d\x63\x33\xc8\xb7\x91\xc9\xb5\xaa\xb8\x69\xeb\x37\x99\xbe\x87\xdb\xee\xdd\x71\x04\xd3\x69\x77\x86\xd2\x14\x4e\xca\xf2\xd9\xda\x0d\xab\x5f\xed\x7c\x90\xa3\x39\x0d\xa3\xd2\x80\xdd\x38\xa1\xbc\x3e\xeb\xcd\x1c\x6a\x0d\x5d\x64\x8d\x8b\x1e\xd1\xc2\xc5\xea\xcf\x0c\x58\xf2\xa9\xfe\x22\x66\xfa\x5c\x8c\x95\x0e\xc8\x2a\xdf\x91\x57\x57\xcb\x15\x58\x8a\xbb\x23\x8c\xf1\x4f\x9c\x53\x09\x51\x3a\x80\x2b\x8f\x5c\x5d\x0d\x47\x20\xf2\x6c\x8d\x7b\x70\x6c\xe2\x1c\xc0\xc3\x43\x28\x9d\xcc\x0e\x22\xb7\xda\x39\x53\xfe\x50\xef\xf1\x32\xbb\x99\x28\xb0\xf4\xe9\x30\xf4\x4b\x1d\xe1\xa0\xb4\x44\xce\x4a\x38\xa5\x41\xb5\x33\xca\x4b\xa8\x6d\x07\xb2\xda\x6c\x9b\x2d\x6c\x87\xfc\x47\x97\xcd\x36\xec\xfa\x30\x8a\xce\xa0\xff\xb9\xd5\xce\xe0\x5d\x8f\x08\x0a\x42\x82\x7c\xda\x9d\x42\x1c\x44\x5f\x84\xb2\x97\xe7\x7c\x86\xc6\x31\x51\xcf\x0b\xac\x06\x72\x96\xfa\xd6\x38\x3c\xb4\x8b\x7b\xc5\xc9\xf9\x07\x97\xf7\x3e\x3c\x2c\x3d\x70\x83\x90\xcb\x53\xef\x24\x98\x2f\x73\x3c\x5e\x5d\xd9\x7c\x9e\x88\xbc\x43\x30\x08\x31\x4a\x53\xdb\xd1\x98\x4c\x81\x10\x5b\x12\x5b\xd7\x87\xb4\xa0\x0b\x74\x96\xc8\x85\xc1\x39\xc4\x3e\xd2\xfa\xaf\x1c\xa7\xc8\x81\x34\x39\xde\x95\xf5\x4c\x51\x5a\x65\xd2\xc5\x7a\x9d\xc5\x31\x4d\x29\x81\xc9\x51\xd6\x48\xbe\xc9\xb4\x8b\x26\xef\xeb\x5b\x5b\xc6\x6c\x16\x70\xcc\x58\xb4\x6d\x16\x31\x0b\x6e\xe5\xa7\x74\x82\xe8\x33\x1d\x12\xc7\xe6\xde\xa8\xc4\x95\x5f\x3a\x15\x07\xee\x35\x9c\x21\x67\x59\xe4\xd7\x11\x30\xb6\x3a\x10\x07\x31\x3b\xaa\xd6\x3d\x53\xb3\x83\x9c\xff\xcc\x38\x40\x53\x3b\x26\x13\x5c\x7b\x85\xd7\xaf\xac\x6c\x62\x5c\xd7\xb6\x02\x18\x20\x37\xb5\xf0\xb0\xb0\xf0\x2d\xcf\x29\x5f\x5a\x05\x09\x72\x6c\x52\x3c\xa6\x8c\x86\xf3\x46\xfa\x6a\xea\x22\x81\x0c\xa4\x52\xdf\xce\xd6\x52\xfc\x2e\x1e\xb9\x26\x24\x74\x16\x07\x28\xea\x8e\x09\x9c\xf0\x39\xd6\x31\xc1\xdd\x4a\xbb\x35\x2f\x8f\xd0\x25\xbd\xad\x58\x71\x75\x8b\xc8\x6f\xbd\x27\x10\xa7\xa2\xcc\xbf\x3c\x77\x66\x76\xd9\x76\x96\x05\xd4\xd4\x84\x40\x17\x50\x13\x87\x81\xdf\x4d\x48\x7c\x1e\x06\x65\x29\x48\x6c\x48\xf5\x2e\x3d\x8a\xe1\x9c\x4e\x8f\x6f\xaa\xca\x4b\x81\x75\x80\x75\x76\x3c\xec\x59\x7c\x86\x17\x21\x9d\x76\xe7\x24\xb2\x78\x9d\xf6\x9c\x3b\xa5\x08\x07\xb6\x40\x17\x06\x67\xf3\x30\x0a\x3e\x90\xc8\x24\x30\x31\xde\xf1\x0c\xa6\xe8\x03\x89\x56\x80\xb1\x99\x03\x93\x77\x3c\x6f\x36\x41\xd4\xe6\x62\x27\xb7\x00\x8a\x9e\x72\x64\xdb\x29\xb8\xdd\xf1\x96\x49\x9c\xcc\x13\xcb\x71\x39\xef\x8a\xc1\x50\x15\x64\xb4\x24\xa2\x90\xe3\xd2\x29\xc2\x26\xb7\xf6\x25\xc3\x68\x4c\xc2\x3f\xf8\x69\x3f\x65\xfd\x06\x48\x94\x7d\x04\x85\x57\xcf\xe2\x00\x0d\x02\x54\xb6\xa7\xd9\xc8\x65\x8f\x1c\xa0\x16\x69\x40\x39\xdf\x0b\xfc\x28\x4e\xd1\xc0\x10\xaa\x5f\x9a\xb6\x4b\xd0\x2c\xa6\xc8\x72\xd8\x91\xe4\x02\x48\x66\xef\xcb\xf8\x7a\xe4\xf2\xd1\xa4\xa8\xa0\x7e\xda\xce\x6a\xe5\xe4\xfc\x1d\x64\x40\xe9\x8a\x00\x71\x5f\x64\xf3\xb2\xee\x71\x9f\x44\xa9\x96\xd1\xd8\x21\xd8\x56\xe5\x22\x64\x53\xc9\xe8\x9a\x43\xc0\x7d\x88\xd7\xf7\xd9\x49\x39\xbe\x7e\xcc\x1c\x96\xc6\xc3\xe6\x5d\x9a\x69\x08\xce\x43\x74\xc1\x85\x19\x41\xb5\xcd\xc9\x11\xba\xaa\xd5\xfa\xbe\xdf\xb0\xcb\xb1\x9b\x52\xc6\x2d\x76\xcd\xfa\xc2\x2f\x90\x70\xa4\xac\xe4\x2b\xdf\xe1\x8a\xe6\x21\x37\x8a\xe3\xcf\xf3\xc4\xce\xae\xd9\xbc\x8b\xc3\xbd\x25\xb0\x47\x05\xcd\x58\xab\xaa\xe3\x4c\x33\x8c\xe2\xc9\x0b\x4c\x99\x50\xf5\xe3\xe2\xfd\x22\x41\xd9\xa8\x96\xe3\x8e\xc3\x88\xd1\x06\xe4\x3d\xe6\x44\x4e\x66\x1f\xb6\x2d\x82\x92\x38\x0d\x69\x4c\x16\x47\x96\xe3\x1c\x08\x25\x02\x99\xe3\x97\xf8\x39\xfb\x8c\x6d\x3b\xde\x63\xec\x61\xad\xff\x1d\xe4\x22\x59\x35\xce\xb6\xba\x14\xa5\xd4\x72\x1c\xc6\xce\xf3\xcc\x26\xfa\x80\xd9\xd7\x01\xce\xa4\x3c\xe4\x3d\xce\x22\x92\x34\x3e\x11\x1d\x50\x37\x45\xd4\xc6\x80\xba\x52\x49\xfb\x8e\xd3\x33\xc1\x8c\xd9\xd8\x61\x72\x5e\xa3\x0b\xd6\xb4\xf6\x9b\x95\x70\x3a\xe3\x98\xd2\x98\xa0\xae\x9a\xfd\x6d\x6b\x82\x6b\xd4\x6f\xd4\xa4\x7e\xab\xd5\xb2\xd6\x03\x3d\x25\x68\x5c\x13\x64\x25\x5f\x1d\xa9\x26\x5f\x06\xd2\x6c\x42\xc5\x23\x51\xa3\x29\xfb\x09\xa6\xf4\xc7\x38\x16\xee\xf7\x1d\x9c\xc7\xd5\x29\x83\x87\x67\x3d\xb5\x3c\xcf\xc3\x2e\x85\x64\x82\xa8\x4b\xe1\x84\x09\x0f\x4f\xd4\x83\x02\xaf\x11\x8e\x6d\x79\x87\xa6\xb4\x74\xa9\xa6\x4c\x1c\xb1\x9c\x83\x71\xcc\x76\x39\x72\x13\x48\x10\xa6\x2f\x22\xc4\xb8\xc0\x3f\xa3\xc3\x43\xeb\xa9\x75\xc7\xf3\x90\xfa\xc0\x9f\x9d\x4a\x2b\xc5\x9f\xa0\x95\xad\xbe\x2e\x24\x2a\x67\x89\xd1\x45\x4e\x12\x6d\xc4\xa5\x05\x77\x06\x17\x67\xe8\x67\x21\xfc\xb2\xcd\x1d\xc4\x3e\x67\xe4\xdd\xb3\x38\x58\xb8\x30\x08\x5e\x9c\x23\x4c\x5f\xb1\x5b\x1d\x73\x05\x7f\x14\x32\x29\x1e\x3b\x66\x7d\x5d\x4e\x25\x8b\x03\x31\x3e\xe3\x1c\xd5\x8e\xa5\xa9\xf6\x8a\x7e\x53\x8c\xbe\x36\xd3\xf1\x9b\x76\x5f\x78\xbe\xe0\xec\xea\x2c\x24\x24\x5e\x47\x73\x8b\x4e\xca\x39\x65\xd4\x54\x7b\xc2\xe0\x84\x0d\xe4\xb2\xab\x40\xe5\x51\xef\xff\x75\xfa\xe6\x35\x5b\x92\x14\xd9\xd8\xfd\x7d\x8e\xc8\xe2\x14\x45\x88\x7b\x89\x7d\x1a\x72\x41\xe2\xee\x92\xae\xba\xe3\x74\xf4\xc9\x71\x29\xba\x64\xf2\x2f\x45\x98\x3a\x07\x8c\xc9\xfb\x85\xcf\xd4\x9d\x71\x46\xef\x95\xb7\x94\x75\x29\x06\xc5\x33\x91\x5e\x84\xd4\x9f\xda\xd4\x59\x72\x77\xbd\xdf\xe0\x39\x4c\x7d\x12\x26\xd4\x1a\xa8\xdc\x05\x43\x2b\x07\x9c\xcb\x3f\x47\x79\x2b\xed\xcf\xee\xa3\x47\xc7\xfd\xef\xfc\xa0\x7f\xfc\xf0\x3b\x04\x1f\x06\xe3\x47\x27\x8f\x1e\x9d\xf4\xfb\x0f\x20\xea\x7d\xf7\xf0\xe4\xe1\x43\xf7\xb7\xd4\x1a\x1d\xf0\xcf\x90\xf9\xd9\x62\xdd\x07\xd8\x7b\xfe\xbf\x2e\x82\x0f\xee\xfb\xf0\x3e\xbc\x7f\x16\x04\x0f\xef\xc3\x93\xe3\xef\xfa\x7d\xf4\xdd\x83\x87\x0f\x82\x87\x0f\xfb\xf7\x1f\x9c\x69\x83\x2e\xe0\x2c\x5a\x37\x28\x7b\xcf\xff\xd7\xbd\x3f\xee\x1f\x7f\x0f\xff\x7f\xf6\xde\xb5\xbb\x6d\x1b\xdb\x1f\x7e\xef\x4f\x91\x70\xf5\x78\x91\x53\x98\x76\x7a\xe6\xfc\x2f\x9a\x61\xf2\x77\x6c\xb7\xf5\xd4\xb7\xb1\x9d\x99\xe9\xd1\xa3\xe5\x52\x24\x24\x31\xa6\x48\x0d\x08\xd9\x51\x64\x9e\xcf\xfe\x2c\x5c\x09\x80\xa4\x44\x99\x72\x62\x27\xea\x8b\xc6\x02\xc8\x8d\x0b\x01\xec\xdf\xbe\x60\xef\xbd\xbd\xbd\xff\xfc\xf3\xff\x85\xff\xb9\xf7\xbf\xff\xab\x0f\xf7\x06\xff\xeb\xbf\xfe\xf7\x9b\xff\xfb\x7f\xfe\xcf\x9f\xfb\xff\xeb\x0d\x25\xca\x16\x4b\xd5\xe9\x6d\x05\x02\x35\x77\x8c\x65\xe1\xc8\x85\xec\x63\x8c\xa2\xfe\x14\xc3\xf7\x51\x12\x46\xc9\x30\xeb\x74\x99\x20\xd0\xcb\x1f\xe5\x7f\xae\x48\x38\xb5\x3e\xe8\x2a\x18\x7e\xfc\x39\x9b\x70\x13\x59\xb5\x46\x50\x04\x2d\x50\x8a\x68\xb0\x01\x6b\x10\x97\xb3\xf5\x3c\x5a\x8b\xa0\x8c\x36\xab\xf7\xcb\xd4\x57\xb2\xbc\x18\xac\x01\x02\x36\x1a\x97\x9f\x84\x4c\x0f\x65\x06\x13\x03\xbe\x47\x0e\xb4\x7d\x84\xfc\x99\x8d\xde\xfe\xf4\x0e\xed\xfc\xd4\xa1\x81\x3e\x7e\xfa\x4b\xfc\x57\xf4\x97\xf8\xc7\x1f\x1d\xbf\x1b\xef\xfc\xd4\x53\x94\x13\xb1\xbc\x7d\x9c\x6c\x6f\x63\xad\xcd\x30\xb0\x9c\x77\x5d\xd9\xf4\x8f\x18\x90\x83\xa8\xd7\xe9\xf2\x3f\x72\x10\x7b\xa6\x8e\x0d\xcb\x95\x83\xe1\x78\x12\xfb\x98\xea\x8c\x3a\x89\xcb\xb7\xad\x6d\xed\xa2\x34\xc5\x3b\xcc\x3f\xd2\x02\xd6\x2e\xff\xcb\x51\x9e\x28\x2a\x61\x18\x61\xad\x6a\x90\xc6\x54\x2a\xb7\x76\x69\x2a\x3b\xcb\xc9\xd9\xb1\x2b\x84\x2c\xfa\x5d\x3b\xac\xcb\xbb\x44\xc4\xc2\x85\x7a\xad\x76\x17\x24\x18\xa5\x71\xcc\x64\x32\x67\x0b\x6d\x6f\x9b\xf6\x5b\x5e\xad\x90\x45\x4e\xae\x85\xab\x71\xe6\x0c\xa3\x5d\x92\xf6\xc5\x1c\x74\x8d\xcb\xc5\x16\x1f\x07\x4d\x4d\xd1\x5b\xec\xbd\x08\xbb\xb8\xa7\x5d\x57\x17\xdf\x1d\x97\xbf\x7b\xa2\x7c\x77\xfc\xf6\xcd\x3b\xbc\xf3\x86\x7c\x77\xe4\xbd\xf9\x0b\xfa\x2b\xfe\x0b\xfa\xf1\x47\x27\xe9\xa2\x9d\x37\xea\x77\x47\x3d\x4d\x6e\x57\x38\x8d\x5d\x04\x08\xa1\xfa\x3e\x48\xbe\x36\x41\x7a\x00\xe6\x0e\x98\x93\x3d\x58\x39\x56\xaa\x0d\xa2\x4e\x79\xd6\xc4\x47\xfe\x38\x23\x7f\xaf\x3a\x4a\x4d\xed\x20\xfb\x50\xb3\x15\x08\x38\xe1\xdb\xdc\xf3\x3c\xb8\xbd\xfd\x1a\x6f\x6f\x8b\x92\xd7\x9e\x41\x84\x23\x8b\x39\xab\xef\x58\xff\x63\xe5\x72\x33\x25\xe5\x49\x45\xca\xa4\x26\x6f\xdf\xbc\x4b\xd8\xa4\xc6\xde\x9b\xbf\xc4\x7f\x4d\xe8\x66\x42\xdd\x58\x9f\xd4\x78\xb5\x49\x45\xea\xa4\xf2\x65\x9a\xd5\x2d\x53\xc1\x5b\x45\xb0\x19\xa9\xea\x51\xd7\x58\xe7\x2b\xae\x18\x16\x00\x0c\xb3\x55\x91\xe8\x2b\x47\x59\xf8\xcf\xb5\x8b\xcc\x45\xf4\x99\xf6\x2e\xa7\x8b\x5d\x3d\x96\x8c\xe5\x00\x32\xae\x63\x86\xc9\x9d\x63\x5b\x07\xe7\x67\x57\x1f\x4e\x6e\xce\xae\x2e\xf6\x0f\x8e\xae\x6e\x8e\xce\xf6\xdf\x9f\x1c\x1d\x5a\x8e\x33\xef\x92\x63\x1d\x58\x19\xc4\x98\xb0\x73\x0b\x58\x61\xe0\x46\x14\x6f\x45\x69\x92\xb9\xf4\xc4\x35\x0b\xf9\x81\xdc\xab\x70\x09\xc7\xce\xdc\xd0\x52\x77\x08\xa7\xe0\xbb\x30\xbb\x84\x93\x54\x51\x57\x2b\x62\x28\x3f\x4c\x61\xe2\xf7\x63\x18\x5a\x25\x65\x77\x47\xe1\x3b\xab\x53\x23\xa7\x94\x49\x50\x81\xae\xd6\x23\x48\x4a\xfd\xeb\xee\xff\xe7\xee\x0e\xb7\x54\x67\x79\x7b\x0f\xa0\x42\x71\x8f\xd9\x3e\xcf\x1c\x29\xdf\x57\xc5\xef\x80\x25\x5e\x9b\x2f\x7b\xa1\x10\xf0\x27\x3e\x1e\xb1\x17\xc6\xfe\xa4\xe6\x69\xc9\x34\xdd\x1b\x6e\xe0\x76\xe9\x6b\xc0\x52\x38\x6a\x02\xac\x5d\xde\x72\xd5\xa7\xa5\xd2\x1d\xa8\x65\x9d\xf2\x7b\x4b\x81\xca\xc3\x3f\x0a\xd6\xbc\x8c\xef\x8a\x97\x13\x67\x4b\xba\xe5\xa3\xed\xed\xd8\x86\x00\x81\xc4\xc9\xa9\x57\x07\xfe\xd1\x13\xf4\x1a\x75\xa3\x4c\x09\x3b\xd4\xef\x81\xba\xd4\x6b\xd0\x32\x53\xa1\x65\xb4\x0a\xb4\xcc\xa8\xf8\x52\x32\x50\xea\x50\xf2\xa9\xc5\x76\xa5\x13\x25\x91\x9d\x1a\x92\xb4\x93\xe0\xc3\xf1\xcd\xe1\xf1\x15\x39\x05\x6e\xf6\xcf\x0e\x7e\x3d\xbf\xbc\xb9\x3a\x3a\x39\x3a\xb8\x3e\x3e\x3f\xb3\x1c\xe1\xf3\x52\x40\x4f\x53\xa0\x63\xf7\x28\xa9\xc3\x21\x97\xec\x6c\x07\xf8\x1e\x0d\x7d\xc3\xc5\xec\xec\xfd\xec\x9a\xc9\xe0\xb6\x35\xc2\xe3\xd8\x72\xba\x7b\x3d\x0d\x21\xca\x88\x44\x54\x35\x20\x45\xf6\x77\xf4\xa6\x4e\x21\xec\x03\xe8\xe4\x20\xf3\x0c\x05\x81\xcf\x9c\x67\x88\xa8\xec\x72\xa5\x5b\x66\x5b\x51\xc6\xf4\x6e\xe6\x18\xb0\x17\xdb\x50\x15\xf6\x31\x25\x22\x57\x07\x74\xfb\x53\x8c\xd3\x64\x7b\xfb\x27\xaf\xf8\xa5\x18\x05\x5c\x22\x97\x66\x10\xbb\x23\x04\x07\x6a\x7c\x1e\x1b\x52\x98\x0c\xf1\xbe\x90\x8c\x6c\x8b\x3c\x43\xba\xed\xe4\x62\x06\xa9\x76\xd0\x7c\xc2\xd9\x4a\xb6\xb7\x6d\x9d\xb4\xc7\x54\x6b\xe3\xf4\x0e\x96\x1e\x67\xd7\x7e\xd6\x3e\x0f\x45\x1f\xb5\x31\xbe\x56\xd4\xba\x64\xdb\x97\x99\xde\xdb\x3d\xe5\x02\x8d\xea\xa4\xf2\x4e\xfd\xd1\xe1\x4e\x59\xda\x54\x5c\x89\xc5\x6a\x33\xfd\x29\xf2\x5e\xbf\xd9\xc2\x68\x36\x47\x9e\x15\x65\x07\x69\x1c\xfb\x93\x0c\x86\x56\x44\xc5\x90\xd7\x89\xab\x14\x6e\x6f\x27\x2e\x4e\x99\x07\x95\xed\x88\xbe\xbc\xc9\x99\x43\x02\x74\xe6\xb9\x90\x95\x73\xdb\xd9\xde\x4e\xea\xbe\x4f\xe2\xe4\xf9\x16\xaa\xd3\xe2\x8c\xd3\x69\x06\xc3\xf4\x3e\xa1\xac\x74\xf1\x63\xd3\x89\x05\xa2\x1a\x75\x4f\x85\x76\x1c\x2d\x50\xf8\x54\x36\x5b\xff\x24\x6f\x79\xb1\x72\xe8\xb1\x12\x33\xb3\x09\x31\xde\xb5\xd8\x40\x4f\x9e\xa1\xe9\xdf\x6a\x4c\xf4\xa2\x74\x3c\xf1\xf1\xee\x10\x62\x71\xf9\x48\xb4\xbb\xe0\x91\x38\xea\x17\xbe\x39\xac\x28\xcc\xe2\x9d\x92\x69\xb9\x08\xb9\xb9\x9e\x73\x35\x36\xdd\x3a\xd4\xb9\x28\x1d\xb0\xaf\xeb\x5c\x35\xaa\xfc\x2f\xf8\x8e\x64\x71\xc9\x75\xa8\x00\x9d\xad\xd8\x25\x2c\x8c\xac\xa0\x6b\x09\xe4\xad\x62\xa4\xd2\xb3\x92\xba\x87\xf8\xc5\xab\xb1\xe3\xfa\x53\x3c\x22\x10\x2d\xf0\x31\x0c\x29\x6c\xcc\xb6\x5e\xeb\xd1\x03\xe8\x5d\x3a\xd3\x49\xc4\x01\xb1\x9b\x0e\x06\xe5\x56\x13\xc6\x2b\x9b\xd8\x1f\xab\x16\xd0\xbd\x1f\xdf\x4a\x03\x67\xe5\x12\x8a\xa3\xbe\xe2\xdb\x4d\x7d\xf1\xbe\xb2\xff\x8e\xd9\x67\xfd\x53\xb3\xb3\xaa\xd6\x2f\x47\x08\x08\xfe\xab\x88\x6c\x73\x49\xc6\x51\xfe\x76\x47\x7e\x76\x7e\x9f\xc8\xfe\xfa\xe2\x8b\x30\x1e\xeb\xb0\x60\x84\x86\x69\xd8\x6f\xe4\x44\x35\x8e\x3e\x45\x49\xb6\xeb\x07\x31\xbd\x1e\xc3\x03\x4f\xd6\xfa\x47\xf2\xc7\xe9\xa3\xfd\x38\x0d\x6e\xa3\x64\x28\xdf\x79\x32\xb8\xc2\xd6\xe3\x29\x69\x9b\xcb\x11\x85\xf7\x2b\x98\x0b\x39\xa4\x53\x7d\xf1\x58\x8a\x29\x0e\xe0\x1d\xed\xcc\xa7\xaa\x1d\x1f\xea\xfe\x0c\xe2\x79\x77\x02\x51\x16\x65\xd8\x9e\xd3\x90\x83\x9d\xf9\x99\xf0\x99\xef\x14\x16\xd3\x22\xc0\x21\xbd\x04\x0b\xae\x60\x80\x20\x3e\x3e\xec\x68\x51\xfd\x68\xf8\xc3\xdc\xc9\x41\x9c\x0e\xd3\x69\xa5\xf5\x53\x6b\x99\x79\xdc\xda\x16\x6d\xd8\x62\x9e\x07\x49\x7d\x8f\x07\x10\x86\x7d\x3f\xb8\x75\xe1\x27\x18\x10\x6e\x65\x3b\xde\x5b\xa6\x2c\x80\x93\xd4\xa5\x2f\xdb\xd2\x61\x42\xd4\x51\xa7\x97\x43\xd6\x92\xc6\x00\x1c\x60\xd1\x57\x48\x9f\x73\x33\x6e\x47\xc5\xd5\x7e\xbe\x26\xe8\x87\xa1\x59\x9f\x97\x04\x6c\x5e\x6f\xee\x07\x6d\x55\xcc\x99\x1f\xe4\x69\x1a\xc2\xb8\xc6\xc9\xd9\xb8\x41\x5e\x4c\x53\x94\xdc\xf9\x71\x14\x12\x32\x4e\x0e\x42\x48\x16\xcb\x9d\x8f\x61\x23\x3a\x5b\x02\xf5\x15\xdf\x9d\xc9\xe3\x52\xf3\x07\xac\x08\xc3\x31\xc5\x4b\x96\xb0\xc6\xf2\xe5\x11\x65\x67\xf0\xde\x72\xb6\xb7\xc9\x40\x29\x02\xb8\x84\x41\x8a\x42\xe6\x0d\xb2\xd4\x30\xca\xe7\x9f\xcb\x9a\x2f\x75\x17\x97\x56\x5a\xfd\x48\x27\x69\x1c\x05\xb3\x5d\x3f\xdb\x19\xfb\xc9\xac\x6e\x90\xcc\x4b\x7b\x1c\x25\xd1\x38\xfa\xcc\x96\xc4\xc2\xcb\x07\xf4\x37\xeb\xa9\x2a\x97\x43\x8a\x79\x79\xc9\x10\x62\xe5\x1c\xbe\x9a\x8d\xfb\x69\x9c\x09\xde\xba\xe8\x19\x42\x06\xd3\xfb\x56\xa8\x2c\x9f\x17\xba\xcc\x4a\x12\x87\x90\x59\x95\x52\x1a\x3a\xdb\x51\x2e\xc8\xe7\x85\x79\x9e\xfb\xee\x53\xad\xb2\x50\xc6\xe7\x8a\xa3\x38\xe7\x7f\xe2\xd8\x20\xcc\x06\xbe\x5b\x10\x1d\x81\x47\x35\x30\x02\x00\x98\xe1\x01\x94\x80\x00\xb9\xd3\xa1\x9a\xd8\x04\xc0\x35\x44\xcb\xae\xb2\x6b\x00\x25\x8c\xb8\x0d\x1f\x1e\xba\xbd\x0a\xd5\x85\x78\x51\xda\x0e\x3a\x18\x50\xf3\x01\xec\x26\xbd\xbc\x14\x25\x15\x76\x51\x6f\x7b\xdb\xf6\xe9\x65\x89\x2e\xea\x39\xc0\xa7\xae\x5e\x55\x32\x67\x6d\x9b\x9c\x68\xb5\xda\xef\xcd\x5f\xf0\x5f\x4d\x29\xe8\x2f\xf8\xc7\x1f\xd9\xaa\xf1\x3d\x16\x22\xb6\x90\x7e\xb0\x2a\x0a\xe1\x5e\x67\x9e\x6f\xe1\xff\xf8\xe9\x5d\xc2\x97\xa0\xed\x3b\xe0\xf5\x5e\x8d\xaa\x85\x7d\x66\xbf\x8b\x7b\x34\xac\xeb\x92\xd5\x94\x55\x7e\xff\x08\x66\x36\x04\xcb\x5e\xb5\x7d\xc7\xe9\x28\x7d\xaa\xe9\x50\xfd\x02\x5b\xb6\xd2\x7d\x80\x1d\x8a\x24\x0b\xcb\x7b\xf1\x49\x2d\x2b\x07\x34\x72\xad\x2e\xe4\xeb\x4b\xe4\x15\x5c\xa4\x09\xd3\x0e\x60\x41\xd8\x72\x3c\x8f\x9e\xb2\x75\xeb\x0a\x7b\xf3\x6e\xd2\xd3\x99\xfb\x19\xf5\x69\x2c\x2f\x2d\xf5\x21\x0a\xa1\x31\x59\x64\x7a\xa9\x03\x30\x1d\x45\x54\xb1\xdc\x16\xf6\xdf\x32\xa2\x2d\xab\x63\x20\x14\xe9\x91\x9b\x56\xb2\x48\x04\xb3\x49\x9a\x84\x3f\xa7\xe8\xef\x53\x88\x38\xab\xe9\x54\x87\xbf\x50\xd8\x5d\xd5\x71\x05\x6d\x1b\x82\xc4\xf1\xde\xda\x89\x7b\x41\x0e\xe5\x08\x66\x5e\xac\xfc\x70\x44\x36\x22\xdf\x4e\x5c\x2e\xcf\x1c\x87\x44\xde\x20\xeb\x4c\xaa\x4c\x77\x22\x56\x36\xb3\x80\xa5\x48\x3d\x16\xb0\x0e\x7d\xec\x07\x30\xc1\x04\x57\x3b\x1a\xb5\xb3\x34\xd4\x48\x25\x69\xa8\xd1\x21\xf5\x25\x22\x16\x99\x71\xda\x67\xb2\xb8\x00\xa6\x66\x05\x6d\x3a\x1e\x3d\x11\xca\x7b\x89\x1a\x60\x19\x24\x0b\xf4\xab\xca\xa4\xc1\xaa\x49\x83\x6b\x9d\x34\xf8\xf8\x49\xa3\xac\x26\x97\x93\x96\x41\xc4\x35\xa0\xfa\xb0\x65\x8a\xad\x5a\x9c\x24\xf5\x19\xa5\x81\x79\x99\x8d\xe4\x1c\xac\x3a\x4a\x80\x8c\xb1\x19\xd4\x1a\x0e\x14\x14\xef\x78\xba\xc8\x1b\x29\xe4\x1c\x07\x20\x1d\x99\xd5\x24\x04\xd0\xf1\xca\x77\x80\xcc\x50\x1a\xc3\xb5\xe0\xb2\x27\x1c\xd9\x53\x1d\x80\x97\x69\x0c\x33\x4f\xc6\xee\xe1\x05\x0f\x0f\x84\xc1\x17\xbf\xdf\x75\x7b\x1d\xfe\xe7\xb3\x3a\x89\x8c\xde\x43\xa3\xf7\xb0\xe8\x3d\xff\xf3\x09\x8e\x04\xd6\x07\x23\x7e\x00\x2b\x2d\xed\xb8\x06\xeb\xf0\x3b\xd8\x6f\x59\x9c\x9a\x17\x6f\xe8\x28\x76\x68\x85\xfe\xd4\xb3\x74\x20\x5f\x38\x3a\x96\xea\xe1\xa5\x7e\xc6\x35\xab\xa5\xa8\x8e\x62\x10\x25\xe1\xfb\xd9\x55\x3c\x1d\xda\xf3\x24\xeb\xd0\x0a\xe1\x33\x23\xfd\x58\x1c\x97\x9b\xbd\x79\x02\xcf\x37\x0e\x08\x03\xf3\xd9\x30\xb0\x1c\x37\x0c\x5c\xea\x49\x12\x85\x3a\xa4\xd5\xd2\x76\x70\xbd\x11\xe4\x6a\xa3\x5a\xf5\x98\xa2\x0a\xab\x25\x56\xa3\x1f\x13\xa5\x96\x03\x0a\x25\x5b\x09\x64\xf3\xd1\xb1\xbb\x38\xeb\xd3\xa4\x51\x43\xd5\xd6\xa3\xf5\x69\xd0\x7b\x6b\x63\x0f\x82\x25\x3a\xb5\xd2\x75\xa5\xa2\xc3\xf9\x62\x8d\x5b\xfd\xfe\xa8\x5e\xee\x5f\x47\xf1\x76\x23\x26\xad\x66\xb9\x8b\x6a\xcb\xa1\xea\xf1\xd5\x94\x6a\xec\x09\x41\x02\x30\xd7\x2e\xae\x43\xcb\xb8\xaa\x0d\x14\x4d\x80\x39\xff\x70\x45\x2b\xdc\xce\x53\xb8\x41\xf0\x2f\xcb\xd2\xc6\x61\x45\x4f\xc7\x14\xb5\xf4\x43\x1e\xd0\xb1\xd5\xee\x48\xfa\xcc\x87\x09\xd5\x18\xea\x16\x34\xa0\x54\xd5\xde\x17\x53\x3c\xd3\x26\x71\x84\x6d\xcb\x2d\xd2\xbe\x40\x77\x92\x4e\x6c\xae\x9d\x54\x9d\xb3\x6c\xc8\x53\xb5\xba\x96\x23\xda\x61\xeb\x6d\xb5\x76\xb8\xaf\x33\x6f\x87\x7b\x3c\x33\x1f\x89\x8e\x7e\xea\x0c\x10\xcc\x46\x36\xd5\xfb\x92\x95\xa0\xd5\xd6\xf7\x2c\x07\x10\xa1\x74\xc1\x0c\x42\xfe\x84\x39\x49\xe5\x27\xcc\xe1\x69\x4f\xc8\xa3\x33\xf0\x93\x00\xd6\xde\x51\x5c\xf0\xa9\x82\xc5\x1f\x79\xc9\x59\x20\x0e\xc1\x6a\xed\x3a\x1b\x7e\x59\xbb\xce\x7d\x53\x29\x37\xe2\xcf\x2b\xd3\x45\x8b\x9d\x1c\x4c\x6b\xa7\xa6\x7d\xcf\xaa\xe6\xc2\x01\x16\x6b\xb2\xa2\x67\xfc\x79\xde\xb3\xb0\xf6\x93\x34\xe9\x19\x33\x4d\xaf\x66\x90\x60\x2d\x56\x74\x8c\x3f\xcf\x3a\xd6\x4c\x5d\x4e\x78\x20\xb5\x78\xd5\x87\x27\x1a\x57\x4b\x25\x94\xed\xb3\x44\x93\x45\xec\x63\x10\x82\x31\x98\x80\x01\xe8\x83\x11\xb8\x03\xb3\xc2\xa7\x77\xf8\x92\x52\x50\x9e\x6f\x52\x50\x7e\xb3\x29\x28\xa1\x7b\x75\xf2\xe1\x97\x9b\xdf\x8e\x7e\xf7\xa0\x7b\x71\x79\x7c\xba\x7f\xf9\x3b\xfd\xc5\xd9\xba\x5e\x68\x4d\xa3\xd0\xda\x52\xde\xb1\x8e\x0f\x59\x4a\xf4\x0b\xcf\x4e\x98\x7c\xe6\x63\x8c\x1c\x5b\x44\x2b\x72\x00\xaa\x2e\xf6\xab\x8b\xe3\xaa\x62\x30\xe7\xdd\xfd\x07\x1d\x02\x39\x16\x2c\x2b\x77\x40\x56\x4d\x23\xaa\x2e\x4e\xb5\xe2\x64\x4a\xf6\xb4\xe5\x80\x69\x75\x71\x60\x84\xa2\x96\xf0\xbd\x41\x2e\xcd\x21\x87\x1d\x64\xb6\x40\xc8\x13\x69\x8a\xc2\xe3\x43\x0b\x8c\x8d\x32\x45\xd1\x04\x26\x46\x1d\xd3\x45\x0d\x8c\xd2\xeb\xd9\x04\x5a\xa0\x6f\x94\xb2\xfc\x72\x60\x64\x14\x33\xe6\x71\xcc\xfc\x1c\xef\x8c\xca\xd3\x34\x8c\x06\x33\x5e\x39\xe3\x09\x3e\x73\x10\x7a\xe7\x76\xa0\x66\xcb\xa4\x83\x69\x9f\x2d\x73\x6c\xd2\x25\xf3\xd1\x45\x6d\xc9\x4e\x4c\xb2\xea\x94\x76\xfd\xb6\xe4\x07\x26\x79\xf6\x55\xba\x71\x5b\xc2\x7d\x93\x30\xfb\xb0\xdd\xac\x2d\xe1\x91\x49\x98\xaf\x8d\x6e\xd4\x96\xf2\x9d\x49\x59\x5b\x5e\xdd\xb4\x2d\xfd\x99\x49\x5f\x5b\xa1\xdd\x69\x5b\xfa\x81\x8a\x04\x2e\x16\x23\x81\x29\x1e\xed\x8c\x21\x1e\xa5\xe1\xd3\x20\x02\x30\x04\xe7\xe0\x02\xdc\x80\x7b\x70\x04\x3e\x82\x5b\xf0\x09\x9c\x81\xcf\xe0\x00\x5c\x81\x53\x70\x08\xae\x0b\xc4\xb0\xff\x92\x10\xc3\xc9\x06\x31\x6c\x10\x43\x0d\x62\xa0\x27\x27\xc5\x0c\x97\x4f\x89\x19\x6a\xd0\x41\x1d\x94\xa8\xc4\x0c\x75\x0f\xa7\x4d\x1f\x8e\xd3\xc0\x8f\xc9\x1b\xd3\xea\x2e\x06\x6a\xb1\x03\x42\xae\x3f\xe1\x39\x1b\x42\x37\x45\xb6\x75\x18\x65\x93\xd8\x9f\x71\x93\x14\x33\x29\x83\xb1\xfe\xe2\xa4\x9a\xfc\xa0\x1a\xda\xf4\xab\x8b\x47\x3a\xcd\x3b\xfd\xe7\xac\x05\x1e\xda\x57\xf1\xd0\x90\xe3\x8f\x7d\x0d\xdf\x9c\x1b\xa5\x2a\xfb\xbe\xa8\x78\x83\x5f\xbf\xbd\x31\x5f\xe3\x6e\x02\xd4\xdf\xf4\xde\xac\x54\x67\xf2\xc8\xa8\xbc\x4e\x6f\x61\x72\x42\xbe\x17\x35\x03\x7e\x34\xab\x29\x5b\xbe\xad\xeb\x09\x67\xae\x9f\x8c\xfa\x53\xca\x3a\x58\x83\x67\x46\xdd\x01\x0f\xfc\xf2\xd9\x7c\xc7\xff\x44\xfb\x72\x7d\x7d\x62\x81\x03\xf3\x25\x95\xd5\x5e\x99\x6f\xaa\x7c\xf2\xb4\x76\x42\x33\x0b\x1c\x1a\x95\x63\x88\x7d\x0b\x5c\x4b\xf0\x37\xf4\x4e\xec\xd9\x13\x80\xbf\x73\x93\x2e\x87\x51\xad\xe1\xdf\x85\x49\x78\xbd\xf0\xef\xa6\xaa\xdf\xe2\x06\x78\x6b\x0c\x78\x5f\xea\xbc\xba\x8a\xdb\x43\xc1\xa3\x12\x7d\x75\x23\xb4\x07\x84\x1f\x4d\xfa\xc6\x5e\x6a\x0f\x09\x6f\x4b\x2d\x30\x94\xdc\x1a\x0b\x7e\xaa\xfd\xb0\x02\x2e\x07\x6d\x9b\x38\x33\x9b\x50\x0f\x85\x6e\xd8\x96\xfc\x67\x93\xbc\x38\x57\xba\xe3\xb6\xa4\x0f\x4a\x3d\x57\x8f\xa6\xee\xa4\x2d\xfd\xab\x52\xd7\x35\x41\x62\xd0\x96\xfe\x69\xa9\xff\x9a\x20\xd1\x6f\x4b\xff\xb0\xfe\xd0\x21\x2b\x67\xd4\x96\xfe\xb5\x49\x9f\x1d\xd3\xdd\xbb\xd6\x12\x96\x2a\x01\x5d\x2e\x94\x80\xfa\x2c\x30\xc7\x0e\xa2\x88\xf0\xa9\x45\xa0\x42\xdc\xf9\xf8\x92\xc4\x9d\xdb\x8d\xb8\xb3\x11\x77\x96\x28\x48\x3f\x3d\x77\x61\x67\x05\xb1\xa6\xa9\x44\x53\x14\x87\xd5\x22\xc7\xb8\xba\x78\xd2\x42\xd6\xf8\xa8\xca\x1a\x42\x6b\xfa\x51\xd1\xbd\xf6\x8d\x32\x15\x29\x8e\x8c\x3a\x05\xe6\xdd\x99\xaf\xa9\x18\x6d\x66\x54\xee\x4f\xf1\xe8\x94\xab\x8d\x86\x46\x9d\x88\x4e\x55\xc8\x3c\xa2\xe6\x7d\x94\x84\x0c\xd8\x5c\x54\xd4\x30\xc0\x70\x63\xd4\x68\x2c\xf3\xde\xa8\xd4\xf8\xdd\x91\x44\xf7\x03\xef\xd6\x9e\x3c\x01\xba\xef\x9b\x74\xd7\xa3\xda\x1d\x99\x64\xd7\x8b\xed\xef\x4c\xf2\x6b\xc5\xf6\xb3\x52\xe7\xd7\x8b\xed\x87\x26\x7d\x75\xe9\xb5\x87\xf6\xe7\x26\xf9\x62\xf5\xb6\x47\xf5\x17\x26\xf1\x62\x03\xb4\x47\xf6\x37\x55\xc4\x39\xe8\x6e\x8d\xe9\xef\x4d\xe2\x3a\x72\x6d\x0d\xea\x8f\x4c\xfa\x3a\x72\x6d\x8d\xec\x27\x2a\x00\xfc\xb4\x10\x00\x06\x69\x8a\xc2\x28\xf1\xf1\x9a\xe1\x5f\x01\xf5\xfa\x2f\x09\xea\x8d\x36\x50\x6f\x03\xf5\xea\x34\xdb\x69\xc8\x35\xdb\x77\xad\xc0\xde\x6a\x20\xcf\x84\x73\x12\x45\xa5\x2d\x50\x54\x5f\x45\x51\x53\x0e\x2b\x44\x21\x1d\x27\x08\x8c\xd2\x03\x72\x50\x14\xe6\xee\xbe\x84\x3b\x43\x96\x11\x65\x6c\x54\x54\xd9\xbc\xe5\x4b\xb3\x24\xb8\x8e\x14\xbb\x77\x9e\x83\xa9\x37\xb2\xd3\x27\x40\x2d\x81\x49\x97\x0d\xaf\x3d\x6e\x09\x4d\xc2\x7c\x86\xda\x43\x96\xb1\x49\x59\x4e\x72\x7b\xc0\x32\x31\x69\x6b\x68\xab\x35\x5e\x19\x94\xba\x2e\x3f\x75\x7b\xb4\x92\xaa\x6c\xed\x6e\x21\x5b\x0b\x83\xf5\xb0\xb3\x82\x8d\x85\x2f\x89\x8d\x8d\x37\x6c\xec\xfb\x60\x63\x3f\x9f\x5f\x1e\x1d\xff\x72\xb6\x2a\x53\x53\x5f\x53\x4f\x80\x1a\x4b\xee\xa4\x9d\x72\xa3\x9f\xa6\x31\xf4\x93\x92\x76\x43\x94\x57\xe8\x20\xe8\x98\xb3\x16\x1c\x2e\x54\x39\x5c\xc4\xf9\x4f\xa8\xd9\x24\x53\xa3\x94\x5a\x34\x0a\x76\x18\x4a\x23\x5f\x36\x3a\xe2\x61\xfc\x04\x57\xa4\xb1\xb5\xc6\x76\xf6\x04\xfc\x2a\x35\xe9\xae\xcb\x86\x36\x35\x09\xf3\xf1\xb6\xe7\x57\x81\x49\x59\x9b\xb2\xf6\x3c\x2b\x53\xcf\xfd\xc9\xe2\x73\x3f\xca\x82\xf4\x0e\xa2\xd9\x4e\x30\xa2\xf9\x4e\xd7\x25\xd3\x14\x8c\x60\xf2\x92\x18\xc1\x60\xc3\x08\xbe\x0f\x46\xf0\x08\x79\x46\xbd\x54\x4d\x8f\xf9\xfe\x53\xe8\xb0\x0d\xb1\x86\x88\x33\x8f\x3f\xd5\x27\xea\xa9\x2e\xce\xef\x89\x14\x45\x94\x4b\xe2\x53\xa3\x52\x85\xb9\x81\x51\x77\xc0\x8e\x8a\xd0\x28\x66\xe6\xb8\xb1\x3c\xf1\x53\x6f\x60\x47\x4f\x70\xe2\x4f\x4d\xba\xda\x40\xda\x1f\xfc\x81\x49\x7f\xbd\x0a\xd6\xd0\x24\xcf\xa7\xb3\xfd\xb9\x3f\x36\x29\x73\x03\x69\x6b\x29\x25\x52\x19\x4a\x7f\x21\x43\x19\xfa\x18\xde\xfb\xb3\x05\x79\x9c\x2a\x93\xd9\x89\xbf\x16\x3f\x25\xf3\x23\x34\xe2\x4e\x8c\xe7\xd0\xd8\x31\x82\x3b\x15\x5c\x69\xfa\x92\xb8\x52\xb0\xe1\x4a\xdf\x2c\x57\xe2\xcc\x87\xf0\x93\xd0\xb3\x7d\x16\xb2\x52\xd7\x5d\x55\xe0\x7d\x42\x83\x27\x1a\xf6\x11\xf2\x67\x0b\x0d\x94\xdd\x5e\x4b\xe1\x60\x2a\xec\x78\x59\x96\x06\x91\x8f\x61\xc8\x8f\xdc\x83\x74\x4a\xf6\xac\x90\x17\xe4\x73\x61\x88\x60\x96\x91\x6d\x9a\x2a\x02\x40\xa0\xa3\xde\x3a\x6a\xed\x8f\xd8\xb4\xd4\x54\xd1\xa1\x35\xc3\xeb\x70\xe1\x69\x38\x82\x7e\x8c\x47\x3b\xc1\x08\x9a\xe9\x92\xbf\xfe\x59\xb8\x8a\xff\x7d\x71\x6e\x5e\xbd\xa4\x73\xf3\x74\x73\x6e\x7e\xb3\xe7\x26\x74\xb3\x60\x04\xc7\x7e\x81\xde\xf9\xef\xf9\x15\xf6\xf1\x34\xeb\xcc\xfd\x38\x4e\xef\x61\x48\xcf\xc1\xac\xd3\xb5\x26\x7e\x96\xb1\x38\xca\xf7\x3e\x4a\xd8\x5f\x01\x8a\x70\x44\xc4\xfa\x5e\x0e\xae\x67\x13\x58\x7e\xcb\x02\x16\xcf\x6d\x05\xac\x11\xc6\x13\x0b\x58\x38\xa0\xff\xc7\xb1\x05\xac\x30\x0d\x6e\x69\x8a\x9c\x21\x9a\x04\x16\xb0\xfc\x38\xf2\x69\x1e\x28\x7a\xa2\x1f\x9a\x27\xba\x8e\xf9\xcb\xc5\x59\x75\x71\x54\x5d\x9c\x56\x17\x4f\xab\x8b\x83\xea\xe2\xb0\xba\x78\x5c\x5d\x3c\xa9\x64\x3a\xdc\xb7\x1e\x49\xa1\xa5\xaf\xbd\x5d\x28\xb4\x46\x86\x4b\xbf\x2d\xc0\x3b\x0d\x69\x71\x57\xaa\xa5\xe6\xef\x76\xde\xf6\x57\x9a\x12\x4b\xb8\x9f\x5c\x49\x59\x06\x06\xb7\xc7\x87\x85\xf7\xc9\x95\xe6\xe1\x7e\x61\x94\xb2\xb5\x55\xf8\x9d\x48\xe2\x29\x3d\x88\xef\x8d\xe2\xf3\x29\x9e\x4c\x71\xe1\x5d\x7f\x55\x25\x7a\x7d\xac\xae\x24\x9d\xba\x2d\x35\x13\xc2\xc2\xad\xde\x78\xe1\xda\x1f\x66\x85\x5f\xfd\x95\x74\xcc\x19\xd0\xad\x99\x26\x85\x6f\xbd\xa8\x3b\xfa\x34\x49\x33\x18\x4a\xbf\xfa\x7c\x08\xf1\xab\xdf\xa2\x24\xb4\xb5\xe8\x79\xa4\x4e\x46\x21\x3b\x7c\x47\x43\x84\x59\x1d\x99\x58\x93\xbe\x45\x49\x91\x03\x4c\xbe\xda\x15\xdb\x85\xee\x8c\x9e\x1b\x25\x41\x3c\x0d\x61\xc6\xc2\xbd\x92\xe9\x65\xae\xf5\xa7\x95\x2e\xf0\xad\x31\xc0\xb9\x49\x58\x7e\xe9\xf6\x08\xe0\xc2\xa4\xbd\xae\x5b\x8a\x37\x26\x61\xb1\xde\xda\x1b\x83\xee\x4b\x13\xcd\x96\x6c\x7b\xbf\x95\x23\x93\xb2\x58\xf5\xed\xbd\x56\x3e\x96\xe6\x43\x13\xf5\x5b\x3b\xae\xdc\xd6\xd0\xa7\xcb\xa4\xb5\xdb\xca\xa7\xf2\x94\x53\x53\x6a\x6b\x7f\x95\xb3\x9a\x6e\xb3\x13\xa0\xbd\x27\xfa\x67\x93\xbe\x7a\x88\xb4\x77\x44\x3f\x30\xc9\xcb\x73\xa8\xbd\x13\xba\x41\x99\x1c\x66\xcc\xf7\x7c\x59\x18\xd5\xf2\x6b\x0e\x50\xca\x4a\x94\xe5\x81\xc7\x3c\xd0\x57\x22\x5f\xbc\x6b\xb4\xa1\x79\xa2\x1f\x2e\x14\x2d\x64\xc2\xa8\x9d\x09\x44\xe3\x88\xe6\x41\xd8\x21\x27\xee\xce\x08\xfa\xa5\x5c\xfa\xcd\xc4\x8d\x06\x62\x04\x0f\xe1\xbc\x09\xec\xb1\x11\x17\x5e\xb4\xb8\xc0\x02\x3f\x5d\x78\x34\x57\x41\x67\x8e\xe0\xbf\xa7\x11\x82\x21\x79\x0d\xfc\x4a\x37\x50\xb5\x38\x70\xf4\xc9\x0f\xc8\x56\xb9\x40\x70\x10\x7d\xb2\x80\x75\x35\x1d\xb0\x3f\x2e\xe1\x10\x7e\x62\x35\x19\xd9\x4e\x3d\x9a\x54\x82\xb7\x7a\x41\xc5\x81\x1b\xcf\xe6\xf9\x2d\x2a\x2d\x03\xe5\xe2\xb8\xba\x38\xab\x2e\x8e\xaa\x8b\x53\xb5\x98\x48\x07\xe5\x5b\xb5\xae\xeb\x5e\xb8\xc5\xb0\x5d\x6d\xd4\x44\x72\x30\x70\xf9\x92\xe7\xc3\x35\x04\x0b\x61\x2c\xde\x8c\x0c\xc2\xa7\xdf\x0c\x0a\x22\xbe\x86\x19\x16\x44\x7c\x9c\x52\x60\x10\xf6\xad\xcc\xc0\x20\xe2\xd3\x95\x82\x82\xd0\x81\x15\xe1\x40\x08\xe0\x2d\x46\x5f\x44\xd0\xaa\x9f\x13\x1a\x8f\xd0\x86\xde\x5b\xb9\xc9\x08\xa5\x2e\xec\x11\x0c\x3c\xf6\xce\xed\xf0\x29\x4c\xd8\x13\x93\x30\x9f\xbe\xf5\x04\x00\xd1\x28\x8b\x2f\xb0\x9e\x10\x20\x1a\x69\xf1\x11\xd7\x13\x04\x44\x23\xcd\xd7\xc1\x7a\x82\x80\x98\xf3\xc1\x96\xd2\x7a\x02\x80\x68\xb4\xf9\x6a\x6c\x0f\xaf\x0d\xba\xc5\xe2\x65\xd8\x7a\x19\xa6\xa9\x7b\xd9\x01\xa1\x0a\x6a\x42\x15\xd4\xdc\x3c\x0e\xd4\x3c\x7f\xe5\x69\x81\x79\x66\x2f\x09\xf3\x0c\x37\x98\xe7\x3b\xc3\x3c\xe7\xde\xfc\xc2\xc7\xa3\x6a\x78\x43\x6a\x24\xb4\x21\x3f\x24\xde\xf1\xf1\x88\x9d\x96\xbd\x1c\xb0\x0b\x35\x15\x2a\xd6\x5f\x8e\xae\x2d\x60\xfd\x7a\xb4\x7f\x48\x5e\x39\xbf\x22\xbf\x2e\x3e\x90\xff\x1f\x1e\x9d\x1c\x5d\x1f\x59\xc0\x3a\x38\x3f\x3b\x3b\x3a\x20\x45\xe7\x17\xd7\xc7\xe7\x67\x57\x16\xb0\xae\x2f\xf7\x0f\x48\xdd\xc5\xfe\xf5\xc1\xaf\x3a\x70\x3a\x17\xe1\xd4\xd6\xa7\x47\x4d\x5c\x71\x10\xec\x73\x2d\xe6\x52\x59\xaa\x00\x51\xa6\xde\xb3\x06\x4d\x9d\xbb\x62\x8e\x9b\x60\xa9\xfa\xa7\xdb\x20\xa9\x99\x40\x35\xc5\x67\x14\x70\x4a\xad\x12\x9f\x7b\x52\x51\xc7\xf9\xe3\xc0\xa8\xfa\x95\x4b\x98\x7d\xa3\x9c\xaf\x8b\x02\x58\xa9\xb4\x24\xaa\xa2\xf0\x49\x0c\xb8\x00\x4f\x75\x93\x20\xa1\x93\x98\x74\xcf\x23\x7c\x25\x1d\xbc\xd2\x20\xd4\xd0\xe0\xbf\xc5\xa0\xdb\xa3\x9d\x49\x15\xf5\xf5\x21\x9e\x41\x15\x79\x01\x4d\x5a\x83\x9e\xbe\x49\x5d\x7c\xbd\xf6\xa8\x67\x64\x92\x96\x0b\xa0\x3d\xea\xb9\xab\x9a\x94\x75\x80\x9e\x0a\xb2\x8f\x84\x3c\xf2\xd5\x45\x80\x67\x71\x44\xb5\xaa\x93\xe7\xb9\x61\x9d\x8d\xd3\xcc\x06\xd9\xbc\x08\x64\x13\x7a\xf3\x7d\x3a\x39\x1d\xdd\x07\xc6\xa2\xfc\xc4\x02\x26\x5a\xe1\xc5\x56\x08\x93\x99\x8e\x3a\x42\x8a\x3a\xc6\x35\xa8\xa3\xc2\xc5\x26\x74\x59\xcb\xae\x5a\x53\xf8\xe8\x88\xdd\xb8\x08\x6b\x58\x6b\xf2\xd1\x09\x98\x9a\xde\xf4\xc9\xf9\xf5\xfa\xfa\x62\xb1\x3b\x0e\x7f\xf1\x09\xdc\x6f\x58\xdb\x6b\xf6\xbc\x19\x37\x3b\x58\x97\xb9\xb4\x37\x3f\x3b\x8b\x36\x42\x18\xa4\xc8\xc7\x29\xca\x76\x79\x6a\xff\x35\xfb\xdb\x88\x78\x97\x60\x1f\x9c\x80\x4b\x70\x0c\xde\x83\x0f\xe0\x57\xf0\x1b\xf8\x19\xfc\x1b\xfc\x0e\x7e\x00\xbf\x80\x7f\x80\x7f\x16\x07\xf3\xdf\x5f\xd2\xc1\xfc\xb7\xcd\xc1\xfc\x0d\x1f\xcc\xeb\x09\x0f\xf3\x2f\x7e\xf4\xb6\x0b\xf8\xd2\x3e\xb4\x8b\xc8\xd7\x53\x17\xe1\xa5\xea\x9d\x3f\x59\x79\x4d\xe0\x97\x25\x2d\x84\x2b\xb5\x50\x1b\x2c\xa6\x21\x11\x76\x9c\x59\xb9\xf4\xdd\x21\x9f\x9f\xd6\x3b\xb6\x58\x49\xfd\xea\xe9\x1b\x55\x17\xdf\xad\x74\x5b\x6d\x56\xdd\xff\xa1\x56\x4c\x93\x2c\x38\xe0\xbc\xaa\xf0\xa2\x9a\xc0\x4d\x75\xf1\xbd\x7e\xab\xe2\x48\xfd\x59\xe3\x32\xfb\xb1\xb9\xb6\xc0\x72\xc0\x6d\xc9\x79\xe9\x14\x62\xdf\x72\xc0\xa7\x52\xc5\x71\x76\xea\x27\xfe\x10\x86\xef\x67\x07\x97\x34\x97\x4f\x0b\xc6\xff\x77\xf5\x8e\x87\xf0\xf0\xf9\xbb\x12\xe1\xe7\xc0\x28\x53\xaf\x33\x5c\x99\x75\x6a\x38\x96\x53\xa3\xf2\x2a\x9d\xa2\x00\x9e\x5d\x15\x01\x33\x8d\x1a\x6a\xb6\xb8\x2e\x93\xc4\x51\x42\xb3\xb8\x93\x57\xf7\x17\x54\xd3\xf7\x4f\x8c\x07\x2e\x10\x0c\x60\x08\x93\x00\x5a\xe0\xb2\xb2\x5d\x26\xbe\x1d\x1b\x75\x02\xcf\xbc\x37\xca\x4f\xe0\xd0\x0f\x66\x64\x62\x3e\x54\xd6\x58\xe0\x57\xb3\x15\x79\x27\xfb\x37\xa3\x86\xc5\x39\x09\xf7\xb1\x05\x7e\x36\xaa\x58\x1e\x10\x5a\xf5\xef\xca\xb7\x78\xf4\x92\xdf\x8d\x4a\x2d\xb4\xc9\x0f\x66\x25\xbd\xd0\xf1\x8b\x51\x7a\x09\x33\x3a\x0f\x99\x05\xfe\x61\x4e\x9e\x5c\xa1\x99\x05\xfe\xa9\xe8\x5f\xf4\x25\x58\x68\x61\x24\x77\xe2\x4c\x00\x26\x18\x45\xc2\x69\x8b\x34\xff\xf0\x30\xcf\x1d\xa9\x93\x99\xc7\x10\x77\x31\x48\x7a\x1e\xe4\x1c\xdc\x22\x6b\x18\x25\x7e\xbc\xc3\x3a\x45\x1d\xc8\xb6\xb7\xad\xdb\x69\x1f\xa2\x04\x12\x28\xe5\x79\x5e\x92\x8b\x6e\x1c\x85\x8c\xc5\xca\x2e\xbc\xa6\x4d\xe9\xfd\xcb\x73\xf0\xd9\xfb\x9b\x7d\x56\xbe\x4d\xd4\x1a\xac\x1e\x98\x74\xd7\xe3\x22\x76\x65\x92\x5d\x6f\xdc\x80\xd3\x12\x79\x2d\x8e\x52\x6b\xcd\xce\xa1\x49\xbf\xd8\xfb\xed\x55\x3b\xd7\x35\xc4\x99\xd5\xb3\xb5\x82\x67\xbf\x62\x6e\xd4\x13\xa8\xbd\xdb\xd8\xc9\xa2\x16\xd6\x14\xc8\xf4\xd2\x6c\x43\x3d\x07\xdb\xbb\x90\x1d\x57\x7f\x03\xae\x09\x6b\xed\x41\xf6\xde\x24\x2f\xa5\xcb\x01\x68\xed\xe3\xf5\xc1\x24\x5e\x1c\xe9\xed\xa3\x8c\xfe\x5a\x4d\x7c\x1d\x71\x46\x7f\x2b\xcd\x79\x11\xec\x63\xd6\x96\xf8\xcf\x26\x71\x85\x37\x75\x87\x6d\xa9\xff\xdb\xa4\xae\xb0\xb7\xee\x79\x5b\xea\xbf\x57\xf7\x5d\xc4\xf7\xba\x68\x4b\xff\x07\x93\xbe\x1e\x3f\xec\xa6\x2d\xfd\x5f\x4a\xf4\xd9\xc5\xcb\xfb\xb6\x84\xff\x61\x12\x56\x58\x7d\xf7\xa8\x2d\xf5\x7f\x96\x8e\x18\x15\x2d\x74\x3f\xb6\xa5\x6f\x32\x56\x1d\xf5\x82\xee\xed\x72\x7d\xfb\x22\x02\x0e\x38\x53\xb5\xee\xa5\xd6\x04\xb2\xb0\x40\xf7\xd3\xca\x2d\xc9\x97\x8d\x56\xce\x54\x15\xd4\xbf\x16\xaa\xa0\x6e\xef\x96\xeb\x9e\xcc\x64\xcf\x51\xf6\x73\x1a\x53\xeb\xcc\x97\x53\x37\x15\x6a\xa4\x83\x97\xa4\x46\xba\xda\xa8\x91\x36\x6a\xa4\x1a\x35\xd2\x6f\x70\xc6\xf4\x48\xa7\x5f\x52\x8f\xb4\x3c\x87\x5a\x9d\x9e\xa5\x52\xf3\xd3\x50\xc5\x23\x8b\x07\xd5\x44\xfa\x0d\x34\x1d\xe5\x6b\x59\xf2\x20\xaa\xba\x95\x45\xa6\xb7\xdd\xa5\xac\x83\xaa\x14\x28\xa2\x90\x90\x97\xf7\xb1\x0e\x16\x64\x40\x39\xa8\xcf\x80\x72\x50\x04\x29\xba\x35\xc2\x01\x8b\xaa\x9f\x63\x7a\x5d\xe2\xc8\x28\xe6\xde\x75\x1f\x8d\x62\x0d\x92\xdc\x1a\x95\x1a\x9e\xf8\x64\x54\x5e\x41\x6e\xd6\x3d\x33\x2a\x14\x66\xfe\xb9\xee\x02\x16\xcb\x13\x2a\xbe\xc6\x3b\x6b\xc0\xbe\x4a\xc7\xba\x85\x33\x76\xf3\x4a\xd4\xc9\x57\xa8\xd2\x4a\xa6\x85\xa7\xef\xff\x06\x67\x0f\x0f\x96\xc5\x2e\x5c\x5d\x55\xe5\x32\x59\xc3\x7d\x2b\x83\x2e\xfd\x8a\xeb\xb8\x6b\x75\xb5\x20\x95\xc9\x1a\x6e\x5c\x5d\xd5\xa7\x32\x59\xc3\xa5\x2b\x83\xba\xb2\x1c\xd7\x71\xf1\xca\xa0\xce\x57\xf4\x3a\xee\x5d\x19\x94\x85\xcb\x69\x00\x5a\x0b\xb6\xb7\x26\x6d\x1d\xec\xb7\x96\x6c\x3f\x99\xf4\x75\xb0\xdf\x5a\xb4\x3d\x33\xe9\xcb\xfd\xdd\xfe\x66\xd4\x67\x93\xb6\x8a\xf7\x5b\xcb\xcd\xe6\x06\x5d\xdf\xdd\x28\x83\x72\x81\x62\x57\xbe\x1a\xa5\xf0\x9d\xfa\x9b\x51\xa7\x0b\x71\x77\xc2\x6e\xd9\xad\xc5\xea\xfb\xb8\xfb\x4f\xcd\xcc\xba\x05\xee\x3e\x7e\x49\xb8\xfb\xfd\x06\x77\x6f\x70\xf7\x12\xf3\xed\x07\x7e\xd1\xe9\x49\xd2\x78\xac\x13\x8d\x97\x8b\x43\xdd\x4e\xb8\x28\xb3\xa0\x01\xb9\x6b\xb0\x35\xc7\xdf\x23\x3f\x3b\xf5\x13\xea\x3b\xcc\x2e\xeb\xee\x44\x49\x86\xfd\x24\x80\xc2\xa0\x5a\xb6\x34\x6a\xe1\x63\xca\x40\xdc\x1d\x44\x31\x86\x48\xc6\x50\xc8\x2c\x00\x99\x61\x37\x81\x01\xde\x99\xa0\xf4\xd3\xcc\x7a\xed\x91\xaf\xca\x1e\x70\xc9\xd9\x4d\x80\xbb\x09\xe8\xe9\xdd\xf8\xcc\xed\xf6\x2c\x7e\x4f\x3e\x3b\x10\x81\x31\x44\xc1\x85\x8c\x9e\xc1\x7e\xff\x93\xc7\xd0\x70\xc0\x70\x01\x39\x82\x0b\x17\xd5\x5e\x2c\xac\xbd\x69\x21\x61\x1c\xab\x12\x86\x80\xfe\xc7\x8a\x59\xf4\xc8\x28\x53\x71\xe5\x47\xa3\x8e\xc7\x0f\x2a\x80\xff\x71\x65\x40\x86\xe3\x92\xc1\xf0\xcc\xa8\xd1\xb0\xce\x67\xa3\x52\x03\x2a\x07\x46\x25\x8b\xe5\x76\x65\xbe\x42\x4b\x4f\x8d\xd2\x6b\x7f\x38\x84\xa1\x12\xf4\xe8\xd0\x78\x40\x81\x15\xd7\x66\xdf\xe5\x5a\xda\x37\xfb\x4e\xbf\x4c\x61\xa0\x3d\x56\x02\xbe\x8a\x7b\xf3\x7c\x49\x67\xd2\x54\x4b\x45\x14\x16\xc5\x80\x7c\xa8\xfb\x08\x07\x23\xfb\xf5\x9e\x33\x0f\xfc\x0c\xca\x8b\x70\xae\xbe\xe8\x3a\xdc\x94\x28\xa3\xb3\x6c\x55\x3d\xcd\x57\xa0\x78\x58\x04\x75\xa9\x7c\x96\xaf\x5e\xf1\xac\x08\x05\xb3\xc5\xd7\x93\x28\x87\xe3\x09\x9e\x59\x39\xed\xb4\xde\x25\x43\x20\xe3\xab\x94\x6f\x40\xba\xeb\x44\x5f\x3d\xba\xe1\xe8\x88\x1d\x37\x86\xc9\x10\x8f\x14\x7a\xbc\x23\x4b\xc9\x89\x1e\x2e\xa6\xc6\xa7\x60\x29\x35\x31\x37\x55\xd4\x72\x70\xef\xbd\xb7\x6f\xca\x22\x61\xeb\xeb\x87\x47\x26\x5d\x6a\xa1\x69\x2d\x69\x7e\x34\xc9\x6a\x12\x61\x6b\x81\xf3\xd6\x24\x2f\x37\x7f\x7b\x69\xf3\x93\x49\x9b\x47\x84\x68\x2d\x68\x9e\x99\x84\x15\xd3\x52\x6b\x39\xf3\xb3\x49\x5c\x97\xd8\x5a\x4b\x9b\x07\x26\x7d\x5d\x62\x6b\x6d\xae\xbd\x32\xe9\xf3\xb8\x98\xad\x45\xd9\xd3\x52\xc7\x19\xe1\xd6\x32\xec\xa1\x49\xb8\x74\xa2\xb7\x97\x63\xaf\xcd\x36\x54\x59\xb3\xb5\x24\xbb\x5f\x5a\x90\x92\xaf\xb4\x17\x64\x4f\x4a\x0b\x92\xb3\xa6\xf6\xe6\xdf\xcb\xf2\x27\xad\xe2\x6e\xed\x8d\xc1\xe6\xf4\x88\x40\x3f\xb3\xe5\x02\x73\xd5\x8b\x0e\xb8\x51\xc5\xe5\xca\xf9\x29\x30\x5d\x77\xb8\x62\x2b\x06\x81\x26\xad\x49\xc0\xd8\x3d\x7f\x54\x63\xe2\xfd\x26\x6d\x09\x30\x4a\x6d\xc5\x8f\x68\xab\x00\xb3\x5a\x5b\x37\xaa\xd2\xe1\xc3\x62\xa5\x83\xd0\x19\xae\x39\x25\x68\xa1\x24\xb8\x7b\x49\x4a\x82\xd9\x46\x49\xf0\x0d\x2b\x09\xce\xae\x2e\xf6\x0f\x8e\xb8\x9a\x60\x25\x8d\x01\x0b\x9e\x5e\xce\x9a\xa1\xd1\x54\x74\xf0\x54\x9b\x30\x6c\x17\x67\x5d\x8a\xf6\x95\x4a\x86\xba\x84\x9e\x59\x03\xd1\xbe\x89\x1e\xa2\xfc\xaa\x3d\xbf\x48\xe3\x28\x98\x1d\xb2\x8a\xac\xd3\xed\x81\xcb\x34\x86\xca\xef\xdc\xa1\x0e\xe7\x8f\x97\x7e\xef\x54\xe9\x57\xc4\x6f\xbf\xd3\x42\xab\x84\x46\x69\x81\x18\xc7\x46\x8d\xe6\x5b\x38\x31\x2a\x15\xd4\x30\x28\xbd\x17\x43\xee\x23\xd4\x37\xaa\xf6\x0f\x4e\x8a\x6b\xc2\x79\x0e\x02\x6f\x66\x4f\x9f\x20\x56\x7c\x68\xd2\x5d\x57\x68\x95\xb1\x49\x58\x01\xdc\x6b\xb8\x6f\x6c\x10\xd7\xbd\x3b\xd7\x70\xe1\xd8\xa0\xaf\x42\xbf\x35\x5c\x38\x2e\xf5\x5e\xae\x83\x75\xdc\x39\x36\xa8\xb3\xa5\xd4\x5e\xca\x99\xaa\xcc\x7e\xb8\x90\xd9\xa7\x51\x18\xec\x4c\x50\x7a\x17\x95\x02\xad\xad\x2b\x0d\xf8\x26\x84\xda\x86\xef\x3f\x3b\xbe\xdf\x32\x1f\xa4\x4c\x9c\x72\xf1\x15\x92\x7f\xaf\x76\x17\xcc\xb0\x1a\x38\x20\x58\x43\x48\x33\xca\xd3\x42\x23\xb4\x58\x75\x9c\xb3\xaa\x6c\x90\xc3\xb2\xb7\x8b\x19\xef\x8c\x99\x74\xcd\x68\x67\xfb\x53\x3c\xfa\x70\x79\x52\x8e\x77\x76\x18\x65\x93\xd8\x9f\xb1\x2e\x98\x31\xcf\x98\x92\x64\x26\x59\x74\xe8\x9d\xdb\xc1\x13\xb0\xe8\xb1\x49\x77\x9d\xd1\xcf\x82\xa7\xcb\xe3\x32\xa8\xea\xf7\xda\x12\x65\xf7\x4d\xea\xdc\x5a\xbf\x96\x18\x68\x1a\x61\xb9\x3a\xd6\x13\x05\x4d\x9f\x71\x75\x81\xad\x27\x12\x5a\x50\xa1\xc8\x6b\xad\x81\x0c\x9a\x47\xec\xa8\x8b\xd3\xb1\xc9\x98\xb9\x61\xf4\xdf\x08\xa3\x57\x52\xd2\xb4\xcc\x64\x59\xc3\xa9\x8b\x7c\x00\xeb\x48\x59\x29\x84\x97\x72\xde\x4a\x99\x07\xd8\x4c\x5d\xb9\x1f\x04\xd4\xa2\x63\xe6\xae\xdc\x67\x11\x41\x16\x64\xad\x2c\x1a\x7b\x82\xd4\x95\x45\xde\xe2\xf5\x67\xaf\x14\x43\x7e\x82\xf4\x95\x7c\xd6\xbe\x68\xe2\xca\x09\x55\xa1\x3c\x8d\xec\x55\xef\xbe\xb5\x55\x4e\x2d\xf3\x12\x0e\xeb\xc3\xcd\x61\xfd\xcd\x1e\xd6\xb5\x52\x19\x74\x4f\xf7\xcf\xf6\x7f\x39\x3a\x3d\x3a\xbb\xbe\x39\x3e\x2c\xa4\x34\xbd\xd8\xda\xe3\xff\xed\x54\xfc\x8f\xff\xf7\xc6\x6a\xec\xf9\x75\xfd\x15\x44\xbb\x3a\x15\x6e\xa5\xc0\x57\xf7\x70\xe3\x90\x20\xe5\x58\x20\x2b\xb9\x94\x15\xc5\x2b\xb8\x96\x2d\xeb\x4f\xbf\xaa\x85\x8a\x87\xed\x04\xde\xbf\x3a\xf4\x31\x74\xdc\x21\xc4\xd7\xd1\x18\xda\x4e\xe5\xf5\x0f\x9e\x8e\xe7\xf1\xcc\xf9\x54\x95\x79\xb9\x10\x29\x0b\x8f\x0f\x8b\x4b\x1f\xa7\x15\x12\xef\xb9\x51\xa7\x48\x56\x17\x15\x55\xc5\xad\x8f\xd3\x2a\x8d\xf5\xbd\x51\x79\x39\x8d\xa1\x72\xef\xe3\xb4\xa4\xff\xfe\x68\xd4\x54\x5e\xfd\x38\x5d\x74\xf5\xa3\x3c\x28\x25\x33\xcf\xa9\x26\x60\x7f\x36\x4a\x31\x1c\x4f\x62\x1f\xc3\xc2\x03\x4c\xef\x06\xeb\xe2\x95\xe2\x5d\x15\x65\xbf\xc4\x69\xdf\x8f\xd9\xe5\x48\x32\xff\x45\xfa\x9e\x46\x9b\x5b\xa4\xf8\x39\x3e\xcc\x73\x30\xf3\x0e\xed\xbb\x27\x10\xf3\x87\x26\x5d\xea\x0c\xd4\x1a\xe7\x9c\x9b\x64\xd7\x2b\xe4\x5f\x98\xe4\xd7\x2a\xe4\xdf\x54\x51\x5f\x87\x90\x7f\x5f\x9a\x95\xf5\x86\x87\x38\x32\xe9\xf3\x3d\xd5\x5e\xc4\xff\x68\x52\x56\xec\x2a\xad\xc5\xfc\x5b\x93\xb8\xee\xc8\xd4\xda\xd1\xe8\x93\x49\x5f\x77\x64\x6a\xed\x6f\x74\x56\xbf\xd8\xb3\x75\xb8\x1d\x7d\x36\xe9\x73\xfd\x4a\x6b\x5f\xa3\x03\x93\x70\x71\xca\xb5\x77\x35\xba\xaa\xfe\xaa\x7c\xd1\xb4\x76\x36\x32\x88\x97\x4f\xdb\x66\x77\x68\x96\x11\x71\xc0\x9d\xea\x7a\x72\xa7\x8a\x42\xd7\x8b\x45\x21\xea\xe7\xbd\xc2\x55\x73\xfe\x5e\xc9\x0f\xbd\xcd\x65\x97\x42\x32\xba\x79\x49\x92\xd1\xfd\x46\x32\xfa\xfe\x24\xa3\xa6\xf6\xaa\x34\x84\xa0\x48\x08\x47\xc5\x9b\xa3\x67\x70\xb1\xa5\xda\x44\x65\xe4\xf9\x6c\x70\xb1\x45\x07\xf7\xc9\x0a\xe0\xfe\x46\x05\xf7\xc2\x3c\x75\xa3\x80\xfb\x81\x51\xa6\x82\xb2\xbe\x51\xa7\x20\xaa\x91\x51\xa5\x65\xfb\xbb\xab\xae\x24\xcd\xcd\x4c\x92\x69\x08\xf5\x74\x9f\x37\x25\x90\x7f\x5e\x4d\xee\x82\x1d\xa6\x17\x52\x03\x38\xf1\xee\xed\xf1\x13\x38\xc7\x0f\x4c\xba\xeb\x71\x8e\xef\x9b\x64\xd7\xeb\x1c\x3f\x32\xc9\xab\x78\xb8\x35\x6c\xbd\x33\xa9\xeb\xe9\x1e\x5b\xc3\xd6\x59\x0d\x7d\x3a\xf5\xad\xa1\xeb\xb0\x34\x37\x72\x19\xae\x21\x55\x4f\xa9\xeb\x05\x2e\x6e\x8d\x5b\x2f\x6a\xe6\x85\x6f\x86\xf6\xc0\x75\xac\xa2\x99\xa3\x85\x68\x06\xa5\xf1\x13\xb8\xd1\x2e\xbb\x95\xbb\x55\xd6\x95\xbe\x04\xf8\x72\xbd\x81\x2f\x1b\xf8\xb2\x44\x23\xbb\xff\x4d\x68\x64\x6b\x3c\x70\xa7\x0d\x9e\x09\x1a\x3c\xd3\x44\x45\xbb\x62\x00\x1e\x59\xdc\xd7\x81\x57\x6d\xf0\xe4\xc7\x2b\x5b\x0f\xab\x94\xad\x87\x15\xca\xd6\xc3\x05\xca\xd6\xc3\x7a\x65\xeb\x61\xa5\xb2\xf5\x70\x91\xb2\x55\x54\x52\x57\xe7\x48\xd5\xb7\x1e\x1a\xf8\x2d\x84\x09\x8e\x30\x7d\xe4\xa3\xd9\x5e\x1a\x6a\xf5\xb7\x26\x09\xc9\x03\x3f\x19\x35\x9a\x62\xe7\xcc\xa8\xd4\xb4\x32\x9f\x2b\xdf\x64\x54\x0f\x6a\xa7\x2d\x2b\xae\xe2\x8a\xca\x5f\xfd\x6c\x24\xaf\xe2\x52\x45\xea\xf5\x13\x29\x52\xaf\x9f\x46\x91\x7a\xfd\xb4\x8a\xd4\xeb\x27\x55\xa4\x56\x50\x5f\x8f\x22\xd5\x9c\x95\x75\x2b\x52\x0d\xfa\xc5\x7e\x59\x87\x2e\xd5\x20\x5e\xb1\xe5\xd6\xa1\x54\x35\xe7\xde\xd8\xb5\xeb\xd0\xab\x9a\x03\x29\xc0\xef\x1a\x94\xaa\xd7\x8b\x94\xc2\x6b\x50\xaa\x5e\x2f\x52\x0a\xaf\x41\xb7\x5a\xd9\x7f\x3e\x3d\x6b\xd0\xae\xd6\x9e\x0b\x6b\xb9\xcb\x79\x6a\xd2\x67\xe7\x68\xfb\x9b\x9c\x9a\x06\x75\x7f\xa1\xcc\x51\xd2\x84\x3e\x41\xce\x18\x16\xdf\x73\x0c\xd1\x10\xb2\x80\x1e\x15\xc1\x85\xbe\x40\xce\x18\xf0\x77\xf0\x37\xf0\x2f\xf0\xdf\x00\x42\x80\x61\x21\xf6\x24\xf0\x25\xc9\x3d\x08\x6e\x04\x9f\x6f\x58\xf0\x39\x48\xe3\x18\xd2\x99\x58\x8b\x12\xd7\x55\x35\xb9\x2e\x91\x8b\x58\xbe\x30\x1f\x7a\xb6\xcf\x5d\x1f\x6e\x30\xf2\x83\x5b\x18\x82\xcc\x43\xd0\xb6\x63\x86\xc6\x35\xec\x0d\x9d\x79\x02\x39\xd8\x8b\x30\x1c\x67\x16\xc8\x38\x06\xa4\xe6\x73\x5a\xe6\x41\x6a\x93\x3f\xe2\x49\x10\x58\x54\xf5\xcc\x76\x18\xa5\x57\xd0\x2b\x1e\x2d\x7f\x76\xaa\xcb\xe0\x9f\x1d\x92\x65\x16\xf8\xd8\xc6\xae\x41\xec\xe1\xa1\xdb\x73\x72\x07\x74\x7b\x0e\x5f\xf1\x5d\xd7\x75\x13\x78\xff\xea\x0a\x62\x1b\x3a\x3d\x11\xf9\xe3\x3d\x73\xb3\x74\xdc\x2c\x45\xd8\x76\xf2\xdc\xd1\x6c\x50\x6c\x08\xed\xa1\x5d\x4c\x0e\x5a\xe5\x93\xf9\x90\xca\x9d\x31\xf4\xec\x47\xe9\xb3\xfb\x30\x4e\x93\x61\x76\x9d\x3a\xb6\xc5\x34\x50\x86\x0c\xd7\x28\x48\xd3\xd2\x68\x4a\x8f\x90\xd6\x6a\x84\xc7\x52\x5c\x26\x3f\x8e\xfc\x4c\x86\x65\x12\xd1\x97\xac\x72\xe4\x25\x37\x2d\xa2\x37\xb9\xf3\xe3\x43\xb1\x48\xf3\x8a\xb0\x4a\xda\xb3\x32\x26\x09\x5b\xe0\x45\x0b\x66\xb8\x25\xb3\x2f\xd7\xfe\x30\xab\x88\xbb\x64\x3e\xc6\x53\xd7\xdc\x2c\x79\xac\x00\xf1\x04\x2a\xd7\x44\xa7\xe2\xe1\x68\xfe\x1f\xf4\x83\x91\xcb\xae\x31\xd0\x6c\xae\xbc\xcf\x34\x26\x0d\x0b\x4c\x75\xb4\x22\x09\x1a\xe9\x4f\x79\xff\xe3\xc2\xc0\x56\x74\x2d\x89\x18\x0e\xee\x5c\x56\x01\x55\xdb\xe9\x1e\x7d\x9a\xa4\x19\xe4\x31\x74\xf2\xca\xbc\x3e\xc6\x24\x95\xf3\xfb\xa8\xe1\xb6\x68\x76\x9f\x25\x0f\x7c\xae\xc8\x10\x74\x8e\xa2\x61\x94\x58\x04\xdf\x55\x0f\xaa\x2e\x20\x57\x45\xb0\x86\xab\x85\x51\xb6\x4e\x17\xd6\x1e\x2e\xac\xbd\x6e\x10\x4a\xac\x08\xe4\xb0\xdf\xe0\xe9\x22\x14\xc3\xc9\x2a\x61\xca\x1c\x70\xd9\x42\x81\x22\xcf\x75\x2a\xa3\x8b\x4c\x42\xb2\x54\x15\x85\xdf\x9b\x95\xda\xb2\x2a\x92\x0a\xe9\xf5\x45\x52\x21\x59\xce\x42\xff\xfc\x66\x16\x8b\xad\x2c\x13\x0a\xc9\x1a\x11\xe4\xe4\xdf\xa5\x57\xa4\x34\xf4\xbb\x59\xc5\x1c\x38\x7e\x30\x8b\x95\xfb\xbe\xbf\x94\xfa\x45\x45\xe7\x7f\x98\xc5\xc7\x87\x32\x81\x50\x51\x28\x8f\xa1\xbf\x9b\x35\xf4\x9c\x01\x7f\x33\x8b\x59\x80\x9c\x7f\x55\xb5\xc9\x95\x01\xff\x5d\x33\x21\x62\xf4\x04\xb7\x96\x27\x52\xd4\x62\xa8\x38\xc6\x9d\xc2\x6c\xc4\x2a\xd4\xd8\xc8\xa8\x88\x8d\xdc\x65\x0b\x6c\x08\xb1\x3e\xc5\x0e\x30\x2b\xf4\xb3\x43\x3c\xd6\x5b\xf2\x5c\xfd\xc1\x62\x39\xce\x12\x9c\x50\x95\x7f\x49\x3d\x78\x44\x1e\x26\x11\xe3\xab\x61\x26\xa6\xdc\x71\xc7\xfe\xa4\xfa\x85\x57\x49\x5e\x83\x28\x78\xae\x26\x3a\x10\x39\x97\x5d\x23\xd2\x20\x59\x6d\xd9\x68\x67\xe8\x63\x78\xef\x93\x9f\x51\x32\x24\xab\x43\x29\xc1\x10\x8d\x69\x9e\x9c\x64\x28\x4b\x7b\x6e\x94\x04\xf1\x34\x34\x07\x49\x8f\x74\xde\x30\x3b\x0c\x8b\x14\x51\x4b\x9a\x6e\x42\x92\x2c\x0e\x83\x2c\x8b\x9e\x26\x5a\xdb\xde\x7e\xdd\x7d\x64\x87\x57\x8d\x77\xc7\x43\xb1\xad\x14\xf6\xce\x78\xa7\x49\xf4\x3b\xe3\x95\xe6\x41\xf0\xda\x04\xad\x5b\x53\xb4\xba\xb5\x85\xe4\x63\xd9\xe7\x21\x22\xe7\xb9\x3f\x84\xcb\x07\xa8\x4f\xde\xae\xda\x16\x2b\xfa\xd3\x9b\xbd\xbd\x4a\xaa\x8b\xc6\xab\x7f\xc5\x55\xa8\x2e\x1c\xbe\xb1\xa2\xea\xe8\xe6\xe0\x98\x88\x39\x97\x65\xf5\x74\x6b\x8d\xe6\xfb\x12\x61\x4d\x91\xdc\x5a\xa9\xf9\xa1\x44\xdf\x60\xc0\xed\x35\x9a\xbf\x56\x37\xb1\x0e\x4d\xe6\x6f\x25\xd2\x3c\x02\x60\x6b\x35\xe6\xcf\x25\xca\x12\x49\xb4\xd7\x61\xfe\xbb\x44\x5c\x46\x5c\x6b\xad\xbf\xfc\xbd\xdc\xf1\x42\xbb\xdb\x5a\x7d\xf9\x43\x89\x3a\xf7\x69\x6d\xad\xb8\xfc\xa5\x44\x59\x8d\xa2\xd2\x5a\x7d\xf9\x8f\xf2\x4a\x61\x36\x8d\xd6\x91\xe7\xfe\x59\xa2\x4c\x2d\x48\xad\x33\x90\xfd\xbd\x44\xb7\x88\x9c\xd9\x3a\x01\xd9\xdf\x4a\xc4\x19\xc2\x6c\x9f\x7c\xec\x5f\x25\xca\x3c\x8a\x63\xeb\xb4\x63\xff\x5d\xf9\x09\x85\xd1\xab\x75\xd6\x31\x08\xeb\xb6\xbc\xdc\x9c\xad\x13\x90\xe1\x72\x1b\x2a\xdc\x6e\x9f\x83\xac\x3c\xf7\x02\xb3\xb3\x0c\x64\xcb\xdc\xaa\xeb\x5e\x76\xc0\xa5\xea\x4e\x6d\x36\x63\xe0\xee\x66\xc9\xc8\x16\x52\x58\xd2\x20\x07\xcf\xcd\x72\x91\x55\xbe\xb9\xb4\x01\xae\x31\x00\xdd\xb3\x95\x5b\x90\xca\x86\x25\x4d\x14\xa0\xd9\x02\xdd\xcf\x2b\x37\xa3\xbc\xbe\xa4\x29\x19\x0e\xf3\x60\xc5\x46\x64\x38\xcc\x85\xe4\xcd\x08\x95\x57\x2b\xb6\x62\x2a\x36\x1a\x34\x56\x84\xa8\x3c\x7d\x54\x63\x85\x5e\xa4\x41\x63\x4a\xa4\xcf\xc3\x47\xb5\xa6\xea\x55\x16\x35\x57\x03\xa4\x2d\xd0\xbd\x5e\xb1\xdd\x3a\x4a\x2b\x76\xa0\x98\xe6\xfd\x96\x1d\x68\x38\xe1\x75\xf0\xdc\x02\xdd\x93\x96\x3d\xa8\xfb\x08\x97\xaa\x65\x33\x86\xb9\xe3\x6c\x2d\x33\x6d\x3e\x85\x45\xf3\x89\xd3\x12\x3e\xce\xa2\x09\x12\x08\x10\x04\x3e\x04\x31\x04\x19\x04\x91\x62\xe3\x4c\x5f\x94\x8d\x73\xba\xb1\x71\x6e\x6c\x9c\x2b\x04\x56\x63\x8a\xc3\xa0\xda\xa6\x39\xad\xb7\x69\xa6\x1b\x9b\xe6\x72\x9b\x66\xc0\x6c\x9a\xe1\x63\x6d\x9a\x8b\xef\xe8\xc8\xe2\x27\xc8\x03\x59\x6d\xd8\x2c\x8a\x47\x35\x91\x79\xee\x6a\xca\x67\x0d\x0c\xa2\xc3\xea\xa6\xce\xab\x8b\x2f\xaa\x8b\x6f\x4a\xd9\x32\xbb\x3d\x07\xdc\x37\x68\xfe\x48\x37\xe1\x7e\xd4\x7f\xde\xea\xd6\x61\xc7\xb6\xb8\x62\x77\x87\xad\x18\x6a\xd1\xab\x6a\xfa\x4c\xa7\xf3\x59\xff\x79\xa0\xff\xac\x33\xb9\xad\x60\xb5\x2b\xdb\xe5\x0a\xf9\xa6\x20\x53\x94\x15\xa4\x8a\x32\x85\x5c\x85\x21\x8f\xe9\xd0\x61\xf8\xcf\x08\x8f\xb8\x78\xa2\x17\xfe\xc2\x55\xde\x55\x86\x3e\xd2\xc8\x51\x42\xf6\x50\x68\xc9\xac\x70\x65\x0b\x5f\xab\x3e\xd7\x99\x00\x0b\x52\xcc\xb6\x52\x82\x8c\x35\xef\x15\xcd\xa9\xef\x15\x48\xef\xb8\xe6\x3d\x25\x1b\x92\xfa\xa2\xd2\xd3\xf7\x2d\xac\x8f\xa9\x66\x7d\x14\x06\xc4\x54\x37\xc8\xfd\x6a\x16\xab\x6a\xd5\xdf\xaa\xde\xe1\x8a\x86\x9f\xcd\x3a\x66\x3f\xff\xb7\x59\x6c\xcc\xec\xef\xd5\xf5\xc5\x4c\xfc\x50\xfd\x80\x9c\xe2\x5f\xcc\x7a\xa1\xa2\x3d\x48\xa7\x09\x2e\x2c\x8c\xc5\xfb\x55\x2b\x4f\xda\x1c\xab\x1f\xe3\xab\xf6\xef\xe6\x43\x8a\x2a\xee\x6f\x66\x5d\xa1\x5e\xfc\x57\x89\xb6\xea\xfa\xf9\xdf\x66\xad\xe6\xb8\x29\xed\x90\xa9\x6e\xf2\xc4\xa5\xf2\xb3\x34\x24\xfd\x48\x4a\x15\xbc\xf3\xa8\x54\xc1\x07\x7f\xc0\xce\x23\x02\x66\x8d\x07\x4a\xea\x8b\xb8\xf4\x08\x53\x62\x65\xa5\x72\xa6\xfe\x8c\x54\x3b\x29\xfb\x70\xd7\x29\xae\x31\x2a\xf0\x35\xf1\x63\xd9\x7c\xf1\x63\x85\xe9\xc1\x30\xbd\x56\x91\x2d\x9d\x09\x3f\x1a\xc5\x1a\xf9\xf2\xc9\x20\x9b\xe0\xe7\x8f\xd9\xeb\xd2\x0a\x79\x78\x28\x57\xf0\x49\x66\xe6\xc0\x84\x50\xab\xe8\x25\x6f\xe0\xe1\x81\xe7\xd1\x8d\x92\x90\x26\xd2\xe5\xc6\x94\xb7\x7b\xb2\x2b\xcb\x6d\x7e\xe5\x71\x2c\x33\xf8\x95\x26\x64\x89\xb5\xaf\x34\xaf\xab\x98\xfa\x4a\x2f\xdb\xce\x9c\x60\x1e\xe8\xed\x09\xa1\x43\x42\x72\xda\x1a\x9d\xd9\xed\x6d\x1b\x2a\x3f\xf5\x15\xc3\x41\xa4\xfe\xa9\xa1\xd1\x5a\x61\x25\x7b\x6c\x6b\x9c\x82\xd6\x9a\x58\x41\x66\x6b\x8a\xf5\xec\xb1\xcd\x09\x12\x5a\x7b\xa2\xf0\x47\x98\xe7\xe0\x03\xc1\xdb\xef\x9f\xc0\xb8\xf6\x6b\x89\xf0\xba\x42\xab\xfe\x56\xa2\xac\x99\xed\x5a\xdb\xd4\x7e\xae\xec\xb9\xd0\x85\xb7\xb6\xab\xfd\xbb\x44\x9e\xc7\xcb\x6d\x6d\x57\xfb\xbd\x44\xd9\xd4\x74\xb5\xb6\xae\xfd\x50\xd3\x84\xa2\x4a\x6a\x6d\x65\xfb\xa5\xa6\x8d\x42\x5f\xd6\xda\xd4\xf6\x8f\x52\x13\x06\xc7\x6f\x6f\x73\xfb\x67\x79\x14\x95\xa0\xa1\xbd\xf9\xed\xef\x8b\x5b\x12\xca\xfc\xd6\xc6\xb8\xbf\x95\xda\x51\xad\x88\xad\x6d\x72\xff\x2a\x91\x57\x8c\xab\xad\x8d\x72\xff\x5d\x9e\x24\xed\xee\x4c\x6b\xdb\x1c\x84\xa5\x16\xf4\xdb\x33\xad\x6d\x74\xb8\xdc\x02\x37\x2c\xde\x80\xd6\xd6\xb3\xa4\x4c\x9c\x83\xc1\x75\x18\xce\x4a\xb4\xc5\xa2\xfc\xd8\x96\xb6\x5f\xa6\x6d\x40\xd2\xee\x6d\x6b\x0d\x4b\xb9\x8d\xb2\x51\xee\x13\x38\x6b\x1d\x53\xb6\x62\x09\x31\xfb\xee\xe7\xb6\xa4\xa3\x32\x69\xee\x5c\x70\xd0\x3a\x7c\x6f\xe5\x61\x4d\xb1\x74\x33\x73\x55\xed\xdb\x0e\x78\xaf\xda\x12\xca\x73\xa3\x01\xf7\x66\xe6\xaa\x85\x14\x1a\x34\x28\xd5\x08\x4d\xac\x55\xb5\x6f\x2f\x69\x88\x61\xfc\x66\x96\xa9\xaa\x17\x1b\x8c\x43\x5a\x2d\x1b\xd8\x9e\xea\x5e\x6e\xfc\x7d\x0a\x00\xd2\xc0\xce\xb4\x84\x46\xe3\x46\x0b\xb8\x70\xf9\xe8\x46\x0b\x75\x4b\xc3\x46\x15\x1c\x74\xfc\xe8\x56\x55\x5d\x8d\xda\xec\x7b\xd5\x98\x16\xc2\x25\xf7\x04\xd7\x18\xf8\xbf\xa9\x15\xac\xb0\x5f\x5d\xbd\x24\xf3\xd5\xe9\xc6\x7a\xf5\x0d\x5b\xaf\xd6\x13\x9a\xe4\xf0\xa5\xe5\x01\x5a\x2d\xc8\xda\x5a\xe2\x88\xd4\xd8\x38\xfa\x0d\x9e\x19\xb5\xd0\x49\x5f\xa9\x2a\x69\x11\x7a\xed\x4a\xb9\x0b\x32\x33\xca\xf4\x78\x6b\x57\x0b\x02\x8d\x5c\xd5\x07\x1a\xb9\xd2\xee\xc6\xdc\x18\xa5\xef\xe1\xc8\xbf\x8b\x52\x54\x44\x19\x11\x35\xd7\xd7\x27\x45\x80\x11\x51\x78\x92\x06\xb7\x87\x30\x26\xf2\xe0\x47\xa3\xaa\x10\x82\x6e\x8d\x1a\x4d\x80\xf9\x64\x54\x6a\xb2\xc7\x99\xf9\x26\xf7\x5a\xfb\x6c\x94\x2b\xf2\xdc\x81\x0c\x0e\x72\xe7\x9d\xda\xa3\x27\x08\x0e\x32\x33\xe9\xae\x27\x38\xc8\xd0\x24\xcb\xd5\x4e\xad\xed\xac\xe7\x26\xe1\xf5\x86\xab\xbb\xa8\xea\xf7\xda\xc2\xd5\xdd\x94\xa8\xaf\x29\x9b\xfb\xbd\x49\xb8\x58\xf9\xed\x35\x7d\x47\x26\x71\xba\x79\xda\x6b\xf8\x3e\x9a\x74\x95\xfd\xd7\x5e\xc1\x77\x6b\x52\x5f\x67\x08\x90\x4f\x26\xf1\x35\x87\x00\x39\x33\xe9\xaf\x39\x04\xc8\xe7\x52\xff\x85\x07\x6d\x6b\xa5\xde\x81\x49\x5a\x55\x4f\xb5\xd6\xe7\x8d\x54\xf0\x7d\xb8\x10\x7b\xe3\xf4\x16\x2e\x45\xde\x15\x51\x8e\x79\xa2\x98\x36\xb1\x8d\x57\xf7\x4c\x2b\x30\xfb\x2f\x2f\x09\xb3\xff\x63\x83\xd9\x37\x98\xbd\x06\xb3\xb3\xfc\x51\x29\x12\xd8\xfd\x9f\xcf\x37\x12\x72\xe1\xac\x14\xd4\x94\x57\xfa\x59\xd5\xc5\x21\x5c\x94\xa7\xa5\x06\x79\xaf\x0f\xc1\x37\x89\x3e\xa1\x8e\x25\xf4\x31\x34\xbd\xb4\x8a\x79\x6a\xe3\x98\x25\x89\xdc\xac\x32\x79\xf7\xd5\x34\xcc\x48\x0f\xb6\x0c\x7c\xc6\xe2\x0a\x7c\x6c\x21\xba\xfc\xa2\x8a\x2e\x02\xdf\xff\xa2\x65\x7e\xa3\xcb\x58\xc2\xfb\x5f\x2a\x84\x95\x33\xa3\x4e\x01\x8e\x9f\x8d\xaa\xe3\xc3\x0b\x06\x87\x0f\x8c\x8a\x2b\x18\x20\x88\x49\x4b\x57\x46\xcd\x09\x1c\xfa\xc1\x4c\x46\x0b\x2c\xca\x53\xaa\xe6\x3a\x34\x3b\xa6\x06\x9d\xbb\x36\x2a\x99\xca\x79\xdf\x28\x2d\xe2\xc8\x9d\x18\x35\x97\x29\x4d\xd5\x71\x59\xea\x6c\x29\x36\xdc\xb1\x39\x07\x46\x60\xb7\xf7\x46\xbd\x1a\x78\xec\x83\x51\xc7\xa2\x7a\xfd\x5a\xf9\x06\xc7\x41\xbf\x19\x95\x1a\x48\xfa\xd9\xa8\xbc\x9e\x4d\x60\xe1\xc4\xf4\x8b\x26\x84\xfe\x6e\x8e\x98\x25\x27\xf9\xa1\x59\xce\x1c\xe6\xe9\x21\xe6\x8f\x3a\xa6\xba\x83\x28\x09\x6d\xe8\xbd\x85\xee\xf1\xa1\xe7\x79\x89\x9e\x43\x8b\x08\x74\xb7\xde\x3f\xec\x8f\x65\x81\xae\xb5\xe4\xf5\xc9\xa4\xab\x2e\xe0\xf6\xf2\xd7\x99\x49\x7e\xbd\xf2\xd7\x67\x93\xfc\x5a\xe5\xaf\x03\x93\xba\xdc\x89\xed\x45\xb0\x2b\x93\x76\xb1\x99\xdb\x8b\x60\xa7\x26\x71\x71\x1e\xb4\x97\xc2\x0e\x4b\xa4\xd9\x91\xd2\x5e\x02\xbb\x2e\x2d\x15\x2d\x14\x66\x6b\x21\x6c\xdf\xa4\xcf\x6d\x69\xad\xa5\xaf\x13\x93\xb0\x12\x63\xb3\xb5\xe8\x75\x69\x12\xe7\xc7\x6b\x7b\xc9\xeb\xb8\xbc\x02\xcb\xd1\x3b\x5b\x4b\x60\xef\x4b\x3b\xd4\x8c\xde\xd9\xda\x95\xe2\x83\xd9\x84\x16\xa0\xb2\xb5\x07\xc5\xaf\x26\x79\x1e\x40\xb2\xb5\xef\xc4\x6f\xd5\xfd\x16\x52\x7b\x6b\xef\x89\x9f\x4d\xfa\xba\x56\xa0\xb5\xf3\xc4\xbf\x4d\xfa\x8c\x67\xb6\xf7\x99\xf8\xbd\xea\x54\x5f\xc7\x8d\xe6\x1f\x4a\x9b\x89\xa7\x15\x6b\xed\x89\x61\xd0\xad\x4c\xe2\x74\xb4\xdc\xb6\xb8\x8c\x88\x03\x3e\xaa\xb6\xc5\x8f\xaa\x7a\xe3\x9f\x4b\xd4\x1b\x93\x34\x4e\x87\x4f\x98\xd1\xb6\xd0\x49\x5c\xbc\x24\x9d\xc4\xcd\x46\x27\xb1\xd1\x49\xd4\xe8\x24\xd4\xf4\x30\x54\x29\x71\xff\x0c\x0c\x8a\x85\x96\x21\xd5\x15\x07\x53\xfd\x67\x29\xa4\xe5\xe3\x25\xde\x0b\x55\xe2\x1d\x73\xe9\xe7\xa2\x2a\x89\xd2\xc4\xa8\x54\xe1\xfe\xc0\xa8\x53\xb0\x7a\xdf\xa8\xba\x20\x67\x5c\x90\xc6\x45\xca\x26\x51\xf3\x33\xbd\xa6\x07\xc3\xf7\xb3\xfd\x83\x93\xac\x30\x1d\x8a\xfa\x0f\x93\x0c\x23\xe8\x8f\xb3\xc2\x82\x28\xfb\x92\xde\x27\xb2\x72\x68\x54\x32\x30\x78\x2e\x0d\x68\x63\xef\xc6\x0e\x9f\xc0\x80\x36\x31\xe9\xea\x29\x88\xd6\x90\xf6\xc9\xa0\xbf\xde\x30\xfb\x7d\x93\xfc\x5a\xc3\xec\x8f\x4c\xea\xc5\x3a\x58\x47\xf2\x27\x83\xb8\xb9\x94\xd6\x91\xff\xc9\x68\x42\x59\x8d\xeb\xc8\xff\x64\x7e\x5a\x75\x41\xaf\x23\x05\x94\x41\x9f\x0b\x48\xad\x25\xbb\x50\x85\x29\xf7\xb5\x30\x25\x1a\x44\x10\x65\xbb\x61\x14\xee\x44\x49\x06\x11\xae\xc2\x2a\xbb\x08\x26\x21\x44\x3b\xc5\xf3\x95\x6f\x96\x60\xcc\xca\x5c\xa4\xf6\x05\x3e\x10\x4b\x83\x2f\xaf\xf7\xc0\x10\xe2\x8e\x6c\xb3\xb8\xe9\x23\x06\x9e\xe7\x4e\x93\x91\x4f\x27\x21\x4b\x5b\xba\xf2\xc8\xf9\x9b\x2f\x74\xe4\x99\xcf\x3d\x34\x95\x71\x33\x70\x2a\x9e\x5a\xc3\xc8\x8a\x55\xc8\x01\x00\x05\xb7\x8c\x4f\x8a\x66\x1c\xf3\x6e\x79\x0c\x71\x37\xf1\x5e\xef\xf5\x3c\xbc\x15\x0d\xec\xae\x15\x25\x93\x29\xa6\xc1\x26\x3f\x61\x1f\x41\xdf\x02\x56\x06\x63\x18\x90\xb2\xfe\x14\xe3\x34\x51\x43\x38\x42\x37\xe1\x69\xda\x5c\x9c\x9e\xa4\xf7\x10\x1d\xf8\x04\xaa\x39\x4e\xf2\x0e\xba\x62\xe0\x5e\xd2\x81\x2e\x81\xe1\x19\xc4\x45\xe1\xeb\x37\x5b\x30\xce\xe0\xab\x41\x8a\x6c\x76\x17\x1e\xbd\x4a\x07\xaf\xa0\xfb\xef\x29\x44\xb3\x2b\xda\x68\x8a\xf6\xe3\xd8\x66\x9d\x02\xb2\x4b\x8e\x63\x0d\xfc\x38\x83\xd6\x6b\xcf\x43\x25\xc2\xdb\xdb\x36\x52\x9a\x26\x9f\x47\xd9\xa1\xc9\xb2\xaf\x15\x25\x3b\x77\x11\xbc\x27\x9f\xa9\xea\x83\x29\xd5\x35\x2f\xbd\xc8\x35\x9a\x26\x3b\x08\x66\xd1\x67\x58\x35\x66\x59\x29\x97\x6b\xe5\x9b\x2f\x72\xe0\x08\x0e\xaa\x86\x8c\xe0\xa0\x6a\xb0\xe4\xe9\x17\x39\xcc\x0c\xcf\xcc\xcc\x80\x6c\xa0\xb4\xa2\x6a\xa8\xec\x8d\x17\x39\x58\x9c\xa6\x31\x8e\x26\x0b\xcf\x5b\x60\xe1\x68\x32\x99\xb9\x1f\x2b\x32\x89\x38\xf3\x22\x57\x86\xa2\x27\xf0\x54\x81\x19\x3a\xe4\xbc\xac\x54\x79\x5c\xcd\xc6\xfd\x34\xce\xb8\x8f\x84\xb7\xe8\x19\x42\x06\x93\x03\xcb\x43\x22\x46\x47\xd1\x97\x22\xf4\xc7\x32\xcd\x0a\xe9\xa3\x22\x8c\xe7\x8e\xe3\x80\xc4\x9d\x4c\xb3\x91\xeb\x4f\x26\xf1\x8c\x0a\xca\xb9\x8c\x53\x2c\x47\xe7\x13\x11\x9f\x9c\xbf\xa4\xa7\xd8\x7b\xf3\x17\xfc\x57\x29\x18\xf1\x4b\xba\x7f\xc1\x3f\xfe\x28\xc6\x4f\x10\xcf\x6b\x4f\x3e\xd1\xc5\xbd\x77\xea\x8f\xce\x3c\xdf\xc2\xff\xf1\xd3\x3b\xc4\xa7\xc5\x4e\x1c\xf0\x7a\xaf\x4a\xb1\x40\x18\x0f\x9b\xea\x2e\xee\x91\xcf\xd9\x59\x32\xc2\xec\x5d\xd5\x32\x8a\x08\x07\x5a\xa6\x76\xca\xec\xc4\x71\x3a\x4a\x9f\x6a\x3a\x54\x2f\xb0\x2f\x9b\xfd\x04\x60\x87\x0c\x42\x4c\x30\x2c\x26\x38\x16\x0b\x4a\xac\xe2\x57\x51\xf2\x0a\x56\x0e\x86\x6b\x8d\xb8\xb6\xc7\xc0\xa0\x26\x42\x55\x30\x69\xee\x74\x60\x17\xf7\xbc\x04\xc0\x36\xda\x04\x05\x33\x64\x0d\x30\x03\xea\x79\x18\xc4\x9e\xb9\x5a\xde\xfe\xa4\x28\x5d\x8a\xb5\xf1\x93\xba\x50\x7e\xa2\x0b\x85\x71\xfc\xcc\x8b\xdd\x94\x1a\x41\xb2\x87\x87\x79\x4e\xd5\x10\x11\x48\x3d\x48\x36\x97\xd0\x11\x78\x1e\x41\xec\xe9\xe0\x55\xe6\x62\x14\x0d\x87\x10\x5d\xfb\x68\x08\x71\x11\x42\x27\xdd\xe2\xf7\xc6\xcb\x4f\xf8\x19\xb4\x26\x3e\x82\x09\xa6\xfe\x85\x9d\xd4\x4b\xdd\xe2\xf7\x56\x1f\x41\xff\x56\x5e\xec\x26\x95\x25\xf4\x61\xd2\xcc\x91\x97\xba\x41\x9c\x26\x90\x50\xb0\x5f\xef\x91\x69\x44\x70\x9c\xde\x41\xdb\x01\x72\x3c\xfa\x5b\x7c\x7e\xf3\x68\x60\x4b\x95\x11\xa2\x1b\x3f\x75\xa3\x24\x81\xe8\xd7\xeb\xd3\x13\xa0\xfc\xed\x59\x96\x03\xac\xb1\x9f\x4c\x59\x08\x66\x49\xaf\x18\x75\xe6\x86\x30\xf6\x67\x0f\x0f\xdd\xde\x96\x9c\x74\xd8\x7d\xd3\xa3\x0a\x2e\xd1\x8d\x34\xb9\x1a\xa5\xf7\x89\x87\xbd\xb7\xf3\x20\x86\x3e\x3a\x26\xe2\xf2\x9d\x1f\xdb\x91\x03\x22\x2f\x83\xf8\x3a\x1a\xc3\x74\x8a\x6d\xdb\xf1\xde\xce\xb1\x3b\x8a\x42\x68\x3b\x39\x20\x94\x9c\xdc\xc9\xc9\x37\x99\x7a\x29\x08\x08\x62\x9b\xba\x23\x3f\xdb\x17\x21\xcd\x6c\x0b\xfb\xfd\x88\xaa\xdc\x9d\x87\x07\x3b\xf0\x5e\xef\x81\xa9\x9b\x41\x5c\xf5\x04\xb0\xf6\x2c\xc7\xe1\x1f\x3e\x64\x71\x64\x64\x30\xf9\x14\xf8\xf6\x1c\x8f\xe0\x18\x76\x2c\x79\x7c\x6b\x33\xd8\x99\x92\x5d\x80\x61\x82\xa9\x7f\x04\x02\x93\x78\x3a\x8c\x92\xac\xd3\x95\x63\xcf\xdc\x41\x1a\xc7\xe9\xfd\xc1\x14\x65\x29\x7a\x97\x68\x3f\xb9\x1e\xaf\xa7\xc4\xb8\xe6\xe1\x90\x6c\xe8\x38\x79\xf1\xe1\x1c\x11\x44\x89\xce\x47\xb0\xbd\x3d\xe5\x5f\xb7\x72\xd8\xa0\x34\xa7\xa1\x1b\xc2\x0c\xa3\x74\x46\x03\x2c\xa9\xd8\x33\x5b\xc6\xb8\xee\xa3\x38\xde\xe1\x6f\xaf\x2a\x25\x69\xef\xbe\x48\xb6\x7d\x1f\xe1\xd1\x4e\x7a\x07\x11\xf3\x7a\xdd\xf0\xee\x0d\xef\xde\xf0\xee\x0d\xef\x7e\xa1\xbc\x3b\x76\xd9\xba\xc9\xb6\xb7\x8b\x6e\x78\x82\xa3\xb7\xe1\xed\xeb\xe3\xe9\x22\xec\x61\x25\x33\x5e\xc8\x7c\x23\xd2\xa0\x1f\xe0\xe8\x8e\xae\xe9\x35\xf3\xe2\x82\x07\xbf\x52\xa6\x51\xfe\x69\x07\x0e\x60\xcc\xd9\x1c\x7b\xb0\x2a\xef\x45\xe9\x94\x19\x0f\x14\x6e\x53\xd4\xc2\xe4\xae\x22\x0d\x25\x79\x27\x4a\x86\xbb\xf7\x7e\x7c\xbb\x9c\x01\xbd\x88\x13\x04\xba\x74\x22\x32\x71\x94\xf0\x14\x7f\xde\x3c\x0c\x3a\xf3\x1b\xbe\x2b\x3a\xf3\x89\x8f\x47\x1d\x6b\xb7\x13\x06\x56\x0e\x78\x70\xdc\xac\xe2\x01\x51\x45\x9e\x1a\xa5\xf7\x55\x24\x12\x7f\x0c\xad\x1c\x88\xa4\xa1\x55\x54\x64\x9d\x95\xe7\x74\xc1\x25\xbc\xbe\xe2\x49\x51\x69\xe5\x00\x86\x11\xae\x6a\x51\x3e\x74\x13\x85\x84\x62\x40\x1d\x52\x2a\x9e\x64\x15\x56\x9e\xe7\x40\x38\x16\x54\x3c\x25\x7d\x0e\xf2\x86\x53\x91\x83\xa9\x30\x98\x54\x3c\x27\xeb\xc8\x83\x7c\x85\x55\x3c\xc6\x6b\xc8\x43\xd8\x1f\x56\x11\x22\xc5\xb4\xef\x62\xfa\xea\x66\xbf\x98\xdf\xdd\x4e\x92\x86\x70\xb7\x43\xe6\x05\xb0\x44\x7f\x2c\xc9\x6a\xc5\xab\x6a\x1e\xc0\xd5\x06\x05\x69\x0a\xa7\x90\x54\x55\x3d\xcb\xab\x77\x68\x3d\x79\xde\x67\xf9\x0f\x2a\x67\x55\xd6\x91\x07\xc7\x10\xfb\xa1\x8f\xfd\x8a\xe7\x44\x15\x9d\x90\x24\xc5\x83\x74\x9a\x84\xb5\x13\xa2\x4c\x03\x7d\x3c\xac\x6c\x9b\x96\x2f\x5f\xd9\xab\xce\xe3\xf2\x35\xb4\xa3\x6d\x08\x84\xab\x56\x39\x22\x03\xdc\xc1\x28\x9a\xec\xe0\x88\xf4\x83\x10\xa6\xf7\xee\xab\x08\xc7\x69\x70\xbb\x23\xea\x57\x98\xca\xb5\x6f\x47\xe0\xf7\xa3\x98\xfa\xcc\x75\xba\x16\x82\x7e\xf8\x4a\xa1\xd1\x6b\xb0\x59\x35\x02\xac\xcc\x20\x91\x83\xdb\xbb\x8a\xf7\x6f\xef\xac\x1c\x0c\xd2\x38\x84\xa8\xa2\xf6\x4f\xb7\x90\x6e\xf0\x9a\x41\x90\xea\x5d\x52\xb7\xf0\x3c\xa1\x4f\x2d\xe8\xe7\xed\x1d\x1b\xa3\x85\xd2\x14\xef\xf0\x07\x57\x1b\x2a\x27\x91\x03\x3f\x88\x2b\xf7\x4b\x10\x67\x15\x93\x4c\x8b\x7b\x0b\xbe\x51\xa3\x83\xb2\xaa\x43\x9c\x72\x0e\x26\xdc\x5d\xb4\xe2\xf5\x89\xf4\x24\x2d\x75\x4c\x56\x3d\x49\xe7\x14\xea\xf4\xb0\x8d\x2b\xbb\x87\x98\x2f\x6a\xa9\x6f\xac\xfc\x49\x3a\x26\x48\x53\xce\x73\x0b\x2b\x37\x17\xab\xa8\xe8\x17\xaf\x78\x92\x8e\x49\xda\x64\x99\xfa\x53\x3c\xda\x19\x43\x3c\x4a\xc3\xac\x6a\x9d\x6a\xf5\x15\x8b\x4e\xad\xee\xd5\x9f\xa3\x94\x1b\xa9\x8d\x2d\x69\x8b\x8c\xcd\xea\x47\x49\x18\x25\xc3\x1d\x44\x7d\x1f\x2b\x5e\xd0\x1f\x20\xaf\x24\xd4\xc3\xa3\xfe\x0d\xad\x3e\xcf\xf9\xf1\x17\xc2\x4f\x15\xcf\xb2\xf3\x16\x13\x16\x5d\x7d\x90\x63\xc1\xbd\x17\x30\xa3\x3f\x91\x7f\x49\x4b\x5b\x12\x96\xf9\x80\x8a\x75\x30\xb9\x73\x6c\xeb\xe0\xfc\xec\xea\xc3\xc9\xcd\xd9\xd5\xc5\xfe\xc1\xd1\xd5\xcd\xd1\xd9\xfe\xfb\x93\xa3\x43\xcb\xd9\xde\xb6\x7d\x37\x0c\x5c\xd6\xe1\xcc\xab\x18\x8a\xf0\x67\xa9\xfa\x2e\xfc\xb5\x45\x0b\x88\xb1\xb6\xc7\x2d\xa1\x82\x3c\x39\xa6\x78\x27\x2b\xfa\xd8\x61\x35\x56\x0e\xc2\xa0\x43\xc6\x93\x8b\x84\x92\x68\x9a\x1c\x27\x87\xb0\x3f\x1d\x32\xb1\x46\xc8\x4a\x08\xfe\x7b\x1a\x21\xf8\x31\x13\xf9\x1e\xbb\x6a\x9e\x85\x34\x18\xcc\x76\xd2\x29\x9e\x4c\xb1\xd5\xdb\x92\x32\x1c\x11\xa7\x84\xb8\x85\xbd\x39\x99\xeb\xc0\x8f\xe3\xbe\x1f\xdc\xda\xd8\x01\x12\xc3\x43\x9b\x22\x78\x6b\xd7\x7a\xed\x79\x89\x4b\x66\x60\x7b\xdb\xc6\x1e\xee\xb2\x1f\xbd\xd2\x10\x58\x79\x9e\x53\x35\x8e\x3f\x84\x99\xd4\x59\x40\xd9\xe9\x84\x20\x6e\x18\xfb\x44\x7e\xfa\x80\xe2\xad\x92\xb8\x9c\x6c\x6f\x5b\xb4\x45\xd2\x58\x37\xa9\x68\x85\x2a\xd4\x40\xe2\x06\xa3\x28\x0e\x11\x4c\x64\x2b\x89\xf7\x76\xce\x7a\x9d\x3b\xb9\xed\x03\xa9\x82\x73\x13\x98\x61\x18\x12\xc9\x68\x8b\xb9\xcb\xc5\xd2\x61\x8e\xcd\xf0\x25\x95\x86\x1a\xf8\xcc\x21\xee\x58\x16\xa7\x81\xcf\xae\x30\x28\xeb\x53\x14\x52\x8f\x69\xa7\x78\x98\xb0\xb7\x0f\x97\x27\xda\xb3\xa2\xcc\x71\xf2\x5c\x49\xcb\x01\x62\x9a\x68\x53\x17\x4b\x7d\xa7\x6e\x25\xdc\x47\x49\x98\xde\xb3\xee\x67\x9e\xa2\x85\xa4\x51\x4a\x01\x2a\xeb\x3a\xf6\x2a\x75\x1d\x7b\xaa\xae\x63\xaf\xd7\x51\x3a\x7a\x78\xf4\xfe\xc3\x2f\x37\x97\xe7\x1f\xae\xe9\x96\x3b\xbc\x38\x3f\x3e\xbb\xb6\x9c\x2d\xf4\xf0\x60\x23\xcf\xa2\xa0\x09\xfc\x47\x66\x09\x05\x77\xcc\x65\xea\xe9\x78\x42\x7a\xbe\x85\xdc\x0c\xfb\x08\x67\xff\x8c\xf0\xc8\xe6\x8f\x5b\xce\x3b\x1b\x7a\xbc\xf3\xe9\x04\x26\xb6\x65\x01\xeb\xa6\x1f\xfb\xc9\xad\x45\xc5\xb3\x34\xa0\x9d\xa1\xce\xb1\xd0\xfe\xe3\xaf\xfd\x34\x9c\xbd\xfd\xeb\x04\xc1\xb7\x3f\xcc\xe3\xfc\xaf\xbb\xe4\xaf\xbf\xee\xd2\xd2\x3f\x1c\xa7\xa3\x13\x43\x2e\xcf\x2c\x62\x5b\xff\x91\x59\x00\x26\x41\x1a\xc2\x0f\x97\xc7\x07\xe9\x78\x92\x26\x30\xc1\x76\xec\x38\x5a\x7b\x83\x34\x98\x66\x54\x74\x5e\x20\x2d\x67\xbb\xfe\x64\x12\x47\xe2\xc3\x57\x4b\xce\x42\x46\xa6\x6f\xe8\x37\xcb\xa3\x4f\x51\xc2\x95\xbd\x7d\x02\x40\xc9\x69\xec\x07\x1c\xa7\x95\xa5\xe9\xf5\xe8\xc5\x90\x57\x6c\x03\xb6\xe6\x6d\xb9\xb2\xc0\x9c\x69\x01\x3a\x6c\x71\x45\x09\x6d\x90\x83\x6e\xb2\x44\xa9\x8a\xc0\x01\xfc\x04\xbb\x84\x93\xb4\xee\x51\x38\x49\xb3\x08\xa7\x68\xc6\xb9\x46\xe1\xfb\xe3\x00\xd4\xe8\xbd\x30\xb0\x9c\x82\x85\x54\x3f\x2e\xaa\x2d\x07\x50\xbf\xf6\x0a\xbd\x3b\xdf\xcf\x57\xff\xb8\x70\x47\x7e\x36\xb2\xc5\x10\xe9\xf5\x3c\xf6\x37\x08\x83\x8c\xff\x86\x93\x94\xde\xd2\xdb\x8f\x63\x5b\x8e\x93\xd5\x29\x83\x2e\x1e\x71\x03\x1f\x6b\x3a\x58\x99\xd5\xb6\x97\x3b\xe4\xd8\x21\x23\x98\x4e\x0e\xd2\x04\xa3\x34\x8e\x21\xea\xe8\x5a\x48\x4a\xf9\xa6\xea\x60\x81\x6e\x06\xb1\xa2\x22\xc6\x0e\xc1\xb4\xfc\xe0\x83\x08\xa5\x2a\x29\xb6\xbf\xb1\x37\xcf\x68\xf4\xb7\x0e\x74\xc9\x0a\x7f\x78\x80\x2e\x2b\x38\xa0\xbf\x2c\x0b\x8c\x61\x96\xf9\x43\xd8\x81\x2e\xff\x8b\x3c\x13\x42\xec\x47\xf1\xc3\x83\x75\x44\xc8\x5a\x84\x03\xd0\x06\xb2\xed\x6d\xf1\x57\x77\xaf\x47\x0f\x7b\xe5\x37\xc0\x82\x86\x87\x0b\x6a\xd8\xc5\x11\x8e\xe9\x1f\x06\x59\x07\x58\x34\x75\x30\xef\x12\x21\x27\x09\x88\x47\xa8\xea\x34\x61\xb1\x92\xe9\x07\xfd\x39\x45\xb6\x45\x56\x02\x0f\xbd\x5d\x14\xb2\xcf\xe1\x92\x3a\xc2\xcb\x5e\x27\x85\xca\x30\x81\xf7\xaf\x3e\x5c\x9e\xd8\xe2\xf8\x75\x47\x08\x0e\x1c\x97\x70\x0b\xc2\x90\xdc\x6c\xda\xcf\x30\x3b\x8b\xf9\x0a\x70\xf9\xe9\xcb\x0f\xc5\x9d\x37\x8e\x9b\x4d\xe2\x08\xdb\xd6\xae\xe5\x70\xff\xfb\x37\xe0\x3f\x9d\xad\xc4\x9b\xb3\x86\x3b\xf3\x33\x7f\x0c\x3b\xd2\x08\x44\x44\xa3\xee\x5e\x4f\x3b\xdb\xfe\x87\x22\x91\x44\x72\x78\xfa\x06\x74\xb3\x51\x34\xc0\x36\xe3\x59\x61\x20\x8a\xbb\x7b\xbd\x3c\xe7\xde\x5f\xe6\x04\xa8\xc7\x8c\xf3\xf0\x30\xcf\x81\xef\x21\x37\x0c\xb2\x87\x87\x2e\xa1\xd1\x03\xb1\x87\xc4\x02\xa5\x65\xec\xef\xde\x56\xdd\x26\x08\x83\x0e\x8d\x51\xcd\x3f\x86\x8b\xd3\x2b\xca\x77\x6d\xc7\xa5\x88\xee\x7c\x60\x5b\xff\x65\x39\xef\x8a\x5d\x31\x84\x78\x9f\x6a\x39\xc9\x71\x11\xd0\x94\xfd\xc0\x77\xc4\x34\xf0\x95\x43\x77\x92\xcf\xf7\x4d\x47\x74\x43\xee\xa3\x38\x77\x5c\x3c\x82\x09\xe1\xff\x17\x28\x1d\x47\x19\x74\xfd\x38\xb6\xbb\x2c\x8c\x3c\x6b\x88\xaa\x32\x79\x53\x4e\xcf\x29\xde\x60\x2e\x7a\x3d\x0f\x6e\xd1\x87\x03\xb9\xa7\xca\x73\x64\xec\x9d\x84\xc7\xd8\x36\x5e\x81\x6c\xd1\x19\x0f\xf3\xcd\x85\xc9\xd1\x2f\xb6\x37\xd5\x1d\x3f\x8a\x02\x78\xbd\x97\x13\x98\x51\x9c\xc5\x68\x21\x47\x09\x83\x66\x8c\xa4\xe9\x05\x9e\xe2\xba\xce\xf8\x25\x5d\xd7\x99\x6c\xae\xeb\x7c\xb3\xd7\x75\x38\x18\x21\x47\xfd\xc0\xb3\x13\xaf\x19\x12\x40\xcb\x9f\x9b\x40\x34\x8e\x58\x68\x4d\x07\xf8\xcb\x9f\x2f\x23\x93\xb8\xe6\x25\x05\x67\x64\x22\x2b\x16\x63\xc6\x20\x6a\x71\xe1\x66\x2c\xe4\x01\x38\x49\x2d\x90\xf2\xbb\x2a\xa2\xb4\x18\x0e\x05\x1d\x16\x98\x1a\x0f\x28\x88\xc4\x02\x81\x51\x29\xba\xcc\x6a\x43\x7e\xe3\xc5\xcf\x66\x49\xf0\x8a\x72\x16\x5b\x91\xfa\x16\xf1\x9b\x2d\x7a\xec\x92\x9d\xd8\xf3\xfc\x7b\x3f\xc2\xaf\xb4\xa3\x9b\xbe\xaa\x36\x46\xc1\xd1\xfb\xd9\x55\x3c\x1d\xda\x16\x0b\xb7\xc4\x8f\x5f\x15\x41\x15\xec\xc4\x01\x3a\xf4\xe2\xaf\x12\xd6\x4e\x24\xb6\x20\x73\x7a\xce\x16\x41\xad\xfc\x75\x21\xb8\xbc\x79\x57\x32\xe8\x52\x69\x92\x06\x59\xd0\xce\x02\x99\x36\x8c\xf0\x2a\x0a\x41\xc8\x1f\x79\x61\x5a\x93\x9b\x81\x08\x99\x8b\x68\x48\x76\x4f\x53\xc1\x73\x2a\xa0\xe2\x75\x94\x61\xb6\x43\x1c\x07\x24\xb9\x2d\x3b\x0f\x90\xd3\x29\x46\xa2\x3c\x27\x85\x25\x36\xc5\x74\x4a\x8c\x05\x20\x51\x27\xe1\xde\x74\x7a\x38\x9f\x65\x0b\x72\x08\xb1\x8d\x28\x38\x60\x17\x69\x9d\x5c\x8e\x6f\x55\x7e\x49\x1a\x90\x5c\x1c\x31\x0d\x5c\x27\x01\x4a\x7f\x08\x2b\x07\x8d\x1e\xcb\xef\xa3\x38\xbe\x46\x7e\x92\x45\x62\x2e\x35\xd5\xc3\xf6\xb6\x0d\xdd\x01\x4a\xc7\x54\x59\xe0\x92\x3d\xc4\xd0\x93\x98\x24\xae\x49\x71\x08\x52\x2d\x9e\x53\x71\x96\x84\x82\xae\x1f\xc4\x04\xcb\x50\x15\x9d\xe3\x18\x99\xe5\x16\x4d\xc0\x56\x79\x4d\x57\xe2\x7d\xb0\xf4\xc3\x14\x1f\x03\x02\x8b\x03\x25\x29\x32\xe9\xb5\xbc\xdf\xe2\x6b\xf5\x38\xd4\xc1\x02\xea\x00\xd4\xf3\xf0\x96\x3a\x55\xa6\x50\x30\x17\xc8\x4a\x9f\x75\x44\x90\x47\x9e\xe7\x20\xf5\x26\x76\xa4\xde\xf5\x61\x27\x4d\xfb\xfb\x6d\x53\x93\x70\xe9\xb0\x6a\x7f\xc7\x2d\x30\xdb\xd0\xce\xbb\xf6\x97\xdc\x42\x93\xbe\x7e\x64\xb6\xbf\xe7\x66\x90\xd7\x37\x02\xbb\xeb\xb6\xcc\x2b\x67\x11\x01\x07\x44\xea\x2d\xf1\x48\x05\x99\x83\x25\x20\x93\xdb\x41\x9e\xbf\xca\x82\x31\x57\x24\xd8\xab\x5d\xaf\xbc\x70\x9c\x79\xde\x1c\x65\xd3\x09\xd0\x14\xf4\xbb\xdc\x39\xb3\x1d\xfa\xde\xd2\xbd\xa6\xbe\x59\xa7\xbb\xec\x49\x9c\xee\xe2\x26\x4e\x77\xd1\x97\x75\xba\x8b\xbf\x8e\xd3\x5d\xf4\x62\x5c\x66\x14\x3c\x9f\x36\xc2\xf3\xaa\xa9\x8a\x00\xfb\x66\x00\x9a\x2c\x24\x2e\x14\x6e\x55\x2a\xcc\x28\x97\x07\xd8\xe3\x4c\x8e\x69\x51\x80\x9d\x78\xbe\xf3\x4c\xe5\x5d\x10\x71\xb0\x4e\xdd\xf5\x2e\x7c\x44\xaf\xf8\xce\xb3\x14\xe1\xf7\xb3\x8e\x95\xd1\x9b\x77\x2c\x4e\x2a\xf9\x45\xfe\xb5\xc0\x6d\x94\x84\x1d\xeb\x96\xe6\xa5\xca\xa0\x8f\x82\xd1\x84\x0f\xa7\x33\xf7\xb3\x8e\xa5\x97\x59\x80\x26\x67\xeb\x74\xbb\x3c\xbc\x8a\x75\x18\x65\x93\xd8\x9f\xd1\x5f\xbd\x5e\xce\x69\xb0\x77\xd9\x41\x62\x01\xae\x2e\x27\x5f\x3a\x77\x72\x29\x2e\xd4\x68\x93\x32\x3b\xb3\xe7\xb9\x02\xe3\x99\x52\xc9\x9e\xd3\x3c\xba\x65\xcd\xea\xfb\x59\x71\x5b\x9d\x62\xa6\x0a\x7d\x9f\xd4\x31\x25\x99\x59\xcd\xcd\x62\x0e\x47\x68\x42\x9d\xf7\xc6\x61\xca\xfa\x79\x0e\xe6\x6c\x4c\xc5\x5e\x67\x24\x94\x59\x76\xf5\x59\x72\xe9\x24\x75\xf7\xa8\xd2\xd6\xd0\xd8\xb2\x63\x9c\xae\x38\xd7\xac\x5a\xaa\xb2\xcd\xc1\xd4\x43\x0a\x0f\x0f\xc4\xea\x0c\x3d\x02\xc2\xc6\x5e\x1b\x84\x01\x06\xde\x3c\x07\x2a\x6b\x19\xd7\x68\x43\x06\x5d\xd8\xf3\xc6\x5c\x1b\x32\xd0\xb5\x21\xea\x4f\x30\x30\xb5\x21\x83\x5a\x6d\xc8\xe0\xe1\x61\x60\x6a\x43\x06\xba\x36\x64\xe0\x85\x4d\xb4\x21\x6a\x6e\x67\x6c\x4f\x41\x00\x20\x41\xfb\xb9\x03\x06\x0e\x98\x28\xda\x90\x81\xa1\xab\x18\x70\x6d\x88\x56\xfe\x6e\x50\xde\x73\x13\xa9\x0d\x19\x2c\xd6\x86\x98\x2d\x54\x1f\x1b\xa4\x8b\x03\x32\x3c\xa6\x0d\xf1\xbd\x01\x40\x0e\xb5\xae\x28\x41\x73\x14\x34\x96\xae\x0e\x46\xb2\x51\x7a\xbf\x0c\x8b\x64\x51\x32\xac\xba\x99\xa8\xa9\x02\xb7\x74\x8e\xf2\xcd\x02\x92\xf4\x49\x00\x49\xd4\x04\x90\x04\x5f\x16\x90\x44\x5f\x07\x90\x4c\x5f\x92\xfe\x38\xf8\xb2\xe8\x49\xb6\x1b\x6e\xf4\xd6\xdf\x83\xde\x7a\xfc\x28\x9c\xbb\xf4\x05\xd5\x25\x8b\xaa\xb0\x1f\xaf\x5a\x9e\x6a\xaa\xe5\x98\x2b\x87\x45\x29\x6f\xe8\x72\x1a\x43\xa6\xec\xc8\xb8\x7e\x78\x99\x66\x98\x43\x33\x50\xb2\xd1\xd6\x82\x32\xb1\xf8\x19\x80\x62\xf4\xb5\xae\x32\xa5\x17\xf2\xde\x9a\xb0\x32\xb5\x53\x02\x2b\x91\x03\x28\x90\xec\x54\xaa\x89\xe7\x51\xd8\x81\x6e\x14\x02\x02\x23\x25\x62\x24\x2b\x52\x19\x23\xc7\x7f\xc6\xa8\xab\xe1\x28\x79\x5b\x21\x46\xbe\x21\xfb\x84\xb4\x19\x0a\x31\xd7\x0d\x11\x63\x2f\xb4\xfd\xa7\xd0\xd2\x65\x26\xe1\xd2\x77\x6f\xaf\xa5\xf3\x55\xb5\xd3\xf8\x71\x40\x47\xdb\x29\x8f\x53\xc0\xac\x4b\xd3\x94\x54\xec\x36\xb6\x68\x0d\x6d\x32\xed\x07\x8d\xf7\xc2\x3d\x05\x5c\xe9\x29\xb0\x07\x76\xde\x38\xee\xc7\x34\x4a\x68\xa9\xa6\x85\x97\x3b\x06\xae\x79\x15\x2d\x0d\xec\xb2\xf4\x23\xe8\x0e\xa1\x9b\xcf\xf0\x95\x3e\xc3\x0a\x6a\xc8\xfa\x1b\x59\x08\x86\x11\x82\x01\xde\xc1\xe9\x17\x75\x25\x9b\x8b\x86\x3b\xba\xc7\xa2\xe6\xbd\xec\xac\xe4\x0f\x51\x37\x4f\x9a\x37\xf2\x66\xb5\x7e\x91\xd5\x2a\xbc\x9a\x1f\x69\x37\xf0\x83\x98\xd9\x0e\x16\x98\x0c\x64\x3a\x9d\xad\xf5\x40\xb5\xcc\xb3\x1b\x20\x2f\x3f\x88\xcb\x80\x6b\xb1\xb1\xa1\x56\x3b\x09\x7c\x90\x81\xa8\x52\x47\x99\x78\x96\x98\x4a\x7a\x59\x06\xd8\xd8\xb3\x30\x1c\x4f\x62\x9f\xad\x0b\xcb\x89\x12\x9b\x2d\x16\xe7\x89\xa4\x15\xae\x17\xf5\x85\x26\x2a\xe2\x7a\xd2\xcc\x8b\x6b\xf5\xa4\x64\x4c\xaa\x5c\x97\xd5\xca\x75\x59\x8d\x5c\x97\x99\x72\x5d\xa6\x49\x02\x59\x59\x12\x88\x14\xb9\xae\x0f\x07\x29\x82\xa7\x7c\x4b\x15\x40\x30\x4a\xee\xfc\x38\x0a\x7d\x0c\xed\xb2\x9a\x92\x3e\x46\x90\xa3\xa7\x38\x97\xd1\x05\x6c\xcf\x0b\xc4\xb7\x48\xf9\x28\x1d\xee\x15\xcf\x39\xee\xf1\x4f\xc0\x90\x04\xa5\xe4\x2f\x40\x10\x56\xd6\xe9\x5a\x63\x25\x18\xb4\x15\xc4\x11\xf9\xa3\x97\xaf\x77\xe3\x86\x90\xde\x38\xa6\xe3\x9e\x17\x36\xe5\xa2\x33\x56\x94\x9d\xc1\x7b\xcb\xd9\xde\x96\x65\xe2\x42\xf0\x25\x0c\x52\x14\xda\x04\x78\x46\x9e\x8a\x0e\x53\xb1\x22\xa6\x1e\x81\x85\x41\x3b\xdd\xe4\xd8\xd4\x4d\x06\x35\x12\xef\x98\x48\xbc\x01\x97\x78\xc7\xba\xc4\xab\xfe\x04\x63\x53\xe2\x1d\xd7\x4a\xbc\xe3\x87\x87\xb1\x29\xf1\x8e\x75\x89\x77\xec\x4d\x57\xd7\x4d\x46\x20\x95\xba\xc9\xb1\x03\x42\x45\xe2\x1d\x1b\xf2\xe8\x98\x4b\xbc\x5a\xf9\xbb\x71\x79\x9d\x87\x52\xe2\x1d\x2f\x96\x78\xcd\x16\xaa\xb7\x2a\xe9\xe2\x98\x0c\x8f\x4b\xbc\xde\x98\x40\x74\x72\x3c\x29\x41\xbd\x1b\x5e\x07\x2f\x0e\x7e\x76\x5a\x7d\x89\x63\x9f\x9e\x9d\xaa\x56\xef\xe5\x28\x9d\xa6\x1b\xe5\xcf\xf7\xa0\xfc\x09\x56\x42\x14\x4b\x1d\x0a\xe3\xc7\x83\x8e\x2a\x88\x91\x6a\x8a\x1f\xae\xd7\x91\xa5\xb2\x5d\x10\x99\x1a\x9f\x3a\x57\xf1\x05\xba\x97\x25\xa6\xbb\x48\xe8\x4c\xbe\x28\x6f\xcc\x41\xe6\x4d\xed\xb8\x42\x9f\xd2\x5a\xd7\x11\x99\x84\x8b\xe9\x6c\xef\x8e\x14\xab\x42\x51\xd0\xe8\x54\x7e\xa4\xa8\xb8\x39\x96\x37\xc7\xf2\xe6\x58\x7e\xba\x63\x59\xca\x82\x95\x32\xe0\x8a\x07\x34\x48\x3c\xc3\x21\xa4\xec\x00\x52\xef\xbc\x41\x05\x4c\xd5\xbb\xe4\xc9\xe5\x4b\xee\x62\xae\x4a\x6c\x8a\x39\x41\xf1\x6e\x16\x23\xad\xf2\x17\xdf\xc2\xdb\xdb\x64\x75\x78\x9e\xa7\x48\x37\x5a\xd6\x3a\x71\x23\x8c\x8f\x96\xdf\x26\x35\x5c\x80\x17\xfa\xbb\x3f\xd6\x25\x25\x77\x84\xf9\x63\xe1\x10\xd8\x96\xe4\x3e\x30\x7c\xdc\xdc\x47\x9a\xfd\x4a\xf2\x0d\xdf\x7b\x1c\xdf\x13\x61\x2b\x1a\xe8\xa3\xaa\xde\x62\xc2\x4c\x99\x21\x52\x6a\x54\x03\x5e\xa5\x2e\xfc\x0a\xfe\xac\xab\x1c\x2b\x8a\x6a\xc9\x18\xe8\x97\xd7\x31\xe5\x2b\x3b\xe2\x1a\x5d\x6e\xe4\xf7\x52\xf1\x05\x59\x96\xee\x56\xa8\xe6\x9b\x75\x90\x99\x3e\x89\x83\x4c\xda\xc4\x41\x26\xfc\xb2\x0e\x32\xe9\xd7\x71\x90\x09\x5e\x12\x28\x0e\xbf\x92\x83\xcc\x78\x03\xc6\xbf\x07\x30\x3e\x69\x04\xc6\xd9\x71\xdd\xec\xb2\xa6\xb8\x49\xb8\x66\x75\x49\x50\x89\xc6\x45\x29\x6d\x94\x79\x4a\x94\xf4\x25\x8b\x3d\x64\xb8\x2b\x4a\x63\x37\x19\x6e\x96\x71\x65\x8b\x0d\xfd\x66\x60\xd9\x6f\x66\x6a\x4f\xed\x79\x0e\xa0\xc3\xc3\x79\xd0\x1b\xfa\xba\xf9\x11\x30\x54\x8a\x38\x70\xa5\x99\x6c\x67\x8a\xef\x0b\x88\x42\xf5\xaa\x1a\xb7\x29\x10\xd4\x9d\x97\x43\x5e\x40\x67\xce\x03\xd7\x6a\xb7\xdb\x58\xa0\x08\xf5\x8e\x23\xf7\x0b\xb7\x1c\x1e\xd1\xf6\xcf\x7b\xff\x69\x75\xf8\x5f\x6f\xac\x0e\x1b\x70\x8e\x47\x28\xbd\x7f\x05\x69\xf8\x8c\xb5\xbb\xda\x64\xde\xf8\xa9\x20\xb2\x41\x58\x59\x3a\x6b\xc6\xc8\x93\xd5\x10\x55\x3b\x25\xd1\xaa\x88\x6a\x4b\xbd\x21\xf4\x0d\xa3\xa9\xe8\x49\xd0\x54\xd6\x04\x4d\xa5\x5f\x16\x4d\x65\x5f\x07\x4d\xa5\x2f\xf1\xfe\xd3\x74\x55\xb6\xb7\x0e\x7f\x83\x15\x6f\x43\xd5\x5b\xf9\xbf\xf6\x6d\xa8\xb4\xc1\x6d\xa8\xb0\x30\xdc\x53\xa5\x17\x0d\xc0\xdc\xfa\x4a\x94\x92\x82\x7e\x3d\x57\xa2\x22\x3b\x6a\x71\x25\x6a\x85\x3b\x4f\x60\x99\xae\xea\x19\x5e\x89\x0a\x34\xb7\x83\x50\x2c\xd1\x31\x75\x3b\x98\xb4\x73\x3b\xe8\x9b\x6e\x07\x93\x1a\x39\xa2\x4f\xe4\x88\x09\x97\x23\xfa\xba\x1c\xa1\xfe\x04\x7d\x53\x8e\xe8\xd7\xca\x11\xfd\x87\x87\xbe\x29\x47\xf4\x75\x39\xa2\xef\x8d\x57\x77\x3b\x08\x40\x28\xdd\x0e\xfa\x0e\x18\x28\x72\x44\xdf\x40\xf9\x7d\x2e\x47\x68\xe5\xef\xfa\xe5\x8d\x37\x90\x72\x44\x7f\xb1\x1c\x61\xb6\x50\x7d\x76\x90\x2e\xf6\xc9\xf0\x84\xdb\x41\x5f\xb8\x1d\x28\x59\xc4\x15\x10\x33\xcd\x1d\x67\x6b\x29\x88\xa1\x61\x60\x57\xd3\xf2\xb1\x57\xbe\x75\x15\x9f\x3a\xca\x97\xa0\xdf\x53\xfb\xfb\x58\xe5\x1e\xa1\xb1\x51\xed\x6d\x54\x7b\x1b\xd5\xde\x46\xb5\xb7\x51\xed\x3d\x73\xd5\x1e\x39\xac\x37\x8a\xbd\x27\x53\xec\xe9\xfa\xbb\xcb\x34\x86\x1b\xed\xdd\xb7\xa4\xbd\x63\x78\xa9\x9d\xea\x6e\x35\xbc\xb4\x51\xdc\x6d\x14\x77\x1b\xc5\x5d\x43\xa6\xb6\x51\xdb\xad\xa8\xb6\x6b\xab\x95\x03\x16\xb3\x51\x6d\xd4\x73\x1b\xf5\xdc\x46\x3d\xf7\x65\xd4\x73\xcb\x51\x0a\x73\xb3\x5c\x4d\x3f\xc7\xdf\xf9\xd6\x15\x74\xda\x30\x5f\x82\x86\x4e\xeb\xf0\x63\x55\x74\x94\xc8\x46\x47\xb7\xd1\xd1\x6d\x74\x74\x1b\x1d\xdd\x46\x47\xf7\xcc\x75\x74\x42\xf3\xf6\xe5\x2f\x29\x2e\x56\xce\xd5\x5e\x52\x54\x50\xd7\xd3\xb8\xc5\xb1\xeb\x19\x4b\xef\x76\xbc\x68\xd5\xd6\x93\xdd\xdd\x68\xa6\xd9\xe2\x38\xa3\x9d\x6a\x6b\x83\x33\x36\x38\x63\x83\x33\x36\x38\x63\x83\x33\x36\x38\x63\x8d\x38\x03\x84\x0d\x54\x99\x8f\x76\x36\x54\x2e\xaf\x9a\xca\xcd\xcb\x94\xca\xd3\x2b\xe9\x38\xbf\xd4\x3d\x5b\x1e\x42\xa8\xea\x9e\xad\xb5\x5c\xd3\xca\x51\xd7\x33\xd2\xb4\xf2\x4c\x3c\x8d\xe9\x36\xc4\x84\xe0\x19\x69\x70\xbf\x07\x30\xd9\x26\x5b\xcb\x53\xc6\xfd\xab\x08\x55\x86\x65\xce\x9e\xeb\x94\xee\x1d\x7e\xf2\x91\xfd\xb3\x4a\x08\xbe\x28\xc1\x30\xa1\x68\xb7\xb1\xca\x55\x79\x85\x6a\xf6\xbe\xe8\x54\xac\xae\x3a\x35\xbb\xfb\x95\x35\xa7\xab\x7c\x91\xe6\x11\xb2\x56\x8a\xd7\xff\x52\x80\x66\xba\x01\x7c\xdf\x03\xe0\x9b\x36\x0a\x7c\x2e\xb7\xc5\x82\xb0\xe7\x30\xb9\x6b\x19\xe2\x3c\xaa\x0c\x71\x2e\x4a\x09\x7d\x19\xd6\x5c\x0b\x03\xc2\x93\x45\xce\x65\x2f\x6f\xa2\xb0\x93\xe4\x1e\xdc\xaa\x49\xbf\xac\x79\x7e\xf9\xcd\x23\x9f\x93\x09\x8b\xb7\xd4\x6c\x87\x89\xa3\x25\x78\x2c\x05\xd4\x4a\xb2\x8e\x4f\x80\x0c\x02\xb4\x4b\xce\x16\x8c\x33\xa8\x87\x90\x85\xc9\x9d\x7b\xe7\x23\xdb\x3a\x38\x3f\xbb\xfa\x70\x72\x73\x76\x75\xb1\x7f\x40\x33\xf1\xef\xbf\x3f\x39\x3a\xb4\x9c\x77\xd6\x9f\xac\x22\x2f\xf5\x56\xb9\x41\x11\x03\xf3\x8a\x26\x14\x3a\xbb\xea\xf8\x0f\x0f\x10\x1c\xc2\x0c\x47\x09\x4d\x87\x28\x8b\x8a\xbb\x36\x28\x17\xa2\xf0\x9c\x76\x8f\x83\x28\x9f\x05\xc1\x8c\xd7\x1d\xc9\x24\xf6\xd2\xa7\x8a\x88\x6e\x10\xa6\xcb\x64\xcd\x51\xd0\x97\x1a\x4f\x15\xb6\xf1\x5c\x61\xcc\x6a\xbc\xdb\x10\x91\x7c\x2a\x3e\x74\x2c\xf6\xef\x8a\x62\x12\x5f\x96\xd2\x07\x44\xae\xca\xa6\x09\xab\xbe\x5a\xcc\x23\x43\x16\x5a\x9e\xd9\x6a\x35\x41\xe4\xf1\x02\xc6\x57\x0b\x1a\x7d\x7b\xd7\x18\xa9\xde\xde\xbd\x08\x84\x2a\xba\xf9\xdc\x91\xa9\xec\xe7\xe3\xe2\xc8\xfb\x59\x00\x93\x70\xa9\x52\x1d\xa4\x60\xba\xa5\x6b\x46\xbf\x59\xc5\x7a\xf8\x24\x8a\xf5\xa0\x89\x62\x7d\xf2\x65\x15\xeb\xc1\xd7\x51\xac\x8f\x5f\x92\xbc\x33\xf9\x4a\x8a\xf5\xc1\x46\xce\xfa\x1e\xe4\xac\x7e\x23\xc5\xfa\xed\x5d\xb3\x2b\x36\x19\xa4\x99\xb9\xa9\x7e\x7d\x79\x74\x02\x99\xc9\xdb\x22\x78\xf9\xf1\xf2\xd9\x58\x93\xcf\x84\x8a\x7d\x2c\x95\xef\xb4\x0d\x76\xc7\x22\x35\x2a\x95\x6c\xe2\x16\x98\xd6\x5d\xd0\xd9\x79\xf3\xda\x5b\x90\x57\x63\x92\x4e\x6c\xc7\xa5\x00\xfb\x7c\x60\x5b\x22\x8f\x3c\x40\x1e\x24\x5b\xa4\x2c\xc9\x69\xe8\x2c\x5e\x39\xc3\x55\x29\x72\xb2\x9a\x1e\x3f\x7e\x78\x90\x32\x19\x98\xf8\x08\x26\xb8\x23\x17\x33\x7a\x57\x2b\x0e\xc6\x80\x52\x89\x42\x23\xa1\x0a\x02\x6f\x9c\x87\x07\x6b\xd7\xca\x9d\x9a\xe0\xcc\xda\xcb\xf4\x41\x9e\xb1\xe0\xdd\xc2\x74\x08\x3e\x20\xc3\xe7\x9d\x6e\x46\x1c\x11\xc1\x8a\x7d\x4e\x2e\x0f\x49\x27\x0c\x3d\xd7\x3f\xbd\x89\x54\x7c\xbf\xf2\x1d\xa5\x2b\xb1\x50\x09\x5e\xc0\xdc\xf2\xa0\x2c\x06\x37\xf0\x13\xb2\x58\xfd\xf0\x15\x6f\x30\xb3\x1c\xa7\x66\xfe\x43\x3b\x14\x0e\x1f\xa2\x77\x5c\x8b\x2f\x57\x1e\x1f\xd3\x6f\x70\x66\x0c\x09\xe7\x3a\x93\x5a\xb7\x86\x3e\xf2\x06\x76\xf6\x14\x1a\xfa\xd4\x24\xac\xed\xb3\xf6\x4a\xfa\xa9\x49\x5f\xdb\xaa\xed\x73\xe6\x67\xaa\x20\xdd\x6f\x80\x72\x07\x69\x1c\x12\x09\xb0\x81\x7c\xc1\x64\xed\xe7\x2f\x60\x70\x9d\xc0\x57\x90\x30\x0c\x6b\x22\x5b\xde\x6a\xa1\xd6\xe3\x2d\xed\xa6\xe4\x84\xca\xa0\xfc\x20\x75\x6f\xef\x5c\xfe\x65\xe8\x5e\xb6\x76\x2d\xcf\xf3\x28\x34\x79\x78\x60\x16\x47\xfa\xc3\x51\x73\xb5\x94\xec\x24\xb7\x77\xec\xf8\x5e\xd1\x4e\x52\x4c\xe1\xe3\x84\x9f\x28\xfb\x99\x75\x7d\xb1\xf8\xb3\xc9\xac\xfb\xe4\x99\x75\xa7\x5f\x56\xf0\xf9\xba\x99\x75\xbf\xb8\x2c\x11\x6c\x64\x89\xef\x41\x96\x08\x57\x97\x25\x6e\x98\x57\xa5\xe9\x8e\xb3\x9c\xb1\xad\x7c\xad\x31\x7b\xb6\xd7\x1a\xa7\x8f\xf2\x05\x5a\xe4\xb1\xa3\xbb\x06\x68\x56\x9d\x82\x79\xea\xf2\x8c\xc3\x38\xa6\xb5\x6b\x11\x46\xf2\x5a\x97\x01\xa0\xa3\xb1\x4f\xd5\x43\xc7\xf0\x6b\x86\x3f\x5a\xbb\xaa\xb3\x0e\x59\x16\x98\x89\x41\x8c\x38\xeb\x4c\x29\xaa\x81\x26\x11\x95\xec\x62\xab\x4b\x44\x5c\xf0\xa9\x95\x29\x10\x01\xe0\x89\x04\xe0\xb5\xbe\xdc\x3c\x35\x70\x11\x09\xa1\xc2\x8f\xa8\x82\xa8\x2a\x70\xb0\xae\x00\xeb\x37\x38\x53\xe2\x22\x10\x91\xa5\x45\x38\x84\x85\x68\x46\xcb\x4c\xb0\xc5\xbf\xe2\xe2\x57\x54\x00\xc4\xbc\xce\x69\x47\x0a\x1b\xc3\x6b\xe8\xb2\xae\x3d\x3c\xc8\x3f\xbb\x7b\xbd\x87\x07\xeb\xcf\x7b\x7f\xb6\x5e\x7b\x4a\x19\xef\x30\x4f\x9b\xb0\xa8\xa9\x75\x3b\x23\x05\x4f\xe3\x8c\x64\x90\xa5\x03\x65\x22\xce\x32\x5e\x5c\xf1\x1e\xe1\x5f\xb2\xd0\xf0\x45\x0a\x1b\x00\x4e\x94\xa6\x78\x67\x05\x5b\x07\x7f\xf4\x8b\x0a\x23\xab\x60\xe8\x24\x0d\x57\x0b\x40\x51\xef\xd5\xb2\xa6\x44\x9e\x71\xbd\xeb\x41\xe8\x63\x7f\x27\xa3\x76\xc3\x5d\x5e\x48\xf5\x3c\x2b\x33\x2f\x7e\x55\x60\x31\x0b\x23\xad\xa9\x2c\xcc\x7f\xb6\x2c\x2c\x32\x0d\xb3\xec\x08\xe8\x58\xfc\xec\x5a\xf1\x5a\x7e\x1a\x12\x69\x69\x3f\x0c\x11\xb5\xea\x5a\xa7\x10\xfb\x0d\x2d\xb2\x59\xd9\x22\x1b\x2f\x94\x64\xc9\x87\xe0\x4b\x22\x5a\x09\xe6\xc6\xdd\xac\xe7\x45\x0b\x13\xbf\xac\x2d\xa6\x0f\x59\x09\x2e\x5b\x77\x84\x73\xc0\x3f\x76\x7f\x98\x27\xf9\xee\x0f\x73\x9c\xb3\x0d\xf4\x87\x23\xb4\x8c\x8b\x1e\x8d\xa1\x1f\x42\xf4\x47\x65\xca\x18\x04\x58\x2d\xff\xe9\x3f\x1b\x2b\x30\xc8\x3c\xa4\x1c\xa3\x91\xd8\x17\xa9\xd7\x4d\x7a\x60\xda\x2e\x4c\x40\x68\x86\x09\x98\xd6\x48\x20\x21\x91\x40\xa6\x5c\x02\x09\x75\x09\x44\xfd\x09\x42\x53\x02\x09\x6b\x25\x90\xf0\xe1\x21\x34\x25\x90\x50\x97\x40\x42\x2f\x5d\x3d\x4c\x40\x06\x22\x19\x26\x20\x74\x40\xa0\x48\x20\xa1\x21\x1f\x84\x5c\x02\xd1\xca\xdf\x85\xe5\xdd\x1e\x48\x09\x24\x5c\x2c\x81\x98\x2d\x54\xef\x3a\xd2\xc5\x90\x0c\x8f\x49\x20\xbe\x17\x02\xc4\xc2\x04\x70\x63\x2f\x08\x40\xa8\x70\xc6\xb8\x19\x1b\xc9\x46\xe9\x7d\x6b\x2e\x22\xc5\xd6\xf8\x9b\xd6\xb6\x64\x4f\xa2\x6d\x89\x9b\x68\x5b\xa2\x2f\xab\x6d\x89\xbf\x8e\xb6\x25\x7a\x89\xf1\x89\xd2\x2f\x00\x7e\xbe\x15\xd8\xf3\x84\x91\xfc\xa0\x9b\xf8\x63\xb8\xc8\xe0\x87\x85\xc1\x2f\x51\xf2\x83\x2f\xc3\x09\xbb\x3f\xcc\x51\xfe\xc7\x22\x81\x37\xb3\x33\x21\xf0\xe6\x60\x8e\xd3\x71\x3a\x44\xfe\x64\x34\x5b\x4e\x3f\x48\x53\x14\x46\x89\x4f\x0e\xe4\x41\x8a\x76\xb4\xf6\xd6\x7e\xf3\x64\xaa\x81\x82\x40\xac\x9a\x90\x82\x82\x71\x3b\x50\x30\x30\x41\xc1\xb8\x06\x14\x0c\x08\x28\x18\x73\x50\x30\xd0\x41\x81\xfa\x13\x0c\x4c\x50\x30\xa8\x05\x05\x83\x87\x87\x81\x09\x0a\x06\x3a\x28\x18\x78\xe1\xea\xa0\x80\x70\x54\x01\x0a\x06\x0e\x98\x28\xa0\x60\x60\xb0\xec\x01\x07\x05\x5a\xf9\xbb\x41\x79\x2f\x4c\x24\x28\x18\x2c\x06\x05\x66\x0b\xd5\xdb\x99\x74\x71\x40\x86\x27\x40\xc1\x40\x80\x02\x9e\x4d\x1c\x4c\xc0\x40\x01\x05\x69\x73\x50\xb0\x3b\x82\x7e\x8c\x47\xc1\x08\x06\xb7\xd9\x23\x11\x82\x3c\xd8\x93\x6f\x1a\x17\xa0\x55\x70\x01\x6a\x8a\x0b\x12\xc1\x83\xd1\x02\x5c\xe0\xd3\x13\x1d\x7d\x09\x5c\x80\x1c\xa7\xa3\xf4\x69\xed\xb8\x00\xd5\xe3\x02\xff\xa5\xe1\x02\xc6\xe0\xe3\x47\xf9\xe6\xf8\x4d\x62\xf6\x19\xca\x02\x55\xd9\x4d\x77\x6c\xc7\xa2\xff\x3c\x2e\xba\xdf\x15\x87\x2a\xc0\x3a\x20\x44\xe8\xa5\xd8\xb3\x14\x43\xb2\xf7\xcf\xa7\x78\x32\xc5\xc5\x43\xd7\xfe\x30\x5b\x29\xf2\x9f\xa1\x5d\xaf\x74\x0f\x62\x47\xf5\x1e\xd8\x79\xe3\xb8\x1f\xd3\x28\xa1\xa5\x5b\xd2\x5e\x84\xe4\xb5\x55\x09\x0d\x60\xfb\x58\x7d\x4f\xe5\x89\xbd\x82\x20\xf6\x6c\xaf\x1c\xf8\x03\x0c\xd1\x69\x71\x47\x47\xb3\x49\x34\xff\x84\xf2\xc6\x11\x57\xdd\x13\x18\xe6\xd2\x35\x26\xce\x49\xcb\x79\xbb\xf7\xce\xd2\x58\x0f\x59\xaf\xfc\x4e\xe6\x56\xc9\x98\xf2\x07\x41\x53\x2e\xc5\x4c\x00\xae\xe6\x8a\xa0\x4c\xfb\x18\x62\x9f\xa1\xa1\x67\x37\xf3\x6b\xda\x34\xe6\x6e\xf9\x6a\xd7\x0e\x94\x59\x47\xf8\xb1\xb7\x32\x5f\xe2\x84\x9b\x5b\x28\x1a\xd8\xaf\xb5\xcd\x50\x48\x0e\x6e\x18\x65\xd8\x4f\xe8\x2d\xe4\xc7\x77\xa4\xb4\x57\xc8\xfe\x78\x06\x9f\x5d\xee\xe6\x0d\xa6\xdc\x60\xca\x0d\xa6\x7c\xb6\x98\x92\x29\x2d\x48\x2d\xf9\xf7\x71\x48\x92\xa2\x43\x9a\xdf\x40\x35\x4e\x5d\xd0\xf6\x04\x82\x74\x1b\xdb\xaa\x36\x10\xb2\xd1\xf1\x2a\x3d\x7e\x1f\x17\xc0\x8d\x86\x6e\xeb\xc7\x69\x70\x1b\x25\xc3\xc6\x31\xdc\x98\x05\x62\xcb\x8c\x6e\xf5\x32\x6e\x0c\x6d\x42\x62\x7d\x17\xde\x76\x0b\x42\x62\x55\x6b\xea\xd7\x72\x7f\x67\x00\x61\xd8\xf7\x83\x5b\x7a\x65\x47\xf7\xe1\x8b\xd6\x1b\x52\x4b\x84\xc8\xe2\xd6\x5e\x23\x70\x96\x76\xdb\x60\x6a\x54\xca\x4e\x82\x40\xbb\xd2\xf3\xe8\xa3\x16\xac\xdb\xa0\x5f\xb8\xe1\x41\x67\x15\x55\x3f\x39\x1a\x3b\x48\x5c\x82\xc9\x96\x6b\xe5\xc5\x93\x65\x95\xfc\x5a\x8f\xf7\x28\xb9\xf3\xe3\x28\xf4\x31\xe4\x37\x6b\x4c\xab\x88\x26\x49\x88\xef\xe3\xc2\x4f\x30\x98\x62\x68\xdb\x8e\xf7\xb6\x74\x65\x06\xc1\x71\x7a\x07\xc9\x04\x51\x63\x05\x79\x66\x8e\x5d\x04\x07\x08\x66\x23\xdb\xc9\x1d\x60\x85\x30\x86\x18\x5a\x4e\x9e\x83\xd4\x1b\xdb\x91\xea\x6e\xc5\x45\xe0\xd6\xde\x5f\x53\x93\xf0\x9a\x2f\xba\x04\x26\xfd\x62\xf5\xb6\xbf\xe5\x62\x90\x2e\x7d\x26\x0b\x74\xb3\xe5\x6e\x6c\x4b\x68\x38\x20\x52\x5d\xda\xa2\x95\xc2\x6b\xb1\xa5\xdd\x3c\xd0\x94\x78\xfe\x1b\x8e\xeb\xaf\x0f\xf1\x2b\xdc\xce\x29\x47\xfc\x2b\x04\x0b\x39\x54\xf9\xc5\xd5\x7b\x3b\x5c\x0c\xa4\xc7\x70\x31\xae\x95\x92\x04\xe8\xa3\x7f\x24\xec\x63\x44\x56\x48\x4a\xb5\x1e\x9e\x9c\x35\xf2\x80\x17\xdc\x61\x93\xdf\x47\x47\xb0\x51\x76\xc0\xae\x89\x2a\x96\x4b\x71\x9b\x96\x5e\xea\xc2\x3e\x1a\x42\x5c\x79\xfd\x56\x8d\xdc\xad\xeb\x73\xe1\x24\x15\x5c\x57\x36\x60\xc8\x93\x8b\x98\x7b\x2d\x63\x66\x1d\x63\x4e\xdf\x3c\x3c\x11\x7a\x77\x81\xd2\x71\x94\x41\x17\xc1\x2c\x8d\xef\xa0\x9d\xc8\x9b\xaf\xfb\x07\x27\x59\x67\xce\x02\x6f\x1e\xb2\x8f\x9a\x75\xba\x3d\x70\x99\xc6\x50\xf9\x9d\xe7\x8e\xd3\x49\x34\x77\xf5\x28\xec\x30\x77\x80\x7c\xdd\x5c\x3b\x07\x91\x96\x82\x27\x15\xab\x65\x4a\x53\xf0\x04\xed\xcc\xe8\x63\xd3\x8c\x1e\xd4\xc8\x1b\x63\x22\x6f\x04\x5c\xde\x18\xeb\xf2\x86\xfa\x13\x8c\x4d\x79\x63\x5c\x2b\x6f\x8c\x1f\x1e\xc6\xa6\xbc\x31\xd6\xe5\x8d\xb1\x37\x5d\xdd\x8c\x4e\x44\x43\x61\x46\x1f\x3b\x20\x54\xe4\x8d\xb1\x21\x0d\x8c\xb9\xbc\xa1\x95\xbf\x1b\x97\xf7\x40\x28\xe5\x8d\xf1\x62\x79\xc3\x6c\xa1\x7a\x1b\x93\x2e\x8e\xc9\xf0\x44\x0a\x9e\xb1\x48\xc1\x23\x3d\xeb\xc0\x58\x61\xd1\x59\xd3\x13\xb9\x5d\x28\xf5\x55\x8f\xe4\x8a\x58\xea\x2f\x45\x02\x9f\x6e\x24\xf0\xef\x41\x02\x0f\x9e\x40\x02\x97\xd8\xa0\x45\x80\xea\xc5\x18\x33\xd5\xe4\x6a\x11\xaa\x3a\xad\x8c\xa1\x51\x0a\xb8\xd6\x3e\xbd\xde\xea\x11\xa8\x9f\x4d\x98\x35\xd5\x5d\xbe\x46\xf0\xfe\xd3\xee\x9f\x76\x13\x11\xd6\x22\xfb\xe3\xf9\xc4\x52\x03\x99\x37\xd5\xaf\x23\xad\x4b\x3e\x8e\x4c\xc2\xe8\x29\xb2\xd9\x06\xcb\x98\x94\x30\xc4\x6d\xae\x12\xbd\x68\x9f\xda\x06\x57\x89\x0c\x4b\xce\xa3\xc3\xe4\xab\x56\x9d\x97\x70\xb9\xa8\x24\xda\xac\xa0\x6f\x5c\x1c\x63\xb6\x56\x81\x88\x72\xb9\xaf\x8a\x5b\x43\x6a\x5c\x56\xe6\x7c\x9c\x6d\x2e\x0d\x6d\x2e\x0d\xbd\xc0\x4b\x43\x0a\xcf\x60\x2e\x2a\xdf\x11\xdb\xf8\x56\x18\x46\xe3\x33\xf2\x91\x21\x06\x80\xef\xd5\x20\x3e\xec\xbd\xc5\x7f\xb0\x43\x92\x1e\x97\xfc\x73\xec\x88\xc5\xb4\xfb\xc3\x1c\xba\x51\x98\xd3\x7f\x93\x34\x84\xfc\x2f\x7f\x0c\xf3\x3f\x78\xd0\x6e\x90\x6d\x45\x03\x25\x02\x80\x0f\xac\xe3\xec\x1c\x45\xc3\x28\xb1\xa8\x80\xd6\xb4\xf1\x09\x4a\x3f\xcd\x1a\x36\x0d\xe4\xce\x2e\x1a\x8e\xa5\x07\xc3\xf1\xa1\xe5\x28\x8e\x5a\x73\x2d\x9c\x81\xfe\x18\x33\x47\x69\xb5\x67\x69\xc8\xb5\xd4\x80\xb4\x56\xf9\x2a\xab\xcf\xb7\xb2\xd5\x06\xb7\xda\xfc\x2a\x51\xc4\x13\xc1\xad\x10\x53\xd3\xf9\x80\x12\x3c\x85\xd8\xef\xc4\xec\xef\x4e\xb6\x61\x40\x1b\x06\xf4\xf5\x19\xd0\xae\xcf\xfc\x8a\x1e\xed\x50\xf8\x8d\x38\x93\x5a\x63\x98\x8d\x76\x86\x3e\x86\xf7\xfe\xcc\xd2\x4e\x2a\xe1\x69\x2d\x1c\xae\x7e\x23\xc8\xff\x5b\xf1\x2c\x2d\x2f\x08\xb2\x06\x32\x18\x4e\x7c\x3c\xfa\x9e\xd6\xc4\x13\x7e\x80\xad\xd5\x3e\xc0\xe6\xe6\xd8\xc6\xcb\x77\xe3\xe5\xfb\x32\xbc\x7c\xdb\xdf\x16\xe3\xb1\x67\x36\x57\xc5\xbe\x80\x9f\x6f\xf9\xac\x6d\x15\x4d\x55\xd6\xc3\x30\x42\x30\xc0\x3b\x38\x7d\x1a\xf7\x1f\x76\x7c\x95\x0c\x32\x73\xd1\xb0\x11\x41\x5b\xbf\x00\xe6\xe4\xaa\x5a\x7b\xa9\x37\x4c\x79\x8e\x36\xd7\xbb\xbe\x22\x1a\x9b\x4e\x32\x8c\x20\x3d\x8a\x36\x48\x60\x83\x04\x36\x48\xe0\xd9\x20\x81\xc5\x5c\x78\x35\x2c\x60\x26\x03\x03\xd6\x49\x1a\xf8\xf1\xfb\x28\x09\x8b\x7b\x3f\xb2\x88\x5e\x00\xea\xf5\x36\x9c\xbe\xc1\x41\x9a\xa4\x78\x90\x4e\x93\xf0\x19\x32\x2f\xc1\xbd\x59\x4b\x25\xad\x80\x9a\x4e\xd7\x2d\xec\x05\x4c\xdf\x08\x98\x02\x12\x40\x37\x0a\x1f\xc9\x62\xd6\x11\xba\x6c\x93\xd6\x75\xe3\x32\xf5\xbc\x5d\xa6\x16\xa4\x75\xad\xb3\x6c\x55\x3f\x3d\x8d\x76\xd8\x57\x5b\x53\x6e\x57\x86\xa8\xcd\xdc\xae\xbc\x89\xfa\xf4\xae\x8b\x6d\x4d\xab\x99\x99\x78\xcc\x2f\x6e\x17\xf2\xba\x3d\x1e\x2c\x3b\x52\xcd\x24\xac\x47\xdc\x3f\xf8\xc2\xa7\x07\x93\x9f\x8d\xfa\xa9\x8f\xc2\x9b\x29\x8a\x6f\xc4\x55\x81\xcc\x72\x40\xda\xcc\xc0\xc2\xf2\xd6\x97\xec\x57\xec\xce\x10\x2f\xd5\xec\x47\x53\x45\x1d\x9b\x02\x4b\x09\x56\x6d\x19\x21\xb9\xc9\x13\x53\xc3\xa6\x95\x95\x9d\x0e\x2a\xfb\x33\x41\xe9\xa7\x68\x41\x2f\xe2\x86\x74\xc2\x28\x0b\xd2\x3b\x88\x66\x3b\xc1\xc8\x8f\x12\x8d\x46\x37\x06\x59\x8f\xcf\x92\xf0\xdd\x26\xbb\x89\x96\x93\x73\x24\x88\x53\xb2\xa3\x1d\x60\x18\x92\xb2\x78\x3a\xe4\x6e\xdf\x59\x27\x05\x53\x14\x67\x9d\x08\xd0\x06\xb8\x4d\x89\xb0\xe6\xb5\x5b\x95\x4a\xf9\x6a\xb9\x24\xb8\xfe\x7c\xb5\x62\xe9\x7f\xe9\x94\xb5\x1a\x43\x2c\x2b\x04\x34\xe6\xb7\x3e\x40\x80\xe5\xe1\xc1\xfd\xfc\x49\x7f\xe6\x6c\xbb\xaf\x29\x5c\x0c\xdd\xd8\xc8\xb3\x70\x3a\x49\xe3\x74\x38\x13\xb1\xf0\xcd\xdb\x07\x09\x59\xd9\xba\x71\xd6\x07\x16\x5f\x51\x32\xb0\x8c\xbc\x7d\xc9\xeb\xe9\x42\x74\xb5\x9d\x08\x22\xe5\x91\xac\xb8\xa1\xce\x0c\x26\x20\xd5\x09\x84\x81\x7b\x0a\xb3\xd1\x51\x42\xbe\x64\x48\x36\xaa\xf6\xf2\x71\x46\x6a\xc5\x2e\xde\xe2\xa1\xeb\x23\x1e\x93\x3e\x4a\x86\x04\x15\x4b\x83\x4d\x27\x7d\x78\xb0\x91\x67\x15\xe2\xb2\xb3\xd5\x47\xd0\xbf\xdd\xa2\x8f\x63\x88\xc6\x14\x5f\x27\xc3\xe2\x15\xe4\x29\xa1\x71\x94\x87\x35\x4b\x10\x79\x4a\x9e\x4f\xe2\x31\x11\xe1\x3e\xde\xde\xe6\xed\x16\x8f\x38\xf9\xc2\x28\x3b\xbe\x86\xd6\xf0\xaa\x8b\x53\xb4\xb2\x51\x06\x6c\x94\x01\x1b\x65\xc0\xf3\x51\x06\x7c\xd5\xe0\x1f\xcc\x88\xb0\x4a\x20\x10\x15\x56\x6e\x94\x07\xcb\x0e\x5d\x91\xd2\xfe\x19\xea\x10\xbe\xba\xa2\xda\x98\xa2\xc6\xb7\xaa\x6b\x09\xbc\x84\x54\xe9\x8b\x3b\xff\xdc\x13\xa8\x2f\xe9\xfd\xb3\x5b\xe3\x8a\xf4\xcb\x5d\xec\xb8\x50\x64\xfd\xc9\x02\x61\xd0\x29\xe7\x68\x64\xb2\x30\x1f\x67\x45\x7d\xa1\x57\xa3\x4a\x30\x16\x10\x03\x64\x28\xe8\x40\x57\xce\xc7\x4d\x14\x3e\x03\xb7\x1c\xf3\x1b\x3d\xd7\x10\x97\xab\x6d\x22\x83\x7d\xfa\x41\x00\xb3\xac\x63\xb1\x7f\x57\x64\x97\x57\x94\xc7\x16\x57\xbf\x34\x45\xfa\x8b\xba\xee\x25\xd6\x72\x5d\xd0\x17\xb6\xea\x9b\x2a\x78\xd4\xb4\xcc\x54\x79\xd0\x78\x1f\x3c\x93\x2b\x15\x8f\xde\x2e\x7c\x1b\x6c\xf2\x72\x6c\xf2\x72\x6c\xf2\x72\x3c\x56\x71\xbe\xc9\xcb\xb1\xb6\x2b\x21\x2b\x45\x78\x2e\xe9\xe6\x16\x5c\x99\x43\xfc\xd0\xa7\x37\xe7\x04\x9f\xa8\xd2\x3f\x23\x97\x70\x80\x5c\x5e\xa9\x7b\xc5\xb3\x6e\x20\x26\xa4\x31\x2d\x32\xbf\x52\x27\x87\xb3\x34\xe4\x2e\x7d\xed\x79\x7b\x42\x6f\xd2\x76\x6c\xd2\x76\x2c\x4f\xdb\xa1\xc3\x87\x96\x11\x96\x5f\xe2\xdd\xbc\x6f\xfd\x4a\xb7\x50\x9c\x77\xac\xc2\x91\xe2\x7b\xbd\xba\xfd\xf8\x6b\x89\xab\x32\xb3\xd8\x20\xee\x3b\x94\x0d\x81\xda\x6b\x78\x92\xaf\xf1\x6b\x78\xdc\x08\x63\x5a\x64\xe3\x5c\xbb\x1b\x6e\xdc\xb6\xcb\x3a\xd9\xb3\x11\x61\x36\x97\xf2\x36\x97\xf2\x56\xd5\x37\x63\xaa\xf7\x7f\x76\x0a\x9e\xb5\x9a\x0c\x9e\x9f\xc3\x35\x9b\x7a\x61\x29\xaf\xb7\xff\x53\x19\x19\x48\xe7\xb7\x9a\xc8\xdd\xdf\xac\xae\x60\xfc\x24\xba\x82\xb0\x89\xae\x60\xf0\x65\x75\x05\xe1\xd7\xd1\x15\x4c\x5e\x92\x0f\xe5\xe0\xcb\x2a\x36\x64\xbb\xfd\x8d\xef\xe6\xf7\xe0\xbb\x39\xf2\x6c\xdc\xc0\x1b\x73\x3d\xfe\x9d\x4a\x48\x3c\x69\x6e\x59\x10\x41\x4f\x09\x4b\x1f\x1b\x61\xe9\x33\x43\xfe\x52\x1d\xbc\x96\xbb\x1b\x4c\x0c\x4f\x50\x11\x19\x6f\x52\x19\x9d\x7e\xa2\x45\xd1\x9b\x1a\xa5\xe5\xb0\xf4\x8c\x8b\x33\x23\xed\xb1\x18\x26\xe3\x58\x64\xc6\xb9\xb0\x20\xc3\xa5\x27\x29\x8e\x06\x51\x40\xed\x29\xb6\x88\x8c\xeb\x6c\x61\x34\x9b\x33\xe7\x32\x5b\x41\xf2\x85\x95\xca\xa1\xee\xa2\x76\xe2\xbd\x4d\xdc\x43\x1f\xfb\x01\x4c\x30\x44\x9e\xe7\x41\xe5\xe7\xf6\x76\xe2\x16\xb6\x1b\x5a\x49\xfe\x50\x8a\xaf\x64\x21\xc5\xf7\xa4\xc6\xb0\xef\xd0\x20\xbd\xe2\x2d\xb5\xee\x4a\xd6\xd0\x57\x9d\x2d\xb9\xa2\xd1\x3b\x54\xc4\xe9\x95\xc1\x72\x8b\x6e\x75\xd4\x3e\x82\xa2\x83\x1d\xd6\x13\x51\x72\xd5\x51\x7a\xa6\x9a\x5a\x8c\x1e\x76\x58\x2f\xb4\xe2\xab\x0e\xae\x7c\x37\x77\x3a\x8b\x3f\xc0\x74\x12\xd2\x0f\x00\xd8\x92\xca\x20\xb6\x11\xb0\xf6\x03\x1e\xe9\xd0\x8f\xe3\xf4\x9e\xac\xd9\xe2\x9b\xd0\x41\x4e\x20\xca\xa2\x8c\x3a\x2e\x25\x6e\x36\xa5\x46\x36\x1b\x39\x79\xe0\xe3\x60\x64\x13\x4e\xe3\x42\x84\x52\x44\xca\xf8\x5b\x22\xe4\xbd\xa9\x03\x34\x3e\x74\xbd\x43\x2c\x54\x54\x93\xb0\x50\x4d\x2a\x96\x4c\xd3\xcb\x96\x6b\x28\xf9\x12\x0d\x21\xd9\x4d\x77\x34\x38\xb3\x33\xaf\x5b\x66\x21\xcc\x30\x4a\x67\xf6\x9a\x3c\x5a\x4a\x59\x17\x60\x71\xba\x0c\x21\xb6\x31\xa0\xd2\xb3\x96\x87\x0f\x03\x4b\x09\xaf\xad\x95\x57\xb8\x48\x72\x8d\x8e\xe6\x08\xa9\xbb\x49\x16\x2b\x35\xa6\xe1\x78\x2c\xcb\xe1\x7e\x9b\x0d\xc5\x66\x3e\xd3\x02\xcb\xee\xfe\x30\xc7\x6c\x6e\x85\xe4\x4c\xba\xb0\xcc\xc5\x7b\x0c\x31\x8a\x82\xec\x66\x82\xd2\xbb\x28\x84\xa8\x80\xee\x91\xf7\xfa\x75\x04\xc6\xf6\x98\xfa\xfc\x88\xac\xcd\xac\xad\x4e\x06\x46\x7e\x76\xca\xde\xbd\xe0\xaf\x76\xa2\x27\x08\x22\xdd\xb7\xb3\x4a\xdf\x61\xdc\xd6\x77\x38\x35\x49\xaf\xcb\xdf\x79\x6a\x12\xe6\x51\x2b\x5b\x7b\x3b\x07\x26\x61\x25\x9d\x43\xeb\x90\x98\xe6\x3c\xeb\x8c\x83\x25\x8c\x58\x86\x76\x17\x52\x70\x40\xa6\xa6\x72\xc8\x54\xd7\xed\xd1\x6a\xd2\x5b\xa3\xab\xb2\x0b\x15\xbe\x4b\x1c\x66\x5f\x92\x09\xcf\xc8\x18\xb1\x92\xc7\x63\xd2\xc0\xe3\xf1\x8b\x6b\x54\x8b\x6e\x69\xae\x55\xa0\xec\x8f\xa5\xf8\x80\x37\xcf\x03\xf1\x42\x82\xb8\x2a\x28\x95\x73\xa2\x75\x1b\x5d\xcd\xec\x0d\xcf\x56\xcb\x9f\x1b\xee\x33\xe5\x84\x09\x34\xf6\x5a\x01\x83\x86\x10\x13\xa8\x74\x07\x6d\x27\x2f\x23\x9b\x18\x62\xf6\x42\x92\x7b\x90\x59\x26\x31\xf2\x93\x2c\x22\xdf\xf9\x3a\xd5\xdc\x65\x2c\x50\x30\xf0\x04\xb0\xa5\xec\x54\xaa\x7b\xd9\x6c\x6e\xd4\xbd\x1b\x75\x2f\x3f\x67\x9e\xf1\x7d\x64\x3d\xfd\x8e\x80\xd0\x09\xbc\xe7\x3b\xeb\x88\xca\x08\xd6\x85\x3f\x84\xaf\x92\x14\xbf\x62\xe3\x70\xb6\xf0\x08\xa5\xf7\xaf\xa0\x1b\xa4\x21\xf4\xfe\xbc\xf7\x67\x00\x9b\xab\x60\x39\x74\x5e\x39\x00\x0b\x4c\xee\x16\x04\x64\x29\x36\x2e\x59\x9d\xe5\x98\x2c\x00\xb1\x13\x51\xaa\x70\xb7\xca\x99\x14\x5e\x82\xfe\x2d\xd8\xe8\xc1\xbe\x07\x3d\x58\xe8\xd9\x0d\x12\x39\x50\x3c\x50\x97\x45\x91\xee\x20\x44\x6f\xf1\x3d\xfe\xea\xf2\xb4\x32\x65\x83\x2c\x65\x4d\x08\xd5\x54\xae\x1e\x27\x90\x79\x0f\x99\x1e\xa8\x25\x63\x33\xf6\x11\xce\x58\xf4\x83\xff\x29\x1c\x8b\xb0\xf7\xc7\x0f\x73\x1a\xe2\x08\x26\x77\x0e\x19\x4c\x8a\x3f\x5c\x9e\x58\x4e\xfe\x3f\xbc\xf3\x34\x30\x2b\x95\x29\xdc\x29\x8a\xf3\x3f\x34\x63\x35\x72\x11\x0c\xd2\x61\x12\x7d\x86\x36\xa6\x37\x70\x5d\xd7\xcd\x7a\x9e\xbd\x07\x50\x11\x34\xc9\x27\x92\xac\x64\xeb\xe7\xf7\x09\x44\x74\x60\x4e\xd9\x4d\x49\xcd\x39\xd6\x8d\xcb\x5a\x05\x4d\xa5\x40\xda\x92\xe5\x3d\x27\x6f\x03\x5b\x84\xa1\x5b\x2a\x57\xca\x30\x86\xcf\xa9\xcb\xf0\x2c\x4b\x62\x95\x52\xbf\xde\xed\x6d\x1b\xd6\x4c\xf4\xbb\x0a\xb8\xc3\x9f\xd4\x50\x8f\x78\x1f\x40\x97\x46\xc4\x24\xc0\xc7\xe9\x2c\xc3\x4a\xe2\x2d\x87\x89\xee\x41\xa5\x18\xdc\x5a\x52\x4d\x4b\x84\xf9\x7a\x6c\x9f\xd3\x50\x13\x4a\xc3\x85\xfc\x2c\x83\x98\x70\xa0\xd6\xbe\x43\xaa\x6d\x11\x84\x5b\xe5\x54\xbb\x2f\x81\x3d\x4d\x36\xec\xe9\x7b\x60\x4f\x83\x7a\x71\x35\x88\x23\x98\xe0\xdd\x11\xc6\x93\x05\xa6\x17\xb9\x69\x1a\x25\x2c\x5a\xcc\xe7\xcc\xc4\x46\xbb\x61\x94\xf1\x0b\xe6\xcb\xf2\x07\xaf\xc4\x0b\xc7\xc2\x4c\x43\x47\x58\x18\x64\xc6\x95\x06\x19\x51\x1a\x06\x2c\x89\x6b\x60\x94\xf3\x84\x67\xac\x32\xd4\x52\x08\x1b\x69\x6d\x15\x57\x2d\xc2\x85\xb8\x69\xc0\x8c\x82\x51\xcf\x4d\x06\x51\x12\xee\xc7\xb1\xed\xc8\x9b\x53\xac\x4f\x0a\x9b\xe1\x4b\x0e\xbb\x61\x90\x39\xda\xad\x13\xa5\x9b\xba\x34\xcd\x12\xe6\x42\xef\xad\x2d\x97\xa4\xe2\x29\x4c\x99\x85\x98\x2a\x57\xe4\x46\x2f\x6e\xfc\x67\x4a\x90\x65\x31\x9f\x73\xf1\x18\x5f\x78\xce\x7a\x75\xc8\xcc\x92\xc2\x49\xb0\xd0\x02\x90\x87\x16\xe0\x3d\xe8\x68\xaa\xfc\x52\xdf\x1f\x1e\x98\xea\x9c\x95\xfb\xfd\x14\x61\xbb\xb8\xfa\x5f\xd8\x5c\xe6\x5d\xd8\xeb\xe0\x9c\x25\x0c\x9e\xe8\x89\x6d\xc5\x58\xd7\xa1\x5c\x36\x48\xaf\x4f\xb9\x6c\x10\x16\x2b\xb8\x3d\xc3\x0e\x4d\xd2\xda\x26\x68\xcf\xb5\x0d\xea\xdc\x76\xb6\x7a\xfa\x61\x69\x74\xab\xcf\x39\x3c\xa8\xc7\x04\x8a\xf8\x5a\x8d\x08\x98\xe4\x4a\x4e\xc8\x5d\x6a\x84\x2b\x6b\xac\xd1\x02\x49\xf7\x3e\x8a\xc3\xc0\x47\xe1\x12\x19\x77\x0d\x8a\x49\x11\x1a\x48\x47\xcd\x09\x83\xd8\x99\x23\xee\x8c\x34\x38\xc0\x27\x10\x8d\xa3\x22\xed\x7b\x53\x63\x79\x73\x15\x66\xd1\x40\xa6\x6a\x32\xb3\x67\xab\xc9\xac\x4a\x7f\xbc\xdc\x84\xc9\xdd\xbf\xa0\xf7\xd6\x62\x68\xff\xb5\xe7\x41\xfd\x32\x89\xa2\xa6\xe4\x1f\x0a\xc0\x1f\x2d\xf7\x26\xa5\xc9\xf1\x32\xd7\xef\x47\x71\x44\xce\x44\x72\xa0\x75\x7b\x5b\xd1\xc0\x46\xdc\x8d\xeb\xed\xde\xf6\xf6\x6b\xe4\x12\xf8\x33\x23\x6d\x30\xd9\xad\x98\x59\x37\xf0\x09\x46\x73\x1c\xa6\xfe\x49\xe0\x7d\xc1\x3f\x6d\xeb\xcf\x7b\xff\x69\x91\x13\x1b\xb1\x31\xff\x5d\x5a\x12\x84\x1d\x25\x1a\xd8\x12\x1f\xc1\xc2\x57\x59\x39\x74\xc9\x57\xfb\x43\x75\xd9\xfd\x61\x8e\x73\xe6\xa8\xfb\x07\x75\xa5\x93\xac\x26\x71\x2c\x22\xe9\x50\x09\x47\x60\xa3\x2d\x18\x67\x50\x72\xce\xa4\xbb\xd7\xe3\xe1\x70\xe0\xd6\x3e\x42\xfe\xcc\x8d\x32\xfa\xaf\x4d\x01\x20\xf2\x90\x98\x59\x60\x39\xce\xd6\x1e\x15\x9c\x8a\x09\x7e\x4d\x16\x74\x10\x4f\x43\x98\x91\x31\xf3\x29\x52\xdb\xcb\x0b\x5f\xae\x4a\x3e\x25\x39\x9d\xe6\x89\x36\x97\x1f\xb6\xa3\x7f\x67\x22\x75\x2c\xe7\x6c\xb9\x9a\xd5\x5f\x0e\x96\xbd\x58\x54\x69\xaf\x48\x33\xae\xad\x37\x28\xbd\xd2\x29\x20\xc7\x95\x8a\xdb\xc2\xfc\x25\x3f\x1d\xee\x26\xbd\x77\xb0\x9b\xf4\xbc\x10\x06\x69\x08\x3f\x5c\x1e\x1f\xa4\xe3\x49\x9a\xc0\x04\xdb\xa4\xd2\xe9\xd0\x5a\xf2\x27\x20\xa3\x9a\xe7\x4e\x07\xd3\x7b\x39\xb1\x7e\x2f\x47\xdb\xb4\xa1\x47\xf8\xcb\xe6\x7a\xce\xb7\x70\x3d\x27\xf3\x06\x20\x7e\xe4\xf5\x1c\xc2\xe2\xb2\x28\x19\xc6\x8f\x4d\x94\xb5\x89\x78\xb4\x89\x78\xf4\x5d\x46\x3c\x62\xea\x96\x72\xc8\x78\x91\x91\xbe\x53\x75\xbe\x34\xce\x7d\x0f\xa8\x14\x6a\xd0\x28\x67\xc1\x5f\x98\xe7\xbe\x74\x3d\x68\xc1\xdd\xa3\x6c\x51\x3a\xfd\x3a\xd1\x17\xd9\x73\x9a\x29\x9f\x4b\xb0\x31\xe0\x09\xf4\xb3\x1c\x24\x2e\x8b\xd4\xc4\xc5\xe3\xec\x9d\xf2\x6e\x7d\x46\x7d\xc5\x49\xd0\x07\xd2\x81\xaf\x13\x97\x33\xe8\x27\x59\x27\xe6\x69\xfa\xc3\x0e\xcd\x19\x46\xd6\x95\x93\x6b\xa1\xf8\x6b\x0c\x85\xcc\x11\x62\x77\x82\x60\x48\xa4\x7b\x98\xed\xfa\x41\xfc\xa4\x11\x09\x8b\x82\xf9\xf1\x61\x07\x7a\x6f\xa1\x7b\x7c\x08\x98\xd3\x23\xf9\x41\x01\x49\xe3\xce\x4e\xf1\x68\x67\x0c\xf1\x28\x0d\xbf\x54\xa7\xf5\x9e\x82\xc3\x28\x9b\xc4\xfe\xac\x28\x55\x0a\x1a\x0f\x83\xa5\x50\xd8\xe1\x89\x3d\x9e\x70\x1c\xec\xc4\x36\xc7\x70\x96\x86\xe2\x67\x1a\x42\xc0\x5d\x04\x59\x89\x92\xd4\x0e\xf0\xb4\x21\xac\x82\xff\x78\x78\xb0\x2c\x20\xca\x84\x73\x21\x2f\xa6\xc9\x45\x04\x61\x22\x0e\xb0\x2c\x23\xac\x84\xfd\x0d\x94\x7c\x23\xa4\x5c\x1e\x79\x9e\xa4\x46\xaa\x88\xbc\x00\x74\x28\x8d\x9d\x77\xb8\x83\x5d\x9c\xb2\x9f\x8c\xe7\xe3\x3c\xdf\x5a\x1a\xf0\xb0\x3c\xff\x91\xe2\x63\xf6\xe4\x93\xaf\x7a\xf9\x7a\x6f\xbb\x50\xf1\x4b\x06\xd6\x9f\xa8\x6c\xa1\x14\xbd\xb3\xf6\xe3\xf8\x15\x9f\x8a\xec\x95\xfd\x27\xc7\xe2\xf8\xa9\x27\x78\xff\xfb\x34\x8d\xa1\x9f\x38\x25\x6f\x60\x46\xde\x28\x95\x6d\x18\xe5\x2b\x34\xf4\xa8\x39\xbe\xbd\x5b\xac\x94\x40\xd1\x70\x84\x77\x30\x8a\xc6\x4f\xe1\x88\xc0\xa0\xd8\xfc\x37\x38\x23\xb3\x62\x53\x85\xa3\x50\x2b\x40\xf7\x37\x38\x73\x71\x7a\x92\xde\x43\x74\xe0\xd3\x80\xb8\x82\x0b\xed\x6a\xa2\x2f\x9f\x00\x2a\x95\x31\xde\xb4\xb5\xd4\xf7\xa0\x3c\x13\x09\x4d\xc2\xf3\x05\x76\xb9\xbe\xad\x79\x58\x3f\x56\xc2\x7f\x00\x9a\x25\x12\x7a\x6f\x79\xa3\x30\xc1\x88\xe2\x23\x1a\xdf\xef\xe1\x61\x9e\x17\x32\x02\xf9\x12\xe4\xd5\x20\x4d\x02\x1f\x53\xe3\x66\xef\x71\x4b\xa1\xec\x87\xf1\x25\x0f\x6c\x0e\xc1\xa2\x34\xe1\x07\x76\x51\x00\x2e\xd3\x98\x3e\x6b\xdb\xd0\xdd\x3f\x38\xc9\xd8\x0c\x90\xd2\x43\x46\x8e\x9e\x44\x8e\x3b\xf6\x27\xb6\x24\xe9\x80\x8b\x34\x8e\x82\x59\xf9\x45\x56\xbe\xe8\xd5\xbc\x3a\x63\x5b\x79\xce\x26\x94\xd4\x33\x9c\xb3\xc6\x4c\x0e\xa5\xf1\xb3\xfc\xe6\xca\xc7\x83\xec\x8b\x45\xb0\xf2\x5b\x89\x95\x6f\x4b\xd6\x74\x1c\x12\xb6\x81\xcb\xcf\x2b\x5c\xd3\x51\xdf\x23\x1b\xb1\xf6\x25\x91\x5c\x96\x42\xb7\x66\x73\x6a\x06\x35\xff\x0a\xe0\x41\x70\xee\x82\xfb\x4b\x86\x5d\x03\x0b\xaa\x0e\x22\x5a\x71\x91\x22\xcc\xbf\x83\x78\x85\x14\x91\x3a\xc7\xc5\xe9\x15\x46\x51\x32\xb4\x1d\x23\x20\x69\xe5\xf1\xa5\x3e\xd1\xe0\x18\x53\x83\x9a\x56\xd2\x93\xd5\x4f\x75\x26\x8a\x3b\x63\x5f\x67\x83\x14\x1f\x51\x7c\xbc\xc6\x4b\x10\xa7\xb7\xf0\x69\x71\xd3\x23\xf7\xf5\x3e\xbd\x7a\x94\x22\xb1\x0a\x8b\xdf\xc5\x31\x0f\xe9\xd9\xbe\xf4\x50\x7f\x71\xe7\x82\xf0\x4a\xff\x32\x07\x83\xf2\x81\x4c\x08\xca\x77\xc8\xce\x9b\xd7\x15\x90\x53\xc7\x5c\xcc\x8b\xe8\x7c\x60\x63\x03\x8b\x01\x33\x3d\x91\x41\xd5\xac\x5e\x99\x2c\x3d\x77\x6a\x68\x92\x3a\xe5\xec\x69\x48\xbb\xf6\x43\x71\x13\x05\xca\x76\x77\xe4\x25\x3e\x15\x15\xff\x3f\x38\xee\x43\xb4\x13\xfa\xd8\x57\x9e\xde\xfd\x98\xa5\xc9\x1a\x60\x71\xed\x0b\xb2\x2f\x73\x5d\x83\x34\x84\xb8\xd0\xbb\x14\xfa\x28\xf1\xbd\x73\xaa\x69\x58\x36\x50\xd2\xf9\x1d\x7f\x12\x35\x1e\x29\x7d\xf8\xa5\x8e\x16\xc1\xac\xd9\x37\xa5\x0f\xbe\xd0\x51\x1a\x4a\x22\x50\xf7\x98\xe2\x34\xa2\x3e\x43\xb5\x70\x8c\x4a\x45\x0a\x4b\x55\xd1\xfc\xb2\xf4\xa0\xcc\xba\xec\x3f\xca\xc7\x07\x71\xef\x9c\x09\x8a\xc6\x3e\x9a\xfd\x06\x67\x16\x48\xdc\x8b\xcb\xe3\xd3\xfd\xcb\xdf\x6f\x7e\x3b\xfa\xbd\x78\x24\x8b\xa7\x43\x5e\x7f\x75\xf2\xe1\x17\x5a\x99\x23\x98\x4d\xd2\x24\xfc\x39\x45\xd4\xfe\x79\x09\x83\x14\x85\x9a\x3d\x87\x99\xea\xaa\x9f\xc3\xde\x5b\x0a\x67\x12\xc7\x7b\x8b\xc9\xbf\xdd\xbd\x9e\xe3\x00\x3d\xc0\x89\xdf\x60\x61\xa8\x5f\x7c\xf9\x02\xa1\xbe\x5a\x35\x0e\x0a\xac\xb0\xae\x76\x04\xfd\x10\xa2\xac\x6a\x59\x85\x41\x55\xa9\x10\x3a\x4b\xe4\x98\xc2\x75\x67\x10\x25\x43\x88\x26\x28\x4a\x30\x44\x55\x1e\x0e\xcc\x4f\x52\x59\x9e\x2f\x2e\xd2\x26\xd3\x99\xa7\x9e\x7e\xe2\x30\x4b\xb5\x69\xc1\x79\xfb\x93\x62\xec\x2b\xec\x35\x3f\xa9\xc6\x9b\x9f\xa8\xf1\x46\xe4\x79\xa9\xf6\xb6\x84\x75\x96\x9c\xae\xc1\x33\x7b\x1e\x19\x29\x59\x61\xb2\x59\xe4\x86\xc1\xf6\xb6\xed\x77\x13\xf7\xd7\xa3\xfd\xc3\xa3\xcb\xab\x9b\xc3\xfd\xeb\xfd\x83\xa3\xb3\xeb\xa3\x4b\xf3\x6d\xf2\xb0\x03\xd4\x67\xcf\xf6\x4f\x8f\xae\x2e\xf6\x0f\x8e\xcc\x47\x95\x06\x92\xec\x1d\xf9\x5f\xa7\x38\x2d\xb1\x42\xe1\xea\xf7\xd3\xf7\xe7\x27\x3d\xcf\x07\x38\xe7\x9b\x7b\xda\x2a\x0f\x97\x8f\xb1\x1f\x8c\x7e\x15\x6b\x37\x2d\x6a\x94\xe5\x67\x01\x7b\x0f\x64\x8a\xb3\xb8\xfb\xf3\xf9\xe5\xd1\xf1\x2f\x67\x64\xa3\x83\xd8\x3d\xa3\x83\xa2\xbb\xbe\xb4\xed\xb5\x0d\x2f\x77\xb4\x28\x48\x6d\x08\x6c\xe4\x25\xc2\x56\xa2\x34\xca\x2c\xf4\xc5\xe1\xc3\x32\x2c\xf0\x93\x86\xba\xe7\x39\xc0\xf4\x65\x78\x87\x28\x48\xf5\x9d\x4e\x17\xf5\xf8\x9f\xe4\xdc\x00\x98\x69\x63\x11\xf0\xf3\x26\x07\x93\xec\x27\x4d\x93\xb7\x7a\xc7\xec\xc4\xa1\xc6\xb4\xa2\x25\x66\xb9\x29\x9a\x22\xbb\x94\xad\x53\x1e\x8f\x41\xbc\xcf\xcd\x42\x05\xf9\x2d\xb5\x4f\x04\x10\xda\xaf\xa9\x7f\xc6\xf6\xb6\x8d\x3d\xd2\x8e\xd9\xbd\x18\x20\x90\x74\xb5\x6f\xd4\x73\x6c\xec\x68\xfd\xf9\x40\xdd\xba\x9e\x4f\x7f\x0e\x61\x0c\x1b\xf5\x27\x5b\xd0\x1f\xd2\x99\x79\x37\xeb\x75\x4a\x7d\xc8\x2a\xfb\x30\xef\xa2\x5e\x27\xe9\xa2\x1e\xe8\xaa\x8b\x98\x94\x69\xbf\x73\xa7\x9b\x91\x83\x20\x4f\x52\x34\xa6\x9c\xe2\x92\x76\x3c\x83\xaa\x8b\x37\xeb\x2e\x9f\x2f\xf9\xe4\x85\x3f\x8b\x53\x3f\xb4\xd9\x43\xa2\xfb\xb2\x9a\x48\xf0\xcc\x33\x99\xd6\x6f\xb1\x5b\xc7\x16\x39\xe2\xa8\xab\xf4\x18\x62\xdf\xcb\x1c\xe9\x7f\xc6\x58\x66\x75\x3f\xe6\xe4\xe1\x4e\x06\xba\x98\x59\x15\x89\x44\xd3\xeb\xc4\x39\xa3\xac\xf9\xae\x78\x9e\x17\xbd\x4b\x3a\x51\x8e\xa3\x31\xcc\xb0\x3f\x9e\x48\xe0\x65\x27\xf0\xfe\xd5\xa1\x8f\xa1\xe3\x0e\x21\xbe\x8e\xc6\xd0\x56\x06\x2e\xfb\xcb\x79\x8f\x4c\x99\x57\x3e\xa4\x1e\x1e\xe6\xf9\x56\x48\xbf\xeb\xab\x8a\x6a\x79\xf8\xcf\x03\x3f\x18\x41\xee\xe4\xd3\x89\xba\xc8\x3d\xd8\x3f\xf8\xf5\xe8\xe6\xe0\xfc\xec\xfa\xf2\xfc\xc4\x38\x2b\x41\x30\x45\x59\x8a\x3a\x91\x42\xf1\xf8\xec\xf0\xe8\x5f\xe6\x73\x61\xa0\x3d\x53\x7b\x4e\x0b\x03\x69\xd4\xe0\xa0\xce\xb7\x4c\x0f\xa0\xa8\x6b\x7d\xda\x41\x7e\x32\x84\x56\x6f\x7b\xdb\x4e\x5d\xfa\xb7\x56\xac\xf0\x8f\x48\xc4\x16\xa1\x8f\x52\xc6\x7e\xe7\xc7\xde\x1b\xf8\x9f\x7f\x92\x55\x0e\xbf\x79\x6e\x79\x9e\x97\xd1\xe7\xc8\x4e\x65\xcb\x46\xf9\x5a\xc0\xaf\xf6\xe6\xd1\x7c\x8a\xaf\x66\x49\x40\xbe\xa0\x05\x18\x15\x6a\x86\x05\x69\x5e\x5a\x9d\x3a\x6e\xd0\x6e\x30\xd6\x64\x90\xd3\x30\x56\xb5\xd1\xf3\xb1\x20\x5c\xa1\xb6\x01\xe3\x6b\x02\xe3\xab\x81\xe6\x7e\x94\x84\x51\x32\xdc\x41\xd3\x7a\xd7\xa3\x15\xbe\xa8\x46\x6e\xf3\x49\xbf\xca\x27\x0d\xd2\x14\x85\x51\xb2\x20\x3b\xd1\x0a\x1f\x54\x21\xb6\xf9\x9c\x5f\xe5\x73\x12\x91\x72\xb5\xcf\xf8\x35\xe3\x76\xc0\xe4\xee\x09\x23\x73\xd3\xdb\xf0\x2f\x20\x64\x07\x88\x3c\x1e\xf7\xc5\xce\x3c\x75\x9d\x3c\x7d\x74\xec\x25\x42\x59\xb5\xb7\xad\x86\x78\x0d\xa4\xc0\x6f\x0d\x25\xfc\xd6\x10\x43\x2c\x1d\x41\x51\x98\x0a\xec\x39\x55\x5b\x33\x3c\x0e\x93\x3b\xf7\xce\x47\xb6\x75\x70\x7e\x76\xf5\xe1\x44\x41\x64\x37\x27\xe7\x07\xfb\x27\x96\xe3\x79\x1e\x04\x5d\x03\xdf\xf7\x3a\x50\x73\x4a\xac\x08\x33\x42\x17\xc0\x26\xca\xc8\x26\xca\x88\x76\x42\xea\x69\x40\xd6\xc0\xf5\x4c\x8a\x4b\x59\xdf\x37\xeb\x70\xed\x3f\x49\x1c\x64\xd4\x24\x0e\x72\xfc\x65\xe3\x20\xa3\xaf\x13\x07\x39\x7e\x99\xc8\xe9\x71\x97\x89\xe3\xe5\xc8\x29\x7e\x3a\x43\x43\xd5\xbe\xd1\xcf\x52\xa4\x9c\xa5\x10\xf8\xb6\xaf\xe4\x0e\xea\x16\x1d\xe9\x75\x90\x7b\x40\x0e\x06\xb5\x2c\x67\x5f\xd8\x34\x5c\x64\xcb\xcf\x2f\x66\x89\xf8\x72\x66\xbb\x15\x42\x25\xd1\x68\x17\x83\x14\x8d\xdf\xc3\x38\x4d\x86\xd9\x75\x6a\xea\xc3\x8a\xc8\x00\xb9\x7c\xf8\x57\x3f\x3b\xf5\x93\xd9\x82\x47\x97\xaa\x8e\xb1\xe3\xbd\xc5\x8d\x15\xb8\xa5\xa7\x7f\xe6\xb7\xbf\x97\x3f\x69\xaa\x6b\x97\x3c\x6e\x6a\x53\x97\x3c\x6e\x2a\x3b\x2b\x1f\x5f\x1e\x44\x4a\x5d\x2d\x95\x0e\xc3\x8f\xe4\x73\x05\xad\x0a\x0e\xc7\xd5\xe8\x20\xde\x52\x33\xe8\xbd\xac\xc3\x8a\x85\x80\xb5\xeb\x02\x32\xc0\x24\x48\x69\xd0\x57\xe0\xaf\x28\xb1\x10\x61\x6a\x99\xac\xc2\x68\x73\x83\x07\xb0\x91\x17\x37\x96\x57\x50\xad\xbc\x82\x6a\xe4\x15\x64\xca\x2b\x48\x03\x76\x68\x41\xd0\x8d\xdc\x01\xd9\xf2\x83\x39\x5b\x74\x30\x13\xe2\xe2\xcc\xa7\x2d\x19\xd3\x42\x91\xfe\x14\x45\x1e\x97\x0f\xe8\xd4\x90\x82\x6b\x7f\x68\x3b\x39\x4c\xb2\x29\x82\xc7\x87\xa5\x68\x41\x3c\x01\xdb\xf1\x21\xc7\x1a\x96\xf3\xce\x86\xee\x09\x1c\xfa\xc1\xcc\x23\x88\x9f\xff\x7d\x7c\xe8\x41\xf7\xf8\xd0\xe9\x14\x95\x6f\x00\x29\xf1\x44\xcb\x7f\xfc\x30\x97\xbe\xed\x57\x79\x47\xf9\xe5\x8f\x21\xfb\xad\x85\xae\x2e\x17\x91\xe7\xfe\x00\x70\xe1\xd9\x55\xc9\x7e\xca\x16\x6e\x21\x35\xf1\xd9\x90\x83\x77\x98\xdd\x7b\x7d\xf6\x74\x3b\xf1\xf4\x36\x12\x07\xd0\x1e\x94\x5a\x6a\x6c\xb6\xf2\x17\x9a\x89\x62\xd2\xa8\x1d\x7b\x89\x63\x4c\x3e\xd6\x26\x1f\x1b\x93\x8f\xcb\x93\x8f\x2b\x26\xbf\x64\xed\xf1\x01\x02\xb1\x12\xc7\xdc\xb1\xe3\x47\x5a\xbf\x1a\x0f\x4b\x2e\xb8\xd8\x3d\x3e\x04\x31\x1d\x26\xf9\xab\x69\xdf\x72\x90\x7a\xbe\x22\xd5\x4e\x95\xa3\x22\xf0\xba\xa8\x47\x44\xd3\x36\x92\xed\xc4\x94\x6c\xc3\x1a\xc9\x76\x42\x24\xdb\x90\x4b\xb6\x13\x5d\xb2\x55\x7f\x82\x89\x29\xd9\x4e\x6a\x25\xdb\xc9\xc3\xc3\xc4\x94\x6c\x27\xba\x64\x3b\xf1\x82\xd5\x25\x5b\x22\x18\x0a\xc9\x76\xe2\x80\xb1\x22\xd9\x4e\x0c\xb9\x73\xc2\x25\x5b\xad\xfc\xdd\xa4\x7c\x00\x8e\xa5\x64\x3b\x59\x2c\xd9\x9a\x2d\x54\x9f\xe1\xa4\x8b\x13\x32\x3c\x1e\x75\xc8\x9b\x00\x9f\x49\xb6\x5c\xaa\x05\x63\x30\x51\x24\xdb\x68\x39\xaf\xaf\xbf\xb8\xb2\x02\x93\xbf\xbd\x6b\xe8\x93\xe2\x87\xfe\x04\x2f\x51\x26\x6a\x51\xae\xa8\xc6\x4e\x82\x83\xf4\x25\x82\x83\xa9\x67\xd7\x85\x58\xf2\x71\xda\x5f\x21\x90\x60\x73\x64\xc0\x22\x08\x68\xc8\x20\x7a\xb6\xc8\x20\x5d\x8e\x0c\xd2\x45\xc8\x40\x2e\x54\xfd\xee\x2c\x74\x7d\x8c\x91\x6d\xfd\x83\x1e\x1c\xc2\x66\x6d\x65\xd4\xd7\xd5\xf2\x3c\x72\x34\xa6\x83\x57\x09\x8b\xd8\xc7\x67\xcc\x85\x9f\x60\x30\xc5\xd0\x4e\x1c\x76\xd6\x3d\x95\xe3\xd9\xea\x2c\x3e\xe1\xb4\x08\xa3\x20\x1b\x25\x2e\x14\xa3\x5d\x95\xcf\xf4\x3a\x10\x74\x91\xe6\x82\x80\xbb\xbe\xf8\xfd\xf7\x0f\x47\x97\xbf\xdf\x5c\xec\x5f\xee\x9f\x92\x43\x99\x7b\xc1\x81\xc0\x53\x03\xfe\x85\xca\x0a\x1a\x7b\xdd\xb8\x47\x4e\xfc\x36\x0c\xa3\x6f\x32\x8c\x49\x0d\xc3\xe8\x13\x86\x31\xe1\x0c\xa3\xaf\x33\x0c\xf5\x27\xe8\x9b\x0c\xa3\x5f\xcb\x30\xfa\x0f\x0f\x7d\x93\x61\xf4\x75\x86\xd1\xf7\xc6\xab\x33\x0c\x72\xde\x0a\x86\xd1\x77\xc0\x40\x61\x18\x7d\xe3\x38\xef\x73\x86\xa1\x95\xbf\xeb\x97\xf7\xc5\x40\x32\x8c\xfe\x62\x86\x61\xb6\x50\xbd\xb5\x49\x17\xfb\x64\x78\x8c\x61\x44\x5e\x1f\x64\x8c\x61\xc8\xe8\x11\xa0\xbf\xb5\x92\x7d\xde\xbc\xdf\xd7\x8c\x65\x2c\x52\x37\x54\xb1\x0e\xd2\x48\x65\x1c\xa6\x97\x1b\x46\x40\xb8\xf4\xa8\xcb\x9d\x9f\x49\xf4\xca\x6a\x17\x15\x9a\x9e\xed\x6d\x5b\xfb\xed\xb1\x7b\x12\x0e\x80\xb9\xa9\x1d\xb3\x4b\x81\x09\x12\x97\x70\x9b\x30\x84\x21\x3b\x85\xb2\xd3\xe8\x53\x94\x88\x10\xb0\x0b\xb5\x67\x7e\xc5\x51\x8c\xf4\xa3\xd8\x37\x8f\xe2\xa2\x9b\x45\x25\x39\x79\x33\x0b\xcc\xc5\x85\xdb\xce\x1c\xf2\x2e\x75\x2c\x3f\xbe\xf7\x67\x99\x95\xe7\xce\x12\x75\x0e\x77\xde\x04\xd4\xf9\x92\xdb\x88\xe8\xf1\xc1\xed\x44\x82\xb8\x30\x15\xd9\x09\xbb\xb6\xcd\x6f\x98\x28\x31\x9d\x68\x38\x27\x79\x7d\xe5\xb0\x38\x7b\xa0\xf7\x76\x2e\xb7\x94\xdf\x55\x9e\xe9\x51\xd7\x4c\xb5\xc0\xeb\xf6\x1c\xa0\x17\x51\xed\xb6\x0d\x9d\x5c\x66\x1b\xcf\x70\x8a\xa0\x5b\xac\xf0\x9f\x53\x64\x63\x97\xc5\x39\x4b\xc4\x9b\x99\x57\xfc\x29\x0e\x71\xe4\xd6\x4d\xc6\xcf\x28\x1d\x93\x8f\x6f\x27\x00\x02\xdf\x71\x40\x92\x6b\x7c\xa2\x76\x12\xf5\xf8\x46\x15\x0c\x87\xed\x28\xe1\xe1\xba\x8a\x60\x19\x33\xc6\x21\x04\x18\xe4\x42\x3f\x18\x5d\xc2\x98\x6e\xf7\x6c\x14\x4d\x84\xee\x69\xee\xab\x73\x4d\xa6\xa8\xfb\x87\xec\xf0\x0f\xdc\xc1\x88\x5d\x3f\x71\xe9\xc2\x8e\x06\x33\xf2\x91\xa3\x24\x74\x72\x31\x92\x3f\x7a\x76\x31\xb9\x00\xb3\x69\xc8\x1d\xe0\xd7\x73\xe7\x06\x43\xab\x61\xd1\xb1\x9d\x34\x1e\xdc\x9a\xc6\xe3\x57\x0e\xe6\x84\xfa\xd1\xd6\xb8\xbc\x0a\x01\x33\x11\x57\xb9\x3b\x54\xc3\x84\xd8\xc5\x6d\x10\x7b\x88\x07\x2f\xeb\x18\x99\x42\x35\x1f\x5d\x1b\x82\xb9\xb8\x75\x14\xb3\x0b\x8a\x7e\x4e\x00\xc1\xaa\xfa\xe5\xc5\xb1\xe7\x57\x90\x24\x38\xa1\x8d\x23\xc8\xd3\xdc\x9b\x30\x7d\xf3\xa4\x8a\xb8\x6a\x69\x60\xba\xd5\xed\x32\xbf\xd2\x35\x67\xfb\x07\x27\x99\x71\x17\xdc\x72\x68\x84\xec\x8a\x1a\xaf\xb2\xb4\xb6\x21\xe8\x8a\x0c\x35\x9e\x65\x01\x66\x53\xec\x5a\x46\x63\xc0\x52\xaf\xb0\x5b\xbd\x6a\xd3\x9a\x3c\xe6\x59\x0f\x64\x07\xe9\xb1\x6e\x54\x76\x71\x4f\xd6\x93\x75\xd0\xa5\xf6\x41\xd6\xfe\x02\xdd\x59\xe5\xcc\x2e\xd3\x80\x19\x1e\xc7\xf9\x52\xdd\xd2\x4a\xd6\x80\x9a\x17\x56\xf3\x0f\x4a\xa3\x30\xd8\x91\xe9\xcb\xda\x6f\x72\x9d\xde\x77\x6d\xf9\x7e\x89\x27\x59\xfc\xa8\x93\xac\x0a\x5a\x26\x4b\xa0\x65\xf5\x49\xb6\x3f\xc5\xa3\x14\x71\x79\xbf\xf9\x69\x06\x92\x45\x7b\xb7\x91\x38\x6f\x8a\xe0\x5a\xe4\xc3\xaf\xe2\xc1\xe0\x7f\xcb\x1e\x0c\xf6\x9c\xa7\xfd\x8c\x42\x25\x46\x18\x76\x93\x2c\x07\xb1\x53\xba\xc0\xd7\xc0\x8f\x47\x89\x97\xdb\xd6\xe3\xf1\x29\x6d\xe2\xab\x99\x6b\xcb\xc1\x53\x1e\x79\x2e\x73\x42\x1b\xf0\xf5\x55\xbc\x70\x27\x28\xfd\xb4\x96\xaf\x48\xe9\x6c\x3e\xe2\x7a\x3e\xa2\xac\x14\x2a\x0d\x11\xaf\xa2\x43\x83\xaa\x58\xf9\xaa\x9f\xd9\x0c\x14\xf4\xc8\xaf\xcc\xc8\xa8\xe5\xd1\xa7\x28\x11\x7b\x78\xd7\xcf\x76\xc6\x7e\x52\xb1\x0c\x5e\xb8\x0e\x4d\x07\x20\x65\xdd\x57\x11\x4f\xfd\xb1\xea\xae\x55\x30\xc9\x6a\xcc\x67\x51\x38\xa3\x47\xae\x82\x12\xc9\xef\x1a\x4c\x6f\xdc\x48\x37\x6e\xa4\xcf\xc3\x8d\x54\x56\x8e\xfc\x6c\x64\x81\xbf\x5d\x9d\x9f\xb9\xcc\xf0\x18\x0d\x66\x4e\x0e\x3f\x61\xe4\x07\xf8\x43\x14\x2a\xba\x0e\x2a\xb5\xd0\x68\xbb\xdd\x9a\x7c\xf8\x5a\x3a\x7d\x1e\xb5\x8b\x06\x3f\x54\x83\x90\xf5\xea\xd5\xea\x52\x93\x6c\x78\xa9\x24\x5d\x4c\x5e\xa4\x51\xcd\x62\x4f\xf8\xa4\x1a\x61\xc0\xe6\x52\x03\x7f\x45\xe3\xfd\x72\x25\xfc\xc4\xcf\xb2\x28\x19\x5a\x1d\x1e\x33\x35\xbb\x60\x05\x4c\x35\x8e\x9d\xad\x3e\x82\xfe\xed\x16\x7d\xf6\xde\x47\x89\xf6\xec\x3f\x59\x41\xd5\xb3\x01\x8a\x70\x14\xf8\x71\xf1\xf0\x01\x2f\x11\x4f\x17\x4b\x14\xcc\xb5\xa6\x3b\xdd\x1e\xd0\xe8\x17\x05\x82\x46\xa7\x4b\x0d\x8c\xf3\x5c\x9a\x28\x3a\x98\x3f\xd2\x41\x2c\x62\xac\x1a\xa2\x58\x9b\xf8\x42\x12\x51\x3e\x13\x8d\x06\x47\x43\xfd\xd2\xb0\x94\x46\x4c\x4a\x19\x90\xf2\xda\x1f\x0e\xa1\x88\xe4\x04\x49\x8d\x51\xc2\x43\x56\xd2\x60\x6c\x79\x2e\x55\xb7\xb1\x3b\x8d\x42\xee\x67\x55\xac\x1d\x9a\x78\xea\xf1\x86\x64\x44\xbe\x6a\x34\xb0\xf7\x3c\xcf\x13\xa9\x2a\x8c\x64\xa5\x08\xa5\x48\x26\x25\xa5\x39\x55\x32\xaf\x3b\x67\x01\x9f\x3b\xd6\x9f\xf7\xfe\x6c\x01\x1c\xe1\x98\x82\x21\x91\xc5\x34\xef\x51\x0f\x36\xae\x3b\x57\x2d\x2d\xea\x34\x7a\xd8\x0d\x03\xa0\xcc\xa0\x47\xe4\x3a\x7d\xb5\x57\x8d\x99\x1a\x5b\x98\x23\x75\xbe\x06\x4f\x36\x73\x2e\x9e\xa8\xc3\x52\xbf\xc8\xb9\x63\x12\xd6\xa8\x3b\xe5\x9e\xa6\x71\xc3\x93\x34\x84\xdb\xdb\xea\xee\xa6\xc5\x99\x88\xc3\x46\xf5\x91\xeb\xfe\x62\xc5\x00\x91\x6c\xb8\x58\xe7\xea\xd4\xaf\x66\x23\xa8\x88\x01\xd8\x0e\xf5\x6c\x64\x9c\x27\xb4\x12\xac\xe0\x6f\x2a\xf9\x48\x11\x23\x27\x29\x23\xc0\xc2\xda\x1d\xa4\x49\x02\x03\xbc\xc3\x04\x55\x6a\x9a\xfd\x2d\x4a\xc8\x62\xd6\x36\x1f\xe2\x6c\xb0\xe7\x41\xb2\xe5\x9b\x53\xf4\xea\x28\x42\xf7\x82\x3c\xf0\x73\x8a\xc8\xa6\x12\x7f\xcb\x47\xb0\x34\x06\xbf\xf6\x3c\xc4\x6c\x00\xe4\x1f\xf6\xa4\x47\x36\x72\x2e\x7c\x5b\xd7\x7d\xf6\x90\x05\x5c\xa9\xed\x2a\x4c\x2d\x08\x58\x83\x08\x65\x98\x2f\xb5\xd2\xd6\xb4\x1c\xca\x7c\xb2\x0e\xcd\xce\xbf\xb2\x92\x3f\x83\x8f\xd2\x8b\x55\x6e\x4f\x46\x69\xb3\x3d\xbf\xa9\xe0\x67\xa5\x50\xa8\x8f\x5c\x1e\x9c\xce\x52\xd5\x45\xc5\x13\x28\x8d\xe1\x22\xd5\x06\xf0\x95\x25\xf6\xd2\xe5\x95\x05\xca\x0d\xe0\xaf\xa4\xe6\x68\x7b\x27\xce\x70\xb0\x8c\x21\x7e\x95\x78\x22\xa7\x96\xa8\xaa\xcc\x23\xc2\xa4\x6c\x2f\x71\x2f\xa7\x31\xcc\xb6\xb7\xed\x84\xe6\xc5\x48\xdc\x2b\x18\x20\x88\x45\x6a\x8c\x44\x0b\x6d\x7b\x3d\x9b\x90\x22\xf2\x0f\xa0\xef\x75\xf8\xfb\x84\x0d\x6c\x6f\xf3\x28\x40\x0a\x8d\x44\xd9\x21\x57\x30\x1e\xe8\x7e\x7a\x2c\x85\x4a\xdd\x0e\x6a\x66\x6c\x35\xf7\x97\xf6\xa8\xc6\x0b\xd5\x64\x6c\x89\x0c\xac\xbb\xbd\x2d\x67\xa2\x88\xb5\x6b\x17\x3f\x14\x23\x34\x7d\xe8\xf8\xd0\xc8\x5a\xc7\xfc\x8a\x26\x10\xde\xee\xc7\xb1\x6d\xb1\x3d\xe4\xf0\x44\x29\xb6\x25\xa6\x82\x7c\xb7\xe3\x43\x67\x0b\x92\xa9\x96\x13\x44\x09\x82\x44\x89\x11\xec\xe9\x16\x7c\x59\x6e\x15\x92\x7f\xc1\xe7\xc8\x3f\x06\xd4\xab\x0c\xea\xae\x1e\x15\x93\x34\x4e\x87\xeb\xd0\x66\x4b\x52\x2b\x5c\x1f\xfb\x66\x75\x5c\xd1\x93\xe8\xb8\xb2\x26\x3a\xae\xf4\xcb\xea\xb8\xb2\xaf\xa3\xe3\x7a\xa9\x17\x0c\x6a\xd3\x41\x93\x63\xe3\x49\xee\x1e\x32\xca\x2f\xe2\xe6\x61\xdb\xfb\x05\x0b\xe0\x97\x7e\xcf\xab\xc2\xf7\xd3\x2a\xee\xbf\x4a\xa6\xd8\xec\x02\xb9\x5f\x73\x81\x3c\x96\xe5\xb1\x7b\x98\xde\x27\x2c\x14\x7a\x66\x08\x3a\xc7\xa2\x59\xe5\x16\x9c\xc7\xe3\xca\x57\xd4\x5e\x79\xaa\x8c\xaf\x3e\x60\xdc\x90\xf3\xa8\x78\x52\xf7\xc0\x55\x49\x27\x82\x94\xbb\x87\xc5\x4b\x84\xad\xc4\xee\x87\xc9\x0a\x7d\x2f\xb5\x2b\x7b\x5e\x56\xc3\xd4\xf7\xbe\x62\x06\xf4\xfe\xab\xd3\x50\xdf\x77\xdf\x86\x20\xb2\x23\x7b\x9e\x83\xb8\xe2\xea\x3e\xa6\x59\xca\x94\xbb\xfa\x20\xd0\xee\xe3\x85\x72\xfb\x8c\xe9\x6d\xbc\xcd\xe5\x8a\x6f\xe1\x72\x45\xec\xf5\xc5\x6d\xbc\x55\x2f\x57\x50\x4f\xf0\xdd\x1d\xb6\xdc\x76\x10\x1c\x46\x19\x86\x08\x86\xe5\x90\x0d\x28\x8d\x42\x88\x68\x6c\xe7\xe2\xc5\xf2\x7b\x2f\x2b\xf0\x3a\x1f\x3e\x19\xa7\x6f\x44\x5e\x67\xd7\x46\x32\xec\xa3\xa1\x8f\x61\xf9\xe1\x97\x38\x50\x7a\xeb\x6f\x61\xb6\x30\xfa\xc4\x17\xf0\x38\xe2\xee\xea\xac\x63\x73\x71\xf5\x4d\x06\x6f\xd5\xf2\x88\xe9\xb7\x09\x1a\x79\x28\xb1\xe1\xf6\x71\xea\x2f\x1e\x2e\x7d\xe2\x5b\x19\x6e\xe0\x27\x55\x4b\x38\xf0\x13\xfd\x99\x97\xb8\x72\x83\x11\x8d\x42\x5b\x35\x3c\x5a\x93\x41\xbc\x73\xe7\xc7\x51\xc8\xae\x4a\x94\x6b\x2b\x3e\xfe\x20\x45\xe3\xdd\xea\x07\x14\x52\x45\x1c\x91\x1d\xd5\x87\x6f\x85\x87\x77\x46\x18\x4f\x76\x58\x60\xfd\xba\x00\xf8\x0c\x00\xd3\x28\x61\x6b\x4b\xf3\x3f\xf5\xe6\x56\x65\xe7\x3b\x52\x89\x03\x2a\x1f\xd0\x3a\xdc\x89\xe5\x57\xa2\x98\x3f\xf0\xec\xac\x0e\xf3\x07\x23\x38\xf6\x2d\x07\x44\x06\xe8\xd7\x97\x7f\x6d\x98\xc4\x65\xc0\x9f\x91\x57\x62\x24\xa6\xcf\x35\x46\x62\xb3\x98\x21\x37\x7c\xe5\xa4\x28\xa3\x26\xb4\x53\x7f\x92\xdf\x47\x71\x4c\x80\x21\x4a\x67\xb6\x33\x2f\x3f\x46\x70\x97\x5c\xb3\x34\x67\x3c\xf0\x99\x62\x2c\x6e\x9d\x6b\x80\x47\xf5\x96\xcd\x31\xf2\xb1\xc3\x22\xcd\x6c\x45\x03\x3b\x63\x4d\x41\x2f\xdb\xb2\xc4\x32\xb6\x5e\x8b\x0b\xcd\xf4\x6a\x83\xa7\x9f\x66\x99\x43\x96\x83\xbd\x07\x12\xf7\x40\x74\xdb\xb1\x7d\x00\x41\x06\xe6\x72\x20\x1d\xa9\x60\xcc\x9d\x1c\xc6\x19\x7c\x55\xf1\x4e\x91\xf6\x3e\xd7\xbb\xe8\xcc\xa3\x81\xfd\xda\x9c\x2b\x77\xe4\xd3\x3c\xff\x32\xa5\xfe\xb4\x0b\x7b\x74\x28\xc9\x56\x91\xfa\x9e\x6a\x06\x79\x30\x7c\xb6\xc0\x9c\xf2\xd7\xe1\x81\xa8\x93\x42\x45\x65\x3e\x40\xf5\x59\x04\x6f\x87\x5e\xa4\xe0\xed\x71\xb1\x6a\x27\x5e\x37\xeb\x81\x41\x3b\xc0\x3d\x32\x01\xf7\xa0\x06\x70\x8f\x08\xe0\x1e\x70\xc0\x3d\xd2\x01\xb7\xfa\x13\x8c\x4c\xc0\x3d\xaa\x05\xdc\xa3\x87\x87\x91\x09\xb8\x47\x3a\xe0\x1e\x79\x93\xd5\x01\x37\x41\xac\x02\x70\x8f\x1c\xd0\x57\x16\xed\xc8\x80\xc3\x23\x0e\xb8\xb5\xf2\x77\xa3\xf2\x5e\xec\x4b\xc0\x3d\x5a\x0c\xb8\xcd\x16\xaa\x8f\x13\xd2\xc5\x11\x19\x1e\x03\xdc\xa9\x37\x02\x11\x03\xdc\x12\x6e\x83\x91\x02\xb8\x83\x65\xec\x2c\x8e\x60\x82\x77\xb9\xf5\x90\x71\xac\xda\x44\x62\x54\xe5\x56\x64\x4a\xa9\x08\x4b\x01\x90\x33\x4f\x9e\xeb\x51\x28\x3b\x3b\x2d\xc5\xd8\xa8\xc9\x6d\x82\x6a\x16\x75\x4c\x16\x35\xe2\x8b\x3a\xd6\x17\xb5\xfa\x13\xc4\xe6\xa2\x8e\x6b\x17\x75\xfc\xf0\x10\x9b\x8b\x3a\xd6\x17\x75\xec\x25\x4d\x16\xb5\x16\x04\x8e\x6b\xf3\x1e\x1e\x92\xdc\x21\x92\xba\xaf\x2c\xea\xd8\x58\x72\x31\x5f\xd4\x5a\xf9\xbb\x78\x81\x6a\x09\xc4\x8b\x17\xb5\xd9\x42\xfd\xc2\xa0\xd2\x23\x97\x22\xd7\xa4\x14\x0c\x3c\x1b\xd7\x00\x84\x30\x1d\x5b\x0e\x58\x16\x5e\xb9\xe6\x5d\x1f\xfb\x3b\x19\x55\xbd\x48\x37\x8c\xb2\x7a\x71\x11\xd2\xa8\x42\x17\x42\xfd\x46\x7a\x06\x62\x7a\xf0\x17\x85\x34\x20\x6f\x66\x14\x92\x7e\x58\x20\x62\xa5\x0d\xf9\x7c\x4c\xa4\xe3\x04\x22\xce\x60\xc3\x74\xec\xca\x22\x9b\x3f\xa4\x9c\x05\x14\x0c\x5c\x41\xcc\x2a\xfc\x30\xfc\x47\x94\x45\xfd\x28\x8e\xf0\x8c\xf1\x43\xfb\xff\x67\xef\x4d\xdb\xdb\xb6\xd1\xfd\xe1\xf7\xf9\x14\x0c\xcf\x5c\x1e\xf2\x14\x92\x2d\x67\xd7\x0c\x93\xba\x4e\x3a\xcd\x34\xdb\x49\xd2\x76\xfa\xd7\xe8\xca\x40\x24\x24\x71\x4c\x81\x1a\x12\xb4\xa3\xb1\xf5\x7c\xf6\xe7\xc2\x46\x02\x20\x29\x91\x92\xbc\xa5\xee\x8b\xc6\x22\x01\x10\xeb\x8d\x7b\xfd\xdd\x6e\x25\x9f\x90\xb7\xd9\x4d\xd0\x2c\x3e\x45\xb2\xe9\x79\x96\xd0\x3a\x80\xf7\x52\xad\xa9\xcb\x1a\x95\x5f\x2a\xb5\x0d\x83\xc0\xc9\x87\x11\xc4\x3e\xab\xed\xb8\xe0\xfc\x34\xaf\xcb\xef\xf5\x3e\x57\xaa\x51\x09\x1a\x91\xee\x34\x0c\x02\x84\xf7\xf6\x94\x1e\x75\x7a\x2e\xe5\xfc\xcf\xa6\x08\x1f\x9d\xc2\x30\xa2\x27\x8e\x9e\x73\x79\x61\x57\x7c\x25\x8f\x28\x16\xed\xbd\xa0\x53\x25\x92\xfd\x3b\x58\xf1\x08\xa9\xec\x75\x45\x1f\x55\xa9\xc4\x61\xfe\x5d\xac\x4f\x6e\x5f\x34\xda\x4d\x50\x1a\x47\xa7\xb4\x5f\x4b\x31\x8f\x82\x05\x2a\x71\x5b\x07\x95\xdc\xd6\x81\xca\x6d\x1d\x0c\xfb\x07\x7f\x19\x74\xbb\x5d\x73\xc9\x6b\x42\x47\x49\x17\x8e\xe2\x84\xb1\x16\x6e\xfd\x3e\x59\x42\xff\x3f\x59\x98\x20\xc1\x09\x99\xc5\xba\x69\xf8\x5f\xf4\xdc\xab\x44\xaf\xfe\xe9\xf3\xe7\x0f\x5f\xde\x1e\xfd\xe3\xcb\xf1\xfb\x77\xef\x5e\x1d\x7f\x7e\xfd\xfe\xdd\x27\xdb\x35\x97\x00\x12\xd8\xf5\xa3\x38\x45\x81\xc3\x99\x41\xec\xd5\x0c\x22\xc4\x81\x83\xbc\xe7\xf7\xef\xa3\xae\xc8\x24\xe6\xb8\x2c\x89\x08\xfa\x4f\x86\x52\xd2\x09\x03\x7b\xb8\xb7\x47\xba\x21\xf6\xa3\x2c\x60\x29\x60\x6b\xcb\xb9\xee\xbd\x9c\xa2\xe1\xbd\x3d\x9b\xa0\xaf\x64\x1f\x9d\x22\x4c\x3a\x5c\x7d\xcb\xfd\x6d\x94\xfa\x7e\xcc\xa4\x99\x0e\xe5\xbd\x58\x22\x13\x81\x10\xa7\x4e\x06\x23\x5f\xa9\xe3\x76\x31\xfa\x4a\x1c\x97\xff\x56\x4d\xa0\x7b\x7b\x8e\xb0\xdc\x46\x08\xd2\x5d\xe5\x02\x2c\x96\xe1\xe1\xe1\x33\xd7\x5d\x96\x9a\xa4\x7b\x0b\x51\xde\x90\x57\x40\xe2\xcc\xa8\x45\xb8\xe9\x98\xb3\x88\x91\x97\x39\xaa\x52\x96\x13\x9f\x01\x19\x82\x6d\x78\x43\x17\xa4\x66\xbb\x8c\x7e\x0d\xf0\xb6\xed\x86\xa5\xfe\x32\x12\x38\x48\xb6\x6d\x18\xba\xed\x59\xa6\x32\x9e\x6c\xe3\x34\x76\x8d\x73\xe0\x89\xcc\x75\x59\xb2\xae\xc4\xba\xaf\xf0\x52\x0c\x55\xbe\x33\x87\x09\x9c\xa5\x0d\xe4\xff\x02\x4f\x0d\x8c\x0b\x4e\x6f\x74\x9b\x38\xbd\xe9\x1d\xa7\x77\xb3\x39\xbd\x7c\xa5\x4e\xbf\x69\xaf\x85\xc5\xa5\x78\x2d\x9c\x36\xf1\x5a\x98\x5c\xad\xd7\xc2\xe9\xf5\x78\x2d\x4c\x6e\x8d\xd7\x02\x63\xe4\x08\x4c\xc8\x6f\x2a\xb7\x59\x64\xda\xae\x7c\x5b\xe1\x28\xaf\x4e\x69\x38\x76\xec\x4e\x8f\x72\x21\x85\x53\x13\x01\x36\xf7\x7d\xef\xaa\x2e\xb3\xdc\x0b\xde\x76\xdd\xdc\xdd\x5e\x67\x7a\x89\x2b\x3c\xe7\xc9\x52\x2a\xe3\xde\x7b\x0e\x3d\xfd\xb9\x22\x8d\xe3\xa8\xfe\xf2\xf1\xf5\x71\x3c\x9b\xc7\x18\x61\xe2\x82\x0f\xb4\x4c\xb2\xaa\x0c\x78\xef\x82\x2f\xb4\x54\xe1\xb7\xe7\xb8\xe0\xcc\x1b\x10\x3d\x3d\x1d\xb0\xff\xd1\xf9\x28\x78\xaf\xd7\x2f\x6d\xf6\x93\x6b\xdc\xed\x8f\x3c\xa1\x9b\xcd\x75\x67\xaf\xea\xd5\xbf\x5c\xba\x0b\x6b\xde\x56\xa8\x3c\x5c\x10\xaf\x2e\xcc\xc2\x89\xd8\x3d\xbf\xff\x75\x9a\xd8\x2e\xc8\xea\x34\xcf\x88\x90\x10\x4f\x68\x93\xfe\x96\x12\xe1\x48\x95\x08\x03\x21\xfc\xc9\x87\x9a\xc2\x66\x66\xbc\xcc\x7b\x6b\x83\xb9\xf1\x2a\xef\x1f\x18\xef\x50\x70\x6c\x2a\x04\xae\x93\xfb\xb2\x24\x2a\x8c\x32\x1f\x8c\x97\xa3\x38\x58\x38\xe5\xed\x8f\xb8\x18\x44\xbc\x5c\x7b\x8c\xd9\x19\x2b\x6b\xfa\x0a\xf2\xc0\x72\xc0\x3b\xc4\x23\x12\x3a\xea\x9f\xd8\x56\xf2\xf1\x93\x24\x9c\x39\xae\x2b\xe0\xa3\xe8\xbb\x22\x11\xbc\xfd\x4f\x4c\x1f\xbc\xc0\x7d\xb4\x74\x41\xa7\xe7\xde\x93\x64\xbd\x9c\x62\x17\x40\x26\x18\x89\x6c\xaa\xcf\x7b\x2f\x92\x4e\xaf\xcf\x6e\xf7\xde\x5f\xa2\xbf\x26\x7f\x89\xbe\xfb\xce\x85\x83\xa8\xd3\x1b\x2a\xb4\x3e\x1a\xde\x53\x3a\xc9\x84\x00\x0f\xb2\x7e\xfa\x54\x04\xa8\x1d\x99\x88\x4d\xbb\x7f\xc0\xa3\xd2\x2c\x3d\x97\x2b\x71\x65\x32\x21\x21\xc4\x38\x88\x39\x5c\x22\xca\xa5\xf8\x90\xd0\x83\xcf\x82\xce\x04\x36\x68\xae\x4a\x27\xb2\xde\xc2\x59\x38\xe7\x4b\x80\x18\x2e\x98\x38\xc2\xfd\x3c\xb5\x11\xf3\xf2\x70\xc1\x80\x00\xba\x68\xc3\x65\x09\x79\x8d\x9d\xe8\x0f\x8c\xf5\x54\xef\x42\x5c\x9e\xb4\x44\x99\x34\xfc\xbc\xf7\x02\xf3\x49\x83\x5e\xef\x2f\xf0\xaf\xf8\x2f\xf0\xbb\xef\xdc\x64\x00\xf5\x49\x83\x22\xfd\xe5\x20\xa2\xdf\x4f\x87\x7c\x97\xb2\x1d\xa3\xef\xe6\x41\x48\x0b\xc4\x43\x09\x9a\x1d\x39\x88\xd5\x70\xe5\x4e\xb0\x6c\x17\x0c\x32\xfa\xcc\x1f\x7a\xb1\xd8\x02\x96\xed\xaa\x3b\x05\x04\xde\x79\x96\x44\xfd\x4c\xec\x14\xc0\xb3\x2b\xf6\x43\xf9\x5b\xb0\xe3\xfd\x85\x73\x4e\xe9\xdb\xfb\x77\x9f\x5f\xbd\xfb\xfc\xe5\xf3\xef\x1f\x5e\x0d\xfb\xb6\xe2\xed\xc9\x92\xe1\xff\xc5\xf2\xa7\x30\x49\x11\xf1\x32\x32\xee\x3c\xb5\x97\xe0\x8b\xe3\xbb\x2e\xa0\xbd\x67\x02\x0a\xa0\x62\x4e\x3f\x5a\x52\x3e\x28\xe8\x72\x8a\x24\x40\x5d\xbc\xb3\xd5\x3a\x6d\x25\x31\x91\xe8\x93\xc0\x75\x2a\x27\x67\x56\x4b\x00\xe1\x60\xac\x3e\x63\xd8\x4f\xe0\x7c\xa9\x48\xa8\x91\x4b\x2f\x9e\xbf\xbd\xfa\x6c\xb3\x2f\xf0\x59\x70\xd9\xbe\x55\x6a\xea\xe3\x2f\x0e\x12\x1d\xbb\xed\xbe\x08\xd8\x32\x79\x7a\x7c\xa8\x13\x30\x59\xdf\xed\x3b\x25\xb0\x5a\xfe\x66\x6f\x8f\xff\x9b\xab\x3c\x2e\x2e\x54\xa6\x51\x54\xcf\xdf\xf2\xd4\x4f\xec\x43\xe2\xd5\x3d\x14\xa5\x28\x77\x30\x7e\xef\xe4\x8f\x15\x25\x8a\x23\x86\x92\x25\x51\xd1\xed\x17\xac\xcf\x59\x12\x79\xff\xfa\xd3\x39\xfb\x63\xb9\xf7\xa7\x73\xb4\xfc\x57\xdf\x78\xfa\x82\x3d\xcd\x99\x95\xda\x19\xf1\xd6\xee\x08\x10\x2c\xc7\x88\xf8\xd3\xdf\x42\x32\xfd\x1c\x9f\x20\x5c\xf6\xee\x96\x74\x5d\xb8\x43\x7f\x8a\xb2\x49\xe1\x22\x4d\xa6\x08\x3b\xd8\x7b\xce\x1a\x71\x6c\xfb\x3b\x04\xc4\x69\x26\xdc\x75\x4b\xd9\xaf\xf6\x3f\x3a\xc7\x5c\x84\x64\x5f\xb2\xfb\x85\xe6\x23\x77\xa6\x7e\x61\xdb\x8a\xff\xfa\x12\x10\x39\x34\x96\x0f\x55\x1e\x76\x53\x81\x76\xaf\xca\x97\xaf\xa0\x04\xbb\x23\x9f\xb9\x0d\xb1\xab\x93\x9d\x4a\xf7\x7c\xd2\x60\xea\x90\xa2\xce\x13\x13\x97\x96\x26\x4e\x49\x77\xfb\xf9\xfd\xcf\xaf\xde\x0d\xfb\x0a\xa2\x9a\x3a\x73\x48\x99\xb9\x54\x99\x39\x00\x3d\xd2\xcd\xaf\x6e\xd9\x77\x27\x29\x22\x09\x14\x0d\xa3\x19\x77\x46\x4c\x15\x23\x04\xe7\xf1\x1c\x61\xa6\xfa\x24\xdd\x5c\x2f\x27\x94\xa0\xee\x12\xcc\x50\x9a\xc2\x09\xea\x93\xbc\x15\x2c\x07\x27\x4e\x12\xc2\x24\xa1\x9c\x3f\xe1\x27\x4d\xf6\xb4\x86\xe2\x44\x88\x0c\x30\x48\x86\x1e\x91\xfd\x3d\x2b\x94\x6b\x54\x2c\x75\xd0\x00\x0f\xbd\x24\xa7\x23\x2e\x48\x75\x62\xe6\x82\xa4\x8a\xd1\x45\x94\xef\xe7\x5d\x48\x44\x14\xb7\xbb\xbc\xc7\xb9\xa9\x24\xc3\x5c\x7d\xe6\xb8\xde\x73\xe4\x24\xae\xbb\x04\x8c\xeb\x65\xe3\xae\x28\x83\x1d\x11\x12\x4a\x4b\x32\x4d\xa2\x98\xa1\x5c\x67\x26\x67\x08\x24\x8e\xbb\x5c\xba\xf7\x60\x97\x1f\x1b\x16\xfa\x46\x85\x8f\x92\x96\x58\x3d\x87\xaa\xaa\xcd\x2c\xb8\xe4\xba\xbb\xfa\x0a\x5c\xad\x6b\xa8\xc2\xc5\xca\xd5\xd7\x92\x25\xcc\x1b\x97\x8f\xa7\xbe\x9e\x2c\x61\xb8\xf9\x80\xc0\x9b\x3a\x7e\x59\x2b\x98\x6e\xab\x64\x9b\x99\xed\xea\x46\xc7\x70\xdb\xf6\xe7\x66\xfb\x0a\x1b\x3c\x88\xb7\x6d\x7d\x6c\xb6\x5e\x70\xd2\x83\x6c\xdb\xc6\x7d\x55\xff\xf8\xaa\x99\xfe\xd1\x10\x49\xd6\x6b\x22\x9b\xa9\x0a\x59\x5b\xd5\xaf\x04\x45\xaa\x7b\xcd\x8e\x55\xb3\x90\xb4\x6f\x56\xcf\x93\x5e\x8a\x9e\x27\x6a\xa2\xe7\x09\xaf\x56\xcf\x13\x5d\x8f\x9e\x27\xbc\x35\x7a\x1e\xcd\x03\x2e\xe6\x4e\x44\xb9\xe6\x43\x77\x4d\x72\x5d\xe1\xa7\x99\xd5\x28\x0b\xbe\x4e\x13\xe5\xa2\x89\xb9\x8d\xa7\xc4\x64\x51\xfe\x20\xd7\xc1\x38\x48\xf0\xe3\x00\x51\x6e\x14\x9c\xeb\x36\xad\x3e\xd2\xef\x5e\xd3\xe4\xc5\xa5\x0f\xc4\xae\xdd\x8b\x8b\x73\x2a\xdf\x61\x2f\x75\x52\x21\x02\x52\xde\x67\x84\xc6\x71\x82\x3e\x21\x1c\xf4\xd5\x5b\x9b\x74\x29\xdf\x41\xbb\x48\x27\xf9\x14\x25\x84\x32\x48\xe7\xcc\x68\x66\x31\x9e\x5f\x2f\x9e\x2c\xe4\xb8\x98\x08\x30\xa7\x8c\x2f\xad\xed\x43\x06\xb5\xa2\x26\xd1\x5f\x82\x34\x63\x71\x7a\x4a\x0b\x92\xc0\x10\x19\x4d\xe2\xe4\x4c\x19\x02\x92\x5f\xe8\x63\x20\xe0\x1f\x12\xf1\xc7\x67\xf4\x95\xf4\xe1\x32\x67\x17\x8c\x06\x23\x20\x1c\xcc\xc2\x7b\xa1\x97\x5a\x12\x5b\x2a\x1e\x73\x74\x89\x17\x69\x9f\x4e\x76\xae\xca\x72\x12\x80\x5d\x40\x38\x67\xe1\x84\x6c\xe8\xb3\x39\x15\xa1\x54\xb3\x2e\xe1\xa6\x4b\xce\x56\xe4\xec\x27\xe3\x2e\x3c\x86\x7c\xcb\xae\x68\xba\xd6\xb4\x31\x17\x10\xd5\xe7\x76\x9d\xe7\xbc\x1f\x85\xf3\x51\x0c\x93\x60\x3f\x8a\x7d\x18\x75\x52\x12\x27\xd0\x74\x54\xcd\x0b\x95\x5d\x6f\xf3\x13\x86\x6f\xdd\x09\x63\x47\x27\x59\x13\xd8\xc5\x06\xc9\xd5\x6c\x48\x2a\xb5\xfc\x91\x47\x96\x31\x3e\x8e\x42\xff\x24\x37\x96\x7e\xf1\xb9\xae\xac\x4b\x37\xac\x83\x98\xc1\x74\x02\x09\xfa\xcc\xd8\xc2\x8b\x0b\xd4\xf5\xb3\x24\x41\x98\xf0\x07\xd2\x1a\x8e\x66\x21\x71\x6c\xb1\x3f\x6d\xca\xdf\x2e\x97\x66\xc0\x7c\x5b\x0d\x20\x96\x4a\x3b\xb9\x96\x67\x21\x0e\xe2\xb3\x2e\x5b\xe1\x4f\xfc\x61\x51\xea\x04\x2d\xb4\x25\x76\x97\xd2\xbd\xbb\x20\x1d\x8c\x44\x38\x08\x20\x81\xdc\xde\x15\x4d\x53\x21\xe8\x35\x41\x33\x3e\xf2\x13\xb4\x00\xc8\x6d\x0a\xeb\x67\xee\xbf\x38\x6d\xbc\xe9\xae\xca\xbf\x5d\x9f\x00\x52\xd0\xc8\x76\x6e\xed\x71\x80\x3a\xb3\x90\xb1\x39\xda\x08\xc3\xd3\x45\x87\xbe\xe4\xef\xaa\x2b\xdc\x4a\x5f\xf7\xa2\xff\xfb\x51\x88\x49\x3d\xf2\x35\x67\x03\x51\x10\x12\x51\xf4\x72\xd3\xe3\xcb\x3c\x22\x83\x73\xcc\x60\x28\xe9\xcd\x61\x83\x59\x48\xff\x36\x95\x29\x36\x98\xc5\x01\xea\xdb\xff\x86\xa7\x90\x73\x18\x36\xa0\xc4\x7f\xc0\x15\x50\xc0\x9e\xc1\xb9\x3d\x04\x30\x0a\x61\x2a\x1e\x3e\xb2\x87\x4b\x20\x9a\xfe\xe9\xf8\x8d\x6c\x99\xb9\x7d\x7c\xed\x24\xd9\x68\x21\x1b\xe5\x7f\xf3\xe6\x92\x91\xda\x0c\x7f\x63\xcf\xa0\x2f\xfe\x4a\xe0\x09\xa2\xff\x8c\xd8\xff\xbe\x2a\x9f\xf8\xfd\xe8\xad\xf9\x8d\x05\x9c\x45\xf2\x1b\xfc\x6f\xfe\x0d\xfe\xb7\xbd\x98\x45\xca\xb7\xd8\xaf\x25\xb7\x8a\xa4\x9e\x53\xe7\xd5\xc6\xad\x22\xc9\xa5\x78\xc4\x33\x11\xb1\x70\x87\x87\x37\xd6\x1d\x9e\x4e\x69\x5a\x1c\x86\x68\x49\x37\x6b\xa3\xf8\x97\x09\x22\xaf\xd8\xfe\x36\x45\xfe\x20\x9e\x75\x51\x84\x98\x5b\x18\x5b\x3f\x98\x20\x68\x7d\x67\x05\xe1\xa9\x0d\x90\xdb\x3d\x8e\x03\xf4\x96\x1d\xa2\xe5\x12\x84\x5a\xae\xfd\x58\xcc\x5c\xc6\x72\xed\xfb\xdb\xb9\x64\xcf\x4c\x97\x6c\xbf\xc6\xa7\x61\x36\x40\x43\xcf\x17\x3e\x0d\x33\xdd\xa7\x41\xfd\x09\x66\xa6\x4f\xc3\xac\xd6\xa7\x61\x76\x71\x31\x33\x7d\x1a\x66\xba\x4f\xc3\xcc\xcb\xda\xbb\x64\x87\x20\xce\x5d\xb2\x67\x2e\x08\x14\x9f\x86\x99\xe1\x71\x30\x13\x3e\x0d\xda\xf3\x17\xb3\xf2\x7e\x08\x72\x9f\x86\xd9\x6a\x9f\x06\xf3\x0b\xd5\x5b\x9a\x76\x71\x46\x87\x27\x73\xed\xcf\x64\xae\x7d\xc5\x87\xe6\x5e\x13\x9c\x30\x49\x75\x31\x81\x21\xd6\x89\xad\xe1\x89\xbd\xab\x8b\x93\x34\xa0\x03\xa8\x9a\x39\xe1\xcc\x52\x7c\x86\x51\xe2\x21\xf1\xeb\x6c\xc6\x84\x90\xdf\x10\x3c\x79\x0b\xe7\x4b\x1e\xac\x40\x24\x63\x75\x36\x63\xe1\x0b\x84\xf2\x16\x27\x68\xf1\x63\x9c\x1c\xd3\x4e\x98\xe7\x89\x96\x13\x51\x0c\xfc\x9f\x73\x3d\x6d\x5d\x6e\x9a\x42\xcc\x8a\x25\x39\x16\xa5\x39\xd1\xb9\x28\x8e\x4f\xb2\x39\x6d\x27\xff\x4b\xff\x10\xeb\xbc\x52\x4c\x78\x58\x7e\x64\x41\xa4\x09\x34\xf4\x90\x6a\x9d\xea\x92\xc5\xc9\x56\xd9\x0a\xb2\x66\xbd\xb9\x3f\x71\x88\x4f\xf6\x59\x75\x3f\x8e\xca\xc9\xca\xd7\x39\xe2\xd3\x8d\x56\xb8\x68\xf9\xb7\xc9\x45\x2b\xb8\x73\xd1\xba\xd9\x2e\x5a\xbb\x71\xc6\x9f\xd5\x3b\xe3\x2b\x3e\x13\x75\xbc\x4b\x82\xe6\x71\x4a\x2f\xdf\x85\x92\x4d\xbd\xde\x45\x5f\x29\x7e\x72\xca\x9c\xf3\xd7\x96\x93\x88\x6d\x74\xe4\xdb\xf9\x6d\xf8\x25\x57\x0b\xe9\xb9\x2f\xdf\x28\xc9\xe5\x43\xe3\xd5\xc9\xa9\x0d\x62\xe3\x59\x0e\x4b\x97\x09\x97\x8d\x79\x82\xe6\x30\x31\x73\x7f\xf0\x7e\xa6\x88\x28\xca\x3c\x0c\x88\xbb\x9c\xa3\x24\x0d\x53\xa2\xc0\x75\x0c\x00\x00\x78\xe8\x21\x69\xd4\xde\xd7\x33\x64\x0d\xf0\xb0\x2b\x2b\x31\x78\x28\xe6\xbe\xd1\xaa\xba\xa8\xc3\x90\x1f\x52\x2f\x70\xa2\x1a\xd5\xf9\xd6\xbe\xc6\xa1\xd9\xb8\x9a\xb9\x7f\x6b\x8f\xe3\xd8\x6c\x9d\xe5\x0a\xde\xda\xdf\x38\x2b\xcf\x88\x44\x1e\x84\xdb\xb6\x1d\xa9\xb6\x84\xd9\x06\x77\x4f\xad\xfe\xa8\xee\x12\xda\x81\x40\x47\x29\x04\x6c\x48\x21\x36\x91\x5f\xd6\x42\xf9\xe4\x3b\x12\xe6\x42\x4c\x72\xa3\x84\x18\x05\xcd\x47\x3d\xff\x12\x8a\x6e\xf3\x88\x5b\x05\xa6\xce\xf3\x3c\x72\x71\xc1\x52\x71\x92\x17\xb8\xdf\x82\xa0\x30\x9f\xab\x22\x0d\x1f\x4f\xc1\x77\xaf\xd2\x41\x41\x56\x3e\x1f\xe0\x61\x9f\x2c\x2b\xc8\x4b\x8b\xc6\x44\x34\x03\xe6\xd1\x0c\x58\x39\x52\xa9\xba\xa8\xa1\x47\x09\x4d\xbc\x9d\x7c\xe5\x9b\xf2\x55\x5c\xc3\x90\x50\xd1\xca\x8b\x05\x43\xe2\xeb\x0c\x89\xaf\x6d\x15\x93\x21\xf1\x6b\x19\x12\xff\xe2\xc2\x37\x19\x12\x5f\x67\x48\x7c\x2f\x6c\x2f\x5f\x51\xee\x51\xca\x57\xbe\x0b\x32\x65\xd7\xf8\x06\xbb\xe0\x0b\x86\x44\x7b\xfe\xc2\x2f\x6f\xd5\x2c\x67\x48\xfc\xd5\x0c\x89\xf9\x85\xea\xd3\x46\xbb\xe8\xd3\xe1\x71\x86\x24\xf1\x7c\x80\xb9\x7c\x95\xb3\xbe\xc0\xbf\xd7\x5c\x53\x59\xd0\xbc\x0a\x38\xe6\x55\x8c\xb6\x01\xb1\x77\x5b\x18\xec\xf0\x8e\xc1\xfe\xd6\x19\x6c\x69\x64\x2c\x7b\xcf\x74\x7a\xcc\xff\x28\xf7\x5e\xeb\xef\xef\xf3\xcc\x94\x9e\x38\x1a\xf4\xc1\x77\x88\xb6\x29\x29\x2e\x2d\xb1\x94\xa8\x7a\xb5\x01\xb4\x75\x42\x6b\x3d\x0f\xbf\x9e\xd7\x68\xa7\x9d\xac\xba\xd1\xd3\xc2\x3d\x9a\x85\x55\x41\xc1\x4a\xa7\x25\x9e\x3c\xaa\xe6\xa5\x39\x7f\x9b\x00\x38\xf4\x62\x07\xe9\x6c\x6d\x32\xec\xca\xd2\x90\x43\x82\x56\x70\xd6\xcc\x05\xaa\x54\x55\x61\xa8\x13\x50\xc9\x52\xd7\xd6\x13\x45\x13\x8e\xa2\x06\xbd\xd0\x49\x0c\x27\x1a\x36\xd2\xed\x39\xe9\xc8\x6c\x5a\x61\xd3\xb7\x66\xa4\x13\xb7\x05\x0a\x98\x1a\x61\x5d\xaf\x13\x51\xed\x0f\x01\xf2\xe3\x84\x01\x60\xa8\x95\x73\xf0\x9d\x10\x8f\x23\x44\xb7\xcd\x4a\x08\x55\x50\x8a\x7a\x03\x23\x30\x05\xa7\x60\x01\x26\xe0\x3d\xf8\x50\xd0\xff\x2f\xb7\x89\xfe\x9f\xdd\xd1\xff\x6f\x9d\xfe\x8b\x78\x98\x06\xea\x90\xc0\x6f\xa6\x0e\xc1\x71\x80\x98\x2e\xa4\x81\xe2\x44\x42\x20\xd4\x85\xe3\x94\x0b\x17\xc9\xba\xea\xc3\x74\x94\x5a\x3c\xa7\x41\x7d\x90\x8e\xda\x6f\x99\x07\xa0\x2e\x40\x47\x29\x3b\x43\x24\x09\x7d\x1e\xaa\xb3\xb6\xb0\x9e\xb0\xd7\x05\x41\x03\x74\x08\x9d\x76\xed\x8f\xa2\xd8\x3f\x09\xf1\xc4\x76\xc1\x6c\xcb\x7b\xee\x8b\x82\x01\xc1\x73\xb3\xa4\x45\xac\x8f\x7c\x19\x71\xdc\x2c\x19\xe9\x93\x3f\x9f\x40\x82\xce\xe0\x22\xb5\xc1\xc8\x78\xc3\x26\xba\x53\x4e\xd2\x36\xad\x2c\x57\xbc\x3f\x35\xde\x63\x09\x20\x9a\xda\x60\x61\xbc\x93\xb3\x0e\x26\xc6\x0b\x3a\xc3\x36\x78\x6f\x3c\x65\x11\xf4\xe0\x83\xb8\xad\xf9\xc4\xb2\x84\x11\x85\x2a\x0a\xea\xaa\xa8\x7c\xd3\x72\xff\x32\xc4\xf3\x0a\xd0\xed\xc9\xcc\x7b\x33\x48\xfc\xa9\xeb\x20\xba\xf3\xd2\xae\x3f\x72\xd2\x2e\x8f\x88\x06\x0c\x4f\x87\x5d\xbb\x70\x48\xc9\x93\x30\x0c\xd8\x62\x3e\xfa\xca\x6e\xb0\xbf\x63\xfe\x5c\x69\x88\x27\x59\x04\x93\xf0\xbf\xc8\x75\xa0\xab\xe4\xcb\xe7\xce\x96\xaf\x4e\x11\x26\x9e\x62\x83\xdf\x0a\xb0\x21\x0f\x70\x22\xde\x39\x9d\x96\xbe\x2d\x7c\xb8\x6d\x1e\x21\x82\x96\x39\xef\x25\x02\x00\x99\xd3\xf4\x0c\x11\x68\xbb\x17\x17\x05\xd1\x57\x5c\xfa\x13\x88\x27\x68\x6f\x2f\xee\x26\xc8\x8f\xb1\x1f\x46\x0c\x66\x80\x2c\xb9\x05\x85\x7e\xa5\x2b\xe6\x3c\x04\x09\x65\x40\xe6\xde\x99\x33\x33\x63\xf0\xf3\x2d\xb8\xbd\x6a\x6c\x6c\xb6\x2f\x77\xf1\xf6\x9a\xb1\x91\xd9\x74\x71\x10\x06\xd1\xb6\x8d\x4f\xcd\xc6\xeb\xce\xd2\xf6\x8e\xd4\xa7\xd5\x9f\x52\x3e\xb1\xb5\x2f\xf5\xc2\xfc\x84\x7a\xa2\xb7\x77\xa6\x9e\x98\xcd\xe7\x44\x61\x7b\x5f\xea\xf7\x66\xdb\x9c\xae\x0c\xfc\x6d\x1b\xfe\x60\x36\xcc\x49\xd3\x20\xd8\xda\x31\xbe\x8d\xf7\x77\x93\xfb\x65\xa5\x93\x4e\x10\xcf\x24\x76\x89\x64\x92\x2b\x3e\x53\xf0\xfe\x6b\x21\x30\x4a\x5f\x98\xc1\xc5\x08\x75\x28\xeb\x54\xe7\x0d\xae\x29\x6f\xee\xec\x96\x77\x6c\xf5\xcd\x65\xab\x67\x9e\x53\xc7\x04\xab\xa7\xa0\x9e\xfb\x55\x6c\x17\x6d\xd0\x48\x57\x59\x16\xf9\x87\xab\x0c\x85\xf2\xd0\x66\x26\xbf\x14\x19\x1e\x90\x3f\x08\x5a\xc1\x38\x14\x8e\x23\xef\x38\x84\x65\xf5\x3f\x97\xf1\x73\x11\xf7\x57\xee\x8e\x42\x1c\x38\x91\x64\x6e\xf4\x10\x7e\xc7\xf5\x9e\x93\xae\x9f\x25\x69\x2c\x57\x0e\x30\xd6\x28\x1c\xbf\x8b\x89\xfc\x8a\xeb\x68\x6a\x7b\xd7\x75\x44\x64\x1d\x0f\xdb\x22\xf2\x97\xd6\x74\xda\xa4\x21\x59\xf3\x12\x78\x2c\x2d\x3f\xcc\x0a\x26\x4a\x0e\x5f\xb6\xcf\x1e\x31\x6f\xc9\x53\x18\xed\xed\xa5\x0e\x8b\x78\x73\xbb\xdc\xa1\x9d\xe1\x24\x54\x61\x3c\x88\xa1\xf1\xb5\x75\x5d\x77\x09\x22\xca\x6f\xc5\x5e\xe0\x84\x9a\xc2\x47\x2c\xfe\xf6\x2c\x4b\x66\x36\xad\x28\x7c\xb6\x66\x52\xc2\xf6\x66\xc8\xca\x4b\x6d\xce\x03\x1e\x5b\xde\x69\x57\xee\x69\x9c\x1f\x34\xac\xf9\x12\xc6\xd8\x47\x2e\x07\x6c\x6d\xe1\x68\x5c\x3d\x1d\xab\xfc\xfa\x5b\xcf\xc7\x2e\xbd\x71\x39\xe6\x6f\xad\xdf\xa9\x42\x00\x2f\xc7\xf9\x94\xca\x65\xb7\xc3\xfb\x54\xdd\x25\x32\x72\xb7\xde\xd4\xc9\x29\xb5\xf0\xf3\xd7\x08\x35\x25\xba\x1c\x19\x6e\x1e\xab\x61\xcb\x89\x0b\xce\x4f\xd0\xa2\x8f\x40\x96\x84\x7d\xdc\xcd\x92\x70\xc9\x3d\x30\x54\xc5\x6e\x28\xa7\x2c\x66\x6e\xa7\xd9\x76\x66\xd1\xc0\x34\x8b\x66\x35\xfc\x4e\x40\xf9\x9d\x4c\xf0\x3b\x81\xce\xef\xa8\x3f\x41\x60\xf2\x3b\x41\x2d\xbf\x13\x5c\x5c\x04\x26\xbf\x13\xe8\xfc\x4e\xe0\xc5\xed\xcd\xa2\x94\x35\x95\x66\xd1\xc0\x05\xbe\x72\x77\x04\x06\x37\x12\x08\x7e\x47\x7b\xfe\x22\x28\x6f\x04\x3f\xe7\x77\x82\xd5\xfc\x8e\xf9\x85\xea\xbd\x4c\xbb\x18\xd0\xe1\x49\xb7\xd3\x40\xba\x9d\x2a\x6a\xec\x7b\x4d\xb2\xf3\x97\x89\xce\x9a\x3c\xb5\xb5\x82\xc4\x0c\xa3\x59\x8c\xc3\x94\xec\xcf\xb2\x88\x84\x1d\xee\x5a\xdf\x4c\xe3\x5e\x88\x01\xb3\xdb\x24\x06\xcc\xef\xc4\x80\x3f\x82\x18\x30\x66\xed\x89\x44\x37\x02\x7e\x1b\x9c\xd6\xab\xdc\x79\xb0\x45\x9d\xa2\x9d\xc3\x63\x25\x2b\x14\xec\x2b\x4c\x60\xf5\xa2\x46\x13\xbe\x61\x7b\x29\x64\xa6\xe2\x52\x49\x11\x64\x96\x23\x15\xf3\x91\x49\x09\x24\x7f\x21\xed\x94\xbe\xf1\xbc\xe0\x39\x83\x86\x80\x54\x63\x99\xa2\x80\xae\x86\xf8\x6b\xca\xfe\xca\x03\x6c\x9d\x4f\x88\x34\x44\xae\x4a\x50\x8a\xc8\x31\xf4\xa7\xc8\x71\xcf\xc7\x35\xd9\x0f\x0a\x20\x89\xd4\x9f\x22\xba\x65\x1c\x1b\x8e\x09\x4a\x3e\x22\xcc\x46\x4b\x6f\xe4\x7a\xd8\xab\x51\xf5\xc9\x47\x79\x3c\xa8\xcb\x46\xa5\x6e\xb0\xae\x1f\x21\x98\x38\x12\xe9\xbd\x8e\x77\x70\x04\x96\x2e\x9b\x74\x7a\xdd\x7f\x86\x13\xc7\x6d\x80\x18\x02\xe9\xad\x1d\xf1\x29\x61\xf1\xba\x94\x1e\xdf\x3f\x70\xef\x29\x44\x85\xf6\xb3\x9b\xa0\xb1\x07\xf5\xb4\x0c\x06\xd2\x48\x04\xce\x25\x96\x08\xf6\x9e\x9f\x33\x79\x87\x07\x38\x33\xbd\xa4\xeb\x60\x01\xa9\x01\x30\xc7\xd8\xd1\x30\x3a\x0a\xd8\x69\x36\x17\x11\x80\x0c\xfb\x58\x80\x74\x2c\x97\xee\x3d\x85\xc4\x4c\x10\x39\xe6\xc1\x97\x8c\x1d\x72\xdc\xbd\xbd\xa8\x1b\x84\xe9\x9c\x8a\x56\xfc\x51\x45\x21\x77\xe9\x2e\x33\x7c\x96\xc0\xb9\xe9\x64\xf6\x85\x4f\xaa\x9c\xae\x29\x8b\x4f\xc0\x80\xb8\x60\x2a\x57\x0f\x03\x5c\x9e\x11\x17\xe4\x19\x58\x4b\xef\x00\x5e\xf2\x00\xe8\xdc\x39\x0f\x94\xa1\x6d\x6a\xdd\xf3\xf6\xf6\xd4\x5f\xf7\xc2\xb1\x53\x0e\x7b\x70\x55\x57\x38\x65\x60\x7f\x69\xea\xec\x41\x29\xda\x00\x82\x48\xb1\x9b\xb0\xa2\xda\x32\x0f\x20\xfb\xfc\x48\x66\xaf\xc0\xde\x48\x84\x65\x80\x51\x81\x22\x0c\x46\x79\x4a\x0a\x8e\xa8\x94\x63\xb1\x8d\x45\x45\x06\x60\x36\x16\x55\x5d\x40\xe8\x2e\xf5\x10\xc0\x5e\x2a\x2d\x0b\x11\x20\xf2\xd3\xd5\x70\xd9\x18\x9c\x73\xa8\x16\x15\xab\x86\xc8\x5d\x05\x3d\x5c\x5e\x73\x76\xbf\xe9\x6b\xc3\xa5\xf4\x62\x3b\x69\xb7\xd7\xde\xde\x58\x0c\xe4\xdc\x57\x1a\xea\x43\xc0\xab\xf5\x99\x8e\x9f\x0d\x89\x5e\x80\xea\x0c\x08\x9c\x98\x91\x99\x9b\xc3\xb9\x5f\x94\xa7\x3b\x03\x06\x8b\x4f\x04\x12\xf4\xbc\x77\x71\x41\x6f\x64\xcc\x0f\x1e\x6d\x36\xdf\x76\x78\xc9\x8f\x01\xdb\x3c\x88\xe5\x99\x50\x5c\x45\x44\x07\x10\x03\xd3\x91\xc4\x03\x1c\xb2\x45\x2f\xda\xdf\xdb\x2b\x7a\x67\x4c\x41\x96\x84\xae\xeb\x2e\x25\x82\xb6\xb8\xd8\x07\xdd\x6e\x77\x94\xa3\xfd\xb8\x43\x09\x9c\x41\x8f\x27\xdd\x29\x84\x39\x7b\x17\x79\xed\xd5\xa1\x2c\x0b\xd8\xbc\xc1\xc1\x90\x2b\x2c\xe6\xba\x56\x81\xc3\xc7\xec\xc0\x67\xda\x68\x37\xbf\x6a\xb6\xb7\x0c\xf9\x66\xdb\xb9\x57\xcd\xd6\x4a\x96\xc0\x6c\xfa\xd2\x94\x2c\xa7\x8d\x18\x7c\x76\xb7\x1b\x11\xda\x78\x92\xc0\xf9\xb4\xcb\xfe\x7f\xf5\xaa\x13\xf6\xd9\x9a\x10\xcc\x76\x6a\x13\xb6\xd1\xd6\x48\x2c\xff\x49\x61\x67\x0c\x29\x7b\xb3\xa8\x29\x91\x86\xa3\x88\x59\x51\x2a\xdf\xb2\xb3\x53\x09\x82\x43\xdf\x86\x69\x27\xce\x48\x1a\x06\xa8\xa6\xc0\x04\x91\x8e\x2f\x31\x51\xd7\x74\x04\xc7\xc9\x8c\xad\x77\x87\x89\x59\x75\x1d\xe2\xb0\x3e\x39\xc5\xac\xed\x77\xe8\x9f\x74\x18\x14\x6c\x07\x62\x7f\x5a\x07\xd5\x23\x85\x32\x2e\xcc\x54\x4b\x66\xb7\x08\x1b\x82\x5d\x16\x73\x23\x15\x14\x4f\x1d\x30\x06\x23\xf1\x7e\x4a\xdf\xc7\xc5\xfb\x02\xc8\x96\x15\x3c\xf5\x9c\x3a\x6f\x92\x8e\x4c\x08\xd1\x0a\xef\x35\x77\x2c\xe6\xae\xcb\x95\xd1\x95\x5c\x9b\xc5\x02\x84\x7d\x1b\xf8\x42\xb9\x95\x79\x41\xad\x72\x8b\x36\xa7\x8a\xc4\x59\xad\x48\x9c\xd5\x88\xc4\x99\x29\x12\x67\x9a\xf0\x96\xad\xd0\x69\x2c\x15\x4e\x9f\xee\xb4\x1f\xe9\x46\x3b\xe2\xfb\x0c\x4c\xd5\x97\xe2\xf8\x14\x73\x5c\x88\x02\xf2\xe0\xe1\xf2\xbb\x30\x7d\x2f\xcf\x15\x2c\xbf\xcd\x4f\xca\x2b\x7e\x50\xd2\x72\x11\xe5\x7c\x84\xc5\xdb\x91\x1a\xaf\x0a\xc6\x26\xd2\xb1\x09\x6c\xbb\x06\xbf\x56\x72\xef\x9c\x97\x5f\x16\xc9\x42\x8c\x78\x71\x7f\x79\x1a\xa2\xb3\x79\x19\x0c\x2e\x88\x7d\xf9\xf5\x5f\x43\x74\xb6\x9c\x64\x61\xa0\x44\xa0\x0a\x8b\x44\x16\x06\x3c\xdb\xd8\x72\x1c\xfb\x59\x2a\x92\x6d\x94\x80\x32\x95\xf0\x58\x19\x9e\x4e\x19\xb0\x9c\xe7\xc9\x81\x73\x11\x65\x9f\x8e\x08\x49\xc2\x51\x46\x90\x63\x13\x38\x62\x2c\xa4\x4d\x6f\x97\xb4\xfa\x15\xb0\x0f\x6c\x7a\xde\x78\x0f\x5c\x20\xc3\x47\x5e\x20\xc1\xb0\x54\xb6\xd7\xaf\x6f\x8f\xb8\xcb\x65\x8a\x38\xd7\xc5\x91\x55\x34\x42\xa2\x29\x4c\x39\xe3\x67\x08\x39\x5f\x69\xc1\x73\x0d\xf3\x02\x72\x1c\x1f\x11\x3e\xcc\x6b\xd9\x9e\xe7\x45\x2f\x8a\x3a\x49\xb9\x4e\x81\x0e\xc0\x03\x61\x72\x4c\xc0\x01\x19\xba\xfd\x64\x10\x0d\x97\x4b\xb7\xff\x11\x31\x9f\x52\xc6\xd8\x1a\x10\x7a\x6e\xf5\x48\x38\xba\x96\x26\x80\x34\x1d\x89\x48\xcd\x50\x1a\x09\x54\x46\x82\xcb\x75\xca\x38\xb0\x64\x00\x87\x2f\xe8\xff\x0a\xa0\xc3\x3e\x1e\xc0\xf5\x23\x4a\xe2\xb8\x72\xb7\x8a\x3d\xfe\x8a\xef\xb0\xa5\xd8\x69\x3f\x2c\x5e\x07\x65\x9c\x04\x9f\x36\xfd\x4a\x2b\x21\x2b\xa4\x3f\x2c\x3e\xc3\xc9\x3b\x38\x43\xaa\x26\xd6\x91\x84\x9c\x2d\x84\x6c\xa5\x4f\x5c\xa5\x21\xb5\x66\xd1\x9c\xa6\xcf\xe5\xe2\xd1\x32\x3f\x05\xc5\x2b\xfb\x7f\x78\xea\x96\x34\x1b\xa5\x24\x71\x0e\x40\xcf\x7d\xa1\x9e\x18\xde\x4b\xf9\xba\xe7\xba\x7d\xca\x2c\xf3\xf6\x86\x83\x83\xe1\x32\xbf\xcb\xb5\x0f\x56\x49\x6d\x2f\x50\x5f\x3f\x8b\x0c\xe4\x2c\xaf\xaf\xf5\x38\xcf\x69\xa3\x0d\x67\xc8\x58\x6d\xa7\x0a\x0b\x9e\xe7\xe5\x29\x23\xde\x29\xc0\x37\x0c\x6a\x0e\x2d\x5d\x77\x19\xa6\xaf\xf1\xaf\x92\x00\x6d\x1f\x43\x76\x90\x8b\x3e\xe2\xbe\xe4\x00\xce\xaf\x99\x4b\x18\xc7\x77\x7c\x3f\xa2\x37\xa6\x10\x29\x90\x94\x18\x72\xe0\x32\x21\x58\xca\x0d\xa9\x64\x74\xcc\x89\x19\xd9\xdb\xa3\x25\x68\xd7\x65\xb3\x78\x42\x05\x7b\x70\x4e\x77\xe6\x5b\x98\x4c\x42\xdc\xb7\x0f\xe6\x94\x94\x4c\x13\x94\x4e\xe3\x28\xe8\xe3\xa5\xe2\x92\x17\xf3\x4e\x50\x91\x8d\xa9\x6b\x92\x6e\x86\x95\x67\x23\x55\x6e\x72\xe9\xfd\x14\xa6\x02\xa1\xd2\x71\x41\xc2\x49\xfa\x72\x09\x16\x9e\x0a\x03\x39\x11\x17\xf4\x7b\x6f\x90\x0d\xc1\x87\xed\x4c\x29\x67\xa6\x29\xe5\x43\x8d\xce\xf8\x6c\x80\x86\xde\x07\xa1\x33\x3e\xd3\x75\xc6\xea\x4f\x70\x66\xea\x8c\xcf\x6a\x75\xc6\x67\x17\x17\x67\xa6\xce\xf8\x4c\xd7\x19\x9f\x79\xef\xdb\x9b\x52\x16\x60\x92\x9b\x52\xce\x5c\xf0\x45\xd9\x53\x67\x86\x46\xf7\x4c\xe8\x8c\xb5\xe7\x2f\xce\xca\x6c\xc7\x97\x5c\x67\x7c\xb6\x5a\x67\x6c\x7e\xa1\x9a\x73\xa2\x5d\x3c\xa3\xc3\xe3\x3a\xe3\xc0\x3b\x03\x3e\x37\xa5\x08\xcf\x7f\xf0\x05\x9c\xb5\x90\xb4\x0a\xc9\x74\x5d\x82\xeb\x66\x89\xa0\xe9\xed\x97\xf3\xe0\xc9\xad\xe3\xc1\xb7\x44\x41\x4b\x04\x07\x97\x25\x61\x9e\x4d\xc2\x06\x55\x59\x28\x64\xc9\x7f\xc7\x1c\x3e\xc5\x29\x27\x09\x28\xd1\xb8\x5e\x25\x8d\xeb\xa9\x34\xae\x37\xec\xdb\x36\xd8\x98\x3e\xda\xb6\xf4\x9c\xa1\x37\xb2\xf7\xdc\x81\x17\x17\x02\xd3\x5a\x34\xc4\x08\x77\xe4\x10\xb7\x38\x4c\x84\x5d\xf8\xde\xf3\x7f\xfd\xe9\x9c\x2c\xff\x74\x0e\x97\x7f\x3a\x47\x0e\x65\x3d\x2e\x2e\xb0\xbb\xfc\x17\xb0\x6d\x06\x90\xc9\x85\xbf\x8f\x68\xf2\xea\xeb\xfc\x15\xdf\x75\xfa\x45\xb4\xab\x09\x40\xde\x73\x04\xb0\x77\xdf\x69\x3c\x09\xee\xc5\x85\xa6\xca\x34\x7b\xc4\x3b\x54\xa1\x1a\x6d\xe6\xa8\x63\xdb\x00\x6e\x3a\x98\xdc\x40\x67\xdb\xf7\x3d\x2f\x79\x91\x74\x13\x34\x8f\x20\xd3\xae\x33\x5f\x29\xc5\x09\xaa\xf0\x02\xa2\x0b\x72\x4f\xe3\xc4\x93\x0c\xbf\xc6\x2f\xd1\x28\x9b\x30\x93\xfc\x39\x56\x5c\x80\xd2\xbd\x3d\xda\x44\x1c\x09\x55\xb6\x43\xef\x44\x06\x1e\xe9\xfc\xeb\x4f\xe7\xd1\xd2\x0a\x53\x2b\xc3\xfc\x58\x05\xf4\x08\xff\xe9\x3c\x59\xfe\xcb\x75\x97\x2e\x20\x4e\x7a\x71\xc1\x16\xb8\x6f\xdb\xcb\x25\x67\x5e\x28\xb9\x68\x84\x53\x45\x09\x88\x5a\x10\xd7\x15\xcc\x92\xf0\xef\x71\x88\x0d\xa6\x8e\x9f\x1d\x47\xa4\x47\x28\x4e\x1c\xb0\xf7\x6d\xba\xeb\xca\x8d\x30\x93\x83\xd6\x06\x81\x93\xbc\x01\xfa\x09\xee\x41\xc6\xac\x3b\xee\x92\xbe\xac\xce\x62\xb3\xfb\x9c\x10\x39\x82\x38\x8f\x9e\x6b\x01\x67\xc8\x33\xd6\x55\x92\x6f\xfa\xea\xea\x91\x0c\xf1\x69\x31\x6b\x6c\xf9\x11\x3e\x65\x12\xea\x29\x4c\x6a\xde\xb4\x50\x9d\x8d\x11\x0a\x46\xd0\x3f\x59\x7d\x65\xd1\xbb\x97\x5e\x11\x22\xad\x61\xad\x4f\x11\x15\xbb\xee\xe9\xf1\xc7\xdf\x2c\xe2\x73\x7c\x29\x88\xcf\x61\x13\xc4\x67\xff\x6a\x11\x9f\xc3\xeb\x41\x7c\xce\x6e\x93\x37\x88\x7f\xb5\xcc\xd9\x9d\x33\xfa\x1f\xc7\x0b\x85\x33\x24\xb3\xca\x0c\x19\x3c\x5c\x7f\x5e\xef\x83\x39\x8e\x60\x3a\x7d\xcb\xad\xf4\xe9\x0a\xe0\xac\x28\x9e\x4c\x98\x5f\xca\xb6\xe9\xac\xb3\x5c\x33\x4b\xc2\xf1\xa2\xc8\x68\x2d\x9f\x8b\x0f\x49\x68\xac\x25\x2b\x27\x60\x5b\x8b\x91\x9d\x4b\xbc\x6f\x22\x1c\x1e\xc5\x6f\x86\x21\x28\x9c\x08\xe4\x2b\xce\x65\x31\x70\xc1\xa5\x2c\xc6\x9c\x25\x6a\xd8\xcc\x66\xcc\xfb\xec\x9e\xf4\x97\xd0\x79\x2e\x4c\x17\x57\x7f\x94\xb8\xf7\xee\xf7\xee\x7b\x1e\x92\x79\x7b\xf9\xd8\xb9\x27\x87\x9c\x7b\xe9\xed\x20\xde\xc1\x20\x70\x62\x27\x76\xce\x97\xe0\x9c\x84\x33\x14\x67\xa4\xff\x18\x3d\x00\x7c\xda\x51\xf0\x59\x3c\x7b\x70\x70\xb0\xe4\xa8\xeb\x2c\xf0\x2f\x2a\x90\xa6\x5d\x00\xd9\x76\xe8\x43\xc7\x05\x21\x41\xb3\x3e\xbb\xbb\x96\x7c\x3a\xae\x7a\x02\xd6\x8e\x9b\xaf\x7b\xb7\x00\x66\x06\xf6\xe7\x04\xe2\x34\xa4\x63\x38\x1a\xc5\x09\x41\x01\x57\xc9\x61\x38\x43\x2f\x2e\x6f\xae\xe8\x8d\xb9\x9b\xd6\x79\xde\x0b\xba\x21\x95\x95\x10\x0e\x2e\xf4\x4a\x83\xe9\x02\xfb\x56\x3e\x62\x7e\x3f\xb0\x35\xb9\xc7\xc0\xef\x3d\x78\x06\x43\x62\xe5\x49\xd2\xe5\xe6\x4d\x38\xc6\x04\x0f\x1b\x80\x02\x44\x93\x2f\xab\x80\x9f\x60\xa0\x47\x81\x9e\x12\x59\x1e\xb8\xed\x21\x1b\x52\xb3\x69\x79\x66\x77\x9c\x6f\x79\xbe\x8e\x37\x65\x4c\xdd\x6a\xce\x54\x96\x51\x5e\xf0\x47\xfb\xf3\x04\x05\x94\xae\xa0\x74\x1f\xfa\xd1\x9a\x12\xb9\xdf\x6b\x93\x52\x4a\xc0\xe5\xca\xe2\x53\x04\x23\x32\xed\xf8\x53\x44\xf9\xeb\x95\x45\x59\xd4\xfd\xea\x22\x27\xa7\x6b\x0a\x28\xf8\x77\x2b\xcb\xf1\x0c\x57\xab\xcb\xcc\xe3\x28\xf4\x17\xeb\xa6\x35\x23\xd3\x0e\xcf\x35\xb1\xda\xa4\xcc\xfd\x7c\x77\x22\x2b\x89\xbb\xf0\x1c\xfa\x51\x9f\x11\x21\x88\x83\xf7\x89\xeb\x28\x96\x43\x19\xb5\xad\xbe\x56\x8c\x8e\x76\x69\x15\xb5\x92\x8a\x91\xd1\xd6\x16\x50\x2b\x15\x29\xa5\xd4\x69\xd0\x0a\x05\x45\x21\xba\xbe\xda\x3b\xc5\x50\x79\x72\xaa\xbd\x51\x8c\x94\xf9\x8a\x6a\x05\x0a\x7b\x35\x60\x4b\xa9\xbd\xcc\x8a\x97\x7c\x0d\xb5\xb7\xb9\x91\xd1\x5d\x0a\xb1\x73\x5e\x73\xd1\xe7\xcb\xac\x70\x1b\x33\xca\x25\x2e\x5b\x9c\x5f\xca\x7b\x74\x66\x92\xf9\xd0\xce\x31\x87\x67\xf1\xa3\xb0\xc3\x4a\xd5\x56\xba\xa9\xe8\xf9\xf7\x56\x8d\x3b\x4e\xd6\xf8\xa3\xd0\x12\xfb\xa3\x2c\x8c\x02\x93\x76\xc5\xc9\xac\x7c\xd4\xd9\xc3\x12\x11\x63\x4f\x2b\x0e\x33\x7b\x5e\x75\x80\xd9\x8b\x24\x8e\x50\xc5\xe3\x1a\xe2\xc1\xde\x09\x68\x8d\xa6\x5e\x23\x60\x06\xe6\x85\x12\x60\x7c\x9b\xa4\xb8\xd1\x9d\x34\xf5\xc7\x90\xa6\xa6\xa6\x63\x10\x38\xf5\xce\x4f\x4e\xfb\xf9\x35\x02\xe8\x05\x93\xdf\x1a\x82\xd0\xe6\x77\x83\xa4\xad\xf9\x35\x00\xe8\xb1\xea\xe7\x44\x5d\xa1\xdc\x39\x39\x07\xfc\x18\xf5\x73\xf2\xcd\x65\xb7\x45\xbd\x8f\x91\x02\x3b\xc2\x4e\x6d\x23\xb8\x1a\x71\xf0\x5d\x10\x6c\x12\x72\x57\xe9\x92\x34\x16\xa2\x1b\x27\x1d\x32\xe7\xb4\x7c\x2a\x29\x8d\x04\xa1\xc1\xde\x60\x08\x1c\xe2\xd9\x8c\x78\xd8\x6e\x88\x85\x33\x8a\x7b\x39\xda\x90\x25\xa3\xa3\x9a\xf1\x63\x6a\xe8\xaa\x69\x4f\x0a\x43\x08\x63\xa7\x59\xe7\x06\x88\x79\x3a\x17\x9e\x06\xcc\x65\x59\x7b\xef\x9d\x0e\xd0\x50\xe0\xc8\xf0\x09\xa0\x32\xca\xc5\x85\x1c\x36\xfd\xe5\x16\x8e\x1d\xcc\x7f\x1a\x0d\xef\x11\xe1\xc6\x5f\x69\x90\x17\x18\x31\xdc\x74\x0f\x48\x37\xcd\x46\xb3\x90\xd4\x94\xcd\x91\xe6\x54\x2d\x19\x59\x2e\xc1\xcc\x1b\x39\x81\xca\xa5\xf3\xe5\xd9\x1e\x47\x63\x6e\x36\x2c\x57\x78\x7b\x24\x8d\x40\x65\xff\x17\x6b\xd8\x87\x10\x77\xa4\xb7\x54\x15\xef\xa0\xbc\xae\xae\x73\x53\x59\x87\xd5\x63\x26\x51\xf5\x60\x49\x64\x94\xba\x8d\xc3\xcb\x05\xc9\xeb\x4a\x6f\xa1\xe4\x85\xaa\xb6\xe4\x39\xc8\x2b\xfc\xe4\xb8\xd0\xfd\x42\xfc\xdb\x47\x6e\x29\x1d\x9c\x6e\xe9\x43\x6e\x5f\x3e\x88\xe2\x89\x63\x66\xd2\x5a\x97\x0f\x62\x0e\x27\xa8\x43\x42\x12\x71\xa7\xde\xaa\x7d\x50\x14\xa9\xaf\x76\x1b\x37\x46\x31\x86\xf6\xa3\xbe\x9d\x03\x8e\xe7\x99\x01\x6a\x49\xe2\x24\x2c\x95\xb8\x8d\x63\x2b\xb8\x11\x7d\x80\xa7\x30\x0a\x03\x48\x50\xd0\xf1\xa7\x10\x4f\x50\x8a\xd6\xa4\x94\x55\x5f\xc2\x51\x18\x85\x24\x44\xe9\xfe\x08\xa6\x95\xc2\x08\x67\x63\x72\x89\xe4\xde\xad\x36\x24\xdd\x89\x20\xdf\xae\x08\x42\xd9\xd0\xc0\x73\xea\x62\x84\x53\x12\x27\x0d\x21\x38\xe7\x28\x99\x85\x32\x7d\x49\xba\x23\xcb\x0d\xff\x7e\x9e\xa0\x44\x3e\x2e\xbe\x95\xe6\xd1\xbf\xcb\x09\x22\x6f\xe3\x00\x45\xcc\x0b\xd7\x3d\x5f\x32\x9f\xe7\x70\x06\x93\xc5\xcf\x68\x21\x1e\x7c\x8a\xb2\x89\xf8\xc5\x35\xe2\x30\x23\xd3\x38\x09\xff\x8b\x04\x78\x85\x6e\x39\xc5\x2c\xc7\x52\x96\xf8\x28\x15\x0a\x72\xc6\x90\x2b\x9f\x57\x81\x2f\x30\x57\x9d\xeb\xfd\x10\xfa\x74\x49\x6f\x3e\x14\x55\xc5\xb7\xca\x1d\x29\x97\x69\xd1\x9f\xbc\x1d\x06\xa1\xd8\xe8\xd3\x75\x05\x12\xe6\xd2\x9f\x14\xdf\xcc\x9d\xa3\xa4\x90\x81\x3c\xf5\x2d\x9d\x0a\x16\x84\xd7\x3d\x62\xc6\x03\x2a\xc5\x30\xef\x0a\xb4\xb7\x77\x9f\x47\x85\x1e\x45\x51\x7c\x56\xd4\xd6\xe3\xa5\x1f\x1e\x3c\x70\xef\x91\x69\x12\x9f\x59\x82\x8b\x49\xbd\xc1\xb9\xc8\x99\x6b\x3f\x3c\x78\x60\x2f\x87\x00\x2d\x97\xd2\x16\x94\x9b\x2c\x74\x87\x28\xee\x26\x65\x7f\x94\xfd\xb2\xdd\xbd\xbd\x3c\x8b\x84\xfe\x06\x28\xdd\x77\x01\x5c\x16\xf8\x93\xdb\x23\x38\xe5\xc2\x1c\xe3\xde\xe8\xfc\x16\x49\x92\x99\xcb\x17\xea\x72\x29\x9c\xdb\xab\xd8\x4e\xef\xce\x11\x3a\x39\x8a\x22\xa7\x6a\x23\xe5\x24\x16\x7b\xcf\xe9\xc2\x14\xa3\xc5\xc0\x7e\x99\x03\x60\xda\x2e\x9b\xe9\xc0\x67\xab\x47\x8a\x8f\x6a\xe5\xdf\x49\x28\x45\xdb\xd5\x7a\x4a\xf6\xf6\x88\xd2\x37\x11\xe5\xbb\x94\x61\x0f\x5a\x1b\x9f\x16\xd8\xff\x1c\xce\x68\x13\xb8\x1b\xa6\x2f\x99\xdb\x72\x70\x71\x91\x53\xb5\xe4\xe2\x22\x91\x83\xbf\xb8\x50\x86\x99\xe1\x28\x86\xc1\x47\xe4\xc7\x49\xc0\xf2\x66\xb8\xcb\x25\x1d\xfa\x7b\x8c\x4c\x87\xfd\x62\x5e\x44\xf1\x8a\xa9\x01\xc8\x5d\xd2\xcd\x77\x14\x45\x3f\x2c\x8a\x99\xd8\xda\xdf\xd0\xc4\xd9\xba\xaf\xe2\x6c\x39\x22\xc6\x39\x7f\xc4\x72\x5c\x87\x1e\x8b\x2d\x96\x56\x34\xd6\xf9\xff\x64\x28\x59\xd4\xf5\x9b\x1f\x41\x85\x8a\xec\xac\xd3\x36\x37\x61\x86\x01\x37\x60\x0a\x41\xff\xbc\x98\x9f\x3e\xdd\x25\x20\xdf\x09\x7d\xba\xe8\x4b\xb7\xef\x6c\x38\x58\x93\x94\xe6\x00\x41\xca\x2c\xac\x5c\x43\x90\x74\x8f\x8e\x8f\x5f\x7d\xfa\xf4\xe5\xe3\xab\xa3\x97\x00\xe5\xae\xa5\xd5\x7b\x42\xba\x9d\xae\xda\x15\x85\xc6\x42\xf5\x4d\x0b\xd3\x63\xc9\xf4\xb9\x3c\x38\x1c\xe5\xc6\x60\x17\x20\xbe\x63\x21\x4b\x47\x00\x4f\x91\x53\x20\xe5\xe7\xc1\x4a\x25\xfc\x35\x7a\xb1\xb2\x60\x2c\xde\x1f\xa6\xbc\x61\x21\x4d\x1c\x10\xc3\x76\x5d\x60\xc7\xec\xb6\xa6\xab\xc2\x8f\x11\x59\xcc\xd1\x7b\x7a\x44\x0b\x55\x4f\xa3\xdd\x4e\x06\xf2\xa9\x7a\xbf\x0d\x99\xfe\x46\xeb\x85\x04\xb8\x43\xda\x42\x68\x87\x8f\x4e\x72\x88\xe5\x0d\xe0\xb8\xe7\xa5\x82\x75\xe4\x88\xe5\x11\xf5\x9d\x54\x0b\x2b\xe6\xd7\xf5\xf6\xb1\xd0\xb1\xd9\xb2\x76\xe3\x6f\x1f\x10\x9d\xaa\xca\x9f\xa0\xb1\x0c\xc1\x0d\x1f\xd5\xd6\x94\x4a\x91\x43\x79\x3f\xa3\x73\xc7\x4d\x27\x15\x9e\xf5\xbb\x52\x36\x54\x65\x20\x37\x18\x23\x41\x1d\x68\x47\x4a\x3c\x52\xce\x67\x7c\xf8\xf8\xfa\xed\xd1\xc7\xdf\xbf\xfc\xfc\xea\xf7\xa5\x1f\xc5\x75\x74\x99\xbf\xaa\xda\xa4\x2a\x70\x61\xd5\x76\x75\x35\x75\x44\xd2\x62\x09\x14\x13\xe7\x86\x4b\x21\x62\x1f\xfc\x28\xed\x70\xee\xa2\x4e\xf4\x83\x7e\xb4\x1f\xa6\x1d\x76\x3c\x3a\x3c\x7a\xa8\x53\x16\x07\xe5\xca\xaa\x1d\x5b\x9f\x16\xa2\xc6\x84\xc5\x05\xad\x3a\xa9\xf1\x4e\x10\xfb\x56\x05\x31\xce\x61\xf9\x1e\x83\xe6\x54\x6c\x41\x81\xa7\xbb\xcf\xfb\x40\x60\xe9\xb8\x12\x19\x36\x35\x02\x86\xed\xfd\x3e\x4e\xf7\xfb\x81\xaf\xee\x48\x8e\xfc\xda\xa0\xe0\x7e\x3f\x0c\x6c\x2a\x69\x39\xb1\x21\xc3\xad\x25\x28\xca\xfe\xaf\x23\x2c\x50\x23\x2c\x9a\x40\x96\x97\xf8\xf4\xe6\x97\xbf\xb1\xd7\x05\x6b\x64\x32\x76\x79\x69\x1e\x0b\x5d\x55\x44\xb7\xba\x94\xb8\xac\x8a\x16\xc4\x1b\xbd\x22\xa7\x0f\x0a\xf1\x63\xf1\xa2\x4b\x57\xbd\x9b\x2a\x3e\xcf\x71\x35\xd6\x39\x1c\xc7\xeb\x5a\x71\x81\x52\x84\x2e\x4a\xa9\x06\xef\x34\x47\x5b\x6f\xfd\x39\x51\xd9\xf8\x4a\xdc\x06\x34\x55\x21\xcc\xa3\x10\x07\x21\x9e\x74\x92\xcc\xd4\x9c\x5e\x37\x65\xd6\x7b\xb6\x3d\x69\xde\x01\x5c\xa9\x2f\x92\x65\x99\xc7\x3d\x33\x8e\x7b\xac\x1f\x77\x7f\xd5\x71\x57\x87\x59\x85\xf4\xbc\xee\x00\x6b\xd3\x74\xd3\x4e\x70\xe9\x20\x66\xec\x20\x82\xc0\x53\x81\x6d\x66\x5e\xf5\x69\x9c\x7b\xf4\x3c\x8e\xab\x63\x38\x94\x23\x12\xae\x3f\x91\x23\xed\x83\x53\x33\x5a\x76\x5c\x73\x03\x4f\xe9\x0d\x3c\x16\x37\xf0\x54\xbf\x81\xd5\x9f\x60\x6a\xde\xc0\xd3\xda\x1b\x78\x7a\x71\x31\x35\x6f\xe0\xa9\x7e\x03\x4f\xbd\x79\xfb\x68\xd9\x00\xcc\xf2\x68\xd9\x29\x0b\x4a\xce\x6f\xe0\xa9\x71\x3f\x4e\xc5\x0d\xac\x3d\x7f\x31\x2d\xdf\xc0\xa3\xfc\x06\x9e\xae\xbe\x81\xcd\x2f\x54\x9f\x35\xda\xc5\xa9\x04\xa6\x63\x18\x44\xf4\x6c\x2a\x19\xb3\x14\x1a\xe6\x37\xa7\x61\x7e\x1c\x27\x41\x88\x21\xd9\x92\x82\x91\x78\x16\x33\x48\xa1\x4a\x58\x9d\xb0\xc2\x65\xb3\x0d\x29\x52\x72\x17\xdc\x53\x63\x80\xee\x78\xc4\x3f\x02\x8f\x68\x5e\x11\x06\x50\x90\xef\x39\xcc\x27\x1e\x56\x5d\x11\xc5\xfe\x4e\x6d\x91\x8c\x68\x5d\xb9\xfd\x71\x9c\x74\x70\x1c\x20\xc1\x19\xc6\x8e\xd3\xf6\x62\x51\x4e\xd5\xad\xd5\xd3\xe5\xfd\x7e\x17\x07\x48\xa7\x97\xcc\x47\xa7\x6a\x58\x80\x94\x32\x03\xe4\x38\x17\x45\x9f\xb5\x64\x49\x7c\xdc\xb6\x4b\x47\xee\x60\x2f\xa3\xbd\x0f\x00\x61\x71\x80\x33\x44\xa0\x9e\x5a\x89\x27\x04\x00\x78\xe9\x36\xe3\x49\xa3\xf5\x4c\x62\x83\x1b\x30\xd4\xb8\xc5\x9a\x1a\xef\x98\x17\x79\x13\x2e\x78\x45\x7d\xe3\x5b\x1a\xd2\x5c\x0b\xaa\xce\x52\xef\x6c\x44\xcd\x9b\x52\xe5\x12\x9c\xf4\x9d\xc5\xf7\xee\x12\xb9\x99\x97\x88\xb0\xf8\xd6\x05\xdf\x29\x89\x12\xea\x81\xa3\x4f\x6d\x11\x78\x85\xab\x2e\x0f\x35\x19\x5b\xd9\x14\x5c\x5c\x16\x2d\xcc\xc0\x45\x12\x75\xc3\x12\xcc\x42\xe4\x6b\x2c\xc0\xe2\xf6\x09\x7c\x5b\x17\x44\xaa\x55\x99\xf5\xd4\xff\x7c\x59\x65\xa6\xa1\x37\x40\x38\x76\x04\xa4\x51\xe1\x76\x29\xec\xb2\x42\xa5\xe0\x30\x4b\x9b\x0d\x90\x6e\x66\xc3\x12\x3e\x57\xb1\xe2\x96\x93\xd3\x07\x7e\xbf\x64\xb4\xb3\xdd\x25\x43\x68\x15\x5f\x63\x80\x0e\xac\x0c\x87\x75\xb0\x3f\xc0\x09\xb2\x70\x4c\xac\x71\x9c\xe1\xc0\x2e\x50\x98\xbb\x5c\x82\xf2\xec\x87\x07\x0f\x6d\x29\x55\x76\x13\xc4\xa2\xa9\xcf\xb9\xb9\xb5\x3f\xc0\xc3\x7c\xb0\x13\x44\x8e\x7c\x12\x9e\xea\xb7\x9d\xac\x48\x37\xfb\x20\xb7\xea\xc9\xae\x2b\x13\x64\xb3\x2c\x9f\x44\x94\x90\x53\xef\x0e\x0b\x9b\x44\x05\xae\x6b\x5e\x56\x34\x42\x0f\xa8\xc8\x59\xc3\x3a\xe5\x14\xa8\x18\xc8\xc3\xc6\x1c\x0b\x18\xea\xd3\xee\x29\x4c\x1c\xfb\xf8\xfd\xbb\x4f\xbf\xbc\xf9\xf2\xf2\xe8\xf3\xd1\xf1\xab\x77\x9f\x5f\x7d\xfc\xf2\xe6\xfd\xf1\xd1\x1b\xdb\x75\x2f\x2e\xb4\x59\x65\x70\x94\xfc\x5c\x15\xd3\xd5\x7c\x5d\x90\xb2\x2e\x68\xe9\xe6\xd3\xc7\x9c\x6e\xc5\x04\x1a\xfb\x4d\x36\x28\x80\x9e\xd8\x4c\x55\x9a\x53\x0a\x94\xd6\xad\xa3\xdd\x4a\x16\x15\x0e\x2e\xb1\x3d\x6a\xad\xde\xaa\x58\xe7\x66\xbc\x46\x65\x4d\x17\xa4\xea\x9d\xbf\xa9\xa5\x86\x01\x67\x9d\xa2\x64\xd1\xf1\xa7\x30\xc4\x57\xca\x00\xdc\xbb\x4b\x7b\xff\xc7\xba\x4f\xe3\x36\x69\x8f\x6b\xaf\x4d\x7d\xc7\x0a\x71\x2b\x6a\x78\x7d\x36\xcf\x54\x14\xf8\xa9\x9a\xa8\x28\xbd\xb1\x89\x8a\x6a\xae\x73\xe3\x60\x2f\x75\xdf\x09\xe9\xed\xc2\x71\x1a\xfd\xb4\x9b\xfb\x95\x74\x03\xbf\xb8\x0d\x05\x52\xa8\x7a\x15\x10\x60\xbf\x45\xe9\xf4\x15\xa6\xfd\x0d\x6c\xf7\xc5\x6a\xd3\x80\xb8\x96\x90\x82\x06\xaf\x5d\x0a\xfc\x46\xed\x2a\xb7\x8b\xb8\x81\x19\xf2\x81\xb3\xae\x6c\x80\x08\x0c\x23\xdb\x65\x20\x4c\x5d\x92\x84\x33\xc7\xbd\x97\x9e\x85\xf4\x9b\xd8\x3d\xf7\x61\x8a\xec\x47\x07\x07\x76\x5f\x91\x7c\x05\x33\xe2\x91\xbd\xbd\xa4\x4b\x77\xcb\x6f\x21\x99\x3a\xf6\x31\x07\x10\xb4\x66\x59\x4a\xac\x11\xb2\x10\x1f\xa1\x15\x62\x2b\x4e\x02\x94\x58\x24\xb6\xb2\x14\xb1\xcb\xc9\x42\x38\x98\xc7\x21\x26\xba\xd7\x94\x31\x37\xe0\x7e\x8f\x87\x1d\xd2\x8d\xd8\x17\x2e\x5b\xcb\xa5\xdb\x2f\xd8\x8a\x34\x8e\x98\xeb\xc4\x12\xa4\x5e\xe8\x44\x1a\x16\xbb\xbf\x93\x1b\xcd\x68\x55\xb3\x86\xc0\xf5\x97\x4f\x5d\x65\x4a\x66\x95\xfb\x27\x52\xef\x9f\xb8\xf9\xfd\x93\x47\x5d\x75\x0a\xd7\x85\xce\x94\x90\x79\x67\x2a\x73\x09\x37\xbe\x90\xae\x00\xe8\x69\x9d\x0a\x67\xed\x70\xa4\xab\xce\xf6\x8e\x73\x75\x9e\x3e\x3f\x26\x70\xc2\x40\x4b\x9b\xfa\xfa\x58\x8a\x57\x4f\x1b\x1c\xaa\x35\xab\xb8\xd5\xca\xe5\x9c\x01\xfe\xa6\x01\xa9\x92\x36\x80\x54\x49\x53\x40\x2a\x2c\xc1\x9f\x92\x15\x80\x54\x90\xfb\xae\x5e\x05\x20\x55\xe2\xba\x7d\xa5\x4f\x3b\x07\xa4\x4a\xea\x01\xa9\xe0\xed\x04\xe0\x8c\xb6\x22\x38\xd7\x4d\x64\x12\x27\x71\xce\x97\x00\x71\xe8\x95\x9f\x3e\x7f\xfe\xd0\xaf\x6f\xa0\x9e\x64\xda\x00\x75\x69\xe5\x8b\x8b\x73\x16\xbf\xd2\x9c\x72\xad\x4b\x9f\x57\x45\xb9\xb6\xf4\x57\xab\x0e\xc6\x6f\x6e\xad\xd2\x22\x61\x0c\x6b\xd5\x37\x4b\xfe\xb2\x6b\x42\x60\xbb\x53\xdf\xfe\x21\xc4\x4d\x16\xb0\xa3\x7b\x8e\x14\x62\x64\x7e\x60\x53\xa9\xa4\x5d\x5d\x4c\xc8\x99\x69\x83\x06\x99\x29\x50\xd0\x0d\x51\xcd\x5f\x65\x0d\x6c\xae\xe0\x9d\x41\x0c\x27\x28\xf8\x61\x71\xfc\xf1\x65\xca\xc4\x8b\x1a\xe9\xaf\x20\x47\x0d\x7d\x57\x4d\x07\x72\x91\x33\x0d\x75\x73\xbf\x77\xc0\xe5\x3c\x51\x52\x3d\x0d\x3b\x47\xd4\x8c\x9b\x20\x6a\x66\x57\x8b\xa8\x19\x5f\x29\xa2\xa6\x73\x7e\xc4\xf1\xc9\x6c\x18\x45\xf1\x99\xbd\x64\x6e\xfe\x61\xfa\x56\xdd\x00\x86\xbe\x54\xdb\x1c\x17\x17\x4e\xf9\xa1\xe9\x3c\x5f\x1b\x42\x43\x62\x0e\xdf\xeb\x76\xd3\x78\x86\x78\xb0\xd2\x6b\xed\xe3\x32\x60\x4b\x6b\x7f\x75\xb0\x18\xdb\xe6\x03\x90\x00\x00\x87\x1e\xee\x86\x81\x92\x4c\x59\xa6\x37\xd4\x42\xb4\x58\xf8\xe8\xe2\xc7\x38\xa9\xec\xe4\xbd\x8a\x60\xaf\xa8\x3b\x41\x18\x25\x94\xbf\x88\x93\x4f\x88\x73\x18\x89\x4b\x69\xae\x0f\x79\xbe\xc1\xd2\x6b\xe8\x96\x03\x33\x6a\x63\xc0\x14\x16\x44\x6a\x50\xb8\x0a\x9c\x1f\x0e\xf9\x5a\x3b\xbd\x95\x06\x6c\xbe\xbc\x5d\x69\xc7\x36\x94\x08\x1f\x34\x37\xfe\xa1\x0b\xc8\x8d\xf0\xf2\xd4\x2a\x0a\xcd\xdd\x0e\x9c\x12\xa4\x5e\xe8\x3c\xf0\x79\xac\x0d\x2e\x02\x6d\x18\xe5\xe1\xac\x49\xff\x5f\x3c\xa5\x36\x5d\x7f\xcb\xf3\x2c\xfb\x4f\xe7\xa8\x1b\x06\x4b\xdb\x8a\x13\xeb\x25\x4a\x49\x88\x19\x24\x65\xe5\x7b\xa3\xea\xff\xd6\x56\xfa\x5f\xfb\x5f\x2b\xdd\x24\xb0\xe9\x26\x81\x5b\xbb\x49\xe0\x66\x5e\x08\x0d\x94\x33\x6d\xbd\x10\xfc\x72\x8d\x5c\x17\xb4\x89\xd3\x43\xae\x0b\x6a\xf0\x95\x3c\x4d\xf5\x26\xbe\x0e\x45\xfd\x55\xbe\x0e\x2d\xec\x1e\x27\xb5\x90\xe1\xcd\x3c\xd7\xc2\xf4\xc7\xb8\x04\x05\x26\x64\x01\x03\x0b\xcc\x08\x83\xbf\x19\x8e\xb5\x42\x1d\x5f\xef\x25\x7b\x72\xba\xff\xbf\x8c\x75\x69\xeb\xc5\x74\x72\x5a\xcb\x73\x24\x1a\xcf\x51\x15\xd2\x17\x8e\x1d\x5d\xef\x4f\x4f\xb0\x5b\x10\xdb\xbf\x7f\x7a\xff\xae\xcb\xd3\xf5\x84\xe3\x85\x33\xa0\x24\x02\x30\x9a\x41\x0b\x0e\xb9\x6b\x17\x6e\x13\x24\x56\xdc\x23\x17\x17\x8e\xa8\x29\x63\x00\x7f\x46\x8b\x3e\x73\x2c\x5a\x17\x0c\xe8\x02\xbc\x6c\x46\x42\xf3\x43\xba\xe3\x20\xc6\x7d\x19\xc5\xc8\x3d\xb9\x02\xcf\xb6\x6b\xe2\x0d\x0b\x03\x31\x9b\x2b\x96\x36\x6c\x0e\xd9\x2e\xf4\xec\x7d\x1b\x34\xf1\x0d\x73\x19\x1a\x2a\x56\x83\xab\x1b\xf8\x86\x71\x4b\x00\x0f\x97\x66\xe6\xf5\x3c\xc4\x8f\x5e\x8a\xc9\x4a\x5b\x40\xf3\x2d\x00\x5a\x2e\x3f\xde\xdb\xc3\x7a\xb0\x9f\xbb\xe4\xaa\xfa\x24\x17\x59\xa5\x70\x4c\x28\x23\x14\x06\xf7\x3d\xdd\xbf\xec\x67\xb4\xb0\x5d\x77\x09\xa0\x0c\xcc\x7c\xf3\xfa\xd3\x67\x06\x6e\x0c\x32\xcd\x0d\xda\xf7\x34\x9a\x1b\x30\x77\xeb\x59\x7b\x77\xeb\x9c\xee\xce\xb5\xe6\xc7\xa6\x97\xf5\xac\x46\x7e\x1d\x53\xf9\x75\x26\xe4\xd7\xb1\x2e\xbf\xaa\x3f\xc1\xd8\x94\x5f\xc7\xb5\xf2\xeb\xf8\xe2\x62\x6c\xca\xaf\x63\x5d\x7e\x1d\x7b\x41\x7b\x2f\xeb\x0c\xf8\xb9\x97\xf5\xd8\x05\x73\xe5\x60\x8c\x0d\xe9\x72\x2c\xe4\x57\xed\xf9\x8b\x71\x59\x7e\x9d\xe7\xf2\xeb\x78\xb5\xfc\x6a\x7e\xa1\x9a\xf0\xd2\x2e\x8e\x65\x5a\xf0\xdc\xcb\x3a\x47\x56\x04\xe3\xcd\x6c\x23\x33\x44\x92\xd0\x4f\xaf\xdc\x29\x0f\x88\x9e\x17\x6a\xa8\xf9\x6d\x72\xce\x1b\xdf\x69\x77\xfe\x08\xda\x9d\x51\xbd\x33\x41\x16\x76\xf8\x3a\x34\xf0\xce\xab\x7e\xeb\x47\x21\xc2\x84\xc5\x50\x49\xa5\x4f\xa5\x33\x82\x38\xa2\xfb\x69\x36\xa3\xdc\x4e\x47\xd3\xfc\xa4\x51\x36\xd9\xef\x33\xf2\xec\xc7\x91\x8c\x2c\x5c\xd9\x4e\x36\x4f\x49\x82\xe0\xac\xd3\xac\xc1\x78\x6d\x83\x41\x7c\x86\x5b\x35\x99\xb5\x75\xa4\xa8\x74\xa3\x98\xcb\x14\xb2\x7c\x19\x80\x2f\xfc\x11\xe7\xaa\x3f\x62\x60\x3c\xe4\x93\x5e\xc0\x55\x72\x7d\x11\x03\xa6\xe4\x31\x6b\x97\x0f\x4c\x59\xcd\xd2\x4a\x42\xbc\xa4\xdb\x3d\x4f\x2d\xcb\x7e\xe8\x92\xbe\x74\xb9\xe3\x5c\x24\xfb\x20\xe3\x11\x5c\x40\x3c\xd4\x15\xcd\x7c\x99\x27\xf1\x69\x18\xa0\xe4\x4b\x3c\x67\xfa\xc2\x8b\x8b\xf3\xe5\x3d\xa2\xbe\xfe\xba\xf8\x22\xbc\x0f\xf4\x6a\xc5\x73\x40\xba\x63\x44\xfc\xa9\xc7\x6e\x4b\x01\x5c\xc0\x27\x90\xbf\xf8\x2d\x24\xd3\xcf\xf1\x09\xc2\x8e\xbd\x7f\xda\x63\xda\xc9\x04\xc3\x68\x9f\x8a\x29\xbc\xc1\x0e\x6b\xd0\xfe\x0e\x15\x29\xfd\x71\x45\x2f\x2f\x2e\xec\x79\x12\xcf\x10\x99\xa2\x2c\xb5\x19\xe3\xc7\x55\x35\xe2\xbd\x77\x16\xe2\x20\x66\xb9\x0a\xd3\x2c\x62\x0c\x16\x6f\xe1\x83\x28\xc0\xd4\x5b\x05\xf3\x57\x40\xe3\x7b\x45\x9a\x2d\x39\xc5\x96\x6c\x95\xf9\x66\x16\xd4\x25\xe8\x5b\xf6\x77\x89\x0b\x74\xf0\xbe\xa2\x29\x77\xc9\x38\x6b\x21\x24\x7e\xe2\x3b\x5d\x08\x14\x4a\x29\xc3\x39\x53\x78\x75\x2a\x05\xee\x49\x2e\x73\xa0\x8d\x51\x12\x86\x8f\x88\x4a\x01\xa2\xf9\x4f\x88\xe5\xe0\x47\x5d\x7a\x86\x24\x07\xca\x78\x51\x79\x9c\xc0\xf9\x52\x30\xe1\xab\x1b\x22\x90\xac\x6d\x27\x4f\x90\xa5\x7a\x96\x92\xc2\x4b\xd4\x39\x9f\x21\x02\xfb\xe7\x6c\xa1\x4f\x61\xd4\xaf\x74\xf3\x7c\xfb\xea\xf3\xc7\xd7\xc7\x9f\xbe\x7c\x78\xff\xe6\xcd\x97\xd7\xef\x3e\xbf\xfa\xf8\xeb\xd1\x1b\xdb\xbd\xb8\xe8\xa1\x87\x4b\x90\xb2\x11\xf5\xd1\xe0\x60\x08\x28\xe3\x4d\xff\xec\x0d\x19\x0f\x4e\x85\x1c\x36\xc5\xbf\x08\x0a\xa5\xcc\xb1\xaa\x84\xe4\xf0\x8b\xf5\x13\xdc\xd7\xa7\x43\xd2\xbb\x26\xf3\x71\xbe\x54\x46\x8b\x78\x98\xc7\x56\xc3\x45\x62\x48\x2f\x73\x1a\xb9\x9b\x41\x15\x34\xf7\xda\x86\xb5\x04\xbe\x37\x76\x32\x55\x6e\x90\xa4\x78\x7b\x8f\xa2\xc0\x6c\x7a\x47\x3e\xb2\xb3\x52\x97\xc5\x85\xb0\x3d\x90\x89\xd1\x70\x99\x56\x34\xd3\x4b\xad\x6b\xc4\x05\x99\xaa\x9c\xaa\xf8\xaa\x71\x7c\x9a\x45\xa4\xaf\x6d\x65\xfd\x77\x4b\x7b\xdc\x06\x83\x78\x83\x2f\x97\xdb\x31\xbe\x9d\xa9\x0a\xb9\x51\x73\x61\x87\xa7\xd3\xb8\xf3\x3e\xbe\x13\x18\x2e\xd5\xfb\xb8\x8e\x5f\xa6\xdb\x2f\x5d\xe9\x77\xac\xc4\x76\xd6\xc7\xf4\x44\xdc\xcb\xcf\x05\xa1\xe3\xd4\x47\xf4\x54\x73\x99\xec\x04\xdc\x08\x3b\x0f\x7d\xf1\x86\x8d\xe4\x72\x62\x4e\x13\x34\x4e\x50\x3a\x65\x8a\xc5\x15\xc6\x13\xd1\x85\x1a\x6d\x62\x13\x13\x4a\xb2\x59\x70\x85\x61\x42\xd1\x02\x2d\xc2\x72\x8d\x36\xee\xb4\x75\x95\xd7\x7f\xe5\x8d\xf4\x87\xdd\x24\x62\xe4\x8d\xdc\x97\xf5\x41\x23\x2d\x14\x53\x22\xbb\xc8\x76\x1e\x53\xb2\x91\x6d\xdd\xa5\xee\xe8\xf8\x1f\x8f\x8e\xd7\xbb\xf5\x60\x69\x99\x51\x49\xf5\xea\x92\x69\x03\x72\xbd\xde\x83\xa6\x0a\xe2\x05\x17\x10\x2f\x35\x24\x9f\x9f\x01\x05\x38\xb1\xec\x70\x09\x03\x38\x27\x28\xf9\x91\x4a\xc9\xa2\xbc\xdb\x4d\xe6\xbe\x93\x9f\x05\xef\x39\x15\x4a\xfe\x93\xa1\x94\xfc\x18\x27\x1c\x5f\x54\xda\x3c\x58\x01\xe0\xd0\x32\x00\x81\xbc\x81\xed\xee\x06\x11\x1c\xba\x33\xbb\xff\xb5\x18\xdc\xaf\x86\x6a\x5f\x5e\x90\x5f\x6b\x7a\xbd\x1f\x84\xa9\x88\x4b\xd9\x05\xe1\xbe\x7a\x74\xc6\x4b\x3e\x84\x79\xec\xad\x19\xc3\x2b\xa3\x74\x06\x43\xe6\x6e\x67\x04\xab\x9e\xd3\xd6\xfa\x39\x34\xff\x72\x59\x40\x4b\x57\x05\x04\xab\x8d\x6d\x86\xec\x28\x56\x13\xe1\x95\x8b\xc9\x64\xf2\xdd\x2d\xee\x1d\x56\xff\x1d\x8f\x70\x8b\x78\x84\x15\x58\xfd\x49\x9c\x71\xb6\xbe\xce\xf6\xa3\x40\x3b\x98\x3c\x01\xde\xc0\x67\x57\x7c\xaf\x04\xc9\x50\x44\xad\x2b\xb8\x0c\xeb\xbd\x66\xaa\x48\x5c\xd2\x96\xc4\xdd\xb2\xcb\x5b\xa5\xa8\x58\x83\xa8\x46\xf8\xd4\xcd\xd5\xa2\x47\xc7\x6f\x3e\x7d\x79\xf5\xee\xe8\x87\x37\xaf\x5e\xda\xee\x0b\x95\x87\xca\x1b\xa8\x04\xae\x08\xfc\x3e\x02\x38\xed\xe3\xa5\x0c\x57\x75\x4a\xd9\x54\x06\xf4\xc0\x97\x02\x37\x07\xe7\x12\x25\xbf\x6f\xd3\xad\x4a\x85\x17\x1b\x70\x5c\xff\xbe\x4d\x4f\x30\xb2\x01\x43\xf3\xa7\x9b\xd5\xb8\x3f\x78\x70\x4e\x3e\x97\x2a\xf4\xbc\xba\x75\xba\x5f\xc4\xbf\x7e\x96\x24\x08\x93\x4f\x04\x12\xd4\x15\xcf\x20\x6b\xac\x48\xcb\xcc\x9f\xbf\xc6\xe3\x38\x35\x21\xeb\x5d\xb2\xd2\x6f\x99\x51\x3d\xd2\x9d\xc3\x04\xce\xd2\x2a\xe2\x87\xdd\x73\x34\xc0\x43\x4f\x96\x61\x20\x18\x2c\xb1\x26\x8a\x52\x54\x81\x9f\xaf\x0d\x42\x74\xfe\x23\xfd\xc5\x7b\x46\x94\x1c\x6c\x3c\x29\x42\x55\x3a\x35\xc4\xbf\xc6\x3c\xae\xba\x21\xf6\xa3\x2c\x40\x69\xc1\x09\xd3\xcf\x17\x70\x21\x4c\xa3\xc0\x5f\x79\x58\x74\x53\x42\xf4\x2f\x97\x95\xe0\x12\x2a\x14\x47\xce\x5e\x97\xd1\xa8\xf2\xde\xf0\x32\x17\x17\xe4\xe2\xc2\xfe\xff\xf2\x4b\xdf\x35\x21\xc4\x4b\x60\x18\xd2\xa7\x35\x2f\x5a\x31\x58\xce\x4a\xc8\x6f\x74\xd3\x6c\x94\x92\xc4\xe9\x51\xee\xb5\x12\xf8\x42\x92\x96\x4b\x00\x12\x57\x30\x35\xae\x0d\x45\x3c\x0e\x03\xbf\x23\xad\x2a\x37\x01\x9a\xea\x8e\x67\xf8\x96\x79\x06\xbf\xde\xa1\x84\xe5\xf9\x5a\xa9\x1d\xa6\x7b\x75\x5f\xee\xd5\x74\xa5\x8e\x58\x2b\xaa\x86\x15\xd5\x97\xce\xef\x2f\x5a\x7c\xbf\xef\x33\x55\x74\x4a\xef\x81\x95\x0e\xba\x9b\x42\x5f\xf0\xa0\x8e\x44\x85\xbf\x88\x6f\x2c\xfc\xc5\x1a\x9f\x0c\xdd\xfe\x5e\xdc\x4e\xef\xcf\xb0\xd0\x2d\xbb\xdd\x28\x8e\x4f\xb2\xb9\x58\xe6\x9c\xe2\xf4\x19\xfd\x39\x0b\xc9\xb4\x93\x25\x91\x5d\x17\x6a\xa5\x53\xa9\x1b\xa1\xbf\x57\xf8\xa5\x4a\x8d\xd2\x4a\x6e\x08\xb9\xcb\x28\x9e\xc4\x19\x51\xa9\x1e\xbf\xa8\x23\xef\x3c\x0c\xfa\xa8\x2a\x2c\x58\x54\xa9\x6a\x30\x72\x97\x7e\x14\xa7\x79\xd6\x0c\xb1\xbb\xba\xfc\xa1\x6d\xce\x32\x1d\xd5\x71\x1c\xa0\x1f\x16\xbf\x7c\x7c\xa3\x0c\x40\x09\x90\x51\x57\x14\xd8\x23\x98\xa2\x5f\x92\xc8\x06\x48\x8b\x49\x4a\xba\xf1\x1c\x61\xb3\x7d\x66\x6e\x2f\x20\x49\x18\x17\x2c\xf1\x42\xee\x1f\x70\xc0\x10\x0b\x75\x45\x32\xf3\x6e\x4a\x60\x42\x04\x3e\x48\x82\x66\x31\x41\xd6\x19\x4c\x2d\xd6\xf5\xc0\x76\xfb\x44\xf5\x61\xf9\x58\x2e\x00\xa4\x07\x33\x1d\x91\xf7\xf0\xd9\xb3\x7b\xa3\x04\xc1\x93\x02\x13\x44\xa9\x9f\x7f\xd5\xa8\xf5\xe8\xe0\x60\x59\xad\x0f\xac\x8c\xdd\x12\xae\x31\x2c\x91\x25\x88\xbd\x4c\xf7\x1e\xce\x8f\xf6\xf6\x6e\x00\xd9\xfa\xf0\x93\x4b\x09\x62\xa9\xf8\xee\x25\x04\xb1\x18\x5f\xc9\xcf\xcc\x06\x01\x2c\x45\xdd\x1d\x01\x75\xee\x08\x64\x83\xc5\x64\x82\x7a\x96\xe7\x9b\x8d\x3b\xf7\x2f\x25\x6a\x35\x6b\x12\xb5\x3a\xbb\xda\xa8\xd5\xec\x4a\xa3\x56\xf3\x09\x0e\x6e\x93\x4a\x70\x76\x4d\x28\x04\xf3\x3b\xb1\xe2\x5b\x17\x2b\x38\xdb\x34\xf6\x9a\xa8\x89\x96\x60\x65\xa1\x04\xc1\x40\x2f\x93\xca\x88\xca\xfa\x22\xdc\xa9\x6a\x55\x13\xe2\x16\x69\x51\xa4\xa2\xb7\x27\x68\xb1\xaa\x09\xed\x75\x45\x75\x05\x3b\xa5\xbe\x91\x8a\x42\x15\x4d\xb1\xc4\x63\xf5\x8d\x68\xaf\x45\xf5\xa1\x8c\x26\xc0\x2b\x23\x05\xea\x44\x43\x1f\x62\x25\xca\xe0\x0b\x49\xa0\x7f\x82\x82\xc6\x78\x84\x55\x82\x58\xa0\x3a\xc9\xa7\x42\x6d\x2c\x1f\x7e\xa1\x1f\xcc\x95\xc9\x41\x8b\x4c\xaf\x42\x5e\x51\x71\x82\xa6\x30\x55\x43\xd9\x8d\x8b\x5e\xe5\xf2\xd5\xc0\x7c\x86\x09\x80\xbd\xe7\xa4\x4b\x4f\xff\xc2\x21\xde\x73\x7a\xa1\x79\x9e\x47\x89\x9c\xbb\xb7\x77\x9f\x1e\x3a\x2c\xb2\x98\x2e\x7d\x88\x4d\x39\x84\x0e\xa2\xcb\x9f\x2f\x95\x30\xff\xaa\x52\xda\xeb\xa5\x8c\xdf\xd7\x30\x05\xac\xc4\x2b\xd6\x18\xc9\xf5\x25\x65\xc5\x34\xa6\x2c\x47\x57\x04\xfe\x7b\xd8\x05\x89\x89\x58\xa0\xb9\x8c\x1b\x5e\xb7\xba\x7a\x59\x02\xd4\x0f\x86\x75\xb1\x90\x45\xa3\xea\x9c\x17\x81\x90\xa4\x26\xa1\xbd\xe1\xe3\xee\x2a\x1c\x4c\xae\x85\x2c\xb2\xc9\xce\xe0\x9c\x4a\x32\xbe\xe3\x2b\x98\x4b\xb9\xc6\xd9\xad\x83\x64\xe6\xb1\x9f\xbc\xe7\x95\x93\x9d\xbb\xec\x43\x45\x03\x2e\xa7\x1b\x57\x01\x29\xa0\x6e\x18\x74\x49\xfc\x89\x85\x66\x2a\x00\x0d\x2c\xc5\xa9\x60\xab\x5e\x0c\x86\x7d\x47\xe9\xbe\x97\x18\x41\xaa\x2c\xd3\xa2\xda\x65\x0d\x8a\x41\xdf\x1f\x6a\xa5\x5a\xe8\x6a\xf5\x63\x63\x60\xee\x65\x75\xd5\xaa\xbe\x57\xaa\xc0\x80\x1a\xe7\x3a\x2a\x22\x77\x7f\xc6\x5b\x03\x35\x9a\xed\xf2\xa3\xbe\x0b\x4c\x63\xa3\x61\x3d\x4b\xe4\xe6\xca\xe3\x2a\x23\xc9\xd2\xc0\x82\x6c\xe1\x02\x3c\x8f\xa3\xd0\x5f\xdc\xac\x9c\x58\xb2\x4f\x77\x89\x0a\xef\x58\xbf\x6b\x4f\x54\xc8\x36\x63\x88\x56\x27\x29\xe4\x3b\x76\xf3\xfc\x84\x62\xc7\xdf\xb4\xc4\x66\x3b\x4e\x4d\xa8\x00\xf9\x08\xed\x9f\x86\x34\x4c\xd0\x6c\x1e\x31\xf5\xba\xc0\x10\xce\x01\x84\x95\x64\xc7\x95\x7e\x3d\xc8\x5d\x92\x04\xe2\x34\xaa\x4d\xc8\x5c\xbc\x96\x73\xad\x65\x81\xb5\x3f\xf2\xbc\x74\x77\xe9\x13\xab\x2f\x09\x16\xb4\xb8\x9d\x07\x9b\x68\xe3\xce\xf3\xf8\x8e\x9e\xef\xce\xf3\x98\x6e\xaa\x10\x55\x81\xff\xd5\xfb\x20\xb3\x8d\xd8\x09\x31\x4f\x74\xb7\xdf\x17\xf5\x5e\x07\xfb\x7d\x25\xdc\x64\x83\x58\x12\xbe\xc3\x9b\x61\xff\x5d\x12\x24\xcd\xe5\x25\x19\x53\xc3\x25\xe5\x69\x2a\xf0\xe5\x05\x42\xcc\x1c\xd2\xcd\x8c\xba\x59\x18\xb8\xf7\x48\x77\x1e\xcf\x1d\x17\x10\xa6\x1c\x76\x50\x57\xc4\xed\x7d\xa0\xd3\xd4\x55\x60\xc0\xc4\xf3\xd7\x2f\x8b\x88\xe8\x6a\x30\x19\xa9\x7d\xc9\x17\xcf\x06\x06\x30\x0d\x71\x19\xb6\x4c\x61\xb6\xc2\xc0\x66\xdf\x7b\x9d\xd7\x40\x2c\x19\x8a\x88\x42\x95\x8f\x75\xd0\x3c\x33\xe1\x8b\xb2\x50\x00\xaf\x4c\x9b\x16\x8e\x9d\xea\x94\x69\x07\xbc\x50\xc2\xbc\x6e\x22\x82\x92\x1f\x16\x8e\xbd\x76\x42\x6c\x80\xba\xf9\xf6\x74\x8b\x94\x32\x71\x80\x44\xea\x9e\x2e\xdd\xb2\xee\xbd\xe4\x05\xf6\x92\xbe\x93\x78\x45\x6e\x9f\x35\x8d\xcb\xfa\x61\xe0\x02\xe6\x34\xe6\x25\x85\xd0\xab\xcd\x1f\x4b\xe4\x06\x2a\x72\xbb\xad\x4e\xee\xb6\x85\xa3\x77\x51\x7f\xbd\xaf\xb7\xbe\x82\x1b\xba\x7d\x1b\x8d\xec\xc8\x03\x3c\x89\x6f\x5a\xb2\x61\xde\xa3\x3b\xb1\xea\xee\x1a\xbe\x76\xb1\x8a\x6e\xc5\xd5\x32\x15\x2d\xb1\xb9\x44\xc5\xb6\xfa\x37\x2e\x4f\xdd\xc9\x2a\x15\x54\xb7\xcc\x23\x6c\x46\x81\x77\x82\x20\x69\xc4\x6f\x80\xec\xde\x5d\x50\xc4\x1f\x87\x6e\xae\x0b\x8a\x30\x05\xec\x55\x52\x8b\xb9\xad\xab\x64\x9e\x7a\x9c\x74\xb3\x76\xad\xd4\xb3\x46\x6a\x6a\xda\x4e\x3d\xb5\xde\xd4\x3d\x92\x7d\xff\x23\x9a\xc7\xaa\x83\x64\x76\x63\x1d\x24\xab\x2f\xa5\x12\x6d\xba\x2c\x74\xe7\xed\xa4\xc1\x5a\xf4\xd2\x86\xb2\x22\xc0\x12\x93\xf3\xe3\xab\xa3\x97\x00\x55\xd9\xc3\x6e\xcd\x18\x57\x00\x99\xae\x1e\x29\x93\xbc\xca\xc9\xdf\x4a\xc6\xaf\xf2\x75\xbf\x12\x50\x57\xa8\x19\x00\xe1\x52\xb6\xb0\x01\xd9\x39\xd4\xb3\xcd\xb3\x5b\x73\x19\x6d\xa8\xc9\xea\xaa\x58\x87\x00\x19\xa0\x21\x95\x85\x07\xf6\xf1\x14\xf9\x27\xa9\x51\x18\xb3\x82\x88\x23\xa1\x0f\x50\xf1\x92\x78\xcf\xcf\x8b\x49\xdf\xdb\xc3\xf4\x25\x0c\x82\x22\x3d\x4d\xd7\x8f\xe7\x0b\xc7\x75\x97\xb4\x79\x62\xe0\xbc\x02\xcc\x10\x5a\x7d\x9d\x0f\x50\x8e\xf7\x2e\xf2\x7e\x56\xf1\x18\x39\x16\x76\x03\x09\x71\x45\x7d\x83\x4d\xa9\xfe\x16\x67\x86\x36\xe1\xbd\xaa\x99\xa1\x8a\xaf\x28\xdb\x6b\x43\xbe\x4b\x6d\x61\x15\xf3\xd5\x22\x7a\x24\x77\x8f\xb9\xb2\xb8\x91\x82\xa1\x4a\xef\x18\xaa\x3f\x02\x43\x15\xae\x42\x14\x92\x1b\x6c\x65\xd8\xc8\x04\x12\x74\x06\x17\x06\x07\x25\x9e\x52\x36\xca\x71\xea\x3d\x89\x56\x5e\xec\x3b\x8d\x44\xa0\x25\xfe\xc6\x3b\x75\x53\x2e\xcd\x06\x78\xe3\x3b\x42\x08\x2a\x65\xc0\x2c\xcb\xa4\x5a\x2a\xcc\xb4\x5c\x43\x9b\xbb\x0d\xf3\x6e\xea\x6d\xac\x4a\xbf\x19\x2e\x79\xd6\xd1\x46\x44\xb2\xb5\x1b\xf9\x0e\x82\xeb\x8c\xfc\x66\x77\x84\xf2\x5b\x27\x94\x59\x7d\x68\x1d\x3b\xc7\x2b\x69\xa4\xd8\xa3\x9c\x46\x36\x42\x61\xd3\x6a\x9c\xa0\x45\x2e\x93\xee\x5a\x12\xe4\x9d\x57\xa4\xc0\xf0\xd6\x49\x81\xc2\x13\x94\xf3\x7b\x94\x5f\xbf\x15\xa4\x9d\x77\xf7\x67\x54\x82\x6a\xad\x55\x5b\x2e\x41\xe8\xc5\x46\x8c\x33\x5f\xbd\x1d\x38\xd8\x55\x01\x04\x71\xd9\x67\x43\x74\x21\x56\xd9\xb0\xfd\x54\x7e\xe5\x67\xb4\xd8\xd0\xd0\xc4\xeb\xae\xb2\x2f\x65\xcd\x99\x6d\x12\x9f\xa0\x6d\x53\x68\x8a\x36\x2e\xcf\xf2\x74\x7d\xd9\x76\xb8\xc0\xcd\xd0\xda\xa1\x6a\xb5\xc8\x0c\x1d\x57\xac\x5b\x2d\xfc\x55\x56\x0b\x36\x5d\xfb\x29\x8a\xc6\xfb\xfd\x14\xf9\x09\x22\x1b\x24\xeb\xe1\x73\xde\xcc\x4f\x60\x0d\xb8\x52\xc9\x2e\x90\x39\xc8\x5d\xd2\xfe\x55\xbb\x41\xb1\x37\x95\x70\x1c\x7c\x34\x7d\x5a\x84\xfe\x01\x44\x5a\xb0\x3c\x70\x93\x78\xcf\x63\x87\xb8\x2f\xce\xb9\xa7\x77\x9c\xbc\x7e\xc9\x4e\x22\xf8\xc4\xca\xbf\x7e\x99\x57\x5d\xf6\x4d\xd0\x66\x97\x05\xa3\xe2\x1a\xd7\x2c\xfe\xaa\xaa\x53\xaa\x87\x96\x36\x2d\xae\x24\x46\x1f\x98\x2f\x57\x75\xbb\xf5\xb4\xec\x9c\xbb\x80\xf1\x34\x43\x45\xfe\x33\x91\x57\x48\x34\xfd\x31\x8e\x6a\x3a\xbc\xa2\xe1\x24\x8e\x50\x5d\xb3\x4b\x10\x68\x89\x63\x66\x9e\x4d\x97\xc3\x06\x73\x96\x91\x66\xdc\x2e\x23\x0d\xab\xea\x82\x91\xd6\xe4\xd4\xcc\x45\x33\xae\xe1\xe0\xa6\x94\x83\x1b\x0b\x0e\x6e\xaa\x73\x70\xea\x4f\x30\x35\x39\xb8\x69\x2d\x07\x37\xbd\xb8\x98\x9a\x1c\xdc\x54\xe7\xe0\xa6\xde\xbc\x7d\x2e\x9a\x00\xcc\xf2\x5c\x34\x53\x17\x8c\x94\xfb\x70\x6a\xf0\x57\x53\xc1\xc1\x69\xcf\x5f\x4c\xcb\x97\xf4\x28\xe7\xe0\xa6\xab\x39\x38\xf3\x0b\xd5\x64\x89\x76\x71\x4a\x87\xa7\xe5\xa2\x11\x79\x68\xc0\x08\x4c\x37\x0b\x39\x25\xf1\x3c\x8e\xe2\xc9\xc6\x9e\x77\x77\x10\xcd\x77\x72\x42\x43\x88\xe6\xb5\x16\xaa\xc0\x5f\x29\x2f\xc8\xad\xca\xb1\x32\x4e\x42\xcc\x85\x85\x5d\xf3\xfe\x81\x9f\xaa\x9c\x7f\x7a\xcb\x38\xff\xfc\x40\x2f\x77\x6b\x0a\xd1\xdc\xe6\x02\x3f\x65\xf6\x82\xf7\xf4\xc2\xed\x06\x7e\x91\x6c\x2f\x8b\x22\xcf\xf3\xf0\xc5\x45\x71\xb1\x62\x60\xbf\x45\xe9\xf4\x95\xc0\x35\x74\x5f\x38\xdb\xcb\x0f\x2b\x2d\x26\x0a\x0e\x44\x19\xbc\x0a\xad\x4c\x47\x07\x12\xcf\x59\x57\x36\x40\x04\x86\x91\xed\x5e\x5c\xd8\xb6\xdb\x25\x49\x38\x73\x5c\x09\x35\x41\x84\x5b\xf9\xa3\x83\x83\xdc\xb3\x9c\x8e\xd6\xe1\xb1\xe6\x1e\xde\xdb\x4b\xba\x74\xa3\x72\xe8\x89\xe3\x18\x63\xe4\x13\x6b\x96\xa5\xc4\x1a\x21\x4b\x60\x3f\x5a\x21\xb6\xe2\x24\x40\x89\x45\x62\x2b\x4b\x11\xe3\x0c\x2c\x84\x83\x79\x1c\x62\xa2\x67\x95\x35\x66\x17\xdc\xef\x71\x25\x11\x87\xa1\x60\xf9\xee\xd0\xb2\x0a\xe2\xcc\x65\x21\x4f\xa1\xae\x90\x62\x9b\x7f\x7b\xc1\x29\x2c\xab\xb9\xb6\xd2\x91\x35\x50\x8e\xad\x77\x9a\x4b\xc3\xff\xa2\x4e\x3c\xe2\x62\x84\x7e\xdf\x21\x3a\x9d\x1d\xa3\x48\xae\xb7\xad\x6d\xa3\x84\xbc\xd0\x9a\x5a\xd6\x56\x90\x08\x64\x1a\x85\xb9\x7f\x00\x26\x88\x94\xc3\xb3\x0a\xaa\xb7\x5c\xba\xeb\xe6\x21\xce\x48\x84\x88\x3a\x7e\x6d\x18\x3b\x41\x7b\x15\xa7\x0e\xa3\x33\x8b\x91\x67\x83\x18\x0b\x34\x97\x39\x2b\xf0\x16\xce\xc5\xf1\x8e\x13\x82\x02\x6f\x30\x5c\xd2\xbf\x64\x31\xf9\xb4\xdb\xed\xca\x6a\x9c\x23\x70\x87\x6a\x35\xf6\x8f\x23\x92\x26\xb1\x44\x94\x70\x3e\x8f\x42\x9f\xf9\xa3\xb2\x1c\x9a\x32\x49\x50\xef\x5e\xc5\x5b\x22\xde\x76\x7a\x4a\xc6\x24\x91\xc6\xba\x6b\xbb\x82\x5a\xd2\x6b\xa1\xfc\xb4\x04\x33\x83\x9f\x27\xfd\xa2\x39\xf6\xe4\xaf\xf2\x89\xd5\xcb\x0f\xa7\x0c\xa3\xa4\x6b\xc6\xed\xa0\xa4\x98\x9a\xae\x7c\x52\x0c\xd2\x61\x24\xdf\x94\x17\x68\x59\xfe\x78\xc9\x73\xbb\xd3\x02\xf9\x9b\xfc\x91\xd6\x0c\x9f\x3f\x5d\xec\x60\xb3\xb8\x5c\x0a\xa4\x5e\x9c\x5f\xa8\x9c\xd2\x08\xcb\xe4\x79\x82\x60\xb0\x30\xaa\x7e\x21\x39\x4a\xe1\xb2\xf8\x53\xe2\x20\xde\xab\x29\xca\xd6\x5e\xd0\x24\x66\xef\x45\x1e\xa1\x7b\x89\x5d\x5b\xef\xd9\x1e\x2d\x86\xca\x56\x5f\x2e\x3b\xc7\x14\x24\xde\xf3\x4e\xef\x3e\xcb\x8d\x4a\xef\x8d\xf7\x63\x26\x03\xc2\x20\xaf\x4b\x79\x4e\x22\xa6\x11\xbb\x02\x8a\xbb\x68\x98\x14\x73\xb3\x64\x8a\x0a\x11\xa8\x5c\x40\x17\xf2\x59\xad\x0a\x36\xc6\x5d\x56\xe3\xe2\xe2\x7c\x49\xbf\xc8\xb0\x0f\xf9\x07\x65\x20\xad\xd6\x61\x00\xbd\x24\xef\x25\x72\xbf\xeb\x81\x48\x34\x9f\x0c\xe0\x50\xc1\x39\x8c\x18\xb2\x26\x6b\xdb\x8b\xf8\xbf\x20\x0f\x25\xee\xa6\xfe\x14\xd1\xc3\xe7\xd8\x70\x4c\x50\xf2\x11\x61\x06\x9f\xc7\x53\xbe\x72\x7c\x48\x7a\x05\x7a\x98\xf2\x35\x69\x17\xc3\x19\xe2\x28\x1e\x74\xe0\xb2\x8f\xc4\x3d\x57\xe1\x89\xf1\x1a\x6a\x41\xbf\x39\x83\x75\xc2\x81\x50\xf0\xe4\x21\xfc\x1d\x35\x1e\xba\x59\xb9\x0e\x4b\xc5\xd7\xa6\x70\x67\xca\x73\x1e\x54\xba\xc2\xe5\x82\x05\xbc\x5a\xf0\x8f\x5d\x21\x64\x47\x35\xe7\x6e\x3d\xb8\x00\x14\x88\x01\xd5\x8b\x41\xba\x7c\x25\x57\x97\x13\x8b\x81\x9b\x17\x96\x8b\x01\x12\x59\x47\xdd\x5d\xd1\xba\xdd\x85\x60\xe2\x4f\xeb\x76\x17\xd7\x03\xf2\x32\xfb\xe8\x2b\xf4\x89\x21\x99\xb2\x17\xf3\x04\x05\x94\x90\x23\x65\xcb\xac\x29\x97\x27\x63\x2c\xfc\x37\x57\x96\x2f\xbb\x7b\xae\x2c\x3e\x45\x30\x22\xd3\x8e\x3f\x45\xfe\xc9\x9a\xa2\x0c\xb7\xa2\xc9\xb7\xd7\x94\xe2\x78\x20\x2b\x8b\x9c\x98\xb0\xe1\x66\x81\xb2\x9a\xb6\x5c\xa6\xe4\xdc\x5f\x2e\x52\x11\x58\x5d\x31\xee\x8c\x4c\x3b\x33\x44\xa6\x71\xb0\x6e\x64\xb5\xb8\xe5\xe5\xbc\xb6\x60\x0e\xc6\xbb\x63\x5f\x46\x3c\x5b\x1b\xdb\x50\xfd\x5c\x20\x05\x62\x41\xfa\x61\xfe\xa4\xec\x72\xd7\x87\xc5\xcb\xf2\x66\xeb\x27\xc5\x5b\x6d\xaf\xf4\xa3\xe2\x85\x3a\x43\xfd\x79\xfe\x9c\x2e\x74\x3f\xce\x7f\x9e\x9c\xf6\xb3\xfc\x07\xf4\xa3\x7e\x9a\xff\x62\xcb\xd9\xf7\xf3\xdf\x4c\x6d\x18\xe4\x3f\x85\x7a\x72\x56\xb4\xcc\x71\x6c\xc7\x39\x27\x29\x28\xd2\xb4\x11\x45\xe2\xe2\xf5\x1a\xe1\x1a\x7b\x36\x5f\x60\x4a\x40\x99\x90\x7d\xce\x8e\x75\xbf\x60\x5f\x01\x5e\x4d\xa7\xb1\x5c\xb9\xa4\x25\x9d\xc6\x43\x2f\x59\xe6\xfb\x4a\x61\xa2\x46\x03\x34\x54\x69\xd6\x74\x2d\xcd\xca\x01\x74\x57\x51\x2d\x12\x27\x70\x82\xf6\xa3\xd8\x87\x51\x47\xfc\xda\x81\xbc\x50\xf4\x13\x75\xc3\xf1\xbb\x98\xfc\x10\xc5\xfe\x49\x88\x27\xfa\xde\xc5\x1e\x43\xd1\x2e\x94\x28\xbc\x7f\x36\x15\x98\xf4\x6a\x95\xc8\xcc\x2a\x76\xb2\xc8\xd5\x57\x0f\x6e\x5c\x70\x46\xa8\x3b\x12\xcd\xee\xed\xdd\x2f\x7e\x50\x26\xa4\x94\x00\x62\xfd\x66\x22\x35\x9b\x29\xf1\x30\x4b\x1d\x2b\x27\xb5\x55\xf2\xd8\xb6\xdb\x86\xd0\x6d\x53\x06\x1f\x31\x65\xe9\x5c\x3d\x01\x27\x3c\x81\x67\x6e\x3d\x90\xea\x97\x26\x15\x27\x88\xfc\x4a\x7b\xc9\xb0\x52\x94\x40\x76\x29\x4e\xa9\x85\xab\x74\xa4\xa8\xd0\x91\x62\xef\x39\x67\x7e\x79\x83\x18\xd0\x13\xe0\x2e\x5d\x50\x11\xd6\x5e\x88\x0d\x47\x49\x02\x17\xdd\x30\x65\xff\x3a\xc8\xbd\xb8\x70\x90\x37\x40\xc3\x22\x7d\xaa\xda\x05\x40\x65\xa4\x0a\xc5\xba\xc2\x74\x75\x39\xf3\x29\x3a\x41\xb9\x7b\x17\x9c\x2f\x5d\x33\xe5\xa9\xec\x0c\x6e\x95\x3a\x83\x8a\x2c\xb5\x6a\xeb\x38\x21\xfb\x7e\x3c\x9b\x43\xa1\x9c\xae\xbc\x47\x6b\x0a\xd5\x5c\xf4\x66\xe9\x35\x6c\x84\x59\xbc\x74\xd7\x9b\x05\xcc\x1b\xda\x7c\x5f\xcf\x57\x98\x25\x6b\x18\x21\xb3\x58\xc5\x8d\x6f\x16\x29\x5f\xf8\x66\x89\xaa\xfb\xbe\x34\xf4\xba\xeb\xde\x2c\x58\x91\x3b\xac\x5c\x86\xf2\x3a\x0d\xf9\x81\x2d\x29\xec\x3c\xc7\x65\x34\x81\xdf\x10\xcf\xcd\xc4\xf7\x3e\x57\x3a\xa0\xae\x1f\x63\x1f\x12\x67\x40\xbe\xb3\xfb\x30\xf5\x6d\x40\xff\x08\x50\xea\xdb\x43\x97\xf9\x38\x8f\x3c\x45\x75\xc3\xb3\x04\x94\x14\xb2\x07\x95\x0a\xd9\x03\x55\x21\x7b\x30\xec\x0f\xf2\xb4\xc1\x24\xd7\x72\x62\x6f\x5c\xc8\xab\x03\xcc\xc5\x64\xda\x51\xa6\xdf\xb8\xb8\xc0\x83\x83\xe1\x70\xb9\xbc\xa7\x8d\x6b\x24\x86\x34\xf5\xce\x8b\xa7\xfd\x11\x08\xc2\x04\xb1\x9e\x86\xe3\x45\x7f\xbc\x04\xa7\xde\xb9\xe4\x7c\xf4\xab\x65\xea\x56\x31\x40\xba\x0e\x9f\x96\xa9\xe0\x83\x74\x1b\x39\x2d\xa4\xb3\x43\xce\x01\x48\xf5\xf7\x1a\x57\xe4\x1c\x80\x40\x7b\x4d\x19\x20\xdd\x12\x3f\x75\x29\x8b\xa4\x5b\xda\xa7\x2e\x28\xf8\x3a\xe7\x00\x84\xda\x2b\xce\x36\x39\x07\x20\xd6\x1e\x33\xee\xc9\x39\x00\x99\xf6\x54\x30\x51\xce\x01\xf0\xb5\xe7\x82\x97\x72\x0e\xc0\x4c\x7f\x4e\xb9\x37\xe7\x00\xcc\xd5\xa7\xf2\x6e\x5c\xd4\xde\x8d\x72\xef\xab\x77\xae\xc1\xb5\x2c\xd6\xd1\x4a\x86\x29\xae\x11\xcb\x71\x04\xa9\x40\xf5\xfd\x57\xf6\x6e\x7f\x9c\xce\x56\x3b\x41\xef\xc6\x12\x94\xd6\x5b\x82\xa2\x78\x32\x61\x5e\x97\xd0\xb0\xe9\x34\xe1\x15\xd6\xdb\x75\x44\xf3\x8a\x69\x27\xba\xb1\xa6\x9d\x28\x16\x70\x6e\x4b\x18\x04\x7f\xcb\x60\x12\xa4\xba\xc5\x9a\xd9\x3d\xc4\xf3\x9a\x9c\x1e\x11\x22\x83\x04\xc0\xa1\x87\xef\x15\xd6\x02\x04\x12\x50\xce\x81\x72\xff\x3e\xe9\xc6\x98\x7d\xc7\x81\x40\xf7\xaf\x62\x50\xb0\x60\x80\x00\x19\x2e\x67\xd0\x9f\x86\x78\x87\x9e\x64\x8c\x4c\xf8\x09\x82\x04\xbd\xe5\x6d\xbb\x8e\x54\xf4\xea\x23\x77\x29\xf3\x3e\x87\x09\x3a\x9e\xc2\x84\x54\x71\x9f\x0e\x52\x01\x22\x0c\xd0\x06\xe4\xba\x6e\x37\x2e\x30\x6b\xd9\x9a\xb0\xa4\xdd\x74\xf3\x57\xa6\x45\x21\xee\x79\x6e\x3c\xa5\xd3\xf3\x82\xfe\xcf\x43\xdd\x18\xf7\x35\xa6\xab\x1b\xe3\x9a\x15\xd0\xaa\x0f\xf0\x70\x6f\xcf\x11\x7f\xb1\x66\x38\x47\xc6\xa6\x17\x2d\x67\x90\xf8\x53\x24\x56\x39\x4f\xef\xa2\xe8\xad\xef\xf7\xe4\x9c\xe9\x5c\x1a\x71\x5f\x90\xfe\x80\x0c\x5d\x0e\xdf\x48\xe8\x45\x24\x1b\xa3\xd3\xc6\x06\xa8\xa4\x22\x11\xef\xfa\x68\xb9\x64\xc9\xc8\xe7\x89\x54\x3d\xf3\xa3\xd2\x35\xe6\xf9\x9e\x54\x69\xb2\xb5\xca\xab\xb8\x8e\xd0\x31\x8b\x1d\x41\x97\xe8\x5e\x9e\xb6\x28\xcd\x46\xa9\x9f\x84\x23\x06\x27\x79\x8e\xbb\xfe\x14\xe2\x09\x0a\xe8\x04\xd0\x5a\x7c\x7b\x63\x17\xd0\xe9\x28\x72\xdc\x38\x98\xce\x06\x48\x96\xf9\xce\x36\x00\xa3\x11\x26\x2c\x35\xbf\x7e\x03\x21\xd7\x95\x60\xd3\x02\xfa\x9d\xb2\xed\x85\xe2\x59\xb1\xb7\xd1\xc3\x1a\xd8\x1c\x42\x3d\xf4\xa0\x62\x66\x8a\x0b\x02\x91\x79\x83\x64\x08\x7c\x6f\x1b\x13\x18\x98\x99\x6e\x32\x7e\x8d\x03\xc3\x6c\x80\x86\x9e\x2f\x1c\x18\x66\xba\x03\x83\xfa\x13\xcc\x4c\x07\x86\x59\xad\x03\xc3\xec\xe2\x62\x66\x3a\x30\xcc\x74\x07\x86\x99\x97\xb5\x77\x93\xa1\xbc\x95\x74\x93\x99\xb9\x20\x50\x0e\xfb\xcc\x70\x2f\x98\x09\x07\x06\xed\xf9\x8b\x59\x99\xec\x05\xb9\x03\xc3\x6c\xb5\x03\x83\xf9\x85\x6a\xca\x4d\xbb\x38\xa3\xc3\x13\x0e\x0c\xde\x0c\x40\xee\x2a\xa3\x30\x86\x8a\xd9\x30\x5d\x7b\x71\x72\x5f\x52\xe5\xe2\xfc\x9e\x5b\x0b\x03\x48\xa0\x78\xbd\x1a\x81\xbd\xc2\xdb\xe5\x36\xc0\x67\xdf\xb9\xf0\xff\x21\x5c\x73\xb2\x7a\x80\x64\xc5\xa1\x2b\x97\x9f\x57\x00\x26\x33\x45\x11\xf3\xdb\xad\xe0\xe1\xda\xe0\x24\x87\xc2\xea\x40\xbf\xff\x89\xfb\x93\x81\x48\x00\x23\xcb\x77\x42\x2d\x25\x61\x94\x97\x7e\x84\x60\x6e\x5a\xe6\x2f\xbb\x70\xc4\xcc\x9d\xdc\xf4\x59\x34\xd6\x4d\x50\x8a\xc8\x31\xf4\xa7\x48\xbe\xe4\xb9\x66\xa4\x07\xa9\xc9\x68\x29\x99\x39\x90\xab\xf8\x92\x82\xf3\x99\xf4\x3b\xe9\xa3\x25\x20\xbc\xad\x2f\xec\x8e\xc4\x30\x7a\x2b\xac\x8a\xaf\x03\x9e\xd0\x80\xf3\x39\x9f\x30\x9c\xa7\xd3\x98\x38\xe7\xf4\xee\xe7\x6e\xb4\x40\x4d\x99\x56\xfa\xa2\xe0\x58\xe9\x4c\x8b\x3d\x22\x9e\x43\x4f\xeb\x40\xee\x83\x53\xb8\xe0\x02\x08\x88\xf4\xb6\x25\x05\xbe\x56\xd2\xc5\x71\x32\x63\x6d\x7d\x44\xe9\x3c\xc6\x29\x92\xc5\xe9\x2e\x13\x8e\x9f\xee\x52\xcd\xd6\xbe\xf3\x4e\x9a\xa9\xe0\x01\x04\xcc\xd9\x97\x68\x38\x60\x33\x44\xa0\xa7\xf4\xf7\x2d\x22\xb0\xe8\x2b\xab\x60\xe7\xc9\xf9\x19\xc6\xb0\x0a\xf9\xbc\x53\xa7\xa7\x2d\xc7\xab\x67\xe7\xa9\x18\xed\xca\x55\x11\x94\x44\xcd\x39\x52\xe4\xf3\xd9\x61\xd6\xc7\xaa\xbe\x57\x1c\x02\x25\x2d\x10\xc0\x80\x74\xc3\x00\x10\xca\x54\x45\x5e\xec\x40\xcd\xa1\x48\x39\xc3\xdb\x43\x29\xa7\x66\xf3\x92\x0c\x6c\xef\xb2\x04\xdb\x44\x48\x10\xf4\x95\x74\x66\x08\xa6\x59\x52\xed\x4a\xa4\x15\xa8\xab\x77\x1b\xdd\x87\x48\xe8\x9f\xd4\x27\xed\xe3\xc6\x0f\x51\xa6\x34\x3c\x8e\x4d\xbe\x2b\x53\x79\x9d\x2d\xa1\x51\xde\x30\x76\x05\x38\xee\x92\x9c\x21\x84\x3f\xc7\xf2\x08\x25\x9b\x1e\x21\xdb\x06\xb0\x5c\xf7\x50\x29\x74\x38\xcc\xb9\x81\x72\xc1\x07\x4a\xc1\x07\xb2\xa0\x38\x94\xa9\x97\x14\x44\x64\x0a\x53\x27\x75\x5f\x38\x1c\xaa\x9d\x38\xa9\x0b\x12\x4b\x6a\xd4\xe2\xb1\x45\xba\x9f\xe9\x88\x44\x0a\x9e\x94\xc4\x73\xc7\xa5\x05\x3f\xc3\x84\x16\x67\x79\x74\xe8\xc8\x53\x20\x4a\x76\x49\xec\x24\x00\xb1\xc0\x18\x17\x24\x6e\xdf\x91\x05\x10\x0b\xc8\x0a\x50\x4a\x92\xb8\x14\xfe\x20\xe6\x2f\x6f\x45\x16\x73\x97\xe2\xcd\x39\x96\xce\x5d\x6d\x54\xfa\x24\x9c\xa1\x38\xab\xd5\xea\xf3\xed\x35\xe7\x56\x83\xe0\xb3\x28\xbc\x4b\xab\xda\x4a\x2b\x5a\x1e\xc3\xb3\x7a\x03\xa2\xaf\xc8\xcf\x9d\x6d\xe4\xca\xb1\x5f\x4b\x7a\x32\x94\x20\x1b\xc5\x03\x4a\xe3\x9c\x0b\x9f\x1f\x8c\xbe\x32\xd7\x2e\xb7\x95\x65\x84\xe7\xbb\xab\x8c\x01\x66\xaf\xea\x4a\xde\x4a\x82\xc4\x52\x38\xae\x1d\xe3\xad\x1c\x5b\x16\x76\xf8\x9d\xb6\xc2\x5b\x93\xa5\xba\x62\xea\xcf\xdd\xc8\x03\xd0\x73\xc8\xca\x84\x29\x78\x23\xed\x2c\x5c\xa3\x9d\x65\xb9\x16\x60\xae\x9a\x4d\x6e\x94\x6a\x16\x2a\xf2\xb1\x96\xc3\x02\x92\x69\x29\x93\xa1\xcc\x90\xcc\xfe\x60\x34\x94\xfd\xa1\x91\x4f\x33\x05\xc9\x2f\xaf\xbf\x1c\xbf\x7f\xf7\xe3\xeb\xbf\xd9\x9c\x89\xc2\x0a\x8f\x93\x8a\xc9\x09\xbd\x01\x19\x82\x78\x3b\xb5\x94\x6f\xaa\xa5\xe2\x1a\xe1\xdd\xa7\xc2\x7b\x2c\x84\x77\x5f\x17\xde\x7d\x6d\xca\x4d\xe1\xdd\xaf\x15\xde\xfd\x8b\x0b\xdf\x14\xde\x7d\x5d\x78\xf7\xbd\xb0\xbd\x5a\x2a\x02\x69\xae\x96\xf2\x5d\x90\x29\x37\xb6\x6f\x88\xd6\xbe\x10\xde\xb5\xe7\x2f\xfc\xf2\x92\x67\xb9\xf0\xee\xaf\x16\xde\xcd\x2f\x54\xef\x5a\xda\x45\x9f\x0e\x8f\x0b\xef\x89\xe7\x03\xcc\xd5\x52\x8a\xcd\x52\x61\x40\x61\x0d\x65\xa8\x34\x2a\x5f\xa2\x27\xb7\x62\x0d\xe5\xaa\x55\xd5\x4a\x48\x96\x85\x96\x75\x57\x86\x4d\x9b\xc9\x1e\x30\xf5\xed\x5c\xfa\x70\x06\xec\xa1\x3d\x74\x19\x20\x65\xd3\x99\x51\x6d\xce\xdf\xd4\x0c\xbd\x65\x83\xaa\x9c\xa7\xe2\x95\x0d\xec\xb7\xf0\xeb\xe7\xf8\x04\xe1\xcf\x9f\xdf\xb4\x9c\x3b\xdd\xd3\xe0\x9b\x9a\xbc\x4f\x2c\xd0\x47\x9b\x38\x3d\x1b\xac\x28\x60\xbb\x2f\x0a\x4b\x50\xee\xd9\x3d\x00\xc9\xb0\x08\x0c\xe8\xdb\x3c\x9c\x1b\x82\xe8\x9e\x4d\x5b\xf4\x3c\x2f\x79\xe1\x40\x8f\x50\x12\xee\xf6\x9d\xc8\x23\x00\x7a\xd8\xcd\x39\x79\xd8\xe5\xcd\x83\xd0\x8b\xc4\x9f\x32\x7a\x20\x15\x91\x43\x73\x98\xa6\x21\x9e\xc8\xe8\xa1\xfc\xb7\xe7\x79\xe1\x8b\x83\x3e\x0f\x28\xb0\xfd\x24\x24\xa1\x0f\xa3\xbc\x58\xfe\x40\x94\x13\x91\x07\xf6\x19\x4c\x30\x6b\x4e\x7c\x26\xac\xfe\x4c\xa7\xa6\xdd\xca\x70\x85\xfc\xaf\x7e\x7e\x36\x81\xfd\x73\x88\x83\x96\xdb\x4c\x71\x53\xb9\x92\x3d\xe6\xb8\xde\x73\xe4\x3d\x17\x97\x5a\x83\x0e\x9e\x9c\xde\x8c\xdd\x8f\xbc\xe7\x74\xa6\x19\x26\x84\x36\xd1\xcd\x86\xc1\xbd\x83\x6f\xc2\x40\x2e\xef\x96\xd8\xc9\x21\x16\x67\x44\x39\xcb\xf2\x04\xf7\xf3\x53\x0d\xf2\x30\x1f\xd8\xe5\xa0\x86\xc7\xe2\xcc\x3c\x8f\x8c\x07\xc5\x19\xaa\x2c\xff\xd7\x9a\xf2\x9d\xe2\xcc\x99\x91\x45\xb2\x89\xdf\xf8\xa9\xce\xbf\x28\x7e\xd7\x7c\x50\xbc\xfd\x6b\x75\xe9\x06\x9f\xfb\xc0\x89\x45\xde\x80\xf8\x5d\xf3\x39\xf1\xf6\x79\x75\xe9\x4e\x4f\x21\x20\x82\x82\x30\x8f\xae\x56\xa4\x43\x3a\x8a\xdd\x84\x4d\x2d\x4e\xa7\xca\xa3\x34\x1b\x44\x39\x2f\xda\xb7\x78\x32\x37\xe4\xdf\xcc\xcc\x06\xdf\xf4\xd4\x00\xfb\x98\x19\x87\x5e\xe3\x00\x7d\x6d\x39\x51\xab\xc0\xc8\xaf\xf5\x50\x9c\x87\x63\xa7\x86\x2c\xe7\x94\x98\xe8\x94\x18\x60\x6f\x60\x7f\x40\x89\x8f\x30\x81\x13\xa4\xd1\x0f\x1b\x94\xde\x08\x42\x56\xf1\x46\x92\x54\x5b\xfa\x49\x4a\x9a\x4e\xf6\xf6\x70\x21\x59\x02\x5d\xa2\x1c\xc7\x89\xc3\xd4\xc0\x56\x88\x2d\xee\x42\x65\x41\x0f\x0f\x92\xe1\x3d\x3a\x96\x01\x1c\xde\xf7\x3c\x32\x80\x43\x19\x4b\x4a\x1f\x3d\xa7\x0f\x5e\x74\x7a\xfd\xde\x32\xa7\x6c\x1b\xee\xf9\x0a\x68\xd3\x6f\x60\xdb\x5f\x16\xcb\xdd\xf6\xb6\x7e\x8b\xd2\x69\xe9\xc6\x2e\x3f\x2c\xdd\x6a\xe5\x22\x7f\x5d\x51\x6f\xe5\x75\x5a\xd4\x2a\x6e\xf0\xd2\xb3\x15\x1d\x28\x6e\xf2\xba\x5a\x0d\x3f\x5f\xdc\xe8\xa5\x67\x2b\x3e\x5f\xdc\xec\x75\xb5\xaa\x6e\xf7\xf6\xe7\xa0\x84\x3a\x76\xed\x97\x3b\x27\xcf\x9f\xc3\xb6\x57\x7c\x45\x8c\xc0\x4d\x18\xd5\xce\xce\xb6\x92\xf4\xa9\xf2\x76\x33\xde\x2b\xfb\xa0\x02\xc8\x54\x26\x67\x4c\xf7\xd5\xe8\xfc\xcb\x9c\x30\xa6\x3c\x17\xda\xee\x9f\x3e\xbf\x7d\xf3\x03\x4c\xd2\xae\xec\x86\x73\x1e\x06\x7d\xfb\x3f\xb3\x1f\x7e\x7b\xff\xf8\xf5\x0f\x36\x60\xf1\x4c\xfd\x3f\x9f\xdb\xe9\x62\x36\x8a\xa3\xd4\xee\x0f\xec\xd8\x06\xb6\x80\x3c\x02\x42\xd1\x09\x58\x5e\xf4\x21\xb0\x99\xe7\x25\x9b\x2a\xbb\x3f\x18\x3c\x05\x36\x0b\xd1\xb6\xc1\x60\x08\x06\x03\xfb\x7b\xcc\xe6\x03\x0c\x06\x0f\x1e\x82\xde\xc3\xe1\x90\x3d\x95\xa6\x84\x21\x18\x9c\x1b\x0d\x1c\x02\xfb\x9f\xff\xc4\xf4\x4d\x0f\x0c\x1e\x1c\x80\xc1\x83\xc7\xa0\xf7\x68\x08\x06\xf6\x31\x0f\xee\x62\x0d\xa4\x48\xec\x3d\xfa\xd3\xb6\x3a\x96\x3d\x64\x4d\xf3\xda\xa2\x81\xc7\x60\xf0\xe0\x09\xe8\x3d\x60\x5f\x17\x2d\x3d\x66\x2d\x55\x64\xc4\x1e\x32\x47\x85\x21\xff\x67\x7d\x1f\x2d\x4b\xef\xe2\xb3\xa2\x22\xb3\x1b\xb0\x7e\x4d\x61\xda\x81\x7e\x94\x6a\x9d\xb3\x87\x43\x60\xd3\xde\xcf\x10\x41\x09\x6d\x6f\xb8\x64\xaf\xd7\x75\xf7\xdd\xa7\x0f\x47\xc7\xaf\x2e\xbf\xc7\x5c\xe8\x68\xd8\xe9\x62\xb9\x9e\x02\xd5\x93\x2a\x5f\xff\x34\xf1\x59\xcb\x32\xa0\xb0\xbf\xbf\xcf\x8f\x42\x9f\x4c\x11\xdd\x1a\xcd\x37\x84\x98\xa0\xa7\xea\x04\x3d\x61\x3f\x0e\xc1\x21\x18\xb0\xcf\xd3\x5e\xb7\x98\x97\xaa\x39\x3f\x14\x4d\xd2\x87\xf2\x59\x4f\x3c\x7b\xa8\x3c\x3b\xa0\xc3\xf2\xe3\x28\x4e\x3a\x2c\x28\x5c\x04\xf4\x90\x04\xa6\x44\x5f\x9c\x56\x5d\x62\x4b\xd5\x64\xb1\xe4\x3b\x3a\x1f\xf6\x3c\x41\x63\x94\xa4\x1d\x1b\x88\x6e\xda\xe2\xcf\x07\xf9\xc7\xd7\x2f\xa7\xf9\xf0\x01\x78\x58\xf9\xfc\x50\x5b\xfc\xfa\xd3\x76\x78\xc0\x7e\x3c\x02\xbd\x67\x74\xaa\xb2\x24\x41\x98\x7c\x94\x08\x0e\xac\x13\x2a\x09\xdc\x68\x43\x3f\x05\x74\xd3\x4e\x43\x3f\x4e\xe6\x1d\x11\xff\x09\x06\x83\xc3\x87\xa0\x07\xec\xb3\x04\xce\xe7\x28\x11\x9b\xec\x7b\x06\xfb\x43\xff\xa1\xff\x97\xdb\x3c\xff\x93\xfe\x15\x63\xee\xc3\x2d\x29\xd6\x41\xb1\xde\x87\x72\x2c\xf4\xd1\x23\x70\x00\x06\xb6\x02\x97\x54\xec\x3b\x40\xeb\x3d\x28\xd7\x7b\xc8\xeb\x3d\x58\x51\x8f\x57\x78\x24\xf6\xda\xc1\x10\xd8\x09\x2a\x3c\xa1\xf2\x75\x6c\x74\x60\xf2\xd9\xc9\x81\x70\x74\x7a\xac\xcf\x7c\xd3\x36\xcd\x7d\xf9\x44\x59\xed\xc7\x62\xe1\xf4\x1d\xaf\x74\xc7\xdc\x46\x3d\x6d\x1b\xc9\xc6\x9f\x4a\x57\x88\xfd\x28\xe6\xa0\x0b\x6c\x35\x0f\x80\x7d\x1a\xa2\xb3\x8e\x78\xc8\x7a\x3c\x04\x83\x62\xf6\xea\xbf\x63\x90\xaa\x46\x5b\xbf\x5c\x67\x0a\xd3\x57\xa7\x30\xb2\xfb\x63\x18\xa5\x08\xd8\xd9\xfc\x14\xb2\xa2\x1c\x4d\xca\x66\xbb\x8a\x41\xb6\x16\x3b\x2b\xdf\x58\xd0\x17\x71\x8a\x1d\xb9\x1c\x36\xe5\x9f\x62\xcc\xdc\xba\x6c\x1e\x52\x47\x1b\x89\x7d\xc6\x76\x74\x20\x21\x09\x6d\x01\x26\x09\x14\x61\x87\x04\x86\x98\x3d\xc2\x81\x0d\xec\x70\x6c\x8b\xab\x56\x88\xd6\x73\x38\x41\x1d\x12\x12\x16\xc9\xc8\x4c\xa9\x76\x07\x41\x7f\xda\x09\xe9\x77\xe9\x5f\xb2\x02\xeb\x63\x4c\x3a\xe8\x3f\xf6\x70\xf9\x67\x30\x43\x04\xf6\xcf\x67\x8c\x91\x60\xdc\xcd\x3a\x5e\xa5\x3b\x1d\xa5\xf6\x72\xa9\x7a\x92\x91\x6a\x46\xb1\xa8\x9e\x8f\x96\x25\x01\x0b\xfd\x4e\x90\xc4\xf3\x20\x3e\xc3\xf4\xcc\x12\xee\xdc\x56\x72\x2f\xd3\x4b\xb6\x6a\xed\x16\xf9\x41\x34\x19\x16\x49\x42\x1e\xb5\xb1\x93\x49\x92\xad\x7d\x5b\x93\xb4\x9b\xc9\xb9\x9d\x93\x42\x89\xcf\xf5\x0a\x10\xff\x0e\xc8\xe1\xc3\x87\xbf\xcf\xaa\x05\x08\x21\x13\xd8\x71\x4b\x89\xe1\x60\x27\xd7\x1d\xb0\xbf\x67\x0e\xbf\xda\xad\x7e\x08\x7a\x60\x60\x8b\xe7\xcd\x3f\x63\xde\x80\x87\x2a\xeb\xd8\xf6\x06\x3c\x5c\x73\x35\xf5\xda\x5c\x43\xea\x65\x50\x75\xcd\x34\xa7\xf5\x81\xbf\x09\x89\x0f\x7c\x86\x75\x7e\xdd\x1b\x71\x1e\xff\xf2\xdd\xf4\xec\xe0\xb8\x72\x23\x96\x76\x9f\x22\x64\x2a\x0b\x79\xb0\x6a\x21\xd7\x2c\xc3\xb6\x53\xcf\x26\x71\x8b\xf9\xdf\xef\x8c\xe3\x64\x76\xdd\xab\x30\x0a\x1f\x47\xff\xf7\xe1\xd1\xfb\x6a\x72\x20\x7c\x47\xe9\x1c\x41\xec\xa3\x88\x25\x59\x4b\x53\x38\x11\x32\xd4\x38\xa4\x23\xb0\xc9\x62\x8e\xca\x04\xa3\x77\x00\x6c\x36\x44\x7a\x0e\x0f\x4b\xfc\x23\x7b\x1d\xa2\x28\x48\x11\x3b\xc8\xbd\x47\xc0\x0e\xc2\x54\xe0\x86\xca\x15\x7e\x60\x08\x50\xf2\x6f\xca\xa5\xdb\x67\x49\x48\x90\x05\x7d\xa1\x6c\x08\x09\x9a\xd9\x39\xf7\x3f\x2c\x38\xf6\xa2\xdd\x62\x8f\x18\x3d\x52\x7b\x15\xc1\x11\xa7\x41\x3d\x26\x3e\x3c\xa0\xf4\x87\x0e\x91\xb9\xd1\x9b\x5d\x7b\xc4\xc8\x93\xcc\x02\x90\xcb\x4b\x16\x95\xd0\xf9\xd3\x42\xae\xab\xfc\xaa\xfa\xe5\x74\x0e\xb1\x3a\x5d\xef\x04\x89\x65\xd2\x5a\x75\xb5\xa7\xc0\x0e\xf1\x3c\x2b\x28\xa9\x54\xfb\xe4\x24\x15\x66\x24\x1e\xc7\x7e\x96\xe6\xea\x1d\x30\x28\x3a\x2a\x4a\x29\x85\x4a\x9c\xba\xd2\xc7\x72\x3f\x64\xd7\x83\xf0\x94\xfd\xf9\x10\xd8\x02\xa5\x23\x81\x41\x18\x4f\x92\x38\x9b\x2b\x73\x59\x3f\x75\x9f\xd9\x26\xaa\x9e\x3a\x6d\xe2\x14\x21\x56\xa5\x05\xbd\x83\xf2\x8f\x47\xe0\xd9\x16\xa2\x7d\xd5\x0a\x15\x7b\xa3\x7a\x25\x57\xae\xa8\x29\x8f\x1d\x82\x47\x0a\xd5\xaa\x59\x64\xb3\x45\xbe\xda\x7c\xaa\x1f\xc8\x69\x63\xf3\x7b\xc8\xf7\xaa\x68\x77\x28\xce\x14\x73\x9b\xaa\x3b\x52\x8f\x94\x85\x90\x0b\xa0\xf5\xab\xa8\xaf\x74\xf4\x11\xb0\x73\x01\xdc\xb8\x60\xb9\x38\x9c\x0b\xe7\x79\x95\x87\xe0\xa1\xd8\x11\xc5\x6c\xd4\x8f\xd7\xd8\x6b\xe5\x0b\xf7\x51\x71\xe1\x36\xdc\x9f\xc5\xc2\x31\x19\xb5\x38\xcf\xed\x4f\x25\x4f\xc1\x90\xbf\x86\x62\xfa\x1f\xcb\xe9\x57\xf4\x53\x52\x27\xf8\xf2\xfd\xf1\xa7\x2f\xbf\x7c\x7c\x63\xe7\xd3\xba\x3f\xc9\xc2\x80\x63\xee\x75\xa7\x64\x16\xfd\x4f\x92\x45\xa8\x93\xce\x91\x1f\x8e\x0b\x71\x5f\x9e\x28\x46\x7a\xa7\x28\x9a\x5b\x38\x8e\xe7\x08\xa3\xc4\xc2\x31\x53\x25\xf1\xc8\x1d\x56\x8a\xb0\xa8\x0a\x1b\xd8\x5f\x46\x11\xc4\x27\x6a\x97\x9d\x9f\x8e\xdf\x58\x3f\xc6\xc9\x0c\x12\x37\x9f\xa8\xd5\x54\xc5\x8f\x03\xd4\x41\x41\x48\xe8\xe9\x14\xb4\x85\xeb\xb4\x14\xda\x92\x13\x9b\x74\x81\x09\xfc\xca\x55\x33\x27\x68\xc1\xcf\xfc\xaa\xe3\xfe\x31\x8b\x98\xee\x52\x60\x5a\x17\x13\xc3\x5f\x00\x49\xa8\x8a\x72\x53\xe6\x5c\x5a\xbf\xdb\xf2\x36\x73\xfd\x4b\x13\x3a\x56\x50\x93\xbc\x97\x0f\x5a\x53\x89\x4b\xd8\x64\xaf\x5f\x6e\x46\xf8\x15\x1a\x4f\x9b\xa8\x9d\x06\xf5\xdb\x48\xbb\xa3\x7f\x43\xff\xfc\x73\x14\x59\x13\xba\xcb\x20\xbd\x5f\xad\x5f\x7e\x79\xfd\xd2\x0a\xc7\x1c\xf7\x9b\xdd\xd9\x56\x98\x5a\x11\x1a\x13\x0b\xcd\xe6\x64\xd1\x5d\x75\xf6\x56\x1d\x63\xfd\x14\x57\xb4\x62\xde\x2e\x55\xb7\x80\xa6\x14\x7e\x58\x2c\x22\xd0\x78\x05\x1e\xee\x6a\x71\x35\xff\x9a\x2b\x01\xd8\x28\x4a\x51\x93\x35\xef\x01\x7b\x94\x11\x12\xf3\xa5\x7b\xbc\x8e\x83\x79\xac\x1c\x84\x30\xfd\x90\x84\x29\x09\xb1\x20\xba\xf2\xe9\x6b\xcc\xf2\x0b\xf1\x87\x65\x2a\x9d\x5f\xdc\xc6\x28\x2a\x99\x9c\x43\x46\x76\xd3\x6c\x34\x0b\xd9\x1e\x7c\x08\x06\x0f\x9e\xea\x67\x87\x4d\x8b\x0d\x04\xcf\x24\xf7\x8a\x9c\xe8\x4f\xf0\xd4\x64\x40\xaa\x56\x11\x54\xeb\xeb\x1f\x6c\xc6\xb0\xb5\x3c\x77\x8d\xd7\xa0\x62\x86\x37\x9b\xb4\x6c\x1e\xec\x60\xd2\x56\x6a\x33\xeb\x47\xc8\xbb\xc7\xe2\xda\x6a\x96\x54\xb0\xea\x35\xbd\x3b\xe6\xaf\x57\x53\x41\xed\x34\xa9\xdc\xb7\x42\x1e\x8d\x03\xc6\x71\xfb\xd6\x73\xe3\x9b\xac\xf1\xd3\x5c\xda\x60\x17\x63\x27\x08\x61\x14\x4f\x72\xca\x27\x65\x12\xda\x8d\xa3\x04\x59\x8b\x38\xb3\xd2\x4c\xfc\x71\x06\x31\xb1\x48\x6c\x89\xfe\x31\x1a\x76\x74\xfc\xc6\x62\x56\xfd\x17\x6d\x54\xea\x46\x8f\x98\xc0\xd4\x49\xa3\xb8\x4a\x69\xef\xb7\xd5\xd7\x97\xe8\xb2\xb9\xe8\xf2\x3e\xe1\xe3\x28\x76\x42\x51\xa8\xb4\x15\xa4\x89\x49\x54\x01\xaa\x59\xa4\xbc\x31\x5e\xe6\x0d\xd7\xde\x3a\xe6\x7e\x7d\x58\xb2\x0c\xb4\x98\x23\xb1\x88\x9b\x2f\x00\x1f\x56\x47\xdd\x19\xa5\x2d\x01\xec\xef\x0b\x21\xf6\x7b\x3f\xdf\xfb\xb9\xe1\xf0\x90\xcf\xc8\x21\x38\x5c\x73\x55\x96\x74\x3e\x80\xb6\x50\x35\xfe\xcd\x2c\x1b\x75\xd7\xa0\xf1\x73\xbd\x62\x63\x0e\x13\x6e\xad\x60\x27\x50\xb1\x69\x30\x53\x84\x0f\x99\x99\xe1\x3f\xd2\x08\xe2\xc3\x79\x48\x58\xb8\x10\xb7\x36\x08\x71\x9e\x72\x79\x1d\x92\x40\xff\xa4\x23\x4d\x1b\xc2\x34\xc1\x4d\x16\xf2\xde\x60\x56\x8e\xd6\x6a\x13\xae\xfb\xd8\x46\x79\xa2\xc4\xd3\xa4\xfb\x0c\xcc\xfe\xba\x35\x29\xf8\x87\xd9\xff\x7d\xfc\xf9\x1f\xe3\x6a\x4d\x0a\x47\x07\xb5\x39\x30\x54\x2a\x16\x87\x87\x13\x47\x11\x12\xd4\xc2\xd4\xa0\x70\x8a\x2c\x99\x86\x2a\xb6\x74\x0d\xa7\xa2\xab\x40\x99\x01\xfa\x28\x23\x53\x8b\x07\xe6\xa4\x76\xa5\xca\x6c\xdd\xdd\x5e\xdb\x32\x4b\x93\x67\x1d\xc7\x98\x24\x71\xd4\xac\x71\xc3\x37\x41\x88\xf5\xcf\x8c\x3b\x48\x8e\x5a\x4a\x1b\xaa\xed\x57\x94\xca\x6f\xa7\x27\x43\x60\x86\x24\x99\xd7\x95\x46\x21\x55\xa5\x22\xab\x5e\x74\x5b\x7e\x90\x0e\x8e\xcb\x56\xdd\x14\xd1\xc5\xa2\xec\x82\xb0\xd3\x57\xf4\x92\xa5\x82\x52\xfc\x70\x38\xc8\xb4\x70\x7d\x5a\xd8\xad\xc7\x96\x33\x8d\x8f\x95\xef\x1d\x2a\x0f\x6d\x50\x0c\xf1\xf0\x59\xe9\x76\x5e\x35\xdc\xc7\xcd\x86\xfb\x9a\x6d\xd6\x15\x63\x6e\xd0\xfb\x47\x55\xbd\x7f\xb4\x55\xef\x1f\x5d\x4e\xef\x81\x7a\x1b\xe9\xe3\x10\x75\x73\x7e\xb2\x57\xdd\xe9\x62\x80\x3d\x7d\x80\xf4\xd1\x41\xab\x31\xf6\x5a\x8e\x31\xff\x86\x1c\x6e\xa1\x03\x6b\x74\xcf\xaa\x36\x1a\x38\x9f\x77\x4e\x43\x74\x96\xdf\xaa\xb9\x93\x43\xc0\x2e\x56\x2c\x59\xe7\x41\xee\x4b\xf1\x10\x34\xf6\x1d\x6b\xc8\x26\xc8\xfc\x1a\x6d\xd8\x04\x29\x36\x4e\x7b\x35\x92\xb7\x41\xab\xf4\x8a\xa6\x08\xba\x92\x6c\x35\x1c\x05\x89\xe3\x68\x04\x1b\x0f\xa3\x20\x86\x8f\x4b\xda\xba\x43\xe6\x9b\xc2\x1d\x23\x69\x7b\x07\x1b\x31\xd6\xb6\xe6\xc2\xa1\x5c\xa7\x22\xeb\x41\x87\xf6\x36\x77\x0e\x13\x99\x31\xec\xef\x63\x5c\xfc\x2d\xee\xb4\xef\xf9\xa5\x66\xd7\xb9\xe2\x54\xee\xeb\x83\xd5\xdb\x5a\x3c\x18\xae\xe1\xd0\xd6\xb3\x52\xbb\x58\xbb\xdc\x57\xa1\xed\x16\x94\xae\x76\xca\x1d\x2f\x1b\x67\x26\x93\xd2\x1c\x32\xdd\x5a\x31\xc1\x9c\x47\x60\xf2\x84\x16\x3e\x2c\x6c\xa2\x72\x92\xc4\xe4\x00\xc5\x64\xfa\xa0\xcd\x21\x2c\xba\xcb\x04\x06\xe6\xc2\x59\x30\x25\x43\xde\x65\xee\xc3\xd3\x8e\x53\xaf\xdf\x63\x51\x98\x16\x13\x9d\x0f\x53\x7e\x3e\xcc\x09\x76\x9d\x0a\x6f\xed\xb2\x96\xc7\xf4\x6a\x36\xa7\xb7\xef\xf6\xc3\x61\x2a\xaf\x8e\x84\x30\x16\x84\x31\x8a\xe2\xb3\x37\xf1\x24\x64\x27\x97\x24\x19\xba\x1c\xb9\x72\x13\x62\xa8\x49\x95\x94\x28\x1e\xd6\xaa\xd2\xb6\x21\x36\x8d\x94\x66\xc5\x7f\xef\x62\x8b\x6e\x08\x4b\xf0\xf0\xd6\x38\xce\x70\xd0\x8a\x05\x35\xff\xfb\x0d\x45\x7e\x3c\x43\x54\xd6\x57\x99\xdc\x06\x64\xc2\x98\xa3\xa6\xd2\xef\x36\xc2\xef\x28\x0e\x16\xdb\x2d\xe3\xfc\x26\xae\xe2\xd9\x14\x25\x88\xaf\xa5\xc5\xa0\x7d\x43\x3c\xb1\xc8\x14\x12\x8b\x53\x35\x60\xc5\x09\xd3\xca\xcc\xe0\xc2\xc2\x31\xb1\xa6\xf0\x14\x59\x90\xdf\xc6\x24\xb6\x28\xb7\x61\x91\x29\xd2\x5b\xa5\x15\x60\x82\x44\x1b\xb4\xc9\x71\x9c\x74\xb7\xda\x2c\x9f\x59\x47\x83\x18\xff\xf3\xcf\xb4\x6f\x68\x46\xbf\x3e\x42\x16\xc4\x0b\xed\xdb\x8d\x3a\xac\x77\x16\x91\xba\xae\x5d\xf3\x9e\xe3\x8a\x80\x74\xbb\x6d\x17\x85\x85\x7d\x23\x88\xfd\xb4\x13\x85\xba\xa9\xa9\x4e\x9f\x55\x6f\x29\x7b\xb2\xda\x50\x96\x22\x3f\x4b\x42\xb2\x60\xe9\xf7\x55\xb9\xdf\xb4\x8f\x6d\x66\x1a\x7b\x29\x5c\x39\x21\x87\x99\xc5\xda\x6a\xae\x58\x9b\x95\x0b\x57\x3d\x5f\x11\x82\x09\xbe\x8c\x09\x3b\xfa\xf0\xda\x98\x34\x73\xae\x98\x8d\x71\x37\x13\xf6\x11\xc1\x80\x9d\xd1\xa3\x0f\xaf\xad\x97\xb1\xbf\xf1\x24\x35\xde\xdd\x8d\xef\xfb\x06\xc5\x9a\x28\x31\xd7\x36\xd4\x5a\xc3\x57\x56\x16\xae\x51\xe2\xe5\x4c\xe0\x2c\x23\x9a\x0e\x2f\x3d\x52\x65\xb0\x30\xcd\x33\xed\xda\x13\x22\x75\x7c\x5c\x45\xa7\x39\x1a\x4b\x75\x13\x6f\xf7\x43\x1e\x87\x55\xd6\x4f\x00\x9b\x05\x37\x16\xbe\xc7\xdc\x71\x5f\xd5\x68\xe4\x1a\x8e\x84\xfc\xb0\x90\x8a\xc4\x08\x6d\xe0\x3f\x55\xa1\xc7\xdb\x99\x56\x30\x9d\xc6\x67\xd7\xad\x14\x8c\xd0\xe3\xff\x7e\x38\x7d\xf8\xb4\x2e\x5c\xab\x46\xe5\x27\xf5\x0b\x87\xdb\xaa\xfc\x72\x71\xab\xb0\x1c\xee\x4a\xe7\xd7\xdb\x4a\xe7\xd7\x5a\xbb\x70\x78\x39\xda\x85\x51\x82\x60\xe0\x27\xd9\x6c\xd4\xfa\x5e\x94\x44\x3a\x5e\xe5\x0f\x64\x5c\x03\x87\x15\x84\xbd\x60\xd4\xec\xc0\xef\x32\xaf\x42\xfd\x96\x2b\x39\x41\x1d\x45\x91\x65\xe8\x71\x6b\x3d\x3a\x2e\x4d\xa3\xb1\x53\xbd\x8c\x69\x7f\xdc\x68\xeb\x2b\xdf\x00\xa5\x4d\xdf\x7a\xb7\xf3\xff\xca\x8a\xa2\xf5\x8c\x5d\xe5\x95\x57\x2f\x0b\x73\x55\x80\x22\x0b\x17\x9a\x94\x2a\x01\x78\x37\xab\x87\xe1\xe9\x46\xfa\x0c\x02\x47\x1d\x5a\xb7\x42\x76\xaf\x70\xc3\x53\x15\xf9\x4f\x8a\xf5\xe4\x6e\x32\xc0\x9e\x26\x68\xcc\x2e\x20\xa9\x54\x07\x03\xfb\x6f\xcc\xed\x24\xb2\x42\x3c\x8e\xed\xf5\xa7\xa3\x4b\xa9\xbc\xfa\xa4\xa4\xed\x7f\xdc\xba\xaa\xaa\x26\x36\xfd\x4f\xd7\x04\x79\x82\x96\xa3\xa5\xdb\x93\xc5\x1e\x59\x89\x74\x7b\x6a\x34\x60\x1e\xb0\xd4\x49\x54\x87\xa7\xa6\x23\xae\xaa\x3b\x54\x3d\x4a\xda\x0e\xe2\x87\x10\x07\x54\x28\x6b\x37\x84\x11\xaf\xb5\xd9\x18\x2a\x2b\x9b\x3e\x06\x97\x78\x7c\xb6\x51\x09\xd6\x04\xfa\x31\xaf\xad\xde\x26\x7a\x3b\xe5\x4e\x36\x03\x64\x57\x85\x39\x54\xcf\x46\x55\xb0\xdf\x86\x81\x7a\xf5\xdc\xad\xb0\x4c\xeb\x1c\xaa\xc1\xd9\x8e\x0d\xf6\x96\xee\xbc\x0e\x89\xd9\xd3\x8e\xd8\x86\x82\x31\xe5\xfc\x6e\x11\x82\x37\x9b\xf3\xec\xcc\xbb\x8c\xb4\xa8\x61\x30\x77\xca\xad\x5e\x19\x4a\x64\x03\xce\xf5\xed\xc7\xc9\xb3\x1f\x9e\x4c\xa6\xcd\xc2\x33\x14\x57\x05\xcd\x17\xfc\x80\xdf\x18\x69\x6e\xe1\xd6\xf9\xa4\xfa\x4b\x51\x63\x0c\x57\x5f\x8a\x76\x85\xab\xd5\x9a\xad\xb7\x83\x85\x57\x9f\xec\x76\x13\xe8\xb4\xed\x9a\xb7\x01\x3a\x79\xf2\x76\xf6\xe9\xcc\xaf\x16\x60\xc4\xc2\xec\x62\x33\x14\x1c\xe0\x23\xc3\x6b\x50\x3a\xee\xed\x40\x7d\x59\xa9\x3b\xd5\xae\x2f\x8b\x69\xf2\x2d\x88\x2d\x3a\x9f\x90\xc4\x89\x45\x62\x0b\x7d\x9d\x27\x94\x0d\x84\x56\xba\x48\x09\x9a\x41\x12\xfa\xd6\x19\x5c\x58\xf1\xd8\x82\x19\x89\xd9\x03\x18\x45\x0b\x2b\x0a\xf1\x09\x6b\x2c\x66\x8d\xe1\xc0\x12\x28\x4a\x56\x18\x20\x4c\x42\x2a\x73\xd3\x16\x31\x3a\x8b\x16\x16\xf7\xa2\x09\xb8\x2f\x5a\x6a\x9d\x85\x64\x1a\x67\xa4\xf8\x34\xcb\xdd\x72\xca\x51\x29\xbb\xf9\x89\xd1\x78\xcb\xca\x21\x7d\xca\x18\xdb\x3a\xce\x22\xa6\xcd\xa2\x0d\x70\x97\x72\xf6\x09\x3a\x3a\x45\xc9\x65\xf1\x38\x46\x36\x3a\x44\xe8\x90\x48\x92\xa5\xb4\x5b\xa2\xcb\x0b\x0b\x12\x92\x84\xa3\x8c\xa0\xd4\xf2\xe3\x24\x61\xe9\x40\xd8\x9c\x91\x38\xd7\xd6\x8a\x8f\x28\xd5\xba\xd6\xe7\x69\x9c\x22\xb5\x36\x4c\x10\xd7\x0b\xa3\xc0\x82\x13\x18\xe2\x94\xd0\x19\xb7\x24\x46\x33\x0a\xac\x91\xb6\x1c\x63\xba\x00\x53\x48\xb4\x0e\x33\x6f\x3e\x82\x92\x59\x88\x91\x75\x46\xdf\xce\x93\xf0\x34\x8c\xd0\x84\x4f\xee\x24\x61\x3e\x7f\x53\x64\x71\x2c\x92\xc2\xdf\xcf\x0a\x89\x75\x16\x46\x91\x95\x45\x24\x9c\x41\x82\xf2\x45\x58\x33\xbd\xd3\xc4\xae\x88\x5b\x30\xc5\x96\x72\xa8\x61\x81\x46\xb0\x1d\xc4\x44\x35\x95\x94\xa4\xa2\x64\x4e\x93\xd6\xb4\x5e\x0d\x0f\xb4\x7a\x50\xd5\x3c\x41\x1b\x35\x41\xa5\x99\xac\x9d\xcd\xed\xb2\x45\x50\xcd\x0a\xf6\x2e\xd6\xf7\xdd\xa5\x49\xcd\xed\xed\x3e\xb7\x9a\x66\x5d\xda\x3c\x6e\x64\xcb\xd8\xc4\x86\xb1\x46\x15\x7f\xd0\x4c\x15\x6f\xc8\x2b\x3b\x55\xc3\x07\xaa\x01\xa3\x56\xf7\xd0\x76\x15\x36\x75\x62\x6d\xce\x89\x71\xae\x5d\xcc\x8c\x88\xfa\xa9\xf1\x39\x95\xaa\xed\x5d\xf0\x6d\xda\x52\xec\x96\x73\xd3\x24\xeb\x6b\x66\xdc\x66\x2f\x49\xef\xe4\x68\xf6\xe9\x12\xf9\xf7\xe2\xf6\x3b\x94\x4e\x0f\x3b\x61\xc8\x8e\x24\x1f\xc2\xa9\x1b\xbb\xfe\x7d\x88\x2d\x9f\x2b\xe1\xac\xb3\x69\xe8\x4f\x2d\x9c\xab\x4e\x04\x25\x92\x84\xe9\x34\x84\xdc\xcb\x5f\x65\x19\xd8\xa5\x3f\x42\x79\x21\x4a\xb6\x42\xdc\xb5\x7e\xc1\x51\x78\x82\x74\xe2\x0f\xd8\xb1\x62\xe0\x3f\x85\x11\x1b\x6b\x9a\x1a\xeb\x2c\xc4\x69\x99\xba\xd5\xdf\xd4\x62\x6b\xd4\xf9\xbd\x14\x41\xb9\xac\x9c\x0c\x7a\x6b\xe2\xef\xf4\x4d\x5d\xc2\xd8\xd0\x87\xdd\xf0\x6b\xf8\xf6\xee\xd4\x3f\xe8\x3d\xac\xd2\xec\xff\xc9\x27\xea\xee\x56\x36\x6f\x65\xa1\xa0\xdb\xd1\x95\xab\xde\x8b\xdb\xdc\xb8\x28\x08\xc9\x75\xdf\xab\xef\x4f\xfe\xfe\xe6\xff\x26\xbf\xff\xb8\x15\x60\x46\xca\x20\x86\x25\x72\x46\x3e\xdd\x32\x12\xba\x8c\xbc\x63\xd8\x4a\xdb\x10\xf1\x26\xc6\xa0\x98\xa8\x41\xe7\x6d\x6f\x07\x79\xdd\xf9\xd1\xbe\xda\x52\x5a\xb8\x0f\xcb\xe1\xe6\x6e\xaf\x72\xa4\x02\xac\x80\x39\x69\x3e\xe6\xff\x3c\xad\x10\x59\x2b\x00\x00\xc0\x63\xf0\x04\x3c\xdd\x88\xf6\xdf\x14\x93\xef\x43\xc5\xc6\x51\x63\xe5\x65\x19\x73\x6e\x8f\x7d\xb7\x95\x85\xb7\xe4\x93\xb0\x91\x1f\xa2\xbd\x53\x73\x2f\xfd\xef\x1d\x3a\xe3\x17\x75\x43\x2f\xbe\x9b\x72\xb7\x56\x2b\xa3\x64\xfc\xcd\xa3\xad\xe3\x6f\xe7\x8b\x8e\x88\x35\xad\x86\x9a\x91\x0a\x7a\x89\x3c\x00\x6c\xae\x72\xe3\x3f\xda\x7a\x1c\x1e\xc7\xf3\x85\x25\x1b\x68\x13\x5c\x59\xa7\x91\xb3\x83\x8c\x23\x23\xd6\xc4\x28\x1f\xec\x26\x00\xbd\x3a\x28\xb7\x37\x54\xe2\xb3\xa3\x18\x8b\x60\xdc\x8a\x28\xdc\x63\xfa\x96\x0f\xbc\x92\x6b\xd8\x5d\x40\x74\x96\xde\xe2\x68\xe8\xd5\x73\x2c\x03\x9f\xb3\xb4\x7e\xa2\x7f\x49\x57\x4f\x73\xf5\x66\xbb\xa6\x88\x67\x6b\x85\xe3\xb7\x59\x4e\xa5\x8a\x1c\x57\x78\x55\x83\x6b\x40\x78\x36\x8d\x42\x37\x16\xa3\x0a\x87\x80\xef\x5f\xeb\x97\x74\x55\xcc\xf9\xda\x8e\x14\x21\xdd\x8d\x3a\x72\xd8\x10\x10\x61\xf5\x2e\xd8\x75\xec\xf7\x8d\x8d\x62\x12\x93\xff\x0c\xd8\x92\x07\x17\xa0\x75\xbb\x76\x11\x20\x49\x56\xe5\x21\x90\xfb\xbd\xf2\xb0\x75\xe6\x14\x50\x38\x02\xe4\x41\xe8\x38\xde\xc4\x98\x4f\xc5\x89\x6d\xc4\x91\x1b\x11\x76\xee\xbf\xfc\x7c\x7a\x9a\x3d\xee\x6d\x1e\x76\xde\x56\x1c\xd1\xd0\xce\x07\xf6\xd1\xf1\x9b\x2a\xbf\xcf\x3c\x98\xdb\x0c\x9c\x6d\x10\xcc\x9d\xe3\xdd\x50\x1a\xbe\x51\x18\xf7\xc3\x0d\xc3\xb8\x1f\x18\x61\xdc\xad\xfb\x9e\x87\x3b\xf7\x1a\x44\x03\xb7\x0c\x77\x6e\x1b\x0a\xac\x84\x00\xe7\x41\xc7\xed\x84\xc6\x2d\xc4\xce\x4b\x15\x3c\xaf\x50\xf4\xdc\xb1\xf0\x79\x29\xd1\xcc\x16\x63\xe1\xb8\xac\x58\x05\xea\xd5\x03\xba\x3f\x85\x11\x0e\xa6\x1d\x5e\x8b\xc4\x04\x56\xdf\x86\xf5\x0f\x0d\xe8\x33\x7b\xcc\x22\x02\x44\xcc\x73\x87\xc4\x93\x49\x84\xec\x0a\x53\xf3\xee\x6e\xb7\x8d\x65\x25\x33\x58\xae\x1e\x28\xac\x4d\x64\xf5\x0a\x4d\xe5\x03\xd5\xb3\x51\xdc\x60\x1a\x44\xa8\xc2\xdb\xc8\xb7\x05\xaf\x52\x3c\x69\x83\xab\x76\x63\x22\xd8\x9f\xb4\x0c\x47\x6c\x0a\x0d\x25\x89\xc0\x5d\xec\xfa\x0e\x1d\x55\x77\x15\xbb\xce\x71\x1b\x6f\x67\xcc\xba\x1f\x55\xc5\xaa\xb3\xcd\x24\x51\xb5\xe8\xdf\x4c\xd0\x64\x69\x49\x98\x70\x3f\x2c\xc7\xb2\xeb\x58\x39\xb9\xf8\xa4\xdf\xfe\xec\x5d\x96\xd6\xbc\x90\x6d\xe3\x56\xe9\x45\x1a\x4a\x26\xad\x8b\xdd\xc5\xd6\x9b\x22\x6a\xf3\xd8\xfa\xb6\x64\xb0\x7d\x54\x36\xe5\xca\x77\x1c\x53\x7f\xfc\xe6\x0f\x1e\x4b\x7f\x45\xab\xb6\xb3\x18\x7a\xd6\xda\x15\xc7\xce\xf3\x6f\x22\xd2\xa8\x93\xb2\xf0\xd5\xc7\xcb\xdf\xb6\x88\xe2\x35\x41\xc5\x1b\x85\x12\x17\x7a\x94\x31\x03\x86\xee\xe0\x6c\x36\x42\x89\xae\x6c\x99\xe4\x71\x14\x9d\xbc\x62\x65\x60\xb1\x8c\x09\x16\xb1\xc3\x79\xc8\xf0\xf6\x21\xc2\x5b\x47\x05\xb3\xc4\xd6\x21\xba\x21\x19\x17\x3e\x44\x9f\x5e\xf6\x5e\x8f\xd3\x4d\x0c\xc8\x51\x9c\xaa\x86\xe4\xe6\x29\x17\x04\x15\xe5\x29\xbe\xe5\x34\x70\x32\xca\x7f\xa8\xc9\xd5\xd4\x70\x8b\xa7\x9c\x45\x7b\xc6\xff\x39\x6c\xca\x76\xd8\x2a\x1f\xbb\x5e\xb4\x10\x13\x64\x6f\x90\x25\x4c\x12\x6a\x15\xaa\xb6\x97\xab\x4c\x0e\xda\x5b\xbd\x44\x7f\x99\x69\x40\xf7\xd7\xf2\xe1\x5c\x9c\x00\x85\xbb\x3d\x9a\xcf\xa3\x90\xb9\xc3\x72\x5f\x9c\x98\x72\x2b\xdc\x35\x9e\x8a\xe3\x7d\x81\x64\xbe\x01\xfb\xbf\x1e\xf9\xfa\xa1\x11\xed\x25\xc7\x0c\xaa\x04\x5a\x22\x4d\xc9\x57\x88\x7d\xfd\xb0\x74\x7b\xb2\x2c\x05\x15\xd8\xd7\x87\x75\xd8\xd7\x8f\x95\x6a\x3b\xc0\xbe\x3e\x18\x56\x63\x5f\x57\xd8\x05\xb6\xc3\xbe\x7e\x68\xea\x15\x38\xf6\xb5\x48\xb2\x5f\xb2\x3e\x1e\x5e\x26\xfc\xf5\x43\x6d\xea\x37\x82\xbf\x56\xe7\x4d\x85\xbf\xde\x7c\xde\x76\x09\x7f\xad\xad\xaa\x02\x7f\xdd\xd4\xda\xb3\xf2\x48\xd5\xd2\x14\x23\xd2\x95\xe3\x4b\x37\x58\xe0\x1b\x01\x81\xcd\x93\x58\xdc\x22\x8b\x6f\x53\xcb\xe3\x81\x6e\xf0\x7b\x64\xe0\x5f\x57\x6c\x89\x0d\x80\xaf\x1f\x5d\x9d\x19\xb8\x7a\x6f\xaa\x88\xf6\x3b\x96\x45\xc4\x08\x66\x71\x00\x23\x73\x9b\x31\x05\x47\xaa\x59\x3c\x0e\x6a\x0c\xac\x1b\xae\xfd\xa5\x8b\xea\xda\x26\x2b\x89\xec\x22\xb7\x4b\x88\x1b\xd8\xa5\x5b\xc9\xb1\x8d\xc7\xb6\xb9\x34\xab\x8f\xab\x89\x9b\x00\x95\xe5\x72\x5a\x60\x85\xa9\x25\x72\xff\x46\x6c\x06\xb2\x14\x75\xad\xd7\x63\x46\x42\xfc\x69\x1c\x33\x87\x89\x0a\x22\x02\xf2\xa8\xba\x11\xb2\x12\x34\x8b\x4f\x51\x60\x8d\x93\x78\x66\x70\x44\xb2\x67\x29\x49\x62\x3c\xd1\xac\x13\xc6\x46\x16\x97\x80\xe1\xfd\x76\x08\xec\xfe\xaa\x41\xaf\xcf\x9f\x54\xcd\xd7\xe5\x3a\x3d\xe1\xd7\x2b\x58\xdf\xde\xb0\x70\xf0\x5d\x81\x0c\xbf\xc5\xbc\x73\x2a\x69\xf9\x10\x53\x09\x79\x84\xac\x0c\x07\x31\x46\xdd\x66\xee\x1b\x8d\xc6\x7d\x19\x3b\x74\x2b\x1c\x39\xa5\xdf\x3b\xa2\xf0\x15\xbe\x25\xbf\xa3\x14\x58\x6b\xc9\x7a\xa3\xce\xac\xf3\x2f\x39\x30\xbd\x8e\xda\xfb\x97\xd4\xad\x54\xbd\xaf\xd1\x46\x1e\x17\x4d\x94\x3b\xf6\xd5\x64\x56\x68\xaa\xec\xb9\x7c\xcf\x1b\x5d\xde\xaa\xcd\xba\xb0\xc6\x69\xbe\x80\x67\x13\xa4\x44\x78\x50\x14\x90\x6c\x66\xda\x05\x21\x75\xe7\x42\xb7\xe6\xca\xb2\x69\x56\x05\x5d\xd1\xb1\x1b\x95\x89\x30\xff\x5f\xab\xca\xe4\x21\xfe\xf9\xdd\x43\xf8\x2a\xaa\x56\x99\xe0\x98\x84\x7e\x45\xfe\xc9\xa7\x40\xbe\xca\x33\x93\x0b\xfd\xc7\x0c\x62\x38\x61\x05\x05\x0d\xfb\x5e\x64\xb0\xa4\x8d\x09\x99\xb4\x85\x9b\x84\xb4\x6d\xfd\x54\x70\x25\x9b\x79\x4b\x30\x76\xe4\x81\x7a\x7f\xbc\x55\x7a\x5a\x8a\x35\x5b\xab\x52\x54\x3b\xf7\x83\x64\x2b\x36\xef\x5a\xf5\xcd\xc6\x6e\xb2\x49\x14\x8f\x60\xa4\x4c\xac\x0c\xb7\x4f\xad\x51\x16\x46\xc4\x0a\x31\x89\x45\x34\xfe\x3f\xff\x9c\x0a\x29\x49\x44\x26\x77\xad\xdf\x29\x87\x01\xb1\x05\xe7\xf3\x68\xc1\x59\x0b\x96\x09\x0f\x46\xb2\x24\x89\x65\xf0\xd4\x38\x4e\xac\x71\x16\x45\x42\x99\xdc\xe5\x1d\x98\xe7\x2c\x0c\xbd\x4a\x51\x10\x12\x2a\xd7\x5a\x71\x22\x18\x12\xfa\x0b\x58\xa3\x8c\xc7\x67\x8d\x90\x15\x4e\x70\xcc\xe0\x06\xb8\x7a\x9a\x7d\x99\x32\x29\x21\x93\x94\x20\x16\xce\xc7\x69\xd7\x7a\x83\x60\x82\xad\x59\x9c\x20\xca\x14\xc5\x59\xd2\x3a\x16\x69\x75\xe2\x3f\x36\x41\x21\xee\xc8\x33\x57\x04\x22\x55\xc5\x19\xad\x8d\x4f\x12\xeb\x53\x1b\x7f\xd4\x55\x57\xb5\xc5\x86\x5a\x07\x15\x64\x2a\xac\x78\x54\x17\xa5\x0b\x21\x13\x58\xd9\x82\x54\x2a\x26\x59\xad\xaa\x88\x8a\xfc\xa5\x96\x40\xaf\x26\x29\x6a\x5e\x38\xa8\xe0\x2c\x8b\xb8\x80\xba\x5a\xda\x27\x7e\x85\x51\x18\x58\x2f\x21\x81\x3e\xc2\x6c\xb4\x8d\xbf\xa7\x38\x79\x00\xcb\xcc\x57\x58\x85\x03\xd1\xac\x47\x2f\x51\xea\x27\xe1\xbc\x26\x98\x6c\xe5\xd8\xb5\xaa\xa5\x0f\xae\xbb\xf7\x2e\x41\x19\xfa\xb0\x9a\x1f\x68\x18\x93\xc6\x4f\xfa\x7e\xa0\x2c\x0e\xb0\xff\x1d\x87\xc5\xf5\xbb\xcd\xc5\x49\xaf\xbb\x9d\x5c\x9c\x37\x21\x56\x6d\x74\x74\xd4\xfb\x6e\x3c\xae\xc9\xf5\xde\xce\xeb\xb3\x08\xf4\x56\xa3\x49\x9a\xa9\x18\xf4\xba\x1b\xe4\x31\xb2\x14\x97\x76\x25\x76\xea\x1d\x3a\x13\x22\xe8\x16\x99\x8c\x6a\xda\x7e\x15\x84\xa4\x4d\xe3\x2d\x01\x52\x8c\xaf\x5d\x1d\x8e\xea\x23\x6e\xc9\x79\xbc\x63\x1c\xd5\x5d\x79\x72\x8a\xd3\x5d\xed\xcc\x99\x3b\x1e\xe5\x4e\x9d\x62\xcf\xea\x4e\x9d\x87\x9a\xf4\xf1\x20\x17\xcc\x1a\xf9\x76\x32\x01\x03\x54\x59\x70\x6f\x4f\x60\xe1\x13\xd5\xc5\xb0\x60\x2b\x2a\x23\x0c\x3f\x14\xaf\xbf\xa1\x18\xc3\x6b\xa4\x53\x96\x08\x21\xe4\xb4\xa3\x9d\xd1\x48\x33\x38\xac\x37\x1a\xd5\x84\xac\x35\xec\xa4\x42\xe1\x36\xd2\x18\xfc\x1a\xae\x1b\x65\x9d\x89\xa7\xbd\x6e\x62\x13\x18\xde\x4b\xdc\xb7\x2d\xbd\x2a\xcd\x7d\xa9\x27\x54\x7d\xb0\x99\x59\x68\x33\x7e\xdb\x3c\x43\x95\x7c\x77\xa9\x10\xa9\x50\x91\xaf\x4d\x50\x6d\x30\xa4\x75\xfe\x57\x8d\x62\x4b\x81\xfd\xfd\x3c\x4e\x43\xc9\xfe\x1a\x71\xa6\x45\x8f\x28\xab\x3a\xef\xa4\x04\x26\x44\x57\xda\x1a\x71\xc2\x3c\x35\x76\x6d\xcf\xab\x06\x55\xf9\xa2\x4a\x4d\x54\xb5\xbb\x2a\x8e\x77\x19\x27\x59\x0d\x53\xac\x52\x55\x6c\x61\xdb\x61\xfd\x54\xa2\xb8\x72\x36\x55\x32\x0e\xdb\x30\x4e\x55\xed\x96\xc2\xc4\xb6\x74\x77\xde\x3c\x84\x4c\x71\x66\xca\x95\x6c\x2b\x81\x67\x2b\x31\x67\xb9\x5a\x4e\x70\x27\x94\x0f\x89\xc7\x5c\x9f\xb7\x85\xb0\xb1\x6d\xfc\x59\xde\xd0\x8d\x08\x44\xdb\x9f\xfe\xf8\xfb\xc9\xdb\xf9\x4f\x57\x17\x88\xc6\x0f\xd5\x93\xcd\xaf\x6b\x9d\x11\x67\x27\xd2\xfe\x50\x66\x97\xda\x1e\x8c\xaa\x66\x37\x66\xf0\x05\xe5\xe8\xa9\xa4\xe3\x71\x93\x48\xb4\xc3\x03\xa9\x72\x78\xb6\x69\x14\xdd\xb3\x0d\xa3\xe8\x1e\x1b\x51\x74\x3c\x94\x80\x4b\xeb\xab\x13\xa2\x36\x1a\x99\x5c\x71\x96\xf4\xb5\x94\xf8\xff\xe9\x56\x31\x76\x4f\xb7\x49\x29\xda\xae\xf7\x4f\xaa\x7a\xff\x64\xab\xde\x37\xcc\x5e\xdb\xb6\xf7\x95\x09\x51\x9f\x0c\xab\x22\x36\x1f\x54\x77\xba\x18\xe0\x83\x72\x42\xd4\xc3\x56\x63\x7c\xb0\x51\x42\xd4\x43\x2d\x1a\xb2\xd7\xde\x1f\xf0\x46\xe4\x42\xbd\x49\x52\xf6\xe3\xdc\xbf\x86\xfe\xf3\xe4\x76\x47\x50\x4a\xaa\xbf\x15\x38\xd7\x65\x1a\xcf\xd7\x98\x1c\x1e\x55\x49\xfc\xbb\x89\x2e\xdc\xdd\xd0\x37\x8e\x20\x54\x49\xcd\xe3\x96\x41\x18\xcd\x73\xe0\x8a\x43\x71\x17\x42\xb8\x9d\xb0\xab\x4d\xed\x8e\x42\x08\x85\x02\xe4\xb6\x46\x11\x8a\x9d\xb5\x26\x90\x70\xd8\x2e\x68\xf0\x2e\x39\xee\x15\x07\xf0\x6d\x43\x85\xda\x87\x82\x49\x22\xbe\xdb\x20\x3e\xe5\x9e\xfb\x83\x05\xf2\x5d\xd3\xea\xed\x2c\x98\x2f\x6f\xf1\x8a\x03\xfa\xe4\x77\x1b\x75\xb4\xe8\xe4\x5d\x12\x5c\x73\x92\xd7\x70\x70\xcf\x56\x3b\x8d\xf8\xf1\x6c\x06\x71\xc0\xdc\x46\xf6\xa5\x3d\x60\xd8\xc8\x21\xa4\x65\xfa\xdb\xb9\x69\x10\xaa\x9d\x88\xeb\x48\x7d\xab\x4e\xd3\x9b\x57\x47\x1f\xdf\x95\xe6\x89\xdd\xb8\x32\x67\x70\x07\x23\x72\x16\x27\x27\x21\x9e\xec\x33\x55\x6a\x88\x27\x1d\xe8\x47\x15\xce\x36\x3b\x41\xfd\x65\xbe\x3d\x9b\xce\xdc\x5d\xf4\xea\x6e\x12\xe1\x16\x5a\xdb\xc2\xff\xd2\x08\x61\xbd\xa4\x0c\xb9\x9a\x9a\x6b\x87\x59\x72\x75\x4d\xef\x36\x3a\x63\x96\xe3\xe3\x66\x04\xc2\x3e\x1a\x1f\x3f\x7d\xf8\xeb\x87\x9f\xaf\x23\x10\x96\x4e\x43\x75\x18\xac\xd4\x75\x04\xbe\x12\x14\x3b\xd4\x82\x61\x0f\xb5\x98\xd8\x5e\x75\x46\xb2\x8a\x70\x32\x33\x39\x9f\x81\xea\x05\xda\xc4\xf6\xb4\x54\x60\x95\x59\xdb\xdf\xd8\x9d\x1f\xa6\xdc\xdb\x92\xce\x87\x95\xa5\x28\x78\x51\xa2\x4f\x75\xac\x95\xc5\x38\xcb\x7f\xfe\x39\x41\x56\x8c\xa3\x85\xc5\xfc\x2d\x49\x6c\xa5\xd3\xf8\x8c\x65\xef\x14\x8e\xe3\x22\x85\x13\xb2\xe6\x49\x38\x83\xc9\xc2\x2a\x0e\x09\xcb\x35\x43\x5f\x89\xb0\x13\xe5\x95\x70\xeb\xa4\x22\x53\xce\x71\xb0\x96\xd1\x29\x4a\x16\x96\x0f\x53\x24\x78\xab\xa2\xff\x61\xca\xdc\x38\x43\x14\xac\x48\xe6\xd4\xc2\x9b\x4d\x84\x9f\x5c\x55\x00\xef\x83\x61\x19\x3a\x4e\x0d\xe0\x65\x47\xf7\x2e\x7e\xf7\x7a\xe3\x77\xe9\x22\xd8\x25\x47\x8c\xbb\xe8\xdd\x1b\x18\xbd\xdb\x94\xdc\xaa\xd1\xbb\x6b\x97\xf7\x46\xc4\xee\x7e\x8c\x23\x74\x17\xb9\x7b\x17\xb9\x7b\x17\xb9\xab\xca\x60\x8c\x05\xf8\x43\xc5\xed\x7e\x14\x5c\x4f\xcb\xa8\x5d\x5a\xed\x2e\x66\x77\xc3\x39\xbf\x8b\xd9\xbd\x8b\xd9\x5d\xb1\x52\xab\x62\x76\xef\xa2\x76\xbf\x91\xa8\x5d\xa6\x1b\xd8\x6d\xe8\xae\xa2\x97\xd9\x5e\xbd\x73\x13\x62\x8f\xfe\xfd\x7a\x31\x7f\x94\x92\x78\xf7\xb1\x47\x0f\xb7\xf0\xe9\x57\x7c\x7f\x5b\xf3\x59\x76\x39\xc2\x8f\xb9\xd0\x7f\xe4\x32\xc3\xe6\xf1\x47\x15\x0d\xbf\x43\x67\xcd\xdb\xdd\x38\xf4\xe8\xc1\xd5\x86\x1e\x3d\xe4\x0a\xb3\x47\x37\xd4\x29\x8a\x9e\x9d\xbb\xc0\xa3\xad\x02\x8f\x1e\xab\x6e\x48\x86\xbe\x4a\x8b\x3a\xfa\x18\x47\xdf\x6a\xc8\xd1\x36\xe4\xa9\xca\x2f\xb1\xb1\xfc\x27\x69\xc6\x86\x8c\x44\x4e\xcb\xb6\xa7\x32\xc5\x7f\xdf\x62\xdc\xce\x93\x61\x65\x28\xf7\x8d\x8f\xdb\x61\xd2\xe2\x0d\x8a\xda\x91\xfd\xb9\xa9\x31\x3b\xb5\x41\x2e\x9c\xc9\xba\xda\x44\x48\x39\x93\xc9\xf8\xd2\xcd\xe2\x57\x36\xe5\x4a\xb7\x8d\x53\xe1\xad\xdc\x88\x20\x95\x37\x8f\x43\xf4\xe6\x55\x70\x72\xcb\x83\x54\x3e\x1a\x57\xeb\xb5\x46\xa8\x98\xb4\xb2\xf7\x6c\xd8\x36\xa2\xa3\xf7\x54\x8d\x7f\xd8\x28\x56\xa5\x61\xe8\xc3\xaa\xa8\x87\x8d\xe2\x52\xfe\xc0\xb1\x11\xaa\x4d\xf5\x9b\x0a\x8f\xd8\x5e\x12\xf8\xa6\x82\x23\x18\xb5\xb9\xa1\x91\x11\x76\x8b\xb8\x08\x76\x0f\xdd\x05\x45\xb4\x0a\x8a\x60\x47\xe1\x2e\x24\xe2\xe6\x85\x44\x30\x4b\xf5\x6d\x0d\x88\x60\xbb\xea\x2e\x1c\xc2\xbe\x0b\x87\x68\xea\x50\xcf\x68\xf7\x6e\x63\x21\xe4\xb5\x76\x03\x9d\xd4\xbf\x9d\x40\x08\xbe\x6e\x3b\x8b\x82\xe0\xcd\x5d\x71\x08\x04\xfb\x68\xa3\x2e\x8a\xee\xdd\x05\x3f\x98\xd3\xbb\x86\x4d\x6b\x13\xfc\xc0\x5d\xb4\x2e\x25\xf4\x21\xd1\xb4\xd2\x37\x36\xee\x81\xcd\xd0\xd1\x87\xd7\xc6\x2c\xc9\xc9\x49\x19\xac\xe8\x8e\x03\x1b\x8e\x3e\xbc\xb6\x5e\xc6\xfe\xc6\xb3\xf3\xcd\xc6\x36\xfc\x31\x02\x1b\x76\x11\xc4\xa0\xa8\x01\xb7\xd1\x26\x72\x28\xd1\xfd\xce\x38\x44\x51\x90\x22\x92\x76\x22\x34\x81\x2c\x3a\xf8\x5a\x55\x8b\x47\x3f\xe1\x03\xf8\xf4\xbb\xb3\x6a\xd5\xa2\x00\x98\x5e\x61\x00\x3e\x00\xb6\x1c\x92\x20\x01\x15\xbe\xc0\xaa\x4f\xab\xaa\x66\x7b\x5a\x78\x28\xb3\xf9\xb1\x4b\x3e\xac\x0a\x56\x5c\xb5\xe7\x70\x05\x6d\xca\x09\x5a\x9e\xdb\x99\x69\xe2\x29\x5d\xe2\xd2\x32\x41\x5f\x89\xd9\x39\xae\xac\xe7\xda\x10\x50\xb8\x7c\x5b\x53\x98\x76\xa4\x8e\x44\x11\xbd\x57\x5b\x30\xd2\x39\xc4\x2a\x3d\xaa\xc1\xfe\x35\xae\xc0\x10\xcf\x33\x52\x6f\x93\x80\x19\x89\xc7\xb1\x9f\xa5\xaa\x51\x42\x47\xc9\x05\xb6\x28\xac\x94\xad\x15\x30\x6a\x9c\x91\xe9\x33\x76\xea\x37\x72\x0c\xd7\x2c\x44\x42\xda\xb3\x13\x18\x84\xf1\x24\x89\xb3\xb9\xb2\x1a\xf5\x93\xff\x99\x6d\xba\xea\xc9\x6f\xcc\x1d\x96\xff\x66\x4a\x15\x05\x98\x0c\xd8\x7e\x14\x96\x10\xca\x36\x75\x98\xae\xdf\x7c\xab\xfd\xf3\x2a\xb7\x4c\xcf\x50\x33\x1c\xaa\x56\xbb\x46\x3e\x66\x07\x72\x3b\xf1\x95\x78\x20\x67\x95\x4d\xff\xa1\xbc\xa4\x59\xbb\x43\x71\x6c\xfd\x29\xf2\x4f\xea\x4e\xad\xea\x89\x22\xd7\x47\xf7\x88\xcb\xeb\x2b\x1d\x7d\x04\xec\x18\x4b\x8d\xb3\x99\xcc\x9d\xf9\xcd\x4b\x9d\x7a\x5e\x85\x7b\xda\xd3\x0d\x53\xcc\x46\xfd\x78\xd7\x1a\xc5\x7a\x6b\xcd\xb4\x8d\x2d\xbb\x46\xb6\x78\xa9\x7a\x63\xc4\xa4\x3d\x49\xf8\x98\x51\x9e\x7b\x0d\xfb\xd4\x6b\x89\xc9\x9e\x64\x11\xea\x30\x08\x7a\x45\x9f\xac\xf1\x53\x53\x14\xcd\xad\xcd\x98\x2a\xe7\xa7\xe3\x37\xd6\x8f\x2c\x3e\xca\xb5\x57\xf8\x40\x58\xaa\xde\x24\x40\x1d\x14\x84\x24\x2e\x54\x70\x7e\x04\xd3\x54\xa5\x6b\xe9\x02\x13\xf8\x95\xfe\x95\x93\xbc\x18\x9f\xa0\x05\xa7\x16\xab\x08\x05\x9b\x43\xb6\x7e\x1a\x91\x90\x2f\x80\x3d\xe5\x39\xbc\x39\xa9\xcc\x4b\xaf\xd8\x88\x79\x9b\xeb\xb4\x33\x2b\x88\x67\x6b\xa8\xa6\x4b\xdb\x63\x6b\xad\xe6\x35\x97\x8e\x69\xf4\x5e\xe5\x93\x2c\xbf\x8d\xb4\xa0\xc5\xdf\xd0\x3f\xff\x1c\x45\xd6\x84\xee\x32\x48\x90\x05\xad\x5f\x7e\x79\xfd\xd2\x0a\xc7\xdc\x95\x9b\x71\x0c\x56\x98\x5a\x11\x1a\x13\x8b\x69\x9b\xba\x35\x5d\x6d\x79\x5a\x8d\xe2\xeb\xbd\x29\x73\xb8\xc5\x79\x48\x60\x14\xfe\x17\x49\xcf\x49\xc6\xa6\xe6\x0c\x2a\x4c\x12\x48\x19\xc9\x0e\x49\xa0\x7f\xd2\x91\x3f\x11\x64\xbc\x30\x77\xb8\xe4\x8e\x94\x9c\x95\x95\x0a\xf9\xd6\xec\x66\x1d\x9f\xb8\x53\xde\xf3\xba\x99\xce\xe0\xf3\xc1\xe9\xfb\x93\xa7\xcf\x2a\x99\xce\xea\xa8\xd8\xb5\x3c\x66\xcf\xb8\xea\x35\xa0\xf2\x95\x3c\xe6\x83\x16\x3c\x66\x71\xd4\xa5\x01\xe0\xf1\x06\x31\xad\x9a\x13\x0d\x3f\xe1\xf1\x64\x52\xe9\x3f\xb3\x9e\x9f\xa8\xb9\xef\xdf\xc4\x3e\x94\xdc\x6f\xf9\x6e\x2f\xcc\x17\xcd\x2f\xee\xc3\xf5\x17\x37\x6b\x6a\x14\x7f\xad\xbf\xbb\x6b\xef\x43\x94\x92\x24\xf4\x09\x27\x10\x3c\x0d\x0b\x89\x2d\x68\x45\x74\x1c\x4a\x88\x6d\x39\xd4\xb7\xc6\xb8\x57\x45\x97\xd8\xa4\xc8\x94\x2c\x13\x44\xac\x14\x11\x2b\xc4\x4c\x57\xf0\x11\x8e\x89\x95\x92\x38\x41\x56\x3c\x66\x4f\xf8\xa7\x5f\x1e\xb3\x80\xdf\x20\xe6\x39\x5a\x4e\x51\xc2\x6a\x92\x04\xe2\x74\x16\x12\x52\x24\x8e\x90\xa1\xc2\x2f\x8f\x79\x06\x97\x79\x44\x6f\x61\xfe\x1e\xe2\x85\x15\x93\x29\x4a\xac\x97\xc7\x65\x5a\xd7\x8a\xca\xad\xbb\x29\x2c\x16\x6a\x09\x09\xea\xc4\x4c\x30\x80\xab\x92\x94\x98\xeb\xa0\x08\x14\x96\xf3\x5e\xd4\x77\x57\x4c\x30\xfd\x22\x4c\x10\x2c\x76\x9e\x99\xf4\x83\x6d\x26\x79\xcf\x34\xda\x4b\x45\xac\xce\x83\x1d\x64\x02\x29\xd1\x8f\x87\xa0\xc7\x65\x93\xb4\x34\x31\xd5\x16\x84\x8f\x95\x1a\x36\x5b\x09\xca\xe7\x3e\x0a\x0a\x9b\x53\x10\x28\x23\x28\x5f\x35\x87\xed\x80\x5e\xd1\x8b\xfa\x09\xff\x47\xc4\xf9\x3f\x28\x3c\x6d\x2a\x43\xfc\x1b\xcd\x8e\x06\xa7\xb2\x7e\x82\x4a\x70\xfc\xc6\x1c\x09\x58\xe8\x1b\x36\x4b\x1f\x14\x34\x95\x75\x13\xb5\x92\x89\xe0\xb4\xd6\xe4\x19\x34\x24\x67\xce\x1c\xe4\xfe\x70\x6a\x2c\xc6\x0e\x98\x84\x9d\x70\x07\x37\x00\x5c\xe3\xf4\x3f\x07\xff\xef\x67\xf4\xcb\xaf\x9b\x80\x6b\xb4\x04\xd5\xb0\x57\x78\xc9\xea\x11\xec\x07\x6b\x55\x03\x4d\x7c\xe1\x14\x4f\x4c\x31\xe3\x2a\x3b\xb6\xb1\x3b\xdc\x8a\x66\x0b\x0d\x63\xcb\xc8\xa4\x35\xf0\x0f\x87\xa5\x33\xf9\x08\x3c\xd5\x71\x40\xae\x33\x7b\xfb\xe1\x0a\xfd\x4f\xed\xd2\xe6\xee\xba\x1a\x46\x44\xf9\x65\x81\x63\xd0\x1e\x04\xa2\x37\xac\x06\x81\x38\xd8\x35\x08\xc4\xa1\x21\x37\x37\x56\xb1\xee\x1e\x05\x42\xd5\x1b\x6d\x88\x02\xa1\x4e\x9b\x8a\x02\xb1\xf9\xb4\xad\x44\x81\x30\x65\xcf\xf5\x40\x10\xda\xba\x2a\x40\x10\x15\x1d\x5c\x03\x04\x51\x3e\x59\xba\xef\xfe\xd3\x4a\xd0\x1d\x89\x02\x61\xae\xaf\x88\x40\x2e\xd6\x99\xf5\xea\xd9\x0d\x43\x85\x60\x91\xd7\xdf\x20\x2c\x44\x6f\x68\x44\xeb\xea\xb0\x10\x15\x9b\x63\x03\x58\x88\xfa\xb8\xdd\x06\x93\xd3\x0e\x16\xa2\x3c\x35\x57\x10\xbb\xbb\x7a\xf4\x37\x22\x3e\xb7\x26\xf2\xa1\xe0\x02\x8b\x88\x5c\x76\x1c\xf7\xc3\xe2\x62\x66\x51\xb7\xc2\x3a\x69\x30\x88\xe2\xe8\x6e\xce\x1a\x6e\x19\x92\x2b\xda\xb9\x09\x31\xb9\xff\x49\xf6\xbf\xc2\x93\xbf\xff\x7d\x65\x1e\x5d\xd0\x8c\x3b\xdc\x2c\x0e\x22\xf7\x54\x3f\xdc\x20\x4a\x4e\x56\x6e\x57\xb7\x32\xc8\x96\x61\x6c\xb1\x28\xdb\xcf\x82\xb2\xef\x2a\x7c\x97\xb7\xcc\x82\xe9\x9a\x37\xbd\x71\x04\x2f\xff\xda\xd5\x85\xf0\xf6\x84\x6f\x69\xaf\x95\x57\x69\x03\x12\xba\x2b\xd7\x7d\x4e\x19\xb6\xf2\xdd\x17\xde\xfa\x8f\xa5\xd3\x3e\xfb\xe7\x59\x43\xdf\x7d\xe6\xb9\x0f\x9e\xdd\xea\x28\x5e\x16\x90\x92\x7b\xcd\x9b\x92\x87\x16\xc7\x6b\xa0\xbd\x7c\x13\x81\xbc\xd7\x47\xa3\xe4\x7f\x39\x5d\xda\x26\x94\x77\x55\x03\xdf\x42\x2c\x6f\x4b\x5f\x46\x73\x7d\x75\x63\xe8\x61\x2b\x46\xbe\xdc\xce\x33\x45\x3a\xe3\xf3\x14\x27\x3c\xcc\x95\x49\x1b\xe6\xd3\x2d\x03\x33\xb6\x93\x19\xb2\x54\x08\x0c\x47\xc7\x6f\xb8\xa8\xd3\x5a\x68\xb8\x54\x81\xa1\x4e\x58\x34\xe5\x82\x27\xc3\x12\x5c\x5c\x96\xd6\x0b\x05\xf5\xb8\x60\x4d\x41\xe2\x2e\x51\x12\x90\x64\x69\x35\x10\x95\xbc\xfb\x39\x64\x51\x75\x23\xb5\x61\xd0\x9b\x8a\x5f\xc6\x34\x57\x81\x32\xf2\x1d\xb9\x12\x79\x6d\x65\x17\xd6\xe1\x35\x19\x5d\x78\xd0\x12\xaf\xa9\xbc\xbe\xd5\x48\x1b\x9b\x4b\x3b\x65\x82\xc0\x1d\x4e\x82\x4c\x58\xae\x76\xa8\x32\xda\xe0\x78\xd8\x7e\x14\xe3\x15\xe2\xb2\xec\xe5\xb6\x1a\x9f\xdd\x11\xf7\x8d\x81\x1a\x7a\xeb\xd5\xce\x6d\x5c\xd1\x44\x57\xa5\x68\xa4\x32\x92\xb4\x9b\x21\x1e\xc7\x9b\x2b\x5c\x64\xf0\xd6\x4f\x05\x27\xb3\x69\xb8\x91\x55\x1b\xb3\xf3\x0b\x57\xf4\xb5\xd1\x85\xac\x51\x85\xc8\x6e\xff\x20\x83\x54\x76\xd1\xe9\x75\x08\x7c\xbf\x21\x1e\x70\x91\xcd\x27\x09\x0c\x50\x60\xc5\x59\xc2\x2e\xb0\x74\x91\x12\x34\xb3\x46\x0b\x0b\x4a\xcc\x42\x7a\xd9\x91\xd8\x92\xb0\xc9\x28\x63\xfa\x51\x35\x27\x47\xe8\x4f\x39\x3e\x22\x64\x16\x6b\xcc\x70\xa3\x17\xcc\xfa\xcc\x18\xda\xae\xf5\x92\x47\x82\x9c\xc5\x49\xb2\x00\x16\x3a\x45\xb4\x60\x9c\x4d\xa6\xaa\x59\xfd\x0c\xa6\xd6\x59\x12\x12\x82\xb0\xb4\x7d\xc7\x51\x60\xa5\x64\x21\x00\x16\xc3\xd4\x4a\x49\x18\x45\xdc\x90\xdc\xb5\x7e\x8a\xcf\xd0\x29\x4a\x80\x75\x86\xac\x20\xb6\x12\xe4\xc7\xb3\x19\xc2\x81\x18\x96\xe8\x7c\xc2\x5a\x11\xb6\x75\x61\x11\xc7\xe8\x8c\xb7\xdb\xb5\xde\x20\x98\x60\x8b\xa3\x6c\xb3\x69\xb0\x57\xfb\xbe\x3d\x6e\xea\xfa\xd6\x99\x85\x93\x04\x12\xd4\x11\x93\xa0\x87\x11\x54\x39\xb4\xad\x8d\x2e\x10\x0b\x1a\xa8\x91\x16\xea\x5e\xec\x5e\x51\x0c\x41\x6f\x53\x3a\xbe\x19\x83\x78\xfd\x60\x2f\x2a\xbb\x79\xdd\x78\x2f\x3a\x43\xac\xfe\x6c\x0a\xfd\x62\x30\xcf\x75\x43\x59\x33\x4a\x6d\x82\xa4\x72\xe6\x9a\xe7\xe6\x13\xf2\x13\x44\xc4\xcc\xf0\x3e\xad\x9e\x94\xa7\xc0\x4e\x59\x1d\xfd\x73\x4d\xe8\x6f\x31\x9f\xca\x57\xdb\x51\xff\x4a\x63\x4b\x9d\xc3\xd8\x83\x06\x26\xe0\x92\xff\xfa\xe1\x0e\xdc\xc7\xab\x57\xfc\x93\x1f\xcf\xd7\x05\x0f\x34\x5c\x71\xd3\xad\x9c\xcf\xaa\x70\x14\x1b\x02\x3b\x12\x6e\x0c\x93\x28\x1e\x31\xa7\x21\x5d\x1f\xb7\x72\x56\x9b\x04\x0d\x56\x8e\x62\x83\x96\xec\x1a\xc3\xf7\x95\x42\x1b\xe9\xa9\xb9\xb9\xf6\xbe\x4e\xc1\xcf\x7d\x42\x73\x93\x00\x11\x07\x26\x0f\x57\xe2\xe6\x81\xb6\xf0\x48\x1b\x1b\x07\xb6\x45\x46\x12\xcd\xdc\x08\x68\xa4\x0f\x8b\x8f\xbf\xbf\xfb\xed\x1f\x5b\x41\x23\xe5\x26\x84\x4d\x6c\x03\x12\x03\xe8\xd1\xd6\x18\x49\x0f\x94\xec\x1d\x3b\x03\x49\xda\x0e\x2c\xb3\x64\xa0\xd6\xb2\x13\x3c\x6b\x02\x92\x74\x28\x5d\x00\x0e\x7b\x43\x09\x4b\xf2\x39\x9c\xa1\x7e\x80\x2a\xb0\x92\x1e\x0c\x4b\x48\x1b\x4a\xfd\xcd\xb0\x92\x94\x6e\xca\xe4\x46\xf5\x90\x49\x8d\xc6\x24\xd7\xfc\x50\x05\x04\x79\xa2\x3c\x5c\x93\x0c\x7b\xd5\x28\xd7\x00\x8a\xac\x4e\x86\x5d\xdf\xfb\x4a\xc0\xa7\xa7\xc3\x2a\x30\xab\xc7\xd5\x9d\xce\x07\x48\x0b\x98\x80\x4f\x8f\xda\x8c\xb1\xf7\x78\x23\xc0\xa7\x47\x1a\xe0\x53\x15\x60\xe5\xae\x01\x9f\x1e\x71\xb3\xd1\xe3\x3b\xab\xd1\xae\xad\x46\x97\x82\xf8\xc4\x69\xe7\x8d\x83\x7c\x2a\xc8\xe7\x53\xc3\xa7\x67\x95\x9b\x5c\xfb\xc8\xa1\x1a\x41\xba\xc2\x2c\xb6\x1b\x34\xa9\xab\x01\x2d\xda\x18\x69\xea\x69\xc9\xd0\x71\x19\x48\x53\xfc\x0c\x6e\x09\x35\xd5\x6b\x46\x36\xbf\x5d\xa8\xa9\xea\x55\xeb\x1d\xe4\x6e\x42\xdb\xac\xd4\x2e\xd5\xa0\x85\x2e\xf1\xd1\x6e\x54\xa0\x1b\xa8\x3f\x5b\x63\x43\x3d\xda\x85\xda\xb3\x52\xe5\x59\xab\xdf\xfc\xc4\xf5\x9b\x24\xe6\xfa\x4d\x9e\x2e\x8f\x12\x11\x86\x59\x32\xae\x50\x6f\x32\x5c\x1d\x1f\x62\x06\x5f\xc3\xf3\xe1\xa9\x9a\x4d\x06\xe9\x31\x8b\x13\x64\xc1\x51\x9c\x11\xde\x20\x63\x6d\x52\x16\x9e\x33\xa5\x1f\x89\x65\x47\x2c\x2e\x80\x49\x6d\x64\x33\x8d\x63\xe3\x60\xdb\xeb\xd0\x38\x6e\xb3\x17\xd6\x59\x0a\x9b\x61\x09\xef\x0e\x04\x4e\xc8\xbf\xab\x50\xe0\x7a\x37\x17\x05\x8e\x53\xfc\x9a\xb4\x3e\x42\xb2\xff\x3e\xc6\xcc\xa8\xab\x00\xc3\xb1\xbf\xa3\x78\x12\x33\xdc\x14\x9e\xd8\x0a\xd7\xe1\xc5\x3d\xd4\xd2\x29\xb2\xdd\xc1\xac\xc4\x25\x9e\xfc\xb0\x0c\x29\x67\xbc\x14\x9f\xac\x7e\x29\xfb\x70\x87\x45\x77\x1d\x58\x74\xdb\x70\x28\xed\x31\xcd\x04\x2d\xdc\x29\x18\x1d\x25\xf5\x39\xd7\x7d\x03\x91\xc3\x2e\x13\x91\xee\x5a\x56\x6f\x67\x90\x74\xa2\xbd\x2b\xc6\xa4\xe3\x5f\x6d\xd6\x49\xd1\xc1\xeb\x40\xa5\xfb\xc3\xa0\x79\x71\xc5\x74\x1d\xa6\x57\x01\xdc\xb5\x42\x1b\xcd\x75\xd7\x4c\x1b\x3e\xa9\xd6\x81\xcb\x4b\xd1\xc0\xfc\xda\x39\xda\xd7\x0e\x33\x97\xab\x1a\xee\x0d\x35\xe5\x21\x13\x80\xc2\xf8\x86\x38\xd1\x4f\x26\xff\xef\xc9\xe2\x55\xf4\xb6\x19\xe4\x82\xee\x15\xba\xbb\xf4\x53\x87\xb9\x97\xf9\x6b\x39\x3d\x3b\x74\x62\x3f\x94\xde\xf1\xed\x1a\xaf\xf1\x29\x6f\xc7\xb3\x34\xb9\x8c\x2e\xd5\x53\xda\x6e\xea\x27\xfd\x40\xe8\x83\x8a\x0d\x5a\xe3\x25\xfd\x5a\x2d\xf0\x0d\x7a\x4a\xb3\x6d\x9d\xd2\xdd\xc8\xdd\x19\xb6\xf0\x9b\xde\xe6\x84\xf0\xff\xf4\x43\xb1\xd1\x05\xac\xed\xfc\xdd\xb9\x50\xff\x1a\x36\x6b\xf7\x6a\xfc\xa7\xb7\xc1\x30\x17\x02\x5c\xbe\xf1\x73\x8b\x71\x2e\xc4\x55\xe1\x10\xd0\x4a\x32\x22\x35\x07\x28\x57\xd2\xc2\x95\xd2\x88\x15\x07\xab\x2b\x4d\xa4\x4a\x82\xad\x86\xba\xf5\xb6\x56\xea\x3a\x60\xa3\x72\xe2\x9d\xe2\x56\xd7\x13\x42\x32\x40\x13\xe1\xdf\xd3\xd2\xb8\x6c\xdc\x75\xdb\xdf\x98\x37\xc2\xb4\xfc\x7f\x7f\x7b\xfd\x64\xfc\xc3\xdf\x6a\xe2\xce\xe0\x3c\x14\xcc\x46\xa5\x81\x99\x85\x5c\x27\xa6\xa5\x99\x69\x0d\xca\x08\x05\x86\xb9\xf6\x75\x15\x65\x2e\xa8\x98\x54\xc4\x44\x31\x23\x90\xb9\xc2\x39\xf1\xed\x92\x2b\xef\x3e\xdf\x7c\x4f\x87\x40\xfe\xf9\x8c\xfe\x59\x41\xfb\x9b\x9d\x27\xd5\x96\xb6\xea\x98\x0a\x23\x53\xeb\xfb\x93\xde\xc1\x02\xde\x4d\x34\xa9\x99\xab\x7a\x4a\xd3\xe5\x73\xb4\xe6\x14\x35\xed\x3b\x9b\xd7\xa0\xbd\xea\xfa\xf0\xd0\x30\xa7\x36\x30\x8e\xf7\x54\xa3\xf1\x11\xdb\x26\x6d\x73\x08\x35\xb5\x18\x97\x8c\xc5\x4a\x0f\xb9\xec\xb5\xda\x32\xde\x68\x40\x8f\xa5\xad\xe2\x99\x9e\xac\x28\x7f\xb8\xc6\x32\xbe\x2a\x4d\xd0\xb3\x6d\x2c\xe3\xf5\xbd\xaf\xb4\x8c\xab\xc0\x11\x85\xe1\xfb\x51\x8d\x65\xfc\xb1\x52\xc0\xb4\x8c\x3f\x6c\x35\xc6\x47\x1b\x59\xc6\x1f\x16\x96\x71\x7e\x46\x28\x7d\xa8\xe4\x46\x5a\x5b\xc8\x77\xce\x05\xef\x98\xad\x53\xe5\xfb\x82\x6e\x56\xc1\x7f\xf5\x4a\xc0\x8f\x0f\xf5\x44\xf0\x0a\xa5\xb5\x48\x4c\x60\x7d\x60\x46\xfd\x63\x03\x96\xcb\x1e\x33\x21\x54\xd8\x30\x4d\x94\xb7\x9b\x65\x9c\x2e\x61\xe5\x0a\xe3\x74\x95\x9c\xb0\x53\x03\x75\x59\x20\xf9\x86\xed\xd3\xb5\x53\xfe\xa4\x6a\x53\xee\xc4\x44\x5d\xf0\xbb\x37\x2f\x23\xd2\xa1\x62\xe7\x69\x6c\xa6\xbe\x31\x02\x05\x63\xc3\x24\xa7\x27\x27\x34\xc4\x27\xcc\x14\x24\x6c\x62\x7a\x66\xa0\x0a\xde\xec\x59\xc1\x9b\x3d\xd5\x78\xb3\xfd\xc2\xf8\x98\x3f\xb3\xa5\x71\x68\xf7\xa1\x8f\x1b\x4d\x84\x39\x19\xdb\x1b\x07\xb5\xa1\x1e\x82\x43\xd3\x40\xf8\x40\x4b\x13\xd5\x2a\x17\x9f\xde\x61\xe6\xf7\xb4\x3b\x23\xe1\xaa\x73\x57\x6d\x2c\xd4\x33\x46\x3d\xd6\x2d\x80\xdc\x6a\x2f\x8b\x6c\x32\x4a\x73\xac\x4f\xe8\x58\xb3\x94\xc4\xb3\x8f\x28\x8d\xb3\xc4\x47\xef\xb8\x63\x84\x3e\xea\x5a\xfc\x95\xaa\xf6\x3e\x0b\xcd\x49\xc3\x06\xca\x27\xf6\xc9\x0a\xeb\xce\x06\x01\x5e\x8f\x77\x62\x79\xb4\xae\xc0\xfa\xd8\xf0\x50\x6e\x63\x81\xb4\x9a\x59\x21\xb7\xb9\x84\x5a\xda\xb1\x2c\x6e\xcb\x2a\x2e\xfa\x1d\x58\x23\x2d\xdd\x22\x59\xf0\x80\xad\xac\x46\xd6\x6a\xcb\x51\xcb\x0d\xd9\x70\x71\x37\xb7\x4e\x5a\x8d\x2c\x94\xd7\xba\xb2\x3b\xb3\x54\x2a\x6d\x5e\x82\xb5\xd2\x5a\x63\xb1\x2c\xbe\xde\xa8\xc3\x6a\x67\xdb\x5a\x2e\xaf\x65\x0f\x6e\x95\x5b\xcb\x2a\xdb\x1d\x5a\xe5\xd7\xb2\xd6\x0b\x07\xdc\x4f\xa5\x41\x92\xad\x82\x6f\x30\x52\x1e\xec\x28\xcb\x56\x58\xb6\x86\xac\x9c\x92\xb5\x05\x36\x4d\xb9\xb5\xd1\xa4\xbd\x79\x75\xf4\xf1\x5d\x69\xea\x18\x9b\x32\x41\x84\x84\x78\xc2\x43\xf7\x50\x40\x1f\x63\xe4\x93\x1d\x67\xe2\x62\xde\x73\xdb\xce\x5c\xab\xed\xdf\x8a\x81\xd8\xd8\x31\xe0\xf1\x2e\x3d\x03\xca\x00\x1e\xdb\x7a\x06\x54\x12\x20\x03\x47\x62\x13\xf7\x82\xcd\x13\x85\x15\xe6\x87\x31\xcb\x25\xd2\xc1\xd9\x6c\xc4\x35\xe5\x86\x27\x41\x6e\x99\x60\x76\x0a\x3f\xc6\x3e\xa4\x8f\x13\x34\x4e\x50\x3a\xed\x30\x77\x82\xea\xdc\x61\xdb\x78\x11\x14\xaa\xd0\xed\xfc\x08\x4c\x6b\xc6\x86\x46\x91\x93\xd3\x1b\xe1\x3e\xf0\xd3\xec\xdd\xbb\x7f\x3c\x38\xfa\xb0\x06\x83\xaf\x30\x71\xd3\x95\x64\x46\x9c\x3a\xdf\x02\x19\x6e\x44\xc5\x88\x9f\xd1\x62\x13\xdb\xa9\xad\x87\xba\x3d\xc9\x9d\x0b\x7e\x46\x8b\xfd\x5f\x85\xe2\x61\x47\x71\x74\x4f\xa4\x6f\x41\xbb\xb6\x77\xe0\x5b\xd0\x84\x91\xdc\xcc\xb3\xc0\x5e\xe7\x55\x60\x37\xf5\x29\xc8\xb1\xd7\x4e\x4e\xbb\x72\xd9\x4d\x97\x82\x9f\xd1\xc2\xda\xb7\xd8\xd4\x55\x3a\x14\x14\x7c\x6b\x4f\x0b\x02\x90\x20\x55\x8f\xf3\x8d\x02\xec\xfd\x56\xaa\x48\xd1\xaa\xa6\xd3\x7f\x54\xfb\xa3\x37\x04\x83\x03\xd0\x29\xd6\xbe\x41\x07\xb6\x8c\xfe\xde\x68\x9e\xc7\x71\xc4\xcd\x7f\x9a\xed\x70\xdf\xd6\x5d\x7c\x8d\x61\x55\x84\x56\x80\x9e\x69\xa0\x68\x32\x60\x60\xd7\xcd\x40\xa1\x6d\xe7\xb0\x4b\x15\x0b\x5d\x71\x21\x35\xc2\xe8\x29\x25\x17\x58\x7b\x39\x5e\x6d\x20\x5a\x69\x0b\x6f\x45\xde\x94\x8f\x01\x33\xf2\xb4\x68\x16\xe8\x2b\xb5\x8d\x37\x95\x25\x9c\x48\x94\x93\xda\x38\x3a\x60\xe7\x0b\xb3\x39\x96\x92\x3a\x47\x9f\x50\x9a\x4a\x99\xa0\xf9\x99\xb4\x57\x07\x0e\x9d\xc1\x04\x87\xb8\x25\x5e\x9a\xbd\x4b\x14\xa2\x3a\xd9\xbf\x2c\x21\xa4\x24\x89\x69\x57\x95\x98\x1d\xde\x7b\x2d\xa2\xc4\xfa\x3c\x0d\x53\xeb\xe7\x5f\xad\x29\x4c\x79\xce\x9d\x13\x2b\xe5\x53\xd7\xb5\x7e\x17\x90\x43\x88\x5d\xad\xbf\xfe\xf3\xcf\xa9\x75\x16\x92\xa9\x56\x2a\x05\xd6\x28\x23\xd6\x19\x52\xd0\x81\x82\x98\x4a\xe8\x69\xcc\x4b\xfb\x30\x41\x4c\x84\xa6\xa2\x73\xfe\x0a\x12\x0b\x46\x51\xd7\x7a\x4d\xb8\x58\x8d\x26\x90\x84\xa7\x28\x5a\x58\xe1\x6c\x0e\x7d\x1e\xe7\x43\x79\xc7\x53\x64\xe1\x38\x40\x56\x48\xe8\xf7\x61\x9a\xc6\x7e\xc8\x72\xeb\xd0\xc6\xbb\xd6\x27\x84\xac\x11\x8a\xe2\x33\x6b\x1c\x27\x3c\x4e\x28\x40\x04\x86\x51\x4a\x65\x37\xda\xc8\x1b\xda\x5b\xb1\x1d\x58\xc4\x50\x8a\xd0\x3a\x39\xea\xd1\x6a\xd9\x93\xb2\x78\x09\x86\x51\xba\x2f\x67\x61\x87\xa1\x40\x71\x96\x58\xb5\xe1\x40\xc5\x28\x43\xcc\xd9\x68\xba\x52\xeb\x6c\x94\x1b\xd9\x54\x1a\x62\x10\xe9\x27\x47\x88\x96\x27\xa7\x2d\x5d\xac\x80\xfd\xfd\x1c\x26\x3c\x29\xe7\x40\x49\xda\xd2\xe3\xff\x1c\xea\x06\xfd\xb2\x1b\x45\xe5\x8d\x55\x18\xad\x0e\x6a\xb8\x94\xca\x12\xc5\xfd\x5a\x49\x5f\x71\x9e\x58\xe6\x71\x85\xf1\xaa\x44\x8c\x0e\x36\x21\x40\x62\x1a\x39\x95\xe4\x5b\x6c\x2b\x9f\xb5\xf2\x34\x3e\x2c\xdb\xf1\x1e\x98\x76\x3c\xd5\xe7\xa1\x5d\x34\xe9\x25\xb8\xb5\x89\x69\x28\x79\xaf\x19\x52\xa6\x14\x0a\x13\x9e\xe9\x55\xcc\x53\x84\xc6\xa4\x43\x92\x70\xa6\xc8\x7f\x30\x60\x4e\xe3\x11\x17\x60\xe0\x7c\x8e\x98\x17\xf9\xbf\xe3\x50\x97\x56\xab\x33\xff\xe9\x4e\xec\x63\x55\x9e\xd4\xfd\xe9\x58\x56\xc1\x56\x02\xa4\x90\xfc\x36\x97\x1b\x6f\x84\x13\xdd\x87\x4f\x2f\xdf\x11\xfc\x6e\xd6\x12\x9f\xa5\xda\x7d\xee\xff\x67\xef\x5d\xf7\xdb\xb6\xb1\xbe\xd1\xef\xbe\x0a\x86\x6f\x5f\x97\x9c\x50\xb4\x64\x3b\x27\xa5\x8c\xc7\xb1\xdd\x26\xd3\xc4\xc9\x13\xbb\x9d\x83\x46\x3b\x85\x45\xd8\x62\x43\x81\x1a\x10\xb2\xe3\xca\xbc\x97\x7d\x2d\xfb\xca\xf6\x0f\x27\x12\x24\x41\x8a\x92\x28\x27\x99\xa7\xfd\xd0\xc8\x3c\x80\x38\x2c\x2c\xac\xe3\x7f\x35\x51\x2f\x95\x70\x70\xc6\xbe\xeb\xf4\xb5\xb4\x6c\xa7\x8a\x05\xb5\xdb\x28\xd0\x69\xaf\x2b\xc3\xaf\x9e\x0d\x1d\xf3\xe7\x00\xf9\xda\xb8\xad\xc7\xe5\xfd\xf5\x28\x7b\x71\xa5\xb8\x2d\xb5\x7f\x2c\xe5\x61\xf9\xbe\xcb\x1e\x3c\xc9\x5a\x7d\xa2\x5c\x5b\x10\xa3\x55\x37\xa6\x27\xcb\xc7\x68\xc9\x28\xa6\xdd\x65\x2a\x29\xae\x1f\xae\x64\x16\x8a\xb6\x16\x72\xed\x57\x56\x36\x8b\x41\x18\xdf\x40\x46\x40\x76\xe8\xad\xa7\xb6\x37\x54\xb0\x77\xb9\x82\xbd\x5b\xa2\xbd\x9a\x49\x5f\x1b\x5e\x6d\x85\xc9\x28\x6b\xd8\xfb\x45\x0d\x7b\xaf\x3c\xae\x9c\xc2\x2d\x20\x56\x4a\x1a\x76\x93\x11\x37\xd3\xb0\x1f\x37\xd3\xb0\xe9\x27\x9b\x04\xe9\xaf\x7a\x66\x97\x73\xc5\x37\xe1\xd5\x6e\xa0\x78\xef\x69\x03\x37\x9b\xed\xe6\x25\x7c\x9e\x8b\x55\xe4\xc5\xee\xc7\x82\x85\xb1\x9b\xfb\xf3\x99\x46\xed\x5f\x7d\xb7\x34\x5e\xbc\x4a\xb2\x30\xda\x88\x70\x6c\xec\x18\xd9\x1c\x2a\x4c\x8e\x3e\x9e\x0e\xdb\x83\x85\xd1\xe8\x3e\x6b\x86\xdb\xed\x37\x3a\x72\xf7\xef\x05\x15\xa6\xbd\x95\x5b\x39\x3e\xb5\x08\x3d\x97\x06\xa8\x7e\xba\x5e\x2e\x32\x75\xed\x53\xbf\x21\x9f\x58\x60\x5c\x50\x0e\x1a\xb5\x1a\x60\xaf\xa4\x6a\xb6\x17\xfd\x5a\xcf\x93\x9a\xf7\x17\x47\x11\xe9\x6c\x32\x46\xf7\xbe\x88\x71\xc5\x98\x47\xb3\x79\xf8\x27\xe7\x95\x15\x71\xa0\x2c\x63\x44\x06\x7f\x32\x7c\x44\xf9\xbb\x4b\x7f\x7f\xba\x56\x42\x40\x3f\x51\x85\xf6\x13\xbc\xe5\x11\xa0\xbb\x4b\x23\xa3\x6c\x36\x06\xb4\xed\x28\x50\x3a\xda\x3a\x7c\x98\xfd\x15\xf1\x61\xd4\xbe\xca\x20\xcb\x16\x03\x40\x35\x87\x80\x3e\xf6\x33\xb5\x4c\x14\xa2\x40\x1f\x95\x70\x60\x86\x29\xa4\x8a\x1a\x0c\xba\x54\x90\x65\x6d\x90\x84\x3a\x13\xed\x84\x4e\xde\x4f\xf0\xe4\xbd\x84\x4f\x36\x0a\xa0\x5c\x4b\xa4\x58\x21\xce\x8e\x45\xda\xfd\xbc\xf3\xab\x31\x05\x01\x6e\x2b\x84\x32\x17\x44\x99\xda\x4c\x96\x8e\x5f\x6b\x14\xfc\xb4\x54\x0c\xdb\x3d\x44\x52\x36\x89\xa5\xfc\xc2\x8b\xdc\x5a\x34\x65\xd6\xe4\x86\x82\x29\x0d\xe6\x2f\x12\xc1\x94\xbc\x17\xe8\x36\xfb\x6c\xa3\x8e\x2a\x9d\x5c\x25\x88\xf2\x0b\x11\xe1\xda\xa1\x94\xeb\x07\x53\x2e\x14\xe2\x76\xf7\xeb\x5d\x5a\xe0\x0a\x22\xb2\xf3\xe9\x7a\x43\x41\x94\x3f\xef\xfc\xba\x70\x69\x1a\xac\x5e\x0b\x11\x94\x2b\xcc\xd4\x12\x31\x94\x6d\x4d\xe0\x92\xe1\x93\xed\x13\xfe\xfd\x45\x5c\xea\x8b\x97\x35\x6e\xb4\x09\xcc\xd2\x8a\x1e\xd0\x76\xa0\x96\x32\x4f\x52\x2a\xfb\xa5\xae\x22\xe6\x38\xaa\x0a\x98\x94\x8e\x2a\x0c\xaf\x21\x66\xa0\x82\x3e\x8e\xa6\x26\xa5\x9b\x4f\x70\xa1\x03\x4b\xef\xb6\x62\x5f\x65\x41\x96\x3c\xe8\x72\xf5\x50\x4b\x29\xd1\x0a\xf0\x25\x11\x44\xb9\x66\xec\xa4\x74\x5e\x55\xf8\xbe\xb6\x16\xf8\xbe\x50\xe4\xc3\xaf\x04\x43\x62\xe7\xfd\xdf\x77\x10\xfc\xf1\x3f\xab\x97\x27\xa8\x71\x70\xf1\x98\x44\x3a\xd8\x2a\x9c\x08\x78\x0d\x11\xe9\xf0\x6c\xaf\x32\x50\xc4\xbe\xf3\x54\xeb\xba\x6e\xf0\x62\xad\xcf\xfb\x89\x2a\x2b\xed\x35\xf1\x48\xe5\x33\xe8\xcf\x18\x66\xf9\xb2\x38\x08\x4d\x73\xe7\x4b\xd0\x00\x4a\x0f\x53\xb4\xf4\x1a\x1c\x84\x46\x03\x92\xd6\xb9\x9e\x62\xc4\xeb\xf5\x94\x8b\x6b\xe0\x20\x2c\xb0\xf8\xd5\xe3\x20\x54\xf7\x5e\x8b\x83\x50\x72\xdc\xb0\x1e\x74\x2b\x70\x10\x7a\xca\x03\x05\x1c\x84\xe5\x86\xb8\x6c\x11\x04\xf9\x89\xcc\x9b\xf8\x74\x09\xf3\xed\xba\xae\x44\x63\x73\xca\x68\xa5\xc7\x43\x9e\x7b\x6c\xfb\xd7\xc3\x1d\xec\xe9\xb4\x95\xa6\x70\x07\xd5\x17\xbf\x3c\xd4\xc1\xca\x4e\x00\x95\xaa\xf7\x37\xe8\x03\xa0\x07\xd1\x57\x98\x74\xff\x6d\x61\xc3\xe7\x26\xb6\x25\xf3\x22\x5d\x98\x7a\x03\x63\xf7\xeb\x05\xa0\x66\x54\xa5\x37\x2b\x86\x82\xc5\x38\x7a\x50\xe9\xf2\xa9\xbd\xb4\x94\x7d\x4f\x18\xcf\xab\xd9\x1e\x37\x6a\x29\xaa\xb2\x11\x15\x55\xa6\xba\x6c\x52\x0c\xaf\x82\x98\x40\x0c\x7d\x16\xcd\xda\xcc\x1a\xc2\x9e\x94\x96\x10\x4d\x9f\xfe\x04\xbb\x6d\xa6\x81\x55\x29\x58\xc5\x3c\x34\xa6\x17\x31\x95\x4c\x6c\xa7\x0d\x60\xd5\x66\x82\xe6\x7a\x9a\x92\xa2\xea\xac\x18\x28\xc8\x5b\x88\xc7\xd1\xcd\x97\xd6\x95\x7e\x7d\xf6\x99\x1c\xbd\x3d\xbb\xd2\xeb\x4a\x12\xed\xce\x8c\x34\x85\xda\x4e\x73\x15\x95\xaa\x35\xa6\x34\xf2\x4d\x28\x4e\xda\x84\x89\x0a\x84\xbd\xe6\x2c\xa9\x69\x8a\x83\x40\xe9\x5a\x56\xc6\xac\xd4\xcd\x98\x3c\xa1\xe0\xe5\x55\x47\xfa\x0a\x94\xb0\x20\x9e\x02\x32\x1a\x9f\x48\x44\x3d\x7d\x8c\x6f\x93\x4f\x8b\xef\x3d\xda\x1c\x2a\xdf\xb7\x8c\x28\xe8\x07\xb1\xc8\xaa\x5e\x05\x57\x50\x0d\x4e\xed\x96\xba\x9d\x6e\x06\xda\xd5\xfd\xee\xfe\x5a\x61\x0b\x8a\x3b\x70\x98\x2e\x2f\x09\x46\x9f\x6e\x57\xf4\xd6\xe5\x0f\xcd\x7d\xb1\xaf\x72\x05\xd0\x58\x9c\x1b\xb7\x94\x46\x8c\xbf\x82\x10\x62\x92\x99\x75\x45\xb6\x8d\xa1\xbe\xd4\x99\x65\x05\x72\x56\xca\x7e\x79\x50\x79\x72\xb2\x4c\x18\x96\x6a\x82\x22\x23\x8c\xd0\x15\xc4\x06\xfc\x1c\xc4\x24\x96\xc5\xb2\x47\x80\x80\x30\xba\x5a\x37\xdd\xa2\x91\x9b\x65\x05\x0a\xd8\xfb\xaf\xa3\x00\x36\xcc\x96\xd6\x9f\xf1\xba\xea\xd5\xff\x67\x34\x53\xd6\xbd\x20\x8d\x11\x49\x1a\xf7\xb1\xf2\x5f\xf5\x8a\xdc\xf3\x9e\x3c\x44\x06\xa7\x81\x1b\x10\x1b\x18\x92\x19\x46\xd0\x37\x6e\xc6\x41\x18\x13\x83\x1e\xd2\xdc\x1b\x1a\xc4\x06\x1d\x8a\x63\x08\xbb\x35\x5b\x33\x7c\x6b\x80\x2b\x10\x6c\x28\x3b\x6a\x61\xb4\xd2\x22\x47\x47\xd3\x23\x64\x39\x50\x5a\xa3\x85\x00\x79\x75\xb2\x36\x56\xd0\xd2\xa8\x4f\x76\x6a\x54\xdb\x52\x6a\xbb\x55\x50\x82\xd5\x1a\x4c\x0e\x06\x63\xb9\x21\xaf\x11\xba\x6f\x34\x0b\xdf\xcf\x3f\xb8\x30\x6e\x5d\xa2\x8f\xa3\x82\x3f\x40\x45\xf4\x97\xbe\x82\x4a\x30\xff\xca\xcd\xb1\xa4\x85\x60\x43\x41\x39\x0b\xad\xa1\xca\x63\x4e\x49\xce\x6f\x3e\x56\xa3\x9d\x60\xe7\x36\x27\x0d\x81\xeb\x35\xa2\xf2\x08\xb8\xe8\xd0\x16\xf2\x06\xa3\xa1\x53\x2c\xb5\xa8\xe6\xff\xa7\x91\xe7\x52\x8a\x90\xa1\x8c\x63\x0c\xb9\xbf\x52\xfa\x53\x78\x25\xc4\x90\x8c\x8d\xa3\x31\x1c\x7d\x8a\x4d\x3d\x51\xba\x54\xc9\x74\xc7\xec\xc9\x11\x7f\x50\x97\x17\xd1\xe0\x79\xd5\xa3\xd1\xb0\x83\x67\x10\x5f\x07\x23\x68\xbc\x46\x31\x01\x68\x04\xeb\x3b\x19\xf3\xa7\x1b\x75\xb0\xf8\x6c\xce\xdd\x22\xf4\xcd\x47\x5c\x09\x10\x5f\x5e\xbe\xf7\x1f\x58\xe0\xcf\x39\x0e\xa6\xc6\x79\x30\x81\xb5\x7d\xc7\xa4\x5c\xed\x4d\xd3\x6d\xe5\x31\x76\x82\x95\xde\x69\xd8\x35\x35\xaf\x7a\xd1\xa4\x8a\x87\x1a\x4d\x6a\xfe\xd9\x15\x56\xfc\x2d\x24\x80\x69\xd8\x75\x7d\x9a\xc8\x87\x1a\xf4\xa9\xf8\xec\xb0\x98\x0d\xdc\x8a\x71\x75\x33\x21\x46\xe9\x19\x3b\xbd\xed\x5c\xcc\x08\x51\x4c\xe7\xd2\x0d\x98\x7e\x85\x19\x0e\x9c\x81\x79\xe8\xfb\x18\xc6\x5c\xad\x50\x7e\xd7\x7f\x38\xe3\xbb\xd9\x2b\x2d\x1a\x18\x37\x1b\xc5\x2c\xda\x8e\x66\x24\x84\xe5\x76\x57\x43\xde\x35\xca\x99\x3e\xc5\xac\x31\x46\xcd\xda\x84\x1d\xb5\x89\x12\x68\xca\xaa\xb3\xd8\xcc\xa8\xb1\x12\x22\x58\xee\x7e\x4d\xd9\xb1\x34\xe8\x45\x24\x66\xe7\xec\xab\xa9\x61\x96\x44\x93\xe8\x0a\x83\xe9\xf8\xb6\x50\x8c\xac\x23\xf6\xbb\x84\xec\x12\xc1\x2d\xa3\x88\x61\x46\xc8\x52\x63\xa7\x74\xdd\x1c\xb3\x23\x97\x93\xdd\x8f\x10\xa3\x8c\xe5\x6d\xac\xfc\x30\x5a\xd3\xc4\xba\x93\x3b\xcd\xbe\xb0\xbd\xf5\xfc\x70\xf2\xe8\xd1\x1f\x7f\xfc\xab\xc5\xd8\x14\x5d\x22\x68\xb7\x51\x00\x88\x1a\x30\xb1\x6a\x00\x48\xc3\xc0\x88\x52\x4c\x44\x57\x13\x00\x22\xe2\x99\xd8\x4a\xd5\xc7\x83\x34\x1a\xdf\xbe\xec\xe3\xde\xb0\x84\xe5\x43\xaf\xad\x11\x0e\xb2\xb7\x4e\x38\xc8\x72\x9d\xdf\xd5\x74\x7e\x77\xad\xce\xef\xde\x5f\xe7\x7b\x9a\xce\xf7\xd6\xea\xfc\x82\x82\xec\xab\x76\x5e\x1b\x88\xb3\x5f\x92\xcf\x1f\x31\x19\x45\xd3\xe5\xa7\xd9\xed\x42\x10\xce\xe3\x65\x86\xb7\x6c\x2a\xbf\xfc\x42\x16\x83\xc3\x92\x6b\x84\xe0\xbe\x74\x6e\x3f\xd5\xbd\xfc\xe0\x3a\xb3\x39\x51\x1d\x26\x4e\x19\x8f\x3e\x4a\x5f\x9d\x25\x6d\xd8\xcb\xca\x81\x1d\x59\xa7\x02\x34\x9d\x49\x53\x58\x4f\xab\x0c\xee\x3b\xfb\x82\x73\x5c\x44\x9f\xeb\xd4\xc3\xa2\xed\x83\x9f\x0e\x1d\xf6\xea\x7f\x53\xdc\x88\xd1\x7a\x00\x87\x3a\x53\x9b\x09\xe4\xd8\x50\x28\x47\xed\x92\x6b\x82\x3a\x34\xa1\x1c\xd5\xe9\x5f\x4b\xf8\xfc\xdb\x8d\xe3\x68\x3d\x92\x63\xe3\x59\x3f\x66\xc3\x68\x0e\xd5\x21\x34\x06\xf4\x87\xc1\x97\xcc\x48\x4d\x12\x9b\xe3\x3d\xba\x4c\x9f\xba\x35\x2e\x07\x88\x2c\xc8\x08\x58\x2b\x62\x7f\x13\x70\xca\xba\x70\x91\x05\x09\xc3\x6b\x46\x7f\x64\xd1\x1e\x42\x17\x59\x27\xac\x43\x8a\x8b\xb2\x14\x71\xab\x51\x1e\x25\x05\x62\x7d\x75\x64\x92\xd9\x48\xbe\xa8\x2a\x32\xfe\xf5\xa5\x7f\x75\xf1\xe8\x97\x66\xd5\x89\x57\x12\x0d\x64\xf0\x72\x57\x98\x86\x56\x05\x1c\xce\x58\xb7\x9c\xbc\x4a\xb6\x5d\x38\x6a\x8b\x1f\x6e\x74\x8c\x56\x83\x13\xb7\xc0\x6d\x37\xc2\x63\x17\x71\xd6\x12\x3f\x95\xf3\xe8\xd6\x05\x1d\xb7\x1f\x35\x26\x6e\x17\x79\xcb\xc2\x8a\xaa\x10\x11\xcc\xd9\x42\x70\xb9\xf2\x36\x4e\xc7\xbc\xf6\x16\xc6\xe4\x8b\x83\x83\x87\xc7\xa3\xdf\x27\x7f\xfc\xfa\x3f\xad\xef\xde\x0a\x4d\x80\x8d\x46\x20\xeb\xf1\x02\x44\x25\x42\x4b\xdf\x5b\x04\x6d\xed\x93\x1a\x01\xe0\x6d\x80\x82\xc9\x6c\xb2\xc8\x73\xac\xb4\xe6\xd7\xb4\x56\xb0\x02\x2a\x6c\x61\x12\x88\xaa\x15\x03\x73\x02\x3e\xd3\x4f\xfe\x88\xf9\x01\x75\x1c\x5c\x05\x6c\x55\x07\xbb\x43\x49\xcd\x93\x78\x89\x0e\xd5\x0e\x0f\xfa\x01\x40\x9b\x1f\x1d\xfb\xcc\x17\x19\x20\xff\xd6\xe6\x47\x08\x3e\xb7\x38\xbc\xd2\x25\xed\x85\xec\x1c\xca\xcc\xa4\x3b\xec\x9f\x94\x89\x2b\x1e\x27\xa1\x13\x16\xdc\x50\xba\x1c\x2e\xe5\x43\x8b\x59\x62\xce\x42\x9b\x8f\xa3\x5d\x95\x33\x62\xb2\x2a\xe4\xa5\xd2\x48\xea\x93\xfb\xc2\x9c\xf1\x7a\x36\x7d\xfd\x32\xfe\x35\x6c\xdf\xc4\x9a\x83\xc8\x6f\x96\x63\x97\x02\x87\x3d\xae\x37\xb1\xd6\x60\xc2\xf6\x1e\xb7\x99\x63\x27\xc2\x48\xd7\x4e\xb6\xcb\xd5\xe7\x2d\xe5\xa2\x3d\x5a\x68\xe3\xab\x1b\xf0\xb2\x05\x79\x1b\x26\xdb\xe9\x7a\xbf\x62\xaa\x60\x5d\xef\xef\x33\x55\xf0\xc9\xb0\xa5\x54\xc1\x47\x4b\x0d\x71\xa5\x54\xc1\x47\xb9\x54\x41\x26\x98\xc7\x63\x11\x22\x90\x45\x08\x34\x34\x5a\xae\xa4\x8e\xa8\xb3\xf5\xb8\x35\x4b\x65\xcb\x36\xca\xfc\x39\x23\x98\x6a\x27\x10\x13\xa4\xb5\x50\xb2\x3d\x5d\x30\xdb\xe5\x8c\x95\xea\x5e\x0f\xc4\x93\x1a\x03\xa6\x7a\xc8\xe6\x03\x5f\xf7\x32\x80\xcc\x93\xcf\x1c\x80\xfd\x4c\x7c\x35\xa3\x9b\xa6\x20\xd7\x0b\xfc\x0f\xaa\xfd\x73\x9f\xc5\x5f\xae\x97\x3e\xd7\xa6\x09\xb4\xb8\x1c\xf5\x66\xd0\xdd\x95\xcc\xa0\x1b\x30\x81\x2e\xa0\xa9\x9c\x2e\xcd\xd3\xf4\xcc\xbf\xaa\xee\xdc\x2c\xd9\x2d\x33\xc0\xf1\x54\x76\xc7\xf4\x47\x69\x34\x8e\x2b\x32\x5a\x74\x69\x70\xcf\x2a\x4c\xa8\x4b\xa0\xca\xb5\x65\x3a\x6d\xd5\x6c\xba\x41\x93\x69\x33\x73\x69\x49\xb5\x17\xab\x61\x04\x48\x91\x44\x37\xc6\x00\xd7\x35\x97\x56\x9a\x4a\x37\x9b\x22\xd7\x20\x40\x63\xbf\x60\xcb\x68\xc7\x24\x9a\xc3\x56\xe7\x10\x34\x95\x20\x24\x65\xa3\x68\xc9\x70\x2a\xa3\x1a\x96\xc8\x82\x4b\x25\xc0\xf6\x0d\xa5\x29\x23\x68\x41\x99\x48\x83\xdb\xbe\xa8\x32\x71\x1c\x9f\xff\xed\x68\xfa\x3f\x7a\x28\xfd\x92\x9e\xd0\x20\x5b\xab\xa7\x57\x00\x57\x11\x67\xca\x19\xf5\x1c\xc9\xb4\x15\x74\x34\xb3\x3a\x40\x5c\x9f\x06\x1d\xa1\xd7\xe8\x1a\x84\x81\xcc\x47\x48\x81\x14\xf3\xde\x99\xae\x00\x9e\x67\x05\xd6\xe5\xf3\x69\xc5\xa0\x75\x6d\xb4\x35\xcc\x7d\x6d\x18\xc4\x06\x9c\x7e\xb5\x28\x6b\x49\x00\x25\xb8\x43\x95\x4f\x2a\x48\x81\xb9\xe8\xcf\x16\x32\x2c\x36\x76\x88\x2d\x3e\xc0\x8e\x18\x79\x19\x53\x1c\x5d\x07\x3e\x8c\x0d\x20\x6b\x1b\x19\x13\x48\xf5\x9e\x20\x9e\x18\x37\xe3\x60\x34\x66\xc5\x90\x2e\xa0\x31\x8b\xa1\xcf\x72\xbb\x67\x41\xe8\x1b\x7e\x10\x13\x1c\x5c\xcc\x08\xf4\x59\x65\xa4\xd8\x4d\xe7\xc5\x00\x23\x62\xb0\xc2\x4a\x17\x01\x62\xb9\x2a\x21\xb8\x85\xd8\xb8\x80\xe4\x06\x42\x24\x53\xc1\x73\x7e\x45\x87\xd5\x28\xfa\x04\x6f\x77\x18\xd7\x60\x89\x2d\xae\xc8\x2d\x07\x18\x1a\xa3\x19\xc6\x10\x91\xf0\x96\xa7\x2b\x29\x95\x98\x8c\x29\x86\x31\x44\x44\x9f\x5b\x3e\x85\x78\x12\xf0\x61\xc9\xfc\xf2\xdc\xdb\x6d\xa4\xc9\x6c\x32\x94\xd5\x1c\xae\x82\x90\x67\x6a\xd2\x26\x8a\xd0\xc6\x6b\xd4\x79\x6a\x15\x23\x4f\x09\x7d\xae\x34\x55\x56\x5b\x30\x97\x04\xc4\x5b\x76\x62\x74\x18\x78\x64\x46\x22\x1c\xd0\xe9\x11\x1c\x5a\xd9\x0a\x9d\x18\x4e\xc0\x74\x1c\x61\x78\x8f\x80\x78\xab\xd2\xed\xe6\x5d\x48\x1c\x40\x2d\x13\x28\xcc\x98\x83\xb5\x95\xbc\xd1\xab\x4b\x3d\x92\x40\x57\x93\x7a\x18\x0e\x5c\xbc\xd3\x11\x55\xa6\xbe\xa8\xbc\x73\xf3\x2b\x18\xf5\x8e\xaf\x7f\xd2\x1b\x4f\xe1\x67\x38\xe2\xa8\x74\x23\xaa\x59\x50\x92\x9a\xc0\x38\x06\xcc\x3c\x35\x8a\xd0\x65\x80\x27\x1a\x28\x80\x2e\xb7\x53\x57\x3a\x9a\x2e\x03\x18\xfa\x31\x24\x62\x3f\x98\x7e\x10\x83\x8b\x10\xfa\x66\x41\x7a\x50\x15\x97\x4c\xec\xe1\x75\x8b\x0c\x01\xa7\xc7\x38\x1b\x13\x8e\xa5\x44\xa4\xe4\x0c\x28\x4d\x97\x93\xb5\x34\xd0\xb3\xcb\x41\x5a\x19\xda\x0c\x26\xe6\xad\xa0\xfb\x9b\x63\xb4\x13\xf8\x99\x14\xc7\xf5\x28\x97\x58\xcc\x74\x6e\x4a\xd2\x54\xa1\xeb\xc8\xc4\xf9\x2c\x23\xa3\x3e\xd1\x73\x0a\x72\x02\xe3\xa9\x60\xfd\xb5\xb5\x25\x54\xcb\x95\x09\x66\x24\xba\x8c\x46\x4c\x33\xc8\x7e\xf3\x91\xec\x72\x78\x6c\x67\x20\x3b\xc9\xdf\xd9\x53\xbe\xf3\xc8\x31\x23\xc4\x1b\xd4\xc5\xc2\x65\xb6\xd8\x74\xfa\xf7\x1d\x73\x1a\x82\x11\x1c\x8b\xca\x2f\x59\x5b\xcc\x5e\xc6\x26\x6c\x61\x3c\x5f\x01\x88\x4b\xe3\x96\x9a\xc5\x84\x21\xc2\x18\x4c\xe8\x34\x8e\x4f\xcf\x8c\x71\x14\x13\x7a\x36\xba\xfc\xee\x28\x42\x04\x04\xc8\xe8\x75\x1e\xef\x1b\xa3\x31\xc0\x60\x44\x79\x8e\x61\x71\xef\x4a\xec\x18\x21\x24\x84\xfd\xa0\x72\xc2\xf8\x76\x3a\x86\x28\xb6\xf9\x5f\x13\xde\xfe\x55\x80\x78\xe9\x45\x20\x1e\x76\x8d\x77\x68\x04\x0d\x0e\xcd\xef\x3b\x3c\x63\x76\x04\x10\x15\x0e\x2e\xa0\xc1\xa7\xc3\x77\xcb\x03\xd2\x55\xfb\xa9\x21\x97\xe5\x63\x2b\x2b\xb3\x83\x7b\x8e\xf6\x1b\x8e\x29\xc4\xf5\xac\xde\xff\xc2\x9a\x02\xce\xa0\xaa\x60\x69\x13\xbb\x5d\x31\x15\x50\xd6\x39\xa0\x24\x61\x48\xdd\xa1\x13\x4d\x69\x8f\x80\xde\xe9\x5c\xb5\x2f\x8e\x61\x3c\xc2\x01\x7b\xd3\xb0\xde\x89\x16\xec\x8a\x43\x8c\x37\x41\xbf\x0a\x30\x04\x66\x4a\xf4\x4a\x23\x2b\xd2\x7e\x7e\xba\x73\xed\x0d\x97\x77\x52\x16\x09\x25\x8b\x5c\x96\xf2\xc4\xe1\xd1\x9b\xb3\x8f\x27\xa7\x87\x2f\xdf\x9c\x1c\x2f\x5f\x61\x4b\xcb\xaf\x99\xb1\x1b\x47\xa1\x48\x72\xd5\x87\x04\xe4\x55\x9b\x0f\xe9\xd3\x9a\xf1\x35\x46\x04\x5f\x8e\xf7\x2f\x09\xc9\xf0\xf2\xd6\x00\x3e\x53\x1b\xd8\xd0\x32\x24\x02\x30\x81\xfc\xbc\x76\x98\x9c\x7f\x13\x84\xa1\x01\xa6\xd3\xf0\x96\x4a\x48\x0c\x76\x0a\x84\xa1\x41\xa2\x4f\x10\xc5\x72\xd7\x33\x8e\xc0\x80\x2c\xd4\x16\x96\x87\xfd\x3e\x1f\x43\xe3\x32\xa2\x5a\x6c\xd6\x31\xaa\x97\xd0\xef\x07\x5c\x2f\x5a\xf7\xe3\xa5\x2d\xa8\x75\x4e\xd0\x4f\x77\xb8\x97\x47\xc1\x78\xc9\x8e\xed\x72\x71\xcc\x52\x84\xd6\x3a\xa7\xb8\x28\x52\x9a\xad\xa7\x3c\x95\x0e\x8f\xde\xd0\x63\x8b\xd2\xd7\x31\xbf\xa7\x8f\xdd\xd5\x6f\x24\x2d\x65\x4f\xa3\x30\x18\x05\x4b\x10\xf7\x7b\xf5\x85\x6f\x80\xbe\xe5\x00\xbf\x46\x12\x4f\xfb\xf6\x45\xa8\x9c\x7d\xfd\x76\x39\x3a\x67\x36\xa6\xd7\x3e\x44\x24\x60\x56\xd8\x0d\x13\x3e\x57\x76\x0a\xe4\xcf\x28\xf0\x76\x99\x0d\x50\x3f\x47\x45\x03\xe5\xc2\x52\x0d\xdd\x54\x78\xce\xb9\x03\x65\xed\x28\xa1\xf0\x68\xcb\xa7\xad\x80\x9c\xd3\xeb\x39\xa6\x48\xaf\xa5\x7f\x3d\x5e\xa4\x3f\x3c\x52\x84\xa8\x20\x7e\x8f\x83\x98\x04\x48\xb8\xee\xe4\x55\x61\xca\x34\xeb\x35\x87\x5d\x26\xa0\x66\x55\x7f\xf7\x9d\xc1\xde\xd3\xfc\x89\xaf\x16\x99\xca\x96\x41\x4e\xe1\x19\xb8\x5e\xa9\x84\x54\x9b\xcc\xa2\xbd\xe9\x2d\x4f\xde\x8a\xb3\x26\x40\x6d\xd6\x9c\xb5\x46\x25\xad\x8a\xe3\xe3\x9d\xc3\x50\x9c\x01\x9a\x15\x15\x8a\x6f\x45\xdf\x8e\xf8\xed\x26\x72\x59\x0e\xfe\xe1\x71\x41\xdf\x2c\xec\x1c\x5e\x86\xa8\x11\x93\x58\x7e\x85\x9f\xa6\xba\x3b\xc7\x14\xf2\x03\x10\x46\x57\x29\xbb\x93\x1a\x3e\xed\xc7\x21\x86\xec\x4c\x88\x67\xe2\xc7\x0d\x40\x84\x72\x64\xd1\x41\xc6\x7e\x4f\x25\xfb\x3d\x58\x39\x1b\x7c\xb1\x11\x73\x0d\x3c\xd1\xe2\x82\x4b\xb5\x22\xab\x0a\xc5\xa9\x20\x7b\xa8\x44\x06\x02\xfb\x46\x96\x87\x12\xd4\xe0\x14\x4a\x78\x67\xca\x86\x6c\xb8\xa1\xa7\x53\x8f\x90\xd3\x68\x76\xc4\xe2\xad\x9e\x4d\xc4\x87\xd4\x51\x29\xa2\x44\x0a\x8e\xf9\xd7\xcc\x14\xf4\xd7\x51\x4a\xf3\x3c\xda\xa1\x3e\x60\xa3\x6e\xdc\x99\x0f\x75\x29\x3b\x62\x83\xe3\x6b\x6f\xf5\x78\xcb\x62\x41\xf3\xd4\x6e\xc8\xfc\xb0\xbc\x96\x03\xd3\x92\x11\x5d\x0f\x51\xcd\x41\xf0\x7d\x61\x7c\x04\xc8\x5f\xd2\xba\xa8\xda\x04\xd7\xb4\x2b\x42\x3f\xf8\xe2\xd1\xea\x47\x9f\x6f\x4e\x7e\xd9\xff\x4f\x05\xcc\x68\x11\x59\x54\x06\xfd\x0b\xd3\x57\xcd\xe1\x97\x05\x13\x2d\x99\x51\x92\x8f\x29\x36\x4f\xe1\x4d\xc6\xb6\x34\x85\x1d\x96\xc9\x11\x29\x34\x7d\xe2\x07\x64\xc9\xb6\x19\xed\xae\x07\x23\xd6\x80\x53\xac\x0a\x20\x66\xe6\x81\xb1\xd9\xb0\x9a\x81\x86\x39\x05\x1c\xd0\xdd\x1c\xab\xd8\x6f\x84\x05\xca\x58\x44\x09\x42\xac\xc1\x70\x57\x04\x0f\x93\xc2\x6f\x25\x68\x98\x39\x6c\x08\x16\xb6\x2f\xd1\x6d\x8a\xe2\x6f\x1e\x2e\x2c\xd5\xbe\x52\x46\xb5\xd8\x0a\xb4\x30\x4d\x67\x03\x9e\xeb\x54\xfb\x5d\x54\x17\x7a\xa5\x3d\x4a\xff\xcb\x6d\xca\xa5\x35\x49\xb6\xef\xcc\xd4\xbe\xd6\xcd\x19\xad\x97\xb0\x41\xb6\x3d\xd3\x4b\xfb\x60\xdb\xf8\xe8\x0a\xe8\x3c\x6c\xf0\xcf\xe8\x79\x96\x9e\x24\xc2\x41\xd5\x46\x06\x98\xce\x73\x47\xf0\x4c\x97\xfb\x95\xc3\xa9\x49\x0f\x56\x76\xf8\x4a\x7c\x9a\x95\xce\x56\x7a\x2e\xae\x79\xb4\x7e\x15\xe5\x8e\x7e\xf9\x3c\x7b\x72\x79\x36\xd2\xe7\x71\x36\xca\x77\x28\x63\x7b\xd7\x9f\xc0\xf9\x1a\xe9\x66\x8e\x65\x15\x4f\xb7\x46\x10\xd6\xe5\xe0\x50\xb3\xa2\xb2\xd1\x7e\xa3\xac\x8b\x5c\x65\x23\x46\x0c\xf7\x55\xd7\x48\xe9\x5f\x4d\x86\x45\xf5\x28\x16\x17\x04\x4a\x75\xed\x5e\x45\x94\xff\xee\x50\x0f\xb4\x92\x0b\xdc\xdf\x08\xd6\x4a\xfa\x8d\x2c\xce\xff\x59\x63\x7d\x54\x65\x65\x9b\xae\x0a\xb4\x3a\x76\x6a\x7b\xc2\xcf\xe3\x61\x8a\x2f\xbc\xb7\xab\x29\x0a\xa6\xd7\x7b\xa8\x40\xf1\xc4\x79\xba\x4a\x09\x98\xcd\x94\x42\x4a\xf7\xfe\x5a\x89\xc4\xf7\x11\xbd\x54\x11\x6e\xb3\x97\x17\xcb\xdc\x56\x4a\xac\xb7\x37\xe8\xaf\xae\xde\x92\x76\x07\xfc\x17\xe1\xe6\xb4\xb3\x6c\x5f\x43\xbd\x25\xe1\x94\xf8\x56\x2b\x2e\x71\xca\xaa\x0a\x36\xce\x97\x70\x2f\xa4\x9b\xa8\xd0\xa3\xf2\xb9\xf6\xd0\x42\xef\xa1\x14\x53\x4b\x35\xdb\x37\x74\x2a\x14\x39\x6b\x4d\x9d\xf6\x75\xb8\xd0\x92\x15\xbc\x4f\x23\xc5\x75\xd9\x42\x85\x76\x25\xe2\x3a\x77\xca\x35\x01\xde\xaa\x3c\x09\x97\x24\xb8\x86\x8b\xd8\x7e\x81\xad\xaf\x60\x05\x5b\x2b\xbf\xae\xb4\xb9\x81\xfa\xeb\x75\xa5\xc7\x54\x57\x7a\x93\xa2\x63\x4a\x47\x97\xad\xc1\x7e\x6f\xb4\xb6\x56\xc5\x75\x53\x13\x31\xdd\xb4\xd6\xfa\x02\x39\xee\x49\x7d\x3c\xf9\x28\x9a\x4c\x00\xf2\xe3\x1d\x94\x99\x62\x37\x12\x4a\x8e\xca\x06\xbc\xca\x99\xa8\xbd\xb9\x6a\xa5\xf5\x65\xe7\xa9\xa6\xc4\x7a\x36\x96\x9d\x18\x8e\x66\x18\x76\xd4\xd1\xdd\x5b\x6c\x79\x7b\x14\xbe\xd9\xa4\xc2\x6f\xa0\xee\x5e\x86\xe8\x9c\xa5\x12\xb2\x4c\xdf\x4e\xfa\x48\x4d\xc1\xf1\xb5\xaa\xef\xad\x99\x65\xa8\x9a\xdc\x56\x34\xdb\xc9\xf4\xc4\xaf\xc3\x6e\xf7\xe1\x5f\xbf\xc2\x1f\x9f\x04\x4f\x5a\xc4\x29\x79\x2a\x16\x53\x0f\xa3\xde\x6d\x2a\xe5\x17\xbc\x58\x3d\xa5\x96\x43\xd9\xc4\xd7\xdc\xca\xd7\x2b\x2b\x63\x79\xb4\x38\x15\xcd\xb1\xf7\xb4\x89\xa5\x6f\x37\x75\x31\xec\xae\x8c\xaf\xb2\xdb\x10\x0f\xb9\x64\xeb\x7b\xaa\xc1\x57\x91\x20\x84\x0d\x60\x56\x1a\x0d\x50\x02\x95\xec\x2a\xa9\x94\xa9\x79\x73\x77\x31\x94\x72\xdd\xb8\xd7\x82\x52\x5e\xae\xf7\x5d\x5d\xef\xbb\x6b\xf5\x7e\x59\x0c\x92\xd5\x7b\xdf\x7b\xa6\xe9\x3d\xbd\xb8\x06\x48\xcc\xb3\xcd\xf4\x7e\x31\x48\x4c\x0e\xb7\x47\x67\x3e\xce\xd9\xce\x0b\xe6\xe3\xfd\x8d\xc2\xf8\xa4\xdf\x28\x63\xe2\x0c\xcc\x9f\x05\x36\x3c\x2f\xe9\xd8\x99\xe2\xe8\xf3\xad\x88\xbb\xd9\x5d\x36\xf4\xe9\x3e\x4d\xcd\x6b\xa6\x04\x57\x17\x5d\x92\x0c\x59\x97\xfe\x92\x31\xef\x47\x3a\x8d\x2d\xc7\xc2\x6b\xea\xd0\x2f\x4e\x7c\xfc\x46\x6b\xd1\x6f\x06\x08\xc8\xa8\x42\x5a\x59\x0d\xb4\xe7\x9b\x00\xe8\xf9\xd3\xd0\x9a\x82\x02\x6d\x02\x0b\xe8\x5e\x2c\xad\x92\x4a\x1b\x23\xa1\x2f\xfb\xb1\xf6\x4b\x11\xdd\x0b\x8a\x7a\x4b\x46\xd8\x8d\x9b\x61\x1b\x19\x62\xcb\x2c\x8f\x83\xb0\x6d\xc0\x8c\xc7\x0c\x79\x52\xd7\x6a\xc1\x10\x9b\x33\xc5\xca\x63\x6f\x29\xe3\xd8\x42\x73\x4b\x63\x03\xd9\x86\xcd\xb1\x4d\x0c\xb2\x5f\x6c\x25\x5b\x33\xc8\xa6\x2d\x6e\xc0\x1c\x5b\x6f\x90\xc5\xf0\x2a\x88\x09\xc4\xd0\x4f\x3b\xd1\xa8\xd7\x59\x8f\x97\xb5\xcb\xde\x33\xe9\xad\x65\x9d\x5d\xcf\x3e\xbb\xd0\xf2\xf8\xac\xa1\x85\x36\x2b\xee\xb8\x11\x03\xad\x52\x3b\xb2\x7a\x5d\x16\x2c\xdb\x9a\x26\xda\xe5\xa7\xaa\xc6\x48\x7b\x05\x09\x09\xd0\x15\x3d\xba\x30\x81\x7e\xcb\xd3\xb7\x84\x81\xb6\x3d\x52\xdf\xbc\x3d\x77\x69\x53\x6d\x13\x6b\xed\x62\x83\x6d\xd3\x50\xc8\x75\x60\xe3\xf2\x90\xd0\xaa\xa1\x37\x43\x68\x16\x46\x5e\x15\xe3\x51\x6b\xf0\xc5\xf0\x77\xaa\x6d\x5f\xdc\xae\x6d\xfc\x15\xf6\xb0\x96\x8b\x74\xe4\x2d\xba\xeb\x9b\x85\x53\x54\xcf\x2f\x6a\x19\x3e\xf3\xa7\xd1\xab\xbf\x9d\xfd\x43\x6f\x19\x66\x55\xc9\xe9\x6c\x45\x74\xd5\x45\xc1\x4f\xc7\x3c\xcd\xc5\xb4\x55\x87\x6c\xca\xf4\xc7\xfd\xcc\xa8\x6b\x3a\xe6\xeb\xe3\xa2\x5d\x40\x35\x92\x30\x45\x49\x7e\x77\x49\x51\xbb\xb9\x2a\xc7\xeb\xbc\xae\xa2\x1e\x55\x9b\x9e\x99\x52\xad\xc4\xdd\xed\x3b\xfb\xf9\x00\x11\x25\xa1\xab\xc7\x91\xda\xa7\x54\xb4\x39\xe1\xaf\x54\x57\x0d\x49\xc3\x53\x4b\x86\xb6\x5d\x05\x3a\x63\xc5\xac\xbc\xc5\xe3\x12\x83\xa9\x4e\xaf\x6a\xd8\x40\xb9\x72\xfb\x9a\x6a\x7b\xf3\xe5\x96\x33\xb4\xbc\xde\x0e\xa6\x53\x81\x8b\x23\x1b\xcd\x45\x56\xe6\xa6\xbf\x51\x54\xe5\x8a\x23\xf0\x83\x58\xd8\x23\x99\x77\x60\x49\x23\x94\xce\x8c\xa3\x82\xae\xc8\x4a\xfb\x43\xc7\xdc\xef\xee\x57\xa3\x75\x34\x92\xe9\x15\xb5\x79\x98\x92\x01\x09\x46\x9f\x6e\x57\xd6\x6c\xf3\x9a\xca\xbe\xe0\x12\xb9\xd0\x5a\x56\xe1\x9a\x8b\x20\x11\x2f\x33\x1b\x42\x4c\x32\x81\xe9\x06\x60\x44\xa5\x7e\xf5\xa5\x8e\xc8\xfe\xad\x96\xa0\xe4\x87\x0b\xb0\x35\xbb\x8e\xf9\x77\xde\xde\x83\x1a\x39\x84\xc1\xe5\x4a\x88\xdc\x31\x88\x8d\x0b\x08\x91\xe1\x43\x45\x33\x00\xc8\xe7\x00\x7f\xe8\x0a\x62\x03\x7e\x0e\x62\x12\x1b\x0c\x5b\x00\x1a\x23\x40\x40\x18\x5d\xd5\xe2\xf5\x34\x14\x4e\x96\xc8\xf4\x5e\x8a\x54\xf6\xfe\x2b\x49\x85\x0d\xb5\x35\x42\x61\xec\xbd\x8e\x4c\xfe\x19\xcd\x14\x1a\x28\xa8\x84\x44\xa1\xa1\xfb\x22\x84\xaf\x7e\x81\xbe\xc0\x5e\x3e\x44\x06\x27\x8b\x1b\x10\x1b\x18\x92\x19\x46\xd0\x37\x6e\xc6\x41\x18\x13\x83\x8a\x2b\xdc\x40\x11\xc4\x0c\xc9\xd3\x31\x30\xbc\xc4\x30\x1e\xb3\x25\xc4\xb7\x06\xb8\x02\x01\x6a\x63\x27\xd7\x3e\xb4\xec\x69\xba\xbf\xe2\x61\xc4\xc4\xb3\xc6\xc7\x90\x4a\x49\xeb\xf9\xc0\x72\x2d\x6d\x20\x01\xb3\x4c\x2b\x95\xa9\x98\xe5\x47\x17\x26\x65\x3e\x15\xd1\xff\x71\x39\xbc\x41\xcd\xca\x3c\x2b\xda\x0c\x6a\x94\xe0\x35\xbe\xce\x01\xf4\xcb\x5d\x10\x9f\x37\x2c\x33\xcd\x67\xcc\x8b\xef\xf2\x97\xa4\x1c\x7b\x71\x47\x2b\xf7\xd5\x12\xca\xf7\x06\xcd\xda\xe6\x62\x0f\x68\xfa\x98\x66\x42\x84\x3e\x53\xd5\x70\x55\x18\x99\xea\x16\x81\xc2\x8f\x56\x94\x9e\x33\xe0\x8d\x7d\x6d\xce\x72\x55\x7b\x5c\xf5\x55\x1b\x71\xcc\xbf\xde\x04\x64\xfc\x1a\x5d\x46\x8a\x76\x22\x18\x78\x63\xd0\x84\xd5\x57\x07\x81\xeb\x75\x96\xa6\xb2\xce\x5b\xe1\xb1\x5c\xb5\x30\x49\xca\xb5\xc0\x94\xb9\xd7\xfd\xca\x4d\xa4\x18\xcc\xf4\x3b\x69\xc1\x4e\x29\x60\x6a\x2e\xdc\x58\x75\x1b\x6a\x01\x59\xad\x3c\x5f\xa7\x91\xbf\xb1\xc9\x62\x18\xb6\x85\x99\x3a\xe5\xe5\x3f\xd8\x3f\xb5\x73\x54\x7c\x70\xb5\xd9\x69\x93\x9c\x97\xb4\x7d\x2b\x9a\x98\x8a\xc4\xf3\x4c\x6b\x1f\x39\x14\x76\x16\x11\xa5\xa2\x4c\x40\x76\x67\x45\x55\xbf\xc0\x2b\xa6\xb7\x1d\x01\x3c\x23\x07\x28\x63\x7c\x94\x68\x3e\x06\xb3\x92\xeb\x54\x7d\xb5\xa4\xcc\xf7\xbc\x94\x1c\xba\xa7\xf3\x6a\xb4\xb9\x64\x2b\x79\xef\x0b\xed\x13\x70\xd1\xa1\x9c\xac\xba\x18\x6c\x2e\xae\x30\x07\xc1\xb4\x9b\x2d\x16\x8f\x65\xe1\x11\xb2\xcc\xb4\x29\xa3\xfe\x9c\x81\xf9\x8a\xa3\xc4\x8b\xba\xfa\xd5\xc7\xb7\x34\x20\xba\x6a\xc5\xe0\x52\x2c\x22\x0f\xa8\x6c\xfc\x5e\x2e\x16\xaa\xa4\x08\x16\x09\x95\xc5\x49\xd1\x15\x9a\xc0\x78\xdc\xb9\x02\x04\xde\x80\xdb\x72\x17\x1a\x0e\x5c\x50\x18\x6c\x34\x68\x90\x3e\xbc\xc4\x88\x4b\x2f\x31\x22\x2d\xb7\x90\x86\xa6\x2c\x3d\x86\x5f\xa6\x31\xc1\x10\x4c\x1a\x8d\x61\x96\x3e\xbc\xc4\x18\x4a\x2f\xe5\x20\xfb\xd6\x1e\xc0\xc9\xe7\x69\x14\x43\xdf\x78\x0f\xc8\xb8\xd1\x20\x20\x7f\x61\xca\x9e\x5f\x62\x1c\xba\xf7\x74\x43\x69\xd8\xef\x73\x70\x15\x1b\xdb\x06\xab\xbf\xdc\xa0\xd7\x69\x5d\xec\x25\x7a\x5c\x7c\xa7\x08\x83\xd6\x44\x3c\x8b\x66\x24\x84\x65\xde\xc4\x22\x96\x1f\x2d\x1f\xee\x62\x28\x52\x69\x2e\xe6\x32\x8b\xaf\x64\x93\x97\xc7\x3e\x6c\xe4\x04\xdb\x5d\xc7\x0b\xd6\x28\xdc\x6a\xd9\x64\x84\xc5\x89\x08\xcc\x0b\xc4\xbc\x4f\x22\x64\x93\xff\xcb\x89\x42\x0b\xf1\x91\x3a\xb2\x38\x9e\x56\x96\xb1\x90\xba\x88\x1c\x33\x88\x3b\x82\xe2\x84\x83\x09\x60\x0c\x6e\x59\x7c\xe8\x64\x0a\x46\xa4\xe0\xdb\xea\xc8\x35\x66\xf7\x23\xc4\x8e\x9c\x15\xfd\x4c\x92\x53\xb7\xe3\x6a\xda\x01\x0a\x87\xfd\xa2\x4e\xa7\x47\x3f\x9e\x3d\xfe\x67\xf0\xf2\x3f\x7a\xa7\x13\x01\x57\x57\xd0\x3f\x4c\xbd\x4d\x22\x83\x22\xf5\x3f\xb5\x53\x2f\x5e\xad\x62\x94\x1d\x69\xe7\xea\xb7\x2b\x4a\x44\x36\xad\x67\x44\xc0\xc5\x2c\x04\x38\x1f\xf5\x27\x40\x00\xc5\x9a\xf1\xa1\x76\x94\x83\xa9\x42\xae\x78\xb4\x54\x6f\x57\x0b\xfc\xdb\x88\x76\x2d\xb5\x05\x32\x56\x57\xe2\x1c\x5c\xd5\x88\xe9\xba\x37\x52\xf9\x73\x75\xa3\x59\xa3\x71\xe2\xe8\x66\x79\xa1\xfe\x71\x41\x54\xea\x89\x68\xd5\x95\xa5\xf4\x74\x0e\x9a\xd7\xab\xa6\xdf\xed\x16\xbf\x9b\xa3\xf5\x32\x3c\xed\xae\x12\x8f\x5c\xd0\x3a\x7a\xb9\x4b\x55\x48\x2e\xf4\xc5\xf7\x11\x26\xea\x5b\xe2\xef\xc2\xd9\xd8\x70\x0a\xfe\xbf\xff\xd7\x2c\x87\x98\xef\x3a\xa6\x25\x5e\x93\xc6\xa6\x25\xd4\x82\x7a\x22\x6b\x32\xc1\xc5\x09\xe2\x0f\xf7\xf3\xb7\xd3\x61\x2f\xea\x44\x23\xd5\x67\xa5\x13\xb4\xe7\xec\xae\x6c\xec\x37\x2b\x62\x01\x79\x77\xb2\xba\x54\x28\x62\x60\xde\xbc\x88\x81\x91\x32\x2e\x57\x31\x1e\x37\x01\x7b\x6e\x5e\x52\x27\x62\x07\x52\x07\x28\xa8\x98\xec\x9c\x07\x2c\xb8\x83\x9d\xf6\x10\x11\xcc\x83\x44\x6e\x02\xca\x35\xd6\x3a\x6d\xb3\x53\xb2\xb5\x73\x37\x27\xeb\x7e\xe1\xa3\xf7\x7f\xf6\x70\x38\x8a\xfe\xf6\xb2\x59\x91\xc1\x35\x4e\xd6\x42\x98\x7f\xee\xdc\x7a\x2f\xc4\x33\xae\x6d\xd0\x0b\x7c\x6a\xda\x88\x2b\xad\x23\xe4\x3c\xe2\x7b\x18\xc4\xc4\x88\xc7\xd1\x4d\x6c\x04\xc8\x0f\xae\x03\x7f\x06\x42\xe3\xd5\xf9\xf9\x7b\x83\x2d\x95\x21\xd6\xcd\x20\x63\x1c\xcd\xae\xc6\xc6\x09\xba\x8e\x6e\x8d\xcb\x08\x1b\xd2\x5e\x9b\x05\x6b\x86\xc1\x27\x68\xbc\xc7\xd1\x04\x92\x31\x9c\xc5\xae\xc1\x82\xd9\x26\x11\xdd\x36\x17\xd1\x8c\x70\xdf\x50\x80\x8c\x68\x86\x0d\x5f\x8d\x13\x74\xd3\xe8\x97\x52\x99\x00\xd5\x40\xcc\xba\xd2\xa1\x1d\xab\xc0\x29\xc9\xc4\x23\x1e\xae\xd1\x64\xc6\x87\x22\x61\x20\xcf\xde\x1a\x44\x69\x54\x43\x92\xb6\x50\xed\xb6\x89\x83\x67\xe9\xb0\xe7\x7a\x06\x57\x60\x71\xf7\x4c\x0f\xd2\x37\x96\x4f\x0d\x11\x5a\xc7\x5f\x65\xe3\x66\x4d\x5e\x4e\x6d\xac\x2b\x0b\x1b\xd9\xe1\x51\x07\x98\xd1\x5c\x5a\x97\x59\xbd\xf8\x7f\xf8\xf8\x18\x8d\xc5\x1c\x94\xf9\x6a\xc6\x6f\x75\x58\x14\x27\x44\x19\xa8\xac\xd3\xd4\xf7\x9b\xa3\xf5\xba\x63\xcd\xcd\x2f\xd5\x92\x49\x5c\xab\x82\x43\x72\x59\x62\x51\x45\xb7\x51\x84\x46\xec\x04\x92\x8a\xe5\x4a\x75\xdc\xea\x4f\x86\xd6\x8e\x9b\x9c\x61\xef\x0b\x1f\x37\x0f\x7f\xfa\x69\xdc\x3d\xeb\xbd\x6b\x31\xf1\x5c\xd8\xd1\x73\x40\x85\xdd\x46\x50\x8d\xa9\xca\xb7\x57\x9f\xc0\x5d\x87\x53\xb8\xb7\x62\x02\x77\x57\x93\xc0\xcd\x96\xa8\x3e\x71\xbb\xd1\xc0\xd2\x71\x29\x06\xbf\xa7\xca\xb5\x05\xb9\xc3\x75\xc3\x6d\x98\xaf\xae\xcf\x1d\x5e\xae\xf3\x3d\x4d\xe7\x17\x27\x9d\xb7\x89\x29\xd9\xb0\xf3\xda\xc4\xe7\x7d\x8d\x5b\xe7\x89\xbe\xcb\x4f\xb3\xdb\x85\xa4\xe7\xc7\xcb\x0c\xef\xc9\x2a\x29\xcf\x8f\x55\xc0\xcc\x47\xce\xc0\x7c\x0b\xe3\xb1\xf0\x35\xe8\x6c\x1d\x3a\x07\x4f\x73\x99\x70\x81\x58\xd8\x1e\x48\x60\xb1\xb2\x60\x4f\x9b\x1c\xcc\x2a\x2d\xb0\x4d\x77\x11\x7d\xce\x9c\x97\xba\x22\x6c\x99\xe4\xc5\xb9\x69\x87\xbd\xf6\xdf\x82\x3d\x98\x97\xb3\x5a\x4a\x4d\x55\x27\x6a\x13\x48\x80\x66\xfb\xd9\xa9\x35\x2b\xdd\x38\x41\x55\x63\xf2\x6f\x68\x23\x6f\x33\xb9\xb4\x25\xc9\xbb\xb1\x99\x6c\xd5\xb4\xc3\x45\x52\xb8\x94\xc5\x99\x6c\xcc\xe5\x19\x16\x39\x8b\xa2\x7c\xf9\xec\x8d\xb2\x15\x5d\xc2\x61\x33\xc9\x75\xa1\xd5\xa9\xdd\xf4\xe4\x16\x90\xa3\xca\x55\x4a\x5a\xc7\x81\xca\x92\x82\x84\xfd\x66\x9d\xec\x9e\x54\x66\x6a\x3f\xab\x47\x23\x3e\xb7\x26\x93\xa7\xce\xc3\x2f\x2c\x8f\x5f\xfe\x0b\x3f\x3e\x7e\x77\xf8\xa9\x75\xf3\x8f\xba\xb9\xd5\x27\xc4\x6b\x57\xba\xa2\x86\x55\xc9\xe4\xe7\xf2\xf1\x45\x65\xad\x24\xfc\x78\x57\x78\x80\xdb\xb1\x20\x19\xaa\x0b\xe7\xaa\x53\x3a\x09\xb2\xd3\x7c\x75\x4b\x49\xcb\x3c\x7b\x63\x1c\xbb\x09\xbf\xce\x59\x4e\xe8\x52\x6f\x3c\xce\xb9\x79\xfe\x50\x65\x5d\xcc\x12\x8d\x2a\xee\xfd\xa6\x74\xca\x1c\xcb\xf5\x74\xca\x69\x93\x3f\xb8\x16\x25\x0a\x19\x45\xf6\xb2\x52\x3e\x29\x88\x92\xc5\x8f\xff\x49\xb2\xd5\x02\x86\x9c\xdb\xaf\x95\x7c\x75\xe7\x74\xf5\x69\x2c\x7d\x25\xa9\x6f\xa4\x25\x93\x55\x3a\x4b\x6d\x1d\x8d\x33\x25\x66\xea\xcb\xba\x46\x7a\xdd\x4f\x9f\x6f\xd1\xb3\x16\x6d\x55\x2b\xf9\x4f\xf2\xa6\xad\xdd\xe5\x4d\x5b\xc7\x30\x26\x01\x62\x06\xd7\x95\x0a\x92\xac\x6a\xe3\x52\xba\x5a\x63\xd2\xaa\x1e\xd0\xe2\x82\x24\xb2\x8b\xcf\xf4\x96\x95\xb4\x1a\xec\xb3\x92\x69\x65\x6f\x19\xd3\xca\xb2\x88\x79\xf2\x0b\x99\x69\xe5\xa9\xd6\xfb\x92\x85\x07\x36\xb4\xb5\x6c\xbe\xbc\xc2\x06\x2d\x27\x72\x63\x77\xd2\xad\xde\xdc\x7c\xa2\x92\x4f\x20\xa0\xcb\xee\xc7\xa4\xb2\xbf\xb0\xaa\x64\x13\xb6\xdd\x9e\x59\xa5\x34\x8b\xdf\xa4\x6d\xa5\x4c\x0b\x7a\x27\x66\xae\xc6\xb5\xc6\xe0\xc2\xc6\xf8\x58\x56\xa7\xfe\xd3\xfc\xb2\x39\xf3\x8b\x9a\xb7\x8c\x22\x43\x8d\x3b\xde\x1c\x5b\xfa\x26\x2c\x2f\x2b\xc5\xe6\xec\x37\xc6\xda\x5e\xec\x93\xac\x32\xb4\x68\xec\x2a\x99\xed\x85\xed\xac\xb4\x78\xbc\xf4\x63\xde\x17\xa4\x76\x8d\xd8\xb7\xae\x20\x29\x72\x8a\xbe\xa8\xe8\x18\x07\x3f\x8d\xde\xee\x5d\x9e\xeb\x45\x47\x81\x93\x2d\x45\xf2\x1c\xa8\x4a\x6d\x35\xbc\x45\x48\x2b\xb5\x18\xdc\xbb\x4b\x61\x70\x0b\x58\xec\x14\x50\x97\x0a\x30\x97\x01\x8e\x09\x9f\xbf\xa6\x02\x8b\xae\x32\xad\x84\x2a\xd9\x5d\x90\x1c\x57\xe5\x9a\x58\x0f\x0c\xa6\x11\x3f\xbd\x1f\x38\x98\xde\x53\x45\x32\x79\x36\xcc\x01\xc2\xec\xad\x02\x08\x53\x85\x2d\xbb\x26\x20\xcc\xe2\xb1\xc9\x01\xf5\x6a\x92\x1e\x9a\xb6\xf1\x78\x69\x01\x6b\x21\x0b\x5e\x66\xe9\x57\x80\x86\x31\x1a\x82\xc3\xec\x2d\x00\x87\x69\x75\x1c\xeb\x01\xc4\x3c\x29\x04\x1d\x14\xfa\xdf\x32\x42\x8c\x2a\x7e\x3d\x6b\x0b\x57\xa2\x28\xdd\xdc\x23\xb2\x84\xb1\x1e\xb6\xc4\x66\x90\x62\x56\x97\x86\x96\x40\x8b\x59\x8e\x6e\xd6\x85\x8b\xf9\x7a\xe9\x66\x15\xc8\x98\x3a\xaa\x59\x08\x1a\xb3\x2a\x6c\xcc\x86\xa9\xe2\x9b\x58\xac\x2f\xb4\xc9\xdb\x87\x90\xd9\x98\xc2\xb3\xfc\xf9\xfb\x6c\xe5\x83\x6b\x15\x30\x19\xe3\x7e\xe1\x64\x56\xaf\xe1\x9b\xfb\x04\x89\xa6\x51\x18\x5d\xdd\x76\x26\x90\xe0\x60\x14\x6f\xae\x98\x6f\xd5\x2a\x55\x95\xf4\x6d\x3c\x13\x6b\x02\xeb\xc8\x1d\xb4\x10\x56\x47\x3e\xb8\x10\xd6\xe6\x51\xbb\xa0\x3a\xeb\xee\xa7\x8d\xe6\xd2\xa9\x13\xb3\x00\xab\x46\x4d\x5e\xaa\xd6\xbb\xaa\xbf\x50\x07\xfe\xb1\x0c\x6c\x4d\xfe\xeb\x55\x62\xb0\xbe\xf5\x06\x20\x36\xc5\xe6\xbf\x4e\x40\x1b\xbd\x98\xfd\x4c\xab\x16\xd7\x62\x2a\xac\x05\xf7\xb1\x18\xbb\xe2\x51\xd9\xa3\x54\xae\xea\x93\xc6\xe6\x8a\xe0\xd1\x13\x04\x2e\x42\xc1\xbf\xc5\x68\x5e\xc7\xf4\xc6\x3b\x1c\xb0\x62\x06\x85\xea\x3a\xaa\x1f\x48\x84\xe9\x6a\x6d\x86\x45\xa7\x4e\xe5\x44\x05\xe8\x0a\xc3\x38\xd6\xcf\x55\xc9\xeb\xd3\x6d\x88\x27\x20\x58\xb5\x59\xc9\x68\x18\x96\x8d\x2b\x59\xba\xb6\x08\xd8\xe2\xc7\xf5\x00\x14\x5a\xa1\xba\x62\xf4\x04\xe2\x09\xf3\xf5\xa1\xab\x4a\x04\x8e\x86\x63\x7e\x13\xa0\x4f\xd0\xcf\x58\xe5\x82\xa1\x17\x39\xee\x82\xa1\x97\x18\xf4\xda\x43\xaf\x58\xf8\x65\x87\xad\xc1\xec\xd0\x0f\xb8\x1a\xaf\x43\x3f\x62\x1d\x54\x87\x66\xc8\x0d\xbb\xf9\x5a\x18\x4e\x17\x76\x33\x48\x1f\x6c\xd6\xcd\xd2\xf3\xaa\x4f\x77\x09\x86\xd5\x22\x25\xbe\x66\x48\x3d\x42\x28\x5a\x30\xd8\xf4\xc9\xa6\xa3\x2d\xbe\xb0\x98\x10\x1b\xb1\xbc\x94\xdd\xad\x38\xe6\x0f\xd1\x8c\x4e\xdd\xa2\x01\x63\xf1\x58\xb3\xd1\x16\x9e\x5e\x3c\xd4\xc7\x75\x6b\xbc\x2a\x2f\x65\x91\x79\x0b\xf8\x28\x0f\xf9\x6b\xc4\x43\x95\x47\x73\x03\xaa\x47\x63\x59\x6c\x54\x6c\x5b\x42\x58\x19\x23\x2c\x2d\x65\xa8\x14\x7c\x5a\xc6\xfe\xae\x93\x17\xcb\x92\xf3\x9e\xf6\x2b\xba\xc5\x3d\x06\x04\x8c\x20\x22\xcc\x69\x91\x0a\x5b\xd9\x9e\xe0\x90\x71\xda\x57\x4f\x15\x18\xb1\x4a\x39\x74\x98\xc3\xd2\xa9\xac\x12\xb1\xb0\xba\x44\xb5\x30\xfc\x6e\x0a\x91\x71\x0c\xe2\xf1\x45\x04\xb0\xbf\x48\xe4\xbd\x7f\x52\x59\x03\x9b\xcc\x5c\x88\x2c\xd4\xdc\x11\xa4\x99\x95\x2c\xba\x62\x57\x61\x13\xbb\xbd\xd5\x91\x85\xca\xe5\x30\x96\x9a\xcf\xcd\xb9\x68\xf7\x16\x98\xbb\x76\xb5\xa6\x91\x06\xb8\x44\xc2\x85\xca\x3c\xb0\x33\x1c\xf2\x62\x17\xc8\x87\xb8\x23\xbd\x88\x79\x98\xa1\x14\x85\x88\xa3\x12\x31\xf7\x2d\x87\x3b\x48\xbd\xb2\xec\x7f\x53\x1c\x7d\x56\xdc\xbc\xcc\xde\x5a\x06\x27\x1a\x8d\x41\x80\xaa\x8a\x6e\xa4\xbe\xe3\x45\x10\x46\xeb\xf8\x7c\x19\xdb\x6e\xc1\xcb\xbb\x13\x28\x32\xd0\x17\xf5\xf7\xee\x8d\xde\x85\xe0\x7f\x8e\xf5\x61\xf4\x1b\xa8\xa7\xfc\x64\x19\x57\xee\x6a\x41\x87\x4f\x87\x79\xe0\xc2\x06\x41\x87\x69\x7d\xd7\xc7\x2b\x17\x44\xee\x3d\x5e\x31\xd6\x70\x4f\x93\x4f\xdb\xa4\x12\x72\xa3\x91\xa9\x75\x69\x4b\xb1\x87\xc5\x62\xb5\x4b\x56\xe3\x5d\xb6\x52\x6d\xd5\xa8\x1b\xf4\x7e\x5f\xd7\xfb\xfd\xb5\x7a\xbf\xbf\x99\xde\x6b\x23\x3f\x1f\x6b\xad\x05\xdd\x8a\xd0\xcf\x9e\xf2\x40\x21\xf6\x73\xb9\x21\x2e\x5b\xec\x59\x7e\x42\x09\xfe\x5c\x26\xb8\x53\x1d\xa5\xb6\x82\xee\x4a\xc1\x9d\x66\xbb\xa1\x9d\xa6\xae\x88\x67\x7d\x5c\xe7\x9f\x35\x67\x37\x51\xf8\xb5\x61\x14\xe8\x6a\x15\x60\xcd\x4d\x47\x81\x96\x08\x27\x17\x04\xaa\x8a\x20\xca\xc8\x75\x60\x9c\xa6\xf3\x67\x26\xee\x3d\x85\x82\xe6\x50\x71\x32\x4b\xd1\xe6\xb8\xd7\x9f\x31\xa0\xc3\xe6\xea\x68\xab\xd5\xfc\xb2\x60\x51\x75\x2b\x4a\xe1\xb5\x95\x9a\x7c\xad\xa7\xed\xe6\xf5\x82\x96\xb4\x0c\xc5\xfa\xf8\x45\xd5\x8c\xf3\xc7\x7e\xfc\xf3\xab\x27\xa7\x7a\x35\x23\xd2\x2a\x11\x35\x86\x80\x25\xec\x00\x05\xdd\x3f\x7f\x3a\x57\x6b\xfe\x55\xb0\xbd\x0d\x69\x75\x33\x38\xba\x85\x45\x6d\x99\x46\x76\xa0\x4f\x49\xfe\xcb\x12\xca\xd1\xaf\xb7\x3f\xfd\xf4\xfe\x6f\x3f\x35\x4b\xeb\xce\x0e\xe4\x74\x18\x3b\x97\x11\x9e\x64\x44\x23\xc3\xc4\x45\x3e\x86\x08\x67\x05\x33\x12\x5d\x06\x61\x28\x44\xb9\xd9\xc5\x24\x20\x19\x6d\x31\xc1\xa3\xa7\x93\xc3\x52\x3b\x62\x3e\x2f\x4d\x9a\x10\xf7\x72\x5a\xc2\x22\x3b\xbf\xcb\xe1\x80\xeb\xac\xbc\xd5\x04\x96\x0e\x8c\x8d\x8b\x0f\x2b\x2d\xa9\x2f\x99\x15\xc1\x00\xc5\x0c\xe1\xb2\x43\xa2\x76\x68\x8e\x11\x49\xdb\x84\x27\x70\x91\xbf\x2c\xe5\xf5\xfe\xf1\x63\xf7\x1f\xdd\xe3\x1b\x3d\x8b\x02\xd3\x40\xf0\x7a\xad\x3d\xe4\x06\x07\xdc\xa8\x9c\x3b\xa4\x98\x50\xa8\x23\xda\x72\x34\xb8\x12\x49\xac\xb8\x98\xcd\x9d\xef\xe6\x7c\xa5\x93\x9d\xef\xe6\xfe\x28\x51\x67\xed\x32\xc2\x1d\x31\xa5\x3b\xdf\xcd\xe3\x70\x76\x95\x98\xda\x14\xc6\x02\xad\x84\xb3\x2b\x49\xb0\x4f\xa4\x9a\xe7\x48\x98\xa9\xe1\xd2\xc0\xcb\x0d\x24\xbb\xa5\x23\x93\xa5\xe8\x49\xdf\xcb\x89\x9e\x4b\x15\xad\x6c\x00\xb5\xd7\x72\x4c\x57\x26\x4e\xee\xf6\x86\xcb\xa6\xbe\xee\xca\x9c\xcf\xde\xb3\xa1\x63\x1e\x32\x22\x5a\x3a\xe3\xb5\x61\xc2\x67\x5d\xc6\x2b\x8f\xbd\xac\x37\x3e\x35\x1a\x50\x0a\xf5\xad\x66\x0b\x3c\x56\x2e\xae\x81\x88\xf6\x74\x1d\xf3\xcd\x3a\x89\xbb\x4f\x54\x8b\x9a\xce\x7c\xf3\xb8\xc2\xba\x96\x33\x3a\x35\x1a\xe3\xb2\x06\xb6\xf4\x1b\x72\xb8\xa2\x3a\x2f\xa8\xc0\x6c\x58\x04\x3c\xbb\xb4\xe9\xb5\x98\x47\x67\x8e\x30\x04\x04\x1a\x1a\x57\xf5\xd2\xe9\xbd\x4f\x1d\x93\x9e\x0d\x20\xcc\xec\x0e\xdc\xb3\xc6\x1c\x94\x22\x78\xb2\xb3\x62\x25\xff\x7a\xdf\x62\xed\x21\xce\x87\x68\xe6\x9c\x7e\x5d\x9e\x04\xd5\x49\xef\xa5\xd3\x75\x94\x5d\x29\xa7\x1c\xaf\x06\xb1\x50\x9e\x7a\xe9\xfa\xde\x6f\x29\xb3\x5a\x27\x65\x7d\x7d\xf8\x71\xaa\xa5\xa8\xb1\x79\xab\x18\xde\xcb\x0e\x66\x79\x98\xcb\x71\x05\xe8\x13\x1d\x81\xb4\x73\x45\xc8\x87\x21\x24\x39\x56\xf7\x8c\x1d\xd6\xa6\x3c\x4d\xe5\xcf\x27\xf4\x67\x36\x69\x19\x96\x6d\x7a\xcd\xe4\xc2\xe6\xd2\x8e\xcd\x4d\xba\x62\xdb\xb5\xf7\xe5\x86\xca\x7d\xe7\x39\x43\xdf\x5e\x2e\xdd\x7b\x7f\x15\x0f\x6f\x66\xf7\x7a\xdc\x96\xb9\xaf\x9e\xfa\xf5\x29\xdf\x12\xd1\xeb\xaf\x2a\x7d\xf0\x3e\xe5\xb2\xbe\xc5\x50\x1f\x51\xce\x22\x9e\x5c\xcd\xaf\xad\x8e\xfc\x09\x1d\xf9\x2c\x26\xd1\xe4\x03\xe4\x46\x8a\xd3\x88\xc8\x48\x88\x6c\x0e\x6a\x62\x56\x4b\xad\xd1\xe1\xac\xdb\xc8\x39\xb8\x08\xb3\xd7\x55\xd3\xe8\x22\xc6\xca\xb4\xd1\x45\x51\xb6\xc5\x9d\xfd\xa4\xc2\x25\xbf\x44\x90\x43\x91\x9c\xd6\x35\xa3\xe6\x28\xa9\x1d\x63\x6a\x63\x16\xb0\xaa\x49\x35\xfb\xc0\x62\xc3\xaa\xfc\xaf\x60\x60\x95\xeb\x58\x30\xc0\x34\x3f\xa7\x1c\xf3\x32\x9a\x21\xdf\x30\x73\xa6\x19\x06\x52\xae\xe6\x04\x15\x8d\xa6\x4a\xd7\xab\xab\xcd\x2e\x41\x0c\x4b\x52\x4e\xe3\x48\x9a\xe2\x83\x8f\xdb\x34\xe1\x3e\xd2\x28\x3a\xb5\x76\xd8\x5d\x67\xcf\xd9\x57\xbd\x3e\x4b\x4b\x23\x4b\x99\xc7\xaa\xec\xb6\x59\xc0\xc8\x08\x20\x69\xc2\x65\xc6\xdc\xbc\x0e\x9b\xa2\x98\x8b\xcc\xa2\x8e\x4c\x4c\x67\xca\x6d\x6a\xff\x98\xe1\x60\x55\x73\x6f\xa6\x04\xb5\x6b\xde\xcd\xdb\x3c\x5a\x31\xa4\xe0\x34\xde\xf2\x8b\xda\x4f\xd0\x4f\x7b\xa7\xcf\xfe\xb5\xfb\xba\xb1\xe5\x6e\x51\x3e\xb5\x0e\x95\x70\x29\xc5\xa4\x78\x7e\xb3\xc4\xe2\x6b\x88\x6f\x3b\x22\x92\x48\x7c\x93\xff\x25\xbf\xca\x4e\x3e\xc0\x03\x60\x75\xdf\xdf\x53\x73\xc3\x16\xb9\x2c\x78\x43\xab\x13\x8c\x58\xdb\x56\xe8\x24\xce\xc2\xe1\xbf\x28\xa1\x7c\xf8\x7c\x7c\xd2\x7d\x75\x1e\xb6\x1b\x72\xb4\x88\x9a\xca\x18\x3b\xab\x47\x18\x15\xe3\x39\x1a\x44\x18\x3d\x52\xa3\x56\x56\x44\xec\x6f\x18\xb2\x52\x67\xee\xc8\xdc\xce\x6b\x5b\x77\x54\xa0\xb6\x12\x6c\x19\x43\x6f\x5b\xdd\xba\xd3\x10\xb7\xad\x15\xeb\x4e\xae\xce\xed\xea\xb0\x6c\x4f\x37\x0e\xcb\xf6\x54\x8d\xcc\x79\xb2\x4c\x64\xce\x66\x00\xeb\x37\x1a\x99\x23\x53\x4e\xbe\x42\x43\xc3\x5a\x71\x34\xb5\x95\xc9\x94\x92\x4e\x69\xf9\x9d\x09\xb8\x35\x30\x1c\xc1\xe0\x1a\x1a\x04\x83\xcb\xcb\x60\x64\x5c\xe2\x68\xa2\xa9\xd4\x23\xab\xf9\x30\xf1\x58\x24\xae\xb8\xc6\x1b\x08\x30\x52\xeb\xf5\xc8\x7a\x38\xf4\x33\xe2\x29\x59\xbf\xa7\x04\x13\x5b\x51\x0b\xfd\x51\xb3\x42\x3d\xda\x44\x9a\x36\x02\xe3\x63\x02\xa7\x9d\x0b\xaa\x48\xc1\xa9\x71\x35\x0b\xfc\x9c\x49\xad\xa2\x84\x9b\xb1\xa9\x50\xa6\x6f\x12\xc7\x4e\x7a\x8e\x72\xa6\x8c\xcc\x5d\xaa\xe4\x54\xee\xcb\x44\xed\x42\x94\xd2\x72\xdf\x6e\x27\x14\xe5\xcf\x18\xa7\xc6\x31\x4e\x21\x4f\x82\x54\xb2\x15\xff\x97\xd7\x19\xb8\xf7\x48\xa7\x75\x0a\x0c\xf0\x6a\x5d\xe9\x7e\x6c\x23\x74\x49\x95\xfd\xda\x54\x6a\x53\x0b\x5e\x1b\x4a\x0a\xe1\x29\x76\x5f\x54\x41\xf9\x69\xf4\xf3\x9b\xcb\xfd\x7f\x5d\x54\x16\x75\x6e\xab\x72\x73\x39\xe6\x50\xf1\x9d\xc9\x64\x43\x05\xf1\x77\x99\x6d\x29\xdc\xd0\xc3\x62\x34\x32\x3f\xa8\xee\xad\xb8\x40\x29\x8f\x4e\x96\x44\x10\xf5\x7d\xd7\x29\xd2\xd8\x32\x03\xdf\x18\xfb\x6e\xc2\xbc\xbf\xba\xd2\x03\x55\xf6\xbd\xe6\x4c\x4e\xb0\x9d\x7c\xd1\x14\xca\xb1\x26\x80\x0a\x6f\x54\xc9\x0f\x01\x21\x10\xad\xcf\x82\xd8\x84\xb5\xc2\x7e\x32\xb4\x84\x2f\x5b\xdd\xe4\xf7\xab\xe0\xf1\xf1\xe7\xf7\x5f\x8f\x31\x4d\x31\x7f\x14\xa3\x94\x4a\xa9\x2d\xdd\x3c\x18\x41\x2d\x26\x86\xfa\xce\x71\x74\x83\xea\xde\x5a\x9d\x55\xb5\xc6\x26\x1a\x30\x89\xd5\x40\x71\x4c\x6d\x61\x8e\x1c\x13\x38\x8d\x0c\x1f\x4e\x21\xf2\x21\x1a\x05\x30\x2e\xbe\xbc\x64\x40\xc1\x46\x99\xde\x62\x96\x57\x86\x66\x86\x01\x19\x43\x6c\xf8\x19\x11\x50\xed\x2f\xc3\x6b\x76\x8c\x9b\x71\x30\x1a\x1b\x13\x08\x50\xcc\x25\x4d\x14\x65\xda\x2f\xe5\x9d\x52\xb5\x85\xbe\x41\x22\x43\xa8\xa1\xc6\x4d\x40\xc6\x46\x40\x5c\xe3\xd0\xf7\xb3\xe6\x18\x0e\xa1\xe2\xa7\x22\x91\x01\x51\x3c\xc3\x30\xe7\x5e\x32\x82\xd8\x48\xd1\x28\x79\x4b\x64\x0c\x0d\x0c\x63\x62\x44\x97\xc6\x6d\x34\xc3\xe9\xa3\x13\x18\x8f\xdd\xfb\x5a\x95\x35\x23\x5d\x04\x1c\x15\xdb\xf4\x7e\x34\x8a\x3b\x54\x5d\xa8\x5c\xac\x05\xe6\x00\x66\x36\x6b\xa5\x70\xef\x28\x9a\x4c\x43\x48\x60\xa1\x68\x2f\xfc\x0c\xe8\xf5\xcc\x78\x50\x6f\x25\xa8\xb0\x2e\x88\x91\x1d\xab\x75\x7c\x8d\x08\xe5\x11\xc1\xb5\xa7\xec\x6a\xeb\xd8\x1e\x38\xa5\x5a\x05\xe7\x47\x66\x93\x80\xfe\xcb\xdb\xc3\xa3\x37\x8d\xeb\x2f\x94\x44\x36\x1d\x82\x1b\x33\x07\x4c\x02\x02\xfd\x8e\xf4\x7f\x55\x79\xfd\x1b\xe6\x8c\x15\x3f\x53\x1d\x98\x9d\xc6\x2e\xff\x35\x3b\x83\xcd\xbf\x8a\xd7\x5e\x89\x02\xd2\x41\xfc\x01\x4e\x22\x02\x8f\x8f\xe8\x5f\x63\x10\xbf\xe5\xf7\xdf\xe3\xe8\x3a\xe0\x50\xd4\x7f\x8d\x50\x16\x76\x95\x46\x70\xef\x33\x0d\x37\x83\x77\xd8\x67\xd6\x83\x3c\x2c\xb4\x53\xb0\x17\xca\x48\xbf\xc7\x7a\x58\x89\x47\xcd\x60\x25\xf2\xdf\x7d\xa4\xf9\xee\xb0\x8c\x47\xf2\x54\x79\xf9\x4d\x34\x02\x61\x0e\xb3\x64\x9f\x99\xa7\x55\x93\xb4\x08\xb4\x4b\xd1\x66\x6a\x83\xca\x2b\x8a\x47\x37\x94\xea\x94\xd5\x61\x42\x5d\xde\x31\x2b\x45\xbc\xd4\x01\x5b\x81\x11\xc0\xf1\x00\xb4\x0b\xc8\x5c\xb9\x9d\x54\x25\xe6\x8a\x30\xf7\xc9\x22\x7f\x2d\x21\x51\xf4\xbc\x15\x41\xf1\xab\xa9\xf5\x73\x71\xfa\x64\xff\xa7\x7f\x20\x78\xbf\xde\xb4\x32\x58\xe3\xea\xe2\xe4\x93\xe1\xd2\xf9\xfa\xb9\x18\xdb\x15\xbd\x69\x0d\xa3\x6b\xeb\x72\xbf\x9b\x79\xd3\x1a\x0d\x69\x7f\xb8\x5e\xaa\x7b\x0b\x7e\xc3\x56\x52\xdd\xf7\x75\xfa\x40\x3b\xa9\xee\x75\x43\xbc\xe7\x54\xf7\x3f\x1d\x6a\x5f\x85\x43\x6d\xb1\x9e\xf1\x4b\x26\xed\x63\xa8\x7a\xca\x00\xa9\xf6\xac\xad\xee\x3f\x6b\xc9\x6f\x56\xc2\x03\x6c\xc3\x67\xe6\xab\x62\xaf\xce\x5d\x56\x29\xe8\x7e\x23\x2e\xb3\x8d\x38\xcd\x2a\xb7\x51\x4b\x55\x9f\x96\xed\x4b\xbb\x65\x97\xdb\x74\xa5\xb5\x1e\xe3\xba\x41\x77\x5a\xf3\xd8\xd6\x9c\x5d\x56\x53\x3a\xea\x2b\x74\xa6\xd5\x46\xbf\xae\x11\xa1\xba\xb9\xd2\xdd\xf7\xed\x56\xcb\x57\x90\xfa\x9a\x7d\x6b\x6b\xd5\x96\x92\x05\x5d\xbe\xa8\x7e\xf2\xf3\x3f\x9e\xfc\xed\xcd\xcf\x3b\xfa\x82\x52\x25\xd5\xa3\x60\xee\x68\xb6\x69\x16\xd5\xaf\x69\x5a\xe0\x7a\x11\xfa\x9d\xac\x04\xb2\x54\xe9\x59\xf6\xd2\x2a\xab\x37\x86\xc0\xff\xd2\x8b\xf7\xe3\xfb\xdf\x3f\x85\xe4\xe8\xef\xcd\x8b\xac\x73\x58\xbe\x54\x22\x75\xa4\xd5\x4a\x5c\x5f\x6e\x3f\x4f\x22\x1f\x86\x4b\xcc\x35\x9d\xb2\x55\xa6\x5a\x94\xac\xf8\xd2\xb3\x1d\xed\x3d\x3d\xf9\xf1\x12\x9c\x35\x9a\xed\xba\x89\x6b\x3e\x63\x62\xe4\x15\x93\xb6\x55\x37\x69\x28\x22\x2c\x41\xe3\x4b\xcf\xda\xe5\xc9\xd9\x4f\xcf\xf0\xd4\xbf\xc7\x59\x93\x43\x5f\x85\xd6\xe4\xb1\xf3\x65\x27\xed\xd1\xd5\xb3\xdb\xde\xf9\x3f\xbb\xdf\x3c\x1e\xcb\x3d\xa1\xb0\xf0\x55\x5b\x65\xbd\x63\x48\x48\x80\xbe\x7c\x50\xcb\x05\x78\xfb\x88\x5c\x22\xa4\x5f\x71\x24\xd2\xfc\x4a\x2c\x3d\x9f\x08\x7d\x26\x07\x53\x5e\x9e\x75\x8b\xd8\x6c\xc4\xb1\x6a\xd6\xd7\x18\x91\xc3\xa9\x8a\x17\x6d\x03\x40\x62\x85\x2c\x5c\xd1\xaa\x58\x93\x9c\xa2\xcd\x13\x6a\x2f\xa3\xe5\x94\x9e\x4c\xd1\xa3\x1a\xf7\xab\x6c\x1a\x57\x0f\x94\x29\xbb\xaa\x99\x9f\xc2\x38\x23\x11\x06\x57\x2b\x65\xb8\xeb\xfa\xfa\x52\x2a\x78\xeb\xf5\xb4\xce\x0d\x0d\x63\x68\xc8\x4d\xca\x14\xbd\x60\x32\x81\x7e\x00\x08\x0c\x6f\x8d\x18\x5c\x73\x5f\x72\xc8\x46\x17\xf3\xd1\x31\xd7\xf1\x14\xe2\x38\x88\x09\xbd\x2d\xe2\xae\x2f\x70\x74\x13\x43\x6c\xcc\x62\x70\x05\xdb\x70\x04\x2f\xca\xb2\x53\x87\xc8\x60\x8f\x9a\x84\x6c\x94\x02\xcd\x84\x3d\xea\x97\xd7\x1f\x8f\x5f\x9f\x1d\xbe\x7c\x73\xf2\xf1\xc3\xc9\xe1\x9b\xf3\xd7\x6f\x4f\xb4\x78\xf4\xcb\x38\x1a\x59\xc7\x02\x18\xfa\x31\x07\x6a\xd0\x2c\x81\x9e\x98\x5e\xd2\x1d\x45\x75\xe0\xff\x99\x41\x1c\xc0\x5a\xcf\x6c\x71\x7d\x7f\x86\x70\x2a\x0b\x09\x1a\x74\xb3\x18\xb3\x69\x87\x44\x1d\x1f\x10\xc8\x3c\xf8\xd1\x8c\xc8\x92\x64\x5c\xcd\x86\xc6\x94\xae\x98\x71\x88\x6e\x0d\x6e\xdc\x8e\x8d\x09\xf0\x21\x5d\x78\xa9\x8f\x39\x06\x8a\x7c\x58\x8a\x1a\xb8\x89\x66\xa1\x6f\x5c\x40\xda\x20\xb7\x31\x1b\x01\x32\x30\x04\xa1\x41\x82\x09\x74\x17\x74\x3c\xef\x2d\xb9\x9d\x42\xd5\xca\x5b\xe7\x89\xe7\x65\x0a\xaa\x6d\x17\x3a\x5b\xf2\x9e\x63\x8e\xc2\x00\x22\x32\xb8\x10\xd3\x3b\x14\x66\x4a\x6e\x4b\x86\xbe\x59\x36\xe4\x52\x16\xc6\x5e\x32\x05\x9f\x63\x55\x18\x86\xd9\x2b\x0a\xf2\xc5\x23\xc7\x8c\x90\xf4\x0e\x68\xac\xc4\x99\xdf\x43\x01\xcb\x68\x54\x8f\x3f\x3f\xa8\x78\x0a\x50\x4e\xc7\x68\xda\xe7\x77\xc8\x74\xcc\x77\x97\x97\x6a\x0f\xf4\x61\xc7\xcb\x04\x02\x2c\x05\xb9\xbf\xec\x21\xb3\x1e\x66\xa2\x28\x36\xc5\x81\xd7\xa5\x39\x24\x87\x9f\x2e\x02\x8d\xa3\x65\xa4\x21\xc9\x2e\x97\x90\x87\x30\x40\x31\x65\x51\xf1\x8e\xc0\x75\xcf\xa4\x21\xc7\x84\x54\x70\xe9\x30\x0b\x33\x53\xf9\x3a\x97\x18\x5c\x31\x8e\x52\x7e\x31\x27\x3b\x39\xa4\x2d\xe9\x09\x79\x44\x5e\x56\x46\x83\x16\x8e\xe6\x22\x8a\x42\x08\x50\x7e\x3c\x7f\xcd\x06\xb4\x13\x43\x1c\x80\x30\xf8\x03\xe2\x9d\xce\x14\x07\xd7\x3c\x32\x61\xdd\x31\x54\xbe\x90\x46\xc4\xcd\x21\x9a\x4d\x20\x06\x17\x21\x7d\xc5\xb9\x82\xa4\x9f\x7e\xd3\x9e\xf3\xa2\x8d\x06\x71\x5f\xf2\xfe\x9f\xcb\x11\x25\x89\xbd\x70\xcc\x3e\xb7\xec\x7e\x9b\x03\x3e\x06\x04\x2e\x35\x5a\x49\x8b\x9d\x95\x09\xb7\xd0\xc2\x57\x46\xc1\xb2\x77\xeb\x8c\xec\x6b\x1b\x13\x9a\xd1\xee\x7f\xb3\x34\x7a\xca\xba\xbf\x14\x95\xc6\x04\x17\x2c\x58\xdf\xd4\x88\xcf\x58\xf7\x17\x8f\x78\x46\x82\x30\xde\x01\xa3\x30\xee\x48\x00\xde\x4d\xa8\xd5\x6a\x33\x21\x24\x06\xf1\x00\xbe\x62\xde\xd3\xd8\xe5\x9e\x9d\x17\xbd\xed\x6d\x4e\xa8\x0f\xbc\xec\xe6\xa0\x37\x3c\x50\xff\xe8\xbf\xc7\xd1\x24\x88\xe1\x96\x18\x68\xda\x2e\xb2\xe7\x74\x50\xc4\xc0\x9e\xe8\xe6\x27\x78\x1b\x5b\xc8\x1e\x74\x87\x0e\xf0\xd0\x00\x0f\xb7\xe8\x87\x43\x27\x16\xef\xce\x83\xf8\x70\x46\xc6\x11\x0e\xfe\x80\x7e\x1f\xc1\x1b\x83\x58\xb9\xe1\x86\x59\xaf\x89\x3d\x87\x16\xb1\x13\x3a\x87\x41\x2c\x8a\x7c\xe9\xde\x89\xf5\xef\x0c\xf0\xb0\x0f\xdc\x11\x20\xa3\xb1\xf2\x3c\xb2\xe7\xc1\xa5\x85\x5c\x66\xd1\x8e\xb7\xb7\xe5\xaf\x41\x77\x68\xcf\xe3\x9b\x80\x3e\xad\x5c\x73\xf9\x02\xd9\xf3\x11\x88\xa1\xf9\xa8\xdb\x35\xfb\xc1\xa5\xf5\x00\x5a\xc8\xb6\xc5\x74\xc4\xd6\x83\x9e\xed\x84\xec\xff\xc4\xc5\x90\x4e\x84\x85\xec\xad\xd8\x7a\xd0\x15\xd7\xb7\x2e\x30\x04\x9f\xb6\x58\x1b\xfb\xdd\x3d\xb3\x5f\x79\xaf\xc7\xee\xf5\xf2\xf7\xc4\x82\xf6\xa9\x8a\x76\x93\xfb\x1e\x4a\x78\x27\x06\xc3\x44\x77\xd3\xb6\x5d\x32\x86\x28\x3f\x5d\x59\xb7\x79\x17\xba\xb6\x03\x13\xdb\x4e\x92\xa4\x96\x5a\xe3\x11\xdc\x94\x99\x34\xbf\x7f\x39\x49\x21\x0f\xba\xcc\x4f\x65\x99\x3b\xa6\x2d\x49\x0f\x49\xc2\x25\x07\xc8\x8d\xc3\x60\x04\xad\xae\xd3\x21\xb6\xcb\xb1\x54\x2c\xd3\xb4\xdd\xdf\xa3\x00\xb1\x97\xfa\xa6\x59\x3f\x24\x12\x5d\xe4\x79\xcd\x05\x88\xe1\xe3\xfd\xce\xef\x71\xab\x47\x41\x71\x1f\xa2\x55\xf7\xa1\x39\x23\x97\x9d\xa7\xe6\x96\xdc\x74\xe9\xb1\xe2\x92\xe8\xe5\x2d\x81\x87\xf4\x64\xb6\x60\x36\x5b\xf0\xc6\x38\x87\x9f\xc9\x31\x1c\x45\x3e\xc4\x16\xb2\x5d\x9f\xfd\xb4\xb0\x5d\x3b\x33\x17\x24\x02\xdf\xf4\xcc\xc8\x91\x9f\xa0\x74\xe4\x90\xfd\x54\x66\x27\x9b\xbd\x4b\x1c\x4d\xb2\xf9\x5b\x30\x37\x23\x10\x8e\x66\x54\x83\xe8\x4c\x23\x0e\x4b\xac\x93\x39\x2e\x40\x1c\x8c\x3a\x3e\x8e\xa6\x7e\x74\x83\xaa\x5f\xfd\x8a\x4e\x2f\xf1\xfc\x82\x53\x6b\x04\xc2\x90\xb6\xd4\xe1\x21\x33\x9b\x3e\xb7\x78\xef\x4c\x79\xc9\x7c\xe0\xd1\xef\x46\x97\x06\x3c\x28\x8f\x01\x26\x7d\x58\xbf\x76\x2c\xc0\xb8\x73\x19\xa0\x2b\x88\xa7\x38\xe0\xc1\xce\x9b\x67\x69\x15\xb4\xbd\xab\xa5\xed\x5d\x95\xb6\x77\x87\xfd\xbf\x9d\xbd\x3b\x75\xb9\x64\x14\x5c\xde\x96\x0e\x61\xec\x00\x27\xe4\x87\xda\x2c\x0c\x3d\x2f\xbc\xbb\x0b\xc5\x07\x7e\xe8\xd9\xfc\x54\xa0\xdb\xe1\x84\x1e\x69\x96\xf9\x0b\x3b\x47\x59\x62\x09\x87\x35\x55\x26\xc3\x31\x26\x41\x1c\x07\xe8\xca\xb8\x8c\x30\x0c\xae\xd0\xcf\xf0\xd6\xe0\xa1\x4d\x76\xe9\xbb\xb1\xe4\xd4\x81\x07\x24\xa7\x76\x4c\xdb\x9d\x80\x69\xfe\xbc\x49\x7b\xc6\x2d\xfb\x57\x90\x58\xb1\x03\xed\xbb\xbb\xfc\xdf\x6b\xf7\x99\xa1\x66\xa5\xfd\xcc\x37\x4e\x89\x22\xca\x75\x80\xd8\x77\x77\xe9\x16\x91\x2f\xc5\x03\x32\xf4\x22\x87\x2f\x8a\xe7\x79\xf1\x00\x0e\xb7\xb7\x2d\xfa\x8f\x17\xda\xea\x75\xcc\xaf\xe3\xa1\x87\xac\x41\xe4\x84\x43\x79\x02\x05\xb6\x6d\x3b\xf1\x82\xc3\xd4\x0f\xd2\xba\x29\x1b\xa7\x3d\xe8\x41\xf7\x28\x8a\xb0\xef\x10\x8f\xf0\x5f\x5b\x9c\x1e\xbb\x5b\x97\x11\xb6\xe8\xef\xd8\xeb\x3e\x8f\x7f\x80\xee\xaf\x70\x24\x96\xe1\x79\xfc\xf0\xa1\x3d\xa7\xda\x0b\xf6\xd8\xf5\x41\x3c\xec\x10\xf1\x63\x0b\x3d\xf4\xf0\x5f\x70\x42\x5f\x05\xde\x5b\x40\xc6\x6e\xfc\x1f\x4c\x85\x9e\x87\xd0\x7d\x05\x83\xab\x31\x79\x48\xc4\x0f\xc1\x92\x43\x0f\x3c\x84\xee\xa1\xff\xfb\x2c\x26\x94\xb2\x1f\x12\xe5\x8f\xad\xf0\x45\x77\x7b\xdb\x02\x5e\x98\x2e\x1f\x6b\x14\x47\x33\xe4\x5b\x3d\xf8\xe8\x2f\xc0\xde\xe9\x75\xbb\xf5\x73\x1a\x4d\x76\x46\x61\x30\xfa\xd4\x61\x89\x09\x1d\x80\x46\xe3\x4d\x05\x8e\xb4\x76\x6e\x91\xd2\xb6\x12\xdc\x02\xaf\x7c\x12\x12\x2c\x8f\x41\xe0\x11\x57\x84\xaa\xa2\xc8\x67\x96\x30\x97\x44\x6f\xa2\x1b\x88\x8f\x40\x0c\x2d\x7b\x4b\xc8\xbb\x40\x88\xb7\xdc\xcc\xda\x67\xbf\xb9\x69\x96\xff\x06\xe2\xdf\x8b\x19\x21\x11\x32\xfb\xbc\xcf\x89\x5c\x59\x68\x61\x47\x7e\xc9\x76\xff\x33\x83\xf8\xf6\x8c\x85\x2a\xd3\xbd\x0b\x4c\x7b\x2b\xdc\xde\x46\x56\x68\x27\x89\xe8\x58\x7e\x02\x07\xe6\x24\x9a\xc5\x90\x9e\x93\xa6\xc3\x7f\xcf\xa6\x26\xb3\xf2\x8e\x3e\x99\xc3\x32\x43\x51\xa4\x9b\xb7\xf4\xe9\x93\x6b\x88\x88\x05\x9d\xf9\xc5\xec\xe2\x22\x84\x31\x3d\xe4\x46\x74\x7b\x85\xf2\xc8\xbb\x0e\xe0\x4d\xff\x26\x40\x7e\x74\xc3\x4e\x37\xf7\x32\xc2\x27\x20\xa7\x17\xd0\x9d\xe2\xfa\x41\x3c\xa5\xfa\x02\x6f\x91\xd8\x4c\x2c\x5e\x48\x73\x51\x0c\xe3\x0d\x95\x9c\xc8\x6f\x65\x82\x6f\xb3\xe3\x5a\x7c\xd7\x82\x76\xc2\x75\x1c\x24\x67\x66\x01\xef\xa1\x7d\xe6\xe7\x60\x18\xc4\x04\x22\x16\xe7\xba\xd1\xce\x73\x92\x86\x65\x92\xee\x6a\x49\xba\xab\x92\x74\x77\xd8\x1f\x0c\x55\x81\x96\x8d\x78\x6b\x14\x82\x38\x36\x08\x3f\x82\xf0\x8c\xd1\xda\xfa\x9f\x21\xe3\x20\x76\xd3\x59\xf1\x60\x02\x7c\xdf\x82\x0e\x72\x30\x6f\x1b\x6c\x05\x97\x56\x26\x8c\x78\xa9\x30\x62\x03\x0f\x6e\xc1\x30\x86\x46\x70\x69\xc1\xb4\x32\x53\x74\x69\x10\x7a\xcb\xc5\x70\x12\x5d\x43\xf7\x22\x40\x3e\x95\x40\xe9\x93\x42\x25\x37\x81\xef\x33\x72\x7b\x23\x3e\x6b\x3a\xa1\x67\xf2\xe7\xf3\xd7\xb7\xd2\xe3\x07\x0e\x08\x3d\x7e\x88\x67\x52\xe1\x33\xf4\xcc\xe8\xf2\x92\x6e\x33\xc6\xc9\xd1\x96\x29\xcc\x28\x69\xf7\x62\x7a\x56\x79\xf3\x01\x1a\xf6\x71\x62\x6f\xc9\x63\x5b\xd5\xd9\xe3\xe2\xc1\x9d\x52\x93\xa2\xee\xd3\x69\x90\xa2\xd6\x80\x0c\xd9\x05\x47\x23\x86\x0d\x42\x71\x0f\x27\x89\x85\x9c\x78\x80\x86\x74\x2b\x6d\x01\xcf\xb2\xbd\x17\x01\xfb\x12\xf4\x5e\x40\xcb\xb6\x13\x49\xcf\xb9\x99\x77\xa7\xb3\x98\xb2\x25\x87\x3e\x2f\xc4\x0c\xe8\x15\x9e\xb9\x0c\x90\xff\x1a\xf9\xf0\xb3\x96\x3b\x40\xcf\xf3\x00\xfd\xa8\xfe\x03\x54\x60\x19\x41\x0b\x3a\x3d\x7b\xd0\x1d\x5a\x76\x92\xf0\x29\xb7\xec\xaa\xcf\x29\x9d\xae\x6f\xb3\xeb\x14\xae\x73\x2a\xa4\x5a\xf6\xc2\x8d\xa9\x66\x2c\xed\xa4\x4e\x9f\xea\xdd\x29\x7f\xd3\x5d\x41\x39\x44\x2a\x6b\x41\x61\x9d\x98\x27\xdc\x04\xe9\x60\x07\x14\xb8\x49\xfd\xb3\xf3\xc4\x09\x73\x14\x02\x6d\x26\x2e\x60\xaf\xfb\x1c\xff\x20\x25\xcc\xe7\xf8\xe1\x43\x1b\x79\xe1\x00\x0f\x1d\xc2\x4b\xc1\xbc\xbb\xb4\x90\xfd\xc2\xeb\xde\xdd\x59\x60\x80\x86\x1e\xa4\xab\x2f\x67\x0c\x24\xec\xdb\x74\x1b\x89\xb6\xaf\x20\x79\x77\x83\x24\x63\x39\xe3\xc1\x1c\x5c\xf2\x48\xbf\xaf\x7d\x66\x85\x0e\x89\xe6\xa6\x38\x22\x11\xdd\x1a\xae\x8c\x89\x7d\x1d\x9f\xa4\x2a\x92\x4b\x35\x1c\xba\xe9\x6d\x2a\x92\xa4\x23\x48\xd2\x11\xb4\x28\x37\xc4\xab\x9e\xf2\xc8\xca\xb6\xb1\xba\x65\x69\xa3\xc1\xaa\x8d\xce\xc5\xf9\x3c\x1f\xcd\x30\x86\x88\x30\xf6\xd3\x8f\x12\x2f\x70\x66\x1e\xb1\x02\x67\x60\xaa\x77\xcc\xa1\xbd\x05\x5d\x30\x9d\x86\xb7\x16\xa5\x78\x67\x00\xe5\x66\x9d\xf3\x03\x86\x37\x10\x24\x1e\x74\x22\x8f\x52\xa8\x4c\xf1\x4c\xdf\x4f\xcd\x3a\x6a\x33\x11\xdb\x40\x43\x5b\xd8\xee\x62\x61\xc4\x22\xde\x0b\x4a\xb3\x44\xe5\xae\x4c\x41\x90\x86\x38\x22\xe4\x5a\x1d\x87\x0e\x0e\x82\x7e\x68\x5b\xc4\x81\xf6\x16\x72\xe9\xc5\xbb\x3b\x0b\x79\x73\xfa\xab\x6f\x4e\x60\x1c\x83\x2b\x68\x3a\x3e\x20\xa0\x8f\x52\x1e\x19\x2b\x2a\x03\x72\xe9\xcd\xbb\xbb\x79\xe2\x98\x13\x48\xa8\x5c\x43\xf9\x2a\x74\x47\x33\x1c\x47\xd8\xc3\x56\x2c\x7e\x3a\xf2\x1a\x5d\xfa\x11\x18\x8d\xe1\x51\x84\x08\x8e\x42\x2f\xce\xfd\xe9\x40\x86\x14\x8e\xaf\x01\xbd\x23\x7f\xda\x4e\xa7\xe7\x79\x9e\x95\x7f\xf5\xee\xce\x34\xed\x94\x9e\x4d\x14\x75\x62\x12\x61\x68\x52\x22\x65\xec\x46\x5d\x19\x0f\xd9\x9c\x07\xe5\xe5\x19\x24\x87\x15\x79\x80\x9d\x6a\xec\x99\x29\x86\xd7\x41\x34\x8b\xd9\x33\x79\xd6\x96\xbb\xe5\x95\x3e\xe3\x44\x4c\x44\x4a\x9c\xd9\x50\xea\x46\x0f\x3c\x2f\xd2\xf6\x28\x12\x3d\x2a\x9e\x76\x96\x19\x4d\x21\x32\x9d\x94\x74\x0c\xe2\x41\x29\xb5\x5e\x41\x72\xa4\x34\x62\xd9\x5b\xe9\x57\xc8\xf6\xb6\x66\x84\xac\x3b\x72\x08\x41\xb6\xd1\x25\x23\x01\x71\x1c\x5c\x21\xc9\x7a\x38\x2d\x5a\x30\x7b\xce\x51\xe5\x89\xbe\xd8\xc3\xd0\x49\xd3\xf8\x85\x38\x79\x83\x03\x22\x7e\x27\x89\xed\xcc\x0b\xfd\xd4\x59\x57\x8a\x13\x92\x38\x57\x90\xbc\x57\xe7\xb7\xea\xad\xdc\x22\xd0\xcf\x05\x89\x03\xdd\x6b\x10\x06\x3e\x20\xf0\x88\x13\x1f\x14\x83\x61\xfb\xe1\x25\x18\x7d\x8a\x2e\x2f\xa5\x0b\x4a\xda\x53\xdb\x12\xc7\xf6\xe0\x9e\xb3\xae\x2b\xc1\x59\xd9\x1a\x12\x43\x72\x1e\x4c\x60\x34\x2b\xab\x4e\x52\x48\x53\x36\x2d\x16\xe5\x97\xa8\xb4\x90\x66\xab\x0b\x9b\xbe\x99\x33\x41\x60\x59\x0c\xf1\x28\xf2\xa1\xc9\x4e\xa8\xac\x37\xb6\x54\x94\x3c\xe0\x92\x88\xbb\x79\x2c\xdb\x79\xd0\xe5\x8a\x13\x13\xca\x40\xb6\x3b\x1f\xd1\x6d\xb9\xc7\xae\xf1\xb1\x6d\x6f\x33\xd7\x01\x6d\x8a\x6b\x52\x5d\x93\xde\xed\xe7\xc4\xda\x9c\x2e\xa2\xda\xec\xed\x39\xb1\xb0\x4d\x0f\x12\xa6\x90\x70\xf3\x08\x4e\x92\x2d\xed\xaa\xa3\xd4\x08\xda\x9a\xff\x87\x07\xb4\x7a\x53\x80\x63\xf8\x9a\xaa\x5a\x6c\x7a\x1e\x04\xf1\x29\x38\x55\x1c\x21\xf4\x31\xbe\x35\xd1\x0f\x64\x7b\xdb\x42\x5e\xd7\x76\x98\x22\x3f\x01\x9f\x2d\xe4\xf4\x6c\xda\xe5\x02\xe5\xe2\x54\x59\xd5\x08\x71\xea\x8c\x28\x73\x25\x88\x28\x2f\xad\x66\x84\x91\x9b\x3a\xc4\x98\x82\xc2\x6a\xef\xee\x76\xe1\x1e\xd7\xec\x9c\x50\xf3\x51\xed\x91\xb0\xac\xe8\xc6\x58\xf7\x57\x6f\x59\xac\xf2\xeb\xe1\xf2\x02\x30\x1b\xa3\x3c\x14\x43\x2a\x11\xe6\x76\x08\x1e\xc4\xc3\xed\xed\xd0\x4d\x63\x6a\x20\x77\xd7\x49\xd2\x48\x55\x17\xfa\xa0\x9b\x83\x45\xd9\xde\xb6\xca\x17\xbd\x79\x62\x3b\xe5\xcb\x69\xfb\x5e\xf6\x29\x07\xb2\xf7\xed\xad\xd4\x1c\x19\x8a\xf3\x9d\x38\x11\xfb\x1e\xf3\x06\x04\x6c\x08\x72\xa8\xd0\x8a\xec\x92\x6b\x30\xa3\x3b\x5e\xd0\xc4\xa0\x2f\x3b\x48\xba\xf4\xd8\xee\xab\xf6\xa7\x65\xda\x59\xa1\xcf\x5c\x16\xe0\xa2\x02\xd5\xd9\x2d\x4a\x47\x69\xfb\x99\xf3\x6d\x49\x02\xe3\x66\xf8\xfb\xb1\x6f\x81\x75\xd9\x7d\xb8\x2a\x89\x12\x47\x23\x23\xef\x69\x5f\xdd\x53\x5f\xdd\x1b\xf6\x51\x59\x42\xae\xde\x30\x8d\x25\x64\xa1\x1f\xd0\xa3\x59\x88\x34\x18\x02\xff\xf6\x8c\x00\x02\xbd\x5d\x7e\x85\xaf\x91\xa7\xf1\x5a\x10\x8d\xd7\x82\xcb\x06\x82\x32\x80\x8b\x61\x1c\x85\x54\x11\x4d\xfa\xa4\xf4\x81\xae\xfa\x80\xa0\x45\x9b\xcb\xc5\x0f\xac\xc2\xc3\x2f\x7a\x29\x67\x2e\x36\xd3\xd3\x89\x87\x82\xf1\x31\x79\x2c\xb1\x1d\x3e\x46\x66\xfb\x48\xe4\x5e\xa1\x52\x9a\xe6\x4d\xaa\x8b\x55\x4e\x86\xf6\x23\x6c\xb8\x66\x42\x5b\xce\x06\x51\x6a\x60\x03\xc2\x5c\xb0\x50\x98\x63\x5d\x53\x85\x31\x71\xf6\x17\x7a\x27\x4f\x7e\x76\x9e\x1b\xbb\xfd\x52\xe7\x4b\xbe\xfb\xfc\xfd\x3d\xd5\xf2\x91\x8a\x75\xe2\xe9\x0f\x33\x84\x20\xce\x0b\x70\xd9\xae\x34\xa0\x45\xb8\x4d\x8a\x2e\x3b\xb6\x48\xb6\xce\x82\xf4\xb8\xa1\x89\xd8\x16\x72\x48\x89\x65\x65\x26\x12\xd1\x4c\x62\xdb\x5b\x64\xc1\x3a\x6d\x15\xfb\x46\xca\x72\x65\xde\x34\xcb\x84\x12\xde\x98\xcc\x39\x9c\xb3\x7f\xfb\xd0\x11\x87\x6b\x1f\xba\xe2\x17\xd5\x22\xf2\x02\x8b\x98\x75\x58\x9e\xf2\x5d\x3e\xe5\x7b\x42\x7a\x7a\xd0\x15\x33\xf9\xa0\xb7\x1c\x0b\x2d\xd5\x6b\x75\x1a\xda\x4a\x6b\x9a\xe6\x8a\xcb\x0e\x8e\xaf\xa7\xb5\xcf\xe5\xc5\x84\xc5\x0f\x4e\x71\xf4\xf9\xb6\xc9\x83\x82\x39\xe0\x66\x5f\x97\x67\xc8\xe2\x67\x29\x57\x68\xfa\x6c\x66\xb7\x5a\xfc\xac\xc8\x45\x48\xfd\xe6\xa3\x08\x71\x35\x69\x94\x1f\x2e\x44\xd7\x45\x5f\xb9\xc3\x0c\x55\x4e\xe8\xc4\x4e\xe0\x44\xce\xcc\x19\x39\x3e\xe7\xef\x13\xe9\xd8\x58\xe1\x08\x8c\xd0\x08\x52\x0d\x34\x12\x47\x97\x07\x59\x78\x40\xf6\x17\x5b\x33\x0f\x4a\x26\x0f\x25\x3f\xf6\x18\xeb\xf9\x7c\xeb\x41\x57\xa4\x8f\x30\xe2\x3f\x93\x8f\xc9\x64\x80\xfc\xd5\x77\x62\x5e\xf3\x57\x8f\xc4\xca\xa8\x57\x39\x33\x70\xac\xae\xe3\xbb\x10\x5d\xdb\x96\x92\xf2\x20\x53\x1d\x3e\x7e\xf8\xe5\xf4\xf4\xe4\x83\x69\x0b\x87\x0e\x1c\x99\xfd\x89\x97\x9f\xb4\x74\x93\x72\xdd\x47\x4c\x11\xfc\x4c\x20\xf2\xad\x39\x01\xf1\xa7\xbe\xd5\x75\x46\x2e\xfd\x65\x67\x6c\xe3\x2f\x96\x3d\xbf\x8c\xb0\xf5\xfc\x01\xdd\x9e\xcf\xed\xdb\x00\x86\xbe\x01\x73\x0c\x07\xda\xc2\x67\x62\x4b\x76\x6c\x33\xdd\xca\xa4\x6d\x99\xb6\x3b\x85\xf8\x32\xc2\x13\xcb\x4e\xd4\xa0\xa7\x2b\xba\xad\x00\x89\x30\xed\x2b\x88\x6f\xd1\xc8\x28\xf6\xb8\xa8\xd1\x34\xef\x0c\x33\x09\x01\x27\xf4\xb0\x65\xbb\x08\x7e\x26\x16\xb7\x1a\x3e\x7f\x10\xba\x7e\x84\xe0\x73\x1b\x78\xe0\x06\x04\xc4\x08\x39\x9e\x4b\xfe\xd1\xd4\xe8\xa7\x76\x98\xf5\xb1\xba\xb3\xcc\x7d\xb7\xa5\x76\x0f\x8b\x4f\x68\x3a\x28\xbf\x80\x13\xe1\x4e\x9b\x7a\x56\xd7\x89\x25\xb3\xb5\x2d\x24\x7f\x3a\x52\x96\x9a\xd8\x5b\x7a\x0a\x99\x0a\x96\x7c\x49\x9b\x08\xb2\x26\xa6\xf4\x05\x1d\xa1\x5d\x8a\x17\x2e\xe8\x0b\x51\xf6\xc2\x25\x7d\x41\x47\xaf\x17\xe2\x85\x31\x7d\x61\x56\xd3\x49\xda\x80\x66\x17\x8c\xc5\xfb\xd7\xf4\x7d\x90\xbd\xaf\x92\xe2\x7b\xba\x89\x1c\x7e\x85\x05\xe4\xf0\x0b\x69\x7c\x0a\x6d\x9a\x6f\xb4\x6b\xd1\xda\x2d\x6d\x2d\xcc\x5a\x53\xfa\x20\xf7\xe6\xad\x78\xf4\x4a\x77\x5a\x51\x8e\x60\x75\x95\x2f\x58\x65\x39\x3f\x53\x40\xaf\x99\xe2\x45\xa9\x7c\x2b\x65\x02\x57\xa2\xf9\x77\xb4\x27\x38\x6b\xe7\xca\xb9\x50\x67\x84\xb3\x8e\x77\x5b\x79\x96\x52\x71\x7e\x4e\x73\x47\xb6\x94\x01\xca\x22\x95\x38\xeb\x99\x3c\x8a\xbc\x4c\x90\x12\x12\x65\x2a\x41\x41\x8d\xea\x82\x2c\xdb\x49\xcf\xfa\xa2\xc6\xcb\xd4\x1d\x8d\x8e\xc4\x5f\x6a\xe9\xd4\xa7\x92\x63\x62\xcb\xe9\xcc\xb8\x6e\x8b\x5a\x6e\x36\x30\x8d\x53\xbd\x99\x2a\x21\x86\xb2\x55\x6b\x83\xc8\xa9\xc8\xea\xf4\x00\x0b\x32\xdb\xb1\x9d\x38\x41\x5e\xb5\xb2\x20\x8f\x34\x65\x83\x2f\x99\x46\x91\x13\xd3\x13\xa9\x74\x1d\x3b\x01\x5d\x01\x95\x3c\x74\x3e\x49\x4e\x01\xdb\xdb\x99\xda\x29\xfd\x90\xda\xcf\xe8\x6e\xd1\x2f\x65\xab\xc3\x8e\xc6\x16\x17\xe6\x52\x9d\xcf\xdc\x66\x53\x4e\x29\x26\xa4\xea\xd4\x6e\xa4\x97\x58\x4b\x54\xec\xa0\x74\x2b\x54\xd0\xb3\xbe\x21\x41\xbd\x82\x78\x0b\xed\x24\xb6\x43\x16\x87\x06\x54\x48\x50\x5f\xb3\xaf\x5d\xe1\xd6\xe5\x60\x8d\x35\xcd\x88\x4c\x7b\x56\x1c\x3d\xe9\x4d\xa1\x3b\xe6\x2d\x40\x24\xc9\x02\x35\xdb\xd1\xfd\xc8\x42\xdd\x8f\xae\x51\x63\xd5\x6f\xaf\xa4\xd3\xf5\x14\x29\xc1\xd8\xed\xe7\x9d\x63\x8a\x65\x40\x33\xdc\xa1\x5d\xd4\x07\xc9\x72\xe4\x25\x34\x84\x0d\x5b\x1c\xd5\x10\x80\x8c\xf1\x71\xba\xd0\xd8\x78\x9a\xd1\xc5\x60\xe8\xc4\x1e\x74\x02\xcf\x8c\x38\x9a\xac\x58\x78\x19\xc7\x90\x5a\x4f\x42\xa5\xb9\xcc\x72\x1f\xa6\x20\xeb\x36\x8b\x73\x40\xb4\x25\x91\xe6\x14\x7a\xa1\xcb\xb1\xdc\x74\x36\xbb\x07\x59\x23\xd0\x31\x83\xf8\x18\xc6\x04\x47\xb7\xd0\xa7\x2d\x95\x6f\x86\x90\xf0\x5b\x85\x3b\x6f\x22\xe0\xd3\x1b\x89\x6d\x2b\x31\x82\x64\x10\xb0\x20\x8d\x41\x30\xf4\xe2\x54\xbe\x0e\x50\x90\xf3\xf4\x14\x22\x4e\xb0\x65\x17\xa3\x07\x80\xcf\x4f\x77\xf7\xa3\x20\x9e\x8c\xc5\x41\xef\x05\xef\x4a\x0c\x09\xa7\xb2\x34\x51\xdf\x11\x47\x8e\x68\xee\x63\x3c\x9b\x42\x6c\xb9\xae\x9b\x6d\xba\xc4\x29\x9e\x2c\xfd\x42\xb8\xd1\x82\x8e\x30\x39\xc8\x69\xe8\xfc\x12\x2f\x95\x7c\x7a\x85\x2e\x69\x4e\xa1\x45\x2d\xea\x0e\xae\x42\xab\x39\x06\xbf\xa8\xbd\xfc\x69\x50\x68\xa9\x64\x1d\xd2\xb5\xc0\xcf\x89\xc2\x9b\x45\xde\xa2\x7b\x91\x3e\x53\x7c\xef\x26\x08\x43\x41\x98\x25\xc2\xd1\x2d\xab\x93\xb3\x27\x16\xd6\x50\x06\xb9\x30\xde\x42\x49\x53\xf2\xce\xb9\x20\x9c\x7e\xe8\x88\xce\xf4\x81\x93\xe3\x50\x7d\x90\xe7\x58\x89\x1a\xcf\x37\x5f\x8e\x59\x65\x56\x8a\xaf\xf9\x2c\xac\x72\x8f\x28\x5a\x5e\x31\x3c\x3d\x95\xbe\x4a\xce\xeb\xed\x6d\x0b\x7b\x1a\x97\xb6\xed\x70\xb7\x19\x3e\x48\xb5\x15\x0b\xf3\xbd\x5b\xed\x6b\x20\x9c\x52\xb8\xef\x80\xa5\x44\xa9\x82\x28\xa4\x4c\x1a\xf1\xfd\xea\x48\x39\xa6\x20\xf2\x48\x42\x70\x52\x67\xbb\xa4\x18\x9c\x09\xa5\xb4\x73\xb2\x99\x94\xe9\xe4\xdd\x94\x4a\x43\x16\x11\x52\x2e\x17\x18\x97\xa3\x88\xd4\x0e\xf4\x4d\x24\xc2\xe9\x4c\x9f\xc1\xa5\x65\x65\x3e\xa0\xbb\x3b\xe8\x7e\x82\xb7\xf4\x1c\x28\x9d\xf5\xf4\x86\xbd\xbd\xdd\x93\x37\x73\x92\x85\x1a\x7c\xc6\xe7\xc6\x2a\xb7\x60\x6f\x91\x94\x58\xa0\xa0\x93\xd4\x36\xaf\xf3\x3e\x3d\x7c\x28\xce\x81\x5c\x50\x46\x85\xc8\x5c\x63\xb7\xd7\xe8\x88\x49\x2a\xa7\xf1\x98\x4c\x7e\xd2\xc5\x06\xcc\xc5\x66\xb2\x03\xa5\x92\x5b\x95\xbd\x06\x9c\x28\xd3\x00\xe6\xbb\x3b\x1e\xbd\xcb\x6f\x22\x30\x81\x9e\x99\x92\x8c\xea\x73\x11\xb2\xd5\x18\x20\x3f\x84\xd8\x43\xaa\x76\xac\x13\x32\x35\x17\x65\x40\x8f\x70\x92\xf0\x9d\x96\xe4\xa7\x83\x2d\xb7\x6e\x01\x65\x22\x01\x1d\x69\xed\x49\x22\xb6\xdb\x5c\x19\xad\xf6\x24\x4b\x07\x9c\x1b\x98\x66\xde\x92\x12\x6b\xc9\x1f\x31\xb9\xe8\x13\x3e\xa8\x3c\xb5\x65\x8d\x6d\x95\xfd\x45\xbd\x07\x9e\x07\x65\x64\x8f\xe8\x6e\x49\x31\xad\xed\xab\xf8\xcb\x5a\x98\x69\x58\xb2\xa6\xab\x7f\x74\xe2\x71\x20\x6e\xb7\xcb\x2b\x6e\x30\x98\xf2\x5d\x91\x17\x82\x32\x15\xd5\x52\xfd\x2f\x4a\xf8\x24\xb9\xbb\x23\x9e\xe7\x15\x83\x0b\x25\x29\x84\x5b\x3c\x9e\x1f\x31\x81\x91\xd8\x5b\xfc\x2d\xcc\x0e\x04\x7d\xe6\xa3\x1a\x76\xc9\x83\x25\x29\x4f\x91\xb9\x8f\xb2\x61\xb8\x95\x76\x08\xf3\x33\x49\xf1\x4d\x32\x53\x64\x82\xcb\x9a\x53\x43\x5d\x09\x2f\xd0\x95\xd2\xd4\x11\xe0\x75\x9f\x83\x1f\x64\xdf\x9e\x3f\x7c\x08\xe4\x38\x42\x0f\x0d\xc0\x90\x45\x8a\x58\xa1\x11\x20\x43\xf9\xa6\x9d\xd1\x9e\xe6\xf0\xd4\x86\x7d\x1e\xc3\x78\x84\x83\x29\x65\x26\xc4\x09\x6d\x6e\xad\xdd\xd2\xaf\xb4\x32\x6e\x27\x74\xe0\x41\x60\x85\x76\x3f\xb6\x42\x9b\xc5\xf9\x0a\x83\xab\x05\x95\x18\xd4\xf7\xf2\xf9\x77\x97\x16\xa1\xb2\x11\x3d\xfa\x98\x58\xed\x60\x5b\xb1\xd2\x56\xbf\x62\x73\xbb\xa0\x03\xdd\x20\x3e\x23\xd1\x74\x0a\x7d\x9d\x69\x0f\x53\x86\x9d\x82\x33\x89\x07\xe9\x5b\x31\xe4\x7b\xf3\xfd\x18\x94\xec\x5f\xec\x25\x98\xdd\x25\xe2\x05\xb1\xdf\xcf\x39\xb3\xd4\xbc\x33\xca\x3d\x20\x5f\x7b\x4f\xd5\xe7\x6b\x28\xf7\xad\xee\xc5\x69\xe1\x11\x92\xc9\x7a\x54\xdc\xf8\x3b\x04\x9f\xde\x82\xa9\x83\xd4\xbf\x54\x7a\x84\x19\x35\x13\xae\x29\xa5\x93\x48\xaf\x47\x21\xa4\x3a\x3c\xc4\xc4\xe2\xe2\x0f\x72\xcc\xef\x29\xdd\x7e\x6f\x04\xf4\x08\x99\x72\x10\x22\x80\x0c\x36\x27\x06\x57\x0c\x1d\xe3\x62\x46\x8c\xab\x88\xaa\x37\xb6\x83\x92\xf4\x7b\x80\x09\x35\x3c\x98\xb9\xd8\xf5\x03\xc8\x67\xce\xcd\x52\x42\x78\x2c\x06\xfb\x13\xfa\xde\x83\xae\xa3\x35\x9f\xf1\xb7\xa6\x98\xfd\x7b\xcc\x45\x89\xed\x6d\xfd\x75\xcb\xb6\xfb\xe6\x0c\x71\x32\xf4\x33\x8d\x55\x8c\x75\x7b\x5b\xf3\x05\x39\x0f\x4c\xd8\xda\xde\xce\xfd\xa9\xe6\xbc\xe5\xbf\x64\x04\x28\x0e\x7c\x68\x88\x51\x1a\xec\x9e\x21\x25\x7c\x23\x40\xd7\xd1\x88\x1f\x63\x54\x07\x2c\xcc\x85\x9d\x4d\x19\x0f\x71\x9e\x93\x4c\x77\x9c\xb3\xa6\x38\xa9\xf4\xa1\xc3\xfe\xea\x23\x27\x23\xbb\xfe\xae\x93\xa3\xa7\x3e\x74\xe4\x24\xf6\x1f\xf4\x9c\x98\xd3\x32\xfd\x59\xa4\x6f\x7a\xad\xd0\x15\x1e\x54\x46\x82\x09\x3c\x23\x60\x32\xed\x23\x37\xfd\x7d\x77\x77\x0c\x08\x74\x51\x74\x63\xd9\x95\x09\xae\x5c\xdd\x0d\xe2\x73\x3c\x8b\xa9\x5a\x9e\xb2\xf3\x9e\x93\x4b\x77\x4d\x63\x79\x8b\x18\x05\x29\x07\x23\x5e\xf7\x39\xf9\x01\x67\x1c\x8c\x64\xcc\x09\x0f\xc8\x70\x0b\x52\xe6\x45\xbf\x97\x46\x90\xeb\xfa\x02\x1d\x16\x06\x91\x64\x53\x1c\x2b\x41\x65\x74\x0b\x28\x3c\x80\x09\x24\x9c\x92\x06\x70\x98\x38\x6c\x11\xe8\xd6\xcb\xdf\xa0\x3b\xb6\xc8\x87\xf3\xa3\xcb\xbe\x16\x28\x5f\x63\x53\xa1\x78\x0d\x72\xed\xa6\x66\xb5\x01\x1c\x4a\x0b\x95\x93\xd3\x71\xeb\xbf\x18\x2a\x87\x0a\x1d\x97\x41\x7f\x55\x0c\x8e\x45\x62\x31\x1b\x81\xc1\xcf\xef\x8a\xe7\x38\x41\xf1\x07\x73\x34\x56\x7e\x3e\x77\x9b\x76\x76\x32\x8d\x62\xe8\xbf\x07\x64\xac\x48\x34\xda\xa7\xb7\x94\x40\x45\xcf\x83\x07\x83\x61\x9f\xcd\x3e\xfd\xea\xe9\xbb\xd3\x93\xec\x63\x5d\x7e\xf1\xe8\xf0\xfd\xf9\x2f\x1f\x5e\x9f\xfe\xf4\xf1\xfd\xab\xc3\x33\xe5\x7e\x8f\xdf\x3f\x3c\xff\x78\x7e\xf8\xe1\xa7\x93\xf3\xec\xce\x2e\xbf\xf3\xf2\x97\x97\x2f\xdf\x68\x5e\xdc\xe3\xb7\xb3\x4d\x55\x31\x21\xec\x5e\xc2\xf6\x14\x25\x33\x70\x05\x72\x8e\xa0\x74\x80\x5b\xd0\x15\xfb\x6e\x01\x1f\x2b\xb4\x94\x31\xb2\xd2\x27\xf8\x57\x5f\xcb\x2d\xbc\xc4\xe7\x61\xe9\x60\x6b\xd0\x29\xdd\x87\xf2\xbd\xd3\x77\x85\x4f\xa4\x48\xf9\xcb\x66\x51\x40\x41\x59\x79\x32\x14\x8f\x89\x97\xb2\x93\x60\xd1\x7b\xd9\x93\x76\xe2\x14\x59\xfe\x1c\xc8\xa7\x45\xbb\x42\xdf\x7c\xcf\x9f\x83\xbe\x86\x78\x05\xbf\x14\xfd\x10\xb4\xbb\xb0\x17\xe2\x39\xf1\x99\x94\x51\x96\xdb\x4f\x6f\xf1\x27\x63\x3c\x3a\x09\x19\xaa\x61\x93\x7d\xc7\xfa\xf6\x92\xcd\x54\xf9\xf1\x58\x4a\x2a\x71\xf1\x51\xae\xfb\x3e\x90\x02\xef\x56\x81\xe9\x6c\x91\x1c\x85\x4a\xa8\x31\xc5\x52\xa2\x4e\x35\x6f\x93\x2a\x1a\x9a\xcb\xde\x83\xae\x98\x02\xfe\xa9\x5f\x05\x9b\x13\xd6\xdc\xf2\x24\xc7\x85\x47\xa1\x3d\x87\x77\x77\xea\xb2\x05\x28\x48\xd5\xa5\x24\xa9\x38\x6b\x14\x8e\xc7\x63\x52\x84\xb0\x9c\x1e\x3a\x61\xad\xb4\x6c\x3b\x3a\xd1\x80\x2b\xb4\x8a\xd9\x81\x5f\x70\xa5\xb5\x48\xc6\xaa\xe7\x05\x4d\xb5\x2b\xea\x0b\x8a\x68\x2d\x04\x57\xfd\x5d\x27\x64\xd6\x19\x0d\x26\x76\x6d\x28\xd3\xa2\x20\xa9\x46\xfa\xda\x06\xe0\xb5\x34\xb9\x0d\xc9\x16\x6a\xe8\x2f\x2a\x6a\x6c\x5a\x45\x08\x2d\x74\x1a\x55\x18\x97\x15\x09\x98\x05\x17\xa4\x0a\xa6\x2d\xe4\x05\xfb\x39\xbb\x5e\x14\xe3\x6d\x0b\x31\x93\x60\x26\xb7\x40\x76\x8a\x3a\xc0\x43\x1c\x4d\x49\x63\xcf\x82\xee\xc7\x29\xb7\x4d\x1d\x81\x30\xbc\x00\xa3\x4f\x71\x7a\xcc\xdf\xdd\x59\xda\x07\x58\x8c\x35\x49\xf8\x56\x18\x60\xa6\xa9\x85\xc2\x64\x5a\x10\x8e\xd2\xec\x3a\xf2\xf0\xa1\x0d\xbd\x70\x40\x86\x0e\x54\x4c\x2b\x16\xb0\x93\x66\xee\x04\xf1\xc7\x02\x43\x7f\x9a\xed\xcc\xdf\xb9\xbc\xe4\x2f\xa5\x79\xce\x09\x9d\x78\xee\xfa\xf8\x70\xf6\xeb\x7b\x4e\xe4\x7c\xfa\xdc\x49\xf0\x39\x40\x96\x42\x03\xf6\x16\x87\x31\x40\x0a\xf8\x1a\x5e\x64\x80\xa0\xa4\x9b\x42\x6c\x77\x2e\x01\x25\x89\x8d\xbb\xd7\xd6\xb4\x4e\x9a\x0c\xb5\x5a\x96\x22\xbd\xed\x4f\x40\x80\xcc\xad\x0c\x4e\x29\x8c\xa2\x4f\xb3\xa9\x12\x74\x54\xa6\x55\x4a\x28\x57\x90\x1c\x12\x82\x83\x8b\x19\x81\x96\x19\xf8\x3c\x19\x86\xa4\x59\x1e\x03\x32\x5c\x6c\xc0\x09\xe2\x4e\x34\x23\x54\x53\xf9\xea\xb3\x20\x64\x49\x29\x3a\x4a\x98\xc5\x9a\x3d\x20\x77\x77\x0f\x90\x3b\x8a\x10\x01\x01\x8a\x2d\x62\x3b\xc0\x83\x1e\xb3\xf7\x40\xf5\xf2\x96\x3c\x7e\xb6\xb7\x1f\x80\xe6\xb1\xa8\x28\xc2\x13\x10\x06\x7f\xc0\xce\x22\x6b\x56\x31\xc9\x97\x63\x0a\x16\x72\x73\x1b\x65\xd4\xe2\x85\x19\xb5\xdc\x4f\x81\xcb\x4e\xd3\xcc\x14\xb6\xc8\x3a\x43\xfb\xe8\x66\x3a\x03\xf3\x8a\x22\x96\xd1\x2d\xb4\x0d\x16\x73\x2c\xa9\x29\x53\x60\xf8\x58\x23\x6c\xf1\xf1\xf5\x9e\xa3\x1f\x8a\x2b\xfa\x1c\x49\x54\x12\xe0\x71\xbb\x41\xb6\x92\x48\x5d\x56\xc4\xa2\x0d\xd0\xff\xdd\x3d\x20\x62\x5a\x2c\xc0\xf2\xb5\xf4\xc8\x0f\xac\xd3\x0e\x18\x10\x96\xa7\xde\x5f\x30\xc2\xf8\x40\x47\xb8\x01\x8c\x2d\xe8\x2c\x7a\xd5\x02\xb6\xdd\x57\xfa\x54\xd1\xa1\xaa\x9d\x41\x16\x7d\xc0\x02\x0e\xe1\xfe\x97\x14\x13\x49\xb5\xca\xe4\x02\x40\x09\x33\xca\x69\x07\xc3\xbf\x95\x1e\x81\x79\x00\xa9\x5a\x59\xa7\x0f\x07\x64\xe8\x21\x07\xb6\x93\x27\xed\x54\xe3\xa1\x34\xdb\xdd\xf3\x24\x97\xa8\x24\xdd\x5d\x99\x11\x55\x66\x7d\x71\x93\x06\xb2\x90\x35\x4f\x1c\x6c\x3b\x73\x04\x26\xb0\x0f\x1d\x11\x3b\x92\x34\xf0\x68\xfd\x27\x06\xf7\x74\x54\xac\xe9\xd9\x4c\x59\x5e\x05\xfa\xcc\xca\x09\x32\x30\xcb\xe8\xce\xe1\xc0\x1c\x86\x21\x83\x65\x5c\x34\x83\x71\x70\x11\x6e\xac\x86\x8d\xee\xcc\xe0\x92\xce\x73\xe4\x21\x16\xf2\x7b\xc6\xbf\xff\xdc\x16\xee\x1d\xc4\x90\x73\xce\x6f\xa7\x70\x7b\x1b\x55\xa0\xe8\xd0\x23\x21\x3d\x1c\x6b\x47\x08\xfd\x80\x44\x78\x27\x0c\xda\x76\x5e\xe8\x47\xc8\x23\x92\xd5\x30\x41\x76\xb8\x0b\xad\xc9\x25\x38\x98\x58\x76\x9a\xa1\x0a\x65\x78\xf6\x9b\x80\x6a\x43\x94\x85\x38\x32\xc1\x94\x45\xb8\x54\xe6\xa3\xb4\x45\x8d\xb4\x73\x42\x5d\x8d\x5f\xde\x9e\x83\x2b\x36\xd7\x4c\xca\x94\x8f\xd8\xab\x67\x1e\x1f\x45\x3e\x7c\x1b\x60\x1c\xe1\x2c\xae\x8c\x8b\x4a\x10\xbf\x82\xe1\x14\x62\xcb\xe4\x2b\x63\xe2\xd9\xc5\xad\xe9\x94\x33\x66\x06\x43\xba\xba\x59\xd2\xa9\x83\x9d\x34\xf6\x69\xe0\xba\x2e\xb4\x4c\xce\x87\x4d\x7b\xb8\x95\x25\x4b\x5e\xd2\x11\x68\xdc\xf8\x1d\xe6\x54\x73\x63\x3c\x4a\x53\x87\x7f\xdb\x19\x45\x3e\x9c\xb0\x6e\xee\x4c\x22\x1f\xee\x7c\x37\xc7\x09\xfb\x9f\xfb\x7b\xfc\x9b\x48\xd5\x01\x33\x4a\x80\xc0\x7f\x1b\xf9\x90\x03\xad\xc4\x07\xc0\xb2\xfb\x56\xb9\x1b\x0e\xa1\x22\x77\x38\xe8\x0e\x1d\x33\x8c\x80\x9f\x1f\x16\x60\xeb\x6c\x2b\xa9\xc4\x62\xa5\xb3\xec\x1e\x4e\x0a\x95\x24\xcd\xe5\x04\x5d\x2e\xcd\x04\xc1\x49\x84\x82\x98\xec\xf0\xb2\x09\xeb\xeb\x7e\x00\xf9\xef\x52\x22\x94\x7f\x66\xc0\x01\xda\x4c\x24\x99\xde\x80\x08\x66\x07\xb4\xed\x62\xe8\xcf\x46\xd0\x62\xbd\xf0\x5e\xd0\xd5\x1b\x20\x07\x0f\xbd\x94\x19\xc2\x01\x1a\xea\x72\xf7\xf0\x01\x82\x37\xc6\x19\x94\xa7\x37\x17\xbd\xb0\x6d\x73\x53\x36\x4c\x9c\x39\x0f\x68\x4e\xbd\x45\xde\x8b\xbc\x8b\x0f\x15\xbb\x25\x4c\xd1\x69\x9f\x28\x3d\xa5\xe3\x09\x3d\x05\xf0\x07\x0c\x0f\x06\xc3\x3e\xfd\x57\xb6\x1e\x2a\x9b\x4c\x38\x51\x98\xc3\xed\x00\x0f\xc0\x90\xd1\x41\x06\x70\xc9\x72\x9f\x45\x09\x6b\x8b\x3e\xe4\xc8\xa1\x84\xb6\x3d\xec\xa7\x6f\x64\x57\x87\xb6\x83\xc5\x80\xb0\x83\xe8\xb6\x7b\x51\x91\x46\x52\x98\x61\xc2\x2c\x4b\xf8\x96\xc1\x75\xd0\xc9\xc5\x0e\x18\x7a\xc4\x09\x39\x1c\x70\x65\xc0\x4c\x78\x10\x5a\xd0\x01\x76\x1f\xb8\x71\x34\x81\xf4\x75\xaa\x66\xb2\x65\xb2\x69\x37\x88\x83\x1d\xb8\x00\x8f\x8b\xb2\xaf\x9d\x8b\x59\x10\xfa\x45\xdc\x6c\x91\x5d\xc4\xcb\x62\x88\x02\x4a\x9a\x77\xd5\x07\x0a\xaf\x74\x44\xe2\x7a\x10\x21\x9d\x15\x84\x2a\x8c\xb4\x89\x0e\x15\x1b\x3a\x4a\x09\x6d\x4d\xce\xd2\x57\x21\x03\x84\xab\xb3\xd2\x34\x73\xa3\x24\x3f\x54\x8a\x0f\xcd\xfa\x64\x6a\x63\xf4\x97\x43\xaf\x31\x80\x37\x4f\x84\xa1\x84\x6e\x8b\x94\x11\xcf\x39\xb8\x0b\xc3\x32\xa0\xa2\x1d\x72\xae\x20\x61\xe5\x21\x2a\xa2\xf2\xe8\x53\xcc\x86\x78\x4c\x5f\xd4\x68\x42\xe1\xf6\xf6\x03\x96\xa2\xe2\x06\x31\xc7\x8e\x25\x0c\x8f\xc5\x83\xcc\x45\x2d\x4d\x14\x59\x74\x26\xed\x81\xe9\x10\x1e\x11\xc1\x2c\x99\xf9\xa6\xf3\xdf\xa7\x4f\x33\xab\x4a\x5f\xc3\xd8\xc0\x80\x1d\xe6\xb4\xff\x96\x3d\x14\x71\x2f\x89\xc3\xa3\x2c\x8a\xa6\xa8\x2c\x87\x0a\xa4\x12\xb0\x13\x7a\xc4\x42\x77\x77\x80\x8d\xd3\x76\x62\x8f\x9d\x12\x81\x17\x0e\x7a\x1c\xb6\x3b\xf2\x30\x95\x9d\xe3\x07\x22\xcc\x25\xfd\x1c\x33\xf8\x8a\xa0\x8e\xd8\x8a\xf3\x69\xc6\x2c\xc3\x2b\xb6\x5d\xa5\x27\x94\x27\x46\x5e\x34\x88\x87\x22\xc9\x69\x96\x36\x48\xc7\x6f\xd9\xce\x48\x17\x06\x30\x73\x49\xf4\xb7\xb3\x77\xa7\x07\xf2\x87\x65\xf7\xb3\xd0\xdb\x99\x98\x4e\x3b\xbd\xc9\x42\x0d\x54\xce\x3a\xb2\xdd\x00\x8d\xc2\x99\x0f\x63\x2b\x50\x42\x0e\x32\x68\xd1\xe0\xa1\x69\xc8\xbd\x6a\xf8\x11\x8c\xd1\xf7\xc4\x80\x9f\x83\x98\x98\xf6\x16\x07\xda\x90\xf3\xe5\x01\x07\x32\xc4\x4b\xdf\x53\x3b\x11\xb0\xcf\xe6\xa9\xc0\xb7\xef\xee\x32\x3c\x1c\x16\x07\x5c\xc2\x64\xa3\x97\x99\x5d\x6f\x7b\x5b\x04\x2b\x7b\xfc\x59\x76\x31\x2f\x61\x4a\xdf\xb6\xbf\xbd\x6d\xf9\xde\x60\x68\x6f\xf9\x03\xe0\x8a\xd2\x35\x07\x26\x55\xad\xf9\xb0\xcd\xbe\x40\x8e\x13\x7f\x0e\x2d\xc0\xe3\x24\x54\x52\x9c\x39\x81\xe3\xdb\x09\x43\xab\x4b\x4f\x98\xb4\xb9\xbb\x3b\x93\x1d\x7a\x9e\x78\x33\xdf\x93\xed\x6d\x86\x35\x57\x75\xfb\x20\xff\x15\xf9\xf1\x7e\xf1\xb2\xf8\x56\x1e\x6d\x48\x02\x83\x58\xcc\x3a\x18\xeb\x50\x8a\x75\x81\x96\x39\x42\x72\x71\xc4\xad\x9b\xa9\x05\x2b\x16\x40\x41\x75\x8f\x58\x72\x43\x8e\x42\x08\x72\xf1\xc6\x6b\x71\xd8\x79\x52\x7d\xdc\xc1\x03\x11\xa6\x0b\x01\x86\xd8\x83\x3c\x97\x40\xf0\x1a\x4b\xbd\x67\x41\xdb\xce\x7a\x9f\x38\xf1\xec\x62\x92\x8f\x21\x5f\xb7\x93\x55\x98\x86\xea\xe2\xf0\xaf\x12\xda\xd5\xad\xfc\x05\x2b\x3f\xbd\x36\xe3\x98\xbf\xf2\xb5\x8c\x70\xac\xe3\x5d\x61\xca\xae\xe4\x9a\xf7\x4b\xa9\x6e\xb0\xc0\x22\x6a\xa6\x32\xa5\x1c\xaa\xc4\x64\x54\x24\x3e\x01\x7c\x9f\xed\xf5\x06\x9f\xd0\x36\x2e\xdf\xa7\x8d\xcb\xdf\xc5\x18\x6d\xca\xf3\x74\x03\x95\x8e\x66\xfa\x9d\x3e\x60\xbe\xe6\x31\xd0\x4e\x49\xb6\x52\xf4\xa9\x34\xa4\x52\xce\xb3\x27\x7f\x70\x75\x28\xb6\x9d\xd8\x65\x7b\xc4\x13\xff\x66\xd7\xd3\xa8\x6c\xd5\x4f\x40\x65\x0e\xde\x24\xf3\x39\x1c\x49\xa1\xc6\xe6\xa9\x8f\x4a\xca\x22\xb0\x1d\xe0\xcc\x53\xa9\xa7\x9f\xa6\x76\x26\x0d\x44\x2f\x45\x7c\xaa\x13\xbe\x36\xe1\x08\x62\xb1\xa7\x28\x8d\x3e\x25\x2e\xe3\x39\xe9\x40\xe7\x19\x93\x54\xd4\xff\x0c\x52\x33\x63\xe9\xfc\xa4\xfe\x28\x7a\xeb\x9a\x0f\xa1\x7d\x60\xa1\xd2\x03\xf4\xec\x61\x37\x1d\xe4\xa1\x03\xe4\x92\x88\xf3\x7e\xbb\x3f\x18\xda\x7d\x94\x92\x16\x55\x39\x44\xa1\x02\x69\x06\xb5\x84\x00\xc0\x18\xa2\x69\x3e\x84\x2c\x54\x4f\xe1\xdb\xed\xf7\x30\x6d\x05\x51\x35\x42\xe9\x6d\x55\x57\x33\x24\xfd\x54\x37\x25\xf6\x73\xa6\xb1\xe2\xed\x6d\x24\xb1\x2e\xb1\xd3\xd3\x8c\x25\x59\x58\xe5\x26\x93\x99\x21\xba\x0e\x70\x84\x26\xad\x07\x74\xb6\x2d\x2f\xcf\x93\xd5\x05\x66\x11\xbc\xbc\xbe\x8b\x82\xaf\x31\x9e\xa1\xd7\xe8\x18\x5e\xcc\xae\xac\x1c\x40\xaa\x86\xaf\xa4\x45\x34\x9e\x0b\x68\x76\xe8\xbd\x80\xc2\xf4\x63\x4b\x2b\x3f\xf4\x5e\x98\xf4\x4c\x87\xea\x95\xf4\x4d\xcf\xb4\xdd\x78\x1c\x5c\x12\xcb\x76\x63\x02\x30\x89\xff\x1e\x90\x71\x0a\x3f\x60\xda\x76\xb2\x45\xdc\xb3\x11\x44\x00\x07\x51\x71\xbe\x35\xf2\x7c\x53\x5d\x80\x1e\x4c\x38\x7d\xc9\x86\x16\xce\xac\xe5\xd0\x7b\x81\xdc\x51\x14\x7d\x0a\xa0\x07\x1f\x9a\xcf\xdf\x03\x32\xf6\x76\x4c\xdb\x21\x6e\x28\x03\xe0\xc6\x20\x1e\x7b\xa6\xe9\xa4\x17\x30\x0c\x23\xe0\x5b\x02\x7f\x17\x7b\xd0\x92\x6d\xc8\xaa\x21\xcf\xa9\xd8\xc7\x43\xbe\x4d\xd3\x31\x3f\x5e\x84\x00\x7d\x32\x6d\x37\x35\x51\xdd\xe0\x80\x40\xeb\xb7\x1f\x2e\x22\xff\xf6\xc5\x0f\x53\x0c\x5f\x7c\x37\xcf\x3e\x88\xe1\x65\xf2\x7f\xbe\x9b\xe3\xe4\x87\x1d\x7a\xeb\x87\x0b\x6c\xec\xbc\xf8\x01\x18\xf4\x86\x67\xfe\x0e\xae\x01\x37\xcc\xf4\xe5\x6c\x59\xdf\xd3\xa7\xbf\xb7\xcd\x17\xf2\xca\x0f\x3b\xe0\xc5\x0f\x3b\xac\xf9\xdf\xec\x24\xc9\x70\x15\xb3\x81\x69\xa4\xc9\xc2\xa8\xb7\xb7\x0b\x17\x94\xa9\xcf\x96\xca\x2a\x3e\x14\xcf\x2e\x62\x82\xad\x1e\x55\xb8\xcb\x28\x72\x6b\xee\x1f\x39\xd5\x5b\x3a\xca\x2c\x13\xa2\xa0\x55\x4e\xdb\x03\xe2\xb8\xae\x8b\x86\x9e\x24\x5d\x85\x36\x45\x7b\x03\xe2\x20\xb1\x88\x9e\x69\x0f\x13\x3b\x71\xf2\x90\x72\x59\x38\x2a\xab\x82\x2a\xd0\x09\x28\xdf\x7b\x4d\xe0\x44\xad\x9a\xc2\x0e\x6d\x0f\x1d\xf0\x41\xf5\x51\x11\x27\x2e\x07\xc3\x2d\x8c\xa6\x00\xf1\xdc\xb6\x13\x6e\x06\x79\x79\x7b\x7e\x3b\x85\x96\x89\x21\xcf\x4b\x60\x43\x44\xbe\x45\xbc\x17\xd2\x36\xe7\xd1\x25\x0d\x50\x40\x02\x2a\x27\x71\x13\x33\x73\x2f\x72\x7d\xec\xee\x6e\x9e\x14\x81\xbd\xe7\x49\x92\x38\xb1\xc7\x0a\x42\x30\x30\x3e\xab\x60\x66\xb7\x7e\x1b\xb0\x62\x67\xdf\xcd\xa1\xcb\xcb\x1f\xbe\xc7\xf0\x32\xf8\x9c\x74\xb8\xcf\x66\xf8\x9b\xed\x12\xf8\x99\x1c\xf1\x64\x2f\xdb\x09\xbc\xd8\xfd\xe5\xf5\x11\xbb\xc9\xa0\x4d\x23\x1e\xa7\x5e\x32\xc3\x66\x26\x45\x67\xe6\x45\x83\x48\xac\x7d\xa7\x37\x74\x63\x3c\x62\xea\xe2\x48\x90\x8c\xaf\x33\xb4\x33\xa8\x96\x48\xe2\xb2\x88\x14\x5a\xc9\x42\x4e\xcf\xde\x1f\x1e\x9d\x9c\x7d\x3c\x39\x3d\x7c\xf9\xe6\xe4\x58\x02\xcc\x67\x42\x51\xec\xd2\x3e\xb0\xea\xd5\xb2\x10\xd4\xf6\xb6\xe6\xe2\x96\xda\xea\xd9\xd9\xbb\xba\x16\xcf\xce\xde\x29\x4d\x65\x7f\xe5\xda\x38\x3c\x7a\x53\xdb\xad\xc3\xa3\x37\x6a\x87\x94\x3f\x73\xcd\x1c\x1f\x9e\x1f\x1e\x9d\x9c\x9e\x9f\x7c\xf8\xf8\xe6\xdd\xd1\xe1\x9b\xb4\xa9\xd8\x65\x05\x87\xa9\xfc\x39\x82\x88\x40\x9c\x7b\xed\x97\xd7\x1f\x8f\xde\x9d\xfe\xf8\xfa\xa7\xf4\x79\xec\xcd\x29\x5d\x93\x94\xfb\xbe\x3d\x39\xff\xf0\xfa\xe8\xec\xe3\xfb\x0f\xef\x7e\x7d\x7d\x7c\xf2\xc1\xb4\x19\xd4\xae\xe6\xf6\x3f\xfe\x99\x0e\xc4\x76\xa8\x32\xc6\x2a\xc2\x2a\xcf\x9e\x9d\x7c\xf8\xf5\xf5\xd1\xc9\xc7\xe3\xc3\xb3\x57\x2f\xdf\x1d\x7e\x38\xfe\xf8\xcb\x87\x37\xa6\xed\x80\xed\x6d\x2b\x70\x27\x90\xe0\x60\x14\x7f\x9c\xe2\xe8\x3a\xf0\x21\xf6\x80\xed\x44\xc5\x3b\x9f\x6f\x3f\x0a\xe0\x3f\x2f\x52\x3e\xc2\x1e\xf3\x41\x3c\xbe\x88\x00\xf6\x3f\xce\x70\xf8\x31\x2d\xc3\xe9\x61\xdb\x09\x72\xa3\x7e\x79\x78\x76\x42\x87\x4e\xbf\x2e\xc7\x3d\x53\x6a\x41\x65\x75\x9f\x76\x95\x62\x4f\xb9\x26\x5e\x9d\x9f\xbf\xa7\x63\x3e\x7f\x77\xf4\xee\x4d\x61\xdd\x3c\xcf\x1b\x6d\x6f\x5b\x23\x2f\xb4\x66\xb6\xed\x8c\x98\xdf\xe7\x15\x8b\x81\x24\xd1\x88\x21\xed\x8e\x09\x99\xee\xf4\xdc\x9e\x59\x6e\xf4\xed\xe1\x3f\xe8\x9a\x9c\x9e\x1c\x9d\xbf\x7e\x77\x7a\x66\xf6\x65\xc9\x30\x65\x22\xf3\x5f\x2f\xc0\x84\x66\xf2\x94\x39\xde\x35\xed\xbe\xf6\xc6\x7f\x2a\x6e\xc4\x53\xff\xd6\xb4\xc5\x78\x52\x68\x31\x31\xbc\x47\x94\x3b\x4c\xca\x60\x77\xe9\xa6\x73\x15\x59\x4b\x6c\x40\x1f\x5e\xc3\x30\x9a\x32\xe9\x8b\x23\x93\xc6\x04\x5c\xd1\xa3\x85\xff\x35\x8a\xae\x21\x4b\xb2\xe2\x7f\x12\x18\x13\x56\x00\x0d\x31\x90\x1c\x69\xb6\x2e\xed\x77\x69\x51\x97\x93\x93\xdf\xee\xca\xa6\x32\xfb\xd0\xd5\x6c\x35\xef\xc1\x03\x85\xc9\x09\xbc\x55\x6c\x17\xac\x22\x2a\x26\x8f\x96\x93\x28\xad\x17\x58\xcc\xca\x1f\xc8\x98\x8a\xd2\xb8\xc2\x69\x56\x6e\x58\xb7\x53\x95\x4f\x68\x37\xf2\xca\x1f\x53\x18\x4b\xfa\x85\xf4\x9a\x7a\xbe\xe0\x62\x09\x3a\xe6\x1c\xc1\x59\x70\x81\xed\xcc\x13\x05\xfc\x19\x0d\xc8\x30\x17\x28\x94\xfa\x54\xc8\x30\x29\x5a\x8b\x79\x1e\x95\xc4\x58\xc8\xd3\x88\xae\x8e\x77\xbf\xe2\x81\xc3\xd3\xa3\x57\xef\x3e\x7c\x3c\x3b\x79\xc3\x77\xa5\xdc\xf0\xba\xd9\x01\x16\xb1\xef\xee\xba\xc5\x39\xba\xbb\x9b\x58\xc4\x2e\xce\x51\x11\x56\x4b\xee\x34\xde\x88\xee\x0d\x39\xab\xf5\xcc\xbf\xfa\x84\xa9\x3d\x15\x2b\x0f\xb7\x0a\x3a\xe2\x07\x42\xd5\x5d\x85\xca\x72\x0d\x6b\x4f\x81\x7e\x25\x83\xae\x61\xbb\x8b\x99\xa7\x98\xcf\x09\x9b\x4f\x9f\xa3\xb3\x17\xb8\xda\x84\xc7\x0d\x2c\x52\x23\x35\xae\x97\x8d\x07\xeb\x05\x97\x96\x70\xe1\xa6\x0c\x7a\x60\xa6\xc6\x70\xe8\x4e\x98\xf4\xb6\x63\xb9\x7f\xb1\xff\x3d\x60\xff\x1f\xee\xc8\xd3\xab\x97\xca\xad\xa6\xe9\xc0\x61\xed\xf8\xc6\xcc\x3b\xcd\x4b\xaf\x75\x82\xcb\x7b\xad\xbc\xa6\x83\x60\xce\x1c\xe0\x6b\xd6\x2a\x9a\x67\x10\x2f\x5c\x8d\x41\x83\xee\x90\x4e\xe8\x01\xfd\xd1\x27\x16\xfd\xc7\xc1\x8b\xd6\x9f\x1d\xd7\x60\x14\xee\x04\x31\x77\xd2\x75\xa8\xdc\x01\x71\x47\xa4\xbe\x7f\xcd\x56\x05\x13\x4f\x47\x06\xeb\xa7\x31\x01\x9f\x02\x74\x65\xd0\x55\xee\x1b\x78\x3a\xea\x1b\x23\x80\xbe\x27\x06\x55\x1c\x8c\x09\x24\xe3\xc8\x37\x0e\x8f\xde\x98\xba\xa0\x1d\xc9\xf0\x2c\x42\x15\x3c\x59\xdb\x94\x64\x75\x4c\x73\x7f\xb8\x3e\x24\x20\x08\xed\xed\x6d\x46\xbf\xe5\x3b\x29\x41\xc3\x05\x31\x3b\x6c\xea\xf9\xc5\x76\xe7\xf9\xd5\xc9\xe1\xf1\xc9\x87\xb3\x8f\x67\xff\x7c\xfb\xf2\xdd\x1b\x2f\xbb\x70\xfc\xfa\xa7\x93\xb3\x73\xe5\xc2\xf9\xbb\x9f\x4f\x4e\x95\xbf\x5f\x9f\x1e\x9f\xfc\x43\x7d\x21\x65\xbf\xca\xc5\xd3\xc3\xb7\x27\x8c\xbd\x66\xe1\x04\xe5\x5b\xe6\x3f\x3a\x47\x7c\xbc\xa9\xa2\x61\x6e\x69\x1b\xce\x9e\xcc\x24\x79\xf5\x51\xde\xa7\xec\x29\x56\xb6\x46\x7d\x80\x0f\x22\x7b\xe0\x3c\xfa\x04\x51\xee\x63\x7c\xd8\xd9\x13\x42\x85\x7b\x05\xe2\xb1\xfa\x9c\x98\x2f\xf3\xe3\x47\xbe\x2a\x1f\x67\xc1\x47\xba\x48\x1f\xc7\x10\xf8\x10\xc7\x1f\x3f\x9a\x8b\xd7\x93\x23\x9e\x8a\x37\x36\xbe\x7f\x34\xc1\xc8\x29\x0b\xd5\x4b\x98\xdc\x26\x80\x1c\xd7\x75\xa9\x98\x29\x75\x83\x7e\x56\xfd\x0f\xab\xc1\x11\x70\x80\x84\xd9\x60\xe8\x61\xa1\x31\xf4\x4d\x19\x00\xc5\x40\x34\x58\xa4\x43\x03\x4a\xe7\x33\xc3\x74\xee\xce\x14\x60\x30\xb9\x87\xd2\xcd\x45\xa9\x89\xe4\x0a\x31\x15\xc2\x2f\x90\x46\x2a\x47\x22\x4a\x69\x10\x3a\xf1\xd0\x03\x59\x3c\xa4\xe7\x79\x71\x2a\xad\x6d\xf1\xda\x31\xd0\xca\x50\xd2\x33\x78\x77\xaa\xc1\x79\xbf\x7d\x37\xc7\xc9\xe0\xbb\x79\x90\x0c\x7f\xe3\xb0\x25\xb4\x81\x03\x94\x95\x3e\xec\x4b\x04\xa7\xac\xf4\x54\x76\x9b\x58\xb1\x13\xd8\x76\x3f\xbd\xf0\x1b\x6d\xca\xfb\x6e\x0e\xad\xd8\x4e\x7e\xb3\x13\xdb\x19\x0c\xa5\x46\xb7\x6d\x2e\xb1\x1e\x33\xdc\x32\xf7\xd1\xc7\xd3\x69\x8e\x3f\x19\xae\x5c\x3e\x02\x1d\xc0\xdc\xcc\xa2\xa4\xec\x8b\xde\x01\xee\xf4\xfa\x5d\xdb\x09\xbd\xde\xf3\xf0\x07\xfc\x3c\x7c\xf8\xd0\x06\x83\xb0\xd3\x1b\x2a\xa7\x43\x38\x14\x45\xbc\x7a\x59\x1c\x65\xa1\x2c\x17\x5d\x7a\x06\xa4\xcf\x0a\x2c\x70\xc2\x3e\x23\x00\x33\x28\x19\xc6\xce\x15\x7d\xf1\xc0\x14\x38\x23\xbc\x02\xd8\x6e\xf9\x89\x7f\xa3\x7f\x23\x81\x9b\xb5\xaf\xbb\x4b\xef\xed\x3f\x90\x0d\xec\xd9\x22\xb0\x42\x71\x57\xe1\xe1\x01\xfd\x5f\xdf\x34\xa5\xba\x27\xaa\x65\x1b\x3d\xa9\x1c\x4b\x05\xb8\x64\xb6\x0c\xfb\x21\x27\x38\x05\x37\x2d\xef\x4a\x0f\xed\x7e\xe8\x85\x85\x49\x48\xd7\xc2\x34\x1f\x42\x5e\xdf\x21\x57\xf8\x39\xc9\xc1\xb0\xad\xd0\x89\x12\x19\xd3\x67\x88\x15\xe6\x5a\xde\x4f\xcb\x77\x48\x06\xc4\x27\x73\xd0\x95\x6a\xcf\x6f\xdf\xcd\x51\xf2\xdd\x3c\x4c\x7e\x4b\x6c\xd9\xbd\x94\xef\x34\x20\xef\x0d\xca\x2f\x39\xb7\x19\x49\xdd\x66\xcc\xbb\x59\x05\xdc\x92\xba\xad\xd2\x3a\x29\x1e\x54\x7d\x3d\x64\xe1\x80\x36\x72\xa4\x1c\xbd\x3b\x3d\x3f\x39\x3d\xff\x78\xfe\xcf\xf7\x27\x1e\x74\x8f\x0e\x8f\x5e\x9d\x50\x35\xe3\xfc\xc3\xbb\x37\xd9\xf1\x9e\xbf\x6c\x1e\x81\xd1\x18\x76\x44\x71\x25\x7a\x80\xe6\x5a\x31\xc5\xe9\xda\x39\xa7\xa2\xf6\xc2\x61\x71\xe1\xac\xdd\x51\xbd\x7f\xc7\xa4\x9c\xe3\x93\x37\x27\xe7\x74\x58\xef\x7f\x39\xcf\x06\x43\xff\x30\xdf\xff\x72\x4e\x3b\x2e\x9e\x30\xf9\xbf\xf4\x0a\x7b\xd5\xa4\xff\x5f\xdc\x75\x0c\xff\x33\x2b\x54\xaf\x6c\x8a\x6f\x5e\xf2\xe2\xaa\x99\x1c\xff\xc5\x79\x2a\x58\xcd\x53\x21\x5e\xef\x39\x29\xe7\xa9\x90\xac\x7a\x6e\x31\x4f\x85\xa8\x1a\x00\x61\x4a\x10\xf9\xbf\xbb\x07\x32\x39\xd1\xc2\x35\x79\x2a\x80\xc5\x10\xe2\xfb\xc8\x53\x61\x71\xad\x59\x9f\x5a\xcf\x53\xc1\xd5\x79\x2a\xe0\x9b\xc9\x53\xc9\x71\xd1\x50\x09\x3e\x10\x0f\x14\x39\x29\x1d\x14\xe7\xa5\x12\x97\x71\x86\x43\x09\x42\xf5\x91\xb3\x11\x09\x61\x25\x25\x76\x0f\x15\xfe\xc6\x16\xb6\xe6\x89\x83\xa8\xd0\xea\xcc\x25\xe2\x23\xb7\x0a\xf4\x4d\x4a\xba\x01\x77\xea\xed\xfc\x1e\x47\xac\x94\x47\xe6\x43\x54\x1b\x72\x2f\x22\xff\x96\x9f\xf5\x12\xd8\x49\xde\x1a\xe4\x5b\x1d\x7a\x26\x81\x9f\x65\x62\x6f\x4c\x30\x04\x13\xd3\x4e\xc4\xc3\x45\xa0\x29\x71\x99\x63\x4c\x41\x89\x54\xf8\x79\x8c\xe5\xc8\xea\xca\x8e\x24\x18\xc6\xd3\x88\xa1\xa3\xeb\x2a\x8d\x54\xc2\x90\x71\xd4\x14\xc8\x65\x23\xa8\x1c\x51\x8a\x16\x5e\x38\xbc\x18\x0a\x8c\x72\x96\x15\x6e\x6b\x4b\xe8\x55\x60\x03\xe7\xd1\xbc\xea\x2b\x69\x8c\x22\x84\xa0\x2e\xdc\x93\x4e\x51\x02\x2e\x22\x2a\xca\xad\x67\x54\xe8\xb2\x90\xae\xf2\x92\x49\xbc\xb2\x74\xe1\x8a\xeb\x2c\x06\xa0\x1e\xf0\x5b\x39\xe4\x71\xb5\xf3\x2c\x2b\x54\xc5\x3e\x93\x96\xdc\xca\x2a\x29\xbd\x3e\x71\xc5\x00\x93\x44\x95\x1c\xc2\x85\xe7\x94\x28\xd9\xd6\xea\x11\xfb\x9a\xea\xee\xa7\x87\xdc\xe6\x79\xf2\xe1\xe3\xc9\x87\x0f\xef\x3e\x78\xd0\xfd\xf1\xdd\x87\x97\xaf\x8f\x8f\x99\x55\xe1\x97\xd3\xc3\x5f\xce\x5f\xbd\xfb\xf0\xfa\x5f\x27\xc7\x1e\x74\xdf\xfd\x9c\x1d\xc2\xef\x7e\xf6\x76\xbb\xf4\x47\xee\x99\xfd\x6e\x6f\x4b\x6d\x62\xbf\xbb\xb7\x55\xf5\xa9\x47\xdd\xee\xc2\x81\x7f\x1e\xd7\x49\x80\x7f\xa6\x86\xfe\x99\x1a\xfa\xbf\x39\x35\xb4\xa8\x92\xe3\x2c\xce\x1d\xc1\x1b\x8b\xdc\xdd\xfd\xe3\xed\x9b\x57\x84\x4c\x3f\x70\x39\xd7\xde\x02\x6e\x84\x18\x7f\xa2\x1c\x05\xf2\x18\x3a\xd5\x1a\x15\x5c\x5a\xfb\xd5\xc0\x9c\x2c\xb4\x5f\x84\xcb\x1d\x86\xe1\x07\x76\x58\xc5\xf0\x95\x64\xa8\x99\x26\x68\xda\x9c\x41\x66\xfc\xf4\x05\x65\x17\x22\x1a\x99\x5f\xf9\x61\xbf\xdb\x55\x20\x75\x28\x77\xbd\x86\x98\xb0\x03\x98\x72\x6f\x83\x1d\xe0\x43\x89\x3f\xce\xbf\x65\x6f\x61\x37\x9e\x8d\x46\x30\x8e\x2d\xe2\x40\x55\x25\x53\x7f\x9f\xc3\xcf\x44\x04\x79\x63\x81\x29\x96\x96\x13\xe3\x0d\xd1\x27\xea\xde\xe6\x7f\x73\x28\xd8\x2d\xcc\x40\x68\x42\x48\xa0\x3a\x24\x86\xfa\xc0\xc3\xa5\xb0\xcb\xc5\x17\x07\xbb\x33\x1c\xd2\xfd\x94\x41\x61\x63\x79\xe2\x50\x0e\x22\x7f\x7b\xf3\x34\xc8\x28\xf4\x64\xda\xad\xbc\x29\x64\x9b\x7f\x74\xc4\xba\x41\xbf\xf3\xf7\x80\x8c\xcd\xbe\x99\x5f\x4f\x33\x49\x8d\x55\x05\x43\x58\x98\x8b\x15\x63\xe6\x2f\xe2\xa0\xa1\x97\xc6\x1f\x01\x37\x86\x44\x34\xc3\xd7\x8f\x81\x28\x26\xb6\x83\xdd\x0b\x78\x19\x61\x78\x06\x91\xcf\xe2\x61\xdd\x98\xfe\xc2\x4c\x60\xb2\x1d\x50\xaf\xb9\x07\x88\x84\x3b\x93\x20\x8e\x03\x74\xd5\x49\x05\x95\x4d\x1b\x09\x33\xf8\x06\x41\x81\xae\x69\xbb\xd3\x68\x9a\x91\x64\x27\xb5\x90\x18\xa9\x9d\xf4\xb7\xef\xe6\x44\x46\x7d\x75\x9d\x9e\xed\x92\xe8\x97\xe9\x54\x7a\x45\x13\xe5\x6e\xcf\x4e\x7e\xab\x1f\x76\xfc\x63\x54\x4c\xbb\xfa\x0a\xdd\x2d\x29\xb6\xfc\x8e\xc9\x05\x45\xe6\x8d\xeb\xf4\xea\x83\x9b\x3f\xc1\xdb\x73\x1e\x31\xfb\xb5\x43\x80\xec\xc8\x01\x5a\x2c\x96\xec\xc0\x34\xfb\x50\x92\xc0\x82\x8a\x15\x21\xbc\x24\x1d\x82\x83\xc9\xd7\xbe\x84\xab\xc7\xe1\xa6\xcb\x2f\x0a\x75\x66\xa1\xcd\x07\x50\x52\x3a\x91\x30\xab\x7d\x58\x3b\x5d\x13\x70\x7b\x01\x3b\x23\x10\x7e\x29\xdb\x73\x1a\x82\x58\x59\xaa\x88\x6c\x6f\x43\xcb\x76\xd0\x42\x38\xee\x09\xc4\x57\xb0\xc3\xb2\x72\xe2\xaa\x2c\xde\xc9\x2c\x24\x41\x67\x02\x34\x86\x9f\xf5\x35\xe8\xf6\xc9\x64\x30\xd4\x85\x5b\x57\x91\xc9\xf6\xb6\xfa\x97\x2e\x09\xb1\x61\xb9\xd2\x34\x33\x52\x11\x43\x0c\xec\x84\x94\xd5\xf0\x18\x6a\x27\x16\xf6\x6c\xe8\xbd\xb0\x4c\xce\x85\xce\x78\x9c\xdc\x29\x98\xc0\xed\x6d\x76\x30\x59\xd0\x3d\x8d\x7c\xe8\x40\xf7\x88\xae\xca\xeb\x63\xdb\x81\xb6\x2d\x3d\x27\xb0\x90\xc5\x9c\x15\x9d\x38\x80\x7d\x98\x3a\x5c\x8a\xb9\xce\x54\x2b\xe4\x71\xa7\xca\x07\x39\x72\x39\xe0\x89\x03\xec\xa3\xf6\xdd\xdd\x60\xa8\xa4\xce\x91\xb4\x0f\x19\x6a\x06\xef\x24\x7f\xde\xc9\x1e\x48\x45\xcb\x34\xd1\x01\x26\xce\x60\x68\x33\xd7\x4e\x16\x61\xbb\xbd\x1d\x2b\x21\xbf\xb9\x72\x1a\x27\x9f\xa7\x51\xcc\xea\xe4\xd8\xf9\x13\x3c\xcb\x21\x93\x4f\x41\xdf\xe4\x07\x76\x9c\xd4\x41\x9a\x4d\x02\x14\x4c\x82\x3f\xe0\xdb\xc8\x87\x1b\xdf\xab\x6c\x36\xf3\x2e\x0c\xa8\x84\x84\x34\xaf\x45\x72\x0a\x6f\x58\x45\x91\x82\xeb\x23\xc3\xf8\x7c\x7d\xdc\xcf\xbd\xf2\xfa\xd8\xb4\x1d\x96\xce\x9a\xbb\x4c\xaf\x98\x8c\xf1\xd7\x72\x00\x14\xa1\x0e\x9c\x4c\xc9\x6d\xa7\x90\xbd\x73\xdf\xc1\x25\x29\xa6\x36\xa7\xd4\x83\x79\xd2\x9f\x0f\xe0\xb0\x4f\x16\x04\x81\x08\x74\x33\x5f\xd4\x00\xff\xba\xcf\x30\x59\xca\x6f\xe5\x83\xac\xa6\x0a\xfe\xba\x41\x39\xca\x18\x13\xb5\x40\x17\x64\xbb\x10\x5b\xf9\xc2\x63\xd0\x62\x3b\x10\xb1\x1c\xfd\xda\x05\xc2\xc1\xd5\xf8\x7f\x81\x7c\xa1\xc0\xad\xf1\x08\x79\x29\x4f\x50\x6d\x10\xbd\xf0\xba\x19\x33\x08\x41\x4c\x5e\xa7\x12\x08\x4b\x39\x80\x99\x34\x8e\xec\x0c\x4d\xa7\x5e\x12\xc1\xd1\x8c\x04\xe8\x6a\x07\x43\x3f\xc0\x70\x44\x3a\x24\xfa\x22\x3b\x38\xcd\xb0\x60\x5a\x66\x34\x23\x1c\x2c\x47\x51\x48\xd2\xc8\xed\x9e\xd4\x45\x5c\x96\x67\xcd\xb4\xd2\x69\x08\x46\x90\xa5\x16\x31\xbf\xa9\xfb\xdd\x1c\x26\xbf\x39\x8b\x50\x83\xe4\xe0\x09\x06\x28\x0e\x68\x57\xee\xaf\x2c\xfa\x1a\x81\x6f\x8e\xa6\xa4\xfa\x6e\x5e\x96\x10\xa2\x91\x88\xb3\x60\xe6\x6a\x0f\x48\x10\x3f\x93\xcd\x6f\x5f\xb1\xf6\x9b\xb6\x70\xce\x3b\xb1\xc7\x6b\xc0\x38\x81\x84\x37\x0a\xbd\xc0\x9d\x02\x0c\x11\x79\x6e\xc7\x5e\x2c\x05\x04\x64\x85\x0e\xb6\xe9\x73\x61\x96\x70\x8a\xe1\x35\xc4\xbc\x76\x90\x05\x59\x2e\xca\xdd\x9d\xea\x55\x30\x9d\xd8\xc1\x76\x52\x46\x01\xca\x5b\x90\xb2\x90\x60\x17\xb1\xd0\xa9\xed\x6d\x98\x4b\x1f\xf3\x47\x2e\x0b\x3c\x80\x9e\xc9\x1f\x70\xcd\x87\x94\x23\x0e\xe4\x0b\xc3\x54\x8e\xa1\xe2\x03\x74\x5c\xd7\x25\xc3\xc4\x41\xed\x69\x4b\x29\x83\xb3\xa0\xcb\xa2\x79\x58\x9c\x17\x97\x7e\x0a\x61\x17\xe5\x71\x91\x01\x1a\x1e\xd0\xff\xf5\xc5\xcb\xf1\x00\x0d\xe9\x81\x9d\x4e\x60\x23\xba\xbd\x01\xe1\xa7\xfb\xdf\xad\xf6\x9c\xe4\x8a\xd3\xc1\xa1\x9d\xb0\xfa\xe3\xb3\xc9\xd4\x83\x2e\xed\x54\x5d\xf5\xf1\xb4\x5f\xa2\x44\x45\x2a\xa8\x21\x21\x65\x7e\x8c\xa6\x84\x01\xa5\x50\xae\x96\x07\x06\xc6\x6c\xe6\x5c\xf9\x04\x2f\xd0\xbb\x95\x6b\x6f\x80\x86\xb6\xb2\x92\x16\x50\x99\x7b\xa1\xaa\xde\x00\x0d\x87\xac\x1c\x63\xca\x74\x04\x2e\x53\xa2\xd6\x62\xcb\xdc\x5c\xfc\x97\x37\x97\xdf\xef\xcf\xa7\x80\x8c\xfb\xa6\x99\xf0\x2a\xe7\x6c\xe8\x64\x8b\xc3\x98\xb0\xec\x4a\x56\xfb\x9c\xce\x0b\x72\xea\xd2\x2f\xb1\x6e\xc2\xa5\x04\x48\x05\xbf\xd0\x32\x0d\xc3\x74\xba\x0e\xcc\x62\x41\xb2\xb6\x4b\x54\x8d\xbc\xdd\x0c\xd0\x24\x9a\x11\x06\x8e\xc2\x36\x7d\x6e\xc7\x01\x09\xac\x3a\x23\x0f\x59\x84\x16\x3d\x90\x95\xc9\xf8\x9e\xb2\xd1\xef\x1d\xe3\xbb\x39\x0b\x86\xe7\xc1\x2f\xc1\xe5\xad\x45\xec\xe4\x37\x07\x1c\x58\x48\xd6\x06\x62\x2d\x98\x8e\x42\x24\xc6\xfc\xdf\xc8\x74\x40\x6e\xc2\x87\xb6\x83\x3a\x1d\xe5\x0d\xfa\xc1\x87\x66\x62\x3f\xff\x37\x32\xed\xbe\xd2\x92\xfd\xdc\x54\x1b\xfe\x37\x32\x13\xa5\xa4\x23\x6f\x13\x30\xd2\x73\x7e\xfb\x40\xfb\x8a\xd9\xa6\xfb\x37\x32\x0a\x5d\xf8\x6e\x0e\x68\x1b\x09\xbd\x93\xfc\x1b\xd9\xcf\x7f\x4b\x92\x5a\x50\xaa\x74\x6f\x05\xa1\x3f\x02\xb8\xe5\xc8\x8c\x86\xa7\x21\x5f\xc3\x07\xbd\x2d\x82\x6f\xe7\xc8\x63\xa1\x55\xaa\x64\x4e\xec\x74\x0f\xb8\x94\x04\xb3\xa8\xab\xbf\x98\x12\xea\x16\xdb\xf3\xcc\x1b\x52\xcb\x4e\x62\x08\xf0\x68\xbc\x03\x3f\x83\xd1\x82\x60\x0e\xf1\xe4\x94\x4a\x0b\x23\x40\xe0\xfd\x64\xe3\x4b\x87\x78\xfa\x59\x35\xcc\xd3\x2b\xc0\x88\x38\x05\x59\x4e\xc3\xe0\x97\x34\xf7\x89\x38\x67\x12\x89\x34\x90\x42\xfe\x47\x3e\xde\xb9\x61\xf6\xba\x98\xc8\xcb\xd9\x1f\x7f\xdc\xe6\xa7\xfc\x72\x16\x43\xf7\xf7\x78\xb3\x86\x12\x36\xc7\x85\x00\x03\x24\x98\x01\xed\x00\xb3\x3c\xa4\x13\x6f\x41\x67\x2e\x14\xfa\xb7\x94\xb4\x60\xdc\x7f\xd0\x75\xe2\x71\x34\x0b\xfd\xb3\x08\x93\xfe\x83\x9e\x43\xc6\x18\xc6\xe3\x28\xf4\xfb\xee\xbe\x43\x39\x71\x3f\x07\x53\xc6\x32\x58\x21\x8e\x99\x79\xc0\xb9\x82\xe4\x47\xd4\x17\x96\x85\xec\xe6\x80\x0c\xba\xc3\xa1\x25\x6d\x08\xd9\x84\x27\x76\xc2\x27\x4c\x2d\x63\x27\xfb\xea\xa6\xb7\xb2\x1c\xf5\x80\xc0\xc9\x02\xd9\xaf\x44\xca\x9b\x0c\x95\xab\x9f\x79\x89\x6f\x4d\x7b\x1d\xcb\x40\x07\xb1\xbd\x3d\xa2\x0c\x3d\xe7\x4e\x57\x77\x43\x0e\x0b\x87\x35\xa3\x98\x48\x8a\x20\x6b\x4a\xeb\xe9\xb2\x70\xdc\x34\xa4\xc2\xae\xa1\xd4\xc1\x02\x94\x2f\x14\x23\x2c\x0f\x42\x01\xb9\x66\xf7\x59\x8c\xe3\x22\x6b\xa1\x98\x76\x0c\xaf\xe0\xe7\x05\xd8\xf0\x5f\x11\xb3\x61\x8c\x84\x31\x63\x5e\xc2\xe8\x03\xbc\x3a\xf9\x3c\x65\xc6\x16\xd3\x2e\x66\x5a\xd3\x73\xfd\x41\x2f\xb5\x66\x79\x2f\x88\x4b\x60\x4c\x18\x7f\x68\xca\x1e\x78\x82\xf9\x0e\xcb\x36\xef\xdc\x4f\x7d\xc3\x2f\xa8\xfa\x8a\x72\x03\x6a\x6e\xfd\xea\x78\x17\x79\x51\x65\xf5\xba\xed\x59\xfe\x9f\x4e\xdf\xda\xd7\xb6\xb1\xaf\xb6\xb1\x3f\xcc\x81\xf5\x88\x41\xe6\x03\x7c\x18\x68\x22\x1f\xb1\x28\x7c\x9f\x2e\xf6\xfc\x13\xbc\xed\x43\x56\x3e\x5d\x6e\x44\xf8\xd0\xec\xcb\x53\x69\x2e\xd1\x58\xfb\x65\xe1\x8f\xa4\xc8\x04\xbf\x7d\x37\x0f\x13\xa6\x0c\xdb\x5b\xa5\x92\xc8\x88\x85\x81\x7f\x6f\x9a\xdf\xdb\x42\xd0\x60\x02\x20\x27\x67\x60\xcf\x91\x67\x9a\x99\x08\x21\xa0\x99\x72\x1f\x74\xb0\x52\xcb\xce\xc3\x39\xd4\x27\x0e\x4a\x23\x6b\x67\xb0\x0f\x60\x0f\x59\x58\x7e\x20\xb0\xe7\x98\x7d\x3c\x91\x20\x7b\xac\x9e\x41\xa1\xdb\x0e\x4e\x59\x0f\x50\x47\xe3\xc4\xb2\x0c\x40\x79\x12\x32\xb4\x06\xfe\x44\x69\x26\xb4\x0d\xa2\xc4\x01\x61\xa8\xc1\xd3\x2b\xa8\x2b\x65\xbb\xb8\xa2\x25\x50\x11\xcc\x7c\x18\xda\x6a\x27\x84\x55\x46\x62\x6e\xda\x5b\x2c\x0f\x56\x46\x02\xf0\x09\x42\x4a\x60\x85\xc8\x27\xa9\xe3\x0f\x22\x03\x3e\xf8\xe3\x2b\x67\x0a\x83\xe1\x96\x92\xd1\xc8\x0e\x67\x53\x66\xef\x77\xcc\x87\xb0\x5e\xcd\x25\xc1\xe8\x93\x1e\x1f\x76\xc5\x20\xe3\x15\x66\xe4\xfc\x06\x42\xe4\x41\xf7\x9c\xf5\xa5\x58\x3a\x24\x5f\xb5\x54\x1f\xba\xb9\xe6\x14\xf6\xe0\xde\xce\xe3\xee\x56\x2e\xf2\x33\x86\xe4\x03\x3f\x99\x12\x3a\x47\xb5\xb1\x83\xf4\x01\xd3\x11\x08\xe5\x0c\xd5\x8c\x0a\x53\xf2\xfd\x39\x03\x8a\x7b\x8d\x08\xc4\xd7\x20\x14\x81\x9c\x81\xf8\x53\xc6\x99\xca\xbf\x3d\xba\x3d\xe5\xa3\xf4\x94\xe3\x05\x3d\x59\x0f\x1c\x68\x27\x3e\xaf\x34\x6d\x2d\x68\x35\x49\x1c\x5c\x39\x73\x31\x01\x24\x18\x19\x59\x53\x59\x1e\x91\x7c\x86\x2f\xc5\x4f\x38\x9a\x4d\x59\x4c\x48\xf9\xb2\x9b\xbe\xee\xf8\xac\xf2\xba\xa1\x7b\xca\x4e\x72\x62\x58\x21\xba\x96\x59\xc9\x47\x9f\x00\xaf\x52\x94\x9b\xe7\x8f\x44\xdc\x10\x63\x4f\xf2\xcf\x16\x1e\xf2\xa0\x62\x4b\xc8\xbf\x7e\x05\x45\x7f\xd2\x18\xda\xf2\x2d\x4f\x4e\xb4\xe8\x17\x7d\xa2\xd8\x0e\xfd\x91\x55\x54\xc9\x6e\xd8\xc9\x95\xd2\xb3\x42\xc4\xa8\x7c\x28\x09\xe2\xc3\x30\xb8\x2e\xdd\x17\x97\x93\x98\x27\x08\xcd\x73\x57\xbd\x07\x5d\x47\x72\x30\x65\x4a\x2d\xbb\x5c\xd8\x55\x52\xa0\xec\x7c\x5d\x6c\x2c\xfb\x56\x89\x5a\x49\x34\x2d\x7f\xbf\x57\xf1\x7d\x5d\x1d\xdc\xe5\xba\x10\x4d\x8b\x3d\x00\x23\x12\x5c\xc3\xa3\x68\x56\xaa\x8c\x5b\x1e\xbe\xfa\xa8\x24\x0c\x79\x3b\xa5\x8d\x2b\xfa\xa7\x07\x93\xe2\xeb\xf3\x22\xda\x88\xf2\xf8\xf6\xb6\xa5\x04\x45\x35\xde\x0b\x4c\x5e\x4d\xb7\x32\xff\xb0\x76\x37\xa8\x4f\x30\x50\x6f\x41\x7f\x38\xb3\x24\x41\x10\xc3\x77\x33\x92\x37\x22\xa9\x09\x85\x70\xc7\xc3\x0e\xfa\x8b\xd5\xe9\xc0\xbf\xc0\xbf\xc0\x87\x3d\xfb\x21\x49\x12\x27\xf4\x90\x13\x17\xb6\x7c\x59\x11\x92\x93\x23\xca\xee\x5d\x62\x30\x81\xb2\x90\x32\xe3\x3c\x23\xcc\xcb\x91\xf5\x6c\x4a\xb3\x44\x64\xae\x69\x2b\x15\xb3\x97\x7f\xf0\x7a\xec\xc1\x13\xe4\xd7\x3d\xf6\x42\x6e\xa7\x88\x80\x90\x5d\x89\x93\x12\x15\x57\x2c\xbb\x8e\xe0\xf3\xf8\x8e\x3a\x7a\xac\x6e\x4c\xf7\x74\xbe\x3d\xb1\x1b\x72\x0d\x44\x24\x3a\x44\xfe\x19\xbd\x53\x1e\x9e\x9d\x4c\x43\x70\xab\x7f\xe5\x3d\xbd\xa3\x7b\x25\xd6\xcc\xed\xa2\x77\xd4\x6e\x40\xed\x62\x16\x02\xc2\x95\x81\x67\xb6\xbd\x94\x1b\x6d\x6f\xf3\xe2\x6f\x12\x8c\x53\xfd\x7c\x0b\xcd\xdf\xdd\x11\x57\x8c\x52\xb4\x9f\x3d\x5e\xb1\x0d\x49\x99\x57\x43\xcc\x83\x34\x44\x4d\x38\x47\xbd\x43\x77\xff\x8f\x8c\x9c\x8a\x66\x0b\x95\xd4\x24\x9c\x69\x8e\xc2\x8b\xcf\x07\xf2\x8e\x7c\x3a\x29\x1f\x94\x38\x3b\xf5\x12\x71\x93\x44\xa5\x1d\x5a\x61\x7b\xcf\x79\x2b\xc8\x00\x0d\x3b\x1e\xe4\x2e\x09\x86\xf6\x1e\xa7\xed\xb8\x9c\x98\x92\x92\x05\x63\xad\x32\x4a\xbd\xdd\xd5\xf5\x34\xe0\x0a\xb6\x54\x92\x91\xde\xb2\xa0\x52\x0b\x67\x57\xa8\xcc\x17\xab\x10\x9a\xa2\x50\x28\xcc\xae\x88\x15\x43\xa5\xe3\xf6\x32\xc2\x37\x00\xfb\x71\xf2\x71\x8a\x23\x16\x41\x5b\xf0\x64\xb0\x95\x9a\xd2\x2f\xe4\x83\x4f\x72\x44\x29\x12\x75\x34\x1b\x28\x15\xb6\x02\x12\x80\x90\x45\x18\x0f\xe0\xd0\x51\x9a\xcd\xfe\x54\xe8\xc7\xde\xca\x03\x85\xbb\x1f\x05\x44\x37\xab\x7a\x66\x27\xb2\xdb\x5a\xf6\xfa\x43\x99\xf5\x1d\x64\x03\xe1\x83\x74\xca\xaf\x3d\xf4\x0a\x64\x69\xf7\x35\x03\x2a\xb7\xed\x94\xf8\x1d\xdf\xe0\x76\x72\x01\x46\x9f\xaa\xbb\xd9\x29\x7e\x4f\xd3\xa7\x17\x5e\xf7\xa0\xd0\x73\xd1\x29\x3c\x43\xf9\x15\xd4\xbc\xed\x15\xc5\x09\xa5\x6f\x2a\xe3\xa9\x62\x0d\xea\xaa\xa5\x0c\x42\xbd\xe8\xcd\xd3\x02\x91\xf5\xd4\xa2\xa5\x02\x4f\x5d\xd9\x01\x64\xfb\x92\x51\x7b\x8e\x29\x17\x0e\x0a\x85\xba\xe7\xea\xfb\x42\xee\x48\xef\xe5\x39\x13\x2f\xea\x99\xee\x95\xe2\x7d\xd6\x63\x85\x67\x89\x3d\x96\x7e\x42\xe6\xa1\x71\x09\x82\x29\x4f\x71\xbd\x8e\x47\x42\x58\xd0\x63\x53\xd0\xdf\x30\xe8\x70\x9b\x45\x47\xc2\xd8\x14\x5e\x5a\x5f\xc3\xab\x7c\x41\x48\x48\xa6\x33\xcf\x67\x29\x5c\xe9\xb0\xc5\x33\x05\x66\x81\x77\x89\x44\x93\xe8\x0a\x83\xe9\xf8\x1e\x82\x81\x4b\x7e\x25\x07\xc9\x74\x9d\x67\xf2\x3f\x07\x78\x9d\xec\x8f\xd0\x1b\x0c\xb7\x90\xe6\x50\x88\x39\x6a\x3f\x03\x53\x8c\x7c\xc8\x9b\x09\xbc\xd8\x3d\x83\x57\x0c\x5b\x56\xf7\x12\x61\x2f\xf1\x37\x1e\x78\x3c\xdc\x8f\x41\x88\xf2\x77\x3c\x2f\x90\x39\x47\xd0\x8a\x1d\x62\x6f\x85\x3c\xf0\x6f\x8e\x22\x1f\xf6\x45\x78\xa0\x1f\xc4\x04\xa0\x11\xec\x23\x27\xe6\xef\xf5\x83\xc4\x76\xd0\x0f\x98\x65\x14\x21\xdb\x41\x2f\x00\x73\xf3\x22\x6e\x4c\x08\xdd\x38\xc2\xa4\x88\xfa\x91\x5a\x21\x64\x7b\x1d\x92\xfe\x14\xe1\x6d\xac\xd2\x63\xec\x04\x9e\x34\xd4\x38\x91\xf7\x16\x90\xb1\x7b\x19\x46\x11\xb6\x82\x9d\xdd\x54\x8c\x08\x5e\x74\x0f\x62\x2f\xf8\xbf\xbb\x07\xe1\x20\x1a\xa6\x0d\xf5\xad\x70\x10\x75\x7a\xd9\x85\x87\xb9\xdb\xf6\xce\x6e\xdf\x8a\xbd\xae\x83\xbd\xae\x03\xbc\x2e\x2f\xff\xc9\x6e\xc5\xfd\xd0\x99\x04\xa8\xcf\xcc\x8d\xaf\xa9\x88\xdb\xed\xfe\x05\xdb\x3b\xbd\x6e\xd7\x61\xf5\x8b\x0b\xb7\x62\x71\x0b\x7c\xce\x5f\x07\xec\xfa\x02\xe3\xd1\x6c\x74\x19\xe0\xf8\xde\x02\xf5\x7e\xfb\x6e\x0e\x6b\xf3\x04\x60\xe3\x3c\x81\xd9\xd4\x07\x04\x76\x58\xc9\x83\x8e\x80\x59\xd8\x78\xfc\xb4\x10\x9f\x32\x18\x6c\x7c\xa0\xa0\x65\x3b\xc8\xee\x67\x1a\x12\x64\x0e\x15\x16\x97\xa5\x8b\xbb\x34\x54\x1f\x2e\xb2\x69\x5b\x89\x2d\x90\xb1\x29\x11\xb3\x02\xfd\x8c\x20\xa2\x4b\xf1\x2c\x1f\xc4\x7b\x1c\x7d\xbe\xdd\xde\x56\x4e\x7a\x47\x66\x5f\x9a\x0e\x74\xf9\x54\x1c\xb2\xc4\x2f\x07\xca\x70\x28\x0b\x38\x3d\x67\x40\x94\xd8\x59\x52\x31\xbb\x4a\x75\x9a\x1d\x30\x0a\x6b\x01\xd8\xd5\x52\x36\xf2\xc5\x08\x6f\xc4\x5f\xc9\x99\xc3\x9c\xc5\xa5\x0e\x18\xf6\xbc\x04\xe8\x7f\x8f\x61\x0c\xe9\x96\xb2\x1e\x74\x6d\x27\x77\xeb\x0d\x37\xb2\x5a\x73\xba\x9f\x7a\x89\x3d\x74\xce\xa9\x5e\x5f\xfd\x7a\xb2\xb5\xd0\x29\xa3\x0e\x39\x60\xb3\x1e\x44\xa8\x33\x85\x98\xa5\xea\x44\xa8\x33\x26\x64\x2a\x30\x8f\x56\x9a\xbc\xf2\x83\xa3\x08\xf9\x3c\x22\x2d\xac\x78\x69\x27\x8e\x26\x90\x04\x13\x58\x9a\x7b\xca\xe7\xdb\xf4\x59\x5a\xb6\xf7\xc2\x5a\xb8\x0c\x43\x87\x5b\xe2\xad\xae\x83\xb2\x92\x00\xb5\x2f\x94\xab\xa4\x99\xfc\x09\x62\x2a\x75\x63\x2c\x93\xa7\x58\x31\x3c\x0d\xe6\x61\xac\x38\x62\x17\x2d\xd3\x7f\xe1\xd2\x40\xba\x32\xe6\x5f\xcc\x55\x67\xbd\x58\xcc\xc2\x32\x5f\x9d\x9f\xbf\x77\xb9\x54\x17\x9b\xdc\x5d\x4f\x8a\xb7\xf9\x7a\x88\xbb\xa8\x78\xf7\x3d\x20\x63\xbe\x56\x77\x77\xe6\x69\x44\xff\x34\x1d\xac\x7b\x8a\x3d\x21\x1d\x5a\x0f\x06\xbc\xc6\xa6\x38\x7c\x05\x6c\x39\xff\x43\x36\xf3\xc0\xf3\xd0\xf6\x36\x83\xf9\xc6\xc3\x2c\xc9\x80\xee\x62\xdb\x76\x0e\xd9\xa8\x0a\x34\xfa\x9a\x3e\x44\x57\xdf\xb6\xe6\x01\xea\xc3\x81\xa9\x25\x8d\xa1\xcb\xdf\x76\x41\x18\x46\x37\xd0\x67\xb4\x1c\x53\xf6\x41\x7b\xdb\x9f\xd3\xcf\xd7\x4e\xf2\x8f\x11\x9e\x00\x62\x5b\x73\xe6\xda\xee\xef\xfc\x3f\xff\xde\xd9\x49\x9a\xcd\x76\x36\x61\x25\xf0\x2c\xb8\xbd\xad\x8c\x5d\x88\x2a\x4b\x50\xff\x7f\x0d\xc9\x73\xb9\xb5\x5d\x52\xe7\x2b\xce\x89\x30\x47\xe4\xef\x53\xba\x10\x5b\x40\x26\xfe\x99\x3c\x98\x96\x3b\xfc\x38\x6d\xd2\xc5\x38\x63\x38\xed\xeb\x9e\x53\xc7\x30\x26\x01\x62\x33\xbb\x6e\x53\xca\x00\x58\x33\x95\xf3\x55\x7e\xb5\xcc\x93\x1f\x94\x67\x2c\xb1\xed\x61\xb2\xb8\x24\xba\x4a\x2a\x9f\xae\xbf\x32\xb1\xe2\x67\x78\xbb\xc6\x14\x2f\x29\x35\xf0\xa8\xe4\xaf\x6c\x06\x18\x95\xd5\x33\xb1\x01\xe8\xfc\x71\xd8\xf9\x57\xb7\xf3\x6c\x68\x65\xbf\x3b\xc3\x79\xd7\x79\xbc\x9b\x28\x77\xed\x83\xef\x76\x92\x65\x65\xa9\x69\x14\x06\xa3\xdb\x6f\x70\x56\x0e\x3b\xff\x02\x9d\x3f\xba\x9d\x67\xff\xee\x7c\x1c\xce\x7b\x4e\x6f\xf7\x69\xb2\xc2\xf8\x71\x14\x7e\x8b\x34\x51\x1c\xfd\xee\xa3\xc7\xab\x8c\x9e\x30\x9c\xd2\xfb\x09\xbb\x9b\x57\x68\x3e\x1c\x73\x62\x27\x5f\x48\x28\xcf\x04\x09\xbe\x65\x66\x0a\xe8\x2d\x78\x8f\x78\x69\xa5\x97\x7c\x61\x8d\xef\x27\x90\x80\x01\x02\x13\xe8\x99\xdf\x3f\x84\x0f\xbf\x37\x87\xdf\xb3\xb2\x6c\x69\x15\x39\x2b\xd5\xe6\x6c\x07\x79\x73\x09\x63\xad\x40\x90\xfb\x70\x14\xf9\xf0\x97\x0f\xaf\x8f\xa2\xc9\x34\x42\x10\xb1\xd4\x86\xa4\x00\x60\x50\x98\x2b\x54\x3d\x57\x28\x8b\x12\xe6\xa5\x0a\xb3\xba\x86\xdf\x1f\x45\xb3\xd0\x37\x50\x44\x0c\x0c\x81\x6f\xf0\xb1\x1a\x97\x38\x9a\x18\x74\x24\x06\x01\x57\xc6\x4d\x40\xc6\x06\x1d\x92\x21\x86\xe4\x7e\xcf\xed\x2f\x78\x86\x50\x80\xae\xce\x61\x4c\xe2\xbb\x3b\x0c\xff\x33\x0b\x70\x6e\xca\xc1\x74\x6a\xda\x72\x61\x44\xe5\x60\x8b\x17\x4c\xcf\x9e\x32\x9d\x6b\x88\xe9\xf9\xd5\x37\x77\xdd\x5d\xb7\xfb\x10\xc2\x47\xa3\x3d\xb8\x07\xcc\xc4\xde\xfa\xff\x03\x00\x00\xff\xff\xbd\x9a\xc4\x67\x79\x16\x14\x00") -func web_uiAssetsConsulUiB58afff56a598ffa5e14291d8a3be69aCssBytes() ([]byte, error) { +func web_uiAssetsConsulUiFf45100ac53471eb7008ef9b379f40f3JsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsConsulUiB58afff56a598ffa5e14291d8a3be69aCss, - "web_ui/assets/consul-ui-b58afff56a598ffa5e14291d8a3be69a.css", + _web_uiAssetsConsulUiFf45100ac53471eb7008ef9b379f40f3Js, + "web_ui/assets/consul-ui-ff45100ac53471eb7008ef9b379f40f3.js", ) } -func web_uiAssetsConsulUiB58afff56a598ffa5e14291d8a3be69aCss() (*asset, error) { - bytes, err := web_uiAssetsConsulUiB58afff56a598ffa5e14291d8a3be69aCssBytes() +func web_uiAssetsConsulUiFf45100ac53471eb7008ef9b379f40f3Js() (*asset, error) { + bytes, err := web_uiAssetsConsulUiFf45100ac53471eb7008ef9b379f40f3JsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/consul-ui-b58afff56a598ffa5e14291d8a3be69a.css", size: 319002, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/consul-ui-ff45100ac53471eb7008ef9b379f40f3.js", size: 1316473, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -466,7 +466,7 @@ func web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js", size: 753, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js", size: 753, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -486,7 +486,7 @@ func web_uiAssetsEncodingCdb50fbdab6d4d3fdf574dd784f77d27Js() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/encoding-cdb50fbdab6d4d3fdf574dd784f77d27.js", size: 18615, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/encoding-cdb50fbdab6d4d3fdf574dd784f77d27.js", size: 18615, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -506,7 +506,7 @@ func web_uiAssetsEncodingIndexes75eea16b259716db4fd162ee283d2ae5Js() (*asset, er return nil, err } - info := bindataFileInfo{name: "web_ui/assets/encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js", size: 529734, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js", size: 529734, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -526,7 +526,7 @@ func web_uiAssetsFavicon12808e1368e84f412f6ad30279d849b1df9Png() (*asset, error) return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-128-08e1368e84f412f6ad30279d849b1df9.png", size: 11154, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-128-08e1368e84f412f6ad30279d849b1df9.png", size: 11154, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -546,7 +546,7 @@ func web_uiAssetsFavicon16x16672c31374646b24b235b9511857cdadePng() (*asset, erro return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-16x16-672c31374646b24b235b9511857cdade.png", size: 821, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-16x16-672c31374646b24b235b9511857cdade.png", size: 821, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -566,7 +566,7 @@ func web_uiAssetsFavicon196x19657be5a82d3da06c261f9e4eb972a8a3aPng() (*asset, er return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-196x196-57be5a82d3da06c261f9e4eb972a8a3a.png", size: 37174, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-196x196-57be5a82d3da06c261f9e4eb972a8a3a.png", size: 37174, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -586,7 +586,7 @@ func web_uiAssetsFavicon32x32646753a205c6a6db7f93d0d1ba30bd93Png() (*asset, erro return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-32x32-646753a205c6a6db7f93d0d1ba30bd93.png", size: 2075, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-32x32-646753a205c6a6db7f93d0d1ba30bd93.png", size: 2075, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -606,7 +606,7 @@ func web_uiAssetsFavicon672c31374646b24b235b9511857cdadePng() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-672c31374646b24b235b9511857cdade.png", size: 821, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-672c31374646b24b235b9511857cdade.png", size: 821, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -626,7 +626,7 @@ func web_uiAssetsFavicon96x966f8f8393df02b51582417746da41b274Png() (*asset, erro return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-96x96-6f8f8393df02b51582417746da41b274.png", size: 10171, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-96x96-6f8f8393df02b51582417746da41b274.png", size: 10171, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -646,27 +646,27 @@ func web_uiAssetsFaviconIco() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon.ico", size: 34494, mode: os.FileMode(420), modTime: time.Unix(1614070701, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon.ico", size: 34494, mode: os.FileMode(420), modTime: time.Unix(1617202588, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsInitE19f9f0befca1e975dc38bef6fd831acJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x4d\x6f\xe2\x30\x10\x86\xef\xfc\x0a\xaf\x0f\xe0\xd1\x06\xb3\x67\xa4\xec\x6a\x85\x7a\x68\x55\xb5\x15\x88\x13\xe2\x60\x9c\x49\x62\x29\x99\xa1\xf6\xa4\x34\x42\xfc\xf7\x2a\x50\xa1\x7e\x5d\x67\x34\xcf\xfb\xce\x63\xca\x8e\xbc\x04\x26\x23\x70\x94\xd8\x1f\x3d\x53\x12\x85\xb9\xd8\xe7\x0e\x63\xbf\xc2\x06\xbd\x70\x34\x93\x0d\xb9\x16\x73\x3d\xec\xbb\x66\xda\x85\x99\x67\x2a\x43\x35\x43\x7a\x09\x91\xa9\x45\x12\xbd\x9d\x40\x46\xf9\xdd\xea\xf1\xc1\xee\x5d\x4c\x68\xbe\x52\xf4\xa6\x70\xe2\xa6\x57\xc8\xf4\x02\xd9\x6a\xb0\x82\xaf\xb2\x60\x12\x24\x81\x8c\x3f\x42\x0a\xf4\x5c\xe0\x7a\x79\xbb\xe0\x76\xcf\x84\x24\x06\x6d\x85\xf2\x5f\x24\x86\x5d\x27\x68\x86\x56\xc3\xa1\x06\x80\x2c\xe6\x3a\x49\x0c\x54\xe9\x5f\xb9\xf4\x7b\xe4\x52\x91\x7d\x27\x3f\x39\xa9\xff\x69\x3d\xff\x34\x18\x45\xdb\x20\x55\x52\xff\xfd\x33\x1e\x1b\xb6\x91\x59\xd6\xcb\xfb\x3c\x42\x86\x36\xfd\x98\x93\x21\x7d\xeb\x74\x6e\x7c\x49\x0e\x65\x6f\x18\x00\x4e\xde\x89\xaf\x0d\xc2\x51\xea\xc8\x07\x45\x78\x50\x37\x31\x0e\x22\xd6\xe4\x76\x0d\x2a\x61\x75\x7e\x52\x5d\x95\xa8\x84\x22\x81\xaa\x34\x57\xfa\x37\xda\x16\x53\x72\x15\xc2\xe9\x04\xa6\x60\xdf\x0d\x9e\x61\xf4\x16\x00\x00\xff\xff\xb6\xb9\x62\x03\xb7\x01\x00\x00") +var _web_uiAssetsInit5910c08f0513d860b0c43c7123524fdcJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xcf\x6f\x13\x3f\x10\xc5\xef\xf9\x2b\xf6\xeb\x43\x6a\xeb\xbb\xeb\xe6\xc7\x6e\x36\xa9\xb4\x20\x14\x7a\x00\x21\x40\x0d\x3d\x55\x3d\x78\xed\x71\x62\x94\x8c\x17\x7b\xd2\x34\x4a\xf2\xbf\xa3\x4d\x4a\x4a\x01\x21\x71\x1b\x8d\xec\xf7\xde\xbc\x0f\xb7\x6b\xd4\xe4\x3c\x72\x10\x3b\xed\x31\x52\x42\xd5\xfb\xd9\xa7\x8f\xb2\x51\x21\x02\x07\xf9\x6d\x0d\x61\x3b\x83\x25\x68\xf2\x81\xb3\x3b\xa3\x48\x65\xed\xcb\xf5\x32\x5b\xbb\xcc\xc6\x7b\x26\x24\xc1\x23\x4d\x3d\x12\x20\x89\x14\xab\xb3\x28\x89\xdd\x83\x0a\x09\x56\x20\x75\x00\x45\x70\xbd\x84\x15\x20\x71\x16\x75\x70\x0d\x31\xd1\x41\x19\x83\xae\x28\x05\x59\x7b\xb3\x95\xaa\x69\x00\xcd\x74\xe1\x96\x86\xa3\x38\x74\xd8\x17\x78\xa4\xb7\xa0\xbd\x81\xc0\x1c\x26\x1b\x87\xc6\x6f\xf6\x7b\x8e\x9c\xee\x58\xeb\x9b\x01\x6a\x6f\x1c\xce\x2f\x7f\x0c\x99\x43\x03\x8f\x10\xb3\xb2\x00\x50\xfd\x51\x3d\x28\x26\x65\x7f\x64\xea\xdc\x9a\xfe\x68\x00\x30\x18\x0f\xcd\x40\x41\x21\xbf\x46\x76\x2f\xd2\xbf\x49\x69\x53\x17\x3d\x5b\x1b\x55\x8f\x4c\x6e\x86\xd6\xd8\xa2\xcc\x8d\x29\xc7\xb9\x2d\x4b\x33\x28\x4f\x12\x22\x3d\xe5\x92\xd3\xd9\xac\xdb\x7d\x9e\x25\x44\xad\x1a\xd8\xef\x8f\x16\x3a\xc6\xa7\xc5\xe5\xf3\x98\x8d\x8b\xfe\x78\x38\xa9\x87\xa0\xfa\xa6\x57\xe7\x50\xe7\xba\xec\x8d\x27\x79\x3e\x32\xb6\x80\x89\x3d\x39\x74\x28\x6c\xcf\x80\x7e\xa5\x72\x71\x87\x6a\x05\x15\x3b\x63\xb9\xd4\x1e\xad\x6b\xcf\x78\x70\xc1\x63\x5b\x39\xbb\xbf\x68\xd1\xfc\x0b\xdb\x93\xc8\x6f\x7c\xfd\xcf\x22\xe6\x88\xe6\xf6\xe6\xdd\xd4\xaf\x1a\x8f\x2d\x5b\x92\x73\xa0\x37\x44\xc1\xd5\x6b\x02\xde\xa6\x6a\x3f\x32\x21\x44\xaa\x2b\x16\x29\x38\x9c\xb3\xff\x2a\xda\x36\xe0\x6d\x82\xf2\x49\xf9\xb3\xa2\xc5\x6b\xc6\xae\x5e\x2c\x3a\x5a\x2e\x01\xe7\xb4\x78\xd5\xeb\x76\xb9\x97\xc1\x7b\xba\xbd\xf9\x50\x69\x91\x92\x8c\x7f\xf4\x49\x8f\xf0\x5e\x66\x3a\x26\x3e\x39\x3b\xbb\xe5\x5e\x08\x71\xd0\x8a\xf4\x82\x7b\xb1\xa3\x45\xf0\x9b\x04\x61\x93\x5c\x87\xd0\x16\x71\x8b\xaa\x5e\x42\x42\x3e\x39\x1e\x99\x9c\x2b\x49\x22\x10\x39\x9c\xc7\xab\x84\xfd\xef\xe5\x0a\x62\x54\x73\x10\x87\x83\xe0\xc6\xeb\x75\xdb\xb3\xe8\x7c\x0f\x00\x00\xff\xff\xb9\xf9\x01\x45\x54\x03\x00\x00") -func web_uiAssetsInitE19f9f0befca1e975dc38bef6fd831acJsBytes() ([]byte, error) { +func web_uiAssetsInit5910c08f0513d860b0c43c7123524fdcJsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsInitE19f9f0befca1e975dc38bef6fd831acJs, - "web_ui/assets/init-e19f9f0befca1e975dc38bef6fd831ac.js", + _web_uiAssetsInit5910c08f0513d860b0c43c7123524fdcJs, + "web_ui/assets/init-5910c08f0513d860b0c43c7123524fdc.js", ) } -func web_uiAssetsInitE19f9f0befca1e975dc38bef6fd831acJs() (*asset, error) { - bytes, err := web_uiAssetsInitE19f9f0befca1e975dc38bef6fd831acJsBytes() +func web_uiAssetsInit5910c08f0513d860b0c43c7123524fdcJs() (*asset, error) { + bytes, err := web_uiAssetsInit5910c08f0513d860b0c43c7123524fdcJsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/init-e19f9f0befca1e975dc38bef6fd831ac.js", size: 439, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/init-5910c08f0513d860b0c43c7123524fdc.js", size: 852, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -686,7 +686,7 @@ func web_uiAssetsLoadingCylonPinkSvg() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/loading-cylon-pink.svg", size: 983, mode: os.FileMode(420), modTime: time.Unix(1614070701, 0)} + info := bindataFileInfo{name: "web_ui/assets/loading-cylon-pink.svg", size: 983, mode: os.FileMode(420), modTime: time.Unix(1617202588, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -706,7 +706,7 @@ func web_uiAssetsMetricsProvidersConsul31d7e3b0ef7c58d62338c7d7aeaaf545Js() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/metrics-providers/consul-31d7e3b0ef7c58d62338c7d7aeaaf545.js", size: 632, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/metrics-providers/consul-31d7e3b0ef7c58d62338c7d7aeaaf545.js", size: 632, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -726,7 +726,7 @@ func web_uiAssetsMetricsProvidersPrometheus5f31ba3b7ffd850fa916a0a76933e968Js() return nil, err } - info := bindataFileInfo{name: "web_ui/assets/metrics-providers/prometheus-5f31ba3b7ffd850fa916a0a76933e968.js", size: 9627, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/metrics-providers/prometheus-5f31ba3b7ffd850fa916a0a76933e968.js", size: 9627, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -746,7 +746,7 @@ func web_uiAssetsMstile144x144Ac561ffa84c7e8ce1fe68d70f1c16d1dPng() (*asset, err return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png", size: 20027, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png", size: 20027, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -766,7 +766,7 @@ func web_uiAssetsMstile150x1506b13ab220a09a9e72328a3b05d5b9eecPng() (*asset, err return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-150x150-6b13ab220a09a9e72328a3b05d5b9eec.png", size: 64646, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-150x150-6b13ab220a09a9e72328a3b05d5b9eec.png", size: 64646, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -786,7 +786,7 @@ func web_uiAssetsMstile310x150Ccc673174b188a92f1e78bc25aa6f3f8Png() (*asset, err return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-310x150-ccc673174b188a92f1e78bc25aa6f3f8.png", size: 112362, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-310x150-ccc673174b188a92f1e78bc25aa6f3f8.png", size: 112362, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -806,7 +806,7 @@ func web_uiAssetsMstile310x31049242d1935854126c10457d1cdb1762bPng() (*asset, err return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png", size: 201893, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png", size: 201893, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -826,7 +826,7 @@ func web_uiAssetsMstile70x7008e1368e84f412f6ad30279d849b1df9Png() (*asset, error return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png", size: 11154, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png", size: 11154, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -846,27 +846,27 @@ func web_uiAssetsSafariPinnedTabSvg() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/safari-pinned-tab.svg", size: 3798, mode: os.FileMode(420), modTime: time.Unix(1614070701, 0)} + info := bindataFileInfo{name: "web_ui/assets/safari-pinned-tab.svg", size: 3798, mode: os.FileMode(420), modTime: time.Unix(1617202588, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsVendor58fdd0e771754284c9d4160ecb48b3e1Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xfd\xd9\x96\xdb\xc6\xba\x20\x08\xdf\xe7\x53\x90\xa8\xfd\x63\x47\x88\x5f\x42\x88\x20\x09\x92\x91\x8a\x64\xc9\x56\xca\x47\xb5\xad\xa1\x24\xd9\x3e\x3e\xdc\xac\x3c\x48\x32\x98\x84\x85\x04\x68\x00\x64\x2a\x4d\xb2\x96\xeb\xef\xae\x1e\xd7\xea\x07\xe8\x9b\xae\xdb\xbe\xea\x77\xa8\x37\x29\xf7\x8b\xf4\x8a\x01\x13\x09\xa6\xb4\xdd\x9d\x17\x49\x20\x10\xf3\xf0\x4d\xf1\x0d\xf7\x41\x34\x8f\xef\x9d\xab\xbb\x1b\x91\x5c\xbd\xf9\x91\x2f\xd6\xd1\x2c\x0b\xe2\x08\x09\xc8\xf0\x76\x11\x27\x68\xe3\x27\xad\xa4\x15\x44\xad\x0c\x8b\x49\x32\xe5\xd9\x24\x99\x9e\x25\x22\x5b\x27\x51\x4b\xec\xd1\x41\x05\xbb\xdd\x76\x0f\xdb\x97\x57\xcf\x3f\xfe\xf0\xfe\xea\x03\xdb\xee\xe1\xea\x9f\x3f\x5e\xbd\x79\x71\xfd\xee\xfd\xdb\x8f\x6f\x3f\xfe\xfc\x4e\x26\xbe\xf0\x33\xc1\xda\x64\x0f\xd7\xcf\xdf\xbd\xfb\xfe\xd5\xb7\xcf\x3f\xbe\x7a\xfb\xe6\xfa\xe3\xd5\xeb\x77\xdf\x3f\xff\x78\x75\xfd\xd3\xfb\xe7\xef\xde\x5d\xbd\x67\x6d\x02\xd7\x2f\xae\x5e\x3e\xff\xe1\xfb\x8f\xd7\xcf\x3f\xfc\xfc\xe6\xdb\xeb\xb7\xdf\x7c\xb8\x7a\xff\xe3\xd5\xfb\x0f\xac\xed\xc2\xf5\xbf\xfb\xf7\x3f\x5c\xbd\xff\xf9\xfa\xd5\x9b\x8f\x57\xdf\xbd\x57\x75\xa8\x22\x45\x3d\x6f\xdf\x7c\xff\xf3\xf5\x77\xdf\xbf\x7a\xfd\xfa\xea\xfd\xf5\xb7\x6f\x5f\xbf\x7b\xfb\xe6\xea\xcd\x47\x59\x76\x8f\xcf\xe4\xb0\xc2\xd8\x9f\x8b\x04\xe6\x62\x11\x44\x02\x12\xf1\xeb\x3a\x48\xc4\xeb\x78\xbe\x0e\x8b\xb7\xfc\xf7\x97\x14\x92\x75\x14\x05\xd1\xed\x47\x91\x66\x29\x6f\x93\x0b\x54\xce\x15\xde\x5a\xeb\x54\xb4\xd2\x2c\x09\x66\x99\x75\x96\x7f\x68\x65\x08\x6f\x65\x43\x82\xbf\xbd\xf9\x45\xcc\x32\x67\x96\x08\x3f\x13\x28\x5a\x87\x21\x2e\x26\xd1\xb9\xbe\xe6\x9b\x38\x98\xb7\x5c\x98\x8b\x50\x64\x42\x25\x81\xd8\xab\xa9\xe7\x5b\xdd\x4d\x56\xeb\x2d\x6b\xea\x34\x6b\x1c\x02\x3b\x1a\x0a\x2b\x9e\xf6\x67\xc5\x23\x37\x4f\xbc\x56\x09\xaf\x0e\x32\xdf\x0e\x19\x9f\x4c\x21\xe1\x33\x24\xc0\x42\x26\x3b\xb6\x20\xc3\x10\xf1\xcc\x09\x45\x74\x9b\x2d\xcf\xc9\x45\x74\xc9\xdd\x8b\xe8\xfc\x1c\x67\x93\x68\xea\x88\xcf\xab\x38\xc9\x52\x54\x8c\x3b\x71\xee\x54\x13\xf9\x97\x3d\xe8\x11\xf2\x6d\x14\x7f\x1b\x47\x8b\x30\x98\x65\xac\x68\x3e\xd3\x33\x19\x41\x70\x26\xbb\x11\xe9\x1d\x99\x39\x4b\x3f\x7d\x7b\x1f\xbd\x4b\xe2\x95\x48\xb2\x07\x14\x61\xdb\x4e\x9a\x12\x51\xc0\x65\x37\x40\x4c\x82\x29\x17\xfa\x29\x9a\xf2\x64\x12\x4d\xf1\x1e\xee\xfc\x4f\xe2\x85\x58\xf8\xeb\x30\xbb\x52\xbd\x91\x9b\x44\xed\x91\x88\x67\x08\x43\xc0\x91\xfc\x71\x71\xb9\xb6\xb1\x9c\x91\x6c\x99\xc4\xf7\xad\x48\xdc\xb7\xae\x92\x24\x4e\x90\xe5\x47\xad\x75\x94\xae\x57\xb2\x0e\x31\x6f\xe9\x11\xb6\xee\xfd\xb4\xa5\x17\x6c\x0e\x2d\xf1\x79\x25\x66\xf2\xe3\xbf\xea\x24\x14\xcc\xa1\x35\x17\xab\x14\x4c\x76\xfc\xaf\xad\x20\x4a\x33\xe1\xcf\x5b\xb7\x71\xc6\x5a\xff\x6a\x75\x44\xc7\xfa\xd7\x96\x9f\xdc\xae\xef\x44\x94\xa5\xad\x2c\x36\xd5\xfd\xab\x85\xd5\x2e\xf1\xf9\xc4\x32\x0b\x61\x81\x65\x26\xd4\x02\x4b\x57\x68\x4d\xcb\x6e\xa7\xf2\x64\x43\x02\x91\xec\x7c\x90\x3a\xeb\x75\x30\xe7\x41\xa7\x03\xea\x2d\x98\x73\xa1\x9f\x64\x87\x78\x3b\x5f\x4d\x39\xa9\xfa\x69\xec\xb3\x4c\xe7\xd0\x75\xf3\xad\x69\x8d\x6d\xf7\x7b\xfd\x61\xe6\x87\xe1\x8d\x3f\xfb\xc4\x13\xfd\xbe\xf4\x53\x3d\xa9\xe9\xf3\xf4\x85\x58\xf1\x36\x31\x8d\xa5\xcf\xc3\xc0\x4f\x79\xa4\x5f\x13\x11\x2c\x02\x31\xe7\x72\x36\x9f\x27\x89\xff\x80\xf2\xd6\xb1\xce\x90\x66\x7e\x26\xb8\x15\x89\x7b\x6b\x5f\x8c\x27\x44\x78\x5b\xbe\xad\xf5\xa2\x98\x91\x94\xe9\x33\x3d\xea\x72\x0b\x07\x3c\x9a\x88\xe9\x6e\x17\x4d\x44\xc7\x7a\x1a\x44\x73\xf1\xd9\x9a\x5e\x04\xb6\x1d\xe4\xdd\xba\xc0\x32\x4f\xe0\x04\x73\x95\x4d\x3e\x94\x39\xf3\x3d\x1c\xec\x76\x75\x88\x79\xb4\x21\xbe\x8d\xd7\xe1\xbc\x15\xc5\x59\x6b\x11\x44\xc5\x86\xc8\x97\x34\xb8\x33\x1b\x65\x91\xc4\x77\x32\x35\xeb\x58\x72\x4d\x55\x65\x90\xd8\xb6\xb5\x12\xd1\x3c\x88\x6e\xad\x36\xe7\x81\x9e\x01\xdb\xb6\x16\x41\xe4\x87\xc1\x6f\x62\x5e\x4b\x46\x81\x23\xdb\x78\x21\x56\x29\x4a\x30\x24\xce\x6a\x9d\x2e\x51\x80\x31\x04\xe5\x4c\xcc\x75\x3f\x83\x05\xb2\x1c\x59\x5a\x38\xb3\xa5\x9f\x3c\xcf\x90\x8b\x71\x0e\x90\xce\x0a\xb8\xcf\x85\x93\xae\xc2\x20\x43\xd6\x53\x4b\x9f\xee\xf2\xd5\x49\xc3\x60\x26\x90\x0b\xe7\x44\x1e\x10\x17\x62\x9e\x6f\x92\x8b\xe0\x59\x7c\x11\x74\x3a\xfa\xcc\xfa\x3c\x99\x04\xd3\x33\xd5\xa4\x63\x71\xce\x7d\xd5\xbe\xcb\x39\x8f\xf2\x15\x3e\x9e\x37\x3f\x92\x93\xe6\xcf\x66\x22\x4d\x5b\x2b\x3f\x11\x51\x96\xcf\x5e\xbc\x68\x25\x71\x9c\x59\xf8\x2c\x72\x56\xf1\x0a\xe1\xbd\x08\x53\x61\xc6\xa4\xea\x9f\xc5\x51\x16\x44\x6b\x21\x33\xc8\x49\xf0\xf1\x7e\x6f\x46\x17\x39\xbf\xc4\x41\xa4\x46\x50\xce\xca\x52\xee\x1b\x9d\xa1\x8d\xda\x72\x6b\xd8\x76\xbb\xb6\x37\xf0\x3e\x75\x56\x49\x9c\xc5\xd9\xc3\x4a\x38\x47\xf0\xa2\x84\x93\x39\xc4\xaf\x9c\x91\x1c\xc2\x9d\x49\xb8\xcf\x39\x17\xbb\x9d\x15\x2b\x84\x60\xb5\xb9\xac\x2f\x5e\xb4\xd4\xb2\x9a\x3a\x2a\xa9\xbb\x9d\xc6\x0c\x6a\xa5\xe6\xba\xc5\xdd\xae\x6d\xd0\x49\x90\x5e\x7d\xce\x44\x94\x06\x37\xa1\x40\x02\xef\x76\xa8\xc8\xc4\x05\xde\x43\xb5\xcb\xa6\x0f\xd5\x8e\xca\x09\x2b\xb7\x12\xe7\xbc\x3c\x66\xbb\x9d\x25\xcf\xe3\x83\xdc\x7a\xb5\x0f\xf9\x26\x69\x1a\x9e\x86\xdf\xce\x7d\xe2\xaf\x34\xf6\x48\x6d\x1b\xd5\x41\xc2\x71\x16\x64\x8e\x6b\x1d\x76\x60\x5c\x02\x85\x07\xa4\xd1\xb5\x99\xd3\x3c\x8b\xe3\xaf\x56\xe1\x83\x2a\x5e\x03\x20\x05\x82\xa9\x26\x9a\x7d\xc6\xdd\x1a\x28\x29\x07\xdf\x08\xa9\x6c\x5b\x4f\xbe\x5e\x32\xd4\x30\x64\x2e\xb0\xc1\x5a\xc7\x5b\xc2\xb6\x75\x81\xc3\x74\x84\xa1\xa1\xa6\xfa\x62\xad\xa3\x54\x88\xea\x52\x1d\x02\xc0\x93\x20\xb8\x5e\x8f\x9a\xbe\xc3\x25\x37\x53\x22\x4f\x7f\x65\x5d\x6b\x4d\x14\x6b\x7f\x96\x25\x0f\xdb\x1a\x78\x56\x2f\xd7\x66\x5d\xe0\xb0\x90\xac\x77\xaf\xa6\x35\x7c\xd8\x9e\xd8\x42\xf9\xa6\x30\xc5\x84\x3c\xf0\x62\x6e\xe1\xc3\xce\x5f\x1f\xf5\x3e\x87\x4b\x66\x27\xe4\x6b\xab\x01\x11\x86\x8c\xbb\x17\xd9\x33\x91\x03\xa1\x2c\x07\x40\x09\x17\x93\x6c\x7a\x26\xff\xf1\x24\x9f\xf0\x71\xf1\xc4\x0e\x29\x11\x84\xf7\x05\x81\x5b\xeb\x51\x0e\x5e\x6b\x54\x91\x9c\x52\xb9\x24\xfc\xf4\x74\xe6\x40\xfc\xac\xa4\xa0\x0a\x24\x0b\x09\x77\x2f\x92\x67\x39\xae\xbb\x48\xf2\x5e\x47\x8a\xd4\x86\xa0\x36\x56\x49\x81\x17\xcb\x6d\x88\x46\xdd\x79\xf3\xb6\x3f\x2b\xd0\xbf\x84\xaf\x63\xd4\x8c\x82\x5d\x08\x8a\x3d\xdc\xb0\x1b\x31\x2b\xc8\x09\x55\xcb\x61\x66\xff\x93\x78\xaf\xbf\x23\xcc\x72\x2a\xa3\x31\xa7\xee\x5b\x90\x6f\xd5\x19\x9a\xa3\x28\xa7\x35\x70\xfe\x00\xe2\x68\xf1\x2b\x4d\x9c\x80\xad\x12\x64\xf0\x2a\x7d\x98\xd3\x95\xa6\x63\x73\x94\x81\xc0\x78\x5f\x80\x83\x02\x34\x66\x90\x99\xfe\xbc\x52\xf4\x8e\x9c\x9e\xa6\x9a\x96\x45\x1d\x90\xed\x01\x69\x92\xab\xc6\x22\x49\x92\xa2\x24\x27\xce\x02\xdb\x56\x5b\xa1\xc4\xca\xbb\x1d\x2a\xc8\x36\xb3\xc2\xcf\xa8\x6d\xc7\x47\xa9\x18\x14\xcd\x23\xa9\x0f\x4d\xfb\x48\x68\x9e\xc8\xae\xf2\xc9\x14\x83\xac\x9e\x27\x8a\x2e\xf4\xa3\x99\x44\x0d\xeb\xb1\xc4\x96\x29\x4a\xd4\x44\x40\x02\x6d\x17\x33\x9d\xa4\x29\xbc\x36\xc1\x78\x8f\x8f\xe1\xbe\xc2\xff\xfa\x58\xe8\x4e\x2f\x50\x3b\xd9\xed\xf2\x3d\x9c\xd4\xe0\x3c\x4a\x78\x5e\xe7\x64\x0a\x21\x28\xce\x05\x1f\x42\xc1\x0c\x92\x06\x90\xaa\xfb\x0c\xc9\xde\xf0\x2c\x8e\xaf\xc8\xbd\x7a\x47\xcc\x54\x53\x89\xb6\x0f\xa6\x64\x6c\xe8\xe3\x0c\x64\x17\x24\x69\xa7\x07\x28\x9f\xf6\x25\x37\xe3\x88\x28\x4b\x02\x51\x30\x30\xbf\xa4\xce\xb5\xf0\x3f\x5d\xa7\x42\x44\x3c\xaa\xe4\x93\xab\xbc\xac\xbc\x1f\x00\x59\x81\xb7\x9a\xa3\x51\xe9\xd8\x92\x13\xa8\xf3\xa0\x5a\x73\xb3\x50\xf8\x49\x75\x4f\x7e\x65\x4f\x14\x23\x91\xc9\xba\xcc\xb8\xac\x45\x1c\x5b\x80\x2a\x35\xed\x31\xae\x7e\x7c\x7a\xe3\x27\x96\x9c\xf7\xc7\xf2\xf8\xe9\x7c\x61\xc1\x24\x3f\x84\x55\xea\x3f\x3f\xc2\xd5\x0a\xcc\xa6\x55\x3c\x52\xd9\x88\xe4\x9a\x2a\x6f\xc7\xfd\xf8\x4d\xf5\xa3\xba\x8e\xba\xfb\x07\x19\x7f\x5d\xff\x66\x3d\x96\xab\x9a\x08\xa6\xc4\x67\xab\x69\xd0\x26\x8b\xa3\xab\xb4\x1c\xdd\x07\xcb\x31\xe3\x55\x09\x89\xfc\x75\x9e\xca\x9c\x8f\xcf\xd1\x9d\x1f\x44\xa6\x4e\x55\xec\x54\xee\x02\x01\xa8\x9c\xc5\x44\x6e\xf7\x38\x5f\xff\xfa\x97\x83\x64\xd5\x4c\x91\x66\xf6\x4e\x39\xab\x87\x7b\x08\x61\xc8\xc9\x40\x5e\x10\x7c\xba\x66\xdb\x3e\xfa\xa2\xd7\xd7\xb6\xeb\x47\xcf\xb6\xd1\xc1\x59\xdc\x1e\xb2\xfd\x35\x81\xc1\x1e\xef\xb1\x42\x09\x18\x0a\xe2\x57\x9e\x30\xc5\x10\x16\x29\x01\xf2\x21\x55\x98\xad\x9d\x4c\xfc\xa9\x7e\xca\xd4\x93\x92\x9b\xf0\x92\x54\x2d\xfa\x67\x9a\xb3\x6d\xf3\xa0\xe0\x4a\x6a\xdb\x61\x4e\x31\x86\xc8\x97\x30\x4a\xa6\xc7\x79\x5a\x6c\xd2\x64\xad\x6b\x7e\x4c\xfe\x57\x79\xa6\xbf\x5a\x1d\xbf\x63\xfd\xd5\xc2\x67\x9a\x59\x58\x3b\xb3\x78\x2e\xb8\xf5\xfa\xed\x8b\x1f\xbe\xbf\xba\x7e\xf3\xf6\xe3\xf5\xcb\xb7\x3f\xbc\x79\x61\xc1\x5a\xf1\xc4\x33\x2e\xfb\x5e\x23\x8e\xce\xe4\x18\x26\xee\x54\xd1\x90\x68\x96\xcf\x19\xd4\x44\x39\x39\x6b\x87\x54\x66\x32\x55\x7c\xa2\xc0\x7b\x0c\x33\x28\x8b\xe4\x5c\x74\x4e\x29\xc8\xb6\x0a\x5a\x2e\x47\xf3\xf1\xd7\x4c\x14\xf8\xdc\xbd\xf0\x9f\xe5\xac\xd0\x85\xdf\xe9\xe0\x00\x45\x72\xb6\x0b\x36\x73\x8f\xb6\x84\x4d\xea\x90\x53\x20\x3a\xf0\x30\x08\x44\x09\xd5\x3f\x3d\xfd\xd3\xd5\x3f\xe6\xdb\x50\xfd\x50\x93\x38\xd0\x3f\x7d\x9d\x68\x7e\x74\x39\xea\xea\x1f\xa2\xb3\x8c\xf4\x8f\x7e\xa3\xba\x05\xaa\xeb\xa4\xaa\x16\x32\x50\x55\x93\xa1\xab\xdf\x74\x01\x6a\x7e\xf4\xb7\x91\x7e\x73\x4d\x65\xba\x05\xd7\xfc\xe8\xaa\x5d\x5d\xb5\xdb\xc5\x67\xf2\x47\xf7\xc5\xd5\x3d\x73\x75\x7b\xae\xee\xb5\x6b\xda\xa3\xfa\xa7\xab\x7f\x7a\xfa\xa7\xaf\x7f\x3c\xfd\xa3\x3b\x38\x34\x05\x46\xba\x2f\xba\x9f\x23\xa2\x7f\x74\x2d\x23\x5d\xcb\x48\xd7\x32\xd2\xb5\x8c\x74\x2d\x23\x5d\xcb\x48\xcf\xa0\xa7\x67\xd0\xd3\x6f\x03\xdd\x41\x4f\x77\xb0\xaf\x13\xfb\x7a\x98\x9e\x1e\x83\x37\x52\x23\x1a\xe8\x61\xf6\x75\x62\x5f\x97\xeb\x9b\x72\x7a\x60\x9e\x9e\x10\x4f\xe7\xf4\xf4\x84\x78\xa6\x05\x9d\x65\xa0\xb3\x0c\xf4\xb7\x81\xee\xcb\x40\xf7\x5a\xbf\x11\xdd\x25\x92\x27\x9a\x35\xd2\x43\xd1\x55\x13\xdd\x41\xe2\x99\x44\x5d\xce\xd3\x89\x03\x93\x45\xcf\x99\x6e\x9d\xf4\x4d\x9d\x7a\xea\xfa\x6a\x8d\x88\x67\xb2\xe8\x16\x74\xe7\x89\x1e\x34\xe9\xeb\x69\xed\x9b\x37\x9d\x45\x8f\x96\xe8\xce\x13\x33\xbe\x9e\x1e\x5f\xcf\xcc\x84\x49\xd4\xa3\xed\xe9\xf9\xec\xe9\xf9\xec\xeb\xb1\xf7\xf5\xf4\x74\x75\x7b\x43\x33\xad\x7a\x26\xf4\x4a\x53\xbd\xd2\x74\x60\xe6\xcc\x24\x9a\x2c\xba\x21\xbd\x35\xa8\x29\x3e\xec\xa9\x35\xd2\x5b\x8a\xea\x4d\x44\xcd\x4e\xd6\xfb\x9a\x76\x4d\xb3\x3a\x4b\x57\x57\xd6\xd5\xab\xd9\xd5\x05\xba\xba\xa1\xae\x6e\xa1\xab\x5b\xe8\xea\x5a\x7a\xba\x96\x9e\xae\xa5\x67\x86\xa9\x8b\xf7\xba\x18\xb2\x92\x95\x44\x7d\x17\xef\x61\x4b\xfa\x94\x91\x3e\x05\xd2\xef\x32\xd2\xef\x02\xe9\xf7\x18\xe9\xf7\x80\xf4\xfb\x8c\xf4\xfb\x40\xfa\x1e\x23\x7d\x0f\x48\x7f\xc0\x48\x7f\x00\xa4\x3f\x64\xa4\x3f\x04\xd2\x1f\x31\xd2\x1f\x01\xf1\x5c\x46\x3c\x17\x88\x47\x18\xf1\x08\x10\x8f\x32\xe2\x51\x20\x5e\x97\x11\xaf\x0b\xc4\xeb\x31\xe2\xf5\x80\x78\x7d\x46\xbc\x3e\x10\xcf\x63\xc4\xf3\x80\x78\x03\x46\xbc\x01\x10\x6f\xc8\x88\x37\x04\xe2\x8d\x18\xf1\x46\x40\x06\x2e\x23\x03\x17\xc8\x80\x30\x32\x20\x40\x06\x94\x91\x01\x05\x32\xe8\x32\x32\xe8\x02\x19\xf4\x18\x19\xf4\x80\x0c\xfa\x8c\x0c\xfa\x40\x06\x1e\x23\x03\x0f\xc8\x60\xc0\xc8\x60\x00\x64\x30\x64\x64\x30\x04\x32\x18\x31\x32\x18\x01\x19\xba\x8c\x0c\x5d\x20\x43\xc2\xc8\x90\x00\x19\x52\x46\x86\x14\xc8\xb0\xcb\xc8\xb0\x0b\x64\xd8\x63\x64\xd8\x03\x32\xec\x33\x32\xec\x03\x19\x7a\x8c\x0c\x3d\x20\xc3\x01\x23\xc3\x01\x90\xe1\x90\x91\xe1\x10\xc8\x70\xc4\xc8\x70\x04\x64\xe4\x32\x32\x72\x81\x8c\x08\x23\x23\x02\x64\x44\x19\x19\x51\x20\xa3\x2e\x23\xa3\x2e\x90\x51\x8f\x91\x51\x0f\xc8\xa8\xcf\xc8\xa8\x0f\x64\xe4\x31\x32\xf2\x80\x8c\x06\x8c\x8c\x06\x40\x46\x43\x46\x46\x43\x20\xa3\x11\x23\xa3\x11\x50\xd7\x65\xd4\x75\x81\xba\x84\x51\x97\x00\x75\x29\xa3\x2e\x05\xea\x76\x19\x75\xbb\x40\xdd\x1e\xa3\x6e\x0f\xa8\xdb\x67\xd4\xed\x03\x75\x3d\x46\x5d\x0f\xa8\x3b\x60\xd4\x1d\x00\x75\x87\x8c\xba\x43\xa0\xee\x88\x51\x77\x04\x94\xb8\x8c\x12\x17\x28\x21\x8c\x12\x02\x94\x50\x46\x09\x05\x4a\xba\x8c\x92\x2e\x50\xd2\x63\x94\xf4\x80\x92\x3e\xa3\xa4\x0f\x94\x78\x8c\x12\x0f\x28\x19\x30\x4a\x06\x40\xc9\x90\x51\x32\x04\x4a\x46\x8c\x92\x11\x50\xea\x32\x4a\x5d\xa0\x94\x30\x4a\x09\x50\x4a\x19\xa5\x14\x28\xed\x32\x4a\xbb\x40\x69\x8f\x51\xda\x03\x4a\xfb\x8c\xd2\x3e\x50\xea\x31\x4a\x3d\xa0\x74\xc0\x28\x1d\x00\xa5\x43\x46\xe9\x10\x28\x1d\x31\x4a\x47\x40\xbb\x2e\xa3\x5d\x17\x68\x97\x30\xda\x25\x40\xbb\x94\xd1\x2e\x05\xda\xed\x32\xda\xed\x02\xed\xf6\x18\xed\xf6\x80\x76\xfb\x8c\x76\xfb\x40\xbb\x1e\xa3\x5d\x0f\x68\x77\xc0\x68\x77\x00\xb4\x3b\x64\xb4\x3b\x04\xda\x1d\x31\xda\x1d\x01\xed\xb9\x8c\xf6\x5c\xa0\x3d\xc2\x68\x8f\x00\xed\x51\x46\x7b\x14\x68\xaf\xcb\x68\xaf\x0b\xb4\xd7\x63\xb4\xd7\x03\xda\xeb\x33\xda\xeb\x03\xed\x79\x8c\xf6\x3c\xa0\xbd\x01\xa3\xbd\x01\xd0\xde\x90\xd1\xde\x10\x68\x6f\xc4\x68\x6f\x04\xb4\xef\x32\xda\x77\x81\xf6\x09\xa3\x7d\x02\xb4\x4f\x19\xed\x53\xa0\xfd\x2e\xa3\xfd\x2e\xd0\x7e\x8f\xd1\x7e\x0f\x68\xbf\xcf\x68\xbf\x0f\xb4\xef\x31\xda\xf7\x80\xf6\x07\x8c\xf6\x07\x40\xfb\x43\x46\xfb\x43\xa0\xfd\x11\xa3\xfd\x11\x50\xcf\x65\xd4\x73\x81\x7a\x84\x51\x8f\x00\xf5\x28\xa3\x1e\x05\xea\x75\x19\xf5\xba\x40\xbd\x1e\xa3\x5e\x0f\xa8\xd7\x67\xd4\xeb\x03\xf5\x3c\x46\x3d\x0f\xa8\x37\x60\xd4\x1b\x00\xf5\x86\x8c\x7a\x43\xa0\xde\x88\x51\x6f\x04\x74\xe0\x32\x3a\x70\x81\x0e\x08\xa3\x03\x02\x74\x40\x19\x1d\x50\xa0\x83\x2e\xa3\x83\x2e\xd0\x41\x8f\xd1\x41\x0f\xe8\xa0\xcf\xe8\xa0\x0f\x74\xe0\x31\x3a\xf0\x80\x0e\x06\x8c\x0e\x06\x40\x07\x43\x46\x07\x43\xa0\x83\x11\xa3\x83\x11\xd0\xa1\xcb\xe8\xd0\x05\x3a\x24\x8c\x0e\x09\xd0\x21\x65\x74\x48\x81\x0e\xbb\x8c\x0e\xbb\x40\x87\x3d\x46\x87\x3d\xa0\xc3\x3e\xa3\xc3\x3e\xd0\xa1\xc7\xe8\xd0\x03\x3a\x1c\x30\x3a\x1c\x00\x1d\x0e\x19\x1d\x0e\x81\x0e\x47\x8c\x0e\x47\xd0\x77\x59\xdf\xdd\x4f\x81\x36\x10\x10\x12\x27\x1e\x40\x20\x47\xf3\xa1\x8b\xd0\xcf\x5e\xfb\xab\x3d\x6c\xe9\xc8\x65\x74\xe4\x16\xf5\x74\x9b\xea\x21\xa7\xea\x09\xa2\x59\xb8\x9e\x8b\x54\x55\x44\x18\x1d\x91\xa2\xa2\x5e\x53\x45\xf4\xb8\x22\x23\xec\x34\xcc\x95\xaa\x88\x32\x3a\xa2\x45\x45\xfd\xa6\x8a\x8e\x61\x6b\x5e\xd1\xad\xc8\x2a\xb7\x43\x2f\x44\x3a\x4b\x82\x55\x16\x27\xba\xea\x2e\xa3\xa3\x6e\x51\xb5\xd7\x54\x75\xef\x64\xd5\x1b\x3f\x5c\x9b\x2e\xf6\x18\x1d\xf5\x8a\x7a\x06\x87\xf5\xd4\x2e\x0c\x0b\xb4\x46\x25\x05\x72\x58\xf7\xbb\x24\xbe\x0b\x52\x25\x7d\xf2\xc3\xf0\x41\xd6\x9e\x1f\xd9\x51\x9f\xd1\x51\xbf\x68\x65\xd8\xd4\x5b\xef\xb8\xc6\x0f\x59\x12\x44\xb7\xce\xca\x9f\x5f\x45\x73\xd5\x5b\x8f\xd1\x91\x57\xd4\x33\x6a\xaa\x67\xf0\x58\x3d\x1f\x32\x3f\xc9\x54\x4d\x03\x46\x47\x83\xa2\x26\xe2\x36\x55\x35\x3a\x59\x55\x96\x04\x77\xef\x83\xdb\xa5\xae\x6b\xc4\xe8\xa8\xdc\xc0\xa4\x89\x04\x96\xd4\xd9\x23\x75\x7d\x2f\x16\xba\xaa\x21\xa3\xa3\x61\x59\x55\xc3\x61\xe8\xba\x07\x87\x81\xf4\x46\xd8\x59\x20\xcb\x4f\x1f\xa2\xd9\xab\x4c\x24\x7e\x16\x4b\xe6\x18\xb6\xa4\x37\x62\xa4\x37\x82\xae\xeb\xb2\xae\xab\x2a\x6c\x38\x15\xdd\xc3\xfa\x3c\xec\xdc\x86\xf1\x8d\x1f\xca\x2a\x24\xd2\x85\xae\x2c\x2f\x8b\x1f\x9d\x85\xac\x41\x70\x63\x24\xf6\xc7\xb7\x04\xe6\xfa\xe4\xe3\xc3\x4a\x68\xfe\x49\x74\xac\x56\x90\xaa\x6b\x27\xbf\x95\x17\x68\x5b\xe5\x9d\xf3\x7e\x0f\x5b\xd9\xee\xd1\xd1\x31\xf2\x52\x44\x3d\x7c\x76\xb2\x0f\xed\x04\x09\xfc\x68\xa3\x51\x4b\xf3\xaf\x87\x6d\x4a\x5c\xe4\xc9\x86\x8f\x0e\x96\x6e\xb8\x6c\x72\xbb\x11\x49\x1a\xc4\x11\xb3\xa8\xe3\x39\x84\x58\xfb\x33\x2b\x5a\xdf\xdd\x88\xa4\x64\xa5\xae\xaf\x85\x6d\xa3\xeb\x6b\xc1\x13\x6c\x06\x74\x74\xd0\xf2\x01\x91\x5e\xf3\x80\x20\x93\xac\x6f\xb0\x40\x72\x4c\x50\x08\xfc\xb3\xf2\x36\x2c\xbd\x0f\xb2\xd9\x12\x45\x78\x3b\xf3\x53\xd1\x22\xcc\x7c\x29\xea\x48\x0a\xa6\x51\x68\xce\x32\x83\x04\xef\xcf\x54\x6e\x7a\x9c\x5b\xb6\x77\x94\x5f\xb2\x92\xba\x44\xb7\xa9\x04\x04\x8d\x65\x20\x28\x2f\xb6\x6a\x12\x29\x93\xd3\x5c\x91\x40\x21\x5a\x53\x72\xd6\x2d\xe9\x31\xd2\x93\xb3\x75\x04\x30\xca\x19\x6a\x4b\x86\x0d\x23\x74\x5c\xed\xa0\x9d\xab\x33\x68\x99\x42\x71\xcf\xbe\xdd\x83\xe5\x5b\xb0\xbd\x15\x95\x8b\xfb\xb2\xd8\x7e\x8f\x1d\x7f\x8f\xe5\x4a\x49\xd2\x85\xc8\x0e\x1c\x41\x9a\xca\xfe\x83\x48\xfe\x52\xec\xcc\xe3\x99\xea\x3d\x04\x3c\xd1\x37\xfc\x28\x32\xaa\x14\x57\xa1\x90\x5f\x4e\xed\xd5\x9c\x7f\x1e\x1f\xe4\x47\x02\xeb\xcb\x92\xad\x22\x9e\x20\xdf\x96\xf4\x08\x5c\x15\xfd\xa1\xba\x3f\x92\xad\x0e\xe4\xef\x00\x43\x2c\xd3\x7b\x18\x7c\xf9\xdb\xc5\x70\xb0\xad\x42\x5d\x7a\x0d\x33\x98\xc3\x92\x0b\x3b\x75\x5e\xc2\x42\xfd\x7e\x07\x2b\xf5\xfb\x01\xee\xd4\xef\x3b\xd8\xa8\xdf\x6f\xe0\x56\xfd\xfe\x04\x37\x7c\x31\x8e\x58\x34\xc9\xa6\xbb\x1d\x92\x3f\x7c\xbb\xc7\xf0\xc0\x6f\x4a\x19\x39\x5c\xf3\xc5\x38\x61\xab\x71\x32\xc9\xa6\x0c\x25\x2a\xef\x76\x8f\xcb\x1c\xea\xbe\x61\xdd\x0a\xa2\xd6\xc2\xb6\x51\xc8\x33\x0c\x21\x46\x33\xde\x5e\xda\xf6\x75\x7e\xbb\xd5\xe6\xfc\x7a\xb2\x9e\x62\xdb\xf6\xd1\x0d\xac\xf1\x6e\x87\xe6\x7c\x36\x96\x69\x2c\x9c\xac\xa7\x70\x33\x59\x4f\xf9\xa2\xf1\x7e\x52\x66\x1a\xcb\x4c\x6c\x63\xdb\xb3\x71\x80\xe6\x90\x60\x76\x6b\xdb\xf2\x03\xe7\xf3\x71\x75\x31\xf4\xc5\x47\x29\x67\xd7\x42\xa7\x60\xa1\xe4\x51\x55\xd1\xb6\xc0\x5b\x73\xe6\x8e\xa4\xe4\xfa\x08\xba\xf9\x11\x89\xc4\x7d\x4b\x9c\xd5\x8f\xa5\x4a\x43\x19\x3e\x38\x7f\x26\x59\x9e\xcc\xc3\x94\x8a\x18\x47\x54\x6f\x15\x2b\xa7\xa6\xbc\x44\x28\x26\x97\x8b\xca\x52\x64\x7b\x34\xc7\xec\xae\x3a\x49\x05\x94\x9a\x8f\x03\xf4\xd2\xa4\xaa\xb3\x0b\x73\xcc\xe6\x70\x67\xdb\x08\xdd\x38\x9b\x20\xc9\xd6\x7e\xb8\xdb\x95\xcf\x72\xa9\xb1\x9c\xc0\x39\xc8\xcd\xf0\xde\xb6\x1f\x6c\xbb\xfd\x30\x59\x4f\x6d\x3b\x46\x0f\xb0\x86\x39\xc6\x78\x7f\x96\x3a\x2f\x39\x81\xd4\xf9\x8e\x53\x48\x9d\x0f\xbc\x07\xa9\xf3\x8e\x0f\x21\x75\xbe\xe1\xc4\x83\xd4\xf9\x89\x77\xe5\x97\x1f\xb8\x27\x3f\xbd\xe7\x84\x0e\x2b\x18\x29\x2d\xd0\x10\x91\x9c\x1a\x98\xa3\x20\xa9\x7e\x90\x3c\x84\x84\x10\xf4\x08\xe7\x36\x1f\xb4\x2c\x79\xc8\xef\xcf\xdb\x02\xe1\xfd\xcc\x97\xcb\x57\xc8\xf7\xdb\xee\xde\x60\x1c\x7a\x84\x79\x0f\x01\xbf\xb5\x8e\x8c\xae\x4c\xb9\xcf\xb4\x96\x99\x6d\x1b\x6d\xb3\xd7\x7e\xb6\xe4\x5c\xfe\x1f\xeb\x14\xd6\x54\x28\x15\xe1\xc2\xb6\xe5\xff\x6a\x01\xf9\xce\xf2\xe5\x40\x56\xe5\xae\xd8\xc2\x08\x37\xe1\x98\x5b\x85\x63\x6e\x0b\x1c\x43\x8f\x70\xbd\x51\xd4\xda\x1f\x28\x1e\x9d\xc0\x37\xe5\x4d\x95\x86\xe4\x32\x29\x9f\x9d\x23\x3a\xa0\x80\x3f\x03\x03\x0f\x87\x55\x58\x27\x10\x19\xe2\x71\x0d\xea\x04\x95\xea\x17\x1a\xbd\x21\x02\x01\xc6\x7b\x76\x74\x09\x60\xf6\xbc\xba\x17\x05\x85\x9f\x89\xe4\xad\x41\x72\x8a\x92\x91\x60\x74\x28\x3b\x75\x44\x24\xd4\xb0\x04\x19\x62\xdb\xfe\x13\xd8\x42\x20\x32\xc2\xc8\x9a\x07\x1b\x0b\x7f\x2d\xde\xd0\xdd\x23\x92\x51\x87\x1c\x87\xd0\x23\x52\xe2\x31\x5c\x70\x2c\x71\x1f\x47\xeb\x30\x6c\x73\x2e\x58\xc3\xd9\xcd\x09\x25\x7a\x40\x57\xe4\x17\x7f\x0a\x25\xf4\x35\x4a\xa0\x7d\x83\x12\x46\x12\x25\x34\x0e\xfa\x2c\x71\x16\x66\xd1\x1a\xbf\x1f\x2d\x51\xb0\x40\xb2\xf3\x90\xf1\x18\x65\xd0\x76\x31\x48\x72\x03\x02\x5c\x1e\xb8\x96\x6f\x32\x9b\x43\x97\xe2\xed\x5e\xd2\x89\xb7\x22\xb3\x82\xa8\x95\xec\x76\x56\x6a\x1e\x8f\x48\x36\xeb\xb9\xd2\xaf\x89\x13\x4d\xb6\x15\x8a\x6b\x25\xd9\x66\x29\x96\x46\x95\xb6\x6d\x64\xae\xd0\x55\x1a\x36\x3b\xa6\xcf\x48\x1f\xcc\xbe\x91\x1c\x38\x50\x49\xb6\xcb\x39\x7b\x84\xba\x68\x3a\x0f\x5b\x11\xad\xef\x44\xe2\xdf\x84\x82\xb5\x11\xb1\x05\x86\x59\x1c\x2d\x82\xdb\x75\x9e\x46\x65\xda\x7d\x12\x64\xe6\xbd\x27\xdf\x55\x67\x58\x56\x00\x98\xc7\x48\x8a\x93\x27\xb2\x20\x6a\x0b\xaa\x2f\xd7\x36\x94\xf8\xa9\x09\xac\xa3\x88\x0b\x27\x8b\x35\xaf\x21\x4f\x40\x82\x02\x1e\x99\x13\x8d\x8b\x8a\x54\x05\x27\x4a\xab\x9e\xbf\x5d\x7c\xa1\x70\xfb\xff\x5d\xf3\x47\x4b\xfe\xad\x1f\xfd\x35\x6b\xcd\xe2\x68\x23\x92\xcc\x90\xe9\xad\x2c\x6e\xad\x92\xe0\x2e\xc8\x82\x8d\x68\xe9\x25\xc7\x55\x7a\xbd\x5b\x23\x8c\x72\x5c\x2e\x10\x75\xf1\x59\x86\x32\xe7\x3b\xd8\x6a\xd6\x86\x29\x52\x69\xaf\x88\x3c\x97\x29\x31\x15\xa3\x54\xd6\x40\x8e\x4f\x50\x81\x60\x27\xbd\xe9\x84\xf4\xd4\xd5\x8c\xc6\xbf\x49\x15\xf9\x96\x04\x6b\xf7\x04\xf6\x10\xa8\xf7\xf8\xe2\xe6\x60\xbd\xa6\x6f\xf5\x26\x4f\x6b\x64\x67\xb2\xfc\x08\x74\xd4\x3e\xef\x79\xac\xa7\x66\xe2\x04\xf4\x97\x70\xc0\xc5\xc8\x5a\x47\xe9\x2c\x5e\xc9\x0d\x9a\x2a\x95\x39\x2d\x06\x29\x49\x32\xad\x03\x16\x4d\x92\xa9\x6d\x0b\x34\x70\x31\x8a\x20\x51\x57\x8c\xcd\x60\x4b\xe6\x9c\x88\x29\x97\x28\x54\x9e\x36\x97\x91\xbe\x0b\x03\x97\x0d\x94\x30\xe6\x08\x61\xd4\x04\x0b\x45\xd7\xe8\x00\xa3\xb6\xfb\x18\x07\x94\x23\xc2\x0e\x8a\xc6\x89\xaa\xca\xd0\x5c\x8c\xa8\x9d\x40\xe8\x80\x11\x3a\x90\x6d\x3e\x82\x0f\xea\x2b\x6c\xe8\xbb\x36\x12\x55\xf2\x2e\xc3\x15\xad\xb6\xc8\xb6\x95\x2e\xef\x31\x0f\x9b\x74\x2c\xd6\x0a\xa2\x59\x9c\x24\x72\x87\x06\xd1\x26\x9e\xf9\x27\xf8\xd8\xae\xf7\xa5\xcd\xd5\x7f\x64\x73\x29\x08\x36\x18\xb1\x81\x84\x5a\xdd\xc7\x45\x35\x25\x3b\xe9\x1a\x86\xa0\x6b\xc0\x3f\xe9\x8e\xaa\xf3\x3b\x99\x3a\xb3\x78\xf5\xf0\x53\x90\x2d\x83\xe8\x50\x4d\x54\x5f\x0e\x26\xe6\x26\xd6\xe7\x01\x8a\x0b\x3d\x90\x94\xcb\x4c\x3e\x86\x90\x4b\x22\xd9\xc7\xb0\x3e\x52\x8d\xb8\xa4\xe3\x72\x78\x74\x9a\x6b\x02\xcd\x14\x89\xe3\xdc\x05\x11\x42\x05\x27\xbb\x1e\xfb\x2c\x42\x6b\xf0\x31\x3e\x0f\xc1\x3f\x4f\x31\xcc\x39\x51\xac\x41\xf8\x2c\xb5\xed\xf4\x59\xd8\x99\xd9\x36\x9a\xf3\x73\x02\x61\x87\xcf\xce\x09\xa4\xea\x07\x5f\xcc\xce\xcf\x5b\x97\xee\x05\x0e\xe5\x12\xc5\xe3\x78\x92\x4e\x79\x3c\x09\xa7\xcc\x28\xaa\xcb\x04\x99\x79\x2e\x0b\xce\xf3\x55\x89\xd5\x7e\xe9\xf6\x19\xe9\xf6\x81\x74\x47\x8c\x74\x47\x40\x7a\x2e\x23\x3d\xb5\x67\x8f\xf0\xc2\x9f\x9b\xe1\x66\xd5\xf4\x7c\x52\x63\x1e\x54\x14\x88\xfd\xa3\x29\x54\xf3\xec\x5f\x92\xca\x44\x92\x62\x22\x63\x39\xfb\xfe\x89\x59\x5e\xf3\x62\x6e\xc3\x71\xcc\x22\x14\x42\x8c\x2f\xd6\x97\xe9\x05\xce\x26\x69\xa7\x33\xe5\xa2\x60\x17\xbe\x30\x13\x27\x71\x15\xe9\x0e\xf3\xc1\x8f\xf2\xc1\xf7\xbf\xc0\xe5\x56\x38\xab\x18\x7c\x5d\x57\x0a\xa1\x9c\x11\xb9\x87\x22\x14\x16\xd3\x31\xe3\x01\xf2\x61\xad\x2e\xe3\x85\x6d\xc7\x6d\x1e\xeb\x39\xbc\x58\x5f\xce\x2e\x70\xb0\x40\x28\xe5\xe1\x64\xd6\xe9\x4c\x71\x9b\xa7\xb8\xa0\xe2\x45\x98\x8a\x56\x91\x71\xd6\xe9\xa8\xbc\x62\xb7\x9b\xc9\x1d\x12\x62\xdb\x0e\x27\xb3\x29\xe7\xbc\xb8\xe2\x97\xdf\x76\x3b\xd7\xcc\x48\x5b\xd8\xf6\x39\xd9\xd7\xa7\x65\xc8\x48\x77\x98\x4f\xcf\x7e\x0a\xbd\x93\x5c\x78\xdf\x70\xe1\x83\x7c\x47\xc8\x3d\x12\xe7\xd3\x24\xf9\xf0\x5e\xf7\x34\x1e\x50\x13\xc2\x09\xe7\x02\x42\x4e\xe5\xcf\x9a\x77\xe5\xcf\x8c\xf7\xe4\xcf\x9c\x7b\xf2\x67\xc9\xfb\x4a\xe1\x73\x0e\x0b\x9e\xed\x76\xfe\xd9\xf1\xfc\xfa\xb0\x2a\xf7\xdc\x1d\x6c\xe0\x56\xee\x36\x0c\x37\x3c\x42\xb7\x92\x4d\x4f\x90\x0f\x2b\xe8\x62\xb8\xe6\x31\xba\x29\xe6\xfd\x9e\xbb\x70\xc5\xd3\xf1\x02\x65\x70\x8d\x59\xa8\x1e\x5c\x6c\x76\xd6\xc5\xf5\xe5\xfd\xc5\xbd\x99\xd3\xe5\x6e\x77\x2f\xe7\xf4\x06\xdb\x36\xda\xf0\x07\x74\xc7\x6f\x26\xf7\x53\xb8\x87\x5b\x0c\x02\xcb\x3c\x29\xbe\x9a\xdc\x4f\xf9\xe6\x4c\xad\x4a\xb0\x40\x1b\x6c\xf8\x66\x61\x18\xe5\x5c\x96\xd4\x76\x35\x37\xdc\xcf\xb9\xe1\x3b\xfd\xee\xe5\xef\xf7\x39\xb7\x7c\xa5\x15\xa6\xef\xb4\x4e\xb5\xac\x74\x96\xaf\x3e\xc9\x27\x62\x3e\x3e\x27\x6c\xbd\xdb\xcd\xc6\x33\x76\x65\xd6\xb2\xb6\xb5\xa1\xd7\x65\xbd\x2e\xf4\x29\xeb\x53\x18\xf4\xd9\xa0\x2f\x57\xf5\x88\x95\xcc\x57\xb5\x4b\xcc\x5e\x97\xab\x19\x98\xe5\x8d\x1f\x3b\xf0\x20\x97\x20\x85\x10\x6f\x15\x9e\x36\xea\x23\x92\x50\x96\x3b\x7b\x2d\x21\x5c\x8c\xd6\xc5\xb4\x2f\x79\x38\x9e\x9f\x13\xe6\xc2\x82\x87\xb2\xf3\x44\x6e\x7c\xff\x19\xc5\x6a\x2b\x5f\x28\x2c\xb5\x94\xb3\x3d\xc3\xdb\x94\xcf\x26\xcb\x29\x2c\x3b\x7c\x71\x76\x93\x08\xff\x93\xa4\xa6\xe5\x1b\x84\xe3\xe5\x33\x97\xcd\x9f\xf1\xe5\x31\x21\xfd\x5e\xcc\xd7\x33\xa5\x9a\x2e\xee\x56\xd9\x43\xcb\x97\x68\xbf\x75\x1f\x64\xcb\x56\x14\xb7\x82\x28\xc8\x02\x3f\x2c\x28\x2b\xd5\x6c\x38\x5e\x5e\x72\x97\xcd\x2f\x97\x17\xb2\x7a\xac\x3b\x60\xdb\x28\xe5\x19\x4a\x41\xf7\x02\xd6\xb8\xc0\x76\x69\xd3\x54\x77\x09\xeb\x92\x72\x92\x4f\x12\x48\x83\x91\x39\x3a\x03\x73\x74\x14\xb5\x92\xae\xc4\x2c\x90\x94\xca\x09\xd0\xa2\x60\x6a\xde\xbe\x4c\xb1\xed\x06\x09\x34\xca\xb8\x70\x66\x71\x94\x66\xc9\x7a\x96\xc5\x09\xde\xed\xb2\x36\xd7\xa4\x8f\x6d\xb7\x23\x54\x11\x9b\xe0\xdd\x0e\x65\x06\x82\x62\x90\xcb\x67\xdb\x46\x2f\x1e\x65\x3c\x9b\x04\x53\xd9\x46\x91\xa3\x2a\x92\x1d\xab\x0a\x59\x56\x23\x84\x06\x6c\x30\x28\x90\x77\xef\x24\x71\xd6\xa3\xa7\xe1\x42\x29\x0f\x52\x42\x60\x8c\x34\x3f\xde\xa3\xac\x27\x29\xd7\xde\xd7\xd1\x58\xf9\x2e\x1e\x18\x80\x3d\xe8\xc9\x4d\x3c\x99\x6a\xf5\x64\xf0\xf9\x76\x7f\x28\x21\x4c\x0c\x79\x24\xa9\x9b\x96\x8f\x4b\x90\x12\xf1\xc9\x14\x02\xee\x5e\x04\xcf\x32\x65\x48\x11\x4d\x82\x29\xb7\xfc\x89\xd5\x09\x3a\xd6\xd4\x3a\xf3\x25\x23\x56\x4a\x31\x5e\x82\xaf\xf4\xfd\x0a\xb9\xd6\x4b\x64\x75\x72\x4b\x07\xb0\x70\xc7\xc2\x56\x21\xe3\x92\x65\x91\x50\x22\xea\x72\x46\x0a\x01\xd5\x4d\x10\xcd\xab\xe4\x4a\x4e\xeb\x97\xc4\x4a\xac\xb9\x8c\x02\x35\x02\x91\xd8\xf2\x40\x49\x37\xe1\xbe\xdc\x11\x33\x3f\x43\x87\xf9\x71\x4d\x43\xbf\x4a\x19\x86\xe3\x14\x65\x90\x5b\x91\x40\x82\x59\xa0\xe4\x73\xa2\x14\xc0\xd5\xf7\x92\x6d\xa3\xb0\x22\x91\xab\x7e\x82\x50\xae\xa1\x39\x1d\x3d\x36\xe8\x95\x9b\xe4\xe4\xa5\x47\xcf\x08\x9d\xf5\xd9\xc8\xb9\xab\x8f\xfe\xad\x25\x97\xd4\x7a\x9e\x8f\xc0\xe2\x3c\x69\x10\x75\x14\x23\xdc\x23\xfc\xe8\x81\x92\xf8\x39\x1f\x50\x69\x62\x30\xb6\x7e\x28\x84\x58\x2c\x37\x15\x19\x5b\x6f\xd6\x61\x68\x31\x2b\x55\x7d\x29\xf9\xbf\xf8\x60\x13\x57\x04\x02\x92\x4b\x37\xc2\x80\x04\x6f\xf7\x7b\x94\x19\x69\x84\x04\x90\x11\xc6\xe3\x98\x05\x63\x79\xf2\x98\xf5\x36\x97\x86\x20\x5f\xd1\x09\xb8\x51\x82\x99\xa9\x15\x14\x62\x5c\x99\x02\xe6\x57\x8f\x61\xce\x1d\xf5\x4e\xdc\xeb\x6c\xf7\x05\xb3\xfa\x38\x11\x93\xcb\xc4\x72\xf3\xa2\x21\x9c\x93\x5c\x3a\xd6\xfb\x3a\xd2\x7c\x34\xc0\xce\x42\xad\xe3\x28\x17\xd6\x13\x83\x50\x24\xfd\x20\xa9\x04\x49\x51\xa6\x5c\x20\xcf\x93\x5b\x57\xa0\x61\x57\x52\x48\x02\x0d\xfb\x12\x83\x48\x7e\x89\x48\x1c\x22\x50\xdf\x93\xd8\x43\xa0\x11\xc5\xce\xc2\x4f\xb3\xbf\x89\x07\x50\x12\x9c\xde\x00\xc3\x8a\xcf\xc7\xd6\x75\x2a\x17\x27\xf8\x4d\x58\x70\xd7\xa4\x64\x0d\x11\x5f\x4a\x1c\x25\x99\xd0\x97\x96\xe4\x78\x70\x69\xf8\x19\x4c\xa2\xa9\xa2\xc4\x13\x2e\x9c\xeb\xc5\x45\x72\x91\xf0\xc4\x89\x24\x72\x4f\x9c\x4f\x95\x5b\xa8\xa4\x7a\x56\xb7\xb7\x22\xfb\xb6\x84\xb6\x75\xa1\x51\x08\x6b\xdd\xb2\x1c\x47\x55\xef\x57\xb2\x44\x48\xc0\x0c\x32\xb0\xae\x03\x0b\x83\x70\xae\x33\x9e\xc9\x9f\x80\x47\xda\x26\x55\xbe\x2c\x72\x63\x54\xe1\x5c\x87\xc5\xf3\x64\x35\xe5\x2e\x68\x51\x59\x62\xdb\x29\x4a\x20\x04\x31\x59\x4f\xe5\xe1\x2c\x4f\x74\x80\x66\x15\xa9\xf8\x56\xe9\xb9\xb2\x46\x0b\x8e\x85\xb1\xdc\xc1\xa0\xc6\x1e\xc8\x05\x93\x53\x10\x5d\x44\x3c\x72\x22\x1c\x39\x09\x6f\xbb\x10\x39\x2b\xdb\x46\x91\xb3\xe2\x91\xb3\x72\xa2\x02\x71\x18\x06\x24\x99\x44\x4e\x30\x3d\x53\xdd\x3e\xee\xef\xde\x64\x63\x87\x27\x30\xa9\x34\x1f\xf1\x3b\x24\x41\x8c\x5c\xa1\xa8\x50\xe7\x77\x22\x88\x65\x93\x67\x79\x43\x6a\xb1\x9c\x60\x0a\xa6\x63\xb1\x6d\xa3\xd8\x89\x78\x80\x21\x50\xb6\x77\x2b\x1e\x63\x48\x64\x47\x24\x53\x8b\xd4\x53\xa0\x52\xc2\x22\x25\x54\x79\x26\xab\xe9\xf9\xf9\x3e\x17\x97\x47\x7b\x58\xc4\xc9\x95\x3f\x5b\xd6\xba\x59\x74\xb0\xb4\xc6\x83\x88\xc7\x92\x35\x3c\x64\x06\x9b\x79\x98\x2e\x96\x9b\x69\x9c\x38\x11\xd3\x36\x3b\x8b\x0b\x45\xee\x44\x28\x71\x36\x90\x38\x9f\x94\xf5\x05\xbe\x48\x6c\x3b\x71\x92\x0b\x2c\x77\xde\x6a\x0f\x4b\x3f\x65\xc7\xe7\xb2\xdd\xbe\x43\xe5\x94\x09\xbc\xdf\x63\x98\xdb\x76\x52\x5b\x6e\x73\x0c\x4e\xc8\x71\x8b\xe2\x93\xd5\x54\x16\x9f\x29\x45\xf8\x23\x89\xa7\x91\xbb\x41\xcc\xef\xd4\x29\x2a\x98\xca\x71\xec\x6c\x78\xc2\x90\x5a\xe6\x98\x6f\x03\x16\xc8\x93\xa5\x84\xa2\x9f\x58\x06\x1b\x96\xc0\x8a\xa9\x5d\x14\x42\x94\xcf\x42\xa2\x0c\xcd\xe5\xfe\x50\xd6\x71\xd7\x0b\xb9\x02\x91\xda\x52\x91\x7c\x94\x1b\xa5\xd3\x01\x7d\x34\xe5\x42\xaa\x53\x19\x4c\x79\x8c\x31\x88\x3d\xdc\x8a\xec\x2a\xca\x92\x07\x76\x07\xa9\xc8\x3e\x64\x49\x1c\xdd\x1e\xf5\x59\xc9\xf0\xe1\xe0\xb0\xe9\x49\xcf\xf8\x42\x1b\x73\xea\xd7\xc2\x28\xb6\xd8\xaa\x7b\x5c\x53\x46\x3f\x30\x71\xba\xfe\x04\xc6\x56\xe8\x3a\xbc\xc8\x6c\x3b\x93\x2b\x95\x49\x44\x57\xb3\x72\xbb\xce\x72\xa3\xaa\xeb\x90\x67\x3c\x1b\x67\xc5\xaa\x67\xce\xf5\x02\x8f\xd7\xc8\x05\xeb\x93\x78\x90\xa8\x4b\x8c\x33\xe7\x13\xd3\x82\xdd\xfc\x7d\xc3\x26\x99\xdc\x11\xce\x66\x8a\x19\xca\xbb\x9e\x33\xbc\x48\x99\x92\x40\x32\xb6\x8c\x12\x8e\x55\x14\x87\xb6\xb2\x3c\x81\x99\x22\x9a\x24\x46\x20\x7d\x46\x48\x1f\x08\x25\x8c\x50\x02\xa4\x37\x60\xa4\x37\x80\x6e\x9f\x75\xfb\x86\x25\xe8\x7b\xac\xef\x81\xe7\x31\xcf\x83\x61\x97\x0d\xbb\x30\xec\xb3\x61\x1f\x46\x94\x8d\x28\x8c\x3c\x36\xf2\x60\x34\x60\xa3\x81\x04\xfa\x5f\x29\x2d\x90\x20\x3e\x32\x90\xfa\x56\x64\x3f\x09\xff\x93\x82\xfd\x5d\x4f\x83\xfe\xc1\xa8\x19\xf4\x4b\x9e\x43\x82\x7e\x6f\x64\x40\xbf\x84\xec\x73\x1e\xa2\xbe\xe2\x1b\x90\x87\x61\xc1\x5d\x58\x35\x21\x2b\xb9\xd5\xf4\xb6\x0a\x95\xf2\xfa\x1d\xde\x57\x91\x80\xd9\x03\x3e\x9f\x4c\xf7\xb0\x69\x26\x3a\xe7\x48\x38\x7e\xa3\x02\xba\x98\xb8\x92\x91\xce\xf6\x18\xef\xcf\xee\x2a\x54\x4e\xfd\x7c\x15\x04\xda\x46\x9f\x2f\x0d\xc8\x0a\xc4\x91\x4d\xc8\xf4\xf4\xa1\x2e\xca\xec\xe5\xee\x66\x4d\x98\xbb\xac\x36\x19\x27\x13\x32\xe5\x99\xde\x58\xbe\x66\x14\x27\x02\xb2\x29\x3e\x09\x68\x33\x79\x44\x55\xf6\xca\x18\xcb\xd1\x67\x7a\x8c\xa2\xc4\x20\xff\x31\xb7\x9b\xf4\x95\xa9\xf1\x4c\xa0\x4c\xd2\x97\xed\xf6\x7f\x94\x64\xff\x57\xe2\xc0\x20\xbf\x7b\x9f\x37\xe3\xc0\x79\x23\x0e\x5c\x74\x3a\x35\x9c\x57\x43\x76\x01\x88\x49\x78\x80\xec\x12\x34\xaf\x22\xbb\x86\x29\x90\xd4\x7d\x5c\x5e\x2b\xb4\x89\xd9\xaf\xf2\x63\x2e\x11\x91\xb4\x5f\x32\x5e\xa1\x59\x0e\x1f\xb1\xa3\x6b\x42\x02\xb3\xc4\xb6\xd7\x28\x07\x19\x01\xb6\xed\x02\xef\x99\xa4\x86\xc5\xfd\x93\x8d\x2e\xfd\xb4\xa1\x45\x05\xe8\x4f\x43\xea\x98\x47\x48\x49\x3e\xda\x6e\xad\xee\x78\xbc\x52\x34\x9c\xc8\xd4\x95\x3b\x8b\x27\x72\x8a\xf5\x35\x23\xac\x17\x69\x16\x27\x82\xad\x6a\xf0\xa2\x06\x27\xba\x1e\xeb\x7a\xd0\x73\x59\xcf\x35\x70\xc2\x1b\x31\x6f\xa4\x69\x78\x0d\x27\x24\x6c\x38\x92\x9f\x35\xc2\x06\xcf\xc8\xd2\x3c\x37\x27\x07\x0d\x4c\x50\x40\xc3\xd7\x40\xa3\x06\x14\x24\x90\x58\x1b\xa0\x21\x81\x82\x47\x35\x39\x38\xec\x69\x72\x90\x50\x8a\x15\x1d\x38\x38\x29\x6e\x82\x15\x28\xc1\x90\x9e\xa7\x1b\x9e\x4c\xc4\x14\x1e\xf8\x0d\x5c\xf3\xcd\x58\xdd\xc8\x31\xcb\x9f\xcf\x2d\xb8\xe7\x0f\xb6\x5d\xb9\x21\x80\x2b\xc9\x29\x7e\x3e\xe6\x1a\xf8\xbd\x32\xd7\x43\xf7\x20\xc0\xd2\xfb\xc0\xd2\xc6\xe4\x4b\x5f\xc3\xf1\x86\x23\x8e\x6e\x6d\xbb\xad\x6c\xe7\x24\xf2\xd0\x9a\x43\x72\xc5\x35\xc7\xe1\x32\x81\xf7\x4c\x5d\x15\x36\x97\x6f\xe5\xc5\xc7\xfa\x50\xb0\x93\x75\xc8\xb1\x9c\xa8\xa3\xb9\x8c\xda\x62\xb5\x4b\xe9\xe4\xf1\x12\x90\x98\x32\x78\xdf\x7c\xa9\xd6\x7a\xb0\x6d\x74\xbb\xdb\xdd\x3b\x86\xa0\xb2\xed\xf6\xac\x76\x27\x8d\x24\x94\x7e\xc0\xb9\x2e\x29\xc2\x4e\x24\x3e\x67\x48\x1e\x6a\xac\x67\xf9\xad\x02\xe4\x0f\xf0\x81\xbf\x9d\x5c\x4f\xd1\xed\x78\xbb\x67\xe7\x2e\x10\xdc\xe6\x6f\xe1\x35\xaf\x57\xf7\x56\x1d\x1a\xa2\xec\xe5\x9e\xf3\x39\xaa\x81\x71\x55\x0f\x52\x00\x03\xde\xf1\xf6\xad\x6d\xd7\x0b\x97\x98\x5e\xb7\x98\xf1\xfe\x45\x76\x7e\x7e\x81\x85\x6c\x38\x2b\x49\x9f\xb6\x50\xcd\x9c\xbb\x0a\xf6\x3c\xdf\xed\x10\x7a\xe0\x59\xa5\x2e\x43\x83\x64\xf0\x20\xc1\xb4\x96\x1f\x2c\xd4\x50\x6f\x20\x83\x87\x02\x5e\xd5\x00\xda\x06\xa2\xc9\xf5\x14\x22\x0c\x91\x1c\x7d\x05\xbf\xdc\xc3\x7d\x55\x98\xc3\x1f\x30\xa0\xd7\xbb\xdd\x3b\xc9\x6d\x7f\x46\xf9\xce\xc3\xf0\x19\xa9\x8d\x87\x61\x63\xdb\x9f\xf5\x7d\x33\xc6\x80\xde\xed\x76\x1f\xb0\x4c\xb9\xc6\x70\x6b\xdb\xf7\xda\xd8\xad\x80\x5c\xe6\x5d\x8b\x17\x1f\xf8\x9d\x53\x07\xe4\x28\x03\x01\x1b\xb8\xc6\x10\xa3\xea\xa1\x58\x61\xf0\x9d\x37\x57\x57\x2f\x78\x3b\x97\x25\xb7\x96\x48\x0e\x18\xae\x26\x62\xca\x1f\x20\x42\x91\xf3\x5d\x27\x72\x7e\xea\x44\xce\xcb\x27\xe8\xa1\xcd\x6f\x30\x5c\x61\xb8\xdd\xed\xee\x9c\x82\x76\x93\x45\x60\x83\xe1\xa1\x06\x7b\x88\xc7\x08\xf1\x80\x50\xca\x08\xa5\x06\x06\x79\x2e\xf3\x5c\xf0\x28\xf3\x68\x0e\x83\x86\xcc\x1b\xc2\xa0\xcb\x06\x5d\x03\x89\x86\x3d\x36\xec\x15\xf0\xa8\xef\x7e\xe9\x1a\xca\x7b\xe4\x1a\xca\x63\x44\xb2\xd0\xfd\x23\x39\xe9\x29\x2e\x57\xcb\x2a\x1e\x51\x6c\x0c\xf0\x56\x89\x96\xc4\xb8\xd4\x05\x71\x21\xc0\x98\xa9\x8b\xfc\x40\xcf\x41\x8f\x11\xd2\x2b\xe8\xad\x3e\xfd\xd2\x18\x06\x8f\x8c\x41\x29\x12\x29\xa1\x8b\xac\xea\x48\x1a\xd7\x0c\x9e\x95\x50\xff\x85\x9f\x55\x14\xaa\xe4\xae\xf8\x18\xdc\x09\x08\x0e\x3f\x64\xf1\xab\x0f\x6f\xb5\x24\x01\xe2\x46\xa2\xec\x72\x34\x16\xcc\x72\xad\x8e\xa8\x32\xcd\x49\x83\x72\x8a\xe5\x76\x87\xfd\x73\x77\x70\x4e\xfb\x1f\xdd\x01\x73\x3d\xd6\x1d\x39\xa3\xd1\xe8\x5f\xac\x36\x0f\x34\x08\x92\xa7\x48\xf6\x00\x9d\xf7\xdd\xca\x9f\x22\x88\xf1\x6e\xd7\xae\x57\x7b\x58\xe8\x8d\xff\x46\x65\x1c\x57\xf3\x2c\x50\x3b\x48\x5f\x06\x51\x90\x09\x14\x95\x80\x0e\xe7\x57\xd0\xef\xfd\xe8\x36\x17\x2b\xbf\x8a\x36\x7e\x18\xcc\x5b\x59\x70\x57\xdc\xcb\x57\x9c\x61\x40\xc6\xd5\x54\xfd\xf0\xf1\xdb\x97\xeb\x30\xfc\x59\x5b\x95\x26\x45\xe2\xeb\x20\x0c\x83\x54\xcc\xe2\x68\x9e\x2a\x37\x46\xd9\x33\x77\x6c\x9d\x5b\x2c\xbb\x1c\x8d\x46\xa3\xb1\xd5\xb1\x98\x65\x15\xcc\x7b\x07\x59\x6a\x74\x56\x47\xdd\x23\xfa\x37\x29\x92\x94\x81\x96\xc4\x04\xe3\x73\x8f\x9d\xf7\x70\xc7\x3a\xb7\x3a\x31\x2a\x9a\x88\xa3\x6c\x89\x70\x87\x1c\x7e\x50\x13\x80\x71\xc7\xfa\x58\x4d\xfd\xa7\x78\x9d\xa4\x2a\x99\xd5\x6a\x09\xa2\x75\x26\x1a\x3e\x7c\xc8\x3b\x8f\x3b\x96\x63\x75\x50\x72\x39\x1a\x8d\x13\xb5\xbc\x31\x4a\x64\xea\xbf\x58\x7b\x16\xec\x61\xab\x0e\xaa\xdc\x75\x5f\x29\xae\xcd\x65\x7d\x3d\xf2\x88\xa6\x73\x2e\x76\x6b\x73\x2e\x6c\xbb\xd4\x22\x50\x6f\xc6\x9f\x80\x7a\x3d\xbe\x11\x78\x55\x5c\x5d\x2f\x83\x28\x2b\xef\xac\x23\x94\x8b\x52\xcb\xea\x84\xbe\x62\xef\x11\x46\x7a\x44\x13\x3f\x72\x24\x5f\x75\xd1\xae\x95\x84\x94\xb8\xb0\xa1\x17\x46\xdb\xc3\x0f\xc3\xd6\x9d\xc8\x96\xf1\xbc\x15\x47\xad\x96\xd5\x11\x47\x77\xe8\xfd\x2f\xde\xa1\x0f\x1f\x39\xf8\x4a\xff\xa7\x58\x82\x06\x6d\xa9\x7a\x55\xa3\x47\xaa\x52\xda\x5d\x06\xd4\x1a\x91\x6d\xff\x11\x55\x22\xab\x82\xab\xa0\xae\x80\x07\x41\xfa\x2e\x07\x1c\x6f\x17\xb0\x32\xc9\xaf\xd2\xab\x42\xd3\x08\xb2\xf8\xfb\x78\xe6\x87\xc2\x80\x94\x5c\x4a\x09\x46\x39\xc7\xca\x3d\x1e\x81\x65\xd4\xff\xfa\xa7\x2f\x6d\x5d\xc3\x83\x12\x97\x1a\x4a\xd3\x3d\xa9\x46\x9f\x4b\xd5\x05\x56\x82\xa6\x85\xb6\x8b\xce\x89\x02\x1f\x52\x2e\x69\x78\x08\x79\xe0\x2c\x60\xcd\xdd\x8b\x42\xdc\xb3\xbe\xc0\x61\xae\x39\xe8\xf3\x74\xb2\xee\x74\xa6\x8a\xba\x33\xae\x8e\xea\x97\xcf\x2e\x65\xc4\xa5\x40\xdc\x3e\x23\x6e\x1f\x88\xeb\x31\xe2\xca\xdd\xe5\x9d\xbc\x65\xcd\xe9\xe5\x7e\x7e\x1d\x97\x5f\xb2\x4a\xba\xd9\x37\x62\xd4\x47\x95\x9d\x8d\x9a\xf3\x4b\xa3\xe6\xfc\x9d\x51\x73\xfe\x60\xd4\x9c\xdf\x19\x35\xe7\x6f\xe0\x86\xaf\xc6\x09\xbb\x1b\x6b\xe5\x65\xa5\xc3\xcc\xb7\x7b\xdc\xa8\xcd\x0c\x0f\x7c\xd5\xa0\x13\x7d\xcd\x2b\x74\xc2\x6e\x57\xa5\x1a\xe4\xf7\x52\x07\x7a\x55\xea\x40\xcf\x39\x42\x33\xde\x5e\xd8\xf6\x4d\x45\x0d\xfa\x66\xb2\x9e\xe2\xf1\x0d\x0b\xf1\x64\x3d\x85\x25\x97\x24\xdb\xd8\xd7\x3a\xcd\x9b\x13\xaa\xbd\x7e\x93\x6a\xef\x8d\x6d\xc7\xe8\x06\xd6\xa0\x15\x78\x7f\xc0\xf0\x30\x59\x4f\xdb\x7c\x6e\xdb\x81\xd2\xdf\x5d\x2a\xa2\xe9\x3a\x4f\x44\x4a\x5d\x7a\x8e\xf7\x67\x89\x33\x8b\x13\xc1\x23\xf8\xff\x42\xb7\xd7\x50\x35\xca\xe8\xc5\x48\x5e\xcc\xb1\x32\xda\x43\xde\xc9\x2b\x59\x7d\x03\x72\xe7\x67\xb3\xe5\xe3\x77\x83\xfc\xa9\xf3\x54\x39\x09\xb2\x9e\x3a\x4f\xad\x89\x98\xa2\x2c\x57\x44\x8c\x6a\x97\x12\xd9\x24\x99\xf2\x36\x81\xf6\x71\xc6\x00\x6f\x73\x2b\x86\x9a\x96\x93\xec\xe1\x97\xa8\x11\x4a\x4e\x43\x92\x5c\x43\xd4\x7b\x9c\x0e\xd1\x56\xc8\x15\x49\x92\xc1\x0c\x03\xb3\xfd\x25\x7d\xa2\x2e\x0f\x0c\xb3\x28\xe7\x46\x71\x8b\x84\x0c\x95\x9e\x48\xe5\x1a\x15\xd6\xbc\x1d\xd4\x48\x02\x8d\xac\xe5\x2c\x15\x42\x23\xf1\x59\xcc\x8e\x9d\xda\x4c\x4a\xb7\x9a\xce\x6d\x12\xaf\x57\x29\xdf\xfa\xcc\x1a\x58\x7b\xc9\x33\x5b\x03\x89\x66\x2c\xcb\x49\xc4\x2a\xf4\x67\x02\x09\xb0\xfe\xf2\xcc\xbf\xd4\xce\x3a\x1a\xaa\x7b\x8a\xc6\x0c\x3f\x55\x04\x82\x6c\xef\xec\xb8\xd9\x82\xd7\x3a\xa1\xf2\xae\x27\xc4\xf2\x6f\x72\x18\x58\xe2\x0c\xaa\x1c\xc5\xe4\xbe\x01\x2d\x5f\x39\x8e\x99\xb8\x53\xdb\xb6\x6e\xf4\x33\x99\xee\xd1\x49\xba\x74\xae\x3b\xb9\xe4\xbe\x04\x71\x8b\xa6\x29\xcb\xf8\xb6\x54\xba\x9f\x2c\xa7\x0d\x1d\x1f\xec\x61\xd0\xe6\x56\xbe\x97\x30\x86\x15\x5f\x8c\x1b\xeb\x6a\x13\x48\xf8\x53\xff\x69\xe9\x7b\xf2\xd4\x64\xa8\x3b\x87\x75\x18\xee\xc1\x52\x83\x96\xa3\x11\x4a\x78\x5f\x65\x89\xb6\x7b\xa8\x25\x4c\xc2\xa6\x0e\x26\x7b\x0c\xc9\x64\x39\x45\x96\x85\xa1\x9d\xed\x71\xae\xe8\xa1\xd4\x3a\x17\xbb\x5d\x7b\xa5\xfc\xac\xa9\x05\x35\x0d\xb5\xd7\xbb\x5d\xad\xe5\xf6\x4c\x0f\xe2\x4e\xee\xa1\xc9\x72\x0a\x1b\x3e\x47\x31\x2c\x41\x0d\xfc\xd0\xb3\x4b\xcd\x52\x28\xd3\xa3\xe4\x3c\x1d\x2f\x6c\xbb\x1d\x8c\xb7\xf3\x38\x12\xac\xed\x1a\x9d\xd9\xbb\x9a\xf5\x11\x3b\xf8\x6a\xec\x8c\x12\xa5\x1e\x58\x7c\x25\x7b\x39\xd1\xb7\x7c\x33\x71\xa7\x70\xc3\x37\x13\x32\x3d\x4b\x50\x6e\x08\x58\x80\x6a\x01\xb7\x18\x22\xf4\x5e\xdc\x5e\x7d\x5e\x55\xd2\x97\x40\x39\xcf\xc6\x8d\xa2\xd0\x9b\x42\x1d\x5e\x8b\xa4\xf6\x0d\x22\xcb\x7a\x26\xbc\xcf\x65\xce\x86\x7f\x93\x64\x08\x19\x42\x7e\x2b\x99\x9b\x16\xf7\xfb\xac\xdf\x37\x9c\x5c\x01\xfb\xbe\x9a\x4c\x6c\xda\xc5\xf9\x29\xcb\x49\xb9\x8c\x97\x64\xb4\x30\x56\x7e\xb6\x8d\xb2\x0e\xb7\x6e\x95\x98\x31\xb8\x8d\xe2\x44\x7c\xeb\xa7\xc2\x24\x6b\xe9\xe3\xdd\x3a\xcc\x82\x30\x88\xf2\xd4\x3b\x95\xba\x8e\x82\x59\x3c\xcf\xd3\xd6\x2a\x2d\xcd\x82\xd9\xa7\x07\x93\xf4\x60\x61\x50\xe8\x3d\x27\x15\xbd\x23\x52\xb1\x71\x34\x83\x41\x5d\x47\x41\xa9\x4d\x55\x2f\x46\x35\xdc\x0f\xd2\x6f\xd5\xd5\xfd\x87\x55\x22\xfc\xb9\x24\x93\x1a\x91\x80\xb2\x9e\x49\x21\x84\x02\xeb\x97\x52\x0d\x25\xfd\xe2\x33\xb8\xe5\x2e\xdc\xf0\x76\x7b\x29\x51\xe2\x12\x16\xd0\xc5\x17\xb7\xcf\xd6\x5a\xe5\xe6\x56\x2b\x8d\xc9\xc7\x15\xbf\x19\xdf\xa0\x70\x72\x3b\x85\x5b\x48\x31\x53\x4f\x77\xf2\xe0\x46\x68\x85\x6d\x1b\xdd\xf1\x02\x4f\xa3\x3b\xbe\x9a\xf8\x53\x3c\x6e\xb7\xef\x58\x82\x56\x18\xc3\x9d\x6d\xcf\x2f\x5d\xbc\xe1\xba\x4b\x2b\x08\xd0\xaa\x50\xff\xd9\xc0\xfc\x9c\xe0\x73\x72\x96\xbb\x89\xdc\x5c\xf2\x91\xeb\x0e\xc8\x68\x44\xfb\xbd\x41\xcf\x1d\x8d\xc8\x11\xe5\x8c\xcf\xb2\xc9\x66\xca\x57\xfb\x4d\xa7\xb3\xbf\xed\x74\x72\xed\x89\x4d\x4d\x09\xc7\x6c\x34\xa3\xe9\x54\xd3\x45\xf1\x1a\xe8\xe9\xdc\x64\xa0\x6f\xe8\xc3\x21\x31\x97\x13\x86\xb0\x92\x4c\x49\x9a\xaf\x4b\xa8\xd6\x83\x48\x9c\xb2\xdd\xc3\x8c\x6f\xf7\x17\xa8\x6a\x28\x73\x70\xf2\xe7\xb0\xd4\x0d\x2c\x72\xd1\x23\x5f\x8e\x8f\x81\x92\xd8\xb3\x50\x42\xdd\x1b\x1e\x21\x59\x28\x1b\x53\x46\x30\x3c\x70\xf7\xac\xd9\xba\xf4\xf6\x31\x43\xcf\x20\xd3\x64\x74\xdb\xd2\x8e\x7d\xd0\xad\xd1\x62\x59\xf0\x14\xe5\x9e\xf8\xf0\xc5\xe2\xf2\xe1\xe2\xc1\x28\xb6\x6d\x78\x36\xbe\x41\x3e\x5a\x71\x31\x79\x98\x62\x09\x47\x56\x13\x32\xc5\xec\x06\xa9\x04\xcc\x39\x5f\xef\x76\x1b\xce\x79\xae\x7a\xd6\xda\x94\x8a\x87\x77\xfc\x36\x57\x11\xb8\x68\xa3\x15\xbf\x33\x22\x3c\xec\x48\x00\x75\x61\x9a\x08\xd0\x1d\xdc\xc0\x4a\xab\xd8\x43\x76\xa2\x52\xec\x7c\xf3\xfe\xea\xf9\xdf\xf8\x1a\x12\xe7\xfd\xd5\xc7\x1f\xde\xbf\xe1\xb3\xda\xea\x12\x46\xfa\x86\x1f\xcb\xd7\xd8\x63\x03\x0f\x86\x84\x0d\x15\x65\x71\xa4\x91\x50\xb3\xcd\xa1\x3d\x8c\xac\xc8\xcf\x82\x8d\x38\xcf\xb3\x9d\x67\xf1\xb9\x61\x2a\xa1\x20\x1d\x0b\x45\x7e\xa5\x68\xdd\x63\x44\x19\x5f\x79\xc3\x2f\x11\x3f\xf4\x11\xe2\xc7\xe8\xdd\x7b\xa3\x2f\x55\xd2\x7d\xa4\x92\x2e\xa3\xdd\xfd\x54\x02\xcd\x2f\x54\xf2\x98\xf2\xbe\x91\x30\x29\x9b\x32\x73\xf7\x97\x4b\x9b\x06\x27\x29\x50\x6f\x58\x1a\x7e\x56\xc5\x38\xb6\x9d\x14\xe9\xc6\x9a\x53\x32\xff\x92\xae\x95\xf5\x7d\x91\x5e\x7c\x44\x11\x5c\x9b\xaf\xe8\x0e\xf6\x07\xac\x3f\x28\x18\xda\xc1\x49\xbd\xb2\x5c\xad\x8e\x50\x57\x5d\x77\x3c\x22\x8a\x53\xf7\x25\xe0\xf3\xac\x4a\x39\xe4\x48\xc3\xd7\xd7\xcf\x0d\x3c\x86\x6f\xdb\x28\xe6\x7e\x45\xb5\x49\xb9\x17\x2c\x5e\x6d\x3b\x41\x31\xb6\xed\xc8\xb6\x65\x53\x71\x6e\x97\x43\x5d\x46\xa8\x5b\x80\xa3\xc1\x57\x99\x98\x57\xc1\x54\xa1\x99\x94\xe4\x26\xd0\xd9\x29\x33\xcc\xb1\x40\xb8\x20\x18\xf0\xa1\x41\xe6\x58\xa0\x6c\xe2\x4e\x71\x85\xa4\x90\xaf\x87\x06\x9a\x26\x1b\x64\x0a\x1a\xd4\xf2\xea\xb4\x03\xfb\xe8\x5a\x01\xc8\x26\xb4\xb1\x94\xfe\xa0\x8b\xf6\x4e\x17\x85\x6c\xd2\x3d\x5d\x5e\x7f\x3d\x34\x12\x4d\x4a\xc3\xbd\xc1\x63\x3a\x65\x95\x3d\x61\xf4\xb0\xac\xdf\x2c\xc5\xd8\x1e\x89\x23\x90\x9b\x5b\x86\x35\x10\x3f\xd6\x87\x5c\x07\x2c\x41\x02\x8f\x0b\xdf\xcc\x16\x66\x85\x7e\x57\xd5\x54\x65\x70\x42\x19\x4b\xa0\x61\x4d\xd1\x2d\x28\x7c\x1b\x40\x70\x64\xaf\xf2\xa8\xb6\x56\xe9\x9c\x58\x91\xc8\xaa\xac\xf6\x96\x1b\x4c\x22\x75\xb3\x8b\xab\x5a\x62\x43\x8f\x0d\x55\xc7\x4e\x5a\xe9\xd7\x67\xab\xe6\x12\xb3\xae\x94\x68\x66\x44\x7d\x31\x13\x52\x1b\xfa\x91\xc0\xa8\x7e\x60\x95\x7c\x73\x11\xc6\x71\xf2\xe8\x00\x95\x4d\x98\x6d\x17\xe2\x5a\xf9\x22\x3f\xab\x3b\xeb\x3d\x6c\x8b\xc3\xf5\x45\x20\xfb\x88\xe0\x3f\xb7\xb1\x1a\x9e\x14\xc8\xe4\x40\xa6\xe7\x55\x75\x77\xbf\x82\x3b\x2f\x6f\xaa\x95\xae\x64\x49\x41\x65\x5c\x4c\x02\x45\x41\x65\xcc\xd2\x54\xba\xc5\xd5\x0d\x31\x3e\x52\xeb\x2b\x40\xc8\xf0\xb4\x06\xf7\x49\xeb\x2b\xcd\x90\x54\xe4\x00\xc1\x38\x43\x09\x8a\x14\xde\x8f\xd4\x49\xcf\x50\x94\x4b\x02\xfc\xfc\x56\x59\x38\x3a\xbb\x31\x5f\x2b\x3a\x1e\x2b\x68\x57\x98\xb9\x81\xbf\xaf\x52\xc1\xc3\x23\xed\xe7\xe6\xab\x13\xaf\xbc\x3a\xd1\xf3\x49\x15\x8b\xbf\xdd\x9f\x69\x8b\xac\x18\x1a\x8e\x46\x83\xc2\xa7\xbe\x8d\x6c\xb6\xdc\x82\x0c\x7c\xbc\xad\xdc\x5c\xf0\x04\xc5\xb0\x95\xc4\x0a\x8b\x10\x01\x1f\xef\x31\x04\x32\x5f\xc7\x6a\x55\xbc\x8b\x54\x10\x66\x7e\x1d\x55\x33\xfa\xd2\xea\x31\x72\xb0\x5f\x77\xbb\x32\x1c\x9c\xb8\xfc\x1e\xb8\x9a\xe6\x1c\x1a\x9a\x73\x48\x0d\xc9\x29\x27\x63\xad\x84\x97\x5d\xa3\x12\x73\x38\x15\x73\xde\x46\x93\xa9\xf3\x49\x3c\xa4\xca\xe3\xed\xe7\xcc\x0a\x22\x93\x80\x30\x86\x65\x13\x67\x2d\xe7\xea\xd4\x26\x59\x94\xb7\xe5\x29\x5a\x40\x06\x2b\x2d\x8f\xb9\x81\x07\xb8\x86\xfb\x23\xff\x23\x73\xdb\x16\x92\x77\xf8\x90\xd3\x72\x1f\x26\x62\x7a\x56\x37\x7e\xd0\xea\x4e\x4c\x3d\x1a\x65\xa5\x23\xcf\x1a\x55\xdd\xef\x5c\x41\x4d\x3c\xe6\x52\xe3\x20\x1f\x5c\xf1\xda\xf2\xc1\x67\x5e\xea\x55\xdd\xc1\x5b\xc9\xbf\x7c\xa8\x39\x0a\x78\xcd\x3f\x4c\x66\xd3\xdd\xee\xc3\xc4\xfa\xb7\xff\xb6\x98\xd2\xe9\x6e\x77\x67\xdb\x1f\x26\x77\x53\x78\xce\x5f\xef\x76\xf7\xe8\x0e\xc3\x3b\x7e\x37\xfe\x3c\xbe\x47\x85\xd2\x15\x66\xcf\x73\xb5\xb6\x8f\xbc\x00\x7d\x99\x6d\x7f\xc8\x2f\xb4\x77\xbb\xd7\x92\x0c\xff\x68\xdb\xe8\x9a\xaf\xd1\xc7\xf2\x3a\x4a\x60\x2c\xe9\x06\x63\x75\x5c\x21\x1e\xae\x15\xfd\x6c\xdb\x28\x44\xd7\x70\xa5\x74\xb9\x92\xdd\xae\x81\x0e\xb9\x56\xfd\x8e\xd1\x35\xcc\x60\x89\x31\x7c\xb6\xed\xd7\xb6\x9d\x0f\xb7\xcd\xf9\x6b\x27\xf2\xef\x24\x22\x78\xcb\xdb\x2e\x3c\x6f\xd8\x03\xaf\x2b\xb7\x5d\x7b\x15\xdf\xa0\x7d\xbb\xdb\xc9\xd5\x6c\xbf\x95\xc3\xd7\x0d\x7c\x80\x19\x3c\xc7\xa0\x54\xdc\x9f\x83\x3f\xb9\x9a\xf2\x25\xdc\x49\xc2\xfe\x86\x6f\x75\x73\xec\xf3\xf8\x39\xbb\x47\x79\xe3\x18\xe4\x5a\xb3\x8d\x4e\x54\xeb\x8e\xc1\x4c\x09\x7b\xb7\x87\x5b\x25\x57\x7f\xd0\xe6\x34\xea\xe7\xc3\x6e\x17\xa0\x0f\xf0\x00\x37\x92\xe5\xd0\x06\x34\x11\x8a\x9c\x77\xfa\xf2\x78\xbe\xdb\xbd\xc5\x90\xc1\x4d\x21\xf1\xba\xd1\xc2\xf4\x2e\x23\x6e\xf7\xe8\xbe\x38\x3f\xa0\xfa\xc6\x58\x1f\xd3\x21\x65\x43\xaa\x31\x1e\x0c\x07\x6c\x28\xa9\xdd\xe1\x49\xf3\xfe\xa3\x23\x16\xf1\x36\x51\x72\x55\xad\x8f\x3a\x19\x4c\x27\xc9\x14\xe1\xb3\xc0\x00\xc6\xea\xec\x46\xbc\xed\xee\x8d\xff\xe8\x45\x12\xdf\xa1\xa0\x06\xac\x34\x08\xa5\x7b\x9c\x43\xd9\x18\x6f\xf7\x8f\x19\x42\x67\xb6\xdd\x8e\xea\xda\x43\x41\xb5\x3b\xbe\xec\x0e\xa4\xdc\xd7\x5d\x4a\xd5\x0e\x3a\x5e\x6e\x2d\x31\x0a\xb4\xe5\xaa\xcc\xdb\xb0\x23\xd2\x3d\x08\xe4\x57\x3b\x96\xa3\x89\xba\x1c\x78\xf8\x95\x36\xa7\x45\xdb\xc6\x2a\x1c\xb4\xd4\xaa\x2d\x72\xf3\xf0\xe1\x23\xde\x02\xb6\x79\x9e\x47\xb8\xba\x36\x31\x79\x4e\x10\x18\x8a\xb0\x10\x9f\x57\x77\xa4\x02\xeb\xda\xc9\x6e\x97\x20\xe2\xe2\x4b\x4a\x5d\xda\x77\x7a\x5e\x7f\x30\xea\x0d\x5d\x6f\x40\x86\xe6\xcb\xb3\xa6\x2f\xe7\x54\x9c\x93\x41\x9b\x27\x48\x3f\xe1\x26\xed\x1a\x97\x73\x24\x78\x47\x12\x84\x4c\x5c\x9e\x13\x71\xee\xd9\xb6\x78\x26\x7f\xc7\xa2\x23\x9e\x88\xa7\x94\xe5\xbd\x42\x02\x9f\x93\x3d\x4b\xcc\x18\x4e\xde\x64\x8d\x48\x41\x24\xad\xe2\x7b\x08\x78\x84\x28\x9c\xf7\x15\x96\x54\x8f\xb4\x2b\x91\x87\x7c\x24\x74\x80\x9f\x20\x7a\x1e\x6b\xcb\x55\x0a\xe7\xa4\x6e\x68\xaf\x49\xad\x24\x5e\x37\xda\x95\x40\x04\x21\x2f\x6e\x9b\x85\xc4\x3c\x49\x45\xd0\x1c\x3e\x4b\xc7\xeb\x27\x28\x7c\x9a\x3e\x8d\x3b\xe4\x69\x70\x4e\x9e\x06\xf8\x49\xfa\x24\x66\x28\x92\x54\x0c\x22\x9d\x58\xa6\x84\xf8\x1c\x65\xe7\x21\xc6\x97\xfe\x6e\x17\xb5\x79\x24\x4b\x91\xa7\x2e\x66\xeb\x27\x91\x5c\xd6\x11\x61\x23\xc9\xb1\x8f\x8e\x88\xac\x83\x9e\x86\xf1\x2d\x59\x35\xd1\x9a\x7a\x92\xd5\x04\x0f\xcd\x04\x0f\xc7\xe2\xbc\x32\xc1\x61\x7c\x8b\x48\x47\xe4\x3c\xc1\xe8\x11\xdf\x29\x2a\x7f\x1a\xdc\x46\x4d\x2d\x95\x4b\xba\xdb\x89\x36\x17\x72\x61\x9f\xb9\xca\x6e\x2d\xaf\xfa\xa4\x99\x17\xe9\xf5\x25\x69\x28\x32\xdf\xaa\x8b\xfa\x3c\x23\xe9\xd3\xd6\x11\x3e\x77\x21\xe7\x46\x6a\x61\x44\x2a\xfd\xa9\x38\x6f\x81\x90\xb7\xd5\x45\x48\x93\x87\x8f\x14\x15\x58\x45\x6c\x24\x57\xae\x2b\x8b\xa3\x14\x6d\xf7\x4a\xfd\x01\xd6\x35\x0c\x1e\x23\x01\x09\x98\x23\xba\x0d\x98\xf5\xd6\xea\xb4\x3a\x1d\x1f\xee\x95\x53\x26\xbc\x87\x59\xd5\x11\xd8\xdf\xae\x7e\x66\x09\xbc\xb9\xba\x7a\xc1\xda\x04\x8c\x15\x06\x3b\x06\x5b\x51\xa9\xf3\x68\xa5\x0f\x77\x37\x71\x58\xf5\xf2\x21\x18\x3a\xb4\xa1\x69\x89\xb1\xf5\xc1\x62\xd6\x3b\x0b\x77\xb4\xbf\xea\x40\x69\xa1\xe9\xea\xd2\x4a\x75\x2f\x2d\xed\x89\x21\x7f\xbf\xb2\xce\x94\x17\xfa\x42\x55\x37\x99\x3a\x81\x52\x16\xff\x49\xf8\x9f\x1a\xfa\x76\xa2\xe2\xb6\x5b\xab\xb7\x4d\x8e\xab\xbd\xdf\x43\x1c\xbd\x4c\x84\xf8\x4d\x34\xc9\xc3\x43\xdb\x9e\x29\xbd\x28\xdb\x4e\x15\x91\x6f\x9a\xb2\x6d\x59\x13\x08\xe3\xef\xab\xcf\x48\x2f\x97\x80\xd7\x34\x29\x8d\x1c\x66\x74\x52\xc0\xe1\x15\x86\xc8\x3d\x25\xe0\x80\x80\x27\xce\xeb\x75\xa6\x4c\xf1\xdf\xde\xa4\x22\xd9\x08\x09\xde\x9c\x9f\xc4\xcd\xdf\x82\xec\xf0\x8b\x8a\x0a\xb4\x4a\xe2\x99\x48\x53\xf0\x79\x92\x7b\x33\x84\x94\x5b\x26\xd9\xe2\x9a\xb5\x41\xf1\x63\xa2\x76\x6d\xda\x72\x64\x66\x06\x91\xba\xe0\x4d\x25\xff\xc9\x63\x67\x1e\xdf\xf9\x81\x0e\x02\x26\x3e\x07\x19\xc2\x17\xe2\x42\x22\x48\xe1\x2c\x22\x10\x5c\x28\x54\xa5\x10\x59\x84\x2a\xd7\x8f\x1a\x45\x8a\x71\x88\x30\x2b\xd4\xde\x83\xfd\xbe\x78\x56\x62\x27\x11\x65\x22\x41\x5a\xfb\x30\xc5\x35\x93\xb7\x58\x55\xfc\x31\x98\x7d\x42\x6b\xbc\x2f\x0c\x72\xdb\x81\x9c\x99\xc8\xdf\x04\xb7\x12\xaf\xcb\x4a\x8a\x17\x27\xcd\xfc\x68\xee\x87\x71\x24\x24\x6d\xe3\xdb\xb6\xef\x24\x22\x8d\xc3\x8d\xc8\x0d\x78\x8a\x04\xc3\xb9\xe1\xb3\x5a\xa3\x33\x27\x5b\x8a\x48\x36\xa8\xc5\xa3\xb5\x8f\x51\x2e\xc9\xc8\xfb\x63\x14\xa2\xdb\x2e\x2c\x79\x2e\x40\x33\x5e\xd1\x3e\x8a\xcf\xd9\x9b\x78\x2e\x90\x65\xe1\x33\x49\x2d\x06\x68\x8d\x9d\x58\x2f\x21\x5a\xc2\x76\xb6\xf4\x13\x7f\x96\x89\xe4\x85\x9f\xf9\x2a\x80\x5e\xdd\xe2\x6f\xe9\xcc\xfd\xcc\xe7\x73\xde\x9e\x1f\x13\xcf\x85\x40\x69\xbb\x88\x58\x02\x8a\x03\xca\x83\x95\x28\xbb\x05\x4d\x3f\x44\x18\xc4\x6e\x87\x04\x8f\x20\x94\x4c\x44\xc6\x23\x63\x5b\xdc\x63\xa4\xdb\x33\xbc\x68\x2e\xe8\x1b\x7d\xb5\x51\x66\x19\xfb\xac\x8a\x75\xce\x94\x82\xf3\x4a\x6f\x46\xae\x5d\x81\x1d\x68\x8a\x07\x8b\x92\x61\xce\xaa\x2e\x2b\x8e\xb5\x6c\xbe\xf1\xe7\x2d\xb3\xb1\x5b\x15\xe1\x9e\x64\xce\xb9\x80\x88\x27\xfb\x32\xa0\x91\x5a\x50\x6d\x94\x6f\x52\x24\xf0\x54\x9e\xed\x4a\xaa\xcc\x59\x34\x89\x5b\x64\x37\x23\x23\xe9\xc8\x95\xec\x46\x5f\x77\xf3\xd3\xcf\x79\x5e\x37\x37\x9d\x77\xcd\xb5\x36\x71\xcd\xe5\x83\x32\xbf\x4e\x8d\xf9\x75\x98\x23\x07\x3f\x95\x68\xaa\x4a\xcc\x84\xbb\xdd\x31\x2e\xd0\xd7\x61\xdb\x3d\x64\xea\x72\x94\x7f\x50\x00\x18\xc9\x46\x2d\xff\x66\x36\x17\x8b\xdb\x65\xf0\xcb\xa7\xf0\x2e\x8a\x57\xbf\x26\x69\x56\xde\x96\x49\xc2\x70\x00\x51\x29\xcc\xca\xb5\x77\xeb\xea\xb4\xd9\x44\x4c\x95\xa1\x00\x0c\xda\x3c\x44\xdb\x3d\x08\x3c\x49\xa6\xbb\x9d\xe9\xa7\xe2\x3d\x55\x7a\x86\xb1\xb1\x7c\xb5\x70\x9b\x47\x35\xf5\xbb\x9a\xab\x08\x5f\x2b\xd8\x1c\x79\x86\x58\x73\x02\x33\xa5\x77\x33\xe7\xb1\xb3\xb8\x08\x2f\xd7\x17\x85\x66\xce\x12\x16\x3c\x2d\x8d\x59\xb5\xf6\x0d\xac\xf8\x6c\x1c\xa1\x05\xce\x6d\x5e\x67\x68\x81\x31\x93\x29\x70\xc7\xf3\x9b\x28\xd8\x70\xf7\xe2\xee\x72\x73\x81\x97\x7c\x35\xd9\x74\x3a\x53\xc5\x02\xcd\xf5\x49\x5d\xc0\x52\xd9\x46\xab\xcb\xee\xc9\x72\x5a\xd1\xe3\x61\xe1\x69\x4d\x9e\xc2\x10\xdc\x18\xd5\xe8\x4b\x4e\x63\x0e\x3e\x3a\x29\x01\xcc\xd5\xdf\x46\x43\xbd\x1d\xfa\x43\xb3\x1b\x68\x17\x23\xeb\xd5\x95\x0e\xd8\x69\xc9\x9d\x51\x59\xe5\x9a\x05\x73\x7e\x96\xd4\xf6\x1a\x48\xf6\x65\x91\xf8\x77\x42\xd1\x1d\x81\x19\xb2\x36\x6e\x74\xd2\xec\x21\x14\xce\x3c\x48\x57\xa1\xff\xc0\xad\x28\x8e\x84\x05\x02\x0d\x08\x76\xfc\xd5\x4a\x44\xf3\x6f\x97\x41\x38\xd7\x51\xeb\xd2\x64\xc6\xad\x5f\xfc\x8d\xaf\xfd\xf2\x32\x0b\x50\xc6\xd5\x6d\x7b\x26\xa2\xec\x27\xed\x01\x2e\x07\x60\xd8\x89\x57\x22\x42\x18\x32\xe7\x3e\x09\x32\x81\xac\x67\xba\xd8\x65\x01\xe2\x5e\x9a\x9d\xfc\xec\xef\x4f\xcd\x27\x4b\x66\x9f\x85\x71\x2a\x90\xdc\xf0\x99\xf3\xf2\x22\x3a\x3f\xbf\xc0\x46\x43\xb9\x12\x86\x68\x12\x4c\xa2\x69\xa1\x97\x91\xa2\x9a\xc9\x74\x2d\xa6\x67\x93\x87\x97\xa0\xae\x78\xcd\xc5\x18\xf9\x35\x79\x90\x90\x73\x2f\x0f\xb5\x0f\xd5\x0f\x32\x3b\x04\x93\x78\xca\x05\x66\x01\x4f\x51\xcd\x08\x3e\x60\x11\x0a\x8c\xe4\x99\xd0\x2e\x23\xb4\x9b\xdf\x50\xa9\x3b\x8b\xfe\x90\xf5\x87\x30\x20\x6c\x40\x60\x34\x64\x23\x05\x2d\xbf\xa4\x90\x47\x1f\x53\xea\x35\x6a\x89\xda\x2b\x9c\x69\x4a\x6d\xb6\x01\x65\x03\x2a\xab\x3f\x29\x6d\xcd\xb5\x94\xbb\xb9\xe4\xd2\xed\xd7\xfd\xd7\xf5\xbd\x66\x57\x68\x92\x73\xaf\x57\xa9\xcc\x57\x8a\xc8\x1a\xca\x69\x4e\x26\x97\xcf\xcf\x4f\x57\xc8\xdd\x8b\xf4\x32\xbc\xc0\x5a\xd9\x39\xe6\xfe\x24\x94\x67\x2c\x9b\xc4\xd3\xba\xb6\x63\x7e\x84\xaa\x63\x29\x28\xa1\x06\x51\x6e\xe1\xe9\xcd\x2d\x0c\x8a\x7b\xb9\x87\x8a\x61\x0e\x3c\x89\x31\x21\x31\x37\xb7\x03\x25\x45\xfb\x82\xcb\x69\xe3\x0f\x4e\x4e\xc2\xfa\x98\x6a\x14\x5a\x05\x50\x02\x2a\x6d\xe6\x18\x56\xdd\xbe\xad\xb5\xe3\xc0\xd2\xce\x5b\x52\x25\x2a\xad\x70\xfe\x85\xda\x91\xb3\x28\x9d\x0c\x82\x98\x64\x53\xbd\x6f\x72\xd8\x91\x4b\x1a\x73\x1f\x2c\x66\xa9\x0d\x2c\xd1\x84\xa2\x59\x64\xe2\x9e\x94\x4f\x97\xde\x6a\x5c\x22\xb9\x8b\xa0\x6a\xef\x0d\x31\x3f\x72\xba\x57\xf7\xe7\x68\xdb\x8d\xd3\xf4\xc6\xbf\x13\xe9\xf8\xf4\x27\x13\x7b\x18\xb3\xc9\xf4\xec\x0b\x88\x33\xb6\x6d\x6b\x62\x5c\x9d\x69\x08\x32\xb5\x78\xae\xe2\x2d\xea\xf8\xa1\x32\xc5\x0a\xd7\x1e\xb8\xb2\x6c\xc5\x79\xbc\xb9\xfd\x1e\x09\x09\xe3\x93\x42\x6a\xee\x12\x46\x5c\x92\xcf\xa6\x9a\xb3\x06\xaf\x67\xe5\x6e\xea\x15\xb0\x37\xc7\x1b\x96\xde\xcb\x16\x58\x05\x38\xb0\xb0\xda\x25\xa7\xe7\xa1\x91\x85\x94\xad\x05\xa6\x57\x3d\x46\xdc\x9e\x86\x0b\xaa\x4f\x0d\x77\xa4\x27\x5b\xd0\x78\x3c\x35\xde\x95\xdd\xd3\x6c\xc2\xe8\xc0\x87\xcb\x11\x22\x89\x8f\x84\x8f\xc7\xb0\xf4\x56\x64\x15\x85\xdd\xc6\x81\x09\xed\xe7\x25\x51\xe3\x1b\x8b\x49\x30\x6d\xf4\xdb\x58\xbd\x63\xd5\xc2\xe2\xd2\xbd\x6c\xf5\xdb\xb8\xf6\x56\xf6\x8d\xd5\x8a\xe8\xee\x8d\x63\xe5\x96\xa1\x0a\x78\x73\xe4\xab\x8e\x8a\x9a\xa1\x93\x22\xbe\x62\x86\xba\x06\xe5\x76\x47\x18\xb5\x49\x33\xda\x7d\xd4\x87\x91\xaf\x7d\x84\x49\x38\xe3\xc2\x9a\x4f\xb4\x0b\x01\xbf\x15\x44\xad\x14\xfb\x6d\x7d\x49\x92\x82\x2f\x99\xc0\x42\x29\x58\xb9\x9c\xc9\x2f\x70\x15\x94\x94\x59\x78\xa6\x60\x24\xb6\x6d\xf4\x1f\x03\xe5\x24\x6c\xb7\x2b\xca\x14\x40\x73\x5d\x1b\xb2\x81\x15\xdd\x11\xeb\x8e\x2a\x03\x3f\x79\x03\xaa\xf6\x79\xa4\xf7\xf9\xf1\x92\x4b\xba\xad\x71\xa1\xe5\x0a\x47\x27\x76\x70\x83\x6a\x8d\xdc\xc1\xdb\x7d\xe3\xa5\x6a\xbe\x79\x4f\xde\x3a\x7a\x6e\x5d\xe1\xd9\x7b\xc4\x59\x8c\xbe\x9f\x42\x91\x71\xf9\xaf\x74\x94\x55\x88\x28\xfd\x3e\x11\x53\xe5\xea\xe5\xcc\x97\xf4\x6a\x86\x62\xb9\x55\x13\xe7\x43\x27\x71\x5e\x3e\xa9\xab\x26\xc6\xc6\x72\x2c\x77\xc2\x01\xbe\x1a\xad\x56\xd7\xad\x18\x1f\xa9\xbe\x9f\xc4\xb0\xc7\x84\x7d\x77\x58\x12\xf6\xce\xe2\x6b\x7d\x86\x95\x84\xb1\xdc\x5e\x0a\xb7\x86\x3c\x42\xa9\xc4\x62\xb9\xe3\x30\x98\x71\x17\xe6\x7c\x32\xd5\x6e\xc2\x7c\xe3\x22\x4c\x51\xb1\xe6\x52\x2e\x55\x5b\x68\xae\xb7\x90\x18\x4f\x7c\x48\x27\xfe\x74\xca\xd2\x6a\x3c\xab\xf9\xbe\x8a\x85\x0b\x64\x64\x36\x96\x42\x3e\x6a\xd0\x8f\x68\xda\x93\x03\x4d\xfb\xdc\xcc\xdb\x1b\x62\xe7\xbd\x58\x84\x62\x56\x55\xc5\x88\x6d\x3b\x76\xe2\xfb\xe8\x6f\x47\x9b\xcd\xa8\xe1\x3b\x0b\x14\xa8\x0b\x45\xad\x8b\x5f\xf8\x1c\xc8\x0a\x27\x36\x2a\xfc\x60\x56\x03\xf3\x86\x20\xd7\x54\x44\xce\x98\x92\xe3\x90\x07\x55\x95\x96\x95\x9f\xa4\xe2\x65\x18\xfb\x99\x01\x06\x14\xab\x40\x05\x95\xce\x92\xa7\x09\x92\x5f\xba\xb8\x63\x9d\xbb\x92\x87\x39\x27\x4f\xdd\x06\x57\xda\x91\xd1\xbb\x94\xa0\xa0\x8b\x95\x77\xf4\xd2\x5f\x82\x24\x16\x03\xdb\xb6\xce\x25\x50\x2c\x83\x3c\x8f\xcf\x5d\x16\x68\x09\x30\xe9\x52\x46\xba\x14\x48\xb7\xcb\x48\xb7\x5b\x19\xc1\xa3\x4a\x39\x6a\x04\xaf\xa2\x83\xfe\x9b\xad\xd7\x95\x33\xf8\xf4\x3f\x4c\xce\x3b\xd3\xb1\x3b\xf9\xfc\xcf\xd3\xa7\x95\x81\x0d\xdb\x9c\x27\x28\xe8\x58\xee\xd0\xc2\xbb\x1d\xa5\xc5\xfb\x67\xe2\x59\x78\xdc\x40\x41\x1f\x8c\xb1\xbc\xcf\x0e\x20\xbb\xbc\xbc\x74\x77\x3b\x14\x3b\x99\x48\x33\x14\xe0\x31\x91\xfb\x08\xe3\x2f\x8d\xee\x48\x76\xfa\x25\x97\xd6\x5b\xc1\xda\x04\x36\x4c\xe1\xfc\x03\x72\x60\xab\x35\x66\x95\xff\x59\x03\x67\x8e\x63\x41\x1c\x32\x5d\xb9\x4c\x76\x74\xd2\x74\xaf\x8c\x48\x10\x29\x0f\x59\x35\x9d\x21\xa5\x57\x91\x33\x87\x67\x1a\x20\x05\x92\xe6\xcd\xe7\x07\xb9\x10\x17\xb2\x24\x79\x92\xe3\x5c\xd2\x51\xdc\x96\xe7\xf2\xbf\x1e\x1b\xa9\x48\x00\x87\x11\x28\x8e\x39\x84\x47\xac\x7f\x72\x4f\xd1\xe4\x74\x3c\x09\x42\x1e\x51\x11\xa8\xc4\x65\xd7\x71\xfd\x15\x76\x87\x6c\x12\x4c\x21\x3a\x20\xdd\xf5\xd5\x9b\x6a\xec\x24\x73\x9b\xcb\x2c\x0b\x0d\x7e\x23\xfb\xd6\xc2\xf1\x34\x99\x59\x9a\x68\xf7\x06\x92\x66\x47\x96\xd5\xf1\x71\x2e\x7f\xc8\xc9\x56\x0b\x9f\xe9\x68\x22\x41\x94\xae\xc4\x2c\xfb\x10\xaf\x93\x99\x68\x82\xa1\x7e\x4e\x46\xee\x01\x9d\x74\x56\x97\xdb\xc7\x34\x45\x04\xf4\xcf\xd6\xb6\x8d\x02\xe4\x83\x15\x29\x06\x7a\xb7\x8b\x8a\x17\x49\xcf\x2b\xc2\xbd\xcd\xb9\x6f\xdb\x28\xcf\x1a\x9b\x5c\xb1\xfa\x38\xb6\xac\x8e\xfc\x65\xa9\x16\x7d\x98\x43\x93\x61\x2c\x4b\x2b\x63\x7f\x65\xf2\xe9\xb3\x50\x3d\xe4\x6f\xb9\xa2\x02\x43\x86\xf9\x95\xe9\x90\xa7\x62\xbc\xc7\xa5\x7d\x4b\xc5\xd1\x4b\x31\x49\x0d\x5a\x11\x4d\xfe\xa3\x96\x41\xaa\xdd\x3a\x4c\xe2\xe9\x6e\xe7\xd7\xae\x81\x71\x45\x40\x6d\x70\xdf\x80\x79\x03\x63\xaa\x62\x78\x10\xa3\xb4\x4d\x8e\xe3\x7b\x34\x4a\xbb\x7a\xca\x10\xeb\x50\xfb\x5c\x1b\x42\x3c\x86\xd8\x83\xdc\x5a\xa2\xd9\xbe\x3c\x57\xe2\x2b\x38\x07\x30\x8e\x9d\x0e\xa3\xb9\xc7\x95\x80\xf6\x35\x27\x81\xb2\x43\x2d\xd9\x42\x6e\x8d\xa7\xe7\x4c\xcc\x5b\x69\x2c\x53\x82\xe8\xb6\x15\x67\x4b\x91\xb4\xb2\xa5\x1f\xb5\xfc\xc8\x90\x9e\xad\x38\x51\x52\x84\xd2\x8c\x30\x56\x4e\xbe\x8d\xea\x4e\x9b\x57\x7d\x18\x37\xb6\xfa\x6f\x54\xab\xca\x8f\x97\xb2\x01\x0c\xa2\x59\x7c\xb7\xf2\xb3\xe0\x26\x14\xad\x44\xcc\x44\xb0\x11\x49\xc5\x4a\xb1\xee\x9b\xbe\xd7\x67\xbd\xbe\x5a\x80\xaf\x70\xc7\x02\x91\x3e\x75\x8a\x47\x6e\x5c\x04\xf0\xf9\xa1\xc9\x40\x6e\xd8\x02\x29\x8f\x21\xe4\x48\xd9\x6b\x40\xc4\x9f\xde\x3c\x79\x7a\x0b\x71\x2e\xcd\xb6\x7c\xc9\x4a\x18\xbd\x06\xfd\xe6\xb6\x95\x31\x8a\x9f\x66\xaf\xa2\xb9\xf8\xbc\xdb\x29\x21\x6d\x99\x80\x0b\x8f\xad\x6d\xce\x9f\x22\x3c\x1e\x3f\x55\x9d\x40\x96\x85\x27\x64\x7a\x81\xc2\xdd\x6e\x8d\x95\xdf\xc5\xe3\xeb\x49\x39\x98\x14\x66\xca\xda\xb6\x20\x87\xd5\x65\x83\x9c\x65\x3d\x38\x64\xfd\x07\xab\x33\x73\x52\x05\x21\x3a\xd6\x5f\xd0\xb8\xfd\xf7\xbf\xa7\xd8\x02\xb3\x4d\x66\xf2\x10\x2a\x73\x00\x3e\xab\x76\x2b\xca\x5d\xe9\xcd\x40\xa8\x0c\x91\x6d\xa3\x4a\x0e\x3e\x33\x96\x04\xe3\xc8\x09\x64\x42\x27\x92\x20\xd8\xb8\x65\xce\x30\xac\xb5\xd6\x67\xe1\x07\xca\xb6\xcd\xd1\x92\xf9\x20\x39\x72\x2c\x94\x72\x72\x91\x3e\x3b\x94\x77\x9e\xd3\x8b\xb4\xd3\xc1\x85\x88\xa9\x04\xfb\xe9\xd4\xb6\x51\x34\x49\xa7\xb9\xdb\x2d\x49\xae\x46\x35\x57\xd5\x92\x33\xf4\x7a\xcc\xd3\x48\xe4\x88\x60\x3b\x22\xf7\x83\xf4\x50\x52\x56\xf0\x75\x9c\x67\x63\xa5\x4b\xb8\xdb\x91\xa7\x82\x73\xf2\x34\x63\xa2\xcd\x85\x6d\x67\x6d\x9e\xe5\xd8\xf5\x74\x88\x96\x5c\x4b\x4e\xcb\x9a\x8e\xb0\xa9\xe2\x98\xda\xa5\xc3\xc9\x36\xe7\xd9\xb1\xd3\xef\x8e\xc5\x5a\x33\x65\x33\x9b\x8a\xac\xe5\xa7\xad\x62\x83\xb6\xad\x9a\xf4\x6f\x9b\x8a\xcc\xa8\x5d\x3a\xe9\x01\xdb\x8a\xac\xeb\x6b\x55\xee\xfa\xda\x0a\xa2\xed\xbe\xa4\x6c\x8c\x53\x6c\x49\x5b\x20\x63\x08\x70\x60\x40\x28\xd0\x48\x85\x9d\x3a\x64\x96\xa1\x52\xa7\xbe\x88\xa3\x18\xa3\x0c\x26\x53\x0c\x09\xd7\x3e\x24\x0b\x7e\x55\xe9\x82\x54\xb4\x2a\x12\xde\x76\x8f\xee\x65\xaa\xb3\x1f\x68\x01\x91\x64\x87\x8b\x66\x78\xa6\xd1\x83\xba\x45\x44\xdb\x3d\xb4\x49\x6e\xc0\x84\x61\xb6\x14\xb3\x4f\x2c\x28\xe9\x09\xa3\x1e\xaf\xa9\x8a\x11\x1b\x29\xa6\xf0\x38\x7c\xc8\xa3\x0e\x5a\x46\xc6\x37\x69\x3f\xf7\xcf\xf2\xf5\x3e\x4a\x95\x7f\x95\xb3\xc0\xb6\x33\xdb\x6e\x67\x93\x78\x2a\xcf\xc5\x42\xb9\x42\xde\xd6\xa3\x08\xb8\xd0\xec\x9f\x4c\x29\xa8\xed\x6b\xea\x8f\x46\x0c\xa6\x10\x51\x2e\x1f\x24\xa7\x22\x98\x54\x1d\x0f\x7a\xa3\xaa\xa2\x66\xcd\x91\xe4\x29\x22\x28\xc6\x5b\xa1\x7c\xa5\x0a\x1e\x8f\x05\xab\xea\x8c\x05\x2a\xe4\x91\xa4\x88\x8e\x86\x92\x07\x3f\xa8\x75\x5b\xe3\xcc\xb2\xc3\xa7\x3d\xd6\x2b\x03\x05\xa3\x2f\x15\x19\x02\xe9\x0b\xfe\x19\x15\xaf\x8b\xe4\x4f\x45\x5d\x54\x9b\x2c\x80\x41\xe3\xaa\xd1\x93\x72\x90\xbe\x61\xb6\x3d\x25\x06\x89\x26\xd6\xf5\xf5\x2c\x4e\xc4\xf9\x2f\xe9\x75\xba\xf4\x13\x31\xbf\xbe\xb6\xb4\x81\x6f\xe3\x17\xbe\xdd\xe3\x8b\x13\x74\x56\xb9\x9d\x75\x2f\xe5\x4f\x09\xfa\xb3\x71\xc6\xb6\x2a\x00\xb6\x65\x62\x8b\xa5\x96\x3c\x3e\x9a\x57\x2d\xe2\x8d\x25\x8e\x79\x82\xbb\x78\x2e\x98\xd2\xa0\x1c\x5b\xab\x75\x22\x2c\x66\x69\x78\x6c\xc1\x2c\x5e\x3d\x24\xc1\xed\x32\x63\xd6\x7f\xfd\x3f\x5b\xd4\x25\xa3\xd6\x0b\x11\x05\x69\xeb\xdd\x3a\x5d\x7e\xf2\x13\xb1\x69\xa1\xdf\xc2\x38\x48\xe2\xd9\x27\x27\x59\x63\x4b\x45\x44\x30\xe4\x8d\xda\x4f\xb9\x4e\x18\x39\x0e\xaf\x72\xc8\x2e\x74\xc9\xd7\xbb\xec\x2d\x44\x14\xe0\x2b\x92\xa0\xc9\xd6\xa0\x84\xf4\xbb\x9d\x76\x1c\x80\x62\x9e\x20\x1f\x2b\x95\x60\x79\xea\xe3\xda\x7e\xd2\x4e\x54\x73\x25\x5b\x72\x1c\x70\xe5\x94\x5b\x8f\x2f\x78\xdc\x6d\xb7\x95\xf1\x42\x4d\x57\x6d\x6c\x34\xf0\xd5\x1d\x48\x3d\x4a\x3b\x90\x42\x3f\x5f\x39\xab\xdc\xeb\xcd\x57\xc8\x48\x0e\x63\xb4\x54\xe5\xd3\xe6\x1a\xa2\xff\x0f\xf8\x50\x2f\x2d\x36\x20\x35\xd4\x0a\x92\xcc\x18\x56\x2e\xd5\x03\x49\x55\xe4\x18\xb4\xd4\x56\x72\x77\xbb\xf0\x92\xaf\xc7\x62\x6c\x59\x06\x56\x32\x14\xf3\x54\x31\xe0\xdf\xc6\x73\xf1\x3c\x43\x21\xc6\xcf\xfa\x7d\x3a\xf2\x76\xbb\xf8\xb2\xef\x75\xc9\x68\xb7\x0b\x3b\x44\x5b\x28\x21\xff\x20\x73\x87\xc8\xec\x5e\x97\xba\xbb\x9d\x7f\xd9\x1f\x74\x7b\xdd\xb1\x18\xa7\x39\x47\x1f\x62\x16\x33\xf9\xae\x85\xd2\x21\x84\x1d\x8a\x99\x7f\xae\x4a\x74\x50\x7c\xae\x5a\x7a\xf6\x8c\xb8\xb8\xe3\xf5\xfb\x5d\xcf\xdc\xa9\x0f\x18\xe9\x0e\xb4\x61\xa4\x9a\xbb\x93\xf2\xa5\xa1\xfb\xf8\xd4\x69\xdb\x16\xc5\xad\x66\xc7\x41\x34\x8c\xc9\xc2\xbf\x51\x7e\x8b\x5b\xf3\x58\xa4\x12\xb5\xfa\xb3\x99\x58\x65\xad\x44\xdc\x8a\xcf\x95\x68\x0e\xc5\x24\x1b\xb0\xa2\xcd\x36\x87\x2e\x1b\xea\x98\x8d\x27\xc5\x41\xb9\xfc\xce\x33\xc2\xa0\xbe\x72\xf7\xfa\xd4\x7a\x7a\x5b\xbd\xbe\x2c\x42\x52\x68\x1d\x46\xd3\x9a\x16\xfb\xa4\xdc\x7a\x66\x75\x72\x7d\x79\x4b\x11\xd4\x92\x22\xec\x70\xab\x65\x75\x92\xce\x5f\xb9\xf5\xd7\x4e\xde\x3f\x5c\x18\x61\xc7\x60\xd9\xbf\xae\xe3\xec\xc2\xc2\x9d\xbf\x5a\x7f\xc5\x90\x76\xac\x4b\x15\xa7\xfe\xd9\x53\xab\x93\xc9\x97\x53\x3a\xcf\x39\xc3\xb1\xdd\x9f\x05\x5a\x54\xe8\x6b\x51\xe1\x3b\x25\x2a\x8c\x1a\xac\x98\xb5\xa9\xb3\x6c\xa7\xb8\x1a\x96\x60\xcd\xc9\xe2\xef\xe3\x7b\x91\x7c\xeb\xa7\x02\xe1\xdd\x2e\x33\xac\xac\xcc\x98\x93\x86\x5d\x25\x68\xcc\x99\xb6\xa0\x32\xbd\x07\x82\xc6\xee\x23\x97\x3c\x85\x00\x9b\x14\xd3\x7c\x12\x9b\x15\x01\x08\xea\xf3\x1c\xf2\xca\x2d\x7b\x01\x87\xe2\xb1\xd5\xb2\x98\xc9\x18\x63\x98\x69\x49\x56\xb0\x40\xb3\x67\x3c\xdc\xed\x2c\x8b\xf3\x75\x2e\xf1\x48\xcf\xb4\x22\xcb\xec\x3c\x84\x65\x1e\xf2\x66\x0d\x4a\xa3\x6e\x26\x82\x10\xcd\x9f\x16\x9e\xdf\x8b\x89\x5a\xe6\x13\x31\xb7\x6d\xb4\xe4\x4b\x73\x5c\x5c\x98\x63\x0c\xfe\x78\xd9\x49\x59\xda\x59\xea\xa3\x41\x18\xe9\x92\x22\x5a\x43\x71\x44\x0e\x03\xd8\x9c\x72\x44\xf9\x65\x58\xa3\x57\xb3\x04\x29\xca\xf9\x0f\x04\xdc\xb2\x20\xd6\xda\x8f\xc1\x02\xc5\x12\x96\xc4\x92\x0a\x76\x1b\xfc\x02\x7d\x1b\xaf\xa3\xcc\x10\xaa\x37\xa2\x15\x89\x5b\x65\x65\x68\x19\x39\x7f\x7c\xe9\x5e\xa0\xf8\xf2\xf2\x92\x13\xac\x4d\x86\x33\x8c\x89\x1d\xdb\x36\x0a\xe4\xf3\x59\x4d\xcb\xf6\x10\x18\x9c\x8e\xb2\xe3\x95\xc0\xa0\xe6\x1a\x41\x09\xfe\x7c\x6e\x4d\xac\x4e\xdc\xb1\xa6\x16\xa4\xbc\xc2\x1a\xf9\xf2\x40\x3c\xb1\xe4\xea\x9b\x54\x9d\xf2\x17\xab\xae\x19\xa8\x45\x41\xfa\x74\x2a\x55\x83\xa0\x41\xdd\xb0\xdd\x8e\xe5\x29\xc0\xbb\x9d\xf5\xc7\xef\xff\xeb\x7f\xfd\xcf\x56\x9b\x9b\x07\x95\xbc\x57\x9b\x4c\x09\xdf\xd3\x71\x86\x66\xca\xf5\xe0\xf4\x4c\x72\x56\xfe\x24\x9a\xf2\xb0\x7a\xc8\xd2\xf2\x48\xf8\x4a\xeb\x70\xad\x64\x99\xcd\x34\x85\xe0\x55\xf8\x04\x44\x52\x9a\x48\xf0\x82\x71\x45\x29\x58\x16\xc6\x40\x8f\x3e\x84\xfa\x43\xcd\x1d\xd5\x5a\x4d\xbc\x16\x4d\x36\x1f\xc4\x23\xaa\xad\xe2\xf2\xe6\xef\xd9\xdf\xa3\xbf\x6f\xfe\xbe\xf8\x7b\xd2\xfa\xaf\xff\xe5\xbf\xfd\xef\xbf\xff\xb7\xff\xf2\xbf\xfd\xf1\xfb\xef\x7f\xfc\xfe\x9f\xfe\xf8\xfd\xff\xff\xc7\xef\xff\xdd\x1f\xbf\xff\xf7\x7f\xfc\xfe\x9f\xff\xf8\xfd\x7f\xf8\xe3\xf7\xff\xf1\x8f\xdf\xff\xa7\x3f\x7e\xff\x9f\xff\xf8\xfd\x7f\xf9\xe3\xf7\xff\xeb\x8f\xff\xf4\x7f\xfc\xdf\xbf\xff\xfe\xf7\x35\x75\xe9\x50\xfd\x1f\xfd\x7d\xbd\x10\x8b\x85\x65\x78\xab\xe3\x68\x42\x05\x3f\x5f\xb3\x12\x1f\xf4\x8c\xa2\x10\xd1\x77\xdd\xfd\x81\xf1\xa1\x3a\xc4\x6a\x12\x73\x7d\xbf\x39\x5f\x4b\x4e\xe5\xd5\xdd\x9d\x98\x07\x7e\x26\x60\xc9\xd7\xda\xfd\x5b\x99\xb4\xe0\x6b\xe7\xb5\x48\x53\xff\x56\x7c\xbb\xf4\xa3\x48\x84\xb0\xe2\x6b\xe7\x45\x90\xae\x24\xf7\x02\x77\xdc\x85\x8d\xdc\x0e\xb7\xc7\xd6\xf7\x1d\xc5\x95\x07\x0b\xb4\x39\x88\xbc\x27\x57\x28\x77\x8b\x2a\x97\xdf\x08\xb7\xe4\x33\x64\x48\x42\xbf\x9b\xda\x89\xcc\x4d\x8a\x95\x1a\x1b\xde\x9f\xcd\x6d\x7b\xa9\xe2\x60\x36\x2b\x0e\x4d\xa6\x10\x71\x72\x71\xe4\x88\x39\xba\xc0\xb9\x17\x9e\x82\x87\x8e\x3a\x9d\xf2\xe2\x63\x33\xe9\x74\xee\x6a\x7a\xf0\x7e\x93\x9c\x49\x8c\x45\x19\xa2\x50\x60\xc8\xf0\x1e\x12\x74\x87\xe1\x6e\x5f\xb5\xad\x11\x78\x5b\x19\xd8\x1e\x8e\x14\x2a\x67\x78\x9c\xd4\xb2\xcf\x4a\x35\xc5\x18\xdd\x82\x00\x82\xf1\x9e\xad\x6c\x7b\xe5\x44\xf1\xfd\x41\x66\x95\x56\xcd\xb7\x18\xa3\x80\xa3\x48\x49\x3e\x16\xd8\x91\x7b\x91\x42\xa4\x7e\x89\x13\x47\x77\x7a\x15\xf9\x0d\x24\x3c\x46\x81\xb3\x8a\xd3\xcc\xac\x2c\x04\xb2\x06\xb6\x76\xfc\xf9\xfc\x6a\x23\xa2\xec\xfb\x20\xcd\x44\x24\x92\x46\x8b\xd7\x4a\x41\xdb\x6e\xaf\x9d\xe0\x4e\x36\xf1\x41\xe9\x4c\xa4\x63\x54\xef\xe5\xba\xda\x0e\x12\x1d\xcb\x02\x09\x6b\xf6\x70\xdc\x18\xb2\x4c\x17\x2d\xb8\x91\xcc\x2c\x66\x09\xb7\xe2\x28\x11\xfe\xfc\x21\xcd\xfc\x4c\xcc\x96\x12\xc4\x5a\x41\xd4\x0a\x91\xa5\x75\x34\xac\xba\x72\x40\x5a\xd3\x57\xaa\xe4\xc2\xce\x71\x45\xd5\x75\x4e\x9d\x44\xdc\xc5\x1b\xa1\x0b\x6a\xa7\x11\x85\x21\xfb\xbe\xee\xea\x22\xd5\xbe\xef\xe2\x75\x56\xcc\x3e\xb8\xb8\x26\x76\x51\xd2\x87\x39\x68\xff\xea\xcb\xc2\xf2\x31\xf7\xaf\xac\x8d\x97\xb5\xaf\x1f\xa5\x08\xa4\x22\x20\xa8\x23\x7e\x5a\x42\xaf\x11\x97\x8e\x20\xe5\x7f\x86\xa0\x08\x26\xf5\x05\x32\x1e\x69\x55\x26\xfc\xcc\x1d\x47\x48\x74\x54\x40\x9b\xa0\x90\x1c\x1a\xec\xa2\xda\x3e\x29\xb0\x2f\x90\xe6\x23\x21\x9e\x0a\x75\xcc\xea\xf5\x87\x7b\x56\xf1\xa3\x15\xf0\xc8\x90\x0d\x92\x2e\x0a\x1a\xd0\xe6\x4f\x49\x1c\xdd\xb6\xf4\x69\xad\x10\x9e\x35\x34\x58\xc6\x21\x22\xc7\xb1\xc0\x2a\x46\x1e\x92\xd6\xf8\x7a\x4b\xd2\x56\x90\xbe\xf1\xdf\x18\x43\x0d\x97\x21\x71\xe9\x8e\x23\x96\x60\x54\x98\x0b\x90\xe3\xb8\x58\x85\x64\xab\xff\x95\xec\x4b\x72\x48\x3c\xe7\x8a\x80\xe4\xb1\x50\x53\x95\x75\x3f\xb1\xd8\x15\xe7\x8a\x72\x91\xd5\x6c\x1f\x79\xd0\x60\xee\xc1\x7a\x3f\x12\xc7\xe9\x4b\x03\x31\xf6\xcc\x49\x6d\x34\xaa\xce\x2f\x85\x11\xa4\x8f\xb8\x96\x53\x91\x29\x0b\x73\x56\x72\x1c\x2c\xa7\x46\xd1\x05\x0b\xa4\x44\x51\x15\x5e\x68\x50\x15\x5d\x94\xe4\x8f\xe7\xe6\x4a\x60\x06\x31\x92\x5e\xd7\x60\x46\x63\x4b\xd9\xcd\x03\x4b\x90\x9e\xf6\x24\x3c\x70\x8d\x27\x61\xd2\xd7\x9e\x84\xd5\x32\xac\x72\x3a\xfb\x4e\x3d\x78\x18\x36\x79\x00\xb4\xdb\x5c\xc9\xec\xc6\xc8\x97\x1e\xcc\x3d\xc7\xb5\x11\x7d\xde\xe7\xda\x37\x57\xc6\xa1\xc8\x67\x63\xea\xfa\x36\xb7\xe5\xfc\x50\x6a\x68\xbd\xce\x7d\x8b\x3c\x37\x52\x1f\x78\x97\x7b\xb6\xfa\x68\x9c\xa2\xbf\xd7\x2a\x2a\xf0\x49\x09\x8a\xfa\x18\xbe\x55\xe1\xaf\x29\x86\x5f\x8c\xd5\xe8\x0b\xe3\x11\xf9\x4d\x1e\x31\xe3\x95\x2c\x32\xc4\xf0\xbd\xfc\x1d\x60\x78\x69\x64\x7a\xbf\x71\x25\xd5\x84\x6f\xf8\x4b\x67\x01\x3f\xf0\xdf\x9c\x05\xfc\x13\x8f\x9c\xf2\x68\xc2\x8f\x3c\x72\x0a\xb6\x11\x7e\xe5\x91\xf3\x43\x10\x65\x43\x25\xc8\x84\xbf\x1c\x5a\xa5\xc3\x4f\x3c\xd5\xd6\xe6\xdf\xac\x17\x0b\x91\xc0\x77\x3c\x75\x5e\xf8\x99\xff\x63\x20\xee\xe1\x67\xfe\x11\xb9\x18\xfe\xc6\x3f\x22\x8a\xe1\xdf\xf3\x8f\xa8\x8b\xe1\xdf\xf1\x8f\xa8\x87\xe1\x9f\xf9\x47\xd4\xc7\xf0\x2f\xfc\x23\xf2\x30\x08\xc1\xdf\xa3\xb6\x8b\x21\x53\x0f\x04\x43\x22\xf8\xb7\xda\x6b\x48\x0a\x91\x7c\xfe\x24\x1e\x52\x08\xe4\x93\x31\x28\x84\x58\xf0\xbf\x94\x42\xfa\xb7\x0b\xf0\x65\x42\xa2\x02\x40\x41\x5a\x3e\xbf\x0f\x6e\x97\x19\x84\x32\xe1\x97\x38\x88\x60\x2d\x9f\xd2\x38\xc9\x60\xa6\x9e\x54\x58\xa0\xb9\x7c\x2c\x54\xe5\x96\xfa\xad\xe6\x91\x70\x21\xf8\xbb\x9a\x69\xe0\x4a\x25\xd4\xa3\xd3\xdc\x09\xfe\x1c\x59\x72\x6a\xe6\xd7\x35\x05\x74\xd8\xa8\x2f\x73\xb1\x38\x48\xbf\x15\xdc\x77\xbe\x7d\xfb\xe6\xc3\xc7\xf7\x70\x23\x9f\x3f\xfe\xfc\xee\xea\x05\x3c\xc8\xc7\x1f\x5f\x5d\xfd\x04\xd7\x82\x7f\x44\xa4\xee\x60\xaa\x38\x9f\x1f\x04\xfa\x84\x04\x88\xc9\x46\x4c\x15\x7d\x82\x31\xdc\x8b\x46\x82\xbd\x45\x38\x57\x24\xc3\xaf\xca\x10\x55\x2e\x2b\xf1\xd4\xda\xa1\x09\x99\x62\xe7\x46\xad\x20\x9e\xb8\x53\x59\xc9\x95\xe0\xed\xf6\xaf\xb6\xdd\x6e\xff\x5a\xb9\x1b\x4a\x45\x66\xdb\xf5\xca\x75\x8d\x44\xfb\x18\x57\x62\x3d\x0c\x9f\x45\x53\x04\x16\xbe\x30\x2c\x55\x22\x59\xaa\xe4\xff\x97\x4b\xfd\xff\x29\xc7\x07\xf1\x62\x91\x8a\xac\x82\x0f\x92\x3d\xbc\x15\x87\xc8\xe7\x5a\x99\xd7\xdc\x08\x1d\xad\x32\x87\x87\xc6\x40\xfd\xc7\xaa\x53\x1c\xbf\xa5\x16\x42\xc7\x00\x6b\x4b\x5a\xe4\xc3\x61\xc7\x82\x05\x6a\xcb\x0a\x77\xbb\x36\xba\x33\x55\xe2\xbc\x2a\xeb\x55\xd6\x58\x55\xd5\xb4\xa0\xd2\xdb\x3c\xe0\xf9\x1e\x5e\x1f\x36\x63\x72\x3c\x3f\x5c\x2d\x78\x7e\x98\xb3\x08\x32\xc2\x5d\x88\x78\xae\x27\x06\x01\xff\x20\x94\x1e\xd6\x45\x74\x99\x5c\xe0\x60\x92\x4c\x79\x36\x49\x3a\x9d\x69\x89\x3b\xe1\x9d\x38\xf2\x20\xf2\x8d\x7a\x38\x11\x09\x44\xfb\x96\x9f\x4f\x92\xa9\x32\xf6\xfa\x28\x4e\xdc\xbb\x05\xa0\x85\x6f\xf7\xda\x2e\xf0\x48\x4f\x7f\xc6\xd7\x27\x62\x9f\xcc\x4b\xa9\xef\x0c\x96\xfc\x35\x4a\x75\x78\x17\x75\xed\xb3\xb4\xed\xf6\x15\x5a\x1a\x47\x45\x3e\x5f\x1a\xcd\x25\x09\xdb\x27\x53\xc8\xb8\x7b\xd1\x56\x1e\x57\x6a\x8e\x85\xb2\x4e\x07\x47\x9a\xb8\x8f\x4d\x00\xe4\xb3\x94\x47\x2a\x94\xdb\xdc\xb6\xd7\x97\xd4\xb6\xd1\x8c\x87\x68\x06\xd5\xa0\x91\x40\x95\x29\x8b\x0b\x09\x5f\xa1\x22\x8c\xbd\x9e\x57\x65\x46\x9e\xe0\x8b\xe4\x32\x53\xd5\x07\x93\x6c\xca\xe7\xe3\x19\x4a\x27\xd9\x14\x32\xcc\xe4\x6f\x65\x9e\xdf\xd7\x28\xca\xd2\x7f\xb8\x0b\xd9\xf1\xe4\x24\x45\x0b\x19\xbe\xc8\x2e\xc5\x05\x56\x32\xfb\xb2\x6f\xa2\xb2\x88\xc9\x1e\x3e\x99\x83\x57\x3f\x65\x4b\x51\x9a\x90\xff\xaa\xc3\x80\x60\xf8\x56\x34\x58\xf2\x2e\x73\xaf\x28\x9f\xc4\x78\x66\x4a\xbd\x15\x46\xb8\xc1\xf2\xa7\x1a\x3e\xfe\x45\xf0\x6d\x19\x23\x95\x35\x6e\xdd\xef\xeb\x35\x81\x52\x4c\xf8\xaa\x68\xa8\x78\x0f\x62\x23\x92\x87\x26\xab\xb9\x7f\x57\xad\xf0\xeb\xe2\xe9\xe0\x3d\x2c\x82\x30\x6c\xd8\xce\xaf\xcc\xc0\x1b\xc7\xb8\x08\xc2\x4c\x24\x4d\x7d\x78\x6d\x96\xe7\x6f\x7f\xa2\x2f\xaa\xe2\x68\xde\x54\xed\x3f\xff\xc9\xa1\x45\x73\x85\xce\x9a\xaa\xfc\x97\x3f\x57\x65\x43\x50\xa3\x9f\xff\x54\x4d\x81\xc6\xb3\x4d\x5d\xcb\xc4\x9f\xac\x71\x16\xae\xe7\xa2\x29\x28\x4a\x4b\xfc\xb9\x2a\x25\x8a\x6f\xd8\x1c\xa1\x78\x6c\x77\x54\xa8\x88\x86\xb2\xf1\xa3\x65\xef\xfc\x55\x53\xf7\xaf\xff\x5c\xf7\x35\xc9\xd2\xd0\x09\xff\xd1\x4e\x54\x28\x9d\x86\xb2\xe9\x17\xca\x6e\x44\x92\x8a\xc6\xf0\x60\x90\xf1\xbc\x4c\x09\xd0\x4a\x56\x0b\x65\x4f\x95\xd3\x78\xf7\x22\x7a\x96\x5c\x60\xed\x0c\x7d\x12\x4d\x41\xff\x76\x3a\x53\x9d\x72\x7e\x9e\x99\xb4\xac\x1a\x95\x77\x19\xa4\x7b\x48\xe3\xbb\x46\x8b\xda\x7f\xff\xa7\xe6\x4f\xd2\x75\x4d\xb5\xad\xc5\x21\x00\x93\x99\xd7\x37\x0a\xa1\x37\x06\xdc\x29\x72\x46\x85\x8b\x55\x08\xf8\x46\x61\xe1\x0a\xca\x47\x9f\x50\x02\x89\xc2\xe8\x18\x25\x86\x8a\x82\xc4\xb9\x79\xc8\xc4\x5b\x45\xd0\x74\x82\x27\x89\xf3\xcd\xcf\x1f\xaf\x3e\x5c\xbf\xbb\x7a\x7f\x7d\xf5\xfd\xd5\xeb\xab\x37\x1f\x61\x55\x89\x0d\x9d\x8d\x23\xb6\x41\x19\x44\x18\x9f\x07\x8a\xd3\x7a\x71\x82\x84\xc8\xa1\xd5\x21\x68\x07\x65\x70\xb2\x87\x37\x75\x24\x9e\x7f\x36\xec\xf9\x67\x81\xaa\xd3\x06\x92\xd0\xd6\x61\xad\xcc\x00\x23\x8d\xe4\x03\xbe\x42\x51\x81\x24\x63\xed\x93\x30\xe8\x64\x97\xc9\x21\xcd\x56\xf2\xf0\x5a\xe0\xfd\x2c\xb8\xc0\x7a\xa1\x3b\xf1\x94\x47\x93\xb8\xd3\x99\xee\xe1\x95\xe0\xdb\xdc\x0f\xc8\xf1\xf6\x0c\x0e\xd1\xd4\x5e\xfb\x11\x39\xce\x19\x1d\xe7\x34\x8e\x48\x8e\xf3\x26\x47\x79\xf7\xf0\xfd\x89\x59\xd5\x34\xa5\x98\xdc\x88\xa9\x6d\xe7\x46\xeb\x85\x16\x59\x66\xdb\x3a\x7c\x83\x6d\x1b\xd1\x73\x27\xc3\x9c\x17\xba\x7d\x7b\x78\x79\xa2\xde\xef\x25\xd1\x96\xf1\x5b\x6d\x37\x84\xc7\x33\x44\xb5\xf1\x0f\xfb\x41\x0b\x66\xe0\xb7\x63\x9a\xcd\xc8\xd7\xd1\x41\x61\xdb\xbe\x46\x89\xa4\x7c\x51\x02\x96\x09\x41\x80\x77\x3b\xf5\xaa\x62\x7e\x98\xe7\x54\x3f\x2b\x4b\xbd\x42\x47\xc1\x7c\xbb\x4f\x82\x4c\xbb\x11\xb5\xed\x76\xe2\xe4\xaf\xe6\xab\x28\x34\xf5\xcd\xf7\x32\x61\xfc\x8d\xe9\x1d\x43\x4a\x63\x31\x31\x1e\x1d\x05\xde\x9f\xdd\x8a\xdd\x0e\xfd\xe6\x2c\xf8\x4b\x01\x2f\x9d\x05\xff\x4d\x60\x88\x51\xec\x7c\xe8\xc4\xce\xcb\x27\xed\x5b\x51\x6a\xd6\x6f\x4f\x19\x60\xb1\x97\x92\x05\xab\xd8\x9d\x3d\xb0\xdf\x84\x72\xcc\x54\xa5\x82\xe6\x66\x49\x35\x9b\x61\xdb\x68\x2e\xf8\xb2\x89\x08\x0a\x45\x4d\xb5\x51\xed\xfe\x6f\x04\x5f\xa2\xad\xa4\x76\xf0\xd9\x12\x7d\x23\xe0\x95\xc0\x30\x97\x0f\x0b\xf9\x6c\x98\x4d\x0c\xea\xdb\x56\x71\x85\xec\x85\x50\xf1\xb8\xde\x08\x98\x35\xc5\xb8\xc2\xdb\x7d\xe1\xa8\x9e\xcd\x0f\x7d\xd8\xb3\x6f\xe5\x08\xde\x09\x59\x9f\xa5\xe1\x82\x05\xd6\x8d\x55\xa6\x15\x20\xc2\x02\x2b\xae\xa7\x7f\x9f\xdb\x1f\x85\x65\x7a\x61\x93\x24\x2c\x0c\xdf\xc8\xa4\x95\x78\x8c\xb6\x97\xdb\x79\xbf\x3f\xe9\x16\x2b\xcd\x95\x61\x67\x5c\x74\x10\x0a\x79\xbb\x1d\xe2\xb1\xf5\x6d\xe8\xdf\xad\xc4\xdc\x62\x96\x85\x3b\xc6\xbb\x11\x2c\xb9\xda\x63\x1d\x01\x0b\xae\x76\x58\x47\xc0\x86\x47\x93\xd9\x14\x6e\xf9\x66\xb7\xdb\xee\xe1\x86\x6f\x6c\xfb\x2d\xda\x60\xb8\xe7\xed\xcd\x6e\xd7\xf6\x9d\xe7\xdf\xfc\xa8\xa3\x28\xbd\x96\xdf\x36\x15\xb9\xc1\xf3\x6a\x57\x0c\x9f\x92\x9c\x8c\x58\x58\xcb\x6a\xcc\xb6\x9c\xeb\x79\xa9\x23\xb9\x99\x2c\xa7\x28\x79\x92\x75\x22\x27\x86\x7b\x81\xf7\x39\x4d\x7f\x18\x4f\xad\xb1\x4e\x88\x4a\xad\xd3\xeb\xf9\x59\x68\xdb\x28\xe2\xc8\x88\xe2\x94\xc3\x14\x14\x29\xb1\xaa\xcb\xa2\x4b\xda\xef\x8f\x69\xbf\xcf\x68\xbf\x6f\x47\x18\x02\x67\x33\x59\xe8\xb6\x03\x27\x86\xa8\xda\xba\xc2\x31\xe5\x19\x52\xf6\xfa\xfb\xb3\xfb\x31\xda\xf0\xb4\x6e\xe4\xae\xbd\xb3\xad\x91\x80\x0d\xcc\xc0\xba\x9e\x9b\xe8\x22\xb1\x0e\xaf\x0d\x4b\xee\xc2\x42\x43\x61\x09\x04\x4c\xb8\xe2\xa4\xaa\x6a\xf6\xd3\x6e\x67\x55\x24\x31\x16\xe7\x28\xe4\x0f\x32\xf3\x6e\x67\x7d\x50\x6a\x3b\xf5\xcf\x61\x61\x9f\xa8\x79\xe9\x64\xfc\x5c\xa0\x8d\x3c\xe2\x1f\xcd\xe9\x91\x2f\x67\x31\x4f\x60\x21\x11\x47\x04\x26\xc2\xf7\x2d\xd7\xd8\x4d\x6f\xd1\xb3\xaa\x3c\x58\x6b\x20\xdc\x1e\xb3\xf6\x25\x9a\x08\x16\x08\xf9\xfc\xf6\x7c\x81\x9f\xb9\x27\x73\x15\x41\xcf\x91\xcf\x57\x28\xc0\x4f\x32\xdc\x59\x5c\xde\x9e\xae\x35\xe5\xfe\xd3\x4c\x97\x4a\xf9\x1d\x4a\x94\x01\x89\xb8\x6f\xfd\x84\x7c\x9e\x3e\x31\xc1\x3b\xe7\x48\xa8\xb9\x85\xed\x0d\x8b\x21\x66\x0b\x08\x99\x0f\x82\xa5\xb0\x61\x32\xf3\x77\x28\xc6\x7b\x7c\xb1\x7c\x96\x5e\xe0\xe7\x48\xc0\xb2\xd3\x51\x7c\xd6\x6b\x5e\xd9\xba\xfc\x33\xfa\x46\x01\x8e\xd7\x50\x8d\x78\x61\xc1\x06\x63\x76\xe0\xf3\x5c\x1b\x16\x35\x49\x4c\x36\xe8\xdc\x7c\x7b\x71\x1c\xad\x6a\x03\x3a\x8b\x0e\x05\xab\x9f\x89\xd3\xcf\x1f\x05\xde\xab\x38\x6f\xbb\xdd\xa9\x8d\xa4\xb6\xce\x59\xc5\x3e\x75\x03\x33\x0c\x72\xe7\x8c\xbf\xb4\x67\xe2\x47\xf7\x4c\x3c\x2e\xf8\xf9\x60\x2c\x7b\x73\x8b\x12\x30\x7b\x03\x82\x5c\x2b\xb1\xcd\x79\x74\xf8\x15\x33\x93\x80\xd9\x63\xdb\xcd\xe4\x92\x2b\xa8\xa6\xfe\x67\x74\xd3\xe6\xfc\x58\xf5\x7d\xfc\x01\xdd\x16\xc6\x9a\x1f\xd0\x0d\xc6\x4c\xa6\xd4\x03\x38\xaa\x76\x36\xbb\xdd\x1c\x6d\x40\xc0\xed\x44\x4c\x55\x9d\xd5\xc5\x7c\x0d\xc9\x6e\x87\x5e\xd7\xac\x3a\x36\x58\xef\xf3\x77\xfc\xf5\x64\x21\xa6\xf0\x91\xb7\xdb\xef\x6c\x1b\x95\x1e\xe5\xde\x29\x0f\x6b\xb9\xd2\x96\x7e\xc3\xf0\x9e\x17\x58\xe4\x4c\x36\x79\x27\x94\xb1\xb0\xdc\x29\x37\x42\x2e\x80\x7c\x7a\x28\x13\x37\x2a\x00\x16\x0a\xc7\x66\x85\xf1\x64\x25\xa6\x9c\xcf\xd8\x4a\x75\xfc\x35\xde\xed\xbe\x41\xaf\x1f\x81\xf1\x33\x09\xdc\xaf\x26\xb3\x29\xdf\x28\x84\xfb\x5d\x27\x76\x7e\x52\x48\x17\x6d\xda\xfc\x56\x45\xdd\x52\x88\x18\x66\xb0\x3d\x22\x40\x59\xb6\xaf\xe2\xe9\xfa\x1e\xbd\x75\xe2\x45\xbe\x2a\xda\x3a\x6e\x06\xdb\x45\x12\xdf\xb1\x8f\x02\xe2\x05\x7b\x2f\x51\x9b\x75\x54\xa7\x25\xfb\x2d\x27\xfc\x75\xd3\x47\xb9\x49\x64\x83\xef\x60\x26\xb1\x30\xbc\x41\x33\x93\xa0\x7a\x70\x25\x64\x23\x1a\xdf\xee\xab\x1f\xda\x1f\x61\xa6\xb0\x75\xb2\xdb\xbd\x2e\x84\xb4\x9c\xcf\x85\x5a\xbb\x22\x61\x2e\xaa\xa5\x9a\x0e\x1d\xc1\x85\xd1\xb0\x1e\x52\x8e\xe6\x6b\xed\xa1\x26\xf1\xe9\x84\x00\x9d\x1e\xc8\x84\x11\x6e\x73\x5d\xb1\xfa\x8a\x8f\x3e\xeb\xd8\x54\xf5\xea\x5e\x1f\xe4\xd2\xd3\xac\x2b\xd8\x63\xdd\xad\x26\x42\xe2\x17\xb9\xd0\x1f\xc7\xef\xd8\x7b\x39\x0f\x1f\xf5\x2c\x2f\x04\xbc\xcf\xdd\xce\x34\xfa\xec\xa9\x1b\xca\xe5\x6e\xf3\x8c\xb5\xf9\x61\x88\x58\xda\x67\x84\xf6\xd5\xe5\x24\xe9\xf6\xd5\x45\x21\xe9\x7a\x70\x70\x23\x57\x18\xdb\xe6\x56\xea\xa4\xd7\x65\xa4\xd7\x05\xd2\xeb\x31\xd2\x2b\xd4\x4f\x0b\x77\x7c\xb9\xff\x6e\xe2\x51\x46\xbc\x3c\xac\x5b\x77\xc0\xba\x03\xe8\x0e\x59\x61\xc3\xaa\xc3\x4c\x2a\x13\x87\x7a\x80\xda\x6a\x00\xb8\x43\x6b\x14\xe3\x09\xbc\x1a\x06\xae\xe2\xec\xaf\x1a\xc4\xb6\x54\x87\xee\x75\x8f\x2f\xaf\x8e\x94\x88\xaa\x17\x4c\xb9\x22\xf4\x70\x70\x70\xc1\x34\x70\x8d\xb3\x4e\x62\x22\x55\x7a\x54\x5f\x30\x75\xfb\xfa\x7e\x49\x5d\x27\x2d\xf3\xeb\xa4\x45\x7e\x9d\xb4\x2a\xaf\x80\xee\x0a\x8d\xe5\x8d\xb9\xb6\xb9\xcd\xbd\x7f\xde\xf0\xa8\x76\xbb\xf2\xc0\xa3\xf2\x76\xe5\x9a\x47\x8e\xa4\x50\xe0\xbe\x7e\x83\x73\xc5\x23\xe7\x55\xb4\x08\xa2\x20\x7b\x80\xcf\xfc\x06\xde\xf2\x6b\xc7\xbf\x49\xe1\x03\xbf\x56\x5e\xe4\x5e\xf3\x6b\xcd\xbd\xc3\x73\x7e\xed\x84\xf1\x2d\xbc\xe3\xd7\xce\xf7\x6f\x28\x7c\xe4\xc1\xd8\xba\xbe\xb1\x58\x41\xae\xbe\x57\x29\xa1\x4c\xa9\x10\xa5\x9f\x54\x6a\x6c\x52\x0d\x09\x5b\xfa\xf7\xf9\x16\x1d\xc6\x90\x06\x5f\x9d\x13\x7d\xdb\x90\xc8\xa9\x1b\x3e\x49\xce\xb3\x73\x02\x21\x47\xe4\xd9\xb3\x14\x9f\x13\x58\xf3\xf0\xf2\x92\xc0\x8c\xd3\xae\x62\x89\x3f\x28\x07\x77\x3d\x7c\xae\x1e\x06\x03\xcc\x5c\x98\x73\x57\xce\xe6\x33\x77\xb7\x73\x75\x5c\x0e\xf2\x54\x3c\x73\xc7\x84\xb9\x0a\xc5\x23\xc1\xdf\x22\x81\x71\x9b\x8b\xdd\x4e\x70\xce\xaf\xc6\x28\xe0\xca\x79\x1b\x61\x2e\x44\x3c\xc4\x4c\x52\x76\xe8\x39\x12\xf8\xe9\x3b\x0c\xe2\x09\x8a\xb9\x6a\x40\x92\x78\x44\x92\x7e\xe7\xe7\x10\x3f\xe1\x14\x03\x12\x1d\x1e\x75\xd6\x97\x9c\x8c\x67\x4f\x63\x36\x7b\x22\xf3\x91\xf3\x35\xc6\x4f\xe2\x4b\x4e\x65\xde\x4e\x07\xe2\xa7\x32\xaf\xca\x17\xca\xc6\x4c\x2b\xa6\x20\x0a\x38\x12\x4f\xe2\x73\x82\x55\xe9\x4c\xe6\xe4\x6b\xcc\x64\xaf\x54\xca\xba\xfa\x89\xbb\x18\x5f\x64\x97\x7c\x78\xe1\x4f\xe6\x9d\xce\x94\x4b\x2a\x33\x80\xe0\x29\xa7\x7d\x0f\xb2\x73\x3e\xc4\x17\x2a\x76\x38\x8f\x9e\x3d\xcb\x76\x01\xa4\x1d\x9e\x5d\xa4\x97\x6e\x35\x7f\x04\x91\xce\x9f\xaa\xfc\xb9\xfc\x68\x72\x7e\x3e\x9f\xee\x38\xa1\xc3\x27\x4b\xf0\xf7\xc5\x6a\xfd\x72\xb0\x5a\xc5\xd2\xc4\x6a\x69\x02\xb9\x34\x3e\x8f\xe5\xd2\xa4\x3c\x38\x1f\x40\xc8\x13\xb5\x5a\x62\x12\x9e\x9f\x4f\x61\xc6\x09\x1d\xd8\x6b\x1d\xdf\xe9\xf2\x92\x0f\x54\x7f\x66\xb2\x07\x4f\x66\x1d\x15\xad\x37\x3c\x3f\x37\x9d\xd1\x9d\x9f\xd9\xb2\xe6\x73\xb5\xea\xb3\xcb\x4b\x7e\x9e\x96\x03\x89\x54\xc1\xe8\xb0\x60\xb0\x40\xae\x0a\x1a\x30\xe3\xe4\xdc\x2f\x22\x48\xcc\x38\xe7\x71\x4e\xc7\x46\xe3\x37\xfe\x1b\xb6\x1e\x9f\x5f\xb1\xab\xb3\xa8\xc3\xcd\xac\xce\xce\xb9\x6f\x8c\x2e\xd0\x5a\x79\xef\xc3\x4f\x22\x35\xe5\xb3\xf3\x0c\x97\x13\xf1\xa2\x16\xf4\xb9\x3b\x7d\xf6\x8c\xf6\x76\x62\x42\xa7\xcf\x9e\x11\x6f\x27\x26\x64\xfa\xec\xd9\x70\x27\x26\xee\xb4\x2c\xf3\xa6\x2c\x33\x91\x73\x2f\x2a\xdf\x5e\x1d\x7e\x03\x71\x79\x39\xb4\x69\xbf\x5f\xc9\xf4\xfd\xc9\x4c\xf2\x81\x78\xf9\x13\xed\x1d\x14\x7c\x59\xe9\xad\x3c\x70\x7d\x0a\xc3\xca\x60\x7e\x3b\xf8\x4c\xbb\xd0\xab\x7c\xce\xd9\xf9\xed\x1d\xaa\x5a\x38\x3c\x7a\x55\x64\xee\x89\x8a\x3a\x7e\xa8\x6b\xf2\x06\x7c\x81\x3a\x09\xce\x25\x45\x62\xf2\x7e\x6a\xe8\xf5\xfb\x9c\x5e\x57\x02\xe4\x76\xce\xdb\x70\x31\xf9\x38\x75\xae\x6f\xc0\xe7\x41\x47\x4c\x3e\x4d\x21\xe5\xb9\x53\x0f\x1f\xfc\x4e\xa9\x1e\x19\x8d\x53\x96\x3a\x46\x4e\x89\x2a\x5d\xf8\x27\x54\x44\xdb\x81\x38\x57\x59\x2c\xba\xe1\x7f\xa9\x1b\xb9\x98\x33\x2d\xba\x12\x72\x5f\x77\x65\xcd\x23\xd4\x09\x24\x2c\x77\x2f\x66\xcf\xb2\x8b\x59\xa7\x83\xd3\x49\xd8\x99\x4d\xf9\x7a\x12\x8f\x67\x2c\x3b\x9f\x9d\x93\xe9\x5e\x36\x23\xf9\x5c\xcd\x92\xad\x6b\x98\xfe\x46\xd3\xff\xbb\xdd\x41\xba\x8a\x08\x6b\x18\x80\xdd\x6e\xdd\x74\x57\xab\x83\xc6\xea\x8c\x05\xe9\x7f\xa3\xe2\x58\x42\x8d\x64\x6f\xf3\x1b\x45\x7e\x4a\xca\xa1\x10\xdb\xfe\x08\xbf\x72\x74\xd3\xa4\xcf\x61\xe2\x4c\xdf\xe8\x0a\x3f\xa3\x85\x52\xec\xa8\x46\x9d\xfd\x5c\xd9\x0e\x7f\xe1\x2b\xf4\x19\xc3\x4f\xdc\xbd\xf8\x4b\x2e\x78\xfd\xe9\x02\xa3\x1f\xf9\x5f\x26\x3f\x75\x3a\x53\x1c\x44\xad\x9b\xdd\x2e\x45\x37\xf0\x23\x7c\x9e\xfc\x38\xc5\x67\xf1\x6e\x87\x7e\xad\x91\xd3\x37\x78\x2f\xfb\xf4\x9d\x0e\xaf\xab\xc3\xe1\x22\x2a\x69\xfb\x6a\xc0\x38\xa5\x9f\x18\x65\xc3\xb3\xef\xf2\x27\xe4\x02\x25\xbd\x41\x6f\xd8\xf5\x7a\x43\x0c\x65\x3a\x29\xd3\x47\x18\xda\xdf\x39\xb7\x79\x01\x6c\xdb\xe5\x1b\xc1\xbb\x5d\x58\x8b\x5d\xbb\x35\x35\x1c\x88\x7b\x7f\xae\x04\x39\x16\x90\xc9\x63\x2f\xcf\x9b\x96\x1d\x28\xed\x87\xaf\x2d\xb0\x97\xb4\xbd\x26\xc6\xea\xb3\x9f\x4f\x7b\x7d\xed\x72\xa9\xac\xba\x17\xd7\x97\xb1\x37\x7c\x53\x5e\xf4\x69\x74\x99\x61\x70\xb5\x8b\xba\xc9\xfb\x29\xcf\xf6\xf0\x70\x24\x31\x34\xd5\x3f\x80\x95\x53\x07\x16\x86\x19\x12\xb2\xc1\x32\x25\xa7\x6a\x26\xef\xa7\x10\xf0\xb9\x51\xd1\x0a\x24\x2e\x0d\x2e\xa3\xc3\x43\x52\x5e\xc6\xab\x03\x8d\x92\x4a\x1c\x8a\x71\x74\x1e\xb0\xa5\xe4\xd1\x8e\xcb\x95\x3c\xb9\xea\xf2\xc7\x29\xd7\x31\xa2\x26\x9f\xa6\x3c\x28\x86\x91\xec\x21\xb0\x6d\xf4\x0d\xba\x39\x10\x77\x5d\x87\x4a\xb6\xf5\x50\x91\x98\x5d\xdf\x14\x49\x27\x72\x56\xe5\x68\xd7\xb1\x85\x31\x1c\x2c\xfc\xed\xd1\xc2\x17\x27\xe2\x07\x3d\x77\x04\x04\x9e\xb8\xd3\x7c\x2d\x95\x0f\xd1\xc3\xb5\x3f\x51\x46\xe5\x7d\x15\x65\xc4\x6b\x08\xbb\x6f\xb2\xd2\xea\x1d\x86\x8a\xa1\x61\x10\x52\x66\xd0\x8a\x8a\xc4\x21\x11\x8d\x04\xfa\x45\xeb\x7f\xa6\xca\x56\xb5\xca\xbc\x6f\x5d\xda\x34\x8e\x17\xc8\xd4\xd5\x3b\xac\x0b\x17\x5d\xf8\x87\x4b\x5e\x5e\x5e\xba\xaa\xb4\xf2\xae\xd1\x5c\xfc\x97\x93\xc5\x0d\xa2\x2a\xca\x7b\xbd\x47\xcb\x0f\x8f\xca\x6b\x3c\x08\xcd\x47\xfd\x9f\x8a\x85\x83\x37\x4a\xfc\x7e\xe2\x84\x37\xe5\x3b\x5c\xe1\x4a\x3e\xb9\x14\xaf\xaa\x17\xe2\x13\xc9\xcb\xe5\x95\xff\xe3\xa5\x0e\x17\xac\x52\x48\x4e\xd8\xf7\x27\x9b\xfa\xc7\x4b\x1d\x2f\xd2\x41\xb1\xdf\x4e\x17\xab\xad\x4d\xa5\x98\x5c\x94\x97\x47\xc5\xf6\xf8\xec\x16\x1d\x42\x40\xb8\x45\x75\xa8\x95\xd6\x0e\xae\x51\x81\x52\xce\xf0\xab\x9c\x10\xbf\x81\xa4\xe0\x84\xf8\x43\x95\xc7\x2d\x78\x5a\xe3\x12\xfe\x24\x0f\xab\x79\x55\xc3\x8b\x2a\x2e\xb4\xea\xb9\xb1\x12\xa0\x33\xe7\x24\x73\x3b\xce\xde\x91\x76\x7e\xa1\xb4\x53\xd3\x4a\x2c\xc2\xb5\xf6\x54\xc0\xca\x38\xd7\x0b\x53\x57\x8e\x72\xa8\x32\x69\xa3\x87\x1d\xf2\x36\x6a\xd7\x98\xbd\xdd\xae\x5d\x32\x7b\xca\xf9\x8f\xf1\xfa\x63\xbd\x2a\xf4\xf1\x2a\xaa\x79\xea\xd1\x88\xee\x75\xca\xab\x42\xbf\x0b\x2a\xba\x5e\xa0\xf6\x56\x99\x9c\x3f\x9b\x7d\x50\x79\xf1\x7a\x5a\xf6\x5f\x09\xbc\x7b\x31\x7b\x36\xba\xc0\x28\xe1\xd1\x64\xae\x3c\x0e\x4d\xf1\x18\x05\x28\xa9\xae\x98\x5a\xac\x7a\x5a\xaa\xee\xaf\xd8\x5a\xf9\xae\x2f\x55\xa7\x9f\x7f\xf3\x23\x0b\x41\xab\xbe\xb1\x35\x28\xbd\x37\xe6\x83\x5c\x71\x96\xd6\xdc\x25\xd7\x82\xa5\xca\xd4\x46\x75\x56\x37\xd7\x9e\x4d\xfc\x68\x1e\xdf\x9d\x08\x7b\x59\x06\xf1\xd1\x9e\x51\xad\x5c\x8a\x58\x2a\x35\x8f\x2d\x8b\x09\xb0\xf0\xb5\x05\xa8\xd3\x49\x3a\x11\x2e\x64\x4c\xa8\xeb\xe1\x42\x51\xb8\xf7\x98\xe3\x93\xd2\xc1\xf0\x61\xd4\xac\x75\x2a\x92\xe7\xb7\x22\xca\x76\x3b\xcb\xaa\xc4\xcc\x22\xbd\x93\x86\x93\x83\x13\xda\xd8\xb9\x0a\x5b\xa2\x54\xd8\x84\x73\x9d\x35\x5a\xd3\xab\x18\xd8\x47\x4e\x26\xa0\xa5\x4c\xe3\x5a\x89\xf8\x75\x1d\x24\x62\x5e\x51\x65\xab\x05\xd5\x21\xbd\x93\x0a\xd1\x87\x11\x8a\x87\x83\x7c\xcb\x8f\xb4\xa0\x44\x09\x36\x1e\x35\xbf\x8a\x1c\xbd\x10\xbb\x1d\xca\x1f\x79\x30\xde\xee\x59\x52\x7c\xd8\xee\xf1\x99\x75\x6d\x71\x2e\x4a\xff\x49\xbb\x9d\x12\x92\x66\xbb\x9d\x8f\x32\x10\xb9\x17\xf3\x58\xb9\xdf\x31\x66\xd8\xbd\x11\x23\xbd\x11\x1c\x59\xfb\x56\x8e\x72\x83\x93\x49\xed\x0a\x92\xf4\x5d\x5c\x8b\x7c\x20\x9f\x1e\x35\xdf\xbe\xff\x54\xb5\xde\xd6\x7a\xc9\x43\x6c\x06\x01\x71\x93\xc3\x99\xa0\xd9\x80\xba\xd1\xc8\x3b\xb6\x6d\x63\x4d\x1d\x8f\x03\x16\x61\x64\x36\xb0\x63\x75\x34\x09\x9f\x66\x71\x22\x78\x72\x6c\x06\x5e\xba\x5c\xea\x9f\x74\x28\xd5\xeb\x9f\x0c\x44\xa5\x74\x8c\xeb\xbe\x42\x5d\xac\xa8\x6c\x93\xeb\xb5\xf2\xa0\xd2\x14\x09\xbd\x5d\x1a\x08\x88\x49\x34\xdd\xed\xc4\x61\xb4\x95\x60\x22\xb7\xee\xb4\x16\xeb\x48\xcb\xff\xd4\xa2\xe5\x81\xaa\x48\xbf\xa6\x22\x9e\xef\x1d\xa5\xf1\x7d\x96\xa1\xcc\x79\x07\xf9\x4d\x65\x55\x93\x4d\x69\x3f\xef\x31\x08\xd4\xed\x62\x64\x95\x5f\x54\x0c\xf1\x6e\x97\x75\xbb\x46\x0c\xa9\x44\x8c\xaa\xa1\x6e\xbd\xa1\x23\xb1\xa0\x69\x55\x79\xdb\xed\xb9\x18\xf5\x4c\x07\x3a\x99\xf3\xf2\x49\x5b\x6e\x06\x0f\xa3\xc9\xd4\x51\x3a\x6f\x0a\x18\x16\x3d\x3b\xa9\x06\x97\xe4\xbc\x44\x8d\x94\x51\x4a\x99\x5b\x42\x3d\x46\xa8\x67\x84\xa3\x65\x3f\x7b\x5f\x3d\x21\x4a\x5d\x4e\x49\x16\xcb\xa9\x90\x69\xd5\x49\x50\xf8\xaf\xac\xbc\xff\x0f\x4e\x02\x3d\x31\x09\x5a\xeb\xae\x3e\x0b\xa7\x35\xf1\xfe\xcc\x34\x78\xff\x60\x4f\x95\x29\xbf\x55\xa8\xd9\x59\xf0\xff\x10\xf7\xef\xfb\x6d\xe3\x48\xfe\x00\xfa\xbf\x9e\x42\xe2\xe9\xe5\x02\x11\x4c\x93\x92\x7c\xa3\x03\x6b\xdc\x8e\x93\xc9\x4c\x62\x67\x63\x77\xf7\xcc\x6a\x34\x6e\x5a\x84\x2c\x4e\x28\x52\x43\x42\x76\xdc\x12\xcf\xb3\x9f\x0f\xae\x04\x29\xca\x97\x9e\xde\xdf\xe9\xdd\x89\x45\x10\xc4\xb5\x50\x28\x14\xaa\xbe\x15\xe1\x8e\xdb\x4a\xda\x51\x32\x1a\xdb\xb6\x38\x71\x79\x70\x94\x8c\x2b\xa7\xf2\x08\x77\x3c\x0e\x1d\xae\x3b\x19\x99\x1d\x7a\xc2\x66\x6f\xb3\x4f\xcf\x58\x30\xe9\x39\x4a\xca\xe9\xa9\x77\xfa\xe0\x95\x9d\xe6\x8b\xbb\xe3\xb6\x78\xbf\xad\x6a\x57\x1d\x96\x56\x55\x4f\x6c\x74\x36\xa9\x76\xf6\x8f\xed\xa7\x68\xd4\xf6\xce\x1e\xbe\xb2\xb3\xae\x0a\x04\x29\x49\x50\x98\x3f\x32\x1a\x34\x69\xd4\xec\x52\x83\x81\xe4\x7f\x40\x91\x47\x2f\x68\xef\x5e\x4f\xb4\x57\xf9\xf1\x6a\xb4\xd6\x7a\x20\x5a\x7e\x6b\xc0\x79\xae\x57\x06\xa2\x6d\x95\x48\x96\x1d\xee\xf9\x51\xbd\x42\x36\x02\x10\x11\x01\x6c\xa9\x7b\x9a\xa5\xf3\x8d\x03\x65\xa6\xc2\x06\x0b\x2c\xd3\x69\xd3\x46\xc5\x46\x61\xc8\xfe\xf1\x85\x80\xb8\xd8\xb4\x73\x9e\xe3\xc5\x16\x23\xf0\xfb\xd2\x08\x7c\x2e\xe3\x10\xc7\x60\xc6\xf5\x0a\xf7\x3c\xa0\x30\x05\x73\xb4\x68\x36\x1e\xe6\x66\xdb\xe2\x9a\xf5\x76\xbd\x9e\x62\xe1\x80\xc2\xc3\xfa\x43\x0e\x05\xbf\x14\x5e\x90\x20\xc3\x01\x98\x69\x77\xf3\xe3\xec\xe4\xee\xf8\xae\xdb\x85\x39\x58\xa2\x3b\x74\x3f\x9c\x83\x19\x0f\x69\x0c\x7d\xf6\x57\x06\x9a\xe2\x36\x01\x58\x46\xb2\x9e\x31\x19\x9b\x97\x75\xdc\x01\x13\x1c\x56\xad\xce\xcd\xb2\x22\x10\xa2\x39\x1a\x4d\xa4\x09\xd4\xdd\x98\xd1\x96\x3f\x51\xc6\xe8\xea\xda\x5d\x36\x06\xdf\xa1\xa5\x24\x98\xfa\xf5\x99\xbc\x16\xdb\xf3\x7c\xf6\x2f\xbf\xf0\x92\x91\xab\xca\xe0\xb6\xe2\x4a\x8b\x11\xd6\xbe\xfb\x8a\x85\xa0\x30\x6d\x13\x3c\x1a\x3b\xd2\x6e\x97\xb1\xba\x4e\x62\xdb\xde\xee\xc8\xd3\x89\xc0\x43\x3b\x2e\x7c\xeb\x1a\x6b\x03\x44\xeb\xb5\xe2\xe1\x89\x49\x3e\x4f\xd8\xff\x46\xc3\xa4\x39\x7c\xfd\x7a\xed\xfa\x2f\x59\x45\x12\xc5\x56\xad\xa2\x7d\xef\xe9\xed\xed\xca\x68\x95\x08\x4b\xe9\xf3\xa8\xda\xbc\x4c\x39\x88\x07\xfe\x01\x17\xf2\xf6\x5f\x16\x8d\xb0\xdf\x17\x6b\xf1\x70\x4f\x4b\x3d\x1a\x5a\xbc\x22\xfe\x1c\xf6\x21\x10\xcb\x40\xb5\xa1\xe6\x9b\x23\x54\x79\x54\xa2\x86\xf3\x87\x08\xbb\xf2\xd7\x37\x4c\x8b\x6a\x10\x43\xe1\x3c\x20\x3f\x42\x54\xfe\xfa\xa6\x2c\x33\x6f\xa2\x6e\x57\x12\x55\x87\xac\xd7\xd9\x09\x56\xf1\x9c\x87\x40\xd5\x24\x17\x4b\x02\x3c\x1e\xed\xc0\x45\x02\x4c\x08\x63\x3a\xcc\xfc\xd2\x6e\x81\x0e\xc9\x28\x1b\xfb\xa3\x0c\xb1\xbf\x63\x26\x0f\x94\xa1\xdb\x22\xe7\x54\x4d\x0f\x8e\xc4\x49\x14\x65\x1a\x95\x28\x33\x82\xbc\x65\x46\x28\x3c\x4e\xd7\x12\x88\x98\xb3\xef\xc3\xbe\x7f\xd8\x47\x87\x7b\xfe\xe1\x5e\x29\xbe\xed\xbf\x46\xaa\x92\x28\xe6\xa3\x31\x77\xd7\x32\x09\x93\x7b\x60\x76\xb0\x42\xfc\x6d\x24\xd2\xaa\xfd\xb7\x01\xc4\x2d\x91\xeb\xa4\xb9\xac\x79\xda\x43\x96\x4f\x6a\xe4\xa8\xfa\x24\x49\x49\x79\x6f\xee\x0f\x5e\xdf\x0f\x79\x07\x6c\x84\x79\x1f\x8d\xab\x6e\x6b\xb8\xd3\x49\xd5\xb2\x34\x5e\x34\x2d\xcd\xa0\xec\x75\x6a\xf6\xba\xd1\x80\x5d\x08\xe2\x01\xd4\x80\xe9\xdb\x56\xa8\x76\xde\x15\x63\xc3\x61\x87\xb5\xf5\x6f\x8c\xf3\x1d\x4f\x20\x5b\x6f\x6c\xed\xb6\x0d\x62\xed\xb1\x0a\x62\x94\x80\xaa\x2e\x10\xa2\xf8\xad\xcb\x33\xe5\xdd\x18\x1e\xc7\x27\xd8\x3d\x8e\x77\x76\x60\x34\x05\x31\x3f\xbe\xd9\x36\x1d\xc5\x63\xd3\x93\x38\x66\xed\x11\xbf\x77\xbc\xfa\xa4\x28\x1d\x8e\x44\xc9\x97\x0c\xb5\xe4\x1a\xaf\x95\x5b\xbd\x2d\x72\xeb\x3c\x58\x54\x85\xd6\x2d\x46\xfe\xbf\x43\x3e\xd8\x7f\x8d\xc4\xba\x27\x1b\x78\xc5\x1b\xb8\x19\xed\x45\x5f\x84\x11\xa0\x43\xf6\x75\x04\x73\xd2\x06\x3c\x04\x9a\x98\xeb\x55\x81\x20\x9d\x36\x5a\xfd\x37\x7b\x32\x71\xc0\x81\x26\x98\x84\x9a\x74\x00\x81\xf6\x74\x02\x49\x65\x6c\x88\x89\xc1\xa0\xec\xcb\x31\x45\x89\x18\x31\xb1\x11\xd6\xf0\x37\xf6\x5f\x25\xec\x6e\x9b\x50\xd3\x13\xb4\x32\xb1\x8d\x8e\x13\x2f\x10\x6b\x2b\x33\xce\xaf\x7d\xaa\x93\xee\xf9\x03\xcf\x98\xf4\x57\x09\xb1\x4f\x77\xa2\xa9\xfd\xff\x49\xd3\xbd\x67\x9a\xfe\x12\x79\x56\x35\xfd\xc0\xab\x05\x48\xee\xef\xa9\x4d\x94\x2b\x84\x46\x63\x71\xbf\x6b\xf4\xaf\x21\x9c\x9d\x86\xcf\xcc\xaa\xd4\x2a\x8c\xb5\x9a\x14\x18\x29\x30\x9c\x18\x44\x00\x44\xe1\xf6\x10\x4d\x01\xc5\x86\x9b\x45\xe6\x53\xa4\x23\xb6\xe6\xb0\x8a\x1c\xac\x2e\xf4\xca\x8b\xe1\x18\x8b\x28\x6e\x68\xc9\x58\x22\xfb\x31\xc1\x29\x58\xee\xc4\x10\x85\x86\x45\xcb\x04\xa2\x19\x76\x8f\x67\x6f\x27\xc7\xb3\x6e\x17\x86\xa3\xd9\x18\x97\x41\xc2\xc5\xda\xd0\x40\x61\xdd\x19\xf4\xf9\x35\x58\xdc\x9d\x8d\x0d\x24\x76\xb1\x95\x2a\xcb\x2b\xc1\xd9\x64\xac\x2d\xc3\xfe\x89\xc3\x48\xb0\x79\x39\x78\x8d\x38\xc8\x78\x5d\x7f\x0b\x55\xe5\xe9\xbc\x46\x53\xdb\x3c\x72\x7e\x07\xb7\x3b\xf0\x5e\x23\xb4\x7a\xb5\xd3\x90\xf0\xeb\xe7\x6d\xcc\x28\x23\x1f\x0f\xf5\x50\x7f\x5c\x91\x55\x2b\xa4\x13\xf0\x9c\xa0\x44\x49\xdd\xb0\xbe\x93\x39\x14\x70\xdd\x96\xed\x74\x9b\x17\x91\x21\x35\x28\xec\x5b\xe5\x59\x59\x7d\x46\x12\x31\xa1\xb2\x7d\x49\xb9\x5f\xc0\xf8\xd5\xd8\xdc\x41\x4d\xc1\x25\x3c\xf9\x81\x6c\x91\x28\x86\x5b\xe9\xf1\xcc\xfd\x67\xa5\xe3\x77\x01\x25\x16\x5a\x25\xe9\xc3\xa6\x35\x07\xbf\x5c\x66\x19\xb8\x1a\xef\x3a\x9a\x73\x40\x75\x2d\x39\xf3\x1a\xb6\xab\x97\xc4\xc6\x54\xa1\x26\xc0\x0a\x33\xee\xf2\x69\xfa\xf1\xea\x52\xd0\x7f\x07\xe3\x0c\xea\xe6\x18\x2f\xfc\x4c\xf0\xfc\xbe\xbf\xd7\x37\xe8\xe5\x35\x3b\x38\xa7\x93\x44\xe2\x31\x3c\xcd\x52\xe4\x96\x23\xe0\x66\x55\xf7\xb9\x39\x85\x43\xd3\xbf\x5c\x5d\x5e\x00\xb8\x5e\x7b\x1d\x8c\x37\x7a\xc2\x5e\x4a\xaf\x13\xb3\xf5\x9b\x85\x73\x61\x05\x9a\x7d\x65\x9f\xfa\x1b\x82\xbe\x92\xb2\x28\x3f\x6f\x2b\xa4\xbb\x64\x39\xbf\xe5\xe6\x1c\x6a\x4f\x5d\xaf\x75\xb4\x7b\x0a\x87\x95\x31\x05\x50\xc6\x3f\x11\x90\xdd\x55\x63\xcc\x3a\x5d\xed\x37\x4f\xa4\x42\x44\xfd\x92\x45\xf3\x48\x40\x96\xa1\xac\xd6\xfb\x16\xf7\x7a\xca\xd6\x6b\x11\x8d\x3d\x43\x14\x11\xb0\x37\x80\xd0\x84\x66\x1d\xf8\x7b\x83\xf2\x6e\xe6\xe0\xa0\xa9\xba\x6a\xb1\xec\x60\x53\x42\x2d\x24\x98\x2a\x2a\x6c\x55\x26\xa6\x6b\x59\x1d\x6c\x7d\x4c\xee\x83\x38\x0a\x79\xb2\x65\xdb\x02\xc0\x1e\xd0\x6d\xd0\xe7\x62\x88\x13\xc3\xfb\xa7\x55\xe2\x1a\x93\x61\x66\xbc\xf0\xab\x65\x4b\x00\xf4\x12\xd6\xfe\xe0\xf0\x59\x0d\xab\xb2\x4b\xb7\xd0\xea\x36\x4a\x42\x9f\x80\xc1\x40\x1c\x41\x07\x03\x7f\x30\x30\xc8\xfa\x25\x9b\xe8\xc1\x91\x24\x6b\xb7\x6f\x2a\xe3\x67\x41\xfe\x51\x0a\x70\x5c\x1f\xbf\x69\x0c\xcf\xd5\x97\xed\x88\xcd\x13\xbf\x6f\x01\x11\x4a\xd4\x85\x48\xed\x30\x50\x4a\x6f\x1d\x53\x7a\x5b\xaf\x3b\xd4\x88\x86\xea\x89\x68\xa8\x40\xc5\x66\x14\xd5\x68\x7f\x91\x4a\x48\x1e\x0e\xfd\xc5\x7d\xff\x04\xfc\xd0\x31\x13\xee\xab\x1f\x1a\xe2\x7d\x47\xc9\xf6\x1d\x25\xdb\x2b\x9b\x64\x15\x5b\xbf\x12\x0e\xd5\x3b\x74\x9b\x27\x41\x18\xcc\x66\x0d\x83\x81\x12\xbc\xfb\xcf\x7f\xe4\x6f\xb4\x68\x0c\x46\xff\x6c\x83\xf1\x1b\xb8\xdb\x12\x40\xfe\x8a\xa4\xf7\xf6\xa1\x6d\x53\x90\x29\x7c\xff\xe7\xe0\x89\xcb\x38\x14\xc0\xb2\xba\xc2\x25\x76\xce\x81\x9d\x13\x38\xf2\xc6\x12\xe4\xb9\xbc\x5f\xb4\x0a\x29\xd5\x56\xc2\x9a\x79\x87\x2f\x83\x2f\x1c\x28\x20\xa6\xc1\x41\x55\xfb\x30\x38\x82\xc0\xfa\x1c\x2c\xac\xaa\xaf\x43\xdd\xad\xa9\xb4\x64\xac\x9d\xf7\xd4\xd9\xcd\x35\xd4\x6d\x6e\x45\x2d\x5b\x35\x01\x34\x62\xb3\xdc\x11\x7a\x9e\xd0\xec\x51\x6e\x72\x88\x37\x03\xa2\x52\xe7\xc5\x8e\x73\xce\x7d\xdd\xe7\xca\xf0\x87\xcc\x9c\x90\x4c\x6b\x9f\x8b\xed\xd4\xf5\x25\x50\x15\xbf\x2d\xe0\x7c\xed\xc0\xf7\x06\x07\x68\x70\xe0\xb3\x7f\x8f\xfc\x01\xbf\x8b\x3c\xdc\x7e\x11\xc4\x17\xcf\x91\xab\x41\x94\xf2\x7f\x67\x54\xa1\x67\x05\x93\x34\x9f\x19\x47\xa9\x0e\x88\x6c\xfb\xc0\x73\xb1\xe9\xcc\x1c\x81\x0b\xce\x85\x9d\xcf\xa7\x7f\xbb\xf9\xf9\xf4\xd3\x4f\xe7\xc2\x79\xc7\xdb\x75\xa1\x00\x80\x64\x6d\xa6\x33\x0b\xad\x78\x79\x0d\x12\x82\x00\x96\x7a\xeb\x71\x4b\x54\x72\x72\x34\x38\x72\xf7\x7b\xfb\x7b\xce\x7e\x6f\xd0\xdb\xf3\xf6\xf6\x87\x3a\x40\x35\x81\x5d\xfe\xfb\xd3\x45\xcf\xcf\x00\xd9\xf1\xba\x09\xfb\x17\xbe\x49\x00\xe9\x7a\xd0\xdc\x90\xd1\x91\xeb\x1f\x71\x3e\x72\xb8\x7d\xe3\x57\x7e\xd9\x41\x1e\x25\xd5\x9e\x66\xb6\xed\xed\x66\xc0\x85\x27\x66\x07\x58\x36\xdf\x38\x3f\x1a\xa0\xcd\x7a\xdf\xc1\x5d\x0a\x6d\xdb\xed\x60\x3a\xa4\x6f\xdd\xe1\x0e\x01\x3b\x14\x96\x31\xb6\x69\x57\x8f\x33\xa0\x6f\x28\x6b\xb5\x4f\x6b\x82\xc4\xe1\x93\x82\x84\x68\x31\x0d\x9a\x5b\xcc\xb5\x1f\x46\x93\x59\xbe\x26\xa9\xcc\x8c\xbc\xae\x1b\xc7\x23\x80\xef\x02\x6f\x87\x40\xb8\xdb\xab\xb7\x6a\xef\x19\x2a\xf2\xb4\x20\x25\x2b\x9f\xdc\x36\x4b\x84\x99\xa8\xf9\x8d\x8a\xd1\x0e\xcc\x18\xea\xde\x6e\xbf\x3a\x8f\x32\xf8\xb9\x77\xb8\x65\x57\x36\x04\x38\x55\x6f\xfc\x5b\xa3\x09\x15\x20\x27\x27\x27\xd8\x85\xc3\xbe\xb7\x63\x90\x70\x49\x5e\x5d\x67\x4f\xb6\xea\xd3\xe5\x87\xde\x39\xf4\xfb\x1b\x83\xd0\xb8\x57\x57\xa6\x86\x7c\x5f\xd4\xdb\xb3\x85\xee\xe5\x38\x74\x33\xd0\x3c\xe0\xdb\x37\x53\x3e\xe0\x87\x87\xa6\xa2\x03\x64\x1d\x23\x80\x7f\x49\x01\xfc\x51\x0a\x8e\x62\x44\x0f\x0f\xfd\x43\x7e\xb5\x7d\x78\xf4\xd2\x11\x15\x21\xf0\x7d\x02\x0e\x8f\x4c\x75\xf1\xe1\x91\x7f\xc8\x39\xcc\xd1\x96\x2d\xc7\xa4\xd8\xdb\xbc\x56\xe8\xec\x71\x91\xd6\x79\x9e\x3a\x44\x0a\xd4\x4e\x57\xc6\x7a\xdf\x38\x8d\xc7\xd8\x3d\x0e\xde\xe6\xc7\x30\x7e\x0b\x12\x6c\x68\xd9\x46\x41\xb7\x3b\x86\x70\x08\x52\x9c\xbe\x01\x11\x8e\x77\x13\xf8\x26\xea\x7a\x28\xc6\x09\xf4\xd3\x2e\x4e\x4e\xdc\x21\x88\x70\xb2\x1b\xc3\x37\x91\x9f\x68\xf4\x6b\xcc\x99\xd5\xd0\xdb\x75\xfd\xf8\x4d\xb9\x44\xd3\xba\x90\x7f\xb4\x5d\xc9\xae\x7a\x1a\xcd\x97\xf1\x93\x1a\x28\xa9\xa9\xdb\xeb\xe0\x0c\x0c\x7a\x47\x83\xa3\xfd\x83\xde\xd1\x1e\xda\x83\xeb\x75\xaf\xa3\x81\x13\xb8\x5c\x2c\x87\x8a\x15\xd9\x78\x88\xef\xb2\xbd\xbb\xcb\x58\xf6\xfe\xde\x5e\x7f\xcf\xce\x50\x2a\x7f\xe9\xae\xb9\xeb\xe8\x4d\xda\x05\x40\x66\x38\x39\x39\xf1\xf6\xe1\x9b\xb4\x1b\xbd\x91\x49\x89\x48\x12\x86\x94\x27\x6e\x65\xf5\x69\x99\xf8\xe8\x19\x63\x82\x72\x5a\xe3\xf4\xce\x73\x1b\x41\x63\x4a\x36\xae\x17\x99\xe7\x9e\xd7\x07\xf8\xf9\x73\x9a\x51\xd1\xc2\xe7\xdb\x57\x13\xdf\x3f\x7a\xe6\xb6\xbf\x52\x50\xa3\xc5\xa5\xd1\xe0\x5d\xb5\xef\xd4\x5b\xbb\x9d\x29\xd6\x2a\xc9\xa3\xbb\xc4\xe7\x5c\xb2\x89\xb9\x1d\x6d\x67\x6e\x6a\xad\xab\x2d\x5a\xf3\x97\xa7\xa9\xab\x47\x76\xbc\x83\x0e\xee\x08\x5a\x8e\x92\x19\x10\x49\xd0\xa4\xab\xca\x86\x56\xef\x39\x67\xc8\x72\x6b\xe6\x68\x86\x3b\x8a\x51\xf9\x40\xec\xbb\x3b\x09\xd8\x61\x7f\xe1\x1b\xc1\x44\xcf\x77\x7b\x9b\xd4\x53\xf2\x9b\xa3\x27\x99\x67\x73\x27\x75\x53\x37\x36\x32\x0d\x9e\xc9\x9a\xc8\x03\xc8\xed\x18\x52\x95\x5c\xce\x7e\x24\x7e\xec\x78\x3e\xa0\x3b\x11\xdc\xe5\x20\x93\xdd\x84\x77\xa4\x68\x62\x8a\x47\xcf\x1c\x61\x8c\x16\x65\xcb\x64\xd2\xbc\xcd\xb8\xc3\x72\x7f\xf1\x35\xe2\xa6\x00\xcc\xac\xd2\xcf\x8b\x34\x85\x87\xf2\xe6\xfb\xa8\xaa\x29\x3c\xe8\x2b\xcb\x31\x4f\xc6\x04\xeb\x49\x08\x47\xe1\x25\x17\x63\x19\x90\x85\x7b\xd9\x09\xf1\x7f\x52\x09\x7c\x17\x62\xea\x08\xf9\x0d\xcd\x70\x88\xa6\x38\x34\x0e\x05\x0b\x6c\x89\x77\x16\x66\xc7\x6e\x70\xb4\x0f\xc1\x14\x42\x34\xc7\x16\xfb\x98\x1d\x0a\xea\x81\x90\xd0\x7d\x83\xb5\x5a\x0a\x08\xea\x78\x22\xd8\x54\xae\x14\x7c\x06\x4c\x88\x46\xc2\x32\x21\x9b\x03\x0c\x28\x9e\x0f\x29\x6f\x27\x80\xfe\x04\x50\xd4\x87\xd0\x0c\x2f\xe0\xf2\x22\x07\x7d\x11\x0c\x62\xb0\xc7\xfe\xf2\x03\xdb\xe1\x21\xc6\x18\x64\x32\x74\xa0\xcc\xdd\x83\x70\xbd\xf6\x7a\xdc\x16\x5f\x1d\xca\x2e\x82\x0b\xed\x35\x3f\x38\x14\xdf\xe7\x0f\x11\x0f\x92\x67\x7e\xeb\x41\xb8\x9a\x04\x39\x69\xef\xef\xfb\xfc\xef\xd1\xa1\x9f\xe0\x1e\x8a\xf0\xe0\xa8\x75\x9b\x91\xe0\x5b\x8b\x27\x1f\x1c\x89\xd7\x9e\xe7\xf9\x09\x3e\x44\x11\xde\xdb\x93\xef\x43\x32\x0d\x96\x31\xf5\x45\xcd\x5d\x5a\x68\x3f\x1a\x14\x63\x2a\x3d\x78\x38\xe0\xa6\x8b\x42\x1d\xb4\xf2\x78\xf9\x36\x3c\x5e\x76\xbb\xec\x7c\x08\x72\x1c\x9b\x8d\x5a\x42\xf8\x76\x70\xb8\x5e\xe7\x27\x91\xd1\x1f\xb5\x00\x54\xa4\x43\x10\xf3\x40\xa4\xba\x5a\x7e\x4a\x0d\x81\xd5\x76\x53\xcf\x82\xeb\x35\xfb\xed\xde\xf2\x9f\x21\xb0\xba\xee\x77\xcf\x82\x70\x15\x36\x4c\x63\x7d\x13\x7e\xeb\xf1\x03\x48\x56\x09\x2f\x55\x71\x95\x0f\x6d\x1b\x2c\x86\x41\xf5\xf6\x45\x5c\xf9\x5f\x4e\x0d\x6d\xb5\xaf\xe8\xac\x83\x13\x90\x41\x38\x8c\xb8\xb6\x6d\x06\xee\x79\xc8\x8a\x0c\x85\xd0\x67\x3f\x0b\xad\x63\xbe\xe3\x48\xa2\x7b\xfb\x70\x98\x83\x19\xf4\x2d\x7d\xf8\x40\x9f\x3f\x5e\xc8\x5f\x17\xc1\x05\xba\x38\xff\x70\x7a\xfd\xf1\xe7\xf3\x9b\x8f\x17\xef\x3f\x5e\x7c\xbc\xfe\x3b\xfa\x72\x79\xf5\xb1\x9a\x72\xfe\xe5\xea\xe3\xa7\xcb\x0b\xa4\x44\x78\x14\xe5\x1f\x13\x4a\xee\x48\x86\x38\xee\x2d\x8a\xf2\xab\x60\x4a\x54\x1a\xab\xea\xea\xf4\x3d\x2b\xe0\xfa\xfc\xc3\xf9\x57\x5e\x63\x25\xc1\x08\x93\xa9\xe3\x4d\xea\x32\x4d\xd3\x60\xf4\x88\xdd\xe3\x5b\x45\xfe\x8f\xc7\x8f\xdd\x2e\xcc\xc0\x0c\xdd\xe1\xdb\xd1\xe3\x98\xc3\xc9\x80\x10\xdd\x41\xdb\x5e\xb2\xbf\x28\x66\xef\x20\x6c\x19\x8b\x14\x4f\xd1\xb4\xe2\x39\x14\xa2\x52\xdd\x23\x47\x15\x85\xd5\x08\xcf\x42\x5d\x83\x74\x90\x49\xa9\x04\x93\x20\xcc\x1b\xf6\xdc\xd2\x6f\xb8\xef\x1f\xf4\x1b\x3d\x83\x7b\xee\x76\xe1\x4f\x71\x4c\xd5\x92\x95\x1c\x6c\x5f\x8b\xfe\x3d\xb4\xb3\xd7\x83\x15\xa6\xd8\x73\x9f\x94\xb1\x84\x89\xa8\x9a\xad\x8d\x1a\xd4\x8b\x06\xc6\xac\x14\x86\x25\x56\x39\x8f\x4d\x54\xdd\xb2\xa4\xdd\x67\xcf\x7d\x5e\xe0\x31\xea\x94\xb3\xeb\x13\x70\x70\x58\x31\xa8\x38\xf4\x0f\x44\x71\xcf\x8b\x35\x46\x71\xec\x24\xdc\xb0\x2d\x93\x0e\x26\x45\x6d\xac\x9e\x51\x3a\x1f\x94\x7b\xaa\x21\x81\x1b\x55\x19\xb4\xbd\xe5\xac\x06\x6d\x9b\xa5\xbc\xc5\x75\xd4\xe4\xa2\xb1\xa3\xcf\x4b\x44\xba\xf6\xfa\x5a\xf2\x37\x6a\xa8\xf6\xf5\xf9\x13\x60\x59\x74\x6d\x55\xfa\x3b\xcf\x94\xfd\x8c\x6c\xe2\x79\x6e\xe5\xb4\x25\xb5\x1e\xe5\x5a\xef\x70\x9d\xbd\xae\xbf\x7c\x21\xcf\x5e\x9e\xe7\xfa\x9e\x57\x5e\xf3\xf4\xdc\x67\x8e\x77\x9e\xe7\x6d\xad\xf1\x63\xd2\x58\xdf\xc7\xa4\xac\xcd\xf3\x3d\xcf\x33\x6a\x7b\xcd\x95\xa4\x86\x34\xef\xf7\xd4\x9d\x24\xb7\xb1\xf3\x1c\x87\xa6\xef\xa3\xef\x24\x44\x81\xa1\x04\x42\x39\x1e\xb9\x48\xff\xdf\x18\xc5\x4a\x72\x50\xd9\x7d\x1e\xb2\x31\xcb\xc8\x84\xb6\xa3\xe4\x3e\x9d\x04\xac\x1d\x1d\xab\x16\x42\xc3\x84\x72\xdd\xf1\x50\x82\xe9\x71\xb7\x9b\xbd\xdd\x3f\x86\x49\x17\x93\x37\xf9\x28\x1b\x23\xf6\x0f\x4e\xfe\xcb\x23\x07\x28\xc1\x01\x48\x76\x3d\x72\xc0\xe3\x5f\x98\xbd\x2b\xc3\x1d\xec\xa3\x0c\xbb\xc7\x3b\x3b\xf4\x04\xbb\xc7\x30\xeb\x62\x8e\x4f\xca\x31\xf5\x02\x90\xed\x12\xd6\xe1\xec\xbf\xc8\x1b\x8f\x1c\x14\x28\x6c\xc6\x28\xdd\x47\x14\x5b\xd6\xf1\xce\x0e\xe1\x85\x30\x39\xc6\xea\x60\x4c\xa5\x3f\xbd\x08\xda\x98\x8f\xc8\x58\x9d\xca\xe4\x95\x03\x4f\x6a\xb1\x6f\xd5\x3d\x6a\x57\x46\x55\xb4\x5c\x0b\x1d\xec\xa8\x93\x1e\xec\x66\x2a\xc0\x1d\xad\x06\x49\x30\xc1\xcd\xca\xdb\xd8\xff\xea\x61\xec\x0d\x67\xec\xf5\x8e\x87\xb2\x37\x04\xfa\x33\x40\xde\x10\x44\x77\x7b\x28\x83\x85\x79\xcb\xc4\xcd\x64\x80\xe5\x3a\xae\xeb\xb2\x46\x1f\x92\x9d\x3d\x35\x2b\xa0\x0f\xd7\x6b\xcb\x63\xc9\xce\x91\x4e\x74\x79\xa2\xd3\xdb\x63\xe9\xec\x6f\x99\xbf\xc7\x5f\xb9\xd5\xff\xbc\xde\x21\xcb\x09\xdc\xef\x21\x71\x6f\xf7\x6f\xfb\xc1\xc1\xfe\xc0\x75\x0f\x5d\x68\x14\x29\x2e\x0d\xeb\x47\x95\xd4\x84\x26\x33\xa9\x59\x91\xcd\xc6\xfa\x10\xa8\xba\x68\x2a\x2f\xab\x51\x0c\xd1\x42\x00\xe8\xcf\xb1\x65\xa1\x7b\x6c\xb9\x1c\xfc\x7c\xf1\xd6\x5d\xaf\x17\x27\xbd\x86\xf8\x33\x31\x17\x1b\xa7\x1d\x3c\x95\x62\x93\x75\x11\x5c\xf0\x8f\xa6\x6f\xf1\x8e\x47\x7a\xde\x7a\x3d\x3d\xc1\xec\x87\x92\xab\xe4\x7c\x4e\xc5\x97\xdc\x3a\x67\x8e\xad\x1d\x0b\x4d\xf1\xce\x14\xa2\xe9\x89\x47\x76\x7a\x1e\x23\x8c\x94\x89\xad\xcd\x94\xe8\xb2\xa5\x75\x9c\x9d\xe0\x81\x7b\xb4\x7f\x0c\x69\x17\x7b\x3d\x94\xed\xf2\x47\x71\x19\x90\x9d\xe0\x9e\x78\xc1\xd2\x7b\xfa\x2c\x53\x80\xe9\x9b\x19\xe8\xa1\xfd\x23\xe4\x41\xb8\xb3\x7f\x04\xdf\xba\x43\x91\xb4\x43\x91\x07\xfd\xe9\x2e\xfb\xcd\x7e\xa2\xf4\x0d\x1e\xec\xb9\xfd\xbd\xa3\xa3\xfd\xde\x41\xff\xc0\x1d\x1c\xed\x23\x40\xf1\x5e\x6f\x87\xc2\x13\x57\xb4\x67\x09\x5c\x94\xb2\x13\xc3\xe2\x38\x38\xc1\x07\xc7\x70\x09\xd8\x72\x72\x21\x0a\x76\xf0\x81\x00\x25\x00\x33\xe0\xb9\x28\x10\xe1\x1b\x50\x80\xe9\x8e\xc7\x32\xf7\xfa\xc7\x70\x02\xbc\xb7\x6f\x7b\x7d\x9e\xbb\xd7\x6f\xf1\xc7\x00\xa2\x25\xf0\x58\xee\x09\x93\x62\xef\x71\x08\xa4\x53\xaf\xac\x6c\xc9\xd1\x0b\x28\x2b\x8c\xbf\x34\x57\xc2\xa2\x8c\x31\x82\x17\x27\xee\x70\xde\x65\xc2\xee\xbd\x5a\x1d\x6f\xf1\x62\x68\xb9\x8e\x55\xf9\x64\x27\x87\xdd\x7b\xff\x5e\xc7\x42\xca\x77\x16\xb0\x6b\x39\x56\x57\x25\xb1\x04\xe8\xcf\xbb\xf7\xca\x4a\x40\x85\x46\x12\xf6\x50\xfd\x9e\xdf\xef\xd5\x2e\xfe\x7a\xde\x6b\xec\x03\xf6\x7b\x26\x8f\xe4\xac\xf1\x4b\x46\x26\x51\x1e\xa5\x15\x03\xbc\xac\xe1\x74\x2e\x16\x9d\xec\x8f\x87\x2a\x77\xef\xd5\xfc\xd1\xf6\x25\xa2\x6b\x6b\x38\x16\xab\xeb\x02\x91\xfd\xff\x63\x66\xde\xc2\x8a\xe1\x46\x84\x3d\x32\x94\x95\x53\xe8\xab\x5f\x48\x49\x4b\xcd\xe3\xf7\x9c\x05\x2a\x1b\x11\x03\xd9\x30\xc8\x95\x56\x64\xaf\xa2\x15\xd9\xf3\x8f\xf6\x78\x79\xcf\xcb\x60\xba\xac\x49\x46\x02\x4a\x7c\x7e\x4c\x35\xcb\x62\x12\x2b\x2f\xeb\x39\x01\x4c\xd9\x78\xec\xed\x43\xa3\xd8\x0a\xc0\x62\x44\x72\x56\x81\x94\xf0\x4c\xa0\x9d\xa3\x43\xff\x88\x8b\x3f\xde\x73\x5a\xa7\x17\x54\xf3\xe8\xcb\xd3\xfa\x66\x35\xf2\x46\xac\xe7\x6d\x91\xb2\xd4\x7d\xe8\x51\x0f\x3a\x69\xf2\x3e\x23\xe4\x37\xd2\x22\xc0\x73\x0f\x20\xb0\xa6\xfc\xf1\x99\x4b\xb0\xa4\x94\x36\x6d\x9b\x82\x04\x0e\x09\xc8\x40\x02\xa1\x9f\x14\xf2\xbe\xd7\x3d\xf0\x3d\xf7\x40\x5d\x3b\xf6\xfc\x23\x31\xf9\xdb\x6e\xcd\xfb\x52\x7d\xc1\x55\x11\xba\x31\xdb\x50\x2d\x9b\xc2\x72\x9b\xc8\x83\x89\x69\x5a\xc3\x83\xcc\xc3\x5a\xbb\x94\xa9\xa3\x3e\xa0\x78\x07\x1b\x76\x22\x0d\x4d\xb8\x08\xe6\x24\x6f\xac\x9d\xe5\x77\xf9\x74\x88\x6a\x5c\xdf\x73\x5d\x24\xab\xe3\x15\x6c\x11\xe5\xb8\xb1\x85\xba\x9e\x36\x7b\x6e\x44\xdc\x7d\xa6\xbf\xb5\xde\x96\x7d\x95\x57\xc0\xaa\xcf\xc2\xa2\x81\x37\x66\x8b\x56\xff\xe0\xa8\x6c\x42\x94\x9f\x7f\xa7\x24\xc9\xa3\xdb\xf8\x39\x7a\x28\xc1\x55\x3b\x94\x63\xa9\x82\x0e\x59\xaf\x09\x07\x9b\x6b\xa0\x07\xd6\x82\xde\x96\x03\x61\xb5\x05\xef\xb3\xf4\x37\x92\xbc\xb8\x76\x56\xf9\x7a\xcd\xc3\x6e\xb2\xca\xb7\xd6\xbd\x85\x05\x55\xeb\xbe\x22\x41\x4c\xc2\x3f\xbc\xee\x57\xb0\xab\x88\x71\x12\xcf\x93\xd7\x29\x9e\x77\xe4\x7b\x5e\x69\x95\xdb\xeb\x6d\xe1\x56\x06\x45\xed\x95\x1d\xe2\xf6\xe6\xbf\x93\x8e\xf6\x7c\xcf\xdd\x6b\xa2\xa3\xde\x16\x4e\xf6\x24\x8b\x59\x64\xe4\x9e\x24\x54\x52\x17\x8f\x52\xfb\x7f\xc3\x6d\x7a\xbf\x87\x01\xe6\x24\x88\xff\xcf\x1a\xf4\xfc\xe1\x54\x4f\x7e\x35\xe6\x36\x23\x84\x9e\xcb\x83\x81\x48\xdb\x37\xd7\xf7\x7a\xc6\x49\xb1\xf7\x12\x73\xde\xc1\x1e\xeb\xf8\xaa\x68\x65\xa3\xc6\xd8\xcd\x63\x6c\xfd\x66\xa1\x4c\x58\x08\x8d\x44\xd0\xff\xf6\x6f\xe3\xd2\x3e\x68\x33\x68\x77\xb3\xb9\x90\x94\x60\x54\x11\x56\x57\xd8\xbc\xc0\xae\x35\xb6\x04\xc8\x66\x69\x13\x84\x2a\x0e\xaa\xbc\x2f\xcf\x9e\x7a\xe5\x78\x7d\x10\xd2\x53\xed\x80\xfd\x82\x73\x75\x6f\xfb\xad\x66\xf5\x5c\x6d\xd6\xa0\x0e\xd4\xcf\x9e\xa3\xfb\xcf\x8a\x88\xa8\x8c\x39\xa8\xa0\xef\xf6\x0f\xa5\x43\x5a\x4f\x38\xa4\x0d\x14\xf0\x9d\x2b\x80\xef\x18\xd1\x86\xd2\x98\x73\x26\x81\xf0\xa6\xec\xbd\x42\xbd\xeb\xed\xa9\xb0\x4a\x03\x11\x3f\xfd\x9e\x91\x78\x1f\x02\x01\x7c\x77\x34\x10\xa1\x95\x3c\xaf\x27\x62\x2b\x79\x83\x7d\x11\x5c\xc9\xf3\xfa\x10\x3d\xe0\xc0\x88\x4f\x74\x8e\x03\x1d\xe4\xf0\x3b\x3e\xb7\xed\x73\x15\x34\x3a\x47\x97\xf8\xbb\x6d\x7f\x77\xee\x0f\xd7\x6b\xcb\x42\x57\x38\x70\xbe\x64\xe9\x3c\xca\x09\xfa\x8c\x8d\x08\x7d\x31\x38\x87\x26\x1c\x31\x5c\x15\xe8\x0b\xce\xf0\x9d\x33\xe5\xc8\x9f\x35\x0b\x20\x31\x03\x57\x4e\x46\xf2\x34\xbe\x27\x80\x23\xa8\x03\x5a\xd1\x5b\xae\x0a\x38\xda\x88\x12\x3d\xc6\xd5\x6d\xfb\x14\x9d\xc2\x42\xa1\xc0\x7c\x5e\xaf\x1b\xec\xea\x65\x7b\xbf\x12\x46\x9c\x51\x9a\xf0\x20\x7a\xd0\xb6\xa9\x43\x67\x24\x01\xa7\xa6\x61\x7f\xc6\xed\x34\xf0\xa5\xf6\xeb\xb2\xf6\x9d\x7d\x0b\xda\xf6\x8e\x87\x31\x7e\x2c\x93\xcf\x66\x59\x3a\x27\xbb\xfb\xfb\x96\x8a\x4b\x9f\xc0\x55\x51\x00\x88\xbe\x6e\x2a\xca\x95\xb1\x16\xe8\x4c\x38\xc2\xc0\xa6\xf9\x18\xa0\x98\xf0\xe6\x40\xd6\xb0\x02\x7d\x6b\x40\x27\x20\xce\x4d\x02\x57\xec\x5f\xdc\x71\x95\x85\x93\x73\x33\x69\xdd\x57\xd5\xe9\xea\xbe\x9c\xbd\xbc\x67\xe7\x10\xcc\x7e\xe5\xf2\xf2\x5c\xe7\xd4\xe1\x30\x45\x54\x9a\x68\x48\x9d\xf4\x9b\x4f\x9d\x69\x10\xc5\xfc\x02\x42\xce\x0d\x5a\xf2\xdf\x6c\xf0\xd0\x04\x53\x27\x4c\xe7\x41\x94\xb4\xd8\x2c\xe6\x43\x10\xad\xd7\xa0\xc7\x2b\x98\xd9\xf6\x3b\x26\x7c\xb1\x9f\xd8\x63\xab\x1e\x63\x9c\x0f\x33\x9c\xf8\x60\x62\xdb\x13\x87\x24\x94\x64\x80\x4d\x74\x0e\x12\x88\x26\xb6\x0d\x26\x0e\xf9\x1e\x51\xc0\x96\x44\xc7\x85\xec\x15\xc6\x9c\xdf\xb0\x09\x1b\x2e\xc1\x03\xb0\xe4\xec\xed\x4c\x66\x41\x94\xb4\x27\x8f\x93\x98\x58\x10\xfa\x20\xc5\x5f\xf9\xc5\x80\x54\x18\x64\x28\x46\x4b\xe8\xc7\x2c\xcd\x5f\x82\x44\xcd\x4a\x08\x57\x13\xdb\xee\x04\xbc\x01\xa2\xae\x25\x08\x61\x51\x1c\x2b\x55\xcb\x49\x7a\x0c\x03\x90\x71\x88\x7d\xd8\x62\x03\x8a\x47\x63\x24\x86\xd9\x43\xd4\xb6\x3b\xa2\x73\x67\xc2\x0d\xb4\x28\xd0\x59\x65\x86\xe7\xa2\x01\xc1\x86\x01\xa5\x5c\xf6\x62\x1a\x52\xfc\x2f\x15\x09\xd7\xb6\x01\xc5\xb7\x55\x30\xd3\xe1\xb9\x43\xe6\x11\x05\xd6\x32\x99\x05\x49\x18\x93\x50\x93\xab\x85\x22\x44\xa0\x0f\x32\x1c\x38\x69\xa2\xdf\x67\xea\x3d\x1c\x66\x60\x25\x87\xcc\x27\x28\x23\x41\x9e\x26\x7e\x54\x70\x84\xc6\x80\xaf\xa8\x34\xe6\x1a\x5b\x87\xb0\xd5\xae\x7f\x00\xeb\x27\x55\x58\x5b\x7e\xdf\xce\x8c\x5a\xf9\xb5\x30\x9f\xcd\xcf\xeb\x35\x6b\xfd\xb0\xe7\x7b\x3c\x25\x50\x9e\x72\x29\x5b\x45\x44\x2a\x54\xa8\x73\xcf\xb7\xc3\x7f\x35\x61\x30\x78\x1d\x45\x24\x8c\x2c\x00\x2b\x84\x23\x6d\x4c\x54\x40\x8c\x02\xbd\x7b\xe1\xb0\xb6\xca\xd1\xd2\xcd\xfd\xb3\xe8\x87\xc5\x47\x8a\xf2\x91\xd2\xef\x64\x1f\xb9\x99\xe2\xe6\x40\xb1\xd9\xe1\x27\xe9\x02\x5d\x34\x5c\x71\xf1\x9b\x2c\xea\xdc\x84\xeb\x35\x60\x7f\x70\xc7\x45\x80\x62\xea\xdc\x3c\xac\xd7\x14\x3a\x37\xf7\x98\x20\xea\xdc\xe4\xb8\xc7\xfe\x04\x22\x5b\xc0\x32\x4c\x14\x48\x2e\x44\xdf\x64\xf0\x81\x02\x7d\x6c\x0a\x0e\x85\x55\xe0\xd7\x4e\xe6\xdc\x84\x70\x95\xc9\x8a\x32\x9c\xf1\x7a\x32\xbe\xda\xa2\x29\xc8\xb8\x0d\xa8\x86\x0a\x93\x6b\xa3\x0c\x9c\x2c\x97\x6c\xd8\x8e\x68\x4e\xe2\xa9\x05\x8f\x01\xc5\x5f\x99\x70\x37\xbc\xdf\x88\xc0\x9d\xe0\xd5\xcd\x83\x9f\xa1\x9b\xd0\xef\x78\x05\xaf\x82\x4a\x5f\x27\x94\x83\x8f\x28\x41\x1e\x44\x39\xb8\xe0\x3f\xd4\x7a\x8a\xe0\x4a\xda\x71\x27\x3c\xee\x36\x5b\x8a\x99\x18\x85\x8c\x8d\x82\x87\xbe\x81\x8c\x47\x23\x2d\xd9\xa2\x32\xfc\x36\x6a\xe3\x47\xb4\xa2\x75\xbd\x5e\x83\xab\xca\x88\xcc\x84\x96\xe2\x0a\xa9\xce\x59\xc8\xba\x99\x59\x10\x85\xdc\x0b\xd4\xb4\x48\x66\x0d\x26\x80\xb5\x54\xa0\x4c\x89\xc6\xca\xdf\xaa\xfa\x4c\x57\xaf\xa0\xec\x0b\x64\xea\xe3\x94\x9b\x29\x5f\xf4\xe2\xa7\xa6\x6e\xf1\x98\x6b\x9f\xd3\x90\x33\x04\xfe\xf3\xbe\x9a\x67\xa6\xf3\x08\xaf\x7f\xe3\x36\x4e\x80\xda\x82\x2b\x13\x47\x8d\x31\xfa\x46\xdb\x9d\x2f\x60\x21\xfb\x5f\xc6\xfa\xce\x9c\xf4\x1b\x6e\x30\x38\x66\x47\x2e\x94\x71\x76\xdd\xe8\x6b\x6e\xdb\x14\x65\x92\x5b\x63\xb6\x64\xc4\x4f\xbf\xd2\xf0\x89\x08\x01\x96\x29\x07\xdb\xc0\xb6\xe5\x8f\xda\x8b\xdc\xb6\xbf\x89\xa6\xf1\xb0\x82\x8a\x47\x17\x88\x0f\x73\x63\x2c\x23\xf6\x1d\xdf\x61\x65\x8d\x5c\x4f\x84\x92\xcd\xb8\xc7\x09\x79\x68\xd3\x96\x32\x76\x66\xc5\x4a\xb0\x3b\xb5\x05\x61\x36\xc9\x3c\x6e\xac\x4c\x65\x2b\x1b\xb3\xd9\x66\x89\x05\xba\x73\xa6\xf8\x4b\x63\x7c\x4f\x8c\xf1\x95\x40\xb0\x15\x40\xeb\xec\xa5\x9f\x09\xec\xf7\x25\x58\x3a\x1f\xba\x4b\xe7\x97\xee\x52\xa0\x63\xaf\x24\xc9\xf9\x57\x1c\x55\xc1\xeb\xf5\x20\x30\x08\x51\xa4\x79\x10\x18\x29\x91\xc4\x71\x51\x32\x11\x2b\xf3\x4a\x95\x57\x92\xf0\x4a\x34\xb9\x41\x2b\xf7\xa5\x62\x5e\x0f\x5c\xa4\xf6\x5a\x28\xe8\x5d\x8d\xb3\x6c\xaf\x28\x1b\xa4\xeb\x75\xe7\x1a\x56\x2b\xe0\x23\xd5\x18\x42\x89\x6d\x39\xac\x16\x3e\x0a\x57\xbe\xf0\x3e\x82\xd5\x22\x3b\xe0\x9a\x89\xfd\x1b\x28\x08\x57\x8e\x70\x7e\x74\xc4\x72\x3a\x95\x3a\xc7\xb2\xe2\xc0\x0c\x22\x56\x61\x9b\x88\xd1\x33\x15\x81\x7f\x94\x2c\x11\xf1\xdf\x5c\x96\x48\x6b\x7b\xa0\x58\x01\xa3\xb1\x94\x53\xbc\xd6\x94\x1b\x89\x54\xcf\x66\xdc\x3c\x02\xa7\xdd\x2e\x8a\x71\xc7\x6b\x65\x82\x4a\xa5\xb2\x14\x05\xdd\x2e\xd2\x72\x0b\x6b\x34\x27\xbf\x4a\x01\xf1\x7a\x0d\x62\xce\x5b\x47\xf9\x18\x13\xb4\xb3\x13\xac\xd7\x89\xc0\xc9\x97\x5b\x9e\x4e\x2a\xca\x45\x98\x3a\xc4\xb6\x23\x90\x3a\xf7\x15\xe2\xcf\x82\x9a\xd3\xe0\xb6\xde\xf3\x1e\x47\xb5\x1e\x37\x75\x70\xb3\xf9\xe5\xe0\x25\x7c\x9b\x2a\x1b\x15\xb1\x46\x25\x20\xaa\x36\x4a\x1e\x52\x7a\xbe\xe7\xf5\x90\xe7\xf5\x7d\xcf\xeb\x37\x60\x94\x4b\x5c\x37\x8d\x55\x3e\xf0\xbd\xfe\x80\x83\x71\x79\x83\xf2\x90\x26\x9c\xac\x04\xba\x9b\x89\x28\x64\xc2\x2c\xec\xef\xfb\xfb\xfb\x0a\x5d\xcc\xc4\x0f\x17\x20\x51\x7d\xff\xa8\x8f\x8e\x06\xfe\xd1\x80\x1f\x96\x9e\xb9\xc8\x57\xce\x6b\x7d\x6e\xd0\x04\xc4\xcd\xfe\x57\x32\x8d\xb9\xab\xfa\xaa\x80\xc2\xfb\x1a\xa5\xa5\xcf\x02\x4f\xa8\x6a\x52\xeb\xb7\x4a\x55\xe7\x35\x31\x8a\xc8\x92\xc5\x32\x22\x66\x45\x54\x38\x32\x0a\x14\xb1\xf1\xab\xa4\x18\x27\x20\x28\x07\x7e\x18\x81\x1c\x51\x14\x6b\x7f\x35\xf1\x24\xf5\xe0\x62\xcc\xf6\xfd\x7e\x03\xe6\x3a\x1f\x83\xe7\x8c\xef\xf7\xe5\x18\x78\x82\xc1\xf4\x25\x84\xc2\xc1\x51\xd5\xa6\x6b\x30\x60\x0d\x6b\x1a\x23\x7d\x8c\x42\x4b\x1c\xbc\xc0\xd5\x39\xae\x8d\x0f\x62\x12\xf0\xa6\xc3\xf3\x04\x77\xaa\xa5\xd5\xbf\xe3\xd4\x69\x5c\x50\x2f\xd7\xeb\x49\x65\xa0\x75\xc3\x6a\xdb\x5f\xc2\xc3\x65\x01\x19\x1a\x25\xd8\xb4\x2c\xea\x0f\x89\x6f\xba\xc5\xf7\xc6\x5c\x98\x66\xb2\xfd\x52\xfb\xbc\xcb\x89\xe3\xa1\x8e\xab\x96\x5b\xf2\xde\x48\x98\x6c\xb9\xbe\x01\x0f\x4c\x84\x9d\x96\x57\x49\x03\x1c\x47\x54\xbc\xe9\x6d\xbe\x41\x94\x03\x85\xf2\xd7\xfd\x2d\xaf\x11\xe5\x6d\xe4\x79\x06\x4f\xe5\x41\x74\xd4\x1f\x0b\x70\xdf\x10\x8f\x92\x65\x1c\x97\xee\xac\x9c\xbd\x49\xbc\x81\x90\x43\x9b\x93\x07\x90\xcb\x04\x82\x42\x28\xbe\x9b\x89\xf3\xbb\x14\x2f\xa6\x38\x03\x29\x98\xc1\xe1\xcc\xaf\x2b\x70\x20\x5a\xd4\xd6\x8d\x12\xf8\xa6\xa8\xc4\x89\x4e\xc1\x02\x0e\x17\xfe\x74\x93\x9c\x0d\x7f\xac\x2a\xc0\xa3\x50\x7c\xa9\x8b\x95\xfe\x16\x55\xe5\xd1\x41\x15\xaf\xa7\xaf\xfc\x9b\x07\x15\x34\x9e\xcd\xf5\x2b\x09\xc8\xa9\xde\x89\x00\xea\x4c\xc1\xaa\x40\x9e\xf2\xd2\xf2\x0a\x58\x3e\xf4\x8a\xfa\x2a\xaf\xdd\xa8\x18\x14\x98\xa1\x54\xd2\x60\x86\x23\x20\x90\xb6\x12\x90\x0a\x19\x53\xc9\x33\xce\x54\xe6\x44\x1d\x57\x4a\x97\x81\xd6\x07\x7b\x85\xf2\x23\x14\xa6\x53\x9b\xcb\x5f\x5f\xd4\xf4\x9f\xb1\xcf\x11\xf6\x99\x72\x7c\x94\xa2\xd0\xec\x45\x4c\x68\x63\x2f\xa8\x42\x10\x17\x71\xd3\xcb\x19\xe5\x6e\x3a\x9d\xa8\x12\xca\x0c\xda\xb6\x28\xa9\x4d\x46\x74\x2c\xa7\xda\x68\xb4\xbe\x2a\xe9\xbf\xc6\x97\xb4\xbf\x5f\x91\xf0\x48\x89\xe2\x92\x55\x50\x5c\xa4\x5e\x2c\x51\x28\x2d\x78\x34\xe6\x97\xcc\x22\x40\x9c\x8a\x4c\x4b\x61\xd1\x22\xe0\xb0\x07\x41\x52\xaa\x4a\x37\xfc\x14\x4b\xac\x97\x56\x98\xae\x94\xdb\xdc\x4d\x74\xa2\xe3\xfe\x4a\x06\x21\x09\x43\x05\xd5\x4d\x13\x1e\x4b\xaa\x78\x98\x45\x31\x01\x1d\x00\x08\xa6\x23\x8d\x15\xc3\x51\xb9\x65\xe3\xf5\x96\x2b\x4b\x20\xf2\x63\xaf\x50\x00\x5f\x95\x19\x92\xb1\xaa\x1a\x0d\xce\xda\x4a\x0a\xdd\x1c\xf1\xc3\x9e\x7f\xc8\xf5\xc6\xfd\x2d\x7a\xe3\xa3\xa3\x8d\xe5\x23\x56\x8d\x59\xf9\xd6\xd0\x70\x26\xb9\x43\x93\xa8\x05\xdd\x37\x34\xa8\x24\x81\xe7\x2c\xa1\x94\xab\x65\x23\xc1\x56\x2f\xb7\x9a\x2d\xca\x12\xc3\xcf\x5b\xde\x63\x19\x2d\xe1\x6d\xd8\xa2\x25\x3e\xaa\xbb\x7b\xee\x1f\x49\xaf\x77\xb7\xba\x6b\xb2\xb6\x45\x20\xda\x68\x9b\xe9\xbd\x15\xa1\x5c\x94\x1c\xa3\x25\x9a\x34\xed\x42\x91\x6f\xee\x41\x8a\x63\x06\x20\x82\x18\xe3\xc9\x30\x1a\xe5\x63\x1f\xc4\x98\x72\xf7\xd1\x1c\xc2\x61\x02\x62\x1d\x67\x70\x18\x3b\x26\x09\x76\x30\x8e\x9d\x3b\x42\x87\xfc\x5f\xc1\x89\x27\x2a\xfa\x93\x9f\x82\x25\xce\x40\x04\xe1\x90\x80\x25\xca\x91\x7e\xb3\x75\x98\x94\x5d\xa6\x60\xc6\x7a\xf2\x9e\x77\xe9\x29\xc7\x63\x16\xe4\xcd\x2e\x87\x62\x61\xd6\x2c\x0d\x07\x4f\xfa\xf8\x28\x6e\x20\x37\x21\xf3\x82\x71\xb3\x62\xf3\xed\x36\xa3\x43\xd4\x49\x98\x60\xde\xb0\x76\x78\x63\x9e\xc7\xba\x2a\xab\x4b\x1f\x92\xbf\x92\x47\x7e\xe1\xe6\xaa\x0b\x37\xf7\xc8\xf7\x5c\xe3\xc2\x6d\xf0\x8c\x98\x56\xe9\xdd\xc6\x2d\xd7\x66\x9d\x1b\x59\xaa\xfd\xe4\xe8\xf5\xe5\x76\x93\x08\x13\xcb\x72\xaf\xa1\x1b\x7b\x4d\x7d\x00\x9e\xf4\x6a\x14\x37\x4a\xad\xcc\xb6\x37\x1a\x96\x6f\x5b\xa0\x7c\xfe\x9d\xc9\x8c\x4c\xbe\xf1\x07\xb3\x7d\x19\x8f\x54\xcf\x52\xcb\x26\x26\x9b\xdb\x61\xfd\xe2\x6a\xb0\x65\xf3\x53\xa2\xc1\x91\x74\x68\xe0\xcb\x39\x92\xcb\x39\x95\xbd\xe0\x50\x7e\x9e\x8c\x19\xc4\x86\x3f\x96\xd7\xb8\x22\x3c\x57\xb5\x4b\xe6\xba\x4e\xd9\x72\x16\x95\x85\x68\x86\xa6\x9b\x2b\x7b\x30\x4c\x8d\x95\xdd\x1f\xa3\x05\xce\x9c\x29\xc8\x41\x0a\xd1\x92\x4b\x94\x9d\x05\x57\xc3\xc7\x60\x86\x99\x68\x50\xba\x71\x83\x19\x87\xfe\x9b\xc2\xd6\x02\x07\xc0\x85\x45\x34\x05\x11\x58\x94\xd1\x45\xb9\xf6\xde\xc3\x18\x2f\x8c\x50\xa1\x9d\x18\x4c\xab\x9e\xe2\x21\xaf\x71\x8a\x96\xe2\x8b\x90\x31\x85\xf5\x3a\x64\xe3\xbc\x5e\xf3\xef\x43\xfd\x7d\xf9\x61\x28\x58\x0a\x9e\x20\x2a\xbe\x46\x21\x54\x81\xac\xc4\x73\x00\x5c\x34\xd1\x5b\x58\xc7\x2d\x2a\x56\x3d\x1d\xd6\xac\x9c\x50\xdb\x06\xfc\xaf\x60\x43\x53\x34\x81\x06\x1c\x4f\x2d\xe2\xd5\x56\x9e\x53\xb5\x02\x1f\x6c\xb3\xfb\x95\xd6\x1f\x07\x92\x63\x0b\x37\x94\xa8\xf4\x52\xe1\x17\x65\x72\xbe\xf7\xf9\x74\x53\xe7\x2b\xb9\x3b\xff\xbe\x40\x31\xce\xd1\x12\x1b\x5e\xf1\x68\x82\x77\x83\xdd\x3b\x14\x8a\x3f\x33\xae\x4d\xca\xc1\x04\x76\x30\x9e\xf0\x93\x80\x70\x51\x07\x9d\xd9\x7a\xbd\x15\xd2\x22\xd4\x37\x4d\xdc\x17\xdd\x82\x63\xdc\xf1\x90\x28\x66\xb2\x5e\xe7\x20\x84\x18\x87\xeb\xb5\xb5\x1b\xec\x46\x56\x07\xe7\x60\x82\xac\xc8\xe2\xda\x10\xb8\xaa\x63\x49\x0b\xed\x2a\x13\x1e\x4c\xdf\x87\x1c\x45\x02\xcb\x6e\x62\x40\xe9\xa8\x59\x49\x6c\x3b\xb2\x6d\x52\xb9\x00\xc3\x38\xb7\xed\xc9\x90\xf8\x19\x98\x71\xed\x55\xcc\xe5\xb8\xc9\x90\x38\x79\xba\xcc\x26\x84\x3b\x7b\xfb\x31\x00\x11\xae\x80\x09\xe4\xd0\xcc\x12\xb1\x42\x02\x85\x62\xe5\xb3\x53\x84\x80\x99\x5a\xa2\xdc\x70\xa0\x98\x56\x6f\xd6\x18\xbf\xcf\x19\xbb\xcd\x11\x79\xd6\xa9\x5f\x1d\xc0\x46\x64\x5c\x73\x5b\xa7\x70\xc5\x52\xb1\x70\x68\x5e\xe0\x08\xc4\x10\xcd\xb1\x7b\xbc\x50\xd7\x2f\xf3\x63\x38\x05\x8b\xd1\x9c\x5f\xbf\x2c\x2b\x03\x90\x23\x13\xfe\x60\x69\xf8\x31\x08\x6a\xb0\x58\x07\x94\x52\x4e\x26\xc1\x26\xbf\x06\xa5\xf5\x50\x68\x1b\xa6\x47\xc3\xc0\xdf\x1f\xa8\x63\x0c\xf7\x68\x38\x74\xfd\x43\xc3\xae\x6a\xf0\x12\xa4\x31\xcf\x3b\x84\x2d\xce\xa4\xc0\x8a\x06\x19\x1b\x1e\xdd\x46\xde\x03\x36\x68\xd3\x34\x9b\x90\xd0\xa7\x1d\x8c\x77\x9d\x5d\x87\x7c\x27\x93\x02\xad\xd8\x1f\x5f\x5e\xf3\x7b\x87\xbe\xe7\x1d\x1a\xdc\x72\xc3\x4c\x89\xd3\xb2\x75\x67\x75\x58\x11\x77\xce\x34\x0e\xee\x72\xdb\x56\x88\x15\xa2\x4a\xf3\xc2\x9e\x67\xd8\x82\xca\xc0\x17\x97\x69\x50\xc6\x87\xa2\xec\xf8\x4b\xd0\xb6\x18\x17\xce\x14\x32\x15\x17\x01\x07\xf2\x4c\xe7\x1d\xf0\x11\xe9\xeb\x35\x85\x2a\xaa\x2e\x71\xed\xa8\x83\x36\x6d\x5c\x4b\xe2\x32\x6e\xb8\x00\x2e\xa5\x32\x68\xa6\x4f\x47\xe9\xb8\x55\xe7\x61\xc9\x50\xa1\x95\xa8\xf0\x97\x62\x2c\x00\x85\xa3\x74\x0c\xa4\xb9\x6e\x06\x61\x81\xea\x2c\x29\xc5\x39\x08\x90\xd0\x38\x8b\x1b\x3a\x0e\x56\x5a\xe2\xfd\x71\x06\xdb\x12\x40\x56\xdc\xbe\x6c\xa9\x83\x56\xab\x4f\x3a\xb1\x73\x17\xa7\xb7\x41\xac\xbe\x8a\x40\xcc\xf6\x8d\x7b\x1e\x17\x38\x76\x96\x49\x34\x49\x43\xd2\x8a\x4b\x64\x42\xec\xea\xa5\x17\xa2\x19\x1e\x8d\xd1\x14\xbb\xc7\x12\x5b\x07\x84\x58\x94\x00\x8f\x45\x23\x17\xaa\xca\x90\x6b\x26\x66\xa3\xe9\x18\x2f\x10\x37\x23\x5f\xd8\x36\x30\xcb\x4d\xc0\x12\x65\x66\x0a\x64\xec\x1f\x4d\xbb\xdd\xc2\x30\x1b\x9f\x0e\x59\x55\xfe\xac\x18\x2b\xc8\x96\x03\xdf\xf3\xca\xc8\x0e\xfd\x81\xdf\xd7\x9c\xbe\xef\xef\xf7\x39\x49\xbc\xc4\x65\x40\x93\x84\xc6\x15\xea\x1f\x29\x9f\x01\x09\x6c\xcf\x88\x24\x90\x44\x82\x72\x09\x7d\x18\x7c\x47\x25\x0a\x22\x5a\x9a\xde\x04\x13\xbc\xfb\x8f\x1f\xc0\xe8\x07\xfb\xd7\xff\x1e\xaf\xff\x11\xfe\x23\x1c\xae\xdf\x8e\xfe\x79\x32\x7e\x73\x02\x05\xeb\xaf\xbd\x85\xbb\x77\x8a\xf6\x32\xb2\x88\x83\x09\xb1\x50\xaf\x42\x7d\x33\x34\x45\x8b\x06\xea\x33\x42\x23\x4b\xfa\x8b\x36\xe9\x6f\xb6\x49\x7f\x91\xb6\x8c\x45\x09\xa3\x40\xe9\xcc\x26\x27\x2d\x81\xdc\x6c\xdf\xa4\x3d\x55\xd1\x12\x2f\xc0\x54\x52\x1f\x12\x01\xb7\x96\x15\xfa\x5b\x1a\xf4\x37\x11\xf4\x17\x56\xe8\x0f\xcd\x9a\xee\x7f\xb2\xd6\x6c\xbd\x06\xda\xf1\x20\x93\xd1\x58\xef\xf1\x44\x52\x2a\x07\x0e\x16\x6d\xb8\xc3\x13\x4d\xa1\x13\x93\x42\xb5\x4b\xe2\x2d\x1e\x8d\x8f\x25\x29\x3e\xe2\x00\x4c\x50\xc8\x9b\x2a\x86\x06\x3f\x42\xe1\xd2\x18\x4d\xc1\xad\x38\xba\x3f\x42\xd4\xb9\x97\xa9\x9c\x4a\x65\x3b\x1e\x19\xf9\xf2\x9b\xff\xb2\x9a\x14\x84\x28\x31\x53\x20\xba\x83\x50\xd7\x7d\x83\x1e\xb0\x65\xa1\x73\xec\xa2\xef\xd8\x3d\xfe\xfe\x56\xf9\xc7\x1d\x7f\xef\x76\xe1\xea\x11\xdf\x8e\xbe\x8f\xf5\x5a\xba\xac\xd4\x84\xae\x70\x0e\x62\x10\x01\x69\xba\x01\x51\xa8\xe1\xed\x5c\x88\x3e\xb3\x65\x77\x8a\xbd\xe3\xd3\xb7\x8f\xaa\xd0\xd3\x6e\x17\x7e\x36\xef\x15\x30\xc6\xe0\x06\x3f\x8e\x4e\xc7\x70\x78\xe3\xcb\xd2\x6f\x74\x74\xdb\x47\xe7\x2e\x4b\x97\x0b\x7e\x7f\x3b\x13\x23\x74\x8d\x47\x97\x63\x15\x10\xe3\x33\xba\x62\x83\xa5\x29\xe5\x8b\x6d\x5f\x8b\xe2\xbf\x88\x22\xbe\xea\x39\x92\x8a\x3d\xa9\xa0\xb8\x86\x52\x90\xfb\x8a\xe7\xe0\x12\x85\xe8\x0a\x7d\x46\x5f\x18\x8d\x5c\x9d\xe0\x73\xdb\x06\x0f\x5d\x1c\xca\x3b\xe6\x73\x74\x05\xbb\x5f\xd1\x39\xbe\xea\x5e\xaa\x0e\xaa\xd5\xfe\xd0\xd5\xb9\x60\x31\x2e\xe3\x4b\xce\xb9\xba\x54\x06\x96\x54\xda\xee\xa4\x4b\x4a\x44\x85\x48\xfd\x9c\xe1\x70\x83\xe2\x53\xdb\x06\x29\xce\x98\x80\x3c\xc3\x13\x88\xa6\xea\xc2\x7e\x66\x2c\xb4\x4c\x95\x3c\x69\x49\x5d\x6c\x50\x06\x9f\x10\xea\x58\xeb\x07\x4b\xaa\x47\xad\x1f\x2c\xae\x2f\xb5\x6c\x95\x22\xb5\xb3\xd6\xaf\x3a\x81\x6a\xf3\xfe\x44\x28\x57\xad\xff\xde\x78\x97\xcb\x37\x6f\x2d\x7f\x82\xd3\x51\x20\x93\x3d\xb4\xe3\xc1\x71\xcd\xf9\x56\xa8\x5d\xbb\x41\x4b\x46\x46\x0c\xd5\xb2\xcb\xb8\x48\x7e\x22\x63\xbb\xcf\xf0\x12\x84\xbb\x9e\xab\x75\xa4\x2c\xef\x6c\x98\xf9\xb3\xb7\x38\x1e\x96\x81\xbb\x47\xb3\x1d\x6f\x3c\xd4\x7d\xf4\xa0\x2f\x92\xba\x66\x52\x56\x4c\x70\x34\x0a\x77\xbc\x71\x51\x37\xb0\x9f\x0c\x2d\xcb\x9f\x14\xa5\x31\xa6\xe6\xca\xcd\xb1\x63\x1b\xb9\xf4\xde\x4b\x7c\x16\x34\x97\xf6\xd4\x89\xcb\xd8\xb0\x73\x12\x64\x9b\x3b\xb6\x24\x94\xdf\xb3\x63\x47\xaf\xdb\xb1\xa3\xa7\x77\xec\x08\x07\x20\x35\x77\xec\xa8\xc2\x31\x23\x83\x63\xe6\x82\x63\xc6\x55\x8e\xc9\x4e\x10\x9a\xdb\xb4\x32\xb0\x44\x3c\x0e\x78\x6e\xf2\x3e\xb5\x79\x33\x09\x38\x2e\x6f\xe3\xcd\x4c\x68\x59\xff\x6a\xa9\x60\xd6\xf1\x64\xb8\xe3\xf9\x13\xc1\x75\x36\xf6\x58\x69\xdb\x5b\x9f\xb7\x97\xa0\x3c\x1e\x56\xb4\x0f\xd2\x10\x30\x92\x7b\xaa\x81\x11\xaa\x37\x57\x21\x9c\xf2\xa3\xf2\x3e\xf7\x26\xd7\x5b\xec\x04\x8f\xc6\x9c\x13\xa1\x10\x5b\xb1\x0c\x08\x37\xc3\x9d\xb8\xa6\x7b\xe7\xb3\x62\xa0\x92\x58\x8f\xfc\xe0\xa3\x89\x65\x11\x47\xb4\xbe\xbf\xc6\x62\x7f\x65\xad\x9e\xab\xb1\x9b\x63\x6b\x62\x61\x6c\x05\xb7\xb7\x13\xe5\xf4\xbc\x0b\x6e\xe1\x9b\x5d\x38\xf2\xc6\xeb\xf5\xa0\x83\x2d\x4a\x72\x5a\xbe\x1b\xfa\x70\x97\xad\xda\x51\x38\xe6\x40\x28\x56\x70\x6b\xbe\x0c\xc4\xb7\xa1\xfc\xd6\x29\xdf\x39\x43\xc8\xfe\x27\x5f\x9a\x6f\x20\x10\xa9\x27\xde\x7a\x6d\xe9\x64\x67\xc8\x13\x87\x9b\xfb\x73\xb2\x21\xeb\x95\xde\x30\xc2\x98\x49\x61\x07\x8c\xc6\x12\xef\xad\x84\x78\x9b\x2a\x53\x19\x56\x9c\xde\xa2\xf8\x3a\x42\x31\xdb\x7b\x96\x18\x10\x27\xba\x4b\xd2\x8c\x9c\x05\x39\x19\x5a\x91\xe5\x5b\x16\xec\x02\xe2\xcc\x97\x31\x8d\xe2\x28\x21\x43\x6b\xae\x13\xe5\x2e\x3d\xb4\x96\x3a\x29\xa7\xd1\xe4\xdb\xe3\xd0\x7a\xe4\x29\x68\x86\x5d\xb4\x30\x83\x0c\x96\x13\xe7\x67\x27\x27\x27\x2e\x9a\x63\x63\xb1\xa9\x73\x22\x5a\x76\xad\x3b\x0b\x1e\x83\x08\xe7\xa2\xd1\x73\xc4\x8d\x11\x3b\x00\xa4\x78\x6e\xec\xcd\x27\x33\x2e\x6f\xf2\x1d\x2c\x91\xac\x75\x86\x22\xb9\xbf\x42\x14\xf1\xc1\xb5\x6d\x99\xf2\x36\x19\x85\x63\xdb\x9e\xc8\xbd\x2d\x46\x91\x62\xc7\x90\x91\x69\x34\x72\xc7\xa3\x70\x8c\x66\x38\x45\x31\xfb\x12\x2f\x98\xcc\x6b\x54\xc8\xd8\xaa\x28\xca\xb6\x8d\x64\x8d\xe6\xde\x9e\x61\x8c\x59\x25\xc3\x4e\xc0\x72\x30\x0a\x02\x96\x05\xd7\x6b\xd9\x48\xcb\x82\x7e\xbd\xbd\x10\x8a\xda\x16\xc3\x58\x6f\x28\x0b\xe8\xc7\x85\x6f\xb9\x8a\x28\xe4\x36\xec\xd6\x09\x83\x36\xe0\x98\x0a\x4a\xa0\xc3\xd1\x58\x49\x7e\x1a\x05\xb7\xf0\xa7\xe8\xb5\x02\x66\xfc\xbc\x80\x39\x7f\x56\xc0\xa4\x6a\x4f\x5f\x80\xb9\x12\x30\x29\x9a\x77\x30\x16\x5e\x8b\x79\x85\x69\xe6\x95\x63\x4e\x26\xf4\x14\x15\xa6\x19\xe2\x04\xc4\x48\xd0\x0d\x44\xf7\xe5\xa9\x06\xdd\x61\x10\x37\x52\x71\xdc\x44\xc5\xf1\x26\x15\xcf\x04\xf9\xde\x59\x3c\x58\x37\x79\x68\x87\x60\x36\x8c\x7d\xeb\x9f\x60\xe8\x5b\xdd\x58\xd2\x68\xd7\x82\x16\xba\x83\xe8\xd1\x84\x22\x36\xc8\x9b\x32\xf2\x56\x1b\xf9\x63\x65\x55\xf2\xbd\xb5\x7a\x1b\xd4\x96\x8c\x3a\x00\xb7\x68\x02\x87\xa3\xc9\xd8\x1f\x95\x62\xe4\x0d\x76\xd1\x03\x76\xd1\x39\x13\x7c\x1f\xde\xaa\x6f\x8f\xe1\xea\xd6\x20\xcd\xd9\xf0\xc1\x17\x77\x59\xdf\xd1\x25\x2f\x69\x36\x9c\xf8\xca\xf0\xef\x01\x9a\x32\xf2\xe5\x7a\x0d\xbe\xe3\x25\x48\x81\x51\x02\xeb\xba\xeb\x3f\x40\x88\x74\xeb\x20\xc6\xf8\x06\x3e\xe0\x08\x4c\xd0\x03\xba\x87\x3a\x48\xf3\xb9\xa0\x61\x55\xfa\x0d\x62\x9f\x9d\x2b\xf8\xef\xb2\xc7\xed\x73\xdd\x8b\x2b\xec\x1d\x5f\xbd\xc5\x4a\x24\xdc\xf1\x8e\xaf\x04\x72\x88\x2c\xeb\x72\x74\x35\xde\x56\xc6\x03\xbe\xc1\xdf\x15\x4c\x48\xbb\x5e\x39\xab\x7a\x73\x5b\x13\xea\x8b\xd2\xa8\xa4\xe1\x28\x29\x94\x2e\x6c\xcb\x13\x8a\x16\xbe\xf1\xf5\x9e\xd8\xf8\x08\xe8\x0d\x0e\xe0\x86\xdc\xb2\x3f\x90\x31\xd3\xf8\x1d\xf2\xae\xb3\x5b\x62\xa1\xa6\x15\x23\x67\xa9\x34\xda\x54\x8d\x94\xbe\x0c\xdc\x38\xb3\x68\x6d\xd3\x0e\x5a\xbb\xc1\xee\xad\xd5\x51\xce\x99\x2b\xa9\x59\xb3\x02\x0b\x71\xf5\x8a\x6f\xdd\x5a\xfc\xb2\x79\x98\x6e\x58\x34\x11\x4c\x2b\x16\x5e\xd6\xae\x8e\x94\xa7\x59\xaf\xb5\x6b\x29\x45\x4d\x94\xb4\xc9\x90\x08\xb5\x8e\xdf\x49\x6c\xbb\xa2\xd7\x13\x7d\x50\xf0\xab\x04\xfa\xa5\x97\xa8\x5f\x76\x87\x35\x34\x09\xe6\xc4\xb6\xd3\x26\x55\x67\x64\xd8\x50\x56\xd0\x5a\xb9\xba\xa9\x37\x38\x90\x33\xb5\xa1\x24\xe3\x33\xd5\xff\x03\x60\x37\xaf\x08\xfd\x3f\x84\xdd\x0c\xc2\xe6\xc8\x4a\x15\xcc\x4c\xd6\x04\x88\x08\x2e\x51\x33\x09\x47\xcd\xdc\x0e\x99\xd9\xab\x87\x0a\xab\x11\xa9\xd7\x63\x5d\x0b\x92\xc9\xac\xea\xb0\xd8\xd0\x3b\x5a\xef\x1e\xa3\x24\x09\x9f\x4a\xb5\xe4\xdf\x3b\xf2\xbd\x9e\xa8\xf9\xa9\x1b\x78\x55\xf3\x6d\x74\xf7\xca\x41\x15\x9f\x58\xec\xff\x9b\x2a\x7d\x4a\xed\xa9\x2b\x8d\xa3\xe4\xdb\xab\xab\x15\x1f\x6d\xad\xf8\x29\xd7\x26\x5d\x71\x1a\x3f\xe7\xab\xb7\x59\xef\x13\x75\xbe\x26\xb0\x80\xd7\x3b\xe0\x51\x81\x14\x7c\xb1\xe2\x22\x2b\xb6\xa7\x7d\x49\xa3\x84\x9e\x3e\x19\x04\x41\xe3\x99\x1f\xf8\x5e\xaf\x8c\x99\xd7\x7b\x51\xc8\xab\x12\x8f\x43\x1d\xdb\x7a\x3c\x4e\xaa\x65\x39\x24\x09\xf3\x5f\x22\x3a\xab\x42\x78\x7b\x10\x58\xea\x8d\x05\x8d\xd6\xaa\xc4\xed\xae\xe2\x04\x99\x5f\xa6\x1b\x97\x66\x5b\x02\x55\x05\x38\x33\xe2\x9e\xe4\xe5\x66\x9d\x0e\x03\x5f\x47\x39\xe1\x8a\x83\xc0\x38\x99\x11\xd3\xbc\x4e\x89\x3a\x31\xca\xa1\xaf\xcf\xf5\x3b\x0a\x04\x0b\xe5\x6c\x97\x54\xd0\xdd\xbd\x43\xdf\xeb\xd5\xe2\x98\xa0\x7d\xcf\xdf\xf7\xd8\xb0\x3e\x19\xf0\x49\xd1\xd3\x34\xfa\xfe\xac\xf3\xe7\x06\x41\x51\xba\x9d\xa2\xea\x91\x97\x9a\x6b\x4d\x13\x3a\x49\xe3\xdf\xc1\x30\xd8\x97\x16\xb2\xe4\xc7\x4d\x4c\x63\xff\xe9\x3d\xb5\x6c\x40\x1e\x3d\xeb\x00\xbe\xb5\x7e\xf1\x6d\x63\xf5\xcf\x5d\x46\xf7\x79\x34\x3d\x89\x16\x37\xcd\xd2\xf9\x99\xc4\x31\x43\x51\x25\x55\xad\x29\xd3\xac\xb0\xd3\x89\x6c\xdb\xeb\x68\xfd\x94\x49\xd6\x95\x8f\x2a\xb4\xad\x71\x37\x50\x24\xcc\x8c\x37\x23\x7a\x60\xf7\x38\x3d\x09\x8e\xf9\xfd\x2b\xc5\xdd\x2a\x86\x28\xca\x00\x45\x9e\xe7\x0d\x3c\xcf\x83\x46\x80\x58\x03\x48\x84\x76\xad\x76\x94\xb7\x93\x94\xb6\x83\xb6\x40\x45\x67\x4c\xa1\xbd\x60\x8d\xb1\x60\x2b\x92\x76\x4d\x6f\xf7\xf7\xf6\xfa\xfb\x43\x36\xb2\x7e\x02\xf6\xf6\x7a\x47\xfb\x5d\x00\xe8\x0e\x07\xea\xdc\x87\x27\x27\x9e\x0b\x11\xfd\x2f\xcf\xed\x0d\xba\x7b\xfb\xfd\x9e\x0b\xb5\x36\x2f\xe2\xe1\x9c\x80\x20\x3a\x23\xd6\x85\x66\x23\xaf\x0b\xae\xd4\x3b\x84\x9b\xfc\x22\x4a\x26\xf1\x32\xe4\x41\xaa\xca\x81\x55\x89\x0d\xac\xad\xd3\xf9\xff\xea\xa0\x16\xc6\xc7\xda\x5b\xee\x35\xe1\x0c\x8d\x05\x5d\x5f\xc8\x2f\xd9\x06\x23\x1a\xc4\xd1\xe4\x39\x1f\xe3\x0d\x7a\x8e\x9e\x58\xc9\x2f\xba\xff\xe3\x7b\x82\x0b\x5b\x22\xae\x99\x14\x44\xad\x4d\x67\x59\xc3\x22\x4e\xf3\xbd\xd2\x2c\xae\x29\xa4\x99\x0e\x60\x56\x9a\xcb\x45\x3a\xf8\xcf\x89\xc6\x86\x1d\x36\x5b\xb7\xf9\x80\x49\xa0\x19\x4a\x74\x2d\x5d\x1d\xf8\x0c\x6d\x98\xb3\x29\x81\x50\x6e\x4d\x3c\x08\x19\x1f\x83\x97\xec\xc9\x2f\x90\x05\x9a\x25\x9f\x59\x46\xa6\x5b\xb8\xc8\x73\xae\xc1\x65\x6c\xb0\x23\x6d\xe5\xa3\x29\x36\x0b\x1e\x9a\x19\x00\x3b\xde\x3a\x59\xf0\xc0\xcf\xde\xc6\x5e\xd5\xc8\x12\x46\x63\x94\x63\xf7\x38\x3a\xc9\x8f\xa1\xf4\x8a\x51\xc7\xe2\x51\xce\xa1\x85\x51\xfe\x36\xb5\xed\xea\xbb\x92\xba\xf3\x71\x69\xb1\x1f\x6c\x2c\xde\xe6\x10\x5c\xbd\x7a\xb8\xa0\xba\x31\x93\x29\x76\x64\x64\x41\x02\xea\x0b\x48\xae\x0a\xb2\x8d\x2e\xee\xc9\x28\x37\x6a\xfe\xf2\x79\x10\x3f\xe7\x0b\xbf\x31\x7f\xf2\xa3\x6d\x8b\xe7\x55\x81\x6b\x1a\x64\x9a\x9c\x06\x19\xdd\x22\xd5\x94\xef\x2a\x7c\xaa\x4c\x7e\x52\xb2\xa9\x7c\x9d\x62\x89\xf9\xcd\x24\x93\x17\x8a\x39\x9a\x6c\x20\x0a\x9e\x94\x61\x02\x94\x96\x32\x4c\x8a\xd2\x6e\xa0\xbe\xc4\x18\x07\x2f\x92\x61\xea\x61\x6d\x9a\xe7\x8f\x66\xd1\xb7\xe7\xb6\xf2\xcd\x09\x94\x5f\x6d\x9d\xc1\xa7\x62\x0e\xea\xaa\x97\xb7\xaf\xae\x77\xf9\x84\x3c\x5e\x8f\x9b\xb3\xa5\xd2\xd7\x46\x6f\x10\x9f\x6c\xad\xf4\x99\xfd\xa5\xdf\x83\x40\xc0\xdc\xbe\xae\xd6\xbe\xae\x4b\xc0\x6b\xf2\xba\x5e\x14\xbe\xae\x06\xf2\xbb\xb7\x5f\xb5\x6c\xf5\x3c\x19\xde\xf6\xa8\x07\x9d\xbf\x9e\xff\x9d\x2b\xfb\xf7\x25\xa0\x80\xd7\x1b\x08\x44\x01\xaf\xd7\x13\x90\x02\x3c\x9e\x7a\x28\x03\xa2\x70\x50\x01\x1e\x5f\x9e\x87\x69\x1f\x1c\x0a\x58\x81\xbd\x23\x81\x2a\x70\x70\x00\x39\xa0\x40\x7f\x5f\xc0\x09\x1c\x1c\x49\x38\x81\x81\x2b\xe1\x04\x18\xe7\xbd\x51\x48\xc3\x0f\xca\x30\xef\x5c\xba\xaf\x7c\xc7\x02\x21\x07\x5d\x4a\x9b\xbe\x2b\x9e\xd0\x83\xe8\xb3\x34\xf6\x3b\x95\x88\x25\xe8\x0b\xbe\xe4\x18\x01\x9f\x9d\x29\xfa\x8a\xbf\x3b\x53\xf4\x0d\x53\x15\xef\xfd\x0c\x53\xe7\x2f\x57\x97\x17\xe8\x5f\xf8\xcc\xb6\xcf\x1c\x01\x16\x1c\x4d\x1f\xd1\x3b\x1c\x02\xeb\x66\x16\x85\x21\x49\x2c\x88\x2e\xd8\x63\x35\x0e\xcf\x47\xbc\x2a\x9c\x85\x34\x84\xfe\x98\x9f\x0b\xab\xec\xdb\x98\xa0\x4f\x38\x06\x56\xce\x6b\xd8\xc9\xc8\x5d\x94\xd3\xec\xd1\x82\xe8\x7d\x99\xcc\x44\x9f\xdf\xd8\x63\xba\xd8\x29\x53\x7e\xc4\x1b\x88\x18\x3f\x35\xdd\xbd\x7f\xb3\xed\x4e\xe7\xca\x99\xa2\x3f\x63\xea\xfc\x8f\xf8\x06\xfd\x8c\x3b\x7f\x5e\xaf\x3b\x7f\x2e\x3f\xae\x3e\xf1\x08\xd2\x67\xb3\x28\x0e\xd1\xbf\x71\x62\xdb\x79\x93\xf2\xe6\xa0\x83\xcf\xc1\x35\x58\x15\x7c\xe7\x5c\x35\x9b\x61\x5d\x97\x7b\xab\xdc\xe1\x0f\x0a\xe8\x30\x4e\xc3\xfe\x85\xb0\xa2\xcc\x2e\xf5\xd1\x5f\xc0\x8f\x88\xc2\x56\xa2\x1d\x03\x7e\x1c\xd1\x31\xba\x96\x99\x50\x62\xdb\xa4\x83\xf1\x8f\xb6\x7d\xcd\x32\xa2\x04\x16\xfe\x35\xfa\xa1\xc1\x67\xfa\xfd\x88\x8c\xf1\x39\xf8\x66\xf8\x9d\x68\xe0\x3a\xe7\xe6\x1b\x26\x88\x16\xe8\x17\xfc\x93\x6d\xcb\xd1\x36\x46\xce\x51\x61\xed\x87\x9b\x4b\x6c\x23\x37\x29\x1a\x21\x51\x4d\x95\xd9\xb7\x02\x7d\xa8\xa2\x27\x26\x15\xef\xd0\x1f\x6d\xfb\x03\xf8\x8d\x27\xa3\x7b\x2e\x8b\xe1\x1b\xe1\xac\x8d\xee\x41\x02\x51\x06\xde\x23\x0a\x87\x20\x71\x88\xa6\x1f\x0e\x7d\x8e\xde\x41\xdb\x26\xa3\x77\xe3\x11\x1d\xdb\x36\x90\xbf\xb0\x88\x16\x7c\x0e\x12\xed\x06\x70\x1b\x13\xff\x01\xb8\x3c\x42\x20\xf7\x96\xe6\xdf\xae\xd7\x6c\x60\xdf\xa1\x07\xe0\xa1\x15\x77\xb4\x57\x05\xb8\x10\xfd\x5b\x36\x14\xfa\xd7\xf2\x57\x81\xfe\x5e\xb7\x31\x64\x9b\x8d\xc6\xc6\x44\x09\x5e\x00\x8a\x1f\x39\x3a\x72\x84\x5d\x94\x62\x15\x18\xf2\x38\x3d\x89\x8e\xe1\x07\xc0\x04\xc9\x64\x14\xb1\x83\x0c\x1d\x65\x65\x00\x49\x52\xa0\xbf\x36\x4c\xe2\x47\xf3\x1a\x03\xdf\x00\x1e\xdc\xae\x74\x28\x91\xfe\xa4\x3f\xda\x36\x1b\x21\x22\x90\x89\x7f\x43\x04\x72\x53\x4b\x40\x39\x6a\x9d\xd4\x77\xf0\xdf\xef\xf9\x0f\x99\xc6\xc6\x8e\x07\xef\x7b\x37\x1e\x91\x31\x5c\xaf\x29\x2c\xd0\xff\x6c\x62\x5e\x10\xfc\x58\x9d\x13\x4e\x81\xb2\x3c\xca\xcb\xfb\x0d\x51\x58\x52\x30\x31\x9c\x5e\x92\x4a\xbe\xca\x84\xad\xd7\x95\x09\xe5\x83\x9e\x14\x05\xfa\x4b\x33\x50\x23\x4a\xf0\x57\xc0\x5a\x02\xd5\xd1\xd1\x3d\x4e\x0c\xf8\x08\x5e\x0b\x4e\x04\x84\xc4\x7a\x4d\x31\x7e\xc7\xff\x0d\xd6\x6b\x75\xe2\x2b\x05\x83\x02\xfd\x6d\x6b\x2d\x9c\x22\x51\x84\xbf\x82\x64\xf8\x9b\x2f\x6a\x4c\x59\x8d\xec\x64\xaa\x4e\xbb\xec\x80\x2a\x3a\x86\x23\x11\xdc\x62\xbd\x4e\xf8\xf8\xff\xc8\xfb\x9a\x8a\x2a\xdf\x8f\x68\x39\xc9\x69\xd1\xfa\x69\xbd\x06\x29\x00\xdf\x4c\xff\x6b\xe9\x2c\x53\x59\x30\xf2\x54\xab\xd1\x61\x80\x25\x78\x71\x79\xb0\x35\x4c\x34\x3b\x96\xd0\xcc\x13\x3c\xd9\x94\x9b\x9a\x95\xb4\xc8\xf0\xbe\x4f\xc4\x69\x48\x10\x92\x34\x3d\xfe\x0d\xf1\x65\xa7\xe9\x44\xfc\x1c\xbd\x1b\x73\x2a\x03\x25\xd9\xf0\xb5\xf6\x6f\x25\xd0\xb1\x85\x94\x40\x8d\x05\xd3\x4e\x6c\xfb\x67\xdb\xfe\x37\xf8\xb1\xc9\x7c\x35\x27\xd4\xa7\x05\x44\x3f\x70\x4f\xf0\x97\x02\x1c\x49\x77\xa0\x6f\x6c\xb9\x5e\x3a\x53\xfc\x3f\xe8\xb3\x33\xc5\x1f\x90\xb2\x5b\x66\x9b\x17\xfe\x0b\x7f\xdc\x67\x8f\x7f\x45\x57\xce\x14\xff\x8d\x71\xce\x0e\x47\xfe\xb1\xed\x14\xfc\x88\xac\xa6\x3d\xc9\x42\x7f\xe5\x04\x3e\x73\xa6\x4d\x8e\xec\x3f\x80\x90\x7b\xc8\x40\x14\x81\xc8\xf9\xd0\x8d\x9c\x5f\xba\x91\xf3\xfe\x4d\xe7\x27\xb4\x12\xd3\xe3\x7f\x2b\x4a\x7e\xf0\xbf\xd8\x8c\x77\x86\xa2\xfc\x8c\x5f\x39\x5c\x2d\x32\x12\x84\x7c\x0b\x54\x6c\x16\x71\xdb\x4c\x24\xad\xe4\x90\x30\xfc\x40\x12\x6e\x07\xf1\x8b\x50\x64\x6c\xab\xc8\x00\x90\x42\xcb\x24\x9f\xa4\x0b\x56\x5c\x5e\xc1\x30\x27\x04\xbb\xc7\xff\xab\xa8\x80\x90\x63\x18\x82\xff\x1d\x11\x11\xb6\x56\x93\x3b\xc1\xa7\x20\x74\x72\x9a\x66\x04\xa2\x8c\x7d\x42\xd5\xc1\xf4\x24\x23\xc7\x70\x0a\x28\x19\x65\xe2\x23\xee\xb7\xa3\x3a\x2c\xe9\xd1\x42\x6c\xe9\x34\x2b\x5a\x3f\x21\xd2\xc5\x96\x05\x87\x9f\x46\x64\xec\xb3\x7f\xf0\x37\x36\xd5\xe8\x1b\x79\x7c\x5f\xfb\x28\x9a\x82\xce\x2f\x6c\x70\xeb\x74\x4f\x4c\x65\x8e\xd8\x7a\x18\xb9\xeb\x0e\xb4\xa3\xa4\xfd\x09\x46\x53\xf0\x89\xf1\x6d\x23\xf6\x32\x2d\xd0\x32\x27\x57\x84\x52\x13\x40\x1b\xae\x7e\xc6\x1d\x57\xbc\x8a\xe6\x0b\xd3\xcd\x85\xbf\xf2\x0a\x39\xbb\x65\x47\xeb\x48\x96\x4f\x5f\x42\xd3\xe1\x39\x20\xd0\xff\x3b\x38\x17\xce\x7f\x05\xaa\x39\x3c\x7e\x40\x1b\xd0\x95\x7f\x47\x5b\xfd\xc5\xfe\x07\x35\x80\x21\xfa\x7f\xa9\xa5\x8a\xb9\xc8\xfd\xbf\x15\x82\x11\x24\x04\x57\x05\x97\x2b\x67\x0a\xf8\xce\x67\x4c\x62\x42\x8c\xbe\x35\x97\xd7\x30\xad\xac\xa4\x5b\xe9\x27\x86\xce\x6c\xbb\x2c\x0f\x74\x7e\x5a\xaf\xf3\x86\xbb\xb7\x6f\x40\xdf\xbb\x09\xcf\x5a\xab\x83\xff\x05\xc4\x96\x63\xad\x0a\xfe\xb4\x0a\x7c\x52\x18\xcf\xa2\x61\x62\xb5\x41\x88\x2c\x26\x7e\xf2\x63\xa5\x94\x3c\xb7\xe8\x14\xd9\x16\x3c\x22\x63\x14\x61\xef\x78\x83\x13\x46\xc7\xca\xa5\xb1\xe4\x88\x91\xa0\xec\x29\xc8\x30\xdb\x3b\xbc\x31\x02\x77\x80\xf1\x6f\x7d\xe5\xcf\x77\xd5\x5f\x0c\x73\x92\x39\x7f\x5f\x81\x13\x96\x1b\x65\x93\x01\x28\xc7\x19\xca\x6a\xd6\x08\x10\x75\x7e\x61\x42\x82\x26\x55\x88\x58\xdd\x98\xa2\x7f\x49\x0b\x8d\x33\x01\x9f\x89\x0c\xf1\x6d\x74\x31\x56\xd1\x2b\x8d\x54\x74\x61\xe6\x51\x41\x1c\x20\x5a\x82\x6f\x7a\x8d\xb2\x27\x76\xb0\x56\x11\x52\x18\x8b\x5b\x02\x29\xd3\xcb\xa1\x95\xf0\x70\x1a\x43\x53\xda\xee\xbb\x3d\xdf\x73\x7b\xa8\x84\x23\xdc\xf7\x3d\x77\x5f\xfb\xa0\x94\xb6\xfd\x0a\xc9\x60\xe0\x7b\xbd\x41\x19\xd5\xbc\x16\xd0\xd3\x1b\xec\xf9\xde\x60\x0f\x79\x83\x43\xdf\x1b\xb0\xf7\x47\xbe\x37\x38\x2a\x91\x0e\x8c\x4b\xcf\xbd\x23\x7f\xef\xa8\xc1\xcd\x59\xfa\xba\xb8\xfe\x81\x8b\x0e\x0e\xfc\x03\x85\xf8\x27\x91\x0e\x7a\xfe\x51\xaf\x39\x1e\x42\x3d\x9e\xe7\x33\xf1\x58\x07\xea\xf6\xb4\x5f\x05\x00\xe0\x4a\xf3\x40\x69\x4a\x72\x79\x2e\x8b\x65\xfc\x03\x1e\xe3\xf6\xc7\xe5\x74\x4a\x32\x79\xf0\xdb\x63\x07\xbf\xa4\xf2\x22\xc4\x89\xf3\x2e\xa0\xc1\xcf\x11\x79\x40\x33\x9c\x39\xa7\x3f\xfe\x6c\xdb\xb1\x13\xe5\x3c\x65\x8a\x27\xc6\x94\x72\x95\x05\xf7\x84\xfa\xf9\xe3\xf9\x2f\x1a\x21\xef\x17\xa1\x85\x8f\x3b\x18\x4f\x20\x5a\x19\xc5\xfb\x93\x42\xfa\xc3\x0a\x24\x86\xcc\x39\xbb\xbc\xb8\xba\xfe\x2a\x43\x02\x8b\x4c\xdc\xdb\x8f\xd5\xd6\xb4\xc8\x67\xb6\x3d\xe3\x18\x69\x39\x8f\x32\xb0\x50\x6e\x87\x48\xa9\x7f\x7e\x7a\x32\xc6\x51\x27\x21\x0f\xed\x09\xe8\x41\x6d\xf3\x29\xa5\x0e\xe7\xf6\x91\x92\x4f\x65\x14\xad\x6a\x7b\x9a\x42\x62\x6b\x4b\xaf\x0e\xc6\x53\xdb\x2e\xd9\x6c\xcd\xb8\x2b\x92\xe6\x31\xa6\x38\x8e\x65\xa2\x51\x2b\x4a\x78\xd4\x9b\x8c\xcd\x5b\x0a\x6a\xb1\xb4\x33\x8e\x30\x41\x1e\xc0\x52\xac\xd4\x09\x84\x20\x00\xf9\x4e\x02\xa1\xf4\x68\x0a\x65\x2d\x0b\xf9\x24\xbd\x68\x92\xb7\xf9\x31\xe4\x7e\x5b\x3f\x45\x09\x3d\x04\xf3\x6e\x17\xcd\x9c\x3b\xf5\x98\x74\xbb\xa5\xf2\x31\x2e\x8a\x12\xc2\xc6\xec\xbf\x11\x16\xd9\xb0\xdd\xa8\x86\xd0\xf6\x06\x7d\xdf\x1b\xf4\x91\x37\x18\xf8\xde\x60\xb0\x0d\xde\xa2\x44\x3e\x7d\x2e\xee\x6b\x49\x48\x1d\x41\xf2\x8c\x12\xd1\x4a\xd1\xa6\x2f\xc8\x5f\xd3\xaa\x74\xae\xaf\x36\xa2\xd4\x6f\x1e\x6d\xc0\xf9\x0e\x7a\x10\x58\x1c\x15\xb2\xdf\xb3\xd0\xe0\x19\xbd\x34\x63\xdf\x75\xbd\x8d\x48\x54\xba\x9b\x41\xcf\xf7\x06\x5c\x77\x53\x0f\xa6\x5a\xa9\x6c\x7f\x60\xa1\xc3\x3f\xb2\x32\xaf\xb9\xb2\x8f\x09\xf5\xf6\x6b\x46\x97\xff\x69\x55\x9b\xb1\xb3\x55\x55\x7f\xf8\x10\xf6\xb7\x56\x75\x58\xb3\x3a\xfe\x4f\x6b\x1a\x34\xd7\xc4\xd6\xc7\x1f\x3e\x80\x7b\xdb\xeb\xfa\xc3\x47\x70\x7f\x7b\x5d\x7f\xf4\x10\x6e\x62\x65\xff\x61\x55\xe9\x28\xb5\x65\x6d\x87\xcf\x5b\x18\x09\x3f\xff\x43\xb1\x39\x0e\x5c\x08\x1a\x14\xa2\x7c\x7b\x3c\xda\x93\xe8\xaa\x87\x42\x17\xca\xb6\xcb\x89\xb4\x4b\x12\xaa\x50\xf6\x63\x86\x3b\x89\x73\x3a\x61\xe7\x9b\xbf\x09\xe9\xcf\xb6\xad\xca\xb3\x15\x25\xed\x04\x4d\x71\xc0\x58\xeb\x2f\x24\xf8\x86\x16\x4d\x6e\xed\x68\x8e\x63\x67\x39\xe5\x67\x9a\x5a\xdc\xb3\x3f\xcc\xc2\x09\xdd\xe1\x8d\xc8\xc2\xd1\x14\x2c\x99\x98\x28\x99\xec\xb4\xbc\x87\xe8\x88\x3d\x66\x0e\x26\x52\x27\xc8\x1a\xcf\x03\x06\xf3\xa0\xf5\xdc\x1f\x74\xa8\x51\x2f\xc6\x1a\x61\x60\x7b\xec\xe1\x98\xdb\x51\x6d\x14\x87\x64\xdc\xe1\x5b\xbc\x61\xee\xa5\xf2\xa0\x7b\x74\x87\x62\xd4\x71\xd9\xa4\xb7\x42\xdb\x9e\xd9\x36\xc8\x01\xc8\x04\x0a\xc2\x59\xa9\x55\x00\xf7\x95\x86\x96\x12\xe7\x1d\x44\x81\x73\x71\x7e\xfe\x0e\x77\x5c\x14\x81\x91\x25\x34\x95\x16\x62\xc7\x5d\x0b\x59\x77\x84\x5b\x25\x10\x6a\x8d\x37\x71\xc3\x28\xbe\xad\xc4\xb7\xa6\x23\x32\x6e\xa5\x80\x22\x62\xe4\xa5\x28\x92\xe3\x49\x99\xf4\xbd\x60\xb2\xb2\xbc\xb1\x9d\x32\xd1\x5b\xfc\xe2\x9b\x70\x26\x4e\x3c\xa9\xbc\x94\x9d\x8e\xc8\x98\x7f\xae\x4e\x1c\xac\x19\x18\x13\xe1\x6b\x9b\xaa\xfb\x7b\x23\xa8\x3a\xa2\x02\x71\x8c\x9d\x33\x4c\x80\x64\x65\x7f\xe6\xfa\x03\x17\x0d\x0e\xfd\xc1\xa1\xb0\x42\xab\x82\xed\x08\x69\x53\xc5\x45\xa8\x07\x6e\x6d\x06\x84\x3e\x54\x12\x26\x77\xf5\xd0\xb3\xf3\xff\x17\x83\x3c\x8e\xe6\x03\x32\x83\x90\xa4\x51\x9e\xf0\x3b\x47\x14\x75\xbc\x7a\x10\xeb\x72\x2c\x58\x9f\xeb\x21\x66\x9f\x8e\xcd\xb1\xa7\x84\x6a\x57\x39\x23\x4a\x64\x81\xbe\x0c\x95\x38\xe8\xeb\xbb\x55\x2e\x1d\x59\x68\x35\x8d\x03\xfa\x39\x58\x34\x04\x9d\xc9\x39\x24\x98\x69\xd9\xd9\x4e\x85\xaa\x32\x02\xb1\x61\xfc\x14\x80\x18\xb1\x16\x80\x1c\xc5\x28\x46\x14\xb9\xc8\x43\x86\x3d\xc4\xc8\x1b\x43\x94\x0b\xc9\xac\xdf\x87\xc0\x92\x55\x0a\xa1\xac\xee\xed\x23\xa0\x98\xfa\x7e\xbf\x8f\x06\x7d\x7f\xd0\x57\x02\xd8\x9e\xbf\xcf\xa9\xa0\x1e\x8a\xf6\x69\xac\x9e\x23\x61\xb2\x50\xeb\xf3\x13\x76\x1e\xda\x84\xed\x15\xf6\x1c\xaa\x5f\xa5\x59\x48\x81\x56\xa2\x0b\xfd\x23\xdf\xbc\xf3\x7e\x22\x9e\xac\x44\x78\x39\x2c\x1b\x6c\x62\xa7\x93\x84\x66\xd1\xb6\x06\x6b\x73\x3b\xf7\xd0\xf7\x5c\xc3\xb7\xfa\x89\xa8\xb2\xb2\x3a\x75\x1b\xdd\x97\x3b\xcd\x91\x24\x98\x3d\x6f\xb3\x0d\xdb\xd4\x28\xf9\x16\x75\x41\x80\x72\x9c\x08\xcf\xa4\x88\x47\xe3\xcc\x40\xce\xf6\xa6\x55\x81\x42\xec\x1e\x2f\xd5\xb8\x86\xc7\x50\x9f\x42\x40\x80\x39\xd2\x1c\x5e\x8e\x42\x6e\x78\x60\xdb\x29\x98\x08\xc8\x33\xd9\xdf\x49\x51\xc1\x32\x51\x87\xe1\x3d\xcf\xdf\xf3\xea\xa8\x3e\x4f\x44\xc3\x35\xc6\xbb\xa1\xaf\xfc\xa4\xff\xea\xe1\x7e\x0d\x8c\xd4\x9e\xf4\x1c\x56\x7b\x3c\x3f\xca\xa6\x12\xbc\x5c\x5b\x02\x7c\x35\x71\x28\xa7\x51\x12\xc4\xf1\x63\xc3\x9d\x7f\x24\xa1\x5f\x15\x48\xe7\x7a\x9d\xa8\x9f\x6c\xe1\x37\xa8\x4e\x48\xcb\x54\xf8\x72\x14\xc6\xa0\xbc\x8f\x2a\xd1\x93\xf8\xe6\x01\xe0\x06\xce\x64\x39\x1e\x8c\xbb\xfb\x04\xbd\xf2\x6b\xa1\x89\x94\x1f\xab\x01\x55\x48\x8e\xf2\x80\x26\x70\x18\x6b\x11\x0a\xeb\x31\x83\x9f\x31\xb7\x50\xfe\xd9\x22\x7a\xec\xee\xcf\x02\xf3\xfd\x1f\xbb\x9e\xfb\x0f\xe7\x1f\x61\x17\xf0\x7f\xe1\x10\xb4\x3f\xa7\xb7\x51\x4c\xfe\xb1\xfb\x8f\x87\x2e\x1c\xb6\xaf\x82\x69\x90\x45\xff\xd8\xdd\x15\xbe\x36\x89\x69\x41\x16\x19\x96\x18\x8b\x20\x3c\x4f\x9a\x8d\xb1\x5f\xc7\x47\xf8\xdd\x99\xb4\x6c\x71\x7d\xaf\xef\x6a\x9c\xca\x92\xbc\x5e\xa5\x61\xf9\x7f\xd0\xf3\x2b\x1a\x6c\x0b\x75\xff\xca\xbe\xbb\xcf\xf6\xfd\x29\xeb\x65\xd3\x70\xe1\x13\x99\xbe\x76\xa3\xe7\x03\x8f\xf8\xd7\xbc\x47\x56\xcd\x90\xe1\xc9\x68\xc5\x66\xdd\x5f\xa3\xbb\xd9\x6b\x2b\xef\x95\x95\x9f\x27\x61\xad\xea\x7e\x3d\xc8\xa8\x30\x63\x00\x56\x90\x3f\x26\x93\x8f\xf2\x7e\x43\x7c\x24\x74\x7e\xfc\xa3\xda\x0e\x59\xda\x84\x11\xe0\xed\xf7\xca\x48\x2a\xd2\x27\x56\x99\x5c\x1c\x4a\x30\x31\x89\x4a\x73\xb8\x2f\x5d\x2b\x19\xa7\x8a\x71\x0e\xac\x48\x57\x88\x96\xec\xb9\x12\x69\x03\x4d\x70\x20\xd4\x70\x28\xc4\xab\xb3\xab\xab\xaf\xcb\x98\x7c\x8a\x72\xea\x77\x5c\x74\x76\x75\x75\x45\x1f\x63\xf2\x8e\x4c\xe2\x20\xe3\xb1\xb7\xfc\x8e\xc7\x92\x7f\x66\x8c\x56\x64\xf3\xd0\x59\x1c\x91\x84\x7e\x25\x13\xaa\x52\xde\x5d\x7e\xae\x3d\x8a\x2a\x8d\x84\xeb\xf4\x1b\x49\x54\x45\xef\x02\x1a\x5c\x67\x41\x92\x4f\x49\xf6\x91\x92\xb9\xca\xf7\x3e\x8a\x75\x2d\x7f\xbe\xfe\xfc\xe9\x34\x8e\xcf\xd2\x38\x16\xe8\xe9\x2a\x71\x33\xe5\x7d\x9a\xcd\xcf\x63\xc2\xe8\x55\x25\x5d\x11\x96\xc7\x48\xfc\x4c\xc2\x28\x50\xf5\x7f\x8e\xe6\xe4\xfa\x71\x41\xf8\x40\xb0\xb7\x17\xc1\x9c\x84\x17\x69\x48\x98\x8c\xc5\x9e\xd3\x50\x8f\xca\x97\x20\x62\xbd\xfd\xf7\x92\xe4\xba\x87\x5f\xe2\xe5\x5d\x94\x94\xbf\x74\x41\x57\x3f\x7f\x10\x5a\x36\x95\xf3\xea\xe7\x0f\x22\xce\x99\x91\xf0\x25\xa0\xb3\x2b\x72\x67\xa6\xa4\x51\x42\x8d\xe7\xea\xf0\x5d\xfd\xfc\x41\x8c\x56\x9a\xe9\xa1\xba\xe2\x1e\x3b\x42\x6f\xa6\xd3\xd8\xe4\x5d\xcd\x08\xa1\xaa\xed\xd7\xe4\x3b\xbd\xce\x82\xc9\xb7\xb3\x72\xfa\x74\x9a\x4e\x48\x97\x13\xd5\xde\x02\xcd\x70\x06\x42\xc8\x21\x40\xa6\x6f\x67\xea\xea\x7e\xda\xed\x4a\xf8\x0f\x34\xc7\xb3\xd1\x74\x8c\xee\x71\x38\x9a\x8f\xd1\x1d\x8e\xd8\x9f\x5b\x7c\x67\xdb\x46\xb0\x6d\x0e\xc0\x60\xdb\xe0\x76\x14\x8f\xd7\xeb\x14\xdc\xa2\x18\x4d\x20\xba\x1d\x2d\xe5\xe3\x12\xcd\x21\x0a\x46\xf3\x31\x9e\xa0\x7b\x08\x19\xf5\x73\x15\x2b\x85\xb7\xa3\xc5\x78\xbd\x4e\xc0\x2d\x5a\x20\x3a\x5a\x8c\xa5\x14\x5e\x86\x03\xaa\x85\x6f\xf1\xf6\x7b\xbe\x57\xaa\xfd\xb8\x4e\xfc\x70\xdf\x3f\xdc\xe7\xab\xec\x39\x51\xae\x3f\x28\xb5\x80\x3f\x72\xb8\xae\x8f\xf3\x39\xa3\x15\x4a\x7c\x8e\x2c\x86\x26\x31\x09\x32\x33\x91\x27\x48\x46\x28\xc0\x8a\x15\x03\xec\x6f\x8d\xa4\x7b\x58\x05\x4c\x94\xec\x7e\x34\x96\x9a\xed\x14\xef\x7e\xbe\xfa\x78\xde\x76\xfe\xe1\x68\x8e\x6e\x86\xc8\x68\x56\x67\x28\x6b\x83\x0d\xfe\xdd\x43\x29\xee\x70\x24\x27\x09\x85\xa0\x32\xa0\x5e\x69\x6d\x01\x92\xa1\xc1\xef\x9a\x2e\x6e\xe8\x90\xfa\xef\x4b\x8b\x59\x89\x78\x2c\x38\x62\x0a\x0b\xae\x2e\x2e\x0a\x8e\xfc\xf8\xa1\x9b\x39\x3f\x72\xcc\xd4\x94\x0f\xe2\x75\x34\x27\xe9\x92\xfa\x01\xa0\x4e\xf9\x08\xd9\x69\xfe\x63\x42\x49\x76\x1f\xc4\xea\x9d\x7a\x96\x16\xa3\xe6\x9e\xa2\xe5\x89\x7e\x35\x94\x30\xe2\xde\x74\x7d\xb7\xcf\x85\x7a\xb7\x27\xfe\x78\x10\x99\x47\xfe\x3d\x7e\x62\x63\x7c\xb6\xef\x7a\x9c\x12\xfa\x6e\x8f\x4f\x51\xdf\xed\x0b\xa9\x85\x97\xbc\x57\x2f\x59\x28\xce\x9f\xd9\xc3\x37\xec\xaf\x32\x4c\x9d\x59\x90\x1b\xb2\x37\x4a\x9a\x44\x3a\x71\x1f\x35\x94\x77\xe5\xab\x02\x45\x38\xd1\xb6\x46\xeb\xb5\xf5\xa7\x3f\x69\x06\xce\x6d\x67\x2a\x9b\x08\x7f\x5f\xdd\x56\x50\x80\x13\xc7\xe0\xf1\x3c\x8b\xc9\xf3\x4b\x9c\x8d\x5c\x58\x50\xa1\x44\x81\x17\xf0\x08\xf7\xba\x0b\xa6\xf1\xc5\x64\x48\xfd\x09\x4a\x55\x37\xc5\xb5\x2f\x88\x4c\x00\xdf\x80\xeb\x1e\xce\x41\xb2\x5e\x8f\x0c\xfb\x0e\xe7\x26\x4a\xee\xd3\x6f\x64\x23\x52\xac\xa0\x55\x2b\x5f\xe6\x0b\x92\x84\x44\xc8\x25\x56\xab\x4e\xd7\x11\x4a\xc5\x45\x22\xf9\x4e\x26\x4b\x2a\x22\xf2\xe3\x44\x5e\x8a\xf3\x2a\x85\x31\xc8\x07\x92\x88\x21\x68\x47\x79\x3b\x88\x33\x12\x84\x8f\xed\x6c\x99\x24\xec\x13\x11\xd1\x7f\x92\xce\x17\x31\xa1\x24\x14\x45\xf0\x62\x79\x39\xec\x39\x92\x45\xa6\xaa\x09\x97\x40\x40\xbd\x64\xce\x9c\xd0\x59\x1a\xe2\x08\x65\x4e\x90\xdd\xe1\x54\x01\xce\x04\x38\x73\x42\x12\x93\xbb\x80\x72\x0e\xa7\xc1\x4a\x1e\x41\x20\x21\x73\x72\x5e\x4b\x8e\x31\x5e\xc2\x49\x9a\xd0\x28\x59\x6a\x21\x3e\x2f\x0a\xd6\x82\x84\x7c\xa7\xac\x01\xaa\x1e\xc8\xf8\x4c\x42\x71\xe6\xdc\xc8\xbf\x41\x76\xd7\x52\xb1\xff\xcb\x06\xeb\xfc\xbc\x1f\xb5\x71\x34\xc7\x08\x1b\x1d\x17\x5d\x68\x65\x4e\x18\xe5\x8b\x80\x4e\x66\xe7\xdf\x27\x64\x21\x0e\x00\xec\x8d\x40\x76\xb1\xa4\xa6\xc8\xa8\xc5\xb6\x33\x27\xb8\xcd\x96\x0b\x1e\xdd\x84\xbf\x15\x65\xc1\x56\x82\x8d\xc9\x51\xc8\x52\x72\x9a\xf9\xb8\x27\x69\x36\x0f\x62\x8b\xbb\x3a\x73\x62\x61\x2d\x4e\xd8\xe0\xa5\x09\x19\x1a\xad\xf3\xcb\x6e\xfc\x3d\x22\x71\x68\xa1\x09\x1f\xf1\x86\xd1\x93\x06\x84\xfc\xbd\x70\x13\x10\xc5\x15\x45\x39\x42\xa2\x36\xdb\x06\xf5\x21\x90\x13\x2a\x73\xca\x69\x9d\x88\xfe\x17\x05\x47\x53\x0e\x20\x4a\x0b\xbd\x54\x54\x77\x56\x25\xd0\xe4\x8a\x95\xed\xab\xbe\x31\xa1\xd9\x27\x25\x6e\x48\x51\x47\x9e\x94\xd9\x65\x8d\x2c\x77\x52\x14\x05\x71\x1e\xb2\x60\x81\xf3\x96\x40\x5c\x5a\x15\xe5\xea\x9c\x00\xb8\x2a\x1b\x10\x56\x9e\x66\xec\x49\x60\xe3\xb1\x4f\x46\xd1\x18\x37\x1b\x05\x15\x2d\x81\xd1\x25\xd7\x6d\x15\xf1\x16\xcd\xf1\xc2\xb6\x17\x60\x01\xbe\x83\xd1\x18\x42\xd8\x9a\xdb\xf6\xbc\x83\x19\x1f\xc8\x14\xd6\x42\x04\x6d\x1b\x4c\xf1\x5c\xa1\x34\xcd\x0c\xe0\x3b\xe3\x4a\xb6\xc6\x19\xa6\xb0\xec\xc8\x1d\x63\x99\x23\x41\xe6\x48\x0d\x80\xa2\xa1\xb1\x33\x4d\xb3\xf3\x60\x32\x33\xce\x99\x8c\x9b\x8f\xe8\xb8\x69\xbb\x93\xfa\x60\xce\x51\x54\x84\x57\x58\x8e\xcb\xad\x01\x73\xd8\x32\xf3\xe2\x2a\x3f\xd1\x1f\x04\xa0\x82\x7f\x4c\x8d\x56\x24\x28\x80\x2b\xfd\xd8\xe6\x5f\x0a\x64\x38\x31\x57\x31\x20\xa3\x68\x8c\x08\x4a\x05\x91\x8b\x8e\x75\x30\x5e\x4a\x1a\x17\x0b\x61\x29\x08\x14\x4f\x24\x8c\x81\xac\x2d\xb4\x6d\x4b\x44\xa5\x2b\xb7\x82\x50\x0f\x7b\x88\xac\x9b\x9b\xe0\x21\x88\xa8\x05\x87\x65\xe4\x85\xd0\x91\xa9\x4d\x01\x24\x12\xc9\x49\xd8\x01\x0e\xe5\xb0\xe2\xb1\x23\x5e\xcb\xa1\x57\xef\xa1\x6f\x94\xdc\x54\xa2\x6c\x32\x26\x28\x00\x93\x8d\x02\xd5\xb0\x6d\x96\x5b\xe4\x60\x29\xd6\x12\xe4\x83\xc6\x46\xb2\x28\x1d\xc5\x12\x8e\xb0\x23\x94\x17\x28\x80\x7e\x00\x60\x51\x4e\xe1\xa3\xb9\xe9\x12\xbd\x13\x8e\xa8\x5c\xb4\xe3\x0a\xd2\x49\x26\x4c\x05\x35\x17\xe6\x88\x15\xa8\xe4\x00\xd4\xe4\x91\x65\x69\x8e\x68\x8a\x6d\x03\xaa\x79\x81\x62\x6a\x94\x33\x03\x79\xc6\x15\xad\x69\x2a\x50\xa3\xa0\xb5\x68\x9d\x9d\x88\x12\x18\x3d\x19\xb6\x8a\xd7\x33\xd2\x56\xd5\xb7\xc3\x94\x08\xfb\xad\x45\x96\xde\x47\x21\x69\x07\xed\xff\xe6\x1f\xff\x77\x5b\x94\x65\xe9\xd1\x5a\x16\x62\xa3\x8c\x41\x86\xca\x0e\x88\x3a\x4c\xc2\x63\x0c\x5f\x10\x9e\x56\x63\x37\x37\x8b\xd3\x63\x7d\xc4\x96\x2d\x21\x01\x24\x62\x77\x28\x5d\x45\x38\x87\x06\x74\x44\x18\xa9\x2c\x63\xca\x4e\x46\x63\x2c\x81\x8c\x10\x75\x18\xc9\x61\xc2\xff\x7c\x4a\x27\x7a\x59\x77\xca\x91\xaa\x0c\xb2\xa0\x50\x73\x88\xe1\x66\x5b\xa0\x1f\xf9\xe0\x65\xa3\xaa\x47\x54\xb4\x4e\x9b\xc5\x25\x6d\xb9\xb8\x9a\x8a\x2f\x89\xed\xa6\x14\xca\x19\x67\xff\x94\x4e\x7c\x32\x72\xc7\x45\xcb\xe3\xe6\x1d\xbc\xe9\x9c\x8f\x7f\x4a\x27\x98\x70\x95\x78\xaf\x7c\x23\x35\x7b\xe2\x5d\x6f\xcc\x5a\x38\xa5\x24\x13\xcf\xfd\xb1\x74\x6c\xa3\xd9\xe3\xb9\xd0\x03\x6b\xec\x78\x5d\xff\x83\x71\x28\x70\xe4\x0e\x15\xa5\xc9\x7a\xbd\x2a\x5a\x94\xcf\x26\xd6\x1b\x8c\xb4\x7d\xe7\xc3\x80\xcc\xdc\x98\x96\x05\x9e\x6b\x3f\xbe\xb2\x5a\x3c\x52\x7d\xb3\xb2\x34\xa5\x56\x31\x46\x44\x73\xdd\x1b\x81\x55\xa5\xa3\x1a\x11\x0a\xd8\xf9\x4a\x17\xf8\x5d\x5e\xe3\x95\xed\x1c\x45\x7c\x09\xd2\x92\xce\x24\xe8\x43\xab\xd9\xdc\x4b\x10\x87\x06\x25\xe6\x50\x44\x51\x7e\x11\x5c\x00\xa2\x1d\x95\xa4\x30\xb8\xe3\x19\x10\x19\x6d\x2a\x63\x06\x1e\x77\xbb\xc9\x5b\xa2\x71\x4e\xa2\x29\x50\x38\x13\x28\x29\xed\xc5\x14\xaf\x1a\x25\x6c\x22\x18\xd9\xf2\xa0\x58\xad\xda\x7b\xed\x23\x25\x72\xb8\x88\x16\xa5\xa8\xca\x89\x39\x55\xd0\x22\x2b\xf6\xe8\x5f\x1a\xbc\xe9\x52\xef\x16\x5b\x10\xfb\x15\x73\x37\xf6\xc5\xfb\x0a\x70\xec\x0c\xcd\x2a\xcf\x21\x9a\x8d\x82\x31\x0e\xb9\x38\x16\x07\xdc\x96\x11\x97\xa2\xac\x3a\x6d\x59\x6c\xe9\xe7\x1b\xc9\x0d\xd6\xf1\x4d\x13\x50\x83\xef\x55\x37\xb0\x1d\xca\x0d\xf1\x04\x7c\xf0\x66\x95\x18\x63\xc6\x58\xcb\x76\xad\xd7\x94\xc3\x77\x40\x58\x20\xe2\xcc\x83\xec\x5b\xd3\x0e\x2d\xe5\x80\x2a\x74\xf7\xb0\x31\x15\x10\x34\x83\x3e\x20\xce\xcd\x0d\x1f\xaf\x9b\x1b\x3c\x43\x01\x5f\x5f\xeb\x35\x20\x6c\x60\x1a\xda\xc5\x63\xff\x6d\x93\x3b\xee\x21\x22\xac\x75\x01\x17\xab\x36\x9b\xb7\x92\x1b\xa8\x4f\x8a\x02\xdd\x81\x5b\xf3\x00\x63\x3c\x8c\xd2\xad\x02\x15\x22\xce\xa9\x79\xe0\xc2\xb7\xac\x3a\x96\x82\xab\xa6\x05\x88\x4b\x1a\x25\xc6\x00\x47\x25\x54\xea\x7d\x19\x4d\x86\x71\xb3\x5b\x90\xab\x0f\x20\x93\x25\xd4\x42\x69\x9a\x70\x90\xc1\x61\xe0\x07\x9c\x50\x41\xd3\x96\xad\x3f\xe6\x7c\x5b\xda\x3e\xea\x0f\xb8\x05\xc5\x1d\x1b\xa4\xfb\xea\xe0\x5a\xe8\xfe\x09\x19\x12\xdd\xeb\x03\xe5\x66\x16\x1d\x5c\x57\x17\x36\xb6\xd8\x20\x7d\x23\x8f\x79\x03\x7d\x1a\x48\x46\x99\x08\xa9\x41\x55\x40\xb7\x72\xa9\x66\xe4\x9e\x64\x39\x01\x50\xa3\x46\xb5\x33\xc5\x0c\x68\x09\x78\x24\xd1\xac\x9d\x45\xba\x00\x02\xd0\x48\x94\xa8\xf4\xd9\x72\xc9\x27\x28\xd3\xfc\x20\x2b\xf4\x4b\xc5\x00\xb2\x82\x35\x57\x5c\x1d\xe1\xef\xe8\xdc\xa0\xad\x95\xb1\x6a\xfc\x73\xc4\xd9\x63\xdd\xbe\x41\x46\x87\x23\xf7\x2a\xd2\x1e\x67\x22\xf2\x37\x3f\xbf\xc9\x38\x75\xec\xa7\x19\xe2\x4e\xb3\x28\xfe\x50\xd9\xa2\x78\x52\x6d\xcb\x64\x49\x86\x60\x52\xdf\x5a\x14\x3f\x7f\x80\xa8\x43\x60\xc5\x14\x9c\x33\x78\x8b\x0a\xe9\x45\x63\x5c\x6a\x59\x53\x5c\xf8\x43\xdb\x96\x5c\xb9\x4b\x4b\x1c\x34\xe5\xd6\x40\xc7\x6a\xb7\x2e\x50\x4e\xd3\x85\x5f\xb9\x13\xd2\x9d\x71\xa5\xcb\x45\xad\x71\x23\x77\x6c\x6c\x57\x55\x99\x85\x08\x99\x45\x9c\x54\x89\x29\x7d\x88\x1d\xe9\x3e\x88\x0b\xb4\x71\x56\x6d\x9c\x04\x0e\x1a\x26\x0b\x92\x5a\x19\x96\xde\x32\x44\x78\xd3\xe2\x27\x90\xfb\xab\x3a\x91\xf1\xd1\xd5\x22\x4d\x86\x92\x67\x05\x97\x4e\x27\xd1\x58\xb0\x51\xbd\xd3\x25\xb2\x55\x74\x82\xdd\xe3\x9d\x9d\x48\x81\x3a\xd7\x47\x27\x1a\xa3\x00\xa7\xf5\x11\xe2\x5b\x35\xe3\x1b\x8e\xd8\xbc\x61\x29\x6f\x93\x24\xb4\x24\x1e\xb4\x78\xf7\x16\x6b\x2a\xd4\xc1\xc1\xc4\xe4\xa6\xc8\x52\xf2\x8b\x05\x51\x6c\x24\x97\xc2\x8b\x28\x2b\xb7\xed\xb8\x4a\xd0\x6f\x53\x2d\xfb\x94\x95\x97\x69\xdc\x58\xa6\x96\xbf\x2c\xd4\xfc\xc2\x48\x2d\x94\x1a\x23\x7f\x75\x5d\x85\x82\x1b\xeb\xc4\x9b\xca\x1f\x9a\x3d\xb6\x73\x1a\x50\xae\xdf\x6f\x3f\x44\x74\x96\x2e\x69\x9b\x7f\xde\x4e\xb3\xb6\x6c\x81\xf5\x3b\x1a\x5c\x14\x05\x12\x7a\x8f\x9a\xd9\x51\x19\xce\x78\xeb\xcc\x27\x62\xe6\x4b\xfd\x5a\x6d\xe6\x93\xb1\xc0\x08\xdd\x98\x45\xbd\x38\xa3\xea\x44\xc9\x20\x98\xbc\xf1\x91\xd9\x4c\x49\x5a\x91\x00\x91\x2d\x0a\xb6\xdb\x58\xfc\x37\x5f\x64\xeb\xb5\xa5\xd4\x27\xfc\x19\xda\xb6\x41\x3b\xb6\x4d\xdf\x62\xb3\xd7\x7c\xab\x62\x9c\x48\xed\x53\xe9\xd0\xa4\x4f\x7f\x55\xb4\xaa\x8b\x88\xc8\xe5\x43\x51\x3a\x04\xdb\xb8\x97\x90\xae\x8c\x6a\x98\xa4\xcf\xdf\x28\xdd\x0c\x08\x60\x81\xd4\xc3\xa6\xd5\xf3\x0b\xb8\x86\xd1\x67\x47\x78\xb2\x56\x3b\xce\x13\x87\x65\x73\xf8\xb7\xbe\xa1\xee\x92\x39\x80\xe6\x3e\x58\x73\x5e\x22\x4e\x4e\x66\xef\xf4\x99\x51\x17\x28\x16\xa7\x6f\xa8\xbc\x88\x54\x42\x51\xc9\x4c\x45\x3e\x0a\xd1\xb2\x40\xd3\x28\x89\xf2\xd9\x16\x2c\x88\xad\x64\x45\x05\x59\xe9\x53\x72\x9d\xac\x28\x27\xab\xcc\x3c\x9f\x98\x4e\x40\x95\x11\xcf\x8c\x79\x45\x99\x3e\xc0\x40\xf4\x00\x32\xd6\xc4\xa6\x38\xaa\x7f\x60\x13\x05\x0d\xf2\xe6\xc9\xed\x3c\xdb\xba\x55\x24\x86\x5e\x45\x9d\x54\x59\x2b\x35\x00\x4d\x51\x6c\xf0\x85\x28\x66\xfb\x6a\x2c\x39\x41\x40\x29\x99\x2f\xf8\x55\xb1\xda\x70\xb9\x9a\xd1\xaf\xeb\xa6\xcd\xa1\xd2\x5b\xf3\x4a\x1d\x36\xfd\xef\x3c\x30\x95\x3e\x0f\xfb\x14\xc9\xf3\xaf\x9f\x15\x48\xeb\x73\x0d\x4a\x51\x53\x6f\xee\x1e\x6c\x6c\x49\x01\x36\xb4\x40\x74\xa8\x6f\x2d\xfc\x55\xa1\x42\xdb\xdc\x29\xe9\xea\xeb\x32\xa1\xd1\x9c\xe0\xac\x54\x30\x6a\xe9\xd0\xca\xb8\x62\xad\x9e\xb7\x8d\xdb\x99\x05\x01\x0f\x31\xbc\xe2\x77\x1c\x4f\x43\xa8\xf5\x5d\x05\x6b\xc8\x63\xdf\xf3\x6b\x31\x1e\xfe\xdd\xb9\xb9\x21\xf9\xe7\x34\x5c\xc6\x64\x48\xfd\x95\x82\xaa\x66\x47\x28\x47\x3e\x38\x37\xb7\xc1\x2d\x89\xbf\xa4\xf1\xe3\x34\x8a\x63\xdb\xb6\x96\x89\x70\xee\x0a\xcb\x08\xc1\x32\xf4\xb7\x6d\xcb\x1f\xce\x43\x90\x25\xd5\x27\x60\xfd\x89\x17\xb4\xbb\x90\x25\xb1\xa3\x7d\x9c\x06\x21\x09\xdb\xf3\x34\x23\x6d\x3a\x63\x87\xfc\x64\x42\xda\xa9\x98\xa8\xf6\x22\xb8\x23\x4e\xfb\x9a\xbb\x8d\xe6\xed\x45\x96\xde\x06\xb7\xf1\x23\xd7\x07\x84\x24\x8f\xb8\x37\xe3\x6e\x94\x50\xae\x5e\x6e\x07\x49\xd8\x9e\x07\x8f\xed\x59\x70\x4f\x78\x83\xc8\xbf\x97\x24\x99\x90\xbc\x1d\x4d\xdb\x61\x34\x9d\x92\x8c\x6d\x25\xf7\xc2\x00\x23\x6f\xb3\x99\x99\x91\xb6\x6a\x4e\xde\x0e\x32\xd2\x0e\x16\x8b\x38\x22\x61\x5b\x7c\x4c\x23\xb6\xdc\x9c\xf6\xc7\x69\xfb\x31\x5d\xb6\xc3\xb4\x9d\x10\x12\xb6\x69\xca\x1b\x5e\xf9\xbc\xd6\x07\xd4\x66\x33\x50\xeb\xf1\x6e\x92\x9e\xa5\xc9\x34\x8e\x26\x94\x5f\xc5\x90\x80\x97\x75\xfb\xb8\x08\xf2\x9c\x97\xc6\x06\x2a\x4a\xee\x1c\x0b\xa2\x6d\x13\xc0\x3d\xfb\x56\x5e\xdf\xf7\xfa\xa8\xef\x1e\xf8\x7d\xf7\x80\x53\xc0\x33\xb8\x39\xfc\x06\x8d\xfd\xc3\xef\xd2\x8e\xd8\x3f\x87\xdc\x47\x83\xbf\xf1\x5c\xe1\xaf\xc1\xfe\xdd\x63\xff\xec\xb3\x7f\x06\xec\x9f\x03\x71\xf7\x36\x10\x7f\xf6\xf8\x15\x9e\xef\x21\xcf\xf5\x3d\x17\x79\x9e\xef\x79\xc8\xeb\xf9\x5e\x0f\xf5\xfc\x1e\xea\xfb\x7d\x7e\x95\xd7\x77\x07\xfc\xe2\xad\xef\xee\xa1\x81\x3f\x40\x7b\xfe\x1e\xda\xf7\xf7\xd1\x81\x7f\x80\x0e\xfd\x43\x74\xe4\x1f\x15\x63\x46\xbb\x68\xd4\x77\xf7\xc7\xe5\xb1\x00\xc0\x55\x6b\xf7\x4d\xa7\xd5\x7e\xd3\xfe\x53\x7a\x4f\xb2\xfb\x88\x3c\xb4\xdb\xe7\xf3\x5b\x92\xb5\x77\xda\x7f\x09\xee\x83\x2b\x6e\xee\xd6\x3e\x65\x13\x35\xe1\x26\x0c\xed\xf7\x59\x30\x27\x0f\x69\xf6\x8d\x7f\x36\x49\x17\x8f\x59\x74\x37\xa3\xed\x33\xfd\xab\xe7\x7a\xde\x4e\xcf\xed\xb9\xed\xeb\x28\x0e\x49\xfb\x63\x32\x71\x38\xc1\xb0\xbd\x24\x8b\x6e\x97\x34\xcd\x72\xf6\xb5\xf1\xdf\x97\x34\xa3\x9c\x50\xcc\x62\xdc\xfd\x1d\x56\x56\xfb\x8a\x66\xe9\xad\x28\xe7\x45\x9f\x1d\x8a\xcf\x58\xab\x65\xed\xa7\x71\xdc\xe6\xaf\xf3\x36\x3b\x86\x64\xf7\x24\xe4\x45\xfd\x89\x89\xea\x49\x4e\xda\xed\xf6\x27\xf1\x2b\x6c\xb3\x15\x97\xb5\x3f\x7f\xbc\x6e\xcb\x97\xb5\x3a\xaf\x08\x69\xcf\x28\x5d\xe4\xfe\xee\x6e\x16\x3c\x38\x77\x11\x9d\x2d\x6f\x19\xdf\xdd\x25\x6c\xe8\xfe\x95\x8b\xbf\xce\xbf\xf2\xdd\x79\x90\x53\x92\xed\x7e\xfa\x78\x76\x7e\x71\x75\xce\x6b\x94\x4b\xa2\xdd\x6e\xf7\x9d\x9e\xeb\xec\xb5\xda\x6f\x76\x85\xe0\xcf\x98\x67\x6b\x1e\x44\xc9\x59\x9a\x50\xbe\xcb\xb1\xb3\x85\x31\x59\x9c\xc5\xa3\xa8\x14\xc9\xd3\x12\xcf\x3a\xc0\x04\xe5\x38\x19\x05\xe3\x56\xbe\x5e\x03\xfe\xb3\x8b\xad\x5d\x8e\xd5\x65\x8d\xa1\x04\x00\x8e\x58\x06\xd3\x05\x4a\x47\x36\x89\x5b\xe2\x2d\x5e\x15\x28\x5f\xaf\xab\xe2\x83\xd8\x19\xe8\xd0\xd8\x1b\xce\xd2\x65\x1c\x72\xf6\x30\x8d\x18\x33\xe0\x7c\xad\x6d\x75\x49\xd7\x6a\x67\xe4\xdf\xcb\x28\x23\x61\xfb\xf6\xd1\x6f\x5b\x5d\x2a\x70\xe0\x9f\xfb\x10\xf2\xab\xa3\xd2\xdd\x6a\x89\xd9\xf6\xb1\xc8\xd1\x44\x62\x57\xdf\x06\x93\x6f\x28\xe4\xc7\x7e\x6e\x22\x02\x96\xda\x22\x77\x86\xdd\xe3\xd9\x5b\xf5\x7c\x3c\xeb\x76\xa1\x25\xb7\x01\xb6\x99\x2c\x47\xb3\xf1\x30\x1c\xcd\xc6\x38\x66\xe2\x0a\x6f\x5d\x35\x9d\xfa\xfc\x4f\x0a\x58\x92\x69\x79\x69\x5e\xd3\x87\x10\xc5\x85\xc1\x92\xf5\xae\xf3\x10\x25\x61\xfa\xd0\xcc\xae\x17\x59\x3a\x21\x79\x6e\xdb\xfa\xac\x2f\x53\xc6\xac\x05\xab\x42\x6b\x07\x84\xcc\x2a\x5f\x42\x1e\xe5\x83\x6f\x7b\x7c\x41\x1a\x3f\x79\x2c\x60\x54\x2a\xf1\x6d\x1b\x64\xb8\x9a\xe4\xdc\xdc\x70\x6e\x9f\x0d\x41\x52\xd3\xf1\x70\xc1\x14\x45\x8d\xa9\xcd\xd7\xcc\x11\x66\x12\xeb\x10\x44\x7c\x36\x30\x45\x91\x9e\x0d\x9c\x41\x5f\xa5\x8f\xc6\xe6\x0b\x0a\x51\x32\x22\x63\x1c\x55\xe3\xf2\x13\xc3\x4c\x92\x70\x4c\x7d\x58\x40\xc5\x7c\x31\x45\xfc\xd6\xbf\x29\xfb\x8f\x69\x1a\x93\x20\x01\x89\xf0\xf2\x35\x1e\xbb\x25\x91\x17\x88\x3a\x37\x24\xf8\x76\x93\x13\x92\x70\xcd\x85\x1a\x07\x2c\xa3\xc4\xfa\x04\xc9\xe9\xf7\x29\x52\x18\x31\x7e\x52\x40\x1f\x10\x63\xd8\x64\x44\x5a\x44\xcd\x34\xf9\x21\x2c\x00\x63\xcf\xd6\x9f\xf8\x2a\xdf\xdd\x61\x7b\x62\x96\x04\x71\xbe\x7b\x9b\xa5\x0f\x39\xc9\x76\x48\x72\x1f\x65\x69\xc2\x0e\x53\xb2\x69\x68\xa4\xa9\xb1\xe6\xc1\x50\xd9\x3a\xe4\x9c\xd4\xc2\xe1\x12\x64\x95\x92\x83\xc6\x7e\xe9\xb8\x05\x44\x84\x0d\xd7\xbb\xcb\xcf\x98\x38\x51\xfe\x3e\xca\xc8\x34\xfd\xce\x7f\x9f\xcd\xb2\x74\x4e\x30\x71\x96\x39\xc9\x4e\xef\x48\xc2\x84\xf5\x59\x94\xd3\x34\x7b\xc4\xc4\x89\x53\xc1\xcd\x31\x71\x04\xe9\x4a\xb9\x4a\x1e\xfc\x37\xa4\xaa\x9c\xc4\x53\xdb\x96\x41\x8c\xc4\x03\xfb\xd7\x11\x0d\xc6\x18\x6b\xff\x9a\x86\x05\xf0\x8b\x5c\x1c\xfc\x8b\x6a\x20\x34\xf5\x6a\xf3\x32\x2f\x9d\x70\x1b\x1b\x5d\x69\x99\xc0\x8b\x51\x8f\xd8\x7c\xb3\x51\x8a\xea\xa6\x2e\xa5\x4c\xe0\xa5\xe8\x61\x30\xdf\x6c\x94\x22\x87\x4d\x17\xa2\x9f\x79\x19\x6a\x50\x8d\xf4\x8d\x12\x92\xe0\x3e\xba\x63\x22\xa5\x2e\xc3\x48\xe1\xa5\xe8\x67\x5c\x79\x67\x09\xf7\xf4\x86\x92\xca\x89\x6d\x69\x22\xa0\x12\xa8\x99\x0e\x59\x99\x3e\xab\xaa\xa5\x27\x38\x6b\xc9\xe3\xf6\xb0\xd2\x75\x95\x4b\x0f\x45\x22\xef\xb2\x64\x3e\xd9\x29\x95\x4d\xf5\x36\x52\x3e\x32\xc3\x6a\xf3\xcb\x66\xf9\xd6\xa7\xc7\xe4\x7b\x1b\xb0\x9d\x6c\x9e\x86\x04\x5a\x2d\x93\x1a\x53\x79\x36\x16\x7a\x74\xb5\x9c\x33\x67\xc2\x09\x97\xe3\xce\x38\x8c\xfe\x03\xd8\x32\xe8\x39\x90\xc1\x3f\xf8\x57\x4d\xb4\xc6\xb1\x31\xe2\xf8\x3a\x8b\xee\xee\x48\xd6\x32\x97\x45\xce\xe1\x78\x9a\xd6\xad\x94\x9c\x37\xd7\x2a\x52\x99\x43\x72\xbb\xbc\x33\x1f\x17\x19\x99\x04\x94\x84\x3b\x53\x12\xd0\x65\x46\x6a\xeb\x5a\x30\xcf\xff\x74\x6d\x2b\xb6\x68\xac\xcd\xa4\x95\x39\x9f\x2e\x3f\x7c\x38\xff\xca\xed\x32\x56\x71\x7a\x57\xaa\x9b\xd5\x09\x80\x25\x3a\x8e\xa3\xed\xd4\x60\x81\xf8\xa1\x60\x23\x23\x4f\xad\xe5\x24\x7c\x97\xde\xc8\x2a\x92\x6b\x79\xa3\x64\x9a\x6e\x66\xe5\xa9\xb5\x9c\x7c\x00\x37\xb3\xf2\xe4\x61\xe5\xa9\xfa\xa5\xff\x54\xa1\x41\x9e\x93\x8c\x6e\x96\x2a\xd3\xab\xb9\x25\x90\x45\x84\x93\x56\x39\xb2\xd1\x53\x34\x41\x83\x28\x21\xd9\x13\x54\x61\x64\x4f\x1f\x12\x92\x35\xbe\x59\xd2\x28\xde\x4e\x49\xfa\x40\xb4\x49\x3f\xfc\x4a\xe3\x3f\xa6\xa1\x45\x16\xdd\x07\x34\xfa\x8d\xd4\x6f\x13\x46\x74\x8c\x09\x4a\xf0\xa3\xd4\x26\x24\x5a\x85\xc7\xc6\x69\x14\xa1\x74\x8c\xa9\x82\x7f\xf1\x2d\x2d\x10\xb1\xfc\x18\xb8\x28\x73\x44\x1f\x21\xf8\xf5\x87\x55\x54\xf8\x3f\xac\xd2\x62\xe7\x87\xd5\x4d\xf1\x2b\xbf\xe0\xba\x23\xf4\x7d\xc0\xb8\xfc\xe3\xfb\x34\x6b\xda\xd0\xc9\x68\x31\x66\x19\xf3\x4a\xc6\x39\x22\xce\xc7\x8b\x8f\xd7\x37\xef\x4f\xcf\xae\x2f\xbf\xfe\x1d\x13\xe7\x4c\xcd\x04\x26\xce\x57\xb9\x63\xab\x25\x31\x89\xd9\x61\x2e\x35\x6f\x1a\xa4\x01\x84\x76\xc4\xe7\xb7\x74\x4c\x3a\x92\x77\xb4\xb2\x00\x11\x38\xc3\xe1\xf3\x86\xa9\xf8\xbb\x5e\x97\xf7\x07\x93\x60\x32\x23\xa2\x9f\x61\xc4\xdb\x1e\x64\x8f\x90\x5f\x68\x4f\x66\x44\xe4\x94\x65\x4e\x45\xf3\x3f\x07\x49\x70\x47\xb2\xb3\x6d\x1f\x36\x64\xab\x14\x13\xe5\xef\x48\x4e\xb3\xf4\x91\x84\xfa\x62\x43\xa7\x45\xc9\x1d\xee\x78\x45\x9c\xa6\xdf\x96\x0b\xad\xd2\xab\x7f\xb7\xa9\xd9\x3d\x0b\x12\x2e\x6a\x33\xb9\xac\xfd\xab\x23\xbe\xff\xb5\xcd\x15\x55\xfc\x10\xcc\x3b\xde\x9e\x05\x79\xfb\x96\x90\x84\x1d\xf5\x45\x51\xe5\x84\xab\x3b\x0e\x73\xf8\x1c\xa1\xa0\x8b\x7e\x23\x12\x93\x46\x7e\xa7\x2e\x34\xaa\xed\x76\xd1\x4c\xc6\x25\xe0\x3a\xb5\xe8\x37\xf2\x4e\x67\x9f\x02\xe3\x06\xbd\x32\x04\x6e\x21\x2e\xd4\x49\xbd\x4c\x12\xae\xd7\x46\xb4\x9e\x21\x90\xa5\x23\x59\x16\x6c\x08\x9e\xcf\x88\x87\xcf\x1c\xa3\x76\x15\x20\xbf\x69\x4a\x46\x74\x8c\x98\x44\xad\xf3\x4c\x74\xaa\x23\x3b\x69\xdb\xfa\x27\x80\xb0\x78\x6e\x78\x20\x2c\xf8\x20\x7f\x4c\xfe\x45\xcc\x93\x1c\xc1\x5a\x11\x0c\x5c\xc4\x6f\x77\x2f\x59\x3e\x08\x4c\xda\x84\x88\x14\x53\xbd\x3e\x6a\x10\x16\x9b\xf4\xfd\x1a\x62\x28\x8b\x7d\x21\x41\x18\xca\xc8\xc6\x9e\x8a\x38\x49\x32\xfc\x85\x6d\x77\xc4\x85\x77\xbe\x08\x26\xa4\x3c\xcd\xe8\x2f\xc9\xf7\x45\x90\x84\x9f\xd2\x49\x10\x7f\x2a\xc9\xba\xb4\x0c\x92\xee\x5d\xdc\x4a\xcd\xb0\x38\x33\x9c\x96\x3b\x5e\x07\x63\x52\x96\x78\x47\xe8\xe5\x42\x5e\x21\x5b\x79\x94\xdc\xc5\x84\xa6\x89\x65\xd8\x63\xe4\x2f\xfe\x5c\x58\xef\xd2\x28\xa0\xc4\x2c\x40\x5b\x32\x6e\x1e\xbf\x94\x7c\xc5\x47\x21\x2b\x47\x21\xab\x8c\x42\x62\xd6\xb8\x39\x04\xac\x6c\x15\x59\xba\xc3\x0e\x72\xba\x1b\xea\x2c\xa6\x28\x32\xa9\x9e\xe3\x23\x1d\x25\xad\xa8\xdb\x00\xd7\xcc\x94\x97\x86\x6d\x69\x19\xe1\x4e\x7e\xce\x12\x1b\xce\x80\x2b\x63\x38\xfc\x04\xe9\x46\xf9\x51\x81\xb5\x45\x04\x6b\x70\x64\xdb\xfc\x6f\x62\xdb\x62\xaa\x6c\x5b\x8c\xb9\x30\x0b\x4d\xa0\xba\x6b\x29\x17\x16\x8e\xd4\x21\xb4\x72\x7b\x5f\x32\x10\xdb\x6e\x30\xcb\x48\xcb\xd5\x98\x96\xab\x11\xa5\xc5\x7f\xd8\x81\xc4\xb6\xc5\xd0\x47\xeb\xb5\xe8\xc1\x66\x17\xd4\x48\x97\xed\xfe\x03\x46\xcd\x18\xb1\x4e\xb5\xbe\xaa\x32\xe6\x35\x65\x8b\x9e\x24\xeb\xb5\xaa\x45\xd4\xc0\x51\x78\x58\xcf\x1a\x7a\xc4\x36\xd4\xd6\x26\xe7\xd0\x3a\x1b\xd1\xe5\xb6\xe4\x1d\x16\x2f\x22\x11\x41\xaa\xca\x55\xb2\xac\x5a\xa9\x6f\x63\xb4\x15\x02\xae\xca\x1f\x9c\xd0\xf5\x3a\x51\x76\x96\x14\xd6\x68\x7e\xe5\xca\x73\x08\x6b\xeb\x3d\x8f\x65\x98\x95\x50\x91\x5b\x39\x3c\x4e\x51\x6a\x34\x77\xa2\x9a\x5b\x5e\x4a\x32\xe9\x46\xb2\xeb\x1c\x45\xd8\x3d\x8e\xde\x6a\xd3\x89\x48\x7a\xef\xac\x14\xe0\x9f\x9f\x0a\x64\xbd\x69\x44\x32\x3f\x47\x32\x8e\xd0\xb2\xc0\x3c\x40\x62\x32\x4a\xc7\x78\x39\x64\x9c\x23\x47\x2b\xfd\x12\xfa\x3c\x05\x32\x41\x2a\x7f\xf7\x98\x04\xf3\x68\xc2\xb8\x64\xf9\x84\x3b\x01\xcf\x61\x8e\x6c\x68\x46\xb0\x2b\x47\x08\x8d\xa2\x31\x63\x16\x1b\xd2\x9a\x41\x39\x06\x0b\x58\x15\xc7\xb5\x2d\x27\x42\x44\xee\x37\x72\x40\x57\x65\xff\xfd\x08\xe9\x36\xf9\x1d\xaf\xd8\x88\x61\x96\xd9\xf6\x84\x57\x90\x2a\x1d\x94\x58\x48\x13\x4e\x1b\x29\x5b\x95\xec\x17\x63\xb0\xd7\x8f\x0b\xa2\x37\xc2\x1c\x44\x50\x24\x1b\x49\x99\x69\x91\x3c\xab\xf9\xf2\x09\xa6\x81\x32\xa5\xbd\xfa\x46\x1e\x73\x40\x21\x4a\x38\x66\x92\xc2\xcc\x3f\x4e\x94\x7f\x55\x84\xe9\x28\x1b\x25\xe3\x71\x2b\x2a\xf9\x45\x54\xf2\x0b\x63\x64\xb9\x91\x1e\xd9\x26\xf7\x49\xfd\xd8\xcb\x64\x3d\xa1\xd6\x32\x25\xd7\x54\x1a\x92\xf3\xac\x02\x73\x10\x02\xcb\x14\x74\x2d\x58\x8b\xe0\x0a\x57\x4c\x42\xc6\xb4\xa8\x09\xc4\x0b\x29\xf4\xde\xd7\x85\x5e\x31\xc1\xf2\x7e\x52\x8b\xcc\xa6\x98\x2b\xa7\x58\x0a\xb8\xac\x14\x4c\xa5\x08\xbb\x8c\x63\x6e\x3c\x27\x5f\xea\x5d\x3d\xe4\xa9\x89\xbc\xb7\x0d\x42\x72\xad\x4c\x99\x4c\x4b\x9a\x92\x56\x54\xf2\xbc\x94\x8a\x60\xa1\x14\x9c\xa0\x01\xdc\xb0\x5e\xae\xba\xeb\xab\xd4\x55\xed\x54\xc9\x17\xe6\xc1\x37\x9d\x09\x94\xbd\xaa\xf6\x09\xc2\xcd\xd6\x17\x92\x73\x8b\xa3\xd0\x4a\x17\xed\xd3\x42\x58\xbd\x70\xb3\xe8\xa7\x84\xa9\x5f\xb5\x30\x25\x18\x22\x7b\xa3\x3c\x7e\xf2\x17\x88\x53\x6d\xf0\x98\x2e\xd5\x95\xaa\xb8\xe6\x92\x25\xfd\xb0\xaa\x34\xbf\x80\xbf\x56\x24\xaf\x72\xac\xeb\xa6\xdc\x62\x57\xd0\xab\x36\x31\x56\x6d\x5a\xe0\x10\x54\x47\xb1\x69\xa2\x61\x6b\x0e\x12\x69\xd2\x9a\xe1\x04\xa5\x0a\x1a\xc5\x98\xe0\x04\x16\xf5\xf5\x4f\xb8\x08\x04\x5c\x14\xb1\xa3\x77\x74\x97\x40\xb0\x2a\xb8\xe4\x06\x0d\x5a\x53\xbb\x25\xdb\x29\xee\x79\x74\xea\xdd\x7f\x8e\xfe\xe9\x8f\xbb\x3e\xff\xf7\x87\x5d\x49\xd8\xb7\x55\xc2\x36\x44\x2d\x56\x0f\x29\x65\xdd\xa9\xd2\x35\x13\xfd\xd3\x3c\xc1\xc9\x4d\x23\xe3\x6c\x52\xfc\xac\xbe\xe6\x44\x14\x88\x5e\x6d\xac\x61\x52\xcd\x50\x39\xa9\xdd\xd0\x0a\x17\xdb\xc6\x2d\x94\x07\xc5\xcb\xf2\xc5\xa5\x14\x28\xd8\x4a\x93\x82\x5e\x64\xd5\x93\xf6\x14\xff\x91\x79\x65\xd7\x5f\x90\x73\x1a\x44\xf1\x15\xa1\x7c\x2b\xbd\x22\x92\x31\xdc\xa4\x8b\x17\xb4\x9d\x1b\xa4\x3e\x99\xb1\xd0\x74\x67\x3a\x3f\x90\x87\x76\xaa\xa3\x67\x89\xf1\x26\xd9\xf3\x12\x76\x85\x70\xd9\xb9\xa3\xd2\x01\x47\x1c\xdd\x40\x02\x1b\x26\x7a\x94\x8c\x71\xad\x6b\x2c\x29\x2b\x96\x49\x59\xbf\xb2\xb6\xdc\x56\xd1\x8b\xa6\x4a\x19\x9c\x6f\x36\x81\x8e\x2b\x2f\x2b\x53\xb4\xf1\x52\x35\x92\x8e\x51\x63\x2f\x29\x1b\x38\x21\x1d\x35\xba\x5b\x9a\x72\x18\xad\x48\x4f\x7c\x58\xe5\x31\x65\xbd\x36\x4e\x29\x3c\x3a\x2c\x93\x2e\xb6\x1d\x4f\xe4\x51\xe1\x5e\xc4\xbc\xc5\xa4\xd6\x85\xda\xc9\x24\x55\x82\x5d\xda\xe2\x5e\x24\xba\x07\xb3\x20\x07\x5a\xf6\x6c\x95\xab\xd4\xb6\x41\x64\x2c\x5a\x2d\xfd\x25\x50\x85\x5b\xc7\x5c\x98\x05\x86\x8c\xa8\x67\xd7\xcc\x32\x34\x2a\x0b\xc2\x10\x24\xd0\xdf\x6c\x2b\x8e\x4a\x08\x6f\xe3\x28\x5f\x53\x70\xb4\xea\x1b\x57\xa9\xca\xaf\xf0\x22\x4e\xaa\x95\x14\xdd\xfc\x8a\x3a\x12\xa2\xac\x08\x39\x9a\xcc\x2d\x31\x57\x84\x51\x64\x39\x1c\x95\x47\xa9\xc3\x51\x50\x34\x51\x9a\x0c\x9f\x79\x0f\x08\xf4\x9b\xda\x3a\xac\xb6\xd3\x68\x8e\x4f\x0a\xdd\xff\xf7\x72\x1f\x7a\x65\x2b\xf5\xf7\xc3\x2d\xe9\x2f\x6c\x55\x53\x3b\xcc\xe6\x6d\x78\xb7\x55\x99\xe3\x88\x8c\x35\xbc\xd7\xc6\x9b\xda\x02\x37\x6a\x80\x45\x45\xb4\x30\x81\xd2\x5e\xd2\x79\xf3\xe3\xe1\xf6\x57\xbc\xdc\x97\x0c\xc2\xe6\x47\xc4\x29\x85\xaa\x82\x2d\x24\xa5\x18\xea\x48\x35\xd0\xcf\x41\x1c\x85\x66\x8f\xd4\x71\x53\xc9\x12\xb6\x5d\x6a\x6a\x6a\x14\xaf\x5e\x30\xb9\x9a\xe7\x33\x14\x18\x52\xf1\xba\x55\xc7\xb0\x21\x1b\x94\x87\x37\x7d\xf8\xc9\x90\x2e\xd0\x4f\x0a\xb8\x75\xd9\x71\x30\x41\xc9\x00\xdf\xa7\x19\x3b\x3b\x28\x73\x84\xda\xae\xc3\x27\xb3\xd0\x0a\x9c\x32\x77\x85\x95\xd7\xbe\xd8\x58\xd3\x74\xeb\x9a\xa6\xb5\x35\xdd\x54\x13\x44\x54\x35\xd6\x64\xc5\xdb\x36\x11\xc5\xd8\xb3\x6a\xcb\x9f\xd8\x7d\x74\xc4\xb0\x72\x4f\xf8\x0f\xd8\x52\xa5\x4a\xc6\x8e\x4a\xf5\x57\xbd\xf5\xba\x42\x32\xae\xef\x20\xe5\xef\x11\x1d\x6b\xd7\x01\xd6\x32\x75\x44\x2d\xcf\xa4\x23\x57\xb5\x17\x64\x0d\x13\x92\x8c\x61\xad\xbc\x21\xfb\xe7\x25\xeb\xa3\xda\x74\x85\x76\x58\x91\xd2\xb4\x6d\x62\xb5\x41\xc7\xa0\x49\xa2\x33\xb9\xc6\xc6\x1b\x3c\x1a\x43\x28\xbc\x2e\x4a\x0d\x00\x35\x34\x00\x59\x01\x8b\xa8\x5e\x6f\xa3\xe8\x22\x94\x70\x3b\x1e\xb7\x73\x55\x51\xf5\x58\xcb\x2a\xd6\xa6\x9b\xfd\x48\xd4\x5d\xd6\x06\x8d\xa8\xfe\x94\x52\xe7\x28\x2a\xfb\x52\x49\x7d\xb6\x1f\x6c\x69\x7e\x4b\xd2\x87\xc4\x58\x4d\x46\x54\x0b\x94\x6e\x13\x0a\x83\xea\xf1\x7c\x43\x02\x82\x3c\xf2\x5a\xfe\x56\x05\xcc\x3a\xce\xd5\x79\x3d\xc6\xc1\x28\x1f\xb7\xe2\xea\x24\x49\xd1\x3f\x1d\xc5\x3c\x8e\x4a\xd1\xc0\x89\x9f\x58\xab\xb5\x2e\x40\xf4\x12\x0e\x6e\x7e\xc4\x6f\x5a\xb7\xbf\xe6\x65\xd6\x0f\x3f\x14\xa5\x8c\x79\x6d\xf2\x61\xc5\x20\xef\x04\x30\x09\x81\x45\x55\xfd\x51\xe3\x58\x91\x49\x79\x2a\xea\x78\xbd\xd3\x95\xc5\x6a\x2e\x8a\x4a\xb9\xad\x8a\xe4\x47\x71\x15\xab\x5a\x45\xaf\xce\x4a\x4f\x63\xce\x96\x6a\x0a\x9b\x06\x86\xfa\xf1\x3f\x6a\xe2\x46\xf9\xbf\xa3\x99\xcd\x37\x09\xaf\xd9\xb0\x37\x4a\x18\x6e\xd3\x9e\x93\x4d\xf1\x1f\xa5\x38\x62\x1c\x8f\x9d\x96\xc5\xcf\xa6\x03\x81\x76\x5a\x5b\xaf\x33\x94\xe3\xb4\x6e\x88\x97\xeb\x88\xfd\xd2\x54\x8f\x3c\xd1\x3c\x09\xbf\xab\x7d\x2f\x47\xc1\x18\xc7\xdb\xc5\xd7\x6d\xdb\xbb\xb1\xb3\xbf\x48\x0e\x69\x1e\x68\xfe\x65\x51\x18\xb7\xb3\xb7\xbc\x0b\x8f\xdb\xf8\xc3\x0d\xfe\xf5\x87\x15\x8f\xcb\x97\x05\x49\x98\xce\x01\x2c\x7e\x58\xbd\x0b\x28\x71\x92\xf4\x01\xc0\xe2\x57\x47\xc6\x2d\x01\x96\x23\x82\xba\x6d\xbb\xa5\x7f\xd2\xd2\xea\x35\xe6\x1a\xb5\x8b\x76\xc3\x71\xce\xb8\xb1\xb6\x6d\x52\xb7\x78\x1a\x2a\x2f\xd6\xe2\x77\xdc\xcd\xdf\x11\x2a\x86\xb1\xc1\x75\x30\x95\x72\xbc\xbc\x22\xaf\xe7\x23\x70\xa5\x72\x60\x22\xef\xdb\xcf\x2f\x7e\x6e\x28\x28\x60\x6f\xd9\x2b\xee\xc5\x4a\x85\xdb\xc6\x5d\x9c\xde\x06\x71\xc5\xb0\x04\x45\x38\x03\x20\xd9\xb4\xfd\x12\x79\x6d\x5b\xfc\x85\x06\x64\x7e\xe2\x24\x69\xc8\xa1\xbf\x86\x89\x82\x06\x5d\xaf\xb3\x4d\xa3\xfc\xd2\x62\xac\xf9\xbd\x32\x9f\x14\x7f\xe1\x7a\xdd\x64\xda\x63\x58\xc6\xda\xb6\xf1\xb0\x5e\x27\xe4\xa1\x6d\x58\xf1\x97\x5b\xa7\x05\x01\x6c\xe9\xde\x2a\x9b\xa5\xea\xbc\x6f\x08\x81\xc3\x55\x34\x17\xfe\x03\x04\x29\x4f\x02\x82\xc4\x58\xfb\xa4\xf0\xf5\x6b\xea\xc8\x5f\xeb\x75\x99\x53\x7b\x1f\xb0\x44\xf9\x11\x95\x33\xb5\x5e\x93\xa2\x00\x11\x8a\x84\x1d\x27\x6b\x9a\x9a\x12\x65\x0e\xb5\x3a\xbf\x38\xfd\xf1\xd3\xf9\xcd\xe5\x97\xeb\x8f\x97\x17\xa7\x9f\x6e\xde\x9f\x9f\x5e\xff\xf4\xf5\xfc\xca\xef\x78\xe8\xfc\x6f\xd7\xe7\x17\xef\x6e\xbe\x7c\xbd\xbc\xbe\xbc\xfe\xfb\x97\xf3\x2b\x7f\x25\xa1\xd2\x5c\xa4\xfa\xcf\x7e\x8b\x83\x01\xa3\x32\xf4\xe9\xf2\xc3\xcd\xd5\xf5\xe9\xd9\x5f\xaf\xbf\x9e\x9e\x9d\xdf\x5c\x5e\xdc\xbc\x3b\xff\xf2\xf5\xfc\xec\x94\x15\xcf\xf2\xb2\x0c\x3f\x9f\x7f\xbd\x92\x8f\x5f\x4f\x3f\x5e\x6d\x66\xf3\xd0\xd5\xf5\xd7\x9f\xce\x58\x43\x78\xf5\xef\x3f\x7e\x3a\x67\xa9\x37\xa7\x5f\xbe\x7c\xfa\x28\x72\xdd\x5c\x9f\x7f\xfe\xf2\xe9\xf4\xfa\xfc\xe6\x97\xaf\xa7\x5f\xbe\x9c\x7f\x65\xc5\x95\x89\x97\x17\x9f\xfe\x7e\xf3\xe1\xd3\xc7\xcf\x9f\xcf\xbf\xde\x9c\x5d\x7e\xfe\x72\x79\x71\x7e\x71\xcd\xbb\x75\xf3\xee\xfc\xc7\x9f\x3e\xdc\x7c\x3d\xbf\x78\x77\xfe\xf5\xe6\xfa\xeb\xb9\x28\xfb\x2f\xff\xf3\xd3\xf9\xd7\xbf\xdf\x7c\xbc\xb8\x3e\xff\xf0\x55\xb7\xf7\xe6\xdd\xf9\xfb\xd3\x9f\x3e\x5d\xdf\x9c\x5e\xfd\xfd\xe2\xec\xe6\xf2\xc7\xab\xf3\xaf\xac\xfd\xfc\x93\xaf\xe7\xb2\x90\x4f\x97\x97\x5f\x6e\x3e\x7d\xfc\xfc\xf1\xda\xf7\x48\x1f\x9d\x7f\xfe\x91\x27\x9e\xbe\xbb\xf9\xf3\xe5\xe5\x5f\xaf\xfc\x55\x81\xf4\xc0\xae\x8a\xa2\x25\x56\x48\x80\x00\xc1\x27\xdc\x57\xaa\x4e\xa1\x44\xcb\xd5\x86\x10\x24\x5d\x70\xa3\x29\xa8\xe3\x57\xd5\xb0\xab\x94\xc3\x7d\x06\x6d\xdb\xda\x98\x45\x4b\xec\x75\x56\xbd\x95\x3c\x5d\xa3\x92\x8d\xb2\x71\x8b\xc3\x7e\x27\x43\xf6\x1b\x8b\xdb\xeb\x51\x36\xf6\x3b\x4c\x7e\x4c\x6c\x1b\x88\x74\xae\x29\x1d\x65\x63\x58\xdc\x07\xd9\x6a\x93\x66\xa2\x02\x93\xda\x35\x5a\x53\x8f\x23\xdd\xe3\x08\x06\xce\x46\x31\x8e\x54\xcd\x8b\x9b\x45\xf9\x84\xa8\xf3\xfe\xa7\x8b\x33\x4e\x0e\x3a\xeb\x0d\xff\x96\x11\xd8\x15\x6b\x63\x43\x51\xda\x21\x5f\x16\xa6\x9e\x21\x6a\xca\xcd\x49\x5e\x65\xe5\x0f\x1c\xdd\x49\xde\x2b\x8b\xf4\xd6\x13\x2d\x4e\xff\xd3\x56\xa6\x4f\xb5\x2b\x15\xa3\x5e\x27\xb8\x5c\x0e\xfa\x26\x6b\x2c\xcd\x6a\xb5\xdf\x71\xcc\xe8\x2a\x7f\x31\x5d\xe5\x28\x86\x0a\x56\x27\x1f\xc5\xe3\x16\x6f\x89\x13\xe5\xd2\x48\x1e\x8a\x0e\xd5\x9a\xc4\x84\xe9\xa5\x33\x8d\x62\xae\xf2\xc4\x27\x4d\xd0\x07\x50\xd0\x90\x5e\x2a\x93\x6d\xbd\x98\xe8\x5e\x4c\x74\x2f\x42\xd6\x8b\x09\x7c\x51\x17\x26\x28\x14\xad\x54\x55\x8d\x42\x49\xc9\x93\x51\x38\x86\x2d\xb7\x28\x20\x90\x6c\xf3\xfc\xe2\xe7\x27\x04\x82\x2c\x4b\xb3\x9d\x59\x90\x84\x71\x94\xdc\xbd\xce\xfa\x9a\x0b\xb6\xbf\xc7\xc6\x8e\x1d\x3f\x13\x5e\x73\x13\x06\x80\xdc\xc1\x37\x72\x10\xb8\xa2\x7a\xef\x7e\x27\x7d\xb4\x2f\xef\x49\x96\x45\x21\x69\x28\x28\x93\x05\x6d\xcf\xca\x44\x15\x51\x62\x9a\xf0\x5b\xaa\xeb\x20\xbb\x23\x15\xfb\xd1\x0c\x25\x3c\xce\x40\x3b\x4d\x6a\x86\x9e\x94\xb3\xc1\xea\x87\xc9\xf6\x71\x16\xc1\x11\xd2\x64\x27\x5f\x2e\xd8\xd0\xbe\xcc\x4c\x72\xf3\xb3\x38\xba\xdd\x0d\x03\x1a\xdc\x04\x61\xb0\xa0\x5b\x6c\x28\x9b\x3f\xd3\x57\x0a\x37\xdc\xa8\x52\x97\xf0\x87\x5b\xe2\x6e\xfd\xe0\x5d\x40\x83\x53\xd5\x6e\x33\x30\x68\xc7\x45\xcd\x31\x5c\xa9\x32\x3d\x2d\x9e\x2a\x57\x5f\x1c\xbf\x63\x1d\x7b\x5d\x0d\x99\x51\xc3\x2b\xa6\xef\xa9\x01\x6d\x9a\x54\x69\x98\xde\x34\x5b\x99\xf0\x9b\xfc\x7f\x65\x11\x8d\x33\x29\x94\x3b\xbc\x57\x21\x58\xa9\x73\x13\x3f\x98\xa0\x49\x90\x9c\x05\x34\x88\xd3\x3b\xe9\x3e\xfb\xe3\x23\x13\x59\x7d\xc6\xf3\xe6\x69\x48\x62\x4b\x5c\x61\x5a\x94\xcc\x17\x71\x40\x09\x7f\x46\x93\x86\x6f\x80\xf6\xb3\xe5\x27\x9b\x53\x08\x32\xe7\x42\x9d\xa0\x9c\x8b\xd3\xcf\xe7\x57\x5f\x4e\xcf\xce\xaf\x20\x8a\x74\x0e\x88\x84\x75\xca\x57\x72\x77\xfe\x7d\x01\xb8\xdd\x05\xbf\xe8\x8c\xa6\x8f\x10\x10\xd8\xb5\x7e\x28\xcd\x35\x12\x8d\x44\xc1\x04\x11\x6d\x8e\xf2\x5a\x39\x23\x11\x1e\xea\x02\xf9\x54\xfb\x87\x8d\x92\x71\xcb\xe2\x55\x73\x74\x1a\xd6\x3e\x81\x24\x03\x41\x00\x6d\x5b\x86\x34\xe5\x0d\x0c\x83\x7c\x46\xb2\xe8\x37\x02\x41\xa2\x0f\x63\x29\x3b\x8a\x89\x30\x7d\x51\x51\x40\xc3\x8c\xfa\x35\x7c\x62\x73\xc1\xbf\xca\xb2\x3a\x5b\x26\x71\x9a\x2e\x1a\xb3\xce\x09\x0d\xe2\xff\x8c\x44\x15\xf0\xcc\xff\x01\xa1\x06\x38\xad\x13\x6a\x94\x44\x54\x99\xcc\xde\xe4\xcb\x05\xa9\x59\xd8\xab\x0b\xcc\x98\x04\x39\xf9\xcc\x7d\xa1\xf9\x05\x6b\xca\x09\xab\x40\x93\x26\x3e\xa1\x60\x95\x02\x2a\x9c\x2d\xc9\xa7\x68\x1e\x51\xbf\x8f\x82\xc9\x84\x2c\x28\x6b\x30\xe1\xda\x28\xc6\x43\xaa\x65\xfb\xba\x6c\xc6\x5c\xde\x73\xd9\x20\xf7\x01\xc4\x27\xe5\x8b\x07\xb6\xf7\xf0\x32\xd8\x8a\xd8\x54\x75\xdf\x11\x6a\xbc\x85\x28\x29\x1b\xdc\x22\x20\x73\xe6\xc1\x82\x13\xb7\xb2\xca\xfd\xc6\x2d\x36\xa4\x2a\xf3\x21\x0b\x16\xfa\x6b\x0e\xd9\xc6\x21\x93\xca\xe5\x21\x30\xc0\xb8\x49\xcb\x2d\xf7\xe3\x2c\x73\x8b\xbc\x3c\x16\x62\x54\x40\xa5\x21\x65\x8d\x5f\x55\x96\x15\x01\xb0\x71\x60\x9d\x8c\xcc\xd3\x7b\x22\xe3\x44\x46\x65\xc8\xd9\xa6\xbc\xac\x1d\x3a\x27\x8a\x0a\x74\xc3\x2a\xbf\x4e\xcf\x58\x6f\x24\xac\xca\x86\xf3\x0e\x51\x03\xc5\xd7\xd8\x9d\x36\xbe\xe2\x06\x17\x86\x39\x2e\x10\x7c\xc9\xb7\xba\x04\xb6\x08\x3b\x1b\x64\x82\x65\x28\x95\x17\x29\xc4\x34\x7c\x25\x93\x34\x0b\x15\x10\xad\x84\x48\x09\x90\x41\x23\x48\x22\x30\xd4\x9a\x87\x96\x7a\xb2\x54\x19\x31\x8f\x74\x67\x98\xc4\xc1\x55\xc6\x43\x6a\x72\x63\x8d\x10\x2f\xd5\xcc\x81\x7c\x73\x16\x44\x21\x80\xa0\x89\x1a\x5b\x36\x93\x2a\x15\xf2\x70\x77\xab\x30\x0a\xcf\x66\x41\x72\x47\x7c\x61\x2c\x86\x02\x68\x30\xb9\x18\x67\xc7\xf1\xdb\xac\x1b\x1c\xc7\x4a\x1b\xbc\x64\xfd\x48\x1c\x21\x6c\x9e\x52\x08\x08\x8a\x21\x0a\x71\xbd\x82\x25\x6c\x6d\x6f\xd3\x52\xb4\x09\x30\x39\xb2\x48\x6d\x3b\x02\x19\x4a\x61\x81\x1e\xa2\x38\x16\xcd\xa9\xe1\x35\x19\x46\xd9\x89\x13\x84\x21\x97\xa2\x2f\x45\x99\x19\x04\x4b\xde\x3f\x34\x83\x28\x10\xc4\x95\x6f\x10\x17\xff\x52\x50\xd3\xd6\x8f\x9f\x25\xc0\x00\x16\x88\x82\xb0\x39\xa7\x41\x7e\x01\x44\x81\xe8\xcd\xbb\xaa\x0d\xfe\x4b\x19\x4a\xbd\xf9\x05\x0a\x09\x25\x13\xca\xd7\x7d\xc7\x43\x93\x34\x5e\xce\xf5\x45\x57\x8d\x1b\x6c\xae\x42\xc5\x0e\xa2\x66\xc2\x4b\x37\x08\x2f\xaa\x10\x5e\xc0\x9a\x0f\x46\x0d\xdc\x80\xe5\x93\xd4\x98\x1b\xc4\x24\x2e\x44\x18\xf1\x83\xe4\xc4\x5d\xaf\xa3\x13\x97\x1d\x25\xb8\xa1\xdd\x64\x46\x18\x73\xbe\x4c\x26\x04\x02\x2b\x10\x3a\x66\x81\x37\x82\x82\x27\x69\xe0\x78\xcb\xec\xa7\xe2\x63\x1d\x1d\x48\x8e\xc6\x96\xe9\xd6\xb9\x0b\x54\xed\x4b\x03\xd3\x34\xd6\xb2\x2a\x7c\x95\x08\x78\x8c\x49\xba\x4c\xa8\xcf\xab\xb9\x23\x14\x82\x0c\x59\xe2\xe2\xc4\x82\x6a\x76\x14\x12\x8c\x39\x55\x7c\xb8\x39\x91\x08\xbc\xb6\x2a\x63\x5e\x49\x9f\x73\xdd\x00\x60\x35\x6e\x27\xa5\x70\x42\x30\x75\xb6\x08\x53\x92\x63\x71\xb8\xd5\x46\xc1\x49\xbd\x17\xed\xbc\x61\xbc\x8f\xb7\x2c\xbf\x4c\xb4\x00\xc5\x76\x0b\xa2\x59\x17\x81\x9a\xe1\xac\xf8\x1e\xe1\x37\xd2\x13\x1f\x22\xc2\xe5\x0f\xf3\xd3\xf2\x5c\xcb\xbf\x12\x14\x0d\xe4\x6e\x23\x96\xa8\xcc\x5a\xa0\xad\xad\x91\x6e\x1a\x2a\x6f\xba\x45\xd6\xa3\xc6\x0e\x57\x1a\x1e\x37\xc8\x71\xbf\x4b\x5f\x54\x69\xff\x28\x1b\x43\x43\x04\x8d\x4c\x41\x2d\x83\x2d\x09\x06\x27\x42\xf0\x51\x3e\xe5\x92\xac\xea\x9b\xb8\xc9\x9d\x15\x84\xa7\xa6\x95\x12\x4a\x4e\x10\xd4\xcf\x02\xdd\xad\x4a\xa9\x67\xc6\x2b\x7e\xc9\xe0\x88\x20\xe3\x7f\x25\x8f\x0f\xac\xc6\x5a\x76\x95\x2c\xb2\x8a\xe9\x69\x2c\xf7\xbd\xf1\x4a\x64\x9e\xa4\x71\x5a\x5f\x27\x67\x2c\x8d\xbf\x36\x7a\x69\x36\x49\x74\x78\x55\x40\xb4\xd1\x84\xda\x58\x34\xd6\xdc\xf0\x39\xaf\x92\xa7\xf3\x63\x45\x65\x97\xe1\xc9\xc6\x59\xac\x2a\x1e\x07\x5b\xc5\xe3\xbb\x38\x9a\xcf\x9f\xf4\x31\x2c\x1d\x04\x91\xf5\x27\x95\x3d\x5d\x4c\xd2\x90\xec\x4c\xd2\xf9\x22\x8a\xb7\x9c\x99\x6b\xc2\xf0\x8b\x7c\x15\x95\x58\xfc\x02\x3f\x46\xe3\xcd\x7d\x44\x1e\x9a\x3c\x1c\x55\x6b\x33\xc2\xd1\x60\x26\xa4\x92\x58\x56\xa5\x92\xee\x83\x38\x0a\x05\x9e\xe2\xcb\x9c\xeb\xcb\x7c\x11\x37\x18\x65\x69\xfc\x86\xd9\x38\x03\x90\xec\x3e\x9a\x90\x97\x9d\x1f\x6a\x45\xab\x76\xb1\x9e\x3f\x7d\x99\xf4\x92\x23\x87\x66\xae\x66\xd1\x49\x1a\x36\x8f\x76\x96\x0a\x3c\x78\xfd\x8e\xcd\x75\x9a\x90\x84\xee\xaa\x63\xea\x4e\x9a\xc4\x8f\x65\x06\xae\xce\xb1\x90\x95\xe5\xf7\x8b\x6d\xe7\x1a\x14\xa0\x1c\xc5\x68\x89\x26\x28\x44\x33\x34\x45\x0b\x34\xe7\xe1\x1b\x6f\xd1\x23\xba\x41\x0f\xe8\x1c\x7d\x47\x97\xe8\x6a\xdb\x6d\xd8\xe7\xf2\x36\xac\x49\x5d\xf8\x7b\xee\xc0\x54\x6f\xf0\x17\x44\x9c\x19\x89\x17\x24\xc3\x7f\x45\xc4\x21\xf9\x24\x58\x90\xf3\xef\x8b\x8c\xe4\x79\x1d\xac\xd5\x10\xae\x3b\x86\x70\x1d\x4d\x01\xbf\xa3\xa3\xe9\x9f\xaf\x3f\x7f\xd2\x98\xb9\xf2\x59\x82\x5c\x2e\xe3\xb8\x84\xf3\xb2\x2c\xee\xad\xa5\xd1\xbd\x94\x89\x15\x13\xbb\xf5\xef\x82\x65\xf9\x9b\xba\xaf\x2f\xa1\x78\x75\xf9\xea\x80\xfc\xbf\x88\x10\xee\xfc\x3a\xa3\xf3\xf8\x2a\x98\x12\x4c\x09\x87\x9e\xe5\x31\x74\xd8\x73\xc6\x9e\x6f\xb8\x5f\xe3\x57\x92\x84\x24\x23\x59\x6e\xaa\xfa\x7e\x53\x2e\x0c\xd8\x65\xe5\x64\x3c\xcf\x15\xa1\x34\x26\xa1\x99\x4f\xf4\x02\xff\x39\xb3\x6d\xf0\xe7\x0c\x5f\x69\xf8\xa2\x90\xad\x35\xc0\xf7\xb7\x39\x8f\xbe\xb9\xcc\x32\x92\xd0\xaf\xcb\xe4\x53\x9a\x2e\x20\x80\xeb\xf5\xdc\xb9\x0d\x26\xdf\x6e\x97\x59\x42\x4a\x11\xc9\x90\x8e\x38\x77\xfb\x29\x2b\x03\x4c\xff\x39\x63\x1b\xd5\x3c\xca\x95\xb2\xf2\x5a\xcd\x59\x6d\x4e\x5e\xb4\xab\x7d\xe0\x76\xe1\xb2\xe8\x0f\xd9\x88\x28\x2f\xe0\x86\x52\x8d\xfb\x39\x9e\x13\x73\x65\xea\x2c\xc8\x1b\x5b\x50\x85\xd0\x7d\x41\x2b\x6a\xdd\xc9\x1b\x94\xae\x1f\xb2\x5a\xeb\xaa\xe0\x24\x1f\xa4\xbe\x35\x27\x74\xb9\x38\x4f\xee\xa2\x84\xe8\x4b\xf0\x4a\x0c\x2b\xa7\x66\xc6\x56\x2a\x9b\x50\xc5\x93\xab\xe3\xf1\x55\xa1\x6d\x91\x2d\xc6\x5c\xfd\x9d\x74\x49\x63\x42\x2d\x94\x25\xd5\xb7\xaa\x94\x32\x07\xe5\x39\x4a\xf3\xa3\x5a\x01\x46\xbd\x9b\x1f\x57\xca\xbe\x29\x5d\xc7\x7f\xd5\x39\x35\x17\xca\x77\x77\x24\xc9\xfd\x8a\xfe\x37\x63\x1f\xd6\x3b\x28\xd6\xf2\x73\xdd\x13\xb9\xfc\x38\x9d\x58\xe8\x6f\x59\xf5\x9d\xae\xcc\xdf\xa1\xe4\x3b\xdd\x99\x8a\x98\x16\xbf\x6d\xcd\x35\x99\x91\xc9\xb7\xdb\xf4\xbb\x85\x3e\x6d\xcb\x13\x47\xc9\xb7\x1d\x9a\x5a\xe8\xdf\xdb\x72\x44\xc9\x62\x49\x2d\xf4\x97\x6c\xcb\x48\x1b\x43\x20\xb3\x92\x64\x5b\x59\xac\xd9\x41\x46\x02\x0b\xfd\x08\xd1\xbd\x73\x7e\xf1\xb3\xf3\xec\x8d\xe8\x7a\xbd\x65\x12\x8c\x8e\xea\xa1\xbf\x80\x9a\xfa\x0c\x8c\xae\x2d\x24\x68\x10\x45\x26\x99\x8f\x85\x2c\x92\xdc\x5b\xc8\x32\xb7\x55\x7f\x1e\x44\x49\x95\x18\x2c\xb9\x8f\xfa\x3b\x61\x3a\xdf\xb9\x5d\x46\x71\xc8\xe7\xb6\xea\x46\x73\x9b\xa6\xca\xa6\xd0\xa7\x05\x26\x68\x75\x23\x2a\x62\xe7\x0e\x3f\x2b\x30\x6d\xe5\x0f\x11\x9d\xcc\x40\x06\x57\x93\x20\x27\xac\xd8\x88\x1b\xa5\x58\xbe\x5c\x70\x0f\x8e\x4e\xfb\x51\x54\xe3\xdc\x46\x49\x28\x2c\x47\x5a\xfc\xa3\x8c\xcc\x1e\xc3\x8c\xd1\xb0\xaf\x41\x9a\x54\x5a\x94\x26\x0d\x9f\x29\xa8\x3d\x9d\x7d\xc2\x83\xae\x6d\xe6\x2c\x78\x64\x53\x73\xa4\x9a\x3b\x6e\x19\x5d\xdd\x3a\x7a\xcd\xe3\x5d\x96\xd1\x58\xf4\xf3\x6b\x70\x27\x4b\x53\xfa\x2b\xba\xde\x5e\x05\xcb\x70\xad\xd7\xf9\x13\x85\x54\xe7\x58\x95\xc0\x1b\x64\xa1\x5f\xb2\x6d\xaf\x99\x14\x43\x2d\xf4\x43\xb6\xbd\x09\x0a\x94\xa7\xda\x4d\x99\xc6\x89\xf6\x46\x95\xfc\x39\x98\x64\x69\x95\xad\xbe\xcb\xc4\x41\x46\xb0\xe8\x49\xb0\x08\x6e\xa3\x38\xa2\x51\x85\xfb\x36\xc3\x3c\x88\x5b\x2e\xb5\x75\x65\xd8\xea\x3b\x5e\x9f\x6b\xf4\x4b\xd0\x28\xea\x2c\x17\x61\x40\xc9\x9f\xd3\xf4\x1b\x44\x2b\x0e\x3f\xfe\x29\x9a\x92\xb3\xc7\x49\x4c\xce\xa4\xb1\x53\xee\x97\xd9\x75\x8e\x49\x25\x07\x44\xdc\x9d\x4b\x00\x5c\x97\xb9\xcb\x44\x88\xca\x8a\x7c\x81\x94\x9d\x13\x7a\xa6\x16\xb2\xf4\x22\xac\xf7\x49\x74\x00\xdf\x3a\x9a\x29\xdc\x7c\x3e\xbd\x38\xfd\x70\xfe\xf5\xe6\xea\xfa\xeb\xc7\x8b\x0f\x37\x9f\x2e\x2f\xff\xfa\xd3\x97\x06\x78\x20\x32\x34\xc3\xc0\xe8\x63\x9c\x84\x8d\x28\x39\xd3\xce\x5c\x54\xcd\x55\x8c\x85\xaf\x65\x99\xab\x0c\xac\xa4\x1e\xd2\xcf\x90\x12\x47\xfd\x8e\x87\x44\xfc\x1d\x5d\x80\x55\x20\xaa\xf6\xcf\x27\xfa\xa3\xce\x96\x9f\xb3\x32\x76\x79\x9b\x72\x68\x00\x55\xb8\x6d\x1b\xa5\x72\x90\x6d\x01\x32\xab\xf4\xa1\xca\xbe\x4a\x8c\xdd\xe7\x34\xe4\xc6\xa9\xcd\x43\xd7\xd0\x0b\xd2\xd0\x8b\xb9\x2c\xc4\xec\x44\xbd\xe0\xd3\x0c\x11\x47\x65\x3c\x7b\x15\x05\x4a\xe5\x4d\x18\xe5\xc1\x6d\x4c\x4e\x97\x34\xe5\x01\x02\xa3\xe4\xce\x24\x92\xcd\xb7\x70\x83\x40\x9e\x16\x89\xee\x78\x44\x3d\x1e\xc7\x07\xd1\xfa\x5c\xe8\x4f\x1f\xb3\x27\xee\x2f\x2f\x3f\x0b\xf5\x57\xfe\xc2\xcb\xc5\x89\x53\x7e\xf2\xe4\x0d\xe6\xbb\xcb\xcf\xd7\x19\x21\x3a\xf8\x3b\x3f\x94\xbd\xbc\x8a\xfa\xb7\x4f\xd6\x15\xe5\x57\x72\xcb\xe0\xfc\xff\x7d\x94\xe5\xf4\x82\x1f\xac\x5e\x58\xe1\xb6\x02\x9e\xac\x95\x65\xf8\xfd\xbd\x7c\x70\xb6\x7c\x2f\x36\xa0\x4b\x2e\x90\xfd\xff\xb8\xfb\xd7\xb6\xb6\x91\x6d\x5f\x14\x7f\xef\x4f\x61\xb4\xf3\x78\xaa\xfe\x14\x8a\xe9\x5e\xff\xb5\xd6\x11\xa9\x66\x12\x20\x1d\xba\x13\x60\x02\x49\x66\x4f\x2f\x1f\x5a\xd8\x05\xae\x8e\x90\xdc\xa5\x32\x09\xb1\xf5\xdd\xcf\x53\xa3\xee\x92\xcc\xa5\xbb\xe7\x3e\xfb\x39\x6f\x12\x2c\xa9\xee\xa3\x46\x8d\x1a\x97\xdf\xf8\xc8\xe8\x17\x42\x93\xa3\xe3\x8f\x27\x3f\x1f\x12\x9a\xec\x5d\x55\x82\x67\x93\xf6\x86\xa3\xc9\x25\xfd\x3a\xa7\x9c\xc1\x0d\x38\xd7\x1c\x95\x26\x90\x0c\x50\x0a\xf6\x77\xd4\x5c\x37\xe0\x29\xe5\xc2\xfb\xed\xfd\x29\x2f\x29\xda\x4d\x86\x26\x6f\xd5\x6d\x8c\x26\xb6\x3d\x42\x93\x77\xac\xf8\xec\xff\xbe\xa0\x5f\xc5\x1e\xa7\x99\xfe\xf3\x8d\x94\xd1\x64\x11\x2d\x8a\x11\x77\xc3\x03\x5f\xd9\xfd\x72\x21\xfb\x24\x3b\x77\xe6\x9d\x52\xbe\x9d\x6c\x8f\x2c\x21\x08\xfb\x2d\x13\xe9\x10\xc3\x9f\xef\x59\x55\xa5\x43\x2f\xbb\xd7\x69\xc3\x12\x6b\xda\xd0\x48\x42\x28\xa6\x08\x33\x30\xbb\x7e\xa2\xd9\xe7\xf7\xd9\x1c\x92\xff\xdd\x52\x91\xe1\x8c\x38\xeb\x13\x03\xbd\x27\xed\x88\xee\xda\x8d\xf7\x12\xdb\xf4\xe6\x26\xe6\xa4\x30\xde\xbc\x60\xbc\xb1\xae\xde\xa0\x4c\x49\x69\x8d\x4b\x84\x30\x83\x0d\x49\x31\x47\x28\xd5\xe5\xdf\x32\x21\x8b\x7b\x90\xdf\x97\x97\x6c\x4a\x8a\x84\x4d\xb1\xfc\x5b\xf6\x89\x94\x38\xab\xd7\x4d\xd4\x1e\x4c\xca\x05\x39\x8d\x97\x6c\x9a\x46\xd5\xff\xbf\xfc\xbf\xae\xbe\x9e\x17\x11\xbe\xca\xcb\xc9\xe7\xf4\x6f\xcb\x48\xc5\x93\x57\x51\x3a\x1a\xe3\xc8\xc2\xb8\xcb\xdf\xa3\x6d\x3c\xfa\x7e\x88\x47\xdf\xff\x27\x1e\x8e\xf1\x68\xf4\xfd\x77\x78\x38\x1e\xc3\x0d\x6f\x3c\x1e\xe3\x68\x96\x55\x87\x77\x59\x1e\xa5\xd7\x59\x5e\x51\x1c\x2d\xe6\x77\x19\x97\x05\x3d\x96\x3c\xae\xff\x86\x65\x27\xd3\xa5\x42\xea\x04\xcb\x61\x34\xcf\x26\x9f\xb3\x1b\x5a\xbd\x5c\xaf\xd3\xca\xd9\x95\xd5\x55\x54\x2f\xa5\xbc\x91\xcc\xae\xaa\x48\xa9\xc6\x82\xc5\xbf\x80\x21\x9e\xc9\xa5\xcc\x12\xb7\x7b\xce\x4d\x9c\xfc\xde\xd9\x8f\xe7\x11\xc2\x9f\xd7\x7e\xf0\x76\xef\xfc\xf2\xf5\xbb\x93\xfd\x9f\x23\x84\xf7\xd5\x57\x36\xc8\xfe\xe0\xe8\xec\xe2\x97\xcb\x8b\xbd\x1f\x23\x84\x7f\x6b\xbc\x3b\x3a\xbf\x3c\x38\x3a\x3f\xdd\xbb\xd8\x7f\x2b\x8f\xd5\xbd\x8b\x8b\x33\xd9\xd0\x41\xe3\xb3\xd7\x27\x1f\x8e\x0f\xe4\x8b\x63\x52\x25\xfb\x25\xa7\x72\x63\x1a\x23\x6e\x95\xec\xcf\x58\x3e\x95\x8f\xaa\x73\x65\xe3\xc6\x55\x22\x7f\x9e\xcb\xa5\x70\x8f\x40\x65\x0d\x1a\x64\xf3\xac\x4c\x94\x9f\xcd\x1e\x10\xb5\xfb\xb2\xf9\x5b\x56\xf6\x9e\x7d\x65\x05\x5e\xb2\xca\x6e\x3e\xc9\x5c\x9e\x64\x40\x1e\xfd\x36\x36\x80\x52\xa3\x7d\xc0\xee\x9a\x6a\x5a\xbe\xc8\x6e\x50\xac\x3f\x3a\x18\x03\x66\x7d\x8d\x39\x55\x72\x5c\x8c\x96\xf0\xe9\x94\x71\x71\x0f\x5f\xea\x1a\x4c\xd4\xaf\x6a\x0f\xd5\x78\x54\x24\xa7\x67\x27\xa7\x87\x72\xa2\x0f\x8e\x0e\x2e\xf7\xdf\xee\x1d\xff\x78\x38\x0e\x63\xd2\x46\xbf\x8d\x7d\x93\xc7\xe8\x6c\x8c\x19\x71\xbe\xfe\xbb\xf2\x7e\x9f\x1a\x36\x60\x5d\x13\xbd\x88\x20\x36\x5a\x24\x1f\x4e\x0f\xe4\xd5\xe9\xec\xf0\xcd\xe1\xd9\xe1\xf1\xfe\xe1\xc1\xe5\xc7\xbd\x77\x1f\x0e\xc7\x83\xc1\x43\x6f\xe3\xef\x08\x69\xa5\x75\xdd\xf5\x2d\x2a\x3a\x06\x19\x29\x33\xc9\x9e\x10\xbc\x19\x57\xa8\x18\x85\x9c\x9d\x6c\x7a\x70\xf2\xde\x7c\xa2\xc4\x9b\x78\x88\xe1\x0b\xb9\x50\x3a\x4b\xb2\xb6\xea\x62\x4e\x04\x2e\x48\x34\x13\x62\x9e\xbe\x7c\xf9\xe5\xcb\x97\xe4\xcb\xf7\x49\xc9\x6f\x5e\x7e\x37\x1c\x0e\x5f\x56\x77\x37\x2a\x4b\xa4\xf5\xc3\xff\x70\x76\x84\x55\xb2\x43\x86\x5d\x70\x7e\x5a\xd6\xb2\x91\x89\xf3\xe2\x37\x47\x11\x8a\x39\xf6\x0c\xe4\xab\x55\x94\x09\xc1\x21\x23\xe7\x2e\x4f\xf4\x60\xc0\x0d\x20\x2e\x51\xca\x47\xe5\xb8\xc6\x53\x36\x3d\xa3\x13\xca\xee\xa8\x7c\x59\xc5\x68\xa9\x9f\xe9\x65\x57\x86\x31\xef\xe7\x94\x4d\x3f\x80\x20\xeb\xbe\x97\x5f\xa8\x67\xe1\x17\x56\xf9\xed\x0e\x89\x63\x7c\xec\x32\xe0\xc4\x88\xfc\xd0\xd2\x69\x46\xf8\x38\xe1\xb4\x9c\xd3\x42\xd9\x75\x7c\x32\xd7\x2c\x5d\x52\xfb\xbc\xac\x18\x84\x12\xe4\xa7\x19\xcf\x6e\xab\x74\x34\xd6\x02\xff\x91\x61\x8f\xe7\x9f\xae\x7e\xaf\xde\xcd\x3e\x3e\x89\x3d\x3e\xc4\x01\xff\x22\xb6\x47\x6f\xe7\xe2\xde\xf0\x3d\xfc\x8e\x1c\x5b\xdf\x8f\x3c\xbb\x2f\x17\x22\x3d\xc2\x13\xcb\x17\xd2\x51\x04\xd5\x3a\x45\xc6\x18\x8b\xec\x46\x35\xad\x95\x0d\xd6\xab\xe3\x35\x2b\xa6\xac\xb8\x91\x85\x24\xb9\x44\x38\x82\x52\x74\x1a\xe1\x88\x15\x53\x2a\x28\xbf\x65\x85\xd2\xf4\x68\x61\x53\xbe\x12\xd9\x95\x36\x36\x44\x92\xe6\x22\x1c\x65\x0b\x51\x5e\x97\x93\x45\x05\xe8\xf7\x0a\xb8\x39\xc2\xd1\x75\xc9\x6f\x65\xfb\x4a\xee\xb7\x9a\x15\x53\x95\x94\xa6\x83\x66\xe4\x83\x29\x9b\x1e\x15\x15\xe5\x26\x55\xf8\xe3\xa6\x68\xaa\x3e\x4c\x82\xaa\x88\x15\x93\x15\xf6\x84\xf7\x0a\xd5\x78\x62\x0c\xb6\xb0\x7d\x2b\xbb\x7d\xdd\xf8\x83\x9a\xf5\x53\xa4\xa9\xd2\xc8\x25\xef\xf0\xbb\x47\x88\xf2\xa5\x1d\x34\x90\xd8\x1b\x32\xd3\x38\xab\xbb\x1d\xd1\x3d\x0a\x1f\x55\x7e\xf7\xcd\xad\x71\x05\x22\x91\xe1\xe3\x0f\xae\xb8\xa7\xe0\x7a\xda\x9a\x2b\x67\x1e\xbd\x7c\x26\x1f\x85\xfe\x59\x65\x77\x6a\xd5\xb9\x5e\xc7\x4c\x8b\xa6\xf0\x83\x16\x13\x4d\x30\xf2\x97\x4e\x98\xa8\x7e\x14\xa5\xb6\xc1\x98\xb7\x02\xce\xa7\x08\x47\x33\xaa\xf2\xfc\xab\x2e\xdd\x2a\xb3\x45\x9e\x81\x85\x22\x67\x15\x68\x16\x55\xa5\xb7\x99\xa4\xad\x5b\x26\x9b\xbb\x5d\xe4\x82\xcd\x73\xea\x88\x6d\x9e\x09\xb9\x61\x22\x1c\x55\xec\x9b\x7c\x50\x09\x3a\x8f\x70\x04\x36\x81\x08\x47\x5f\xd8\x54\xcc\xa2\x31\x56\x36\x82\x28\x52\xf4\x07\x2b\x2d\x07\xb9\x10\x74\x8a\xe2\xa5\x94\xa9\x61\xcd\x04\xe4\x47\x51\x42\x97\xb5\xa8\xab\xa7\xed\x10\x65\x75\x16\x99\x55\x44\x0d\x60\x69\x05\x5f\x47\xfb\xac\xe8\xbf\x31\xef\xde\x8c\xe8\x58\x43\x22\x1b\xe5\x85\x5e\x75\x43\xe0\x7a\x89\x54\x9e\x09\x9d\x73\x90\xea\xdc\x12\x1c\x2d\x6b\xaf\x22\x7d\xb3\x25\x84\xd0\x3a\x16\x48\x85\xe4\x22\xcc\x25\x63\x90\x93\xa1\xbc\x15\xf5\x04\xa9\x1f\xb7\xcc\xfc\x91\x7d\x55\x51\x56\x92\x86\x9d\x9c\xfd\x0d\x7f\x7b\x8c\x88\x3d\xc2\x82\x91\xbc\x5e\x4b\x9e\xeb\xa8\x12\x14\x98\x63\x6c\xa9\xd7\x52\xa7\xd3\x6e\x76\x11\x28\x2f\xc1\x28\x38\x29\xc1\x6a\xa8\x97\xbf\xa2\xb9\x52\x16\x1d\x16\x53\xff\xa7\xca\xba\xdc\x22\xe6\x2f\x3c\x9b\x3b\x3a\x53\xf4\xac\x28\x65\x8c\x65\xfd\xda\xc1\xb3\xcc\xab\x70\x76\xe0\x42\xf2\x1a\xbf\x7e\xd2\xe4\xc0\x10\x60\x6e\x3e\x98\x53\x64\x71\xf0\xf3\xd7\xfc\xbf\x0b\xda\x79\x8a\x44\x03\xad\x4e\x8c\x5a\xe2\xf6\x7f\xe2\xd1\xf7\xff\xa5\x44\xed\xef\xfe\x0b\x4b\x71\x7b\x7b\xac\xe5\x6d\x3c\x1a\x45\xa6\x1c\x8e\x20\x4b\xf4\x18\x8f\x96\x4d\x79\xfd\xbf\xf1\xb6\x16\xcf\xe5\x5e\xe1\xd9\xad\x64\x7d\xea\x3c\xc2\xad\x8f\xa1\x85\x21\x1e\x45\x39\x2b\x3e\x5f\x30\x91\xd3\x68\x3c\xee\x28\x39\x7e\x44\xd8\x67\xd7\x7f\x95\x94\xaf\xd5\xeb\xf6\xc0\x7b\x6b\x22\x21\xaf\x39\xa5\xdf\x68\xbc\x34\x0b\xa2\xb6\xef\x87\xe3\x83\xc3\x37\x47\xc7\x87\x07\x51\x8d\xf0\xc7\xe6\xb7\x35\xc2\xbf\xb7\x0f\xcc\x0f\x8e\x00\xb3\x08\xf3\x72\x21\x68\xfa\x16\x2b\x87\x39\xfd\x7f\x95\xbe\xc5\xbf\x2f\x28\xbf\x4f\xdf\xe2\x68\xa2\x2c\x60\x5b\x5f\x66\xb4\x88\x14\xc1\x08\x39\x55\xea\x4f\x4e\x73\xfd\x4c\x9f\x8b\xe6\x97\xe4\x7b\xea\x6f\x75\x7f\x06\xc1\x24\x8d\xd4\x8f\x08\xe7\x65\x26\x09\x5d\x3f\xd5\xbf\xdc\xe9\xa8\x9f\xbb\x73\x57\x9b\x08\xe5\x21\xd9\xb5\x59\x66\x9c\x5e\x4b\x16\x0a\x6b\x28\x8f\xe1\x3c\x3c\xaa\x35\x1f\x1e\xbb\xa3\x23\x38\x0a\x54\x9f\x5c\x37\x82\x03\x9f\x67\x85\x12\x9b\x58\x71\x73\x54\x34\x9f\x9c\x2c\x64\xb5\xf4\x8e\x16\x2a\x19\x4f\x34\xc9\xd9\xe4\x73\xf4\xe8\xcd\x42\x6e\x98\xa5\x2b\x46\x35\x6e\x96\x72\xc0\x2b\x34\x84\xa9\x85\x40\xba\x2b\x3f\x83\xa7\x8d\x36\x6b\x4b\x86\x3e\xd7\x9a\x63\x14\x47\x5b\xc6\xda\x8d\xf0\xa5\x5e\xae\x33\x58\x57\xe5\x84\x95\xb3\xac\x42\x71\x64\x0a\x27\xfe\x27\xb2\xf1\x66\x31\x0e\x17\xaf\x87\x0b\xc3\x27\xb2\xa0\x9a\xd9\xc7\xcb\xa9\xef\x6c\x31\xee\xfa\xe7\xce\xa5\x08\x9e\x46\x38\xea\xe8\x4e\xe4\x59\xe4\x95\xb5\x44\x55\x61\x26\xce\xfa\x58\x11\xf2\x56\x45\xdd\x86\x53\x01\x2e\x4e\x97\x9a\xbc\x9b\xed\x2a\xe7\x2a\xac\xfe\xaf\xda\x4d\xa9\xdd\x41\xcd\xee\x10\x8d\x36\x37\x64\x9b\xf2\xfa\x25\xe0\x2f\x01\x72\x35\xc2\x97\x6a\x0f\x35\x1b\x83\xa7\xed\x36\xd4\xc7\x9d\xc3\xf9\x98\x86\x3a\x93\x1a\x53\x08\x4d\xb0\xb2\xe4\xba\xf3\x7d\x63\xdb\x9d\xed\x01\xc8\x0b\xab\x0e\x74\x59\x22\x30\x80\xc1\x2b\x37\x29\x7f\xfb\x49\xfe\xa3\xb6\x46\x6b\x08\xde\x96\x96\xab\x65\x36\x50\xdc\xd2\xd3\x6d\x28\x38\x15\xfd\x85\x6e\xc5\x2b\x0d\xd3\xb4\xa6\x91\x4e\x22\x50\x04\x05\x7f\x98\xc5\x8a\x2e\xf5\x8c\x7a\xfb\x37\x60\x5a\xad\xa9\xee\xa2\xf6\x70\xe2\x37\x36\x4c\x67\x2f\x59\xb5\x07\xfd\x8b\xd5\x9c\xcb\x7b\xdb\x6b\xba\xf7\xac\x2e\xb7\xf6\xc8\xbf\x73\x1c\x5d\x5b\xd2\x43\xe5\x93\xc4\x2a\x50\x83\x18\xf4\x08\x05\x8c\xd0\x1f\xb1\x05\xc9\xd6\x5d\x0a\x51\x70\x94\xef\xe3\x28\xec\x25\x44\xe5\x47\x57\x4a\x2a\xf4\xf2\x8a\xd9\x36\x35\x80\x8e\xbd\xa3\xa0\x9e\x20\x7c\xd7\x42\xa5\xf7\x23\x94\x2a\xf7\x55\x35\x45\x36\x63\xeb\xd2\xec\xde\xc2\xec\x2c\xe6\x18\x62\xa9\x46\x88\x33\x32\xdc\xc9\x1c\xd4\x68\xb6\xb9\x89\x20\x53\xa5\x19\xd3\x9b\x92\xc3\xc4\xc4\x05\x66\x58\x8c\xb2\x31\x06\x6d\xa3\x1e\xd6\xd0\x82\xca\xd6\xb8\xc1\xf7\xdb\x6b\x6d\x8f\x0d\x9f\x24\x3a\x37\x81\x05\x6a\xf4\xbf\x1c\x0c\x1a\x7b\xc3\xc8\x8c\x7e\xbb\x5b\xac\x88\xe4\x9a\x34\x8f\x9c\x3f\xd3\x1b\x05\x6a\xdb\xea\xcf\x6a\x15\xf4\x07\xad\xe9\x50\xb9\x10\x91\xa2\x12\x38\x94\xcc\xad\x00\x34\x38\xac\x3a\x67\x52\xf6\xdc\x97\x47\x20\xf2\x40\x93\x40\x31\xbd\xbc\x5a\x5c\x5d\xe5\xb4\x4a\x05\x9e\x73\x38\xf9\x0e\x8c\x59\x59\x2f\x9e\x46\x09\x31\x37\x4f\x45\xc7\x98\x91\x8d\x62\xb5\x8a\x2e\x2b\x9a\x5f\x43\x22\xbe\x9e\x45\x77\x1e\x0c\xd8\x60\x40\x93\xb0\xba\x18\x61\x88\xe8\x15\xf2\x55\x25\xca\xf9\x29\x2f\xe7\xd9\x4d\xa6\x66\x01\x37\x19\xa0\x23\xe9\xb5\xb4\x0e\x39\xc3\x03\xd2\x5f\xea\x03\xac\xb4\x47\x4a\x66\x88\x32\xb7\xb2\xca\x42\x0f\x6b\x42\x14\x73\xd7\x4a\x97\x5c\x09\x5d\x70\xec\x97\x9e\xb3\xfc\x75\x72\x9d\x67\x37\x37\x74\x7a\x64\x9d\xf1\x90\xbc\x1f\x69\x13\x44\x59\x24\xd6\xf9\x62\x82\x8d\x1b\x30\xa4\xda\xa3\x17\x76\x89\xe2\x09\x78\xa9\xe5\x78\x81\xe4\x34\x80\x73\x6e\xeb\x1b\x2f\x3d\x82\x1d\x8b\xb7\x89\x3c\xd7\xec\x25\x4d\xdc\xf2\x43\x32\x58\xf3\xe3\xa2\xb4\x69\xa3\xeb\x1a\x4b\xf9\xeb\x2f\x60\xe0\x5a\x32\x0d\x58\xa0\xfe\xeb\x2d\x48\x78\x3e\x39\x4b\x36\x93\xd9\x4c\x87\xba\xe8\x3a\x8e\xd5\xf7\x9f\xc9\xba\xfc\x55\xa4\x76\x15\x85\x59\x45\xee\x58\x4b\x11\x1e\xc9\x45\x62\x66\xf4\xc3\xd9\x3b\x1d\x97\x57\xcb\x1d\xa1\x2b\x6f\x4f\x43\x63\xc0\x7b\x9c\xbe\x83\x4c\x82\x6e\x70\xfa\x24\x6d\xf1\xf7\x46\xf7\x6c\x49\x9f\xa1\x6f\x08\x85\xad\xd9\xcc\xb1\xe9\x57\xed\xc9\x3e\xae\x8e\x56\x3f\xbb\xa4\x9f\x26\xef\xd5\xc7\x24\x16\x64\xb8\x23\x5c\x5a\x7c\x61\x42\x4e\x38\x31\xc0\xd4\xaa\x4f\xdc\x6e\x9b\xda\xf0\x02\x6f\xae\xe4\x42\xa4\xd1\xff\x8a\x3a\x34\xaa\xb2\x51\x23\x8e\x7c\x9a\xd1\xc2\x1e\xd0\x3e\x6a\x2a\x0c\x54\x4a\x38\x9e\xc0\xae\xb2\x9b\x2f\xe7\x6a\xb3\xf9\x78\xb4\x83\x81\x2c\x66\xce\x06\xb4\x14\xc4\xe4\x9a\xd6\x2a\xfc\xcf\xe3\xd5\xca\x55\xe9\x2e\x85\x58\x24\xd5\x8c\x5d\x8b\x18\x59\x24\xd9\x91\xb0\xd9\x46\xc7\x3d\x08\x30\x62\xd5\x3f\xdc\x26\xdf\x75\xd5\x68\xda\xd6\x79\xc2\x75\xa6\x6f\xed\xc7\xef\x7f\xf0\x16\x61\x38\x27\xac\x7a\xdd\x7e\xa0\xe9\xe7\xad\x5f\x48\x3f\x73\x1d\xc3\xee\x9d\x96\x66\xdf\xb6\x9e\x55\x11\x16\x3a\x91\x71\x70\x9e\xba\x39\x2a\x74\xeb\x3f\x0c\x6d\xa2\xd3\x51\xe1\x8d\xf4\x21\x94\x83\xc1\x80\x85\x93\x60\xa0\x88\x61\x80\x84\xe9\xa1\xe3\x42\xcd\x04\xe4\x36\x46\xbd\xa6\x45\xf4\x77\xfc\x7b\xb7\xd6\x41\x6f\x47\x75\x45\xf6\x34\xdf\xbf\x87\x9a\xef\x96\x8e\x5b\x5d\xe6\xab\x48\x6b\xba\x5f\x34\x6c\x53\x67\x87\xfb\x27\xef\x4f\x3f\x5c\x1c\x2a\x13\x97\x33\x91\x7e\xf2\x2c\x18\x1e\x1a\x9f\x06\x20\x86\x30\x9a\x1f\x49\x99\xd8\x74\x8e\x7f\x24\x34\x71\xf4\xa2\xc3\x9c\x54\x63\x4e\xf5\xb6\x54\x4a\xda\xdb\xe4\xb7\x92\x15\x28\xd6\x6e\xf7\x2d\x8b\xd2\x8b\x31\xd2\xda\x59\x6d\x71\xfe\x11\xff\x98\xb0\x4a\xfd\xd0\xea\x7f\xb2\x61\x92\xbd\xfc\xd2\x84\x07\xd6\x91\x2f\xd0\xa0\xc1\xbb\x6e\x97\x36\x88\xcf\x66\x4e\x96\xba\x44\xea\x17\xaf\x3d\x3c\xf0\x9f\x1b\x40\xb5\xbf\x48\x01\x5a\x75\xe1\x1f\x9d\x5d\xa8\xb4\xdd\xbc\x0d\x77\x1d\x45\x9b\xde\x17\xb5\x71\x47\x0e\xae\x34\x1e\x9c\x63\x1d\xd8\xe1\xff\x01\xcb\xfe\x13\x59\x46\x83\x28\x8d\x06\xd9\xed\x7c\x27\xc2\xd1\x2b\xf9\x77\x2e\xe4\x9f\x3f\xc8\x3f\x6f\xe4\x9f\x7f\x8b\xfe\x96\x46\x83\xdf\x17\x25\x3c\xff\x9b\x7c\xfe\xbf\xbe\x7e\xf7\x5f\xf2\xc7\xaf\xea\xc7\x7f\x0e\xe5\x0f\xa2\x7e\x7c\x7f\xb0\x13\xd5\xf8\x9f\xe4\xe5\x68\xf0\xea\x87\xe8\x6f\xbf\x92\xf1\x4b\xfc\x2f\xff\xd7\x8d\xa3\x26\xea\x63\x97\xfd\x34\xa2\x63\x37\x51\xa2\x09\x0d\x4a\x08\xdd\xa5\x24\x8a\xd2\xb6\x8f\x36\x00\x38\x5b\xc7\x6a\x84\xe5\xc4\xfe\x43\x4e\xac\x03\x5c\xea\x00\x1a\xa5\x1d\x29\xd5\x68\x67\x56\x08\xe3\xeb\xad\x17\xaa\xa0\x9d\x2b\xe5\x90\xa1\x75\x42\x1d\x45\x2c\xed\x7b\x66\x03\x53\xd5\xfb\x4c\x17\x34\x5e\x43\x8f\x16\x0d\x3e\xd4\x85\x2d\xd3\x68\x85\x83\x35\x0a\xdb\x0f\xdf\x66\xc5\x34\x57\xd1\x63\xee\x88\xb2\x67\x54\xdf\xd8\x20\x96\xc6\xbb\xab\xc0\xa0\x31\x4c\x59\xdd\xa8\xd7\x60\x72\x72\x88\x4e\x07\xc7\x21\xcf\xc5\x29\x66\x5d\xf9\x03\x5c\xde\x14\x91\x4c\x15\xae\xf8\x3b\x50\xc9\xd5\xf1\x10\x97\x68\x77\x09\xa8\x1b\x34\xe5\xd8\x77\xd8\x4b\x4b\xac\xc2\x54\xc0\x1f\x06\x9a\xfa\x89\x81\x1e\xc5\x14\x8f\x59\x88\xd7\x8d\xea\xf4\x49\x55\x01\xe8\x98\x9a\xa0\xd3\x8c\x0b\x96\xe5\x8f\xae\x82\xff\x9d\x83\x4d\x5e\x53\xc4\xbd\xaf\x35\x39\x31\xba\x9c\x73\x3a\xcf\x38\xdd\xe3\x37\x55\x0b\x64\xae\x9e\xb2\xe9\x7e\x60\x1d\xd0\xa8\x07\xb5\x35\xae\xea\x11\x43\x49\xf7\xb9\xec\x42\xad\x3c\x05\xdd\x2b\x65\x4e\x6d\x16\xd0\x46\x56\x59\xc0\xed\x99\xd2\x1b\x84\x89\xe2\xfa\xf5\xc5\x52\x05\x44\xd7\xa9\xfc\x4b\x79\x78\xd7\xbf\x4a\xe6\xb2\xd6\x8d\x88\x51\x15\xa8\x4e\xc9\x32\x58\x60\x30\xed\xa9\x07\x17\xd9\x8d\xfc\xe5\x4d\x83\xfc\xa9\x78\x2b\xfc\xd2\x5e\xce\x2d\x48\x27\xa7\xf6\x04\x67\xc8\x8d\x6d\xac\xaf\x49\xe6\xa7\xaa\x63\x3f\xcb\x73\xca\xbd\x06\xcf\x27\xe5\x1c\xfc\xa8\x3c\x4f\xca\xb5\x6d\xa8\x3a\x8e\x34\x0c\xbf\x2c\xf5\x85\x67\xf3\xb9\xb2\x56\x7a\x21\xb2\x90\xc5\x42\xad\x69\x45\xfb\xea\xc8\x83\xe5\x35\xfe\xcc\x21\xe6\x5f\xa1\xa7\x0f\xae\x00\xb8\x24\x22\x91\x02\x78\xf0\xd4\x01\x78\xa9\xd4\x8b\xf4\x4b\x7f\xe1\x4c\xe0\x67\x65\x29\xce\x4c\x14\x54\x0c\x20\x86\x82\x97\x72\xa4\x98\x22\xec\x3b\x0f\x53\x6c\x52\x64\xa5\x70\xa5\xba\x74\x91\x4d\x60\x23\x41\xc6\xcb\x36\x31\x1e\xfd\x25\x10\x33\x00\x3a\xad\x99\x16\xb4\xcc\xf4\xd7\x44\x47\x94\x1a\x72\xc0\x54\x9e\xf7\x3c\x53\x99\xf7\x14\x89\x5e\x70\x4a\x8d\x69\xd3\x94\xd3\x1e\x09\x91\x69\x13\x6a\x31\x2f\x55\xd8\x7d\x26\x17\x7f\x92\x1c\xbe\x3f\xbd\xf8\xe5\x72\xef\xec\xc7\x73\x6c\xb2\x21\x18\x3c\x02\xeb\x7b\xac\x1d\x3a\x91\xce\xe5\xa8\x05\x2b\x88\x55\xaf\x06\x83\x4a\x47\xbd\xb8\xbf\x74\xd6\x8a\x29\x29\xcd\x97\xc1\x0b\x39\xf4\x7c\x30\x80\x24\xa1\x6a\xc5\x66\x64\x8a\xe7\x64\x96\xdc\x96\x8b\x42\x9c\x96\xac\x10\xbd\x2c\xa1\x10\x9d\x41\x96\xee\x61\x3a\x7f\xc2\x04\xa8\x62\x66\x02\xd4\x2f\x3d\x01\xf3\x87\x06\x3d\x6b\x8f\xb7\x7e\xac\x31\xd3\x0a\x08\xc7\x5b\x2e\x52\x43\x2f\x9a\x9b\x67\x9e\x4c\xb2\xb9\x58\x70\x39\x69\xb6\xc5\x80\xac\x6c\xe3\xc2\xba\x95\xd5\x10\x15\x34\xb1\x1e\xdd\x07\xce\x4d\x39\xce\x30\xdc\x96\xe5\x70\x2d\x2d\xae\xe9\xac\x1f\x69\x9e\x21\x6c\x66\x68\x30\x78\x76\x61\x5d\x52\xd5\xf1\xbc\x92\x8a\xf2\x50\x6d\x41\x40\xb3\xba\xe3\x60\x31\xc7\xea\xd2\xce\x06\xaf\x09\x75\x1a\x8b\x9b\x64\x51\x48\x06\x61\x1c\xd1\x50\xcc\x51\x92\x55\xba\x34\x20\xb3\x06\xc7\xa2\xc3\x54\xa4\xf2\xdd\x39\xcd\xaf\x4d\xe8\x03\xec\x7a\xe1\x6a\xd7\xe0\xa9\x99\x9f\xf3\x64\xcd\xf6\xdc\x6d\x49\xd0\xe9\x34\xd9\x3f\x39\x3e\xbf\xd8\x3b\xbe\x90\x52\x7d\xf7\xf1\x41\x13\xc3\x29\x62\x1b\x5b\xd2\xaa\x5b\xca\x5b\x4f\x98\x5c\xe7\xfc\x23\xab\x96\x9b\x42\xaf\xe9\x33\x0b\x9b\xdd\xa2\xeb\x78\x4e\x49\xcd\x68\x04\x42\xf6\x24\x44\xcb\x3f\x39\x2c\x53\x91\x21\x97\x67\x0e\xcc\x16\x37\x74\xfa\x9c\x42\x08\x75\x1f\xe2\xff\x9f\x5a\xa9\x1b\x2a\xf4\x9e\x94\x22\x99\x7f\xe1\x5c\x47\xeb\x46\x6e\x03\xc4\x0f\x0a\x1e\xba\x15\xd5\x47\xf1\x82\x3e\x9a\xc7\x33\x37\x68\xb6\x20\xd7\x9a\xdb\x9e\x16\x77\x89\xf0\x73\x7a\x81\x27\x9a\xaa\x78\xda\xaa\xd8\xa8\x0f\x95\xbe\xd6\x0d\xdf\xd4\x68\xef\xe7\x26\x59\x88\x64\xbb\x26\x39\x92\xd9\x77\xdc\xe4\x45\x9a\x65\xd5\x27\x25\x67\x68\xc1\x8f\x30\x2f\xef\xcd\x19\xbd\x26\x5e\x5e\xd1\xf6\x23\x59\xf7\x19\xbd\x63\x10\xe6\x6a\x64\xfa\xdd\x61\x0a\x7c\x01\x4e\xbc\x37\x25\x07\xce\xc0\x13\x91\xdd\x18\x10\x0f\x25\x53\x90\x87\x45\x0d\x29\x5f\xac\xe5\xfa\xa0\x09\x93\x8c\xdf\x2a\xd3\x2d\x84\x08\xde\x18\x3e\xb9\xa0\x9d\x2c\x3f\x2b\x66\x08\x48\xa2\x92\x2c\x19\xc7\x55\x1a\x88\x3c\x8d\x94\x4b\x9e\xcf\x3a\x02\xf5\x2d\x64\x72\x8e\x23\xaf\x42\x3d\xcb\x10\x2b\x15\xbc\xdf\xcf\x69\xc6\x15\xa1\xda\x74\x95\x9d\xbe\x99\x14\xf5\xf8\x60\x10\xc3\xbb\x89\x2c\xa4\xdf\xc8\x8f\xe4\x29\x80\xdd\x9b\x46\x39\x79\x8a\x9b\x38\xa7\x24\x48\x1a\x53\x3b\x7e\x0c\xe3\xb5\x64\x62\x55\x7f\x46\x51\xe7\x51\xd0\x84\x9a\xcb\xc5\xcc\x09\xa2\x0b\xad\x08\x09\xd6\xb2\x4d\xc2\x16\x54\xde\xf8\xb3\x63\x4f\x7b\x94\x16\x20\x36\x4c\xe1\xee\x07\x97\x3c\x23\x65\x65\x4e\xe2\x72\x61\x52\xd4\xa8\x40\xe2\x12\x67\x08\xd3\xd1\x8b\x31\x80\xa8\x4c\x21\x61\xfb\xe2\x56\x9d\x4c\xf2\x31\xc2\xbc\xee\x29\x85\x90\xc9\xfb\xa7\x06\x70\xed\x0f\xe0\x91\xae\x4b\xd9\x5a\xd5\x21\x4c\xe2\xd2\xc2\x4b\x57\x46\x8b\x3b\x22\x6a\xdd\xc9\xe0\x76\x06\x9f\xd5\xca\x19\xd7\x47\x22\x0f\x07\x04\x2a\x32\x56\x29\x95\x16\x8a\x05\xda\x95\xbb\x64\x4e\x63\x31\xa2\x63\xdb\x04\xd6\x5e\xbf\xe9\x24\x39\xe5\xec\x96\xa9\x30\x09\xdd\x67\x23\x94\x09\x3b\xbe\xb9\x1b\xdf\x35\x5d\x3a\x4e\x73\xab\x2f\x6d\x16\xe5\x03\xd2\x2a\x0f\x77\x0a\x67\xc6\x2b\x36\x37\x11\x27\xe0\x8e\x1b\x0b\x48\x52\x63\x31\x1d\x6d\x35\x26\x81\x8f\x8d\x2a\x87\x8f\x3d\xcd\xc8\x4d\xf0\x01\xb8\xf9\x02\x90\x9b\x18\x0d\xe5\x5a\x59\x55\x2a\xde\xf6\xd4\xb0\x68\x57\xd5\x3b\x1a\x8e\x51\xaa\x7b\x0a\xcc\xf7\x8a\xe2\x7b\x8a\x2f\x29\x59\xce\x33\x5e\x79\x99\x32\xc2\x44\x04\x36\x3f\x81\xb1\x7f\x8e\x28\xa6\x78\x63\x38\xee\x19\xfc\xae\x6a\x71\xa5\xd4\x3c\xf1\x10\x43\x26\x3e\xff\x91\xd8\xdc\x36\x63\x1d\x49\x96\xbb\xb1\x3d\xae\x95\xc4\x9a\xe7\x06\xb5\x0a\x97\x2a\x1f\x35\x60\x13\x8c\x09\xc8\xf3\x11\x9b\xca\xa1\x55\x01\x0e\x14\x78\x6a\x53\x9c\x39\x6f\x67\xe0\x95\x8b\xc1\x20\x5e\x10\x6a\xcc\x6e\x47\x53\x84\x17\xe4\xa1\x25\x5d\xe8\x2c\x85\x10\xad\xe1\xdc\xa3\x65\x9b\x78\x81\x37\x86\x58\x85\x82\x2a\xd8\xab\xcc\x4d\x47\x12\xa1\x1f\xb6\xb6\xf1\x8c\x4c\x77\x6f\x24\x6b\xcd\x8c\xc9\x37\x89\x10\x4a\x21\xc3\x49\x86\x7a\x57\x1a\x69\xd5\x05\xef\x1d\x9d\x5f\x7e\x3c\x3a\x3f\x7a\xfd\xee\x10\x22\xf6\xee\x73\x0a\x63\xf3\x5c\xdb\xaf\xe8\x60\x10\xcf\x80\x95\x5f\xc9\x6a\x66\x18\x6a\x8b\x58\xf5\x91\x55\xec\x2a\xa7\x11\x72\xf1\x25\xae\xc7\x15\x9e\xe1\x8d\x6d\xdd\xdd\x1a\x7f\xa1\x44\x0e\x63\xca\xaa\x79\x9e\xdd\xa7\xfd\xa2\x2c\xe8\x4e\xf4\x58\x8f\xe2\x2b\x4a\x80\xc0\x1f\xc8\x27\xa8\x36\xa7\x30\xba\x55\xdd\x29\x73\x1e\xca\xdd\xaa\x4f\x42\x91\xdd\x68\x85\x70\x79\x7b\x25\x65\xa6\x78\x24\xe4\x43\x0c\x27\x17\xa0\x37\xa9\x3d\xad\x90\x75\x5c\xe5\x96\x3b\xe9\xfd\x6c\x1b\xb1\x3b\xdb\x18\x4d\x85\x03\x60\x60\x46\xfc\x96\x84\xb8\x19\xf5\x1b\x23\xb7\x9b\x4c\x52\xf7\x2e\x64\x9e\x4b\xb9\xb9\x30\x7c\x01\x11\xde\x8f\x02\xb3\xce\x68\x2e\x80\xa0\xae\xf1\x3d\x25\x9a\xdb\x92\x1f\x96\xa2\x41\x31\x6a\x31\xb1\x5e\x37\x8a\x3b\x2b\x51\x81\x79\x71\xb0\x98\x1c\xb9\x85\x53\x07\xd5\x21\x25\xcb\x70\x63\x28\xf5\xc3\x08\x60\x3b\x1a\xc9\x3d\xe5\x0e\x01\x17\x7f\x54\x34\x7a\xa4\xe0\x1d\xf1\x43\xe4\x5f\x22\x4b\xe3\x0e\x38\xb9\xc2\x39\x61\x2d\x52\x5f\x90\x7c\x97\x79\x54\x9e\x8e\xc6\x78\x4a\x72\x45\xfe\x0b\x4d\xf3\x0c\xf5\x2a\x97\xa5\xa1\x04\x56\xfb\x95\xc6\x53\x9c\xef\x2e\x46\x0b\x67\x7c\x49\x19\x02\xbd\xc8\x89\x7c\x07\xa7\xcc\x9a\xce\x57\x1e\x51\x1b\x35\xcd\xd7\x0e\xd9\xb0\x7d\x6e\xcc\x33\x31\x33\x64\x2a\x49\x91\x02\xed\x29\xd7\x20\x03\x94\x34\x3d\x95\x1f\x81\x14\xfa\x18\x31\x02\xcd\x01\x9c\xb6\xce\xf7\x9a\x89\x59\x2a\x70\x58\x95\xb1\xfe\x5b\x6a\x33\xd9\x56\x1a\x2d\xc6\x43\x7c\xef\xc3\x35\x09\x97\xc1\x82\xae\x56\x2a\x93\xb9\xd5\x8c\x6b\x29\x59\x8d\xfd\xa4\xfb\xec\x0f\x25\x63\x95\x59\xa1\x91\x33\xcf\xcf\x2e\xef\xcf\x93\xe0\x0b\x31\xbb\xb7\xc9\x3f\xb3\xbc\xba\x37\x9b\xd9\x4e\x9b\x3f\x3b\x4b\x28\x9d\x52\xac\x0a\xa6\x02\x43\x99\xe6\xd0\xed\x66\xdd\x15\x29\x57\x32\xfe\x39\x6d\x86\x5c\x41\x30\x63\x84\x7a\x36\xae\xf1\x5c\x69\x1d\xdf\x37\xbf\x3c\x3f\xf9\x70\xb6\x2f\xbf\x54\xb3\xb0\xf7\x64\xf1\xe2\x41\xd1\x22\x24\x8b\xd1\x7b\x3a\x26\x74\xbd\xa4\x61\x06\x64\x24\x8e\xf6\x07\x3a\x2e\xe8\xa1\xe8\xa3\xae\x72\x0f\x7f\x5f\x8f\xce\xe9\x1f\x2a\x07\x73\x7e\xda\x9c\xc9\x3d\xc0\x3a\xf7\x8d\x83\x17\xfe\x65\x8d\x3a\x19\xe3\xac\xa9\xfb\xc4\x90\xb4\xaf\xc3\xd2\xc2\x65\x17\x11\x23\x1c\x97\x04\xfe\x76\xbc\x24\xb3\xdf\xf4\x5c\x80\x3a\xc9\x76\x63\x06\x92\xa8\x48\x34\xd4\xcc\x60\x60\xff\x1c\xf1\x31\x4a\xfd\x56\x48\xa6\xf2\xfb\xc9\xda\x51\x2b\xa3\xb9\x13\xb6\x68\x2b\xae\x0b\xab\x0c\x96\x0a\xfb\x1c\x92\x66\x0d\x77\xf8\x2b\xba\xc3\x37\x37\x91\x18\xf1\xb1\x2b\x30\xe2\x63\xa3\xb4\xd5\xfe\xbe\x4c\xa9\xd7\x04\xce\xb3\x2b\x9a\xa7\x0e\xa7\x69\x92\x97\xd5\x82\xd3\x2d\x1d\x48\xf1\x2c\xaf\x17\xe5\x85\x64\x42\x30\x94\xa6\xcd\xb3\x8a\x4a\xfe\x9e\x24\x49\x21\x19\x82\x9f\x8f\xf8\x73\x20\x93\x41\x7c\x18\x96\xf2\x96\x39\x28\x8b\xce\xac\x93\xac\xeb\x69\xaf\x18\x9d\x8d\x09\x33\x8e\x68\xfd\x92\x0c\x77\x4a\x27\x9d\x96\xc6\xf9\x21\x23\x62\x54\x8e\x71\x45\xd4\x89\x95\x21\x9c\x13\x3e\xca\xc6\xbd\x8e\xf5\xcf\x07\x83\x7c\x74\x4a\xc7\xbb\x1c\x72\xcf\xa4\xd5\x83\xd1\x79\x31\x7c\x25\xd7\xe5\x37\xaa\xf0\xea\x31\x93\x4f\x2a\x5c\xa8\xd4\x35\xd6\x39\x05\xc4\x5a\xc2\x71\x01\xa4\xbc\xdf\x24\xe5\xb3\xc3\x37\x96\x23\xfc\xb6\xe6\x4c\x18\x55\xc9\xfb\x0f\x17\x90\x46\x63\xff\xf0\xdd\xbb\x31\xd9\x18\xea\xe0\x47\xb9\xd9\xb1\xbb\x2f\x10\xe1\xe9\x9a\xcc\x17\x4f\xd9\x61\x07\xcd\x88\x7c\x25\x83\x2c\xeb\x5e\x03\xb2\xf9\x19\x78\xcd\xc2\x9e\xbe\x05\x7a\x35\x84\x29\x2b\xc6\x00\xda\x8c\x5c\x52\xa5\x6e\xab\xa7\x6e\x45\x01\xca\x9a\xba\x55\x70\x6c\x65\x6c\x18\x43\xe8\x9a\x25\x9a\xce\x6f\x63\x8a\x76\xd8\xab\xc2\xcf\x73\xee\xf5\x6a\xc4\xc6\xd0\xb1\xd6\x98\x4c\xf2\xb0\xa3\xea\xd0\x86\xe6\xda\x91\xc9\x52\x6a\x30\x23\x36\x86\xf1\xc8\xff\xed\x96\xe6\x35\x6c\xc1\x63\x4a\x9e\x8e\x37\x74\x44\xc9\x68\xbc\x13\x0f\x71\xae\xf4\x54\x6f\x20\x5e\x00\xc5\x47\xd4\x50\xc6\xbb\xc0\xa8\x63\x83\xc3\x4b\x17\xb2\x69\xa3\xb1\xb8\x0e\x6c\x01\x77\xb6\xa2\x06\x8e\x03\xc8\x8a\x0e\x9e\x97\xa2\x46\xa6\xe5\x30\x6d\xfd\xd2\x80\x3b\x1b\x94\x0d\xdb\xfb\x68\xb3\x40\x3d\x41\x32\x70\x59\xe9\x0b\xf7\xc9\x31\xd5\xa2\x97\x14\x30\xde\xc7\xd6\x81\xb3\xcf\x7b\x82\x58\x11\x55\xc4\x25\x5a\xab\xd6\x7e\x40\x89\xed\x22\xc9\x9b\xda\xec\x9f\x98\x38\xf0\x0d\x7b\x3e\x87\xb1\x53\x6d\xd2\x0c\xfa\xd3\xe6\x25\x40\x5d\xab\xbf\x7c\x8a\x1e\xd1\x03\xd2\x82\x30\x79\x95\x76\xf0\x42\xf9\xbe\xb9\x6c\xdc\x16\x3f\x09\xb7\x54\x6b\xbe\x0a\xbf\xcf\x77\x21\x3d\xa5\xf6\x9d\x5b\xad\xa2\x29\xbb\x53\x31\x1e\x2d\xdd\xbd\x77\xdc\x05\x80\x32\x75\x68\xd1\xe5\xe0\x80\xa7\xe2\x71\xa7\x90\xa1\x36\xba\x04\xcb\xce\xe5\x65\x64\x91\x37\xcd\x6b\x6b\x84\x49\x6e\xb3\x39\x5e\x9a\x0f\x53\x56\x93\x02\x97\xe4\x80\xc6\x05\x1e\xb9\xf2\xf6\xda\xef\xab\x69\x8e\xa8\xd6\xd3\x34\x5d\xe4\x4b\x6c\xd5\x34\x9a\xeb\x64\xb8\xed\x1d\x54\xd5\x3e\x3e\xc3\xbe\xca\xb3\x2d\xff\x75\xfe\x01\x95\x92\x2e\x79\xe2\x0a\x1b\xe5\x80\xef\x37\xd0\x05\x58\x5d\xa1\x8c\x2c\x47\xd5\x38\x0d\x0a\xdb\x61\xd7\x38\xe8\x74\x86\x3b\x27\xc6\x23\xf5\x38\xcc\x4c\x52\xa1\xc1\xa0\x72\x1e\x5b\x4d\x37\x86\x7e\x4e\x20\x49\xd8\x2d\x2b\x62\x7b\xba\x77\x0d\xa3\x97\x91\xe5\x53\xfb\x62\x18\xf4\x82\x0c\x77\x16\xaf\xf2\x9d\x85\x39\xfc\x26\xa4\x1a\x2d\xc6\xbd\x6c\x34\x19\x87\x73\x95\x89\x78\x81\xea\xba\xbd\x74\x37\xd6\xf0\x77\xb6\xf7\x8b\x5e\xc5\xac\xae\x43\x1b\xb2\xd5\x6f\xf4\x33\x52\x24\x77\x8c\x7e\xc1\x39\x11\x8d\x25\xc3\x8b\x36\x4d\xe1\x29\xf9\x4c\xe3\x05\xda\x69\xe4\x29\xa3\x3e\x6d\xb2\x69\x84\x40\xf7\x63\x95\x1f\x44\x24\x6c\x8a\x6a\x14\x73\x3c\x45\x78\x9a\x48\xda\x56\x7a\x4d\x92\xe1\xe9\xe8\xf3\x98\x94\x78\x9a\x68\x1f\x7b\xcf\xf6\xea\xec\x84\x83\x41\x3c\x4d\x14\x53\x24\xee\xa9\xba\xa5\xce\x48\x6e\x24\x8b\x29\xc2\x73\xf2\x88\x8d\xda\x73\x73\x7b\x43\xf1\x0c\xf5\xd4\x0c\x90\x99\xce\xc1\x98\x81\x8e\xb1\x4a\xb2\xe9\xd4\x82\x28\xc8\xb5\x9b\x21\x3c\x73\x9a\xdd\x86\x73\xa5\xd6\xec\xde\x92\x28\xda\x20\x64\x66\x76\x7f\xef\x76\xb5\x8a\x69\xa8\x40\x1e\x0c\x66\xa1\x82\xd8\xe8\x86\xf1\x2c\xb9\x0c\x7c\x81\x21\x3a\xce\x53\x2b\x3f\x5c\x4d\x10\xe4\x1c\x69\xaf\xca\x1b\x90\x6f\xa6\x72\xe5\x67\x78\x81\xe7\xf8\xd6\xa9\xf9\xfc\x35\x53\xb7\x5c\xb9\x6c\x37\xce\x1a\x60\xbe\x50\x38\xcc\xea\x8b\x8e\x7e\xdc\xae\x1f\xd1\xc3\x86\xa5\x87\xec\xce\x37\xc6\xee\xec\x2d\xd7\xd3\x4c\xce\xb3\xe7\xda\x99\x6f\xb0\xf6\xca\x7e\xdc\xc8\x7b\x03\xc1\x1c\x37\x4d\x43\xab\x36\x7b\x34\x6c\xad\xeb\x3c\x6f\xc2\xe3\xa4\xc0\x66\xbe\x53\x16\x98\x20\x4a\x6c\xaa\xcd\x6b\x42\x77\x80\x26\xab\x86\xc9\xa0\xc0\x42\x9b\x05\x2a\x2a\x02\x73\x81\xc9\xc7\xba\x6c\x47\xf6\x2d\xfc\x58\xef\x69\x47\xf4\xde\xac\x56\xf1\x00\x8b\xc1\xc0\xa8\x4a\x50\x07\x74\xab\xbb\xf0\x94\x64\xa4\x24\x74\xa3\x57\xd9\xd9\xda\xde\x20\xa4\xda\x31\x09\x54\xe9\xa8\x1a\xe3\x05\xb9\xa4\x89\x52\xec\x02\x62\xfe\x62\xb4\x3d\xde\x01\x3d\x6e\x69\x05\x3a\xc8\xb8\x54\x2a\xa0\xb5\x29\xc2\x97\x34\x31\xfa\x27\xd9\xe8\x02\x9a\x45\xb8\xda\xda\xaa\x8d\x0e\xd8\x95\x05\xc6\x63\x9c\x2d\x3c\xee\xb3\xeb\xfd\x9d\x82\xe4\x7e\xb3\x60\xd3\x37\x60\x33\x92\xbb\xbf\xad\x70\x7d\x48\x53\x35\xf3\xb4\x64\x0f\x2b\x31\xad\x38\x76\x4f\x07\x83\x66\x5f\x95\x96\x0e\x0d\x06\xf7\x34\xd6\x1e\xff\x28\x96\xe3\xcb\x31\xc7\xa5\xa7\x04\xbb\x26\x85\x37\x94\x62\xed\x50\x0a\xd4\xe3\xcf\x1c\xca\xb5\x1b\x0a\x7e\x78\x28\xf7\x34\x56\xfd\x92\xd3\xae\x53\x3a\xcc\x89\x56\xaa\x31\xcc\xac\xb8\xfd\x33\xbd\x6f\xf7\x43\xab\xd0\xe6\x6e\xe2\xa6\x83\xc1\x54\x13\x8b\xfc\xcb\xc7\x25\x5f\x53\xf8\xa1\x71\x50\x5f\x71\x89\x67\x92\x1d\x99\xba\x67\x41\xdd\x87\x3e\x39\xe5\x10\xa5\x54\x23\xfc\x07\x5a\xd4\x51\x3c\xf2\xdc\x88\xbc\x49\x8c\x32\xce\xb2\xb3\x32\xa7\x11\x2b\xfa\xc5\x60\xd0\xac\x99\xcb\x57\xf8\x4e\x4e\xa6\xfb\xd4\x2b\x5f\x3c\x78\x00\x94\x4d\xc6\x5b\x3c\x78\x00\xac\xf3\xd0\xb0\xac\x67\x74\x30\x26\x02\x3f\xd1\x65\xe3\xf9\x7e\x00\xc6\xd7\x44\xf3\x48\xad\xc4\x70\x8c\xcf\x97\x99\xc5\x6e\xb7\x82\x7e\xb4\x3f\x1e\xa3\x54\xfe\x17\x3a\x26\x36\x25\x72\x9f\x6f\xaa\x7a\x9b\x73\x15\x8b\xe6\xdc\xb2\xe2\xe0\xe4\x7d\x04\x42\x86\x77\xa8\x37\x26\xb1\xf1\xd6\x1c\x6c\x81\x3f\x48\xa3\x2f\xea\x64\xc2\xbe\x01\x3d\x2d\x82\x1e\xda\x64\x87\x6b\x67\x9b\x3d\xe6\xc8\xe1\x2d\x1b\x7f\x86\xc0\xf3\x0d\x9c\x2b\xf8\x60\xb0\x61\xec\xf8\x00\xac\xe1\xec\xf8\xd8\xa4\x66\x2a\xa5\xa0\x07\xd9\x40\x03\x4f\x80\xf5\xe6\x7f\x00\x74\x1a\x02\xe2\xbe\xd0\x57\x78\x79\xc5\x29\xcd\xab\xed\xc6\x54\x7a\xd8\x3d\x1d\xd3\xec\x4b\x56\x35\xeb\x58\xcc\x80\xf2\x55\x5d\x61\x35\xbe\x1c\xb2\xc6\xed\xe5\xdf\x47\xfa\x81\x53\xec\x1f\x22\xd6\xf6\x54\x3d\x40\x8c\x6b\x5d\x5e\xa8\xa7\xbb\x7b\x13\xbc\x48\x1c\xb9\x1c\x50\x91\xb1\xbc\x52\xe1\x15\x2c\xd3\xb3\x06\x58\xe8\xae\xf4\xb7\xe7\x96\xde\xae\x95\xb5\xf2\x75\xdb\x71\x77\x18\x38\xee\x0e\x43\xc7\xdd\xa1\xef\xb8\xbb\x31\x6c\xba\xe8\x0e\x43\x17\xdd\x61\xc3\x45\x77\xf8\x90\x8b\xae\xfd\xba\xd3\x19\x77\x18\x3a\xe3\x0e\x6b\xfc\x41\xf9\x02\xbd\x33\xbe\x40\x6f\xd7\x38\x0d\x80\x66\x42\x4a\xa5\x46\x91\x17\x5e\xa4\xac\xf1\xc7\x40\xcb\x71\xcf\x7d\xa7\x08\xbd\x85\x3e\x50\xdf\x95\x48\x79\xc6\x52\x1c\xd6\x97\x0a\x27\xe1\x36\x9c\xd1\x5f\xd3\xda\x18\x68\x3e\x3a\x75\xd3\xbb\x56\xc4\x81\x46\x49\x6b\xfa\x15\xd1\x4e\xcd\x4e\xe0\xd3\x10\x28\x60\x82\xd2\xe8\x21\x1f\x46\x81\x12\xab\x34\xb1\xca\x9f\x6e\xc7\xe6\xb0\x56\xa5\xf9\x7a\xfa\x7d\x8e\xd9\xfb\x1c\xd3\x7a\x74\xb8\x91\x31\x7b\x23\xcb\xba\x6e\x64\x6c\xcd\xfd\x85\x3d\xef\x46\xc6\x9e\x70\x23\xab\xdc\x8d\x8c\x29\x10\x96\xd2\xf3\x1e\x78\x90\x0b\x3d\x74\x5f\xaa\x9e\x72\x5f\xea\xf6\x0a\x66\x6b\x2e\x4c\x95\xd2\xf0\xfc\x4e\xf1\x0b\x8a\x3f\x3d\xe6\x7f\x3f\x7c\xc0\xff\xde\x07\x18\xf9\xdf\xbc\x8d\xad\x4f\xfd\x8f\xdd\x61\x37\x1e\xf1\xeb\xf0\x7b\xb9\x3c\x1f\x25\xb7\xeb\x85\x7e\x7c\xce\x75\xeb\x52\xde\x88\xdf\xd8\xcc\x68\xc8\x7e\xeb\xef\x5a\x9e\x5c\x2f\x72\x48\x69\xa7\xe3\x21\xb7\x87\x28\xdc\xac\x9f\x5a\x1b\x9b\xd7\x0d\xa1\xc9\x3b\x36\x7c\x69\x49\xca\x43\x8e\x35\xff\xe2\xb3\xe6\x17\x74\xb5\x8a\x5f\xd0\xb5\xd0\x50\x99\xbc\xc2\xbf\xa0\xc9\x8c\xd3\x6b\x22\x57\x56\xe9\xcc\x27\x65\xee\x45\x99\x79\x56\x1e\xd0\x7b\x69\xef\x9e\x16\xb0\x33\x18\x79\x7f\x37\x97\x3a\x8a\x6c\x5d\x08\x6b\x97\x41\xb1\x1b\xa5\x51\x2a\x80\x90\xfe\x41\xc9\xd0\x59\xfb\x7e\xf2\x7a\x0d\xe0\xe0\x11\x21\x84\x02\x1a\xd5\x6a\x15\x19\x7b\x58\xf0\xd0\x5c\x32\x82\x87\x4c\xee\x3f\x51\x72\xf7\x50\x33\xc0\x7f\x76\x2f\x38\x9b\x92\x7f\xd0\xcd\x4d\xdf\xe2\xd2\xf0\xba\x70\x6f\x6a\x9d\x94\xcc\xc4\x1c\xaa\xcf\x41\x95\xeb\xc5\xd3\x29\x93\x5f\x74\x46\xaf\xfb\x3a\xa6\x8e\x4d\xbd\x48\x28\x57\xd2\x3a\x89\x6c\x46\xfd\x58\x57\x3d\x45\x11\xc0\x74\xa9\x57\xbf\xbe\x58\xd2\x3a\xed\xbf\xf0\x9a\xab\x7f\xd5\xc8\x5d\xc2\x3f\xd5\x61\x42\xff\x65\xc2\xd6\x3c\xbb\x07\xa7\x73\x9a\x89\xd5\xaa\x23\x07\x85\x67\x81\xdc\xdc\x46\x60\xe9\x53\x78\x90\x66\x8b\x50\x11\xcc\x98\x0d\x21\xcc\x26\x9f\x61\x57\xdc\x24\xe7\xf2\x6f\x13\x19\x75\x5d\x05\x60\xb6\xd6\x01\x54\x3d\x3e\xa7\xfa\xd8\x2b\xca\x29\xed\xf8\x72\x9e\x89\xd9\x71\xf3\x55\x7d\x45\x6f\x58\x11\xbb\x90\x38\x1a\x9c\x13\xdc\xc3\xd7\x0d\xf4\xd2\x1c\x2f\xaf\xca\x45\x31\xad\x0c\x80\xd2\x75\x95\x9a\x4e\xc8\x86\xec\xaf\x5a\xef\x54\xe8\x94\x06\xc6\x2d\xf4\x39\x28\x19\x48\xa1\x74\x7e\x71\x81\x8d\x53\x2f\x2d\xb4\x27\x65\x68\x95\x73\xcf\x43\xf3\x81\x71\x01\x91\x0d\x28\xdb\x8e\x3b\xf7\x45\x1d\x8a\x89\xad\x2f\xd5\x18\x8c\xbc\x40\xbf\x32\x39\x7a\x5f\xff\x44\x21\x76\xf5\x26\xa1\x5f\xe7\xca\x89\xd0\xac\x84\x36\xf9\xe3\xe8\xf5\x87\x1f\xd3\xfe\x2d\xab\x2a\x56\xdc\xf4\x39\xbd\x8e\x50\x62\x89\xb8\x9e\x94\xb7\xb7\x2e\x82\xd6\x4e\xaf\xd1\xa1\x05\x1b\x40\x3f\x3d\xa3\xd7\x55\xec\x96\xd6\x2c\xc6\x69\x26\x66\xc1\xc1\xbd\xd4\xb8\x04\x36\xac\x0f\xc8\xc6\x19\x09\x89\xd6\x1a\x94\x38\x23\xed\x21\xa8\xe5\x90\x63\x60\x66\x0c\x7b\x42\xce\x9b\xa0\xd3\xbe\x28\xfb\xaa\xd1\x7e\xd6\x97\x8b\x89\xfb\x57\x0b\xd1\x17\x33\xca\x69\x9f\x55\xfd\xa2\xec\xeb\xb6\xfb\x4a\x22\xe8\x43\x02\x23\x3f\x18\xb1\x40\x25\xc9\xac\x4a\x65\xa9\xb4\xe2\x55\x4d\x32\x90\xc1\x70\x4e\x60\x12\xd5\x15\xbf\xf2\x4c\x9e\x4a\x8d\x95\xef\x96\xe0\x90\x28\x47\x97\x69\xec\x49\xcb\x9f\xd4\x21\x1b\xfd\x3d\xda\x54\x22\x60\x35\xca\xc7\x0d\x92\x4b\xe3\x90\xe0\x41\xe3\x5a\x20\x1d\x16\xef\xcd\x67\x81\x23\xf9\x48\x27\x4b\x88\xb4\x52\x40\x27\x27\x74\xc5\xe5\x34\x15\x2a\x0b\x7a\x7f\x61\xa2\xa7\x54\xbf\x38\xd6\xfd\x2c\x1b\x7d\xe8\x95\x50\x01\x68\xb5\xe3\x05\x6a\x6c\x41\xbd\x11\x16\xa8\xae\xf3\x52\x0b\x17\xb0\xd5\xdf\x94\x5c\xad\xb4\xd3\xf5\x89\x8e\xe5\x0b\xfb\x46\x1f\x5e\xc2\xbc\xbc\xe9\x5f\x97\x5c\x2f\x66\xdf\x4e\xbc\x5a\xd6\xa2\x84\xe5\xeb\xd3\xaf\xac\x12\xf0\x9d\x98\x65\xc2\x7d\x15\x21\xcc\xc9\x68\xbc\x63\x95\x6b\x62\x30\xf8\x89\xc6\x02\xed\x28\xf0\x0a\xff\x38\x50\xd8\x86\x86\x67\xfc\xfa\x62\x29\xb4\xe5\x41\xc5\x20\x8e\xe4\x03\xf8\x6b\xfc\x6b\x8f\x9b\x2c\x75\x58\x10\xf3\x99\x32\x91\xf2\x64\x51\x28\x2f\x56\xa1\x13\xbf\x7a\x5f\x98\x59\x61\x64\xc4\x15\x47\x8d\x92\x08\xf9\xdd\xdb\x41\x26\x42\x6d\xc3\xf4\x68\x30\x88\xb6\x44\x39\xdf\xca\xe9\x9d\x4a\xf4\xac\x2a\xde\x8d\x59\xb3\x29\xaf\x33\x28\x75\x7f\x1b\x41\x80\x41\x36\x42\xe0\x25\xe4\x07\x77\x84\x70\x12\xf5\x23\x5c\x90\xef\xfe\x7f\x02\xff\x4b\x5b\xbd\xe5\x3e\xad\xe5\xe9\xf2\xab\x49\xb9\x5e\xeb\x23\x20\xfa\x9f\x22\x82\xc0\x53\x38\x03\xd9\x75\x3c\x34\x48\x36\xb0\x85\x93\x8a\x7d\xa3\x90\x3f\x7f\x67\xc3\x7b\xca\xaa\xc3\xdb\xb9\xb8\x8f\xd1\x0e\xf2\x9e\x02\x08\x41\x6d\x58\xe3\xd2\x7f\xa3\x53\x67\x28\xa6\xb6\x6c\x95\x71\x5c\xd0\xb7\x22\xaf\x61\x12\x2d\x46\xa7\x76\x7c\xed\x73\xf0\x66\xf8\xb2\x6a\x4c\x73\x0a\x5c\xc0\xa9\xf3\x4f\x49\x38\x16\xa2\x06\xf8\xa8\x4a\x5e\x50\x20\x73\xd6\xe8\xfb\x88\xe9\x1e\x47\x3d\xa6\x3e\x94\x1b\x09\x72\xec\xa8\x25\x21\x4c\x1b\xd4\x2d\xab\xd4\x5f\xd4\x3e\x23\xb5\x62\xd5\x68\xdc\xce\xca\xc8\xb5\xcb\x7c\xa1\x9d\xb2\x51\xaf\xd8\x15\x5e\x0a\x59\x5d\x91\xdc\x68\xe6\xf2\xb3\x25\xfb\x95\x46\x9b\x3c\x61\x53\x5c\x20\x94\xd2\x64\x4a\x73\x0a\x6e\xa5\x90\x6d\xd1\x2f\xd3\x9c\x11\x33\x26\x81\xf4\xdd\x41\x79\xe7\x1b\x87\xa3\xd2\xdd\x10\x32\x75\xa2\x56\x35\xe1\x26\x77\xaf\xae\xd8\x9e\x7c\xdc\xa6\xef\xd5\x6f\x5e\xc3\x59\x26\x9f\x4f\x48\xeb\x40\xb1\xa9\x4a\x97\x6c\x9a\x52\xdc\xd5\xba\x35\x02\x7a\xbd\xb0\xf7\x94\x1c\xeb\xe3\x7e\x81\x27\x72\xb5\x39\x2d\xd2\x49\x5d\x37\x3b\x45\x1b\x91\x76\x81\x10\x0d\x66\xbe\xce\x9b\x2a\x30\x1b\x4e\x79\xe2\x60\x27\x15\x1c\x4c\x1d\x8e\xcd\x87\xda\x76\xb4\x4a\xf5\x31\xde\x20\x51\xf5\x30\x72\xe6\x76\x20\x1b\xe3\x40\x60\x76\xb6\xc5\x28\xc6\xd7\x26\xe1\x43\x2a\x12\xfb\x77\x8c\x70\x9e\xd9\xc7\xe6\xcf\x18\xd9\x5b\xbf\x10\xdd\x42\xaf\xef\x6d\x08\x13\x7b\x61\x9d\xa2\x81\x2f\x83\x8a\x29\xbb\xca\x7d\xf4\xf5\x2e\xc7\x69\xcf\x79\xd5\x54\xf3\x34\x07\x6a\x70\x96\x17\xd9\xcd\x9b\x92\x9b\x08\x08\xda\x88\x8c\x38\xe5\xe5\x57\xc8\x92\x00\x80\x0c\x90\x0b\xf3\x72\x52\x16\x82\x16\x42\xdf\xb2\xc0\xd6\x35\xd5\x5a\x50\x8b\xd5\x61\x7b\x02\xae\xfe\xf4\x4b\x9f\x83\xf7\xe3\x63\xde\x91\x7a\xc6\xf8\x83\x33\xe6\x5d\xb3\x0a\xbf\x3a\xda\x37\x64\x59\x5e\xf7\xb9\xd8\x6d\x00\xfa\x0a\x42\xed\x0d\x68\xb5\x32\x38\x11\x16\x72\x42\xf8\x1e\x53\x1b\x2d\x34\x37\xeb\x6b\x60\x19\x7d\xe8\xa2\x40\xd1\x6a\xa5\xe7\xec\xf0\xf6\x8a\x72\x78\x2a\xe7\x67\xb7\x12\xc9\x35\x2f\x6f\x8f\xa4\x04\xa3\x55\x81\x69\x96\xbc\xdd\x3b\xbf\x3c\xde\xbb\x38\xfa\x78\x78\x79\xfe\xcb\xfb\xd7\x27\xef\x06\x83\x99\x1c\xcc\xee\x44\x7d\x2e\xbf\x9a\x0a\xaf\xfc\x1b\xc5\x91\x4c\x0d\x1d\xb5\xd6\x31\x55\x53\x84\xd2\x26\x96\x71\x23\xce\x85\x86\x2e\x14\x6b\x06\xb4\x5b\xba\xae\x74\x0f\x2d\x73\x1f\x3c\x30\xa2\x45\x73\x44\x65\xe7\x88\x60\x33\x3b\xec\x14\xd6\x4d\x03\x3a\xeb\xa1\xf1\xe3\xd6\x4e\x16\x64\x58\xdb\xc3\x6f\x69\x81\x98\x6e\xe9\x6d\x19\x9c\x5f\x7d\x5a\x17\xf4\xab\xd0\xbe\xca\xaa\xaa\x94\x5a\xb8\xf8\x20\xc2\xec\x07\x07\x33\x65\xd7\x9e\x7b\x17\x47\xcd\xa5\x35\x94\x9b\x69\xca\xf9\x3f\x05\xfd\xdb\xdc\x34\xd9\x2c\x39\x96\x9f\xa6\x85\xe5\x0e\xa5\x70\x2e\x68\xad\x21\x2b\x9d\xa0\xb1\xe1\x9a\x3b\x91\x9c\x7f\x42\xeb\x0a\x34\x82\x7d\x3d\xb7\x4e\x0f\x6c\xfc\x64\xc0\xc1\x5e\x96\xb0\xb3\xeb\x95\x08\x27\xff\x81\x13\x90\x92\x1f\x84\x91\x14\x4c\x54\x9a\x6c\x51\x68\x16\x13\x4e\xb0\xeb\xe0\x88\x8e\xcd\x10\xb3\xff\x8d\x43\x6c\xf7\xa9\x91\x1a\xde\xd5\x8f\x1d\xc3\xa9\xd6\xf7\xd0\x73\x13\x0f\xfb\xf8\x99\xde\x57\x01\xfb\xae\x88\xf0\x3b\xec\x6f\x4d\x3d\xbf\xda\x23\x52\x96\x94\xf2\x92\xa1\x40\x48\x78\x27\x85\xbc\x16\x46\x8b\xf5\x12\x25\xa3\x31\x66\x64\xb8\xc3\x5e\x71\x70\xb7\xb4\xf7\x36\x31\x62\xe3\x5e\x49\xe8\x28\x1b\x2b\x46\xcc\x2a\x9b\x26\x2a\x46\x2a\x74\x31\x8c\xcd\x83\x07\x8a\xeb\xab\x28\x29\x84\xc3\x9d\x5f\xa2\x8e\x88\xbe\xa0\x54\x89\xa3\xd1\x38\x42\x08\xe1\x42\x91\x46\x69\xfd\x34\xed\x82\x48\x81\xed\x09\x04\x07\x37\x07\x5c\x90\x21\x66\x64\x63\xbb\x4d\x7e\xbe\x8f\x43\x89\x96\x31\x23\x6c\xb5\x6a\xba\x72\xff\x40\xbe\x03\xc7\x58\xdd\x17\x6c\xb3\xc2\xe1\x62\x73\xb3\x46\x0a\x70\xac\xd8\x95\x53\x9a\xb2\x5d\xaf\x8b\x5c\x45\x9a\x94\x42\xca\x66\xeb\xc8\x59\x2d\xae\xa4\xe7\x36\x43\xb1\x94\xe0\x91\x7b\xde\x41\x41\xea\xfc\x12\xca\xe7\xd5\x50\x0d\xa7\xd5\x22\xb7\x91\xc3\x1e\x2f\x6b\x90\xbd\xf6\xbc\x1c\x29\xef\xdb\xc4\x5c\xa7\xc6\x31\x64\x0d\x49\x14\x4b\xc3\xcb\x69\x59\x80\x67\xaa\x4d\x6a\xa7\x47\x1c\x8c\xb7\x8b\x4f\x7a\x3c\xd1\x74\x31\xa5\x58\xf5\x2e\x15\x8e\x3d\x72\x3f\x00\x57\xb6\xd6\x62\x90\x45\x93\x41\x62\x8e\x30\x6b\xb0\x48\xcc\xd7\x32\x49\x7f\x5a\xa8\x1d\x98\xe2\x9c\x85\xe2\x9c\xcc\x72\xce\x85\xdb\xb4\xb9\x58\x76\xac\x9e\xf6\x81\x77\xcb\xe6\xa3\xfe\x98\x5a\x26\x4f\xac\x65\xb4\xdd\xb5\xfe\xe6\xe5\xd0\x57\xfe\x4e\xc5\xc3\xe9\x8f\x0d\x71\xbb\x12\xb3\x47\x4a\xb4\x96\xde\x15\xbd\x16\x01\xab\x0b\x84\xb6\xdd\xce\xdd\x6f\x64\x3e\x97\x19\x86\xe2\x48\x0b\x75\x11\x42\xd8\x00\xd6\xfa\xb1\x94\x91\x64\x2b\x0b\x31\xbb\x97\xbb\x3e\x05\x39\x50\xb3\x8b\x67\xb6\x03\x7c\x03\x2b\x88\x39\xcd\x4e\x53\x97\x59\xa1\x86\x7a\x9c\xb5\xfa\xfe\x80\x4d\x55\x16\x39\x85\x0a\x17\xa4\x24\xa6\x45\xb5\xe0\xd6\xe0\x10\x23\xed\x4e\x56\x51\x71\xae\x93\x15\x6b\x15\x1d\xb2\xd7\x71\x08\xa7\x30\xa9\x8c\x51\x33\x97\xb1\x00\xb8\xe9\x75\xb5\xd0\x29\x02\x87\x95\x66\x1d\x3a\x96\x5d\xd7\x21\x6b\xd0\xaa\xdb\x79\xb7\x04\x03\x58\x34\x84\x3e\xe4\x87\x07\xdf\x5d\x36\xac\x4a\x70\x3b\xa6\xca\x87\xa3\xdf\x78\xa7\x94\x04\x6b\x71\x7d\xfc\xdd\xd6\xac\xb6\x27\x66\xbc\xfc\x02\x7c\xfb\x90\xf3\x92\xc7\xd1\x7e\x56\xfc\x4d\xf4\xb3\xc9\x84\x02\x24\xc2\xd5\xe2\xc6\x28\xf1\x04\xa7\xb4\x5f\x2e\x44\xc5\xa6\xb4\x2f\xa5\xe3\x19\xc8\xdc\xf2\x8e\x55\xf2\x7e\xdc\x6e\xb9\x7f\x9d\x67\x37\x7d\x56\xf5\x0d\x6c\x25\x8a\x90\xd5\x27\xaf\x9f\x00\x15\x16\xd7\x30\xaa\xe9\x62\x4e\x61\xfa\xcc\xf2\xa6\x9c\xd9\xf8\xb7\xeb\xd8\xb4\x28\x25\x41\x92\x6b\x63\x22\x2e\x8f\xf4\xae\x23\x85\x7e\x74\xa3\x08\x94\x14\xc9\xa5\xfe\xd3\x3d\x87\xa0\x41\xf9\x97\x05\xa5\xd4\x8f\x2a\x6a\x75\xc8\x82\x67\xb0\x9a\x73\x50\x9b\xa8\xb3\xc1\xb7\x5a\x12\x81\x5b\xa9\x31\x25\xd7\x35\x29\x49\xc0\xc6\xf3\x8b\x8d\x9d\x88\xae\xcb\xf2\x2a\xe3\xe9\x55\xf6\x4d\x6e\x2e\xf3\x13\xd4\x6d\xc8\x19\x93\xde\x94\xfc\xc3\xd9\x3b\xf2\x0b\x05\xad\x6b\x9f\x5d\xc7\x2d\xb0\xbc\x0f\x67\xef\xd0\xef\x94\x7c\x38\x7b\x87\x5b\xe5\x7e\xa6\xd6\x3f\x3b\x5a\x14\x2a\xcf\xe1\xd4\x15\x55\xf7\xf2\xd5\xaa\xe3\x12\xa5\x5e\x25\x3a\x67\x10\x6a\x13\x5c\xb9\xc8\xa7\xfd\xa2\x14\xfd\x6b\x56\x4c\xfb\xe0\x01\x23\xbb\xd2\x9f\x67\x1c\xee\xe9\xb7\x74\x32\xcb\x0a\x56\xdd\x82\xf2\x51\xbe\x39\xcf\x0a\x26\x74\x1a\xc6\x08\xf5\x7e\xa7\x24\x6c\x24\x8e\x16\x3c\x07\x73\x70\x6b\x14\x75\xad\x2d\x2c\xe1\x9b\xe0\x96\xe0\x25\xfb\x96\xab\x77\x20\x49\x69\x5f\x72\xc8\xaf\x3e\xa3\xfe\x34\x63\x39\xd5\x7b\x83\x15\x37\xe9\xff\x14\xff\x53\x68\x6b\x53\xb7\x5d\x78\x9d\x22\xd7\xb7\x57\xb4\xdb\xf3\x21\x1c\x94\x16\xba\x17\x5c\x75\x17\x89\x22\x50\x56\x16\x47\x82\xde\x5a\xc7\xb8\xdd\x82\x38\xd5\x6b\xda\x28\x62\x18\xac\xfd\x7a\x30\x88\x0b\xe2\xcc\x79\x08\x3f\x30\x8e\x86\xbd\xa1\x90\x72\x45\x59\x00\xf0\xb2\xe2\xa8\xaf\x7d\x93\x91\xaa\xc3\x6c\xdf\xe0\xbb\xfd\xc0\xf8\xa1\x3e\x74\xfb\x54\x0e\xf9\x4e\xfc\x09\x8c\xb9\xb6\xab\xca\x9f\x41\x93\x7b\xd8\xc6\xdd\xc6\x8d\x73\x80\x0c\x62\x6d\x54\x49\xb2\x26\xa7\xb0\x3b\xdf\xaf\x1e\x28\xec\x3a\x07\x73\x75\xaf\x0c\xe5\xda\x70\xd8\x0d\x56\x67\xc2\x35\x97\x53\x9a\xd3\x9b\x4c\x50\x00\xc3\xc6\x15\xf1\xfd\xb6\x73\xa2\x0c\x27\x53\xbc\x20\xcb\x1a\xcf\x08\x25\x3f\xe4\x5a\x47\x23\x0f\x75\xc9\x8b\x82\x0b\xff\xe9\xd9\xc9\x3f\x7f\x41\xda\x37\x76\x79\x63\x52\x31\xb0\xeb\x38\x07\xcb\x8a\x40\x46\xcb\x99\x6b\xb8\x0a\xa7\x66\x0a\xe5\x06\xed\xba\xe6\x02\x6a\x41\x73\x43\x48\x91\xec\x7f\x38\xbf\x38\x79\x7f\x79\xb1\xf7\xe3\xe5\x9b\x93\x33\x73\xa6\xcd\x6a\x3c\xcb\xaa\x54\x1f\xf0\xa6\x35\x5c\x7e\x29\x7e\xa6\xf7\x15\x24\x87\xc8\x75\x50\x64\x18\xca\x76\x40\xab\x09\x67\x73\x51\x72\xf8\x28\x6e\x64\x63\x9d\x94\xc5\x35\xbb\x59\x98\xdf\x35\xaa\x7b\x43\xbc\x80\xf9\x05\xf1\x2a\x5e\xe0\x6b\x05\x31\xdc\xef\xce\xfc\xba\xc0\xcd\x2e\xe3\x65\x58\xe9\x36\xf6\x9b\xdc\xd6\xa9\xac\x66\x35\xc2\xba\xc7\x81\x9f\xec\xba\x56\x68\x33\x8f\x6c\xa3\xe7\x58\xd9\xd1\xd5\x1d\x22\x0f\xf3\x98\xb6\x66\x5f\x68\xc7\x41\x3b\xfb\xb5\x14\x67\x18\xd1\xe6\xb9\x85\x97\x59\x2f\xad\xfc\xd8\x17\xf3\x7d\x4f\x79\x21\x97\x9a\x45\x38\xe4\xd2\x66\x24\x8b\x8a\x68\xc0\x0c\xe1\x5b\x98\xd4\x4b\x11\x97\x78\x8e\x2b\x4c\xf1\xe2\x09\x9e\x37\x8f\x85\x2a\xdc\xfe\xe1\x50\x85\xf9\x73\x43\x15\x6e\x9f\x1e\xaa\x70\x0b\xa1\x0a\xb7\x4f\x02\x2e\x03\x0f\xc7\xc7\x5c\x4e\x7b\x3a\x46\xd1\x6e\x66\x8e\xfd\x28\x06\x18\x25\x53\x11\x47\x92\x21\x02\xe5\xca\x0d\x4f\x7b\xc2\xac\x69\xe9\xaf\x29\xeb\x5a\x53\x7c\x25\xaf\xc7\x83\x01\xd7\xed\xba\x45\x2d\xb4\x5f\x65\xe8\x04\x6c\x3b\xd3\xf2\x2c\xbe\x11\x90\xcf\x4c\x24\xb6\x8c\xab\x8b\x77\x78\x68\xae\xad\xc9\x8f\x75\x72\x69\xae\x05\xe8\xa9\x81\x61\xd6\xc8\xb5\xf4\xa1\xd1\x6b\xae\x00\xfb\xdc\x71\xfe\x70\xa7\x45\xe2\x7d\xad\xca\xfa\x71\x26\xb4\xb8\x4b\x05\xee\x5e\x00\xcf\xb4\xf1\x20\xfa\x16\xf7\x9b\x28\x90\x76\xd4\x5e\xe7\x3e\xda\x11\xb1\x18\x8c\x20\xc4\x2e\x0c\x7c\x32\xee\x04\x5e\x3e\x01\x1f\x75\xb5\xe2\x6b\x0f\x9a\x6e\x1f\xf2\xa0\xc9\x69\xc2\x2a\x48\x55\x7d\x01\x01\xef\x80\xab\xd4\xc6\x2e\x04\x5e\xd3\xed\x10\xff\xc7\x76\xc5\x3a\x7f\xdf\xbf\xbc\xe6\x6e\x87\xcc\xe7\x07\xda\x1a\x1f\x9f\xcb\xd6\x4d\x24\x80\x9d\x33\x0b\xfb\x24\xcc\x39\x0f\x63\x27\xdc\xf6\x84\xe1\x8e\x3d\xd3\x10\x28\xa6\x96\xaf\xd5\xca\xe6\xf3\x28\xb0\x9b\x05\x8a\xf7\x58\x3d\xb2\x77\xac\x2f\x9d\x23\x7b\xb2\x77\xae\x1d\x39\x6f\x78\xeb\x36\x3c\x74\xef\xc5\xf3\x3c\x74\x0b\x6f\xbf\x5a\x75\xd2\x61\x47\x5f\x75\x4f\x4d\x3b\xa1\x23\x70\xab\x7e\x13\x29\x6e\xab\xfc\x2a\x02\x31\xec\x01\x7f\x5f\xad\x14\x58\xef\xeb\x6b\xc2\xd0\xc5\x23\xc0\xa4\x22\xa4\x30\x79\x3e\x9c\xfc\x19\x11\xfa\xdf\x04\xd3\xbc\xfd\xd7\xc3\x34\x03\x8a\xcc\x1a\x09\x78\xfd\xb4\x76\xd9\xa1\x9f\x30\xb1\x6b\x11\x5f\x4f\x44\xdd\x12\xb7\x15\x41\x16\x8e\xfe\x98\x56\xf8\xaf\x07\x62\x56\xe1\x1e\xcb\x00\xf1\xb9\x76\xda\xf1\x07\x65\x9f\x72\x9d\xec\x53\x3c\x20\xf6\x28\x05\x98\xeb\xe0\x03\x02\x4f\xa9\x04\x9e\xf2\x99\x60\xbc\x25\xaa\x11\x2e\x6b\x1f\x07\xdd\x1c\xa5\x1e\xb8\xd6\xf1\x87\x77\xef\x3c\x5c\xad\xbf\x0e\x1b\xf7\x0f\x43\x90\xfe\x91\x13\xea\x79\x91\x29\x4f\x16\x07\x9f\x0a\x29\xfb\x87\xce\xbe\xe7\xf5\xd9\x9c\x5d\xef\xd7\x69\xd1\x7c\xee\xee\xbc\x2d\x43\xbe\x7d\x0e\xe0\xc7\x7d\xe0\xa7\xa1\xab\xa3\xe2\x5c\x7b\x42\xde\x3c\x69\x23\xc8\x7e\x88\xf0\xe9\x9a\x17\x1e\x70\x91\xdd\xe1\x9e\x78\xeb\xed\x71\x97\xa9\x1a\x9c\xd2\xa0\xb4\x45\xa5\x8a\x5c\x62\xed\x34\xf2\x53\x2e\x7b\x00\x48\xeb\xea\x07\x93\x4c\x50\x9d\x87\x8b\x86\x0b\xc2\x47\xdc\x41\x9d\x61\xa6\x3e\xde\x46\x0d\x60\x4a\x40\x13\x63\xbb\x4d\x2c\xb0\x02\xa5\x4c\xa1\x34\x30\x83\x01\xc6\x50\x1a\x45\xfa\xbc\xf9\xfc\x7f\xb0\xa7\x49\xe8\x7f\xb0\xfb\x90\x7d\xa0\xb1\x75\x7d\xc1\xf2\x21\x37\x13\xfa\xb8\x7b\x09\x40\x05\x01\xed\xc8\x3b\xb5\xce\x41\xd2\xa9\xb3\xa4\x36\xd1\x0a\x74\x37\x8a\x52\x8b\xb9\xe6\x88\xec\xb7\x47\x88\xac\x6f\x2f\xd2\xe0\x14\xb8\x2f\x8c\x7b\x5f\xe4\x45\x71\x1d\x08\x3b\x77\xbe\x37\x06\x85\xce\x1e\x0b\x22\xdf\xbb\x26\x8f\x1e\xa7\xbb\x56\x4a\x0e\xeb\x28\x3a\xa2\x80\x20\x35\x26\xc2\x79\x72\xb5\x71\xb1\x4a\x0f\x17\x8b\x21\x9d\x69\x90\x41\x8a\xc1\x72\x94\xf9\xb8\x58\x99\xf1\x17\x58\x87\xfb\xb5\x0b\xff\xc6\xb2\x51\xd9\x72\x89\x52\xad\xb4\x3e\x16\xd8\x3d\xf4\x4c\x67\xef\x9e\xbe\xad\xe4\x01\xda\xa0\x2b\x8e\xac\x83\x60\xe7\xae\x72\x16\x2d\x8e\xed\xf6\xb1\xc2\xea\x1b\xf1\x3c\x60\x5d\x23\xc2\xbd\x13\x18\x42\x38\x95\x6c\x58\x2e\xf8\xc4\x05\x27\x93\x0e\xe6\x65\xdd\x73\xd7\x7f\xb5\xfd\x28\x50\x9c\x17\xfe\xd5\x68\xf2\x81\xf9\x71\x6a\x38\x3d\xfa\x76\x57\x2c\x94\xcc\x8e\x97\x35\x1f\x73\xf0\x95\xf0\x22\x0f\x43\xa5\x64\x03\x91\xc4\x7d\xf7\xfa\xf1\xe5\xc4\x85\x59\x2c\xc3\x0c\xbf\x0b\x98\xe0\xb5\x88\x2d\x27\x41\xbb\x16\x9d\x38\xb5\xde\xbc\x6c\x97\x35\x1e\xba\xf6\x3f\x3c\xbd\xfd\xef\x90\x63\xc6\xeb\xdb\x77\x70\x4e\xad\xae\xa4\xb6\x1b\xae\xfd\xb7\x6b\x19\x84\xa4\xa5\x32\x07\x93\x80\xdc\x1e\xc2\x41\xf8\xd8\xc2\x1f\xbb\x0a\x73\x8d\x1f\xd3\xd4\x2d\x1c\x26\x5e\x42\xb2\xb8\x79\xef\xb7\x7d\x45\xc6\xbd\xea\x77\xf1\xd7\xa2\x24\x4a\xde\x0b\x7b\xbd\x0b\x8b\xf0\x9c\x8e\xff\x02\xe8\x44\x60\x88\x2f\x04\x19\x45\x19\xe4\x46\x07\xaf\xec\x08\x47\xb7\x54\x64\x11\x8e\x26\x82\xe7\xd1\x18\x7f\x12\xe4\xe5\xff\x0d\xb9\xa9\x57\xb7\xe5\xa2\xa2\x2b\x51\x2e\x26\xb3\x97\x70\x3d\xf8\x51\x90\xa5\x91\x68\xe9\x74\x4f\x19\x7f\xd3\x2a\x51\x7f\xe9\xec\x36\x49\xeb\x0b\x6c\x9e\xec\xf9\x26\xb9\xa5\x32\x61\x1c\x4d\x03\x8e\xff\x68\x65\x23\x01\xd8\x72\x35\x76\x98\xe0\x0f\x55\xab\x5c\x87\x9f\x54\xad\x95\xc9\x7e\x59\xa3\x4f\x80\x8c\x99\x15\xce\x8d\xb9\x45\x63\xd0\xeb\xa5\x34\xed\x5a\xad\x02\xfc\x3e\x96\x62\x1c\xf7\x9f\xec\x79\x21\xb2\x56\xc5\x60\x80\xec\x1d\xa5\x92\x52\x93\xcb\xed\x3c\x67\x13\x26\x2e\x14\x90\x50\xa6\x6f\xf6\xe5\x2d\xd1\x59\xbf\x6d\x6e\x70\x62\x6c\xa8\x87\xe6\x89\x2f\x8a\xe4\x4f\x40\x99\xff\x51\x24\xad\x59\x05\x5b\x1f\x10\x97\x57\x6d\x40\x64\x76\x10\x0a\x54\xa7\x2c\x22\x7b\x6e\xac\x56\x3a\xcd\xb9\x2c\xbf\x67\x87\x1f\xe0\x4a\xba\xc3\xb2\x31\x49\xce\x5d\x0c\x72\x48\x76\xbf\x85\x8c\x92\x54\x12\x45\xe3\xfd\x48\x8c\x9b\xe8\xeb\xca\x2e\x09\xf3\x68\xdc\x75\x82\xc9\x4d\xa9\x53\xf5\x36\x73\x77\x0b\x85\x29\xa4\xf3\xc3\xa3\x5d\xa1\x06\x6b\x7e\x5b\x5e\x66\x0f\x80\x5a\xa5\xd6\xe2\x21\x59\x1e\xab\xc0\x16\xd7\x8c\x4b\x69\xab\xf6\x69\xa4\x93\xdf\x46\x92\x9d\xea\x47\x61\xda\xda\x08\xe1\xd2\xbc\xc9\xf2\xbc\xfc\x42\xa7\x3f\xd3\x7b\x59\x20\xb3\x14\x60\x06\x89\x73\x02\x58\xce\x45\x53\x3c\x0e\xa1\xae\x6c\x54\x91\xfa\xfb\x93\x48\x04\xad\x44\xac\x42\x0f\x8d\xaf\x6b\x77\xe6\xde\x9e\x20\x51\x54\xab\x94\x02\x06\x07\x26\x2b\xee\x23\xf4\x03\x19\xba\xac\xbe\x0e\xb2\x7d\xb8\xc3\x5f\xbd\xb0\x88\x98\x5c\xa5\x5d\xa6\xa3\x17\x62\xc4\xc7\x9b\xd1\xcf\xf4\x3e\x1a\x6b\x60\x19\x57\x21\xbc\x44\x2e\xaf\xae\xa9\xb6\x8e\x29\xb6\x3e\xf5\x68\xb5\x52\xb8\xd5\xf6\x18\xe9\xcc\xf8\x9b\xaf\x56\x5d\xc9\x7e\x1b\xd9\x13\x7d\x59\xbc\x41\xb9\x98\x13\xa5\xb3\xa5\x58\x83\x99\x66\x5a\x3b\x20\x2f\xbb\xbd\x2e\x1f\x68\x90\xe4\xba\x5e\xec\x6a\x00\x3c\x02\x18\xe7\xb4\x98\xee\xfe\x01\xa0\x53\x6e\x52\x0a\xc9\x0a\x92\x6c\x3e\xcf\xef\xe3\x0c\x8f\x40\x40\xa4\x63\x54\xa3\xf4\x4f\x54\x2a\x77\x91\xa9\x12\xf2\x9a\xff\x89\xca\x44\x50\xd3\x9f\xa9\x48\x4e\xa8\xae\x4c\xf9\x1c\xd5\x08\xe7\x56\x0e\xfd\x59\x2c\x9b\xd0\x70\xc6\xdf\xb3\xc2\x39\xee\xb2\xc5\x4d\xb0\xc8\x6e\xd2\x69\xed\x5b\x71\xa5\xfc\x37\x31\x0e\x92\xdb\x90\x1d\x9c\x4c\xb4\xcc\x13\xe7\xea\xcf\x6d\x84\x00\x9e\xb7\x22\xb9\x72\xee\xc8\x7d\xd4\xa0\x5e\x45\x9c\x15\xc8\x6c\x81\x19\x19\x8d\xf1\x35\xf9\x6e\xe7\xfa\x95\xa9\x7d\xe7\x7a\x73\x13\xcd\x94\xcf\x25\x54\x7b\xad\xe3\xea\xe7\xea\xe2\xb7\x58\xb0\xa9\xbc\x56\x2a\x4b\xdf\x2f\x22\xa6\x60\xe9\x9b\xe1\x05\x9e\xe0\x12\x33\x3c\xb5\x2c\xee\xb6\xb6\xd8\xe6\xda\xaa\x51\xde\xa6\xc2\xe8\x16\x53\x8e\xed\xe9\x08\x02\xd0\x8f\x22\x69\x1d\xa2\xb8\x01\xbe\xce\x71\x24\x6f\xb7\x5b\xe1\x52\x44\xd1\x93\x3e\xdc\x8a\x36\x0b\x5c\x34\xa1\x65\xd6\x08\x93\x52\x70\x94\xd3\x09\x68\x06\xfe\xf1\x69\xf7\x38\xa6\xde\x71\x47\x1b\x67\x9d\x67\x58\xb1\x92\xb5\x96\xac\xd6\x22\x89\xe8\x3c\xa3\x4f\x55\xb3\x9b\xec\x92\x0f\x6a\xd9\xb5\x7a\x3b\xf8\x56\xf3\xfc\x94\xfa\x9a\xf3\x50\x99\x53\xec\xfe\x53\xa4\xff\xb2\x7e\x95\x3f\x3d\xd4\xa7\x86\xe8\x61\x7b\x60\xf4\x43\xba\xe9\x2e\x54\x0e\xf1\xb0\xea\xe2\x09\xa9\x68\x8c\xc5\xc2\xa6\xda\xe4\x81\x7c\x0c\x62\xe6\x3f\x3d\x45\x72\xdb\x7f\xc2\xd9\xda\x0a\x1c\x4e\x93\x4e\xa2\xe2\xab\x58\x33\x22\xec\x00\x75\xa7\x6d\xcb\xcc\xe3\xff\xbe\x34\xff\x13\xc4\x40\xe3\x0c\x97\x6b\x20\x9b\xe4\x76\xe7\x0d\xa3\x9b\xd3\xd3\x70\x2c\x74\x1a\x85\xc6\x6e\x32\xfb\xc8\x22\x22\x79\x03\x31\x93\x9e\x32\xa8\xbd\x94\x84\xbd\x0c\xc0\x11\x32\x8d\x41\x07\xf7\xa2\x2c\xd1\x3e\x7d\x7b\x0b\x51\x3a\x97\x73\x50\xd2\x14\x42\xfe\x56\x47\x51\x61\xe0\xbd\xbc\x41\x0b\xe7\xdf\x81\xfc\xdc\x02\x6a\x61\x9f\x51\x18\x6f\x6c\xc3\x45\x35\x50\x0c\x95\xb8\x42\x75\x63\xc7\xea\x69\xf3\xcc\xb4\x76\xb8\x05\x0c\x97\xb5\x87\x5b\xd6\x2a\xc7\x08\x0c\xb7\x7c\xe2\x70\x8d\x91\xdc\x76\xb8\x70\xde\x14\xfe\x58\xb3\xd6\x58\x1f\x2c\xd9\x39\x50\x86\x33\x54\x3f\xc8\x1e\xf0\xbf\x3a\xe8\x38\xcc\x45\xda\xd4\xb0\x37\xd4\xe6\x86\x80\x5c\xe2\x51\xb4\x6c\x36\x19\x56\x58\x63\xca\x41\x69\x85\x05\x27\x4a\x1a\x11\xfc\x5e\x49\x24\x58\xac\x05\xc1\x98\xb2\x3b\x88\x23\x1e\x3a\x89\x35\x9b\x4e\x81\x3d\xbe\x93\x9b\xb9\xa0\x3c\xd6\xc2\x38\x6c\x63\xbe\xb9\x89\x97\xa5\x32\x0b\xd5\x08\x77\x68\xa0\xa0\xec\xae\x12\xd0\xe1\x6f\x53\x1e\xa5\x71\x1b\x8c\x43\x7d\x00\xff\x45\x08\x25\xac\x60\x22\x28\x84\x37\x86\x90\xeb\x4a\x48\x42\x98\x67\x62\x32\x53\xaf\x69\xe7\x23\x29\x00\x72\x0d\x12\x51\x78\xae\xf6\x35\x8a\x8d\x7b\x30\xe7\x6b\xed\x8d\xd5\xac\x5c\xe4\x5a\x83\x6f\x40\xc9\xad\xdf\x70\xc0\x40\x3b\x2c\xc0\x92\x41\x82\x17\x95\x5e\xb0\x37\xbc\xbc\xd5\x97\x16\xb5\x06\xd6\x64\x0f\x2c\x51\xcd\x21\xc7\xf3\xac\xaa\xd8\x9d\x64\x04\x9a\x75\x01\x2f\xd3\xaa\x1d\x2b\x7d\x9b\x30\xe4\x52\x79\x0c\xda\xbf\xed\xd9\x11\xf6\x1c\xe1\xc2\x94\xd0\xf5\x9b\x42\xfa\xa7\xe1\xea\xad\x72\xcc\x94\xd3\xbd\x31\xe5\xf4\x4f\x73\xdf\x6c\x95\xe3\xab\x55\xb1\x5a\xb1\x5d\x2d\xfc\x96\x73\xb8\x1d\x93\x87\x46\x99\x06\x5f\x2a\x65\x4e\x4f\x19\xe0\x44\x4b\x7b\x67\xa7\xa2\x34\x1d\xb4\x07\xba\xe9\xa2\x3b\xe1\xcb\xee\x4e\x6a\x10\xa4\x66\xe5\xdb\x08\x57\x24\xb3\x0d\x54\xa6\x81\x45\x45\xf9\x29\x2f\xef\xd8\x94\x4e\x8d\x83\xa0\x69\xab\xeb\x9d\xb9\x58\x77\x36\x2b\x2f\x54\xf2\x72\xc2\x07\x03\xbe\x5a\x6d\x6c\xdb\x48\x6b\xff\x6b\x29\x2c\xe6\x48\x61\x19\xe8\x59\xd7\x55\xdb\x7b\x97\x97\xe4\x59\x56\x35\x18\x68\xec\x29\x5c\xe2\x05\xa6\x08\x57\xda\x39\x99\x43\xd2\x59\x17\x86\x6d\x6b\xd2\x26\x9e\x82\x93\x21\x66\xdc\x47\xa1\xf1\xa5\x05\x26\xb7\xb9\xe0\xbb\x34\xe1\xf4\xb6\xbc\xa3\x21\x3f\x50\x1f\x39\x55\x60\x31\x18\x14\x86\x42\x1e\x28\xb2\x31\x94\xf7\xdc\x35\x6f\x3d\x05\x5c\xe6\x75\xa4\xb0\x1d\x69\x71\xa5\x47\x7a\xd1\xf9\xbd\xea\x42\xd7\x2b\xa3\xa0\xab\x5a\xec\x41\x33\x87\xf3\x0f\xa7\xa7\x27\x67\x17\xe7\x97\x87\x1f\x0f\x8f\x2f\x2e\x4f\x4e\x2f\x8e\x4e\x8e\xcf\x89\xe0\xdd\x8e\xe4\x4d\xf7\x82\xfe\xa4\x5c\xc8\x0f\x9c\xcd\x7a\x99\x4d\xa7\x55\x5a\x70\xac\x66\xa4\x4a\x19\xaf\x1b\x46\x6c\x79\x0a\xb6\x6b\xef\x08\xff\xf1\xef\x1f\x9e\x3c\xc3\x35\x30\x99\x4a\xd0\x4b\xa5\x44\xdd\x12\x76\x75\x6c\x2e\xdd\x0d\x4f\xa0\x54\x09\xc1\x9e\x20\xe3\xf0\x4b\x20\xf1\x5f\x93\xcb\xf5\x42\x41\xc7\xee\x46\xc0\x65\x53\xc4\x97\x16\x58\x6f\x77\x85\xfb\x98\xe9\x45\xc4\xec\x01\x01\x92\xc2\xb1\x53\xba\x4f\xa5\x34\x1f\xee\xb1\x6d\x5f\xec\x08\xba\xf9\xfc\x3e\xb5\x07\xd6\x68\x6e\x30\x88\xbd\xce\xe0\x0c\x92\x75\xaa\x26\xfc\x6b\x06\xa6\x76\xcf\x61\x6a\xb8\x5c\x47\xd7\x1f\x91\x24\x80\x77\xf0\x47\x60\x03\xff\x52\x5f\xec\x3f\x81\x37\xd6\xed\x1c\xb2\xe0\x0f\x39\x87\x34\xf2\x1d\x38\x5c\x06\x93\x02\xb5\x9d\xb6\x41\xde\xe0\xd9\x44\xc7\x20\xb8\xf4\xaf\xff\x86\x0c\x08\x7e\xc6\x66\x93\x0c\xa1\xdb\xff\x24\xe7\x6b\xfd\x4f\xe4\xd5\x84\x11\xe3\x3c\x02\x5b\x31\xb9\x5a\xb0\x5c\x81\x73\x1c\x42\xe7\x6d\x34\x55\x81\x7a\x2c\xb9\x2a\x4b\xa1\x36\x54\x5f\xab\x8e\xf1\x94\xb0\xe4\xda\xc2\xac\xc5\x91\xeb\x58\x38\x1d\x10\x0d\x7f\x98\xdc\x48\xb6\x06\xde\x97\xe6\x33\x8d\xd1\x26\xa5\xd7\x28\x28\xd1\x6b\xe6\x53\xb8\x2d\xa7\x34\x07\xfc\xf3\x3c\x84\x3d\xd7\x2f\xbc\x2c\x56\x39\x2a\x89\xb9\x11\xc2\x95\xeb\x41\x77\xcb\x12\x0e\x28\xb2\x54\xeb\x95\x32\xec\x0d\xa2\xc4\x90\xa1\x39\xc3\x0d\xd7\x1b\x2b\xb8\xcf\x9c\x4e\xa4\xe7\x35\xba\x84\x4e\x81\xf7\xf6\x5f\xd1\x3a\xd4\x06\x38\xe3\x8d\x8e\xd4\x7f\xda\x35\xba\xea\xcc\x51\xfe\x90\x6f\x10\x6b\xa7\x28\x7f\x2c\x1f\x7a\xf9\x60\x8a\xf2\x60\xe1\x1f\x68\xb8\xec\x68\x78\x2d\x7f\x66\x4f\xf7\xc3\x2e\xd7\xf7\xdf\xff\xac\x02\x77\xed\xea\xe9\x29\xbc\xad\x5d\xb6\xd3\x81\xa1\x4f\x13\xb3\xac\x10\xc0\xe5\x7e\x2a\xaf\xfb\x07\x96\x34\xf4\xa9\x55\xbe\xcd\xb1\x20\x2d\xa7\x27\x84\xc5\x03\x5c\x5c\x33\xa8\xe7\x7a\x34\x3d\x37\xdf\x74\x90\x5e\xfe\xd9\x69\xa3\x9b\x99\xbd\x01\x71\xd1\x6e\x90\x06\x52\xaf\xdb\x27\xa0\x0e\xf4\x45\x30\x50\xee\x19\x5e\xe1\x29\x78\x1e\x9a\x66\xfe\x28\xc4\xf3\x63\x5f\x78\x63\xff\xf7\x27\xf6\xfe\x0b\x26\xda\x98\x0c\x27\xbc\xd3\x73\xc8\xe8\xf6\x16\xbc\xc3\xc1\xd6\xba\xb9\x4e\xd7\xdf\x64\xe5\x97\x67\x80\x6a\x69\xbd\x93\x3b\xae\xac\x97\x80\x9a\x23\x6f\x4c\x2e\xd9\x35\x3c\x3b\x08\xf2\x5f\x77\xa7\x1c\xa4\xc5\x9d\x36\x7c\x41\xba\x07\xcd\x4e\xac\x59\x4a\x34\x4c\x47\x2d\xc4\xcc\x62\xb7\xd1\x07\x42\xfc\x47\x07\xf4\x3a\x0d\xcf\xcc\x59\x56\x9d\x01\xff\x51\x31\x77\xb1\x66\xa4\x90\xc5\x69\x37\x6e\x0e\xa8\x31\x1a\x60\x5f\x93\x05\x97\x27\x20\x48\x23\x3c\x06\x60\xab\xf0\x33\x05\x66\x91\xc6\xeb\x66\xa2\x31\x61\x0a\x66\xff\x29\x69\x4a\x75\x0a\xe9\xee\xd5\x56\x98\x68\xe7\x7e\xc6\xf4\x86\xb6\x55\x71\x99\x86\xa5\x1e\x22\x59\xf5\xed\x8f\xa2\x4e\x43\xbf\x57\x73\x13\xb3\xd1\x7b\xa5\xff\x96\x64\xc7\x0a\x42\x15\x9e\xc5\x94\x71\x71\xef\x1c\xbe\x24\xa7\xb4\x89\xa4\xd7\x5d\x91\x14\x6e\x13\xd4\xe9\x11\x9f\xaa\xfd\x58\x53\xa4\x78\xcc\xcb\x6d\x7d\x22\xda\xb0\x7a\xcf\xcd\xcd\xca\x23\x54\x3b\x8a\xa4\x76\x4c\x56\x28\xb4\xd9\x38\xcd\x27\x62\xd4\xee\x9d\xa9\x73\xfc\xf0\x54\x9b\x84\xd3\x0f\xcf\x83\x19\xff\x67\x7a\xdf\xca\x79\xfa\xb4\xa5\x6c\x8d\xbd\x65\x99\x1e\x0c\xe8\xc8\x34\x62\x81\x30\x6e\xf9\x1f\xf5\x31\x09\x3b\xde\xb9\xef\xd7\x74\xc8\x4f\xb9\x66\x32\xc1\x28\xf4\x73\x61\x10\xfe\x2d\x0c\xa0\x8d\x8b\x57\x07\xb1\xe5\x67\x77\xeb\xe6\x53\xad\x51\x37\x3f\x83\xc0\x3c\x05\xe0\xe1\xf6\xa9\xdc\xa6\x6a\x3f\x3d\xc2\xc5\xfa\x7e\xa2\x40\x97\x6b\xad\x35\x2a\x2f\xc1\x76\x00\x4b\xa4\x53\xcd\x37\xf2\xcf\x75\xdd\xcf\x8d\x44\x15\x7c\x5a\x04\x9f\xbe\x8f\x0b\x04\xe1\xc0\x45\xcc\x15\xcf\xb3\xd6\x89\x25\x97\xec\x10\x6b\x34\x65\x08\xa5\x53\x93\x92\x72\x3d\x3b\x7e\x94\x85\x77\x70\x73\xff\xb0\x52\xb2\x32\x37\xd3\x1e\x87\x93\x0b\xc3\x5d\x63\xe0\x0f\x41\x99\xe4\x6c\xf8\xa8\xbe\x4d\x13\x7b\xdf\x05\xde\x28\xe8\x49\x9b\xb9\xca\x3f\x3b\xe1\x95\xfb\x59\xc7\xb4\xb1\x78\x28\x00\x50\x70\x0b\xdd\x6b\xac\xb1\x46\xab\x76\xce\x36\xc4\x24\x4c\x0b\x14\x01\xfd\x8a\xc4\xda\x75\xcf\x8e\xd9\xe4\xd2\xa3\xc5\x1d\x9c\x59\x92\x03\x31\xb8\x47\xdc\x6a\x14\x95\xb8\x54\x90\x76\x53\x36\x11\x52\xd2\x53\x93\x47\x18\x5e\x8a\xec\x26\x2d\x02\x6b\xb0\x07\x29\xee\xe9\x18\xb5\xe7\x98\xfe\xfe\x36\x9b\xa7\x25\x3c\xaa\xd2\x91\x16\x93\xc6\xd8\x41\xae\xa6\x23\x36\xc6\x1a\xa0\x68\x1b\x62\x6c\x29\xf9\x41\x7f\x27\xd7\x01\x83\xc3\x49\xf0\x68\x97\xa5\xdd\x89\xad\x55\x64\xab\x0a\xb3\x55\x6b\xef\x7c\xe5\x50\xed\x5a\x09\x8f\x0e\x6d\xe8\x76\x3e\x3a\x96\xd3\xfa\xf6\xd7\xd0\xeb\xc8\x05\xae\xd6\xa8\x97\xb5\x4e\xdb\x05\x08\x71\x95\x45\x2b\x6a\xee\xdc\xac\xc1\x0f\xd7\x9c\xa2\x90\xc5\x8b\x07\xf8\xc9\x57\xdc\xcb\x98\x79\x6a\xa0\x9f\x4f\xae\x9d\x5a\xf3\x9e\x87\x90\xad\x74\x47\x51\x85\xd8\x31\x9a\x86\x1b\x6e\x82\xa3\x7d\x36\xc5\xfd\x9c\x8f\x57\x92\x47\x06\x31\x14\xb2\xe8\x25\xc7\x5f\x38\x3e\xe4\xf8\x6b\xd8\xa9\x93\x47\x3b\x75\x1e\xa2\xe2\x7c\xe5\x1a\x6c\x93\xca\x9b\x84\xfd\xea\xfd\xa3\x5d\xff\xfa\x78\xd7\x4f\x5a\x5d\xb7\xf5\xef\xb9\x7c\x9b\x04\xda\xf2\x00\x21\x37\x44\x02\x0e\x15\x45\x96\x0f\x06\x91\xb1\xda\x39\x28\xd9\x5d\x61\xf4\x11\x2d\xef\xcf\x53\x0f\xa9\x67\xa9\xa0\x2e\xbc\xa0\x98\x34\xda\xf4\xa1\x04\x2f\x82\x99\x58\x2a\xa7\x5a\xa7\xd4\xa5\xbb\x7e\xba\x4e\xf3\x42\xed\x9f\x79\x36\xa1\xa9\xf0\xea\x3a\xe3\x21\x6a\x43\x98\xa7\xcb\x62\x39\x04\x5d\x71\x66\x2f\x4f\xbd\x52\x60\x8e\x34\xcc\xa5\x5c\x14\xcc\xbd\x14\xaf\xf2\x92\xe3\x2e\x3c\x2a\x9e\xda\xb8\x3f\xdf\xf3\xd8\x3c\x09\xe0\x9e\xf5\xe0\xfc\x18\x61\x1d\x57\xc6\x14\x55\x97\xeb\xfa\xda\x95\x69\x35\xe8\xb5\xd6\x8e\x75\xf4\x38\x64\xd8\xc5\x60\xa0\xff\x2a\x15\x3c\x55\x57\x6f\xca\xba\xbe\x4a\x4e\xf7\xce\x2e\x8e\xf6\xde\x9d\x0f\x06\xf1\x25\x27\x9d\x07\x82\xe3\xa9\x9c\x7c\x91\x8c\xf2\x90\x43\x22\x1e\x97\x50\xaf\xae\xf1\x17\xde\x1a\x14\xbb\x8e\x5d\xfd\x4a\xbd\x6d\x68\x15\x2c\xbe\x3e\x48\xc9\x49\xa2\x13\xca\xc6\xd1\x7e\x59\x88\x8c\x15\x94\xf7\xbf\x64\x95\x02\x2c\x29\x17\xc5\xb4\xff\x65\x46\x8b\xbe\x9c\x00\x56\xdc\xf4\x17\xf3\x7e\xd6\xbf\x63\xf4\x4b\xd5\x37\x93\x96\xf4\x2f\x66\xac\xea\xb3\xaa\x7f\x5b\x56\xa2\x9f\xb3\xcf\x34\xbf\xef\x4f\x17\xb4\x2f\xca\xfe\x6d\x56\x2c\xb2\x3c\xbf\xd7\xf8\x1c\x82\x65\x42\x56\x93\x15\x7d\x40\x5b\x4c\x3e\x32\xfa\x25\xe9\x9f\x53\x9a\xf6\x67\x42\xcc\xd3\x97\x2f\x6f\x98\x48\x58\xf9\xf2\xf0\xe7\xd3\x79\xb1\x17\x39\x21\xac\x2b\xb1\xac\x40\xab\x55\xe7\x0b\x8e\xea\x1a\x1f\xf2\x4e\xb1\x43\x07\xac\xbc\x04\x83\xac\x18\x09\x17\xb0\xe2\xd2\x1d\x78\x0f\x49\x74\x19\x6d\x72\x2c\x74\x70\xc3\xcb\x08\xd5\x4a\x69\xf8\x99\x93\x25\xbb\x4e\xc3\xa5\x0b\x02\xa2\x3b\xdc\xec\xe3\xd7\x02\x74\xd6\x46\x1b\x24\xe4\xa1\x88\x6a\xed\xf9\x93\x76\xe4\x53\x36\x2e\x51\xcc\x3f\x18\xc0\x7f\x21\x23\xa5\x57\xd3\xa8\xc2\x39\x4e\x92\x64\x31\x26\x99\x07\x2e\x8e\x27\x24\x70\x7b\xc2\x33\xc2\x1a\xde\x92\x2c\xf4\x96\x4c\x2b\x7c\xdd\x95\xd8\x19\xb3\x9e\xb0\xd8\x84\x90\x58\x1f\xd0\x13\x6f\xb3\x79\x0c\xe1\x4a\x46\x07\x21\xa5\x8d\x49\x26\x0f\x1a\xd4\xa3\x90\xbf\x5c\x68\x9f\x3d\x2f\x71\xb7\x25\xe1\xc1\x20\xa8\x54\x8c\x86\x63\xe2\x22\x19\xe4\x4f\xcc\x41\xf3\xe3\x17\x61\xbb\x94\xfc\xc0\x62\xb9\x1d\x50\xca\x57\x2b\xb6\x5a\x5d\xd0\x3a\xd6\x03\x83\x26\x22\x34\x18\xe8\x81\xe9\xdf\x0e\x7a\x21\xe6\xa4\x2b\x97\x37\x78\x02\x9e\xd1\x38\xc7\x39\x86\x1f\xf8\x1a\x4f\xc0\x15\xae\x15\xf3\x3d\x43\x2d\xbd\x15\x3c\xcf\x91\xac\xa0\xb2\x67\xf9\xcc\xfe\x65\x0f\x6f\x55\x69\x57\x72\xc3\x61\x47\x6c\x8b\x7e\xa2\x32\xd2\xdb\x2a\x5c\xf4\x91\x2c\x18\x27\x49\x62\xc3\x56\x50\x5d\xfb\xed\xe3\x1c\xda\x43\xa3\x53\x0a\xd9\xb2\x24\x61\x5e\xd3\x98\x3b\xc2\xe3\x3c\xbb\x4f\x3b\x83\xa7\xbb\x93\xdd\xaa\xd5\x7d\x2e\xd9\xff\xd6\x4d\xf6\xd7\x9d\x24\x4f\x8e\x44\xef\xd1\x1a\x79\x67\x85\x52\x6e\xeb\xaa\xb1\x23\x52\xa5\xe8\x08\x4c\xd1\x61\x25\xad\x75\x2d\x6c\xec\x4d\xd3\x59\x57\x73\x7e\xb6\x5a\x45\x11\x44\xae\x35\xa3\x3c\xd3\x96\x4e\x86\x49\xca\xb4\xfe\xb8\x49\x84\x7e\xd8\xda\xde\xbd\x95\x23\x62\x5e\x34\x1d\x4a\x95\xd4\xe1\x85\xf2\x78\x73\xf2\x46\xc4\x5d\xc3\x9f\x65\xd5\x2c\xfd\x26\x70\x5e\xde\x3c\x77\x85\xde\x76\xaf\xd0\xed\xe2\xa9\x13\xfa\x68\xb4\x14\x60\x35\xee\xf9\xc4\x17\xfd\xbe\xa0\xfc\x7e\x6b\x0e\x71\x1d\xd1\x73\x7b\xfc\xb1\xbb\xc7\x9c\x66\xd3\xb2\xc8\xef\x3b\xbb\xdd\x45\xe8\xa3\xf7\x74\xbc\x5a\xd1\x3a\x6e\x8f\x29\xb0\xf3\xfe\x2e\xbc\xae\x2f\x0a\xc0\xd7\x5e\xdf\xe7\x6b\xda\x51\x9f\x97\x68\xd8\x54\x93\xd3\xaa\x7a\xee\xc8\x3f\x74\x8f\x3c\xda\x92\xeb\x1f\x49\x02\x88\xb6\x68\x36\x99\x6d\xb1\x22\xea\xda\xdb\x00\x9a\x29\xba\xc6\x2b\x2b\x61\xc5\x7c\x21\xb6\xe4\xda\x3d\x7b\x49\x2e\xd6\x75\xac\x28\xf9\x2d\x24\xbe\xdb\x52\xc9\x2e\x9f\x5b\xf1\xd9\xba\x8a\xc1\xc7\x6c\x0b\xb8\xd8\xda\xa1\x7e\x5e\x3b\xd4\x1b\x2a\xb6\xb4\x21\x76\xeb\x2e\xe3\x51\x3a\x91\x7b\x4e\x5b\x4b\x3f\x66\x1c\x47\x5b\xb7\xe5\xa2\x10\xcd\xfe\x1a\xc5\x84\xba\xd1\x76\x30\x17\x66\x6f\xc7\xb4\xc3\xea\x67\x42\xe0\x5b\xc1\x65\xea\xbe\x9b\xd5\xa4\xec\x0d\x31\x23\xea\xd7\xd3\x6f\xbf\xe5\xbf\xe9\xb6\xe9\x73\x9e\x29\x08\xee\x98\xc1\xfc\xe9\x44\x13\x9d\x72\x8b\xbc\xe9\xfb\x46\x6e\xef\xd0\x27\xa0\x46\x6c\xe7\x30\xdf\x35\xb6\xc5\xa2\xf2\xd6\x3e\xba\xcd\x58\x11\xa1\xb4\x8b\x87\xd3\x2f\xfd\x3b\x0e\xb7\xdf\x6b\x79\x2b\xf0\xf4\xad\xa0\x76\xb6\x64\x92\x55\x15\xe5\x62\xcb\x84\x94\x6c\x59\xb1\x7c\x6b\x06\xd4\xb6\x65\xf3\xab\xa4\x7b\x02\xf6\xc0\x16\xcd\xb7\xe4\x1a\x46\xe9\xa9\x30\x86\x84\xfd\x75\xba\x33\x15\x4e\x52\x91\x91\xba\xb3\x8c\xb5\x4e\xf6\xea\xb7\x8b\xf2\x2d\xbc\x6a\xa7\x23\xba\x5a\xb0\x5c\x1c\x15\x8a\xd8\x2b\xf2\x99\x37\xf0\x4f\x0e\xec\xc5\x7d\x3f\x9b\xcc\x54\x05\xb6\x70\xd7\x57\x92\x4e\x89\x76\xa7\x53\x83\x5a\xf3\xb2\xd3\x89\x46\x77\xc7\xf8\x67\x56\x44\xc7\xc4\xa4\x4b\x6d\x26\x01\xee\xfd\xb3\xc0\x60\x25\x51\xf1\x14\xb8\xf9\xba\x52\x73\xe2\x7f\x53\xd7\x4a\x3c\x77\x08\x2a\xcd\xac\x10\x8d\xf7\x6a\xbe\xe0\xab\xc6\xe5\x8a\xab\x2b\x15\x14\xe2\xb4\x2a\xf3\x3b\xc8\x3a\xb1\xbe\xbc\xdf\x8a\x5e\x21\x13\x06\x5c\xf8\x4f\x8d\x25\x22\xac\xc8\xcd\x9e\x32\x27\x39\xea\x55\x26\xb8\x87\xd6\x61\x73\x13\x17\xb5\xe9\x63\x23\xec\x4f\xf7\x64\x44\xc7\xba\xeb\x8a\x04\x9e\xd8\xe3\xcb\x56\x19\xff\xd2\x1c\xa4\x10\xd1\x83\x2b\x82\x9e\x33\xdd\xf3\x4e\x0a\xd9\xdc\xc4\x2c\x50\x62\xa8\xc6\xac\xd3\x6e\x80\x31\xbc\x66\xfe\x82\x8f\xcd\xea\x9c\x66\x5c\xb0\x2c\xb7\xd7\x5b\xff\x7e\xea\x0d\xf9\xb2\xfd\x75\xaf\xa3\x39\x1e\x6a\x5a\xe4\x22\xb0\x5c\x3b\xeb\xea\xc8\x2e\xcf\x47\x89\x74\x60\xdd\x1b\x0d\xa5\xdb\xa0\x21\x76\x9c\x67\xc9\x00\x5b\x74\xb0\x20\x1a\x7e\x7b\x6b\xbb\xb5\xcb\x75\x5a\x23\x01\x17\x96\xf6\x4a\xf9\x43\x0d\xb7\xff\x88\x8e\xd7\xe9\x96\xee\x32\xbe\x74\x69\x41\x8c\xa3\x8b\xd0\xde\x66\x25\xdc\x03\x2f\x24\x4f\x56\x85\x11\xae\x1a\x4e\x2c\x6a\xa5\xd3\x68\xb3\xc4\x19\x5a\xad\xd6\xbd\x6c\x47\xd6\x3b\x2c\xd0\x26\x92\x2a\x55\x6a\x8e\x0d\x42\x94\xb6\x59\x32\x47\xfb\x47\xc2\x2a\x35\x2a\xed\x0c\x53\xc7\x15\xda\x35\x18\xc5\x6a\x06\x2a\xeb\xcd\x22\x47\xfd\xc9\x86\xb6\x17\x64\x59\xef\xac\xf5\x81\x28\x94\x6b\xb4\x89\x70\x88\x91\x76\x59\xce\xaa\xaa\x9c\xb0\x4c\x50\xdf\x33\xa0\xd0\xf8\x85\x43\x5f\x82\x9b\xad\xb9\x36\x28\x56\xd5\x41\x7d\xba\x57\x66\xb6\x19\xb9\xe4\x90\xbf\xcd\xdb\x54\xe0\x01\x98\xe8\x42\x6e\x3f\x1d\xdd\xce\x65\x15\x0c\xd5\x5d\xfb\xa2\x83\x12\x2c\xe7\x0d\x68\x01\x2c\x1d\xad\x5e\x14\xc1\x1a\x5a\x67\xff\x68\x93\x86\x2a\x4a\x13\x5a\x45\xf6\x78\xcc\xb4\xca\xac\xd1\xf5\x7f\x08\xc8\x0b\x5a\x76\x1c\x0d\xc8\x9e\xfb\xbc\xbe\x84\x8c\x8b\x92\x02\xdf\x94\xfc\xd8\xe8\x05\x3d\xb5\x0a\xe6\xc4\x68\x0d\x09\x75\xb7\x9b\x34\xb5\x2a\x1c\x48\x6d\x56\x68\xe7\x10\x95\xa1\xb2\xd8\xfc\x0e\x61\x6e\x7f\x0e\x71\x81\x10\x36\xf9\xc5\x9c\xf6\x91\xd7\xf5\x23\xcc\xd9\x88\x1c\x98\x11\x8a\x4b\x3b\x53\xfe\xc6\xc9\x14\x12\x68\x87\xb2\x8c\x6b\x90\x81\xd5\x4a\x19\x7d\xa0\x51\x33\xe9\x56\xdb\x19\xb0\x59\x33\x81\x66\x82\xce\x34\x70\x4c\x5c\x62\x86\x2f\x78\x9c\x99\xdd\xe8\x27\x85\xab\x02\x36\xa4\x2c\x69\xf2\xb1\x3b\x45\x76\xe5\xd6\x50\x5a\xc2\xb8\x44\xa9\xf7\x46\xbb\x37\x3f\x28\x22\xe8\x3c\x6d\x01\x05\xe4\xa6\xcd\xbc\xe7\x08\xca\xee\x5e\xd3\x18\x68\x73\xbc\x96\x95\x82\x6b\xf1\x58\x22\x5c\xc0\xf5\x6b\xf5\x25\xc2\xa7\x52\x3c\xc4\x93\xc0\x40\xd4\x18\xa8\xf6\x13\xb9\x38\x7c\x7f\xfa\x6e\xef\xe2\xf0\xf2\xe4\xf8\xdd\x2f\x97\x3f\xbe\x3b\x7a\xff\xfe\xf0\xec\x72\xff\xe4\xfd\xe9\xc9\xf1\xe1\xf1\xc5\xf9\x60\x10\x4f\x94\xe4\x23\x62\x86\xb9\x8a\x70\xfc\x9a\xb0\xca\x78\x0f\x9e\x14\xb9\x03\x67\x43\xb1\xd7\x84\x26\xf7\x56\x0d\xd8\x8e\xdd\x25\x12\x86\xb5\x9e\x92\x56\x69\x3c\x23\xef\x79\x3c\xf5\xd7\x7e\x36\x18\x78\xd0\x53\x84\x90\x99\xcb\xf9\xb6\x34\xba\xfa\x79\x4d\x66\xbd\x09\x99\x59\xe5\x3e\x08\xb6\x87\x22\x9e\xc7\x25\xc2\x53\x93\x99\xe1\x8b\xec\x92\x9f\x7a\x18\x5e\xbb\x43\x60\x97\xa7\xa5\xd1\x6e\x5e\x26\x73\xce\xee\x32\xc1\xbe\xd1\x5f\xbb\xd4\xd5\x5b\x5a\x8f\xfb\x2b\x92\xeb\x57\xd7\xa1\xe8\x34\xb1\xd3\xf0\x96\x86\x6d\xae\x56\xa5\xcf\x4c\xfc\x66\x9c\xea\xda\x55\x0e\x33\xb8\x68\x25\x72\x6e\x52\xa2\x3c\x07\x0b\x3c\x41\x78\xe2\x19\x0e\x7e\xe3\x5d\x0e\xd1\x20\xd3\x8d\xe8\x68\x38\x36\xaa\xc4\xe8\xef\x92\x91\x61\x3a\xda\x1e\x8f\x41\x6f\x7f\xc0\xc9\x68\xec\xcc\x3a\xc7\x5c\x03\x33\x5b\xf6\xc6\x8c\x3c\xc8\x9b\xd2\xa4\x64\x6e\xc9\x2d\x15\x99\xcd\xb1\x15\x48\x95\x1b\x84\x94\xbb\xf1\x10\xf3\x44\x65\xa5\xf0\x48\xa9\xc4\x23\x9b\x52\x76\x34\x4e\x05\xfe\x4d\x39\xb3\xe8\x0b\xd8\xeb\x77\x27\xfb\x3f\x9f\x8f\x51\xca\x93\x0f\xc7\x6f\xf7\x8e\x0f\xde\x1d\x1e\xb8\xa1\x1e\xd9\x2e\xe2\x12\xe9\x90\xa8\xf2\xa1\x4e\x96\x0f\x77\x32\x5b\xd3\x49\x08\x25\x56\x1d\x63\xd0\x97\xe3\x93\xe3\xc3\x9a\x26\x97\xf4\xeb\x9c\x72\x26\xf7\x6c\x96\xbf\xcf\x26\xbc\xac\xc8\x01\xd7\xb7\x98\x77\xeb\x6e\x31\x90\xc5\x3a\xf0\x27\x51\xa6\x5f\x51\x43\xce\xb3\x38\xb8\x54\xbf\xd3\x5e\xef\xb2\x50\xab\x48\x27\xde\x85\xef\x27\x63\x04\xa5\x75\x1f\xc8\x6b\x89\x85\xae\xe9\xf0\xc0\xb2\x88\x0f\x06\xef\x81\x97\xa5\x75\xa9\xe0\x8b\x42\xb0\x5b\x7b\xb5\x61\x53\x02\xe1\xf1\x37\x54\x7c\x64\xf4\xcb\xd1\x14\x59\x60\x7a\x9d\x8d\x43\x9f\x5c\xda\x60\xaa\x13\x22\x90\x8d\x6d\xf3\x91\xe4\x76\xc4\x85\x9e\xe3\x8a\x74\xa2\xe8\x15\x3e\x8a\x5e\xa2\xc4\x52\x9d\xa8\x4e\x0b\x35\xb2\xa2\x9f\x98\x78\x9f\xb1\x42\x21\xcf\x30\x9c\xc7\x4a\x8d\x60\x3d\xe8\x4b\x5c\xd0\xaf\xe2\x9c\x5d\xe5\xac\xb8\x51\x92\x09\x38\x86\x9a\xf6\x94\xa8\x89\xe2\x0a\xe1\x0c\xf5\xa6\xe5\x92\x92\x85\xce\x26\x52\x7f\x99\xc9\x16\x37\xa8\x4a\x60\xd2\x53\x6c\xcd\x1f\xa9\x56\xc0\xf7\x9a\x03\x9b\x26\x9c\xaa\x9f\xf1\x32\xcb\xbf\x64\xf7\xd5\x19\x05\xa8\x7a\xc9\x66\x20\xb5\x7e\xcd\xaa\x8e\xec\x30\x30\xed\x84\xd0\xda\x0a\x65\xda\x2b\x05\xd2\xab\x50\xac\x97\x22\x55\x48\xb2\xb5\x86\x6d\x68\x4e\xf4\x30\x5c\x37\x7f\x39\xa0\x01\xe7\x5f\xd2\xb1\x60\x7a\x14\xfa\x91\xb3\x69\x6a\x80\x4f\xe6\x43\xb2\xcb\x49\x07\x4b\xbd\x7c\x33\x35\x09\x34\xa8\x09\x8c\xfd\x16\x32\x9a\xd7\x9e\xe5\xf6\x1b\xb7\x42\x0d\x45\xbd\x6f\x1c\x34\xb5\x13\x1a\x0b\xbc\xed\x05\xd5\x7c\xe0\xf2\x0a\x22\x4b\xbc\xe5\xc4\xde\x36\x3e\x72\x32\xec\x05\xd9\x3d\xca\x22\x8e\x00\x33\x3e\xc2\x71\x1b\xc9\xaa\x4f\xc9\x70\x87\xbe\xfa\x66\xb0\xd4\x76\xe8\xe6\x26\xfa\xc6\x47\x74\x9c\x5c\x9a\xdc\x1c\x6e\x79\x62\x85\xbb\xdc\xac\x9e\x16\xd3\xa7\x57\xce\xae\xe3\x0d\xdd\x00\xab\x3e\xca\x8a\x63\x04\xb2\xd1\x47\xfe\x83\x3e\xaa\xcf\x0e\xb5\x3b\xe7\xbb\x93\x93\xd3\xcb\x77\x47\xef\x8f\x2e\xb4\x1d\x51\x0e\x0f\xab\xd2\x4e\x34\xf7\x32\x20\xb0\x02\x0e\x07\x2f\x99\x40\x9f\x15\xba\xf7\x90\x51\x86\x0a\x3a\x11\x74\xea\x8c\x7d\x1f\xf9\xe6\x66\x38\x22\x30\xbe\x01\x19\x7c\xe0\xa8\x86\x16\xbd\xa1\xb9\xe3\xf9\x2d\x37\x1e\x47\x6f\xb9\xe1\xb7\x3d\xbd\x16\xeb\x6a\x94\x82\x2e\x4c\xa2\xe6\x8f\xbf\xb7\xf9\x8d\xc5\x97\x41\x4b\x2b\x46\x65\x83\x41\x9c\x91\x8d\x6d\xcf\x53\xbf\x1a\x0c\xe2\x8a\x4c\x92\x49\xce\x68\x21\x5e\x2f\x58\x3e\xa5\xd6\xfb\x91\x15\xc6\x55\xd5\x92\xa3\x65\x31\xe0\xf2\x78\x46\xef\x58\x25\x9f\x9a\x9b\xe5\x65\x9b\x17\x5d\xca\xfd\x60\x38\x0e\x61\x96\x91\x5d\x4a\x36\xac\x1d\x37\xef\x4d\x68\x1e\x94\x67\x05\x9d\xbe\x29\xf9\xc1\xc9\x7b\x03\x4f\x73\xa9\x72\x66\x8f\xc6\xe6\x27\x44\x46\x4d\xcf\xc2\xa7\x57\xaa\xf7\xa4\xf2\x45\xcf\x4b\xbd\x45\xcf\xf4\x49\x06\x22\xc5\x3e\xdc\x89\x1a\x77\x07\x0d\x27\x5f\xd0\x38\x47\x58\xf3\x20\x95\x5c\xf1\x2b\xb8\x76\xf3\xe4\x27\x66\x50\xa1\x51\xbc\x40\x21\xe8\x35\xc0\xbf\x14\x39\x2b\x68\x95\x0a\x7c\x95\x97\x93\xcf\x95\x01\xac\xce\xa6\xd3\xf7\x2a\xc5\x65\x7c\xcc\xe5\x81\xec\x3d\x38\xe2\xc8\x4b\x2b\x36\xdc\x29\x5e\x1d\x58\x3a\x2f\x36\x37\x21\x99\xf5\x01\x1f\x15\x63\x14\x43\xec\x5e\x8d\xe2\x69\x72\x0b\xe7\xa3\xe2\x96\x33\xe5\x96\x24\x3a\x46\xd4\x0b\x66\x40\x71\xf4\x9f\x98\x38\x53\xbf\x51\xbc\x54\xc9\x60\x4f\xe6\x3a\x5d\x45\x95\x16\x3a\xa3\x09\x48\x7f\x93\xe4\xe0\xe4\xfd\x05\xa7\x74\xdf\xd0\x96\x8a\x34\x54\x92\x60\x72\x5c\x4e\x69\xf7\x07\x3a\x32\xc8\xaf\xd7\x54\xa7\xb2\x07\x55\xb1\x40\x35\x9e\xe1\x29\xce\xd7\xe5\xcf\xf1\x59\xb6\x19\xc1\x7a\x48\x68\x9d\xd6\xf6\x04\x8e\x63\x79\x64\xfa\x99\xd0\x1b\xd9\x17\x35\x77\xd8\x3b\x3d\x7d\x77\xb4\xbf\x77\x71\x74\x72\xec\x84\xfa\x4f\x67\x7b\xa7\xa7\x87\x67\xe6\xb6\xdb\xc4\xed\xca\x28\x5e\xfa\x01\x56\xc3\x30\x64\xca\x0b\x79\x1a\xd6\x48\x27\xd0\x0d\xe3\x9b\x2a\x88\x6f\xba\xc8\x6e\x00\x63\xc2\xe9\x2b\xa6\xec\x2e\x7a\x00\x6d\xf8\x79\xb0\xb8\x9f\x54\x2f\x1e\x47\xc7\xe5\x0e\x2d\xde\x04\x7e\x1b\x6f\xf1\x10\x8b\x23\x52\x36\x10\x1c\x29\x30\x0e\xb9\x75\xdb\x80\x1d\x11\x93\xfc\x7b\x88\xb3\xe4\x66\xc1\xa6\x26\x1f\x69\x5d\x07\x96\x51\x1a\x53\xe5\xb6\x8e\x8b\xc0\x3c\xe8\x5e\xa0\x3a\xb6\xa4\xab\x96\x35\xb8\x3a\x07\x3e\x64\x52\xba\xd7\x6b\x7f\x51\xfa\x7a\x0a\x59\xe5\x8f\xf4\xc9\x15\x71\x00\x79\xef\xfa\xca\x73\xba\xd1\x36\x32\x81\x5b\x44\x89\xb4\x73\xe0\x3b\xae\xf8\x73\xa7\x9f\x1a\xd2\x48\x8e\x6f\xb8\xf1\x68\x34\x55\xe0\x80\xd7\x74\xb0\x4d\x0c\xf6\x8b\x90\xcd\xd9\xdd\x0d\x9b\x40\xb2\x42\x95\xf6\x4f\xcb\x44\x5a\xc8\xec\x3e\x7d\x8d\xae\x2a\x48\xcf\xdb\x10\x37\x7b\x6d\x2e\x0d\x58\x69\xb5\x83\xf4\x92\xc5\x35\x20\x5a\xc7\xc7\xed\x2a\xc7\xb5\x62\xdc\x31\x04\x8a\x5e\x0a\x79\xac\xc0\x3c\x5f\x94\x36\x6f\x17\x2b\x6e\x4c\xb2\x9b\x49\x4e\xb3\x62\x31\x97\x43\x53\x72\x5c\xe7\x19\x31\x18\xd0\x44\x70\x76\x73\x43\x79\x1c\x4d\xd9\x54\xab\xd4\x34\x3d\x47\xa8\x6e\x55\xe3\xc2\x67\xdd\x71\x85\x9c\x37\x9d\x77\xe2\x18\x37\x50\xf5\xcb\xa2\x4c\x6d\x6d\xed\x58\x0d\xd7\x88\x8f\x7b\x92\xef\xaa\xaa\x07\x83\xb8\xf0\x44\x0a\x61\x64\x2e\x8e\xb7\xe5\x4e\x70\x22\x67\xa3\xf9\xd5\x2a\x6e\x9d\x9f\x43\x43\x16\x39\xcd\xf8\x5e\x9e\xc3\x69\x17\x2b\xec\xb4\x66\x76\x65\x3a\x3a\x18\xff\x9b\xb2\x26\x87\xb8\x10\xf4\x01\xce\x7c\x43\xc5\x5e\xe3\x40\x91\x97\x8a\x46\xf9\xda\xa7\x58\x33\x00\xbc\x54\x53\x6c\x73\x1a\xba\x94\x91\x00\xdd\xa0\xa7\xde\x6a\xb6\xf1\x37\xfd\x81\x30\x49\x50\xbd\x5a\x2b\x4f\x5e\x89\x83\xf6\x3c\xd0\x05\xdd\x9e\xc0\x66\x08\x29\xc7\x81\x5c\x01\x7a\x6b\xd9\x15\xb8\xaf\x18\x97\x1f\xdc\x25\xa1\x73\xb8\x0e\xc1\x6d\x2b\x44\x26\x0b\x80\xc9\x8c\xa1\x43\x52\x0c\x73\x77\x89\x5d\x9d\xb3\x93\xa1\x94\xff\x40\xe8\x6a\xc5\x12\xb3\x85\xeb\x0e\x49\x0b\x7c\x3d\x4c\x5a\x44\x88\xc3\x98\x26\xfb\x1f\xce\xce\x0e\x55\x6c\x1b\xaa\xcd\x95\xca\x3a\x29\x51\x25\x60\xec\x14\xa6\x33\xce\x31\x04\xf2\xca\x83\xf6\xd1\xdc\x14\x18\xea\x59\xa2\x2d\xe5\x45\x01\x2c\x0a\xad\x3d\x30\x18\xbc\xe6\x3a\x6d\xd7\xda\x89\xf7\xb6\x59\x87\x20\x69\xb6\x40\xa7\x8c\xa9\xf0\x1e\x28\xd9\xd8\xee\x09\x7e\xbf\x6c\x2d\x70\x8c\x30\x25\x1b\xc3\xfa\x9a\x15\x59\x9e\xdf\x2f\xa9\xdd\x3f\xcf\x9a\xab\x87\xe5\xdc\xba\xae\x9b\x7b\xcf\xbb\x91\xf8\x5c\x42\x01\x0a\x52\x1f\x42\x70\x49\x47\xc2\xbb\x5c\xd4\x6d\xb9\xd5\xa4\x4e\x1e\x36\x45\x5c\xda\x31\xc7\x5d\x5c\x7c\x19\x5c\x0e\xcc\x17\x27\x60\x7f\x56\x73\x15\x41\xd5\x76\x7f\x98\xa2\xa8\x76\x57\xa6\x70\x37\x7b\xfc\xa8\x7b\xdd\x21\x8c\x18\xe6\x94\x59\xd8\x9b\x60\x4e\x3b\x2e\x07\x40\x22\x5e\xb7\xf5\x9c\x9b\x1e\xac\x56\x8f\xec\xdf\x9a\x26\x6a\x79\x28\x27\xbf\x1b\x8d\xd0\x0b\x17\xcb\xf2\x3b\x5f\xea\x04\xad\x93\x30\xef\x8d\x46\x94\x51\x41\x8a\x29\xc7\xfe\x89\x9a\x16\x38\x38\xad\xd2\x12\xeb\x73\x35\xcd\x1a\x50\xae\xb2\x7b\x71\x3c\xc4\xe0\x9b\x77\x02\xe1\x17\x70\x16\x81\x4a\xa7\xc4\x1b\xdb\x38\x53\x78\x96\x8e\x45\xb6\x52\xea\xed\x41\xf6\x46\x79\x8f\xfc\x55\xc5\x15\xa8\x6f\x7f\xed\x33\xe5\xb7\xaa\x81\x17\xfb\xac\xe8\x17\x65\xb1\xc5\x9c\x10\xdf\xf7\x82\x08\xab\x7e\x5c\x2d\x26\xb3\x7e\x56\xf5\xdf\x64\x95\x78\x5d\x96\x02\x25\x11\xcc\xd0\x51\x41\xb9\xb0\xd3\xf4\xc2\x4c\xd3\xa7\xff\x73\xa6\x69\xd8\x9e\x26\x2b\xc7\x5a\x39\x41\xbf\x44\x80\x2f\x2b\x47\x65\xe7\xc1\x8e\xed\x13\x57\xd8\xb1\x9c\x2c\x15\x8e\xc0\x2f\x6d\x18\x84\x07\xf3\x69\x0c\xff\x52\x18\x84\xed\x3f\x01\x83\x80\x7f\xe6\x64\x34\xde\x89\x87\x38\x57\x17\x9a\x37\x9c\xd2\x6f\x14\xc5\x3f\x73\x73\xb3\xff\x87\x5b\xc0\xaf\x62\xb9\x56\x90\xff\x85\xd7\xde\x18\x43\x8f\x9f\x86\xc3\x4e\x72\x9b\xcd\xad\xa8\xe0\x5c\x69\x7e\x36\x48\xc6\xcb\x4b\x70\xd5\xb9\xbc\x4c\x3b\x5d\x5b\xa4\xa4\x7c\x3f\x37\x89\xbb\x34\x02\x00\x78\x5e\xa1\x3a\x84\x29\xb1\xea\xee\x66\x66\x96\xd2\xb8\x95\x67\x26\xd5\x5d\xab\x2a\x9c\xdb\x9c\x65\xf1\x72\xa2\xa6\x9e\x39\x57\x34\xd9\x81\xca\x85\xac\xe0\x05\xd1\x61\xa7\xea\x8d\x8b\x58\xcf\xeb\x3f\x9f\xbb\x6c\xb1\x2e\x7f\x47\x04\x6e\x67\x0f\x05\xcc\x7b\x29\x3c\xb2\x87\x62\xe5\x73\x9d\xbb\xe7\xf1\x18\xf8\x05\x42\x08\x2f\xba\x93\x5e\xd9\x66\xf9\x93\x13\x5d\xe9\xf4\x49\x7f\x51\x4e\x8f\x7f\x5f\xf2\x28\x17\xa4\xea\x60\xd0\x69\x62\x06\x8c\x15\xd5\x60\x05\x30\xfb\x94\xd0\xf2\x27\x65\x73\xfb\xf7\xa6\xac\x5a\x07\x0a\x60\x06\xa5\xf4\xbb\x3f\x71\x52\x26\x3a\x68\x48\x31\x82\x78\xc9\xaa\x7d\x9d\x0e\x23\x85\xd9\x90\x74\xb9\x10\x74\x8a\xf4\xee\x09\x74\xa8\x5a\xbf\x10\xa4\xd7\x80\xb0\xc7\xfb\x39\xad\x11\xaa\x51\xef\x9c\xc7\xd6\x0c\x48\xc9\x0f\x60\x62\x87\xdb\x96\x31\x05\x4a\x26\xd6\xdc\x01\x35\xfe\x89\x23\xfc\x13\xb7\x69\x19\x40\x27\x1f\xfd\x1d\xf4\x03\x2f\xed\x77\x2f\xd5\x16\x01\x3e\xfd\x4f\x4e\x7e\x8e\xbb\x12\xc5\xdd\x27\x79\x39\xd1\xf8\xab\x36\x69\x33\xc2\xff\xe2\xe4\x34\x5e\xb2\x69\x1a\x9d\xbd\xbb\xde\x9e\xd3\xc3\xeb\x48\xe9\xd5\xd2\xbf\x2d\xa3\x0a\x12\x70\x57\x51\x3a\x8a\x06\xda\xd4\x17\x8d\x71\x04\x0a\x04\x38\x2a\xa3\x74\x34\xda\xfe\x6f\xbc\x0d\xc6\xd3\xf1\x18\x47\xb3\xac\x3a\xbc\xcb\xf2\x28\xbd\xce\xf2\x8a\xe2\x68\x31\xbf\xcb\xb8\xfc\x6c\x5c\xff\x0d\xdf\x52\x91\xa5\xbe\xed\x3d\x9a\x67\x93\xcf\xd9\x0d\xad\x5e\xea\x21\x6d\x99\xd9\xa8\x5e\xde\xe4\xec\xf6\x96\xf2\x97\x39\xbb\x7a\x69\xf6\x77\xe5\xc6\x9c\xcc\xae\xaa\xa8\xae\x11\xa6\x85\x19\xc0\xe1\xd7\xe2\xdb\xe1\xf7\x27\xe7\xdd\x03\x30\xab\x19\xe1\xe8\x82\x7e\x15\x6f\x20\xb5\x09\x8e\xfe\x6e\x18\x71\x84\xa3\x81\x3c\xa4\xaa\xf6\x08\xff\x13\x8f\xbe\xff\x2f\xfc\xdd\x18\x8f\x46\xdf\x0f\xf1\xe8\xfb\xff\xc4\xdb\x63\x3c\xf2\xf2\xa5\x8c\xd5\xf8\x71\xf8\xda\x4b\xa1\x32\x36\x13\x04\x33\x3f\x1a\x45\x6e\x36\x47\xcb\xce\xd6\x86\xd0\xda\x77\x78\x88\x47\x91\x23\xc5\x68\xdc\x51\x07\x8e\x68\x5e\xd1\xae\xaa\xfe\x1b\xcb\x2a\x64\x6f\x46\xdb\xff\x85\xff\x63\x2c\xff\x88\xfe\xae\x03\x3a\xfc\xb1\x7b\x8d\xa9\x73\x20\x92\xdf\x7e\xff\x1d\xfe\xde\x34\x28\x17\x17\xfc\xb1\xa9\xa0\x7a\x41\x71\x77\x73\xdf\xfd\x9b\x9a\x1b\x8f\x5b\x0f\xb7\xf1\x77\xe6\xf9\x5a\xc2\x8b\xd8\x75\x84\xfd\x53\x25\xca\xa9\x88\xfe\x22\x72\x84\x8d\x67\x49\x51\x58\x52\xbc\xdb\xdb\xdc\x1f\x7e\x9a\xd2\x4e\x52\x6c\xef\xa0\x80\x70\xcc\xdf\x43\xbd\xd2\x1e\xe5\x3c\x32\x52\xe3\x76\xeb\x0f\xf7\x2f\x1a\xa8\xaa\xd9\x8c\xd4\x80\x39\x16\x0f\xa0\xdd\x5e\x7a\x22\xb5\x35\xc0\x1a\xf1\x32\x40\x68\x6b\xe5\xb9\xeb\x79\xce\x8a\x9c\x5e\x83\x3e\x6f\xc6\xe3\xa5\x46\x15\x48\x97\xb7\x19\x2b\x4c\xe0\x23\xd6\x91\xee\x4b\xa8\x2c\xe5\x92\xa1\x96\x26\x52\x51\x87\x69\x2b\x4f\x61\x2d\x4f\x6c\x89\x72\xbe\x95\xd3\x3b\x9a\x47\x7e\xac\xb6\x2e\xa1\x22\x75\x8d\x1d\xd1\x0a\xe8\x72\xd0\xd0\x1f\x0d\x06\xc2\xe9\xb5\xce\x31\x1a\x56\x18\x36\xd8\x1d\x15\xde\xd1\x52\x5d\xeb\x5b\x83\x3e\x7d\xbc\x60\xdc\x40\xb1\xcd\x8b\xc6\xf5\x82\x3b\x2d\xf3\x2e\xa0\x09\x18\x79\xaa\xa9\x54\xa7\xe0\x25\x13\x7c\x02\xd9\x4d\x74\x75\x9c\x96\x73\x5a\x80\xe4\xa8\xcf\x7f\x57\x5a\x68\x60\x84\xce\x8b\x8d\xbf\xcc\xa9\xc0\x66\x85\x53\xee\x4f\x1e\x38\x5f\xb5\x6f\x2d\x19\x29\xe2\x32\x74\x98\x2b\xc0\xfa\x5d\xca\x5b\x8c\x53\x38\x9b\x64\xf0\x46\x6b\xe8\x23\xbe\x98\xdc\xf0\xad\x68\x1a\xba\x6b\xc1\x4e\x21\x9a\xe4\x9c\xe6\x54\x03\x7f\xa4\x54\x41\xc7\x9b\xdb\x3c\x0a\xaf\xf2\x96\x4c\x01\xab\x2b\x30\x78\x98\xbb\x7e\xa0\x02\xae\x2b\x2a\x4e\x9c\x8b\x82\x05\xf9\xe0\xf4\xda\x17\x73\xac\x56\x52\xde\xb9\x5c\x95\x84\x17\xf2\x1c\xa6\x71\xd4\xde\x8b\x72\xe3\xbe\x04\xa5\x51\x84\x47\x11\xfd\x3a\x2f\xb9\xa8\x24\x27\xed\xfe\x52\x6e\x59\xc8\x0b\x32\xc6\x0d\x28\x81\x68\x51\xd1\xbe\x9c\xa1\x89\x88\x7a\xdd\x49\x95\x29\x8e\x2e\x2f\x69\xf5\x1e\xb8\x44\x84\x97\x2a\x7c\x1d\x4c\x2c\x6b\x0b\x18\x54\xc5\xa8\x99\x8e\x39\x08\xb7\x72\xea\x8f\xc4\x14\xa8\x1f\xaa\xf5\x3d\xa4\x36\x79\x62\x8d\xf2\xe3\x07\x6b\xbb\x7d\x4e\x6d\xb7\x8f\xd5\x36\xa7\xf4\xf3\xb3\xfa\x67\x0a\x3c\x58\x6b\x45\xc5\xb3\x2a\xd5\xdf\x3f\x58\xa7\xb5\x8d\x3c\xb9\x56\x5b\x02\x12\x60\x3f\x44\x92\x96\xd0\x1e\xa1\xca\x85\x60\xb9\xf7\x06\xc4\x75\xf9\xd3\x9c\x31\x5a\x29\xdc\xa4\x57\x75\x8a\xfc\x39\x9a\xa5\x66\x92\xc8\x14\x53\xbb\x0a\x64\x86\xa9\x25\x42\x42\x61\xbd\x09\x05\x22\x22\xd4\x4d\x80\x8f\x87\xcb\x70\x69\xf0\x04\xe6\x06\x4c\xa0\xe7\x55\xc2\x7a\x16\xd9\x5a\x24\xea\x90\x47\x71\xb4\x28\x54\x57\xa7\x11\xea\xf9\x15\x67\x3d\x85\x85\xb1\xad\x8f\xd0\xbc\x13\x93\xe8\x32\xd7\xd8\xa8\xd5\x47\xca\x41\xc9\xba\x6d\x95\xa8\x33\xca\x99\xa0\xd3\xc3\x62\xea\xfc\x01\xae\xf3\x4c\xc8\xef\xa7\xe6\x73\xa3\xee\xd4\x90\x32\xbe\x5b\xcc\xe5\xd4\xe6\x80\xaf\xc2\x17\xb7\xec\x2b\x2b\x1a\xcf\xf2\xec\xdb\xfd\xfe\x2c\x6b\x3d\x87\x99\x6e\x3c\x13\xd9\x4d\xe3\x09\xd7\xca\xc9\xc6\x63\x56\x1d\x15\x4c\x58\xdf\x05\xe5\x65\x6b\x64\x04\x98\x64\x0f\x54\x28\xf1\x26\xc8\x01\x0c\x79\x0f\xdd\xb2\xe0\xc6\xe4\xe9\x5a\xc0\xf6\xad\x66\x22\x44\xd1\xd1\xd3\x13\x78\x55\x5b\x63\xcf\x22\xf6\x3a\x67\xec\x74\x06\xa2\xc7\xf8\xe8\x8a\xd5\x4a\xb8\xa0\xfe\x6b\x0f\xeb\x01\x5c\xd9\xce\xa1\xf0\x81\xb5\xb9\xe9\xc3\x22\x78\x4c\xa7\xf2\x29\xab\x3a\xbe\xb5\x9a\xbb\x22\x61\x95\x7b\x83\x82\x9e\x35\x8b\xd2\xe9\x9a\x92\x90\x93\xda\x2f\x58\x51\x21\xd7\x81\x65\x39\xfb\xa6\x1a\x0c\x97\x67\x58\x2f\x8a\xc7\xbe\xd9\xae\xd5\x5f\xde\x07\x81\xae\x5b\xbd\xad\x59\x65\x81\x38\xe4\x5e\x6b\x1a\xb8\xd4\x9a\x13\x3f\xb3\x9b\x0e\x47\xd1\xb4\x41\x08\xad\x2f\xa5\xec\xc0\x95\x1d\xfd\xe4\x4b\xf1\x3e\x9b\x37\xaa\x19\x41\x12\x0a\xfd\x97\xd9\xb3\x5a\x5a\x01\xb0\x30\xd4\xac\xe3\xbc\xe5\x8c\x18\xd6\x21\x45\x92\x73\x2a\x50\x7d\x79\xcd\x8a\xe9\x91\xd9\x7b\xd0\xb4\x3c\x56\x9d\x1d\x4a\x96\xd0\xf8\x20\x84\x5b\xbb\x25\x6f\xc6\x6f\x14\xce\x2a\xd4\x81\x1c\x62\xa0\x2a\xfa\xac\xe6\x84\x6b\x93\x62\x5d\x5f\xce\xb2\xea\xa8\xb0\xad\x9f\x1b\x17\xc9\xe7\xb7\x3e\x18\x80\xeb\x49\x2c\x90\xcb\xf2\xe3\xb5\x64\x80\x84\x6a\x63\xcd\x69\xe4\xdc\xd3\xbb\x3e\x8c\x85\xd9\x20\x44\xec\x8a\x11\x1d\x1b\x51\xb6\xa2\xe2\xa3\x2d\x6f\x7d\x48\x3b\x56\x2f\xd2\xf5\x45\x48\xce\xb5\x6c\x5e\x71\x8b\x8e\x86\x2d\x23\x79\xbc\xed\x33\xbf\x96\x87\x9b\xb7\xb5\x9a\x1e\x7c\xe1\x0c\xd2\x6a\xbc\xb3\x5c\xaf\xa3\x2f\x5d\x35\x39\x36\xa9\xd1\x23\xe8\xb8\x15\x31\xc4\xc1\x9b\x5e\xbe\x22\xa3\x31\xc2\xbc\xe6\x34\x9b\x3e\xda\x9a\xab\x79\x0d\x8c\xd7\x88\x8e\x6b\xf0\x74\xfa\xca\x0a\x77\x80\xb4\xe9\x3c\xd2\xfc\x3d\x42\x49\x36\x95\x37\x8c\x7a\x96\x55\xb6\x54\xb0\x69\xdb\xf4\x66\x0b\xcb\x7b\xc0\x75\xc9\x0f\xb3\xc9\x0c\xca\x56\x01\x46\x0e\x5e\x4b\x8a\xe6\x74\x09\xd0\x2a\x63\x0f\x3c\x4e\xec\xea\xcd\x96\x0a\x5c\x24\xba\x89\x98\x43\x06\x22\x49\xb2\x1c\xc9\x7d\x09\x5d\xe7\x52\x34\xe1\x08\x64\x14\x7f\x9f\xc8\xd5\x93\x5c\xd0\x9c\x6e\x6a\xf9\xe3\xd6\xa9\xe7\xbb\x01\xd8\x93\x50\x87\x51\x22\x64\x63\xb5\x6a\x29\x34\x04\xd5\x85\x2b\xd3\x62\x09\x91\x5f\x61\xe4\xe1\xb1\xc8\x23\x22\xb3\xc8\x77\xda\x3d\xa3\x51\x33\xd4\xd9\x31\x82\xcc\xce\x77\xa3\xc0\x93\x26\xdd\xeb\xd0\x33\x67\x3e\x96\x32\x98\x9d\xfd\xc2\xcd\x7e\x81\x30\xdf\x00\x2f\x47\x0a\xb8\x37\xad\x65\xc8\xa6\xd3\x8b\xd2\x80\xbb\x57\xad\xc4\xfe\xf3\x45\x35\xb3\xd0\xef\xfa\xe5\xee\x76\x3a\xc4\x0c\xe9\x99\x79\xc3\xcb\xdb\x46\xf9\xf5\x65\xbf\x43\x75\x57\x8d\x60\x14\x31\x23\x64\x80\x36\xb2\xb1\x8d\x4c\x82\x03\x33\xd7\xb0\xfb\x6c\x4b\xf2\x42\x3a\x8f\x4b\xec\xe2\x7a\x20\x34\x29\x1b\x0c\xb2\x57\x6d\xe9\x6b\x30\x88\x4b\x63\xc3\xcf\xf0\x36\xea\x10\xd0\xb6\xb6\x70\x46\xb6\xb6\x11\x86\xd4\x68\x19\x2a\x95\x0f\xc2\x12\x60\xca\x5d\x2a\x32\x81\x6f\xa9\x98\x95\xd3\x94\xe3\xcf\xac\x98\xa6\x05\xae\xee\x8b\x49\xca\xea\x20\x4b\x4c\x39\xca\xc6\xbd\xef\x54\x8c\xe9\x77\x10\xa7\x22\x3f\xde\x0d\xfa\x90\xc6\xea\x29\x29\x70\x95\xc8\x4a\x08\x43\x75\xdd\x31\xd2\x70\xbf\x37\xc5\x47\x59\xbb\x36\x18\xab\xf3\xd7\xa6\xb3\x90\xe7\xf4\x60\x00\xd3\xd2\x1e\xee\x6a\x55\x6d\x6e\xaa\xb1\x76\x4e\x57\x87\x04\x3b\x6c\x89\x6c\x92\x35\x36\x9e\xd5\xb6\x7f\xfe\x08\x4c\x0a\x87\x56\xef\x5f\x55\x68\x69\x5c\x1b\x54\xaf\xad\x94\x17\xa2\x27\x09\x42\x93\xae\xaa\x1b\x8c\x36\x80\x21\x0c\x7b\x86\x9a\xbd\x17\x6e\xc5\x78\xf3\xe3\x5e\x7b\xfc\x0a\x2f\xc7\xac\xe0\xb0\x83\x84\xba\xc8\x8a\x0c\x9b\xce\xac\x22\xf0\x65\x35\x1e\x30\xc5\x78\x07\x16\x63\x0e\x08\x22\x40\x74\x98\x25\x8a\xe8\x54\xf4\xcb\xac\x9c\x22\xe8\xc1\xa2\x80\xbc\xa2\x31\xeb\x6a\x6f\x73\x13\xd5\x75\xbd\xe6\xa6\x51\x05\xa8\x72\xde\xa2\xdd\x66\x62\x32\x63\xc5\x8d\xb7\x93\x8d\x1b\x92\x9e\x9a\x47\xe7\x9e\xa3\x70\x98\xbc\x63\x98\x7c\x54\x8c\x7b\x7a\x74\x1b\x90\xd7\x1a\x24\x29\xd8\x06\x83\xc1\xb6\xfd\x7b\xb5\x8a\x1b\xb1\xbb\x40\x69\xda\x2b\xa8\x39\x2b\xe0\x0f\xa5\x0a\x3a\x7c\x15\x51\x97\x57\x15\xe5\x77\x94\x43\xfe\x0a\xe7\xe6\x24\x9e\x38\x1e\x81\x1e\x73\x5c\xd2\xae\x6e\x0a\xdc\xcc\x0d\xa1\xd0\x43\x80\xe5\x2c\xd4\x60\xbd\x58\xca\x09\xb8\xfb\x02\xfc\xbc\xbb\xc7\x0c\x06\x31\x85\x31\x52\x35\xc6\x02\x79\x77\x93\x5a\xdf\x79\x73\x1d\xd0\xd7\x09\x98\x87\x27\x3e\x3a\x81\x0b\x7f\x98\xaa\x83\x75\xe2\x4e\x4a\xfb\x6a\xe6\x0e\xc9\x89\x89\x9c\xee\x16\x5b\xbc\xec\x92\x8b\x98\x22\xff\xf4\xf2\x0b\xc4\xa6\x22\x8e\x1c\x20\xa5\xe2\x43\x1b\x4a\xa4\xd2\xbf\x08\x47\x58\xf4\x64\x65\xbc\x0d\x15\x78\xdd\x01\xf8\x35\xd3\x7d\xd3\x0d\x0b\x00\xcf\xb6\xb7\x0d\xd7\x4f\xe7\xe9\x9a\x7b\x71\xe0\x53\x70\x7d\xc6\xbc\x76\xd3\x32\x77\xaa\x0b\x33\x36\x46\xa8\x05\x0c\xdb\x61\x3f\x90\xe1\x0e\xdb\xda\xb2\x20\x1f\x23\x06\xe2\x79\xa9\xd6\x53\xd1\x65\xa9\x29\x51\xc9\x8b\xa5\x26\x47\x1f\xac\xd4\x04\xe2\x6f\x6d\xd7\x5a\x7f\x71\xfd\xa0\xb2\x26\x7f\xba\x02\xf1\x59\x3a\x9c\xd6\x87\x9e\x56\xd6\xbd\xe7\x8b\x22\x2f\xcb\x79\x97\xd2\xc7\x7b\xa4\xfd\x96\x4a\xee\x0a\xce\xcb\xfc\xfe\x9a\xe5\x7e\xd3\x94\x73\xf8\x42\xfd\xba\x53\x0c\xc8\xef\xd9\x9c\xd3\x49\x26\xe8\x74\xeb\x9a\x66\x62\xc1\x69\xf7\x48\xc1\x4e\xd0\xa5\x72\x72\xb9\x82\x21\x47\xe3\x14\xcf\xfe\xbc\x12\xca\x58\x8d\xc9\x1e\xc5\x34\xc9\x16\xa2\xdc\x37\x4f\x3a\x43\x70\x5a\x79\xe9\x85\x97\x6a\x97\x42\xaa\xb0\x1d\xfe\x8a\x02\xc7\x90\xac\xc2\xcb\x4b\xcf\xc7\x4e\x93\x1e\x2b\x91\x2e\x16\x08\xbf\xa7\xa8\xc6\x14\x80\xab\x9a\x0d\xfb\x81\x76\xaf\xcb\x32\xa7\x59\x11\x97\x54\x03\x34\x60\x88\x1b\x86\xb0\xcd\xa9\xb9\xcf\xf9\x45\xad\xc3\x36\x28\xbe\x8c\x82\x0d\x99\x5d\x65\x63\x9a\xad\x6b\xa0\xdc\x98\x72\x0e\x72\x96\x55\x5d\x78\x4b\xba\xd7\x67\x80\x56\x7a\xa1\x7a\x6d\xd7\xd4\xcc\x76\x2b\x4e\x7b\xdd\x9a\x08\xbc\x9c\x94\xc5\x35\xbb\x59\x58\xbd\xa7\xaf\x05\xdd\xc6\x95\xba\xfb\x7f\x51\x28\x15\x2a\xd9\x3b\x0e\xd0\xc4\x6f\xcc\x2b\x54\xd7\xd0\x1b\x79\xab\x3a\xcd\xc4\x8c\xdc\x53\x35\x3b\xe4\x46\xff\xf1\x89\x89\x99\x4e\x57\xbb\x06\x4b\xf2\x86\x5a\x50\x8e\x36\x00\x31\xb7\x2b\x67\x9b\xe1\xe5\x9c\x5c\x51\xa5\xc6\x24\x5f\xe4\x1f\x82\xdf\x9f\xd3\x76\xf5\xba\xe4\x17\xe3\x0f\xb4\x31\x84\xbe\x2a\x68\x86\x3d\x41\x7e\xc7\x34\xe1\x74\x9e\x67\x13\x4a\xda\x4a\x56\xd7\x17\xc0\x3e\xfe\x88\x7a\x40\x6a\x09\xab\x0c\xc9\xed\xbe\xb0\x5f\xa7\xb6\x26\x9d\xfe\xa9\x76\x75\x1f\x15\xc7\x99\x60\x77\x14\x8a\x91\x17\x18\xf2\x3c\xc1\x8f\x13\x7d\x68\xae\xeb\xf9\x27\x5d\xff\x35\xde\xd8\xd6\x35\xca\x5b\xc0\xb3\xca\xce\xcd\xb0\x01\xf0\x09\xc2\x87\x0a\xf1\x89\xe5\xb9\x8a\x84\x21\x1f\x1a\xaf\x0e\xd8\x54\xbf\x79\x8b\x69\x42\xb3\xc9\xec\x94\x97\x5f\xef\xa1\x4d\xaf\x58\xc7\x7c\x01\x57\xff\xcd\xc2\x82\x38\xdd\xcd\x60\xc0\x54\x13\xae\xbc\x2d\x56\xb7\x1a\x71\x1d\xf8\x43\x6d\xd8\xe2\x41\x13\xd9\xd4\x8a\x1e\xe4\x1a\x53\x79\x73\xb3\xa2\xc8\x33\xb6\xae\x86\x2c\x75\xb8\xd2\x46\x65\xd5\x16\xe9\x38\x6a\x29\x64\xa0\x93\x06\xb9\x11\x28\xb1\xf8\x63\xac\x4e\xc9\x7c\x14\x84\x3d\x29\xcc\x7a\xac\xae\x18\x1b\x13\xb1\x73\xae\x76\xf1\x3a\x00\xe7\x6b\xfb\x88\x62\x86\x4b\x84\x99\xa3\x2c\x3b\x47\x73\xd8\x5e\x85\x4a\x47\x46\x6e\x81\x4b\x1e\x97\x05\xed\xe4\x4e\x0a\x31\x46\xb1\xd2\xc3\xdb\xb9\xb8\x27\x07\x14\x7e\xbc\xce\xb3\xe2\x33\x39\xa6\x4e\x12\xb8\x96\x73\x6c\xce\x93\x76\x64\xe0\x10\x61\xb6\x5a\x75\xa4\x96\x2e\x56\xab\x98\x91\x02\x2b\x08\x08\xf0\x64\x53\x26\x29\xb9\x34\x49\xe3\x5e\xad\x1a\x50\x69\x3a\x41\x4b\xe0\xcb\x21\x41\xfe\xe4\xac\xd7\x02\x6a\x29\x76\xe3\x92\x14\x38\x23\x0c\xa5\xf2\xaf\x45\x9e\xe3\x8c\x14\xcd\x26\xbb\xee\xe3\xda\x3a\x6b\x9b\xbb\x75\x83\xf5\x44\x37\x62\x41\x46\x32\xa7\x69\x80\x90\xfa\x90\xe0\xd2\xb2\xa7\x20\xd1\x20\x98\x3d\xeb\x24\x31\xa3\xdc\x0b\x2a\x57\xbe\xd3\x86\xd2\x1c\xad\x1a\xfa\xaa\xec\xbb\xad\xef\x77\x2a\x29\x7a\x55\x5b\xe4\x7b\xd5\xa5\x9c\xb0\x51\x35\xc6\x0b\xf9\xdf\xe6\xf6\x18\x4f\xe0\x8f\xef\x40\x1a\x5b\xa0\xe5\x64\x30\x50\x73\x98\xe3\x05\xe4\x1e\x8f\x73\xe2\x82\xa6\xd5\x04\x2e\x7a\xc6\xe0\xbc\x41\xc8\x74\x30\xd0\xee\x1d\xf0\x6b\xb5\x8a\x17\x24\x1f\x2d\xc6\x08\x2f\xb4\xc3\x55\x2e\x77\xa8\xd1\xaf\x0e\x6b\x49\x36\xa7\x9c\x56\x92\xec\xda\xb4\xb6\x71\x0c\x06\x63\x4c\x13\x08\x05\x36\x87\x9a\x0e\xea\x23\x6f\xa4\x58\x01\x7f\xeb\x37\x8c\x56\xe4\x35\x24\x42\x99\x36\xbf\xfd\x86\x69\x52\x94\x82\x5d\xdf\x87\x6f\xc8\x3b\x38\x5c\xfd\x33\x93\x4c\x15\x39\x6b\xe7\x60\xa7\x6d\x22\x3f\xc9\x4a\x80\xb9\xcb\x87\x07\x74\x52\x72\x29\xab\x91\x7f\x42\x1d\xe6\xb3\x37\x25\x77\xaf\x32\xda\x7c\x67\x9b\x29\x55\x33\xe0\x6a\xc0\xbc\xda\x2a\x7d\xd8\xb5\x5e\xe4\xfa\x8c\xf5\x46\xdb\x05\xba\xb7\xac\x71\xe1\x58\x04\x66\x64\x1b\xb4\x25\x4d\x2e\x33\x18\x84\x07\x1c\x24\x15\x62\x64\xe8\x17\x1e\x6d\x8f\x75\x34\x07\x7b\x65\xe3\x39\xd8\xe6\x26\xe2\xa3\x62\xc4\xc6\x63\x75\x98\xcb\x3f\x3d\xc8\x65\xd5\xfb\xb5\x9d\xf4\x00\xfb\x57\x2b\xb3\x1f\x5d\x52\x79\x77\xdf\x30\xf2\x58\x1c\x46\xba\xe0\xc2\x5c\xd2\x3e\xd3\xfb\x4a\x0a\x76\x4c\x5e\x27\x1a\xfd\x23\xb2\x53\x18\x64\x01\x8e\x21\x01\x7f\x8d\xb0\x80\xe3\xe7\xeb\x3c\xb3\xf4\x21\xbb\x37\xa1\xea\xc4\xb0\x47\xec\x25\x56\xf9\xbb\xef\x32\x41\xed\xc3\xaf\x96\x6b\xda\x47\x5f\x30\x4d\xae\xf3\x45\x35\xdb\xab\xee\x8b\x89\x79\x1c\x8a\x74\x8d\x6b\xa8\xc9\xc3\xc9\x55\x04\x5c\x10\x2c\x52\x05\xc1\x22\x72\x0b\x9e\x7a\x69\x1c\x7a\xa7\x84\xe3\xfb\x96\x56\x52\x71\xff\x06\x37\x29\x50\x8f\xfb\x5f\x66\xf2\x4b\x76\x1d\x6f\x98\x46\x5d\x34\x05\xa4\x8a\xc5\x3c\x09\x22\x28\x0c\x73\xb0\xd9\x7b\x6f\xe3\x02\x67\x78\x54\x60\x9e\xcc\x33\x31\x1b\xeb\x80\x6e\xcc\x90\x8d\x89\x81\x8a\xc8\xcf\xb1\xf9\x06\x43\x5b\x22\xbb\x91\x5d\x82\xe0\x4c\xc3\x54\xfd\x7e\xa2\x46\xd3\x1d\xd3\xc2\x75\xd2\x97\x1e\x95\x4c\xb3\xf4\x7d\x55\x54\xcc\x46\x15\xe1\x1c\xa5\x79\x0c\xc2\x29\x70\x0b\xd0\xb0\x07\xcb\xe0\xc2\xed\x5a\x87\x2d\xf7\x0e\x5b\xf1\xc3\xf6\xae\xd8\xda\x4e\x01\xfc\x76\x7b\xa7\x78\x25\xe0\xd0\xe5\xa3\x62\x6b\xbb\x71\xec\x6a\xea\x2c\x85\xba\xff\x52\x25\x6a\x36\x85\xb4\xbf\xf6\x98\xd7\x97\x32\x73\xd8\xf7\xba\x30\x9a\xe5\x79\x26\x8f\x30\x81\x2b\xb2\xc1\x8c\xf3\xf0\x9b\xbd\x0f\xef\x2e\x2e\xf7\xce\x7f\x39\xde\xbf\x3c\x79\x7d\x7e\x78\xf6\xf1\xf0\xec\x1c\x4e\xbc\x3c\xb9\x96\xc7\x5f\x2e\x6f\x18\xb4\x98\xd2\x42\xfc\x4c\xef\x2b\x5c\x91\x1c\xf4\xa6\x4e\xc1\xb6\x20\x23\x79\x40\x0c\x77\x26\xaf\x32\xb3\xd5\x36\x37\x27\x68\x42\xe3\x6c\x34\x19\x63\x4a\x7e\x58\x98\x28\x3a\xd4\x90\x41\xec\xde\x40\x71\x89\x97\x92\x3c\xaa\x74\xa1\x94\xbb\x55\x8d\x70\x09\x32\x9b\x3c\x1f\xc0\x94\x42\x4a\x21\x39\x63\x21\x37\xf9\xbf\x79\x15\xb5\x5f\x03\xce\xc8\x4f\x31\x87\x04\xbc\xc6\x3a\xc1\x47\xc3\x31\xce\x49\x9c\xad\x56\x7c\xb4\x3d\xc6\x7e\xea\x5b\xbb\x83\x67\x9e\x1b\x17\x84\x4e\x69\x65\xf1\xc4\x20\xc5\x5b\xae\x68\x50\x8a\x7e\x7d\xb1\xa4\x75\xfa\x62\x59\xad\x56\xa2\xfe\x15\x9b\x44\x03\xcc\x03\xf3\x2a\x25\x19\xf7\x86\x5a\x21\xb5\x47\xe3\xe5\x0d\x15\x69\x8e\x2d\x22\xcc\x54\x5f\xc7\xa8\x72\x8b\x84\x28\x7d\xd3\x50\xb6\xbb\x88\xa1\xeb\xd0\x69\x3e\xfa\x6e\x8c\xd2\x85\x9c\x5e\x91\xdd\xf8\x87\xcf\x6f\xf6\x91\x62\xa6\xcd\xa8\x75\x58\x39\x56\xa9\x97\x10\x58\xed\x45\xcf\xa8\x82\x28\xa6\x78\xdf\x36\x5c\x85\xbe\xf9\x72\x17\x66\xfc\xb3\x2a\xbf\x57\x1d\x30\xd9\xe8\x01\x5c\xde\xb2\xc9\x67\x3a\x25\x73\xa1\xb8\xae\x85\x4a\x0b\x7a\xf0\x9a\x26\x8b\x62\xce\xcb\x09\xad\x2a\xea\xbe\xa9\xc8\xc6\x10\xbf\xa5\x86\xcc\x64\x2b\xe0\x3d\x72\x61\xbc\xc2\x7f\x94\xbc\xfc\x9a\x15\x6b\xaa\xfd\x46\x57\xab\x4f\x1e\xce\xea\x47\x3a\xa2\xe3\xba\xd7\x28\x52\x91\xdf\x65\x35\xba\x79\x57\xd3\x0b\xef\xe9\x5e\x9e\x7b\xdf\x7f\xa2\xf6\x74\xe8\x6e\xd8\x46\x3d\x03\x26\x98\xfc\x06\x2e\x19\x3a\x9a\xf9\x23\x1d\x89\xb1\x1c\x97\xd6\x7f\xbf\xa5\x1e\x94\x0a\x58\x54\xfa\xac\xe8\xb3\x44\x47\x6c\x6b\x5a\x1a\x0c\x28\x08\x7e\xe1\xd3\x91\x18\xcb\x73\xbc\xfd\x54\x4b\x9f\x5a\x07\x62\xbb\x79\x4e\x33\x3e\x99\x1d\xa8\xec\xf6\x81\x2e\x46\xcf\xd1\x37\xaa\x4f\xf4\x47\x8b\xc0\x04\x13\xa3\x3f\x91\xcb\xb3\xde\x5f\x4e\x07\x39\x4d\x66\xf4\x89\x5e\x59\x06\x11\x11\xca\x3c\xe8\xef\x75\xa3\xcd\xee\x4f\xae\xd8\x14\x78\xb0\x56\x8d\x77\xfe\xe4\x4a\xf5\xf7\xe0\x98\x9f\x1c\xef\xbd\x3f\x3c\x3f\xdd\xdb\x3f\x3c\xbf\x7c\xfd\xcb\xe5\xd1\x01\xf1\x1f\x11\x9a\xec\x7f\x38\xbf\x38\x79\x2f\x37\xce\xe5\x9b\x93\x33\x42\x13\x15\xee\x71\x74\xfc\xd3\xe1\x3e\x20\x46\xbc\xf9\x70\xbc\xaf\x12\x3d\x6b\xbd\xd1\x7b\xa5\x0e\xa5\x89\xe2\x98\x34\x09\x59\x3b\xa1\xc9\x5e\xeb\xc9\x3b\x76\xc5\x33\x2e\x45\x1e\x9a\xe4\xde\xdf\xa7\x67\x27\xa7\x87\x67\x17\xbf\x5c\x1e\x1c\x1d\x5c\xee\xbf\xdd\x3b\xfe\xf1\x50\x3d\xfd\xe7\x2f\x97\xfb\x27\xc7\x17\x87\xc7\x17\xb2\x8f\x5a\x6b\x66\x59\x08\x4d\x2e\x6f\xf2\xf2\x2a\xcb\x9d\x42\x4d\x7b\x8b\xd9\x2b\xd1\x9d\x1f\x6a\xb2\x69\xf5\xf3\x2a\x83\xce\x63\xc7\x13\xbe\x32\xb6\xe8\x5e\x6b\x78\x57\xc0\x1d\xef\xed\x07\xb6\xc5\x4b\xff\x12\xe6\xee\x5b\x83\x41\x5c\x92\x1b\x93\x7a\xfd\x4e\x5e\xd7\xe5\xdd\x34\x53\x57\xc7\x6d\x5c\x22\xed\x8e\xd6\x56\x04\x18\x34\xbc\xc1\x20\xae\x92\xb6\xfb\xce\x6a\xa5\x40\x21\x7d\xcf\x1f\xb4\x5a\x7d\x85\xda\x4b\xef\x7a\xf8\xe5\xa9\x3d\xc3\x7f\x5d\x2f\xde\xeb\x5e\xe0\xb9\x19\xac\xd7\xa1\x43\xff\xd2\xb0\xa1\x0c\xe0\x57\xe9\xbd\x3b\xb2\x66\x59\x05\x55\xc7\x5c\x1b\x38\x8c\x6b\x80\x42\xdd\x58\x9f\x25\xdb\xe7\x08\x57\x49\xc5\xbe\xd1\x1f\x86\x83\xc1\x55\xa2\xd8\x9d\x1c\xce\xbd\x7d\x7a\xef\x9e\xd6\x92\xdb\x6d\x0c\x41\x28\x54\x1a\x1f\xd7\xd9\xaf\x6a\xf6\x5a\x7a\x3a\x63\xcb\x66\xe4\x10\x70\x47\xa5\xd8\xcc\xb4\x9f\x04\x62\xda\x60\xa2\x7c\x14\x37\x37\xad\x4d\x72\x54\x8e\x09\x37\xa9\x04\xd2\x08\xe1\x8c\xfc\x1c\x53\x5c\xb6\x85\x56\xda\x12\x5a\xa5\x74\xc3\x60\x42\x38\x5e\x42\xc5\xe9\x36\x96\x22\x4d\x5a\x62\x85\x46\xee\x0b\xb4\x69\x5b\xa0\xcd\x10\xae\x16\x15\x08\x5b\x53\x8d\x1c\xd6\xde\xad\xf7\x30\xaa\x13\xb2\xb1\x8d\xcf\x03\xc8\xad\xf7\x1e\x2e\x67\xc3\xa3\x66\x63\x5b\x4e\xdf\x06\x21\x27\x46\xad\x05\xab\xca\xe5\xaa\x62\xe3\x69\xb5\x0e\x00\x95\x19\x3f\xac\x52\xcd\xd6\xd6\x16\x06\xfa\x54\xbf\xe0\x48\xd1\x0b\x25\x10\x56\x1a\x07\xb9\x84\x83\x41\xe1\x16\x50\x8e\x24\xaf\x68\xff\x5c\x1d\xd0\x23\xe8\xe9\xd8\x5b\xc5\x3d\x49\x11\xf7\x9a\xb0\xe4\xda\xab\x1e\x05\x5e\x2e\xe6\x22\x41\xd7\x5e\x24\x3a\xd7\xe4\xc9\x17\x09\x84\xaf\x6c\x07\xae\xfe\x5f\xe9\x00\xb0\xbf\x53\xe2\xf1\xc9\x8b\x58\x6e\x14\x7b\x63\x93\x37\x0a\x7d\xb7\x6b\xa9\x26\x39\x92\xe2\x8a\xfb\x92\x99\xbb\x1d\x4d\x2c\x55\x0d\x06\x1d\x37\x3d\x95\xd7\x92\x36\x6e\x7a\xf2\x76\xe7\x95\x94\xf2\xd5\x6d\xcc\x31\xc3\x23\x2e\x85\x1d\xff\xb2\x57\xb8\xcb\x1e\xd5\x53\x64\xbe\x69\x4f\x11\x6f\x4d\x11\x87\x8c\xf9\x8f\x4c\x11\x55\xb9\x90\x83\x1e\x6d\xab\x7b\x9d\x4b\xaf\x15\xda\x13\xae\x3c\xb2\x6e\x78\x15\xde\xc5\x42\x6e\x56\x20\x5e\x57\x21\xd7\x58\x76\x9f\x95\x3c\xe6\x8e\xf3\x73\xe3\xb3\x1c\x1e\xc7\xe0\xb8\xdc\x38\xa1\x3f\xc3\xf6\xdc\x57\x35\x58\x5f\xe7\xf3\xc3\x77\x6f\xe4\x27\x11\x72\x4b\xfb\x9b\x53\x67\x77\xef\xd8\x8e\x4b\x1c\x1d\x7d\x1e\x1b\x3d\x88\xfc\x1b\x52\x00\xf6\xec\x55\xdf\x17\xc0\x05\x76\x68\xc5\xcc\xcd\xd1\x81\x76\xf9\x92\x1f\x9b\x14\xaa\xa6\x04\xc2\x5d\x8f\xf7\x15\x59\x1e\xaf\x9d\x94\x0e\x29\x01\x66\xa6\x4b\x7a\x38\x86\xce\x1e\xf9\x24\xfe\xae\xa1\x8c\x75\xca\xd0\xa2\x43\x19\x5a\x98\x03\x0f\xce\xc7\xd6\xd1\xb6\x5a\x95\x1d\x87\xa0\x3c\xaa\x0e\xd4\x75\xfc\xe8\x15\x19\x0e\x06\x17\x31\xc2\xc7\x52\x74\xa6\x83\x41\xfc\x1f\x1d\x3a\xb0\x5d\x3a\x3a\x1e\x4b\x72\x47\xa9\xfa\x0b\x21\x8f\xd0\xde\xc4\x68\x79\xb4\xb9\x89\x4f\x00\xfb\xc3\x3c\xfd\x16\xa3\xe5\xd6\x96\x6a\x20\x96\x2d\xb4\x2f\xfb\x9a\xf1\x95\xd7\xb1\x62\xe0\x08\x19\xae\xdd\x93\xcc\xbc\x8e\xfd\x56\x5e\x4b\x9e\xf8\x26\x46\x00\x3d\x42\x63\xb7\xc9\xbe\xc5\xc8\xc3\x86\xfd\xe0\xe8\xa8\x85\xc0\xbe\x1b\x0b\x32\x94\x57\x60\xb2\xb5\x8d\xd2\x26\x91\x6d\xf9\x00\x7c\xea\xd4\xdc\xda\x46\x08\xdf\x4a\xb1\xf6\xef\x2a\xbd\xd1\x15\xbd\x2e\x39\x8d\xf0\x48\x37\x32\x46\x98\xba\xb6\xdf\x3e\x20\xba\x6c\x0c\xbd\xda\xf9\x6e\xcc\x41\x83\xc8\x1a\x3d\xb1\xcd\xe2\x86\x2f\x9a\xec\x89\x1f\x37\xd0\xb4\xc1\xc8\x46\x62\xf6\x6a\xb8\x5a\x15\xf2\x1f\xb6\x55\x6c\x90\x21\x1a\x0c\x24\x39\x45\x6a\x11\x23\x9c\x21\x0c\xbf\x47\x63\xf9\x77\x38\x32\x2d\x72\xca\x91\xc1\x10\xc6\x16\xdf\x38\x33\xe9\x38\x95\x33\xc9\xee\x30\x2d\x70\xee\xfc\x14\xe2\x18\x9e\xb3\xdd\x61\xca\xd0\x56\x85\xf0\x82\xf0\x57\xc3\xdd\x7c\x93\xa7\x3c\x38\x42\xa5\x24\xe4\x3c\x6d\x23\xc0\x38\x52\xd7\x88\x08\x0d\x06\x72\xa8\x0b\xdd\x5f\xff\x95\xec\xf4\xba\x2a\x24\x93\x34\x35\xa0\x7c\x6b\xfb\xd5\x62\xb3\x32\x43\xce\xfc\x1a\x9c\x1f\x0b\xa0\x68\x1a\xc5\xe8\x35\xe0\x3a\xc4\xa3\xb1\xc7\x87\x7e\x0f\x8c\xdc\x2d\xdb\xa6\xbc\x81\xa6\xce\x58\x1a\xfb\xbe\x2c\x2f\x02\x16\x66\x09\xd1\x58\x1c\xec\x5f\xaf\xc8\x7f\xd2\xff\x40\xd4\x01\x7f\x72\x9c\x24\x49\xa1\x9d\xf7\xfc\xe7\x4e\xab\xd4\xd2\xdd\x42\x1d\x9a\x45\x14\x1a\xf6\x9c\x61\xb6\x29\x1f\xf7\x5c\x1d\x9b\x0c\x0f\x65\xed\x25\xaa\xeb\xb7\xcd\x1e\xb9\xae\x7f\x6a\x60\x43\xf4\x4b\xb9\x29\x38\x60\x1c\x28\x03\xc0\x6a\x15\x35\x8c\x95\x11\xce\xd4\x47\x53\x63\x5b\x34\xdf\x58\x63\x63\x84\xe5\xbd\x69\x96\x55\x81\x6d\xd6\xfa\x64\x17\x1d\x3b\x4b\x48\x31\xbc\xe8\x20\x4c\x21\x29\xa1\x52\x1b\x02\x96\xb8\x55\x6d\x14\x6c\xc6\x1f\xa5\x9c\xeb\x86\x43\x93\x6e\xef\xe9\x06\xcc\x79\xd9\xa5\xd5\x61\xc8\xfa\x61\x65\x64\xb8\x93\xbd\x2a\xcd\x3a\x64\xda\x0f\x6b\x94\xe3\xc5\x18\x3c\x2e\x77\xe0\xd0\x50\x51\x7c\x70\x54\xe7\xf8\xe7\x98\xe1\x45\xfb\xe8\x67\xad\xa3\x9f\x49\xb6\x5a\x5a\x04\x22\x8f\xab\xfd\xd2\xe5\x2a\x34\x1a\xe3\x92\x0c\x77\x4a\xe7\x16\x56\x6e\x6e\xa2\x7f\xc4\x0c\x53\x2c\x46\xe5\x18\xbe\xef\x79\xfa\x28\x9b\xbc\xdb\xbf\xde\xfc\xdc\x64\x98\xe1\xa7\xff\x88\x47\x63\x6c\xbe\xf0\x8a\xfd\x43\x4d\xaf\x32\x58\x9a\x3e\x81\x1f\x0c\x29\xf0\x94\x94\x78\x46\x32\x7c\x6d\x6d\x6a\x78\x4e\xb6\xb6\x77\xb4\xa7\xf1\x2d\x99\x6f\x6e\x2b\x77\x59\x42\x48\x3c\x27\x41\x16\x33\x7c\x8b\xd0\x60\x10\xcf\xc9\x35\xc2\xd1\xdf\x69\x36\x99\x45\xf2\xab\x5c\x4a\xd2\x40\xd4\xb7\x78\x2e\xbf\x98\x6f\x10\x72\x8d\x96\x50\x19\x6e\xd7\x01\xdc\xf2\x8e\x4c\x74\x07\x64\x73\x51\xb1\xb8\xbd\xa2\xdc\x59\x51\xee\x56\xab\x8d\x70\x8b\x4f\x90\x14\x0a\x23\xb3\xbf\x23\x56\xf4\x27\x08\x5d\x71\x9a\x7d\x96\x35\x48\x2e\x75\x87\x96\x5a\xb3\xf6\x5b\x3c\x01\x66\x8a\x50\x0f\xbe\xa8\x73\xc5\x23\xe7\xbb\xb6\xab\x28\xf5\x7b\x6d\xb7\xf3\x0d\x19\xee\xdc\xbc\xba\xdb\xb9\x31\x7e\x7c\x57\xe4\xf7\x78\x82\x6f\x50\xef\x6a\x30\xb0\xb5\x5f\xe1\x1c\xee\x79\x75\xa3\x3d\xbc\x31\xc4\x53\xdb\xa8\xba\xe1\xcb\x77\xb9\x7a\x01\x56\x49\x63\x23\x9d\xed\xce\x92\xa6\x5f\x7a\x6e\x2c\xa4\xc6\xd5\xef\x1e\xe1\x39\x81\xd9\xb4\x1b\x61\xd1\x11\x21\xbb\x48\xb2\x5c\xfc\x4c\xef\x07\x83\xc9\x28\x1f\xeb\xe6\x7d\x69\x6d\x81\x26\x24\x97\x82\xc4\xa4\xd3\x5c\x3d\x49\x16\xc5\xe7\xa2\xfc\x62\x2d\x94\xbb\xb2\x9e\xb4\xf5\x38\xce\x15\x2f\xec\xcb\x35\x5b\xd7\x09\x34\x21\xd0\x0b\xeb\x3f\x7b\x49\x66\xce\x1f\x6f\xb2\x3b\x4b\x3d\xd3\xf4\x04\xe1\x2f\xe4\x32\x38\x3d\xf2\xd0\xb5\xe6\xcb\x6a\xd5\x71\x19\xb8\xc7\x5f\xb4\x95\xe7\x90\x5c\x26\xdd\xd1\x1e\x39\xc2\x5f\x25\x6d\x2e\xae\x2a\xc1\xe3\xf9\xe6\x36\xc2\x27\x4a\xfc\x54\x9a\x38\xc0\x2a\x91\xc5\x14\x3a\x4b\xef\x50\xdf\xfa\x4e\xf0\x57\xe7\x6c\x79\x62\x56\x73\x42\x2e\x9d\x03\x54\x8e\x6a\x6d\x8e\xf2\xd9\x91\x25\xc8\x29\x69\x31\x95\x09\xc2\xb3\xa6\x84\x30\xf1\xce\x3f\xbb\x7f\x7f\xd2\xea\xd6\x91\x92\x63\x1c\x32\xcd\xf7\x10\x43\x67\x81\xfd\x3a\xc4\x6e\xcf\x1e\xe9\x9e\xd9\x54\x10\x02\x75\x50\x8e\x94\xb0\xda\x3e\x05\xb6\x4c\xb1\x5a\x79\x3e\x4e\xae\x93\xff\x74\x3a\xe1\xb6\xee\x90\x5a\x10\xa1\x1c\x2e\xdb\x42\xa3\xbc\xff\x2b\x88\x90\xd4\x81\x00\x4e\x50\xb7\x08\x8e\xbe\xb7\x97\x83\x75\x0c\xcc\x3b\x8d\x70\x47\x2a\x8c\x6f\x42\x5d\x51\xb1\xf0\xfc\x37\x8b\x76\x24\x86\x42\x2c\x40\xb5\xa0\x19\x9f\x96\x5f\x9c\x23\x52\xd2\x0e\xe7\x10\xbe\x04\x4b\x69\x20\x82\x74\x05\xde\x82\x0a\x42\x07\xd9\xbb\x82\x82\x76\x26\x28\xe4\x61\x1c\xb0\xb1\x89\x70\x64\xe7\x8f\x53\x13\x26\xc3\x81\x9b\x70\x95\x24\x2c\x4f\x2e\x3f\xd1\xec\xf3\x39\x15\x4e\x3c\x2a\x68\x27\x84\x2f\x0f\x33\x14\x7c\xdf\x75\x87\xf0\xb6\x23\x47\x69\xd9\x03\x65\xf9\x62\xae\xcb\x66\x46\xb3\xe8\xeb\x8d\xa9\xb7\x6e\x38\xf0\xce\xa3\xc1\xf2\xa9\x2c\xeb\x34\x2e\x30\x45\xb8\xa2\x22\x15\xea\x6f\x3b\xc2\xca\xa7\x15\xf8\x4a\x8b\x80\x55\xe0\xc0\xac\xac\xb2\xe6\x37\xc2\x05\x4c\x07\xa3\xdd\x6e\xcd\x25\xb5\xca\x36\x38\x8f\x1f\xb9\xa9\xb5\x33\x4c\xf7\x59\x8b\x35\x73\x8f\xfa\x33\x1f\x81\x88\xd1\x96\xae\xaf\xf2\x91\x8a\x3b\x6e\xc7\x83\x01\xa3\x5a\x85\xe3\x0a\xd9\x8c\x66\xa1\x6f\x3b\xf8\x18\xb9\xb4\x53\x30\xee\x05\x25\x2f\xff\x27\x81\x13\xf8\xc5\x4b\x37\xec\x09\x0d\xd3\x77\xda\x63\x77\x19\xa1\x9e\x14\xfd\x45\xec\xdc\xfe\x16\x14\x47\x09\x1c\x91\xa9\x23\xf0\x58\x34\xfc\x8d\x00\x6d\xcc\xd6\x53\x03\xd0\xd8\x50\x5e\x24\x34\x57\x95\x97\xd9\x62\x73\x1b\x57\xc8\x28\x23\x71\x84\xf0\x24\x78\x5f\x6d\x6e\xa3\x9e\xd8\x0c\x9e\x0d\x71\x81\x70\x46\x16\x46\x06\x00\x17\x8d\xfc\x55\xb6\x83\xe2\x92\x4c\x82\x9e\xa3\x57\xc3\x5d\x16\xc7\x62\x73\x31\xca\x37\x37\xc7\x9b\x13\xd4\x35\x06\x6a\x3f\xc0\x13\x5c\x62\x86\xea\x38\x8a\x30\xf8\x4e\x78\x73\x3c\xa5\xc1\x45\xb0\xd3\xa7\xe9\xd6\xfa\x33\xe1\x8a\x68\x4a\xca\xe4\xb8\xed\x09\x5c\xf5\xf2\xc1\xa0\x4a\x3c\xfe\x01\x5f\x54\x34\x2e\xd0\xee\xcc\x34\x91\xa1\x54\xb9\x89\x14\xbb\xd7\xea\x19\x53\x52\x43\xba\xce\x44\xc3\x61\x52\x3a\x95\xe3\x7b\x01\xa9\xcc\x68\xc3\xc5\xd0\x2a\x50\x88\x0a\x9b\xb2\x0a\xaf\xb5\xe6\x20\x81\x99\x64\x2a\xce\xd1\x2d\x00\xa1\x6b\x5e\xd0\x75\xd8\xd5\x10\x29\x2f\xb5\x62\xb5\xda\x50\x57\xcb\x3f\xe6\xb3\xcb\xb0\x39\xb0\xe5\x0b\xe5\x65\xcd\x6b\x94\xca\x3b\x1c\xe1\x9a\xd7\xcd\xd5\xe6\xe6\x09\x18\xcc\xe2\x6d\xfa\x3d\x86\x24\xd4\x7e\x5a\x5d\xef\x7a\x18\xa0\x83\xb7\x10\x44\x74\xa4\xd3\xdc\xee\x55\x90\x41\x69\x43\xfd\x15\x58\x8c\x7c\x1d\xd8\x4d\xc8\xf9\x6f\xe5\xb1\xb6\x7b\xaf\x1e\xa6\x57\xb4\x11\x3a\x71\x45\x1b\x49\x32\x75\x27\x30\x23\xee\xa8\x25\x85\x5d\x34\x5f\x24\x53\x4c\xca\x4e\x7c\xcc\x89\x9c\x14\x34\x18\x30\x29\xfe\x82\x19\x95\xca\x73\xbc\x83\xab\x34\x85\x35\x95\xc0\xbb\x25\xc2\x09\xa4\xf5\x67\xac\xba\xe0\xd9\xe4\x33\x84\xa1\x4b\xb9\x5e\x5f\x2f\x8a\x6a\x71\xab\x24\xa2\xa6\xa6\x0e\x21\x1c\xca\xe4\x5c\xe5\xc8\x7e\xa0\x14\xd7\x62\x38\x42\xa9\x1a\x89\x4f\x73\x7a\x02\xbd\xe8\x67\x8a\x0b\xd2\x5a\x3c\xb1\x2b\xbc\xa4\xc9\xa9\xe8\x72\x97\x72\x4e\x59\x7c\xb5\xe2\x41\xa4\xbc\xf6\x3e\xe2\xe4\x8a\xca\x13\x6d\xc4\xc6\xc8\x25\x3d\x6b\x5a\x09\xef\x28\xbe\xa2\x71\x74\x5d\x96\x11\x8e\xb2\x08\xb9\x5f\xdb\xf0\xf7\xb2\xb6\x8f\x97\xb5\x79\xb6\x28\x3e\x97\x85\x37\xc3\x68\x59\x7b\x9f\x75\xbe\xdd\x46\xf8\x46\xd5\x26\x2b\xf7\x7f\x24\x57\x19\x8f\xd4\x91\x7b\x49\xc9\xd2\x8b\x4a\xd1\x7e\xe1\xb0\x41\x95\xbe\xdc\x1f\xa6\x7c\x04\x74\x69\x8e\xb0\x43\xf7\xb9\xf1\xbd\x51\xe4\xae\x0c\xea\xee\x6c\xd3\x3a\xd5\xca\x20\x21\x58\x0f\x92\x4c\x9e\x3a\x2d\xaf\xe0\x6a\x30\xe0\xea\xf4\x82\xa4\x7f\x72\xcb\x16\xb8\xb0\xba\xb2\x0d\x42\xe2\x52\x11\x6d\x87\x77\x1c\x5d\xad\x14\x0d\x77\x5e\x43\xe0\x98\xfb\xd0\xb8\x89\x98\x26\x4a\x15\xef\xfa\x4e\x51\x62\xda\xf5\x6d\x2c\x24\xcb\x2b\x7c\xd1\xeb\xb0\xc9\x2a\x89\x4f\x4c\xb8\x24\x4c\xfb\x1d\x67\x04\xc8\x91\x79\x91\x44\x19\x72\x1e\xf9\x19\x2e\x75\x24\xe9\x46\x81\x1c\x5c\xed\x22\xd1\xd0\x6d\xf1\xaf\xa6\x13\xfd\x8a\x8a\xfe\x75\xc6\x72\x3a\x4d\xfb\x6a\xfc\x72\xc4\xf3\x4c\xcc\xfa\xd1\x8b\x25\x53\x69\x49\x64\xeb\x75\xd4\x9f\x94\x8b\x7c\x0a\x88\xb6\x57\xb4\x7f\x5d\x2e\x8a\x69\xf2\x2b\xaa\x8d\xd7\x11\x38\x99\xa3\xf8\x92\xea\x1d\x0b\xae\x27\x08\xdc\x09\x1d\x2d\xae\x7b\xb7\xbd\xe6\x4d\x06\x80\x6f\xeb\x4b\x66\xe9\x25\xd5\xef\x1d\xed\x7d\x85\xc4\x9b\x4a\x8c\x3f\xa1\x16\xc4\xea\x5f\x4d\xcc\x13\x40\xa5\x8a\x6d\xc6\x92\x32\xcf\x04\x93\x42\xbc\xcd\x6d\x42\xb3\xe9\x49\x91\xdf\xbb\x27\xb3\xec\xff\xe1\xee\x5d\xdb\xdb\x46\xae\x3c\xf1\xf7\xfc\x14\x22\xc6\x0f\x83\x1a\x95\x60\x2a\x33\x3b\xbb\x0b\xb9\xac\xbf\x62\xcb\x89\x27\xb6\xe5\x58\xee\x64\x7a\xd9\x5c\x1a\x22\x8b\x62\xa5\xc1\x02\x03\x14\x25\x2b\x24\xbe\xfb\xff\xa9\x53\x77\x00\xa4\x28\xb7\x3b\x99\x67\xfb\x45\x5b\x04\x0a\x75\xaf\x53\xe7\xfa\x3b\xd5\x2b\xb8\x29\xdc\xa3\x5b\x2a\x84\x4b\xf7\xa3\x9e\x55\xfe\x33\x9d\xe0\x93\x8e\x5c\x4c\x16\x78\xfc\x76\x8b\x44\x2e\x2c\xac\x2d\x1c\x99\x20\x7b\xaf\x17\xc3\xde\x9d\x4d\x7f\xbe\x52\x61\x7f\x5d\x09\xcf\x51\xd0\xd7\xd2\x49\xbb\x9c\x94\xbd\xe0\x1d\x98\x72\xb6\xdb\xaf\x34\x1c\x0a\xa0\x72\xd6\x35\xb5\x1e\xf6\x1a\x27\x63\xb2\x32\xbb\x39\x49\x12\x85\xed\xe1\x0b\x34\x6c\x1e\x2b\xe8\xaf\xf0\x39\xee\xbb\x60\x5d\x3b\x18\x85\xeb\x25\x59\x70\x06\xcc\x77\x51\x93\x32\x88\x41\x88\x83\x8e\x32\x4f\xa1\x5b\xd8\x97\xba\xbb\x5d\x8e\xba\x45\x32\xcd\xf2\x3c\xd6\x40\x5a\x5d\xf1\x03\x9e\x62\x9d\xb9\xc2\x48\xde\xf6\x75\xed\x46\x6a\xb0\x5c\x7c\x3b\xb1\x88\x85\xd5\xe7\x08\x08\x9d\xf7\xe2\x2d\x9b\x32\x0c\x44\x51\x4d\x69\x5c\xbe\x18\x6e\xb7\xcd\x97\x2f\x88\x85\x9b\xf1\x63\xac\x64\x97\xbb\x44\x4b\xaa\x32\x9b\x69\x13\x75\xb8\x93\x51\x10\x22\xab\xe6\x4d\x8d\x8b\x1a\x0b\x17\xc7\xda\x9d\xd5\x30\x92\x0a\x30\xad\x65\x80\xcd\x9a\x96\xb0\x12\x17\x92\xcd\x64\x81\x32\xa4\x6c\x24\x7b\xd4\x17\x6e\xa0\x0b\xc9\x70\x8e\x10\x27\xcc\x8f\xcf\xb2\xfb\x71\xa3\x7b\x99\xae\x71\x38\xce\x74\xaa\xf0\xfa\xb5\x5e\x94\x7b\x64\x60\xc3\xc9\xda\x8d\xaa\xf6\xb6\xc5\x54\xb7\xef\xa9\x51\x33\xfc\x63\x4c\x35\xd3\x8d\x30\x38\x16\x58\xd0\x10\xd8\x99\xf0\xc8\xc7\xf2\x28\x71\x97\x4f\x01\xc2\xbf\x8f\x99\x0a\x80\x09\xd4\x9d\x8e\xb3\xc8\x9a\xfc\x07\x7f\x94\xff\xe0\x9a\xff\xc0\x5c\xe7\xa3\x33\x67\x28\x24\x47\xe6\xe8\x01\x61\xff\xa4\x1f\x2a\x28\x72\xb0\xc6\xf5\xfd\xa3\x10\xec\x81\x69\x5e\xdc\xdc\xd0\xf2\xda\x56\xde\xdb\xbf\x67\xcc\x43\xef\x03\xed\xc2\x19\x6e\x9a\x5e\xdb\x66\x68\x4e\x93\x8d\xd8\x0f\x96\xd3\x0c\x21\x78\xe8\xd1\x96\x4e\x2b\xed\x87\xf1\x60\x60\x02\x0a\x01\x64\x72\x30\x50\xfe\x47\xb0\x0b\xb4\x45\xb1\x36\xe2\x44\x7f\xa8\x6c\x7c\x6f\x62\x84\x35\xa6\xe3\xc4\xce\xaa\xdc\xbc\xbf\x8f\x0b\xc8\x1b\xef\xec\x61\xad\x5d\x9f\xb7\x77\x7d\x86\xf0\xa6\xb1\x35\xd7\x3a\x95\x84\xaf\xf4\x6c\xab\xef\xe5\xbe\x5b\x83\x7b\x10\xc2\xc5\x21\x9b\x2c\x47\xa1\x71\xd2\x9a\x9d\xbb\x17\x5e\xf8\xc0\xf4\xde\x4d\xff\x2a\xe3\xf2\xc6\x96\xf7\xbc\xdc\x40\x27\x05\xcf\x1f\x8e\x0c\x2d\x93\x77\xbc\xa8\xa3\xa3\x82\xeb\xcb\x3f\x3d\x7a\xb6\x51\x7a\x42\x5e\xad\xb4\x2f\x6a\xfd\x05\xd5\xad\x9d\x63\xa4\x0b\x23\xa4\xae\xf3\xbc\x11\xc4\xe3\x9d\x6f\x64\x42\x03\x38\x28\x43\x82\x5d\xe5\x87\xd5\xf9\x1b\xd7\x1c\x69\xf9\xbe\xd6\x2b\xe7\xb3\x46\xb8\x70\x32\x2e\x0f\xa8\x90\x00\x84\x47\xd7\xbe\x90\x4b\xa6\x2a\x4d\x2b\xbd\x56\xca\xab\xc1\xec\x11\x46\x2a\xaf\x39\x08\x33\xd2\x13\xaf\xcb\x9d\xda\xe9\x2f\x06\x83\x4c\xc5\x01\xc5\x3c\xa0\x1e\x20\xa3\xbe\xd3\x5c\xac\x1c\x32\x6b\xe9\xec\xc2\x93\x66\x94\x95\x7d\x42\xca\x46\xff\x15\x3a\x43\xb8\x45\x84\x4d\xa8\x5d\x36\xda\x35\xa9\x7d\xb1\xba\x6a\x1b\xad\xca\x4b\xbb\xe5\x4c\x78\x45\x35\x0e\xdc\xb5\x63\x8f\xae\x20\x79\xd5\xff\x83\x57\x89\x5a\x72\x3c\x25\x4d\x06\xb2\x79\x73\xb4\x8c\x6e\x19\x9e\xfe\x37\xbd\x24\x80\x8c\x70\x93\x91\xf4\xbd\x5b\xc5\x37\x9a\x70\x6e\xcc\x6d\x61\xd9\x95\x4c\xf9\xb1\x5b\xce\x87\xfa\x0c\xae\xe2\x5c\xed\xd1\x74\x5a\x62\xf3\x95\xcf\x1f\xeb\xc2\x1e\x43\xd4\x2a\xec\xb3\x85\x96\x8d\x51\x9c\x76\xbd\xd4\x48\x6c\x3a\xb6\xa0\xd1\xad\x61\x97\xd2\x57\x28\xb5\xf9\x76\xbb\xa9\xd3\x58\xff\xd0\xc0\x7d\x2a\xc5\x9c\x5e\xec\xae\xae\xa8\x37\xf2\x46\x3d\x72\x5a\x1d\xd9\xbe\x2d\xe2\x69\xf5\xa9\x27\x8d\x5d\xd0\xef\x18\x22\xcf\xe6\xf1\x7f\x4a\x79\xd7\x66\x1b\x83\xa0\xf3\x2b\x70\x1b\xc0\xef\x1d\xc0\x03\x8f\xc5\x68\x38\xc6\x62\x74\x2a\xff\xf7\xdb\xb1\x97\x46\xcd\x7c\xa1\x83\xeb\xc1\xad\x8d\x92\x0b\x9a\xdc\x30\x3e\x53\x48\x73\xbd\x0e\x2f\xe1\x8f\xe6\xac\x7f\xde\xbf\x4b\x9a\x13\xe7\x5e\xa9\x65\x2b\x38\xfd\x4b\xd6\x55\xd0\xbc\xd8\xbb\xba\xda\xea\xd9\x9c\x44\x87\xad\x61\x17\xb8\x67\xd7\xd7\x6c\xef\x4f\x87\xca\x70\xca\xa4\x47\x68\x53\x0c\xe9\x92\x41\x1c\xdf\xfc\x8b\x89\x57\x37\x53\xaa\xd4\x70\xae\x5b\xa8\x46\x3a\x75\x65\x8b\xd2\x35\x65\x91\x9d\xd4\x6e\xbb\x8d\xdb\x34\xea\x8f\x61\x3b\x3e\x6f\xfb\x14\x1a\xa5\x05\xec\x06\x79\x32\xac\x68\x3b\xe6\xdf\x6b\x11\xa0\x4f\xec\x46\x52\x00\x4e\x54\x90\x9f\xa9\xdb\x34\xf6\xe1\x2b\xff\x88\xfd\x4c\xbf\x99\x73\xf9\x8d\xe4\x5c\x7e\xf3\x38\xe7\x62\xdb\x7a\x45\x1b\xc3\x98\x69\x9d\x13\xc4\x3c\x1b\x1c\x03\x75\xae\xfe\xba\xc3\x56\xf3\x9a\xba\xad\xad\x23\xb3\x81\x85\x76\x61\x94\x9e\x7f\x80\xa7\xec\xac\xd8\xdf\xcd\x15\xda\x57\xbf\xb4\xdc\x6e\x4a\xc0\x77\x4e\xdd\x1a\xc2\x37\x44\xf2\x83\x08\x75\xd6\x6d\xc3\xe5\x79\xdd\xdd\xb4\x31\xc1\xfa\x1a\x2c\x1b\xe6\xd8\xa7\xbe\x5f\x43\xab\x7d\xa6\xdb\xd7\x9e\x5f\xdd\x3d\x30\x66\xa8\x3e\x73\x40\x8e\x76\xc2\x3e\xf8\xc6\x27\x98\xbd\xed\xb6\x4b\xe1\x0d\x0a\x81\xe7\x3f\x5d\x3f\x4f\x04\xad\x40\xe7\xad\x8e\xfe\x5b\xda\x65\x86\x9d\x94\x26\xb3\xac\x4d\x0f\x3b\x2d\x4a\xfa\x8e\xdd\xbc\xe5\x33\xfa\x95\x0c\x01\x70\x53\x05\x60\x3c\xfc\xee\xc1\x64\xe3\x6c\x65\x01\xd4\xb5\xe0\xd2\x65\x80\xd3\x88\x4f\x10\xc2\x26\x57\x76\xc4\xc7\x90\xc0\x26\x00\xe7\x19\xf1\xb1\x97\x65\xd1\x77\x8f\x0d\x2b\x36\x93\x6b\xb9\xa6\x66\x97\xb6\xdb\xb8\x04\x5f\xbd\xf6\x20\x8e\x8f\x5d\xee\x3b\x5d\x9b\xf6\xc6\xe2\x78\x88\x37\x00\x01\x4f\xb1\x46\xa3\x49\x45\x8d\x5c\xe2\xc7\x57\xaa\x1a\xd9\x92\x07\x45\x19\x74\xb8\x3f\x44\xf5\x8c\x7e\x6a\x66\x8a\xb4\x29\x11\x3b\xfa\xda\x2b\x6d\x82\x3e\xaf\x4f\xc6\xc0\x51\xee\xea\xad\x50\xc9\x11\xfd\x78\x98\xb7\x6a\xf7\xbf\x53\x87\xec\x2d\xed\xf9\x01\x32\xef\x28\x7e\x47\x93\xae\xa1\x44\x97\xb0\xf1\x20\x53\x36\x90\x08\x45\x4f\xdf\xd0\x16\x4e\x72\xb2\xc8\xaa\x2b\xa7\x69\xc5\x7f\x07\xa5\xde\xef\x28\x01\x39\x20\x1d\xe2\x49\x67\xb8\x5b\xda\x3f\xc5\x92\x99\xe8\x7c\xd9\x04\xaf\xeb\x2c\x54\xe3\x6a\xe7\xf7\x16\x23\xb3\xa2\xe2\xf8\x18\xef\xa9\x45\xde\x7c\xf8\x07\xe8\xf3\x1f\x40\xcd\x14\xc4\x2f\xfd\x41\xcd\xde\x9f\x69\x17\xd4\xac\xe7\x81\x48\x15\x58\xdd\xae\xd8\x3e\xeb\x8b\x46\xb1\x68\x85\xb5\xb5\xa3\xbe\x95\x8b\x18\xf7\x5d\xc4\xb4\x49\x92\x8f\x0a\x60\x6f\x62\x4a\xb2\x64\xba\xc8\xca\x57\xc5\x8c\x5e\x88\x78\x88\xd0\x4b\xf2\x1f\xff\x63\x30\xa0\x2f\xc8\xff\x1e\x1a\xef\xcf\x1f\xe5\x8e\xc8\x50\xaf\x82\x2b\xae\x34\x91\x6e\x28\xae\xa4\xd8\xe5\x5d\x0d\xcf\x54\x42\xa0\xc0\xdc\xeb\x39\xe2\xd9\x03\x9b\x11\xe1\x94\xd4\x0e\x86\xe1\x88\x41\xbc\x61\x36\x26\x1c\x87\x0d\x71\x29\xc3\x73\x79\xb8\xdf\x50\xc5\xfd\x73\x5c\xd9\x20\x6c\x3e\xaa\x60\x34\x62\x54\x8c\x49\x85\xf3\xc1\x20\x77\x59\x70\x08\xf9\x3d\xf5\xd4\x84\x61\x80\x61\x8e\x50\xd8\x50\x8e\xbd\x9e\x39\x57\x24\xa8\xd2\x0b\x09\x84\x55\x52\x41\x34\x39\x42\x72\x1d\x18\x5f\xd3\x1e\x03\x67\x8a\x1c\x61\x39\xf0\x1c\x33\x54\xd7\x66\xcc\xa4\xa8\x51\x3c\xa2\xb6\x5f\x31\x1a\x63\x15\x2e\x04\xa0\xc1\xce\x1d\x93\x5a\xe6\x7f\xd7\x2e\x90\x43\xa5\x83\x41\x2c\x77\x0b\xde\x1d\x06\x7a\x8a\x30\xdd\x6e\x7f\x08\x68\xe8\x1f\x28\xee\x80\x93\x7b\x46\x63\x88\xff\xef\xc1\xfe\xf5\xd6\xf3\xf7\xae\x33\xe1\xbc\x05\xdc\xbf\x4b\x97\xbf\xdd\xc6\x1d\x41\x9d\x60\xd3\xf8\xbb\x9a\x33\x39\x3c\xec\x23\xb6\x35\x03\x3e\x51\x88\xa6\xc6\x09\xed\xcd\x0a\x70\xcc\xe4\xdd\xc8\x73\x31\x47\x88\x10\x62\xb8\x63\x47\x50\xb6\x5b\x4e\x48\x8b\xcc\x38\x87\xbe\xfd\xbd\xd8\x08\xf2\x25\xae\xd6\x37\xea\x4a\x2b\xe6\x47\x92\x75\x41\x5f\xb4\xab\x96\xce\xe8\xe9\x3c\x29\x1c\xf0\xdf\x76\x1b\xc5\xda\x22\x8a\xa2\x5a\xcd\x54\x63\x37\x6b\xff\x9d\xc0\x67\xf5\x47\xc3\x55\x95\x0f\xc6\xbd\x62\x24\x4c\x0c\xbd\xf1\x1e\x29\x3b\x2c\x0c\x65\x68\xdc\xb5\xd6\x83\xc1\xa0\xf4\x77\xec\x60\x50\xd6\xd3\x4c\x4c\x17\x31\x57\x59\x25\x5a\x01\x97\x7f\x56\x34\xea\x8f\x14\xff\x89\x12\x25\xe1\x3a\xe2\x3c\x2d\xf8\x34\x13\x78\xa3\x65\xde\xf4\x3f\x69\xad\xca\x38\xe2\xf5\x5f\x2d\x43\x58\x09\x08\xd9\xdc\x03\x38\x16\x23\x0a\xb1\xb7\x84\x9d\xff\x49\x1f\x64\x86\xe5\x43\x94\xc2\xff\xb1\x17\xa0\xf1\x7f\x1a\xd6\xc8\x00\x05\x4b\xf4\x8c\xff\xb3\x96\x15\x03\x8f\xbe\x22\x2c\x96\x11\x36\xa2\x63\x5c\x91\x8e\x89\xca\xce\x33\x1a\x67\x28\xcd\x82\x0a\xaa\xed\x16\xda\xab\xc2\x8a\x72\x52\x75\xb6\x97\x87\xc5\xd6\x4a\x6f\x51\x26\xf7\x65\xb6\x42\x71\x81\x21\x7d\x3d\x37\x5a\x32\xbc\x20\x56\x63\xa6\x1c\x36\xed\x56\x5c\x9c\xdb\x3f\x67\xe7\x5e\x15\x33\xbc\x40\xe9\x22\x9d\xe1\x69\x9f\x90\x62\xbb\x5d\xcb\x02\x6a\x9a\xe7\xb2\xe2\x40\xb9\xb9\xdd\x8e\xc6\x78\x45\x8c\xac\x9a\x24\xc9\x1c\x83\x8d\x66\x0a\x36\x9a\x75\xed\xa0\x48\x56\x9e\x3e\x81\xbb\xbf\xf1\xca\x53\x1d\x70\xf7\xb7\x7c\x0e\x62\x1e\x57\xff\xe2\x95\x2f\x87\x73\xdf\x65\x8b\xd3\x78\x85\xaf\xa8\x07\x88\xe9\x6e\x05\x11\x2c\xac\xb3\xe6\xc8\x1d\xd0\x5c\x5f\xb7\x79\x3a\x16\xaf\xf0\xe7\x48\xe0\x02\xa5\x5e\x33\x42\x37\x63\x03\x9e\xe4\x1e\x28\xd4\xc2\x2c\xb3\x9f\x15\x68\x18\x8a\x19\xd2\x9b\x3b\x6e\xbe\x11\x16\xa4\xe1\xa8\x70\xd5\x96\x1d\xd5\x02\x85\x63\x6d\xbc\x4a\x68\x2d\xf7\x53\xeb\x30\x29\x8e\xf6\x4f\x71\xd5\xbc\xab\xd7\x64\x78\xb6\x7e\x61\xad\x4d\x6b\x73\x57\x4f\x49\x35\x5a\x8f\xf1\x8c\x88\xd1\x74\xdc\x05\x67\x31\x3b\x07\x9c\x28\x5c\x8c\xa6\x63\x42\x45\x3c\xc5\x33\xcc\xf0\xa6\x46\x28\x85\x47\x33\xb3\x02\x19\xc4\x09\x4d\x40\xae\x26\x65\xf2\xe9\xea\xea\x33\xc2\xde\xc0\xb8\x08\xc1\x0d\xdd\xbd\x51\x91\xff\xa2\x71\xa4\x66\x89\xf2\xcc\x29\x25\x19\xad\x22\xbd\x92\x38\x87\x42\x4b\x5a\xde\x76\xbe\x5e\x37\x07\xac\x70\x32\x8c\x7f\xd6\xd9\xd4\x0c\x78\x46\xd6\xa3\xe9\x18\x2f\x88\x18\xcd\x42\x48\xfa\x05\x6c\x17\x70\xb3\x2e\x2c\x0f\x3b\x43\x68\xa3\xb1\x92\x67\x8a\xb7\x9c\x13\xda\xf2\xad\x9b\x85\x1e\xbf\x73\xd5\xd4\x8a\xf0\xd1\x6c\x4c\x98\x6c\xa8\x63\x66\x57\x83\x01\x13\x31\xc3\x33\xbc\x02\x6d\x32\x30\x03\xa5\xfc\x62\x8e\x33\xd3\x24\x9e\x3b\xe5\xad\x2c\xaa\x95\x3c\xcb\x2e\x5a\x03\x12\xdb\x52\xb5\x7d\x47\x32\x1a\x2f\x42\x85\xe9\x1d\xda\x40\xf5\xff\x87\xca\x03\x8f\xef\x70\x89\x30\xf4\x50\x1b\xa5\x0d\x9f\x51\xd7\xd5\x60\x50\x79\x53\xf0\x92\x0c\xb7\xdb\x5d\x0b\x44\x00\x66\xaa\xbd\x32\xf2\xf9\xf9\x82\x08\x01\x8d\x71\x94\x2a\x26\xc7\x55\x7a\x72\x7a\xbe\x20\xa5\x7d\xbd\x1c\x0c\xe2\x85\xdc\x61\xf0\x1b\xd4\xe5\xd0\xb9\x05\x2e\x5d\x1f\x7d\x6e\x90\x79\xe7\xdc\x9e\x86\xd2\x42\xc0\x18\xd8\x2e\x0f\xfd\xa6\x19\x8f\x71\x97\x95\x1b\x53\xbc\x4a\x33\x6c\x11\x83\xd3\xaa\x26\x45\x18\x62\x64\x79\xe3\x9c\xb0\xf3\x49\x7a\xaf\x4f\x54\x06\xd1\x97\xc1\xb9\xca\x63\x8a\xf5\x63\x79\xb4\x14\x42\x08\xce\x34\x98\x8b\x5f\xa9\x63\xb8\xa7\x84\x9d\xcf\xd3\x15\x9e\x91\xe1\xd9\xcc\x1d\xd3\xd9\xf1\x31\x9a\xc6\x14\x57\xa3\xd9\xd8\x41\x8d\x38\x37\x51\x61\x23\x51\x76\xe1\x8b\x77\xc8\x03\x38\xeb\x7c\x5a\x35\x94\x5d\xb9\x14\xa4\xd7\x4a\xd4\x08\x4e\x35\x6e\xbb\x5b\x2a\xb0\xd2\x20\x5a\x03\x66\x47\xf8\xf3\x22\xf9\x5c\x22\xe4\x94\x4c\x85\x61\x6d\xe5\x89\x83\x30\x77\x85\xfe\xef\x33\xbb\x65\x62\x53\x09\xe4\x30\x9a\xcd\xca\x6e\xae\x74\x8a\x15\x86\x7f\x3a\xab\x49\xee\xac\x6c\xd3\x73\x2e\xe2\x12\x4f\xbd\x3e\xa5\xee\xc6\x1b\x0c\x62\xb9\xf3\xfd\x1e\x3b\x5e\x31\x4f\x26\xf7\x4c\x2c\x8a\xb5\x90\xdb\xd4\xfc\x6d\xe3\x7c\xa9\x8e\x06\x16\x24\xf3\x90\x41\xce\x14\xfc\xf8\x60\x90\xf9\xa2\xad\x94\xbb\xe1\x30\x43\x67\x72\xaf\xb9\x5a\xca\x15\xf0\x37\x05\x44\xb7\x9e\x5b\x7f\x49\xad\xf2\x16\xb5\x5a\x90\x5c\x52\xab\x39\xc9\x46\x0b\x79\xe9\x16\xa3\x05\x10\xad\x59\x72\xf1\xee\xed\xc5\xf5\xe4\xfd\xe5\xe7\x3f\x5c\xbd\x86\x6d\x74\x66\x87\x32\x1f\x0c\x2a\x11\xcf\x91\x8d\x89\xf9\xa3\x64\x75\xe6\x40\x74\x7b\x2b\xb2\x04\x34\x34\x3c\x27\x4b\xa5\xf8\xab\xdd\x87\xe7\x5d\x9e\x22\x73\xa0\x53\x14\x2f\xf0\x1c\xf7\x87\x08\x83\xa7\xa5\xfc\x01\x83\x5f\xdb\xe9\x58\x20\xdc\x67\xc8\x9b\xf0\xd5\x60\xb0\x50\x65\x57\x72\xec\x1e\x30\x47\xb7\x7f\x28\xa6\x75\x38\xae\xc1\x20\xfe\xe3\x4e\x54\x4a\xc8\x62\xaf\x30\x89\x25\x17\x8a\x33\x52\x8e\x0a\xc9\x85\x81\xf0\xd9\x94\x1d\x32\xcf\xb4\x56\x59\x70\x6a\xc9\x9d\x33\xe5\x23\x5b\x20\x24\x6f\x3a\x86\x8d\x6b\x3e\x4a\x63\xe3\x5b\x8b\x2b\x42\x47\xc5\x18\x21\xbc\x91\x53\x97\x66\xda\xe5\xb3\xaa\xb5\xfe\x36\x13\xb8\x12\x38\x17\x78\x2d\xf0\x54\x34\x5d\xdc\x15\x8f\x3f\x13\xcd\x0c\x85\x68\x33\x55\x79\x0c\x14\x13\x6f\x60\xed\xdb\xa0\x6d\x21\x1f\x43\x91\x13\xb8\xfc\x4b\xcf\xda\x1b\x76\x61\x79\x63\xe6\x89\x38\x9e\x2e\xc4\xdd\x64\x0a\xc0\xc1\x11\x13\x59\xd0\x13\x6e\x41\x7f\xbc\xdd\xee\xf2\x99\xe5\x06\x70\xf8\xbf\x62\x86\x6a\x2f\x34\x04\x62\x28\xe4\xe8\x74\x5a\xa7\x85\x80\x44\xe1\x36\xed\xe2\x2b\x37\x2f\xa1\xd3\x94\x3e\x85\x36\x34\x22\xc8\xfa\x87\x36\x52\x9e\x1c\xf6\xbe\x3b\x62\xb1\x4e\x6d\x6e\xad\xa8\xa6\xdd\xa5\xcd\x32\x72\x67\xe0\xa7\x42\x57\x7c\xcc\x25\xb9\x0c\x50\x3a\x95\x3b\x67\x23\x4d\x09\x79\xb9\xa1\xde\x4a\x6f\xb7\xdc\xe2\x29\x21\xcc\x6b\x95\x00\xf1\xfb\x1a\x9a\xc0\xe9\xc2\x18\x58\xac\x2d\xd7\xf5\xc1\x19\xa1\xee\x8f\x66\x22\xf6\x57\xc1\x2b\xd4\x6b\xee\x51\xbf\x9c\x5e\xdc\x11\x1f\x2b\xea\xe7\x3d\x34\x69\x4e\x4c\x11\x27\x21\xf8\x8f\xbd\xbf\x0d\xcf\xbc\x10\xe0\xee\x0b\x56\xa4\x5a\xe1\x57\xfa\x7e\xcc\xcd\x50\x83\x53\x84\xe1\x4e\x1c\xc9\x0f\xc6\xf2\xb2\x84\x6f\x3e\x66\xa5\x60\x59\xee\xa9\x9d\xbd\x52\xa8\x9e\x51\x41\xa7\x42\x1f\xb3\x2e\x8f\x4f\xbd\x94\xd4\x41\x7b\xb2\x79\xac\x2f\x31\x8b\xcb\x75\xd4\xbc\x16\x5b\x48\x29\x46\x1b\x03\x0e\x9a\x8d\xe4\x47\xa7\xea\x21\x50\x03\x84\x85\x07\x3b\xa8\xfd\xf9\x98\xa4\x76\x2a\x6f\x0d\x9b\xc7\x5e\x9c\x47\x55\x2c\x69\x2c\xc8\x4b\xd3\xaa\x99\xda\xfe\x69\xad\x4d\x32\x1e\xe0\x61\x23\xbc\xdb\xdb\xaa\x4a\xfc\xf7\xee\x62\x65\x48\xd5\x27\x30\xd8\x8c\x7a\x8f\xe8\xe9\xc3\x8f\x61\xc1\x19\x5c\x3d\x8b\x01\xd7\x8d\xe3\x47\xdd\x71\x2f\x31\xad\x81\xa4\xb5\x42\x95\x3a\xe6\x56\x85\xd8\xdb\xb9\x3d\x7c\xce\xc3\x19\xf7\xb7\xb9\x0b\x84\x0d\x84\x0a\xbf\x88\x56\x7e\x32\x5f\xf9\x09\x1c\x4b\xcc\xe4\x4d\xa1\x34\x7b\x66\xc5\x06\x03\xf3\x97\xe5\x27\x3a\x16\xec\xa8\xd4\xea\x9c\xda\x29\xf1\x4c\x3c\x80\x51\xf9\x28\x1a\x84\x22\x8f\x09\x04\x62\x6a\x92\x88\x0c\x06\xc6\x7a\xb3\xdd\x0e\xb1\x75\x37\x95\xe7\xfd\xe5\x10\x6d\xc2\x75\x69\x66\xee\xf0\x73\x59\x50\xb9\x32\x7a\x8b\x33\x74\x0e\xab\xc6\x52\xf8\x27\x24\x11\xcc\x82\xc9\x1e\x95\x35\x9b\xc7\x06\x0f\x6b\x26\xf0\xcc\x57\xbf\x0b\x0f\x20\xae\xc1\xbd\x28\x3d\x43\xeb\xda\xac\x04\xa1\xe4\xe5\xdc\x1c\x33\x9c\x09\x02\x37\x69\x67\x9a\x42\xc7\x08\x10\x8a\xe7\xde\xb5\xea\x4b\x0c\x2b\xf1\x7d\x89\x6a\xdf\x37\xdf\x83\x8d\x9e\x11\x7e\xce\x13\x66\xdc\xde\x5c\x86\xdd\x02\x5e\xa8\xeb\x51\x3f\xca\xba\xd1\xef\x97\x42\xc1\xf6\x6c\xfc\x5a\xd8\x76\x0b\x36\xe4\x02\xd5\x63\xe4\x47\x9c\x65\x08\x67\xb5\xfb\xd2\x57\xf5\x2e\x45\x33\x10\x13\xd4\x34\x42\x56\x87\xb5\xef\x53\x51\x7b\x1e\x30\x74\xf6\x3a\x83\x18\x3a\xdc\x3d\x08\xb3\x51\x1b\xf8\x6b\xcd\x38\x19\x05\x5c\xaf\xa6\x98\x85\xaa\xdc\x26\xe8\xc1\x63\x8e\x2d\xd4\x78\x3f\xd2\xda\x80\xe4\x17\x46\xbd\xd9\x81\xa1\x02\x6f\x5e\xc9\x25\x0f\x31\xda\x72\x81\x5b\x8c\x65\xb3\x44\x77\x1a\x80\xfb\xa3\x4c\xa8\x6b\x79\x1f\x22\xdc\x5a\xec\x4c\x7b\x01\xfc\xcd\x61\x69\x2f\x3a\xb3\x5b\x7c\xe7\xf4\xb9\xd4\xc2\x65\x76\x80\x23\xc2\x99\x6f\x5c\xa9\x14\x14\xf7\x56\xc9\xa6\x70\x08\x9b\x15\xc8\x7e\xc9\x8f\x89\xc0\xb2\x3c\x81\x72\x57\x7f\xf9\x70\xf9\x89\xd0\xe4\xdd\xe5\xef\x2f\x5e\xfd\x38\x51\x3f\x3d\xf7\x77\x7d\x1f\x75\xe0\xdc\xf8\x5f\x00\xc0\x4d\x50\x45\xa9\x15\xf7\x61\x92\x53\x57\x58\x95\xda\x9d\xc8\xb8\x2c\xd6\x82\xf1\xdb\xc3\xd6\xc4\x14\xce\xd9\xcd\x73\xfa\x55\x3c\x77\xa9\xb3\x1f\x2d\x9e\x17\xd3\x4c\x4e\xcf\xf3\x6c\xc5\x0e\x2f\xcc\x0b\x4e\x27\xe6\xd7\xe1\x9f\x2d\xb2\x6a\xf1\x2d\x9f\xb1\x4a\x14\xe5\xc3\x37\x7c\x99\xad\x45\x71\xf8\x67\xd5\x43\x25\xe8\xf2\xf9\x2d\xe5\xb4\xcc\x04\x9d\x3c\x61\x1a\xf5\xa7\xee\x8b\xc9\xbc\x38\xf8\xab\x59\x95\x1f\x5a\x54\x3e\x3a\xbc\x3b\x50\xfa\xd0\xc2\x90\xf3\x7b\xb2\xca\xca\x6c\xf9\xf8\x2e\xab\x68\x79\xc7\xa6\xd4\x3e\x7c\xda\x07\x4f\x98\x50\x40\xfe\x3c\x28\xf5\x0c\x9e\xe3\x15\x5e\xfe\x6a\x99\xbb\xdf\xd9\x5d\x74\x10\xb0\x67\x69\x4c\xfd\x7b\xc1\x42\x3f\x14\x9c\x3e\xb1\x62\x7e\x50\xc5\x7f\xc8\xaa\xc5\x13\x2b\x66\x87\x55\xac\xce\xe2\x13\xeb\x2e\x0e\xaa\xfb\x62\x2d\x8a\x27\x56\x9c\x1d\x54\xb1\x39\xd1\xaf\xbc\x03\x7d\x20\x3c\xeb\xb7\x55\xff\x26\x93\x6c\xdf\xc3\x13\x90\x65\x77\xd4\xb0\xb7\x5d\x47\x6d\xde\x14\x87\x8e\x28\x3f\x68\x44\x9f\xe0\x90\xbe\xbe\x7e\x77\x60\xad\xeb\x27\xd4\x7a\x60\x95\xd3\xc3\xab\x3c\xb0\xc6\xd9\x41\x35\xfe\x49\x92\xc1\x8f\x9a\x0a\x1e\x54\xef\xe2\xe0\x9e\x32\x7e\x7b\xad\xe8\xe0\x81\x55\xcf\x9f\x30\xaf\x4f\xab\x79\x75\x50\xcd\xbf\x5b\x4f\x7f\xd6\x29\xad\x0e\xac\x77\xe9\xd5\xfb\x28\x73\xd3\xc5\xaf\x3c\x9e\x74\xcd\xbb\x2c\xdd\x87\x50\x97\x77\xfd\x82\x04\xfa\xe8\x2d\xa3\x98\xd9\x5f\x25\x99\xbe\x9e\x06\xa3\x7b\xb2\xf7\x41\xa2\xf5\x66\x9b\x6e\x43\x55\x3a\x8a\xfe\xe6\xed\xc0\x31\xf6\x7e\x01\xd0\x01\x9e\xfc\x6d\xf5\x9a\xe6\xf4\x36\x13\xd4\x3e\x50\x68\x63\x33\x1f\x9a\xc4\xc3\x93\x00\xec\x06\xcc\x0c\x7e\x5d\x99\x96\x1a\x92\x69\x88\x39\xb8\x00\xd3\xc4\xab\x14\xc5\x4c\xc5\xc3\xdc\x52\x81\x20\x54\x17\xd5\x58\x94\x19\xaf\x98\x9c\xa1\xcf\x05\x6c\xb7\x40\x44\x75\xc5\x41\xb6\x89\x54\x46\x3e\x48\xec\x0c\x40\xee\xe1\xa7\xdb\x6d\xf8\x10\xb3\xb6\x8c\x5b\x78\x32\x2e\x58\x8b\x87\x67\xd9\x0b\x06\x70\x63\xc5\x28\xf3\x65\xdc\x6c\xec\x80\x88\x8d\xea\x0d\xd2\xb8\xaf\x4a\x3a\x67\x5f\xa1\x45\x29\x70\x5f\x94\x3a\x0d\x3c\x2e\xe4\x80\x34\xb6\xc5\x13\xc7\xe2\x7f\x25\x87\xa1\x7f\xff\x85\x89\xc5\x3f\x63\x14\xb5\x01\xfb\xb4\xbb\xab\xe7\x36\x1e\x3b\xe8\xf8\x85\xfc\x7f\xc7\xe1\xeb\x10\xf0\xbe\xf7\xe1\xd0\x71\xc6\x1b\xad\x31\x0f\xf5\x44\x6c\xb9\x52\xf9\x75\xa0\x9b\xc6\xcd\x33\x7c\x5a\x39\x27\xa1\xa3\xd2\xd8\x0b\x83\xf8\x8d\x1a\x37\xbe\x48\x37\x75\xed\x4d\xd6\x6e\xd1\xf8\x10\xb9\x62\x3f\xcd\xba\x29\x8b\xfb\x8a\x96\x27\x9d\xe9\x1e\x77\xd3\xb6\x56\x02\xc6\x4e\x62\xe6\x52\x43\x7e\x7b\x1e\xca\xce\x21\xca\xaf\xf7\x31\xde\xdf\x45\xc6\xd7\xdc\x24\xa4\x08\x9c\xea\x47\x59\xb5\x80\xdf\xb3\xf6\x3e\x51\x26\xaa\xdc\xc6\x54\xb0\x44\x35\xdb\xf0\xb4\x56\x91\x15\xed\xf8\x9d\xc6\xae\x21\x91\x5c\xc6\xc8\x28\xd6\x8d\x32\x48\xb9\x1c\x17\x85\xf8\xe1\xd3\x3b\x2c\x9a\x0a\x88\x8d\x99\xa0\x54\xe0\x75\x45\xcb\x8b\x5b\xca\x45\x5a\x62\x2d\xa3\xa6\x1c\xcf\x8a\x29\x34\xfa\xbe\x98\xd1\x94\x61\x15\xd4\x92\x16\x58\x57\x99\x66\x35\xa1\x38\x27\x91\x94\xa1\x23\xbc\x26\xfd\x53\x85\x58\x06\xf9\x05\xde\xac\xf3\x5c\x8e\x1e\xc5\x4a\x19\x0c\xcf\xab\xf5\x0a\x76\x97\x9e\x2d\x50\x7d\x21\xe3\xf7\x34\x8d\x33\x2c\x50\x6f\x41\x08\x99\x9f\xe7\x24\xd2\x1d\x89\xd2\xe8\xf9\xbf\x44\x84\x90\x85\x01\x66\x1b\xe2\xdf\xa2\xf3\x98\x1b\x9a\x75\x2d\xe4\x21\x81\x1c\x2b\xe9\xbc\xc6\x51\x84\xe7\x08\x7b\xdf\xa3\x34\x5e\x93\xfe\x50\xe9\xaf\xf4\x37\xba\x67\x78\x6e\x4c\xc7\xad\x1e\x66\xd5\x42\xdd\x45\x2a\x89\x9c\xf1\x30\x99\xb9\x4e\xae\xb6\xdb\xe8\x39\x74\x6c\x30\x88\x9e\xff\x0b\xfc\xb9\x82\x8e\x67\xd5\x22\xda\xd3\xe8\x0a\x01\x18\xdc\xda\xd9\x22\x0c\x4b\x5b\xc7\xde\xaa\xc8\xd5\x33\xbf\xec\xaa\xc0\x53\xfd\xc3\x5b\x36\x78\x6c\x7f\xda\x15\xa2\xe1\x1a\x42\x29\xff\x89\x59\x53\x78\xa1\xfe\xae\x51\x4f\x21\x03\x28\x80\x17\x70\x73\x34\x37\xc8\x34\xe3\x53\x9a\x1b\x26\x4d\xac\x57\x11\x18\xa8\x85\xde\x02\x1e\x60\x33\x6f\xa6\x89\x31\xd9\x60\x22\x3b\xbe\xe8\x58\xc0\x95\xad\x5b\x60\x38\xd2\xbd\x8e\xb4\xb2\x31\x6c\xba\xe0\xd3\x92\x0a\xfa\x36\xd8\xf8\x11\x66\xa8\xbe\x67\x79\xae\x61\x4d\xd4\xd6\xdf\x74\x17\x4e\xa9\x0e\x3c\x05\x6a\x3c\x33\x5f\x78\xfa\xea\xb5\xa7\x8b\x6c\x63\x1c\xef\xaa\x56\xe8\xe0\xc6\xb2\x7d\x6d\x72\xef\xda\x2c\x4d\xda\xae\x12\x00\x68\xf8\x88\xf9\xd7\x26\x1b\x3b\x78\xcf\x22\x11\xe5\xc3\x5b\x7e\x57\xfc\x4c\xe5\x76\xa1\x21\x40\xc9\x34\xc0\x0a\xc2\xcc\x9e\x38\x73\xda\x4c\xd8\x94\x26\x41\x48\x05\xe3\x9a\x47\x20\x15\xa8\x43\xe9\x39\x56\x18\x9f\x3c\xb5\x8b\x8b\xf0\xa4\x95\x24\xe6\xee\xd9\xa9\x45\xee\xfa\x97\x08\xa1\x44\x25\x0f\x47\x58\x1d\x05\x06\xde\xe7\x17\x22\xb6\x19\xf8\x4e\x21\x92\xd6\x62\x79\xc5\xa7\x08\x61\x76\x4c\xca\xe3\xcc\xa2\xd7\x0e\x06\x31\x3b\x26\xd1\xbf\x44\xc7\x5c\x3b\x6b\xcb\x9a\x51\xca\x8e\x49\x76\x5c\xf8\x3e\xa4\xb3\x00\xaf\x0c\x73\xa2\x26\xc3\xd4\x6d\x6c\x31\x76\x38\x91\x82\x80\x89\xa3\xe7\xf0\xd7\x68\x38\x06\x23\x55\xf4\x3c\x3a\xe6\x08\x97\xba\x51\x84\xcb\xda\x51\xe8\x1c\xe7\x96\xb3\x35\xe7\x28\x7a\x1e\x61\xc6\x99\x00\x52\x93\xae\xe3\xc8\xfe\x00\x28\x1e\x28\xb3\x8e\x23\xf5\x57\x04\xc0\x75\xfa\x51\x65\x1e\x69\x1a\xa0\x1f\xbb\x5f\x11\xc2\x05\x07\x60\x49\xf3\xce\xfb\x19\x21\x3c\x2f\xca\x65\x66\x6a\xb3\x3f\x22\x84\x1d\xa1\xe8\xa0\x12\x96\x44\x98\x03\x9e\xdc\x33\x3e\x2b\xee\x7d\x92\xe1\xd1\x8b\xd6\xc1\x56\x59\x1a\x9e\xc4\x49\x34\x54\xa2\x4f\x92\x7e\xf6\xf1\x01\x5e\x1a\xe9\x5f\x7a\xdf\x7f\x77\x76\x4f\x7b\x93\xdb\x6b\xbc\xfc\x85\xd7\x38\xdc\x1c\xb5\xdc\x5c\x31\x40\xd9\x0b\x9f\x04\xba\xb9\x55\xce\x1a\xe6\xf7\x76\xab\xd6\xd6\x6e\x03\xe4\x90\x72\x16\x0a\x73\xf9\x0f\x19\x9f\xe5\x16\x0d\xa7\xd6\x94\x21\xf6\x70\x82\x99\x47\x2e\xfc\x8b\x07\x62\x34\x7f\xf8\xf4\x2e\x64\x2a\x6c\x05\xee\x54\x63\x61\x81\x47\xd5\x69\x13\xea\xb4\x09\x79\xda\x30\x95\x7f\xa9\xe3\x46\x11\xc2\xa2\x56\xe7\xc2\x9a\x13\x4d\x73\x89\xec\x33\xa1\xb8\x35\xf6\xac\x12\xd7\xd4\xdc\x0e\xb5\x3b\x3e\xed\x1a\x0c\xd6\x9f\x6a\xeb\xb1\x9a\xbc\xc3\xe6\xa2\x83\x14\xac\x27\xa4\x86\x35\x5e\x8d\xf1\xee\x49\x85\xeb\xee\x86\xf1\x99\x6e\x22\xf6\xae\x0e\x1d\x61\xa8\xe7\x0c\xe6\x51\xf9\x74\xb8\x6e\xe8\x5c\xf6\xfb\xfa\xa9\x1c\x06\x69\x5c\x22\x38\x93\x7a\xb9\xb3\xd9\x2c\xec\x62\xe4\xfa\x16\xed\xea\x2d\xe0\xe2\x28\x1a\xe2\xc1\xdf\xc9\xa9\x6a\xdc\xa3\x7b\x66\xa2\xee\x7e\xbc\xd9\xd1\xe4\x60\xa0\x3b\xdc\xf5\xd5\x61\x7d\xf6\xc8\x73\xf1\x44\xaa\xd4\xb2\xb8\x7c\x37\xc2\xf4\xad\x74\xe8\x57\x11\x3a\x19\xe9\x9f\x7a\x78\xa6\xce\x93\xe1\xab\xfe\xef\x04\xfe\xf7\xef\xf2\x7f\x0f\xe6\xa7\xf9\x2f\xb2\x87\xe6\xf9\xe8\xeb\xc3\xf8\xf9\x6d\x28\x23\xab\xa8\x1f\x63\x93\x24\xa7\xff\xf1\xaf\xef\x33\xb1\x48\xca\x8c\xcf\x8a\x65\x8c\xb6\x43\x1c\x47\x5f\xe5\xed\x4f\xcf\x45\xfa\x6f\x03\xb1\xfd\x5f\xc8\xc5\x45\x9d\xfe\x07\xf8\x67\x2a\x4a\x99\x7d\x3f\x4a\xa9\x99\x7b\xec\x0b\x39\x92\xd4\x74\x11\x37\xbe\x93\xb8\x69\x52\xab\x83\x02\xdb\x8d\xf7\x14\xd1\x33\x3c\x73\x02\x3a\xac\x6b\x9a\x53\xe8\x6f\x74\x93\x55\x14\x14\x2a\x51\x64\xd2\x77\x00\x73\xb9\xc8\xaa\x0b\x21\x4a\x76\xb3\x16\x34\x8e\x16\x25\x9d\x47\x48\xa3\x2b\xde\x52\xd1\x7a\xd5\xa6\x52\xb2\x62\x38\xfa\x65\x07\x05\x0b\xef\x81\x47\xaf\x81\x55\xb1\xaa\x24\xab\xd2\xb8\x04\x2c\x0b\x13\x92\x76\x3d\xb1\xb6\x36\xfd\xfb\xac\xd9\x0b\xbb\x00\x2a\x3d\xf2\x06\x9a\x48\xcb\x1a\xd8\x32\xa8\xc9\x11\x9a\x80\xfe\x41\x10\xab\xca\x33\x04\x4a\x3c\xdd\xc9\x92\xde\xb1\x62\x5d\xc9\x55\x0c\x8a\xa7\x3a\x70\xd6\x13\xf5\x1a\x97\x92\x13\x99\xa8\x15\x7c\x04\xd6\x33\x28\x7b\x04\x1d\xe6\x44\x25\xee\xe1\xd9\x92\xf6\x04\x11\x6e\xcb\xff\xf4\xfc\xd9\x73\x1c\xc1\x32\x96\xed\xa7\x36\x03\xba\x79\x23\x39\xfa\x4f\xf4\xf6\xf2\xeb\x2a\xfe\xf2\x7f\x9f\x6d\xca\x3a\x3e\x27\xcf\xb7\xcf\xd0\x17\x24\x8b\xef\x2a\x26\x76\x14\x7b\xfe\xd3\xf3\x9f\x9e\x3f\xbf\x95\xec\xb3\xcb\x6a\x73\x4c\x62\x9a\x54\x90\x73\x70\xbb\x8d\x22\x74\x1c\x5e\xba\xde\xe5\xe9\x66\x5e\x4b\x21\x66\xbd\x7a\xb4\xb9\x08\x14\x61\x31\x18\x08\x33\xf1\x54\x27\xee\x5c\xad\xab\x85\x9a\xd6\xd6\xbd\xfa\xcb\x2b\x0f\x96\x8d\xa2\xda\x6f\x4c\xab\xc6\x94\xdc\x4e\xf1\x7a\xcd\x66\x69\x11\xa3\xba\xe7\xb7\xe4\x75\x4f\xa1\x04\x60\x6a\xb7\xf5\xae\x1d\x53\x37\x5a\x3d\xac\xa1\xe0\xa3\xc3\xdb\x7a\x32\xff\xd0\x3c\x8d\x80\x54\x11\x33\x48\xff\x6e\xa0\xcb\x4d\xed\x16\xb8\xcb\x6b\x1f\xa1\xc1\x80\x36\x4e\x54\xbd\x9b\x25\x30\xcd\x45\xdd\xcd\x37\xd8\x01\xb9\xe2\x3b\x8f\x90\x2f\x54\xd1\xf3\xf8\x09\x67\x08\xa5\x4a\x3a\x2c\x81\x25\x54\x7f\x6b\xf6\xb0\xbb\x3c\x2e\x8f\xc5\xf7\xe3\x48\x1a\x63\xde\xcf\x8f\x3c\x3a\x61\x1e\x2f\x92\x3d\x8d\x17\x69\xf8\x9a\x7c\x37\x46\xa4\xd3\x73\x09\x97\xbf\x92\xb4\xc3\xbf\xdb\x1d\x0e\x4a\xa3\x40\x69\x69\x37\x9f\x56\xd5\x84\x74\x5e\x1f\x60\xbb\x41\x83\x6d\x79\xd4\xbd\x1f\xe9\x81\x04\xd9\xa3\xa9\xcd\x9b\x4e\x36\xbb\x53\x56\x50\x28\x30\xaf\xb2\x3c\xbf\xc9\xa6\x3f\x13\x5a\x2f\x60\x9f\x3c\x52\x15\xee\xf8\x16\x00\xbb\x77\x1e\xc6\x8e\x23\xa8\xa0\x20\xba\x4e\x8f\x3c\x3b\xde\x36\xe5\x98\x5b\x8d\x06\xcc\x61\x14\x61\x4f\xb3\xf1\x54\x41\x1f\xf8\x5a\x6f\xf7\xee\xb3\xa8\x78\xe0\x9c\xce\x18\xe2\xee\xe1\x5d\xf2\xe2\x31\x24\x81\x70\x31\x9a\x7e\x52\x55\x7d\x31\x7a\x81\x8e\xde\x5b\x17\xb4\x01\x92\xe4\xb9\xfa\xc7\xaa\xb3\x50\x1a\x45\x5e\x40\x9b\xdf\xa7\xa2\x64\xb7\xcc\x42\x6c\x8b\xed\x36\x16\xe4\xcb\x33\x15\x37\x20\x8a\x69\x91\xd7\xcf\x9f\xcb\x9f\x8b\xa2\x12\xb2\xef\xf5\x17\x4c\x13\x39\x01\x5a\xb2\x4d\xa3\x63\xf5\x1b\xc4\xdb\x6f\x33\x22\x80\xb5\x40\xa8\xbf\x41\x4f\x47\x4a\x67\x4a\x20\x5c\xfd\x6d\x14\xeb\x5d\x0e\x94\x72\x96\x8f\xe5\x6c\x1d\x73\x9d\x2c\xfa\x96\x8a\x2b\x18\x19\x61\x90\x63\xb0\xa9\xdd\xee\xf6\x89\x05\xe8\x5b\xee\x89\x66\x0c\x9e\xb9\x88\x4b\xba\xdd\xd2\x97\xff\x13\x5a\x68\xe8\xf4\x1b\x15\xb2\x79\x1c\x43\xdc\x92\x87\xc3\x7e\xc1\x67\xa5\xac\xe8\xb7\x49\x84\xb6\xdb\x5d\x6f\xff\x3d\x19\x46\xf2\xb2\x6b\xbe\x7f\x5f\xdc\xb0\x9c\x1e\x5d\x67\xf3\xac\x64\x11\x14\x20\x41\x81\x57\x8b\xb2\x58\xd2\xae\x37\x7f\x01\xba\x5f\x1d\x7d\x5c\x80\xba\xba\xa5\x7f\x37\x89\x9c\xe5\xf0\x2d\xe3\x01\x63\x87\x91\x7a\x6a\xfc\xa6\x33\xa6\x3d\x85\x72\x4f\x1d\x43\x7e\xf2\x03\x8e\x54\xcb\x95\xec\x11\xe7\xc8\x6e\xc2\x6f\x7f\xaa\x48\x8a\xe7\x53\x8d\x3a\xe6\x5e\x54\xc6\xa1\xe2\x5b\x9d\x08\x54\xfa\x83\xee\x93\x9d\xf9\x3b\x47\xdf\xed\xe7\x34\xa5\xe6\xd0\x59\x94\x10\xab\x9d\xfd\x96\xd3\xd1\x79\x15\x55\x9e\xfd\x4c\x17\xd8\x68\x89\x4e\xc1\x8d\xc1\x8f\x8e\x9b\x68\xa2\x26\x3c\x29\x78\x1c\xc1\x9f\x7e\x2e\x34\x4a\x5e\x2a\xda\x2e\x4a\x76\x7b\x2b\x79\x82\x76\x11\x54\xef\xaa\xc9\xcb\x98\xb6\xa3\x22\xbf\x04\xaa\x51\xed\x7b\x10\x7c\x5f\x7f\x79\xb0\x25\x94\xb4\xa2\xcb\x9b\x9c\x02\xf3\x08\xc8\x76\x28\x44\x92\xd4\x23\x98\xcc\x8a\x1f\x3e\xbd\xfb\x6c\x3b\x13\x47\x7e\xc7\x22\x0c\x5f\xf6\xd4\xa5\xa4\x6d\xf8\x29\xc7\xcb\x62\x46\xf3\x2a\x65\x81\x77\x47\x06\x5e\xee\x45\x42\xbf\x8a\x32\x9b\x0a\xd0\x2b\x5f\x94\xb7\x15\x98\x22\x2a\xd2\x6c\xd6\x6b\x13\xf2\xc7\x00\x26\xa8\xf5\x28\x9b\xfc\x4c\xe9\xea\xb5\x5a\x5d\xe7\xd2\x04\x60\x90\x90\x1c\xbf\xaa\x3d\xdf\x85\x06\x42\x50\x30\xb5\xc1\x3e\xd0\x01\x0c\x56\x13\x1f\xa1\x7a\x5d\xe6\x6f\x54\x84\x83\x8b\xf7\xdb\x1f\x69\xf3\xf2\xf4\x5c\x9c\x9c\xa6\x43\x84\x39\x39\xf5\x23\x6e\x4e\x4e\xbb\x63\x6e\x82\x91\x1b\x57\xb9\x98\xe2\x24\x49\x4a\x54\xb3\xea\x62\x2a\xd8\xdd\xf7\x84\x3c\xfc\xfe\xcb\xa5\xfe\x7d\xcf\xa6\x65\x91\xb3\x1b\x13\xfb\xd4\xaf\x12\xd3\xfb\xb7\x5c\x50\x2e\xe4\x4a\xa2\xc1\x20\xee\xc7\x7e\x48\x4f\x86\x2c\xc0\x30\x32\x31\x6a\xb6\xe6\x55\x49\x57\x59\x49\x3d\xb7\x35\xb7\x1d\x30\x74\xb0\x5a\x64\x79\x5e\xdc\x5f\xfe\x6d\x9d\xe5\x28\xce\x70\x95\x00\x6b\x9e\x78\x83\x41\x80\xc1\x35\x2d\x6e\x39\xfb\xbb\x27\xfc\x65\x06\x2d\x4f\xf3\x3d\xa8\x73\x45\x1a\x83\x4b\x5c\x45\xc2\xab\xf5\x82\xcf\xde\x15\xd9\xec\xbb\x55\x6e\xea\x13\x81\x6c\x51\x81\xdd\x18\x98\x36\x91\x80\x8c\x42\x67\x78\x33\x5d\x97\x25\xe5\xc2\x7a\xd1\xa4\xa0\xdd\x32\x38\x1f\x28\x8e\x4c\x6b\xcd\x82\x11\xc2\xfa\x91\xe4\xfa\x1e\xf9\xaa\x61\x60\xda\x55\xda\x8a\x32\xc8\xb2\x93\xbb\x8a\x1a\xd3\xae\xed\x05\x74\xec\xa0\xde\x47\xe8\x40\x06\xb5\xed\xc9\xdd\x71\x9d\xee\xbc\x23\x57\x45\xfe\x30\x67\xb9\xef\x67\x62\xae\xcd\x7f\x84\x0e\x57\x5d\x68\xcc\x5e\x68\xd6\x39\x7a\xb3\xc8\x2a\xe5\xdb\x45\x43\xda\xa6\xa7\xca\x7b\x1d\xde\x24\xcd\x2c\x16\xde\x37\x21\xcd\xd5\x79\x7a\x8d\x57\xf6\x60\xc0\xda\xc4\x11\xb3\x9a\x4b\xd9\x24\x67\x7f\x0f\x0e\xa8\x8f\xaa\xbc\xe7\x1c\x6b\x58\x47\x43\xf1\x40\xc0\xf1\x41\x57\xbc\xef\x55\x3a\xfb\xc6\x61\x31\x80\x13\x9b\xda\xeb\xa6\x72\x4f\x30\x60\x2c\x05\x36\x0a\xcf\x9d\x1d\x2d\x00\x92\x33\x24\xbb\x02\x6f\x7c\x52\x58\xd4\xa8\xb6\x74\xf8\x4d\x51\xea\xa9\x6d\x66\x54\x0d\xc6\xbb\xeb\x5c\xcb\xb5\x01\x9d\x41\xa5\x20\x46\x71\x46\x8a\x51\xe1\x12\x50\x98\xd7\xb8\x6a\x70\x93\x5e\xe6\x02\x13\xca\xe9\x2c\xe5\xe5\x31\xb1\x80\x88\xee\x4e\x90\x4f\x74\x75\x10\xb1\x0e\x17\xd1\x99\x8b\x73\x2c\x71\xe1\x81\x0e\x6b\x1a\x5c\x81\xfe\x25\x43\x98\x37\x89\x77\x09\x79\x42\xfb\x2c\xa0\x48\x0c\x33\x2b\x46\x2a\x5f\x42\x65\x0e\x07\x21\xd7\x3b\xc4\x7a\x5e\xbc\x22\xee\xd8\xef\xfd\xc2\x2f\xd3\xa0\x14\x86\xd6\xed\xf9\xac\x83\xd4\x49\x4e\xfd\x91\xaf\x64\x91\xc3\x29\x8c\x1f\xca\x71\xa0\x04\xfc\xcb\x49\x83\x7b\xd0\x0e\xc7\xd4\x47\x0f\x7a\x04\x7c\xc1\xfb\x6c\x55\xab\xf8\xcd\x80\x58\x40\x01\x93\x41\xae\x12\x59\xb5\xe8\xc0\xcc\x54\x85\x74\x6e\xf9\x8e\xb8\xde\xf7\xd9\x0a\x7b\x05\x15\x28\x2d\x47\x72\xff\x40\x36\x42\x79\xc4\xb5\x9b\x8f\xae\x9c\xcd\x63\x95\x09\x21\x8c\xdc\x36\x21\x65\xed\x56\x6d\x68\x88\x8a\x1c\x3e\x57\x59\xed\x05\x4a\xcb\xfa\x40\x91\xaa\x3b\x7c\xe9\x57\x5f\xab\xa6\xea\xcd\x9d\x35\xed\xf7\xe4\x7a\x94\x46\xc7\x0a\x14\xfe\x09\xe3\x81\xc0\xaa\x9d\x3e\xad\x1d\x97\xd8\xaf\xaf\x0d\xd4\x81\xcc\xbd\x50\x9d\xb2\x13\xdb\x8b\x6a\x13\x60\xd1\x46\xe5\x70\x5a\x85\xc1\x20\xa6\x44\x59\xbb\x61\x6f\xd0\xaf\xab\x9c\x4d\x99\x50\x90\xb2\x26\xdf\x8f\xbc\x5d\xb8\xd0\xd8\xe3\x09\xe5\x90\xc8\xb5\xc8\x66\x8c\xdf\x5e\x4b\x99\x33\x13\xb4\x22\x9e\x2c\x2f\x76\x94\x31\x20\x19\x99\x98\x2e\x68\x65\x71\x6c\x8b\x15\xf8\xd5\x12\x51\x97\x8e\xfa\x1b\x88\xea\x1c\xba\x87\xd7\xe4\xcb\xf3\xc9\x9a\xaf\x2b\x3a\x9b\xcc\xd6\xcb\xe5\xc3\x84\x96\x65\x51\x4e\x56\x99\x58\xa8\x0b\x61\xf2\x6c\x43\xeb\xe7\x29\x3c\xfe\x02\x97\x9a\xdc\xcf\x31\x27\x9b\x1a\xe7\x44\xa0\x94\xc5\x25\xfc\x16\x38\x27\x25\x4a\x39\x11\xdb\xed\xa6\xde\x37\xa6\xc1\x20\xae\x74\x34\xee\x71\x34\xc9\xd5\xdb\x08\x6f\xa4\x84\x27\x2c\x32\x60\xca\x93\xf0\x41\x8d\xb0\xf7\x19\x74\xe8\xf1\x8f\x30\x28\x0a\xd7\x72\x8f\xe6\x06\xb9\x2c\x33\x09\x47\x9b\x85\x01\x0e\x8f\xde\x1f\x15\xf1\x34\x98\x42\xd4\xab\xe2\x19\x8e\x4c\x4f\x65\x3f\x66\x38\x32\x3d\x30\x2d\xe0\x5c\x21\x07\xce\x5c\x3f\x31\xc7\x33\x77\x51\x1b\x1f\x4d\xf7\x56\x59\x92\x9a\x70\x54\x7e\xa2\x2e\x9b\x55\x45\x77\x25\xa1\xfc\x96\x71\xfa\x96\xcf\x6d\x1e\x47\xa1\x63\x07\x76\x14\x4b\xe6\xeb\x3c\x97\x43\xd4\xd7\xe5\xf1\xa9\xc6\x6c\x72\x3c\x07\x58\x1e\xf3\x37\xba\x5c\x9a\xd5\x78\x57\x93\x3d\x26\x17\x2f\xa9\x68\xa9\x42\xbc\x75\x18\x34\x43\xe1\x17\xd9\x6c\x06\xd7\xd8\x9b\xa2\xbc\x84\x8f\x63\x81\x2b\xe7\xa1\xca\xbc\x44\x62\x2a\xe7\xc8\x97\xd7\xf2\x00\x33\x7e\x7b\x94\x1d\xc1\xb6\x3b\xb2\x4d\x94\x47\x05\xd7\xcf\x0c\x4e\xf7\x5a\x54\x6c\x46\x8f\x32\x7e\xa4\x6a\x3f\x62\x15\xa4\x12\x03\xa9\x8a\xce\x92\x2f\xa8\x67\x54\xcb\x4a\x27\x2b\xff\x50\x71\xbb\x7d\x12\x32\x2f\x46\x7a\x6b\x9c\xd0\x61\x78\xa6\x12\xb7\x4c\x8e\xfb\x0b\xed\xcd\xba\x64\x20\x32\x05\x95\x1a\x53\x22\x9c\x45\xdd\x1b\xbd\x79\x40\x79\x8d\x05\x79\xb9\x09\x93\x3d\x51\x07\xc8\x43\xfe\x0d\x89\x18\x82\xaa\x13\x51\xc8\x3f\x8e\x4f\xc7\x58\xfe\xf3\xdb\x31\xaa\xeb\x65\xb1\x56\x30\x79\xad\x2c\xaa\x1b\x1b\x91\x10\x2c\x50\x49\xab\x22\xbf\x53\x61\x13\xef\xb3\x95\xc2\xed\xa2\x3d\x91\x64\xf2\x74\xe6\x44\xfe\x81\x2c\x68\xa4\x3e\x30\x39\x30\x20\xcd\x03\x63\xe0\xa3\x19\xaf\x44\xc6\xa7\xf4\xed\x2c\xe5\xc7\xc7\x18\xba\xf4\xb1\x60\x5c\xa4\x53\x6c\xb6\x60\x3a\xad\xf1\x82\x28\xf3\x6a\xcf\x60\x77\x5b\xc4\x94\x05\x20\xb9\x45\xcf\xa3\xe3\xdc\x40\xe6\x1d\x40\x9d\xf2\x90\x3a\x19\x07\xe7\xfe\x29\x5e\x92\x1d\xdb\xb8\xb7\x84\x6c\xee\xc6\x4c\xd9\x2e\x40\x66\x26\x59\x7b\x78\x4e\x5c\x89\x74\x16\x1e\x12\x84\x6f\x2d\xe9\xb8\x93\xf4\xe2\x36\xa4\x17\xb7\x0d\x7a\x31\xaf\x25\x0f\x0f\x57\x89\xa2\x1a\xb7\x08\xaf\xc9\xad\x47\x2c\xf0\xca\x64\x22\xeb\xe8\xdf\x52\xc1\xf9\xdd\xec\x3d\xc7\x51\xb6\x92\xfb\x4f\xc9\xb6\xb5\x4e\xc3\xbe\x87\x2e\xab\xa9\x7b\x20\xb9\x4f\x95\x27\xc4\xaf\xc6\x3d\xbf\xdf\xdb\xf4\x04\x9a\xd3\x84\xee\xa1\x45\xa5\x9b\xfb\xa8\x7e\x94\x7e\x3c\xe0\x7b\x84\x55\xd7\xf4\x3c\x36\x3a\xa6\x9f\x1e\xd0\x2d\x7c\x70\xb7\xb0\x5d\xaa\x03\x7a\x57\x3f\x52\x66\x8a\x6f\x0c\x56\x97\x24\x26\x0b\x3c\xc5\x6b\xdf\x1f\x3a\x6b\xb0\x5c\x6d\xb3\x48\xb0\x9e\x60\x4c\x50\x1c\x44\x0d\x88\x18\x7d\xc8\xfe\x73\xae\x6c\x3d\xea\x79\x22\xe9\xe5\x17\x1f\x7c\xb4\xf2\xc4\xe9\x10\x08\xc7\x11\x0a\xdd\x91\xe6\x51\x6f\x9f\x57\xe5\xfc\x02\x09\x86\xc0\x5f\x42\x1b\xbc\x74\xea\x3a\xf5\x10\x33\xcc\xc1\x03\x5e\x53\x73\xf4\x64\x17\x38\xcd\x39\xaa\xcd\x5f\x45\x78\x34\x0e\x3c\x13\x9f\x52\x47\x27\x8e\xc0\x93\xcc\xd7\x8f\xc7\x5e\xf9\x96\x42\x3f\x27\xf5\x5c\x85\x0f\x4b\x11\xda\xe7\xa1\x6f\xb2\x8a\x4d\x23\xa4\x28\x41\xaf\x24\x65\xa2\x34\x27\xf1\xc6\x78\x9e\xa5\x31\x22\x2f\xbf\xc4\xa6\xef\x33\x40\x7c\x3e\x72\x55\xa0\x2f\x7a\xe5\x38\x69\x30\xe7\x4e\x50\xb6\x78\xfd\x1c\x97\x72\x81\xbc\xce\xf0\x6f\x32\x63\xec\x0c\x8f\x06\xb3\x5f\x87\x30\x51\xa2\x8d\xf0\xf2\x3b\x35\xba\x5a\x62\x46\xac\x88\xc1\x51\x6f\x68\x5d\x88\xa4\x74\xd1\x3b\x74\x7d\x43\xc0\x84\xff\x0e\x72\x2d\xdd\x27\x15\xb0\xca\xd3\xec\xd8\xdb\xe8\x4e\x59\x04\xe8\xd3\x04\x45\xb8\x0d\x4f\x18\x9f\x17\xbf\xe8\x84\x68\x7c\x8a\x8e\x33\xd1\xa1\x57\xfc\xa7\x45\xca\xcd\xe8\xaa\xa4\x53\x79\x18\x4e\xe6\x34\x13\xeb\x92\x76\x6b\x46\x33\xb1\xc7\xfd\x5e\x53\x33\xac\x15\x29\x93\xbf\x3e\x8e\xb1\xd1\xe8\xd5\xd3\x89\xcd\x81\xb0\x19\xdf\x6d\x8b\x5e\x1b\xb2\x4b\xee\x30\xa8\x4d\x5e\x37\x9f\x77\x18\xdf\xa9\xa3\xd6\x84\x90\xbb\xda\xdb\xf1\x34\xf9\x74\xf5\xc3\xe7\xcb\x4f\x93\xcb\x3f\x5f\x7e\xf8\x3c\x79\x7d\xf9\xf1\xd3\xe5\xab\x0b\x05\x66\xa4\xdf\x4d\x5e\x5d\x7d\xf8\x70\xa9\x01\x8e\x3c\x11\x7b\x85\x97\xdd\x79\x70\xee\xac\x81\xbd\x6f\x6d\xac\x2f\x4e\xd1\x60\x40\x8d\x52\x67\x53\x4b\xc6\x05\x82\xb9\x2c\x12\xe1\x5d\x56\x8e\xd8\x98\x88\x1e\x83\xac\xca\xe7\x10\x86\x64\xe0\xf2\x55\x90\x74\xfa\x7c\xc2\x66\xcf\x74\x16\x18\x30\xe2\xb4\x0a\x45\x6c\x16\x59\xd0\x55\xfb\xc6\xc5\x7e\xab\x0c\xd1\x56\x9b\x53\xd7\x5d\x83\x5c\x6a\xa5\xf7\xed\x37\x47\x41\xea\x84\x19\x64\x53\x43\x76\x42\xab\x01\xb4\xde\x39\xd6\xf4\x65\x94\x05\x92\xa1\xb6\xc5\xc8\x7d\xdc\x15\xaa\x86\x29\xaa\x27\xa0\x23\x83\x4b\xdc\x4d\xb3\x32\xe7\x80\xe2\x35\xcc\x35\x03\x8f\x08\xd5\x7f\xf4\xb8\x85\x84\x8b\x39\x89\x29\x11\x72\x51\xf4\xcb\xed\x76\x34\x76\x40\x70\xcc\x9b\x55\xe5\x21\x34\xf9\xdb\x2a\xf9\xdb\xaa\x82\x4c\xd3\xce\xce\x67\x6a\x34\x91\xd7\x36\x07\xc8\xf1\x71\xa6\x02\xb0\x81\x7d\x01\xbf\x94\xe4\xd9\x86\x8f\xb2\x71\xfd\xc5\x25\xe2\x20\xc3\xb3\xca\x41\xe7\x1d\x1f\x57\x26\xd3\x06\x1b\x55\xe3\x5e\x04\x46\xc1\x88\x10\x92\x27\xd5\xb4\x58\x49\x7a\x9b\x4b\x56\x48\x54\xa4\x40\x75\x5d\x4f\x32\xd0\x0d\xff\xe9\xa3\x0b\xce\xb7\x79\x90\x8d\x12\xbc\x55\x44\x55\x65\xd3\x1d\x02\x64\xac\x40\xf5\x04\x9c\x9e\x18\xbf\xf5\x8a\x36\xeb\xea\x28\x92\xac\xcb\x1c\xf2\x77\xa9\x4b\x4a\xdb\x69\x2d\xac\xd5\xee\x70\x43\xa8\x33\x8d\x8e\x69\x88\x18\x6e\xc0\x1e\x37\xb5\x2f\xe5\xed\x32\xd5\xa9\xc1\x39\x93\x09\x2e\x08\x3b\x67\xa3\x59\x72\xfd\xf9\xe2\xf3\xe5\xe4\xfa\xc7\xf7\xbf\xbb\x7a\x37\x4e\xf7\xd6\x01\xa2\x02\xce\x48\x19\xee\x41\x03\x03\xed\x61\xca\x17\x89\x1a\xe4\x28\x1b\x4b\xe9\xf2\x21\x50\xde\xfb\xd6\xd4\x1c\x25\x25\x9d\xad\xa7\x34\x86\x15\x21\x2f\x55\xe6\xf3\x7c\x24\xc6\x98\x22\x5c\xa1\xda\x12\x24\x77\x61\xfe\x91\x3e\xf8\x34\xab\xab\x48\x67\x46\x50\x33\xac\xee\xf2\x25\xaa\x67\xf4\xa9\x55\xed\xfa\xa2\x44\xf5\x44\xcb\x03\x6f\x8a\xd2\x7f\xe5\xf9\xf4\x07\xa7\xc6\x33\xe1\x24\xd1\xb1\xdd\x2d\xdb\xed\x63\x05\x57\x65\xb1\x42\xdb\xed\xa6\xae\x81\x6b\x77\x6c\x59\x47\xc7\x6b\xfa\xd5\x05\x0b\xcc\x28\x6c\x0a\x25\x71\x86\x4e\x1e\xee\x55\x64\x5e\x69\x44\xf9\x3f\x33\x7a\x5f\xc5\xa8\x9e\x98\x0b\xf0\x13\xd5\x99\xdd\x42\x3d\xbc\xed\x45\x8f\xfb\x78\x16\x9d\xc4\x42\x89\xa0\x09\xe3\x6a\x93\x9a\x26\x9b\xc3\xe1\x18\x8e\x1f\xe5\x2a\x43\xe3\x52\x69\xec\x65\x2d\xa3\xb1\xc9\xdc\xb7\x6b\x40\x6e\x38\xb5\x3f\xec\x4d\xed\xff\xfd\x2b\x79\xb1\x74\x6d\x9c\xa6\x57\x47\x3c\xc4\x8b\xdd\xf0\x12\x02\xa1\x1a\xe6\x7b\x49\x67\x2c\x13\xde\x31\xfe\xae\x1d\x95\x17\x2b\xc7\x49\x92\xa8\xab\x72\x6f\x87\x7a\xc1\x70\x76\x76\x4e\x55\x87\xea\x92\xce\x4b\x5a\x35\x7d\x5b\x76\xfb\x15\xa8\xd2\x40\x07\x1b\xbe\x31\xbf\xe6\xaa\xf8\x2d\x1d\xb4\x28\x36\x17\xa4\x4b\xff\xd8\xd8\xfe\xf2\x1b\x5f\xfd\xa7\x71\xc7\x1b\xa5\xe4\x65\xc0\xc0\x67\x88\xcd\x63\x4e\x32\xfd\x45\x5b\xd4\x8a\x99\x49\xcc\xed\x49\x81\x3a\x27\x56\xc7\xd1\x8a\x10\xf6\x52\xb9\x54\xe7\xae\x48\x85\xa3\x95\x77\xaf\x55\x11\x4a\x47\xe3\xb3\x06\x70\xa4\xf0\xb1\x67\x37\xfe\xe5\x13\x2b\x10\x1d\x03\x02\xfe\xa6\x28\xcd\x2d\xa9\xf8\x26\x43\x0c\xc0\xe7\x45\x5d\x64\x0e\x32\x5c\xb3\x56\x1a\x22\x99\xfb\xd9\x82\xac\x82\x81\x2b\x1c\xf1\xce\x37\x80\x28\xae\x7b\xe0\xf3\xc5\x50\x2f\x86\xfc\x26\x7e\xf6\x99\x57\x20\x0e\xa0\x18\x12\xce\x40\xbd\x90\x74\x06\xea\xa9\x11\xaa\x95\xd6\x68\x36\xbb\xd2\x69\x1d\xa0\x9a\x63\x00\xea\xc1\x54\xc1\xf1\xe8\x4b\x1c\x72\x6e\xa0\x1a\xc5\x1c\xaf\x3d\xfe\x4d\x2d\x03\xe1\xb5\xb2\x31\x74\xaf\xc3\x9c\x4c\x35\xa1\x53\x20\xc2\x3e\x51\x9c\x27\xa0\xbe\xbe\xba\xa3\x65\xc9\x66\x54\xee\xad\x0d\x6c\x3e\x60\xe1\x80\xd6\xc3\x22\xa1\xc0\xdd\x08\x8b\xe6\xf5\xad\xb6\xd8\x5b\x3e\x2f\xb4\x06\x77\xa5\x99\x82\x1b\x07\x1d\x85\x97\x44\x7e\xf7\xf1\xe2\xd3\xc5\xfb\x6b\xf3\x61\x6f\x9a\x04\xbb\xa1\x23\x87\xc1\x34\x59\x66\xab\x11\x1d\xf7\x84\x11\x53\x97\x0e\x2b\x61\x91\x4c\xb3\x7c\xba\xce\xc1\x17\x7c\xba\xa0\xf2\xe6\x8a\x85\xea\x4e\x83\x59\x10\x8a\x2d\xc3\xa6\x1a\xc9\x25\xae\x0c\xaf\xc3\x24\x89\x4f\xd6\x7c\x46\xa7\x05\x68\x3c\xb4\xd0\x02\xae\x72\x3e\xd4\x82\xbc\x0b\x0a\x93\x0a\xf5\x8e\x3c\xe8\x23\xd9\x9c\x10\xf7\x89\xcf\xd8\x73\x7c\xa7\x55\x76\x70\x7e\x5b\x57\x8c\x76\x8b\xf4\x20\x62\xac\x6e\xaf\x5a\x14\xeb\x7c\xf6\x49\xee\xad\x52\x67\x9f\x2f\xe1\xc7\x67\xba\x5c\xe5\x10\xd9\x65\xa1\x1f\xe6\xf9\xba\x5a\x5c\x54\x0f\x7c\x6a\x76\x56\x85\x62\xb9\x83\x02\x8c\x28\x63\x64\x6e\xe4\x7e\xf4\x57\x6c\xf7\x14\x97\x9d\x53\x5c\xea\x29\x2e\xcd\x14\xf7\xb8\xda\x49\x6a\x7e\x51\x5d\xdf\xd0\x79\x51\xd2\xf7\x92\x69\x86\x4b\x70\x2e\xa9\xaf\xf9\x55\xd2\x19\x2b\x55\x3c\x43\xad\xc5\x13\xeb\xef\x69\xad\xf5\xca\xf5\x00\xbe\x21\xbe\x20\x53\x03\x27\x0e\x46\x75\x93\x73\x41\x8a\xb8\x9d\xf7\xfe\x32\x5b\x79\xb9\xf6\x72\x90\xe6\x10\x08\x83\x01\xec\x96\xe4\xea\xb7\xdb\x6a\x30\x80\x12\x26\xc7\xde\x9a\xe4\xca\xf0\x12\x3f\xff\xbf\x71\xf2\xaf\x08\x04\x3e\x64\x42\x18\xd7\x90\xd3\x64\x3d\x3a\x1d\xe3\x8c\xd0\x51\x3e\x96\xdb\xac\x3f\xac\x55\x56\x24\x39\xdf\x26\x21\x57\x93\x75\xa5\x1a\xf7\x5b\x9b\x49\xc0\x7e\xf3\xe2\xd4\xe0\x7f\x1b\x71\x70\xcf\xc9\x1b\x85\xdf\x9e\x9c\x8e\xed\xdc\xf8\x77\xce\x9c\xf1\x99\x9a\x72\x86\xb3\x80\xf5\x0c\xdd\xd8\xc1\xc0\x04\xe5\x74\x30\x8f\x95\x1e\x1a\x97\x0a\x45\x72\x69\x5d\xb5\xbb\x18\xcd\x4a\x14\x25\x8d\x10\x74\xa0\x81\xcb\xd4\x3c\x0e\xda\xc1\xc9\x26\x2b\x54\x89\x4b\xdc\x29\xa4\x58\x0b\x5e\xb2\xe5\xf0\x36\xf3\x14\xa0\x9d\x02\x2a\x23\x65\xa7\x80\x33\x18\xb0\xc6\xed\x09\xaa\xb3\xe6\x43\x93\xab\xa6\xec\x76\x4e\xa0\x5e\x9a\xac\x8e\x4b\xd4\xba\x3d\x76\x75\xcd\x81\x98\x58\xc0\x3f\x80\x30\x41\x6a\x6b\x7b\x72\x9b\xc0\x3b\x07\xe7\xd3\x69\x4d\x27\x76\x30\x3b\xe7\x4f\x12\xdb\x34\xac\x76\x4f\x10\x75\xf4\xb3\x9b\xdc\x5f\x1d\x76\x7e\x1f\x97\x98\xa2\x94\xb6\xe6\xc7\x4c\xb2\xc6\xb5\x87\x63\xc2\x8c\x1d\xb9\x18\x0c\x0a\xb7\x95\xb6\x5b\x48\x90\xf8\x48\x3a\x54\x9d\x2b\xcf\x6c\x76\xb5\xeb\x2a\x9c\x21\x97\x67\x20\x7c\x25\x25\x7a\xb3\x2a\xb2\x3d\x9f\x86\xd4\x0d\x2a\xea\xe7\x9b\x95\x2f\x20\x24\x12\xfe\xf0\x36\x56\xd3\x3b\xc4\xe4\x78\xe9\x8b\xc1\xa0\x5f\xf6\x8a\xed\xb6\x9d\x9a\x41\x6c\xb7\xe5\x39\x23\x22\x8d\x19\xa1\x89\xd0\xed\xa9\x51\x53\xef\x34\x95\x44\x20\x9d\xa8\xc5\x29\xe8\x9a\xab\x4d\x11\x5e\x18\x45\x57\x09\xc6\x53\x60\x85\x0b\x48\x74\xc8\x45\xe1\x07\x36\x3d\xbf\xc5\x51\x02\xfc\x58\x99\x14\x6b\x91\x53\x81\x17\xa4\xf4\xb6\x35\x9e\x92\x52\x9d\x74\xd4\x5b\x93\xf5\x76\x1b\x2d\x33\xc6\x23\x5c\x9c\xc7\x19\xf1\xbb\x56\xb5\x3a\x9e\x41\xe2\x19\xd6\xd5\x5c\x45\x32\xcf\x11\x4a\x99\x59\x8b\x73\xda\xe2\x50\x67\xdd\x07\x29\x43\xe9\xce\x37\x72\xc2\x9a\xd5\x78\xfd\x54\x69\x9e\x9b\x49\x9a\x17\x06\x2a\x6b\xd1\x5b\x90\x1d\x55\xcf\x51\x6d\x7b\x3c\x3d\x9f\x12\x1a\x6c\x95\x74\x01\x82\x9f\xa1\x3c\x53\x64\x75\x8c\xae\x3a\x33\x3d\x69\x74\x5c\xa1\x5e\x0e\x26\xdf\x9b\x98\x22\x34\x18\x48\x96\x73\xe5\x7a\x09\xab\x66\xb0\xea\x15\x33\xb1\x01\xbd\x75\x3a\xc3\x72\x09\xd3\x1c\xab\xd5\x4a\xd7\x18\xac\xdd\x19\xf6\xfa\xba\x50\xde\xe8\xe9\x14\xdb\x16\xed\x59\x5c\x9e\x2f\xe3\x19\x4a\x69\x32\x11\xc5\xea\x1d\xbd\xa3\xb9\x94\x9d\xed\x0e\x9f\x39\x4c\xfe\xbb\xda\x78\x85\x08\xd4\x5b\x2a\x77\x31\xd0\x00\x29\x63\x1a\xb0\x13\xeb\xa4\xe0\x53\xda\x60\x00\xa3\x49\x45\xc5\x15\x74\xaf\x92\x92\x2d\xab\xa6\x05\xe7\x74\xaa\x9f\x79\x74\xaa\x27\x07\xda\xce\x98\x7d\x2e\x08\x4d\x63\x88\x1d\x53\x5b\xb2\xb4\x96\x45\xd9\xd9\x73\xff\x47\xc7\xee\x32\x20\xff\x08\x0b\x22\xec\x86\x55\x5d\x6c\x75\x06\x3c\x74\x5d\xfa\x88\xbd\x64\xcf\xf7\x87\x84\x4b\x55\xe3\x4e\x59\xa5\xa1\x81\x9f\xd2\xfc\x4f\x77\x6b\x75\xfb\xb1\x47\x3d\x6e\x0c\xb9\x1f\x0c\x20\x77\x4a\xb0\x27\x84\xdd\x13\xae\xc7\xde\xca\x74\x75\x47\x7b\xf0\xc8\x5e\xf5\x0a\x3d\x9f\xca\xf4\x53\x00\x31\xd0\x7e\x19\xa0\x88\xd6\x5b\xac\x50\xb9\x8c\xd4\x46\x53\xa5\xcc\x6e\x33\x35\xa8\x4d\x57\x80\x5e\xd4\xdf\x79\x26\x8b\x4e\xb8\xed\xf4\x76\xd4\xf0\x08\x07\xee\x1b\x54\x77\x45\x29\x37\x15\x3e\x8d\xdf\xda\xff\xc5\x9b\x13\x97\x52\xcd\x4b\x29\xf2\x72\x38\x18\xc4\x0d\x4d\xcd\xa1\xbd\xba\x59\xb3\x7c\x66\xb7\xc0\x7b\x2a\xb2\x59\x26\x32\xc9\x95\x3a\xa3\xf6\x8d\xbb\xcb\x5b\xb7\x41\x68\xe4\x56\xb2\x75\xdf\xe4\xd8\x6f\x26\x32\x31\x2b\xe9\x27\x6c\x87\x7e\x35\x32\xb6\x1f\x5b\xd5\x41\x1d\x83\x70\xb8\x4f\x57\xea\x71\x85\xf8\xe4\xd4\xc5\x54\x0c\x06\x5a\x36\x72\x03\x79\x50\x2c\x33\xf7\x03\x41\xde\x14\x25\x69\x3e\xd8\x6e\xad\xbe\xb7\xc1\xf6\x2b\xb6\x35\x2c\x3d\x62\x36\x7d\x69\xc7\x2b\x2f\x29\x68\x68\xae\xb5\xe8\x9d\xb2\x01\xcf\x50\xb9\xdd\xc6\xad\x67\x64\x53\xe3\x80\x87\x6e\x95\xc0\x65\x10\xdd\x22\x27\xad\x53\x6d\x5a\x19\x71\x46\x4d\x58\xab\x1e\x84\xda\xcf\xea\xd8\x2e\x01\xe6\x08\x67\xad\xf9\x82\xd3\x56\x07\x02\x08\xf5\x4d\x14\x39\x19\x9e\xe5\x2e\x7b\xe2\xf1\x71\x6e\xc4\x8b\x6a\x94\x8f\xf1\x94\xac\x41\x32\x96\x92\x47\xd1\xcb\x46\xea\xd7\x98\x4c\xcf\x0b\xf3\x77\x3a\x89\x2d\xe2\xb6\x92\x53\x6d\x7a\x53\xb7\xbc\x13\x4f\x61\xdd\xcc\x68\x72\x0e\xd8\x55\x17\x28\xa6\xda\x9b\x0f\xa1\xd4\xdb\x19\xf7\xd6\x7a\x43\x2d\xcb\xe7\x7c\x0b\x9c\xaf\x55\xaf\xc3\x53\x04\x02\x19\xcb\xf4\xcb\xb3\x4d\xa9\x3d\x42\x5c\xf2\xdb\x5b\xed\x09\xff\x2a\xcf\xaa\x2a\xde\x30\x15\x83\xa1\x6d\xf9\xca\x98\x78\xeb\x31\x7f\x95\x67\x4f\x34\x9f\xc6\x2c\xb9\x80\x4e\x6a\x64\x01\xcc\x5c\x98\x4f\x33\xb9\xe7\x5e\x2c\xe5\x4d\x8d\x7d\x8e\x46\x43\x29\x83\xb5\x49\xfd\x1d\xf2\x19\xea\x19\x08\x32\x29\xac\xab\x89\x85\x51\x4a\x1e\x3f\x43\x78\x9b\xbd\x6f\x88\x4d\x2d\xc1\x54\x1f\x68\x6e\xbc\x5f\x2c\xa8\xc9\x06\x24\x26\xcf\xe3\x3c\xf4\xec\x50\xa4\xd7\x32\xd8\x46\xbc\xe4\x84\x2b\x0f\x0f\x2d\x71\x95\xa8\xae\x75\x66\x1a\xad\xe6\x69\xab\xb1\x8c\x8f\xa8\xc9\xde\x89\xf0\xe4\x6f\xab\xe6\x48\x9b\x18\x5d\x14\x17\x07\x2a\x1f\x3b\x65\x96\x8a\x64\xdd\xdc\x58\x21\x0f\xc9\x1e\x23\x44\xd4\xcc\xa4\x9b\xbb\x08\x39\x39\x13\x95\xf1\xbd\x0d\x94\x8f\x41\x05\x40\xd4\x68\x83\x08\x19\x03\x30\x66\x64\xe3\x1f\xaf\xb4\x3f\xc4\x72\x47\xca\x7f\xc1\x40\x27\xff\xc8\x2a\xb9\x63\x1d\x41\xb3\xba\x84\x83\x84\x18\x6a\xd1\x51\x33\xb2\xa9\xcf\x02\x72\x96\x61\x3a\x2a\xc6\xb8\x1c\x15\x63\x84\xf9\xa8\x18\x93\x0c\x33\xf9\x4f\x7f\x58\x5b\xeb\xa4\x6c\xae\x3c\xb8\xb9\x12\x57\x68\x30\xe8\xb3\x51\x35\x36\x56\xcc\x66\xab\x39\x2e\x47\xd5\x18\x53\x59\x04\xf3\x51\x35\x26\x79\x6d\x4d\xd1\x31\xa8\x83\x6c\x8c\x90\x13\x6c\x7d\x62\x19\x4f\x11\xce\xb5\x7d\x7b\x3d\x18\xc4\x40\x01\x3d\x89\x36\xc3\x05\xc2\x94\x68\x77\xcb\x19\x81\x04\xdd\x9b\x1a\x2f\xc9\xc8\x5d\x0c\x77\x4f\x9d\xc7\x3b\x34\x18\x44\x3a\xf1\x98\x79\x17\xf5\x09\xb9\x1b\x0c\x22\x05\x4e\x15\xa9\xac\xc2\xb2\xf6\x5b\x42\x47\x77\x63\x7c\x43\x6e\x95\xa5\x55\x72\x90\x8a\xa9\x7f\x30\x52\x95\xb7\x15\x25\x31\xbb\x19\x0c\xe2\x07\xc8\x05\x28\xbf\xbf\x27\xb7\x49\x56\xe9\x0d\xbe\xc3\x4e\x78\x87\xf0\x65\xb0\xf3\xee\x50\xef\x92\x4c\xe2\x4b\x55\xc5\x57\x72\x9b\xa8\xcc\xfc\x40\x84\x55\xfe\x7e\x14\x5f\x22\x7c\x45\x76\x55\x1b\x5f\xe2\x7b\xfc\x15\xe1\x6b\xf2\xe5\xd9\xa6\xa8\xd3\x67\x9b\xbb\xfa\x0b\x7e\x4f\x36\x3b\xf4\x96\x69\xd8\x3c\x0e\x36\xf3\x25\xb6\x2d\x84\x1f\x5d\x79\x2f\xcc\x13\xd8\xf6\x5f\xb1\x32\x0d\xa6\xf7\x58\xde\x3f\xe9\x1d\x6e\x9b\xa9\xd3\xeb\x26\xc5\x2c\xb0\x52\x00\xc0\xf1\x05\xf5\x60\xfa\xa0\x52\x92\x6a\x0a\xab\x8e\xd2\x4d\xdd\x5b\x8d\xee\xc6\x64\x35\xba\x97\xff\xbb\x1e\x93\xf7\x78\xa6\xe4\x90\xf7\x08\x2f\xd5\x5f\x77\xe6\x86\xdb\xfc\x6d\x55\xa5\x33\xbc\xcc\x56\xe9\x0a\x07\x0a\xe4\x74\x89\x95\xb2\x3b\xdd\x18\xb3\x5e\xaa\x2d\xbc\xfa\xea\x52\xba\x64\xe0\xff\x9a\xea\xd0\x1a\xef\xfe\x22\x30\xdb\x34\x3f\xd4\xa2\x47\xd3\x90\x5f\x4a\x22\x8a\x43\x15\xfb\xb7\xd6\xdd\x36\xec\x03\x41\xaf\x11\xc2\x15\xe5\xb3\xef\x1b\xfc\x7e\xb8\x16\x69\xbb\xed\xc7\x43\x9c\x25\xac\xfa\x4c\x2b\xd9\x3f\x14\x23\x14\x7c\x00\xbd\x4b\x92\x44\xa8\x44\x83\x46\xd9\x6c\xc1\x6f\xb5\xce\x2a\x03\x0a\x0c\x01\xdf\x61\xce\x48\x05\x84\xaf\x2d\x5f\xb5\x5a\x22\x80\x6e\xf7\x28\xb9\x53\x13\x6b\xcd\xe1\x5e\x27\x91\x08\x25\xcb\x6c\x85\x8b\x46\x46\x5a\x93\xc7\xd3\x7f\xca\x91\x71\x1b\x29\x7c\xb7\x11\x6d\xf8\x62\xa3\x62\x94\x8d\xa1\xc3\x95\x56\x4f\xda\x96\x92\x6e\x33\x7c\x85\x70\xa4\xad\x8c\xa0\x54\x88\x50\x63\x7e\xfd\x40\x3e\xab\x89\xd2\x36\xcc\xde\x4d\x49\xb3\x9f\x4d\x0e\xc3\xfe\xb0\xc6\x73\xc6\x1b\x44\x22\x9c\x07\x36\x8f\x9b\x1e\xbc\x6d\x5f\x1e\x97\xbc\x13\xf8\x07\xab\xce\xda\xa7\x6c\x36\xa6\x44\xc3\x03\xcb\x5b\x7c\x12\x72\xc0\x31\x5c\xe0\xf2\xf1\x4a\x61\xff\x54\x80\x73\x7e\xd6\x6d\x60\x92\xd7\x42\x23\xc5\x74\x25\x59\x65\x37\xed\x53\xa3\xc1\x81\xe7\xa3\xa9\xbc\x37\xe6\xaa\x4b\x78\x49\x56\xbe\x46\xeb\x8e\xcc\xb5\x1f\x03\xdc\x23\x83\x81\xf9\x89\x6f\x4d\x2a\x8e\x1b\x2f\xdf\x64\x0e\x21\x73\xa6\x0c\x3a\x8f\x6f\xbd\x6d\xb3\xc4\x73\xe5\xea\x80\x6f\xc8\xaa\x93\x2c\xdf\x62\x5b\xfd\x1c\x28\x39\x42\xe9\xdd\xb9\xcb\xda\x7c\x03\xd7\x0d\x1a\x0c\xe2\x5b\xb2\x4a\xba\x3d\x37\x6e\x3a\xea\x88\x6f\xc8\x3c\xe9\xa6\xd2\xf8\x96\x4c\xe2\x79\xc8\xfd\x4b\x32\xd9\xed\xf1\xb0\xda\xe5\xee\x70\xd3\x27\x41\x13\xaa\xa2\x4d\x53\xa0\xbb\xe2\xf9\xc3\x60\xd0\x3f\xed\x13\xa3\xb9\x7d\x20\xab\x1d\x1b\x7c\x8e\x8c\x3f\x3c\x34\xfd\x80\x5d\x20\x74\xef\xfe\x9c\x91\xfe\x30\x05\x8c\xf4\x7b\x93\xfc\xbd\x76\x6a\x7d\x33\xd5\x18\x02\x13\x24\x9f\xd3\xec\x1b\x91\xf3\xd4\x3d\x25\xea\x96\xee\xf3\xbd\xa0\x17\xdb\xad\x50\x57\x89\x76\x5d\xbc\xc1\x77\xac\x62\x3a\x97\xcd\xcf\xf4\x21\xbd\xdb\x6e\xcd\x42\xd4\xa8\xee\x4b\x31\x7e\xad\x8f\xf6\x2e\xb3\x1a\x66\x83\x01\xef\x08\xfb\x56\xdb\xb7\x6d\xd0\xf4\x04\x42\xbd\x7b\x15\x51\xea\xe9\x9f\xde\x46\xde\xe5\xc1\x82\x23\xbd\x96\x66\x25\x6b\x84\xfd\x83\x96\x4c\x73\x9a\x95\xb1\xba\x20\xf0\x3e\x0f\xca\x15\xae\x82\xb7\xd7\x90\x6e\x72\x4f\x79\xb2\x51\x8e\x9b\xea\xf4\x77\xb8\x17\xd6\xb5\x13\xd3\x56\x78\xe3\xd9\x8d\xda\xd9\x90\x2d\x48\xdf\x81\x56\x08\x65\xb3\xf0\xfd\xd8\x52\x01\xde\xda\x72\x66\x2f\xc9\xad\xe7\x17\x7d\xf9\x64\x17\xe4\xa7\xfa\xe5\x7f\x9b\xc3\xf1\x53\xdc\x8a\x75\x7c\xc9\x1e\x77\xe8\x27\x03\x7c\x1f\x92\xe0\xf1\x49\x2e\xc7\x4f\x4d\x5b\xf8\xb4\x1c\x87\x13\x8d\x27\xe8\x39\x4c\x1f\x9c\x06\x70\x57\x90\xc4\x32\x46\x9b\x0b\x3f\x8f\xfd\x44\x41\xb8\x5f\xe7\xc5\xbd\xe7\x43\xc4\x96\x0e\x79\x92\x17\x82\xcd\x1f\x0c\xa3\xab\xaf\xd8\x68\x5d\xe6\xc6\x65\x0c\x0c\x03\x41\x0c\xbe\xf6\x03\x73\x81\xfc\x48\x39\x88\x38\xfd\x63\xe0\x29\x86\xa3\x19\x9b\xb9\xd6\x23\x2f\x37\xee\x9d\x51\x2c\xee\xff\xfe\x9e\xe5\xb9\x57\x81\x64\x67\x6d\x15\xb7\xa1\xff\xd3\xb7\x44\x5f\xe8\x76\x40\xcd\x42\xae\x3b\x43\x9a\x37\xa0\x45\x4a\x6f\x6a\xa2\x34\x4d\x56\x66\xd3\xce\xca\x0f\x1e\x42\xc7\x13\x9d\x95\x2d\xb6\x8a\x0a\x21\xf6\x1f\x3a\x97\xe4\xd6\x2b\x40\x1b\xeb\xfe\xc0\x7b\x2c\x39\x6e\xc0\x00\xd0\xb3\xa2\x33\x07\x79\x41\x13\x8e\xb0\x9a\x1c\xdd\xe6\xf9\x9a\xae\xe9\xcc\xb0\xe4\xa0\x92\x54\x2f\x44\xb1\xca\x8d\xe5\xc5\x6f\x4a\xe1\x4c\xcc\x20\x00\xb5\x59\x99\x09\xb5\x53\x21\x8d\xd5\x9e\xee\xb8\xa0\xbc\xdf\x3d\xa8\xd1\xec\x2c\xeb\xef\x49\xaf\x23\xde\xbe\xf4\xbb\x07\x9e\x8f\x7f\x52\x83\xb2\x37\x27\x15\xb4\xd4\x03\x54\xfe\x97\x4c\x4d\x61\xf9\x9f\x95\xaf\xf0\x0a\xf2\x65\x79\xf0\x36\xca\xe2\x82\x1d\x27\x1e\x68\x7f\xb2\xae\xae\xb7\x20\xca\x6c\x9e\xba\xcd\xad\x76\x55\xf7\xe0\x07\x71\x49\x80\x5b\xed\x98\x97\x91\x18\xf7\x0a\x95\x73\x3d\x99\xdc\x52\x71\x19\x4c\xb1\x64\x50\x05\x29\x92\x20\x5e\x4f\xdd\x25\x15\x71\x76\x6b\x9c\x3b\x6b\x76\x05\x3a\xb6\x6c\x44\xad\x7a\x3b\x37\x0f\x48\x7f\x88\xfb\x56\x89\x5b\x06\x2a\x3a\x55\x57\x23\xee\xca\x45\x48\x55\x78\x6d\x42\xb0\x10\x0a\x9b\xab\x81\x3d\x0d\x3d\xf4\x05\xc2\xc5\x60\xd0\x07\x3e\xba\x23\xbe\x02\xc5\x39\x6a\x05\x3b\x47\x5e\xb0\xf3\x74\x5d\x89\x62\xe9\xa2\x9d\x8f\x14\xef\x72\x54\x70\x2f\xbc\x59\x45\x3f\xeb\x20\x67\x8d\x53\x48\x67\x89\x43\x5a\xce\x6b\xb9\x83\x6c\xc4\xb4\x5b\x90\xce\x85\xa0\x4a\xae\xb4\x06\x8d\x66\x38\xf7\x76\xbb\x68\x05\x90\xd4\x6b\x0b\x19\x1a\x52\x3f\xc0\xfd\x05\x10\x0d\xf5\xce\x83\xf9\xe6\x38\xf2\x80\x98\x24\x11\x44\x75\x40\x59\x21\x2f\x77\x93\xe5\xe1\x49\x50\x06\x37\x7e\xc7\x54\x65\xca\x69\x01\xff\x74\xd5\x14\x16\xc4\xcd\x07\x46\xd5\xe0\xd3\x53\x7d\x8f\x31\x4b\xa4\xaf\x21\x27\x42\xcc\x91\x7d\xa3\xf0\x14\x1c\x8e\x9e\x1c\x06\xdf\x8f\xb2\x07\xcf\x3c\xc9\x58\x7e\xe0\xdf\x53\x3a\x6b\x26\x4d\x44\x11\xdc\x4d\x30\xbb\xcd\xba\x77\x03\xef\xbd\x66\x8a\x9c\x05\xec\x1d\x4d\xee\xb3\xea\xe2\x06\xf6\x8c\xe4\xb9\x99\xf9\x71\x1e\x0f\xf1\x2a\xc9\x8b\x5b\xf8\x8d\x62\x81\xd2\x58\xd8\xb6\xfa\xa7\x36\x64\x99\x26\xf0\x07\x16\x58\xb3\xc5\x08\xf3\x64\xc2\x2a\x68\x4b\xa9\xfd\x67\xb1\x2e\x84\xce\xc1\xe7\x4f\x63\xc1\x1a\x2f\xee\x70\xf8\x10\x24\xaa\x4a\xcb\x16\x33\xd9\x7c\xec\x9e\x05\xf8\xdd\xa5\xb1\x7a\xd8\x47\x5d\xdb\x2f\xf8\xe0\x91\x2d\x08\xda\x50\xe8\x96\xbf\xa7\xeb\x5a\x11\x0b\x9f\x07\x36\xbc\x2f\x5c\x0e\x15\x9e\x5a\xd5\xba\xb9\x27\x93\x59\x95\x1b\xdc\xdb\x6a\xbb\x1d\xdd\x8e\xf1\xcc\xfa\xee\xb1\x7c\xf6\xfa\xfa\x5d\x8c\x7a\x33\x13\xf4\xef\x4b\xff\x2e\xf4\x1f\x37\xa2\x90\xfb\x43\x5c\x68\x0d\x15\x38\x1b\x57\x15\x2d\xc1\xed\xa7\x3f\xac\x83\xc0\x3e\xa7\x64\x1a\x9e\xd1\x17\x53\x23\x9d\xd3\xe3\x63\x34\x1d\xd1\xb1\x52\xc7\x2a\xf7\x69\x84\xf0\x3a\x59\x66\xab\x38\x84\xa3\xf0\x7a\xe9\x63\x19\x4c\x16\x99\xe6\x3c\x7e\x97\x55\x74\xf6\x49\x79\xf0\x00\x07\x66\x40\xe8\x3b\x2f\x10\x46\x36\xdd\x91\xe5\x29\xc5\x0d\xc4\x81\x94\x92\x97\xbc\x4d\x97\x4f\x96\xd9\x0a\x5c\xb7\x70\x3b\x80\x5a\x05\x91\x76\x13\xb4\xed\x36\xde\xf1\x86\xc8\xa5\xed\x79\x89\xf9\x6d\xd2\x59\xb8\xdf\xe4\x71\x3e\xe0\xaa\xdd\xec\xe2\x31\xea\x9d\x73\xe5\x6e\xe3\xd6\x44\x81\x11\x9a\x3a\xd8\xd6\x3b\x97\x98\xde\x18\x27\xbd\xad\x92\x4c\x26\xea\x76\x2a\x1f\x26\x13\xe3\x4e\x05\x5e\x42\xcd\x46\xdd\x85\x60\x50\x63\x38\xa0\x24\x95\x42\xe7\xba\xdd\xc9\x23\x48\x46\x82\x65\x39\x40\xdb\x59\xa5\x23\x78\x02\x2a\xf6\x22\x46\xad\x40\xd6\xdd\x6c\x86\x97\x22\xc1\xcb\x1b\xe3\x03\x4a\xcb\x26\x20\x7b\x82\x3a\xf0\xea\x82\xd4\xbf\xea\x3a\x68\xd7\x08\xb7\xf2\x99\x49\x45\x1d\x9b\x7c\x16\xbb\xfb\x60\x00\x1d\x83\x49\x6d\xe7\x7d\x43\x06\x63\xa1\xc1\x4a\x61\x9a\x04\x28\xd9\x06\x01\xd5\x1f\x44\x8d\x70\x7f\x88\x6a\xcf\x61\x21\xf6\xe2\xeb\x58\xa5\x7d\x29\x18\xbf\x1d\x0c\x1a\xcf\xe8\x2c\x3c\x6f\x8f\x79\xbe\xc8\xf9\xf2\xf1\x3c\x31\x57\x9c\xa2\xf2\x40\xa1\x1d\x1e\x28\xd4\xfa\xc5\xe0\x8c\x2c\xda\x51\x8b\xe0\xb2\x51\x20\x5c\x79\xaa\x37\xb9\xb6\x99\x89\xd0\xab\xc8\xab\x98\x03\xd8\x1c\xa8\x8a\x8f\xac\x87\x2e\xd8\xca\x4d\xb1\xb3\xdc\x34\xb9\x26\x3f\x43\xf9\x6c\x94\x8f\x51\x8f\x93\x75\x92\x33\x7d\xdc\x2b\x10\x48\xc0\x87\x65\x6a\x5c\x5b\x66\x35\x59\x27\xc5\x3d\xbf\x56\x2e\x12\xe0\xd6\xd7\x9b\xf6\x09\x29\x7c\x17\x1c\xe5\x4c\xd4\x27\x64\xb6\xdd\xc6\x95\xf7\x05\xaa\x05\xa9\x6a\x50\x91\x5a\x15\xb9\xcf\xe7\xa3\xf6\xa3\xc4\xae\x93\xc9\xbe\xe1\x74\xe0\xf3\x6e\x7a\xb6\x22\xf3\x80\x44\xdd\x31\x7a\x9f\x9e\xa8\x11\x44\x26\xfa\x25\x10\x2f\x56\x86\x77\x46\x1d\xc2\x47\xbb\x07\x78\x6e\xcd\xad\x27\xde\x89\x3f\x31\x58\x2a\x29\x8c\x1f\x49\x0e\xe8\x15\xd4\xfb\xa9\x28\xc0\x0f\xab\x6b\xc8\x75\x5d\x87\xa8\xed\x06\x12\x5c\xa1\x09\x3d\xff\x97\x38\x39\x46\xe7\xcf\xd1\x68\xd8\xb0\x72\xb4\x00\x73\x6d\x2d\xe0\xd3\xdb\x7a\xef\xf9\x4f\x75\x6d\xdf\x11\x1d\xc7\x02\x72\x4a\x5a\x72\xf4\x31\x2e\xb1\x9a\xd2\xf2\xd7\x85\x09\x9e\x3e\x0e\x13\xfc\xfd\xe0\x81\x0b\xc0\x9b\x9d\x76\xe2\xcd\x36\x67\xb8\x81\x0d\x5c\xec\x89\xe5\xfa\x55\x80\x7b\x3b\xe9\xcc\xee\x2e\x28\x24\x5f\x7c\xd1\x19\x7d\xf5\xcd\xc8\xc4\x0e\xb2\xf2\xd7\x18\x62\x3b\x00\xd6\x0e\xb4\x09\x51\x1c\xac\x8e\xcd\xb8\xe6\xb2\x16\x30\x0f\xc4\x98\x76\x86\xab\xb9\x39\x74\xe5\xea\x06\xfa\x64\x47\xcc\xa8\xaf\x02\x68\x82\x55\x6a\x61\x04\x6c\x74\xff\xb8\x3d\x60\xd8\x7d\x03\xde\xbc\x0b\xa6\xb5\xf9\x9d\x8f\xd7\x0a\xfc\x53\x1c\x86\x3f\x9b\x82\xa1\x49\xcd\x8b\xee\x83\x4f\x3a\x53\xa3\xf8\x54\xcd\xde\xcf\x01\x21\xb5\x49\x4f\x77\xa9\x78\xcc\x8b\x9d\x5a\x2c\xdd\x7e\xcf\xbf\x85\x1b\x4a\x1f\x6b\x01\x13\xca\x01\xc2\x62\x73\xc1\xcf\x91\x18\x23\x90\x43\xca\xb5\x14\x0d\x47\x62\x3c\x2a\xc7\x38\xd2\x3d\x8b\xd0\xde\x68\xf3\x06\x1f\x29\xd9\x54\xd1\xad\x92\x9c\xcc\x99\x0f\x41\xeb\x4e\xe9\xfe\x10\x74\x67\x7d\xc8\x66\xf2\x71\xbd\xb3\x1e\xeb\xea\xe9\x1f\xe4\x00\x4b\xb6\xb3\xcb\x0e\x37\xfe\x00\x35\x55\x83\x79\xf3\x59\x1f\x9b\xf2\x93\x87\x69\x9e\xbb\x55\x54\x9d\xde\xe4\x74\x30\xb0\xd0\x79\xac\x2b\x3f\xaf\x1f\x33\x2f\x39\x0c\xa4\x19\xc7\xce\x5c\x64\x85\xc7\x16\x64\x64\xc3\x9a\xa9\x77\x7b\xfb\x3e\xb6\x3e\x80\x86\x0d\xc8\x10\xaa\x6b\x97\x51\xcd\x44\x22\xf8\x7d\x8f\x39\xd8\xb4\x84\x8d\xa6\xb1\xe9\x83\x39\xc2\x5d\x00\x94\x89\xca\x34\xa3\x92\xff\xaa\x9c\x33\xdd\xe5\x6c\x66\x34\xc8\xda\xee\xd2\xa4\xc1\x8a\x74\x78\x5e\xc2\x06\xfd\x6c\xdd\xd0\xb1\x94\xb8\x30\x43\x2a\xea\x93\xa1\x19\xcd\xa9\xa0\x47\x62\x44\xc7\x58\x8c\x98\xb6\xcc\x8d\x09\xd3\xa6\xb2\x2e\x53\x6a\x89\x4d\x39\xed\x58\xa3\x67\xb7\x0b\xc3\xa0\x27\xe0\x1c\x68\x76\xbf\xab\x2e\xf0\x59\x33\xee\x39\x25\xa4\xdb\xef\x1c\x4a\xa0\xfe\x50\x11\xa6\xf4\x9c\xa6\x51\x26\x29\xa6\xf2\x87\xfc\xcf\xeb\xab\x0f\x89\xda\x49\x6c\x2e\xd9\x8b\x34\x8a\x8e\x69\xbd\xcb\x29\xb5\x73\x6a\x38\x28\x67\x06\x83\x38\x9c\x19\xae\xdd\x43\xb9\x9e\x97\x6e\x23\x73\x89\xb9\x99\x19\xae\x8d\xcc\x72\x34\x3b\xd1\x07\xba\xc6\x73\xa3\xa4\x3c\x35\xa2\x48\x94\x6b\x0a\xd9\x0b\xd3\x88\xaf\x97\x37\xca\x59\x4a\x9c\x7f\x80\xbf\x63\x8a\x54\x20\xe0\xd5\x3c\x46\xc1\x4c\xc0\xa4\x5e\xa0\x18\x66\x64\x95\x95\x95\x24\xe9\x28\xa5\xf5\x64\x55\xae\x39\xdd\x61\xbc\x6d\x33\x81\x0d\x87\x03\xea\x79\xcd\x1f\x41\xea\x11\x8d\x91\x5d\x42\x0c\x29\x1f\xab\x30\xaf\x9d\xf6\x63\x31\xe2\xe3\xc1\xc0\xce\x2c\x1f\xd7\x75\x07\xdc\xb7\x83\xde\x56\xde\x5b\x53\xc8\x4b\xa8\x2c\x95\xa0\x56\x07\x35\x72\xdc\x75\x05\x21\x0c\x38\xdc\xea\xd5\xaa\x2c\xa6\xb4\xd2\xf7\xb1\x6b\xc4\xdf\x02\x4c\x0a\x43\x3a\x8f\x61\xe5\xc1\x75\x97\x5e\x72\xb5\x26\x5e\xb8\xfa\xc6\x09\xe3\x3a\x98\xa8\x9b\x49\x09\x28\x30\xeb\x06\xf5\x76\x0c\x75\xa6\x19\xea\xac\x3e\xa4\xf3\x76\xb2\x1a\x0e\x45\x3b\xad\xbb\x66\x5a\x37\xb5\xf1\x28\xf5\x5c\x47\x76\x0c\xa0\x59\xc7\x68\x95\xfc\xe9\x87\xcb\x4f\x3f\x4e\x1a\x71\xc6\x41\xb0\x67\x86\x0a\xf0\xf8\xc8\xd1\x76\x1b\xb3\x51\x3e\x26\x4a\x82\xd4\xb7\xdf\x3a\xcf\x1f\xae\xa7\xc5\xaa\x05\x82\x6e\xd3\x42\xee\x2e\xc2\x1a\x6b\x05\xba\xdb\x7a\x27\xae\xbb\xdb\x4b\xef\xbd\x50\x1c\xad\x10\x7b\x98\x01\xe0\x3b\xaf\xd6\x52\x4c\xf3\xef\x3a\xb9\xca\xa5\xbf\xc6\x78\x27\x09\xab\x62\x16\x38\xb7\x23\xcc\xb5\xe3\xe2\xfe\xb3\xd6\xf8\xaa\x9e\xdc\x52\xf1\xa7\x8f\xef\xa9\xc8\x62\xcf\x0b\x1c\xca\x98\x0d\x52\xea\x4b\x05\x54\x1f\xa5\xf6\x6a\xa8\xdb\x87\xd4\x0a\x89\x96\xb5\xa4\x23\x71\x72\xaa\x70\xd9\xcd\xa5\x6c\xac\x72\x5a\xce\xb2\x37\x29\xb7\x71\x05\x0e\x09\x08\x17\x38\x23\xfd\x21\xce\xe5\xd6\x59\x93\xd1\x18\x2b\x07\x22\x01\x5e\x43\xf2\x22\xd1\x75\x7a\x63\x18\x4d\xc7\xc8\x31\xbc\x33\x32\x3c\x9b\xbd\x60\xbe\xc3\xd1\xec\xf8\x18\xc9\xcb\xfd\x6f\xab\x6a\x34\x1b\xe3\xb5\xf2\x1b\x29\x20\xb2\xbb\xf2\xfc\x65\x99\xa4\x2d\x5a\xc3\x9b\x11\xad\x59\x5b\x10\x70\x51\x5c\x83\x8b\x62\x6e\x75\x81\x99\x65\x2d\xdd\xe8\xc8\x02\xe1\x45\xbd\x67\x4b\x95\xae\x9b\x1c\x07\x1b\xc5\x5f\xa2\x82\x0c\x71\x46\x2c\x50\x51\xf1\x22\x3b\x3b\x3e\x2e\x10\xc0\x3a\x34\x07\xcf\x46\xc5\x18\x21\x07\x71\xa4\x5d\xa2\x4c\x3c\x1a\x5e\x93\x21\x9e\x12\xee\xcf\xc6\xfa\xc5\xf4\xec\xf8\x78\x8d\xe2\x9c\xc4\x95\x7a\x35\x5a\x8f\x91\x8d\x51\x28\x07\x83\x0a\x7e\x6c\xb7\x55\x07\x7c\x91\x2d\xd2\x7e\x25\x3f\x70\xbe\x5a\x50\x48\xfb\x61\x0d\x06\x92\x85\xe9\xfa\x66\x30\x88\xcb\x51\xd7\x8b\x31\x29\x47\xf9\x18\x6b\x12\x2e\xff\x46\xf5\xfe\x83\xd4\x9e\x61\xd8\x4d\x41\x08\x4d\xd5\x11\x1b\xdf\xd0\x49\x1d\x1f\xe7\xdd\x73\x0d\x94\xc5\xce\xb5\x9c\xd9\x59\x73\x66\x67\x30\xb3\xb0\x4d\xcd\xc4\x62\xb9\xf3\xcc\xdc\x0a\x79\x69\xa9\xb9\x65\x3b\xe6\x16\x8a\x74\xcd\x2d\xf3\xe6\x16\x0a\xe9\xb9\x2d\xfa\x84\x74\x7d\x21\x37\xe8\xa8\xeb\xc5\x98\x88\x51\x61\x67\x56\xfe\xed\x31\xad\x0b\xa5\x94\xe8\x00\x0a\x60\x9d\x40\x01\x4c\x03\x05\x50\xed\xcb\x83\x7a\xbb\x1a\xad\x0c\x73\xbd\xc0\x6a\x0e\x30\x6b\xc4\xbc\xd4\x93\x6a\xba\xa0\xb3\xb5\xb5\x00\x58\x93\x9a\x11\x4c\x1e\x75\xef\x98\x54\xed\x77\x04\x44\x23\x53\xf5\x15\x88\x48\xda\x0b\xc5\x95\xac\x94\x9b\x07\x8e\xb4\x61\x3f\x6c\x23\x52\xa0\x07\x9d\xef\x6c\x6c\xcd\x13\x6e\x46\x25\x82\x5b\xaf\x3f\x5f\x62\x0b\xbf\xef\x7c\xd8\x75\x55\x86\x98\x15\x3d\xe7\xca\xe2\x27\xa0\x50\xf0\x9d\xd6\x44\x37\x74\x20\xc3\x1a\xd4\x61\xdf\x04\x6f\x76\x4e\x30\x5c\x16\x79\xa2\xbe\x35\xec\x52\x47\xb9\x7d\x6b\x24\xf9\xd2\x7a\xb2\xcc\xca\x9f\xc1\x2c\x78\x51\x59\xc3\xa0\xcb\xa8\xee\x39\x5c\x58\xc1\xb4\x69\x46\x6c\xa8\x1d\xc2\x8f\x74\xe6\x87\x09\xf8\xd4\xfd\xc1\x7b\xb5\xab\x15\x75\x46\xe0\x9b\xb6\xcf\x81\x4e\x4e\x09\x9a\x69\x11\x00\x58\xfb\xf0\xd5\xac\x26\x36\xac\xa6\xa5\x23\x28\x46\x62\xbc\xdd\xc6\xf2\x9f\x2e\xef\x09\xc3\xf0\xc9\xf7\xda\x9d\xba\x9f\x35\xb1\x7a\x7c\x09\xf7\x2c\xce\x48\x95\x80\x59\xee\xd5\x82\xe5\xb3\x46\x8f\x05\xde\x98\xf0\xaf\xb4\x3f\x0c\x7b\x89\x50\x72\x53\x14\x52\x1a\xd4\xad\x91\xcc\x05\xa1\x05\x51\x68\x61\x72\x16\x6a\xd1\xd0\xcf\xca\x97\x64\x78\x76\x72\xe2\x82\x9b\x46\xe5\x18\x33\x23\xc9\x04\x77\x3f\xd3\x88\xc3\x22\x66\x98\x1b\x15\xab\x32\xa2\xde\x93\xcd\x3d\xcb\x73\x6d\x95\x7a\xaf\xb1\x40\x5c\x82\x9d\x6e\x22\xa1\x9c\xfe\xa9\x31\x5f\x87\x39\x3d\x30\x23\x74\xe4\x3a\x3a\xee\xc9\x51\x80\x45\x50\x49\xa7\xa5\x73\x87\x2d\xc8\x57\x29\x45\x2b\xd3\x35\x48\xfe\x85\x0b\x7f\xec\xda\x9f\x02\x12\xc7\xec\x52\x85\x16\x58\x20\xdc\x3f\xad\xd5\x3a\x5e\xfa\x55\x6b\x13\x53\xb6\xdd\xc6\xdf\x52\x73\xa6\x6a\x46\x35\xc2\x21\xe2\x12\x2c\x0b\xe6\x64\x34\xee\x95\xbb\xb4\x06\xed\x67\xca\x7a\xf6\x79\x51\x16\xf7\xfc\x3c\xf8\x95\xd2\x9e\x18\x0c\xb8\x62\x9a\x04\x04\x3b\xc7\x65\xb2\xa4\x55\x95\xdd\x52\xfb\xc2\x3e\x41\xb8\x4c\x2a\x91\x4d\x7f\xf6\x5e\xc1\x6f\x84\x5b\xba\x97\xd2\x95\x41\xa8\x37\x2d\x78\x55\xe4\xba\xed\x38\x49\x12\x8e\xea\x58\xe0\x08\xa6\xe5\xe8\x7e\xc1\x72\x7a\xa4\x85\x15\xc6\x6f\x95\x5b\x4b\x7a\x14\x1d\x9b\x24\x3b\x20\xac\xd5\x58\x93\xb4\xa6\x88\x89\x79\xf7\x1e\xb0\x1a\x0a\xe0\x48\xfd\x3d\x60\x01\xd8\x83\x5d\xb0\x07\xa9\xac\x68\x2e\xb5\xab\xc1\x9c\xa4\xf3\x78\xcf\xf7\x19\x2c\x68\x2a\x92\x15\xbb\x2b\xc4\x1f\x5c\x22\xa3\x1a\xd5\xb5\xf3\x7a\xbc\xf4\xa1\xf2\x1a\x54\x80\x22\xec\x59\x1e\x18\x0e\x2e\xeb\xb4\xc0\xfa\x26\x49\x33\x49\x95\x2a\x15\x7d\x34\x81\xa8\x4e\x0b\xad\x18\x73\x9c\xe1\x2f\xcf\x36\x4c\xbf\xc0\x15\x3a\xaf\x82\x8c\xb1\x5f\xbf\x5f\x07\x9a\xa1\xa6\xc5\xb9\x48\xa1\x53\x49\x47\xa7\x9a\x85\x99\x2a\xcc\x74\xe1\x76\x47\xaf\x5a\xe9\xbf\x9c\xe2\x99\x4b\x09\x1e\x62\xd0\x3e\x29\xf3\x78\xa6\xed\x39\x0e\xf7\xa1\x04\x7c\x8a\x56\x09\xe3\x4e\xe6\x0c\x01\x6c\x30\x28\x5c\xab\xd7\x81\xbc\xdc\x57\x5e\xf8\x36\x68\xdc\xb9\x73\x65\xf6\xfa\xff\xf2\x2a\xe3\xbf\x11\x47\xfa\x62\x3e\x52\x71\x31\x47\xbf\x79\xb6\x29\xeb\xdf\x1c\xdd\xd0\x69\xb6\xae\xe8\xd1\x43\xb1\x2e\x8f\xb2\xd5\xea\x68\x91\x55\xb2\xf4\x9c\x71\x56\x2d\xe8\xec\xc8\x49\xfe\xf2\x58\x30\x2e\x8a\x23\x26\xaa\xa3\x39\x2b\x2b\xa1\x4e\x49\x72\xf4\xb9\x70\xb5\x73\xd3\x40\xc1\x8f\x66\x10\xea\x03\x03\x53\x45\xab\xa3\xd9\xba\x54\xce\x65\xae\x5e\x2c\x1b\x3f\x9a\x66\xfc\x68\x9a\xe5\xf9\xd1\x4f\x5f\x54\x28\x10\xfa\xe9\x8b\xac\x43\x2c\xe8\xd1\x4f\x5f\xdc\x4e\x96\x4f\x81\xbc\x1c\xad\xb2\xaa\x92\x1d\x2c\x74\x19\xb0\x83\x3d\xf7\x90\xa3\x9e\x3b\xd8\xa8\x9f\xbe\x1c\x2d\x8a\xe2\xe7\x2a\xf9\x82\x6a\x5f\x1c\xac\x48\xff\x14\xe7\xfe\x35\x93\xcb\x6b\x26\x3f\x39\x91\x7c\x76\x41\x62\x06\xe0\x4c\xda\xb3\x48\xf2\xc5\x3a\xac\xc8\xfb\x73\x54\x8e\xd5\x5a\x80\x02\x57\xc7\x21\x79\x17\x0f\xf8\xb0\xc7\x9a\x32\xab\x70\x7f\xe6\x3c\xd9\x3b\x48\x33\x07\xc3\x60\xaf\x22\xfd\xa1\x76\xfc\xb9\xd7\xd2\xed\x1a\xad\xfd\x38\xa7\x11\x18\x46\xb8\xe6\xb0\x8f\x64\x1f\xaa\xc1\xa0\x2f\x50\xe7\x36\xf8\x50\x88\x85\x9c\x7b\xcd\x84\xc0\xac\x05\x9b\x21\x39\x7a\x3b\x87\xb5\x98\xb1\x99\x2e\xe5\x15\xc2\xc0\xf4\x1c\xc1\x30\x60\xb5\x6e\xe8\x11\xec\x9d\xd9\xd1\xcd\xc3\x91\x1a\xaa\xac\x5e\x94\x6b\x7a\x34\x2f\x8b\xa5\xb7\x17\x74\xda\x34\xd0\xa9\x78\xf0\xf0\x18\x2a\x80\x8f\x5c\x5f\x44\x71\x74\xb3\xbe\xb9\xc9\x29\xac\x95\xd9\xf6\xef\x5b\x02\x18\xa1\x6d\xce\x55\x4e\x8d\xb6\x58\x41\x48\xdc\xc6\x09\x67\x29\xc3\x2b\x6b\x1a\xe5\x3a\x58\x8b\x75\x06\x6b\x65\xe3\x5e\x95\xb0\x4a\xf3\x08\xb3\xf3\x62\x54\x81\xca\x41\x4a\x19\xa6\x0e\xef\x91\xc3\xc5\xb2\x20\x63\xc8\xc5\xc2\xda\x11\x5c\xc4\xd4\xc5\x65\x1f\xe4\x55\x01\x6a\x0c\x1f\x55\xfa\x88\x91\x07\xfd\xe9\xc7\x4c\x2c\x62\x05\x28\x30\xe2\x5e\xbe\x3b\x6e\x00\x78\x6e\x25\x7b\xde\xe1\xf7\x72\x16\xe8\xf3\xfd\x0c\x6d\x5a\x27\xd5\x7a\xe9\x92\xbe\xe1\xac\xbb\x04\x58\x04\x34\xa2\x5f\xde\xa6\xd9\x5d\x61\xdb\x3e\xb1\x05\x00\x9c\x22\xb9\xf8\xf8\x71\xf2\xea\xf3\xa7\x77\x13\xed\x2a\xf9\xf1\xd3\xd5\xc7\xeb\xc1\x20\x0e\x3a\xc9\xf8\x51\xbe\xdd\x76\xfb\xa5\xe7\x8d\xf1\x00\x9e\x62\x8c\xc8\xcb\xd0\xd1\x26\x4c\x4a\xa7\x06\xd4\xe5\xb8\x8f\x9a\x15\xa2\x8e\x29\x39\xac\x3f\xde\x14\xee\xed\x94\x97\x5f\xef\xd0\x9e\x79\x9f\xf8\x19\x3b\x3e\xfa\x1c\x4a\x43\x1c\xc4\xa2\x25\x08\xd2\x0e\x21\x2f\x30\x08\x6f\xb7\xa2\x2b\x78\x41\x4a\x5d\xbb\x24\xc1\x55\x59\x2c\x59\x45\x09\x4d\xa6\x00\x83\x47\x15\x2b\xd4\x17\x6d\xf7\x4c\xe3\x87\x4c\x7b\x22\xe9\x94\x9f\x6a\x1c\xb9\x2b\x40\xb9\x2a\xfb\xa1\x0f\x9f\x5b\x1a\xf7\x96\xce\x5f\xa0\x30\xf8\x5e\xf9\x6e\x1e\x18\x0e\x5f\x20\xc4\xe3\x02\x62\xec\x95\x1e\x6f\x54\x8c\xfd\xd9\xfe\xe4\x20\x30\x9c\x29\x96\x8c\xe8\xf8\xac\xb4\x50\x03\x67\xe6\xf4\x97\x26\xa4\xd5\xe0\xf8\xf1\x99\x86\x73\x20\x84\x08\xa7\xb6\x54\x23\xe1\x1a\x67\xa7\x0a\xbb\xcf\x50\xa9\x78\x5b\xd6\xe8\xca\xcf\xda\xfc\x63\xa3\x33\x37\xaa\x81\x94\x6b\xf7\xa6\x2a\xed\x0a\x02\xb8\xcf\xaa\x1f\x2a\x3a\x4b\xfb\xa7\x46\x09\x09\x5a\x26\x79\xdf\x9f\xcb\xd1\xa9\x3f\x51\x5a\x02\x1a\x88\xa6\x00\xcc\xf4\x0d\x9b\x5e\xe2\x02\xa5\x94\x14\x78\xe3\x1c\xac\x52\x8a\x8d\x67\x54\x5a\x78\x1d\x7d\xe5\x49\x52\xbe\x3f\x4b\x4d\x4a\xcc\x08\xb4\xe9\x58\x20\xf0\xa1\xd4\x8d\x25\xcb\x8c\x71\x3b\x2c\x25\x21\x9b\xc1\xa5\xca\x2b\xab\xb6\x63\xdd\xd4\x35\x16\xa8\x7e\x08\xb1\x44\x96\x90\x56\x2a\x10\xe6\x43\x6f\xd9\xb8\xf5\xcc\xa6\xae\x0b\x2a\xf2\x4b\xa4\xad\x6f\x6a\xa3\x70\xf7\x1f\xea\x7c\x5d\xea\x4d\x8d\x3d\x72\xee\xd0\xb0\x94\x80\xe5\x67\xfd\x6b\xe4\x2c\xf5\x13\x70\x1d\x1f\x03\xb2\x83\x94\x87\xa5\xcc\x2b\xd9\x91\x46\xd2\x7d\x0f\x09\xa2\x20\xa7\x67\x85\xfb\xb6\x38\x3e\x56\xf5\x0a\x42\x47\x85\xba\x3e\xbc\x0c\x6f\xb8\x24\x37\xea\x0c\x70\x64\xb7\xf2\x60\xd0\x67\x10\xb2\x7e\x86\xdc\x56\xd6\x92\x56\x92\x24\x26\xe5\x9b\x29\x8e\xdc\x65\x98\xfc\xb5\x60\x1c\x2a\xae\x6b\x84\xcd\x9a\xc4\xdc\x81\xb2\x04\xee\xf4\xe9\x12\x87\x3e\xf1\xe9\x9d\x4d\x82\x1c\x3d\x8f\x5c\xf2\xe4\x68\x91\x55\x8b\x08\xaf\xcb\x5c\x65\x22\xdd\x83\x41\xb2\xcf\x2d\xd3\x33\xe0\x5b\x38\x3e\x0b\xad\x44\xed\x0d\x5a\x23\x49\x9c\x5b\x1e\xfd\x76\x38\x8b\xdd\x61\x91\xea\x8a\xfc\x2b\x79\xf0\x02\x10\xff\xfa\xf4\x00\x44\x13\xed\xf6\xe4\x54\x28\xed\xe8\xbd\x5f\x3f\x87\xe5\xde\x14\x34\x9e\xe6\x05\x3a\xab\xbc\x5c\x09\xf5\x5c\xf3\x4b\x22\xfc\x5f\xff\x59\xa9\x68\xa4\xb2\xed\xd1\xa4\x9c\xd7\x36\x9e\x19\x33\xf8\xa4\x67\xfd\x5f\x35\xef\xdd\x51\x81\x36\x6c\x58\x8c\xc8\xfe\x29\x88\xe7\x83\x81\x1f\xec\xcf\xbc\x0c\xeb\x4e\x5d\x16\x80\xb4\xb2\xd0\x8d\xcb\x1b\xdb\x8e\xdc\xcd\x1c\x57\x1a\x95\x37\x4c\xc0\x5e\xe1\x2c\x00\xa7\x72\x31\xfd\x4f\x4a\xc1\x23\x3c\x65\xf3\xb7\xa4\xe0\xd1\xa1\x9e\xdf\x29\xee\x75\x4f\xbc\xea\xa3\xf1\x9b\xbf\x7c\x7f\x36\x5d\x22\x83\x3c\x33\x77\x06\x36\x55\xf2\x2d\x06\xed\x2a\xd0\xec\x08\x29\xc0\x1d\xc8\x37\x84\x28\x42\xe7\x34\x59\x15\xab\x18\x25\x21\xb2\x94\x41\x6f\x72\x77\x20\xb5\xa0\x17\xda\xb7\x93\x06\xbe\x9d\xa2\xae\x21\xcd\x55\xcb\x99\xa0\x3d\x12\x42\xdb\xb1\xd1\xed\x47\xa3\x62\x27\x7e\x83\xec\x4b\x03\x29\xce\xee\xec\x91\x68\x08\x1e\xb2\x5b\x0d\xc0\x86\x46\xda\x6d\x36\x8f\x85\xce\xd2\x72\x2d\x0b\xd2\x59\x13\xee\x4e\xde\x7d\xed\x9a\x21\x07\xd7\x81\x59\xc0\x41\xf7\x32\x3c\x2b\x1c\x66\xde\xf1\xb1\x23\x0b\x92\x85\x03\x44\x0e\x9d\xde\xbb\x57\x79\x79\xbf\x49\x06\xf1\xf1\x2a\xd7\x8c\x3c\x7a\x1a\xbd\xd1\xcb\x54\x93\x41\x50\x56\x38\x06\x29\xa8\x63\xda\x36\x6b\x05\x80\x51\x1d\x79\xed\xc2\x34\x35\x51\xa4\xfb\x5d\xb6\xfa\x9d\x13\x60\x3d\xd7\x44\x92\x8a\x1c\xe1\xa9\xe7\x19\x0f\x5e\xe6\xeb\xc1\x60\x2d\xd9\x42\xcd\xf7\xcd\xc8\x10\x52\xcd\x40\x26\xcf\xab\x79\xbc\x46\xe7\x79\x52\xad\x6f\x2a\x51\xc6\x6b\x97\x6b\x35\xcd\x7b\x53\xef\x42\xe4\xa3\xf5\x18\xcf\xb4\x89\x3a\x78\x81\x73\xd4\x63\xc7\xe4\x4b\x9a\x3e\xdb\xe4\x75\xfa\x6c\x33\x75\x40\x6d\xf4\xd8\xe1\xba\x66\x38\x3a\x89\x90\x9c\x8b\xfd\xe0\x4f\xc1\x46\x75\xce\xa4\x9b\x1a\x77\xf0\x36\x39\xb0\x36\x5e\xae\x23\x21\x1b\xf0\x7d\xa9\xc9\x1a\xc4\x8d\x66\x1e\x04\xd2\x56\x5d\x33\x22\x46\xc3\x31\x2e\x3a\x14\x8b\x19\x29\x7c\xb0\x3a\x49\xf6\x3d\x04\xe3\x96\x76\x59\x81\x74\xaf\x63\xe6\xc7\x50\x72\x2b\x64\x45\x1f\xcb\xe2\xb6\xcc\x96\xcb\x4c\xb0\xa9\xa7\xec\xaa\x8e\x6e\x1e\x8e\x7e\xf8\xf4\xee\x68\x9a\x71\x5e\x88\xa3\x1b\x7a\x04\x2a\x94\x7b\x26\x16\xcc\x8b\xab\x4c\x8e\x3e\xe6\x34\xab\xe0\x2d\x68\x47\x54\x9c\x25\x57\x76\xdc\x4a\xd0\x0c\x62\x2c\x19\xf9\xf2\x6c\x93\xd5\xc9\xb3\x0d\xab\xbf\x80\x7f\x38\x61\xb5\x3f\x4d\xfe\x6d\xd2\x31\x1f\xf2\xb4\x0d\x31\x23\x43\xd8\x87\xe5\x53\xd1\xb4\x4a\xa4\x84\x9e\x2e\xd6\x93\x1f\x1f\xd7\xb6\x52\x81\x0e\xaa\x51\x72\x03\x83\x01\x3b\x3e\xb6\x41\x51\x84\x10\x56\x6b\x43\xd5\xf3\x9f\x92\xe7\xb7\xbd\x30\x5f\x64\x68\x2c\xf2\x38\x57\x2e\xcf\x93\x8a\x41\x29\x3b\x62\x50\x4a\x4d\xdc\x87\x98\x1d\x9f\x22\xc7\x98\x1a\xbd\x8b\xb0\x67\xa7\x40\x08\xe0\x74\x7a\x9c\x14\x1d\x6a\x9d\x3c\x9c\x4c\x1a\x88\x69\xad\x5d\xc3\x07\x83\x58\x25\xb4\x1c\xf1\x31\xd9\x64\x0a\xdb\xaa\xc6\x9c\x94\xc8\xa8\x74\x0f\x9a\x29\x2e\x65\x52\x4d\x3a\xd5\xec\xf0\x51\x31\xee\xb5\x1a\xcc\x06\x83\x38\x83\x86\xb2\x5a\xb2\xf3\x92\xfe\x6d\xb7\xa6\x61\x0d\xaa\xa5\x51\xcd\x00\x27\x93\x79\x2e\x49\x19\xc2\xb2\x3c\x29\x3d\xb1\x6d\xed\xe5\xfc\xec\xf0\x76\x8d\x23\x70\xf3\x83\x10\x0b\xf9\xc7\x68\x38\xde\x97\x85\x5d\xa1\x5e\x3c\xd7\x19\x87\xf7\xb3\x17\xa6\xb0\xc7\xd6\x68\x43\xd3\x63\xa5\x97\xec\x2b\xe3\xd5\x73\x1b\xa9\xb6\x2a\x8b\xaf\x0f\x87\x7e\x35\x2d\xb8\xc8\x18\xa7\xe5\x81\x9f\x4d\x8b\xd5\x21\x85\x96\x92\x07\x7c\xb4\x1c\xab\x4e\xa8\x3c\xba\x87\x76\x56\xf9\x4e\x1e\x3c\x32\xd9\x09\x49\xdf\x0e\x9d\x6f\x87\x39\x79\xe0\x07\xd0\x9f\x03\x27\x2e\x58\xd3\xa7\x7d\x33\x2d\x4a\x3a\x79\xda\x66\x50\xda\x66\x6d\x91\xdf\x8b\xc9\x12\x4e\xd9\xea\xe1\xa0\x09\xd3\xe5\x29\x5f\x2f\xe9\x61\x53\xac\xbf\x38\x79\xd2\xe6\x2c\x00\x61\xe8\x29\xf5\x2f\xd5\x8d\x36\x79\x7a\xcf\x94\x86\x6f\xa2\x27\x4e\x87\xfa\x1f\x3c\x11\x4a\xc2\x3f\xb4\xb8\xd6\x1d\x1e\xb8\x0b\xe8\x57\xf1\xbc\xac\xee\x76\xc0\xdb\x78\x05\x25\x9d\x3a\x29\xe6\x07\x55\x68\xbd\xd6\x0f\x06\x92\xc1\x4b\x7c\x87\x6f\xf1\x0d\x7e\xc0\x13\x7c\x8f\x2f\xf1\xd7\x5f\x2a\xac\xec\xfc\xe0\x4a\xef\xf5\x8d\x5b\xc6\xb4\x3f\xc4\xb7\x54\xa4\x9e\x68\x67\x41\x14\x34\x57\x52\xef\xab\xf2\x4d\x99\x2d\xe9\x7d\x51\xfe\xfc\xc4\xba\x1b\xdf\xed\x6d\x43\x9b\x3a\x1f\x3e\xca\x65\x7d\x2f\x97\xfa\xc0\x66\xca\x83\x86\xf0\xca\x90\xea\x27\xd7\xcf\x0f\xaa\x5f\x91\xf6\x83\x2a\x64\x07\x56\xa8\xaf\x81\x83\xea\x2c\x0e\xaa\x93\x55\x97\xea\xc6\x38\xa8\xce\xec\xa0\x3a\x2f\xd4\xb5\x72\x50\x8d\xd5\x41\x35\x7e\xc8\xa4\x08\xfa\xb4\x7a\xbd\x6f\xf6\xf7\xf6\xe0\x1a\x2f\xf6\xd6\xf3\x5e\x91\xca\xa7\x75\xd2\xff\x68\x6f\xed\x25\x5d\x16\x77\xf4\xe2\xd0\x83\x56\x25\xe6\x83\xbd\xb5\xae\x39\xfb\xdb\xef\x0e\xef\xad\x2a\xfe\xc8\x7e\x7a\xda\x04\xe8\xf2\x8f\x1c\x54\xc7\x79\x1c\x54\x6d\x7e\xe0\xa6\xb2\xec\xc9\x41\xb5\xae\x0f\xdf\xfc\x1f\xd5\x45\x74\x50\xb5\xd3\x83\xaa\x55\x2f\x9e\x52\xef\xec\x40\x22\x58\xd2\x27\x91\xf0\xc5\x61\xb3\xe0\xe3\xa8\x1f\x58\xf3\xfc\xc0\x0e\x1b\x9e\xea\xa0\x4a\x57\x07\x55\x7a\xe9\xb1\x37\x07\x55\xbb\x3c\xa8\xda\xc9\x93\x6f\x96\xbb\xc3\xea\x05\xc7\x01\x2e\xde\x14\x87\xce\xed\x5d\xe2\x3e\x79\x64\x9f\x39\x16\xf1\xa0\x9a\x6f\x0f\xea\xb1\xa6\x73\x4f\x9e\xe7\x9b\x83\x6a\x57\x3a\x4d\xb5\xe7\xae\x0d\xa7\x79\x50\xfd\x0f\x87\x6d\x0f\xc3\x8e\x1e\x54\xe7\xe4\xa0\x3a\x3f\x2a\x9e\xf5\xc9\x3b\xe4\xde\xab\x7d\x37\x8b\xf8\xe9\xfa\xcf\x1f\x0f\xac\xf0\xf2\xa0\xee\x16\x1c\xd4\xf0\x3a\xae\xe7\xe0\xaa\xc3\xcf\xf6\xb6\xa0\xa2\x21\x0f\xac\xf9\xab\x0e\x9e\xac\x6b\xf4\xa8\xba\x20\x90\xa0\x0f\x57\x1a\x1c\xca\xfd\xb7\xc5\xe3\x5f\xd1\x4a\x66\x15\x2b\x34\x2e\x70\xa6\x32\xff\x11\x42\x32\x63\x77\x1c\xf6\x3c\x0b\x93\x89\x2f\x35\x29\x0f\xdc\x93\x4c\x99\x2f\x8d\x9f\x78\x44\x08\xa9\x06\x03\xcb\x36\x9b\x68\xdc\x02\x41\x62\x33\x0f\x25\x4a\xcf\x23\xb2\x3c\x66\xc7\x4b\xe8\x59\xab\xfe\xbc\xa3\xfe\x0c\x0d\x06\xd9\x9e\xfa\x4f\x4e\xff\xb5\xf3\xb5\x82\x75\x56\xce\x6e\x2c\xe6\xa3\x6a\x8c\x39\x84\xda\x69\x75\xdc\xda\xf4\x6f\xdd\xab\xee\x99\x98\x2e\xe2\x0a\x6d\xa6\x59\x45\x6d\x9c\x69\x0a\xbf\x74\x70\x69\x6a\xb8\x70\xd5\x73\x78\xa5\x95\x55\xde\x2b\x05\xe8\x47\x5f\x99\x2e\x20\x3c\xd4\x65\x95\x1a\x25\x75\x30\xd3\x06\xd5\x1b\xcf\x2c\x0a\x0d\x5e\x90\xf7\x99\x58\x24\x4b\xc6\xe3\x29\x9e\x21\x3c\x27\xc3\xb3\xf9\x8b\xc5\xd9\xdc\x68\x19\x57\x84\xc6\xc5\x68\x3e\xc6\xd9\x68\xee\x86\xb2\x32\x43\x59\xd5\xb6\x2b\xf2\x7b\xd5\xb2\x9d\xe0\xb4\x29\xf9\xb8\x25\x3c\x2f\x82\x85\x49\x87\xea\xd3\x59\x26\x68\x30\xbc\x5b\x2a\x3e\xb3\x25\x8d\x11\xce\xdc\xdf\xa8\xa7\xeb\x33\x25\x87\x75\xad\x41\x9e\x20\x3f\x80\xdc\xc1\xb3\x74\x08\xb9\x3d\xd2\x53\xac\xa7\x37\xfd\x2d\x56\x53\x9b\xfe\x1b\x56\x13\x99\xfe\x3b\x86\x59\x4a\xff\x07\x56\x8a\x97\xf4\x3f\x6c\x94\x42\xfa\x3f\xad\xd7\x78\xfa\xbf\x30\x98\x7d\xd3\xff\x8d\x65\xff\xd2\xd3\x61\xdd\xf2\x6b\xd0\xda\xdb\x13\x93\x21\x26\x2e\x5f\x0e\xd1\x49\x5c\xbe\x18\x1e\xa0\x3a\x74\x2a\xb7\x0e\x42\xd0\x00\xd1\xfd\x9e\xca\x44\xab\x09\xea\x50\x0f\x7c\x7f\xea\x60\xad\x67\xad\x7c\x81\x74\xbb\xd5\x79\x8a\x9d\xab\x02\x58\xba\x9b\x59\x7c\x00\xbd\x30\xdc\x4a\x14\x39\xef\x06\x39\x1e\x0f\x1b\xc6\x23\x4b\x00\x2c\x88\x8b\xee\xe6\x85\x6d\xde\x61\x36\x9a\xac\x84\x1a\x49\x2b\xae\x08\xb3\xda\x74\x81\xd0\x4b\x32\xb4\xd4\x66\x54\x8d\x7b\xe0\x0f\x6b\xfc\xff\xd9\x3c\x0e\x3b\x2e\x94\x89\x21\x23\xc6\xaf\x04\xe1\x12\x7c\xac\x0a\xf5\x4d\xa6\x33\xc3\x28\x0d\xff\xc9\x49\xf5\x92\x0c\xcf\x50\x36\xaa\xc6\x84\xc6\xf2\x1f\xdd\xfb\xda\xb8\xc8\xb6\x66\x41\x20\x24\x6b\x87\x09\x50\x65\x71\x29\xa9\xa4\xae\xde\xfa\xd6\x8a\x23\xb3\xbf\x8b\xf9\xd1\xeb\x4c\x50\x94\x81\x67\x9d\xfc\x33\x16\xde\x09\x6b\x7f\xae\x8c\x78\x60\x1a\x50\x81\xc5\x60\xea\xf2\x4a\xe1\x83\x0d\x24\x39\x1a\x0c\xa2\xc9\x24\xea\x13\x62\x4c\x7a\x8c\xdf\xc6\x43\xfc\x5b\x34\x18\x40\x14\x21\x29\xcf\x69\x2c\x46\xb9\x19\x79\x2a\x20\xbc\xd1\x86\xdb\xc0\x2e\x15\xe7\xa3\xb1\x32\x01\xd8\xbf\x0e\x3c\x6c\x81\x6e\x0c\x8f\x3a\x4a\x7b\x79\x89\x0f\xf1\x13\x38\x00\xe9\xfa\xf1\x33\xc6\x93\x37\x3f\x7c\x00\xf8\xb0\xc9\xc7\x4f\x57\x9f\xaf\x3e\xff\xf8\xf1\x72\x72\xf9\x5f\x9f\x2f\x3f\x5c\xbf\xbd\xfa\x70\x3d\x18\xd0\xe4\xf2\xc3\x9f\x13\x78\xf2\xda\x15\xb9\x4e\xde\xe8\x7a\xad\x4d\x3f\x38\xa6\x8c\x56\xb1\x29\xe1\x96\x06\x6f\x4c\x2e\x91\x74\x33\x2d\xf8\x9c\xdd\xae\x2d\x77\xe3\xf3\x3a\xa7\xf8\xbe\x64\x36\x20\x4a\x1d\xf0\x16\xe7\xd3\xf0\x58\xf2\xf1\x60\x54\x18\x7d\x5d\x63\xa5\xe6\xa5\xd5\xf7\x6a\xae\xb0\x99\xc4\xbb\x9b\xe3\xdf\xad\x21\xde\xdd\xc4\x81\x4c\x9e\x53\xec\xfa\xc4\x3d\x54\xf5\xee\x83\x36\x07\x56\xf5\x04\x74\xfc\x10\x87\x18\x6e\xb9\xc7\x77\x95\x7f\x53\xb5\xd3\xf8\x99\x08\x0c\x6d\x86\x03\x28\x50\x2f\xb4\x09\x35\x48\xa9\xef\x94\xe1\x15\x6b\xdb\xec\x04\xe4\x77\x74\x98\xbc\x02\x59\xb2\xdc\x7d\x95\x08\x79\x95\x94\x34\xab\x0a\x3e\xb9\x67\x62\x31\x81\xea\x27\x60\x97\xe6\x93\x89\xbd\x5c\x68\xb8\x8a\x35\xc2\xa2\xd6\x88\x87\xd1\x0f\xdc\xba\x53\xcc\x7e\xf8\xf4\xee\xd2\x44\x2b\x50\x70\x93\xf0\xc6\xe8\x39\xe2\x6a\xac\xd6\x76\x31\x73\xab\x98\xda\x5b\xa9\x96\x5f\xb3\x6a\x95\x89\xe9\xc2\xa4\xbb\x41\xca\x1b\xb6\x6f\xf0\x16\x45\x4f\x0e\xbb\xfe\x16\x00\xf2\x50\x40\x21\xac\xe5\x91\x06\xc7\x4d\x6d\x6e\x1a\x47\x59\xf5\xc0\xa7\x11\x36\xd9\x76\xca\xe4\x26\x9b\xfe\x7c\xb3\x2e\x39\x2d\x6d\x54\x6f\x1c\xe9\x50\x8f\x48\xa5\x3c\x83\x70\x56\xd4\xa8\x67\x0e\x99\x01\xe8\xce\x3a\xca\x64\x22\x37\x2e\x4c\x2c\x60\x12\xe9\xba\x54\x4d\x05\x37\x11\x22\x98\x99\xdc\xd1\xc2\xf3\x9d\x2b\x0e\x3a\x2f\xce\x5c\xe8\xce\x4b\xb0\xcb\x7f\x45\xce\x84\x0e\x06\xdd\x48\x3f\x4a\x1f\xed\x38\x0d\xfd\x40\xdf\xf6\xb4\x79\xab\x0e\x06\xed\x8b\xd6\xf7\xc1\x54\x97\xac\x64\x38\xdc\x2f\xbb\xe1\xe4\xe3\xc3\xae\xb1\x86\xb9\xed\x71\xcf\xb6\x27\xba\xbc\x35\x92\x23\xd8\x4b\xee\x36\x67\xcb\x25\x2d\x9f\xdf\x65\x39\x9b\x65\xa2\x28\x0f\x74\x74\xb3\xa4\x28\x0b\xb2\x83\xbb\x94\x91\x5a\x1d\x14\x79\xf9\xc1\x0b\x8d\x22\xfc\x39\xbb\x45\x31\x14\x16\xd9\xed\x9b\xa2\x54\xcb\x0e\x5e\x2f\x1d\x4f\x05\x92\x74\xe1\x1b\xb6\x86\x53\x48\x91\xac\x13\xf8\xff\xa8\x22\x65\x02\xaa\x11\xe3\x7c\xbe\xd1\xdf\x28\x56\x84\x71\xe6\xa0\xda\xba\xe0\xd1\x80\x7c\x54\x54\x69\x4d\x0d\x12\x66\xd7\x10\xe0\x96\xc1\x1d\x00\x6e\x2a\x86\x41\x4f\x15\x7e\x04\x8e\xad\xc6\xac\xfa\x5c\xae\xc5\xe2\xa1\x99\xdb\xd0\x55\x11\xb7\x55\x19\x06\x6f\xa5\x99\x52\xca\xae\x10\x5c\x7e\xa3\x32\x79\xf5\xc3\xf5\xe7\xab\xf7\x93\xcf\x17\xbf\x9f\xbc\xb9\xfa\x34\xf6\xdd\x94\x60\xf5\x44\x76\xfb\x9e\x8a\xec\x4d\xe1\x25\x41\x34\x2f\xec\x43\x4c\x25\xc5\xd0\x27\x09\xdc\x4d\xcd\x71\xa9\x74\x40\xce\xa8\xc2\xed\xaf\xdc\x08\x18\x1a\xe3\x35\xc9\x9a\xc9\xe5\x79\xc2\x2a\x33\x9f\x6b\x34\x18\xe4\x8a\x57\xf5\x66\xdb\xe5\x83\x5c\x03\x49\x44\xaa\x99\x69\xb1\xbc\x61\x1c\xe0\xe5\x6b\xdc\x48\xb5\xe7\xf6\x6e\xe6\x50\xd3\x8c\xe4\xe0\x27\xae\xa1\x08\x72\x50\xfe\xd0\xfc\xdc\x85\x78\x00\x7f\x21\xcf\x9f\x87\xbf\xc6\x12\x56\xbd\x55\x70\xc1\xec\xef\x80\x29\xbc\xdd\xca\x67\x1f\x0d\xe7\x06\x50\x1b\x50\xdc\x6f\x73\x5f\x7a\x4b\x8e\x30\xd7\xf4\xb8\x35\x45\x3a\x1d\x51\x21\xcb\x4a\xee\xd9\xa3\xd7\xd5\x53\x88\x50\xd3\x17\xe1\x49\x6e\xb6\x9d\xbc\xcc\x77\xf7\xe2\xd6\xa1\xce\x8d\xd3\xdb\x91\x43\xd5\xdc\x94\x63\xdc\x04\x8b\x2c\xdb\x60\x91\xdc\x03\x8b\x2c\x5f\x9e\x9e\x97\x0a\x2c\x92\x91\xd3\x33\xf6\xa2\x34\x49\xb4\x43\xb0\x48\xe6\x32\xcf\xd9\x58\x4c\xff\xd7\x88\x8e\x07\x83\x7e\x0c\x29\x99\x1a\xcf\xfd\xd8\x49\x8e\x02\xff\xa9\xa2\x15\x18\xa0\xdc\x1d\x22\xd4\x2b\xa4\x9c\x66\xb2\xd3\xf9\xf9\x8b\xfc\xf5\x2e\x9f\xb4\xde\xca\xa0\xf6\xad\xde\xd4\xbb\xae\x96\xef\xec\x90\xb2\xcf\x47\xe9\x31\x11\xef\x9f\xe5\xaa\x62\x54\xbc\x8f\xf8\x6c\xfc\xf2\xe3\xa1\x0c\xa7\x64\x01\x9e\xa8\xca\x2e\x4b\x1e\x30\x35\x6a\x0b\x72\xef\x1d\x21\x1a\x18\x85\x09\xf5\x0d\xd9\x84\x26\x17\xfe\x19\x9b\x1a\xa4\x8e\x79\x49\xe9\xdf\x69\x3c\x1a\x23\x3c\x23\x94\xbc\xa4\x8e\x03\x58\xe8\xfc\xb3\xa1\x33\xf1\x0c\x69\x35\xde\x05\x24\x4b\x34\x39\x63\x0a\xd2\xc1\x95\x95\xe7\x65\x4a\xc3\x10\x44\x17\x6f\x4e\x3b\x72\x91\x15\xc0\xc8\x03\xc4\x89\x00\x30\x34\x80\x48\x01\x0c\x09\x1d\xce\x24\xd9\x58\xcf\x2d\x72\xee\xe7\xc8\xfd\x2d\x21\xad\xb3\x6f\x3d\x3c\xcf\x39\x79\x59\x12\x12\xb8\x1b\x53\x94\x96\xe4\xa5\x77\x8f\x5a\xb0\x30\xd9\x90\x6d\x64\x65\xfc\xaa\x9d\x13\xb5\x05\x0b\x2b\x08\x3f\x2b\x5e\x30\x15\xe1\xc4\xe6\x71\x19\x6b\xc9\x57\xce\xee\x05\x0c\xb9\x40\xb8\xc0\x4e\x07\x66\xbc\x3b\x4f\x4e\x6b\x2f\x07\x94\x1f\x4d\x47\xa0\x41\x93\x73\x03\x0f\xcd\x94\x9d\x9c\x02\x5e\x80\x5a\x90\xb4\xd5\x0e\xeb\x4a\xd2\x64\xbe\xec\x13\xa8\x55\xa8\x5a\x4b\x59\xab\x9f\x8f\x29\x44\x1b\x31\x85\xfc\x76\x57\x0a\x69\x42\x00\xde\x48\xdf\xd8\x27\x82\x6a\x6e\xbc\xf0\xc8\x56\xd2\xf9\x70\xde\x2c\x46\xdb\x8b\xa1\x2c\x70\x4c\x18\xc2\xb2\x05\x3e\x18\x88\x3e\x11\xe7\x72\x27\xf6\x09\x95\xbb\x07\x98\xed\x20\x7d\xd4\x83\x99\x2d\x2f\xf0\x1d\x1a\xe3\x83\x41\xcc\xc9\xa9\x0e\x69\xd5\xde\xe2\x48\x95\xc6\x53\x84\x69\x08\x01\xe3\xd5\xd1\xfe\x60\x88\x47\x7c\x1c\xec\xb5\x7b\x4f\xb2\x56\x41\x3e\x3a\x5a\xf5\xad\xa4\x11\x77\x56\xf6\x50\xc1\x3c\x4d\xf5\xe2\x76\x7b\xe5\x69\x02\x4d\x78\x4d\xcf\xca\xab\x6b\x6b\x63\x51\x02\x8b\xc3\xa7\x2c\xc3\xd2\x72\x7d\x82\x49\x74\x50\x97\xce\xfb\x97\xc3\x64\x38\x84\x14\x52\xd6\x1e\xf4\x46\x10\xa4\xd6\xad\x13\xf2\x8e\xa9\xa3\x8b\xa4\x7f\xea\xcf\xe1\xd7\x66\x70\xe3\x32\x5b\xc5\xa5\x7f\xde\xd5\x41\x92\x8d\x5d\x35\x2f\x75\xeb\xb9\x84\x37\xa3\x32\xb9\x7c\xff\xbb\xcb\x4f\x93\x8b\x4f\x9f\x2e\x7e\x1c\x43\xf6\x0f\xe8\x78\x75\x21\xbc\x26\x28\xd4\x6f\xe8\x89\xdb\xf9\x8a\x8d\x42\xa8\xc6\xd1\x68\x1c\xa5\x97\x26\xf7\xb9\xd7\x33\x2f\xd1\xb8\xdf\x5f\x13\x4f\x30\x54\xbc\xb9\xc1\x5c\xd7\x31\x93\x35\xc2\x00\x3f\xa1\x28\x65\x7a\x19\xb7\x79\xf0\xae\x9e\x0c\x25\xdb\x9d\x94\x34\x9b\x5d\xf1\xfc\x21\x46\x38\xcf\x9e\x5c\x87\xd7\x9d\x93\xd3\x66\x7d\x4a\x3f\x1d\xd2\x66\x95\x8f\x62\x18\xd2\x66\xaf\x16\xd0\x09\x53\x38\x6c\x94\xb0\x63\x8a\xb0\x3b\xa1\xdb\x6d\xf9\x92\x9d\x97\x84\xa5\xfa\x34\x12\x76\x5c\xa2\x33\xfa\xa2\x3c\x43\x2e\xea\x7f\x4c\x3a\xa7\xfd\xf8\xd8\xee\x14\x5e\x63\xa3\x7e\xf7\x67\xfa\xc6\x41\xc6\xf6\x4f\x51\x0d\xd3\xf1\xd6\x96\x0b\x20\x8e\x8c\x7a\x3d\x0e\x3b\x47\x38\x52\x49\xb3\x4e\x4e\x11\xb6\x14\x83\xfb\x41\x2d\xe5\x19\x7b\x49\x86\x67\x4c\x01\x6a\x74\xf5\x94\x21\xdf\x76\xc1\x2c\x69\xab\x71\x36\x9b\xc1\x21\x35\x69\x34\x55\xaf\xbc\xc5\x69\x16\xb0\x9c\x7b\x89\x6a\xac\xaf\xe5\xbd\x15\x74\x94\x09\xea\x58\x64\x55\xf0\xb2\x52\xc4\x9d\xc3\xfd\xfd\x9a\x56\xd3\xd7\x2a\x9f\xb6\x94\xaa\x1e\xd1\x98\xfa\x5b\x1f\x2a\x59\x64\xd5\x3b\x56\x09\xca\x21\x3f\xa8\xe2\x39\xff\x3f\x65\x52\x9b\xaa\x0c\x4a\x08\x60\x63\xf7\x96\x54\x68\x27\x2a\x9e\x16\x9e\xbc\x52\x52\x9d\x9f\x00\xaa\x45\x4e\xbb\x0b\xba\x81\x4b\x61\x26\xa8\xcd\x4f\x9b\xbc\xaf\x32\x5b\xae\x51\x97\xe5\x27\x40\xbe\x35\x5b\x48\xab\x39\x21\x91\x9b\x93\x11\xfc\x03\xcf\xc9\xf0\x8c\xbf\x28\x01\x34\x7e\xe3\x41\xe8\x9b\x1d\x04\x79\x32\x8c\x61\x84\x61\xae\xb5\xcb\x01\x7d\xb9\xa5\x42\xb6\x9d\x7e\x95\x94\x46\xf7\xa2\x01\x7c\x6f\xba\xc7\x35\x05\xd3\xd9\x99\x20\xbc\xa5\xc6\x40\xdb\x76\x76\x5c\x75\xfa\x22\x0e\xe3\x3d\x4d\x8d\x3a\x9f\x02\x79\x59\x8e\xd8\x98\xd8\xae\xaa\xa7\x08\x97\x50\xfb\xef\x1e\xd2\xaf\x78\xce\x72\x41\xcb\x5f\xde\xd0\xa6\xd1\xc8\x60\xa0\x71\x02\xb8\x64\xd0\x4a\x79\x2c\xfe\x0a\xa6\xbf\x56\x8e\xd5\xb0\x3d\x45\xe9\x74\xaf\xda\xb4\xb1\x4f\x8d\x2c\x85\x3d\x89\x48\x4e\x97\xfa\xe4\x77\x0f\x8d\x5c\x0c\xba\xa6\x79\x78\x97\x21\xd3\x9f\x56\x79\xdd\xcd\x76\xf9\xb9\xe4\x80\x1e\xed\xfd\xd2\x81\x9f\xaa\x4f\xfc\x06\xf4\xcb\x76\xdd\xf4\x8e\x96\x0f\x8f\x57\x7e\xeb\x57\xce\xaa\x4b\xf8\xca\xb9\x4f\xed\xaa\x3d\xe3\x07\xd4\x7d\x17\xd6\x7d\xc1\xbd\x9a\xef\x76\xd5\x5c\xd2\xd9\x1a\x6e\x1e\x87\x49\xd6\xbd\x4b\xec\x3a\x42\xd2\xef\x92\xd0\xb8\xc4\xc2\x9e\x1b\x64\xf3\xa0\x60\xc6\xef\x8a\x9f\x1f\xcb\x85\xc1\xbb\x53\x3d\x28\xe9\x5d\xec\x94\xde\x95\xb8\xbd\x6b\x27\x0b\xf2\xb2\xf0\x35\x4d\xe5\xc3\x5b\xe8\x0b\x28\x85\x40\x6a\xc7\x45\x8d\x45\xa1\x9a\x6d\xb3\x39\x92\x31\x45\x35\x06\xe1\x75\x2a\xba\x77\x21\x25\x2f\x15\xee\xbd\x2c\xc9\xf8\x34\x5f\xcf\x0c\x6a\xb8\xc7\x96\xfb\xf7\xe3\x10\xd5\xb8\x2a\x4a\xb5\x4f\x1b\x29\x61\x82\x61\xd8\x8e\x25\xb2\x78\x1c\x6b\x24\x76\x77\x21\x76\x27\x45\xca\x20\x29\x12\xae\x88\xcf\xa2\x65\xd6\xcb\x47\x8b\x45\x19\xc2\x6b\xa5\x00\xd4\x2c\x1a\x8a\x2b\x08\xcd\x9c\xc7\xce\x41\xa6\xb6\x7e\x1d\xa0\x7e\x63\x7f\xf3\x3c\x3d\x8d\x62\x54\x49\xaf\x1e\x0b\xb7\x30\xcc\x5a\x8d\xef\x99\x58\x14\x6b\x61\xcc\x5b\x30\x2a\x37\x47\x41\xc2\x9a\x9e\x66\xba\x09\xa1\xe7\x82\xbc\x14\x7d\x62\x25\x03\xda\xeb\x98\x77\x01\xf7\xd4\x75\x93\xe3\xbc\xc2\xb9\xe3\x39\x75\x46\xea\x20\x0f\x43\x20\x99\x0c\x55\x7c\x59\x83\x4f\xa4\x52\x8c\x50\x14\x9f\xf1\x8a\x96\xf2\x76\xf0\x0f\xdb\xc4\x9d\x2b\x5d\xcc\x88\xed\x41\xb1\x07\xff\xf8\xc9\x5d\xa8\xf8\x43\x6f\xa6\x26\x2d\x46\x10\x66\xcd\x95\xad\x9a\xcc\xb7\xe9\xa4\xff\xc9\x10\x5b\x00\x90\x55\xb1\xd2\x8d\x74\x0d\x5a\xa7\xbe\xb2\xfc\x91\xdc\xb7\x4e\x36\x69\xb3\x7d\x27\xa7\xe1\xb1\x72\xa3\x3c\x39\xc5\xa7\x70\xb6\x21\xb6\xdc\x36\xa9\x1b\xf0\xda\x6c\x35\x45\x3b\x9b\x1a\xee\x68\x68\x28\xc5\x39\xbc\xe6\x7e\x33\xad\xe9\x1b\xc2\xa4\x05\x85\x76\xce\xdb\xd0\x9f\xad\x52\xd2\xe8\x8a\x9a\x4f\x0e\x99\x32\x6f\xa7\x36\x8e\xa8\xae\x2c\x6e\x8e\xc4\x6d\x2a\xbb\x5b\x2a\xea\x77\xd3\x34\xd1\x98\x31\xf8\x5c\x6f\x60\xbf\xc5\x70\x03\x37\x25\x1c\x7f\x70\x72\x0e\xdd\x9c\x75\x72\x45\xdb\x2d\xc0\xa0\x82\x9b\xcb\xa6\x6b\x61\x4a\xa4\xe4\x8e\x70\x59\xca\x06\x5f\xe4\xb7\x05\x63\x82\xaa\x6e\xe8\x2d\xe3\x21\xd8\x54\x85\x62\x9f\x3f\x6b\x22\xb2\x96\x27\x27\xc8\x6b\xc9\x74\x7e\x54\x8e\x3d\x45\xb9\x48\x28\x9f\xb5\xab\xd5\xc3\xce\x66\xb3\xd6\x3e\x69\x92\x1d\x7d\xe0\x83\x23\xd9\xfc\xdc\xdb\x41\xfb\x06\x83\x03\x05\x97\x52\x11\x7b\x3d\xd0\x4a\x8a\x3d\x1d\x06\xc5\x6f\xa0\xd2\xbb\x86\xd5\x7e\xdf\x24\x6c\xd7\xb8\x72\x84\xcd\x32\xad\xe1\x20\x47\x74\x2c\x17\x43\xed\x86\xbd\xea\x93\x69\xa8\x3e\x79\xcb\x3d\x35\x62\xc0\x70\x7b\xbd\xf4\x35\x8d\xef\xa1\x93\x17\xf8\x23\x19\x45\x6a\x0d\xa3\x71\xef\xbd\x82\x34\x41\x81\xce\xaf\x91\x96\x1b\x34\xea\x1f\x8d\xa2\x0f\xd4\x9f\x41\xbd\xe4\x7d\x62\x2e\x8d\x24\x49\x3e\xca\xf7\x17\xe4\x02\x67\x3b\x3c\x6e\xe0\xab\xf3\xf8\xbd\xe6\x20\x1b\x8d\xc9\xbb\x56\x55\x10\x78\x5a\x18\x55\xc3\x76\x3b\x1a\xd7\x28\xdd\x57\x20\xa6\x64\x34\x46\xf8\xca\x79\xb9\x9d\xd3\xd4\xb4\x46\x91\xf2\x76\xfc\x4c\xae\x3c\xed\xfd\xe7\xa7\x68\xef\xfd\xb0\xd9\x43\x54\xf8\xff\x1c\xd3\x8c\xd6\xde\xab\xf8\xf2\x6f\xb6\x54\xb4\x82\x9f\x3b\x06\xbc\xcf\x01\xa7\x73\x06\x7e\x05\x90\x21\xed\xc0\x3a\x99\xb8\x0e\x4f\x94\x4d\x19\xa0\x67\xde\x72\xd9\x40\x18\xb8\x08\x46\x5f\xbf\x7c\xd2\x2c\x5a\x63\x0d\x5c\xd8\xd2\x4f\x85\xdf\x79\xa5\x6a\x6c\xd3\x7f\x05\x49\x34\xfd\xf2\x3d\xaa\xf3\x5f\xfc\xb5\x60\xdc\x66\x09\x76\x69\xc3\x94\x0c\xaa\xdd\x46\x50\x6c\xd3\x76\x61\x8a\xa3\x39\xe3\x80\xaa\xf1\xda\xa6\xf2\x0a\xcd\xd7\x52\xda\x71\x49\x21\xf7\x48\x1b\x1b\xfb\x61\x30\x94\xc6\xc7\x75\x8d\x59\xd3\x64\xcf\xfd\xcd\xc4\x9e\xb6\x99\x4c\xa0\xcf\x7f\xe7\x63\xb3\x7a\xf8\x85\x67\xc6\x37\x57\xfd\xb7\x1d\xe8\xb7\x8f\xce\x44\xce\xfc\xb7\x1d\xda\xc6\xe1\xed\x84\xba\x42\xa3\x44\xeb\xb8\x2c\x71\xc1\x3b\x95\x5b\xdd\x1f\xc1\x1d\xa5\xbe\xb3\x29\x0a\x7f\x05\x3b\xb7\x81\x6a\xe5\x33\x08\x57\x72\x7e\x09\xa8\xc6\xc5\x7c\xde\x69\x28\x91\x3c\xd8\xbe\x71\xaa\x24\x05\x8f\xe8\x21\xe9\x2f\x31\x6e\x77\x59\x6d\x0f\x8f\xd1\x39\xcc\x4c\xfd\x8f\xbd\x56\x1a\x04\xd0\x86\xd3\xfb\x53\xc4\x9f\x32\x45\xbe\x29\xfc\xfb\x38\x9e\xed\x70\x68\xfd\xc7\x4c\x08\x98\x75\xfc\x4d\xe5\x7b\x3d\x49\x39\xef\x16\x3c\xb6\x8c\x3f\xf5\x53\xf2\xea\x2a\x0d\x30\x05\x0d\xb0\x80\xb4\x11\x7e\xd2\xd0\xb0\x41\xd7\x04\x58\xcc\x46\xb2\xf9\x71\x32\x2d\xf8\x34\x03\xd3\x5e\xcb\xd6\xe4\x3c\x78\x3c\xa1\xbf\x0a\xfa\x4a\x9b\x65\xfd\x46\xec\xf8\xba\x04\x8d\x38\xf8\x72\x97\x28\xa2\x0e\x65\x5b\xd6\x08\xbf\xde\x27\x3c\x75\xe1\x03\x37\xba\xdd\x0d\x21\xac\x7b\xef\x0b\x51\xd6\x4a\x02\xda\xe3\xa0\x0e\xef\xbd\x9b\x2e\x28\xd5\x90\x5d\xf7\xd4\x11\x16\xe9\xae\x66\x91\x55\xa6\x80\x4e\x02\xe6\x55\xd0\x45\xaa\x8e\x23\x6b\x2e\x81\x8d\xf6\x17\x26\x16\xda\xf7\xb7\xb5\xd6\xe1\xeb\x60\xd9\x19\x9f\x96\x90\x4b\xd3\x3b\x16\x3b\x99\xa7\x53\x03\xd5\xe8\xed\x9d\x18\xd2\x13\xbe\xc9\x8b\x4c\x34\x1d\xff\x28\x42\xdb\xed\x10\x1d\x2b\xf6\xf0\x97\xb6\xd3\xaa\x5c\xd6\x7d\x22\xeb\x16\xc5\xed\x6d\x4e\x7d\x57\xbb\x1d\xfb\xbc\xdf\xee\x60\x8d\xa7\xd9\x74\x41\xbd\xc4\x6b\x5a\xc1\xb4\xa2\xf4\xe7\xf7\xa1\x97\x9d\xce\x19\x5a\xba\xa4\x15\x40\x32\xd4\xb7\xe1\xcd\xf1\x24\xb2\xd8\x00\x7d\x79\x92\x7b\x94\xf2\x9d\xfe\x47\x11\xc0\x26\xc7\xa1\x7c\xef\xb5\x13\x6b\xf5\x91\xf2\x19\xe3\xb7\x4d\x2c\xda\x88\x55\xd7\x54\x88\x5c\x32\x4f\x1d\x16\x95\xa6\xff\x99\x2b\xdd\xb4\x33\xdb\x37\x1d\x2d\x7c\x02\xbb\x09\x00\xed\xb0\xea\xcd\x3a\x9f\xb3\x7c\x47\x83\xed\xf6\xec\xb7\xc6\xf0\x18\xbc\x75\x95\xb5\xfb\x63\xbe\x4c\xfb\xa7\xd8\x2b\x29\x7f\xea\x45\x6d\x76\x55\xbb\x02\x38\xe8\xbc\x32\x80\xce\xb3\x81\xd4\xbf\xa9\x8e\x74\x0d\x47\xcb\x75\x05\x78\x79\x15\x15\x91\x25\xe6\xce\x94\xe7\x63\x2d\x06\x63\x6c\x50\x6d\x8a\x37\x8d\x2e\x06\xfd\xaf\x11\x2e\x13\xb1\xa0\x1c\x1c\x26\x68\xc2\x2a\x2d\x6b\xd1\xd9\x76\xeb\xfd\x64\xfc\x56\xcf\x52\xbb\x7e\xe3\xd4\x5c\x86\x93\x21\x37\x54\x89\x70\x49\x5e\xea\x71\x7f\x5b\xed\x7a\xb3\x95\x41\xbf\x87\xca\xba\x17\x5d\x42\x90\xe6\x91\x3f\x85\x11\xaa\x8d\x62\xb0\x06\xa9\x8f\xf2\x94\xc5\x91\xfc\x37\x42\x18\xb0\xd9\xe5\x6f\xf8\x23\x42\x18\x44\xcc\xfc\x41\x3e\xd2\x7f\xca\x05\x6f\x84\xc2\x34\xe7\x3c\x20\x19\xde\xb6\xd1\x6b\xe7\x72\xd4\x94\x23\x3a\x6e\xfa\x51\x7e\x23\xb9\x68\xc2\xb9\x3d\x29\xfe\xf3\x9f\xca\x41\x6e\x26\x13\xdb\x79\xad\xa6\x28\x55\xb2\x89\x20\x17\x4c\x87\xda\xc1\x7d\x96\xe8\x2f\xb4\xda\x41\xbd\xa0\xa5\x5c\x36\xf3\x77\x84\xf0\x9a\xfb\x2f\xdc\xaf\x08\xe1\x46\xe6\x19\xf9\x7e\x91\x55\x11\xb2\x55\xd1\xd9\xd5\xca\xbc\xb9\xa5\x42\xfd\xf0\xde\xab\x07\x95\x7c\x5d\xa8\x3f\x3b\x3e\xae\x82\xaf\xab\xf6\xe7\x6f\x8a\xf2\xf3\xc3\x8a\x7a\xb5\xe8\x27\x5d\x95\x79\x85\x5d\x9d\xae\x3c\x03\xdd\x8d\x7c\xcb\x8c\x16\xe7\xa0\xbd\xbb\x6b\x8e\xbf\xdf\x5e\xdd\x81\x9d\xb6\xff\x8a\xfb\xa6\x38\xca\x7f\xd6\x96\x56\x23\x54\x9b\x59\x0d\xd3\xff\xfb\x95\xca\x8b\xd2\xf1\x48\x3b\x60\x35\xe3\x2b\x82\x32\xe1\xf5\x65\x4d\x52\x41\x70\x45\xf8\xc1\x8e\x6c\xec\xcd\xb4\x52\x96\xff\xe9\x75\xab\xdc\xbd\x72\x26\xb5\x8b\xd6\xf6\x49\x9e\x09\x73\x8b\x81\x0b\x48\xff\x4a\x15\x70\xe1\x82\xfd\x42\x27\xb0\x4d\x0d\x46\xa1\x8d\x99\x1d\xac\xa7\x8c\x35\xe6\xa8\xa8\x95\x1b\x63\xcc\x09\x87\x4b\xa0\x63\x9c\x72\xb3\x13\xb6\xdd\x36\x63\x0b\x79\x18\x13\x64\x7d\xd8\x01\x27\x78\xd3\x35\x27\x7e\x3c\x85\xfd\x90\xb7\x27\x84\x0d\x06\x31\xdb\x37\x21\x1c\x21\xcc\x1c\x40\x2a\x44\x43\x4e\x54\x07\x5c\xfc\x96\x7e\xd0\xf3\x4c\x8c\xb5\x0e\x6d\xb1\x2d\x15\x83\x41\x5c\xec\x5f\x5f\x8d\x6f\xa4\xad\x42\x08\xb3\xc1\x80\xa3\xc1\xa0\x7f\xda\x27\x24\x66\xa0\x32\x39\x67\xd6\x67\x7f\xc4\xad\x18\x58\x20\x94\xb2\x11\x87\x63\x3d\xf2\x9f\x7a\x9e\x9f\xc6\x59\xf4\x5b\x38\xd9\x2e\xd8\xcb\xef\xe4\xe6\xff\x3d\xc1\x0b\x1a\x30\xa1\x4f\x0f\x4e\xc3\xd9\xaf\x42\x56\x2a\x95\x9d\x51\x89\xa8\x69\x34\x91\xfd\xe4\xb7\x74\xa6\xfd\xcb\x40\x2d\xe0\x3c\xd6\x22\x3c\x33\x0e\x67\x3b\xca\x5a\x87\xb4\xa8\xee\x01\x0c\xc5\x51\x7e\x44\xbf\x0a\xca\x67\x95\x83\xfc\xdb\xe8\xb0\x33\xd0\xa0\x27\xf0\x23\x8c\x3a\x53\xf7\x82\xf6\x7c\x7d\xcd\x4a\xf1\x00\x6e\x92\x64\x18\xbe\x21\x2a\x9c\x1e\x1e\x29\x6d\x06\x94\x25\xfd\x61\xf0\xd0\x7e\xd6\xe8\xb0\xff\x79\xe3\xd5\xdb\x0a\xb2\x9b\x33\x7e\x4b\xfa\xa7\xdd\x45\x3e\x67\xb7\x7b\x2a\xf8\x44\xef\x58\xc5\x0a\xde\xee\x62\xfb\x3b\xf3\xa4\x1e\x89\xe4\xe3\xa7\xab\x8f\x97\x9f\x3e\xff\x38\x79\xfd\xf6\xf5\xe4\xd5\x1f\x2e\x3e\xfc\xfe\x72\x6c\x03\xf4\x4a\xaa\xb7\x09\x8d\x91\x2c\xdc\x8a\x66\xb3\x38\xc1\xa3\x31\x84\x08\x9f\xc7\xed\x0f\x83\x76\x51\x6a\x0c\x93\x8f\x14\xb7\x7d\x47\xf2\xe2\xc8\x1a\xf1\x70\xa8\xee\x08\xfc\x9b\x38\x5f\xcf\xe6\x2e\xb1\x4a\x0b\x54\x1b\x23\xad\x7e\xdd\x50\x95\x3a\x43\x7b\x93\xcf\x6d\xcc\x77\x84\x64\x2f\x9c\x55\xd7\x65\xb9\xd0\xcf\x6c\xfd\xf0\xaa\x6e\x3d\x05\xc5\x6e\xb3\x11\x1b\x3f\x98\x84\xf6\xe2\xda\x37\x2d\xbb\x54\xc1\xfe\xb4\x19\x8c\x0e\x7f\xbf\xda\x1c\xe3\x66\xff\x8e\xc6\x08\x83\xe7\xd3\x8e\x0d\x3f\x18\xd0\x97\xbb\xde\xed\x12\x00\x5a\x13\x03\xa0\x20\xc8\x65\x71\x0b\xea\xd3\x5a\xc0\xc0\x0b\xca\x6c\x09\xeb\x38\xdd\x6e\xfc\x8c\xbd\xe0\xa0\x44\x0f\xde\x8f\xd8\x38\x74\x17\x35\xd3\xcb\x34\xa6\x47\x67\xd3\xc3\xde\xae\xe3\x7e\x72\x5a\x07\x8c\xa2\x69\x86\x8e\xeb\x5b\x2a\x8e\xd4\xf7\xf1\xae\x15\x68\xd1\x85\x5d\x09\x69\xda\x33\x16\x50\x0f\x7a\x1e\x24\x0e\x33\x93\x93\x0e\xbb\x28\x8f\xe9\x31\x1c\x92\x69\xc1\xab\xf5\x52\x05\x03\x37\x8f\x51\xf0\x71\x5d\xb9\xe1\x50\x07\x6d\xee\xf9\xa0\x9c\x50\x9b\x9f\x0e\x6d\xb8\x76\x4e\x77\x8a\xdb\x13\x0e\x9a\x5b\x13\x5b\xb2\x73\x1f\xf7\x24\x53\x11\x46\x78\x30\x4c\x31\xc7\x36\x99\x33\xe3\x6e\x0a\x51\x5d\x4f\x54\x3c\x73\xd7\x21\x76\x6a\xab\xae\xbd\x7e\x3e\x4c\xbb\x56\x1b\xf3\xdd\xf3\xd9\x3b\x9c\x6c\xa8\xce\xee\xf0\xbf\x1e\x3a\xf3\x4b\x38\x9e\xf6\x57\xce\xcf\x3a\xf8\x48\xbb\xb9\xef\x6c\x9f\xa2\xfa\x80\x32\x1b\x3a\x18\xf4\x03\x8d\x83\x99\xfc\xb6\x1b\xbd\xca\xbf\x83\x2b\xb4\xe3\xaa\x92\x2d\x1e\x32\x31\x9b\xce\xcf\xb5\xf9\x7b\xa7\xf3\x7d\xeb\x03\xd3\x9b\xfa\x11\x86\x20\x46\x9b\xee\x22\x0d\x07\x76\xcc\x74\xcf\x76\x2c\x99\x2a\xa2\x1d\x55\xcb\x5e\x01\x1b\xbc\x38\x6e\x6c\xe4\x76\x37\xed\xee\x39\xe6\x27\x0c\x9d\xc5\x10\x9f\xb5\x83\x9c\x68\x87\xa6\xf6\x8b\x97\x05\x6a\x52\x66\x8f\x08\x15\x1d\x94\xc4\x72\x18\xdd\x7b\x49\x8d\xa6\x0e\xf6\xde\xe6\x31\x9e\x26\xac\xbe\x0e\x68\x99\x4d\x76\xfa\x08\xb3\x22\x45\x28\xff\x2c\xb6\x59\x96\xed\xb6\x0f\xa4\xc9\xd4\xed\xd1\xa6\x76\xe1\xfd\xac\x0d\x42\x81\xc7\x05\xa4\xbf\x6c\x93\xd2\x47\xfa\x73\x7e\xe8\x81\x4b\xbb\x7b\xe9\x33\x6a\x66\x26\xf7\x92\xac\x03\xf8\x3d\x13\x3a\xb4\x93\xed\x6b\x73\x40\x3b\xef\x90\x5d\x6c\xa1\x59\x04\x50\xe2\xef\x5d\x04\x6d\x91\x70\xd0\x00\x14\x9d\x37\x6f\x13\xa2\xaf\x1b\x0d\x03\x30\xe2\xca\xa5\xa5\x09\x1a\xe0\x51\xdb\x71\xc8\x07\x1e\x5e\xc1\x68\x2c\x3f\x46\x69\xb3\x07\x21\x37\x5b\xfb\x7a\x9b\x1c\xe7\x26\x53\x1b\x0b\xbc\xf8\xf0\xa6\x31\x5c\xa5\xb3\xce\x72\x96\x55\x1e\xe2\x03\xfa\x7e\xa1\x31\x10\x77\x75\x20\x14\x52\x57\xa6\x83\xfd\x92\xa5\xf5\xeb\x39\x24\x25\xd7\xfe\xbc\x71\xbb\x45\xd1\x6f\x40\x46\x79\x42\x32\x86\x96\x60\xaa\xbf\xfd\xf5\xe3\xbb\x3b\x84\xd3\x29\xc9\xb4\xce\xcb\x61\xb4\xa9\x8d\x84\x67\x44\x65\xff\x99\xfc\x85\x66\x3f\x5f\x53\x81\x17\xf0\x40\xfe\x7a\x9f\xad\xf0\xdc\x44\x63\xf7\xfc\xd0\x65\xb4\x99\x27\xca\x1d\x63\xbb\xf5\xfc\xbf\xc2\xe0\x63\x1f\x39\xa9\xd0\x70\x17\x0a\x53\x49\xf5\x4c\x52\x61\xcb\x4d\x57\x84\x6a\x95\x06\xe5\x99\xf0\x81\x19\x20\xc7\x75\x13\xad\x01\xaf\x89\xad\xa4\x1a\x0c\x2a\x9b\xd5\xce\xe6\x97\xea\x03\xca\x67\xee\x5e\xcc\x88\x9f\x08\x4f\x20\xbc\x20\xc3\xb3\xc5\x8b\x99\x09\x68\x58\x98\x80\x86\x39\x99\x8d\x16\x63\xbc\x22\x62\x34\x1f\xe3\xa5\x3a\xd1\x33\x5a\x4d\x4b\xb6\x12\x45\xd9\x38\xc7\x73\xc9\xf1\xdd\xb9\x46\x97\x10\xc6\x7b\xa7\x52\x2c\xc9\x9e\x99\xf8\xc5\x39\x7a\x79\x72\xaa\x5a\xb8\x25\x74\x34\x1f\xf7\x56\xe4\xf6\x1c\xd2\xd6\x2c\xb3\x9f\x8d\x2f\xec\x2d\x32\x9a\x9d\x15\x08\x88\xc1\xcb\x15\xaa\xd9\x3c\x9e\xca\x61\x75\xd4\x7a\x63\x6a\x05\x04\x14\x2f\xa3\xdf\x0d\x5e\xa1\xba\xbe\x3b\x5f\x26\xca\xf0\x34\xc7\x2b\x94\xba\xd0\x7a\x87\xc7\x98\xb4\x61\x4b\xb6\xdb\x39\x64\x56\x3a\x97\x75\x93\x55\xda\x55\x26\x96\x15\xd6\x54\xe9\x1f\x04\xc2\x65\xb2\xe6\x10\xc2\xec\xa3\x99\xc0\x3e\x7c\x20\xa5\x05\x70\x03\xc7\xa0\x2a\x0e\x37\xc4\x83\xdd\x10\x13\x32\x3c\x9b\xbc\x78\x30\xab\x33\x39\x3e\x46\xb0\x10\x90\x00\x2e\x13\xd4\xe7\xf8\x1e\x46\x93\x71\x02\xde\x5d\xea\xcf\xea\x81\x4f\x21\x5b\x74\xe6\xbb\x20\x51\x1c\xc9\x1e\x46\x26\x53\x62\xf8\x4f\x89\x6a\xa5\x66\xb9\x0b\xd3\x3c\x2a\x7e\x63\x54\x26\x57\x7f\xf9\x70\xf9\x69\x6c\xf2\x3b\xfa\x40\xb0\x70\xa6\x02\xb7\xf9\x33\x08\xbe\x36\x36\x00\xe0\x5a\xa1\x28\x8a\x05\x5e\x81\x0b\xd6\x9e\x02\x31\x22\x2f\x45\x12\xe8\x01\x34\x3c\x8d\x86\x8c\x41\x49\x6b\x76\xa5\xdc\x33\x2a\x93\x77\x97\xbf\xbf\x78\xf5\xe3\x44\x75\x55\xf6\xbd\xd6\xd7\xc5\x53\x1c\x57\x74\x1e\xb3\xb3\x12\x1c\x57\x4a\xdf\x71\xa5\xf4\x1c\x57\x32\xe5\x96\x0c\x64\xc5\x84\x18\x6b\x57\x08\xad\x95\x02\xd9\xd2\x63\xda\x7d\xfb\xed\xda\xe7\xe6\x0d\xea\x51\xd5\x28\x4f\x9b\x75\xc0\x58\x3b\x2b\x61\xfc\xb6\xb3\x16\xf9\x85\xac\xc6\xf9\xb6\xce\x15\xfe\x03\x78\x04\x88\xf2\x61\x03\xf5\xe8\xd7\xa6\x0a\x6d\x3d\xdc\xcc\x93\x19\xcd\xa9\xa0\xfa\xb1\x1f\x85\x10\xea\x69\x6a\x51\x5c\x2b\x34\x4b\xc3\xca\x75\x40\x57\x08\x15\xc2\xa1\x0a\x5e\x7e\x15\x94\x4b\x0e\xe6\x3c\x4a\xa3\xe3\xee\x57\x31\x4a\xa3\x48\xcf\xf8\x97\x17\xcf\x36\x40\x0f\x74\xc2\x44\xdd\x55\x67\xee\x7e\x63\xfd\x5f\xed\xab\xd6\x4e\x75\xbd\xac\x53\x53\xdd\x9a\xcd\xdc\x37\xf5\xb3\x0d\xad\x5f\x7e\xa9\x2b\x01\xc9\xdf\x94\xc2\xd1\x8e\x49\x1d\x10\xad\x85\x54\x1f\xd8\x1c\x90\x47\x53\xe3\xa6\x9e\x38\xc8\x22\xb9\x37\xbc\x28\x4b\x4c\x4d\xc5\xda\xf4\xe2\x30\x91\x42\xa5\x7d\x1f\x74\x68\x0a\x09\x44\x36\x13\xb7\x72\xde\xb9\x6c\xee\xfe\xb8\x19\xee\x9a\x0d\x8a\x10\x4a\x5d\x65\x78\x19\x33\xa7\xb2\xe7\xe7\x34\xbd\xf5\xd1\x75\xbc\xf0\x44\xcc\x4c\x7f\xed\x31\xf2\xd5\x28\x72\x0b\x7c\xd2\x2f\xf0\xd4\xab\x63\xcf\x0c\xc0\xde\xd1\x95\xfa\xdf\xfb\x02\x80\xbd\xa3\x7b\x33\x7d\xcb\x0e\x06\xf1\xcc\x6c\x45\x8a\xf0\x42\xa1\x99\xc8\xf9\x1f\x0c\x16\x40\xd5\x55\xd7\x1b\xde\x7e\xed\xae\x20\x84\xc2\x21\xa9\x64\xd0\xde\x99\xea\x38\xd6\x3b\xba\x6f\x63\x14\xc0\x38\xd3\x71\x9d\x38\xec\x0a\x49\x7c\xce\xe8\x99\x02\xdb\xd3\x42\x8c\xb3\x5a\x40\xbe\xd2\xf5\x8a\x96\xb0\xbf\x6a\x6b\xc4\x08\xda\x79\xab\x71\xf5\xfc\x80\x09\x1f\x6c\xcf\xef\xd9\x52\x21\x8f\xb5\x91\xbb\xdc\xf4\xc6\x92\xce\xed\xbb\xd9\x85\x67\x5a\x2b\x93\x89\xac\x72\xbb\xdd\xd4\xf6\x64\x64\xd3\xc5\x2b\x6d\xf3\x0b\xfd\xa1\x1a\x8e\x50\xca\xca\xe3\x37\xac\x5d\x7f\x37\xf5\x99\x4f\xd4\x83\x85\xb7\x31\x2d\xaf\x6d\xe7\x2a\x08\x94\x46\x2a\x11\x3d\xf3\x00\x34\x4c\x5a\x40\x66\x3a\x59\xf6\xbc\x40\xea\x02\xb8\x74\xdd\x69\x49\x4b\xc3\xfd\x60\x37\xde\x02\xc4\x4e\xe1\x81\x84\x1d\x05\x36\xc0\x98\x92\xc6\xee\x42\x48\x45\x1d\xbc\x72\xf4\x05\x06\x8b\xbd\x0d\x29\xcf\x29\xf5\x5b\x77\xcb\x6c\x5b\xd6\x5c\x99\xf2\x82\x54\x5d\xbb\x9a\x87\x3d\xa1\x7d\x42\xda\x50\xb6\xe7\x34\x55\x5d\x34\x0d\xe8\xf9\xed\x3e\x4a\x92\x2b\x33\xc7\x09\x6d\x66\x70\x09\xd0\x20\xd4\xcd\xf5\xad\x27\x06\x03\x61\xf7\x49\x70\xda\x3a\xce\x94\x0b\xcf\xb1\x26\x55\x1f\x06\xc7\x5e\xbd\x9b\x6e\xfe\x36\xa5\xb8\x85\x45\x26\x6a\x35\x95\xa5\xe3\x2b\xe9\x60\x40\x1d\x33\x5b\xb8\x17\xd0\x57\xfb\x02\xe0\x99\x2b\x32\x3c\xab\x5e\x34\xef\xf9\xb3\xea\xf8\xd8\xb2\x57\x39\xa9\x5e\x0c\xb7\xdb\x66\x99\x17\xa4\x32\x58\x40\xee\xd6\xaf\xc6\x78\x1d\x30\xcf\x90\xc6\x55\x72\xd4\x26\x21\xeb\xd9\xf4\xc5\xec\x6c\x6a\x18\xe8\x05\x59\x8f\xa6\x63\x3c\x27\xf9\x68\x31\xd6\x48\xda\xd4\x72\xac\x0b\xc7\xb1\xae\x48\x26\x4b\xcc\xc9\xaa\xc5\x07\xaf\x2c\x1f\x3c\x6f\xf3\xc1\x73\xe0\x83\x0b\x39\xf0\x8e\x5a\x97\xa6\xd6\x26\x1f\xbc\xc4\x73\x54\xcb\x77\x64\xee\x20\xa5\x25\xf7\x69\xef\x45\x92\x25\xb0\x01\x3e\xeb\xdf\x2a\xab\x64\x65\x6e\xdc\x3b\xed\xa4\x94\x78\x89\x6a\x10\xbe\x4b\x58\x05\x64\x94\xf4\x87\xf0\xe3\x3d\x15\x8b\x62\x46\xfa\xa7\xb8\xcf\x92\x3f\x5c\x5c\x4f\x3e\x5c\x7c\x7e\xfb\x67\x93\xa2\xd8\x30\xeb\xbe\x94\xf5\xe0\xff\xda\x21\xf3\xdd\x79\x81\x66\x9a\x1b\xc5\x21\x2a\xcd\x8d\x3b\xc3\xda\xc7\x0c\x6d\x6e\xfc\xc3\xb8\x3b\xe5\x85\x5f\xb9\x48\xde\x7e\x78\xfb\x79\xf2\xe6\xe2\xd5\xe7\xab\x4f\x3f\x36\xda\x78\xe8\x68\xe3\xa1\xd1\x46\xad\xf8\xf7\x3b\xcf\x04\x3d\x79\x8a\xa2\xc0\x4b\xd5\xf8\x8f\x34\x40\xff\xaa\x68\xf8\x5a\x18\x57\x1c\x14\xdb\x6d\xc9\x35\x5a\x6d\x9b\x0f\xca\x30\x66\x2d\x06\xb3\x69\x9a\x90\xb3\xd6\xe5\xfe\xb8\x84\x7e\x7d\x84\x14\xc3\xce\x99\x8d\x6e\xb7\x4a\x83\x3e\x67\xdc\x35\x06\xce\xd9\x96\xee\xc7\xce\x55\xc5\xe3\x38\x11\x78\x84\xa8\x17\x01\xef\x68\x1d\x7e\x5d\x61\x75\x01\xa0\x5a\xf6\x0d\x8e\x08\xb8\x87\x2b\xe7\xdc\xb2\x98\xd2\xaa\x6a\x8d\xd3\x31\xea\x9e\xa6\xbd\x59\x0a\x2b\x83\xb7\x53\x3c\x78\x4a\x32\x86\x99\xa7\xe5\x60\xae\x05\x79\x3c\x59\xf2\xe1\xe2\xfd\xe5\xf5\xc7\x8b\x57\x97\xd7\x44\x78\x3f\x82\x37\x93\xdf\xfd\x38\x79\xfb\x3a\x78\xaf\x1e\xa9\xaa\x65\xbf\x2f\xf2\x9c\x08\xef\x87\x9b\x42\xcc\x92\x9b\x07\x48\x69\xde\x98\xdc\xa7\x1c\x81\xef\xa1\x26\xdb\xaf\xf9\x7a\x5c\xc1\xf5\xed\x09\x4a\xbb\xf0\x12\x77\xe2\x96\x7f\x9f\xcc\xf8\x8d\x54\x8e\x64\xc7\xc9\xcb\xec\xc9\xb3\x58\x61\x92\xbe\x1d\x4d\xa0\x7b\x36\x09\xe3\x1f\xe9\x43\xeb\x9c\xb5\xe4\xab\xb6\xc8\x22\xaf\xb9\xf9\x5a\x6d\x86\x1a\xa8\x60\xe5\xd1\xc0\xac\x71\x40\x32\x73\x9b\xd8\x9b\xc4\x82\x63\x68\x96\x22\xf3\x38\xc2\x8e\x31\x56\x5d\xcf\x42\x21\xed\x1f\x30\xcc\x56\xaf\x7d\x3e\xb6\x46\xa8\xf7\xb4\x3d\x7f\x98\xeb\xd1\x2f\x76\x23\xd2\xe0\xd9\xbf\xbe\xcb\xa1\x5a\x0e\x6e\x17\xc4\x86\x60\x6d\x7c\x87\x4c\xcc\x9b\x4c\xa5\x96\x38\xad\x6f\xf9\x61\xaa\x76\x9b\x27\xea\xc9\xd3\xe7\x1f\xf3\xef\x1e\xfb\xa8\x98\xfa\x66\xfe\x81\x46\xf2\x97\x48\xfe\x8e\x9c\x3a\xd0\x7f\x65\xd3\xfb\x44\xda\x30\x5f\x8e\xb8\xce\xe4\x8e\xc6\xdb\xad\x01\x25\xec\xf9\x5a\x17\xc2\xce\x45\x3b\x6d\x0c\xf8\x02\x46\xb0\x2a\x11\x4a\x3d\x34\x43\x26\xef\x35\x5f\xa2\x04\xb8\xfb\x73\x46\x34\xb8\x7d\x1a\x8a\x9b\xa6\x66\x59\xc0\x65\x3e\xea\x80\x84\x97\xcd\x41\x7e\x23\x97\x0a\x41\xa7\x85\x2f\xc9\x26\x1a\xa9\x0e\x18\xe0\xed\x71\x94\xda\xb4\x50\xd8\xbe\xfc\x00\x60\x8c\xf2\x9d\x86\x65\x74\xaf\x14\x53\x20\x5f\x69\xef\x48\xf7\xca\x48\x4c\xf2\xa5\xcb\x7a\x62\x5f\x5f\x54\x0f\x7c\xfa\x58\x19\xc9\x6f\xcb\x77\xc6\xeb\xce\xbc\x90\x43\x93\xcf\x61\x60\xee\xf1\x27\x7a\x7b\xf9\x75\x25\x5f\x94\xf4\x96\x7e\x5d\x79\xaf\xd4\xae\x91\xaf\xec\x41\xb5\x1d\x65\x39\x04\x7e\x42\x27\x58\x4e\x73\x56\x89\xa8\xc6\x1b\xc3\xf2\xa4\xbc\x26\xcd\x14\x33\x3b\x4f\x03\xdc\x7a\x7b\xb2\xb2\x77\x58\x8b\x0e\x81\xa1\xb6\x02\x5d\xe9\xb4\x09\x9b\xda\x81\x8b\x00\x80\xf9\x88\x8e\xc9\x29\x16\x48\x8a\x3c\x3e\x8c\x4b\xe9\xb2\x4a\xd8\x7a\x7c\xe4\x07\x1d\x95\x04\x39\xe8\xed\x86\x74\x49\x92\xba\x72\x13\xa0\x6f\x41\xb9\x77\x4a\x83\xeb\x87\xe5\x4d\x91\x93\x19\xc0\xfe\xbe\xd5\x93\xa7\x1f\xb6\xa1\x29\xc0\xb3\x6a\x6a\x65\x2d\x8a\x6a\x49\xe7\x18\x94\xca\xca\x07\xd2\x4e\x13\xa2\x3b\x67\xd4\x7c\x0e\xa5\x26\x99\xc8\xef\x94\xdf\x9e\x52\x68\x99\x67\x58\xc8\x5a\xd7\x6b\x36\x23\x05\xa6\xc9\x2d\xe5\xb4\xcc\x04\xfd\xbd\x7c\x10\x2e\x4c\x43\xc3\x12\xc1\x2a\x46\x46\xaf\x22\x8e\x8b\x18\xf5\x38\x1c\xf5\x2c\x31\xa1\x36\x56\x95\x23\x1b\xd1\x7c\x6b\xbb\xdf\xe0\x6c\x1c\x53\x84\x1c\x0f\x2c\x08\x64\x20\x93\x0f\xfd\xd6\x64\x23\xd8\x54\x2f\x90\x4b\xb5\xe4\x7f\x59\x99\x2f\x2d\xb6\x99\x5e\xbd\x9e\x20\xce\x9b\x99\x94\xe7\x51\x25\xa0\xc6\xd4\xe1\xae\xca\xa7\x7c\xad\x9f\x56\xb0\x32\xa6\xec\x83\x7e\x1a\x47\xc7\xf4\x38\x42\x11\xae\x6c\x3f\xac\x8a\x5a\x0e\x53\x1d\x0a\x52\x62\x9a\xdc\x97\xd9\xaa\x9d\xf7\xa2\x3f\xf1\xf3\x68\x81\x8a\xe4\x4a\x03\x25\x0f\x06\x13\x87\x29\x7b\x74\x1d\x53\x7c\x1d\x0b\xfc\xe0\x68\xd8\xb5\x8e\xde\xa0\xd6\xa0\x63\xe2\x1b\x35\xee\x7f\x17\xc4\xc9\xa5\x9e\x10\xf9\x19\xc0\x12\x69\x6c\xca\x46\xd7\xbe\xc6\x14\xd9\x6a\x2b\x22\x74\x71\x1b\x40\xd9\x55\x3c\xb7\x2f\xf5\xd8\xab\x95\xe4\x87\x1a\x57\x4e\x0b\xd7\x96\x0e\x06\x5d\x10\xcf\x01\x00\x93\xfe\xfb\x55\x4c\xf1\x10\xba\xae\xdc\xc6\x9d\x6e\x8e\xbc\xc6\x34\x99\x66\x5c\xc1\xbd\x91\x0f\xf2\xc6\x33\xe0\x6f\xa4\xc9\x5f\xb0\x79\xfc\x41\xed\x19\xab\xc7\x1c\x09\x83\xef\x0e\xd8\x9d\xb2\x09\xab\xed\xe8\xbe\x34\x0d\x69\x19\x19\x83\xcc\xd1\x5b\x05\x16\x03\x98\x3c\xd4\x88\x6c\x5d\x6b\xf0\x2e\x5c\x83\x46\x31\x39\x9f\xea\xec\xbc\x73\x9b\x4a\x8e\xc7\x68\x48\xfc\xec\x6a\xdd\x6e\xf9\x5e\x36\x35\x77\xc9\x8b\xdd\x97\xbc\xe8\xb8\xe4\x3b\x73\xa9\x39\x94\x82\x28\xd2\xe1\xd5\x46\xf3\x05\x51\xd6\xfc\xa5\x86\x71\x8d\x70\x84\xf0\xdf\x63\x31\xe2\x63\x29\x10\x97\xc7\x84\xaa\x1f\x1e\x19\x08\x74\xd6\xae\xef\x76\xa0\x76\x10\x9e\xd1\xc4\x7c\xfd\x46\xeb\x57\x61\x66\x8c\x3f\x09\xe1\xf0\x03\xe2\xd6\x5a\x8b\xe6\x9d\xb3\x1f\xb4\x12\xd2\x39\xeb\xab\x85\x68\x7f\xa8\xd6\xe1\x07\xad\xaa\x54\x6d\x81\xc4\xd0\xde\x18\x66\x27\x0d\x06\x74\xf4\x6c\xac\x6b\xfc\x0b\x13\x8b\xf7\x19\x07\x6f\xf8\x87\x6b\x2a\x04\x2d\x09\x4d\x04\xcd\xca\x59\x71\xcf\xdb\x6f\x2a\x2a\xd6\xab\xf6\x63\x0f\x47\x99\xd0\xe4\x55\x36\x5d\x50\x42\x7d\xbd\xd6\xc7\x4f\x57\xff\xf5\x63\xf8\x48\xa9\xba\x08\x4d\x3e\x5d\x5d\x7d\x26\x34\x99\x2e\xe8\xf4\xe7\x3f\x64\xd5\xb5\x94\xdb\x09\x4d\x7e\xff\xc3\xdb\xd7\x93\x3f\x5e\xca\xaf\x6e\xa9\x78\x2d\x2f\x60\xd8\x88\x34\x51\xa4\xce\x77\x5e\x60\x64\xe8\xae\xdf\xc2\xaa\xa2\x8e\x8f\x59\xad\xf0\x07\x7d\x4d\x5a\x05\xbf\xe4\x5f\x39\x29\x63\x79\x17\x2a\x72\x2d\x19\x96\x84\x17\xf7\xb1\x24\xd5\xae\xf9\x5c\x27\xee\xec\xd8\x0a\xea\x36\x1c\x0c\x1c\xf1\x0d\x5e\x00\x0c\x49\x7b\xc4\x6b\xed\x6f\x31\x1a\xbb\x3e\xcf\xdc\xbd\x58\xc6\x5f\x26\x93\x67\x1b\x5a\x3f\xdb\xe4\xc7\x90\x83\x73\x9e\x17\x45\x19\xc3\x9f\x65\xc6\x67\xc5\x32\x46\xff\xea\x75\xb6\x9e\x4c\xbe\xb8\xdb\x13\x06\xbc\xc0\x73\xb2\x3e\x57\xbd\x48\x67\x3d\x3b\x65\xf3\x9e\xd2\xa9\x2e\x7a\x8d\x49\x5d\xf5\x94\x5a\xf4\xf9\x4f\x49\xac\xc0\x76\xb6\x72\xff\xfe\x04\xf2\xdd\x16\x08\x8f\xfa\x1b\x3d\xc7\x77\x1d\x8a\x76\x7b\x02\xf0\x2d\xb9\x53\x5b\xbf\x23\x75\x0c\x18\x60\x10\xb2\x5c\x42\xe4\x3d\x8f\xd0\xcb\x93\xd3\xf3\x8e\x0d\xbb\x4c\x04\xad\x44\x7c\x67\x78\x79\x54\xb7\xb3\xb1\xf5\x87\x75\xaf\xb9\x83\x6e\x7b\x5d\x4a\xd4\x30\xff\x80\xdf\x47\x29\x87\xfa\x38\xed\x66\x3d\x6e\x34\x31\x6c\xd9\x3c\x14\x6b\x71\x1b\x53\x84\x6f\xdc\x2d\x8f\x45\xad\xb7\xf4\x83\x7e\xfc\x80\xfb\xa7\x48\x0b\x79\xf7\x81\xe7\x80\x76\x54\x74\xf7\x92\x49\xe1\xa5\xfc\xba\xcd\xe5\xa6\x4d\x18\xb0\xb2\x97\x81\x1a\x38\xc4\x44\x57\xfd\xbd\xdc\xdf\x5f\xf9\xf9\x3d\xbe\x0c\x3a\xac\x90\xd2\xc1\xf8\x69\x9d\x7c\x5c\xdd\xea\x1a\xdf\x78\xec\xad\xe5\x55\x1c\x36\x53\xcf\xfb\x9b\x08\xed\xd4\x47\xbb\x8d\xa6\x01\x54\xa0\xfe\xa4\xc4\xbc\xbe\x02\x32\x56\x1a\x97\xc0\xee\x81\xf4\x21\x7a\x4d\xf5\x1f\xbc\x88\x4b\xd9\x7d\x27\x08\xfc\xff\xcc\xbd\xf9\x76\xdb\x38\xb2\x38\xfc\xbf\x9e\x42\xe6\x97\xd1\x10\x63\x58\x91\x92\xf4\xc6\x34\xe3\xeb\x38\x4e\xb7\x67\xbc\xe4\xda\x4e\xcf\xf4\x55\xeb\x3a\xb4\x04\x59\xe8\x50\x84\x06\x84\xec\x78\x64\xbe\xfb\x77\x50\x58\xb9\x48\x96\xd3\x49\xdf\xdf\x39\x39\x31\x45\x02\x85\x42\x61\xab\x2a\xd4\x72\x5c\x17\x04\x3c\x31\x61\xaf\x68\x98\xbc\x78\xa9\x8f\x90\xe8\x5d\x11\x6b\x63\xb9\x8f\xe4\x2e\x8f\x2e\x0c\x2c\xbc\x54\x27\x18\x9d\xdc\x45\x67\x45\xfc\xf7\xf3\xd3\x13\xfc\x31\x7e\xfa\xbf\x83\xdf\x6e\x9f\x0c\xb7\x9f\x3c\x75\xc4\xda\x2f\xa7\x54\xd8\xea\x9b\x8c\xbe\xce\x49\x0f\xd2\xd9\xba\x83\x2c\xaa\x1f\x6d\x50\x42\x73\xf9\xd1\x3a\x29\xf8\x1d\xdc\x54\xd1\x78\xab\xd7\xba\xe2\x24\xf9\xa8\xfc\xd2\xec\x41\x1c\xc7\xc7\xf7\xf7\x4e\x52\x76\x07\x17\x14\x76\xa1\xf6\xbd\xe3\x0b\x9a\xb6\x3b\x5d\x54\x2b\x12\xc7\xf1\xde\xae\x4a\x87\xb7\xfb\x61\x60\x68\x19\x3d\x59\xaa\x77\xc5\xf0\x43\x14\x0c\x3c\x91\xb1\x0e\xbc\x92\xa9\xf8\x4c\x8e\xb0\xfa\xa0\x36\xd1\x68\x4d\xe2\xe3\x4a\x72\x5f\x1f\x78\xe1\xf3\x0b\x19\xca\xaa\xd3\xd9\x25\x48\xd5\x17\x7c\xc6\x7b\x67\x9f\xf2\xd1\x22\x4d\xf8\x30\xb0\x7e\x7b\xfa\x38\xc5\x74\xb7\x81\x33\x13\xaf\x5e\xd8\xba\x5a\xf8\x6d\x39\x87\x8f\x60\x10\xe0\xa6\x30\xb8\xb2\xe5\xed\x18\x5c\x0d\x77\x83\x76\x10\x05\xb8\x1d\x60\xfa\x2a\xee\xf7\x7a\x68\x99\x6d\xc7\x1f\xba\xdd\x6e\x5b\x52\xd1\xc4\x9f\xec\xf5\x8a\xf6\x8c\x71\xd2\xa6\x82\xcc\xf2\x0f\x7a\x7c\xb3\xed\x78\x3f\x84\x60\xba\xda\xb3\x46\x21\xbc\x1d\x07\xed\x61\x50\xc8\xb9\xb7\xdd\xc7\x19\x8a\x1e\xc0\xdb\x48\xda\x3e\xe2\x4b\x89\xf8\x85\xec\x36\x8b\x7b\x2f\xd9\x8f\xd4\xe0\xcf\xca\xf8\x33\x87\x3f\xab\xe1\x4f\xeb\xf8\xcb\x95\x64\xd0\x57\x87\x31\x1d\xb0\x61\x2b\xdb\x8e\x7f\x0f\x13\xb4\x1d\x44\xed\x60\x5b\xf6\x29\x69\xe8\x53\xe1\xf5\xc9\xc9\xc5\xbf\x7b\xa7\xc3\x47\x75\x3a\x00\x63\x2b\xa7\x92\x2b\xf5\xa6\x94\x7e\xb9\x35\x66\xda\x85\xd4\x5d\x26\x7b\xf9\x67\x1d\xa3\x1e\x72\x2c\xca\x06\x67\x36\xd5\x65\xd6\xe2\x2b\xae\xa2\x39\x2a\x6e\xa7\x34\x25\x2e\x78\x48\xc9\x07\xd4\xe2\x74\x52\xf2\x7a\xd7\x51\x9a\x9b\x33\x0b\x0e\xc4\x10\x36\x36\xb3\x35\x1d\xea\xad\x09\x36\xc7\xa3\xd2\x29\x20\xdf\xbc\xad\xed\x7a\x76\x6d\xb8\xcd\xe9\x3f\x15\x85\x42\x1c\x13\x18\x92\xd7\x4d\xcc\x0d\x30\x9b\xad\x06\x2e\xee\x35\x34\xf8\xbe\xb6\xc0\x34\xdf\x07\x07\x5d\xd9\x40\xce\xf3\x10\x4b\xe9\x8c\x0a\x63\x21\x27\x1b\x8d\x95\xff\x43\x37\x17\x8c\x93\x98\xeb\x1f\xf4\x3f\xc4\x18\xeb\xcf\x68\x9e\x93\xdc\xfc\x9a\x52\x61\x9f\x75\x95\xfb\x7b\xcd\xcf\x15\xa5\x48\x4d\x6d\x57\x46\x2f\x79\x6d\xca\x2d\x41\x6c\x6f\x7b\x20\x8c\x08\xae\xcd\xde\x55\x83\xb6\x84\x3a\x27\x0d\xba\x20\xaa\x17\x8d\x69\x3d\xa0\x6b\xaf\x2c\xfe\xc6\xcd\x41\x3e\x97\x9b\xf3\x8f\xde\xf9\x82\x5f\x5b\x8f\x05\xf5\x59\x87\xd8\xad\x53\xc2\xef\xbb\xa1\x8a\x4e\x6f\xfe\x33\xfe\x05\xff\x1b\x3f\x89\x27\x61\xe0\xf1\xe2\x81\x64\x40\x7d\xde\xfc\x09\x5e\xc1\xc2\xff\x8c\x57\x73\xfd\xbf\xac\x16\x15\xfe\xbd\x52\xc7\x76\x43\xc9\xed\x3a\x1d\x5b\xad\xa8\xa7\x67\xfe\xfd\xdf\x0b\xc2\xef\x36\x2b\xbb\xfa\x06\xab\x56\x14\xac\x3f\x2f\xc7\x3a\x37\xeb\x8a\x1b\x31\x57\x6b\xc4\x66\x73\x96\xc9\x2a\x4a\x96\x7f\xa0\xb8\x09\x85\x40\x3e\x09\x17\x01\x61\x6d\x0d\xf5\x04\x4a\x75\xf9\xb8\x19\x7c\x58\x5d\x97\x70\xfd\xbd\x61\x33\xa6\xe2\x94\xa6\x63\x68\xe8\x91\x15\xe5\x8b\xcb\x5c\x24\x82\x7c\x4e\xbd\xc7\xd4\xa8\xc6\x8f\x78\x70\x78\x12\xf1\x34\x11\x82\x6f\x38\xfe\x1a\xfc\x2c\xc9\x92\x6b\xb2\xc6\xf7\x5b\x19\xd9\xe3\x11\x1e\xe3\x29\x9e\xfc\xd1\x9b\x8d\x95\x15\x7e\xff\x6f\x35\xcb\x97\x7e\x26\x95\x1e\xbe\x26\xa2\x2e\xdf\xb4\x45\x57\x15\x5f\x6d\x9e\x61\x21\xbe\xa1\xb9\x84\x35\x7e\x24\x64\x53\x6d\x6d\x0b\xc9\x78\xbc\x2f\xe7\xd1\x2f\x30\x5f\x37\x82\x0f\xc1\xd5\x6c\xa5\xb5\xd0\x69\x7e\x4e\x67\xf3\x94\xec\xa7\x74\xf4\x71\x63\xf0\xa5\x5a\x6b\xe1\x5f\x13\x21\x71\x78\xcd\x16\xd9\x38\xdf\x18\x7e\xa9\xd6\x26\xf0\xf7\x53\x0a\xde\x47\x23\xf1\xe8\x46\xbc\xaa\x1b\xf7\x84\x66\xd7\xae\xda\x67\xf5\xaa\x04\xe1\xa1\x76\xcf\x18\x83\x9a\x8f\xea\x9b\xad\xf4\x10\x74\x3b\x51\x1e\x05\xde\xd5\xda\x84\x6a\x87\x9b\x2e\x0d\x4b\xa5\xc3\xf5\xab\xe2\x9a\x88\x83\x14\xc2\xde\x3d\x6a\x5d\x94\xab\x6d\x82\xb9\x2e\xfe\x58\xf4\x75\xb5\xb5\x2d\xe4\x9f\xd7\x87\x7c\xf3\x3e\xe4\x9f\xd7\x87\x7c\xf3\x3e\x00\xe3\xf4\x39\xbd\xa8\x56\x7c\xb8\x95\xcf\xe9\x49\xb5\xe2\xfa\x56\x0c\xff\x7c\x2e\xee\x52\xf2\x86\xcc\x39\x19\x41\x24\xab\x63\x92\xe7\xc9\x35\xd9\xbc\xd5\x07\x00\xad\xc5\x02\xdc\x62\xde\x78\x1c\xd3\x46\x8d\x5a\x8b\xb5\xb5\xb0\xf7\x0d\x7f\x75\xa4\xd9\xab\x8d\x60\xd3\x8d\x60\x5f\x90\x4f\xe2\xdc\xb0\x11\x1b\xc1\x65\x1b\xe2\xcc\xc9\x23\x66\x56\xb2\x19\x50\xc9\xd2\x81\x09\xd8\xe3\x50\xce\x37\x83\x6e\xf7\xc6\xc7\x41\x4f\x37\x82\x2e\x01\x9f\x4b\xde\xf0\x71\xc0\x17\x1b\x03\x07\x4b\x97\x0d\xa1\x8e\x36\x82\xaa\x22\x58\x3d\x0e\xdf\xf1\x46\x90\x8f\xdf\x5f\xec\xbd\x3e\x3a\xb8\xdc\x3f\x38\x3a\xda\x10\xf0\xb4\xeb\x57\xda\x00\xef\x63\xcd\xbd\x6e\x06\x7e\xe2\xe1\xfd\x80\xa8\x56\xe7\xa9\xd7\x4b\x6d\x4a\xf0\xfa\xe2\x66\x40\x3e\x39\xca\x71\xd0\x95\x33\x0f\xe8\x08\x51\x58\xa6\x35\x64\x2c\xf1\x2b\xae\x0e\xe9\x5d\xeb\xec\x24\x49\xd3\xab\x64\xf4\x71\x47\x7e\xd9\x31\xd1\xf1\xfe\x8f\x7a\xdf\x18\x00\x1e\x3a\xee\x4c\x29\x50\xa8\x52\xe6\x6d\x12\xc0\x7c\x9d\x34\xbb\x91\xf9\xd7\x9f\x16\xe3\x5e\x43\xd2\xde\x64\x4b\x8b\xee\x5b\xa7\x3f\xd2\x7a\x4a\xfb\x29\x0a\xb6\x5d\x1e\x2e\x3f\xb7\x43\x06\xd9\x2d\xd3\xe4\x8e\x2d\x1a\xea\x0b\x32\x9b\xa7\x89\x20\x91\x05\x94\x3f\x2d\x41\xd2\x09\x2f\x32\x15\x51\xf4\x91\x74\x5e\x21\xca\x6e\x32\x9b\x36\x0e\x82\xf8\x39\x82\xf1\x58\x1f\xfc\x64\xbc\x33\x21\x89\x58\x70\x52\x9b\xbe\x5f\xce\xd2\xb6\x61\x8c\x93\x78\x59\xcd\x98\xff\xa5\x73\xee\xa9\x20\x21\xd0\x9d\x7a\xd2\xfc\x96\xf2\x06\xd1\x99\xf3\xd9\x9a\x5c\xf9\x49\x2d\x38\x9f\x8d\x33\x98\x28\x73\xa1\x7a\xae\x7c\x80\xde\x3d\x3f\x38\x79\x73\xb9\xb7\x7f\x71\x78\x7a\xa2\x66\x5b\xd5\x0a\xc5\x4c\xb1\x4e\x47\x0c\x68\x69\xc7\x1a\x2a\x47\x30\x15\xa5\x02\x61\x51\xb4\x54\x43\x6a\xd3\x6f\xb6\x42\xaa\x04\x60\x74\xb1\x13\x45\x3d\xbc\xa0\x9c\x0c\xdd\x60\x9b\xa0\x5a\xc8\x45\x9b\x93\x77\x4b\xd9\x23\x19\x37\x5d\xcf\x98\x22\xab\x0f\x14\xf5\x06\x2a\x7b\xd5\xdf\xcd\xd4\x40\xb1\xb8\xff\x92\xfd\x98\xc1\x95\x01\x1d\xb0\xf2\x40\xb1\x61\xab\xc9\x9c\x62\x17\x02\xd2\x51\x1d\xe5\xa2\x1c\x66\xd2\x44\x93\x14\x95\x20\x92\xb4\x40\x85\xba\x0f\x4d\xab\xa1\x3a\x13\x7f\xc5\xa6\x9b\xaf\xd8\x46\xfd\xd8\xe7\xfa\x96\xac\x50\x53\xfe\x5f\x05\xf0\x1e\x59\x1e\x70\xf3\x0c\xbf\xfd\xf5\x19\x7e\x2b\x72\xb7\x71\xcd\x28\x10\x4e\xe6\x73\x92\x29\x8d\x8f\x4e\xbc\x56\x56\x01\xad\xc8\xc2\xb1\x3a\x02\xe5\x66\x3a\xd0\x47\x0d\xd5\x26\xe6\x9c\x5f\xea\x6c\x2b\x5b\x1c\x0c\x86\x08\x37\x0c\x50\xb3\xdb\xdf\x40\x19\x21\x83\x6c\x10\x60\xf7\xe3\x35\x05\xa5\x8d\x9c\x50\xda\x27\xc8\xbb\x4a\xaf\xec\x4d\xd8\x81\x88\x38\xae\x81\x88\xf8\xe7\x8e\x42\x59\xd3\xfd\xb9\x2b\xc5\xf0\x19\xab\x8e\xb8\xa6\x73\x6b\xe5\x8a\xfb\xb3\x4f\xb4\xfe\xf3\x28\x50\xf9\x38\x4f\xc8\x6d\x4a\x33\x12\xe0\x67\xdf\x45\xc1\x28\xc9\x46\x24\x0d\x0a\x9c\x57\x07\x9a\x77\x2f\xe0\x2c\x29\xc9\x20\xa6\xa9\x20\xc0\x72\x9f\xa6\x57\x0b\xe1\x86\x67\x10\x24\x0b\xc1\x46\xc9\x9c\x0a\x48\x8d\x15\x60\xf5\x82\x71\xae\x2c\xa4\xe5\xaf\x09\x1b\x2d\x24\x59\xc6\x56\xf5\x1b\x4c\x18\x9f\x05\x38\x98\x25\x9f\x74\x14\x22\x1c\xcc\x68\x66\x9f\x21\x1e\xdd\x94\xa5\x63\xb8\x06\xe1\x24\x19\xb3\x2c\xbd\x83\xc7\x7f\x2f\x28\x07\x10\x39\x49\x55\x94\xe9\x37\x94\x13\x63\xf6\x9d\xcf\x49\x9a\x82\xa1\x4d\x20\x0f\xc6\x2b\x7d\xc3\x13\x08\x2a\x52\xc9\x2d\x7a\x80\x55\x38\x64\x83\x93\xdc\x43\x2c\x36\x3a\x97\xc0\x03\x73\x57\xdb\xc1\x64\x61\x30\x4f\x72\x41\x02\x15\x28\x4d\x15\x27\x5a\x5b\x23\x29\xe7\xa2\x0f\xb9\x1a\xa3\x85\x78\x54\x79\x9a\xcd\x37\xaa\x51\xe0\xab\xc5\xd5\x55\x4a\x72\x08\xad\x2f\xa7\xdf\x9c\x13\xf1\x0f\x72\xa7\x63\x95\x58\x33\x9c\x64\x40\xba\x1f\xc9\xdd\x3e\x1b\x2b\xe6\x63\x0d\xd0\x10\x61\xe1\x5b\x93\x0e\xc4\x10\x8c\xf9\x56\x95\x5e\xba\x3c\xde\xea\x78\x87\xf9\xa3\x90\xef\xea\x3a\x9a\x93\x28\xf0\xc8\xe6\x4c\x59\x87\x81\x4a\x15\xec\xcd\x64\x59\x21\x0d\x03\x22\x7b\xa8\xc9\x42\x10\x4e\x43\x3d\xdf\x77\x32\x33\xe1\xcd\x66\x8e\xd5\xac\x37\xf5\xf2\x51\x32\x27\x3b\x73\x4e\xf2\xdc\x2b\x03\x13\xf5\x30\xd3\x85\xe0\xd7\x8e\x14\xef\xcb\x05\x4e\x55\x7e\xde\xf5\xf8\x62\x0b\x80\xd9\x81\x93\x10\x3e\x92\xbb\x77\xb2\x55\xdd\xc6\x47\x72\x57\xc3\xe2\x23\xb9\x7b\x3f\xb7\x2d\x34\x0e\x22\xd6\x55\xa5\xa0\xe4\xd7\x7b\xc3\x6e\x33\x0f\xf2\x98\xdd\x7a\xd8\xfb\xb1\xd8\x53\xdf\x0e\x28\x29\x87\xfc\x74\xdc\x58\x4b\xdb\x0b\x24\x9d\x4e\xcd\xaa\x3f\xe9\x74\x80\x57\x4d\x06\xac\xc6\x2a\x26\x71\x62\x58\x45\xcb\x05\x26\xf0\xde\x6f\x88\x20\xa4\xe3\x0e\x97\x9a\x57\xb3\x05\x6c\x1c\xa8\xcf\xb3\x76\x3a\x35\x3b\xdd\x04\x2d\xf9\x0a\x96\x2c\xa9\xb0\x64\x83\x1c\x67\xc3\x02\x15\x24\xf5\x0d\x88\xfc\xde\x24\xa1\xe4\xb5\x25\x13\xbd\x55\xc2\x47\x2f\xa8\x00\x75\x3a\x59\x37\x17\x6c\x2e\xb7\xe4\xe4\x5a\x65\x09\x40\x9e\x0b\x54\xbe\xf9\xe1\xd4\x74\x69\xf9\xff\x6e\x4a\xb7\x4b\xc1\x93\x2c\xa7\xb2\xd5\x0b\x56\x09\x45\x71\x39\x5a\x70\x4e\x32\x01\x5a\x36\xcc\x1b\x5e\x1a\x33\x3c\xf9\x0c\xa2\x8e\xf7\x3b\x26\x18\x9c\xff\xc9\x27\x6a\xff\x6a\xff\x58\xde\x85\xc5\xdd\xe9\xe8\x07\xcb\xc1\x7d\x9e\xc4\x5b\xbe\xee\xfd\xea\xf2\xee\x15\x67\xb7\x39\xe1\x3b\x0f\x65\x11\xf8\x23\x06\x03\x55\x3b\x84\x47\xc8\xd0\x38\xc1\xf9\x2a\xf7\xa0\xb4\x62\x10\xfb\x65\x66\xd5\x22\x5e\xcd\x45\xd6\xd8\x8a\x60\x88\x33\x92\x70\x92\x8b\xd3\xc9\xc5\xdd\xbc\x92\x0a\x5f\x85\xc5\x48\xb8\xbe\x0d\xc1\x59\x5c\xf2\x59\xd3\x02\xd7\xae\x88\x5f\x11\xe3\x34\x27\x50\x54\xfa\xe9\x87\x14\x42\x2f\xc5\x4b\x6d\xe2\xee\xdc\x45\x44\x4b\x8a\xbb\xae\x91\xa2\x30\x18\xfd\x93\x8a\xa9\x1f\x96\x65\x25\x5e\x06\x2c\x01\xc7\xaa\x35\x80\x39\xe1\x24\x1b\x43\xc4\xd6\x92\xe5\xa9\xbf\x88\xba\xb6\x90\x0e\x5c\xa0\xcf\x1d\x95\xba\xe1\x8f\x0a\x4c\x26\x2b\xb6\x6c\x80\xf8\x37\x7f\x55\xb1\xc9\x5b\xfe\x56\x21\x15\xd3\xee\x34\xc9\xdf\x9c\x1e\x37\x6c\xd0\x64\x77\xcc\x46\xc0\x2e\x75\x61\xb2\x9e\x03\xcf\x06\x41\xc9\x22\x6d\xb5\x64\x5b\xb5\x2d\x08\x3f\x10\x97\x6e\xb8\x82\xaa\x2d\x6b\xc1\x5f\xb1\xf1\x9d\x23\xcb\xe1\x58\xb1\x70\xb7\x34\x4d\x0f\x81\x23\xd0\x1d\x8a\x24\xc7\x37\xae\xbe\x82\xb0\xf7\x29\x49\xf8\x19\x20\x23\x0b\x55\xe2\x97\xaf\x64\xff\xca\xa3\x64\xaa\xe9\x41\xf2\x22\x6c\x95\xda\xaf\xbd\x73\xf3\xc1\xf2\x10\x51\x8a\x45\x02\xd6\xef\x8f\xe1\x46\x6d\xff\xef\xef\x83\xc0\xc4\x5a\xd5\x70\xee\xef\xc3\x72\x19\x7d\xee\x96\x42\x20\xa0\x02\xab\x40\x90\xc0\x6b\x34\x64\xc1\x29\xf5\xd7\x2f\x2a\x6c\x3e\xb7\xa2\x95\x77\xff\xfe\xdf\xef\x0f\xce\x7e\xbd\x3c\x3c\xb9\x38\xf8\xe9\x6c\x4f\x9d\xdf\xe1\xa2\xfb\xa4\xea\x57\xe2\x63\x64\xfd\xb8\x76\x21\xac\x91\x32\xfc\x30\xf1\x90\x6d\xa1\xa8\xf4\xb1\xf4\x49\xe5\xf8\x68\x8f\xaa\x4a\x97\x85\x7f\x68\x8c\x36\x38\x34\x9a\x4d\x72\xbc\x63\xa3\xb4\xaf\xae\xda\x49\x21\x82\xdc\x1f\xd8\x3e\x05\x44\x8f\x30\x59\x78\x14\x83\x93\xc7\xcb\x62\xf3\x0e\xd4\x6d\xca\xd6\x9f\x7c\x0f\xc7\x25\x7d\x28\xa9\xd3\x46\x42\x74\x4d\x30\xfe\xe2\x76\x77\xd5\x91\xdb\x1c\xfe\xa5\xa6\x99\xbb\x89\xfe\xac\x83\xfb\x91\x87\xb1\x31\xe9\xfa\x2a\x1c\xdd\x34\x5e\xce\xd8\x22\x27\xc0\x47\x45\x01\x3c\xb3\x1b\x49\x16\x78\x4c\x49\x72\x43\xcc\xeb\x85\x08\x0a\x3c\x89\x59\xf5\xc6\x03\xa8\x92\xab\xe3\xc6\x06\x24\x12\x6c\x31\x9a\xe6\x22\xe1\x22\x0a\xe0\xf9\x5c\x3e\x07\x18\x9e\x67\x4c\x42\x85\xc7\x63\x76\x43\xf4\x5b\x92\x8d\xf5\xcb\x83\x6c\xac\xdf\x29\xd1\x4c\xbf\xde\x57\xda\x09\x29\xcd\x48\xf1\x25\x0a\xb4\x58\x03\x6f\x16\x73\xf8\xfd\x7e\x0e\xbf\x40\x70\x82\x17\xef\x94\x08\x05\x5d\x50\xb5\xe0\x51\xd5\x83\x47\x59\x13\x1e\x64\x5d\x9d\x3c\x67\x46\xb2\x45\x14\xe8\x1f\xc7\x24\x5b\x04\x78\x94\xd2\xd1\xc7\x28\x18\x29\x13\xaf\xf1\x55\xaa\x5f\x8c\xd9\xe2\xca\x5a\x7e\x81\x5c\x47\xb3\x28\xd0\xf2\xa2\x7e\xc3\x16\x42\xbf\x3a\x95\x22\x5f\xbe\xb8\x9a\x51\x11\x05\xea\x6f\x80\x41\x84\x8f\x8c\x24\x3f\xd2\x99\x53\x46\x26\x99\x0a\x4f\xae\x35\x25\xe5\xa3\x26\xa4\x7c\x54\x2f\xd4\xb3\x1e\x41\xf9\x78\xa0\x44\x5f\xf9\xa8\x07\x50\x3e\x1e\xc9\x47\xf5\x56\x8e\xb0\x7a\x79\x7a\xa3\x4a\xb2\xb9\xfc\xcd\xe6\x06\xd6\xd8\x40\x1a\x07\x05\x1e\x77\x8f\x4f\xdf\x9f\x1f\x5c\x1e\x9c\x5c\x1c\x9c\x5d\x1e\x1d\xec\xfd\x72\x70\x79\x7c\xfa\xcb\xc1\xe5\xc1\x2f\x07\x27\x17\xe7\xbb\xf5\x29\xa4\x31\xa8\xcd\x21\x8d\x03\x3c\xab\x49\x00\x8f\x30\x09\x8a\x68\x59\x20\xcc\x19\xb3\xa7\x6f\x20\x4f\xee\xa0\xe9\x78\x33\x27\x2c\x4c\xbd\x9f\x55\x74\xe2\xbc\xe2\x97\x0d\x77\x8d\x10\xc6\xc9\x64\x8a\xf7\xe3\x75\x43\x10\x4c\x25\x34\xc7\xe5\x99\x5b\x60\x13\x89\xd2\x28\x29\xd4\x04\x87\xdc\x21\x5a\xec\x55\xa1\xf2\xa9\xaf\xc9\xf0\x10\x0f\xb0\xd0\x41\xea\x31\x88\xb5\x25\x60\x7e\x39\xa4\x03\xb7\xd5\x4f\xc4\xfb\xfb\xbc\x62\xdd\x88\x42\x66\xdd\xaa\x6d\x14\xc2\x64\x37\x89\x56\xb0\x51\x09\x42\x2a\xdc\xd7\x11\xcd\x21\xe8\x52\xa8\x9c\xbb\x77\x92\xf9\x3c\xa5\x7a\xfb\x72\x9e\xdd\x2a\xb3\x53\x6e\x0f\x4f\x59\x3d\x19\x8f\x55\x04\xc5\xa6\x9a\x78\x8b\x75\x69\x1e\x06\xdd\x86\x6f\xc8\xa5\x8f\x94\x3c\x3a\xc4\x9a\x08\x3f\xbc\xcf\x64\x47\xda\x82\xb5\x93\xf1\xb8\xfd\xd7\x5a\xbd\xbf\xb6\x95\xa7\x99\x60\x6d\x49\xa4\xb6\x3e\xba\xdb\xe1\x93\x25\xeb\xe6\xba\x5f\xf7\xf7\x6c\xd0\x1b\x1a\xbe\xa5\x40\xdd\xf6\x71\xf2\x91\xb4\xf3\x05\x27\xed\x3b\xb6\x68\xe7\x44\xb4\x3d\x12\x4b\x60\x62\x4a\xda\x72\x26\xb5\x19\x6f\x27\x99\x05\x2b\x59\x6f\xfd\xa5\xfb\x01\x59\x7f\x92\x54\x7e\xc8\x50\xcd\x27\x61\x9a\xe4\x9e\xd7\x85\x72\xe9\xcb\x70\x6a\xa2\xe6\xc1\x34\xd3\x33\x31\x64\x38\xc5\xd9\x20\x1d\x9a\xe9\x67\xde\x3b\x97\x16\xeb\x6d\xf1\x88\x09\x60\x12\x89\xc9\xb9\x1c\xbf\x72\x69\xc5\x92\x8a\x3d\x1e\x02\x07\xa0\xd8\x66\xcc\x6a\x67\x10\xa7\x23\x2b\xb1\x64\x1c\xac\xf8\x69\x81\x69\x05\x20\xf8\x14\xec\x19\xb1\x2b\x0c\xc6\x89\x48\x76\xf4\x58\x99\x6b\x3a\x1a\x5b\x1b\x9b\x3a\x17\x32\xc8\x40\x6b\x08\x3c\x66\x66\xe2\x37\x92\xae\x95\xe4\x72\x9c\xc4\x4c\xdf\xc6\xb5\x28\xf8\x92\xda\x30\xd9\x10\xd9\x0f\x42\xf9\x2d\x95\x64\xc8\xba\x54\x90\x59\x98\xa3\x56\x2f\x8e\xe3\x05\x78\x6a\x39\x27\xcc\x1a\x6e\x3b\x81\x0a\x81\x42\x4d\x7c\xbd\x75\x78\x2e\x94\x22\x6a\x88\x50\x51\xd0\x49\x48\x9d\xc0\x36\x8a\xb7\x7a\x78\x1c\xf7\x5e\x8e\x9d\x2f\xd1\xd8\x05\x00\xa4\x83\xf1\xb0\x35\xed\x74\xa6\x2a\x2c\x33\xb8\xa1\xc6\x31\xef\x74\xc2\x51\x3c\xd5\x54\xe6\x10\x66\x60\x64\x9d\x82\x46\xea\xaa\xf5\x81\xad\xb4\xd3\xb1\x37\x9a\xd3\x81\x18\x1a\xea\xc9\x67\x3c\x89\x05\x9e\x97\x06\x8b\xc7\x76\xed\xab\x3d\x4f\x0d\x6d\x70\x0c\x5b\xf0\x8d\xda\x61\x9c\xb5\x71\x46\x85\xfb\x12\x12\xbc\xd5\x97\xff\x44\x57\xf2\x2b\x18\x82\xc8\x24\x34\xc5\xa2\x9b\x8f\x38\x21\xd9\xbf\xec\xd3\xaf\x58\x74\x47\x60\x65\xfb\x2f\xfb\x04\xef\x04\x4f\xff\x41\xee\x20\x14\xbf\x50\x0f\xf9\x94\x4e\xf4\xa3\xe4\xf9\xd4\xd3\xd5\x42\x08\x96\x01\xc3\x9a\x4a\xae\x47\x5d\x24\xac\xb2\x17\xe2\xf6\xd6\xda\x70\x2f\xa2\xab\x5e\x94\xa4\x54\x9d\x57\x75\x16\x37\x1c\x04\x03\x36\x8c\x49\xfc\xca\x93\xbf\x89\x01\xc1\x63\x52\x46\xe3\xa5\xe8\x74\x20\x1b\x48\x37\x63\x63\x22\x77\x2b\x97\x1d\x83\xdf\xdf\x73\x15\x83\x72\x2b\xec\xe1\x51\x57\x47\x24\xcb\x51\x28\x97\x31\x7a\x89\x1a\x17\x9f\x40\xbb\x59\x28\xf0\x3c\x9c\x60\x82\x50\x04\x89\xfc\xd7\xaf\xa7\x4e\x87\xba\x0a\xd8\x29\x01\x4e\xd8\x98\x14\x2d\x22\xf7\x61\x18\x33\x13\x22\x22\x64\x78\xa6\xd4\x95\x30\x0d\x6e\x1a\x69\x20\x14\x0d\xca\xfd\x6f\x8d\x99\xdc\x7d\x56\xe0\xad\xc2\x66\x48\x6a\x64\x10\x21\x16\x2d\x49\x77\xce\x01\xac\xc9\xdc\x2d\xd9\xc8\x9a\xa2\xd3\x79\x70\x6e\x29\x6f\x4d\xc5\xb5\xbd\x06\xed\xa8\xf2\xd8\x2c\xcc\x39\xd3\x18\x96\xc0\xa7\x50\xa7\xb3\x11\xc5\x00\x4d\xaa\xd0\x54\x3e\xa1\x15\xba\x29\xaf\xb6\xda\xe8\xa2\x46\x82\x0a\x7c\x83\x0a\x85\x23\xe9\xb2\x2c\x14\xdb\xfa\x5c\x0b\xb0\x39\xe0\x94\xa3\x4b\x58\x8f\x06\xd3\x4c\x4c\x50\x54\x66\xde\x26\x2c\x20\x71\xa5\xa8\x6c\xc2\x3a\x3e\xb7\xce\x7b\x4e\x10\x24\xaf\x94\x32\x5c\x15\x8b\x41\x8d\x0a\xc3\x00\xfb\x03\xac\x85\x6f\x35\xab\xfd\xdd\x36\x93\x5b\x2c\x84\x40\x2b\xb5\x64\x77\x5d\xe5\xf3\x29\x4a\x3e\x9f\xda\x2c\x45\x6d\xbe\x14\xd8\x14\x08\x93\xc3\xd4\x06\x9c\x26\xb9\x38\x5c\xb3\x09\xe3\x1e\x32\xd7\x07\xeb\x36\x60\xa6\x37\x60\x65\x9d\x52\xd9\x4b\x21\x47\x4f\x66\xf7\xfa\x44\x6e\xec\x89\xdd\x5c\x09\xc2\x59\x77\xbe\xc8\xa7\x92\x51\x29\x8a\x02\x32\xb8\x1b\xbd\x0c\xc4\x7c\x53\xb6\x24\xeb\x59\x2f\xe2\x4d\x8c\x5d\xb1\x8a\x93\x32\x0b\x63\xc3\x63\xba\x1c\x35\xa9\xbe\x32\x11\xd1\x71\x1f\xcb\x53\x90\x37\xb1\xb4\x03\x3e\x54\x2c\x5a\x89\x37\x13\xa8\xcb\x26\x93\xd0\x4d\x8e\xbf\xfd\xcd\x8b\x7d\xe9\x71\x7d\xaa\x9d\x66\xf6\x6d\xf5\xbd\x7b\x81\xad\xd3\x79\x88\xe2\x57\x41\x58\xb1\xa5\x46\x41\x49\xd3\x3e\xd9\x5c\xe7\x60\xc4\xf4\x3f\x96\x5e\x77\xad\x02\x7d\x43\xe1\xba\x22\x4c\xab\x28\xed\x9f\x21\x52\x97\xc7\x3e\x36\x2f\x4c\x38\x04\xfb\x9b\x6a\x4b\xaf\xad\xac\x71\x12\x6d\xa9\x4d\xea\xe0\xe4\x97\xee\x65\xfd\x7b\xab\xd6\x0e\xc3\x4d\x70\x3a\x1d\x6e\xf5\xad\xa1\x6b\x3a\x76\x29\x61\xe9\x0c\xc8\xae\x3f\xe1\x2d\xd6\xe9\xd0\x5d\xaa\x96\x9e\xdc\x15\x65\xa7\xab\xbf\xd5\x0a\xbf\xe0\x49\x96\x4f\x08\x0f\x50\x34\x08\xac\x44\x1a\x60\x2d\x81\x06\x56\x04\xd5\xcf\xa9\x92\xf4\x02\x23\x6e\xc2\xa3\x94\x2f\x75\xc9\x71\x30\x34\x61\xc0\x43\xb9\x8d\x99\x46\x27\xf4\xd3\xcf\x8c\x7d\xcc\x07\x64\x18\x2f\xe7\x9c\xcd\x73\xd9\x9e\x8f\xc0\xb0\x28\x50\xe4\x77\xaf\x42\x6b\x47\xa4\x78\xab\x87\x36\x31\x1e\x7e\x50\xc9\xf3\xa8\x0c\xe6\x0f\x4d\xdf\xc7\x6a\x83\xbe\x9c\xde\xa7\x29\xa6\xce\x23\x34\x86\x1a\xf1\x47\xa9\x09\xd7\xf5\x7b\x93\xac\xd8\x4d\x11\xe5\x82\x60\x0b\x42\x42\x28\x11\xb0\xd3\x21\x4e\x6d\xbd\xeb\x3d\x47\xe5\x28\xbe\x9f\x17\x54\xae\xe4\xa2\xd7\x10\x0a\x8e\x58\x96\xf7\xfe\x9e\x18\x9e\x57\x3e\x2a\x96\x58\x3e\x19\x36\x59\xb2\x9e\xb7\x53\x3a\x9a\xbe\xea\x9b\xe8\x48\x92\xb3\x84\x98\x6d\x0f\xb9\xba\x34\x0c\xdd\x5f\xf5\x8d\x58\x3b\x97\x55\xda\xee\xc0\x6f\xcf\x92\xbb\x36\xcd\x04\x67\xe3\xc5\x88\xb4\x47\x9c\xe5\xf9\x4e\x4e\x05\x69\xab\x40\x01\xb2\xce\xcd\x22\xcd\x24\x27\x4d\x53\x2a\x28\xc9\x5f\xb6\xe7\x29\x49\x24\xf3\x93\x81\x20\x2d\xa6\x89\x68\x03\x1d\xf2\xf6\x15\x91\x15\xae\xd8\x22\x1b\xb7\x13\x4e\xda\x73\xa0\x5b\x7a\xd7\x56\x86\x12\xe3\x6e\xfb\x2d\xe3\x3a\xde\x43\x36\x61\x7c\x06\x78\xe3\x36\xcd\x46\xe9\x02\x10\x9c\xb2\x5b\x29\x86\x6b\x73\x1a\x38\x12\xdb\xb7\x09\xcf\x68\x76\x8d\xdb\x39\x21\xed\xa9\x10\xf3\x3c\x7a\xfa\x14\x26\xc6\xef\x79\x77\xc4\x66\x4f\xbd\xf5\x97\x3f\xbd\xe9\x77\x3f\x3d\xfd\xff\x04\x1b\x5d\x5e\xa9\x4e\xef\x40\xa7\x77\x5c\xa7\xbb\xed\x73\x45\x86\xc9\x84\x8c\x04\x19\x47\xed\xe0\xaf\xdb\x64\xfb\xaf\xc1\x5f\x75\xc0\x30\xeb\xc7\xd7\x38\x88\xda\x70\x3a\x28\x9b\xd2\x47\xb3\x84\x42\x62\xfd\xd8\x45\x22\x2b\xa7\x59\x2a\x6d\x61\x5a\xbd\x34\x20\x43\x93\xce\x2e\xf3\x6e\xf3\xe4\xe6\x0c\x0c\x4b\x86\x94\xe8\x42\x9c\x8f\x1e\x44\xd7\x2a\xb3\x90\x4d\x8b\x95\x6a\x77\xff\xfb\x7b\x88\xcd\xe0\x20\xe8\x7a\x4d\x75\x58\xad\x4e\xbe\xaa\x1d\x88\x9b\x57\x8a\x8b\x96\xaf\x02\x2f\x8b\xb2\x52\xd1\xaa\x23\x5a\xf9\x32\xc7\xa5\xf7\xb0\x65\x57\xe1\xcd\xca\x65\x4b\xb6\x9a\xb5\xb1\x73\x79\x6d\x6d\xee\x94\xf5\x63\x69\x86\x31\x55\xc1\xe8\xb0\xca\xeb\xe4\xb5\x90\x63\x52\xb2\xf9\xac\x46\x67\x84\x46\x4d\xd0\xc4\x96\x35\x61\xe1\x90\x69\x15\xa2\xb3\xb4\xc0\x68\x54\x5d\x19\xab\xb5\x9d\x4a\x46\xd2\x6b\x23\x75\x23\xa7\x7c\x73\xe3\x85\x7b\x73\x96\x64\xd7\x24\x1e\xb9\x17\x9e\x67\x6d\xd3\x00\x8f\x64\x9f\x25\x95\x5c\xb1\x10\x15\x95\x16\x4a\x7e\xb2\xeb\xa0\xd4\x4b\x2b\x60\x33\x60\xfd\x56\x58\x85\x8f\x75\x80\x2b\x33\x15\xb4\x98\x5c\x0f\xc9\xe8\xa2\x2c\x3b\x59\xda\xb1\xad\xfa\x4d\x28\x6c\xb0\x4b\x4f\x9e\x53\x59\x56\x14\x99\xb9\xf7\x1e\xbd\xac\x06\x24\xf5\x33\xc5\x63\x79\x1e\x1c\x6b\xdc\x4b\x51\xd7\xfc\xd8\x5a\xac\x16\x93\x24\x69\x8e\x55\xe5\x19\xc9\x99\xc4\x71\xd6\x5f\xce\x2c\x06\x2c\x8a\x92\x29\x95\x9d\x34\x83\x21\xce\xdc\xcc\x69\x88\x0c\x95\xad\xda\x4d\xb6\xb2\xfb\xfb\xac\x94\x0d\xaa\xf4\x9b\x8c\xef\xef\xcb\x7b\x8b\x45\x60\xe1\x1f\xf5\xa5\x5b\x7c\x35\xf1\x4a\x61\x67\x46\xae\x77\x0b\x95\x2a\xab\xa2\x5e\x3a\x53\x46\x7c\x2d\xdf\xc3\x15\x6e\x23\x5e\x93\x09\xe3\x24\x94\xdc\x1b\xcf\xd5\xb0\xa8\x58\xe0\x07\xd9\x78\x6f\x02\x16\x3a\x20\x33\xea\x2f\x60\xfe\x3e\x8e\xbd\xb8\x51\x56\xa1\xad\x77\x84\x5d\xfd\xd7\xd3\xbf\xea\x19\x78\x7f\xbf\xf2\xd3\xb9\x55\x11\x37\x14\x61\xff\x39\xde\xa0\x54\xbe\x41\x21\xb6\x41\x99\x5b\x72\xf5\x91\x8a\x4a\x41\x9d\xd0\xa5\xe5\xcf\xc9\xf1\x06\xec\x57\x2d\xda\xc6\x66\xfe\x4f\x9b\x84\xf0\x50\x96\x57\x7f\xa2\x75\x7f\x25\xa2\xbb\xb9\x43\x14\x5d\x90\x31\xc9\x18\x8b\xae\xd2\x0e\x68\x09\x18\x2f\x69\x2e\x77\xb1\x68\xab\x87\xb5\x9d\x58\x64\xa3\x86\x9b\x9b\x21\x6b\xa3\xba\xda\x14\x43\x99\x94\x05\x73\x4e\x94\x1d\x47\xd0\x60\xa2\x51\xb2\x46\xeb\xda\xa2\x78\xab\x64\x8c\xe2\xdd\x6d\xe8\x7b\x8d\xfd\x24\xcb\x98\xd0\x76\x46\x82\x26\x82\xb4\x93\xb6\x75\xd1\x6a\xdf\x52\x31\x65\x0b\xd1\x4e\xda\x76\xfd\xb5\xdf\xd5\xd9\xad\x3b\xb6\x00\xfe\x0a\x96\x9a\x64\x9b\x9e\xc0\x8d\x57\x01\xf5\xdb\x89\xe6\xbb\xda\x36\x2b\xc2\x53\x73\xb2\x75\x3f\xa0\xc2\xb3\x12\x31\x26\x21\x92\x9f\x9c\x81\xe6\x4e\x24\x34\xcd\x4b\x1b\x81\x32\xd8\xd4\x16\x20\x36\x0e\x99\xdb\xba\x21\x78\xbe\x26\x47\x2d\xa8\x3e\x26\xa0\x31\x56\x39\x7c\x48\x81\xb5\x91\xe5\x03\xfe\x51\xbc\xd9\x3f\x2a\x8b\xfb\x2f\xb3\x1f\x05\x44\x38\xe5\x83\xac\xec\x76\x93\x0d\x5b\x2b\xc7\x55\x6f\xe3\x60\x74\xac\xcc\x94\x1b\x34\x8b\x14\x59\xce\xc9\xf3\x9a\xe2\x60\xc8\xe2\x51\x64\x45\x36\xbb\x01\x19\x9a\x64\xd0\x0a\x01\x65\x28\x6b\xa2\xd7\xab\xab\x31\x3d\x3f\x75\x62\x01\x98\xfd\xe6\x84\xf1\x74\x24\x74\xe3\x65\xae\x57\xe4\xc6\x81\x87\xfc\x5a\x4f\xe7\x9c\x5c\x72\x3d\xbf\x37\xaf\x35\x4d\x72\x63\xab\xfc\x98\x6a\x34\xbb\x1c\xb3\xd9\x63\x6a\x8c\xed\xf9\xd5\x6c\xef\xf0\x55\x76\x1d\x56\x71\x63\x59\xda\x85\x1d\x09\x6f\x23\x79\x73\x7a\x1c\x59\xef\x7f\x39\x3d\xcc\x25\xb4\xdb\x6d\x1c\xfa\x91\xf3\xe5\xf7\x35\x61\xec\x91\xa3\xfc\x54\x57\x6c\x1c\x6d\x15\x97\xff\xcf\xb1\xea\x5d\xfa\x9e\x4f\x68\xe9\x76\x38\x4b\xa1\x30\xf8\x95\x2d\xda\xa3\x24\xfb\xab\x68\x4b\x0c\xbc\x0a\x6d\xb6\x10\x39\x1d\x93\x36\x2c\x1b\xa2\x77\x39\xb9\x83\xe9\x04\x32\x41\xd9\x70\x0c\x94\x8a\x5b\x3d\xdf\xb6\xd1\x57\xde\x16\x05\xce\x2a\x43\xc6\x1f\xeb\xe7\xb3\x6a\xd6\x6d\x18\x32\x5f\x91\xfe\x51\x13\x5b\x8d\xe3\x9f\x91\x64\x49\x6d\x2e\x2a\x93\x92\x33\x59\x70\x53\x77\xe5\x58\xf2\xa6\xb1\x94\x8c\x7b\x79\x30\xb3\x76\xd2\x96\x9d\xd3\x82\xff\xd8\xf0\x98\x72\x14\xbd\x21\xdb\x04\xae\x29\xbe\x16\x68\x81\x70\x75\x89\xd2\x3f\xb4\xa8\x4a\xdb\xd9\x66\x03\xfe\x88\x95\x6a\xaa\xf0\x45\x96\x32\xe6\x85\x56\x73\x27\xae\x52\x1a\xfe\x99\x3b\x5c\x75\x36\xb8\x3d\x6b\x69\x87\x8c\xa0\xa5\x27\x01\x78\xaf\xdd\xe2\xab\x16\x81\xcb\x03\x52\x5d\xbd\x8a\x41\x8c\x5f\x6d\x11\x1d\x4d\x1f\x1c\x73\x69\x77\x92\x26\xd7\xd7\x64\x7c\x68\xe9\x80\xc2\x00\xe8\xaa\x6e\x85\xba\xc1\xb6\xc0\xca\x56\x2c\xe2\x58\x12\x37\x22\x05\xa4\x03\x86\x4c\x76\xbf\x33\x9a\xa1\x90\x40\x70\x79\xe0\x27\xa0\x15\x29\xce\x24\x95\xd9\xc1\xfc\xd9\x91\x3c\x76\x76\x98\x53\xeb\x51\x66\xfe\x5f\x62\x8f\xf0\xa7\xe5\x9f\x3c\x37\x4a\xc6\x4d\xd4\xcd\x0d\xe5\x3c\x51\x1d\x75\x75\x4b\xa7\x98\x9d\x2f\x4c\x7c\x9f\x3f\xf9\x2c\x06\xa7\xb6\x0c\xdd\xc8\xfc\x59\x32\x4c\x95\x9e\xf6\x88\x44\x98\x56\x88\x95\xa1\xd5\x2c\xa0\x77\x19\xf7\xf4\x3a\x65\x57\x49\x9a\xef\x70\x92\xb3\xf4\xe6\x61\xe2\x7c\xae\x13\x8a\x4d\xa2\xf3\x38\xa1\x51\xe7\xf8\xff\x52\xde\x24\x60\x64\xf5\xc7\x87\x03\xe7\xdd\x9f\x8e\x4e\x5f\xef\x1d\x9d\x5f\x9e\x1d\x9c\x9f\x1e\xfd\x72\x70\xd6\xe9\x84\x69\x25\x43\x98\x31\x56\x5d\x56\x52\x33\xbb\x50\x44\x90\x6b\xcf\xbe\x2e\x4a\xc6\x86\xf3\x84\xe7\x90\x9e\x4f\xc5\x87\x6d\x0e\x67\x52\x64\x8c\xcf\xc0\xc3\x55\xeb\x4f\x06\x02\xf3\x61\x4c\xba\xf9\x3c\xa5\x22\x0c\x22\xab\x75\xb4\x01\x3c\x82\xad\x38\x16\xbb\x1f\x9e\x2c\x45\x11\x3d\x59\xca\x45\x07\xce\xa7\xe1\xd3\xf0\xb7\xee\xfd\xe5\xfd\x0e\xea\x3e\xbd\xc6\x24\x7e\x45\xba\xa3\x69\xc2\xf7\x44\xd8\x47\x5d\xc1\xde\xcf\xe7\x84\xef\x27\x39\x09\x11\x2a\x3e\x44\xa4\xd0\xf3\xc5\xaa\x6d\x8c\x8f\x95\x45\x1b\xae\xc9\x63\x09\x1f\x0a\xaa\xd4\x9d\xf2\x83\x1f\xc7\x7c\x90\x0d\x6d\x2e\xdf\x41\x36\x0c\xb9\xb2\x41\xd1\xa2\x8f\xae\x7a\x2a\xa6\x84\x87\x1c\x15\x3e\xec\xb2\xf5\x7f\x99\x58\x20\x3c\x85\x2b\xbe\xc4\x95\xf7\x10\x1b\xbf\xf4\x53\xd3\x31\x2b\xd3\x11\xb3\x38\xc3\xf5\x28\x17\x2e\xa5\x26\xc2\x79\xcc\xca\xe6\x09\x4f\x03\x84\xd3\x18\xac\x17\xf2\x5d\xd6\xcd\x53\x3a\x82\xdb\x74\x04\x82\x32\x08\x8e\xa5\x61\xe9\x74\x54\x59\x67\x81\xa6\xdb\x7f\x1a\xa0\x16\x8b\x17\x83\x85\x0d\x14\x3d\xd4\x2e\x05\x70\xfc\x39\x47\x67\x14\x2e\x6c\x33\x3b\x7d\x04\x47\x5b\x18\x74\x03\x84\x5a\x1a\xf7\x52\xe6\x44\x14\x8e\x90\xd1\x88\x81\x92\x1a\xf2\x76\x07\xc7\xf2\x51\x25\x87\x85\x29\x4d\x27\x70\xf3\x0f\x16\xa3\xec\xfe\x7e\x4b\x34\x1b\x59\x1e\x66\x37\x49\x4a\xc7\x6d\x93\xc2\x2e\x6a\xff\xf6\xe1\xc9\x92\x14\xbf\x7d\xc0\xed\xd9\x22\x17\xed\x2b\xcb\xa8\x4f\x18\x9f\xb5\x7f\xfb\x20\x25\xde\x48\x92\xf0\xb7\x0f\x6d\x9b\x8d\x61\x69\xeb\x13\x0c\x05\x04\x36\x6f\xfe\xa9\xf4\x19\x17\x50\x0d\x8f\x29\x97\x75\xa3\x14\xc3\x1f\x06\x06\xbc\x51\x82\x6b\x53\x2e\x0a\xf4\xab\x60\x7b\x5c\x14\xe5\x24\x33\xfe\x6d\x4c\xd3\x24\xae\xad\x9f\x38\x8e\x39\xe4\x5d\xdb\xb5\xef\xda\x89\x68\x07\xdb\xbc\xdb\x80\xa6\x5b\x5f\xbf\xc9\x85\x25\x47\x32\x0a\x45\xfc\x01\x96\x1e\x63\xa2\xe8\xea\x74\xf1\x8e\xd0\x1c\x0c\x5d\x50\xb5\x66\x80\x8a\x0f\x90\x74\x94\xa4\x72\xb2\x28\x1c\xe4\xea\xd9\x8e\x6b\x00\x20\x45\x20\xc2\x02\x15\xb3\xe4\x23\x31\x49\x77\x4b\x7a\x18\x2f\x06\xfc\x22\x27\x67\x6c\x21\x08\x3f\x49\x66\xba\x58\x70\x95\xe4\x74\x14\x80\x45\x15\x44\xad\x57\x7f\xe2\x20\x88\xf4\x93\xfa\x53\x45\xf2\x32\x40\x66\x6b\xb8\xd0\xc4\xf1\xef\xba\x36\x23\x50\xcb\xc6\xcb\x00\x95\xb5\x01\x84\x0c\xbf\x57\x79\x0b\xbd\x1f\x93\x51\x32\x23\x6a\x09\x08\x64\x91\xf8\x85\x92\xdb\xea\x6e\x51\xef\x2e\xae\x6f\x37\xc4\x82\xd8\x67\x99\xe0\x2c\x55\x96\x3f\x7f\x04\x10\x94\xfd\x83\x30\x8e\xe5\xf0\x97\xec\xbf\xfc\x81\x57\x63\xe2\xd1\x4f\x6f\x55\x04\xa6\x9a\xca\x62\x05\x60\x7e\x26\xe9\xbc\xde\x9f\x15\x6d\x9a\xdf\x6b\xdb\xdc\xae\xbd\x86\x39\xf8\x30\x2a\x72\xaf\x59\x03\xfc\x21\x28\x1f\x33\x76\x9b\xbd\x65\xbc\xea\x8f\x99\xad\xdd\xa9\x59\xad\x21\xc9\x6e\xca\xed\x4c\x25\xda\x0b\xd9\x76\xf0\x04\x76\xf4\xe6\x73\x17\xa7\xa5\xb4\xdd\x19\xc2\x8b\xb8\xf7\x72\xf1\x63\x6a\x2c\xd9\x16\xc6\x92\x6d\x14\xa7\x83\x05\xe8\x08\x13\x15\x73\x7f\x84\x50\x3e\xd0\x41\x7b\x92\x2c\x97\x53\xf8\x82\x59\x1d\xe7\xdb\x45\x9a\x66\xb0\xf1\xe0\x11\x1a\xc6\x5b\x3d\x63\xc3\x9b\x17\x0f\x14\x17\xde\xad\x64\xa5\x67\x59\x2c\xbc\x43\xe1\x6f\xdc\xa4\xe2\xd2\x64\x85\x3d\x3a\xd2\xdb\xd0\x38\xc9\xa7\x84\xc3\x32\xca\x50\xf1\xa1\xd0\x2a\xc5\x45\x9c\x7a\xfc\xe4\x62\x35\x3f\xb9\x51\xec\xf2\x8a\xa1\x86\x5f\x5f\xb2\xdd\x69\xf2\x9f\xbb\xcb\x94\x25\xe3\xd5\x45\x7c\x7b\xb2\xaf\xa0\xf9\x58\x17\x52\xf6\x54\x21\xbf\x61\x98\x68\x53\xe1\xa1\x20\xaf\x8f\x83\x9a\x6f\x02\x95\x65\x47\x40\xc3\x0d\x43\x9e\xaa\xe2\x6b\x21\xf2\x05\x94\x01\x23\xa9\x8d\xe1\xfa\x95\xd6\x42\x87\x21\xdf\x38\x02\x37\xef\xea\xf2\x6b\x61\x5a\xa1\xed\xd1\x21\x58\xd7\x4d\x71\x9d\x94\xf4\xf1\x1a\x9e\xd5\xce\x88\x8f\xf2\xcc\xf7\x54\x01\xd9\x35\xcd\x88\x87\xd2\x1a\x19\x6a\xa5\x98\xf4\x55\xa4\x55\xc9\x0c\x1b\xf3\x5b\xe3\xad\xe7\x51\x51\x5d\x15\x8d\x16\xb9\x60\x33\xe5\x0a\xa5\xde\xf8\x3e\x58\x8f\x70\x30\xf6\x20\x77\x2f\x6f\x13\x31\x9a\x1e\x6a\x92\x68\x73\x68\x7d\xc0\x69\x05\x43\xe0\x1b\xa4\xee\x18\xea\x29\x3b\x0d\x15\x98\x64\xe9\x5d\xa9\x45\x5b\xfd\x02\x15\xf8\xf2\x8a\x31\x71\x7e\x07\xd9\x2c\xca\xe2\x87\xfc\x40\xc6\xf7\xf7\x21\x81\x33\x24\xb5\xa7\x38\x78\xe0\x9c\xe9\xcb\xb2\x10\x72\x4d\x7b\x1d\xdc\x55\x48\xb9\x17\x71\xe9\x73\x54\xfb\x5c\xeb\xaa\xf7\x11\xb2\x27\xaa\xd7\xe0\x20\xc6\x9d\x83\x58\x97\x03\x87\x81\x03\x53\x20\xf0\x0a\x37\x10\x90\x2f\x32\x43\xbd\xc3\x8c\x0a\x0a\x92\x05\xcf\x35\x25\x6d\x62\xd3\x64\x24\xe8\x0d\xf1\x7d\x90\x2a\xc6\xba\xd6\x55\x4e\xd1\x27\xde\xea\x19\xef\xf9\x2a\x5d\xd4\xf0\x7a\xd1\x0f\x2a\x94\x53\x60\x2e\xcd\xb5\xe3\xe5\x25\x44\x96\x51\xdd\x52\xb6\x76\x23\x36\x9b\x2f\x04\x19\xa3\x55\x19\xd4\xac\x6d\x8e\xae\xa5\x6c\x72\x0a\x24\xf9\xec\x64\x7c\x9a\xa5\x77\x21\xc2\x63\x3a\xde\x57\xe6\x06\xda\x64\x4b\x69\xa8\x4a\x31\x00\x7c\xa2\xa3\x02\x83\x2d\xaa\x64\xe1\x80\x97\x5e\x7a\xf4\xee\x96\x3f\x69\x5a\x8c\xe9\xf8\x1c\xfa\x06\x65\xe4\x09\xaf\xa9\x01\xbf\xed\x4c\x2f\x17\xb3\xe2\x6c\xad\x36\x2e\x35\xe8\x03\xb2\xba\xd3\xf7\x67\x47\xb5\xfc\x2e\x7e\xc1\x12\x08\xbf\x8a\xc6\xac\x36\xaa\x3a\xb1\x79\x89\xaa\x55\x97\x6e\x63\xbf\x56\xe5\xc3\xfc\x89\x86\x03\x7f\xfd\x83\x6f\x57\x95\x69\xab\x14\xa8\xab\x9b\x33\x4c\x3d\xf3\x73\xe5\x70\xc9\x70\x6d\x9c\x30\x29\xe4\x9e\x2f\xfb\x55\xe1\x79\x55\xb7\x17\x3c\x2d\xf0\x0d\xcd\xa9\x8b\xa1\x54\xa2\x51\xcb\x8f\x2d\x73\x69\xaf\xaa\x2f\x2f\x9d\xc9\x97\xb7\x73\xbb\xce\xfb\xcb\x8f\xc6\x21\x8a\x5f\x89\x2e\x03\xa1\x33\xef\xe6\x53\xb6\x48\xc7\xea\x3e\x50\x85\x16\x50\xfa\xc9\x73\x22\x04\x38\x5d\xa2\xae\x98\x92\x2c\x84\x5a\x72\xe9\xc1\x86\x80\x19\xf8\xd6\x40\xca\x32\x50\x04\x6b\x59\x5c\xff\x02\xa5\xc2\x85\x0d\x8c\xb3\x77\xc5\xb8\x20\x63\x27\xc8\x75\x3a\x59\xf7\x52\x21\x74\x4c\x47\x9c\xa5\xf4\xaa\xab\x16\xb2\xab\x64\x33\x37\x3d\x58\x52\x21\x48\x31\x43\x2d\xc0\x62\x5d\xcb\xbb\xce\x6c\x81\x74\x67\xca\xb6\x14\x45\xa4\xc0\xb9\x37\xea\x99\xb7\x49\xd9\x71\x85\xb1\x50\x53\x12\x67\xde\x0c\x85\x2c\xc0\x30\xa4\xc8\x21\x52\x0a\x6f\xf1\xc8\x83\x63\x91\x35\x1c\x1d\x92\x05\xce\xcb\xf7\xee\x95\xed\xab\x21\x75\xf2\xb2\x40\x58\x74\x05\x3b\x70\x93\x42\xae\x61\x7d\x3c\x08\xf0\xb2\xf1\x4e\xa3\xda\xdc\xa9\x56\x0e\x51\xfd\x44\x2a\x81\xc8\x09\xbf\xa1\x23\x12\xed\x18\xbb\x29\x09\xc2\x3c\x37\xd4\x2d\xd9\x16\x40\x74\x0c\x93\x6c\x31\x2d\x67\xa1\xf2\xba\xa6\x22\xa6\x2e\x4d\x6d\x63\x04\x6f\x2c\xfa\x55\x5c\x30\xff\x6c\x00\xbf\xcf\xfc\xcd\xe9\xb1\x6e\x4e\xcd\x6f\x29\xc3\xc6\xc4\xff\x85\x3d\xe3\x3c\x9a\xbf\x56\xac\xd0\xae\x86\xa7\x7f\xc6\x3a\x91\x7b\xe8\x15\xd1\xd1\x4f\x5d\x99\x72\x7b\xf6\xbd\xd9\x3e\x35\xc6\xc0\x57\x34\x60\xbb\xd5\xc7\x7a\x4f\x53\x13\x22\x0e\x32\x96\x49\x71\xd1\x43\xaf\xb4\x68\xd5\x3e\xe1\xbd\xf1\x90\xf4\x5f\x6b\x3c\x4b\x25\xcd\xd6\xed\xbf\xdc\x18\x4f\xe0\xb9\xf4\xe0\x2a\x2c\xcc\xaf\xd8\x7d\x88\xca\x1f\x9a\x4c\xde\x2c\x0c\x5b\x07\xda\x2c\xb1\x21\x26\x23\xd7\x4a\x3e\xa5\x44\x1f\x8f\x07\x29\xd3\xd2\xe7\x38\xbc\xf2\xaa\xab\xa6\xb4\xee\xb8\x79\x8d\xca\x13\xa3\xc4\x75\x84\x0d\x84\xf1\xa7\x88\xf7\x1e\xa1\xa2\xb2\x98\xf4\x09\x56\x3b\x4c\xbc\xa3\x44\x4d\xa4\xb8\x3c\x91\xaa\xcc\x4f\x5c\x47\x02\x97\x66\x76\x5c\x9d\xf8\x98\x98\xfd\xdf\x18\x31\x15\x4a\xbe\xce\x37\x93\xaf\xab\xc2\xef\x67\x5f\xd7\xfc\x41\x4f\xa7\xd2\xe5\x4e\xed\x42\x7a\xb5\xc8\xb3\x81\xac\xff\x87\x43\xb4\x70\xc5\x72\x35\x37\x5a\x17\x95\x94\x0c\xd5\x08\xc9\x1e\xf4\x5f\xe5\x72\xca\x4f\x98\x85\xe7\x78\xf6\x55\xe4\xb0\x1b\xb9\xad\x5d\xc7\xd3\x9a\x30\xd6\x10\xed\x82\x94\x39\xbd\x55\x32\x5a\xb2\x10\x4c\xb2\xf4\x60\x18\xa9\x2f\x10\xe5\xdc\x86\xdf\x1e\xad\xcd\x39\x9a\x3f\x46\x92\x7b\x62\x36\xc1\x27\xf1\xc2\x6d\x03\xf7\xf7\xe1\x8d\xdc\x32\x67\x8d\xae\x67\x99\x75\x3d\xdb\x5a\x54\x3c\xb1\x3a\x9d\xa4\x9b\xd2\x2b\x9e\x70\x4a\x9c\x00\xb8\xcf\x38\x39\x82\xb7\x77\xa1\x4d\x29\x06\x5e\xaa\xc6\xcf\x11\x75\x95\x4b\x16\x42\xf6\xec\x4a\xc6\x34\x23\x79\xfe\x86\x4c\x08\xe7\x49\x9a\xc7\xfd\x8a\x78\x63\x7e\x37\x91\xc0\x18\x6d\x6b\xae\x43\x53\x50\x6f\x0f\x1e\x0d\xed\x1e\x56\x2a\x67\x90\xf0\x0a\x6a\xb9\xeb\x72\xce\xc9\x3c\xe1\xe4\x2d\xe3\x3f\xb9\x8f\x86\xa9\x37\xf5\x75\xe1\xdb\x84\x8a\xb7\x8c\xbf\x39\x3d\x3e\x23\xc9\xf8\x2e\x84\xb8\xac\x34\x1d\x5b\x86\xc7\x89\x09\x0d\x87\x3e\xe9\x5e\x25\x39\xd1\xdb\x96\xcf\x38\xa9\x57\x36\xdb\x87\x77\xa3\x89\x2b\xb2\xb8\x8d\x4f\xda\x44\x22\x9b\x8e\xbd\xc6\x87\x55\xe5\xed\xc6\xda\x9e\xeb\xc6\x2a\xa2\xa8\xc6\xb5\xec\x14\x7a\x3f\xee\xef\x47\xfa\x09\x99\xf5\x61\x65\x57\x49\xa0\x37\x76\x61\x5b\x9c\x40\x21\xb0\xea\x9b\x2f\x21\x95\x29\x8c\xb4\x59\xe9\xe5\xb8\x56\xed\xf2\xd2\x64\xf8\x2c\x49\x18\x92\x55\xf2\x7f\x17\xb8\x36\x8c\xcb\x2d\xb3\x74\xd4\xdf\x2e\xcd\xe1\x8b\x94\x2a\x58\x37\x1f\x4d\x89\xdc\x2c\x50\xa8\x83\xdd\x9b\xa8\xae\xc1\x98\xcd\xa0\x5c\xa0\x19\x94\x27\xa1\x92\x86\xef\x42\xa8\x78\x45\xb3\xb1\x11\xc4\x5c\x51\x54\x60\xf3\xc3\x50\xb4\xec\x1e\x50\x7e\x45\xc6\xc6\x90\xd5\xaa\x4f\xc0\xec\x67\x42\xf8\x99\x59\x52\x76\x57\xa8\x2f\xb2\xed\xed\x02\x27\xe3\x1b\x49\x9f\x4d\x8a\xef\xec\xe0\x9e\x89\x2f\xd7\xf0\x19\x34\x23\xac\xcb\xb2\x11\xd1\x1d\x53\x3c\x12\x1d\xbf\x26\x23\x36\x83\x26\xee\xe4\xaa\x60\xac\x64\xdc\x2d\x7f\xbf\xe3\x6c\x46\x73\x82\x6a\x9a\x1f\xfd\xa1\x25\xf8\xdd\xb2\xd6\xd3\x91\x9c\xc8\x72\x02\x17\xab\xea\xf9\x8a\x25\xe5\xec\x1d\x96\xb5\x4a\x1b\x90\x18\x95\x66\x1c\xd4\x3c\xd3\x06\x1d\x71\xda\x3d\x3b\xff\xe5\x5d\x17\x28\x6e\xa7\x9f\xd7\x7e\x4c\xba\xf3\x6a\x0f\x40\x03\xe4\x69\x7e\x10\x06\x27\x70\x5f\x95\x2b\x67\x93\xcf\x87\x78\x6a\xb6\xfa\x78\x69\x32\x08\x63\xbb\x27\x25\x97\xdf\x55\x04\x4c\x2c\x0a\x08\x36\x99\x13\x51\x5e\x37\xcd\x4b\xa4\xb5\xd1\x6e\x6c\xba\xe6\x38\xe8\x32\x4d\x2a\xef\xd5\xe6\x0d\x53\x43\xd9\x82\xc1\xd4\xf0\x15\x49\xf0\x8d\x2f\xc0\x4c\x2c\xd0\x36\x6b\xc1\x83\x5b\x04\x7e\x60\xfd\xd9\x81\x07\x45\x54\x81\xcb\xf3\x50\xcf\x86\xda\xf0\x77\x3a\x5b\xb5\xf1\x97\x23\x07\xb4\x6b\xa9\x10\x1b\xb4\x4b\xf3\x0b\x92\x4b\x36\x08\x85\xe8\xfe\x5e\x85\xdd\xd0\x46\xb1\x7b\xea\x12\x16\x2e\xc3\x72\xa4\xd0\x04\x27\x22\xfb\xf6\x9c\x24\x7c\x34\x75\xe1\x9f\xb6\x7a\xa8\x72\xa2\xa0\x90\xd4\x0f\xaf\xdd\x35\x03\x17\x35\x6d\x86\xc8\x5f\x2b\x46\x47\x0b\x5d\x87\x58\x1f\xbe\xfa\xac\x55\x1f\x46\x73\x61\xe9\xab\x78\x9d\xae\xb1\x3a\xe7\x1a\xeb\x7b\x93\x10\xeb\x96\x4b\x51\x66\x37\x56\x26\x3c\x4c\xc2\x3e\xc2\xb9\xb9\xb3\x28\x9d\x9e\x6a\xbb\xea\x74\xc2\xe6\xcf\xea\x24\x46\x6b\x78\x8b\x52\xe2\xe4\xe6\x12\x9e\x77\x97\x0b\x07\x8a\xd6\x02\xd5\x09\x95\x91\xd5\x8b\x55\x63\x6e\xaa\x4d\xd2\xe9\xa8\xf4\xfd\x63\xe3\xa1\x67\x2f\x6d\xa0\x92\xf0\x6a\xf1\xae\x51\xbb\xa1\xae\xde\x2c\xe3\x57\x6a\xc8\xdc\xa2\xe3\xfe\xa2\x23\x05\x2a\x40\x5f\x71\x5d\xd6\xca\x40\x9b\x56\x2b\x53\xde\x4b\x9a\xbc\x38\x4c\xb6\x2f\xcf\x23\xd1\xd7\xa8\xf8\x7a\x62\x6c\xd8\x03\xcb\x1d\x54\x14\x38\x0d\xfe\x9e\x78\xa9\xf8\xa0\x48\xdb\x99\x36\x99\x6f\x95\xa1\x40\x8b\x91\xb2\xbc\x30\x2d\x96\x4b\x34\x6b\x59\xf1\xa2\x5b\x0d\x93\x01\xce\xa5\xbf\xab\xfc\x03\x95\xae\x78\x17\xe1\xd8\xdf\xc2\x8d\xd2\xd2\x6f\xcf\x88\xec\x91\x5c\xf6\x12\xa7\xbd\x85\x60\x47\x56\x8e\x6f\x2c\x3a\x4d\xf2\xa9\x2c\xfa\x73\x92\x4f\x1f\x2a\x4a\x73\xc1\x24\xeb\x3d\xea\xfe\xac\x1e\x1f\xa8\x00\xfa\x18\x3c\xea\x9e\xb0\x8c\x34\x16\x9d\x74\xe7\x9c\xde\x24\x82\xfe\x87\x7c\xd8\xb9\x5a\x8c\x3e\x12\xb1\x33\x4a\x46\x53\x75\xb7\xf3\xa1\x34\x26\x92\x23\x1f\x75\x5f\x43\x21\xb0\x0e\x5b\xa1\x52\x53\xd4\x73\x73\xe0\x5c\xbd\xaf\xd0\xb8\x5a\x3a\xb8\xb4\x4f\xe5\x1b\x87\x90\xc0\x6e\x31\x57\x0a\xe6\x3d\x37\x00\x66\xea\xc2\x9d\x3d\x31\x37\xef\x57\xf1\xb5\xa7\x19\xb8\x5a\xaf\x19\xf0\xa4\xe9\x2f\x1f\xe7\xe4\x2b\x58\xb9\xaa\x3b\xe7\x46\x3f\x67\x0a\xbe\xec\x03\x32\x8c\x33\xb0\xe7\x1b\x0c\xb1\x7c\x50\xbe\xa6\x02\x61\xde\xe9\x88\x50\xb9\x51\xfb\x6c\x49\xdd\xf1\x97\x82\xd1\x1f\xe6\xdd\x5b\x9a\x8d\xd9\x6d\xa7\xd3\xe0\x72\xb5\xef\x64\x5c\x13\x80\x48\xce\x0e\xef\x75\x48\xf0\x52\x45\x29\x8b\x84\x32\x37\x23\x05\x6a\x19\xa0\x5d\xb3\x24\x55\x59\x86\x0a\x89\x6b\xa7\x03\x18\xfb\x7b\xaf\x71\xcc\xd6\x1b\x7d\xd5\x45\xf1\xe0\xe4\x17\x9d\x79\xfe\xe8\x74\xef\xcd\xe5\xcf\xa7\xa7\xff\x38\xbf\xbf\x5f\x16\x98\xc6\xcb\x02\xb3\x98\xb6\x5c\x55\x56\x20\xd4\x72\x53\x61\x94\xc8\x8d\xc5\xea\x1d\x36\x33\xc4\x68\x9c\x06\x5f\xd5\xae\x99\xe6\x07\x99\x0a\x91\x52\xf7\xa7\x87\x21\x37\x8e\xd4\x2a\x06\x1a\x04\xa7\xe1\xbb\x3c\xda\xda\xd2\xd4\x39\x81\x94\x0e\xa7\xef\xa4\xe4\xbf\x77\x74\xf9\xf6\x60\xef\xe2\xfd\xd9\xc1\xb9\x24\xaa\xa2\xdc\xfe\xde\xfe\xcf\x07\x97\x7b\xef\x0e\x63\xf3\xe6\xa7\xa3\xc3\xe3\xe3\x83\xb3\xcb\xc3\x93\xcb\x83\xa3\x83\xe3\x83\x93\x0b\xfb\xe9\xec\xf4\xfd\xc5\xe1\xc9\x4f\x97\xc7\xa7\x6f\x0e\x8e\x2e\xf7\xce\x7e\xaa\x55\x3a\x3f\xb8\xb8\xdc\x3f\x3d\x7e\x77\x7a\x72\x70\x72\x71\x79\x71\x70\xfc\xee\x68\xef\xe2\xc0\x16\xdb\x7f\x7f\x7e\x71\x7a\xec\x95\xd8\x3b\xfb\xe9\xf2\xdd\xd9\xe9\xbf\x7e\xb5\x45\x8e\x4f\xdf\xbc\x3f\x3a\xb8\x7c\x7f\x72\xf8\xf6\x70\x1f\x34\x16\xf6\xd3\xc9\xde\xf1\xc1\x9b\xcb\xd7\x47\xa7\xfb\xff\x38\xb7\x2f\x0f\x8f\xdf\x9d\x9d\xfe\x72\xf0\xe6\xf2\xf0\xe4\xfc\xe2\xec\xbd\xc4\xb7\x5c\xeb\xe8\xf0\xf5\xd9\xde\xd9\xe1\xc1\xf9\xe5\xe1\xf9\xd9\xc1\x4f\x87\xe7\x17\x07\x67\x07\x6f\x62\xd2\x35\xc4\x88\x49\xf7\xcd\xc1\xdb\xbd\xf7\x47\x17\x96\x3e\xe5\x99\xb6\x5c\x07\x28\xda\xea\xe3\xf5\x98\xb8\x12\x7e\x07\xdc\xdb\x7a\x8f\xdd\xb7\xd5\x04\x8b\xb6\x7a\x78\x13\xda\xbb\x72\xb5\xd1\xab\x83\x70\x63\xee\xbe\xd9\x19\x12\x6d\xf5\x8b\x56\x03\xad\x32\xe7\xe9\xe4\xec\xed\x33\xac\x66\xa0\x29\xe5\xa5\x2d\x61\x4e\x43\xb1\x15\x3e\x30\x51\x55\x30\x8c\xad\x38\x26\xe8\xfe\x9e\x14\xde\xa0\x51\xed\xfe\xcf\x42\xba\x76\xa0\x51\xeb\x81\x89\x90\x18\x03\x0c\x0b\x68\xd5\x40\x3a\x50\x2b\x27\x5d\xae\x8c\xe6\x3d\x60\xfe\x98\x3b\x00\xa5\xa9\x9c\x6a\xa3\x31\x57\xa9\x3e\x25\x5c\xd5\x86\x05\xb2\xd0\xe6\xcd\x0e\xc0\xea\x79\xe3\x00\xad\x59\x8c\xa3\x96\x32\x73\x76\x00\xd7\x4f\x32\x07\xf4\x81\x8d\x60\xac\x63\x59\x3b\xc0\xb5\x59\xe9\x60\xd5\xb7\x9b\x29\x54\x9f\x34\xe0\xe5\x66\x6e\x1d\x17\x6f\x27\x9b\x00\x80\xb9\x4f\x29\x33\xbd\x3d\xc2\xd8\x3d\x71\x5e\x66\x20\xac\xab\xf8\x66\xe7\xc5\x0a\x53\xa2\xaf\x66\x6e\x67\xb3\x5d\x6f\x6c\x19\x67\x6b\xd4\x4c\xb8\x5c\x57\x8d\xd9\xf6\x8e\xca\xde\xb5\x59\xf8\xfc\x2f\x1b\xfb\x0a\x1c\x5c\x75\x98\x19\x29\xa9\x2b\x84\x4e\xb3\xf4\xce\x76\xa0\x31\x64\x96\x9f\x51\x44\xc8\xca\xcd\x55\xf5\x66\xaf\x63\x1a\x3f\x70\xa1\xfb\x10\x81\xb4\x94\x38\x83\x3e\x42\x90\x44\x52\x38\xeb\xf1\x92\x48\xe8\xca\x14\xc5\x2a\xdc\x44\x75\x58\x8c\x79\xf5\x66\x53\x70\xdd\x95\x50\xe5\xae\xc9\x03\xad\x52\xbc\x9a\x9f\x97\x90\x7d\xe7\xeb\xb8\xcc\x2a\x91\x20\xae\xcd\x4d\x38\x4b\xd4\x47\x14\x06\x0e\x97\x00\x57\x32\x0f\xae\xf0\xba\x5d\x19\xbf\xc2\x1a\x2d\xae\xf1\xf8\x7a\x88\x12\x5f\x2e\x11\xe1\x43\xd9\x9e\xbf\xae\x5f\x72\xe6\xa5\xba\x96\x5b\x2c\x98\x0c\xd5\xb2\x09\xd6\xa2\x7c\x38\x13\x7f\xb9\xb5\xa8\x70\xb5\xea\xce\x4a\x0a\xa5\x3a\xd3\x09\x78\x5e\xa8\x4c\xa0\xce\xd8\x6c\x59\xcb\x57\x33\xa0\x43\xb0\x9b\xaa\xe9\x4b\x06\x74\x18\xab\x5d\x69\xb5\x87\x31\xdc\xab\x6e\xb6\x0e\xd6\xde\xcf\x56\x3c\x44\x15\x58\x39\xf2\x56\x33\xd7\xf4\x51\x28\x85\x61\xd3\xa7\xdb\x84\x67\x4d\xef\x47\xc9\x5c\x8a\x1b\x3b\xea\x82\x7b\x47\x70\x52\x4b\x7e\xfd\xe5\xec\x4c\x57\xdb\x25\x6b\x99\xdd\x0b\x5e\xa7\x47\x77\x63\xc3\x5f\x03\x42\xd7\x5b\x6b\x54\x6c\x55\xab\x1b\x42\xf7\x94\xb1\x0f\x99\x81\x3f\x16\xb0\xab\xb2\xde\x70\x5b\xf7\xee\x9f\x09\x7f\x24\x65\xd8\xa3\x28\xa3\xa7\x83\xb2\x66\xb9\x90\x93\x61\xb3\x56\x12\xcf\xf0\x5a\x4a\xc7\x72\xba\x1d\x4e\xde\xe7\x34\xbb\x96\xe7\xcc\x7c\x4e\xc6\x6f\x95\x60\xfb\x36\x4d\xae\x73\x15\x28\xfe\x8d\x9c\x85\x6f\x35\xac\x18\x8c\xff\xaa\xaf\xec\x74\x97\xef\x62\xa2\xee\x35\xa0\x10\x7c\x94\x85\xc1\x5d\xd6\xfc\x3a\x27\x49\xea\x57\x33\xef\x63\xd2\x95\x28\xc5\x72\x7b\x9f\x40\x44\xf9\x3c\x27\xbc\x62\xef\x0c\x3a\xd0\x02\xa7\x60\xca\xa1\x0b\x18\x46\x58\xbe\x82\xaa\x86\xb1\x95\x2f\x00\xa4\x61\x4c\x95\xfd\x87\x6c\xcb\x70\x94\xea\x8d\xc1\xc4\x30\x8a\xb6\x1c\xe0\x6a\xb8\x3f\xfb\x56\xf7\x47\x85\x12\x9b\xc1\x7b\xaf\xd3\x33\x6d\x12\x20\x5f\xd7\xc8\x75\x03\x1f\xaf\xe1\x63\x8d\xbc\xd7\x5a\x19\xd5\x30\x76\x36\x66\x4e\x35\xf0\xce\x4e\x7f\x58\xb4\xaa\x83\x70\xb5\xc9\xf8\x2a\xba\x36\xed\x8d\xab\x36\x9d\xf2\x6e\xa9\xf9\x54\x38\x82\xbe\x5e\x1c\x93\x15\x11\x01\xc9\xa7\x39\x1c\xf2\x64\xad\x6d\x68\xf0\xfa\xfd\x4f\x51\x1b\x3c\x61\xda\x34\x6f\xcf\x68\x2e\xa9\xd1\x6e\x28\x5a\xb6\x2f\xda\x0d\x8c\xbf\x7c\xb4\x33\x66\xb3\x20\xf2\x7e\xd3\x8c\x70\x11\x38\x6f\xa9\x06\x5c\xf8\xca\x96\x83\x6d\x8e\xd4\x1c\x72\xcb\xb7\xab\x49\x1d\xa2\x62\xd5\x60\x78\x27\xca\x67\xe8\x9a\x4a\x07\x5e\x1d\xb8\x0e\xb9\xfd\xc5\x39\x73\xdd\xe7\x53\x65\x89\xf5\x3e\x13\x34\xf5\xce\x8e\xb8\x5a\xe0\x70\xbc\xee\x6b\xf9\x5b\x65\xbb\x8c\x1b\x99\x15\x7d\x28\xea\x2d\xa3\x55\xaf\x45\x6b\x48\xfa\xad\x88\xda\xd7\x32\x86\xfc\xe1\x2e\x66\x26\x44\x83\xda\xb4\x92\x98\xad\x0e\xae\xd0\x30\x1e\x5f\x4f\x68\xa2\xd9\x0d\xfb\x48\x1a\x09\xf9\xf3\xde\xc9\x9b\xa3\x83\xb3\x92\x2e\x4b\xc4\x40\x3f\xfb\x49\xe8\xb0\x42\x2b\x29\xcb\x4d\x2c\x05\x53\x40\x37\x98\xad\xea\xb3\xe5\x8a\xbe\x5e\x97\x0d\x77\xd0\xb0\xbb\x0a\x1d\x0b\xb5\x56\x82\xa0\xa5\x70\x06\x8f\xa8\xd0\xd4\xd8\xea\xaf\xea\x87\x62\xe1\x56\x85\x93\xfe\xbf\x5e\x83\x8f\x59\x7e\x9b\x2d\xb1\xd5\x53\x40\xcf\x91\xf2\x0a\x5c\x8d\x4e\x7d\x35\x95\x11\x32\x4b\x89\xae\xe3\xeb\x6b\x86\x81\x75\x2e\xff\x0b\xd3\xb7\x1a\xa1\x22\x26\xdd\x77\x7b\x67\x17\x87\x7b\x47\x4e\xd5\xec\xf4\x59\x87\xe7\x97\xbf\x1c\x9e\x1f\xbe\x3e\x3a\x88\xc9\xfa\x3c\x31\x31\xe9\xbe\x7d\x7f\x02\xb9\x8f\x2f\xdf\x9d\x9d\x5e\x9c\x5e\xfc\xfa\xee\xe0\xf2\xe0\x5f\x17\x07\x27\xe7\x87\xa7\x27\xf2\xfb\xde\xbb\x77\x97\xfb\x17\x67\x47\xa0\xef\x3a\x38\x93\xc5\xde\xc1\xfb\xa3\xc3\xbd\xf3\xcb\xe3\x83\x8b\x9f\x4f\xdf\xc4\xa4\xc1\x94\x2f\x26\x5d\x87\xd2\xf1\xde\xc9\xde\x4f\x07\x67\x97\xe7\x17\x67\x87\x27\x3f\x5d\x1e\x9d\x9e\xfe\xe3\xfd\xbb\x98\x74\x35\x50\x8b\xcd\xf1\xc1\xd9\x4f\x12\xeb\xa3\xd3\x9f\x7e\x82\x6e\xaa\xbe\x01\x46\x6f\x1c\x8a\xb2\xa8\x97\xb7\x39\xb6\x11\x31\xfd\x97\x5b\xbd\xd6\xea\xfa\xf0\x51\xb7\x02\xcf\xaa\x65\x78\x2c\x23\x05\xaf\x1e\xea\x09\x14\x6a\xa0\x01\xbc\x2f\x91\x4a\xbd\x69\x24\x2a\x7c\x5a\x3f\x1e\x0a\xd5\xb5\x43\xea\x75\xbb\x71\x4a\xc0\x77\x3b\x7b\xe0\x57\x6d\x7a\x6d\x55\xf8\x35\xeb\x9a\xb8\x4a\x98\xd5\x05\xe4\x1e\xa3\x1e\x77\x54\x24\xc9\x4d\x0c\x99\x7d\xfd\xc9\x23\xd5\x12\xbe\x4d\xef\x38\xb9\xde\x99\x25\xf3\xcf\xc8\x23\xb9\x3e\x86\xce\x63\xdc\x33\x6b\xd6\xca\x3e\xcf\xf4\x49\x90\x2c\xa7\x2c\xdb\xb1\x39\xa2\x1f\x65\x09\xfd\xa0\xeb\x67\xd5\x08\xf9\x6b\x3a\x4e\x1f\x00\x31\xde\xe9\x31\xde\xdc\x7f\xda\xaf\xf7\x90\xfc\xfc\x59\x6d\xe4\xf5\x36\x1a\x8f\x94\x59\x4c\xbb\xd6\xbe\xc7\xa8\xdf\x68\xd7\xdc\xdb\xbf\xe3\xec\xd3\x1d\xa8\x9a\xf0\x72\x33\x5b\xe7\x8a\xc5\x4a\x81\x2f\xa9\x67\x75\x77\x96\x64\x2a\x3f\x72\xbe\xe0\x65\x47\x4c\x03\xb8\x52\xda\x58\x4e\xd7\xad\xf7\x1a\x8b\xc7\x5b\xbd\xc7\x19\x00\x03\x94\x26\x74\x4a\xa6\xc1\xa3\x26\x3b\xe0\xaa\x6d\x4e\xc9\x18\xd2\xf3\xeb\x54\xe6\x3a\xbe\x23\x68\xb9\xa6\xf2\xc8\xc2\x5e\x4f\x1a\xbd\x47\xcb\xdf\x0b\x4c\xeb\xee\xac\x2b\xea\x35\x95\x2b\x70\x8d\xa2\xc6\x00\xb5\xf4\x3e\x0c\x7c\x0a\x07\xd8\xe4\x4b\x13\x1e\x3e\xba\x07\x06\x66\x83\x97\x2d\x59\x0d\xbc\x5e\x3a\xc0\xa1\x8a\x88\xb7\xf4\x3b\x2d\x71\x96\xb3\xa9\x02\x01\x84\x5f\x9b\x22\x48\xb9\x66\xa6\x9e\x6b\xa6\x47\x09\x0c\x69\xfc\xea\xe9\x0a\xbc\x8c\x79\x90\x63\x88\x20\xa1\x2c\x32\xb8\xb5\xa7\x12\x45\x98\x21\x1d\xd7\xdc\xea\x75\xb0\xca\xaf\x67\x33\xda\xe5\xdb\xdb\x88\xc7\xd9\x80\x0e\xf2\xe1\x10\x33\x30\xfd\x56\x71\x6f\x30\xc7\xbc\x7b\x05\x41\xbd\x31\xef\x26\x13\x41\x38\x6a\xb1\xae\x60\xf3\x9c\x71\x11\x2a\x4f\x35\x7b\xf3\x7a\xe3\x50\x5b\x5a\xbb\xa6\x88\x14\x46\x06\x76\x3d\x24\x38\x30\x76\x7f\x01\xba\xbf\x77\xf9\xa8\xcc\x34\x15\x5e\x38\x72\x3f\x54\x8e\x25\x42\x25\x8e\xbc\xf2\xde\x92\x4b\x1b\xae\x59\xc0\xde\xa3\xfe\x4e\x5b\xf7\x0d\xc8\xd0\xe8\x08\x96\x45\x8b\xcb\x0f\xe5\x8c\xa1\xa6\x90\x31\x82\x74\x76\x6d\x1c\x15\xfa\xe3\x40\x00\x85\x40\x8d\x3c\xab\x44\x02\xf6\xe6\x44\xd4\x90\x8b\xb4\x69\x05\xac\x2a\x68\x0b\x44\xd7\xd5\x19\xed\xff\x0c\x1a\x81\xaa\x3a\x4d\x13\xd5\xbe\x6e\x97\x81\x94\x17\x78\x29\xc8\x3d\xb3\x7b\x6b\xb8\x34\x87\x6b\x74\x03\xb3\xbb\xe5\xef\xde\x71\x2a\xff\xf7\xd2\x52\x87\x75\xc3\x36\x4c\x1a\xbc\x20\xcb\xb6\x7f\xda\x31\xcb\x44\x93\x09\x46\xde\xed\xa3\xe4\xfe\x53\x22\x58\x66\x5c\x2f\xab\x85\x55\x78\xf4\x7a\x39\x87\x92\xe3\x59\x8c\x8d\x9f\x17\x39\xb5\xc1\xb9\xd3\x33\x2e\x53\xc0\x03\x88\xc1\x6e\x48\x12\xe0\x15\x29\x43\xca\xa6\x7f\x5a\x39\xf4\x99\xb5\xd9\x02\xae\x0a\x2e\x05\x9b\x1f\x91\x1b\x92\xfe\x42\xc9\xad\xb9\xd6\x0b\xb0\x0d\x80\x15\xed\xb0\x85\x48\x89\xa8\xd6\x87\x50\x9b\xe6\xdb\x06\x96\x87\x5e\xd5\x12\x87\x67\xb2\x32\x96\x4d\xe9\xd6\x54\x78\x4c\x4b\xce\x62\xef\xca\xd9\x02\x06\x98\xad\x37\x25\x5c\x45\xa9\x2f\x01\xa3\xd9\x72\xb0\xd9\xdf\xd7\xb2\x8f\xe3\xae\xb6\x95\x5e\x6f\x9f\xe8\x2a\x04\x1b\x34\x63\x56\xdd\xce\x84\xf1\x1d\x60\x8e\xaf\x69\x76\x6d\x56\x94\x31\xc0\xe6\x0f\xcd\x5f\xcb\x73\x2b\x18\x3b\xc9\x38\x99\x7b\x16\xa9\x1e\xe3\xbc\xae\xc1\x0a\x50\x48\xfe\x57\x81\x64\x1b\x02\xed\xf5\x9e\xfa\xe8\xbf\x6f\x42\xa0\xbe\x4c\x57\xe3\x3a\xed\xee\x37\x35\x51\x05\xa1\x37\x8e\x1d\xa5\x75\xd5\x75\x27\xce\x3a\xe1\x08\xde\xa3\x22\x14\xbe\x31\xa8\xe2\x42\x9d\x1d\x28\x18\xa6\x63\xbb\xf3\xc1\x35\xe4\x99\xff\xcb\xda\x88\xce\x56\xdb\x88\xd6\x64\x90\x47\xde\xaf\x57\x44\xa2\xd5\xc1\x67\xd7\x3b\x4b\x56\x04\xb8\x95\xc2\xdf\x9f\x1d\xa5\x46\x74\xab\xe9\x20\x1a\xf8\x79\xe1\x46\xdd\xe7\xf2\x25\xd3\xbb\xa1\x6f\x23\xd8\xb2\xdb\x84\x60\xc0\x04\xb6\x7c\x27\xb1\x24\x27\x2d\x02\x11\x64\x44\x35\x4a\x86\x2d\x10\x93\x4a\x1c\x0a\x8f\x6f\x96\xc7\x25\xf5\x8e\xcb\x49\x92\xa6\x57\xc9\xe8\x63\x44\x4a\xe5\x0a\xeb\x7f\xe6\x7b\x98\x09\x97\x7c\x21\x5c\xc2\xc5\x00\x78\x6b\x14\x55\x9f\x8a\xbe\xf6\x8c\x6a\x8a\x7f\xa3\x5d\x6e\x6c\xa4\x92\x92\x1b\x0e\x84\x73\x07\x37\x24\xfd\x2a\x14\xf1\x2b\x11\x56\xbc\xa5\x08\x42\x08\xd5\xbd\x78\x36\x8a\xbc\xa3\x18\xd8\x94\x19\x21\xee\x0d\x99\xcb\x93\x2f\x1b\x51\x62\x05\xa0\x5a\x34\x1e\x4b\xd9\x07\x42\xde\x54\x3c\x4b\x56\x46\xb1\xa9\xc8\x4c\x75\x4a\xaf\xbb\x11\xd2\xcd\x3c\x36\x08\xce\x22\xf3\xc2\x26\x2f\x1b\x9a\x54\xae\x55\x64\x5d\xd6\x4d\xc5\x83\x41\x10\x76\xb5\x05\x39\x79\xb0\x39\xb6\x45\xcb\x73\xf5\xb0\x11\x60\xa0\x66\x14\x6c\x13\x15\x28\xd4\xcf\x56\x62\x19\x9d\xf0\xc3\xaf\x6c\xd1\x4e\x84\x64\x1c\x04\x19\xb7\x05\x6b\xcf\xd8\x22\x13\x10\x14\x54\x41\x68\xff\xf5\xc9\x92\x14\x7f\xc5\xed\xab\x85\x68\x53\xd1\xa6\x79\x3b\x63\xa2\xed\x52\xb8\xaa\xac\x24\x54\xe4\x6d\xb5\x65\x74\x3f\x98\xb4\x17\xbc\xe2\x77\x22\x4a\xa1\x24\x2b\x62\x3e\x0a\xa9\x76\x5a\xa3\x05\x5e\x39\x73\x5c\xa4\x80\xa4\xaa\x8b\xd0\xcb\xf8\xe5\xa0\xec\xb8\x51\x3f\x69\x9d\x09\xb8\x50\x91\x5c\xdc\x51\x21\xdc\x21\xaa\xc7\x39\xd1\xb2\x06\x32\x6b\x7d\xed\x35\x62\xab\x0c\xae\x31\x92\x48\xfd\x70\xd6\xc3\x37\x28\x3b\x86\xd0\x07\x7c\x27\x9a\xbd\x5c\xbc\xeb\xc7\x60\x3b\x14\xd5\xcb\x4a\x75\x45\xa9\x2e\x26\x11\x6e\x08\x53\x32\x6c\x89\x6a\x68\x07\x9d\x50\x6a\x65\x4c\x21\xbe\x9e\x9e\x9a\x5c\xa2\x21\x64\x8a\x5e\x04\x8a\x89\x70\x6c\x75\xf9\x6a\xb2\xe9\xb6\xb6\x54\xcd\xf2\x69\x0f\xd6\xdb\x2c\x76\x8c\x80\x94\xa9\x0d\xec\xfe\xc3\x78\x35\xf3\x8f\x1b\xf4\xa7\x32\x4e\x8d\xed\x7b\xb2\x43\xf9\xce\xb9\xc6\xdd\x59\x39\x69\x4d\x1d\x48\x9c\xba\x61\x23\x66\xbe\x3c\xae\x19\x5d\x0b\x21\xe3\x3b\x93\x96\xa2\x6a\xa4\x8d\x7c\x51\x83\xfa\x79\x93\x90\x1a\x5f\xdc\xa8\xa0\xb2\xb9\x34\x5a\x7f\x0e\xf8\xd0\x64\x51\x6c\x2e\x2a\x11\x91\xa5\x62\x51\xb4\x3c\x8b\x04\x6b\x14\x77\x70\xf2\xd3\xe1\xc9\xc1\xe5\xbb\xbd\xb3\x83\x93\x8b\xa0\x62\x20\x0b\x9c\xdd\x57\xbf\x96\x6a\xbc\xaa\x83\xb0\x50\xde\x50\x55\x6c\x44\x2b\xf9\x2d\x1e\xef\xdb\xf2\xc5\x47\xcb\x61\x04\xf9\x13\x2f\xdd\x6f\x48\x4a\x17\x4f\xe5\x30\x2d\xae\xf2\x11\xa7\x57\xa4\x32\x40\x36\xf9\x39\x66\x2e\xc2\x78\x37\x40\x38\x89\x07\x43\xad\x28\x63\xbe\xa2\x2c\xf8\x5b\x10\xc7\x71\x48\x63\x36\xc8\x87\x68\x37\xd1\xdb\xe3\xe0\x7f\x7f\xfb\xad\x3b\xfc\x5b\x80\x22\xfd\x86\x9a\x59\x9f\xe8\xb8\xdf\xbf\xfd\xd6\x0d\x50\x2b\xdd\x8e\x83\xf0\xb7\xdf\xba\xdd\xbf\xa1\xdd\x40\xdb\x23\x2d\xe7\xf2\x0c\xe6\x59\x44\x30\x27\xd7\xe4\x53\xe4\xc5\xbe\xfd\xf0\xbf\x4f\x96\x69\xf1\xe4\x03\xc2\x2a\x57\x57\x24\x0a\xe7\xbf\x09\x0d\x2d\x10\xce\xe2\x65\x81\x17\x72\x36\x2e\xb2\xa6\x8e\xfa\x09\xb9\x7a\x58\xe5\x79\xe7\x7e\x9e\x77\x3e\xa0\x43\xcd\x29\x89\x98\xa2\x16\x07\x4a\xc8\x43\x1b\xf7\x15\xf8\x42\x9d\x8d\xa4\x6c\x4c\xab\x61\xc4\x3d\x5b\xa6\x96\xfc\x23\xf6\x68\xcf\xf3\x72\xba\xa1\xc1\xb0\x55\xfe\x6a\xec\x01\x96\x6a\xc5\xe8\x5b\x11\x49\xed\xa6\x80\x49\xc6\x87\x4c\xbb\x7d\xcd\x09\x87\xb4\xb3\xd9\x88\x80\x9b\x56\xc8\x62\xda\xcd\xd8\xed\xfd\x3d\xed\xce\xd8\x7f\x4e\xd4\x93\xca\xc8\xa7\x7f\xcc\x72\xfd\xc0\x4e\xd8\x2d\xda\x55\x51\x16\x42\x8a\xa2\x37\x89\x20\xb2\xae\xa7\xdd\x4c\xd7\xe6\x09\x23\xa5\x5c\x8b\x58\xa8\x44\x1e\x70\x17\x2d\xbb\x00\x31\x87\x2b\x16\x59\x3f\xc6\xcf\x3b\x9d\x34\x14\x68\x37\x4c\x62\x81\xf3\x38\x43\x51\xc8\x62\x81\x93\x38\xc3\x79\x4c\x11\x44\x4f\xb0\x01\x82\xad\x75\x1e\xe4\xd8\xcc\x4d\x28\x60\x06\x7d\x9d\xc4\xd3\x90\x40\x12\x95\x85\xf3\xa5\x8d\xe3\x78\xbc\x6b\xcb\x47\xa3\x30\xc1\x13\xbc\xc0\x79\x39\xd5\xa3\x31\x03\x16\xfc\xce\x05\x24\x87\x3a\x99\x09\x15\x40\x8d\xdb\x36\xef\x92\x4f\x23\x02\xca\xb6\x98\x62\x5a\x4c\x68\x96\xa4\xe9\xdd\x52\x84\xa8\x70\x40\xc7\x21\x5a\xba\x5f\x12\x31\x8a\x19\xe8\x6b\x9b\x3a\x34\x36\x89\x36\x75\xfa\xb6\xe4\xfe\x3e\x4c\x9a\x27\x2f\xa6\x72\x51\xb2\xb8\xf7\x92\xb9\xf9\xcb\xb6\xb7\x51\x28\x62\x3e\x60\x43\xd4\x85\xf5\xa3\x62\x3b\x13\xd4\xe9\x50\xed\xa1\xa8\x13\xdd\x59\xd2\x80\x2b\xa3\xec\x80\x14\x73\x80\xcc\x49\x23\x56\x29\x5e\xc4\x34\x64\x08\x8f\xb4\x3f\xe0\xf9\xc5\xd9\xfb\xfd\x8b\xf7\x67\x07\x70\x17\xfd\xf6\xf0\xe8\xa0\x35\x82\x6c\x13\x2a\x6e\x73\xfb\xc9\x72\xa1\xdb\x2a\x3e\x60\x29\x3d\xb0\x94\x74\xa5\x08\x1f\xa6\x08\x59\x6d\xfd\x54\x76\x63\x12\x4b\x59\x68\x1e\xf7\x5e\xce\x7f\x34\xad\xbf\x9c\x9b\x50\xd5\xb3\x38\x19\xcc\x87\xad\xa9\xea\xc0\x4c\x2b\xe1\x43\x22\x47\x10\x22\xaa\x97\xd5\xe1\xfe\x0a\x97\x60\x79\xdc\x7b\xc9\x1d\x58\x6e\xc0\x66\x71\x32\xe0\xc3\x56\xc3\x04\xce\x94\x7a\xbf\xd3\xd1\x0f\x30\x31\x16\x78\x3a\xe0\x43\x54\x8c\x3a\x1d\xbf\x33\x07\xd9\x38\x4c\x51\x51\x34\x2d\xf7\xa4\x71\x13\x48\xe2\xaa\xef\xa2\xd9\xc4\x6a\xd6\x6c\x33\x36\xa6\x13\xba\xa9\x07\xc2\x9f\xed\x04\x93\x13\x71\xac\x11\x3c\x4e\xb2\xe4\xfa\x71\x71\xa2\x2b\x55\x1f\x32\xdf\x4d\xae\x68\x2a\x28\xd9\x34\xbc\xb3\xe8\x1a\xda\xed\xab\xba\x90\xd3\xbb\xe6\x7b\xa3\xe6\x27\x78\x98\x24\x0f\x32\x58\xab\x12\xc9\x18\xa3\x4e\x48\x32\x91\x88\x7a\x86\xba\x2f\xe5\x5b\xa0\xe4\x3f\xf1\x0f\x02\x5e\x2b\x89\x88\x99\x96\x2f\xab\x13\xea\x26\xe1\x4b\x49\x17\x5a\xc4\xbc\x96\x55\x97\x76\x3a\x21\x44\xb5\xf4\x8f\x2f\x90\x26\x31\x57\xbe\x0a\x22\xb9\xb6\xda\x20\x2c\x74\x74\xd3\xac\x2b\x78\x32\xfa\x88\x54\x48\x05\x12\x53\xb5\x31\xea\x6b\x43\x27\xcf\x66\xdd\xc5\x7c\x9c\x08\x72\x91\x5c\xa3\x90\x63\x06\x2a\xa6\x0c\xd4\x07\x8b\x99\x7a\xcb\x20\x56\x02\xe6\x45\xc9\x53\x51\x51\x09\xe2\xcc\xf4\x40\x0e\xd0\x41\xc0\x4c\x42\x0c\x89\xd1\x00\x4a\x0d\x11\x5a\x66\x31\xd1\xe6\x4d\x8d\xe9\x97\xa9\x84\x81\x33\x54\xf8\x46\xa7\x39\x11\x20\xec\xd0\xd1\x1b\x32\x62\x3c\x01\x90\x0c\x61\x56\x78\xb5\x24\x16\xc5\xba\xe2\x2b\x67\xd0\x42\x90\x66\xff\x76\x5d\x46\x79\xb8\xa8\x72\xf6\xe1\x72\x96\x8c\x38\x7b\xa0\x30\x27\xe3\xc5\x88\x5c\x56\xeb\x7c\x71\x37\xe8\x95\x15\xc8\x6c\x2e\xee\x36\x5e\x7a\x50\x7a\xed\x82\xce\x98\x38\x78\x14\x48\x53\xe1\x01\xa8\xd9\xa6\x86\xfd\x12\x62\x46\x1e\xc2\xf1\x31\xe8\xad\x85\x75\xc5\x58\xba\x31\x30\x59\x78\x2d\x34\xc8\xed\xbc\xf9\x46\x28\x4b\xaf\x85\x47\xfe\xbd\x48\x36\x47\x0f\x4a\xaf\x85\x77\xfd\x08\x33\x9a\xf5\x74\xbb\x16\x9b\x0f\xe8\xb5\x58\x3f\x9e\x1b\x47\xdb\x17\xdd\x74\x3d\x56\xe9\x23\xb0\x4a\x1f\xc0\x8a\x65\xe4\x9f\xc9\xe6\xeb\x40\x15\x7f\xc0\xa7\x46\x85\x0d\xdf\x18\xa6\xa9\xf0\x40\xc2\x02\x6d\x58\x9a\x5d\xef\xa5\x34\xd9\xfc\x1c\xae\x56\x5c\xdb\x4a\x92\x6d\x9a\x66\x41\x74\x93\x6c\x7d\x8a\x05\xb6\x39\x3b\xc2\x1e\x48\x83\xb1\x98\x6d\x9c\xfc\x21\x5f\xcc\xd6\xaf\x5d\x88\xc0\xb3\x19\xac\x19\xcd\x1e\xd8\x07\x3e\x6d\x0e\x2b\xf9\xf4\x00\xac\xf9\x23\x60\xcd\xd7\xd3\x0b\x0c\x02\x37\x25\x18\xe3\x0f\x5a\xcf\xbd\xa1\x93\xc9\xe6\x00\x55\xf9\x87\x7a\xfb\x7a\xd3\x05\x02\xfd\x7d\xbd\x7e\x75\x4c\x68\x2a\x36\x66\x7f\x79\x57\x15\xdf\x00\xe2\x23\x90\x34\x15\xd6\x42\x5d\x64\xf4\xdf\x1b\x43\x94\x85\x1f\x84\xf6\x08\x0c\x55\xf1\x87\x20\xb2\xcd\xd7\x07\x94\x5e\xef\x11\x29\x99\xf7\x9c\x8c\x36\x9f\x8e\xb6\x46\x51\xa0\xd5\x0c\xd4\x88\xa5\xe9\x63\xa0\xea\xf2\xab\xe4\x8f\xd5\xe2\x5d\xe5\x92\x7b\x93\x2c\x2e\x5f\x45\xf8\x50\x01\x02\x75\x04\x0f\x0a\x17\xa7\xff\x24\xc9\xc7\xe3\x64\x5e\xe6\xe1\x85\xe6\xe1\xbd\xf8\xd8\xde\xc5\x61\x63\x8c\xa3\x52\x89\xee\x9c\x33\xc1\x3a\x9d\x86\x97\x21\xc2\x5b\x1a\x73\xf8\x2d\xab\x77\xa7\x49\x7e\x7a\x9b\x99\x3e\x28\x91\x44\x9e\x23\xd0\x46\x1e\x20\x13\x35\xc9\xf4\x00\x5c\x20\xd5\x53\xcc\x76\xab\x79\x4b\x19\x8a\x96\x45\x61\x35\x3f\xba\xe0\x40\x0c\xe3\x0c\x6b\x8f\x6a\x75\xed\x46\xa5\xfc\x64\x6e\xcb\xcb\x97\xab\x92\x34\xc7\xc9\x1c\x83\x0f\xac\x12\xa1\x88\x77\x67\x26\xeb\xb9\x70\xde\x95\x1b\xcc\x4c\x29\xdd\x84\xce\x67\x22\x01\x64\x58\x20\x15\x8b\xd2\xd2\x39\xf1\xc4\xbc\x36\x6d\x69\x89\x29\x5b\x29\x31\x09\xcc\xa5\xc4\x44\xb5\xc4\x94\x34\x4b\x4c\x6a\xf4\xa8\x2f\x31\x65\xcd\x22\x50\x82\x70\x52\x94\x6b\xc5\xbc\x0b\xd3\x05\x24\xa7\x95\xd5\x1a\xe7\xfe\x7a\xa9\xe8\x33\x24\xf2\xf5\xea\x0f\x4b\x45\x2e\x25\x4e\xa3\x09\x1a\x0c\xdd\x07\x1a\x12\xb4\xcc\x94\xb2\x89\xa0\xc2\x28\x93\x1a\x54\x6d\x4b\x45\x4e\x3e\x60\xc3\x97\xc6\xab\x31\xc9\xc6\x7a\x36\x52\x92\xa3\x30\x91\x14\x35\x9a\x36\x37\x84\x12\xb3\xac\x6e\xc9\xe9\x54\x57\x24\xae\xaa\x48\xb1\x5a\x75\x7b\x9c\x27\x60\x23\xa0\xf0\x21\x80\x08\x1d\xb0\xa1\xab\x30\x60\x43\x3d\xd0\x3c\xec\x61\x6a\xb3\xc5\xb9\xe8\x00\xdd\x6e\x37\x29\x85\x11\xf5\x9a\xb5\x3e\xb2\x5a\x71\x46\x9c\xc6\x4c\xa7\x58\x77\x69\x50\x92\x01\x1f\xaa\x4b\xf5\x2c\xa4\xc8\xe8\x0b\x69\xe1\xc9\xdc\x7e\x61\x32\x94\x53\xc0\x66\xcf\x28\x8a\xcf\xd8\x88\x40\xb6\x6c\xb8\x84\xaa\xf4\x90\x6c\x07\xba\x23\x01\xae\x27\xde\x31\x0a\x06\x09\x0b\xf2\x34\xfa\x78\x12\xa4\x82\x9e\x12\x2b\x74\xfe\xd1\xe6\xb6\x36\x6e\x2f\x23\x1b\xb4\xb5\xba\x43\x27\x2c\x23\xeb\xfb\xf3\x79\xe0\xb7\x6a\x20\x35\x44\x29\xaa\x7e\x1e\xc8\xb6\x71\x11\x5c\x89\x2d\xc8\xad\xfe\x5e\xc5\x37\x02\x6f\x93\x2c\x96\xa1\xba\x9b\x22\xd0\x88\x67\xa6\x15\x90\x66\x1f\xdf\x4a\xe3\x0c\x27\x28\x8e\x63\xae\x01\x5f\x8b\x2f\x06\xf5\x95\x83\x49\xbe\x1c\x50\x8b\x69\xfa\xe5\x30\xfd\xd1\xc1\xfc\x72\x98\xfe\x68\x31\x55\xd2\xef\xaa\x09\x97\x48\xf1\x12\x85\x04\xe9\x72\xa1\x0a\xc2\xa8\xa5\xdb\x87\x6b\xb9\x7c\x5b\x2a\xd8\x4d\x59\x6e\xdd\x64\x9a\x03\x8f\xc0\x57\x76\x44\xc5\x5f\xe1\x6e\xe7\x37\x6a\x46\x53\x02\x67\x08\x4b\x86\x16\xfa\xca\x25\xd3\x92\x8d\xcb\xb1\x64\x64\x15\x12\xbf\x22\xa8\xa5\x3e\x52\xad\x04\xd5\xef\xb7\xe0\x03\xe3\x55\x3f\xcf\x47\x28\x15\x37\xe0\x42\x1f\x15\x81\xe7\x61\x76\xd4\x3f\x79\x15\x03\xe9\x45\x26\x2a\xef\xb1\x83\x61\x50\x5b\xec\xb5\xe4\x5c\x6e\xb1\x67\x8b\x34\x8d\xe3\x98\xde\xdf\x07\x8a\x02\xee\xc2\x94\xee\x66\x11\xed\x2a\x1a\x84\x02\x2b\x6b\xc6\x4a\xda\xb5\xa2\xc2\xda\x9a\x5b\x4c\x0d\xfe\xe9\x7f\x91\x64\x34\x7d\x6a\xae\xd8\x76\x59\x5c\x4a\x1a\x0c\x5f\xbb\x7f\x7b\xf2\x14\x07\x01\xdc\x66\x12\x4c\xb6\x63\xe8\x03\xe8\xc4\x4b\x7d\xc3\xdd\x6e\x57\xd4\xba\x46\xaa\x5d\x63\x25\x45\x3b\xcd\x81\x1b\x90\x93\x77\x17\x5e\xec\xa1\xd0\x53\xcb\xcb\xbd\x34\x32\xef\x57\x76\x2d\x71\xc1\x4d\x69\x2c\x77\xdd\x39\x04\x04\x55\xc4\x2e\x65\xb8\x2d\xf1\x0f\xb4\x79\xe5\x42\x5b\xa2\x8c\xc3\xaa\x96\xf3\xca\xfd\x97\x65\x86\x9b\xe5\x04\xc9\x22\xf3\x58\x60\x11\x0f\x86\x08\xab\x11\x09\x9b\xac\x51\xa0\x0f\xdc\x0e\x68\xe1\x5f\x5b\x7f\x9d\x06\x95\xec\xdd\xd8\xe6\x62\x3d\x53\x27\xca\x4c\x9d\xb2\x47\x20\x60\x88\x20\x06\xd4\x67\xea\xa8\x09\x41\xda\x4e\xc2\x0a\x1e\x36\x45\xb1\x1a\x69\xcd\x29\x9e\x13\xe1\xb2\x06\x79\xb1\x5e\xb5\x44\x54\x5b\x34\x2f\xcb\x73\x8a\xa1\x4e\x87\x95\xea\x51\x29\x6d\x85\x04\xdd\xdf\x87\x54\xe7\xc4\xc0\xc2\xf0\xc9\x48\x8a\xb6\x58\xc8\xbe\x7f\x06\x57\x97\x2f\x66\x4d\x86\x45\x72\x43\xd0\xce\x6a\x64\x5b\xe0\x9e\x52\xc5\x69\xee\xe0\xd3\x03\x35\x8e\x13\x31\x95\xc5\xe0\x27\xde\xe9\x3f\xed\x29\x8d\x99\xaa\x4e\xb3\x8d\xaa\x53\x25\x43\x60\x55\x1b\x4c\xe7\xa0\xf1\x79\x9c\xab\xbf\xaf\xef\x9a\xc5\xa9\x3c\x84\x6b\x70\xbd\x0b\x3c\x59\x8a\xe2\x83\xdc\xa0\xbd\x54\xd1\x58\x87\xdc\x55\x93\x27\x4e\xed\x63\x05\xa4\xdc\x10\xb5\xa4\x17\x3f\x8b\xe3\xda\x1c\xda\xad\x81\x8d\x6a\x6f\xe2\x38\xce\xcc\x64\x48\x1b\x30\xa3\x48\x59\xcc\xd0\x7f\x83\xd9\x90\xd2\xd4\x34\x76\xec\x0f\x6f\xca\xe5\x59\x46\xf5\xce\xa5\x5a\x04\xd3\xd7\xd5\x7b\x16\xd8\x37\x69\xf5\x4c\xbc\x99\xd0\xf4\x05\xd7\x97\xdd\x1b\xdd\x7a\xdb\xa0\x83\x02\xed\x8a\x68\x30\x2c\x64\xdb\xa2\x3b\x67\xf3\x10\x99\xed\x42\x82\xb2\x4e\x8b\x20\x6b\x89\x92\x91\x82\x4b\x19\xbe\xd5\x97\xb5\x07\xdc\x18\x7c\x50\x5f\x0a\x85\x50\xd2\x0c\x6c\x96\xd0\x32\x8b\xb7\x7a\xad\x2b\x4e\x92\x8f\x85\x14\xcb\xfa\x72\xe0\xb5\x5c\xb6\xd5\xd7\x72\x99\x5c\x73\xad\xf2\x8e\x4d\xe5\xe2\xf5\xb4\x65\x48\x9b\xf3\xbd\xa1\x93\xc9\x63\xa6\x81\xd8\x7c\x3a\xe0\xda\x16\x24\xd6\x4f\x11\x6f\x67\xda\xa5\x1e\x0d\x77\x64\x27\x59\x17\x74\x68\xa7\x93\xd0\x3f\xf4\xe8\xda\xb9\xa4\x95\x72\x7f\xda\x4c\xb2\x91\xff\x37\x9c\x48\x9e\x76\x68\x57\x72\x32\x91\xa8\x8d\x1b\x81\x71\x33\xda\x48\x35\x6a\x8c\x8b\xba\x41\x80\x51\xc7\xf1\xfb\x7b\xe8\x82\xa1\x66\x28\xe4\x76\x6e\x4f\xb9\xd6\x4a\xa3\x2e\xbe\x3b\xd6\xc0\xa2\x29\x30\xf4\x7a\xc3\xb0\x89\x20\x74\xfc\xb0\x45\xcb\xb3\x7d\x2a\x1f\xb7\xeb\x4e\x50\x95\x06\x1e\x01\xf6\xa1\xde\x81\xb9\xcf\x46\xc0\x6e\xe9\x1f\xac\xd3\xda\x74\x4c\x16\x82\xed\x37\xa6\xdb\x6d\x9c\x82\x60\xd8\x10\xfc\x97\x7c\x86\x64\xa0\x38\x69\xb4\x6d\xf5\x07\x6b\x20\x30\x1f\x3a\xdb\xc8\xc8\xf2\x47\xf2\x83\xa4\x6d\x90\xe4\xa3\x60\x58\xa0\x22\x04\xb5\x0b\x83\xc4\x23\xd1\x66\x3b\x45\x8e\x76\x7d\xeb\x2b\xcb\xd1\xe5\x86\x38\x28\x5a\xb1\x12\xd5\x54\xa8\xd1\x90\x22\x6f\x83\x51\x1b\x87\xa8\xaa\xaf\x06\x09\xce\x87\xb1\x18\xb0\x21\x4e\x63\x6d\xa8\x31\x9b\x27\x5c\xa9\x11\xec\x09\x92\x68\x8e\x15\x7e\x52\x9c\x20\xd0\xfa\xc8\x09\x95\xea\xdd\x25\x18\x93\x7c\x24\xe9\x98\xef\xee\xf4\xff\x96\x46\xa9\xd1\x7a\xf5\xe4\xa8\x85\x39\x4e\x56\xaf\x45\x33\x91\x46\x65\xa1\xc5\x2a\xbb\xd7\xea\xc7\xeb\x99\xed\xea\xda\x72\x10\x7c\x66\x84\x5f\x93\x55\x1f\x95\x12\x78\xd5\xd7\x5b\x92\x7c\xbc\xcc\xc9\x0a\x27\xb0\xaf\x66\x75\x61\x90\x7a\x74\x8e\xf8\x87\x40\xbe\xd3\xbd\xdb\x18\xb4\xaa\xb6\x3e\x4b\xfe\x3f\x49\xf2\xf1\x9c\x6c\x7a\x27\x42\xcb\x91\x15\x61\x70\xfc\x9d\x04\xc2\xa3\x1e\x9c\xfd\x74\xb0\xcb\x4d\xc9\xc8\x46\xc6\x51\xa5\xd9\xaa\xe9\xe2\x0f\xe8\x66\xf6\xe2\x76\x57\x11\x65\x0b\xe1\xfe\x4b\xf1\x63\xf5\x24\x78\x29\x8c\x3e\x94\x7b\x9b\xbe\x00\x83\x4d\x8e\xdc\xa1\xad\x29\xf5\x91\xdc\xe5\x21\x37\x07\x46\xe6\x9b\x1a\x9b\x8c\x0e\xf2\xc4\x20\xf2\x08\xe7\x03\x36\x74\xf7\x0f\x9f\xc3\x48\xab\x6e\x43\x20\xb6\xba\x41\xfb\x52\x7d\x8d\x78\xa1\x91\xc3\x99\xdc\xb4\x84\x67\xe0\x9e\xad\xa3\xa9\x5e\x41\x2b\x15\x04\x5f\x3d\x4c\xb5\xce\x9c\xa1\xc5\x7a\xd1\x20\xd6\x0b\xa3\x84\x26\x2d\x3f\xa0\x84\x3f\x16\xa2\x71\x2c\x20\xe8\xc3\x10\x2b\x27\x85\x01\xb7\x47\x38\x29\xd6\x51\xc4\x6e\x0c\x7f\xb2\x5f\x42\xc3\x01\xad\x97\xdf\xae\xfe\x1b\x41\xa0\x87\x52\x84\x6d\xe3\x85\x27\xa5\x17\xef\x02\xaf\x50\xa2\x5c\xd9\x7f\x71\x96\x80\xeb\x6f\x48\xb0\x75\x2b\xb4\x79\x0c\xeb\x25\x5d\x8a\x43\x25\x21\xd6\x4b\xa8\xf7\x45\xb1\xda\x97\x42\xe7\x6a\xdd\xfc\x2e\xd4\x77\xa9\xe0\x9c\xf1\x1d\x08\x08\xb7\x2a\x62\x91\x51\x54\x5d\x25\xa3\x8f\x57\x0b\x9e\xad\x0a\x3e\xf4\x45\x1c\x66\xf6\x17\x9c\x93\x4c\x9c\x2d\xb2\x23\xc6\xe6\x0d\xd1\xf3\x98\x4e\x0f\x03\xd2\xd6\xef\x8c\x66\xf1\x18\x93\xee\x15\xb9\xf6\xc5\x52\xb4\x4c\xd5\x2b\xc5\xae\x92\x6c\x5c\xfe\x06\xf9\x9e\x80\xe5\xd3\x89\xdc\x1a\x1a\x4a\xed\xc7\xaa\x6b\x25\xdc\x9d\x9e\xeb\x8f\xe3\x0b\x3a\x23\x3c\x6f\x04\x30\x4d\x72\xf5\x55\x73\xcd\x49\x36\x22\x69\xbd\x7c\x5a\xfa\xa2\xca\xa6\x89\x94\x6c\x9b\x80\xc2\x97\x3a\x4a\x2c\x1b\x91\xcf\xe3\xc7\xfd\xcb\x2a\xb9\x7e\xbd\xad\xd9\x2d\x66\xd1\x5d\x64\xf9\x94\x4e\x84\xcb\x78\x87\xb0\x23\xd1\x69\x36\x02\x32\x89\x12\x55\x4f\x2b\x38\xd5\x28\x6b\xaa\x95\xbb\x92\x91\x4f\x9f\x29\x5a\x6c\xd8\x15\x50\xbc\xf4\x25\xfe\x96\x98\xc2\x1b\xa1\x26\x66\xd6\x8c\x91\x0e\xf0\x3f\x26\x57\x6c\xb1\xaa\x77\xe6\x63\xbd\x67\x62\xca\x99\x10\x2b\xa6\x9b\xf9\x58\xaf\x76\x45\xb3\x71\x4c\x6c\x5e\xbe\xb3\x45\x16\x93\xae\x5b\x8e\x31\xe9\xfe\x7b\x41\x16\x24\x87\x14\xec\xf9\xcd\x1c\x7c\xaf\xfe\x5b\xbe\x2a\xf3\x05\x72\xf7\xd7\xf7\x9b\x1f\x9e\x2c\x41\x4d\xc3\x93\x6c\xcc\x66\x21\x2a\x9e\x2c\x8d\xb7\x4a\x88\x8a\x0f\x56\x1b\x1b\x74\x03\x1c\x04\xa8\x55\x87\x6c\x52\x92\x0c\x5c\x0a\x44\xed\x7c\x7a\xc1\x93\x2c\xa7\xf6\x1d\x38\xf3\x05\x38\x00\x87\x80\x33\xf3\xcb\x24\x7f\xc3\xc9\xb0\x65\xf1\x37\x99\x49\x94\xeb\xbb\x71\x30\xce\xf1\x52\x3f\x42\xcb\x91\x6b\x90\x65\xaf\xe5\x2a\x8f\xfc\x01\x63\x31\x29\x30\xcb\x0e\xb2\x71\x85\xe9\x67\xb1\x50\x06\xd5\x93\x74\x91\x4f\xf7\xf2\xbb\x6c\x74\x7a\x95\x13\x7e\x43\x78\x2e\x39\x6b\x59\x49\x76\xef\x42\x05\x8b\xe7\xdd\xd2\x6f\xf3\xf5\x98\x88\x29\x1b\x47\x01\xcb\x74\xd8\x04\x80\x56\x69\xca\x74\x7a\x0b\x4c\x1b\xc8\x56\x1c\x27\xf7\xf7\x6b\xda\xc6\xe0\xfa\xe2\xb9\x09\x2d\xfc\x89\xc1\x17\x59\x65\x4e\x94\x46\x3f\x35\xf2\xa3\x32\x81\x80\x98\x3f\xbe\x28\xe9\x41\x02\x1f\xb2\x2a\x28\x7f\x5a\x8d\x5a\x7a\xb6\x7d\xbd\xe5\xb7\x19\x64\x5e\x86\x9c\xc5\xbd\x97\xd9\x8f\xe4\x65\x06\x6e\x66\x99\x0f\x39\xb3\x90\xc7\xb0\x90\xbb\x23\x96\x8d\x12\x11\x72\x84\x8a\x0a\x07\xa2\x5d\x95\xbf\x54\x56\x8a\xaf\x91\x4b\x6b\xa3\x54\x13\xba\x1f\x9b\xe5\x99\xc8\x56\xe7\x99\x40\xad\xac\x12\x73\x2a\xd7\x91\x66\xde\x26\x92\xef\xb9\x03\xb4\xcc\xfd\xd9\xea\x5c\x14\x39\x24\x0e\x59\x43\x56\x5d\x40\xf2\x7d\xea\xd1\x86\x3c\xf8\xac\x54\x76\x5f\x31\x0d\x45\xca\x46\xf1\x2d\x26\xdd\xdb\xf8\x00\xc8\x39\x4a\x66\x24\xa5\xff\x21\xf1\x27\xf9\x33\xc9\xa7\x84\xcb\x5f\xa7\x70\x58\xe8\x4f\xe7\xf2\x07\x18\xed\x4c\xee\xe2\x63\x50\xee\x8c\x09\xcf\x47\x8c\x93\x78\x0f\x0a\xce\xa9\x48\xa0\xe8\xbb\x35\x52\xe0\x35\x11\x2a\x03\xcb\xe6\x16\xc2\xae\xca\x7a\x01\x33\x7f\x3c\xe8\xdc\x07\xad\xa7\xc0\xd3\x41\xfb\x72\xf8\xf4\x5a\x47\x82\xcb\xba\x10\x12\x29\xec\x93\xe7\x98\xc4\xaf\x3e\xa9\x8b\x60\x75\x6c\x50\x1c\xec\x04\x08\xe1\x24\x7e\x1a\xee\xdc\x5f\xde\xff\xd6\xbd\xff\x2d\x47\xdb\x61\x17\xed\x3e\xbd\xc6\x79\xfc\x34\xfc\xdf\xfb\xdf\x9e\xa2\x70\xb0\xb7\xf3\x3f\x43\xf4\xf4\x1a\xa7\x4d\x20\xdd\xa5\x60\x82\xf5\x0a\x8b\x5f\xf1\x5d\xde\x15\xec\xfd\x7c\x4e\xf8\x7e\x92\x93\x10\x45\x41\xe0\x1a\xce\x55\x3d\xc1\x8e\xd8\xad\x29\x80\x10\x5e\xc4\x4f\xff\x57\x22\xa2\x51\xc0\xa3\xf8\x69\xd8\x45\x0d\xa8\x8d\x35\x6a\xf7\xbf\x75\x51\x38\x48\x76\xfe\x03\xd8\x4d\x9b\xb0\xf3\x84\x5d\x0f\xb9\xe0\x32\xd8\xae\x23\x88\x79\x6c\xe7\x68\xfc\x4a\x6c\x87\xd9\x6e\x56\xef\x05\xce\x9c\x86\xec\x69\xd0\x28\x6c\x49\x51\x0b\xe4\x2d\xdb\xe3\x05\x16\xae\xfb\x23\xec\xa2\xf6\x65\xda\x65\xf8\xa9\x47\x9e\xb1\x21\x8f\xd7\x32\x2a\x10\x9e\xc4\x4f\xa1\xb7\xbf\x8d\x87\x7a\x50\xb6\x65\xbf\xe7\xf1\xd3\x9d\xfb\xdf\xf2\xed\xa7\xd7\x78\xb6\x7e\x80\x26\x38\x78\xd2\xbf\x7c\xf2\xcc\x6b\x6b\x8e\x83\xcb\x00\x55\x86\x02\xdf\xb8\xb1\x97\xed\x2d\x7a\xbd\xfd\xde\xce\x6f\x8b\xde\xb3\x17\x6f\x81\xd4\xd7\xeb\xdb\xb9\x69\xea\x00\xc2\x57\x35\xfc\x25\xac\xbb\xf5\xb0\xae\x1c\xce\x65\x24\xdd\xe9\x79\xe9\xe7\xaf\xec\xb9\x4b\x41\x7b\x59\xfd\x97\xff\x0a\x07\xbd\x9d\x1f\x86\xdb\x30\x7b\xc0\x36\x4d\x6b\xa7\x69\x9c\xed\xce\x13\x9e\x93\xc3\x4c\x84\x19\xee\xf7\xd0\x4e\x3f\xe2\xdb\xdb\x98\xc5\xd4\x6a\x13\x77\xc5\x80\x0e\x8d\x76\x46\xab\x03\xd5\x0e\xe9\xc4\x53\xb6\xcb\x22\x2d\xb7\xb3\xdd\x40\x9d\xef\x41\x64\x35\xdc\x6c\x37\x08\x22\x9d\xba\x89\xa1\xc2\xd3\xf3\xde\x96\xcc\x47\xb6\xca\xda\x6b\x8e\xee\xef\xab\xa7\xee\xab\x67\x08\x2e\x6e\x55\x49\x67\x2a\x0a\xea\x51\xa5\x52\xb6\x55\x70\x1f\x21\x7c\x19\x12\x6b\x2f\xa4\x50\x40\x70\xcb\x09\x5a\x6e\x8b\xc7\x41\x59\x5f\x0d\xf3\xfb\xa9\x9c\x55\x5e\x99\x4f\x5e\x99\x3b\x30\xf5\x24\xde\xd7\x53\xef\x2b\xab\x7d\x3d\x2f\xf1\xe9\xd5\xaf\xc7\xde\xd7\x69\xed\xeb\x9e\xf7\x75\x56\xfb\xfa\xce\xfb\x7a\x6d\xbe\x72\x95\x0c\xb0\x1a\x4b\xba\xab\x08\xd0\xe9\x34\x6d\xc3\x94\xe4\xa1\xfa\xee\xc8\x8a\x97\xb7\xd1\x72\xc4\xb2\x09\xbd\x5e\xd8\xed\xd8\xdf\x9c\xfb\xf8\x96\x53\x41\xcc\x27\x38\xa7\xdc\x16\x7d\xa0\x1d\x08\x0b\x9c\xb2\xd1\x67\x01\xfa\xc2\x8c\xdd\xad\xb9\x1c\x28\x0a\x6c\xce\xc6\x3f\xd2\xc1\x73\xdb\x41\x77\x0c\xff\x11\x78\x9f\x1c\x3c\x73\x8e\xff\x11\x70\xa7\x16\x9c\x3b\xee\xff\x08\xbc\x3d\x0b\xcf\xf0\x12\x7f\x04\xda\xb1\x83\x66\xb9\x8f\x3f\x02\xef\x9d\x81\x07\x76\xf8\xad\x1a\xef\xd7\xc8\xda\x7d\x35\xcd\x9e\x63\x4e\x2a\xd9\x13\x48\xa1\xd4\x48\xb5\xaf\xe5\xec\x0b\xb6\x44\x93\xa8\x2f\x06\x64\x58\xd8\x4c\x14\x86\xd3\x35\xae\xca\x24\x1b\x31\x90\x60\xbf\x5a\xe7\x0e\xb5\xde\x91\x4a\x21\x16\x1a\x3b\x9c\xcd\x53\x17\xdc\x7e\xc5\xf7\xba\xd6\xd2\x04\x0f\xbb\x5a\x4c\x26\x84\xc7\x44\x87\x4c\x93\x7c\x68\xaf\x50\xfd\xb0\x8a\x61\xf2\xea\xd9\x37\xdf\x78\xe1\xbd\x40\xd6\x0d\x3f\x9c\xce\x65\xa9\xb6\xdc\xae\xda\xec\x86\xf0\xf6\xf7\x3b\x57\x54\xe4\xdd\xf6\x4f\x4c\xb4\xc1\x16\xe2\x83\x09\x3d\x45\xee\x45\xed\x40\xd9\x79\xf6\xe3\x8f\xdf\xb7\x3c\x24\x6c\x64\x61\xa7\xec\x7f\xf6\x32\xab\x5f\x14\x64\xce\x70\xba\x24\xe9\xd1\x49\x18\x64\x0b\x39\xf1\xdc\xf9\x48\x3b\x1d\xfa\xea\x59\xff\xc5\x77\x2f\xbe\x7f\xfe\xed\x8b\xef\x9a\x3a\x41\x78\x92\x8d\x55\x07\x9e\x3f\x2b\xf5\x80\x42\x0f\x6a\x18\x52\x15\xa1\x57\x11\xcb\xff\xaa\xf0\x2b\xe6\x2a\xad\xbd\x26\xde\x4e\xdf\x04\x0f\x56\xa5\x06\x64\xbb\x3f\xac\xe1\x11\x5c\xf0\x3b\x9a\x5d\xb7\x05\x6b\x43\xf5\x36\xd3\x78\xd1\xac\x3d\x67\xf3\x45\x9a\x08\x32\x6e\xe7\x29\x13\x90\x12\x92\x24\xe3\x36\x9b\xb4\x93\x36\x27\xa0\x28\x50\x9f\xba\x41\x09\x5b\x68\x29\x16\x45\xc3\x34\xbd\xf9\x8a\x53\x74\xff\x10\xf2\x11\xbf\x7e\xff\x93\x9b\x96\xea\xe7\x56\xbf\x05\x9f\x5d\xd2\x12\x83\x51\xca\x6e\x77\x52\x72\x43\xd2\xaf\x88\xd7\xb9\x48\x46\x1f\x63\xf9\x97\xf1\xc4\xdd\x8a\xb9\x17\x2b\x55\xfb\x89\x3c\xea\xe2\xc1\x50\xad\x11\xd0\x40\xf6\x8c\x7a\xff\x26\xe1\x4b\xf9\x26\x12\x18\x8a\x45\xbc\x80\xd1\x96\xb3\x51\xf8\xb1\x48\x6c\xdd\xed\xed\x16\x49\x73\xa2\x2d\xaa\xf9\x40\x0c\x5b\x0e\x6e\x56\xf8\x3a\x7e\x80\x38\x10\x43\xb9\x3c\x8b\x31\xe1\x64\x52\xbd\x05\x50\x25\xc8\xb0\x18\x73\x36\xb7\x8b\xda\xbc\x8d\x2d\x60\x0f\x75\x52\x14\x1b\x66\x0a\x1d\x98\xf8\xd4\x37\x64\x14\x93\x02\x82\xe6\x79\xd7\x97\x90\xd3\xd4\x7c\xb7\xb7\xe9\x05\x3c\xbc\xe5\x6c\x56\xcb\x7f\x5a\x29\x4b\x4c\x61\x9f\x15\x5d\x51\x14\x73\x84\x8a\x11\x9b\x9b\x10\x6a\xfa\xb3\xa4\x8d\x7d\x26\xc3\x02\x4e\xa9\xb3\xe4\xb6\x52\x0a\x62\x68\x5f\x13\x01\x5f\xca\x04\xd4\x15\x55\xd4\x44\x57\xc5\x86\x1d\x2a\x52\x92\x85\xb5\x2a\x66\xa9\x17\x66\x5a\x89\xea\x8c\xce\xd8\x78\x55\x96\x32\x4f\x79\x94\xd3\xd9\x3c\x25\x3b\x63\x36\x7b\xea\x22\xe4\x7d\x79\xcd\x51\x4e\xb8\x0a\x71\xf9\x7a\x41\xd3\xb1\x7f\x77\x50\x72\x55\xea\x4e\x18\xd7\xe1\x30\x95\x2a\x16\x3e\xcb\x33\xf1\x84\x8d\xc9\x9b\xd3\xe3\x0b\x4e\xc8\x3e\x73\x47\x4c\x39\xf1\x6c\xd6\x56\xaa\xa3\xbc\x2d\xba\x0d\x85\xab\x93\x4d\x45\xa6\x24\xa0\xfb\xb4\x97\xd1\x08\x66\x10\x11\x8b\xf9\xfb\x9c\xa4\x24\x37\xbe\x57\x21\x5a\x16\x34\xcb\x09\x17\x3f\x5f\x1c\x1f\xbd\x36\xa1\x6a\xb8\xb5\xe2\x53\xd3\xc0\x10\x51\xc7\x38\x3f\x4b\x6e\x65\xf1\x73\x1d\x52\xce\x39\x88\x41\x44\x2f\xc2\x85\x06\x44\x31\x47\x58\x45\x2d\xdd\x67\xd9\x88\x13\x41\x5e\xb3\x45\x36\xce\x21\xb0\x10\x45\x85\x02\x67\x70\xa9\x4c\xa1\x4a\xa3\xae\x94\xec\xc8\x9e\x10\x9c\x5e\x2d\x04\x31\x63\x09\x0c\x8a\x7b\x2b\xdf\xc9\x69\xb4\x8a\xc2\x59\x83\x6b\xa0\x22\x37\xf3\xc8\x7d\x42\x6e\x75\xb3\x7a\x84\x2b\xdb\xd8\xca\x94\x14\x6e\x66\xa4\x6c\xf4\xf1\x0d\x99\xc3\x9c\xbf\xbc\x64\x73\x92\xc1\x2b\x65\xe6\xb3\x14\xc9\xf5\x49\x32\x23\x11\x51\xbb\x5b\x97\xa8\xd6\xe0\xcc\xbd\x38\xbc\x38\x3a\xd0\xea\xec\xe0\x7c\xff\xec\xf0\xdd\x85\xfd\x75\xf1\xab\xfe\x64\xcc\xfd\x56\xb5\xba\xbd\x6d\x22\xd5\x26\xf3\x39\xc9\xc6\xfb\x6c\x06\x54\xfc\xf0\x97\xed\xab\xe8\xc9\x52\x14\x7f\xf9\x80\x0a\xe8\x46\xb7\x84\x5d\x71\x79\x39\x4a\x59\x4e\x36\x44\xd6\x40\xf0\xeb\xe0\xc7\xf5\x60\x67\x67\x55\x1f\x56\xf5\x60\xc7\xf5\xa0\x30\x5f\xe5\xbc\x34\xe7\x87\xc1\x97\xaf\x24\x6e\x0c\x26\x66\x06\x35\xf3\x0b\x50\x93\x3f\xcc\xed\xbc\xe9\x5d\xa9\x09\xa3\xe8\x6d\xc2\x2d\xf8\xcb\x75\x3a\xe3\x7f\x09\x90\x6a\x6b\xef\xb5\x01\x68\x0d\xd7\x8d\xfd\x5f\xf0\xa3\x2a\x44\x5f\xed\xf4\x51\x20\x38\xd8\x76\xe9\xdd\x99\x6e\xf7\x31\xdd\x7e\x8e\xe0\xd0\xf8\xf0\xa3\xb8\x62\xe3\xbb\x57\x92\x01\xfc\xf1\xa9\x7a\xfe\x80\x8a\x00\x2a\xec\xae\xc0\xa2\xfd\x97\x00\x45\xab\xb1\x67\x0f\x61\xef\x9f\x1d\xd5\x25\xec\x93\x14\x67\x98\x21\x3b\x06\x17\xe4\x93\xa8\x8e\x81\x28\x8f\x01\xe6\xd5\xac\x18\x4b\xfd\x25\x12\x58\x1e\xa7\xe7\xf4\x2a\xa5\xd9\xb5\x1c\x3b\x52\xf1\x8f\xe0\xbb\xa2\x9b\x26\xb9\x80\x40\xbb\x11\xef\xce\x39\xb9\xa1\x6c\x91\xeb\x2a\x85\x76\x74\xd5\x9a\x1d\x3b\xd0\xa2\x34\xd0\xc2\x1f\x68\xb1\x5b\xa6\x91\xee\x40\xb4\x01\x71\x43\xde\xe9\x3c\x07\x7e\x44\x9e\x4c\x17\x77\x73\xa2\xd3\x57\xd4\xcb\xdf\xff\x25\x40\xb8\xb1\x21\x54\xc0\xba\x71\x7b\xb2\xb5\x3a\x9a\x26\x65\x42\xcb\xb9\x40\x8d\x01\x43\xe9\x83\x86\x5c\x06\xd4\xfc\xb6\x90\xeb\xbc\xb6\xe9\x9a\xc9\xd7\xe9\x04\x17\xaf\x4f\xdf\xfc\x1a\x18\xfe\x5a\xb7\xd0\xd5\x43\x29\xbf\xff\x7c\xb0\xf7\x66\xdd\xf7\xb7\xa7\xa7\x17\xab\xbf\x2b\xc4\x7d\x24\x02\x98\xcf\x01\xf2\xdc\x90\x9d\x47\x35\xcd\xae\xad\x59\x87\xba\xcb\x33\xd5\x40\x2d\x67\xfa\x58\xee\x54\x21\x45\x8a\x33\x32\x63\xde\xc1\xe1\x1b\x97\x2a\x37\x8a\x90\xc7\xea\xea\x4e\x4e\xc0\x31\x9b\x45\x99\x9a\xa6\x98\xc6\x59\xe5\xd8\x09\x94\x93\xb2\x5b\x14\xb4\x7c\xe0\x04\x72\xcd\x04\x58\x20\x9c\x95\x0f\x41\x79\xd4\x71\x83\xe4\x2a\xac\xea\xc2\x04\x03\x29\x70\x67\xc4\x66\x73\x9a\x96\x65\x5f\x3f\x88\xd7\xac\x96\xa7\xd5\xfb\x3d\xe7\xec\x9a\x27\xa5\x22\x46\x94\xde\xc4\x9a\xc4\xf7\x27\x32\xb3\x64\x29\x05\xc0\x28\x00\x4e\x38\x50\x0a\x8b\x88\x94\xbd\xbd\x2b\x45\x95\x86\x62\x67\x65\x8d\xbc\x56\xc3\xe6\xcd\x9f\x11\x91\x34\x55\x49\x6b\x55\x98\x98\x4a\x1a\xd5\x8b\x2e\x6a\x45\xd3\xe4\x4a\xca\x43\xb6\xe8\x67\xf0\x7d\x7a\x50\xce\x45\x22\x60\x10\xf3\xf8\xef\xf6\x6d\x72\x95\x92\xf8\xbf\x25\x73\x28\x12\x41\x47\x2e\x61\x7f\x99\x37\xbc\x49\xf8\x00\x68\x3e\x8c\xe1\x40\xd2\x7b\x1b\x31\x47\xce\x3e\x4c\x49\x07\x32\x62\x78\xe4\x85\x86\x8b\x12\xac\x12\x4a\x46\xb9\xb7\x41\xb2\xdd\x41\x4e\xc2\xef\x7b\x38\x47\x78\x42\xc2\x65\xb9\xc6\xfd\xfd\x08\xa7\xc9\x1d\x5b\x88\x88\xe1\x44\x08\x9e\xab\xa0\xfb\xf3\x84\x27\xb3\x3c\xe2\x78\x9a\xe4\xd3\x28\xc3\x57\xf2\xe0\xcd\x23\x5a\xa0\x61\xe4\xe0\xcd\x1a\xe1\xad\x01\x93\x08\x48\xf2\x15\x6d\xf5\x7c\x88\x85\xcd\x4d\x7a\x0e\xf4\x81\x53\xfe\x9f\x54\x4c\x15\xbf\x7f\xd9\xf4\x39\xbe\xf3\x69\x3e\x8e\x6f\x09\x98\x60\x8a\x24\x1e\xc9\x27\x33\x5d\xf4\xfd\x69\xfc\x4e\xbe\x5c\x43\xf7\x76\x16\xbf\x23\xe1\xdf\xcf\x4f\x4f\xba\x70\x57\x20\x37\x60\xdf\x71\x6c\x91\xdd\xf2\x64\x6e\xd2\xb3\xa0\x30\x73\xa9\x8d\x50\x37\xc9\x8f\x80\x84\xc6\x5b\x13\x62\x8e\xab\x57\x6f\x19\xbf\x48\xae\x55\xcc\xda\xbb\x4c\x24\x9f\xf6\xd5\xe8\xc9\xc6\xf7\x59\x26\x4a\x16\x36\x9e\x80\xb0\xd4\xcb\x34\x22\x58\x39\x35\x46\x02\x02\xb2\x36\xd5\x29\x6d\x60\x36\xa5\x58\xab\x12\x98\x21\x48\x98\xdc\xa8\xaa\x3b\x1d\xb9\x6d\xff\xc7\xf4\xd4\x36\x2a\xdf\x9e\x92\x50\xfe\x51\x2e\x52\xc8\x60\xc1\x01\x8b\xbf\x53\xd1\x8c\xfc\xc3\x68\xac\x6e\xf0\xdc\x35\x88\xca\x9d\xde\x63\x5f\xa1\x39\xbf\x7f\x8a\x36\xe5\x46\xcd\x0c\x6a\x18\xb0\x9f\x31\xe9\xbe\x51\x32\x94\xfa\x4a\x2e\xe8\x8c\x98\xec\x21\x6f\x48\x4a\xae\x55\x82\xf3\xe3\xc3\x93\xc3\xe3\xbd\xa3\xcb\xfd\xbd\x77\x7b\xaf\x0f\x8f\x0e\x2f\x0e\x21\x55\xe6\x9b\x83\xb7\x7b\xef\x8f\x2e\xaa\xaf\xff\x4e\xc5\x3b\x85\x60\x43\x9b\xa4\xbb\xee\xdb\xc1\xf1\xbb\x8b\x5f\x2f\x5f\x1f\x9d\xee\xff\x43\x42\xfa\x27\x97\xac\xc4\xd8\x48\xa0\xa4\xfb\x2e\xe1\x52\xd2\x7c\x23\xf7\x33\x30\x08\x02\x4d\xa5\x14\xa8\xc7\x47\xf4\xca\xa4\x62\xd7\x9d\x91\x15\x4e\x4e\x4f\x0e\x62\xd2\x7d\x7f\xa2\xb2\xff\xbe\x91\x9d\x01\xea\x94\x55\xa0\x8d\x3d\x59\x8e\xef\xb2\x64\x46\x47\x6a\x05\xc8\xb5\xae\x5f\x5c\x24\xd7\xf2\xd7\x9c\x93\x79\xc2\xc9\x1e\xbf\x86\x8d\x40\x2d\x24\xf3\x2b\x31\x87\xe7\xcf\x8c\x7d\x84\x1c\x7d\xea\x4c\x34\x3f\x35\xa8\xf3\x11\x9b\x13\x57\x7b\x3f\x81\xdc\x4f\x5b\x7d\xac\x22\x37\xaa\xd2\xe6\xab\x49\x5a\x20\xdf\xdc\x2a\xd2\x80\x9a\x9d\xa6\xe9\x1b\x65\xfd\x14\x6d\xf5\x0b\x6d\xbd\x53\xc5\xbe\x5f\xc2\xbe\x5f\xc6\xbe\x5f\xc2\xbe\xff\x48\xec\xfb\x6b\xb1\xef\xd7\xb0\xef\xaf\xc3\x7e\xc5\x6c\x1b\x69\x09\x76\xdc\xa8\x91\xa6\x19\x98\xad\x15\x2a\xae\xff\xcf\x24\x9d\x9b\x5c\x76\x74\x12\xba\x12\x5d\xff\xbb\xb9\x85\x5d\xf1\x19\xaa\xb7\x6c\xfc\x1c\x90\x70\x6a\x9a\xe0\xf7\x99\xca\x9e\x4e\xc6\xed\x29\xd4\x6a\x87\x52\x86\x69\x4f\x38\x9b\xb5\x9f\x2c\x61\x1f\x56\x3c\x02\x9d\xdc\x85\x02\x15\xa8\x1d\xfa\x8d\xb4\xd5\x82\x26\xe3\xb6\x0d\x24\x8d\x3e\xb8\x00\x09\x45\x4d\xe5\xbb\x9f\x64\x7f\x15\x6d\x7d\x5e\xb4\x95\xa1\x95\x69\x5a\x9e\x2d\x2a\x1f\x4c\x0e\xf9\x2f\xd8\x42\xb4\x93\xac\x0d\xea\x22\x1b\x18\xbd\xcd\x26\x6d\x1f\x83\x00\x69\xa2\x99\x20\xb0\xab\xc9\x66\x4a\xac\x24\x5c\x09\xc4\x23\x48\x67\xe2\xc3\x6e\x4c\x3c\xd3\xd0\x97\x21\x9f\x6d\xfe\x91\x04\x34\x58\x58\x12\xda\x73\x79\x35\x0d\x6d\x91\x95\x44\x2c\x03\x79\x04\x15\x6d\xee\x83\x8d\xc9\x68\x9b\xfa\x32\x74\x74\x08\x3c\x92\x90\x16\x0f\x4b\x49\xbd\xcf\xaf\xa6\xa3\x2e\xb0\x92\x8a\x3e\x80\x47\xd0\x70\xae\xaa\x6d\x4c\x41\xdd\xcc\x97\xa1\x9f\x69\xfc\x91\xd4\xd3\x38\x04\xa8\xd0\x1c\x9b\xdc\x15\xcb\x34\xd3\x1f\x90\xaf\x81\x2c\x7d\x09\x09\x6a\xd5\x91\x54\xe8\xed\x08\x3a\x23\x6d\x9b\x67\xad\xcd\xc9\xbf\x17\x94\x93\xbc\x19\x27\x0d\x30\xf0\x23\xaf\x4f\x2d\x7b\xea\x52\x34\x72\x2c\x99\xdc\x68\xc9\xc9\x84\x70\x4e\x78\x94\x15\x45\xac\xc2\x57\xd5\xd7\x41\x86\x3c\x31\x82\xda\xe0\x46\x20\x46\x68\x51\x81\x61\x4f\x9e\x48\xca\xf2\x44\x5e\xc4\xd4\xb0\x4e\x9b\x14\xbf\xbf\x1f\x79\xd8\x7b\xf7\x27\x83\xb9\xe4\xb2\x72\x12\x3e\xef\xa3\xa1\x2b\x31\xf7\xb4\xbb\xf2\x63\x0f\xd7\xee\x14\x25\x63\x07\x26\x97\xf9\xf9\x2c\x49\xd3\xc3\x4c\x40\xa8\x08\x2d\xb6\x49\xf1\x75\x4c\x21\x5f\xa2\x11\xdd\xa2\xfa\x45\xb2\x2e\x3c\xe7\x74\x46\x05\xbd\xf1\x0a\x43\xc0\x78\x87\xcf\xcc\xa8\x9d\x74\x67\xb9\x91\x5f\x32\x25\xbf\x50\x27\x56\x49\x19\xa8\x07\x5d\x0a\xce\x61\x30\x25\x07\x10\xe0\x65\xa5\x82\x13\x78\xfa\x05\x94\xee\x7f\x0b\x72\x3f\x09\xfb\x8a\x1e\xdf\x62\xd1\x7d\x72\xd3\xf3\xa9\x72\xe3\xcb\x01\xb2\x9d\x6f\x7e\x80\xb2\xdf\x7c\x8f\x13\xe0\x8d\x45\x08\xbf\xbf\x2d\xd5\xba\xae\xd6\x6a\xc4\x4b\x68\x41\x4c\xca\x66\x4e\x16\x53\xa8\x3d\x7b\x81\xd5\x20\x3d\xfb\x46\x75\x4c\x65\xe4\x0f\xe0\x19\x38\x7e\x98\xd6\x20\x7d\x05\x48\xa1\xf0\x02\xfe\xbc\xe8\xe9\x2e\x79\xf8\x5c\x79\xa3\x7f\x1b\x92\x4e\x87\xe8\x54\x29\x17\x72\xea\xa8\xda\xcf\x54\x3b\xef\x16\xf9\x74\xdf\xce\xaa\x00\x13\x1f\xce\x9d\x07\xc7\xd1\xbc\x5e\xa5\x19\x4b\xe8\x4e\x1d\xb9\x4b\x1b\x38\x4d\x11\x86\x08\x22\x25\xd6\x22\x2e\x21\x09\x0a\x1f\x6d\x87\xc3\x62\x1b\x4c\x81\x63\xaa\x5c\x47\xe3\x38\x66\x66\x4d\xdd\x19\xf5\x69\x12\x0f\x54\xde\x03\x75\x7f\x0d\x28\x23\xcc\xd0\xd2\xbd\x78\xfe\x83\x97\x3c\x40\xe7\x24\x81\x64\x24\x5e\x91\xe7\x72\x5e\x4c\xe6\x98\xef\xe4\x08\x61\xf7\xa1\xff\x03\xce\x06\xf9\xd0\xe5\x0c\x70\x9f\x1a\x88\xe2\xd7\x6c\x1a\x42\xf7\xf5\x99\x44\xb2\xd3\x71\x2f\x5e\xf4\xca\xed\xca\x5f\x25\x8b\x36\x67\x49\xb6\x2b\xc7\xf2\x39\x36\xaa\x1d\xad\xab\x57\x38\x98\x95\x86\xa2\xb9\xd2\xcc\x55\xac\xd1\x4c\xea\x63\xcc\xe3\x5e\x8b\x84\xbe\xfe\x29\x43\x4b\xed\x21\xb2\x84\x38\x5a\x11\xc1\x23\x93\x79\x2f\xc3\xa0\xb1\x89\x82\xfd\xa3\xbd\xf7\xe7\x07\xc1\x36\xdf\xde\x56\x06\x31\x3a\x18\x9e\x44\xe9\x07\xac\x86\xfe\xdb\xef\xd5\x5a\xd3\xd3\x0d\xb2\xc8\x1c\xc9\xea\x79\x80\x5c\xce\x65\x2a\x77\x61\xa1\xb5\xec\x3d\xbc\xd3\x47\x28\xb3\xdd\xff\xf6\x3b\xbc\x08\x69\x17\x1a\x45\x98\xaa\xc0\x5e\xde\x28\xb2\x58\xd8\xa0\x73\x2f\xd9\xab\xb8\xf7\x92\xed\xec\x98\xe0\x7a\x62\xc0\x86\x2d\x07\x2b\x38\x52\xca\xa6\xc4\x80\x93\xb8\xbd\x90\xb8\xaa\xe4\x1e\xb2\x83\x21\x42\xb8\xb7\x15\xc7\xac\xd3\x71\x15\x5f\xe0\x45\x18\x1c\x9c\xbc\x81\x34\x4c\xd6\xb6\xb4\x0a\x56\x95\xd0\x3d\x65\x73\xd3\x51\xf9\xe2\x3b\x39\xa6\x59\xc5\xd6\x0f\x9c\x2a\xa5\xf8\x22\xf0\x15\x1b\xc3\x9d\x3a\xc1\xcb\x11\x5b\x64\x22\xca\xb0\xf6\xf0\x90\x5b\x9f\x08\x51\xcb\xdf\x5e\x7c\x32\x62\xbb\x34\xbf\xd5\x48\x1e\x9e\x1c\x5e\x1c\xee\x1d\xc9\x59\x46\xb1\x1a\x8d\x0c\x61\xae\xb6\x2e\x8b\xeb\xdb\xc3\x93\xbd\xa3\xa3\x5f\x2d\x7a\xb0\xcf\x95\x8b\xf8\xb0\xdc\xc6\x59\xea\xdb\xb0\x62\xa0\xe8\x75\x89\x4e\x2e\xf8\x42\xee\xe4\x74\xf2\x36\x49\x73\x02\x8b\xbc\x65\x0d\xd1\x4a\x3d\x0f\x8d\xc5\x28\x51\xf3\x47\x75\xe5\xe8\xfc\x40\x76\x42\x63\x0e\x63\x60\xb1\xae\x60\x0a\x45\xad\x19\x5e\x26\xf7\x3c\x18\x9d\x4c\x0e\x27\x29\x8a\xb2\xa9\xa4\x39\xda\xb5\xf6\x35\xca\xb0\xd2\x10\x45\x56\x4d\xb1\x9c\xb1\x31\x89\x28\x64\x1e\x11\x49\x26\xf2\x88\x15\x85\xc4\x3f\xbf\xa5\x62\x04\x89\x50\xe6\x68\x39\x4a\x72\x62\xf6\xea\x48\xb7\x7d\x18\x12\xdc\x14\xfe\x83\xcd\xfb\x95\x8b\x13\xb1\xbb\x1f\x89\x22\x14\x08\xb5\x00\x90\xea\x4c\x64\xa7\x17\xcc\x51\x68\xa9\xaf\x4b\xf8\x03\xef\xca\xe5\xee\x6d\x68\x0b\xda\x21\xf2\xcb\x99\x97\xa6\x58\x75\x5f\x5a\xd5\x07\x7d\x23\xf1\x3b\x15\xea\x06\x46\x0e\x51\x1f\x45\xfb\x45\x48\x0d\xf2\x3f\x11\xe1\xd2\xc0\x82\xfc\xee\xb5\x0c\x43\xc1\x9a\x40\x26\x4c\x83\xfc\xe1\x45\xf4\xc3\x37\x10\xf8\xa0\xd4\x61\x22\xca\x98\x6d\x04\xeb\x59\x2f\x7a\xd6\xf7\x61\x19\x17\x70\x4f\xab\x48\x3e\x4d\x93\x45\x0e\xb1\x1e\x84\xcf\xf8\x1d\xab\xd9\xf1\xb6\x44\x01\xf9\xa6\x3e\xf0\x8d\xa4\x6b\x34\x39\xa8\xeb\x9a\x4d\x02\xd8\x21\x44\x8e\x10\x24\x64\x58\x80\x0e\x15\xe1\x3c\xe6\x24\xe4\xfa\x27\x0e\x0e\x0c\xa3\x0f\x5a\xdb\xf6\x94\x24\x90\x5f\xf2\x8a\xb4\x93\xb6\x36\x93\x56\xd7\x9a\xfa\x87\x75\x66\xce\xed\x75\xa9\x97\x55\x1c\xa6\x79\x57\x69\xdb\xba\x4a\x0f\x6c\x54\xb9\x61\x8e\xb3\xfb\xfb\xc1\x10\x53\x9c\x60\x81\x0a\x35\xf3\x30\x41\x85\x12\x49\xfc\x3e\x1f\x66\x29\xcd\xc8\x8a\x4e\xcb\x95\x45\xa1\x00\x2c\xfe\xf7\x99\xe2\xe9\xc6\x70\x9b\x03\x30\x69\xb3\x65\x46\x15\x3f\x05\xc4\x21\x08\x66\x1a\x21\xf7\x62\x9c\x9c\x84\x14\xed\xd2\x28\x0b\x79\x09\xcb\x43\x4f\x65\xbd\x1a\x49\x29\x84\xc1\xb2\x94\xd4\x33\x93\xa7\xab\x77\x80\xae\xdc\x00\x8c\x7e\x9a\x3b\x14\xec\x45\xa6\x66\x97\x2d\xb9\x33\xb9\x2a\x82\x03\xe5\x10\x27\xf7\x91\xab\x94\xcc\x22\x89\x4a\x92\x52\x3d\x7a\x01\x86\xb5\x1a\xf5\x30\xc9\xc6\x51\xaf\x40\x91\x3c\x80\x70\x16\xc7\xf1\xaf\xbb\xa1\x0a\x5a\x62\x1b\x8a\x32\x73\xd4\xc8\x2d\xf1\xd9\x0f\xd8\xec\x05\x6a\xb3\xef\x6b\x0e\x6b\x58\x84\x46\xc1\x6d\xfb\x0f\x9c\x67\xbd\xdf\xd6\xdc\xb9\xca\x93\xda\x1b\x01\xcb\x99\x32\x79\x14\xe5\x92\x3b\x48\x63\x0a\xf9\xf9\x73\xbc\x88\x7b\x2f\x17\x3f\xa6\xc6\x3e\x71\xb1\xbd\x8d\x72\xb5\x1c\xaf\x42\x15\xd2\x38\x1d\x2c\x86\x3a\xc5\xa7\x3e\xc6\x46\xf6\x18\x1b\x17\xf1\x02\x72\x97\xea\x3a\x63\xc5\x30\x4c\xe3\xd1\x8f\x3f\xbe\x68\xb1\x4e\x27\x9c\xde\xc7\xdf\xa3\x16\x55\x4f\xdf\xa9\xcf\x93\x98\x6b\x0d\xeb\xde\xd9\xd9\xde\xaf\x20\x53\xa1\xe5\x24\xce\x06\x3d\xc7\x3f\xcc\xe3\x6c\xd0\x1f\xe2\x59\xdc\x7b\x39\xfb\x71\x6e\xf0\x9b\x39\xfc\x60\x64\x3e\xcd\x79\x80\xe7\x83\x99\xc7\xc1\xb9\xcf\xdf\xbf\xc0\x49\x38\x41\x38\x09\x53\x84\xa7\x92\xc4\x45\x69\xe7\xad\x30\x78\xcd\x73\xaa\xe1\xde\x48\xb3\x5e\xfe\x14\x13\x0d\x53\x8c\xc7\xf6\x46\xc5\xa5\x77\xad\x4d\x31\xde\x3c\xc5\xf4\x9a\x54\x32\x70\x3b\xbc\x38\x7d\x73\x1a\xb5\xc5\x94\xcb\x9d\xe2\x8a\x08\x41\x38\xaa\x4f\xbc\xb9\x5c\x32\x4e\x00\x84\xe9\x25\x25\x32\xb3\xea\xf5\x94\xd2\xdd\x7f\xa3\x94\xa7\x4e\xeb\xb1\x7a\xe5\x8f\xad\xa2\x3b\xe2\xe6\x3e\xca\x08\x73\x14\xc3\xa1\xcf\xcc\x7c\x4b\xec\x7c\xcb\xcd\xd6\x90\xc6\x99\x64\xbc\xb4\x33\x46\x6f\xf7\x5f\x61\xa6\x6f\x97\x90\x92\x9d\x16\x71\xd9\x89\x23\x41\xf7\xf7\x9a\xea\xc9\xae\x20\x61\x62\x8b\x27\x66\x97\x98\x93\x50\xbd\xc3\x4d\xd8\xa5\x0e\x3b\x58\x0d\xcc\x21\x65\xf0\x5c\x14\xe5\xed\x65\xa2\x2f\x1c\xc6\x9b\x10\x24\x03\x9b\x17\x4b\x0a\xbb\xd4\xd4\x85\xa4\xb9\xd7\x8a\x98\x55\x76\x9b\x37\x09\x66\xfc\x40\x32\x4e\x1e\x71\xa6\x21\xc7\x4e\x23\x61\x46\xc9\xce\x28\x5e\xb9\x08\x51\x1a\x0b\xd5\xf9\x02\xe1\x25\xfc\x5c\x48\x3e\x46\xcf\x55\x88\xc1\xe3\x0b\xde\xa3\xb2\x62\x61\xec\x2b\x1d\x26\x45\x9c\xe2\x79\x2c\x87\x64\x81\xf0\x4c\x1e\x5b\x14\x2f\x4a\xf1\x32\xb7\xe2\x78\xb2\xcb\xc2\x11\x1e\xe3\x09\x5e\xaa\x3e\xcf\x4d\x9f\x67\x05\x8a\x12\xf8\xd6\xf0\xa5\xa0\x93\xd0\x1d\x59\xe1\x6a\xe5\x8e\xfa\x19\xb5\xf7\x93\x2c\x63\xa2\x3d\xa1\x99\xaf\x48\x0c\xb6\xed\x51\xf0\xf0\xa9\xaf\xc3\xe8\xf9\x9e\x30\xd5\x88\x57\x5d\x36\x7f\xbe\xab\x99\x49\x81\xe5\x4f\xf8\xaf\x0f\xff\x3f\x83\xff\x9f\xa3\xa8\x54\xfe\xd9\xea\xf2\x95\x92\xfd\xa6\x92\x28\x2a\xbd\x44\xc5\x46\x37\x5e\x63\x7d\xd9\xf0\xae\xc9\xb2\x17\xf6\xef\x78\x59\x68\x9b\x8d\x45\x36\x92\x5b\xbb\xb2\xed\xb5\x16\xa4\x50\xc8\x5a\xd3\x42\x21\x8d\x07\xda\xe9\x17\xfe\x19\x6c\xb6\xac\x41\x6f\x88\xb5\xc5\x95\xaa\x6c\x1d\x61\xc2\x9e\xd7\xd4\x20\x1b\xaa\x38\x82\x45\x21\x2b\x5e\xc0\xcd\xe0\x3b\x67\xce\x70\x66\x77\x4f\x77\x83\x78\x7f\x0f\x7f\x2a\xb9\x04\x49\xab\xbc\xf6\x21\x9a\x24\x89\x07\x64\xe8\xe4\xc1\x86\x58\x78\xc4\xc9\xda\xcf\xb1\x18\xf0\xa1\x0b\x23\xee\x65\x9b\xfc\xe8\xb2\x4d\x6a\x5e\x2f\x73\xbc\x9e\xa7\xd1\x89\x8e\xa0\x60\x63\x90\x45\x79\x60\xea\x93\x8f\xd9\x93\x2f\x87\x93\x8f\xa0\x96\x4e\xa2\x98\x9b\x84\xa6\x4c\x9e\x7c\x59\xa7\x13\xa6\x70\xf2\xa9\x34\x94\xb5\xf3\x4e\xa0\xe5\x22\x16\xfe\x79\x37\x8a\x85\x3c\xef\xc6\x71\xef\xe5\xf8\x47\x63\xa4\xfb\x72\xbc\xbd\x8d\x68\xf5\xbc\x1b\x0d\xc6\xde\x79\x47\xcb\xe7\xdd\x42\x9e\x77\xa5\xf6\x10\x4e\xa5\xd4\x58\x40\xd7\xfb\x5d\xb5\x31\x62\xf5\x43\x6e\x8e\xfa\x51\x6f\x90\x08\x53\xa4\xc2\x05\xaa\x7d\x11\x9a\xd4\xe4\x09\xa7\x31\x94\xc5\x93\x58\x73\xb2\xe5\xa1\x9b\xa2\xdd\x0b\x7b\xe4\x4d\xf1\x04\x45\x83\x79\x38\xb5\x9a\xca\x2a\x68\xb7\xe5\x36\xd1\x5f\xed\x60\x6c\xde\x07\xdb\x42\xbc\xfc\x48\xb3\x71\x94\x61\xd8\x79\x29\x4e\xb2\xf1\xc5\x94\x64\x11\x33\xfb\x69\x82\xf3\x79\x92\xc9\x71\xe1\x38\x8d\xeb\x0e\xd4\x86\xd5\xd7\x63\x6f\x2f\x4d\x22\x6b\x56\x5b\xb9\x3c\x92\xb5\x14\x9e\xfa\x86\xaa\x5a\x52\xdf\xcf\xb9\x72\xf6\xe0\x70\xf7\xc2\x41\x64\x8c\x11\xab\xda\x64\xa8\x66\x86\xb0\xd3\xa1\x5d\xb5\x57\x17\x8e\xf3\x5b\x7d\x00\x48\x29\x43\xed\xff\x5d\xa3\xb7\xae\x6e\xd8\xe9\x2e\x0b\x53\x14\x25\xbb\x49\x88\xa2\x84\x94\x6e\x17\x9e\x2c\xb3\x02\x5c\x44\x3e\xe0\x5c\x09\x9a\x38\xef\x92\x6c\x2c\x19\x05\x9c\x55\x47\x49\x8f\xd1\x5b\x4e\x48\x10\xd5\xf6\xef\xf7\x99\xd5\xbd\x93\x71\xfb\x67\x7a\x3d\x3d\x22\x37\x24\x85\x4a\x0b\x49\x01\xe5\x69\xd3\xf5\xa1\xa0\x12\x60\x7d\xeb\xbe\x48\x52\xd5\x84\x1c\xf5\x09\x27\xe4\x97\x84\x83\x7a\x1c\xbe\xca\x71\xcd\x0c\x5f\xaf\xe6\x5e\x37\xc9\xed\xed\x8b\x9a\x3d\x92\xa5\xee\xf7\xbe\xd1\x52\x56\x77\x31\xbf\x49\x78\x3e\x60\x43\x34\xb4\x5d\x2a\xf4\x34\xc8\xd5\x34\x68\xf7\x23\xb5\x6a\xab\x55\x5a\x0e\xe2\xb3\x67\x58\x29\x52\x9e\x3d\xc7\xa9\x07\x0a\x3a\xd1\xee\x45\x6a\x85\x8b\x07\x07\x6d\x54\x6b\x04\x8f\xe3\x45\x79\x2e\x8d\x0c\xee\x6e\x58\x15\x22\xe3\xdd\x59\x68\x4e\xf3\xb1\x55\xa3\x4b\xd6\xc9\x2a\xa0\x0b\x14\x55\xd1\x1d\xf9\xe8\x9a\x93\xb3\x36\x84\x0b\x7f\x08\xe1\x08\xfe\xab\x68\x93\x9b\x24\x5d\x24\x82\xb4\xc9\xa7\x39\x27\x79\x0e\xc1\xb8\xb3\xb6\x1e\x8e\x76\xb0\x9d\xa3\xa2\x0c\xb7\xf9\x44\xce\x10\x9c\x0f\x53\x3c\x29\x2e\x20\x42\xf0\xf3\x3e\x36\xa1\x13\x31\x78\x87\x40\xa2\x63\xeb\x36\xd5\x56\x11\xbb\xaa\x5b\x5e\x86\x50\x25\xb1\xb3\xec\xe1\xf7\xd8\x1e\x26\x08\xf3\x02\x61\xdd\x44\x0f\x83\x42\xda\x34\x63\x84\x72\x39\x77\x6a\xcc\xfd\x56\xf5\xf4\xb1\xb1\x51\x81\x9d\x8a\x09\x96\x62\xc9\xab\xf8\xf9\x0b\x77\x44\xf6\xcd\x91\xb8\x15\x6e\x09\x3d\x9e\xf7\xf7\x5e\xd6\xf7\x2d\x79\xcc\xe9\x71\xe6\x43\x45\x02\x13\x6d\x77\xab\x5f\x84\x19\xe6\x48\xb5\x4e\xd5\xa1\x48\x2b\x87\x62\xa3\x4c\xe0\x18\xa2\xa9\xb9\xb5\x37\x57\x60\xa2\x9d\x92\x24\x17\x6d\x96\x91\xb6\xb1\x93\xaf\xc9\x07\x2d\x15\xdd\xb1\xdb\xed\xa6\x43\x7b\x13\xe5\x33\xb7\xbc\xc6\xed\x67\x2b\xf9\xe8\x64\xe3\xcb\x9b\x86\xaa\x50\xf8\x7b\xa5\x47\xb6\x23\x0c\x3a\xcb\x1f\x70\x1e\x72\xd4\x7c\xa5\x13\xfa\x98\x25\x06\xb3\xb4\x0a\x7e\xab\x5f\x60\xee\x56\x50\xa1\x8f\x60\x22\xa9\xee\xa9\x5e\x46\x49\x9a\xae\xd0\xbc\x94\x1d\xd6\xad\xa8\xb6\xd8\x5d\x48\xd9\xde\x3f\xb7\xf4\xb1\x64\x8e\x08\x75\x3a\x2d\xec\xe9\x44\xe2\x57\x6e\xdd\x92\x2a\x2d\x25\x19\xe4\x99\xb5\x2c\x8f\x13\x84\xcd\xd6\x33\xf9\x99\xb7\x58\x20\xd0\xa8\x19\xb5\xb3\x50\xad\x75\x81\x30\xf7\xca\x3f\x5f\x5b\xbe\xb4\x97\x57\xab\xbe\xd8\xa8\x6a\x65\xb7\xc6\x76\xab\x16\x76\xab\xee\x15\x65\xc0\xdf\x7c\x29\xc0\xfd\x0a\xe0\x6f\xbf\x14\xe0\x67\x15\xc0\xdf\x7d\x29\xc0\xcf\x2b\x80\xbf\xff\x52\x80\x5f\x54\x00\xff\xf0\xa5\x00\x7f\x53\x06\xfc\xec\x07\x48\x9b\x6e\xb8\x78\x64\xdf\x7f\x57\xde\xc5\xfd\x9b\x0c\xb5\x9e\x85\x3a\x84\xbe\x45\x43\x07\xec\xfb\x0d\x2b\x7d\xb3\xee\xfa\xf1\x3b\x09\x11\xf8\xea\xfd\x78\x19\x64\x6c\x47\xb1\xe4\x41\xb4\xd5\x2b\x5a\xda\xd2\x0e\x2c\x7b\xdb\xbf\xc3\x77\xb1\xa3\x55\x95\xaa\x84\x15\x0d\xde\xf8\x77\x6e\x9d\xce\xd6\x16\x19\x78\xd0\xbc\x3b\x90\x13\x57\x70\x8b\xdc\xdf\xab\x72\x0e\xaa\x57\xf2\xd0\x9d\x2a\x6f\x42\x81\x10\x9d\x84\xd5\xd0\xca\x36\x1a\x28\x57\x27\xdd\x21\x6c\xbb\xe0\x55\xa9\x37\x4f\xa5\x4e\x92\x5b\xce\xae\xba\xd5\x88\xf6\x42\xd2\xd5\xb7\x1a\xb8\xc6\x1c\xda\xcb\x0c\x29\x8b\x59\x4c\x8e\x9c\xdc\xa3\xb0\xc9\x1a\xb0\xc9\x1c\x36\x4c\x62\x93\x21\x55\x8d\x49\xa6\x41\x62\xd4\xa6\x93\x30\x38\x31\x26\x04\x71\x06\x58\xa1\x3d\x30\xb7\xcf\xbc\x22\x8e\xdb\xf3\x8a\x39\xd1\xcb\x15\x74\x3d\xd4\x85\xce\x81\xe3\x54\x4e\xa5\xb2\x80\x3a\xf3\xb6\xec\x77\x60\x56\x4c\x4e\x36\xc2\xc5\x09\xb9\x21\x1c\x85\x19\x0e\x16\x8e\x9f\x4d\xb4\xac\x47\xb3\x31\x44\x74\x83\x00\x66\xa1\x3d\x37\xb5\xd8\xa3\x7e\x95\x76\x5c\xf5\x45\x71\xc0\x72\xef\x55\xbf\x09\x64\x11\xf5\xae\x0f\xde\x3e\x62\x58\x35\x03\xf3\x56\x59\x8b\x34\x10\x51\x58\x22\x6e\x36\xa6\x0e\x86\x5e\x0b\x1e\x10\x75\xaf\xb1\x6a\x1c\x84\x1d\x07\xd7\x12\x16\x6b\x5a\x6b\x1c\x28\x61\x06\xaa\xdc\x94\x1d\x28\xb1\x76\xa0\x44\xd3\x40\xc9\x0a\x01\x2a\x7c\x73\xd8\xdf\xb5\xa6\xe3\x3f\x15\x4d\x87\x64\x47\xb4\x3a\x89\x60\x7d\x75\x20\xe5\xc1\x32\xd3\x62\x05\x33\xb9\xcb\x04\x74\x12\xb8\xa8\x4a\x30\x6a\xe4\xfe\xbe\x0f\x89\x07\xad\x3f\x73\x85\x05\x3e\xff\xf5\xe4\x62\xef\x5f\xed\x83\xb3\xb3\xd3\xb3\xa8\xfd\xff\xd1\x89\xc7\x5a\xb5\x73\x9a\x5d\xa7\x1e\x5b\x65\x39\xd1\x53\x7d\xdf\x29\x77\xc8\x50\x6b\x08\xfa\x56\x43\xe0\x6d\x6b\x64\xd0\x1b\x2a\xf6\xa6\x0f\xdb\xa1\xbe\x45\x95\xf5\xee\x54\xe2\xf5\x30\xd0\x6c\x34\x5c\xf0\xea\xbb\x55\x75\x79\x30\x4d\xf2\x30\x80\xfd\x01\xed\xda\xd2\xea\x37\x8a\xf6\x81\x59\xd0\x1d\x5f\x64\x29\xc9\xf3\x3f\xda\x79\x05\xe5\x4f\x23\xc0\x43\x1d\x2c\x51\xa3\x81\x5a\x3e\x01\x6e\x29\x64\x5b\x23\x3a\x1c\xd5\x67\x75\x5f\xc2\xf8\xec\xce\x3f\x5b\xdb\x79\x65\x85\x92\xcf\xb5\x80\x56\xa7\xc5\x65\x98\x55\xba\x87\xfb\xe5\xe9\x90\x55\xa8\x95\xad\x99\x0e\x29\x11\xb5\xb9\x60\xe4\x8b\x84\xc0\x77\xaf\xa3\xc6\xb9\x36\xc0\x3d\xdc\xf3\x6f\x7b\x4a\x46\x0b\x0b\xef\xb6\x6c\x40\xf1\x65\x6d\x3c\x70\x06\x9d\xd2\x28\x90\x64\xe4\x0f\x88\x36\x10\xd0\xe1\xf7\x4d\x2e\x9a\x50\x40\xb6\x9d\x8f\xe4\x0e\xfc\x37\x07\xbd\xe1\xa0\x37\xdc\xf5\x08\xc8\x07\x7d\xf9\x0a\x0d\xa3\x81\x52\x70\xa3\x21\xaa\x0a\x88\x40\x64\x84\x6b\xe3\x20\x8a\x02\xac\x11\x6c\xaa\x05\x09\xf7\x3b\x65\x67\x55\xb6\x48\xb0\x42\x8c\x35\x16\xea\x3b\x0b\x8c\xc3\x8b\x83\x33\x5d\xe8\xbb\x67\xf2\x05\x78\xef\x55\x0c\x16\x54\x21\x28\xf3\x0d\x94\x39\x3b\xd8\xfb\x47\xb5\x90\xaa\x88\x1b\x86\xfa\x99\x67\xba\xf2\x80\x69\x84\x86\x0c\x4d\x3d\xf7\x84\xa5\xc7\x98\x53\xf8\x33\xc9\x9a\x56\x54\x67\x94\xb2\xb3\xb0\xe3\x49\xb3\x1d\x6d\x81\xff\x47\x97\x99\x83\xf4\x98\xc5\xe6\x82\x3b\x0d\xc0\xad\x8b\x63\x16\x0f\x86\x38\x89\x7b\x2f\x13\x17\x4f\x2e\x31\x41\x56\xf2\x38\x1b\x24\x2a\xb8\xca\xf5\x82\x8e\xe5\x71\x95\x77\x3a\x81\xef\x3a\x08\xef\xea\xb6\xb8\xab\xb1\x1d\x33\x92\xb7\x33\x26\xda\x22\xf9\x28\x85\xc6\xdf\x3e\x3c\x59\x66\x83\xde\xb0\xf8\xed\x43\x9b\x81\xd5\xc8\x07\xd4\x62\xd5\xe9\x49\x07\x89\xa7\xb2\xad\x7d\x6e\xda\x22\xec\x64\x7e\x61\x27\x33\x2b\x0a\x7f\xbb\x00\x63\xc6\x1e\xc2\x77\xb5\xb9\xa4\x0c\x7f\x80\xf7\x76\x8b\x71\x47\x6e\x6d\x3b\xfa\x42\x6a\xe7\x26\xe1\xd5\xa3\x42\x9b\x31\x28\x87\x39\xbc\x74\xad\xca\x65\x4f\xed\xb2\x67\xf8\x26\xcc\xf0\x8a\xed\x18\x0d\x0b\x6b\xc2\xd7\xb0\x57\x1b\x5c\x9c\xaa\x04\x7b\xf1\x03\x97\x9e\xc9\x83\x33\x59\x95\xb4\xd1\x9a\xf8\xa9\x14\xe2\xe1\x8a\x42\xe0\x1a\x74\x39\xce\x27\xa5\xa4\xa3\xb2\x37\x0c\x82\x89\x7a\x12\x91\xa4\x7a\xed\xea\xb3\x74\x89\xd8\xe4\xb9\x97\x60\x6d\xda\xe4\xb4\x0c\xe6\x9e\x8b\x03\x91\xf9\xda\x8e\xe9\x38\x0f\x9d\x0e\xe8\xfc\x9b\xba\x69\x32\xc9\xa9\x3e\x52\x59\xd1\x5c\x32\xb3\xad\x38\xfe\xdd\xf4\x8a\x15\x56\x8b\x93\x0f\x63\xe1\x5d\x87\x66\xf5\xeb\xd0\xa4\xa1\x27\xb9\xd2\x3e\xf0\x86\x9e\x10\x02\x5d\x69\xe2\xb8\x0a\xf0\xee\x7a\x0d\x91\x26\xde\x9b\x50\x3d\x50\xcc\xc4\x5f\xd2\x65\x63\x5e\x14\x25\xe7\xa6\xff\x68\xd6\xee\xf5\xea\x4b\x2c\x15\x45\x83\x8e\x04\x84\x0c\x5e\x73\x9d\x55\xba\xc0\xc2\x2b\x6f\xb8\x8c\xe9\xa0\xac\x7d\x4c\x73\xb9\xab\x58\x17\x9d\x99\xfa\x1d\x13\xff\xf6\xcb\xb8\xe6\x7a\x0e\xfb\x06\x2e\x4e\x62\x77\x37\x4b\x37\xbb\x9b\xa5\xea\x6e\xb6\x96\xb4\x07\xd2\x4b\xfb\x58\x20\xdb\xb8\xca\x85\xe2\xdd\xaf\xb1\xa1\xe4\x9e\xd5\xa7\xa2\x50\x24\x7c\xff\xff\x30\x09\xb5\x76\x14\x94\xad\x03\xab\x6e\xad\x68\x57\x99\x5d\x9c\xbf\xcb\xaf\xcf\x81\x28\x76\x7d\x27\x31\x27\x21\x1b\xf4\x87\x75\x3b\xa9\xa9\x8e\x1a\x05\x4a\xbb\x8d\x2c\xa5\x12\xcb\xea\xb4\x78\x9c\xe0\x2c\x66\x83\x67\x43\x4c\x63\x36\x78\x3e\x2c\x8c\xbc\xb9\x45\x49\x09\x27\x7d\x68\x78\x96\x5b\x9e\xc1\x7f\xee\xca\xf1\x38\xc7\x19\xb8\xb5\x63\x0a\x7f\x0a\x7d\x8d\xe0\x5f\x9b\xe2\x85\x37\x73\x1e\xbe\x1f\x80\x99\x23\x56\xcc\x9c\x54\x47\x3c\xd0\xa4\xaf\xcf\x23\x45\xf8\x85\x77\x17\x9d\xee\x96\x27\x54\x3a\xf4\x4a\xfd\xee\x89\xb7\x3f\x97\x1c\x65\xb5\xd1\x24\xc1\xd6\x8e\x92\xdc\xb6\x53\x83\x9e\xba\xed\xfd\x45\xdd\xf6\xe2\x7f\xc7\x83\x00\x66\x66\x80\x03\x3a\x0e\x70\x00\xe6\xc9\x01\x0e\x24\x09\x02\x1c\x80\xa0\x87\x83\x5c\xdc\xa5\xf2\xef\x94\x93\x49\x30\xc4\x4f\xe2\x41\x30\xa6\x37\xf2\xc3\x3c\xc9\x02\x1c\xcc\x03\x1c\x24\x81\x97\x6f\xfb\x9f\x9e\x01\x60\xed\x38\xd8\x25\xd1\x93\x01\xf1\xb4\x2e\x3f\x3d\x50\xfa\xdf\xb2\xf4\x2f\x4a\x4f\x86\x49\xfc\x4a\xf2\x49\xcf\x30\x19\xf4\x25\xc3\xa8\xde\xf7\x9f\xc3\x79\x26\x0f\xcd\x6f\xdc\xcb\x67\xf6\xe5\x0b\xfb\xf2\x85\x49\x06\xe8\x59\xfc\x0d\x63\x82\x99\x36\xf0\xf3\xe6\xac\xf5\xe7\x7a\x94\x92\x99\xed\xb2\x55\x4a\x66\x7b\x67\xa9\xd4\xcc\xcc\x57\x33\x7f\xae\x03\xc5\x37\xdf\x69\x63\xff\x3e\x1a\xae\xd6\x46\x6b\x82\x94\x55\xc4\x38\x2b\x9f\xaa\xdf\xf4\xf1\x4f\x72\x4f\x51\x27\xd7\x56\x9c\xed\x66\x91\xb2\x51\x37\x00\x9e\xad\x07\xd0\xef\x7d\xff\x10\x84\xfe\x37\x2b\x21\xf8\x02\x83\xea\xda\x33\x05\x6d\xab\x5f\x05\x37\x74\x18\x3d\xfb\x0c\x78\xbd\xd5\xf0\xfa\xdf\x3e\x02\xde\xf3\x0d\xf0\x7b\xfe\x19\xf0\xd6\xe1\xd7\x6b\x54\xc1\x4a\xea\xbf\xf8\x1e\xff\x33\x84\x94\x6a\xa6\x6c\x7f\xa5\xba\xf6\x07\x2d\x6e\xe8\x2a\x0e\xfe\xf7\x15\x74\x61\x71\xac\x0a\x00\x2c\x76\xcb\x13\xdd\x67\xc7\x60\x86\x0b\xcd\xbe\xf0\x95\x06\x56\xfa\xfc\xa4\x7a\x41\x1a\xce\xc5\x70\x70\x89\xf3\xb8\xd2\x51\x16\x48\x43\xd4\x06\x61\x42\x36\x18\x83\xae\xa4\xe1\x86\xd5\xa0\xc0\x20\xc0\x42\xd5\xac\xcb\xf1\xd1\x60\x2c\x0f\x50\xa8\xab\x12\xf3\x1a\x16\xb5\x58\x0f\xa6\xb3\xb4\xa9\xf1\x7a\xa0\x07\xc0\x43\x19\x9b\x3e\xc0\xce\x3a\x2a\xfa\x80\x81\x9d\x6d\x30\x12\xdd\xea\xf9\x2b\xfe\x87\xda\x4d\xaa\x37\x69\x36\xd6\x80\x64\x55\xd9\xa6\xa2\xf7\x50\x17\xf7\x2f\x70\x1e\x7a\xf7\x76\x60\xc6\x42\x6e\x92\xf4\x1c\x5c\x88\x72\x84\x99\x64\xee\x2b\x0e\x52\x1e\xae\x2b\x2f\x57\xae\x55\xa4\x32\x5b\xb0\xf9\xee\x42\x15\x2b\x19\xce\xb8\x65\xf8\x6d\x65\xdb\xaf\x6e\x5c\xdf\xe2\x24\x14\x55\x6c\xb9\xbf\x98\x56\xae\xbb\x8a\xf9\x35\x36\x66\xd6\xa4\x64\x66\x6d\xc8\xd4\xf3\xef\x4c\xd5\x75\x89\x73\x15\x12\xe3\x94\x5e\x19\x27\xa1\x60\x94\x2c\x04\x65\x8b\x7c\x47\xc5\x41\x0a\x8a\x06\xa2\x3d\x6b\x44\xab\x79\xa5\xbe\xe8\x63\xa1\x6c\x0c\x1e\x81\x84\xe0\x8b\x5c\x40\x6c\x9a\x1a\x12\x1a\x85\x6f\xf5\x99\x5c\x36\xbd\xc7\x44\x3b\x1f\xfd\x1a\xef\xf4\xb5\x04\xf1\x8f\xb2\xcf\xbd\xb2\xea\x53\x01\xcd\x5c\x94\x18\x2d\x8d\x40\xe8\x12\x1d\x3a\xd2\xf3\x41\x8b\x55\x42\x66\x63\xa4\x34\x56\xcc\x9b\xb3\xcf\x6e\x36\xee\x77\x76\x95\xd6\xa2\x77\x6c\xcd\xd7\xec\x9b\x96\x7b\x8c\x7f\x05\x05\x9a\x43\xcb\xf8\x99\xd2\x02\x78\x85\xbf\x87\x1c\xd3\x4a\x76\x53\x88\x9d\x7a\x0e\xd4\xcb\x51\x68\x0d\x8a\xbd\x58\x38\xe3\x98\x61\x56\xd8\xd4\xf1\x8e\x03\xfa\x6f\xdf\x27\x05\x56\xb4\x1f\x55\xec\x1f\xa1\xf0\x08\x84\x21\x7a\x25\x5e\x2a\xa2\xe4\xc0\x98\xc2\x93\xdc\x6a\x0e\x6e\x92\x34\x12\x5d\xfd\xe4\x3b\xd8\xfc\xdd\xd0\xdb\x05\xb8\xfd\x05\xd3\xf8\x67\xc9\xf3\x20\x9d\x83\x96\xf8\xa9\x24\xdf\x86\x54\xa7\x8e\x04\xca\x0e\xd8\x10\x2b\xb1\x08\x79\xd1\x9d\x34\x8f\x29\x8b\xcd\xa8\x08\xb9\xe5\x8e\xa7\x24\x99\x63\x01\x61\x6a\x3d\x24\xfe\xe5\xc7\x97\xa9\xda\x6d\xec\xfa\xe4\xd6\x77\xed\xca\x11\xb1\xb4\xa8\x8b\x88\x94\x89\x93\xf9\xc4\x11\xb8\xe4\xc1\xd8\x75\x3f\x0a\xa4\x85\xb0\xff\x69\x8e\x45\x5c\x92\x85\x95\x4c\x46\x76\xfd\x24\x73\x04\x45\x83\x61\xa1\x62\xad\x97\x62\x30\xaa\xaa\x9a\xc1\x57\x3f\x06\x64\xa8\x0c\xa0\x4d\xf6\x34\xef\x6c\xd3\x51\xde\x2a\xf6\x5e\xa2\xd3\x21\x6d\x9a\xb5\x45\x71\x4b\x85\xe7\xe8\xac\x2b\x65\x95\x4a\xe4\xb6\xfd\x3f\x61\xb6\x6b\x2e\x6c\xe8\x75\x86\xc2\x65\x81\x33\xbc\x1c\x90\x61\x24\x0a\x14\x99\x07\x89\x71\x7b\x9a\xe4\x7b\xd9\x9d\x17\x3f\x55\x37\xea\x30\x56\x82\x01\x21\xb1\x06\x5d\x4e\xd6\x23\xc8\x4a\x63\x7a\x42\xbc\x98\xc9\x25\x29\x76\x60\x5d\x69\x7a\x2f\x13\x97\xe0\x38\x51\xd9\x22\x06\xc9\x70\x18\xff\x2b\x64\x83\x64\xe8\x16\x92\xe9\x98\x37\x67\xb8\x8d\x5e\x29\xe5\x3d\x63\x95\xe3\xe9\xc1\xf9\x76\x80\xdb\x57\x0b\xd1\x16\x53\xc2\x49\xfb\x56\xfe\x97\xb1\xf6\x84\x13\xd2\xbe\x49\x38\x95\xdb\x46\x0e\xa4\x9d\x92\xb6\x89\x62\xa3\xb5\xe4\x8d\xf6\x43\x35\x65\xe2\x93\x25\x2f\x70\xfb\x1a\xe2\x32\x57\x9c\xf8\x09\x2a\x3e\xa8\xd8\x84\x10\x22\x49\x4f\xed\x8c\xd8\x80\x01\x9a\xd2\x26\x63\x73\x3b\xab\x39\xf1\x3f\x08\xde\xd1\x42\xc3\x35\xa3\xf8\x3c\x76\x0a\xdb\x4e\x87\x0c\x9e\x0d\x9d\x89\x3e\x64\x17\x6e\x08\x22\x4e\x94\x31\xd4\xf3\x42\xae\x38\x6b\xe3\x24\x85\xa9\xa1\xb2\x42\xb3\x8d\x51\x52\x4a\x8f\xa0\x21\xc7\xcf\x64\x4b\x00\xe3\x59\x51\x0d\xb4\x43\x70\x35\x72\x4e\x29\x48\x2b\x23\x4d\xfa\x0f\xf0\xa8\x6b\x52\x80\x08\xc8\x6f\x05\x2a\x10\xe5\x75\xe7\x94\x20\xaa\x8e\x8a\xad\xab\x8a\x79\x1f\x75\x3d\xed\x2b\x9b\x88\x88\x60\xf5\x0a\x96\x83\x8e\x90\xed\xdc\x6e\x74\x71\xe0\x22\x25\x54\x13\x0a\x53\xe7\x76\x12\xd5\xd0\xdf\x12\x22\x35\x10\x59\x11\x8b\x41\x36\xc4\x09\x24\xfa\xdc\xa1\x2d\xa2\xce\x01\xc8\xa8\x5b\xf8\x31\xdf\x48\x25\x75\x72\x93\x85\x18\xd1\x16\x5f\xea\x36\x9b\xfb\xfb\x77\x4e\x9c\x29\x6c\x53\xb0\x71\xbb\x1e\xad\xfe\x20\x33\x51\x01\xf4\xdd\x35\x66\xf3\x88\x60\x36\xef\x47\x02\xb3\xf9\xb3\x88\x63\x36\x7f\x1e\x65\x85\x67\xfd\xfe\x50\x0d\xaf\xac\x58\x5d\xb6\x88\x1a\x3e\xa9\x70\x42\xb4\x6c\xc2\x67\xc5\xfe\x32\x0b\x25\xa7\xf5\xfd\x7d\x99\x9f\xd0\xef\x4a\x4e\x64\xfa\x5d\xc5\x0d\x48\xbf\x05\xf9\xd9\xd4\x6a\x10\x51\xf4\xa7\x1a\xeb\x2d\xdf\x43\x1c\x04\x1a\xdb\x1b\x7b\x7b\x6d\xde\x80\xba\x27\xe7\x6b\x90\xc0\x56\xe9\x67\x4f\x96\xd7\x6f\x7c\x13\xae\xf2\xab\x8a\x75\x8f\x8f\x88\x67\x18\xb0\x0e\x17\x75\x55\xa4\xa1\x6a\x17\x58\xfd\xab\xc1\x15\xd4\xa0\xe8\xf9\xaf\xda\x57\xd6\x53\x75\x65\x3f\xaa\xc6\x3d\xa6\xa0\x71\x0e\xf5\xd1\xd7\xd6\x08\xd6\x4c\x64\xab\x01\x77\xb5\x16\x6c\xad\xda\xfd\xd3\x81\xb1\x49\x6d\x07\xdb\x04\xb5\x68\xac\x6b\x14\x55\x55\x9b\x99\x99\xd4\x4d\x49\xf5\xcd\xcc\x4b\xea\xcf\x55\xcd\x14\xa4\x6b\xb6\x26\x15\x75\x4f\xa2\xc2\x55\xc4\x6d\xb5\x3d\x69\xde\x47\xe7\x04\x6c\x4e\x7e\x10\xda\x30\xe6\x60\xd3\x02\x7b\x99\xb2\x6e\x31\x7c\x87\xe1\xa0\x74\xda\x83\xe7\xf2\x58\xf2\x6b\xa8\x5d\x8c\xa0\x42\xb3\x58\x6e\x9b\xab\xd4\xfc\x06\xf7\x7b\xcf\x5e\x98\xa4\x07\xd5\x78\x78\xee\x88\x26\xdd\x59\x92\xa6\x6c\x14\x9a\x34\x4e\xbc\x21\x7f\x31\x1f\xd0\x61\xab\x21\x23\x2d\xd3\xbe\x31\xef\xd2\x64\x44\xa6\x2c\x1d\x13\x1e\x32\x14\x99\x9c\xbd\xb5\x72\x8a\x1d\x96\x45\xf4\xfd\x24\xb3\x77\x68\xa4\x2b\x05\xdc\x7c\x7a\xac\xb0\xc9\x20\x2a\x28\x38\xff\x94\xc8\xab\xf3\x09\x58\x06\xc1\x27\x8d\x4e\x55\xb4\x54\x3f\x23\xef\x93\x09\xfc\xc8\x8b\x88\x17\x8a\x82\x65\x2a\xd4\x12\xcb\x50\x2f\xb1\x4c\xf6\xea\xd9\x6e\xb6\xf3\x2c\xea\x49\xc6\xf8\xd9\x4b\xf6\x63\x06\x1c\x31\x1d\xb0\x9d\x67\x7e\x8a\x19\x06\x37\x41\x90\x67\x88\xe6\xc7\xc9\x68\x4a\x33\x72\x3a\x47\x52\x6e\xd4\xfa\x70\x0a\xa9\xe6\x43\xa5\x5a\x30\x11\x5d\x79\x92\x99\x3c\xfa\x95\x6e\x95\x47\x94\xc3\x88\xc2\xf5\x97\x32\x82\xcd\xff\x28\xbc\x1e\xdc\x3a\x41\x6c\x5b\x5b\x29\x73\xcc\x6c\xa7\x53\x1b\x48\xf9\x2e\x35\xbb\x8a\xb6\x6a\xd3\xa1\x67\x55\x42\x5c\xb5\x4d\xe8\x33\x37\x2c\x35\x2b\x99\xff\xed\x0c\x8b\x2e\x88\x92\x08\xef\xf4\xab\xe9\xee\x9b\x0e\x32\x71\x7f\xdf\x30\xf1\x6c\x12\x68\x15\x99\xfa\x8a\xb1\x94\x24\x0d\xdf\xb7\xd4\x0e\xd0\x8f\x7a\x8d\x97\x74\x2e\x97\xb4\x42\x2a\x14\xfe\x05\x81\xfd\xda\x73\x11\x05\xc0\x38\x4a\xb9\x9c\x94\x82\xb4\x3a\x67\x92\x44\x99\x90\xe9\x5e\x2a\xd7\x88\x52\xd0\x0f\x57\xd4\x7f\x5d\xad\xa1\xc4\xee\xc8\x76\x13\xde\xba\x80\x3e\x25\xf3\x7c\x20\xf0\xa1\xf9\x86\x2a\xa0\x5c\x60\x9f\x08\x7e\x97\x43\xc5\xaa\x77\xba\x13\xf0\xac\xe2\xc2\xd6\x1b\xf8\x19\xd6\x10\x0a\x2d\xad\x74\x2b\xba\x19\xe5\xf8\xa0\x5d\x4a\x74\x50\x50\x4e\x92\xd1\x14\x02\xda\x84\xfa\x3b\x5c\xb5\xdb\xd7\xc1\xc6\x0e\x80\x20\xb6\x94\xe6\x58\x25\x13\x82\xb7\x37\x9b\xb9\x68\xd8\x44\xbd\x41\x96\x67\xa8\x65\x21\xab\x53\x14\x15\xa5\x58\x0d\xb5\x9d\x5f\xc7\xac\x20\xb7\x6d\x06\x65\x5d\xbc\x86\x86\xa2\x6c\x1e\x22\xcd\x01\xfa\x0d\xf9\xc2\xfe\xc2\x04\xd6\xb2\xd6\x3c\x5a\xf5\xd6\xb3\xaa\xb7\xfd\xa2\xe5\x72\xf8\xa9\x60\x30\x2f\xb9\x13\xcf\x21\xdb\x55\xdd\x04\xc1\x73\xa1\xd3\x10\x4d\x0d\xdf\x9a\xc6\xe2\x31\xf2\xf8\xfb\xa5\xf5\xc5\x89\x88\xf3\xcb\xb9\xbf\xdf\xea\x63\x4f\x27\x16\x8d\x41\xf5\xa0\x64\x86\x48\x6b\x2a\xb4\x08\x81\x6d\x00\x2e\x62\x55\x80\x58\x92\xd7\x96\xd3\x6a\x0a\x9b\xbe\xc2\x65\x82\x25\x25\x09\x59\x0a\xc8\xc4\x45\x47\xd0\xba\x8c\x5d\xab\xe7\xa8\x88\x29\x53\x8f\x31\xd6\x46\x06\xa1\xc0\xc4\x17\xbe\xd4\xc5\x70\x39\x50\xb0\x3e\x20\x9a\x22\x7c\xd1\x49\xc8\x60\x80\x5c\xea\xff\x34\xee\xbd\x4c\xdd\x49\x99\x6e\xc7\xcf\x10\x1f\xa4\xc3\x41\x6f\x18\x07\xff\x15\x6c\xeb\x67\xed\x2d\xa8\x95\xc4\x89\x33\xd6\x59\xa8\xd1\xaa\x69\xae\xf3\x75\xc1\x86\x9d\xfe\xd8\xea\xcf\x95\x78\x6c\xb2\x0e\x47\x19\xc4\xf8\xc1\x8b\xc2\x1c\xaa\xbf\x7b\xe1\xc6\x2c\x55\x4b\x2d\x72\xd3\x62\x56\x55\x57\x33\xd5\x56\x62\xda\xca\x21\xf0\x8d\xa7\x7b\x8b\xd2\x22\xce\x24\x75\x52\x33\x28\xf7\xf7\x10\x59\xde\xc4\xff\x34\xdb\x67\x4d\x35\xce\x57\xb6\x55\xd7\x8b\x5b\x92\x64\x05\xf2\xe8\xa9\xdc\x48\xf2\x5e\x59\x13\xad\x5d\x4c\xbe\xd1\xdf\x86\x4e\x2d\x36\x2a\xe2\xb4\xc5\xbb\x2e\x1c\x69\xa7\xb3\xf0\x42\x50\xad\xbc\x68\x6b\xc0\x0c\x48\xec\x22\x3f\xf5\x7a\x08\x49\x51\xd5\x0b\x5d\xea\xc3\xfe\xe6\x07\xf8\x5c\x8e\x55\xea\x17\xf8\xfe\x07\xdc\xbb\xcf\x95\xf5\x96\x33\x1e\x53\x1d\x70\x35\xab\x28\xf7\x4b\x48\xa8\x0e\xfc\xd0\x33\xd5\x80\x50\xe3\x78\x30\x6c\xb9\x32\x3f\x3c\xb3\x40\xc7\x5a\x16\x56\xc4\x89\x7a\x98\xe6\xc0\xa4\xc3\x2d\xa2\xdd\x6a\xa6\x71\xef\xe5\xd4\xb9\xae\x4e\x0d\x3b\x38\x89\x47\x83\xe9\xd0\x1c\x89\x93\xee\x68\x9a\xf0\x3d\x11\xf6\x90\x3e\x17\x3b\xca\x49\x72\xae\x85\xfd\x97\xe1\x3c\x0e\x3a\x30\xe0\x92\x69\x98\xec\xd2\x28\x07\x53\x9f\x89\x0e\x26\xd5\x47\x08\xed\x86\x0b\x13\xa5\x62\x5e\x47\x70\xba\xdd\x77\x28\x4a\xfa\x47\xae\xb8\x8e\x67\xff\x50\x0d\xdf\x03\xf2\xbf\x82\x48\x6e\xb7\x09\x52\xef\x6e\x12\x3e\x98\xe1\x9b\x61\x9c\xe0\xeb\x78\x82\xef\xe2\x99\xcd\x34\x71\x8d\x5e\x42\xce\xac\xbb\x4e\x27\x5c\x54\x77\xd8\x9b\xc1\xdd\xf0\x81\x96\xfb\x05\x42\x45\xe1\x6a\x3e\xff\x0e\x1b\x7a\xfe\xff\xd4\xbd\xfb\x57\x1b\x39\xd2\x00\xfa\xbb\xff\x0a\xf0\x99\xcf\xa7\xb5\x08\x8f\x9d\x64\x32\x19\x13\x85\x25\x84\x64\x98\xe5\x91\x01\x32\xbb\xb3\x5e\x5f\xb6\xb1\x05\xf4\xc4\x74\x7b\xd5\x32\x84\x31\xfd\xbf\xdf\xa3\xd2\xab\xa4\x6e\x1b\x32\xb3\xdf\x77\xee\x3d\x67\x37\x83\x5b\xaf\x92\x54\x2a\x55\x95\xea\xb1\xd1\xa7\x58\x9b\x58\x12\xaf\xab\xe9\x0f\x7a\x28\x76\xd6\x39\x9b\xf8\xd8\x59\xe7\x6f\x58\x6f\xeb\xdc\xc4\xce\xb2\x43\xde\xb9\x01\xf7\x2a\x36\x19\x9e\x8f\x5a\x7b\xdb\x08\x5a\x27\x82\xd1\x3b\x42\x06\x73\x1c\x2b\xed\xce\xdb\xb0\xa1\x06\x81\x50\x4d\xf3\x47\xf0\xb7\xdf\x7b\xee\x10\x0b\xe3\x27\xb5\x51\xd2\x96\x9f\x8d\x97\x51\x9b\x5e\x74\x7e\x15\x29\xf3\xd1\x10\xf9\x12\x8f\xb6\xc7\x68\xc9\xd4\x92\x92\xb1\x7f\xb7\x73\xb1\xad\xfe\xd8\x5b\x97\x8b\x87\x55\x0f\x84\xa5\x4e\xf4\x73\x5a\x26\xfe\xda\x33\x1f\xfb\x0d\x6f\x84\x26\xa0\xf3\x13\xa1\x6f\xb4\xff\xc4\x4a\xa1\x9b\x65\x34\xbe\x16\xe2\x23\xf6\xe0\xab\x51\xdb\xa9\xa2\xf6\x73\xb6\xbe\x5e\xd2\x31\x03\x2e\x5a\x44\xd4\xfd\xe1\x61\x3d\x59\x2f\xb4\xbb\x63\x31\xec\x59\x5d\x23\xa1\x13\x56\x76\x41\x69\xdd\xd6\x87\xde\x3b\x46\x3f\x99\x70\x7b\xe3\xdd\xf6\x12\xdf\x43\x03\xef\xa4\xe6\x84\xf8\xbd\xed\xe2\x96\x27\x93\x98\xaa\xce\xe9\x98\xfa\x30\x66\xf6\xb5\x86\xb3\xe9\xf6\xf0\x2e\x99\xd6\x22\x30\xd6\x42\x06\x4e\x97\x38\x32\xe9\xa0\xff\x4d\x4a\x15\x7b\x13\x79\x03\xe7\x1f\x5e\x39\xec\xe6\x55\x74\x5f\xa1\x28\x97\x26\xa5\x14\x58\xb1\x59\x55\x46\xd6\xe9\x24\x99\xcf\xbe\xb1\x56\xb0\xa1\xb9\x81\xa8\x8f\x83\x09\xf7\x09\xb7\x3d\x22\x97\x74\x63\xa5\x9a\x25\x84\x50\x6f\xb1\xea\x2e\x0d\x8a\xef\x08\x00\xeb\x15\xfa\xd1\xff\xc1\x58\xb9\xff\xe0\x16\x18\x82\x29\xf5\xed\xcf\xc1\x2e\x85\xd0\x37\xfd\x57\xfe\x83\x36\x7f\xd6\x7b\xfb\xc3\x0f\xb8\x37\x47\x33\x28\xa6\x15\x26\x6c\x27\x35\xb4\x80\xd0\x02\x05\xf0\xc4\xea\xe7\x7f\x24\x8e\x8b\x8c\x1e\xc2\xec\xab\xce\x05\x5f\xfa\xb8\x78\x93\x66\xb9\x7d\xd8\xb1\xcf\x99\x1f\xe6\xa9\x98\xf0\xc9\x0e\x3c\x6a\xda\x77\x46\xfb\xe0\x1a\x16\x0a\x25\x8a\xd4\xde\x41\x23\x69\xa4\xb1\x5f\x68\x18\xbf\xe2\x46\x0d\x1b\xc7\x54\x0d\xf5\x5f\x41\x5c\xc9\xe5\x23\x0d\x56\xf4\x85\x62\x87\xfa\x0c\x7a\x60\x45\xff\x12\x1d\x9d\xf5\x3e\x55\xff\x0b\x70\xf2\x9c\x87\xc1\x46\xbf\x7f\x45\xe8\x5e\x22\xd8\x9b\x85\x48\xfa\x70\xae\x38\x98\xf9\x9b\x80\x92\x2f\x9e\x93\xd1\x40\xfd\xf7\x7b\x88\x0f\xd8\xa3\x96\x60\xbe\x7a\xe6\x28\xe2\x1f\xa0\x08\xaf\xbe\xab\x1f\x74\x0b\xad\x1b\x62\xc5\x51\xa4\xf8\x0c\x8e\xa2\x03\x38\x52\x90\x3e\x77\xdd\xd8\x99\xbc\x20\x50\xf0\xa2\x56\xf0\x9d\x2e\xf8\xae\x56\xf0\x92\x8c\x48\x85\x17\xef\x8e\xfb\x47\xdd\x2f\xea\x70\xdf\x43\xbe\x62\xf8\x13\x7c\x45\x78\xb2\x0e\xf1\x27\xc3\x4f\x7d\x12\xbc\x85\x5d\x70\x6d\x44\x4a\x2a\x97\x9c\xe0\x82\x03\x2d\xd8\xe3\x0c\x49\x6d\x91\xa0\xa6\x83\x32\x69\x39\x0d\xfe\x76\xd2\xd9\xa2\xd2\x52\x19\xf6\xa4\xfc\x12\x44\x90\x31\xf6\x82\xb9\xce\x15\xd1\xda\x4f\x5c\x44\x46\xf3\x06\xbe\xc7\x5d\x64\x46\x93\x21\x22\xa7\x2e\x3d\x47\x55\x51\x99\x10\x9b\x98\xdf\xbd\x0c\x73\xfd\x22\xac\x9f\xdc\x6a\x31\xb4\xb2\xba\xba\x17\x85\xbb\xd0\x2a\x3d\x13\xe5\x3a\xcb\xaf\xd6\x4a\x39\x41\x29\x86\x0c\x01\x38\xae\x11\x00\x7b\xfc\x8b\x09\x77\x27\xdc\xba\xca\x99\x04\xec\x7f\x17\x99\xe4\xc7\xf9\xf4\x7e\xd7\x7b\xec\xa9\x7a\x0a\x58\x53\xe5\x47\x9e\xce\xf6\x6f\x66\x53\x5d\x10\x5b\x7d\xba\xe4\xb5\xa0\xbe\x61\x77\xdc\xa6\x23\x5e\x95\x9f\xe2\x98\x9b\x07\xb1\x53\xde\xf8\x16\x1d\x43\xa9\xd3\x8b\x3c\x09\x3e\x98\x2c\xc4\x84\xfc\x6a\x78\x57\xa6\xdb\x38\xe5\xad\x65\x59\x33\x1a\xf2\xfb\x06\xe1\x8b\x1c\xe9\x35\x6a\x28\x9d\x0e\xd3\x05\x56\xb7\x67\xa4\x31\xad\x4c\xd0\x90\x78\xcd\x44\xa2\xce\x8d\xac\x07\x00\x0c\xc4\x55\x19\x04\x2f\x36\x02\x7f\x5e\xb9\x14\xa4\x87\xcd\xab\xaf\x19\x22\x0b\x75\x60\x68\xd2\x0a\x95\x14\x54\x30\xa7\x95\xb0\x39\x48\x69\xce\x84\x4f\x5c\x67\xc4\x20\x63\x6f\x0f\x3f\x80\x83\xd0\x2f\x63\x6c\xb3\xcf\x18\xcb\xb7\x4d\x44\x0c\x57\x7b\x90\x6f\xf4\xeb\x96\x2f\x8b\x9a\x7d\x07\xb5\xc2\xae\xa8\xb0\x09\x8c\x57\x7c\x04\x33\x08\xa2\xb6\x3b\x9b\x17\x38\xa7\xb4\xa0\x29\x2d\xe9\x94\x8d\x4d\xc2\x34\xbd\x06\x84\x8e\xd9\x8f\x09\xa7\x53\xd2\x7a\x9f\x8c\x69\x62\x12\x5d\xea\x42\x6a\xec\xec\xe3\x49\xd1\x86\x68\xb8\x49\xca\x14\xbd\xed\xd3\x92\x59\xba\xf9\x03\x66\x08\x9e\xf7\x6b\x4c\xb7\xbd\x29\x52\x42\xcb\xc4\x12\xed\xd4\xd0\x6f\xcd\x81\x23\x17\x2e\x73\xa5\x18\xce\xc3\xf0\x17\x3f\x18\xc6\xc2\xf1\x38\x57\x49\x11\x19\x88\x51\x6d\x1c\xdc\xe4\xe0\x75\x9f\x5c\x71\x6b\xaf\x16\x74\xff\xf2\xa5\x8f\x3b\x4c\xb5\xc5\x71\x1c\xa0\xb7\x8d\x6f\x99\xa6\x00\xbd\x4e\x62\x1f\xc7\x26\x34\xe3\xd8\xce\x1c\xe8\xe6\x54\x6b\x2a\x97\xc5\x20\x9c\x3c\x3c\x24\x21\xb6\x4e\x68\x83\x4d\x52\xdc\xb7\x12\x66\xd5\xc9\x8f\xd2\xe3\x1c\xea\x0b\x66\x87\xb3\x9e\xbf\x23\x3e\xfa\xeb\x8c\x2e\xb2\xc9\x20\x37\xf6\x50\x9a\x31\xd7\xa1\x29\x53\x96\x3f\x3c\xb4\xc7\xd3\x8c\xe7\x72\xb3\xbd\xb1\xc3\x37\x36\xec\xb9\xcc\x26\x83\xd4\xb6\xd0\xa2\xe5\xc0\x18\xae\xad\xe5\x8c\xd7\xec\x58\x38\xcd\xc8\xc0\x45\x38\x91\x6a\x7a\x0c\x25\xa3\x2a\x88\x4e\x99\x7a\xc6\x13\xdd\xb3\x39\x93\x14\x65\x01\x20\x95\x7d\xdb\x3b\x6b\x3e\xe7\xd0\xd5\xe4\x20\x38\xed\x82\x97\xf3\xa9\x64\xed\xe2\xb3\xa1\x9f\x86\x18\xc0\x1d\x6a\x5b\x29\x02\x84\xbe\x98\x1c\x34\x07\xbe\x66\x44\x26\x5a\xe8\x28\x97\x9e\x62\x18\x4a\xae\x8f\x32\xf3\x87\xda\x00\xa2\x27\xc2\x90\x36\x55\x7b\xe9\x4c\x18\xef\x66\x93\x78\x9d\x2b\x9f\x73\x2b\xd2\x92\xab\x8f\xdb\xe8\xef\x01\x9e\xd7\xcf\x49\xbc\xf2\xb5\xa5\xa1\x01\x97\x51\x11\x52\x21\x2a\x1c\x8c\x65\x96\x66\x1b\xff\xf8\x53\xa3\xf5\xf4\x68\x7f\xc7\x0b\x1c\x8d\x19\x2c\xfe\x76\xfd\xd3\xa0\x69\x8b\xf8\xdd\xda\x21\xff\x23\x33\xaf\x25\x20\x74\xc9\x03\x1b\x13\x0f\x42\xaa\xc1\x28\x89\xe0\x9f\x4f\xa8\x7c\x7d\x3f\x11\xa9\xe4\xea\xde\x67\x0d\x06\x3e\x6a\x76\xe3\x84\x43\xea\x35\x53\xd5\x5c\xeb\x71\x36\xd1\x35\xbd\x14\x63\xc3\x9c\x29\xee\x54\xfd\x4e\x13\x8e\x43\x0a\xa0\x6e\x27\x60\x2c\xa8\x3a\xc6\x74\x25\xe8\x56\x77\x15\x94\x27\xdc\x70\x1b\xba\xa5\x86\x65\x47\xc8\xec\x32\x1d\xcb\x92\xdd\x50\xde\x4d\xdd\xaf\x86\x09\xdd\x24\xae\x15\xf4\x70\xa2\x53\x58\x1f\xcf\x4c\xce\x2e\xf3\xdb\x4c\xd2\x7c\xb4\x5c\x91\x2f\x47\x5f\x30\x3f\xe5\x2b\xb8\x4f\xa6\x56\x9d\x37\xb4\xd6\x4c\x9a\x4f\x36\x5b\x77\x29\x38\xff\x9d\xc3\x43\x3f\xd8\xbf\x49\xb4\x78\x89\x20\x90\x34\xc1\xf2\x03\x82\x58\x4b\xa8\x26\x6b\x03\xd8\xe5\x92\xe5\x8e\x95\x30\x6e\x79\x13\xfe\xe5\xd0\xb0\x7b\x87\xe9\x2c\x41\x75\xf5\x6b\xb0\x36\x6c\x1e\x72\x2a\x47\x84\x54\xfa\xad\x2e\xcc\x79\x6c\xfb\x00\x86\x45\x5b\x30\xd6\x3c\x94\x74\xfe\x3b\xdc\xb9\xb1\x3c\xd8\xec\x53\x09\x19\x47\x21\x11\x3a\x15\x55\x6a\x0c\xe5\x16\x26\xe9\x03\x8f\x62\x5f\x65\xe8\xf1\xca\x3f\xaa\xbb\x5a\x8d\xaf\x59\x43\x31\x42\x63\x27\xf0\x98\x15\xbc\x65\xdb\xe7\xda\x2a\x78\x43\x75\xd3\xac\xd9\xcd\x35\x37\x96\xc5\xc7\xa2\x88\xe9\x96\x9e\xae\xbe\x08\x6b\x5b\x5e\x98\x1d\x4b\x1b\xef\x10\xb3\x65\x5c\x71\xb4\xbf\xd8\x85\xaf\xf7\x3d\xe4\x60\x38\x6a\x2d\x0c\x17\x7e\x7d\xa0\x12\x6a\x6c\xce\xa0\x09\x4b\xe2\x96\x6c\x89\x29\xda\x5a\x06\xd6\x67\x2d\x31\xcc\x47\x51\x57\x99\x53\xf4\x82\xfe\xe2\x34\x5a\x35\x53\x86\xee\xd4\x10\x5c\x90\x08\x1a\x0f\x46\xda\x8a\x0e\x90\x5e\x1f\x9b\x0f\x3c\xc6\xec\xa5\xd9\xbf\x05\xcf\x2e\x33\x3e\xd9\x11\xa2\x64\x8b\x61\x36\x52\x4c\xac\xe5\xf4\x0f\xb9\x4c\x1b\x57\x52\xd1\xb5\xaf\x5b\x6a\xb4\xcc\x68\x44\x75\x10\x86\x7c\x14\x65\x74\x5a\xa0\x6c\xd5\x68\x94\x16\xde\x13\xeb\xa4\xee\xf5\xf5\xda\x8a\x26\xc7\x56\x34\x62\x98\xc5\xfb\x91\x0f\xb3\x11\x69\xa9\x41\x99\xf8\x23\x3b\x83\xe0\x21\x4e\x82\x29\x1b\x91\x12\x84\x43\xc3\xd0\x14\x97\x97\x25\x97\xac\x07\xcf\xe9\x8a\x87\xf4\xb8\xdf\xdf\x48\x92\xef\x5f\xbe\xea\xb8\x36\x6a\x8c\x8b\xfb\x74\x32\x11\x09\x6a\x4b\xc8\x9b\x37\xaf\xf4\x73\xbc\x33\x72\x41\x9d\xf4\x9e\xbd\x78\xb4\x87\xed\xfe\x40\x03\xa0\xd8\x55\xdf\xf6\xd9\x77\xdf\x3d\xda\x14\x9a\x15\xb3\x7e\x74\x64\x97\xb7\xd8\xe8\xdb\x36\xcf\x9e\xde\xe6\x99\x6d\xf3\xfc\xe9\x6d\x9e\x93\x30\xd9\x2e\x0e\x99\xff\xc0\x5f\xbf\x7e\x16\xe4\xd7\x45\xa5\xfc\x41\xbe\x7e\xfd\xbc\x57\xc5\x37\x59\x69\x36\x75\x1c\x6f\x2a\x70\x93\x60\x05\x35\x90\x54\x82\x68\x2b\x1c\x5b\xe9\x34\x01\xfb\xb9\x7c\xfe\xcc\x86\x33\xb2\x06\xb4\xe0\x31\xa1\xe6\x06\xe0\x47\x07\x06\x8a\xcd\x79\x31\x13\xe4\xf5\xe9\xab\x0a\x0a\x71\x8a\x4b\xec\x5e\x91\xf8\x1e\x28\x27\x55\x39\x2e\x66\xbc\x56\x6b\x16\xd5\xaa\xea\x97\xf1\xb8\x85\xee\xea\xba\x26\xc1\xb2\xea\xde\xdc\x0c\xc2\xdf\x23\x15\x86\xff\x6d\x51\xdd\xf2\xd5\x4a\xdc\xb7\xbf\xc6\xe9\x2c\x1d\x67\xf2\x9e\xf5\x7b\x2f\x5e\x7d\xf7\xfd\x4b\xba\x74\xed\x4c\x85\x60\x05\x87\x23\x63\x43\x66\xbd\x55\xb2\xdf\xf9\xee\x35\x87\xfc\xfd\x7e\x9d\x30\x72\x6c\x8c\x18\xaf\x50\x35\x7b\x55\x06\xc0\xd8\x88\x26\xc6\x54\x44\x2b\xc8\xf0\x5c\xc8\xf2\x2d\xe6\xee\x55\x31\x80\x17\xf0\x55\xdf\xd5\xd6\x8c\x30\x9e\x7a\x15\x7c\xdd\xdc\x7c\xc2\xee\xfb\x0a\x4e\xb1\x63\xca\x98\xac\xac\x35\xe1\xc2\x2f\x98\xf1\x4e\xf7\x13\x71\x21\x69\xd6\x38\x43\xbb\x13\xdc\xd1\xfa\xd3\x06\x7b\x4e\x79\x15\x58\x06\x62\xc3\x6e\x40\xd8\x8d\xfe\x88\x4d\x13\x49\x7b\xa4\x0a\x29\x1a\x1a\xf1\x29\x38\xaf\x47\x74\xbb\x8a\x40\xe7\x74\x9a\xf4\xe8\x73\x62\xa1\x96\x4f\x80\x5a\xfe\xb7\x4e\x89\x62\x28\xa3\x9b\xcb\x4f\xbc\x15\x2f\xc4\x3c\x91\xb4\x0f\xd6\xa1\xb3\x74\x2c\x7d\x7c\x95\x35\x85\xfb\x0b\x4d\x2d\x2c\xd5\x58\x68\x9c\x19\x88\x8a\xaa\xfd\x43\x89\xdc\xc1\x0e\x74\x2b\xdb\x60\xcf\x5d\x0c\x85\x61\x36\xa2\xa9\xfa\xcf\x46\x7f\x44\x4b\x96\x76\x4e\xb3\xdf\x79\xf7\x74\xff\x9f\x7b\xe7\x87\x3b\xa7\x7f\xa3\x53\xd6\xeb\xa4\xea\x02\x7d\x06\xe1\xea\xb3\xcb\xa4\xcf\xd4\x1f\xba\x05\x9b\x27\x29\x7d\x46\x28\xdf\x60\xa5\xb3\x58\x06\x47\x78\x0f\xe1\x98\x15\x5b\xe3\xd7\x2c\xdb\x28\xb7\xc6\xe0\x13\x32\xde\xe4\x23\x96\x0f\xc7\xa3\x96\x1a\x9d\x15\x9b\x1c\x1c\xfd\xc1\xcf\x61\xda\xe9\x24\xf6\x2b\xa9\xf0\x81\x47\x7f\x6f\xf2\x2a\xb6\x4e\x6d\x38\xb3\x78\x4b\xed\x79\x6d\xa1\x73\x3c\x62\xcf\xfa\x2f\xbe\x7f\xf1\xea\xf9\xcb\x17\xdf\xd3\x1a\xfd\xd1\x18\x32\x94\x54\x31\x49\xc8\xc6\xf5\xbf\x32\x90\xa1\x69\xe1\x18\x4a\x96\x42\x53\x42\x41\x74\x16\x18\xb0\x01\x37\xdb\x29\x59\x6f\x4b\x7a\xfe\x5a\x1a\x66\x71\xa8\xbd\x8f\x87\xd2\x20\x91\x3f\xd6\x82\xe6\x89\xe2\x2a\x42\xa9\xcd\x8f\x62\xa0\xb2\x9e\x4b\xb4\x21\x9a\xbb\x09\x3c\x63\x24\xd5\xac\x1a\x31\xc5\xd2\xc7\x03\xe5\x94\x2b\x36\xa8\x8a\xe8\x77\x35\x4e\x67\x72\x2e\x78\x94\xc4\x5a\x67\xac\xc6\xf4\xd0\xca\xe8\xb5\x05\x41\x05\x1e\x7e\x23\xa7\x45\xe4\x95\x18\x8b\xe2\x28\x91\x23\x3a\xcd\xe6\xb4\xa0\x53\x69\x6e\x5f\xe1\x75\xc7\x93\x25\x0a\x6f\xaf\xba\xe7\xe8\x8e\x31\xaf\x0f\xe7\x05\xc4\xd2\x06\x5a\x5e\x7a\xa8\xc0\x00\x51\x66\xe3\x35\x23\xae\xff\x49\xf1\x5c\x0f\x12\x13\x3e\x33\xb6\x3d\x34\x3c\x80\x28\xce\xb1\x69\xbc\xad\x9c\xb3\x07\xd7\x22\xa9\x37\x9e\xd5\x12\xaa\xaa\x87\x9c\xbf\xa2\x2b\x4a\x90\x2d\xf9\x5a\x00\xfa\xe5\x0a\xd7\x01\xf3\x9c\x17\x14\x4a\x8b\x69\x01\xdd\xec\x07\xa9\x30\x31\xcb\x34\x94\x1b\xfd\xd1\x9b\x37\xcf\xa2\xdc\x94\x76\x0b\x15\x31\x33\x9a\x07\x87\x4a\x56\xe9\x80\xb2\x85\xa1\x85\xeb\x5a\x49\x10\x31\x25\x58\x83\x30\x89\x35\x3d\xa0\x85\xe3\xf9\x98\xaf\xd2\xf5\xa0\xdf\x90\x60\x28\x95\x85\x88\x15\x40\x6a\x6d\xff\xac\x0a\x28\x2b\x4d\x28\x89\x49\x93\xc2\x84\xaf\x33\x96\x57\x94\x77\xf7\x25\x17\xf0\x8a\xb3\x2f\xf9\xcd\x89\x9d\x80\x4e\x9d\x0e\xa3\xe0\x6f\x3a\x02\xf2\x49\x51\x48\xfc\xd5\xbd\xa9\xc6\x05\xf1\xef\x4f\x1f\xdf\xed\x9c\xed\x9d\x9f\xec\xbd\xdf\x3b\xd9\x3b\xda\xdd\x7b\x77\xfe\xcb\xce\xc1\xa7\x3d\x66\xa0\xb8\x98\xf2\xb0\xdb\xbc\x0c\xbb\xb3\x7f\xef\xa6\xe3\x6b\xa8\xa1\xfe\x3b\xf1\x55\x5c\x8a\xf5\xb8\x60\x29\xd3\x38\x4d\xd5\x10\xb7\x59\x99\x15\x39\x52\xd7\xaa\xcf\x20\x49\xd9\xb8\x2f\x4a\xa8\xd2\x4c\xb6\x4c\xaf\x06\x9c\xe2\x76\xe0\x14\x66\xea\xd7\x7c\x30\x9d\xe3\x26\x68\x12\xcd\x86\xf3\xb3\x54\x47\x05\x22\x0f\x0f\x49\xce\xa2\x21\x9d\x92\x7e\x2e\x9d\x82\x27\x80\xd3\x76\x35\xe7\xef\x0b\xa1\xbb\x82\x1c\x85\x59\x6e\xfb\x5f\x3a\xbd\xaa\x6a\xd5\xd6\xb1\xe1\x6d\x0e\x35\xf7\xcb\xd0\x00\x89\xff\x0c\x8f\x7d\x4a\x44\xe5\x13\xb6\xde\xb7\x8c\xf1\x15\xe3\xea\x5f\xa4\xae\xd6\x5b\x59\xcd\x38\xff\x1c\xf1\x64\xa8\x87\xed\x70\xf4\x41\x54\x9e\x90\x4a\x70\x34\x55\xf0\xf9\x8c\xba\x20\xcd\x5d\xeb\xfb\x76\xe1\x40\xa9\x6d\xa5\xe3\x76\x00\x70\xe3\xba\x11\x6d\x5c\x46\xa5\x0b\x27\x94\x43\x7f\x1e\xd4\xc2\x74\x90\x32\x6b\x11\x1f\x6a\x99\x1e\xd9\xc8\x8c\xd0\x14\x62\x48\xe5\x83\x24\xda\x82\x94\xa6\xa4\xc2\x33\x59\x44\x33\x71\x37\x7b\xd4\xf0\x0f\x01\x02\xd3\x27\x0d\x7b\xdb\xa3\xb2\xaa\x5a\xce\x93\xd7\xbe\x54\x90\xa4\x7d\x74\x7c\x76\x7e\x78\xfc\x6e\xff\xfd\xfe\xde\xbb\xb6\x7d\xdc\x87\xdb\x69\x29\x82\x99\x54\xfa\x1e\x5d\x44\x77\xf7\xf8\xe8\xf4\x6c\xe7\xe8\xec\xfc\x6c\xe7\x83\x3b\x78\xe1\x66\xe6\x5c\x44\x2e\xd6\x59\x55\xd9\xe0\xd5\xad\x1a\xe1\xf8\x3f\x19\xde\x98\x5e\x85\x2b\xb2\x84\xde\x41\xfc\xe2\x65\xb4\x70\xb5\x2e\x91\xe7\xb7\xee\xd1\xf9\x3a\x9b\x4e\x04\x37\xbb\x10\x39\xc5\xd6\xa6\x62\x00\x46\xcc\xa6\x6d\x3f\xe4\xa3\x9a\x9e\x17\x71\x55\xa8\x1a\xe2\x49\xa8\xf3\x91\xb8\x25\x44\x61\x44\x4c\xec\xd3\xd6\xd2\x7b\x21\xd4\x05\xa6\x75\x26\x49\xab\x03\xa5\xc3\x3e\xd8\xa4\x15\x9b\x51\xb5\x9a\x6f\xa6\x47\x06\x32\x19\x83\x60\xb0\xdc\xc6\x53\x73\x46\x60\xa9\xb8\x2a\xbd\x45\x08\x10\xe3\x06\xb2\x67\x4a\xce\xd2\x2b\xfd\xd1\xe4\xdd\x06\x0c\x3c\x4b\xaf\xae\xb4\xbb\x8a\x71\xfb\x77\x34\xbd\x65\x2f\x12\x9d\x19\x5c\x77\x30\x48\xcd\xd5\xe1\x9f\xe6\x53\x97\xc8\xdb\x76\x48\x92\x94\x90\x82\x2d\xd9\xe5\x66\x68\xeb\x87\xbb\x30\xc1\xb8\xb5\xbf\x98\x74\x8a\x51\x35\x0d\xa8\xad\x5f\x5f\x3f\xcd\x26\x29\xf0\xb6\xd0\x88\xb4\xd0\xb8\xba\x56\x71\x73\x91\xe5\x9c\x24\x43\x09\x54\xbe\x1c\x11\x8a\x20\xd7\xc6\x1a\x33\x47\x36\x4b\x9a\x92\xa7\x43\x48\xb4\xb9\xc2\xdc\x5f\x66\x68\xad\xa1\x81\x14\xe9\xf8\x33\x49\xc0\x74\x13\x57\x40\xb7\xe8\x65\x9e\xb8\xcd\x24\x15\x5d\xef\x93\x86\xbb\x3c\x82\x66\x79\xec\x85\xa5\x57\x78\x74\x63\xc7\x13\x0f\x16\x38\xc6\x9b\x27\x2f\x09\x64\x31\x8f\xa7\xb9\x4c\xcb\xab\x71\xdb\x08\x3c\x42\x1d\x41\x7f\xf9\x1a\x39\xc8\xb0\x77\x7f\xe3\xf7\x2c\x77\x87\x99\x65\x8f\x12\x97\x1a\x03\xd0\x42\x01\x15\x9f\x80\x46\x70\x35\xaa\xbb\x75\x19\x32\xa5\xb4\x18\x35\xed\x53\x70\x51\xe7\x88\xe7\x02\x3b\x69\x3c\xc7\x41\x41\x2d\x20\x83\x94\xa2\x99\x42\x42\x3e\x74\xc6\x18\x63\xf9\xc3\xc3\x7a\xd3\xc6\xe6\xc6\x3f\x73\xca\x0a\x77\x7f\x7a\x47\xce\x77\xb0\x22\x53\x53\x67\x5e\x47\x48\x63\x06\xc3\xf3\xdb\x2e\x18\x32\xc9\xeb\x64\x4a\x0d\x0e\x6e\xc5\x08\x92\xd2\x39\xd1\x5a\x8c\xcc\xf2\xb0\xd1\x1d\x9e\x3d\x91\x0d\x74\xf9\xc2\xfe\xb7\x09\xfe\xb0\x18\x59\xb5\x73\xbc\xf8\x32\x58\x71\x1f\x28\x41\xba\x75\x74\x4b\x53\x9a\xa5\xc9\xa9\x30\xba\xdf\xba\xd4\x61\x55\xde\xd3\x3a\x86\xd3\x62\x35\x8e\x67\x92\xdf\x18\xfe\xd5\x63\x78\x41\x23\xc4\x6b\x44\xd2\xe5\xa7\xa0\xf9\x22\xb2\x23\x55\x7a\x5b\xed\xda\xb8\xef\x8e\xaa\x70\x43\x4b\x4c\x28\x0b\x21\xef\x3d\x8d\x40\x2c\x97\x83\x5c\x3f\x66\xfd\x2f\xdf\xdd\x4b\x84\xc0\xa9\xf1\xad\x5a\x54\x74\xcc\xcc\x13\xb2\xa4\x13\xfb\xe7\x29\x3c\xa5\xaa\x8b\xfa\x9a\x71\xf6\xc6\x06\x7d\xd9\x9e\x0f\x78\x0b\x89\xee\x38\x09\xb3\x75\x93\xfd\xeb\x67\xee\xdd\x63\x6f\x93\xb1\x71\x17\xfd\x2b\x3c\x42\xa3\x82\x89\x2b\x98\xf0\x5c\x66\x12\x37\xba\x8e\xfd\x44\x9b\x53\x38\xdf\x26\x82\xbd\x91\x90\x7c\xd8\xe4\x97\xb4\x36\x3f\xb3\xc5\x15\x97\x6b\x77\x3c\xfd\x7c\x98\xce\xfc\x86\xfa\x95\x04\xed\x87\x29\x57\xab\x8a\x7f\xc3\x82\xfe\x5d\xff\x6d\x36\xcd\x16\xc1\x3b\x91\x73\xb0\x5d\xd5\x37\xae\xe4\x06\xc0\x1f\xed\x83\xbe\x1d\x01\x97\x55\xf6\xbd\x7d\x61\x88\x92\x56\x12\x10\x48\xae\xd8\xe0\x1e\x6d\x6c\xc3\x0d\x90\xee\xb5\x7e\x60\xae\x03\xdf\xb1\x2b\x0a\xd9\xdc\x3f\x34\x8a\xee\xa1\x61\x0c\x5d\xa0\x23\x0a\xdd\xc0\x34\x67\x1e\x69\x6e\x43\xf5\xd6\xcc\x3a\x65\x04\x81\x96\x39\xfc\xa4\x85\x31\x57\xc8\xc8\xc3\x43\x0f\x25\xcc\x56\x9f\x68\xb1\xd1\x27\x54\x47\xe5\xcd\x06\x4d\x79\xa4\x6f\xac\xa9\x43\x64\xe3\x30\x1c\xd1\x1b\x6f\xd0\x60\xe4\x1d\x81\xb4\x53\xae\x7e\xde\xe9\x24\x39\x33\xba\x17\xc5\x4d\xcc\x73\x39\x90\x15\x55\x95\x59\x0e\xf1\x0a\x14\xa1\x72\xc7\x2c\xd0\x72\x34\xda\xc5\x3a\xa7\x04\x47\xd6\x2c\x41\xfb\xcc\xef\x99\xf4\xa4\x4c\x38\x62\x21\x52\x59\x08\xc4\x97\x3a\xd1\x3b\xa2\x56\x46\x4e\x2e\xf7\x6e\x66\xf2\x3e\x21\x95\xfb\xcb\xee\x71\xd8\xa1\xa6\x22\xda\xcb\xcb\x7c\x4b\x08\x41\xed\x73\xfe\x45\xba\xa8\xfb\x41\xdb\xae\x2e\x8a\x32\xe7\x73\x8b\xe5\x01\xcc\x84\xf2\x2a\x1e\x25\xbc\x5a\x06\x9c\x7e\x56\x97\x09\xe5\xf9\x2d\x7a\x92\x70\xa2\x2d\x2d\xd8\xa5\x42\x07\x7b\xd9\xc2\x5d\x1d\x06\x6d\xf2\x31\xc3\xc1\x66\x1e\x36\xa5\xa5\x23\x30\xe4\x5d\x59\xb8\x91\xb3\x18\xe6\x74\x5b\x37\x90\xd8\x2a\x14\x6c\xf1\x01\x76\xf0\xb7\xbd\x4a\x52\xb5\xc7\x40\x70\x4f\xf8\xe5\x7b\x2b\xca\x84\x93\x08\xc0\xc7\x5a\xd9\xa9\x8e\x2a\xdb\xa6\xb9\x7f\xb7\xbf\x5a\xa2\x3d\x0e\x84\xd6\xcf\xfc\xfe\xbd\xda\xa7\xda\x46\x22\xf9\x68\xf5\x76\x41\x8d\xfa\x5e\xad\xeb\xbd\xe2\x1a\xe5\xfc\x50\xd6\xd1\x1f\x52\x53\xde\x14\x3a\x77\x80\xf1\xae\x59\x06\xb0\xdd\xea\x08\x66\xc3\x87\x16\x25\xeb\x51\x6c\x22\xa4\x09\x88\x71\xcc\x67\x26\x2c\x2e\x57\x33\x68\x57\x83\xa6\xb2\xcb\x4c\x94\xd2\x06\x23\xe4\x43\xdb\xed\xa8\xaa\xad\x8a\xe9\xc6\x3d\xb2\xea\x7e\xba\xaa\x9b\x60\x6d\xac\x12\xc5\x54\x00\x7f\x04\x3d\x0a\x44\xb8\x50\xf5\x49\x13\x24\x60\x82\xc6\xcb\xb2\x5d\x51\x6e\xf9\x1d\x17\xd0\xc6\xc2\xf5\x26\x3a\x28\xd6\x8f\x93\xa0\xe5\x6f\x45\xa7\x69\xb8\xb1\xe1\xa7\xa5\x90\x4a\x2f\xa2\xe5\xae\xec\x3b\x05\x9c\x11\x1b\xbf\x60\x56\x94\xc4\x2e\x0a\x55\x9b\x35\xb0\x9f\xab\xba\x91\xa2\xd0\xea\xed\x27\x2a\xae\x91\xa2\xbb\x49\x9b\x4d\x1b\x8c\x1f\x51\xbd\xe0\xd7\xb4\xb8\xdb\x9c\xf2\x5b\x5e\x33\x82\xd4\x8e\x6e\xb4\xa0\xe9\x9f\xd7\x85\x8f\xa7\x3c\x15\xec\x42\xfd\x65\x7d\x20\xef\xdf\x4f\xd3\xab\xf2\xbd\x28\x6e\x98\x90\x94\x77\xaf\xd3\x72\xd7\x95\xb1\x4c\x7d\x12\xbc\xe4\xf2\x1d\xbf\x98\x5f\x5d\x71\xb1\x9b\x4e\xa7\x17\xe9\xf8\xb3\x57\xa6\x93\xc5\x47\xc9\x76\x64\x45\x79\x77\x65\x3d\x0e\x15\xb9\xaa\xa7\xd0\xe5\x9e\x45\xf7\x50\xc8\xb8\x69\x47\x3e\x44\x1b\x4a\x1d\xcf\xa7\x02\x95\xfe\xee\x5c\x88\x0c\x45\xa8\xf2\x6e\x16\x2c\x95\x50\xe3\xef\xd7\x99\xe4\xe5\x2c\x1d\xf3\x26\xb5\xff\xaf\x5d\xc9\x4b\x69\x2c\x3f\xf3\x42\xdc\x80\x5a\xcf\x2e\x22\x9b\xa9\x73\xbd\x53\x48\xf3\xd8\xd1\x90\x61\x37\xba\x26\x17\x15\xba\x39\xcd\x4d\x58\x39\x47\x0b\xa0\x76\xfc\x6e\xed\x13\x07\x81\x8a\xba\x40\xe9\xea\xe3\xaf\x3c\x11\xc4\xf9\x04\x65\x0d\x0f\x2c\xd6\x34\x15\x02\x7e\x50\xb0\x28\x7b\x02\x60\x7a\x19\xbf\x02\x30\xe9\xa1\xd0\x61\x9a\xea\x90\xa0\xa0\x95\x3e\x6d\x57\x18\xc8\xb2\x3e\xbb\x5c\x43\x9d\xe5\x67\x22\xcd\x4b\xed\x45\xcc\x6a\xb1\x6d\xf8\xf0\x3d\x1f\x11\x45\x7d\x81\x4e\xf0\xee\x05\xbf\xca\x72\x25\x24\x89\xfb\x85\x4c\x48\x75\x99\xe5\xe9\x74\x7a\xbf\xe0\xd6\xfa\x9f\x54\xd0\xef\x15\x97\x26\x2e\xd9\x2f\xa9\x88\x71\x0a\x78\x1b\x19\xf8\x58\x83\xdb\x09\x57\xc7\x1f\xf0\x25\x9d\x76\x53\x99\xf4\x02\x54\x7b\xa7\x33\x16\x57\x80\xfb\xf9\x84\x8b\x9d\x42\xae\x5a\x6a\xbd\xae\x39\xb7\xca\xde\x83\xee\x65\x21\xf6\xb5\xb6\xf8\x04\x3a\x80\xb4\x64\xb7\x54\xa8\x0b\x5a\x8d\xf0\x9b\xa4\x29\x9b\x0a\xab\x52\x4e\x38\x5d\x94\x7c\x7a\x39\xc8\x29\x06\x75\x50\x50\x29\x38\x37\xbe\x06\xe0\xdf\xab\xdf\x5f\xab\x00\xdc\x6b\x91\xa4\x21\xb0\xee\x5c\xd4\xa0\xd6\xc2\x62\xe4\x34\x1b\x20\x49\xd1\xe9\x24\x16\x48\xc3\x18\xd0\x52\xc1\x0a\x77\x86\x82\x14\xc3\x24\x5d\xf4\xa8\x08\xf2\x8a\xd0\x29\x9b\xca\xa4\xec\x1a\x92\xea\xdc\xab\xd4\x09\x58\xdc\xa4\x79\x7a\xc5\xc5\x60\x0e\x41\xae\xb9\x0e\x41\x91\x5d\x26\xeb\x7b\x32\x11\x32\x99\xab\x6d\xdd\x45\x7e\xda\xc9\x98\x10\x3a\x6f\x08\x75\x66\x92\xe8\x67\xe0\x96\xef\xd3\xe8\x97\x6b\x90\xdb\xca\xc0\xb4\xa6\x8d\xea\xcb\xb5\xb4\x5c\x4b\xd7\x44\x51\x48\x5f\xb3\xdb\x26\xad\x94\xc1\x80\x3b\x85\xd4\x8e\xfd\xc6\x7c\x7e\x4c\xeb\xd0\xbb\x95\x9f\x89\xa4\xa4\x29\x9d\xd2\x2c\x5c\xfb\xc3\x34\xcb\x1b\x96\xbd\xee\xa9\x8c\x56\xb8\x68\xc2\x05\x19\xae\x68\x16\xe0\x82\xf0\x3e\x5a\x31\x2e\x14\x08\x1e\xe3\x8c\x5d\xc3\x05\x77\xa7\xd0\x12\x01\x96\x76\x3a\x49\x1a\x62\x43\xd9\xe9\x24\x65\x00\xeb\x94\xce\xd9\x64\x09\x36\x38\xa8\xb2\x10\xf6\xb2\x52\x9b\x3e\x56\xf8\x30\xaf\xe3\x43\x81\xf0\x61\x62\xf0\xe1\xba\x62\x63\x84\x0f\x93\x1a\x3e\x5c\x13\x42\x27\xff\x5b\xf8\xa0\x23\x79\xc0\xa0\x3f\x65\x21\x4e\x5c\xd3\xfa\x0c\x08\x9d\x69\xd5\x88\x76\xc9\xb3\xb1\xa0\x2e\x9d\xcf\x5d\x4e\x1a\x18\xf1\x99\xd1\x9a\xdd\xb0\xd9\xb0\x37\x6a\xd5\x42\x9d\x1a\x2f\x7a\xfd\x73\xb0\xf6\xcd\xe2\xc6\xe6\x75\xac\xe0\x47\x39\x4b\x73\x9d\xcf\xb1\xea\x76\xdd\x07\x9e\x4f\xaa\xb5\xc1\x60\xed\xec\xf8\xdd\xf1\x5a\x22\xaf\x05\x4f\x27\x6b\x17\x5c\x4a\x2e\xc8\xbf\x49\x35\x65\xd6\x88\x63\x46\xb1\xff\xdf\x25\x76\x9f\xab\x10\x8e\xcf\xe9\x94\x8e\x69\x1a\xe2\xd4\x12\x1c\x0f\x48\x4b\x03\x1d\x51\x78\xe3\xb1\x5c\x1a\x3c\x8f\x29\x47\x80\xe7\xb9\xc3\xa8\x95\x34\xef\xf4\x3e\x1f\xb3\x4b\x41\xb9\x25\xf5\x3b\x52\x8a\xec\x62\x2e\x39\xdb\xe1\xc0\xf8\x64\x3c\x97\xd6\x69\xab\x51\x3f\xd2\x44\xb4\x1d\xbf\xe1\x0c\x8f\x55\xb3\xf7\x8a\x03\x3e\x2a\x26\x9c\xdd\x08\x80\x40\xdf\xcf\x59\x91\xaf\x1c\xe0\x4a\x2c\x1f\x61\xc2\x4b\x29\x8a\x7b\xf6\x19\xfa\xbb\xca\x4a\xc9\xc5\x3b\x6e\x85\x08\x76\x4a\x39\x04\x0c\xab\x15\xc4\xc6\x12\x11\x5b\xb2\xde\x27\xad\x9e\x11\xda\xbf\x24\x9c\xd0\xcc\x84\xab\xd8\x6e\x73\x75\xdc\x7c\x4f\x65\x7b\xd0\x9e\xa0\x5f\xad\x7c\x98\x8d\xd8\x1e\x98\x62\x53\x09\x2f\x06\x94\x77\xd3\xb2\x2c\xc6\x59\x2a\xf9\x3b\x0d\xaf\x42\x96\x5d\x25\xeb\xb1\x63\x58\x26\xf3\x39\xcb\xaf\xd8\x6f\xf8\x43\x64\x7b\xa1\x35\x1a\xf7\x8d\xde\x15\x5a\x2d\x68\x82\x78\xbf\x61\xcf\xaa\x16\xb0\x95\xa7\xe3\x6b\xae\x38\x5a\xd3\xa1\xef\x4e\x92\x05\xef\x9e\x97\x51\xf1\x21\xb3\xfc\x68\xd4\x10\x43\xd2\xd8\x94\x4f\xd8\x89\x6e\x7c\x6e\x36\x65\xd7\x6a\x3f\x77\x29\xef\x9e\xed\x1d\x7e\x3c\xd8\x39\xdb\x3b\x3f\x3e\x3a\xf8\xf5\x7c\xf7\xf8\xf0\xe3\xf1\xd1\xde\xd1\x19\xe3\x5d\x1d\x20\xc9\x51\xdb\x43\x4d\xd0\x58\xe3\x08\x0d\x10\x73\x93\x4b\x14\xad\x6c\x89\x1b\xf0\x5c\x7d\x42\xa5\x67\x22\x1d\x7f\x86\xcc\x44\xdd\xd3\xbd\x93\xfd\x9d\x83\xfd\x7f\xee\x9c\xed\x1f\x1f\x9d\xbf\xdf\x3f\x39\x3d\x3b\x3f\x3a\x7e\xb7\x77\x7e\x7a\x76\xb2\x7f\xf4\x01\x4c\x46\x0c\x0f\x69\x31\x54\x7d\xba\x29\x24\x3f\xc8\x6e\x75\x9c\x0e\xc6\xbb\x4e\xf7\x0b\x1f\x8c\x67\xcf\x11\xbf\xdb\xd3\xd9\xe0\x7c\x53\x3d\xd5\x77\xf1\x49\xe3\xdd\x86\x4f\xbb\xda\xc6\x68\xf2\xd1\xf1\x5b\x3b\xd6\xb9\xc1\x8c\x60\x6b\x1c\xa5\x37\x7c\xb2\xac\x30\xfe\x6e\x55\x10\x1f\x4e\x19\xef\x1e\x14\x77\x07\x4a\x74\xfa\xe5\xd0\xce\x22\xcb\xaf\xf4\x8f\xa3\x77\x7b\xef\xf7\x8f\xf6\xde\xf9\x07\x66\x30\xe9\x31\x0a\x38\x6c\x55\x73\xf4\xe9\xe0\x20\xa8\xb5\x5b\xe4\x13\x03\x32\xae\x07\x54\xca\x42\x91\xdf\x66\xa2\xc8\x15\x60\xe6\xcb\x3b\xad\x89\x7d\x87\x28\x9a\xfa\x7a\x7c\x78\x26\xb8\x76\x0e\x31\x81\x4f\x19\xef\xee\xbf\x3b\x3e\xdc\xbd\x4e\xf3\x2b\x5e\xea\x3a\xfe\xc7\xe1\xfe\xd1\xfe\xe1\xce\xc1\xf9\xee\xce\xc7\x9d\xb7\xfb\x07\xfb\x67\xfb\x7b\x6a\xa2\xef\xf6\xde\xef\x7c\x3a\x38\x8b\x3f\xaf\x90\x86\xa0\xb0\x2c\x84\x5d\xce\x22\x1f\x0b\x2e\xf9\xdb\x62\x9e\x4f\x02\x1f\xad\x32\x7a\xb3\xdf\x3f\x3a\xda\x3b\x39\xff\xe5\xb0\xad\xf8\xb8\xb0\xe8\xdd\xde\xe9\xd9\xc9\xf1\xaf\x3b\x6f\x0f\x14\x86\xed\xec\xfe\xad\x4d\xe8\x3c\xaa\x03\xdf\x4f\xdb\xea\xd2\x0f\x0b\x4e\xf6\x3e\xec\x9f\x9e\xed\x9d\xa8\xb2\x49\x54\xf6\xe3\xde\xce\xc7\x36\xa1\xd7\xd1\x67\xfb\xb4\xab\x9a\x5c\x46\x65\x0a\x03\xda\xf0\x92\x84\x3e\x7e\xdc\x6d\x5b\xe7\xb1\xd9\x12\x65\x8c\xc9\x70\xe8\x62\xd8\xf3\x2f\xf2\x34\xbb\x98\xaa\xf3\x04\x2f\x01\x68\xd5\x66\xa6\xab\x9b\x47\xf4\x93\x70\x23\x98\xfe\x40\x49\x62\x55\x3b\xd3\xb4\x94\x4c\x54\xba\x96\x39\x4c\x75\x77\x50\xd3\x43\x75\x69\x6f\x97\xa8\x0a\x7c\xaf\x54\x5f\x0d\x85\xea\x33\x80\x1d\xee\xef\x8d\x01\xfd\x76\xc9\x2a\xd4\x01\xcf\x21\x00\xc4\x9f\x85\x55\xf5\xb2\x0c\xd4\x3c\xb4\xa1\xbc\xd2\xe0\xb8\x4c\xe1\x4a\x34\x0b\x07\x07\x71\x0d\x8d\x04\xfa\x4e\xdf\xb9\x92\xa8\xb6\xb6\x6c\x10\xd9\x02\x6f\xa5\xe2\xb9\x14\xc7\xe1\x33\x60\x26\x85\xce\xe0\xc0\x58\xe6\x53\xa6\x15\x2c\x45\x00\x5d\x84\x4e\x67\x75\x70\x44\x04\x4e\x1e\x82\x93\x31\x61\xc1\x29\x58\x16\x83\x23\xbb\x82\xdf\x14\xb7\xfa\xd6\x4c\x32\x55\x1d\x05\xbc\x2f\x5a\x19\x2b\xf4\x5b\xc0\x3d\x7e\x58\xf1\x2f\x02\xe7\x01\x4b\xe1\x9e\x9a\xe4\xa0\x96\x21\x22\xe1\x2e\xf1\x1d\x27\x03\xf0\x78\x44\x01\x57\x9c\xdc\x5d\x8b\xe8\xef\x77\xa2\xee\x79\x68\x7c\x0d\xe1\x89\xd6\x6b\x47\x41\x8f\xe2\xba\xde\x5b\xda\x75\xa7\xe3\x22\xe3\xf7\xad\x6c\xce\x9d\xbf\xa7\xcf\x6b\xc0\xbb\xe5\x0c\x6c\x66\x05\xed\x13\xca\x2b\x34\x59\x3f\xcc\x97\xc7\x18\x09\xaf\x02\xd1\x1b\x68\x82\xbb\xd8\xb7\x40\xfd\x2b\xe6\x82\xf4\xd7\x49\xfc\x41\xcb\x24\xbd\x8a\xde\x9b\xb7\x10\x09\x2f\x86\x0e\x98\x63\xac\x6e\x00\x46\x4b\xf1\x5b\x7e\x46\xc2\x3f\xa1\x9e\x27\xfe\x07\x84\x71\x36\xf8\x55\xb2\xf3\xc4\xfd\x4d\x79\xd0\xfd\xe9\x0a\xf6\xee\x0f\x31\x77\x76\x45\x15\x8f\x77\x6e\x78\x3c\x35\xa2\xea\xec\x10\xc2\x4e\x2c\x14\xdf\x55\x67\xab\x74\xb0\x03\xfa\x91\x9e\xd1\x13\x5b\xcf\x81\xf9\x19\x05\xf1\x49\x74\x50\xd1\xf5\xc4\x71\x72\x7d\x82\x9f\x01\xca\x81\x40\x5b\x51\xdf\x87\x2c\xd8\x84\xa2\x62\xb2\x65\x7a\x62\x7d\x7a\x97\xe4\xf4\x33\xa1\x77\x49\x46\x25\x7b\x23\xc1\x24\xe4\x4e\x1d\x6d\xf6\xe6\xd0\x6c\xce\x89\x36\x3f\xb8\x4b\x84\xfa\xda\xa4\x15\x82\xfd\x81\xf5\xd2\xfd\xaa\x15\xf5\xdb\xb4\x87\xb7\xc9\xbd\x98\x12\x6a\x81\x78\x16\x24\xcd\xdf\x75\xa1\xe5\xec\x94\x64\xa5\xd7\xe0\x2e\x91\xf4\x33\x3a\x1d\xbf\x7d\x25\xff\xdb\xaf\x9a\x59\x54\xba\x8a\x23\xdc\xa1\xab\xb9\xc9\x8f\xe6\x5a\x78\xd7\x68\x5b\x07\x57\xc0\x23\xb4\xdd\x3c\x75\x1c\xad\xea\x60\x25\xfd\x57\x4b\xb0\x1f\xdf\xf3\x9f\x4e\x4e\x8f\x4f\x2c\x4b\x61\x60\x3c\x88\xae\x2e\xd0\xbc\x19\xfb\x1f\xcb\x4d\xe5\x57\xe8\xc9\x0f\xe2\x75\x43\xa4\x42\xff\x71\x78\xa6\x1f\xfe\x25\x8e\x49\x6f\x53\x16\xfa\x90\xf5\x41\x31\xc4\xa4\x58\x52\xa6\x08\xab\xbd\x10\x40\x9f\x15\x1b\x25\x4e\x8a\x1b\x06\xaa\x49\x1d\x57\xec\xd8\xc1\x64\x4d\x2a\xb4\x79\x84\xff\xae\x6b\xbf\x3b\x3e\x4c\x9c\x87\x43\xa3\xb0\x88\x23\x17\xa8\x8e\xd4\x47\xcb\xcc\x50\x89\x6f\x1b\x12\x5a\x0a\x9b\x4e\x05\x2f\xe7\x37\xb5\x10\x56\xae\xa7\xf8\xae\x93\x5a\xf9\xaf\x4e\x58\x68\x3d\xec\x08\x9b\x5a\x0a\x27\x44\x40\x3e\xc3\xd0\x38\x37\xe0\x1c\xe6\xe5\xb5\x96\x1d\x74\x6d\xbd\x16\x15\x64\x41\x81\x2f\x71\xdc\x6a\xbf\x07\x5d\x59\xe8\x6b\x44\x7b\x9f\xf2\x26\xce\x64\xb8\x3f\x72\x4f\x59\xa6\x02\x54\x46\x8b\xb2\xbc\x01\xaa\x64\xb3\x00\x3d\x06\x52\x99\xfd\xce\xdf\xf4\xaa\x0b\x3d\x97\x65\xb5\x6c\xbc\xed\x59\x31\xf3\xfc\x94\x1d\x1d\x62\x60\xd3\x08\x96\xaa\xb6\x4e\xb5\x55\xf4\x2b\xae\xb6\xef\x7d\x82\x79\x5a\xa2\x5d\xad\x42\x69\xee\xd1\x3e\xde\x36\xf5\x01\xc5\x07\x59\x59\x4b\xe3\x54\x6f\xff\x29\x68\x0f\x24\x33\xac\xd4\xf4\xc8\x63\x2f\x30\xc1\x96\xac\x5a\xf4\x14\xab\xae\x3d\xf9\xf0\x20\xba\x93\xcc\x44\xec\xd3\x8c\xae\x37\x0a\x3c\x3f\x2f\x66\x3c\xc7\xe8\x85\x7b\x35\x9e\xa9\x94\xab\xdd\x68\x5a\x17\xb3\x97\x5d\x78\x6c\x50\x08\xac\xbe\xba\xae\xc7\xd3\xa2\xe4\x4b\xfb\x56\x5b\x59\x05\xe3\x2f\xaa\xb0\xcd\xa2\x52\x85\x16\x0b\x42\x53\x26\xdd\xd0\x97\x05\x46\xea\x01\xa9\x93\x54\x56\x71\xed\x60\x12\x93\xe2\xc6\x18\x2b\xb8\x0a\x34\xd8\xdc\xea\x72\x8a\x08\x58\x08\x87\xdd\x40\x6b\xf4\x80\x46\x6e\x19\x40\x83\xd6\x8a\x2f\xa1\x5f\x4b\x8f\x61\x23\x6c\x86\x57\xb5\x7b\x8d\x64\x15\x2c\x22\xf4\x8c\x32\x45\x42\xdd\x7c\x85\x5a\xe7\x70\x0e\x4e\xa4\x51\x93\x0f\x38\x7e\x97\x24\x03\xd3\xc6\x0a\xb6\xa5\x59\xbe\xb9\xcb\xa6\xd3\xdd\xa0\xd8\xbe\x23\xcf\xea\x5f\xfc\x24\x34\xbe\x6b\xad\x0a\x02\x0b\x65\x31\x32\xcb\xb7\xac\x5a\xb5\xbc\xc8\x3f\x9b\x07\x73\x16\x84\xa2\x88\x0c\x8a\x71\xdf\xd2\xa2\x08\x48\x17\x5b\x84\x07\xc2\x06\x2a\xb2\x6c\x23\x44\x2d\x8c\x91\x2d\x3a\xdb\x74\xbd\x47\xd4\x71\x09\xe1\xb2\x02\xa4\x3b\x46\xf5\x35\xaa\x66\xf1\x06\x35\x3d\xf1\x3a\xe2\xe7\x32\x07\x68\x77\x36\xdd\x1c\xe3\xc8\xa2\x7e\x6b\xbb\x84\x2f\xe1\x4e\x04\x0b\x1e\x35\x80\x53\x5a\x27\x1f\x8d\x54\xa0\x5e\x8d\x72\xdf\xf6\xa8\xc1\x73\xb0\xd6\xd2\x54\xd2\xed\x8e\x97\x9f\x59\xdb\x30\x3c\xd6\x94\x57\x75\x6c\x5c\x04\x0d\x42\x44\xae\x74\xe0\xd4\x33\xfe\xa5\x4e\x15\x02\x90\x0c\x2e\x06\xd5\x15\x06\x86\xed\x21\x9c\x74\x71\x33\x90\xd4\x90\x85\x81\xa0\xe8\x18\x21\x0b\x24\x69\x28\x8e\x6a\x69\xe6\xec\x6d\xd0\x82\xf3\x28\x68\xa6\x38\xa6\xcc\x0d\xd6\xb4\x8e\xb5\x53\x1c\x5e\x2e\xf5\x03\x4d\xb9\xeb\xef\xbd\x48\xaf\x42\xc2\x66\xe4\x75\x40\x7d\x10\xc2\x31\xef\x73\x13\xf6\x2d\x69\x70\x4e\xfe\x1c\x50\x2e\x7a\x89\x1a\xe8\x36\x1a\x08\xef\xc0\x6e\x71\x03\x20\xb7\xdb\x68\x17\x7e\x3c\x3b\x3c\x58\xbe\x30\xaa\xb4\x09\x8e\x18\x0a\xca\x2d\x56\x18\xa5\xa4\xed\x16\xfb\xcc\x0b\x48\x29\x02\x01\x2c\xf5\xed\x13\xa2\x8c\xc1\x7f\x19\xf5\x84\xd0\xc4\xf6\x34\xcf\xeb\x7d\xad\xc0\x42\x25\x74\x06\x5d\xd6\x37\x2f\x58\x27\x54\xfc\x34\x10\x2d\x72\x35\xf4\x65\x8f\xa6\x46\x83\x78\x77\x96\xf4\x2f\x48\x55\x9b\x60\x44\xdf\x83\xcd\xab\x1a\x16\xa4\xb1\xbe\x59\xcb\x2a\xc4\x87\xa7\x9f\x61\xdf\xc2\x23\x10\xea\xe5\xeb\x4f\xb2\x6f\xfc\xf8\x41\x2e\xb9\x74\x3a\xff\x40\x33\xaa\xd0\x35\x28\xac\x71\x0a\xd4\x5d\x7e\x25\x97\xc8\x8a\x49\x36\x48\x79\x3a\x88\x46\xc9\xcd\x8b\x6c\xf3\x90\x8d\xd0\xa8\x46\xf1\xe3\x44\x9c\x0a\xa5\x0e\x5a\xe1\x9d\x17\x52\xdb\xea\x7d\x21\x92\x8c\x6a\x39\xd4\x2e\x4c\x01\x5a\x21\x58\x3f\x6f\x95\x4a\x68\x51\x55\x4d\xef\x27\x07\xf4\x8c\xed\x1b\xe9\xf6\xfd\xb2\x68\x8b\x48\x37\xad\x75\xc9\xa1\xe7\x29\xfa\x99\x73\x08\x71\xcd\x7a\x4f\x50\xda\xae\x56\x2e\x63\xad\xe6\x2a\x45\x33\xd2\x76\xc6\x0c\x6d\x03\x96\x5a\xe6\xce\xc0\xb9\xb1\x11\xf3\x5e\xb8\x74\x73\xb3\x7e\xbf\x3a\x33\x71\x53\xc7\x9a\xce\x02\xb4\xd6\xeb\xc8\x2c\x12\xbf\x5b\x7b\xe7\x85\x01\xbd\x52\xfc\x6e\xed\x08\x8e\x45\xc3\xad\xff\x15\x7d\x73\xdc\x29\x37\xf6\x48\x4a\x44\xe0\x64\x61\x73\x62\xb9\xda\x9d\x0e\xef\xd6\x28\xbb\xd5\x9a\xfc\xee\x7c\xf1\x6a\xdb\xaf\xbd\xf0\x38\xa1\xa7\x1a\x9d\xbc\x53\x57\xb4\xb9\xc1\x68\x7a\x2f\x90\x62\xbe\xd3\xb9\x30\xb1\x8a\xb5\xcf\x7e\xf4\xd4\xf7\xbb\xc1\xbe\xb7\x08\x10\x2d\xe7\x93\xc5\x67\xdd\xd0\x04\xa0\x31\xdd\xb4\x6a\xb8\xf2\x04\x7c\xa4\x5c\x8d\xdd\xf0\xa8\xf8\xd6\x0c\xff\x69\xe5\xab\x84\x45\xff\x0b\xb5\x59\x4a\x06\x75\x96\xb2\xcb\x8a\xff\xcc\x01\x70\xdd\x0c\x7b\xa3\x65\xe7\x00\x99\x0b\xbb\xea\x4e\x67\x3d\xe4\xce\x80\x75\xb4\xe2\x80\xc4\xc8\x5f\x47\xf7\x26\x34\x0d\x90\x4d\x2b\xcf\x7e\x64\x0b\x45\x85\xb3\xab\x5c\xdb\x81\x0e\xfa\x74\xc2\xcb\xf1\xa0\x4f\x65\x26\xa7\x7c\xd0\xaf\xe8\x2f\x36\xec\xa2\x26\xe8\x26\x4f\xb1\x5e\xfb\xff\x34\x12\x9e\x49\x31\x9e\xe3\x67\xb1\x92\xcb\xf9\xec\x53\xc9\xa7\xbc\x2c\x3d\x8f\xd9\xf8\x55\x77\x30\x0f\xbe\xb2\xa0\xd3\x48\x26\x6d\x4f\xb2\xdb\x36\xa9\x6a\x82\xaa\xe1\xcd\x28\x64\x4f\x92\xdb\x89\x60\xed\x6b\x29\x67\x83\x6f\xbf\xbd\xbb\xbb\xeb\xde\x3d\xef\x16\xe2\xea\xdb\x67\xbd\x5e\xef\xdb\xf2\xf6\x4a\xdb\x21\x43\x06\xea\x59\x3a\xe6\x9f\x4e\xf6\x1f\x1e\xda\xe6\x3b\xa7\x39\x5b\x5f\xff\x51\x3b\x65\x1e\xa5\x37\x7c\x44\x06\xaa\x37\x5c\xdc\x27\x54\x74\x3a\xeb\x3a\x4f\xec\x2f\x43\x3e\xaa\x27\x34\x36\x06\x45\x1a\xce\xb5\x74\xed\x9b\x05\xaf\xd6\xb2\xbc\xcc\x26\x7c\x2d\xcd\xd7\x4e\x7f\xf9\xb0\x36\xd6\x81\xbf\xff\x1d\xb3\x8b\x4d\xf3\x3e\x3a\x4d\x56\xcd\x87\x7a\xdf\xb5\x55\x8b\xc7\x49\x55\x13\x72\x05\x59\xf0\x88\x3f\x55\x37\x5f\x8d\x5b\xf4\x22\x65\xbb\x5d\x0b\xe5\x17\xde\xfd\xed\x36\x7a\x94\x09\xba\xd6\x6f\x17\xc0\x3e\x73\x9a\xd3\x5c\x27\x5d\xcc\xd4\x95\xb9\x2d\xbb\x33\xc1\x6f\xb3\x62\x5e\x5a\xee\x02\xb1\xd4\x41\x0a\x41\xdb\xe9\xce\xe4\xb7\x74\xcc\x73\x80\x32\x69\x5f\xc0\x10\x3c\x9f\xb4\xa9\xf0\xaf\x7d\xba\xb5\x0d\x8f\x24\xd5\x16\x40\xba\x9d\xe2\x72\x4d\x35\x33\x2b\x43\xe4\x8a\x2e\xc1\xa4\xd4\x74\x5a\x03\xd2\xb9\x02\x2f\x42\x24\x76\xfe\xc8\xd1\x0a\xa4\x6a\x05\xd2\x27\x8e\x96\xc6\xa3\xd1\x50\x36\x77\x49\x2b\x8b\xed\xe0\x05\x73\x10\x88\x2e\x48\x98\x50\xcb\x5e\xd2\xcc\x9e\x1f\x24\x76\x2d\x56\xa0\x0f\xaa\x56\xc5\x5c\xde\xaa\x76\xbe\x16\x7a\xf4\xf8\xc6\x6a\xe3\x71\x7a\xbe\x35\xd1\x0a\x73\xd6\x7a\x45\x33\xaf\x1d\x04\x49\xe1\x30\x6a\x1b\x5f\xf1\x18\x2e\xb4\x5f\x8f\x33\x31\x9e\xf2\x37\xaf\xbf\x35\x7f\x28\xf2\x01\xe9\x03\x73\x4b\x22\xa7\xf7\x2e\xd8\xe2\x3a\x63\xe6\x09\x47\xcd\xd8\xa6\xd2\x7b\x78\x58\x75\xfa\xa0\x8d\x5f\xf0\x80\xb0\x40\xae\xc5\x9c\xf8\x79\x1a\xef\xab\x46\xb2\x66\xb7\x2a\x74\xbd\x17\x8b\x86\xc3\x28\x68\xe1\xdc\x32\xd4\x79\x2c\x1e\x1e\x78\x30\x30\xa4\xa7\x06\xc6\xa0\x2e\xf9\xe9\xe6\x83\xd8\xb2\xd3\x3c\x3f\x83\xbf\xc6\xfb\xe3\x93\xbd\xfd\x0f\x47\xc7\x6f\x7f\xda\xdb\x3d\x03\xc2\x67\xe9\x61\x57\x16\x9f\x66\x33\x2e\x76\xd3\x92\x27\x2e\x0d\x6b\xfb\x75\x79\x7b\xf5\xe6\x75\x70\xb9\xbc\x69\x6f\xe4\x1b\xed\xd7\xdf\x86\x1f\x5f\xab\x35\x7b\xd3\xd6\xc6\x17\xe0\x5a\x60\x0f\x61\x22\x08\x6d\xde\xcf\xf4\x52\x72\x61\x4e\x46\x4a\x68\x11\xae\xb7\xff\xb3\x42\x8e\xf9\x1a\x22\x03\xc2\x9f\x1b\xb2\x8c\x87\xac\x1a\x5c\x26\xe3\x1c\xc0\xbe\x36\xcd\x58\x0e\xf6\x06\xc5\x12\x83\x03\x19\x5b\x1b\xc0\xe9\x2f\x68\xc1\xd2\x2a\x38\xbd\x3a\xea\x42\x95\x14\x10\xbe\x5d\xa1\x56\x46\x55\x6d\x9c\x06\xfd\xef\x61\x5c\xa7\x4e\xa7\x6e\x43\xb7\x04\xfb\xc0\xd0\xc0\xf0\x9f\x46\xf7\x17\x11\x00\xe3\xc6\x03\x2f\x9a\x8f\x9d\xbb\x92\x8f\x8b\x7c\xd2\x26\xf4\x19\xdc\xb6\xb5\x33\x65\xd3\xc9\xf6\x0d\xd6\xaf\xf7\x20\x61\x7e\x88\xfb\x72\x29\xab\x8b\x19\x07\x43\x68\xdc\xbc\x30\xf7\xfc\xf8\x45\x66\x56\x6a\xe9\x59\x81\x18\x5c\x7a\x57\xd7\xfb\xea\x0e\x78\xec\xaa\xea\x74\x32\x7c\xcf\xa8\xd5\x03\x53\xff\xf5\x1e\x8d\xaf\xda\xfa\x24\xa8\x24\xd6\xba\x7b\x35\x44\x16\x31\x94\xd0\x80\x2f\x85\x86\x3e\x41\xa8\x1c\xc8\x6a\xd8\xbe\x68\xd3\xf6\x45\x76\xa5\xfe\x55\x8c\xf5\x7f\xe6\x85\xe4\xea\x47\x31\xb9\x57\xff\x11\x6d\xda\x56\xbb\xc9\xe1\x8f\x62\xa2\xca\x26\x6a\x33\x15\x82\xd0\xf6\x64\xaa\xfe\x91\x6d\xda\xe6\x37\xf0\xcf\x05\x57\x85\xd7\x7d\xf5\xcf\x33\xf5\xcf\x73\xf5\xcf\x0b\xf5\xcf\x77\xea\x9f\x97\xea\x1f\x9e\x42\x25\xd5\x65\xa6\xfe\x7f\xa3\x86\x9f\x66\xf0\x0f\x30\xfd\x6d\xda\xbe\x49\xd5\x39\x6b\x43\xfa\x5c\xda\xce\x0b\x80\xa4\x50\xc3\xcd\xd4\xff\x85\x02\x44\xcc\x2f\x14\x90\xa5\xfa\xff\x4d\x3a\x55\x85\xe5\x2c\x55\xcd\x4a\x29\x0a\xe8\xa6\x94\x22\xfb\xac\xea\x96\xf3\x0b\xf8\x57\xb5\x96\x3a\xd1\x58\x5b\x2a\xc0\xe7\xea\xff\xaa\xe9\x6d\x2a\xda\xa3\xee\x65\x21\xf6\xd2\xf1\x75\xc2\xd9\x1b\xc5\xc7\x31\xf3\xb2\xf4\x81\xfe\xca\xbe\x1d\xfe\x4b\x6e\xfe\x4b\xac\xfd\xeb\xcb\x4e\xef\x5f\xf3\xfe\xcb\x57\xea\xdf\x57\xbd\xbd\x7f\xcd\x15\xe1\xdf\x84\xff\xec\xa8\x7f\x9f\xbd\x82\x7f\x7f\x80\x7f\xdf\xab\x7f\xbf\x7b\xff\xaf\xf9\xf3\x5e\xaf\xf7\xaf\xf9\xfb\xbd\xf7\xef\x47\xdf\xd2\xbf\xb1\xf6\x3c\xd7\x2e\x57\x13\xef\xec\x6b\xaf\xcb\x6d\xc5\xd9\x0c\xec\xaf\xad\x20\xed\xbc\x3e\x0e\xd2\x1d\x88\xff\x2c\xe2\xeb\x30\x08\x8b\xbb\x92\x83\x04\xb3\xe1\xba\x9a\xa3\xc9\x29\x05\x74\xec\xf9\x36\x0f\xd4\x30\x47\xa7\x8a\x81\xa3\x82\x0c\x78\xa4\x9e\x01\x12\xc4\xbb\x35\x6b\x45\x69\xdf\xe9\x5a\x82\xfd\x3d\xf9\x9b\xa2\x6b\x82\x7d\xa3\xfe\xa0\xab\x2e\x54\x42\x9b\x8d\x1f\x45\x45\x92\x0f\x0f\x0f\xc9\x07\xb6\xa8\x88\x95\x49\x7e\xc6\x6b\xb3\x8a\x58\xc4\x62\x8a\xbb\x2d\x75\x6c\xaf\x26\x6d\x54\xd3\x3c\xf5\x59\x0b\xaa\xaa\x8a\xf1\x67\x69\x49\xcf\x8e\xba\x48\x02\x5d\x53\x9d\x07\x0f\x5f\x99\xaa\xd0\xc8\xf3\x67\x58\xc4\x9f\xd8\xcf\xad\x9f\x60\x11\x7f\xd2\x38\xfa\x0f\xf6\x13\x2c\xe5\x4f\xab\x97\xb2\x15\xd8\x88\xfe\x03\x9a\xfe\x93\x7d\x68\x5a\xdf\x56\xf3\xaa\xff\xd3\x2c\x34\xe7\x9e\x25\x89\xa2\x44\x2d\x8c\x9d\x80\x11\x19\x79\xdd\x63\x9f\x6f\xe7\x7c\xe0\x0c\xcf\x32\x3e\x58\xd7\x5f\x0b\x3e\x58\xef\xc3\x5f\x29\x1f\xd4\x32\x95\x73\x70\x1e\x56\xab\xa4\x1d\x85\xa5\xe6\x41\x9b\x77\x39\x0a\x2b\x95\x73\x1d\x11\xa3\x6e\xb4\x6b\x73\x43\x49\x3f\x21\xce\x9f\x1a\x54\x5d\x5f\x5e\xbe\x37\xc0\x1d\x33\xb2\xba\x53\x74\x39\x70\x4c\x5a\x7f\x1a\x35\x68\x0a\x90\x13\xc6\x9d\xa8\x8d\xa0\x97\xc0\xa0\x4e\xce\xad\xcf\x2b\x18\x93\x05\x97\x97\x8d\x0a\xa0\xa7\x27\x96\x4e\x0f\x2f\x1a\x48\x10\xb9\x1b\xc5\xc7\x01\x6b\x32\x82\xce\x75\xde\x9a\xcc\x55\xd7\xca\x81\x9a\x19\x74\xa6\xeb\x15\xae\xde\x7a\x8f\xd0\xd4\xff\xea\xdb\xc3\x5b\x36\xa4\x14\x8b\xde\xfb\xa6\x3c\x0c\x65\x65\x5c\xf4\x8b\xb7\x45\x31\x75\x61\x3f\x4d\x3c\x92\x7c\x55\x3c\x12\x5f\xc7\x05\xcb\x41\xf1\xf5\x54\x17\x61\xe0\x9c\x35\x4e\x17\x7a\x98\x81\xa4\x30\xb8\x0b\xc7\x92\xe9\x8e\x50\xc8\x1a\xce\x64\x22\xac\x3f\xbd\x4b\x30\x07\xb5\xe2\x58\x46\x6a\x24\x9a\x81\xeb\xb7\x8f\x6e\x8e\x0e\xcd\xfa\x3a\x8f\x53\x99\x5b\xb9\x40\xfd\xd8\x6e\xb7\x07\x26\x76\x08\x36\xa0\xc4\xb9\xc6\x0d\x52\x71\x1c\x62\xc2\x65\x32\x52\x0c\xbc\x6e\x1f\xe7\x07\x37\xe2\x44\x01\x7c\x3a\x3a\x84\x9d\x8e\xb7\xda\x6c\x8a\x59\xd1\x95\x85\x62\x4f\xc2\x84\xe1\x4f\xec\xae\x76\xe2\xc1\xd2\xeb\xec\x7e\xc6\xe3\x3c\xdb\xa6\x3b\x9d\x81\x02\x35\x88\xd2\xd9\x7a\x4d\x90\x76\x55\x6b\x19\xb1\x7f\x8d\x93\x9c\x49\x2a\x58\x7b\x26\x8a\x59\x3b\x08\xe1\xd5\x95\xc5\x41\x71\x67\x45\x9a\x56\x09\xd5\x41\x87\x04\x75\x69\xce\x4a\xad\x04\x4a\xa5\x14\xea\xa7\xb4\xea\x16\x5d\xc1\x98\x56\xb6\x4b\x79\x3f\xe5\xea\x57\x1e\xf6\xf8\xf0\x90\x64\x5e\x80\x52\xa2\x00\x4d\x52\x76\xc3\x87\x59\x28\x4c\x8d\x48\xa7\x93\x0e\x8b\xb0\xf1\x88\x10\x30\xdb\xd4\x83\x13\xba\x70\x8e\xc7\x93\x41\x4e\xd5\x2a\x0c\x84\x31\xe2\xae\x3b\x1e\x94\xfa\x20\xde\x70\xb6\xd8\x3f\xfa\xf8\xe9\x6c\xa0\x44\x94\x1b\x48\x92\x3b\x97\xc5\xb8\x10\x82\x8f\xa5\xfa\xa9\x58\xb1\xc1\x7a\xaf\xa2\xa7\x7b\x07\x7b\xbb\xbe\x5e\x45\x8f\x3f\x9e\xed\x1f\x1f\xa1\x0f\x67\x7b\xff\x38\xdb\x39\xd9\xdb\x41\x9f\x0e\x76\xde\xee\x1d\xa0\xdf\xef\xf7\xf7\x0e\xde\x9d\xee\xe1\x6e\x0e\xf6\x3e\xec\x1d\xbd\xc3\xfd\x82\x68\x89\x3e\xbc\xfd\x74\x76\x86\x07\xd2\x51\x01\x6f\x39\xbd\xe2\x6c\xd8\xfe\x2d\xbd\x4d\xcb\xb1\xc8\x66\x72\xa0\xb8\xb7\x0b\xfb\xf7\x88\x5e\xa8\xe2\x1d\x9b\x56\x8c\xb6\x0f\xf6\x8f\xfe\xd6\xa6\xed\xfd\xc3\x0f\xea\xdf\xf7\x27\x3b\x87\x7b\xaa\x70\xe7\x54\xfd\xe7\xfd\xf1\xc9\x61\x7b\x44\xef\x55\x9b\xbd\xc3\xb7\x7b\xef\xda\x23\x7a\xae\x7e\x5c\x0b\x7e\xa9\x58\x46\x31\x56\x8c\x70\x3a\xfe\x7c\x25\x8a\x39\x08\x32\xda\xf7\xb8\x3d\xa2\x77\xaa\x9e\xaa\x30\xf2\xd6\xab\x7b\x1c\x33\x60\x90\xd9\x1a\x1b\x27\x57\xb5\x0c\x90\x86\x30\xd8\xab\xf0\xe1\x61\x8f\x27\x17\x9c\x72\xb5\xcb\x7b\x3c\x39\x07\x26\xcd\x9b\x08\xf3\x9a\xe5\xb6\x89\x2d\xb1\xc7\x93\x7b\xd5\x0c\x5a\xdd\x69\xdb\x07\x6f\xfa\x1b\x36\x33\x63\x3f\x3c\x98\xee\x7c\xc5\xc3\xda\x7b\x16\xc4\x4f\x70\xda\xb6\xdc\x47\xea\xcc\x2e\x93\x09\xf8\x24\xda\x2f\xe6\xd8\x27\xa4\xa5\x65\xa2\x46\xfd\xc0\x00\xc5\x38\x9b\xab\xe6\xaa\x9f\x2f\x3c\xc9\xa8\x70\xba\x03\x48\x3e\xa4\xb0\x71\xfa\xbe\x10\x9f\x4e\x0e\x92\x02\x6a\xed\xf1\xe4\x8a\xd3\xd4\x0e\xd8\x9e\xe7\x65\x7a\xc9\x07\xed\x8d\xc2\xde\x7a\xc7\xba\x9f\x6d\x54\x34\x40\xf9\x6d\x77\x1c\x1f\x67\xc2\xa0\x29\xf0\x06\x39\xc5\x6a\x92\x41\x56\x31\x75\x22\x17\xf6\x81\x93\x43\xf1\x40\xfa\x5a\x03\x51\x81\x4a\x64\xb5\x3e\xd9\x79\x06\x7c\x04\x35\xa7\x09\x8f\xb2\x80\xf3\x99\x52\x74\x66\xcb\x8a\x19\x42\x65\x73\xcd\xc1\xc1\x86\x50\x29\xd0\xb6\x8c\x74\x33\x56\x5c\x35\x9b\x8a\xe3\xb0\xec\x9a\x08\xd1\xd9\x65\xd2\xe4\x3c\x98\xb4\xe1\xd0\xb7\x35\xa2\xb5\xed\xc1\xd5\xcc\x49\xa7\xd3\x86\xeb\x0a\x94\xe1\x55\xad\xeb\x77\xab\xbb\x6e\x6b\xb2\xd0\xd6\x51\x69\xda\x4a\xdc\x1c\x4b\x10\x6e\x9a\x3a\x3b\x32\x9d\xa1\x4f\x9f\x0d\x3b\x6d\x26\x5c\x05\x69\xf0\x02\x03\x28\x33\x6f\x60\x05\x7f\xe3\x89\xd0\xac\xe0\x89\xfa\x6b\x75\xfa\xb9\xd4\x3b\x94\x29\x02\x59\x73\x33\x3b\xb3\x8c\xe0\x89\xe7\x94\xce\xf8\xc2\xd8\xea\x53\xa7\xe2\xde\x57\xdc\x3c\x0a\x2c\xa9\xcf\xca\x02\xf0\x24\x43\x78\x62\xa2\xd7\xfa\x71\x5b\x3c\x7e\x57\xce\x68\x0e\xd1\x8c\x6c\x9c\x33\xaf\xe7\xdc\x87\x37\x4f\x87\x86\x1a\x4b\x15\x76\x46\x5d\x1a\xc2\x21\xb6\xf3\x9a\xc8\x91\x91\x41\xde\x8d\x86\xd3\x82\xd9\x12\xd7\xbb\x13\xbb\x00\x9f\x83\x05\x78\x24\xa4\xa8\xc7\xe5\x23\xc8\x3d\x5a\xa1\x05\xd3\x2b\x24\xed\x83\xe8\xad\x0e\x26\x49\xcd\x3a\xb8\x87\xfa\x86\x7e\x80\x80\x45\xcb\xe2\x56\x43\xd4\x96\xc1\x77\x6f\xe8\xa1\x18\x36\x74\x8a\x33\x5e\x31\x4e\x0d\x5b\x64\x02\x8a\xc6\xcb\x47\xea\xb2\x5d\x08\x05\x47\x7b\x2d\xeb\x10\x6d\xd7\x84\x40\x50\x56\x37\x80\xa5\x04\xe8\x9a\xbc\xd8\x50\xcd\x72\xf2\xbb\x7e\x7b\x3e\xc7\xf8\xf9\x28\xc6\xd0\x82\x1d\x42\xb0\x2f\x9a\x29\x9a\xa3\x25\x05\xdd\x07\xa8\x0e\x97\xae\xb9\xee\x2f\xaf\xf5\x97\xa9\xfe\xb4\xef\x36\xb7\xfd\x99\x4e\x32\x14\x1f\xee\x37\x0f\xf4\xc9\xff\x6f\x80\x7e\xd7\xb4\xd2\xe0\xf0\x1b\xe0\xaf\xa1\x9c\x14\x52\x9e\x91\x30\x6a\xa1\x35\x18\x72\x63\x63\xe3\x58\x13\xfe\x29\x67\x26\xed\xd5\xba\xd6\xb8\x98\xef\x2c\x77\x80\x1c\x35\x03\xe2\xce\xd7\x7a\x5f\xbb\x7c\xd4\x20\x73\x94\x18\x2c\x30\x9f\x06\x59\x4b\x76\x6d\x33\xa6\xa4\x0f\x4f\x8c\xf7\xb1\x5c\xd2\xd7\xf7\x88\x13\x2e\xbc\x70\xef\x44\x0a\xad\xca\x32\xb2\x7d\xbb\x3d\x68\x0c\x71\x07\x75\xbc\x08\x63\x3c\x36\x1a\xb2\xcb\x3b\xa7\x8d\x72\x5a\xf8\x7c\x0f\xe3\x74\x3a\xe5\x42\x3b\xc9\x5a\xc3\x99\xdb\x74\xaa\x3f\x08\xf7\xda\x2f\xb3\x74\x0a\x31\x00\x9d\x13\x43\x51\x34\x5b\x94\xf6\x7c\x8a\x85\x20\x37\xdc\x46\xdf\xa6\x85\x63\x12\x12\xc2\x41\x12\xb8\x9c\xe3\x6b\xec\x80\x1b\x9b\x63\xff\x8f\xf6\x79\x48\x74\x98\x02\x5e\x39\x27\x8a\x52\x9d\x6b\xd8\x0a\xb7\x6e\x9d\x4e\xc2\xf1\xf0\x41\x36\x3f\x35\xbc\x76\xa7\x63\xdc\xa7\xf0\xab\x0d\x2f\xe3\xe1\xc1\x93\xc2\x5a\x6f\xe9\x98\x20\x15\x0b\x73\xea\xc0\x7a\x0e\x7b\x23\xb3\x7e\x3a\x49\xda\xf4\x32\xb2\x6e\xb8\xe2\x32\xe9\x81\x5a\x45\x27\x3d\x8f\x9f\xfb\x8c\xba\xe1\x8a\x4b\x63\xab\x1f\x60\x59\xe8\xa6\x24\x95\x54\x64\xb6\x1e\xfc\x2b\xf6\xec\x96\x45\x83\xba\xad\x44\x29\xac\x83\x20\x90\xd1\xfe\x56\x17\x59\x3e\x41\x66\x20\xf6\xa8\xc0\x77\x98\x14\x47\x25\x3d\xca\x4d\x89\x99\x51\x73\x3b\xe4\x7b\x50\x2f\xf4\x90\xbb\xb8\xe2\x0e\xfd\x38\xd4\x40\x60\x23\xe3\x2c\x8b\x90\xba\xce\xae\xc7\x62\x9f\x95\x1c\x61\x36\xcc\x1f\x57\x0a\x17\x00\x55\xd5\x71\xf3\x92\xc0\xc9\xe7\xc0\x5c\x28\xb0\xd1\x61\xb6\x4b\xd4\x32\x3a\x3c\xf1\xd1\x21\x48\xaf\xc5\x4d\xdc\x35\xdd\xa1\x51\x40\x79\xab\x87\x93\x34\xbf\xe2\xc6\xf4\xe1\xed\xa7\x0f\x83\xb5\xb1\xb6\x7f\xb8\xe2\x72\xed\x1b\xb0\x7d\xb8\x14\xc5\xcd\x1a\xa4\x67\xda\x5a\xd3\xcd\xd9\x37\x8b\x5a\x97\x55\x64\x0d\xa1\x11\x55\x67\xc8\xf2\x41\x9f\xfe\xef\x60\x09\x80\xd0\x3e\xde\xde\x93\xff\x40\x0b\xd7\xef\x79\xe4\x91\x76\x76\xb2\x73\x74\xba\xb3\x0b\xfc\xb1\x55\x74\xfd\x1e\x2b\x18\x75\xcf\xc6\x45\x6f\xb2\x9f\x97\x32\x9d\x4e\x4d\xf8\x07\x94\x81\x2d\xae\x60\xcd\xd5\xeb\x35\x40\xe7\xc5\x6d\x85\xe5\x3d\x85\xf5\x7c\x05\xad\x39\xf3\xe1\x00\x6a\x25\xb5\x2e\xf5\xe5\xd2\xd4\xc2\x94\xa0\x16\xd5\x24\x9b\xec\x1a\xed\xb0\xb7\xd2\x8c\x87\x74\xae\x36\x4d\xe3\x5a\xc7\x64\xd5\xd5\x27\x74\xff\x37\xc3\x12\x76\x15\x01\xe4\xba\xb2\xab\x12\x2d\x2f\x3e\xfa\xcb\x76\x20\x1c\x60\xd9\x4e\xd6\x46\x0a\x97\xbf\x69\xa0\x68\x83\x96\x8c\xd3\xbc\xdd\x6e\x38\x1b\xed\xcc\x65\x98\xaa\xad\xf5\x80\xd3\x68\x81\xa3\xec\x53\x3c\xce\x3e\xb5\x96\x33\x0e\x29\xa7\x86\x62\xd4\xf5\xfb\x99\x93\xca\x0e\x52\xdb\x85\x41\x46\xa3\xa5\x47\x39\x3e\x7a\x5b\xe9\xeb\xcc\x0e\x92\xda\x41\x4a\x96\x0d\xd3\x51\xab\x18\xa6\x30\x88\xd9\xe9\xd2\x0f\xb2\x6c\xa9\x07\x53\xba\x74\xb3\x06\x73\x33\xea\x98\xf5\xb6\xc6\xaf\xa7\x76\xd4\xb1\x1d\x75\xc2\xe6\xc3\xf1\xa8\x35\x1d\x8e\x47\xdd\x4c\x37\x4e\x26\x0d\x63\x36\x2f\xfb\xe0\x9a\x2e\xdb\xbe\xc1\xa5\x19\x79\xc6\x7a\x5b\xb3\xd7\xd7\x76\xe4\x99\x1d\xf9\x86\x5d\x0e\x67\xa3\xd6\xf5\x70\x36\xb2\x1c\xe9\x4d\xf0\xa0\xff\x36\x90\x13\x7d\xc6\xa8\x6d\x3e\x70\x86\x84\xc2\x70\x51\x9f\x1a\xa4\x37\xfd\xf8\xc5\xa7\xfc\x2a\x95\x96\x63\x1a\xde\xf2\x11\xb2\xbe\xe4\x5f\xa4\x48\x59\x50\x51\x7f\x33\x9a\xf7\x72\x3f\x97\x5c\xa4\x63\x99\xdd\x72\xd6\xbe\x28\x8a\x29\x4f\x91\x4a\x39\x6c\x18\xd4\x7e\x78\x58\x51\xe8\x62\xe9\x23\xe5\x0f\x7b\x6b\xae\x2e\xd7\x24\x2c\xa7\x3f\xda\xa3\x80\x8d\xab\xeb\xad\x70\x29\xfd\xc5\xb6\xb9\xd2\xac\x72\xbd\xba\x29\xa0\xff\xc1\x35\x53\x79\xdd\x5c\x33\x95\xd7\xbe\x66\xb9\xac\xa6\x29\xa0\xdf\xd8\x9a\xe6\xd1\xa2\x56\x51\x7f\xa7\x7f\xf7\xf5\x6c\x3c\xdd\xa6\xba\xb6\x8c\x7e\xe0\x84\x5a\x83\x61\xef\x13\xbc\x6d\x92\x36\x44\x9f\x59\xbd\xe6\x52\x9f\xe2\xf8\x93\x92\x57\xed\xeb\xa9\x15\xed\x6b\xfd\xab\xab\xf7\x9f\x89\xaf\xb8\xcc\x65\x59\xd5\xfb\x19\xd7\x03\x36\xe3\xcc\xe4\x25\x56\x0b\x06\xc1\x40\x77\xb5\x75\x64\xed\x2d\x71\x9d\xb1\xda\x7e\x2c\x6b\xbc\xfd\xe4\x9a\x09\x27\x83\x76\x5b\x71\x19\xcb\x6b\xe0\x60\x0a\x35\x28\x56\xb4\x34\xea\x86\xa7\x54\xb5\x7e\x07\xb2\x68\xd2\xe6\x47\x29\xe8\x4b\x6e\x3d\x34\x23\x44\x82\x05\xad\xbb\x90\x07\xfc\x63\xbc\x7d\x95\xf5\x23\x0f\x6a\xc5\x9b\x57\x99\xf0\x9a\xcb\x56\xa1\xc0\xd1\x3a\xdf\xaa\xba\xf1\xe4\xeb\x35\xac\x27\xf3\x7b\x13\x66\xff\x77\xae\x13\x19\xfb\x6a\x91\xfb\xf5\x7b\xde\xcc\x4d\xa0\x16\xdd\xb0\xbc\x91\x63\x88\xaa\xa3\xf2\x27\x70\x05\x01\x19\x33\x73\xc4\x1d\xae\xea\xe1\x71\x56\xe0\xa9\xbd\x37\x74\xe0\x2f\x7e\x64\x77\x8e\xda\xb6\xfc\x5a\x43\x24\x13\x17\x16\x95\x3e\x65\x4b\x77\xa1\xf2\xca\x3d\xdd\x75\x61\x56\xdd\x05\xf6\xe3\xaa\xe7\xc0\x4f\x27\x07\x0f\x0f\x4d\xd6\x31\x9f\x4e\x0e\xb6\xb1\x25\x4c\x76\x99\x34\x55\xbb\xcb\xf2\x49\x71\x67\x25\xcf\x6f\xff\x9f\x64\x98\x6e\xfe\x3e\x52\xff\xf4\x36\x7f\xe8\x6e\x6c\x8e\xfe\x32\x20\xdb\xc9\xbf\xbe\xfd\xd7\xb7\x64\x3b\x19\xfe\xeb\xf4\x5f\xe5\xe8\x2f\xe4\xdb\xac\xcb\xbf\xf0\x31\x96\x4f\x3b\x1d\x39\xec\x8f\xb6\xd5\x3f\xe1\xfb\x9b\xa2\x0b\xfa\xea\xd5\x43\x2d\xb5\x4c\x4f\xdb\x28\xc0\xc1\xb5\x80\xb8\xf3\xc2\xdd\x5e\x15\x90\x18\x3f\x81\xf5\xba\x15\x10\xbf\x53\x93\x4e\x38\x75\x23\x5c\xa4\x25\xff\x74\xb2\x4f\x5c\x2f\x03\x5f\x09\xde\x23\x4a\xf3\x20\xc1\xbf\xa4\x37\xb3\x29\xec\x66\xdb\xd7\xf6\x5b\xf0\x0b\x7a\xe7\x31\x30\x9a\xd7\x91\x1c\xa9\xde\xff\x13\x3e\x1b\xf1\x21\x0e\xfe\xf3\x4d\xac\x97\x57\xc5\x4c\x20\xc3\x43\x4c\xa0\xde\x6a\x1e\x21\x78\xa2\xfe\x80\x2b\xf0\x4e\x87\x0f\xb5\x14\xee\xe2\x74\x8f\xb6\xeb\x9f\xcc\x13\x52\x55\x0f\x9b\xf6\x89\xd3\x5b\xce\xde\x5b\x1d\xf6\xaf\xcd\x8f\x00\x36\x01\xd6\xb4\x28\x3e\xcf\x67\x8e\x33\x75\xc2\x24\x36\xab\x08\xab\xb8\x40\xc0\x4b\x6b\xe8\x57\x9c\x30\xc3\x7d\xcd\x13\xe0\x53\xce\xbf\xcc\x40\xb7\xe6\xa3\x85\x6a\x77\x80\x04\xe4\xd0\x6f\x16\xb2\x22\x6b\x49\xd4\xf5\x9a\x5e\x26\x3e\x59\x73\x28\x43\xbc\x6c\x2c\xaa\x5a\x04\xd3\xb8\x3d\x84\x33\x55\x38\xa1\xd6\x8b\x4f\xd6\x8a\x7c\xcd\x44\x66\x3e\x31\xf1\x47\xbb\x6d\x62\x56\xc5\xe8\x2b\x96\xaf\x89\xa9\xb0\x74\x45\x70\x07\x5f\xb1\x1e\x46\xd5\xb0\x74\x35\x4c\xb7\x7f\x70\x2d\x6c\xeb\xa7\xad\x84\x89\xca\x6a\x28\x0d\x9a\xa1\x29\x08\x74\x5b\x41\x89\x09\x5a\xe4\x95\x8a\x2b\xe7\xac\x03\x93\x9a\x29\x9b\x1e\x56\x4f\x50\xd6\x27\x68\xdb\x3d\x6d\x6a\x3a\x9e\x6c\x7a\x31\x6d\x98\x9d\x2f\x6b\x98\x60\xd0\xf0\xf1\x39\xaa\x8a\x6b\xb2\x58\x33\xf1\x6b\xd7\xbe\x81\x27\xb2\x6a\x2d\xf1\xfd\x7c\xf5\x4c\x51\xd3\xa7\x4d\xf6\x8a\xcb\xfd\xfc\xb6\x18\xa7\xe8\xde\x40\x53\x0a\x8a\x1b\xa6\x1c\x37\x7f\xfa\xac\x15\xd3\x92\xb9\xa6\x6b\x97\x85\x58\xfb\x66\xf1\xd3\xe9\xf1\x51\x57\x9b\xac\x64\x97\xf7\x8a\x1a\xae\x25\xc1\x10\x5f\xbd\x20\x61\xeb\xa7\xad\x09\xdc\x5f\x7f\xe3\xf4\x67\xbe\x24\xa3\x24\xd2\x63\xce\x81\xe1\x83\x24\xca\xa0\xd5\xba\xcc\xa6\xd3\xa3\xf9\x74\x5a\x92\xa4\xdf\xfb\x9e\x58\x5d\x62\x95\x4e\x26\x4b\xe2\x8b\xb5\xcb\xfb\x72\x9c\x4e\xa7\x6d\x42\x1b\x7a\x1d\xf2\x11\x5b\x98\x1a\x83\xf6\x4d\x3a\xbe\xce\x72\x0e\x2e\x14\xd4\x56\x1c\xc8\xca\x44\xf7\x71\x26\x92\x2e\x11\x71\x39\x1b\xe8\xe1\xe8\x6c\x3c\xe0\xdd\x4b\x2e\xc7\xd7\x90\xea\x29\x29\xba\xdf\xcc\xc6\x44\xbf\xff\xd8\x2a\xa9\x48\x6f\x4a\xfb\x0b\x9e\xe2\x65\x57\xfd\x87\x66\xe5\xa1\x1e\x79\x20\xbb\xee\x6f\x5a\x66\xbf\xab\x0f\xea\x3f\x26\x78\x9b\x6e\x6a\xc0\x71\x96\x9c\x64\x51\x59\x58\xc3\x97\xe2\xa6\xf9\x8a\x51\x2b\xef\x9a\x09\x6f\xe7\x5d\xdc\x90\x0c\xf0\xef\x61\x39\x82\x97\x28\x73\x9f\xfd\xe4\x5f\x80\x9a\x36\x4c\xe7\x13\x72\x31\x93\x3e\xcc\xb3\x09\x31\xde\x9b\xd5\xc2\xdf\xb9\xff\xe0\x61\x60\xc2\xe1\x68\xa9\x76\x27\x03\xed\x8e\x4e\xdc\xba\xce\x58\x1e\x24\x47\xec\x74\xa4\xd6\x2d\x65\xd6\xf4\x09\x99\xdb\xed\x82\x41\x9d\xba\xae\xb5\x95\x9b\x7d\xd3\xf9\x67\x60\x31\x1a\x66\x15\x6e\x36\x48\x24\x5e\x07\x5d\xe2\xd4\xa2\xff\x30\x86\x9f\x36\xa5\xa1\x4f\xc1\xef\x1e\x4c\x4c\x52\x76\xdf\x3e\xce\xce\x6e\x2f\x2e\x28\x1c\xca\x91\x4b\xa8\xa6\x1f\xd5\x14\xf2\x02\x4b\xc3\x65\x22\x88\xf3\xa7\x73\xc1\x07\x7b\xdb\xbc\xfb\x5b\x91\xe5\x49\xbb\x6d\x58\x12\xbf\xca\xd8\xf0\x74\xa5\xc9\xdd\x12\xe3\x3d\x89\xe5\x5c\x0e\x4f\x25\xbe\x50\xe0\xc2\xde\x43\xe2\xa2\x55\xeb\xd8\xe2\xdb\xfd\x41\x8f\xa0\xaf\x67\xe9\xd5\xf6\x33\xf3\x69\x26\xf8\x2c\x15\x7c\x47\x5c\x95\xdb\x2f\xcc\x37\xbd\x65\xf0\xe9\x95\xf9\xe4\x74\x25\x3f\x16\xc5\xe7\xed\xfe\x4b\xf3\xd9\xbc\x0e\xc2\xc7\xe7\xcf\xc2\x51\x40\x0b\xbe\xfd\x32\xec\x54\x3f\x57\x6c\xf7\x9f\xd9\x8e\xb5\xfc\x08\x1d\x3c\xfb\xee\x65\x50\x77\xdf\x38\x48\x6c\x7f\xd7\xb7\x5d\xdf\x09\x25\x95\x4e\xb6\xfb\xbd\x67\xb6\xdf\xbb\x6c\x3a\x35\x11\xe8\xb6\x9f\xf5\x5e\xa8\x7e\xfd\xc2\xc4\xa1\x72\xd6\xd7\x13\xd9\x11\xa8\x42\x26\x31\xed\x58\x5f\x4f\x78\x47\x92\xea\x67\xde\x55\xc4\xab\xff\x92\x26\x3a\x13\x1b\x3c\x94\x15\xb3\x3e\x98\x19\x40\x60\xce\x12\x82\xb6\x65\x8c\xd7\x82\xb6\xbb\x4b\x5f\x90\x24\xef\xce\x8a\xd9\x4f\x65\x42\x28\x27\x2d\xde\x9d\x16\xe9\xc4\x91\xa2\xdb\x1e\xcd\x48\x45\xa8\x19\xec\xd9\xb3\xe5\x83\xb9\x74\x30\xef\x0b\x61\x9e\xa5\x84\xea\xaf\x74\xb1\x6a\x7e\x2a\x93\x1c\x75\xd6\xff\xe1\x11\xc8\x75\xbc\x1a\xd5\x85\x7e\x39\xea\xa2\x17\x2f\x48\x51\xe1\xe1\xea\x3f\xa1\x2b\x98\x62\x56\xfb\x52\xd4\xbe\xa4\xac\xd8\x1e\x82\xdd\xe5\x48\xdb\x7d\x85\x10\xe8\x57\x35\x01\x61\xe1\xdb\xbf\x65\xb2\xed\xc1\xe8\x3d\x01\x8c\xd3\x9b\x74\x3a\xdd\x87\x38\x4a\xff\x5d\x60\xfc\xc2\xf6\xbe\x5b\x0a\xc7\xf0\x7a\xa4\x98\x03\xbd\xc1\xc6\xc1\xd4\xf6\x17\xbd\x54\x0e\xf3\x51\x2b\x4a\xdb\x00\xca\x27\xfd\xc4\x0a\x0f\xa3\x39\x21\x34\xda\x61\x8c\x2e\xcf\xbf\x6f\x84\xa3\xa5\x83\xb3\x9e\x14\x85\xd4\x6f\x82\x02\x6f\xe5\xf3\xaf\x83\x1d\x2f\x56\x8c\x6d\x99\x05\x12\x75\xff\xa2\xb9\xfb\x05\x34\x1c\xe4\x15\xe3\xf1\x9a\x98\x25\x26\xd6\x66\x29\xdb\xce\x61\x00\xc5\x4e\x28\xb1\xae\x69\xe6\xcf\xbe\xa3\xdc\x0c\xa1\x3b\x96\xaa\x63\xc1\xa4\x03\x35\xbb\x4c\x44\xa7\xb3\x2e\x81\x4a\xab\x8a\x66\x93\x99\x68\x49\xdb\x63\x41\xa8\xf4\xbd\xd3\x9a\x95\x71\xbe\xad\x8b\x1d\x4a\xe5\x64\x20\xd1\x51\x03\x7f\x61\x89\x80\xa5\x4b\x7f\x20\xd0\x5f\xae\x00\x3d\x21\x2d\x07\xf5\xb6\x87\x93\xa3\x71\x53\x8e\x3b\xfb\x1e\x3a\x0b\x0e\x34\x8d\x77\xcd\x7a\xf3\x85\x88\x2f\x74\x28\x50\x60\x7e\xb8\xe4\xc2\x5e\x84\xf1\x26\x8b\xed\x82\x0f\xc2\x41\x5f\xb9\x3d\xb6\x0f\x1f\x08\x8d\xbc\x69\x82\xd0\xf1\x8a\xb3\x37\xbd\xad\x6c\x73\x93\x2c\xf2\x61\xb6\xd9\x1f\x85\xd4\xa7\x8a\x09\x18\xbf\x5b\xfb\x27\xd7\x38\xa5\xed\x41\x65\x3d\x90\xe7\xc9\xfe\xde\xbb\x35\x17\x1e\x7f\x0d\x1c\x10\xf6\xcd\x3b\xaa\xa3\xea\x29\xba\x0f\xd7\x93\x75\xfe\xf0\xb0\xce\x87\x85\x1c\x59\xae\xa3\x94\x4f\xc9\xfd\x86\x32\x54\x0f\xff\xc6\x47\x6c\xbd\x57\xe9\x3c\x1c\xaa\x73\x45\x94\xd3\xe9\xb4\x18\x6b\xd1\xa1\xb8\xbc\x2c\xb9\xc4\x66\x1a\xea\xb3\x89\xd7\xbc\x50\x3d\x0d\x84\xf1\x10\xc8\xd5\x31\xd5\x28\x9a\x04\xe9\x82\xd4\x55\xcc\xf3\x49\x22\xd0\x47\xb5\xa3\x8a\x5f\x9d\x74\x6f\xb8\xb8\xe2\x89\xd0\xbf\x08\xa1\xeb\xa9\xc4\xa6\xb6\x2d\xc9\xf2\x0a\xd4\xa2\x1a\x14\x63\x98\xa6\x87\xe4\x14\x20\xf0\x8f\x77\xe0\xa0\xe8\x47\xd6\xbb\x3f\x70\xd9\x1d\x61\xfd\xb6\xc5\x06\x37\xf3\x1a\x08\xec\x88\x10\x87\x9f\xe3\x35\xa5\x07\x68\xa8\x57\x86\x8f\x2f\x25\xfd\x1b\x67\x85\x34\x9c\xec\xbc\xe6\xc5\x09\xab\x3a\xcd\x4a\x59\xe3\xf1\x28\x2a\x72\xce\x18\x9e\xdb\x1b\x8e\xe8\x02\x4c\xd5\xc3\xa7\x4a\xd9\xf0\x54\x39\xe7\x09\x3c\x54\x5a\x9f\x8c\x16\x78\x4a\xea\x78\x71\x8e\xbb\x0b\x32\xe7\x81\x71\x8a\x65\xf2\xd6\x7c\xe4\x95\x71\x0d\xa1\x90\x69\x52\x80\x54\x96\x4b\xb0\x76\x49\x37\x5c\xa6\xd6\x24\x09\x10\x2e\x8f\x12\x4c\xfa\x58\x28\x26\xd3\x6e\x10\x1f\x05\x2d\x29\x30\x9c\x38\xab\xb3\xdd\x7b\x9f\xc8\xd9\x2f\x09\xc7\x39\x97\x05\x08\xae\x71\x34\x1e\xdf\xb5\x0d\xea\x67\xec\xbe\x53\xa0\xab\x39\x13\x2e\x68\x42\xcd\xe5\x42\x74\x3a\xc6\x8c\xcf\x25\xed\xca\xa8\x9a\xaa\x7d\xdb\x6d\xe5\x6c\x2a\x93\x0c\xbc\xcc\x9d\x03\xb3\xcf\x09\x78\xef\x12\xc6\xfb\x89\x8b\xe6\x59\xd3\x1c\x6c\x50\xb0\x53\x97\xee\x81\xa3\xb3\x17\x7a\x54\xad\xcb\x4e\x47\xa3\x38\x1f\x68\xff\x31\x93\x03\xce\x30\xed\x7a\x4f\x27\xde\xa5\xf2\xa7\x06\xcb\xb3\x48\x1e\xc9\x51\xac\x7b\xc7\xae\xe1\x40\xfd\xc1\x24\xd4\x32\xb1\xb6\x61\x94\x37\x25\xff\x22\xdb\x7e\xdb\x65\xb8\xed\x38\x1f\x75\x1e\xe6\xa3\xb6\x4d\x88\x17\x36\xed\xaa\x5b\x5f\x32\x4e\x65\x7a\x65\xe7\xbf\x65\xbb\xf0\x89\xb8\x65\x7d\x20\x97\x71\xfd\xb1\xd1\x83\xf7\xbb\x84\x7b\xdf\xa6\xd8\xa8\x90\x2e\x3c\x0e\x0a\x94\xa7\x59\x91\xc0\x44\x32\xe7\xb4\x04\x6e\x3c\xdb\xdc\xcb\x3f\xc4\xc6\x66\xb5\x4b\x0c\xff\xa0\x04\xf4\x7e\x65\x25\x71\xa7\xf1\xba\x99\x9a\x84\xde\x61\xb5\x04\xae\x41\x62\x4a\xad\xea\xb1\x67\xa4\xe6\xcb\xef\xb0\x0d\x20\x7e\x78\x18\xeb\xff\xb8\x77\x6f\x6f\xca\xf8\xf0\x50\x77\x60\xaa\x12\x49\xb6\xfb\x83\x44\x01\xdd\xe9\xc0\xcd\xb4\xdd\x1b\x40\xd8\xba\xed\xe7\x83\x86\x51\xc0\x5b\xaa\xd3\xe9\x83\x79\xa5\x77\x7f\x52\xf5\x5f\x0c\xae\xa1\xdd\x77\x83\x7e\x65\xe5\x96\x17\xcf\x2d\x9b\x51\xbf\xfb\x5d\x42\x57\xa1\x96\x5d\x62\x5f\x31\xa9\x98\x3c\x23\xd1\xa9\x9a\xf5\xe0\x7e\x98\x99\x7c\xf1\xe2\xf1\x41\x9c\xff\x07\x1e\x4d\x7e\xd5\x28\xdf\x2f\x1f\xc5\x5b\xcb\x02\xbf\x3f\x56\x8c\x2b\x9a\x8e\xd0\x2c\xff\xb2\xa1\x20\x2e\x5e\x46\xf4\x91\xc8\x4a\xf0\x56\x3d\x4b\xaf\xae\xf8\x44\x61\xf6\xc3\x83\x15\x4d\xff\x9e\x49\x1d\x3e\x74\x22\x93\x82\x4a\x9a\x61\x96\xf7\xc5\x77\x8f\x2f\xc2\x8a\xe9\xba\xa8\x83\x12\xf7\xf9\xf2\x4f\xf5\x69\xe2\x1f\x22\x49\xe1\x07\xd5\x9f\xbe\xd7\xc0\xff\xdf\x18\x0b\xfa\x01\x7b\xa6\x42\x31\x8b\x8b\xbe\x43\x6d\xdf\x05\xb9\x0e\x5d\x95\x97\xbe\xf5\x92\x1a\xcf\x40\x18\x15\x58\x2e\xc8\x2b\x75\x7b\x84\xec\x5f\x28\x83\xe8\x8c\xf0\x7c\x5c\x4c\xb8\x4d\x7b\x96\x13\xbc\xf4\xcf\x7b\x8d\xbd\x7a\xc9\x45\x5d\x55\x26\xa5\xf6\x51\x91\x3b\x2f\x5f\xd4\x9b\xc9\xa5\xf1\x94\x81\x5b\x99\x17\x1c\x34\xef\xaf\x3f\x9c\xa4\x77\x81\xe0\xfd\xbc\x5f\xdf\x3c\x2f\x74\x70\xab\xda\x48\x0c\xc7\x1f\x4c\xe8\xd9\xd2\xa6\x4e\x08\x91\xdd\x19\xe7\x9f\x31\x26\xe0\x0e\x1a\xc4\x3b\x5a\xcc\x9e\x01\xc7\x09\xeb\x82\x74\xa1\x82\x6c\xe6\x6e\x07\x26\xf3\x59\x28\x5c\x36\x4b\x72\x2d\xcc\xbe\xe3\x53\xfa\xbc\x59\x28\x36\x1a\x8f\xb0\x6a\xb3\x4e\xa5\x65\x80\x0b\xea\x7e\xf7\xea\x31\x79\xd5\x0a\x1b\x2d\x0e\x12\x7b\x80\x80\x78\x5b\x5e\x36\xeb\x43\xd4\x31\xca\x25\x17\xc1\xa8\xdf\xf7\x8c\x5c\xc5\xbf\xc0\x2b\xb5\xef\xa4\x59\x7c\x5e\x86\xc7\x2e\xb5\xdb\xc5\x94\x83\xba\xd0\x77\xf4\x2c\x94\xdc\x4c\x3b\x2b\x18\xe3\x9a\x0d\xe8\x84\xe5\xc5\x58\x48\xe5\x2e\x33\xa0\x20\x56\x6e\x34\x42\x68\xa4\x4f\x79\xf9\x62\xa5\x28\x4a\x73\x2f\x4f\xeb\xa0\x56\x4e\x8b\x62\x07\xf7\xf1\xb6\x9c\x63\x9b\x26\x14\xef\x95\x54\x69\xcd\x05\xf4\x27\xbb\x23\x36\x1f\x38\x2d\x59\x86\xc4\x4f\x3a\x65\x4e\x04\xcd\x2e\x93\xe9\x9b\x1e\x59\xa4\x2c\xed\x1a\xb3\x65\x27\x55\xcd\x59\x6f\x6b\xfe\x7a\xba\x35\xdf\xd8\x20\x29\x56\x59\x95\xc3\xf9\x88\x16\xdd\x54\x26\x73\xa2\x24\x0f\x0c\x06\x86\x20\x85\x64\xc5\xe9\x74\x1a\xec\xf8\xcb\x3a\xfa\x66\x0a\xcf\x6a\x1a\x23\x43\x52\x6a\xf7\x45\x41\x48\x61\x0f\xa4\x12\x21\xae\x0a\x59\x24\x19\xf1\x1e\xc4\xa9\xf6\x6b\xef\x3a\xdd\x36\xa8\xba\x93\x82\xb4\x52\x38\xd1\x41\x33\x5a\xbb\x7a\x2e\x65\x92\x2a\xf6\xc6\x43\x5c\x3f\x45\x7f\x1c\x62\x75\xd7\xfd\x01\x88\x51\xb3\xa7\x40\xdc\xa0\xaf\x72\xc4\xc9\x1f\x21\xce\x3f\x7b\x25\x9e\x0e\x36\x62\x46\x09\x36\xec\x55\xd3\x15\x69\x28\xe3\xd3\x6e\xf4\x4b\xfc\x34\x92\x34\xce\x55\x06\xe4\xf9\x7b\x77\x14\x21\xbb\xb1\xa4\xfa\xd8\x08\x70\x9c\xb0\x67\x58\x76\x97\xd8\x65\x09\xbb\x21\xa0\xdc\xd0\x6c\xea\xe5\x72\x01\x23\x12\x2e\xb4\xb8\xa0\x33\xaf\xb4\x1b\xe5\xc3\xb1\x82\x98\x71\xeb\x48\x82\xa6\xe6\x5e\x6d\xcd\xb6\x70\x14\x79\x4f\x6f\x24\x95\xe8\xad\xca\xa4\x9b\x51\xdd\x61\xa9\x41\x74\xb3\xd2\x58\x11\xa9\xd5\xec\x0a\x6e\xa5\x88\x84\x00\xee\xc2\x2b\x64\xe2\x58\xf0\xd9\x93\xe7\x06\x9e\xd0\x8e\x2b\x87\x89\xfe\x36\xbf\x99\x6d\x66\x97\x9b\x79\x21\x37\x4d\x94\xf5\x09\x9a\x76\xf8\xec\xd4\x20\x28\xe5\x5d\xd0\x09\xed\x1c\xa0\xf0\x96\xde\xa8\x4b\x2d\x9c\xed\x4c\x5c\x71\xc9\xea\xd3\x07\x91\x89\xea\xe2\x81\xa0\xb8\x73\xeb\x88\xd6\x5a\xe7\xdd\x74\x7a\x97\xde\x97\x27\x6e\x29\x3a\x9d\x26\xf9\x2a\x23\x18\x87\x27\xd9\x04\xd6\xf1\xde\xbe\xa8\x3e\x59\xc4\x33\x2b\x7b\xf3\x74\xac\xd1\xd3\x0b\x96\x76\x92\x4d\xf4\x92\xde\x2f\x5d\x50\x2c\x4b\xa2\x7e\xba\x08\x72\x2f\x69\x34\x3f\x0e\x34\xb1\xa7\x3a\x0e\x75\xa4\x67\xc6\x6c\x6f\xf3\xfb\x47\x53\x57\x2e\x6a\xe0\x8a\xde\x9a\x59\x87\xb0\xb7\x20\x84\xea\x8a\xbe\x7e\xf8\x5a\x86\x1c\x77\x8c\x59\xf1\xef\x7a\xbe\x27\x9a\x35\xbe\x48\xc4\x5f\xca\xa5\x23\x2e\xa7\xec\x92\x15\x1e\x2e\x4b\xd0\xa7\x4b\x09\xba\x64\x53\x4b\x09\x9a\xe8\xf8\x94\x90\xca\x99\x38\xac\x33\x96\x3a\xd6\x73\x09\x04\x29\x21\x99\xaf\xe5\x21\x98\x37\x43\x90\x92\x56\xc6\xe6\xab\x20\x50\x77\xba\xea\x60\x1c\x8a\x73\xf5\xa4\x16\x12\x42\x57\xb6\xc6\x10\x25\xb9\x21\xa5\x6c\x32\xc6\x9b\xf1\xd2\xf2\x79\xa8\xcb\x5a\x3a\x0a\x54\x3f\x14\x78\x43\xbb\x02\xd9\x83\x78\xef\xf3\xe9\xb4\x25\xc1\xc4\x41\x76\x21\x8f\x08\xe4\x5a\x08\xdf\xfd\x64\x4f\x3b\xe1\xa9\x02\x34\x74\x90\x76\x24\xe0\x82\x43\x19\x13\x35\x09\x43\xfe\xb6\x40\xa7\x6f\xc3\x95\x49\xdd\x64\x28\x68\x3e\x32\x8c\xee\xed\x52\x9b\xd3\xdc\xc6\xaf\xcb\x18\xd8\xb7\xe0\x25\xcb\x49\x2b\x5b\xba\x9e\x4a\x68\x40\x90\x36\xbf\x49\xf9\x24\xdc\x99\xb1\x99\x48\xab\xd5\xef\xa6\x75\xac\xa7\x0b\x1c\x40\x7d\x30\xa5\xb1\xdd\xf1\x60\x5e\x05\x8b\x43\x15\xb2\x44\xe9\xf9\x27\x2c\xb3\xf2\xd7\x94\xa6\xb4\xa4\x63\x3a\x27\xad\x86\xad\x54\xb3\x71\x8b\x93\x51\x93\xd6\xe4\x9a\xc1\xa3\xd7\x59\x7a\x95\x4c\x6a\x5c\x06\x49\xae\x9b\x94\x06\xb7\x32\xb9\xa6\xaa\x07\x7f\xed\xdf\x7e\x95\x5e\x11\x5d\x57\x66\x15\x9d\xe6\xd8\x00\x18\xea\x14\xf5\xf8\xf6\xda\x14\x6d\x7f\x3d\x6a\x53\xe0\x49\xc3\x1d\xc3\x49\xed\x06\xb4\x3b\x26\xa9\xed\x69\x20\x40\x93\x98\x51\xd4\x97\xd5\xe6\x36\xe8\x15\x33\x5a\x90\x07\x30\x11\x40\x78\x17\x59\x23\x0b\x2a\xc9\x53\xe0\xcb\x88\xbf\x71\xbe\x6b\xb8\x71\x34\x1f\x49\x8b\xd9\x73\xc7\x05\xc7\xef\x99\x69\xf4\x29\x57\x38\x96\x6d\x87\x1f\x33\x62\x9f\x81\xd1\x21\x6b\xc8\x0a\xa0\xd3\xdb\x23\xbc\x6f\xb8\xba\x00\xa6\x0c\x60\x52\x8b\x54\x03\xa0\x11\xc9\x95\x18\x64\x15\x5a\x73\x56\x44\xe0\x15\xc4\x64\x9a\x64\x31\x80\xb5\x0c\x04\x29\x9d\xd2\xf5\xf5\x8c\xce\x9b\xb9\xe1\xb2\x09\x55\xaf\x64\x52\xd2\x31\x42\xd4\xab\x55\x88\x1a\xa1\xa9\x57\x79\xf3\xc8\xf5\xc6\xa2\xab\x46\xcf\x59\x2a\xc7\xd7\x9b\x06\xfa\x76\xcb\x32\x5b\xc0\x45\x3b\x7c\x17\x4f\x52\x7e\x8b\x3a\xd6\xba\x41\x07\x92\x7a\x15\xb8\x41\xdc\x15\xa8\xda\xac\x02\xb7\x8a\x6d\xa7\x07\x86\xdc\x88\xb7\xe4\x49\xd0\x01\xce\x2a\xaa\x71\x51\x7b\xc4\xb4\x8f\x97\xe7\xfb\xc0\x74\xed\xee\xb5\x49\xcb\x0a\x19\x0d\xea\xce\xe0\x69\x5b\xe2\xc7\xd2\x92\x27\x82\xa6\x32\x90\x52\x1a\x24\x23\xdd\x81\x91\x8e\xc2\x1e\xae\x65\xc8\xea\x7c\xdf\xac\xaa\xf3\x4a\x35\x9a\x2a\xc1\xdd\xf1\x26\x19\x42\xdd\xa7\xa8\xd1\xe8\xbc\x81\xf0\x37\x18\xc6\x80\x0d\xa2\x4c\x52\x3a\xa7\x53\x5a\x62\x08\x5f\xad\xb0\x03\x59\x75\xa3\xf8\x3b\xa8\x82\x50\xbb\x42\x6a\x13\x86\xdd\x74\x96\x5e\x64\xd3\x4c\x66\xbc\x4c\x72\x9d\x1d\x93\x28\x7a\xb1\x18\x5e\xc8\xd1\x60\xbd\x47\x27\xee\xb1\x69\x90\x53\x7f\x93\x8d\x51\xc3\x41\x61\x2e\x36\x38\x9f\xda\x7e\x57\xff\x0d\x21\xe6\xf4\x9f\xfa\x91\x54\x3f\x31\xc5\x3a\x23\x6c\x62\xf2\xea\x39\xde\x83\xb5\x9c\x5a\xf1\x5e\x78\xf6\x90\x96\x2c\xad\x69\xf4\x9f\xb0\x05\x19\x01\xbe\x31\xe6\x48\xfa\x26\x27\x5a\xed\x1d\xaf\x24\x0b\x78\xa8\xab\xaf\x2d\x2d\xe9\x54\x6b\x42\x21\x4c\x77\x2a\x93\x92\x68\xdb\x57\x18\x76\x9e\x0b\x9e\x8e\xaf\xc1\x6a\x38\x21\xad\x9c\x95\x55\xda\x64\xa8\xf4\x0a\x29\xb8\xa8\x88\x4c\x45\x72\xa3\x69\x4a\x65\x92\x91\x6d\xc1\x74\x36\x88\x81\x54\x9b\x97\x08\x96\xd9\x1b\x91\xd4\x36\x32\x73\x1b\xe9\x4c\x48\x16\x68\x1f\xa3\xdd\x93\x6e\x5b\xc5\xe3\xfb\x88\x19\x9e\x57\x5e\x65\x2b\x02\xab\xb0\xbc\x89\x5b\x5f\x87\x79\x2c\x5f\x24\xc1\x32\x0f\x2e\xe6\x00\x5f\xbd\xa8\x9f\xca\xf0\x7e\x09\x51\x23\xd4\x8e\xe6\x0a\x33\x8a\x37\x6f\x5e\xd0\x39\x7b\xd5\x29\xe8\x98\x7d\xdf\xf1\x57\x8b\xae\x93\x91\x81\x74\xa9\xef\x4f\x76\x7e\x6d\xf1\xe1\xe5\x48\x67\x69\x48\x34\xa3\xa4\xee\x93\x39\xa1\xa9\xd7\x72\x5e\x8e\x30\x88\x4d\x46\x39\x48\xf1\xad\xba\xe3\x37\x33\x79\x9f\x04\xe4\xea\xd5\x52\x72\x65\x96\x6f\xac\xd3\xf4\x63\xba\x15\xac\xcc\x12\x8e\x33\xb4\xd0\x0b\xd4\xde\xb4\xf0\xbb\x43\x31\x52\xa4\x15\xcb\x14\xaa\xa5\xa4\xd3\x49\x52\x16\x87\xd7\xb2\x41\xbb\x7d\x0b\xa6\x76\x10\xec\x41\x02\xfa\x62\x50\xa8\xa8\x58\xee\x35\x2d\x96\x77\xcb\x40\xff\xe8\x71\xaf\x99\x0e\x15\x0a\x71\xab\x24\xa3\x29\x2d\x74\xac\x67\xd7\x7d\x69\xba\x9f\x56\x0c\x02\x17\xe6\x32\xe9\xd1\x2c\xe8\x93\xbe\x30\x4f\x1b\x73\x56\xe8\x74\x6e\x86\xab\x28\xe9\xd8\x7f\x81\x40\x45\x74\xc2\x4a\x6c\x02\x9a\x4c\xa9\x8e\xac\x36\x21\x8b\x42\xc7\x41\x47\xea\xd7\x6b\xd6\xdb\xba\x7e\x3d\xb7\x96\x14\xd7\xd6\x92\xe2\x92\xcd\x87\xd7\xa3\x56\xed\xa1\xf3\xd2\x58\x73\x39\x8d\xde\x25\x32\xe9\xba\xf4\xae\xd3\xde\x12\x65\x30\x03\xeb\xec\xc9\xe0\xa6\x62\x13\x7a\xcb\x66\x66\x2c\x7a\xc5\x7a\x5b\x57\xaf\x6f\xb7\xae\x36\x36\x88\xeb\x62\x36\xbc\x1a\x79\xe8\x2e\x6c\x56\x92\xcf\xfc\xbe\x4c\x6e\x08\xbd\x67\xbd\xad\xfb\xd7\x17\x16\xdc\x7b\xdc\xf4\x66\x78\x31\xbc\x1f\x8d\x48\xab\x30\x58\x9e\xd3\x0b\x3a\xa6\xb7\x74\xbd\x4f\xaa\x3c\x7e\xeb\xc1\x1f\x3c\xee\x35\xbc\x29\xe8\x53\x69\x35\xb1\x08\xef\xb2\x08\xd7\x1c\xc5\x29\x2b\x56\xa8\xf3\x59\xc3\x8a\xb2\x86\x15\xa9\x25\x6a\x40\x4c\x60\xe3\xa7\xf4\xbb\xfe\x33\x52\xf3\x39\x68\xbf\xfd\xf4\xa1\xad\x85\x96\xb9\x16\x4a\x4d\xed\x97\x2f\x14\x72\xcf\x6b\xa2\x91\xae\x3b\x66\xfd\x8e\xa0\x93\xa0\xc5\x2b\xd5\x60\x52\x53\xb2\x5a\x89\x08\x57\xed\x3f\x83\xca\xd7\xd8\x94\x51\xd7\xbb\x64\x36\x54\x83\x16\x08\xa8\x99\x0a\x9d\xd0\x39\xbd\xa6\xeb\xeb\x63\xd8\x08\x48\x80\x7d\x09\x2d\x66\xac\xb4\xb2\xd6\x25\xb1\x03\x3c\xfb\xee\x25\xe9\x74\xd6\x6b\x92\xd7\x0c\x34\x6c\x11\x3b\x7b\x2a\x93\x19\xbd\xa4\x25\x9d\x63\x82\xf3\xc3\x12\xf6\xc1\x9d\xaf\xdc\x9c\xaf\xf8\x82\xaf\x6a\x74\x24\x65\x79\x2c\x2b\x67\xa4\x95\x2e\x95\x95\x43\x33\x52\xfb\xc8\x04\xee\xb2\xa0\x08\xf9\x20\x8a\xb9\x36\xe1\x8b\x74\x1c\x41\xc6\x5e\x34\x95\xbe\xe9\xa2\xa6\x5d\xe0\x77\x6b\xf7\x81\xda\x69\xe9\xc3\xa0\x97\x99\x9e\x28\x9f\x2c\x17\x99\xea\x42\x74\x10\x67\x4e\xdd\x22\xeb\xeb\xb9\x62\x1a\xd0\x2a\x34\x68\xe9\x9e\x06\x58\x2c\xcc\x7d\x35\x64\xb1\x4c\x97\x6a\x86\xc6\xca\x3e\xf7\xb2\xc9\xfb\xc5\xc9\x17\xa5\xe6\xe9\x27\xd9\x58\xba\xe0\xc1\xd0\x90\xfb\x08\x27\x37\x28\x7e\xca\xb2\x98\xea\xa0\x72\x59\xdc\x6a\xe3\x2c\x14\x3b\x2e\xa7\x90\xdc\x2f\xcb\x95\x68\xd4\x6a\x43\xd7\x26\x90\x22\x1e\xcb\xc6\xf2\x88\x44\x2e\x88\x44\x93\xad\xc8\x67\xa7\xef\xb2\x86\x71\xff\xe8\x60\x79\x85\x35\x26\x5e\xd9\x7e\x13\x86\x28\x19\x72\x2a\x47\x26\x4b\xb0\x37\x0e\x12\x51\xcc\xb1\xd2\x91\xf4\x7c\x2d\xb3\xce\xe8\xae\x90\x64\x97\x49\x5b\x5d\x30\x6d\x17\x67\xd1\xe6\xd8\x43\x30\xe5\x23\x34\x91\x7c\xfb\x4e\x26\x9c\x9a\x0f\xf4\x5c\x26\x78\x5e\x84\x66\x3e\xd0\x3b\xcd\xba\x76\xe5\xc9\x00\x5a\xe5\x34\x33\x21\xd9\x96\x54\x33\xa6\xc0\x4c\xa8\x41\x6b\x81\x08\x3a\x1d\x3d\x36\x40\x4c\x6d\x74\x37\x94\x5a\x8a\x4a\xdf\x55\x84\x38\xc8\xe8\xf2\x3c\xf0\xf0\xc0\x26\x89\xed\xf6\xa0\x8f\x7f\xf3\x61\x6f\x14\xd8\x10\x79\x93\xd4\xde\x96\xf4\x4e\x3d\x72\x63\x83\x20\xd3\x3d\xef\x89\x32\x94\xa3\x25\x89\x37\x90\xe1\xe3\x53\x47\xb0\x29\x7a\x86\x72\xd4\x6a\xb2\x12\x34\xfe\x34\xce\x2e\x02\xb9\xd5\x28\x32\x36\x87\xf0\x61\x81\x23\xcc\x9d\x31\x3f\xa5\x19\x2d\xc0\x75\xcf\xd9\xd1\x17\x9d\x4e\x52\x40\xea\xad\xfa\x48\xe4\x31\x9d\x0e\xf4\x18\xbc\x7f\x3e\xaa\x64\x91\xd4\x6b\x06\x0a\xba\xc4\x94\x48\x2c\x51\xb5\x08\x0a\xef\xa3\x3e\x4a\xb0\x8c\xc2\xe8\xc1\x9d\xc7\x69\x1f\x07\x08\xc6\x75\x7a\xcd\x75\x8e\xed\xf2\xf8\x6c\x3d\x4c\x74\x41\x7c\x31\x2a\x88\xd2\x05\x1f\xe6\xee\x12\x4b\x24\xd9\x82\xc8\xc4\x45\xa7\x93\x35\x38\x41\x14\x1b\x7d\x9a\x12\x6a\x9d\x79\x3b\x9d\xc4\xfe\xa9\x4e\x7f\xea\x3d\x66\x7a\x4b\xbc\x58\x16\x81\x14\x6d\xae\xd8\xfa\x9d\xea\xae\xe1\xb4\x02\x23\x81\x06\xe2\xdd\x4a\x7d\xe8\x06\xab\xfb\xce\xc2\x4b\x33\xc8\xb5\x89\x15\x75\x3f\xfc\x97\xa0\x03\xde\x3e\x12\xe1\x0b\xc7\xf4\x04\x16\x62\x3f\x2c\xf1\xb9\xf8\x23\x43\xd2\x94\x15\x86\x2b\x3a\x4a\x6f\x80\xdd\x58\xa1\x47\xf8\xe1\xbb\xa5\x7a\x84\x3a\x73\xaa\x7a\x36\x43\x05\xa0\x01\x7b\x6a\x44\xba\xa9\x92\xca\x17\x01\x5b\x34\xaf\x18\x24\x83\xda\x93\xc9\x5c\x21\x74\xce\x52\x05\xe0\x4f\x99\x39\x5f\xda\xff\x2c\x29\x0d\xbb\x57\x57\x23\x98\x13\xa7\x18\xda\x2f\xa6\x8f\xa5\xf2\xb1\x66\x51\x4d\x89\x92\xbb\x6c\x8c\x14\x92\xd8\x51\xdf\x61\xb7\xb7\xa4\x58\x3e\x2c\x69\xe5\x2c\x53\x03\xf6\x7b\xcf\x5e\x90\xed\x71\x37\x2d\xff\xae\x7d\xcb\x4c\x5b\x32\x50\xdf\xec\x8f\x4a\x07\x80\xca\x9d\x79\x0d\xef\x9a\xdc\x7c\xa4\x35\x75\x7a\x0d\x73\xc0\xce\x00\x60\x3a\x0d\x65\x9f\x49\xcd\x04\xe7\x87\x17\x5f\xb1\x41\xfe\x64\xd0\x95\xdb\xa3\x31\x69\x1e\x72\xaf\x63\x5b\x4d\xf2\xc1\xa4\x62\xa5\xd9\xb2\x31\xda\xb2\x9d\x22\xdc\xb2\xc9\xa3\x9b\x35\x5e\xb9\x59\xbe\xdb\x70\x4f\xe6\x4d\xfd\x56\x4f\x5c\xc3\xbc\xab\x75\x32\x58\x63\xf9\x98\x8f\xde\x0a\xf7\xb4\xf8\x70\x09\xa9\x4f\xf1\x12\x9d\x60\xf9\x88\x4e\xb0\x08\x17\x3d\x6d\xd0\x25\x65\x66\x02\x46\x9f\x94\xe1\xd9\xc6\x0a\x42\xcf\xd6\x8b\x90\x88\x2d\xb1\x8a\x6b\xd0\x9d\x21\x7f\x38\xac\xf5\x48\x63\x32\xd3\x4a\x0d\x5c\x2c\xa3\xa9\xbe\x2c\x58\x81\x6c\xf6\x96\x8e\xa8\x2f\x14\x18\x33\xec\x51\x77\x52\xf3\x46\xcb\x0d\x6f\xb0\xd1\xc7\x13\xfa\x7e\xb9\xd2\x19\x75\xaa\x03\xc3\x67\xe6\x2e\xbb\x4e\xcb\xbd\x5b\x1b\x6f\xa2\x60\x99\xb9\x8e\x02\xbe\x3c\xf2\xe7\xf3\x51\x39\x0b\x6c\x99\xd4\xff\x7e\x95\x4b\x53\x4c\x90\x91\x03\x1b\x7e\xbf\x37\x62\x31\xd0\x51\xed\xaf\x93\xca\x23\xd0\xb0\x94\x2c\x75\x09\x5c\xb7\xca\x37\xac\xb7\x55\x6e\x6e\x12\xf3\x24\x9f\x0e\xcb\x11\x9d\xb3\x7c\xc9\x05\xad\x8a\x09\x28\x6d\x74\x9f\xea\xa6\x9e\xd2\xf5\x9e\xb9\xac\xe7\xea\xb2\x46\x56\x70\xf3\x8d\x3e\x1d\x13\x9a\xfb\x5b\xda\xfe\x39\x9c\x8e\xd8\x38\x98\xf4\x4a\x3f\xae\xda\x2d\xa4\x75\x46\xfa\x82\x8a\x66\x5c\xb0\xde\x56\xf1\xda\xf0\xc6\x96\xf5\x2b\x36\x36\xc8\xb1\x4c\x2c\x7e\xc3\x4a\x0c\x8b\x91\x65\xa1\xd5\x9f\x39\xcd\x28\x3e\xc8\x3f\xac\x70\x59\x0d\x91\xd5\x58\xf0\x35\x10\x83\x7e\x6f\xd9\x6d\xfb\x47\xc4\xfb\xd8\x32\xc0\x48\xe0\x5e\xfb\x52\xac\xd4\xbe\x40\xcc\xa8\x13\x9e\x4f\xb8\x30\xb4\x2f\xa3\xa9\x79\x43\x42\xd1\xa7\x20\xd7\x79\x8d\x43\x3c\x94\x89\x5a\xa0\x94\x04\xb3\xb3\x12\xbf\x8e\xc8\x84\xb5\x06\x4e\x70\x3d\x5d\xfd\xba\xac\xa4\xce\x65\xef\xcb\x2e\xf6\x8c\x7b\x61\x36\x4a\x4b\xf3\x1e\x87\x55\x46\xce\x4d\x09\x3f\x3a\xbb\x0e\xda\x75\x83\x32\x5b\x14\x28\xdb\x71\x8f\x36\x22\x77\xcb\x45\xdd\x86\xc8\x43\xc6\xea\xe9\xf0\xab\x1e\xcd\x2d\xe0\xcb\x26\x06\x59\x96\xcb\xc8\x19\x27\x9b\x6c\x9a\x79\x4c\x61\xbb\x9e\x60\x20\x55\x7b\x2c\xf7\xd3\x14\x54\x0f\xe2\xa6\x25\x7d\x08\x31\x83\x0e\x42\xef\xbc\x41\x07\x13\x5d\x4c\x40\x80\x07\x9f\xa0\xc2\xf8\xa7\xab\x19\x17\x53\xde\xcd\xf2\xcb\x22\x69\x7f\x2a\xf9\xda\xbf\x6d\x72\x60\xba\x96\xe6\x93\xb5\x7f\x2b\xda\xf0\x7a\x96\xca\xeb\x37\xe4\xdf\x6b\xb2\x58\x83\x78\x14\x20\x3c\xaf\x49\xc3\x27\x75\xdb\x84\xca\xa4\xad\xbe\xb5\x35\x4b\xf3\x51\xb2\x1d\xeb\x83\x77\x16\xfb\xb0\xa1\xe0\xda\x3a\xde\xb0\x79\xf8\x2c\xc6\xe9\x34\x54\x80\x38\x81\x3d\x63\xbd\xad\xec\xb5\xa5\xf2\x5b\x99\x95\x00\x0b\x96\x0f\xb3\x91\xba\x62\x87\xc5\x66\x7f\x04\x9c\xbd\x0f\x1a\x5d\x98\x28\xba\xba\xe7\x61\x3a\x62\x65\x65\x03\x0b\x1b\xff\x21\x80\x60\x20\xa8\xae\x62\x17\x55\x53\xe3\xd9\x34\x93\x49\x5b\x4d\x6e\x58\xd0\x6e\xb7\x9b\x8e\xc2\xaf\xa5\x36\x6a\x41\xe1\xa4\x6d\x5a\x0d\x58\x09\x25\x39\x6e\x4b\x5d\x47\x2b\x2d\x07\xf9\xb0\x18\x6d\x4b\xa6\xfe\x33\x00\xc9\xd2\x51\xe4\xf6\x5f\xdb\xa4\xd3\x29\x75\xb9\xfa\xcf\xc0\xe6\xe4\x02\x08\x7d\x1f\x34\x65\x8a\xad\xee\x0a\x3e\x99\x8f\x79\x62\xa8\x12\x37\xc2\x16\x6c\xb2\x3b\xd6\x2f\x97\x3d\xef\x18\x56\x30\x7e\xce\x89\x55\x62\xcd\x0f\x7d\x54\x07\x52\x3c\x93\x09\xba\xb1\x68\x4a\x5a\x1f\xd5\x17\xef\x6c\xee\x1e\xb7\xd9\x1b\x1b\x92\xbb\xc1\xb9\xa0\xdf\x7b\xc2\x23\xd4\x62\x78\x3d\xd2\x7c\xcf\xf8\xb3\xe2\x4d\x39\x58\x34\xc4\xef\x94\x73\xcd\x1a\xae\x7c\x27\x1e\x1b\xf6\xd1\xbc\x4e\xd1\xc9\x23\x6d\x0a\x42\xe8\x65\xd3\x13\x70\x18\x7d\x6a\x4a\xe7\x84\xce\x56\x3d\x15\x5f\x12\xcb\xd6\x00\x53\x36\xb8\xb1\xac\xdb\x6d\xc5\x66\xc8\x8d\x1f\x49\x00\xf4\x8a\xdd\xd8\xab\x9b\x5e\x20\xfe\xe0\x9e\xc5\xfc\xcf\x95\x8d\x45\x4d\xcf\xd9\x45\x8c\x94\xf7\x11\x97\x72\x4e\xa8\xfe\x04\x1b\x75\x81\x95\xea\xf6\xbc\xdd\x45\x99\xd8\x2f\xe2\x40\x03\x84\xee\xb1\xde\xd6\xde\xeb\x89\x3d\x92\x7b\xf6\x48\x7e\x61\x93\xe1\xde\x88\x1e\xb3\xf1\xf0\x8b\x3a\x92\xa7\x1a\x20\x73\x24\xbf\x90\xd6\xdd\xf0\x78\xc4\x4e\xab\xec\x32\x39\x27\x76\xbc\x43\xd6\xdb\x3a\x7c\x6d\x67\xb1\x75\x68\x3b\xdb\x61\x87\x1b\x7d\xfa\x91\x9d\x0f\xaf\x86\x87\x23\x1b\xdb\x60\x9d\xb1\x8f\x9d\x8e\x9e\x43\xb2\x43\x3f\x92\x4a\xff\x8d\x00\xbc\xb3\xf6\xf9\xde\x5a\x1f\x2e\x77\x24\xe5\xd9\x2d\xbe\x25\x35\x09\xea\xfb\x06\x1f\xb4\x65\x9e\x0b\x5e\x55\xc3\x5c\xb0\x81\xf6\x5f\xb3\x09\xcf\x65\x26\xef\x9d\xd7\x18\xc8\xc2\xda\x4e\x11\xa2\xa8\x5e\x4c\x7d\x5e\xc0\x24\xa7\x85\xb1\x01\xf1\xcf\x91\x29\x0a\x24\x80\xc5\xef\xef\x97\xdb\xb3\xe6\x92\x8b\x83\xac\x0c\xcd\xfc\xbe\x7f\x8e\xdc\x4e\xa0\x14\x17\x2e\x8f\x3a\x11\xf3\x63\x8a\xf5\xcf\xf9\x17\xa9\x19\x15\xa7\x03\x32\xc3\xee\x4b\x7e\xa3\x38\x0b\xc5\x45\x09\x7e\x95\x95\xf6\x9b\x7d\xea\x42\xd6\xf6\x2d\xde\x7d\xb7\xf7\x7e\xe7\xd3\xc1\xd9\xf9\xee\xce\xc7\x9d\xb7\xfb\x07\xfb\x67\xfb\x7b\xa7\x6c\x11\x04\x97\x01\x71\xc8\xc5\x95\x51\xbf\xd0\x7b\xa2\xfa\xe9\xa3\xc9\x40\x52\x31\x1c\x48\x66\xb0\xde\xa7\x28\x84\x8c\xfa\x19\xb0\x04\xae\xb5\x0e\x1b\xa3\xca\x7d\xbc\x18\x5f\x6a\x03\xc5\xa8\x2f\x26\x42\x8c\xaa\x8a\x22\xc3\x0c\xd6\xfb\x3a\x57\xd8\x89\xac\x81\xdf\x0f\xc0\xef\x87\xe0\xf7\x03\xf0\xfb\x5f\x09\x7e\x7f\x25\xf8\xfd\x1a\xf8\xfd\x55\xe0\xf3\xee\xe1\xfe\xd1\xfe\xe1\xce\x41\xb8\x1b\x27\xf6\xfe\xfe\x2c\x17\xb1\xec\xea\x55\xc6\x27\xb2\xc2\xcf\xbc\x46\x43\x1f\xf1\xad\x9f\x72\x1c\x28\x0c\xd5\x5f\xcb\xf2\x35\xfd\x0a\xe5\x7c\xf9\x4d\x5c\xeb\xb6\xcd\xf7\xee\xb5\x8e\xb4\x78\xb4\x6b\xdd\x64\x65\xaf\x96\xd8\x05\xd9\x3a\xcd\x8b\x20\x7f\x74\x00\x5d\x71\xe5\x00\x31\x73\xfe\x94\x25\x89\xda\x3c\xd6\xff\xae\xcb\x75\xfa\x78\xbf\xbb\x8f\x2f\xc9\x3c\x88\x4f\xbb\xb2\x43\x5d\xf5\x31\xf8\x02\x6e\xf4\x89\xf3\xc7\x6d\x9e\xd6\xff\xd3\xe6\xff\xe9\x71\x88\xa3\xc7\xd6\x30\x97\xa5\xcf\x61\x15\xb7\x64\x9f\x75\x8e\xe1\x5d\xc9\x16\x48\x23\xe3\x24\x42\x7e\xb7\xf6\x59\xaa\xe3\x75\xb6\x77\xf8\xf1\x60\xe7\x6c\xef\xfc\xf8\xe8\xe0\xd7\x73\x67\xa6\xc7\x76\xed\x09\xfb\xad\xd9\xaf\xfc\x62\x3e\xfe\xcc\x25\xe3\xdb\x70\x69\xa5\x65\x99\x5d\xe5\x24\x59\x54\x94\x93\xc1\xa2\x8a\x72\xce\xa2\x16\x41\xd2\x8a\xc6\x62\x26\x9b\x32\x77\xfc\x66\xde\xaf\x74\x35\xc8\xde\xf5\x8e\x5f\xa6\xf3\xa9\xc4\xfe\x8f\xec\x37\x0b\xf6\xbb\x65\xd1\x4e\x02\xb6\x5e\x09\xe6\x27\xfc\xd2\x27\x64\xbe\x86\xb4\x58\xe2\x6c\x65\xde\x54\x6f\xb4\x19\xe5\x4d\xd5\x41\x0c\x04\xca\x97\x1a\xe5\x85\xf9\x25\x15\xfe\x52\x6e\x5a\x24\x57\xc7\x27\x91\x81\xdf\x26\x6c\xb1\x75\x5a\x47\xb0\x3b\xb6\x95\xc6\x3c\xb9\xf7\x7a\x6a\xcc\xb7\xaa\xa7\x49\x01\x66\x42\xa5\xcb\xb0\xd4\xf8\x08\x0c\xf7\x2d\x0a\xc3\xe1\xad\x57\x80\x6f\xd8\x97\x7e\x3d\x27\xf0\xe5\xbd\x95\x3a\x41\x89\x02\x9f\x3e\xc9\x4a\x5b\x43\xf9\x84\xfb\xc3\xf1\x68\x58\x74\xbf\x29\x67\xa3\x8d\x7e\x90\xe0\x44\xab\x7e\x4c\x75\x67\x31\x8d\xa2\xb7\xc4\x45\xc6\xc0\x27\xfa\x5c\x69\x3b\x17\xf4\x38\x84\x66\xc3\x8d\x63\xa6\x1f\x90\x96\xcc\x86\x4c\x01\xc3\x42\x07\xdd\x66\xb9\xd1\x6f\xa5\x5d\xdb\xdb\x94\x96\xe0\x14\x6f\x8c\x4d\xa6\x9b\x3a\x7e\x34\x86\xcf\x56\x9d\x53\xe3\x00\x3a\x61\x08\x4e\x7a\xcd\x6c\xba\x62\x7a\xc9\xe6\x9b\xcf\xff\x72\xdd\x9a\xb8\x36\x97\xf4\x9a\x0a\xa2\xc3\x7d\xa7\x57\x1e\x8b\xfe\xc1\x93\x61\x34\x0e\x5a\xf6\x91\x6e\x71\x01\xd1\x99\xc3\xa3\xa5\xd7\x46\x95\x40\x15\x3d\x70\x9c\x3a\x28\x8e\x8c\xb3\x81\x36\xc2\x7c\x79\xfe\x17\xdc\x9f\x49\x07\x93\xd6\x90\x18\x75\x05\x85\x95\x8d\x1a\x64\x93\x2f\x59\x63\x39\xd0\x11\x40\xe6\x9a\x9e\xcb\x7e\x2b\x7d\x6e\x0e\x64\x22\x25\x8c\x89\x94\x97\x81\x05\xcc\x67\x83\x2b\xf9\xda\xc2\x97\x7b\xa5\x63\xfa\x86\xf5\xb6\xd2\xcd\x4d\x22\xbb\xe3\x62\x76\x9f\xa4\x1b\xba\x01\x4d\x37\x32\xd2\x32\x8d\x19\xa7\xb9\xfb\x4b\x22\x64\x64\xbc\xaa\x9c\x15\x9e\x39\x7b\x10\xe9\xb4\x71\xa5\xb6\x3f\xc8\x41\x5c\xe2\x5a\x53\xe9\x5b\xe2\xc5\xdc\xfe\xbb\x69\xa4\x3f\x7a\x9b\x3f\x44\xf4\x7e\x91\xce\x15\x8e\x2a\x1c\xd6\x0a\x03\x2d\x4c\x55\xc6\x50\x0d\xad\x28\xa7\x26\xa6\x91\x5d\x5a\x89\xd6\x95\x43\x98\x9f\x62\x96\xf8\xac\x6e\xfb\x8d\x47\x5d\xad\x07\xeb\xe1\xb1\xec\xaf\x98\x08\x40\x7a\x69\xf4\xd3\x59\x9f\x97\x3a\x2e\x8f\x3d\x8c\x22\x3c\x76\xd4\x0f\x23\x9a\x86\x39\x5f\xe6\xef\x88\x07\x08\x2c\x37\xdd\x31\x17\xf1\x11\x5f\x3a\x56\x46\x21\x0a\xdd\x76\xf2\x07\x87\x24\x83\xe4\x29\x6b\x80\x4f\x31\x8a\x3c\xaf\x5a\x39\x3b\xc9\x87\x87\x04\x7d\x66\xff\x30\xa9\x2d\x7c\x4f\x84\x50\x6e\x8e\x99\xda\x6c\x35\x9b\x81\xb4\x7b\x2d\xa8\x7b\x02\x91\x28\x7f\x3a\x7f\xdd\x7b\x78\xe0\x6f\x98\x80\x04\xf3\xfa\x3a\x80\x38\xf8\x0e\xab\x71\x5a\x2c\x84\x67\xf1\xd8\x95\x8d\xd0\xe5\xa9\x36\xf2\x5a\x97\x6f\x7a\x08\x28\x61\x81\xca\x0d\x50\xd6\x6f\x14\xed\xc2\x26\x0b\xf0\x98\xe5\x1b\xd2\x49\xf6\x5a\xad\x2e\x41\x93\x9e\xe9\xec\x62\x8a\x82\x14\x04\xb2\x1b\xb6\x9e\x84\x74\xb0\xe0\xfe\x63\xb4\xee\xbe\x00\x34\xda\x21\x41\xa2\xd1\x24\x6c\xd0\x9e\x5a\x5b\x26\x4d\xbc\x5f\x41\xc5\x86\x8f\x9a\xc5\xed\xc1\x3a\x68\x88\x8c\x55\x8b\x07\x2c\x9d\x5a\x24\xd6\x49\xe3\x81\x82\xb5\x12\xd6\xd5\x59\x9f\xac\x78\x0f\x63\x04\xc6\xf8\x4a\x7b\xa4\x81\x52\xfb\x91\x14\x5f\xd6\xc4\xb4\xf8\x1a\xdd\x9b\x74\x86\xd2\x97\x1e\x5f\x12\xa4\xae\xf4\xc1\x97\x4a\x84\x9a\x9e\xc2\x07\xf9\xff\xed\x72\x21\x03\x18\x13\x6d\x6b\x96\x8a\x92\x43\x4c\x07\xda\xef\x79\x52\xa8\x70\x39\x37\xb8\x2c\x87\xb9\x81\xf4\x18\x0b\x4a\x2e\x10\x13\xe4\xfc\xd6\x48\x3e\xf9\xe8\xe8\xf1\x8e\xb8\x82\xd4\x01\xa5\xce\x50\x66\xb9\xc4\xf7\x5f\x49\x01\x63\x6c\x33\x5f\xe1\x7d\x27\xa4\x0f\xa6\xc4\x3c\x88\x45\xe4\xea\x8f\x12\xc6\x65\xc4\xe8\x0f\x82\xe1\xa9\xa6\x93\x60\x9f\x00\x4c\x0e\x94\x33\xb7\x94\xf3\xbf\x0b\x93\x23\xab\xf1\x42\x17\x76\x3c\xdd\x21\x5a\x7c\xdb\x4f\xe6\xda\xea\x2a\x59\x54\xae\xfd\x4f\x1b\xb9\xaa\x1a\xcd\x53\x95\xa0\x97\x88\x7c\xc0\xb7\x26\xc2\x6d\xa6\x89\x07\xf4\xe7\x45\x16\xa7\xf7\xb9\xbc\xe6\x32\x1b\x43\xfe\x5a\x45\xce\xd5\x08\xa6\x62\x34\x86\xf9\xda\x34\x8a\x5b\x32\x3f\x26\x1e\x65\x47\xba\xee\xaf\x53\xa4\x08\x81\x77\x53\xc7\x6b\x60\x53\xa8\xca\xde\x0b\x71\xee\xcf\xf5\xbe\xb6\xc0\x37\x14\x31\xb8\x62\x68\xc6\x12\x93\x43\xc8\x00\xe4\x19\x99\x92\xa0\xde\x5b\x76\x78\x1d\xe4\xd4\xde\x43\x90\x7d\xb9\xf1\x1e\xfa\x3d\xbe\x87\xb4\xbd\x7e\x6d\x7b\x74\x58\x48\x43\x79\x3c\xcf\xc3\xdd\x8d\x64\x39\x48\x68\xbf\xf4\x5a\xa2\xa6\xbc\xa8\x98\x66\x23\x6d\x42\xc8\x92\xf5\xb6\xca\xd7\x72\xab\xb4\xaa\xde\x29\x2b\x86\xe5\x68\x0b\x66\x92\xba\x19\x4e\x49\xa7\x93\xe4\x4c\xbb\x87\x24\x53\x42\x33\x1f\xd6\x06\x51\xd6\x72\x44\x48\x15\x9e\xa0\xc7\x89\x49\xda\x80\xbd\x7f\xe8\x6e\x5b\xcd\x2d\x34\xdc\x6d\xb9\x59\x06\x49\xe5\x86\x40\x77\x5b\x84\xc5\x01\xed\xd5\x2d\xfa\xa4\xb2\x48\x88\xe2\x7e\xff\xb5\xbd\xe1\x2e\xc6\xdf\x1b\x2f\xc6\xf8\xfe\x33\x87\xa9\x76\x19\x86\x74\xc8\x49\x6a\x7a\x06\x37\xe9\x4c\x2f\x92\x5a\xa3\x1b\xc8\x8c\x8a\x17\xe7\x26\x9d\xe1\x55\xb1\x88\x81\xae\xad\x78\x49\x54\x87\x2b\xde\xfb\x44\xf0\xde\xc7\x87\x62\x98\x8d\x46\xf0\xe2\x57\xf9\x35\xfb\xaa\x63\x88\x21\x93\x18\x32\x73\x8f\x82\x92\xbf\xf9\x74\xe5\xea\x74\x09\x77\x33\x26\xf1\x09\xe0\xcd\xdd\x05\xf6\xdc\x7a\x5a\x3c\x98\x56\x3e\xe4\x30\x2d\x35\x39\x77\xc1\xda\x03\x8b\x73\xf1\xe1\x40\xef\x1d\xb5\xe1\xfe\x12\x56\xe8\x30\x09\xef\xdf\xdf\xed\xfd\xfb\xa9\xf1\xfe\xcd\x72\xc9\x45\x9e\x4e\xe1\xe1\x2b\x38\x1b\xc8\xb2\x02\x7d\xb6\xf5\xcf\x02\xce\x70\xe9\xcd\x13\x5e\xaa\xfa\xb2\x5f\x7d\x25\x2f\xed\x6a\xc5\x5d\xfd\x04\x50\x1b\xe4\x8d\x68\xea\x4b\xa5\x9c\xe6\xdb\x5a\xc3\x59\xac\x10\x7a\x96\xc0\x86\x65\xa1\x3f\x03\xa2\xbd\x82\x9b\x77\xa4\x61\x5f\xf5\x55\xab\x1d\xb5\xc2\x13\x1b\x56\xfe\x6a\x8a\x16\x8f\x85\x88\xda\xf3\xbf\x60\xb2\xf6\xf5\x47\xd4\x66\x46\x89\xab\x28\x18\xe1\x34\xba\xb0\xb2\xe0\x8b\xb1\xe2\x1a\xd5\xf7\xe1\xf3\xbf\x28\x2a\x08\xc6\x6a\xe6\xe7\x46\x9f\x7a\x5f\x1b\xf8\xf0\x4c\xc9\x3f\xa8\x57\x75\x0f\xe9\xc0\xbc\xc3\x94\x16\x34\x1b\x35\x5f\xa8\x3f\xca\x24\xbe\x47\xf5\x5a\xeb\x75\x47\x78\x10\x91\x4b\x54\x12\x0d\xab\x93\x73\xd7\xf1\x08\x2d\x89\xa2\xbe\x6f\x25\xf0\x21\x86\xee\xff\xb8\x4c\x1b\xab\x31\x96\x63\xd0\x22\x99\xc7\x12\xa4\xff\xe6\x46\x21\xca\x29\xcd\x2a\x22\x00\x86\xb0\xe0\x23\x1a\x7f\xea\xd7\x3e\x8d\x46\x76\x82\xbf\xac\x8a\x85\x8c\xae\x36\xa4\x37\x0d\x54\xa6\x11\x8b\x1d\x89\x62\x0b\xad\xfc\xf2\xf5\xdd\xbb\x2e\x52\x91\x45\xfd\x7b\x79\x08\xd1\xe2\x90\x0c\xff\xa2\xd5\xde\xff\x91\xf4\x1b\x49\xff\xae\x83\x65\xfd\xfe\x88\x18\x19\x1e\x77\xfa\x41\xb7\x7a\x44\xf8\x24\xf4\x57\x5d\xef\x97\x5a\xbd\x0f\x6a\x64\xda\x23\x2d\xee\x1a\x7c\x38\x65\xbf\xda\x0b\xe2\x6f\x8d\xeb\xda\xac\xe5\xb9\xe6\xe9\xcc\xae\xea\x4c\x14\x57\x22\xbd\xb1\xeb\xca\xbf\x28\x6a\xe0\xe2\x4c\xdb\x47\x60\x27\x24\x8c\xe7\x42\xf0\x5c\x1e\xcf\x4e\xb3\xdf\xd5\x6d\x00\x56\x71\x27\xa6\x56\x5d\x68\x36\xad\x95\xcc\x3c\x2d\xd2\x89\xaf\xe8\xf0\x1a\xd7\x61\x52\x51\xee\x8f\x63\xf7\x76\xe2\x0b\x21\x39\xcf\x88\xf1\x0a\x59\x03\xa0\x99\x45\x71\x30\x6b\x6d\x45\x3a\x22\xf4\xe9\xd5\x2f\x67\x23\x42\x1b\x3f\xb3\xfa\xd7\x72\x36\xda\xec\x57\xb3\x62\x16\x80\x15\x57\x69\x68\x78\xa9\x1a\x36\x0c\x23\x52\x53\x5b\xc3\xaa\xb3\xe8\xaf\x02\xc7\xd7\xeb\x93\xca\x4d\xed\x8f\xad\x52\x65\x0d\x83\x97\xcf\x26\x82\x2f\xb0\x24\xae\xc0\x3e\x00\x65\xcc\xff\x38\xb6\x92\x8a\xd0\xf4\x86\x54\xee\xcf\x25\xc8\xa2\xf7\x7a\x83\x6f\xd6\x31\xae\x02\xf3\x8f\x46\xf4\x70\x50\xc5\x1d\xd1\x18\x14\x85\xfe\x6a\xb5\xd2\xc9\x44\x00\x40\x1a\x8c\xb3\xe2\x91\x8e\x1d\xdc\x36\x81\x51\x7d\x96\xf5\xe5\xcc\xf9\x17\x30\x9d\x37\x61\x98\x8c\x0a\xc8\xd4\x1a\x70\x6a\xce\x1f\x0e\xbe\x6e\xe0\x76\xb7\xa4\x88\x6f\xc9\x35\xc5\xdf\x16\x90\x1d\x4a\x1b\x1d\x37\x1c\xcd\x1c\xb2\x50\xb5\x56\xae\x30\xcb\x68\xee\xcc\x15\x8f\xe7\xe1\xc1\xb4\xdf\xf7\xf3\xdc\xa6\x06\xad\x7f\x5a\x70\x9f\xfd\x6a\x3b\x68\x66\x3e\x26\x9c\x0c\x82\xef\xa7\x3a\x91\x55\xd8\xa1\xaf\xbc\x28\xef\x32\x39\xbe\x4e\x38\xd8\x5d\x92\xc5\x38\x2d\xf9\x5a\x6f\x10\x3c\x9a\x78\x0a\xd0\x82\xe2\x7e\x58\xec\x0e\xa2\x2e\x7d\x1e\x94\xea\xb1\xbb\xc5\xac\x6f\x8a\x9f\xd5\x8b\x97\xe1\xb6\x69\xf1\x22\x68\xa1\xf1\x1d\x75\xf8\xdd\x20\x5c\x73\x8d\x29\xba\xec\x65\x43\xd9\x99\x6d\x5e\x55\x4d\x6b\xb4\xf8\x99\xfb\x14\x5f\x92\x72\x6a\x56\xc6\xde\xa7\x3f\xd7\xec\x32\x4d\xb0\x9b\x28\xfa\xe0\x20\x67\xeb\xfd\x8a\x09\xad\x1b\xbe\x54\x2b\x74\xaa\x5f\x29\xf8\xdd\x9a\xec\xc2\xdf\xe6\x0a\xc8\x6f\xed\x45\x31\x29\x6e\xb4\x29\x26\x64\xf6\x35\xae\x9d\x51\xc7\x2c\xaf\xf8\x17\x3e\x9e\x4b\x9f\x65\x7c\xe1\xbb\x77\xaa\x4d\x25\x66\xe9\x53\x24\xf4\xb3\xe3\xd6\xba\xe8\x66\xe5\x9e\xd6\xcf\x6e\x05\x09\xd0\xa0\x79\x37\x3a\x39\xde\x6a\x2c\xc7\x59\xd0\x54\x03\x32\x10\x26\x67\x08\x30\x6b\x97\x86\x72\xe1\xb5\xf6\x10\xd9\x73\x12\x52\x2a\x3d\xa4\xf9\x54\x59\x18\x17\x71\x5b\x9d\xfd\x81\xdf\xad\x09\x8d\xff\xa4\x32\x91\x2d\x71\x2f\xda\x24\x70\xef\xcb\x98\xcf\x74\xf6\x61\x5a\xeb\x46\x03\xcb\xbb\xf0\x5e\x9e\xe5\x57\xbf\x1c\xb2\x9f\xed\x4d\xfe\xd3\xd2\x07\x79\xf0\x80\xf7\x99\x22\xe6\x37\x60\x3a\x74\xa1\x76\x51\x56\xfa\x43\xdd\x5c\x20\xac\x68\x33\x3e\x6b\xd7\x27\xff\xc2\xf5\x8f\xaf\x34\x0c\x0f\x61\xd1\xe6\x92\x61\x2c\x27\x78\xfb\x34\x56\xd2\x60\xa6\x20\x78\x6e\xd9\x0a\x6b\x61\x5d\xcd\x52\xb5\x15\x2e\x48\x5d\xf8\x18\x0b\x95\xba\x51\x95\xea\x32\x13\xa5\x84\x30\xe6\x8d\xd5\x51\x71\x35\x4d\x57\xd5\xf4\xa5\x81\xc9\x36\x07\x0c\x0d\xc0\xd6\xf1\x6f\xec\x52\xfd\xd3\x2f\xd5\x3f\x9a\x98\xae\xcc\x2e\x95\xfd\x89\x57\x45\x0a\x1c\x5a\x53\x0b\x07\x72\xa5\x0d\x45\x35\xc9\x26\xfb\x2e\x60\xeb\xae\x01\x49\x27\xf0\xab\xdb\x2a\xa8\xce\xa8\x55\xd4\x5a\xf8\xc9\xe3\x33\x84\x63\x54\xd5\x30\xd7\x3e\xfa\x48\x3e\xe0\xd6\x64\x5d\x52\xb3\xdf\xee\x6c\xef\xea\x53\x68\xae\xa6\x03\x83\x72\x89\x80\x60\x0e\x52\x7b\xc5\xd8\x6f\x34\x57\x02\xdc\x70\x44\x8d\x39\x81\x43\x8d\xe1\xa8\x75\x9c\x68\x71\xaf\xeb\x08\x0a\x98\x3c\xaa\x43\x67\x0f\x4a\x52\x44\xee\x10\x30\x32\x8d\x2a\xa5\xa4\x22\xdd\x89\x28\x66\x6e\xd3\xb8\x70\x9b\xf6\xcf\x25\x9c\x32\x2d\xc2\x8d\x1b\x5a\x1e\xf0\x33\xbf\xb7\x88\x7b\xc3\x6f\x0a\xcb\x0a\x83\xd8\x60\x75\x08\x82\xcb\x34\xcb\xf9\x84\xad\xf7\xad\x08\x3f\xe1\x5f\xd8\x66\xdf\xd8\x65\x9d\x78\x5d\xa4\x67\x32\x6c\x93\x1e\xea\x30\xca\x97\x41\xfc\xb8\xbe\x44\xfd\x22\x55\x79\x5d\xcc\xa7\x93\x13\x7e\x53\xdc\x7a\x0c\x5f\x0f\xba\x56\x44\x01\xb2\x9f\xc4\x30\xda\x65\x91\xe2\x11\x5c\x8e\x17\xc5\x62\x73\xe6\xad\x5f\xed\x12\x68\x04\x9f\x66\xa5\xdc\xc4\x67\x5f\x1d\x33\xb0\x95\x95\x7c\xe2\x63\xef\xea\x32\xcd\xc3\x1c\xa6\x33\xb8\x85\x0e\xd3\x99\x75\xd0\x10\x9f\xb9\x89\x97\x89\x2c\x4f\x1e\x39\x28\x4b\x8d\x8d\x0a\x50\x93\x2b\x66\x2c\x0b\xcf\x91\x3e\x0c\x7a\xa7\x02\x64\x74\xd6\x11\x11\x98\xe6\xa5\xf5\x33\xbf\xa7\x7c\xf9\xc1\xac\x4f\x7b\x45\xe0\x5e\xfa\x87\x8f\x31\x24\xf1\xf1\xdb\x30\x90\x14\x8f\x89\xdf\x14\xd7\x1b\x02\x0f\x6b\x03\x2c\x62\x14\x45\xfa\x64\x3b\x6d\xff\xa4\xb8\xb1\xba\x7e\xbc\x21\x85\x4f\xd7\xa9\x33\x96\xb7\x49\xab\xe8\x66\x79\xc9\x85\xd4\xb9\x4d\xb3\x98\x5c\xd3\x94\x66\x88\xd2\x6a\x1a\x61\x74\x20\xe5\x7d\x3e\xb6\xdb\x16\x35\xeb\x0a\x40\x6b\xbd\x4b\x29\xa9\xa1\x05\x2d\x4d\x34\xe5\x27\x2e\x5c\x03\x2a\x2e\xd9\x13\xb4\xa2\x3a\xb0\x32\x60\x3f\xca\xb2\x4a\x2a\x0d\x77\x6d\xfd\x39\x75\x78\x32\x90\xd4\x8e\x8d\x94\xc8\x3d\x9a\xb1\x1e\x2d\xd8\x7a\xdf\x73\x43\x8e\xfc\xe1\x9b\x09\xfe\x73\x90\x95\x92\x0d\x47\x26\x49\x18\x44\x1c\xf0\x86\xdb\x56\xb3\x45\x2e\x04\x4f\x3f\x3b\x85\x7b\x09\x61\x26\xe8\xe2\x33\xbf\x87\x10\x50\x5b\x8e\x67\x2a\x3b\x1d\x88\x09\xe0\xa9\xc0\x16\x51\xb5\x37\x36\xf2\x51\x0b\xc7\xef\x2d\x3b\x1d\x4d\xf1\x18\x9b\x12\x44\x36\xc0\x0c\xbc\xa4\x29\xa1\xf9\xc6\x86\x4b\xed\x24\xbb\xd7\x69\x99\x4c\x5d\x44\x29\xa9\x9d\x10\x01\xc6\xb9\x3e\x59\xaf\x33\xdd\x8d\xda\x4f\xe8\x64\x0e\xf1\x31\x8d\xb3\x30\x33\xb5\xdc\x14\xc6\x8a\x82\x4e\x58\xbe\xd1\xdf\x9a\xbc\xce\xb6\x26\x3a\x0e\x05\xc4\x3c\x10\xc3\xc9\xc8\x81\x4f\x16\x63\xb6\xde\x6b\xc1\xfc\x2b\x28\x1e\x6f\x27\x31\xbc\x73\x80\x97\x65\x1b\x7d\xab\x6f\x8d\xa0\x50\x93\x51\x8c\x98\x9a\x4e\xe1\x08\xb1\xc6\x68\xa8\x06\xa1\x3c\xc3\x08\x57\xa2\x21\xc2\x95\x18\x5e\x8f\x5a\x00\xc5\xa5\x83\x70\x3b\xf1\x3d\x4e\xf8\x94\x4b\x3d\xf0\x25\x21\x03\x55\x09\x08\xb3\xd5\xae\x16\x15\x82\xda\xb1\xd1\x31\x0e\xb5\x78\x70\x11\x48\x7d\x11\x50\x1e\xde\x1c\xd2\xde\x1c\x3c\xb8\x62\x2c\xa1\x73\xe6\x74\x3a\x2c\xbd\x42\x68\x34\x5f\x37\xb6\xc7\x65\xef\xab\xe6\xbc\x23\x2d\x03\x50\x50\x7c\x00\x52\x8f\xf4\xa5\xa5\x24\x06\x13\x39\x9d\x33\xff\x70\xba\x8d\x8e\xf3\x40\x62\x96\x8d\x8e\xd9\x41\xf7\xb2\x10\x86\xae\x6a\x73\xea\xa4\x00\x46\x62\x61\x8c\xe9\x07\x79\x8d\xc8\x80\xa8\x90\x5d\x4c\xb3\xfc\x6a\x30\xaf\x48\x2b\xb3\xec\x46\x41\xc7\xc4\x71\x13\x92\xbd\x59\xc8\x90\x51\x20\x4e\x9c\xf6\xfe\x0f\x29\xe5\xa4\x95\x9b\xd5\xb2\x9a\x46\x5a\xda\xcc\x6f\x54\xc0\x2d\x30\x55\x8c\x8c\x61\x58\x72\x52\x91\xca\x61\x16\x8e\xa2\x43\xfd\x1e\x66\xff\x85\x3d\xf4\x86\x31\xdb\x57\x09\xc7\x54\x91\x0c\x38\x22\xb3\x5d\xb4\x20\xeb\x8c\x25\x39\x13\x78\x95\x49\xa7\xa3\x9a\x83\x7f\xa1\x9e\x66\x66\xa7\x99\x39\xa4\x40\x28\xcb\xc9\xe2\x73\xc2\x09\xbd\x70\xf9\xf5\xfc\x8d\xa8\xab\xe9\x4b\xd1\x71\x5b\x42\x2c\x11\x61\x8a\x99\xd3\x61\x73\xcb\x65\x6a\x0f\x1e\x17\xb8\xd8\x88\x67\xac\x17\x0a\x68\xf6\x33\xaf\x69\x54\x30\x6b\x5f\xcc\xca\x21\xae\xbe\xb1\x31\x6a\x60\x6a\x1b\xc7\x37\xe1\x8c\xe2\xcf\x75\x69\xce\x4e\x32\xaf\x4d\x12\x69\xb2\x91\x10\x3d\x37\xc8\xd6\xec\x5e\xaa\xb8\x54\x96\x7b\x4c\xa2\xa7\xfa\xaf\x84\xb0\x37\x17\x09\x6a\x00\x7a\x2a\xa1\x0f\x04\x5f\x22\xe3\x4b\x90\xf1\x1d\x96\xf0\xed\x7a\x95\xf5\x7e\x35\xe0\x14\x92\x54\x08\x6a\x41\x73\x6f\x42\x8a\x0d\xfb\x59\x26\x82\x36\xf4\x5d\xf9\x93\x64\xe5\x85\xff\x8f\x88\x6f\x4d\x3b\x2c\x8a\x3b\x70\xe0\x5c\xd3\x6c\xf2\x5a\xce\x6f\xb9\x58\xbb\x86\x14\x01\x6d\xbb\x85\x59\xbc\x85\xd8\xf8\x4c\xbf\xdf\xa8\x15\x49\xb5\x7a\xc4\xa5\xa4\x40\x89\xe2\x7e\x33\xae\xae\xd0\x4d\x9a\xcb\x92\xd8\xd4\x36\x3d\x9c\x9c\xee\x37\xc3\xf2\xfc\x56\xaa\x9a\x63\x9d\x23\xb1\xd2\x2f\x6d\x96\xe4\xae\x09\x25\x03\x59\xa5\x9f\x33\xfe\x12\x3e\xde\x15\xe3\x5b\xf9\x6b\xb9\xa5\xee\x2c\x43\xbc\xb5\x0a\x4a\xa7\xda\xb5\xba\x3e\x51\x81\x1d\x6f\x94\xb6\xb4\xeb\x3e\x56\x77\x22\x93\xfc\xa7\xd2\xe9\x8a\xac\xda\xe5\x37\x97\x65\xc7\xfe\x84\x31\x04\x9e\x77\x17\x1a\x9f\xa4\x77\x09\xa7\x30\x71\x9e\x47\xce\x99\xba\x7b\x9f\x73\xc8\x3d\x14\xaf\x6a\xbf\x7f\x73\xc3\x27\x19\x04\x6b\x11\xb6\x8b\x33\x31\xe7\x61\x76\x3e\xdc\xb8\x6f\x6a\xbd\x4f\xa7\xe5\x8a\x6a\x3d\x53\x0d\xd2\x1c\x2d\xad\xf5\xcc\xd4\xfa\x94\x43\xe8\x0e\x3e\x59\x5e\xf5\xb9\xa9\xaa\x7f\xc9\x65\xd5\x24\x3c\xaf\xfd\x54\xda\x07\x36\x81\x13\x07\x5e\x71\x09\xb5\x48\xa0\x9e\xfd\xad\x1c\x36\xb8\xae\x0a\x32\x02\x6f\x27\xb7\x9e\x4f\xe8\x0f\x75\x13\x2c\x2c\x7e\xf1\x13\xac\xf7\xf0\x58\x17\x59\xe9\xa1\xd8\x5e\x0d\xe3\x60\xe9\x98\x81\x08\xaa\x07\x33\x9f\x68\x88\x75\x8a\xe2\x2f\xb3\xb9\xd7\xed\xa6\x1c\x91\xdf\x42\x34\xba\x5f\xe8\xf0\x03\xb1\x4e\x33\x0c\x4e\x10\x97\x3a\x0a\x5d\x2b\xd1\x89\x73\x6a\x9f\x21\xbd\x2c\xfa\x6a\x61\x4a\x6b\xf4\xc4\xc4\xf1\x5b\xcc\xc6\x83\x8c\x6a\x37\xf5\x34\x74\x03\x9c\x99\xc7\xee\x1b\xa7\x9c\xb5\xea\x34\x7b\x51\x6a\xda\x69\xb4\xb5\xf0\x6d\xf8\x1f\x39\x82\xf1\x0b\x7d\x8b\x0c\xbf\x31\xbf\x03\x28\xcb\x1e\x32\x29\x28\xfb\xe8\x87\xc4\x25\x12\x97\xdc\xf6\xbc\xd8\x7d\xcb\x60\x56\xcb\xb5\x91\xee\x45\x71\x38\x86\xb7\x3b\x6d\x72\x2b\x78\x29\x0b\xc1\x71\xe8\x37\x01\xc0\x65\x42\x09\x41\x5b\xb9\x37\x9d\xc9\x2d\x07\x9d\x31\x0e\x41\xf9\xe2\x18\xb1\x19\x88\x79\x0a\x13\xed\x01\x20\x10\xec\xd9\x1f\xb5\x7c\x09\x19\xc9\x08\x19\xac\x6b\x6b\x0d\x53\x1b\xe8\x49\x4e\x06\xeb\x7d\xfc\x55\xd3\x8f\x5c\x87\x83\xc4\x05\x40\x31\x72\x32\xf0\x89\xd8\x6d\x89\xa7\x12\x39\x19\x98\x6f\x3f\x95\xe0\x37\x8b\xa3\xd3\xa9\x85\x49\x04\x1d\xf6\xe8\x66\x9f\x72\xaf\x52\xe8\x8d\xf4\x23\xdd\x4f\x5e\x15\xa4\x1f\x1b\x6c\x47\x1b\x1b\x66\x4d\xcd\xd3\x21\xe5\xe8\x55\xcf\xd0\x80\xb8\x99\x2b\x5b\xd6\x18\x66\x5f\x6f\x07\x9f\xe3\x36\xba\x85\x5e\x99\x7a\x13\xfd\xbd\xb9\x8d\xce\x26\x57\x6b\x02\x9f\x9b\x5b\xf8\xc5\xac\x37\xf3\x65\xcd\x6d\x35\xc5\xaa\x35\x53\x9f\x9b\x96\x61\x32\x87\xdc\xdc\xd1\x05\x1f\x75\x8c\x5f\x89\xcd\x95\x59\x1f\x3c\xba\x60\x83\xda\x12\x9e\x50\x0d\xe5\x0f\x87\xea\xdb\x8c\xeb\xa8\x95\xbe\x25\xa2\x01\xf0\xbd\x80\x7c\xab\xd4\x69\xab\xf0\x93\xd4\x93\x87\x08\x1e\x7d\x9f\x3e\xd0\xd3\x07\xf8\xaa\x8e\xb5\x33\xba\x7f\xff\x8d\x86\xe8\x05\x9b\xd0\xb4\x40\x9b\x0a\xa9\x71\x32\xb8\xa7\xf7\xb5\x64\x25\x6c\x8f\x5f\xd1\x53\x43\x0f\x57\x91\xbf\x66\x64\x2b\x8c\x1a\x5c\x46\xa8\x06\xfd\x6d\x70\x62\x5d\x3e\x9b\xdc\x20\x96\xb7\xb6\x94\x43\x6c\x48\x85\xe8\x88\xaf\xc4\x97\xa8\xae\xeb\x0b\x9d\x25\x54\x60\x04\x84\x3d\x0d\xa9\x60\x72\x33\x7c\x44\xc6\x9d\x40\x34\x9a\xe0\x7e\xd7\xa5\x56\xb9\x21\x0b\x1d\xa1\xc3\x81\x61\xe3\xd4\x4c\x8b\x2b\xbb\x7a\xc1\x3c\x8c\xe9\x59\x30\x51\x1a\x03\x45\xaa\xaa\x6b\xef\x98\x1b\xd2\xba\x35\x65\xb3\xf1\x88\x65\xf4\xd6\xd7\x64\x37\x9e\xe6\xde\xfa\xfe\x98\xd1\xea\x0e\x27\xe6\x59\xdf\xbc\xc0\x83\x59\x80\x2e\xb9\x8e\x4a\x1c\x73\xbf\xfc\x42\x9e\x8f\x8c\x3b\x29\xb0\xcc\x46\x63\xa9\xbe\xe2\xbb\x5e\x17\xce\x4c\xe1\xa5\xbe\xb2\x8f\xb4\x58\x38\x2c\xf5\xcf\xbf\xc9\xe4\xd6\xc2\x47\xb9\x05\x81\x2e\x20\x60\xcf\x5b\x7e\x59\x08\x3e\xe0\xec\xcd\xcf\xbc\x8b\xbe\x68\x91\x91\x13\x0a\xdf\x40\x15\xab\x2a\x2d\x6c\x2d\xad\x9c\x35\x95\xaa\x0a\x96\x83\x58\xcd\x94\xbd\xdb\xd9\xa2\xd2\x03\x4f\x47\x48\xb8\xf0\xe5\xc6\x12\x4e\xcd\x3a\xe4\xce\x86\xe5\x48\xef\x1f\x54\x98\x8d\xeb\xa5\xa1\x95\x10\x6c\x16\xd1\xa6\x43\x91\x01\x1a\x0a\xb2\xc5\x8d\x66\x38\x88\x60\x29\x09\xd8\x11\x45\xad\x7c\xda\x59\x17\x2a\xc8\x06\xc7\x03\x3c\x0f\x7a\x5d\xe8\xbc\x64\x45\x37\x2b\x0f\x8a\xbb\x03\x7e\xcb\xa7\x16\x32\x92\x70\x42\x56\x82\xce\x49\xcb\x1a\x28\x18\xdb\x04\x85\x6b\xa1\x7d\x42\xd9\x6b\xb9\x92\xd0\x34\xa1\xec\xbb\x12\x19\xb6\x91\xbe\x8d\x0c\xdb\x48\xdf\xe6\x36\x6c\x73\xdb\xab\xaa\x70\xa2\xd6\x78\x62\xc5\xf4\xb4\x96\x43\x4d\xac\x66\x8f\x45\xc3\x29\x59\x16\x52\x6a\x1d\x2b\x9e\x93\x65\x28\xe3\x22\x69\x5a\xc9\x7a\x2b\x69\x5a\xc9\x7a\xab\x5b\xd3\xea\xb6\xc7\x64\x55\xb3\xef\x52\xa0\xa2\x6f\xb1\x9d\x15\x14\xbb\x4f\x81\xca\x48\x15\xd9\x07\x7d\x6c\x36\xa4\xbe\x9b\xdf\x35\xcb\x1f\x55\x86\xbe\x85\x86\x3e\xbe\x50\xbb\xa4\xaf\x99\xc3\x19\x3b\x82\x99\xe0\x41\xa6\x14\x6a\xf2\xfc\x76\x49\x2d\x9e\xdf\x5a\x3a\x0c\x4a\xad\x47\xef\x8f\x25\xc7\x89\x50\x25\x63\xc8\x50\xb6\xa8\xc9\x3e\x09\x31\x42\x88\x17\x96\xd4\x27\xed\xd5\x87\x58\x19\x77\x31\x54\x55\x2d\x04\x3d\x36\x7f\x9d\x3b\x45\x2a\xd5\x02\xd1\x4c\x26\x96\xd5\x25\x26\xbe\xa3\x0d\x0a\xae\xa8\x21\xc8\x53\xf6\x6b\x55\x0f\x54\xb7\xb4\xef\xa8\x03\x48\x42\x2c\x82\x2c\x1c\x58\xda\x18\x8e\x68\xc6\x64\xcd\x48\xdf\x26\xf4\xce\x46\x5d\x99\x5e\xb5\x8a\x75\x16\xd9\x6d\x77\x3a\x46\xaf\x52\xb8\xad\xf7\xcf\x8d\xbb\xf0\xa0\x98\x4a\x9f\x60\x4a\x0d\xab\x15\xa8\x6e\xae\x6a\x0d\x6e\x64\x22\x09\xa1\xb2\xeb\xf2\x8b\x0a\xc7\xff\x93\x4a\xa7\x94\x0e\x09\x98\x5f\x6f\x1b\xee\x3c\x0a\xf2\xef\x9e\x3a\x4d\x94\x41\x9a\xc3\x6a\xff\x53\x26\x32\x30\xc1\xd0\xcf\xd6\x9a\x08\x4e\xb2\xc9\x1e\x8c\x95\x9b\x41\x43\x05\xff\x67\x7e\x3f\x10\x54\x07\x79\xcf\xe9\x0d\xbf\x29\x74\x44\x7d\xe3\xe3\x69\x72\xb7\x41\xa0\x43\xd0\x61\x9f\xf0\xcb\xf7\x85\xd0\x0f\xf8\x65\xed\x63\x46\x5a\x05\x8a\x79\xe4\xfe\x36\x56\x01\xd3\x70\x9e\xcf\x08\x9d\x3f\x6d\x9e\x63\x98\x27\x17\xc9\x34\x9c\xe7\x9c\x0a\x5a\xd2\x34\xd4\xa0\xb8\x19\x8f\x09\x1d\x57\x41\x00\x23\x2b\x26\x28\xc9\xdd\xf4\xdd\xad\xbf\x06\x57\x3e\xf8\x92\xdb\xa0\xe1\xc8\xec\x89\x3a\x79\xce\x04\x90\xe6\xe1\x8c\x7a\xd4\x1b\xe2\x45\x73\x82\xe1\xa0\x4f\x09\x09\xb2\xd1\x8d\xe5\xe3\x82\x82\xc0\x28\x92\x3c\x9c\x65\x46\x25\x35\xe1\xef\x14\xf2\x2b\xe0\x03\x06\xc3\xcf\x38\x85\xe7\xe8\x3d\x8b\x5b\x50\xd8\x98\x67\xc2\x68\xf0\xdd\x25\x6f\x35\xfa\xc8\xa4\xc2\x7e\x0a\x5e\x4a\xb8\x7f\x4d\xad\x74\xea\xf3\x85\xeb\x07\x4e\x63\x6d\xea\x2e\x24\xa6\x35\xe8\x9e\x45\xcf\x2e\xb5\x73\xde\xe2\x43\x2f\x27\x8f\xba\x4b\xde\xd7\x2b\x1f\x02\xcb\x6a\xf2\x33\xab\x4d\xf2\xab\x04\x16\x56\xe1\x0c\x6a\xb2\x8c\xb5\xf0\x50\xad\x2c\x14\xee\xfd\x23\x80\x37\x60\x68\x82\xda\x30\x4e\xb0\x78\x8b\x68\x56\xae\x47\x84\x7b\x71\x7f\x00\xb3\x35\x4c\x5b\xb2\x6f\x0b\xfd\x46\xa0\x56\xdc\xd4\xa4\xda\x54\xed\x09\x60\xda\xae\xe7\x4f\xaf\xea\xb7\x32\xb8\xb7\x30\xf3\x5b\x99\x0b\x24\xee\x4b\x73\xc2\xb6\xa3\xf0\xfe\x89\xeb\x06\xfc\xb1\x6d\xa2\x56\x0c\x36\xdc\x36\x6a\xe0\xb1\xf1\x0d\x66\x53\xc1\xeb\x1d\x7f\x17\x0e\x88\x50\x2d\x04\xc5\x25\x90\x5f\x05\x92\x3d\x24\xda\xf2\xdc\xc7\xea\x73\xf4\xe1\x80\x83\xa5\xed\x24\x52\xe7\xc6\xd0\x12\xaa\xa7\xe5\x5a\x37\x54\xd2\x58\xb7\x64\xce\x1a\xa1\x8b\x59\x34\xbb\x66\xa0\xa1\xb2\x8b\x08\x18\x4a\x81\x66\xf2\xae\xb4\x72\x1e\x6f\xef\x0b\x61\x02\xfc\xf1\xe5\x6d\x6c\x05\x6f\xf5\x69\x56\xa2\xc5\x3b\x1d\x63\x8f\xd9\x92\xe2\x1e\xae\xe3\xad\x75\x1b\x00\x53\xdb\x2e\x90\xee\xa4\xc8\xf9\x16\xd9\xd2\xb9\xb7\xa7\xf7\xe8\xd2\x8e\x08\xc8\x96\xe8\x5e\xa7\x25\x9c\x97\x72\x8b\x08\x44\x4f\xac\x92\xcd\x3c\x92\x56\xba\x6b\xbd\xcf\xd4\xa4\x5f\xc7\x68\x8a\xdd\x02\x0d\x1d\x8f\x6d\x4b\x91\x81\xf5\xba\x73\xd9\x56\x15\x43\xeb\x68\xf3\xee\x45\x39\x5b\xa8\x79\x0c\xd6\xfb\xf6\x02\x85\xd4\x6f\x83\xa4\x2e\x04\xfb\xba\x3d\x5b\x97\xdf\xad\xe5\xc2\x5e\xdc\x01\x99\xa1\xa2\x46\x36\xb1\xfc\xa5\xb0\xf0\x22\xcb\x27\x01\x0a\x04\x19\x36\x9a\x18\x3e\xc1\x3c\x51\xdd\x12\x6f\x58\x6f\x4b\xd8\x10\xd3\x39\xe3\x43\x31\x6a\x49\x78\xd1\xce\x69\x28\x4c\x41\x22\xa7\x0a\xf9\x2e\x96\xce\x0f\xb5\x99\x3d\x3d\xe0\x5d\x51\x14\x32\xc9\x39\xed\x19\x7e\x94\x5b\x76\x33\xe4\x4b\xad\x83\xd7\x70\x54\x55\xbc\x6b\xe5\x94\x5f\x0e\x59\x2a\xe8\x7f\x24\x9b\xd3\x6f\x24\x9b\x1a\x73\xd8\xa9\x37\x51\x33\xb6\x88\x2e\xac\x83\xe3\x65\x4c\x10\x4e\x41\xa5\xe0\xfc\xed\x3c\x9b\x4e\x20\x98\x73\x30\xa6\xc9\xbb\x35\x57\x93\x50\x33\x09\xe4\x7e\xe7\x0e\x20\x08\x0d\xa6\x41\x33\x42\x73\x87\x1f\x45\x64\x3d\x40\x8b\x28\xa5\x7e\x03\x48\x25\x9f\x5e\x42\xc6\x1e\x0f\x59\x16\x42\x66\x33\xc0\x86\x10\xc1\xc2\x29\xca\x52\x5c\xea\xac\x46\x0e\x2e\x9a\x42\x36\xc7\xa5\x13\x98\xbb\x49\x4e\x69\x49\x0b\x35\x07\x3b\x81\x79\x3c\x81\xb9\x57\x02\xfd\x51\xb9\x43\xe1\xf3\x4f\x36\x69\x4e\x2c\xc9\xd0\xb9\xc0\x01\x8b\xe7\x31\x0a\xa9\xc6\x53\xfb\xd1\xd7\x1b\x23\x5f\xa2\x44\xbf\xab\xb3\x37\xaa\xee\x44\xe8\x9f\xea\xea\xd3\xf8\x31\x09\xf0\x63\x85\xe5\xb2\x1e\xc3\xbc\xeb\xe8\xe0\xac\xde\xcd\xa9\x9c\xdf\x70\x36\xb6\x46\x59\x26\x74\x6b\xc3\xe6\x5a\xf3\x7a\x9b\xfd\x51\x6f\x6f\xbc\xa1\xc1\x6e\xa7\x15\x13\xc0\x31\x2f\xdd\x5e\xc8\x50\x65\xb7\x37\xa3\xa5\xda\xc2\xe5\x28\xaa\x6a\xab\x5d\x1d\x03\xbc\x04\x42\x67\x79\x46\x78\x1c\xef\xf0\xb8\x8a\xcf\x4c\x6d\x0e\x8f\xe3\xe6\x58\x21\xd6\xca\x83\x93\xc7\x07\x27\xc0\xbb\x34\x86\x2a\xfd\xdf\xc6\x3b\xb4\xaf\x20\x68\xea\xbc\x1c\x0e\xa7\xea\x01\x64\xb9\xcb\xde\x11\xe0\x80\x7b\x6f\xbc\x16\x8d\xe1\xfd\x6e\x6f\x98\xbb\x81\x02\xed\xcc\x8d\xb9\xf2\xac\xb9\xa0\x29\xbc\x34\x38\x76\x7b\x83\x55\x00\xc6\x9e\xc2\x1f\x80\x4b\xfb\xd4\x26\xee\xf5\x73\x6d\xcb\x24\x83\x4b\x48\x6b\x52\x2c\x04\x93\xb6\xfb\xbb\x6b\x05\xf3\xba\x80\x9b\xd5\x1b\x01\x98\xbb\xd1\x5e\xb3\x36\x2a\x7c\x82\x07\x99\x89\x38\xd9\x18\xce\x91\x98\x13\xf0\x4f\xe5\xec\xcd\x90\xd3\x7c\xc8\x47\x23\xb0\xdc\x6e\xdf\xa4\x59\xde\xa6\x6d\x3e\x2d\x79\x9b\xb6\x53\x29\x45\xd9\x1e\x41\xe6\x5f\x53\x1d\x32\xcb\xcb\x11\xb3\x8a\xe3\xf6\x5f\xdb\x1b\xb2\xb2\x22\xb2\x75\xce\xf1\x36\x8b\xbd\xad\xf2\xf5\xf3\xbf\x14\x56\x54\x2f\x37\x36\x08\x4e\x5c\xa3\xdf\x94\x7c\xb2\xcc\xb8\x84\x66\xb5\xb4\xf6\x54\xe8\xac\xf6\x81\xee\x50\x5f\xa0\x3e\x73\xa9\xcb\x59\x4c\x0b\xda\xa3\xeb\x3d\x42\xa3\x06\x90\xc4\x34\xfe\x28\x6b\x5f\x84\x46\xc5\x6b\x11\x24\xa2\xba\x41\x14\xac\xfd\x3f\x1b\x17\x83\xde\xff\x40\x4c\x9f\x6e\x5e\x4c\x38\xa8\xec\x2a\xde\x3d\xdd\x3b\xd9\xdf\x39\xd8\xff\xe7\xce\xd9\xfe\xf1\xd1\xf9\xfb\xfd\x93\xd3\xb3\xf3\xa3\xe3\x77\x7b\xe7\xa7\x67\x27\xfb\x47\x1f\x98\x6d\x68\x73\xc3\x7b\x52\x37\x5b\x1e\xe5\xde\xa3\x7f\x29\x53\xa1\xce\x1b\x30\x14\xef\xf8\x4c\x5e\x5b\xab\xa3\x71\x9a\x4f\x8c\xf7\x0e\x72\x3a\x57\x7b\xcf\x27\xc7\x37\x99\x94\x7c\x72\x54\x4c\xb8\xb3\x66\x2f\x66\x3c\xc7\xbd\x6c\x3a\x0b\xf2\x2b\x0f\xd3\x41\x13\x4c\xd9\x65\x52\x27\xbf\xf3\xfc\x26\x95\xe3\x6b\x3e\xd9\xf1\x29\xf3\x3c\x20\x17\x7e\x20\x25\x56\xd7\xa2\x83\x9e\xf0\xeb\xfb\x89\x4e\xec\xbf\x76\x97\xc9\xeb\x35\x64\xed\xb6\x96\x17\x72\xad\x9c\xcf\x66\x85\x90\x7c\xd2\x26\xc8\x78\x46\x4f\x5c\x4b\x18\xbb\x73\x51\x16\xc2\x72\x9b\xda\xea\x08\x04\x8e\xad\x75\x6b\x5b\x9b\x3f\x3c\x5c\x28\xb2\xd6\xe9\xdc\xa8\xff\x90\x2d\x92\x9b\xd8\xc9\x66\xa8\x56\xbc\x92\xa0\xe9\x0b\x06\x88\xc4\x9d\xfd\x91\x77\x3e\x52\x55\x6d\xd3\x88\x74\x04\x5d\x6c\x37\x80\xed\x1a\x6a\xbe\xb3\x0c\xfa\x8a\x0c\xe6\xe2\x26\x8c\x57\x93\xac\xd4\x26\x9b\x6e\x19\x63\x75\x14\x6e\xda\x92\x35\x6c\xc1\xab\xc0\x78\xc5\xf3\x3f\xda\x1d\x8f\xfa\x82\xe9\xa8\x63\x65\xed\xc5\x9a\x22\xee\x80\x33\x4e\xcb\x9b\x15\xdc\x6a\xdc\x8a\x50\xe7\xe1\xa1\x47\x5a\x36\x52\x62\xb0\x51\x90\x9e\x0c\xc1\x80\x76\x3f\x3e\x1c\x1c\x43\x67\x74\x05\xfb\x23\x6b\x16\xa5\x03\x0b\x1e\x66\x25\x20\x33\x0a\xfb\x66\x95\x78\xe1\xc4\x8d\xd9\xf6\x3a\x63\xce\xec\x4a\x44\x07\x0b\xea\xbc\x61\xa2\xe1\xe4\x42\x90\xf5\x2d\xb9\x05\x27\xea\x5e\x5d\xfc\x44\x57\x3e\x87\xbf\xb5\x4a\x5d\x5a\x0f\x58\xf0\x09\x91\x26\x68\x37\xb4\xb4\x4b\xb1\x45\xe2\x4a\x56\x5b\x58\x43\x0a\x49\xaa\xea\xfc\xdc\x41\x68\x4c\xde\x83\x49\x0d\xb8\xf7\x32\xb0\xe1\x13\x83\xbd\xf7\x1b\xd2\x8a\x7e\x6f\x6c\x40\xc0\x07\x8f\xcb\xc2\xc4\x25\x8a\x16\x89\x2e\xa4\x4e\x68\xa6\xf3\xcb\x98\x23\xdb\x7a\xc5\xb4\x5d\x2b\x01\x82\x7a\x76\x3f\xe3\x9d\x0e\x84\xdb\xf2\x04\x56\xdb\xfb\xdb\xd4\x0c\x8a\x94\xb6\x69\x8f\x74\x3a\xe7\x8a\x99\x01\x3b\xe4\x24\xda\x6f\xbc\x30\x42\x11\xfa\x88\xee\x49\x32\x68\x9f\xed\x9f\x1d\xec\xb5\xd7\x19\xcb\x3a\x9d\xf6\xe9\xee\xc9\xfe\xc7\x33\xf7\xeb\xec\x57\x57\xa4\x7b\x0e\x10\x44\x71\xc2\xd5\xf9\xf9\x78\x5a\x94\xfc\x0f\xad\x68\x0c\x4f\xbc\xa4\x9b\x9b\x0d\x4b\x4a\x73\xb6\xde\x0f\xd6\x55\xfd\xcd\xd6\x7b\xf4\x5e\xad\x03\x5a\x8e\x20\x5b\xa6\x5b\x85\x98\xcc\x65\xb5\x65\xd9\xdc\x34\x49\x2e\x9b\xa6\xec\x86\xd7\x69\x0b\x7d\xc0\x79\x4c\x49\x3d\x74\x45\xa7\x73\x2f\x92\x42\x83\x55\x10\x1b\x0f\xd4\xcf\xd1\x7a\x43\x60\x20\x6d\x86\x90\x3a\x21\x4a\xeb\x9b\xb8\xb9\x59\xc1\x36\x80\x25\x28\xdc\x72\x2e\x0b\x8d\x5b\x37\x19\x86\x88\x94\x0f\x0f\xda\x0b\x24\x6a\xe5\x7a\xf9\xf1\xec\xf0\x20\x22\x7a\xda\x2c\xfb\x2d\xd8\xaa\x6a\x9f\x0d\x67\xe5\x19\x5a\xbc\xe7\x4c\x22\x5b\x56\x9a\x01\x4d\xbb\x49\xb0\x36\x84\x0a\xbc\x5a\x34\xef\xce\x04\xbf\xcd\x8a\x79\xe9\x28\x53\x11\x6f\x5a\xe8\x01\x0a\x5f\x73\x42\xfd\x22\x7f\xd1\x8b\xbc\xea\x00\x14\xae\x7e\x4c\x3f\x1b\x36\x3a\xac\x42\x08\xcd\xac\x96\x26\x5c\x39\xb3\x52\x95\x19\x03\xa1\xb6\x36\x14\x56\xab\x00\x1a\x0b\x8c\x1e\x4e\xdf\x83\xbd\x82\x38\xa1\xa2\x0a\x57\x19\xab\xfa\x1c\x2c\x10\x36\xb7\xd3\xd9\x03\x57\x7f\xa4\x2a\x01\x2a\x8d\x87\xd9\x12\x9d\xce\xfa\x9e\x3a\x0c\x5b\x44\x30\xd1\x04\x41\xc3\xd6\x80\xdc\x8a\xd4\x47\x0e\x27\xce\xf8\x17\xf9\x38\x66\x6d\x3f\x57\x28\xee\x68\xd8\x76\x22\x3d\xfd\xd2\xb1\x68\xf1\x17\x66\x55\xf3\x68\xc7\x02\xd4\x90\x61\xea\x55\x33\xca\x2b\xc7\x78\x6a\x3a\xd9\xfe\x9f\x87\x1a\x33\x9a\x48\xf2\xf0\xf0\x45\xdd\x25\x9d\x4e\x1b\x0a\x57\x52\x47\xcb\x62\x46\xb3\xb5\x2a\xb0\x08\x39\x08\x0d\xb1\xc0\xd5\x6e\xfc\xec\x96\xd0\xfa\x99\xc5\x8f\x65\x76\x67\xed\x22\x76\x3a\x17\x0a\xf0\xff\xc2\xe2\x25\xb2\x19\xbb\xe3\x09\x78\xc8\x88\xb9\x22\x1d\xc7\xb2\x04\x56\x45\x00\x3a\x9d\x3b\xbd\xc0\xe1\xbb\x65\x76\x99\xb4\xaf\xa5\x9c\x0d\xbe\xfd\xf6\xee\xee\xae\x7b\xf7\xbc\x5b\x88\xab\x6f\x9f\xf5\x7a\xbd\x6f\xcb\xdb\x2b\xb3\x51\x36\x21\xf0\xa7\x93\x7d\x17\x16\xb4\x6b\x6e\x46\x85\x42\xad\xa6\x8f\x5d\x59\x7c\x9a\xcd\xb8\xd8\x85\x50\xd7\x55\x22\x69\x68\xe0\xd0\xc8\x88\x0f\x47\xda\x0e\xc7\x04\x43\xc0\xc9\x95\xa9\x34\x84\x2c\xbb\x4c\xcc\x54\xda\x67\x6f\x8f\xdf\xfd\xda\xd6\xa3\xe9\x91\x49\x1c\xad\xc1\xae\x8d\xd4\x8e\xd4\xb4\x81\x3f\x6d\x14\x3e\x6c\x84\xb0\x68\x81\x5b\x8d\x3b\x14\xd3\x9b\xb0\x4d\x75\x7e\x5e\x4f\xb2\x1d\x58\xbf\x37\x2c\x05\xdc\x4b\x4e\x34\x16\x49\x4e\xb9\x49\x9b\x62\xc6\x32\xb9\x9f\x75\x26\xe7\xc4\xfc\x62\xd2\x78\x00\xe4\x90\x66\x6a\xcc\x93\xdc\x85\x54\xca\x08\xed\xd7\x20\x6d\x00\x4c\x83\xfb\x51\x14\x33\x2e\x90\xa2\xd3\x6a\xc9\x97\xc0\xea\x26\x74\x2c\x12\x61\x60\xcd\x5d\xf0\x90\x00\xd6\x3c\x82\x55\x58\x58\x85\x83\x35\x5f\x02\x6b\x00\x55\x75\x7e\x0e\xf9\xba\x43\x86\x3d\x15\x8b\x06\x10\xb1\x4b\xaa\xf0\xa4\x58\xdb\x04\x0b\x6c\x13\x6c\x35\x30\x2e\x4f\xaf\x21\x3b\x7e\x99\xc4\x30\x1f\xc1\xa1\x30\xd8\xb0\x4c\xa2\xd4\x9c\x89\x85\xbe\x06\x6a\x75\x97\x4d\xa7\xbb\x8a\x21\xf3\x4e\x2c\x21\xc1\xe6\x34\x64\xcf\x2c\x01\xf7\xc1\xc2\x1b\xb0\x51\x51\x9a\x4e\x47\x36\x61\xb5\xa9\x3f\x2b\x66\xde\x7d\x4d\x83\x57\x07\x45\x49\x89\x87\x70\xc3\x61\x0c\xe0\xdd\xff\xcc\xb9\xb8\x3f\xe5\x53\x0e\x82\xf6\xbf\xcb\xb1\xc8\x66\x72\x78\x35\xbd\x11\xac\xfd\xcd\x42\x56\xed\xd1\xbf\xbd\x22\xe8\xe1\xc1\x5c\x4b\xf0\x7e\xc5\x6f\x0a\x9f\x18\xb9\x7e\x08\xc2\x01\x5b\x38\x7f\xb6\xd9\x31\x2b\x48\x60\xb1\xa9\xd3\xc1\xbf\xd6\x19\xcb\xb7\x08\xbe\x2c\x70\x29\x69\x69\x0f\xde\x4a\x9f\x2a\x27\xc0\x35\x89\xff\xe6\xe5\xdb\x4a\x5c\x99\x66\x48\x20\x8a\xe3\x32\x99\x45\x98\x70\x33\xcd\xb7\x96\xc9\x30\x50\xe8\x00\x5e\xb1\x03\x86\x1a\xe4\x20\xbb\x35\xbc\x79\x41\xd7\x7b\xf0\xa8\xbe\x03\x14\xdf\xf0\x18\xdc\x6b\x34\xba\xf5\xb2\xe8\x7e\x41\x71\xc0\x1d\x83\x17\xb3\xd3\x80\x27\xe8\x16\x42\x21\xb2\x9d\x2e\xe9\x42\x2c\xbd\xcc\x7d\xa5\xfb\xe5\x95\xb4\x64\xc4\x97\x4a\x46\x9b\x5a\x32\x42\xf9\xe4\x71\x5f\x3e\xd4\x34\xea\x40\x5b\x6a\xbe\x20\xb4\x8f\xdb\xdd\xe1\x76\xfd\x25\x80\xee\xad\x02\xb4\xfd\x3f\x0a\x8d\x6b\xdc\x89\x4f\x72\xbe\xba\xf1\xda\xf2\x96\xc7\x22\xb6\x12\xea\x6d\x09\x6f\x20\x24\xac\x81\x90\x79\x13\x53\xa4\x13\x08\x4c\x10\xa6\xb0\xaa\x78\xd7\xa2\x9b\x55\x99\xb3\x2b\x51\x11\x42\x79\xd2\xfe\xeb\xd5\x34\xbb\xb9\xe1\xe2\xdb\xb9\xcc\xa6\x6d\x3a\x6c\xf3\x2f\xb3\x42\xc8\xb2\x3d\xa2\x09\x66\xcb\xda\x73\x45\x93\xa4\xc8\xc6\xb2\xdd\x32\x2a\x57\x6d\xe9\x8e\x68\x6b\xfb\xfc\x9c\x97\x87\xc5\x64\x3e\xe5\x6d\xba\xd0\x4f\x87\xeb\xbd\x4a\x09\x34\x69\x59\x72\x21\x8f\xf8\x2d\x8f\x4d\xa0\x22\x55\x49\x7b\x9e\xf3\x2f\x33\x20\x41\x6b\x28\x03\xf3\xda\x85\x48\xf3\xf1\x75\x9b\xb4\xb0\x41\x6e\x1b\xd5\x68\x53\x4e\xa8\x2d\x94\x22\x1d\xf3\xe4\xdf\x8a\xb2\xac\x0d\x06\x6b\xdf\x2c\x7e\x3a\x3d\x3e\xea\xea\x24\xfa\xd9\xe5\xbd\xba\x5d\xd7\x92\x6f\x16\xbc\x22\xff\x26\x95\x03\x8f\xd5\x98\x9c\x75\x5e\xd3\xe5\xc9\x87\x87\xb6\xae\x0e\x4a\xef\x34\x9b\xce\x05\x6f\x43\x2f\x13\x3e\x13\x7c\xac\x8e\x08\x5e\x3a\x0b\xd3\x5d\x2a\xf2\xa4\xfd\x6e\xef\xe3\xc9\xde\x2e\x68\x4f\x07\x6b\xed\x0d\xae\x1b\x66\x63\xc9\x0a\xca\xbb\x59\xf9\x4e\xfd\xd9\xc0\x10\x6b\x1a\xc6\x2b\xa8\xa4\x37\xa0\xa1\x5a\xbb\x80\x12\xef\x8d\xc2\x7d\x8e\x88\x0a\x32\xbd\x95\x73\xc1\x3f\xcc\xb3\x09\x08\xc5\xde\x9c\x08\x3e\xe5\xd0\xf9\x29\x17\xf0\x0d\xa8\xd3\x7b\x2b\xf6\x35\x0d\xd6\xac\x23\xd6\xcb\x99\x5d\xe5\x41\x13\x2f\xc5\xf4\xb7\xe4\xeb\xd4\xc6\x2a\xb4\xb8\x2c\x2d\x2e\x0b\xe6\xca\x86\x72\x84\x95\x00\x9d\x4e\x6d\x76\x82\xf8\x1b\x39\xd5\x71\xc5\x56\xa5\xeb\x6c\xf1\x61\x31\x62\x62\x58\xe0\x30\xbe\x54\x91\xfa\xe9\xf4\x68\x3e\x9d\x96\x4b\x20\x56\x9b\xaf\xcd\xc2\xc1\xda\x0d\x0e\x21\x9c\x3e\x39\x14\x23\xed\x7c\x64\x89\x72\x65\xdd\xa2\xc3\xbe\xac\x5d\x96\xd3\xed\x8a\xb5\x2c\x5f\xe3\xc4\xd8\x46\xa9\xe3\x4b\x82\x3e\xe0\x72\x36\x97\x5e\x43\x4f\xf8\x7a\x6a\x39\x35\x9b\x95\xd5\xb1\x18\xc8\x03\x09\x54\xc9\x40\x4c\x54\x6a\x84\xff\x97\xba\x7f\x6d\x6f\xdb\xc8\x12\x45\xe1\xef\xfc\x15\x14\x27\xcd\x41\x0d\x4b\x30\x29\xbb\x33\xdd\x94\xcb\xdc\xb2\x2d\x27\x7e\xc7\xb6\x3c\x92\x9c\xbc\x79\x18\x8e\x02\x11\x45\xb1\x62\x10\x60\x0a\x45\xc9\x12\x89\xfd\xdb\xcf\x53\xab\xee\x00\x28\xbb\x7b\x77\xf6\x73\xce\x17\x12\x28\xd4\xfd\xb2\x6a\xdd\xd7\x67\x7a\x5f\xb6\x6d\x34\x5f\x9e\xa2\x76\xa7\x12\x3a\x05\x79\xad\x3f\x87\xe6\xf9\xe8\x9d\x9a\xe3\x0b\xf3\xd0\x15\x45\xf7\x9a\x76\xd7\x9c\x96\x34\x17\x3d\x27\x14\x81\xed\x08\x59\x9b\xc7\x6e\x5f\xdd\x22\x2c\xee\x9d\xfe\x70\x8e\x42\x9d\xa9\x00\x4a\x04\x31\x58\x54\xad\x6a\x94\xf4\xcb\x32\xd9\x94\x82\xa6\x41\x55\x2d\xa3\xd3\xd9\xec\xe1\x95\x50\x65\xbd\x67\xe7\xf4\x7a\xd8\xdb\xd0\xc6\x62\x3d\xf7\x76\x14\x7f\x31\x9a\xf0\xc3\xd1\x78\x28\x37\xef\xe8\x98\x3d\xe7\xb0\x6b\xf3\x29\x3b\x1c\xcd\xbc\xb3\xc0\x66\xb5\x48\x1a\xd4\x0f\x4d\x6d\xfc\x6d\x4c\x8b\x19\x2e\x89\x73\x3b\x36\x2d\x66\x13\x1d\x57\x4a\x3e\xa3\x71\xaf\xd7\x11\x03\xf2\xdb\x77\xdb\xa4\xfa\x6e\x5b\x56\xbf\x55\x5a\xd5\xd1\x84\x97\xfd\x35\xd7\x02\x88\x63\x13\x00\xa7\xdf\xcf\xa6\xc3\x59\xac\xb0\xc4\x27\xff\xf3\x6b\xf9\x1f\xdf\x3d\x41\xc7\x28\x8b\xcb\x25\x5b\x88\xa8\x25\x77\xe6\x29\xc4\x35\x8b\x29\x9d\x77\xe5\x7b\x63\xf4\x64\xe8\xbc\x68\x74\x8b\x45\x57\x87\x3f\x4f\xc9\xdc\x2f\xf9\x04\xc9\x1e\x68\x43\xdf\x0d\x79\x9f\x88\x65\xbc\x62\x79\xb4\xc1\xa9\x8a\xfa\xbb\xf4\x8f\xd6\x42\x55\xb4\x54\x47\x6b\xa1\xef\xfd\x8d\xb3\x36\x5e\xc6\xbf\x17\x2c\x57\x63\x55\xf0\x54\x09\x54\xdb\x4e\x03\x7d\x41\x86\x2a\xcf\x87\x22\xff\xc8\xd9\x8a\x09\x76\x4b\x1f\xcb\xff\x14\x8e\xaf\x31\xbf\x70\x79\xdc\xb6\xa0\xcd\x1d\xf1\x35\x18\xe3\xf6\x01\x9f\xe9\x61\x4c\x0f\x46\xf8\x60\xa8\x90\x50\xb5\xe0\x38\x8e\x63\x31\x53\xbd\x35\x36\x43\xad\x7d\xfc\xcb\x88\x90\x61\xbf\x4f\x9f\x93\xbf\x3e\xfd\xfe\x6f\xff\x39\xfc\xfb\x68\xd4\xef\xd3\x17\xe4\xd0\xbc\x1e\xa9\xbb\x62\x5e\xa4\xf4\x03\xbd\x49\xe4\x90\xc9\x06\x2e\xb8\x20\x69\x6e\x73\xa9\x60\x1c\xb7\x94\xa4\x36\x97\x4d\x5a\xda\x5c\x8f\x4c\x5b\x65\xcb\x3d\x96\xa9\x43\xeb\x56\x93\x64\x61\x0b\xba\xb4\xb5\x05\x5a\x2d\x95\xb1\x45\xd4\xb0\xd9\x74\x61\x4b\x3a\x06\xbe\x52\x79\xdc\xcb\xe9\x70\xd6\xa9\x83\x80\xdf\x5e\x29\xa1\xbb\x7a\x95\xc8\x85\x88\xd7\xbc\xb8\xce\xe8\xaa\xea\xfe\x2f\x78\x2d\xd7\x49\xae\x04\x22\x55\x1c\xdb\x04\x9a\xa7\xd5\x6f\x1e\x44\xbd\xd4\x51\xac\x1b\xdd\x83\xb6\xd5\xb5\xca\x69\xb9\xc9\x44\x03\x10\x36\xfb\x40\xc3\x3e\xd0\x7a\x1f\xa8\xdf\x87\x1a\x10\x96\xd8\x92\xd8\x3b\xef\xcd\xd9\x9a\xd0\xb1\x71\x19\xa8\xf1\x91\xcf\xff\x40\x69\x55\xe4\x94\xf3\x7f\xb0\x8c\x72\x48\x4d\x68\x2c\x36\xeb\x8c\x12\x1a\xdf\x52\xce\x16\xf7\x17\x82\xae\x4b\x02\xf8\xa0\x7c\x84\xb8\xb0\xe9\x25\x2d\x85\xf9\x00\x3a\x08\x7e\x02\xd8\x17\x5d\x16\x0a\x2e\x92\xaf\x8b\xb4\xa9\xb2\x50\x26\x34\x96\xc8\xd9\x05\x95\xdb\xc3\x73\x80\xac\xc1\xad\xde\x39\xfa\xfa\x5c\x70\x4a\x1f\x68\x34\x9d\xf9\xce\x8f\x65\x66\x13\x8d\x70\xd8\xb1\x68\x7e\xb0\xc7\xe3\xab\x1b\x89\x8a\x0d\x06\xdc\xd1\x01\xac\x99\x61\xb7\xcb\x03\xd9\x7d\x11\xd5\x2f\x70\x1d\x7e\x47\xf9\x01\x74\x5d\x6f\xda\x47\x6b\xe1\xab\xc2\x41\x23\x54\x25\x69\xea\x2d\x85\xc2\x99\xfd\xc5\xb7\xb9\xa7\x74\x46\x8c\xc1\x86\x7c\x95\xdd\x9c\x69\xf3\xea\xca\x38\x59\x41\xdb\x96\x2a\xd4\xc7\xae\x5f\xd3\x58\x0f\xac\xdf\x6f\x7e\x54\x5f\x66\x95\x3c\xff\x6a\x29\xf6\x8e\x42\x99\x78\x4f\x67\xa1\x63\x16\x1b\x3b\xa2\x64\x0f\x75\xd1\xb5\x52\x8c\xd0\x7e\xc8\xb5\x4e\x6b\xcd\x7f\x4b\xdd\x0d\xb3\xd6\x7a\x0d\xb9\xf7\x9e\x45\x17\x0e\x8c\xbc\xf4\xbd\xd5\x22\x2e\x57\xc1\xe3\x94\x93\x72\x57\x60\x2a\x0e\x47\x33\xec\x79\x44\x81\xef\xb4\xca\x45\xdd\xf4\xac\xb5\xfe\xe7\xb4\xa5\x42\x3a\xab\xac\xe3\x52\x33\x7a\x1b\xb9\x2e\x98\x81\x86\x01\xa4\xcb\xa2\xe6\xff\x5b\xf5\x3f\xb4\xc1\x46\x39\x4e\x2a\x7d\x28\x3a\xe6\xe8\xfe\x69\x77\x62\x57\xa8\xa0\xc8\x25\xce\x24\xd6\xa7\x4d\xb1\x7b\x07\x66\xe7\x29\x4d\xe0\x89\xfa\x1b\x53\xf2\xe2\xb7\xab\x2b\x49\x05\x7e\xb7\x05\x9c\x62\x91\x15\x05\x8f\xe0\x91\x27\x79\x5a\xac\x22\xf4\x1f\xaf\x13\x21\x89\x9b\xbb\x08\xd8\xe6\xbf\xb9\x53\xbb\xf1\x1c\xd6\x9b\x7b\xf3\x69\xdf\xa3\xde\xe7\xde\xa9\xb5\x17\xeb\xce\xcb\xe0\x1d\xb3\xff\xed\x25\x2f\xdb\x93\xbd\x80\x58\x11\xdd\x91\x21\x7a\x3e\x9c\xc8\x3e\x8c\xd3\x00\x10\xac\xeb\xd9\x5e\xb8\xde\x4d\x64\xd5\xe3\x39\x68\x42\x1b\x70\x9a\xe1\xe9\x08\x4b\x4c\xcd\x28\x24\x51\xf2\x62\x1d\xc9\xc6\xb4\xe7\xbb\x15\x29\x3b\x75\x98\xb9\xc2\x0d\xb0\xaa\x51\x90\x1a\xf4\xb5\xa9\x3e\xac\xb6\x89\x06\x64\xab\x84\x3a\x47\x42\xbb\xf1\x29\xb8\xcf\x96\xc0\xbd\xff\x45\xe5\xdd\xf0\x64\x5d\x64\xf7\x92\x6e\xfb\x97\x73\x2a\xae\x37\xab\xb5\xbf\x43\x93\xc1\x40\x61\x74\xe0\x9b\x91\x9c\x62\xda\x66\x5c\x45\xbe\xd8\x74\xf9\xe6\x95\xf7\xc8\x8d\x65\x34\x84\xeb\xbf\xe9\x0b\x12\x66\x94\x95\xaf\x24\x40\xbb\x4c\x6e\x6e\x6a\x54\x88\x3c\x4b\x22\xb9\x51\x71\x90\xcc\x56\x27\x84\xdc\x56\x41\x31\x72\xa3\xa8\x4f\xe3\x33\x11\x70\x36\xcf\x5f\x20\xc9\x80\xd7\xc0\xc5\xfd\x65\x72\xf3\xa6\xe0\xe4\x12\x83\xec\x45\x3e\x7e\x56\x8f\xef\xa9\x48\xe4\xeb\xb9\xbc\x70\x1d\xe3\xfc\x35\x4b\x5f\x2d\x93\xfc\x26\xbc\xad\x4f\x14\x53\x41\xed\x04\x9e\xcc\x3f\x83\xa2\x1c\xf9\xa0\x77\x81\x4b\x79\xab\x51\xe2\xcd\x0a\xba\xf5\x0e\x7a\x0d\xdf\xe5\x6e\x6a\x99\x2c\x45\xf2\xff\x2e\x6b\x97\xc8\xc9\xe7\x26\x09\xdc\xf9\x10\x29\x9d\x7d\x0a\x1e\x9a\x94\xca\xa0\x20\x6f\x3d\x5d\x7b\x59\x1a\xbc\x9f\xd6\x18\x4e\x70\xff\xfe\xa4\x94\xce\x72\x12\x21\xf2\xe2\x0f\x4f\xfe\x9c\x4f\xdf\xcc\x08\xc7\xb9\xc2\xd3\x9a\xad\xbf\x56\x57\xc0\xef\x08\xff\xae\x48\xff\x7a\x27\x7e\x27\xaf\x8d\xb7\x64\xb7\x3a\xef\xc3\x7e\x58\xdf\xa7\x07\x2d\x78\xee\x1b\xe0\x0d\x54\x60\xfa\xfa\x5d\x44\xa7\x6f\x66\xde\xae\x01\xd3\x43\xf2\x93\xab\x99\x7c\x87\xa9\x0a\x2d\x9c\x6d\x28\xf9\xc3\xcc\x18\x4d\x5f\x27\x22\x69\x1d\xba\xdc\x8a\x3f\xd3\xe4\xf3\xfb\x64\x8d\x73\xd2\x33\x59\xdc\x05\x6d\x24\x73\xdb\x1b\x2a\x04\xe5\x4e\x3e\x6b\x82\xef\x9b\xb9\x7a\x17\x7d\x8e\x18\xa6\x08\xe1\xbc\xdf\x3f\x00\xeb\x87\x88\xa1\x49\x54\x10\xa1\x44\x71\xcc\xf8\x9e\x63\xb8\x40\x68\x5c\x10\xae\xa2\x84\x21\x5c\x54\xb8\xac\xd5\x2e\x70\x8e\xb6\x97\x20\xf1\xd3\xa5\x64\x4a\x55\x05\xac\xb5\xf7\x1b\x01\x8c\xa9\xf2\x6d\x7e\xb2\x11\x85\xd0\x9b\xe8\x92\x27\x79\x99\x40\x3d\x12\x6b\xde\xe4\x8f\x7d\x2e\xa9\xd8\xf3\xf1\x34\xbf\x25\x34\xfe\xe9\xec\xdd\xc9\xe5\xdb\x77\xa7\xde\xe3\xd5\xe5\x89\x44\x04\x7f\x2a\xb2\x44\x30\x75\x64\xa9\xf3\xe4\x49\xa8\x71\x12\x4b\xdc\x01\x23\x34\x7e\xf5\xe9\xfc\xfc\x54\xd9\x69\xca\x37\x75\xeb\xeb\x4f\xda\x86\xd3\x7b\x34\xd9\xce\xde\x7f\xfc\x74\x29\x1b\x3f\x79\xf7\xee\xec\xe7\xab\x57\xbf\xbc\x7a\x77\x7a\x11\x60\x99\xca\xfb\xef\x9f\x74\xc5\xe1\xe2\xeb\x15\xcb\xdb\x42\x56\xde\xbb\xba\xfa\xe1\xdd\xdb\xf7\xef\x4f\xcf\xaf\x7e\x3a\x79\xf7\xf6\xf5\xc9\xe5\xd9\xf9\xd5\xc5\x2f\xef\x5f\x9e\xbd\xbb\x7a\x73\x76\x7e\xd5\x1b\xd0\xce\x57\x96\x43\xfc\x83\xab\xcb\xf1\xd7\x16\x30\xef\x78\xd3\x3b\xec\xb8\xb5\x19\x75\xbc\xb5\xfd\x90\x7c\xd0\x9e\x7a\x47\xda\xc3\x2b\x8b\x7a\x97\x27\x3f\x5c\xe9\xf9\xef\x21\x77\xd7\xfb\xd6\x45\x74\x5a\xce\x22\xef\xc2\xdd\x84\x5e\x2b\x5e\x10\x9d\xc1\x2d\x64\x09\xf5\xcf\x71\x6a\x5a\xb8\xfc\xe5\xa3\xac\xbe\xb6\xc0\x73\xad\x32\xbb\x6c\x55\xda\xe6\xf4\x96\x95\x72\xfc\x23\xe7\x18\xf6\xd5\x92\xca\x83\xee\x27\x29\x28\x60\x1c\x3a\x97\x46\x7d\xdd\x6a\xc5\x96\x9b\xeb\x30\xc6\xaa\x4a\x78\xb9\x59\x2c\x28\x57\xb0\xc5\x7e\x9b\xa6\x33\x42\x2b\x18\x8d\x0a\xc6\xe7\x9a\xf4\x55\xbe\x0e\x2c\x22\xe9\xda\x43\x8d\x3e\x0e\x06\x89\x75\xc1\x4a\x0f\x08\x49\x8c\x7b\x2d\xaf\x8f\xc3\xe6\xd0\x92\x8e\x56\x27\xdf\xaa\x8e\x42\xf0\x34\x35\x13\xbe\x6c\xd6\xc6\x97\x66\x8b\x08\x30\xc6\x98\x95\x0a\x73\x14\x08\x85\x52\x5b\xd1\xe2\xc9\x49\x4c\xf3\x19\x8c\xb3\xc3\x35\x77\x29\xf9\xa2\x42\x19\x82\xcb\x57\xc5\x74\x13\x2a\x47\x61\xd1\xe6\xfa\xcc\x4d\xbc\xc2\xbc\xb6\x24\xd6\xd0\xaa\x7d\xba\x83\x92\x85\x0d\x29\x68\x17\x94\xbb\x2b\xae\xb1\xb0\x96\x97\x1d\x96\x31\x36\x14\x16\x48\x05\x02\x59\x9c\x13\xd1\xc9\x25\x0a\x31\xe1\xfe\xa6\x18\x47\xbc\xad\x8f\x30\x74\xec\x72\x5a\x3b\x13\x03\xec\x94\x5f\x6a\xbb\x49\x07\x83\xa4\xaa\x94\x9f\xd9\xa5\x05\x88\x1d\x0f\x36\x2e\xe0\x4c\xac\xc9\xd2\x01\x51\x77\xdc\x56\x75\xb4\x69\x24\x8f\x93\x83\xb6\x6b\xed\xeb\x4b\x7d\x7c\xea\x1d\xd4\x1b\xff\xa0\x02\x82\x54\x03\xaf\xb7\xfa\x90\x5d\x6f\xd5\xbe\xd6\x79\x3f\x24\x1f\xaa\x2a\x04\xef\xd7\xd0\xc8\x3d\x34\x72\xdd\xa9\xdd\x04\xf7\xba\x9a\xab\xb0\x9a\x04\xe2\x31\x39\x30\x7f\x05\x75\xdc\x41\x1d\x57\xae\x97\xa7\x21\x93\x18\xcc\xb5\x87\x38\x27\x4e\xb2\xf7\x3c\x77\xd2\x3d\xa6\xa5\x7b\x07\x84\xdc\xf6\xfb\xc2\x08\x96\xcd\xaa\x7f\x89\x84\x07\x8d\xbe\x04\x01\x49\xb4\x01\x7f\x2d\x24\xc9\x6d\x2d\x06\x09\x9d\x0e\x67\x9d\x94\x2e\x92\x4d\x26\xc6\x4e\xe2\xb1\x8c\x8e\x9c\x4c\xc2\xac\x3c\xc5\x02\xc6\xe8\x5d\x6c\x77\x30\xc8\x33\xb2\x8a\x10\xbe\x80\xdf\xf7\xf2\xb7\x93\x45\x67\x08\x2f\xe4\x0f\x3c\xad\xa3\x33\x7c\x1a\x4d\x2f\xf0\xfb\x19\xd2\x49\x8b\xe8\xc2\x3e\xbd\xf7\xb2\xbd\xaf\xa7\x42\x0b\x27\x3e\xa2\xa8\xe8\xbc\x8f\x3e\x2e\xe3\xe6\xf7\xd2\xdf\xea\x1f\x55\x7c\x6c\x14\xb8\x8c\xf6\xd4\x99\xc1\x8d\x91\x1f\xaa\xa3\xdf\x8f\x40\x93\xe4\x04\x6c\x09\x6d\xa5\xe7\x8e\xf8\xb6\x55\xb6\xdb\x00\x19\xc7\xf0\x1f\x63\xed\x19\x09\x21\x2c\x5c\x45\x9f\x43\x25\x06\xcf\x41\xae\x6c\x62\xcc\x6d\xec\x38\xd1\x6c\x80\xf5\xfb\x11\x83\x39\xce\x35\x82\xc4\x40\x71\x51\xed\xc6\x57\x6d\x1c\x11\x91\xdc\x94\xd0\xa5\x0b\x2a\x1c\x50\x52\x2c\x11\xcd\xea\xb1\xf9\x62\x95\xe0\x65\xa3\x95\x26\x7c\x22\x4b\x85\x94\x3e\xf0\x57\x52\xfa\x92\x3d\x58\x16\xea\xad\x4c\x1e\x35\x92\x6d\x95\x1d\x2b\x0b\xb3\x1c\x2d\x8f\xf4\x34\x02\x31\x84\xf0\x29\x68\x73\xcb\xdc\x0a\xd1\xc6\xaf\x81\xcb\x6f\xa6\xf1\x43\x54\xc3\xc5\xe9\x5d\xf7\x95\x9b\xe5\xb7\x96\x3b\xf3\xbb\x69\xc8\x22\xe6\x8e\x9c\xf3\x2f\x72\x50\x87\x35\x94\x47\xbf\xff\xbb\x9e\x0c\xe8\xc1\x1b\x79\x75\xbf\x3a\x79\xf5\xe3\xe9\xd5\x7f\x9d\xfe\xd2\x53\x1b\xf2\x41\x26\xbe\xf9\xd0\x43\xf8\xa5\x7c\x7a\x77\x72\x71\x29\xb1\xa0\x4f\xa7\x3d\x84\x3f\xe9\xbb\xbe\x87\xf0\x8f\xf2\xf1\xe2\xc3\xc9\xc7\x8b\x1f\xcf\x2e\x7b\xa8\xc3\xa2\xde\xeb\xd3\x97\x9f\x7e\xb8\x7a\x77\xf2\xf2\xf4\x9d\x8f\x66\xfc\xe4\xb6\xd8\x76\xfa\x30\x1b\x53\x3c\x7d\x39\xd3\xde\xfc\xf0\xf4\x93\x7b\xfc\x71\x36\x3e\x1c\x55\x8e\xe9\x61\x6b\xf8\x43\xd6\xf0\xb3\x24\x70\x0d\x45\xd0\x33\xce\xcf\xe8\xf4\x61\x06\xa1\x9a\x3e\xcd\x24\xa8\x99\xfe\x18\x3a\x51\xe7\xfd\xfe\x06\x3c\x65\xa0\x77\x92\x18\x82\x7b\xcf\x92\x58\xd3\x97\x33\x22\x3c\x12\x87\x4b\x3a\x0b\xcb\xaa\x24\x3a\x36\xfd\x71\x46\x32\x30\x43\x05\x7d\x71\x0b\x55\x5e\xce\x5c\xc7\xbe\xb3\x1d\xd3\x64\x8b\xd7\xaf\x4f\x76\x2b\xdc\x04\xb0\xec\xe7\x08\x6d\x87\x30\xfd\x3f\xf8\x47\x9f\x2d\xa2\x36\xfc\xf4\x26\x2b\xae\x93\xec\x72\xc9\x4a\xb3\xe5\x5c\x4a\x67\x4f\x99\x92\x66\x0b\x93\x5b\x3e\xef\xcb\x77\xc7\xf2\xb4\xb8\x33\x39\xd5\xdb\xbe\xbc\xaa\xd5\xb0\x0f\x0d\x19\x42\x6f\x03\x7a\xdf\x5d\x51\x74\xb3\x42\x22\xbe\x3a\x63\x57\x4b\xb8\x51\x15\x21\xfc\x0b\x29\xa2\x5e\x13\xbd\x3e\x3f\xfd\xe1\xed\xc5\xe5\x39\x30\xe0\x7a\xc8\x62\x60\x3f\x4c\x7f\x99\x35\x85\xb1\x97\x4b\xda\xfd\xad\xc9\x52\xf9\xad\x9b\xb1\x6b\x9e\xf0\xfb\xee\x32\x29\xbb\xd7\x94\xe6\x5d\x96\xcf\xb3\x4d\x4a\xd3\xae\xb8\x63\x73\x2a\x49\x50\x79\x64\xbb\xc9\x7a\x9d\xb1\x39\x20\xe5\x71\xf7\xad\xe8\xce\xc1\x35\xf1\x35\xed\xa6\x6c\x01\x36\xf8\xa2\x7b\x4b\xb9\xbc\xf4\xcb\xae\x24\x1d\x97\xb4\xbb\x4e\xe6\x9f\x93\x1b\x8a\xbb\x05\x87\xf7\x32\x59\x51\x93\xa9\xde\xcc\xf5\x7d\x77\xc5\x4a\x91\x7c\xa6\x71\x7b\x3f\x53\xba\x06\x4b\xad\x22\xef\x2e\x93\x5b\x96\xdf\x74\x93\x6e\xc9\xf2\x9b\x8c\x76\xe7\xc5\xfa\xbe\xd6\xa6\xec\xf6\xa6\xa4\xdd\x44\x74\x93\xfc\xbe\x2b\xd8\x0a\x92\x92\xdc\x1f\x07\xee\xd2\x5b\x39\x60\x28\x79\xdf\x4d\x38\x6d\x74\x33\xee\xfe\x52\x6c\xba\xab\x4d\x29\xba\x29\x4d\x37\x6b\xda\xbd\x2f\x36\xbc\x7b\xbd\x61\x59\x2a\x17\x4d\xc9\xd4\xa1\x58\xba\x51\x15\xdb\x3e\x94\xb2\xc5\x82\xa7\x94\xcb\x9c\x6b\x2e\x1b\x13\x6a\x32\x41\xb0\x13\xf7\x50\x47\x2e\x16\x39\x68\xb2\xbc\x56\x7f\xa2\x0a\x8e\x8d\x7a\x76\xb6\xde\x27\xe9\x04\x99\xe0\xe8\xaf\x5a\xa8\xb3\x2f\xdb\xe8\x7b\x95\xa1\xee\xac\xab\x35\xfb\x73\x02\x02\xd1\xef\x6e\x87\x84\xc6\xdf\x89\x11\xfc\xc2\x73\x09\xcf\xa5\x7a\x5e\xcb\x5f\x9e\xc8\xdf\x05\x3c\xaf\xe7\x84\xc6\x97\x74\xb5\x2e\xe4\x36\xb5\x4d\xd0\xf8\x22\xb9\xa5\xd6\x0b\x98\xa1\x8a\x55\x01\xf8\xe7\x09\xd0\x79\xb2\x9a\xa3\x8e\xaa\xfa\x69\x47\x35\xf4\xac\xa3\x9a\xfd\x6b\x47\x75\xe2\xfb\x8e\xea\xd2\x7f\x1a\xaa\xba\xa3\x3a\xfa\x37\x5c\x6f\x46\x60\x7f\x6c\x74\x4a\x63\x59\xdd\x8c\xf4\xca\x61\x0f\xc3\xeb\x88\xfc\x55\xbe\x8e\x7a\x55\x24\x76\xbb\xa8\x51\x01\xd9\xc2\x62\xb7\x0c\x89\x37\xea\x96\x5d\x9b\x91\x9e\xd0\x75\xcb\x1e\xca\x57\x59\x37\x87\xba\x5b\x2a\x81\xfa\xeb\xfb\xe9\x8e\x71\x7a\xb8\x28\xf8\x2a\x11\xdf\xba\xb1\x2c\xf4\xf5\x3d\x54\x3a\x16\x8d\x4d\xaa\x53\x59\xfd\xbe\x98\x0e\x67\xf2\xda\xaf\xaa\x7f\x6a\x73\x02\x23\x80\x95\x56\x19\xb6\x6d\x37\x8d\x9e\xc9\x06\xa6\xc3\xd9\x6e\x37\xfa\xab\x7d\x3c\x3a\x72\xa9\xdf\xbb\x54\x97\xf7\xe8\xa9\xcb\xf0\x9f\xf6\xd1\x7c\x57\x9b\xd9\x44\x4f\x6d\x6b\xf6\x68\xe4\xaa\x1a\x06\xa5\x7e\xa4\xd9\xba\x7d\xe3\x87\xf3\x43\x51\xbf\xff\x34\x2c\xfa\x03\xc8\x11\x59\xf9\xc6\x53\xf0\xf5\x99\x3c\x9c\x88\x68\x74\x84\x3a\x8d\x3c\xdc\x04\x80\x88\x9e\xea\xcf\xb2\xaa\xdc\xac\x7d\xc9\x56\xeb\x8c\x1e\xa6\xc5\xea\x49\x5a\xcc\x61\x4c\x7f\x22\x50\xd1\x64\x43\x28\x03\xf5\xd1\x34\x6b\x55\x1b\x52\xe1\x7b\xfd\x29\xb3\x45\xc4\x02\xd3\x01\x85\x56\xb3\x58\xde\x93\x99\xb6\x12\x70\xe1\x25\x35\xb6\x71\x38\xaa\x7c\x71\xaa\x63\xc8\xb4\x58\x29\x8c\xfe\xfe\xf7\xbf\x3f\xf9\xb2\x14\xab\x4c\xd9\x8c\x88\x58\x14\xef\x8a\x3b\x63\x72\x30\x16\x81\xe0\x15\x0b\x67\x6a\xce\xf5\xab\x1f\x63\x98\x69\xf1\x9c\x0d\xa2\xee\xcb\x64\x5b\x4b\x1f\x43\x7c\x63\xd6\xef\x53\xa3\xc0\xce\xf0\xc8\x43\x7b\x92\x88\xaa\xd8\x5e\x38\x71\xc2\x53\x8b\x5e\x24\xfd\x7e\x94\x90\x5e\x6f\x90\x00\x02\xb5\x75\xa6\x0e\xe3\x52\x5b\x23\x96\xa0\xff\x59\x12\xea\xd9\x41\xc8\x35\xb1\xbc\x8c\x8c\xf0\xa8\xc4\x39\x2e\x74\x58\xeb\x03\x42\x2c\xc2\x22\x17\x32\x02\x8f\x4d\x4a\xdb\x3e\x41\x95\x76\xaa\xbf\xb5\x2b\x30\x2e\xb0\x5c\x21\xe7\x7f\xba\x18\xb3\x41\x6f\xdc\x1b\xa8\x74\xb3\x72\xe3\x1c\xaf\x39\x5d\xb0\x2f\x63\x86\xcb\x35\x9d\xb3\x05\xa3\xa9\x73\x2a\x93\x54\xc6\x1f\x46\xd9\xca\xf1\xca\x8b\x94\x7a\xb2\xd7\xcc\xb3\xae\x68\xf7\xbe\xce\x16\x91\xcb\xec\xe4\xc1\xb2\xe0\xa8\xe3\x04\x8d\x43\x23\x9e\x95\x0d\xf8\x76\xd4\xd6\xde\x94\x6a\x7d\x7e\x88\xef\x2b\x73\x07\x1a\x75\x9e\x51\x83\xee\x88\x8b\x8d\x64\x7a\x46\x8f\xe9\x73\x0e\xf5\x78\xd2\xec\x29\x9d\x05\xac\x1a\x9d\xb9\x62\xda\xdb\x9b\xbd\x32\x15\xad\x04\x1f\x27\xba\xa0\x32\x9b\xae\x7c\x8e\xa4\x23\x21\xeb\xc2\x11\xde\x19\xd5\xd4\x8c\x23\x5e\x37\xc8\xd1\x40\x44\x11\xfa\x34\x2e\xee\x72\xca\x5f\x6b\x78\x81\x5d\x51\xfd\x28\x57\x1d\x7b\x4a\x9e\x98\xa3\x66\x1b\xb9\xbf\xdf\x6a\x3a\x2d\x81\x4e\xb2\xe8\x04\x7e\x0f\xbf\x02\x11\x78\x63\xfb\x79\xc0\x40\x6d\x44\x05\x31\xc2\xcd\x17\x42\x11\xbb\x13\x63\xf5\xd0\xb6\x21\xb5\x31\x4c\x65\x59\x2b\xbc\x8a\xfc\x33\xe4\x34\xc8\xf2\x4a\x33\x14\x9c\x02\x2a\x0b\xad\xb2\x0b\xc2\xcc\x7e\x62\xc7\xa8\x20\xac\x66\x0e\xa9\x6d\xb2\x40\x29\x93\xc5\xf3\xac\xc8\x29\x28\xdb\x1f\x0c\x25\x3d\x4f\x0a\xd7\x52\xc8\x68\x96\x8b\x0e\x24\xba\x2f\xd8\x51\xee\x30\x24\xd9\x3d\x0a\x4c\xf3\xfc\x33\xdd\x6d\x16\x68\x76\xdb\x8b\xd3\x65\x0c\x86\x3a\xfe\x77\x45\x87\x53\xcd\xa1\x35\x09\xda\x40\x81\xe1\x84\xb0\x0e\xab\x5b\x7a\x12\x6e\x4c\x20\xf8\xc4\x77\x5b\x40\xd8\x38\x30\x58\x24\xac\xe3\x1b\x6b\x24\xc7\x28\xf1\x0c\x2c\xc1\x11\x52\x82\x13\x92\x04\x67\xb1\x08\x6d\xf1\x3d\x63\x0b\xaf\x8f\xc5\xb8\x61\x7e\x4a\x0a\xb0\x2c\x83\x79\xb0\x26\xf7\x5e\x73\xfd\xfe\x3c\xf2\xdf\xb1\x40\x1d\xff\x1d\xdc\x00\x34\x07\x2a\xda\xbb\xc3\x27\xc1\x24\x8a\xda\xc0\x45\xc7\x76\xdb\x9f\x5a\xd1\xd2\x6d\x51\xa9\x4b\xc4\xd5\x6b\xf3\x8f\x79\x3d\x77\xe8\x9e\x48\xdd\x8a\x7b\xf6\x4e\x30\x36\xed\x31\xa1\xde\x76\x8b\x23\x05\x48\x6a\x1f\x64\x5e\x1b\x64\xde\x3e\x48\xde\x32\x48\xae\x06\xd9\xe8\x41\xd8\x38\xaa\x29\x52\x18\xc5\xbd\x2b\x70\x91\x27\x07\x52\x3a\xa6\x1e\x30\xe6\xec\x2d\x62\xee\x9d\x65\x33\xf4\x85\x0a\x1f\x09\x00\x38\x00\x89\xe6\x22\x32\x47\xcb\x78\x25\x31\xc0\xd1\xb8\x65\x72\xa6\x9b\x3a\xe4\x66\x80\xca\xe8\xb0\x93\x8d\xb9\x86\xc4\xd6\xe9\x5e\x6a\x3f\x74\xcd\xd4\xfa\xa9\xf4\x44\x27\x61\x9a\x07\x94\x35\x03\xd0\x9b\x22\xa3\x7b\x21\x2f\x52\x6d\x0b\x59\x53\xfd\x31\x23\x54\xfe\x3f\x6c\xc1\x50\xf9\xc9\x9f\xf4\x3a\xcf\xd2\xc5\x2c\x08\x1a\x96\x37\x8f\x72\x92\x2f\x11\xd7\xca\x81\x40\x77\x13\xaa\xb8\xd6\x18\xd8\x1b\x14\x55\x3e\xcc\x74\x99\x36\xda\x49\xb8\x36\xd4\xa4\x3a\x34\x9c\xf6\x32\xee\xcb\xe6\x6c\x4e\x21\xb3\x85\x86\xd9\xd6\xdd\xbb\xf5\x4b\x6e\x2a\x3a\x49\x7f\x4f\xe6\x34\x17\xca\x0c\xdc\xf2\x95\x41\x00\xab\x6e\xcf\xe6\x6e\xc1\x87\x23\xdc\xfb\x37\x9e\xdc\xf5\xb0\xd0\x9a\x5c\x75\x2f\xdc\xbd\x6b\xe8\x20\xe8\x4e\xf4\xc6\x1a\x9f\xf0\x00\x8e\xb2\x6e\xf3\xfc\x4e\xf7\x92\x85\xa0\x3c\xc8\x6f\x3c\xba\x7a\x00\xdc\xcb\xaf\x1a\xa0\x79\xea\x65\x07\x70\x5d\xaf\xd3\xcb\xd2\xec\x41\x00\x6e\x55\x49\x23\x2a\x68\x30\x9b\x58\x0e\x8c\x9b\xee\x1a\x54\x7f\x8b\xbc\x87\x2a\x77\xa1\x34\xbd\xe2\xd0\x41\xaf\xcb\xe9\x1f\x1b\xc6\x69\xd9\x4d\xba\xae\xe9\x1e\xea\x6c\x22\x8e\x19\xce\xc1\x9e\xd0\xb3\x34\x35\xc7\x3c\x8f\x1a\x87\x0b\x3b\x7e\x3c\x8b\x6a\x1b\x5f\x9b\xea\x85\xb5\x7d\xb8\x08\x76\x47\xb3\x10\x58\x5b\xd6\x2d\x5d\xd1\x36\xd1\x71\xcf\x0c\xec\xc3\xed\x9d\xa9\x17\x56\xcd\x69\xa4\x6d\x9a\x63\x36\x6b\xb3\xeb\xc0\x3a\x58\x68\x4e\xa8\xb5\x6a\xed\x8d\x7b\x8e\xe4\xd0\x12\x0a\x89\xcf\x29\xc5\xf6\x21\xce\x11\x16\xf6\x35\x1f\x8c\x10\xc2\x53\x8e\xc5\xac\x8a\x04\xea\x24\xf6\x78\x60\xa6\xec\xfe\x43\xab\xd4\xaf\x4d\x69\xb1\x77\x2e\x6b\x35\x99\xe9\x6c\x16\x30\xa1\xa5\xba\x69\x31\x97\x54\x4c\x3d\xce\xb9\xdd\xbd\x26\x13\x9c\xa1\xf6\x10\x6d\x16\xc0\x41\xde\x25\x4d\xd2\x5a\x86\x5a\xf1\x7a\xed\xd7\x45\x5a\xd7\x6d\xac\x97\x70\x4d\x28\x8d\x1b\xcf\x4c\x3e\x10\x4a\xc2\xbc\x8e\x30\x0d\x2d\xd6\xd5\xf4\x3c\x4e\x76\xa2\xb0\x66\x33\x73\x0a\x21\xfe\x46\x8a\xd5\x6b\x72\x2c\x3a\x6d\x1d\x53\x78\x17\x78\x1d\x54\x7a\x69\xf4\x8b\xa8\x01\x58\x2f\xff\x53\xdc\xfb\x37\x41\xbf\x88\x1e\xa6\x06\x62\x55\x61\xe8\xdc\xd6\x62\x7f\xc3\xbd\x7f\x9b\xab\x0c\xcd\x92\xe7\xc9\x9d\x84\x9a\x17\xb4\x61\xcc\xe6\x2a\x70\x90\xb2\x5e\xda\x00\xd3\x37\x3c\xb9\x09\x77\x82\x3f\x4c\x59\xdc\xac\xe0\xe1\x42\x67\xed\xf9\x66\x11\xc8\x48\xa2\x3d\x19\x82\xba\xba\x54\x3d\x90\xf5\xef\x5e\x35\xbd\x6f\x5a\x43\x6c\xa4\xa4\x14\x8f\x86\x32\xf3\x2a\xfb\xc6\x82\xdc\x15\xc4\x3d\x39\x41\xdf\x58\x2e\x0f\xca\x9d\x9e\xbc\xfe\xc6\x72\xcc\x2f\x07\xae\x0f\xbe\xa9\x9c\xf3\xcb\xe7\x5f\xbc\x10\x4d\x34\xa0\x5e\xc0\xbc\xd3\x4b\x10\xf5\x04\x2e\x2f\xd3\x8e\xe3\x15\x2d\x34\xab\xea\x3a\x99\x7f\xbe\xde\xf0\x9c\xf2\x3f\x91\x41\x05\x2c\xfb\x8f\x59\x22\x16\x05\x5f\x81\xd1\x63\x2b\xcb\xaa\xa4\xe2\x92\xad\x68\xb1\x11\x98\x83\x4a\xe0\xb6\xaa\x29\xe8\xb3\x45\xd4\xa2\x2a\xf7\x91\x17\x2b\x56\xda\x00\x75\xfa\x35\xe6\xb4\x2c\xb2\x5b\x6a\x7d\x00\xca\x1a\x79\x2c\x96\x14\xb4\xf6\xdb\xab\x32\xba\x4f\x67\xd7\x25\xe5\xb7\xd4\x52\xf7\x43\xbd\x80\xf5\xef\x12\x93\x2f\x88\xd9\xb4\x71\xed\x90\xf7\xdc\x02\xb2\xb8\x50\x45\xa2\x02\x6f\xe7\xcb\x84\x27\x73\x41\xf9\xeb\x44\x24\x6a\x92\x64\xe7\xa2\x9c\x0c\x06\xf9\x5f\x8e\x70\x11\xa7\x89\x00\x06\x53\x2e\xaf\x5f\xd7\x7d\xa1\x42\x13\x86\x46\x09\x6a\xf2\xb8\xd1\x17\x74\xb3\x38\x06\x90\x46\x5e\xb8\x14\xa5\x6f\x09\x76\x8d\x26\x0f\x25\x2f\xfc\x77\xf0\x51\x5f\xdc\x8d\x65\x6b\x4e\x27\x0d\x22\xe5\x8e\xe5\xbc\xa9\xc2\x1f\xe4\xab\x50\x67\xba\x20\x4f\x7e\x4d\x07\x4f\x3a\x3e\xef\xcc\x6a\xc8\x6b\x63\x83\x4e\xdd\xa6\x44\x12\x03\x94\x10\xba\xdb\x39\xcb\x04\x99\x56\xc4\x82\x82\x17\x7d\xcf\x7d\x70\x60\x78\x51\xe4\x80\xb7\xec\x76\xf6\xf1\x12\x7c\xeb\xf7\xfb\xb5\x84\xa9\x7d\x7f\x4f\xc5\xb2\x48\x67\x21\xdf\xa6\xc6\x0e\x3d\x1c\xe9\x20\xdb\xd6\x9f\x04\x7b\x5e\x1c\xb3\x01\x79\x86\xd8\x22\xe2\x53\x36\x53\x48\x34\x9f\xb2\xc1\x68\xa6\xbc\x5e\xe5\x84\xe9\x38\xd2\x8f\xf0\x09\x6a\x4d\x1c\xb5\x34\xf1\xfd\xa3\x4d\x1c\x1e\xed\x6d\x64\xbe\x27\xe2\xd3\xd0\x77\x5f\x08\x31\x2d\x86\x61\x4c\x0b\xe3\xb3\x0b\x82\x5a\x0c\x9e\x0e\xf8\x0c\x27\x64\xab\x82\x14\x8c\x65\xd2\x50\x26\xad\x60\xde\xe0\x7d\x04\x59\xf8\x4d\x09\x6f\x47\xf2\x4d\x79\x62\xb6\xc4\x5d\xd1\xef\xf7\x20\xa9\xc7\xf2\x6e\x31\x29\x94\xb5\xc2\xb8\xd7\xab\x3a\xb9\x89\x3d\xd0\x32\x84\xb4\x66\x5c\x0f\x18\xbd\x5c\x07\xa3\x21\x76\xf8\x3d\x4c\x13\xa2\x2f\x88\x98\x72\xc2\x06\x51\x4e\xa2\xe2\x90\xa1\x27\xdf\xa3\xc3\xfc\x2f\xdf\xcf\x26\x8c\xf0\xc1\xf7\xe3\xc2\x1e\x80\x2e\x64\x65\xb3\x09\x1b\x7c\x3f\x66\x7b\xa8\xcc\x70\xda\x94\xca\xc8\xb6\x42\xb8\x36\x93\x32\x49\x11\x4d\x7f\x6c\xe8\x86\xbe\xa4\x2c\xbf\x01\x39\x00\x4d\xad\x7d\x8b\x9a\xb6\xff\x96\xdf\x4b\xab\x76\xa2\x34\xc4\x20\x46\xf2\xd0\xaf\xc1\x96\x02\x17\x01\xd4\x78\xc9\x04\x75\x4b\x43\x19\x2a\x29\xf4\x99\x4e\xe4\x15\xcc\xe4\x1b\xc5\x94\x65\x8b\x48\xb3\x26\x55\x7d\x56\xbb\xc8\xb3\x48\x51\x5f\xa6\x4f\xff\x83\x0e\x9e\x39\xa3\x8c\x89\xd0\x4b\xa2\x99\x98\x99\xb6\xb2\x31\xba\xac\x5b\x45\xaa\x8c\x73\x0c\xf4\x88\x89\x3b\x6d\x3a\xd7\x69\x8c\x55\x99\x47\x47\x08\x5b\xd5\xc3\xe6\x24\x59\x83\xd4\x68\xdf\x2c\x7a\xe9\xb5\x79\xf2\xe2\xe1\xe6\xfd\x7e\x1e\x19\x1f\x1c\x7b\x6a\xea\xb0\x45\x64\x7c\xc1\xbe\x18\x1a\x63\xdc\x32\x6a\x4e\x29\xea\x70\x92\x4c\xf4\x0a\xdd\x16\x9f\x21\x00\xc3\x99\x82\x15\x63\x2f\xd9\x1e\xa2\x8c\xb8\xe5\x3c\xce\x9e\x5b\x8f\xb3\x99\x06\x0f\xee\xeb\x80\x3c\x33\xce\xcf\x22\x41\x8a\x69\x36\x18\xcd\x50\xbf\xcf\xa3\x62\x9a\xcd\xb0\xc0\x32\xe5\x68\x86\x13\x78\x78\x3a\x43\xde\x3e\x39\xf8\xfa\x24\x36\x87\x12\xaf\x36\xa5\xf8\x85\xd1\x2c\x7d\xfc\x6b\x64\xdd\x37\x8d\x2a\x3b\xab\xac\xdf\x67\xd1\xde\xfd\x6d\xa3\xab\x86\x7b\xf9\x60\xe4\x79\xaf\x09\xf6\xe0\x8b\xa1\x4e\x55\x5b\xeb\x60\x88\xaa\x65\x52\xfe\x5c\xf0\x5a\xdc\x8a\xfd\x6d\xbd\x18\xee\x76\x6d\xf5\x56\xf3\x24\x9f\xd3\xcc\x19\x61\x00\x9c\x12\x06\x40\x69\x6f\x85\xfe\x4e\xd2\xce\x08\x83\xed\x5a\xd7\x31\x93\xc3\x37\x61\xc8\xb9\xd9\x5c\x99\xf6\x1a\x6e\x3d\xb7\xbf\x38\x1c\x4d\x22\xeb\x91\xa9\xc0\xcf\x10\x3e\x18\xa2\x71\x64\xb3\xee\x5b\x35\x84\x5e\x1c\x8e\xfa\xfd\x28\x9f\x16\x12\x9c\x03\xb2\x27\xe7\x44\xa9\x56\x19\x9e\x5f\x73\x5e\xe2\x20\x03\xde\x42\x22\x6c\x4b\x6c\x00\xb4\x19\xb8\x0e\x7b\xf5\x29\x67\x7f\x6c\x68\x9d\xa5\xdc\x3e\x01\xd4\x4c\x80\xd5\x63\x0b\x20\x56\x90\x5f\x29\xce\x31\x64\xe6\x86\x99\x29\xf4\xdd\xfb\x14\x81\x63\xc5\xb6\x21\x1c\x3e\xeb\x30\xad\x27\x97\x78\xba\xbc\xa5\x5f\xa2\x53\x4e\x8b\xc1\xd1\x8c\x70\x2c\x1f\x9e\xce\x88\x91\x29\x7e\x65\xf8\x57\x37\x54\xbc\xa6\xd7\x9b\x9b\xb7\xf9\xa2\x30\xf0\x11\x05\x6c\x24\xb3\x25\x9e\xa1\x4a\x1d\xeb\xe6\xa5\x39\x11\x26\xb0\xd7\x58\x48\xa4\x39\xbb\x07\xc1\x4e\xd5\x80\x0e\x66\x4c\x98\x69\x0f\xdb\x5f\xad\x62\x0e\x06\xf4\x05\xda\xe6\x51\x81\x19\xaa\x8c\xfb\xe3\x45\x33\x3a\xee\x9e\x20\x33\xf1\x1f\xea\x66\xd1\x51\xf6\xd4\xeb\x87\x64\x45\xdf\xfa\xb7\x8b\x4d\x2d\x09\x85\xe0\xff\xe9\x66\x4e\x23\x0f\x89\xf7\x7c\xe7\x53\x70\x98\x01\xd4\x08\xc7\x62\xca\x67\x8a\x17\x17\x34\x87\xaa\x72\xbe\xa4\x12\x97\x77\x63\xc6\xe1\x5a\xab\x8c\x53\x3a\x0b\xf6\x43\xd2\x34\x93\xfe\xa5\xd8\x74\x13\x21\xe8\x6a\x2d\x28\x28\xee\x98\xaa\x41\x25\x48\x23\xb2\x79\x37\xe9\x42\x8d\xda\x25\x4c\x57\x2c\x13\xd1\x4d\x0b\x5a\xe6\xff\x2e\xba\xf4\x0b\x2b\xc5\x6f\xc8\x89\x46\x9a\x8c\xac\x7f\xb2\x99\x45\xc1\xbb\x49\x57\xed\xa8\xf6\x36\xfd\x23\xda\x98\x7c\x36\xd1\x2e\xea\xd5\x19\x54\x33\x55\xa0\x71\xa2\xc3\xb7\xe8\xf7\xc6\x75\xdb\xa9\xad\xf6\xc1\xa8\xe1\x72\xda\x2d\xa9\xf5\xcf\xd2\xec\xc2\xf3\xfc\x18\xb0\xc7\x7a\x91\x69\x4b\xde\x19\x06\x5f\xaa\x26\xb2\x8a\x5e\x3f\x3e\x43\xb1\x85\xd3\x4e\x7e\x1b\x16\x1d\x0c\xb0\x81\xf9\xf5\xf6\xdd\xc5\x62\x2c\x0b\x94\xfc\x4b\xdf\x02\x23\xef\xe6\x69\x3f\xad\x4e\x09\x1b\xc0\xe9\xb6\x32\xd0\xbb\x31\x01\x58\x39\xdd\x60\xc7\xa8\x39\xde\x62\x86\xeb\xe3\xc2\xb9\xdc\xe8\x22\xae\x37\x8b\x8b\xc1\xc0\x89\xf6\xaa\x9a\xd9\xa6\xe7\xe9\x13\x82\xa0\x18\x87\xf9\xc7\x30\x79\x5c\x07\xa2\xd1\x7e\xf2\x83\x1c\x95\xb2\xd4\xf4\x15\xa4\xf1\x6d\x8b\x2d\xba\xa7\x28\x6f\xa2\xcf\xa8\xa1\xd7\xad\x6f\x8d\x6e\x6f\x8e\x8e\xfd\xb9\xcd\x91\xe6\x4f\x0a\xcf\xfc\x76\xe8\xa9\x16\x28\x32\xc3\xff\x86\x13\xef\x75\x34\xc3\xa5\xd5\x64\xe8\xd4\xe8\x60\x52\x4e\x22\x4e\x0a\x59\xb7\x8a\x6d\x6d\x71\x7b\x43\xa5\x95\xfd\x7e\x02\xda\x75\x13\x41\x64\x56\x34\x4d\x66\xe3\x16\x52\xba\x80\xeb\x65\x84\x6d\x67\x0b\x84\xf3\x17\xda\x7a\x2d\x23\xf9\x21\xeb\x50\xcf\xba\x38\x73\x07\x60\x43\x86\xc7\x9b\xe7\xd9\xf1\x66\x30\x40\x74\xba\xf1\xad\x8c\x37\x03\x66\xfd\x06\x4d\x39\x16\x98\x7a\x74\xdd\x75\x38\x9f\x98\x99\x55\x3e\x92\x80\xa9\x36\xb9\x93\x28\x9c\x3e\xcc\xc2\x29\x52\x62\x21\x34\x8e\xa6\x20\xec\x9b\x91\x9b\x28\x8e\x63\x9b\xc5\x23\x15\xf2\x09\x23\xc3\x71\x22\xef\x52\xa5\xda\x8c\x76\xbb\x88\x13\x15\x45\x1c\xbb\x54\x84\x55\x55\x98\x11\xeb\x1b\x8d\xe1\xd1\x10\x61\x3e\xab\x94\x9d\xc3\x10\x5f\x91\x21\xbe\x23\x43\x7c\x4a\x86\x58\x02\x98\x33\x32\xc4\x17\x64\x88\xdf\x93\x21\x3e\x21\x43\xfc\x91\x0c\xf1\x25\x19\xe2\x73\x32\xc4\x9f\xc9\x10\xbf\x22\x43\xfc\x3b\x19\xe2\xd7\x64\x88\x3f\x90\x21\x7e\x4b\x86\xf8\x1d\x19\xe2\x37\x64\x88\x1f\xc8\x50\x9b\x48\xbc\xdc\x13\x8c\x1d\x74\xa0\xad\x5d\x92\xb6\x88\x7f\x0b\x6e\x53\xe6\xa1\x8f\x7f\x95\x74\x11\x58\xf6\x5f\x81\x56\xe5\xab\x24\xcb\xae\x93\xf9\xe7\x92\x6c\x69\x9e\x8e\xa7\x33\x0c\xf2\x91\xf1\x74\xa6\x6f\xac\x2b\xc1\x56\xd4\xf0\x17\xde\xfa\x52\x31\xf5\xa5\x74\x15\x26\x1b\x51\xf0\x4d\x6e\x7b\x64\x12\x74\xcc\x5c\x5b\x30\xb8\xee\x42\x1a\x6a\xb7\xdb\x56\xb8\xe1\xee\xc0\xcf\x63\x98\x4f\x80\xe6\x28\x3a\xe0\xca\x4f\x22\x7b\x33\x8f\xf7\x65\xf6\x00\xd1\xd0\x8c\xa5\xc8\x5f\xca\x79\x08\x6b\xd3\x89\xbb\xdd\xca\xe6\x3a\xcd\xd3\x7a\x9e\xd3\x3c\x75\x39\xae\x8b\x4d\x9e\x9e\x6f\xf2\xd3\x2f\x6b\xc6\x69\x7a\xa9\xa6\x4c\x7d\xe3\xb5\xe4\xf8\x9a\xe5\xa9\x92\xe7\xf9\xa5\x4f\xd4\x2c\xca\x96\x80\xad\xf6\x6e\x30\x50\x88\x7c\x30\xc9\x96\x4a\xfb\xd6\x55\xb8\xa2\x79\x0a\xca\x12\x95\xaf\x8f\x63\x86\x71\x15\x70\xfd\x76\x3b\xa6\x48\xc8\xab\xb5\xe1\x03\x1a\x75\x9d\x5a\x17\x95\x98\x62\x5e\x6c\x72\x41\xb9\x0b\x23\xb7\x55\xbb\xea\x0a\xcb\x4d\x76\x87\x61\xeb\x95\x63\x9d\x7a\x0a\xa9\xc3\x0a\xeb\x9e\x96\xe3\xad\x62\xc5\xa5\xe3\xb7\x78\x5e\xac\xd6\x12\xcb\x4f\xc7\xef\x2a\xcc\x37\xf9\xf8\x0b\xfe\xbd\x60\xf9\xf8\x0c\xa7\x74\x41\xf9\xf8\x02\x1b\x4c\x61\xfc\xde\x3e\xbe\x15\x94\x27\xd7\x19\x1d\x9f\xa8\x5c\x67\xf9\x9c\x8e\x3f\xda\xcf\xf0\x7a\x89\x3d\x5e\xdb\x39\xce\x12\x49\x37\x7f\xc6\x12\x33\x11\x22\xa3\xe3\x57\x38\xa5\x72\x70\x73\x3a\xfe\x1d\x2b\x1a\x46\x2d\xd3\xf8\xb5\x7e\x1d\x7f\xc0\x59\x51\xac\xcb\xf1\x56\x14\x22\xc9\xc6\x6f\x70\x4e\x4b\xd9\xd3\x87\xaa\x52\x82\x18\x6f\xab\xd5\xc9\x28\xff\x5b\xa5\x83\xbc\x6c\xaf\x94\x7f\x7c\x09\x03\x83\xe5\xa8\xc5\x16\x30\x67\x5c\x43\xc8\xe6\x66\x98\x44\x56\xbc\x7e\xa5\xfa\xaa\x57\x28\x42\x68\xec\xb9\x83\x8b\x1e\x06\x83\x16\x18\x61\x62\x1d\x20\xfc\x46\xe2\x0e\xad\x6d\x03\xf0\xaf\xa3\x1b\xa5\x44\x46\x4f\x4d\x9d\x57\x82\xb3\x9b\x1b\xca\xa3\x9e\x92\xb9\x62\x89\xc7\xa2\xf0\x80\x01\x6e\x8b\x69\x25\x37\x23\xda\xde\xd9\xa2\xb0\x39\x47\xa8\xf2\xdd\x25\xdb\x5b\xca\xaa\xf2\xf9\x6e\x7d\x2e\xef\xd7\x54\x4b\x51\x0d\x50\x53\xea\xe7\xd7\xb4\x9b\x58\xdd\x9d\x1e\x0a\xb4\xcf\x42\x18\x58\x47\x87\x79\x6b\xf5\xbf\xbd\x4a\xf2\xbc\x10\x5d\x89\x24\x74\x95\x6a\xba\xc4\x46\xbb\xd7\x74\x9e\x6c\xe4\x45\xaf\xb0\x50\x08\x4a\x62\xd1\x50\x1b\xfe\xb6\x58\x2c\x1a\x9e\x7d\xdb\xbb\x71\x40\x77\xbb\x6f\xed\xca\x62\xf1\xed\x7d\x51\x58\xaa\xf2\xcf\x2f\x3c\xed\xab\xe1\x31\x73\x0e\x79\xd9\x60\x80\x34\x57\x13\x3c\x07\x93\x83\x21\xe6\xbe\xb6\x25\x66\x87\x87\xca\x74\x22\xdf\xb7\x08\x5e\xd7\xe6\x66\x45\x2c\x92\xee\xba\xd4\x43\x15\xec\xcc\xed\x17\xb5\xfb\xe1\x9e\xe5\x8d\x2b\x3b\x40\xe5\x25\xec\x34\x5e\x93\xc1\x15\x19\xda\x9e\xfd\x03\xa5\xa1\x88\x2e\x0e\x00\xc2\x90\x95\x17\x83\x81\x87\xc9\x37\x1c\xaa\x30\x0f\xe5\xc9\x5f\x3c\x9d\xe4\x87\x4f\xc7\x43\x84\x0b\xf2\xf4\xb8\x78\x9e\x83\x1f\x39\x36\x2d\x0e\x9f\xfa\x48\x4f\x31\x0b\x43\xe9\x87\x94\x59\x1c\xc7\xcc\x27\xd7\xd0\xf6\xbd\xd7\x05\xd1\xec\x02\xf7\xba\x20\x5e\x8c\x26\x42\x79\xbe\xcb\xc9\xe8\x38\x7f\x2e\x40\xf5\x8f\x4f\xf3\xd0\xf3\x5d\x3e\x83\x99\x01\x85\x58\x3d\x33\x10\x5c\xce\x61\x11\x13\x4b\x8a\x69\xa6\x70\x38\x5f\xca\xe9\xa5\x39\xfa\x11\xf2\x47\x01\xb5\xe2\x83\x11\xf6\xc8\x4e\x03\x7f\xd5\x4e\x3f\xd1\x50\x8d\xff\x6b\x1a\x84\x2b\x6c\x8d\xa7\x42\x92\x44\x76\x05\x25\x4c\x37\xab\xf8\xf1\xff\xda\x2a\xba\x56\x6b\x2b\xa9\x3e\xa0\xed\xe5\xff\x37\x57\x73\x08\xab\xe9\x24\x4f\xf6\xf2\x3a\x37\x10\x1a\xee\xcb\xf0\x8c\x55\x2a\x0d\x6d\x3f\xfb\x47\x51\x62\xdf\xa1\xdc\x78\xcf\x11\xc5\x4a\x50\xe7\xec\xe9\x26\x06\x1a\x8d\x87\xa0\xd4\x6e\x18\xc3\x05\xe1\xe0\xdb\xb1\x93\xa8\x70\x16\xb9\xc3\xc8\xb9\x36\x4f\x1c\x49\xbc\x46\x13\x1a\xa6\x17\xd5\x63\x10\x41\x75\xdd\x70\xbd\x2a\x83\x05\x44\x68\xfb\xca\xde\xc9\x53\xcb\x4a\x21\x07\xc3\x19\xb9\xae\x75\x3f\x21\x1b\x60\x19\xf8\xc8\xb1\x56\x0f\x07\xd6\x8a\xd1\xe0\x52\x4d\xc9\x9c\xc5\xe4\x76\x9c\x63\x86\x70\x61\x58\xb2\x00\x98\x34\x13\x13\x28\x42\x53\x48\x55\x37\x4d\x06\xa3\x99\xf6\xb5\x90\x0c\x9e\x75\x82\x6f\xe5\x4c\xd9\x37\x47\xb5\x54\x62\x85\x90\x5d\x5a\x19\x9c\x26\x42\xdb\xdf\x5b\x07\x36\x6a\x1b\x98\x5f\x23\x2e\xf5\x38\x13\x37\xb8\xf2\x9f\x1b\x9c\xc7\x9e\xb7\x88\xa5\x12\x59\x0e\x18\x9e\x93\x72\xf0\xac\x93\x4c\xe7\xf2\x0e\xba\x85\x65\xbe\x45\x98\x92\x64\x5a\x9a\x49\x58\x92\x34\xca\x74\x3f\xca\xc1\xf7\x84\x90\x25\x4a\xe4\x88\x33\x0c\xe5\x72\xd7\xcc\x22\x9c\xc7\x72\xf0\xd7\x59\x30\x7b\xe6\x6a\x5b\xe2\x21\xce\xb0\xa1\x41\x17\x08\xb7\x65\x2a\xf1\xf7\xa8\x1a\x2a\x6a\x5a\x5f\x47\x14\x10\xa8\x4c\xa1\x88\xf6\xd4\xb8\x79\xf7\x11\xc8\x08\x6d\x5f\x5b\x44\xc7\x8a\x6f\x5d\xa9\x3d\xe4\x55\x0d\x91\xab\x96\x49\x69\xeb\x0b\xf6\xb2\xee\x6c\x9d\x2d\xaf\x71\x43\x8f\x1f\xcf\x16\xd1\x87\xc1\x00\x1b\x5f\xb1\x06\x9b\xec\x7c\x55\xfc\x3b\xf1\x7b\xf4\x4e\x2e\x39\xf4\x24\xa2\x68\x7c\x10\x19\x1f\xc3\x12\x29\xdd\xed\x0e\xa8\x42\x0f\xe1\x49\x71\xea\x50\xbf\xaf\x13\x63\xdb\x97\xaa\x0e\x94\xb6\xed\xb0\xaa\x0a\xd8\x41\x8e\xe3\x05\x70\x4f\x8f\x60\xab\x47\x3a\x6e\xd2\x3f\xd8\x50\x26\xda\x61\xbc\x7e\xc3\x6a\xca\xc6\xf3\xe0\xec\xe0\xef\xf1\x11\xc2\x01\x66\x3c\x9e\xb6\xe1\xc2\xe0\x36\xb4\x81\x45\xcf\x4c\x68\x44\x2a\xc7\x1b\xf2\xb1\xbc\x3e\xa3\xaa\x02\x6c\xb7\x35\x7c\x9a\x6d\x41\xf1\x61\x3c\xed\xf2\xa6\x47\xcb\x1e\xcd\x53\x40\xb4\x68\x0a\x11\xf2\x8a\x8d\xc4\x7d\x25\xe2\xad\x71\x3e\xcc\x24\xd6\x27\xf8\xfd\x36\xb7\x2c\x3e\xea\x4c\x92\x25\x2e\xc7\x90\x04\xb4\x12\xd9\x0b\x02\x37\x35\xf8\x93\x75\xe6\xa4\x3e\x4b\xe6\x22\x31\x9b\xb4\x40\x7e\x90\xa8\x6f\x63\x50\x78\x02\x29\xc3\x19\xad\x11\x27\x2e\xf2\x7c\xbd\x4a\x8e\xea\x94\x07\xcd\xd3\x9e\x17\x83\x50\x51\xec\x11\x20\x7e\x95\x8f\x06\xfa\x7e\xb3\x8c\x44\xb4\x56\xfb\xa4\x8e\x79\x8e\x7d\x36\xb0\x2f\x4d\x88\x6a\x72\x04\xaf\x8c\xd6\x48\xd1\x92\xcd\xc2\xc8\x34\xcd\x36\xd6\x84\x20\xce\x91\x5c\x26\xeb\x3a\xa2\x21\x93\x60\x68\x9b\x47\x0c\x85\x3e\x4d\x80\x86\xd2\x13\xbe\xa7\x74\x4b\xfe\xaa\x0e\x58\xb6\xed\x7c\x05\x0b\xa0\xad\x0e\x89\x85\x54\x5f\x67\x39\xa0\xaa\x76\xc3\xfa\x72\xae\x76\x9c\xc5\x84\xb7\xaa\xdf\x0c\x39\x4e\xc8\xfd\x60\x60\xd8\xab\x2d\x20\x0f\x05\x69\x40\x78\x49\xa4\x46\x35\xcd\x4c\xa7\x5b\x01\x76\xc7\x93\x70\xa5\x51\x51\xbb\xcb\xdb\xef\x82\x21\x6e\xa9\xfd\x2b\x17\x42\x52\xb5\x01\xcf\x9a\x8b\xf7\x96\xa1\x1d\x0b\xad\x71\x12\xdc\x66\x02\x94\x4f\x50\xdb\x25\xa0\x7b\x29\x0e\x47\xf8\x7b\x04\x87\x5a\x7c\xe5\xce\xc2\x07\x43\xcb\x57\xa8\xec\x41\x6a\x46\x0d\x79\x8c\x76\x3e\x90\xb0\x23\xa4\x2c\x03\x8f\xf2\xf9\x94\xcd\xd4\x21\x6c\x30\xc1\xec\xfe\xfb\x1a\xdf\xd1\x87\x13\xc1\xd9\x09\x41\x51\xad\x72\xec\x76\x3e\xaa\xf6\x65\xf2\x7c\x6a\x06\xf7\x81\x20\x43\x2f\xb0\xba\x95\x1e\xfb\xac\x1c\x23\xfe\xa8\xed\xda\x63\xf1\x9c\xab\xb5\x03\xb1\xc9\x54\xcc\x5e\x30\x1d\xbe\xd1\xa8\xf2\x88\xc1\x33\x98\xc1\x42\x62\x71\xce\x1d\xb9\x18\x1c\xcd\x70\x09\x0f\x4f\x67\x38\x83\x07\x83\xbb\xd4\x00\x94\xc3\xe3\x73\x9c\xe0\x12\x17\x92\x3e\xca\x50\x55\x59\x33\xc9\xa1\x8d\x12\xdb\xbe\xfd\xab\x7d\x9b\x62\xfb\x35\x64\x65\x4f\x75\x2d\x05\xb6\x7e\x7c\xb9\xda\x2a\xef\x01\x36\xa6\x6c\x5b\x11\xb4\x9f\x4d\x8d\xaa\xf6\x6e\xc9\x25\x18\x1e\xb4\x83\x8e\x6d\x73\xd9\x81\x29\xdc\xba\xaa\xbe\xd3\xa9\x21\xa6\x87\x22\x00\x11\xae\x33\xb5\xb2\x1e\x5d\xf5\x08\x93\x58\x5d\x51\x0d\xb4\xc8\xeb\x5f\x3b\x37\xd0\x5c\x61\xb4\xce\x11\x56\xd0\xf8\x31\x88\xab\xeb\x6d\x3f\x48\xe6\x7e\x68\xb2\xcc\xc1\xfa\xa4\x91\x8f\xa2\xed\x5b\x4d\x61\x34\x67\x8f\x7e\x11\xb8\xc6\x71\x06\x7c\xa4\xc3\x27\x4a\xc2\x31\x6e\xb9\x5d\x86\x55\xf5\x32\x56\x7c\xfb\x25\x7e\xd9\xd0\x4b\xd5\x29\x1f\x20\xc4\x3b\xb4\xfb\x89\xbc\xf4\x94\x66\x3f\x69\xa5\xd9\x34\xb9\x39\x5c\x25\xeb\xff\xdb\x26\xdd\xbe\xcb\x5e\x23\xf3\x72\x78\xee\x2d\xe5\x82\xcd\xb5\x0e\x1a\xb7\x74\x43\xbc\xe6\x85\x28\x24\x26\x1e\x27\x69\x4a\x5a\x4d\x16\x5b\x22\xac\xf4\x0c\xf5\xd6\xfd\xed\x33\xbd\xff\xad\xcb\x4a\x63\x26\x92\x6a\x64\xd0\x80\x29\xd3\x2e\x2e\x08\xd3\xee\x7a\x94\x2e\xd6\x6d\x92\x11\x09\xa1\xd9\x22\x6a\xc8\x63\x38\x82\xbc\xa7\xe9\x0d\x8d\x0a\xac\xca\x71\xa4\x2e\xcf\xae\x81\x9d\x09\x19\x1e\x27\x8e\xa1\x98\x0c\x06\x6d\xa5\xa6\xc9\x0c\xe9\x90\x65\x6d\x2d\xe5\x5e\x19\x55\x22\x47\xb8\xf0\x5a\x52\xad\xe4\xed\xad\xe8\x12\xb2\x0d\x5c\x80\x07\xd0\x60\x3a\x65\x9e\xb2\x65\x4e\x61\x66\x60\x2e\x0c\x3b\x20\x28\x49\x93\xf9\xb2\x16\xe1\xc2\x9f\xc9\xf8\x2e\xc9\x3e\xeb\x88\x18\xae\x90\x28\xd6\x65\xc1\x45\xb3\x1c\x05\xb7\x4d\x32\x77\x25\xd1\x0f\xbb\x77\x8c\x97\xf3\x47\xb7\x4d\xa8\xe5\xa5\x3c\x77\xcb\x5d\x90\x1b\x2b\x39\xb1\xf4\xdf\x95\x2b\x7c\x95\xf2\xf5\x2d\xb6\x77\x73\xad\x58\x59\xb2\xfc\xa6\xfb\x99\xde\x7b\xb1\xb6\xe5\x81\x1e\xee\xbc\x6e\x69\xab\x64\x0e\x5c\x2c\xb6\x88\x4c\x6c\xff\x7c\x86\xe2\xcf\xf4\x3e\x40\x59\x02\x66\x8c\x1e\x15\x1f\x28\x74\x72\xca\x67\x64\xcb\xd2\x2f\x63\x8e\x3f\xd3\xfb\x31\xc5\xb7\x49\x66\x71\xc4\x8d\x18\x1f\x8c\xf0\x22\x4b\x6e\xe4\xbf\x61\x17\x55\xad\x6b\x5d\x73\xe5\xaa\x60\xe8\x92\xce\xc1\x9d\x98\xec\x12\xf2\xac\xaa\x87\x3b\xb1\x67\x1c\x62\x9a\x03\xbe\x15\xb3\xf4\x8b\x31\xf1\x15\x41\xa7\x65\x8f\xe1\x33\xa6\x71\xb1\x11\x12\x72\x05\xfd\x91\x3b\xa4\xb9\x13\x38\x2d\xa9\xf0\x62\xe4\x0b\x32\x34\x48\x60\x33\xc4\x0f\x4c\x8c\x98\x75\xb8\x6c\x40\x53\xf8\xb7\xac\x64\x22\xe2\xb8\xd7\xd3\xde\x0f\x61\x6f\x79\x2b\x8f\xeb\xbb\x12\x46\xdf\x0c\x1e\x43\xf5\xfa\xb4\xd0\x98\xf3\xfb\x79\x46\xbb\x29\x15\x10\xa0\x66\xdc\xed\x0d\xc4\xa0\xd7\x7d\x7e\x28\x1f\xe0\x1c\x0f\x21\x4c\x9c\xb9\x4d\x1f\x8b\xbb\xa5\xb1\xd8\x29\x9d\xf2\xd9\xec\x9f\x6a\x11\xfa\xe9\x9a\xaf\x0c\x5e\xac\x67\x12\x7b\xb3\xe2\xe2\xe3\xcb\x43\x51\xd3\x34\xcd\x49\x5b\x2b\xda\xe5\x54\x6d\x26\x65\xf1\xf0\xb6\xc8\x07\xc4\xf4\x47\xde\x30\xae\xeb\xc6\xf3\xae\x9b\x6f\xe8\x98\x7f\xa4\xdd\xb9\xad\x9d\x65\xaf\x97\x26\x49\xad\xa1\x4d\x6c\xf3\xc7\xa0\xa7\x97\x3e\x0f\x3c\x30\xc4\xf2\x78\x90\x83\x51\xd8\x17\x98\x97\x56\xef\xc6\xae\x53\x06\xc5\x85\x41\xdb\x18\xd1\xb2\x1b\xd0\xba\x96\x6a\xa9\x93\x70\x6c\x41\xbd\xe1\x1a\x0c\x77\x9a\x1d\x0b\x37\xca\x0b\x32\xf4\x35\xd0\xa6\x05\x60\xbb\x09\x74\x0e\xcd\x8b\x5c\xb0\x7c\x43\x5d\x12\x39\x18\x62\xad\x7b\x5e\x20\x2c\x08\x21\x09\x1c\x51\x85\x34\xeb\x96\xff\x77\x61\x16\x75\x53\x2e\xdf\xe6\xf3\x62\xc5\xf2\x9b\x48\x2b\x2a\x76\xb5\xea\x06\x66\x36\x73\x6d\x39\xfc\x52\x7b\xc2\x0f\x79\x73\xe1\x30\xff\xc3\xd1\x31\x7f\x21\x77\xf4\xe1\x61\x10\x3e\x4e\x83\x37\xe8\xff\x6e\xa7\x1d\xf1\xe5\xf5\x56\x6b\xf7\x47\x2d\x3c\xdd\x23\x4e\x2c\xdd\x69\xe9\x88\x88\xc9\xd9\xc0\xe0\x70\x01\x1a\xa8\x20\xaa\xf4\x37\xdd\x16\x6d\xa0\x5f\x76\xb5\x01\x92\xa6\x5e\xb1\xc1\x60\x46\x86\x3b\x5a\x9b\xc0\x62\xdd\xe2\x7b\x5c\xdd\x02\xd3\xc3\x43\xaf\xf8\x4c\x75\x51\xa3\x60\xe0\x80\xfe\xf0\x3a\xb9\xa6\x7f\x66\xc4\xbc\x3b\x9e\xac\x3f\x40\x9c\x9d\x8b\x4d\xdd\xc7\x10\x38\xc9\x59\x26\x65\xe4\x62\xe3\x32\xa3\x63\xeb\x79\xde\x41\x5b\xeb\xc9\xc2\x0d\x9b\x84\xf1\x41\xbc\x09\xc1\xbe\xa6\xce\x58\xf7\x86\x63\x9a\x6f\x56\x5a\x21\xe1\x60\x84\xef\x38\x13\xea\x79\x88\xe7\x45\xbe\x60\x37\x1b\xfd\x6d\x58\x55\x72\xb7\x2a\xd5\x5d\x8e\xb0\x80\x80\xae\x2a\x98\x59\x52\x96\x92\xd6\x7e\x15\x42\x6c\xb4\x55\xb1\x95\xf2\x25\xe5\x4c\x94\xef\x8a\xa2\x0c\xae\x39\x8e\xb6\xc3\x0e\xdd\xdb\x75\xeb\x78\x00\x3c\xf0\xf0\xaf\x0c\x84\x7e\xad\xeb\x4e\xb1\x40\x0d\xa0\x52\x1e\xf1\x6f\x68\x6a\x02\xf5\xbc\x63\x82\xf2\x24\x6b\xf4\x53\x5e\xc7\xbb\x5d\xe4\x8c\x70\x87\xce\x55\x08\x8d\x79\x72\x47\x04\xa6\x9e\x0b\x77\x39\x1d\x35\xcc\xcd\x10\x96\xa2\xdf\x2f\x82\x35\x11\xc6\x3f\x05\x87\x2f\x98\x87\xc1\x7b\x54\x24\xc2\xcb\x25\x2b\xdf\xda\x58\x7e\x29\x49\xe4\x3e\x2f\xca\x92\x5d\x67\xf4\x95\x9b\x8a\x73\x28\x48\x4a\x79\xb1\xc3\x4c\xbe\xa6\xea\xd3\x46\xe2\xad\x10\x1e\xa4\xb1\x38\xaa\xcb\xcd\x2d\x58\xf7\x0c\x66\xd4\x4b\xc1\xcf\x11\xf2\xc2\x10\x17\x5a\xd9\x06\xc5\xde\xa2\x74\x04\x39\xa7\x8b\x0c\x16\xd3\xa4\x46\x0c\x5b\xb1\x0d\xb6\xbc\x57\x89\xd8\x03\x07\x50\xd6\x81\x9b\x02\x30\xc5\x8b\xc4\x42\xc1\x29\xd5\xdb\x37\x05\x3f\x5b\x80\x14\x57\x14\x5c\xb9\xe8\xaa\xaf\x99\x61\x57\x0f\x6b\x6e\x1c\x49\xe8\xee\x5c\x45\xa2\x25\x84\x4e\xb5\xdf\x73\xa6\x6b\x9d\xc1\x21\xac\x3b\xf9\xda\xed\xa2\xfa\xc6\x50\x58\xa8\x46\xb4\xda\x88\x04\x8b\x46\x66\x2a\x80\xad\x82\xa4\x7a\xa7\xfb\x28\xb8\x8a\xbd\x61\x74\xbd\xf5\x4e\xfb\x1b\x3e\x1c\xa1\x4e\xef\xcc\x04\x46\x94\xdb\x84\xfa\x33\xad\x6d\xc5\xbd\x14\x1d\x83\x58\xf6\xe5\x7d\xb2\x86\x32\xbb\x5d\xef\x82\xaa\xe2\x28\xf0\x5f\xb6\xe0\xc5\x2a\xe2\x2a\xb3\xf1\x90\x56\xea\x22\x4f\xfe\x27\x9a\x8c\x3f\xb1\xdd\x5b\x94\x8b\x68\x32\xfe\xdb\x6e\xf4\xfd\xee\xe9\x11\x8a\x26\xe3\x57\x59\xb2\x5a\xd3\x14\x4d\xa0\x92\xef\x9e\x28\xc3\x3a\x8e\xc2\x91\x56\x10\x63\xa4\xb9\x8f\x0c\x32\xfd\xc2\x5e\x25\x93\x6d\x5a\xe4\x70\x4c\xc7\xfa\x69\xa4\x5d\xf6\xd0\xa9\x18\x0c\x66\x55\xd5\x69\x55\xe2\x78\xab\xfd\x11\x68\xd5\xec\xae\x28\xba\x6a\xfd\x68\x37\x2f\xf2\x43\xa6\xe5\xfc\x5d\xc3\xa1\x8f\x7f\xfd\x35\x7f\xeb\xf9\x6e\xbc\xa6\x5d\x93\x07\x43\x89\x44\x8e\x47\xfb\xe8\x2c\x95\x7e\xce\x32\xb9\xa5\xdd\xa4\xdb\xd8\x1f\x11\xd2\x9a\xdd\x71\xcf\x5a\x51\x8a\x96\x7d\x14\x21\x04\x0c\x05\xad\x3e\xa7\xf5\xd9\x6c\x1c\x29\x15\x83\x43\xed\x81\xb3\x05\xb6\x1b\xe3\x26\x4c\xcf\x49\x23\x36\xa6\x3e\x5f\xfd\x7e\x8b\x7e\x6c\xe3\xec\x61\x6b\x8c\xd1\x09\xdd\x97\xd5\x91\x60\xd1\x12\x7c\x56\x52\x0c\x9d\x3c\x76\xf7\x04\xf1\x5f\x76\xbb\x83\x11\xce\x63\x1f\xe0\x4a\xec\xa8\x07\x0b\xd8\x63\x79\x37\x07\xd7\x51\x06\x38\x93\x83\x21\xc2\xfb\xae\xcb\x1c\xd0\x86\xdc\x77\xcb\x9c\x04\x01\xe2\x7c\xcb\x4d\xcf\x09\x5c\x7d\x6e\x84\x8d\x8a\x2a\x76\xbb\xb6\x00\x18\x13\x31\xa6\x35\xa3\x4d\xb4\xd5\x17\x8e\x24\x58\x5e\x58\x22\x01\xcc\xf7\xec\x9b\x47\x82\x79\xaa\x11\x48\x13\x61\x56\x25\x62\xa6\x3d\x5b\x19\x37\x53\x3e\x62\xf1\x04\xcc\x9d\xc2\x98\x37\x9a\xfd\xe1\xa2\xdf\x1c\xb2\x5c\x50\x9e\x27\x59\xf9\x84\xe6\xb7\x8c\x17\xb9\x32\x5c\xef\xe5\x45\x4a\x0f\x57\x1a\xa1\x68\xc9\xbd\x11\x2c\x2b\x5b\xbf\x48\x24\x36\x61\x60\x8c\x6d\xbe\x32\xd8\x1d\xb2\x66\x30\x3c\x6e\x2d\xb6\xa2\x22\xd9\xfb\x21\x73\x5f\xe6\x49\x9e\xf0\xfb\xc3\x05\x4d\xc4\x86\x53\xaf\x0b\x10\x59\xa8\x87\x03\x6b\xf0\xf6\xee\x95\x85\x3f\x28\xd9\x5f\x5e\x64\x99\x9f\xdf\xa5\x3d\xc9\xd8\xb5\xf7\x7a\xb5\x62\x5f\x98\x37\x00\x0d\x84\xdd\x3b\xe5\xb7\x6c\xee\xd5\xae\x77\x4c\xed\xfd\xc9\xbc\x58\xad\x93\xf6\xe4\x8d\xa0\x69\x6b\xcf\xf9\x26\x17\x6c\xd5\xbe\x1c\xda\x51\x67\x0f\xeb\xb5\xd7\xee\x67\x5b\xf3\xde\x32\x7a\xd7\xbe\x74\xbc\xd8\x88\x60\x38\xfe\xf6\xf8\x22\x68\x2e\xeb\x3c\x2c\x37\x6b\xb9\x9f\x5c\x2e\x15\x66\xd0\xbe\xf2\x4d\x9e\x15\xc5\xba\xbd\x16\x99\xf5\x10\x42\xfe\xed\x6b\x08\x1c\xe0\xb8\x2f\x9e\xbf\xdd\xd6\xc4\x27\xca\x5c\xb0\x3c\xd4\xa6\xf2\xed\x45\x9f\x18\xd0\xec\xf5\x3a\xbf\x61\x79\xe3\xbd\x25\xa3\x8b\x10\xe5\xed\x35\x1d\x67\x24\x6d\xd9\x88\x72\x11\x8b\x9c\xe6\xe2\x89\xd0\xf8\xde\x61\x91\x67\xf7\x32\x83\xf1\xa7\x6a\x96\x32\x40\xf5\x9d\x8d\x12\xc8\x2d\x32\xbc\xc1\x73\x9c\xe2\x25\x5e\xe0\x35\x5e\xe1\x5b\x7c\x83\xaf\xf1\x3d\xbe\xc2\x77\xf8\x14\x7f\xc1\x67\xf8\x02\xbf\xc7\x27\xf8\x23\xbe\xc4\xe7\xf8\x33\x7e\x85\x7f\xc7\xaf\xf1\x07\xfc\x16\xbf\xc3\x6f\xfe\x14\xee\xed\x43\xf3\x72\xe0\x12\x1e\x0b\x79\xed\xb0\x15\x00\x99\xf8\x54\xce\x41\xbf\xbf\xe7\xc3\x6e\xb7\xad\x3a\x0f\x31\x2b\x3f\x18\xf7\x30\x12\x86\x3f\x58\xac\xa4\x49\x47\xf5\xa0\x5c\xaf\xda\x03\xcb\x1f\x70\xef\xf4\xc3\x4f\x3d\xbc\xbd\xa1\x62\x0c\x4e\xf8\x4f\x3f\xfc\x14\x92\x1a\xd5\xbe\x7b\xe0\x01\xf7\xb2\xa2\xf8\xbc\x59\xfb\xc5\xdf\x41\x0a\x2e\xe1\xbd\xb4\xef\xf5\x1a\xdf\xc6\xa7\xef\x5f\x9e\x9e\x5f\x9d\xfe\xff\x2f\x4f\x3f\xbc\xbe\xfa\x78\x7e\x76\x79\x76\xf9\xcb\xc7\xd3\x8b\x7e\x7f\x7f\x47\xeb\x79\x7b\x78\x1b\x12\x45\xb2\x17\xca\xc5\xc3\xe9\x87\x9f\xe2\x46\xfe\x0a\xe1\x07\xd9\xc7\x33\x79\x44\xc8\xa5\x7d\xc4\x0f\xb2\xa7\x26\xb5\x74\xa9\x27\xee\x04\x90\x73\xb3\xa4\x61\xba\xd5\x1a\x78\x65\xbf\xef\x1d\xc0\xb9\x3d\x62\x5b\xd3\xd3\xcf\xa6\xd4\x63\xb3\xfc\x5a\x65\x69\x29\xfe\x10\x9b\x44\x18\xdb\x29\x9c\x41\xf2\xbb\xd7\x55\x95\x64\x7b\xf9\xda\xfb\xa4\xa3\x83\x7f\xd0\x0f\xf8\x21\x5e\x51\x7e\x43\xc9\x07\xf5\x0f\x73\x95\x03\x9a\xa6\x02\x95\x07\xaf\xf8\x21\xfe\xe1\xd3\xdb\xd7\x57\xff\x75\xfa\x0b\x61\xf6\x51\x96\xd9\xb0\xf4\x4d\xc1\x65\x76\xf5\x84\x1f\x62\x96\x97\x10\x60\x9a\x99\x27\xd9\x56\xf2\x99\xc2\xbd\x4c\x98\x7b\xc6\x0f\xf1\x3c\xc9\xdf\x82\xd1\x25\x61\xee\x59\x6e\x71\x7e\x6f\xd3\xed\x33\x7e\x00\xfa\x9c\x30\xf8\xc3\x0f\xf1\x46\xf5\x74\xa3\x7a\xf8\xca\xdc\xa5\xa4\x70\xcf\x58\x4e\xda\x0d\x2b\x05\xbf\x27\x85\x7d\x54\xf3\x41\xb9\x20\x73\xfd\x20\xeb\x4e\x78\x4e\xe6\xf0\x87\x1f\x54\xec\x3d\x32\x57\xff\xf0\x6e\xc2\xcc\xcf\xdd\x73\xc7\x4b\x7f\xb3\xc9\xe7\xfe\x37\xf9\x8e\x1f\x54\x18\xa6\xd7\xba\x32\xf7\x22\x17\x4b\x82\x77\xf2\xde\x5b\x23\x95\x6d\xcb\xb5\x7f\xe9\xd7\xba\x2a\x56\xe4\x2a\x6a\x2b\x1f\xcf\xe3\xfd\x1f\xb1\xf9\xf4\x73\xc2\x5b\x0a\x78\xa9\x98\x95\xaf\xf4\xe5\x39\xce\x62\xf7\x52\xa9\xd5\xd3\xe8\x07\x49\xbc\x17\x79\x6a\x36\xd7\xe5\x9c\xb3\x6b\x4a\x12\xf7\x8c\x1f\xe2\xb7\x21\xc2\x42\xb6\xae\xd4\x38\xa8\xc2\x16\x1a\xfb\x15\x6c\x72\x3f\xdd\x7b\xc3\xc0\xfa\x1c\x27\x8a\x05\x5a\xa9\xb9\x24\x27\xf1\x95\xbe\xc4\xce\x37\xb9\x4a\x8b\x1d\x16\x43\x4e\xbc\x17\xf3\x15\xac\x72\x4e\xd4\xbf\x49\x63\x79\x2a\x93\x58\x9e\xea\x14\xa5\x5b\x41\x4e\xf4\x83\x4e\x35\xba\x8f\xe4\xc4\x3e\xea\x2f\x14\x2a\xa0\xb6\xfc\x32\x29\x2f\xb4\x38\xd3\x98\xec\x9c\xb4\x24\xea\xdc\xbf\x17\xd0\x25\xf9\xa7\x53\x40\xd7\x85\x9c\xa8\x7f\x9d\x26\x49\x14\x72\xa2\x44\x9f\x2a\xa5\x50\x7d\x29\x5c\x3f\x8c\x0c\x95\x9c\xd8\xc7\xda\x97\x33\x55\xc6\x7f\xd5\x39\x8c\xca\x2a\x39\xb1\x8f\xc1\x6c\xd8\x71\xf8\xaf\xfb\x20\x97\x2c\x87\x7b\x5a\xc0\x7c\xbe\xc9\xdf\x01\x5a\x03\xc0\xeb\x44\x02\xdf\x57\xc1\x97\xfa\x1d\x01\x77\xe6\x4b\x92\xd9\xd5\x35\x7b\x52\x52\xc1\x0f\xb1\xc1\xf5\xc8\x4b\xfc\x10\x5f\xa5\x54\xee\x90\xb5\x28\x38\xc9\xe2\x1c\xd8\x75\xaf\x69\x39\x7f\x4d\xe7\x05\xd0\x77\x32\x8f\x8e\xc7\x47\x32\x13\x99\x0f\xbf\x8c\x93\x8c\x25\x25\xc9\xd4\x3f\x40\x9f\xf9\x92\xbe\x81\x5a\x64\x07\xe5\x5b\xfa\x93\x8e\xdc\x08\x00\x45\x35\x6a\xc6\x48\xb2\x46\x92\x6c\xa9\xa4\x02\x98\x4b\xcc\x75\x80\x64\x71\x4b\x2a\xc0\x5c\x91\x90\x12\xfe\xd4\xed\xa4\x9a\x56\xcf\x3f\x33\xb1\xd4\xd0\x5f\x25\x7b\x09\xb2\x21\x49\x7e\x26\x62\x09\x93\xa4\x1e\xd5\x5d\xa6\x5a\x53\x50\xf3\x02\x5e\xd5\x03\x7e\x88\xdf\x9c\x9e\x5c\x7e\x3a\x3f\xbd\x20\xd1\x10\x1b\xd0\x8f\xa2\x2d\x2b\x4f\x21\x14\x46\x3a\xde\xc4\xf6\xb9\xc2\x1b\x9b\x5f\xde\x2f\x57\x2a\x0c\x15\x8b\xe1\x1f\x3f\xc4\x45\x4e\xb2\xb8\x90\x1b\x36\x49\xd3\x77\x12\xa8\xc8\x13\x97\xf9\x6f\x72\xfb\x80\x87\x3a\xef\x73\x98\x00\x5d\xce\xd3\xd3\x5b\x09\x61\x32\xf7\x8c\x1f\xe4\x69\x31\xb9\xe4\x2a\xf9\xaf\xf8\x41\x05\x83\xa7\x24\xd3\x0f\x90\xa2\xb8\x67\x99\x79\x82\xb4\x97\x59\x92\x7f\x86\x34\x78\x82\xb4\x8f\x12\x84\x40\x7b\xf6\x19\x3f\xc4\x79\x21\xd8\xe2\xde\x2c\xa5\x0e\xb5\x99\xb5\x26\xe3\x07\x05\x3e\xc2\x54\xd9\xcb\xb6\x64\xfc\x20\x01\x43\x33\x6f\x33\x51\x6e\x42\x78\xd2\xe9\x0c\xf2\xd5\x93\xf0\x43\x6c\x8d\xe8\xb6\xe1\xb9\x1b\x1f\x0c\xf1\x32\x29\xcd\xeb\xc9\x7c\x4e\xcb\xb2\xe0\xa5\xc4\x4c\xe1\xd6\xf2\x33\x93\xac\x96\x00\x39\x4a\xc1\x8b\x7b\xf2\xc6\x3c\xe1\x87\x58\x85\x29\x51\x7d\xb1\xcf\x6a\x8f\x06\xfd\x0c\xde\xd5\x5e\x0c\xbe\x97\xb5\xef\xf4\xcb\x3a\xb1\x53\xa0\xb2\xd4\x93\xd4\xe6\x32\xde\xb6\xd4\xe6\x32\x6f\x76\x73\x79\x9f\xc3\x04\x59\x5a\x9e\x6d\xe5\x01\xca\x9c\x74\xf5\x26\x37\xb0\x2b\x57\xb8\x12\x40\xa5\x92\x4c\xfd\xe3\x87\xf8\xbd\x7e\x87\xff\xfd\x78\x5a\x91\x6b\x52\x0e\x40\x1c\x44\xa7\x3a\x53\x49\x80\x0f\x43\x1c\x2a\x93\xf0\xcd\x28\xb6\xa0\xa5\x22\x2a\xa1\xd2\x79\xcc\xca\x4b\x95\x02\x75\xce\x41\x0f\x48\x27\xd4\xeb\x7c\x88\xaf\x5e\xba\x7b\x30\xb5\x68\xc5\xdb\xf8\xdd\xd9\x0f\x3f\x9c\x9e\xf7\xfb\xd1\x43\xfc\xae\xb8\xb9\xa1\x9c\x2c\xcd\x57\x59\xec\x84\x5c\xc5\x27\xf8\x21\xd6\x44\xc5\x36\x2b\xe6\xe3\x55\x9c\x15\x73\x7c\x37\x5e\xc5\x77\x38\x4d\xca\x25\xe5\xec\x81\x8e\x57\xb1\x7d\xc6\x29\x9d\x27\x2b\x9a\xe9\x64\xfb\x82\xbd\x54\x97\x06\x80\x70\x71\x2f\xd3\xf4\x23\xde\xe4\x29\xe5\xe5\xbc\xe0\x32\xa7\x7b\xc1\xf3\x64\xcd\x44\x62\x6b\x30\x2f\x72\x33\xab\x59\x23\x57\xfa\x41\x8e\xd8\x20\x74\x1f\x79\xf1\xe5\x5e\x2d\xdc\x55\xdc\x4c\x04\x68\x66\x50\xc2\x20\x6f\x4b\x2a\x56\xd7\x4d\xc2\x29\xb9\x32\x4f\x90\xb6\xbe\x87\x84\xb5\x82\x33\xa7\x7f\x6c\x92\x8c\x5c\x99\x27\x40\x9d\xa0\x7f\x81\x3f\x00\x93\x1a\x6b\x66\x07\xb9\xd5\x09\xee\x8b\x63\x98\x90\x85\xfb\xa8\xb0\xe5\xab\xd8\x60\xca\xaf\xa0\x23\xc0\xac\xbb\xf2\x5e\x00\xe9\xb7\x2c\xc0\x2b\xef\xc5\xd4\x01\x03\x33\x15\xc1\x8b\x9d\x4a\xf3\xc9\x7b\x93\xa5\xe6\x1e\x52\x29\x0b\xfa\xef\xd0\x13\x4e\xed\x52\xb8\x17\xfc\x10\x2b\xc9\x99\xe9\xb9\xf7\x06\xa5\xd6\xf7\xb6\xf7\xea\x51\x9e\xb5\x0d\xf0\x1f\x83\x21\x34\xd2\x5c\x3e\x53\xb5\xff\x8a\x1f\x62\xe5\x00\x4e\xf5\xf3\x42\x31\x5c\xc8\x55\x5b\xaa\x9c\x2d\x79\xd9\xd0\x54\x4e\x95\x7a\xc2\x0f\xb1\x76\x20\x18\x6c\x8c\x46\x1a\xcc\x9a\x5c\x45\xdd\x4d\xf7\x22\x6f\x5e\xe0\x08\x93\x2b\xfd\x00\x1b\xc4\x74\x56\x3f\xb5\x6e\xe0\x22\x7f\x57\x24\x29\x39\xd7\x0f\x0a\xfb\x92\x4f\x3f\x16\xc5\xe7\x92\x9c\x07\xaf\x9a\xc6\xb1\x7b\xc5\x11\x0e\x2e\x59\x75\x7f\xed\x7d\xbb\xb0\x1b\xcf\xa5\x5d\x05\x43\xbd\x0a\x06\x79\x7e\xf1\xd3\x47\x79\x88\x2e\x7e\xfa\x08\x4b\x6a\x58\x0f\x57\xee\x59\xd6\xa0\x03\xc3\xde\xc4\xea\x41\xa1\x65\x6b\x9a\xa7\x34\x17\xff\x45\xef\x61\x87\x0a\x72\x1d\x37\x13\xf1\xcb\x98\xc2\xbd\x7d\xaf\xfe\xf1\x4b\x79\xe5\x9e\xea\x24\xf3\x08\xa9\x39\x85\x94\x9c\xaa\x3c\xea\x33\x7e\x19\x5f\x17\x45\x46\xee\xe1\x0f\xbf\x8c\x57\x89\x98\x2f\xc9\xbd\xfa\x97\xb5\xc3\xc9\xbc\x57\xff\xf8\x65\x7c\x23\x0b\xde\x08\x78\xa2\xf0\x28\xeb\xcb\x64\x6a\x26\xe0\x89\xc2\xa3\x4c\x2d\x72\xfa\x73\x22\xfb\xa1\x1e\xf0\xcb\x98\xd3\x24\x2d\xeb\x09\x67\x79\x26\x33\x99\x47\xfc\xd2\xd2\x7d\x2c\xbf\x39\x01\x34\xf3\xbe\x91\x24\x31\xd0\x3c\x25\xf7\xf2\x57\x36\xc5\x65\xad\x1c\xbf\x8c\xcb\xcd\x8a\xdc\xcb\x5f\x39\x18\x96\xcb\xa1\xb0\x1c\x06\xf6\x05\x86\xf5\x05\x9e\xd7\xf0\xbc\x96\xf9\xe5\x06\xbf\x87\x3f\xf9\x46\xc5\x6b\xb6\x58\xc8\x04\xf5\xa4\x72\xbf\xbc\x57\xf9\x5f\xca\xde\x2d\x58\x26\xc9\x8b\x7b\xfd\x60\x53\x20\x93\x79\xc4\x2f\xe3\x4d\xce\xfe\x20\xf7\xf0\xa7\xdf\x20\x87\x7a\x50\x29\x45\xae\x12\x0a\xd9\x43\xe0\x44\x96\x72\x53\xdf\xbb\x67\xfc\x32\x9e\xcb\xcd\x08\xa9\xfa\x69\xff\x95\x77\x71\x79\xfe\xf6\xc3\x0f\x17\x3d\x90\x1f\x7b\xe2\x61\xc5\xe0\x59\x01\xae\xab\xae\xa6\x12\x2e\xc1\x15\x60\xdc\x3a\xe5\xb1\xbb\xf4\xe5\xd9\xd9\xe5\xe9\xeb\x96\x7a\x9b\x6c\xa4\xcc\x67\xb2\x5d\xd0\x84\xcf\x97\xaf\x59\x09\x58\x31\xb4\x09\xa8\xcc\x9e\x0c\x70\xf5\xbe\x32\x6c\x4c\x72\xe7\x9e\xf1\x5d\xac\xe4\xa0\xf1\x52\x45\x2c\xba\xd3\x0f\xf8\x41\x7f\x20\x26\x87\xac\x62\x49\xe7\x9f\xaf\x8b\x2f\xb2\x06\xfd\x28\x41\x1b\xfd\x22\xde\x30\x9a\xa5\xe4\xce\x3d\xeb\xf4\x13\x4e\x13\x9d\x2c\x1f\xf1\x43\xfc\x8e\xe5\x9f\xfd\xae\x04\xef\x86\x56\x31\xef\xef\x93\x3c\xb9\x81\x3e\xb4\xa4\xca\xcc\xf3\x5a\xda\xab\x64\x9d\x5c\xb3\x8c\x01\xea\x76\x27\x2f\x67\xfb\xaa\xeb\x7e\x5f\xa4\x6c\xc1\x28\x0f\xaa\xae\x25\xca\xac\xab\x30\xa9\x56\xb1\xf9\xfa\xaa\xd6\xc0\x8d\xd7\x4d\xa3\x1d\x40\xee\xe2\xb6\xe4\xfa\x58\xbd\xec\x6d\xc9\x40\x30\xea\x67\x79\x9e\xdd\x1c\xbe\xf3\xa1\xe6\x3c\x59\x8b\x0d\xa7\xe7\x12\xa0\xf1\x4b\x4e\x29\x99\xc7\x8d\x34\xb9\xb8\x70\x57\x5e\x27\xbc\x24\x5b\x53\xed\xf8\x2e\x36\x8f\xf8\x93\x60\x59\x39\xde\xd2\x72\x9e\xac\xe9\xe9\x97\x35\xa7\x25\xc4\x56\xbe\x8b\xeb\x49\x95\xc4\x20\x7e\xbc\x7c\xff\xee\xe5\xbe\xca\x2a\xbc\x87\xff\xa9\xf1\xb9\x7e\x3f\xd2\x32\x6c\x27\xd6\x5e\x8a\x55\x76\x91\x2c\x68\x93\x81\x1c\x0d\xf1\x9d\xfd\x8c\x94\x0a\x01\x6c\x70\x5d\x87\x2d\xe9\x72\xb9\x8f\xac\x04\xc7\xd3\xea\xb3\x7b\xd9\x7f\x42\x2f\x4f\xdf\x7f\x7c\x77\x72\x09\xbc\x5d\x79\x0c\x61\x2d\xcd\x9a\xa8\xd3\x7e\xa7\x50\x5e\x93\xf4\xe8\x51\x86\x8e\xfe\x74\x7a\x7e\xf1\xf6\xec\x03\x39\xf5\x10\xe0\xff\xdf\x7f\x7f\x3a\x3d\xff\xe5\xea\xed\x87\xcb\xd3\x1f\x54\x08\xc7\x7e\xff\xe0\x4b\xfc\xfb\x7f\x6f\x28\xbf\x37\xe7\xf8\x11\x5e\xf4\x77\x1e\x13\xd6\x14\xab\x2b\xb3\x04\x5d\x19\xaa\xae\x30\x7a\x07\x4b\x4d\xb6\xac\xbc\x80\x08\x61\xaf\x32\x36\xff\x3c\xfe\x12\x07\xef\x12\x04\x69\xaf\xe4\xb2\xc8\xf8\x4b\x1c\x26\xc8\xef\xf2\x5f\x27\xa9\xef\x5e\x82\xf9\xfe\xb2\xd8\xe4\x69\xe9\x3e\xab\x77\xf3\xf5\x55\xc6\x68\x2e\xce\xe9\x5c\x78\x59\xbc\xc4\xa0\x16\x96\xdf\xb8\x4f\xb5\x1a\x83\x6f\xb2\xd4\x79\x51\xc0\x57\x5d\xaf\x7d\x95\xdf\xc0\x19\xb5\xf7\xd1\xbd\x63\x56\x5e\x50\x0e\xca\x33\xc0\x37\x7c\xc3\x78\x09\x5e\x94\xc7\x72\xf3\xb4\x7f\xaa\x34\xe4\x33\x48\xde\x17\xff\xcd\x07\xc3\x4a\x10\x41\xbe\xd4\x53\x0c\x02\xf8\x9a\x95\x6b\x89\x2d\x50\x4e\xbe\xd4\x53\x24\x1c\x2d\xb4\x1c\xe0\xcc\x3e\x4a\xc4\x78\x23\x0a\xef\x8b\xff\x0a\x87\xbe\x5c\x7a\x5f\xfd\x57\xf9\x95\x95\xa2\xe0\xf7\x7e\x86\x30\x45\xe2\x5a\x45\x4e\xbd\x0c\xfe\x2b\xd0\x1f\x06\xc7\x7b\x53\x70\x72\x16\xbe\x7b\xec\x7b\x87\x0b\xbe\x49\xe6\xb2\x05\x72\xb6\xff\x5b\x6b\xb9\xd6\x02\x12\x33\x2c\x36\x82\xf2\xd7\x17\xef\xc8\x99\x7b\xb6\xe9\x36\xd1\xa4\x98\x04\x1c\x0d\x71\x88\xc8\xa2\x48\x09\xaa\x7c\xd1\x4a\x0f\x9f\xfb\x44\xe9\xeb\x44\x24\x27\x69\xb2\x96\x15\x5f\xf8\x6f\x3e\xa3\x1f\xf8\xe5\x2e\x57\x6b\xba\x6c\x5d\xc4\xcb\x44\x36\xaa\x74\x08\xad\xa0\x51\xde\x6f\x2c\xa3\xbc\x87\xfa\x7d\xc8\x65\xda\x7f\x24\x67\x5b\x75\x8a\x64\x47\x4a\x33\xe3\x13\xd9\x53\x95\xce\xd5\x91\x3b\xb8\x14\xe4\x13\xfc\x61\xf5\x16\x9b\x41\x7c\x8a\xdd\x30\xe1\xc3\x7f\x7f\xca\x99\x70\x5f\xfd\x57\xc5\x70\xd9\xac\xdf\x14\x5c\xf3\x04\xc8\xa7\x7a\x4a\xb5\x77\xee\xb5\x51\xc7\x8f\xe4\xc1\xb3\x20\xf8\x11\xe7\xf1\xdb\x8b\xab\x0f\x67\xaf\x4f\x27\x79\xac\x34\x1a\x62\xad\x11\x41\x1e\xc6\x4e\x4e\xa9\xd3\x94\x9c\x92\xb4\xa5\x93\x87\x40\xbf\xc2\xca\xd8\xff\x6f\x59\xd0\xb8\x84\xde\xd3\xf8\x68\x18\xff\xb5\xa7\xfb\xe3\x29\x6b\x34\xb5\x3e\xfe\xc5\x7d\xd2\x2a\x24\x84\xea\xb9\x24\xd4\x4c\x6f\x60\xe8\x03\xce\x00\x1b\xe2\x62\x55\xa4\x55\x95\x48\xaf\x8c\xae\xbe\xe3\x6a\xcd\xb1\x6d\x4a\x78\xed\x73\x9c\x4f\x22\xf7\x85\xa8\x07\x3f\x03\x09\xab\x44\x63\x3f\xbb\x0e\x40\xe6\x32\x2b\x53\x39\x35\x9f\x5c\x9e\xf1\x43\x4e\xe7\xc5\x4d\xce\x1e\xfe\xd4\xb0\x02\xad\x46\x52\x81\x7a\x6a\xa8\x88\xab\x0d\xdf\x40\x85\xc8\xd3\x0d\xbd\xba\xd2\x35\x60\x1d\x27\x50\x26\x61\x5a\xd5\xe3\xfa\x29\x15\x51\x67\x16\xa3\x3d\xcf\xad\xf4\xc5\xa1\xbd\x77\xcb\x3a\x6e\x24\x6a\xc9\xc1\xf3\xb9\xa7\x3b\xb8\x5f\x53\xde\x94\x81\x68\x76\xfd\x3e\x8f\xef\x58\x96\x9d\xa4\x29\xc0\x4b\xf0\x0f\x1a\x26\x45\x7e\xc3\xda\x69\x2f\xa6\xc6\x31\x96\x49\x4f\xd2\xd4\x33\x38\x80\x60\x38\x5b\x63\xf2\xec\xec\x9c\x6b\xb6\x12\x36\xe4\xb2\xd2\xa9\xcb\xbb\xd6\x0e\x0c\x82\x51\xd3\xae\xf3\x96\x99\x94\xa5\x72\xb4\xfa\x9b\x28\x7e\xeb\x69\xc3\x45\xaf\x71\x1d\x89\xc2\xf5\x00\xd7\xa6\x08\x55\x95\xb6\x24\x6b\x5a\xb2\x14\x10\x2b\x8b\x5b\x33\x7d\x59\x17\xa7\xb9\x4b\x51\xa3\x26\xb4\xaa\x29\xcb\x79\x96\xf8\xb6\x56\x86\x13\xa4\x4d\xb2\xe9\x80\x81\xcb\xa9\x04\x79\x71\x4c\xf2\xa8\x84\x82\x9d\x24\x2a\xf4\x63\x4d\xbd\xad\x11\x3e\xb5\xe9\x54\x7f\x80\xf2\x01\x81\x10\xa4\x9e\xe5\x85\xb6\xcd\xdd\xca\xa4\xb1\x20\x02\x04\x9d\x82\x47\x39\xc2\x4b\x2d\x92\xe5\x55\x87\x1a\x2b\x85\x8a\x3d\x62\xae\x17\x4c\x0d\x84\xc5\xac\x70\x2d\xbf\x0a\x3b\xd6\x1e\x65\x30\x01\x6d\x38\x16\x19\x13\x53\x33\xa5\xb2\xa6\x44\x7b\x84\x91\x33\x98\x40\x38\xbe\x7e\x3f\x37\x50\xfc\x54\x12\xf2\x12\x21\xae\xa7\x44\x02\x97\x08\xf3\xa8\x44\xde\x22\x84\xe1\x1a\xca\x75\xc6\x44\xd4\x7b\xd2\x43\xe0\xca\x62\x83\x40\xc6\x09\x09\x95\xf2\xdd\xf2\xe4\x2f\xbb\x5f\x9f\x3c\xb9\xe9\xf8\xa1\x13\xbc\x0a\xd4\x34\x3e\x7f\xba\xdb\x1d\xaa\x58\x97\x36\x20\xd3\x5f\x7a\x68\x42\xc7\x29\x9d\x17\x29\xfd\x74\xfe\xd6\x62\x76\x11\x45\x31\xa7\xeb\x2c\x99\xd3\x28\xc3\x34\xaf\x7f\x57\x0d\xcf\xc9\x93\xbf\x44\x93\xf1\x51\x34\x19\x3f\xdb\x7d\xbf\x7b\xb9\x7b\x85\x76\x4f\xa3\xc9\xf8\xe5\xee\xf5\xee\x04\xed\x9e\x0d\x91\xdf\x27\x3f\x3a\x59\xb3\x46\xbf\xc5\x39\x6e\xf6\x48\xb5\xb8\x24\x4f\xa2\x5f\x9f\xec\x7e\x8d\x77\xbf\xfe\xc7\xee\xd7\xc1\xee\xd7\xc9\xee\xd7\xdd\xee\xd7\x68\xf7\x2b\xda\xfd\x3a\xdd\xfd\x3a\xdb\xfd\xba\xdd\xfd\x5a\xed\x7e\xfd\x15\x3d\xb9\xc1\x0b\x12\xe8\x35\xe3\x75\x53\x1b\x79\x99\x94\x67\x77\x56\xd6\xe4\x3a\xbb\x72\xfe\xee\xac\x1f\x15\xa3\xe7\x6c\x74\xa9\x49\x8b\x51\x9e\x3d\xfa\xf2\x64\xcb\xa3\xaf\x4a\x77\x93\x52\x85\x66\xa7\xf3\x22\x4f\x1d\x3c\x90\x07\xdf\xe0\x85\xbf\xc5\x3a\x08\xfe\x5a\xab\x46\x63\x81\x1e\x6b\x80\x17\xb7\x2c\xa5\xdd\x75\xc2\x93\x55\xf7\x37\xb0\xc7\xfa\xad\x59\xa1\x82\x90\x74\x2a\x66\xf2\x3e\x6c\x98\x90\x4e\xf8\xb8\xd7\x1b\x70\xeb\x25\xf7\xeb\x30\xcd\xb4\x9b\x84\x2d\xc7\x3d\x2f\xa8\xa8\x6c\xf4\x96\x4c\x67\x9d\xdb\xe9\x70\xb6\xd7\xc8\x46\x80\x91\x0d\xdc\x46\xb8\xc5\x3b\x81\x56\xba\xcf\xe3\xf9\x32\xe1\xaf\x8a\x94\x9e\x88\x88\xa1\x8e\x44\x8d\xd6\x1b\x11\x81\x59\xfd\xc1\xc8\x8b\x71\x8a\x6f\xa7\xa3\x7a\x6b\xd6\xfb\x86\x2c\xf2\xec\x3f\xf1\xc1\x10\x1c\xc8\xe3\xdb\xe9\xd1\xa3\x59\x0f\x47\x50\xbd\xca\xfa\x6c\x5f\x56\x05\x7a\x6f\xe4\x48\x6f\xc2\x91\x7a\xa7\x0f\x06\x68\xf7\xf6\x12\xf7\x7e\xfd\xf5\xbb\x51\x0f\x55\xf8\x26\xe8\xae\xd5\x37\x8b\xa6\xff\xf3\x64\x36\x40\x3d\x99\xe1\xa8\x35\x43\xac\xbf\x3e\x6b\xfb\xda\x53\x9d\xba\x96\x9d\xba\x7e\xbc\x53\x15\xbe\x6e\xce\x98\x5a\x9b\x55\x24\x71\x1d\xc8\x65\xd7\xf5\x63\x7c\xfa\xe1\xd5\xd9\xeb\xd3\xab\x93\x0f\xaf\xaf\x5e\x9f\xc2\xe3\xc7\x93\xcb\x1f\xaf\x2e\x4e\x7f\x78\x7f\xfa\xe1\xf2\x62\x92\x46\x1c\x8d\xb9\xac\x76\xdf\xec\xfa\xf5\xca\x7c\x8f\x0d\xe1\xbe\xe6\xf7\x79\x5b\x21\x7c\xf5\x98\x2f\xe8\x3b\x8b\x5f\x78\x5e\x29\x9e\xfd\x27\xdc\xd5\xde\x26\x1a\x2a\x5d\x67\x7b\x8f\x8c\x50\xe0\x37\xdc\x83\xb7\xd6\x0f\x1a\x2e\xcc\x43\x8b\xa5\xb3\xba\x15\x71\x46\xf2\x69\x32\xc3\x73\x32\xec\x8c\x8e\xfa\x51\x49\x8e\x9e\x3f\x8f\xe6\xa4\xd7\x23\x84\x64\x93\x67\xe3\xbf\xfe\x4d\x3e\x84\x1d\x99\x8c\xc6\xcf\x8e\x5a\x92\x8f\xc6\x43\x24\x7b\x99\x91\x4c\xdb\x47\x8c\x10\x8e\x18\x61\xbb\xdd\x74\x86\xd4\x4d\x97\x21\x1c\x15\xa4\xf0\x52\x86\x07\x24\x7a\xd6\x2f\x11\x42\x78\xf4\xac\x5f\xf6\xfb\x7c\x3a\x9f\x0d\x06\x58\x5f\x8d\x5b\x79\xe8\xc7\x73\x6d\x71\xb0\x89\x24\xba\x69\x42\x04\x40\xb4\xbc\x31\xdb\xed\xae\x70\xb9\x2c\x36\x59\xfa\x1a\x20\x70\x39\x2e\x76\xbb\x2b\xef\x1a\x3f\xad\xa1\x07\x14\x3a\xae\x63\x11\xc5\xb9\xc2\xda\x08\xe1\x00\x02\xbe\x34\x6e\x51\x70\xfa\xaf\x6d\xf9\x84\x73\x3c\xcc\x52\x83\xf9\x41\x6d\x26\x24\xa9\xaa\x2d\xf7\x82\x87\xaa\x52\x6c\x22\xc6\x5e\xbc\xd1\x44\x08\xca\x73\xd2\xeb\x59\xa7\x2f\x37\xf4\x8b\x59\x2f\x48\xd2\x68\x42\x19\x24\xca\xd9\xb0\x61\x43\xdd\x26\x3a\x0b\xf6\xab\x19\xd3\x44\x0d\x54\x45\x60\x85\xe0\x85\x2a\x61\xec\x26\xc0\xde\xae\x32\xc1\xcd\xd8\x45\x1d\xec\xa9\x40\xd1\x98\x39\x03\xc3\xfc\x39\x73\xc1\xa2\x0b\xad\x52\xaf\x28\xc0\x79\x22\xa2\x42\x21\x84\x91\x40\x1e\xb0\xfb\x12\xd8\xb3\xca\x01\xb7\x58\x9e\xb8\xe9\xd8\xed\x22\x7f\x72\x24\x60\x3f\xa7\x37\xa7\x5f\xd6\x91\x3f\x87\x08\xf9\x53\x58\x61\xbf\x91\x1b\xfa\x88\x99\xaa\x5b\x1c\xe3\x1b\xeb\x80\x10\xf0\x5a\xb0\x88\x38\x42\x61\xc8\x7c\xde\x12\x20\xdb\xdb\x14\x53\x3e\xcd\x67\x60\x95\x7a\x1a\x31\x88\xb9\x68\x4d\x03\x5d\xe4\x8b\x22\x2c\xa1\xb3\x17\x41\xf6\xa2\x0a\x47\xb0\xde\x88\x06\x25\x02\xbd\x82\x3e\xab\x0a\xc1\xf6\xd0\xab\x23\xef\x34\xfa\x67\xaf\x39\x98\xc5\x2f\x11\xc3\xcc\x98\xa8\xab\x4a\x31\x9b\x9a\x94\x99\x8d\x9d\x5c\x9b\xa6\x49\x7d\x4f\xe7\x31\x4b\xc7\xda\x70\xda\x25\xa3\x7a\x3e\x6d\xcc\x1a\xb3\x14\x8d\xeb\x55\x4c\x6b\x09\x58\x66\x9b\xe1\x3c\x9c\x05\x25\xd9\x6b\x1a\x90\xb5\xac\xe3\x81\x09\x74\x3e\x9d\x75\xcc\xde\xed\xc0\x9a\x8a\xfa\x9a\x8a\xaf\xac\xa9\x80\x35\x3d\x93\x0b\x8a\x24\x71\x06\xc3\x60\x68\xdf\x82\x0a\x99\xb7\xf0\xf3\x16\xde\xde\x87\xce\xbc\x6f\x12\x3c\xa1\xa1\xf6\x1f\x1b\xca\xef\x3f\x4a\x1c\xa5\x24\x74\xb7\xdb\x56\xde\x21\x3f\xb1\xe3\xee\x50\xe2\x2e\xe7\x27\xbf\x0e\x9e\xdc\xac\x70\xef\x2f\x47\x43\x49\x8b\xf1\xfb\xad\x20\xad\xc8\xb1\xf6\xff\x25\xaf\x1a\xd2\xeb\xd9\x60\xf8\xd5\x7b\x6f\xa2\x95\xb3\x1f\x8d\x82\xd6\x93\x71\x90\xb3\x3d\x63\x23\x1f\x58\x07\xd7\xb3\xc9\x44\x98\x90\x8f\x0d\x8b\x76\x00\xea\x92\xda\x53\x0e\x26\xc1\x87\xa1\xde\xb4\x14\x0f\xb1\xc4\x71\x86\x12\x85\xea\x50\x89\x27\x08\xdc\x02\x99\x79\x51\xa8\x0d\x41\x44\xd5\xf9\xf8\x28\x61\xe5\xc5\x1f\x23\x61\x59\xcc\x48\xef\x7f\x7a\xb8\x20\xd3\x21\x1e\x62\x88\xa4\xe0\x8c\x8a\xac\xc9\x11\x06\x27\x8b\x19\x39\x18\xe2\x0d\x19\xca\x7b\xf4\x78\xee\x68\xc3\xb9\xdc\x57\xa6\x89\x94\xd0\xe9\x7c\x86\x97\xe4\x2e\x2a\x71\xaa\x28\xe3\x02\xe1\x05\x59\xaa\x31\xe3\x35\x59\xc6\xc1\x3d\x76\xbc\x79\x6e\xed\xf2\x37\x66\x8b\xae\x48\x39\xdd\xcc\x3a\xcf\x0e\x08\x59\xc1\x75\x00\x37\xee\xc1\x08\xe7\x24\xb7\x08\x23\x20\x99\x98\x0d\x48\xef\x49\x0f\xe7\xe4\x76\xaa\xb2\xce\xa2\x15\xce\x21\xfd\xc6\xa5\x20\x54\x81\xc7\xcb\xad\xa1\x4b\x53\x73\xf5\xa8\x90\xfe\xe3\x45\xed\x76\x5d\x57\x55\x06\x3e\x35\xdb\xdb\x43\x38\x77\x77\x57\x82\x73\x7b\xd7\xb1\x41\xef\xbb\x1e\xce\xf5\x1d\x56\xe0\xc7\x0c\xc3\xfa\x7d\x11\x27\xa5\x72\xe3\x17\x27\x92\xd8\x34\x2e\x89\xa0\x4f\xe0\xd7\xa3\xa4\x10\x6e\xb4\x1c\x97\x86\xa4\x2e\xc7\x49\x85\x2a\xfc\x31\xa0\x95\xd4\x97\x37\x05\xdf\x0b\x3f\xa0\x46\xed\x38\xbb\xc5\x8b\xc4\xe5\x92\x72\xda\x65\x65\x37\x2f\xba\x40\x83\x77\x65\x89\xb4\xdb\x1b\xd0\x3d\x26\x67\xb6\x55\xbb\x4d\x0c\xc0\xa9\x7d\x08\x20\x8f\xfd\x08\x57\xe9\x34\x9f\x11\xe6\xd1\x09\xe1\xa0\x4a\xc5\x59\x6f\xa2\xc9\x07\x07\xc1\x98\xc2\x72\x86\xc8\x7a\xe4\x4e\xd4\xe5\x24\xdd\xd5\x83\x09\x69\x06\xdc\xf9\xb6\x09\x61\x84\xc7\x66\x85\x4c\xfc\x16\x33\xea\xc2\x8c\x3a\x21\x6c\x5a\xa8\xcd\x9c\x98\xcd\x9c\xeb\x5d\x3b\x20\xd7\xd3\x44\x6f\xd2\x04\x3b\x3c\xa2\xf7\xa4\x77\x40\x34\x85\x65\x10\xe3\x5c\x16\x19\xe4\x08\xc3\xc6\xf1\x80\xa8\xaa\x4f\xdf\x92\x6a\xf0\x20\xb5\x53\x92\xca\x28\xc8\x8b\x90\xbc\x76\xda\xe6\xcb\x2b\xd2\xb2\x89\xa6\x33\x67\x19\xfa\x99\xde\x97\x91\xa4\x3e\x40\x29\x23\xf2\x71\xf4\x7d\x58\x84\x5c\x69\x0c\x01\x19\x67\x0e\x0f\xb1\x11\x97\x5a\x98\x0e\x0c\xa9\xfb\xac\x70\xf7\x59\x49\x86\xc7\xa5\x8b\x4f\x57\x9a\xda\x33\x79\xe8\xa6\x33\xd2\x1b\xb4\xd4\x53\x4c\xcb\x19\xea\x08\x83\x98\x2b\x93\xef\x64\x40\x7a\x7b\xb2\x23\x2c\x6c\x40\x47\xb3\x31\x7d\x9e\xe2\xa4\xd7\x1b\xf7\x26\xbd\x81\xd0\xac\x9e\x7e\xaf\x76\x16\xc1\xd5\xf2\xbe\xb9\xf4\xc2\xef\x18\x62\xa6\x0f\xe1\x7a\xb7\x15\x7e\xe4\xba\x9e\xe6\x33\x93\x9d\xf4\x10\x2e\xc8\x49\xc4\xa6\xc3\x19\xc2\x09\x31\xd3\x81\x4b\x09\x1e\x33\xc3\x2d\x96\xf8\xae\xd9\x89\x93\x8c\xf4\x04\xdf\xd0\xde\x38\x4a\x5e\x1c\xf5\xfb\xbd\xe9\x4c\x52\x3e\x85\xa6\x5f\x92\xc3\x23\xb9\xbb\x4a\xf0\x60\x3f\x2d\x6c\xfa\x10\xcb\x2f\xb3\xdd\x2e\xe2\xd3\x62\x46\xa6\x33\x84\x70\x46\xd8\x74\x34\x9b\xc8\xe6\x47\x33\x34\xee\xf5\x10\x2e\x27\xf2\xb3\x99\xdf\x31\xe4\xcd\xf6\x1c\x69\xcb\x37\x6f\x6e\x30\xcc\x35\x96\x64\xef\xa6\x99\x09\x97\x74\x30\x92\x3b\xc7\xb1\xc6\xfe\xad\x87\x8e\x01\xd1\x2f\x80\x79\x4c\x0d\xb5\x38\xc4\x85\x8e\xe6\x96\xf8\xd9\x27\x3d\xed\x87\x59\x9e\x3f\xb3\x63\x6c\xa1\x64\x30\xc2\xce\xb6\x36\xa8\x2d\x41\xce\xbd\x4b\xb8\xa6\x72\x23\xa9\x13\x4a\x83\x13\x4a\xe1\x84\x52\xd5\x89\x0d\xa1\x9d\xaf\x13\xe6\x94\xc8\xa3\x34\x8e\xa8\x43\x67\x22\x8a\xf0\xc6\x7b\xdd\xe8\x51\xcd\x2d\x5d\xd2\x99\xbf\x18\xf5\xfb\xbd\x27\x3d\xe2\xf5\x60\x7e\x38\x42\xf5\x09\x91\x69\x78\x43\x36\x2e\x65\x63\x5d\xb4\x48\x1a\xfa\xc0\x0b\xa6\x9a\x92\xe1\x71\x6a\xaf\x75\xb8\x95\x2e\x22\x8e\xa9\x4f\x00\xa7\x08\x21\xb3\x41\xd3\xc1\x00\x1d\x9b\xc2\x4b\x09\x20\x16\x64\x78\xbc\x70\xc7\x7f\x01\x96\xc8\x8b\x99\x05\xf9\xfd\xfe\x52\x47\xce\x98\x2e\x66\xa8\xd3\xea\xed\x81\x2a\x98\x12\xb5\x01\x6f\xaa\x6e\xd5\xdd\xce\x60\x2b\x39\xe1\x2a\xb6\x11\x9f\x8e\x24\x78\xe1\xd3\x23\x89\xc2\x88\x7a\xbe\x92\x24\x32\x5f\x46\x12\x99\x6f\x43\x92\xe9\x91\x75\x25\xb9\xb1\x44\xc9\xe1\x06\xd2\x80\xb7\x98\x1f\x10\x52\x9a\x2f\xe5\x21\x10\x22\xec\x80\x90\xcc\x3a\x18\x38\xb4\xf7\x16\xa4\x4f\xd8\x61\x36\x86\x52\x93\xf2\x30\x1f\x0f\x2b\x84\xaa\x68\xa9\x16\x6e\x4d\x96\xd3\xa1\xb5\xc5\x5e\xf7\xfb\x6b\x6f\x4a\x22\x26\xdf\x35\xfa\xd0\xef\x03\x0f\xe9\x3b\xb9\xb0\x36\x51\x9f\xc7\xc3\xbf\xca\xe5\xdd\x68\xf4\x63\x0f\xc1\x44\x1c\x32\x00\x74\x2c\x90\x8b\xca\xc1\xd0\x01\xdb\xed\x82\x58\x14\xfa\xa2\x03\xb4\x12\xa2\x4d\x30\xe7\xdf\xa3\x67\xe3\x91\x6a\x12\x97\x49\x60\x33\xc2\x3a\x06\x6c\xc4\x51\xc7\x62\xf5\x86\xe5\xe2\x45\x14\x1d\x1e\x67\x8e\x13\x93\x19\x48\xb6\x21\xf9\x34\x9b\xe1\x39\xd9\x68\x64\x30\x95\x3b\xd3\x47\xbb\xf0\x92\xdc\xe3\x85\x8e\xbd\x31\x3f\x20\xe4\xaa\xdf\x4f\xe5\x9f\xbd\x04\xd6\x64\x78\xbc\x7e\x3e\x37\x75\xaf\x01\xf9\x24\x07\x4a\x3e\xb6\x22\xf3\xe9\x7a\x86\x6f\x25\x64\x28\xa6\xc9\x60\x30\xeb\x2c\x09\x21\xf7\xfd\x7e\xb4\x84\x68\xb7\x5f\x3d\x8f\xfd\x7e\x3a\x5d\xcf\x26\xcb\xe9\x6a\x46\x6e\xfb\xfd\x16\x12\xe3\x16\x8d\xd5\xd7\xaa\x9c\x66\x1e\x42\xb9\xb1\x08\x25\x70\x5f\xcb\xf1\x12\xb3\xf2\xf5\x7d\x9e\xac\xd8\x7c\xbc\xb0\x77\x49\x59\x45\x6b\xbc\xc1\x40\xd0\x4b\xe0\x68\x34\x78\x7a\xc3\xf8\x69\xfc\xac\xf7\xf5\x1e\x4a\x30\xfd\x31\xfe\x50\xf0\x15\xac\x14\x27\xdb\xdc\x3c\x5f\x28\x4c\x64\xbc\xc1\x36\xe9\x63\x22\x96\xe3\x52\xcb\x09\xe4\x8b\xc9\x93\x86\x90\x79\x95\xac\x5b\xf1\x25\x10\xaa\x74\x68\x54\x44\xbd\x9e\x71\xdd\x6f\x05\x5c\x08\x7b\x3e\x94\x2c\x17\xc9\xac\x54\x41\xb8\x96\xe6\xe0\x32\xc0\x1c\x0a\x79\x8f\xc8\x1d\x52\xb6\xec\x90\x52\xed\x10\xa1\x37\x3d\xea\x24\xd1\x1c\x6f\x70\x31\xdd\xcc\xd4\x96\x4c\x09\x77\xc2\x9d\xcd\xac\x93\x4e\x40\x2c\x01\x6d\x8f\x73\xc5\xa0\x67\x78\x8e\xaa\x2a\x92\x38\x4b\x28\x93\x15\x13\xe5\x52\x14\x53\x4d\xa4\x2b\x8f\x8e\x3a\x3a\xa4\xf6\x8c\x71\x49\x3e\x7a\x02\xf5\x4b\x5f\xf2\xcb\xaf\x7e\x2f\x43\xbf\x09\x2d\x96\xe0\xbc\xbc\x5d\xcb\xbf\xba\xa8\xb8\xc5\xa4\xfb\xff\x5c\x4a\x9c\x15\x37\x27\xd7\xa0\x02\x8e\x69\xfc\x56\x9b\xca\x03\xde\xfc\x36\x5f\xc8\x6b\xf3\x92\x27\x79\xc9\x64\xa3\xca\x04\xd3\x4f\x51\xf4\x23\x8d\x95\xc6\xd8\xc7\x93\xf3\x93\xf7\x17\x57\x17\xbf\xbc\x7f\x79\xf6\x8e\xd0\xb8\xfe\x7e\x71\x79\x72\x79\xea\x5e\x4d\x63\xae\x3a\xd2\x2a\xb4\x66\x7b\x9c\x6e\xd9\x3d\x06\xfd\x52\x0b\xa7\x1d\xed\x74\x2c\x9a\x4e\x7a\xae\x7a\x18\x27\x4d\x35\x33\x71\x45\xcb\x32\xb9\xa1\xe0\x5e\xa3\x25\x8f\xa9\x14\xf4\x15\xc1\xb3\xeb\x25\x4f\xe6\x74\xb2\x27\x3d\xdc\x15\xca\x51\x24\x57\xff\x2d\xde\xc0\x6a\x5e\xa2\x54\x9d\xf6\x2b\x0a\x5d\x08\x3a\xb7\x38\x84\x2a\x37\x64\xc5\x1e\x8e\x42\xf2\xed\x52\xb0\xb2\x46\xd9\x83\xfc\x1a\x25\x7a\x16\x31\x07\x4c\x00\x02\x44\x4e\xf9\x0c\x05\x7e\x46\x1c\xc2\x05\x7e\xf7\x5d\x30\x46\xde\xef\x73\xe7\xf1\x8f\x4e\xf9\xe1\x48\x31\x95\x5a\x6e\xe9\x7e\x3f\x31\xb2\xb0\x9e\x47\x5d\xf4\x50\x15\xe5\x96\x45\x27\x48\xee\x93\x1e\x78\x5a\x98\x32\x43\xcc\x25\x02\x22\x66\x2e\x06\x89\x24\x09\x66\x55\x28\x27\xb5\xe8\xb2\x1c\x1e\xb5\x68\xc0\x54\x40\xbf\x5c\xc0\x05\xeb\x76\x55\x7e\x22\x20\x36\x33\x21\x25\x43\xff\x49\x21\xc7\x53\x22\x0e\x75\x4e\x2f\x90\xa4\xb2\x86\x69\x3e\xab\x82\x60\xf4\xda\xf3\x63\x56\xdc\xf8\x78\xfc\xbf\x2a\x62\x0d\x5b\x44\x47\x10\x81\xd3\xf3\xb3\x3c\x65\xb8\x98\x11\xde\x81\x46\x23\x6f\x97\x77\xff\xad\x37\x60\x83\xde\xb8\xdb\x1b\x14\x8e\x53\x37\x4d\x5c\x66\x49\xbd\x54\x6d\x02\xde\xa6\x73\xa8\xdd\xce\xb9\x27\x2a\x16\x5d\x85\xe1\xee\x76\x8d\xd9\xad\x67\xfc\x00\xdf\x5d\x23\xcb\xaf\xb9\xea\xeb\xf7\x55\x20\x36\xd8\x98\x08\xdc\xfb\x1c\xbb\xe2\x7e\xd4\x2f\x89\xf9\x27\x59\x36\xde\x56\x58\x59\x07\xa6\xf2\x51\x59\xbf\xc9\xc7\xaa\x53\x46\x79\x9c\x64\x99\xf1\x66\x05\x81\x1b\xc0\xe3\xa2\xdc\x29\x1b\xc0\xa0\x23\x81\x30\x45\x76\x9b\xc2\x91\xf0\x0e\xc8\x6e\xa7\xe2\x38\xe4\xda\xaa\x2e\x05\xa7\xa4\xb2\x67\xc8\xd5\x24\x10\xf8\x5b\xb4\x85\x9c\x20\x80\x4b\x74\x52\x68\xfe\xf6\x1a\xe2\xec\xac\xa3\x0c\x21\x2f\x4e\xbb\x44\x0b\xcd\x72\xe6\xda\xcc\x31\x35\x67\x12\x90\xef\xd0\x21\xf0\x9c\x0c\x71\x6a\x09\xba\xe3\xf9\xf3\x14\x78\x6b\xc5\x74\x3e\x93\x55\x4d\xe7\x33\x70\x63\xd4\x56\x91\x76\xf8\x2b\xbb\x25\x67\x78\xca\x1f\xc9\x6a\xd1\xd6\x49\xae\xbd\xc4\xd6\x62\xc4\x06\xee\xb9\x9c\xe7\xb1\xca\x17\xc1\xdb\xed\xa4\xb4\x20\xc7\xe0\xdc\x53\x09\x97\x7b\x57\x57\xea\xa6\xb8\x3a\x3c\xfa\x7e\xf4\xf7\xbf\x7d\x3f\x1c\x0e\x47\x4f\x9f\xfd\xf5\xef\x47\xc3\xc3\xa7\x4f\x8f\x8e\xee\x9e\xf6\x3a\xb5\xcb\xe4\x56\x4b\x6b\x7b\x57\xe6\x12\x32\x65\x8f\x9e\x1e\xfd\xfd\xef\x47\x7f\x7b\x3a\x3c\x1a\x3e\x3d\x3c\x7a\xfa\xf4\x08\x0a\x87\x37\xd3\x8d\x16\xab\xf6\xae\xae\xfe\xfb\xa3\x2b\xfa\xf4\xef\x47\x7f\xff\xdb\xd1\xb3\xbf\x3d\x7b\x76\xf8\xf4\x48\x17\x6c\xbb\xe8\xae\x75\x14\xd1\xfb\x7a\x14\x51\x13\x15\xda\x8f\x78\xa7\xa2\x8a\xab\x57\x2f\x48\xaa\xa4\x44\x0b\x9b\x0c\x77\xc8\x82\x17\x2b\xcf\x29\xbf\x28\x02\x11\x17\x2b\xf5\x4d\x65\x63\x42\xb0\xf2\x64\x2e\xd8\x2d\x78\x3d\x81\x84\x0d\xcf\xb4\x65\x67\x6f\xb3\x4e\x13\x41\x7b\xd6\xcd\x69\x91\xdd\x36\x02\x64\x1b\x28\x0b\xc6\x3a\xae\x52\xef\x76\x3e\xb0\x6d\xbf\x4a\x36\x25\x4d\x5f\xde\x43\x1f\x58\x7e\xe3\x67\x1a\xd5\x33\x69\xaf\x7f\x8f\xe6\x31\x15\x9d\x2b\x76\x7d\x4b\xde\xab\x5b\x06\xbe\x02\xff\xdb\xe3\xfd\xeb\xa0\xdf\xd3\xdb\x19\xc9\x77\x3b\xaa\x18\xdc\x26\xe2\x89\xa0\xb9\x30\x9c\x6f\x85\x7b\x19\xce\x77\x9a\x88\x44\x31\x4f\xe5\x13\x44\x44\xf5\x27\x26\x7d\x5f\xa4\x34\x73\xb5\x5f\xcf\x6c\x74\xf1\xb5\x32\x73\x0b\x56\x02\x6c\x56\xfd\x94\xe9\x8d\x2b\xc0\x0d\x22\xe5\xc2\x0c\x29\xcd\xac\x0f\x12\x37\xf1\xab\x59\xb3\xdb\x42\x18\x33\x42\xff\x43\x49\xff\xd8\xd0\x7c\x4e\xc9\xe1\x08\xb3\x20\x04\x85\xe9\x0d\x37\xe6\x77\x31\xa7\xf2\xfa\x97\xb4\x96\xac\x21\xf2\xfa\xc7\x5c\x08\x94\xc7\x97\xef\xa0\xf8\x86\xf5\x3b\x80\xfd\xfa\x58\x9e\xdd\x6e\xa8\x58\x44\xba\xf7\xe8\x1f\x58\x71\x59\x7b\x4f\x0b\x6e\x14\xa3\xc9\x6e\xe5\x7e\x3f\x3a\x28\x1e\x1d\xc1\x6e\xd7\xf6\xbd\xd1\x0a\x32\x7e\xc8\xe5\x6a\xe5\xb1\x22\xb9\xec\x7a\x87\x68\x47\x7d\x25\x73\xef\x45\xb3\x8b\xfc\x24\x83\x11\x25\x86\x19\xef\xad\xb8\x9f\x6f\x9a\x1c\x8e\x66\xda\xd3\x61\xc8\xa2\x4c\x8e\x07\x83\xd2\x46\x82\xf6\x8b\x94\x8a\xff\x9e\xc5\xac\xd4\xde\x6d\x52\xed\xb0\xb7\xb9\x89\x32\x55\xb0\x0a\x77\x11\x35\x51\x0d\x2e\x74\x8a\x09\x94\x65\x76\x53\x6e\xce\x41\x14\x21\xf2\x22\x04\x36\x93\xc6\x56\x3b\x18\xe1\x55\x80\x59\x24\x2a\x67\xf7\xb0\xab\x72\xf4\x10\x1a\xfb\xa5\x54\xd5\x07\x1a\xca\xa1\x58\x89\xdb\x28\x79\xd1\xa8\xda\x3b\xb9\xb1\xb0\x0d\xbc\x66\xa9\xe2\x3b\xa8\xc3\x8c\x90\x6c\x5f\x0d\xb9\x0b\xbd\xec\x21\x3f\x26\x52\xdb\x19\x51\x5d\xd0\x90\x03\x79\x67\xb6\x12\x4b\x5a\x8f\x57\xe4\xd7\x12\x7b\xdf\xb5\x9c\x30\x50\x1a\xf2\xb3\xba\xcf\x26\x26\xd0\xfe\xbc\x7e\x86\x0a\x26\x30\xb2\xda\x8c\x2a\xfa\x8b\x15\xf4\x49\xdc\xf0\xde\x9f\x1a\x7d\x87\x84\x7f\x9e\xfa\xae\xd0\xe2\x57\x79\x9d\x60\xaa\x6e\x15\x3f\xc1\xbb\x48\x86\x3e\xb0\x54\x7f\x3f\xb3\x2c\x53\xce\x17\x22\x73\x84\xfd\xcf\xaf\x59\x1a\x7e\xad\x5c\x87\xb7\xe1\xd6\xd9\xed\xa2\x79\xd0\xef\x60\x5b\xd6\x41\xa3\xc4\x4d\xdd\x9a\x77\xef\x92\xd2\x6c\xac\x9e\xb9\x35\x4d\x7c\x11\x05\xe9\x9d\x50\xcc\x4f\x8b\xbc\xb7\x78\xcd\x69\x9d\x72\xf5\x07\x04\x97\x07\x6a\xdc\xae\xc3\xfa\xed\x3a\x0a\xa6\x21\x81\x54\x0f\x7a\xe9\x05\xa8\x38\x4d\x19\x97\xdb\x98\x36\x96\xf2\x2b\xd3\x2c\xf1\x2b\x7e\x6f\x26\x50\x6f\x07\xbd\xfc\xed\x67\x42\xc2\x5f\x39\x44\x7f\xb8\x20\xfd\xf5\x02\x96\x98\xa9\xf1\x40\xa9\x09\x17\x17\x85\x1f\x10\xa6\x95\xfe\x40\xc3\xfd\xea\x30\x0a\xb5\x60\x55\x09\x71\xd5\x9c\x02\x90\x1f\xaf\x2b\x92\x73\x65\xb4\x91\xfd\x20\x47\x90\xb5\xf2\x92\x5a\xcb\x35\xe9\x0c\xe5\xc6\x12\xc3\x67\x4f\xa2\xd8\x20\xa0\x72\x8f\x80\xe2\x2f\x8e\x26\xfc\xf0\x48\x12\x50\x8c\x1c\x1d\xb3\xe7\xdc\x84\x47\x3a\x3c\xf2\x09\x28\xa6\x03\xfe\xd8\xa9\x85\xce\x81\xa9\x93\x01\x14\x3e\x84\x37\x02\x8e\x06\x3e\x35\x18\x21\x50\x15\xc9\x51\xb5\x28\xb2\xac\xb8\x3b\xd7\xdb\xa0\x0c\x23\xcb\xa8\x76\x3a\xfb\x01\x87\x23\x9a\x7d\x8d\xa5\xfa\x6e\x9b\x34\x93\xe2\x46\xbb\xe3\x26\x64\x45\x15\x42\x95\x71\x8c\xe7\xb4\xf3\x3c\x30\x1e\x99\x93\xd9\xed\x0d\x82\x93\x3a\xe8\xa1\x5e\x25\x29\x44\x8a\xb6\x8f\x1d\x68\xea\xab\x88\x5f\x79\x3b\x69\x1e\x51\x53\x82\xba\xec\x3d\x13\x19\x40\x9d\xf3\xb8\xa7\xfc\xfc\xb3\xca\x57\x01\xdc\xeb\x2c\x95\xf6\xfb\x01\x69\x79\x2f\x37\xb7\x8f\xbb\x56\xad\xec\xa6\x7b\x38\x55\xa7\xb0\x5f\x7e\xa6\xc9\xe7\xc0\xb7\xec\x17\x49\xf3\x49\x2c\x41\xf7\xdb\xc5\x9f\x03\xd1\xc6\xb6\xf2\xd0\xf7\x5c\x45\x70\x96\x8b\x0f\x8a\xdc\x91\xc4\xfb\xc9\x0b\xb9\xe2\xa0\x7f\x37\x4e\x0c\x53\xb7\x54\x0f\x60\x1d\x3d\xce\xb0\xd6\x18\x1f\x6f\x30\x4c\xc9\x78\x5e\x11\x50\xc0\x3f\x05\xd7\xe9\x0c\xf5\xfb\x5a\x3d\x3d\x25\xa7\xa0\xc1\xc4\x10\x5e\x92\xb3\x28\xad\xf9\x20\x57\x0c\x89\xed\x0d\x15\xdd\x15\x15\x89\xc4\x6b\x9d\xb2\xd8\x45\x04\xb6\x04\x12\x71\xd0\xfc\x21\x56\x9e\x2a\x9f\x9b\xd7\x19\x8d\x24\x29\xcb\x6b\x8c\xa2\xa8\x67\xaa\xe9\x59\x6e\x4c\xa8\x9e\x09\x76\x5b\xd6\x45\x52\x05\x53\x65\x00\x4e\xf0\x0d\xe2\xbb\x44\x73\x9c\x22\xbc\xb1\x10\xe9\x14\x7c\xb0\x33\xbc\x44\x78\x09\x64\xdf\x82\x6c\x17\x4c\x07\x0e\x54\xa3\xc1\x8c\x4c\x67\x9d\xa7\x9e\xe8\x14\x48\x27\x6a\x82\x3e\x9e\x6a\x6f\xf2\x9e\x8a\x67\x41\x86\xc7\x86\x61\xf0\xa2\x50\x71\x86\x17\x51\xae\xa7\x8e\x4e\x0b\x79\xdb\x2b\x62\x5c\x42\xa1\x02\x33\xa7\x0d\x56\x61\x39\x79\x72\xb1\xdc\xc4\x25\x2a\xd1\xad\x98\xfb\x94\xa9\x4f\x6d\x93\xcd\xd4\xf6\x46\xb6\xb0\x04\x22\x46\x0c\x4e\xa7\xc5\xe1\xc8\x8a\x72\xec\x06\x12\xca\x41\xbc\xea\xa8\xd0\x45\x81\x4b\xed\x97\x1c\x7c\x6b\xc9\xac\x98\x27\xd9\x07\x35\x16\x0f\xea\xc8\xd1\x19\x39\xb0\xa7\xd5\x4d\xa7\x2e\xee\xc2\xcc\x1b\xb2\x37\xdc\x52\x25\x7b\x58\xb1\xfb\xc6\xab\xca\x5e\x34\xfd\x7e\xb4\x20\x67\xd1\x02\x6f\x10\xc2\x66\x91\x17\x08\x2f\x2a\x8f\xfc\x3f\x6b\xec\xd9\x44\x08\xce\xae\x37\x82\xb6\x56\xdb\xba\x6b\x29\x92\x14\x5f\x7d\xd7\xba\x8a\x7a\x68\xf2\xf8\x86\xa5\x72\xc3\x8e\x83\x54\x0a\x70\xdb\x53\xef\x0c\xa2\x56\x1e\xb8\x28\x94\x20\xb8\x85\x60\x58\x96\x53\xfe\x5e\xef\x84\xc9\xbe\x0f\x11\x02\xcd\xd6\x4a\x31\x0b\xde\x37\x98\x05\x2e\x32\xd2\x15\xec\x9f\x8f\x2d\xb4\xa6\xfa\x42\x7c\x0d\x59\x9f\x10\xf6\xa8\x02\x8b\xa7\x00\x13\x5c\x78\xb9\x3f\x28\xd5\xb1\x1a\x61\x9c\x9b\xa0\x85\x6b\x5e\xcc\x69\xa9\x34\x67\xa2\x1c\xc2\xc1\x02\x3d\xec\x4d\x46\x3b\x2e\x6d\xac\x5f\x50\x55\x6a\x6b\x64\x5a\xc7\x1f\x54\x6f\x41\x61\xcf\x94\xf4\x71\xe2\x3d\xf5\xfa\xb3\x81\x14\x0a\x2e\x34\x61\x02\xe1\x75\xde\x14\x1c\xb0\x35\xa5\xdd\xa9\x32\x58\xd2\x85\x6f\xf2\x97\x74\x51\x70\x0a\x83\xf8\xb1\x28\x3e\x47\xcd\x4c\xf5\x6a\xc0\x02\xae\x9e\xc9\x4e\x84\x2d\xff\xd5\x5e\x50\xd7\x89\x93\x85\xa0\xdc\xeb\x03\xa6\xf5\x4c\xd7\x74\x5e\xac\xa8\x59\x3f\x95\xa3\xaa\x25\x06\x1c\x4e\x7d\xdf\x9a\xb9\x16\xa8\x63\x23\xd2\x95\x22\x29\x97\xe7\x3e\x3b\x43\xc5\xe7\xa1\x92\xce\x91\x3f\xc0\xf4\x90\x0f\x53\xbb\x49\x66\x24\xb7\x91\xcb\x6c\x80\x56\xb5\xa4\x9d\x83\xa8\xa7\x1f\x7b\x4c\xad\x25\xea\xf7\xd9\x6e\x17\x71\x22\x8c\xa0\x57\x43\x20\xf9\xcd\x68\x01\x36\xd1\x03\xd9\x50\x7d\x2f\xe2\xdc\xdb\x8b\x5e\xf0\x08\x7b\xd4\x8a\x7e\x5f\x81\x92\x04\x17\x08\x27\x95\x92\xf8\x42\xbc\x87\x39\x4d\xa9\x0b\xa4\xa5\xc1\x85\xb1\x75\xa4\xa6\xff\xf5\xe1\x38\x0d\xf0\x64\x45\x0d\x62\x2c\x9f\x77\xbb\xfa\x38\xfb\xfd\x03\x13\xfd\xa9\x0e\x6b\xd6\x5a\x62\xd1\xef\x1f\xb4\xc4\x53\x38\x20\x56\xc7\x56\x49\xa3\xfd\xfe\x05\x62\x17\x8a\x40\x2e\x50\xab\x9e\xa3\x7e\xdf\x63\xc7\xba\xaa\x4c\x25\x55\xe4\x9d\x29\x4c\xf5\x03\x1c\x58\xa5\x6f\x16\xd5\xa0\x17\xf1\x40\xc8\xc4\x7b\x56\x22\xab\x05\x15\xf3\xa5\x3a\xf5\x10\x98\x5e\xd7\x41\x03\x98\x44\xa8\xab\x5e\x9f\xc8\x86\x4e\xba\xf7\x4d\x4f\x9c\x5f\x35\x6e\xe6\x72\xad\x99\x2a\x69\x2b\x20\xa4\x0a\xed\x94\x33\x0c\x32\x0a\x10\x3e\x15\x37\x4e\xe1\x51\x09\x34\x04\xaa\x14\xbb\xf3\xdc\x0c\xc0\x99\xb2\x1a\x57\xe0\xc0\x8b\xa9\x6d\x48\x33\xc0\x16\x88\x61\x35\x8a\x1d\x55\xad\x08\x04\xd9\x05\x43\xc8\x1c\x0c\x71\xef\x8e\x65\x99\x3e\x76\x50\xba\x87\xfd\xca\x7d\xc2\xcf\xbb\x49\x5c\x62\x7c\xed\x1a\x56\x86\x2c\xad\x9f\x24\xd2\x83\xef\x22\xa1\x8c\x5d\x00\x58\xe1\x16\xd8\x89\xaa\x26\xdc\xb1\x00\x44\x05\xa3\xb7\x53\x10\x50\x22\xfb\xa0\x47\x4b\x8f\xdb\x87\x91\xd8\x46\x01\x2f\x6e\xfd\xa2\x00\x1c\xce\xc9\x5d\xc4\x48\x8e\x14\x16\xc3\x5a\xc6\x91\x7b\x80\x98\xd6\x78\xb4\x12\xa3\xab\x9a\xe0\x77\xff\x85\x42\x23\x0b\xd7\x5b\x8c\x2a\x74\x84\x1d\x54\xed\x99\x81\x6d\xbd\x7d\x52\x4f\x50\x70\xb5\xde\x4b\x0f\xc6\x8a\xca\x3f\x0d\x4d\x92\x50\xb9\x04\xb1\x46\xcc\x8a\x3b\x18\x1c\xb0\xe0\x82\xa6\xa8\xaa\x27\x04\xc7\x31\x38\x40\x2d\xd3\x61\x43\x0a\x49\xd2\x1a\xf5\xfb\x6d\xda\xc6\x6d\xc1\x27\x60\x0e\x27\xcd\xfb\x99\x34\x52\xc2\x4b\x2e\x3c\x99\xfe\x81\x30\x8c\x93\xb1\x86\x4d\x61\xce\xb1\x6f\xc4\x5e\x55\x6d\x9a\x0a\xef\xb5\x18\xe6\xa4\x0b\xf1\x04\xd2\x3d\x38\x96\x12\xc9\x94\xf2\xf2\x88\xc2\x90\xd2\x1a\x97\xca\x9b\xa8\x94\xc6\xbe\xcc\x6d\x52\xb4\x62\x2f\x20\x50\x08\x17\x5e\x9e\xcf\xc7\xf6\x82\x8f\x35\xb5\x9d\x60\x50\x29\xd1\x08\xe3\xc7\xaf\x0d\xeb\xd1\x41\x59\x01\x86\x1e\x63\x80\xd6\x79\x5a\xde\xea\xbb\x44\x24\xe8\xf4\x7a\xd6\xef\x47\x65\x24\x6a\x85\x25\x09\x15\x18\x60\x4c\xaf\xb5\x66\x8d\x7f\xd2\xad\x7d\x9d\x25\x0d\xe2\x94\x5a\x64\x65\xc2\x48\xf0\x0e\xc0\x60\x0c\x3e\x34\x00\x66\xc8\xcf\x2b\x0f\x4a\xb0\x7e\xff\x0e\xa8\x61\x4f\x76\xd6\x9c\x2f\x66\x27\xeb\xf2\xf1\xc9\x0a\xa6\x0a\x85\x8b\x9b\xe3\x10\xaf\xe2\xf5\xd3\x79\x61\xbf\x48\x10\xdb\x82\x1e\xb7\x40\x44\xae\xee\xab\x5a\x42\x78\x73\xa9\x51\xb0\xfc\xc6\xd8\xe1\xa6\x5d\x98\x82\x1e\xc2\xd0\xdb\xd8\x6b\x2a\x44\xb1\x6f\x13\xbe\xf5\xb8\x0a\xc2\x72\x15\x78\x05\x7d\xe8\x50\x08\xfa\xc4\xcd\x2a\x6d\x81\x17\x90\x7a\x91\xd9\xf2\xa9\x98\x0e\x67\x33\x49\x07\x58\x31\x91\x9b\x81\x40\xe8\xe4\x92\x15\x21\xad\xbc\x5d\x60\x15\x9b\xb2\xf5\x86\xf0\xc0\xbf\x2d\x8c\x1a\x40\xca\xc3\x64\x4d\x6d\x23\xdf\x15\x83\x55\x65\xb6\x8a\x90\x4f\xae\x58\x6a\x02\x37\x31\x34\xc9\xa7\x4c\x05\x05\x1d\xab\x27\x9c\x57\x66\x3b\x9c\xd7\x37\x81\xc7\x71\x04\x2e\x31\x70\x73\x42\x82\x08\xde\x94\xa4\xd0\x54\xf3\x39\xa8\xc6\xf7\x37\x10\x4a\xf8\xfe\x68\x8a\x28\xdd\x39\xac\x34\x9f\xef\x5d\x72\xed\x9f\xbe\x5e\xcf\x1c\x94\x65\x54\xab\x17\xb7\x28\xd0\xf4\x7a\x07\xba\xeb\x03\x22\x49\x79\x2c\x06\x44\xa1\xb3\xf8\x60\x58\x29\xa1\xc8\xbf\x83\xf9\xf6\xbf\x83\x68\x1d\x85\x20\xcb\x3b\xad\xfa\xc4\x37\x5b\xa5\xe4\x45\x94\x4f\xa9\x86\x55\xd4\x23\xde\xf0\xc1\x50\x82\xee\x9a\x20\xd9\x33\xa7\xc3\x05\xb1\x88\x6a\xcb\x25\xec\x91\xaf\xfe\x5c\xf4\x2e\x44\xc2\x85\xc7\xf6\xef\x99\xbb\x3a\xc3\xfb\x8a\x68\x18\xad\xd0\x47\x99\xbf\xce\x3d\xa5\x66\xb0\xcc\x1f\x5b\x42\xc2\xde\xbf\xb0\x3a\xa8\x93\xdc\xb2\x42\xc6\x61\x9e\xb6\xf1\x00\x37\x55\x92\x3a\xaf\x22\x8a\x59\x20\xdb\xd3\xfc\x62\xc5\x64\x32\xbb\x2b\xec\xbc\x96\x5a\x29\xc7\xc8\xc8\xb3\x76\xf6\xd8\x49\xad\x28\x8c\xf2\x6b\xe1\xd5\x04\x2e\x10\xbb\x6c\xd1\x55\xa4\x51\xd7\x44\xfb\xdc\x33\x23\x46\x61\x19\x34\xf6\xeb\xc3\x01\x6d\xc6\x7a\x03\xba\xab\x89\x11\xb0\x85\xfe\x2c\x14\x23\x3e\x18\x7f\x38\x77\x33\xef\x3a\x05\x4d\xe8\xfd\x59\x07\x03\x79\x76\x0f\x14\x7f\x68\xab\x08\x94\xbc\x22\xb4\x63\x61\x0b\x38\xdf\x30\xe2\x15\xff\x39\xb2\x04\x1f\x16\x56\x4b\x25\x89\xc2\x4d\x54\x1f\x59\x7d\x07\xf9\xaa\x6e\x9e\xe7\x80\x60\xaf\x93\x60\xac\x66\xe7\xb0\xf1\xa3\x33\x60\xd6\x2f\xc1\x42\xf7\xa8\x6c\xef\xd1\x47\x89\xcf\xd1\x54\xf6\x45\x62\x3a\x75\x99\xd5\x67\x8d\xe7\xbc\x7a\x84\x83\xa4\x64\xfe\x01\x61\xa3\x59\x40\x77\x89\x15\x6d\x71\xcf\x2a\x90\xe4\x61\x53\x4a\xd5\xf3\x95\x6e\xea\x77\x7b\x9d\x36\x20\xa9\x43\xa9\x6a\xcc\xf0\xe9\xcc\xe3\x8f\x2b\xad\x17\x09\x64\xcd\xc5\x6b\xe3\xca\x36\x85\x72\x3e\xc3\x2b\xe0\x5e\xf9\xc2\x6d\x1e\xdc\xda\x16\x6b\xf3\x41\x2f\xab\x20\x2a\xe3\x65\x01\xd5\xfa\x4a\xc9\x59\xe4\xa1\x61\xc6\x16\x3b\xa8\x0f\xa1\x29\x98\x07\x04\x92\x3a\xab\x89\xeb\xdb\xcb\x45\x1c\x0c\x69\x18\xc9\xa7\x0e\x74\x58\x93\x85\x00\x75\xd7\xdd\xd1\x43\x28\x23\x0a\x53\x07\x92\xba\xaa\xf9\xcd\x09\xd5\x12\xde\x2d\x70\x82\x33\x60\xaa\x7c\xc6\x9b\x00\x71\xb4\xc2\x28\x04\x5a\xcf\x4e\x1b\xb3\x31\x67\xa0\xb9\x58\x90\x21\x40\x3f\x63\x63\x06\xba\x06\x85\x8a\xba\x5d\xd8\x6e\x1b\x86\x89\x5f\x3c\xa4\x9e\xd1\x76\x4e\x8a\x0e\xa8\x1e\x54\xaa\x5e\xe1\x62\xf7\x16\x2f\xc8\xf0\xf8\xf0\xb0\x30\xa2\x0b\x59\x35\x5e\x12\x67\x32\xb9\x20\xd4\x3f\x2a\xc5\x0c\xaf\x81\x8e\x05\x5d\x38\x92\x2a\xed\x7e\xeb\xe9\x61\x52\xbc\x20\x73\x45\x15\x28\x85\x59\x58\x60\xdd\x2d\x59\x43\xb4\xc4\xba\x0c\xde\xe0\x85\xd6\xc1\xbd\xa1\xc2\xcb\xf2\xa6\xe0\x5a\x97\x5e\x2b\xb0\x87\x65\x30\xc7\x85\x2e\xf7\x4d\x4d\xc8\x75\x59\x93\x75\x9d\x69\x07\xe7\x79\x6d\x71\x7a\x6d\x53\xb0\xe8\xf7\x17\x96\xf7\x54\x1f\x9c\x47\x41\xdb\x4c\xfd\xfe\xda\x63\x5d\xad\xfa\xfd\x68\x6d\x10\x08\xa8\xcb\x20\xe2\x2e\xd7\x4a\xeb\xce\x2d\x8e\x23\x39\x59\xbb\xdd\x3a\xae\x73\xc9\x16\xe0\x76\x62\x4e\xde\x27\x62\x19\xaf\x58\x1e\x15\x78\x8e\xf0\x2d\x59\x23\x9c\xf7\xfb\x07\xf2\x88\xde\x92\xdb\xd6\x11\xdd\xda\x11\x21\x9c\xf9\x90\x6f\x93\x97\x4b\xb6\x10\xd1\x2d\x84\x06\xdf\xb8\xa8\xdf\x0d\x23\x91\xf7\x05\xa7\x5d\x5d\x8b\x8d\x4e\x79\x47\x39\xb5\x8e\xb2\x96\x09\x78\xd0\xe2\xb4\x9b\x70\xda\x4d\xd5\x62\x75\x8d\x71\x64\x77\x51\x70\xf0\xb3\xa3\x6e\x84\x6e\x6f\xe0\x18\x85\xb9\xe6\x33\x31\x15\x4b\x33\x11\xf4\x95\xd6\xef\x8f\xfc\xde\xca\xe1\x96\x51\xd6\x54\xed\xf1\x12\x24\x7a\x83\x70\x56\xb5\x54\xd5\xea\xe2\xc6\x8b\x23\x3d\x18\x70\xa5\xe1\x3b\xe5\xfe\x75\x87\x9c\x10\x90\x19\x21\x60\xa1\xa5\x7d\x89\x2f\x0c\x2c\x2b\x15\xe3\x1a\xb4\xae\xe5\xcc\x7d\x0c\xd8\xa7\x0c\x97\xb8\xc0\xa0\x96\xfb\xb5\x9d\x1d\x82\xe5\x84\x77\x13\xd0\xce\xf6\x62\xb2\x03\xfa\x9f\x10\x3e\xe5\x0e\x64\xa1\x00\x27\xdf\x73\x0a\xcc\x35\xd3\xd1\x81\xc7\x95\xee\x30\x5b\x44\x70\x29\x03\xb4\x26\x84\x3a\x17\x0b\x60\x2c\xdc\x0e\xe7\x43\x3f\x0c\x25\xd9\x93\x2d\x84\x13\x9d\x84\x94\xfd\xbe\x05\x7e\x95\xe7\xa5\xec\x32\x98\x2e\xd9\xd1\x04\x55\x5f\x19\xc6\xd6\xd9\xe1\x6e\x2b\xec\x60\x18\x4e\xc8\x74\x76\x5c\x1c\x1e\x1e\x1b\xc7\x68\x79\xbf\x4f\xc1\x8b\x92\x1c\xa3\x1c\xab\x87\x0e\x67\xe1\x44\x4a\x00\x2d\xbb\x9a\x46\x19\x9a\xb0\xe9\x46\xa9\x83\xab\xf9\x1a\x37\xd8\xc8\x1b\x9d\xa7\x9c\x6e\x66\xe3\x44\x99\xb7\x6d\xe0\x38\x25\xfb\x8f\xd3\x6f\xbf\x14\x9b\x6e\xca\xd2\xfc\xdf\x9d\xd7\x26\x9a\x17\x9b\x9b\x65\x57\xa9\x4d\x3c\x01\xf7\xba\x6c\xae\x04\x79\x54\x50\x5e\x76\x45\xd1\x2d\x13\xc1\xca\xc5\x7d\x37\xc9\xb2\x6e\xb1\x80\xf3\xd4\x7a\xd0\x94\xbd\xf2\x77\x5b\x5a\xc5\xdd\xf7\xac\x2c\x81\x2a\x55\x7b\xb7\xfb\xdb\x20\x71\x27\xaf\xb1\x4d\xe5\xcc\x4a\x3a\x5c\xce\xda\xeb\xff\x33\xc3\x8d\x4f\xb9\xbd\x71\xd3\x4f\xe7\xef\x4e\x55\xfc\x10\xc8\xe0\xdb\x6e\xd4\xb2\xfd\xbf\xda\x72\x43\xe3\x53\x1f\x1e\xc3\xa7\x1c\x73\xc2\xb0\x26\x36\x3c\xb3\x38\xd0\x3e\x74\xa9\x86\xeb\x58\x1b\x0d\xad\x0d\xf3\x19\xb3\x7d\xb8\x8c\x7d\xb4\x6a\x40\xda\xda\xcf\xdb\x75\xaf\xbd\x6f\x4a\xda\x73\x30\x92\x68\x84\x4e\xec\x84\xe6\x21\x12\x08\x82\x02\x46\x9e\x40\x80\x1d\x76\x9d\xd1\x97\xf7\x9f\xce\xdf\x05\x35\x26\x5e\x94\x70\x79\x0c\x05\x19\x62\x6e\x6d\x8e\x8f\xc5\x73\x7e\x3c\x18\x08\x63\xd6\xc5\xa6\x42\x19\xfe\x19\x14\x22\x25\xd3\x50\x67\x27\x40\xcf\x34\x37\x74\x2e\xaf\xbc\xf4\x5b\xb0\xb8\x39\x9a\x0a\xa5\x8c\x59\xaa\x21\x2e\x5b\x60\xf0\x1c\xa7\x78\x63\x6f\xdf\x05\x59\xaa\x0f\x9d\xc5\x24\x8b\x16\x68\xbc\x0c\x59\xa1\xcb\x16\x3e\x68\x66\x0c\x3a\x03\xb8\x26\x66\x9d\x62\xb7\x5b\x36\xae\xec\x35\x9a\x44\x85\xb6\x31\xf0\x73\x93\x25\x1a\xd7\x93\xd6\xd6\x40\x30\x0a\xb5\x57\x59\x60\xbd\x8f\x73\x4f\x2d\xe7\xad\x95\x57\x51\x67\x72\x60\x39\x2e\x56\xe2\xb4\xdf\x22\x03\x2e\x3d\x7d\xe7\xed\x17\x54\xd9\xf6\xde\x79\xf2\xb1\x7e\xdf\xc9\xc7\x86\x1d\x9d\x24\x76\xbb\xe0\xc3\x28\x0c\x35\xae\xfd\x06\xe0\x3c\x48\x50\xcc\x22\xee\x46\x90\xef\x1d\x01\x23\x43\x5c\x38\x9b\x1d\xf6\xbc\x38\x1e\x0c\x98\xf1\x22\xc0\xb5\x73\x01\x3a\x4d\xd4\x68\x12\x37\x9a\xca\x8e\x46\xe6\x7d\x43\xe0\x20\x87\x87\xd7\x08\xad\xb2\xa4\x14\x2d\x5a\xea\x9a\xd0\xf2\xa9\x9b\x22\x4b\x9b\x24\xcf\x1e\x8d\x42\x4d\xef\xe8\xb0\x70\x8e\xe9\x14\xa8\x07\x68\x7b\x0d\xbf\xf5\x96\xd2\x46\xf3\xd7\x28\xff\x67\xc5\x8d\xa5\x15\xed\xe9\x80\xed\x9f\x5b\xb7\xf0\xfa\x6b\x49\x45\x84\x2a\xd0\xc0\x31\xfc\x2f\x77\x9e\x20\x19\x47\x7b\x9d\x02\xda\x2b\x12\xe7\xe4\x60\x78\xcc\x5f\x90\x61\xbf\x9f\x1f\x1f\x1e\x72\xc7\xdd\xe3\x33\x5c\x10\x66\xc9\x27\xaa\xdc\xb4\xe2\x6d\x52\x8e\x8b\x4a\xae\xbc\x32\x5a\x67\xe0\x19\x66\xb7\xeb\x05\x2f\xca\x66\xdf\xf7\x4d\x70\xf8\x3d\xaa\x2a\x84\x2a\x0b\x11\xea\xf2\x91\x16\xa0\x41\x51\xe5\x9d\x18\xb7\x10\x0e\x6b\x30\xd4\xd5\x82\x71\xcf\x1e\xc1\x29\xc3\xe6\x98\x22\x7c\x20\x34\xeb\xb3\xbe\xa0\x01\x9e\x55\xff\xa8\xb9\x68\x4e\xcd\x77\x8f\x62\x2f\x6b\x9a\x6c\x0c\x31\x0f\xe8\x5f\xdd\xc5\x1c\x98\xaa\xae\x9b\xa6\x8f\x3e\x66\x5c\x83\x18\x08\xb3\x3d\x5a\xf0\xa2\x38\xd7\x41\x5c\xa0\x60\xc4\x70\xee\x33\x4e\x3d\x3d\x56\xe6\x31\x91\x08\xab\x69\x50\x93\x17\x11\x0b\x54\x83\xd5\xf6\x55\x32\x9f\x4f\xe7\xef\x22\x66\x2f\xbf\x94\xa5\xde\x12\xb4\x1f\x02\xa3\x65\x5a\xd8\x4e\xf9\x83\x33\xba\xe6\x75\x95\x65\x86\x10\xd6\x02\xb0\x9a\x0e\xfb\xbc\x58\xad\x33\x0a\xec\x20\xcc\xaa\x16\x3d\x5b\xe5\x6e\x96\xdf\x07\x7b\xe9\x86\x8a\xcb\xf6\xac\xce\xa7\x94\x87\x37\xe9\xe5\xa5\x66\x81\x8d\x26\x37\xb8\x0d\x31\x57\xb2\xe5\x0f\xcb\x12\x1f\x0c\xaa\x82\x79\xe8\xac\xe5\x03\xbd\x53\xf7\xbe\x02\x85\xda\x87\xa9\xe5\xdb\x73\xcd\xf7\xff\x12\x71\x7f\x5e\x82\xdd\xe2\x50\x3a\x9f\x8d\xe1\x7a\x72\x92\xa7\xef\x8a\x24\xdd\xd7\xa1\xfc\x5b\x3a\x64\x77\x7e\x83\xe7\xf8\xdb\xa7\xf3\x77\x80\x6e\x82\xa6\x77\x5e\x88\xae\xc3\xe9\x7e\x43\xcd\x33\x21\x70\xde\x3c\x10\x56\x4a\xac\xa5\xaa\x5f\xc2\x3d\x2e\xb7\xb4\xdc\x0b\xed\x5a\x6f\xa8\x6a\xf4\x9d\x06\x4b\x4c\xe3\x00\xc3\x72\x10\x1d\xd8\x37\x73\xed\xc6\xcf\xd7\xb8\x00\x42\x6d\xcf\x8e\xb0\x4a\x3c\xda\x13\x51\x1d\x0c\x60\x46\xf2\x49\xeb\x97\xe9\xed\x6c\xec\x35\x5e\x90\x5a\xc7\x18\x16\x08\x27\x64\x11\x05\x10\x02\x17\xe1\x62\xb3\x45\xf4\x36\x2a\x82\xe9\xf1\x5e\x10\x80\x38\xeb\x14\xba\x4e\x24\x7b\xe7\x31\xd1\x64\xa6\x99\xd4\x16\x4b\xb2\x21\x2e\xab\xc7\x20\xde\x6e\xb7\x17\xd8\x49\x2a\x48\x58\x3b\x98\xaf\x81\xc4\x56\x00\x95\x59\x4e\x23\xf8\xfa\x7f\xa5\x99\x66\x51\xb1\x07\x6c\x65\xa8\xfd\x16\xb6\x0e\x69\x48\x70\x76\x0b\xfc\xd8\xd5\xed\xfc\x1b\xfc\x4b\x10\x2d\xcb\x5d\x30\x6a\x4b\xe6\x39\xd4\x33\x7a\xa7\x32\x19\x93\x26\xf7\x8c\x5a\xb0\x99\x47\x36\x41\xbf\x1f\xf1\x96\xe5\x44\xed\x37\x01\xb7\x13\x5d\x9f\x85\x3d\xd7\xa0\x63\xdb\xf3\x3d\x05\x09\xc7\xdc\x33\xe0\xa9\x5f\x21\xc1\xfd\xe6\xed\x49\xee\x43\xf5\x0b\x2a\x44\x46\x7d\x5b\x12\x5d\x4d\xf7\x6e\x49\x73\x3f\x9d\x95\x5d\x53\x59\x2a\x01\xbf\xe1\x2a\xa9\x00\xa7\xa7\x5f\x18\x84\x88\xb0\x0c\xda\xc2\xde\x50\xfb\xb0\x80\x02\x27\x08\xf3\x2a\x2d\xea\x28\x44\x43\xfa\x18\xf0\xca\x95\x7a\xf9\xc1\x48\x4b\x6b\x25\xe1\x36\x15\x1e\x77\xa1\xd0\xf2\x5b\xcb\x36\x64\xfd\x3e\x6b\x28\xa7\x05\x36\xf5\x60\x5c\x2a\x14\x07\x22\xa4\x06\x9c\xe1\x85\xd1\xe6\xc7\xbd\x4f\xf2\x16\x96\x14\x3f\xe4\xec\x1a\x35\xb7\x8e\x95\xc7\xc0\x82\x8f\x93\xca\xf3\xeb\xd8\x51\x64\xe6\xef\xaa\x8a\x64\x9a\x78\xac\x70\x90\x4a\xea\x63\x32\x9d\x61\x6d\x70\x5e\x73\x3e\x34\x44\x93\xc8\x74\xe0\x44\x08\xba\x5a\x43\x17\xe4\xbd\xe0\xad\x91\x28\x40\x98\xa9\x89\x5a\x7b\xfd\xa0\x71\x5b\xd9\xbd\xe5\x7e\xaf\xdd\xbc\x02\xfc\x3e\x05\x50\xa4\x09\xb5\x73\xcc\xb5\x25\x57\xb8\xdb\x2c\x2a\xb0\xc7\xae\xc1\xf0\x01\x81\xe7\x02\x02\xfd\xb2\x5b\xe4\xdd\x14\x22\x8e\x40\x2c\x17\xc5\x6d\x39\x36\xbb\x2f\xec\xba\x71\xf4\x9d\x13\xe1\x5b\x1d\x86\x12\x79\x1f\xb0\x09\x0c\x5c\x08\x67\xb2\xe7\x5d\x55\xbe\xb0\xba\x1d\x93\x6a\x8a\x03\xaf\x40\xc5\x7e\xdc\xc0\xd0\x94\x3e\x69\xd3\x2e\xea\x51\xf2\xa5\x61\x57\xd3\xd2\x83\x83\x21\xee\x05\x48\x5f\x0f\x4f\x67\xff\x3c\x32\x48\xb1\xf8\x16\x64\x90\x22\xac\xb7\x90\xbf\x78\x97\xe7\x27\x1f\x2e\xde\x5e\xbe\x3d\xfb\xd0\x7d\x75\xf6\xfe\xe3\xbb\xd3\xcb\x53\xb0\x4c\x09\x44\x3d\x5a\xdb\x5f\xa1\x00\x89\x22\x6f\xa3\xc4\x37\x47\x61\x9e\xdd\x7f\x60\x48\xd4\x09\xd5\x07\x75\x88\xdc\x44\x5e\x2c\xd3\xa2\xd1\x04\xa6\xc6\x1a\xac\x52\x8c\x94\xa4\xaa\xc2\xc5\xf7\x51\x0b\xa7\xe0\xb7\x4e\xb8\x80\x19\x83\x49\x2a\x7d\xdc\x45\x9b\x9e\xaa\x0b\xa7\x88\xe9\x17\x26\x68\xea\xdf\x3b\x7c\x30\x40\x2a\xee\x47\xc4\x6c\x06\x79\xa5\xa8\x2e\x59\x81\xab\x0f\x8d\x3c\xd0\xe4\x84\x46\xe7\x92\x76\x94\x90\x2a\x4c\x91\xe3\xf6\x55\x0b\x19\x34\x21\xf3\xc9\xff\x48\x58\x87\x6c\x21\xc1\xec\x41\x1e\x8f\xb6\xa6\x3e\x2b\xb9\x49\x2a\x17\xf1\x26\xd7\x14\xb2\xf5\x0e\x24\x4f\xae\x3f\x03\x40\xe2\xd6\x27\xc0\xf6\x0e\xe6\x00\xb2\xb8\x29\xf0\x04\x38\xdf\x32\xdc\x11\x16\xe1\x9c\xab\x23\x95\xea\x35\xac\x37\xed\xf6\xaa\x8e\x2a\x71\xc6\x3f\xa9\x02\x91\x44\xea\xc2\xc2\x92\x7a\x6e\x36\x40\x55\xc1\x7f\xb0\x66\x5d\x0a\xaa\x1c\x3a\x1a\x26\x93\x64\xbf\xdc\x7b\xde\xb4\x27\xfb\x78\x13\x89\x7f\xf2\xb2\xca\x03\x44\xdf\x4e\xa7\xca\x03\x19\x90\xa1\x12\x0a\xb7\x5f\xb8\x0a\x14\x1b\x1d\xf8\x36\x66\x88\x50\x3e\x3f\x1a\xa0\x88\x86\x20\x22\x70\x49\x63\xeb\xef\xe1\xa9\x30\x1e\x31\xb0\xae\xc9\xf8\xfe\x30\x00\x6a\x3f\x07\x06\x55\xed\x73\x1d\x04\x21\x29\x0c\x94\x07\x19\xad\x11\x19\x7a\xca\x16\xca\x9b\x04\xf7\xf6\x9c\x5e\xa9\x7e\x5f\x3f\x44\x39\xc8\xf3\x72\x77\x03\x78\x5c\x57\xb0\x2d\x2b\xac\xd4\x30\xc1\x5e\x35\x3a\xd1\x0e\x57\xd6\x58\x4f\x8b\x90\x5f\x02\x60\x8f\xcc\x06\x0f\x92\x16\x78\xb4\x69\xc7\x4c\xdf\x94\x92\x56\xc2\x45\x55\x37\x66\x2a\x26\xa2\xa6\x4e\xda\xc2\x43\x2d\xd1\x18\xf0\xf7\x83\x61\x55\x87\x6c\x0d\xf8\x47\x1b\x5a\x3f\xee\xb5\x24\xdb\xf0\xf8\x8c\xa7\x33\xac\x00\x1c\x3c\xa9\x95\x92\x8f\x16\x6c\xc8\x17\x38\xfe\xe3\xe9\xac\xc2\x99\x71\x1a\xa3\x5c\x01\x25\xad\x4e\xdf\x37\xa4\x98\xe6\x33\x3c\x27\xc9\x34\x9f\x75\x36\xfd\xfe\x46\x2b\x64\x10\x32\x57\x4f\x60\x46\x21\xef\x25\x3e\x89\x4a\x7b\x5a\x61\x92\xe6\x08\x6f\xfa\xfd\xd2\xc0\x65\x23\x6e\xdd\x20\x34\xce\x76\xbb\x8d\x59\x9f\x03\x59\x97\x7e\x9e\x44\xe0\x67\xb9\xac\xc3\x15\x5d\x1f\x1a\x97\x1e\x14\x34\xd2\x26\x35\x08\x33\x00\xcc\x9c\x13\x19\x33\x96\x46\x1f\xe4\xa8\x3c\xb2\x0f\x66\x85\x34\x5a\xd5\x60\x16\xeb\x0c\x31\xa7\xb7\x94\x97\x90\x52\xd5\x90\x09\xeb\xa3\xd1\x5a\x19\x03\x5b\xd7\x72\x10\x7d\xdc\x33\xaf\x88\xc0\x5a\xa8\x5a\x85\x9a\x17\x80\x1f\xe3\x84\xb8\xa4\xe3\x44\xa9\x23\x58\xdf\x9d\xf9\x34\x99\x75\x24\x06\x9f\x59\x5e\xbe\x96\x13\x37\x45\x16\x80\x8c\x2b\xa5\x70\xd5\x9b\x22\x54\x7e\x6d\xf3\x4b\xb2\xdb\x05\x1a\xb2\xda\x99\x67\x9d\xdf\x68\xf8\x0d\x60\x2b\x8a\xe7\x84\x3e\xe6\x4e\x03\xa7\xc4\xf7\x88\xc1\xfb\xfd\x03\xfa\xa8\x1b\x0c\xbc\x24\xb4\x4e\xbc\x85\x5e\x35\x38\x5e\xd4\xeb\x6c\xab\xb2\xe1\x39\xa3\x33\xdf\xed\xd2\xdd\x6e\xb9\xdb\x2d\x26\x7a\x4c\x90\x43\xae\xe3\x46\x4b\xd1\xdc\xca\x6e\xc0\x8f\xd4\x3e\xe0\x5e\x0f\x1c\xa5\x5c\x26\x89\x3a\x35\x93\x23\x65\xde\x2f\x09\xa6\x69\x3e\xeb\xf7\x75\x24\x32\xf9\xa2\x99\x43\x46\x18\x14\x82\x75\x80\xe5\xfb\x5a\x97\xf0\x1c\x33\xcc\x67\xca\x6f\x36\xdf\xe3\x62\xc6\x37\x2f\x85\x9d\x35\xc4\xa5\x13\x53\x25\xcf\xcb\xe3\xc1\xc0\x6e\x2d\x26\xb7\x56\x31\xcd\xe2\xcf\xf4\x7e\x46\x32\x1d\x02\x87\x6b\xcf\x55\x59\xac\x5b\xd8\xd7\x5c\xad\xa0\x55\x62\x2b\xaa\x3a\xb9\x5d\x77\x49\x5d\xc7\xef\xd5\x6c\x2c\x78\xb1\x32\xf9\xf9\xa3\x88\xb1\xb9\xbf\xea\xc2\x8b\x60\x27\x57\x61\x7d\x5b\x9f\x0a\xa5\xfd\xbe\xaf\x61\x60\x39\x8e\xb8\x6e\x77\xd9\xda\x0e\x02\xce\x9c\x76\x4f\x11\x9c\x67\x15\x92\xa9\xaa\x5c\xb7\x0d\x0b\xbe\xc5\xfa\xfa\xb1\xde\xb0\xd6\xde\x80\xf6\x3a\xce\x65\xdb\xa2\x20\x2e\xbc\x83\xd7\xf2\x1e\x06\x40\xfd\xae\x31\xf2\xd0\xc6\x4a\xd4\x80\x2b\x27\x43\xe5\xcc\x2c\x62\x24\x91\xe8\x55\x14\x5e\x53\x53\x3e\x43\x12\x71\xd4\xca\x14\x85\xe2\xf0\x00\xca\x56\xf8\x6a\x94\xcd\xed\x9e\x60\x63\x83\x14\x10\x4f\x62\xb6\x87\xd7\x25\x74\x7a\x58\x22\x4a\x70\x70\x6b\x82\x2a\x25\xc8\x7d\xbc\xf8\x2e\xfd\xfe\xb2\x9d\xae\x34\x10\xdf\x83\xf4\x0d\x65\x5c\x61\xc6\xdb\xb0\xf4\x13\xbe\x3d\x91\xa6\x04\xd4\x7f\x84\xb4\x62\xf3\x7e\xc1\x99\x56\x64\x04\x69\xf7\xa3\xc2\xb2\x4a\x49\x97\xe0\xe2\xb1\x0a\xd5\x8f\x78\x63\xd6\xb4\x67\xc0\xc7\x41\xc6\x77\x86\xba\x1b\x1c\xc1\x7e\x59\x84\x7e\xba\xff\x55\xfe\xfd\xf6\x79\x3e\x98\x44\x3a\x8c\x46\x6b\x3f\xad\x6c\xe1\x60\x84\x34\x6c\xae\xf1\xa3\x38\xaa\x80\x42\x59\xd1\x94\x25\xc2\x83\xf3\x7f\xee\x40\xba\xad\x7d\xc1\xca\xbd\xdc\x82\x53\x18\x90\x6f\x99\xd2\xe0\x90\x73\x22\x26\xa2\xc6\x0d\xcf\x09\x0f\x7c\x33\x85\x6e\x45\xf2\xe9\xd0\x92\xd2\x86\x5f\x04\x3a\xe7\x2c\xbf\xe9\x26\x5d\xdd\x6e\xa0\x80\x6e\x44\x0f\x01\xc1\x0f\x0c\xad\xc2\x67\x25\x31\x4c\xb1\xd1\xfe\x6f\x21\x01\x76\xbb\x50\xd6\x62\x40\x45\x0b\x9b\xa9\xf0\xfd\xb6\x88\xf0\xc6\x16\xbe\xf3\x96\xc4\x3a\x6f\xf1\x3d\xb7\x24\x95\xce\xff\x33\x13\xcb\xba\xb0\x73\xcf\x0e\xb6\x4d\x38\x19\xc8\x9f\xb3\xf2\x4e\x0a\x9f\x45\x1c\x61\x09\x6e\x21\x62\x08\x53\x4e\xb5\xdb\x58\x73\x05\x7a\x4c\xec\x82\xe7\xf2\x46\x4e\xc9\x10\x2f\xc9\xa6\xa9\x91\x7d\x9c\x3e\x5f\x1e\x0f\x06\x29\xda\x96\xd1\x1c\xfb\x19\xa6\xe9\xcc\xb3\x37\x71\xc1\x97\xe6\x01\x72\x97\xd4\x65\xe2\x0e\x67\xa3\x78\xae\x75\x76\x1b\x42\x9d\x76\x16\xa3\x15\x91\x7d\x23\x77\x7c\x7a\x3b\xd3\xfc\x67\xc5\xe5\xb0\x92\xb3\x60\x3a\x72\x10\x3e\x19\x1e\x9c\xeb\x8a\xa3\x28\x25\x11\x94\xfb\x35\x81\xcb\x7f\xef\x8c\x40\xb4\xcf\x86\x24\x42\x61\x33\x2d\x7c\xdc\x26\x1e\xeb\x6b\xd1\x64\x08\x82\xa4\xc9\x85\x66\x64\xe3\x1c\x51\xb2\x7e\x3f\x99\xce\xad\xe0\x82\x1e\x0f\x06\x73\x74\xcc\x16\xd1\x9c\x10\x9b\x2f\x6c\x3d\x55\x90\xbc\x93\xfa\x4c\xcb\xc4\x7a\xde\x99\x0f\x8c\x63\x7a\x2f\x41\x2b\xee\xbc\x8d\xbc\x25\xc8\xdc\x12\x34\x14\xb0\x53\xbc\xc1\x99\x0e\x1c\xe8\x5f\x79\x7e\x9b\x4a\x19\x8a\xef\x76\x07\xa6\x83\xdd\xa5\xd6\xe1\xd9\x56\x9d\x32\x5a\x63\x6e\xf4\x7c\x03\xd2\xc0\xee\xf6\x5b\x89\xd4\xae\xd0\xaa\x8e\xd4\xde\x22\xe5\xc7\xbd\x91\x18\xad\xa7\xb7\x33\xb2\x9a\xde\x3a\xfa\x6a\xd9\xef\x1f\x2c\xa0\x29\xbb\xd8\x7f\xce\x11\x75\xc7\x33\x80\xd3\x8d\x1d\x06\x27\x17\x62\x38\x38\x47\x4e\x7f\x46\x7f\xbe\x9d\x6b\x3c\xc2\x70\x97\x55\x9e\xe7\xed\x37\xc6\xf3\x36\xf8\xd3\xfe\xb6\x38\xcb\x5e\x44\x64\x0f\x5b\xb9\xd2\x42\xa3\x57\x89\xf2\xe1\xe5\x18\xf0\xbb\x5d\xd4\x9a\x41\x59\x94\x55\xff\x84\x43\xee\xa4\x4c\xd6\xe4\xbf\xe4\x43\x96\x91\x73\xf5\xaf\xa4\x58\x29\x79\x25\x51\xb3\x64\x4e\xc9\xef\x18\x1c\x06\x2c\xc9\x07\xfd\x60\x72\xbc\x03\xeb\x63\x60\xbb\x90\x37\x2a\x08\x34\xe5\xe4\x01\x9e\xf2\x22\xa5\x6c\x71\x4f\x4e\x30\xe8\x26\x2e\xd8\xcd\x86\x53\x52\x60\x1a\x17\x39\x59\x50\xf9\xbf\x58\x90\x35\x75\x06\xcc\xe4\x47\x6c\x04\x01\xe4\x27\xe5\xdb\x88\x7c\xc2\x34\x5e\xb0\x4c\x50\x4e\x7e\x86\xee\xde\xe7\x92\x78\x85\xd5\xb9\xd4\x51\x87\x63\x6b\xb3\x1f\xcf\x93\x52\xb4\xfb\xf5\xce\xc9\x76\xc5\xbe\xb0\x30\x78\x43\xa1\xc1\x64\x91\xeb\xee\xa8\xb7\xc5\x02\x5b\x56\x39\xf1\x37\x05\x6e\x9b\x7b\x7d\xe2\x69\x85\x3d\xc9\xab\x33\x63\xb6\xf1\x5e\xfd\x30\x46\x97\xf7\x6b\xaa\x75\xd5\x4d\x45\x2a\x2a\xea\x35\xed\x26\x36\x56\xb2\x95\xc6\x70\xed\xe9\x42\xe2\x06\x74\xd6\x61\xe0\x0d\x18\x82\x05\x4f\x67\x08\x1f\xaa\xf0\x29\x26\x84\x88\x00\x84\x5e\xb3\xbd\x2a\x5c\x2c\x16\xbe\x19\x9e\xae\xaa\xe3\x84\xdd\xaa\x26\x50\x84\x72\x55\xd8\x90\x25\x4c\x07\x1a\x8b\x0a\x3c\xd2\xae\x0e\x75\xc3\x15\xf6\x1d\xad\xe5\x36\x76\x8e\x6a\x40\x07\x6f\x62\xc8\x77\x97\x54\x8b\x37\x14\x0d\x31\x9b\x16\x33\x14\x81\x0b\x33\x79\x98\xfc\x75\x35\xda\x49\x5b\x06\x6a\x6f\x10\x07\xe0\x60\x54\x0f\x31\x0d\xb3\x7d\x74\x40\x1a\x40\xc0\x06\xfb\x83\x9e\xa8\x10\xcd\x79\xac\xf6\x00\x33\x7c\xfe\xe9\xac\xe6\xa4\x5c\x12\x9a\x72\x3a\xb5\x6e\xb4\xe2\xfa\x50\xbc\x4e\xee\xb3\x22\x49\xc7\xdb\xcf\xf4\x7e\x2c\xe2\xab\x9b\x0d\x4b\xff\x8b\xde\x63\x96\xca\x37\x96\x62\x2a\x3b\xfe\x41\x65\x4e\xa9\x48\x58\x26\x3f\x70\x5a\x6e\x32\x81\xc1\xb5\xd2\xdb\x74\x0c\xe1\xc4\x65\xee\x2c\xb9\xa6\x90\x01\x1e\xb0\x60\x2b\x7a\x21\x92\xd5\x7a\xfc\x5a\xd2\x37\x79\x71\x17\x21\x0c\xe2\x99\x31\x9b\xf6\xdc\xf0\x0f\xef\x98\x58\x1e\x82\xb2\x70\x6f\x36\x71\x0a\xda\xa6\x22\xed\xf3\xa7\x42\xfd\x7e\x49\xc5\x25\x5b\xd1\x62\x23\x94\x92\x8a\x59\x05\x4a\x86\xc7\xf4\xb9\x65\x1e\x52\xc3\x38\x14\x24\x91\x9b\x80\x13\x11\xeb\xb1\x76\x78\x2c\x47\x49\x78\xfc\x99\xde\x0f\x78\xcc\x52\xac\x43\x19\xfc\xe0\x27\xeb\xb1\x61\xae\xcc\xc0\x80\xd7\x60\xd4\x9a\x21\x45\xbd\x21\xcc\xac\xf0\x49\x68\x3f\x18\xa6\x25\x54\x25\x36\xe4\x5e\x85\xff\x3a\x0c\x1d\xc0\x1b\x55\x86\x16\x77\x01\xa0\xf7\xeb\xeb\x3d\x2b\x43\x22\xb3\xf2\xb4\xe3\x50\x24\x99\x1e\x6d\xb0\xb0\x37\x4d\xaa\x24\xf7\xdc\xf7\xe1\x8e\xb6\x81\x0b\x75\x13\x03\x36\x6c\x21\x68\xb1\xdf\x97\x49\xd7\xb5\x7e\x58\x80\x46\x48\x36\x09\x95\x32\x94\x95\xf1\x15\x20\x47\x13\x38\x98\x66\x97\xa0\xf1\x91\xff\x4d\x2e\xaa\xb1\x8c\x53\x86\x3e\x41\x66\x34\x5e\x45\xc2\x2a\x73\x91\x17\x5b\x41\x08\xe1\x50\x23\x47\xe3\x54\x91\x5a\x58\x90\x17\x6b\xe5\x22\xa8\x82\xbf\x71\x8b\x77\x05\x3e\xa9\x87\x66\x61\x0a\xcc\x46\x54\x2b\x37\x81\x5b\x64\xd6\x12\xc9\x5c\xf0\xfb\x2d\xb5\xee\xc6\xe5\x19\x9e\xeb\xe8\x2b\x06\xc4\xb2\xaa\x8a\xb8\xcc\x4e\x5e\x6c\xf3\xdd\x2e\x52\x6e\x9d\x9b\x5d\x55\x7d\x75\x59\x4c\xaf\x25\xc0\x55\x5b\xbb\x73\x90\xf7\xfb\x4c\xf1\x5e\xd4\x77\x06\xdf\xd5\xc8\x64\x4d\x0b\xed\xff\xd4\x73\x23\x6f\xf6\x8e\x9c\x58\xa4\xbe\x5b\x57\xfb\x4c\x4f\x40\x94\x13\x81\xb0\x51\x1a\xdb\xed\x5c\x9c\x6e\xc2\x7c\x77\x14\xf2\xdd\xaf\x43\xe1\xdf\x20\xd2\x93\xa7\x46\x2c\x69\xae\x87\x5f\x84\xc6\xf9\x6b\x30\x40\xac\xcc\x86\xaa\xb4\xa2\x45\xe0\x8a\x1e\x6d\xa9\x5d\x6e\xb9\x99\xcc\x73\x44\xed\x8a\xe3\xdb\xc0\xab\xf9\xa2\xee\xcb\x52\x6f\x1c\x49\x7b\x9a\x32\x44\x60\x93\x4c\x46\xd8\xe4\xda\x5c\x97\x73\xce\xae\x5d\xc4\xbb\x89\x04\xfc\x06\xc6\xf4\xfb\xa5\xbc\xbc\xb2\x05\xcb\x32\x9a\xf6\x30\x45\x63\xb3\x1f\x6e\xc1\x49\x94\xef\x7d\xfd\x91\x1e\xa8\x56\x8f\xb0\xdf\x19\x53\xd1\x32\xac\x68\x55\x17\x4b\x85\xbd\xf4\xc2\x86\x75\x68\xed\x50\x14\xd3\x64\x46\x84\xfc\x1b\x8c\x66\x84\xc3\xc3\xd1\x8c\xe4\x30\xd8\x04\x66\x52\xf7\xc9\x1f\x84\x6b\xfa\x36\xc0\xbb\xfc\x46\xb9\x1d\x8f\x32\x21\x0e\x67\x68\x04\x5b\xd8\x9b\xa7\x71\x4f\x21\x2e\x6a\xca\xf0\xd0\xd7\xb8\x72\x1c\x67\xe0\xdb\xd9\x19\xd1\x71\x65\x84\x8b\x2b\x43\x9e\xa2\x9c\x88\x69\x26\x6f\x63\x31\xcd\x06\x7c\x86\xf3\xc9\x8d\x76\x1f\x98\xa0\x71\x11\x25\xa8\xd3\xba\x86\x64\xe8\x69\xda\xdf\x34\xa8\x32\x9c\x90\xb6\xa3\x8f\x4b\xa2\xd4\xe1\x13\x24\xf7\xb1\xbc\xbc\x73\x4f\xf6\x5a\xaa\x60\x66\x99\xba\xf6\x99\xbc\x91\x1d\xbf\x4c\x4d\x0e\x60\x22\x84\x88\xc9\x5a\x5e\xe2\x21\x66\x73\x62\xb4\x9f\xca\xee\xdc\x20\x39\xf3\x24\x57\x0a\x97\x1a\xdd\x4f\x44\xb7\x4c\x56\xd4\xe4\x8c\x7b\x08\x8d\x0f\xe4\xec\x96\x50\x63\x81\xc6\xc9\x24\x8d\x04\x66\x68\x0c\x41\x91\x27\x0b\xf5\x72\xa4\xf8\x2c\x6b\x78\xf3\x16\xf4\x3a\x8c\x2f\xa5\x78\x24\x76\x19\x47\x8a\x7f\x7b\x40\x77\xbb\x23\xfd\x28\x2c\x9e\x50\x3f\x04\xf3\x65\xc2\x72\x13\xc0\x45\xb9\x7f\x86\x5f\x45\x26\x04\xfb\x50\x9b\xa9\x98\x8b\xc6\xbf\x0b\xa2\x0d\xe6\x96\x05\xa3\x17\xbe\x6d\x47\xd5\x9a\x2b\x7c\x7f\x9f\x68\xa5\xa8\x4b\x15\x96\xd8\x41\x9f\x8c\xfc\x3f\xbc\xfd\xdb\x96\xdb\xb6\xd2\x2f\x8a\xdf\xeb\x29\x5a\x1a\x73\xf2\x23\x22\x48\x96\x9c\x99\x6f\xcd\x8f\xdd\x68\xfd\x1d\x1f\x12\x67\xc6\x87\x19\x3b\x07\xa7\xad\xe5\xc1\xa6\xa0\x16\x63\x8a\x50\x40\xa8\xdb\x9d\xa6\xc6\xf8\xdf\xed\x8b\xfd\x06\xfb\x6a\x3f\xcb\x7e\x94\xf5\x24\x7b\xa0\x0a\x00\x01\x92\x6a\x27\x6b\xaf\xb1\x7c\xe1\x16\x71\x3e\xa3\xaa\x50\xf5\x2b\xe8\xd0\x82\x27\x6a\x60\xd7\xb7\xbe\xed\xaf\x62\xbd\x5e\x0a\x9a\x12\x4f\xa6\x7f\xcc\x6d\x80\x87\x04\x68\x95\x48\x1e\x07\xa6\x44\xa8\xd5\x61\xf1\xba\xf9\xcd\x09\x8f\xf7\x4e\x11\xfb\x03\xe8\x88\xbc\x2a\x7f\x40\xb2\xdd\x18\x4a\x7f\xc8\xab\x1f\xab\xbc\xbc\x42\x66\x13\x69\x73\xc6\xd8\xa7\x4e\xac\x91\x2f\x37\xc8\x46\xfa\xca\xb4\xa9\xca\x5c\xc5\xd3\xe9\xd4\x11\x76\xe4\x80\x61\xfe\x6b\x84\x59\xfe\x75\x3d\xc3\x69\x31\xbb\xc1\xb6\x43\xf2\x6d\x9a\x97\x79\x79\xe5\x85\xc0\x61\xe4\x81\xf6\xda\x9e\x70\xb0\x62\x43\x3d\xe2\x83\xf7\x15\xb0\x9a\x5e\x25\x56\x2f\xda\x0c\x0d\x78\x44\x6c\xf4\xea\xdc\xc1\x63\x19\x4e\x53\x49\x9a\x6d\x9e\x96\x4a\xde\xc6\xfc\xa2\x5c\xd2\x12\x5e\x22\xac\x24\x8f\x67\x1f\x9f\xed\x0b\x38\x52\xc0\xb4\x92\x1c\xfa\x02\xf5\x8d\x36\x63\x0e\x60\xcd\xf6\x30\x80\x77\xb2\x0b\xcd\x1a\x66\x9b\x26\x72\xd2\x1a\x05\x20\x17\x3f\x54\xc0\xce\xbd\x48\x6f\x2f\xf9\xdb\x0d\x2f\x53\x40\xbc\xec\x6e\xa3\x9e\xe5\xe1\x4c\xbf\xbb\x73\xea\x9f\x3d\xc3\xd9\x00\xcf\x17\xee\xdf\x93\x05\xb9\x4b\xed\x09\x03\x17\x32\x50\x52\x1e\xe6\x25\x0e\x21\x69\x1f\xfa\x66\x53\x23\x0f\xfa\x48\xb9\xdb\x86\xaa\xe6\xb6\xa1\xb2\xb9\xe9\x7b\x78\xb1\x9c\xb4\x0b\x99\xeb\xdc\x7e\xae\x23\x0b\xd9\x99\x68\xf2\x9b\x93\x32\xde\x93\x01\x9c\x56\xe9\x62\x17\xeb\x4d\x9b\xc4\x59\x5c\x51\xee\x00\x91\x3e\xdc\xe4\x96\x9f\x7e\xa4\xe2\x0a\xc6\xd4\x07\x8c\x0f\xe3\xb1\x4c\xc5\xce\x15\xc2\x55\x69\x6a\xe1\x68\x5a\x1f\x56\x0b\x52\xfa\x6b\x0b\x27\xcf\xa0\x6d\xf5\x92\xce\x0b\x7f\x00\xfa\xa6\x3e\x71\x09\x7e\x80\x11\xf5\xc6\xe8\xe0\x0f\x7e\x70\xd3\x04\x3b\xa2\x91\x88\xe7\x0d\x69\xd0\x73\x6a\x44\x11\x9c\xe6\x8b\x1d\x18\x62\x58\xe5\x3f\xbf\x62\x5b\x09\x3d\xba\x53\x08\x36\xaa\x93\xe3\xae\xb5\x4b\x26\x93\x60\x07\x5c\xa8\x25\x93\x87\x70\x64\xcd\xe0\x69\xaa\xc4\xb2\xf6\x46\xfd\xb7\x67\xb9\xf4\xc5\x3d\x34\x71\x2d\x4c\x6a\xc3\x4e\x7c\xb6\x3d\x78\xcf\xdd\xc1\x80\x25\x3e\x29\x86\x82\x1b\x79\x48\x6c\x5c\x43\x72\x48\x9e\x56\xa2\x4c\x24\x9a\xc2\xde\x30\x90\x42\x7d\x18\x8d\x1b\x7e\x72\x3c\x9a\x8c\xe8\x53\x36\x33\x46\xa1\x9f\xba\x20\x45\x66\xc1\xaf\xd8\x53\xeb\xa4\x01\x49\x6f\x6b\x0d\xfa\xa1\x6b\x52\x66\xcf\x91\x20\xcc\x23\x4e\xd8\xc5\x92\x76\x2f\x3a\x30\x66\x35\x17\x1d\xa1\x7b\x5c\xa1\x7d\xbb\x94\x47\x51\xe0\x8a\xbc\x47\x7a\xf2\x4e\xec\x51\x70\xb2\xd3\xbd\x4a\x0d\xae\x15\x97\x27\x0d\xbc\x4d\x05\x96\xc7\xeb\x5c\x56\xea\xc4\xde\x25\x27\x4a\x40\xa8\x55\xcf\xf6\x06\x63\x44\x0e\x06\x38\xd2\x57\xaa\xfc\xb4\xe8\xf3\x37\x38\x9c\xa3\x73\x77\xbd\x67\xef\xa4\x51\xad\xa1\x2b\xcb\xbc\x04\xa1\x96\xa5\xb1\xf4\x55\x49\xee\x76\x88\x01\x7c\x70\x46\xc1\x9f\xeb\xed\xb3\x34\x2f\xf8\x4a\x37\xde\x35\xf8\xe4\x3f\xcc\xc1\xf4\x1f\xc9\xc9\xeb\x82\xa7\x15\x3f\xd9\xc3\x89\xc1\x4f\xfe\xa3\xe4\x37\xff\x71\x22\x76\xfa\x1a\x13\x92\xc2\x29\x62\xd0\x10\xfc\x0e\x5b\x9a\xec\x92\x03\x99\xc6\x57\x7a\xc8\x1a\x21\xd4\x14\x06\x84\x1c\x1a\x96\x04\x38\xc4\xb5\xe2\x12\x45\x0b\x01\x39\xa4\x09\x6d\xcb\xe7\x5b\x0d\x53\xee\xaf\xa6\x66\x00\x3a\x0e\x2a\x40\xdf\xca\x6e\xb9\x8e\x2b\x0b\x4f\xfd\xc0\x6b\xbc\x7d\xa9\xec\x12\xb7\xe6\x84\xb3\xd8\xb9\xb2\x0f\x95\x91\xb0\x73\x45\xe8\x3d\xb1\x56\xfd\xf0\x60\xdf\x33\x8d\x4f\x8e\x00\x6f\xfe\x55\xdb\xf6\x10\xdc\x23\xf3\x46\xbf\xa9\x21\x36\x4a\x62\xfc\x6e\x97\x88\x17\x7e\x21\x96\x8c\x5f\x88\xe6\xb5\x2a\x65\xb3\xd3\xb4\x61\x09\xd2\xf1\x98\xdc\xc9\x0b\x75\x91\x2e\x97\x2c\x07\x2e\xa7\x71\x56\x1c\x62\x47\xfb\xce\x9a\xfb\xc4\xe0\x93\x79\xaf\x00\x9c\x7b\xaf\xa4\x5e\x91\x2f\xfc\xe9\xb9\xd3\xbd\x4e\x00\x5b\x9d\x9d\x87\x0c\x7f\x93\xe3\x91\x3f\x4d\xbe\x29\xfe\x9f\xf4\x9d\x30\x46\x17\xbf\x73\x33\x40\x12\x90\x62\x8c\xad\x6c\x23\xa5\x17\x4b\x63\x2e\x7e\xe7\xfc\x72\x6b\x3e\xaf\x73\xbf\xa5\xc6\x15\x5a\x20\xba\xf9\x44\x1a\x37\x66\x48\x8f\xa4\x3e\x3d\x92\xf9\x77\xfb\xa7\xb8\xc1\x8f\xd7\x77\x7b\x46\x68\x65\xf9\xa0\xe1\x7c\x90\x47\xd1\xd0\x2a\x20\xa7\xec\x45\x9c\x03\xb1\x5d\xea\xf9\x4c\x0f\x8d\x09\x91\x5f\x4a\x79\x21\x97\x2d\x20\x7d\x7d\xe7\x15\xd4\x01\x4e\x02\x23\xb5\x8a\x0b\x7d\x0b\x0e\x9b\xaf\x37\x71\x43\x02\x93\x24\x74\x74\xa6\x08\x24\x79\xd5\x24\xd1\x87\x4c\x82\x85\x1c\x68\xbe\x78\x1b\x17\xb4\x34\x5b\x90\x24\xaf\xfd\xaf\x43\xf3\xce\xf7\xe1\x03\x00\x09\x7c\xf8\xc0\xb8\x2f\x12\x7b\x1d\xca\x7a\xcc\x7b\x60\x5c\x36\x1a\xba\x39\x9e\x62\xb9\x63\x34\x78\x93\xfb\x6d\x93\xdb\x44\x7e\x9a\xc2\xd2\x69\x10\xad\x9b\x0a\x3c\x1e\xee\x87\xe0\x68\xc0\x3c\x70\x1e\x34\x92\xfe\x4f\xf4\x13\xca\xfa\x0b\x0a\xf1\x2d\x6f\xb0\x26\x6b\xdb\x27\xdc\x22\xb0\xa6\x02\x45\x63\x4b\xab\x24\xe6\xa1\xd1\x61\xac\x79\xa7\xae\xd5\x07\x05\x9b\x0a\x23\xa4\x37\x27\xe5\x4d\xae\x36\x27\x69\x79\x92\xea\x1a\x46\x44\x37\x92\x7e\xc2\x47\x93\x63\xfe\x69\x1b\x49\xa4\x5e\xc8\xed\x26\x12\xb7\xe4\x64\x9b\x9d\x76\xa6\x12\x69\xc6\x3f\xd3\x0e\x42\x65\xe0\xe5\xbe\x97\x2d\xe1\xbe\xef\xf6\xad\x81\x1e\xb0\xa7\xe0\x45\xe9\xac\x84\x34\x89\x63\xa4\xa5\x9c\x9d\xef\xe0\x17\x69\x8e\x0c\xdd\x5f\xc3\xbb\x15\xf0\x1b\x18\xc1\xcf\xf7\xde\xeb\x28\xc8\x61\xe9\x27\x0f\xcc\xc2\x0a\xd8\xd9\x4d\x10\xac\x97\x8d\xf3\x80\xf7\xd1\xe1\x5a\xf4\x30\xb5\x3e\xe8\xe6\x70\x0e\x6f\x75\x6e\x7d\x3d\xfe\xfc\x22\xf9\x18\x7f\x82\x2b\xc8\x2d\x8f\x4f\x9f\x5f\x1b\xe6\x51\xec\x4f\x2c\x11\xd7\x92\xdf\x5a\x2b\x1d\x10\x42\x60\xa9\x7f\xf4\x07\xc3\x23\x6c\xd9\x07\xd3\xfb\x27\xf7\xf5\x1e\xe8\xf1\x96\x89\xd7\xac\x81\x43\x33\x67\xb7\xc7\x4d\x07\xd4\x9c\x53\x9b\xbb\x87\x23\x6e\x00\x3f\x5a\x68\x09\xb9\xd3\x85\x75\x06\x21\x86\x1b\x68\x73\xe4\x79\x70\xe9\x35\x5a\xd9\x6e\x89\xa6\x67\x39\x5c\x80\xe0\x43\x15\xf4\x68\xad\xd2\x4b\xc3\xe9\x48\x3d\xbf\xf7\xb2\xd0\xcd\x68\xbf\x6c\x8f\xb6\x07\x52\xd9\x86\x69\xe6\xee\x82\xd1\xd4\xb8\x2f\x15\xb6\xe4\x45\xff\x6b\x9e\x5d\x0f\x9b\xb4\xda\x1c\x5b\x09\xa6\xa8\x00\xd7\xe6\x49\x6b\xc1\x1d\x08\x31\x12\x9b\xe7\x6e\xa2\x9f\xfc\xb5\x65\xfe\xfd\xff\x86\xee\x7a\x8f\xc1\x7f\xa5\xb7\xcf\xa1\xb7\x60\x3c\xe2\x77\xd8\x35\xfd\x19\x02\x3e\xe8\x0a\xdb\x0f\x59\x18\xca\x0f\x84\x7a\x37\xcd\x1f\x8d\x18\xf7\xce\x74\x33\xb1\x6f\x23\xb0\x6d\xad\xeb\x50\xf7\x92\x1e\x08\xb4\x3e\xc5\x70\x1d\xeb\xd2\xdd\x59\x06\x0a\xab\x46\xa8\x75\x00\xc1\xc9\xe1\xf9\xe7\xf6\xe4\xd7\x9f\xdb\x93\xde\x64\xcd\x28\xd8\xf8\xb9\x3d\x18\xe0\xef\x1d\x95\x6b\x89\x8e\x5c\x4b\x1c\x93\x6b\x59\x03\xd9\x0f\xdb\x74\xf7\xac\x64\x79\xef\x9e\xee\x65\x99\xf5\x4a\x00\x79\x70\x7b\xb3\x79\xe5\xe9\x8d\x47\x0c\x9a\xa0\xa3\x04\xfa\x18\xe1\x1c\x92\x78\x52\x8c\xfb\x59\xf1\x66\x4e\x7f\x8c\x03\xd7\x78\x7d\x0f\xea\x8b\x63\xa7\xf2\x36\xdd\x9d\xf0\x4f\x3b\x80\x7d\x4b\x03\x56\x30\x3d\xa9\x78\x26\xca\x95\xe3\x04\x47\x44\x53\x5b\xfe\xee\x90\x47\x76\x47\xf7\xae\xee\xdd\x12\xba\xee\xfb\xaf\x00\x7f\x27\x7c\x8d\xfb\x5e\x57\xda\xb7\x11\xbe\xbd\x67\x0f\x37\xa9\x7e\xea\xa4\x42\x6c\x55\x9d\x48\xaf\xa7\xdf\xd9\xdd\xc1\x2c\xd1\xbf\xb9\x25\xfa\xf5\xdd\x5f\x10\x2e\x86\x0e\xef\xec\x93\x54\x8f\xc4\xd1\x28\x6b\xc4\x9c\x9d\xf3\x21\x63\xbf\x93\x3f\x2f\x82\x3c\xb2\x10\xef\x3a\x8b\x64\x60\x55\xcd\x9c\x58\xb1\xbd\x30\x1b\xf3\x48\xd1\xb8\x74\x0d\xd7\x65\x0a\xeb\x52\x58\x47\x34\xcd\x22\xb7\x18\x99\x47\x96\xac\x74\xf8\x21\x4d\x8b\x7e\xf7\x8f\xdd\x9f\xff\x3f\xac\x5b\x1c\x3c\xb7\x74\xff\xf7\x2e\x5c\x53\xf9\x9f\x5f\xbb\x7f\xeb\x5d\xbb\x7a\x72\xbe\xa1\xef\xd8\xac\xd1\xac\xf8\x17\xae\xcf\x3d\xbf\x78\xb7\x64\x9c\xea\xbf\xe3\xf9\x92\x29\xfa\x90\x31\x16\xbf\x1b\xb3\x87\x24\x8a\x24\x8f\x31\xf3\xbf\xd9\x68\x5f\xa2\x0e\xd3\xaa\x19\xb4\x9b\xbc\x5c\x89\x9b\x05\xfe\xb1\x87\xfb\x77\xec\xdf\x80\x89\xf7\x0b\xfb\x6e\xfa\x62\xaf\xc0\xc0\xf9\xd5\x65\xc5\xe5\x35\x97\x75\xfd\xdd\xf4\x67\x7e\xf9\xaf\x5c\xb5\x63\xe8\xaf\x7e\x0d\x8e\x65\xac\x78\xb1\x8e\xa2\xbe\xba\x8d\xcf\x83\x28\x1a\x5d\x18\xf1\x89\x09\x59\x8e\x18\x63\x77\x87\xa9\x75\x6e\x87\xac\xb1\x89\x24\x94\xf3\xde\xae\xfc\x98\x97\xea\x9f\x8f\x8b\x74\xbb\xe3\x2b\x98\x92\xfe\x5a\xf3\xed\x4e\x48\xf5\x26\x93\xf9\x4e\x55\xfd\x49\x5e\x20\x32\xdd\xe3\x4d\x5a\x96\xdc\x03\x46\xf3\xdc\xb1\xe8\x4b\xd3\xbb\x43\x33\x4e\xe7\x38\xcc\x92\xd3\x92\xd3\x9c\x53\xc1\x69\xca\x69\xc5\x69\xa1\xa7\xc6\xbb\x41\xe6\xfc\x4b\x0f\x26\x3a\xe3\x1e\x33\x8f\x6a\x24\xef\x4e\xb9\x9e\xbb\xbb\x78\xa6\xe7\x94\x2f\x49\xac\xff\x8c\xe7\x4b\x82\xdf\x56\x2e\x68\x42\xad\x42\xfc\x3b\x36\x3b\xfc\xba\x88\x2b\xce\xcc\x48\x4d\x4b\xfe\x49\xbd\xcd\xb3\x8f\xb4\x68\xc2\xae\xb9\xac\x72\x51\x56\xd3\x52\xac\xf8\x74\x0b\x1b\xfa\xc1\x7f\x8f\x17\x49\xfc\x7e\x35\x26\xef\xa7\x64\x11\xfc\x7e\xff\x45\xad\x7f\xff\xed\x01\xa1\xe1\x72\x2f\xc0\xd3\xc4\x4c\xcf\x54\xc1\x2f\xe6\xcb\x28\x1a\xcd\xed\xd7\x43\x70\x3a\xc0\x59\xc5\xd5\xf3\xad\xd1\x49\x27\x54\x72\x86\xa3\x16\x67\x9c\x90\xe4\x97\x45\x9c\x73\x36\xa3\x02\xc7\xe6\x17\x1d\x4a\x53\xce\x56\x22\x83\x8d\x68\xd0\xf9\xde\xf2\x4f\xea\xa5\x58\xf1\x78\x34\x22\x54\xf0\xa9\xc0\xd5\x16\xa7\x9c\xde\x65\x9b\x54\xa6\x99\xe2\xf2\x49\xaa\x52\x54\xbd\x33\x95\xa4\x1c\x61\xdf\x73\xce\xc6\xe3\x9c\xff\xfd\x21\x49\x38\x5f\xc4\x71\x89\x95\x85\x13\x4c\xa6\x7a\x45\xcc\xa7\xa2\xb4\x90\x84\x19\xb7\x05\x95\x1c\x22\x1f\x4e\x77\xa2\x52\x26\x5b\x3c\x23\x24\x91\x56\x64\xcb\x18\xfb\x77\xbf\x7f\x8d\x85\x2f\x77\x94\xb7\xe6\x58\x7f\x66\x03\x47\x9e\x90\x6e\x44\xc0\xda\xe2\xf7\x7d\x2e\x79\x3c\xba\xe6\x52\x7d\x1a\x75\x7d\x28\xc5\xdf\x30\x3e\x95\xfb\xf2\x55\xf9\xbd\x10\xbb\xba\x36\x1f\xc6\x4e\x8f\xf8\xf5\x7d\xa3\x87\xf3\x90\x80\x23\xa0\x36\xae\x0d\x04\x1e\x62\x02\xb1\x56\x7b\x80\xfd\x8b\x1a\xf1\x23\xe3\xc1\xd2\xe6\x74\x86\x6a\x5d\x2b\xce\xbe\x1d\x18\x5d\xc0\x15\x2a\x01\x6d\x38\x83\x33\x88\x9d\x3b\xe5\x16\x30\x5c\x76\xda\x14\x7a\x71\xe7\x53\x51\xb6\x1e\x1c\x1b\x65\x07\x93\x60\xbd\x6e\xa5\x00\x94\x15\x6c\xd8\x86\xd3\xe3\x27\x57\x8f\x8c\x0a\x23\xa6\x1f\x3e\xbc\xfe\xe1\xd5\x8b\xe7\x6f\x9e\x7e\x78\xfe\xf2\xcd\xdb\x1f\x7e\x7c\xf1\xf4\xe5\xdb\x47\x6f\x9f\xbf\x7a\xf9\xe1\x03\xde\xb0\x5b\xce\x3e\x9f\xb4\xd1\x00\xe6\x27\x79\x79\x22\x62\x4f\x6f\x6c\x04\x40\x04\x5b\x4e\xb6\x1d\xc7\x4f\xd7\x7a\x77\xac\x79\x7c\xcd\xe9\x96\x5f\x5c\xf3\x25\x1e\x0e\x57\x9c\xdd\xa5\x55\xba\x4b\xfe\x45\xf5\x30\x26\x2b\x4e\x5f\x5b\x4e\x98\x7a\x4a\x7a\x49\x49\xd3\xa2\x48\x7e\xa0\x0d\xff\x9b\x3c\xa6\x9a\x8d\x4d\x7e\xa3\x9a\x39\x48\x5e\x52\x8f\x47\x48\xbe\xa7\x46\x5d\x34\x79\x46\x41\x59\x34\xf9\x83\x3a\x55\xd1\xe4\x11\x75\x8a\xa2\x89\xa0\xa2\x4c\xd6\x9c\x8a\xf5\x3a\xd9\xe9\x55\x8e\x54\xfd\xb7\x96\xa0\xff\x89\x6e\xd3\x5d\xf2\x23\x85\xa1\x4f\x36\x9c\xe2\xf5\x95\xfc\xec\xeb\xe4\x5e\x71\x30\xe2\x89\x47\x7c\x7b\xc9\x8d\x64\x1f\xd9\x88\x40\x0d\x17\x89\xf5\x13\xce\x9e\xea\x64\xd3\x0f\x1f\x0a\x91\xae\x00\xbd\xd1\xac\xf3\xff\xdf\x55\x91\x6f\xb7\x5c\x3e\x90\xfb\x52\xe5\x5b\x3e\x22\x03\x93\x54\xf2\xab\xbc\xd2\x1b\x9b\x37\x2f\xe6\xd3\x6e\x20\x35\xc9\xf7\x65\x6f\x86\xbe\x60\x9b\x25\xad\x2a\x91\xe9\x83\x09\xa2\xc4\x6d\x7a\x59\x20\x4c\x30\xd3\xeb\xee\x48\x9c\xcd\x9c\x57\x26\x46\xb3\x0a\x7c\xea\x7f\x76\x92\xf0\x95\x9f\x82\xaf\xbc\x06\x70\xa9\xbc\x1a\x82\x0c\xf7\xc4\xda\x02\xf0\x59\xd1\x4b\xf2\x56\xa6\xd9\x47\x6c\xd1\xd1\xb8\xc3\x81\xc4\x3e\xa2\x11\x6a\xd5\x76\x9e\x31\x51\xc9\xba\x67\x73\x6d\x41\xdd\x99\xe0\x9f\xa9\x49\xc7\x78\x6c\xd4\x27\x82\x67\x61\x97\x09\xf7\x6e\x14\xe1\xdf\x69\xba\x5d\x59\x79\x1c\x86\xc4\x17\x4b\xca\xc9\x29\x10\x80\x75\x8d\x9b\x92\x4c\x1f\x8b\x15\x7f\x91\x23\x08\x3e\x1c\x58\xbe\xb7\xa7\x60\xa1\xe1\xc1\x5a\xa6\xd7\xf9\x55\xaa\x84\x9c\xee\x2b\x2e\x1f\x5d\xf1\x52\x51\xe5\x85\xee\x8a\x54\xad\x85\xdc\x52\xc9\x1e\x5c\xf1\xec\xa3\x78\xff\xe0\xfd\xea\x41\x8e\xbe\x47\x00\x57\xe6\xc1\x8b\x37\xcf\x9f\x9e\xbc\x5f\x3d\x70\x61\x39\x7b\xf0\x56\xe6\x2b\x5e\xaa\xf7\x0f\xe2\x45\x72\xf1\xdf\x26\xff\xb5\xac\xdf\xaf\xee\x1e\xd2\x03\x79\x3f\x9d\x7e\x21\xaf\xf1\xae\x7c\x30\xe5\x9f\x78\xa6\x73\x80\xa5\x46\x4e\x53\x26\xa2\x28\x2e\x17\xee\x36\xb3\x3f\x5e\x88\x15\xaf\xeb\xff\x4c\x40\xef\x9e\x56\xec\x01\x12\x53\xef\x1f\x34\x95\x16\xac\x8a\xa2\x07\xff\x56\xba\x7d\xe3\xf7\xd3\xf7\xab\x71\x13\xb7\x67\x0f\x1e\x6f\xa4\xd8\x72\x3f\x43\xc6\x1e\xbc\xda\x71\x99\xfa\x61\x2b\xf6\xe0\xd1\x6e\x57\xf0\x93\xc7\x62\xbb\xdb\x2b\x2e\x4d\x54\x33\x1e\xd7\xbc\x5c\x09\x49\xe8\x86\x3d\x78\x91\x66\x27\xaf\xde\x9c\xfc\x72\x32\x7f\xbf\x7a\xff\x24\xbe\xf8\x27\x76\xf3\xfd\x8a\xbc\x7f\xd2\x14\xb9\x66\x0f\x5e\x6f\xd2\x52\x89\xed\x77\x6f\x9a\xd0\x9d\xa9\x08\xfb\xe1\xc2\xa3\xe8\xc1\x0b\x71\x99\x17\xfc\xfd\x83\xf7\x37\x5e\x07\xb6\x6c\x57\xd7\x0f\x1e\x95\x2b\x29\xf2\x55\x7d\xc3\x2f\x5f\xbd\xa9\xbf\x2e\xd2\xec\xe3\xd7\x5c\xca\xdb\x1a\xfa\x71\xf2\x22\x2f\x73\xfb\x53\x5c\xe6\xf5\xf3\xa7\x58\x96\x37\x5b\xd7\x50\xce\x8b\x34\x33\x45\x2b\x42\xaf\xd8\x83\xf7\x97\x8f\xe5\xab\x37\xef\x2f\x9b\xfa\x2e\xd9\x83\x9b\xbc\xb4\x19\x15\xa1\xb7\x2c\x03\xaf\xd9\x48\xf9\xfc\x84\xe4\xd0\xfb\x07\xf1\xfb\xd5\x17\x7a\xac\xbf\x20\x0f\xc8\xe0\x36\x8a\xe2\x5b\xf6\x72\xaf\x37\x5a\x7c\xab\x67\x8a\xd0\xdb\x28\xba\x3d\x67\xf3\xaf\x00\x7f\x7d\x38\x07\x1d\x2f\xbc\x18\x3f\xb0\xeb\x28\x8a\x8b\xba\xce\xf4\x94\x83\xb0\xe7\xb6\xae\x6f\xcf\xe6\x0f\xa7\xf3\x39\x21\xf4\x86\xc9\xba\x16\x51\x94\x9e\xb3\xff\xa2\x4f\x75\xde\x4f\x00\x3a\xd0\x7a\xe8\x02\xc8\x99\xf6\x03\xe9\xab\xc6\xbd\x0f\xbf\x31\x29\x51\x74\x21\x76\x3a\x73\xc5\x14\x53\x8b\xa7\x22\x56\x24\xb9\x3b\xd0\xa7\x22\xfe\x45\x22\xa7\x45\x9f\xc7\x06\xbc\x5e\x32\x85\xa6\xc8\x83\x8e\x3f\x6e\x14\x62\xea\xa2\xaf\x72\xcd\xe2\x81\xc3\x26\xe3\xa8\x65\x5a\xe4\x25\x7f\xc3\x77\x29\xbc\x73\x12\x67\x99\x98\x31\x8b\x45\x08\x4d\x9a\xe6\xe5\x6e\xaf\xde\xa8\xdb\x82\x57\x17\xca\xfb\x5a\x3a\xed\x7a\xcc\x98\x57\xbb\x22\xbd\x85\x4c\x6f\x8c\x05\xf0\x20\x9f\xde\xc8\x74\xb7\xe3\xd2\xdf\xed\xf0\x90\xf0\xd8\xe4\xfe\xc1\xfc\xc5\xe6\xfc\xac\x53\x03\xe3\x1c\xfb\x85\xba\x52\x80\x1b\x07\xdf\xf3\x6c\x74\xd2\x14\x39\xd1\xf1\x23\x5d\x48\xba\x57\x62\x2d\xb2\x7d\x15\x45\xc3\x6d\x14\xe5\xd8\xde\x29\x04\xc5\x84\x7e\x1d\x37\x0a\x69\xc6\x16\xf5\xee\x23\xbf\x7d\x91\xee\xaa\xe4\x62\x49\xc5\x35\x97\x45\x7a\x0b\xbf\xf5\x48\x7d\xc3\xcb\x64\x06\xa1\x37\x32\x57\x3c\x19\xce\xe9\x8a\x17\xa9\xbe\x07\xbe\x2e\xf6\x68\xec\xa2\x03\xa1\x78\xbe\xd2\x3f\xab\xfd\x6e\x27\x79\x55\x3d\x5d\xe5\xaa\xd2\x01\xbb\xb4\x52\xfc\x79\x99\x89\x6d\x5e\x5e\xe9\x80\x6c\xaf\xfc\xcf\x8a\x17\x3c\x03\x5c\x00\xfe\x09\x0a\x5b\xc9\xf4\xea\xca\xfb\xde\xe4\x57\x9b\x22\xbf\xda\xa8\x44\x0f\x6d\x26\xe8\x47\x7e\xfb\x86\xff\x0e\x4a\xeb\xb4\xda\xf1\x2c\x4f\x8b\xc7\x9b\x54\x56\xa8\xc6\x6e\xcc\xc2\x40\xe5\xce\x12\x37\x7b\xa0\x6d\xa2\x28\x3d\x9b\xcf\x43\x25\x77\xef\xc8\x2d\xdc\x68\xe3\x98\x49\x03\xfd\x43\x0e\x84\x3e\x9c\x85\x97\x8a\x7d\x31\x35\x39\x06\xdf\xe4\xb1\x9a\x56\x99\x14\x45\xc1\x25\x1d\x6d\x85\x1e\x0e\x71\x53\x8e\xe8\xbf\x34\x85\xb9\xd7\xcb\xab\x95\x66\x75\x59\x64\x45\x9e\x7d\x1c\x51\xd3\xb0\x05\x24\x0d\x7c\xaa\x03\x32\x3d\xda\x2b\x38\xb7\x20\xd2\xb9\x9e\x92\x51\x34\x5c\xe1\x67\x14\x0d\x2b\x19\xbb\xf6\x40\xfa\x1f\x73\xbb\x41\x4a\xc6\xa7\xeb\xbc\x5c\xfd\x2c\xe4\xea\x91\x8a\x25\x19\xfc\xc8\x75\x62\x91\xd1\x72\x9a\x96\xd9\x46\x48\x5a\x4e\x37\x3c\x5d\x91\xc3\xe1\x40\x3c\x85\x02\x45\xee\x4c\xfd\x75\x0d\xe5\x1d\xc8\xe0\xa6\xae\x5b\x5d\x31\xa8\x1e\x5b\x5e\xee\x47\x61\x07\x3e\x62\xf3\x0e\x06\x21\x49\xd2\x92\xdd\xf1\x72\x95\xcc\x3c\x7b\x8c\x5c\xb3\x0f\xd6\xb6\x50\xec\xb3\x0d\xec\xd9\x23\x93\x14\x24\x44\x29\x10\xa1\x9a\xe3\xa4\x71\xc9\x82\x48\x32\xe5\xe5\x8a\x8d\x41\x4a\xae\xf9\xb3\x43\x68\xb1\xe1\x49\xae\xd5\xb4\xe0\x6b\x15\x3a\x66\x95\x26\x74\xc2\xe1\x0f\xd5\x85\x2b\xb1\x9b\x70\xfd\xbf\x7b\xc5\xfa\x42\x8e\xcb\x2f\xca\xf3\x7f\xcc\x66\x87\xd6\x90\x28\xdd\x84\x4a\xa5\x52\xf9\x23\x92\x7b\x53\x9a\x87\x3e\x59\x21\x66\x3e\x64\xba\x82\x7d\xb6\xe1\x55\xaf\xc1\xa1\x6a\xe2\x1b\x1f\x63\x27\x6a\x2a\xd3\x55\xbe\xaf\x7e\x39\x63\x73\x70\xf0\x07\x5f\xef\xce\xd8\xfc\x10\xe7\x84\xdc\x65\x05\x4f\xa5\x1d\x4d\x69\xd1\xd1\xdd\xd0\x0c\xc2\x41\xbd\x83\x66\x27\x82\x02\x68\x10\x6c\x61\xc9\xaf\x13\x31\x29\xf5\x88\x9e\xb1\x2f\x67\xb3\x45\x89\x7b\x8d\xce\x19\xcb\x5b\x0d\x06\x7f\x82\x5e\x79\x30\x7e\x4d\xaa\x8b\xd9\x72\xba\x4b\xaf\xf8\x2f\x34\x4c\xa5\xc4\xae\x9b\xe8\x1d\x00\x23\xb7\x77\x0e\x24\xd2\x8d\xf3\x87\xb6\xbb\x86\xc2\xf2\xa1\x33\x0c\x76\x73\x7f\x81\xbc\x5c\xf9\xe5\x35\x4a\x8c\x7e\x31\x03\xf4\x22\xa1\x37\x9b\xa2\x92\x58\xf9\x66\x09\x9d\x8c\xa2\x61\x89\xf5\x44\x91\x1d\xdb\x49\x39\x85\xe1\x3c\xfb\x72\x36\x73\x5e\x72\xc0\x18\x44\xc8\x55\xa5\x8f\xad\xb0\x9d\x74\xa4\xfb\x3d\x22\x03\xc1\x86\xe5\x54\x0f\x7c\x5d\x57\x71\x49\xf1\x37\xbe\x32\xfe\xc6\xe3\x94\xa6\x24\x31\x09\x3a\xa9\x4c\xd2\x60\xcf\xa7\x24\x31\x59\xd7\x3c\x4e\xe1\xae\xa1\x33\x42\xbf\xb7\xe7\x80\x0b\x1d\xcf\xe9\x8c\x10\x02\x08\x73\xea\x0d\x9e\xcd\xa2\x8c\x85\x3d\x27\x04\x9e\x13\x94\xbb\x3b\xe5\xc7\x3c\x96\xe4\x90\xc7\x47\x47\x36\xd3\x77\x7d\x31\xa2\x79\x27\x1a\x7f\xb5\xa7\xd1\xc6\x4f\xb3\x22\xe7\xa5\xfa\x96\xeb\xc3\x3f\x8a\xe2\x2d\x1c\x26\x4d\x34\xfe\x78\x2b\x76\x84\x5e\xf7\x46\x7d\xaf\x77\xae\xe6\x61\xbf\xcb\x63\xde\xd4\xc6\x49\x5f\x53\xe1\xcc\xbe\xd9\x70\x5e\xb4\xce\xb0\x0f\xee\x0c\x6b\x67\x79\xf2\xea\xc5\x0b\x9d\xeb\x4d\xa7\x1b\x3d\xd9\xcc\x15\x7e\xac\xd3\xf6\x86\x77\x9d\x62\xed\x30\xdd\x1b\x86\xf0\x12\x53\x7d\x47\x5a\x41\x4b\xa5\x8f\x54\xcd\xc3\xf6\x9e\xda\xbf\xe7\x68\xce\x77\x7d\x2c\x41\xdc\xf7\xe6\xee\xdd\x32\x43\x0b\xd1\x6c\xae\x92\x96\xfc\xea\x89\xf9\x7c\x26\x53\x74\xec\x42\x06\xe0\xe0\x16\xf4\x2e\xdd\x85\x04\x0d\x7e\xbc\x97\x95\x90\x75\x1d\xf7\x05\xb3\x8f\x22\x1e\xad\xf2\xeb\x11\x52\x67\x23\x8f\xb8\xc9\x20\x41\xe5\xd3\x3b\x3a\x9f\x09\x1e\xf9\xd5\x00\x49\xb7\x4b\x33\x3e\xcd\x4b\xcd\x60\xa2\x93\xe4\xde\x0a\xbd\x5c\x58\xd2\x93\xfc\x9a\x90\xc1\x6f\xa2\x3f\x75\x69\x6c\xa1\x28\x0c\x28\x39\x50\x3c\x25\xfd\x21\x8d\x3b\x40\xba\x9a\x47\x1a\x72\x83\x3f\xe2\xd3\x35\x75\xed\x4e\xdf\xc9\x46\x9e\xcd\x67\x33\x47\x07\x83\x34\x0c\x2a\x01\x2d\x69\x3b\x4d\xed\xeb\xdd\xcc\x89\x4e\x02\xa2\x40\xb0\xca\x5f\xeb\xc5\xc2\xd5\x93\x54\xa5\xf1\x48\xd7\x33\xa2\x1c\xdd\x81\xda\x7d\x8c\xab\xc7\x4f\xcf\xd7\x6b\x9e\xa9\x47\x45\x21\x6e\xf8\x8a\x8d\x32\xb1\xbb\x7d\x01\x67\x6b\x4f\xb9\x32\xbd\x7a\xbe\x4d\xaf\xb8\x26\x3c\xec\x52\xd1\xf3\x96\x6f\xaf\xcc\xbc\xe1\xe4\xed\x04\x02\x04\x24\x27\xeb\xfc\x13\x5f\x9d\x9e\xe8\xe3\x31\x39\x99\x9d\x9e\x28\xb1\xd3\x7f\x47\x64\x20\xa7\x95\xcc\xd8\x48\xd7\x91\xe4\xba\xd0\x07\x57\xf9\xfa\xf4\x32\xad\xf8\x7f\xfe\x83\xfe\x30\x2b\xbe\x79\xf5\xa4\xd8\x3c\xfa\xf7\xa3\xaf\x1f\xe9\x7f\x8f\xbf\xfd\xea\xeb\x47\x4f\xff\xf5\xe8\xd1\xd3\x47\xdf\x43\x80\x0e\x7f\xfa\xe8\xd1\xa3\xe7\x8f\xdf\x3e\x7a\xfa\xe8\xd5\x0d\x63\x23\x9a\x81\x19\xe1\x4d\xbe\x52\x1b\x26\xa7\x1b\x38\x37\xd8\xdc\x9b\x68\xbb\xa1\xf4\xff\xe5\x0a\x44\x1e\xb1\x24\x54\x4e\x3f\xe8\xeb\x47\x4e\xc5\x7a\xad\xe9\x0e\x7d\xa2\xdc\xd3\xfb\x58\xd2\x99\x3e\x3c\xb3\x28\x92\xd3\x5d\x2a\x79\x09\x12\x5c\x03\xb3\x67\x4b\x3d\x1c\x08\x1e\x00\x74\x25\xc5\x2e\x01\xe2\x6e\x2d\x09\x2d\x78\x7a\xcd\xfb\xb7\xe2\x4e\xc6\x9c\x1c\x1c\x05\x6b\xe8\xd0\x2b\xae\x9e\xe5\xbc\x58\xc5\x44\x93\x99\x05\x1d\x7d\xe4\xb7\xfb\x5d\xeb\xb4\x79\x64\x5c\xd4\x78\x47\x0e\xa6\xf4\xa8\xd0\x17\xd2\x8f\x00\x2a\xdd\xc4\xbc\x6e\x62\xe0\x54\x1f\xd1\x4f\x22\x7e\x0b\x1a\x3b\x26\xf8\xb2\xd8\x4b\x08\xfd\x01\x42\x0f\x86\x8f\xf0\x8e\xb0\x7c\x1d\xff\x28\xec\xb2\xfc\x26\x8f\x51\xcc\x41\x47\x92\x57\xf9\x1f\xad\xab\x1a\xe9\x2e\x04\x3c\x39\x42\xe8\x71\x54\xda\xff\x5a\xc4\xa9\xd4\x14\x38\x6c\x11\xd3\x33\x5b\x34\x36\xca\xcf\xf5\xb5\x6e\x20\x24\xfb\x11\xde\xf9\x40\x72\x72\xd0\x97\x94\xf2\x39\x9f\x6c\x2f\x5f\xed\xa6\x6b\x21\x33\x8e\x10\x87\x6c\x38\xa3\x37\x39\xaa\x78\xc9\x0e\x1f\x55\xd7\xc5\x74\x93\x56\xcf\xf0\xc2\x5b\x78\x2d\xc6\x61\xc2\x92\x1f\xce\x48\xf2\x83\x35\xb9\xfe\x55\x92\x5f\x65\xd7\x8d\x52\x14\xfd\x2a\x2f\xf6\x4b\x03\x10\x7f\xb1\x5f\x52\x55\x92\xc1\xdf\x1c\x0f\xb8\xce\xcb\xbc\xda\x3c\x2f\x11\x53\xa8\xf9\x32\xd6\xd7\x96\x9f\xd9\xb0\xd9\xe9\xe6\x2c\xb5\x2a\x33\xa7\xe3\xf1\x86\xa4\xe5\xc5\xc6\xb0\xa4\x83\x6f\x6d\x6f\x2b\x5d\x4c\xc8\x58\x8e\x34\x63\xbd\xcd\xff\xe0\x05\xbf\xca\x2f\xf3\x22\x57\xb7\x23\xc6\xae\xb8\x32\x82\x94\x15\x30\xb7\x71\x0e\xd9\xf4\x99\x38\xd5\xb4\xfd\x0f\xbc\x5c\x71\x89\x9c\xa9\x8b\x9a\x56\x3a\x69\x18\xcf\x46\x7a\xe8\x46\x24\x50\x33\xf5\x0d\xbd\x1b\x5b\x28\x58\xde\xac\xa4\xb9\xb9\xe0\x2e\x53\xf9\x2c\xd7\x37\xeb\x3d\x77\x81\x4b\x39\x01\xf5\x76\x39\x22\xdd\xec\x7a\xb3\x3e\x52\x4a\xe6\x97\x7b\xc5\xe3\x51\xb6\x9d\x94\x42\x4d\x80\x49\x29\xd5\x88\x8e\x94\xdc\x73\xc8\x77\xb5\x57\x8a\x7f\xbe\x4e\x4c\xe6\x57\xe8\x67\xfc\xd3\xb5\x99\x41\xbb\xef\xa2\x13\x2b\x4c\x5a\xd9\xf3\xba\x9b\xbe\x7d\xc0\x4a\x5e\xa4\x9a\x7a\x3c\x3d\xf9\x63\x02\x76\xf8\xc9\xc9\x1c\xca\x70\x97\xda\xe7\x6f\x56\x48\xbf\xe5\x69\xb5\x97\xfc\x9e\xd4\x26\x85\xeb\xcc\x8b\xbf\x9c\x03\xae\xe6\x26\xfd\x85\xab\x35\x2c\xb1\x35\x02\x7e\x67\x9a\x71\x5c\xde\x33\x14\x62\xaf\x74\xaa\xe4\xa4\x14\x25\xd6\xae\x4f\x66\x6f\x8e\x2f\xfc\x36\xb8\x96\x2d\x83\xc6\xeb\xe0\x6a\x44\x8e\xd7\x83\x53\x05\x7e\x68\x82\x2e\xe9\xaa\xc2\xa2\x20\x51\x93\xfc\x67\xb8\xa1\x8c\x5f\x55\xbc\xa6\x9e\xe9\xb3\xa8\xbd\x08\xdb\x15\xa7\x97\x95\x28\x00\x86\x1b\x33\x25\x27\xa3\xb1\x10\xe3\xd1\xee\xd3\xe9\x09\xdc\x7a\xc9\xc9\x7c\xf7\xe9\xd4\x5b\xa2\xd5\x67\x97\x75\xe5\x26\xe7\x1b\xf8\xb6\xcd\xb2\x54\x6e\xd0\x35\x68\x7d\xab\xcd\x4d\x5d\xcb\x9e\x9d\xea\xed\xcf\xce\x56\x51\xe9\x25\xb8\x9d\x1d\xd1\xd1\x04\xd7\xac\xb9\x9f\xc3\x3a\xc3\xcd\xdd\xda\x7d\x5e\xe9\x41\xf5\x23\x82\x62\x95\x7f\xc2\x79\x65\x1a\x68\xce\xab\x3f\xd0\x41\xee\x64\x1e\x34\x0d\xa2\x76\xe9\x6a\x95\x97\x57\x3f\x00\xe5\x30\x23\xb4\xaa\x6b\x19\x45\xdb\xba\x8e\xbd\xa4\x40\xc8\xa5\x97\x05\x07\xed\x48\x34\x5c\xf6\x28\x8a\x45\xf0\x15\xbb\x5e\x91\x84\x7b\x1f\xba\xbb\xd7\x39\xbf\x79\x26\xc5\x96\xe1\xcf\xb7\x82\xe9\x33\x5f\x56\x8a\xe6\x53\xc9\x77\x80\x4e\xfb\x53\x93\xc6\x0f\x0a\xd2\xea\xcc\x68\x33\x23\xe1\x18\xc6\x24\x76\x26\xf9\x27\xc4\x76\x36\x9b\x6b\x65\xc3\x75\xae\x57\x40\xf0\xb0\x99\x5e\x02\x69\xa5\xf4\x2d\x81\xec\x16\x6b\x02\x70\xb5\xce\x06\xb9\x41\xcc\xfc\x3e\x2f\x39\x8a\x8e\x2b\x5b\x54\x09\xfb\xe1\xeb\xd4\xac\xec\x7c\x7a\x99\x4a\x57\xce\xa5\x0d\x9e\xf9\x47\x75\xf5\xb8\xc8\x77\x3b\xcd\x92\xcf\xcd\xfa\x7b\xb9\xdf\xda\xec\xe6\xf3\x79\x59\x72\xd9\x0a\x03\x49\x9f\xad\x37\x2d\xf2\xab\xf2\xe7\x7c\x75\xc5\x55\x85\x05\x65\x69\xb6\xe1\x2b\x9d\xc8\xe6\xc3\x10\x4d\x0c\xbb\x16\x61\xd0\x6b\x9c\xeb\x6f\x6d\x61\xdb\xf4\x93\xee\x5a\xeb\xf3\x7b\x63\x27\xdd\x84\x20\x30\xa1\x69\x38\x30\x8c\x4f\x7e\x61\xf6\xd7\x3b\xfb\x0b\x30\xdb\x7e\x09\xbe\xde\xb9\xbd\xb5\xc9\xd7\x0a\xf3\x57\xbc\x78\x26\xa4\x79\xe1\x7e\xc1\xcb\xbd\xeb\x5a\x4b\xcc\x45\xcb\x29\xe8\xfc\xe5\x24\xb0\xb6\x20\x77\xc0\xbf\x83\x5c\x9b\xbd\xb2\xee\xf7\x63\x6e\xc5\xe7\xb4\x89\x7e\x05\x21\x84\x3e\x0a\x00\x01\x1e\x35\x65\xe4\x60\x9b\xe3\x8b\xa4\x0c\xeb\xf2\x68\x0d\xe0\xcd\xb1\xff\x89\x78\xb3\x94\xe3\xc6\xa9\x4c\xac\xfe\x69\x90\x68\x41\x86\xa0\x8b\x5d\x4b\x51\xaa\x9c\x4b\x66\x3e\x61\xd1\x0a\x4d\x76\x6a\x9a\x8e\x5a\xf6\xc8\xc8\x9b\xc7\x63\xca\x91\x3e\x8b\x22\x00\x6c\x0a\xcc\x0a\xac\xe4\xf5\xa5\x6a\xb8\x21\x02\x46\xf7\xa6\xbf\x01\xb1\x43\x4b\x26\xa3\x08\x7d\xc9\xa6\x9f\xe2\xaf\x3c\x4e\xa0\x25\x63\x80\xc5\xf2\xe0\xb9\x5f\xea\xe4\x4b\xa7\xa0\xd0\x92\xdf\x7d\x5b\x1a\xa1\x49\xee\x98\xb6\x99\x91\xa9\xcd\xd0\x46\xfb\x06\x97\x24\x09\xcd\x73\x5c\xb8\x6f\xa6\xe3\x02\x2f\xd2\xa5\x39\x57\xa3\x28\x16\x63\xd6\x13\xd1\xa8\xcf\x2f\xc4\x38\x86\x7e\x65\x3c\x2f\xe2\x7c\xea\xa1\xb2\x3f\x28\x49\x5d\xcf\xc9\x17\x2a\x11\x63\x75\x08\xcc\x2a\x3c\xb9\xb5\xc8\xa8\x64\x7a\x40\x07\xaa\x67\xde\x31\x99\x84\xe8\x21\xe3\xae\x5d\x6f\x72\xcb\x60\x04\x66\x17\xb0\x80\x8e\xbd\x54\xb0\x7b\xe2\x2c\x2c\x6f\xfc\xe0\x7d\xf5\x45\xb6\x9d\x54\x93\xf7\x6f\xc6\x0f\xae\xe8\x68\x44\xc6\xcd\x94\xaa\x0d\xf7\x93\xc6\xff\xbd\x7e\x5f\x91\xf7\xd5\x17\x3a\xe1\x09\xe4\x1a\x11\xfa\x4a\x05\x6b\xe5\xa3\x6e\xd5\xe3\x98\x13\x0a\x8b\x88\x1e\xe1\x32\x7e\x47\x4f\xf2\x0f\x7d\xf0\x98\xc7\x3d\x02\x7e\x7b\x83\x04\x4b\xcd\x84\x0d\x1e\x8b\x58\x91\xc0\x70\xa2\x3c\x93\x0d\x69\xde\x40\x1c\x5d\x94\x80\xd0\x10\x5c\x0f\x9f\xbb\x9f\x4f\x46\xe3\x9c\x90\x41\x9b\x30\x29\xf1\x00\x1e\xa1\x29\x51\x28\x00\x31\x17\xb9\xa0\xc2\xdc\x6a\xc8\x11\xb7\x52\xd9\xe3\x56\x2f\x16\x4d\x42\x8c\xc8\x41\x99\xf4\xee\x29\x6b\x31\x1a\x25\x23\xa0\xa1\xe8\x6f\xc1\xf0\xfe\x76\xcf\x18\x19\x2e\x1a\x0a\x1f\x78\x3b\x0e\x80\xf8\xb0\x82\x6d\x2a\xaf\xf2\x12\x04\x5a\x0a\xea\x6e\x4a\x7e\x62\x44\xe1\x33\xe6\xd6\x5d\xb3\xc9\x9c\xb1\x1a\xcc\x83\xb7\xe8\x69\xc9\xf8\xa9\x62\xcf\xcb\xb8\x24\xa7\xe4\xae\x64\x71\x0e\xf7\x63\xb9\x8a\x01\x38\x8f\x00\x68\x2f\x8a\x3d\xa5\xde\x5b\xf0\x99\x6d\x26\xf9\x54\x89\x69\xb6\x31\xe0\xe2\xba\x8c\xef\x4d\x19\x86\x5b\xf1\x0a\x19\xc8\x09\x2b\xfd\x5a\x27\xae\x1c\x5d\x68\x5c\x82\x00\x1b\x2a\x21\xad\x64\x58\x49\xd7\x5e\xee\x65\xcf\x38\x52\x73\x52\x0e\x94\xbb\x92\x9e\xe6\xb1\xa4\x12\x8f\x4e\xcd\x26\x86\x77\xd3\x93\xd8\x85\x78\x91\xee\x9a\x9a\x51\x79\x64\x8b\x4b\xa6\x47\x7b\x20\xcf\x5b\x25\x82\xf0\x3c\xac\x43\x36\x05\x33\x1e\x1e\x00\xcf\x9b\x3e\x5c\x8a\x98\xbb\xad\x72\x6c\xc9\x92\xd3\xc9\x1c\x50\x74\xb9\x5d\x87\x3a\x78\xe1\x32\x32\xf7\xcb\x7a\xbd\xbf\x38\x56\xd4\x92\x24\xea\x7c\x32\x07\xa0\x71\xaf\x2c\xd8\x11\xdd\xd2\x9c\x0f\x7a\x2f\x08\x41\xca\x14\x9d\xfb\x3d\xfa\xbe\x7f\x56\x54\xdf\x0a\xa7\x25\x3a\x2b\x97\x62\x5f\xae\xf0\x5e\x30\xcb\x76\xbc\xf7\xaf\x13\x7b\x76\xdf\xf9\x42\xed\xe4\x88\xb0\x9b\x6a\xda\xcc\x25\x69\x8e\x4d\x2f\x05\xe6\x83\x26\x24\x1d\xc1\x37\xb6\xcc\xbb\xda\xba\x15\x61\x12\x5d\x8f\x4d\x10\x56\x83\xf1\x97\xa9\xd4\xbb\x34\x69\x0e\x3d\x10\xe8\xe1\x09\xb3\x90\xc9\x8c\xae\x44\x66\x1a\x5a\x9a\x36\xd9\xcf\xf1\x4a\x1f\xc9\x63\xd5\x10\x83\x34\xa4\x13\x13\xd5\x22\x1c\x29\x8e\x2f\x46\xfa\x4a\xfd\xcf\x02\x33\xf8\x6c\xeb\x5e\xe8\xe1\xfb\x9a\x4b\xd5\xc7\xda\x79\x3c\xd4\x36\x2f\x27\x0d\x87\xa4\x99\x3a\x7f\x49\x5d\x3b\xaa\x74\xe4\x9e\xf3\x37\x42\xe6\x7f\x7c\xa6\x54\xcb\x85\xcd\x67\xb3\xbf\x9f\x9e\xe8\x3a\x5c\x48\xb7\x92\x8d\x57\xc9\x80\xc7\x25\xa1\xe0\x7f\xf2\x9b\x3c\x2e\xfb\xdf\x04\xca\xd6\xfb\x87\x8a\xcb\xe6\x75\x80\x82\x12\x65\x9e\xa5\xc5\xc8\x4a\xc5\xf2\xfe\x62\x72\x7f\x42\x75\x29\xb9\xff\x3a\x32\x82\x7e\x8a\x52\xd9\x82\x70\x84\x37\x3c\xfb\xc8\x57\xbf\x72\x29\x90\x8c\x1e\xce\x1b\x76\xaa\x19\x1e\x7b\x9a\xe7\xa5\x21\xad\xdd\x74\x34\x31\x98\x7f\x34\xff\x27\xdc\x30\x9e\xe9\x8d\x8f\x9a\xf6\x75\x48\x43\x34\x4c\x42\x70\xb7\x35\xc1\x53\x78\xd1\x8c\x49\x87\xa0\x83\xc8\x74\xb5\x7a\xac\x29\x8c\x28\xfa\xde\x17\xe6\xdb\x07\x98\x7b\xf3\x90\xfe\x32\x8d\x2a\x88\x0b\xd0\x44\x76\x71\xd1\xec\x0a\x17\x61\x34\x43\x02\xd9\x6c\x97\x00\x0a\x1e\x27\x54\x5f\x8d\xc8\xdd\xe2\xd3\x51\xa0\x4f\x10\xc8\x48\x0d\xe9\x6c\xd4\x2f\x8e\x6a\x36\xf0\x96\x66\x83\x79\xb9\x3b\x10\x8a\xcf\xa1\xea\xcf\xc9\xb0\x0e\x3e\x4c\x3a\x6c\x47\x7f\xf5\x30\x26\x17\xf8\x0c\x47\x92\xad\x7d\xfb\x42\x3f\x5f\xf7\xce\xd1\xb3\xbf\x3e\x47\x2d\x6b\x1f\x72\x87\x08\xa7\xfa\xd8\xb6\x1a\x41\x4d\x01\x96\xfd\x04\xdb\x7a\x2f\x10\x97\xec\xe0\x5b\xa3\xd2\xdb\x38\x5f\x3e\xcd\xcf\xfe\x11\x45\x72\xd8\x53\x46\x5d\x97\xc3\xbe\x52\x4e\xf3\xf1\x98\xf4\xe6\xd0\xb7\x5c\x1f\x6b\x12\x45\xbf\x6a\xb2\x54\xd7\x0e\xcd\xa6\x7f\xbe\xc9\x1d\x33\x9f\x56\x8f\x01\x60\xdc\x1b\x36\xe4\xda\x35\x89\x2a\x03\x22\x2c\x90\x75\xc4\xb2\xe1\xd3\xcb\xa9\x04\xb2\x0b\x28\x33\xda\x9b\xe9\x6b\xa1\x94\xd8\x9a\x5c\x66\xf3\x97\xd3\x4b\x08\x75\xf9\x7c\x29\x91\xc9\x7e\x29\xe4\x8a\x4b\x93\xdb\x66\xd0\xe9\x4f\x2a\x51\xe4\x2b\x84\x35\xc7\x27\x95\x11\x35\xed\x88\x22\x9b\x70\x11\xcb\xae\xac\x37\xa0\x58\x47\x97\x85\xc8\x3e\x42\xa3\x7b\xd3\x6d\xc2\xa6\xba\x1e\xf6\x26\xbe\xf1\x47\x03\x49\xe4\xe4\xb3\x0d\xd0\xcd\xc6\xc2\xfd\xa9\xcf\xc4\x35\x97\x78\x6b\xbe\xe4\x9f\xd4\x5b\xf1\xc6\x96\xe2\xa7\xf2\xef\xd6\x58\xb6\xa4\xcc\x47\xfa\xd9\x93\xe8\x48\x27\x7b\x52\x62\x0f\x2d\x5d\x03\xb3\xef\xfa\x79\x5f\xed\xa3\x96\x11\x59\x03\xf9\x24\xad\x4a\x84\x9c\x2a\xb1\x5b\x38\xde\x5b\x13\xa1\x4a\xec\x48\xc2\x7b\xde\xef\x07\x86\x86\x5a\x17\x42\x93\xe1\x93\x42\xb9\x9d\x9c\xfb\x25\x9a\x55\x60\x7f\x24\xe5\x98\xf7\x13\x47\x82\x3d\xca\x01\x1d\x96\xa6\xf8\x2b\xb7\x0a\x53\x72\xca\xcb\x6a\x2f\x1d\x1e\x93\xfd\xf6\xf8\x83\xa2\x09\x34\xd4\xfc\xa0\x3a\x13\x8b\x58\xb0\xca\x16\xf7\x3a\x8f\x9f\xea\xbf\x15\x21\x47\x9a\x40\x48\x82\x7d\xcf\xcb\x18\x74\x0d\xd3\x4a\x69\xe2\x39\x26\xe4\x9c\xa5\xe0\xeb\x32\x28\xa9\x20\x64\x72\xa4\x24\x9a\xb2\xc2\xe2\x24\xdc\xe9\x66\x26\x82\x2a\x91\xb8\xa1\x4d\xa9\x18\xcf\x7d\x53\xb2\xdf\x8f\x91\xaf\x9a\xda\xc3\x17\x63\x5f\x70\x56\xd7\x0d\x61\x0b\x1c\x06\x30\xa6\x47\xd6\xa5\x87\x4a\xc8\xbe\x89\x15\x99\xf4\x2a\x5d\x8c\x91\x0e\xf6\xe8\x8c\xfc\x08\xf5\x2c\x58\x89\xeb\x13\x45\x24\x32\x10\x8d\xac\xe3\xa1\x04\xe9\x47\xbe\x5a\xf1\x52\xdf\x63\x3d\x2d\x8a\x22\x48\x73\x65\x3e\x62\xef\xcb\x2c\x5b\x50\x40\x12\xc4\xf8\xdd\x83\x78\xe8\x7f\x7a\x59\x00\xbc\x5f\x23\xa7\x41\x64\xc5\xaa\x41\x56\x1c\x93\xea\xa2\x58\x06\xe5\x1c\x8e\xb4\x22\x56\x2d\x31\x33\x24\x2f\xc7\xb9\x61\xae\x9b\xf9\xf9\x9b\x35\xb0\x0b\xaf\x06\xc3\xbc\x74\x15\xbe\x50\x58\xf3\xb3\x27\xd4\x33\xa2\xdf\xb1\x82\xb3\x19\x21\x5a\x1a\x65\x44\xbd\xd2\x9d\x07\xdf\x32\x10\x9c\x3a\xe8\x66\xfb\xf0\xd2\x2f\x8b\x68\xa8\x5d\x49\xba\x8f\x22\xc8\x7d\x9d\x74\x5f\xc8\x78\xa1\x46\x04\x7c\x26\x78\x0b\x29\x98\xee\x94\xe5\xfe\xf7\x44\x38\xc3\x40\x4f\x72\x11\x1c\x4e\x70\xa0\x76\xe5\xc1\x6e\xf5\x0b\x1a\x64\xf5\x0b\x4f\xc9\x78\xde\x64\xb6\x77\x5b\xa7\xac\x71\x4a\xcb\x96\x74\xb9\x9b\x68\x61\x47\x34\x99\xcc\xe9\xd1\xc6\x86\x95\xe1\xc2\xfe\x4d\xdf\xf3\xc3\xd9\xc1\xb9\x35\x0e\x4d\x3e\x9d\xd5\x12\x9a\x02\xc6\x3e\x23\xfb\x4c\xc8\x6d\xaa\x2b\x89\xf5\x8e\x82\x21\x6d\x84\xef\x3e\xc3\xfa\x4d\x00\x4f\xee\x36\xe4\x15\x57\x5f\x6b\xb6\x34\x2f\xaf\x1e\xc3\x89\xf2\x03\xcf\x54\x4c\xac\x62\x63\x65\xdc\x45\x1c\x4f\xd4\xd4\xf0\x2e\x3c\xe6\x9b\xc5\x86\x24\x7f\xce\x6f\x76\x42\x2a\x8b\xf9\x65\x9c\x46\xb1\x9f\xe2\x12\x85\xc0\xd4\xba\xf1\xe1\xab\x5c\x09\xf9\xbc\xfa\x16\xb6\x34\x1b\x96\xee\xcc\xf3\x97\x09\x24\x35\x11\x8e\xba\xe8\x3d\xe9\xfd\x94\x76\x86\xfb\x18\x59\x65\x3c\xf2\x3c\xc1\x66\x63\xd2\x8d\x72\x0e\x69\x40\x17\xc0\xa2\x3d\xae\xf2\x6d\xc5\x14\x77\x91\x80\xd2\x5d\xb1\x8b\xe5\xa1\x6d\x9b\xda\x25\xbd\x50\x74\x03\x87\x6c\xd8\x57\xe7\x57\x1e\xe4\x91\xc6\x0d\xb6\xc2\x8a\xa3\x48\xd9\x31\x83\x8b\xe8\x9c\x49\xf7\x38\xe4\xc7\x29\x71\x66\x62\xde\x0a\xa7\x8b\x2f\xbb\xef\x32\x75\xdd\x13\x78\xee\xb2\x12\x7d\x0f\x06\x4f\x45\x26\x2a\x8a\x66\x8c\x01\x56\x57\x73\x0a\xfd\x0d\x8c\x1d\x62\x6c\xb6\xf2\xc6\xc6\xf9\x9d\x31\x87\x51\x09\x0b\x8a\x8a\x66\x6f\x86\x9d\x9a\x34\xc7\x9d\x5d\x2f\x2f\x40\x0e\x48\x4b\x2b\xd9\x4a\x99\xbb\x34\x73\xea\x77\x7b\x7c\x2c\xaf\x26\x6a\xed\x48\x9d\x89\x28\x12\x13\xef\xfb\xe1\x0c\x2e\x5a\xd7\x1e\x53\x0f\x6d\x92\x68\xc2\xdb\x0c\xca\x79\xaa\x47\x05\x7f\x4f\x52\xcc\x1b\xb4\xc7\x8d\x1e\xa1\x9f\xa0\xdc\xaf\xed\x3b\x80\xd0\x2d\xff\xd1\x7e\xa5\x66\x64\x0a\x26\x86\xde\x3c\xd6\x75\x3a\x74\x33\xa0\x27\x28\x7c\x70\x1b\x36\xfa\x7e\x18\xe0\x27\x81\xe5\xea\xa5\x80\xef\xd3\xb8\x8d\xc0\xdd\xde\x9b\x33\xc6\x4a\xa8\xd0\xc1\x42\xa8\x73\x13\x02\x4d\x38\x33\x1f\xba\x79\x8b\x18\x7f\xb3\x5f\x2d\x94\x21\x6d\x22\x99\x22\x49\xdc\x7c\x9e\xab\x45\x98\xb8\x89\x22\x56\x66\x87\x41\x24\x69\xa2\xce\x94\x5e\xb2\x98\xcf\x34\x0b\x25\x72\x25\x72\x8b\x24\xac\x91\xda\x86\x9e\xc9\x45\x98\xcb\xd4\x00\x75\xdb\x44\x54\x12\x5b\xd7\x5b\x71\x2e\x8f\xd4\x34\xa3\x50\x97\x24\x84\x90\x81\x4d\xcd\x24\x68\x6a\xa1\x27\x74\xff\x55\x14\x69\x33\x73\xff\xfa\x4b\xa6\x61\xca\xe0\xad\xdf\xaa\xc1\x80\x0a\x59\x93\x1f\x8e\x7f\xe3\x57\x11\xf6\x14\xec\xf8\x02\xf6\xd8\x3e\x8a\x9a\xbd\x7f\x6c\x2f\xfe\xcf\xef\xef\x90\x86\xc8\xd8\x4b\x11\xbb\xb7\xa3\xfd\xf9\x3f\x40\x4d\x2e\xd4\xe1\x71\xa4\xbd\xd1\x98\xf8\xcc\xd2\xa2\x39\xeb\x25\x5e\x34\x3d\x67\x4b\x06\x00\xee\x86\x0e\x68\x14\xfe\x8b\xd8\x03\xe2\x2d\xf9\x27\xf5\x26\xbf\x2c\xf2\xf2\xca\x39\xea\x8c\xa2\x6b\x4d\x7e\x7a\xea\x99\x9a\x21\xfc\x79\xc3\x79\x61\x9c\x3c\x30\xb5\x68\x3f\x56\x60\xcb\x13\x75\x4c\x23\x4f\x01\x6a\xbf\x35\x08\x31\xeb\x82\x66\xde\x16\xa0\x2b\x36\x3b\x5d\x9d\x39\x97\x40\x2b\xeb\xe5\x60\xc3\xf6\x17\x2b\x40\x90\xdb\x58\x5a\xf4\xd4\xe2\xbd\x6e\xc0\xd0\x3c\x8a\xf0\xaf\x57\x39\x63\x02\x89\xe5\xd3\x74\xc8\x30\xf6\x94\xa4\xac\x88\x53\x3c\x1e\xd6\x2c\xb7\x9c\x8d\x8a\x22\x75\xc6\x32\x5d\x48\x33\x96\x83\x8d\xf1\xe3\x5b\x45\x51\x7c\x29\x62\xf7\x49\x47\x48\x6e\x8d\x08\x88\xbe\xe3\x35\x78\x15\x94\x3c\xe6\x74\x43\x33\xbd\xb8\xe9\x3a\x8a\xe2\xc7\x3a\x4b\x53\x1c\xa1\xfe\x57\x40\xf6\x1d\xb3\x48\xf7\x29\xce\x4c\x6f\x19\x9a\x9a\x8e\xf8\xb3\x76\x70\xb8\xd2\x3b\xb6\x6f\x1a\x31\x10\xa1\x94\x6b\x47\x53\x72\xc8\xc6\x6c\x03\xb7\xc4\x01\x07\xc6\x0e\xc8\x41\x6f\xca\xee\x8a\x36\xd7\x0d\xa1\x9f\x59\xb3\x23\xbd\x71\x83\x3d\x24\xcd\xec\x46\x91\x5e\xfa\x43\x3d\xb6\x99\xa1\x30\xac\x38\x35\x73\x0a\xec\x8f\x45\x2c\x3d\x1d\x60\xfc\xf6\x15\x90\x88\xe3\x9e\xab\x90\xc5\x0e\x65\x23\x8d\x1c\x74\x46\x0b\x6c\x6f\xa8\x53\xd1\x3a\xe1\x69\xeb\x80\x6f\x9d\xef\xf8\x46\xfe\x8f\xd9\x0c\x2e\xa9\x23\xba\x17\xc3\x59\x43\x93\xfc\xbb\x0d\x28\xa9\xdc\x65\x49\x4b\x36\x9c\x9d\xc6\xe5\x71\x71\x94\x6a\x53\x47\x43\x24\x8f\xea\x3a\x0e\x79\x7a\xb0\xce\xb9\x53\x62\xd7\x30\xb8\xc7\x5f\x3d\x26\x6b\x20\xb1\x90\xf7\x3f\x90\xe6\x4e\x67\x3f\x79\xea\xcc\xe6\x88\x25\x74\x18\xb7\xe9\xa0\xe6\x14\x38\x46\x0f\x85\x29\xf4\xe1\x47\xa2\x08\xc9\xb3\x53\x70\xb8\x79\xf7\xab\x3e\x7b\x91\x56\xf9\x5e\xff\xe4\xd0\xa6\x1f\xc1\x06\x87\xfe\x82\x30\x84\x9a\x93\xba\x2a\xd3\x22\xe6\x74\x84\x43\x3d\x0a\x65\x97\xee\x62\xf2\x2a\x6c\xeb\xe8\xf8\x87\x96\xb9\x5b\x8e\xa4\xd6\xd7\x6f\xec\xd7\x69\x27\xca\x7a\x7d\xe5\x3d\x55\xd3\x4e\x57\xe9\xf1\xb6\xf4\x8c\xdc\x91\xd4\x6f\x45\x77\x0c\x9b\x45\xf5\x5d\x1b\x8a\xef\x9d\xb3\x0c\xf8\x17\x5e\xa5\x30\xbe\xf4\xdf\xf0\x61\x9e\x65\x5a\xc3\x5c\xe2\x30\x97\x04\xde\x30\xcb\xbc\xda\x04\x00\x6b\xbf\x60\x15\x47\x9e\x8a\x9b\xc7\x85\xa9\x7b\x6b\x42\xce\xaa\xc9\xd0\x23\x69\x54\x60\x41\x71\x34\x47\xef\x76\xf6\xd3\xf7\x08\x5e\xcd\x83\x56\xf8\x5e\xfd\x6b\x1b\x44\xd5\x17\xb8\xd8\xf3\xca\xe9\x95\x53\xd4\x0e\x50\x3e\x55\xd6\xb8\xe1\xce\x69\x65\xf6\xec\x45\x89\x80\xa5\x95\x93\x7d\xa0\x35\x41\x7a\xf6\x4f\xeb\xc5\xd7\x20\x9c\xb8\xa2\xc7\x41\x80\x91\x6e\xe7\xac\x98\x48\x2a\x8d\x2f\x06\xe3\xeb\xdb\x24\x3c\xc2\xf8\x0d\x72\xb6\x37\x02\xb6\xc9\x5e\x0f\xe3\x01\x69\x08\x3c\x30\xcc\x50\x4d\xc0\x49\x7b\x7e\xf6\x10\x3c\xc4\xbe\x54\xb1\x22\x84\xc6\xd9\xf9\x74\x36\x9b\xd7\x75\x76\x36\xd1\x3f\x34\xdb\xf0\x26\x8f\x31\xa3\xde\x6b\x9c\x9b\x0f\xe3\x6b\x5b\x11\x27\x79\xc1\xab\x17\x43\xfd\xfb\x17\xb2\xe8\xc0\x8b\xd5\x12\xbc\x34\xdb\x71\xe7\xdc\x48\x51\x78\x47\xdb\x46\xb1\xd9\xa9\x3a\xe3\x6d\x6d\x9b\xf1\x58\x11\x17\x78\xa1\xac\x52\x0d\x0b\xc2\x5a\x97\x78\x30\x9a\x07\x1f\x28\xe7\xe8\xac\x03\x8a\xef\xdd\x21\x90\x78\x21\x27\x0a\x82\x30\xc1\xfa\xa4\x6d\x20\xfe\x12\xa7\x82\x09\xff\x6a\xa5\xe3\x71\x4a\xe4\x45\x47\xe3\x04\x60\x7d\x85\x69\x1b\xc8\xdb\x84\x57\xc5\x38\xa7\xe5\xd1\x3c\x1e\x4f\x6c\x1f\xa4\x41\x8a\xf5\x5a\x54\xc9\x37\x60\x64\x0e\xc9\xdf\x0a\x95\xba\xc7\xe5\x3e\xb9\x1d\x86\xc1\xdb\xb0\x0c\x9e\x6d\x4b\xea\xdf\x61\xfd\xcf\xca\xde\x34\x4a\xde\xe0\x76\x85\x6f\x30\xca\xd2\x3b\x76\xfe\x72\xbb\x4d\xf4\x10\x9a\xb8\x8b\x7c\x39\x18\x29\xfe\x49\x8d\x18\x13\x0b\xc1\x8d\xbb\x22\x43\x20\xe9\xb0\xaa\xa9\x20\x19\x81\xe2\x11\x04\xa7\x3c\xd6\x09\x71\xe6\x47\xe0\xb2\xcc\x40\xd8\x97\xfa\x32\x30\xc5\xa3\x81\xa9\x6b\x6c\xc9\x03\x39\x4b\x09\x54\x1e\xea\xa1\xc0\x43\x25\x04\xfc\x39\x75\x6d\xb0\x5a\x42\x9f\xf7\x6e\xb1\xe9\xeb\xa3\x15\x64\xb5\x9e\x90\x50\xc3\x1a\x4c\x46\x5d\x00\xac\x56\x9f\x94\xb3\x51\xee\xb1\xd6\xa4\x09\x14\x5f\x1f\x12\x9b\xb7\xe9\x5a\xce\x7b\x05\x1a\x1d\xe5\x51\xa7\x81\x06\xbe\xab\xf3\x92\x33\x73\xcc\x2d\xe2\xe3\x99\x8c\xff\x05\xa7\x62\x2e\x9d\xda\xb7\x9c\x5e\xee\xf3\x42\x91\x24\xcd\x5b\xe0\x74\x82\x87\x0e\x3b\x60\x60\x9c\xe2\x18\x2d\x99\x69\xf1\x00\xa3\x74\x33\x90\x10\x8f\xf1\x07\x03\x5b\x48\x4d\x71\xdc\x3b\xa4\x90\xca\x24\xb2\x89\x31\x2b\x2d\xa7\x97\x57\xf0\xde\xa8\x19\x6f\xf3\xb3\xae\x51\x01\xc8\x85\xbb\x8f\x45\xec\x12\x31\x97\x93\x7a\x09\x98\x97\x93\xc2\xf2\x23\x09\x8a\x8d\xc3\xae\x31\xe9\x8d\x42\x0a\x2b\xae\xd7\x39\xb5\xa9\x62\xe1\x7e\x8d\x47\x27\xa3\xb1\x91\x1f\x36\xed\x1d\x8d\x48\x12\x86\x81\x70\x4a\x57\xdc\xc2\x10\xd0\x69\x2e\xd3\xec\xe3\x15\xa8\xb2\xc0\x02\x6d\x3e\x89\x5a\xf8\x9f\x5e\x73\x55\x12\x07\x31\x47\xd8\xaf\xa0\xb0\xa0\x68\xd4\x17\x6d\x1c\x68\x34\xc4\x06\x50\x11\x7e\xca\xd6\xcb\x79\xb8\xd5\x14\xb1\x2a\x52\x50\x23\x1a\x60\xe9\xaa\xa0\xf3\xfa\x18\xc2\x01\x83\x72\x03\xfd\xc4\x30\x41\x82\x7b\x63\xd8\xde\xd9\x5e\x96\x91\x71\xb1\xa8\x4c\x1a\x3b\x13\xee\x77\x30\x17\x2e\x34\x98\x0d\x17\x3a\xe0\xed\x15\xa0\x74\x42\xcf\x5e\x9d\x07\xd8\x86\xaa\x79\xeb\xc0\xa5\x1e\xb2\xb9\x26\x56\x2f\xe6\xab\x46\xa3\xbf\xf9\xfc\xda\x0d\xe7\xfd\x05\x7c\xed\x4d\x57\x37\xcc\x15\x0a\x7d\xc1\x58\x7c\x9c\xb7\x2f\x0c\xf0\xe2\xdc\x93\xf1\xb3\x76\x36\xcd\x7c\x9f\x8c\xc6\xdd\x0a\xe8\x08\x8d\x09\x61\x7c\xfb\x5e\x4e\xcb\xa9\xbb\xd1\x26\xe5\xb4\x7d\x9f\x91\xc0\x5c\x62\x34\xee\xa6\xc0\xf7\x1a\x74\x40\xe1\x69\x69\x74\x7a\x62\x4f\x8d\x83\xc3\x5e\x6d\x5a\xfa\x22\x95\x1f\xb9\x84\xad\xd6\x2b\x27\xa9\x6b\x41\xee\xec\x20\xa1\x86\xb0\x9b\xae\xcf\x0e\x90\xb9\x51\x47\xff\x2b\x46\x62\x44\xb0\x8d\xa1\x82\x48\xc5\xd5\x8f\x25\x5f\xe5\x0a\x1c\xbb\xa4\x9d\xc1\x48\xbd\x13\xb3\x3d\x3f\x51\x14\xa7\x21\x4e\x49\xdf\x2c\x12\xda\xff\xfa\x05\x40\x32\xe2\xb8\xc2\x1f\xb0\x4d\x4d\x7a\x96\xf6\x3f\x60\xf9\xa2\x0b\x49\xfe\xda\x0b\x56\x33\xac\x76\xcc\x34\x99\x73\xbc\x49\xad\x05\xd5\xd1\xb2\xf5\x5e\x9a\x60\xc0\x09\xa1\xc2\xd1\xaa\x15\x9b\x9d\x56\x67\x1d\x6a\xad\xa1\x59\x2b\x4b\xef\x77\x29\xba\x6a\x49\xf7\x4c\xb4\x8d\x0c\x0b\xa2\x07\xb0\x58\x0e\xf6\x51\x74\x64\x74\x2e\xf6\xcb\xbe\x75\x75\x4f\xe7\x8b\x76\x2f\x4b\x5f\x67\xc0\x44\x8f\x48\x40\xa1\x37\xde\xa0\x54\xf3\xde\x8a\xb8\x0c\xf6\xcb\x1c\xfd\xcd\x93\xb2\x39\x8f\x9a\x53\xfc\xb4\x3c\x2d\x59\xde\x3c\x5b\xfa\xe2\xc2\xf6\x8c\x38\x62\xae\x6c\xd6\x5f\x14\xf5\x1c\x71\x25\x39\x64\xb6\x71\x9e\x23\x4f\xde\xf6\x4a\x64\x49\x0c\x07\xb3\x01\xd4\x81\xa1\x2f\x72\x20\x12\x72\x7b\xab\x42\xc7\x2c\x01\xe0\x42\xc1\x7f\xa9\x3d\xe8\xdd\x65\x6f\x13\xb9\xdf\x04\x09\x02\xea\x9d\xf4\x34\xb3\xe4\x28\x55\x2d\x5a\xcd\xb5\x5d\xdf\x06\x2b\xf8\x40\x16\x4b\xe7\x1c\xce\x08\x40\x50\x57\x8a\x84\x1a\xe9\x2a\xe0\xad\x34\xcf\x69\xb2\x02\x77\x55\x2e\x31\xf7\xdc\xf7\x84\xc9\x7d\x84\x69\xb8\x79\xda\xac\x96\xd0\x47\x18\x38\xaa\x9b\x01\xef\x6a\xe2\x4f\xd3\x33\x6f\x09\xa7\x8e\x65\xbd\x48\xf5\x92\x6d\xd6\x61\x01\x3d\xeb\xbe\x30\x9b\x99\x24\x83\xc2\x78\x6e\x07\x98\x05\x80\x1b\xaa\xea\x7a\xdf\x55\x57\xcb\xaf\x4a\x21\xf9\x04\x1f\xea\x1a\xa3\xcb\x0d\x8f\x0b\xba\x6f\x63\x11\xf4\x9d\x71\x7b\x42\xf3\x28\x2a\xa6\xe9\xa5\xb8\xe6\x8b\x96\xec\x72\xef\xe4\x7f\x75\x2d\xf1\xe0\x4b\x44\xb0\xb5\xf6\x84\xfe\x0a\x76\xd2\x92\xaf\x64\x7a\x13\x3c\xf7\x6f\xc2\xeb\x5b\x13\x13\xdf\xa2\xfa\x0f\xb9\x8b\x65\xb3\x19\xea\xda\xff\x62\x17\x4b\x42\xac\x3b\x66\xf7\xd2\xe6\xf3\x56\x03\x15\x28\x1a\xb8\xb3\xde\x8a\x3a\x3c\x9d\xa3\xba\x8e\xf3\x09\xeb\x5e\x01\x54\x85\x6a\x5d\xdf\x63\x49\x47\x6e\x44\x15\xbc\x75\xa3\x5e\xc3\x21\xa8\x07\x56\x78\xc0\x6b\x7c\xd5\x54\x61\x78\x20\x36\x72\x3c\x10\xf5\xc6\x02\xe5\x61\x6d\xeb\x80\x9e\x6b\xcb\x9e\x34\xcf\x1a\x58\x75\xf6\x54\xc4\x77\x28\xb5\x4b\xfa\x48\x65\x4f\x29\xfa\x9c\xfb\x8c\xe8\x78\x0e\x7a\x77\xbe\xde\xb2\x4b\x60\x64\x3e\x73\x78\xd3\x0d\xf5\x94\x41\xc3\xc2\x28\x23\x7b\xda\xae\x6d\xe5\xac\x76\x3c\x0a\x55\x98\x5a\xa0\xca\x4b\x32\x9a\x8d\xcc\xc4\xf2\x69\xa3\xf0\x3d\x89\xd5\xa2\x4c\xac\x6f\x02\xc8\xee\x29\x53\x04\xf2\x2a\x4f\xbb\x2a\xec\xc4\xa4\xd5\x89\xdc\x48\xad\x1a\x70\xea\xbe\x66\xfb\x2d\x3e\x56\xa5\x6e\x33\x12\xe9\x1d\x35\xe0\xde\xee\xfb\x09\x24\xca\xcc\xbd\xee\x77\xd3\xc0\x5a\xd6\x34\x3f\xdc\x3b\xcd\x13\x9a\x30\x63\x84\x9a\x1d\x2e\xc1\x24\x96\xde\x60\x61\x41\x9d\xa6\xe3\x7a\x0d\x96\xc1\x24\x5c\x06\xa2\x3d\x3c\xbd\xfd\x0a\x9a\x7b\xa4\x16\x3d\x3e\xe6\xf1\xad\x57\x93\x1a\x5c\x3e\x7b\x53\x73\x3e\x8b\xa2\x78\x06\x3e\x45\x21\xfd\x1f\x36\xe1\xb7\x69\xf6\x31\x3e\xaa\x8e\x3d\x23\xf4\x0e\x86\x33\x81\xfe\x53\xa3\x10\x07\x2b\xe7\x70\xa0\x15\x57\x6f\x9c\xee\x55\xb0\x25\xfc\xde\xb9\x14\x43\xc6\x5b\x7a\xdd\x0d\xe0\x8c\xd5\x81\x58\xe5\x95\x3e\x96\xbe\xd5\xf1\xa6\xad\x08\xc2\xe9\x5a\xf5\x75\x2a\xbd\x32\xba\xb9\x88\xd7\xae\xb7\x62\xd7\x6d\x16\xae\x49\x1b\xef\x35\x2a\x8c\x68\x37\xe9\x27\x2e\xd5\x67\x5a\xa4\x0b\xe8\xe4\x21\x07\x1a\x8c\xb6\xef\x46\x0d\x11\x37\xaf\xa3\x68\xb8\x59\x8c\xe6\x0f\x61\xb9\x82\x0a\xfb\xa0\xb3\x3c\x36\xfd\xaa\xef\x66\xd1\x75\x57\xf8\x4e\xe4\xa5\xe2\x88\x9d\x57\x75\xb2\x85\xb1\xc6\xf6\xaa\x33\x94\xcc\x20\xe1\xb5\xbb\x64\xc2\x0f\xb4\x3b\x10\x49\x08\x4e\xc3\xfb\xeb\x03\xec\x06\xd4\x07\x8f\xe7\xfc\xcb\x46\xdf\xfb\x44\xc6\xcd\x23\xf0\x31\xc9\xb1\x7b\x48\xe4\x05\x47\x4c\x20\xb1\x7d\xad\x2b\x88\x11\x20\x0b\xd4\xb1\x8c\x68\x79\x4e\x86\x8c\x2f\x8e\x34\xc3\x3e\xe5\xda\x66\x00\xa4\xc7\x81\x82\xd6\x7f\x77\x9a\xbc\x21\x6e\x84\x0f\x83\x16\x57\xeb\xd2\x68\x4a\xa0\x13\x73\x0d\xeb\xe1\x40\xbd\x4b\x85\xd0\x3f\x3e\x73\xc3\x38\x3f\x67\x66\xf7\xcd\x28\x6e\xc9\x7b\x76\x20\xb9\x3b\xb6\x09\x74\x4c\xa7\x7f\x87\x83\xdf\x08\x42\xdb\x16\x08\xec\x0e\x2f\xa6\xe4\x19\x30\x8b\xc9\x1f\x07\xfa\xce\xf3\x36\x82\xcf\x4b\x2d\xa7\x4a\xa5\x30\x88\x81\x9e\x6a\x13\xd2\x19\x1e\x3c\x75\x50\x0c\x3e\xd9\xf4\x39\x67\x43\x3c\x77\xbf\x20\x43\xf4\xf1\xf1\x98\x7c\x97\x5b\xbf\x5f\xce\xfb\x2a\x26\xba\xe0\x4b\x82\x20\x37\x6b\xce\x5e\x4d\x5f\x8b\x8a\x75\x90\x93\xba\x48\xa1\x6b\x1e\x40\x85\xae\xb9\x87\x15\x0a\x82\x48\x6e\x0f\x4b\xa6\x0e\x74\xa7\x4b\xce\xb6\xbb\x6e\xe1\x4e\x7c\xab\x33\x4d\x90\x72\xae\x6b\x3e\xcd\x36\x13\x35\xcd\x36\x1e\x30\xe1\xd6\x17\xf7\xea\xfa\x90\xca\xd6\x49\x7d\x5f\xe0\x3c\x28\x77\x87\x9f\x67\xb3\x85\x4a\x3c\x9a\xfd\xea\x58\x2a\x9e\x78\xef\x0a\x97\xdc\xb3\xba\xb6\x66\x1d\x01\x60\x56\x08\xe7\xf9\x16\x54\xb5\x40\x00\x71\x8b\xcc\x54\xd3\xfa\x0f\xbc\xeb\x1f\x06\x95\xd3\xbc\x87\x36\x6b\x88\x8e\x1e\xf4\xc5\xb4\xe2\x85\x95\x47\xd8\x56\x04\xf8\x9d\x75\x3d\x82\xef\x11\x63\x39\xad\x74\x86\x5d\x91\x83\x52\x62\xa5\xf9\x97\x02\xdb\x90\xaf\xe3\x34\x8a\xca\xa9\xf4\xe5\xf7\xe7\x73\x92\xaf\xe3\x5b\x1e\x45\xb7\x46\xe0\xf5\x9b\xc8\xcb\x78\xf4\xbe\x1c\x11\xc6\x0c\x1e\x63\x98\xe5\xef\xb7\x81\x91\x27\x63\x33\x72\x57\xb0\x8b\xc6\xed\xe1\x9e\xcd\x4e\xf7\x67\x61\xaa\xd3\xfd\x78\x4c\x0a\x5c\xd1\x41\xfb\x4c\xb2\x8b\xfd\x52\xf3\xa9\x70\xd7\x3b\x07\x39\xac\x55\x73\x14\xc5\x05\xbb\x15\x71\x45\x03\xd9\x2b\xce\xde\x05\x5f\x1e\x08\x41\xb6\x75\xdf\xce\x39\x99\x9f\xee\xcf\x75\xb3\x26\x13\x1c\xf5\xcc\xa5\xd0\x6c\xf7\x8a\x81\x41\xfc\x36\x26\x74\xc3\xb2\xa9\x12\x31\x19\x64\x53\xbe\xdd\xa9\xdb\x18\xd4\xec\xa2\x48\x9e\xcf\x16\x2b\xb6\xe6\xf1\x0a\xd7\xdb\x4a\x2f\x4d\x09\x9a\xf3\x30\x21\x0e\x8e\x35\x8a\x86\xe9\x62\xa3\x53\xa2\x6a\x07\x75\x0f\xf2\x4f\xf3\x58\x18\x7d\x8f\xc0\x12\x95\x6e\xa6\xd9\x66\x7c\x2d\xe2\x8a\x58\x78\x49\x92\x98\x29\x01\x75\x80\xbc\x3a\x36\x3f\x51\x14\xaf\xd8\xc6\x6b\xd6\x8c\x10\xab\xc8\x62\x0c\xf6\x8d\x8e\xc2\x73\xbd\x44\xe9\x8e\xa1\xae\xfa\x8a\x2a\x91\x6c\xa8\x2e\x30\x29\x16\xc5\xc5\xfe\xef\x85\xa9\x7a\x99\x54\x54\xc8\xfc\x2a\x2f\x93\xbc\xae\xe3\x74\x61\x96\x96\xeb\xa8\x07\x14\xbb\x18\x65\x7b\x35\x4a\x46\x63\x58\xff\x23\x72\x18\x7c\x2f\x8d\x66\xd6\x0e\x58\x2f\x4e\x47\x10\xf5\x03\x4f\x57\x23\xca\xe9\x8e\x1c\x94\x1e\x9f\x28\x7a\x8a\x5b\x8d\xfe\x4d\xa2\x34\xb8\xd3\x54\xb6\x76\xa1\xea\x76\x97\x97\x57\x6c\x38\xa3\xbd\xab\x9f\xf5\xb4\x8c\xf9\x1a\xbd\x37\xad\x57\x94\xac\xc8\x77\x97\x22\x95\xab\x27\xa9\x4a\x0d\xe9\xd7\x04\xe8\x7b\x14\xa1\xda\xf4\xe8\x3c\xd8\x15\x69\x5e\xa2\x3c\xce\x42\xee\x9d\x70\xc0\x72\xe4\xa5\x7a\x82\xd0\xf4\x9a\x22\x9c\xe6\x95\xee\xe5\xab\xb2\xb8\x8d\x49\x5d\x2b\x27\x17\x32\x84\x00\x74\xaa\xae\xdf\xa9\x58\x05\xd6\x62\x1f\x38\x78\xdf\x9c\xd9\x37\x29\x18\x6c\xb0\xff\xf2\x95\x48\xcc\x70\xdd\x05\x92\x4b\xd0\x85\x91\x79\x06\xea\xd1\xbe\x0e\x49\xb5\x4d\xa5\xd2\x9c\x5e\xd9\x88\x1b\x2c\xd0\x43\xc5\x0b\x30\x45\x6a\x6f\x8f\x52\x6f\x8f\xd2\x6e\x8f\xdc\xa5\xb0\x6f\xde\x71\x0e\x10\x93\xd3\x6c\x73\x3e\x9f\xcd\xea\xba\x04\x0d\x39\x93\x64\x32\x5f\x62\x2c\xbe\x3d\xe5\xcd\x07\x69\x0e\x39\x83\x82\xf1\x48\x99\xa2\x08\x4d\x19\x2a\xdc\x8a\xb0\x2b\xcd\x4d\x86\x72\xb8\x56\xb4\x3d\x51\x2a\x34\x46\x50\x53\x00\x58\x7a\xd5\x29\x66\x9a\x6d\x52\xf9\x48\xc5\x15\x21\xe7\x93\x39\xb9\x4b\xd9\x37\x32\xe6\xd4\x6b\x1c\x1d\xc1\x48\x8d\xc8\xe0\x52\xf2\xf4\xa3\x39\x7e\x9a\x62\x60\xce\xa2\xa8\x15\x80\x98\xde\x4e\x07\xd1\xef\x2c\xee\x50\xab\xd5\xe8\x46\x8c\x10\xd0\x5a\x3d\x5a\x3d\x19\xa4\x51\x84\xdb\x25\xa8\x49\x6f\x19\xbf\x78\x5f\x8e\xf7\xa9\xf5\xd8\x7d\xb1\xa4\x52\xff\x87\x62\x25\x37\xd7\xe1\x3c\x7b\x4a\x0d\xac\x9d\xe4\xa2\xf4\xe6\x90\x0a\x76\x87\xd0\xa2\xc9\x9a\xc7\x39\x9d\x11\xaa\xe3\xe0\x03\xb0\x48\x0f\x03\x69\x0e\x73\xbd\xf6\xe1\x17\xcc\xf0\x0f\xba\xac\x0e\x2e\xa9\x33\x94\x81\x03\x47\x51\xac\x31\x30\x26\x7e\x65\x2f\xd9\x40\x88\xa4\x29\xdf\x4c\x48\xc9\x33\x35\xa2\x23\xb1\x5e\x8f\x0c\x06\x6a\x3b\x4d\xba\xcb\x55\x5a\x00\xa4\xdd\x91\x64\xd5\x8e\x17\x05\xf0\x6c\x23\x3a\x5a\xa7\x45\xc5\x03\x38\x34\xee\x18\x9e\x6c\x6b\x89\x16\xbd\xcb\xf1\x30\xb2\x5c\xe6\x4e\x14\x45\x5e\x5e\x3d\x4b\x2b\xe5\x7c\x51\x99\xb0\x80\xfa\xcf\xcb\x34\xcb\xf6\x32\x55\xdc\x81\x3c\xba\xf4\x9b\xb4\xea\x06\x66\x62\xbb\x13\x15\x14\x13\x3c\x6e\xbf\xe0\x8e\xa0\xfe\x28\xf0\x48\x4a\x25\x4f\x3f\x0b\x45\x65\x44\x47\x80\xee\xe8\x81\x50\x39\x88\xaa\x39\xdf\x76\x01\xb9\x7c\x7b\x6d\x6e\x11\xb6\xf4\xc5\xb6\x2e\xc4\x4d\x72\x82\x4a\x2f\xa7\x27\x7d\xd8\x5e\xa6\x8e\x2f\xfd\x3a\x66\x80\x7a\xe5\xf4\x47\x1d\x5b\x61\x78\xf2\xf9\x6c\x36\xd3\x2c\x5c\x7b\xa2\x00\x35\xdd\xce\xe2\xae\x81\xb0\x31\x66\x8a\x6c\x34\x77\x86\x89\x97\x45\x9a\x7d\x1c\x11\xfa\x0a\xad\x02\x3c\xfc\x9c\xbe\xe9\x2c\xd2\x4a\x3d\x82\x75\x09\x9a\xa0\xad\x30\xa3\x5e\xec\x42\x01\x57\x30\x4c\x08\x41\x26\x5d\x43\x3e\xf7\xcd\xff\x95\x4c\x33\xfe\x9a\xcb\x5c\xac\x82\xab\xe8\x75\x70\x15\x5d\x2b\x27\x25\x36\xa0\xae\x75\x2d\xad\x6e\x91\xa5\xaa\x35\xe9\x86\x2c\x9e\x3b\x72\x4c\x16\x9a\xb3\x9d\x8a\x35\x29\x69\x03\x04\x7b\x9b\xc7\x60\x5f\x07\x0f\x06\xa3\x81\x80\x83\xa7\x4a\x63\x41\x35\x19\x4d\xfe\xfe\x70\x31\x02\x76\x68\x94\x60\x0a\x6b\x7f\x75\xa3\x4f\xe5\x6d\xba\x83\x64\x34\x6d\x66\xcd\xe8\x97\x30\x93\x8d\x31\xbd\x56\x8b\x22\xdd\x55\x7c\xa1\x59\xfb\x55\x52\x21\x96\x32\xad\x3c\x54\x9b\x90\xae\xc6\xd7\xda\xcb\x74\x85\xd0\x5c\x1e\x4a\x0d\x0f\x34\x99\x41\x86\xe5\x2b\xe7\x59\xb0\x43\xe4\x3d\xca\x6e\xcc\x34\xd3\xdc\xa2\x9e\xa5\xea\x42\x2e\x1d\x2b\xa2\xeb\x87\x5b\xfd\xb5\xa8\xe2\xb5\x8f\x34\x6b\x2c\x09\xe6\x70\xbf\x92\x81\x99\x47\xc9\x66\x78\xf6\x23\xe0\x88\x3a\x3d\x2d\x59\xe9\xb1\xad\xd8\x80\xb2\xae\xcb\xbe\xd6\xf9\x33\x05\xe4\xb2\xaf\x3c\x52\x06\xca\xc7\xdd\xcc\x78\xf3\x84\x4a\x36\x61\x73\x7b\x34\x6d\xc2\x04\x17\xf9\x12\x6f\x51\x54\x7d\x71\x4b\xe7\x23\xd7\xd3\x1e\xfa\x11\xfd\xc8\xdb\xba\xe3\x70\x65\x79\x3a\x4f\x39\xb3\x56\x30\x75\x3d\x7c\x22\xc0\x3f\xb4\x37\xae\x6b\x1e\xbf\xc8\x0d\xd3\x45\xf4\xbd\xa0\x87\x11\xe7\xad\x04\xb5\xb3\xe1\x8c\x2a\x56\x86\x13\xa3\x07\x98\x0e\x95\x47\x0c\x48\x5e\xa9\xc5\xb5\x88\xf1\x97\x7d\x7e\x1f\xb4\xeb\x11\x84\x0a\x9f\x54\x26\x34\x47\xc6\x2a\x65\x5f\x5a\xe5\x92\xb7\xb7\x3b\xbe\x50\xc6\xf1\x00\x53\xc0\x00\xa4\x75\x3d\x1f\x82\x42\x92\x6d\x85\x33\xb6\xf8\x72\xc8\x02\x41\xaa\x2d\x42\x13\xbb\x41\x0c\x45\x37\x15\x29\xa4\xf8\x29\x2d\xf6\xdc\x51\xe7\xa7\x95\x37\xab\x43\x56\x9e\x92\x8a\xf9\x41\x03\xfb\x38\x68\x35\x6a\xf6\xac\xd0\xbb\xab\xf2\x3c\xb0\xc5\x1d\xfd\xaa\xc9\xfc\x34\x3f\x8b\xf7\x0b\xab\xea\x9e\xcc\x08\x4c\x7a\xf3\xac\x93\x9f\xcd\x16\x50\x50\xb2\xbf\xc8\x97\xc6\x3a\x53\x34\xd6\x99\xec\x4b\x6b\x41\x2b\x2e\xd2\xf1\x43\x58\x16\x15\x63\xaa\xae\x2b\xc6\xa4\xe5\x7c\x5e\xe4\xb1\x2e\x08\x87\x3c\xc1\x19\xb8\xc8\x97\x84\xae\x74\xb6\xe5\xb8\x34\xd3\x10\x97\x67\xb3\xba\xae\x86\x4c\x11\xe0\x33\x74\x99\x71\xb9\x98\x27\x33\xb2\x24\x74\xcd\xe3\x8c\x82\x6b\x02\xd4\x14\xcc\xe2\x94\x56\x54\xc2\x62\x58\x79\x0b\x66\x45\x73\x1f\x22\xb5\x0a\x54\xe9\xd6\x2c\x5d\x74\x07\x78\x22\x93\xd9\xe9\xe6\x74\xc3\x36\x7e\x62\x7c\x58\x63\x59\xac\x19\x26\x6f\x9a\x66\xad\xe5\xe9\x33\x68\x6b\x02\xb5\x8f\xd9\x06\x9f\xf5\x10\x3b\xc1\x54\x73\x40\xf5\x78\xbc\xe7\x73\xb1\xaf\xec\x13\xa6\x6e\xed\x9a\xc9\xd3\xdd\xe9\x8e\xed\xda\xb1\xae\x19\x3b\xba\xf3\x9b\xa1\xcf\x94\x63\xed\x18\xdf\xdf\x0e\x0f\xe5\x8a\x7b\x2e\x9c\x91\x4a\x6a\x88\x91\x7c\x8b\xaf\x37\xde\x3d\xf7\x9b\x9f\x1e\x69\x2e\x27\xdd\xe4\xe9\xca\x4f\xfa\x24\xe4\x82\x2e\xd4\x72\xc0\xa7\x95\x90\x3e\x28\x45\x5b\x18\x62\x99\x62\x65\x7e\x20\x2e\x05\x00\x0a\xe9\x99\x6e\x9e\x32\xe7\xa7\x2d\x17\xe4\x96\xc8\x44\x70\x2d\x0e\x2c\x82\x5e\x19\x3b\x4d\x1c\x6a\xfe\x9a\xe6\xb6\xcc\x73\x66\x30\xf8\x53\x06\xa4\xa3\xa9\xd3\xc5\xd3\x8a\x5d\x7b\xb9\xf4\x1f\x42\x0b\x26\x2c\x7f\xbe\xb0\x29\x2d\xe3\x91\x08\x17\x80\xf4\xe7\xa0\x3c\xd3\xac\xf2\x64\xa2\x34\x55\x88\xe0\x42\x93\x49\x49\x1f\x52\x83\xbe\x5f\x2c\xaa\x24\xa5\xc5\x22\x4d\x2a\x42\x0e\x07\x4f\xa0\xf5\xb8\xed\x9e\xf5\x65\x78\xb5\x99\x34\x17\xa6\x20\x4e\x55\x5d\x73\xb2\xa4\x3e\x74\xd9\xf3\x30\x8b\x7b\x1f\x32\x2f\xea\x8d\x80\x40\x37\x0f\xad\xf6\xb8\x35\x21\xf6\xf1\x8f\x1a\x1e\x10\xef\xfb\x33\x93\x9a\xf8\xc2\x30\x2c\x72\xd6\x20\x6e\x84\x05\x36\xaf\xe6\xba\x84\x73\xb9\x58\xf3\x58\x52\x4d\x59\x80\xc7\x51\xef\xa4\x4d\xfa\x10\xe8\xf9\x34\xdb\x0c\xbc\xfb\x8e\x31\x4d\xb2\x9c\xab\x45\x23\x88\x53\x24\x91\x67\x33\x2f\x60\x46\x12\x7e\x88\x15\x56\xa2\xba\xe2\x0f\xdf\x55\x74\x8b\x6e\x38\xb7\xed\x8f\x22\x75\x16\x76\xc5\x03\xad\xe1\x6d\x0b\x0b\xc7\x06\x05\x0f\xeb\xf2\xa2\x5c\x32\x1c\xc4\x8b\x72\xe9\x39\xbd\x6f\x00\x6f\xda\x6f\xc2\x19\x18\x0f\x64\xdb\x50\x34\x57\xd7\x7c\x8a\x8e\x77\x1b\x3c\x32\xdc\x7b\x03\x74\x72\x8b\x87\xf5\x4e\x8f\x6c\x4e\xce\x66\x03\x31\xd4\x1f\x25\x7c\x2c\xe2\x9c\x49\x2a\x59\x49\x12\x0c\xd6\xb5\x9d\xcd\xd0\x23\x12\xf1\x97\xde\x6f\x9a\xf1\x92\xed\xa0\xb2\xae\x65\xa0\x20\xf1\xa3\xd7\xe8\x9f\xf5\x6f\xbb\x24\xa1\x37\x1c\x38\x3c\x7d\x76\xa4\xf2\x56\xef\x64\xb0\x1d\x9f\x11\x5a\xfa\x8e\x89\x1d\x51\xd0\xec\xe8\x8b\x25\xb5\xc4\x48\x97\x8d\xd4\xb7\x52\x79\x91\x2f\x99\x57\x87\xb4\xaa\xbf\x54\x5f\x26\x14\x75\x48\xa0\x41\x4f\x38\x18\x1c\xdb\x86\xc0\x21\x46\x82\x3e\xfc\xd4\x51\xf2\x08\x6a\xb5\x10\x61\x83\x1c\x5c\x06\x53\x5b\x6a\xde\x2d\xd5\xef\xd6\xef\xed\x91\x79\x09\xb2\x96\x30\xd1\xdf\x3a\x04\xd1\x26\xaf\x94\x90\xb7\xd3\x95\x28\x39\xcd\xd9\xb5\x88\x4b\x32\xc8\xa3\x28\x37\xcd\x59\xc4\xe5\x45\xe9\x04\x27\x4b\xa6\xe8\x37\xb6\x0c\x92\xfc\xdc\xd5\x60\x71\x41\x77\x2e\x5d\xcb\x90\xcf\xef\xb6\xa9\x9d\x0a\x4d\x4e\x95\x53\x14\xc5\x0d\x24\x33\xd0\xaf\x6f\x78\xf1\x6a\x07\xea\x58\xcd\x37\x24\x01\x65\xe9\x18\x03\x5f\x88\xd5\xdb\x7c\xcb\xbd\x3c\xfa\xd3\x66\x71\xe9\xeb\xfa\x58\x33\x94\x95\x9d\xcc\xec\x36\x19\x7d\x31\x62\x2c\xaf\xeb\xd1\x18\xc1\x0d\x5b\x02\xa4\x1e\x51\xad\x9c\x56\x62\xcb\xd5\x26\x2f\xaf\x90\xdd\xe5\x2b\x7d\x22\x97\x7d\xc1\x9e\x67\x96\x66\xfc\xbd\xa6\x9f\x31\xd8\x8c\x0b\xd8\x8b\x56\xca\x65\xd2\x3d\x45\x41\x5c\x91\xde\x26\x5f\xcd\x66\x60\xb4\x26\xe8\xb5\x88\x73\x98\x40\xa2\xa9\xd7\x05\xfe\xbe\xc0\x3f\xfe\xd4\x25\x4f\x00\x87\x04\x93\x0e\x82\xe1\x6a\x3c\xf1\xd0\xf6\x50\x0b\x2f\x64\xc7\x24\x2d\xa3\x68\x38\x1f\xa2\x86\x13\x4f\xe5\x0f\x7c\x25\xa2\xe8\x71\x1e\xe7\xd3\x7d\x09\x25\x1f\xec\x2e\xa1\x4d\x37\x50\xb6\x99\xaf\x92\x97\xe9\xcb\x60\xbd\xb8\x55\x72\x17\xc3\xab\xd0\xe8\x12\xf4\x5d\x9c\xcc\xc0\x18\x23\x11\x78\x1e\xd9\x46\x91\x4e\x34\xcd\xb6\x47\xd3\x69\xe2\x4d\xb1\x7e\xd3\xd1\x3b\x23\x89\x51\x66\xf6\x68\xfb\x35\xad\x45\x8b\x78\x52\x7e\xc9\x66\xa7\xb2\x39\x61\xe5\x78\x4c\xbc\x94\x17\x72\xc9\xcc\x89\x65\x8e\x5c\xb9\x34\x87\x24\xfa\xb7\xc1\x10\x23\x1d\xb2\x12\x67\xd0\x5f\xc7\xdf\xce\xbb\x3f\x7a\x89\xe9\xef\x1b\xe5\xa8\x43\xa4\x87\x41\xa7\xbb\x67\x18\x20\x95\x4e\x6d\x17\xaa\x66\x03\xcc\x86\xd6\x07\x94\x1d\x80\xce\xc3\x01\x49\xd4\xc1\x6e\xef\x81\x83\xd3\x91\xd3\xcb\x3c\xad\xea\x5a\x13\x34\xaa\x39\x5f\xa1\x43\xed\x43\x17\x7b\x79\x36\x5b\x4c\xe6\xc9\x9c\x0c\xde\xe9\xde\xff\xdb\xe8\x91\x01\x0c\xa6\xe6\x34\x86\x73\xc6\x1c\x42\x54\x5d\x0f\x75\x73\xeb\xfa\x6f\x12\x3a\xe5\xad\x8e\x77\x96\xe2\x9b\xf2\xdf\xf7\x69\x51\xc5\x50\x19\x81\xe7\xa8\x8a\x17\x4c\x99\xe1\x88\xbd\x45\xe6\x8b\xd5\xbd\xe0\x2a\x1c\x22\x04\xa5\xc4\xc5\x44\xac\xf8\x1e\x0d\x30\x1f\x65\x2a\xbf\xce\xd5\x2d\x7a\xe9\x69\xe0\x16\x40\xca\xd2\xf4\x07\x97\x38\x5a\x40\x06\xa4\xcb\xbf\xfb\xec\x49\xa8\x60\xb3\x53\x71\xa6\x5a\x77\x8b\xb0\xd4\x63\xea\x26\xe8\x42\x2c\x41\x8f\xad\x75\xe4\xf4\xdc\x4c\xfa\xba\xf6\x2e\x23\xb1\xa4\x05\xfb\x45\x57\x9e\x5a\x89\x64\x15\x45\x96\x52\x46\x0d\xb4\xbd\x4d\x00\x53\x07\xd1\xf0\x4b\x47\x9e\xc6\x79\x5d\x17\x43\x66\x73\xd7\xf5\x5e\x7f\xc0\x7c\xea\xd3\xb6\xae\x01\xd1\x34\xbc\xa6\xa8\x20\x84\xe6\x17\xc2\x6d\x80\x82\xee\x9d\x04\xf4\x24\x5f\xc0\xc5\xa5\xbc\x4b\xcb\x7f\x6b\xfc\xae\xe7\x7d\xd0\x27\x9c\x90\xd1\xdf\xa6\xf2\x23\x5f\xbd\xd9\xa5\x65\x1b\xcd\x38\x88\xeb\x28\xfb\x55\x2c\x88\xbf\x48\xf5\xf8\x54\x18\x04\xc4\x8b\x31\x6e\xaf\x80\x80\xae\xeb\xb8\x98\xe6\x65\x56\xec\xab\xfc\x9a\x7f\xcf\xd7\x6a\x81\x11\x67\x70\x41\x24\xe6\x43\x59\x09\xb7\xcd\xab\x44\x98\x13\xb0\xcc\x16\x3a\xfc\xdc\x66\x54\xe2\x1c\xb3\x01\xa1\x95\x47\x51\xfc\x1d\x3a\x34\x81\xbd\x8b\xce\x7d\x9e\x96\x60\x4e\x4d\x8b\x29\xff\xa4\x69\xf6\x5c\x15\xb7\x8f\xf5\xf9\xca\x57\x98\x2d\x1c\x87\xbb\xc9\x24\x1d\x64\xa2\x54\x79\xb9\xe7\x07\x14\xab\x80\x69\xff\x34\x55\x62\x9b\x67\xc4\xc6\x19\x3d\x31\x78\xa9\xa4\x19\x2b\x10\x4b\xb6\x3c\x9b\x2d\xe6\xc9\x64\x4e\x70\x18\x80\xd1\x0e\x7b\x90\xb4\x06\x83\x80\x4f\xce\x5f\xf5\x84\x65\x74\x52\x52\xb0\x66\x0e\x8c\x6f\x04\x08\x25\x08\xe9\x46\x45\x51\xbc\xd7\xc4\x1f\x18\x86\xeb\xa1\x3b\x9b\x2d\xf6\x67\xb3\x64\x7f\xde\x70\xb3\xdf\x61\xc9\x0a\x96\x82\x61\xb2\xbd\xc6\xe2\x61\xd2\x70\xea\x8b\x56\xf3\x92\x76\xfb\x91\x89\x87\xf6\xae\x68\x49\x57\x47\xda\xba\x5a\x7c\x87\x49\xb0\x62\x74\x29\x67\x57\xaf\xb7\x52\x7f\xe9\x59\xa9\x65\x5d\xcf\x69\xca\xdc\x22\x16\x34\x27\x75\x3d\xcc\xa3\xc8\x0b\x1a\xce\x48\x5d\xbb\xef\x49\x4f\x9a\x89\x40\x60\x5f\xac\x33\x85\xb3\x2d\x4b\x4b\xf5\x74\x95\x2b\x7d\x48\x05\x8c\x8e\x77\xcc\xfc\xea\x1d\x33\x96\xba\xd7\xa4\xf5\x8c\xc1\xba\x5b\x18\xa6\xc7\xe4\x5d\xc0\x35\xb4\xe6\x86\x9b\xd2\xcc\x16\x74\x36\x91\xe7\xb3\x28\xd2\x19\x18\xd3\xe4\xb6\xbf\xfd\x02\xc6\x65\x11\xb2\x61\x8e\xc7\x5a\xb8\x32\xe1\xa9\x04\x0b\x35\xda\x11\x56\x27\x78\x9a\x6d\xc6\xfe\xa5\x0f\x66\xb9\x1d\x48\xc8\x6a\x23\x6e\x1a\x2f\x51\xed\xd8\x9d\xe4\xbb\xd4\xbb\xe9\x62\x7f\x2c\x94\x6a\x73\x45\xc6\xb5\x24\x5a\x41\x96\xc6\xb4\xbe\xfa\xbc\xe7\x30\x40\x8f\x70\x77\xc5\x9f\x48\x6f\x41\xc3\xba\x7c\x83\xc5\x0f\xd3\xc4\x92\x32\xd0\x2b\x21\x01\xef\x00\xe0\xbc\x53\x3c\x35\x2f\x90\x95\x61\xeb\x71\x16\x3b\xe6\xd1\x75\x5d\x81\x70\xc0\x4e\x4a\xdb\xd0\x9a\x34\x36\xba\x46\x72\x70\x1a\x17\x9a\x88\x72\xcf\xa6\x1b\x71\x83\x47\xcf\xcf\x1b\x5e\xbe\xb1\x1e\x50\x49\x14\x81\xef\x34\x73\x2f\xe4\x84\x16\x75\x5d\x42\x08\x15\x9e\xb4\xc0\x33\x9f\x54\x21\x95\xf5\x03\x7e\xb7\x0d\x10\x3d\x5b\x8b\x2a\x2f\xaf\x0a\x73\xee\xa1\x0a\xe2\x6b\x2e\xbf\x37\x42\x7e\xd9\x6f\x2f\x30\xfa\x7f\xfe\xef\x51\x8f\xdf\x98\x11\x21\x08\x77\x1f\xa8\x21\x17\x56\x6f\x93\xe6\x9e\x29\x76\xa9\xff\x0f\x83\xbb\x4a\xac\x4e\x39\x0c\x52\x93\x2f\x3c\xfc\x44\xaf\xbd\x58\x4a\x39\x15\x6a\xc3\xa5\x3d\x0f\xfe\x5a\xcb\x7d\xcb\x8f\x8a\x67\xa2\x5c\xa5\xf2\xb6\xe9\x94\xe8\x6a\x7e\x8a\xb0\x93\x50\xb7\xd7\x55\x11\x74\x15\x63\x5d\x87\x45\xd8\xe1\xe9\x3f\xbf\xfa\x22\xb6\x89\x5c\x87\x5d\x1e\xa3\xaa\xeb\x59\x9d\xaa\xfb\x40\x58\x00\x7f\xe8\x4f\x6d\x95\x2c\xf0\x99\x50\xb1\x14\x3d\x9b\x16\x3e\x3e\x52\xe3\x9e\x86\x02\xfa\xc3\xc4\x04\x79\xb6\xc6\x64\x92\xa2\x26\x6f\x23\x61\xde\x37\x87\xa1\x02\x01\x03\xf8\x4e\x51\x3e\x30\xb6\x22\x21\x50\x76\x49\xa8\xf8\x93\x38\xf8\x95\x61\xde\x46\xfd\xef\x8f\xd6\x5e\x85\xa3\x85\x0a\x38\x98\x1b\x8d\x55\xcb\x5e\xc5\x62\xe9\x2c\x8a\x09\x4f\xa4\x31\x02\x6b\xbc\xe8\xc4\xe5\xc4\xe0\x9d\xfa\x27\x9b\x93\x9c\x5f\xa3\xdf\x4e\x9a\x69\x0a\x29\xa7\x8a\x80\x1e\x8f\x77\x40\x37\x63\xb1\x89\xfd\x4b\xe1\xad\x32\x07\x3f\x58\x21\x41\xff\x32\xda\x08\x5f\xba\x5c\x31\xc0\x02\xba\x77\x1e\xa8\x7f\x54\x28\x39\xf2\x11\x6a\x87\x73\x43\xd0\xf2\x86\xec\x12\x96\x92\xe5\x17\x62\x79\x1a\xa7\x48\x30\xc9\x28\x4a\x81\x02\xaa\x6b\xc5\x98\xf9\x62\x28\x65\x2f\xe3\x06\x41\x12\x52\xeb\x6e\x39\x01\xa1\x4e\xa8\xdb\x3c\x67\xb0\x4e\xae\x79\xb1\x18\x49\x55\x8c\x12\x6c\x0d\xcd\xc1\x95\x6a\x5e\xd7\x7e\x1b\x0f\xf1\xdb\x3c\xce\x08\x95\x75\x8d\x5a\x26\x8c\x95\x8b\x55\x52\xd2\x10\xa9\xca\x5c\xe2\x19\x5d\xd3\x1d\xdd\xb2\x8d\xa6\xfe\xcd\x13\x61\xbe\x8e\x35\xa1\x40\x32\xb6\xa5\x6b\xb6\x63\x5b\x58\xa3\x60\x1b\xaa\x87\x26\x63\x9b\x58\x4d\xe6\xd4\x3c\x11\x12\x0a\x6d\x62\xd6\x40\xe8\x9a\x6d\x07\x5b\x96\xd1\x8c\x5d\x1f\xd6\x26\x2f\xdd\xb1\x0c\xd7\xeb\xc1\x2c\x01\xb8\xa5\x39\x00\xe7\x54\x84\x66\xe0\xd6\x77\xab\xff\x3f\xff\x52\x13\x4b\xf1\x9a\xc2\x17\x2e\xc4\xad\x05\xb5\xa5\x6b\x56\xb9\xaf\xb3\x0c\x91\x50\x30\x31\x86\x61\x7a\x88\x20\xc4\xf6\x3e\x8a\x14\x63\xab\x28\x8a\x77\xac\x20\x34\x1e\x8a\xba\x86\xc2\xcf\x84\xfe\xdf\x7c\x30\x26\xb0\x38\x6c\x31\x3c\xb3\x20\xd1\x27\xd8\x56\xe7\x4a\xeb\x3a\x33\xb5\x9c\xa7\xe6\x47\x13\xa4\x67\xc8\x22\xce\x9a\xae\x9e\x9b\x2d\x8a\xda\x20\x19\xa1\xeb\xb3\x6a\x3c\xb7\x5d\xd6\xad\x86\x76\xd2\xdd\x44\xff\x32\x3d\x3c\x10\x42\x9d\xef\x5f\x5e\xae\x92\xd4\x3e\xb8\xa8\x46\x65\x4d\xa1\xca\x5a\xbe\x8e\x2d\x55\x67\xd4\xcc\x32\xff\x15\x02\xf4\xcc\xd0\xa4\xf7\x0e\x55\xc4\x60\xdf\x18\xe5\x12\xba\xc3\x4f\x93\x93\x6e\xd9\x1f\x65\xbc\x26\x4c\xff\xd9\x11\x7a\xcd\xc2\xb2\xb6\x8b\xb5\xbf\xd5\xc6\x73\xa4\x1f\xa7\xbc\x5c\xd1\x2b\x96\x59\xe5\xb7\xed\x62\x86\x2f\x73\x50\x37\xbe\x14\x0f\x34\x7b\x7a\x0d\x03\x7e\x05\xf3\xfc\x70\x11\xef\xe3\x6b\x1c\x1c\x7a\xdd\x4c\xf3\xb5\x9b\xe6\x7d\x5c\x51\x48\x4b\xaf\x70\xfd\x5c\xd9\x28\x92\xb4\xb3\x62\x8a\x49\x13\x68\x53\xba\x9f\x58\xad\x5e\x28\x95\x0b\xc3\x1a\xaf\x10\x12\x27\xbc\xb7\x7c\xe0\x95\x5c\x39\x80\x8b\x40\x1d\xb4\xeb\x7c\x1c\x44\x41\xcf\x35\x0f\x73\x9d\x16\xb1\x9a\x5e\x16\x79\xf9\x91\x4b\x2b\x98\x1f\xce\x06\xaa\x81\x37\x32\x77\x11\x20\xe8\x80\xf3\x3f\x7d\xbb\xb5\x2f\xda\xaf\x75\x09\x3f\xa4\x8a\x9f\xcf\x16\xae\x3c\x56\x71\xe5\x6a\x09\x9d\xd7\xde\x53\x7a\x2c\xd9\x50\x12\x70\x24\x82\xea\x06\xa3\x03\x39\x5e\x1f\x49\x8e\x46\xe1\xc5\x72\x6f\x47\x4c\x05\xfe\x2b\xb4\x50\x0e\x5c\xc6\xb8\x41\xc2\x95\xf1\x46\x0f\x29\xe0\xf5\x78\x1e\x8a\xce\xda\x84\x1e\x30\xf9\x30\xf8\xce\x09\x3d\xe8\xa4\x2b\xfa\x49\xc4\xa9\x0a\x65\x14\xa9\x6a\x79\xd8\x41\x14\x48\x57\xb8\xb2\x0f\x0c\x5e\xa0\x7d\x06\x46\xe8\x23\x1b\xda\xa5\x38\x9d\xfb\x77\x27\x2a\xf4\x10\x11\x6f\x84\xfc\xf8\x36\x07\x50\x84\xa2\x8c\x15\xf4\x92\x56\xa8\xf1\x61\x8b\x24\xfa\xc8\xbe\x58\x5a\x6f\x3f\x4d\x84\xf7\x26\x14\x80\xca\x76\xc0\x86\xc6\x5f\xcd\x66\x3e\x00\xbc\x30\xef\x43\xc7\x1a\x0d\x84\xb0\xb9\x94\x0c\x05\x54\x81\xca\xb0\xb7\x97\xcf\x9b\x4e\x6c\xd3\x4f\xdf\xda\x31\x46\x9f\x23\xb4\x60\x3c\x07\x19\x6b\xb5\x68\xfa\x55\x92\x04\x44\x59\x96\x48\xab\x58\x61\x7e\x58\xa8\x3d\xfc\x04\xbb\x4a\x5e\x01\xdb\x9d\xe1\xef\x41\xb6\x08\x23\x59\x96\xec\xf5\x29\x1b\x06\x86\x36\xa9\x2b\xa6\x8f\xdf\xd4\xe1\xe9\xda\x6a\xdd\x2b\xff\x1e\xd0\xc5\xe2\xe1\xbe\xae\x87\x59\x5d\xef\x1b\xd4\x88\xac\x41\x61\xd8\xfb\xa8\x11\x99\x6f\xf8\xb9\x61\xb3\xd3\xe1\x2a\x8a\x36\x67\xa9\xef\xcd\x73\xc5\xd2\x8b\xcd\xb2\xa9\xee\x62\xb3\x1c\xac\xa2\x28\x37\x16\x81\xcd\xbc\x02\x75\xe9\x9c\x72\x55\x8b\x32\xf1\xc7\xca\xea\x19\x7a\x63\x7e\xc6\xee\x1b\xf4\x28\x92\x30\xe6\x90\x83\x96\xad\xe2\x9b\x7a\xff\xfe\x15\x63\xb3\xd6\xb4\x18\xad\x94\xf1\xd8\x5b\x5d\x6e\xbd\x9e\x3b\x9d\x56\xd8\x92\xe1\xea\x05\xa1\x3a\xe8\xa1\x82\x5f\x3c\x2b\x61\x7b\xa7\x53\xc6\x3d\x76\x07\x88\xf0\x63\x13\x9e\xaa\xf1\x98\x28\x50\x79\xbc\x50\x4b\x8a\x78\x30\x60\x31\xe2\x61\x28\x74\x89\x68\x91\x21\x01\xdd\xa0\x26\x83\xfb\xf6\xe0\x84\xb0\x40\x8a\xd6\xbf\x57\x5b\xb6\xed\x5e\xb1\x68\x4e\x8d\x7a\x3d\x4d\x99\x5c\x4c\xe6\x89\x9a\xc4\xde\xa1\x93\x97\x25\x07\x9b\x8d\xc5\x9c\x7f\x99\x80\xe3\xb3\x8a\xa9\xd3\xea\x3c\x3d\x9d\x4c\x2a\xd8\x4a\xd5\x99\xc5\x4b\x74\x23\x85\x9f\x46\xc7\x03\x94\xba\x2b\x23\x37\x2a\x42\xcf\x6c\x43\x59\xd7\x98\xdf\xed\x77\xab\x56\x65\xb6\xc5\x46\xc4\x85\x99\x54\x7d\xfd\x78\xde\xb5\xd2\xcb\x37\xf9\x1f\x9c\x9c\x1a\x12\x59\xd3\x74\xe7\x7b\x10\x3a\xb2\x6a\x32\xa7\x25\xdb\x37\x22\x45\x2b\x9f\xa6\x29\x13\xe7\xa5\x3d\xd0\x9e\xe6\x71\x49\xc5\x64\x4e\xbc\x46\x39\x99\x0a\x4b\xf5\x32\xc1\x91\xa5\x29\x49\xf6\xf6\x83\xd0\x12\x0f\x23\x41\x55\xe8\x78\x1f\x96\x20\x1a\xda\xd2\xd4\xea\x8d\x69\xba\x75\x32\xaf\x6b\x01\x4b\xaf\xae\xc5\x39\xcb\x3d\x50\x38\x71\x66\x9d\x28\x0e\x64\xb8\x23\x82\xda\xa1\xf3\xe3\xb1\x38\xa0\x2c\x3c\x2e\x9b\xa3\x58\x10\x9a\x7a\xd6\xeb\x2a\xc0\xfa\x71\x3e\x42\x1b\xc0\x2d\xcf\x72\x3c\x4c\x8b\xa0\xa0\x3e\x72\xd4\xa4\x5b\x40\x1b\x52\x2a\x6b\xae\xfb\xd0\x3d\x61\xa3\x0a\x1e\x86\x1b\x00\x12\xf0\x57\x6e\x95\x7f\x34\x13\xb5\x93\x7c\x44\x47\x9a\x91\xa1\x92\xa1\xa7\xe4\x69\xdb\xbb\xef\xe2\x48\x78\xac\x48\xa2\x2c\xde\x26\x84\xd0\x92\xdd\x01\x87\xb5\x4b\x65\xc5\x9f\x97\x2a\x96\xbe\xb1\x30\x31\x26\x4f\xdd\x58\x14\x04\xba\xb7\x95\xbc\x7a\x99\xbe\x34\x66\x60\xa4\xae\xed\x27\x52\xa9\x46\xec\x16\x3a\x65\x24\xd4\x93\x73\xac\xfc\x11\x16\x62\xd2\x5c\x35\xa1\x65\xae\x67\x75\x1d\xce\xc9\x7d\x7e\xff\x26\x50\xfa\xa4\xeb\x7f\xa3\x29\x6d\xfd\xa7\x4a\x33\x93\xdd\x53\x5c\x7b\xb6\x77\xca\x33\xe1\xe7\x56\x3e\x6a\xa6\xfa\x6e\x9b\xee\x12\x37\xa9\xa0\x2b\x09\x83\xe3\x85\xc1\xf7\xa1\xe5\x73\x8e\x77\x2c\xfc\xa1\x70\x63\xdf\x7f\x5f\xf9\xd5\x45\xb9\xec\xaf\x43\xc7\x60\x3d\xf7\xd4\x01\x6a\x7a\xa6\x1a\xe2\x0e\xfa\xbf\x5a\x0d\x45\x91\x7c\x32\x9c\x79\xe7\xf6\x56\x75\x04\xad\x97\x3a\xe8\x0a\xe9\x3a\x88\xf0\x6c\xb1\x54\xa3\xb8\x72\x04\x3b\xb2\x43\xe3\x91\xce\xac\x22\x00\x1f\x82\x12\x2f\x3b\xfe\x64\xee\x41\xc4\x52\xe7\x0c\x41\xb1\x5e\xea\x8a\xcc\xcf\x31\x82\x84\x2e\x64\x02\x9e\xfd\x3d\x53\x0b\xd3\x07\x43\xd9\xbd\xc8\x51\x48\x02\x7d\x90\x64\x50\x46\xd1\x10\x21\xa3\x16\x25\x43\xc1\x6e\x14\x95\x1e\x26\x2c\x40\xa7\x95\x54\x52\x44\xe3\x76\x46\x2c\xa1\x5b\x73\x62\x6c\xbb\xfa\x74\x6c\x74\x95\x9a\xe9\x52\x24\x70\x20\xd0\x83\xdf\xc5\x6f\x4e\x7e\x51\x56\x27\x18\x5a\x87\x9d\x33\x8e\xb8\x72\x56\x22\x90\x17\x03\x1c\xaf\x92\x34\xb0\xfe\x00\x99\x81\x58\x19\xbf\x89\x96\x0b\xc2\xc6\xdd\x33\x40\x75\x95\x07\xc4\x81\x36\x45\xee\x54\x5c\x62\x65\x66\x3d\x81\x12\x21\xfa\x46\x4b\x4a\x2a\x79\x66\x54\x31\xf5\x3a\xcb\xbd\x6d\x62\x1c\xbc\xda\xf5\x94\x4f\xf1\x07\xdd\xa4\x15\xee\xc3\x2a\x19\xce\xbd\x35\x76\xa9\xfc\xf7\x05\x65\x92\x83\x9e\x8c\xbe\x6d\xe1\xfa\xa1\x05\x93\xe3\xb8\x04\x04\xa7\x46\xb3\x09\xea\xe9\x02\xb0\x2c\x2a\x66\xe2\x2e\x8a\x65\x12\xab\xa9\x6e\x2b\x00\x1c\xe8\x1f\x06\xe2\x11\x69\xb2\x23\xa6\xb4\x84\xaa\x69\xd3\xdc\xba\x3e\x0a\xf5\xdd\xeb\xf6\x34\x67\x65\x14\xc1\x01\x68\x40\xe6\xed\x5e\xdb\xd8\xf2\xca\x28\x6a\x42\x6f\x10\xee\x35\x6f\xd0\xf5\x5a\xe9\x35\xe3\x80\xfa\x46\xad\x4c\x2c\x1f\x34\x8f\x82\xaa\xad\xe0\x0b\xd7\x8b\xeb\x54\x15\x6b\x92\x67\x76\x5a\x39\x42\x77\x32\x07\xcb\x1a\x23\x2b\x4f\x11\xcf\x26\xbd\xa8\xc6\xf3\xe5\x00\xb8\x92\xf4\xb2\x8a\x8b\x06\x8b\xd2\x70\xd7\xe7\x0f\xa3\x48\x20\x1d\xec\x62\xc7\x80\x54\x49\x1e\x3c\x9c\x18\xa8\xd9\x83\x49\xe1\x24\xac\x36\x1c\xb8\x22\x00\x07\xc6\xd9\x08\x47\x1a\x36\x4c\x5c\xb1\x23\xea\x2a\x14\xd4\xd7\x15\xac\x35\x78\xd2\xb5\x30\x9c\x74\xcf\xac\x72\x7a\xc6\x40\x59\x9d\xae\x3c\xfd\x75\x3d\x7a\x5f\x32\x56\x38\x15\xe0\x86\x72\x44\x57\xfe\xff\x38\xdd\xe8\x91\x00\x54\xe4\x7d\x14\xfd\x20\xcc\xf3\x8d\x41\x06\x33\xe6\x45\x08\xb5\x01\xbe\x84\xc7\x7b\x42\x4e\xc9\x64\xb2\x87\x09\x38\x0d\xa2\xb2\x33\xf3\xf9\xb4\x5c\xfd\xa9\xb2\x32\x5d\xd6\x78\x0c\x0c\x2b\x20\x07\xfe\x97\x05\x29\xcf\x50\x0b\x1f\xcb\x9a\xf8\x99\x48\xce\x0a\x1f\xeb\xed\x98\x4d\xb8\x85\x75\x13\xc7\xa0\x87\x89\x91\x10\xbd\x16\x80\xd5\x92\x91\xce\xb2\x19\xe4\x6c\x6d\x1f\xc2\xd6\x17\xce\x3c\xa0\x5c\xac\xdd\x42\x4a\x66\xcb\xe4\x83\x42\x6e\x27\x0f\x8b\xea\x6b\x55\x5d\x7f\x50\xf8\x74\xa1\xe9\x91\xba\xce\x91\x10\xa9\x6b\xdd\x6b\x54\x94\x1f\x64\x6c\x4f\xf7\x13\x36\xa7\x2b\x6b\x91\x70\x80\xb1\x99\xcf\x81\x34\xee\x5a\x2c\x1b\x9a\xaa\xca\x24\xe7\x65\x5d\x9b\x37\x6a\xf8\x9a\x16\xe2\x2a\xcf\xd2\xe2\x97\x27\xaf\x9f\xd7\x75\x37\xcc\xa5\x5b\xf1\xeb\x3c\xe3\x98\x6c\xe8\x5b\x9e\xea\xed\x07\x18\xcc\xdf\xb9\x0b\xeb\x3b\xe1\x91\x80\x40\xfa\x55\xbb\xb4\x6c\x68\xbf\xa3\x87\x0b\x2d\xf5\x08\x29\x3a\xa3\xf3\xa3\x23\xe4\x74\x62\x8c\xfb\x04\xbd\x15\xf1\xc1\x63\x62\x88\xb8\xf3\xf9\xa1\xf1\x13\x71\xa2\xcc\x3d\xd9\xed\xdb\x83\x4e\xd7\x68\xd9\x4a\xf6\xae\x93\x4c\x87\xb8\x63\x5f\x93\x9f\x0a\x2a\xfd\x42\x1a\x7a\x53\xe1\x84\x7d\x21\xa9\x12\xbb\x44\xe9\xbd\xfd\x45\xe9\x50\x30\xcc\x9e\xff\xa2\xd4\xdb\xbd\xc1\xea\xb7\xb7\x0d\x41\xb6\xf8\x6e\x0f\xe0\x1b\x2b\x56\x32\x27\x4f\x6e\xc3\xda\x37\xf8\xd8\xf1\x9a\x15\x9d\x95\x49\x9c\x6d\xf3\x7d\x0b\xb3\x38\x36\xc8\x07\x6f\xbf\x0d\xf7\x9a\x8d\xcb\xeb\x7a\x88\x8b\x32\x8a\x86\x66\x55\x1a\xd9\xcf\xae\xb3\xdf\x82\xa6\x5c\xcc\x96\x83\x9c\xed\x16\x86\x5a\x47\xd9\xa5\x21\xce\xf1\xa1\x2a\xf0\x6e\x0d\xe3\xb6\x03\x29\xa6\x19\xb5\x9d\x19\xb5\x83\xde\x48\xba\xc2\x2d\xb8\xb3\xdd\x4d\xf0\x9c\x84\xa4\xd7\x2c\xb7\xe7\xa9\x17\x7a\xc5\xe2\xed\xf8\x9a\x3c\x78\x48\x2f\xed\xdd\xd6\xba\x40\xe0\x90\xc2\x93\xee\xd2\x0d\x4d\x14\x0d\xe3\xab\xb3\xcb\x8b\xcd\x92\xc0\xe9\x77\x0a\x66\xec\x6c\xb3\xb8\xbc\xd8\x4c\xe6\xcb\x64\x46\x3f\x30\x1d\x4b\x6f\x0c\x0b\x12\xbb\x11\x5e\x2d\xcc\xd8\x24\x38\x58\xc4\x36\xc7\xeb\x75\x8c\x6f\x0a\x98\x18\xf2\xdb\xf1\x0c\x12\xeb\x71\xb8\xb5\x63\xf0\xe1\x30\xe8\x1c\x09\xf1\xcd\xf4\x52\x5c\xed\xe1\x6a\x18\xfc\x89\x77\x54\xc8\x21\x95\xd8\xb1\x2d\xbd\x99\x4a\x23\xa3\xbf\x76\x3b\xea\xe6\xe0\x2e\x15\x82\x25\x03\x65\x60\xc9\x05\x56\x11\x42\xb1\xbf\x95\xdf\x9d\xca\x08\x99\x75\x7b\xf3\x45\x05\x35\x80\x7a\x8b\x9b\x40\x08\x35\xbf\x2b\x3b\x99\x87\x37\xbc\x85\x62\x91\x97\xb9\xea\x41\x49\x52\x9b\xbc\xd2\x87\x06\x1a\xb2\x51\xe3\x5a\xd5\xe0\x4d\xb1\x17\x3c\x76\x9e\x51\xad\x65\xa0\x75\xfc\xd2\xf2\xee\x50\x59\xef\x56\x4a\xc4\x92\x72\x54\xa0\xe9\x55\xd1\x24\xb7\x9c\xdd\x59\xb3\xf3\x64\x38\x47\x23\x71\xf0\x48\xe4\x34\x0d\xaa\x98\x1c\xa8\xea\xb3\x72\x04\x39\x6a\x68\x37\x79\xcc\x18\x32\x9f\x5e\xa7\xc5\x9e\xb3\xae\x61\x3b\xbd\x12\x71\x4e\x88\x7b\x60\x1a\xca\x70\xfb\xe7\x15\x7f\x2c\x76\xb7\x8f\xf7\x96\x77\x32\x7a\x79\x9f\x78\x2c\xc9\x20\x6c\xff\x0c\xdb\x8f\x24\xef\x81\x82\xc5\x3a\xc0\x03\xdf\xee\xf8\x42\x4e\xab\xa0\x57\x8d\x16\x20\x18\x13\x09\x92\xb4\x7b\x63\x1b\x5d\x1e\x69\xf3\x21\xa8\x00\xdc\x0d\xf4\x18\xa7\xcf\xc8\xe1\xc0\xfb\xfd\x8e\x96\xb4\x89\xf0\x60\x53\xc1\x10\x32\x6f\x81\x1a\x01\xfe\x17\xfa\x98\x45\x0b\xfc\x40\x2c\xa7\xcf\xb0\x73\xf6\x5f\x9a\xa6\xf4\x4d\x4e\x61\x86\x02\x1b\x54\x0b\x1a\xba\x13\x45\x11\x7b\x7e\x6b\xd1\x16\x3d\xc4\x5a\x30\xcb\xa7\xae\xc1\xa8\x5e\x82\x23\x82\x5e\xa3\x7c\x3d\xf0\xd3\x75\x5a\xa9\xd7\x50\xaa\x57\xac\x1e\x20\x5a\xb9\x2f\xb1\xbb\xb5\x9f\x8d\x93\xac\x9e\xca\x4b\x72\x57\x49\x60\x63\xea\x1a\x5a\x51\x7e\xae\x72\x84\xe3\xb0\x35\x7b\xc2\x1e\x3a\xc2\xd7\x6b\x20\x0d\xfd\x3a\x94\xa9\x43\x91\xba\xfe\x51\x73\x7e\x5e\xab\xd1\x40\x17\xd6\x49\x3b\x9b\xb5\xd0\x85\x4d\x82\x87\x4f\x3c\x5a\x4b\xb1\x1d\x91\x81\x6a\x4c\x7b\x41\xa9\xc8\x7e\xe0\x4a\x73\x2e\x73\xbd\x18\x66\x9e\xfb\x38\x9a\x49\x27\x12\xd4\xdc\xde\xf2\x4f\xc0\x82\xfa\x55\x28\x31\x22\xf4\xce\xa1\x2a\x26\x81\x4a\x85\x2d\x6e\x74\x20\x87\xde\x6e\xf0\x72\x15\x76\x22\x68\x6a\x6c\xd7\x03\xfd\x73\x8d\x86\x45\x04\x78\x40\x6d\xb5\xa4\x23\xd0\x40\xd9\x96\xf6\xb8\x57\xd7\x47\x9c\x65\x91\x3c\x89\xb8\xb8\x46\xf5\xd5\x9f\x73\xb5\xc1\xde\x5b\x55\xf5\x1f\x70\x54\xba\x0a\xb7\xf8\xb0\x4f\x00\xda\xdd\x6e\xa8\x63\xa4\x57\xea\x79\x05\x38\x46\x7a\xe9\x1d\xff\x56\xec\x7c\xcd\x18\xef\x91\xa6\xcf\x0d\xda\x64\x3e\x03\x7b\xa5\xdd\x38\x85\x2b\x5b\xd8\x57\xe8\xa9\x02\x0d\xbd\x3f\x55\x14\xca\xc2\xa0\x24\xa0\x17\x50\x3f\x64\x62\x5e\xa3\x1b\xeb\x90\x03\x0d\x94\xc5\x8e\xdc\x25\x9e\x2d\xcb\xe0\x37\xe1\x3f\xdc\xa1\xa0\xa2\x12\xb2\x22\x14\x62\x7c\x57\x2b\xa8\xd9\x8b\x9f\xf8\x8a\x8e\x38\xcc\x6f\xc1\xf1\x88\x7f\x27\x79\x1a\x37\x26\x01\x6a\xdb\xf4\xa4\x31\xa0\x72\x38\x16\xc6\x1d\x23\x95\xbc\xe2\xe1\x45\x08\x97\x16\x9a\xc8\x97\xfa\xcc\x7d\xc1\xcb\xfd\x6b\x0e\xf3\x63\x7a\xa6\x6f\x6d\xb7\xa6\x72\x56\xda\x57\xbe\x5e\x53\x03\xa3\xcf\xee\x1f\xea\x46\x94\x9d\xb7\x4c\x65\x0a\x16\x2b\xf6\x6f\x11\x45\xb1\xa7\x57\x36\x09\x95\xd0\x00\x0a\x23\x96\xac\x0c\xae\x47\x9f\x04\xe5\x5f\x12\xb2\x18\x4d\x46\x89\xac\xeb\x76\xaa\x41\x70\x73\x9b\x9b\xa5\xa0\x65\xdb\x81\xf4\x95\x88\x83\x94\x88\x24\x0f\x67\x7b\xdc\x85\x14\x28\xcc\xfb\x92\xa6\x79\x5a\x7d\xed\xab\x6f\x34\xba\xb7\x34\xd4\x0a\x1d\x1c\x45\x35\x50\x87\x03\xbd\xe2\xea\x59\xce\x8b\x55\x17\x84\xeb\x24\xa8\xf1\x40\xab\xfd\x6e\x27\xa4\xaa\xde\x8a\x7d\xb6\xe9\x26\x1f\xce\x0f\x14\x7a\xed\x47\xe5\xeb\x78\x54\x0a\xa3\x07\x36\x74\xcb\xd8\x9e\x0d\xd2\xa0\xae\x68\x42\x7d\x5b\xd7\xe8\x59\x28\x1c\x2e\xa2\xe4\xed\x5d\xd8\x77\xeb\x6c\x3b\x4b\x55\xb6\x89\xbf\x11\x80\xea\x75\x59\xec\x03\xa0\xaf\x30\x8b\x8e\x8d\xed\x12\x7d\x6d\x75\x9e\xda\xc9\xbb\xfb\xe0\xd8\xd2\x9f\xe9\xa2\x32\x9e\x5f\xf3\xd5\xb3\x76\x9f\x21\x4f\x55\x88\x1b\xbc\x3d\x0f\xd4\xfe\xee\x3f\x4c\x07\xdc\x47\xa6\xa8\x6b\xf7\x89\xef\xe2\xad\x11\xd3\x71\x56\x65\xa0\xe5\xb9\xdc\x1c\xf9\x60\x24\xd0\x5a\x84\xdc\x6f\x8f\x3e\xe7\xed\xe5\xde\x6d\x92\x26\x1a\xb1\x5d\x2a\x44\xcc\x98\x51\x15\xb4\xec\xe1\xac\x85\x65\x67\x2f\x9d\xba\xe6\x8b\x58\x75\xe0\x36\xbc\x26\x90\x24\xe6\xdd\x02\xff\x73\x46\x25\x31\xd7\xd0\xd1\xd1\xc2\xab\x27\x98\x5c\x4b\x63\xbb\xad\x02\x5a\x02\xfd\xa7\x0e\x18\x67\xb4\xb0\xc0\xfe\x25\x62\x45\xa2\x68\x28\xa3\x68\x18\xe2\x79\xe8\xc9\x08\xa1\x81\xf8\x11\x68\x20\x5b\xe8\x47\x7e\xfb\x86\xff\x1e\x3a\x8b\x2b\x35\x0b\xa7\xb7\x2b\x9c\x6b\xa0\x2e\xa5\x1b\xd1\x73\xbc\xb9\x6c\x86\x8b\x45\x0a\xb0\xb3\xad\x19\x2b\xeb\xfa\x3a\x8a\x1e\x5c\xbc\xdf\xaf\xff\xdb\x6c\x36\xd1\x7f\xd6\xeb\xe5\x03\x44\xb7\x29\x49\x57\x00\x8f\x4a\xc7\xb0\xfa\x63\xeb\x2a\xd3\x81\xc8\xf8\xd0\x06\x15\x2f\x9e\x09\xf9\xb8\x19\xb8\x06\x28\x3a\xdb\xa4\xf2\x31\x82\x00\x21\x6c\xc0\x3f\x1f\xce\xbe\x1c\xb2\xbc\xae\x25\x9c\xa3\xa3\xff\xf1\xff\xff\x3f\x47\x84\xfe\xf3\x3f\xff\xf3\x3f\x19\xcb\x89\x7f\x88\xd8\x8a\xed\x6a\xe6\x9f\x78\xf6\x58\x6c\xb7\x69\xb9\x8a\x47\xfb\x72\x25\x46\xe4\xe0\xe1\x06\x39\x0d\xca\xbc\x74\x7e\x77\xa9\x35\xdb\x23\xa7\xd5\x59\x11\x45\xd2\x6f\x4f\x05\xc6\x69\x41\xc0\x29\x19\x8f\xed\x4b\x2d\x2c\x67\xd3\x9e\xce\x0b\x38\xa0\xba\x95\xc6\x00\xa4\x22\xd4\x56\x38\x31\x9c\xc4\xbe\x59\x0f\x8b\xd1\x17\xf8\x9b\x8f\x50\x63\xca\x35\x4a\xdf\x15\xfa\x8e\xb0\x70\x46\xc0\x56\x9c\x4f\xe6\x0b\x33\xf5\x6c\x1f\xdc\x5a\x89\xff\x59\xfa\x55\x44\x51\xbc\x3f\x4a\xb3\x75\x62\x18\x6f\xe8\x4b\x3f\x12\xe5\xa6\xfc\x7f\x86\xde\xb4\xf0\x55\x14\x1d\x76\xeb\x0d\xcb\x57\x9d\xe3\xcd\xdb\xdc\x66\x85\xe2\xde\xb7\xd7\x50\xb8\xf9\xc9\x81\x8a\xf2\x5f\xfc\xf6\xb5\xe4\x55\x70\x54\x7e\xf6\xf2\x32\xae\x64\x1d\x2b\xa2\x0b\xf2\x16\xe7\x3d\x5c\x37\xb2\xdc\xd2\xd3\xec\x55\xcd\x89\x51\xb0\x42\x02\x2f\x44\xf7\xac\xec\x73\x9f\x9e\xaf\xe3\x22\x8a\x86\x19\xb9\x93\xde\x65\xe5\x33\x9c\xaf\xfc\x76\x44\xd1\x64\xce\x74\x65\x06\x95\x49\x1f\x3c\x69\x5e\x56\x00\x1d\xff\x2f\x15\x4b\xfa\x33\x27\x31\xc4\xd3\x97\x3c\x2e\x88\xe6\x4f\x07\xa8\x0c\x63\x19\xc3\xac\xaa\xf4\x3c\x52\xcf\x69\x5d\x18\x33\x38\x12\xce\x7a\x94\x78\x47\x06\x47\xee\xb3\xe4\xb3\xaf\x6e\x7e\x4f\x79\x0d\x48\xd0\xcc\x57\xf3\xc5\x2f\xa3\x20\x1c\x5b\x1c\xde\x77\x93\x35\xd0\xcc\x5f\x19\xa5\x60\xcf\xa7\x02\x26\xf8\x65\xb2\x46\x4a\xd8\xa6\xf8\x63\x02\x1b\x27\x39\x99\xcf\x66\xb3\xd3\x93\xc6\x5f\x05\x64\x13\x8b\x91\xbc\xba\x4c\xe3\x87\x5f\x7d\x45\x4f\x9a\xff\xa6\xb3\xaf\xc8\x28\x19\x29\x99\x96\x15\x8a\xf1\x46\x64\x3c\x6a\x21\x23\x9d\x9e\x20\xf2\xd0\xc4\xb4\x7f\xd6\x89\xef\x62\x24\x89\x5d\x9a\xe5\xea\x36\xd1\x35\x9c\x9e\xac\xf3\x42\x71\x99\x9c\xa4\xc5\x6e\x93\xc6\x26\x8e\x7d\x45\x4e\x35\xe7\x8b\x62\xc4\x46\x4e\x2d\x8a\xe2\x1d\x92\xaf\x21\xac\x64\x15\x45\x41\xa2\xb7\x02\x31\x3c\x77\xa0\xb2\x11\x1c\xce\xbd\x82\x9d\xba\x8e\xad\xf4\x22\x10\x6a\x9c\x8c\x90\x93\x6b\xdf\x73\xfa\x76\x2d\xbb\x87\x79\xb3\x44\x11\x19\xf5\x6d\xbe\xe5\x62\xaf\xe2\x72\xba\xe2\x0a\x2d\x26\xb0\xce\x47\x7a\xef\xb9\xdd\x79\x1d\x13\x7a\x43\xee\x7e\xcf\xad\xdb\xbf\xad\x0f\x5d\xfa\xef\x3c\xc6\xbe\xd1\xd1\x56\xec\x2b\xbe\xdf\x8d\xe8\x96\xd0\x8a\x2b\x5b\xfc\x15\x7d\x38\x23\x87\xc1\x37\xbd\x09\x0d\x6e\xa4\x9f\xfa\x2b\x1f\x81\xe1\x3a\xf6\x64\xf5\x79\xc3\xcb\xe0\x9b\x89\xe3\xde\x7b\x06\x8d\x0a\xbc\x93\xc6\x31\x5f\x98\xd1\x4b\x46\x23\x32\xb0\x23\x39\xfa\x1f\xff\xc7\xff\xd5\x48\x85\x04\xf5\x47\x96\x83\x7e\xa5\xce\x4d\xdb\x75\xb2\xb9\x1f\xf4\xb4\x5c\x31\xd1\xdc\x51\xf7\x0c\xb9\xf7\x3e\x7a\x15\x1b\x55\xbf\xbe\x99\xd3\xb4\x52\xff\x46\xdf\xd0\xf6\x56\x5d\x51\x2b\xed\x2e\x1b\x20\xdb\x6a\xea\x03\xe2\xc6\x7d\x07\x1c\xdb\x5b\x56\xb0\x3b\xa2\xa0\x53\x8d\xc5\x12\x98\xfb\x81\x01\xa6\xa5\x95\x3f\xed\x7d\x7d\x6d\x3a\x0b\xcf\x5d\xed\xb2\xa3\x28\x1c\xb8\xf3\x59\x14\xc1\x18\x33\x7f\x55\x2f\xe0\xc0\xcc\xac\xdd\x92\x5e\x8a\xb1\x24\x09\x1f\x8f\xcf\xe6\xb3\x45\xdf\x52\x65\xde\xea\xa9\xe8\x57\xb3\x19\x49\x5a\xbb\xea\x30\xf8\x7c\xbe\x87\xb3\x19\x39\x1c\x34\x61\x8f\xf4\x9e\xb1\xac\x0d\xee\x18\x5e\xd7\x3e\x41\x03\xd0\xc3\x8d\xcf\x83\xe4\x83\xa0\x25\xe7\xab\xca\x60\xc4\x38\x60\xb4\x44\x33\x47\xbe\xdc\x98\xd0\x47\x7f\x51\x8a\x6c\x44\xc8\xd3\x55\x7e\x6d\xfc\x2b\x3d\xc9\xaf\x1b\x19\x71\xfe\xbf\x5e\x46\xdc\x92\x86\x4a\xeb\xe6\xab\x61\x82\x47\xd6\xb6\x44\xa7\xfc\xab\x22\x5f\x75\x9f\xc8\x57\xf5\x89\x7c\xc1\xc0\x7c\xc7\x65\x0a\x95\xfb\x34\x5c\x5b\x16\xec\x4c\xe2\x67\xfa\xa2\xa5\x9f\x6d\xba\x26\x7b\x50\x51\x2c\x84\x17\x1d\xee\x48\x0f\x5e\x68\x1b\x74\x14\x8e\x52\x80\x1d\xed\xc6\x55\x3d\x80\xa4\xb4\x2b\x35\xf7\x34\xfb\x4b\xfb\x34\x10\x3c\x06\xc8\x40\xcd\x03\xd5\xde\x5a\xb2\xe7\xbe\x24\xbe\x14\xfa\xb8\xcc\xde\xa8\x62\x3a\x93\xa7\x34\x53\xf9\x35\x7f\x8a\x90\xe3\x03\x10\x8e\xfb\xc7\x79\x38\xf2\xdd\x4a\x43\xc7\x30\x54\x38\x86\x9d\xc0\xc9\x7e\x38\xbc\xe2\x3a\xfc\x9b\x3c\x2e\xff\x9c\xa0\xda\x88\x40\xcb\xfb\x25\xb9\xdc\xd3\x44\x4d\x55\x3a\x30\x07\x6c\x23\x99\xe5\x45\xd2\xdc\x7f\x3a\x49\x52\x52\x28\xe5\x09\xfc\x3e\x34\x18\x1a\x0d\x25\xd7\x88\x94\x04\x8a\x88\xbf\xcf\x4b\x1e\x07\xb8\xa1\x96\xe6\x2f\xa9\x27\x13\x74\xf8\xa1\x13\xc7\xb7\x90\x81\x00\xf7\xd2\xe2\x8c\xb9\x58\x54\xc0\x6f\xe8\x76\x5e\xb0\x97\x00\x40\xe5\x43\x8d\x0a\x00\xec\x0a\x42\xc6\x4d\xa9\x4e\x42\x1c\x0e\x8f\x75\xb9\x1b\x0e\xac\x57\x97\x1e\x00\x33\x54\xbd\x05\xb4\x44\xcc\xbc\x71\x1c\xe8\xca\x18\x48\xc0\x2a\x80\x92\x98\x9c\xba\xb1\xac\xeb\x07\xef\xf7\x0f\x67\xb3\x4b\xc3\x91\x62\x12\x14\xf9\x7b\xd5\xde\xb3\xa8\xd0\x47\xcd\xaa\xae\x15\x22\x9e\x3f\x6e\xda\x15\xcb\x50\x78\xcd\x64\x38\x88\x56\x9a\xad\xd7\x9a\xb7\x72\x94\xd8\x67\x9b\x1e\xe9\xbf\xf1\x19\xef\x55\xf0\xb4\x5c\xc5\x5e\xc6\x9e\xd7\x19\xe5\x8b\x08\x86\x32\x90\x11\x44\x11\x4a\x35\xcc\x15\xa0\x49\xb7\x77\x2a\x86\xe3\x3b\x10\xd7\xc8\x18\x21\xf8\xbd\xa1\xdf\xdd\x8e\x68\xee\x3e\x75\xa5\xf9\x9f\x13\xc9\x3b\x31\x11\x1d\x3a\xb3\xf2\x13\x23\xe1\x70\x32\xb7\x40\xea\x41\xf9\x71\x99\x33\x18\x77\x18\xae\xce\x83\x4f\xf2\xe0\x0c\xa3\x28\x8e\x4d\x51\x75\xed\x80\xef\x75\x79\xaf\x71\xbb\x78\x72\x52\xea\xe2\x5e\xec\x0b\x95\xef\x0a\xee\x9d\xd3\x9c\x10\x6c\x47\x3b\x5f\xb7\x93\x8d\x7e\x6d\x50\x78\x23\x19\xef\x6c\xd8\x92\xfd\xc0\xdd\xc0\x70\x83\x02\xf1\x12\xdd\x7d\xa6\x1e\x6c\xa8\x3e\x6b\x83\x94\x6b\x8b\x1e\x6a\x7f\x9b\x74\x03\x0b\x24\x39\xbd\x4c\x57\x75\x3d\xcc\xeb\x3a\xc7\x9f\x33\x40\x83\xba\x42\x9c\xa8\x06\x71\xcd\x46\x5c\xbb\x08\x00\x40\xb3\x5a\x61\xaf\x9b\x4a\x5d\x16\x9a\x86\xc1\x90\x01\xe4\x41\x75\xed\x80\x20\xfa\xa6\x86\x16\x8c\xe3\xad\xf7\x58\xec\x4b\x15\x45\x0d\xa4\xaf\x13\xd8\xa0\x81\xc9\xd0\x94\xb3\x67\xd5\x45\x03\x95\xb2\x74\xda\x1c\x19\xdb\x83\x6a\xe9\x02\xff\x5c\xe0\x9f\x26\x61\x02\x01\x83\x94\xdd\x95\x62\xc5\x93\xec\x22\x6b\xe2\x28\xaa\x62\xfb\x81\x0f\x97\x13\xef\xeb\xcb\xe5\xc1\x42\x35\x9b\xfc\xd5\xc5\x6c\xe9\xab\xb4\x5e\x3c\x74\xa5\xcc\x0e\x03\x25\x6f\xef\x90\x4f\x7e\x2d\x0c\x4a\x26\xb5\x7e\x7a\x69\xda\xfc\xd0\x11\x81\x44\x78\x05\x3a\xfc\xcd\x32\x0e\x96\xff\x42\x5f\xf5\x46\x93\xac\x5d\x2a\xa1\x2b\x17\xb7\xaa\x6b\x3e\x4d\x57\x2b\x44\x46\x5e\x81\xe0\xd2\x5c\x6f\x8f\x8a\x02\x42\x2b\xb8\xf4\xfd\x34\xb4\x40\xef\xee\x9a\x6c\x69\x16\xdd\xc2\x4b\x54\x80\x9f\x52\xdc\x18\xfa\x44\xfa\xa6\x41\x9c\x05\x45\x45\xa4\x30\xb7\x7c\x7b\xc9\xa5\xb7\xda\x35\x71\xda\x4e\x7f\x44\xa6\x1c\x70\x77\x6d\x54\x5b\xd2\xc5\xb9\x3d\x72\x10\xf3\x16\x18\xae\xff\x96\x64\xc8\x63\x7d\xe2\x19\x68\xa7\x3e\xca\xec\x7e\xc8\x1a\x38\x00\x81\x39\xa4\xfd\x27\x44\x40\x10\xff\x26\xe2\xf6\xca\x3f\xfa\x04\xd6\x4a\x77\xf4\x41\x4c\x93\xfb\xad\x81\xfe\x93\x67\xcf\xa0\x0f\x97\x38\x38\x66\xfa\x41\x8a\xc3\xc3\x87\xf6\x60\x16\xfb\x27\x50\x2f\x7e\x71\x70\x2c\x69\x1e\xc4\x34\xea\x79\xf9\x74\x95\x2b\xd1\xe3\xd0\xa5\xbf\x07\x60\x1a\xed\x1d\x1a\xa1\xdc\x5a\xb1\xd6\x11\xa2\x6f\xbd\xad\x28\x1f\x95\x19\xaf\x14\x32\x7e\x69\x5e\x36\x86\x29\x4f\xcc\xb8\xaf\xf2\x6b\xaa\x48\xcf\x6b\xd0\x9f\x7b\x0a\xb2\x65\x38\xb2\xb1\xff\x6d\x47\xa7\xb0\xcf\x3a\x9f\x7b\xc4\x5a\xe5\xd7\x9f\x7f\xbf\xba\xef\x4d\xc7\xdb\x5a\xb8\x6d\xdb\x43\x1e\x93\x85\x13\x7c\x7a\x43\x9c\xbc\x6b\xee\xe6\xbf\xb4\x2d\x02\x78\xea\xbf\xf0\x12\x74\xa2\x6c\xe9\xad\x27\xa0\x98\xb7\xdb\x46\xc3\x97\x26\x7e\xb4\x70\x65\x5e\x65\xda\x2d\xfd\xb3\xcb\xcc\x11\x24\xcd\xde\x18\xb6\x11\xbc\x75\x20\x1c\xb6\xde\xde\xe8\x24\xc2\x60\x9d\xcc\x6d\x90\x61\x0f\xe8\xb7\x4b\xd0\x29\xe6\x99\xbf\x6d\x82\xe1\x68\x3d\x5a\xb6\x1e\x82\xec\xcb\x90\x77\x1a\xda\xf3\xbb\x73\x1c\xfe\x49\x82\x65\x70\xec\x94\x37\x6a\x9f\x9a\x22\xb9\x9f\x6a\x29\x6d\x9a\xa3\xf4\x8a\x8c\xa2\x12\x6c\xfe\x42\xb7\x15\x3f\xf3\x58\x59\x51\x34\xe8\x5c\x6b\x1e\x39\x96\x48\xca\x00\x71\x43\xac\x61\x70\xff\xfa\x44\x4b\x40\xea\x91\xb9\x9d\xa5\xd0\x74\x14\x84\x17\x56\x0a\x0f\x12\x8c\x0e\xa5\x06\xbc\x2e\xda\xc3\x0b\xc0\x35\xb1\x72\x69\x40\x83\x91\xce\xd8\xa4\xae\x85\x81\x3e\x6d\xb0\xc0\xfd\x37\xb3\xdc\x98\xfd\xf8\x39\x66\x8c\xc5\x9c\x95\x12\xa0\x02\x11\x07\x88\xa0\x76\xfd\x8b\x3c\xc6\x84\x9a\x00\x41\xbb\xf9\x8a\x35\x21\x25\xb8\xbc\xd2\x94\x8a\x9f\x94\x77\x92\x72\x4d\x3b\x81\x43\x54\xdf\x93\x2a\x6a\xe0\x43\xb5\xa2\x41\xff\x2a\x6c\xdb\x1a\x84\x3a\xa4\xc4\x9a\x0e\xd1\xcc\x58\xbc\x3c\xc9\xaf\x61\xcd\x22\xff\x0f\x0d\xd9\x7b\x0d\x29\xc6\x73\xd3\x14\x93\xa7\x09\x85\xc6\xf4\xe1\x22\x5b\xec\x01\x98\x81\xc6\x8d\x4f\x5b\x35\xbf\xc1\x84\x1a\x8d\xc0\xcf\x07\xad\x8c\xc7\x09\xe0\xf1\x35\x3b\x92\xc2\x91\xd7\x88\x9f\x8a\x18\x55\xb6\xe7\x3e\xb0\x77\xc3\x31\x5e\xb5\xbd\x8b\xa2\x41\xe9\xc0\xc9\x75\xad\x85\xd3\x68\x84\xfc\x9c\xf5\x4f\x6f\xc1\x96\x8d\xfc\x26\xb6\x7c\xe5\x15\x1d\x8d\x08\xa1\xd7\x22\x5f\xc5\x62\xcc\x8c\x65\xfe\x9e\x66\x7d\x95\x21\x44\x1a\x56\x97\x11\x43\x4e\x82\x13\xae\xd5\x8b\x54\x7e\x04\x94\xf9\x92\xce\x90\xcb\x06\xd8\x27\x1a\xef\xd8\x38\xa3\x3e\xf1\xe1\x0e\xb1\x7c\xc5\xd8\xee\x40\xdc\xb1\x06\x6d\x58\x35\x9c\xd1\x9e\xad\xf4\xf2\x01\xac\x2f\xc0\x07\x13\x63\xf6\xc9\xa2\xff\xef\x11\x17\x64\x3f\x55\x82\xa0\x00\xa6\x22\x28\x7b\x32\x6e\x2d\x58\xb7\x03\x38\x04\x56\xc6\x38\xb2\xaf\xbb\x83\xd0\xde\xa1\x07\x2f\x1d\x74\x80\x8b\xd8\x8f\x01\xd5\xe0\x07\xff\x3d\xde\x49\x5e\xaf\xf2\xeb\x7a\x47\xfe\xf6\x20\x47\x26\x1d\xe7\xed\x65\xba\xe5\x88\x71\xa1\xb7\xb9\x35\x35\xf8\xb2\x3b\xad\x6b\x13\xf2\x93\x7d\xd9\x1e\xae\x6d\xc3\x52\xec\x74\x05\x6b\x87\x50\x31\x66\x6b\x84\xeb\x86\x37\xde\x53\xbd\x56\xa8\x1a\x32\x79\x4a\xc0\xf5\xaf\xb7\x6b\xac\x39\xe2\x21\x56\xb4\xa2\x19\x4d\xe9\x9e\x10\xba\xd1\xe3\x87\x27\xd6\x9a\xc7\xa9\x99\xa9\x3d\x7d\x6a\x43\xf7\x21\x26\x31\x39\x5d\xb9\x67\xd9\x28\xda\xb8\xdf\xa7\x24\x5f\xc7\xd7\x22\x5e\x11\xc6\xae\x45\xbc\x21\x64\x35\xdd\x89\x5d\x4c\xe8\xc6\xfc\xdd\x4f\x26\x4e\x8a\xa9\x67\x71\xc8\x36\x17\xb3\xa5\x31\x5f\x58\x21\x82\x30\x24\xb7\xbf\xd2\xf1\xd8\x3d\x5c\xaf\xd9\x8c\xee\xd8\x8c\x6e\x61\x01\xd0\x6b\xc8\x4b\xaf\x9a\xa7\xec\xad\x7d\x26\xb8\x76\x4f\xd9\xeb\xb3\xab\x28\xda\xfa\x2f\xd7\x6b\xdd\xb8\x30\xe0\x94\x8c\xc7\x6b\x37\xdd\x97\x0c\xba\x40\x6f\xb1\x0f\xf4\x43\x53\x81\xd3\x04\xd7\xfb\x70\xe5\x0c\x3c\x92\x19\xa1\xb7\x7e\xd4\xc6\x8f\x22\xa7\xbb\xb3\x0f\x51\x74\xe9\xd7\xe9\x0a\xda\x4d\xe6\x84\xb1\x5b\x3f\xee\xd6\x8f\xd3\x4d\xdb\x0d\x56\x17\x2b\x0f\x98\xf5\xd2\x81\x29\x36\xc5\x10\xaa\xc7\x04\x77\x06\xc6\xae\x71\xcb\xde\x30\x98\xd2\x35\xa1\x4f\x19\x4c\xaa\x6b\x1b\xf4\xce\x15\x90\x34\x98\x72\xcd\xe4\xd6\xb5\x2e\xb0\xae\x77\x3c\xbe\xa1\x4f\xc9\x22\xfe\x56\x9a\x15\xb1\xa2\x37\xf4\x29\x75\xce\xad\xe8\x70\x46\xac\xb1\xe0\xfd\x0f\xdb\xfd\xc2\xa0\xb6\x6a\xdb\xfd\x89\x7b\x82\x3b\x59\x3b\xa4\x45\x23\x98\x33\xb2\x2f\xfb\x28\xde\x91\x7f\x85\xc9\x09\xed\xcf\x0e\xfa\x35\x21\x9d\x4c\xdb\x94\x35\x39\xd0\x76\xe9\x5d\x1f\xa2\xd9\x36\x90\x6f\x2d\xfe\xd5\x50\xb4\x5c\x12\xfb\x9b\x24\x28\xd3\x03\x00\x90\x54\xa5\x43\xc6\x1b\x79\x20\xbc\x81\xdb\x4c\x1f\x38\xf1\x64\x2d\x3a\x2d\x9d\x21\x4b\xd6\x79\x4e\x09\x5e\x5e\xa6\xe6\x20\x7c\x6a\x62\x99\x39\x31\xfb\x75\x0b\x20\x47\xd7\xd3\x57\x4f\x87\xea\xfa\x48\xe3\xde\x28\xa9\xc7\x53\x1f\xd8\x8f\xcd\xf2\x8f\x2d\x5f\x6f\xf7\xc3\x02\x54\x7e\xf4\xaf\xa4\x09\x24\x74\x46\xee\x7f\x46\x72\x13\xd1\xee\x13\xd6\x19\xe8\xcc\xf1\x8e\xd2\xc3\x07\xd1\xd2\x63\x3b\xfe\xec\x34\x3b\x04\x0f\x4d\x84\xbe\xc2\x77\xb1\x37\x08\xf4\x71\x67\x35\x22\x92\x37\x9c\xb6\x2e\x9a\xe4\x11\x3f\xd0\xc7\xfe\x2b\xd5\x9d\xa1\xd8\x8e\x71\x59\x06\xf2\x2f\xf4\x78\xb0\x3c\x50\x04\xbb\x6d\x2b\x86\x72\x06\x14\x62\x83\x07\x01\x0f\x30\x2e\xdf\x90\x85\xe5\x68\xa2\x3e\x00\x24\x34\x09\x82\xb0\x86\x1a\x0c\x71\x2d\xba\x29\x01\xe1\xc2\xd2\x27\x7e\xe3\x97\x60\xb7\xeb\xbe\x74\xab\x50\x88\x27\x2d\xf2\x6c\x69\xb1\x90\xad\x78\x4f\xa2\xce\x72\x69\x10\x91\x9d\x3a\x64\xc3\x57\xae\x38\xdf\x3d\x16\xbb\x60\xe4\x1a\x8f\x9f\x17\x4b\x7a\x6f\x33\xf9\x85\x72\x78\xb4\x5b\x23\x1c\x74\x0d\x74\xc0\xcc\xdd\x18\x6c\xce\xa0\xe3\x11\x21\x18\x57\xbd\xe9\xda\x8f\x84\xfd\xcd\x74\x8e\x49\xc3\x16\x72\x83\x0b\xe9\x57\xce\x97\x16\xa6\xb1\x99\xde\x46\x4b\xd4\x6a\xc7\xb4\x64\xce\x60\xcf\xcb\x38\x69\xa3\x54\x77\xab\x94\x76\xee\x4a\x16\xc2\x56\x1b\x2f\x15\x8a\x96\x9e\x83\x8a\x28\xda\xa1\x8a\x17\xc8\x52\xcf\xd8\x8c\x38\xef\x01\xf8\x63\x32\x3f\x1c\xe8\x6f\xc1\x4a\x07\x47\x8b\xdd\x65\x7e\x65\xc6\xd8\xac\x04\xe7\xab\x83\x1c\xa8\x12\x3d\xe9\xaf\x8f\xa7\x87\xf1\x39\xb6\x93\x3c\x7f\x7c\x5e\x7e\x83\x3e\xdb\xa4\xc8\x36\x61\x7c\xb6\x39\xa0\x17\xd8\x5b\x45\x3f\x28\x63\xe3\xe5\x7c\xe8\x82\xa1\x93\x73\x6c\x3d\xf3\xdc\xb2\xde\xa8\x5e\xf4\x15\x9a\x1a\xf3\x62\xde\xb8\xed\xb3\x5e\x6a\x0a\xc6\xd1\xba\x98\xa3\x75\x71\xbe\x8e\xd5\x59\xb1\x88\x73\x36\xa3\x82\xcd\x9d\x17\x2b\x92\xa8\xb3\xfd\x42\xb0\x38\x67\x6a\x52\x90\xf1\x3c\x89\x2b\x7d\x80\x5a\x71\x30\xc0\xe8\xed\xa3\x48\x17\xf3\xe5\xf2\x5c\x21\x4a\x4a\x2c\xd8\x7e\x52\x68\xce\x46\x9d\xeb\xd8\x38\x75\x06\x85\x4e\x6f\x01\xb5\x42\xa0\xfe\x87\x4b\x5a\x40\x29\x92\x31\x50\xbd\xa9\xb8\x04\x64\xc5\x05\x36\x22\xb1\x99\xa1\x24\x49\xa8\x35\x64\x43\xe4\xba\x9c\xa0\xc5\x2f\xb4\x62\xf2\x70\xc9\x74\xa1\x93\x2f\x97\xf8\x3d\x5f\x7a\x05\x9e\x12\x5d\xe3\xc3\x71\x5c\x4d\xd8\x97\x64\xd9\x38\xeb\xd2\x14\xbc\xb5\xa5\x93\x51\x94\x33\xe8\x00\x96\x7b\xd6\x74\xd7\x76\x14\xaa\x18\xff\x63\x19\x45\x43\xfd\xe3\xab\x6e\x1d\x31\x8c\xb5\xee\x9a\xeb\xbb\xf5\x74\x68\xac\x38\x41\x7a\x6e\x5e\x30\x93\x1c\xf0\xe5\x04\xb5\x92\xeb\x24\xa5\x8d\x65\x71\x52\x50\x6b\x71\x9c\xec\x3d\x35\x94\xa7\x0d\x42\x8a\x11\xc0\x83\x9c\x28\xc0\x91\x60\x77\x07\xca\x3b\xe6\xeb\x06\xf1\x06\xfc\x3f\x91\xf0\xac\x0d\xf1\x2c\xe0\xfc\x6a\x23\x53\xa8\x25\xbb\xf3\xdd\x21\xb6\xf0\x73\x5b\x60\x09\x58\xd9\xe3\x23\x50\x07\x64\xd0\xae\xbe\xcf\xff\x96\x6e\xc6\x53\xd5\xf2\x25\x76\xa1\x96\x9e\x9e\xd1\x2b\x68\x05\xb4\xc5\x43\xea\x42\x0c\x15\x7d\xff\xff\x6c\x7c\xde\x87\x31\x6f\xf9\x27\x63\x31\xd2\x89\x6a\x80\x57\x42\x78\x20\xdf\x0a\x36\xf0\x44\xbc\x4d\x3f\x69\x86\xdc\x93\xb3\xd0\xb0\xcb\x2f\xf7\x40\x89\x54\x2d\x3f\x83\x6f\x54\x73\x7c\x18\xa9\xd3\x2e\xbd\xe2\xbf\x58\x71\x59\xec\x1e\xf6\xed\x0f\xf3\xb4\x5f\xd7\x2e\xe6\x52\xac\x6e\x89\xe7\xa5\xde\xf3\x62\xd8\x5f\xfa\xbb\xff\xd9\xd2\x03\x9c\x9f\x47\x2a\x00\xea\x54\xd3\x9b\x7c\x75\xc5\x55\x83\x8c\x8e\x7e\x4c\x5c\x78\x03\xe8\x95\x13\x3f\xfd\x45\xbe\x9c\xa6\x97\xe2\x9a\x5b\xc9\xc5\xcf\x65\x10\x49\x06\x88\x1e\xcb\x04\xb5\xf8\x05\x63\x26\x80\xef\xd6\x03\x3b\xf2\x3c\xaf\xc9\x01\xc2\x7b\x8c\x0a\x91\xa5\xc5\xc8\x3a\x6f\x7e\x9d\xc7\xf8\x02\x68\xc2\x19\x2b\x17\xe9\x98\x15\xbe\x09\x70\x92\x4e\x5a\x10\x29\x46\xc8\x3f\xd2\x23\x36\x02\xbd\xed\x11\x8e\x21\xd4\x68\x9e\xf3\x78\x8f\x0e\xc5\x31\x75\xcd\x74\x0c\x20\xed\xbb\x71\xec\x15\xb4\x98\x25\x7a\x96\xc8\xc0\x62\x24\x83\xb5\x51\x2b\xc5\x1b\x48\x61\x20\x76\x59\x41\x25\x9a\xbf\x8e\x59\x61\xed\x90\xcc\x10\xa5\xde\x10\xa5\xd4\x73\xb1\xf3\xda\x87\xd8\x01\x0b\x2d\xe6\x04\x37\xc6\x5c\xbd\x64\xc6\x08\x18\xd4\x6d\x51\x91\xd6\x76\x5e\x92\x72\xc2\x74\x2b\x68\x3e\x61\x2f\x7c\x24\x03\x37\xa4\xb2\xae\x87\xb2\xeb\x28\x0f\x01\x73\x8f\x1a\x77\x8d\x99\x30\x95\x8e\x11\xf7\xd3\x78\x99\xfb\x2b\xe3\xea\x5b\xc6\x97\x93\xb4\xb1\x64\xce\x27\x60\x00\xe6\x1d\x57\x6f\x03\x70\x13\x4b\x5d\xc1\x9a\x69\x7b\x79\x24\x14\x16\x78\x49\xb7\xf8\x07\x1c\x34\xe6\xa1\xff\x9c\x1f\xbc\xe2\xa8\x20\x77\x0d\xfa\x61\xac\xa8\x7b\xf2\x05\x44\x95\x9c\x2a\x9a\xb6\x9c\x40\x52\xd1\x80\xad\x2f\x70\xe6\x99\xb1\x6c\xb6\x16\xce\x66\x41\xd8\xb6\x54\x41\xf5\x95\x0f\x5f\x53\x20\xfd\x2b\x11\x9f\xf6\xef\x0f\x9d\xe8\x9e\x31\x9e\xc6\x92\x44\x91\x8a\x22\x13\x7b\x56\x5c\x28\x7d\x39\x22\x94\x6d\xcc\x99\x4a\x63\x5d\xc2\x64\xa2\x96\x64\x12\xbb\x32\x16\xb3\x64\x4e\x68\xa9\x8f\xb3\x44\xd3\x33\xa6\x9c\xb3\xc2\x33\x5b\xf7\x8a\x1c\xdb\x22\xf5\x55\x04\xb5\xb2\xe2\x62\x3c\xd6\x65\xba\x22\x75\x69\xba\xcc\x28\x02\x61\xaf\x12\x51\xc4\xcf\x25\x90\x7c\x8b\x34\xe6\x93\x39\x49\x52\xb0\x36\x3d\x94\xcc\x80\xc0\x87\xbe\x37\xc1\xf7\x03\x80\x05\x95\x6e\xd7\xa0\xf7\xcd\x3d\xa0\xcd\x83\x3c\xab\xb0\x4b\x3b\x8d\xf7\x98\x28\x63\x55\xbc\xa7\x55\x8a\x5e\x21\x7c\x5f\x5a\x43\xf6\x8b\x88\xa2\x38\x43\xd0\x69\x48\xf6\x8b\x20\x84\x66\x9e\xf7\xc6\x00\x9b\x68\x36\x50\xe0\xcf\x0a\xdb\xe5\x9b\xc1\xb7\xae\x07\xc9\x02\x94\x81\x2f\xc0\xf5\xc2\x71\xa7\xa2\xaf\x75\x2f\xc6\xc1\xa9\x14\xac\x6d\x0b\xf7\x80\x30\x0f\xb9\xb3\x74\x1f\x97\xe6\x6e\xf7\x1d\xda\xa9\xb6\x6f\xa1\x35\x3a\x30\x71\x10\x64\xd3\x4f\x3f\xf0\x82\x95\x80\xfb\x96\x4f\xc5\x5e\x55\xf9\x0a\x21\x92\x72\xcf\xcf\x5d\x1f\x50\x20\x78\x6a\x90\xe3\xde\xe3\x92\x9c\x39\x12\xfd\xb1\x8a\x4b\xeb\x2d\x80\x0e\x67\xd4\xa2\x07\xe5\xec\x51\x1e\x97\x54\xe2\x83\x01\xa2\x6c\x96\xd6\x4d\x5a\xbe\x8e\xf3\x73\xd1\x2d\xc2\xa5\xa0\x08\xaf\x17\x3a\x72\x1f\xce\xe8\x9c\x0c\x1a\xb4\x6d\x0f\x87\x07\x92\xe7\xe4\xf4\xd4\xee\xc6\x27\xba\x4b\x29\xec\x47\x49\x68\xc1\xbe\x2f\xe3\x54\xaf\x9d\x22\x8a\x8c\x97\x87\x99\xf5\xad\x39\x2c\xea\x7a\x18\x57\xd3\x6c\x73\x8e\xc2\xdf\x69\xb6\xa9\xeb\x0a\x68\x77\x17\x10\x45\x15\x0c\xa5\xe7\x41\xa2\x1a\xe4\xec\x45\x1e\xa7\x6c\x3f\x55\xc2\xba\x90\x76\x63\xfa\x44\x75\x85\xf5\xf9\x04\xee\x28\x2b\xb1\x7f\xf8\x45\x33\xb6\x3d\x66\xa9\xb4\x60\x06\x2d\xcb\x47\x1d\x2f\x03\xd3\xdc\xb5\x79\x1f\xc2\x3b\x92\x2a\x5a\x34\x67\x0d\x1b\xce\xa8\x38\xb7\xe0\x15\x06\x10\x62\x52\x25\xe2\x0c\xcc\x66\x4d\xc0\xb8\x4a\xe2\x14\x01\x03\xc0\xe6\xf5\x80\xdb\xe8\x2d\x34\x74\x65\x01\x8e\xac\x2b\x7d\x26\x53\x1d\xbe\x66\x25\xfc\xdd\xb1\x7d\xbc\x21\x74\xcb\x52\x7a\xcd\xf6\xf1\x9a\xd0\x2b\x06\x6a\x7d\xe5\xf9\xb5\x37\xbb\x92\xae\xe9\x95\x9e\x3b\xa0\xb6\x4f\xe1\x76\xca\x16\x6b\xc6\x36\x75\xbd\x66\x6c\xaf\xcf\xd1\x0d\x9d\x93\x64\x3d\xd9\x9c\xb1\x79\xc3\xe4\x5c\xb2\xf2\x6c\x57\xd7\xe5\x64\x77\xc6\xae\x27\xe5\x62\x93\xac\xe9\x2d\x2b\x27\xf1\x25\x63\x9b\xc5\x2e\xb9\x26\xa7\x00\xf5\xe3\xa3\xfc\x5c\x22\xb0\xcf\xe5\xc0\xaf\xff\x92\x42\x8e\x6d\x72\x45\x6f\xcf\x26\xf3\xc5\x64\x9e\xdc\x9e\xcf\xc1\xd9\x26\x74\xd8\x88\x68\x33\x9e\x17\xf1\xea\xc1\x43\x42\x6f\xd8\x66\xfc\xc1\x3c\x47\xdc\xb0\x8d\x5b\x6a\x4f\xd9\xec\xf4\xe9\xd9\x87\xd3\xf1\xf8\x29\xb9\xc1\x96\xdf\xd0\x39\x16\xf2\x89\xed\xe3\x1b\x32\xf8\x74\x5e\x2e\xe2\x35\xbb\xa1\xd7\xec\x13\x8d\xaf\x58\xaa\x99\x9a\xeb\x31\x9b\xf3\x2f\xf5\x88\x7e\x20\x49\xbc\x61\x37\x74\xc7\x3e\xc1\xc0\xad\x26\xec\x83\xbf\x70\x5e\xaa\x00\xfb\x86\x77\xc8\xd8\x36\x38\x62\x13\x63\x5f\x6b\x18\xbb\x55\xe4\xee\x16\x1d\x4e\xef\x24\x1f\xb5\x49\xf0\x7f\xfc\xd7\xe9\x78\xac\xc8\xad\x0a\x90\x98\x5b\x80\xfa\xba\xdc\x97\x62\xc5\x63\x04\xd7\x69\x25\xd6\x45\x5f\x82\xe7\x80\xbf\x52\xca\x21\x80\x6e\xbc\x55\xf6\x2d\xf5\x56\x05\x10\x91\x0f\xbe\x9a\x39\x88\x39\x40\x28\xef\xf6\x55\x33\x89\x8f\xbd\xc2\x00\x81\xdd\xf3\x05\xfd\xbc\x7f\x18\x1d\x9f\xd0\x1e\x45\x17\x61\x34\x2b\x7c\x6c\x21\xf7\x6f\x44\xa8\x74\x83\x4a\x35\x77\x32\x08\x3a\x24\x89\xa3\xb1\x8e\x19\xc3\xe7\xcc\x42\x40\x5a\x50\xa1\x07\x73\xd7\xd9\xfc\xfc\xa1\xd7\xd9\x86\xa7\xc9\xe1\x46\x9c\xcf\x60\x99\x7d\xaf\xe8\x33\x45\xff\x30\xce\x95\xbf\x56\x6c\xd6\x9c\x0f\x3f\x1a\x46\x0d\x1e\x86\xd9\x5d\xb6\x4d\x38\x60\xc7\x59\x11\xa7\x3e\x77\x34\xbf\x89\x63\x98\xe0\x9b\x21\x5e\x2b\xd4\xc3\xd0\xd3\xe9\x3c\xb7\x56\x08\x39\xa7\x6e\xf5\x85\xa7\xa3\x10\x8f\xef\xd5\xe5\x6f\x15\xc6\x84\x6e\xac\xbe\x05\xf1\xb6\xec\x8d\x7b\x9c\x82\x4c\x7f\xd6\xd5\x54\x70\x35\xbe\x40\x1e\x0b\x9a\xea\x98\x1d\xe3\x7f\xd8\xb2\x27\xe1\xe7\x6b\x61\xea\x42\x75\x16\x7d\x96\xad\x92\xf1\xf8\x6b\x75\xa0\x7f\xa8\xc5\x1f\x6a\x2a\x76\x95\x75\xa2\x0f\x03\x43\x12\x8b\x1b\x28\x6e\xca\xea\x1b\x29\xf6\x3b\xf6\x87\x62\x77\x62\x57\x25\x17\x26\x6a\x49\x57\xbc\x48\x6f\xf9\x4a\x37\xf9\x32\xcd\x3e\x56\xc9\xc5\xd2\xdb\xa6\xdf\x06\xc8\xd7\xad\xd2\x40\xd8\x02\x76\xd1\x1d\xf5\x5c\xe0\x42\x5b\x25\x53\x4d\x6d\xac\x04\x42\xa1\xb5\xbd\xbe\x5d\xc8\xe5\x34\x4b\x8b\x22\x0e\x31\x9a\x2d\x34\xa5\x70\x8a\x7f\x81\x67\x58\x1d\x7e\x51\x2e\xf1\xcd\xbd\x7f\x7e\x50\xf6\xd1\x8e\xc5\x19\x3a\x3b\x96\xc9\xd6\x45\x8e\x25\xb8\xe8\x2f\x70\x3c\xf6\x7a\x41\x73\xf0\xba\x76\xb8\xd9\xe4\x05\x8f\x9b\x0e\x93\x03\x89\x15\x39\xac\xf3\x32\x2d\x8a\xdb\x3b\xb3\xc4\x3b\x3e\xf1\xbc\x2e\xc3\x08\x41\x5f\xf5\x28\x19\x85\x1d\xc8\x75\x1a\x8c\x7c\x73\xfc\xc1\xc8\xd0\x1e\xf7\x7a\x3f\xa9\x58\x8f\x35\x8e\x70\x4f\xfc\xef\x9f\x89\xff\xdb\x67\xe2\x7f\xfe\x4c\xfc\x37\x26\x1e\xc7\xc0\xf3\xde\x19\x2e\xb4\x40\x5b\xe3\xb4\x7f\x79\x19\x08\x8a\xa1\xf2\x2c\x8e\x1e\x17\xf9\x6e\xc7\x57\x51\xa4\x1a\x63\x23\x3c\x72\xe1\x88\x01\x75\x92\x10\x57\x96\xf5\xa7\x9c\xa8\x5e\x40\x59\xaa\xcc\x39\xf2\x4c\x1f\x23\x32\x74\xff\x02\xe8\xb0\x06\xaa\xc2\xf0\x8a\x18\xbf\x4d\xe5\x55\x5e\x7e\x8d\x78\x51\x93\x76\x0b\xfa\x72\xa0\xb1\x20\x20\xed\x62\x2b\xc3\xb2\xdb\xfd\x45\x5d\x18\x4d\xab\xf0\x69\x70\xbe\x44\xd1\x4b\x0c\xdd\xee\x2b\x65\x90\x43\xf9\xd4\x3b\x2b\x51\x47\xc9\x1d\x89\x08\x6e\x07\x8f\x66\xf6\x14\x02\xa3\xf2\xe6\x0c\x82\x93\xdb\xfb\x46\xd2\xb1\xa3\x20\x13\xa6\x31\x94\xe3\xb9\xd3\x2f\x21\x75\x2d\x5b\x72\x26\x3d\x67\xbd\x98\x97\xb6\x4b\xcc\xef\x05\x7a\xfb\x7c\x07\x7a\x47\x7e\xe8\x9d\x66\x27\xbc\xd6\x9b\x57\xd6\x24\x68\xcf\x81\x06\x9d\xf6\xdd\xbd\x9a\x9b\x05\x6b\x5c\x3d\x31\x6e\x82\xc2\x3a\xfe\x85\x4e\x22\x6d\x2a\xdf\x11\xec\x3d\xab\x78\xd0\x2e\x35\x8a\x7e\xc5\xb9\xb9\x4c\xa5\x15\x31\x7e\xaf\x43\xba\x23\x33\xec\x1f\x1a\x98\x8b\x74\xf5\xdb\xbe\xc2\x55\xf2\x56\xb0\xad\x8a\x55\x53\x40\xf3\x2b\x50\x4c\x40\x92\xf8\x4b\xaa\x42\xc9\x86\x95\x2c\x06\x25\x06\xed\x33\x83\x88\x09\x9d\x95\x89\xec\xdf\x2a\xb2\xe3\x60\x68\xdc\x2a\x7b\xbc\x52\xb1\x22\x63\xd5\x81\x67\x86\x15\x9b\x7e\x7a\xe3\x6e\x46\x1f\xe6\xe6\xf3\xe5\x4e\x36\xba\x5c\x42\x68\xdc\x1e\x73\x58\x98\xad\x4b\x99\xa0\x52\x22\x9a\x37\xac\x1a\xc3\x6f\x79\xcc\x45\x9a\xd1\x6e\xf3\x3d\x44\xfc\xdc\x9a\xf8\x81\xdd\x46\x41\xbb\xe0\xf8\x09\x85\x49\xe6\x80\xc8\xcb\xde\xc1\xc7\x0d\xdf\x1a\x8b\x33\xa3\x38\xe5\x02\xa2\xe8\x5a\xc6\xbe\x0b\xf0\x2e\x8a\x75\x93\xb8\x5d\x1a\xe8\x24\x78\x2b\xa1\x2d\xfc\x9d\x7b\x5e\xc0\x75\xaf\xa3\xc8\x1a\x74\xb0\x97\x02\x0c\xed\x87\x8e\x16\xde\xa4\xd5\x33\x34\xc6\xe8\x04\xc5\x84\x0c\x7a\x06\x59\x6f\xfa\xfb\xdd\xd5\x75\xb2\x68\x4e\xb7\x7f\x5e\x1b\x92\x6f\x68\x94\xcb\xf0\x60\x26\x51\xf4\x23\x1c\x14\xcd\x42\x6e\x0e\xca\x66\x37\xfe\xd2\x93\xa6\xbd\x56\xa2\x28\x57\xa0\x36\xd4\x45\x36\xf1\x28\xc9\x6e\xaf\xd0\x4e\x13\xcc\x07\x41\x57\x42\x46\xd1\x25\x6f\xbb\x65\xfd\xe6\x9e\xd3\xc3\x6a\x2c\xe2\xeb\x74\xbb\xe9\xff\x86\xa6\x9b\xe3\xc8\x78\x28\x92\xd3\x9b\x0d\xe7\x05\x3c\xbc\xfc\x62\x41\x4b\xbd\x93\xb1\x31\x0e\xf0\x57\xd2\x30\x38\x28\xc1\x52\xca\x2b\x26\x28\xf4\x9d\x81\x46\xe8\x94\xac\xcf\xf6\x1e\x53\xdf\xb0\xf2\xa1\x39\x82\xdf\x18\x67\xb5\xce\x3c\xf8\x18\x3e\x56\xa7\x4c\x03\x90\xd5\x39\x7d\x30\x9c\x7a\xb5\x11\xb0\x66\xff\x8c\x59\xb2\x4e\x47\x7b\x1b\x1e\xa4\xe8\x0e\x5a\x4f\x77\xe1\xc8\xea\x8e\x6c\x7f\x87\x8f\xc2\x78\x75\x8a\x45\xca\xe4\xc8\x71\xeb\xd7\x76\xb4\xc3\x3a\x32\xa8\xb8\xa7\xcb\xdf\xa3\x23\x3c\xef\xc8\xf8\x1d\x70\xc4\x83\x95\xe1\x24\x71\x1d\x38\x65\xe7\x1f\x2b\x2e\x7d\xe9\x15\x3e\xa0\x7c\x05\x6e\xdf\x8d\xa0\x68\x38\xa7\xa9\xf1\x6b\x08\x7a\xac\x51\x24\x87\x4c\x2d\x10\x8d\x8d\x24\x29\x2d\xd8\x4f\x32\xe6\xbe\xeb\x32\x90\x1f\xa3\x18\xb9\xe5\xd2\x6c\x47\xe1\x3d\x82\x4c\x3c\xf3\xc7\xde\xf4\x10\x6e\xfc\x35\x59\x30\x4d\x32\x06\x91\x2b\xf7\x0e\x56\x4d\x3b\x64\x41\x88\x1e\x8a\x46\x53\xb4\xf0\x17\x73\xbc\xd5\xed\x2c\xfc\x75\xe2\xb0\x75\x5b\x85\x4e\xf6\xe4\x7c\x0e\x0e\xc0\xc0\x6b\x73\x58\x18\xae\x94\xf8\xda\x2f\xed\xfb\xa6\xed\xed\xe2\x74\xd4\x24\x0b\xca\x1b\x0a\xd4\x12\xb4\x6f\x29\xe9\x21\x56\xf4\x7b\xe3\x3c\xbf\x45\xb5\x91\xbe\x08\x25\x5a\x33\x6d\xa8\x57\x7d\x7c\xfb\xa1\x79\x85\x88\x2e\x40\x6a\x87\x67\x61\x07\x40\x59\x81\x0b\x72\xcc\x8d\xb9\x9e\x97\x4a\xfc\x94\xf3\x9b\x46\x8b\xf4\x3a\x04\xe3\x07\xe9\xff\xbd\xef\x2d\x34\x47\xbe\x09\xde\x77\xc6\xe0\x57\xf2\x6c\xb6\xc8\xd9\x70\xe6\x60\x82\x31\xf4\xdc\xa0\x3d\xa0\xa7\x16\x3c\x1d\xbc\x1b\xaa\xf5\x5a\x18\x1c\x22\xa8\x05\x30\x9c\x7b\x1a\xc2\x79\x14\x0d\xd7\x76\x05\x37\xde\x28\x01\xa1\x01\x2d\xb9\xfb\x50\x4b\x2c\x34\x09\x34\x76\x22\x3d\x21\xf3\x24\x90\x91\x77\xdd\x17\xaa\x06\x96\x57\xf7\x13\xf9\x00\xd9\x78\x9e\x68\x61\x9b\x28\xe7\xba\xd2\x41\xa5\x3c\xdc\x7d\x3a\x1d\xe9\xe9\xeb\xbe\x42\x85\x1e\xca\xa8\x30\x33\x6c\x67\x27\xce\xdb\x2f\xbf\x5d\xc3\x6a\x41\x0e\x7a\x89\x19\xef\xc2\x02\x90\x80\x6e\x2f\xf9\xb7\x80\x61\xf2\x02\x34\x9e\x2b\x9a\xda\xe0\x1f\xcb\x8d\x1f\x81\xc6\x80\x1e\xe2\xd2\x69\x75\x26\x9a\xb7\xd5\x8a\x88\x8b\x0a\xb5\xcb\x1b\xaf\x4c\xdf\xe5\xb1\x0e\xa5\xa3\x4d\xbe\xe2\xa8\x4c\x9d\x42\x11\x21\x04\x3d\x64\x4f\xdb\xd9\xc1\xc5\x3b\xe0\xd1\x8f\xf6\xa5\x29\x40\x3a\xb1\xb4\x2f\x9c\x03\x0f\x32\xcd\x1d\x70\x94\xa6\x82\xcd\xce\xa7\x8d\xb0\x08\xaa\x50\x74\xf4\xff\xf2\xf6\xaf\x4b\x6e\xdc\xc8\xbe\x28\xfe\x9d\x4f\xd1\xac\xf0\xaa\x5d\x18\x82\x14\xa9\x59\xde\x7b\xed\xea\x46\x33\x34\x96\x7c\x19\x5b\x96\xc7\x92\xec\xb1\x29\x8e\xa2\x9a\x04\x9b\xb0\x8a\x00\x07\x05\x76\xab\xdd\xe4\x23\xfc\x23\xf6\x23\xfc\xe3\xc4\x79\x92\xf3\x28\xfb\x49\x4e\x20\x13\x40\xa1\x2e\xdd\xf2\x9a\x75\xce\xf9\xd2\xcd\xc2\xfd\x9a\x48\x24\x32\x7f\xe9\xdc\x39\x24\xd4\x34\xa2\x6b\xce\xa3\x66\x1a\x26\x1b\x21\x45\xb5\xcd\x62\x17\xed\xb5\xbf\x0b\x2f\xce\xf1\x0f\x9c\x19\x19\x80\x00\x0c\x6c\x12\xeb\xc0\x20\x50\x00\x99\x4d\x74\xb5\xfe\xd6\x15\xd5\xf6\x4c\xd9\x5b\x38\xaa\x79\x66\x9c\x16\xfa\x1a\xb6\x45\xd5\x57\x5b\x4f\xaa\x76\xf5\x91\xe3\xf6\xd8\xc3\x4a\xb3\x76\x54\x71\x8c\x1b\xc0\x5d\xd1\x00\x37\xd1\x6c\x03\x68\xe9\xc5\xcd\x78\x20\x6d\xdc\x12\xc8\x13\x37\xe6\xaf\x0f\x34\xa6\x01\x6f\x89\xbe\x15\x8e\x47\xf3\xc7\xdb\xf6\x9f\x6e\x58\xa3\x55\x7f\x0f\x4f\x53\x68\x22\x24\x24\x67\xc6\xdb\x5f\x56\x86\x75\xe4\x1f\x54\xe3\x2b\x83\x61\xdf\xd9\xc0\x73\xc2\xc1\xdf\x9c\x5c\x67\x33\xcb\xcf\xa3\x75\x7e\x86\x78\x68\x8b\x25\x21\x4e\x30\x18\x9e\x4d\xf4\x09\xb8\x58\xb0\x1c\x12\xbf\x3b\x48\x3b\x5b\xd5\xfc\xa5\xc8\x6e\x9c\xfd\x1c\x6a\xd5\x8c\xf5\x68\x96\xcf\x30\xad\x54\x6b\x5e\x83\xde\xa1\x68\x16\xd5\xc0\x60\x57\xb3\xaf\x91\xe6\x47\xde\xb4\xfb\x34\xba\xd8\x62\x49\x15\x33\xe7\xea\x42\x9f\x2b\xaf\x7e\x50\x34\x5d\x91\x84\x27\x45\x4b\x96\xc8\x40\x32\x35\x2a\xd0\x7b\x9d\x73\x94\x56\x44\xae\xab\x42\x75\x5c\xb7\xf9\x10\x70\xca\xe7\x8e\x71\xe7\x8f\x2f\x38\x0b\xcd\x74\x1c\x31\x72\x27\xab\xf8\x9d\x7b\xcf\x2a\x53\xff\xc8\xd7\xf0\x25\x26\xd3\x54\x07\x97\x54\xc1\x65\xbd\x70\x7b\xf9\x3b\xd4\x8f\xb9\xe2\xba\x3a\x1e\x7b\x02\x9d\x6a\x59\x37\x82\x99\xda\xd1\x4b\x24\xa0\x01\xfd\x69\xef\x10\xeb\x8d\x22\x1f\xd3\xf4\x2f\x32\xbc\xd7\x46\xed\xd0\xda\xce\xaf\x57\x65\xd0\x17\x91\x0f\x2d\x9b\xe9\xad\xcf\xa4\x47\x92\x5c\xd6\x71\x73\xc8\x97\x67\x75\xc8\x88\x49\xea\x8b\x1d\x31\x59\x97\x69\x2e\x1a\x7e\xb9\x74\xd4\xaa\x66\xe5\x8d\x84\xe4\x3e\x53\x4c\xd8\x89\xd1\xb6\x6e\x3a\x23\x64\xee\x6a\x73\xa9\x9c\x26\xbe\x42\x04\x0b\x42\xeb\xbc\x0c\xe5\x46\xdf\x37\xda\x93\x43\x65\xc1\x26\x24\x6e\x06\x1e\xcb\xe7\xbe\x42\x43\x0d\x1d\x3f\x58\xdf\x94\xb6\x6a\x7c\xa3\x7c\x7d\x71\x1d\x6e\x75\xc6\x05\xd2\xaa\xd9\xa1\x41\x91\xa6\xd5\x43\x95\x14\xae\x92\xc9\x4a\xc9\x55\x61\x32\xd8\x12\x85\xeb\x57\xe5\xea\x0b\xb1\x8d\xcc\x95\xcb\x4a\xfa\xfa\x8f\xda\x02\xa2\xeb\xb5\xa8\xb4\x2b\xfb\xa2\xc4\x92\xe7\xee\xff\x88\xc9\xdc\xf8\xc0\x51\x09\xcb\x1c\xd6\x61\xd7\x23\x10\x80\xb5\x46\x4e\xe0\xb5\xdf\xc2\xfd\xab\x73\x70\xd3\xe7\xbb\xfa\x21\x97\x4a\x62\x93\x09\x70\xa7\x24\x6a\x77\x4a\xee\xe7\x48\xf8\x56\xc9\x07\x5a\x45\x87\x99\xb9\x90\x91\x94\xd1\x5c\x32\xd9\xf4\xa3\xa9\x5c\x40\xed\xe5\x29\x70\x6e\x68\x5f\x5f\x3b\xae\x74\x07\xf4\xf1\x98\x85\xdf\x96\x56\x9e\x8f\x67\x8c\x5d\xa9\xac\xa0\x9a\xa4\x69\xe1\x9c\xcd\x34\xc8\x35\x4c\xc0\x7d\xd7\x09\x55\xc7\xb9\x67\x4c\x5f\x5a\x6e\x37\x2d\x11\xec\x53\x3a\x60\x91\x1b\x29\xd7\x87\x5e\xa7\x57\xb5\x7b\x2b\xef\x9d\x31\x33\x6d\xad\x2f\xd8\x7e\xb5\x12\x43\xeb\x99\xa1\x99\x96\xe2\x53\x8b\x6e\x39\x00\xb3\x85\xea\x85\x5c\x22\x5d\x8c\xca\x8a\xdc\xd9\xea\xb6\x2f\x1d\xc5\x5c\xcb\x69\xd1\xaa\x05\x4e\xd6\x8f\xc7\xa3\x66\x0f\x91\x5e\xa7\x24\x82\x38\x7c\x8a\xc2\xca\xc8\x75\xed\x10\x0d\x61\x39\xbb\xfd\xb4\x9c\x23\x38\x1d\x2a\x47\xe0\x70\x08\x4a\x03\x5b\xc7\x21\xc3\x21\x94\x97\x53\xf8\xaf\xd0\xf1\xb5\xb3\x7b\x6c\x0c\x22\x2b\x47\xc5\x42\x61\xde\xb1\xa1\x6a\x34\xf2\x8e\x67\xca\xb1\x19\x98\x11\x13\x54\x8f\x98\x40\xfb\xb1\x40\x86\x35\x01\x23\x32\x57\x76\x26\x2f\xa6\xf3\x69\x1e\x55\xd1\xa8\x43\x8f\x98\xfc\x53\xb1\x50\x63\x48\x37\xcb\xa7\x04\xab\xa3\x76\x6f\x9f\x1e\xe8\x7d\xe4\xf5\x56\xb7\x1f\x7a\x1a\x93\xa8\xd9\xd4\x4d\xa4\xe9\x79\x2f\x33\xf0\x56\xe6\x0e\x6b\x7b\x3a\xd9\x0d\x01\xee\x48\xc2\x5e\x18\x8d\x74\x50\xc3\x8b\x1c\xe0\xea\xbe\x97\x17\x03\x76\xa1\x3f\xeb\x62\xef\x1e\xab\x59\x3f\x86\xb9\xbd\x22\xfa\x94\x28\xe6\xec\x24\x84\xe0\xda\x5b\x46\xf4\x28\x6c\xba\x6f\xe2\xa6\x57\xb1\xb5\xf7\x59\x04\x91\x22\xcc\x6b\xf1\x3b\xcf\x62\xa2\xe6\x10\xfa\xef\xeb\xdd\xf0\x99\xc8\x0c\x39\xd7\x43\x16\x5c\x27\x9c\x6b\xa6\x23\xbf\x2c\x60\x5c\xa0\x8f\x47\x00\xd8\xf4\x36\x88\x69\x9a\x18\x7d\x00\xad\xc2\xae\xbd\xa7\xb8\x96\x4a\xf3\x31\xd8\xfe\x54\x09\x3c\x79\xd4\xc5\x81\x78\xc8\xde\x6f\x41\xea\xe1\x5c\x4b\x06\x2b\x85\xc8\x5b\x65\x7b\x77\xb5\x1c\x9b\xea\xba\x09\xd0\x85\x6e\x33\xa4\x32\x63\x67\x53\x93\x34\xd7\xe2\x8d\x73\x7e\x5f\x39\x6a\xfc\xb8\x6a\xa2\x65\x70\x15\x33\x01\x3b\xd3\x69\xf3\x15\x21\xe8\x97\x31\x88\x60\x1c\xfa\x49\x7d\xe3\x00\x2d\x61\x38\xae\xe8\x81\x81\x16\x96\xa2\x05\x71\xac\xd4\x8c\xb1\x03\xe8\x1c\xa5\x69\x56\xd6\x9a\x64\x07\x07\x6a\x65\xf9\x4c\x6f\x7d\x67\x53\xae\xb6\xce\xc5\x3c\xb8\x3d\xa5\x5e\x79\xaf\xc7\xeb\xe9\xd8\xc7\x0d\x0e\x60\xd1\x87\x3c\x71\x5b\xce\x06\xe8\x9e\x59\xa6\xc6\xab\xf8\x1a\xee\x54\x16\x1a\x1a\x6f\x64\xbc\xaa\xa1\xf2\x0f\x91\x8b\x50\xdd\x03\x92\x17\xcf\x50\x66\x54\x66\x00\x46\x4c\x3b\x44\x33\x40\x7e\x48\x53\xff\xc0\xd0\x00\x84\xc8\x08\x21\x08\x99\xb7\x15\x80\x6d\x0f\xff\xbf\xe5\x77\xb4\x42\xa8\x58\x82\x52\xd9\x70\x0d\x5d\xeb\xe2\xfa\x1a\x8c\xb6\x86\xb3\x87\x81\xac\xfa\x92\x4f\x4f\x84\xce\xa6\x53\x52\x33\x6e\xc3\xb5\x86\xa6\x7a\x15\xb9\x12\x3f\x07\xd5\xad\xb0\x53\xea\xe4\x28\x1e\x4c\xf4\x67\x91\xd9\xa4\xab\xa2\xe2\x67\xb3\xdc\x8b\x81\x9c\xc8\x5c\x5e\xdb\x1d\x3b\xef\x0d\xb5\x0c\xa7\x9c\x37\x45\x87\xe4\x5e\xcd\xa3\xd6\x7f\x54\xd9\x15\xa7\x60\xc2\x96\xd7\xee\x0f\x57\x87\x0a\x5e\x1d\x06\xfe\x26\x11\x9c\x10\x0f\xbe\x34\x69\xfa\xa5\x99\x18\xb1\xe3\x97\x62\xfc\xef\xd3\x29\x98\x54\xec\x79\xf6\xa5\x99\xec\x55\x45\x35\x99\x4b\x96\x18\x2d\xf6\x25\x4f\xf2\xef\x4c\x9a\x7e\xd7\x97\xfa\xbb\x90\x3a\x93\x2c\x59\xab\xc3\x55\xc9\x13\xfa\xa5\x61\xf7\x36\x6d\x2e\xe8\x5e\x55\xb9\x3e\x91\xdc\x46\xa3\xa7\xa0\x84\x7e\xd7\x89\x1e\xf8\xe5\xce\x6b\xa0\x53\x76\x33\x37\x93\x1d\x37\xc5\xb7\xfc\x2e\x37\x93\x95\xd1\xe5\xb7\xfc\x2e\xd2\xb8\xb4\x53\xf3\x5c\xab\x7d\x9a\xfe\x53\x81\xbc\xb8\x89\xe7\xe5\xab\x43\xe1\x6a\x69\x37\x83\x87\xf7\xd5\x84\x00\xa4\x5b\xb6\xe7\x19\xc4\x38\x4b\xa4\x72\x49\x3c\xa0\x81\x26\x17\x53\xbb\x02\x9d\x7a\x1f\xa6\x2d\xc1\x16\x89\x6a\x72\x19\xe2\x2e\xa6\x64\xde\x15\xea\xb6\x28\x0f\x2d\xeb\x91\xa7\x07\xf6\x6d\x13\xcb\x7a\x45\xee\x2b\xf4\x34\xd3\xb7\x46\x41\xbc\x08\x6b\x02\x42\xdd\x92\xb0\x8b\xf7\x6f\x22\xa8\x55\x45\xc8\xac\x07\x62\x23\x44\xe4\xd6\x65\xad\x15\x86\x07\xa1\x68\x4d\x94\x56\xfe\x17\x19\x75\x62\x7f\x09\xb1\xbf\x90\x8b\xd9\x34\x4d\xb3\xb7\x22\x5b\x11\x3a\x94\x69\x1a\xba\x33\x7e\x3a\x9d\x5e\x94\x69\xfa\x96\x87\xd3\x9d\x56\x80\x43\xfa\x3f\x19\x2b\xe6\x0f\x6c\xb0\x86\x85\x41\xd8\x20\xa2\x89\xbe\x8b\x10\x43\x79\x2b\x94\x9c\x08\x19\x3c\x3c\x5e\xe0\x9a\xaa\x67\xbc\x0e\xb4\x95\x1e\x57\x4e\x4f\x60\x46\x06\x5f\x3d\x34\xb2\x5f\xf5\x8f\xac\x77\x64\xb5\x22\xf9\xc3\xa0\x0c\xf5\x6a\x28\x9c\x2e\x2d\xb8\xbb\xf1\x5e\x35\xe9\x81\x15\x6e\xe1\xfb\xf5\x38\x10\xf0\x94\xed\x29\xda\x3c\x2b\x31\x49\xbc\x90\x69\xc5\xca\xcb\xf1\x6c\xbe\x5a\x94\xcb\xdc\x19\x1b\x6a\xaa\x09\xc9\xb3\xca\xa5\x8e\xdd\x6b\xd4\x21\x68\x45\x68\x29\xee\xf5\xbc\xae\x03\xbd\x61\xfa\x3d\x57\x94\x36\x8c\x48\x96\x68\xbe\x32\x09\x28\x60\x57\x2c\xae\x85\x6a\xe6\x4e\xdc\x21\xa8\xce\xd2\x92\x8d\x67\xb5\x81\x80\x23\x08\xc1\x68\xc2\xe3\x37\xfc\xac\xf4\xfa\x99\xc9\x34\x19\xc4\x66\x14\xd0\x88\xe3\xb1\x80\xeb\x8c\x5c\xcf\xff\xc2\xb3\x82\x56\x74\xed\xed\xf0\xd6\x68\x84\x97\xaf\xc3\x65\xd6\x13\xa8\x50\xc1\xd6\xb7\x6e\xc3\x33\x34\xbc\xa3\x53\x90\xdb\x17\x34\x84\x00\x54\x04\xf9\x43\x55\x6f\x7d\xd5\x5b\x57\xf5\xd6\xc1\x1e\x33\x97\x40\x93\x81\x98\xdb\x1b\x50\x69\x67\xc7\xc3\xa5\xd1\x9f\x6d\xec\x73\x9e\xad\xfc\x3d\x75\x51\x2d\x09\x2d\x09\xbd\xc7\xc5\x93\x0f\x67\x54\x69\x71\x2d\x64\x9e\xfc\x09\x16\x58\x72\x22\x24\x5f\x45\xf8\x07\x76\x42\xbd\x35\x66\x8b\x98\x35\xd6\x44\x5d\x95\xbf\x41\x97\xe1\x76\xec\xc3\xca\xd1\x8c\xd8\xa3\xe1\xd1\xea\xfd\x02\x24\xf9\x4f\xb6\xc8\x92\x56\xb4\x54\x24\xcf\x4a\x36\xc5\xfe\x38\x4b\xd4\x45\xb5\xb4\x45\x95\xaa\xce\xe1\x50\xcb\xd1\x05\xee\x9e\xa9\x4f\x3a\xff\xd9\xc5\xea\x89\x37\x99\xf1\x14\x73\x34\xda\xd1\x55\xb4\xa2\x70\xdd\xd9\xd9\x45\xad\xdb\x60\xd5\xbb\xa2\x1b\x52\xdf\xb0\xeb\x93\xae\xc6\xfe\xc0\x4b\x0c\xa6\xde\x50\x03\x5c\xc2\x86\x99\xa8\xc8\xfb\xfa\xad\x0d\x24\x6c\x1d\x9e\x88\x02\xd7\xf4\x42\xd8\xbb\x6d\xc4\x5f\x51\x3d\x59\x6d\xa9\x22\x74\x1d\xa2\x4d\x1c\x6d\x5c\xf4\xb6\x46\x78\x58\xd1\x35\xa1\xd1\x3b\x2d\x7c\xef\x1a\xde\x12\xec\x52\xf5\xf6\x00\x37\x75\x0c\x87\xab\x00\xa0\x97\x46\x2f\x72\xcd\xf4\xe4\x7c\x77\xc1\x6e\xce\x77\xfe\xe6\x72\xcd\xa0\x51\x3b\xd7\x9e\x2b\xb6\x51\xd9\x35\xb5\x6d\x1a\x6c\x19\xdb\xcf\x9d\x48\xb0\xde\x29\x3b\x7a\x05\xd8\x1c\xf6\x3f\x21\xf9\xb5\x5f\x86\x57\x96\x40\x3e\x98\x16\x4a\xdd\x53\x45\x00\x0a\x25\x3c\x38\x34\x73\x20\x95\xf0\x8b\xd4\x53\xb6\x9e\xb5\x2a\x70\x7f\xb4\x96\x25\x0d\x0b\xf6\x54\xbf\xb3\x85\xf7\x16\x13\x89\x9c\xee\x58\x45\xdf\xb3\x3b\xbf\x61\x6f\x19\x3c\x3e\xfa\x7d\x33\x64\xd2\x99\x3f\xd5\x14\x09\x35\xb7\x1b\x04\xc9\x38\xde\xee\x45\x44\x46\x4c\x87\x8c\x98\x06\x19\xd9\xf3\xec\x85\xaf\xf5\x3d\xb9\x9c\xce\xb3\x5b\xf6\x02\x4d\xcb\xdf\xb3\x6b\x9e\xdd\x79\x96\xc2\xa7\xb2\xb4\xd9\x26\xf1\x79\xd8\x8d\x4d\x04\x9c\xc5\x0b\x67\xfc\x7d\xca\x04\x6b\x8f\x15\x21\x8b\x32\xd8\x93\x43\x53\xde\x13\x7a\x5b\x8f\xad\xb0\xe3\x57\xc2\xfb\xd2\xca\x3b\x29\xf8\x29\xb3\x57\x87\xf3\x6c\xe5\xf4\xc9\xd6\x13\xa3\x8e\x47\xfc\xba\x58\xe3\xab\x66\x9a\x46\x87\xf4\xb7\x6d\x37\x1b\x3b\xc6\x44\x9a\xde\x38\xbf\x6c\xb3\xcf\xa7\xd1\x90\x6f\xeb\xab\xcc\x05\x78\xd0\x9c\x8f\x9f\x4e\xf3\x10\x76\xe9\x1d\x69\xce\x9f\x4e\xf3\xe9\x60\xfb\x47\x2a\xca\x54\xcf\x83\xd1\x88\x6d\xa9\x6d\x01\x34\x01\xa0\x88\x03\xed\xb8\xb2\xfb\x9c\xf7\x31\xcd\x96\x43\xda\xb1\xd9\x93\x29\x85\x63\x16\x84\x97\x31\xb4\x7f\x97\x7b\xb2\x57\xca\x84\xde\xf5\x45\xd9\xe3\xff\x3d\xa1\xc5\x64\x2b\x2a\xa3\xf4\x1d\x6c\xca\xd7\xbc\x7c\x05\xab\x95\x85\x1b\xdb\x5d\x9b\xb7\xe3\xe4\x1e\xd8\xfe\xf9\x8d\x65\xe2\xaf\x32\x0e\x7d\x78\x8f\xc9\xae\x6a\x5e\xa5\xd9\xf4\xf7\xb4\xcb\x81\x84\xd6\xf5\x33\x27\xef\x03\x13\x22\xe9\x8a\x9c\xec\x3d\x84\x4a\x92\x7f\x66\x2b\x07\x90\x5f\x37\xaa\x69\xfa\x16\xdc\x01\x38\xd7\xbe\xf6\x2e\xf2\x34\xaf\x40\xd3\x0a\x5b\x62\x7b\xf6\x52\xac\xd7\x25\x7f\xae\x6e\x65\xcd\xb7\x82\xdd\xd6\x5b\x0f\x41\x26\x1f\x01\x01\xee\x61\xe2\x68\xa7\xd2\x3f\xe7\xb7\xf3\x0f\x78\x5d\x6a\xa1\x7f\x38\xe6\x8d\x97\xc5\x9d\x90\xd7\x7f\x29\x0f\xfa\xc5\x0d\x97\xe0\xc9\xe8\x41\xb8\xcb\x07\xf2\xa0\xf2\xe5\x43\xe5\xcd\xe8\x8f\x1a\xa0\x6c\xf1\x5a\x77\x6a\x3d\x32\xad\x22\x49\x82\x87\x33\x15\xf5\x7d\x9e\xd6\x77\xfb\x5f\xda\x57\xf8\xe1\xec\x04\xc6\x4c\x48\xc6\x37\xa5\x52\x3a\xb2\x17\xbe\x3e\x18\xc3\x75\xf5\xd0\xe1\xe8\x7d\xdd\x06\x4c\x0c\x09\x73\x66\xbc\x45\x6b\xcd\x47\x5a\x06\xef\x53\x2e\xf4\xc4\x26\x53\x97\x5e\x6f\xe3\x78\x1c\x4a\x05\xda\x22\x5e\xae\xf1\x13\x14\xac\xc6\x68\x9d\x3a\x2e\x22\xc9\x6a\x10\x21\x96\x6c\x7a\x5e\x5e\xd4\xa7\xa3\x6f\x7f\x78\x38\x2e\x3d\x30\x6d\x11\xe2\x22\xe8\xaa\x12\x64\xca\x87\x34\x3d\x3c\xde\xe3\x4b\xef\x77\x7d\xc5\x9e\x45\xaf\x59\x6b\xd6\xa9\xd9\x16\xe9\xbd\x32\x0b\x78\x57\xe0\x74\x45\xd7\xd4\x10\x0a\xfd\x89\x67\x71\xad\x1b\xaf\xb9\x6e\x52\x13\x2c\xe9\x8b\x52\xac\x3e\x24\x96\x6f\x85\xdd\xbb\xd5\x31\x5b\xb2\x69\x09\x2a\x00\xa4\x42\x5b\x52\x32\x74\x12\x8a\x34\x1d\x56\xba\x56\x1f\x04\x41\x00\x2c\x74\xaa\xd2\x34\xdb\xea\x68\xf3\x38\x7d\x0d\x14\x10\x00\xa3\xec\xf1\xce\xdf\xe8\x42\x56\x1b\xf0\x3c\x5a\x72\xa8\x04\x1c\x5a\x35\x2e\xb3\x04\x65\x3f\x32\xbc\xca\x3b\xc9\xc2\x97\xa2\xe4\x36\x95\xdd\xd6\x51\x50\x64\x85\xed\xb3\xd0\x82\x3d\xd3\xba\xb8\x03\x48\x78\x10\x09\x47\x17\x15\xe9\xb0\x13\xc3\x38\x17\x65\xa9\x6e\xed\x5d\xc8\x96\xf6\xe6\x6e\xcf\xab\xe3\x71\x3c\x1b\xb2\x2b\x95\x3d\x96\x88\x22\xde\x7f\xfd\xb4\xc0\x6f\xcf\xea\x26\x0e\xd4\x44\xc9\x52\x15\x6b\x4b\xfc\x4c\x8f\x2b\x4f\x35\xd1\xbc\x3a\x94\x70\x6e\x3f\x59\xbc\xfb\x38\x9d\x8e\xdf\x7d\x9c\xfe\xc7\xbb\x8f\x53\x3e\x7e\xf7\x71\xb6\x59\xde\x3f\x3d\x79\x64\x72\x50\x42\x65\x49\x42\x68\xb1\x90\x4b\xc6\xe9\x68\x54\x31\xbf\x80\x4a\x07\x04\xa2\xd9\x77\x9e\x5e\x69\x42\x8d\xca\xb5\xf7\x52\xd0\x42\xd2\x2b\x10\xd3\xcd\xf4\x81\xe5\x11\x12\x58\x65\xc4\xbc\x3f\x0d\xbe\xf3\x70\x55\x25\xa1\x9f\x35\x40\x19\xbf\xd0\x59\xe9\xa1\xdd\x15\x60\xa3\x3e\xab\x9c\x04\xe7\x74\xa2\x07\x36\x3d\x3f\x5c\x88\xf3\xd1\xe8\x40\xca\x4c\x2e\x0e\x4b\x7a\xa8\xdd\x2f\x98\x9e\x6b\x2b\x68\x46\xb6\x9d\x13\x69\x72\x59\x0b\xe2\xfb\x72\xd9\x15\x08\xa8\x59\x0f\xd0\xcb\xb6\xb6\x65\x83\x54\x83\xdc\x52\x6c\xb2\xa2\xbd\x3e\xaf\xbd\x4b\x84\x37\x00\x02\x48\x1e\x6e\xf3\x30\xbb\x99\x73\x77\x79\xcc\xb9\x97\xdc\x20\x7e\xe3\x0a\xdc\x7e\x56\x0d\x9f\x15\x76\xc2\xbf\x6a\x8c\xa3\xe5\x19\x57\xb0\x8c\x71\xcc\x56\x35\xb1\x39\x90\x80\x16\x96\x24\x74\xb5\x38\x78\x28\x1d\xfc\xed\xdc\x90\xea\xe2\x1a\x1c\xc1\x76\x1c\x48\x14\x34\x29\x40\x88\x99\x78\x1f\x06\xb1\x36\x6f\x73\x3c\x1c\x59\xe7\xe4\xfe\x14\x93\x94\x7d\xeb\x39\xcb\x56\xe6\x95\xbb\xb2\x4f\xe9\xff\xf4\x65\x8b\xb5\x86\xea\x50\x07\x88\x1f\xaa\xdd\x39\x4a\xf6\xa0\xa6\x9c\x21\x17\x4f\x11\x98\x22\x0e\x66\x86\xea\xe3\xf1\xaf\x19\xa7\xa0\xeb\x6f\x4e\x71\x6d\x5d\x5e\x6b\xc8\x4c\xa3\x17\x3d\xfa\x9d\xa6\x5b\x42\x57\x4d\xd4\x80\xd2\xee\x5f\x81\x18\x5a\x5e\x07\x04\xa7\x91\x77\xa0\xf0\x4a\x9a\xe9\xb9\x61\x1d\xc5\xc1\xfc\x61\x05\x3e\xdb\x4d\x02\x98\x43\xb5\x06\xf7\xc3\x5d\x42\x1d\xd0\x9e\xe8\xe8\x21\x05\xfa\xd3\xa8\x84\x19\xfa\xcf\x26\xa0\x48\x8f\xd2\xe7\x27\x86\x0a\xcb\xf9\xd4\x58\x81\x86\xa9\x65\x6d\xe1\xe2\xa6\xd9\x94\x5e\xe1\xcc\x0f\xd4\xfc\x4a\xb3\xf1\xe4\xf3\x3f\xe7\xda\xfe\x9a\x7d\x9e\x1f\x30\xe4\x7f\xe4\xeb\x34\xcd\xec\xcf\xd9\x93\x3f\xe3\xc9\x72\xa7\xbb\x3a\x2f\x8c\xa3\xf2\xf1\x73\x5e\x9a\xe2\xef\xe0\xec\xb7\xfe\xfe\x25\xb6\x82\x07\xb5\x0f\xcb\x22\x99\x42\x94\xf6\x57\xf1\x51\x00\xda\xcf\xd7\xaf\x7e\xfc\xe6\xd7\x57\xdf\xbf\x79\xf6\xdd\xfb\x67\x7f\xff\xe6\xb5\xd7\x0d\x81\x74\x91\x62\x48\x5f\xd6\x9f\x5e\xfc\xf8\xe6\x9b\x2f\x5c\xc6\xb9\x0e\xd9\xf2\xa6\x3a\x49\xdd\x22\x42\xef\x3f\xe6\x86\xde\xe5\xfa\x14\x41\x1c\xbd\xd7\xb5\xf5\xbd\x64\x77\x70\xfc\xda\x53\xed\x23\x18\x90\xdf\xc5\x0f\xa6\x28\xdd\xf2\xb2\xb9\x43\x50\x12\x85\x29\xbe\x2c\x1b\xca\xbf\xeb\x10\x8b\x6f\x64\x21\xba\x36\x99\x15\x69\x7a\x00\x39\xe6\x1a\x5f\x2a\xd3\xf4\x26\x4d\x2b\xc2\xf3\x1a\xbf\xd3\x4c\x4c\xa1\xaf\xb9\xa1\x1b\x86\x8c\xd3\xf9\x76\xc8\xca\xf3\x2d\xdb\xc6\xef\x60\x3e\xfd\x9e\x4d\xcf\xf7\x17\x1b\x4f\xc9\xf6\xf8\x60\xbc\x59\xec\x11\xf9\x95\xb1\x6d\x4c\x54\x56\x07\x6d\x4b\xf8\xd9\x8e\xcf\x1b\xa8\x85\x6d\x91\x7f\x3e\xe3\x27\x6c\x1e\x78\xbe\x5c\xa1\x5e\xfa\x90\x5d\x05\x48\x0f\xdb\xe6\x34\xdd\xd5\xaa\xc0\x4d\x35\xe9\x48\xed\x76\xa4\xfe\x74\xa5\x69\x73\x28\xc6\xcd\xa1\xb0\xe7\xdf\xcd\xa7\x8a\x02\xa3\x12\x11\x97\x85\xdb\xae\x31\xe8\x60\x60\xe2\x7c\x54\xad\x89\xe3\x69\x11\x0a\xb6\x68\x28\xcd\xa3\x49\x23\x8e\x79\xe8\x1b\xac\x80\x1d\x83\x06\x5f\x77\x34\x8f\xaf\xd8\xf5\xa8\xe8\x7d\x4c\x1d\xec\x2e\xa6\xf3\xeb\x58\x5f\xfc\x7a\xb4\x1b\x7f\x3e\x25\xf9\x55\x2c\x64\x89\x2c\x5e\xaf\x46\xbb\xd1\xe7\x53\x42\x03\xc9\xbc\xf6\x68\x0b\x57\x27\x72\xba\xd6\x17\x4f\xa7\x41\x8b\xa9\xd1\xf0\x79\xab\x1f\xf1\xe8\xd0\xa2\x61\x09\x10\xcd\x81\x8f\x79\xfe\x77\x26\xc2\xef\x5f\x98\x7a\xe8\xb2\x13\xf4\x33\x1a\x95\x79\x1e\x2a\xae\x73\xdc\x48\x41\x4d\x5c\x6b\x23\xee\x17\xaa\x2d\x05\x08\x95\xa7\xa9\x79\x12\x3e\x8e\x47\x5e\x47\xfd\x3d\x4d\x79\x88\xfa\xfb\xa0\xd9\xdf\xa2\x63\xec\x00\x00\x13\x57\x9a\x65\x57\xfa\x4f\xd7\x7a\xa4\xc9\x93\xec\x5a\x8f\x66\x84\x8e\x46\xd7\xda\x72\x49\xe0\xbc\x8b\xe4\x59\x28\x72\x14\x0f\xc2\x88\x29\x12\x5f\xf6\x6f\x75\x0c\x64\x53\x01\xe6\x62\xc2\x98\xe5\x39\xd5\xe6\x0c\x18\x0f\xc3\x56\x72\x61\x96\xd1\xed\xa9\xed\x4c\x35\x86\x11\xf5\x2f\x63\x6d\x41\x30\x15\x6c\x38\x03\x46\xa8\xfd\xa8\x14\xee\x93\xd5\x61\xbf\xd7\xbc\xaa\x5e\xac\x85\xa9\x00\x3a\xa3\x79\xfa\xe3\x73\xe4\x70\x66\xc9\x95\x65\xc8\x86\xac\x50\x41\xa1\xb1\x9d\x4c\xd2\x07\x8a\x9d\xd5\x4a\x7b\xaf\x70\x54\xe0\xee\xfa\x83\xf8\xc8\xcb\xaa\x87\xe4\xdf\xe9\x48\x69\xd1\x4c\x3e\xfe\x89\x5d\x69\x6a\x26\x77\xf8\x1f\x41\xe6\x5e\x68\x60\xcc\x57\xaa\xa6\xb2\x1f\x7b\x1e\xcd\x63\xc7\xb8\x40\x0f\x61\xd4\xf7\x32\x0b\x57\xd3\xc4\x41\x96\x26\x83\x17\xe0\xc8\x2b\xfb\x7c\x4a\xfb\xae\xe5\x58\x06\x8a\x77\x5a\x61\x0e\x62\xab\xd7\xdd\x2d\x48\x4a\x0c\x13\xa3\xe4\x2c\x19\x19\xa7\x2e\xdd\x7e\x04\x6d\x1b\x3e\x87\xd2\x5f\x16\xbd\x26\xd0\x1b\x64\x16\x1a\xc9\x16\x72\x69\xaf\x90\x88\x5d\x4e\xc2\x80\x07\xe5\x54\x7f\xe1\xe1\x1f\x8d\x2e\xbe\xe5\x77\x55\x9a\xba\x62\x3a\x31\x14\xfd\x5f\xb5\xa2\xb1\x1e\x88\x43\x21\x8d\xf4\x73\x94\xec\x0e\xa5\x11\x09\x63\xaa\x3b\x36\x86\xd0\x30\xc2\x90\xe0\x57\x7b\xd7\x4d\x3e\x70\x67\x55\xbd\x4e\x28\x0e\x42\x9d\x6c\x68\x93\xb9\x32\x87\x4c\x1d\x8f\xd9\x5b\x91\x69\x42\x85\x5d\x81\x84\xda\x33\x43\xa5\xe9\x93\x77\xff\xed\x33\x77\x8f\x32\x64\xee\x92\x0c\xa7\x24\x1f\x0e\x55\x84\xab\xa6\x63\xdc\x9b\x9d\xed\xd1\x30\x80\xf9\x0e\x87\xe8\xbd\xa9\x7e\x36\x1a\x36\x5b\x3f\x87\x25\x95\xbc\xb6\xf1\xe3\x64\xa4\x69\x7c\xe1\xab\xaf\xe3\xb7\x5e\xd2\x6f\x27\xfb\x78\xfc\x88\x5a\x82\xad\xb4\xbd\x9b\x7d\xfe\xe4\x1f\xd7\x6a\xf1\x6c\xfc\xeb\x32\x74\x25\x37\x93\x9d\xb2\x99\x48\xa3\x74\x5b\x74\xde\x5f\x72\x27\x1d\xb2\x61\xaf\x1d\x07\x56\x63\xa9\xf5\x88\x02\x4c\xf7\xed\xc1\xcb\x05\xd0\x41\xee\xc5\x6c\x96\xa6\x4f\xff\x87\x65\x86\x1c\xd6\x2c\xcc\x31\xd6\x09\xf0\xdb\x0d\x6b\x41\x97\x66\x60\x5a\xb4\x61\xf6\xdf\x01\x5f\xab\x56\x6c\x70\x24\xeb\x95\xd3\x35\x58\xa5\x69\x66\x1b\x3c\xd7\x08\x77\x20\x8f\xc7\xff\xf8\x8f\xa1\xcd\xf2\x37\x75\x3c\xe2\x55\xcc\xbf\xe8\xd5\x77\xb1\xe3\xb1\xe7\x6e\xd4\x74\xae\x47\xe8\x0c\xcb\x79\xf2\xee\x2a\x76\x3a\xac\x55\x55\x6d\x0b\xa1\xdf\x79\x37\x61\xa6\x71\xe5\x79\x2e\x6e\x26\xc1\x5d\xb1\xdd\x0b\x0f\xdb\xa2\x77\xdd\x21\xc2\x38\xdb\x6a\xa3\x31\xf3\x37\xc9\xe3\x31\xfb\xce\x8e\x6f\xd2\xd7\x98\xa4\x25\xb5\xfd\xc0\xef\x0e\xfb\xc4\x6e\x8e\xae\x30\x57\xdd\x70\x9d\x80\xcf\xf2\x2f\x1f\x2b\xef\xab\xfe\xf2\xba\xe2\x57\x5f\xde\xa9\x69\xa2\xff\x0c\x3b\xf3\xdf\x9b\x0b\x00\x21\x84\xdd\x95\xbe\x3e\x24\x0c\xea\x90\xd3\xd8\x3a\xfa\x87\x9e\x55\x37\xcc\x5a\x12\xa7\xe3\x31\xa8\xcb\x84\xd9\x85\xdd\xe8\x07\xed\xc6\x8e\xa0\x5b\x00\xc4\x6f\xe7\xd0\x22\x10\x43\x79\x00\x64\x78\x63\x03\x34\xce\xd7\x81\x99\x74\x7b\x01\xe5\x09\x28\xc5\xb5\xcd\x58\xd9\xea\x6e\xb7\x62\xb5\xb5\xa7\xae\xfb\x79\x31\x9b\x92\xe3\x71\xe8\x56\x26\xc9\xda\xc4\xda\x15\x89\xa4\xe1\xbf\x25\x23\x3d\x4a\xfe\x5b\xf2\x47\x28\xc3\x89\x80\xd8\xec\x61\x64\x67\x58\xfd\x04\x56\x75\xf3\x2c\xa9\x31\xa6\x9b\x46\x1e\x6f\xf4\xa3\xc2\xe6\x4f\x08\x8e\x09\x6d\x20\x3d\xf7\x38\xc3\xc9\x3a\xee\xea\x33\x10\x55\x26\xf0\x9d\x50\x5e\xab\x75\xb8\x14\x6c\x38\xa5\x5f\xc6\x60\x99\x8e\x9b\x6d\xac\x4f\x97\x36\x09\xaa\xef\x76\x1a\x1e\xf4\x01\xcf\x6a\x75\x9a\x06\x60\x65\xd3\x71\x71\xd5\x78\x97\x69\x1e\xe0\x7d\x39\x60\x4a\xe8\xd3\x29\x21\x3d\x27\x77\xe4\x87\x27\x23\xfe\xe0\x89\x40\xf3\x1e\x1f\x76\x68\x65\xdb\x01\x0e\x8e\xdb\x55\x79\xd0\xfd\xc3\x36\xa3\xdf\xfd\xe1\x61\x23\xe8\x3f\xd9\xbb\xc8\x89\xb2\x5d\x95\x42\x7e\xe0\xfa\xc1\x67\x8d\xee\x7c\xf6\xf0\x7a\x27\x7c\x21\x8b\x3a\xfc\xc1\x9d\xa2\x55\xf4\x00\x40\x4d\x83\x2c\xd6\xd2\xe9\x21\x4a\xe7\xbd\x70\xba\x9e\xc8\x84\xa4\x69\x4b\x72\x1d\x45\x52\x5b\x33\x94\x03\xc4\x00\x52\x39\x07\xc5\x3b\xc8\x1c\x2f\x12\xbf\x2d\xa2\x02\x32\x87\xef\xf5\x85\x66\xaf\x9c\x66\xeb\x0b\xb9\x66\xbd\x5e\x34\x6c\x9e\xf9\x86\x67\xbc\xc6\xb1\x18\x35\xc0\x12\xc6\x33\x7a\x63\xa7\x23\x56\x44\x1c\x65\x33\xf0\x05\x5b\xa7\x9a\x73\x0f\xa1\x96\x5b\xfe\x9f\x4f\x8c\x8a\x2e\xfd\xbf\xd5\x7a\xdc\x00\x01\x8d\x5e\xf6\x22\x6d\x6a\x3e\xa8\xa3\x8c\x8a\xb1\xa1\xbf\xd0\x99\xa9\xcf\x54\x68\x5e\x03\xac\x6c\x0c\x26\x85\x10\x31\x36\x75\x1f\xc8\x78\xe6\x28\x61\xed\xf5\xc8\xe1\x38\xfb\xe4\xf6\xce\x37\x62\x50\xfe\x64\xb5\x05\xf3\xc2\xc9\x6a\x4b\x3c\xd8\x5a\x84\xf1\xd6\xd1\x95\x5d\x2c\x69\xe0\x4f\x79\xd9\x02\xc5\x6e\xe0\xf3\xd4\xd1\x0b\xb9\x1c\xe8\xc6\x4b\xfa\x6f\x3a\x13\x01\x91\x9a\x50\xf8\x04\x69\xa7\xbd\xa3\x7b\x6e\xf5\xb9\x6d\x0d\x6f\x29\xf9\x44\x30\x62\xba\x45\x8b\xeb\x6e\xda\xff\xf3\x5a\x6b\x86\x63\x27\x57\xdb\x91\xb6\xdd\xcc\x6b\xed\x99\x8c\xfb\xe1\x43\x65\x05\x9b\x32\xaa\xe2\x1b\xdd\x84\x0d\xbc\x5f\x15\x72\xc5\x4b\x04\x73\x02\xb1\x3c\x8e\x3b\x35\x2a\xb7\x83\x18\x3b\x0e\xf6\x92\x76\x33\xc1\x1f\x14\xf3\x76\xbd\x30\xb8\x22\xd9\x70\x7a\x3a\x05\x1b\x2d\xb0\x84\x70\xd8\x27\xf5\x89\xe2\x95\xb0\x8c\x3f\x7c\x6d\xe5\x80\xe1\x48\xc1\xee\xdb\x07\x1b\x85\x81\x9a\xc0\x4b\x67\x16\x99\x6d\x39\x69\xfa\x74\x88\x77\x18\x88\xc1\x06\x32\x61\xf7\xbc\xa3\x50\xe0\xd0\x17\x0d\x3d\x12\x78\x7d\xb5\x43\xb3\x03\xfb\x46\x80\x27\x68\xa7\x00\xd7\xd0\x84\xca\xd0\x9d\xb9\x3d\xcc\x72\x7c\xbb\x90\x61\x90\x64\x18\x24\xd9\x18\x24\xe9\xda\x10\x9d\x6a\xdf\xc5\x17\x64\x40\x4b\xb8\x47\x5f\x71\x1e\x04\xc9\x6f\x93\x6f\xd1\x6f\x18\xfd\x4e\x13\x97\x63\xe0\x72\xf4\xdd\x43\x5d\xae\x13\xf0\x1f\x48\xa2\x1a\x5d\x41\xde\x63\x97\xa6\x36\xae\xdb\x53\x82\xd2\xda\x6f\xc2\x89\x1e\xf4\x65\x5f\xa0\x10\xab\xcd\x27\x60\xa4\xb7\xd3\xe0\x13\x61\xb8\xf6\x6a\x18\x41\x85\x2b\x6b\xfb\x25\x98\x80\xbf\xa0\xf5\xeb\x7d\x21\xab\x0e\xb6\x75\x14\x57\x3f\x25\x98\x9a\x1d\x8a\xe2\x17\x66\x89\x9f\x7a\x30\xd4\xe1\x48\x3f\x1e\x65\x9a\xba\x37\x30\x49\xb5\xed\x12\x1a\xbd\xd5\xe6\x82\x1a\xdf\x7d\x86\xb2\xd7\x80\x44\xb0\x05\xce\xac\x81\x97\xa8\xd3\x92\x2a\x36\x3d\x57\x17\xb2\x6e\x4f\x6d\xda\x5b\x30\xb9\x50\x4b\x78\xe0\x45\x58\x4a\x42\xf1\x15\x56\xf4\xbc\xba\x0a\xf7\xc4\x3a\xb4\x24\xf1\x60\x57\x4b\xe5\x09\x26\xf8\x58\x71\xce\x8b\xc0\x56\xfd\x72\x4a\xfc\x23\xeb\xa2\xa4\xb3\x25\x5d\xb3\x38\x05\x9a\xb9\x6f\x59\x5d\x90\x51\xe4\x3c\x5b\xdb\x92\x86\xc5\x44\xc8\x55\x79\xa8\xc4\x0d\x77\x10\x0d\x6b\x7b\x2e\x61\xe7\xb1\x6f\x87\xb0\x6a\xb1\xac\x13\xa1\xd9\xf6\xb2\x95\xf9\x47\x34\x72\x18\x6e\xdb\xb9\x2b\x58\xe9\x2a\xb7\x55\x9f\x08\x15\xf0\x44\xb7\xf2\xd6\xa1\x82\xae\x08\x2d\x47\xac\x76\x5b\x7a\xaa\xa5\x23\xe1\x94\xc0\x13\x01\x94\xe5\x7b\x9e\x41\xc7\xb3\x73\x71\xc9\xa6\xe7\xe3\xb1\x20\x5f\xda\xf5\xe8\x36\xdb\x42\x2c\xeb\xfd\x66\x3f\xfc\x96\x13\xf3\x45\x92\x2c\xbd\x5f\x73\xa7\x1d\xf4\xa5\xbb\x2f\xd6\x1b\xef\xcb\xfa\xc4\x9a\x0d\x9b\xf0\x98\xc7\x63\x92\xf8\x20\xf0\x7a\x83\x2a\x69\x71\x6b\xfd\x32\x74\x27\xc7\xe0\x37\xe1\xc4\x31\x76\x33\xcd\x23\x9f\x83\x62\x9d\x7f\x5f\x7c\x4f\xe8\x5b\x2f\xaf\x79\x86\xfc\x83\x17\x63\x2d\x96\x83\xf7\xa2\xa9\x7f\x02\xb4\x3e\xbc\xde\x4a\xca\xbd\x0a\x8b\x5d\xc1\x7f\xb1\x94\xc9\x7d\xdb\x33\x45\x7a\x40\x3c\x9f\x26\x54\x05\x77\x00\x5f\xdb\xa9\x21\x95\xfb\x3d\x26\x3a\x40\x6b\x8e\xc7\xe1\x83\xa4\xa4\x61\xd8\x5a\x57\xae\xf0\xf0\xa3\x05\x4b\x0e\x72\xad\xec\x45\x7f\x2e\x26\x6b\x25\x79\x2e\x26\x36\x44\x72\x5a\x35\xe2\x30\x30\xc7\x44\x6e\x77\x14\xb5\x3b\x2f\xc9\x8a\x45\xb9\xa4\x7a\x3e\x94\xee\x44\x3d\x1e\xe5\x04\x5d\x9a\x64\xe8\xb6\x26\xf7\x31\xe4\xbc\x1c\x8d\xc8\x39\x1a\x3f\xf9\x32\xb0\xa5\x02\xf4\x61\x9c\x9a\x8f\xe8\x51\xfb\x39\xb7\x35\xa1\x1b\x2a\xe2\x8a\x43\xd3\xa6\xe7\x22\x93\xb4\x82\x03\x66\xd8\xaa\x98\x44\x2e\xc8\xce\x7e\x06\x27\x17\xf4\x1e\x18\xd3\x1f\xf9\x5a\x81\xae\xdb\x40\x31\x79\xc2\xed\xbd\x58\x0e\x9e\x8b\x4c\xd9\xb2\x1c\x60\xe1\xbd\x33\x3f\xca\x0f\xf4\x9a\x4b\xe7\xbe\x35\x17\x93\xfa\x03\x76\x4f\xfd\xc9\x64\xf4\x71\x3c\x8e\x46\x62\xb2\x2b\x3e\x7e\x15\x82\x1c\x4a\xf2\xbf\x40\xda\x81\xbc\x95\x4c\x7a\x8b\xa8\x7a\x9f\x95\xb8\xcf\x4a\xaf\xf8\x1b\x92\x38\x6a\xb5\xf6\x47\xa8\xa1\xab\x34\x1d\xc2\xe9\xb0\xb6\xac\x6c\x3c\x3a\x99\x9f\x0d\x36\x25\x83\x03\xf6\xfe\x83\x5d\xe1\x6b\xb7\xe6\xb7\xac\x9c\xc3\xb6\x59\x93\xfc\x46\x65\x05\x19\xbc\xc5\x82\xb6\xf4\x8d\xc4\x74\x74\x58\xa2\xab\x5b\xe7\xf0\xb6\xa5\x43\x88\x14\x60\x1d\xb6\xff\x17\x3a\x5b\x93\x93\x57\x69\xed\xdb\x51\xe8\xf3\xc4\xed\xa8\xcd\x23\x3b\x6a\x4d\xe8\xe6\x81\x1d\xb5\xc6\x1d\xe5\xdb\x08\x3b\x2a\xda\x53\x7f\xa9\xe9\xc9\xd4\x3f\x33\xa2\xe9\x1f\x33\xc8\xde\x31\xa7\x8d\x7b\xa7\xb2\x98\x6d\x6c\x1e\x8b\x91\x0b\x19\xd4\x65\xe4\xb1\x4b\x92\x51\xed\xa8\xd2\x73\xb2\xbc\x76\x61\x02\xb1\xce\x5d\x09\xca\x62\xdb\x6c\x25\x90\x27\x02\x3e\xd1\x1d\xc0\x9b\x37\xdc\x84\xff\x63\x03\x20\xc5\x91\xfd\x64\xed\xd8\x17\xe0\x4a\x82\x29\xa2\xbc\xf0\x38\x77\xc0\x0d\x1b\x57\x9e\xf4\x97\x9d\x24\x26\x37\x6f\x75\xc3\xf5\x00\x4e\xec\x23\x2c\xce\x5b\xcf\xe2\x50\x54\x22\x0e\x0c\xfd\x85\x6b\x27\xc1\xc1\x6e\x5e\x62\x1e\xba\x27\x44\xb6\x3f\x59\x14\x7e\x19\xab\xe9\x7a\xd5\x88\x1a\xe9\xcf\xd7\x14\x74\xc8\x5a\x75\x85\x11\x8b\x6a\x1a\x40\xb3\x04\xa1\xc6\xbb\xb5\xe1\x3e\x1d\x9d\x82\x36\x0b\x68\xa2\xba\x46\x8e\x04\x0d\x37\x12\x38\xb8\x16\x37\x1e\x02\x99\x2c\xdb\x6c\xf5\x29\x60\x8f\xd4\x8d\x1e\x84\xa2\x2e\x01\x77\xcd\x55\x5a\xf3\xea\x1b\x9e\x29\x80\x19\x68\x01\x70\xfb\xfa\xc2\x09\xd7\xad\x8e\x50\xe3\x74\x20\xd6\xe0\x52\xb1\x71\x54\x53\x44\x5d\x70\x67\x1f\x2e\xaa\x8e\xad\xd3\x4d\x8d\x40\x1e\xdb\x4b\x83\x0e\x1e\x14\x55\xc0\x45\x8d\x56\x6c\x38\xa3\xa5\x33\x4b\x7f\x18\x9c\xbd\x64\x2f\x45\xf6\xbb\xcc\x10\x4f\xdc\xbb\x17\xa5\x12\x39\xcd\xd2\x99\x9b\xf7\x31\x99\x8c\x09\x0f\xf9\x16\x10\xbf\x19\x98\x3e\x9c\x08\x21\x03\xd9\xd4\xd4\x89\xfb\x09\x06\x47\x5a\x65\x9c\x0c\x36\xb6\x5a\xbb\x22\x7f\x00\xb1\xfc\x83\xcd\x0c\xed\x51\x3d\x37\x59\xda\x83\xf2\xf9\x1c\x80\x47\x2e\x43\x13\xbf\xf3\xa7\x61\x08\x61\x9c\xb6\x62\x99\xa9\x43\x22\x0c\x85\x0a\xe5\x19\x20\x1e\xf2\xa8\x27\x4d\xac\x4c\x00\x50\x1a\xc0\x3d\x45\x1a\xc1\x75\xfd\x9c\x5a\x87\xf9\xc1\x45\x1d\x90\x7f\x9f\x3a\x84\x88\x43\x6b\x0b\x64\x38\xe0\x63\xe5\x2f\xe3\x03\x33\xd9\x1c\xca\x72\xce\x01\x6c\x01\x83\x87\x4e\xdb\xf1\x78\xec\xb2\x58\xdb\x80\xa8\x4f\x20\x8f\xab\xb7\x9e\xc8\x03\xc9\x4d\x14\x9e\x38\x47\xa6\xf1\xb9\xe7\x01\x68\x08\x5d\x37\x42\x10\x33\x67\x7d\x3c\xae\xbc\x89\x09\x6e\x0d\x60\x55\x8b\xc6\xf5\xd5\x2d\xf2\x3c\x2c\xf7\xce\x56\x18\xac\xfd\x3b\xce\x2a\x5c\x14\xb7\xc4\x9e\x80\x61\x90\x6b\xec\x1b\x10\x32\xb5\x03\xa3\x0b\xc7\x96\x9c\x1e\x93\xfe\x81\x56\x32\x12\x41\x43\x25\xc9\x37\xc2\x3d\x3e\xd1\xaf\xe0\xa2\x4b\x2b\x15\x13\xd6\xaf\x75\x6c\xb3\x64\x19\x68\xb8\xdf\x68\x42\xf7\x1c\xae\x3c\x17\xd3\xa0\xd8\x37\x90\x4c\x53\xcd\xd4\xa9\xef\x15\x16\x94\x44\x22\xed\x3a\xbb\xab\xbf\xab\x99\x6d\x0d\x4c\xb6\x1b\x37\x3f\x40\xe2\x14\x89\x10\x7e\xd2\x8f\x5b\x4f\x7d\xdf\x74\x93\x00\xd0\xff\xda\xa3\x8f\x54\x1e\x78\xd9\x2b\x0f\xf8\x21\x0c\x6f\xdf\xf3\x4e\x48\xde\xa7\x75\x4e\x4b\xb6\x01\x55\xba\x03\xbb\x3f\x0d\xc4\x58\x5f\x96\x00\x6f\xa5\x47\xa5\x5f\x38\xb1\xde\xc0\xe8\x60\x32\x50\x57\xd5\x17\x05\xdd\x32\x71\xb9\x1a\x03\xe8\xbd\xbe\xa8\xc8\x21\xd2\x9e\x5a\xcf\xa7\xb9\x0e\xa7\x88\xb8\xac\xfc\x45\x6e\x13\x99\x83\xd0\x6c\x3b\x5f\xe5\x82\x8c\x4b\x32\xd8\x0c\x99\xdd\x83\x71\x19\x1b\x14\xd8\xed\x1f\xef\x2a\x78\xd2\xea\x06\x75\x3b\x0b\x0a\x0a\x3b\xb6\xb5\xbd\xb5\x87\x91\x27\x47\x1b\xf1\x91\xaf\xbf\x82\x23\x78\xae\x82\x6a\x6f\x84\xfa\x9b\x4f\x09\xbd\x61\x72\x6c\x2e\x77\xc1\xad\x2e\xf0\xde\x66\xb4\x23\xd4\x5c\xcc\xa6\xf3\x43\xac\x0d\x35\xcd\xcd\xc5\xbe\x19\x14\x29\x66\x98\x71\x76\x33\x9f\xe6\xb3\x29\x21\xb9\xbc\xdc\x8d\xf6\xe3\x3f\x47\xfd\x46\x98\xbd\x91\x4f\x32\xde\x11\x1a\x59\x15\xff\x33\x5c\x42\x82\x42\x93\x53\x34\x3a\x1e\x7f\xb6\x44\xc4\x21\xc7\x99\x68\xa3\x45\xe5\xd6\x0e\x22\xbb\xe3\xd7\x52\x4c\xeb\xa6\x21\x23\xe3\x8b\xd7\x9d\xe2\xed\x74\xf5\x96\x8e\x0b\xb1\xa1\xc6\x92\x77\x52\x90\x51\xec\xf3\xe5\x33\x90\x9e\x43\x77\x62\x4f\xff\xa8\x2e\x98\x11\xaa\x99\xa1\x92\x99\xc7\x9c\x92\x98\xc9\x6a\x3b\xaf\x8d\x5a\xec\xe7\x78\x46\x72\x9b\xaf\x19\x0a\x16\x63\xed\xf6\xfc\xa0\x2a\xd6\xd8\xc4\x88\x75\x97\xd7\x15\xe2\xa3\x08\xaa\xb6\xbd\x84\x48\xea\x91\xef\xf2\xe1\x34\xa2\x36\x3f\xeb\x2e\x52\x7a\x54\x0d\x62\xa5\xdf\xf7\x35\x20\x98\xe2\x6b\x86\xbe\x59\x9c\xd4\x42\xfa\x4f\xcb\x54\x88\x16\x14\x22\xfa\x4f\xa2\xb2\x0d\x85\x08\xbe\x93\xc0\xc7\xe0\x9e\x8c\x8d\xc3\xee\x8b\xed\xac\x40\x35\x9d\x3a\x70\xfe\x86\x05\x96\xc3\x44\x94\x01\x13\xd1\xf4\x40\xff\x05\x73\x51\xd8\x63\x22\x9a\xd9\x68\x2c\xbe\xea\x41\x04\x41\x0b\xd1\x58\x59\x2e\x29\xd6\xeb\x84\xd0\xa4\xda\x15\xda\xb9\xab\xcb\xd4\x64\xa7\xd6\x1c\x60\x6f\xa4\x99\x0b\x56\x21\x76\x59\xae\x59\xb2\xd7\xfc\x26\xa9\x6d\x06\xda\xa6\x6d\x15\x7b\x61\x2f\x95\x86\xd0\x92\x6d\x55\x86\xa2\x4e\xbc\x94\x14\x64\x50\xe1\xdd\xfd\xd9\xc6\x70\x5b\x4d\xfc\xe9\xd4\xb3\x6e\x9c\xdf\x6e\xcc\x38\xd9\x81\xa6\xec\x93\x7f\xbc\xab\xfe\xf4\x84\x2c\xa6\x08\x23\x73\x3c\x3e\x79\xf7\xda\x3d\x12\x63\x3a\xe2\x5e\xf3\xa3\x2e\x64\x07\xd6\xe8\x45\x26\xa8\x2b\x13\xed\x9e\x56\x81\xcf\xf4\x45\x30\x56\xa8\xe3\xf1\x70\x09\x4f\x2d\x20\x74\xf0\x12\xb7\x81\xef\xf7\xe9\xe4\x1c\xaf\x4f\xa9\x66\x89\x54\x26\x19\x60\x04\x63\x7a\x7e\x60\xe6\x52\x21\x27\x3d\x47\x03\x3e\x45\xcd\x78\x46\x1a\x43\x90\x4f\x73\x18\x70\xcc\x50\x8e\xea\x11\xc4\x66\xbe\x95\xc2\xe4\x49\x75\xb8\x32\xba\x00\x7b\x42\x48\x36\xee\x4f\x26\x01\xb2\xaa\x3e\x24\x35\xf8\x1b\x2f\x47\xda\x1e\x2e\x11\x05\x3c\x78\xbb\xad\x24\xa1\x5b\xe6\x5c\xab\x36\x0b\xfc\x59\x98\xed\x9b\xe2\xaa\x96\x70\x6e\x62\x23\x93\xc3\x93\x82\x9c\x6f\xce\xc7\xe3\x0d\xd9\x8e\x58\x41\xd7\x23\x96\xbc\x43\x37\x87\xdb\x8b\x43\x9a\x66\xeb\x11\xdb\xa9\xec\x30\xde\x12\x42\xd7\x43\xb6\xf2\x4c\xec\xd7\x3a\x53\x74\x0d\xc6\x6d\xce\x4f\xb7\xa1\xf5\xc8\xd7\x0e\x99\x3b\x2b\x81\x0e\xa7\x70\xc7\xdb\xb0\xe9\xf9\xe6\x42\xf5\x3c\x70\x6c\xfc\x03\xc7\x9e\xc5\xd1\x8b\x0d\xba\xfd\x6c\x38\xcd\x4c\xd3\xbd\xbf\x73\x06\x9d\x6f\x72\xff\x93\xbd\x7a\x6c\xa8\xbb\xc6\x6e\x59\xab\x75\x5b\x42\xbc\x8b\xc5\x08\x10\xb0\xa3\xd2\x64\xec\x6d\xc1\xeb\xdd\xb4\x67\xc4\xcc\x15\x80\x69\xd0\x6f\xdc\xc3\x40\x0e\x6e\x7c\x02\xfc\x99\x40\xd9\x7c\x26\x33\x45\x05\xf1\xf2\x04\x7f\x53\x15\xe0\xd1\x28\xa2\xd4\xdf\x76\xde\x80\xc2\x4b\xac\xbf\xa8\x4b\xb6\x58\x52\x44\x79\x0d\x20\x42\x00\xf6\xea\xf3\x28\x66\x32\xbd\x10\x4b\x72\x5e\xdb\x7d\xec\x79\xa6\xf0\x4e\x71\xa3\x32\x49\xdc\xe3\xd7\x79\x80\x84\x43\x41\x94\x7b\x1d\x2b\x30\xa5\x0a\xaf\x67\xf7\xf8\x93\x61\x84\x1f\x33\x27\xf4\x53\xe4\xf4\x4b\xdb\x26\xaf\x96\xa2\x47\x02\x54\x73\xc9\xa6\xe7\x66\x3c\x26\x5f\x6b\xc7\x74\x27\x09\x95\x0b\xe3\x24\xa8\xf0\xcb\x28\x9a\x8c\xd6\xbc\xe4\xc6\xb2\xcf\x70\x6e\x9d\xe2\x67\xd1\xbf\xf5\x70\x78\xee\xf0\x01\x7c\x94\x2d\xad\x98\xa6\x88\x6f\x42\x55\xc3\xd5\x91\x57\x06\xa6\x15\xcb\xc4\xfc\x50\xe4\xab\x82\xd8\x2b\x1b\xd5\xde\x75\x13\xce\x58\x85\xb7\x70\xe0\x61\xd5\x48\x13\x7f\x09\x3f\x1e\xe5\x25\xe3\x01\x48\xa9\x12\xbf\xf3\xe3\x31\x53\x4c\xd2\xa1\x03\x54\xa1\x92\x90\x48\x81\xb0\x60\x62\x9e\xe9\x8b\xe9\x5c\x16\xb9\xb6\x75\x91\xdc\x7e\x95\xf1\x0d\x24\x9f\x22\xc1\x29\x58\x35\x08\x98\x34\x96\xd2\xad\xb6\x85\x06\x63\xd3\x43\xec\x37\x6f\xa5\xca\xc3\x4e\xba\x70\x80\x2c\xf0\x31\xb7\x4a\xaf\x9d\xc3\xc1\x6b\xad\x0e\x7b\x48\xe3\xa7\x61\x85\x3b\x6e\xcd\xea\x38\xba\x65\x91\x68\xeb\x9a\x9b\xaf\x79\xb9\xe7\x3a\x33\x14\x8a\x02\xb7\x93\x09\xa1\x1b\x36\x9c\x9e\x0f\x6d\x2f\xc8\xf1\x78\xc8\x86\x1b\x72\xbe\xb1\x17\x3c\xb7\x2f\xcb\x86\xaf\xa4\x82\x1c\x8f\xc9\x3b\x99\xd0\x1d\x7b\xa9\xb2\x3d\xdd\x92\x79\x72\x9b\xe4\xeb\x34\xb5\xa1\x8c\xed\xe7\x89\x4c\xf2\xe1\xda\x92\xf7\xca\x91\xf7\x3d\xc1\x0d\x92\xec\x81\xd8\xd8\xc8\xcd\xf1\xb8\x3b\x1e\xb3\x1d\x4b\x6c\x0b\x56\x69\xba\x1a\xb2\x1d\xb9\xf7\xec\xfa\x8c\x1e\xb2\xb0\x71\xc5\x26\xdb\xa5\x69\xb6\x62\x3b\x42\xf5\xe5\x34\x4d\x87\xd0\x48\x87\xcd\x6b\x1b\x79\xc3\xfe\xce\xd1\xb5\x95\xa2\x05\xa1\x86\x56\x91\x3a\xda\x19\x38\x0f\xbe\x21\xc7\x63\x76\x33\xd9\x0a\xf3\xda\xbb\x33\xbb\x89\x90\x2c\x1f\x3a\x64\x61\xc5\x95\x0e\xac\x38\x78\x7c\xf4\x2e\xc3\x62\x1d\xe1\x5e\xaf\x5c\x0e\x3e\xfb\x5f\xc7\xcc\x1d\x38\x9f\x8b\x23\xfd\xa7\xac\x1a\xc3\x4a\x9b\x4d\x3e\xcf\x27\x9f\x93\x3f\x35\x2e\x3a\x68\x78\x1b\xfc\x5e\xe2\x5d\xe4\x72\x3a\x0f\xe8\xbd\x7f\xce\x11\x2e\xf7\xcf\xb5\x4b\x2d\xb4\x86\xfa\xcd\xb9\x3d\x73\x8e\xcd\xbc\xc3\x37\x1c\x5d\xbc\xa3\x4c\xe7\xe2\x82\x4d\x73\x71\xc9\x94\x47\x81\xbf\x2f\xa3\xa1\xf4\xf3\x34\x62\x9f\xff\x29\x20\x5e\x95\xa7\x57\xb1\xf3\xe5\x95\x92\x95\xd1\x87\x95\x51\x3a\x7f\xe5\xdc\xee\x44\xc4\xa4\x85\x86\xe3\x7c\xa9\xf7\xd9\xdd\xd0\x8a\x9b\x57\x70\xea\xb5\x5c\x4d\xdf\xd4\x7e\xbf\xdd\xa9\x48\x25\xd3\x0b\xbe\x1c\xd8\x3f\x70\x7e\x24\x96\x95\x48\x86\xcc\x6e\x6a\x08\x34\xf4\x57\x3d\xd9\x16\xd5\xab\x5b\xf9\x83\x56\x7b\xae\xcd\x1d\x98\x8f\x39\xef\xf1\xf4\x57\x9b\x0a\xbd\xc7\xc3\xe5\x98\x9c\xe8\x75\x4f\xf5\x4d\x47\xcf\xae\xf6\x05\x5f\x42\xea\xe7\x6a\xf5\x90\x4b\xe8\xb5\x5a\x9d\x68\xb1\x5e\x7f\x0b\x3a\xa0\x6d\xd7\xd9\x00\x28\xda\xd0\x45\x35\xf3\xc4\x92\xe3\x24\x4f\x0e\x12\xf4\x4a\x92\x65\x76\x23\x41\x8b\xc6\x89\x17\x3a\x25\xc5\x74\xba\x5b\x62\xdb\xab\xcd\x68\xa4\xc1\x05\xeb\x42\x2f\x99\x1d\x25\x70\x25\x24\x8b\x1d\x67\x8c\x47\x46\x65\xf0\xf2\x96\x69\x3a\x23\x74\x38\x85\x1e\xbc\xba\xe1\xba\x2c\xee\xf2\xbf\xc5\x8a\x31\xd1\xb4\xf0\x89\x51\x1f\xb8\x9c\xf3\xfc\x95\x25\x44\x2f\xd5\xda\x79\xd1\xf6\x53\x85\xaa\x63\x1a\x1d\x0f\xbc\xb6\x6d\x24\x66\xab\xd5\x2d\xc8\xa7\x5f\x68\xad\x74\x96\xb8\x4a\xaa\xb3\x5d\x71\x77\x26\x95\x39\xbb\xe2\x67\xd0\x9d\xcd\xa1\x9c\x24\x64\x10\xf5\x4f\xb9\xa4\xee\x4d\xc4\xce\x7b\xae\xa9\xfd\xf7\x7a\xcf\x57\x39\xa7\x6a\x5f\xfc\xf3\xc0\x73\x83\x9e\x52\xec\xef\x93\xc7\x70\x85\x02\x6c\xd2\xaf\xb8\x1c\x8d\xa8\x25\x98\x80\x7c\x4b\x88\x1b\xe4\xfe\xce\x3e\x30\xd2\xbe\x25\x7d\x43\xed\xfd\x9d\xdb\x51\xf6\x6d\x83\x43\x0a\x06\xbf\x23\x3e\xe1\x69\x2a\x1f\x9f\x8d\xde\x0e\xc0\x4b\x52\xe8\x85\xed\x06\x72\x8b\xe0\x33\xab\x3d\x61\xf6\x96\xec\x2b\x1e\x46\x72\x1b\xcf\x14\x0d\x9b\xb2\x1c\x77\xa1\x9e\xc7\x73\x39\x01\x0e\xfe\x1b\xbc\x76\x38\x76\x3e\x47\x0e\x3b\x37\x73\x60\x9c\x23\xe6\x98\xd0\x2f\x79\x50\x7c\x04\xbb\xd9\xaf\xb4\x53\x77\x84\xd6\xd4\xed\x0d\xba\xa8\x9f\x1a\xf8\x16\x33\xa5\x19\x28\xf0\x3c\x0e\xe4\xb7\xc9\x44\x70\x6f\x2f\x6a\xb6\xf3\xd2\x72\xe3\xbe\x41\x51\xb8\xb3\xd3\xd5\x2c\x0e\x93\xac\x59\x7f\x78\x0d\x49\xd3\xcf\xdc\xf0\x3b\x8b\x4e\x64\x6a\x84\x07\x7f\x28\x98\x40\x88\x87\x2a\x72\x04\xe3\xc5\xa3\x83\x48\x78\x8a\x88\xc6\x35\xe6\x87\x13\x8d\x66\x85\xbd\xb9\x4f\xf3\x19\x21\xa3\x59\x64\x9a\x5d\x9d\x97\x17\x1a\xb4\x01\x7c\x17\x4a\xca\x83\x94\xb5\x3b\x54\x83\x29\x03\x2c\x4f\x00\x19\x0c\x30\x71\x9e\xbf\x3c\x2c\xe4\xd2\xb5\x78\xb2\xda\xda\x83\xf8\xa7\x68\xe6\xa4\x67\xc1\x15\x85\x84\xe0\x98\x1f\xa5\x88\x76\x0a\xaf\xb9\x79\x63\x29\xc0\x33\x93\xf7\x69\xb7\x9d\xfd\x5d\x86\x49\x47\x22\x6b\x7b\x08\x39\xaa\xc7\x33\x6c\x78\xc6\x89\x53\x06\x0d\xb5\xbc\xb9\xdb\xf3\x46\x4d\xe4\x9e\x83\xbd\x6f\xbd\xce\x50\x48\x42\x35\x33\x02\x0b\x7a\x21\xa2\x68\xef\xea\x57\xb2\x29\x15\x2c\xd3\x35\x00\xe5\x93\xa7\xc0\x1b\xa0\x3f\x59\x3b\x5e\xc4\x30\xbd\x78\xba\x44\x36\x2d\x3e\x5b\x0b\x26\x47\xe2\xf2\x12\x7c\x97\x66\xc5\x5c\x2f\x9e\xfe\xa9\x18\xcf\x96\xf9\x94\x5c\x32\x45\x04\x2b\x82\x75\xef\x30\x83\xc8\xd1\x6c\x79\xa1\x08\xb9\x87\x02\xff\x54\x8c\x9e\x2e\xdd\xc9\x2a\x59\x31\x9a\xe1\xc3\x4c\x65\x37\x1b\x42\xd9\xbe\xda\x00\x24\xa1\x23\x30\x67\x09\xc9\xc7\x33\xcf\xf3\x54\x17\xd3\xb9\xc9\xa7\x8c\x55\xc8\x7a\x99\x00\xaa\x52\x8d\x67\x38\x50\x96\x06\xb7\xc6\xa8\xb5\x87\x2c\x09\xa9\xed\x45\x80\x7b\xb1\x99\xe6\xaf\xea\xdf\x99\x43\xd6\xae\xa7\x37\xe3\x04\x29\x10\x81\xfc\xb9\x81\xca\x90\xf3\xec\x9f\x49\x5f\x00\xa6\x41\xdf\xc5\x8b\xe9\x32\xca\xd7\x5e\x02\x5e\x73\x0e\x58\x96\x4a\xb6\x4f\xf0\x60\x84\x72\xa6\x9d\xee\x43\x65\x2f\x1e\x54\x30\x5f\x15\xf6\xdd\xe9\x2b\x77\xe8\xac\x58\x98\x25\x91\x0b\xfb\x6f\x99\xa6\x5e\xd1\x0e\xbf\x6b\x76\x1c\x52\xd5\xf7\xb1\xe9\xb9\xba\xb0\x41\x9e\xc2\x28\x4f\x61\x0a\x86\x59\x17\x6a\xb9\x1c\x14\xa1\xbc\xc2\xa3\x2e\x4f\xb6\xd0\x47\x44\xc0\x94\x8b\xf8\x7b\x39\xaf\x2b\x8f\x83\x49\x6e\x03\xec\x49\xd0\x68\x1f\x86\x20\x83\xe7\xf5\x87\xde\x5f\x97\xea\xaa\x28\x3b\xad\xaa\x58\x88\x5b\xa8\xe5\xa0\x9a\xec\x35\x5f\x67\x02\x66\x93\xa4\xa9\xc3\xed\xd5\xb4\x9a\xdc\x14\x25\x09\xb5\xe0\x67\x8d\x6a\x6a\xe7\xe8\x75\xb8\xf4\x3f\xcc\x91\xad\xd5\x2a\x2c\x4d\xc7\x5b\x65\x9c\x7d\x03\xea\x91\x28\xff\x9c\x6b\x77\xed\xd2\xce\xa1\x6f\xce\x2d\x35\x03\x72\x80\x82\xc3\x2f\x94\xd2\xeb\xfe\xa5\xd0\x21\xbb\x00\x69\xe6\x6b\xfc\xd1\xd5\x58\xd7\x64\x69\x76\x9e\xa8\xab\xdf\x10\xee\xc9\x9f\xaf\xf3\x26\x89\xc8\xa1\x51\x40\xf0\x72\x8d\x04\xda\x1c\x8f\x78\x0b\xb0\xad\x02\x35\xf3\x9e\x36\xb9\x6a\xdf\xb8\x6a\x9b\x85\x36\x8b\x80\xec\xf6\x22\xd6\x5f\xc4\x6f\xf5\x58\xfd\x60\x02\x81\x0c\x05\x20\xb6\x26\xe5\x20\xa1\x3c\x01\xc2\xed\x33\xef\xa8\xb3\xb7\xbc\xba\x18\xf4\xed\x46\xc1\xd5\xc5\xf4\x14\x95\x09\x32\xcf\x67\x31\x2d\x1c\x35\xb8\xf1\xc8\xa5\xf3\x89\xe2\x6d\xe0\x19\xb2\x12\x3d\x13\x03\x4e\xbd\x61\x8f\xb5\x65\x2a\x3c\x1c\xbf\x7e\xea\x70\xf6\xeb\x99\x44\xbf\xcf\xfc\xa2\x99\x60\xce\x5b\x39\x72\x7e\x09\xb6\x63\x4c\xa0\x3f\x72\xaa\x59\x83\x92\xbb\x6d\xa6\x59\x20\x65\xcf\xdc\x10\x68\x1c\x84\xe9\x03\x83\x30\xca\xe4\x3c\x54\x85\x1d\x1d\xff\x20\x32\x4d\x72\x7b\xd2\xac\xf9\xa6\x38\x94\xa6\x46\xd2\xed\xe1\xf1\xbf\x37\x59\x3c\x74\x75\xae\x80\xc8\xdb\x93\xe9\x9b\x4e\xa6\x8a\x1b\x7c\x67\x41\x47\x1f\xbd\x2c\x9b\xcb\xfc\x8b\x8e\x7a\x1e\x34\x24\xba\xaf\xc1\x92\x71\xf7\x64\xe3\x9c\x87\xc0\x6b\x62\x23\x84\xdd\x9f\x6a\x6f\xe8\x0b\xb3\x64\x9a\x0e\x75\x9a\x3e\x53\x99\x44\x53\xc7\x66\x6a\x87\x29\x3e\x3d\xa1\x3a\x08\x28\x2c\x61\xab\x3b\xdc\xda\x4d\x0b\xde\xd5\x32\x0f\xcc\xed\xfe\x81\xc6\x67\xed\x3a\x83\xed\x5c\xb3\x2e\x4b\x8c\x1a\x01\x0b\x4b\x06\xb3\x6e\xa0\xc3\x32\xd6\x99\x89\xd5\x45\xe8\x33\xd5\x4e\x4b\xba\xd9\x1d\x74\x3b\x1d\x8d\xa4\xeb\x92\xdd\x5d\xdf\xc8\x8d\xca\x5b\xcf\xfe\x7d\x4b\xdb\x9e\x4b\x4d\xb6\xb6\x83\x15\x6c\x18\x47\xbd\x4c\xde\x5a\xaf\x8d\xa4\x27\xcf\x22\x20\xed\xca\x0c\x7b\x09\x40\xb1\x8d\x34\xde\x17\xbc\xdd\x84\x86\xa2\xbd\x5f\xce\xf1\x11\x15\x35\xeb\x69\xa3\x6f\x79\x6b\xf2\x20\xe5\x17\x65\x51\x55\x2e\x39\xfc\xa6\x57\xd7\x3e\xcc\xfd\xa2\xb7\xba\xd8\xfb\xb0\xf0\x9b\xde\x8a\xf5\x35\x37\x10\x86\xbf\x4e\x70\x2c\xfc\x24\xf8\xed\x5e\xe9\x9e\x8d\xe1\xb4\x47\xda\x54\xe5\x4b\xaf\xf8\xdd\x8e\x78\xa3\x4e\x70\xc9\xfc\x19\x8a\x7f\x18\x45\x93\x16\x14\xb0\x32\xe9\x8a\xae\x59\x5c\x0a\xdd\xb2\x8c\xb3\x1f\x7b\xe9\x31\x21\xfe\xb1\x66\xc3\x78\x10\xf5\x18\xe7\x4c\xd0\xfb\x1f\x62\x89\xf7\x3f\x04\x3e\x43\x1f\x47\xa7\xa6\x08\x22\xdd\x2b\xc6\xa8\xb8\x79\x2b\xf9\x5a\x98\xe2\xaa\xe4\xe0\x30\xdd\x79\x66\x8a\xdd\x07\x19\x42\x13\x30\x1c\x63\x4c\x92\x2d\x5c\x9e\xf7\xb5\x18\xb0\xb8\x52\x37\xdc\xc9\x01\x25\x77\x22\x44\x27\xac\x0b\xd7\x87\x75\xbf\x24\xaa\x45\xd0\x6a\x9c\x41\xc8\x82\x2d\x69\x60\x21\x44\x48\x25\xb1\xb9\xfe\x79\xa3\x19\xdc\x4b\x99\x9a\x3e\xb9\x2f\xf7\x20\x0c\x37\x6a\x7f\xd9\x8c\x98\xbb\x3e\x8d\x9b\xc1\xf9\x03\xe5\x5c\xb0\x7d\x9a\x66\x36\x8f\x7b\x4d\xa3\x9b\x90\x02\x01\x1c\x76\x69\x9a\x6d\xd8\x6e\xdc\x08\x25\x27\x3f\x8b\x46\xed\x59\xed\x1a\x16\x82\x4a\x00\xe0\x70\x1f\xf0\x7e\xc7\x92\x84\x26\xf0\x2b\x61\x4c\xcc\xb3\x0d\xeb\x19\x90\x66\x0d\xb4\x55\xc0\x74\xff\x31\x21\x79\x96\xd8\xc2\xa1\x90\x0d\x9b\xe6\xc9\x0e\x00\xd3\x12\xb4\x0f\xd8\xb0\xbe\x71\x6e\x35\xfc\xc9\x53\xd2\x6c\xe8\x06\x1a\x8f\x06\x09\x0a\x49\x67\xc1\x36\xb4\x62\x5b\x5a\xb2\xd6\x60\xd0\x03\xdb\xb6\x06\xd0\x3d\x40\x67\x2b\xf6\x93\xce\xc2\x36\x21\x24\x76\xbb\xb6\xb3\x31\xab\xb6\x77\xbe\x21\xeb\x38\xc7\xac\x53\xa1\x77\xbc\x13\x35\x5a\x5c\x5f\x73\xfd\x4a\x7e\xcb\xef\x9e\xab\x5b\xb8\x9f\xbf\xd4\xa4\x11\x0e\x66\x76\x36\xe2\x87\x56\xc4\xdb\x7d\xfe\x4c\x53\xfe\x91\xaf\xbe\x50\xbb\x5d\x21\xd7\x6d\xfa\xba\xea\xf0\xf7\x35\x35\x5d\xc9\x05\x8f\xbd\x44\xa3\x88\xc3\x97\xff\xa2\xe4\x2b\xa3\xc5\xaa\x73\x02\xbd\xe0\xc1\xa0\x92\x10\xba\x11\x72\xfd\x83\xaa\xbe\xee\x10\x16\xcf\xa2\xcc\x06\x06\xe4\xd2\x82\x8d\x67\xd4\xb0\x71\xa4\xb9\xa8\xd8\x94\x16\xad\x9b\xe5\xb9\xba\x00\xb8\x81\x82\xfd\x2d\x3a\x8e\x0b\x2a\xa0\x4c\xe2\x05\xa7\xa0\xd3\x7f\x1e\x5c\xcb\xd1\x9d\xba\xe1\x5f\x3f\x28\x40\x03\x1b\x4f\xed\x10\x68\x6b\x7c\xa4\xbf\xdc\x45\xc9\x65\xe0\x03\x74\x1b\xbb\x56\xc3\xa6\xc7\xdc\xa0\xeb\x8c\xa2\x8e\xf9\xdf\x74\xa6\xf1\x04\x46\x73\x21\xe8\x79\x6d\xb2\x68\xca\x97\xea\x86\xff\x24\xaa\x43\x51\x96\x77\x24\xe7\x17\xd3\xb9\xf4\x2c\xb1\x04\x96\xf8\x44\xe8\x41\xc1\x38\xe2\x93\xce\xe3\x5d\x08\x08\xde\x32\xba\x17\x4c\x2a\xb5\xe3\x66\x2b\xe4\x35\x76\x8c\xaf\x33\x32\x97\x8f\x98\x20\x87\xd7\xa3\xfc\x5b\x27\xd7\x68\xf0\x0b\x38\x6b\x7f\xd3\x99\xa4\xba\xee\xd6\x70\x16\xf8\x19\xdb\x0d\x3c\x84\x04\xd8\x5b\x40\xa2\x93\x33\xae\x71\x59\x8c\xca\xc5\xc9\x1d\xfd\x6e\x85\xfc\xf4\xf0\x0a\xa1\x8a\xc9\x87\x57\x49\xc1\xa6\xb4\x6a\xaf\x92\xe2\xc2\x9c\x8f\x46\x85\x97\xc3\xfb\xd3\xa9\xa2\xe0\x05\x2f\x7a\xac\x52\x73\xc5\x4a\xa0\x03\x39\xfe\x63\x8a\x66\x15\xfb\x6b\x10\xe9\x08\xaa\xeb\x65\xd5\x74\x59\x58\xe1\xba\xfa\xe9\xd1\x49\x89\x26\xc3\x3b\x94\x1a\xb6\x56\x10\xea\xa9\xc3\xf2\x49\x53\x54\x64\xec\x99\x34\x68\xf3\xe3\x6b\xb4\x40\xc0\x1c\x12\xcd\x44\xe1\x17\x54\x01\x0b\xca\x29\x6a\xfd\x68\x32\x4d\x0b\x0f\xd9\x05\x23\xe2\xa1\x4d\xae\x55\x51\x7e\x01\xaf\x64\xa0\x7e\x00\x43\x12\x87\x12\xef\xd7\xca\x39\xab\x44\x00\x79\x3b\x60\x9a\xa2\x84\xc9\xbf\xf4\xba\x07\x1d\x93\xa6\x05\x63\xb2\x79\x7b\x4c\xd3\x7f\x6a\x77\x3d\xa5\x6f\x6c\x63\x4a\xd7\x0e\x38\xb9\xd0\x41\x26\x2d\x71\xf9\x53\x6f\x7a\x13\x19\xe9\x4c\xcf\x8b\x0b\xd9\xf3\xe4\x5d\x8c\x46\x24\x0e\x5f\x14\xcb\xa8\xed\x4c\x2c\x8a\xa5\x5f\x73\x08\x3c\xdb\x23\xa2\xe9\x91\x55\x39\x25\x43\x10\x4d\x79\x73\x45\xd4\x93\x89\xee\x59\xf5\x1b\x20\x6f\xbc\x01\x9e\x67\xdc\x01\xd6\x1f\x8f\x12\x0c\xfe\xb0\x37\x69\xaa\xe7\xe3\xb1\xce\x47\x23\x19\x91\xbc\xf0\x18\xa8\x09\x2d\xd8\x4b\x05\xcf\xde\xf3\x9e\xe7\x90\x97\x0a\xb4\x94\x4f\x79\xfd\x16\xa8\xfa\x12\xd6\xd1\x9c\x9c\x7a\xde\x55\x86\x71\x82\x34\x1d\xda\x72\xc9\xe9\x1c\x1e\x03\x8b\xac\x6e\xce\x78\x46\xc8\x39\x19\x8f\x9d\x43\xb7\x5a\xde\xdb\x48\x26\x6d\x22\xcb\xd7\xf7\x68\xc0\xa3\x19\x99\x53\x77\x47\xa1\x2e\x9c\x70\xea\xfa\xba\x04\xb9\xff\xad\x16\x86\x37\x9a\xe8\xb4\xeb\xd2\x94\xb3\xb6\xdc\x1f\x12\x1f\x8f\x59\xd6\x17\xce\x86\x7d\xa1\x64\xfe\xa5\x6a\x5c\x00\x9d\xd6\xd4\x73\x71\xd3\xb0\x5a\x0e\x19\x12\x92\x7f\xf7\x9f\xcd\x41\xff\xea\x64\x9e\x49\x08\x7c\x03\x3d\x4c\x28\x3e\x75\xf5\x35\xcc\x5e\xf7\x9d\x03\xea\x07\xdf\xb3\x1a\xac\xee\x35\x37\x5f\x0a\x5e\xae\x33\x82\xee\xad\x4f\xb4\x86\xcb\xe9\x96\x30\xcc\x86\x8d\x47\x84\xda\x5c\x7e\x18\x0e\x8e\x55\x21\xcd\x8b\xb5\x30\xf6\x52\xec\xf8\x94\x1e\xc2\xe6\xc4\x3c\x5e\xc9\xcf\x80\x92\x1f\x70\x06\x34\xcc\x55\xe4\x2d\x31\x56\xf5\x6b\xa8\x02\x76\x92\x20\xbe\x9d\x93\x66\xbf\x76\x96\x22\xf1\x85\xd0\x03\x2d\x35\x06\xc3\xeb\x53\x0e\xfc\x35\x0d\x15\x05\x23\xcd\xaf\xb6\x9b\xfd\xad\xe7\x86\x1b\xd0\x5b\x6b\xe7\x81\x71\xdc\x28\x3d\xf8\x2e\xa5\xe8\xa1\xb4\xe1\x56\xfe\xe1\x3c\xc8\x29\xc6\x57\x83\x7c\xe3\xd2\xd2\x88\x2f\xcd\xb7\xc1\xed\x23\x6d\x9a\xc6\xf4\x8c\x7b\x38\xb0\xf8\x3c\xe3\x2c\xbe\xe4\xb5\x05\x73\xe1\x84\x85\xeb\x2b\x8d\xbd\x0b\x36\xd6\x40\x57\x61\x90\x90\xae\xc2\x14\x9f\xf3\xc8\x0a\xc2\xd9\x3f\x40\xc9\xb9\xd7\xad\xdc\x80\x93\xbd\xd0\x2a\x1e\x52\x10\x10\x9e\x81\xf4\xc3\x28\x97\x10\x1d\xe6\x6b\x30\x3f\x3a\x1e\xa7\x7e\xd1\x44\xe6\x17\x61\x3d\xf5\x2c\x91\x1f\x54\xc5\x78\xfd\xca\xa3\x2d\xcb\x0d\x9b\x2a\x52\x16\xc0\x92\xbc\xe8\xae\xad\x76\xe8\xe2\x8d\xda\x63\x34\xa8\x1f\xf2\x8e\xfa\xa1\x4b\xa6\x9d\x83\x6e\xa3\x3a\x6a\x88\x2e\x85\xbb\xde\x42\x12\xaf\x8e\xc8\x83\x3a\x22\xee\x75\xaf\x91\xd8\xd0\xfa\xd5\x0d\x8d\x44\x02\xf0\x07\xaf\xc5\xef\xdd\x47\xc3\x06\x93\x1a\x94\x2a\x22\x02\xde\x9d\xb3\xe3\xf1\xc9\x3f\xde\xad\x47\x1e\x6b\x08\xd1\x3b\x2c\x67\x3f\xe7\x70\xd7\xc9\xf9\xa9\xde\xac\xba\xa3\x5e\x81\x77\x23\x58\xf2\x0c\x1e\xc0\xa3\x7d\xfb\x50\x6a\xdc\x56\x0c\x40\xaa\x22\x26\x37\x56\x83\x4d\xd3\x8f\xde\x37\x2a\x9e\x9a\xba\x23\xa1\x18\x20\x2b\x0d\x52\x2a\x41\x75\x4b\x50\xd1\x63\x79\xec\x84\x22\x1d\xab\x63\x17\xee\xd9\x02\x83\x90\x7f\x21\x7c\x61\x96\x13\xa9\xbe\xc6\xc5\x4f\xee\x8d\xe5\x45\x04\x4d\x30\x36\xf1\xba\x31\xa3\x91\x80\x77\xe9\x80\x37\xa4\x57\xfc\x2d\x5a\xb9\x0f\xa7\x96\xcc\x6b\x9a\x68\xbe\xd1\xbc\xda\x26\x34\x3c\x63\xdb\x7b\x54\xf1\x90\x0e\xc3\x2f\x26\x5c\x8e\xa8\xcb\xda\x9c\xf0\x5e\x2a\xd7\x76\x2c\x36\xe0\x3d\x7b\xa4\xd5\xbc\x57\x26\x4e\x12\xd6\x60\x4d\x33\x22\x12\xd9\x0c\x83\xfb\xe9\x6f\x2e\xb7\xa7\x3a\xc7\x63\x8d\x0b\x3a\x6e\xcb\x5e\xc9\xe5\xe4\x73\x92\xa6\x6f\x5c\x9e\x70\x00\x76\x07\xa7\xba\x2d\xf6\xcf\x55\xf7\xd2\xd8\x7c\x1c\xab\xdf\xc5\x56\x3b\x94\x33\xde\x0a\x3f\x6e\xad\x8e\xf5\x23\xab\x34\xfb\xdc\x38\x0f\x62\x6f\xfb\x9d\xe1\xc3\x05\x61\x87\xef\x57\xdf\x07\xd7\x62\x7f\x78\x13\x6a\xdc\x19\xf5\x8d\xad\x11\xce\xe0\xff\xec\x89\x0d\x12\xbc\x9f\x71\xfb\x38\xc5\xa4\x4f\x15\xe1\x36\xdb\xa9\x3e\x1c\xff\x70\x56\x7f\x44\x42\x5e\x94\x1a\xff\xc1\x9c\xce\xee\xe0\x74\xa2\x42\x65\xaf\x70\xd7\xfe\x5d\xb3\x57\x13\x27\x69\xaf\xd8\xfd\x89\xfe\x6a\x03\x70\xbb\x23\x3a\x1a\x48\xb7\x6b\x42\xc5\xa3\xfb\x5c\x9d\x13\xf5\x83\x74\x9a\x66\xa0\x05\xc4\x5a\x4e\xb6\x24\xb9\x97\x43\x66\x64\x9a\x3a\x23\x68\x72\xca\x35\x9a\x5e\x18\xc9\x5e\x4d\xbe\x91\xc2\xb0\x7b\xa3\x90\xb2\x75\xfb\x11\xb1\x66\x90\x36\x39\x9d\x06\x5c\x66\xc9\x4d\x51\x1e\x78\x42\x93\xa4\x6d\x56\x0a\xce\xf7\x00\x1a\x0c\xfc\x2d\x80\xfe\x81\xcd\x00\x3a\x4d\x78\x4d\xe9\xe4\xf0\xaf\xb8\xa8\xb1\xc4\x0c\x7d\x09\xca\x96\x21\x6f\xad\x87\x9c\xd0\xa7\xf4\x65\x2b\xdc\xab\x13\x03\x88\x0c\x84\x47\x9a\x1d\x49\x48\xec\xb4\xc6\x13\xfa\xef\x4d\xea\xf7\x2c\xc3\xad\xc0\x09\xe5\xba\x59\x6f\x03\x46\xbb\xbf\xf1\x40\x0b\x23\xc8\x6d\x66\xe2\x97\x5f\x2a\x63\x9f\x97\x03\x5e\xd3\xe4\x5e\xc5\x10\xc1\xa6\xfe\x55\x5e\x79\xb0\x19\xff\x86\x6e\x9c\xee\xdb\x78\xc6\x98\xf2\x6a\x6f\x4c\x8d\x82\x2d\x9d\x7b\xfa\xdc\xf0\x4c\x52\x45\xc8\x49\x8e\x46\x27\x42\x22\xec\x06\xdd\x02\x10\x10\xb1\xfe\xab\xa1\x7a\x21\x96\x80\x04\xb3\x10\x4b\x77\xc1\xb0\xbf\x56\xdb\x50\x85\x03\x05\x87\x11\xde\xf3\x95\x28\x4a\xbc\x97\xd1\x27\x8b\x77\x87\xe9\x74\x3a\x1d\xdb\x7f\xb3\x8d\xfd\xfb\x3f\xe0\x6f\xb1\x7e\x77\x78\x3a\x9d\x5e\x8d\xe1\xdf\xc6\xfe\x7d\xfa\x1f\xf0\xf7\x7f\xbe\x3b\x6c\xf8\x66\xb3\x7c\x72\x4d\x3b\xaf\x44\x01\x48\x32\xaa\x04\x6c\x85\x7f\xe4\xd7\x2f\x3e\xee\x33\x33\xa9\xd4\x41\xaf\x38\xf8\xd6\xb7\xc7\x72\xf2\xce\x24\x64\x9e\x24\x79\x72\xb4\xbf\x68\x72\x9d\x10\xaa\x87\x6e\x79\xa7\x29\x9f\x38\xfa\x99\x91\x9e\x0e\xfc\x50\x16\x2b\xbe\x55\xe5\xba\xf7\x0d\xca\x80\xc7\xff\x6a\x5f\x48\x70\xf9\xff\x7f\x24\x14\x24\xe9\xf2\xa6\x28\xc5\x1a\x54\x63\x23\xb0\x4a\x23\x4c\xc9\x59\xf2\xee\xdd\x21\x19\xd5\x98\x64\xcf\x4c\x36\xb5\xd7\x71\xc7\x3d\xcc\xfe\x3b\xe9\x08\xe7\x0b\x2d\x8a\x71\x59\x5c\xf1\x32\xa1\xae\x18\xa0\x8f\xcd\xf6\x34\xfa\x11\x56\x29\x77\xf2\x43\x37\x19\xf5\xe6\xd8\x1f\xcc\x6b\xcb\x52\x24\x74\x37\x4f\x9c\x3b\x48\x2f\xd3\x4f\x72\xb0\x1f\x2c\x34\x2f\x92\x86\xbe\x74\x47\x9d\xad\x2e\xe7\x6c\x55\x48\x50\x68\xcb\xee\xb8\x21\x67\x57\xfc\x0c\x4d\xfa\xd6\x67\x42\x9e\x15\x67\xfa\x20\xa5\x90\xd7\x67\xb6\x0a\xa5\x93\xb8\x89\x2d\x09\x5d\x42\x87\x57\x18\x71\xbb\x55\x25\x78\xc4\xc6\xe3\xf6\x2f\x60\x98\x1f\xed\xd9\x2d\xdf\x59\x2a\xe3\x88\x5d\x6b\x7a\x7e\xb4\x7b\xf6\x43\x73\xcb\xa2\xc6\xe0\x03\x59\x62\x43\xdc\x1b\x89\x38\xcc\xd1\x32\xb9\x91\x99\x26\x03\x91\xa6\x02\x80\x9e\x57\xdb\xfa\x17\x68\x54\x53\x39\x29\x0c\x86\xfb\x5f\x19\xa7\xe2\x78\x44\x94\x73\xb7\xb2\x02\x90\x26\x12\x8c\x9a\x92\x78\xee\xcd\xd2\xa9\xf6\xbc\xf6\x71\x79\xf3\xec\x93\x58\x6a\x36\x2c\x69\xc0\x73\x83\xc8\x1e\x19\xc9\x9d\x90\xe8\x4f\x35\x49\xda\x29\x30\x1c\x9a\x97\x67\x9f\x84\x1e\x73\xb5\x7c\x0f\x0c\xec\x9b\x40\x28\x1d\xd1\x7c\x00\x6c\xec\x2d\xce\x0b\x78\x25\xa9\xa7\xc7\x1d\x84\x09\x5d\x2c\x9b\x43\xf0\x4d\x6d\x25\xd2\x99\xd3\xc8\x86\xcf\x2e\x8d\x9e\xf3\xa3\xe5\x95\x24\x7e\x3b\x99\x7f\x15\xe9\x1f\x23\xcf\x9e\x4c\xed\x80\xf4\x6d\xa5\x95\xba\xe1\xee\x3d\xf8\x7b\xfe\xd1\xbc\x51\xaf\x3d\xdc\x79\x77\xd2\xde\x36\x1b\x19\x80\xd1\xdd\x96\x4b\x64\x61\xc4\x0d\x6f\x2d\xd9\xbf\xd8\x11\x7b\xdb\x07\xcb\xde\x85\x9f\xe7\x6d\x4e\xf2\x0f\xa0\xb0\xb7\x4d\xfd\xda\xa7\x99\x73\x3c\xdf\xed\xcd\xe3\xe3\xaf\x51\x95\x0f\x73\x27\x74\x46\x3f\xf4\x94\xfa\xa5\xd2\xbb\xa2\xe7\x25\xdf\xcb\x50\x4f\x24\xca\x56\x6d\xd5\x2d\xda\xd4\xfd\xbc\xe5\xf2\xb5\x77\x1d\x04\x0d\xe3\xa6\x26\x1c\x96\x0d\x0d\x32\xda\x57\xb2\x89\x19\x17\x35\xe1\x67\x51\xf1\x2f\xd4\xfe\xee\x8b\x43\x74\xe4\x7b\xe1\x4c\xbb\xbb\x76\xd5\xd4\xe8\x87\x8c\x99\x79\x06\xa8\x7e\x1d\x30\xc0\xab\xf2\xa0\xb3\x86\x6b\x03\x51\x59\xea\xb9\x66\x43\x70\x52\xda\x0d\x9e\xf5\x00\x0a\x62\x23\x9c\x61\xba\xf3\x42\x65\x9b\xe7\x72\x01\xfb\xdb\xd7\x44\xd3\x05\xbd\x73\x6c\x79\x34\x39\xde\xe5\x63\x77\x67\x78\x38\x1b\x33\x64\xc3\x0c\x7d\x0e\x23\xa5\x23\x11\x18\x41\xe4\xb2\xe1\x4b\x97\xb7\xa2\xc2\x6e\x1b\x91\xff\x4d\x0c\x44\x8f\x6f\x00\x74\x4d\x01\x1a\xd0\x09\x95\xa8\x0a\x4d\xe8\xc3\x29\xed\xa9\x63\xb9\xa7\x09\xfc\x78\x2c\x25\xa2\x90\x4a\x90\xe6\x3d\x96\xae\xe4\x85\xdd\x59\x72\x02\x3f\x1e\x4e\x69\x47\x45\x4e\xec\x7f\xe0\x5c\x80\x71\xed\xba\x7c\x89\xe9\x34\x2e\x89\xbf\x94\x42\x7e\xf8\xb1\x30\x3c\xa1\x9f\xff\x79\x1a\xc7\xc4\x42\x9e\x84\x36\xa2\xf0\x42\x69\x37\x47\xb4\x7e\xd1\x75\xdb\x17\x51\x82\x1f\xb8\xb6\x5b\x09\xa6\x2b\x4a\x78\xab\xf4\x07\x4b\x46\x13\xa0\x98\x21\xe8\x39\x2f\x8b\xbb\x28\x6c\x53\xda\x1d\x26\x01\xe4\x0b\x8a\x78\x16\x4a\x28\xd6\xeb\x97\x6a\xcd\x41\xd9\x01\x56\x53\x1d\xb5\x47\x89\x18\xe0\x45\x46\x85\x1d\xe4\x5a\x3d\xe7\x7b\xb3\x4d\xe8\xd3\x69\x1f\x59\x55\xab\xe0\x2c\x2c\xa4\x65\xc6\x2f\x5f\x17\x05\xa8\x97\xbe\x9d\x4f\x3f\x77\x65\xdf\x38\xb5\x0a\x3f\x54\xb3\xe9\x1f\x61\x65\x76\xc5\xc7\xaf\xc5\xf5\xb6\xb4\x03\x85\xd0\x0e\x09\x9d\xf1\x7f\x8f\xba\xb2\x53\x37\xb8\x61\x2c\xd7\x8f\xe3\xda\x77\x26\x3c\xb4\x75\x7e\x70\x8a\x12\x35\x23\x68\x8a\x2b\x60\xb1\x1f\xbc\x9b\x3c\x70\xf5\x9c\x98\xe2\x0a\xb4\xa6\x99\x39\x1e\x93\xc4\x17\x57\x1c\x8c\x72\xf8\xa8\xb5\x91\xa9\xb6\x37\x2d\x7b\xc1\x81\x7b\x9e\x84\x2f\xb1\xe3\x2f\x5d\xc8\x00\x6e\x73\x42\x42\x00\x6b\x36\xa0\xbe\xe8\x41\x01\xc7\x63\x62\x8b\x4d\x40\x8e\x90\xb5\x22\x19\x27\xb4\xd0\xd7\x60\xa6\xe3\x05\x36\x97\x4f\x01\xe4\x7a\xcd\xf7\xdc\xde\x87\x56\x82\x57\xe8\x45\xa9\xb6\x7a\x41\x9d\x5b\x7c\x9e\x0e\xd9\xe9\x53\x42\xa8\x96\x70\xbb\x3c\xd1\xd0\xc0\x6f\x5e\xbe\x68\x35\x50\xd6\x69\x34\xaf\x54\x79\xd3\xee\x45\x3f\xf8\x35\x4f\x53\xd9\xf7\x62\xce\x19\x14\x18\xd4\x48\x78\x9a\x76\xf3\x82\x06\x69\x6f\x01\x10\x43\x3c\xe7\x6e\x8b\x42\x6d\xd3\xc1\x03\x20\x0f\xf7\x36\x16\x1c\xca\x64\x9c\xdd\x3a\xe8\x6b\x34\x5e\x30\xf0\xaf\x76\xd3\xda\xd3\x83\x27\xff\x58\xbc\xbb\x7d\x37\x5e\x8e\xde\x3d\xf1\x3f\x46\x1f\x77\xe5\x67\xe1\x11\xc8\xbf\x1f\x36\xc6\x26\x4b\x8a\xfd\xbe\x14\x2b\x10\x6d\x3d\xf9\xb8\x2b\xc3\x0d\xa2\x5b\xc7\x1c\x1b\xc8\x4f\x39\x3f\x1e\xf1\x37\x2e\x80\x93\x1d\x70\xa7\x22\xdc\x9a\x11\xc3\x9a\xd5\x05\x30\x51\x2d\x17\xc6\x0d\x07\xb8\x91\xaf\x5b\xe7\x6d\x5d\x1c\xaa\xc8\x93\x7d\x59\x08\x99\x78\x48\x36\x07\xe9\x26\x36\x99\xea\x2a\x31\xc7\x23\x2e\x98\xaa\xab\x08\x0f\x71\xf6\x76\x20\x88\x68\xe7\x54\x04\xc0\x2e\x7b\x43\x17\xc9\xfb\x64\xa4\x96\x80\x20\x48\xa8\xfd\xcb\x84\xfd\x79\x82\x97\xdb\x68\x7a\xa8\x69\xe8\x25\xdb\xf2\xc2\x27\x8b\xe3\xec\x95\xcb\xee\x11\x5b\x51\x2d\xe4\x84\xb6\xc5\x11\x50\x55\x14\xb0\x50\xc1\x4d\x9b\x8c\xb6\x01\xcc\x22\xcc\x43\xe3\xee\xe4\x9e\x4e\xc0\x86\xa8\xed\x11\xf0\x83\xd8\xbf\x51\x2f\xe4\x3a\x73\x96\x06\xf1\x96\xca\xe2\x51\xa7\x58\x30\x0e\xbe\xf2\x94\xe3\xc5\x47\xc3\x65\x65\x4f\x67\x24\x18\xf8\x7a\xdd\x33\xfb\x2f\xec\x22\xee\xce\x13\x27\x73\x65\x37\x56\x0e\x7f\xd9\xfd\x89\xd4\xdd\x09\x65\x77\x68\x4f\xa0\x11\x2d\x3a\xf0\x5c\xad\x1e\xca\x74\x2d\x1e\xcc\xe5\xc4\x3b\x1c\xb1\xda\x0a\xc0\xfa\xf3\x71\x96\x2f\xf9\x5a\xa9\x0f\x0d\xc2\x51\x78\x30\x3f\x82\x6e\x1f\x2a\x3b\x1a\x38\xa7\x6e\x18\x34\xbf\x16\x95\xe1\x1a\x9f\x8b\x3b\xae\x15\xba\x4a\xf7\x9c\x1c\x8f\x59\x05\x63\xf0\x0a\x06\xc2\x69\x97\xe7\x8b\xe5\x89\x50\x88\x00\x2d\x52\xa4\x67\x58\xf8\x57\x90\xa2\xb7\x0a\x94\xc5\x35\x5b\xe1\x11\x6a\xa0\xb0\xa0\xd9\x8e\x16\x5e\x7b\xcd\xd7\xb9\xa6\x37\x45\x99\xcb\x93\xeb\x55\x69\x7b\xb5\x52\xfb\x3b\xd0\x50\x67\x1d\xf9\xd2\x70\xca\x18\x33\xc1\x92\xca\xa1\x9c\xfa\xf4\x41\x45\xa1\x0e\xaa\x77\xfc\xfd\x29\x6c\x43\x09\x4b\xbd\x69\x4d\x74\x26\x64\x65\x0a\xb9\xb2\xa4\x06\x0e\x05\xd0\x0b\x11\xc1\xe1\xf3\xd2\x9e\x01\x0b\xb9\x64\x22\x52\xa5\x3f\xd8\xe6\xd6\xf6\x6f\x9d\x31\x77\xef\xa4\x3c\x4a\x03\xd0\xff\xe1\x2b\x03\x7b\xa9\x41\x64\x9e\xd1\xea\x33\xbc\x8a\xf3\x3a\xfa\xbc\x36\xcf\x8b\x2c\x3a\xd0\x12\x54\x1f\x8f\x1a\x0f\x3f\xe6\x8d\x41\x0d\xd3\x28\x40\xa2\x9c\x61\x5c\x68\xfd\xf1\x88\x36\x76\x9c\x42\x82\xdc\x9c\x70\x0a\x56\x38\x05\xa0\xd8\x55\xb1\x7b\xf4\x64\xfa\xac\x2c\xdb\x9b\x38\xba\x8b\x64\x35\x96\x99\xb3\x72\x9a\xfa\xf7\xf8\x1a\x45\x0d\x0c\x8b\x28\x32\x81\xb5\x5d\xd8\x23\x85\xc6\x60\x28\x09\xe2\xda\xc1\xfd\x3e\x0a\xdd\xf2\x62\x9d\xb8\x92\x3f\x88\xb2\x6c\x29\xb5\x93\x7b\x30\xdc\x6f\x7b\x9f\x30\xc1\x6c\xcc\x8d\xe5\x8b\x00\x37\x55\x9b\x86\x35\x40\xd1\x6a\xa9\x96\x43\x33\x00\xac\x8b\x28\xf5\x45\xdc\xd5\xb9\xc7\x5a\xf3\x6f\xa6\x00\xc5\x52\x23\xf1\xcd\xe8\x94\x78\xd5\xa5\x87\x12\xd9\x65\x71\x6a\xe8\xde\x7a\xcb\x33\x87\xb3\x9c\x01\x1b\x7f\x72\x2a\x5c\x7f\xa0\xe3\x71\x61\x1b\x0f\x58\x9a\x91\xe0\x0d\xd9\xa8\xfc\x3b\xef\xf4\xdf\x41\xd1\xb9\x58\xf4\x8c\x1c\xaa\x43\xac\xb1\x8d\x79\xac\x3e\xde\xa9\x8f\xf7\xd4\xe7\xc3\x42\xd1\xf8\x7c\xb1\xfe\x23\x35\x44\x76\xaa\xb5\x55\x87\x1b\xc1\x48\xeb\x67\xf4\xf9\x20\x6e\x88\xa5\x0c\xde\x7e\x23\xc3\x77\xfd\x29\x3c\xe6\xeb\x93\xcb\x84\xe3\xfb\x70\xbb\x7e\x6c\x99\x6a\xfc\xeb\x0d\x43\x95\x9f\x76\x73\x3a\xde\x34\x62\x45\xd1\xd1\x6c\xda\x6a\xee\xe0\xa1\x35\x22\xb1\xf1\xf6\xae\xd2\xda\x64\x36\x28\x83\x97\xc2\x4e\x94\x0d\xca\x5c\xae\x87\xf6\x68\x23\xce\x97\xf3\x50\xe2\x46\x1c\xbc\x51\xa9\xe7\x6a\x05\x2e\xa5\x5a\x29\x5b\x2a\x68\x7d\x24\xc5\x67\x7f\xd1\xd2\x38\x7d\x20\x73\x8c\xe0\x68\x73\xda\xdf\x7f\xa0\xe6\xa6\xf2\x5b\x6d\x88\x23\x8a\x8c\x37\x08\xc4\x29\x72\x6f\x3e\x42\x77\xce\x57\xa2\xa8\xf2\xd9\xa9\x59\xdd\xeb\xdd\xbf\x5c\xa7\xaa\xeb\xfc\x23\xd5\x7d\x72\x60\x1e\xaa\xa7\xdf\x0e\xa8\x26\x8b\x0e\x81\x40\xb3\xef\x64\x26\xc9\x39\x41\xe3\x0f\xb9\xce\x66\xf6\x32\xea\x50\xa6\x6a\x24\x27\xc1\xde\x88\x4c\x12\xaa\x98\x98\x8b\xc5\x74\x39\x29\xf9\x0d\x2f\xff\xed\xe9\x5c\x17\x99\x24\xb9\xc4\xbf\x7d\x04\x76\xe3\x3d\x80\x98\xf9\x4b\x5b\x44\x6e\xa8\x42\x67\x08\x7f\x60\xe0\xc7\xd1\x50\x74\xb7\xe9\xa7\x07\xe3\x3f\x45\x4f\xce\xfe\xeb\x7b\xd7\xe9\xe1\xba\x16\x77\x08\xde\xff\x07\x0d\xfe\x64\x83\xfe\x95\xb5\xfb\x5f\xa1\x7e\xfd\xd4\xed\x4c\x4e\x56\xdb\x0b\x38\xf9\x61\x43\x4b\x77\x42\x57\xbc\xd0\xab\x6d\xf6\xe4\xdd\xeb\x27\x64\x1e\xef\x15\xcb\x50\xc6\x5d\x79\xbb\x6f\xf5\x01\x34\x6c\xb3\xf1\x8c\x22\xfe\x46\x48\x08\xba\xf0\x7d\x49\x1b\x29\x7f\x28\xae\x1f\x2b\xd2\x9b\x0a\x62\xc2\xc7\x8a\xac\x53\xda\x31\xe8\x59\x01\xa0\x61\x0e\x85\xe2\xf3\x9a\x4f\xda\xb7\xbc\x31\x6d\x33\x29\x28\xa8\x3e\x5e\x2e\x62\xd7\x44\xc9\x1f\x2f\x3b\x4a\xfe\xb3\xd2\xeb\x47\xcb\x06\xf4\x1b\x48\xfa\x95\x56\x87\xfd\xa3\x05\x23\x04\x4e\x9d\xf8\xd1\x82\xa3\xc4\xb6\x11\x8f\x16\xec\x1b\xb1\xe6\xf0\xc2\x89\xcf\x6a\xad\xc4\x4e\x0f\xbe\x31\xd0\x2e\x7d\xdb\x4a\x36\x4e\xde\x4c\x6d\x5b\xf2\xc9\xd2\xa3\xd6\x80\xaa\xf0\xe3\xa5\x47\xa9\x61\x50\x3e\x59\x7c\x18\x18\x9f\xe3\x13\x15\x84\xf4\xa8\x3e\xf0\xec\x60\xda\x2c\x41\x0b\xc8\xc1\x83\xbd\x85\x2c\x2f\xbb\x0d\xea\x64\x01\xa4\x3b\x9f\xe1\x3b\x5e\x55\x9f\xac\x23\x40\x4d\xd8\x5c\x15\xd7\xe6\x4d\x71\xd5\x61\x2d\xda\xb6\x06\xef\xa2\xf4\xaf\xd5\xa6\x93\xa7\x56\xe7\x5a\x2c\x29\xfa\x93\x69\x3a\xae\x06\x9a\xd4\x46\xd6\xeb\xc3\xf4\x42\xad\x04\xed\xdd\x0c\x00\x1e\xc4\x56\x65\x35\x85\x0a\x38\xb9\xa0\xda\x4d\x06\x06\xef\xbc\x3b\x95\xc9\x71\xf1\x6f\x92\x90\x53\xb7\x03\x55\x66\x22\x2b\xd5\x4e\x7f\xfb\x2c\x2e\x1e\x1a\xeb\xdc\x52\xe9\x60\x9e\x93\x25\x61\x0c\x13\x30\xb5\x29\x64\xb5\x57\x15\x87\x47\xf2\x46\x2d\x8f\x20\x86\xf5\x8c\x56\xe4\x09\xe7\x21\x94\x0e\xa4\xfb\xaa\x66\x25\x44\x74\xb9\x02\x29\x1a\x01\x1c\x0f\x7b\xa3\x52\x35\xda\xbf\x00\x15\x87\x0d\xcf\x30\x39\x15\x88\x6b\x49\xe0\xc7\xe5\x94\xf4\xc5\x8f\x66\x84\x86\x41\xfd\xb1\x90\xd7\x76\x16\x9c\xfe\xb8\xcb\x3f\x6a\x06\x3c\x85\x4b\x6a\x5c\xc5\x53\x42\x05\x4d\x46\x61\x84\x92\x08\x3b\xc0\x03\x83\x07\x15\x16\x8f\x15\xd0\xea\x9b\x47\x1e\x1c\x14\xa8\x6c\xd1\xd7\x9e\x29\x19\xf1\x3e\xe7\xf4\xa3\x22\x80\x76\xd5\xf0\x15\x75\x23\xc7\x33\xda\x1b\x4e\x67\xa4\xd9\xea\x53\xd3\xd5\x90\xa0\x02\x56\x5c\x7c\xbd\xae\x32\x00\x6a\x39\x51\xc9\x6f\xc1\x0a\x5d\xae\x51\x4b\xe8\x5f\x5f\x10\x41\xfb\x06\x61\x73\xce\xb5\x5f\x0b\xb2\x27\xf1\x42\x2f\x07\xad\xe1\xe9\x1d\x12\x2a\xbd\x93\x24\x67\xef\x54\x83\x17\xfa\xd5\xef\x78\x82\xe8\x7e\x39\x9a\x51\x07\x66\x48\x4e\x01\xad\x8e\xaa\x3d\x97\x9d\x8b\x72\x2f\x21\x91\x09\x4d\xf0\x51\xef\x13\x96\x04\x7c\xd2\x8a\xb5\x97\x46\xba\x96\xec\x95\xc3\x6b\x6a\x68\xad\x6d\x9b\x64\x08\x2d\x61\xd1\x57\xc6\xbe\x14\x26\x7b\x32\xce\xe6\xc3\xcf\xc8\x13\x4b\x4e\x32\xce\xd4\x42\x85\xd9\x5e\xd2\x29\x39\x2f\x2e\xea\x00\x30\x4a\x71\xb8\x10\x6a\x51\x80\x18\xfb\xc9\x3f\xb2\xd5\x6e\x7d\xdc\x71\x53\x1c\x77\xe4\xb3\x27\xc2\x61\x75\x12\x22\xd8\x70\x1a\x96\xf2\x93\x7f\x14\x59\x69\xc8\x3c\x4e\x60\x9a\x09\xb2\xd5\x71\x65\x74\x79\x5c\x29\x69\xb4\x2a\x1b\x65\x69\x9f\x14\x04\x72\x4f\xfe\x51\x65\x5b\xb1\x31\x8d\x24\x1d\xc5\x99\xb7\x52\xf3\x95\xba\x96\xe2\x77\xbe\x3e\xdb\xa9\xb5\xd8\x08\xae\xcf\x40\x86\x7f\x96\x8c\x2a\x32\x90\xe0\xfb\xc9\x8b\x59\x40\xf1\x3b\x79\x56\x9a\x71\x32\xe2\xce\x15\x2f\x4b\xbe\x30\xba\xc4\x00\xe1\x02\x76\x6b\xfc\x96\xf8\xed\xdd\x93\x72\x42\xf9\x69\x2d\x27\x57\x45\x25\x56\xec\x1e\x58\x89\xa4\xe6\xb1\x12\x8a\x0c\x43\x12\xf1\x52\x09\x7d\xbb\xb7\x01\xc8\x2d\x26\x14\xb8\xb6\xa4\x66\x0a\x13\x6a\x2f\x57\x49\xb8\x67\x25\xf4\x6b\xb5\xe3\x3e\xa0\xbe\xe7\x25\xd4\x31\x87\x89\x67\x13\x31\xc4\x97\xe7\x7f\x27\xf4\x39\x9c\xc2\x79\x12\xf3\x19\x09\xfd\x4b\xb1\xfa\x50\xed\x8b\x55\x1d\xe1\xf5\x80\x5c\xef\x42\x82\xa4\x93\xc2\x9e\x19\x49\x7d\x7e\x84\x2c\xf6\x77\x9e\xd4\x27\xbc\xed\x8b\xe5\x0a\x92\xf6\xd6\x4f\xe8\x37\x70\x50\xe4\x49\x6b\x55\x27\xf4\x45\xb5\xca\x93\x96\xf0\x2e\xb1\x2b\x7d\xb2\x5f\x3d\xc7\x2a\xd9\x3d\xce\xd0\xb3\x24\x4f\x82\xd4\x30\xa1\x18\xf8\x1c\x9b\xeb\x44\x55\x3e\xf4\x57\xc0\x45\x5b\xab\xd0\xd4\x10\xaa\x39\x84\xc2\xf7\x2f\xad\x6f\x3b\xf2\x89\x1d\x4c\x2f\x4a\xf0\x11\x76\x5e\x5c\x38\x4c\x11\x86\xbe\xdd\x27\xf1\xcc\xba\xf6\xd8\x39\x68\x4e\x30\x46\xc0\x02\xb1\x11\x81\x0b\xf5\x31\xb8\x4e\x42\x94\x5b\x36\xb0\x4a\x43\xa6\xb0\x18\x5c\x44\x9d\x27\xac\x1b\x2c\xac\x35\x8d\x11\x77\x17\x5a\x88\x06\x93\x75\xb4\x5b\x21\x18\xfb\xda\x0e\x32\xbc\xfc\xe3\xf7\x97\x49\x9e\xd8\x1b\xb9\xff\xfe\xca\x7d\x7f\xcf\x3f\x9a\xe6\xe8\xfa\x98\x1f\x34\xbf\x69\xc6\x7c\x09\xe3\x0c\xc4\xb0\x19\xf1\x63\x1d\x11\x4d\xe9\x22\x2c\x2a\xcb\xd2\xf9\xd0\x65\x08\x7d\x19\x75\xe6\xad\x9b\xe8\x7a\xed\x34\x2a\x78\xeb\x66\x38\x8e\xb6\xc3\xd7\x13\xbe\x29\xca\xd2\x92\x97\xc3\xf5\x36\x4f\x60\x83\xe3\x32\xe4\xbb\x62\x55\xdd\xf9\x35\xf8\x65\xd2\xda\xdd\x6e\xd4\x93\x26\x1d\xc0\xd0\x1f\x7a\xd6\xc7\xf7\xed\xc5\x61\x9b\x83\xa5\x86\x1b\x87\x0b\xfd\x4b\x08\x8d\x0b\x7d\xd6\x59\x0f\xb8\x44\xfb\x16\xc3\x4f\x49\x93\x34\xc4\x43\x53\xc7\x45\x8b\x37\x69\x93\x0d\xb7\x31\xba\x34\x01\x5a\xe8\xd2\x87\x0b\x87\x6f\x78\x73\x0d\xd6\xf7\x17\x5f\xde\xb7\x49\x9e\x78\xb1\xba\x0f\x7b\x93\xe4\x49\x93\x83\xf4\x31\xaf\x92\x3c\xf1\x47\x2c\xce\xc9\xae\x88\x69\xc3\x6e\xdd\x25\x0d\xbb\x75\x0f\x65\xd8\xad\x7b\x08\x83\x0b\xf4\x74\x60\xb7\x6e\x90\x85\xdd\xba\x9f\x2a\xec\xd6\x7e\xfb\xb7\x42\xbb\xa4\xc2\x36\xc5\x13\x85\x10\xda\xd8\xdc\x31\x45\x68\x6e\xee\x06\x41\xb0\x25\x35\x08\x82\x5f\x16\xbb\x75\x8b\x1e\x34\x56\xd1\x27\x09\xc2\x43\xa9\xe2\x29\x7d\x98\x68\xec\xd6\x0d\x9a\xb1\x5b\x37\x48\xc6\x6e\xfd\x00\xc5\x88\x22\x1c\xc1\x80\x79\x74\x9b\xa1\x43\x2d\xba\x71\xf5\x44\x77\xe9\xc5\x6e\xdd\x43\x2e\x76\xeb\xce\xc2\x6c\xbe\x0a\xf8\xc9\x8a\xba\xda\x96\xcf\xfb\xa9\x7f\x98\xea\xb8\xd8\x36\xd1\x89\x0f\x8c\xf6\xe9\xd2\x59\x1d\x31\x29\x5a\x38\x5a\x44\x13\x24\x44\xc9\x12\x76\x80\x3b\x8d\xd9\xcd\xbc\xb1\x1d\xf2\xf8\xdc\xa4\xaf\x26\x52\xe9\x5d\x51\x8a\xdf\x1d\x18\x28\xeb\x2a\x5e\x47\xaf\x97\xfa\x4c\xc8\x33\x8e\x96\x47\xad\x17\x5d\x5d\xab\xb3\x59\xfe\x1a\x59\x39\xcb\x65\x1d\xa3\xb6\x1e\xb3\x35\x3f\x16\x86\x98\x62\xb5\x25\x5e\x3f\x43\x13\x62\x79\x3d\x21\x0f\x80\x71\x93\x4c\x26\x13\x04\x29\xc1\xad\x79\x06\xe5\xf9\x14\xa7\x5a\x91\xfe\x0e\x0c\xd0\x80\x7b\x4d\xce\x12\x42\xb7\x20\xf6\x05\x64\xb5\x2e\xac\x1a\xad\x06\x8a\x31\x11\x78\xd8\x79\x56\x31\x31\xf9\x4d\x09\x89\x99\x0b\x26\x49\x0e\x61\x1e\xfa\x4e\x8d\x66\xa4\x91\x00\x1a\xe6\xcd\xc3\xcd\xa2\x82\x4e\x96\xf0\xac\x57\x0e\x59\xd1\xe5\x3c\xbf\x91\x2b\x25\x2b\x51\x19\x2e\xcd\xd9\x95\x90\x6b\x21\xaf\xab\xb3\x8d\xd2\xc0\x77\xa2\x4a\x8b\x2d\x87\x15\xa7\xa8\xab\xa1\x87\x07\x7c\x2a\xe6\x8b\xc3\x92\x99\xc5\x21\x68\x40\x70\x7c\x2c\xdd\x58\x4e\xbf\x54\xea\xc3\x61\xff\x2d\xbf\xeb\x79\x10\xc7\x51\xca\x0c\xea\x58\x13\xd0\x2c\x9a\x1b\x54\x30\xe2\x54\x92\xdc\x2c\x9c\x0a\xca\x8c\x31\x26\x88\x37\xbe\x53\x70\xd5\x4f\xa2\xb9\xa8\x23\x77\x87\xd2\x88\xc4\xa3\x0d\x0c\x99\x48\x53\x9d\x09\xaf\x60\x93\x20\x9a\xd0\x3a\x41\x50\x9c\x68\xe2\x51\xfb\x68\x81\x18\x6a\xf8\xc8\xbd\x4c\x86\xec\x15\x7c\x47\x3a\x50\x5e\x3b\x1f\x5b\xd9\x2c\xc2\x3f\xb1\x6f\x24\xba\x6a\xa8\xa3\xd0\x23\x57\x13\x5d\xaf\x91\xa0\x07\x66\xaf\x5b\xca\x42\x2d\x83\x6b\xaf\x82\x04\xa8\x8d\xd3\x89\xee\xed\x50\x8b\xea\xa5\xbb\x3c\x34\x87\xdb\x6f\x93\x1e\xad\x21\x9e\xff\xaa\x16\xc1\x41\xba\x9f\x40\xd8\xd2\x09\x98\x1a\x5b\xc2\xe9\x7e\x01\x71\x70\xbf\x5f\xaa\xb5\xfd\x75\xa2\x3b\x77\x9b\xfb\xbe\xd8\xf5\x68\x24\xac\xd2\xf4\xcf\xff\xce\x9a\x0e\xee\xed\x1d\xbe\x06\x1c\x47\x79\x78\xa3\x11\x54\x32\x3d\x88\xf0\xa0\x86\x4c\x7a\x27\xef\x5f\xe9\x62\xbf\x05\xa7\xef\x99\x77\xfa\x9e\xa6\xd0\x44\x74\x47\x22\xfd\xbd\x48\x12\x9a\xbd\x9f\x07\x5f\xf0\x79\x70\x17\x4f\xd2\x14\x7b\x17\x32\xb8\x8b\x93\xcf\xe1\xd2\xe5\xb5\x1f\x79\x9b\x63\xb7\x8e\x32\xc0\xc5\x4a\x12\x3a\x04\x8b\x11\xc0\x93\xc0\x86\xe0\x08\x85\x84\xfe\xc6\x25\x09\x95\x24\xba\xe9\xde\xc4\x96\xa4\xdd\x39\x59\x83\xfa\x0d\x3f\xbd\x82\x4b\xfb\x1b\xfe\xd1\x3c\xd3\xbc\xe8\x0e\x6e\x66\x98\x99\xbf\x50\x99\x21\xf9\xfd\x89\x4c\xc0\xd0\x8a\x71\xfc\x4f\x87\x66\xe2\x15\x16\x01\xb3\xc8\xe9\x20\x82\x8e\x9f\x8f\x60\x75\xb8\xed\xcc\x64\x5f\xdb\xb7\xd8\x3c\x8d\xcf\xac\x11\xcd\x1a\xb1\xde\x6f\x80\x99\x04\xa5\x46\xff\xd0\xf1\xbd\x02\x6f\x6b\x21\x9c\x69\x50\x48\xf4\x26\xc8\xd7\x4d\xdb\x96\xa0\x12\x49\xc0\x31\x7f\x80\x14\xbf\x52\xeb\xbb\x53\x64\x87\x4b\xee\x5d\x37\x19\x40\x40\xa0\x11\x19\xe8\x7c\xf1\xc9\x46\xe9\x5d\x9a\x66\x5f\x09\xf7\x9b\x26\xd5\xe1\x6a\x27\x4c\x42\x61\xc6\x50\x13\xf8\x35\x04\xbd\xe4\x66\xab\xd6\xcf\x4a\x25\x6b\xbd\x34\x97\x49\x59\x32\x0b\x89\x06\x46\xdf\xb9\x0d\xe9\x83\x58\x24\xf2\x91\x19\xf8\x6e\xc5\x70\x15\x7e\xc6\xa1\xc5\xe9\xb4\x02\x8f\x21\x5f\x29\x72\x7f\x3a\x99\xc9\x46\x48\x51\x6d\xc1\xa0\x2e\x7e\x1a\x32\x13\xcb\x7f\x30\x49\x41\x7b\xb4\x3b\xef\x91\x82\x3c\x38\x7e\xe9\x4b\xd1\x08\x17\xd5\xf7\xc5\xf7\x54\x82\x5e\xfa\xbe\xd0\x5c\x9a\xef\xd5\x9a\x3b\x77\x5d\x0e\x99\x6b\xd2\xb1\x8b\xcc\xd0\xfb\x21\x58\x46\xb8\x17\x3b\x34\x0c\x71\x23\xfb\xb7\xde\x91\x4d\x7c\x23\x62\xed\x4b\x9b\xca\x8d\x02\x7a\x75\xac\xbf\x99\x22\xe4\x74\xea\x56\x24\x95\xe4\x89\x83\x4c\x79\xd5\x7c\x3a\x6b\x74\x02\x85\xb6\xc8\x03\x66\x86\xf2\x89\xe4\x1f\xcd\x6b\x71\x55\x0a\x79\x4d\x4e\xa4\xc6\x44\x39\xab\xf0\x30\xba\xb6\x84\x0a\x49\xf7\x6b\xa3\x79\xb1\x6b\x2b\x43\x6e\x45\x35\xd9\xab\x2a\x60\x5e\x68\xc3\xa6\x1e\x39\xc2\xe6\x62\x1c\xbf\x9c\xe8\xdb\x92\xc1\xff\xa0\x01\xc0\x18\x5f\x87\x7e\xf0\xf9\xeb\x20\x58\x9c\xbe\xa4\xd2\xdf\x78\xd8\xf4\x34\xb8\x96\x31\xa0\x3c\x57\xe5\x43\xc6\xa1\x7b\x55\x5d\xb2\xa8\x25\xee\xac\x38\xd1\xea\xd1\x3c\x0e\xbe\x23\xd4\x79\xa2\x7b\xce\x3f\x3c\x94\xc1\x15\xed\x24\xac\xbe\x0c\x72\x3c\xa2\x3b\xf0\x13\xb5\x03\x1c\x67\xb6\x07\xa8\x4b\x75\xd1\x6d\x1c\xf9\x74\xd9\xa3\x11\x39\x51\x5e\x3c\x08\xd9\xfb\x40\x8b\x7a\x21\x6e\x39\x71\x16\xfb\xcc\x81\x15\xd8\xdf\xb0\xe6\x2c\x03\x37\xc7\x7f\x96\x52\x72\xcb\x68\x00\x34\xbb\x6b\xe1\x68\xe4\x4b\xa6\x06\x9a\xf3\xf3\x56\x94\xfc\x31\xc4\xf9\xbd\xaa\xce\xe1\x07\x2f\x4c\xc6\xc9\x79\x00\xbd\x0a\x93\x85\x05\x01\xca\x5c\xde\x23\x1e\xe6\x75\x39\x4f\x16\xef\x2a\xb0\x7f\x9c\x2e\x1d\xaf\xf9\x58\xd7\x01\xe7\xc5\x7f\x0d\xda\xb5\xf2\x13\x0d\xca\xa3\x1d\x2f\xf2\xd1\xca\x6e\x2e\x21\xc8\xf1\x89\x29\xf0\xa6\xa5\x6e\x07\xf8\x59\x30\x97\xe3\x19\x69\x2f\x3a\x03\x10\xfa\x57\xc5\xea\x43\xeb\x11\xd8\xa7\x18\x33\x7e\xa2\xf8\x52\xfa\xd0\x5a\x6c\x6c\xa8\x8b\x7a\x43\x7a\x10\x93\xf6\xee\xda\xaa\x78\xd8\x68\x9d\xa1\xb1\x63\x7b\x36\x6b\x3b\x08\x8a\x23\x0f\xee\x6a\x67\xc1\xd2\x97\x69\x9c\x35\x37\xdb\xbc\xaf\x4d\x21\xb6\xd1\x2e\x04\x60\xc5\x7b\x5e\x0b\xc5\x20\x0c\x4b\xab\xb4\x00\x0e\x17\xca\xf8\x2f\xd7\x0f\x4e\xad\xf2\x1e\xb3\xa0\x0e\x7a\x7e\xc0\x5c\x8d\x97\x08\xde\x49\xc2\xf2\x70\x3e\xb2\x78\xad\xa4\x90\xa6\x12\xd7\xd1\xe5\xd4\xbb\x17\x4a\xd3\xe1\x6c\xc8\x6a\x6c\x1a\x4b\x13\x98\x44\x95\x18\xf4\x76\x24\xd1\x00\x5d\xb0\x1e\x33\x31\x6d\x77\xb5\xfa\x4e\xdd\x72\xfd\x45\x51\xf1\x8c\xe4\xfc\x04\xb8\xf7\x8d\x2d\x54\x1d\xae\x2a\xa3\x43\xf9\x94\x07\x13\x65\xc6\x44\xad\x78\xdf\xd3\x90\x90\x12\x16\xf4\xea\xa0\xf5\x23\xf6\xfb\xdd\x51\x88\xd6\x9f\x1d\x90\x13\xdd\x8a\x35\xff\x52\xe8\xca\xb4\x5f\x16\xc3\xe9\x13\xa6\x67\xc4\x38\xb0\x1d\xbe\x86\x8c\x9c\x36\x42\x16\x65\x79\xd7\x4a\x68\xf7\x92\xd3\x4c\xbd\x92\x6c\x4a\xef\xec\x21\x67\xcf\x7f\x44\x42\xed\x3b\xe2\x6c\xde\x8a\x2d\x96\x6e\x09\x80\xfa\x7b\x80\xa3\xf0\x67\x9c\x58\xb3\xd1\xe8\x4a\x9e\x06\x42\x65\x77\x92\xd0\xbb\xe8\xa8\x9a\x00\x16\x2e\x6b\x9e\x04\x88\x69\xc4\x3f\xee\x4b\xb1\x12\xa6\xbc\xfb\xc2\xa6\xe1\xeb\x26\xb4\x86\x5a\x81\x7b\x4e\xc6\xd1\x87\xf1\x41\xbf\xda\x03\x19\x49\xd3\xb7\x60\x20\x2a\x95\x03\x80\x80\x1a\x12\xd2\x00\xda\x03\x8d\x2a\x32\xd0\xe0\x52\x34\x4e\x46\x11\xd3\x9a\xea\x89\x51\x24\x5c\x4d\xd1\x61\x39\x15\xf8\xcf\x5d\xb8\x42\xff\x6b\xa7\x15\xca\xdf\xb6\xea\x48\x7b\xcb\xaa\xd8\x6b\x99\x15\x93\x9d\x1d\xc6\x35\x18\x51\x21\xa0\xc6\x80\x7b\xfc\xa6\x95\x2a\xcb\x62\x5f\xf1\xf5\x1c\x7c\xad\xbe\x14\x59\x41\xbc\xab\xd5\x1c\x2c\x0c\x80\xc7\xad\x26\x46\xc1\x9b\x2d\x24\xf0\xb0\x2e\x95\x47\xf0\x91\x2e\x9c\xd0\x46\x65\xec\x65\xbb\xf6\xca\x33\xd9\x3e\x6b\xb3\x11\x69\x3a\xfc\x5a\x46\xe0\x8c\x24\x4d\x79\x9a\xbe\x16\x59\x41\x5b\x7e\x75\xd0\x54\xa6\x93\xbb\xdf\xb2\x98\xd4\xd0\xeb\x8f\x0c\x5e\xc9\x7e\x97\x59\x63\xfc\x08\x3d\xb0\xe7\x59\x49\x06\x87\xcb\x5a\xed\xab\xed\xa7\xb7\x13\xc3\x4a\xfa\x40\x6a\x76\xe8\xc6\xd4\xfe\x7b\xc9\x29\x5c\x13\x7b\xba\x06\x7a\xf6\x92\x8a\x91\xf7\x27\x12\x77\xc2\x33\x66\x9d\x95\xcb\x86\x2e\xa6\x30\x6a\x27\x56\xae\xd8\x18\xb4\xcb\x13\x8b\x38\x0c\xcc\x3a\xd3\xf4\x5b\xf7\x5c\x6b\x39\x69\xef\x02\x17\x26\x53\xbb\xd2\x13\x8a\x1b\x8d\x50\x93\xa6\x5f\xc3\xe2\x47\x4a\x01\x0c\xae\xab\x0c\x3f\x70\xbb\xc1\xcb\x69\x63\x17\xda\xfd\xc0\x7a\x55\x13\x07\x01\x30\x2c\xb9\x52\xea\x83\xad\x38\x71\xbc\xa0\x41\xe3\x17\xce\x66\x31\xde\xc3\xf4\x5c\xf4\x4e\x6f\xed\xad\xac\x9e\x5b\xb1\xa4\x85\xdd\x1b\xaa\x67\x6f\x04\x99\x4b\xe1\x97\xb7\x06\xf7\x75\x73\x95\xbf\x14\x99\xb2\x6b\x1c\xf1\xa8\xc6\x33\xc6\x78\xe4\xd4\x20\xca\x08\xbb\x45\xb6\xb3\x19\x45\x68\x23\x4f\x00\xbb\xd3\x69\x1a\x3b\xe9\x6c\x8f\x92\xc3\x1d\x88\xa9\x55\x44\x91\x80\xa6\x8c\x41\x4d\x93\xd6\x08\xde\x35\xad\xb2\xbb\x5d\xa7\xe9\x2f\x26\xd3\xb4\x8d\x17\x84\xcf\xf6\x92\x53\xd8\xda\xdc\xab\xb4\xb0\x1b\x9b\x18\x11\x38\x6c\x57\x5e\x80\xa3\x5c\x8f\x67\x54\x79\x69\xaa\x5f\xbc\xfd\x40\x47\x75\x86\xb6\x13\x6a\x0a\xdb\x1c\x11\x4e\x89\xf7\x84\x6b\x82\x17\x2b\x47\xca\xdc\xf7\xc0\x04\x8c\x28\xaf\x7c\x5a\xb1\x9f\xed\x5d\x6a\x5c\x0c\x2a\x20\x0f\x12\x14\x07\xc0\xa5\x6f\xe5\x34\xba\x1b\xe3\x87\xe0\x05\x50\x79\xcb\x50\x6f\xd8\x59\x31\xf1\x1e\xd9\x75\x9c\x6f\x78\x97\xf5\x03\x33\xd9\x15\x77\x57\xfc\x6b\xb1\x5e\x73\x19\x20\xd0\xc7\xb3\x21\xbb\x52\x59\x5f\x24\xae\xae\xe3\xd1\x47\xbe\x95\xdb\x38\xfa\xc1\x88\xc8\x79\x34\x82\x21\x45\x2d\xf6\xd6\x42\xcd\xde\x22\x84\x43\x5f\x6f\xa3\xac\xce\x3f\xd1\x95\x8a\x02\x29\x27\xe0\x3c\xea\x5f\x1c\x93\xf3\xde\x7e\xd7\x1d\xfb\xfa\xd1\x6e\x9d\x06\xf6\xec\xaf\xc5\x4b\xef\x65\xdb\xb7\x35\x40\x9c\x6e\xe1\x40\xee\xd1\x69\xf6\x29\x33\xc9\x5e\xa8\x4c\x12\xe2\xd2\x32\x27\x9e\x53\x6c\xd1\x28\xd2\x52\x00\xb5\x98\xda\x43\x52\x3a\x74\xaf\xef\x23\xcf\x2a\xef\x45\xdb\xd8\xa1\x02\x7b\xbb\x3a\x25\xab\x26\xab\x52\x49\x6e\x7f\x67\xc3\x29\x21\x54\x61\x7f\xa0\x9a\xef\xd0\x29\x25\xfe\xd7\x04\xaa\x24\x91\x13\xa0\xe9\x79\x79\x01\xdb\xed\x03\x5f\xd7\xb4\xaa\x44\x91\x3f\x06\x2f\xca\xe5\x44\x54\x3f\x00\xfd\xf4\xde\x52\x0b\x76\xa3\x32\x04\xf6\x95\xfc\xf6\xec\x56\x82\x6f\xbd\x53\xd4\x2f\x67\x2f\xb5\x43\xee\xc4\x4d\x8d\x1f\xb0\x6f\x0d\x7a\xbf\x7c\x2f\x49\x9c\x05\xc7\xc7\x16\x78\x27\x01\x1b\x94\x16\x6c\x8f\x86\x4b\x03\x1c\x79\x3b\xa4\x54\x01\xe2\x50\x71\x39\x3d\x1e\xa7\x8c\x15\x8e\xf1\x55\x48\xdb\x7f\xde\x72\xf9\x62\xb7\x37\x77\xbe\x2e\x05\xc4\xc3\xab\xde\xac\x7f\x16\x70\x5c\xaa\xfa\x50\xb3\x84\x40\xc5\x03\x5a\x23\xcf\x2c\x9a\xf9\x96\x4d\x7c\x0e\x07\xb6\x66\x37\x3d\xc8\xc1\x5f\xaa\x43\xc5\xc1\x2e\xbb\x3a\x1e\xe3\x12\xff\x30\x24\xbc\x74\x92\x18\x84\xd3\xce\x1a\x65\xd4\x31\xcc\xcd\x72\xe8\x01\xac\xcb\x2f\x51\xc0\x8d\x0a\xf2\x54\x53\x45\x8e\x47\xe3\xdc\xdf\x6b\xf8\x9f\xa6\x90\x46\xc7\x69\xfa\x5e\x31\x6c\x3d\x42\x5e\x9f\x85\xf2\xcf\xf0\xb8\x3d\xdb\x17\xda\x08\xcb\x38\x9f\xa1\x5b\x21\xe0\x6a\xce\x0a\x79\xc6\x3f\x8a\x0a\xb2\x28\xc9\x13\x32\xf8\xc8\x86\xd3\x93\x9a\x14\xeb\xf5\x1b\xf5\x35\x9a\xab\xa7\xe9\x6f\x22\xf8\x71\x37\x80\xab\xec\x1d\xb8\xc3\x61\x6e\xd9\xec\x04\x24\x58\xbc\xa4\xdf\x17\xdf\x3b\xa0\x5f\x5a\x7a\xe7\x9e\x07\xf0\x56\x89\xab\x0a\xa0\x9c\x4a\xd7\x91\x51\x0b\x52\xe3\x90\xa6\xaa\xc1\x8c\x1d\x1e\x00\xf3\xfb\xdd\x26\x67\xec\xd0\x66\x85\xd2\x34\xab\xe0\xd8\x68\x14\x03\x27\x03\x8e\xe2\x6b\x81\x40\x92\x6d\x9b\xf5\x98\xe5\x6c\x7c\xcd\x1b\x5f\xc1\xce\xcf\x2c\x49\xbe\x30\x4b\x6a\x30\x56\x47\xe7\x83\xa5\xa6\x96\xd1\xe2\xb7\x67\xaf\xec\xde\x02\x79\xb0\xad\x7d\x6e\x26\xab\x2d\xa0\x53\xda\x30\x1c\x81\xb9\xf6\x61\xe0\x92\xa2\x3c\x91\x56\xdb\xdd\x88\xb9\x91\xec\x19\x36\x43\xee\xbf\xc6\x6e\x40\xef\x0c\x9d\x12\x57\x88\xdd\x52\xaf\x24\x28\xf1\xa4\xe9\x57\x22\x53\x34\xb9\x02\x31\x21\xda\xc5\xbd\x90\x2d\xe0\x11\x72\xaf\x02\x8f\x05\x25\xd4\x48\xad\xd9\x0b\xbb\xd3\x32\x1e\xc0\x0d\xd6\x4a\xfa\x6b\xe1\xf1\xc8\x1b\x98\x07\x21\x02\x1d\xe6\xda\x02\xdd\x42\xca\xda\x9d\xcb\x94\xbf\x60\x51\xe5\xf8\x4b\x98\xbd\x03\xec\x0a\xf4\x7f\xdf\x7f\xfc\x37\xf7\x10\xd7\xd9\x81\xb6\x86\xa8\xd6\xc9\xb4\xbd\x2a\xaa\xea\xfb\x62\xc7\xed\xde\x06\xa8\x28\xfb\xc3\xd9\x57\xde\xe1\x17\x97\xeb\xf0\x7b\x55\x55\x91\xfb\x55\x2c\xf8\x7c\x75\xe1\xe6\xec\x7c\x35\x1a\x11\x63\xab\x5c\xf9\x7b\xce\x40\x05\xf6\xf8\x5b\x9e\x1d\x80\xe5\xa5\xbf\x8a\xec\xe0\xd9\xdd\x67\xeb\xb5\x65\x76\x0f\x54\x05\x1f\x4b\x0a\x6e\xf4\xb7\x20\x8d\x85\x63\xe6\xf1\xeb\xea\xce\x1d\x7a\x5e\xf4\x84\x90\xab\xcc\xd4\x0f\xbe\xa0\x4f\xc9\x63\x37\x84\x7c\xa1\x97\x8e\x7b\x86\xb3\x36\x7a\x7a\x79\xd1\x00\x9a\x01\x06\xd0\xd6\x5d\x45\x16\x55\x00\xd6\x31\x59\x95\x62\xff\x83\xaa\xba\xc6\x52\xfd\x90\x35\xae\xba\x86\xdf\xdf\x8f\x2d\xe1\x21\xc2\x64\x46\xf0\x98\xde\x18\xc4\xee\x28\xc9\x16\xda\xf7\xce\x8e\xe3\x72\xf0\x5e\x64\x8d\x90\x66\xc5\xb5\xc1\x33\x69\xb3\xf2\xda\x0f\x5a\x9f\x56\xb6\x8f\x5b\x88\xe5\xb9\x73\x8a\x65\x57\xa1\x9d\x39\x58\x98\x6e\xd8\x60\xbb\xd6\x05\x39\x9e\x47\x8c\xc7\x74\x46\x48\xec\x7a\xfa\x55\x10\x15\x45\xd3\xe5\x67\x0b\x1c\x30\x7b\x61\x93\x62\xba\xce\xf6\x3a\x42\xc5\x23\x8f\x4c\x65\xeb\xc1\x5e\xfa\x0a\x6a\x33\x67\x19\x35\xe6\xa5\x6c\x79\xa2\x76\x0a\xd8\x51\x91\x92\xf0\x85\x5c\x3a\x60\xd5\xe3\x31\xd3\x11\x3b\x65\x63\x82\xc0\x2a\x6a\xec\xb3\xba\xb1\x66\xb2\xb1\x44\xab\xed\xfc\x46\xb3\x2f\x79\xf0\xce\x8f\x57\x81\x34\x05\xf7\xca\x71\x50\xe3\xca\x24\x7d\x16\xa3\x5a\x19\x7c\x40\x9c\x1c\x4d\x98\xd3\x34\x78\x7f\x3f\x8b\xec\xc9\x5c\x1d\xab\x2d\x55\xe0\x5d\xd7\xfe\x2a\xd8\x94\x01\x27\x82\xc2\x11\x03\x57\xa8\xaa\x63\x83\xdd\x18\x7f\xe9\xd4\xf9\x79\xcf\x15\x90\xe3\xcd\xcf\x5d\xfb\x74\x84\xe6\x0f\x15\x1c\x8f\x59\x31\x11\x72\x55\x1e\x2a\x71\x03\x8a\x28\x73\x8c\xb8\x60\x26\x77\xbf\x0c\xb1\x44\x06\xd6\x04\x38\xaf\x8d\x2e\xa7\x85\xbf\x99\x0e\xf5\xf1\x38\xf4\x95\x44\x0c\x04\x09\x5e\xde\x5c\xa5\x00\x72\x1c\x55\x09\x9a\x2d\x73\x1b\x7e\x09\x35\x1a\x75\x69\xc8\x79\x26\xc1\x25\x76\x3d\xc5\xee\x78\x2a\x9c\xa3\x70\xea\xdc\x09\xda\xf4\x24\xd8\x14\x9f\xc9\x13\x80\xd3\x16\x84\x96\xff\xaf\x8c\xd8\x1f\x6a\xfc\x1f\x1b\xac\x3f\x32\x56\x7f\x7c\x82\x1e\x19\xb0\x30\x52\x36\xe9\xd8\xd0\xba\x2f\xf5\x10\x8e\x4d\x73\x10\x2d\xe3\x5b\x10\x7a\x60\x33\xcb\x0c\x44\x16\x8d\x74\x65\xb9\x71\x0c\xf2\x9a\xf1\xa3\xec\x30\x17\x39\x7a\x35\xaf\xcf\xa1\x35\x9b\x9e\xaf\x2f\x22\xa1\xc4\x3a\x02\xe6\xce\xb6\xac\x5a\xac\x97\xe0\x1a\x3e\xdb\xb0\xd7\x32\x2b\xe9\xd6\x0d\x08\x21\xf3\x43\x9a\x66\x5b\x4b\x78\x30\xf5\x26\xb4\xd5\xfe\x1a\xad\x48\x0e\x91\xe2\x04\x4a\x32\xb6\x42\xac\xac\x6c\x54\x66\x1b\xb1\xa5\x9b\x5a\x46\x91\x6d\x59\xe9\x2a\x75\xe5\x8f\xd8\xca\x4b\xe7\xb6\x28\xe1\xc0\xc6\x54\x51\x63\x8e\xc7\x0c\xe3\xd8\x8a\xda\x76\xd9\xdb\x5d\x7c\x95\xdb\x3a\x57\xaa\x67\x98\x6a\xf4\x60\xb2\x53\x05\xdc\xde\x0f\x32\xab\x08\xa1\x25\xb0\x79\x36\xa8\xb4\x41\x25\x41\x2e\x74\xcf\x9c\xf2\xcf\xf0\x80\x3d\xd8\xd1\x9b\xe6\x0c\x8c\x9f\xda\xe8\x9b\xcb\x69\x9a\x56\x51\xdf\x1b\x03\xed\x04\x8e\x8b\xf5\x12\xfb\x8a\x1e\xce\x3b\x6b\x03\x12\x60\x3f\xf1\x61\x02\xf9\xba\x41\x5d\xea\x0d\x14\xb7\x77\x66\x3e\x64\xe0\x7e\xd5\x8e\x17\xf7\x35\xb1\xfd\xe1\xb1\x53\x73\x34\x32\xf1\xa9\xe9\x3c\x68\x68\x27\x6e\xd2\x6e\xbf\x68\x68\x2e\x5c\xb1\xfc\x11\xd6\xba\x69\x81\xde\x06\x9e\x69\x06\xce\xb4\x53\x38\xc8\xb1\xa6\x39\x47\x3c\xf5\xd0\xac\x37\x0d\x60\xf0\x1e\xb9\x1b\x33\x0b\xb8\x82\x55\xef\x93\x11\x9f\x88\x75\x0b\x3a\x07\xc8\x75\x2d\x9c\x9e\x82\x63\x12\xb0\x0d\x8a\x26\x05\xce\x27\xe7\xeb\xe3\x1b\x91\x69\x7b\x1e\x85\x03\x49\x9c\xf0\x5e\x2c\x99\x3b\x8f\x5a\x15\xc0\xa7\xac\x85\x6a\x6d\xa6\xa0\x4b\xa1\x34\x52\x28\xb9\x10\x4b\x27\xae\x2a\x08\xcf\x7d\xbe\x8a\x4d\xcf\xab\x8b\xa2\xce\x57\xd5\xd3\x52\xb2\x62\x51\x2d\xe9\x81\x4d\xcf\x0f\xc1\xec\xe2\x7c\x34\x3a\xd8\x5b\xb8\x5a\x1c\x96\xe1\x9c\x2e\xfd\x0e\xf0\xea\x71\x67\x7c\xa0\xc2\xf4\xc3\x8a\x2f\xec\x51\xbc\x10\x4b\x56\x44\x8e\x38\xc3\xc0\xff\x18\xbd\x49\xf2\xf6\x91\x18\x9f\xf5\x5d\x77\xd4\xe8\x87\x1a\xe7\xbf\x16\xed\x64\x9c\x0c\x9a\x37\x1f\x98\xe9\xba\xc6\x0f\xd1\x71\xff\x87\xcb\x6f\x5c\x84\x5a\xe5\x9b\xa8\xf0\x2f\x9a\x6c\x63\x93\x22\x8f\x67\xf9\xb4\x4e\xfa\xdb\x03\x49\xf1\xb4\x68\x24\x7d\xde\x72\x4e\x1e\x8b\xa0\xc6\xa6\xf1\x09\x6e\x7e\x87\x4c\xb7\x5d\xca\x72\xf7\xc2\x42\x81\x9f\xc0\x9f\xca\x72\x10\x68\x3b\x44\xd1\xb9\x33\x39\x1e\xa1\x07\xe3\x2f\xa4\x03\x56\xf1\xae\x6f\xc6\x0a\xc1\x7a\x30\x8b\x51\x54\x58\xaa\x7c\x3c\x42\x2f\xc6\xbf\x41\x72\xaf\xb1\x66\xaf\xf9\x62\x3d\xb6\xdb\xa4\xee\xc3\xf7\x2d\x03\x7b\xd0\x5b\x6a\xcd\xb7\x0c\xe7\x82\xa0\xde\x23\x6c\xf4\x1a\x91\x09\x04\x82\x0a\x9b\xbe\xbe\x73\x79\x7f\x83\x73\xec\x47\x0e\xad\x73\x67\xe8\x73\x69\x8f\x7b\xbf\x50\x2f\xa6\xe0\x3e\x91\x85\x80\x1e\x8e\xf0\x9b\x78\x6a\xa0\xe1\xc3\x69\xc4\xf9\x7f\xd7\x8d\x9e\x45\xd1\x5f\x76\x5d\xfd\x31\xe4\xfd\x08\x2d\x6c\xbf\x55\xbb\xdf\x05\x79\x6c\x57\xd6\x3b\x12\xf4\x3d\x3b\xbd\xc7\x14\x87\xb0\x17\x71\x7a\xa7\x84\xae\xec\x64\x1d\xdc\xf3\x19\x4e\x6d\xd8\xaf\x76\x86\x05\xa1\x6b\x4c\x62\x14\x95\x38\x99\x75\x82\xdf\x6c\x02\xf4\xf9\xb8\xba\x64\xd3\x34\x5d\x5f\xb0\xe9\xf1\xb8\xba\x80\xdf\x97\x0c\xc6\x11\xbf\xea\x46\x35\x57\x71\x9a\x8a\xd6\x16\xf0\xb5\x69\x72\xc9\xa6\x79\xf4\x35\x25\xc7\x23\x56\xf3\x9f\x2c\x0c\x7a\x27\xc9\x85\x2f\xce\x7f\x4f\x83\xd7\xc9\xe1\x34\xbe\xd1\xfc\xde\x3c\x80\xce\x0d\x83\xd9\x3e\x27\xdc\x6f\x8c\x71\x0d\xec\x50\x6b\xbc\x86\xfc\x7f\x69\xec\x45\x3f\xaf\x92\xfd\x0e\xa0\xc1\x7e\x2d\x31\x26\xe7\x26\x07\x18\x87\x3a\xeb\xdb\x88\xf2\x5c\x36\xae\x9d\x01\xd3\x29\x86\x9f\xf0\x67\x00\x08\x42\x64\x94\xe8\x93\x78\x14\xbe\x19\x50\xff\x68\x56\xb7\xe0\xeb\x46\xe3\x3f\xa6\xa9\x69\x2f\x45\xdd\x61\x7e\x1b\x47\x8b\xd8\x64\x99\x84\x93\xa5\xbb\x0b\x23\xce\x0d\x89\x4a\x18\x7f\x3c\xbb\x7c\x86\x5a\x84\x98\xa6\x53\x9f\x36\x4d\x65\x67\xda\x51\xe8\xf8\x93\x07\xb0\x8f\xa6\x33\x74\xe8\xa7\x98\x71\xc7\xba\xe1\xa1\xd8\x5d\x2c\x75\x63\x4b\xc0\x00\xf9\xb1\x81\x9c\x08\xa6\x40\x5f\x4b\x07\xab\xd0\xb8\xc2\xe9\xc0\xdd\x59\x16\x52\x3f\xb4\x2a\x6d\x7d\x2d\xfe\xb7\xee\x78\x9b\x9e\x35\xc6\x3b\xa6\x6d\x76\x60\x2d\x69\x8e\xa2\x1f\x20\x75\x43\xd1\x37\x90\xa2\xc1\x1c\xb9\xa1\x10\x70\x15\xb1\x7f\x3d\x17\x65\xf7\xac\xe8\x1d\x68\xc0\xcf\xea\xeb\x21\x09\x53\x20\xa2\x29\x10\x2a\xbb\x95\x84\xde\xfe\xcb\x9a\x03\x0f\xbe\xcb\x0e\x6a\x3d\xaa\xe9\xb9\xf3\xa7\xdc\x92\x78\x8c\x46\x9c\xc4\xe1\xe0\x55\x11\x65\x7c\x83\x96\xfa\x00\x39\x9d\x9a\x8d\xec\x79\x58\x6d\xe8\x38\x39\x89\x0c\x2c\x18\xf0\xee\x0f\x7b\xf2\x9f\x92\xbd\x9a\x7c\x07\xf8\xc2\x76\xcc\xfb\xae\x8d\xd1\xce\x39\x13\xf2\x4c\x13\xdd\xb6\x50\x00\x4f\xc4\xb6\x96\x85\x5c\x32\xe0\xfe\x06\x6d\xcd\x0c\xa9\xd6\x9c\x99\x48\xa2\xf5\x59\xa8\xe2\x07\x91\x19\x72\x91\x39\xcd\x0a\x90\x42\x36\x9d\x3d\x01\xd4\x69\x03\x29\x1a\x7c\xc2\x71\xe4\xda\x75\x44\x88\x7e\xf6\xef\x5e\x5e\x51\xd7\x3d\x30\x06\x66\xc4\x3d\x30\x7a\xb6\xcc\x3d\x97\xc2\x74\xfa\x44\xb8\xa9\x9f\xab\xac\xa1\xc6\x4b\x39\x74\x21\xe8\x76\x24\xde\x23\x6d\x7e\xa6\x79\x09\x48\xd8\xe7\xc9\x80\x4f\x22\x80\x6d\x7b\x1a\x8f\x58\x82\x0e\x7e\xc6\x80\x84\x72\x36\x4e\x46\xa6\x83\xe6\x1d\xe3\xc9\x24\xfb\x8f\xe7\x60\x05\x1d\x7c\xce\xb8\x62\xd0\xad\xd4\x59\x9c\xbf\xe9\x59\xb6\x91\xff\x37\x7b\x4b\x0d\xd2\x76\x5e\x54\x07\xcd\xe9\x07\x95\x01\x02\x0b\x5d\x60\x67\x96\x7e\x00\xa3\x6b\x84\x7b\x78\xc5\x04\xb1\xe2\x6a\xec\xc7\xd4\x6e\x92\x7f\x4a\x42\xff\xf9\xe8\x26\xe9\x53\xa1\x09\x0f\x8d\xde\xbd\x8e\x7f\xb8\x46\x1f\x6f\xec\xa5\xc8\x74\xf4\x20\x2f\xd3\xd4\x34\xbd\x47\x88\x98\x95\x15\xc4\x58\xfe\x1b\x4a\xb0\x24\xbf\x21\xee\x1b\x98\x20\xf1\xce\x3c\x49\x71\xee\xa4\xdd\xf3\xd7\xcf\xd2\xf9\x18\x7a\x2d\x32\x5d\xbb\x6b\x9a\x82\xb7\x4a\xf0\xf5\xa5\x50\x13\xa2\x63\x30\x0f\x8b\x57\xd3\xb1\x22\xd4\xa0\x9a\x46\x70\x08\x74\x02\xfd\xe0\x7f\xfe\xf1\xc7\xfc\xad\xf3\x08\xdc\x18\xa9\x68\x54\x06\x51\xaa\xfa\x41\x5c\x86\xd6\x8f\xf9\x40\xa6\x69\x06\x7d\xf0\x0d\x1f\x49\xd0\xd0\xf8\xc5\x64\xa6\xe9\xfb\xa0\xdf\x01\xd0\x67\x32\x43\xcb\x96\x13\x21\x8e\x2e\x7c\xe5\xe9\x42\x87\x22\xa0\x54\x94\x7f\x34\x8c\xd3\x0f\xd8\x06\xea\x95\x0b\x5d\x2b\xf5\xdc\x39\x1d\xca\x67\xd1\x8e\xff\xc5\x19\xd7\xc7\xa2\x5a\xb8\x25\xd5\xfb\xf7\xdb\xb6\x78\xf5\x3c\x82\x46\x44\xd5\xbc\x27\xd9\x3c\xff\xc7\xf1\x5d\x35\x22\x00\x9e\x90\x5d\x15\xab\x0f\xd7\x5a\x1d\xe4\x7a\x4c\xe6\xd9\xbb\xd7\x23\xf2\xc4\xdf\x30\x11\x2d\x91\x33\x1e\x2c\x8f\x34\xaa\xf2\x91\x91\x0f\x72\x01\x23\x1d\x69\xef\x79\x50\xd8\xc5\x6c\x39\x4f\x9c\xcb\x6d\xe7\x4d\x02\x7f\x3b\x45\x15\xb3\x90\xcb\xb9\x41\x92\xf7\x74\x99\x47\xfe\x3b\x12\x68\x63\x45\x92\x91\x8d\x19\xd9\xcf\xcf\xec\x27\x71\xaa\xb2\x96\x42\x1e\x8f\xf0\x7f\xc4\x92\x33\x4c\x56\x6f\xc2\x7a\x3c\xfe\x16\x3b\x61\xb9\x2a\x0b\xf9\xc1\x4e\x49\x4d\xce\x42\x90\xbb\xd4\x44\xf8\x91\x7e\xdc\x22\x14\xca\x2c\x72\xb9\x79\x86\xc0\x91\x75\x09\xf3\x76\x40\xe6\x40\x26\x49\xee\x34\xa9\xeb\x66\xfd\x35\xb2\x85\x6a\x6e\xce\xd9\x14\xa5\xf6\x12\x40\x6e\xa7\xcb\x56\xf5\x9a\x40\x25\x7e\x03\xf2\x09\x20\xc9\x86\x67\x67\x83\x5a\xc8\x4e\x5f\x35\x3c\xbc\x74\x1e\x4e\x6d\x69\x67\xc9\x08\xa1\x8f\x47\xc9\xd9\xa6\x10\x25\x5f\x9f\x19\x75\x56\xac\x6f\x0a\xb9\xe2\x67\x15\xa8\xca\x4f\x92\x68\x6d\xfd\x3d\x6e\xb4\x0f\x14\x11\xa8\x21\xd4\x9a\xaf\x9d\x06\x24\x97\xeb\x7c\x0d\xaa\x97\xa8\x23\x99\xaf\x27\x4e\x97\x32\x23\xd4\x6e\xeb\x5c\xa1\x3d\x88\x43\xda\xe4\xf3\x12\x74\xdf\xd4\x9a\xd3\x15\xc9\x57\x27\x78\x2f\x52\xb4\xc0\x63\x86\x56\x0c\x23\x07\x86\x7d\xc7\xb3\x82\x7a\x77\xa8\xf4\x60\x79\xe2\xc2\xbd\x87\xd9\xbb\x4d\x65\xea\xe7\x65\x6d\x6f\x32\xb6\xe7\xd7\xd2\xde\x28\xf8\x47\x43\x3b\x60\x36\x28\xb1\x92\x20\x4b\x5b\x2c\x51\x16\xba\x46\xf5\xf6\xc9\x6a\x4b\xd2\x74\xb8\x9e\x70\x55\x66\xe4\x9c\xb8\xce\x31\xec\x98\x62\x7f\x95\x59\x45\xd7\x74\x05\x60\x0b\x0e\xc2\x55\x80\x6a\x43\xd0\x7f\x9d\x97\xb9\xc8\xa2\x61\xfc\x35\xba\x04\x82\x98\xd4\x09\x6d\xf5\x24\x86\x6e\x77\x5b\x04\x65\x7e\x75\x8b\xe3\x24\x75\xff\xa7\x74\x85\xd4\x20\x74\xb5\xaf\x97\x74\x1b\x15\x14\x63\xc1\xa7\xe9\xc2\xe6\x46\x40\xe6\x04\xdd\xc8\x7e\x2b\xb3\xbf\xd9\xdb\xb1\x24\x54\x91\xf3\x7a\x00\xec\x4e\x5a\xa3\xd6\x79\x28\xab\x8b\xc9\x3e\xcf\x2a\x36\x9c\xd1\x22\x4d\xb5\x40\x1e\x9d\x42\x26\x82\xff\x82\x5f\x56\x5a\x3a\x17\x23\x25\xfb\x56\x66\x7f\xb5\x15\xae\xa9\xa4\x5b\x5b\x29\xdd\xe2\xc8\x6c\xd8\xd6\xd2\x16\xbb\x52\x07\x1b\x98\xa3\x64\x37\x4e\x46\x59\x39\xdf\x8c\xec\xd6\x2f\xf3\x0d\xf2\xe1\xc3\xea\x78\x5c\x0d\x59\xe9\xe0\x61\x0f\x17\x6e\xb2\xce\x89\xc8\x0e\x2c\x78\x25\xf4\xeb\xf3\x30\xfa\x9c\xff\x3b\xa1\x2b\x32\x58\xb1\xf2\xd4\x98\xd8\x53\x28\x60\xaf\xaa\xf3\xa6\x4b\x7a\x28\xc1\x4e\x3e\xe6\x1f\x88\x6c\x6f\xa7\xff\xc0\xf6\xd1\xfe\xe6\xa2\x6d\xeb\xb8\xf0\x2e\x8b\xec\x12\xfe\x8a\xcb\x25\x55\xec\xfe\x34\xc0\xc5\xe0\xd7\xa5\xf7\x72\x45\x75\xc7\x89\x94\x7b\xa8\xa2\xe0\xaf\x43\xc5\x36\x85\xe8\xa0\x97\x47\x6e\x4e\xcb\xe2\x2e\x62\x88\xc3\x02\x6b\x27\x59\x14\x4b\x5a\xb2\x99\x5d\x3f\x8d\x76\x20\x54\x7c\x0f\x64\x7e\x2d\x11\x2b\xcf\x0f\x17\x1e\x74\x57\x32\xb1\x28\x97\x03\x79\x09\x77\x0d\xc7\x41\x94\x74\x46\x39\x15\x8b\x72\x34\x5b\xda\x35\x54\x8e\xd8\x53\x1a\x4d\x82\xbd\xb6\x9e\x40\xce\x26\x36\x59\x35\x51\xfb\xe2\x9f\x07\x4e\x42\x76\x4d\xcb\xb1\xa6\x1c\x1c\x29\xb9\xe6\x5a\xc6\x8d\xd0\x92\xe9\xd1\x53\x94\x97\xe3\x5d\xf7\xa2\x3c\xd7\x23\xf6\xd4\x4b\x53\xc4\x42\x8f\x66\xcb\x01\xfe\x63\x99\x9a\x2b\xbb\x46\xf2\x24\x21\xa3\x56\x59\x27\x3b\x8e\xfe\xc8\xb8\x07\x63\xa4\x2a\x17\x14\x9e\xce\x79\x95\xab\x89\x3b\xb8\xe0\x09\xdd\x9f\x5c\x73\xe7\x6d\xb3\x9e\x69\x23\x1a\x8e\x34\xd0\xaa\xa9\x3a\x1e\xfd\xaf\xc5\x74\x39\x64\xad\xb9\xf7\xe3\x06\x74\xea\xa5\x00\x37\x8e\x82\xb9\x35\xd3\xb8\x2e\x3e\xbe\xc9\x4a\x99\x45\x6b\x46\x92\x1c\x20\xb5\xa0\x2a\x30\x70\x07\x8b\x32\x6c\x06\x13\xee\x07\x15\x13\xd7\xc5\xb9\x8b\xfb\x02\x3f\x59\x88\xc8\x9b\x11\x60\x02\xd8\x48\x89\xce\x30\x34\x63\xde\x75\x99\x56\xd2\x08\xb4\x1d\x8c\xbf\x47\xa3\x00\x5d\xe3\x6a\xaf\xc7\x4d\x77\x76\x48\xd4\x15\xf5\x18\x19\x83\x85\xef\xb4\x19\x98\x02\x72\x22\x8f\xc7\x29\x75\x84\xeb\x6f\x32\x13\x54\x93\xf3\xa1\xf2\x24\xeb\xaf\x36\x44\xd9\x93\xa0\x91\xcb\xf2\xe0\x5f\x49\x42\xbf\x8a\x39\x4d\xf0\x55\xa3\x7a\x4c\xef\x5e\x0a\xa7\x74\x87\xcc\x8d\x60\xf7\x27\x2a\x44\x03\xc7\x48\x89\x1a\x90\x1b\xdd\x82\x56\x7f\xea\x02\xfd\x47\x4f\xc7\xa6\x41\x85\xe7\x42\xe4\x52\x04\xee\x62\xc1\x97\x96\xef\x5e\xf0\x25\x0b\x60\x4c\xd9\x93\x77\xaf\x47\x4f\xae\x61\x5b\x7c\x96\x26\xb1\xce\x41\x21\x62\xf9\x4d\xad\x16\x16\xde\x65\x68\x35\x4f\xf6\xc5\x7a\x2d\xe4\xf5\x18\xfc\xab\xe6\x67\x93\xd9\xfe\x63\x82\xca\x38\x54\xb2\xfb\xbd\xe6\xb9\xcd\xb8\xd7\x3c\xa1\x0b\xdd\xd4\x20\x43\x98\x47\xea\x7c\x84\xe5\x9a\xae\x54\x99\x4f\xe9\x5e\x55\xf9\x94\xae\x76\x39\xa7\x60\xee\x0e\xa6\x4f\x55\x9e\xa9\xe3\xb1\x02\x7d\x98\x6b\x6e\x10\xd4\xbd\xe5\xe1\x8a\x9c\x06\xc6\xdf\xab\x62\x33\x7e\xe4\x82\x58\x06\xde\x38\xcc\x1c\xff\xb9\xdd\x90\x4f\x49\xad\xd2\x50\xd0\x92\x09\x17\xbf\x10\xe3\xd9\x32\xc7\x13\x7f\x20\x61\x49\x4c\xa9\x44\xa5\xae\x0f\x5c\xb2\x4a\xd0\x9f\x63\x17\x56\xae\x5e\x7b\xe9\x2e\xd8\x1b\x91\x95\x04\x3d\x0d\x84\x0c\x07\x11\x7d\x51\x50\xdf\x9f\xec\x8a\x3d\x5b\x2c\xe9\x5a\x64\x25\x95\x14\xf6\x7d\x49\xcd\x30\x72\x91\xc3\x3f\x1a\xae\x65\x51\xbe\xc4\xe2\xd7\x69\xfa\x12\xca\x26\xb4\x6c\xef\xa8\x66\x80\xa7\x35\xd0\x08\xf7\x9b\xfd\xae\x1e\x48\x45\x65\x4d\x9b\x92\xa4\x53\x7a\x4d\xad\xa0\xb8\xf0\xd5\x53\x60\x88\xa3\x51\x3a\x2c\x94\x50\x10\xc0\xed\x8a\x7d\x50\x68\xc5\x2f\x38\x87\xa6\xd4\x8e\xaf\x5b\x0c\x13\x7b\x89\x96\x6b\xb4\x2b\xfd\xac\x6f\x9c\xb1\x34\x31\xcf\xc2\x94\xc3\x68\x42\x81\xb4\x0e\x03\xd7\xab\xec\xfe\x44\xf2\xac\x99\xd2\x69\xc4\x46\x01\xf1\x63\xa4\x0d\x20\x34\x6b\x95\xd3\xcc\x83\x41\x51\xae\xfb\x13\x32\x0d\x95\x97\x91\xd7\xdd\x01\x03\x2f\xdb\x99\xf3\xec\xc9\xbb\xab\xd5\x6e\x6c\x8a\xab\x77\x57\x6e\x23\x1f\x6a\xe5\x2a\x72\x3c\x1e\x26\xff\x3c\x70\x7d\x87\x58\x19\x4a\xa7\x69\x2b\x20\x4b\x26\x98\x3f\x71\x2b\xcc\xd7\x11\x0a\x61\x09\x26\x00\x17\x6a\xe3\x6d\xb1\xfa\x90\x84\x7b\xcc\x5f\xc1\x7e\x40\x73\xb9\xf6\x1e\x81\x02\x5b\x6b\x69\x16\x27\xf8\xaf\x2e\xac\x3b\xe1\xad\x04\xdd\x79\xa6\xb2\xa6\x21\x95\x88\x38\xd3\x8a\x96\xfe\x25\x0c\x07\xc8\xc1\xb1\xe1\x0e\x87\x8d\xe7\x68\xd2\xd9\xfd\x9f\xe9\xe9\xc9\x35\x2d\x05\xc9\x0d\x5d\x81\xf2\x63\x8f\x7f\x46\x0a\x7a\xc5\x62\x93\xad\xbc\x4d\x26\xb9\xbf\xaa\x4d\xbd\x57\x9a\x17\x86\x3f\x77\x9f\x5f\xea\xe2\x1a\x6d\x92\x03\x65\xd8\xa2\xeb\xcb\x15\xcc\x0f\xfa\xd5\xd9\x22\xda\x04\x5b\x01\xae\x63\x66\x08\xdd\xb3\xcd\x7c\x83\x57\xd2\xf1\x36\x0f\x6f\xde\xf0\xf8\xb5\x77\x2f\xe2\xed\x3a\xdf\xf0\x8f\x20\xa1\xc9\x0e\xee\x4e\xbb\xa5\xdb\xd1\x9e\x90\x81\x4a\xd3\xe2\xe2\x7f\xce\xaf\x1a\x0b\x3c\xd2\xb8\xdd\x2d\x09\xc9\x9b\xb1\xce\xe7\xb6\xdb\x26\xdc\x59\x9e\xed\x55\x35\xda\x53\x88\x5b\xa9\x72\xc4\xf6\x2e\x8c\xed\x81\x6f\xdd\x78\x67\x9d\x9b\x6c\x3b\x62\xfb\xd1\x8c\x26\xef\x4c\xc2\xd8\x66\x31\x5d\x62\x9b\x6f\x70\x50\xdb\x20\x9c\xd7\xec\x66\x0c\x45\xfe\xdb\xcd\x79\xb6\x63\x0f\x35\x74\xa7\xb2\x6b\x42\x93\xb0\x12\x49\x4b\xc9\x57\x2b\x70\x47\xb7\xd7\xbc\xf2\x96\x88\x09\xa1\xbb\xae\x2a\xb0\x41\x10\x9c\x77\x08\x33\x08\x5d\xb9\xae\xdd\xdf\xbc\xd3\xae\xcd\xc7\x63\xf2\x4e\x86\xf6\x3f\xd2\xb0\x3a\xcb\x3c\xf9\xdf\xff\xeb\xff\x97\xe4\xc9\xff\xfe\x5f\xff\x67\x8f\xfb\xcc\x4e\x8b\x43\x5b\xa0\x0a\xdf\x96\x19\xb4\xc5\x56\xd8\x18\xad\x7e\x47\x9e\x19\x64\xfd\x44\xc1\xff\xea\x0a\xf0\xcd\xe9\x5f\x0a\x33\x5c\x0a\x60\x09\x7d\xc2\x36\xbb\x2c\x01\xf8\x1b\x0c\xfb\x1e\x5e\xa8\xf8\xd0\xdc\x53\x74\xb8\x58\x5d\xf9\xc6\xa7\x69\x06\xa6\x52\x7e\xc9\xf9\x14\xf0\x72\x71\x3c\xca\xe3\x51\x1c\x8f\xeb\xe3\xb1\xc4\x95\x76\xc7\xb4\x25\x0c\x20\x11\xbb\x1b\x31\x89\xa8\x82\x77\x23\xe6\x74\xde\xdf\xc7\x2a\xe7\x57\x4b\x7a\x47\xcb\xda\xe0\x3e\x4d\xb3\xf7\xce\xc3\x69\x85\xc3\xd0\x3d\x20\xde\x93\x53\x7f\xc4\x15\x89\xd8\xea\x52\x34\x95\x41\x92\xb3\x84\x36\xb5\x04\xc7\x4f\xf1\x29\x7e\xc4\xf4\xbf\x3d\x9d\x03\x93\xff\x7f\xfd\xff\x93\x60\x1b\x0d\x62\xa1\xba\xbc\x83\x68\x08\xf4\x03\x7f\x17\x6e\xe1\x8e\xde\x31\x31\x17\xa3\xe4\x6c\xb5\x1b\x83\x84\x6f\x7c\xa5\xf4\x9a\xeb\x24\x4f\xda\x21\x81\x2c\x1d\x98\x86\xf1\x5f\xb1\xc3\x28\xbc\x49\x9f\xd7\x6d\x47\x45\x98\x20\x73\x5d\x7b\xfe\x65\xcb\xcc\x02\x75\x45\xb6\x13\xa3\x2e\x0f\x69\xba\x75\x6a\x59\x07\x24\x07\x27\x1f\xc5\x56\x41\x5e\xd5\x6a\xef\x00\x02\x82\x70\xce\xa6\x1e\x1f\x08\x24\x40\x96\x8f\x96\x84\xa2\x16\x14\x95\xcc\x27\xf4\xc9\x0e\xcc\xfe\x8a\x5f\x40\x57\x1d\xa6\x7c\x28\xd3\x34\x7e\x4e\x1a\x08\x7c\x9c\xef\x5b\x7a\x54\x10\x6a\xd3\xc3\xe6\x6b\x3a\x45\x93\x9c\xaf\xab\x2f\x70\xd2\xc3\x6e\x4b\xd3\x4c\x1c\x8f\x99\x60\xfd\xeb\xa1\xb5\xf8\x3d\x48\x05\xae\x3d\x02\xa8\xb7\x9d\xbd\x8b\xaf\x3e\x09\xd5\x13\xb1\x26\x0e\x10\xb3\xdb\x9a\x8a\x9b\xb7\xd2\xbb\xb9\xcd\xc4\x43\x2b\x55\x90\x7a\xd3\xd4\x63\xb4\x16\x4d\x2f\xb1\xcd\x97\x41\xe1\x9c\x32\x53\xc5\xa6\x4d\xbd\x05\x98\x31\x7a\xa0\x2b\xba\xa6\x5b\xba\x09\x78\x4f\x74\xcf\xa6\x74\xc7\xb2\xd7\x6c\x46\x93\x84\xd0\x1b\x3c\xe6\xc4\x26\xbb\x61\x6c\x4f\xee\x4b\x76\x60\x2b\xb6\x66\x15\x4b\x12\x8a\x1e\x59\xe9\x0d\x9b\x3d\xa9\x5f\xc3\xae\xe9\x95\x65\x4c\xef\xd8\xf4\xfc\x2e\x56\x8b\xb8\xc3\x26\xbe\x67\x72\x71\xb7\xa4\xb7\xec\xbd\x57\x48\x8c\x75\x0a\x6f\x9d\x4e\xe1\x7b\xf7\x4a\xb8\x4f\xd3\xdb\x68\xbe\xe7\x57\x38\xd1\xb7\x24\x7f\xef\x96\xe7\x3e\x3c\x22\xbe\x87\x47\x44\xfb\xf7\x72\x7f\x3c\xde\xc6\x4f\x91\xef\xe1\xe9\x73\x1f\x95\x4b\xe6\xee\x49\xe2\x3d\xbc\x43\xbe\x87\xa7\xc7\x7d\x9a\xde\x5c\x62\x40\x76\x03\x31\xf4\xc0\xec\x28\xdc\x36\x98\x9a\x12\x85\xbc\x51\x20\xa4\xa8\x50\x3a\x96\x55\xf3\x6a\x94\x9c\xe3\x2d\x1f\x82\x6d\x6c\xad\xed\xde\xe8\x5c\xb6\xf2\x65\xd5\x09\x6c\x72\xaf\x0e\xef\x9b\x7e\x93\xa6\xd9\xf5\xf1\x98\x5d\x47\x3c\x63\x9d\x8a\xbe\x07\xb5\xda\x5b\x24\x76\x69\x3a\x5c\x03\x99\xbd\xf5\x7e\x99\x1b\x63\x91\x0d\xb7\xa0\x6a\xe2\x75\x02\xe9\xad\x53\x35\xd9\xb2\xf7\xc4\x8f\xeb\xa5\x1b\x0a\x67\x3f\x69\x07\x03\x5e\x65\x2d\x15\x40\x6b\x5c\x9c\x5f\x0f\xe0\x70\x7e\x37\x62\x4f\xc9\xf5\xe2\x6e\x34\x5b\x62\x6b\x0f\xd8\xb1\xeb\xc5\xdd\x12\xe5\xf7\xdb\xe3\x71\x1b\x46\xbf\x2e\xe1\x2a\x5e\x21\x2b\xb0\xa0\xa0\x57\x3e\xd3\x16\x34\x1b\x51\x6f\x74\x4a\x60\x01\x5a\x8e\xcd\xa6\xca\xbc\xa2\xa3\x51\xf3\xcd\x68\x06\x3a\x94\x64\xbc\x0f\xaa\x8e\x4d\x45\x48\x5a\xa7\xf6\x86\x58\x5b\xbf\x26\xb2\x2d\x1b\xce\xc8\xc9\x76\x6d\x7f\xc9\x3c\xf7\xe3\x97\xf3\x8b\x5a\x4a\xb4\xa1\x37\xc4\x6d\x06\x67\x43\xf7\x91\xed\x47\xbb\x48\xa1\x69\xe8\x84\x84\xaf\xd8\xc7\xcb\x17\xf3\x5d\x20\x85\x2f\xc6\x7b\x92\xef\x06\x26\x5c\xe2\x32\x43\x5f\xd1\x62\x5e\x8c\xca\xbc\xa4\x2b\xba\x1f\xbd\xf2\x86\xc0\xec\x66\x7e\xc8\x93\x84\xae\x69\x05\xa3\xfd\xf1\x92\xbd\x20\xf7\x3b\xe6\x0b\xb3\x45\xd1\x3d\x7b\x31\x40\xaa\xbc\x67\x1f\xe9\x8a\x25\xc9\x69\x17\x00\xd9\x14\x55\x4c\x2f\x5e\x8f\x46\x4b\x42\x0b\xa6\x44\x86\x1f\xd4\x44\x5c\x08\xc1\x83\xfe\xcc\xf7\xf2\x35\x9b\x9d\xbf\xae\x35\x28\x5e\xdb\xd9\x6c\xb4\xb6\x55\xb8\x65\x46\xb0\xe0\x59\xab\xe0\x48\x08\xb0\x6d\x9e\x72\x53\x56\x6b\x88\x83\x42\x85\xd3\x11\x4f\xd3\x24\x61\x91\x1e\xae\x5d\xa2\x96\x4c\x1e\x8f\x0d\xbe\xa9\xd7\xf3\x76\x54\xdb\x46\x3c\xfe\x1e\x70\xa6\xe7\x7a\xc1\x97\x2d\x7d\x4a\x05\x0f\x7f\x82\xdc\x67\x5d\x58\x38\xa4\x9d\xcc\x50\x1e\x49\xb1\x80\x86\xc7\x42\x2d\x74\xc5\xea\x24\x4a\x2e\x16\x64\x5c\x4e\x92\xe1\x5e\xae\xe1\x9c\x86\x68\xf8\xe5\x62\xe1\xbd\x8c\x82\xa6\x9f\x26\x4e\x8d\x5e\xce\x6d\x60\x3e\x1b\x88\xfa\xc5\xdb\x99\x4e\x09\x72\x22\xd8\x60\x2a\xc1\xc2\x85\x83\x73\x03\x79\x8d\x97\xb1\x58\x00\xd3\x96\x91\x72\xaa\xd8\x62\x09\x90\xdf\x96\x51\x51\xb5\xea\xec\x57\x32\x3b\x2c\xf4\x92\x8a\x4c\x13\x2a\xeb\xa7\x02\xb4\x90\xa9\xdc\xa4\x81\x3d\x19\x10\x44\x27\x97\x5d\xa1\xee\x4f\xe5\xde\x39\xd6\xf8\x59\xba\xcf\xad\x9d\xd0\x03\xb1\x27\x4b\x76\x88\xe0\xd0\xf7\x0c\x53\x8c\xdd\x63\x68\x6d\xcb\xe0\xed\xf4\xb2\x29\x2d\xb2\x29\x3d\x04\x80\x0c\xea\xa1\xa2\x42\x41\x76\xb8\xc5\xef\x7c\x1c\xd2\x04\x63\x23\xb7\xe4\xfc\xd5\x2a\x2e\x68\x3c\x23\x03\x95\xad\xe9\x1a\x9b\xbf\x21\x74\x8f\xd8\xef\x50\xb4\x7b\xb1\xde\xdb\x8b\x86\x97\x30\x84\x16\xb9\xc8\x1d\x09\xb7\x8b\x15\x63\xa8\x46\x34\x63\x2c\xb4\x42\x65\x2b\xba\x42\x79\xa9\xdf\xf8\xd5\x64\xb5\x25\xa3\xed\xa8\x11\x5c\xda\x40\xba\xc1\x56\x67\xb6\x95\xb3\xb8\x95\xa4\x31\x35\xfd\x79\xed\x3c\xd1\x07\xeb\x3b\x2c\xa6\x76\x3a\xa7\x04\xe1\xd7\xa3\x3e\x00\xb3\x1f\x7a\xf1\x87\x1a\x6f\x0b\x1b\xad\xbb\x6d\xf0\xe5\x37\x06\x70\x34\xa3\x7b\xec\xd7\xfd\x1f\x69\x9d\x9d\x8f\x6d\x5f\xe1\x1b\x32\xe8\x8c\xcb\x60\x7f\x39\xeb\xcc\x98\xad\x70\x3c\x7b\xa0\x9f\x8f\x6d\x90\xbd\x08\x60\x40\x08\x45\xc2\x63\xe8\x03\xd6\xd0\x93\x36\x6c\x0a\xec\x7e\x4b\x03\x9c\x2f\x4c\xc3\xbe\x8b\xea\x11\xa8\x83\x07\xb3\xf7\xf8\x09\xbd\xae\x79\x57\xd7\xbc\xb2\x9c\x9d\xe6\x92\xf1\x76\x5d\x7d\x16\x43\x5e\x32\xbd\x90\xcb\x81\x19\x31\x31\x59\x6d\x0f\xf2\x83\xbd\x7a\x67\xc4\xd6\x2d\xbc\xee\x81\x68\x58\x9d\x21\x0c\x0c\x40\x85\x35\x5f\xf5\x3b\x1d\x3e\xed\x45\x0c\x05\x16\x8a\x7f\x10\x1f\x29\xd2\xe7\x3d\x51\x9c\x97\x6f\xa4\x6c\xf8\x32\x69\x53\x21\xc9\xf8\xc8\x9c\xeb\x0b\x59\xdb\x55\x89\x18\xd8\x41\x2f\xe3\x71\x1b\xd7\x9d\xfa\x05\xf4\x40\x7f\x15\x99\xa0\x0e\x8a\x38\x69\x98\xd2\xbb\xb7\x1a\x98\x65\xea\xf9\x9d\x96\x1f\x00\xbb\xb1\x2c\x53\x5d\xde\x79\x0c\x29\xc8\x1b\x1c\x92\x74\x1b\x1f\x34\x24\x9c\x22\x86\x1f\x35\x5c\x33\x71\xf5\x6e\x8d\x73\xe2\xad\x54\x4d\xfd\xab\x9d\x8c\x47\xc6\x72\x2d\xdf\x1c\x76\xa2\xc1\x29\x47\x3c\x85\x54\x18\xae\xbf\xef\x34\xac\x2e\xc2\x8e\x29\x87\x31\x05\xcc\x59\x1d\xc3\xa0\xf0\x65\xac\x91\x48\x77\xff\xb9\x39\xb6\x0b\xe7\xb1\xb9\x0d\x89\xc6\x1d\x63\xc8\xc6\x12\xef\xb1\xa6\x6b\xc4\xc3\x09\xc4\x64\xbc\xa6\x41\x03\xe2\x22\xa8\x26\x07\x3e\xcc\x50\x31\xe6\x00\x44\xeb\x77\x1a\x98\xe4\x45\x6d\xcc\x38\x55\x0d\x15\x96\x31\x2b\xc6\x32\x6c\x0f\xc6\x94\x47\x4d\x09\xcd\xf3\x4f\x7d\xa0\x6b\x44\x65\xbc\x2d\x40\x5c\x9c\x99\x31\x53\x24\xe8\xa0\x4c\x91\x88\xf2\x31\xda\xed\xd4\xa3\x60\x2e\x9e\x7e\xde\x29\xdc\x3d\x9f\xcd\x8e\xc7\x61\x33\x66\x31\x5d\x46\x2e\x4d\xf7\x82\x04\xa3\xa9\x85\xdb\x07\x7e\x25\x67\x95\xeb\x50\xa0\x19\x0b\x7b\x42\xec\x45\x56\x91\x25\x6d\x17\xda\x58\x3d\x0f\x6c\x87\xa6\x6d\xcb\x03\x93\x65\x48\xb3\x68\xb3\xac\x5b\xc4\xff\xc8\xbe\xb1\x83\x52\x8b\x79\x68\x73\x2f\xb5\x37\x41\x7f\x1b\x64\x83\x4c\x84\xa6\xc0\xa3\xb5\xe8\x2e\x18\xa6\xe0\x64\x16\x93\xa8\x6d\xae\x49\xce\xfb\x4b\x95\xa6\xa2\x41\xbc\x2e\x3f\x9f\xd6\xe3\x51\xb0\x66\xe4\xbf\x3d\xfd\x7c\xf4\xf4\x73\x5a\xb1\xe2\xbc\xba\x68\x46\x9d\x7b\xa5\x77\x37\x15\xa2\xb1\xcb\x2b\x5a\x8d\xd8\xd3\xcf\x09\x19\x88\xb0\x0c\xcb\xa0\x1f\xd6\xb7\xfa\x46\x23\x49\xa7\xb4\x24\xb4\x6c\x4c\xa0\x2b\x96\x89\x16\xad\x29\xdc\x92\x00\x70\x8e\xd7\x7b\x51\x96\x19\x39\xe1\xbd\x80\x8f\x99\xb2\x9b\x3d\xc4\xb4\x20\x13\x87\xbd\x2b\xf4\x82\xcd\xa6\x24\xd6\x66\x1b\xac\x95\x77\x4d\xce\x6f\xe1\xe4\xea\xb4\x99\xb7\x0b\x19\x7f\x4e\x3f\x27\x4e\x7d\x09\x7b\x01\x9e\x91\x90\x44\xc0\x7f\xca\xc3\x78\x98\x58\x85\x53\xb3\x2b\x15\x32\x85\x62\x29\x18\xb2\xb4\x02\xc3\x7e\x1d\xcd\xe8\xd4\x92\x7c\xe0\x39\x70\x29\x75\x9a\x4a\x06\x61\x3f\xdb\xba\xa3\x1d\x44\xcd\x92\x72\x26\x4f\x26\xc4\x7b\x0b\xea\xdb\xad\x28\x7b\x3a\x77\x39\x9b\x46\xad\x69\x0c\xfc\xa7\xa9\xf4\xff\x73\x6b\x3c\xc0\x85\x45\x44\x51\x8d\x39\xc4\x0a\xc0\x2c\xf8\x3e\xe3\xb4\xa0\x9a\x34\x74\xdb\x1d\x1d\x2b\xfa\xe8\x98\xf2\x08\x6e\x37\x82\x4d\xe9\xb5\x60\xaf\x26\xcf\xd5\xaa\x07\x2d\x3b\xac\x9e\xd8\x1b\xf3\xb5\xa8\x9f\x94\xf9\xed\xd9\x75\x7d\x19\x73\xaa\x43\xa0\x3e\xcb\xa6\xc4\x9e\x3f\x08\x59\x6d\x39\x26\x4f\xc3\x16\x8e\xdb\x4d\xf0\x89\x98\x2c\xc9\xd2\xad\x6d\xb0\x85\xf7\xa7\x6e\xd0\x18\x66\xd1\x27\x00\x7b\x38\x94\xac\x18\x00\x0b\x03\x4a\x5e\xc8\xaf\xb8\xe4\x1a\x1e\x12\xd8\x2c\x58\x84\x83\x4e\x00\xd3\xee\xd2\xb5\xe1\x99\xa6\x53\xa7\xe7\x5c\xf1\x92\x7d\x0f\xa2\x38\x24\x57\x88\x9f\x00\xeb\xea\x47\x91\xe1\x91\x60\x02\x3e\xdd\x8d\x70\xbb\x50\xad\xbd\xc7\x70\x13\xe1\x1c\xf2\x3d\x93\x1e\xdc\xcb\x70\xb9\xb6\x4d\xeb\xf3\xcd\x9f\x39\xfd\x51\x78\xd6\xb2\xf7\xdc\xca\xb2\x09\x74\xe3\xd4\xc4\x11\xff\x43\x50\xa3\xec\x1f\xfe\xd1\xe4\xfc\x44\xe8\xcf\x88\xf2\x47\xb1\xb5\x95\x22\xa7\x41\xec\xcf\x9c\xdd\xaa\x2c\x3e\xef\xe9\xfd\x4a\xc9\xca\xe8\xc3\xca\x28\x9d\x5f\x0b\x58\xb1\x9d\x05\xab\xe7\xd8\x39\x5c\x45\xe3\x7a\x1a\xa8\x19\xdb\x7b\x6a\x1e\x45\xc7\x91\xe1\xe7\x28\x50\x7e\x5a\x9f\x11\x0f\xf2\x84\xd3\xb6\x7b\x32\xbb\x1b\xf4\xc8\xbb\x26\xab\x59\xe9\x06\x3d\x6f\x34\x8b\x6a\xe2\x79\x94\x3e\xf6\xa4\xc1\x19\x34\x32\x92\x13\xf5\xc0\xcd\x3d\xd8\xa3\xaf\xdc\xd8\x7f\xa2\x93\xfe\xc6\x0c\xe8\xf0\x7c\x6e\x72\x83\x68\xf8\xfc\x78\x8c\x97\x81\x77\x96\x45\x4e\xf4\xff\x26\xef\x5d\xb7\xdb\xc6\xd1\x45\xc1\xff\x7a\x0a\x99\x53\xa5\x21\xb6\x20\x59\xb2\x93\xd8\xa6\x0d\x6b\x52\xb9\x74\x65\x77\x2e\xd5\x95\x54\x57\xd7\x51\xd4\x29\x9a\x84\x2c\x54\x28\x42\x0d\x42\x4e\xdc\x16\xd7\x3a\xff\xe7\x25\xe6\x09\xe6\x21\xce\x53\xcc\xef\x79\x92\x59\xf8\x70\x21\x40\x49\x4e\xaa\x77\xed\x33\x6b\xf6\x64\x65\xd1\x22\x88\x3b\x3e\x00\xdf\xfd\xab\x6c\x9b\xff\x2e\xe3\x78\xbb\xdd\x39\xf5\xe7\x75\x84\xb0\xf3\x3d\x18\xb4\x3b\x18\x77\x5e\x0a\x1f\x3a\xa4\x09\x51\x2d\xf0\x33\xd3\x73\x11\x44\xc8\x46\x1a\x70\xb6\xc1\xcc\x39\x94\xb1\x1d\x8b\xb0\xa2\xc9\x93\x83\x51\x0d\x4e\xc9\x3c\x30\x93\x08\xdc\x93\xf8\x31\xc1\x92\xed\x33\xe2\x7b\xd3\x2f\x8a\x41\x3d\xd2\x2a\x15\x0b\x22\x26\xf6\x55\xc1\x11\x2e\xf5\x02\xec\xaa\xc6\x62\x89\x9f\xcd\x50\x6c\x39\x8a\x70\x53\x63\x30\xf5\x62\x52\x26\xa5\x9e\x7a\xb1\x77\xea\x4d\xf0\xbf\x7d\x9e\x66\xcd\xe7\xef\xc1\x2d\x91\xe7\x37\x54\xf6\x7a\x9a\xef\xe1\x6a\xd0\x59\x92\x96\x83\xae\xe7\xae\x97\xf6\x38\xb4\x4b\x41\x9b\xc6\x5f\xaf\x97\x57\xad\x80\x8f\x8d\x5e\x8f\x97\x4f\x37\xf1\x57\x56\xad\xd3\x62\x3b\x28\xb2\x8d\x42\x00\x95\xb5\x8f\x92\xa6\x55\x84\xc1\x92\xac\xc6\x6a\x2e\x9e\xf0\xf5\x3d\xce\x43\x01\xd5\x77\xe1\x9c\xf7\x65\x83\x0c\x35\xb6\x56\x61\xf7\x66\xf3\x81\xb5\xc6\xc6\x99\xc9\xae\x81\x37\xab\x0b\xa3\xd7\x3e\x72\xf6\xba\x03\xa6\x85\xb5\x7f\x89\x91\xef\xa2\x1f\x9c\xba\xeb\x80\xf3\xb0\x13\x21\x18\x5d\x62\xe3\xd2\xeb\x24\xfd\x92\x44\xb4\x84\x4c\x9b\x4d\x24\xb9\xfe\x61\xf7\x2f\x04\x55\x6f\xe2\x8b\xe3\x30\x2a\xde\xde\xd9\xa3\xc5\x50\x28\x38\xae\x6a\xbc\x15\x06\xf2\xbe\x42\x3b\x62\x46\xc2\x09\x61\xe6\x20\x3c\x22\xf4\xce\xf8\x07\x0d\xf7\xc4\x36\x10\x4c\xe6\x40\x0a\x6f\x36\x23\x94\x50\xe4\x2c\x6b\x10\xc2\x7e\x7c\xc1\xaf\xaa\xdc\xdf\x70\x9b\x0d\x45\xa6\x9e\x56\x84\xe1\x9d\x55\xfd\xb4\x5d\x95\xec\xf5\xfc\x03\x61\x57\x55\xd5\x56\x5d\xe8\xee\x7b\x53\xe6\x9f\x5e\x4d\x3b\xcb\x7e\x77\xfb\x15\xa5\x6f\xad\x53\x62\xb7\x66\xb0\x51\xe4\xd6\x04\x6d\x77\xc5\xfa\xde\xb0\x47\xea\xdd\x0e\x63\x7a\xea\x07\xda\x64\xd3\x72\x46\x4c\x8c\x47\x37\x0f\xea\x6a\xd3\x80\xd8\x4c\x2e\xb5\xa1\x38\x91\xc5\x99\xc0\xb7\xa7\xa7\xa5\xea\x78\x61\x38\xd8\x06\x3a\x72\x42\x73\x4a\x3f\xa5\x31\x33\x93\xab\xc6\x93\xe6\x5f\x58\x25\x8f\x1a\x6f\x26\xc4\x12\x19\x80\x3b\x7b\x61\x2a\xf7\x41\x45\xd8\x7e\x89\x4b\x8f\xe9\xab\x57\xf9\xda\x07\xbc\x9d\x84\xa8\xbd\xe7\xbc\x65\xd1\xa8\x81\xd8\x11\xb9\xd4\xde\x0b\x42\x4d\x9b\x09\xf0\x0a\xbf\xd5\xee\x45\x1d\x49\xe4\x44\x5a\x06\x0c\x43\x09\xab\x7f\xef\x25\x7d\x4d\x77\xee\xfa\xed\x18\xb5\x7f\x58\x9f\xc1\x55\x04\x08\xa2\x6d\xc4\x9d\x7d\xbd\x43\x18\x0c\x55\x98\xd3\x68\xad\x71\x3b\x42\xe6\x3d\x74\xc8\x74\x86\x3d\x6f\xab\xde\x9a\x7b\x8e\x9a\xca\x29\x9b\x11\x63\xac\xb4\x1d\x04\xb7\x54\x55\x6e\x36\x2e\xcc\xe7\x76\xf3\xbb\x77\x4e\xab\x0f\xb6\x7d\x17\x8d\x28\xec\x87\x17\x84\xc6\x7e\x9a\xf2\x59\xa7\x9c\xf2\x19\xd1\x18\x4f\x6a\x67\x51\xf2\x24\x85\x59\xdc\x83\xe2\x80\x33\x60\x83\xe5\x88\xda\x4a\x36\x7a\x3d\xb8\x06\xc0\x0d\xd3\x17\xba\x1a\x3a\xe6\xe2\x84\x61\xad\xe9\xee\xb0\x56\x2f\xd4\xa7\xd4\xba\xec\xaf\x45\x5c\x19\xa7\x05\x98\x23\xbc\x56\x09\x4f\x44\x5c\x81\x4a\x84\x26\xd5\xc0\x2f\x33\xe6\x64\x8d\xa3\x14\x8c\x9e\x22\x42\xcc\x8e\xcc\x08\xf5\x96\x46\xd5\x08\x36\xf0\x99\x0e\xb0\x9a\xd9\xe3\xe3\x62\xd4\x29\xa7\xa9\x3b\x61\xf2\xc9\x3a\x29\x70\x3e\x29\x92\xb5\xe1\xf3\xfb\x5f\x0b\xdc\xf8\x3a\x51\x49\x4f\xd4\x4e\xa5\xad\x83\xa4\xd6\x30\x5a\x62\x69\x94\x9b\x49\xb3\x97\xcf\xf9\xa5\x5a\xa9\xc1\x00\x59\xcc\x13\x1c\x1d\x74\xaa\xc9\x37\x66\xf3\x57\x86\x3c\xc8\x96\xbd\xde\x37\x86\x0f\x99\x2d\xe1\x00\x58\x97\x39\x0f\xa1\x02\xdd\xfd\xd3\x54\xa3\x03\xc9\x19\xd4\xf2\x9e\x6c\x10\x4b\xce\xd5\xb6\xe7\x5c\x6b\x57\x0b\x5e\x11\x4c\xcd\x5f\x2e\xa2\xc3\xd5\x99\x22\x15\x95\xcf\xe0\x86\x61\xe5\xf5\x76\x18\x01\x43\xd1\x51\x38\x2c\x76\xe4\x0b\x2f\x7b\x9d\xbb\xc6\x86\x9e\x6c\x73\x5d\x5b\x61\x19\x4c\x2e\xdc\x16\x08\x78\x2e\xfe\xe0\x68\xd1\x29\xea\x10\xd1\x90\xb2\xd9\xf4\xfb\x9a\x13\x6b\x4b\x04\x6e\x01\x4d\x19\x9d\x16\x96\xb2\xd1\x8e\xee\x60\xa1\xa4\x5e\x08\x51\x2b\xbc\xad\xf1\x22\xb8\x15\xd1\xa1\x45\x1d\xfb\x69\xc3\x65\xfa\xb9\xa1\xbd\xc1\xb9\xbf\xf8\xf8\x44\x51\xe4\x5b\xb5\xb4\xe9\x74\xc3\x06\x51\x7d\x6b\x52\x63\xb5\x28\xb8\x9d\xba\x0b\x9d\xa4\x96\x05\x6b\x7b\xa2\xb0\xd5\x37\x2b\xb2\x95\xf6\x96\x16\xbb\x92\xdf\xc0\x49\x41\x3c\x52\xdf\x7e\xbd\x76\xed\xd6\x98\x55\xad\xc1\xd0\x70\xc1\xb7\xcb\x10\xe2\x8e\xf4\xd6\x88\xf5\x85\xb3\x63\x92\xcd\x9a\xa8\xe5\x4a\x5e\xb6\xe6\x57\x25\xea\x9d\xb0\xe3\xa3\x4e\x46\x35\x20\x93\x5b\x15\x87\x18\xf5\xd7\x2f\x62\x47\x42\xab\xe4\xa5\x0e\xa8\x5d\x3a\x63\x4c\xe4\xa2\x39\x63\x69\xda\xd6\x99\x0c\xf8\x6d\x65\xab\x15\x66\x02\x1e\xd4\x8b\xb4\xda\x7d\x5d\x98\xc9\xfc\xc5\x51\x93\x91\xb6\xb1\x56\x88\xee\xc4\xfe\x4e\x22\xd0\xc3\x89\xf0\x16\x25\x5d\x12\xed\x20\x12\x72\x37\xf6\x9e\x49\xd4\x18\x99\xea\x6f\x8d\x55\xe8\x76\xfd\xf6\xcb\x27\x91\xae\x8c\xbd\xa8\xc2\xff\xa6\xe5\x0c\x10\xc1\x17\x3c\x16\xc6\x0e\x14\xd2\x9a\x90\x62\xb4\x31\x07\x35\x4c\x36\xb0\x2d\xed\x38\x59\x8c\xa5\xa4\x97\xfc\x86\xfe\x7f\x71\x1e\xb0\x91\x45\xb2\x79\x7c\xc0\x9a\x71\x37\x0e\x2e\xc0\xc7\xa1\x16\xa5\x3a\xf6\x2c\x07\x87\x36\x32\x5b\xe8\x99\xd3\xba\x41\x3c\x0c\xc4\x96\x12\x6e\xec\x78\x79\x63\xc7\x0b\xf3\xe9\x47\x1d\xb4\xb6\xbf\xb1\xf9\xd5\xeb\xa5\x07\x4e\x8f\x6d\x62\xed\xac\x6c\x81\x14\x69\xf3\xce\xba\x35\xfd\x06\x06\xb5\xbb\x84\xfb\x26\x7f\x9b\xc9\x61\xd4\x35\xe8\xa7\xee\x3f\xb4\xfd\x38\x84\x55\x04\x67\xbb\x56\x85\xa2\xd7\x63\x81\xe5\x3f\x77\xba\x7f\x69\xc1\xae\xcb\x9f\x8d\x15\xbb\xda\x34\xbf\x68\x21\x85\x35\x3c\x0f\x7d\xcc\x5a\x0b\x1d\x63\xf6\x0e\xc6\x04\xd6\x04\x7e\x3a\x43\xcd\x9c\x5b\xa9\xc7\x63\x39\x31\xe1\xe5\x19\x4a\x84\xe5\x96\x3b\x52\x42\x34\xa4\x84\x67\x27\xdf\x14\x46\x08\x8f\x30\xb3\xf2\x12\x22\x31\xd7\x91\x1d\x1a\xe5\x8a\x92\x68\x3f\x0f\xb4\x61\xca\x76\xc0\x01\xae\xe5\xe8\xf7\x7f\x2e\x41\x67\xb1\x04\xe7\x0e\x46\x05\xd4\x0a\x42\xc0\x81\xec\x0e\xd3\x75\x7f\x75\x30\xab\x1d\x13\xc9\x90\x10\xcd\x5e\x31\xeb\x15\x8a\x77\xad\xfb\x5c\x6c\xfd\x22\x6f\xb3\x36\x8d\x6f\xf0\xf2\x1e\x9e\x12\x16\x58\x80\xb7\x94\xdb\x15\xdd\x6c\x22\xb8\x1f\x23\x4d\x92\x7f\x67\x34\x15\x93\x5d\x8e\xd7\xee\x7c\x87\xd7\x89\x74\x7a\x89\x12\x7c\x2f\xbc\xbb\x5d\xd1\x89\x5d\xb4\x44\x22\xdc\x38\x4a\x4c\x80\xb9\xd4\xbc\xe3\xd0\x49\x5c\x72\x30\xc6\xda\x13\xba\xce\xa8\x7f\xe3\x2d\xcf\xd9\xfa\xeb\x56\x72\xdd\x69\x0d\x9a\x12\x6f\xd8\x0a\x6c\x1b\x05\x4c\x54\x63\xe7\x8a\xf6\xf1\xae\x80\x58\x40\xef\x58\xde\x52\xec\xd7\x84\x76\x3b\x0b\xf5\x9c\x8d\x84\x54\x91\x27\xf2\x50\x14\xd0\xb9\x83\x5f\xad\xed\xc7\x8c\x7a\x27\xd5\x26\xcf\x5b\x7e\x62\x2e\xed\x17\x69\xa0\xdc\xfa\x84\xd1\x92\x19\x95\xc9\x38\xc5\xf1\x48\x24\x37\xb6\x2d\xb8\x08\xe6\xc4\x67\x59\x76\x3c\x12\x80\x06\x3e\x8b\x1c\x13\xdc\x04\x5d\x30\xb6\x30\x81\x77\x68\x27\xa6\xf9\x7a\x4f\x5a\x95\x25\x23\x8c\x27\x2d\xad\x3f\x56\x80\x52\x2a\x23\xa6\x0f\x3a\x7e\xe5\x25\x24\xeb\x63\x8d\x90\xc2\x28\x6b\x82\xd6\x98\xca\x64\xc3\x1b\xba\x0f\xc4\xf9\xe1\xd6\x49\x97\x44\x0e\xb3\xc5\x66\x23\x7a\xbd\x03\xd1\x38\xd4\xda\x6c\x0c\xc5\x5f\xb4\xe7\xd4\x65\xa9\xfb\x7d\x06\x1e\xec\x01\x69\x79\x5c\x14\xad\x59\xb5\x22\xc4\xe9\x6c\x7b\xb6\x76\x9e\x6b\xbf\x07\x6a\x8c\xb3\x45\x4b\x42\x43\x88\x48\xd5\x5d\x48\xb1\x1d\x44\x08\xd3\x1a\xaf\x78\xf5\x5c\x70\x4d\xd7\x6c\x43\x73\xc0\x56\xc7\x25\xd9\x45\x69\xdb\xcb\xe7\x9e\x61\x38\x05\x05\xe6\xf3\xda\xfb\xe0\x08\x91\x5f\x3a\xef\x0e\x92\x50\x7c\x30\xea\xd0\x01\xe1\xb8\xdf\x17\xaa\x87\x16\xcc\x80\x65\x2f\x91\x89\xbe\xf5\x59\x75\xb9\xcd\x26\xd5\xdb\xaf\xb5\xe3\xb2\x45\xc7\x46\x1b\x30\xfe\x87\x60\x28\xa0\x38\xb9\xb8\x18\x35\x1e\x70\x6e\x9a\xf8\x45\x5f\x3b\x3e\x6f\x66\x0c\x7c\x07\x68\x85\xec\x1b\xd5\x72\x3b\x5c\x18\x90\xac\x71\xc6\x57\xbb\xb0\x4c\x23\x14\xfc\x5a\x89\x4a\x5b\xa2\xb6\x55\xc0\x0c\xa3\xe1\xcf\xef\x96\x0d\xbe\xe3\x2b\x2c\x7d\x39\xa1\x0c\xe5\x86\xea\x23\x2d\x1a\x3e\x84\xf4\x84\x74\x40\x43\x04\xd8\xf4\x53\xba\x92\x0b\xb2\x85\x64\x43\x32\xd4\x64\xd1\xec\xd8\xca\x12\x1a\xd7\xeb\x30\x39\x3a\x2c\xc4\x53\x9e\x85\x17\xd7\x66\x13\x83\xa1\x61\xc7\xc3\xc8\xf5\x58\x77\x0b\x7e\x3a\x56\xa9\xd4\xc2\x3f\xec\x66\xcd\x2d\xa4\x9e\xc2\xf3\x01\x78\xe4\x80\xb8\xab\xfc\x42\x0b\x60\xd5\x4f\x7b\xa8\xb5\xd7\x04\x0b\x30\x17\xe3\xb9\x25\x51\xfc\xf9\xdf\x3d\xed\xd4\xdc\x46\x6a\x9c\x60\xee\x67\x09\x09\x7f\x92\x10\x76\xea\x48\x1f\x69\xae\x70\x97\xe6\xcd\xb7\x81\xcc\x79\x96\x94\xb8\xa9\x30\xf1\x6b\xaf\x91\x76\x82\x06\x65\x20\x2b\x74\xda\x86\xd7\x48\x0e\x46\x7b\x4b\xce\xf0\x5e\xd1\xa3\xef\x4a\x53\xd8\x93\xb7\x24\xd2\x6a\x23\x39\x07\x94\x8d\x27\x76\xe3\x80\x12\x1c\x81\x34\x69\x52\x33\x74\x56\x14\xc2\x79\x58\x46\x10\x04\x12\xe1\x38\x05\xcb\x48\x90\x57\x34\xbf\x00\xbf\x40\x9d\xd2\xf9\x0c\x83\x49\xa8\x10\x6e\x54\xf2\xea\xba\x8e\x4b\xfc\xcc\x38\x06\x82\xe3\x76\x5d\xaa\x39\x68\x43\x90\x3a\x05\x7c\x69\xfc\x1b\x90\x01\xe9\xd8\x4f\xd8\x9b\x6d\xb4\x43\xe7\xa7\x1d\xc1\x44\x06\x81\x66\x3e\xd2\x7c\x2a\x67\xe0\xf9\x8b\x78\xfa\x92\xaa\x84\x75\x5c\x8b\x41\xfd\xd2\x75\x4c\x77\x16\x7f\x2e\x63\xd7\x71\xa3\xab\xae\x03\xe3\x5a\x08\x09\x41\xc4\xdc\x04\x53\xed\xb2\x76\x3b\x76\x8b\xb0\x16\x3e\x2c\x47\x35\xc2\xda\x82\x6c\xa7\x60\x3e\x8c\x92\x40\x76\x91\xcc\x1a\xd0\x43\x3a\x79\x2b\xa3\x4e\x06\x26\x3a\x88\xc9\x5f\xda\xbd\x1b\x1e\xcc\x1f\x42\xf1\xde\x2b\x9e\xef\x95\x88\xa9\xed\xa4\x39\x45\x39\x93\xbe\x74\x2b\xcc\x96\x2d\x6b\xdc\xb0\x2e\xf7\x32\x17\xcc\x56\x9c\x18\x43\xd8\x38\xd8\x9f\xc9\x2f\xdc\xc9\xfc\xdc\x69\x7f\x9f\x1a\xe7\x5b\xba\xd2\x76\x92\x75\x8d\xb0\xaf\x42\x30\xa4\x36\x14\x51\x90\xaa\x66\x44\x9b\x05\x32\x12\xa9\x97\xae\xc6\x5f\xbb\x1a\x45\xef\xaa\x6b\xa0\xeb\x86\xda\xf5\xd4\x0e\x22\x2f\x12\xbd\xd3\xff\xba\x65\x5d\x56\x76\xfd\x16\x50\xd0\x5c\xcb\x41\xdd\x2d\x43\xbd\xde\x15\x8f\xaf\x18\xbe\x65\xe8\x62\xd4\xeb\xc5\x6f\x9a\xdc\xd3\x5b\x36\xdb\x15\xa9\x71\x7b\xf8\xd4\x28\x83\xc2\x34\x40\xc0\x3a\x71\x0d\x56\x5e\x15\xaa\xeb\xd8\xef\x81\xaa\x13\x21\x2f\xb8\x91\xb3\xbb\x8a\x1b\x37\x2b\x31\x58\xc3\x69\x87\x75\xed\x1d\xa7\xb9\xc5\xe5\xd6\x76\x73\xfe\x50\xec\xa7\x69\x0a\x14\x35\xf4\xe7\x80\x30\x8b\x0c\xf2\x5e\xaf\xf2\x0e\xb5\x8e\x42\xda\x0a\x75\x96\xea\x9c\x58\x41\xbe\xf9\x59\xe2\x02\x82\x23\x20\xeb\x52\x2f\x70\x0a\xfb\x89\x79\x51\x04\xb2\xe5\x76\x18\x9b\x77\x0b\x56\x75\xad\xb9\x5b\x97\x55\xdd\xb4\x10\x34\xcd\x6f\xd5\x0a\xad\x2b\x3a\x8c\x50\x07\x4e\x16\x22\xc1\xf2\x83\x50\xfc\x2e\xa6\x08\xbf\x52\x8f\xdd\xe1\xfb\x36\x9b\xd7\xe1\xc7\x25\x78\x0f\xf4\xef\x17\x85\x46\x7b\x9d\x7c\xc6\xbc\xf0\xe2\x03\x62\x38\xef\xe8\x62\xb4\xd9\x48\x85\xfa\x03\x92\xb0\xa3\xe7\x54\x50\xd5\xe3\x92\x77\x55\xfb\xdd\xa8\x1f\xcb\xbe\x2d\xdc\x8f\xd4\x08\xe4\x82\xba\xc1\x0d\x3d\x08\x14\x84\x9e\x1f\xe8\x08\x23\xd5\x79\x80\x7e\x06\xa4\xca\x97\x54\xb3\xe4\x05\x47\x77\x82\x30\x73\xe4\xc9\x01\xe1\xce\x99\xb4\xd1\xc7\x95\x33\x2f\x36\x47\xcb\x7c\x4f\x4b\x45\x42\x97\xae\x5f\x0a\x41\x43\x9d\xa7\x7f\x40\xc8\x3a\x8c\xb8\xa8\x45\x31\x27\xdc\x73\x96\x96\x2d\xc0\xb5\x8b\x23\x03\xbc\xcf\x52\x7f\x34\x98\x3f\x47\xd8\x61\xf8\xae\xaf\x6f\xb6\xfa\xda\xee\x62\xe8\x28\xa8\x09\x0e\xa2\xed\x7a\x5a\xd5\xbd\x0d\x5c\x84\xc8\x01\xf5\x94\x79\x7d\xfc\x9f\x9e\x97\xe7\x25\xb1\x0a\x7c\xa8\x6c\xb4\x47\xbd\x80\x1b\xcc\xf3\x13\x49\x9c\x12\xdf\x4e\xa7\xe7\x8d\x8e\x1f\x16\x3a\xd4\x9b\x0b\x9d\x56\x12\xab\x07\x78\x5e\x9e\x4b\x52\x62\xaf\x5d\xdf\x23\x48\xd9\x40\x01\x9b\x1d\x10\x09\xae\x0b\x45\x9f\x04\xe9\x01\x64\x58\x10\xe8\x4b\xa3\x3e\xe1\xba\xfe\x98\x85\x2e\xb3\xe1\x73\x87\x26\x39\x6f\x29\x0e\x6e\xa9\x22\x06\x36\x01\x5b\x70\xd9\x4c\x26\x80\x24\x25\xac\xd3\xb8\x3e\x07\xb8\xd4\x26\x03\x5e\x2f\x1b\xaf\xe7\x5a\xf9\xf1\xc0\x38\xf0\x46\x81\x34\xa1\x15\x9c\xb1\xb4\x24\xae\xf9\xe2\x29\x6d\x41\xdb\xa9\x51\x35\x94\x03\x92\xba\x06\xfa\x1e\x1c\xfc\xd0\xb2\xad\x1e\x61\xa1\xe8\x1c\x50\x5a\x41\x76\xa5\x1c\x19\xb8\xb3\x71\x46\x84\x6b\x5c\x8b\xd5\x08\xb5\xcd\x36\x66\x11\x2e\x26\x2b\x27\x96\xa4\x3d\xe7\xe7\x9c\xc4\x82\x70\xe4\x2f\xb3\x6e\x8c\xef\x9f\x6f\x45\xcf\x7b\xf3\x0d\xf4\x3c\x21\xa2\x69\x32\xb5\x4d\x3a\xde\x83\x1b\xee\x3b\xe6\xfb\x91\x07\x5b\xb0\x50\x83\xc5\xa2\xf1\xda\x4c\x2c\x4f\xed\xf6\x51\x04\x84\xab\xe5\xc7\xc6\x86\x04\x90\x17\x1b\x47\xd7\xe0\x32\xfe\xab\x26\x5a\xc6\x87\xa3\x26\x5e\xf4\x2b\x9e\xbf\x63\x4b\xda\x84\x88\x7f\x4b\x0b\x48\xf0\xf2\x58\xa9\x48\x23\x24\x69\x82\x3d\x7b\x12\x92\x20\x4f\x23\x34\xc1\x86\x00\x0a\xe5\x39\x81\x24\x81\xd0\xcd\xc6\xf3\xf8\xfc\x31\xd8\x07\x5a\xba\xbb\xb4\x71\x63\x40\xbe\xfb\x44\xc4\xd2\x88\x77\x3f\x37\x21\x6d\x74\x48\x19\xc7\xe4\x7a\xcd\x80\x13\xeb\x85\xbb\x69\x22\xd9\xf4\xc7\x08\x6f\x63\x96\x5f\x28\x61\x90\x4d\xef\xb0\x79\xe2\x00\xf6\x9c\x36\x7a\xe0\x6c\x1e\x1f\xdc\x28\xa4\xcb\x08\xd4\xac\x86\xed\x70\xc5\x57\xb1\xef\x4b\xe0\xb7\x1d\xae\xa6\x0c\xce\xd9\x61\xa1\xac\x8e\x68\xca\x9d\xe3\x94\xf4\xd5\x35\xf7\x34\x95\x60\x31\x17\x33\xbb\x44\xa4\xdc\x6c\x98\xbf\x1e\x44\x0e\xb5\x94\xbb\xd7\x6b\x7e\xc5\x51\x3f\x6a\xbe\xd8\x70\xee\x23\x1d\x21\x6c\x09\xca\xf0\x0d\x54\x5c\xa6\x83\xc0\xee\xd2\xf4\x0d\x98\x89\x4f\x69\x91\xde\x6e\x36\xd1\xbf\xed\xac\x0e\x9c\xca\xf0\x3d\x3e\x8b\x27\xf1\x13\x2b\x31\x42\xf8\x86\xdb\x9f\x28\x09\x24\x9a\xbd\xde\x41\xf3\xcd\xcc\xe4\xa4\x49\x09\x33\x5f\x8e\x21\x44\x22\x08\x32\x83\x0f\x83\x23\x2b\xd6\x9c\x58\x21\x15\xac\x42\xd0\xae\xf1\x82\x19\x33\xec\xcd\x66\x63\x7f\x71\xc3\x63\x6e\x04\x90\x15\xea\x6c\x07\x31\x02\x0b\xd6\x26\xad\x52\x69\x13\x08\x2f\x05\x70\x9a\xb8\xc2\xfa\x0e\x34\xe0\xed\xe9\xa9\x17\xaa\x09\xa6\x7b\x03\x07\x6c\xd1\xeb\x15\x4e\x1a\xfb\x54\x4d\x56\x45\x0b\x6c\x72\x60\x4e\xee\x4c\x85\xc9\xd4\x54\x36\xc3\xcd\x06\x4b\x58\x28\x99\x34\xa3\xd6\x97\xf9\x39\x0b\xa6\x8d\x35\xe7\xc2\x39\x32\x9f\xaa\x05\x9b\xcb\x18\x99\x82\xd3\x51\x23\x17\x0e\x33\xd4\x7e\xcd\x60\x50\xe1\x6d\xf2\x7e\x9f\x85\x7b\x1c\x07\x90\x45\x58\x70\xd8\xa4\xcd\xc4\x33\xff\x98\xc1\x01\x40\xb3\xd6\xe9\x62\xc1\x0e\x57\x9b\x8d\xf6\x48\x64\x00\x54\xc7\x78\xf3\x70\xc8\xa7\xc1\x89\x72\xc3\x21\xf2\x43\xaf\x27\xcc\xc8\xd4\x2f\xfa\x8f\x75\x5a\x54\x31\x85\x80\x8f\x36\x90\x99\xab\xe0\xf5\xd6\x4e\x6d\xc7\x56\x01\xbf\x0a\x06\xfb\x71\x72\x14\xab\x26\x22\x10\xf6\x54\xb7\x34\x0b\x47\x63\xae\xb8\xf4\xc3\xb7\x09\x45\xdd\x7a\x0c\xd0\x5e\x2f\x36\x9e\x28\xda\xcd\x91\xbb\x1a\xa1\x29\x9f\x91\x20\xbf\xc2\xd5\x78\x10\xf1\xed\x85\x45\x87\x0e\xe8\x6e\x14\x08\xef\x8b\x56\x67\x18\xbe\x5b\xee\xce\x27\x52\x91\x1a\xbe\xe7\x5d\x84\xb4\xbc\xc1\x44\x2c\x13\x4d\xc4\x32\x39\xb1\x2c\x95\x89\x04\x6b\xeb\xc4\xf3\x80\xfb\x92\xed\x30\x8b\xd8\xd2\x9b\x73\x37\x2d\x77\x12\x46\x6e\xcf\x55\xe3\x7b\x52\x4c\x9e\xd0\x20\x64\x2e\x5d\x3d\xe1\xab\x5b\x6d\x5b\xc0\x51\xc2\x51\x23\x73\xd4\xf7\xb5\x56\xce\x02\xcb\x2a\x53\x87\xdb\x51\x55\xdd\x8e\xec\x9a\xfa\x21\x5d\xb5\xcb\x29\x9c\x91\x74\x5a\x18\xe2\x4c\x97\x87\x5b\x2a\x33\xa7\x02\x4f\xb2\xa1\xe4\xfa\x82\xd2\x86\xaf\x35\xc2\x0d\xe2\x98\x2b\xea\x23\x43\xf1\x9a\xe4\xd6\xf5\xf1\xdf\xf5\xea\xc6\xef\xf3\x3e\xfa\xe6\x10\x69\x9a\x56\x62\xad\x1e\x1c\xaf\xa7\xe3\x19\x42\x97\x83\x71\xaf\x17\xdf\xf0\xb8\x42\xd3\x7c\x46\xb2\x69\x3e\xc3\xda\xfc\xb1\xab\x7e\x2b\x3a\xcf\x05\xe6\x71\xb3\xfc\xdc\x83\x5c\x61\x70\xb6\x89\xfe\xd3\x27\x65\x22\x2f\xac\x18\xc1\x30\x8f\xc1\xc6\x3d\x5b\x10\x9f\x4e\xfc\x27\xdb\xe7\x14\xf8\x9e\x28\x63\xda\xcc\xc4\xad\xd5\x1d\x1f\x66\x7c\xc5\x80\xe9\x17\xeb\x4c\x84\xbb\xb5\x8a\x11\x32\x9f\xc9\xc1\xa8\x59\x00\x2d\x10\xe1\x2d\x5d\xb0\xaa\xdf\x47\xcf\x99\xab\x7a\x5a\x59\x05\x4a\xd3\x47\xdc\xfa\x08\x5a\x52\xc6\x0b\x36\x00\x82\xaa\xde\x56\x6d\x8f\xe6\xed\xe8\x25\xee\x9b\x89\x62\x22\x2e\x0a\x2f\x72\x9e\xfe\x4d\xe6\x34\xf6\x52\xfb\x25\x2e\xac\x5f\x03\x84\x0b\x75\x05\x40\x06\x8b\x43\x94\x90\xa6\x3e\x3a\x33\x75\x79\x41\xdc\x77\x74\x97\x92\x83\xb1\x65\x91\xa5\x9b\x4d\xec\x62\x42\x8d\x74\xb4\x78\xa6\xd6\xc5\xc3\x20\xbe\x0b\x29\x27\x0f\x71\x29\x89\x43\x5d\x80\x8e\xf4\x03\x6d\xc5\xe5\x40\xa0\xc1\xb8\xf3\x4f\x7b\x0d\x9b\xc0\x2f\xf8\x9f\x8d\x92\x86\x49\xaa\x19\x8f\xaf\x8d\x87\xa5\x9f\x18\x79\x33\xa4\x1f\x56\x82\x6a\x04\x60\x9e\xae\x0b\x49\x5a\x66\xb5\xc1\xc7\x49\x3b\x21\x56\xf7\xb6\x06\x52\x30\x2e\x20\x07\xe3\x1a\x7f\xaf\xeb\xad\x24\x5f\xfd\x20\xf8\x2a\xbd\xd6\x57\x48\x58\x71\xeb\xeb\x64\x2b\x05\xaa\xce\xd2\x32\xa3\xc5\x77\xeb\xab\xab\x02\x64\xc8\x0d\x97\xe6\xaf\xbe\xff\x07\xcb\x11\xcf\x75\xaf\x7e\xd0\x7d\xa4\xf9\x64\x3b\x29\x19\x11\x12\x74\x19\x14\x06\xff\xd1\x74\x39\xe8\xe7\x4f\xaa\x15\xfc\x3d\xa8\xee\x7b\x01\x11\x58\x10\x36\x49\xa6\xe2\x9a\x82\x68\xa6\x12\x99\xf1\x1e\xe4\x05\x3a\x08\xa8\x82\x4f\x0b\x96\x2d\xb6\xa9\x82\x71\x8f\x0e\xaf\xd6\x52\xf2\x72\x22\xc9\x38\x39\xf2\x5f\x8f\x93\x07\xee\x15\x08\x88\x23\x84\xf0\x0d\x20\x78\x52\x14\x7f\xa6\xb7\xbd\xde\xd8\xd2\x16\xc7\x8a\x94\x50\x6d\xfd\x49\x0d\x28\x98\x74\x4f\xbf\x39\xcd\x73\xc0\xf9\x5e\xb2\x4a\xaa\x0b\x1d\x6d\x27\x01\xc5\x7f\xe0\xc5\x7a\xb5\x81\xda\x21\x17\x0a\xde\xe2\x88\x97\x51\x1f\x3c\x83\x7b\xa6\x7a\x74\xf8\x41\x0b\xac\x21\xcc\xb8\xf7\xa6\xae\xba\xf3\xb8\x9c\xca\xd9\x66\x03\x7f\x3c\x41\x01\xb0\x64\x7f\x51\x77\x46\x33\xdb\x7f\xde\xf2\x83\xe4\xaa\x52\x93\xe0\x5e\xa6\xd2\x71\x2d\xc4\x04\x02\x92\x1b\xa4\x68\x34\xb1\x0e\xa9\x50\xf2\x0b\x4b\xca\xcd\xe6\x17\x06\x93\xf4\x17\x98\xa4\xf9\x7c\xf7\x2c\x69\x76\x67\x7b\xa2\x76\xa4\xee\x98\x2b\x1d\x0b\xcc\xce\x95\xf7\xd6\x9a\xab\x6e\x73\x55\x9a\x61\x1e\xe8\x53\xe1\x9c\xf9\x0e\x96\x20\xe8\x0d\xa8\xed\x12\x81\xee\x9c\x85\x24\xc3\x63\xc7\x80\xc7\xff\xae\x06\x53\xb1\xeb\x32\x2d\x76\x06\x8f\xb3\xf5\xeb\xf0\x87\x56\xec\xea\x71\x63\x1e\x0b\x91\xde\x7a\xf7\x2e\x4c\x99\xbe\x74\x1d\xef\x14\x1f\xa1\x5d\x21\x79\xc4\x94\xcd\x0c\xbf\x55\xbb\x00\x43\x35\xfe\x1b\x33\x9e\x16\xec\x3a\xfe\x37\xb6\xab\x3b\xe3\xb0\x3b\x7a\x8d\x31\xfb\xda\xde\x74\xfe\x29\x27\x25\xf9\xa7\x1c\xe6\x8a\x7e\xa1\xf9\x93\xb4\x28\xae\xd2\xec\x63\x95\xfc\x8d\x4d\x4a\xf2\x37\x96\xc4\xea\xa9\xc8\xe6\x8a\x4a\x85\x9c\xf2\xb5\x8c\x29\xc7\x23\xcf\x4e\x5f\xab\x28\x0b\x3f\x16\x8e\xe1\x6f\xa5\xb1\x98\xf2\x19\x0a\xbd\xaf\xec\xe2\x3a\x53\x7f\xf8\x2c\x38\xd3\x29\x77\x42\xf3\xbf\xb1\x8e\x9b\x96\xfd\xe1\x07\xe9\x54\xce\x7c\x3f\xee\x92\x87\x3a\x2e\x5b\x26\x86\x7a\xef\xdf\x81\xab\x7b\x89\xc3\x13\x7a\x4b\x1d\xb3\x7d\x20\xaa\x63\xb5\x46\x18\x10\x6e\xa1\x90\x65\xb0\x26\x84\x88\x52\x7f\x65\xb1\x04\xfc\x39\xe3\x39\x5d\x82\x7b\xde\x17\x10\xa3\xdd\xf3\xae\xcc\xfd\xd3\x6d\xf7\xc6\x1c\x66\x60\xee\xf2\x38\x93\xec\x86\xc9\x5b\x1d\x55\xcf\x63\xce\x1a\x75\xa1\x30\xd7\xf7\xfe\xd9\x71\x5f\x06\x75\x7a\xec\x32\x33\x34\xa1\x87\x05\xa8\xd3\x23\x45\x12\xc0\x8a\xc2\x5b\xd3\xff\x92\x07\xb4\xac\x86\x4a\xe4\x4e\x8e\x26\x23\xe3\xf6\x42\xb4\x10\xd9\x3a\x5d\xd1\xdd\x9f\x98\x53\x6a\x42\x35\x0e\xb2\xb6\xce\x18\x74\xf7\x17\x3f\xaf\x8e\x3f\xc0\xc9\xf1\x08\xa7\x9c\xbc\x19\xfe\x90\x56\x15\xb9\x93\xfc\xad\x0e\x67\xb0\x25\xdc\xf0\xdc\x25\x43\xde\xa8\xae\x71\xc5\xc9\x9d\x16\x7e\x27\xea\x0e\x2e\x38\xb9\xb3\x96\x7f\xff\xb6\xe4\xeb\x8a\x46\x35\x5e\x7b\x89\x7d\x75\x8c\x45\xde\xa5\x96\x71\x0b\x21\x2c\xd7\x2e\x43\x32\xee\xef\xbf\x56\xc4\x21\x74\x07\xaa\x4c\x76\x47\x99\x82\x8d\xf1\xac\xb7\xdb\x24\xa6\xc6\x9b\xf5\x42\x8d\x2e\xe3\xeb\x52\x3e\xe1\xc5\x7a\xd9\xbe\x9e\x74\xb4\x3a\x77\x2b\xaa\x15\xd4\x94\x09\x4d\x85\x42\xaa\xa7\x7f\x7f\x5f\xbd\x5f\x8f\x46\xe9\x68\x06\x28\x35\x7c\xb4\x7e\x82\x9a\xcd\x0c\x4e\xba\x53\xc2\x36\x9b\x91\x0d\x4a\x52\x11\xaa\x35\x09\xdf\xcc\xe3\xe8\xbd\x8c\x8c\x92\x7e\x75\x31\xda\x6c\xaa\xcb\x26\xd4\x73\xda\x8f\xe5\x80\xa3\x4e\xda\x27\xd5\x80\xe3\xb4\x4f\xc4\x20\xfd\x56\x60\x4e\xaa\xfe\xb8\xae\xf1\x5c\x0d\x60\xce\xca\x7c\x67\xff\xdb\x94\x8f\x6b\x9e\xb7\x9b\x2f\x11\x84\xc6\xe6\xc0\x55\xa1\x41\x38\x93\x94\xf0\x81\x56\x30\x21\xa4\x89\x04\xcf\xfa\xa9\xd7\xcd\xb2\xef\xc8\xcf\x14\xcb\x81\x8e\x91\xc7\xfa\xaa\x24\x2e\x09\xef\x8f\xb1\x7a\x13\x03\xf6\xad\x40\x97\x41\x20\x6b\xbc\xe2\x64\x1a\x45\xde\xf5\xba\xe4\x8e\xe7\xb5\xe2\xce\x59\x00\x3d\x47\x2b\xe3\x48\xea\x86\xc7\x2b\x8e\xfa\x20\xd4\x33\x15\xad\xf8\x94\x7a\xa2\x0e\x60\x8e\x39\x7c\x68\xda\x18\x33\xcd\x00\xb2\xaf\x79\x1b\xf7\x03\x45\xfd\xd8\x47\xa9\xae\xf8\x2e\x01\x7e\x40\xc5\x82\x6a\xae\x98\x79\x81\xb9\x2d\x7b\x75\xe0\x31\x1b\x6f\xb7\x2a\x9a\xce\xda\x1e\x77\xca\x7e\x1f\x89\x69\x39\x23\x5a\xb1\x17\x97\xbb\x02\x30\x7e\x50\xfb\xc1\x93\xad\x71\xef\xf6\xb2\xd9\xdf\x5c\xfd\x46\x33\xeb\x37\x72\x22\x48\xf0\x1e\x53\x94\xc4\x1f\xbc\x3d\x44\x28\x16\x20\xd0\xfe\xc0\xc1\x58\xee\x19\x87\x70\x2a\x3e\x03\xf2\x19\xdf\x82\x24\x90\x6c\x01\x89\x7e\x57\x23\x4c\xd1\xc1\x96\xc8\xb4\x44\xc6\xc0\x51\x68\x2d\xc1\xad\x8f\x70\xe8\x91\x20\xf6\xb8\x87\xa0\x7e\xf6\x8e\xf0\xaf\xba\x75\xc7\xae\x96\xfd\x62\x57\xcd\x29\x46\x75\xbd\x9a\xec\x59\x7e\xc6\x4b\x30\x7c\x25\x23\xec\x25\x3d\x2b\x73\x42\x87\x37\x0a\x31\xb7\xde\x87\x12\xb5\x4b\x5a\x95\x48\x71\xeb\xc3\x51\x06\x44\xb7\x44\x77\xb5\xd1\xb4\x79\xc3\xc9\xe1\x54\x1d\x15\xf9\xfc\xfd\x7a\xf4\xf0\xf4\x44\x3d\xcf\x46\x03\xf5\x67\xfe\xe0\xfd\x7a\xf4\x68\x04\x2f\x8f\xe6\xf3\xf7\xeb\xe3\xd1\x03\xf5\x72\x3c\x3a\x83\x97\x54\xbf\xc0\x97\x07\x90\xed\x41\x7e\xf5\xf0\xfd\xfa\x01\x85\x97\xb3\x79\x96\xbd\x5f\xa7\x19\xbc\xe4\x27\xe9\x7c\x76\x88\xdf\xaa\x63\x81\x55\x3f\x73\x91\x3f\x59\xf8\xa1\xb5\xdc\xb6\x38\x7c\xff\xc9\x39\xe8\xdf\x6c\xe8\x65\xf4\x3f\xfe\x7b\x04\x34\xba\xe4\x3f\xad\x56\x54\x3c\x49\x2b\x1a\x23\xad\xd5\xf3\x92\x7f\xb2\x09\x9b\xcd\x1b\xee\xfc\xfa\x7b\xdb\xe5\x15\x6f\xb1\x60\x0f\x0e\x62\x39\xac\xf8\x5a\x64\xfe\x49\xf3\xfe\x53\xa4\xb9\x0c\x6f\xd5\x1a\xc3\x55\x6e\x2a\x4b\x20\xc5\x93\x55\xf1\x40\x54\xa3\x80\x0e\xdc\x0d\x6d\x01\x9b\x44\xbd\x9e\x42\x50\x1a\xb5\x6e\xa7\xd7\xab\x4a\xfe\xc0\xf1\x3b\x33\xf7\xc7\x7a\x8a\x8f\x1f\xa9\x25\x78\x70\x7a\x3c\x80\x3f\x67\xb0\x12\x63\x58\x89\xab\x1c\x9e\xb0\x44\xd9\x18\x9e\x47\xf0\x7c\x00\xcf\x87\xf0\x54\x4b\xf7\x68\xac\x57\x6b\x9c\xaa\xe7\x83\x2b\x78\x79\x48\xd5\xf3\x64\xa4\x9e\xf9\x23\x48\xca\x33\x78\x52\x78\xa1\xb0\xce\x14\xca\xd3\x53\x78\xa6\xfa\x83\x6a\xf6\x64\xac\x1a\x3c\x39\x86\x8a\x4f\x1e\xa8\x8a\x4f\x52\xa8\xe5\xe4\x4a\x55\x79\x42\xa1\x95\x93\xf9\xf1\xfb\xf5\xe8\x74\x0c\x5f\x4e\xc7\x67\xf0\x84\x2f\xa7\x47\xf0\xe5\xe8\xa1\x7e\x39\x81\xe7\x99\x7e\x51\x0d\x9c\xe9\xe1\x9f\x8d\xd4\x90\xce\x8e\x55\xcf\xce\x1e\xc0\xb8\xcf\x1e\x9c\xc2\x13\x72\x3d\xd4\x49\x0f\xd5\x60\xcf\x1e\x41\xde\x47\xaa\xe2\xb3\x53\xd5\xbf\xb3\x2b\x28\x77\xa5\x86\x7a\x96\xe9\xac\x30\x3b\x67\x19\x94\xce\x55\xb3\x67\x14\x8a\x51\x55\x2c\x1d\x8d\xe1\xa9\x52\x52\x68\x34\x7d\x00\x29\x0f\x20\xe5\xc1\x09\x3c\x4f\xe1\x09\xc3\x48\xa1\x1b\xe9\x43\xc8\x04\x93\x99\x9e\xe8\xdf\xaa\x47\x29\xf4\x22\x3d\x85\xc2\xd0\x97\x54\xf7\x22\x85\xd5\x49\x61\x75\xd2\x0c\xea\x83\x1e\xa5\xd0\x97\x14\xfa\x72\x05\x7d\xb9\x82\x5e\x5c\x1d\x53\x78\xaa\xb5\xbe\xd2\xd3\x70\xf5\xe0\x01\x3c\x55\xb1\xab\x87\x8f\xe0\xa9\xaa\xbb\x82\x59\xb8\x82\x59\xb8\x82\x96\xaf\x60\xfc\x57\xd9\x08\x9e\x90\x1f\x06\x9e\x1d\xc3\x4a\x67\x0f\x46\xf0\x7c\xa4\x5f\x4e\xe1\x99\xea\x17\x95\x39\x83\xc9\xcd\xa0\x89\x0c\x2a\xcf\xa0\xf2\x0c\x06\x94\x01\xfc\x65\x00\x79\x59\x06\x79\x32\x48\x87\x86\xb2\x1c\xca\xe6\x90\x0e\x63\xcb\x60\x6c\x39\x8c\x27\xd7\x23\xc9\x61\x24\x39\x34\x96\xc3\x18\x72\x68\x26\x87\x66\xf2\x2c\x85\xa7\x6a\x26\xcf\x8f\xa0\x40\x0e\x05\xa0\xd6\x1c\x8e\x28\x7a\x3c\x86\xe7\x83\x01\xfc\x51\x25\xe8\x83\x13\x78\x79\xa0\x5a\xa2\x57\xf0\xfd\x4a\x7f\xbf\x3a\x83\xe7\x15\x3c\x55\x67\x69\x76\x0a\x1f\xa0\xcf\xf3\xf1\x29\x3c\x55\xa6\xf9\xf1\x43\x78\x9e\xc0\x13\x52\x4e\xa0\xcf\xf3\x13\x55\xed\xfc\x14\x80\x74\x7e\xfa\x00\x9e\x8f\xe0\x09\x79\xf5\x61\x39\x3f\xd3\x2f\x00\xd7\x73\x68\x6a\xae\xe6\x68\x3c\x3a\xca\x07\xea\xcf\xf1\x08\x9e\x47\xfa\xe5\x04\x9e\x67\xf0\x4c\xe1\x99\xc3\x93\xaa\xe7\xc3\x53\x78\xc2\xd7\x87\x14\x0a\x3c\x82\xd2\xd0\xa1\xf1\xe8\xe4\x81\x7a\xaa\x05\x1f\x8f\x4e\x1f\xc2\x13\x5a\x3a\x85\x3a\xce\xd4\xf3\xf8\xe1\xfc\xfd\x7a\x7c\x32\x86\xe6\x4e\xc6\xaa\xc0\x89\x6e\xfb\xe4\x18\x5e\x1e\x1e\xc1\xf3\x58\x3d\x4f\xe0\xf7\x09\xfc\xbe\x3a\x81\x4c\xea\xc0\x19\x9f\xc0\x00\x4e\xb2\x33\x48\xca\xe1\x7b\xae\x3e\x9c\x8e\xd4\x8e\x18\x9f\x8e\xe0\x25\x55\x1d\x3d\x3b\x52\xd3\x30\x3e\x3b\x3a\x82\xe7\x09\x3c\xd5\x38\xce\x8e\x21\xe5\x18\x2a\x39\x3b\xbe\x7a\xbf\x1e\xa7\xe3\x13\x78\xaa\xcf\xa9\x02\xb6\x71\xfa\x50\xad\xca\x38\x55\x27\xd5\x38\x85\xc1\xa6\x0a\x30\xc6\xe9\xa3\x87\xf0\xe1\x51\xa6\x9e\x27\xc7\xf0\x72\xa2\x5f\xd4\x08\xaf\xe0\xec\x18\x5f\x8d\x54\xe7\xae\x60\x68\x57\xc7\x8f\x20\x09\xe6\x15\xf6\xd4\xf8\x4a\xed\xe9\xf1\xd5\x23\xe8\xf5\x15\x0c\xf4\xea\x74\x04\xcf\xb1\x7a\xa6\x30\x33\x57\xe9\x43\x78\x9e\xc2\x53\x0d\x2a\x3b\xca\xd4\x87\xec\xf8\x18\x9e\x8f\xe0\xa9\xfa\x9e\xe5\xd0\x6c\x96\x1f\xc1\xf3\x01\xbc\xd0\x11\x3c\x8f\xf4\xcb\x29\x3c\xd5\x04\xe5\x19\x64\xce\xa9\x2a\x9f\xcf\x01\x1c\x72\x75\x69\x1e\x8d\x46\x19\x3c\x73\xf5\x84\x2a\x8f\x46\xf3\xd1\xfb\xf5\x51\x46\xe7\xea\x25\x9b\x8f\xdf\xaf\x8f\x72\x0a\x5f\x72\x7d\x03\x1f\xa5\x70\xe9\x1e\xc1\xcb\xd9\x19\x3c\xd3\xf7\xeb\xf4\xd1\x23\x55\x24\x7d\xa4\x16\x33\x7d\xa4\xa6\x28\x7d\x74\x92\xab\xa7\xaa\x31\x7d\xa4\xaa\x4a\x4f\xd5\x71\x97\x9e\x8e\x1e\xc1\xf3\x4a\x3d\x8f\x1e\xc2\x13\x52\xd4\x81\x99\x9e\x42\x73\xe9\x29\x14\x38\x3b\x52\x93\x99\x9e\xa9\x83\x3a\x3d\x83\x7d\x96\x9e\x3d\x84\x2f\xb0\x21\xd2\x33\x05\x86\xe9\xd9\xd5\x31\x3c\x75\x66\xb5\xe9\x52\x38\x90\xd3\x14\x0e\xfa\x34\x3d\xa2\xea\xa9\xb6\x6e\x9a\x2a\x80\x48\x53\xb5\xdd\xd2\x54\xcd\x69\x9a\x3e\x38\x86\x27\x14\x50\x77\x4a\x9a\x5e\x1d\x41\xb1\xab\x07\xf0\x3c\x81\xe7\x29\x3c\xa1\x22\x75\x12\xa5\xa9\xba\x09\xd3\x2b\xfa\x10\x9e\xa7\xf0\xcc\xdf\xaf\x73\x83\x70\xcc\xd5\x7c\xcd\xaf\xc6\xf4\xfd\x7a\xae\x11\x92\x39\x1d\xa9\x24\x7a\xa4\x5f\xd4\x98\xe7\xf3\x33\x0a\xcf\xf9\xec\xb0\x41\x1a\x7e\x0c\xd0\x74\x10\xee\x2a\x42\x12\x04\xbc\x97\xe4\xe4\xd1\x69\xaf\xf7\xce\x61\x1b\x9e\xf8\x9e\xb7\x65\x65\x7b\x1c\xa6\x6b\x1f\x55\x02\xc2\xfb\x36\x61\x47\x04\xd8\x09\xc5\x26\x2c\xd4\x30\xab\xaa\x77\xf4\xb3\x24\x25\xda\x76\x95\x24\x11\xbb\xcf\x31\xbb\x8b\x4a\x20\x91\xc7\x6f\x47\x21\x17\x47\x06\x11\x8d\x83\xea\x24\xd8\x33\x6f\x8b\x54\x9e\x84\xb8\x8f\xd5\xb8\x51\x4d\x39\x39\x82\xbc\x1c\x9d\x0f\x06\xd2\x31\x00\x75\x8d\x46\xf6\x07\x2f\x68\x47\xa0\xee\xdf\x42\x34\x0d\x1a\x0a\xbb\x84\xea\x1f\x78\x7b\x3e\xc1\x65\xce\x64\x9f\x51\xda\xae\xcc\x8d\x1a\x12\xb8\xaa\x7f\x56\xe6\x71\xb9\xd9\x50\xed\x16\xaf\xa2\x12\x10\x6d\x1d\x25\x9c\xd5\x7b\x9c\xf1\x04\x31\x74\xbd\x19\xb7\x0d\x28\x94\xbb\x1c\xaa\xb1\xbf\xe3\x66\xc5\xd5\xe7\xd8\x0f\x3d\x6b\x31\xf1\x3f\xf1\x86\x35\xef\x8c\xd2\x1b\xef\x82\x07\x23\x08\x73\xc4\x6f\xa8\xea\x69\xa4\x00\x31\xcd\x24\xb8\xd3\xb7\x1f\x74\x8f\xfd\x4f\x12\xe1\x52\x73\x11\x9e\x6a\x2e\x42\x29\x53\x56\x56\x2d\xa6\x04\x9b\xc7\xc7\xbe\x5d\x16\x30\x09\xa4\xdf\x45\xe3\x83\x5f\x95\x6d\xa2\x73\xda\x94\x58\xa2\x4e\xce\xc1\xfb\xef\x78\x47\x35\x0b\x5e\x49\x84\x25\x21\xb4\x71\xbb\xa9\x15\xaa\x5a\x8d\x78\xa8\xfa\x6b\x1e\x18\x80\xbb\x69\x4e\x33\xc9\x6e\xec\xde\x39\x07\xbb\x1f\xc1\xb9\xb4\x7f\x5b\xdf\x11\x25\xbb\xd2\x77\xc0\xdc\x0b\x7f\x97\x07\x91\x4e\xff\xbe\x79\xff\xbe\x42\x51\x9f\x9a\x30\xa7\xea\xed\xfd\xfb\xea\xdf\x22\x54\x43\x04\x8f\xf1\xb8\xd7\x8b\xc3\x98\x64\x6a\xd1\x4d\x55\xbb\x3b\xbe\xbd\xe0\x01\x1c\x59\x7a\xec\xa5\x5a\x32\xb1\xd4\xd1\x82\x76\x71\xa7\x83\xd0\x41\xe4\x05\x8f\x25\xd2\xa1\x76\x4c\x8c\xe1\x46\x1b\x4c\x73\xf2\x4b\x63\x45\x5a\xfa\xd1\x60\xa9\x7f\xec\x38\x79\x76\xe9\xac\x49\xd9\xa4\x9c\x8e\x67\x7d\x96\x44\x10\x93\xfb\xb9\xea\x54\x9a\xe7\x5f\xd5\xab\x8e\xee\x13\x9c\x8e\x02\x69\xae\xa4\xfd\xd6\x27\xb1\x70\x56\xa9\xd2\x5f\xfc\x7f\x6e\x71\x23\xa8\xa7\x23\xbd\xcb\x9d\x88\x98\x96\xb3\x5e\xef\xe0\x05\x07\xa3\x27\x1b\x86\x16\x98\x5d\x36\x00\xed\x6e\x32\xfe\x3b\x6e\x34\x03\xc2\x8d\x7c\x4d\xa5\x59\xaa\xea\xbb\xdb\x27\x2e\xaa\x41\x73\xda\x7d\x4d\xf6\xd8\xe3\x38\x46\x08\xdf\x6f\x5d\x31\x6c\xf2\x76\xca\x5e\x8f\xc6\xa5\xe1\x70\xfe\xc4\x89\xb1\x02\xfe\x9e\xe3\xbf\x72\xfc\x0f\xde\x0a\xd4\xae\xe3\xc8\x84\x06\xc3\x94\xd8\x58\xd8\x76\xd0\x51\x2e\xd2\xeb\xeb\xf4\xaa\xa0\x91\xa2\x52\x37\x1b\x48\x78\x2a\xf8\x0a\xde\xeb\xd8\xd3\xe5\xfe\x86\x07\xda\xa3\xdf\x73\xcb\xe8\xf0\x42\x03\xfd\xdf\xff\xfd\x7f\x8f\x50\x07\x8e\x6a\x2f\xe2\x8c\xc4\xfb\x6e\x9f\xe8\x73\x84\x66\x08\xe1\xd1\x01\xf1\xcf\xff\x20\xec\x76\xaf\x17\x7f\xcf\x89\xf4\xe3\x85\x5f\x90\x31\x28\x6e\x79\xb9\x2e\x8f\x7a\xbd\x03\x3d\xea\x53\x84\x6a\x0d\x20\xdf\xf3\x49\xbb\x73\x89\x97\xf0\x3f\xfe\x0f\x13\x6a\x2f\x32\xe6\xc6\x49\x97\x95\xe0\x76\xfd\xaa\xe0\xd9\xc7\xf3\xae\x89\x3e\x3e\x5e\x7d\x3e\xef\x9a\x80\xe6\x26\x0a\xdf\x60\xbc\xfa\x1c\x79\x51\x85\xf7\x45\x5d\x8a\x02\x96\xd4\xcf\x3c\x08\xd4\xfe\x57\x6b\xd0\xdd\xfd\x2b\x37\x46\x4d\x30\x75\x7b\x67\xeb\xf1\xff\xf5\x7f\x3e\x8e\x90\x02\x9a\x1f\x38\x84\x80\x18\x23\x05\x65\xdf\xf1\x35\x78\xd4\x78\x02\x11\xd1\x7f\x04\x3e\x8e\x0e\x06\xbd\xd9\xa8\x0d\x31\x97\x84\x88\xa1\xf0\x62\xc2\x1b\x80\x28\x75\x3d\x63\x7c\xb4\xbf\x1e\xd7\x43\x52\xea\x2a\x06\xa6\xaa\x8b\x63\x2d\x1d\xe5\xf8\x17\xb5\xf9\x1b\x5b\x0c\x72\x7c\x40\xa2\xf7\xe5\xfb\xf2\xca\x1a\x31\x1c\xbe\x2f\x0f\xad\x20\x60\xe2\x33\x74\x42\x7d\x56\xe0\x2e\x3a\xce\xa2\xbc\x20\xe5\x79\xa3\xfc\xd7\x70\x62\x4a\x75\x81\x01\xcf\x97\x81\x13\xa0\x90\xe7\xcb\x9d\xfa\x8d\x34\xa1\xaa\xa8\xd5\xbd\x63\x83\x31\x9a\xb0\xc1\x38\x61\x10\xf2\xc1\xab\x52\x44\xaa\xc2\x03\x92\x4e\x62\x23\xdb\xe0\x9e\xfb\x58\x84\x65\x9f\xa4\xfd\x31\x4a\xdc\x57\x75\x73\xb1\xfe\xd8\x53\x06\xde\xe9\x5f\xc3\x8d\x5f\xbc\x2f\x27\x1b\x35\x0b\x35\xfe\x33\x27\x9f\x58\x99\xf3\x4f\x43\xdf\x75\xd2\xa4\xcd\x92\x6b\xaa\x08\x58\x7c\x07\x24\xe4\xf0\x6d\x5d\x1a\x07\xe3\x3a\xec\x8b\xaa\xcc\x29\xd2\x7e\x2a\xa9\xb0\xe1\xda\x9a\x7a\x42\xfc\xc7\xab\xd2\x1a\x9a\xc7\x07\x12\x74\xbf\xe0\x56\xb6\x38\x2a\x3a\x20\x14\xf5\x7a\xa3\x03\x22\x87\x19\x5f\xaa\x8f\xcf\xca\xfc\x07\xce\x4a\x59\xc5\x11\xf4\xf6\x1d\x7f\x56\xe6\x11\xc8\x70\xfe\xc2\x49\xc4\xcb\x8c\xaf\x6e\x23\x56\xc6\x7f\xe2\xcd\x59\xa4\x6e\x80\x3f\xf1\xd6\x16\x32\x59\x71\xa4\x7b\x70\x1e\x21\x1c\xd9\x51\x35\x58\xee\x9f\xf8\x50\x67\x44\xf8\xdf\x79\x13\x26\xfe\x6f\x1c\xff\x37\x05\x93\x1f\xe9\xad\x3a\x72\x2b\x72\x77\x9c\x44\xcf\x4a\xc0\x7d\x4e\x93\xe8\xbb\x34\xfb\x58\xad\xd2\x8c\x46\xf8\x2c\x89\xde\xa5\x57\x11\x1e\x37\x19\xc6\x8f\x92\xe8\xed\x82\xcd\x65\x84\xc7\x27\x49\xf4\x44\x8a\x22\xc2\xe3\xd3\x24\x7a\x5c\xa8\xa4\xb3\x24\xfa\x21\x5d\x57\x34\xc2\x47\xa3\x24\x7a\x92\xae\xaa\x97\x3c\xfb\x18\xe1\xa3\x93\x24\x7a\x56\x65\x11\x3e\x3e\x4a\xa2\xb7\xba\xf6\xe3\x63\x95\xf9\x9a\xfe\xb4\x8a\xf0\xf1\x03\xfd\xfb\x29\xff\x54\x46\xf8\xf8\xa1\x6a\x2f\x8f\xf0\xf1\xa3\x24\xfa\x9e\x2f\x55\xe6\x93\x24\x7a\x49\x55\xb3\xc7\xa7\x49\x04\x45\xce\x92\xe8\x47\xb5\xd5\x22\xfc\x60\x94\x44\xba\xe4\x03\x55\x8f\x60\xa5\x7c\x9b\x09\xf5\xfa\x30\x89\x5e\x80\x4d\x51\x84\x1f\x3c\x4a\xa2\xa7\xda\xe7\x3b\x7e\x78\x96\x44\xe7\x11\x7e\x34\x4e\x22\x12\xe1\xb3\x71\x12\xbd\xe2\x79\x84\xcf\x8e\xec\x8f\x63\xf3\x63\x3c\x7a\x94\x44\xff\xa6\xfe\x9e\x40\xd6\xf1\xe8\x2c\x89\x06\x11\x1e\x8f\x47\x49\x34\x54\x7f\xc7\x49\x74\x18\xe1\xb1\x1a\xa0\xad\x7d\x7c\x72\xac\x33\x9d\x3e\x82\x66\xc6\xa7\xa6\xf0\xe9\x69\x12\x61\xf5\xd7\x54\x72\x66\x2a\x39\x33\x95\xa8\xf6\x7f\x8d\xf0\x91\x9a\xc6\x69\x84\x8f\xd4\x1c\xbe\x7f\xaf\x7e\x8c\x93\x68\xa6\xfe\x1e\x25\xd1\xff\x1a\xe1\x47\xc7\x47\x6a\x1e\xd5\x2c\xa8\x9f\xc7\x76\xf4\xea\xe5\x81\x9d\x27\xf5\xf2\xd0\x4d\xd1\xa3\xe3\xa3\x93\xa3\xa6\x8b\xea\xf5\xd8\xce\xad\x7a\xb1\x33\xae\x7e\x3f\x6a\xd6\x45\xbd\x9e\xf8\x4b\xf3\xe8\xf8\x78\x74\xe4\x26\xd5\x43\x40\x68\x1a\x6c\xed\x82\xde\xd0\xe2\xdb\xa3\x09\x1d\x4a\x9e\x68\x7b\x52\x4f\xce\xbc\x2f\x2f\xe8\xc2\xa9\x22\x9e\xdc\x37\x6d\x84\x06\xa0\xf7\xde\xa8\x08\xd2\x34\x96\xd3\xd1\x0c\x25\x9e\xf4\xb4\xdc\x9f\x5d\xa6\x31\x28\x70\xa2\x24\xb0\x3a\xf6\x24\xaf\xa9\x8f\x92\x3d\xd3\x3a\x4e\x19\xd0\x03\xe4\x9f\xa5\x42\x10\xcb\x03\xf0\x41\x2c\xc9\x2b\x16\x97\xc8\x06\x5b\x79\xa7\x5e\x30\x27\x6c\xc2\x34\x92\xa8\x87\x53\xa6\x71\x89\x12\x01\xcf\x91\x13\x64\xa8\x93\x97\x7b\x44\x2f\x0f\x1a\xd5\x5d\x30\xf1\x4f\xca\xa6\x0f\xc2\x24\x99\xc6\xb4\xbb\x94\xcd\x66\x44\x48\xd3\x64\xe8\xe3\x1e\x9c\x71\x94\x26\x2a\x86\x11\x6b\xbe\x7f\x7b\x88\xd4\xe1\xae\x1b\x68\x4c\x7c\xe4\x30\x5b\x5c\x10\xae\x7f\x78\x3d\xd5\xdf\x71\x3a\x19\x25\xdc\x3b\xcc\x1b\x15\x85\xb4\xa5\x30\xe3\xfa\xe2\x66\x1d\xb4\xcb\xc5\x01\x29\x7b\x3d\x79\xe1\x15\xad\xcc\xb0\xff\xc6\x43\x2d\x05\xf1\xa5\xa0\x15\xe0\x9c\x1a\xfc\x3a\xc8\x5e\x0f\xbc\x38\x34\x52\xc7\xe6\x23\x21\x52\xfb\x78\x20\x44\x7a\x38\x85\x70\xe2\x57\xd5\x3c\xd3\x7d\xc5\xa0\xb5\xaa\xa7\x70\x62\xca\x1f\x80\x9b\x88\x5e\x2f\xfe\x1b\x07\xbe\x02\x4a\x76\x7c\x28\x11\x16\xa8\x23\x48\x59\xef\x98\x9b\x22\x0d\xbd\x5d\x97\xce\x86\xbf\x2f\x14\xe5\x07\xc6\x47\x86\xa4\xbb\x1c\xf5\x7a\x3f\x72\x63\xa4\x61\xef\x63\x89\xd0\x2e\xec\x7b\x9d\xb6\xe9\x74\x0d\xe6\xbe\x03\x9d\x6e\xd6\x64\xf2\xc4\xd5\x55\xaa\x7d\x3a\xa6\x84\x4d\xf9\x0c\x57\xc4\xf4\x31\x75\x20\x3b\x10\x89\x2a\x63\x02\x54\x55\x97\xa9\xb1\x0e\xaf\x2e\xd2\x26\xea\x55\x17\xdc\x2b\x54\x84\xa4\xc6\xcf\x06\xfc\xf4\x3e\xab\x66\x2a\x44\x08\x9f\x54\x89\xb8\x1c\x11\x12\x43\x8b\x7d\x22\x66\xc8\x35\xa5\x4a\x18\xd7\x7b\xd0\x77\x2f\x4f\xa0\x6f\x5c\x11\xa8\xa2\xe9\x23\x74\x5a\x95\xc6\x83\xb1\x5a\x18\xf3\x0e\xfa\xb3\x2a\xc1\x0f\xfe\xb7\x35\x57\x6a\xf2\x5d\x0c\xbb\x73\xb6\x73\xe2\x19\x42\xe7\x88\xf5\x9d\x97\xa5\x2e\xbb\x18\x6d\x36\xec\x32\x38\x35\x26\xa0\x94\xcc\x6a\xdf\xfb\x5b\x43\x7b\x8f\xce\xe9\xc5\x78\x74\x4e\xfb\x7d\xf4\xdf\xf8\x94\xf6\x1f\x9c\xce\x08\xfc\x38\x7b\x34\x23\x5a\xd9\x22\x36\x1a\xfb\x94\x3c\x7a\x78\x4e\x2f\xc8\x59\x93\xdd\x66\x81\x31\x3d\x31\xcc\xb3\x26\xff\x58\x65\x1f\x1f\x35\xb5\x8f\xc7\x63\x53\x3d\x9c\xf9\x33\x12\x3d\x8f\xfa\xb4\x46\xb1\x3e\xa0\xf2\x94\x6c\x39\xd5\x00\xb9\xd9\x5e\x39\xe5\xe8\x44\xbf\x9c\xa6\xd9\xec\x10\x4b\x72\x38\xad\xe4\xa7\xd7\xb3\x43\x2c\xc8\xe1\xf4\xe5\x8f\x62\x76\x88\x4b\xf5\xeb\x6a\x5c\xce\x0e\x31\x23\x87\x53\xf5\xc3\x0b\x1b\x1e\x44\x6f\x80\x85\xb3\xa1\x71\x60\x73\x1a\x47\x00\x92\x13\x51\xb7\x05\xbc\xa9\x51\x3a\xd7\xf4\x68\xea\xf9\xc2\x72\xba\xbd\xb8\x20\x56\xb5\x1a\xaf\x15\x5e\x9c\x91\xd1\x79\x76\x51\x9c\xf7\xfb\x19\x5a\x1b\x5d\x02\x12\x57\x24\xf5\x59\x8f\x19\x42\x17\xe4\xe8\xc1\xc9\x24\xba\xb2\xff\x64\x25\x3f\x55\x57\xc1\xbf\xaa\x52\x43\x7d\xfd\xed\xb7\xdf\xbe\x86\x7f\xf8\x35\x7e\x3d\x76\xff\x74\xda\xeb\x97\x7b\xff\x7d\xcd\x77\xd3\xd0\xd5\xde\x7f\x58\x35\x0f\xed\xeb\xfa\xbe\xfd\x76\x3c\x86\x9f\xe3\x97\xf7\x55\x7f\x4f\xb3\xfa\x7b\x64\x21\xbc\x42\xc9\xf8\xc1\xd1\x83\x0b\x52\xa9\xad\x4d\xc6\x0f\x8f\x1e\x4c\xa2\x1f\xa3\x64\xfc\xf0\xf8\x91\x4b\x3c\x39\x39\x9e\x44\xc2\xfb\x87\xc5\xeb\xd7\x4b\xf8\x27\xfe\x95\x7f\xcb\xe0\x9f\x49\x2c\xdd\xbf\x6f\xcb\x52\x65\xfa\x97\xaa\xfe\x8f\x75\x05\xfe\xc1\xc8\x9a\x09\x1a\xa8\xa9\x40\xc9\xf8\xe4\xc4\xcd\xd2\xd1\xd1\xd1\x68\x12\x89\x28\x39\x1d\x9f\x1d\xd9\xc4\xd3\xa3\xd1\xf1\x24\xfa\x14\x25\xa7\x47\xa3\x07\x84\x54\x93\xe8\x2a\x4a\xa2\x97\x11\xea\x64\xa4\x09\x67\x99\x93\xe8\x65\xe4\x20\xf4\x2e\x5a\x46\x84\xc4\x37\x64\x3d\xcd\x66\x68\xa2\x9e\x24\x4f\x72\x72\x53\xfb\x65\x16\xad\x32\x63\xaf\x4c\xaf\x17\x29\xd2\x6d\xa1\xcb\x46\x65\x94\x08\xbd\x5d\x6e\x74\x0c\xc6\x1b\x0c\xdf\x21\x84\x22\xe4\xf8\x11\x02\xeb\x73\x11\x67\x64\x8c\x73\xb2\x9e\x8e\x66\xaa\xea\xc1\xd8\x54\xde\x0f\x2b\x57\x6d\xe5\xe6\xef\x7a\x9a\xf5\xc7\x33\xd3\xd2\x38\x52\x08\xec\x01\xb9\xd9\x6c\xf2\x03\xf3\x69\xb3\x89\xc6\xd1\x01\xe4\x2f\xd5\xdf\xcd\x46\x37\x9a\x23\xac\xc6\xa4\x5b\x6d\xf6\xa7\xda\xdd\x11\xf6\xda\x43\xba\xea\xd7\x91\xe3\xb4\x47\xdf\xaa\xce\x37\xe7\xe9\x9c\x64\xfd\xf1\xf9\xfc\xa2\xe8\xf5\xe0\xd3\x7a\x3a\x9f\x9d\xf7\xfb\x73\x74\x6e\x73\xac\x48\xd6\xeb\x45\x07\xba\xbb\x03\xd5\x27\x9d\x7b\x6c\x72\x4f\xa0\xe7\xaf\x23\xbc\x24\xd9\xf9\xf2\x62\x7e\xde\xef\x2f\xd1\x7a\xba\x9c\x91\x55\x27\x23\xf3\xc1\xb8\xb6\xfd\xc4\xad\x79\xbf\x81\x50\xd5\xaa\x8b\x9d\xe8\xa5\x9a\x73\x53\xeb\x8d\x99\x91\x97\x5b\x73\x8f\xb6\x86\x0c\x56\xf2\x3a\xd4\x3a\x0c\x18\x06\xe6\x0d\xca\x7d\x9c\xcf\x90\x1e\x17\x28\x33\x11\x68\x30\xce\x26\x7a\x4c\x00\x56\xf8\xca\xa4\xce\x2f\x8a\x89\x2a\xa0\x81\x4d\x55\xb8\x22\xd7\x9b\xcd\xd5\x44\xf5\x28\xfa\xf1\x9e\x91\x82\xab\x04\xfc\x01\x34\x9f\xbd\x8e\x82\xe2\x6f\xd0\x4b\x95\xf1\x13\xc9\x20\x57\xbf\x9f\xa9\x5c\xbd\x9e\x9f\x05\x06\x77\xfe\xa1\x71\xed\xcc\xe3\x11\xfe\x84\x33\xdf\x42\xed\x19\xc9\xf0\x67\xf2\xc1\xba\x08\x0a\xea\x8a\x5e\x46\x00\x44\x33\x5d\x91\xfa\xb6\x24\xcf\xce\x97\x17\x19\xf4\x86\xd9\xa6\x96\xaa\x37\xcf\x2e\x96\xbd\xde\x07\xab\x90\xfc\x19\x8f\xb0\x6e\x71\x8c\x9f\xe1\xa5\x41\xc5\xdf\x90\xa5\x69\x61\xa9\x6a\x01\xfc\xd0\x55\x01\x33\x71\xbe\xa3\x86\x23\xfc\x46\xd5\x80\x9f\x91\x25\xf4\xbb\xdf\x5f\x76\x9e\xa9\xd2\x7b\x5a\x53\xe3\x33\xb7\xd6\x98\x90\x0f\x0e\xe7\xed\xf5\xe2\x5b\x92\x3a\xbb\x9c\xf7\x55\x5f\xeb\x0e\x42\x0e\xb8\xf7\x6e\x1b\x1e\x32\xfe\x30\x5c\x97\xda\x1e\xce\xce\xdc\x08\x7b\xdf\x11\x42\x78\x0c\x11\x2d\x3f\xa0\x5d\xd5\xbf\xaf\xfa\xda\xda\x27\xd6\x59\x24\x1f\xb4\xaa\x0f\x56\xa5\x18\xf8\x1f\x0b\x55\xfb\x51\xd8\xf7\x76\x7f\xc6\x18\xbe\x4a\x6e\xff\x22\x84\x9b\xfc\x07\x61\xcf\x82\xd6\x9a\x5c\xb8\x50\x4d\xe1\x0f\x75\xdd\xb0\xca\xde\x0c\x6f\xa8\xa8\x18\x2f\x49\xf4\x70\x38\x7e\x38\x3c\x8a\xf0\x9b\x1a\x21\xec\x33\x65\x22\x0e\xea\x6d\x9e\x2b\xfa\xcf\x2b\x2e\x64\xd5\xeb\x6d\x7d\x59\xf2\x7c\x5d\xd0\x09\x8d\x05\xfd\xc7\x9a\x09\x1a\x47\xc3\xe1\xe1\x70\x78\x58\xb0\xab\xc3\x46\x99\x38\x42\x28\xd9\xc1\x20\xc9\xe9\x1c\xe8\x1f\xfd\x77\x98\x2e\xf3\x89\xfe\x19\x4f\x77\x57\x33\xc3\x14\x25\x34\x6e\xf8\xce\xa8\x0e\x63\x6f\x44\xeb\x8a\x76\x2b\x29\x58\x26\x23\xc3\xb4\xf4\x38\xda\x83\x82\x95\xd2\x44\x74\xae\xa2\x06\x5f\x12\x46\xe3\xd7\x89\x75\xc0\x1f\x99\x7b\x0b\x25\x81\xbe\x4e\x71\x2c\xb5\x26\xab\xc6\xef\x1b\xa7\x68\x3b\x84\x6d\xad\x90\xd3\x9a\xcf\xdd\x90\xbe\xb1\x34\x64\x8a\x2f\x5c\x72\x14\x3a\x9f\x37\xdc\x7e\x1c\x81\x96\x2f\x68\xf5\x62\x86\x3a\xa5\x91\xb7\x4a\xbe\xf2\x49\x4f\x39\xcc\x80\x51\xfa\xcb\xa0\x0c\x58\xd1\x83\x87\xa8\x1f\xad\x3e\x47\xd8\x96\x03\x0e\xac\xcd\xfd\xb7\xfe\x43\xf8\xea\xc9\xf2\x9c\xa0\x65\x6b\x22\x25\xe7\x85\x64\x2b\x55\x95\x2f\xea\x14\xc3\xac\xe0\x25\x05\xa6\xf0\xc1\x08\x21\x1c\x0a\x1e\xfc\xac\x25\x38\x14\x29\xf7\x8d\x0d\xab\x69\x31\x5e\xb0\x6c\x77\xf9\x2a\xcd\x98\xbc\x05\x47\x55\x41\x0a\x19\x23\x5c\xd6\x6a\x45\xbc\x79\x4d\x0d\xc6\x2d\x3b\x7a\x12\x99\x69\x81\xaf\x65\x84\x53\x08\x68\x1f\xc7\xb2\xf1\x1d\xa0\x17\xdf\x39\x7d\x6c\x35\xa9\x8d\xd7\x5b\xcd\x8e\x7c\x7b\x03\x9f\x1c\x51\xb9\x6b\x84\x1f\x8d\x20\x4a\xa6\xf6\x43\x6c\x9c\x96\x57\x54\xbe\x28\x25\x15\x37\x69\x11\x14\x61\xf3\x98\xa3\x86\x8c\x61\xe7\xe7\x94\x04\x62\x57\x30\x58\xe9\xf5\xc6\x63\x42\xa8\x2f\xb3\x54\xd9\xb4\xcc\x92\x92\x50\xd0\x63\x43\x25\x6b\x4b\xd2\xbb\x34\xf6\x3d\x39\x39\xa7\xad\x5d\xd0\xf1\x76\x7d\xaa\x54\xc7\x1f\x8c\x20\x4c\x16\x2f\xdb\xb3\xe6\x71\x6c\x02\x42\x43\xdb\xb3\x3a\xc7\x05\xc6\xf8\xdc\x51\x1b\x7a\x8a\x3c\xd7\x02\x8b\xb4\xfa\x13\xb8\xa5\xb5\xa1\xa1\x78\x09\x3e\x2f\xdf\xdc\x50\x4f\xb3\x52\xb6\xe2\xfa\x36\x36\x73\xd6\x1c\x4b\x7a\xe6\x58\x30\xce\xc3\xf7\x57\xbb\x36\xfd\xc0\x28\x66\x0a\x2f\xe8\xb7\x9d\x9e\xc6\x3a\x52\xec\x13\x36\x60\x4e\x62\x06\xdb\xa5\xcf\x8c\xbc\xe2\xf0\x08\xa7\x04\x3c\x87\xad\xfa\x6c\x78\xc5\xa5\xe4\x4b\x95\x58\x80\xc0\xc8\x39\xe1\x8c\xe9\x30\xe3\x5c\xe4\x95\x22\x26\xe3\x3b\x55\x45\xc2\xb1\xe4\xab\x24\xad\x71\xa4\x77\x5e\x84\x50\x40\x4c\x35\xfc\x17\x83\x05\xe5\xa4\x98\x66\xb3\xe1\x87\x0f\x69\x59\x72\x09\x96\x73\x9d\xbc\xd7\x33\xf4\x56\x8e\xea\xb5\xb3\xbf\xdf\xe7\x2a\x6d\xf7\x94\xe1\x2d\x55\x03\xcb\x83\x7f\x2e\xd2\x6b\xcd\x4c\x37\xce\xfd\xe9\x0e\xaf\xfe\x74\xca\x67\x9d\x50\xff\xa2\x52\x74\x63\x0d\x41\x1e\xb1\x3a\xa2\xd7\x10\x95\xc3\x84\xf5\x84\x95\xfe\x94\x32\xc9\xca\xeb\xe7\x5c\x90\x51\x10\xc8\xb9\x11\xc8\x42\x7c\xe6\xa1\x5a\xbc\x8e\x68\x40\x05\xac\xe1\x14\xac\xea\xd7\x58\xb6\x83\x70\x5a\xb3\xea\x20\x10\x95\x49\x9b\x96\x33\xeb\x5f\xb6\xd3\xca\xe7\x77\x23\x05\x3b\x2f\xf0\x02\xa5\x87\x78\xef\x21\x8e\x2b\x92\xda\xcb\x35\xbd\xef\xb8\xd4\xf7\xce\x20\xea\x0b\xcc\xd4\xb1\xa3\xe8\xe3\x7b\x94\x60\xc2\x56\x10\xfa\x8a\xaa\x97\x6b\x75\x1e\x17\x34\x02\x99\x25\x38\x0d\xe4\x65\x5c\xd9\xdd\x7b\x43\x45\xcb\xb1\xb4\xd6\x0c\xa9\xb4\x13\x65\x8f\x39\xe8\x9b\xfa\x54\xf4\x86\x0a\x26\x6f\x3b\x5a\x37\x3d\xa2\xfa\x42\x37\xfe\x28\xef\xbf\xdf\x9c\x04\xf2\xbe\xbe\xd3\xaa\x4a\xaf\xe9\x00\x8c\xe5\xbe\x4a\x2b\x88\x0e\x4d\x19\x14\xc8\x2f\x0b\xdf\x19\x69\x03\x3d\xf6\x1c\xc2\x25\x11\xf6\xf7\x66\x23\xb0\xd9\xe9\x8f\xdd\x6e\xaa\xd4\xb6\xb8\x56\xf7\x64\xb1\x02\x8f\xb0\x3f\xf0\x4a\xa1\x85\x08\x47\xaa\x9e\x08\x75\xd4\xb2\x89\x61\x5a\xdd\x96\xd9\x66\xc3\xf4\x8f\x89\x7f\xeb\x7b\x8c\x2e\xaf\x07\x98\x83\x57\x85\x06\xe6\xc3\xfb\x89\x93\xc1\x18\x83\xbc\x38\x76\x71\x8e\x53\x54\x4b\xb5\x76\x5e\x02\x16\x31\x74\x0f\x6c\x59\xe3\xc0\xf9\x80\x6a\x76\xab\x02\xec\xb7\xa8\x2d\x50\xca\x5e\x4f\xf8\x2e\x06\x29\xb8\x93\x2c\x11\x5e\x03\xca\xa2\x0e\xfd\x52\xed\x51\xd8\xb8\x25\x4a\x54\x32\x0b\x5b\x55\xdf\x7d\x2b\xb9\x35\x44\x3d\xbf\xe3\x96\x3d\x66\xac\xfa\xe0\x04\xf4\x66\x60\x4d\x0a\xb7\x0e\x19\xd9\x2d\x64\x05\xbf\xc4\x5b\xc6\x20\x8e\xb5\x6d\xbd\x39\x5a\x43\xe9\xf3\x58\x4e\xd9\x0c\x6c\x1e\x98\x6f\x59\x5a\x7a\xde\x82\x63\xa1\x88\xe0\xd1\x79\x7e\x91\x35\x75\xe6\xba\xce\x05\xd8\xe1\xab\xfb\x62\xe1\x93\xba\x70\x3d\xad\x48\xe1\x1f\x39\x5f\x3e\x1e\x97\x64\x74\xbe\xbc\x58\x34\x8d\x2c\x2d\xe9\xba\x98\x2e\x67\xf8\x9a\xdc\x34\xfb\xe8\x7a\xb3\x89\xaf\xdd\x3e\xc2\x8c\x5c\xe3\xb9\x7d\x25\x24\x2e\xc9\x1c\x4d\xca\x84\xe1\xf5\x70\xce\xc5\x32\xf5\x20\x54\x51\x1b\x64\x3b\x39\xbe\x41\x08\x07\x1d\x5e\xb5\x8e\x63\x95\xe1\x06\xf8\xe6\x85\x3d\xf6\x8c\x57\x2f\xeb\x65\x3b\xbe\xd1\x1c\x5c\x95\x0b\xdf\xb9\xed\x9a\xec\x3c\x6a\x06\x51\xff\x1a\xfb\x17\x51\x72\x53\x23\x54\x17\xe1\x31\x5d\x51\xa9\x5f\x5e\xc1\xe9\x14\xe7\x58\xe2\x34\x5e\xe1\x39\x5e\x38\xe7\x2f\xd8\x81\xc5\xd0\x60\x93\x15\x42\x75\xbd\x1e\xf2\x52\xfb\x13\x7f\xc9\x4a\x05\xc2\xea\x9e\x6b\x25\xc5\x02\x67\xd8\xc7\xc6\xb3\xe0\xd4\x6a\x6e\x0f\xd9\xeb\xc5\xa1\x09\x9b\xc5\x45\x14\x32\x67\xd1\x92\x3d\x48\x5c\xa1\x10\x7e\x95\xcf\x76\x33\xd7\xee\x73\x1e\x2a\xac\xae\x06\xab\x73\x56\x1a\x07\x78\xb1\x3e\x27\xf0\xc1\x38\xdc\x9c\x58\xf3\x54\x53\x70\x6e\x4f\x87\x2f\x4a\xa6\xba\xc4\x15\x70\x42\xb4\x20\xb1\xe3\xb4\x82\x97\x37\xe5\x13\xd8\xce\xbd\x9e\x08\x77\x77\x06\x78\xf3\x7c\x1e\xc3\x11\x06\x2e\xfa\xa8\x70\x92\xef\xe0\xbc\x0f\x2b\x6f\x10\x2c\x84\x83\x39\x09\xb2\xb9\xe9\x31\x4e\x2a\xfc\x8f\xc8\xf7\x25\x51\xe9\x33\xd4\x0e\x5f\x07\x19\xa8\x22\x85\xc9\x1c\x8c\xcd\xce\xab\xfc\x9d\x57\x4d\xf3\x99\x36\x61\x5f\x83\xbf\x08\xbd\x11\xfd\xfa\xc1\x6e\x8a\xc5\x02\xc7\x73\x52\x22\xef\xb0\x7a\x6e\x66\x74\x72\x17\x9e\xda\xc9\xbc\x4e\xe2\x79\xaf\x77\x30\x3a\x20\x64\xbe\xd9\xc4\x73\xb0\x9f\x9a\x23\xbc\x36\xd1\x98\x16\xfb\x27\xb5\x0c\xe6\x74\x74\xe0\xe5\xb5\xf0\x68\x6e\xd1\x2f\xcf\xf4\x22\x9c\xde\x22\x16\x1a\xdd\x9f\x83\x23\x6b\x03\x29\x10\x60\xa6\x82\xd9\x5a\x51\xa1\x76\xf2\x4b\x80\x99\xb8\x6d\xbd\xdb\xcc\x48\xaf\xa7\x03\xad\x22\x13\xed\xe0\xbf\x20\xa5\xae\x48\xec\x6b\x56\x49\x2a\xcc\xe5\x6b\x76\x52\xf4\x5b\xc5\xcb\x9d\x61\x14\xa6\xb3\x8e\xfa\x06\xe0\xba\x4a\x45\x45\xc1\x7d\xa4\x4f\x82\x37\xc1\x1d\x86\x05\xcf\x3a\xc2\x77\xf7\xa2\xef\x76\xa6\x95\xba\x3e\x80\x52\xd5\x18\xdb\xd7\x0c\x2c\x3e\xc1\x5d\x99\xcd\x57\xa4\x7e\x36\x78\xb3\xb9\x0c\x2a\x92\xc8\x1a\xd5\xa0\x3a\x1b\x76\x4b\xd1\x80\x5a\x63\xa5\x74\x0a\x2b\x5d\xf1\xff\xc3\x95\xbc\x4d\x97\xc5\xbe\x95\xd4\xd3\xa6\x72\x0c\x0b\x9e\xe6\xcd\x9c\x31\x7b\xfd\xeb\x48\x00\xbb\x16\xb1\x34\x5e\x53\x86\x5b\xcb\xb6\xf5\xc5\x2e\x15\xb3\xf8\x63\x8d\xfe\x27\xaf\x08\x8e\xb2\xdf\xaa\xe8\x8f\x5a\x97\x60\x32\x41\xa3\x2c\x5d\xe6\x10\x58\x2b\x58\x2f\x1c\xad\x8a\x94\x95\x51\xb8\x6e\x18\x22\x7a\x2f\x79\x4e\x7f\xfa\xf1\x25\x68\xb9\x9a\xdf\x44\x35\xa7\x7e\x1f\x7e\xfb\xfa\xf0\xdb\xd7\x43\xd5\x61\x83\xec\xdf\x79\xfa\x26\x01\x97\x4b\x17\xae\xc0\xcb\x34\x55\x88\x07\x2d\x33\x46\x41\x4e\xdd\x08\xde\x15\xd5\xd5\x90\xd9\xd3\x99\xa1\x29\x4b\x5f\x8f\xdf\x54\xb4\x65\xdb\x3a\xe5\x33\xa4\x50\x6e\x8d\xe1\x81\x7a\x3f\x08\xdc\x2d\xb7\xd6\x6b\x42\x93\x6c\x3b\x39\x06\x3b\xac\x59\x47\x84\x0c\x06\x0a\x5d\x89\x51\x5d\xc7\x02\xb3\xc0\xcc\xdc\x86\xb4\x0b\x7a\x68\xd6\xf8\x95\x22\x45\x40\x90\x9f\x2a\x44\xc0\x4b\x6d\x1a\xb7\x9e\x84\xad\x01\xc4\x81\x5d\x6d\x66\x02\x04\x96\xe9\x92\x5a\x87\xed\x5b\xa3\xf6\xc2\x71\xc7\x36\xda\x9c\xd8\x9f\x09\x7c\x73\x18\x05\x40\x33\x0b\x6e\x51\x6d\xf8\xbf\x58\x2d\xea\x35\xd6\x76\xe4\x06\x2e\x40\x45\x43\xdf\xe6\xfb\xa8\xb9\x2a\x13\x6c\xa5\x28\xa0\x6a\x58\x89\x8c\xa4\x1d\xed\x68\xc9\x65\x0f\x94\x89\xdf\xa5\xd7\x5a\x95\xd8\x96\x9a\x8e\x66\x78\x4d\x04\xa0\xe9\x7c\xd6\xb1\x44\xa9\xda\xea\xe1\xc5\xa7\x86\xb9\x5f\xa0\xbf\x6e\x96\x81\xa2\xf5\x94\xce\x62\x7b\x23\x16\x3e\xb3\x56\xfb\xb0\xfe\x8e\xce\xb9\xa0\x71\x85\x0b\x2d\x0c\x81\x8d\x47\x88\x9c\xb8\x2d\x9a\x22\xcc\x63\x75\x46\xaa\x4d\x03\x38\x89\xf9\xf2\x5b\x15\x4f\xd3\x19\xe6\xe0\xda\x21\x5d\x4b\xfe\x92\xa7\x79\xb8\xae\x3a\xde\xc8\xee\x55\x13\x68\xb3\x09\x81\x44\x84\xb7\xbb\x42\x8c\x2d\xc6\xa4\x6a\x88\xb0\xf4\x91\x28\x48\x82\x71\xd5\xff\x45\xef\x88\x46\x0f\xcd\x99\x72\x6c\xdb\xba\x4b\xb4\xed\x1b\xfa\xa7\x52\x77\x23\xef\x02\x76\xd4\x8d\xfa\x52\x3b\x84\xae\xd8\x72\x55\xd0\xae\x9e\xba\xda\xe7\xeb\xbb\xfa\xcd\x2e\x39\x8c\x27\x09\x3a\x34\xe7\x59\x14\x39\xb3\x0a\x9f\x2c\xd6\x76\x14\x93\x98\x0e\x19\x38\x41\x79\x92\x56\x9a\x52\x8e\x58\x84\x30\x55\xd4\x05\xd8\x5f\xa3\x84\x36\xca\x24\xd8\xb3\xc0\x88\xc1\x48\x5f\x4e\xa2\x28\x89\xfe\x1e\x21\xb0\xc2\x00\x6b\x0c\x14\x61\x11\xc8\x0f\xa8\x42\x53\x62\x3a\x2c\xe9\x67\xf0\x2b\xa5\xb6\x2f\xea\xf5\x24\x84\x74\x0c\x12\xb1\x89\xe2\x79\x4d\x3f\x13\x01\x4e\x8b\xae\xe9\x67\x64\x15\x39\x3e\xd2\xd0\xed\xd6\xb6\xdf\x40\xef\x14\x6a\xc0\xa7\x91\x30\xb8\xf3\xe1\xfd\xf0\xf0\x1a\x07\x7e\xdd\x77\x51\xe6\xa2\xdf\x47\x9e\xdf\xc0\x5e\x0f\x74\xb8\xb6\x2b\xf1\x34\xa8\xc0\x04\xfe\x23\x2d\x4d\x9f\xf3\x54\xa6\x84\xb6\x58\xc9\xdb\x0e\x77\xac\xfe\x56\x39\x5c\xe9\xc0\x8c\x0d\x56\x67\x12\xac\x57\x4b\xdb\xd2\x88\x78\xdf\x2c\x47\xb4\x29\x6f\xe2\x01\x8a\xe1\x8a\x57\xfd\x30\xdc\x0b\x66\xba\x87\xb5\xf6\xfd\xce\xb3\xb4\xb0\x7e\xe0\xd5\xef\x21\x2d\x73\x45\x34\x68\x09\xa0\x97\x88\xac\x00\xc8\x4b\x7b\xa7\x2a\xd2\xd1\x7b\x9c\x13\x30\xfd\xd5\xe6\x7a\xab\x40\x58\xb3\x1b\xb8\x16\x0b\x74\x9a\x1a\x14\x24\xeb\xce\xa8\x19\xf0\x0a\xa0\x56\x6d\xaa\xad\xb7\x59\x5a\xf6\x7a\x71\x45\x5a\x69\xc6\xae\x66\x98\xad\x85\x00\x72\x05\xe4\x95\x30\x72\x4d\x72\x09\xd9\xaf\x8c\xcd\x0c\xe6\x75\xe3\x3c\x91\x4e\x4b\x4d\x7f\xa8\x73\x7b\x74\xbe\x6e\xb8\xd1\x6b\xcb\xf7\xcd\x48\x31\x5d\xcf\x70\x4e\xe2\x83\x0c\xd6\x72\x58\xf1\x62\xb3\x11\xea\x4f\x8c\x50\x33\x4f\x99\x81\x54\x05\x80\x39\x4c\xa7\xc9\xaf\xa0\x7b\x62\xda\x21\x5e\x5a\x62\x7e\x2b\xe0\x9a\xc4\x20\xe5\x49\xb3\x8f\x9b\x8d\xfd\xe5\xb3\x7a\x74\x69\x84\x5b\xd5\xc0\x86\x71\xf5\xf0\x55\xaf\x67\xca\xba\x1f\x3e\x60\xe8\xa2\xf6\x03\x38\x99\x45\xd8\x14\x5e\x82\x3c\x28\x05\x39\x9f\x97\x84\x33\x0b\xcb\x26\x51\x4d\xa2\xa2\xd4\x4a\xf3\xcb\x38\x39\x33\x6f\xc6\xcd\x5d\x5f\x9a\xf7\x9f\x4a\x26\x5d\xd1\x9c\xb6\x8b\x82\x9b\x5b\xcb\x98\xbe\x3c\x02\x1f\xec\x06\x78\x8d\xd2\x80\x26\x9b\x8f\xce\x17\x17\x8e\xcf\xbd\xe8\xf7\x51\x3e\x5d\xcc\x54\x45\x16\xfa\x35\xb2\x0c\xce\x2c\xd5\x27\x0c\x7d\x4e\x4c\xdf\xa7\xe0\xb6\xc5\xe3\xd1\x5e\xa5\xd9\xc7\x9f\x56\x71\xde\x08\xaa\x07\x71\x3e\x1d\xcf\x26\xea\x61\x52\x92\x11\xcc\x8d\xae\x60\x34\xb3\xe8\xb3\x49\xe9\xf5\xcc\x0f\x08\x7c\x3c\x69\xf2\xd9\x36\x1b\x45\x4d\x58\xea\x58\x0b\xf7\xea\x3a\xd4\x5c\xd3\x52\x2e\xd2\xf8\x7f\xd1\x1e\x29\x0f\xe8\x66\x63\xef\x39\x87\x48\xd1\xcd\xe6\x40\xee\x48\x6f\xd9\x92\x08\x4f\xb3\xa7\xdc\xef\xf3\xa2\x44\xfa\xe8\xdc\xe9\x5c\xe5\x80\x6b\x27\x32\x32\x0c\x11\x29\xfa\xfd\x3a\xf4\xe1\x82\x76\x14\xef\xf5\xc4\x60\xe0\x1d\x51\x22\x14\x37\x94\x98\x61\x1b\x45\x42\x6b\xd1\xae\xa8\xa8\xc0\xed\x5c\x63\xf7\x5a\xc0\xc1\x66\x93\xe1\x38\xa8\xce\x8b\x5e\xef\xa0\x3a\x2f\x48\x01\x33\x8a\x62\x36\xac\x56\x34\x9b\x70\xf3\x03\x17\xf0\x07\x29\xa2\x47\xa1\x30\x44\x9f\x2d\x08\xce\x8b\x42\xe3\x89\x6b\x52\x4d\x74\x3c\x07\x93\x4b\x5d\x3a\x26\x0e\x4a\x2c\xb1\xae\x08\xe1\x0c\xb2\xc1\x6e\x49\xa8\x3e\x3e\xa0\x0f\xf1\x1a\x75\xfc\xfe\xaa\x0e\x99\x13\x37\xec\x2b\xb9\x83\x36\xd6\x58\xd5\x97\x98\xfe\xe9\xfa\x32\x0c\x5b\x7f\xbb\x8c\x0e\x19\xd4\x9c\x97\x99\x7d\x75\x95\xd1\x32\x4f\x98\x39\x9b\x63\xf8\x81\xb0\x39\x00\x6d\x3a\x70\x81\x98\x0e\x53\xf8\xcc\xcb\x08\x3e\xf8\xec\x61\x9d\xa4\xbd\x5e\xaa\x01\x37\x9d\xa6\x8d\x67\xa3\x24\xad\x7d\xc9\xc8\xce\x70\x92\x41\xcc\x10\xd5\x3b\x70\x4a\xd8\x9c\xe4\x7a\x67\xa3\xd6\xd1\xed\x7d\x8a\xfd\x41\xba\xd0\xd2\x5a\x0c\x6d\x0f\x86\xcd\xc6\x64\x52\xc7\x6c\xce\x4b\xf9\x02\x92\xf5\x3c\xed\x17\xfa\x6d\x59\xf0\xb1\x79\x2c\xc1\xbd\x92\x6f\xdc\x6a\xcf\x41\xbc\x5d\x35\xba\x1c\x8c\x1b\x44\xe1\x87\xb4\xaa\x0c\x75\xe1\x4e\x2c\x17\x87\xb2\x22\xd2\x5d\x1d\x1d\x9a\x80\x92\xef\x79\xd3\x19\xed\x96\xd7\x31\x04\x0b\x7b\x99\xac\x49\x65\x9c\xf2\xae\xc3\x33\x11\x16\x2e\x48\x7b\x31\x7f\xc9\x4a\x6d\x34\x6c\x2f\xa2\xb5\xbe\x61\xf4\x6d\xa7\x29\x9b\xac\xd7\xcb\xa6\xa3\x19\xba\x4b\x07\x03\x1c\xaf\x0d\x26\xb5\xb6\xe8\x55\xac\xfa\x19\xa6\xce\x10\x66\x2e\x30\x69\xe6\xdb\x9a\x7a\x11\x17\xea\x5a\x8b\xce\xad\xb4\xef\x62\x34\x19\x25\x76\x16\xa6\xe9\xac\x76\x0c\xe1\xb7\x80\x90\xee\x24\x1a\x74\x06\xb3\xb7\x02\x12\xbe\x31\xaa\x72\xa5\x63\x13\x35\x53\x91\x22\xd5\x8e\x3a\x85\x02\x3b\x19\x73\x1c\xc1\x7e\x8c\x2c\xe1\x77\x57\xe3\x82\xf0\xe1\x92\xca\x74\xb3\xb9\xab\x81\x1f\xeb\x0e\xc0\x4c\x9d\x52\x5c\xc1\x41\x76\x40\x8a\x5e\x8f\xb7\x8f\xab\x0c\x35\x1e\x8f\x49\x3a\xcd\x66\x0a\x03\x5c\x10\x3e\xcd\x66\x78\x4e\x46\xe7\xf3\x46\xd2\x31\xb7\x6b\xb8\x22\x8b\xe9\x7c\xd6\xc9\x1b\x4d\xa4\x32\x5e\x61\x8e\x10\x8e\x57\x0e\x80\x57\x66\x15\x91\x65\x00\x03\xe2\xb3\x24\x77\xcd\x69\xb2\x23\x6c\xb2\x3e\x22\xcc\x08\xb1\xb9\xdc\xc0\x2b\x35\x86\xfd\xe0\xfd\xd4\x55\x68\xdf\x8c\xd0\x66\xb2\x9e\x4c\x67\x89\xbe\x65\x20\xae\x5d\xab\x91\x26\x5a\x81\x6e\xc5\xc8\xed\x5c\x2b\xd2\x5e\xa6\xa6\x29\xa9\xb7\xe0\xbe\xd6\xa4\xc3\x04\xec\x2f\x17\x33\xb9\xee\x48\x6f\x8f\x03\x22\xe6\x9d\x6b\x74\xe8\x3a\x17\x4b\xef\x7c\xc0\x7e\x21\xa4\xb5\x4f\x00\x91\xd1\x1c\xfb\xec\x23\x31\x29\xae\x1d\x5f\x20\x2e\xb7\xef\x0b\x1d\x88\x05\xee\x0a\xb1\xef\x84\x2e\x75\xd3\x70\x4c\x97\xfe\x31\x6d\x91\x25\xe2\xf7\x6a\xe2\x0f\x24\xf1\x07\x62\xea\x69\xd0\x34\x75\xc6\x6f\xb7\x5a\x37\x4e\xd9\x0c\x8a\xc2\xe2\x14\x5c\x1a\x94\x25\x15\x61\x34\xae\xc0\x6e\x49\x9f\xb4\xba\xcf\xd4\x9f\x34\x7b\x49\x35\xfd\xaa\x6b\xbb\x44\x55\x9c\xe2\x02\xd5\xea\x98\x28\x1c\x98\xdf\xa8\x2d\x51\xa0\xa2\xbd\x13\x40\xa9\x74\x39\xbd\x99\x91\x62\x7a\xd3\x58\x63\x2f\xff\xab\x92\xe6\x74\x68\x75\x08\x3e\xb3\xf2\xba\x75\x7e\xd9\xad\xf2\xb5\xbe\xe3\x02\x3a\xb7\x31\xc5\xd9\xe1\x0d\x64\xcb\x8e\x16\xfc\xe6\xda\xeb\xb2\xd7\x63\x97\x83\xf1\x84\xf5\xed\x4d\x93\x68\xaf\xbe\x9c\x48\x43\xe2\x4c\xac\x55\xad\x40\x49\x43\x22\xf1\x89\x0d\x41\x2d\xfa\x71\x39\xf1\xe2\x50\x27\x23\x94\x0c\xc6\x75\x73\xbe\xec\x3f\x7c\xf8\x5a\x52\x11\xe2\x3b\xd2\x40\x26\x38\x28\x75\xfb\xbf\xa4\xe2\x9e\x73\x46\x6c\x55\xe8\xed\x77\x2c\x86\x90\x1a\xd6\xab\xa8\x07\xf7\x66\x1a\x08\xd2\x40\x17\xc6\xd5\x12\x7c\xd2\xdb\xc0\x24\xa1\xda\xee\xab\x2d\xc6\x24\xf7\x0b\x35\x81\x71\xbc\xc4\xce\x5a\x5d\x8b\xb0\x62\x80\x84\xa7\xc3\xac\xe0\x15\xed\xf5\x98\x21\xf5\xec\x64\xfb\x85\x6c\x15\x9e\xb2\x97\x26\x66\x2d\x66\x13\xe7\xc4\x54\x34\x29\xe3\x35\x36\xbf\x31\x53\xb4\x29\x4e\xb5\xe8\xe4\x29\x2d\xd8\x92\x49\x2a\x2a\xb5\x58\x48\x61\x70\x2b\x5e\xf5\x7a\x07\xdb\xdf\x9d\x4f\x14\x4d\x73\x9a\xea\x10\xbe\xa7\x53\x0a\xa1\x28\xd8\xf2\xad\xbc\x2d\x14\x85\xe7\xbd\xf5\xa3\x6e\xd4\x0f\x13\x06\x50\x5f\xd4\xc9\xb5\x27\x7f\x3b\x21\x64\xed\xec\xb0\x73\xa3\x02\x5d\x91\xd4\x27\xde\x99\xed\x82\x03\xca\xad\x2a\x10\xce\xdd\xd0\xb6\x46\x06\xe1\xc6\xf7\x8d\x01\xe1\x54\xbf\x99\x41\xc4\x95\xc2\xd0\x4d\xf7\x9b\x0f\x89\xff\x82\x70\xe5\x11\xfa\xe3\xc3\x11\x6e\xd6\xd7\xa8\x9e\x89\x6d\xd5\x33\xbc\x20\x62\x9a\xcd\xcc\xca\xa9\x15\x5b\x0c\xf9\x8a\x96\x7a\xc1\x90\x5d\x1b\xbb\x0e\x8b\xf6\x30\x74\x28\x67\xb5\x34\xba\x5c\x7b\x65\x16\xf6\x9d\x04\x1b\x6d\x61\xaf\x40\x7d\x74\x4f\xec\x8f\x98\xeb\xfd\x82\xa3\x08\x25\x23\x84\x17\xc1\x5a\x2e\xda\x6b\x19\x26\x0c\x54\x07\x22\x30\xa8\xcf\x7b\xbd\xfc\xa2\xe8\xf5\xe2\x82\xe4\xa8\x2e\x0e\xd4\x7c\xec\x5e\xde\xc2\x2c\xef\x1c\x9c\xf3\xdb\x95\xd5\x9b\xd6\xae\xec\x8e\xf2\x08\xcf\xdd\xbd\x13\xb2\xb4\xac\xae\xa1\x37\x0b\x93\xed\x1d\x9c\xc8\xc6\xdd\x8f\x99\x03\xfb\x23\xde\x59\x36\x31\x27\x09\x2e\x51\xa2\x71\xf5\x1a\x5f\x15\x69\xf9\x51\x61\xcd\x4d\x17\x3c\xd9\xa8\x5f\x49\xb9\xab\x03\x40\x8d\xba\x3a\xd4\xbe\x77\x2f\xf1\xce\xe2\x49\x69\x4f\xb3\xe0\x33\x8a\xde\xab\x7b\x2c\x6c\xd2\x1e\x26\x61\x4d\x36\x8f\x86\xf2\xd0\x7f\xfa\x0e\x17\xde\xe6\xd8\x12\x53\x3e\xeb\x98\x46\x52\x00\xb3\xad\x7a\x53\xdb\xa5\x10\xce\x0c\x53\x67\x7b\x8e\xcb\x00\xce\xd4\x39\x0a\x4e\x09\x04\xcb\x9e\x2c\x52\x51\x25\x72\x18\xbc\x7f\x09\x61\x81\xcf\x93\x3b\x8b\x9d\xc0\x2b\x36\xd8\x4b\x7b\xe6\xeb\xc4\xe5\xd3\x7d\xd0\xcb\x51\xab\x7f\x7f\x24\xee\x71\xc5\x3f\x51\xf1\x21\xe3\xcb\x15\x2f\xd5\xc5\xed\xe1\x0e\xdb\xe2\xcb\xaf\x2a\x95\xe6\x39\x2f\xb5\x04\x51\x93\x2c\xff\x02\x2a\xf3\x3b\x7a\x85\x7f\x67\x67\x7e\x2f\x42\xe4\xd1\x6b\xd1\x42\x2e\x0b\xed\xec\xfc\x2a\x15\x55\xb4\x87\x7c\x6b\xa3\x50\xb1\xcf\x4d\x89\x24\xfd\x2c\x0f\x55\x45\x11\xc2\x77\x0a\x4a\x93\xe8\xee\x2e\xc2\xb0\x11\x92\xa8\xae\x23\x0b\x11\x5e\x19\xaf\x4d\x84\x5b\x67\x6b\x72\x30\xaa\x91\xaf\x62\xf2\xea\xc5\xab\x67\xb1\x6e\xe6\xf3\xa0\x29\x39\x90\x74\xb9\x2a\x52\x49\x23\xdc\x1e\xc7\x1f\x2e\xfa\xde\x0f\x38\xc3\xa1\x59\x12\x6d\x13\x6f\xfe\x68\x87\xef\x3b\xf3\xd1\x9c\xc9\x43\xb8\x3b\xae\x44\x9a\x7d\xa4\xb2\xfa\xd7\x30\xe3\x2d\xa8\xb9\xb7\x27\xf8\xde\x0e\xfc\x2b\x66\x28\x74\xf8\x91\xde\xbe\x4a\x57\xc3\x6a\x7d\x55\xb0\x25\x25\x77\xf3\xb4\x28\xe4\x42\xf0\xf5\xf5\x22\x89\x8c\xb3\xfe\xa8\xc6\xe0\x8c\x8a\x2f\x97\x69\x99\x57\xe0\x71\xe6\x07\x5e\x61\xd6\x94\x37\x39\x49\x93\xb2\x4c\x33\x13\x03\x00\x9c\x20\x44\x4f\x96\xf9\x20\xd2\xbe\x41\x06\x51\x27\x54\x6b\x46\x77\x36\x3c\xba\x73\xee\x52\x7d\x77\x1b\x46\xc2\xb7\x22\x9b\xa1\x71\x3c\xa4\x25\x2c\x9b\x8d\x1c\xe6\x3c\x33\xa5\xd5\x8d\x4e\x97\x2b\x79\x1b\xa3\x50\x03\x96\x01\x5e\xc9\x2e\x46\x10\x5c\x0d\xe2\x95\xba\xfa\x6c\xa8\xed\xd2\x78\x36\x18\x8c\x91\x75\x8b\x03\x22\x50\xb8\x53\x8c\xab\x05\xb8\x77\x2e\x47\xbd\x9e\xaa\xe2\x92\xf0\x96\xa4\x7f\xbb\xb2\xfe\x38\x08\xf5\x90\xe2\x8a\x58\x96\x41\x01\xfd\x50\x98\x0e\x70\x6c\x6c\x5d\x80\xef\x14\x07\x64\x7d\x5e\xf4\x09\xc3\x99\x65\x65\xe4\x3a\x82\x10\xd8\xa2\x5f\x8c\x26\xc5\x60\x9c\x14\x08\x2f\x48\xf4\x41\xdb\x59\x52\xcf\x03\x74\x9c\x23\xb0\x3f\x8d\x78\x04\x22\xb6\x4f\xda\x46\x31\x0f\xdd\x3d\x83\x39\x67\xbc\x20\xd1\xcf\x11\xb2\xac\x1a\x42\x2a\x14\xf1\xe8\x40\x65\x8f\x2b\x12\xb1\x32\xc2\x29\xf1\x02\x0c\x45\x20\x9b\xaf\x40\x6b\x70\xa1\x29\x27\x55\x7b\xda\xeb\x45\x3f\xeb\x56\x60\x96\x8b\xc1\x00\x43\x82\xfa\x60\x9a\x67\x97\x23\x74\x97\x92\xe8\x53\xe4\xd8\x57\x86\x75\xe5\x0c\x7b\xac\x73\x89\x02\xd5\x31\x2c\x2c\x66\x3a\xde\x92\x40\x89\xb8\x18\x4d\xb4\xbb\x85\x18\x25\x6c\x28\xb9\x96\xb4\x8b\xa9\x9c\x46\x8f\x0b\x39\x00\x07\x27\x33\x12\x5d\xf3\xb7\xeb\xab\x4f\x5c\xe4\x26\xc1\xdf\x02\x69\x4c\xf1\x60\x8c\x6a\xec\x4a\x69\x4f\x28\x7e\x31\x9b\xd2\x2e\xa7\x8a\xb1\x5e\x2f\x96\x53\x80\xe5\xa6\x39\xc7\xfb\x7b\xbb\x6c\xb8\x5d\x15\xc0\xbc\x02\x76\xd5\xca\x0e\xc0\x2f\x62\x1b\xeb\x45\x0e\x59\xf5\x23\x4d\xf3\x37\x65\x71\xdb\x90\x2e\x86\xa9\x29\x15\xce\xa0\x63\xde\xc5\xbb\xb5\x10\xe4\xb0\x60\x55\xe3\x15\xa9\x8a\x91\x93\x1c\x6a\x7d\x96\xc1\x18\xeb\x18\xd1\xf4\x3c\xb5\xd0\x54\xed\x28\x36\x4d\x75\x70\x2b\xed\x79\x41\x07\x5a\xbe\x20\x1c\xd9\x08\x56\xa5\x49\xeb\xc7\x62\x32\x4a\xc6\x08\x8f\x50\x47\x5a\xf1\xaa\x76\x84\x04\x9e\xa6\x0a\xe3\x21\xac\xaf\x95\x1e\xd4\xf4\x44\xc8\xe1\xcb\xb0\x9d\x0a\xa3\x05\x65\x62\x48\x63\x1b\x36\x4d\x35\x9f\x14\x58\xc7\xdf\x4a\x8a\x1a\x61\x4e\x4c\xa3\xe3\xba\x06\x25\x05\xaf\xc7\x0c\xae\x08\x4d\x6e\x3f\xd1\x87\x93\x82\x4f\xd5\xca\xe3\xb5\xe4\x51\xa0\x11\x1e\xb8\xb5\xd7\xf1\x96\xd5\xc1\x04\x8e\x4f\x5a\xbb\xfc\x9c\xb5\xb6\x53\xea\xbb\xc3\x42\xe7\x68\x30\x60\xb0\xa5\xcf\xb9\x0b\xe7\xb6\xaf\x04\x57\xf9\xfb\x7d\x6e\x50\x66\xad\x24\xe6\xe0\x9c\x81\x66\x98\x7b\xe5\x08\x2b\x08\x4c\x52\x83\xe2\x2b\xc2\xb4\x06\x08\xaf\xfa\xd1\x4f\x2b\x05\x6e\x3a\xc8\x86\xea\x2d\xbc\xfb\x40\x6a\x8f\xf4\x6b\x2a\xdf\x42\xae\x17\xe5\x9c\x1b\xb7\x66\x74\x58\xf1\x25\x95\x0b\x56\x5e\xeb\x09\xa4\x79\x8c\x1a\xb3\x16\xd5\xfa\x63\x63\x8b\x17\x4b\xb0\x1c\xb2\xc6\x77\x3a\x11\x47\xc0\xb5\x82\x08\xdd\xd7\x54\x3e\x81\x0b\x49\x41\x1a\x2b\xe9\x25\x01\xcd\xea\x60\x15\xf4\xae\xf8\x69\x15\xa1\x9a\x0e\x75\x9f\xdf\x71\xe3\x96\x5f\x55\x3f\x70\xa1\xb1\xde\xd1\xcf\xb6\x61\x64\x36\x66\xd5\xd7\xae\x8b\x82\xe1\x9a\x94\xff\xb4\x01\xbb\x11\xf6\xc7\x3b\xc6\x78\xb1\x77\x8c\xd0\xaf\x3d\xa3\xec\xdf\x37\x4a\xed\x31\x6b\x10\xf5\x79\x3f\x7a\x09\x63\x5d\x15\xac\x01\xef\xef\x6e\x61\xe3\xcc\xf6\xd8\x25\xd0\xad\xed\xab\xbd\xc1\xe9\xf0\x48\x4e\xb4\xc2\xfa\x7d\xcf\x43\xad\x9c\xb2\x99\x39\x41\x15\xdc\xab\x37\x75\x8c\xe2\x8a\xe8\xd0\x6e\xe7\xd5\x05\x49\xf5\xaf\x7e\xbf\x42\xfa\xe7\x25\x37\x0e\x81\xc0\xa3\x8b\xfe\x09\xbe\x57\xb2\xc5\x66\x63\x75\x1f\xcd\x8e\xad\x88\xa9\x69\xa2\xa0\xba\xc2\x8a\x0c\x56\x5b\xda\x15\x9d\xa4\x2a\x1d\xd5\x0a\x8e\xc2\xcd\x2c\xf0\x08\xd5\xd8\x4d\xcb\xbb\xf4\x4a\xcd\x89\x39\x33\x68\x55\x45\x6a\xd2\x86\xcf\xaa\x8c\x44\x15\x2b\xaf\x0b\xea\xca\xbe\xe3\xfb\x76\xc2\xd6\x09\x37\x9a\xb5\xda\x8d\xa5\x0b\xf6\xa7\x2f\x1a\x2f\x8a\x8d\x59\x27\xb7\x3c\x50\xe6\x8f\x5a\x94\xbb\x66\x45\x3a\xad\x49\x2c\x63\x6e\x16\x49\x9f\x0a\x76\x12\x55\xba\x5a\xae\x06\xb1\xa8\x01\xee\xc2\x69\xf4\x27\x11\xee\x9c\x3f\xab\xce\x6b\x9d\x79\xe8\xbc\x1d\x94\xf6\xdd\x06\x73\x6c\x8f\xe9\xc7\x73\x9d\xb4\x83\x4e\x2c\x62\x8a\x0f\xc6\x3b\x40\x77\x47\x35\x5a\xcd\xed\x9e\x7a\x46\xcd\xd4\x3e\x6d\xa6\xf6\x35\xfd\x2c\xdf\x64\x5a\x2f\x24\x0b\x8a\x7b\x26\x54\xcd\xc6\x8c\xd4\x1c\x81\xa9\x4a\x90\xaa\xce\x7d\xcc\x9d\xa9\x93\x41\x6c\x9f\xb3\x32\x7f\xbe\x2e\x0a\x75\x40\x13\xa2\x71\xc6\x8a\x82\x02\x12\x44\xe4\xcb\x96\x80\xb6\x29\x4c\xd1\x52\xee\xfa\xca\x30\xec\x45\x75\x2c\x5b\xab\xcc\xf0\x1a\x8a\x8d\x97\x21\x70\x76\x84\x39\x39\x18\x35\x7e\x0e\x2a\xdd\x35\x7d\x37\xaa\xba\x71\x41\xf8\xc4\xf7\x8a\xfb\xfe\xfd\x55\xd4\xaf\xfa\xf0\x17\x25\x15\xce\x74\x89\xb7\x80\xf6\x9b\x21\x15\x98\xa1\xf3\x38\x03\xdb\xcd\xd7\xa0\xa0\xb0\xd9\xc4\xbb\x33\x2a\x78\x06\x7d\x71\xb8\xce\xd4\x0d\x8d\x90\x57\x0e\xf5\x7a\x72\x98\xe6\x0d\x96\x1d\x67\xf6\x38\xc8\x00\xb4\xc0\x15\x6f\x7c\xdf\xdc\xb9\xa9\xf3\xfd\xcc\x66\xad\xd3\xd8\x1e\x9d\x40\x36\x54\x59\x5a\x3e\xe7\xe2\x3b\x4d\xa7\xc4\x52\x21\x60\x4d\x28\xfe\x73\xcf\x5f\xe5\x56\xce\x71\xe8\xc1\x4a\x73\x7d\xb2\x05\x21\x51\x8c\xee\xea\xe9\xcc\xb9\x66\x71\xef\x96\x55\x0f\x28\x7e\x7f\xec\x61\x53\xc1\x9a\x95\x5a\xe1\x48\xef\x2f\xfd\x33\x5b\x40\x44\x4c\xe0\xf5\x1e\x8c\x11\x3e\x18\x75\x24\x29\x63\xd6\xe4\x63\x4d\x3e\x7d\x29\xfb\xdb\x40\xbb\x2f\x74\xb0\xfc\x36\xe3\xab\xf6\x0e\xc8\x74\xf0\x95\xf0\x12\xd1\xd9\x1f\x17\x45\xb4\x63\x6f\xbd\x6a\x2a\xfc\x8e\xca\x4f\x94\x96\xdf\x39\x6a\x2f\xd8\x1d\x6a\x96\xb2\x58\xb6\x90\x47\xb7\xc9\x5e\x69\x44\xf5\x1d\x37\xc5\x5b\xa5\xbf\x40\x7c\x09\xcf\x7c\x30\x5c\x21\xa1\xcf\x4c\xbd\x4c\x0c\xfc\x5a\xba\xad\xa4\x67\x52\xe7\x40\x0d\x2f\x7c\xc5\x2b\x47\x5c\xed\xae\x6d\xd0\x04\xf8\xe1\xbd\x9e\x3a\xf4\xdc\x0a\xf0\x66\x05\xd4\xd5\xa3\xb2\x2b\x12\x40\x3b\xb4\xb2\x44\xa6\x46\xb4\x13\xff\x08\xf4\xd0\xee\xc5\xd7\xa1\xdd\x0e\x51\x84\xa3\x64\xeb\x54\x4f\x21\xa2\x9f\x89\xf9\xea\xc5\x91\xb5\xb1\x5e\x4d\x8c\xd7\x83\xc2\x92\xa3\xcd\x2d\xb1\x26\x45\x70\xba\x67\x10\xb0\xd5\xbc\x79\xf5\x0d\xc6\xbd\x1e\x9f\x56\xfd\xf1\xcc\xcf\x4e\x48\x76\x8e\x32\x52\x4c\xfb\xfd\x6a\xd6\x94\xeb\x68\xf5\xb2\x78\x8d\x33\x54\xd7\x16\x27\x9d\x30\x72\x30\x4a\xcc\xa7\xf0\x60\x90\x60\x2f\xa2\x5f\xb4\x21\xd9\xfd\x44\x86\x53\x8c\x4f\x1b\x63\x6b\x72\x64\x69\x89\x74\xca\x67\xb8\x50\x7f\xfa\xe3\x19\x5e\x13\x73\xf5\x67\xa4\x8c\x0b\x84\x73\xff\x14\x5c\xe3\x0c\xa2\x2e\x8a\x49\x3e\xac\xb8\x90\x31\x4a\xcc\x8f\x9d\xf6\xf4\xad\x08\x45\x26\x0e\xad\x97\xe2\xa4\xb4\xe0\x4d\x30\xa6\x44\x60\xf0\xee\x4f\x2f\xe4\x64\x30\x4e\x28\x21\x52\x11\x2b\x9a\x50\x08\x68\x95\x1c\xab\xd9\xc2\x80\xeb\x07\xf7\xef\x5a\x5f\xb7\x59\x8d\x6a\xa6\x0e\xcc\xf0\x82\xa5\x70\xef\x6a\xba\x33\x77\x58\xf9\xa7\x74\xb5\x8d\x93\xcb\xaf\x87\x33\xb1\x0b\xca\x0c\xfd\x16\xac\x1c\x10\x73\x0e\xf8\xc4\x0e\xe0\x13\xd3\x6a\x86\x5b\x50\x36\x18\x87\x70\x66\xe1\xa5\x41\x39\x0a\x83\x07\xd9\xec\xee\x3d\x5b\x38\xf4\xa3\x80\x1d\xd7\xe4\x80\xb7\x6c\x81\x6a\x30\x52\x33\xd5\x2b\xac\xd0\x81\xfd\x66\x33\x18\x64\x78\x7d\xc9\x27\xac\x01\xd0\x84\x35\x8a\x8e\x6c\xca\x1a\xa5\x26\x92\xa9\x0b\x34\xab\xbf\x0c\x8e\xa3\x73\xda\x18\x40\x50\x07\x89\x82\xb0\x29\x55\x53\xc6\xa6\x54\x41\x62\xe5\xd3\x76\xdb\xc4\x6a\x84\x4b\x40\x3b\xd5\x1f\xc0\xa7\x70\xd4\xb7\x2b\xa9\x90\x88\x4b\x7f\x97\x4c\x76\x90\xba\xfd\x0a\x6e\x5c\x7f\x2b\x19\xd2\xb7\xa9\x26\x69\x95\x53\x97\x7d\xa9\x5a\xe6\xd0\x72\x3b\xfb\x16\x91\x9b\x82\x7a\x85\x21\x6f\x24\xff\x2b\xa3\x9f\x34\xe3\x03\x1b\x08\x74\xa4\x92\xa9\xa3\x4d\x28\xfd\x61\x50\xd8\x0c\xb3\xaf\x80\x50\xb8\x85\x3b\x4f\x2f\xc9\xe8\x3c\x1d\x0c\xec\x79\x20\xa6\xa9\x3a\x0f\xaa\x00\x5d\x5d\x93\xca\x07\xc9\xce\xe8\xc0\x66\x50\x20\x53\x35\x20\x53\x0c\x06\xb8\xb8\x70\x20\x53\xe0\xf5\x3d\x20\xb3\x56\x20\xb3\xfe\x0a\x90\x71\x85\x8e\xce\xa9\xea\x2e\x1d\xec\x83\x9a\x34\x84\x1a\x41\xc8\xbd\x70\x00\x50\x34\x18\x03\x14\xa1\x7b\x97\xfe\x4b\x00\xd7\xca\x9e\x7e\x19\x52\xf6\x81\x05\xef\x47\x87\x0a\x26\x24\xbf\xbe\x2e\xa8\x42\x36\xa8\x55\x9f\xa3\x79\x0b\x2d\x51\x47\xac\x97\x2b\xbe\x33\xa2\x41\xe0\xe0\xdb\xda\xfe\x5d\xd5\xf6\x1b\x67\x25\xb8\x2b\xff\x43\x08\xa0\x90\x2c\x05\xef\xe2\x06\x17\xad\x0c\xb1\x08\xda\x62\xcd\xdd\xd8\x54\xa0\xee\x46\x39\x65\x5b\x77\x63\x71\x8e\x0a\x22\xa7\xfd\x3e\xf3\xef\x46\x4b\x5e\x01\x87\x33\xa9\x40\x37\xd3\xf1\x98\x0e\xb8\x05\xbc\x5e\x2f\x05\x7a\xea\x7e\x40\x92\x10\x5a\xd3\x5d\x87\x22\xf0\x3d\xe2\xb3\x79\x85\xbe\x13\x2b\x73\x8e\x2a\x4c\xa6\x0a\xce\x58\x89\x2b\xff\x8c\x55\xdb\x03\x7a\x78\xbe\xbe\x20\xd5\x90\x96\xb9\xaf\xd7\xbe\x1e\xc8\xce\x9a\xe8\xf4\x5e\x2f\x4e\x49\x19\x67\x98\x3a\x30\xcd\x2c\xcf\x4f\xa1\xbc\x38\xbb\xa0\x1e\xc0\x42\x9c\xbf\x10\x0e\xbb\x0a\xaa\x32\x05\x86\x59\x7f\x8c\x0f\xff\xfe\xbe\xfa\xb7\x43\xad\xb4\xe2\x55\xa9\xaa\xf2\x5d\x8f\xe1\x7e\x5f\xa2\x9a\x85\x17\x47\xb1\xd9\xa4\xfa\x7a\x48\x77\x10\xa3\xcc\xdc\x95\x5b\x88\x2d\x50\x7d\xf9\x7a\x55\xb0\x2c\x35\x64\x69\x1b\x28\xbf\xb4\x0c\xdb\xa0\x66\xd9\x9e\x46\xbb\xb4\x09\x0c\xc1\x76\xb1\x02\xc4\xac\xd3\x08\x0b\x5a\x13\xd4\xcc\x02\x6b\xae\x3c\x64\xb7\xa3\x97\xa6\x08\xac\x64\x57\x61\xfd\xd3\xb2\xab\xb1\x66\x57\xab\xbf\x3a\xa1\xe1\x17\xb5\x36\x2f\x6c\xb6\x77\xb0\x75\x45\x5a\x56\x2b\x5e\x51\x10\xe2\x6a\xee\xc7\xf3\x33\x12\x29\x5c\x69\xd7\x26\x5c\xb4\x08\xeb\xe7\x67\x70\x29\xd8\xdc\x2f\xca\x8a\x96\x15\x93\xec\xa6\x3d\xd5\x0b\x8f\xb2\x1f\x3e\x3f\x22\x51\x49\x3f\xcb\xef\x38\xff\xb8\x4c\xc5\xc7\x3d\x8c\x95\x80\x3e\xb4\x79\xab\x26\xb4\xf2\xb9\xdb\xea\x9e\xf3\x13\x6d\x11\x03\x1e\x4f\x14\x49\x1a\x9b\xd0\x2a\x4e\x76\x62\x42\xb0\xe3\x36\xad\xa6\xe9\xeb\x52\xd1\xd7\x75\x00\x4a\xcf\x8f\xd4\x10\x57\x82\xde\xfc\x81\xdd\x95\xce\xe5\x9d\x31\x7a\xb0\x76\xa6\x72\xda\x1c\x3f\x33\x6f\x04\x62\x0f\x8d\x29\x74\xbf\x85\xea\x77\xc7\xd4\x55\x37\xcb\x73\xd4\x9c\xcf\x7b\x7a\xff\x85\x63\x75\xdf\xb0\xc0\x6c\x76\xf7\xa7\x5d\xc1\xaa\x4b\xff\xe0\x62\x44\x4e\x4b\xc7\x22\xe4\xfa\x0d\x58\x84\xa9\xef\x3c\x0a\x18\xd3\x06\x05\x4d\x7d\x14\x94\xcd\xe3\x74\x5a\xcd\xda\x0d\xa3\x3b\x48\xb5\x5e\x8e\x42\xcd\x6b\xe1\x6b\x5e\x8b\x69\x31\x23\x44\xe5\xee\xf5\x84\xf5\xb4\xa8\x10\x02\x17\x6a\x5e\xb3\x12\x0d\x32\x20\xb6\x3c\x86\x30\xcc\xf1\x5d\xab\xf9\xe4\x60\xa4\xfd\x4a\xfc\xbc\xa0\xe5\x33\xb5\xe5\x81\xbd\xd7\x82\x26\x38\x98\xf4\xb2\x40\x66\x37\x6b\xff\x22\x50\xed\x51\x74\x87\x18\x35\x76\x26\x64\xe3\xe8\xa9\x11\x49\xe9\x3e\x18\xb2\xff\x5f\xea\x04\x5c\xba\x61\x4f\x76\xad\xba\xbf\xe2\x06\x9c\x27\x2d\x5e\xa4\x3e\xb0\xf4\x09\xaf\x0e\xb1\x5a\x21\x35\x66\x59\xca\xc1\x40\x9d\xef\xc2\x93\x80\xec\x61\xe9\xaa\x51\xfd\x45\x0d\xea\x93\xd0\xd8\x4b\x15\x19\xc5\x25\xde\x8f\xfe\xdc\xf5\xc8\xf3\x95\x15\x07\xdf\x7f\xfc\x97\xf7\x20\xaa\xd3\x99\x11\x77\x39\x1b\x6e\x90\x7a\xc5\x05\x29\xa7\xe9\x0c\xb9\x33\x3f\x36\x57\x59\x8a\xb0\x09\x35\x1d\x45\x08\x25\xe6\xb7\xf1\x6b\xa4\xcf\x71\x4b\x4b\x61\x4d\xe3\x20\xa4\x90\x2f\x73\xe8\x7b\x5d\xe0\x38\x4a\x05\x5f\x97\x79\x84\xa3\x2c\xad\xa8\x15\x05\x02\xc0\xa7\x0d\x06\xda\x46\x98\x55\xcf\xd8\x34\x9d\xcd\x8c\xe4\x0d\x54\x28\x35\x17\x45\x13\x59\xb8\x42\x97\x23\xe4\x70\x81\x58\x1a\xe2\x0b\x75\x2a\xa2\x39\x78\x6d\xdc\x51\xc4\x99\xe6\x59\x62\xf3\x3d\xd3\xc7\x67\xed\xbb\x49\x5a\xde\xcf\x58\x2d\xb7\x19\xab\xdb\xfc\xd2\x12\x59\x38\xf2\xf8\xa5\x2c\xe0\x97\x0a\x62\xa0\xa8\x04\x37\xf9\xb5\x2f\x09\x13\x20\xff\xc2\xff\x58\x53\x71\x9b\x04\xcc\xd2\xd2\xc8\xc2\x98\x67\xe8\x72\xe3\xb3\x06\x96\x36\xe2\x5f\xa3\xb7\x06\xd5\x60\x6e\x44\x42\x3e\x6b\x94\x61\x39\x51\x27\x71\xa2\x4f\x65\x74\x1e\xcb\x09\xf7\x38\xa3\x89\x7e\xf9\x41\xd0\x1b\xc6\xd7\x55\x8c\x14\x4e\x10\x1c\xe7\x0e\x3b\xd5\x28\x29\x4a\xe2\x7d\xed\x94\x36\x30\x9f\x63\xc2\x26\xd4\x53\x0c\xf0\x71\x33\x84\x10\xfe\x8f\xf7\x44\xc0\x74\xb7\xf7\x5f\x70\x01\xa1\xba\x96\xd3\xb9\x3a\xe1\x9a\x48\x2e\x5a\x2c\xa0\x3a\xa2\x63\x83\xa8\x03\x08\xb2\xfc\xd9\xfb\xb4\x4b\x1a\xfe\xaf\x20\x67\x18\x68\x4b\x0b\xff\x42\xc1\xbf\x18\x0c\x50\x1b\x33\x8d\x30\x9c\x8f\x46\x26\x53\x82\x4d\x50\x83\xca\x2b\x7a\x49\x4b\x32\x40\x10\xb9\x97\xfc\x81\x51\xfc\xa4\x46\xb1\x5e\xa9\x8d\xf8\xd8\x00\x71\x6b\x1c\xab\x98\x86\x9e\xe7\xdc\x45\x1e\xb0\x98\xc2\x6a\x41\x16\x94\xf3\x4f\xe5\xbf\x58\xb1\x17\x5e\x3b\xac\xd8\xe3\x20\xcb\xb7\xfa\x40\x7f\xb5\x8d\x14\xb4\x8e\x7c\x95\x03\x16\xbe\x9d\x68\xaf\x18\xbc\xe3\x1b\xf8\xcf\x73\x57\x4b\x1c\xb0\xec\xfd\x1e\x3d\x6e\xee\xa1\x77\x7c\x7f\x97\x76\xde\x45\xfb\x3b\x66\xae\x1a\xb9\x05\xaf\xa1\xe8\x40\xfa\x3d\xf9\xb9\x91\x61\xed\xed\xc9\x96\x9f\xbd\xa0\x27\x3b\x12\x03\x1c\xce\x46\x90\x0b\xfa\xc0\x08\x04\x86\x70\xc7\x5d\x89\x99\x3a\x88\x8d\xec\x8e\x75\x18\x29\x71\x49\x78\xdd\xaa\xfc\xcf\xac\x28\x68\xc0\xf5\x2c\x41\xd2\xbf\xcd\x0d\xc0\xcc\x22\x21\x30\xcc\xbf\x59\x3e\xce\xcf\x4c\x2e\xfe\x13\x26\xbc\x8d\x18\xfe\x87\x00\x45\xe3\xe9\xe6\x55\x06\x80\xf3\x0b\x8c\x43\xd7\xf3\x4b\x5a\xb6\xfb\xaf\x7d\xe7\xd2\x5d\x93\x06\xf1\x27\x5b\x17\x6b\xbb\xd7\x3a\xa7\x61\x88\xac\xd2\x4a\x9d\x06\x0a\xcd\x80\xa6\xff\xb4\x03\x7f\x6b\x3a\xf6\x04\x3a\xb6\xe0\x9f\x5e\x94\x4f\x68\xb9\x2d\xec\xb4\x33\xab\x15\xee\x9e\x80\x7b\x54\x2d\xcf\xf7\xf4\x1f\x42\x41\xbf\x53\x97\x70\x8e\x56\x07\x5b\x1a\x09\x81\x2a\xc5\xe1\x51\x48\x10\x2b\xe4\xc8\x70\x91\x9d\x84\xb9\xfa\x69\xf5\x29\x15\xdb\x9c\x9a\x7f\xe9\xdc\xdd\x1d\x2d\x91\x41\xb4\xc4\x8e\x47\xcc\x5e\x06\xd7\x96\x5a\x89\x40\x54\x18\x10\xbe\xe0\x72\xca\xf2\x7f\xc1\x27\xc8\xd6\x98\x1c\x5f\xb2\x19\x95\x4a\xfa\x9f\x3f\xae\x16\x37\xe4\xbe\x61\xf5\xf7\x0c\x4b\x51\x06\xc7\x6a\x30\x6a\x2f\xfd\x54\xe6\xdb\x80\xe3\x53\xdf\x01\x41\x11\x16\xb3\xd7\xfa\xae\xe2\x81\x5e\x5a\x53\xee\x71\x51\xec\x6c\x11\x26\xc6\x22\x41\xad\x20\x9f\x6d\xb4\x44\x6a\xd4\x48\xe1\x74\xc0\x8d\x53\x57\xb0\x87\x73\x9c\xa3\x32\x44\xfb\x85\x45\x31\x00\xf1\x17\x46\xd9\x0e\x0b\x9f\xdd\x76\x41\x64\xe3\xf7\x52\x91\x62\xe6\x5b\xb6\x70\x5f\xb2\x45\xaf\xc7\xfa\xfd\x2d\x5d\x0f\x73\xee\x85\x33\x35\x85\x01\xf3\x22\x8f\x5a\x1f\x66\x70\x91\x97\xf6\x13\x6c\xe4\x51\x34\x23\xe6\xe7\x6f\xcd\xe7\xc7\x45\x11\x69\x16\xca\x0b\x3b\x7b\x2f\xca\x4c\x80\x0f\xa0\xb4\x68\xd7\xbb\x2b\xcf\x8f\xf4\x86\x8a\x8a\x9a\x5a\xbe\x57\x39\xcc\x71\x14\x61\x39\x7c\x7e\xac\x0b\xbc\x86\x48\x95\x0d\x1f\xc2\xad\x95\x5a\xde\x08\xd3\x61\xc9\xc5\x32\x2d\xd8\x3f\xe9\x9f\x41\x19\x16\x7c\x6e\x23\x6c\x34\x7f\x23\x5f\xe3\x77\x3a\x0b\xfc\xf0\x04\x3a\xba\x06\x51\x36\x2a\x44\x49\xa3\xd9\x5b\xfb\xb5\xfd\x6f\x74\x79\x45\xc5\x20\x4f\x65\x7a\x98\xe6\xe9\x4a\x52\x71\x38\x58\x09\x76\x03\x5a\xd5\xd3\xc8\x68\x49\x43\x5c\x40\xd0\x63\x8e\x70\xa4\x8b\xb0\x72\xae\x96\xa4\xe5\xb6\xcb\x38\xcf\xde\xd2\x16\x2e\x89\xd3\x07\x66\x10\x39\xcd\xea\x36\x25\x12\x33\x72\xf8\x5e\x4c\xde\x97\x87\x46\xb6\x7b\xf8\x7e\xfa\x7e\xf6\xcd\xa1\xaf\xe6\x6b\x63\x82\x71\x96\x77\x47\x07\x04\x42\xa6\x69\x53\x72\xf8\x29\x08\x04\xfe\x24\x3b\x74\xa8\xc5\x44\xc4\x28\x11\x98\x4e\xad\xa7\x97\x19\xf9\xf5\x9b\x3b\x5a\x66\xe0\x46\xea\xc5\x13\xab\x63\xaf\xa6\x99\xec\xfc\x20\x50\xfd\xab\x75\x73\xee\x42\x1e\x16\xe4\x99\x9a\x86\xe1\x2b\xf6\x99\xd9\x78\x8e\xf1\xdd\xd5\x9a\x15\xf9\x4f\x3f\xbe\xb4\xd6\x81\x98\xa1\xbb\xea\x13\x33\xce\xf2\x80\xac\x53\x2b\xfd\x23\xcd\xb8\xc8\xa3\xc4\x72\xaf\x16\xac\x1a\xae\x45\xf1\x9c\x8b\xe7\xee\x6b\x2c\x31\x55\x24\x91\x2b\xa4\xe0\x73\x4f\x89\xc7\x45\x11\x37\x99\x61\xb7\xee\xca\xfa\x17\xf5\x21\x66\x98\xfa\x19\xf7\xf7\xe5\x2f\xcd\x67\xaf\x90\xe6\xe3\x94\x3b\x1b\x78\x6e\xbe\x6d\xf5\xfd\xfb\xb4\xba\xaf\x8c\xf9\xbc\x55\xec\x3b\x5a\xf0\xf2\xba\x7a\xc7\xf7\x15\x74\x19\x82\xa2\x26\xba\xe6\xde\x81\x3d\xf1\xbe\x7b\xf3\xb6\x06\x5f\xac\xfb\x8b\xfd\xe4\x7d\x0f\xda\xd3\xb8\xe5\xfe\x82\x4f\xbd\xef\xb6\xa0\x05\x7f\x3f\xf7\x07\x1f\x7c\xd4\x19\x17\x26\x68\x0c\xd5\x9e\xc2\x1a\xfc\xae\xa9\x04\x4f\x9a\x38\x5a\xf0\x4a\x6a\xe5\x25\xd3\xf0\x0f\x82\xce\xd9\xe7\x46\xc8\xad\x1d\x3e\xc1\xd7\x55\x2a\x17\xcf\xb9\x78\x77\xbb\xa2\x31\x45\x08\x1c\xac\x18\xfe\xa9\x74\x2f\x3b\xb7\x08\xc4\x17\x28\x1d\x97\x93\xab\x4b\x41\xfb\x46\x89\xa3\xc3\x08\xe1\x03\xd6\xeb\x95\xbd\x5e\x74\x18\x1d\x10\x52\x5a\x0d\x9b\x11\x52\xfb\x95\x44\x87\x51\xbf\x44\xb8\xac\xf1\x16\xb0\x9b\x0d\xbe\x7b\x36\x24\xa6\xc8\x2f\xa3\xc1\x5d\xee\xcb\xde\x64\xd6\x00\x7f\x4f\x56\x19\x66\x6d\x3a\xf3\xe5\x02\x0e\xd6\xef\xef\x7a\x90\xdf\xc2\xf9\xef\x1a\x6d\x03\xe3\x5f\x5d\xac\x05\xe0\x5f\x31\x53\x01\x6c\x7f\x75\x3b\x01\x60\x7f\x5d\x29\x03\x95\x7e\x54\xcc\xdd\x80\x5c\x6e\x7d\x28\xd3\x25\xd5\xcc\x07\x4d\x76\x59\x30\x13\x9b\x8d\xb9\x01\x9c\x4b\xb4\xbf\xbf\x3f\x7c\x7f\x68\x62\x23\x50\xb4\xd9\x1c\x2e\xa4\x5c\xc5\x15\x9a\x24\xc1\x87\x09\x4d\xa2\xc3\x88\x78\x21\x8b\x47\x68\xf2\xeb\x37\x77\xa2\xfe\xe6\x8e\xd6\xbf\x26\xbf\x7e\x73\x27\xeb\x43\xf8\x6d\x02\x73\x4e\x67\x4e\x67\xa4\xd7\x63\x6e\xd7\x94\xee\xa5\x44\x98\x35\xfb\xa1\xc6\xe1\x56\x33\x88\x97\x1e\x99\x09\xc9\x97\xa5\x4b\xaa\x6e\x7b\x2f\xb2\xa8\x18\xae\x8a\xb5\x00\x1c\x40\x41\x10\x28\xbc\x7e\x67\xa6\x12\x2e\x1c\x52\x80\x6d\x94\xa4\x62\xc9\x4a\xfa\x1d\xcf\x6f\x7f\x10\x7c\xc9\x2a\xda\xf2\x12\xa9\xeb\x8b\x41\x15\x46\x7b\x27\xd2\x4d\xff\xf8\xf6\xaf\x3f\x0c\x05\xad\x78\x71\x43\x63\x81\x86\xda\x37\x29\x25\x97\x14\xa1\xa1\x5c\x50\x55\xe4\xb2\x7d\xa9\xdf\x68\x47\xe8\x9a\xac\x3d\xa0\x43\xfe\xd1\xf9\x69\x04\x7f\xa7\x8c\xfc\xfb\xdb\x37\xaf\x8d\x93\x58\x61\x1d\x9e\x9a\xe8\x7b\x71\xea\xfb\xa3\x7b\x7b\x5b\xca\xf4\x33\xf8\xc0\x73\xea\x04\x69\x27\x1d\xae\xd2\xdb\x82\xa7\x39\x51\xa7\x5c\x6a\x2c\xe2\x35\x01\xb7\xae\xcc\xe4\x40\xc3\x9b\xcd\xd1\xe8\xc1\x01\xb8\x80\x3f\x1a\x3d\xd4\x3f\xa2\xef\x9f\x3d\x7e\xaa\xe0\x41\x0e\x97\x54\x2e\x78\x3e\x29\x37\x1b\x96\x68\x9c\xa1\x36\x83\x30\xf2\x98\x1a\xd3\xe1\x9c\xca\x6c\xd1\x8a\xe2\xae\x89\x4b\xe2\xcc\x7e\x2b\x4d\xe1\x83\xf7\xa3\x38\x82\x12\x11\xb2\x11\x0f\x4b\x97\x62\x91\x99\x4e\x45\x62\x44\x2e\xa9\x56\xe2\x64\xf3\xb8\x41\x48\x9c\x1b\x27\x28\xb2\xed\x08\x30\x03\xd7\xe3\x5d\x75\xeb\x75\xe5\x82\x76\x7f\x85\x7c\xbf\x1a\x63\xb4\x2e\x17\x41\xea\x75\xc1\xaf\xd2\x62\xd8\x7d\xca\xf2\xee\x2d\x5f\x77\x97\x34\x2d\xbb\x92\xeb\x29\x2e\x0a\x9d\x57\xe3\x69\xa6\x04\x58\x7e\x4d\x22\x64\xba\x08\xa9\x75\x33\x4a\x35\x21\xb0\x70\x3f\xd2\x6a\xc5\xcb\x8a\x7e\x4f\xd3\x9c\x8a\x6a\x07\xd5\xf0\x06\xcc\xe5\x2c\xca\xa3\xed\x59\x03\xe7\x7c\xb2\xe3\x53\x13\x3a\x22\x37\xb3\xa2\x23\xb1\x53\x74\xc4\x89\x98\x96\xc0\x7a\xc7\x15\x39\x18\x9f\xa7\x8d\x66\x5c\xaa\x25\x43\x0f\x4f\x09\x31\x46\x4c\x26\xfa\x62\x8a\xd0\x5d\x45\x0e\x46\x46\xb4\xa3\xba\x30\x86\xb5\xb3\x7a\x74\x8a\xe4\xd7\x66\xcb\x10\x55\x7c\x28\x05\x53\x54\xc9\x3a\xf8\x92\xf6\xc7\xd8\x59\x62\x99\x2c\xe0\xb6\x07\xc9\x69\x11\x72\xdc\x66\x64\x8d\xe5\xb4\x98\x91\x75\xdd\xf8\xe3\x07\x46\x86\x60\xb0\x57\x5f\x94\x92\x7f\x9f\x56\x0b\x12\xee\x1c\x30\x8e\x06\x28\x24\x04\xf4\xcc\x4a\x72\xc7\xca\xac\x58\xe7\xf4\x45\x0e\x9a\x12\x1d\xa7\xc4\x6a\xab\x12\xcf\x81\xf0\x5a\xf2\x9c\x16\x10\xd5\xa5\x13\x40\x93\x43\x6f\xd9\x76\xeb\x96\xc3\x74\x57\x37\x96\xd6\x5b\x99\x62\x6e\x7a\x86\x2d\x4b\xdd\xcf\x05\x1c\xf4\x60\x68\x70\x3d\xfe\x90\x8a\x74\xb9\x0b\x24\x9a\x53\xd1\xe1\xec\xd4\x33\x0a\xc7\x15\x2e\x34\xa3\x8c\xcd\x63\xed\x6a\x83\x55\xf0\x37\x2e\xb5\x5f\x1e\x06\x0b\xef\x64\x2e\xec\xa2\x02\x35\x0f\x6e\xa2\xdb\xa0\x89\x0e\x60\x52\x4e\xd9\x0c\x25\x34\x16\x8a\xe0\xeb\xc7\x5b\x96\x9b\xea\xfb\x84\x25\x51\x84\x14\xe1\xa7\xb3\x3b\xe3\xb3\x6d\x96\x6a\x34\xd5\x15\x74\x35\x48\xcf\xd4\x4d\x60\xa0\xbb\x71\x05\x22\xb9\x3b\xa7\x0b\x70\x9d\x6f\xfb\x5c\x74\x59\xd9\x2d\x91\xed\x4d\x61\x9a\x2c\x6c\x93\xa6\xcb\x4d\x07\x7e\xcf\xc8\xc1\x83\xda\x94\xcd\xc0\x9d\xae\xfe\x75\x93\x16\x6b\xea\x99\x8e\xbb\xf6\x0b\xd3\x6a\xe3\x97\x32\x8a\x30\x45\xe6\x16\xea\x45\xc8\x73\x95\x7b\x34\x3a\xbc\xc6\x51\x5f\xdd\x4c\x66\xa4\x9a\x12\x74\xee\x61\x28\x8e\x3e\x7c\xa0\xd5\x2b\x38\x76\x22\x7c\x07\xad\x3a\x83\xdc\xfb\xc8\x46\x6a\x68\x52\x8f\x66\xf4\xb3\x55\x92\x0b\xda\xd0\x96\x2d\xa2\x71\x9f\x3f\x55\xe3\xef\xd4\x6d\x1f\x09\xb1\xb2\xa3\xc7\xba\xcd\xae\x63\xfd\x74\xe7\x29\x2b\x68\x1e\x19\x57\x9c\xac\x32\x39\xb4\x0f\xf5\x83\x51\xc7\xc7\x35\x20\x51\xaf\x27\x60\x16\x12\x75\x20\x06\xb7\x71\x52\x9f\x7d\x24\xc6\x13\x91\xf1\xeb\x49\xb5\xdb\x5f\xc6\x4b\x22\xfc\x37\x13\x7f\x96\x15\x14\xe2\xc0\x08\xf7\x53\x7f\x28\x58\x49\x5f\xaf\x55\x8b\x26\x2c\xb6\x7e\xd1\x1f\x8d\xbf\x6e\x22\xec\x2f\x9d\x5c\xea\x8a\x4a\x57\x49\x69\x2b\xd0\x3f\xcc\xf8\x60\xae\x2b\x42\x37\x9b\xe9\x9d\x64\xb2\xa0\x89\x9b\x92\x67\x7a\x19\x72\x2a\x53\x56\x24\xb2\x9e\xd5\xbf\x77\xa1\xf7\x43\x86\x6e\x56\x9d\x1f\xef\x38\x40\x71\x84\xef\x68\xb9\x5e\x52\x91\x5e\x15\xaa\x30\xbe\xa6\x72\xdb\xe3\x4c\x57\x0e\xb7\x4a\xd6\x5f\x6e\x07\xf2\xbd\x83\xe3\xea\x77\xb6\xe3\x95\x54\xed\xd0\xe1\x5b\x2a\x6e\x2c\x30\xd0\xe1\x13\x5e\xce\x0b\x96\x49\xfb\xfe\x9a\xcb\xe7\x7c\x5d\xe6\xf6\xfd\x39\x17\x57\x2c\xcf\x69\x69\x13\x7e\x2a\xd3\xb5\x5c\x70\xc1\xfe\x49\x5d\xa6\xc7\x57\x5c\xb8\x1a\x4c\xcc\x09\xfb\xfa\xa2\xbc\x49\x0b\xe6\xb2\x5a\xfb\x66\x0d\xc5\x86\x1f\x22\xfc\x50\x79\x74\xdb\x01\x9f\xc6\x8f\xef\xac\x87\x77\x51\x93\x66\x13\x4c\xee\xea\xc6\x8f\x06\x07\x12\x76\xdb\xe3\xa4\x86\xf8\xd0\x47\x07\xf5\xa0\x5e\xe0\x72\xb3\x91\xa8\xf6\x90\x4e\x7b\xe8\xb5\xee\x78\xda\x7c\x41\x58\x18\x7d\x7f\xc2\x14\xe2\x2b\xea\x66\x78\x25\xde\x5f\x85\xbf\xf1\x82\xca\x9a\x83\x56\x51\x9b\x6e\x67\x1b\x28\x0e\x1a\x33\x8e\xe0\x78\x2c\x70\xf4\x6e\x41\xbb\xe6\xe0\xe9\x0a\xfa\x1b\x98\xe8\x01\xd6\x93\xf1\xe5\x92\xc9\xee\x15\xcd\x52\x75\xa0\x30\xd9\xfd\x94\x56\x5d\xa6\x17\x04\x38\xf0\xc1\xe2\xa4\x38\xdd\xea\x82\x9f\x21\x32\xf6\xb8\x5b\x8d\x36\x27\x8f\x64\x4b\x9a\x77\xf9\x5a\x42\xed\x01\x24\x54\xb8\xda\xaa\xdd\xcf\x10\x19\x56\xd2\x3d\xb5\xab\xde\xa7\x0a\xd4\xa8\xee\xbd\x07\x76\x05\x2e\xb6\xa7\xcf\x7d\x8e\x8c\x23\xcc\x7b\xea\x66\x55\x77\xed\x41\x36\xd4\xbf\x0d\xea\x6b\xbc\xde\x6a\x66\x2b\x97\x6e\x2d\xfb\x42\x6b\x73\xbb\xb1\xa0\xa9\xd6\x36\xcb\x70\xb6\xd5\x4e\x98\x25\x32\xb6\x1a\x5b\x8d\x64\x7c\x5d\xe4\xdd\x00\x7f\x56\xc4\xcd\x5a\x64\x5a\xd6\x1b\x6e\xf0\x1c\xe7\x5b\x0d\x05\x39\x22\x13\xc4\xe5\x9e\xc1\xe8\xeb\xa6\x9b\xaf\xa9\x42\xbb\xd3\x6e\x66\x8e\x14\x68\x2e\x3c\x5f\x16\x78\xb1\xd5\x5c\x90\xc3\xa9\xb3\x7c\x7d\x73\x15\x9c\x67\x5d\x1b\xb8\x2c\x3c\xe0\xe6\x78\xbe\xd5\xa0\xf7\x3d\xfa\xd2\x45\x0e\x66\x50\xfb\x2f\xf2\x2d\x36\xf1\xfd\x57\xf9\x1f\x77\xfb\x04\x14\xf0\x57\xdf\x08\x41\x29\x7d\x1b\xec\x38\x8f\x2d\x6a\x60\x1a\xd7\xa7\x4e\x6c\xb9\xe7\x6f\x1d\x5a\x9e\x44\x03\xcb\xc7\xc6\x0d\x27\x57\x3b\x4c\x33\x4c\x5a\xfd\xa2\x95\x52\x9a\x9f\x7e\xc6\x6b\x5a\xaa\x85\xa5\x2f\xf2\xe7\x5c\xf8\x1f\x1c\xba\x9d\xc0\x44\x92\x4b\x0f\x03\x8f\x25\xc2\x3e\x63\x53\x97\xf0\x79\x96\x3a\xc5\x67\x46\xea\x94\x8c\xa7\x05\xad\x32\xaa\xd9\x6d\xff\x58\xd3\x4a\x56\x6a\xc6\x2c\x27\xd7\x74\x4a\xf0\xf5\x4a\x17\xab\x3c\xf6\x96\xed\xc9\x54\xce\x70\xb5\x50\xfb\xec\x47\xaa\x48\x74\xd3\x80\xa2\x25\x0f\xc6\xc1\x17\x35\x05\xa6\xd0\x81\xf3\x43\xae\x33\x7c\x97\x66\x1f\xaf\x41\xc9\x69\xbb\x92\xd1\x9e\x3c\x50\x1d\x64\x00\x36\x88\x5d\x3b\xf1\x25\x28\xfe\xad\xe2\xe5\x20\x5d\xb1\x10\x90\xdb\xb2\x8b\x2f\x80\xf6\xee\xcf\x82\x56\x72\x5b\xea\xa1\xee\xd7\xff\x18\xe4\xef\x84\x4c\x46\x4a\x9b\x7c\x2f\x58\x36\xe3\xfd\x60\x3e\x3f\xe1\xa5\xa4\xa5\x7c\x77\xbb\xa2\x49\x94\xae\xb4\xbe\x34\xe3\xe5\xe1\x4d\x99\x0f\xd3\x15\xeb\xeb\x50\x44\xe9\x6f\xe9\x67\x1d\xa9\xa1\x0a\xe5\x2c\x4e\xb8\x72\x67\x28\xd4\x52\x73\x8f\x3f\x54\x6b\x88\x26\x88\x03\x97\x86\x20\xf9\xa4\xa2\x1a\x3e\xce\x32\xba\x92\xa4\x9d\xb0\xd9\xdc\xd3\x87\xb2\xde\x03\xa5\x63\x07\xa5\x1e\x2d\xad\x05\xb5\xaa\x2b\x0d\x7f\xb1\x21\x95\x41\xee\xd2\x88\x29\x1a\xba\x48\x15\x50\x83\x8d\x19\x8e\xfe\xf4\xec\x5d\x84\xef\xd4\xaa\x26\x77\x73\x56\x48\x2a\x92\x3b\x96\x27\xc2\x10\x4d\x38\x02\x75\xb7\x9d\xec\x3b\x11\xb2\xef\xf2\xb4\x5a\x50\x11\xf0\xef\x20\x56\xb1\xe3\xe0\x21\x30\xab\x5e\xb7\x19\xac\x6e\x20\xf1\x08\x8b\x1d\x54\xbc\xc9\x64\x19\xfa\x3b\x47\x5a\x0e\x59\xae\x06\x1b\x48\x2e\x76\x0c\x98\xe3\xe8\x87\xc7\xef\x9e\x7c\x6f\x87\xcc\x6a\xc3\x54\xb4\xf0\xc6\xbe\xb4\x9b\x00\xe4\xbf\x74\x25\xec\xd9\x2e\x86\x30\xfc\x5d\x97\xc8\x1f\xb3\x9d\x80\xcb\x65\x60\x9b\xe4\xfb\xf6\x57\xb4\xb6\x41\x38\x1a\x2e\xdd\x6f\x7f\x31\xda\x80\xbb\x3e\x96\x6a\x52\xb7\xc4\x93\x6e\x45\x0d\x33\x94\x0e\xb5\x3f\x2a\xcb\x51\x33\xfe\xa8\xd7\x15\x76\x5b\x03\x76\x90\xe1\x93\x72\x77\x67\x79\x2c\x5a\xc3\xd5\x1d\x6a\x14\x37\xe6\x2e\xba\x13\xeb\xf5\x58\x8b\xca\x9d\xec\x2f\xc7\x50\xc2\x82\x58\xa8\xd8\x8f\xf2\xad\x2d\xa3\x61\x95\xde\x2d\x04\xff\x54\xfa\x9c\x5a\xa8\xba\xd7\x8b\x80\xb1\x8a\x38\x09\x32\x36\x8e\x7d\x4c\x7c\xbd\x88\x10\x13\x80\xe2\x2d\x0c\x15\x71\x08\x7e\x27\x02\xb4\xb8\x29\x05\x88\x6d\xbb\xcc\x66\x33\x82\x94\xca\xd6\xb0\x65\xda\x79\xa7\xf9\xbb\x49\x89\xd7\xa2\x48\x18\xf6\x7a\x94\xf0\x9a\x50\x7c\xa7\xcb\x26\x69\x4d\x24\xae\xc8\x17\x68\xe4\x5f\xcd\x71\x63\xb0\xac\xa4\xfb\xcd\x5d\x59\x77\xbf\xb9\x63\xea\xc1\x37\x9b\x28\xaa\x7f\xb5\xcc\x43\x57\xb1\xe3\x78\xe9\xf1\x35\x78\x77\x5c\xa1\x1a\x74\x14\xf4\x30\x15\x2c\xf0\x6d\x58\xb0\xc3\x33\x1a\x23\x00\x0b\xe0\x80\xaa\x19\x0a\x2e\x3d\x16\x3a\x27\xa9\x5d\x7a\xee\xc7\x87\xa5\x81\x4b\xe9\x75\x95\x58\x6e\x39\x6e\x26\x34\xa1\xde\xec\x62\xd3\x5c\x92\xc5\xd4\x36\xed\x13\x8f\xeb\xaf\xad\x52\xa7\xbd\xa3\x9f\xa5\xab\x32\x1e\xe1\x72\x27\x17\x19\x69\xed\xaf\xc7\x45\xd1\xfa\x10\x23\xbf\x6d\xcf\x13\x40\xc3\xbc\x04\x9f\xb0\x73\x2e\x9e\xa5\xd9\x22\x06\x52\x97\x5c\x82\xb3\x77\x8a\xb0\x6c\xca\xe6\x26\x46\x0c\x55\x14\x67\x4e\x4b\xc9\xd2\xa2\x22\x51\x95\x2e\xe9\x80\x0b\x76\xad\x30\x46\x0a\x6e\xd7\x91\x82\x3c\x75\xfe\x83\xdc\x47\x83\xd2\x66\xa3\xa5\x07\x5e\x12\xd4\x66\xce\x9c\x8f\xf4\xb6\x8a\x4d\x69\xcb\x2b\x76\xea\x5e\x6b\x51\x38\xcf\x01\xd1\x24\x42\x97\x83\xf1\x24\xea\x45\x49\x34\x89\x3a\xf0\xb5\x4f\x40\x8e\xf4\xcd\x1d\xcc\xcf\x2e\x96\x2a\xb2\x95\xd7\xbf\xd6\x3a\xb6\xd3\xbf\xc0\x99\xd4\x35\x4c\x28\xc4\x48\xd7\xa2\x18\xcd\xe3\x66\xf3\x5b\xfb\x35\x31\x5f\xf5\xab\x9b\xe2\x5a\xd3\x3b\xb2\x8d\x68\xb4\xb0\x67\xbc\x13\xf1\xd0\x57\xc3\x17\x91\x0e\x75\xd1\x9f\x77\xb3\x85\x02\x0f\x49\xd6\x72\x3e\x38\x8d\xf0\x3c\xad\xe4\x15\xe7\x32\xd1\x67\x57\xc6\x97\xab\xb5\xa4\x79\x7c\x77\x4d\x65\xdc\x92\x25\xda\xbc\x93\xf0\x35\x09\x5f\x1b\xa9\xe1\x9b\x4f\x25\x15\x3a\xcc\xe4\xb0\xe0\xfc\xe3\x7a\x15\x47\x8a\x6e\x62\x19\x4d\x6c\xee\x08\xd5\xb8\xa2\x72\x87\x8c\xd4\xd5\x27\x15\xcd\xb0\xae\xe8\x73\x75\x97\xb4\xfb\xe9\x6b\xdf\x68\xa1\xd0\xce\xe6\x8d\xa4\xed\x47\x88\x23\x68\x74\xd5\x22\x45\x32\xb2\xeb\x84\x96\x37\x4c\xf0\x72\x09\x01\xd3\xad\x8c\xeb\x20\x06\xb0\x87\xca\x9e\xbd\xfe\x6b\xaf\x07\xe1\x97\x9a\x84\xe1\x87\x7f\xff\xcb\x4f\xcf\x7e\xfc\xe5\xc3\x8b\xd7\xef\x9e\xfd\xe9\xc7\xc7\xef\x5e\xbc\x79\x0d\xf1\x3c\x7a\xbd\x03\xb8\xcb\x2b\x2e\xa4\x07\x60\x5b\xd2\x1b\x0d\xd1\xbe\x62\x35\x30\xe8\x2f\x8e\x9c\x3d\x92\xe7\x73\xfd\xae\x06\x3f\x29\xda\xe2\xde\xda\x2e\x82\xd1\x62\x39\x65\x53\x3e\x9b\x11\xaa\xff\xba\x33\xf1\x7e\x74\xce\x17\x18\xff\x2e\x84\xce\x62\x38\x01\x52\xa4\x85\xfc\xe5\x17\xf1\x3c\xae\xf0\xb9\x79\xa3\x3e\xb0\xbb\x6d\x5b\xdb\xfd\x78\x97\x22\x98\x4c\x9f\xc0\xfb\x86\x27\x14\x56\x47\x3b\x2b\x33\x4a\x2c\xaf\xd6\x62\x60\x5e\x57\x14\xfe\xa5\xc9\xc2\x40\xb6\xfa\xc5\x16\x41\x97\x54\xab\xf7\x78\xa8\xb7\xe6\x5b\x87\x0b\xde\xe8\x7a\xb4\x21\x41\x20\xbf\x5f\x65\xd0\x2f\xe1\xfa\x15\xca\xf4\x7f\x6f\xef\xcc\x3a\xfd\xe7\xf5\xf1\x3f\x9f\x28\x60\x79\x95\x88\xda\xb6\x15\x28\x6e\xf8\x21\xd1\x59\x0e\xd6\xed\xae\x1d\x07\x08\x6d\x35\x1c\xc3\xf6\x77\x7d\xe3\x98\x61\x89\x03\xe5\xa8\x60\xd0\x42\x77\xc7\xb4\xdf\xd2\x01\xf9\xa3\x7b\xd0\xe8\x59\xed\xe9\x43\xd6\x52\x28\xc1\xe2\xcb\x33\x0e\xf0\x20\x70\xa8\x8d\xa5\xf6\x55\x78\x0d\x86\x04\x8f\xd8\xbd\x32\x3f\xbc\x79\x1b\xee\xe3\x2d\x72\x4a\x78\xe4\xd4\xfe\xda\xf1\x1d\x78\x05\x14\x6a\xd6\xd2\x7b\xfa\xce\x55\xc7\xbf\x44\x55\xa5\x38\xfa\xe1\xa7\x70\x4f\xe7\x3b\x14\x62\x0c\xbb\x7f\xc8\xf2\xed\x2a\xee\x99\x3d\xd5\x83\x40\xb1\x0c\xe1\xe8\xe9\xb3\x97\xcf\xde\x3d\x53\x0b\xf2\x41\x5d\xed\xab\x17\x4f\x9f\x0b\xbe\x6c\xeb\x87\xe1\xfb\x56\x05\x00\x46\x22\x23\x96\x07\x9d\x2d\x4e\x02\xaf\x08\xe0\xc2\xa0\xe9\x6c\x4e\xb7\xd4\xc0\x38\x22\x84\xa4\x93\xd0\x97\x42\x14\x25\xb1\x20\x1c\x97\x24\x9a\xb0\x9c\x44\xfd\x14\xef\x52\x7f\x30\x28\x4b\x83\xc5\xd0\x32\xaf\x7e\x66\x72\x31\x19\xe8\xc0\xe1\x16\x95\x2a\xb1\xf3\x11\x61\xa5\xa3\x28\x11\x2e\x7b\x5c\x42\xe8\xb7\xb0\x0f\xa1\xc8\xdf\x39\xc3\x69\x42\x1f\x21\xd4\x52\xcf\x59\xa6\x9f\x7f\xfa\xf1\xe5\x4b\x1d\x42\xe1\x68\xf4\xe0\x74\x1f\x1f\xcc\x97\xa9\x28\x94\xff\x55\xba\xc2\xfa\x48\xb4\xd3\xed\x57\xd5\x91\x0e\x65\x95\xe4\xd2\x79\x26\xdf\xb5\x6a\x1d\x88\x7f\x1a\x33\x70\x4a\xa4\x70\x11\x86\xa7\x33\x84\xb5\xe2\x13\x33\x61\xe1\x24\xaa\xad\x5b\x59\x4f\x03\x29\x68\x23\x6e\xfb\xac\xd5\xd9\x47\x38\xdd\xdd\xf0\x74\x34\x43\x8a\x36\x9a\x36\xd7\x76\xd3\x69\x6a\x3a\x2d\xc9\x0e\x2d\x40\x3a\x64\xb9\x73\x19\xc0\x3a\x76\x76\xfb\xbc\x2f\xc1\x9b\x63\xac\x5a\xad\x74\xc7\xa7\x33\x84\x30\xef\x13\x69\x18\x48\x95\x5b\x8a\x4e\x35\x2d\x4d\x70\x57\x88\x47\x5f\xd5\x28\x96\x98\xe1\xa8\xc7\xf2\xea\xdb\x87\xdf\x7d\xfb\xf0\x29\x89\x9c\x62\x86\xd7\x31\x6e\x0b\xa9\x52\xbc\xc6\x2d\xca\xca\xd1\xb6\x6c\x1e\x1b\x59\xf0\xdb\x75\x96\xd1\xca\x90\xbd\x4d\x04\xda\x4e\x93\xc3\x88\x7c\xda\x39\x80\xb4\xf3\xc5\x41\x71\x69\x24\x8c\xce\xc9\x2f\xc8\x68\xad\xc2\x36\xe4\x09\x7b\x82\xec\x39\x63\x99\xbe\xf9\x53\xa0\x3a\x69\xfe\x4a\x4b\xf6\x5c\x87\x3b\x46\x51\x98\x6a\x45\xe1\xee\x83\xd1\x38\x09\x3a\xb2\x25\x74\x89\x39\x4e\xb5\x0a\x6a\xf7\xc1\xe8\x38\xcc\x1c\x4a\x4e\x82\x9c\x0f\xc2\x9c\x81\xe8\x23\xc8\x78\x16\x66\x0c\x84\x16\x3a\xa3\xd5\x62\x55\x84\xd7\x25\x79\x38\x1a\x85\x53\xe7\x49\x1d\x20\x7f\x1d\x7c\x35\x85\xf5\x17\xec\x96\x29\xa1\xe4\x92\x5e\x92\xa3\xd1\xa8\xd7\xa3\x17\xc7\xa3\xd1\x66\x73\x3c\x7a\xa0\xd0\x5f\xec\x16\x4a\xe5\x79\x70\x74\x04\x89\x70\x90\xfa\x57\x80\x41\xdd\x70\xb6\xa5\x41\x68\xd1\xf8\x08\xe1\x9c\xdc\xad\x45\x91\x50\x6c\x78\x09\xb2\xc6\x0b\xc2\x87\xdb\xcc\x50\xbb\x39\x32\x4b\x77\xa8\x0a\x0c\x46\x1b\x2f\x8c\xb6\x1c\x25\x97\x31\x23\x14\xc3\xe5\xb3\x4b\x2f\x4f\xdd\x3f\x39\x42\x4d\xf6\x3b\x6d\xea\xca\x3f\x6e\x36\x74\x8b\xdf\x62\xd4\xc3\xda\x0c\xb1\x66\x57\x17\xb1\x40\x9d\xa3\xd1\x08\x74\xa2\x34\x25\xde\xeb\xc9\xad\x7a\x26\x31\xf7\x39\x0a\x44\x62\x49\x82\x14\xab\x70\x87\x92\x56\xce\x12\x2b\xd2\xb6\x09\x43\xef\x80\x5a\x36\x01\x50\xf5\x0c\x81\x9b\xd9\x98\x63\x8a\x99\xbe\xf2\x73\xb4\x15\x94\xba\x85\xb4\x40\xef\xad\xd6\x9f\x83\x7f\x5b\x49\x8e\x6a\x94\x80\x66\xdc\x16\x3f\xab\xed\xe6\x6b\x31\xac\x34\xcc\x04\x21\xc9\x9a\x86\xf6\x75\x60\xbd\xb7\x03\xea\x57\x8e\x3a\xba\x69\xb1\x36\xaa\xcd\x30\x2e\xaa\xb2\xe0\x85\x9e\x26\xbf\xea\xaf\x6a\x50\xa2\x4e\xc0\xdd\x21\xa2\x63\xd5\x1b\x77\xcd\xb2\x22\x19\xe1\xe7\x3b\xfa\x59\x06\x33\xce\xbd\xc9\xda\xdb\x57\x09\x7d\xe5\xc3\x0f\xb0\x39\xc0\xc9\x56\xf4\xf4\x6d\xd2\xfd\xf1\xd9\xdb\x77\x86\x09\xf6\xbf\xa8\x4f\x26\xde\xb0\xe4\xdd\xa8\x4f\x15\x5a\xa1\x12\x2d\x70\x53\x74\xa7\xd9\xa0\x1a\x57\x81\xef\x65\x2b\x83\x82\x62\xbe\xad\xcd\x08\xd9\xba\x39\xa7\x15\x48\x65\x2b\x4a\x97\xaa\x91\x2b\xda\xb5\xe1\x8e\x59\xd9\xbd\xe5\x6b\xd1\x4d\x57\xab\x46\x8d\x91\xdf\x50\x21\x58\x0e\x62\xfb\x1b\x96\x76\x7f\x4d\xf3\xfc\x8d\x78\x63\x52\xdf\xa6\x65\x7e\xc5\x3f\xff\x09\x74\x1f\xab\x5f\x21\x30\xe5\x82\x76\x2d\xa5\x6e\x84\xa2\x93\x08\x75\xca\xa6\xc3\xc1\x76\x75\x54\x30\xec\x53\xad\x89\x69\x34\x3c\x9d\xf2\x62\x0c\x3c\x1b\x4c\x51\xe7\xff\x35\x1d\x4d\xb3\x0e\xaa\xbb\xfb\x4f\xb0\x5d\xc7\x11\x45\x49\xbb\x80\x9d\x9d\x21\xab\x9e\xa7\x95\xfc\x0e\x98\x1e\xa6\x6c\x6b\x31\x0d\x27\x25\x4c\xac\x77\xc9\x87\xac\x08\x24\xad\x2a\x76\x5d\xc6\xad\x93\x14\x2b\xbc\x4e\x1d\xa8\xc2\x8a\x8d\xb6\x54\xbc\x35\xf7\x2f\x42\x1d\x67\xd1\x53\x4e\x84\x65\x47\xb6\x2a\xaf\x15\x2e\xec\x58\x95\x89\xfb\xb9\xd9\xc4\x4d\x91\x3b\xa7\x44\x29\x86\x59\xc3\x82\xda\x6c\xf4\x98\xb6\x99\x53\x9d\x80\xd9\xbe\x73\x82\x63\x01\x5c\xb2\x5e\x0f\xa8\x20\x40\x4e\xd5\xc8\x20\x50\x9d\x69\x77\x1a\x99\x2a\x07\xaa\xce\x68\x66\x1d\x4b\xc2\x27\xd3\x8f\x81\x34\x9f\xe2\xbd\xdf\x08\x43\x08\x0b\x92\x1b\x1a\x0d\xa1\xe4\x9e\xb6\xc3\xe9\x11\xf8\xce\x1b\x6f\x02\xcc\x1f\xd1\x62\x99\x6b\x6e\x9f\xfa\x4e\x22\x2d\x6f\xa3\x7a\x92\x3e\x4b\x22\x0d\x57\xb4\x69\x89\xda\x96\xf4\x87\x3d\x9c\xc4\xc6\xac\x64\x78\x05\x1e\x7b\xdf\xd2\x32\x0f\xec\xa9\x43\xde\xa9\x5d\x3f\x87\xc9\x09\x72\x09\xde\xea\x0c\xa8\x69\x86\x70\x2c\xb0\xcb\x3a\x15\x33\x88\x12\x59\xbb\x59\xc1\x42\x6d\x4d\xd2\x80\xa9\x42\x65\x21\x0d\x61\x61\x36\x8d\x36\x6b\x50\xe7\xd2\x57\xed\x84\x50\x23\x7f\x47\x66\xa1\xbb\xa7\x09\x96\x8c\x17\x60\x67\xf6\xc5\xdc\xda\x86\x41\x1d\x2c\x2d\x53\x04\x73\xcc\x18\x86\x30\xad\x7f\x05\xd5\xe9\xc3\xbf\x2f\xa4\x5c\x55\x2d\xeb\x04\x24\xc5\xed\x9d\x97\xff\xf0\xd0\x59\x26\x18\xc1\x40\x89\xee\xb6\x0e\xa9\x5f\xf8\xba\x9b\x0a\xda\x5d\x57\xac\xbc\xd6\xe0\xdd\x7d\x9a\xca\xb4\xfb\x89\xc9\x45\xb7\xe4\x5d\xd5\xb7\xed\x63\x58\x5f\x0a\xc3\xee\xbb\x05\xab\xba\x9f\x58\x51\x74\x53\x29\xe9\x72\x25\xd5\x91\xb5\xae\x28\x1c\x57\x50\x94\xcf\xe1\xb7\x9d\xc3\xae\x19\x33\xee\x7e\x5a\xb0\x6c\xd1\x65\xfa\xc8\xd7\xdc\xcd\xb5\xa0\x79\x77\x6e\x0e\x46\x13\xb4\xdb\xab\x85\x55\xb6\xf4\xb0\xfb\x43\x41\x15\xd6\x59\x51\xe9\x9a\xfa\x79\xc1\x24\x2d\x58\x25\xbb\x2b\x23\xee\x83\xba\x6c\x9f\x3d\xce\xe9\xf0\xb7\x6a\xd8\xf4\x08\x66\x22\xe9\x46\xfd\xd2\x2a\x57\x22\xa7\xb1\x4d\x6b\xbc\xe3\xbe\x6d\xac\xb7\x41\x78\x27\x7d\x4b\x06\x6a\xc5\x30\x02\xdd\x79\x7a\xdf\xbb\x91\xfe\xc4\x1c\x91\xe4\x52\xec\x88\x2c\x23\x7a\x3d\x61\x08\x88\x89\xfd\x91\x4c\xad\x9c\x25\x8a\xfa\x14\x1b\x49\xd5\xbb\x05\xed\x5e\xa5\xd9\x47\x5a\xe6\x5d\x8d\x0a\xe4\x34\xd7\x4b\x98\x96\x46\xef\xc7\xca\xaf\xa2\xa8\x2f\xea\x19\xde\x47\x60\x24\x7b\x90\x12\xf0\xd0\xb4\x75\x48\x45\xe0\xe2\xa8\x1b\x1c\x6b\x4e\x8f\x9c\x78\xa1\x7e\x08\x18\x5d\x08\x17\xd3\xfb\xe1\x68\x12\x4d\xdf\x2c\x99\x94\x34\xef\x6a\x2a\xf8\xb6\xfb\xfd\xbb\x57\x2f\x67\x51\x22\xf0\x34\xf2\x20\xd1\xca\xdb\xa2\x7e\x5c\x1a\x69\x0b\x44\x35\x2b\x61\x2b\xf7\xa3\xae\x6e\x8f\xe6\xdd\x54\xe1\x25\x38\xfa\x41\x63\xa9\xdd\x18\x4c\x6f\x51\x84\xd9\xcc\x10\xf1\xef\x4b\x75\x5d\x7a\x9c\x5b\x5f\x82\xa4\xa8\x12\x2d\x30\x34\xea\xf6\x89\xa8\x09\xd5\xba\xbe\x43\x93\x44\x04\x6a\x16\x35\x90\x89\x2f\xf6\xc9\xc4\x73\x7a\xb5\xbe\xfe\x92\x96\x94\xce\x54\x51\xb9\x5e\xfd\xd1\x0a\x52\xf7\x2a\x30\xa9\x09\x36\x18\x9e\x53\x17\x01\xd5\x6b\x83\x19\xb0\x12\x5a\x33\x82\x90\x38\x82\x6f\x11\xc2\xd7\x54\x3e\x07\x3d\x88\x0a\xb4\x6d\xa6\x77\x65\xba\xa4\x49\xc4\xaa\xd7\xf4\x93\x82\xb4\x2a\x4b\x22\xf5\xb3\xc6\xee\xcb\x2b\x9e\xb3\x39\xa3\xb9\xfd\xec\xde\xbd\x3c\x4f\x0a\x9a\x96\x36\x83\x7e\xa9\x67\x0a\x8d\x5c\xd2\x77\xfc\x49\x91\x56\x95\xa7\xfb\xda\x3e\x56\x4d\xdf\x34\xf7\xea\x39\x17\x80\x8e\x7c\x52\x7b\xf1\x95\x4a\x51\xb0\x59\x81\x44\xf0\x6e\x37\x9a\x61\xc7\x06\xac\x17\x9f\x0d\xa9\x26\xc9\x3a\x7b\x02\x65\x0d\x05\xfd\xd5\xab\x74\xf5\x9c\x0b\x14\x97\xa8\x93\x36\x12\x47\x85\x4a\x93\xcb\x3b\xb8\x74\xa0\x6d\xd5\xec\x8b\xf9\x4f\x65\x45\x69\x19\x97\x38\xc5\x0c\x2b\x1a\x80\x23\x08\xec\xbd\xd5\x0e\x91\xe4\x32\xbe\xa7\xb4\x6e\xdc\x54\x81\x99\x16\xe6\x95\x58\xba\xe8\x8b\x6a\x39\xee\xb8\xcf\x01\xd1\xbe\x62\x77\x34\xc5\x70\xea\x8b\x4a\xa5\x2a\x99\x02\x53\x49\x82\x87\x00\xc3\xdc\x15\x14\xce\xda\x57\xb0\xf3\xd4\xeb\x92\xdf\x50\x0d\x86\x71\xd5\x28\x04\xef\xca\xbb\x5a\x57\x0b\x97\x13\x57\x66\x39\x82\x41\x39\x62\xd5\x04\xe4\x3c\x18\x81\x4d\x96\x5a\x16\xe1\xfc\xe3\xd3\x66\x51\x05\xc2\x95\xbe\xd3\x3f\x89\x74\xe5\x56\x16\xe2\xe5\x76\x0c\xb3\x07\x3e\xf3\x2b\xc0\xf0\x9b\x1c\xe0\x70\x1f\x97\xf1\xb4\x9a\x81\x9f\x5b\xd5\x02\x38\x52\xa8\x71\xc6\x8b\xf5\xb2\x7c\x0d\x60\xf6\x54\x01\x1f\x25\x97\x2d\xab\xbb\x15\x93\x5a\xb1\x2e\x48\x5f\x97\x0a\xf7\xc8\xb8\x50\x07\x7f\x63\x38\xf1\xe1\xf0\x1a\x47\xdd\xc8\x5a\x08\x21\xd3\x40\xb5\x65\xda\xe7\x36\x8e\xdb\x16\x2f\x72\x05\xf2\x82\x8c\x0c\xbf\x70\x1b\xf3\xa4\x38\x4a\xa5\x14\xec\x6a\x2d\x69\x15\x21\x7f\x09\x01\xf6\xd8\x3c\x16\xfd\xfe\x65\x39\x74\xb9\x5e\xb2\x25\x93\x4d\xc0\x7e\x8f\x17\xd5\x1e\x78\xcc\xc0\x7f\x20\xf8\x67\x80\x9e\x31\xdd\x2d\x5e\x03\x38\xd4\x6a\xe3\x1b\x6e\xa7\x3e\x9b\xd8\xbc\x09\x79\x6b\x0e\xf7\x8b\xa3\xc6\xa3\xf6\x07\x38\xd8\xd4\xf5\x90\xb2\x92\x8a\x3f\xd3\xdb\xc0\x05\x8e\x30\x41\x31\x21\x3e\x5d\x91\xc4\xc3\x7f\x43\x87\xa8\x63\xcc\xea\x4a\x30\xde\x28\xa7\xe3\x59\x73\x1f\x1b\xde\x98\x74\x27\xd1\x70\x45\xe9\xc7\xc7\x45\x01\xa6\xb3\xae\x73\x4f\x60\x58\x7f\x55\x87\xa0\x27\xcc\x1c\x61\x41\xee\x58\x9e\x04\x53\xc9\xf2\xa8\x81\x61\x3a\xa4\x69\xb6\x78\x6c\xe7\x2d\x2e\xf5\x74\xca\x7e\xff\x52\x73\xe1\xf7\xcc\xa8\x98\x96\x33\xe2\x57\x5b\x82\x0b\x0b\xaf\x47\x7f\xa6\xb7\x9f\xf4\xac\x35\x56\x50\x0e\x35\x7c\x1c\x4f\x55\x3f\x66\x68\x5f\x3f\x28\xb9\x14\x8e\x8f\x89\x45\x88\x15\x43\xba\xdf\xb8\x40\x28\x5c\x2b\x7d\x54\xeb\xe9\x50\xa0\x1d\xdf\xc1\x41\xad\x43\xec\xc5\xe6\xd4\x46\xb8\x39\xa3\xed\x97\x45\x5a\x3d\x65\x42\xde\x3e\xf6\xe0\xad\xd7\x3b\xd8\x2a\x07\x47\x75\x72\x70\x4f\xa9\x1a\x05\xab\x03\xa7\xb3\x99\x88\xe8\xaa\x48\xb3\x8f\x51\x33\x76\xbf\xf2\x89\x24\xd1\xb5\xa0\xb4\x8c\xee\xef\x53\x0c\xf5\xac\xc1\xb5\x71\x8d\xcd\xde\xf7\x4d\x9a\xfd\x5b\xef\x71\xdc\x18\x0c\x9b\xb9\xc7\xf6\xee\xda\x55\xff\x4c\x5d\xf4\x5b\x2b\x52\xba\x15\xe9\x34\xc2\xad\x4e\xd9\xec\xc7\x76\xb4\x51\xee\x9b\x8f\xca\x98\xc1\x09\x66\xfb\x88\x50\x6d\x78\x33\x69\x9e\xbf\xd1\xfd\x17\x0a\x92\xd4\x39\x6f\x16\xdf\xd7\x1f\x30\x7c\x1c\x73\x18\x07\xd9\x6b\xa4\xfe\x6f\xb1\xd5\xd0\x9d\x68\x5f\x0b\x75\xfd\x75\x5a\xb2\x3e\x7a\x72\xbf\xc9\xd6\x1f\x8f\xbd\x78\x97\x2d\x29\xf7\x61\x33\x8a\xa2\xf9\x99\xa6\x1f\x5f\xa5\xab\x20\xea\xb6\x85\x31\xb3\x35\xdc\xa4\xb4\x2c\xc4\xac\x88\x46\x8b\x54\x54\xb7\x15\x18\x59\x99\xa9\x55\x73\x69\xa4\x50\x5b\x77\x69\xe7\xab\x72\xed\xb0\x85\x2c\xb5\xce\x47\x23\x53\x59\xa4\x8a\xfe\x05\x7b\x97\xcd\x46\xdf\x52\xfa\x15\x22\x85\x30\xcf\x22\x87\x9a\x68\x14\x9c\x98\x4b\x24\x58\xb1\x54\xa6\x03\xa7\x68\xc9\x4a\x26\x8d\x5e\x38\xba\xab\x6b\x6f\xc9\xf9\xbe\x25\x87\x13\x79\x8f\x73\x97\x7b\x0c\xf5\xbe\x02\x24\xb6\x3c\xbe\x6c\x2d\xd8\x14\x50\x82\x19\x71\x6c\x97\x63\x50\x67\x71\x6e\xd9\x77\x58\xb6\xca\xcd\x66\x8b\x7e\x92\xbd\x9e\xb9\x4a\x24\xea\xf5\xb6\xa2\xae\x2b\xc4\x7e\xdb\x26\xd4\x95\x29\x7b\xbd\xa8\xb1\x19\x88\x18\xc4\x61\x8f\x2c\xa1\xea\xd2\x36\x9b\xc6\x58\xd7\xf3\x77\xb9\xd3\x48\xcb\x77\x33\xd5\xbe\x35\xb1\x06\x62\x6d\xed\x29\x91\x75\x63\x0e\xe6\x9d\x62\xca\x66\x4d\x01\x08\xe3\x64\x24\x23\xb1\x40\x13\x1a\xa3\x78\x38\x1c\x0a\x94\x50\xfd\xb7\x36\xa6\xf0\x2c\x60\x80\x8b\x5d\x51\x4d\x27\xb1\x20\x14\x53\xb3\x99\x50\x22\x88\xd8\x6c\xee\x6a\xc3\x88\xbb\x03\xd6\x1c\xc5\xac\x72\x07\x5f\x72\x30\xc2\x1f\x59\x99\x27\x0d\x0e\x12\x61\xae\xf9\x7d\x89\xa8\x43\x6c\x25\x54\xd0\xa2\x81\x66\xc8\x07\x56\x4a\x2a\xca\xb4\x00\x04\x6d\x87\x0c\xc0\x73\x0e\x31\x14\x6e\x0b\x69\xbc\x5e\xed\x12\xd5\xa5\x58\x80\xf6\x24\x45\x93\x12\x34\x06\x6d\x97\xe0\xaa\x8b\x29\x4a\xda\x70\xb7\xdb\x2c\xda\x6d\x5e\x28\xd7\x78\x89\xf6\x53\x87\xe9\x6a\x55\xdc\x6a\x7e\xb9\x5b\x0a\xa7\xe8\x1e\x64\x6d\xf4\x9a\xac\xe9\x1c\xdd\xab\x38\x16\xcc\x82\xda\xed\xe1\xdd\x63\x5c\xbb\x20\x45\xf7\xa6\x71\x09\xe7\xba\x46\x89\xd9\xae\x20\x26\x25\x66\x9d\x5d\x8b\x5c\x12\x8a\x99\x5b\xe4\xb8\x24\x12\x33\x42\x21\x12\x67\xb8\x27\x58\xaf\x17\x33\x22\x1a\x19\xe5\x2b\xab\x0a\x10\x33\x17\xaa\x54\x83\x05\xc3\xac\xfa\x91\x16\xa0\x9e\x56\x2d\xd8\x4a\x41\x86\x05\x84\x92\x94\x0a\x8c\x0c\xa4\x5c\x39\x7d\x11\xac\x0f\x2a\xa3\x40\xd2\x55\x29\x1f\xa9\xb6\x28\xf9\x12\xe8\xdc\x33\x6b\xd7\x54\x7a\x1a\x2f\xbf\x73\xaa\x03\x5d\x19\x43\xf1\x7c\xa1\x7e\xbb\x1c\xdc\x2d\x47\xb5\xbd\x1c\xdb\xcb\x00\x37\x8d\xb7\xd9\xb0\x24\x12\x66\x69\x6b\x15\xa8\x8e\x2e\xb3\x6b\x15\x2c\xb6\xd1\x6c\x4e\x3b\xe7\x72\xc7\x7a\xe8\xf9\x5f\x18\x8d\x21\x33\xfb\xdf\xa7\x55\x57\xbf\xff\x31\x73\xef\xb4\x9d\xfc\x99\x37\xee\x31\xf7\xef\x74\xe1\x56\xc0\xd3\x96\x32\x8a\x0c\x5e\x8d\x01\xe8\x63\xeb\x46\x0b\x4e\xc9\x1f\x04\xff\x7c\xdb\xe8\x9e\x3e\xa5\x2b\x41\xb3\x54\xd2\xfc\xd9\x0d\xc4\x9e\xc0\x77\x1f\x04\xa8\x50\x52\xf1\x3d\x08\xfd\x85\xa1\x59\x74\xaf\xec\x37\x9a\xdb\xaf\xe4\xee\x8a\x66\xe9\x92\x3a\xa9\x31\xd6\xef\x7f\x85\x37\x59\xd7\x5a\x75\xbc\xfa\xae\xd9\x9f\x6a\x4d\xee\xd3\xf2\xf4\x24\xd8\xaf\xd2\x15\x04\xa9\x86\x2a\x9e\xfb\x08\x70\x9b\x11\xb1\xb3\x95\x48\x6b\x5f\xee\x41\x63\x84\xc7\xea\x7f\x1c\x5b\xf2\x16\x48\x01\xdc\x54\x2f\x70\x34\x9d\x45\x40\x98\x18\x4e\x67\xd5\xea\xfc\x70\x99\xae\xbe\xbb\xfd\x7f\xa8\xfb\xd7\xf6\x36\x6e\x2c\x41\x1c\x7f\xcf\x4f\x41\x72\xf3\x30\x85\x15\xcc\x48\x3d\xdb\xfd\x9f\x3f\xed\x8a\x1e\xc7\x8e\x27\xee\x4e\xec\x4c\x9c\x74\x76\x96\xc3\x95\xcb\x2c\x48\x42\x9b\x42\xb1\x51\xa0\x1d\x35\x89\xef\xfe\x7b\x70\x70\x47\xa1\x8a\x54\xe2\xf4\xcc\xbe\xb1\xc5\x2a\x14\x2e\x07\x07\x07\xe7\x7e\x0a\xab\xe7\x9b\xe2\xa9\x69\x38\x55\x32\x2c\x3c\x3b\x61\xb9\x6e\x1e\x6a\xc1\x3b\xf6\x9e\x35\x1f\x99\x67\xf6\xec\xb2\x83\xd0\x74\x0d\x0e\xc8\xf8\x0c\xd2\x7f\x52\xea\x58\x62\xda\xea\x5c\xea\xc9\x6c\x59\x23\x8a\xa9\x6e\x0c\x79\x0b\x6c\xcd\x19\x5c\xd5\x19\xb6\xdf\x43\xd8\x74\x37\x45\x23\x63\x1d\x30\xcd\x31\x9f\xcd\x26\xbd\x8d\x67\xb3\x3e\xcc\xe9\x7f\x33\x8f\x50\xaa\x00\x63\x9d\x9d\x9b\x01\xc1\xd5\x35\x65\xf5\x6b\x93\x85\xc9\x68\x61\xdb\x80\x1a\x81\x3c\xa0\x68\x49\x5b\x88\x28\xa0\xdf\xdc\x85\x99\xf7\xac\x11\xf4\xfa\xde\x82\xfc\xd9\xad\x2e\x16\x01\x06\xce\xbe\xb1\x82\x9c\x8e\x9d\x21\x9c\xb0\x74\x57\xbd\x27\x01\x87\xe2\x19\x16\xe7\x73\x65\xfc\x7d\x59\x54\xab\x44\xdf\x58\x6c\xd9\xac\x70\x6b\x2a\x32\x28\x24\xb3\xa8\x85\x2b\x34\xa2\xcb\x66\x55\xb6\x87\xc3\xde\xb1\x15\x60\x22\xd4\x2a\xe9\xca\xc9\xff\x54\x62\x2d\xf2\xe4\xac\x9d\x6e\xa3\x0e\x87\xc2\xee\x87\x69\x8b\x7f\x8f\x4d\xfd\xab\xde\x52\x05\x56\x3f\x29\x7a\x5d\xf4\x63\x50\x84\xfa\x3a\xda\x46\x01\x22\x60\xa5\x88\xb5\xd0\xfb\xaf\xed\x59\x44\xea\x4c\xfb\x9d\x1e\x0d\x6f\x58\x27\x7b\x0e\x5f\xb2\x95\x57\x60\x28\x86\x7a\x36\xe3\x4e\x65\xc5\xf0\x45\x77\xe4\x1e\x42\x34\xd7\x8e\x86\x6a\x9c\x21\x6c\x1b\x78\xe9\xce\xac\x94\xd8\xe4\x04\x3e\x61\x37\x6d\xf6\xe0\x4f\xb1\x61\x76\xd4\x13\xb6\x8b\x9c\x4c\xa0\x21\xb5\x0d\xc9\x28\x00\x88\x2e\x34\x60\xf2\x7f\xc1\x35\xe0\x72\x21\xc7\x6e\x74\x83\xc7\xd7\xa2\x71\x70\xfd\x05\x91\xdb\xaa\x3f\x2f\x1e\x2a\xd0\x82\x2c\x19\x5f\xdf\x11\xe5\x30\xc6\x98\x73\x88\x59\x28\x8f\x06\x2b\x98\x5b\xac\xcf\x16\xce\x03\xe6\xa3\xfd\xea\xde\xe0\x4a\xe2\xd8\xa8\xb9\x16\x2e\x4b\x31\x22\x20\xeb\x72\xa8\x53\xa9\x95\xb1\xcb\x15\xd2\x85\x86\x0a\x1e\x78\x32\x62\x22\x51\x44\xdc\xd7\x43\x53\xd5\xce\x95\xce\xbd\x39\xdc\xc0\xa7\x45\xec\x96\x4b\xaa\xf5\xed\x33\xd3\x87\xbb\x9e\x20\xf3\x85\x56\xfb\xb1\x79\xcc\x51\xa1\x3d\x9b\xbf\x27\xf7\xc6\x17\x87\x96\x5a\x17\x0f\x41\xd9\xbe\xd1\x77\x9a\x5b\x19\x11\x6b\x32\xd2\xce\x9a\xa6\xee\x1f\x45\x32\xb3\xa0\xfa\x38\xec\x33\x69\xb4\xb0\x39\xf8\x1d\x5f\xee\x81\xc5\x31\xa3\x22\x4e\x56\x06\x71\x08\x6a\x69\x0c\x53\x9d\x54\x46\xfd\xb1\xad\x38\x61\xc2\xf1\x9e\x25\xc7\x64\xc9\x56\xa5\x12\xc7\xfc\xa7\x2f\x78\x73\x07\x6b\xa6\xc8\xee\x15\xbe\x1d\x5a\x8f\x2f\x93\x66\xb5\x2e\x5d\x0e\x28\x42\x25\xbd\x74\xe0\x7f\x42\x27\x01\x91\xcf\x11\xe6\xf2\x32\x2f\xd9\xca\x54\x60\xd6\x6b\xc3\x14\x79\xab\x6e\x0c\xff\xfd\x1a\x8e\x98\x01\x13\x25\xed\xe2\x5a\xea\x39\xc1\x4e\x6f\xf1\x1d\xfe\x90\x2e\x69\x6a\xec\xd3\x6f\x04\xa8\x3d\x72\x29\xf8\xe3\x55\xa5\x9c\x73\xf8\xbd\x12\x10\xe3\x29\xdd\x94\x45\x3a\xa0\x3e\xba\x66\xb1\x53\xdc\xe5\xbb\x26\x85\x57\x8f\xc7\x8d\xd1\x97\xe7\xe9\x00\x1f\xd0\x68\x5b\x7e\xc0\x77\xe5\x07\x58\xe3\xbb\x6c\x46\x83\x2c\x57\x4d\x19\x15\xf6\xa0\x99\xe0\xee\xf9\x7c\xee\x65\x62\x89\xaf\x34\x01\x7b\x45\xc4\xc7\x86\xbf\xd7\xf4\xab\x0d\xd3\x2d\x2c\xa7\xb4\x05\x62\x3c\x5d\x85\xd4\x6f\x88\xf8\x21\xcf\x04\x7e\xc0\xb4\xfd\xb6\xa9\x6a\xca\x6e\xdc\xdf\xa4\x5e\x7c\xc0\x5d\xd5\x6d\xca\xac\x46\xbb\x36\xa7\xba\x79\x0e\x96\x81\xa5\x21\xfb\x09\x10\x71\xda\xbe\xa9\x3e\xd8\x59\xe8\xec\x96\xf5\x62\x8b\xb5\x72\xfd\x0e\x9b\x35\x2e\x6e\xf0\xd5\x5d\xc5\xdf\x1b\x1e\xd0\x98\xb3\x9f\x6a\xa5\x79\x81\xf6\x12\xd7\xaa\x4b\x70\xc8\x51\x1d\x69\x7f\x84\xc9\x85\xfe\xca\xf8\x0b\x24\xdf\x68\xe0\x93\xe0\x5d\x5b\x2e\x57\xe6\x66\xdc\x54\xad\x49\x26\xa2\xbd\xfb\xb4\xf7\x56\x66\x4b\x0a\x00\xaa\x4e\x9c\xa0\x96\x31\xb9\xc0\xe1\x62\x17\x62\xfe\x43\xd3\x98\x85\x43\x29\x1b\x1c\xe3\xb0\x49\x43\x01\xf6\x62\xed\xf4\xa8\x7d\x14\x8e\x52\xb3\x8d\x25\x64\x81\xc5\xa3\x2b\xac\x15\xce\x92\xda\x2a\x64\x9c\x46\xac\xf4\x14\x49\x9c\x6f\xf0\x57\xf3\xba\x4b\x67\x69\xe0\x9b\xdd\x6a\x18\x40\x20\xa8\x66\xca\xe1\xb1\xe1\x89\x7f\x6c\x62\x15\xcc\x3e\x3d\x59\x53\xe4\xa5\x06\xcb\x4e\x84\x1d\xb4\x45\xfe\x1b\x73\xeb\x4b\x5c\x05\xb1\xd8\x49\x3a\x8f\x23\x22\xb7\x06\xdd\x1b\x56\x6d\xdb\xdb\x46\x14\x68\x1e\x7e\xa8\xf8\xe3\xaa\x36\x49\x3a\x6a\x5a\xab\xb3\xe1\x7e\xe8\xb4\xad\xee\xa7\x96\x02\xdc\x4f\x8d\xc0\xfa\x67\x2c\x08\x07\x8f\x82\xf9\xf2\x66\xb3\x21\x90\x80\xc3\xce\x9f\xe5\xd2\xc7\xa6\x6a\x17\x66\x81\x06\x55\xe7\xa8\x80\xaa\xfa\x47\x96\x9c\x34\x4d\x22\x67\xec\x71\x88\xbf\x89\x9b\xa8\x4f\x5a\xc1\x1b\x17\xaa\x16\x8f\x17\x37\xd6\x47\xa6\xad\x3e\x68\x88\xee\x98\xcf\x3e\x62\x07\x53\xe7\x1d\xfa\x23\xb5\xf5\x1a\x8c\x87\x8f\x3f\x72\x34\xd1\xdf\x31\x50\x76\x4d\xe3\xb8\xd3\x0a\x1b\xbb\x2f\x71\x95\x06\x9e\x30\x5d\xc8\xab\x24\x4b\xbe\x1a\x60\xa8\x15\x9f\x24\xb1\xbe\xc6\x6a\x4f\xfe\xd2\xa0\xd8\x04\x91\xba\xcd\x25\xec\xea\xbb\x6a\xfd\x3e\xea\x24\xf7\x75\xae\xa1\x3a\x09\x09\x76\x3e\x04\x93\x25\xb6\x41\xca\x5f\xab\xfb\xa7\xed\x12\xe4\xb8\x03\xcb\xf0\xc7\xbd\xd2\x5a\x62\xb3\x77\x5e\x83\x6c\x5c\xc2\x63\x36\x6a\xbf\xd5\x4f\x17\x59\x4c\xd5\x5d\x68\x17\x7c\xb5\x4d\x9a\xab\x86\x13\xa6\xb6\xd6\x25\xf8\x30\x24\x2c\xa7\xf0\x33\xa6\x04\xa2\x2b\x41\xc0\x81\x37\xbe\xb1\x3a\x53\x4a\xfc\x6c\x91\x36\x92\x4a\x3a\x78\xf8\xcc\xcd\xfc\x78\x6e\xee\x4a\x00\x84\x3b\xe7\x5d\xa0\xd1\x1c\xda\x23\x4e\xae\x09\x27\x6c\xad\xf8\xdc\x22\x54\xe5\xaa\x93\x71\xeb\x14\x75\xa7\x77\xe1\xb4\x91\xa0\x8f\x00\xcb\xa2\xae\x5c\x62\xee\x06\x6d\x0a\xc7\xa2\xdc\x4b\x5d\x5b\xce\xb1\xb3\x9e\x24\x8b\xf2\x4b\x62\x05\x04\xab\x0f\xb5\xae\x14\x81\xdd\x16\x6f\x3d\x47\x47\x30\xf9\x65\x5b\x31\xc8\xa0\xba\xea\x70\xca\x21\x33\xec\x1c\x29\x3e\xd8\x8a\xb1\xf3\xf7\x94\xd5\xab\x91\xd3\xb6\x35\x10\xb5\xe4\x5e\xa8\x9b\x97\x45\x4e\x13\xf0\x3c\x1c\xbd\x09\x46\x47\xae\x08\x1c\x71\x96\x5d\xa2\xdd\x81\x82\x3e\xa6\x2f\x36\xd5\x4d\xbc\x04\xc5\x35\x69\x5e\x27\x6f\xa6\x56\x92\xab\x66\x48\xe0\x4f\xc3\x90\xc0\xdf\x26\x85\x85\x33\x72\x3b\xf6\x4b\x22\xbc\xb7\xee\x92\x6a\x1b\x16\xd6\xf9\xed\xb5\xb8\x25\x3c\xe0\x88\x27\xe7\x3a\xd6\xad\x5d\x30\xb5\x16\x75\x3a\x3f\x84\x1c\x33\x97\x52\x62\x4d\x9b\x9c\xb2\xdc\x31\x6f\xc3\x62\x2d\xee\xec\x80\xbf\x72\xd7\x0d\x6b\x05\xdf\xad\x45\xc3\xbb\x1b\xa5\xef\x91\x48\x1a\xd1\x7a\xd5\x3c\x03\x1e\xf4\xd5\x27\xad\x6a\xf5\xaa\x54\x9c\x02\xe1\x2d\x89\xbb\xeb\x4c\x28\x6c\x95\xb5\x1c\x00\x6b\x84\x2c\x5c\x8c\x5a\xfb\x69\x5d\x6b\xb6\xe3\x38\x50\x72\x4c\x48\x0a\x91\x8e\xad\x68\xf4\x6e\xce\x49\xb3\x25\xac\xd8\x0b\x4e\x6f\x6e\x08\x8f\x75\xae\x4b\xb2\xea\x49\x0f\x1c\x69\x01\x3b\x06\x4a\x16\xe8\xfb\xa0\x08\x35\x2d\x2f\x1e\xd3\x27\x1c\x4c\x94\x6c\x49\x1f\x5d\x24\x46\x4a\x61\x6c\x66\x20\xd3\x31\x24\x61\xfa\x5a\x27\x61\x29\x77\x4e\x7c\xe8\x4d\xea\xf6\xce\x6b\x3b\xf0\xb4\xae\x44\x35\x05\x6f\x76\x67\x8f\x55\xfc\x6b\x9c\x09\x22\x31\x1c\x02\x15\x9c\x5f\xa9\x4f\xd5\x28\x01\x9c\x9a\x3f\xbf\x79\xfd\x2a\x51\x4d\xe7\xf6\x32\x49\xb9\xec\xd3\xbb\x39\x69\xfc\xc8\x15\xe7\x0d\xfd\x61\xfa\x64\x30\x74\x00\x1d\xbb\x2f\x3b\x4b\x6a\xbd\xed\x94\x97\x62\xbe\x6e\x08\x5f\x93\x97\x0a\x83\xac\xa7\x14\xcf\x5f\x84\x2d\x11\x2f\x6b\x48\x27\x15\x41\x65\x50\x2c\xc5\xd3\x2b\x51\xdd\x4c\xf3\x86\x30\x5a\x4b\xd9\xe3\xc2\x11\xed\x0d\xad\xa7\xf8\xde\xc3\x57\x3b\x6e\xee\xc1\xbd\x88\x6c\x14\x25\x71\x2a\x0b\xcd\x39\x66\xd4\x28\x43\xda\xfb\xa1\xa3\x1b\xa4\x56\x10\x81\xd3\xa0\x76\xa8\x70\xe7\xfa\xbb\x6a\x7b\x82\x19\x23\xa3\x73\x01\xa9\x2f\x3a\xf5\xbd\x26\x06\x37\x92\xa9\x3f\xb0\x24\x2b\x97\x00\x5f\x1d\xc1\xd0\x16\xae\x2b\x03\x45\xdd\x8e\x82\xb6\x25\xc3\xcc\xe8\xee\x5f\x66\x07\x87\x5e\xfa\xa0\x08\x31\x03\xae\x72\xb0\x2b\x49\x03\x2e\x97\xb8\xb2\xde\x94\x77\x04\xce\x48\x60\xa6\x81\x8a\xe2\xc6\xba\x38\x32\xd9\xee\xcb\xb2\xdc\x58\xb2\x17\xf5\x48\xaf\x0b\xff\x82\xf9\x46\x98\x96\x45\x53\x46\x26\xa8\xfe\xed\x63\x08\xe9\x9b\xb3\x2a\x1b\x37\x32\x24\xc7\xd7\xab\xc3\x6d\xaa\x93\x32\x59\x4b\x83\x3c\xe2\x49\xe8\x23\x3d\x1c\xc0\x6f\xb7\x7f\x06\x7a\x7b\x26\x95\x5d\x4e\x63\x2c\xba\x95\xde\xcc\x20\xa9\x3a\xde\x94\x71\x52\xee\x16\x5d\x42\x42\x67\xa1\x48\xac\x8b\x81\xe6\x5d\x58\x82\x4e\x0d\xb9\x25\x19\x75\x8d\xb0\x40\xf2\x7e\x2a\xf6\xc9\xe1\xc0\xca\xe0\xa7\x44\x70\x50\x2c\x4e\x6c\x66\x33\xcd\x41\x18\x02\xdb\xe0\x0d\x98\xfc\x14\x31\x5d\xab\xc3\x36\x9b\x91\x22\xfc\x0d\x30\x69\x10\x6e\x02\x8f\x04\x53\x5f\xb5\xdc\x25\xd6\x36\x87\x20\xeb\x72\x67\x17\x67\xa3\xd2\x59\x66\x71\x22\xbb\xb8\x31\x29\xcb\x92\xf9\xf9\x8f\x2e\xca\xb2\x5c\x7b\x17\x9e\x5d\xb9\x46\x98\x95\xbb\xe5\xb9\x49\x5a\x4e\xf5\xdf\x66\xfb\xe1\x6f\xd3\xa3\x2d\xe2\xaa\x35\xc7\xda\x88\xcd\xb4\x69\x9b\x3a\xeb\x77\x25\x63\x46\xa0\x5d\xec\xa2\xdf\x6a\x03\x4f\x50\x4c\xec\x0d\x77\xba\x58\xae\x3c\x87\xbc\x58\xae\xe4\x09\xba\x55\x1d\xc8\xb1\xe7\x1d\xdd\x2a\x59\x72\xcd\x28\x26\x3a\x6d\x3d\x41\x52\x83\x67\xfa\x62\x8d\x33\x07\x63\x71\x8b\x33\xba\xd0\x45\x8d\xaf\x29\xd9\xd4\x27\x2c\x28\xd1\xd9\x3f\x7c\xfa\xba\x22\xac\x7a\x0b\x6b\x40\x0b\xd5\xc0\xf1\x1c\xa6\xb0\x66\x21\x02\x9f\xe4\xac\xea\x25\xcf\xe2\x3d\xcc\x84\x60\x55\xf3\x36\x2d\x35\x66\x98\x83\x50\xe3\x3a\xd7\xb0\x4c\xed\x99\xd9\x51\x0c\xd8\xa7\x43\x5a\x64\xbe\x64\xab\x91\x1b\x0d\xea\xc8\xb9\x68\xed\x70\x31\x7e\x50\xeb\xf7\xfc\x9e\xdc\x83\x1c\x0f\xe8\x6c\x32\x3e\x04\xf7\x06\x0f\x08\x3c\xbd\x0c\xa4\x2a\x48\x65\xa7\x3e\x4a\x1e\xb2\xcb\x69\xc3\xc8\x8f\xcd\x6b\x46\xa6\x8b\xe9\x5d\xc5\xee\xed\xdf\xd9\x66\xba\x7a\x96\x69\x67\x7e\x64\x1b\xbe\x6a\x82\x0e\xe1\x87\x16\x11\xf3\xda\xd3\x4f\x84\x5e\x01\xf6\x14\x3a\x79\x3d\xc4\x15\x1a\x34\x43\x39\xf4\x01\x05\xd0\x75\xc3\xef\x42\x75\xc5\xaf\x9f\x9e\xe7\x99\xfd\xbc\x74\x18\xa3\xc7\x76\xcd\x31\xe4\x31\x39\xe1\xcb\x53\x04\xcb\xbb\xe7\x0f\x61\xef\x8f\x99\xf5\xe5\xfb\xce\x42\xe2\x94\x61\xac\x6a\xc5\xf1\x37\x53\xed\x74\x3f\x3d\x4b\x87\x70\x37\xde\xd4\xb1\xa5\x57\x59\xf3\x80\xa9\x69\xb7\x13\x8a\x55\x85\x2b\x11\xe7\xfd\x70\x0c\xea\xbf\x6c\x9f\xb6\xf7\x6c\xad\x98\x5a\xa7\xb5\x57\x7f\x1f\x31\x28\xd8\x22\x0d\xfa\x8b\x32\xfa\x75\x38\x4c\x2e\x4c\xfd\x04\x53\xdd\x5e\xff\x32\xfa\x91\x40\x03\xae\xee\x2d\xcf\xea\x1c\x0e\xfe\x0d\x6d\xbf\x6f\x36\xf7\x77\x0d\xdf\xde\xd2\x75\xd9\x7d\xe4\xc7\x08\xb5\xe3\x4e\xdf\x7e\xbd\xd9\xb5\xb7\xcf\x2a\xd6\x30\xba\xae\x36\x26\x47\x88\x76\xb8\xd5\xc6\x9d\xc9\x85\x5d\x42\xf0\xd4\x78\x81\x49\x5c\xb1\xfb\x9f\x40\x57\x48\x6a\x6f\xc9\x99\x74\x86\x0b\xf8\x0c\x32\xbf\x52\xd2\xfd\x5d\x25\x8c\x08\x41\xd9\xcd\xe1\x30\x21\x0e\x28\x05\x42\xcb\xf3\x95\x75\x95\xb0\xbd\xbf\x0c\x79\xf9\xc8\x10\x77\xfe\x98\x3c\xe9\x0e\x68\xe8\xe1\xd9\x59\x2c\x16\x85\x6d\x8c\x28\x29\xf2\x13\x12\xe1\x84\xa2\x64\x46\x0a\x55\x4c\xcc\xe0\xcf\x74\xb3\xb1\x52\x2f\xbe\xc0\xe7\xa8\x0b\x69\xc8\x3e\xb4\x86\xf7\x56\x35\x4b\xbc\xdf\x4f\xa6\xbd\xf5\x45\xe9\x0c\xf6\x9c\xd6\xf1\x58\x93\x73\x69\x83\x38\x24\xd6\x0a\xbc\xa7\xa2\x38\xba\x60\x17\x87\xee\x13\x01\xcc\x5d\x78\x43\x81\x24\x4e\x70\x82\x18\xdf\xd3\xc4\x5f\x6b\xa2\x56\x3b\xbf\xd2\xe3\xbe\x6c\x9f\x6e\xe8\x07\xa2\x85\x54\x5f\x23\xba\xa6\xd7\xd7\xc6\xe5\x26\x9d\x0c\xf6\x12\x20\xd3\xe5\x74\xf5\xe2\x5e\xb2\x9a\xfc\x62\x2b\x94\xf4\xc0\xba\xfb\x01\x66\x26\x9a\xa0\x7e\xd6\xec\x98\xc0\x6c\x5e\xd5\xb5\xf9\x91\x03\x7b\x02\xe6\xe8\x68\x90\x79\x0b\x3b\x36\xb8\x05\x0f\x9d\x02\x9f\xcd\xc2\x07\x5f\x9e\x1b\xa9\x37\x96\x51\xd5\x55\x06\xf0\xd2\x9b\xa1\x95\x2d\xde\x12\xf3\x9e\xdc\x4f\x11\x82\x4a\xd8\xc6\xf3\x25\xcc\xc8\x31\xe2\xaa\xd7\x82\x76\x37\xde\x2c\x88\x60\x72\x66\x33\xf5\x41\x7f\x5e\xc1\x00\x0e\x68\x6a\xf2\x2f\x78\x73\xe7\x4a\x54\xc6\x03\x63\x3a\xbf\xab\xb6\x60\xea\xec\xf8\x34\x23\x04\x85\xe1\x7a\xba\xae\xea\x1a\x2a\x94\x64\x7b\x65\x03\xbd\x62\xe2\xc2\xf8\x04\xa7\xe4\x03\xf9\xb6\x82\x80\x71\x50\x9c\xc5\x4f\xcc\xa5\xd9\x33\x83\xc0\x2f\x33\x05\x27\x36\x27\x45\xab\x48\xae\x7c\xcb\xaf\xee\xff\xdc\x36\xec\xe9\x96\xfe\x60\xea\x2b\x28\x09\x1d\x52\xa6\x56\x66\xa5\x80\x52\xea\xb7\x42\x28\xf5\x3f\x52\x88\x45\xd9\xfb\x36\x6c\x00\x0f\xa6\xf6\x0d\xca\xd3\x5d\x53\x14\xd9\x29\xe7\x7b\x43\xc6\x74\x93\xef\x2c\xa2\x98\xaa\x3e\xae\x59\x84\x4f\xd3\x70\xb3\x35\xb4\xc1\xcf\xb5\xfa\x40\x22\x80\x61\x5e\x42\xca\x14\xd7\xeb\xff\x50\x4d\xc6\xdd\xcb\x15\x22\xa7\xbd\x47\x1d\xe4\xab\xb1\x3e\x3b\x8a\x45\x6c\xde\x93\x62\xaa\xbe\x9d\x22\x1c\x6a\xf0\x4d\x86\xbc\xdc\x20\x66\xa1\xee\x69\x90\x7d\xce\x5a\x0f\xb4\xdc\x9a\x1a\x0f\x98\xec\x24\xeb\xeb\xf3\x49\xb5\xc1\xb1\x5d\x6e\xda\x2d\xc8\x6a\x4a\x4c\x57\x3c\x48\x23\x47\x62\xc7\x9b\x20\x2c\x14\x0a\x7c\x4a\x84\x3f\x96\xa9\xa5\xc3\x86\x23\x2b\xa4\x18\xe2\xf4\x8c\x20\xe5\x2d\x32\xfb\xf7\xe4\x7e\x21\x8c\x59\x9a\x63\x9d\xce\xb7\x12\x94\xdd\xbc\x8c\x8d\xd7\xd2\x68\x5f\x1c\x67\x0c\x27\xdd\x3b\x28\xeb\x5e\x83\xa2\xb1\xa0\xc7\xc4\x02\x77\xad\x42\x12\xe1\xaf\xcb\x04\xda\x76\x01\x80\xb3\xa9\xe7\xaa\x62\x28\x5b\xe7\x67\xab\xf1\x7a\x8a\x7a\xb0\x17\xce\x80\xd9\xb4\x69\x80\x8f\xde\x33\xd0\x7d\xa7\xd1\x35\xde\xd5\xc5\x2f\x45\x27\xad\x22\x53\x0f\x1b\x06\x7f\x12\xfd\x37\x78\xb0\x69\x85\xb1\x7a\x60\xfe\x54\x2d\xae\xaf\xa1\xc5\xf5\xf5\x14\xe1\xdb\xaa\x55\x3f\x6e\x2b\x08\xea\xf3\xb1\x3b\xbf\xe4\x03\x5e\x7a\x7c\xc5\xdc\xcc\x97\x64\x95\xaa\x7f\x89\x2e\xfc\xd3\x42\xd5\x4a\x87\xd4\xe5\x95\xfa\xa5\x36\xae\x7c\x87\x89\x85\xb4\xdb\x9c\xf2\xa3\x7f\xe8\xbf\xf9\x1a\x93\xf9\x95\xd5\x02\xea\x52\x98\xdd\xa0\x09\x9e\x66\xe1\x05\xff\x49\x3e\xbf\xae\xd6\xa2\xe1\xf7\xa0\xe7\xbd\x53\xdf\x2e\xa6\x67\xda\xed\x55\x5d\x44\xa0\x57\x81\x5c\xe8\x56\xd5\xf4\xce\xee\x38\x45\xa3\x26\x56\x7d\x5e\x5d\xd1\x16\x86\x5f\x4c\xce\xf1\xd5\x95\xee\x8d\x42\x95\x73\xeb\xf5\x50\x38\x76\x5c\x60\x9f\xb8\x3d\x99\x85\x6d\x01\xd5\xf6\x94\x94\x51\x36\x98\xcc\x1d\xfe\x96\x15\x06\xa7\x3a\x05\x80\xb2\xfd\x64\x25\xdb\x74\x28\xd8\x91\x0c\x06\x49\xbc\xd8\x3f\xab\xca\x8b\x2b\xaf\x72\x62\x7d\x17\xc0\xa0\xc1\x6a\x62\x0a\xac\x27\x77\xa7\x1a\x0f\xf6\x16\x18\x4c\x4f\xec\xd2\x7d\x31\xd8\xaf\xb3\xa2\x9e\xd8\xab\x69\x2f\xfb\x77\x59\x5f\xf6\xfa\xef\x5f\x1d\xf6\xf7\x45\xc3\x6b\xc2\x49\xfd\xa8\x25\x99\x9a\x27\x83\x71\x7f\x81\xfa\xb1\x2c\xc9\xe1\x30\x85\xf4\xea\x97\xea\xf7\xa2\x1b\x21\x73\x49\x16\xd3\xf6\xfe\xee\x5d\xb3\x89\x1e\xce\xbd\x94\x0b\x09\x52\x92\x80\x3c\x93\x33\xd1\xb6\x37\x35\xd6\x8d\xe1\xde\xa6\x2f\x24\xba\x4c\xb7\x19\xd2\x3c\xdd\xdf\x72\x72\xbd\x20\xce\x11\x1d\xc2\x66\xb8\xe2\xe3\x3b\x89\xd6\x6f\xab\xf6\xb5\x8f\x77\xd0\x62\x38\xf7\x98\x8a\x2e\x5d\x2e\xc3\x05\x1f\x01\x19\x19\x37\x63\x4d\x3a\xda\x31\x87\xf4\x2e\x74\x3d\xb6\x0e\x52\x61\x08\x09\x90\xf6\xaa\xae\x7f\xa6\xe2\x16\x18\xe6\x0c\x11\xdb\xd1\xda\xf9\x80\x1b\x49\x98\xb4\x84\xad\xc9\x1b\x22\xac\x26\x6a\x43\x5b\x31\xb2\xb9\x16\xd8\x92\x3b\xc3\x84\xfa\xbb\x9c\x9c\x63\xbd\x09\xe2\x92\x5a\xeb\xf4\x82\x5a\x21\x4c\xe0\x73\xc7\x52\xb6\xf4\x1f\xe4\xac\xd4\xb2\xb1\xd4\x2e\x34\x9f\x6e\x6a\xa5\x99\xda\x5e\x77\x0c\x73\x33\x01\x68\x5e\xfc\xba\x14\x0b\xea\x72\xc0\x7a\x2e\xa3\xf9\xf2\xd1\xc5\x6c\xe6\xe6\xdc\x78\xc1\x91\xfe\x83\x94\x36\x07\x6c\x24\xfd\xc9\xb0\x40\x87\x2b\x85\xdc\x65\xa8\x0f\x07\x82\xe6\x57\x91\xa2\x32\xa9\x95\xe1\xb6\x4c\x75\xa4\xef\x3c\x14\x15\x61\x08\x42\x1b\xbb\x5e\xa3\xbd\x43\xd2\x3b\xb5\x18\x2a\x7e\x88\x86\x2e\x08\x5a\xf2\x95\xd4\x68\xb4\xdb\x07\xc6\xe1\x30\x0d\x64\xa8\x7f\x34\x4a\x18\x03\x44\x0d\x96\xf7\x94\xd5\xd1\x03\x3f\x85\xe8\xf1\x1d\x1c\xf2\x36\x7a\xb6\xb6\x1c\xf8\x77\x99\x97\x40\x26\xe2\xa1\xc8\x7d\xf4\xdb\xcc\xea\x2f\xe9\xe3\xcc\x2c\x63\x3d\x4d\x3c\xdd\xd8\x01\xbb\x67\x84\x17\x0d\x7f\x69\xa0\x98\x2c\x2b\xf9\xe4\xca\x6a\xac\x3a\x9d\x5d\x09\x72\xb7\xf5\x2e\xd1\xd1\x5a\xa1\x20\xd5\x8b\x86\xaf\x89\x76\xa9\x2c\xad\xda\x28\x9c\xde\xcb\xf6\x8d\xa8\x36\xf1\x97\xb7\x55\xa4\x3d\x21\xd6\xca\x97\x36\x7a\xca\xee\xc3\xdd\xef\x6c\x4f\x3c\x0e\x38\xcb\xa6\x5d\xbc\x80\x5c\x4f\xdf\x36\x55\xfd\x54\x27\xec\x72\x93\x04\x16\x34\x6a\xfe\x91\x6e\x36\x6f\x3a\x9b\x10\x63\x11\x0d\x10\x48\x5b\x08\x4c\x7c\x2a\xb7\xe6\x9b\x79\xa5\x1a\x42\xe0\x8f\x7d\xb2\xf5\xdb\x38\x4a\xd1\x8d\xc5\x98\xa6\xc8\x5e\xd3\x83\x68\xc1\x3b\x8d\x67\xc4\xa3\x18\x57\xff\x46\x4a\x3e\x8f\x67\x22\x87\x62\x65\x59\x56\x87\x43\xd5\x8f\x69\x93\xb2\x6c\x67\xb3\xb6\x07\xe1\xf8\x10\xae\x65\x30\xe7\xcc\xce\x34\xc0\xc0\xc0\x5b\xb7\x17\xff\x72\xa8\x64\x77\xb0\x17\x8d\x82\x06\x39\x14\xca\xa3\xa9\x46\x9f\xc9\xb9\xbc\x21\x62\x0c\x7e\x43\x89\x2f\x9e\xdf\xb4\xb9\x79\x2d\x13\x45\x6f\xaa\xcf\x8c\xdf\x06\xad\xdf\x44\x8d\x8b\x49\x02\x4b\xe3\x61\x19\x7f\x8e\xe4\xd5\x6d\xd5\xbe\xd9\x6d\x15\x7b\x12\x40\x3b\xa2\x8f\x01\x63\xe1\x76\x91\xf4\xd0\x52\xef\xae\xd7\x47\x6c\xe3\x01\x4f\x19\x88\xf7\x0d\x10\x5f\x20\x0a\xc4\xe1\x96\x17\xb1\xb6\xb0\x8b\x13\xce\xc0\x61\x6c\xef\x09\xc0\x92\x38\xb3\x18\x57\xb5\x29\x9d\x87\x2a\x1b\xe7\x28\x21\xd0\x88\x9c\x6a\xad\x4f\xc7\x94\x19\xd4\x25\x51\xe2\x9e\xe8\x9d\xf4\xf8\xf3\x9c\xd6\x11\xe2\xc6\xaa\x28\x3f\xc4\x88\x18\xa5\xd0\x75\xc3\x9f\x6e\x2c\x1d\x00\xeb\xb4\x85\xc1\xd0\x16\x09\x64\x19\x92\xb6\x50\x42\x3c\xe8\x2c\x92\xe0\xee\x78\x67\x46\x20\xea\x99\x09\xf8\x3c\x1e\x66\x16\x7e\x01\x93\xc0\xd6\xed\x9b\x1d\x0e\xce\x45\xac\xb3\xc2\xa4\x03\xa4\x18\xf3\x78\x55\x24\xcc\x16\x91\x0f\xff\x39\x7f\xcc\x9f\x84\xd4\x12\xb8\x27\xe7\x3b\x6c\xed\x98\xac\xec\xb4\x59\xf2\x15\xa6\x09\x5b\xc6\xd0\x48\x2c\xe9\xea\x70\x28\xd4\x7f\x8a\x0b\x24\x05\x43\x30\x2b\x53\x74\xff\xfc\x71\xf3\x24\x4b\x89\xa3\x71\x83\x88\xcf\xfe\xc6\x3a\x14\x34\x9e\x40\xa5\x26\xd0\xea\x09\xb4\x66\x02\x15\x42\x52\xf6\xc1\x90\xa0\xfd\x24\xa4\xe4\x87\x03\x18\xf0\x0c\x31\xba\xb4\x30\xbe\x6b\x3e\x04\x9b\xf2\x82\x37\x77\xaf\x3f\xb2\xc2\xab\x45\xd5\x7b\xa7\x46\xec\x6f\x08\xc9\x47\x3b\x04\xb2\x98\x9c\x23\x93\x0a\xb7\x05\xb5\x67\x96\x02\xab\x56\x52\x17\x88\x80\xe3\x6d\x9d\xff\xee\xf4\x19\xb1\xc1\x88\xde\x22\xd3\xd9\xb1\xc7\xc4\x45\xeb\x3d\x76\xd9\x27\x97\xe7\xab\x51\x76\x91\xc0\x71\xc6\xe1\xa1\xd9\x6d\x78\xcc\xd3\x5e\x59\xc9\x93\x5e\x33\xa0\x29\x18\x64\xe4\x52\x6f\xa1\x48\x97\x7d\xde\x5a\x98\xa1\x7d\x1e\x64\x70\x5f\x15\x13\x6b\xe4\xb1\x0b\xb4\x41\x11\xae\xcb\xcc\x98\x69\xdf\x9d\xf5\x44\xd1\xa1\xb1\x6e\xf8\x5b\xb5\x23\xae\xff\xa0\x4f\xb5\x11\xa4\x13\x81\xd4\x81\x26\x41\x48\x89\x5d\xd1\x87\x3a\x53\x6e\x27\x74\x33\x6a\xa6\x83\xb8\xbd\xb4\x32\x9b\x89\xb3\x33\x09\x7d\xe5\x56\x98\xfa\x2d\xa8\xe3\x4d\xc2\xe3\x1c\xca\x3d\x66\xb0\xdc\xee\x40\xac\x00\x3f\x13\x06\x2f\x07\x5a\xf5\x4d\x25\x74\x37\x4d\xe1\xac\x1d\x38\x6d\x50\x6e\xe7\x35\x04\xc5\xf8\x23\xb3\xdb\xbe\xb4\x64\x31\x74\xfe\x40\x43\xfb\x84\x83\xe3\x94\xe1\x57\xe0\x30\x0d\x74\xbd\xcf\xdd\x87\x4a\xa4\x3c\x7a\x41\xb8\x84\xbb\xa3\xd6\x3a\xf4\x06\x7d\xf4\x01\xb2\x43\xca\xc1\x63\xad\x67\xc0\x3e\x2e\xc5\x0e\x6c\x4e\x76\x0f\x07\xa2\x6e\xed\x65\x3f\xa3\xb9\x1a\xf1\xc3\xa1\x38\xd2\x06\xd8\xe6\x5d\xe1\x6f\x7f\xc7\x34\xe3\xbd\xf5\xa6\xda\x03\xcf\xbe\x08\x89\xab\x94\x58\xe7\x9e\x3b\x15\x0a\xb2\x97\x7c\x3c\x1c\xd1\xfb\x29\x51\x82\xeb\xc3\x0d\x51\xff\x9c\x8e\x63\xbc\x35\xa8\x1e\xbf\x30\x5c\xe6\x06\xbf\x01\x47\x96\xa1\x3e\xb5\x57\x85\xcb\xac\x7e\x12\xde\xa8\x0b\x2f\x8f\x2b\x43\x38\xf0\xeb\xbe\x1a\x80\x6e\xba\xfb\x83\x64\xb8\x4b\x23\xf7\xd1\x75\x10\x53\x98\x3b\x4f\x58\x62\xe5\x52\x18\x0e\xa5\xfb\x0b\x57\x62\xbc\xec\x7d\x4e\x9f\xc1\x73\xef\x4c\xc9\x6e\xc3\xfa\x28\xc0\xc0\xa2\x1f\xb6\x6f\xc5\xaf\xd9\x82\xc3\xe1\x57\x7d\xf6\x1b\xce\x7c\x24\x2b\x43\xe2\x82\x5f\x81\x38\xc3\x70\x43\x27\x51\xfc\xcc\xad\x9c\x43\x9b\xf8\x98\xf6\xb3\x73\xf9\xb3\xf9\xff\xe8\x91\x1c\x02\x6e\x07\x70\xf1\xca\x4e\x92\x9c\x32\x07\xc4\x32\xa1\xb9\x73\x32\x52\x9c\x4e\xef\x0e\xf4\xdd\x14\x79\x4a\x1a\xef\xb1\xcb\x3c\xd2\x4f\xc9\xff\xb9\xcb\x1b\xb8\x07\x1e\x70\x23\x76\x17\xdc\xb9\x84\x72\xea\xf5\xe3\xbc\xee\xb3\xe6\x6e\xab\xbe\xdb\xdc\x87\x60\xc9\xb1\x48\xb1\x8e\x25\x46\x33\x23\x8e\xe3\x3e\x39\x34\x59\xe9\xa8\x23\xb8\x5f\x12\xe7\x40\x9e\xda\x02\x46\xa7\x6e\x90\xd7\x86\x2c\xd9\x2a\xcb\xe4\x65\x49\x76\x0e\x0e\x0a\xd4\x5c\x49\x9b\x4c\x89\x99\x52\x2e\x06\xa6\xf7\xa0\x83\x1f\xcd\x71\x36\x2b\x36\xdd\x19\x85\x60\x1d\x98\x1c\x36\x93\x43\x32\x16\x95\x9c\xc0\x81\xf2\x4a\xd1\x4e\x03\x27\x1b\xeb\xe6\x46\xd2\xca\xa2\x87\x26\x8f\x83\xf8\xe7\xba\xed\x1e\xc8\xc4\x1d\x27\x52\xe1\x84\x92\xac\x86\xa8\xd3\x2d\x4f\x2e\x46\x5e\xcd\x01\x39\x91\x3b\xdc\xa0\x62\xdd\xac\x54\xaf\x4e\x9e\xb6\x49\x29\x7e\x6e\x14\xf6\xde\x23\xe7\xae\x9b\xed\x7d\x81\x82\xfa\xb4\xe7\x8f\xd9\x13\x11\x7a\x7b\xa7\x6c\x46\x01\x18\x26\xb3\xe7\x6a\x1f\xcd\xde\xf2\x28\x7e\x35\xa1\xdd\x63\x7e\x65\x6b\x42\x7a\x3c\x01\x17\x13\xe3\xe3\x67\x34\x02\xdf\x52\xf6\xbe\x75\x80\xd7\x6a\x78\x22\xc3\x72\x92\x4e\xfe\x35\xa9\xfa\x5d\xe3\xc1\x1b\xd3\x20\x88\xf6\x38\xb1\x19\x1f\x08\x92\x9d\x27\x7b\x79\x9c\x89\xda\xcb\xfe\xb1\xec\x6c\x7a\xd4\xcb\x44\x0e\x69\x46\x82\x8f\xf3\xca\x6b\xf8\x3c\xa7\x46\xb0\x5f\xe6\x54\xe2\x99\x8f\xb4\xba\x26\xff\x91\xd6\x75\xc3\x47\x6f\x52\x2b\x8e\x07\x76\xc7\xbe\x63\x57\xd6\x31\xaa\x84\xab\xea\x5a\x5c\x88\xd4\x18\xec\x0d\xa4\x93\x0b\xcc\xd4\x49\x80\x8a\xe4\x81\x77\x5c\xa8\x32\x32\xde\x71\x81\x76\x19\x2a\xeb\x70\x87\x73\xba\xb1\xde\x11\x78\x87\x05\x72\xc5\xf3\xa1\x22\x74\x48\x10\x66\xb3\xc9\xc0\xa6\xa1\xbd\xea\xd7\x98\x5b\x9d\xb3\x81\xed\x02\x02\x14\x96\x2b\x1d\x93\x94\x8e\xdd\x60\x81\x24\x2c\x44\x3b\xeb\x85\xba\x40\x78\xe2\x28\x7e\x84\xfe\xd6\xb5\xcf\xfc\x31\x37\x41\x1a\xfa\xf3\xb6\xa4\x45\xfa\x02\x6f\xca\x6a\x36\xab\xec\xef\x4b\x5a\xb8\xbf\x75\xb4\x14\xde\x95\x9b\xcb\xcd\x1c\x0c\xf7\x30\xd3\x76\x36\x6b\xe1\xa7\xfd\x7f\x52\x96\xbb\xd9\xac\x60\x40\x67\xa5\x9d\x56\xdf\x9e\x4e\x2e\x90\x2d\x1e\xb1\x2e\x4d\x30\x9c\x06\xf4\xe1\x10\xc7\x85\x99\xad\x99\xcd\xce\x5d\x13\x5b\x36\xfb\xd4\x63\xdb\xa7\x3a\xbb\x88\x78\xe5\x1e\x65\xe3\xc5\xb0\xca\x72\xad\x55\x14\x0a\x2d\x98\x65\x97\x07\x54\x75\x13\xab\x37\xaf\x3b\x17\x7d\xf2\x5b\x93\xbd\x9f\x79\xb5\xdd\x12\x9e\x8f\x6c\xae\x03\xaf\xc0\x7a\x4e\x6b\x5c\xcf\xd7\x1b\x4a\x98\x78\x59\x3b\x99\x04\x49\xb9\x69\xd6\xc6\x4f\xde\x4e\x1a\xed\x65\x88\xe0\x40\x92\x4c\x4a\x0f\xc8\x69\xad\x2d\xe0\x6b\xe7\x48\xd1\x6b\x0b\xd7\x01\x06\xfe\x41\x74\x41\xff\x90\xb7\x7b\xbb\x4b\x25\x74\xdd\xcf\xdb\xb3\x9d\xf1\xb1\xaf\x5f\x6f\xe5\x4b\x7a\xf5\x2f\x5c\x1f\x9a\x8a\x85\x12\x0f\xb9\xcc\xa9\x19\x8d\x7c\xd2\x6f\xa8\xc8\x09\x09\x9d\xd6\xa7\x88\x61\x27\x63\x67\x56\x57\x7e\x01\x8a\xbb\xac\xfa\x25\x5c\x5a\xbe\xc1\x22\x03\xb4\x68\x81\xbd\x8a\x89\xf8\x9b\x41\xb6\xb9\x25\xe2\xa5\x8e\xd2\xe8\x9b\xa5\x3d\x31\x83\x9a\xcf\xbb\xcc\xb3\x2e\x2a\xe4\xb0\x80\x1c\x57\x9d\xf6\x2a\x6d\x1f\xa8\xb2\xfd\xad\x10\xec\xcc\x1c\x8e\x56\xff\x06\xfe\x7a\xf4\x72\xe8\x83\x7a\x8d\x41\xe6\x60\x0f\x1b\xdc\xfa\x50\x3e\x9f\xb7\x22\x2f\x44\x19\x2e\x59\x8f\xd6\xdf\x20\x0b\x22\x48\x05\x93\x83\x68\xa9\x45\xa9\x1e\x3c\x09\x3e\x1b\xa2\x27\x3d\xab\x38\x26\x0b\xf6\xaf\xc4\xb5\x19\xa2\x65\x5d\xc6\x7f\x90\x16\x75\x9e\x7b\xce\x7e\x92\x01\xcc\x65\x2a\x2d\x2c\x7a\xe0\x30\x29\x73\xc7\xa9\x1f\x6c\x99\xc6\xc3\x50\x34\xd8\x9d\xae\xb6\xa3\xce\x1c\x54\x66\x7e\x1a\x0a\xdd\x5d\x4d\x70\xf6\x32\x47\xee\x08\x62\xe4\x94\x64\x43\xaa\xb5\x1e\x1c\x0c\xf1\xa8\x5f\xef\x76\x64\x2e\x7d\xf6\xc4\xb0\xf3\x9e\x36\xc7\x2f\xdc\xbe\x63\xde\xf3\x3c\x94\x60\x1f\xc6\xf4\x74\x32\xe0\x84\xb1\x10\x8a\xeb\x21\x39\xae\xe7\xb7\xa8\x87\xe2\x1d\xea\xe5\x2c\x7e\x03\xf1\x3d\x47\xd1\x0e\x1f\x99\xe6\xc9\xc6\xdc\x64\x63\x07\x1b\xf7\xb2\x4d\xf2\x86\x08\x58\x85\xd7\x54\xed\xe3\x90\xfd\xcc\xc1\x2b\x62\x35\x55\x40\x91\x20\x94\x4f\x07\x2c\xbd\xac\x09\x13\xf4\x9a\x2a\xe6\x00\x19\xbf\xd8\x9e\xcf\xcc\x51\xce\x0b\x54\x30\x5c\x40\xe4\x4d\x88\x53\x61\x42\x3f\x02\xf1\x28\x14\xf1\xa0\x01\x94\x55\xf5\x8c\x05\xf4\x25\x92\x70\x56\x88\x23\x0c\x65\x5a\x1d\x94\x24\x3a\x3c\xb3\xce\x58\x66\x8a\xfb\xb5\xaf\x1a\x46\x34\xda\x70\x33\x39\x9f\x51\xa6\xe8\xe8\xf5\x62\x4c\x4f\xbc\x54\x4d\x5d\xba\x39\xad\x11\xc2\xc6\x6c\x37\xcc\x4c\x71\xef\x37\x91\x7f\x6d\x99\xfa\xfa\xd7\x32\xf5\x03\x6c\x7b\x14\xae\x18\x39\x78\xaa\xbb\x46\x27\x4a\xf4\x71\x24\x51\x83\x2d\x61\x35\x65\x37\xee\xad\x6e\xdc\x0e\x4a\x05\xc9\x4c\x6c\xe8\x70\x36\x9e\x38\x3b\x03\xeb\xa3\xd7\x3b\x7a\x4e\x7a\xf8\x0d\xc6\xfd\xd4\x02\x1b\x2f\x20\x76\x06\xcf\x31\xe6\x2e\xc1\xd9\x30\x4f\x08\x94\x62\xc0\xbf\x67\x98\xa7\x4b\x74\x9c\xe6\x00\x6a\x12\xec\x00\x64\x85\x93\x07\xd8\x1d\xb3\x77\xa9\x77\xe5\x70\x65\xa3\x3a\x7b\xd8\x1f\x12\x9b\x73\x9f\x8f\xb2\x82\x75\xb8\xb5\x23\xd7\x80\x71\xed\x19\x1d\xb9\x0e\x92\x88\xe3\xdc\x4e\x79\xf7\x79\x84\x39\x38\xce\x0f\xec\x38\xc7\x17\xff\xed\xee\x81\xac\x07\x50\x7e\xfa\xd9\xe3\xe8\x76\xed\x21\x73\xf8\x2d\xb2\xc1\x28\x8c\x2e\xef\xdb\x8c\xc7\x8f\x2e\x8c\xcf\xd0\xd0\xf9\xbb\x88\xdc\xd8\x72\x6c\xd7\xa0\x62\x3e\x65\x80\x33\x28\xed\x53\x00\x09\xcf\xaa\x3f\xba\x00\xcd\x96\x9d\xad\x40\x68\x44\x4a\x28\x13\xbe\xae\x84\x2b\x43\x11\xc7\x84\xf7\x30\xd0\x03\x67\x61\xd8\x30\x78\x84\xdf\xc4\x02\x99\xe2\x70\xc2\x1a\x3f\xa2\x44\xce\x09\xa0\xb9\xe3\x9d\x32\xa7\x96\x3b\x38\xf7\x9c\xd9\x61\x05\x7a\x94\xea\x2f\x5d\x63\x57\x1d\xef\xce\xac\xae\x03\xb4\x5c\xa1\xc0\x44\x92\x47\x7d\xd1\x68\xcd\xa3\x2e\x12\xa3\xf1\xf9\xd1\xc5\x63\xfe\x65\x79\xfe\x98\x3f\x7a\x84\x8e\xc9\xf8\xe0\x45\x13\x19\x49\x30\xf5\x69\x68\xd9\x13\xea\x0d\x25\xbd\xee\x64\x6c\x85\x59\xa8\x40\x49\xfc\xec\x40\x09\x3d\x29\x93\x14\x5a\x60\x2e\x9f\xcd\xb4\x42\xdb\x9c\xc3\xc0\xef\xf5\xfc\xb1\xf0\xb6\x20\x61\x3d\x4b\x79\x49\x96\x62\x35\x40\xfa\xf8\xb0\x7f\x1a\xcf\x68\x69\xf8\x31\x9f\x35\x8e\x8c\x87\x73\x72\x97\x1f\xd9\x10\x29\xfb\xee\xa3\x1e\xf1\x82\x9c\xa0\x45\x3d\x4d\x9e\xc8\xe2\xdb\x43\x46\x8d\x3f\x3d\x6d\xd0\x84\x13\x4f\xf9\xf0\x7e\xee\x58\xf3\xb9\xdd\x23\x68\x52\x1b\x90\x5e\xae\x3c\xe1\xa8\x49\x86\xa3\x0e\x59\x67\xd2\x61\x9d\x49\x8e\x75\x26\x3d\xac\x33\xbd\x2e\x12\xee\x19\x71\x5b\x8b\x12\x1c\xff\xc2\x3a\x7e\x0e\xa5\x13\xf3\x23\x49\x0b\xb3\x3c\x88\xd5\x5e\xb2\x95\xe1\xb6\xd5\x5f\xb4\x46\xb2\xc3\x6f\x87\x67\xcf\xf2\xd9\x83\x16\x45\xcf\x6d\xdf\xc6\x3c\xb6\xb3\x97\x05\xba\x06\xcd\x89\x76\x63\xbb\xae\xc2\x59\x27\x51\x43\xb6\x00\x65\x44\x1e\xdb\xd3\x1a\xe5\xbc\x0e\x32\x03\x8a\xf9\x6e\x7b\xc3\xab\x9a\xbc\x68\xb8\x0d\xf5\x2f\x62\xc4\x8e\xbe\x2b\xbb\x7d\x98\x5f\x32\xaa\x9c\xe2\xa2\x57\xf2\xd3\x5b\x92\x95\xf4\x56\xf7\x30\xf2\xa2\xef\x8b\x51\x5c\xc7\x22\x2c\xe7\xbb\x57\x97\x8d\x00\x5f\x45\x38\x4b\x27\xf6\x08\x8e\xa1\x3a\x37\xcd\x84\x47\x6e\xff\x7e\xe3\x6c\x88\x65\x3f\x96\x05\x1d\x3e\x27\xd7\x30\x56\xc3\x6c\xe2\xd4\xf0\x3b\x9f\x13\x11\x06\xd5\xac\xe5\x92\xac\xca\x38\xde\xd7\xe5\x55\x29\x79\x3c\x94\x4f\x85\x16\x93\xd8\x80\xc2\x30\x84\x9b\x9e\xcf\x4c\x00\xd0\xf0\xd7\x36\x2b\x77\x60\xbb\xd4\xe9\xd8\x2e\xd5\xf1\xac\x0b\xe1\x0a\xb1\x2f\xd4\x83\x75\xf0\x40\x16\x34\x44\x13\xcc\x30\x41\x3e\x22\x5f\x57\xd7\xbc\x2e\x2f\x4c\xec\xee\x36\x95\x49\xad\x02\xd4\xd1\x28\xa7\xd3\x8f\x90\xd5\x0c\xa1\x4b\x03\x24\xd1\x87\xbc\xf7\x8c\x5c\xe5\x7d\xc4\xe2\x70\xc6\x6c\x78\xa2\xa5\xd5\xf1\x91\x4b\x7e\xfa\xac\xf6\xf1\xa8\xc0\xf8\xc5\x8f\xde\x5d\xb7\x49\x67\x57\x57\x3e\xf1\x59\x27\x9c\xf2\xc5\x86\xde\xdc\xfa\x0a\x9d\x69\x83\x3a\x35\xb9\x5d\xb5\xeb\x5b\x52\xef\x36\xa4\x36\x53\x4a\x27\x64\xd2\x5b\x67\x1f\xd3\x86\x3d\x6b\xee\xee\x68\xe7\x7d\x4d\x39\x59\x8b\xcd\xbd\xc9\x16\x18\x10\xc3\x97\x42\x07\xd1\xeb\x02\xfa\xc1\x25\x19\x6f\x46\xff\x09\x14\x51\x75\x1a\x82\xe0\xe2\x12\xe5\x97\x8a\x55\x41\x26\xb1\xbf\xe2\xaa\xce\x0d\x66\xee\xa9\x1a\x51\x34\x7c\xa1\x46\x2c\xf6\x8c\xfc\x22\x16\xc1\xe0\xbe\x34\xc0\x63\xee\xfd\x55\x34\x73\xf4\x98\x3d\xf9\xc3\xe3\x28\x83\x17\xe4\xf4\x53\x74\x23\xf2\xb5\x59\xc0\x93\x7c\xe8\x07\xf5\xb7\x90\x0d\xff\x26\x4b\x7a\x76\xb6\x1a\x51\x35\xd7\xb3\x33\xa9\xe6\xcb\xcf\xce\xa4\x44\x2e\x6f\xb1\xc9\xc9\x40\x70\xdd\x30\xb2\xf0\x8c\xaa\x94\x12\x49\x99\xa2\x9f\x51\x0a\xc5\xe8\xa7\xee\xe7\xda\x61\x1f\x30\x12\x59\xac\x8f\xa2\x21\xb3\x38\x1f\x66\x70\xf3\x78\xeb\x34\x25\x1a\x67\x83\x9f\x16\x63\xdc\x23\x8d\xc2\x2e\xb2\xb2\x25\xa2\x00\xa2\x9b\x63\x33\xa2\xd0\x47\x7f\xb6\xc1\x95\x23\xe5\x11\xe2\x5c\xf8\x6a\x1a\x56\xb8\x48\x26\xa5\xd9\x2c\xe0\x73\xbc\x9d\x41\x78\x49\xfd\xca\x94\x68\xf8\x0b\xa0\x94\xaf\xde\xd6\xba\xb2\x8e\x55\xdb\xd2\x1b\xe3\x6b\x08\x87\x08\x47\xcd\xba\x07\xd3\xa6\x8a\xd6\xdc\xc0\xb3\x6e\x09\x08\x4c\xe6\x49\xd4\xa2\x39\x8f\x8a\x31\x4e\x5d\xde\x80\x11\x74\x76\x81\xba\x64\x85\xd1\x00\x72\xf9\x91\x6e\x36\xfa\x10\x06\x05\x24\x3a\x54\x40\xbf\xf0\xd3\xc3\xe9\x03\xad\xdf\xbd\xad\xda\xcc\x54\xc3\x9c\x11\x13\x17\x26\x19\xae\x35\xba\x68\xd3\xd7\x41\x01\xb4\xa0\x80\x8b\xea\x57\x21\x81\xfb\xa1\x07\x59\xae\x24\x75\xae\x08\x51\xae\x8a\xdc\xb8\xf1\x9b\xee\xba\xd3\x16\x90\x92\x3c\x5f\xd4\xc4\xa3\xed\x79\x2f\xd2\x48\xd7\xaa\x53\x2f\xc3\xbe\x00\xc1\xcc\xb5\x22\xdd\xee\x09\x8e\xf0\xd5\x60\x94\xa3\xa6\xec\x9a\xf2\x3b\x52\xc7\xf2\x7a\x76\x12\x8e\xf8\xf6\x4f\x27\xa0\xcf\xd2\x9c\xbb\x7d\xf7\x0a\x89\xe3\xa1\x3b\xa8\x13\xbe\xae\x63\x43\x4f\x7c\xab\xca\x3c\xee\xee\x13\xa1\xfa\x41\xcc\x50\x90\x15\xfa\x01\x65\xc9\x20\xa1\x2c\xf8\x46\x45\xfd\x2f\xe9\xca\x26\x11\xea\xbe\x19\xe5\x6e\x21\xc5\x19\x52\x53\x23\xaf\x41\x52\xca\xfe\xf3\x9c\x46\x15\x66\xaa\xbe\x74\xee\x2e\x97\xcc\x3e\x38\x98\xfa\xf6\x12\xa9\x4e\xc0\x55\xc9\x60\x2b\x5c\x95\x64\xd9\xac\x46\xd5\xf2\x7c\x55\x96\x65\xb5\xbc\x58\xcd\x66\x26\x7b\x07\x5f\x36\x2b\x29\x73\x05\x6a\x92\xe9\x69\x22\x26\xba\xe3\xfb\xfc\xfa\x29\x26\xb8\x64\x6a\x86\x18\xee\x25\xe6\x18\x32\x35\xe5\x04\x87\x26\x5a\x2b\x43\xb8\x2a\xcf\x71\x5b\x36\x76\x61\xd5\x93\xf6\x71\x65\x17\xb6\x29\x9b\x65\xb5\x1a\xd1\xe5\x66\x55\x2e\xc9\x72\xb3\xc2\x6c\xb9\x59\xad\x7c\x39\xd2\x5c\x60\xbc\x3e\x42\x32\x5b\x49\x07\x56\x9a\x5e\x10\xe9\xc5\x94\xa7\x76\xa0\x0c\xea\x12\xb4\x2e\xb5\x4f\x8e\x90\x53\x92\x1b\xdd\x5d\x18\x1f\x11\x58\xf9\xe3\xe3\xe1\xcc\x81\x19\x02\xe4\x2e\x31\x5f\x25\x60\xe8\x70\x46\xa4\xb5\x97\x7a\x60\x22\x73\xd4\x66\x7f\xca\x64\x91\xac\x69\x6d\xee\x9a\x2e\x65\x73\x77\x6f\x2f\x31\xcb\xb1\x8d\x21\x00\xf4\x6a\x8d\xd6\x16\x5c\x09\x41\x33\xf7\x6b\xef\xc9\x88\xd0\x38\x0f\xaf\x97\x75\x42\x59\xb0\xe7\x8d\x2c\xf3\x84\x70\xe7\xa2\x15\x65\x78\xe1\xeb\x8c\x17\x4e\xf1\xd9\xe1\x21\x7c\xda\xe9\x3e\xf6\xa1\x97\xde\x86\xd5\xd1\x87\xb6\xbb\x9f\xb1\x78\x10\x3a\x70\x99\x79\x0a\x17\xf3\x37\x3d\x45\x87\xba\x14\x52\xa7\xdf\xd1\xea\x28\x99\x2b\x37\x1e\x95\x29\xcf\x7d\x3f\xe2\xce\xaa\x90\x18\x84\x14\x2c\x65\x94\x95\xd3\xa4\xb8\x1a\x98\x4c\xda\x01\xe6\x56\xc5\x1d\xe6\x0c\x8d\x6a\x94\x67\x7a\xe9\x46\x31\x0b\xd0\x22\xdf\x51\xf1\x73\xd5\xfe\x00\x55\x85\x49\x54\xfe\xba\x4b\x34\xba\x5b\xa8\x8b\x54\x38\x8e\x08\x79\x85\x55\x87\x12\xd3\xf2\xfc\x31\xf5\xf7\x1b\x75\x01\x9b\x3a\x65\xd3\x92\xae\x56\xb3\x59\x61\xfe\xea\xa5\xda\xfa\xb5\x0d\xb0\xe8\xc1\x29\x99\xa4\x67\xf8\x55\x3b\x1e\x97\xf8\x1f\x02\x6d\xec\x6e\x29\x7c\x17\xb9\x42\x3c\x01\x48\x96\x64\xa5\x04\xfa\xb2\x2c\x0b\x32\xa6\xbe\x0a\x56\xba\xa6\xcb\x5e\x60\x90\xd5\xc2\x1f\xc2\x25\x59\x21\x77\x73\x66\xc6\x92\x57\x57\xba\xb6\x0b\x71\xba\x86\x49\xe8\x23\x56\x97\x04\xe4\x18\xd5\x7f\x00\xb4\x60\x6a\x55\x3a\xa5\xa8\xff\xc5\x27\x5a\x84\x62\xdb\x4f\x99\xc3\xe1\x30\x38\x60\xf4\x1a\x38\xe5\xa3\x15\xf9\x1c\xc5\x37\x35\xff\xa2\xdb\x22\x92\xf7\x7a\xb4\x0d\xae\x8b\x8e\x1a\x42\x13\x4e\xbe\x63\x73\x75\xb9\xbf\xdb\x71\xa6\xa8\xb8\x69\x55\x4c\xcd\x90\x3a\x4d\x27\x9e\x02\xb9\x63\xbb\xed\x6b\xbe\xbd\xad\x58\xa4\x71\x80\x3c\xc4\x03\xef\x63\x5d\xfd\x55\xb5\xd9\x74\xb5\x16\x05\x1c\xdb\x30\x8b\x58\x8f\xed\xe4\xec\x4c\x20\xc5\x78\x2e\xc5\x0a\x0a\x3c\xc0\x8d\xc3\x7e\x6a\x89\x4b\xcd\x3d\xb9\xb0\x75\x49\xce\x65\x41\x10\x1a\xe8\x28\x34\xc2\xf0\x18\xf0\x7c\xee\x9c\xb2\x65\x0f\x00\xe1\x5c\x7b\xd7\xed\xdc\x71\x74\xc9\xec\xd5\x69\x2b\xbf\x14\xbe\x53\x94\x11\xf8\xcf\xbb\xea\xb5\x79\x4d\xdb\x75\xc3\x18\x59\xdb\xa4\xdc\xc9\xdd\x6a\x0e\x4a\x72\xbd\xca\x04\x34\x71\x16\xd6\x48\x15\x19\x35\x3c\xad\xf3\xbe\x2d\xb4\x85\xef\x56\xd8\x44\x40\x5d\x9f\x9d\x81\xc1\xc0\x84\x3a\xa9\x6e\x50\xa4\xb2\xe0\x8f\x45\x37\x71\x87\x98\xb7\xb7\xf4\x5a\x14\x68\x64\xbc\x2f\x98\x37\x3b\xd0\xf2\x54\xfd\x57\x81\xe6\x56\x31\x55\x28\x66\x99\xce\x19\xf9\x45\x14\xe8\xf1\xa4\x99\xd7\x0d\x23\x8f\xfd\x23\x1b\xda\xd1\xcc\x41\x2b\x34\xaa\xc6\x94\xb5\xa2\x62\x6b\xd2\x5c\x8f\xb7\xb3\x59\x65\xa6\xfb\x04\x6c\xab\x7a\x4e\x15\xc2\x95\x5b\x05\x92\xbe\x22\xb3\x2e\x0b\x01\xc4\x36\x97\x4b\x29\x43\xa5\x9c\x77\x83\x7b\x9d\x25\x49\x0f\xa0\xb9\xf9\x71\x74\x76\xa6\xaa\x47\xef\x90\x97\xff\xbb\xca\x86\x9c\x2c\x92\x51\xcf\xa8\x1b\x27\x1a\x8c\xe4\x24\x63\xa2\xe7\xc4\x63\xba\x96\x9f\x56\xc2\xa4\x16\xb9\xc7\x60\xb2\x32\x88\x86\xb2\xea\x38\x3d\x60\xad\x2d\x7b\xd9\x71\x6a\x6d\xc7\x0b\x05\xf2\xa1\x25\x03\x1d\x6f\x5d\xa7\x7e\x99\xda\xdd\xcd\xa4\xc4\xca\x46\x5a\x82\x2d\x39\xd1\xb0\xe4\x1a\x0e\xd4\x4e\x1f\x25\x69\xa9\xb2\xfa\x45\x82\x3b\xe9\xab\xb2\x69\xc1\x4c\xf6\xae\x14\xbf\xfa\x00\x95\xd3\x06\x15\xfd\x6a\x8e\x21\x20\x76\x9b\x6b\x90\x66\x26\xe3\x01\x9c\x19\x83\xc8\x2b\xca\xa8\x21\x95\xba\x2c\xb0\x29\x41\xea\xed\x4f\x7b\x19\x55\x3e\x20\xf6\x82\xd8\xfb\x62\x6e\x1c\x87\x34\xd2\x26\xd8\xc6\xb4\x64\x81\x88\x12\x2b\x53\xb8\xa2\x31\x6c\x48\xdd\xc2\x95\x84\x9e\xb9\x24\x70\x9b\x2a\x2d\x36\xe5\xf9\xe3\xcd\x13\x5b\x09\xe4\xf1\xc6\x0a\xf1\xbb\xb2\x55\x92\xfb\xba\x24\xcb\x9d\x2e\x7d\x48\xeb\xe9\xa4\x2c\x77\x36\xac\xa9\x59\xee\x56\x87\x03\x5d\xee\x56\xf8\xd6\xda\x72\x4d\xaa\x58\xb7\xde\xfa\xb2\x06\xf3\x11\x84\x92\x99\xc4\xb1\xbe\xe4\x91\xf3\x64\x4c\xb8\xc5\x1d\x5e\xa3\xd1\x3b\x4e\xaa\xf7\x3a\xa9\xac\x4f\x07\x1c\x7f\xe1\x59\x54\xf5\x05\x2e\x6e\x4d\xf9\xb1\x1d\x42\x47\x7c\x76\x6f\x07\xa2\x25\xc2\x91\xad\x1d\x2c\x1e\xd7\xca\x1c\xbf\xc3\xa8\x36\xc7\xad\x58\xee\x56\xe5\x5a\xea\x90\x33\xcb\x9f\xae\xdd\xc1\x92\x47\x64\xfb\xae\x3f\x8c\xd7\x3b\xf4\x30\x0d\xae\xa4\xcf\x70\x4c\xc3\xc4\x74\xe9\x44\x3c\x99\x27\x7d\xa5\xab\x88\xe6\x0a\x43\xe6\xc8\xc0\x68\x90\x96\x80\x80\x3c\x60\xf6\x35\x57\xf8\x92\xaf\x46\xec\xc4\x79\x33\x3f\x6f\xd9\xc3\xe9\x9e\xc2\x5c\xdd\xb9\x1a\xba\xe4\x13\x2e\x8f\xf8\xe5\x89\xf2\xcb\xfd\x1d\x70\x9e\x6a\xa6\x9a\x1d\x7a\x6e\xab\x8f\x07\x7a\x6e\xd0\xb2\x9c\xcb\xd8\xe6\x61\xa9\xcf\x52\xeb\x4d\x0d\xeb\x89\x7d\xf1\xc2\x0e\x0d\x70\xf5\x4a\x77\xe5\x80\x32\x0d\x38\xa3\xdd\x6c\x56\x54\x9d\x2b\xdf\x17\x39\x30\xda\x91\x7e\xf7\x83\x61\x8d\x89\xd5\x04\x6f\x40\x51\x4a\x4b\xb2\x6c\xca\x76\xc9\x56\x2b\xbd\x85\x3b\x9b\x2f\x60\x52\x96\xd5\xb2\x59\x1d\x0e\xd6\xb1\xe4\xeb\xbf\xef\xaa\x4d\xc1\x97\xcd\x0a\x53\x74\x38\x08\xa7\xe7\x75\x87\xa6\x53\xcc\xe9\xed\x93\xcf\xf6\x31\x17\x2a\x17\x9f\x59\xe1\x50\x7e\xf9\x36\xc8\x6f\x7c\xa7\xb3\x9e\x0d\xa5\x5f\x84\x2c\x2f\x71\x72\x4e\xa3\xf0\x1a\x8a\xbf\x20\x27\xba\x4e\x22\x49\xe6\x8e\xe0\x85\x78\x54\xae\x4d\xc6\xff\xe8\x61\x8d\xc9\x3c\x08\xe7\xd8\xc2\xcf\xe0\xfd\x2e\xb1\x58\x81\xc6\xe8\x45\xc3\xcb\x36\x35\x65\xa9\x87\xd5\x27\x4b\x8b\xef\x4b\xc1\x66\xf3\xa5\x47\xd9\xcf\x93\xcc\xe7\x61\x8d\x0d\xa8\x0b\xe0\x4a\x73\xb0\x86\xdf\x19\xe7\x66\xad\x4e\x0a\x75\x30\x81\x97\x7b\xc2\xc1\x90\x5f\x04\xaf\xd6\x42\xf5\x58\xd7\x96\xaf\x6f\x83\xca\x26\xda\x93\x81\x60\x86\x24\x7e\x0f\x59\x28\xd2\x6a\x7c\x3e\x2b\xf5\xd4\xad\x6c\x5a\xfa\xe2\xb2\xb7\x55\xfb\xc6\x3e\x37\xfd\x6b\x1e\x01\x7c\xa6\x95\xdc\xdb\xf3\xd5\x73\xff\x26\xfd\x4e\xf3\xe6\x7a\x3e\xa1\x8a\xc5\xba\x2c\x45\x2b\x3e\x1c\x88\xc4\xae\xab\x48\xa9\xe3\x01\x05\x8e\xef\x2e\xc2\x9c\x35\x6e\xca\x7a\xcc\x37\x5b\xb2\xa6\xd7\x94\xd4\x05\x43\x28\x03\x54\xf0\xe0\x0a\x04\xa6\x70\xd1\x2f\xdd\xc4\xc1\x37\xe5\x08\x50\xc0\xb0\x10\xd4\x66\x50\xd2\x98\xaf\x16\x61\x0d\x9f\x37\x44\x7c\xa7\x98\x25\x45\xed\x0a\x1d\x36\xac\x8d\xe6\x68\xd4\x2a\x28\xaa\x27\x06\x92\xdd\x5d\x9b\xcd\x0a\xd3\x4f\x66\x47\x75\x67\x3a\x25\x33\x0e\x76\x14\x21\x5c\x5d\xea\x0c\x9b\x95\x92\x51\xb3\x59\x99\x5d\xed\x1d\xf3\x55\x90\x0d\xd9\xd6\x3a\xc4\x1c\xa1\x05\x74\x03\xf2\x3c\xdc\xee\x8d\xd7\x81\x9b\x0f\x2d\x42\xa6\xbb\x25\x25\x3e\xde\xc8\x6c\x69\x08\x44\x58\x15\xb2\x9e\x4c\x43\xe0\xa3\xa7\x80\x8f\xfe\x1a\xf0\xb1\x4b\x9d\x21\x95\x05\x25\x9c\x6d\xd5\xf4\x97\xba\xc2\x7b\xe8\x93\x6d\x57\xf7\xa2\xe1\x84\xde\x30\x35\x53\x82\x19\xe6\x58\x75\x82\x7e\x2b\xfc\xa9\x81\xbf\x3f\x18\x89\x3a\xfa\x93\x1d\x8b\xb1\xfd\xba\xef\x4c\xa0\xf0\xe0\xfc\xd7\x6c\x0d\xc0\xc3\x95\x40\x29\x18\xde\xd3\xba\xd5\x44\xdc\xb3\x9f\x43\x67\xf6\xb2\x07\x7f\x63\xa0\x2e\x72\x70\x78\xca\x74\x45\x51\xd7\x57\xe7\x30\xd8\xfa\xef\x6d\xd0\xda\x9e\x07\x7c\x52\xb3\xf0\x36\x48\xa9\xa6\x06\x4b\x08\x0f\x70\xe1\xb6\xb0\xd0\x27\x47\xe7\x3c\xd2\x17\xcf\xd3\x82\x6a\x27\xa5\xa2\x5b\x85\x60\x4f\xeb\x85\x36\x3f\xdd\x6f\xc9\x22\xf0\xfc\x95\x12\xa1\xdc\xd9\xcd\x62\xdd\x51\x4c\x60\xa7\x60\x02\xfb\x75\x98\x60\x9d\x6a\xaf\x6e\x08\x23\xbc\x12\xc4\x6d\x56\x30\x59\x80\xfc\x50\x83\x28\x4f\xa5\x87\xa6\xd0\x74\x88\x39\x50\x72\x28\x0c\xe4\x1c\x7f\x99\x8b\x29\xd1\x69\x93\x59\x26\x3b\x32\xd3\x49\x90\xab\x7e\x32\x32\x3a\x46\x46\x2a\x2c\x70\x8b\x30\x5d\x36\xab\xb2\xf5\x46\x69\x3c\xf0\x89\x71\xcb\x54\x52\x70\x54\x11\xd6\x94\xf7\x35\x67\x58\x6f\x50\x54\xb2\xd6\xe7\xb4\x00\x5e\x02\x45\xb5\x8f\xa8\x2e\xe2\x5c\x85\x49\xc5\xe3\x52\xf9\x61\x21\xed\xdc\x5e\x36\x98\x9a\x7d\x0c\x39\x09\x34\xaa\x9c\x21\x84\x2d\xab\x95\x94\x12\xdf\x56\xad\x5d\xd9\xd3\xcd\xc7\xea\xde\xb3\x13\xa1\xa7\xac\xe2\xe7\xfd\x1b\xc7\x2d\xcd\x66\xd3\x0a\x3e\x82\x64\x36\x73\x62\x3a\x82\x5e\x7b\xd9\x9b\xb0\xdf\xfe\xd1\xad\x87\x42\xcf\xc8\x87\x03\x9f\xcd\x4c\x49\xbd\x56\x43\xdc\xad\x33\x1e\xfe\x65\xcf\xd0\xbd\x4b\x2a\xa6\xb4\x36\x0b\x72\x5d\x1e\x0e\x53\x5a\x27\xcf\x50\x67\x9c\x84\x68\x3d\x64\xbc\x47\x15\xab\x1f\x09\xa8\xa1\x9c\x19\xd9\xbd\xed\x4e\x61\xe0\xf6\x39\x61\xfc\x49\x01\xb1\x77\xe1\x70\x7e\x1b\x91\x5e\xe1\x00\xc7\xf9\x7b\x6d\x65\x80\xb4\xba\x82\x72\x7e\x48\x28\xdb\x06\xaf\xa7\x11\x40\xc5\x52\x13\x12\x2d\xd5\xcd\xd7\xd5\x1d\x31\x11\x8e\xab\xc3\x41\x2c\xc9\x4a\xd1\xa9\x1e\x26\xdf\x9d\x69\x57\x33\xac\x53\x6c\xbb\xe0\x98\xea\xa2\xc0\x43\xd0\xe1\x4a\xc8\x0b\x1d\xa6\xf5\x89\xb4\xf7\x58\x32\xbc\x2b\x06\x69\x43\x6e\x73\x65\xac\x7b\xbe\x0d\x6a\xea\x99\xaf\x91\x44\x98\x75\xd7\x18\x5d\x2b\xde\x9d\x3c\xac\x50\xf0\x16\xd2\x2b\xc5\x2a\x8e\xcf\xf6\x42\x42\x3c\xc9\x5b\x4b\xa6\x7c\x16\x7b\x4f\xa4\xa9\x23\xd2\x55\x79\xfe\xb8\x7a\x42\x9d\x0b\x90\x25\xd2\x6d\x49\x97\xd5\x0a\xef\x55\x57\x8b\x0d\x36\xd4\xb9\x5e\xec\x6c\xe9\x40\x27\xae\xf9\x4d\x89\xa4\x2a\x86\x5b\x34\xe2\x73\xfb\x61\xe9\xff\x3c\x1c\x96\x2b\xec\x7f\x6a\x11\x7f\x83\xf0\x6e\x36\x4b\x9f\xce\xe7\xf3\x1d\xc2\xcd\xb2\x5a\x95\xea\x5e\xde\xb8\x7b\x79\x03\x54\x5a\x3b\xa4\xaf\x4b\x3d\xcb\x46\x9a\xe8\xee\x56\xd7\x6f\xc8\x40\x67\x7a\x26\xf0\x1a\x58\xf0\xde\x6d\xf9\xcd\xf0\xfe\x50\x71\x33\x1f\x0f\xb5\xea\x74\xa8\xd1\x87\x40\xad\x41\xb8\xca\x42\xad\xd2\x7a\xad\xd6\x80\x46\x01\xaf\x71\xc0\x6b\x0c\xf0\x4e\x02\x57\x0b\xe0\x3a\x36\xef\x90\xf5\x81\xde\x47\x22\xcf\xdd\x17\x8a\x23\xd7\x2c\x90\xbd\x6f\x5d\x09\x0e\x17\xba\x30\x4e\xaf\x50\x86\xe6\x5e\x3d\x40\xd5\xfe\xec\x36\x1b\x24\x31\x6d\x13\x92\x60\x4b\x0d\x4a\xeb\x08\x94\x2b\xde\xbd\x77\x9d\xeb\x6c\x69\x01\x05\x83\x07\x52\x57\x41\xb4\xad\x83\xd7\x9a\x2d\xea\x06\x42\xcd\x66\xa0\xd7\x12\xf3\x6a\xb3\x69\x3e\xbe\x52\x93\x0b\x0c\x20\xd6\x27\xc9\xd4\x5e\xb3\xf1\x19\xef\x9a\x66\x43\x2a\x06\x54\x14\x8a\xba\xd9\x4a\x6f\x25\xbf\xfc\xe2\xff\x16\x82\xef\xc8\x41\x1c\x2e\xd0\x67\x5f\xd0\x39\x94\xa9\x25\x68\x31\x65\x3b\x35\xb2\xd1\x33\x40\x28\x6a\x20\x00\x2d\x8c\x62\xf3\xe8\xec\x74\x6d\xb9\xaf\xf4\x04\x0a\x28\xf6\x4e\xfb\x56\xec\xa8\xb8\x9d\xbe\x62\xa0\xfc\x5c\x83\xd2\xff\x36\xb0\x74\x7a\xe6\x48\xbc\x0d\x30\xb5\x46\xf4\x47\x7f\x84\xe5\x15\xfc\xac\xfc\x17\xac\xe8\xd1\xf3\x4a\x90\xc2\xd6\x18\x3e\xc7\x1c\x9d\x4d\x17\xd3\x33\xfb\x80\x23\xa4\x83\x54\x74\x33\xab\x06\x0c\xa0\x20\x2e\x83\xd7\x0b\x53\x42\xef\xd2\xec\x63\x00\x19\x52\x7e\x49\x42\x23\xed\x73\x48\x91\x33\xa1\xed\xab\xea\x55\x41\x10\xd4\xcf\x7b\xf9\xe6\xb5\x2b\xa1\xa7\xf1\xc0\x17\xea\x0b\x5d\x70\x08\x28\xa1\xc9\xa4\x2c\x2f\xbe\x38\xd7\x7f\x3c\xba\xf8\xe2\x5c\xda\xf2\x4f\x43\x60\xb4\x9b\x0f\x51\x39\xda\x67\xcd\xd5\xfa\x6b\x0a\x51\xbe\x82\x95\x15\x04\xa1\x4b\x91\x2e\xe2\x37\x74\x22\x11\x94\xa1\xca\xcc\x4c\x41\x26\xc1\x17\xdd\x91\x01\x05\x41\xf8\x01\x6d\x25\x1a\x91\xb9\xc1\x2b\x57\xd9\xbf\x64\x98\xcc\x15\xc0\xfd\x13\x8a\xc9\x3c\x77\x74\x4b\x81\xc9\x5c\x4f\xdf\x37\xae\x30\x31\xec\x81\x7f\xd6\x62\x32\xf7\xbf\x38\x36\x64\xe4\x1b\xed\x76\x03\x72\xe1\xeb\x88\xcd\x56\xec\x37\x70\x7c\x65\x57\xe6\x0b\x8a\xb4\x9a\x32\x98\x5a\x8d\x3d\x45\x10\x53\x6b\x0a\xfd\x5a\x2d\xb5\x69\x96\x2f\x0f\x14\xb4\x97\xbf\x87\xbe\xb5\x53\x8b\x74\x48\xd9\xfa\xe0\x62\xa3\xc4\xd6\x67\xb4\xb6\xc0\x50\x5d\x9b\x10\x51\x47\x90\x7f\x20\xed\xb6\x61\xad\x21\xa6\x09\x6d\x75\xad\x2c\x6d\x12\x80\x22\x76\x18\x71\xc2\x92\xff\xd6\x36\xec\x51\xb5\xa5\x71\x49\x4e\xdd\x96\xb2\xeb\x0d\x59\x8b\x86\xa7\x45\x3a\xe3\xcf\x73\x25\x3c\xbb\x45\x3a\xd5\xad\xff\x3b\xc0\x8f\x96\xae\xec\xa5\x03\x9e\xbf\x50\x9f\x37\x6b\xa8\xff\xfb\x0d\xd9\x6c\x75\x7e\x5b\x45\x5f\x4d\x61\xce\xb2\x34\xb0\x57\x18\xf5\xfa\xda\xa6\xd7\x44\x61\xc8\xf0\x55\xb8\x11\x10\xbc\x63\xbb\xd2\x8d\x9d\x0a\x2b\x9b\xa9\x33\x74\x9b\x0a\xa3\x77\x83\xcc\x9d\xc8\x65\x26\x0e\x1e\x86\x45\x96\xf4\x8b\x25\x5f\x8d\xc4\x92\xaf\x8e\xcc\x8a\x21\x69\x67\x2f\x33\x93\xb2\x9c\x4c\x30\xb1\x40\xbb\x60\x74\x0a\xbe\x59\x46\xb9\xe0\x5f\x6a\x2d\xc3\xf0\x74\x2a\x34\x32\x31\x34\xed\x6c\x66\x8a\x7e\xb6\x6a\x8a\x8e\x05\xa3\xde\x53\x07\x87\xdd\xc4\xb6\x61\xbf\x7d\x8e\x85\x51\x7b\x56\xc6\x96\xa9\x17\xbc\xb9\xfb\xbe\xba\xdf\x34\x15\xa8\x84\x8c\x32\x08\x27\x3d\xc7\xbb\x68\x69\x3e\xbd\xb6\x79\x57\x8e\x75\x37\xed\x69\x30\xc5\x93\x40\x49\x71\xa5\xc4\x1d\x5f\xfd\x2c\xc7\xb0\xdc\xe6\xca\xa4\xd9\x12\xa6\x59\x55\x07\x32\x12\x03\x95\x25\x0b\x58\x36\x1e\xd4\x41\xa7\x12\x2b\x28\x9b\x69\x75\x9d\x91\xfb\x4e\x86\x70\xde\x5d\xa0\xba\xea\x90\x1f\x9f\x03\x09\x37\x89\xb7\x6c\x5f\x97\x1c\x64\x72\xf3\xee\xdf\x77\x84\xbb\x3c\x16\xa6\xcb\xd8\x0f\x51\x2b\x86\xa3\x9a\xdd\x23\x8f\x1b\x46\xa2\x08\x1d\x4f\xfc\xd2\x82\x5c\x00\xf3\xd0\x5b\x8a\x80\xc4\x1a\x18\x80\xbc\x41\x3c\x6f\x1f\x4a\x74\x44\xde\x0d\x2c\xe8\x56\x67\x60\xe7\xe0\x9a\x1b\x3f\x56\x8c\x1e\x77\x53\xcd\x54\x0f\x3a\x42\x78\x92\x6c\x05\xc7\x8f\x83\x21\x32\xf8\xbf\x8c\xf6\x64\xa7\x15\xd2\xa0\xce\x06\x26\x4e\x18\xf9\x3d\x4c\x5c\xcb\x48\x46\xf1\x40\x30\xb3\x21\xad\xfd\x1a\x7d\x82\x59\x56\xf7\x17\xfa\x1b\x89\xde\x90\xa9\xee\x9b\x91\xde\x75\x35\x5a\x6e\x93\x1b\xa8\xd7\xcf\xbd\xfc\x6b\x6d\x2a\xf1\x81\xe9\x23\x30\x5a\xb4\x43\x12\xf7\x34\x50\xfc\x61\x71\x8e\xc5\xbc\xa5\xec\x66\xb7\xa9\x38\xfd\x07\x41\x45\x71\x8e\x03\x5a\xe0\xea\x80\x22\x48\xbb\xb4\x75\x1f\xab\xae\xdc\x4b\xd7\xd3\x76\xb3\xe3\x5a\x7d\x06\xd5\x93\x43\x1b\x31\xda\xc7\x67\xc9\x18\x78\x4c\x8b\x9f\xd4\x1c\x9e\x93\xf5\xa6\xe2\xa4\xfe\xae\xda\x6e\x81\x41\xc5\x22\x8e\x11\xcd\x06\xb2\x1c\xef\x23\xfa\xca\x8a\x9a\x4a\xc8\x0e\x21\xff\xd2\x16\xe1\x51\x32\x77\xa4\x0c\x72\x50\xc7\x7e\x32\xd1\xa7\x09\x11\xc1\xd1\x78\x8b\xbe\xed\xd5\x8d\xe3\xac\x23\xd5\x76\xbb\xb9\x77\x8c\xb2\x6a\xc1\x23\x08\x68\x72\xcd\xa5\xb5\x8d\xbb\x91\x3d\xaf\x6f\x34\x73\x75\xd5\xde\x12\x6e\x92\x8f\x75\x51\x79\xb8\x7d\x22\x41\x87\xf4\x7e\x80\xaa\xf2\xe0\x0e\xed\x41\x94\x30\x37\x4b\xb8\x1a\x37\x60\x14\xbf\x10\x6a\x76\x98\xd6\x53\xb8\x22\x1c\xeb\x8a\x39\xed\xac\x12\x3c\x23\xec\x8a\x08\xe9\xe1\xb0\x97\x23\x1b\xb4\xa8\x1e\x17\xdc\x28\x7f\x8c\x6d\x5c\x58\x78\xab\x3b\x91\xa2\xc0\xcc\xd1\x60\x66\xf5\x22\x68\x14\xa4\x87\x4f\x4c\x45\xce\x4c\x54\x99\xfc\x65\x55\x8f\xe5\x2b\xb5\xfd\x84\xe4\xbe\x5a\x95\x8d\x7c\xa8\xdf\x40\x0c\x06\x67\xda\xc4\x4d\xce\xa2\x5f\x36\xb3\x59\x63\xdc\x69\x66\xb3\x89\xfd\x53\xeb\x7a\xc1\xad\x69\xea\x32\x47\x36\x87\x03\x55\x30\x8d\x1d\xcc\x92\xdf\x0e\xb2\x59\xb0\xb0\x08\x2c\x2c\x05\x4b\x44\xe9\x58\xa8\x94\x8d\xa1\x64\x34\x63\xb6\x80\x6c\x83\xda\x72\xef\xcf\x68\x1f\x9e\x35\x21\x9e\x19\x75\x9a\x1c\xa5\x14\xb8\x5a\x19\x8d\x5b\x2b\xa5\x7c\x98\x69\x5a\x17\x59\x78\xd3\xfd\x82\x61\x8e\xbc\x75\xca\x59\x78\xe3\x4b\xe2\x01\xb0\x6d\x86\x61\xdb\x68\xd8\xf6\x5b\x25\x9b\x21\xa0\x5b\x1d\x7a\x02\x72\x7b\xd1\x57\x25\xb5\x69\xd5\x20\xb3\x91\xc3\x1d\x92\xc3\x1d\x84\xdb\x80\x31\xf0\x3c\x81\x76\x77\xad\x32\xee\xae\x54\xbb\xbb\x0e\xee\xe4\x2e\xd8\xc9\x51\xbb\xdc\xac\xcc\xf6\xaf\xd5\xb6\xee\xd4\xb6\xca\x74\x5b\x9b\x68\x5b\x8d\x72\xb1\x29\x69\x20\xc9\x36\x27\x4a\xb2\xb1\x14\x9b\x6f\x98\x15\x57\x33\xcf\x02\xef\xab\xa3\xfe\x59\x19\x69\x17\xd3\xdf\x45\xde\x55\x7c\x49\x2a\xef\x6e\x39\xbd\xab\xf8\xbd\xe2\x11\xa6\xb4\x9e\xe2\x3b\xc2\x6f\x48\x6d\x86\xa0\xa4\x5d\x2c\x8d\x6d\x68\x85\xbb\x37\x96\xbb\x30\x7a\xd5\x34\x5e\x6f\xac\xf8\x30\xf7\x71\xe0\xf8\xe8\xf8\xb1\x88\xb3\x5a\x92\x55\xe4\xbb\x11\x11\x6e\x93\x87\xc7\x84\x43\x42\x92\x1f\x1a\x5a\xbb\x0a\xf5\x08\x37\x8e\x9e\x2b\xd6\x4a\x04\x02\x45\x57\x30\x41\x7b\xe3\x5b\x4d\x8d\x1b\xf5\x35\x65\x46\xfd\x35\x5d\x84\xb7\xb6\xeb\xe3\x85\x6b\xe0\x7a\x8b\x6f\x4a\xe8\xe6\xef\x5e\x74\xe9\xe9\x27\x27\xdc\x64\x3a\x52\xf3\x79\xba\xd9\x0c\x4c\x06\x3c\x20\x87\x3b\xf8\xca\x7b\x7a\xf7\x76\x13\x38\x41\x0e\x77\xf6\x8d\x75\xde\xee\xed\xca\xb4\x38\xd6\xd1\x91\x5e\x8e\x75\x01\x20\x1e\x06\x6e\xff\xc7\xda\xc5\x71\x70\x83\x9e\x05\x4d\x86\xba\x0a\x33\x65\xf4\x74\xf5\x3c\x68\x32\xd4\x55\x98\x15\xad\xa7\xab\x9f\x82\x26\xf9\xae\x64\x80\xf0\x19\x64\x0d\x50\x3f\x3b\xc0\x1b\xca\x6e\x36\xa4\xa7\xeb\x61\xd9\xfc\x13\x75\x9d\x22\xf5\xb1\x6e\xe1\x2e\x3a\xa9\xd7\x2e\x8e\x7f\xc2\x29\xa7\x58\xff\xe9\xa6\xfd\x3b\x74\x1b\x1f\x90\x4f\xd3\x67\xf6\xc0\x1c\x05\x70\xf5\xe1\x38\x78\xb3\xe7\xe7\x93\xf4\x9c\x3d\x4e\x9f\xa4\xe7\xa8\xd1\x27\x42\xb3\xa4\x59\x4f\xaf\x83\x8a\x38\xa8\xe2\xd7\xb3\xb1\xbf\xaa\xbf\x8b\x13\x54\x7f\x9a\xcf\xd4\xfc\x1a\xd8\x20\x9c\x19\x7e\xb9\x92\x56\x21\x6c\xc4\x67\x5d\x60\x4c\xbb\x7a\xd2\xeb\xa2\x55\x32\x85\xce\x92\xd9\x22\xd3\x57\xaf\x0b\x84\x57\x46\xc0\xe7\x95\xd6\x28\x6d\x30\xc4\x56\x78\xfd\xf1\xce\x94\xc5\xb6\x2c\xf0\x3a\x60\x69\xb9\x63\x69\xeb\xf2\x1c\xdf\x96\x2e\xb3\x40\xfd\xe4\xf6\x71\x6d\xd9\xda\xeb\x92\x2f\x6b\xeb\x8b\xb1\xf5\x13\xb9\xcb\x4c\xe4\x1a\x8d\xee\x66\xb3\xaa\xeb\x11\x70\x87\xf0\x7a\x59\xaf\xca\xad\x34\x13\x75\x81\x48\x95\x4c\xf5\x2a\x9a\xdb\x02\x01\x29\xf4\xd4\x39\x49\x37\x82\x70\x9f\x0e\xd1\x24\xfc\x47\x27\x6b\x59\x4c\x0a\xd3\x23\x9a\x95\x30\x39\xeb\xef\xa1\x4e\xc1\xa7\xe8\x51\x42\xd5\x43\x3c\x49\xab\xeb\x58\x7a\xe6\x15\x62\x13\xa6\x9e\x25\x9e\xa2\x95\x81\x33\xa8\xca\xd6\x0d\x81\x0c\x6c\x08\xf4\xd3\x43\x6a\x65\xcc\x02\xa5\x64\x4e\x95\xcc\x4f\x53\x23\x07\x85\xfa\x97\x5c\x67\xb0\x20\xab\xd2\xe4\xe2\xc4\xac\x47\x61\x9c\x73\x85\x48\xec\x08\x03\x1a\x65\x01\x1a\x16\x9d\x1a\x66\x4e\xeb\x32\x59\xba\x80\x1c\x2f\x03\x86\x88\xc0\x29\x0d\xba\x9c\xcd\x26\xc5\x39\xa6\x27\x9b\x81\x91\x76\xfa\x12\x27\x98\x69\x8c\xda\x53\x71\xf7\xde\x47\x38\x9d\xaf\xc5\x46\x8f\x00\x81\xeb\x7a\x7f\xc4\xc9\xb8\x57\x57\xab\x91\xef\x74\xa5\xf4\x51\x1d\x34\xd0\xc2\x7e\xe1\xfd\x24\x55\xf4\xb2\x59\x39\x27\x5e\xb0\xf6\xc2\xa3\x51\xc7\xa7\x56\x77\x85\xaa\x92\xe5\xdc\x80\x2e\xc3\x45\xf7\x81\x49\xeb\xe7\x70\x8b\xf7\xef\xc9\xfd\x82\x60\x6e\xed\x62\x55\x7b\xbb\x10\xd1\x19\x56\x54\x7c\xc1\x24\xea\x3d\xca\xae\x33\x6f\x0d\x0d\xbd\xfd\x98\xf1\xd8\x9b\x44\xb8\xdc\x22\x44\xaf\x8b\x2a\x20\xd7\xad\x23\xd7\xd9\x65\xb9\xc4\x11\x9b\xf2\x1c\xef\x4a\x1f\x8e\xfb\x64\xe7\x75\x14\x6b\x08\xc9\x1d\x55\xcb\x4d\xac\xa7\x3f\x02\x86\xf5\x03\xc0\xa0\x3d\xfe\xed\x64\xf4\xcd\xd2\xf6\xdc\x2c\xed\xb2\x56\x93\xa9\x07\x8c\x06\x66\x06\xd7\x48\x52\x73\xab\x56\xda\xf1\x6e\x1b\xe2\xd2\xb7\x94\xbd\x77\x38\xa4\x6b\x1b\xdb\xc4\xd4\x81\x25\x03\x9e\x2c\xb7\x06\x89\xee\x82\x27\x8f\x0b\x5a\xd2\xc3\x61\x2f\x91\xc9\x62\xbd\x37\x25\x2d\x17\x77\x52\x52\x6b\xcf\xa2\xc6\x82\x35\x6c\x80\xe0\x3d\xe6\x06\x9c\x35\x0c\x85\xe7\x69\xd4\xab\xf6\x1a\x38\x5e\x64\x52\x96\x05\x7f\xe8\xc1\x42\x21\x60\x34\xd9\x15\x96\xec\x62\x9b\x01\xc7\xa4\x43\xc6\xc7\xaf\x5d\x1f\x1e\x5a\xa6\x37\x8d\xf5\xba\x05\x15\xb5\x73\x07\x1d\x53\x36\xa6\x88\x97\xd9\x60\x85\x06\x93\xe8\x56\x00\x8b\xe2\xb0\x97\x4c\x83\x7c\xf6\xce\xf4\xc2\x69\x5c\xd6\xce\xa3\xce\x33\xdd\x6e\x12\x0b\x16\xc2\xcc\x16\x2d\x00\x8b\xdf\x92\x05\xe0\x62\x2b\xa4\xe3\x1a\x82\xb5\x44\xf7\x65\x1f\x6c\xec\xad\x35\x9b\x31\x9d\x60\xa3\xe0\xa5\xfa\x0b\xe9\x18\x8d\x82\x97\x26\x00\xcb\xbb\xbe\x19\x87\x38\x0e\xa1\xd9\x1c\x69\x33\x7e\xa4\x3e\x77\xbe\x73\xc3\xa3\x4e\xc4\xe1\x30\x51\x7b\x7f\x38\x40\x9d\x00\xf5\x67\xe8\x21\x7f\x75\xb7\x6b\xc5\x83\x7b\x55\x3c\x9b\x80\xb5\x68\xef\xbf\xa4\xd3\x5e\x75\x73\x14\x7f\x06\xb1\x10\x35\x11\x84\xdf\x51\x16\x9d\x1a\xb0\x61\xf1\x28\x2c\x22\xca\x19\x9e\x4c\x5a\x20\x53\x8a\x22\x86\x90\x00\xc7\xeb\xbb\x8a\xdd\xff\xd8\x28\xa2\x0b\xd4\xf8\x70\x30\x4f\x1c\x7d\x46\x32\x6f\x41\xd2\x99\x19\xa0\x28\xbd\x8b\x1f\xf1\x93\xa7\xf5\x88\x01\xe1\x18\x64\xbd\x54\xef\x3d\x2c\x54\x21\xf4\x01\x8f\x43\xd2\xa2\x70\x4d\xac\x9a\x80\x26\xb4\x4b\x1e\xcc\xd7\xb9\x9b\xf1\x32\xee\x32\x34\xcd\x70\xcc\xd0\x22\x77\x3b\xc5\x9f\x04\x91\x3c\x7a\x06\x3c\x80\xd1\x4b\x26\x1a\x75\x41\x78\x9b\x57\x14\xd6\xed\x2a\x6d\x3a\x73\x17\x66\x08\x0d\x1b\xcd\xfa\xed\x64\xa1\x39\x0d\xff\xd3\x4c\x62\x39\x3a\xf3\x00\x43\xd9\x27\xb5\x8e\xc5\xb6\x31\xac\xd8\x43\x50\x8f\xff\xae\x96\x96\x3e\xf3\x16\x8e\x98\x18\x8a\x2e\x15\x87\x06\xdc\xda\x02\xfe\xa2\xbf\x25\xf0\xf2\x77\xb6\x69\xf9\xa8\xc5\xd4\xb8\xf5\x5f\x64\xb8\xc2\x1a\x64\x91\x2d\x2f\x85\x0c\xda\x3b\x36\x3d\x50\x27\xa8\x03\xc3\x83\x2b\x9e\xeb\x92\x1b\x0e\x4c\xea\x97\xa5\xd4\x36\x53\x2c\x3c\xc4\xcc\x8b\x10\x26\x59\xa4\x3e\x84\x5e\x51\xc2\x67\x33\x2f\x56\xf9\x6b\x88\xcf\x75\xf2\x5f\xb8\xae\x40\x3e\xd1\xbf\x81\x79\x85\x6c\x8d\xb7\xa8\xb0\x8d\x5c\x02\xca\x21\xc6\x42\x2d\x04\x8b\x1e\x1f\x25\x71\xa2\x8f\x92\xd0\x19\xfa\x3c\x24\x96\xc2\xf9\x27\xa9\xbf\xb1\x4b\x94\x0b\x79\x32\xcc\x78\x31\x0b\x95\x1b\x32\x61\xb2\x7e\xdb\xa8\x40\x3f\x33\x2e\x10\xa4\xc7\xd5\xc1\x3e\x57\x6c\xaf\xfe\x1d\x51\xb8\x9c\xd1\xea\xf5\x47\x46\x74\x0e\x65\x34\xdf\x34\xcd\xfb\xdd\xb6\x98\xba\x8f\x16\xd3\x33\x2f\xd1\x72\x19\x39\xc9\x9e\x62\x5a\xe4\xa4\x15\x9f\xda\x41\xf6\xf7\xb0\x38\xe2\xe6\xb7\xda\x1c\x7b\x3f\xc8\xf9\x93\x4f\xf1\x9e\xb0\xdd\x9d\x4e\xf0\xb6\x98\x9c\xe3\x1b\x22\x16\x6e\x56\xee\x40\x35\x59\x67\x74\xd9\x67\xe1\xac\x32\x1e\xbd\x1a\x1d\xf2\x54\x33\x92\xf5\x73\xc8\x8b\xce\xa6\xaa\xf9\x34\x54\x6e\x1a\x6f\xb8\xd8\x69\x45\xcb\x5f\xcb\x55\xac\xd3\x6c\xca\xd8\x43\xb3\x2a\xbb\x8e\x99\x71\xf6\xdb\xbb\xea\xbd\x19\x80\xc7\xe9\x6a\x9c\xc2\x93\xfb\x21\xda\x4e\xf4\x52\x24\xac\x42\x92\x41\x35\x4f\x86\x1b\x5c\xa1\x11\xd5\xbe\x7a\xc6\x55\x13\x83\x5f\x6d\x47\x1d\xd9\x42\xcc\x49\xb8\xde\x7c\x9f\x46\x43\x6c\x7c\x07\x70\x5b\x32\xa8\xf4\x52\x9c\xe3\xe6\x01\xaa\x1e\x08\x49\xd7\xd7\x84\x49\x6e\x7d\x8a\xc2\x67\x94\x38\xc9\x6e\x10\x30\x18\x29\x6c\x37\x08\xb7\xe1\x06\x6c\x7c\xc9\x94\x2a\xd0\xcd\xb6\x36\xdc\xbd\x5f\x7d\xad\xc0\xb7\x0f\xe3\xb6\xba\xea\xeb\x4d\xaf\xfa\x7a\x33\x9b\x15\xba\xae\x53\xb9\xf1\x0e\x17\xbb\x28\x4d\x10\x47\x78\x5d\x9e\xe3\xba\xdc\x59\x75\xc0\xfa\x49\xfd\x78\x6d\xd5\x01\xb7\xe5\x6e\xb9\x5e\xe1\xeb\xf2\x16\x6f\xcb\xc9\xc5\x68\x7a\xa5\xf8\xcf\xdb\xf9\xfa\xb6\xe2\x4f\x45\x71\xae\xd6\xbf\x2d\x27\xe7\xaa\xc5\xbc\xdd\xbd\x6b\x05\x2f\x2e\x8c\x96\xee\x6e\x18\xa4\xd7\x48\x67\x7f\x8f\x00\x7a\x67\x78\x80\x0f\xe5\x64\x6b\x8b\x64\xb7\xdf\x6b\xe6\xdc\x1c\x9f\x3b\x2c\x10\xbe\x29\xf9\xf2\x16\xb4\x4c\xc6\x57\xfb\x06\x29\x24\xf8\x70\x38\xc4\x7e\xa5\x37\x28\xd0\xd8\xbf\xf3\x80\xbb\xef\x20\xb0\x3d\x5c\x77\xf8\x06\xdf\xa2\xd1\xfd\x6c\xd6\x76\x71\xf4\x1e\xe1\xea\xf2\x9d\x3b\x1e\xfe\x12\xfa\x30\x9b\x81\xae\xd1\xab\xff\x20\x25\xb5\xe2\x3f\x46\x1f\x66\xb3\x09\x9b\xcd\x26\x2d\x9c\x82\xc3\x41\x5c\xb6\xa6\x8e\xed\x22\x1d\x82\x20\x89\x16\x1f\xec\xfb\x77\x8b\x77\xd9\x59\xbc\x33\xf6\x03\xb7\xb0\x2b\xbf\xb0\x8f\x27\x9d\xcc\x1b\x7c\x8b\x75\xd1\x1d\x34\x32\x83\x5d\xe1\x8f\xd9\xc1\x3e\x22\xe9\x32\x53\xb6\x12\x47\xbb\xb1\x30\x98\x06\x2a\x96\xbc\x47\xa7\x40\x10\x12\xec\x15\xf2\x3d\x9e\xde\x59\x32\xe6\x2b\x85\x41\xce\xdb\xc8\x31\xa3\x0f\xad\x58\x0e\xad\x28\xf2\x35\x05\xee\xfc\xc3\x0c\x59\x0c\x9d\xba\x46\x29\x65\x04\x6d\x42\xba\xfb\x7a\xe6\xc2\x4f\x9c\xca\x32\x3c\xe5\x0d\xd6\x25\x98\x02\x1a\x28\x10\xa6\xd9\x20\x4d\x8a\x24\x92\x32\x70\x6a\xff\x74\x6e\xb5\x89\xb4\x1c\x19\xd8\x32\x0e\x97\x83\xa2\x23\x59\x0e\xba\x53\x85\xe9\x0d\x8c\x16\x31\x16\x2c\xe5\x90\x93\x6f\x5f\xf0\x77\x3f\xbb\xdd\x15\x37\x70\xe4\x5f\x9d\xb6\x67\x58\xdb\x1c\xe2\x04\x21\x1d\x7f\xc6\x48\x6a\x6a\x94\xd4\x44\x9d\xd4\x44\x6d\xe2\x90\x74\x9e\x21\xfe\x9c\xaa\xf7\x57\x48\xf4\x9e\xdc\x2f\x58\xac\xca\xa5\x5d\x55\x6e\x23\x4b\x8e\xab\xb2\xc9\x89\x6b\xb8\x1d\x5e\x73\x87\x1f\xb6\x37\x52\xc0\x12\xd3\x65\xbb\xf2\x92\xc4\xc4\x4a\x12\xe2\x12\xec\x6d\x81\xdf\x72\xdf\xe9\x53\x1d\x20\xb9\xe8\x47\x2b\x69\x9d\x2d\xab\x80\x9d\x6d\x4f\x60\x67\x1d\x5f\x7c\x8a\xbb\x5c\x2f\xcb\xf9\xbb\xb8\xb7\xf1\x52\xf8\xc8\xc3\x60\x59\x5c\x22\x34\xca\x2e\x2b\x61\x9c\xc3\x05\x71\xf2\xf7\x1d\x05\x56\x3b\x65\xd7\x3b\xdc\x73\xb2\x18\x17\x99\x1a\xc6\x31\x9a\x48\xd0\xc3\x41\x87\x86\xea\xe0\xcc\x8e\xc6\x92\x40\xb4\xf1\xfd\xdd\xbb\x66\x13\x3d\x9c\xfb\xdc\x7a\x8b\xe9\xf4\x8c\xf8\xc4\x79\xd4\x2b\x1d\x9d\x5d\xaf\xdb\xab\x70\x85\x4c\xbf\x3c\x37\x21\xb8\x2e\x60\xd9\x61\x17\x39\x1c\x6c\xd0\xed\xe1\x50\x88\x52\x0d\xe4\xcb\xcb\x23\x71\xcb\x9b\x8f\x63\x46\x3e\x8e\x41\xf6\x2d\xa6\x5f\xff\xb2\x85\xac\xfe\x63\x5a\x8f\x45\x33\x7e\x47\xc6\xd5\x58\x0f\x3d\x6e\xf8\x58\xf7\x8e\xc7\x9c\xac\x09\xfd\x40\xea\xf1\xf4\xcc\xc5\xa2\x7a\x45\xa8\xcc\x86\xf1\xf6\x7a\xab\x4b\x51\x0a\x57\x40\x69\xcb\x1b\xd1\x80\x1a\xf4\xb6\x6a\x5f\x7f\x64\x16\x6f\xe6\xeb\x6a\xb3\x29\x84\x3a\x66\xb0\xff\x53\x74\xe9\xdc\x1e\x17\xc2\x88\x09\xd3\x1d\xd3\x18\x51\x7b\x00\xbc\x01\xc0\x5f\xea\xff\x14\x09\x7c\x7b\x75\xf5\xd9\x9e\xc8\xcf\xf6\xdf\x55\xe2\x76\x7e\xbd\x69\x1a\x5e\xc0\x9f\xbc\x62\x75\x73\x57\xa0\xff\xf9\xbc\x12\x64\xce\x9a\x8f\x05\x42\xf2\xea\xea\xad\xdf\xfb\xa0\x54\x63\x77\x3f\x7c\xd4\xf5\x97\x3a\x36\x79\x03\xa6\xac\x9f\x49\xf5\xfe\xbb\x6a\x3b\xd2\xdc\x61\x11\xd4\x5d\xcb\xcd\xf6\x23\x65\x75\xf3\x11\x36\x3c\xf3\xf6\x45\xd5\x8a\xaf\x9a\x46\x18\xa3\xef\xfe\x86\x88\x1f\x60\xd2\x7f\x55\x87\x48\xa7\xde\xe5\xf7\x16\xe0\xb6\xf5\xdc\x60\x7d\x31\x5d\xf3\xfb\xad\x68\xa6\xc8\x2c\xf5\x05\xdd\x6c\x20\xe7\x22\x41\x72\x5d\x09\x25\x92\xa0\x7d\x8a\x11\x9f\x83\xa6\x62\x1c\xfa\xd4\x29\x7e\x41\x75\xfe\xae\x69\xc4\xd8\x74\xde\x8e\xef\x9b\x9d\xc2\x98\xaa\xae\xc7\xe2\x96\x8c\xed\x60\xe3\x6d\xb5\x7e\x5f\xdd\x10\xf5\x6e\x7a\x6d\xbe\x7a\x4e\xb6\x84\xd5\x84\xad\x29\x69\xa7\xaa\xbb\xfb\x66\xc7\x6d\xcb\xb9\x92\x90\x3f\x57\x9c\x11\x30\x1b\x01\x05\xd5\xd0\x99\xeb\x9e\xad\xe5\x3b\x7a\xd8\xf3\xc5\x5d\xfb\x0c\x5e\xcf\x66\x53\xbb\x99\x7e\xe7\x92\x36\xf3\x04\xaa\xc9\x38\xb6\xd9\xa8\x73\x74\x3c\x0d\x5a\x8c\x9f\x55\x8c\x35\x62\x7c\x4d\x59\x3d\xae\xc6\x1f\xaa\x0d\xad\xc7\x1f\xab\x7b\x05\x04\x9b\x04\x6a\xbc\x69\xd6\xd5\x66\xec\x2b\xbc\xb5\x53\x04\x05\xf0\x9c\xe7\x0a\xae\xf1\x2d\xbe\xc6\xdb\x72\xb9\xc2\x77\xe5\xf9\xe3\xbb\x27\x7f\xf8\xe3\x9f\x1e\x9f\x9d\xdd\xa1\xed\xf2\x6e\x55\x16\x77\x67\x7f\xf8\xe3\x9f\x90\x27\x23\x17\x7f\x42\x5e\x4c\xf0\x58\xfb\xc1\xc6\xd5\x69\x0e\xa3\x2c\x08\x20\xe6\x4f\x94\x89\x7f\xd5\xac\xd7\xc5\x9f\x10\xde\xa5\xeb\x0e\x8f\x34\x5b\xfe\x69\x55\x5e\xfc\x71\xa6\xfe\x3f\xfc\xe9\x7f\x61\xb6\xfc\xd7\x55\xf9\xa7\x7f\x99\xa9\xff\x0f\x17\x7f\xf8\x57\xbc\x2c\x78\xb9\x45\xcb\x42\x94\x0c\x2d\xcf\x57\x2b\xcc\x97\x62\x79\x61\xfe\xff\x83\xf9\xff\x5f\x56\x2b\x3c\x7d\x34\x85\xbf\xff\x97\x79\xf6\xc7\xe0\xd9\x9f\xcc\xb3\xff\x5f\xf0\xec\x5f\xcd\xb3\xff\x7f\xf0\xec\xc2\x0d\x60\x47\xb8\xb0\x43\x5c\xfc\x8b\xfd\xc3\x0e\x70\xf1\xc7\xd5\x6a\x35\xff\x5b\x43\x59\x31\x9d\x22\x4f\x9a\x6e\x4c\x08\x5e\x0b\x75\x7c\x6b\xe7\x48\x01\xbf\xd4\x69\x35\x41\x0a\x98\xd6\x0b\x2e\x4b\x57\x4a\x49\x49\x75\x97\x6f\x83\x0b\x67\xb1\xa1\xf5\xa3\xcf\xf6\x4d\x21\x90\x7c\xf4\xd9\x9e\xcb\xb7\x8b\x0f\x05\x02\x0a\xf0\x2e\xa2\x00\x6e\xe8\x7b\x4f\xde\xdf\xb9\xf2\x2f\x61\x1a\x7a\x57\xf7\x5f\x7d\xfe\x11\xbf\x83\x9c\x21\x50\xe4\x1e\x07\xc4\xf5\xaa\x40\x7b\x53\x4a\xf7\x63\x54\x1a\xd4\x66\xba\x5d\x57\xeb\x5b\x52\xee\x37\xb4\x6e\x17\xd9\xd4\xb2\xf7\x5b\x92\x7d\x63\x9c\x70\x5c\xbe\xb2\xb8\xb4\xa5\x76\x64\x8d\x9f\x5d\x37\xfc\x86\x88\xf8\x19\xd4\xbd\x88\x1f\x81\x1f\x7a\xfc\xc8\x8d\x51\x1f\x0e\x37\xf1\x08\xd7\x87\xc3\x55\xdc\xff\xda\x3f\xd1\xbd\xdf\xfa\x07\xba\xef\x2b\x79\x75\xb5\x6e\xd8\x35\xbd\xd9\x71\xf2\x9d\x7a\xe4\x13\x92\xeb\x16\xe4\x70\xb8\x92\x57\x37\xbe\x1a\x92\x2b\xbd\x68\x5d\x6c\x92\x4d\x98\x5c\x20\x9c\x49\x62\xb0\x99\xeb\xda\xbd\x50\xc3\xc2\x22\x8f\x61\x59\x98\x41\x2a\xac\xdd\x40\x26\x65\xc9\x2f\x83\x3d\x51\xef\xda\x25\x5f\x99\xba\x96\x89\xf2\xdd\x06\xee\x9a\x4b\xad\x71\x81\xc6\xad\x2d\xc6\x34\xb2\x25\xce\xc5\xe1\x50\xcd\x66\xad\x0d\xc7\xf8\xba\x08\x07\x81\xed\x05\x0d\x91\x13\xe4\x39\xe4\x3b\xdc\xa9\xf1\x97\x7c\x65\x4d\xce\x65\x59\x52\x5d\x27\x50\xc7\x65\x43\x13\x5a\x2b\x6e\x33\x68\x61\xfd\x29\xe2\x6d\xd3\xd6\x65\xf0\x69\x4e\x06\x5a\xab\xff\xba\x0c\xc6\x7f\x34\xbb\xb1\xb6\x53\x8c\x15\x85\xd4\x39\x98\xe1\xc6\x78\xb2\xa1\xf5\x97\xe3\xe6\x7a\x5c\x8d\xd3\xad\x99\xea\xb0\xf1\x32\x5e\xc1\x7a\x65\x72\x54\x0b\x57\xa1\x41\x2f\xa5\xa0\xe5\x2f\x45\x8b\x2b\xbc\x76\xb5\xa0\x3c\xd8\xa9\xfa\x6f\x55\x52\xac\x3b\x09\x7e\x5e\x55\x9b\x8d\x1f\xb3\xd5\x82\x22\x45\x9a\x5d\x52\x5b\xa3\xfd\xa7\x00\x36\xea\xef\x55\x49\xbd\xee\x89\x4a\xb9\x25\xe4\x7d\x17\xa9\x12\x71\x30\x8f\x78\x93\x0b\xa8\xa3\xf3\x9a\x87\x7e\xb6\x0f\xef\xe5\x1c\x49\x7d\x8e\xfd\xe3\x17\x0d\x7f\x45\x3e\x5a\xe5\x44\x94\x23\x2c\xbb\x89\x98\x97\xbf\x00\x96\xe9\x44\x27\xd8\x96\x56\x85\x1c\x84\x19\xfc\xb2\xe6\xa0\x68\x7a\x21\x96\x6b\xf8\x72\xcc\x00\xdc\x42\xff\x99\x05\x35\x47\x98\xcb\xd0\x4d\x3e\x3d\x9b\x81\x7b\xda\x30\xb0\x20\xbd\x0e\xad\x71\x55\x32\xed\xda\x86\xdb\xec\xe4\x4d\x6e\x24\xbc\xe9\xd4\x93\x36\x5a\x50\x25\x9a\x55\x5a\x34\x6b\xf1\x86\xd6\x8b\x8d\x2c\x45\x80\xe7\xd5\x6c\x56\x4d\xc0\x0e\x66\x1e\x30\x7f\x16\x09\x36\x8a\x4d\x85\x2f\x6c\x35\x4a\x2b\x8d\xec\x66\xb3\x9d\xc9\xa8\xc5\x8d\x4f\x5d\x53\xd8\x6c\x4d\xf1\x10\xda\xd4\xb6\x2e\xe1\x78\x02\x44\xcd\x7f\x93\xb2\xdc\xd8\xe2\x02\xd4\xc0\xba\x33\x50\x3d\x9b\xd5\x32\xdb\xa1\x3e\xa5\x49\x9f\xa5\xeb\xf3\x16\x56\xb1\x86\x05\x54\xdd\x7e\x6f\x67\xb3\x5b\x69\x6b\xfa\xc8\x1c\x78\xb1\xc0\x55\xe7\x04\xc2\xe2\x36\x41\xed\x59\xa0\xcb\xe9\x2e\xb6\x85\xfa\x7e\xa3\x7a\x40\x6e\x3f\x53\x11\xcd\xec\x10\x85\xad\xa9\xd4\xd6\x08\x07\x49\xab\x55\xd6\xb9\x65\x3d\x7e\x7b\x4a\x0b\xe1\xf5\x50\xe2\x4e\x9d\xe3\x82\x63\x11\xdd\x3f\x08\xd3\x49\x59\x16\x15\x0c\x8d\xdc\x0e\x57\x43\xd4\xd6\x6e\xdf\x4e\x83\xac\xe4\x8e\x76\xb8\xec\x92\x9a\x7c\xac\x7c\x99\xef\xbe\xf5\x27\xfa\xf8\x26\x84\x96\x4e\x67\x87\x70\x55\x36\x90\x95\x89\x2f\x44\x74\x02\xf5\x7d\xd9\x39\x19\x95\xae\x0f\xb8\xa4\xab\xb2\xc1\x03\xf3\x77\x6d\xe0\xd0\x96\x0d\x54\x52\x6e\x64\x4f\xaf\x9d\xcc\x83\x43\x27\x93\x67\xe1\x66\x37\xcb\x16\xd8\x05\x4a\xeb\xec\xb4\x8a\x6e\x28\x7a\x8b\xa3\x4a\x65\x01\x91\x11\x80\xf8\xce\xc6\xa8\x29\x8d\x3e\x0c\x56\x71\x95\x52\x1c\x9b\x3d\x4b\xa0\x51\xf7\x65\xbb\x85\x7c\x58\x0c\x27\x57\xff\x66\xae\x87\x30\xd7\x7e\xc4\x9c\x14\x01\x92\x65\xaa\x4e\xe9\x9a\xcf\x9e\x7b\xfb\x3a\x24\x69\xba\xc0\x55\xc2\x02\x72\x38\x22\x8a\x7d\xcb\x72\x6f\x3d\x8f\x93\xa5\x80\x15\x83\x00\xd9\x55\xd4\xd5\x0d\xff\x4b\xa4\xd8\xc3\x54\x8f\xc3\x55\xaf\xc4\xa8\xa2\x9c\xab\x2b\x2b\x29\xde\x00\x0f\xca\xf0\x94\xb6\x8f\x68\x70\x2f\x63\xea\xfb\x7c\x1d\xf6\x49\x15\xe9\xd5\x9c\x4a\x0b\x2a\x62\xe0\xb5\xb9\x65\x95\x34\x77\x4d\xb0\x3b\xbd\x5c\x76\x25\x2a\xa7\x8c\x20\x54\xdc\x12\x3e\xa6\xf5\xb8\xe1\xe3\x4d\xa0\x9a\xd0\x92\x95\x91\xc5\xdd\x5d\x0c\x3c\x7a\x66\x84\x45\xf8\x4c\x3b\x55\xbe\xb1\x89\x75\x95\x20\xf4\x3d\x6f\x7e\xb9\xb7\x26\x46\xfd\xfc\x7b\xde\xdc\xd1\x96\xc0\x1b\xb0\x52\xe2\xfd\x1d\x11\xd5\x42\xbf\x5d\x37\x77\xdb\x9d\x20\xf5\x9c\x93\xaa\x6e\x8b\xe9\xba\x61\x82\x30\x01\x66\x21\x25\xcd\xe1\xef\xa2\x64\x4e\xa7\xf4\x1f\x08\x6e\x4f\x23\x6d\xf2\x77\x2e\x75\xff\x56\x7f\x63\xe6\xf0\xc3\x9b\xbf\x7e\x6f\xbb\x99\x73\xd2\x36\x9b\x0f\x5a\x0d\x2d\x03\x69\xe7\xfb\xa8\xab\x37\xbf\xa5\xab\x1f\xa3\xae\x9e\x2a\xee\xf4\x96\x30\x1d\x5f\xec\xa8\x03\xd4\x4f\xd3\x42\xd0\x0f\xf8\x3d\xc8\x31\x7a\x88\xab\xaf\x5c\x2d\xbb\x62\x39\xcd\x3b\x88\x4e\xf1\xb4\xbd\x67\xeb\xf4\xd9\x35\x65\xb4\xbd\x25\xf5\x74\x85\xf0\xb3\xf2\x8b\xff\xfb\x9f\x5f\x5c\x2a\xf9\xeb\x3f\xbf\x28\x82\x5c\x01\x71\xaa\x88\xff\xfc\xa2\x98\xff\x4f\xf4\x05\xfe\x9b\x6f\xfe\x85\x87\xef\xf3\xa8\xe6\x50\xa4\xa6\xa2\xed\xf7\xea\xc8\x32\x01\xf9\xfc\x48\x64\x96\x00\x0b\x88\x56\x25\xab\x57\xfa\xaf\xf9\xb6\xa1\x4c\x10\xee\xd3\xf3\xc5\xcf\xe7\x77\xa0\x60\x79\x86\x46\xfc\x92\x97\x7c\xf9\x87\xd5\x02\x92\xf5\x75\xda\xb5\xa4\xe2\xeb\xdb\xe2\x6f\xda\x2f\x73\xfa\xae\x6a\x89\x62\xca\xbc\xff\x25\x5f\x41\x6e\x4a\x28\xb8\xaf\xed\x5a\xf3\x9a\x88\x8a\x6e\x0e\x07\x32\x17\x54\x6c\x08\x32\xb1\xb1\x6e\xa1\xaf\x3c\xff\x58\x40\xc1\x0d\x41\x38\xab\x36\x60\x19\x50\x5f\xa5\x0f\x90\x22\x58\xb6\x0e\x86\xe6\x03\x7d\x67\x2f\xa3\xfd\xcf\x08\x46\xe9\x08\x61\x67\x49\x89\x18\x69\xea\x68\x2a\xd9\x39\xca\xab\x46\xe6\x5b\xc2\x6a\xca\x6e\xca\xa9\xf9\x63\x8a\xc9\xfc\x7a\xb7\xb9\xa6\x9b\x0d\xa9\xcb\xa9\xfb\x73\x0a\xb5\x37\x74\x29\xd2\x72\x6a\xff\x9a\x4a\x54\xfc\x70\x38\x14\x3f\x94\x7b\x89\xd0\x48\x4b\xc9\xdf\x46\x52\x72\x54\x45\x15\x94\xc6\x25\xef\x96\x49\x0b\x0b\xce\xbe\xcb\x95\x12\xc9\xd6\xcd\x4a\x3f\x78\x59\x0f\x35\xbb\xb5\xc1\x85\xa7\xf5\x6a\x9a\x0f\xf7\x19\xed\x40\x2c\x71\x77\x6a\x63\x47\xaf\x3d\x71\x8f\x1e\x3b\x9b\x44\xd2\x38\xfe\xa9\x4d\x6e\xd1\xb3\xaa\xae\xb6\x82\x70\x53\xe5\x2b\xd4\xec\xb3\x32\x37\x55\x9e\x3c\x00\xe7\x0d\x7d\x46\xd4\x7d\x92\x4c\x46\xf3\x0d\x98\x29\x59\xfc\x07\x93\xdc\x40\xf7\x9a\x56\xfa\xa7\x35\x70\x15\xd9\x49\x91\xe4\x41\xbc\x1a\x97\x9c\x2c\x85\x04\x0b\x2c\xaf\xd1\x0c\x8a\x3e\x40\xbf\x2a\x18\xca\xd5\x45\x07\xe1\x6f\xcc\x6d\x99\xd1\x48\x96\x8a\xcf\x52\x40\x61\x33\xe5\x02\x3d\x93\xdf\x41\x64\x14\x17\x98\xf3\x2f\xc2\x8a\x4c\x7a\x06\xae\x28\xfa\x91\xaa\x82\x96\x64\x76\xab\xfe\x9a\x94\x67\x7d\xb5\xd8\x62\x38\x22\xeb\xce\x1b\xf8\x8f\x96\x5f\x02\xb5\x0b\x9d\xd8\x39\x68\xbf\xd4\x9a\x85\x76\x03\x1c\x80\x12\xf4\xfd\x4c\x1d\x7a\xf8\xc0\xd6\x4e\xef\x30\x18\xf0\x62\x4c\xdb\x71\xc3\x36\xf7\xe3\xea\x43\x45\x37\xd5\xbb\x0d\x19\x7f\xbc\x25\x6c\xbc\xde\xb5\xa2\xb9\x1b\x43\x5f\x63\x4d\x41\xae\xaf\x75\xe3\x29\x92\x95\x29\x37\xab\x6e\x83\x5c\xa9\xd9\x18\xde\x71\x9d\xc7\x5c\x89\xc7\xb4\xb0\x7c\xa7\xbf\x6c\x4d\xfb\x0f\xbd\x75\x07\x15\xe3\xd5\x83\x86\x5e\x5b\xe5\x13\x82\x75\xf7\xb0\xfb\x19\xe6\xe5\x39\x66\xbe\x32\x3f\x7f\xc2\x7c\x6e\x30\xaa\x6b\x8a\x11\x25\x37\xf4\x74\xb0\xa4\x2b\x93\x68\xd6\xbb\x80\xcb\x77\x71\xcd\x64\x1f\x56\x31\x29\xb4\xa3\x3e\x88\xef\x4d\x8e\x56\x68\x47\x78\x58\xa9\x51\xfc\x04\x3b\x11\xd2\xde\x78\x2f\xc2\x37\x4b\xb2\xd2\xca\xb4\xfe\xef\xe3\x4a\x8f\xf9\x9e\xa2\x36\xaa\xcf\x26\xbe\xe8\xbe\x23\xa2\xea\x22\x3e\xd6\x0a\x16\xeb\x86\xfd\x52\xbb\xcb\x87\x95\xa5\x71\x0b\xd2\x3a\x78\x37\x38\x6f\xc5\xb2\xbd\x6c\x06\x88\x64\xab\xb3\xe9\xe2\xd0\xf4\xac\x7b\xd0\xe9\xa0\x67\xb3\x89\x2e\xa5\x0b\x35\xeb\x0b\x74\x49\x2f\x95\x84\xb5\xe0\x06\x7f\xde\xb0\x6a\xdb\xde\x36\xc2\x64\xe5\x45\x98\x5e\x66\xe1\x56\xb2\xc5\x11\x28\x94\x0c\x33\x79\xdb\xa9\x82\x8e\x59\xb8\xb7\xad\x2f\xb2\xe3\x2f\x36\xc8\xf4\x51\xf6\xdf\x8e\x76\xdb\xce\xb5\x1e\x23\xd8\x36\xdf\x87\xd7\xa3\xda\x0d\xce\xb6\xcc\x6e\x6f\x13\x79\xc6\x67\x90\x0e\xb7\x65\x51\x3d\x64\x8f\x71\x66\x77\x1d\x01\x6d\xed\xf6\xf0\x72\xb9\xc2\xfa\x57\xc6\x0f\xaa\x1a\xd8\x75\x82\x46\x22\xdc\xd5\xc3\xa1\x60\x97\xdc\x32\x88\xb4\x46\x0b\xf3\x43\x74\xb6\x19\x81\x3f\x2e\xbb\xcc\x6c\x42\xc9\x17\x83\x9b\x50\x72\xcc\x65\xe2\xae\xec\xca\x96\x9b\x0c\x43\xdd\xd7\xb2\xeb\x70\x9c\xfb\xa8\x1b\x9e\x19\xa5\x66\x8e\x9d\x6c\x72\xd9\x31\xe3\x5b\x26\x70\x93\x31\x3b\x11\x48\xe3\x2f\xe2\x8a\xd6\xce\xa7\xc2\x96\xf8\xe3\x41\x58\xa2\xf8\xf2\xe2\x52\x3c\xba\x58\x9c\x23\xcc\xca\x8b\xc7\xec\x89\x80\xb2\x7b\x7c\xc9\x1e\x5d\xac\xfc\xa7\x81\xca\xaf\xeb\x01\x4b\x74\x84\xb3\xd1\x5a\x83\xa7\xbf\x9b\xcb\x3f\x22\xcd\xc0\xfc\x9a\xb2\x6a\xb3\xb9\xd7\x96\x63\x01\x3b\xcb\xe7\x57\xed\xee\x5d\xbb\xe6\xf4\x1d\xe1\x76\x8e\xe5\x39\x92\x81\x4b\xb3\xeb\xee\x2b\x0f\xac\x49\x1c\x53\x16\xd4\xb6\xee\xa4\x5b\x76\xef\x40\xb0\x0e\xc4\xbf\x9f\x12\x27\xdb\x7f\x14\x81\xec\xe8\x65\x46\x8e\xb4\x58\xa8\x66\x4d\x10\x56\xff\x7d\x55\x88\xb0\xa3\x6f\xb2\x19\x44\xc9\xbc\xeb\xaf\xe9\x5b\xc9\x5c\x4d\x74\xc3\xdd\xff\x35\xe6\xee\x51\x52\xa5\xb0\x24\x96\x33\xae\x7f\x6c\x34\xab\xd9\xcf\x3d\xc3\x57\x2d\x14\xca\x36\x3a\x37\x51\x81\x23\x1f\x88\x42\xda\x64\x97\xf0\x1f\xb6\x57\x88\x2b\x83\x66\xda\x3c\xb4\x8f\xc3\xb4\xc2\x76\xc0\x9b\xe8\xcd\x4b\xd9\x19\x3d\x01\xb3\xb3\xd2\x9a\xff\xf6\xdd\x3e\x4a\x21\xab\xda\x38\xfb\xb9\xac\x01\x41\x0b\xb1\x2a\x49\xbc\x2a\xe7\x0c\xa9\x6b\xf7\xe8\x4f\x23\xc5\x5a\xf8\x75\x18\x12\x6e\x3b\xb0\xaa\x33\x82\x1e\xdb\x84\xf3\xd1\x7b\xa3\x3d\xe3\xf8\x02\xc9\x75\xc3\x44\x45\x59\x00\x09\xf8\xa4\xa7\x3f\x80\x88\x7e\x9a\x87\x88\x6e\x60\x76\xa3\xd3\xc4\x3c\x77\x25\xf5\xdd\xb6\xe5\x4a\x1b\x4b\x53\xd4\x34\xca\x39\xab\x47\x19\x25\x58\x30\xea\x29\x51\x2f\x14\xf3\x03\x95\xee\x77\x6c\xd3\x54\xb5\xe3\xcc\x73\x58\x63\x4c\xb5\x7f\xcf\x9a\x6a\xef\xaa\x6d\x6e\x92\x8a\x4d\xe2\x94\x7c\x20\xa9\xe5\xe6\xae\xda\xaa\x3b\x30\x6f\x35\x0e\x9b\x00\xdd\xfa\x6b\xa1\xc3\xe9\xed\x8a\xed\x72\x88\x6f\x8a\x45\x5a\xe0\x54\x67\x82\x15\x51\x12\x58\xb2\x54\x4c\xde\xca\xd5\x83\xd5\x3a\xb4\xcf\x42\x33\x37\xfe\x39\x6f\xf4\xfe\x37\xbf\x84\xcf\x8e\x1b\xbd\xff\x43\xcd\xe0\xb3\xc8\xee\xad\xc1\xf7\x1f\xd9\x53\xae\xc5\x77\x7f\xc2\x95\x08\x2b\xee\xbf\xab\xb6\xb1\xe4\xcb\xc8\xc7\xcd\xbd\x56\x4d\xd7\x3d\x42\xef\x33\xb0\x99\x0f\xbd\xbb\x77\x8a\xdf\xe4\xcd\xbc\x63\x79\x76\x1e\xbc\x36\x46\x72\xa4\xae\x62\xa3\xdf\xbe\xd4\x31\x93\xe0\xc1\x4b\xeb\x4b\xb2\x10\x0b\xad\x0d\x87\xf7\xda\x8a\x51\xd8\xa0\x50\x68\xa5\xfe\x50\xed\x5c\x2d\x0f\xc5\xd3\x5c\x8a\x05\xb1\xbc\x12\x20\xec\x77\xd5\x16\x42\x62\x8c\x69\xab\x2a\xc1\xa3\xa5\x60\xda\x20\xdd\x9a\x9f\x60\xf6\x04\x29\xa1\x9a\xcd\x5a\xc5\x63\x06\xf2\x6b\xeb\x7f\x74\x0c\xb8\x6f\x5f\x54\x74\x43\x40\x03\xab\xcd\x24\x60\xbb\xfd\x9c\xd6\x9f\x8f\xaf\x1b\x0e\x3f\x52\xb5\xff\xf8\xf3\xcf\xf6\x44\x7e\xae\x3e\xf9\xfc\xb3\xbd\x5a\xad\xfc\x1c\x8f\xdf\x91\x75\xb5\x83\x52\x79\x95\x18\xd3\x5a\x09\x56\xd5\x86\x93\xaa\xbe\x57\x3c\x9a\x7a\xf3\xee\x5e\xb5\x17\xf2\xf3\xb7\x9e\x53\xd2\x19\x30\x81\x70\xb5\x58\x2f\xc2\x7a\xb3\x55\xda\x44\x53\x96\x65\xab\xb8\x9f\xe8\xe1\x04\x1e\x56\xb3\xd9\x24\x5e\x68\xbc\xd6\xd9\x4c\x41\xc3\x0d\x50\x61\x03\xb4\xa2\x2a\x5b\xa4\xf0\xaa\x64\x73\x5a\xe3\x66\xae\x48\xae\x7d\x8b\x30\x73\xf5\x9c\x43\xcc\x53\x20\xfb\xbb\x34\x91\x47\xfa\x46\x77\x01\xde\xd6\xfb\x3e\x41\xa0\x21\xd3\x89\x88\xb2\x73\x3c\xe4\x4b\xe2\x72\x88\x6f\x09\x79\x5f\xf8\x8a\xae\xec\xb2\x00\xb5\xc5\x9b\xf5\x2d\xa9\x77\x1b\x52\x3f\xb7\x56\x0b\xa8\xf9\x5c\xb1\x35\xd9\xb8\x47\x98\xd9\x52\xa9\xef\x76\x74\x53\x17\x1c\x6c\xd6\xd0\x23\xc9\xa4\x33\x8e\xb1\x50\x1f\x78\x00\x97\xa2\xe0\x5f\xdd\x07\x7c\xab\x21\x0a\xaf\x4d\x5b\x30\x50\x61\xdd\x36\x32\x69\x19\x48\x02\x1b\xe8\x6c\x50\xb1\x7b\x72\xa0\xde\x07\xb6\x5b\x6b\xfd\xad\x7c\xf1\x10\x98\xf9\xc2\xab\xb0\x42\xea\x0c\xb2\x65\x59\x36\xdd\x33\x61\xdc\xbd\x5a\x22\xe0\x00\xd0\x7a\xac\xf0\x76\xdc\x30\xf8\xa9\x79\xda\xb1\x3a\x04\x8b\xcf\xf6\x5c\x8e\xab\x56\x3d\xe7\x44\xe1\x3c\x6b\xc6\xed\x6e\x7d\x6b\x1b\x51\xfd\x89\xb6\x6d\xbd\xb5\xa2\x21\x14\x13\x52\x47\xd7\xb1\x33\xc1\x7c\x8c\x86\x76\x02\xc5\x61\xdc\x9c\xbf\xba\x7f\x59\x17\x2d\x16\xce\x73\x42\x7b\x2f\x64\x21\xd1\x63\x73\xa7\x38\x00\xa8\x90\x08\x37\x8a\x20\xbf\xac\xd5\x1e\x48\x37\x46\x6a\x99\x4f\x3b\xcf\x7a\x45\x24\x1d\x33\xeb\x1f\x13\xe1\x8e\x46\x1b\xb0\xe6\x69\x59\x34\x4c\x1b\xd0\x87\xb8\x05\x9b\x1b\xe3\x9b\x2e\x27\x8d\x59\xa9\x39\x3b\x26\x35\xe2\xa6\x9c\x9b\x79\x0a\xce\x13\xee\x47\xaf\x23\x90\xf5\x37\x01\x99\x2a\x06\x76\x80\xbf\xe6\xac\xe2\x7d\x02\x8c\x05\xd3\x11\x24\x23\x5e\xea\x8e\x2e\x6d\x41\xe6\x5e\x87\x8d\x05\x31\xd4\x1e\x7c\xc1\x48\xe1\xef\xbb\xb4\x36\x73\xee\xdc\x29\x42\x45\x31\x37\xce\x48\x8e\xe5\x8b\x98\x89\xf8\xbb\x20\xed\x2e\x14\x19\x72\xf3\x02\xbf\x38\x31\x77\x5c\x23\x87\x45\x06\x2b\x54\x8b\x23\xa3\x2c\x0e\xf4\x18\x8e\x19\x92\xf1\x86\xa7\x3c\xb5\xa3\xa6\xf3\x80\x11\x92\xd1\x3d\x0e\x8c\x6a\x9b\xfb\x3c\x6c\x15\x7d\xaf\xb9\x97\xa8\xde\xff\x65\x77\x44\xc3\xe3\x2c\x72\x78\xe9\xf8\x1f\xc7\xde\xfc\x25\x34\x80\x80\x2b\xb0\x4e\xc6\x62\xfe\x98\x9b\xec\x2a\xc0\x2f\xfd\x7b\xc4\x21\x69\xbe\xe6\xcf\xa9\x6d\x22\xc7\xd9\x78\x3b\x8a\xe5\x50\xfe\x1d\x58\x24\x90\x67\x05\x92\x57\x36\xc4\xa1\x40\x7b\xd8\x6b\x41\x7e\x8c\x74\xa5\x7f\x29\x9c\x39\xda\xb4\x43\x97\x53\x35\xc1\x29\xe4\x89\x95\xea\x4f\xef\x2d\x5a\xa6\x8d\x47\xbe\x1b\x88\xf0\x33\x6b\x2c\x48\x59\x10\x9b\x5b\xc6\xae\x14\xcd\x66\xd6\x47\x7a\x12\x3a\xbd\xdf\x72\x72\xbd\x20\x08\x9b\x42\x4a\x52\x31\xc9\x8e\x09\xd7\xc6\x96\xde\x71\x21\xf3\x84\xfa\x20\x13\x90\x6d\x5f\xc0\x4c\x20\xf6\x1b\x13\x29\xff\x1c\x38\x94\xeb\x3c\x37\x81\x2c\x1e\xb2\xc0\xdd\xc1\xfc\x2e\x5e\x9a\xff\x4d\x81\xa8\x7c\x5c\x43\x30\x12\x9e\x46\x6a\x9a\x29\xde\x2b\x3a\xe6\x36\xe1\xdf\x5d\x6a\x0c\x88\xd8\xd0\xfb\xff\xbf\xc7\xda\x2c\x9c\xc1\x04\x1d\x16\xe4\xca\x24\x1b\x5e\xe3\x3d\xb9\x2f\x99\xfe\x33\xab\x80\xb3\xc6\x2c\xe0\x1e\xf9\x3c\xd5\x54\x19\xaf\x2e\x20\x60\x15\x27\x4c\x40\xfe\x6a\x9d\x29\xf1\x9a\x70\xc2\xd6\xd1\xdb\x97\x91\x8d\x46\x48\x5a\x3f\x68\xcf\x8c\x7a\x4b\x6d\x0d\xe8\xb6\x14\x35\x22\x11\xba\x42\x5f\xa3\x28\xae\x42\x21\x55\x00\x2b\x74\x38\x04\xe7\x55\xff\xb9\x20\x91\x71\x51\xb1\x16\xbe\xe0\xa3\x81\x12\x92\x46\xe0\x8d\x35\xed\xb1\xbe\x02\x39\x23\x76\x54\xf2\x6b\x2c\x72\xe5\xab\x7e\x36\xf2\x8b\x84\x4a\x66\x0b\x7f\x4e\xad\x68\x3d\xb0\x2d\xea\xbc\x3e\xab\x58\xc3\xe8\xba\xda\xfc\xe0\xa6\x5e\xbc\x2a\xb4\x94\x83\x24\x04\xc4\xc4\xd8\x99\xd9\x03\x73\x05\x64\xe0\x6e\x33\xb4\x40\xcd\x0f\xa7\x45\x1a\x30\xaa\x99\xba\x45\x3a\x81\x02\x9f\xd3\xf6\xdb\xa6\xaa\x49\x5d\x38\xaf\x56\x1e\x59\x9d\x82\x3d\x92\x3a\xd0\x30\xa6\xbb\xb9\xc9\x66\x37\x06\x83\x0e\xe2\xd4\x2e\x74\xcb\x6c\x2f\x5e\xd3\x04\x0f\x0d\x00\x91\x95\xb8\xff\xcf\x6f\x38\x5a\x19\xbd\xe7\xef\x7b\xb0\x7e\x8f\x33\xe1\x0a\xa8\xba\x13\x11\xdd\x0d\xa7\x92\xc1\xce\x65\x16\x5c\x1d\xed\x54\xd2\xba\xed\xed\x0c\x8b\x72\xb9\xf2\x99\xf3\x0c\x39\x10\xa6\x9c\x0c\xd4\x06\x07\xff\x11\x10\xa7\xc4\xaf\x39\xb0\x25\x19\x75\xae\x04\x98\x7a\x32\x96\x95\xa2\x02\x20\x82\x49\xcb\x4c\xe1\x55\xd1\x3d\xcd\x28\x66\xb3\x32\x28\x61\xfd\x80\x9e\x81\xc5\xab\x55\xd2\x03\xef\x00\x3e\xf7\x1d\x6c\x06\x92\x57\xfe\xcc\xc5\xea\xc2\xdc\x37\xb7\x55\xfb\x34\x7e\xf4\x1c\x96\xd8\xfb\xc1\x1d\xc4\x2a\xb4\x73\xd1\x68\xfd\x35\x9a\x93\x0f\x84\xdf\xab\xe5\x6a\x26\x74\x90\xc4\x0c\xd9\x1c\x34\x5d\xd0\xbf\x02\xb6\x0e\xa1\x90\x88\x24\x04\x2d\x00\x7c\xec\x33\xec\x3f\xb9\x84\x8e\xa1\x34\xbd\x56\xb8\x5b\xbc\x5d\xe4\x88\x4e\xd0\x61\x0e\xd9\xb3\x54\x26\xfc\x46\xbf\xcc\x7d\x66\xe8\x07\x21\x01\x01\xe9\xda\x9f\xc3\xbe\x7c\xf5\x7a\xb0\xcd\xd3\x3a\xdf\x8c\xd6\x92\x76\xed\xfc\x75\x8e\x65\x9b\x5a\x96\x74\xfa\xb0\x53\x91\x41\x63\xb7\x11\xa9\x97\x00\xad\x73\x9b\xa3\x23\xa9\x48\xe6\x3e\x20\xc3\xf7\x41\x76\x80\x70\xa9\x7a\x5a\x3e\x19\x7f\xe1\xe8\xa9\x53\xa3\xa0\x8e\x33\xe0\xdb\x9f\x18\x98\xe6\x45\x33\xbe\x26\xc2\x0b\xcc\x8a\xf5\xbb\xdf\x12\x25\x70\xdb\x5e\xe4\xf8\x23\x15\xb7\xcd\x4e\x8c\x2b\x36\xa6\xf5\x5b\x87\x00\x9f\x62\x66\x78\xaf\x3b\xb3\x75\xf3\x3f\xe1\x2c\xbd\x34\xe1\xec\x68\x73\xda\x3e\xa7\x5c\xdc\x5f\x92\x79\x4b\x58\x5d\x4c\xdf\x91\x75\x73\x47\xe0\xd9\x14\x2d\xec\xd3\xad\xe1\x42\x7f\xae\xda\x1f\x48\x4b\xc4\x54\xbb\xde\x71\x52\xee\xc1\xed\xa2\xda\xbc\x11\x95\x20\x8b\xe9\x8e\xad\x9b\xbb\x3b\x2a\x04\xa9\xa7\xd8\xf4\xbd\x98\x9c\xe3\xe0\xf9\x62\x5f\xd3\xfa\x0d\x11\x96\xb3\x5d\x08\x82\xd5\x82\x29\xbb\xd1\x66\xcb\xbd\xc4\xe9\x78\x7a\xb6\x10\xb3\xf9\xac\xeb\xa5\x70\x38\xd8\x79\xf2\x66\xb3\x21\xf5\x57\xd5\xfa\xfd\x14\xe9\xba\x74\x44\xb3\x3f\x64\xf8\x6b\x88\x4f\x06\xf7\x91\x1f\x9b\x62\xba\x01\x7c\x9c\xb7\xd5\x07\x52\xab\x7e\x02\x98\xc0\xec\x3e\xd2\xcd\xe6\x19\x2c\x47\xf7\x1b\x7f\x4d\xd9\x8b\x0d\xbd\xb9\x55\x30\xc2\x7a\x2b\x7d\xfe\x13\xed\x51\x6e\x8e\xd3\x82\x63\x13\x09\x0e\x62\xfb\x48\x49\xc7\x86\x24\x26\xdf\x41\x36\x37\xbf\xb6\xdc\xa8\xf1\x9c\xb1\x7a\x4d\x6f\x6e\x08\xff\xb6\x12\x84\xa7\x80\x79\x47\xd6\xd5\x1d\x79\xc9\xc0\xbb\x35\xbf\x06\x78\x35\x35\xc3\xbe\x73\x83\xda\x5f\x21\x00\xbb\x83\x91\xaa\xbe\x9f\x22\x29\xb1\x85\xc5\x62\x4f\xdb\x37\xd5\x07\xca\x6e\x14\x32\x74\xf7\x3f\x85\x70\xb0\x73\xea\x67\x68\xfd\x58\x6c\x48\xb8\x01\xea\x75\x4d\xeb\xfe\xed\xf0\x10\xd1\x28\x42\xd9\x87\xe6\x3d\xf9\x96\x5e\x93\xf5\xfd\x7a\x43\x9e\x55\x7a\x41\xed\x54\x9f\xc0\x5a\xcd\xe1\x47\x5d\x16\xad\x0b\xf1\x4f\x01\xd2\xe3\x33\x71\xdd\xe9\x33\x9f\xe9\x2c\x3c\x66\x5d\xf8\x07\x1f\x4f\xe1\x9e\xc1\x66\x70\xb5\x0d\x7f\x85\x3f\x26\x17\x38\x2c\x3d\x91\x1b\x43\xbf\xaf\xe7\xd1\x58\x32\xd9\x3c\x7b\x30\xb5\xd6\x06\x86\xfc\x8e\xb4\x6d\x75\x03\xb9\x05\xbc\x59\x5e\xcc\x19\xa8\x7c\x0c\xe1\xc1\x70\x18\x4d\x3a\x34\x9b\x4a\x52\x4f\xfb\xaf\x06\x80\x29\x48\xd5\x46\x1f\x41\x93\xf4\x5c\x82\x16\x25\x9c\x93\x45\xd6\xde\xe3\x9a\x6c\xf8\x49\x1d\x1c\x3b\x79\xe6\x30\xe0\x78\x79\xc3\x5b\x0a\x3b\x96\x45\x8e\x1c\x26\x46\x80\xd2\x3b\x2e\x83\x84\x02\x86\xd6\x5b\xa3\x1c\xd7\xe9\x58\x88\xf5\xf6\xf5\x35\x2f\x7d\x7e\x80\xd0\x01\x82\x11\xe7\x39\x3b\x26\x45\x9c\xab\xdc\xd5\x74\xd5\x7d\xf2\x52\x2c\xe9\x0a\xb3\x25\x5d\x95\xd9\xa4\x76\x97\xa4\xe0\x68\xc1\x9d\xcc\x21\x0b\x4e\x90\x9a\x30\x04\xa0\x90\x92\x92\x62\xef\x4e\xe0\xc2\x14\x5a\x81\x9b\xe4\x15\xf9\xa8\x48\x47\x4b\xc4\x6e\xab\x61\x10\x2a\x95\x81\x8f\x6b\x0b\xd0\x77\x34\x64\x6e\xd0\x7d\xee\xf7\xb3\x8c\x9d\x7f\xf3\x98\x7e\x1a\xf1\x6c\x48\x78\x24\x7e\x97\x31\xb4\x56\xbe\x03\x0e\xbd\xe2\x7a\x1a\x16\x32\x6f\xc9\x69\xa3\x1d\x25\x39\xae\xc7\x0d\x68\xf7\x92\x55\x86\xc4\xa2\x6c\x09\x0e\x80\x9c\x79\x95\xc2\xe7\x5d\x0a\x1d\x9e\x6f\x63\x9c\x56\x40\xdd\xe8\xd3\x8e\x74\x4e\x5c\xb2\xba\xce\x96\x78\xb2\x30\xb8\x25\xe6\xe0\x1a\xa8\xce\x87\x69\x6a\x4d\x6b\xc5\xa6\xe6\x46\x4b\x78\x95\x50\x03\x28\x71\xe5\x01\x15\x10\x80\x53\xe6\xe5\x56\x07\x5d\x68\x22\x15\xf9\x01\x94\x1b\xa2\xde\xf5\x6e\xd3\x29\xe8\x98\x50\x9d\xea\x84\xb3\xf3\x49\x88\x62\x07\xdb\x77\xbe\x90\xfb\xd8\x46\x9f\xed\x43\xf2\x02\x86\xfb\x82\x5f\xc6\x5e\x0c\x1c\x2d\xf6\x12\x0b\x84\x8c\x80\x09\x6c\x68\xc9\xb1\x98\xb7\xea\x2f\xed\x46\x8d\x05\x3a\x31\xfb\x07\x45\xb3\xd9\x34\xe8\x69\xaa\x23\xeb\xa6\xae\x33\xfb\xa0\xa3\x1d\x5e\x52\x9d\xf1\x9b\xae\x4a\x02\xff\x61\x81\xd9\xd9\x74\x3e\x3d\xa3\x61\xe6\x92\x62\x4f\xdb\xaf\xef\xb6\x8a\x29\xbe\xc0\x5a\xf2\x01\xa6\xc8\xfe\x20\xb5\xfe\xdb\x30\xce\xea\x4f\xcb\x37\xc1\x63\xbd\x6d\xfa\x07\x90\x44\xf5\x87\xb9\xd2\xcf\xc3\xfb\x2b\x65\x9b\xd4\xde\x65\xf8\x6a\x48\x76\x0a\xf3\xf1\x13\x3b\x8f\xd8\x71\x73\xc1\x5f\x6d\x83\x40\x22\x28\xeb\xdf\xdd\x70\x1d\x23\x85\xf5\xde\x7b\xb6\x3b\x8b\x19\x86\xb4\x1f\x39\x75\xee\xf2\x4c\x59\xf9\x07\x61\x9b\x3b\xbb\xfd\xfd\xb3\x46\xbc\x68\x76\x0c\xd8\x0c\x69\xd7\xaf\x60\xe2\x76\xe8\x1c\x93\x5f\x2c\x63\x11\x03\x43\x6b\xed\x3b\x22\xcc\xef\x3a\x63\x4c\xe6\x8a\xeb\xdd\x90\x8a\x69\x26\x31\xcf\x33\x0e\x71\x85\x7e\xcd\x99\xf9\x01\x4e\x00\x0b\xaf\x67\xba\x48\xe4\x3c\x3d\xf1\x00\x69\xcf\x3b\x00\x80\x26\x8b\x7d\x70\x63\xe7\xe5\xaf\xd9\xcc\x85\x47\x3c\xa7\xb5\x61\xee\x52\x3e\x53\x09\x09\x09\xb7\x17\x32\x83\x39\x7e\x2a\x47\xd6\x8f\xc9\x6e\xf6\xa3\xdf\x4b\x86\xfb\x95\x3c\x77\xf7\x20\x7b\x91\x47\xfd\x8a\xb1\xd7\x1c\xad\x45\x43\xb0\x59\xcf\xa2\x22\x76\xec\xce\x4e\x46\x12\x7b\xc0\x6c\x98\xe6\xd3\x90\xea\x9c\x47\x1b\x1e\x88\xf7\xc7\xd8\xb2\x58\xfe\x7f\x80\xfc\xfc\xeb\x85\xcf\x21\x74\x01\x08\x86\x5b\xa1\x1e\xfc\x36\xf9\xda\x1d\xcb\x81\x8b\xae\x4f\x1e\xfe\xa7\x88\xb7\x9f\x5a\xa8\x7c\x98\xc4\x7b\x54\x60\xb1\xe4\x22\xb8\xfa\x02\xa4\xd2\xe2\xa5\x12\x29\x5f\xb2\x0f\x84\xb7\x49\xc1\x8f\x07\xca\x4b\x35\xad\x35\x4a\xab\xa1\x73\xb4\x57\x83\x5b\x2f\xb3\x77\x33\xba\x02\x68\x8f\x9c\xfd\xdf\x48\x60\xee\x20\x7d\xb2\xba\xff\x3e\x02\xb0\x1c\xda\x52\x48\x05\x68\x85\x43\x70\x73\xc9\x6d\x22\xbc\x57\x9b\xb8\xc8\xbc\xd5\xb5\xfb\x4e\x40\x00\xa9\x23\x2c\xa6\xbc\x69\xc4\x34\x10\xbc\xd6\xe4\x58\x9c\xea\xab\x42\x07\xba\xf6\xc4\xa3\x42\x52\x0d\x82\x6f\x09\xbe\x26\x78\x4b\xf0\x3e\x66\x49\x17\x77\x44\x96\x29\xdb\x8a\x3f\x90\x72\x72\x31\xda\x92\x50\xc8\x80\xdc\xb9\xc4\xaa\xd8\x5d\x32\xb6\x30\x67\x21\xd8\x0d\x7c\xce\x42\xf4\xb8\xd8\x3b\xf3\xc7\xa2\x26\xd8\xc4\x64\x3b\xeb\xe7\xe2\xd6\x3d\xf3\xed\xae\x89\x2c\x09\xc2\x35\x99\xcd\x6e\xc9\x6c\x76\x4d\x66\xb3\x42\xcd\xe7\xdc\xe9\xe8\x3f\x10\xcd\xcc\xdf\x64\x43\xc6\xf0\xbb\xfc\xe3\xfb\x7c\x80\x99\xcf\x43\x15\x6a\x23\xee\x09\x38\xc0\x17\xf0\x7f\x49\xc0\x17\x5c\x14\xd3\xf9\x14\x1c\xae\x21\x57\x15\x39\xc5\xd5\x25\x08\x43\x15\x4e\xf7\x1e\x7b\xf3\x8a\xea\xa6\x1c\x8c\x4e\x5d\x6f\x28\x61\xe2\x65\xf2\xd9\x55\xd7\x8b\xc6\x1a\xa0\x5c\x38\x44\xec\x00\xac\xcf\x75\xdc\xd8\x44\x25\x07\xf7\xe8\x77\x15\xab\x6e\x08\x7f\xb1\xd9\xb5\xb7\xdd\x8e\xef\x14\xee\x42\xf8\x09\x65\x37\x49\xf7\x3f\x10\xc3\x9b\xc5\x9f\xd5\xcd\xab\x46\x98\x29\x25\x5f\xf8\xd8\x8c\x64\x56\x21\xdf\x9b\x24\xe3\x02\x99\x33\x7a\xd6\x26\xee\x73\x49\xae\x2e\x17\x43\x99\xc0\xaf\x26\xd7\x84\x73\x52\xff\xa8\x4f\x65\xfa\x9a\x07\xac\x45\x3a\x07\x63\x00\xef\x3c\x8f\xcc\xe3\xc9\x34\x2c\x7e\x6b\xef\xeb\xfe\x98\x0d\x4e\x44\x45\x19\xa9\xbf\x3b\xfd\x03\x7f\xf2\xcd\x61\x6a\x1f\xf8\xcd\x2f\xc7\x06\x59\xef\xb8\x17\x7b\xc3\x75\x91\x10\xa5\xb6\x60\x22\xb7\x48\x2e\xe6\xb4\xee\x89\x73\x8e\xd1\x1a\x32\x9c\x64\xb0\xda\x85\xac\x9b\x4a\x3c\xff\xf6\xd3\xcb\xe7\x57\x7f\xf9\xfa\x3f\x56\xd1\x17\x1d\x19\x29\xc6\x94\xe0\x49\x78\x30\x26\x17\xf1\xa1\xb0\xbf\x8f\x1d\x08\xd7\xae\x7b\x18\xdc\xab\x0e\x3e\xfa\x39\x40\xfe\x14\x7b\x2f\x76\x11\x34\x98\x6c\x17\x3d\xc3\x97\x11\x72\x46\x8b\x76\xa8\xd9\x01\x85\x47\x4c\x1b\xfd\x33\xee\x58\x6f\x03\x37\x49\x5a\xcb\x56\x37\x31\xd1\xc1\x1d\x3b\xab\x30\x8e\xca\xe9\x97\xb0\xc5\x1b\x5b\x7c\x33\xf6\xbc\x84\xc4\x2c\x72\x74\x1f\xf8\x27\xa0\x3e\xbf\xdd\xe4\x73\xc5\x9e\x68\x44\x70\xbe\x82\x53\x45\x3c\xa7\x9e\x8e\x9e\x5d\x20\xe9\x63\x6f\x00\xa6\x85\xaf\x41\x14\x97\x82\x44\xdd\xb0\x1c\xf8\xc0\x47\xdd\xf8\x7d\xc9\x7c\xde\x09\xfe\xee\x0b\xe9\x4e\x62\xb8\x93\xbd\x28\x92\x24\xbc\x65\x76\xc7\x5c\x40\x54\x67\x27\xc9\xc7\x31\x89\x9c\x69\xb5\x3f\x4d\x7e\xe3\xb5\x35\xdf\x9f\x30\x6f\x48\x76\x03\x07\x6f\x23\x27\x18\x23\x6c\x86\xe9\x53\xa1\x87\x64\x8f\x12\x5f\x88\xe0\x30\x13\x4c\x64\x1c\xba\xef\x5f\x02\xa2\x85\xf3\x72\xa9\x0e\xa3\x1e\xc2\xe9\x5b\x91\x2f\x0b\xbd\xa8\x8d\x83\x5d\x72\x68\xc8\xc7\xf1\x1b\x62\x5d\xa5\xe2\x97\x66\xa3\xec\x51\xea\xdd\x23\xdb\x20\xd8\x1e\x77\xfc\x72\xa1\x5a\x9d\x43\xaa\x57\x94\x9e\xf4\xbe\x55\xa5\xed\xfc\xca\x3a\xb4\x62\xb9\x42\x7d\x74\x44\xd2\xf6\x1b\x5a\xd7\x84\x29\x41\xe0\x87\x1c\x30\x8d\xd3\x8e\x51\xd4\x41\xa4\x26\x29\x81\x31\x9d\xc7\x2a\x71\x3b\xb5\xf0\x76\xf0\x0a\xd1\x3e\x42\x69\xa4\x8a\xac\xdf\xbb\x79\x17\x50\xea\xc3\xc1\x04\x96\x13\x79\x45\x4d\x80\xcb\x8b\xdd\x66\x73\xef\x42\x84\xf7\x2e\x75\x9b\x7d\xff\x92\xfd\xd4\x76\x3d\xc2\xd4\x9b\xc0\x1b\x6c\xa2\xfd\x7e\x8a\x34\x7c\x34\x7d\x6a\x02\x47\x1d\x34\xa2\xc3\x1d\xad\xdc\x34\x91\x4e\x9b\x37\xdc\xd8\x34\x92\x1d\xa7\xa9\xde\xd6\xa4\x96\xb7\x95\x16\x5c\x9f\x66\x52\x2f\x74\x3f\xeb\xb6\x96\x56\x21\x30\x3c\x9a\x6e\x23\x83\x40\xec\xa1\xd6\xa6\x91\xb4\xf9\x29\x06\x9a\xbe\x22\x1f\xa5\x11\x5a\x87\x1b\x42\x13\xe9\x14\x45\x43\x8d\x5d\x23\xe9\xfd\x79\xf4\x9d\x35\x09\xf7\x7e\x36\x9b\xf4\x60\xa4\x56\xb5\x01\x89\x5b\x08\x1d\xd9\x80\x79\x69\x1f\xe0\xd8\x73\x0c\x6e\x35\x1c\x4e\x60\xd1\x99\x12\x64\x7c\xe6\x8e\xb9\x08\x39\x0d\xcc\xad\x16\x32\x78\x07\x5c\x94\xcf\xe8\xa7\x27\x3f\xa5\xf5\x94\xb2\x31\xf1\x79\xc8\x74\x48\x86\xcf\xc4\xa7\x29\x33\x84\xb2\x50\x63\xdb\x2c\x45\x22\x0a\x0e\x66\x2c\x09\xd2\x33\x36\xae\xc4\x67\x85\xdb\x34\x86\x72\x53\x9e\x3f\xde\x3c\xf1\x95\x69\x6d\xb2\x8c\x1d\x54\xa5\xc5\xeb\xb2\x59\xee\x56\x23\x37\xff\x35\x14\xbc\x09\x8b\x11\xae\x75\xf9\xc2\x5f\x48\x41\x96\xbb\x15\x5a\xbc\x36\x7f\x60\xf5\x6f\x59\x21\x1d\x80\x59\x97\xe9\xb5\x31\xbf\x52\x93\xd7\x7b\xaa\x05\x6d\x93\xda\xa6\x70\x95\x37\x4c\xaa\x11\x8e\xeb\x80\x3d\xd0\x45\xb3\x38\x4e\xab\x68\x25\x37\xa3\x82\x96\xbe\xd0\x2b\x25\xc4\xdd\xe7\xc2\xed\x9d\x05\x08\xdf\x46\xd3\xc3\xd7\x69\x9c\x10\xfe\x19\x38\x93\x5b\x7c\x6d\x47\x31\x02\xff\xf3\x0e\x81\x87\xe5\xde\xe2\xeb\xdc\x75\x29\x23\x26\x71\xdf\xc3\xcd\x86\xe2\x96\xe5\x3c\x35\x33\xee\xdb\x44\x5c\xfb\x8e\xcc\x41\xdb\x2e\xeb\x00\xf9\x49\x32\x4c\x86\xab\xcd\x8a\x71\x8e\xd7\xe5\x71\xaa\x20\x93\xf6\xc0\xa5\x0d\xc4\xdd\x7c\x2c\x79\xd1\x23\xae\x98\x32\xd4\x72\x49\x56\xb6\x7f\x1b\xaf\x7d\xb4\x61\x81\xe2\x94\x8b\xbd\x1f\xc8\xdc\x8c\x63\xd1\xad\x53\xdb\x65\xec\x9d\xd7\x73\x92\x1b\x04\xb7\x67\xfa\x59\x92\xd5\x28\x9a\x54\xe7\x35\x16\x8a\x64\xa9\x23\x00\xba\xc8\x97\xed\xd3\xf6\x9e\xad\x67\x33\xe1\xe2\x76\x12\x74\x86\x13\x13\x87\x70\xf7\x8a\x1d\x59\xfd\x79\xa2\xb7\x33\xf4\x85\xd5\xd6\x62\xf0\x83\xcd\x0b\xa9\xee\x7f\x1f\x7e\x35\x7d\xfe\x66\x31\x06\xe2\xf8\x3f\xd4\x8b\xf1\xf4\xcc\x90\xd0\xc0\xb7\x13\xd8\x90\xa0\xa0\x58\xc0\x55\x5a\x79\xe9\x8d\xea\x54\x7f\x89\x09\xc2\x7c\x6e\x44\x3b\xd9\x8a\x8a\x0b\x52\x3b\x84\xb7\x53\x8b\xce\xc0\xb9\xf3\x74\xb7\x51\xb1\xb1\xb0\xe0\xce\xed\x34\xf8\x6c\x0a\xe1\x72\x36\x23\xdf\xf0\x00\x17\xbf\x72\x80\x8b\xd0\x71\xd7\x2c\x3b\x5d\xcf\xc8\xe3\x11\xe6\x21\x3c\xf5\x97\xe3\xe6\xda\x00\xd5\xb9\xb4\xb8\x4c\x84\x61\xb2\xc3\xc2\x27\x9f\xe3\x68\x2f\xac\xb7\x62\x60\x21\x9a\xe2\x8c\x49\x89\x48\xa8\x04\x6b\x03\x10\xba\x69\x3e\x44\x6a\x05\xc4\x42\x22\x1c\x65\xba\xd3\x1e\xa4\xd0\xd0\x6a\xfe\x31\x91\x08\x77\xd7\xb2\x6e\xee\xb6\x0a\x99\xb0\x0d\xbc\xbe\xde\x54\x37\xed\x14\xf9\x0c\x21\xc1\x04\xc4\x3c\xb3\x39\x12\x21\x19\xa3\xf9\xbe\xcb\x36\x16\x01\xf6\x86\x8d\xa7\xe6\x00\x64\xc9\x20\x8e\x38\xee\x54\x90\x77\x64\xae\x23\xe1\xe7\xf2\x79\x38\xbc\x56\xa7\x07\x9a\x69\x49\x15\x4f\xaf\xd6\xb7\x64\xfd\xfe\x45\xc3\x5f\xf3\xed\x6d\xc5\x48\x1d\xf9\xab\xb7\x53\x84\x90\xcc\xb2\xc7\x49\x12\x8e\x74\x1a\x32\x89\x75\xde\xe7\x28\x77\xbf\x36\x6f\x72\x81\xfd\x3a\x74\x57\x3d\xeb\x45\x43\x9a\x0e\x19\xc5\xad\xf6\x5d\x2c\x86\x76\xa7\xd1\xd9\xba\xf5\x30\x7c\x6c\xb3\x68\xbb\xe3\x27\x5e\xcc\x70\x37\x80\x3c\xda\x6b\xff\x1d\x78\x82\x66\x27\x98\x4c\x4f\x5e\xa0\xbc\x52\xa0\x27\x45\xd0\xd5\x35\x65\x75\x52\x5c\x18\xb3\xb8\x13\x23\x93\x47\x2d\xbf\xba\xff\x73\xdb\xb0\xa7\x5b\xea\xe3\xa2\xb0\x21\xa9\xcc\x9c\x6f\x5e\x7e\xf9\xb5\xcd\x1d\x84\x13\x76\x11\xeb\x44\xcf\x08\x0f\x36\x82\x55\x73\xad\xf2\xf8\x2a\x93\xf7\xac\xcb\xc6\xc5\x0d\x21\x50\x7a\x36\xd3\xd5\xce\x2e\x63\x5d\xd0\x50\x34\xbb\xfe\xc0\xe4\x05\xa3\x91\x62\xe2\x01\x19\xac\x9a\xe0\x43\x5c\x95\xd4\xd5\xc9\xaa\xd4\xf5\x8a\xad\x52\x57\x47\xa4\x57\x78\x53\x42\xdd\x2d\x82\xb5\x38\xd0\xe0\x86\xd3\x1b\xca\x2a\x41\xd9\xcd\xcb\xae\x60\xe0\xc6\x5b\x50\xed\x1e\xaf\x78\x6c\x57\xd9\xc0\x66\x57\x1f\xcc\x7c\xc6\x4c\x94\x38\xc8\x10\xd1\xca\xd4\xe5\xa3\xf3\x56\x28\x71\xf0\xa9\x10\x8a\xa3\x43\x09\x0f\xd9\xc3\xda\x8c\xc2\xb2\x07\x29\x76\x71\x4c\x71\x72\x37\x9b\xec\xe1\x61\x62\x5f\x05\xd4\xb0\x80\x34\xc1\x2e\xf1\xee\x1a\x9b\x9c\xc1\x8b\xdd\xe5\x2e\x8c\xab\xd0\x9b\xe5\x93\xab\x69\x89\x69\x23\xa3\x80\x0b\x48\x00\x02\x85\x9f\x86\xe1\x92\xa6\x8d\xf4\xb1\x35\x41\x62\x8a\x30\xce\x3d\xcc\x35\xf1\x70\x4c\x61\x59\x44\x76\xe5\xa8\x7d\xc6\xb7\x2e\x67\xa7\x84\xcf\x38\xe1\xb9\x19\xde\x77\xd0\x3d\xaa\x90\x08\x7d\x32\x61\xf1\x24\x67\xb3\xe4\x41\xca\x11\x16\x68\x44\xcb\x9a\xb8\x64\xc8\x46\x6e\x0d\x74\x82\x4e\x4b\x9b\xe8\x30\x6d\xdd\x00\xbf\xc0\x45\xba\x62\x0c\x69\xa2\x99\xae\x31\x6d\xc2\x87\x75\xf8\x1c\xd6\xc7\x82\xb6\x41\x19\xb9\x45\xb6\x48\x38\x8e\x5c\x41\x1a\x9b\x3c\x11\x27\xeb\x58\x54\x38\x23\x69\x7b\x57\x10\xe1\xf2\x93\x74\xe0\x5d\x52\x99\x9c\x82\x1e\x56\x3c\x90\x54\x7a\x5a\xf4\xcb\x0c\x3d\x1f\x40\xee\x70\x22\xd6\xb7\xb0\x88\xa8\xbc\x79\x37\xeb\x7d\xaf\xb1\x26\x48\x83\xd4\x1c\x0e\x45\x8c\x34\xea\xb8\xf6\x62\x8d\x8e\xe3\xc4\x02\xd3\x20\x82\xb4\x60\x2e\x55\xc0\xb7\x95\x20\xad\x50\xbc\x0d\xb0\xaa\x53\x0b\x50\xe0\x7d\x31\x43\xe6\x2b\x11\x52\xfc\x84\xee\x60\x61\xae\x85\xc1\x46\xfa\x32\x44\x47\xed\x52\x6a\xbf\x1a\xdc\xc0\x09\xfe\xa6\x93\x56\xf1\xd8\x99\x63\xbf\xf6\x34\xd3\x92\x25\xa4\xbe\xf1\xa4\x9e\x1e\x0e\x14\x57\x2e\xf3\x7f\x48\x58\x1a\x50\x93\x34\xba\x34\xfb\x27\xa6\xc7\xc6\xb4\x90\x43\x1f\x86\x39\xae\x4e\x25\xca\xae\x0c\x7d\x40\x92\x5b\x47\x92\x2b\x4f\x6d\x2b\xd9\xd3\x45\x94\x80\x66\x70\xea\x42\x97\xd4\x45\x41\x8d\x7a\x33\x90\xa2\x54\x80\x62\xe6\xf7\x14\xbb\x57\x0e\xfb\xcc\xec\xa6\x5e\xbc\x43\x23\x5b\xa8\x76\x4c\x23\xa5\x11\xb9\xbc\x26\x8b\x5b\x93\x8a\xa3\x7f\x36\x25\xf5\x3a\x9a\x94\x0a\xf4\x7c\x22\xe3\x60\xc9\x0c\xf2\x0d\x9c\x52\x85\x06\x2e\xa4\x7c\x14\x03\x2c\x8f\xb3\xa3\x0e\x45\x2f\x52\x92\xde\x42\xfb\x0e\x2e\x15\x93\x0b\x05\xb9\x4e\xdb\x37\x50\x79\xe8\x45\xc3\xd7\x44\xcb\x45\xc5\xe4\x1c\xd9\x7c\x5a\xbf\x8d\x2f\x8a\xb1\x1f\xd9\x43\x91\x43\x51\x0a\xc5\xa7\x53\x14\xed\xc5\xf8\xcb\x07\xa3\x70\x25\xd1\xa2\x92\x69\xc8\xfc\xef\xb3\x5d\x21\x7f\xfa\xff\xd4\x86\x75\x98\x39\x96\x61\xe6\x7e\xe5\xa6\xe4\x99\xbd\x46\xa2\x45\x63\xc5\x3c\x6f\x46\x32\x26\xc5\xae\xd0\x79\x99\xd5\x20\x2e\x12\xf9\x2c\xa9\x35\x12\x79\x87\x4c\xce\xb3\x9a\xc4\xdc\x8d\x9c\xd7\x24\x7e\xaa\xcb\x5e\x22\xfc\x6f\x91\xbc\x62\xf2\x08\x09\x88\xc0\xf7\x02\xa4\xf3\x33\x38\xcf\xe5\x95\x1d\x10\x05\x93\x14\xb3\x86\x43\xca\xe4\x05\x0a\xbe\x8b\x1a\x49\xf0\x67\xb4\x66\xd4\x58\x3f\xe9\xf0\x7d\xbb\x6b\x6f\xad\xdb\x7d\xa4\xd4\x32\x99\xe9\x3b\x69\xe8\x8d\x62\xf7\x8a\x35\x82\x5e\xdf\x1b\xe7\x31\x4a\xda\xc2\x5a\x50\x43\x17\x45\x75\xb1\xbb\x75\x40\x15\xc6\x4e\x52\xa3\xf8\xec\x3d\xd5\x49\xc8\xd5\xd4\xc1\x5e\x15\x11\xe6\xbe\xef\xba\x8d\x7f\x21\x90\x9a\xd5\xbe\x48\x28\xc6\xb1\x7e\xc2\xe6\xaf\xe3\x9e\x92\xed\xb3\x0e\x05\x81\x79\x2c\xcc\xa5\x06\x3a\x14\x13\x47\x6d\xc8\x82\x4e\x34\xd8\x12\x11\xe7\x10\x14\xf2\x73\x9b\x5c\xcd\x58\x56\x7d\x92\x35\x35\x82\x7c\xab\xf3\xa0\x18\xba\xdc\x81\x69\x90\x2b\x2d\xb7\xa2\x78\xda\xa3\x1e\xf6\x8a\xb6\xaa\x9d\x75\x70\x1f\x85\x4a\xdf\xc8\xa5\x74\x8a\xf7\x0c\xca\x6f\x3b\x8f\x6c\xee\xf9\x0a\x61\x12\xd4\x3b\xcc\xef\xa4\x05\x08\xf4\x23\xaa\xa9\xc3\xb0\x8e\x56\xcb\x58\x41\x92\xf4\xce\x61\xa0\xe0\xc7\xf1\xb7\x05\x39\x1c\x6c\x76\xf9\xd0\x45\xc4\x9f\x4c\x19\x45\x97\x44\xca\xec\xe0\x0d\xf8\x5e\x06\x91\x24\x9d\x76\xfa\xf9\x14\xc9\xc0\xf9\x3d\x68\x62\x9f\x4e\x75\x7a\x9e\x5c\x2f\xfe\xf9\x14\xd4\x7a\x99\xd8\x04\x97\xd7\xd8\xa0\x95\xb3\x1f\x5b\x9b\x65\xa0\x51\x46\xf1\x91\x84\x2d\xcc\xf7\x9a\xcd\xb4\x1f\x79\xfb\x0c\x0e\x74\xb9\x97\x1d\x69\x30\x57\xf4\x41\x1a\x7b\xe6\xcf\xa1\x8f\x6f\xe7\xc3\xd0\x03\x18\x07\xd0\xf1\xcf\xa7\xae\x27\x1f\x9f\x11\xc2\x31\x4a\x19\x20\xe1\x59\xca\x09\x84\x06\x2f\x97\x42\x1a\x1c\x39\xcd\x2d\xc7\x6e\x2b\x56\x6f\x48\xfd\xf5\x07\xc2\x44\xc1\x31\xf8\x3c\xab\x16\x2e\xf7\x98\x13\x2d\x8d\x69\xa4\xae\x89\x57\xdc\xf7\x91\x45\x4d\x15\x0d\x21\xb2\x9f\xc8\xe8\xa9\xde\x1f\x63\x97\x4e\x68\x6e\x92\x12\x37\xd5\x25\x40\x1a\xa4\x54\x9a\x93\xa6\x7b\x47\xb5\xfc\x00\x27\x4c\xb5\xf3\x55\x64\x47\x42\xd2\xe5\x5f\xb9\x6b\x3e\x54\x9b\x67\xb7\x44\x7b\x6a\x0f\xce\xd3\x02\xb9\xf7\xee\xc4\xbc\x9c\x5c\x04\xf9\xb4\x0a\x5e\xda\x3c\x7c\x3f\x31\x7d\xd6\x22\x85\x5a\xd1\x2b\xee\xcf\x66\xfc\xb8\x20\xdf\x37\x4f\x3c\x6c\x75\x43\x08\x73\x19\x5d\x73\xf7\x0f\x02\x6d\xe7\xa3\xd1\x6f\x83\x1a\x5c\x00\x0e\xcb\x87\xe1\x35\xfa\xaf\x80\x97\xc5\x44\x38\x75\xfd\xa0\x2a\xc8\x6c\xa6\x0b\x95\x4c\x27\x50\x6c\xde\xde\x6a\xf6\x1a\xc8\xc3\xcf\x7c\x82\xb0\xfe\xdc\x5c\xb8\x0f\xed\xc2\x7e\x86\xa2\x7e\x68\xc3\x9e\xb9\x58\x80\xa0\xc7\xbc\x6d\xd4\xba\xfa\x67\x2d\xf3\x9a\x38\x82\x47\xeb\x73\xdb\xb0\x40\x32\x17\x4a\x94\x71\x4b\x82\xaf\x73\x6d\x47\x3e\x99\x3d\x10\xa8\xa9\xf1\x22\x99\xda\x5b\xa0\x63\x97\xf3\xf4\x32\x8c\x09\x4a\xac\xf5\x51\x91\xf7\xa3\x2c\x1e\x41\x32\x0a\xa1\xb0\x84\xc0\xa6\xb3\xcf\xe5\x96\x7b\x67\xfc\xe7\xe1\xff\x12\x5c\xeb\x97\xe7\x2b\x5d\x6d\xb0\xea\x12\x6b\xdc\x96\x6f\x3f\xdb\x57\xde\x79\x4c\x3e\xfa\x52\x31\x4a\x6f\x47\x75\xb3\xaf\xe6\xe4\x17\x2a\x66\x33\xfd\xbf\x61\xb5\xab\xb2\x0a\x63\x71\xe5\xc7\x5b\xba\x21\xc5\xa4\x5a\x36\x2b\x7d\xe2\x36\xe5\x0d\x59\xb6\x70\x7c\x36\x48\x94\x50\xf8\x6f\xb7\x6d\x31\x2f\x37\x73\xa2\x8e\x4d\x8b\x2b\xf5\x14\xee\x0a\xd0\x40\x88\x72\xa9\x68\xd4\x72\x65\x8a\xdc\xc3\xac\x21\xf7\x00\x2b\xcf\x31\x54\xeb\xd5\xfe\x2f\xec\x09\x85\x52\x09\x45\x55\x56\xcb\xdd\x92\xad\x56\x48\x77\x39\x9b\x99\xea\x14\x15\xc2\x95\x1e\x50\xd1\x6e\xf3\x68\x04\x13\x2a\x75\xa8\x62\xbb\x10\x58\x4f\x63\xc1\x31\x4c\x62\x51\x49\xe9\x07\xe3\xe9\x60\x7c\xc9\x56\x7a\x14\x93\xd8\xe8\xda\x4a\x86\x91\x9b\x47\x75\xb2\x95\x3a\xfc\x6c\x8a\x2b\x84\xf5\xc0\x22\x1d\x58\xa8\x81\x75\x90\x14\x0c\x2c\xd3\x6b\x34\x52\x1d\x4d\x23\x8e\x57\xb7\x1b\x13\xd5\x6e\xfc\x76\x7a\x26\xce\xa6\x6f\xc7\x53\x9b\x6e\xe8\xac\x9c\x36\x6c\x3c\x3d\x33\x75\xdf\xa1\xf7\xb3\xe9\x18\xb6\x72\x4c\xd9\x18\xc0\x32\x9e\x62\x76\x56\x06\x7e\x85\x67\xd3\xf9\x78\xea\x9d\xa5\x14\x65\x53\x3d\x3d\xab\x14\xba\x43\x32\xa2\xf1\xf4\xcc\x94\xbf\x63\xed\x96\xac\x45\xc1\xd1\xd9\x74\x3e\x45\x38\x65\xcf\x99\xc2\xec\x20\x26\x27\x4c\x29\xdf\xa9\x9d\x21\x82\xda\x19\x2e\xaf\x3c\x81\x84\xf2\x50\xe4\xc9\x57\xcc\xe0\xab\xd1\x85\x33\x22\xa7\xfe\x97\xa6\x7c\x89\x3d\xc0\x46\xec\xd7\x24\x27\x26\xe7\x06\xda\xbd\x4e\x44\x7d\x9c\x04\xe9\x19\x19\xc7\x82\x20\x56\xd7\x89\xe9\xdc\x64\x4d\x9c\xda\x93\x1c\xe4\xd2\x70\x7e\x61\x1a\x3d\x48\x8a\x1e\x46\xbd\x4d\xa0\x4e\x88\xcd\xac\x80\x1b\x24\x89\x2b\xe8\x21\xe5\x91\xc0\xba\x28\x87\x2d\x24\xd8\x9c\x5c\x64\x5c\x5b\x8e\xf6\x22\xb7\x5a\x57\x14\x4b\xbf\x7b\x39\x8a\xfd\xd9\x9c\x86\x80\xbb\x94\xf6\x71\x85\xae\x51\x2a\x61\xdf\x69\x4d\x8c\x8b\xae\xe3\x48\x73\xca\x6e\xf4\xcb\x42\x44\x29\x14\xc1\x8d\x3c\x7e\x52\xee\x25\xc2\xc9\x33\x48\x8e\x02\xcb\xdc\x5a\x2f\x8d\xc0\x12\xcc\x31\x43\x68\x51\x88\x79\x50\x18\xf2\x10\xfd\x34\x7d\x06\x65\xb9\xf8\xaa\x64\x48\x66\x80\xe7\x44\x7e\x81\x64\x76\xb4\x94\x99\x1e\x58\xbe\xb6\xe0\x82\xf1\xc8\xf0\x73\xfb\xba\x12\xd5\x22\xd4\xde\x72\xed\xf2\xe7\x52\x12\xea\x09\xad\x1b\xb5\x73\xe2\xfb\xee\xf8\x3f\x36\x7f\x7e\xf3\xfa\x95\x8e\x60\x5e\x9c\xd8\x58\x60\x86\xa4\x3c\xa5\x53\x27\xff\xdb\x64\xbe\x3e\xbb\xe2\xe1\x30\x65\x3b\xb5\xfd\xc1\x33\x53\x75\x55\xe8\x70\x05\x53\x6f\xb5\xe8\x26\x20\xbd\x4c\x1f\x2c\x48\x90\x3d\x0f\x43\x39\x2a\x5a\xeb\x68\xb5\xb8\x26\xb8\xf3\xb9\x0e\xa8\x00\xef\x04\x9d\xd8\x54\xc9\xb4\x36\xbc\x8c\xa6\x09\xda\xe7\xd3\x21\x78\x18\x9a\x31\xb2\x7f\x94\xe4\x84\x68\x09\x2c\x5c\x5d\x01\x17\x64\x60\x6b\x10\xf9\xe4\xf4\x89\xfe\x31\x89\xdf\xc9\xe0\xda\xd5\x15\xcc\x30\x23\xa9\x9a\x37\xba\x90\x87\x4f\xf6\x18\xf1\xd3\x3d\x4c\x1c\xd4\x23\xf6\xde\x45\x1a\x70\xda\xe5\x91\x24\xc1\x3c\x5d\x5f\xb0\x88\xc5\x69\x9d\x52\x43\xb1\x37\x7b\xf3\xd9\x62\x72\x8e\x43\xd7\x5c\x70\x8b\x4a\xf8\xab\x70\xd0\xd0\xf7\x23\x0e\x22\x7a\xe8\xb8\x17\xf1\xb8\xe0\x44\x13\x0a\xc3\x3e\x2c\x3b\xc7\xf3\x8d\x7a\x74\x7c\x61\x3c\x77\xa2\xd5\xb1\x02\x77\xbf\x2b\xa0\x62\x93\x8f\x6a\xfe\x64\x55\xd7\x61\xd4\xee\x8f\x4d\xa2\x28\x8b\xb9\xd7\x90\x53\xc7\x53\x00\x62\x3b\x45\xf3\x2b\x5b\xf8\x47\x1e\x0b\x56\x26\xa7\xf6\xe8\xf2\xc3\xcb\x5c\x64\xf1\x89\x9d\x58\x27\xcb\x20\x20\x3a\xce\x59\x79\xa4\x03\x08\x23\xd0\x57\xe0\x14\x7d\x79\x1e\xec\xa7\x09\x9d\xae\x2c\x98\x80\x3a\x00\x3f\x07\x49\xb3\x08\xba\x23\x3a\x53\x8c\xba\x8b\xcc\x3e\x0c\x80\x9a\x63\xb2\xe4\xab\x68\x8f\xe3\xc8\xf7\xcc\x09\xd5\x31\xd0\x90\x9f\x45\x57\x9a\x2d\xac\xbe\x42\xaf\xd5\x9c\x3a\x9b\xbc\x37\xa7\xb4\xd5\x0d\x75\x3a\xec\xde\xd7\x9d\x00\x21\x5d\xf4\xd7\x1f\x73\x33\xc7\x68\x54\x82\xec\x64\xf2\x6f\xf7\x1d\xb9\x8f\x76\xdb\x81\x0a\xc6\xc3\x3c\x26\x1b\x21\x94\x8c\x40\x65\xf3\xf2\x79\xf7\xc5\x93\x80\x26\x1a\xc3\xbd\x5a\xe4\x78\xfb\xe4\xb3\xa4\x64\x97\x5c\x98\x27\xb4\x96\x5f\xbe\x95\x2e\xfc\xe7\x85\x0d\x1b\x0e\x2e\x5d\x1f\x1b\x64\xec\xac\x13\xc7\x59\xaf\x89\x55\x52\x81\x29\xbb\x93\xb0\x59\x5d\xb7\xa3\xc0\x62\x53\x96\x25\xbd\xd4\x05\xdf\xfe\x77\x1a\x21\x86\x19\x16\x28\xba\xae\x29\xe8\x63\x54\xe3\xff\x93\x6d\xec\x3c\x89\x83\xf9\x95\xdc\x57\xff\x0f\x2a\xc2\x93\xd0\xf9\x81\x5e\x17\x46\x7f\x40\x86\x0c\x75\x62\x85\x79\x8f\x9d\xec\x02\xa9\x7e\x78\xbf\xc5\xed\x5c\x93\xc0\xa6\xec\x8e\x10\xd8\xac\xb5\xcc\xd1\xcc\x66\x31\x88\x34\x9b\x32\x9b\x35\xde\x88\xed\xfe\x8c\x6c\x50\xea\x79\x6c\xdc\x36\x65\x25\x1d\x0c\x06\x6d\x82\x5c\xdf\xa8\x7e\x76\x2f\xdb\x37\xa2\x52\x22\xeb\x05\xc2\x2c\x28\x68\x4f\xa2\x12\xd4\x8a\x79\x7a\x4d\x82\xb4\x69\xaf\xad\x0e\x71\x42\x50\xe0\x41\x05\x69\x6e\xc1\x91\xc3\x31\x05\xea\x80\x28\x39\xff\x26\x9c\xb4\x37\x0b\x5e\xbe\x2a\x84\xc9\x44\x1c\x24\x12\xd0\xc5\xe4\x49\xa6\xb2\xc3\x77\x7d\xf1\xee\x57\x57\x51\xc4\x7b\x10\xec\x0b\x8a\xfe\x6b\x4a\x36\x9d\x94\xda\x0f\xac\xac\xeb\x2b\xf9\x66\xac\xa4\x47\x3e\xd5\x48\xad\xd6\x61\x96\xd9\x23\x0b\x90\xf2\x4b\x6e\x0a\x75\x4d\xdd\xb4\xa6\x28\x09\x08\xc8\xb6\x17\x4b\xb2\x02\x34\x02\xdd\xa1\x5a\x74\xd5\xa7\xef\x79\xe0\xc2\x43\x77\xef\xef\x14\x2a\xe8\xb9\x10\x26\xb8\xd6\xcc\xd8\x8a\xcb\x01\x38\xbe\xba\x57\x9f\xf6\x8c\xfb\x80\xd8\xa0\xe3\x43\x67\x2c\x9b\xa1\x8d\xe9\xa1\x6b\x0d\x01\xcd\x3d\xa0\x59\xf9\xe5\x9e\xd8\xcc\x69\x0c\xf3\x25\x5b\x21\xd9\x57\x7c\x33\x37\xfe\x03\xd6\xfc\xf0\x29\xfc\xc8\x2b\xd6\x5e\x37\xfc\x2e\x30\x8a\xfc\xde\x53\x01\x55\x90\xae\xac\x96\x99\x15\x1c\xe1\xa7\xc4\x88\xb4\xa0\xa2\x21\xb5\x39\xc4\xdf\x77\x0e\x31\x68\x6e\xac\xec\xcd\xe1\x12\xd8\x3b\xf1\xb1\x35\xd6\xb7\x6c\xa2\x03\x60\x15\x93\x54\x16\xf7\xdb\x38\x3d\x80\xd1\x00\x44\x15\xd8\x49\x92\xb0\x22\x5b\x59\xdd\x30\xd6\x99\x42\xec\xc1\xa4\x3a\x21\xee\x7a\x4a\x24\x1a\x9b\xc4\x8c\x58\x38\x53\xff\x3d\x4c\x4a\x64\xe7\xc3\x07\x8b\xaa\x73\xfb\x57\x6f\x45\x6f\xf5\xcc\xc5\x94\xc3\xb0\x9d\x19\xeb\x19\xaa\x77\x53\x14\xd4\x8e\x34\xc7\x38\x63\xb7\xd6\x5f\x79\x06\xc3\x81\x24\x0e\x1d\x76\x62\xa1\x7b\xef\x26\xe2\x81\xd8\xed\xf7\x4a\x54\xef\xc3\xba\xba\x29\xdc\x35\x86\xfd\x68\x31\x0c\x3e\x82\xbb\x76\xae\xf3\xcb\x17\x4f\x09\x86\xec\x5f\x4e\x47\xae\x2b\x53\xcc\xe7\xf3\x20\xdb\xa6\xe1\xc3\xc2\x0b\x55\x8b\x95\xfa\x97\x2e\xab\xe3\x3c\xfd\xb5\xcb\x62\x19\xfd\x3a\x1c\x7c\x16\x07\xc8\xb3\x13\xfa\xea\xeb\x3b\xc9\xff\xa9\xfb\x33\x4b\xd9\x99\xd6\x86\x07\x31\xa9\xf5\x38\xd9\x6e\x2a\x08\xc9\xef\xa4\x43\xff\x11\xca\x9f\xb5\xbb\x8d\x18\x37\xd7\xe3\x6a\xdc\x12\xfe\x81\xf0\xf1\xdf\x77\x84\xdf\x8f\x8b\xeb\x86\x8f\xab\xcd\x66\xdc\x61\xfc\x00\x21\x5a\x34\xa6\xed\x98\xde\xdd\xed\x44\xf5\x6e\x43\xe6\xe3\x1f\x1b\xb5\xbf\xf4\xfa\x7e\x6c\xd6\xda\x62\xa8\x13\xe8\x0a\x1b\xbc\x45\x52\xfb\xec\x6a\x00\x9b\xaa\x0c\x75\x31\x75\x3d\x4f\x71\x2e\x4a\x27\x1a\xfc\x32\x10\xe6\xfb\x92\x16\x18\x51\x13\xcd\x39\xa9\xea\xd7\x6c\x73\x5f\x20\xac\x53\x4e\x3e\x15\xcf\xf4\xdc\xbc\x96\x21\x35\x45\x38\x96\x62\x6e\x3f\x09\x6a\x61\x82\xcd\x32\xf4\xd6\x36\x39\xe2\xb4\xd6\xb2\x6b\xd5\xb0\xfb\x37\x45\xa8\xeb\xef\xe8\x77\x6a\xe4\xb1\x26\xf8\x06\x5b\x16\xd0\x9e\x2d\x3b\x56\x52\x74\xb8\x77\xef\xb1\x15\x28\xd2\xb8\x6f\x6f\x62\xea\xc4\x89\xf7\xcc\xe4\x22\xa8\x5e\x9c\x1f\x90\x60\x22\xb1\x9b\x62\x26\xa2\xe3\x9a\xb2\xfa\xe9\x66\x93\xaa\x5d\xc2\x84\xfd\x12\x5f\x6d\x77\xed\x6d\x12\xc1\xd2\x91\x8f\xc3\x4d\x52\xed\xf5\x9d\x02\x9a\x52\x6c\x84\xe4\x87\x74\xa1\xbf\x08\x3b\x81\x38\x40\xcb\x69\x40\xa8\x57\xa0\x46\x08\x83\x01\x83\x75\x88\xb2\x1b\xb8\x36\xaf\xec\x7a\x75\x36\x2e\x9d\x70\x6e\x8a\x3a\x55\x71\x4c\x96\xac\xec\x48\x06\x92\xc1\x73\xcf\xee\xbe\x71\xde\xf1\xd6\x89\x4d\x00\x14\x6b\xda\xb6\xcd\x9a\x56\x02\x54\x0d\xaf\x3f\x32\xfd\xb5\x53\xcc\xc5\xcc\x73\x26\xf4\x93\x24\xb9\x23\xb4\xb5\x5e\x8b\x3c\x46\x5b\xa7\xc6\xd9\x31\x4e\x6e\x68\x2b\x08\x57\xe3\x18\xed\x9e\x1d\xe4\xce\x28\xfb\x7c\xa3\x60\x0d\xa6\x13\x48\xa1\x96\x46\x76\xf5\xf4\x6a\x23\x76\x7b\xd7\xd6\xd1\x0c\x26\x32\x4d\xfa\xda\x5c\x9e\xf8\xdc\xdd\x05\x5d\x82\x2e\xf1\xd5\xa0\xcb\xce\xf7\x56\x7c\x75\x60\x55\x97\x2e\x6c\xb1\xc4\xc9\x95\x93\xd7\xb3\x84\xa8\xe8\x4a\xed\x74\xaa\xc0\x4b\x89\xf0\x0f\xa4\xfc\x91\xd8\xdb\x28\xba\x8a\x32\x17\x4e\xbc\xc5\xb6\x7e\xf8\xd3\xe0\xe2\xeb\xbb\xbd\x80\xfc\x97\xfe\xcf\xf0\x8e\xd1\x55\xda\xfc\x9f\xa6\x4c\xdc\xaf\xbf\x64\x1a\xd6\xbd\x5f\x92\x9b\xe5\x2d\x0a\x09\x8b\x3e\x94\x29\x08\x81\xc4\x28\x36\xa8\xf3\x06\xc6\xf1\x27\x86\xcc\xaf\xe0\x49\x4a\x86\x34\x97\xa4\x46\x6a\x89\x48\xa9\x87\x13\x0a\x93\x73\xd3\x12\xe1\xc9\x86\xbb\xfa\x63\x65\x68\x98\xf1\xd3\x12\xd4\xc5\xe4\x42\x07\xa0\x44\xb1\xfe\x7b\x89\x6d\x6d\x3c\x1d\x91\xd2\x7d\x0b\xcf\x9d\x1d\xc4\x1e\xb0\xab\xca\x9e\x88\x9f\xa9\xb8\x0d\x0f\x99\x49\x9c\xe3\xf4\xb7\x41\x6e\x5c\x6b\x41\xe5\x3b\x36\x6f\x98\xd5\xc2\x4c\x8d\xe5\x6c\x8a\x83\x9c\xdd\x12\xe1\xf7\x24\x1b\x0c\x6a\xf8\xef\x67\x64\xa8\xee\x73\xa0\x73\x49\xdc\x5f\x2f\x3a\x41\x86\x3e\x28\x71\x43\x3f\x44\xca\xdb\x81\xb4\x5f\x26\xb9\xd5\x40\x0b\xc3\xeb\x7e\xdf\x6c\x77\x50\x1b\x2b\xea\x78\xb9\x92\xa9\x3d\xc2\xdb\x20\xe2\x9a\xae\x13\x72\x2c\x95\x96\x4e\x70\x7c\x24\xdb\xd6\x79\xe4\xb4\x68\x5a\x83\x71\xb5\xe0\xa0\x80\x5a\x8a\xd5\xe1\xb0\x5c\x21\x5b\x1d\x68\x36\x7b\x4f\x82\xc0\xdb\x0a\x58\x24\x53\x74\xc3\x2c\xf1\x1a\x46\x97\x52\xff\xf1\xbd\xee\x33\x46\xe4\x17\x0d\xff\xce\x71\xe0\x71\x55\x83\x72\xb9\xc2\xac\x3c\x7f\xcc\x7c\x49\x71\x67\x05\xa5\xa5\x58\xb2\xd5\x88\x9e\x92\x45\x8c\xce\xfb\xf3\xf0\x38\x37\x02\x9f\xd5\x23\xbb\xd3\x4b\xb2\x1a\x35\xb3\x99\x77\xbf\xc8\xcc\x74\xb9\xc2\xb4\x3c\x7f\x4c\xfd\x74\xa9\x37\xda\x42\x02\x71\x28\xcb\xdb\x3b\x17\x28\xd7\x1b\xdf\x70\xd5\xe1\xd0\x84\xd9\x81\xf4\x81\x21\xe8\x70\x28\xcc\xbc\x1b\x84\x41\x63\x0d\x66\x9e\x0a\xbc\xe7\xfd\x73\x73\x37\x12\x84\x24\x0f\x9c\x50\x14\x36\x74\x59\x1a\x8e\x46\x2c\x6e\x94\x65\x5b\x18\x92\x45\x03\xbe\x7c\x41\xe3\xd0\x2d\x65\xa0\xf2\xfd\x73\x52\x90\xa5\x58\x21\x59\x70\x64\x90\x22\x51\x9e\x58\xbc\x73\x9d\xe8\xf2\xc6\xc7\x4e\x14\x41\x01\xc2\x1d\xc7\x33\x81\xf5\x34\xae\xda\x7b\xb6\xfe\x36\xde\xea\xae\x46\xc1\x0c\xbc\x14\x6a\x93\xb5\xdc\x46\x5b\xdd\x96\x23\x4c\xcb\x09\x3b\x1c\x40\xa4\xb7\xee\x0b\x4d\x19\x3b\xae\x87\xa5\x60\x05\xc2\x55\x70\x1f\x34\xee\xc6\x47\x65\x19\x99\xc6\xdd\x73\x1d\xe0\x78\x38\x4c\x2a\xb4\x67\xce\xb7\xec\xe4\x95\xf2\xc4\xdf\xde\xaf\x06\x39\x28\x5b\xd1\xf4\x03\x6d\xe9\xbb\x4d\xb2\xe3\x5f\xe9\xac\x40\x02\xe1\x8d\x42\xf1\x5d\x79\xfe\x78\xe7\x13\xd4\xec\x2c\x8a\xaf\xcb\x76\xb9\x5b\xe1\xba\x5c\x27\x38\x3c\x51\x34\xa4\x36\x88\x3b\x9b\x15\xb5\x41\x57\xbc\xd1\x98\xba\x46\x48\x6e\x4c\x77\x7d\xb8\xb9\x51\x44\xc4\xe5\x78\x55\x1c\x7b\xe2\x22\x99\x3b\xaf\x22\x72\xc8\xc1\x1d\xe1\x21\xf9\xc6\x38\xfe\x1f\xeb\x15\x7c\x04\x0d\xb7\x92\xc1\x1e\x81\xc3\x28\x2b\x7e\x02\x60\x09\x1a\x99\xf1\xc2\x94\x6f\x16\x17\x39\xea\xb9\x7b\xc0\x8d\xd0\xfb\x84\x1f\x19\x22\x38\x95\xfd\xb8\x49\x90\xc9\xd1\xd3\xe2\x53\x88\x2f\x6c\xec\xa9\xc4\xd5\x59\x2f\x72\x8b\x74\x07\xee\x47\x1f\x5a\xeb\xa3\xbb\x89\x8b\xae\xb3\xfc\xa2\x80\x8b\x08\x77\xa2\x6f\x43\xce\xc6\x30\x22\xf0\xda\xcb\x89\xf1\xf1\x15\x68\x36\x7b\x65\x0e\x89\x9d\xd9\xd3\xfe\x6b\xd9\xe7\x06\x00\x28\xe4\xfb\xe4\xe8\xf2\x15\x29\x38\xa6\xe5\x0f\xf9\xc5\x00\xab\xb7\x10\x9d\x45\xf1\xcc\x82\xc2\x45\xe0\x07\xf2\x6d\x6c\x90\x6f\x63\x8e\x6f\x43\x8b\x07\x4f\xf5\xc8\x4c\xe5\x29\x2c\x8e\xc5\x0c\x4c\x65\x5e\x18\xeb\xe5\x77\xe2\x4b\xd8\x96\xab\xa5\xac\x26\xbf\xbc\x56\x87\x53\x35\x7a\x74\x31\x29\x4b\xee\xcb\x0f\xb6\x5b\x08\x84\xe6\x18\x0a\xb2\x8f\x5c\x1e\xbb\xe2\xf8\x44\x31\x41\xf1\x7d\xd0\x39\x89\x62\x35\xe2\xb3\x19\xd1\x5a\xdd\x88\xd8\x66\x9a\x4a\x39\xc8\x1a\xa3\xfd\x2b\x13\x8f\x14\x4b\xa1\xdd\x98\xac\xb4\xef\x48\x64\xee\xa5\x19\x3e\x0c\xeb\xa4\x4d\xb2\x5d\xfe\x8d\x74\x33\x81\x94\x93\xf3\x63\x91\x64\xc7\x38\xc4\x60\x8d\x61\x31\xc3\xbf\x99\x12\x48\x3e\x62\xcd\xbd\x7a\x1e\x31\xc2\x89\x3e\xc0\x4d\xd7\xab\xec\xa0\x24\x62\x9e\x93\x01\x8f\x6a\x05\x06\x97\xe4\xc9\x8d\xf2\xaa\xc3\x8b\x9e\x63\xe6\x1d\xf2\xf8\x13\x06\xce\x88\x7b\xb2\xe4\xab\x78\x12\x70\xb9\x89\x70\x31\x2f\x03\x23\x2d\x6e\xf4\xdc\x2d\x0b\xf0\xb4\xa0\xbd\xf2\x75\x63\x6a\x46\x23\xa4\x38\x43\x11\xa4\x12\x50\x37\xb1\xd6\x5d\xe9\x02\xa4\xb8\xc5\x0c\x57\x08\xef\xca\xb7\xcf\xdf\x2c\xc6\xdf\x68\x4f\x50\x43\xc8\xfe\x87\x6d\xa7\x24\xdd\xcf\x3f\xdb\x73\xf9\xf9\x5b\x75\x42\x9c\x25\x62\x83\x52\xf1\x78\x6a\x50\xc2\x0d\x61\xf4\x3d\xa4\x1e\xef\x98\x2e\x62\x5e\x63\xc0\xf0\xf1\xc7\xaa\x1d\x7f\x50\x42\xf3\x86\xbe\x27\x9b\xfb\x71\x35\xbe\xa3\xad\xa8\xde\x13\x27\xdd\x16\x9b\xf2\xa7\x62\x83\x05\xde\xa1\xa4\x02\x2f\x2b\xbf\x29\xc4\xbc\xb5\x89\x81\xb8\x59\x9b\x5a\x8e\x89\xbc\x9c\xda\x09\x04\xc6\x54\xcd\x1f\x28\x36\x34\x50\x50\x7d\xfd\x8b\xe0\xd5\x5a\x8c\xb7\xd5\xbd\x4f\xe2\xc4\x83\x0d\xfd\x96\x24\xc4\xbb\x8c\xa9\x48\x96\x94\x13\x74\xa9\xcd\xc2\x02\x2d\x74\xf5\x6e\x5d\xf9\x1a\x0b\xbd\x82\x3d\xad\x17\x54\xab\x8f\x1b\x28\x15\x92\x26\x8e\x0f\x46\x8c\xdb\x92\x11\xe9\xf8\x30\x92\xae\x0f\xe3\x48\xd7\x25\x09\x9e\x2e\x2a\x59\x12\xdc\x96\xdd\x31\x06\x07\xd7\x46\xb1\x9f\x79\xb5\xdd\x12\xbe\xa0\xaa\x0f\x1d\x61\xd6\xc8\x92\xe3\x80\xe6\x57\xb2\x14\xb8\x55\xb7\xba\x0b\x74\x8c\x2c\x7f\x95\x89\xd1\xd7\x69\x56\xf6\x70\xf1\xec\xdf\x53\x56\x2f\x36\x52\x96\x74\x3e\x60\x75\x63\x68\xd9\xda\xc4\x0b\x7b\xd3\xfd\x5f\xc8\xfd\xa2\xc5\xf6\x7b\xe9\x26\x2d\x0b\x8e\x05\x66\xf1\x60\xc1\x37\x1b\xfd\xcd\x4e\x96\x2d\x5e\x97\xd5\x72\xb3\x9a\xcd\xd4\xbf\xb0\x3d\xa3\xd0\xd9\x62\x37\x9b\x39\x4c\x5f\x1f\x0e\x85\x6a\x05\x1f\x40\x50\x9b\xfb\x26\x01\xa8\x71\x04\xc1\x7a\xd7\x3c\x78\x00\x5c\x55\x19\x6d\x66\x34\x9c\xb8\x2c\x58\x49\x02\x39\xb9\x42\x0b\xfd\x64\x2f\x71\x74\x07\xab\x13\x8b\x82\xb2\x79\x6b\xbc\xc3\x02\x21\x29\xa1\x54\x16\xc1\x0c\xe1\x68\x18\x89\x70\x03\x03\xf3\x39\xad\xf5\x43\x1e\xe8\x8a\x62\x2c\xd9\x2f\x99\xba\x2a\x56\x0b\xbd\x43\x22\xcc\x29\x62\x34\x36\x18\xdc\x48\xa9\x94\xb2\x87\x37\xb2\xe6\xb6\x1a\x81\x27\xac\xfd\xa5\x13\xde\xba\x9f\x4e\xda\x14\xfe\xb0\xbd\xe8\x1c\xb6\x98\x7a\x35\xa5\x98\x6f\x09\x79\xaf\xf8\x78\x8e\x40\x2a\x4e\x15\x9a\x4c\xd1\xbc\x8c\xf2\xda\xd6\x2d\x0e\x74\xd5\x81\x16\x1f\x53\x4d\x13\x3c\x64\x8b\xb6\xfc\xa9\x68\xb1\xd0\x64\x22\x43\x19\x9f\x6e\x36\x9a\x5a\xd0\x93\xc9\x13\x8d\xc8\xd3\xd3\xcd\x26\x47\x9d\xb0\x98\xc7\x02\x8b\x5a\xf7\x11\x92\x65\xe7\xf3\x99\x3f\x90\xd2\xd4\xe5\xfd\x07\xc1\x5f\x91\xb2\x2a\xa6\xcf\xbf\xfe\xea\xa7\x7f\x7b\x24\xda\x47\xef\x78\xc5\xea\xb0\x7c\xc5\x4f\x91\x3b\x8b\x29\x9d\xf0\x4d\x5e\x0b\x16\xf9\x91\x2c\xbf\x22\xab\xd8\xee\xab\xae\x65\x3d\x73\x17\xba\xd4\x66\x8b\x19\xb8\xd7\xba\x75\x7b\x42\x37\x69\xfa\xf7\x4e\x17\xcb\x95\x49\x98\x6e\x1d\xd9\xc0\xaf\xc8\x6b\xaa\xef\x8b\x60\x09\x48\x5e\xa9\xd3\x67\x91\x2b\x8d\x7d\x36\xbe\x00\x71\x13\xe9\x92\x8b\x25\x63\xbb\x90\xe3\x62\x78\x86\x83\x6f\x43\x1d\x19\x16\x8a\xdb\x74\xb6\xe1\x1c\x3c\xec\x86\xe4\x61\x15\x2b\xe5\xcc\x6a\x02\x55\x27\x9f\xff\xad\xa1\xfa\x18\xec\xc3\x2c\x78\x4a\x32\x8d\x3c\xf6\xbb\x6a\xb9\xef\xf3\xd3\x07\xb7\x86\x8c\x7b\x62\x14\x79\xf2\xda\xfc\xc4\xb4\x8c\x77\x63\x30\xa7\x18\x43\x5e\x33\x62\xdb\x2b\x32\x50\x50\x34\x6a\x66\xb3\x66\x9e\xf3\x8a\x94\x83\xb3\x35\xb5\x52\x2e\x8e\x80\x38\xa3\x61\x4a\x7b\x1a\x1d\x43\xca\x61\x9c\x1e\x75\xe4\x6b\xb3\x42\x1b\xbc\xe2\x58\xc7\xb3\xf2\x0f\x16\x8c\x8a\x7b\xc4\x54\xfd\x77\x76\xb1\x72\x54\xb1\x60\x11\x38\xe2\xa0\x56\x8a\xa4\x94\x7d\x5e\x3e\x3d\xd8\xdf\xdf\x5c\x0e\x5c\xd7\x3d\x9d\x0d\x7e\x21\x7b\xb8\x86\x8e\x4a\x2d\xb1\x95\x93\xd8\x8e\x3b\x38\xc6\x52\xac\x5c\x56\xae\xbf\x90\x08\xfd\x30\x77\x33\x30\x79\xae\xfe\x59\x13\xb1\xe9\xc1\x92\xc9\xe4\xc3\x54\xe3\xab\xd1\x9d\xa5\xe6\x21\x67\x89\xaa\x6b\x33\x77\x96\x1a\x34\xaa\x66\xb3\x2a\xef\xd9\xcf\x7a\x22\xa5\x3f\xcd\x8c\xcc\x11\xea\x23\xae\x0d\x76\xc3\x67\x62\xa2\xff\x69\x20\x49\xc7\x76\x93\x8a\x82\x6a\xff\x89\x13\x0a\xc7\x65\x48\x7a\x27\xe8\x34\x57\x14\xa6\x8a\xd0\xd0\xeb\x42\x1c\x0e\xdc\xda\x15\xec\xd4\x46\xec\x21\x53\x6b\x90\x24\x9b\x96\x8c\xa9\x12\xd2\x99\x29\x2e\x42\xe4\x28\x73\xe2\xe3\xf9\x30\x4c\x21\x26\xc6\x05\xac\x98\x09\x86\x5f\x74\x5f\x27\xe5\x02\x7e\xe7\xbb\xc4\xe6\xb8\x00\x22\x9a\x14\x2a\x90\x35\x6d\xd7\x0d\x63\x64\x2d\x7c\xfd\xc7\xdf\xfd\x62\xeb\xc9\xdf\xa3\xbd\xbb\xfe\x4a\xf0\xdf\x09\xfe\x2c\x6f\xcc\xc4\xfb\xaf\x5f\xfd\x75\xf1\x33\x91\xfa\xad\xb1\x6d\xfe\x1b\x19\x6b\x8b\x7b\x6b\xec\xf6\x6f\x08\xff\x40\xd7\x31\xaf\x87\xf6\xbd\xd6\xf4\x80\x85\x28\xdf\x5b\x6f\xf3\xd4\x7e\x06\xce\xbc\xcf\xa2\x24\x87\x4e\xb1\x07\x98\x4b\xd7\x40\x1c\x6d\xf3\x88\xf5\x33\x1a\x84\x63\xc5\x91\x3c\x77\x7d\xb4\x65\x20\xc0\xc2\xcc\xbe\x89\x33\x01\x99\x8b\xfb\x4d\xf5\x81\xf8\xcb\xda\x14\xcb\x8c\x38\xa1\xce\xdb\x58\x2b\xe4\x5f\x9b\x1e\x5f\x10\xb1\xbe\xb5\x8e\xcd\x96\x81\x52\xcf\xb2\xeb\x56\xc4\xef\xae\xf2\x57\x85\xd9\x98\xc4\x77\x93\x57\xeb\xf7\xa4\x7e\xaa\xb9\xb4\xbf\xef\x48\x9b\xb8\x7d\xb6\xe0\x9a\xff\xb4\x6d\x09\x17\xdf\x11\x71\xdb\xd4\xcf\xaa\xcd\xa6\x7d\xcd\x9c\xee\xed\x0d\xf0\xef\xce\x03\x0f\xda\xff\xa8\xba\x8d\x3b\xb5\x0d\x6e\x08\x23\x5c\xc9\x57\xa2\x5a\xbf\x57\xed\x48\xfb\xa2\xe1\x3f\xea\x79\x74\x5a\xeb\x09\x86\x3d\xbd\x11\x15\x17\x99\x45\x84\x6d\xbe\x66\x69\xd9\x34\x48\xfd\xf7\x73\x45\x85\x83\x92\x2e\x1b\x61\xbb\x14\xc4\x80\xa7\x40\xfb\x53\x78\x7e\x24\xaf\x28\x6b\x45\xc5\x04\xf5\xc9\x01\x82\x00\x08\xe9\x02\x04\x9f\x77\xaa\xb2\xc6\xf9\xd6\x65\x3f\x53\x14\xe6\x2f\xba\xb4\x0e\x16\x6f\xf2\xdb\x5a\xa0\x79\xaf\xc7\xb5\x89\xac\xfc\x55\x1f\x2b\x19\x65\x88\xf7\x78\xe0\x1c\x87\x5c\xa1\x4f\x99\xe6\x30\xcf\x67\x75\xf7\x7d\xdf\x7b\x99\xb3\xe7\x6c\x80\x43\x6f\xef\xe8\x7b\x99\x4d\xd4\x66\xc8\x76\x6f\xe6\xb5\x2e\xbb\xc6\x57\xf2\xae\x2b\x27\xe6\x8c\x09\x6f\x88\x51\xbd\x8e\x12\x77\xed\x1c\x79\x7a\x43\x4c\x68\x02\x37\x49\xe6\x18\xb8\x4a\xd8\xab\xd4\xf5\xc0\x66\xb3\x42\xbf\xd2\xc4\x44\x4b\x9b\x08\x33\x69\x92\x7c\x0e\x8b\xb2\x83\x1b\x54\x37\xa4\xfd\xf1\x7e\x4b\xbe\xfe\x85\xb6\xa0\xa8\x0c\x8d\x6c\x11\xba\x7c\x46\xbc\xc4\x98\x5e\x05\x81\x2c\xa9\xe1\xd0\xe8\xc4\xbb\x1d\x97\x1f\x9b\x2b\x83\xb6\xaf\x1a\x46\x0a\x3a\xa7\x35\x9a\xcd\xe0\x7f\xc3\x56\x5b\x7a\xf3\xb2\x2e\x38\xa6\x08\x61\x78\xc7\x74\xd3\x91\xd6\x80\xeb\x0b\x13\xcd\xdf\xed\xe8\xa6\x2e\x34\x0b\xc2\x31\xad\x17\xaa\x91\xb7\xd8\x55\xf3\x30\x67\x14\xd6\xc1\x96\x51\x76\x10\x5c\x05\xee\xaf\x14\x52\xd6\x87\x13\x48\x79\x7e\x73\x35\xc5\xec\x3e\xe4\x93\xf0\x1f\x81\xdc\xa0\xfa\xbb\xcc\x3e\xfd\xff\xd8\xfb\xf7\xf6\x36\x6e\x24\x51\x1c\xfe\x9f\x9f\x82\xec\xcd\x61\x1a\x47\x20\x2d\xd9\x49\x26\x4b\xa7\xad\xf1\x75\xe2\x5d\x3b\xf6\xc6\x9e\x4b\x0e\x87\xaf\xdc\x62\x83\x12\xd6\x2d\x80\x83\x06\x25\x2b\x64\x7f\xf7\xf7\x41\xe1\xd2\x40\x5f\x48\x4a\xb2\x93\xd9\xdf\xce\x4c\x1e\x8b\x8d\x3b\x0a\x85\x42\xa1\x50\x17\xe7\xad\xdb\xa8\xf5\x36\x83\x40\xd7\xc8\x4d\x3d\xdc\x33\xa9\xc5\x8e\x28\x17\x94\x65\x6d\x38\xad\xd2\xbd\x65\x2c\xc3\xef\x8a\x71\xe1\xda\xdb\x07\x8d\x25\xc2\x45\xf2\x06\xa4\x8b\x38\x77\x30\xce\x39\xff\xb8\x5a\xc6\x45\x35\xdf\x44\x54\x5e\xbd\x9c\x11\xed\x0b\x2e\x5e\x66\x50\xf7\xf8\xbd\xd5\x33\xa8\x3a\xcc\x15\x63\x04\x2f\x0c\x70\xfa\xfc\x5b\x95\xd5\xff\x6a\xcd\x4a\xed\x0f\x82\x66\x93\xfe\x57\x6b\x59\x7e\xb0\x96\xe5\xe0\x32\xf1\x3a\x74\xb7\xa0\x5a\x2a\x4f\x6a\x73\x03\x1f\x0b\x63\xad\x79\x1b\x6a\x26\xdb\x1b\x05\x1c\xc5\xbe\x83\xb5\xc6\x9b\x89\x74\x4e\x6b\xfd\x55\x6e\x31\xb5\xa9\xfc\x57\x9b\x1e\xc1\xa1\x2a\x1c\xa3\x3f\x7b\x31\x1c\xda\x53\x4d\xe4\x0c\x74\xdc\x35\xbc\x49\x0c\x6f\xe3\x12\x18\xb9\x33\xc1\x57\xcc\xd4\x07\x49\x6a\x33\x71\x60\x7b\x79\x52\xcb\xd2\xfd\x6d\x36\xdb\xf3\xed\x78\x9c\xbf\xb2\xe6\x88\xf0\x16\x59\x2a\x41\xd6\x09\x7e\x6d\x99\x7c\xc2\x51\x73\xf8\xad\x9d\x21\x2c\x2d\xec\xc8\xd8\x77\x07\xe1\x32\x10\xf6\xd1\x08\xb4\x98\x9a\x3d\x74\xa2\x14\xf1\xd5\xfb\x3d\xe4\x22\x8a\x3e\x7c\x30\x63\xee\x68\xb4\x32\xeb\x73\xda\x53\xdd\xab\x45\x7c\xf7\x6c\xc7\x24\x0c\x74\x39\xd9\x0a\xb9\xd2\xc0\x2d\x2b\xea\x0f\x86\x95\x07\x13\xab\x40\xa1\x70\xd3\x90\xd4\x86\x96\x98\x98\x52\xe3\x9e\xc2\xdb\x15\x0c\xcb\x29\x9d\x39\x9c\x7d\x1b\x7b\x43\x49\x41\xa4\xac\x25\xd6\xe6\x2d\x51\x0b\x97\x6b\xd0\x84\xb1\xf5\xf9\x42\x6f\x51\x1b\x10\xe4\x03\x2c\xb9\x82\x80\xbf\x01\xed\xa6\xaa\x9e\xdb\x3b\x1e\x95\xfc\x87\x4c\xda\x78\xb7\x44\xfe\x83\x52\x51\x26\x14\xe7\x37\x12\xe5\x5b\xa4\x86\x9e\x52\xb4\xed\x5d\xd3\xe0\x8a\x7e\xd9\x2c\xca\xaf\x2b\x34\xf9\x5a\xcd\xf7\xeb\x0f\x78\x5d\xf1\x94\x93\x79\x99\xd0\x9d\xaf\x92\xb4\x45\xec\xaf\x6e\x19\xfa\x51\x46\xcb\xfc\x6d\x78\x13\x0b\x1f\x0a\x6f\x48\xe3\x9c\x66\xc9\x5c\xc7\x4b\x35\xef\x00\x14\x95\x58\xfb\x46\x15\xfc\xaa\x4f\xc7\x95\x67\x43\xd0\x4a\x34\x98\x39\x1c\xd2\x7a\x2c\x21\x52\xea\x85\x6c\x79\x25\xd0\x33\xfd\x80\x8c\xee\x82\x47\xe8\x8c\xae\x10\x26\x3a\x2e\xa8\xda\x27\x58\x87\xb8\x08\x90\xbe\xf2\xf7\xd9\x86\xad\xc4\xc3\xd6\xc3\x87\xac\x92\x5c\x5a\xcf\x48\x49\xeb\x3e\x9a\xb2\x99\xe7\x09\xb7\xc3\xec\x40\xd4\x87\xf2\xfe\x5c\xf0\xd5\xd9\xf9\x0b\xef\x3e\xd5\x1a\x5f\xc0\xbc\x85\xda\x23\x7c\xaf\xeb\x4c\x8f\x8c\x7d\xbf\x94\x96\x39\x23\x9e\x89\x7c\x13\xbf\x91\xa6\x2e\xf0\x80\xd3\xb8\xea\x8d\xc3\x39\x33\x38\x80\x9d\x4b\xf7\xb5\x7e\x1c\x1e\x0e\x07\xf5\x87\x34\x08\xa5\xa1\xe6\x51\xa1\x09\x53\xff\x86\x7e\x42\x8d\xb3\x22\x8f\x23\x19\x34\x34\x8b\xc4\x84\x94\xf0\xfa\xac\x11\x8a\xf8\x08\x45\x7c\x84\xaa\x33\x18\x58\x96\x75\xd8\xbb\x43\xb7\x46\xf0\x2a\xa5\x99\x20\xb9\x67\x1e\xb1\x85\xf7\x1c\xca\xca\x84\x38\x06\xd1\x8b\x3d\xf5\x01\x3a\xa0\xec\x0c\xa8\xce\xd7\x3e\xf1\x16\xe5\x07\xfd\x90\x19\xba\x72\xc1\x86\x1a\x88\x09\x75\xb1\x92\x64\x09\x31\x43\xcc\x20\x6a\xcb\x99\x22\x7c\xe8\x1c\x3f\xf9\x57\xf5\x71\x41\x7f\x25\xc3\xe1\x57\x3b\x34\x4f\xe0\x55\xe1\x71\x9e\xbf\xf5\xaa\x92\x02\xf9\xae\xe2\x83\x66\x71\x9e\x68\x55\x7b\xd6\xe4\x21\xf2\xe1\x30\x06\xdd\x48\x6d\xf4\xc0\x70\x8e\x9c\x76\x23\x47\x38\x2d\xdb\x3b\x6b\x8d\xa5\xd4\x50\xa3\x71\x76\x84\xc1\x24\xad\xa2\x4b\xf3\x41\x07\xf2\xd5\x6e\xb0\xd1\x9f\x51\x8b\x3c\xc3\x6a\xbc\xd4\x9e\x57\xfc\xba\x75\x0a\x01\xa0\x63\x95\x8d\xa6\x51\x66\xa5\x10\x45\xc3\xea\x69\x28\x7e\x69\xce\xd3\x9c\x14\x73\xf2\x02\x08\xa5\xde\x8b\x98\x3b\xe5\x19\x9c\x7a\xc4\x86\x23\xdc\xae\x44\x9f\xfb\x66\xf1\x46\xe7\x94\xfb\xca\xa6\xc4\x2a\x9b\x06\x88\xd4\x4b\xa7\xab\x59\x92\x61\x70\x41\x17\x67\x78\x6e\xc3\x10\x20\x5c\x4c\xb3\x31\xcd\x66\xc9\xbc\x7a\xa7\x3e\xaf\x54\x89\xc4\x38\x3c\x0e\xc3\x66\x31\x71\xed\xf4\xdc\xc1\x25\xdc\x09\x26\x3d\x45\x93\x45\x1d\x6e\x6d\xb3\xdb\xed\xdf\x0b\xa7\x49\x31\xe5\x6a\xc0\xe0\x2f\x4c\xff\x4c\x38\x4e\x51\xda\xec\x9f\xa3\xd2\xf6\x67\x55\x74\xf1\xbc\xf2\x2e\xb7\xfa\x61\x5e\x41\x2e\x4b\xe4\x74\x35\xeb\x09\x0d\x8d\xcd\xc6\xa0\x69\xe6\xeb\xe0\x2e\xe3\xdc\x9b\xd1\x72\x3f\x55\x28\x7d\x76\xc2\x93\x16\x4f\x8a\x29\x85\xb1\x83\xf4\xd3\x1b\xaf\x02\x45\x2c\x37\x1b\xcf\x14\xe7\xf9\xa7\x25\x38\xf8\x80\x23\x9b\x6a\x7f\xcd\xa7\xa4\xbf\x14\xa4\x20\xcc\xa8\x7f\x93\xbe\x41\xba\xfe\x52\xf0\x4b\x9a\x91\xcc\x1e\x88\xb8\x7f\xba\x92\x7d\x2a\x41\x11\x89\x71\xd9\x5f\x28\x6a\x38\x56\xfc\x4d\x49\x17\x31\xad\xc6\x7d\x81\x2f\x43\xc4\x3b\x4b\x0e\x1f\x9e\xfd\xc0\x1f\x9e\x1d\x1c\xa0\xcb\xe9\xd9\x2c\x49\xa7\x67\xb3\x3a\x33\x93\xc3\x9e\x7f\x87\x2a\x5d\xe9\xd3\xe4\x10\x5f\x27\xf1\x45\xc2\xc6\x8a\x13\x5f\x1a\x4b\xaf\x17\x5c\xbc\x30\x9b\xe0\xb8\x33\x47\x33\xea\x97\x68\x32\xbd\x9c\x21\x0b\xc1\xd3\x1f\xae\x1f\x9e\x2a\x08\xda\x1e\x4e\x92\x8b\xe9\xe9\x0c\x5f\xc1\x1f\xbb\x6b\x9e\x7b\x83\xbf\x42\xf8\x53\xf8\xf9\x26\x39\x7c\xf8\xe6\x87\xab\x87\x6f\xec\x4a\xbc\x4b\x4e\xa6\x6f\x66\x35\x8f\x59\xbd\x4f\xd3\x37\xb3\xe4\x1d\x7e\x0e\x7f\xd4\x39\x47\x17\xf1\xd5\xa3\x23\x14\x84\x97\x7b\x49\x62\x86\x05\x96\xf8\x39\x26\x38\x6f\x44\xaa\x53\xa8\x00\x5a\xce\x25\x42\xe3\x79\x2a\xeb\xda\x76\x26\xaa\x16\x42\x25\x8a\x3f\x69\x55\xe8\x3e\x5d\xc4\xea\x3e\xf4\xdc\xb2\x16\xeb\xf3\xb8\x98\x7e\x9a\x1e\xce\x14\x92\xa0\xb2\xd4\x8f\x11\x76\xfe\xaf\x93\xc3\x87\xaf\x7f\xe0\x0f\x5f\x1f\x1c\x20\xc5\x59\xbc\x9e\x21\x2d\x37\xb4\x81\xbc\x3d\x66\xf5\x4d\xac\x39\xea\x58\x56\xca\x34\xb5\x4b\xaf\x40\xe3\x7a\x70\xee\x25\x21\x1f\x9b\x8c\xaf\x09\x97\x45\x8d\x0a\x69\xdb\xd5\x18\xdc\xc4\x19\xc6\xf7\x0d\x7c\x75\x74\x9a\x86\x01\x94\x3c\x4b\x71\x10\x67\x79\xc2\x00\xd3\x7f\xdb\xd1\xda\xab\x33\x78\xac\x66\xef\xda\x3c\xcf\xcb\xda\x80\xbd\xe9\x69\x09\x8b\x06\x57\x36\x51\xb3\x2c\xb1\x7d\x34\xd2\xef\x15\xcd\x28\x60\x48\x51\xeb\xe1\xf0\x4f\x5e\xa1\x6a\x10\x83\x01\xbc\x62\x55\x41\x95\xcd\xdb\x55\xa3\xe7\x37\x31\xd9\xb5\x42\x3e\xb0\x9c\x62\xe3\x9d\x79\xd4\xae\x0b\xe2\xbe\xcc\xaa\x17\x0c\x68\xa7\xa2\x9d\x7f\x27\x12\x2d\x77\xa2\x40\x85\x93\x9a\x68\x50\x39\x18\x8f\x34\x1c\xe5\xb1\x63\x36\x61\xe3\x73\x41\x16\x78\x65\x34\x3d\xed\x30\x24\x4e\x71\x8e\x29\xc2\xf3\xce\x4b\x91\x29\x6a\xf5\x3d\xbd\x5b\xf4\xd7\x7d\x4d\x65\x75\xb8\xb4\xaf\x3f\xd8\xcb\xd0\x2a\xf9\x35\x5e\x25\x7f\x8e\x57\x58\xe2\x39\xc2\x2f\xe2\x27\x58\xa0\x7d\xf4\xa1\xec\x3c\xea\x3a\x9b\x66\x08\xd5\x0d\x89\x25\xaf\x88\x76\x9d\xa1\xc6\xde\x50\xe2\xdc\x72\xd7\xa9\x8f\xdf\x28\xdb\x05\xf3\x68\xb9\x0b\x91\xc0\xa7\x8d\x11\xd7\x69\xdd\xc2\xed\x31\x9e\xdc\x3a\x07\x8e\x7f\x3c\x1c\xb1\xa7\xee\x74\x16\x04\x15\xf1\xef\x61\x06\x2a\x81\xea\xa6\x71\x42\x34\xe1\xf8\x3c\x0d\xc2\x1e\x92\xcc\xb8\xd8\x9c\xa4\x2a\xeb\x31\xbb\xf6\xdf\xab\x20\x52\x58\x81\xc3\x96\x00\xa7\x27\x39\x2e\xea\x2e\x9c\x26\xab\xb2\xee\x9a\x09\xcf\x93\xff\xb4\x71\xa4\x90\xf6\x5d\x04\xfa\x7f\xe0\x97\x58\xfd\xd0\xe2\x7d\x92\x0d\x87\x71\x8b\x53\x52\xea\x63\xdf\x66\x53\xf9\x0e\x75\xb7\x9a\xd5\x66\x93\x6e\x36\x7c\xb3\x19\xcc\x87\xc3\x41\x1e\x7a\x15\x08\x51\xb7\xd6\x23\xc0\xb9\xa7\xb9\x92\x42\xd5\xc5\xe7\x49\xba\xd9\xe4\xc3\x61\x4d\x0f\xd7\xf6\x45\xcc\x05\xca\xd8\x9d\x81\x35\xc0\x6a\x38\x1c\xf0\xe1\x30\xce\x36\x9b\x73\x43\x9b\x17\x66\x74\xa1\x3f\xcc\xce\x60\x77\x04\x85\x64\xd5\xd1\x9f\x85\xc2\x16\xba\x88\x61\x6c\xaa\x79\x68\x7d\x79\xb7\xd6\x5b\xee\xe2\x4b\xcc\xdc\x11\xd1\x8e\x68\xe5\xd6\x60\x76\x8e\x8b\x9d\xce\xbc\xa8\xfb\xc4\x5c\x47\x63\x79\xe3\x01\x83\x36\xe7\xd6\xa8\x98\xbf\x31\xf5\xab\x06\xb2\x07\xfd\x73\x85\xb5\xd8\xcb\x27\x20\x7d\x75\x05\x35\x64\xe3\xcb\x51\x3f\x37\x00\x8f\xfe\xe9\x00\x9c\x71\x17\x1d\x34\x0f\x09\xdb\xa9\xe1\x96\xb9\xdc\x94\x02\x2a\xdc\x73\xc3\x7c\x45\xd9\x47\xad\x9b\x50\xa7\x81\x3e\x36\xb5\x53\x8d\x63\xb7\x65\xfc\x35\x6a\xdb\xe8\x0e\x9e\xe4\x98\x34\xc2\x56\xa2\x49\x0b\xe2\x43\x46\xb9\x2b\xea\xea\xde\x04\x1b\x9a\x33\x24\x5b\xef\x88\xe3\x5d\x5b\xc1\x8f\x82\xfa\xcf\x47\xcd\x71\x96\x6c\x21\xe6\x75\xba\xac\xa8\x25\x1d\x0e\xa9\x2f\xec\x46\x4e\x80\x19\xc8\x7a\x2a\x89\x2c\xf5\x57\x0a\x9a\xa8\xbd\xcd\xec\x89\x49\x00\xf6\x73\x45\xe5\x61\x30\x78\x61\x08\xbd\x86\x30\x5e\x26\xb5\x83\x45\xfb\x70\x70\x9f\x01\xa5\x3f\xdf\x6c\x16\x6e\xe4\xcb\xe3\xae\x95\xde\xf2\xfe\x44\xed\x88\x2e\x92\xc1\x52\xbb\xe5\x75\x5d\x8d\x69\xe6\xc4\xba\xc3\xe1\x45\x5b\xf3\x21\x50\x26\x74\x38\x1c\x2c\x5b\x5f\x17\xa8\x43\xfb\x26\x2c\xbb\x11\x5e\xfb\x82\x08\x9e\xf7\xd6\x65\x0f\x5e\x28\x43\xff\x58\x60\xed\xbd\xc3\x87\x96\x45\x78\x5e\xd7\x6d\x34\x2e\x27\xa8\x09\x38\x09\x64\xc1\xeb\xd9\xdb\xfd\x6f\xe3\x6d\xd4\x3e\x50\xed\xef\xd1\x84\x6e\x36\xb2\xcd\xbd\xf2\x6e\xeb\x4a\x87\x27\xfb\x6b\xfe\x1b\xb7\x19\x38\x35\x63\xda\x4b\xed\x5f\x7b\xf9\x30\x26\x42\x35\x32\xcf\xbb\x94\xfe\x53\x47\xe1\x8d\xf3\x0e\x38\xd2\x4e\x8c\x8c\xcf\x61\xcc\x31\x1d\xb7\x38\xeb\x28\x30\x47\x13\x9a\xdc\x1e\x2e\x58\xb5\x80\xe9\x0e\xfb\x01\x3d\x31\x30\x7c\x6a\x9e\x06\xb5\x33\xc0\xa0\x59\xe7\x5b\x72\x93\xab\x85\x90\xb9\xeb\x32\x78\x31\x6f\xe0\x63\xba\x13\x1f\xf1\xe3\x16\x74\x72\x5e\x12\x02\x3b\x91\xf4\x66\x78\xe0\xde\x8d\x38\x34\xe9\x70\x21\x4d\xfe\x1c\xa7\xdb\x70\xa1\x7a\x45\x6a\xc1\x88\x4e\x33\x10\x1e\x62\x44\xfd\x4d\x68\x6f\x43\x35\x7f\x08\x7a\xed\xa8\xf3\x05\x8b\xd3\x1d\xc7\xa6\xbe\xa3\x82\x41\x7c\x28\xc8\xe8\x35\xa9\x34\x58\xa1\x98\x10\x72\x95\xf5\x8d\xb4\xec\x80\x69\xa4\xdd\x4b\xa1\x1f\xcd\x31\x54\xa0\x80\x50\xad\xe1\xab\x7d\xb7\xd5\xfd\x21\xc2\x6f\xe3\x17\x24\x66\x16\x19\x45\x15\x99\xb1\x61\x03\x24\x9c\xa0\x01\x8c\x79\xdd\x43\x7d\x1c\xbe\xc9\x3f\xce\xf3\xfa\x33\xbd\x75\xe9\x85\x29\xf2\x1e\xd7\xbd\xe2\x10\x87\xd6\x0a\x11\x8e\xe3\x9b\x0d\xd8\x3e\xef\x8b\xb6\xe7\xfd\xb6\xc4\xce\xe7\xfd\xc7\x79\xde\xfd\xb6\xef\x4d\x42\x5d\xb3\xb6\x8e\xb1\x36\x42\x1c\x3c\x15\xd7\x77\x8e\x44\x08\x35\xbd\x29\x74\x68\x81\x8e\xeb\x05\x4b\x8b\x3b\xee\xd6\xd1\x40\xb7\x96\x56\x5a\x7c\x2d\x48\xab\x16\x13\x34\x66\x44\x43\x81\x85\x2a\x41\xce\x44\xd7\x77\xad\x00\xfd\xda\x1c\x81\xca\x72\x41\x73\x1d\x5a\xa4\xb4\xc7\xf0\xbb\xf4\xb2\xa6\x6e\xdc\x50\x19\x11\xe6\x52\x7c\x62\x35\x85\x5f\xac\xf2\xfc\xba\x8a\x36\xe8\xb6\xb3\x23\x3c\xa0\xf8\x60\xdf\xa4\x5a\x22\xb2\x35\x35\x52\xb5\x8c\x7d\x6d\xdd\x3a\x4e\x58\xf5\xdc\x25\x4b\x84\xbd\xb7\xaa\x37\x6c\xbe\xe5\xbd\xea\x6d\xd5\x24\x2a\xeb\x29\xed\x9e\x54\xa0\x7b\x13\x05\xbc\xd7\xa6\x2a\xeb\x59\xae\x1c\x62\x51\x09\xf6\xe5\x0f\x02\x7c\xb6\x38\x5b\x15\x39\x03\x67\xd8\x76\x12\x98\x83\x67\x6c\x3d\x0d\x78\xa8\x0b\xf9\x68\x5c\x34\xa8\x45\xea\xdf\x48\x72\xc3\xf2\xf5\x22\xc1\xb9\x75\xe3\x96\x8d\x8b\xf4\x52\x47\x88\x4a\x83\x60\x3b\x55\x4c\x9a\xe3\x38\x4f\xd2\x31\x84\xaa\x8a\xd1\x71\xe4\x6b\xba\x45\x93\xd4\x0f\x14\x79\x1c\xf9\x5a\x58\xd1\x24\xf2\xbd\xef\x47\xd8\x3d\x4c\xc4\xbf\x90\x58\x43\x19\x6e\x96\x08\x4d\xaa\x2c\x54\x96\x19\xcd\x14\xa8\x5a\x4e\xca\x9e\x04\x9d\x3e\xf3\xc0\x6b\xe8\x98\x11\xa8\xc2\x8b\x97\xf7\xd2\x1c\x8e\x45\x07\xd3\x61\xf0\xf0\xef\x0d\xca\xd7\xd0\xc7\x0c\x61\x87\x5e\x55\x64\x02\x67\x21\xf0\xd7\xb4\x30\x2e\xdb\xed\x98\xfc\xd2\x9e\xdf\x7b\xe9\xd5\x30\x0e\xd7\xd5\x51\xe1\x97\xd6\xc9\xb2\x55\xb3\xdf\xca\x6a\x5b\xb4\xfa\x4f\xc0\x6b\xb8\xdb\xba\x20\x8b\x37\x57\x62\x1a\xab\xd9\x23\xcc\x40\xdc\x04\xde\x9a\xeb\xca\x68\x12\x83\xca\x9a\x5e\x7e\xf3\xb4\xab\xdd\x84\xb7\x2f\x3c\x2e\x12\x43\x76\x83\x7c\xf3\xe8\x3d\x1c\x0e\xe0\x96\x50\x6c\x36\xa9\x1e\x50\x9e\x08\x3f\x5e\xe5\xca\x89\xba\x3b\x20\x9e\x63\x82\x7a\xab\x81\x7d\xce\x5d\x35\x47\xac\x8e\x5b\xdf\x03\xb9\x8b\xfd\x8a\x0b\xf3\x70\xbb\x47\x58\x11\x70\x35\x62\x5c\x68\x05\xce\x66\x4c\x5a\x97\xa7\x92\x2a\xbc\x0b\x09\xef\x11\xe6\xf6\x22\x8f\xd5\x8f\x49\xe8\x0a\xd4\x36\x1a\xea\xc9\x76\xaa\x7c\x02\x37\x06\xbe\x34\xb4\x71\xaf\x8e\x3e\x0e\xd1\xaf\x80\x38\xb0\x3a\x71\xa8\x46\x1e\x5e\xb0\x18\xb8\x17\xa2\x8b\xb8\x55\x90\x87\xd6\x22\x09\x44\x79\x66\xeb\x54\x02\x7e\x61\x62\x6e\x81\x0b\x29\xdd\x15\x9d\xca\x59\xd2\xd5\x9f\x6e\x0d\x3a\xb5\x9c\xb8\xff\xe6\xe2\x2e\x77\x06\x46\x5b\x5b\x41\xa5\x81\x5b\x2d\x53\x6d\x19\x2f\x0c\x8f\xf5\xf0\xa1\xb7\x00\xac\xe8\x5b\xcd\xd4\x79\xac\x18\x66\x26\xa6\x20\x4b\x64\x70\x11\x33\xee\x72\x43\x71\x92\x31\xca\x61\x09\xc1\xad\x05\xa2\x74\xb9\xcc\x8d\xd5\x85\x62\x34\xc7\x7e\xa7\x9a\x65\x44\x26\x84\xb7\x1f\x55\x3f\xbc\xcd\x59\x85\x47\x2b\x95\x15\x55\xa5\x6e\x71\x9f\xad\x54\x95\xd0\x72\xa4\x2d\x42\xc4\x75\xed\xad\xe7\x8c\xc8\x27\xd7\x5e\x7e\xb3\xf2\xcb\x0e\x63\x9c\x8e\x57\x23\xa6\xc8\x95\x01\x8f\xff\x98\x56\x16\x01\xb5\x46\xeb\xc0\xca\xf1\xe7\x46\x48\x88\xf2\xc4\x3f\x43\x6c\x3c\x2b\x7f\x91\xeb\xf9\x5a\xba\xe6\xe9\x58\x69\x9d\xaf\x86\x9d\x4a\xa8\x87\x5d\x99\x74\xd9\x2b\x8f\xe5\x6f\x7e\x25\xc3\x61\xfc\x2b\x49\x64\x1c\xfd\x91\x28\xbe\x6d\xa4\xf0\xf0\x9e\xa6\x1c\xfa\xf7\x68\x29\xe8\x65\x2a\x49\x84\xc6\x55\x6b\x36\x18\xc3\x75\x05\xe2\x4e\x1b\x25\x63\xe2\x05\x71\x92\x70\x4e\xb3\x09\x2b\x03\xbf\xf3\xbf\x92\x98\x63\x8a\xca\x93\x93\x9a\x01\x9a\x25\x52\xfb\x74\xd2\xca\x07\xda\x96\x24\x38\xdd\x6a\x98\xb7\xd9\x98\x2c\x86\xd5\x3f\xd4\x4e\x14\x62\xd1\xaa\x1f\x6e\xa0\xae\x86\x6f\xdc\x29\x07\xca\xe1\xa2\xa9\x1c\x8e\x26\x0d\x32\x4e\x10\xfe\x29\x06\xeb\x4c\x71\x01\xd8\xd3\xf2\x08\xdc\xb2\xfb\x84\xbb\x14\xfb\x02\x0f\x27\xdf\xad\x5a\xa3\xea\x4e\xc5\xc8\xd5\x53\x13\xb5\x29\xf6\x2d\x53\x9c\x8f\xb6\x96\x2d\x12\xfa\xe2\x2a\x83\x7b\x96\xc7\x6b\xe3\x75\x60\x5e\x35\x11\xa5\x53\xce\x31\x91\x4c\x98\x8b\x57\x61\x88\x8e\x73\x2c\xf7\xe6\x8a\xb9\xa8\x86\x8e\xc5\x1e\x24\x49\xcc\xd4\x7d\x48\xc3\xc7\xba\x7f\x99\x44\x07\xea\xaa\xd0\xb8\xd4\x31\xeb\xda\xd4\xa8\x17\x69\x9b\x06\x4d\xea\xfc\x06\x75\x88\x3a\x43\xaf\x36\x9b\x66\xfb\x01\x39\xdb\xbf\xa3\xa0\x5d\xe8\xd8\x48\xa2\x3c\x76\x73\xb3\x89\x46\xff\x5d\x70\x36\x4a\x97\x34\x0a\x15\xb6\xf4\xe0\xd2\x63\x31\x4d\x67\x6d\xa3\x8a\x0e\x52\x34\xd1\x45\x83\xab\x61\xd7\x68\xa6\x29\xcc\x1e\xfc\x7c\x88\xa9\xd7\x6d\x6b\xeb\x55\xb6\xef\xfb\xb7\xb3\x6d\xbf\x39\xe8\xa5\x0c\x91\xb2\x8e\x18\x35\x83\xba\x3d\x70\xc3\x77\x47\xb8\x05\x3b\x52\x37\x93\xaa\x8b\xcf\x8c\x20\xad\x5d\x7c\x56\x1c\x69\x5e\x49\xea\x16\x01\x7a\x60\xb1\xb7\x63\xe2\x02\x47\x19\x59\xa4\xab\x5c\xbe\x73\xc3\x8a\x10\x3a\x16\x53\x3a\xeb\x18\x74\x74\x40\x6f\x86\x42\x34\x44\x21\xd3\x5f\xd4\xd5\xbe\x2b\xb0\x27\x0e\xb9\xf6\x34\x0a\x55\x4e\xbb\x5c\x0c\xce\xca\xcd\xa6\x4f\x5a\x42\x06\xd5\xcf\x99\x92\x59\xaf\xe5\xb5\x58\x5a\x53\x57\xed\x99\xdb\x79\xef\xb2\x3a\x1c\x55\x37\x35\x44\xb5\x67\x7e\x6b\xe6\x54\xb4\x76\xc6\xaa\xce\x98\xd7\x99\x59\x4f\x30\x7e\xf5\x92\x43\x77\x6a\x3a\x37\x48\xeb\xb2\x83\xad\xda\xc0\xf6\x0c\xcc\xc2\x3a\x95\x18\x03\x95\x27\xf6\x76\x51\xb1\x1c\x70\x4f\x51\x3b\xb5\x8a\x54\xda\x66\x98\x5a\xf9\xd5\xdd\xc2\xa5\x37\xb2\x6e\xe4\xf3\xe3\xcf\x2d\xdd\x02\xbb\xdb\x99\x1b\xc4\x69\xed\x1e\x3b\xee\x10\x1e\x90\xa9\x9c\x69\xd1\xc5\xd3\x94\x71\x46\xe7\x69\x1e\xa3\x9e\x17\xae\xb4\x35\x1a\x6b\x1b\xa8\x42\x89\x7a\x05\xab\x5d\x7a\xbe\xc1\xd4\xc2\x46\x6a\xf3\xae\xc9\xec\x3b\x27\x1e\x96\xdb\x3a\xf3\xee\x80\xb2\x3e\x0c\x2a\x55\xcb\x5f\x1a\x9e\x07\x58\x5d\xaa\xc2\x13\xe6\x79\x7d\x0a\x9e\x5f\xf8\x0d\x7c\x26\x4d\xc5\x4c\x3f\x9b\x20\x84\xf3\xa4\x2e\xdf\xe6\xce\xe6\xc2\xca\xab\x53\x96\xf5\xb5\xbb\x82\x7e\x7a\xca\x57\x12\x34\xb9\xad\x39\x89\x1a\x3a\x3c\x4f\xd3\xea\x51\xbd\x48\x7e\x75\x8f\x30\x2b\xfd\xa8\x4e\xfd\x47\xf5\x58\x6e\xb9\x87\x72\x5c\xe0\x55\x4f\x71\xc5\x31\x4f\x7e\x04\x3b\x0d\x78\x7f\x51\xcc\xb6\x40\xc8\xdd\x4f\x87\xc3\x78\x95\xf0\xca\x51\x15\x78\x50\x86\x3b\x1c\x96\xe3\x50\x6e\x43\xb1\x8e\x9b\x5a\x94\x58\x20\xbc\x52\xf4\x49\x5f\x8e\x75\x32\x48\xe8\x6d\x3b\x93\x55\x89\x4a\x84\x29\xc2\x81\x62\xa4\xe6\x53\xc9\x70\x38\xd0\xef\x94\xb4\x78\xec\xc5\x92\x1c\x0e\x23\x3f\x84\x5e\x04\x45\xe6\x3c\x23\xc7\xb1\x48\x5a\xa8\x57\x3e\x26\x1a\xb6\xda\xdf\xcd\x71\xed\x3b\xae\xa6\x8c\x26\xcf\x62\xa2\x23\x61\x16\x3a\xac\x6d\x4d\xfe\x43\xb1\xc0\x04\xa1\x89\x97\xa5\x25\x3a\x14\x43\x3c\x4a\x30\x15\x28\x11\x5e\x79\x5a\xbd\xff\x19\x70\xbd\xd7\xdd\x82\x07\x0d\xcf\xe3\x81\x31\x5e\x10\x24\x5b\xcd\x49\x0c\xf1\x60\x93\x47\x72\xb3\xf9\x2f\xa2\x6f\x34\xa8\x32\x3f\x50\x8c\xfe\xc4\x54\xd8\x6c\x06\xa6\x84\x69\xa9\x2a\x56\x0d\xe6\xbf\x6a\x42\x5a\xb9\xf5\x96\x21\x7c\xc7\xf9\x9d\x37\x50\xe6\xb5\xff\x1f\xf5\xf6\xd5\x89\x42\x17\xf1\x40\x6b\x0d\xc4\xac\xdd\x1b\x60\x8d\x2f\x22\x68\xbc\x48\xe7\x92\x0b\x10\x5f\xeb\x08\x31\xc0\x02\x95\xda\xfa\x77\xb3\x89\x59\xf2\x17\xa2\x3f\xf0\x80\x05\x41\xe3\xec\x76\x06\x07\x0e\xf0\x14\x3f\xa6\xda\xd8\x17\xd1\x6a\x43\x0f\x87\x46\x5d\x7c\x29\xb8\xe4\x0a\x53\xc6\xe7\x69\xf1\xe6\x8a\x59\x47\x2e\x3a\x06\x15\xc5\x5e\x7c\x1a\xb4\xd9\x98\x4a\xda\x35\xa3\x0b\x1d\x1c\x94\xc2\xeb\xcb\x34\x5f\x29\x86\x10\xf5\x20\x86\x36\x73\x02\x92\x52\xcf\xb3\x56\xfb\x4f\xa4\x1a\x84\xe3\x80\x0c\xc2\x47\xb8\x1e\x2e\x27\xb5\x19\x7e\xb0\x1c\x8f\x78\x6e\x63\xcb\x9b\x3c\x59\x89\x10\xc2\x7f\x21\x49\x33\xf0\xce\x3f\xc8\x66\x13\xff\xa3\x71\x55\x86\x79\xfa\x97\xe4\x13\x4b\x15\x5f\xd3\x4f\x94\x21\xfc\x0f\x52\x0b\xa1\x51\xf9\x4d\xfb\x5b\xa5\x40\xe5\x46\x94\x70\xd0\x9a\xd2\x01\xa5\xc8\xf8\x23\xb9\x46\xd8\x77\xf3\x47\x4c\x28\xc3\x58\x26\x62\x5c\x50\x76\xb6\xca\x53\xa1\xee\x7e\x10\xbd\xd1\xf8\x5e\xfb\x7f\xed\xbe\xd7\x20\x00\x56\x97\xe7\x35\x88\x5a\x15\xd9\xc8\xc1\x9e\x9f\xa3\x66\xa2\xf1\x39\xe4\x42\xf0\x9e\x9c\x9c\xa7\xc5\xd3\x34\x9f\xeb\x17\x64\xa3\x86\xe2\x9c\x3a\xe8\x08\xfe\xce\x33\x78\x2d\xf8\x97\x2e\xdb\x92\x66\x7b\xf1\xb3\xea\x4d\x91\x7a\x0a\x38\x73\xf8\x48\xae\xeb\x01\x93\x20\x76\x26\xb9\xd6\xd9\x94\x65\xad\xf9\x94\x65\x37\x88\xf0\xf5\x37\x12\xbb\xba\xc8\x0f\x39\x06\x6d\x18\xab\x8d\xb6\x7e\x4c\x16\x14\x63\xcd\xf0\x5f\x50\x46\xa5\x97\xbe\xb3\x29\x8f\x3a\x0c\x2a\x16\xa5\x15\xf0\x96\x8d\x9b\xdb\x0c\x93\xae\x6d\x5e\x1b\xeb\x5b\xd6\x5d\x49\x7d\xa1\xae\x4c\xf3\x65\x7b\x61\x27\xb5\xdc\x8a\x51\x87\xe6\xe6\xc8\x71\x8a\x0b\x9c\x27\x3a\x2a\x66\xe2\xe0\x86\x63\x9e\x50\x67\x31\xe3\xf4\x6b\xb8\xc5\xa9\xcd\x26\x56\x3c\x47\xe5\x2c\x4c\x2f\xe1\x47\x72\xad\x8e\x31\x9c\xab\x13\x33\x07\xe0\x63\x56\x29\x06\xc5\x45\x12\xa7\x49\x8e\x6c\xc3\xc3\xa1\x5b\xc4\x31\x78\x1a\x41\x9b\x4d\x81\x26\xb1\x09\x17\xcd\xbc\xc0\xf6\xfe\x3e\x12\x1d\xdb\x88\x95\x25\x19\x6f\x51\xc3\x48\x7e\x26\x98\x8c\x9f\x91\xa5\x20\x73\x95\x65\xa2\xfd\x25\x8f\x55\x72\xc0\x13\x26\x57\x2a\xc9\x70\x5f\xba\xee\xbb\x2a\x41\xd3\xea\xe4\x35\x26\x63\xbf\xf5\xf7\x24\x4c\xb0\xde\x65\x9e\x56\xe9\xcf\x52\x99\xbe\xf3\xdd\xe0\xfc\x08\x79\x9c\xeb\x97\x90\x64\xa5\x3e\xed\xbb\x66\xf2\xca\xfb\xf0\x3b\x7a\x0b\xa5\xc0\x7d\x8c\x26\x53\xd6\x93\xd0\x9f\xf6\x77\x1f\xa4\x89\xab\x3e\x0b\x77\x39\xee\xa9\x3b\xe5\xd8\x55\x3e\xf0\x89\xd2\x59\xb8\xec\x74\x04\xe3\x2c\x91\xb4\xa8\xd0\x06\xf4\xd8\x22\xa9\xc6\x69\xe2\xf9\x38\xc2\xb5\x28\xf3\x1c\xfb\xcf\x4d\x13\x1e\xbc\x3e\x81\x67\xf4\x94\x32\x62\x42\x89\xf7\x02\x5f\x19\x69\x65\x78\x5f\x58\x26\x22\xc5\x6d\xd2\x16\x17\xa3\x21\x1d\xbb\x16\x03\x53\x44\x1f\xe2\xfa\xad\xc0\x82\x23\xf5\x64\x90\xc5\xea\xb4\x98\x0b\x7a\xaa\x36\x33\xec\xe7\xe4\x51\xd3\x1f\x30\x5d\xc4\x55\xd4\xd5\x02\x9c\xd6\x22\x31\x0e\x03\x8c\xca\xe4\x91\x09\x4e\x36\x57\x2b\x00\xb2\x4e\x2c\xd1\x20\x69\x5c\x48\x42\x50\xd6\x23\x53\xab\x16\xc1\xcb\xbe\x68\x77\x48\x27\x51\x59\x99\x08\x45\x01\xaa\xf8\x03\x0b\x7c\xf8\xc5\x12\x53\x77\x51\xd8\x31\x9e\x7a\x90\x66\x38\x5d\x8e\x3b\x07\x13\x86\x69\xb6\x67\x3c\x0d\xc9\xcc\x70\x18\x77\x36\x80\xf9\xd8\xb4\xf0\x33\xb9\xe0\x97\x69\xfe\xf4\x9c\xcc\x3f\x02\x57\xc0\xc7\x27\x17\xf6\x51\xc6\x46\x4a\x1e\x0e\xdb\x52\xc7\x82\x48\x41\xc9\x25\x79\x95\x4a\x52\x40\xa0\x2d\x0f\x48\x26\xe8\x39\x40\xa7\xe3\x92\xb8\x7d\x4d\xcc\xfd\x42\x31\xfc\xed\xc1\xbc\xcd\x3b\x54\x04\x2f\xaf\xc6\xa9\x71\xc7\x8c\x23\x78\x87\x8f\x10\xee\xce\x37\xcf\xf1\x11\x42\x93\x48\x3f\xc7\x4a\xed\x29\xb9\x13\x29\x22\x9a\x45\x48\xfb\x82\xd6\x97\x78\x84\x70\x51\x4a\x92\x8a\x8c\xdb\xc8\x6a\x75\xff\xf0\xbe\x67\x1f\x5f\x66\x55\xdf\x37\xe0\x90\x13\xe2\xc6\x01\xf1\x3b\x36\x7f\x27\x12\xf4\x98\xd4\x90\x2c\x57\x6e\x1f\x7a\x7b\x9e\x77\x74\x1d\xe6\x55\xdb\x2d\xfe\xc4\x75\xe8\x50\xb0\x3c\x04\xab\xc3\xfe\x82\x8b\xfe\xd7\x5f\xad\x49\xf9\xb5\xb9\x2f\xf7\xb5\xcb\xa3\xfe\x39\x28\x9d\x15\x60\xc9\xa8\xa8\xd2\x07\x54\xb6\x8c\xac\x45\x9d\xe6\x3f\xfc\x48\x6e\x4d\xb2\x0b\xca\x5b\x35\xa7\x41\xcd\x46\x4c\x7c\xd2\x7d\xda\xda\xe2\x69\xc9\x93\xcf\xb5\xb8\xcb\xac\xc4\xa5\x0c\x47\x2d\x31\x92\x4d\x90\x7e\xb1\xcb\xf3\x96\x6f\x10\xdf\x3c\x09\x4c\xfc\x95\x4a\x3d\xad\x6b\x58\xd8\x17\xe0\x32\xec\xd3\x3b\xd4\x6b\xb7\xc9\xa5\x55\xf0\x00\x4d\x39\x41\x7e\x4a\xba\x8f\xa5\x29\x09\xa2\xb2\xef\x74\xd8\xe5\x4f\xad\xf5\x50\xdc\x7b\x76\x3d\x91\x74\xc3\x5b\xcf\x4d\xdd\x0a\x83\x98\xbd\xed\xfd\xf9\x13\xd8\xea\x84\x0b\x36\x41\x64\xd0\xb9\xd0\xc9\x7d\x5a\xf4\x39\xcb\xaf\xfb\xe9\x65\x4a\xf3\xf4\x34\x27\xfd\xab\x73\xc2\xfa\xf3\x55\x21\xf9\x85\xd9\x1d\x9a\xc7\x58\x90\x54\xae\x04\xe9\x2f\xf2\xf4\x4c\x57\x8b\xca\x12\x93\xf1\xc9\x29\x65\x59\xf2\x42\xfd\x3a\x5b\xa5\x22\x4b\x7e\x55\x3f\x75\x90\xd3\x97\xc5\xe3\x9c\x5e\x92\xe4\x09\x26\xe3\x39\x27\x62\x4e\x5e\x66\x09\xc3\x64\x9c\xd1\xc5\x42\xf3\x32\x5d\xe1\xb8\x9c\xad\x39\x73\x56\xd0\x98\x26\xaf\x53\x79\x3e\xbe\xa0\x0c\xde\xae\x31\xd7\x6c\x62\x9a\x1c\x3e\x4c\x7f\xa0\x0f\xd3\x83\x03\x44\x17\x31\x99\xa6\xb3\x41\x92\xc8\x69\x3a\x43\x6b\x9e\xa4\xbd\x53\x41\xd2\x8f\xa5\xe5\x60\x87\x43\xa6\x55\x77\x14\x87\x6b\x95\x95\x0f\x71\x9e\x80\x2d\x92\xd9\x68\xbc\x1a\xca\x2a\xa1\x23\x8e\xe7\xc9\xd1\xc3\xf9\x0f\x09\x7d\x38\xb7\x9d\x88\xd1\x5c\x77\xc3\x46\xf3\x19\x5a\xaf\x92\xf9\xe8\xc8\x74\x55\x24\x6c\xb4\x1a\x71\x9c\x27\x42\xfd\x35\xeb\xb3\x5e\x50\x51\x48\x4d\x20\x5f\xb2\x8c\x7c\x9a\x70\x9c\x66\x19\xc9\x9e\xf2\x15\x93\x60\x52\x70\xc1\x2f\xed\x67\x0e\xc0\xd5\x27\x05\x40\xea\x3d\xff\x31\x2d\xce\x93\x67\x2e\x55\x7d\xbe\xe7\x75\x28\x36\xed\x88\xac\xa3\xaf\xb7\xda\x1c\x1b\x44\xae\x1d\x51\xdd\x45\xf2\xc8\xcd\x9b\x19\x04\xbd\x48\x3f\x12\xa3\x86\x30\x15\x33\xeb\xf9\x86\xb5\xc4\x47\xb3\xc2\xb3\xbe\x63\x42\x22\x9c\x26\xd1\x3d\xb8\xde\x57\x9b\xef\x5e\x74\x20\x7a\xd1\x69\x5a\xc0\xc1\xa4\x17\xc2\x55\x7d\xc6\xe7\xc0\xa7\x56\x35\x23\x50\xd6\x03\x31\x9f\xa4\x12\xec\x35\x32\x22\x53\x9a\x4f\xd8\x94\xce\xb0\x3e\x23\x27\xeb\x25\x87\xf3\x73\x92\x96\x25\x44\x16\x94\x0a\x7c\x80\x90\x35\x87\x8b\x7f\xc6\xbe\x52\xd7\x53\xc3\x1b\x25\xd7\x98\x54\xef\xbf\xd5\xbd\x98\xe3\x9a\xfb\xd4\xe4\x27\x97\x52\xc9\xb3\x54\xba\xbf\x04\x06\xf2\x7f\x35\x3e\xe8\x4a\x1c\x06\x86\x80\xf0\xa3\x24\x88\x58\x10\x04\xff\xfc\x7f\xc4\x54\x2a\x88\x0c\x3a\x39\x23\xc6\x97\x64\x50\x73\x9e\x90\x46\xe1\x3f\x69\xf7\x2a\x94\xb3\x96\x0a\x59\x4b\x85\x9f\x49\xd1\xda\xf8\x79\x4b\x59\xe3\x3c\xbb\x59\x78\xa1\x0b\xab\xf3\xb1\xe6\xb6\x19\xa6\xfb\x37\xd2\x23\xe3\xd5\xf2\x4c\xa4\x99\xca\xb7\x37\xae\xe4\xcf\x04\xb7\x8b\xbf\x08\x8e\x4e\x4e\x88\x3a\x1b\x57\x79\x25\xff\x82\x90\xbe\xc0\x6f\xab\xc2\xa1\x14\x09\x2e\x01\xf7\x20\x90\x50\x84\xa7\x11\xf9\xb4\xe4\x42\x16\x11\x6e\x29\xe4\x44\x4d\x33\x1c\x87\x54\x28\x5a\x15\xa4\x5f\x48\x41\xe7\x32\xea\xdd\x74\x64\xdd\x53\xb1\x4f\x78\x78\x4d\xd8\xea\x82\x08\x45\x6e\x27\x83\x43\x7c\x46\xe4\xa4\x25\x3e\xb5\xbe\xe1\x95\xdb\x5a\x6c\x22\xec\xde\x8d\x37\xab\x6e\xed\x69\x2b\x72\xed\xdd\xe9\xd6\x56\xf6\xef\xdf\xc7\xbf\xdb\xf5\xed\xb7\xb0\x7f\xbf\xfe\x0e\xbc\x5d\xbf\x7e\x0b\xfb\xf7\xeb\xed\xcd\xdb\x75\xeb\x35\xb0\xb5\xd7\x16\xba\xb6\x77\x87\x2d\x75\xcb\xf6\x7d\xaa\x0a\xa6\x92\x8b\xe2\xde\x9c\x5f\x2c\x39\x23\x4c\x6e\xdb\xb1\x55\xf1\x95\xa4\xb9\xaa\x94\xe7\xe9\xb2\x20\x23\x90\x6d\x6f\x29\xe8\x12\xea\x3b\x5c\xf1\xc2\x77\xdb\xe3\x64\x9c\xa7\xd7\x7c\x05\x02\xe6\xf4\xcc\x48\x50\xdd\x11\xf7\x84\x82\x76\x76\x91\x10\x7d\x35\x51\xf9\x6d\x69\xc1\x87\xdf\x80\xd5\xab\x06\x61\x4e\x9f\x25\xf1\x21\x16\x63\x37\x9d\xbf\x52\x79\xfe\x36\x15\xe9\x45\x81\x62\x7f\x5e\x20\x1a\xc8\x89\xec\xd3\xc4\x89\x7b\xac\xa1\xf5\x03\x1b\x43\x67\x90\x54\x99\xd3\x07\xb3\x63\xff\x63\x32\x05\xee\x35\x3e\xc4\x00\x0b\x45\xac\x90\xe2\xc4\x07\xf5\x27\x0c\x4f\xfa\x60\xe7\x15\x21\xdd\xb7\x6c\x03\x44\xaf\x0d\x38\x2d\xda\xb1\x46\xc9\x7d\x32\x9d\x95\xaa\x2d\x9e\xd0\xe9\xe1\xec\xf8\xc3\x57\x6b\x51\x4e\xbe\x5a\xab\x8f\xf2\xc3\x44\x54\x4f\x47\x8d\x46\x9d\xc3\x26\x70\xd5\x3a\x9e\x73\xb6\xa0\x67\x2b\xc0\xdd\x64\x70\x88\x30\x2b\x11\xf2\x07\x93\x30\x03\x63\xfa\x4f\x08\xe3\x06\xee\xf8\x30\x6e\x64\xf6\xda\x90\x6d\x2f\x18\x3b\x63\xfc\x0a\xd2\xfa\x31\x37\x9a\x44\x28\x04\x78\xa3\x87\xbd\x00\xee\xde\x69\x78\xc5\xe8\x34\xc1\xfd\x33\xf9\xc7\x8a\x0a\x92\x39\xb0\x0b\x78\x9f\x5c\x37\xa0\x25\xaa\x57\x2d\x84\x41\xed\xc5\x4f\x31\x10\xf2\x92\xd4\xa5\x8c\x8d\x57\x8a\x0f\x59\xc8\x78\x3c\x1e\x4b\x4f\x07\xdc\x2f\x95\x30\x2c\x4a\x4c\x50\xe9\x6f\x4b\x6a\x30\x24\x4d\xb8\xb7\x24\xea\x12\x1a\xec\xe4\xd4\x14\x2b\x82\x62\xd5\xca\xb5\x2e\x4f\x61\x2a\xe5\xaa\x52\xcb\x96\x6a\xdd\x37\xb9\xa9\xb4\x6a\x41\xd9\x06\x0c\xf5\x3d\x58\xc1\x64\x2a\x66\x55\x7c\x33\xef\x61\xd0\x11\x30\x81\x49\x89\x23\xf3\x05\x7d\xdb\x9c\x55\xcf\xd1\x3b\x8f\xf2\x57\xba\x15\xf5\x9d\x80\xa5\xef\xe8\xc5\xc5\x4f\x01\x27\x53\x30\x8e\x6a\x43\x88\xca\xdd\xc1\x8e\x61\x9a\x01\xa8\x51\x96\xdb\x4f\x15\x7d\xf7\xbc\xc9\x91\xd2\x79\x52\xdc\xfd\x9c\xe0\x8b\x45\x42\xc6\x9c\x25\x64\xbc\x62\xfc\x14\xa2\xd4\x2b\xba\xef\x7e\x06\xa4\x5e\x24\x06\xd5\x77\xac\x29\x36\x7b\x43\xad\x01\x50\xa3\x3e\x5f\xf4\x19\xd2\x37\x36\xf2\x69\x99\xb2\xcc\x0b\x17\x4f\xb1\x70\xc2\xe0\x34\xcb\xde\xe8\xae\x8d\x1a\x33\x48\x18\x50\xa5\x49\x2c\x4a\x1c\xd9\xc1\x01\x16\xb8\x91\x0a\xff\x3c\xfa\xa2\x83\xd4\x37\xe1\xdd\xe3\xac\x20\x0a\x23\xf5\x00\x1c\xd0\xf5\xbb\x8e\x35\xcd\xb2\x57\xb4\x90\x04\x34\x08\x6c\x80\x32\x19\x42\x8c\x69\x58\x31\x47\x2f\xf8\xe7\xe8\x59\x03\x62\x67\xe7\x8b\x85\xee\x7d\xb1\x48\xf8\xf6\xbd\xa1\xf1\xdd\x5e\x7d\xee\x01\x49\x1a\x2d\x28\xc9\xb3\x51\x46\x8a\xb9\xa0\x4b\xb5\x0b\xbc\x4d\x33\x0b\x15\x68\x82\xed\xe0\xe8\xba\xba\xe4\xc2\xe6\x85\xd9\xcc\x12\x67\x60\xf1\x00\x1e\xda\xad\x53\xba\x48\xef\x4c\x4f\xd7\x50\x3f\x2c\x0e\x40\x94\xdc\x70\x22\x22\x86\xc3\xb8\x51\x85\xb9\x2a\x6c\x38\x8c\x2a\xd6\x34\xa2\x4c\xe5\x45\xfe\x09\x04\x69\x9e\xc3\x1b\x86\xca\x5b\xec\x60\x5a\xbc\x50\xf0\x79\xe6\xc0\x93\x48\x48\xf5\x12\x5a\xee\xf1\x12\x42\xbc\xfb\x19\x00\x1f\x0f\x36\x47\x21\x6c\x5a\x34\x31\x87\xc3\xc8\xd1\x3f\x35\x17\x39\x1c\x0e\xe4\xf8\xe4\x84\x16\x4f\x8d\xd6\xc6\x33\xbb\xb2\x65\x4c\xd0\x0e\xb2\xd8\xce\x3d\xef\xb7\xd2\xb7\x00\x9b\x39\xae\x03\xd8\xb4\x4c\x92\x8c\xbd\x17\x4b\x4d\xee\x87\xc3\x96\xc4\x78\xbf\xe9\x55\x94\x7c\x2f\xc2\xbf\x6b\x23\x7c\xf6\xe3\xa0\x85\xc1\x6c\xc3\x9e\x96\x63\x56\x34\x8f\x59\x16\x98\x5b\x19\xc9\x9c\x00\x91\x1c\x9b\x52\xff\x98\xa5\xf6\x98\x05\x9a\xe4\xe3\x2e\x8a\x19\x3a\x06\xcd\x1a\x86\x26\x2d\xdd\xca\x66\xb7\x81\x63\x6c\xe7\x0a\xbb\xf2\x81\xdd\xd2\x6d\x1f\x7a\x00\x83\x23\x90\x6b\x6e\xa1\x8a\x7b\x82\x63\xf7\xb8\x4c\xe8\xf3\xca\xa1\x5c\x35\x2e\x36\x6b\xb8\x0d\xde\xda\x32\xeb\x9e\x71\x17\xa0\xf5\x8c\x19\x16\x6a\xc6\x4d\xcc\xbd\xc7\x45\x46\x04\xc9\x46\x05\x69\xe1\x54\x3e\xe7\x56\xec\x01\x3f\xdc\x93\x5a\x55\xa0\xa6\x1f\xa0\x6d\xa3\x4c\xe8\xe4\x42\xa6\x92\xce\xfb\xe6\x49\x25\x90\x48\xaa\x72\xa5\x29\xa7\x2b\x69\xe7\x9e\x73\xf2\x8e\xc8\x6e\x4d\x80\x9c\x16\xd2\x45\xe3\x29\xe8\xaf\x24\x39\x2c\xd3\xcc\xd8\x74\xa9\x71\x89\x44\x6e\x36\xe6\x21\x64\x45\x33\xf3\xf2\x63\x9e\x4b\xbc\x2e\xac\xd9\x8e\x6a\xd0\x99\x19\xa9\x33\x60\x2a\x66\xea\xe2\xa1\xb8\x46\xab\x44\x05\xfd\x50\xab\x5e\xac\x47\x62\xc2\x3b\xdc\xb1\x63\xba\x88\x41\x6f\x54\x75\x87\xd6\xe6\xb9\x5f\x7d\x68\x18\x43\xc8\x5d\x1d\xc1\xdc\xb3\xa2\x7a\x34\x3a\x1a\x0e\xa9\x8d\x5e\x2e\xb1\xd5\x68\x31\xc3\x34\x18\x36\x38\x2c\xad\xa2\x50\xe9\xb4\x2b\xed\x0a\x38\x2f\xc9\xaa\x4e\x79\x9e\x16\x0a\x29\xe8\x22\x0e\xd2\x91\xad\x6f\x06\x53\x9f\x5c\x60\x9d\x55\x9b\xe5\x54\xce\x4a\x17\x79\xbc\xb3\x69\xd3\x70\x00\x8f\xfb\x49\xd2\xd8\x2e\xc8\xb2\x32\x9a\xef\x97\x55\xdc\xc4\x03\x44\xb4\xf6\x63\xb5\x61\x8e\x66\x58\xf1\xfc\xe6\x75\x7c\x5b\xcd\x18\xca\x95\x52\x3f\x79\xd4\x74\xbd\xd4\x78\xec\xd5\xb6\x9c\xf3\xa5\xca\x57\x0d\x11\xb5\x73\x63\x83\x19\x1e\xee\x2b\x76\x69\x07\x0a\xf7\xec\x60\xa4\x33\x79\xf0\x6a\x20\x52\x03\x60\x1b\x50\xab\x7b\x0c\xec\x04\x28\xe1\xc6\x8f\x89\xc6\x01\x07\x66\x75\xb3\xf1\x0e\x4e\xd9\x42\x35\x04\x61\x19\x11\xa3\x0b\x9e\x81\x8c\xad\xb8\x57\xfd\xca\x68\x36\xa2\xac\x20\x42\xfe\x06\x87\xba\xb9\xb4\x68\x72\xa9\x31\xed\xa4\x20\xf2\xb5\x19\x8d\xf5\x03\x1f\xa3\xe4\x51\xbc\x9e\xa7\xcb\xf4\x94\xe6\x54\xb1\xf9\xc6\x65\xd2\xc9\x45\x58\xf2\xa9\x57\x24\x8e\x1e\x8c\x8f\x1e\x44\x78\x9d\xd1\x42\x71\x71\x8f\x57\x92\x83\x5f\x78\xca\xce\xf4\x38\xf4\x2a\xd9\xce\x62\xb4\x2e\x31\xe8\x12\xe5\xb9\x4b\x33\x52\x3e\xc5\x73\x31\x3c\x1e\x8f\xe9\x2c\x11\xe3\x25\x2f\xe0\x4d\x34\xcd\x7b\x0c\x22\x0d\x0b\xd0\x50\xcb\x50\x89\xb5\x61\x40\xd0\xa4\xd1\x4c\xf0\xd3\x54\xdf\x40\x45\x4b\x85\x3f\x77\x58\x28\xdd\xdd\xff\xb2\x85\x9a\xe8\x5e\x48\x4e\xd4\xd6\x37\xe6\x9f\x6d\x2b\x87\xd6\x64\x6c\x4a\x25\xb2\xb1\x36\x96\x86\xbb\x86\x44\x99\x10\xec\x96\x59\x86\xcb\x2c\x30\xc5\xd2\x2d\xf3\x97\x5a\xd3\x2b\x9a\xe7\x23\xd3\xf8\xbf\x56\xf5\x36\xab\xda\xb6\xe3\xee\xb0\xd2\xfb\xac\xea\x59\x4e\x2f\x2e\x88\xf0\x5e\x21\xdc\x75\xe0\x34\x2d\xc8\xc8\xa5\x8f\x2e\x34\x98\x6a\x77\x8a\x2d\xf5\x5d\xd2\x97\xbf\x55\x05\x01\xa7\xf4\x9c\x43\x46\x8e\x34\x38\xb9\x58\x42\xc0\x20\x9f\x15\x94\x68\xdd\x78\x22\x81\x73\x8f\x1c\x77\x8d\x52\x3a\x7b\x04\x1c\xbe\x10\xf9\x57\x70\xf5\x7d\x25\xa8\x34\xbf\x4b\x34\x21\xea\xac\x14\x25\xd2\x9a\x4c\x91\x8f\x9d\x11\x16\x08\x5b\x15\x27\x6b\x79\xff\xd4\x82\x12\x8c\x32\xfc\xa9\x90\x58\x1a\x47\x2d\x8e\x8e\x9f\x11\xf9\x94\x33\x49\x3e\xc9\x20\x90\x7a\x8d\x03\xdf\x6b\xe1\xf6\x5e\x6b\x7e\xc5\x14\x6a\x6c\x2d\x63\x30\x5b\x41\xa1\xd8\xf9\x1a\xa5\x78\x0e\x76\x17\xe4\x20\xe3\xc7\x3f\xff\xe9\xdd\xc9\xbb\xe7\xef\xad\xce\xbf\x97\xc2\xbc\xfd\xd0\xbc\x12\x10\x2f\x54\x2d\xe6\x3d\x6e\x1b\x88\x69\x12\xa5\xe2\xac\x88\x10\x65\xb1\x66\x93\x51\x07\x66\xa8\x9a\x66\x5c\xfc\x46\x98\x01\x57\x29\xae\x59\x35\xd5\x57\x22\x30\x5c\x57\xad\xe2\x2d\x72\x51\xf6\x20\xd0\xa4\x17\x60\x23\x0e\x5e\x15\xfc\x1c\x64\xa2\x4e\x06\x35\x48\xd6\x51\x81\x64\xb6\x7c\x68\x6a\xba\x3f\xfe\x04\x0b\xfd\xe5\x0e\x02\x6f\xc4\x09\x09\x26\x1c\xca\x93\xdd\xe9\x00\x4e\x4e\x40\xa0\x08\x77\x6d\x6f\x12\x62\xc5\x24\x05\xed\x3e\xbf\x99\x5e\xad\x55\xe9\x04\xd4\xb7\x69\x90\x64\xbd\x70\xcc\x62\x5f\x78\x6a\xb9\xcd\x1d\x28\x71\x17\x25\xbf\xf5\x76\xfd\xec\xa7\x78\x0d\xb0\x6e\x38\x5b\xcf\x66\x62\x77\xac\xda\x46\xa0\xd3\xfc\x8a\x2e\xc8\xfc\x7a\x9e\x93\xa7\x69\x9e\x9f\xa6\xf3\x8f\xc5\x64\x70\x64\x4e\xd9\x1f\x39\xff\x38\x19\x1c\x95\xea\x86\x7b\x83\xf5\x33\x60\x70\x9a\x98\x7b\x55\xb2\xb1\x44\x9f\xb9\x21\x9a\x88\xc7\xdc\x9a\x29\xd4\x9e\xf3\x42\xed\xfa\x9a\x6e\x3d\x16\x08\xad\x9b\x07\x81\x44\x6b\x0b\x36\x6d\x06\xde\x56\xc4\xf9\x11\x8a\x05\x06\xbb\xd4\x9a\xb5\x78\x89\xb0\xb0\x86\xf4\x5e\x4d\xb4\x66\x20\x4c\xd5\x1e\x29\xb8\x47\x2e\xd3\x7d\xb1\xd6\x1c\x09\x5f\x6c\xfb\x5b\x60\xb5\x31\x82\x36\xaf\xe7\x15\xdb\xc5\xf7\xb4\x3d\x95\xdd\x66\x53\xde\x86\x27\xfa\x3c\xea\x18\xb5\x3d\x05\x47\x68\x22\x6c\x72\xaf\xe2\x91\x9f\xd6\xb6\x57\x4c\x92\x47\xc0\x17\xd9\xb2\x20\x07\xb2\x9e\xe0\xfc\xc3\x92\xfa\x40\x3c\xcd\xf9\xfc\xe3\xa8\xc8\xb9\xf4\xb4\x58\x8a\x7b\x55\x72\x08\x4d\xbf\xb8\x24\x17\xcb\x3c\x95\xa4\xb3\x62\x50\xfa\x82\x7e\xa2\xac\xb8\x07\x1f\xb5\x2c\xaf\xfa\x35\x08\xae\xa1\x7a\x03\xb8\x98\x7d\x91\x8b\x87\x25\x0a\x0e\xa0\x63\xbd\xbd\xe3\xb5\x7e\xa9\x9d\x38\x88\x62\xf3\x8e\x3c\x89\x22\x7c\xa2\x18\xb5\x49\xdd\xf4\x94\x81\xe6\x5a\xdc\xa2\x56\xa4\x78\x01\x30\xe1\x53\xb0\xa7\xd9\x4b\x10\x70\x3c\x37\xd7\x01\xaf\xbc\xa6\x06\x46\x98\xc2\x48\x2a\x48\x21\xdf\x2c\x20\x08\x96\xc3\x02\x70\x88\x32\x30\x6e\x22\x35\x91\x22\x99\x31\x44\x54\x7d\x20\x2f\x6c\x5a\x3a\x97\x80\xb5\xef\x72\x2e\xfd\x22\x18\x20\xe0\x39\xf2\x04\x26\x56\x01\x5e\x92\xec\x69\xc5\x3c\x12\xe4\x4e\xe0\x96\x21\xb1\x60\x48\x12\xad\xeb\x0d\x9e\xc0\x82\xbe\x03\x74\x90\xb6\x29\xe2\xa9\x8c\x4b\x1c\xc1\x80\x22\xe4\xec\x0a\xd5\x67\xaf\xde\x10\x2d\xde\xa7\xe2\x8c\x48\xd5\xd4\x2f\xaa\x4d\xf0\x37\xea\x46\x27\x6a\x4d\x02\x7a\x69\x39\x7c\x84\x7a\x64\x38\xac\x2b\x0f\x0b\x30\x04\xaa\xa9\xd9\xaf\x5b\xad\x8f\xf5\x00\x96\xd1\x81\xac\x99\x1a\x8f\x05\x49\xb3\x37\x2c\xbf\x8e\xbd\x79\x8e\xfd\xbe\xc7\xe0\x95\xa6\x44\x65\x89\x3d\x8a\xdd\xb2\xec\x5a\x76\x56\x83\xbe\xb1\xa5\xac\x27\x8f\x4f\x32\xd2\xb5\xac\x65\x70\x4d\xdc\x67\xa7\x7b\x3b\xee\x66\x3b\xdd\xaf\xd8\xbd\xd3\xbf\x3c\x89\xf4\x75\xbc\x7f\xbb\x3d\xec\xaf\x72\xa3\x89\xa5\x46\xbc\xce\x46\x74\x3e\x34\xa3\xad\x95\xff\x42\xc9\x55\xbd\x95\xce\x11\x74\x10\x05\xd5\x1c\x2d\x1e\x2b\xc4\x68\x4e\xca\xeb\x67\x7c\x02\x2b\x33\x9e\xce\x22\xbb\xf7\xda\x06\xea\xed\x27\xbd\x93\x1b\x2d\x44\xce\xf9\x45\x11\x37\x4a\xeb\x3d\xad\x63\x6f\x79\x18\xc9\xba\x30\xf2\x9c\xe4\x4b\x22\xec\xf9\x61\x01\x78\x9b\xe7\xfb\x60\xfc\x8f\x63\xe7\x71\xf6\x56\x6f\xe6\xde\x2a\xc3\x6b\x79\x0b\xee\x59\xd2\xf3\x23\xcc\x60\xac\x27\x12\x4b\x7f\xd6\xa2\x6b\xd6\x2d\xfc\xca\xbe\x3b\xe9\x8b\xec\x23\x91\xb8\x8d\xb2\xcf\xf0\xc3\x33\xfd\xf7\x90\x16\x82\x4b\x05\xfb\xda\xb1\xd6\x78\xb9\xc7\x46\xb2\xc8\x01\x9b\x26\x3c\x23\x89\x3d\xc4\x3c\x64\xb6\xe8\x0e\x3a\x47\x10\x37\x90\xa0\x12\xd7\xc9\xf0\xb6\x9a\x56\x11\xa8\xaa\x1c\x9c\xdd\x75\xb4\x6d\x69\xc1\x6d\xb5\x3a\x91\x97\x5d\xab\xb3\x93\x3f\xfb\x3d\x16\xec\xc7\xf7\xaf\x5f\x3d\x49\x45\x31\xb6\xa3\x8b\xd7\x34\x9b\x44\x7f\xfe\x66\xf1\xcb\x13\xf9\xcb\x9b\x08\xc3\x00\x27\x5f\xaf\xa3\xe2\xfa\xe2\x94\xe7\x45\x34\x99\x46\x43\xe7\x34\x0c\x6b\x4b\x50\x78\x72\x8b\x26\xd3\xe9\x77\x78\xfa\xe0\x0f\xf8\xe8\x68\x86\xa7\xd3\x07\xdf\xe2\xa3\xc3\xd9\x4c\x2b\x16\x4d\xa7\x51\x55\x69\xba\xae\x55\xbb\x8f\xa3\x7e\x5f\x65\x1c\x7d\x8f\x8f\x74\xd5\x7f\x9f\x61\xf5\xe7\x7b\xfd\xe7\x0f\xfa\xcf\x77\xfa\xcf\xb7\xfa\xcf\x37\xfa\xcf\x03\xfd\xe7\xbe\xfe\x73\xa4\xff\x1c\xce\x66\x33\xac\xda\xfd\xfb\xdf\x59\x34\x9b\x61\x7d\x06\x10\x49\x84\xea\x70\x56\xce\x54\x7e\x74\x9e\x16\xcf\x2f\xd3\x3c\x9a\x2c\xd2\xbc\x20\x38\x5a\x2d\x2f\x53\x28\x10\x2d\xff\x3d\xc2\xd1\xf2\x7b\xf5\xcf\x1f\xd4\x3f\xdf\xa9\x7f\xbe\x55\xff\x7c\xa3\xfe\x79\xa0\xfe\xb9\xaf\xfe\x39\x52\xff\x1c\x46\x5d\x1c\x51\x44\x17\xd1\xac\xfc\x1a\x5f\x10\x99\x4e\xd6\x17\xb0\x3c\xfa\xbc\xbb\x01\x6a\x8c\xcf\x4f\x8b\xe8\x2e\x58\xd6\xce\x54\xfc\xee\x58\xf6\xcb\xd3\xff\x7a\xfd\xe6\xec\xe9\x7f\x76\x60\x19\x58\x1a\xe3\xdd\xd8\x66\x90\xad\x0d\xd7\x70\x04\x8d\xec\x40\xb9\xfb\x50\x6f\x2b\xbe\xe0\xed\x28\xbb\xb3\xfe\x2e\x7c\xb3\x9c\xc2\x9d\x30\xa6\x5a\xe6\x5d\x18\xa3\x6f\xda\xda\x17\xc1\x48\x1f\x91\xee\xc8\xd7\xa9\x9f\xe1\xb0\x37\xae\x0e\xd6\x25\x1e\x8f\xc7\xe4\x56\xe7\xbd\x6e\xe2\x73\x1d\xf5\x7a\xd6\xa7\x69\x41\xe7\xa3\x4c\xf0\x65\xc6\xaf\x58\xb0\xe3\x82\x9c\xd1\x9c\x33\xb9\x87\xc4\x5e\x21\x59\x5b\xc3\x46\x2f\xce\xfa\x48\x19\xd9\x47\xa5\xed\xe5\x8b\xb9\xe0\x79\x6e\xd6\xa4\x85\x5f\x6f\xdc\xba\x03\x7f\x2b\x78\x85\xe7\x38\xc3\xe7\x78\x81\x97\xf8\x02\x5f\xe2\xb3\x6a\x81\x4e\x6b\x6f\x3a\x5f\xf2\x19\x06\x93\xca\xc3\xd6\x75\x33\x96\x4b\x15\x2a\xc6\x37\x18\x65\x95\xc1\x68\x80\x6f\x1c\x54\xe8\xa7\x64\x56\x82\xaf\x84\x6a\x34\xc9\x60\xe0\x7f\x62\x5e\xb3\x13\x18\x84\x09\x38\x8e\x60\x46\x11\x65\x7d\xbe\xd9\xf0\x31\x98\x32\x6b\xd7\x76\x68\x38\x8c\xf9\xd8\x4e\x05\x4c\x0c\x78\x22\x2c\xaf\x3a\x16\x44\x3b\xc2\x41\xce\xc9\x99\x1b\xa0\xef\x0b\xdb\xde\xa9\x36\x1b\x51\x22\x08\xcb\xe3\x99\x6e\x04\xfd\x41\x77\x30\x9a\x30\xfd\x38\xf8\x32\x2e\xbd\xac\xc3\x50\x1c\x64\x9a\x9d\x60\x44\x07\x87\x49\xb3\x87\xee\xa5\xe5\xd6\xc8\x19\x61\x7e\x9b\x7d\xd9\x22\x16\x3b\xa9\x5c\xa3\x9e\x48\x1d\x6e\x1f\x73\x9b\xa0\xbd\x2f\x3a\x7f\xb2\xf6\xbb\xa8\x7d\xe7\xb5\xef\x55\xed\x7b\x5e\xfb\xce\x6a\xdf\xe7\xb5\xef\x45\xed\x7b\x59\xfb\x3e\xab\xf9\xb9\x71\xdc\x76\x4d\x9d\x0d\xcc\x11\x34\x12\xf7\xda\x5c\xdf\x9c\x1a\xee\x50\x8a\x94\xe9\x4d\x4e\xd9\xd9\x4b\xf6\x54\x35\x1e\x55\x0f\x4f\xe3\xb6\xfc\xcd\xa6\x95\x1c\x8c\x46\x41\xe1\x11\x65\x51\x5b\x3f\x24\xdb\xda\x8d\xcb\xde\xa3\x17\x92\x75\x75\x42\xd9\xd9\x9b\x95\xdc\x3e\x1b\x5b\x60\xcf\xe9\xf0\x95\xf4\xba\xa2\xc5\x7b\xbe\x9a\x9f\x3f\x23\x97\x74\x4e\xfc\x2e\x82\x8c\xcd\xe6\x09\xe7\x39\x49\x59\x3c\x18\x5c\x51\x96\xf1\xab\xe1\x30\xe2\x4c\xaa\x12\x85\x4c\x85\x54\x1b\x5b\x67\xa0\xaa\x6d\x3b\x82\x97\x59\x07\xe1\xb5\x74\x7e\x14\x1d\x54\x1d\xdb\xcc\xf1\x8a\xd1\x7f\xac\xc8\xcb\xac\x6a\x10\x9c\x6a\x5c\x92\x2c\xc2\x83\x23\x3f\x95\x65\x39\xf9\x99\x73\xf9\x9a\xaf\x0a\xf2\x8c\x5f\xb1\x08\xdb\x1d\x6a\x0b\x69\xe2\x0e\xda\x0f\x6c\x4e\x0a\xc9\x85\xba\xa7\xcd\xaa\x02\x17\x2b\x09\x96\xab\xd6\x44\xa1\x6a\x42\x8b\x20\xb1\x4c\xa2\x94\xd1\x0b\x28\x64\x16\x44\xbf\x9a\xe2\x58\x24\x97\x95\x05\x7e\x1b\x39\xf7\xc8\xb8\xf0\xc9\x66\x40\xd0\x45\x48\x32\x1d\x71\x17\x8e\x38\x62\x73\x2c\x04\x64\x4b\x34\xc9\x16\xb3\x64\xab\xd4\xcf\xa4\x19\x29\x24\x65\x30\x72\x23\x71\xab\x2e\x80\x99\x31\xcf\x07\x27\x34\x3a\xf3\xc9\xf5\x4b\x23\x44\xd5\x0b\x52\xd5\xd6\xcd\x39\x30\x3c\x67\x6a\x54\xd5\xd3\x6b\x24\x49\x21\xa3\x41\xd2\xea\xbb\xda\x7a\x3c\xd5\x97\x3d\x6d\x26\x1c\x1b\xe5\xfe\x09\x61\x97\x54\x70\x06\x7e\x02\xd0\xd8\xfb\x82\x0e\x0b\x79\x9d\x13\xa7\xfe\x17\x45\x78\x2d\xf9\x72\x22\x71\x4e\x16\x72\x22\xb0\xa0\x67\xe7\x72\xc2\xf0\x15\xcd\xe4\xf9\x84\xe2\x73\x02\x09\x1c\x73\x79\x4e\xc4\x3b\x55\xb9\x98\xa4\x65\xe2\xa6\x14\xb8\xbc\x4e\x9d\x72\x63\xa1\x8e\xe5\x14\xad\xc9\x41\xf2\xe1\xab\x75\x51\x4e\xfa\x5f\xad\xd3\x69\x31\x2b\x1f\x7e\xb0\xd6\x65\x72\x38\x8c\x55\xb6\xea\xbf\xff\xd5\x5a\x96\x0f\x3f\x20\x2c\x4c\x22\x0c\x07\x7c\xb0\xaa\x54\x66\x52\xf5\xe8\xfa\x5f\xad\x19\x24\x53\x93\xac\x07\x0b\xee\x59\x55\x32\xd7\xc9\x91\x19\x7b\x3f\x3a\xe0\xd6\x4b\xd5\x3b\x30\xa2\x18\x9f\xcb\x8b\xfc\x5d\xba\x00\x47\x02\x8c\xf3\x25\x44\x54\x22\x12\x5c\xe7\x1b\x0b\x39\xb7\x96\x10\xbd\xec\x1d\xc9\x09\x50\xd1\x0f\xd3\x2c\x95\xe9\x88\x9c\x66\x23\x9a\x25\x5f\xad\xb7\xec\xb5\x72\x64\x9c\xe3\xce\x3e\x98\xc0\x44\x2d\xbb\x2b\x11\xda\x86\xcf\xf8\xdf\x10\x63\x09\xd7\x2f\x5f\xa7\x94\xb9\x54\xdb\x8a\xde\xb9\x9b\x0d\xb1\xbe\xb4\x14\xd7\xb1\xd9\x68\xaf\x3f\x55\xca\x71\x50\x3c\x19\x1c\x4d\x06\x8e\x9d\x21\xb1\xd5\x00\xec\xb3\xe4\xca\x04\x84\x37\x83\x60\x95\xb2\xac\x01\x06\xab\x0c\xed\x0a\x4c\xbb\x61\x93\x0a\x9a\x8e\xf8\x15\x2b\x14\x64\xc6\x34\xd3\xbc\x41\xa9\x00\x50\x35\x4f\x43\x5d\x5c\x9e\x5c\xc5\xd4\xcf\xe7\x61\x7e\x9a\x70\xaf\x77\xcb\x71\x71\x08\xcc\x6e\x3a\x50\x80\xdb\x6c\x48\xcc\x41\x9f\xdc\x04\x0a\x1b\x57\x24\xd3\x40\x22\x5c\x26\xe3\x4a\x79\x3c\xcf\x79\x41\x62\x81\x07\x87\x26\xa0\xa6\x07\xb0\x12\xbb\xa9\xa6\x99\x76\x88\xe7\xac\x8d\xaa\x26\x05\xe7\x12\xf2\xde\x5f\x2f\xb5\xdb\xcb\xb6\x95\x86\x30\x66\x9a\xae\x37\x1b\x8b\x04\x29\xe8\xaf\xf6\xd0\x10\x2b\x96\x73\xbe\x7c\x7c\x95\x0a\xf2\x33\xb1\x1c\xf7\x96\xda\x5c\x50\xc2\x34\xcd\x9d\x83\x07\x95\x1d\x0d\x69\xff\x97\xfe\xa9\x34\x1c\xc6\xdd\x53\x8d\xbc\xc3\x09\x1b\x35\xdd\xd5\xfc\xfc\x9d\x4a\xd0\xe1\x06\x01\x7c\x5b\x80\xa5\x5b\x20\x2c\x8b\xb6\xc2\x07\xe1\xca\xe0\x49\x03\xb8\xe5\xac\x49\x6a\x66\x43\xda\x9d\x0b\x5d\xd8\x4f\xe6\xdc\x75\xfe\xc4\x33\xe2\xb9\xad\x61\x96\xea\x81\x5a\x0b\x78\x03\x52\x8d\xbf\x85\xb2\x28\x66\x5a\xa7\xf9\x21\x19\x0e\xa3\x27\x6f\x9e\xfd\xa2\x88\xaf\xb3\xf2\x1c\x4b\xfe\xe7\xe5\x92\x88\xa7\xa9\xe2\x9f\x87\xc3\xe8\xc7\xf7\xaf\x5f\x6d\x29\xf1\x10\xad\xa5\x55\xb2\xef\xb5\x8c\x8a\x24\x76\xb3\x1d\x6b\xea\x39\xe9\x1a\x54\x59\x3a\x82\x59\x6a\xef\xab\xda\x9b\x6c\xa6\x0b\x02\xfc\x29\x3b\x53\xa4\xcc\x7a\x10\x8b\x5d\xb0\xbb\x0b\x7e\x49\xfe\x94\xf3\xd3\x34\x87\xf5\x28\x2a\x27\xf0\x2a\xa7\xd6\x82\x55\xbd\x6f\x01\xf9\x74\x56\x2d\xae\xae\xfb\x19\x36\xc3\x76\x2c\x6c\xeb\xe6\xc6\x88\xd8\xdd\xc8\x6e\x5c\x2c\xf5\xd9\x4c\x5e\x32\xe7\xd9\xb6\x7e\x5a\x0f\x87\xcf\x63\x82\x2b\xbf\xf5\x21\x53\x63\x34\xda\x9b\x6c\x6c\xe9\xda\x7e\xb3\x92\xc6\xa4\x60\xd0\xda\x41\x68\x5b\x60\x31\xc8\xf0\x16\x1e\xcd\x74\x07\x06\x5d\xf8\x6b\x01\x2a\xb9\x2f\xd9\xdb\x3c\x05\xd8\xca\x44\x86\x2d\xe8\xfd\xe6\xd7\xd7\xe6\x05\x44\x51\x45\x46\x14\xa6\xc6\x83\x43\xf0\xa3\x97\x41\xb0\xb1\x83\x68\x34\x82\xac\x08\x0b\x6d\xb1\xad\xc0\x6a\xc0\x0c\xc6\xe3\xe1\x94\xab\x0b\x02\x98\x78\xc8\x38\xea\x47\x08\x05\x75\xd3\x2c\x6b\xaf\x68\x79\xf1\xa0\xa6\x1c\xa7\xcb\x25\x61\xd9\xd3\x73\x9a\x67\x10\xdd\xf3\x06\x70\xc7\xcf\x63\x11\xbc\x4a\xd9\x91\xdb\xd6\x4a\x84\x34\x1f\xf0\xba\xc6\xc1\x56\xbe\x8d\x6b\x19\x60\xfa\xd4\x2c\xad\xad\xb5\xfb\x32\x19\x1c\xf5\xa4\xf1\x33\x50\x19\x6b\xc3\x7d\x5c\xb3\x97\x64\x7a\x38\x1b\x83\x9f\x2b\x05\xec\x02\x8d\x0b\x7e\x41\x54\xfd\xe8\xdf\xe6\xfc\x02\x78\x38\x20\x32\x8c\x67\x44\xfb\xcf\x1e\xc4\xd1\xbf\x49\xf2\x49\x6a\x2f\xcd\x55\x7a\x54\x25\xfc\x45\x1d\x8a\x0a\x58\x89\xdc\x6c\x76\x75\x6e\xfc\x6a\x7d\x89\xee\xcd\x53\x33\xe0\xa2\x8d\x50\x6a\x0f\x21\x8d\x8e\x9d\xd9\x31\xc1\xcd\x33\xdb\x6b\xb3\xfd\x64\x03\xad\xa5\xd6\x75\xb2\x76\xda\x31\xc1\xeb\xb9\x5a\x6d\x85\x7b\x93\xc1\x21\x2e\x56\xa7\x52\x10\xe3\x36\xc9\x12\xd0\xc6\x82\xda\x58\x56\x03\xa3\x4e\x50\x6f\xde\x1e\x57\x8d\x6e\x33\x5a\xcc\x39\x63\x64\xee\xc2\x66\x36\x30\xc8\xdc\x8d\xca\x06\x29\x8b\xd1\x7a\xd7\x89\xaa\x96\xce\xa7\x84\x8a\x71\xf1\x08\x61\x59\x4f\xb4\x27\x43\xc5\xe3\x1c\xee\x43\x2c\x77\x75\xd3\xb5\x1a\xd6\x60\x7d\xc5\xb4\xcb\x8c\x2d\x6c\x98\xa8\xd8\x93\xb2\xed\xdc\x5a\x1b\xe6\xa7\x75\x90\x37\xe1\x9e\x5a\x1b\xb8\x21\x03\x55\xb6\x1d\xbf\x6b\x6b\x00\x57\xcd\x72\x29\x88\xea\x47\x17\xb5\xcc\x8a\x0c\x38\x7e\xd9\xc2\xf1\x0b\x97\xaa\x23\xb7\x3a\x9e\x5e\xa0\xcd\x86\xf8\x95\xd6\x9e\x1d\x3f\x03\x7f\xb4\xd6\x53\xa1\xe9\x33\x16\x58\x33\x20\xeb\x8c\xe4\x32\xfd\x1b\xf8\x87\xcb\x65\xfa\x8b\xba\xc4\xd9\x4a\xba\xec\x33\x95\x5e\x20\x75\x17\xe0\x3f\xd0\xb1\x2e\xff\x13\x39\x4b\x25\xbd\x24\xc7\xe0\xf1\x3a\x4c\x83\x30\xb1\x30\xc1\x67\x46\x39\x0c\xa1\x09\x7f\x64\x8b\xbd\x05\x68\x85\x55\x6d\x5a\x6b\xd5\xd4\xf6\xfa\x4b\xd5\x6b\x9a\xd4\xd3\xda\xab\xda\x5e\x7f\xb1\x3d\x0c\x87\x5e\xdd\x6d\xdd\x56\xca\x96\x6f\x75\x16\x44\xdd\xe0\x9b\x4d\x8a\x86\x43\x80\x50\xa6\xee\xd8\x70\xfd\xb0\x40\xe5\x38\x85\x88\x14\x3a\x9c\x61\xb3\xd1\xb2\xb7\x65\xe3\x5e\x9d\x13\x92\x47\x58\xe2\xf5\x3c\x5d\xca\x95\x00\xf1\xf3\x32\x2d\x0a\x7a\x49\xb4\x1a\x6a\x27\x8b\x96\x00\xab\xb1\x7d\xc3\xb6\x35\x5f\xa2\xd2\x0c\x35\xe0\x1d\x77\xf3\x84\x49\x23\x47\xd7\x29\xdb\x19\xc8\x75\xd9\x68\x7b\xdd\x79\x69\xd1\x7c\xe6\x3e\x37\x95\x16\x8e\xd4\xc9\xd8\xd5\x51\x4b\x6e\xd9\x7a\x89\xca\xe6\xd4\x76\x90\x9a\xcf\x39\xea\x5b\x77\x00\xba\x5f\x97\xc9\x75\x1c\x5f\x24\x67\xc8\x0f\x63\x51\x17\xab\x4d\xe9\x0c\xaf\xeb\x6f\x1d\xe1\x4b\x88\xf7\xf2\x81\x3d\xf1\x57\x9b\x1b\xb3\x36\x16\xf5\xb8\x93\xe5\x9b\x44\x51\x59\x22\x7c\x1d\x5f\xf8\x23\x04\xfe\x2a\xc2\x53\x3e\xb3\x9e\xd6\xb4\x6c\xcb\x4a\xf9\x2a\xe3\xfb\xb6\x7a\x08\x5f\xf8\xfe\x8d\x6a\x6d\xdb\xf3\x3b\xc2\xd3\xf4\x86\xcd\xbb\xaa\xdb\x7b\x70\x77\x82\x08\x4f\x8b\x1b\x76\x51\xd5\xdd\xab\x8f\x37\x2b\x19\xe1\x69\x7e\xbb\x4e\xde\x80\x64\x7a\x5b\x2f\xad\x7c\x6e\x84\xa7\xab\xdb\xac\x4b\xa3\x9d\xfd\xd6\xa9\xa5\xfb\xf9\x2d\xd7\xed\xa6\x23\xa8\x33\x5b\x11\x9e\x66\x37\xed\xba\xd1\xc6\x1e\x7d\x7a\xac\x53\x84\xa7\xe7\xb7\xe9\xd2\x6f\x62\x7b\x8f\xed\xe4\x23\xc2\xd3\xc5\x0d\xfb\xed\x68\x68\x47\xef\x0d\x36\x2e\xc2\xd3\xe5\x4d\x7b\x6e\x36\x52\xeb\xf5\xc2\x73\xa1\x76\x05\x7e\x56\x8d\x14\x27\x1e\x90\xea\x9e\xb9\xd9\xf8\x5f\x15\x4b\xb5\xf5\x31\x25\x42\xe8\x21\xf2\x98\xb5\xda\x05\x3c\x88\x7f\x44\xea\xb9\xa5\x33\xb0\x73\xc3\x7b\xae\x75\xec\xdc\xf9\xf2\x8f\x15\x29\xe4\x63\x4b\x50\x5f\x88\xf4\x82\x04\x8a\x65\x9a\x19\x34\xc5\xcf\xb4\x7a\xfe\x4a\x92\x0c\xe4\xf0\x31\x01\xa9\x69\xc4\xd4\x75\x7c\x90\x24\xa2\x22\xcd\xe6\x4a\x26\x56\x8c\xb9\x98\xe3\x2e\xf3\x6d\x9e\x5e\x43\x6c\x07\xdb\xbe\x1b\x9e\xba\x1e\x74\x9c\x4a\xae\x36\xc8\x4d\xd4\xbd\x5b\x71\x39\x6d\x07\x6f\xbd\xa4\x61\x3c\x40\x2b\xae\xac\xde\x5c\x4f\xee\xa0\xd2\x60\xe4\xea\x3b\x55\x1a\xb6\x2b\x37\x9a\x48\x30\x38\x50\x3b\xa8\x50\x29\xfb\x9d\x14\x0d\xce\xff\xa5\x68\xf0\xbf\x41\xd1\x60\x91\xc4\xa2\xf6\x8e\xcf\x6a\xdf\xb4\xf6\xfd\xb9\xf5\x10\xce\xe3\x78\xbe\xa7\xea\x40\x9b\xba\x40\x66\x5f\xd8\xf9\xd9\x59\x4e\x5e\x16\x4f\x08\x65\x67\xfa\x5c\xca\x9e\x5c\x83\x54\xd7\x52\xfd\xc1\x51\x55\x3c\x78\x78\x76\xaf\x6f\x5a\x08\xeb\x04\xb0\x95\xc4\x35\x10\x16\x18\xa3\xfb\x6c\xb3\x89\x2e\x54\x51\x60\xd8\x82\x1b\x37\xb1\xa2\xe7\xe1\x50\xc7\x30\x3c\x5d\x49\xa9\xa5\x4d\x95\xac\x49\xf2\xa5\x5a\xb7\xf4\x2c\xd5\x92\x28\x52\x4f\xb2\x57\xa2\x13\x95\xfe\x9e\x7c\x92\xfa\x8d\x8b\x72\xf6\x67\x26\x69\x0e\xc3\x5c\x2d\x6d\xa9\x9d\x00\x38\xde\xaf\x58\x32\x38\x9a\x6c\x91\x90\xe8\xfa\x60\x9b\xae\xa1\xf5\x34\xa7\xf3\x8f\x5a\x95\x8d\x69\x6c\xcc\xa2\x81\xf5\x1c\x66\x2f\x89\x76\xe6\x9e\x7d\xe9\x66\x33\x68\x76\xb3\xd9\x6c\x85\x77\x28\xfe\xaa\x83\x3a\x9a\xab\xa1\x44\xed\xd9\x9b\xcd\xe1\xa0\x5a\x09\x1b\xdc\xec\x86\x2b\xf1\x9b\xc3\xd8\x02\xf9\x3f\xc9\xf5\x5e\x08\x19\x1f\x69\x6f\x7e\x1f\xc9\xf5\x53\x9e\x91\x6d\x2f\x8e\xae\x93\xc9\x83\xfb\x41\x9d\x98\x34\x24\x09\x2d\x52\xd0\x96\xc1\x4e\xee\xff\xc1\x6f\xc8\x97\xbb\x76\xbc\x77\x56\x58\xf4\xde\x71\xb1\x37\x93\x37\x9e\xd4\x79\xd1\xa0\xc1\xe7\x2c\x33\x22\xb1\x7d\xd7\xe5\x10\x13\xb5\xfe\x75\x59\xcc\x56\xbc\xb4\x42\xb3\xda\xbb\xf8\x3e\x30\xc3\xf5\xb7\xde\x1b\xca\x41\x9b\xd3\x77\x8f\x34\x46\x74\x57\x3d\x65\xca\xf1\x82\xcf\x57\x45\x8c\x70\x41\xe4\x7b\x7a\x41\xf8\x4a\x06\x7c\x1e\x48\xf9\x8c\x48\x4f\x8a\xeb\xba\x0a\x82\xb6\x44\x80\x01\xc5\x11\x10\x1f\xcb\x09\xf7\x24\x9c\x61\x55\x5a\x6c\xb6\x22\x1e\x1c\xaa\xff\x34\xeb\x88\x0f\xdd\xff\x07\x47\xd5\x7f\x87\x58\x1f\x69\xb6\x6b\x05\xd6\x65\x2a\xcd\x92\xc4\x12\x95\x73\xf5\x05\x91\x88\x54\x0a\xbc\x75\x04\xbd\x74\xd6\x85\xf2\xe0\x67\xe4\x50\x95\x69\xc8\xc7\x7c\xae\xde\xc0\xaf\x88\x77\x12\xb2\xbb\xae\xd0\x8e\x25\xbe\xd0\x64\x3d\x72\x01\x84\xe0\xd3\x93\x73\x43\x50\x23\x3f\xd1\xdf\x31\xb7\x6b\xb2\x1a\xd2\x29\xcf\xae\x9b\x4f\x6a\xed\xd7\x13\x49\x3e\xc9\x51\x01\x67\xd2\xc8\xee\x85\x08\x95\x8d\x19\xdf\x5d\xdc\xdf\xb2\xcb\x77\x1d\x8a\xdb\x88\xc8\xed\xe1\x91\x66\xd9\xcd\x80\x51\x06\x72\xb1\x1a\x7f\x11\xe1\xa9\xd8\x7d\x11\x9d\x6f\x6b\x01\xe1\xb9\x7f\x0b\x3d\x6f\x2b\xfd\x54\xef\xc5\x29\xbb\x55\x5f\x4f\xcd\x1e\xdb\xdd\x8f\x39\xa4\xb4\xb8\xef\x16\x3d\xd9\xfa\xfb\xf4\x55\x9d\x17\xfb\x09\xf1\xb6\x37\xb1\x77\x8f\xcf\xd5\x6d\x72\x1f\xa9\xde\xb6\x06\xb6\xf7\xd6\x46\x94\xf6\x13\xf3\xed\x6e\x66\x7b\xcf\xb5\x8d\xb0\x9f\xd8\x6f\x6b\x0b\x3b\xfa\x6b\x11\x45\xed\x21\xf7\xdb\xd1\x46\xad\xcf\xb9\x6f\xc1\xb0\xb8\xfd\x75\xff\x0b\x58\x2e\x18\x0f\x1d\x3b\xed\x88\x9d\xab\x9f\x2e\xbb\x04\x7c\x8a\xaf\xf1\x09\xbe\xc2\xcf\xf1\x27\xfc\x06\xbf\xc3\xaf\xf1\x63\xfc\xb6\x12\x22\xbc\xaf\xcc\x1d\xc4\x3f\xab\x56\xab\x1b\xec\xcf\xbf\x93\xc4\xe3\xe3\xbf\x24\x1e\xff\x5f\x97\x78\xe8\x67\xea\xa7\xc9\xba\xc4\xff\x9d\x4c\x23\xc9\x97\x11\x8e\x72\xb2\x50\x9b\x17\x94\x7a\x23\x1c\x81\x16\x6f\x84\x8d\xda\x6e\xa4\xdd\xc6\x3e\x4b\x62\x56\xb7\xc7\xe8\x36\xd0\xb0\x09\x69\x3d\xa1\xa8\x27\xe4\xf5\x84\x55\x3d\x61\x5e\x4f\xc8\xea\x09\xe7\xf5\x84\x5d\x86\x1a\x17\xb5\xef\xcb\xda\xf7\xdb\x4e\x69\xcc\x19\x91\xfd\x73\x2e\xe8\xaf\x9c\xc9\x34\x7f\x5b\x29\x58\x04\x2f\x73\xea\xc6\xd3\x2c\xb5\xd9\x44\xe9\x4a\xf2\x08\xd4\xbf\x2f\x89\x90\x74\xbe\xbd\x89\x7a\x99\xa0\x01\x4f\x83\xbd\xad\xae\x97\x6d\xee\x61\x27\x67\x44\x3e\xab\x52\x5f\x66\xb1\x51\xa4\x37\xac\x9a\xd3\x45\xf7\x1a\x71\xb7\xea\xc1\x51\x10\x43\xff\x44\x5d\x24\x28\x5f\x15\xcf\x4c\x89\x41\x92\x3c\xb5\xc1\xc1\x5b\xf2\x9c\x8b\x0e\xb1\x62\xe3\x62\x7e\x4e\x14\xaa\xc6\x91\xb9\x0c\x46\x5a\x73\xcf\x5e\x97\x97\xab\xd3\x9c\xce\x1f\xbf\x7d\x39\xa6\xc5\x9b\x25\x61\x95\xe4\x44\x7d\x55\xc1\xb6\x8d\x6a\x9d\x36\xb3\x7e\xfc\xf6\xa5\x7f\xdb\xf6\x92\xe3\xb0\x51\xa7\x99\xd4\x18\x67\x42\xb0\x8e\xe5\xee\xca\x3a\xc0\xae\xad\x2e\xb9\x96\x59\x9c\xac\x68\x86\xf5\x70\x26\xde\xd0\xb0\x85\x97\x4e\xb4\x5f\xd8\x4c\xd3\xd4\x35\x5f\x65\x19\x3a\xb4\x93\x56\xb8\x07\xa1\xd4\xdf\x5b\x21\xdd\x5b\x77\x58\x9e\xea\x08\xb5\x2e\xeb\xb2\xca\xba\xae\x65\xc1\xb6\x3e\xa9\x25\xea\x5d\x7e\x55\x4b\x35\x9b\xfe\x79\x2d\xd9\xd0\x80\x4f\xb5\x64\x43\x12\xf0\x9b\x5a\xba\x67\x94\x10\xe1\x77\xb5\x4c\x0d\x9c\x08\xbf\xae\x77\xed\x6b\x45\x46\xf8\xb1\xc9\xfe\xd9\xba\x64\x31\xcb\xf3\x97\xda\x2e\xa8\x8c\x58\xea\x25\x7f\x6c\x6c\xb9\x66\xd9\xa6\xd9\x48\xb3\x8c\x5a\xde\x08\x87\x9e\xa9\xa5\x8e\x0e\xec\x8a\xf8\x76\x40\x4d\x31\xc7\xcb\xac\xcb\x70\xa9\x66\x1d\xa4\xba\xf2\x5a\xad\xa3\x64\x84\x9f\x7a\xb9\x6e\xbb\xac\xb9\xc3\x3c\xf5\x0b\x83\x28\x49\x7f\xc3\x4f\xac\xa5\x2b\x13\x4f\xe4\x83\x2b\xbd\xae\x89\xd1\x25\xb1\xdf\xa5\xbf\x9f\x38\x7b\xc9\x68\xa0\x30\xa8\x53\xea\xbb\xe8\x6e\x5b\x30\xf4\x5b\xa8\x7d\xa3\x05\x69\x37\x6b\x5e\x07\x6a\x57\xa0\x70\xe2\xc1\x40\xcc\x5a\x23\x2b\x15\x59\x6b\xa5\x37\xbe\xdc\x8a\x33\x4d\x81\x06\x47\x81\x74\x5b\x27\xd7\xa6\x85\x09\xb2\x42\x55\x4b\xaa\x0e\xef\x04\x26\x54\x1a\x19\xa1\x22\x0e\x56\x82\xe7\x7b\x81\xac\xe9\x1a\xb7\xcd\x70\xd0\x3a\xc5\x56\x2d\x65\xce\x9e\xaa\xee\x5a\x26\x0b\xe9\xcd\xd9\xd6\x5b\xd9\x32\x34\x47\xc7\x74\xbb\x8e\x76\x25\x55\xe8\x60\xc9\x97\xc6\x69\x3b\x59\x18\x8d\x54\x20\x4e\xfa\x27\x10\x24\xfd\x53\x13\x21\xeb\xf2\x53\x8f\xaa\x83\x56\x24\x41\x6e\x93\x3e\x04\x8d\xb8\xf3\xe5\x4e\x8b\x86\x6b\x1a\x84\x37\xb1\x5f\xaa\x96\xa9\xd5\x76\x09\xa2\x86\xcb\xf4\x14\xc2\xf2\x82\xc3\x7e\x61\x05\x9a\xa5\x93\xa7\xd6\x5b\xd2\xb3\x3a\xae\x88\x43\x4c\x50\x45\x3a\x62\x82\x4a\xe1\x2b\x8a\x3a\x0d\xf8\x2e\x94\xd1\x3c\xc2\x56\x0b\x3b\x8f\x38\x22\x7c\x33\x0b\xae\x1d\x10\x00\xcf\x68\x0a\xa9\x03\x81\x73\x93\xa6\x27\x1d\xe9\x9b\xcd\xd6\x81\xfb\x56\x81\xa0\xab\xd9\x64\xe2\x26\x0c\xd7\xd9\xb2\x09\xc5\xdd\x18\x36\xe1\xb8\x0b\x39\xad\xf9\x1e\x5e\x07\x27\xe1\xa4\x50\x28\x78\x91\xca\xf9\xf9\x7b\x3d\xf3\xbf\x82\x59\x5d\x9e\x0c\x8e\x3c\x7b\x3f\xbc\x4a\xbc\xbd\xeb\x6e\xd7\x15\xaf\x58\xf9\x8e\x8a\x25\x36\x5a\xdc\x4d\x88\xe0\x2f\x3d\x47\x5c\x9b\x5c\xdb\xcc\xb0\x45\x18\x40\xcc\x2a\x78\x96\x9e\xdf\x72\x99\x5f\x7b\xca\xcc\x6a\x32\x2b\x54\xd6\x93\x2b\x57\xfa\x7d\x96\xac\x1d\xbd\x99\x88\x16\x4e\x1c\x5f\x7a\xd9\xf5\xa9\x06\x16\x96\x75\xd7\x13\x7a\xe3\x54\x05\x50\x09\xe1\xfc\xc7\x60\xcd\x39\x1c\x56\x16\x98\x26\x49\x51\x35\x08\x39\xa8\xa8\x9b\x97\x76\x10\x2d\x3f\x45\xf6\x42\xe8\x15\x57\xb4\xef\x38\x66\x9a\x06\xfa\x89\x50\x01\x33\x43\x12\x0d\xd9\x6a\x54\x87\xdc\xe1\x30\x0e\xbe\xed\xf5\xd3\x5e\x4e\x5b\xca\xdb\x76\x83\x74\xdb\x25\x8c\x25\xbc\xc2\x7a\x4d\x00\x61\x86\x26\x34\x89\x0e\xd2\xbb\xa6\xa9\x49\x38\xd4\x32\xd4\x3c\xcc\x09\xea\xd9\xc3\x48\xf2\x25\xb2\x77\x94\xe9\x2c\x8c\x7b\x61\xaa\xa3\x7a\x4f\x53\x39\x1b\x0e\xe3\x88\xad\xd4\x3a\x7a\x31\xbb\x5c\xee\x31\xd1\xd6\x61\x1f\xbe\x5a\x4b\x30\x8e\xad\xb2\xca\xe5\xa7\x0f\x68\xb2\x25\xff\x03\x42\x3d\xf0\xfb\xec\x22\x89\xc7\x11\x64\x46\x98\x98\xd0\x94\x0f\x23\x84\xca\x2a\x66\x9a\x37\xd2\x91\x3a\x64\xff\xdb\x85\x62\xa1\x08\xa0\xe1\xa1\x16\x0e\xbe\xa6\x10\x1a\x42\x77\x4d\x67\xe1\x0e\xa9\x0e\x57\x56\xfd\xc6\xf5\x83\xb6\xfa\x5d\x9d\xb7\x80\x97\xb8\x3a\x75\xf5\x62\x63\xef\xf0\x35\x98\x81\xbd\x43\xd8\xac\x34\xf6\x0f\x63\xbb\x8e\x8d\x0d\x92\x84\x73\xda\x75\x1e\xb7\xee\xd6\xed\x47\x7c\xcb\x0e\x66\x65\xcb\x65\x57\x63\x0e\x96\x77\x34\xe4\x76\x90\xf7\x2d\xba\x31\x49\xe4\xb4\x95\xe1\x8f\x66\xc3\x61\x67\x56\x78\x4b\x6f\xbf\x30\x5c\x71\x71\x71\xce\x01\xa7\xca\x12\x9f\x26\x1f\xe3\xf8\x2c\x79\x1b\xbe\xa9\x54\xd7\x9d\x29\xfb\x8c\x6a\xc6\x10\x24\xa1\x44\xf8\x3a\xf9\x18\x9f\xf9\x1d\x7a\x57\xcf\xcf\xaa\xd7\x6c\x3b\x3c\xa9\x77\x08\x17\xda\x29\xbf\x75\x57\x26\xdc\xc3\x55\xbd\x5d\x7d\x27\x9e\xa6\x77\x6d\xf8\x79\xbd\x61\x73\xad\x9e\x16\x77\x6d\xf9\x53\xbd\x65\x73\x33\x9f\xe6\x77\x6d\xf9\x4d\xbd\x65\x7b\xb9\x9f\xae\xee\xda\xf4\xbb\x7a\xd3\x81\x7c\x60\x3a\xff\x7c\x28\x03\x3e\xef\xf1\xeb\x7a\x7f\x56\xe4\x30\xcd\x3e\xbb\xd6\x3d\xf8\x11\xd1\xe5\xf2\x6b\xd5\x8b\x16\x8f\xa9\x61\x3c\x6e\x60\x41\x28\xe1\x98\x9e\x7f\xc6\xd1\xb4\x28\x02\xd5\xcc\x4c\x3b\x32\xd4\x48\xeb\xcb\xa3\x81\xb5\x87\x32\x72\xb3\x1a\xc2\x67\xfe\x63\x53\xad\x65\xb8\x71\xec\xa7\x6d\xdc\x52\x6f\x7b\xdb\xfa\xca\x13\xe1\xe9\xc5\x0d\x1b\x37\x15\xb7\xb7\x2e\x7c\x35\xed\xcb\x1b\xf6\x20\x7c\xd5\xec\xa0\x97\x33\xff\x31\xee\xd9\xce\xc7\xb8\x76\x57\x7e\x3b\x1d\x8b\xfd\xee\xbe\xf8\x5e\x7f\xfb\xcb\xbf\xff\xf5\xd5\xc7\xbc\xdd\x17\x9f\x93\xbc\x45\x7f\x34\x4d\x1b\x2b\x99\xe8\x8f\xb5\x2d\x13\xfd\xd1\x3b\x6b\xa2\x3f\x9e\xfb\x1f\x19\x15\x11\x8e\x86\xa9\x94\x02\xaa\x56\xef\x94\xd1\x1f\x39\x7b\xa1\x2e\xc6\x2f\xfd\x0f\xb0\xe3\x50\x5f\x5a\x4b\x87\x49\xed\x0b\xde\x7c\xbf\x22\xe9\x65\xe0\x1f\x50\x65\x5d\x12\x91\xa7\xd7\xd0\xb3\xbc\xc8\xdf\xa7\x67\x5d\x5e\x03\x0f\xc1\x6b\xe0\x7d\xfc\x3d\x9e\x5a\xe2\x33\xbb\xa5\x03\xc1\x43\x1c\x65\xf4\x12\x7e\x7e\x83\x0f\x77\x38\x19\xb2\xdc\xc1\x88\x0b\x7a\x46\x19\xd4\xba\xef\xb9\x0e\xc4\xd3\xef\x71\x74\x91\x5e\x9f\x92\x11\x65\x23\x62\xe1\x3e\x55\xc3\x55\xc0\x6f\x0a\x43\xeb\x4b\x60\x26\x76\x88\xa7\x6d\xb2\xd3\xd9\x0c\xab\xdc\x07\xe0\x1f\x73\xab\x53\xce\x10\x4e\x47\xdf\xdc\xc0\x95\xa7\xfe\xdf\xfe\xc0\xb1\xcb\x66\x81\x71\xf4\x60\x97\x33\x45\x6c\x86\xf7\x3d\x0c\xef\x10\x4f\x1f\x7c\x07\x4e\x42\xed\xef\xef\xbc\xdf\x0f\xec\x14\xbe\x9d\xd9\xc1\x80\xbf\x46\xf7\x67\x3a\x75\xe1\xc9\xf7\xa9\xd6\x86\x27\xbb\x21\xf1\x3d\xc0\x1d\x9c\x55\x1e\x7d\x87\x8f\xb0\x5b\xa3\x4a\x2e\x0d\xf3\x3a\xfa\x4e\x25\x3f\x38\xc2\xed\x3c\xa8\x45\xa4\xfe\x56\x2c\x1b\x45\xd0\xbe\x1a\xf9\x5e\x05\xbf\x51\x05\x23\x37\xa6\x9a\x2d\x1c\xe0\x8c\x06\x8a\x45\x87\x07\xbb\x5b\xa6\x6c\xb4\x34\x08\xa9\xdd\x63\xda\x1e\xee\xcf\xec\x44\xbf\x75\x3d\xea\x5b\x98\x4d\x8f\x80\x52\xa8\xbc\xef\x20\xe5\x0f\xb0\xb6\xdf\xe0\xe9\x83\xef\x8d\xbb\x4f\x53\x0b\x2c\xdb\xec\x7a\x34\x8a\xa8\xbd\xed\x44\xf0\x3e\x89\xef\xac\xe1\x1a\x6d\x18\x45\x6d\xad\x52\xd9\xa7\x35\x8a\xdd\xf7\x8a\x75\x5a\x5c\x6d\xad\xe5\xd9\xa5\xed\xd5\x7a\xb3\xd4\xb7\x33\x3c\x8d\x40\xee\x48\xd5\xd9\x68\x96\xf2\x9b\x16\x5c\xff\xf7\x99\x5b\x11\xc6\x79\x00\x5a\x05\xcf\x59\xb8\x73\x9a\xed\x73\xb0\xbc\xdb\xd2\xc1\xd1\xe1\xed\x7b\x00\x45\x1d\xa2\x4f\x81\xad\x7d\x1c\xdd\xb1\x8f\x5c\x9f\x2c\x5b\xfb\xb8\x7f\xa3\x3e\x54\xad\x19\x9e\xee\xa4\xb9\x9a\xe6\xf5\xfb\x01\x09\xfd\x1e\x1f\x3d\x08\x3d\xcc\x56\xd9\x1d\xc4\xb1\x8b\x76\x1e\x59\x4f\xb4\x1d\x95\x4c\x8f\xdb\xc9\xef\x16\x5f\xb8\x1e\xb5\xff\x76\x1b\x8d\xdb\x7d\x4e\x02\xe9\x38\xe7\x79\xa6\xb6\x07\xd4\xf8\x56\xb5\x5d\x2c\xf3\xf4\x7a\xd2\x67\x9c\x91\x87\x37\x38\x2e\xb6\xfb\xde\x5d\x44\xaa\xe9\x2a\xcc\x69\x14\x86\x5d\x8c\xb8\x62\x3b\x16\x8a\x33\x01\x3e\xa6\x3a\x95\x23\x5f\x95\x2a\x27\xb2\xc3\x71\xef\x5d\x19\xc5\xfd\xbc\xf9\xde\xa2\xfd\x16\x73\xb0\xdf\x9d\x11\x7d\xf2\xf3\x93\x5f\x7f\xcd\x2f\x5f\xdf\x98\x11\xed\xe6\x3b\x1b\x2c\xaa\xc7\x78\x56\xdc\x28\x67\x4e\x19\xd4\xf1\x98\xd5\x67\xa5\x4a\xa9\xbe\x8c\x7a\xea\x4e\xde\xd4\x72\xb2\xfa\xe7\x93\x7c\x25\xb6\xf3\xba\x3e\x2f\xbb\x83\x81\xfd\x77\x8f\x2a\x75\x71\x41\xdf\x5a\x6a\xf5\xef\x37\xe2\x7c\x3a\xab\xdd\x84\xf3\x69\xf2\x3c\x5b\xd9\x9a\x0a\x15\xcd\x20\xec\xf9\xda\xcd\xc3\x98\x2a\x2d\x9c\x46\xbd\x8d\x6f\x42\x06\x66\x57\x7b\x96\x27\xaa\x9f\x13\xb5\x56\x1f\xdc\xa6\xd5\x07\xf5\x56\x6b\x5c\xd1\xfd\x6f\x70\x24\x40\x7a\x18\x69\xb3\x9f\xc8\xb0\x44\x32\x3d\xb5\xe1\x29\x4c\xa7\xf6\xf0\xff\x4e\x51\x58\xab\x7f\xa0\x48\xdd\x61\xb5\xce\x9a\x9b\xaa\x9e\xed\x22\xbd\x06\xb6\x9a\x7d\xb3\x83\x6a\x6e\x0d\x1c\x1b\xe6\xbc\x12\x46\x7b\x70\xa4\x66\x82\xb5\x66\xc3\xb6\xc8\xa7\x65\xca\x32\x52\x1f\x46\x75\x01\x0b\x4a\xbb\x49\x35\x40\xdf\x98\xb2\x14\x2b\xe2\xcf\xda\xe7\x18\x1f\x78\x4c\x52\xab\x8a\x71\x83\x61\xfa\xc6\xb1\x02\x46\x8d\xd6\xd4\xae\x6b\xb2\xb7\x57\x34\x76\x24\x61\x25\x4d\x31\xda\x2b\x7c\x24\xd7\x6d\xfd\x58\x72\xd4\x5e\xc9\x77\xe8\x16\xd6\xf3\x94\xc4\xb7\x54\x05\x23\xe3\x96\x8a\x8a\xc6\xed\x1c\x66\xf3\x92\x65\x69\xc6\xf7\x5b\xf9\xa2\xef\x3a\x78\xaf\x26\xc0\xbb\x7b\xd8\xce\xa3\x6e\xed\xc1\x9f\x78\x77\x07\x3b\x78\xd4\xad\x3d\xb8\xb5\xdf\xd2\xfc\x76\xf6\x74\x37\x88\x6a\x2c\x70\x6b\x1f\xdb\xd9\xd3\xdd\x7d\xd4\x58\xe0\xd6\x3e\x1e\xdc\xbe\x8f\x85\x3e\x14\xb7\x36\xff\xcd\xed\x9b\x3f\x85\x83\x76\x6b\xeb\xdf\xde\x71\xf0\x74\x07\x96\x1e\x7d\x77\xc7\x0e\x82\xab\x54\x6b\x0f\x7f\xb8\x51\x0f\x37\xbf\x82\xd8\xcb\xc7\xf7\xf5\xcb\xc7\xed\xaf\x1d\xdd\x4c\xf8\x9c\xb3\x79\x2a\x75\xf8\x0b\x1c\xad\x58\x4e\x80\xab\xab\x73\xe2\x2c\x60\xc7\x7f\x3b\x4e\xdc\x1c\x8d\x1d\x9c\x78\xef\xae\x9c\xf8\x3f\x15\x07\xfe\xdf\xef\xfe\xe3\x97\x17\x2f\xe7\xff\xdd\xce\x81\xa7\x4b\x1a\x32\xaa\x15\x07\x1d\x78\x30\x55\x09\x81\x17\x37\x95\x60\x58\x05\x2f\xa0\x61\xf4\x47\x03\xda\xa7\x9e\xf3\x89\x56\x86\xf7\x5b\x6f\x0f\x7c\x53\xf1\xa1\x8e\xd7\xa8\x1e\x91\x2a\xd6\x00\x7b\xf2\x9f\xf7\x96\xc3\x8c\x9e\x1a\xf9\xbb\xc7\x17\x38\x35\x26\x40\xbe\x8a\x29\x6a\xcb\x77\xdc\x4a\x6b\xae\xcf\x96\xb4\xe5\xdb\x01\x79\x42\xb5\x07\xde\xcc\x2c\x53\xf7\x87\x19\x8e\x3a\x58\x64\x9f\x7b\xf7\x6e\x32\xfe\x95\xa7\x7e\xe3\xa9\xee\x46\x5e\x57\x47\xad\xf3\x9f\x75\xf2\xbb\xc0\x28\xbc\x6d\x91\xa1\xb5\x94\xab\x89\xa4\xb7\x96\xbd\x6c\xb6\x39\xdb\x01\x9d\xef\x9a\xd0\x99\xbb\x45\xbd\x31\x74\xea\x68\x5a\xc7\x63\xff\x66\xe9\x89\xd4\x23\xbc\x97\x39\x46\xf8\x98\xfa\x4f\x06\xff\x6f\x1b\x39\xf7\xab\x3b\x93\xe1\x66\x6e\xb8\x76\xad\xe5\x7c\xb0\x6d\x2f\x29\x6b\x27\x59\xb3\x04\x80\x7b\xc7\xf4\xb5\x21\xcc\xd6\x32\x7a\x99\x76\x80\x9b\xec\xd1\x50\xb0\xbc\x1e\x06\xef\x7b\x5d\x0e\x1f\x5a\xba\x57\xef\x06\xef\x52\xe6\xf0\x3e\x72\xe2\xb8\xfb\x9d\x12\xb7\x48\x5f\x97\x1e\x38\x61\xda\xf7\xf8\xbe\x61\x30\xf4\x6d\xec\x36\xc2\x40\x2f\xb4\x96\xd7\xd4\x2e\x11\xdd\x4d\x79\x06\x60\x15\x04\x49\x33\xce\x72\x27\xa7\xf3\x19\x81\xf3\xb4\x38\x87\x0d\xa9\x16\xfa\xb3\x32\x04\xb7\x12\xc9\x75\xdb\x55\x7e\xb1\xd3\xbf\xe6\x16\xbd\xc5\x03\x7c\xb7\x8f\x2c\x2c\x92\x28\x3d\x2d\x78\xbe\x92\x04\x7c\xc5\x8c\x97\x4e\x5f\x2b\xb9\x17\xa7\x2b\xc9\x37\xda\xe7\x22\xba\x07\xfe\xb4\x16\xf4\x13\xc9\xc2\x92\xa8\x1e\xe0\xe3\x94\x67\xd7\x4e\x13\x90\x26\xe4\x21\x4d\x68\xe8\xfd\xeb\x21\xa2\x8b\xb8\x7b\x5c\x14\xe1\x78\x20\x36\x1b\x40\x3b\x3a\x07\xd7\x29\x55\x77\xc3\x21\x1b\x4b\x52\xc8\x58\x8e\xf9\x25\x11\x8b\x9c\x5f\x1d\x54\x3f\x7f\xf1\x7e\xff\xcd\x85\x65\xa6\xbd\xb6\x41\x96\x1e\xef\x44\x2a\x75\x5d\xb3\x29\x9d\x32\x9b\x97\xf5\x57\xf3\xb4\x9b\xd5\x94\xd5\x8d\x7b\x0b\x67\xd0\xaa\x5d\x5c\xb7\xa9\xf1\xd2\xa6\x1a\x2f\x6f\x51\xbf\x4d\xb7\xa9\xf6\x16\xdd\xaa\xbd\x79\x99\x30\xbc\xb2\x90\x5d\xa6\x67\xe4\x6f\x6f\x16\x8b\x82\x48\x3c\xf7\x13\x7f\x31\x89\x6b\x08\x25\x92\x61\xc9\x97\x93\x73\x13\xd7\x64\x61\xe3\x9a\x2c\xcb\x04\xb0\xeb\x09\x5f\xb1\x8c\xb2\xb3\xa7\x39\x25\x4c\xfe\xac\xdd\x35\xaf\x4d\xa1\x0b\x53\xeb\xb2\x4c\x64\x67\xe1\xb3\xa4\xee\xb9\x40\x65\xc2\x4c\x37\x1b\x33\x2c\xca\x98\x99\x3c\x3e\x4d\xd6\x25\xbe\x4e\x84\x17\x13\x00\x9f\x74\x62\xcb\x35\x72\xb8\xa1\x63\x14\x44\x82\xe4\xe0\x0d\x57\x21\xce\xc9\x70\x58\x61\xb8\xf9\xb6\x01\x0c\xae\xbb\xc2\x13\x5c\x27\xd7\x37\xef\x5b\x6d\x0f\xd7\x73\x92\x24\x27\x9b\x4d\xb0\xb7\x4e\xac\x9e\xec\x75\x17\x9c\x7a\xd9\x28\xd1\x9a\xc5\xf8\x5c\xfd\x92\x7c\x09\x1a\xef\x1c\x16\x4b\x6f\xef\x89\x2c\x93\xeb\x1e\x38\xfc\x18\x25\xd2\xf8\x51\x7d\x65\xaa\xd8\xef\xf7\x7c\x89\xca\xcb\x24\x3d\x5e\x4c\x2e\x71\x3a\x1c\xc6\xa7\x46\x4d\xf4\x52\x3b\x62\xb9\x4a\xb2\x83\x15\x0c\x18\x6c\x17\x93\x24\xa1\xc6\x8e\x71\x04\x27\x2f\x04\x22\x31\xa3\x7d\x9d\xca\xf3\xf1\x05\x65\xf1\x19\xce\x0e\x2e\xd1\x48\x7f\xa7\x9f\xe2\x43\x0c\x96\x04\x41\xfe\x22\xcc\x3f\x58\x8c\x2e\x51\x8f\x26\x97\x8f\xc8\x70\x28\x1f\x91\x63\x73\x6a\x4f\x2e\x1f\xc9\xe1\x90\x3c\x92\xc7\xfa\xa4\x9f\x14\x9b\x8d\xfe\xa5\x1d\xe2\xd9\x91\x8d\x74\xf1\xcf\x3f\x9c\xb0\xf7\xc6\xf0\xd4\x70\xf4\xcf\x32\xaa\x86\x70\x7c\x6a\xf4\x6f\xcf\x46\xf1\xd5\xc1\x02\x4d\x4e\xb5\x82\x6e\x34\xd7\xe2\x1a\x28\x73\x75\x10\xab\x5e\xee\xdd\x9f\x5c\x01\xa8\x9f\x27\xe7\x0d\xcc\xe8\xc2\xa6\x60\x93\x20\x95\x6f\x4f\x00\xf0\x1a\x1f\x47\x95\x02\xd3\x66\x13\x3f\x3f\x48\xe6\x08\x47\xe9\x29\xd7\xad\x72\x74\x0a\xfa\xc3\xcf\x47\x17\x3d\x07\xc5\x53\x92\xf3\xab\x20\xf7\x60\x09\xb9\x06\x9c\xcf\x0f\x96\x07\x17\x3f\xcc\x0f\xfc\x4d\xf8\xa3\xd1\x1a\x4e\xce\x1f\x5d\xf4\x78\x42\x36\x1b\x79\x5c\x35\x94\x0f\x87\x03\x05\xae\x63\xd3\xf3\xa4\x1a\x81\xca\x52\x90\xb5\xa5\x27\xf9\x66\x13\x57\x5f\xa6\x20\x9a\x98\x04\x6c\x47\xe4\x0f\xf3\x78\x39\x19\x5d\x20\xe3\x1e\x72\x6f\x02\x0a\xba\x05\x93\xd3\xb2\xec\x6d\x25\xd6\xd2\xd8\xff\xd4\xe8\x74\x9f\xb6\x5a\x5c\xf0\x66\x4f\xa9\x22\xaf\x45\xd2\x56\xda\x5c\x11\x1a\x55\xec\x64\xf5\x10\xd7\x65\x19\xec\x3b\x6e\xfd\x4c\x76\x52\xda\x1e\xed\x26\xac\x26\x78\x4a\x93\xda\x1f\x34\x88\x6a\xaf\xcd\xfa\x39\x11\xda\x8e\x81\x6a\xf2\xf0\x88\xb9\x1d\x50\xdf\x8d\x15\x8a\xeb\x11\xaf\x35\xd5\x17\x5b\x8f\x08\x5d\x86\x6d\x39\x19\x7a\x85\x56\x9f\x4f\xf4\x41\x14\x8b\x11\x43\xf7\xee\x97\x5d\x54\x60\x37\xb4\x30\xdb\xda\x59\x2b\x08\xa0\xf9\x47\x46\x83\xbe\x0d\x02\x15\x0d\xe0\xc3\x61\xdc\xda\x8a\x29\x62\x35\xd1\xab\x3d\x91\x1e\xc7\x4d\xa3\xf1\x24\xc5\x54\x91\xdc\xee\x13\xd3\xc1\x45\x9d\xcc\x23\x6a\x34\xf9\x4b\x34\x69\x69\xcc\x61\x58\x80\xfd\x75\x2e\x46\x98\xb0\xfd\x31\xd1\x6e\x3d\x51\xf2\x88\x87\x4a\xa8\xc7\x02\xf2\x0e\x31\x47\x13\xe9\x8a\x75\x85\x92\xdf\x3f\xc0\xe9\x6f\xc0\xfa\x6a\xf7\xfc\x75\xd6\xd7\xba\xf5\x17\xc9\xa1\x75\xec\x4f\xed\xcf\xd7\x3c\x23\x13\x9e\xc8\x32\x81\x28\x48\x5c\xf1\x98\x68\x7d\xdf\xac\xb1\xf8\xbf\xc9\x03\x4c\xff\x6f\xf2\x00\x19\xef\x0c\x24\x61\x31\xea\x39\xfd\x5e\xa2\xcb\x10\x55\x86\x38\x6a\x65\xbb\x73\x9d\x95\xa5\x3f\xc8\x57\x94\x91\x1f\x8d\x69\x86\x4e\xaf\x05\x24\x48\x42\x87\xac\xba\x67\x91\xac\xc3\xc8\x02\x13\x33\x03\x17\x2f\xc0\x26\xfc\x52\x2f\xf1\x4b\x55\xa2\xd4\xa4\x02\x53\xcd\x22\x79\x3e\x7e\x09\xda\x6c\x64\x92\x24\xe4\x21\x5a\x2b\x5e\x57\x2f\x1e\xd0\x8c\x11\xf1\x39\x35\x4c\x5d\xae\x9e\x85\xcb\x36\x07\x86\xa8\x85\x40\x38\x48\x46\xc4\x67\x50\x44\x2d\xce\xc1\x41\xc2\x5a\x0b\xfc\xd2\xd2\xc0\x7b\xbe\x74\xd9\x55\x7d\xea\xe7\xd7\xe2\x00\xf9\xf1\xad\x20\x88\xcf\xa9\x20\xe9\xc7\x1e\x49\x9c\xef\x61\x01\xfc\x7f\x2d\x7e\x41\xd2\x8c\xc5\x6b\xc3\x48\x84\xf1\xe1\xb4\x47\x16\x1d\xa4\xcd\x39\xfe\x1c\xe7\x84\x9d\xc9\xf3\x47\xdf\x78\x9e\x4b\x5c\xe6\xf4\x9b\xd9\xb1\xff\x31\x99\xce\x0c\x76\xa5\xc9\xda\x88\xb9\x27\x0c\x57\x00\x99\x1c\x62\x37\xbb\xc9\x61\x89\x8b\x84\x05\xcb\xc3\x82\xe5\xc9\x5d\xae\x59\x1e\x16\x2e\xcf\xaa\x81\x48\x23\xe6\x43\xbf\x86\x54\x45\x4b\xee\x2f\xcd\xaa\x6a\x61\x6a\xc8\x96\xfb\x99\x65\x75\xf1\x68\xf0\x3b\x0c\xf5\xa2\x73\x9a\x65\x84\x29\x6e\x7c\x5e\xdd\xdb\x86\xc3\x38\xf5\x3a\x4f\xfc\x91\x1c\x48\x2c\x1f\xad\xea\x61\x34\xe4\x28\xa9\xa7\x4d\xe4\x0f\xab\x7a\xa0\x0e\xaf\x98\x9b\x8a\x4c\x0e\x3b\xc6\xf1\x8b\x37\x8e\xf7\x60\x99\xe5\x7e\x1f\x08\x2c\xec\x28\xdc\xcc\x8f\x85\x6b\xbe\x82\x86\xb0\xa3\xa8\x02\x77\x78\xc5\xdc\x28\x84\x1a\x85\x42\xd7\x41\x92\xd0\xe1\x30\x96\x9b\x8d\x70\xd7\x57\x83\x70\xfe\x9d\x84\x6a\x7f\x3d\xf3\x54\xc6\xd3\x74\x86\x9c\x09\x54\x90\x5a\x3a\x24\xd6\xd1\x04\xdd\xad\x3c\x4d\x0e\x1f\xa6\x3f\x50\x83\xae\x0f\xd3\x83\x03\xc4\x13\x3a\x4d\x67\x98\x8f\x0d\x26\xfa\xf0\xe7\x3e\x26\xd4\x4b\x28\xc8\x70\x7f\xc1\xc9\xf8\xd5\xcb\x9f\x9e\xbf\x3b\x79\xfb\xfc\xe7\x93\xb7\x8f\xff\xf4\x3c\x21\xe3\x67\x6f\x5e\x9f\x3c\x7b\xfe\xea\xfd\xe3\x66\x82\x2a\x1b\x96\x78\xf9\xb7\xe7\xaf\x42\xdf\x38\x32\x39\xec\x35\x8b\xc8\x5e\xa3\x9d\xa3\x5e\xa3\xaf\xfb\xbd\xc6\x78\x1e\x18\x36\xd0\xf4\xe1\xf6\xb5\xb1\xb5\x76\x16\x8e\xc2\xee\x7d\xd2\x70\x37\x69\xa2\x9b\x46\x74\x21\xd2\x0b\x12\xa9\x53\xb2\x10\xf3\x24\xfa\xb7\x08\x13\x63\x35\xb9\x74\xe7\xb3\xbb\x05\xba\xbc\x4b\x5a\xd0\x53\x9a\x53\x79\x9d\x58\xcc\x73\x79\xfa\xa6\x16\x1d\x2e\x3f\x55\x69\xc6\xa2\x2f\x4c\x3c\xe5\x22\x23\x22\xd1\x3e\xce\x6b\xbe\x01\xfd\x40\x60\x04\x39\x30\xea\x70\x39\x40\x32\x60\x4b\xda\x4a\x3d\xa9\x2d\xcf\x11\x96\xe0\xc6\x89\xc4\xd1\x0f\x83\x8c\xcf\xe5\xf5\x92\xf4\xcf\xe5\x45\xfe\xe8\x07\xf3\x2f\x49\xb3\x47\x3f\xdc\xd3\x7f\x54\x4f\x8f\x7e\x28\x96\x29\x7b\xf4\xb7\x1f\xee\xc1\xdf\x1f\xee\xe9\xc4\x7b\x50\x3c\x52\xed\x69\x03\x77\xcb\xab\x1a\xf1\x90\x48\xd8\x78\x41\x45\x61\x25\x42\x30\xd2\xb1\xbe\xe8\x1a\x7a\x15\x4e\xc8\x8f\x45\xe6\x4e\xdc\xbe\x28\x9b\x2c\xc9\x3c\x65\xf7\x52\x0d\xdc\xdf\xe7\xcd\xcd\xb4\xa6\x1d\x15\xc5\xeb\x0b\x9e\x91\x1c\xac\xb0\xf0\x32\x15\x85\x6b\x7f\x42\x92\x47\x41\xe0\xd5\x79\x7a\x41\x72\xfa\x2b\x89\xa3\x79\xca\x46\xd1\x01\x41\x58\xf1\x08\x7a\x2a\x5e\xe8\x7d\xb0\x21\x3a\x23\xd6\xfd\x87\xdf\x26\xb8\xae\xdd\x25\xb2\x54\x00\x9a\x1b\x42\xfc\x05\x21\x64\xd6\xa0\xc6\xd4\xd8\x39\x24\x72\xb3\x21\xc6\x9f\x8b\x1d\x4c\x2c\x83\x00\x74\xa6\x68\xab\x69\x68\xce\xf9\xc7\xd5\x32\x8e\x0a\x22\x2e\xe9\x9c\x4c\xe6\x29\x8b\x90\xed\xf2\x85\x76\xde\xe3\xc0\x84\x50\x89\xd0\x58\x90\x34\x7b\xc3\xf2\xeb\x18\x75\x20\x8d\xe1\x57\xef\xa9\xb6\x7e\x9f\xc7\x5a\x18\x80\x43\x9c\x79\xca\x8c\xad\x3b\x65\xd0\x8d\x99\x6c\x8c\xb0\x99\xa8\xc1\x2a\xd3\x2f\x88\xbb\x21\xc5\x00\x54\x43\x3c\x27\x72\x2a\x30\x9b\x25\x04\xaf\x4d\x3d\x28\x49\xc3\x8a\xdc\xf8\x31\x98\xa7\x4c\xe3\x54\x2c\x10\x4e\xab\x34\x0f\xb6\x14\x33\x2c\xab\x13\x27\x49\x6b\x48\xc8\xad\x37\x27\xbd\x69\x0d\x06\x57\xf1\xe2\x4c\x6e\x9a\x65\xf5\xac\x14\x73\x84\xd3\x29\x9f\x95\x38\x73\xae\x68\x02\x27\x57\xdb\x9b\x6c\x71\xc5\x5e\xe2\xb6\x8e\x00\x32\x1a\xb8\x85\x13\xb3\x50\x52\x68\xb7\x3e\x16\x4e\x13\x12\xc2\x48\x96\x36\x56\x72\x9a\x65\xae\x2d\xed\x09\xc8\x54\x19\x47\x07\xda\xe0\x1a\x47\x82\x98\x75\x88\xd4\x20\x3a\x06\x6e\xa3\xc0\x41\x6e\x77\x93\xda\xda\xba\x1a\x4a\xb3\x0b\xe3\x20\x45\x57\xb1\x86\x86\xa6\x01\x07\x4b\xbc\x7b\xca\xed\x28\x55\xee\x47\x56\xbc\x2d\xc4\xb8\x0c\x9d\x53\xb6\x6f\xb4\xed\x61\x28\x3e\xcf\xfe\x12\x89\x73\x16\x57\x6d\x2e\xb3\x45\x2c\x7a\x0d\xba\x11\x28\x98\xb8\x68\x9f\xb8\xd5\xdb\x6c\x9d\xaf\x3d\x8d\x3e\xf3\x5c\x3b\x2b\x3c\xb6\xa7\xdf\x3a\x34\x64\x3d\x23\xb2\xcd\x84\xd6\xce\xad\x2c\x51\xd7\xe4\x9c\xd1\x6b\x71\x0f\x6c\x67\x46\x2e\xb3\x6d\xce\xc6\x6e\x5f\xec\x98\x70\x10\x5a\xe5\x36\x7e\x14\xab\x71\x25\xa2\xb1\xf2\x55\xe8\xba\xb1\x20\xc0\xdc\xac\x55\x79\xeb\xf5\xb9\x6d\xa5\x4d\x68\x32\x22\xe3\x68\x99\xaf\x04\xb4\x9c\xbd\xbf\x5e\x12\xb7\x93\x22\xbb\x29\x29\x29\xc0\x8d\xb2\x11\xaa\xac\xab\xa1\x4c\x44\xb9\x5d\x64\xa2\x20\x6a\x28\x79\xe3\xac\x69\xc3\x1a\x3f\x4d\xcb\x57\x18\x17\x17\xd0\xd7\x4e\x1f\xad\x9f\x67\xff\x58\x27\x93\xef\xf4\xa8\xdd\x1e\x02\xaa\xaf\xd8\x18\x08\xcf\xec\x3c\xdb\x10\x77\x3e\xbd\xb0\x5e\xf4\x34\xbf\xdd\xb8\x26\xdf\x6f\xbd\x26\xdf\xf7\xaf\xc9\xf7\x67\x93\x75\xe9\xa2\x7f\xd4\xb8\x80\x45\x3a\x97\x5c\x40\x37\x96\x58\x4e\x14\xdf\x54\x09\x6a\xc0\xf1\x4a\x52\xf7\x18\x63\x78\x32\x59\x62\x81\x34\x63\x4a\x13\x66\x58\xfb\x58\xb8\x93\x8d\x96\xda\x65\xac\x99\x86\x96\x06\xe8\xd2\x3e\x79\x05\x57\x74\x90\x89\x79\x42\xc7\x01\xcf\xe6\x9a\xf2\x68\x30\x2f\xf1\x3c\xf5\x9d\xe3\xac\x43\x72\x8b\x83\x53\xda\x1c\xcb\xfa\x48\x76\x0d\x0e\x34\xbd\x72\xc3\x63\x98\x42\x73\xd0\x34\xe3\x32\xf4\x56\x3b\xb0\xa7\xb8\x49\x0e\x49\x5a\x07\x8e\xd6\x71\xad\x05\x4d\x29\x5b\x68\xc7\x51\x5f\x8e\x8c\xd7\x5f\xb3\x41\x44\xe5\x62\x1e\x63\x08\xee\x29\xc7\x05\x65\x67\xab\x3c\x15\xf4\x57\x82\x62\x36\x5e\xf2\x65\x8c\xc0\x49\xeb\x94\x19\x5c\x1b\x1d\xcd\x7a\x8a\x91\x9a\xe7\xab\x8c\x14\x31\x87\x67\x64\x28\x67\x20\x1a\x2e\x42\x3b\x63\x6e\x22\xb5\xea\x68\xcb\xe1\x2a\x95\x3d\x2b\xae\x9b\x46\x7c\x11\xe1\x88\xb2\x08\x47\x0b\xd0\x57\x90\x5c\xfd\x14\xfc\xc2\xaa\x37\xa6\x45\x34\x6b\x01\x3a\x04\x57\x2d\x88\x1c\xcd\x39\xcb\xe0\xee\x98\xe6\xa3\xcb\x34\xa7\x19\x68\xd5\x14\xf7\xcc\x6f\xae\xc8\x30\xbf\x20\x92\x5e\x90\x2f\x29\x5e\x6d\xae\x81\x71\x7a\xa7\xc3\x26\xd3\x02\xfe\xc6\xd5\x66\x3d\x9c\x21\x77\xac\xf8\xa9\xe3\x8b\x74\x19\x8b\xea\xd6\x16\x56\xf1\x0f\x82\xea\x96\xe3\xbb\x08\xd6\x5e\xa6\x35\x02\x14\xc9\x5a\x31\xf5\xc4\x04\x86\x70\x2b\x1a\x8d\x23\x64\x15\x1e\x1c\xb1\x88\x39\xd6\x81\xc0\x2a\x82\x60\x65\x2a\xd2\x85\xf3\x36\xe8\x34\x8e\x10\x66\x89\xd0\x48\x81\x69\x22\xcc\x62\xab\xf4\x22\x68\x92\xba\x6d\x5d\x0c\x87\x10\x40\xc0\x73\x3f\xd0\x4c\x89\x19\x3a\x96\x93\xaa\x81\x14\x57\x17\x58\x5e\x2f\x4b\xd0\x71\x38\xfa\x7a\x45\xeb\xfc\x79\x20\xb5\x7f\xe3\x02\x40\xb3\xd9\x10\x0f\x50\x65\xd9\x76\xc5\x71\xe8\xe5\xa3\x94\xe3\xc5\x6c\x6e\xeb\x71\x64\x33\x5b\x8a\xef\x7d\xc6\x13\x43\xed\xa6\x0c\xd3\x59\x42\xcc\x34\x60\xfb\xba\xd6\x50\x0c\xb9\x8a\x44\xdd\x02\x5f\x5d\x33\x2d\xec\x40\x70\x90\x99\x8b\x96\x9e\x8c\x22\xf8\xdb\x89\x61\x2b\xe0\x5a\x38\x3e\x93\x4d\xb2\xd1\xbe\xe0\xf9\x7c\xfc\xad\xbe\x10\xff\xc5\x12\x88\x1d\x1c\x6b\xeb\x8c\x34\xc1\x3f\x23\x72\x74\x41\x8a\x22\x3d\x0b\x69\x8b\xc5\x85\x33\x4d\x9f\x16\xf4\xac\x89\x1e\x2d\xcd\x55\x4d\xed\x51\xf8\x8a\xca\xf3\x91\x19\x77\xd1\x64\x6e\xd4\xf1\xfb\xd9\x69\x9a\x55\x2c\x68\x30\x27\x87\xad\xcc\xc9\xa1\xcf\x9c\x1c\xce\x26\xc6\x5b\xfe\x7f\x17\x63\xc2\xa4\xa0\xa4\xc0\x32\x19\xc4\x8d\xc6\x8e\x5a\x1b\x3b\x9a\xa1\xcd\xc6\xff\xc4\x45\xe2\x18\x29\xf0\xd3\x69\x7d\x34\xd3\xe2\xad\x20\x05\x61\x32\x4e\x9d\x54\x38\x05\x0a\x66\x9d\x75\x3f\x8e\x69\x4c\x10\x1a\x2f\x28\xcb\x62\x92\x3c\x22\xf0\x5e\xda\xab\x57\xcf\xd1\x70\x18\x17\x3a\xba\xb5\xe3\xd8\xcc\x24\x34\xc4\xe2\x1c\xd9\x1c\x5c\x54\x82\xe5\x34\x29\x70\x61\x4e\xb9\xf5\x47\x72\x5d\x28\xd6\x44\x2f\x00\xe6\xde\x05\x4b\xab\xde\xbd\x15\x64\x41\x3f\x1d\x44\xf7\xfc\x45\x76\xb8\xd0\xd3\x32\x68\x7d\xb1\xbc\x09\x72\x6a\x23\xa6\xd1\xc5\x2a\x97\x74\x99\x13\xbf\xc4\x5d\xb7\x62\x70\x1b\xb9\x13\x4a\x4c\x67\xce\xa1\xd9\xe3\x98\xa0\xb1\x20\x0a\x48\x6a\x4d\xa2\x53\xce\x73\x92\x42\x58\x36\x5d\x40\x5e\x2f\xc9\x9b\x45\x4c\xd0\x70\x58\x31\x8b\x87\x2e\x1b\xc4\x57\x38\xd2\xdd\x47\x68\xb3\x91\x77\xf1\x37\xef\xcd\x5e\x33\xb2\x6a\x1d\x27\x14\x33\x72\x05\x0a\x26\x13\x8e\x79\x9e\xe9\x9f\x29\x36\x80\x9b\x14\xd8\xc8\x8c\xad\x72\x99\x9b\x1a\x1c\xeb\x0a\xd5\x62\x17\x05\x02\x21\x38\x6e\x6d\x91\x15\x1a\xa7\xec\x3a\x96\x80\x80\xfc\x82\x16\xce\x41\xad\x11\xeb\xfd\xfc\xee\x2f\x6f\xc7\xea\x18\x5b\xa1\xb1\x3c\x27\xcc\xe3\xbe\x45\xbc\x6a\x95\xd4\xed\x45\x6c\x9a\x74\xcb\xe3\x9d\x5c\xb1\x2f\x4d\x9c\x2d\x4b\xd8\xf0\x58\xe9\xb6\x5e\x70\x2c\x99\x02\x02\xaf\x4f\xf3\x94\x7d\x9c\x54\x9b\x6a\xa9\x77\x2f\x36\x7f\xbd\x1c\x28\x89\xb5\x67\x3d\x70\x7b\x44\x39\x7b\xc1\xef\x8c\xc3\x51\xd4\x0b\xd6\xc9\x71\xc2\x4b\x2a\xe1\x3a\x10\x07\xe9\x59\x5a\x9c\x13\xc5\x7d\x2b\x7c\xd7\xfc\xd4\xbd\xe9\xf8\x64\x34\xbb\x77\x86\x3c\x9e\x79\xf7\xbd\x63\xcb\xe2\x4a\x3e\x52\x3b\xfa\x37\xe5\x77\xed\x03\x90\x34\x94\xae\xf2\x1a\x35\x96\xdc\xc1\x24\xcf\xbd\x9b\x1e\xe9\x53\x56\xc8\x94\xcd\x09\x5f\xf4\x9f\xa5\x92\x6c\x36\x11\x87\xca\x95\xab\x4b\x32\x1c\x46\x53\x9d\x08\x45\x66\xa0\x51\x7b\x4c\x26\x0d\xa7\x98\xaa\xb6\x2d\xf9\x13\xe4\x99\xb2\x8c\x5c\x41\xd5\x98\xa0\x49\x1c\x15\x30\x94\x2a\x2e\x98\xdf\x81\x1e\xe6\x0c\xb4\x68\x37\x1b\x2f\x8a\x98\xeb\x44\xcd\x91\xe7\x64\xb3\x89\xcd\xaf\xf1\x55\x2a\x58\x1c\xbd\xcd\x49\x5a\x90\xbe\x82\xea\x07\xd5\x97\xbe\x84\x7e\xe8\x4b\xde\x87\x5f\x7d\xdd\x6d\xa1\x38\xe4\xa0\x66\x0c\xc1\xd0\x84\xe0\x02\x8d\x0b\x99\xce\x3f\x22\x84\xdd\x80\x7f\x4a\x7f\x42\x37\xdd\xd8\x55\xca\x88\xa8\x66\x3f\x07\x67\x12\x30\x3a\x5f\x50\x90\xd2\xa0\xba\x7d\xea\x53\x77\x77\xd6\x46\xad\x83\x1d\x8b\xf4\xea\xcd\x4a\x2e\x57\x52\x91\xff\xc1\x11\xe6\x49\x28\x6d\x41\x38\x4d\xf8\xb8\x49\x00\xf4\xbd\x87\x8d\xcd\x14\x5d\x38\x66\x9b\x00\x9a\xa5\x0a\x01\x26\x85\x09\x8c\x93\x6b\x42\xff\x49\x4e\x56\xc9\xba\x2c\x13\x50\x69\x5d\xb9\x06\xcc\xdd\xca\x25\x68\x7d\x70\x33\xb9\x0a\x99\x9c\xb4\x47\xc6\x44\xc7\x05\xaa\x28\x7a\x75\xeb\x59\x70\x71\x91\xca\xd7\xba\xa5\x58\xe2\x90\x42\x66\xd5\x54\x26\x69\x89\x57\x08\x95\xaa\xcd\x79\x70\x0b\x2b\x2a\xe1\xca\x71\xbc\x6a\xd0\xd8\x15\xae\x35\x83\xec\xfa\xe4\xd8\x4c\xdb\x4c\x64\x32\xaf\x26\x5e\xa2\x49\x7d\x70\xf3\xdd\x83\xbb\x19\x32\x87\x5c\xee\x6f\x48\xce\xee\x78\x26\xa8\x83\xab\x59\xb7\x8b\xb3\x3d\xf6\x3f\x26\x55\xcc\xa2\x00\x98\x8d\x83\x11\xc1\x15\xf7\x66\xe0\x14\xe9\xf2\x37\x3e\x14\x1c\x87\x63\x45\x20\x75\xb6\xe6\xb1\x77\x20\xd8\x94\x29\x99\xed\x3f\x35\x8f\x5b\x01\x92\x26\x2e\xd2\xba\x19\xc9\x3e\x34\xae\x85\x6e\x36\xd8\xa1\xdf\x84\xf6\xdd\x19\xf5\x7a\x75\xb1\x50\x4d\x28\x74\x4b\x15\xac\x75\xe9\xa2\x1d\x55\x58\x58\xe0\x14\xe1\x95\xa6\xb3\xf6\x22\x81\x8c\xe7\x61\xb7\x10\x14\x13\x9c\x63\xe6\x04\xb2\x8a\x69\x5f\x6d\x36\xb1\xf7\xf0\x80\x62\x86\x15\x0f\x7b\x8b\x45\xaf\x73\x3a\x77\x5b\xec\x1b\x50\xa3\x1b\x30\x62\xff\x23\xee\xe7\x15\xe6\x90\xda\xc1\x49\xf0\x3a\xcd\x73\x7e\xf5\x04\x78\xed\xc1\x11\x06\xa0\xbd\x00\xda\x3f\x89\x5e\xbf\x7e\xdd\x7f\xc6\x71\xff\x97\x5f\x7e\xf9\x25\x2a\x11\x8e\x05\xa8\xcc\xc2\xad\xc9\xab\x96\x96\x09\xc1\xeb\x53\xb2\xe0\x42\x9d\x28\x9c\xbd\x11\x4f\xf4\x47\x8e\xd3\x85\x24\x62\xb2\x82\xc4\xc7\xf0\x7b\xee\x8e\x9c\x4c\xd5\x3b\x4f\x22\x00\xa4\x3a\x49\xd3\xe1\x50\x6b\x2a\x72\x64\x11\xca\x86\x42\x0f\xae\xea\xbc\x3a\xf5\xe2\x05\x3a\x2e\x5a\x6e\xf3\x05\xc2\x59\x92\x29\xc6\xf1\xc9\xf3\x17\x6f\x7e\x7e\x3e\xeb\xab\x5e\xfa\xb4\xe8\xff\xf4\xe6\x7d\x5f\x8f\xb5\x1f\x1d\x70\xd5\xbf\xfe\x8a\xf0\xe2\x51\x52\xa0\xe3\x10\x79\x05\xd6\xfc\xc1\xb9\xe1\x0f\xb8\x3b\x26\xab\x09\x57\xf3\x29\xd1\x24\x1f\x0e\xe3\xbc\x36\x98\xdc\x0d\xe6\xcd\x4f\xfd\x37\x3f\xf7\xdb\x86\xc4\x59\x9f\x8b\xda\xc0\x2a\x48\xaa\xc1\xe5\x37\x18\x5b\xb0\x06\xc1\xf8\x56\xc3\x61\xbc\xaa\x8d\x6f\xe5\xc6\xf7\xf8\xc5\xfb\xe7\x3f\x87\x03\x83\x15\xb4\x23\x82\x8f\x08\x2f\x7e\x48\x56\x37\x18\x8d\x45\x82\x60\x20\x83\x78\x3e\x1c\xc6\xf3\xda\x50\xe6\x35\x50\xb5\x0c\x48\x43\x2a\x18\x96\xc3\x2e\x35\xb4\x39\x42\x75\x12\xb4\x03\x52\x4d\xc4\x2c\xd1\x64\x7b\x0b\x11\xe3\xb2\x9f\xf6\x35\x89\x72\x8d\xd9\xd6\xfd\x86\x40\xff\xd9\xdb\x56\x0d\x8d\x3b\xea\x09\xfc\x1b\x17\xa7\xe1\x70\x40\x8b\x9f\xd2\x9f\x62\x82\xca\xb0\x99\xfa\xee\xbc\x31\x79\x25\x9f\xe6\xf9\xaa\xf8\xdf\x7d\xa0\x92\x71\x4e\x0b\x39\x1c\xc2\x23\x4a\xa2\xbf\x2c\x71\x51\xa7\xab\x35\x8e\xe1\x8d\x83\xd0\x83\x9e\x3a\x05\x41\x63\x24\x3c\x08\x79\xf3\x20\xe4\xb7\x3b\x08\x35\x2f\xfe\xbf\x77\x99\x30\x4b\x06\x96\xd7\x7c\x7e\xb1\x94\xd7\xb1\x1f\xf4\x93\x38\xf9\x6c\xac\x4d\x3a\x20\x56\x10\x0b\x8f\x90\xb4\xb1\x80\x16\xa8\xdc\xae\x1e\x0d\x56\x2f\xad\xaf\x1e\xd5\x6f\x4a\x37\x5f\x3d\x78\x9d\xfb\xd7\x3e\xbb\xe5\x3e\xf3\xa0\xf7\xc5\xf7\x59\xb7\x02\xd3\x7e\xac\xea\xbe\xa5\xb5\x04\x73\x7e\x83\x1a\x46\xf8\xbd\x77\x79\x23\x42\xdb\xbb\xbc\xdd\x0c\xb7\xc0\xe9\x5b\x1c\x37\xb7\xba\xf5\xb5\x70\xda\x55\xe0\xe5\x2f\xa6\x46\x66\x31\xf1\x19\x2c\xf0\x8d\x75\xc9\x76\x37\xfc\xd6\xe1\xc2\x5e\x8d\x8b\x1b\x35\xfe\xca\xa0\xcd\x5e\x4d\xb3\x1b\x35\xfd\x93\xc1\xb0\xbd\x9a\xa6\x37\x6a\xfa\x85\x41\xc6\xbd\x9a\xe6\x37\x6a\xfa\x65\x85\xb7\x7b\xb5\x9e\xde\xa8\xf5\xe7\x9f\x6e\xd6\x7a\x71\xa3\xd6\x9f\x06\x57\xef\xbd\x3a\xc8\xb7\xab\x35\xee\x4b\x75\x7e\xbf\x2b\xf8\xb6\x83\xee\x7f\xdc\x4d\x7b\x55\x90\x27\x44\x5e\x11\xc2\x8c\x58\x55\x8f\x22\x16\xb5\xf3\x8f\xf9\xe7\x9f\x5d\x03\x77\xf8\x89\xed\x87\x9f\xb8\xed\xe1\x67\x8f\x8c\x7f\x2d\xf6\x4d\xf8\x9a\x0e\x79\x8a\x7e\x6f\x52\x1b\x13\x3e\x7f\xe2\x8c\x4c\x06\x47\xda\x24\xc4\x09\x4e\x80\x1d\x72\xf9\xc9\xe0\xd0\x71\x44\x5b\x31\xc2\x2e\xd4\x17\xc7\x88\x8a\x4d\xf9\x1f\xca\xb7\x5a\x75\xc9\x9e\xa7\x73\x60\x1f\x07\x8f\x49\xb2\xb6\x13\x9c\x90\x72\x42\xbc\x25\x27\x63\xce\x86\x43\xf7\xa2\x58\x55\x1a\x73\x76\xcc\x92\xa9\xfa\x3b\x9b\x84\x0a\x80\x2a\x0d\x42\xe5\x41\x6d\x05\xeb\x9c\x48\x02\x55\xfc\xeb\x89\x61\x57\xf4\x25\x85\x0d\x87\x03\x36\x2e\xf8\x05\x89\x49\xf2\xa8\x98\x92\xd9\x66\xe3\x0c\xef\xd4\xe7\x70\x98\x4f\xc9\x0c\x85\x57\x99\xa6\x50\xb6\x5a\xa8\xe6\x65\xa6\x39\xf5\x15\x38\x15\x0a\x67\xb6\x3a\x5e\x4d\x6c\x3b\x60\xe4\xbf\x02\xad\x8c\x63\xfd\x27\x89\xe0\x85\x3d\x9a\x98\xbf\x2e\x7f\x38\x8c\x6d\x09\x5b\x17\xe1\xfa\xb5\x09\x1e\x87\x9a\xde\x23\xb7\xe8\xd3\x8d\xce\xc8\xde\x51\x83\x9c\x18\x45\x9a\xe5\x9e\x4a\x2c\x2a\xd5\xba\x3e\xb8\x17\x88\xef\xa8\x4b\xf7\x27\x22\x13\xd9\xa5\x77\xd6\xa6\x4e\x27\x77\x99\x4b\x6c\x99\x7c\x43\xff\xf0\x4e\x7a\x3c\xc4\x37\x7e\xea\xd1\x45\x0c\xcb\x43\x8b\xa7\x95\xba\xa1\x67\x63\x9b\x3c\x02\xc3\x98\x98\x61\x72\x37\x88\xbd\xfb\x62\x0a\x88\x37\xd4\xd6\xdc\x0f\x7e\x0d\xf2\xe3\xd9\xc3\x12\x5f\x63\x13\xb7\x18\xba\xef\xfd\xfa\xa7\xb6\x3c\x72\x2a\x9f\x22\x5c\x05\x86\x8e\xd9\xc4\x24\x6b\xc8\xa3\x98\x82\x90\x55\x78\x9a\x43\x50\x4c\x6b\x09\x69\x9b\x03\x39\xf6\xda\x20\x18\x8a\xd7\xf4\x20\x55\x3b\xe0\xc6\xc2\x08\x35\xfd\x4e\xb7\x57\x98\xb4\xf4\x6e\x7e\xdb\xc0\x94\x31\x43\x5b\x86\x43\xf1\xba\xec\xe8\xd8\x64\xdd\x4d\xc7\x95\xb5\xa3\x18\x6d\x45\x31\xe6\xa3\x18\xdd\x86\x62\x7b\xea\xb5\x36\x55\x83\xad\x0a\x96\x38\x23\xa3\x8c\x90\x65\x67\x11\x5a\x8c\x8c\x42\xcc\x6e\x56\x07\x66\x64\x8f\x0e\xbc\xc2\x73\x9c\xe1\x73\xbc\xc0\x4b\x7c\x51\xe1\xe9\x65\x55\x59\x0c\x87\x5d\x40\x95\xc1\xbd\x41\x8c\xab\x0f\x1c\xc4\xff\x13\x63\xff\xb3\x8a\xfe\x27\xc6\xf6\xa7\x91\x83\x0b\xcf\x00\x49\x1c\x07\x5f\x5a\x29\x88\xd9\xe8\xbe\x25\x2a\xdd\x60\xcf\x42\xd3\x0c\x1d\x2a\x97\x1c\x6f\x19\xb5\xe9\xad\x16\x95\xb0\x1e\xb3\xd0\x8b\x52\x58\xa2\x09\x99\xca\x99\x22\x42\x55\xbf\xa7\x95\xe4\x00\xad\x15\x58\x79\x52\x71\xec\xbe\x4c\x91\xa1\xf1\x82\x8b\xe7\xe9\xfc\x3c\x0e\x8e\x1e\x3e\x25\xb3\x84\x4d\x09\x58\x2e\x70\x0f\x7c\xc9\x60\xe0\x7f\x6a\xc7\x04\x6e\x6c\x90\x1b\x40\x34\x8e\x60\x46\x11\x65\x7d\xbe\xd9\x70\x1f\x6e\x8a\x8b\xe0\x0e\xce\x8a\x2d\xc4\x3c\x11\xe3\x22\x07\xb3\xd7\xb1\x20\x97\x44\x14\xfa\x57\xb6\x9a\x13\x6f\x80\x7a\xf5\xcd\x6d\xde\x80\x78\xb3\x11\x25\xc2\x1c\x61\xea\x51\xa9\xa0\x3f\xe8\x0e\x46\x13\xa6\x1f\xf3\xe6\x6a\x52\xbb\x9a\x38\xc8\xac\x45\x61\x4e\x9a\x3d\x74\x2f\x2d\x07\x1b\x95\x55\x9e\x23\xcc\x6f\x43\x0c\x4e\x57\x34\xcf\xde\x18\x95\xcd\x22\x39\x09\xe8\xc3\x27\x4c\x2a\xaa\xd3\xe2\x15\xf2\x96\xb4\xfc\x1a\xdf\xcd\x90\xab\x51\xf7\x41\x6b\xdd\x07\x7e\xdd\x07\x70\x84\x58\x3f\x2c\x9f\x2a\xaf\x16\x76\xc1\xc9\x55\xff\xad\xe0\x9f\xae\x63\x8a\xd7\x67\x44\x4e\x80\x2f\x48\x1e\x11\xa3\x62\x65\x75\xf5\x62\x84\x70\x61\xb2\xb1\x40\xc9\xa3\x98\xc0\x91\xef\x97\xc0\x02\xe1\xc1\x21\x2a\x51\xe8\x1d\x12\x88\x6a\x05\xce\x40\xc1\xf3\x3a\x89\x51\xf2\x68\xe0\xbd\x6b\x9d\xd8\x4d\xae\x0b\x30\xab\x3e\x68\x4c\xcc\x60\xc9\x2b\x17\x99\x7d\x50\x9b\x62\x53\xaa\x36\xe0\x2c\x11\xea\xf0\x50\x3f\xab\xf9\x55\xdb\xf8\xaa\xcd\x44\xc6\x25\x0d\x74\x28\xfe\x38\x78\x4b\xf3\xbd\x12\x00\x94\x36\x9b\x96\x7c\x60\xe5\x21\x1b\xa1\x32\x26\xe8\xf8\x2a\xae\xb4\xad\x08\x8e\xac\xf3\x65\x84\x26\xa4\xd4\x9e\xed\x62\x7b\xd6\x9c\x48\x91\xce\x3f\x92\x0c\xf3\x7a\x42\x5a\x4f\xb0\x96\x34\x27\x19\x59\x12\x96\x11\x26\xff\x93\x5c\x3f\xe5\x17\xcb\x54\x3a\x4d\x8c\xb6\xbc\xd5\x96\xbc\xf9\x96\xbc\x8b\x64\x9e\xa7\x45\xd1\xd7\x36\x8b\x45\x5f\x8e\x9f\xac\x16\x0b\x22\x48\xe6\x16\x53\x2f\x92\x58\xcd\x25\xe8\xcd\xb6\x19\x86\x5e\x1a\x8b\xec\x13\xb3\xbd\x22\xac\x43\x6d\x7b\x39\xf6\xba\xb7\xa8\x67\xb8\x50\xa0\x4b\x93\x73\x66\x72\x2c\xaf\x13\x79\x8f\xc0\x2e\x13\xe2\x43\xfe\x99\x5d\x89\x74\x09\x8b\x12\xe1\xab\x2a\x13\xb4\xfd\xd4\x09\xeb\x56\x08\x95\x45\xba\x20\x7f\x82\xa5\x92\x4d\xd7\x09\x90\x0a\x45\xde\x91\x9a\x6d\x60\xdf\x99\x84\x5b\xe3\xc0\x33\x85\x93\x05\x70\x44\x9e\xbc\x4e\x41\x65\x6c\x92\x4d\x91\x97\xec\xb2\xbd\x90\xc9\x30\xc5\xde\x0a\x5a\x48\xc5\x6b\x34\xca\xd9\x1c\x53\xf0\x19\x55\x14\xaf\x51\x0a\x92\xa1\x88\x5a\x5d\xca\xce\x9e\xa5\x32\x75\x02\x0c\x6d\xcd\x6b\x80\x8c\xa5\xfd\xd6\xeb\x84\x59\x4d\x48\x11\xee\xc3\x2a\x7e\xec\x5b\xab\xd7\x0b\xca\xf8\x08\x13\xbc\x36\x00\xad\xec\xaf\xb0\x81\xdf\xc4\x41\xac\x44\x3d\x8f\xa5\xf5\x1e\x61\xe4\x9e\xd5\xcb\x34\xcb\x40\x4f\x36\x58\x36\x3d\xf1\x20\xcb\xac\x34\xe3\x92\x2e\xae\xed\xe1\xa0\x31\x58\xe3\x04\x41\x58\x96\xcb\x55\x71\x0e\x75\x0a\x45\x12\x14\x7d\xd1\xee\x25\xea\x34\x17\x8b\x44\x91\x4c\x7d\x7b\x97\x8f\x8e\x8e\xe5\xe8\x68\x72\x88\x30\x4b\x8e\x1e\xb2\x1f\xe4\x43\x76\x70\x80\xc4\x94\x8d\x8e\x66\x1e\x45\x66\xc6\x5b\x95\x39\x82\x28\xae\x64\x1d\x13\x5e\x26\x7a\xd0\xfe\x08\xf0\x78\x3c\x16\x35\x35\xb8\xad\x13\x68\x6f\xb9\x3c\xa9\xdc\x15\x5c\x5b\xcf\x6e\x1f\xc9\xf5\x44\x5a\x3e\xac\xb2\x5a\x60\x65\x42\x7a\x7a\x24\x41\xad\xee\xf2\xbb\x21\x2b\x51\x79\xa2\x73\xff\x42\x85\x5c\xa5\xb9\xe7\x3a\x81\xa0\x75\x1c\x13\x33\xf7\x2d\xa5\xd0\x66\x33\x9d\x55\x7c\x95\xf3\xfc\xb2\x0d\x1c\xa8\x3c\xd1\x82\x94\xff\x24\xd7\x77\x3e\xb5\xa3\xc8\x19\x23\x98\xc1\x7a\x6d\x7b\xce\x3c\x76\x03\x03\x8b\x92\x7c\x22\x73\xed\x3b\x01\xb6\x20\x18\x2a\xa9\x5d\x67\xa8\x83\x71\x3e\x61\x36\xae\x1d\x78\xb8\x4f\x59\xb8\x4f\x7b\x24\x39\x89\xb5\xdf\x0c\xcb\xc1\x38\xff\x2d\x8a\xd2\x59\xff\x1e\xa6\x7a\x6d\x53\x4b\xcc\xf6\xdd\x6f\x81\x2f\x11\xeb\x45\xd9\x04\x8b\x48\xb4\x57\x8d\xb2\xc4\xe7\xc9\x69\x1c\x67\xc9\x45\x10\xd1\xbf\xa2\xfd\x77\x88\xaf\x6f\x82\xb1\x2f\x92\xd3\x38\x0b\x1a\x77\x6a\xed\x77\x0e\xa8\xbf\x6c\xb4\x5d\x05\xa3\xbe\x73\x50\xfd\x5a\xd3\x66\xc5\x75\x50\xfd\x5d\xd1\xb8\x5b\x6b\x22\x9c\xf9\xa1\xb8\x1b\xed\x9b\xa3\x44\x07\xd7\xbf\x61\x0f\xb6\xee\xae\x3e\xec\x31\xa4\xc3\xec\xdf\xb0\x13\x57\x79\x57\x2f\xb0\x1b\x74\xa4\xfd\x1b\x76\xa1\x6b\xd6\xda\xcf\x3c\xbb\xe9\x4f\xff\x83\xb9\x7a\x30\x52\xa8\x0c\x80\x3d\x8e\xde\x4b\xae\x38\x7e\x7b\x09\x00\x0b\x93\xc6\x45\x80\x96\x0d\x4e\xfd\xb9\x27\xf8\x00\x56\x30\x60\xf7\x3c\x0b\x1f\x75\xad\xb8\x35\xf4\x6e\x0f\xbb\x5b\x43\xae\xe5\xf6\x23\x3f\xe3\xed\x67\xdb\xab\x49\x43\x90\xf3\xdb\xaa\xdf\xdb\x79\xaf\xf2\x5c\xfb\x62\x6d\x33\xb0\xaa\x5d\x82\xb4\x25\x56\x90\xf4\x33\x39\x7b\xfe\x69\x89\x86\xc3\x41\x5d\x99\x7f\x8f\xb9\xfb\x72\xae\xcf\x29\xb0\xee\xbe\xda\x0d\x5a\x27\x5a\x82\xed\xe8\xa0\x79\xbd\xdf\xd7\x60\xcd\xd9\x89\x69\x70\x68\xf3\x32\xcf\xea\xac\xb2\x4f\x53\x5d\x95\xbe\x70\x58\x4d\x45\x8a\xeb\x50\x92\x55\xce\x53\x39\x3f\x8f\x2b\xdf\x23\x47\x65\xe9\xeb\x7b\x06\x7e\x49\xea\x72\x68\xed\xe1\x43\x8c\xab\xcb\x4c\xe4\xed\xd6\xf1\x82\x92\x3c\x2b\xa2\x0a\xf3\xfd\xe5\x7c\x9d\x2e\x87\x43\x36\x3e\x4f\x8b\x58\x5a\xcf\x97\xf0\x2a\x05\x03\x55\x08\xd1\x00\x49\xe8\x7b\xc1\x00\x06\x0a\x37\x8a\x5a\xef\x20\x2f\x8b\xe7\xee\xbc\xac\x2a\x20\x0f\x30\x3c\x26\x98\xe3\x62\xcb\x52\xf6\x43\x15\xbe\x32\xe6\x15\x6b\x98\xeb\xe7\x31\x05\xa8\x1c\x17\x08\x6c\x4d\x8a\xb1\x61\x65\x2a\x9f\xc0\x9e\x2f\x5a\xa3\x0c\xd4\xda\xb8\xa8\x1a\x4e\xcd\xa3\x6a\x91\x88\x69\x3a\xeb\x15\x2d\x73\x6c\x03\x47\x81\x8d\xb4\x0e\x0d\x87\x85\x0f\x6e\x2b\xd2\x3e\xa6\xd3\xe9\x78\x3c\xe6\x38\x9d\x55\x0e\x33\x66\x89\xf1\x4d\x33\x29\x5a\x90\xb6\x18\x0e\x49\x5c\xc0\xb0\x6d\x55\x54\x22\x4c\xcb\x98\xe3\x02\xaf\x4b\x3c\x9d\x81\xf1\x5a\x6d\x26\xf6\x81\x1a\x81\xe0\x44\x21\x9b\xa8\xa8\xb7\x98\xe6\xb3\x9e\x03\x14\x40\x4f\x2a\x22\x06\xbe\xee\x41\x29\x52\xa5\xa1\xcd\x66\x20\x62\x3e\xcd\x67\x68\xb3\x51\x7f\x5a\x26\x64\xed\xd7\x54\xb6\xb3\x5c\x1b\x0e\x45\xeb\xe4\xc3\x1e\x85\x9e\x34\x9a\x84\xc9\xf0\x00\xe0\x1c\xe9\xd8\x07\x0e\x81\x50\x19\x96\x4b\xcd\x4a\x6b\xcc\xcf\xc1\x0b\xb8\xf9\xe4\xf0\x09\xa6\x66\xbe\x50\x37\xfd\x2c\xee\x95\x7a\x6e\xc3\x55\x5b\x6f\xb3\x69\xf5\xdb\x48\xa6\x72\x56\x62\x61\x87\x9d\xb8\x5f\x61\x79\x4f\xbc\xa0\x25\xd1\xc6\xff\x74\x12\x3e\x1c\x4b\x84\x69\x2d\x89\x20\x9c\x26\x2c\x49\x12\xaa\x30\x60\x90\x56\xee\x5a\xbc\x17\xa4\xbe\xec\x79\x74\x87\x5b\xc1\x85\xa6\x3c\x05\x5a\xcb\x73\xc1\xaf\xfa\xce\x08\x35\x8e\xfe\xcc\xd4\x7e\xed\x4b\xde\xff\x00\x84\x5b\xdd\x29\x3e\xf4\xaf\xa8\x3c\xef\x5f\xf3\x95\xe8\x67\xa9\x4c\xc7\xfd\xc7\x82\xa8\xcf\xbe\x14\xd7\x94\x9d\xa9\xd2\x50\xb8\x2f\xaf\xb8\x09\xfc\xab\xca\xf5\x35\x3a\x17\xc7\x7d\x63\x1f\xbb\xa0\x39\xe9\xa7\xac\x4f\x8b\x62\x45\x74\xa3\xb5\x33\x63\x1c\xa1\xf2\x2e\x86\xfb\x69\xcb\x79\x94\xd3\x51\xba\x5c\x8e\x2e\x89\x28\x28\x0f\x7c\xb4\x8d\x8c\x5b\xac\xdf\xd6\x33\x90\xa3\xde\x83\xa3\x86\xad\x16\xd2\x3b\x70\x38\x24\xc3\xa1\x08\x6d\x60\xed\x99\xa4\x38\x33\xba\x00\x97\x59\x72\x2c\xc8\x19\x2d\x24\x11\x31\x55\xfc\x08\x4b\x06\x87\xa5\x73\xb0\x64\x5d\x2b\xe4\xf4\x54\xa4\x82\x92\x62\x37\x6c\xf4\x89\x2d\xc8\x19\xf9\xf4\xc5\x2c\x05\x7b\x64\x6c\xba\xd3\xe7\x68\x72\xef\xef\xd9\xc1\x74\x3c\x73\xff\xde\xc3\xae\xc4\x73\x90\x45\x92\xac\xa3\xe4\x68\x9a\x8e\x7e\x9d\xfd\xdf\x58\x7f\xa1\x63\x55\xb3\x38\x4f\x6d\x69\x95\xfb\xf7\x6c\xb6\xfe\xbe\xfc\xea\x5e\xfb\xdc\x17\x79\x5a\x9c\xfb\x81\xad\x20\xc1\x1a\x3b\xb7\x3e\x19\xbb\x5a\xad\x81\xb1\x6a\xf5\x1b\x95\x2a\x83\x6a\x5f\xbb\xe9\x37\xf0\x4e\xa7\x05\x52\x29\xcb\x26\x0c\x9f\x72\x9e\x4f\x28\xb6\x6e\x5e\x27\x1c\x33\x2e\x27\x69\x99\x84\x4e\x66\xf1\x9a\x91\x4f\x72\x52\xe0\xb9\xa2\xe5\xf9\x24\xb7\x05\xc4\x8a\xc1\x73\xa3\x95\x34\xbb\x68\x95\xce\xdf\x5d\x9e\x5e\xf3\x95\xe7\x7c\x01\xa7\x73\xf0\xdd\x3d\x38\xb2\x56\x2f\xe0\xd7\x7c\x12\x9d\x72\x2e\x0b\x09\x76\xa9\x80\xd8\x3f\xa5\x17\xa4\x98\x4c\xa3\x10\x8e\xb3\x2a\xf3\x09\x05\xc1\xa6\x2a\x93\xe6\x44\xd8\xa8\x84\xba\x7d\x05\xf0\x4f\x54\x52\x76\x16\xcd\x70\x2a\x8d\xbb\x7a\xbf\x8a\xa0\xe9\x28\x4f\x4f\x49\x1e\xd9\xb0\xda\x70\x97\x3c\x25\xd9\xe9\x75\x64\x82\x8d\xcf\x70\x71\xce\xaf\xde\x0a\x7e\x26\x48\x51\x4c\x78\xac\x47\x33\xf6\x53\x23\xa4\x60\xf6\x5c\x77\x36\x49\x63\xd7\x2f\x0a\x2a\x3f\x49\xc5\x84\xc5\x51\x50\x13\x47\x55\xcd\x08\x61\x53\xb1\xea\xa6\x6a\xe9\x3c\x2d\x9e\x40\xd0\x51\x1a\x47\x16\xdb\x22\xdf\x3d\x2f\x76\x20\x98\xd4\xfc\x03\x9b\xb6\x24\x40\x07\xdc\x80\x55\x1e\xba\x6b\x22\x21\x90\x93\xfb\xc5\xa3\x08\x99\x08\x01\x1a\xc4\x7d\xf8\x77\x64\xfd\x5c\x44\x0b\xbe\x62\x5a\xe6\xa8\x98\xdd\xb6\xd6\xfc\x35\x86\xf6\x86\xc3\xd8\xb6\x36\x3a\xe5\x9f\xfa\x11\xc2\x1f\xbe\x5a\xcb\xf2\xab\x35\x29\x3f\xa8\x93\x1a\xfa\xff\x12\x13\x69\xf5\xcd\x51\x91\x50\xd5\x77\x46\xb3\x97\xac\x20\xc2\x7a\xd8\xde\xe6\xf8\xd2\x05\xb9\x30\xce\x60\x63\x94\x3c\xaa\xbc\xe3\x5a\x6f\xb4\x06\x19\xe1\x7a\xd8\xab\xe7\x1a\xd1\xfc\x3b\x22\x23\x90\x45\x3b\x4f\x9a\x27\x10\x6c\xfa\x39\x93\x44\x98\x68\xec\x91\x11\xe6\x55\x19\xe3\x53\xca\x32\xed\xd3\xb1\x59\xf5\x15\x49\x2f\x49\x5b\x55\xc8\x68\x56\xb5\xde\xe9\xd3\x2c\x83\x08\x9f\xaf\xd4\x51\xc2\x88\x88\x83\xd0\xda\xf5\x21\x98\x0e\xf6\x6b\xc3\x84\xce\xae\x8f\xc5\xb6\x51\xe2\x2b\x9a\xe7\xcf\xb4\xc3\xc7\x3d\xc0\x1f\xf6\xa9\x5d\x01\xdf\x79\xe8\xdd\xcd\xec\x1c\xfd\xd2\x6c\xea\x67\x2b\xa1\x85\xf0\xed\xd8\x1b\xee\x7f\x83\xc5\xea\xa0\xf7\xbc\x5b\x78\xd8\x1b\x12\x1a\xab\xd7\x77\xd4\xdb\x03\xef\xe9\x05\x81\x58\xd9\x87\xed\x98\x7f\x2e\x2f\xf2\x77\xe9\x82\xc4\x1f\xa4\x48\x99\xf6\xba\x3f\xca\xec\xe0\xfb\x6a\x3b\x5e\x14\x1f\x60\x57\x40\xb8\xd3\x18\xad\xbb\x3b\x33\x7e\x3a\xdf\x30\x1d\xce\x5f\xa1\xbb\x11\x68\x9f\x98\xac\x17\xaa\x9c\xf5\x0e\x81\x4a\xec\x2d\x85\xb7\x8d\x5b\x81\x10\x35\x1d\x72\x81\xeb\xa7\xb1\x89\x4f\xab\x08\x68\xd5\x24\x2c\xcb\x2d\x9b\x1c\x04\x8f\xb7\x8e\xfa\xaa\xbe\x40\xed\xd6\xf6\xe4\x61\xea\x6e\x14\x6d\x87\x00\xce\xe3\xfa\xc8\x3c\x6a\x80\xd4\x74\x5a\xeb\xed\xa6\x78\x11\x1e\x1c\xa1\x1e\x51\x83\x36\x2d\x78\x60\x37\x51\x96\x27\x6b\x13\x60\x60\xbd\x6d\x91\x42\xcf\x43\xab\x6d\x7c\x93\xfe\xb7\x29\xd8\xea\x62\x7b\x9c\x2b\xfd\xdf\xc6\xd5\x5f\x5b\x8c\x01\x9d\x06\x7b\x5d\x31\x38\x6a\xb5\xdf\xd3\x0b\x23\xb5\x77\x67\xf1\xe0\x08\xd3\x42\xad\x7b\x53\xbe\x9f\xa9\xe2\xba\xf4\xc9\xd9\x8a\x66\x5a\x67\x4d\xfd\x7a\xc1\x05\x8a\xed\xd1\x17\x1e\xd3\x3b\xdd\x29\xd7\xb1\xa2\x90\x74\xfe\xf1\x1a\x82\xd7\x41\x25\xb5\xaf\xc5\xfb\xb4\xf8\x58\xf9\x6f\x27\xf2\x65\x38\xa8\x58\xe1\x4f\x7d\xf1\x4d\x9f\x9a\x83\x83\x99\x9a\xf8\x12\xcd\x3d\x02\xb0\x48\x8b\x8f\x2f\xcd\xe5\x3d\x42\x3d\x72\x1c\x3b\x8e\x6f\xac\xdb\x88\xed\x91\x75\x22\x49\x2a\x32\x7e\xc5\x62\x84\x26\x9a\x9e\x5a\x60\xea\x81\x96\x00\xce\x6a\x24\xf5\xfe\x2a\x08\x6b\xfe\xa0\xa5\x09\xdd\x93\x09\xf5\x1d\x47\x19\xcd\x9e\x57\x4d\xc2\x7e\x09\x37\x65\xd7\xf6\xe7\xcc\x94\x89\xf4\x1e\x71\x50\x0c\xe0\xd2\x92\xd6\x02\x94\x6d\xfe\xf3\x03\xda\xd4\x60\x0b\xbc\x09\xab\xdd\x5a\x62\x8f\xbc\x6c\x2f\x7c\xe8\xc6\x76\x4e\xe6\x1f\x5f\x2e\xde\x9d\xf3\x55\x9e\x59\xc2\xe4\x21\xc7\xba\x7d\x69\xed\xb1\x00\xb2\xa2\x81\xf5\x70\xd4\xf3\x5d\xc0\xaa\x15\x56\xfc\xa5\x88\x81\xa5\x71\xab\xe1\x91\x11\xd2\xe4\x65\x5c\xd7\x0e\x3e\x58\x9a\x85\xf7\x96\xb1\xf2\x02\xe3\xaf\xbe\x59\x12\x92\xb9\x23\xae\xd1\xbc\x25\xc6\x0a\x02\x9d\x58\xab\x6f\x88\xef\xfd\x29\x92\xd0\xbd\x6d\xdb\xdc\x3c\xf4\x6d\x9d\x59\x63\xe1\xd5\xc4\x20\xd8\x5e\xb3\x7a\xeb\x66\x34\x4b\x11\x5b\x6f\x5e\x10\xa5\x52\x67\x35\x3a\xab\x91\x17\xc5\x17\x96\xf8\xe4\x8c\xc8\xe7\x79\xba\x2c\x5c\x8b\xd6\x12\xb6\xd9\xe2\xa8\x01\xde\x5a\x8b\xaa\xbd\x00\xd9\xef\xe8\xf4\xae\x6d\xe1\xeb\x6b\x43\x50\xcf\x79\xe5\xf4\x08\x88\x84\xb1\x34\x11\xd9\xac\x4b\x7d\xd6\x8f\xba\xb1\x39\x38\xbb\x43\xc2\x69\x09\x4a\xdb\x0e\x0f\xd0\x5a\x0d\xa6\x5a\xcb\xed\x0c\x84\xf5\xea\xfe\x8f\x15\x59\x11\x43\x4a\x5c\x3c\x0a\xf0\x5c\xa9\xd5\x96\xa0\x97\xca\x8b\x79\x83\x88\x3d\x0b\x88\x74\xb4\x47\xdc\x04\x77\x90\x3a\x77\xf8\xc1\x05\xb9\xd5\xc9\x5b\xd7\x39\xdd\x71\x38\xeb\x6c\x10\x4b\x00\x07\xd9\x51\x2c\xe8\x77\xc4\xc1\xb9\x57\xf7\x89\xbf\x5b\xd0\xa1\xb5\x6c\xbf\xc0\xf9\xcf\x3b\x5c\xf1\x1b\xe7\x00\x35\x4e\x7d\x4c\xfe\xb1\x4a\xf3\x38\x82\xa5\x1d\x5b\x73\xba\xc3\xe0\x14\x87\xf3\xbe\xa8\x57\xbc\x48\x97\x4f\xae\x4d\xc5\x08\x47\x50\xa8\x76\x49\x17\x22\x65\x67\x24\xfb\x2f\x55\xa4\x5e\xbd\xe0\x42\xba\xda\x71\xbb\x24\x79\xbc\x14\x94\x0b\x2a\xaf\x7f\x90\xee\xe7\xf1\xd1\xa4\x4a\x7f\xe4\xa5\x8f\x8e\x26\x87\x61\x10\x9f\xdd\xec\x87\x63\x29\x9e\x19\x6b\x3b\x8b\xb5\x30\x2e\xe7\xc6\xf4\xa6\x4c\xf0\x3c\x27\xa9\x30\x58\x5e\x00\x23\x9a\x65\x9f\xcf\x76\x52\x77\x4e\x18\x8c\xd1\xec\x76\x46\xae\x02\x76\x96\x98\xab\x6e\x89\x6b\x63\xe9\xdc\xe8\x76\x6f\x57\xb7\x33\x5a\xfc\xc4\x19\xf1\x1c\x97\x11\x5f\x3b\xa9\xc9\x6f\x83\xed\x81\xea\x2d\xb6\x7d\x5b\x21\x2d\x04\xc8\xa8\xe8\xf8\x2d\x21\xe0\x56\x23\xd0\x92\xb2\x31\x7f\xaa\x9e\xbc\xc9\x2f\x09\xf9\xf8\x82\x8a\x42\xb6\xc4\x8a\xf2\xe7\xad\x03\x8d\x19\x5d\x4b\xa4\xeb\xbd\x4a\x77\x57\xcb\x53\xbf\xd6\x19\x91\xb0\x08\x86\x26\x86\x61\x89\xaa\x26\x4b\xdc\x58\xae\xbb\xe3\x86\xd5\x22\x8e\x0f\x31\x6d\xbd\x28\x99\xae\x9e\x39\xb3\xd2\x75\x89\x1a\x9e\x22\x19\x9e\x46\x52\x2d\x16\x44\x27\x50\xb3\xa0\x9c\xbd\x80\xb7\x02\x0a\x89\x86\xd1\x7b\xb6\x5a\xe6\x74\x9e\x4a\x52\x44\x33\xe4\x34\x78\x2b\xf7\x68\x1c\xaf\xfd\x83\x03\xd8\xe4\xb2\x52\x67\xd6\xcf\xc0\xd5\x53\x65\xa8\x84\xea\x34\xbf\xce\x88\x7c\x03\x74\xf6\x8d\x30\xc3\x8e\x25\x16\x3e\x17\x91\x62\x89\x59\xa5\xb2\xe5\x5c\xde\x1a\xe5\xcd\xd4\x70\x13\xf5\x56\x82\xd8\xa9\x37\x83\x98\x17\x66\x24\x16\xb8\x7a\x22\xf7\x7d\xa6\x86\x8e\x9b\x25\x3a\x66\x13\x59\xe2\xb6\x36\xeb\x62\x13\x3f\xb6\x59\x63\xa3\xfa\x61\x4d\x8c\x79\xd1\xcf\x80\xf6\x5a\x8a\x61\xbc\xcf\x9d\x4d\x08\xbb\xa4\x82\xb3\x0b\x6d\x6f\x28\x6b\x13\x24\x5b\x66\x57\xa9\xaa\x7a\x3e\xa7\x24\xd8\xc6\x87\x44\xd2\xbf\x97\xef\x0f\xbc\xce\xf5\x8f\xec\x29\x79\xd0\x2e\xae\x94\x0d\xce\x51\x60\x32\x95\x33\x54\x02\xa2\x84\x64\xa6\x6d\x48\xe6\xf3\xbd\x46\xed\x8a\x90\xe8\xa8\x5b\x01\xe9\x58\x6b\x7d\x58\x55\xaf\xa7\xfe\x99\x92\x59\xf5\x86\xe5\x5e\xb0\x6e\x6f\xe5\x66\xb5\x93\xea\x5b\x86\xd5\x04\x57\x61\x00\x2e\x8a\xd7\xd6\x6b\x96\xd0\xbe\x49\x49\x89\x30\x48\x1f\x63\x8a\xca\x12\x9f\x9c\xa7\x85\xdb\x95\x9e\x1e\x41\x9d\x6e\xe9\xb3\x3c\x42\x55\x54\x0c\x60\xb9\xed\x69\xe2\x29\x3b\x05\xd2\xa1\xe6\xbe\x87\x93\xa2\x69\x3e\x2b\x83\x38\x16\x01\xf4\xdf\x36\xdb\xe8\xe8\xcd\xf0\x12\x4e\x6b\x34\x9c\x9c\xb4\x07\x52\xb9\x8d\x36\x47\x08\x34\x8d\x0d\x2d\x26\x35\x5e\x93\x6f\xe3\x35\xf7\x79\xe0\xfa\x5d\x82\xff\xbd\x7f\xfd\xea\x49\x2a\x8a\xb1\x1d\x60\xbc\xa6\xd9\x24\x7a\xf5\x76\xf5\x1f\xbf\xfe\x28\xef\x47\xf8\x14\x1e\x4d\xbe\x5e\x47\xc5\xf5\xc5\x29\xcf\x8b\x68\x32\x8d\x86\x15\x07\x1a\x15\x32\x95\x20\xfa\x55\x39\xd3\xef\xf0\xf4\xc1\x1f\xf0\x83\x19\x9e\x4e\xef\xff\x01\x4f\x1f\xdc\xc7\x47\xb3\xd9\x4c\x1b\x48\x4f\xa7\x6e\x4f\xe2\x08\x02\x9c\xcf\xf0\x74\x5d\x6b\xe0\x3e\x8e\xfa\x7d\x95\x71\xf4\x3d\x3e\xc2\x53\xd5\xc2\xe1\x0c\x4f\x1f\x7c\x8b\x8f\xd4\x9f\x43\x3c\x7d\xf0\x1d\xfe\x66\xe6\x72\x22\x10\xc3\x45\xba\x0b\xd5\x95\x6a\xe1\xef\x7f\x67\xd1\x6c\x86\xa3\x65\x2a\xd2\x0b\x22\x89\x50\x4d\xcf\x4a\xdc\xdd\x99\xee\x01\x4f\x9d\xc8\x29\x68\x0a\xfb\xf3\x7a\xf0\x2d\xbe\xdf\x32\xa5\xae\xb9\x98\x0e\x0e\x71\x94\xd1\x4b\xf8\xf9\x0d\x3e\xc4\xe6\xf9\xc6\x8a\xbc\x21\xfd\xbe\xeb\xb1\xdf\xdf\xb3\xde\x93\x54\x40\xd6\xb7\xf8\x5b\x3c\x7d\xf0\x0d\x3e\x9c\xd9\x86\x8e\x1e\x04\xad\x45\x61\x52\x1b\x74\x66\xb3\xce\xc4\xf3\xb4\x78\x7e\x99\xe6\xd1\x64\x91\xe6\x05\xc1\xd1\x6a\x79\x99\x42\x81\xa8\x2e\xb3\x8f\x9c\x08\x35\xaa\x3d\xdd\xa9\xd3\x7f\x61\x1e\x17\x39\x8b\x66\xe5\xd7\xf8\x82\xc8\x74\xb2\xd6\x91\x1b\x20\x9e\xd1\x2d\x76\xcd\xf8\xfc\xb4\x88\x76\x07\x09\xec\x12\x9e\x7e\xc1\x38\xa4\x59\xe6\xbb\xbd\xb0\x56\x11\x4d\x7e\x0c\x4b\xcf\x2a\x82\x20\x2c\x92\xc3\x87\xe2\x07\xf2\x50\x1c\x1c\x20\x39\x15\xbe\x2d\x84\x98\x39\x9e\xac\x76\xc8\xd7\x1e\xf3\xa4\x8d\x91\xd0\x42\x0b\xad\x38\x41\x91\x5a\xe7\xf7\xbd\xce\x5e\x38\x8d\x97\xb2\xe1\x50\x98\x20\xe8\x36\x55\xdc\xa8\x33\x88\x34\xaa\x9f\x07\x12\x68\xa2\x73\x6f\x64\xd5\xd7\xc6\xe9\x72\x99\x5f\xc7\x4c\x0b\xb4\xac\x84\xb7\x4d\xbb\xb2\x36\x2f\x12\x3e\x53\x76\xcc\x23\xbc\x5c\xc8\x9a\x57\x64\xd3\x5b\xa8\x92\x0a\x6e\x22\x77\xe2\x49\xc7\x05\xfd\xf7\x50\x3b\x0d\xcf\x76\x23\xb6\x99\x3c\x20\x0f\x70\x4d\x6a\x37\x39\xc4\xf6\xfe\x3a\x39\x3a\x3c\xc4\x5a\x8a\x33\x19\x1c\x85\x2f\xf1\x83\x23\x7d\xe6\x47\x94\x2d\x78\x04\xbf\x8b\xc9\x34\x2a\x56\xf3\xb9\x7e\x58\xd7\xe9\xd1\x55\x2a\x18\x88\x0d\xa3\x4c\x5d\xbc\xd5\x3e\x06\x1a\xa4\x76\x38\x99\x73\x96\xa5\xe2\x3a\x9a\xe1\x26\x67\x3f\x99\x46\x82\x43\xf8\x69\x30\xe2\x13\x3c\x87\x97\xd4\xe8\x92\x92\x2b\x48\x33\x1b\x3a\x9a\xe1\x06\x27\x30\x19\x1c\x95\x1d\x2e\xb9\x77\x09\x45\x7e\xdb\xb8\x64\x95\xfe\x51\x78\xdf\xe8\xf9\x01\xbd\x9d\xfe\x98\xa8\x2c\x2b\x77\xcf\xcc\xc8\x90\xcc\x5e\xfb\x9d\xe2\x4f\xac\x4b\xc7\x60\x8b\x80\xc1\x66\x09\x51\xe4\xa8\xfe\x06\x08\x0e\x59\x80\x6a\x79\x57\xa8\xfd\x27\xcb\x59\xfe\x9b\xea\x8f\xfd\x8e\xae\xe9\xa7\x33\x2c\x7c\xf0\x32\x0d\xde\xd1\xd1\x20\x49\xe4\x18\xdc\x21\xbc\x59\x68\x78\x8a\x29\x9b\x25\x64\xca\x66\x5e\x48\x83\xbd\x41\xea\x64\x90\xff\xbb\xa1\x9a\xdc\x01\xaa\xe7\x24\xcd\x7c\x06\x44\x7d\x8f\xb4\x56\x56\x97\xac\x18\xaa\xb4\x72\x2f\x7e\xe5\x2f\xf6\x74\xdb\xa5\x4a\x26\xd3\x33\xcd\x68\x45\xb8\xa1\x55\x56\xc0\xf3\xc1\x7b\x92\x8a\x67\xfc\x8a\xbd\x61\x2f\x19\x95\x93\xc1\x21\x56\x03\x36\xda\x24\xdb\x44\x0b\xf5\x7b\xd3\xb6\xb0\xe9\x23\x1b\x64\x3f\x42\x63\xd5\xbc\x02\xfb\xcd\x9f\x75\x5b\xc6\x1b\x39\xa5\x09\x69\xd2\x7f\x24\x69\x16\xdb\x77\x89\x2a\x61\xed\xae\x81\xb4\x78\x91\x16\xf2\x94\x73\x19\x23\xff\x2d\x8f\x24\x76\x90\xe3\x7f\xac\x88\xb8\x7e\x47\x74\xcc\xd1\xf8\x6b\xc5\xb6\x4e\x59\x7a\x41\x92\xda\x82\x8f\x0a\x99\x0a\x19\xcd\xbe\x46\x58\xde\xa2\x36\x61\x99\xaa\x0b\x6f\x6e\xc3\xa1\xd3\xaf\x26\x63\x46\x3e\xc9\x77\xf4\x34\xa7\xec\x0c\x10\xfb\xa1\x18\x0e\x85\x22\x13\x0f\x91\xeb\x45\xb5\x60\x9e\x4f\x9e\x9e\xd3\x3c\x8b\x85\xe2\x24\xc3\xba\xdd\x85\x09\xc2\xdd\x99\x12\x64\x01\x15\x9c\x26\x31\x4a\x1e\x79\xc2\x29\x17\xfe\x47\x15\x78\xc2\xb9\x6c\xf5\x7c\x68\x37\x85\x7b\x74\x81\x39\x67\xa9\x4c\x7f\x03\xd2\xd4\xfe\x7a\xb1\x75\x9c\x3b\x37\xef\x6f\x35\xea\x8e\x1b\xfa\x3f\x3e\x1e\xbe\xb8\x7f\xfd\x97\x4f\xad\x37\xf4\x8e\x7b\xf9\x7d\x73\x7f\x3d\x52\xd7\xc4\x69\x04\x12\x11\xc5\xe8\x15\x44\x48\xe3\xf5\x7e\x86\xa7\xd1\xff\x99\xaf\x44\xc1\xc5\xe4\xf0\xff\x44\xe6\x5a\xbd\xcf\x45\xd7\x5e\x57\x15\x82\x9b\xfb\xea\x83\x3a\x49\xb4\x3b\x04\x72\x9d\x6f\x07\x1c\x45\xc1\xb5\xf5\xc8\xbb\xcb\xee\x6a\x10\x36\xcd\xf6\xe6\x76\x5d\x79\xbb\x6f\xb7\xd0\x43\xd5\xac\x47\x09\x01\x6c\x23\xa3\xf4\xb6\xf3\x32\xbb\x17\x42\xd9\x9b\x6c\x3b\x4e\x6a\xf7\x71\x23\xeb\x89\x6b\xb4\x14\xf4\x32\x95\xe4\x9e\x96\x4a\x87\xd9\xbf\xcf\x05\xc5\x25\x49\xe3\xff\x6c\x96\xc8\x56\xbd\x39\x5a\x28\x94\x06\xcd\x39\xb0\x94\x12\x89\x18\xeb\xf1\x2b\x92\x25\x36\x9b\x28\xc2\x2a\xab\xd5\x16\xb0\x09\x8a\x2a\xac\xbf\x0d\x12\xd7\x75\x28\xdf\x08\x86\x5f\xec\x6c\x26\x5e\x38\xbb\x7a\xc4\xbe\xd0\x91\x5f\x28\xb8\x76\x95\x50\x2f\x68\x42\xdc\xc5\xc5\x5b\x37\x38\xcf\x57\x17\x29\xab\x01\xf3\x33\x23\x93\xed\xa2\xcd\x6d\x9d\xbd\x80\xdc\x3b\x39\xd8\x8c\x0e\xee\x9d\xb5\x39\xd8\x33\xee\xf5\xf6\x46\x2e\x1d\xe9\x44\x98\x53\x3e\x8a\x7a\xd6\xee\x4f\xf2\x57\xfc\x8a\x88\xa7\xa9\x71\xf2\xb4\xcc\xd3\x39\x89\x25\x8e\xfa\x9e\xd1\xdf\x78\x7e\x9e\x8a\xc7\x32\x3e\x44\x63\xc9\xff\xbc\x5c\xda\xf2\x07\xcc\x38\x8a\x3a\x42\xe5\x17\x59\x89\x5c\x8d\x6d\x9e\x16\xfb\xe2\xb5\x66\xff\xbd\x5a\x9f\x69\x0b\x7c\x4e\x43\x0a\x32\x76\xe3\x0b\x57\xbc\xee\x39\xc5\x8b\x59\xe9\xd7\x61\x77\x71\x3a\xd7\x0d\x6a\x49\x65\x4e\xf6\xa7\x20\x26\x30\x91\xab\xf4\x4f\x09\x68\x3b\xbc\x1b\xc0\xd9\x55\xf9\x52\x60\x16\x2b\x36\xbf\x41\x50\xcd\x56\x8f\xa3\xc9\xd1\x37\x87\x60\xa4\x35\x4b\x08\xa6\x09\x3b\x16\xa3\x07\x13\xb1\xeb\xc4\x91\xda\x7c\x42\x3a\xa2\x20\x87\x43\x69\xef\x98\xf4\x98\x1d\xcb\x71\xb1\x3a\xd5\x99\xf1\x21\xa6\xe8\x20\x1a\x8f\xc7\xd1\xa4\x9e\x3c\xb9\x55\x48\x5c\x3b\xf1\xcf\xec\xda\xb4\x1b\xd2\x2b\x45\xa7\x6e\x4c\x3b\xbc\x5a\xff\x94\x28\xed\xc6\x77\x03\x9c\xae\xea\x7c\x66\xa4\x6e\x90\xdb\xff\x31\x82\x96\x08\x42\x80\x35\xa3\xb8\xa2\xca\x90\xf5\xfd\xf5\x92\x18\x63\xd6\xe7\x9f\x96\x64\x2e\x49\xd6\x4f\x4d\x00\x56\xdc\x3f\x83\x88\x4c\xd1\x81\xab\xe8\x5c\xb1\x87\x47\xea\x7e\x8c\x5c\x9d\x9a\xfe\x0b\x8e\x75\x38\x3a\xd6\xe4\x5e\x7c\x3c\xf9\xff\x6d\xfe\x5e\x6c\x46\x9b\xbf\xdf\x43\x7f\x7f\x77\xef\x2c\x84\x90\x57\xdd\xe3\x54\x4a\x1d\x33\xb4\xee\x15\xba\x73\x25\x04\xbd\xf8\xd7\x2a\x68\x30\x0a\x7a\x71\x33\x34\x6e\x25\xbc\xff\x9b\x21\x18\x20\x62\x0b\x20\x79\x9e\xeb\x07\x24\xff\x7a\x5c\xcf\x6b\x3d\xc5\xf6\xaa\xe9\xae\xdf\x6d\xf5\x8c\x5f\x99\x8c\x30\x49\xe5\x75\x77\x09\x46\x48\x56\x8c\x04\xb1\xde\x56\xbe\x6c\xd0\x04\x7b\xb6\x81\x23\x49\x1a\xfa\x0f\xb2\x7d\x81\x0c\xf3\x23\xb9\x36\x4e\xc4\xc6\xe7\x34\xcb\x08\x4b\x06\x47\xfa\x93\x4a\x72\x91\x18\x07\x67\x20\xfc\x4e\x84\x31\x74\x94\xd7\x39\x49\x58\xe9\xfb\x0f\x41\x6b\xb8\xbf\xa4\xfb\x1b\x22\x07\x32\xdb\x53\x70\x70\x69\x46\x6d\x4d\x2c\x48\x9e\xbf\x82\x5a\x61\xba\x48\xaf\x5e\x4a\x72\x51\x84\xa9\xb4\x99\x54\xcc\x05\xcf\xf3\x57\x64\x21\xdb\xd2\xdf\xf3\x65\xad\xbf\x9c\x12\x26\xff\x4a\x33\x79\xde\x96\xf1\x23\xa1\x67\xe7\xb5\x96\x8c\x78\xe7\x5d\xc5\x21\x1b\x7d\x5b\x9d\x6e\xe4\x3d\xcd\x69\x15\x95\x26\xaf\x97\xfa\x3a\x5d\xb6\x39\x5d\x0d\xec\x5c\xac\xf5\x85\x34\x9e\xe6\x1e\x4b\x29\xe2\x48\x83\x2f\x42\xbd\x00\x9a\xcd\xc8\xec\xc7\x64\xf2\x6d\x13\x38\x87\x9b\xb0\x35\x9d\x35\xca\xc9\x42\x56\x56\x36\x0e\x66\x1d\xa5\x25\x5f\xba\xc2\x3e\x24\xeb\xc5\x49\x21\xe9\x05\x38\x1b\xba\x52\xf9\xb5\x3a\x06\xc8\xdd\x95\xce\xa1\x40\x6d\x58\xda\xb1\x49\xd2\x3a\x2e\xed\xd0\x22\xd2\x4a\xae\x24\x2b\x7e\x76\x1b\xd0\x22\x9f\x67\x00\xb3\xd9\x84\x29\x94\x9d\x59\xc3\xaf\x13\x5a\xfc\x29\xa7\x17\x17\x44\xdc\x8f\xd1\xb1\x51\xf3\x13\x84\x65\x6a\x51\x26\x35\x0d\x45\x30\xed\x2d\x71\x46\xb3\x9f\xc9\x9c\xd0\x4b\xa2\x86\x54\xd4\x5e\x28\xcc\x1c\x56\x4b\x88\x74\xa4\xd0\x37\x4c\x7a\x07\x13\x78\xcb\xb5\x71\x68\xbc\xdd\x44\x17\xd0\xdf\xbe\x5f\xc0\x87\x11\xc3\x83\x6a\xc8\x9b\xd3\x82\x88\x4b\x22\x76\x16\xd0\xcf\x23\x6b\xd5\x91\x06\xea\x84\xab\x59\x98\xdf\x51\x1d\x84\x51\x89\x4a\x1c\x4c\x60\xdd\xd8\xbb\xe1\xaa\xa8\x0c\x2b\x04\x47\x3d\xad\xd4\x12\x96\x80\xb1\xf9\xba\x76\x76\xbf\x0f\x92\x84\xfc\xee\xd3\xad\xd3\x20\x12\x28\xc4\x41\x0c\x6d\x59\x19\x83\xeb\xb9\x60\x69\x6e\x8a\x69\x96\xd5\xc7\xd7\x48\xbb\xc5\x0a\xd8\x25\xa8\x23\x0c\x18\x36\x37\xf7\x49\xf8\x50\xb5\x65\xeb\xf7\xaa\x08\x2b\xc3\x61\x4c\x92\x65\x2a\x0a\xf2\x92\xc9\x98\xe0\xa3\x43\xd4\xa0\x23\xba\x9c\x37\xfb\x2a\x2b\xc2\x04\x59\x57\x06\xdd\xd4\xa3\xea\x4f\xc2\x3d\xdb\xf5\x27\x1b\xfd\xbd\xe7\x4b\x5d\xac\xd1\xdd\x7b\xbe\x54\x00\x77\x78\xf9\xb4\x22\xd1\xb1\xd6\xa5\x75\xfe\x77\x1d\x8e\x8e\x3d\x3a\x1e\x37\x48\x58\x0b\x81\xf2\x87\x5a\x3f\x08\x86\x43\x32\x06\xd2\x96\xb4\x64\xea\x1c\x55\xe4\xff\xcf\xde\xbb\x37\xb7\x8d\x63\x89\xe2\xff\xeb\x53\xc8\xac\xbe\x1a\x62\x0d\x2b\x72\x7a\x67\xf7\xae\xd2\x8c\x36\x9d\xc7\x4e\x76\xd2\x49\xdf\x38\x3d\x5d\x5b\x1a\x5d\x87\x96\x20\x0b\x13\x1a\xd4\x82\x50\x12\x8f\xc4\xef\xfe\x2b\x1c\x3c\x08\x90\xa0\x44\x39\x89\xbb\x67\x7f\xb7\xaa\xab\x63\x11\xc0\xc1\xeb\xe0\xe0\xe0\x3c\x15\x21\x0b\xd6\x51\x45\x9a\x16\xa9\xb9\x39\xc5\xca\x27\x4d\xe2\xc7\x5b\xa0\x3e\x6e\x1e\x31\x87\x7a\x3c\x95\xd7\x8c\x4f\x50\xbc\xa5\xb0\xeb\xa3\xea\x39\xb8\x02\x48\x6b\x90\x24\xec\x9d\xa1\x2b\x61\x93\xee\xca\x5c\x3c\xce\x92\xaa\x12\x8d\x3b\x2d\xa5\x09\x51\x24\x40\x60\x66\xf2\x25\x24\xde\x75\x88\x37\xc1\x0b\x71\xde\xdc\x41\x60\x50\x9e\x98\xd1\x55\x98\x57\xc7\x9a\xe6\x0d\x15\xda\x5e\xbc\x08\xe1\xc8\x86\x7d\x35\xf8\xab\xc4\x5d\xc6\x65\xf2\x53\x2a\x56\xc3\x1b\xca\xe2\x39\x76\xaf\x70\xd4\x9b\x9f\x25\x4b\xbc\x38\x95\xff\xab\x2a\x2d\x4e\xdd\x4a\x8e\x72\x7b\x55\xed\xc8\xd9\x5c\xad\xed\x3a\x99\xce\x40\xf1\x2b\x92\xd1\x23\xf1\xc3\xe2\x91\x38\x3d\x45\x79\x32\x3f\x15\x38\xad\x89\x3c\x56\x43\x65\xf6\xf1\x44\xc4\x39\x42\x38\x83\x3c\xdd\xd9\x34\x9d\x21\x5c\x4c\x62\xd6\x5c\x12\x95\x86\x52\x12\x42\x08\x30\x12\xe7\x1d\x67\x5f\xd9\xce\x83\xa3\x20\xc4\x26\x61\xb5\xcf\x8a\x19\x05\xff\x5c\xbf\xe0\x03\xb9\x8d\x70\x5a\xfb\xa8\x33\x80\xe4\x08\x6f\xa6\xe9\x2c\x29\xd0\x78\x0d\xd6\xd6\x71\x8e\x9c\xc9\x3b\x0c\x98\xc6\x40\x58\x0d\x89\xfa\x9b\x69\x5c\x38\x13\x2c\xa6\x62\x86\x20\xb4\xbd\x2c\x5d\xeb\xda\x68\x9b\x27\xeb\xe1\x3a\x5f\x5b\x36\xcc\x5b\xb2\x5e\x7d\x41\x49\xe5\x3a\x72\x4f\xab\x76\x60\x71\xfc\xcf\x82\xdc\x40\xe0\x93\xd6\x75\x57\x6b\xa9\x9c\x6d\xc3\x95\x46\xe1\x61\x45\x8a\x84\x8d\xfb\xa3\x47\xfd\x05\x2d\xd6\x59\x7a\x3b\xee\xb3\x9c\x91\x47\x91\xbb\x1f\x6b\x77\x17\xe4\xda\x4e\xc5\xec\x37\x58\xd8\x02\x6c\x68\x69\x9c\x62\x82\x73\xb9\xa4\x6a\xde\x2e\xbf\xee\x9a\xee\x17\xda\xcb\xc3\xf2\xec\x1b\xb0\x70\xa8\xb8\x43\x13\x29\xd2\x78\x82\x49\x2a\xfd\x3a\x5f\x10\x27\xfe\x83\x7b\x1f\xeb\xa0\x94\x8d\x7b\x7a\xd2\xfc\x04\x55\xc7\xc4\xde\x1a\x15\x1d\x1a\x0c\x44\xed\xeb\xbb\x7c\xbd\xdb\xc5\x75\x07\xe7\xda\xa5\x8c\x5b\xca\xf5\x2d\xaa\x97\xa0\xc1\x38\xa3\x12\xab\x25\x94\x77\x49\x73\x16\x2e\xff\x5f\x31\x05\x3e\x8b\x0f\x11\x3b\x9b\xc3\x73\x9a\x86\xc7\xe7\x02\xd9\x3f\x44\xdf\xb0\x3b\x14\x8f\xee\xd8\xc7\xff\xef\xc8\xc7\xe2\x6f\x9f\xb2\x6c\x44\x05\x0d\xfb\x58\x48\xcc\x8c\xf0\x41\x57\x8b\x7f\xad\x3c\x11\x34\x83\x71\x56\x28\x5d\x94\xcb\x07\x62\x97\x49\x33\x3f\xd4\xa6\x47\x38\xaa\xe3\x41\xa4\xcd\x44\xfe\x45\x39\x5e\xfc\x51\xfd\xf3\xcf\x95\xff\xc5\xf7\x8e\xff\x85\x07\x4b\xbb\x61\x04\x2b\x06\x7a\xb1\x3e\x1b\xdd\xad\x4b\x8c\x33\xc4\x43\xeb\x94\xa1\x8c\x5a\x54\x7f\xe7\x8d\xbf\xff\x08\x76\x24\xda\x8a\xc5\xf9\xe7\x40\x9f\x4e\x57\x0f\x1f\x82\x73\xc5\x43\x70\x0f\x51\xc4\x71\x56\xb9\x59\xfc\x6f\xfc\x50\x4d\x51\x96\x02\x39\x96\x65\xe6\x37\x50\xed\x99\xaa\xfe\x7d\xc3\x00\xe5\x1c\x2c\x50\xbe\xd8\x4a\x45\x91\xb7\x08\x47\x67\x90\xed\xe4\x2c\x95\x6f\x91\x08\x47\x24\x9d\xaf\x2a\x87\x0b\x9f\x2e\xf8\x44\xa4\xc6\x9c\xea\xb3\xc5\x52\x41\x3f\x92\x33\x55\x11\x82\x67\xec\xb5\x73\x39\xee\x24\x76\xf4\xdb\xd8\x03\xb4\x39\xbc\xfd\xc2\x41\x23\xd4\x4e\x59\xb1\x5f\x0e\x08\x7b\x7c\xb6\xb6\x8e\x72\xf7\x15\x50\xd0\xe8\xaf\xa0\x7f\x03\x06\xc5\x51\xfe\x91\xf0\x65\x96\x7f\x52\x6f\x43\x88\xa7\xe4\x69\xb0\x9a\x82\x3a\x4f\x2e\xe7\x49\x72\x82\x92\x9a\x80\x38\xa9\x29\x32\xd2\x5f\x52\x46\x55\x3e\xe4\x17\x12\x47\x6b\x42\x39\x25\x13\x69\x17\x9a\xb8\xb2\xb6\x9a\x4c\xc1\xa5\x5d\xcd\x77\xe9\xbe\x27\x6e\x63\xa8\xed\xaf\xd3\xb2\x35\x3c\x5d\x4d\xda\x07\xdf\x4c\x48\x33\xf0\xe3\xd6\x25\x60\x11\xa9\x7a\x04\x97\x16\xc5\xa5\x20\xe7\x8b\xf7\x42\xd3\xc2\xd6\x5b\x36\x57\x9b\xf7\x82\xe7\x37\x30\x2c\x53\x22\x52\x2e\x2e\x34\x05\x25\xf3\x0f\x7a\xf1\x7e\x59\xbb\xc2\xad\x63\xc0\xee\x13\x30\xa9\xe8\x1d\x5e\x6f\x7b\x44\x9d\x25\x76\x27\xb8\x65\x93\xd8\x5b\x14\x40\xd2\xa1\x41\xcd\x44\x2f\x73\x84\x9b\x95\xa6\x6c\x96\x44\x22\xdf\xcc\x57\x91\x89\x6d\xd4\x02\x23\xdd\x88\x3c\x52\x61\x8b\xed\x31\x45\x5e\xb7\x78\x84\x47\x28\xd0\xc7\x70\xad\x25\x26\x49\x94\x5e\x15\x79\x06\x6e\x27\x81\x6a\x99\x83\xdc\x7e\x89\xa8\x70\xdc\x2f\xb8\xca\x85\xc8\x6f\xc2\x65\x5c\x9d\x1f\xbd\x54\xbe\x98\x22\xb0\xb2\x8d\xb1\x72\x92\xa5\x2a\xba\x61\x7b\x6d\x25\x87\x68\x91\x42\x9c\x46\xeb\xcf\xfb\x1a\x6b\x09\x45\x9b\x7c\x02\x9a\x97\x38\x84\x48\xfa\xc4\xca\x89\x51\xb2\xb8\x70\x25\x36\xfe\x71\xb3\xa2\x81\x7a\xd5\x7a\xc5\xfa\x39\x7d\x9c\x8c\x6c\xa4\x2a\x33\xe8\xb6\xb6\x26\xc8\xa2\xdf\x89\x96\x58\x35\xf9\xe8\xd0\x88\x2a\x32\xd2\xf6\xf4\x97\x1f\x5a\x07\x15\x6c\x2e\x99\xe8\xe6\x11\xae\xbc\xf0\x56\xb4\x70\x6d\x57\xd0\x96\x0c\x0b\xef\xf8\xc9\x13\xeb\x18\xb6\xa1\xed\x27\xca\x16\xf9\xa7\x21\x27\xff\xbd\x21\x85\x78\xe2\x11\xdb\x09\x69\x90\xdf\x60\xbd\x58\xbe\x2f\x1a\x55\x0b\x15\xde\x28\xdf\x80\x2c\xee\x5f\x50\x09\xd4\x22\x40\x13\xb6\x21\x42\x3f\x18\xc4\x7b\x87\xa6\xe0\xd4\xc7\x11\x00\x84\xc6\x10\xce\xc3\x0e\x25\x54\x65\xdf\x55\x23\x57\xdc\x1b\xad\x23\x02\x35\x44\x42\x24\xc4\xd9\x35\x30\x83\xaf\xb0\x10\x22\x45\x57\x0f\xad\x06\x8e\x0c\x06\x3c\x5c\xa8\x1e\x63\x2c\x39\x19\xb5\xe1\xa2\xd1\xb4\x35\x8f\x02\x57\xc2\x06\x9a\x90\xa1\xfb\x92\xcd\xed\x6f\x75\x15\xe3\x54\x0e\x8e\x56\x12\xc5\xaa\xee\x60\x90\xd7\x3e\xff\x49\x8b\x18\xe3\xb4\x1a\x92\x7b\xd7\xd3\xd0\x5d\x9f\x23\x1c\xb3\xdd\x2e\x45\x6e\x2c\x29\x88\x9f\x0f\x6f\x33\xd7\xa1\x83\x19\xc9\xac\xfb\x78\x95\xcc\x0f\x4e\x75\x49\xe3\xfd\x48\x71\xae\x8d\x0c\x0e\x58\xd1\x54\x2c\x97\xd2\x23\x14\x0f\xae\x39\x5d\xf8\x0c\x9c\x2a\x39\xbb\xa2\xec\x6c\x9d\xce\x3f\x10\xfe\x60\x49\x3f\x93\xc5\x99\xaa\xb9\x9f\x79\xbb\x26\x8c\xf0\x6f\x9e\xf5\x5c\x33\x6f\x7b\x13\xbd\xc8\xfe\x60\xb1\xb4\xb8\x54\xef\xd4\x15\x65\x20\xb1\xb0\xba\x54\xed\xce\x0a\xf1\xe4\x9d\x7b\xc4\xda\x72\x6c\x81\xde\x8f\x09\xd6\x62\x19\x03\x45\x53\x72\x08\x46\x60\x04\xa8\x55\x5a\x5a\x27\x56\x8c\xac\xfb\x91\x16\xf4\x2a\x23\x17\x92\x64\x51\x76\xfd\x52\xd6\x8f\x55\xdd\xd2\xdc\x4a\x4f\xfc\x5c\x7e\xb6\xad\x29\x57\x39\xfd\x60\x34\x4f\x84\x63\x6b\x62\x2b\xea\x22\x05\x9c\xa0\x52\x0d\x30\x5c\xd7\x94\xd9\xca\x4a\x42\xdb\x3a\x01\xa5\x0d\xfd\x8b\x9a\xc6\xaf\x54\xac\x24\xe2\x42\xdc\xab\x93\x11\x2a\xeb\xc2\x23\x02\x91\x5c\x74\xdc\x77\x80\xe1\x4f\x12\x33\x84\x73\x55\x60\xe7\xa3\xbe\xa6\xea\x6b\x35\x74\xf8\xec\x66\xdd\x53\x7d\xfd\x4c\x3f\x93\x0c\x3a\x43\x2a\xd5\x7c\xd8\x68\xbd\x89\xee\x37\x0e\x2a\xef\x47\xfa\x62\x45\xb2\xe5\x19\xf0\xa0\xff\x80\x58\x3f\xf7\x72\x9c\x05\xd0\xfe\x77\x83\xf1\x6e\x6e\xe4\x10\xce\xcb\x71\xfe\x3f\xac\xff\x32\xac\x5f\x13\x3e\x27\x4c\xa4\xd7\x44\x96\x6e\x6e\x58\xf1\x3f\x14\xfb\x61\x17\x9b\xd9\xa2\xbd\x40\x74\xa7\xa2\x44\x86\x2d\xd0\xfa\x1d\x15\x6a\x6f\x84\xd3\x64\xf4\x28\xfd\x81\x3c\x4a\x4f\x4f\x11\x55\x4a\x10\x7d\x1a\xf8\x34\x9f\x99\x03\xc1\xb0\x5e\x4f\xf8\x5a\x22\x7c\x7a\x9a\x3f\x4e\xb8\xbe\x69\x06\x83\x38\x4f\x46\x5a\xab\x67\x30\xa0\x30\x5c\x41\xf3\x20\x52\x7c\x3e\x1a\xdd\xf1\x28\x42\xcb\x3b\x1f\xc6\xf3\xd1\xe8\xe8\xe3\x28\xdb\xfc\xde\x0e\x24\xcc\xe3\x2e\x47\x52\x2d\x80\x39\x94\x76\xaf\xa6\x64\x36\xd4\x3b\x1c\x38\x9a\xba\x51\xa1\x54\x8a\xcb\x2c\xcf\x79\x4c\x87\x9f\x1f\x9c\x8f\x46\xff\x24\x42\x87\xd6\x9e\x3d\x7d\x72\xb7\x9f\xc7\x05\xbe\x1d\xd3\xe1\x6d\xd9\xe5\x0c\xd7\x6d\xe4\xee\xd5\xc5\x0c\xcc\x0e\x30\xb7\x46\x50\x3d\x91\x18\x33\xc5\x24\x01\x97\xb1\x2a\x92\x09\x9f\x98\xb8\x90\x26\xf0\x47\x65\x87\x18\x0c\x45\x70\xd0\xca\xef\x7e\xe7\x4a\x5c\x7d\x93\x49\x67\x2a\x59\x7c\xbf\x20\xff\xc4\xf4\x5f\x44\x21\x23\xf9\x34\x2c\xe6\x2b\x22\xbb\x71\x94\x28\x5e\x23\x4c\xdc\x9c\x7b\x91\x31\x7e\xa2\xec\xba\xff\x91\xa6\xfd\xba\x5d\xca\x01\x3b\xcd\x16\xe2\x7b\x9c\x14\xf6\xab\xbb\xd9\xd5\xaf\x28\x2f\x59\x50\x75\x0a\x23\x73\xcc\xc6\x46\x60\xf4\x48\xe4\xeb\xf1\xe8\x51\x46\x96\x62\x3c\x7a\x14\xd9\xdc\x8e\xa7\x89\x2f\x91\x7a\x7a\x71\x81\x62\x32\xfc\x8c\xc9\xf0\x16\x61\x7a\x9a\x44\x8a\x3a\x46\xa7\xfc\x34\x5a\x7f\x7e\xa4\x69\x64\x74\xca\xe0\x67\x84\x69\x59\x0d\xcb\x3f\x84\xf7\x3b\xb6\xff\x15\x1a\x5a\xe7\x1d\x76\xe4\xe1\xdf\xee\x3c\x78\xa2\xef\x90\x93\x29\x8d\x89\x0a\xf7\x4d\x86\xf3\xa2\x38\x58\x73\x84\xaa\xfc\x4d\xd3\xe8\x13\xb9\xfa\x40\x25\x1f\xf1\xab\xf9\xe3\x46\xe2\xe8\x4f\xf9\xdf\x23\x1c\xbd\x89\x66\x98\x27\xd3\xe8\x4c\xd5\x3a\x8b\x70\x74\x76\x53\xa8\x7f\xf2\xbf\xc3\xbf\xf9\x59\x34\xc3\x2c\x09\xb9\xbe\x1b\xef\xf9\xc1\xc0\xfa\xd1\x9b\x3f\xb4\x44\xae\xbd\x44\xcd\xba\xe7\x65\x2b\xa4\x0a\x17\xf2\x84\x4e\x6a\x5e\xa0\x37\x24\x53\x77\xf3\x18\x9c\x1f\xf3\x3e\x65\x7d\x1b\x60\x86\x00\x3f\x91\x26\x2d\x9e\xa3\xc6\x94\x42\x25\xe4\x1b\x3d\x2a\x7e\x30\x66\x3c\x8f\x8a\xd3\x53\xd3\xa5\x98\x16\xb3\xd3\xb4\x09\x9c\x4e\xb8\x2c\x21\xe3\xbc\xd3\x55\xe1\x68\x5a\x3a\x50\x84\x43\x4a\x97\x2f\xc7\x2d\x3b\x1e\x63\x5d\x97\xa4\xee\xd7\x77\xf2\x0f\x79\x4a\x1f\x3e\x4b\x8a\x60\xc1\xf7\xcf\x92\x2c\x04\xe7\xe9\xc5\x45\xb2\x69\x01\x25\xcb\xe6\x2d\xd0\x64\xd9\xc2\x2d\x93\x1f\x9c\x9f\x09\x19\x16\x9b\x35\xac\xdb\xc3\x67\xce\x8f\xef\x9f\x05\xdd\x86\x9d\xf3\x80\xe2\x48\x98\x7e\x22\xa4\xb2\xd1\x8b\x86\x5e\xc9\xad\x42\x93\x93\x93\x60\xa5\x35\xe1\xc5\x9a\x40\x0e\x9e\x37\x9c\x5e\x53\x16\xa1\x9e\x37\x14\xaa\x47\x91\x27\x27\x27\xac\xe7\xa7\x08\x94\x4c\x1c\x71\x45\xef\x4a\xe2\x6c\x0e\x3a\x08\xdd\xb9\x12\x42\xdb\x86\x45\xad\xe1\x94\xcd\x92\x15\xc8\x9d\xaa\x3a\x59\xa0\xce\xb2\x56\x67\xe3\x72\xdb\xef\x81\x72\x7e\xb7\x25\xe5\xfa\x33\xd0\xd2\xef\xb6\x42\xfe\xf9\xbe\xaa\x3f\xf7\xea\x7f\xb7\xe5\xe5\xf8\xbb\xed\x4a\x49\x3b\xdc\x7a\x8b\x50\xbd\x65\xb3\xde\xca\xab\x77\x93\x0a\x4e\x3f\xc7\xe7\xb8\x3f\x82\xff\xce\x31\xe4\x87\x91\xff\x17\x25\x72\x9a\x2d\x03\xcd\xbe\x5f\x54\x0d\x6d\xf3\xe6\xcf\x0a\xa0\xfa\x88\xde\x97\x1e\x06\xe5\x7a\xa7\xd6\x09\x9d\x64\xe3\x7c\x52\x8c\xd3\x9e\x8b\x6e\x6b\x5d\x7e\x93\xd0\xc9\x62\x9c\x4f\xe6\xe3\x4d\xaf\x86\x9d\x37\xa1\x73\x7f\xb3\xce\x8b\xf4\x2a\x23\x01\xcf\xc0\x2c\x2f\x36\x9c\x9c\xa5\x0d\xe7\x8d\x6f\x6b\x7c\xa1\xf2\xb3\x5d\x5e\x66\x79\xba\x20\x7c\x2c\x74\xae\xb5\x9e\x0a\xa8\xb2\x7d\xf2\xf4\xdd\xcb\x37\xaf\x55\x6e\xf1\x9e\x9e\xc6\x4a\xdc\x64\x57\x29\x2f\x1e\x7c\x20\xb7\x9f\x72\xbe\x28\xea\x83\xa7\xac\x6f\x32\x04\xf2\xdb\x09\x4f\x04\x48\xc2\x29\xb7\x0b\x71\x10\x02\x32\xaa\x72\x9e\x6f\x04\x78\x0c\x1d\xd5\x27\x38\xb3\x37\x7a\xed\x0c\x0b\x21\x1d\x27\x80\x0f\xd5\xfc\x0f\xf8\xa3\xef\xd9\xd6\x6b\x22\xce\x60\xf9\x95\xa9\xc1\x59\xca\x16\x67\x9b\x42\xa5\x25\x3e\x83\xd8\xef\x67\x4b\x9e\xdf\x9c\x81\x1d\xc3\x7d\x87\xcb\x33\x4f\x05\x32\x1d\xcd\x94\xb0\xff\x61\x92\x24\x26\x0c\xfd\x44\x24\x64\x7a\x3e\x1b\xc7\x0c\xfe\xc5\xf2\xe7\x43\x1b\x01\x6a\x3b\xdf\x70\x4e\x98\xf8\x0b\x74\xc2\x21\xd8\xfc\xed\x58\xe0\x4d\x01\xa9\x3b\x9f\xcb\xa9\x8d\x59\xf8\xf6\x6b\x2c\x97\xf9\x37\x5d\xaf\x09\xeb\x1c\x69\xb2\xe9\xea\x3c\x1c\x0e\xc5\x2c\x21\x7a\x88\xd3\xd9\x70\x9e\xb3\x79\x2a\x62\xf9\x1d\xdd\xc5\x09\x59\x0d\xe8\x2b\xbb\x20\xb7\xcf\x7f\xbe\xda\xb0\x0f\xdf\x10\x09\x00\x7e\xc2\xda\xa8\xc0\x4d\xfa\x79\x2c\xf0\x9c\xd0\x6c\xcc\x4b\x78\x2c\xf7\xbc\x64\xd2\x96\xeb\xae\x99\xc6\xe7\x89\x88\x29\x1e\x21\x9c\x26\xa3\x2a\xca\x84\xc9\x17\x0b\x11\xc4\xd2\x84\x19\xab\x52\x7c\x92\xee\x76\xf9\x0f\xe7\xc8\xec\x52\x4f\x2b\xa6\x46\x58\x24\x67\xe7\x98\x3a\x31\x3e\x79\x9c\x3e\xc8\x91\xe2\xc4\x1e\x91\x1f\xd2\x47\x88\x4e\x4f\x4f\xc5\x2c\x31\x81\x24\x08\x26\xa7\x49\xee\x64\x97\x2f\xdb\x1d\x96\xe3\x1a\xee\x4f\x05\xe6\x15\xb6\xf4\x99\xba\x15\xd1\x41\x85\x4c\xfb\xf6\x1d\x17\x7f\xb0\x81\xbf\x7d\x81\xa7\xee\x88\x44\x2d\xf3\x2e\x47\x13\x3e\x9e\xf2\x19\x16\xc3\x25\xcd\x04\xe1\x31\x49\x1e\x37\x53\x8b\xdd\x09\xd3\xf5\xd8\xef\x0f\xd5\x55\x60\xb4\x2f\x09\x6b\x30\x1c\x0e\xbd\xd5\x92\xc7\x9c\xdf\x79\xf2\x9b\xaf\x1e\x6a\x60\xdf\xe4\x99\x48\x69\x5d\xa4\xdb\xda\x4c\xcb\x93\x74\xc4\xf0\x23\x92\xd5\x57\x92\xc1\x50\xb4\x9c\x27\x31\x47\x38\x90\x30\xde\x64\xb3\xf7\x8f\x31\x44\x83\xf0\x3f\x11\x34\x21\x4e\x58\x5b\x86\x92\xc7\x64\x30\xe0\x10\xbb\x56\x3e\x28\xc7\x5c\xa5\x5e\xbf\xdb\x96\xa8\x25\x0a\x51\xab\xdf\xf0\x88\x2f\xc8\xfc\x8b\x22\x71\x78\x71\x78\x74\x4a\x18\x13\x7d\x47\x60\x33\x43\x84\x79\xf2\x1a\xa4\x74\x72\x8b\x4e\x68\xf1\x3a\x7d\x1d\x73\x1b\xab\xd7\x46\x4b\x55\x8e\x43\xe7\x08\xf3\xb3\x3b\xc5\xd8\x58\x90\xf9\xbd\xe1\xfc\x82\xe7\x9d\x53\x3b\xb7\x2e\x9d\x89\x3e\xb9\xdb\xc5\x3c\x99\xce\x10\xe6\xfa\x1e\xb8\xdb\xf5\x2e\xc7\x74\x6f\x0b\x40\x98\xe0\x47\x88\x84\x02\x6b\xe0\x12\xbb\x89\xc9\x2f\xa8\xa0\xc6\xe2\x8e\x61\x56\x3e\x90\xdb\xe2\xde\x96\x40\xdd\x5a\x67\x57\xb7\xc7\x11\xbe\x42\x71\xca\x47\x10\x3e\x1d\x10\x12\x4f\x19\xa6\x38\xaf\xd6\xad\x46\xd3\x72\x6b\xdb\x61\xbe\x50\x04\xca\x20\x8a\xa9\x3d\x8a\xfe\x59\x65\x68\xb7\xf3\xbf\xe4\x68\x32\x9d\x8d\x63\xb3\x58\xd5\x4d\x4c\xd1\x24\x32\x83\xaa\xbc\x92\xe9\x84\x24\x8f\x69\xec\xc6\x40\x66\x08\x8d\x49\xf2\x38\x44\xa3\x4d\x05\x4c\xa1\xca\xc9\x49\xed\x73\x6e\x38\x01\x7e\x37\x32\xab\x5a\xff\x78\x1b\x8a\x2b\xf6\x05\x11\xba\x0e\xa1\xc0\xd7\x22\x04\xfe\x4e\x08\xb4\xdb\x9d\x70\xb9\x1b\xdc\x2c\xcb\xdd\xe8\x82\x6a\x7c\x8f\xc7\x82\x2d\x6a\x87\xe2\xe8\x45\xc1\x6c\xcf\xb2\xc8\x25\x31\x77\x3e\x43\x43\xd9\xdf\x8f\xb7\xea\x2e\xbc\xd3\xea\xc8\xe6\xf7\xb7\x3a\x59\x2a\x04\xe9\x2c\x12\xf1\x57\xa7\xb6\x20\x41\xbe\x85\x4b\xbe\xc5\x3c\x15\x85\x3c\x49\x78\x3a\x43\x63\x72\xa7\xb5\x51\x83\x3d\x6e\x71\x1a\x5c\x8b\xcf\xd6\xd6\x39\x96\x23\x97\x8f\xe7\x37\x67\x47\xde\x3d\x5f\xd9\xa7\xe7\x00\x8b\x16\xba\xd6\xe4\xa8\x9f\xbb\x57\x1b\x3a\xe8\xfe\xd0\xba\x02\xd7\x3c\xdf\xac\xbf\xf4\x7c\xcd\x12\x82\x59\x52\x65\x81\xe3\x6e\x12\x34\x1d\x7e\xb8\x96\x47\x8b\x26\x6c\xca\x67\x3d\xff\x0d\x47\xd1\x6e\x17\xd3\x64\x3a\xc3\xb2\x30\xa1\x08\x6b\xab\x05\x82\x4a\x84\xd9\x5d\x70\x0e\xe6\x77\x8f\x07\x72\x95\x16\x67\x8c\x7c\x0e\x07\xf4\x6e\x6f\xa6\x9a\x74\xbe\xec\xf7\xd4\xbc\xab\x74\xed\x70\x08\x1a\x4f\xb1\x64\xc5\x1d\x8d\x18\x41\x0f\x83\x31\x82\x1e\xce\x06\x03\xf7\x57\x8f\x81\x11\xec\x74\xa6\x4c\x57\x72\xa5\x5a\x90\xcb\x80\x24\x74\x4c\x11\x4e\x93\x13\xdf\xd5\x33\xc7\x04\x53\x2b\xce\x48\x2b\xf6\xc4\x30\x15\xf9\x9d\x48\xf6\x2a\x2d\x5e\x93\xcf\x22\xa1\xfb\x73\x56\xee\x3f\xa9\xbe\xc8\x4f\x68\x91\x1f\xf7\x45\x7e\x79\x99\xf8\xd1\x41\x2a\x8b\x02\x0a\x96\x58\x79\x8d\x9a\xe5\x81\x30\x5b\xfb\x71\x6f\xcd\xc9\x47\x9a\x6f\xba\xbe\x9e\xcd\xbf\x55\xb3\xff\xdf\xe3\xa0\x59\x8a\xdf\x02\x0f\x7f\xd6\x7d\xff\x5e\x71\xb1\x3b\x1d\xa4\xec\xf7\x29\x0b\x38\xbd\xd3\x43\x90\xb2\xfb\x93\x05\x50\x26\x08\x2f\xc8\x17\x88\x4a\x6b\xa2\xfe\xbe\xcd\xe2\xd4\xe4\xf4\xc6\xd3\x19\x52\x51\x0c\x1c\xa9\xe9\xd6\xa6\x6a\x81\x14\x52\x56\xb7\xcf\x8d\x6e\x1f\x02\x83\xd1\x44\xf2\x62\x55\xde\x44\x70\xe3\xa7\xb5\x60\x0a\x54\x72\x30\x10\xac\x87\x25\x27\xa3\xde\x15\x27\xe9\x87\x92\x2e\xe3\x93\x73\x27\x9f\xcd\xc9\xb9\x4e\xf1\x22\x57\xfb\x6e\xdb\xa3\x97\xec\x1e\x37\xe9\x63\xfe\xe1\x5b\x5a\x74\xa9\x0e\x5a\x23\x5a\x6f\xd3\x2c\xb3\xfa\xc8\xe1\xdb\x8b\xbf\xfc\x1c\x0a\x6c\x8d\x87\xc3\x21\xd3\x61\x6d\x75\xac\x8a\x20\xcf\x4f\xd1\xa4\x11\xfb\x8f\xfa\x48\x23\xf8\xed\x4b\x18\x92\x36\x31\xaa\x4c\xe1\x24\x73\x36\x6e\x4b\xe0\x51\x35\xa3\xca\x58\xfa\x4b\x42\x5b\xb7\x6f\xc7\xdf\x72\x7a\xc7\x37\xd0\x3e\xf9\x59\x40\xc6\xab\x88\x4f\x84\x23\x84\xb9\xf6\x77\xb9\x13\xc6\xca\xa6\xf7\x86\xac\x1f\xc8\xed\xd7\x96\xac\x49\x90\xff\x18\x62\xb5\x9b\xf4\x6b\x3c\x6f\xf6\x09\x0f\x62\x57\xe2\xea\x1d\x1a\xf3\xda\xb9\x9b\xf8\x09\x92\x98\xdf\xe7\x3a\x7d\xcb\x45\x52\x2b\x73\xb7\xc3\x72\x93\xde\x9f\x20\xfa\x88\xb7\x5b\x95\x38\x4e\x47\xd5\xb9\x07\x86\xb8\x6d\x27\x98\xd2\x67\xb5\x24\x00\xee\xc8\x0e\x5b\x3c\xd6\xde\x04\xbe\xcc\x95\x63\x25\x54\xb5\x9e\x01\x67\xe7\x5e\xce\x44\xb5\xdb\xd4\x32\x5f\x34\x49\x92\xdc\xda\x50\x3f\x89\x39\xaa\xe2\xf8\xd0\xd3\xf3\x3b\x61\x82\xdc\x9d\x2f\x53\x7a\x85\x79\x63\x1a\xe2\x8d\x79\x88\x37\x66\xb1\xc0\xb4\xc1\x1b\x1f\xa7\x27\x63\xf9\x9d\xb4\x3d\x56\x5d\x89\x92\xc7\xdb\xf2\x4e\xcb\x97\xdf\xa3\x4a\x47\xe7\x8d\x4b\xef\xc4\xc7\x62\x01\x61\xe8\xea\x37\xb0\xb5\x4f\xad\x5b\x59\x18\x24\x13\x0e\x92\x91\x3b\xa1\x98\x69\xfe\xa5\x52\x4a\x4f\xe6\x2c\x62\x60\x7e\xbe\x40\x52\xa9\x72\x86\xca\x67\xf7\x57\xb8\xc7\x03\x9a\x17\x31\x11\x63\x92\x3c\xbe\x93\x5c\xd7\x8c\xed\xde\x50\x6b\x4d\xd7\x21\x63\xc0\x2e\x72\x0e\xba\x26\x9d\x08\x75\xcd\xea\xed\xfe\x42\xb7\x88\xa1\x1c\x63\xcf\x12\x9f\xc1\x20\x66\x53\xfb\x6b\x96\x9c\x8c\xd0\x97\xe4\x1d\x38\xb4\x34\xc7\xa9\x1e\xd7\x3c\xbf\xa1\xc5\x21\xef\x8b\x2e\x56\x17\xa0\x76\x10\x2b\xc2\x62\x0e\xa6\x11\x9e\xe5\xc5\x17\xc6\x23\x9f\xce\x7a\xf5\xdc\x52\x55\x22\xe5\x66\x8a\x48\xcc\x1c\x23\x2b\x10\x55\x8f\x1e\xd1\x1f\xc4\x23\x7a\x7a\x8a\xd8\x94\xba\x89\x94\xe9\xac\x8a\x4c\xee\xa4\x30\xc6\x14\x25\x8f\x47\x49\x92\xd0\x09\x18\xde\x30\x63\xed\x81\x4d\xf0\x81\xbb\xbd\x72\xe5\x43\xea\x85\x9e\x02\x3c\x0d\xe5\x9e\x1d\x77\x1f\x7e\x09\x82\x1c\x27\x5a\xfc\x9f\xc6\x1e\xe1\x30\x43\xb4\x97\x07\x52\x38\xd0\xc2\x03\x9d\xdd\x8d\x07\x32\xdb\xf0\x8f\xcf\x07\xfd\xf7\x86\x6c\xbe\x3d\xc9\xf9\x96\xc4\x83\xef\x27\x1e\xdc\x10\x0f\xde\x42\x3c\x94\xd8\xd9\xf5\xde\x3a\x44\x1d\x25\xf3\xc7\x15\x4d\x91\x44\x05\xfe\x28\xc3\x44\x88\x6b\x22\xc4\x2d\x11\xca\xbf\x9c\x08\xc1\x9e\xdd\x9b\x41\x04\x57\x91\x05\x8f\xc0\x10\x30\xd5\xe4\xb4\x68\xde\xd9\x87\x2c\x62\x24\xcb\x86\x29\xc8\x9d\x93\xe8\x2a\xcf\x33\x92\xb2\x46\x46\x7b\x8a\x06\x03\xaa\xb7\x6d\x3a\x93\x67\x9f\xff\xc0\xac\xc8\x6c\x22\x86\x99\x20\x63\xf9\x7f\x47\x2e\xca\x1f\x91\x58\x60\x86\x54\xb8\x5d\xa5\xd0\x14\xa8\x94\x6d\x1f\x7b\x6d\xaf\xa1\xed\x75\xb8\xed\xd9\x99\xd3\xd6\x88\xaa\x92\x24\x61\x83\x01\x1d\x0c\x74\x91\x7c\x9f\xdd\x65\x57\x61\x9d\xef\x6f\x57\x01\x49\xbf\xad\x45\x07\x33\x47\xe1\xae\x86\x1c\xaa\xf9\xbd\xb1\xb4\x9c\xc0\x6b\xe9\x1f\xcb\xfa\x2b\xdf\xed\xe2\x5c\x09\xbe\x8e\x31\xf0\x3a\x09\x5a\x78\x9d\x74\x31\xf1\x6a\xb7\xf0\xba\xdb\x1e\xcb\x26\xf7\x68\xe0\xc5\xc9\x9a\xdc\xed\x41\x1c\x90\xb3\x19\x5f\xf5\x93\x1a\x8d\x92\x07\x80\xcf\xc6\xca\xb4\x02\x22\xca\x41\xac\x74\xbc\x55\x37\xd4\x58\x94\x08\x84\x71\x70\x95\xdc\x71\xdd\xe4\x34\xee\xf1\x6c\x7c\x24\xbc\x7b\x06\xa4\xfd\x22\xec\xba\x48\x61\xe2\x88\x0e\x94\xb9\xec\x08\x0d\x75\x8f\x31\x1a\x4f\xc5\xec\x6e\x2b\x04\x00\xee\x6d\x89\x8a\xd5\x66\xb9\xcc\xee\xb4\x44\xd8\x64\x08\x97\xd7\x5f\x12\x83\xbb\xa8\x5e\x07\xa4\x99\x1a\x1d\xa7\xdb\x3d\xcf\x75\x94\x1b\x0c\xc4\x6e\x07\x21\x24\x78\xca\x16\xf9\xcd\x23\xfa\xf8\xfc\x11\xe2\x6e\x54\x09\x11\xa3\x7f\xa2\x67\x67\x08\xb3\x84\x4c\xe9\x0c\xcb\xff\x25\x64\xca\xe5\x5f\x7c\x96\x30\xcb\xc5\xdc\x65\xc1\xf5\x02\x7c\x55\xa9\x8d\x55\x1f\x33\xf9\x08\x4f\x38\xe6\x0d\xbb\x57\xe3\xc5\x33\x11\x31\xc3\x1c\x8d\xa7\x6c\xf6\x25\x52\x1e\x58\xf8\x2f\xd6\xfb\x62\x9e\x08\x5f\xdd\xd7\xb4\x09\xbf\xb3\xd7\x17\x34\xbf\x3f\xbc\xce\x79\xfd\x52\xbc\x77\xdb\x3c\x13\x0d\x57\x3b\xc2\x58\x7f\x24\x7b\x50\x50\xb5\xe0\x78\xca\xaa\x74\xd5\x71\xfb\x81\x71\x2d\xa5\x0d\x0e\xa9\x8c\xa2\xac\x19\xe8\x5c\x07\x62\xe6\xcd\x12\xb9\x3c\x72\x9a\x2a\xb1\x4c\x9d\x0f\x32\x37\x78\x6d\x39\x54\x53\x9b\x8e\x5c\x62\x45\x50\x20\xd8\xa5\xb1\xaa\xa3\x57\x66\x31\x94\xe3\x89\xcd\x78\x05\x42\xe3\x2f\x85\xe1\xcc\x10\xf9\x51\x66\x3b\xc4\x7c\x6e\xc5\x2a\x91\x76\xd7\xdd\x1f\xef\x6e\x31\xc2\x77\x3b\x59\x72\x54\xf7\x76\xb0\x44\x7e\x7d\x9d\xdd\x51\x88\xaa\xda\xfe\xde\xc5\xa8\x6a\x94\xbf\x81\x20\xd5\x2c\xcf\x97\x3c\x6f\xb4\xe1\x46\x40\xf4\xa0\x9e\x8b\x15\x1f\xcc\xb1\x40\xae\xa5\x94\xe1\xbf\x19\x32\xd6\x71\x4c\x65\xc4\x79\xb3\x8c\x09\xc2\x9e\xb4\xc1\xfa\xb3\x9d\x9d\xab\x24\x0c\xe2\x54\xfe\x41\x26\xa3\xb1\x38\x3d\x2f\x63\xe3\x96\xea\x58\xbb\x55\x14\x88\x63\x81\xd9\x34\x9f\xd9\xd7\xa8\x5f\x74\x42\xee\x26\x60\x50\xab\x77\x6f\xe7\x60\xc3\x8e\x88\x28\x70\xa4\x53\xb5\x79\x9c\x58\x69\x0c\x77\x76\x42\x2e\xf8\x9d\xc8\x04\x8c\xf8\xde\xd6\x07\xba\xfe\x07\xb2\x8d\x57\xe3\xfd\x62\xb3\xf8\x4f\x54\xac\xf2\xcd\x71\x96\x00\x5f\xe4\x83\x5a\xf7\x28\xe5\x21\x8f\xd2\xc1\xc0\xc6\x1f\xa8\xa2\x02\x72\xf0\x2d\x3d\x2c\x43\xf4\xfd\x5a\x63\x86\x09\x9a\xf0\x31\x37\x18\xcb\x94\x63\x87\x23\xa9\xd6\x6b\x70\x57\xa7\x69\xdd\xfc\xb8\xb7\x75\xc0\x47\xd5\xa5\x83\x1c\x84\x61\xfe\xc6\xb2\x4e\x36\xd2\x5a\x07\x71\xd4\x3d\x67\x22\x2e\x74\x8e\x4d\x70\x84\x17\xfc\x11\x4e\xe0\xc7\xb8\x4c\x77\x74\xd2\xed\xea\x91\x7a\x94\xd7\x62\x77\xff\xb6\x23\xbc\xbe\x8e\x70\x81\x3a\xc6\xd9\xe5\x18\x47\x8e\x63\x0d\xef\x3b\x1a\x47\x1f\x65\x09\xdc\xdd\x22\xb5\xab\xb1\x64\x77\xcb\xb9\x8e\xb6\x63\x5f\xee\xe4\x12\xb0\x1c\x39\xc6\x30\xe2\x48\xbb\x81\x2f\x37\x16\x68\x2a\x46\x3b\xeb\xbc\x3a\xab\x3e\xba\x4b\xd3\x8f\x92\x31\x77\x17\x55\x1e\x21\x9e\x3b\x42\x4c\xd5\x59\x14\x72\x84\x88\xa0\xeb\xbb\xef\xe8\xc7\xd1\xd7\x78\x11\xd5\xf8\xcd\xee\x1c\x48\xc0\x27\x06\x53\x93\x22\x13\x6f\xf0\x1c\x2f\xf0\x0a\x2f\xf1\x1a\xdf\xe0\x8f\xf8\x1a\x5f\xe1\x5b\x7c\x89\x3f\xe1\xe7\xf8\x33\x7e\x83\x2f\xf0\x4f\xf8\x09\xfe\x19\xbf\xc3\x6f\xf1\x07\xfc\x14\xff\x0d\x3f\xc3\xaf\xf1\x4b\xfc\x0a\xbf\xc0\x7f\xc7\x3f\x7e\x29\xfb\xd6\xda\xe0\x09\x5c\x9d\xea\x6e\x8f\xf0\x96\xb0\xcd\x0d\xe1\x72\x9e\xe3\x93\x11\xbe\x26\x22\x60\x30\x6e\x59\x95\x72\x1f\xe0\xa7\xf2\xa6\x3d\x0a\x2e\xef\x06\x57\x5d\xcc\x47\x41\x66\x9d\x21\x6f\x04\x39\x0a\x32\xed\x08\x59\x5d\xfb\x47\x81\xce\x3b\x81\x7e\x46\xe6\x47\x41\x4d\xbb\x41\xe5\xf9\xfa\x28\xb0\x45\x27\xb0\x2f\xb4\x9f\xfe\x51\xa0\xb3\x23\x40\x1f\x05\x78\xd3\x11\x30\x5b\x1c\x39\xe2\x79\x37\xc0\x8a\x1d\x3a\x0a\xf2\xa2\x13\xe4\xff\x50\xae\xb4\x47\x41\x5e\x75\x82\xfc\x27\xe5\x81\x79\x14\xe4\x65\x57\xc8\xc6\xa7\xee\x28\xe8\xeb\x4e\xd0\x5f\xb2\xe3\x4e\xc9\x4d\x47\xa8\x9a\xed\x3b\x0a\xf6\xc7\x8e\xb0\x25\x97\x78\x14\xe0\xeb\x4e\x80\xff\x33\xa7\xc7\xe1\xdc\x55\x27\xb0\x3f\xa5\xc7\x62\xdc\x6d\x57\xb8\x47\x41\xbd\xec\x04\xf5\x68\x24\xfe\xd4\x09\xec\x1b\x6d\x32\x76\x14\xe8\xe7\xdd\x40\x6b\xee\xf9\x28\xd0\x9f\x3b\x81\xfe\x99\xae\xc9\x13\x68\x79\x14\xf0\x37\x9d\x81\x1f\x05\xf6\xa2\x1b\xd8\xbb\xd0\x8a\x9f\x3a\x81\xfe\x3f\x92\xf1\x3f\x0a\xee\x93\x4e\x70\xdf\xca\x77\xc2\x51\x70\x7f\xee\x06\x17\x9e\x15\x47\x01\x7e\xe7\x00\x6e\xe7\x25\xdf\x6a\xa3\x8b\xa3\x40\xbf\xed\x38\x66\xf9\x66\x39\x0a\xf0\x87\x8e\x80\xe1\x89\x73\x14\xe4\xa7\x9d\x20\x5f\xa8\x17\xd1\x51\x90\xff\xd6\x0d\xb2\x7c\x40\x1d\x05\xf7\x59\x37\xb8\x39\x3f\x76\xf7\x5e\x77\x02\xfc\x2e\x3d\xf2\x66\x7a\xd9\x0d\x2c\xbc\xcd\xee\x40\x89\x5e\x1d\x01\xfe\x28\xc0\x2f\x3a\x01\xfe\x85\x1d\x3b\xe0\xbf\x77\x82\xfb\xab\x7a\x58\x1e\x05\xf9\x47\x07\x72\x27\x39\x7a\xc3\x18\xf3\xdb\x29\x10\x32\x41\x82\x3a\xad\x3e\xf9\x21\x11\x25\x54\x68\x2b\x87\xe2\xeb\xd6\xf6\x8f\x13\x5d\xa1\xad\x3c\x9c\x06\xe4\xb0\x25\xfc\xd7\xb7\xf0\xfb\x2a\x41\x8f\xdd\xdc\x11\xbc\xc7\x06\x83\xd8\xe8\x46\x9f\xc4\x44\x45\xc6\x8a\x1b\xa1\xd8\xb4\x3b\xb8\x09\xa1\xe1\xd4\x37\xba\xae\x4a\x79\x98\x3f\x4e\x46\x93\x5c\x05\xcc\x3e\x62\xe5\xac\x62\xe5\x37\x88\x00\x9d\x40\xf0\x07\xe8\x7e\xb7\xab\x22\x6f\xf6\xba\x5a\x80\x3f\x3e\x9f\xf0\xb3\xf3\xf1\x08\x61\x9a\x9c\xbb\x96\xe0\x67\xe7\x61\x47\x12\xa1\x4d\xf6\x08\x78\xcb\x1f\xb1\x48\x36\x2e\xcb\x3d\x2e\x92\xb5\x1d\xbb\xbb\xcf\xa9\x16\xd2\x4c\xfe\xf3\xe2\xcd\xeb\xa1\xca\xc5\x43\x97\xb7\x4a\x41\x5a\xfb\x26\x8c\x7a\x8a\x16\xe0\x9f\x00\xfd\x3b\x11\x07\xe1\x9b\xc0\xe4\xd8\x75\x53\xf2\xe6\x7b\xc6\x2e\x6d\xc3\xa9\xfb\xae\xdb\x07\x11\xb4\xdb\x45\x94\x15\x22\x65\x73\x12\x28\x3d\x72\x86\xc6\x69\xe2\x48\xca\xa3\x07\x77\x0f\xa4\xa7\xcd\xed\x61\x30\x68\x98\x3e\xdc\xd1\x8f\xc3\x46\x27\x6b\x37\xca\x52\x2e\x16\x68\x30\xd8\x57\x65\x9e\x8a\xf9\x0a\x95\x6d\x7b\xc0\x94\x5f\xcd\xfc\xf6\x6c\x41\xe6\xb9\x4a\x65\x14\x52\x3e\xfe\xbb\x6a\xe0\x54\x52\xab\x6e\x3f\x38\x1b\x64\x61\x86\xbe\xb9\x20\xb2\xb4\xd0\xfe\x53\xc7\x86\x52\x12\x68\xab\xa8\x99\x1b\xdf\x81\x80\x61\x89\xfe\x72\x4d\xc4\x9b\x4f\xcc\xec\xef\xc5\xed\xcd\x55\x9e\x15\xaa\x15\x4b\xf6\xd5\x91\x60\xc0\xf8\x26\x61\xd6\x20\xc2\x0e\xad\xba\x4d\x83\x20\x9e\x91\x62\xce\xe9\x5a\x65\xc3\x13\x68\x58\xf1\x2a\x25\x42\x08\x73\xf0\x7a\xd0\x04\x13\x3c\x6c\x0d\x39\xa9\xbc\x07\x73\x89\x5c\x95\xb3\xdf\xf9\x23\xf1\x43\x1d\x83\xc0\x31\x43\xcf\x5f\xde\x4d\x27\x0e\x1a\x09\x17\x8d\x04\xa0\x91\xf8\x5f\x0f\x27\x54\x2f\x0b\x84\x1d\x1a\x21\x1b\xef\xce\x9b\x99\xce\x5d\x32\x15\x33\xc9\x34\x8d\x0f\xcc\xb0\x98\x84\x4e\x12\x25\x45\x4c\xf0\xa1\xa6\x31\x47\x68\xec\x8c\xa9\x65\x40\x6d\x47\x55\x1c\xea\x00\xac\x8c\x20\x25\xaf\xb5\xd1\xb5\x0b\x9c\xd6\xd3\xec\xf5\x29\xeb\x93\xe0\x64\x54\x5f\x9a\x16\x70\xec\x73\x9e\xf3\x9c\x2d\xe9\xf5\xc6\xfe\xfe\xc4\xa9\xd0\x7f\x97\x68\x4c\xa6\x62\x96\x70\x4c\xbc\x04\x2f\x96\x8a\x36\xcd\x17\x89\x97\xe5\xc5\xe4\xd2\x0e\x92\xe0\x40\xe3\x21\x65\x54\xd0\x34\xa3\x7f\x27\x7c\xe2\xfd\x1a\xce\xd3\x2c\x8b\xb5\x19\xf0\x38\xd8\xf6\x9a\x88\x09\xfc\xdf\xaf\x4b\x94\x6d\xca\x44\xff\x3b\xd6\xe9\xf1\x1d\x9f\xba\x02\x82\xb4\xee\xbb\x24\x4c\x1f\x83\x81\xc2\xd3\x84\x0c\x06\x45\x4c\x86\x6b\xc2\x97\x39\xbf\x41\x65\x2c\xd0\x04\x5c\xf6\x44\x5a\x7c\x40\xf2\xc6\xd4\xdd\xd8\xd5\xd8\xc4\x0e\xad\x55\xf5\x40\xb0\x8b\xdc\x14\xe2\x5e\x12\x9b\x7e\x2d\x9a\x32\x41\xae\x9b\x19\x52\x11\x1e\x95\xe9\xb4\xb1\x7c\x3d\x01\xab\xe9\x09\x99\xf2\x59\x2c\xf7\x8e\xcf\x62\x86\x4a\x2c\x90\x97\xff\xa6\x95\x77\x38\x0f\x52\xf4\x73\xf7\x28\x9e\x3b\x14\x5d\x5f\x1a\x9a\x0c\xca\xf7\xcd\xcf\xe0\x1f\x8a\x5c\xec\x87\x58\x6e\x30\xd2\x74\xd6\xec\xf1\xfb\x60\x8f\xdf\xbb\x3d\x7e\x0f\xbe\x80\x2a\xfa\x92\x83\x10\xe3\x02\xab\xfd\xcc\xca\x84\x9a\x9d\x5c\x90\x8c\x08\xd2\xa7\x2e\xe6\x60\xfb\x11\xea\xe3\x79\x9c\xc7\x79\xbc\x2d\x21\x13\x36\xc2\xc4\xfc\xa4\x08\x6f\x4b\xdc\xd2\x05\x42\x48\x4f\xa5\xbc\x8b\x55\x4e\x6b\x03\x79\x73\x80\x2b\xe8\x5d\x54\x5f\x64\x48\x18\xe8\xb5\xdf\x19\x64\x4a\xc8\xf0\x03\x21\xeb\x57\xa9\x20\x85\x70\xbf\x2e\x78\xbe\x76\x7f\x73\x02\x79\xef\x65\x67\xee\x67\xe1\xfc\xed\xc0\x6e\x80\x75\x20\x36\x81\x69\x38\xbe\x65\xe8\x2a\x59\xc4\x19\xea\xe9\xa2\x95\xfe\xba\x94\x5f\xf1\xd6\x01\x00\xeb\xd5\x6b\xc2\x5c\xda\xe4\x47\xd0\x42\xf6\x6e\xaa\xda\x91\x54\x09\x90\xa0\x4e\x35\x64\x53\xb3\x36\x89\x1b\x5d\xff\xa3\xaa\xaf\x27\x6c\x2a\xbb\xf3\xff\xa8\x6b\x5e\x27\x8b\x78\x63\x66\xa1\x16\xea\x5a\x17\x5d\xc9\xa2\x2e\x53\x51\xcd\xae\x74\xb3\x5b\xd5\x2c\x34\x1f\x55\xf1\x56\x57\xbc\x54\x15\x0f\x4d\x4a\x35\xba\xd4\x8d\x3e\xa9\x46\xed\x33\x53\xd5\x3f\x75\xe6\xa8\x1c\x4e\xe7\x48\xb6\xea\x9b\x31\xb3\x9e\x15\x66\x93\x24\xbd\x55\xf9\x96\x16\x4d\xd2\x64\xd9\x33\x49\x9c\xe8\x2c\x61\x01\x22\x93\x97\x09\xef\x69\x02\xc2\x5d\xaa\xe2\xdb\xe5\x1a\x23\xfa\x98\x9e\x46\x43\xb9\x46\x17\x9b\xf9\x9c\x14\xc5\x72\x93\x45\x5e\x52\x7e\xb5\x2d\xae\x1d\x31\x18\xe5\x07\x9a\xd9\xdb\x89\x4c\x5c\xe7\xbb\x48\x2d\x3e\x1a\xe7\x93\x5c\xdd\x73\x12\x80\xbd\x6e\x10\x32\xb9\xae\x0f\x7b\xc3\xd8\x0d\x7e\x70\x76\xb5\x59\x2e\x09\x3f\x5b\xe7\x19\x9d\x7f\x53\xa7\x0f\x9e\xaf\x7f\xdc\x88\x3f\x5b\x94\xfd\x19\x7a\x4c\x24\x7b\xcf\xe6\x24\x7b\xc3\xae\x73\xca\xae\x25\x66\x16\xb6\x48\x36\x02\x29\xfe\xc2\xff\xee\xa0\xb1\xf9\xe8\x91\x1c\x91\x98\x98\x8a\x8f\xc8\x30\x85\x14\x78\xb2\xee\x4b\xfd\xba\x33\x77\xd0\x0f\x64\x78\x93\x7e\x7e\x5a\x2d\xc7\xa3\x4a\x04\xf1\xdf\xb6\xdb\xaa\x55\xb1\xa2\x4b\x11\xab\xf8\x03\x02\x41\x64\xc5\x5e\x18\xbe\xf1\x1a\x2e\x6b\x8e\xa0\xd6\x6b\xdc\xef\xf7\x2c\xdc\x9f\x0e\xfa\xb4\x6f\x0a\xa5\xb1\xbe\xdf\xea\xec\x62\xc5\x2f\xec\x2a\xdf\xb0\x05\x59\x38\xf0\xe5\xad\x62\x32\xcc\xca\x61\x40\xa4\x1e\x79\xcf\xbc\x26\x9f\xc5\xcf\x8a\x93\xb9\x10\xa9\xd8\x14\x63\x92\x3c\x96\x23\x7d\x3c\x9a\x44\x85\x44\x49\xb2\x88\xc6\x91\x5e\xef\xa8\xec\x05\xd7\x5e\x1f\x9f\x3e\x4d\xb6\x6a\x33\xdf\x92\xb4\xc8\xd9\x38\xa2\xa2\x7f\x45\xb2\x9c\x5d\x17\x7d\x91\xf7\xd3\xfe\x1f\xe4\x86\xfe\xa1\x2f\xdb\xf6\xc5\x2a\x15\xfd\x4f\x69\xd1\x4f\x33\x4e\xd2\xc5\x6d\x9f\x6f\x18\xa3\xec\x3a\x6a\x8c\x14\x93\x61\xb1\xce\xe8\xdc\x5f\x80\x58\xb9\xa6\x38\xfd\xe1\xe0\x2a\xe2\x51\xf8\xbb\xc9\xff\x74\xcc\x3a\x80\x89\x66\xd9\x6b\x43\xcc\x2a\xa1\xe2\xa1\x75\x70\x2e\x86\xfa\x72\x18\xce\x32\x46\x64\xd1\x4f\xaf\x53\xca\xfc\x15\x31\x08\x1a\xc0\x09\xcc\xc3\x88\xdb\x13\x0a\x21\x21\x21\x11\x36\xc1\xc4\x92\x51\x4f\x45\xe7\x00\x87\xc1\x9b\xf4\x33\x50\x50\x8b\x73\x3e\x86\x42\xea\xc8\x4e\x9b\x20\x30\xe4\x04\x3f\x62\x55\x55\xf3\x4b\x6b\xd3\x27\x17\xb8\x95\x28\x98\x54\x88\xe9\xc1\x35\xae\x6e\xc7\xdf\x17\xc6\x9d\x9d\x4b\xba\xd0\x4e\x11\xd3\x03\x14\x5b\x0d\x00\xc4\x47\x5a\xc8\x64\xc4\x48\x61\x61\x93\xd3\x54\xf2\x2e\x67\x56\xc6\x15\xaa\x02\x77\xf7\xb7\x70\x1a\x5a\xa5\xc5\xea\x82\x08\x91\x91\x45\xa2\x7e\x49\xf6\x31\x9d\x13\x89\xca\x59\x56\x15\xa5\x59\x56\xf7\x2c\x5a\xc4\x55\xd0\xd5\xe1\xcf\x6a\xce\x38\x4a\xb3\x2c\xc2\x1b\x64\x29\xec\x3f\x51\x97\xc2\x96\x0a\x92\xbc\x07\xe8\x32\x1e\x39\x89\x04\x91\x77\x7f\xbb\x30\x25\xbf\x96\x67\x1f\x25\x1a\xd4\x82\xec\x9a\xb6\x8f\x4e\x4f\x85\x91\xd7\xcb\xf7\x31\x5c\x05\x74\xb7\x3b\xa1\x53\x3e\xbc\xa5\x24\x5b\xc8\x7d\x51\x62\x98\x19\xb2\x81\x5b\x08\x2a\x95\xac\xfe\xe4\x1c\xa7\x09\x31\x21\x2b\xf5\x63\xcc\x8a\xdf\x86\x73\x4e\x52\x41\xe2\xed\x92\x8d\x29\x4e\xf9\x75\x31\x9e\x92\x59\x89\x86\x97\x40\x2d\x2a\xe7\xd2\xf3\x93\x24\xe1\xc3\x4b\xc9\x7b\x64\x44\xce\x5d\x1e\x2f\x02\xc1\x02\x4e\x46\x08\xf3\xb2\x92\xff\x4f\x58\x9c\x1a\x21\x6e\x70\xae\xa9\x19\x8d\x7e\x25\x23\x9b\x78\x39\xf7\x16\x1e\x16\x5c\x6f\x13\xac\xbb\xb7\x6f\xd5\xb1\x0c\x6f\x96\xdc\x69\xdd\x0a\x36\x3d\xd5\xf5\x8b\x5a\x1f\x12\x31\x22\x3c\x97\xf5\x00\x47\x0a\x5d\x2f\x0b\xd4\xb3\x83\x99\x57\x48\xd0\xdf\x78\x48\xe0\x3e\xaf\xeb\x8f\x6b\x2d\x70\x53\x51\x32\x93\xc7\x04\x84\x46\xee\x63\x59\xbd\x5f\xeb\xfe\x60\xb9\xda\xff\x34\xa1\x71\x8e\x70\xe1\xc4\x03\x96\xdb\x48\x78\x8c\x7a\x64\xca\x66\x71\x8e\x54\xf8\x98\xc2\xac\x34\x2e\x74\xf4\x03\xa5\xb8\xc9\x24\x32\x6c\x12\x08\x2d\x98\xed\x76\x71\x96\x9c\x8c\x70\xea\xa5\x71\x90\x3b\x4a\xfa\xe6\xbc\xe6\xcb\xca\x60\x73\x62\x28\x64\x1c\x96\x88\x4c\xf9\xb0\x22\x13\x1a\x1d\x07\x83\xe0\xe7\x58\x49\x99\xf0\x3c\x29\x86\x9a\x9e\x0c\x97\x94\xa5\x59\x76\x2b\x1f\x3c\xc6\x12\x2e\xd4\x34\xd9\xe0\x79\x59\xfa\x67\x3b\x3b\x40\xbd\x08\x9b\xa7\xeb\x62\x93\xa5\x82\x2c\x80\x1e\x1d\x49\xb4\xee\xe7\x31\x51\x1d\x49\xe3\x8a\x7c\x79\x93\x7e\x20\x2f\x85\x4a\x95\x6f\x25\xe3\x70\x23\xe8\x0b\xbb\x0a\x09\xa4\xa4\xa3\xc0\xde\x43\x05\x79\x92\x51\x89\x75\x3d\xa5\x8c\x3b\x86\x47\x0f\x90\xf7\xaf\xcc\x9d\xcb\x35\x56\xea\xe9\xa7\xca\x7d\x34\x09\xbe\x95\xfa\x34\xe1\xd3\xd1\x0c\x22\x92\x2a\xcf\xdb\xf3\x9a\x9b\x22\xdf\xb0\xe1\x15\x65\x0b\x15\xff\xc2\x7d\xff\xd0\x65\x4c\x7d\x39\xbf\x09\x50\x22\x0f\x9e\x95\x17\x37\xb5\x0d\x98\x3b\xda\x3d\x02\x59\x3d\x1f\xa5\x3f\x90\x47\xe9\xe9\x29\xe2\x9e\x68\x69\x9a\x02\x41\x66\x83\x01\xd3\xb4\x4c\x6f\x13\x37\xbe\xf9\x8a\x0f\xf2\x42\x9a\x58\xaa\x67\x0c\x81\xa7\x62\x26\x39\xa5\x1c\xab\xfc\x8d\xf2\x70\x1c\xd8\x1f\x9d\xfb\xfc\xf6\xec\x26\x5f\xd0\x25\x25\xbc\x38\xbb\xa1\x9f\x69\x8b\x93\xaf\xd3\xd0\xf0\x1d\x41\xd5\x43\xfd\x6d\xf6\x0d\x2e\x65\x4d\x99\x2e\xcc\x30\x6a\x71\xb1\xe8\x32\x26\xc3\x4b\x2b\xf0\xf8\x39\x15\x2b\xc3\x7f\xba\xde\xb0\x8d\x3a\x95\x62\xf5\xd2\xce\xb0\xac\xdb\x9c\xdb\xcb\x4e\xcd\x52\x31\x3f\x63\x32\xbc\x74\x7f\x63\x9f\x0b\x95\xc5\xfe\x97\x12\x95\x10\xa0\x4d\xcd\xf6\x27\xb3\xfe\x75\x0e\x62\xeb\x41\x1d\xf3\xc0\x2b\x06\xd7\x20\x8f\xcf\x1f\x8c\xb0\x3f\x31\x38\xb9\xf8\x72\x95\x16\xbf\x14\x64\x61\x3a\x1b\x9f\x9c\xc3\xb7\x0b\x22\x7e\x74\x3b\xd1\x9f\x9f\x33\x49\x31\x17\xcf\x3f\x4a\x0c\x95\x1f\x1d\xde\xdf\x31\x3f\x57\xe4\x82\xb7\x32\xbe\x72\x9e\x6a\xcc\x81\x46\xcd\xd9\xa0\x12\x4b\xfe\x32\x50\x37\xf8\x74\x41\x25\xae\xd8\xe5\x96\x46\x01\x5e\x15\x95\xb5\x0d\x72\x6e\x59\xa0\x7c\xf5\xb5\x92\x77\x9c\x2a\xf0\xdb\x25\x04\xe7\x4a\x9c\x01\xc5\x25\x06\xbf\xb1\x06\x34\x6f\x37\x1a\x6d\x88\x5c\x62\xb2\x88\x9b\x43\xf0\xf6\xc0\x8c\xa1\xc4\x0b\x72\xb5\xb9\xae\x57\x87\x8f\xb6\x4e\xd9\x50\xda\x59\x2a\x1f\xd8\x73\xd9\x8c\x04\x27\x5d\xc3\xeb\x44\xe0\x5c\xbd\x33\xea\x0b\x91\x24\xe7\x0f\x46\xf2\xde\x6f\x94\x9c\x23\x57\x17\x93\xc7\x68\x5b\x86\x30\x3f\x18\x1e\x29\x4c\x73\xee\xcb\xc3\x58\xf3\xd1\x35\x59\x88\x38\x3d\xed\x39\x69\x2f\x30\xb5\x1c\xfa\x23\xfe\x03\x7d\x74\x7a\xca\x2b\x4e\x9b\xcf\x7a\x74\x78\x59\x10\xc2\x5e\xb2\x05\xf9\xfc\x83\x18\x0c\x62\xf7\x43\x22\x30\x8b\xa9\xa4\xd4\xb6\x0f\xcf\xa0\x84\x6d\x6e\xde\xaa\xc7\x1e\xbc\x91\xd9\xe6\x46\x1d\x01\xcc\xbc\x2c\x59\x11\xa0\x5d\xa4\x13\x3c\xb3\x47\xa8\x72\xb0\x67\x38\xaa\x80\x38\xb1\x3f\xaa\x32\x05\x11\x82\x86\xb8\x50\x99\x85\xea\xe5\x82\x36\x1a\x1e\xcd\x5e\x64\x69\x61\x9e\xca\x64\xa1\xe8\x0c\x48\x05\x25\xa5\x70\x3f\xe8\x01\x38\x35\xac\xdc\xb0\xfa\xf6\x54\xbd\x0b\x48\xf5\xe5\x39\xe7\x39\x77\xe1\x3c\x05\x32\xe3\x7e\x79\xc9\xe6\x5e\x33\xcd\xad\x3c\xcd\x37\x4c\x8c\x47\x18\x84\x4a\x7f\x4a\xd9\x22\x23\x2f\x36\xd9\x92\x66\xba\x3f\xe7\xbb\x32\x33\x55\x9f\x29\xa3\x92\x8e\xa8\x23\x55\x6c\xd6\x04\x02\x27\xda\x9b\x5a\x07\x16\x09\xc8\x30\x92\xe9\x4c\x95\x05\x1e\xd0\xc9\x74\x56\x62\x45\x20\x9f\x64\x59\xb5\xbf\xd3\x59\x0f\x9a\x84\xde\xec\xa4\xb5\x27\x3c\x6a\x2d\x32\x9c\x87\xd0\xe3\xdc\x03\x38\xfc\xfe\x6f\x2b\x72\x00\x43\x32\x48\xdc\x02\x59\xf9\x9c\x21\x9b\x16\x26\x4f\xf8\xa3\xfc\x07\x7e\xca\x1e\x9d\x9e\xe6\x46\x89\x27\xa6\xf9\xac\xc7\x25\xf7\xad\xd1\xc4\x18\xe6\x40\x40\x08\xe0\xe9\x7c\xc4\x84\x4f\x15\xf2\x9f\x9d\x23\x7b\xe1\x48\x62\x44\x07\x03\x9d\xfc\x4d\x2b\x33\x4b\xa1\x67\xae\x34\xfd\x9e\x98\xa4\x1e\x17\xc7\x43\xe0\x08\x93\x66\xe4\x1c\x17\xa1\x22\xec\x72\xce\xf0\xe9\xf4\xdc\x6d\x42\x9a\xc3\x27\xb5\xe1\xcb\x06\xad\xeb\xac\x73\xd8\xe9\xcb\x66\x99\x6d\x8a\x15\xb4\x2a\x62\x54\x62\xff\xb7\xe6\x11\xa7\xb3\x5e\x2d\x09\xcf\x7e\xe4\x00\x02\x45\xb4\xa4\xb7\xa5\xea\x94\xcf\xd4\x4a\xf6\x5a\xd1\xbd\x69\xfe\xe6\x0f\x04\x33\x97\x2c\xb2\x8a\x2c\x32\x45\x16\x55\x5a\x9f\x21\x2d\x5e\x50\x46\x8b\x15\x59\x0c\x06\xc2\x44\xa6\xb4\x3c\x57\xd9\x3a\x42\xbd\x42\xee\xdd\x34\xb4\xdb\x0c\x97\xab\x8e\x0f\x21\x4f\xf5\x1d\x16\x48\x0f\x75\xcf\x02\xf5\x98\x87\xc1\xb1\x26\x19\xf2\xb7\x5b\x35\x66\x08\x43\xa8\x26\xbd\xe4\xcc\xa0\xa8\x09\xb9\xe4\xa3\xa2\x86\x57\x23\xd4\x55\xb9\x43\xc8\x43\xb3\x6a\x3f\xba\x8d\x6d\x0f\x54\xad\xb6\x5d\x5e\x74\x8d\xfe\x3d\xf3\xa2\x03\x8b\x28\xb1\xb5\xb9\x16\xce\xcd\x26\xfb\xe9\x39\x3d\x78\x47\x46\xf8\x87\xbd\x5e\xad\x5a\x04\xe7\x82\x94\xc7\x8a\x58\x89\xd3\xf0\x32\x67\x2f\x28\x03\xcd\x17\x84\x2f\xdc\x76\x02\x72\x76\x8e\xf4\x4b\x9a\x34\xc4\x54\xbd\xd0\x7e\x98\x2b\x0b\x28\xc7\x39\x84\xd0\x0d\x6e\xab\xa3\x5c\x23\x68\x1c\x3f\x6c\xad\xa9\x6f\x3c\xa8\xf6\xbd\xac\x15\xc6\x13\x73\x0f\x06\x29\x96\x7f\x2d\xca\x2a\xa6\x8e\x7c\xe6\xe6\x72\x27\xaa\x47\xbe\x4b\x54\x50\x89\xfc\x60\x59\xc1\x70\x46\x75\x19\x87\x62\x13\x0e\xbc\x19\x95\x80\xb6\x5d\x50\x52\xc8\x25\x36\xcf\xcf\xa3\x1e\xab\x87\xed\xd7\xee\xc0\x09\x5a\x4d\xb3\xa9\x9e\x38\xdf\xfc\x57\x5a\x98\x33\xb2\xbe\xc4\x78\x4b\x0b\xdb\x72\x2c\xf9\xf3\xfc\x02\xec\x54\x2d\x03\xff\xfe\x87\xaa\xfc\x3b\xcd\x7a\x98\xd9\xbe\x4e\x6f\x48\xf9\xf8\x7d\x89\x2f\x2b\x24\x7d\xc3\x5f\x9b\xd3\x31\xae\x45\x44\xcb\x79\xec\xe1\xb6\x73\xa8\x10\xa6\x85\xe1\xc2\x6a\xad\xae\xf2\x3c\x8b\xa3\x70\x0f\xd0\x4e\x77\x76\x72\x5e\x6a\xe3\xed\x9e\xbb\x1a\x34\xb8\x5e\x79\xf8\x6b\x32\xcf\xd2\xa2\xd8\x96\x18\xb4\x36\x3a\xc4\x79\x51\xd0\x6b\x86\xe2\x5c\x3e\x0b\x44\x2e\x6e\xd7\x04\xb3\xe6\x13\x21\xe8\x4f\xd0\xae\x25\xe8\x82\x8f\x5f\x5d\x2a\x77\x4d\x0c\x89\x36\x44\x2f\x09\xf8\x99\x4f\xab\xc4\x38\xb3\x52\xbe\x3b\xe8\x42\x1d\x68\x88\xd4\x7e\x9d\x27\x05\x26\xc3\x4f\x3c\x5d\x07\xae\xd9\x2f\x35\x81\xfa\x16\xc1\xc9\xad\x0f\xb6\x55\xef\x63\x86\xe5\x7a\x96\xa5\xf3\xaa\x22\xc3\x9f\x9f\xbf\x7d\xf1\xe6\xed\x4f\x97\xef\xfe\xeb\xe7\xe7\x97\xaf\x5e\xbe\xfe\xf3\xf3\x67\xf5\xaf\xbf\xbc\x0e\x7f\x7f\xf6\xfc\xc5\x93\x5f\x5e\xbd\x33\x47\xaf\xa5\x34\x0a\x7d\x8d\xea\xb5\x6d\x1f\x51\xf0\x73\xa3\x7e\xb0\xb6\xa9\xab\x6e\x60\xc9\xfc\x78\x2f\x38\xf3\xdc\x1e\x0c\x22\x79\x0a\xd4\xf6\xa6\xc6\x52\x98\x0c\x99\x3c\xd8\xee\x1b\xbd\x29\xb1\x6f\xca\x03\x2e\x36\x57\xc5\x9c\xd3\x2b\xb2\xb0\x02\x09\xf9\x54\x8b\x2e\x8d\xd5\x36\x9a\x92\x99\xff\x60\x29\xb5\x06\x67\x4b\xb5\x0c\x58\x0b\x83\x16\xb4\x58\xe7\x05\x31\x3f\x6b\x77\xdd\x78\x84\xe5\x69\x52\x85\x4a\xa1\x33\xc3\xfe\x08\x40\x4e\xc4\x37\xec\x55\x0e\x76\x40\x58\x09\x20\x5a\xa5\x47\x9e\xd2\x53\xf5\xa9\xb9\xe8\x77\xb7\x6b\x32\x0e\x6f\x1c\xbe\x24\x9f\xd7\x64\x2e\x8a\x57\x94\x7d\x20\x8b\xff\xa2\x24\x83\x7e\xd5\x91\x03\x28\x44\xde\x97\xfa\xed\x56\x38\x8f\xca\x93\x73\x4c\x0b\xb8\x4c\xd5\x9f\xf6\xe1\x58\xa3\x7d\x29\x5b\xc4\x91\x29\x56\x34\xb3\xe2\x49\x81\xf8\xd9\x22\x09\xa8\x62\xf9\x14\x58\x53\x53\xfd\x6a\xa1\xaf\x2c\x17\xb1\x0f\x15\x6e\xbb\x5a\x35\x59\xe5\x19\xcf\xd7\x6b\x79\xab\xd7\x86\x54\x75\xeb\x8f\xcf\x93\x54\x7b\x02\x6d\x6b\xa8\xe3\x40\x45\x13\xb0\x04\x90\x7f\x8e\x01\x79\x9c\x4e\x26\x5a\x9d\xed\x94\x99\x5e\x26\xd1\xd2\xf4\xa7\x8a\xaa\xd1\x4c\x22\xa3\x8b\x1e\x47\x9f\x52\x2a\xe4\x5f\x92\x4a\xdb\x3e\x03\x73\x6c\x9b\x57\x60\x2a\xf5\x41\x0e\x06\x27\xb5\x01\xc8\xce\x2e\xc1\x68\x7e\x7c\x8e\x0d\xf3\xe7\x35\x77\x99\xf4\x3a\xbc\xdd\x2e\xae\xf3\x4e\xee\x88\x4e\x46\xe6\x21\x66\x9e\x16\x3f\xf3\x7c\x4e\xc8\x22\x16\xc3\xff\x7a\xf9\xfc\xd5\xb3\x27\x3f\xbe\x7a\x7e\xf9\xf4\xcd\xeb\x77\x2f\x5f\xff\xf2\xdc\x24\x4b\xd0\x4d\x04\xa7\xd7\xd7\x84\xc3\x09\x88\xa3\xc2\xf2\xf5\xf2\x6d\x62\x24\x7f\x0e\x2b\xa0\x1e\x73\x51\x74\x0a\xad\x81\x3b\x36\x6a\x58\x90\x31\x45\x95\x7d\x45\x84\x63\x91\x10\x1b\x83\x1a\xf3\xe4\xec\x1c\x9d\xc6\x74\xb7\x8b\x22\x74\x2a\xf4\x77\x7e\xca\xf4\x1b\x48\x3d\xca\x8d\x04\xe2\x4b\xbd\x23\x22\xab\xc1\x03\x9b\x04\xf2\x59\xbe\xb4\xa9\xc8\x6e\xfb\x92\xf8\x93\x45\xd4\xa3\xcb\xb8\xb9\xd0\x35\x9c\xd2\x3a\xe6\x06\x4f\xed\xa1\xc7\xc9\x08\x69\xf2\x6a\x17\x65\x30\xb0\x7f\xfa\x4c\xd2\x6e\x17\xfd\xb0\x61\x1f\x58\xfe\x89\x3d\x8e\x1a\x60\x5d\xea\x13\xe1\xf7\xee\xa3\xa4\xff\x87\xef\xb6\xbc\xfc\x03\x4c\xc6\x1c\x81\xfe\x15\x99\xa7\x92\x13\xf8\x6e\x4b\xca\x61\xff\x45\xce\xfb\x37\x39\x27\x7d\xca\xe4\x0e\x00\x15\xc7\xfd\x82\x90\x71\x7f\x25\xc4\x7a\xfc\xe0\x41\x83\xbf\x90\x18\xff\x60\x91\xcf\x8b\x07\xc0\x95\xcc\x2b\xf2\x0f\x5a\xb1\xf7\x1a\x4b\x9c\x93\x64\xf9\x3e\x89\x60\x17\x79\xce\x7c\x24\x7b\xf2\xfa\xe9\xf3\x57\x58\xd2\x39\x34\xd6\x7c\xbb\x79\xde\x00\xf1\xfb\x5e\xbe\xb8\x40\x91\x6b\xa8\xab\xba\x12\xea\x07\xb0\xed\x94\xa9\xb6\x01\xad\xb0\x95\x7b\xdf\x5e\x91\xb7\x4a\xef\xf2\xcc\x2b\x81\x7a\x46\x05\x0b\xe7\x31\x50\x77\xeb\xd4\xd5\x7b\x18\x30\x03\x80\xd8\xa2\xa1\xb2\x89\xdb\x95\xb1\x00\x80\x6f\x4a\x0b\x36\xf6\xcb\xc1\xb7\x01\x3e\xc1\xf5\x80\x50\x89\xc5\x8a\xb0\x31\x8d\x23\xf9\x6f\x84\x30\xf8\xe6\xc8\xdf\xf0\x47\x84\xb0\x56\x1d\xcb\x4f\xfa\xcf\x08\xe1\x6a\x8d\x1d\xff\x35\x81\x59\x42\x94\x60\x44\x51\x9e\xd3\x53\xdc\x24\x54\x31\x4f\xbe\xd7\x4c\x14\xdc\x42\x4d\x23\x1c\x84\x63\x47\x72\x6f\x64\x60\xcf\x5f\xff\x65\xf8\xec\xf9\x8f\xbf\xfc\xc7\xe5\xbb\x27\x17\x7f\xbe\x40\x83\x81\x7c\x65\xe4\x19\x19\x66\xf9\x75\x08\x08\x03\x56\x22\x69\x70\x19\x58\x49\x1a\x2c\x1b\xaa\x34\x0e\xf5\x83\x51\x5f\xe8\x60\xec\xe8\x4b\x4e\x8a\x4d\x26\x22\xcc\xcc\x1b\xb7\x41\x36\xdd\xbb\x57\x11\xce\x7a\x0d\x6d\x82\xcb\x10\x1a\x3f\x6c\x83\x01\x2b\x15\x6e\x4e\x54\x91\x6c\xde\xf2\x2c\xb6\x35\x1a\x6d\xdd\x0b\xb3\xa2\xe9\x9a\x03\xb2\x78\xcc\x37\x56\x62\xf0\x34\xcd\xb2\xab\x74\xfe\xa1\x88\xdd\xca\x12\x53\x4c\x0d\xc5\xd8\x28\xa1\x5c\xbd\x91\x3e\x80\x8e\x00\x82\x18\xfc\x6f\xd4\xb5\x82\xa3\x46\x09\x04\x8a\x6e\x29\xab\x89\x09\x1b\x07\x69\xdf\x84\x4a\xdc\x52\xb0\x35\x74\x7b\xcf\x59\x6f\x8c\xa4\x12\xf5\x92\x64\x84\x45\xd2\x36\x60\x2d\x84\x22\x3f\x88\x47\xa7\xa7\x04\xb5\x54\x93\xdc\xab\x96\x39\x06\x16\x04\xec\x0f\x9c\x11\xbe\x5b\xf1\xfc\xd3\x2f\x6c\x05\x42\x7c\x90\x64\x01\xfe\xbc\x4a\x85\x1c\x71\x89\xbb\xd4\xda\x06\x78\xeb\xdd\xee\xe1\x49\x0b\x1d\x32\xa7\x94\x6f\x58\x25\x6e\x74\x2c\x08\xd2\xf9\x87\xab\x0d\x67\x84\x2b\xf1\x9a\xbc\x98\x8a\xe9\x81\xf2\xea\x29\x88\x41\x50\x15\x1c\x11\x73\xc9\x99\x19\x05\x90\xe9\x26\xb5\x2b\xe1\x2a\x68\x41\xd8\x6d\xf1\x89\x8a\xb9\x96\x01\xd6\xa7\x87\xb6\xf3\xb4\x20\xfd\xf3\x71\x90\x85\x51\x86\x8f\x96\x89\x51\x29\xda\x7b\xd0\xe2\x61\xb0\x05\x31\xb2\xac\x4a\xda\xa4\x46\xe8\x36\xfd\x3e\xd8\xd4\x32\xa3\x4e\x5b\x8f\xee\x95\x25\xae\x4e\x70\x85\xba\xe6\x59\xe3\x19\xba\xd8\xaf\x3d\xff\x67\xa2\x5e\x10\x31\x00\xa3\xc5\x7f\x10\xa6\x9e\x48\xcf\x72\x46\x7c\x53\x99\xcb\x6b\x53\xa6\x44\x81\xda\xdb\xea\xd9\x9b\xd7\xcf\xe1\x39\xb7\xdb\x45\xcf\xdf\xbe\x7d\xf3\xf6\xf9\x33\xf8\x29\xcf\x18\x29\x36\x37\xc4\x82\x54\x17\x88\xe0\xb7\x5b\x5e\xc9\x60\x51\xcf\x91\x32\x5f\x5e\x13\x51\xd9\xe9\x4c\xc5\x0c\xbc\x21\xfd\xce\xc1\xef\x26\xd1\xa6\x1f\x98\x0d\x17\x39\x33\x57\xa3\x3f\xc0\x44\x0d\x6d\x1c\x2e\xfb\xd3\x93\x8b\xcb\x9f\xde\xbc\x7d\x7e\xf9\x97\x27\xaf\x7e\x79\x7e\x11\x95\x70\x09\xc6\xcc\x9c\x86\x7a\x7f\x38\x0c\xc6\xcc\xb8\xd4\x17\xa6\x6e\xdd\x7c\xb2\x0d\x06\x71\x08\xf0\x60\x10\x7c\x51\x5b\x1e\xc0\xaf\x3d\x74\xdf\x8b\xbb\x9d\xb9\x15\x3f\xa5\x9c\xc5\xd1\x7f\xe5\x9b\xfe\xda\x68\x71\xfa\x69\x7f\x98\x41\xef\x31\xea\xcb\x3b\xb0\xaf\x23\x24\xf6\xe9\xcd\x0d\x59\xd0\x54\x90\xec\xb6\x0f\x56\x8f\x94\x5d\x3f\x50\x7b\x49\xd9\x75\x9f\x8a\x61\xff\xdd\x8a\x16\x7d\x5a\xf4\x75\xd2\xbb\xec\xb6\xbf\x61\xc5\x66\xbd\xce\x25\x93\xd6\x8f\xaf\x36\xa2\x7f\x43\xaf\x57\xa2\x7f\x45\xfa\xd5\x77\x2a\x9f\xed\x62\xc3\x49\xff\x23\xe1\x05\xe8\xb9\x97\xfd\x06\x53\x88\x86\x91\x21\xa4\xcd\x45\x4a\x4e\x40\xad\x05\x06\x3f\x12\x1f\x3d\x74\xf0\x1f\x44\xfa\xb3\xb9\x3b\xcc\xef\xc4\xd0\x46\xd7\xe0\x4b\x77\x68\xea\x00\x55\xf4\x0c\xc2\x5c\xc8\x4b\xe6\xd8\x80\xa9\xf4\x09\x9f\x85\x67\x0b\x76\x99\x2e\x3e\xca\x63\x08\xda\x6b\x79\xaf\xd9\x93\x07\xac\x90\x44\x7e\xcd\xda\x9f\x9e\x3a\xdf\x4b\xec\x71\xb6\xea\x30\x40\xb1\x07\xcf\x69\xe1\xdc\xca\xaf\xf2\x7c\x3d\xa9\x88\x28\xe4\xd2\x77\x44\xfa\x1e\x2d\x8e\x54\x24\xce\xc2\xa5\x1b\xa6\x6b\x25\x91\x42\xe3\x82\x88\x77\xf4\x86\xe4\x1b\x01\x60\xbc\x3a\x2a\xed\xdd\x39\x2a\xb1\xf3\x01\x73\x33\xda\xc6\x75\x10\x98\x04\x41\xe6\x02\xf6\x98\x79\xcc\x41\x27\x52\x7b\x48\x3a\x2b\xd1\x80\x1d\x9f\x78\x4b\xe0\xde\x3d\x1a\x3b\xdf\xea\xc5\xa9\xd5\x3b\x39\x50\xd1\x9d\x6b\xa7\xd5\x18\x5b\x80\x71\xcb\xb2\xa2\x6a\x87\xf7\xcf\xc9\xd2\xcc\x10\x4d\x99\x98\xbb\x4f\xa9\xe5\x81\x01\x59\xbc\x05\x74\x22\x0b\xa0\x02\x6a\xcc\xa1\x6a\x4f\x73\x26\x28\xdb\x90\xaa\x9a\x1c\xd3\x7e\x50\xdc\x5e\x87\xe6\xea\x0b\x3d\xec\xc7\x8d\x92\xb7\xcf\xdf\xfd\xf2\xf6\x75\xfd\x1d\xc6\xf1\xb9\x77\xb3\xb9\x2d\xde\xfd\xe9\xed\x9b\x5f\x9b\x0d\x1e\xb6\x36\x50\x0f\xbe\xf1\xa1\xf7\x31\x6e\x79\x0b\x02\x01\x71\x97\x76\x1c\xfd\xf8\xfc\x85\xa4\xf9\x4f\xdf\x3e\x7f\xf2\xee\x79\x84\x6b\xe4\xd5\xda\x88\xed\x5b\xd3\x4a\x85\xdb\x63\x72\x0b\x1b\xe3\xb5\x91\xe8\xf7\x8c\x98\x25\xcd\xa5\x6c\xf0\xe4\x3a\xaf\xbc\x43\x10\xf4\x5d\x58\xbf\x57\xb9\x64\xf8\x03\xa7\x10\x72\xd0\xd9\x2b\xea\xa4\x03\xbe\x01\x15\x36\xb8\xd1\x78\x64\x87\xae\x24\xfc\xd0\xc1\x31\xbf\x79\x98\x79\x80\x42\xa5\x60\xc4\x0c\xd3\x1e\x99\xd4\xcc\xa4\xdf\xa6\x9f\xa0\x8e\x7f\x50\x7f\xa5\x62\x75\x41\xe5\x49\xd2\x1b\x61\x5e\xbd\xb1\x99\xf8\xe2\x99\x66\x69\x62\x32\x15\x4d\x83\x67\x84\xe5\xe7\xba\x9d\xff\xc4\xac\xee\xc7\xfc\x83\x1a\x3e\xd8\xf6\x91\x16\x67\x75\xf9\x72\x9e\xc4\x3c\x21\x58\x71\x2c\xd8\xdb\x1e\xcc\x95\xd9\x38\x49\x1e\x6f\x41\x77\x03\xa4\x80\xe2\xa0\xa4\x8c\xa0\x12\xef\xab\x08\xa7\x45\xd6\x42\x66\x1f\xda\x56\xe2\x70\x85\x8a\x30\x35\xcb\x14\x95\x32\x63\x70\x67\xd3\x3a\x6c\x7f\xb1\xe1\xfe\x0b\xad\x96\xd1\xd6\xec\xe7\x3f\xc5\x44\x71\xfc\x31\x02\x2e\x74\x4c\x80\x11\x6d\xec\x07\xf0\x8d\x4a\xf8\x10\xda\x47\x97\x26\xab\xbb\xb3\xd7\xc4\x0b\x8e\x34\x97\xc7\xd1\x56\xf6\xe2\xb1\xdb\x6a\x1e\x27\xf6\xe5\xe1\x49\xef\x8d\xa8\xce\x99\x50\x5d\x12\x67\x38\x85\x2e\x82\x3a\x10\x0f\x0e\x06\x62\xa8\x47\x30\x18\xf0\x4a\x11\xd5\x4c\xb9\x8c\xa9\xa3\x88\x62\x8f\xcf\x27\x4c\xc5\x48\xca\x93\xf3\x47\xf9\x0f\xec\x51\x7e\x7a\x8a\xe8\x34\xf7\x63\x24\xe5\xb3\x9e\x85\x1f\xbf\xff\x6e\xcb\xcb\xf1\x77\x5b\x52\xbe\xc7\xc3\xe1\x90\xa2\xb2\x2c\x7b\x79\x60\x1d\x6b\x56\xc4\x15\x6f\x6e\x25\xb1\x01\x25\x0c\x6b\x5a\x1a\x98\x5c\x3a\x0d\x03\x82\x73\x95\xe3\xd9\x22\x1c\x0f\xa3\x99\x31\xed\x06\x39\x49\x7b\x7d\x75\x48\x98\x7e\x52\x81\x54\x84\x0e\x06\xad\xd0\x1d\x01\x62\x89\xb0\x6f\xe0\xde\xa2\x07\x3b\x49\xe4\x2c\x1c\xb6\x3b\x50\xd9\xa8\x6a\x92\x66\x5d\xd7\xd4\x43\x0e\xac\x86\x2a\x4c\x17\x30\xaf\x40\xa3\x07\x1f\x0c\xc4\x09\x88\x79\xc4\x90\x16\xcf\x48\x21\x78\x7e\x0b\x82\x35\xcf\x42\xd1\xaa\x5c\x22\x64\xfa\x7b\xff\xd7\xf7\xdf\x6d\x49\x00\xf1\xca\xbf\xbe\x7f\x8f\xb9\x2a\x67\x2d\xe5\x3d\xef\x59\xf1\xbe\xc1\xc1\xf7\x17\x44\x90\xb9\x80\x37\xc6\x3a\x17\x84\x09\x2a\x5f\x3e\xfd\x55\xfa\xf7\x94\x2f\xf2\x4d\xd1\x8f\x0a\x92\x2d\xb5\xbc\xb7\x9f\xe5\xf9\x3a\xea\x5f\x11\xf1\x89\x10\xd6\x5f\xa7\x92\x15\x53\x2f\x92\xef\xb6\xa2\xec\xa7\x6c\xd1\x9f\xaf\x68\xb6\x30\xdf\x78\x39\xec\xbf\x5c\xf6\x6f\xf3\x4d\xff\x53\xca\x44\xbd\xb0\x2f\x72\xf9\xec\xb0\x52\xea\x4f\xab\x10\x54\x5a\xc9\xb1\x71\x7f\x9d\x11\xc9\x59\xcc\x57\x29\xbb\x26\xfd\xbf\xbe\xaf\xb4\x08\x7f\x7d\x2f\xc1\xfd\xf5\xbd\x7d\x2a\xb9\x45\x07\x87\xf1\x81\x90\xb5\xf1\x43\xec\xa7\x4b\x41\xf8\x81\x81\xe8\x11\x50\xa1\x7b\xdd\xb0\x50\xbf\xef\x51\x59\x32\xab\x60\x90\x07\x55\xf9\x2c\x85\x2c\x2c\x72\xc7\x7b\xaa\xb8\x53\x80\xb1\x89\xfb\xc3\xd1\x90\xa7\xc6\xc6\x5f\x77\x98\x82\x7d\x42\xbc\x05\x45\x28\xc1\x4b\x36\x16\x58\xa3\x2b\xdc\x3e\x25\xe6\xa8\x72\x76\x03\x73\xd9\x2c\x49\x1d\x33\x9a\x43\xce\x45\xa0\x23\x30\xb8\xf8\x15\xbc\x21\xbf\xd4\xa4\xe6\x48\x03\x9e\xa6\x6f\x54\x4b\x2a\x82\xaf\x63\x97\x53\x33\xc9\xf1\xad\x71\xc2\xb8\xb2\xbd\xac\xd4\xd9\x9e\xde\x59\x7d\x51\xa8\xa8\x9a\x78\x56\xc4\xf1\x5e\x07\x1f\xe1\x3b\xf8\x28\x3b\x3c\xf2\x88\x9f\x9e\x22\x31\xe5\xee\x85\xc4\xab\xa0\x7d\x2b\xe3\x10\x60\xa9\xe5\xc5\x2a\xe5\x92\xfd\x30\xcf\xaa\x6a\x78\xfa\x8b\x3b\x3c\x54\x96\x95\xf7\x5e\xab\xc9\xd1\x52\xeb\xd8\x0d\x96\x6a\x89\xf4\x55\x41\xf8\x47\x62\x04\xd4\x72\x03\x6f\x9f\x48\x9c\x6e\xae\x42\xe1\x99\x43\xdb\x47\x7e\xc8\x22\xba\x11\x73\x48\x8b\x12\x1a\x09\xe8\xde\x7c\x62\x84\x7b\xa2\x05\x84\x45\x42\x26\x64\x98\xcb\x92\x97\x4c\x82\x81\x3b\x09\x62\x67\xd9\x85\x32\x2a\x8c\x17\xe9\x5c\xe4\xfc\x36\xc9\xeb\x4e\x6e\x7a\xe5\x96\x0c\x95\xf1\x08\xd3\xe1\xe5\x3c\x23\x29\xdb\xac\xdf\x30\x7d\x71\xa0\xa6\x40\xc3\xe8\x04\x9f\x64\x59\x84\xb7\x5c\x3b\x63\x8b\x15\xe9\xab\xe9\x48\x4a\x95\xd1\x8f\xa4\xe8\xe7\x0c\x74\x83\x0b\x05\x8a\x2c\xfa\x39\xef\x6f\x18\x27\x6c\x41\x38\x59\x44\x20\x6d\x85\xa5\xac\x71\xfd\xf3\x0c\xc4\x88\xbd\x2a\xa2\xd8\x5e\x0f\x31\x21\x5f\x46\xa3\x47\xec\x07\xf1\x88\x81\x87\x18\x73\x11\x88\xcd\x2a\x37\xbd\x6a\xe3\x12\xc8\x2a\xa7\x7a\x33\xdf\x76\xbb\xe9\x0c\x5c\xc0\x66\x98\x94\xd8\x10\x59\x3d\x32\x30\xba\x6a\xda\x28\x21\x1d\x1c\x82\x20\xb1\xe2\xf9\xa7\x7e\xa5\xb5\x02\xc9\xda\x3c\x65\xfd\x9c\x69\x0d\xaf\x23\x5b\x5b\xf2\xfc\x06\x64\x6b\x94\xf5\x53\x20\xfc\xc3\x2a\x08\x88\x25\xa2\xfa\xec\xc1\xa2\x7b\x67\x4f\x84\xac\x6c\x6a\x87\x91\xc8\xe5\xad\xee\x8a\xed\x5d\x81\x1b\x9e\x46\xed\x96\xda\x99\x2a\x75\x84\xe3\xbf\xac\x31\xc9\xa3\xef\x16\x71\x2e\x73\x4e\xaf\xa9\xae\xa4\x7f\xd4\x7d\xad\x2a\xbc\xb5\xdf\x2a\xb1\x0f\xd7\xc5\xf6\x37\xf6\x58\x90\xea\x2d\x53\x71\x25\xa8\x6c\xb3\x18\xdc\x63\x2c\x18\x38\x36\x63\xeb\xc1\xd6\x8d\xb8\xd5\xbc\x17\x15\x6e\x92\xfd\xb8\xe9\x11\x30\x4d\xd6\x24\x1b\x1a\xe2\x18\x35\x2b\x8a\x6b\xd5\xbd\xd0\xb2\x35\xd4\x9e\x04\xd0\x5d\xa2\x3a\x99\x8d\x09\xce\x93\x56\x8a\x11\xda\x5f\xb8\xcb\x69\x78\x9b\x81\x1c\xf9\x9f\x1c\x2c\x53\x76\x4e\xa2\x52\xdd\x06\x0c\x9e\xc2\x2f\x29\x0f\x7f\x7c\x74\x75\x5c\xdf\xad\x00\x45\xd1\xcb\x1c\xef\x23\xa0\xf2\xd6\x49\x92\xe0\x49\x1a\x0c\x62\x16\x16\x34\x8f\xdc\xfc\xb8\x9f\xeb\x0c\x76\x6e\xf9\xaf\x9a\xf1\x0b\xaf\xc4\xac\x39\xc2\x79\x89\xa7\x74\xf8\xf2\xf5\x5f\xde\xfc\xf9\xf9\xcc\x2a\xd2\xbc\x97\x9e\x8b\x15\x06\xe7\x6a\xc6\x69\xda\xa7\xdc\xf3\x83\x77\xf9\x05\xba\x8c\x39\x32\x2a\x46\xe5\x41\xcb\x2b\x8b\xf6\x54\x21\x4a\x91\xf0\x69\x3a\xc3\x59\x22\x19\x07\xb9\x58\x97\x0e\x7b\xa2\xc5\x33\xfc\x32\x3a\x5d\x9c\x9e\xf6\xc4\x34\x9b\x25\xf3\x58\x81\xc7\x24\x16\xb8\xc0\xca\x97\xc8\x75\xc2\x9a\xd7\x22\x15\xd6\x42\x8b\x6a\x95\x0d\x38\x5f\xa1\x1e\x9f\x34\x05\xd1\x6f\xd8\xdc\x15\x46\x33\x2c\xb0\x37\xf3\x31\x9b\x8a\x99\x49\xb9\x8f\xdd\x15\xd1\x4c\x4d\x51\x67\x76\xb2\xc6\x07\xd7\x94\x96\xd6\x4c\x69\x33\xc7\x94\x76\x5b\x10\xb1\x59\x3b\x62\x59\x49\xc6\x2f\xe4\x4d\x7e\x21\x0b\xf4\x4b\xdd\xff\x18\xf2\x7a\x0a\xba\xfc\x19\x11\x78\xd3\xa9\xb0\xa6\xa3\x79\xff\x6e\x45\xfa\x92\xfb\xcb\x97\xfd\x9a\xf3\x25\xb2\x0a\x9a\xb4\x5f\xac\xc9\x5c\xf2\xa2\xfa\xbd\x61\x38\x53\xf9\x98\x58\x90\x35\x27\xf3\x14\x5e\x5f\x6c\xd1\xff\x94\xb3\x3f\x1c\x52\xc3\x14\x41\x3d\xcc\xb0\xff\xb3\x7a\x16\xa9\xce\x6e\xf5\xe5\xe5\x74\xc6\x0a\x41\xd2\x05\xee\x93\xe1\xf5\xb0\x2f\x1f\x8c\xa2\x1c\x43\x1d\xb9\x2e\x68\x68\x3d\x5a\x6b\xd1\x66\x62\x43\x91\xeb\xce\xbe\xf2\x65\x83\x37\x5a\x36\x9a\x2e\x16\xaf\x68\x21\x08\x23\x1c\x6b\x16\x0f\x5c\x40\x41\x1b\x8c\x85\xf5\x38\x8a\xf0\xc9\xf9\xde\x56\xea\x9c\x3e\xf7\xda\x3a\x5c\x4d\xad\xf5\x1b\xc5\xfd\xd9\xd6\x96\x1d\xf4\xbb\x1c\xa1\x12\x37\xac\x83\xaa\xf1\x25\xb5\xdf\xc0\x6e\xd4\xbe\xb9\xb1\x56\xeb\xd3\xab\x21\x95\xb1\x4a\x7b\x53\xef\xb1\x3e\xb7\x24\xf8\xb5\xea\xbd\x5e\xd2\x18\x43\x63\xb1\x1a\x23\x31\xeb\xf1\xad\x98\x7e\x03\x3f\x11\xba\xc3\xea\x1e\x6e\xb0\x5d\x4f\x58\x13\x6d\x15\x92\x1a\x0a\x0b\x4c\x29\xcb\x45\xbf\x20\x42\xf2\xa8\x54\x14\x86\x75\xfd\x48\xd3\xfe\x1f\xfc\x57\xd5\x1f\x86\xfd\x0b\x42\xec\x11\xa2\xc0\xd4\x2a\xad\xe7\x32\xe7\xfd\x05\x11\x29\xcd\x8a\x61\x04\xcf\x8b\x03\xf4\x24\x64\x9a\x0f\x64\x7c\x91\x8c\xba\x3c\x74\xbd\x77\xe9\x7d\xf9\xf2\xaa\x40\x79\x69\x46\xd3\x62\x2c\xca\xc4\xb7\x8a\xf3\x12\x22\xff\x24\x07\x66\x59\x86\x56\xa3\xde\x6b\xe1\xbb\x5a\x8c\x1c\x47\x89\x70\x55\xe3\xdd\x04\x35\x5f\x2e\xb2\x90\x01\x70\xe5\xb9\x61\x80\x85\x0c\x63\x4f\xec\xf5\xe3\x4a\xc0\x8c\x75\xac\xfe\x6e\xfc\x37\xe4\x96\xb4\xd9\x1b\x77\xeb\xae\x1f\xec\xce\xb1\xfd\x0d\x75\x3b\x89\x94\x87\x59\x34\x8e\xe8\x22\x23\x60\x16\xec\x33\xbb\xfa\x51\xaa\x58\x22\xf8\xc1\x80\x07\x56\xf6\xec\xb6\x5e\x84\xb0\x83\x43\x63\x7f\xd9\x11\xf8\x00\x43\x9b\x8a\x4d\x71\x1d\xe9\x90\xe7\x7e\xdc\xac\xe7\x03\xaa\x5c\x99\x9b\x35\x2b\x2f\x51\x54\xf7\x60\x0e\x74\xef\x84\x45\xf4\x7d\x9b\x9b\x75\xad\x0f\x19\xf2\x7c\x9e\x9b\x15\x8d\x6f\x18\xf2\x5d\xa1\x03\x10\x8d\xf5\x0c\xaa\xbb\x48\x37\xeb\x3a\x8e\x62\xc8\x77\x9e\xf6\xeb\x7a\x6e\xb0\x08\x57\x7b\x30\x1e\x61\x8b\xdc\xe3\x11\xae\x9c\xdb\xc7\xa3\x86\xd3\xb3\x79\x68\x0b\xcc\x49\x41\x84\xd2\x4c\xf2\x32\x21\xbb\x9d\x7c\xf2\x27\x62\xb7\x33\xf6\xc5\xb2\x51\x8b\x89\xb1\x24\x77\xf2\xa5\xfe\x0e\xc2\xf0\xd4\x99\xd4\xaa\xb9\x40\xd8\x1a\x9b\x56\xfd\xc5\x48\x87\x69\xe8\x6c\x1a\xeb\x3d\xe6\x5c\x09\x74\xd3\x4c\xa2\x16\x51\x04\x90\xbe\x7a\xfc\x29\x8c\x77\x87\xa2\xf8\x85\x82\x08\x27\x88\x37\x38\xd5\xef\x73\x9d\xaf\x3b\xd7\x87\x1c\xf0\xef\xc7\xbd\xbe\xee\x2f\x78\x28\x22\xd0\xa7\x94\x8a\xb3\x65\xce\x7f\x23\xef\x2c\xd9\xfd\x8b\x9c\x03\xae\x06\xe2\x7b\xc3\x05\xcc\x41\x67\x68\xeb\x02\xc3\x10\xce\xea\x22\x6b\xab\x2f\x4e\x7d\xcb\x9e\xd7\x63\xde\x38\x8d\xa8\x89\x78\xda\x03\x0e\xbe\xcf\xfb\x4a\x90\x55\xf4\xc5\xd0\xea\xfd\x54\xe0\x55\xbe\x99\x83\xf5\x18\xda\x2a\xd1\x9b\xeb\x3a\x2e\x89\x63\xa2\x99\x39\x41\x6f\x08\x7f\xb9\x50\x36\x92\x21\x1d\x21\xa8\xb4\x04\xd7\x46\x5a\xa6\x7a\xc0\x82\xc6\x87\xaf\x4c\x12\x0f\xab\xac\x94\x5a\xa9\x32\x24\x3b\xa0\xb4\x42\x65\x19\xd2\x53\xc7\xc8\xb1\xe9\xd1\xaf\x50\x77\xbc\x28\x30\xd9\x52\xad\x21\x3b\xbc\x86\x72\xeb\xbc\x55\x54\x2c\x4e\x52\xe7\xc1\x13\x2b\x4f\x54\x06\x82\xf0\x63\x41\x17\xca\x88\x38\x39\x39\x57\x5f\x36\x05\x29\x9e\xbd\xf9\xc9\x04\x67\xd1\x5f\x4d\x38\xd3\xa7\x4a\x04\x99\x9c\x9c\xef\xd9\x0e\xd3\x8b\xb1\xfa\x74\x3a\x51\xee\x5d\xe1\x45\xc2\x87\xf7\x03\x95\x38\xa0\x96\x76\x66\x2d\x5f\x04\x30\x74\xf3\xa8\x98\xc4\xa1\x59\x8d\xf0\xbe\x36\x35\xee\xde\x8a\x61\x83\x16\x04\x2e\x20\x6b\xb7\x58\xfd\x6e\x83\xa5\x8d\x1c\x1a\xeb\xea\x8f\x2c\x67\xad\x63\x69\xc3\x34\x5d\xc1\x18\x27\x7a\x13\xf7\x06\xc7\xc9\x4d\xfe\x91\x74\x9a\xf8\xd8\xdf\x46\xc3\x91\xd5\x06\xaf\xdf\xcc\x66\xe8\xcb\x65\x1b\x38\x0f\x0f\x91\x41\x75\xda\x0d\xd5\xbf\x48\x19\xf6\x63\x9e\xcb\xb1\xf6\xf6\x9c\x97\x0f\xe4\xd6\x9c\x94\x35\x27\x0b\x2a\x5f\xe6\xc6\x58\x3b\x09\xec\x3f\x9f\xf0\x31\x49\x1e\x93\x24\x49\xb8\x81\xa7\x5e\xa4\x3f\xe6\x1b\xb6\x38\x7c\x52\x4c\xf5\x17\x2c\xb1\x7a\x76\x56\x8b\x4b\xad\xc7\x68\x47\x88\xac\x37\x52\x63\x8c\x31\x43\xc8\xca\xd4\x0f\x9e\x27\x7c\x32\x2a\x71\x6d\x18\x31\xb2\x0e\x64\xce\xfb\x3a\x38\x0e\x5c\x51\x92\xaa\x3d\x0a\x2e\xc3\x68\x3f\xc6\x7a\xb5\x35\x77\x53\x81\xb4\x06\x58\x0a\x69\xbf\x78\x4c\x2f\x2c\xee\xed\xbf\xd9\x4d\x42\x20\x35\xec\x33\x88\x71\x7a\x40\x8d\x69\xa2\x03\x7e\xf5\x5b\x5e\x8d\x41\x85\x05\x4c\x78\xf3\x29\xe8\x87\x73\x32\x76\x35\x23\xf3\x5a\x3f\xe1\xbb\x9d\xc3\x45\x2a\x47\xf5\x46\xa0\x41\x64\x6c\xd4\xd5\x5c\x5d\xb9\xcb\x94\xfb\x0a\xa5\x3f\x54\x15\xff\xd0\x17\xe4\x66\x9d\xa5\x82\xf4\xd5\xf4\x81\xc1\x55\x16\x3f\x8b\xa8\x9c\x29\xe5\xb1\x41\x6a\xd5\xe1\x50\xd5\x8c\xb9\xcb\x68\x1d\x88\x96\x65\xb6\xc3\x8a\x75\xbe\xca\x5e\xb8\x0b\x57\xb1\x34\xad\xeb\x63\x3b\xaf\xfe\x92\xcd\x8e\xcf\x45\x61\xb3\x96\xb4\xef\xe9\xd7\x5d\xb6\x7a\x7c\xcf\x6f\x2b\x9a\x50\xca\xc1\xd0\xd8\xe3\x9a\xfb\xff\x54\x28\xcd\x5e\x42\x9c\x50\x85\x4a\xf7\xa8\x82\x3e\x7a\x21\xf4\xc5\xfe\xc9\xee\xc9\x30\xd8\x3d\x6c\x47\x65\xb4\xf0\x25\x96\x0a\x3a\x82\xc8\xb1\x51\xa3\xf7\xbf\x30\xbe\x34\x88\x08\xa6\x38\xc7\x29\x2e\xbe\x4e\x94\xd2\x40\x24\x87\x8d\xbf\xbf\x76\x47\x65\xf5\x17\x6c\xb8\xa0\xc5\x3a\x4b\x6f\x15\x97\x7f\x1a\xf5\x63\x08\xcd\x13\x61\x0e\x6a\x00\x4f\xa7\xa5\x9b\x78\xda\xac\x9a\xb2\xa9\xa6\xa4\xdc\xa3\xa1\x8c\x47\xb8\x68\x44\xd8\x44\x5a\xc9\x8e\x69\x15\xd4\xa3\x2e\xcf\x21\x56\x37\xb6\x47\x31\xd6\xd4\x8a\x41\x9e\xd0\x5e\x6d\xf6\x89\xcd\x64\xa5\xde\xc6\x4a\xf4\xf8\x66\x19\x0b\x3d\x7f\xb3\xf2\x95\x5c\x12\x61\xc8\xc1\x59\xe5\x39\x69\xe4\x83\xdb\x04\xd3\x89\x39\x33\xb2\x8b\xda\x79\x21\xeb\x31\x44\x3b\x2c\x24\x39\xb8\x90\xc2\x5b\x92\xf0\x3a\x10\x17\x40\x68\x31\x48\xd9\x9e\xc3\x47\x28\x83\xff\x8e\x19\x7c\xc4\x50\xd7\xdf\x9b\x2c\x76\x99\x73\xf2\xb1\x73\x9a\x58\x31\xd4\xf5\xf7\xc2\xe4\xe9\xa7\x77\x47\x0e\xb5\x6a\xb2\x17\x72\xca\xa8\xf2\xe3\x7e\xc1\xd3\x9b\xae\xa9\x8c\xc4\xd0\x6f\xb6\xb7\x07\x1b\xd3\xa5\x7b\x9e\x24\xd3\x62\xff\xc8\xb3\xae\x10\xf3\x61\x9a\x1d\x84\x65\x83\x91\x77\x07\xa9\x9b\xec\x85\xac\xe2\xa1\x77\x84\x29\x2b\x1f\x84\x76\xec\x40\x9d\x36\x07\x70\x6c\xde\x75\xff\x73\x88\x01\xbf\x17\x9a\x2b\x61\xea\x08\x35\xf5\xc4\x52\x5d\xa0\x03\xdd\x3c\x16\x3a\x34\xea\x02\xfd\x67\x7b\xa5\x1f\xd7\x81\x69\x57\x96\xc8\x06\xbf\x57\x4c\xcd\x65\x41\xc4\x53\xf9\x74\xa5\xf3\x67\x26\xd1\x91\xf1\x66\x82\x32\x2d\x81\xb5\x85\xb5\xb0\xf8\xfa\xbe\xb4\x1f\x05\x78\x7d\x98\x01\xd8\xd7\x2c\xd0\x48\xd0\x67\xab\x3f\x94\x6f\x48\x4d\xc8\x4b\x50\xcd\x04\xc1\x90\x59\x10\x17\x8b\x43\xef\x1c\x27\x9f\x52\xd1\x8c\xfa\x70\x80\x9b\xfa\xc6\x7c\x64\xf5\x61\x0b\x8a\x94\x50\x56\xd0\x6a\xfc\xee\x56\x1e\x9a\xb5\xe6\x02\xbf\x19\x43\x4c\x8b\xe7\x2a\x06\xb2\x6a\x1b\x12\xcd\x92\xc1\x20\xe8\x68\x31\xcc\x19\x09\x86\x67\x27\xc3\x7c\xb9\xdc\xed\x5a\xda\x1c\xdd\xa4\x2e\xfa\x6a\x01\x10\x90\x15\x81\x74\xb8\x61\x92\xd8\x90\x0f\x77\x76\x81\xf8\x7e\xc2\xce\xbe\x57\x2e\x10\xdf\x7b\x2e\x10\xdf\xd7\x5c\x20\xc0\xa2\x6f\xf8\x89\x66\x99\x31\x83\xd4\x9e\x1c\x8d\x82\xa1\xb1\x9b\x01\x31\x48\x51\x90\xe2\xd2\x98\x3b\xf2\xe2\xf2\xb2\x32\xe5\x77\xda\x60\x08\x7a\xe5\x7d\x4a\x6a\xa1\xc5\xaa\xb0\x00\xdc\x0d\x00\x40\xc0\x84\x4c\xb9\xfa\xdb\x14\xd6\xce\x89\xc4\xc7\x8c\x2d\xe1\xe5\x31\xd5\x95\xf3\xb5\xf2\xba\x99\x72\x88\x95\x45\x91\x0a\xc6\xae\x99\x9c\x36\xbd\x40\xaa\xf5\x02\x3c\xfd\xd4\x56\x25\xab\xaa\xbc\xdb\x0f\x6c\xa3\x6b\xfa\xfc\x44\x20\x54\x9c\xac\x3c\x97\x35\xad\x5c\xec\x5d\xae\x93\x93\x24\x0b\x4c\xac\xc3\x58\x42\x0c\x43\x95\x90\x4a\x28\x98\x90\xe1\xa5\x21\xae\x8e\xd5\x74\xdd\x2b\xc4\xfb\xa4\x1c\xf2\xbc\x4f\x20\xb4\xf7\xdb\x69\xc1\x58\x42\xea\x02\x3b\x9b\x18\xcd\xfb\xa4\xcc\xc4\x12\xe2\x59\x15\x24\x64\xf8\xc4\xec\x7a\x45\xc3\xaa\x4f\xca\xbc\xa9\x21\xd7\x04\xf9\x54\xca\xaf\x0b\x23\x88\x54\x91\x6b\x44\x59\x65\xc1\xd9\x56\xdf\xb5\x84\xcc\x8f\x1c\x43\x90\xf6\x2c\x10\x89\x67\xe2\xef\xa7\x54\xa5\x4b\x70\xa7\x4c\x12\xd7\x2c\xf6\xdd\xed\x9a\x68\x1b\x8d\xa7\x29\x63\xb9\xe8\xcf\x73\xf6\x91\x70\xd1\xdf\x30\x45\xf2\xc0\x40\x58\x36\xec\x8b\x5c\x5b\x64\x44\xa8\x47\x74\x4f\x26\x47\x4f\xb7\x1c\xc3\x6e\x42\xe1\x9e\x1e\xcf\x49\xa2\x2c\xe2\x80\x58\xf4\x29\xeb\x73\xa4\x27\x61\xb9\x7f\xc9\xfc\x38\xd9\x79\x55\x58\x3e\x79\x1b\x0e\x06\x31\x99\xb2\x59\xc2\xa7\x6c\xe6\x64\xe8\xed\xd5\x36\x46\xe8\xb0\x4b\xd1\xa5\xf6\x46\xbb\x2c\x60\x27\x2f\x2f\xa3\x9e\xdd\x4c\xae\xa3\x17\x4c\x75\x2a\xc5\x07\x67\x94\x09\xc2\x59\x9a\x15\x0f\xae\x33\x7a\x73\x43\xb8\x91\x31\xb4\xd7\xb0\xd7\x64\xcb\x6f\x2b\x92\x51\xa6\x74\xb6\x78\x25\x6e\xb2\xab\x94\x17\x0f\x3e\x90\xdb\x4f\x39\x5f\x14\x0f\xe6\x4a\xee\x74\x56\xab\xc8\xf3\x8d\xa0\xec\xfa\xe8\x06\xad\xf5\xaa\x28\xc7\xab\x64\xf4\x68\xf5\x03\x33\xdb\xb6\x92\x64\x78\x19\xb3\xe9\x6a\x46\x8d\x15\xe7\xe5\x65\x96\xa7\x0b\xc0\xbc\x6b\x5a\x08\x7e\x8b\xb6\xd5\xfa\x25\x8d\x3a\xa0\x25\x00\x08\x48\xd7\x52\xee\xc1\x65\xe0\x50\xc9\xeb\x74\x7e\xa9\x73\x90\xc1\xbe\xd4\x4f\xa2\xaa\x61\xbf\xaa\x4a\x81\x33\x1c\x31\xf2\x59\xf8\x65\xea\xc4\x47\x80\xf6\x7e\x89\x26\x0f\x91\x8e\x80\xd1\x0b\x50\x13\x2d\x0b\x8d\x6a\xf1\x51\xeb\x84\xa8\x17\x22\x4e\x54\xab\x44\x73\xef\xdc\x1b\xeb\xd2\xda\x7c\x92\xe0\x57\x95\xc7\x45\xd8\x04\x0b\x43\x6f\xa1\x92\xe6\x27\xa7\x41\x09\x3e\xac\x96\xfa\xea\xaf\xca\xb3\xd5\x67\x1b\xeb\xbd\x4a\x2e\xca\x83\x0a\x6c\x95\x4b\x8b\x73\x3d\xb5\xd4\xaa\x6f\xf2\xbd\x3a\xde\x9b\x22\xa8\xdc\x6d\x74\x5c\x11\xc5\xa6\x56\x37\x83\x28\x37\x35\x1d\xae\xc0\x6a\xc7\x25\x5b\xa2\x22\x3b\xa1\xd2\x74\x89\x1a\x93\xb8\x83\x42\x56\x67\xc8\x82\xbb\x0b\xa6\x5c\x4d\xb8\xdb\xb2\xf5\xaa\xdb\xac\xd0\xab\x96\xd5\xd7\x0a\x3a\xfe\xa8\xee\x3e\xb9\xd0\xf6\x26\xcc\x74\x8b\xcd\x37\x5f\xe7\x5a\xe8\x84\x3b\x2f\xb1\xe4\x0d\xb9\x81\xd4\x51\xdf\x3d\x6f\x99\x5d\x6d\x72\xc7\x4e\x49\xd2\x20\x52\x88\x27\x1e\x5f\xd2\x65\x76\x81\x59\x29\x8d\x88\x0f\xe9\xe0\xec\x9a\x59\xbf\x45\x28\x28\x1d\x4f\xb6\x55\xb8\x09\x15\xf1\x19\x86\x94\x24\x7c\xb7\x33\xc4\x29\x49\xf8\x44\xd8\x4b\x9f\xa1\xb1\x30\xd1\x92\x20\x7e\x90\x64\x40\x1a\x4b\xc2\xf1\xc8\x11\x46\x9a\xc4\x62\x3e\x09\x61\xbb\x5d\xed\x13\xb6\x55\x83\x2f\xa9\xf5\xed\x03\xf9\xbf\xf0\xf3\x50\x17\xca\xfe\xbf\x5d\x96\xb0\x46\x82\x24\xe3\xb5\x75\x62\xdf\x2e\xbb\x9d\xe2\x76\x6c\x04\x97\x3e\xf8\x6a\x9f\xc0\xbb\x63\x48\x0b\x63\xf2\x2a\xdf\xd7\xc6\x01\x4b\xb9\xc3\xc6\xc4\xd1\xa4\xca\xb9\xc4\x1c\xd5\xa3\x0d\xf7\x21\x19\x83\x35\xea\x6f\x74\xcf\x6d\xf7\xdc\xc0\x52\x0c\x46\x8a\x0b\x9d\x1c\x2b\x2e\x12\x3a\x04\x8e\xe2\xcd\x32\xe6\x08\x3d\x4e\x46\xa6\x6a\x3e\x2d\x80\x3f\xf2\xc7\xca\x11\xf4\x95\xda\xac\x5f\x08\x33\x60\x9d\x8a\x24\x35\xb7\xf6\xd9\x59\xf1\x38\x19\x3d\x42\xe9\xb4\x98\x25\x24\x96\xff\xe8\x61\x96\x24\x2b\x48\x9f\x2e\xe3\xc6\x74\x39\x42\x12\x26\xcc\x54\xd5\xed\x99\xba\xdc\x8d\xe7\xf0\x2c\x15\x04\xa5\x40\x07\xe5\x9f\x31\xa8\xa9\xe5\x39\x8f\x91\x6a\xa1\xf0\x1b\x18\x0a\x21\x39\xb9\x34\x81\x24\xef\x1d\xd9\x39\x81\x06\x83\xe8\xf2\x32\x52\xa2\x8f\xcd\x55\xa1\x9c\x84\x46\xf8\xa1\xe4\xf3\xd2\xa9\x98\x25\x6c\x42\x62\x3e\x15\x66\x4a\x63\x0e\xc9\x02\x19\x64\xa1\x51\x19\x33\x10\xce\xd5\x5f\x69\x25\x71\x4e\x4b\x38\x54\x7c\x32\x9d\x29\xa3\x2f\xfb\x57\x38\xa5\x98\x8b\xc1\xdf\x5e\x6b\x16\xb2\xd2\x95\xdd\xeb\xfc\x74\x2d\x03\xdc\xa3\xed\xb2\xa7\xb3\xcb\x91\xfc\xf2\xf4\x65\xad\x0d\xd4\x20\x3a\x4a\xa2\x9d\xa4\xfa\xad\x00\x9f\xda\x4d\xe9\x04\x94\x3b\x40\x9b\xab\xb8\x48\x45\x7a\x76\x93\x2f\x48\x76\xb6\xe4\xe9\x35\xb0\x41\x0f\x52\x79\xce\x1e\x98\xdf\xa1\xe5\xdd\xd3\x0c\x8c\x92\x21\x5e\xe4\xbe\xba\x15\xf0\x7d\xb5\x36\x82\x66\x0f\xcc\xd1\x3b\xcb\x97\x67\xf2\xdc\x1c\xdc\x3b\x37\x64\x37\x16\x2a\x75\x0d\x84\xcb\xc6\xa9\x9f\x5f\x09\x3c\xc2\xa2\xca\xf1\x56\x7e\x4e\x71\x54\x88\x9c\x83\xd9\xae\x5f\x1b\xfa\x46\x78\x53\x83\xb1\x56\xce\x40\x08\xcf\xfd\x02\x06\x46\xce\x55\x90\x89\x9b\x74\x1d\xc7\x0c\x2f\xaa\x10\x57\x1e\x5c\x49\xe7\xe2\x11\xe6\x43\x5a\xbc\xd0\xf3\x47\x31\x43\x68\x9b\x27\x2a\x48\x07\xb8\x79\xf2\xa1\x79\x6b\xfd\x24\x97\xea\x45\xce\x51\x9c\x23\x79\x5f\xcf\x73\xbe\x78\x96\x8a\xb4\xf2\x28\x43\x3d\xb2\xdb\x41\x9b\x82\x08\x03\x13\x8a\x50\x9c\xe3\x14\xcf\x35\x2d\xcc\x13\x31\x5d\xcc\x70\x3e\xa1\x93\x7a\x6d\x09\x50\x56\x66\xa8\x0a\x59\xe4\x98\xb4\x42\x41\xae\xc6\xa5\xce\x6c\x35\xf4\x02\x67\xb2\x0f\xbc\xc1\xac\x4a\xff\x5a\xde\xc9\x4c\x20\xa0\x58\xa7\x81\x9c\x98\xc2\x7a\x7e\xeb\x3d\xd1\x86\xb9\x2c\xe7\x37\x20\x1b\x95\xb3\x71\x25\x36\x2a\xc2\x4a\x3d\xb0\x36\x28\x09\xc1\x18\x9a\x28\xb7\x99\x4b\x35\xb5\x0b\x96\xae\x8b\x55\x5e\x0f\x44\x6d\xd3\xd5\x36\xaa\xd9\xd4\x3e\x4f\x21\x48\xc2\xe2\x89\x10\x9c\x5e\x6d\x04\xb8\xa2\xb8\x6d\xb7\x64\xd8\x5a\x51\x47\x7d\x5c\x3c\xcd\x6f\x6e\xa8\xa8\x42\x8e\xb6\x26\xb1\x32\x19\x5b\x21\x34\x59\xf2\x78\x2b\x86\x6e\x73\xc8\xba\x3a\x53\x50\xd3\x45\xba\x16\x84\x3f\xa3\x0b\x25\xf9\xe8\x0e\x5b\x28\xb8\x4d\x00\x12\xee\x2a\x2d\x9e\x51\x2e\x6e\xab\x59\x34\x3c\x14\xfe\x9d\xa4\xf3\xd5\xb0\x59\x31\xc2\x91\xd6\xca\xa6\x99\x8e\x5b\xdb\x6a\xbd\x1d\x18\xa4\x0d\x47\xfd\x84\xdd\xc6\x51\x00\x3c\xd0\x3f\x9e\x2b\x43\xb1\xe6\x76\xb4\x4f\x5c\x89\x4b\xe2\xa8\xd9\x36\x42\x25\x2e\x08\x57\xc2\xf7\x7a\x44\x3f\xdd\xca\x96\xcb\xca\x9c\xac\xb3\x74\x4e\x9e\x2a\x2c\x33\xf4\x4b\x39\xc6\xb6\xa3\x62\x9e\x68\x6c\xa5\x9a\xe7\x21\x98\x9c\x0a\x84\x2b\x8e\x8c\x0e\x35\x64\x00\x99\xa3\x12\xa7\x8b\x85\x39\x8e\xf5\xd4\x85\x60\xd7\xa6\xe5\x56\x72\x48\x37\xf9\x47\xd2\x56\xd7\x98\x9c\xd9\xea\xfe\x49\xaf\xf3\xf3\xd5\xe8\x0d\x75\xe5\x6e\x49\x45\x5d\xeb\x36\x7e\x96\xc0\xd2\xa4\x4e\x4d\x62\x86\x09\xf2\xfd\x4e\x37\xc5\x4a\x0f\x89\xa2\x12\x3b\x92\xe2\xc3\x9b\xe9\xe5\x34\x1e\x2e\x4c\xb3\xd2\xc8\x15\x3c\x0c\x6c\xaf\xdd\x4c\xa9\xd3\xeb\x7c\xb5\x56\x77\x64\x98\x73\xd9\x7f\x2b\x42\xeb\x6f\x92\x16\x7d\x8f\xf9\x15\xf0\xde\x3f\xf3\xfc\xf3\xad\x8d\xcf\x30\x34\x9c\x08\xde\x2a\xdf\xea\xca\xdb\xe7\x88\xac\x7b\x97\x6b\xc2\x16\x94\x5d\x4b\xea\xac\x3b\x6e\x86\xaa\xae\x51\x85\xe9\x4c\xe2\xa1\x3a\x1d\x1d\xfc\x3d\xf4\x0c\x62\x38\xff\xc0\xdf\x37\x69\xb8\x00\xc6\x1f\x4e\xb3\xd8\xac\xcd\x55\x61\x43\x64\xb8\x83\xac\xde\x52\xbd\x66\x21\x71\x23\x6a\xd5\xee\x1e\x35\x8e\x9b\xf4\x03\x31\xaf\xae\xda\xe9\xf0\x4f\x7d\x23\xde\x7d\x7d\x19\x24\x01\xb0\xc7\x7e\x84\xdd\x2c\xb8\x91\x7a\x08\x45\xc8\x66\x0d\x0c\xac\x73\x59\xbb\x1c\xc1\x90\xf7\xc0\x7d\x27\x72\x35\xf6\xbd\xb7\x5b\xfd\xce\xd2\x66\xe1\xee\xd2\x36\x62\x20\x36\x26\xe7\xf5\x16\xba\xb0\x64\x3f\x1d\x6e\x9b\xe9\xac\xdb\xbd\x32\x3a\x49\x1c\x07\xc2\x94\x1b\xb1\x86\x19\x42\x83\x53\xa8\xc1\x44\x07\xae\x97\x82\x08\x1d\x85\x25\x3e\x0c\xa9\xf5\x52\x71\xd6\x1f\x68\x89\xbe\x48\x9e\xd1\x85\xda\x88\x7d\x07\xae\x57\x0b\xdd\x52\x23\xd4\x4d\x12\xae\x79\xd8\xfa\xe7\xd0\xd5\xaa\x78\x47\x43\xa4\x9e\xd1\x05\xd4\x00\xbb\x28\x15\x58\x7a\x5c\xaf\xf0\x96\x14\x44\x20\xed\x69\x63\x82\x61\x3c\x97\xb4\xa5\x70\xf7\xe5\x3d\x0c\x2f\xfe\x6e\x1b\x1c\xf6\x90\x82\x2f\xe4\x7b\x9f\x1a\x07\x0c\x42\xc3\xd4\xd8\x61\x3d\x3a\x3e\x72\xec\xc3\xe5\x08\xa3\x5a\x51\x05\x9e\x8b\xce\x6e\x96\x67\xd1\xa9\x89\x97\x17\xb3\xd3\x24\xfa\x2e\x3a\x55\x3e\x6d\x7c\xb8\xce\xb3\xdb\x9b\x9c\xaf\x57\x74\x8e\xb6\xba\x2c\xe6\x43\x79\x33\xfe\x99\xdc\xee\x76\xfa\x8e\x34\x3a\x1e\xe6\x25\x98\x75\x63\x6c\x34\x1c\x04\xbe\x0f\x3a\x08\x7c\x3f\x1b\x0c\xdc\x5f\x38\x6f\xb6\xfc\xe7\x60\xcb\x7f\xf6\x5a\xfe\xf3\x0c\xa7\x89\xe2\xc0\x09\xa6\x85\x45\x0c\xf9\x2c\xad\x1e\x34\xf2\x97\xe1\xcd\x79\xc2\x77\xbb\x6d\x59\xfa\xf1\x31\xec\xa9\xdd\xaa\x28\x0c\x5b\x2d\x2b\x52\x21\x6e\x9a\x6f\x1f\xc0\x2c\x2b\xe0\x48\xe8\xa4\xa8\xbf\x85\x4c\xdf\x9a\xe2\x82\x09\x28\xe0\x4f\x8e\xc6\xad\x95\x9d\x7a\x08\xa7\x70\x27\xc4\x04\x9b\xb8\x14\x38\xeb\x34\x1c\x3a\x89\x8b\x24\x3b\x62\x3c\xb8\x5e\xbd\xa8\x55\x37\x01\x5b\x0b\x9c\xaa\x36\x0c\x73\x9c\x23\x34\xde\xd7\x91\x37\x97\x3d\x3d\x84\x80\x23\x84\xfd\xfa\xf6\x1c\x4c\xc9\x2c\x29\xca\x12\x0d\x6f\x88\x48\xe3\x14\x95\x7e\x62\x6a\xcc\xe5\xa3\xdb\x3e\xb4\xd4\x17\x89\x0b\x77\x7a\x00\x9a\x5e\x5b\x1c\xf6\x62\x1e\x47\x95\x3c\x81\x60\x70\x38\xdd\x4a\x7e\x4e\x85\x24\xb5\xed\x61\x11\xc3\x40\xc4\x6e\x17\x8b\x44\x36\xa2\x2e\xb8\x33\xa0\xb1\x00\x14\xc0\xa9\x17\x21\x19\xa6\x01\x48\x8d\x88\x59\x64\x12\x8b\x84\x60\xa2\x6f\x5b\x34\xb6\x9d\x58\x14\x91\x7d\x99\x2e\x64\x07\xc0\x37\x9d\x9c\x7b\xa3\x86\x27\x7b\xc0\x88\xe0\x20\xdf\xb3\x0f\x49\xbd\x5d\xbd\x04\x52\x5a\x22\xbd\x9b\xdb\xea\xc4\x42\xdf\xb0\x0d\x43\x4e\xd2\xc5\x1b\x96\xc9\x9b\xa7\x23\x75\x05\x65\x42\x98\xac\x3e\x50\xaf\x00\xef\x13\x34\xf7\x3f\x9d\xad\x39\xfd\x08\xf7\xb5\xd7\xd6\x5c\x8d\xbc\x78\xf0\xb7\xc2\x51\xf2\xee\xe3\x96\xf7\xd6\x51\x6b\x01\x65\x77\xa3\xfe\x5f\xd3\xb2\xbc\xb5\xc1\x85\x5a\xb3\xaf\x28\x4a\xfc\x49\x2d\xf9\xd1\x72\xc4\x76\x88\xff\x79\xf1\xe6\xf5\x85\xdd\x9f\x8e\xa0\xa9\x03\xda\x1a\x19\xb2\xe1\x4b\x17\x75\x9d\x48\x15\x9b\x84\x0d\xdf\x56\xd8\x6b\x0b\x34\x9f\xa2\xe3\x3a\x6e\xf0\x96\xa4\xf3\x95\xc1\xe4\x3f\x93\x5b\x27\x61\x8b\xd9\xd0\xa4\xf6\x7b\xb7\xd3\x33\x33\x22\xe8\x6a\xae\x1f\xc8\x6d\x11\xd7\xaa\xa3\xea\x79\x28\x8f\xac\xdf\x9d\x1f\x8e\xb8\x3e\x16\x91\x3c\x56\x1a\x3e\x93\x07\xcb\x25\xd9\x02\xf5\xf8\x60\x40\x54\x78\x79\x54\xe2\x4a\xa6\xe7\x0b\x41\xd4\xb9\xc5\x36\xaa\x94\x9d\x20\x14\x24\x04\x8a\x5e\xa7\x37\x4e\xae\x1a\x48\x2b\x44\x00\x24\x14\xd4\x20\x42\x02\x43\xec\x5d\x1f\xb5\x1a\x47\xad\x5d\xad\xca\x94\xcc\x60\x48\xce\xdd\x24\xbe\x2e\x78\xe3\xbb\x58\xeb\x33\x20\x41\xa3\xc5\x6b\xf2\x29\x39\x39\xc7\x64\x12\x93\x21\xd7\x09\x96\x8a\x15\x5d\x17\x26\xba\x00\xbc\x57\xde\xba\x25\x31\x01\xc3\x46\x9b\xfb\x02\xc8\xd8\xaf\x3c\x5d\xaf\xd5\x5b\x46\xa1\xe5\x4b\x1d\x75\x1a\xa8\x07\xb8\x7e\xca\x36\x3a\xa2\x4d\x46\x09\x13\x56\x4d\x4a\x17\x92\x97\x60\xc3\x79\x4e\xf8\x9c\xbc\x5c\xa0\x58\x56\x45\x08\x93\x84\x0c\x2b\xf6\x14\x87\x70\x48\x21\x98\x16\xf4\x71\x4f\xce\x37\x15\x33\x64\x82\x68\x87\x5b\xc9\x95\x4f\x1e\x7b\xd2\x41\x64\x0e\x9f\x79\xbd\xaa\xe8\xae\x8b\x3f\x4b\xcc\x27\xb5\x48\x66\xfa\x94\xa9\x8a\x92\x56\x1a\xab\x0c\xca\x5e\x64\xf4\x7a\x25\x9e\xd4\x06\x7f\xe9\xcc\xc6\xe6\x38\xaa\xbe\x39\x4e\xd9\x01\x10\x6e\xe9\x66\xbd\x48\x05\x09\x3c\x3b\x31\x90\xa6\x4a\x30\xcc\x49\xbe\x26\x2c\xde\x2a\x84\xa9\x28\xc6\x8b\x9c\x57\x29\x85\x81\x5d\xb6\xf7\x71\xa2\x37\x85\x30\x01\x8e\x44\x4f\xd3\xf9\x0a\xd2\xbf\xbe\xe1\x4f\x1d\x28\x2f\x6d\x85\xd8\x32\xbd\x8b\xb1\xc0\x19\x5d\x8c\x79\x89\x30\x58\x16\x9a\x71\xc4\x14\x1c\xb7\xeb\x62\x33\xeb\xcc\xdb\xdb\x7a\xab\x5e\xef\x5c\xb5\xab\x7a\x7c\x91\xf3\xd7\xe4\x93\x1a\x87\xe9\x5d\x72\x14\x36\x6c\xbb\x7f\xdf\xbf\x25\x45\xbe\xe1\x73\x12\x0b\x54\x72\x93\x38\x42\xa5\x7a\x71\x22\x6e\xde\xac\xc5\x2d\xe6\x3e\x53\x00\x94\x42\x29\x0a\x03\xdc\x82\x29\x01\x2b\x27\x28\x88\x4d\xe2\x1b\x78\xa4\xe9\x01\x56\x62\xbb\xc1\x80\xd5\xd4\x07\x02\x61\x66\xe3\x79\x47\x92\xbf\xb8\x8d\xe4\xa7\xcb\x8a\xff\x80\x58\xdc\xa5\xf3\x84\x30\xc1\xd9\xd3\xf5\x3a\xa3\xf3\x2a\xf3\xea\x6e\x17\x9d\xe9\xd9\x44\x8e\x80\xe6\xe4\xdc\x15\xc7\xdc\xe8\x35\x71\x90\xb9\xa8\x6b\x81\x85\xfb\xf6\xe6\xaa\x72\x5d\xc0\x59\x45\xec\x43\x98\xab\xf3\x6b\xe5\x28\x3f\x99\x33\x8f\xe2\x9a\xcc\xd2\x99\x04\x47\x13\x9f\x77\xd4\xee\xaa\xc3\x2c\xcf\x3f\x6c\xd6\x8e\xc8\x98\x8f\xe5\xe3\xb0\x57\x37\x8a\xe7\x13\x3e\x8e\x5b\x1a\x58\x76\x25\x42\xb8\x6a\xb0\xdb\xb5\xd6\x37\xeb\x86\x90\xbc\x6e\x80\x9e\x8c\x5b\x65\x08\xf2\x88\xf1\xc6\x11\xeb\x2a\x80\x05\xe7\xa9\x2e\x2c\x29\x44\x53\x31\xeb\x55\xc4\xc1\x6e\xc1\xf9\x20\xde\x2e\x29\xc9\x16\x0d\xb1\x4f\xdc\xf0\x13\x93\x87\xf2\xa7\x74\xed\xed\x89\xa4\x8d\x75\x6b\x35\xab\x3a\x71\x75\x71\x13\x62\x92\xcc\x57\xab\x3b\x96\x15\xdc\xeb\xc1\x56\xe2\xc3\x0f\x94\x2d\x54\x05\x4b\xa1\x06\x03\x0b\xc3\x92\xbd\x08\xc9\x07\x8e\xe4\xbc\x1d\xf6\xda\x89\xe3\xee\xc9\x0e\x24\x55\xef\xc9\xff\x35\x7d\xe0\xdc\x0c\x3f\x8e\xd1\x75\xcf\xf2\x6e\x55\x0a\x67\xcf\x28\xbb\x8c\x33\x1c\xf9\xf2\xbe\x08\xd7\xfd\x53\xc1\x46\xdc\x21\xd5\x35\x17\x36\xc5\x18\x21\x4f\x52\xae\x73\x2a\x4e\xc9\xac\x17\xb6\xa9\xe7\x75\x7d\x99\xbc\x51\xe5\xfd\xdd\x28\x88\x91\x59\x23\x4c\x1b\x78\x27\x78\xca\x8a\x65\xce\x6f\xf4\x41\xa5\xcb\x58\x62\x3b\xb1\x06\x25\x4a\xde\x62\x0d\x59\xda\x45\x63\x86\x06\xb7\x1c\xf2\xc8\xf6\x34\xd6\xd2\x9b\x13\x31\x5c\xa5\xc5\x5b\x65\x01\x0a\x28\x00\x96\x29\x0a\x0e\x4b\xc8\xf0\x06\xa2\xa6\x3c\xf8\xbf\x72\x04\xb1\xc1\x9a\x9d\xff\xb2\xdc\xc1\xff\x51\x3c\x19\xff\xf5\xbb\x78\xfa\x7f\xbf\x9b\x9d\x22\x34\x51\xbf\x86\xf2\xcf\xef\x1e\x20\x4c\x13\x36\x3d\x9f\xe1\x3c\x61\xd3\x87\x33\x9c\x26\x6c\xfa\xfd\xac\xa7\x02\x64\x8a\xe1\x52\xc5\x42\x95\xd3\xf7\x86\x48\x51\xaf\x48\x8a\xc1\x40\x32\x1c\x69\x51\xe0\x22\x29\x7c\x45\x69\x8e\x1d\x59\xd3\xbb\xdb\x35\x70\xf1\xe3\x14\x03\x47\x33\xae\x98\x1b\xb8\x51\x95\x9d\x2b\xe1\x31\xc7\x85\x15\x3e\x09\x43\x4c\x38\xea\x6e\x5a\xb0\xcf\xa8\xe0\xb0\xe6\x43\xbe\x28\xbf\x81\xda\xe3\x9a\x88\x27\x73\xb1\x49\x33\x73\xda\xe5\x7a\x40\xd2\xf6\x3a\xa9\x82\xac\xf8\x75\x75\x3a\x24\xc5\xaf\x69\xcd\x93\x14\x93\x9a\x16\xab\xe6\x1b\x82\x29\x2e\x70\xa6\x0e\xd8\x26\x61\x10\xb2\x34\x43\x78\x9e\xd4\xdb\xc5\x9b\x4a\x81\x1e\xcf\x41\xb2\x82\xd3\x78\x0e\x95\x4b\x70\xb3\x09\xf4\xe0\x7a\xd8\x10\xf7\x46\x2d\xf7\x44\x4e\xb0\x0b\xaa\xd0\xdb\x41\x90\xdd\xee\x84\x57\xf6\x63\x86\xaa\x4c\x45\x5d\x32\x39\xdb\xed\x5a\xf2\x9f\x93\x1a\x6b\x52\xd5\xca\x7d\x2a\x47\x9d\x7b\x93\x85\x18\x0f\x81\x59\x80\x51\xe1\x8e\x78\x9e\x0c\x1d\xdb\xc9\x8a\x62\xc3\x66\x55\xfc\x47\x84\x3c\x85\x36\x19\xb2\x5c\xd0\xe5\xad\x41\x19\x2d\x4e\x17\x8a\xfa\xd8\xd1\xa6\xea\xc2\x96\xa3\x74\xf4\x19\xdb\x8a\x3a\x82\x9f\xef\xc7\x94\xf7\x8b\x84\x0f\xd5\xd3\x55\x1f\xbc\xca\x60\x3a\x85\x07\x31\x76\x35\x68\x5a\xe7\x30\xd6\x8c\x39\x49\x92\x44\x4c\x46\xe3\x73\xa3\xaf\x72\x62\x90\xbb\x93\xe3\x89\xff\x2a\x02\x73\xae\x1e\x81\x8b\xcd\xde\x3c\x40\x92\xb9\xa4\xae\x20\x12\x02\x45\x57\x5d\x07\x41\x24\x99\xd5\x0c\x1c\xa9\x5e\x2e\x26\x10\xac\xb7\x77\x55\xb1\x77\x99\x02\xbd\x68\xaa\x6e\xf9\x5e\x55\x11\x0d\x5c\xfe\x92\x9b\x30\x6f\x92\xba\x2a\xc9\xd4\xaf\x94\x41\xba\xcc\xdd\x02\x52\x7f\x2c\x9a\x48\x56\x21\x25\x52\x68\x04\x73\x80\xf9\xab\xa4\xef\x7f\x83\xcc\x20\x71\x8b\x8e\x42\x6d\x0b\x35\x86\xe9\x89\x3a\x6e\x0d\xa4\x05\x71\xff\x3e\x8d\x06\x8e\x8c\x22\x43\x5b\xb9\x46\x25\xc8\xdc\x5c\x3e\x27\x8c\xc6\x87\x19\x9f\xe9\xec\x6e\x3c\x0f\x74\x04\xb9\x67\x20\xb5\x65\x90\x55\x71\x94\x2e\x45\xc7\x2b\xa0\xd5\x66\x2f\x58\x5b\x87\xfc\xfd\x1a\xd6\x64\x75\xb3\xb6\x7d\x75\xed\x5d\xda\x15\x78\xa0\x81\x11\x1e\x77\x6c\xd6\xa1\xb6\xa3\xaf\xfa\xa6\xa1\x2d\x42\x51\x56\xad\xdf\x2f\xc4\xd9\x5d\xa7\x73\x62\x25\x31\x7f\x79\xfe\xf6\xe2\xe5\x9b\xd7\x4e\x2c\x7a\xab\xf1\xe1\x8d\x4f\x20\x84\x1f\xb3\xc6\xf7\x77\x96\x7b\xa1\xe1\x36\x55\x05\xfb\x70\xc5\xb5\x02\xfb\xe6\xc6\x66\xcd\xc6\x85\x95\xa3\x63\x4f\x0d\xe0\x14\xc0\x6f\xa5\x4d\x1d\x17\x4a\xb4\x8f\xbd\xc3\xe6\xd4\x7d\xa3\x24\xe5\x5a\xd4\x98\xd1\x2b\x9e\x72\x4a\x0a\x13\x3e\xd2\x7e\xa8\x58\x26\x25\x64\xed\xdb\xb7\x4c\x84\xb3\xa1\x5e\x30\x95\xc9\x7f\x93\x64\xce\x29\xda\x74\x3c\x45\x9e\xc8\xba\x45\xc8\xde\x10\x9f\x1f\xe6\xb0\xc2\x16\x97\x5f\x2c\x60\x3f\xc6\x34\xf4\x98\x63\x7a\x1f\xf2\xf8\x4a\x13\x53\x89\x90\x8a\xa4\x71\x48\x20\xe2\x3d\x3c\x32\x7f\x25\xe9\x07\xf9\xd0\x0c\x37\x6c\x3a\xb2\x08\x47\x9a\xdd\x16\xdb\x90\x58\x3b\x8e\xa5\xcb\x65\x06\x6e\x39\xac\x8d\x0d\x20\xce\x97\x15\xa6\xb6\x56\x34\xb2\xb6\x0e\x55\x97\xdd\xab\xa8\xe0\xde\xd3\x99\xf6\x38\x14\x8e\x28\xf3\x99\x5c\x78\x0a\xbe\x23\x72\x8a\xc0\x41\x2a\xf9\x28\x19\x66\x74\x81\x7a\xee\xb3\x92\xfb\xcf\x4a\xc9\xc3\x38\x17\x94\x96\xd3\x7a\x9d\x9a\x24\xea\x25\xc2\xd9\x50\xe9\x6d\xe1\x6e\x2e\xaf\x7d\x06\xfd\x57\x2a\x56\xcf\xb4\x80\x0e\xac\x84\xbd\xec\x14\xee\x22\xc3\x23\xb6\x26\x7f\xa1\x13\x3a\x6e\x4a\x70\xc0\x07\x3b\xe8\x40\xae\x71\x05\x64\xaf\x95\x53\x85\xfb\x55\xe5\x6a\x89\xdc\x4f\x11\x65\x7d\x82\x58\xe2\x57\x54\x2e\x06\x20\x03\x83\x0b\xe3\x24\x49\x84\x01\x29\x77\xa2\xc7\x92\xe9\xac\xb4\x1a\x40\xae\xd9\x3d\x06\xaa\xcb\x58\x4e\xb4\x04\xbe\xd5\x95\x44\x36\xb2\x73\x1c\x58\x2c\xa3\xea\x44\x26\x3f\x87\x2b\x6d\x77\xf4\xdf\xf9\x6e\x17\x83\x7d\x70\xd1\xb0\x0f\x66\x8a\x5d\x84\x83\x2a\x41\xd2\x30\xe2\x4a\xa6\x35\x47\x38\x37\x01\x23\x03\xc5\x14\x53\x6f\x77\x0f\x4d\xe8\x57\x95\x95\x00\xe4\xb9\x94\x5d\x3b\xcf\x0d\xb5\xbd\x90\x9e\xaf\xb2\x57\x6a\x80\x1d\xd3\xb2\x4d\x31\xaf\xe8\x4e\x81\x33\xbc\xa9\xa9\x69\x2b\xe7\x95\x49\xac\xd4\xc0\x9b\x89\xbd\xad\xec\x45\x0a\x2f\xf3\xc2\xda\x48\x68\x63\x3a\xa2\x53\x97\xb0\x12\x55\x57\x9f\x6d\xd3\x5e\x59\xbe\xdc\x1d\xa3\x23\x8e\xd0\xd8\x38\xe3\x0c\x06\xb1\x70\x64\xea\x9e\x06\xa5\x9d\x8a\x4c\xc9\x4c\x62\x9b\x09\xf2\xa1\x19\xd7\x36\x6b\x20\x1a\xb0\x06\x82\xbd\x06\x53\x20\x1a\x30\x05\x62\xa0\x18\x28\x03\x46\x09\x6a\x61\x73\x63\x82\x91\x25\x1a\x7d\x7a\x90\x49\x44\x99\xce\x17\x9e\xe9\x3c\x47\x48\x28\xcc\x6b\x5a\xbf\x03\xce\x21\x7b\x90\xec\xf1\x09\xd9\xb8\x4b\xbe\x18\x8b\x9e\x08\x63\x71\x86\x73\xc0\xdf\x54\xbe\x72\xc0\x9a\x5e\x2d\x6b\xaf\x16\x62\xdd\x41\xa2\x54\x36\x41\x72\x1d\x75\x6c\xd6\x9a\xfa\x6a\xef\xca\x1d\x5a\xba\x80\x81\x89\xbe\x0b\xb5\x0b\x44\xb7\xe3\xad\x28\x0b\xc2\xe9\x5d\x0e\x4f\x3a\x89\x75\x3b\xef\xfc\x98\xf1\xc8\x6d\xe4\xea\xc0\xa7\x68\x9c\x96\xc1\x4a\xe6\x02\x2f\xf4\x7e\xf7\x1c\x02\x07\xe2\xef\x38\x4b\x8a\xb6\x03\xc4\xec\x01\xa2\xfe\x99\x10\x7b\x0f\x50\xb3\xb2\xba\x41\xf4\x13\x5f\x1e\x9f\xcc\x39\x33\x01\x4a\x94\xe1\xac\xdc\xbb\x56\xcd\xe0\x36\x75\x04\x98\x34\xbe\x8c\xfd\xca\x8d\xfb\xda\x36\x0a\x95\xd4\x1a\x37\xc7\x3c\x69\xf9\xae\x1b\xfa\xbb\xa3\x4c\x37\x2b\x7d\xc5\xd4\x49\x5f\x56\x5d\xf0\xc1\x5b\xd9\xdc\xe2\x2c\x79\xbc\x55\xa6\x6f\xfe\xc8\xf6\x2c\x1b\x43\x60\x19\x27\xaf\x75\x86\x30\xc4\x46\x70\xbb\x33\x21\x7f\xdd\x1b\x9b\xcd\x3c\xed\xe9\x94\x59\x46\x24\x34\x5b\x36\x53\x64\x44\xdf\x17\x72\x56\xae\xbf\x9f\xc5\x98\x09\x77\x2d\x58\x7d\xf8\x68\x4c\x13\x5e\x17\x93\xb8\x72\x00\x39\xfe\x86\xa8\xa8\x06\xa4\x04\x26\x6f\x30\xa0\x2e\xd3\xc3\xc3\x72\x29\x82\x34\xc1\xa9\x48\xfa\x82\x64\x44\x90\x7e\xcb\x1c\x41\x83\x52\xda\x61\xb8\x6a\x27\xcc\x92\x6d\xd9\xe3\x5d\xf7\x10\x4c\xe1\x21\x44\x85\xd7\x22\x66\x4a\x7e\xef\x4c\x89\xcc\xb0\x1e\x54\xed\xb3\x91\x35\xd1\x00\xa1\x68\xac\x12\x83\x75\xc9\x13\xe0\x84\xab\x85\xe4\x58\x38\x0a\x0e\x77\x24\x9e\x86\xda\x2d\xc2\x0c\x61\x3a\x9c\xe7\x6c\x9e\x8a\x38\x47\xa5\x2b\x68\x52\xc2\x12\xac\xfc\x36\x61\x7a\xfe\x51\x44\xa2\x79\x5a\x31\xa8\x2d\x86\xda\x62\x7b\x62\xff\xaa\x79\x0d\xf8\x68\xa1\x04\xb2\xad\x88\xe2\x09\xbf\xd0\x58\x74\xad\x8b\xb0\xbb\xff\xfe\x28\xdb\xc8\x43\x22\x54\x28\x68\xbf\xd3\x55\x5a\x84\x24\x75\x3e\x09\xd6\xda\x7e\x77\xd9\x9b\x86\x32\x4e\x31\x32\xe6\xa4\xa3\x12\x74\x7b\x46\x3f\xac\xde\x37\x43\xef\x9b\x89\xb9\x5e\x53\x01\xd6\x3f\x7c\xc1\x8e\x59\x3f\x8e\xd6\x45\x43\x35\xa8\x8d\xe5\x33\xd0\x43\xeb\xba\xb7\x97\x50\x83\x7a\x6f\xb5\xe3\x6b\xfa\x6a\xd2\xe9\xbd\x3d\x35\xab\xa3\x72\x1e\xd8\x59\x25\x26\x54\x1b\x11\x28\xb7\xa1\x51\x44\xdf\xe6\x01\x75\x09\x83\xb1\x63\xa0\xcb\xf8\xd0\x5d\x25\x66\x83\x41\xcc\xdb\x4b\x1d\x8d\x75\x6d\x47\xdc\x96\xcb\x70\x0b\x8e\x40\x39\x3a\x0d\xce\x5d\xcc\xea\xac\xae\x98\xcd\x2a\x77\x6d\xae\xd3\xdf\x07\xda\xf5\xd8\x60\xc0\x5a\x2e\x84\xc4\xcb\x5b\x1d\xe2\x84\xc7\x0c\xc6\xcd\xf6\x1d\xe3\xf0\x81\x03\x93\xf0\x58\x4d\x89\x61\x36\x43\x65\x15\xda\x27\xe8\x65\x60\xa5\xbd\xd5\x7e\x35\xcf\x84\x95\xe6\xb6\x60\xbe\xf0\x85\xc5\xe1\x1b\x40\x54\x2a\xde\x03\x97\xb7\xb2\x64\x8b\xf9\x30\x34\x62\x6c\x07\x83\x54\x88\x6f\x45\x98\x35\x45\x08\x34\x40\xa5\xa7\x0b\x80\x39\x62\xde\xe3\x4a\xec\x5e\x11\x9b\x89\xfb\x63\x1c\xd2\x90\x98\x25\x62\x77\x39\xe0\x6c\x76\xe0\x40\xb3\x59\x98\x47\x64\x92\xe2\x1e\x5e\x5e\x79\x6b\xec\x3d\xf1\x9e\xd9\x16\x97\xe7\xda\xde\xb3\x53\x32\x2b\x11\x56\x4b\xe8\x2e\x56\x19\x50\x69\xb4\x10\xd0\xe3\x48\xdd\x21\xd2\x86\xed\xc3\xa0\x41\x63\x8d\x15\x9d\xff\x02\x42\xdf\xe2\x56\x0d\x29\x74\x0e\x5c\xae\x81\x26\x95\xd9\x90\xa2\x95\x01\xa0\x05\x01\xb3\x35\xcf\xb2\x51\xd5\x76\x4b\xe4\x33\x41\xfd\xa8\x55\xaa\xbe\xcb\x6b\x38\x58\xa5\xfa\x0e\xa7\x01\xb0\xfa\x55\x3e\x4f\xb3\xcc\xf1\x6b\xab\x10\xc0\x2f\x2f\xcb\xe3\x45\xcd\x46\xc0\x7b\x48\xca\xfc\xd5\xc3\x9c\xd4\x5f\xc1\xa0\x68\xaf\xbf\x7d\x41\xd3\x1e\x54\x58\xf0\x40\x74\xee\xa0\x72\x8e\x34\xf5\xc9\x3d\x31\x18\xe4\xb1\x40\xa5\x56\x89\x6e\x69\xf1\xfc\x66\x2d\x6e\xc7\x27\xe7\x98\x16\xaf\xf2\x74\x41\xd9\x75\xf5\x83\x2c\xd4\xdf\x30\x4c\xf5\xe7\x45\xfa\xd1\x56\x79\x06\x67\x44\xd7\x79\x4d\x3e\xa9\x3f\xfe\x92\x66\x74\x31\x3e\x19\xe1\x05\x5d\x5c\x58\xa1\xc3\xed\x58\x0c\xdf\xe6\xb9\xb2\xd1\xd3\xe6\x75\xc3\x22\xfd\x48\x16\x43\xbf\x1e\x36\xd1\xa5\x01\x01\x0b\x22\xc0\x21\xee\x8a\xcc\xf3\x1b\x02\xe3\x80\xdf\x92\x8c\x92\xc5\x8f\xe9\xfc\x03\xfc\x04\x4b\xbf\x71\x35\x9b\x11\x76\x0c\xf8\x08\xda\x92\x21\x68\xa4\x40\x3e\xfb\x2e\x8f\x23\xdd\xbf\xa2\x9d\x8b\x08\x95\x58\x52\xec\x83\xf5\x61\xbc\x11\x2a\x4b\x0d\x7e\xbc\xdd\x30\xf9\x97\xe5\xfa\x0e\xc1\x31\x00\x30\xfc\x31\x36\xc9\x4e\xf7\x6d\x23\xe6\xf5\xcf\x6a\x23\xf7\x9d\xf1\x3d\x37\x17\x47\x36\xeb\x86\x12\x74\xf1\xd3\x28\xe4\xb3\x8e\x76\xbb\x14\xa4\x44\xfe\xda\xc8\x29\x3a\xa6\xb5\xb5\x9d\x09\xcc\x58\x99\xb5\xaa\x45\xd3\xcb\x2d\xf7\x49\x63\xd4\xc8\x20\xce\x48\x39\xa8\x8e\xb9\x6f\xd3\xdc\xb6\x7e\x25\xd6\x70\x3d\x58\x06\x44\x1d\x83\x42\xa8\xa7\xdb\x0f\x37\x4c\x91\x3b\xf9\x77\xbd\x5d\xb7\xb1\xb8\xb8\xb8\x6f\xc8\x65\xd9\x63\x89\x13\x61\x48\x4b\x73\xe3\xba\xff\x8f\xb9\xc3\x39\xdc\x5c\x88\x4c\xf9\x2c\x11\x4e\x7e\x4e\x52\xc6\x7c\xe2\x5f\xfe\x1c\x8d\xb7\xf2\x35\x89\x86\xeb\xb4\x32\x84\xe5\x58\x0c\x81\xc8\x41\x54\x7e\x66\x99\x03\xaa\x00\x8b\x5a\xa4\x9e\x98\xa2\xc1\x20\x72\x00\x44\x27\x49\x42\x07\x83\xc8\xc2\x30\x1f\x1a\x39\xf4\xa7\x14\x2e\xbd\x29\x9d\x25\x04\xfe\xc1\x02\xbf\xff\x6e\xcb\xca\xe1\x77\x5b\x5a\xbe\x77\x22\xe6\x97\x31\x53\xde\x40\x11\xcf\x73\x11\x21\x1d\xf6\x82\xf5\x5c\xbb\x19\xb9\x88\xae\x49\xef\xd0\x92\x9a\xdd\x8e\x0c\x0b\xc2\x16\x71\xe4\xa0\x5d\x84\x1a\x76\x2c\x8d\xf6\xaf\xc9\xa7\xaa\x6d\x7d\x9f\x23\x79\x75\xf9\x4e\xef\x5d\x2e\x90\xa6\x92\xbb\xe5\x2a\xb1\x15\xbf\x5d\xc8\x2c\xc7\xb5\x9d\x07\x82\x88\x28\xf3\x37\x2d\xb3\x67\x3a\x44\x3f\xff\xa8\xc2\x4c\x55\x11\x46\x16\xc4\x1a\xd0\x8e\x5b\x82\x8b\xba\x2a\x99\x70\x80\x84\x6a\xb6\x76\xdb\x8d\x73\xae\xeb\x23\x8e\xc5\x84\x68\x17\x75\xa7\x5b\x2c\xd0\x98\x38\xa6\xca\x5f\x79\x18\xc4\x38\x1a\x4f\x48\xe5\x72\x3c\x26\xce\x58\xea\x23\xa9\xac\x0f\xeb\x0e\xd8\x4a\x85\xdc\xb4\x4b\x31\x6f\x87\xd8\x09\x81\x73\xb2\x77\xc4\x8e\x4d\xa6\xb5\x64\xf6\x0c\x33\x9d\xf3\x83\xd0\xa1\x1c\x86\xc7\xda\x71\x74\xb4\x58\x09\x99\x8e\xfc\x56\xe8\xdc\x86\xa7\xce\x1a\x27\x09\x99\xc8\x7f\xc7\xc4\xc4\xa3\x81\x7d\x71\x5a\x5e\x50\x76\x9d\x91\x58\x3b\x6d\xa0\x3d\x48\x17\xdc\xbd\xca\x36\xac\x92\x16\x9b\x9e\x86\x35\x53\xfb\xca\xb2\x0c\x55\x45\x20\xeb\xfc\x5a\x9b\xd9\x81\xf6\xec\x75\x36\x3c\x4b\xd7\xf4\xf7\x4e\x9d\x42\x96\xbd\x7b\xc9\x56\x08\x1d\x5a\xb1\xa0\xfb\xfe\x37\x8d\x03\x3b\x6e\x77\x89\x6d\x41\xd8\x03\xc3\x8f\x18\xd3\x8c\xa1\x11\x58\x01\x87\xba\x0d\x06\x5c\x05\x42\x02\x35\x28\x44\x44\xc2\xa2\xc4\xa1\xc9\x6e\xeb\x38\x8c\x79\xe2\xfb\x76\xa9\x01\x62\x96\xd4\x91\x99\x23\x4c\x13\x51\x39\x9d\x70\x08\xe3\x53\x79\x8a\xc4\x14\xd7\x9d\xaa\xe4\x04\x72\x1c\x49\xc4\x73\x04\x18\xd1\x1d\xb1\xbf\xc5\x96\xe7\x9b\x87\xf2\x0b\x3b\x58\xbb\x12\xb4\x50\x3c\xcd\xfd\xd6\x7f\xf7\x95\xb5\xab\xfa\x10\xfd\x71\x38\x1a\x8e\xce\xae\x88\x48\x87\xa3\x28\x3c\x5e\xc7\xc2\xca\xa5\x2a\xff\xbe\xdf\xd1\xb9\x32\x69\xfc\xf7\xba\xfb\xb3\x6b\xb2\xd5\x80\xd2\x56\xe8\x98\x82\xb5\x3e\xc6\xb1\x0d\xd3\xe9\x2d\x98\x48\x84\x95\xdb\xef\x0f\x4c\x29\x70\x64\xfd\x84\x26\x96\x32\x8d\x05\xe6\x09\xef\x08\x82\xbb\x20\xac\x61\xe0\x98\x03\xb9\x4b\x0f\x5a\x17\x72\xa5\x9f\x8d\x9e\x5d\x44\xc7\x18\xe0\x3d\xcd\x39\x79\x05\x5f\x6f\xe3\x08\x2a\xf5\x9f\x81\xd1\x1c\x97\xdb\x0f\x3e\xd5\x89\x68\x77\x68\x06\x2b\xe1\xa2\x73\xb6\x1f\x55\x7d\xbf\xd3\x75\xca\x6e\x9f\x28\x8e\xa2\x23\x50\xdb\x62\x2f\x5c\x9d\x40\xe0\x78\xf0\xf5\x86\x7b\x7b\x79\xa2\xec\xa7\x7f\xce\xd7\x9b\x4c\xbe\x0b\xd5\x8b\xfe\x98\x0e\xe9\x70\x0f\x8c\xbd\x7d\x7b\x0e\xe1\x9d\x7b\xf3\x5a\x75\x59\xc1\xe3\x26\xe3\x36\xea\x02\x5d\x95\x1f\x0b\x5e\xb5\xda\x0b\xff\x2e\x3b\xd1\x75\xe5\x9d\x7a\x3f\xa5\x2c\xbd\x3e\xc2\xb5\xbf\xd9\x74\x7f\x4f\x46\xfe\xd0\xbd\x03\xd3\x62\x2f\xdc\xca\xbd\xad\x23\x58\xd3\xa0\x13\xd4\xbb\xac\x7d\xa0\xed\xde\xbe\x8c\x8b\x78\xe7\x0e\x4c\x83\xbd\x50\x9b\x8e\xab\x9d\xe1\x37\x9b\x76\xc0\x21\x45\x7b\x3b\x26\xe6\xaa\x9a\x1c\x80\x5c\xf9\x60\x1e\x01\xbb\x6a\x54\x02\x2b\xf0\xec\x22\x49\xdb\x3b\x69\x61\x21\x5a\x18\x03\xed\x66\xd2\xce\x17\x98\x0a\x5f\xf9\x29\xd1\x9e\xb8\x4e\xdf\xbc\xc7\x87\x0f\xd9\x3f\xc3\xe2\x01\xd1\x37\xe4\x81\x99\xaa\x7a\xf7\x36\xdf\x27\x57\x39\x17\x70\x1b\x77\x9e\x72\xd5\xa4\xcb\x0d\x78\x1c\xec\x6e\x81\x9d\xd9\x32\xa3\xf3\x23\x47\xed\xb5\xda\x0b\xff\x45\xce\xaf\xe8\x62\x41\xd8\x71\x1d\xf8\xcd\x0e\x5c\xd0\x1f\xd3\x4c\x7b\x56\x75\x86\xef\x36\xda\x0b\xfd\x75\x2e\x5e\xe4\x1b\x76\x24\x78\xaf\xd5\x7e\x62\x0e\xba\xd6\xe3\xa0\x3b\x6d\xf6\xc2\xd6\x79\x20\x8e\x03\xee\x36\xda\x0b\xfd\x17\x96\x6e\xc4\x2a\xe7\xf4\xef\xe4\xc8\xd5\x69\xb4\xdc\xdb\x8f\x3a\xea\xca\xe9\x26\xff\x53\xf7\x64\x90\x62\xd8\x68\xd9\xa1\x1f\x59\xed\x5d\x7e\xcc\xa5\x6a\xfa\x71\x5a\x76\x20\x60\x56\xac\x73\x90\x84\x7d\x2b\x01\xd0\x6f\x40\xb5\x39\x29\xc4\xe1\x09\x43\xad\x7f\xdc\xc9\x0a\xb1\xe7\x06\x56\xf1\xc6\x7e\xaf\x93\x93\x63\x6f\x9f\x59\xab\x0f\x25\x65\xcb\x8c\xcc\x05\x64\xca\x0e\xb1\x1b\xfb\xae\xe6\x03\x38\xbf\x07\x43\xfc\x22\xc8\x12\x1d\x5c\xec\x9a\x50\xc3\x89\x13\xd6\x52\xd0\x2a\x0f\xa9\x6a\xe8\x08\x70\x7b\x4a\x03\xa3\x77\x6a\x04\x26\xe0\x94\xba\x52\xe1\x03\x62\x9d\x70\xb0\xba\x2a\x35\xe7\x19\xb4\x39\xd3\x02\xdb\xba\x94\x59\x6c\xd6\x67\xf3\x9c\x89\x94\xb2\x26\x57\xe8\xba\xb3\xe1\x0c\x6f\xf0\x1c\x2f\xf0\x0a\x2f\xf1\x1a\xdf\xe0\x8f\xf8\xba\x86\xb5\x74\x19\x7f\xb1\x24\x4c\xbb\xd3\x6b\xe1\x8b\x0d\x66\x71\xfe\xd7\x61\x3c\x1d\x9d\xfd\xdb\x6c\x77\x3e\x1d\x9d\x3d\x9c\xa1\xbf\x0e\x1f\x20\x27\x91\x9e\x6a\xa5\x53\xe9\x55\xd2\x96\xbe\xce\x82\x56\xf4\x53\xd1\xcf\x48\x5a\x08\x55\xb3\x7f\x3e\x3c\xff\x7e\x38\xc2\xfd\xab\x8d\xe8\xdf\xe6\x9b\xfe\x2a\xfd\x48\xfa\xd1\xa9\xd7\xf9\x69\x34\xec\xff\x2c\x1b\x91\xfe\x66\x7d\xcd\xd3\x05\x91\x55\x79\x5f\xcb\xd1\xfa\xf9\x52\x01\xc3\x7d\xb1\x22\xcc\xd6\xa9\x7a\x1f\x46\xa8\x77\x33\x7c\x76\xa1\xa5\x3d\x6b\xeb\x25\x0a\x1f\xdd\x07\x7c\x72\xe3\xfd\xf4\x2a\xe8\x2c\xa6\x37\xfe\x6f\xaf\x8a\x15\xa1\x54\xb5\xec\x27\x55\x11\x9e\x4a\x49\xe1\x8f\xc0\xbe\x60\x93\x9b\xea\x6f\x55\x24\xc9\x40\x52\xc0\x3f\xea\x83\x12\x30\x25\x37\xfa\x0f\xf5\xd1\x13\x71\x24\x37\xfe\x6f\x55\xc5\xbc\x36\x93\x1b\xfb\xa7\x2a\xd0\xec\x6c\xc2\xfd\x31\xb9\x5c\x6e\xc2\xfc\x32\x97\x63\x83\x38\x7d\xd5\x4f\x55\xc1\x65\x5c\x12\xe6\xfd\xd4\xd0\x2d\xab\x9d\x30\xe7\x87\x2a\x6c\xf0\x24\x09\x6b\x7e\x53\x55\x7d\xde\x34\x61\xb5\x0f\xaa\x92\xc7\x01\x26\xcc\xff\xad\xaa\x78\x4c\x74\xc2\xfc\xdf\x7a\x01\x2b\x4e\x2f\x61\xee\x2f\x55\xdc\x60\x3c\x12\xd6\xfc\xe6\x56\x75\x78\x21\x5b\xd5\xf9\x66\x3b\xd5\x94\x28\xc9\xfc\x3d\x78\x26\x89\xac\xd9\xbb\xb4\x86\x4f\x95\x44\x41\x62\x54\xf5\xcb\xdb\xda\x90\xf8\x2d\xb9\xd9\x57\xaa\x51\xd8\x41\xf2\x1a\x76\x37\x65\x3d\x7e\xff\xfa\xa3\xae\xfc\xfc\xe2\x9d\x99\x40\xee\x4f\xe0\xc7\x0d\xcd\x16\xbf\xbc\x7d\x05\xe9\x80\x12\xee\xff\xee\xd9\xd6\xce\xea\xac\x7c\x00\x7e\x18\xca\x64\xde\x2c\x7d\xf2\xf3\x4b\xd3\x39\x0d\x96\x3a\xcd\x17\x7e\x05\xeb\x6f\x9e\x2c\x6b\x7b\x92\x0a\x52\x15\x6e\xfc\xdf\x7a\x43\x21\x82\x84\x5b\xa9\xf6\x45\xa3\xec\x46\x12\x2f\xb7\x5a\xed\x8b\x5e\xa7\x3c\xcf\x48\xca\xdc\x7a\xf5\x4f\x9a\x6a\xdc\x5c\x91\xc5\xc2\x6c\x66\xa1\xd6\x75\x15\xfc\xac\x1a\x5c\x91\x2c\x67\xd7\xc5\xbb\x3c\x29\xaa\xbf\x55\xd1\x2a\x2d\xe4\xb6\x27\x85\xf9\xcb\xec\x7d\x25\x4f\x81\x5d\xaf\x7e\xaa\x0a\x2a\x9c\xe2\x53\x73\xc7\x25\xd7\xfe\xe2\x5d\x56\x37\x25\x90\xe9\x0b\x75\x4f\x26\x1f\x6d\xb5\xf0\x9d\x26\x1b\x77\x12\x63\x7d\xe2\x54\xa8\xbf\xcf\xf1\x3c\x67\x4b\x7a\xbd\xe1\xe6\xb7\xba\x08\xd7\x21\x91\x96\xb2\xbc\xb9\x4a\x64\x3f\x8e\x7a\xe8\xaa\x95\x33\x6b\xbb\xef\xef\x51\xef\x86\xb6\xb1\x09\xf5\x36\x21\x63\x30\xac\x56\x8b\x8e\xdc\x00\x70\x72\x58\x63\x9d\x8e\xa3\x45\x21\x67\xf8\xb6\x7f\x4c\x1e\xfa\xe0\x03\xc1\x8b\xfa\xf9\x7b\x99\xa5\x3d\x6e\x9d\xe7\x69\x5b\xec\x7d\x54\xeb\xd3\xda\x19\xaa\xae\xdf\xbe\x7a\x2e\xff\xde\xaa\xfe\xac\xea\xfc\xc3\x62\x89\x6b\x02\x42\x34\xc5\x3c\x53\x4a\xd7\xe2\xec\x46\xd2\xcc\x2e\xf3\xff\x7d\xbf\xa5\x43\x37\x41\xb7\x15\x39\x2c\x3d\x09\x3d\xc7\x7e\xaf\xeb\x70\x14\x32\xa8\xa7\x67\xc7\x69\xff\xcf\x98\xf2\x7e\xb1\xd1\x3f\x0a\xb6\x77\x98\xb2\xff\x1e\x3f\x60\xde\x71\x0f\x09\x5e\xd1\xd6\xe3\x19\x54\xa2\x79\xa2\xad\xc0\x76\x3b\xf3\x17\xcd\x59\x4f\x28\x73\x0b\xa2\x52\x09\x81\xd1\x35\x8f\x4c\xe2\x2d\x5c\xbf\xf9\x71\x55\x9d\xe7\x1b\x10\x5f\xb4\xd4\x2c\x51\x4c\xdc\xd8\xa4\x68\x3b\xea\x11\x6b\x67\xf1\x46\xb9\xd1\xbf\xc8\xf9\xbb\xdb\xb5\x9b\xf5\x8c\x47\x78\x5b\x80\x3d\x95\xc8\xd9\xf8\xe4\x1c\x26\xd8\xd6\xca\xca\xa9\x9a\x4d\xea\xd1\x36\xeb\xc3\x93\x8b\x50\x45\x5d\xf2\x0b\xab\xa8\xd0\xa8\x8c\x49\x2b\xb7\xa3\x2b\xdf\xeb\x66\xdf\x1f\x52\x3b\xb2\xac\x0e\x07\xf8\x9b\xd9\x62\x7f\x9b\x09\x07\x92\xaf\xfd\xa6\xd6\x63\xdf\x0f\x1f\x8e\x86\xff\x1c\xb0\x1b\x23\x19\x01\xa3\xe2\x15\xc9\xd6\x84\x3f\x50\xff\x14\x0f\xcc\xf7\xae\x83\xb5\x86\xfc\xe0\x5c\xf2\xc5\x89\x77\xff\x04\xc3\xb0\x86\xa6\xdd\x52\xb7\x89\xf4\x1a\x3c\x26\x74\xcc\xfd\x79\x7e\xb3\xce\x99\xf6\x66\x4c\x44\x89\xb5\x09\x78\x3c\x25\x33\x30\x0f\x25\xc6\x09\x50\x37\xf4\xa2\xf2\x7a\xad\x21\x16\x92\xca\x7c\xec\xe4\xb2\x36\x01\x0b\x22\xb1\x22\x7d\x33\x98\xfe\x3a\x2d\x0a\xb2\xe8\x8b\xbc\x2f\x3f\xbf\xd7\xeb\xf8\xbe\xaf\x56\xb6\x7f\xb3\x29\x44\xff\x8a\xf4\xd3\xbe\x86\xd7\x13\xfc\x76\xcb\x4f\x93\xf7\xfd\xf8\x36\xdf\x98\xe6\x7f\x7d\xff\xdd\x96\x94\x7f\x7d\x8f\xde\x97\x73\x90\x75\x0a\xb4\x2d\x1d\xb9\x26\x48\x34\x79\x15\xfc\xd6\x9d\x3f\xc1\xd1\xd9\xe2\x96\xa5\x37\x74\x6e\xb7\xd1\x4c\xd5\x9b\xd6\x24\xb0\x4e\x8d\xa6\x67\x69\x26\xa2\x71\x97\x9a\x51\xf0\xac\x5f\x13\x71\xa6\xde\xb7\x21\x35\xc1\x3c\x67\xc5\x26\x3b\xdb\xd0\x07\xba\x0e\x61\x1f\x29\xcf\xd9\xb7\x30\x53\xbf\x17\xd2\xb6\xe2\x64\x79\x26\x72\x7b\x90\xf4\xef\x3b\x9c\x23\xd7\x5c\xb5\xe6\x72\x40\x9a\x0f\xe7\x33\x79\x5b\x4a\x7c\x42\xc3\x6b\xc2\x08\x4f\x05\xf9\xe5\xed\x2b\x79\x4c\x1a\x5e\x87\x98\x27\x31\x49\x88\x49\x57\x8e\x86\xc5\x8a\x2e\x45\x8c\x30\x4b\xc8\x94\xe8\xc0\x08\x67\xe7\xb3\x9e\x48\xd8\x60\xc0\x86\xb4\xf8\x3f\x1b\xc2\x6f\x7f\x4e\x79\x7a\x53\x4c\xc8\x70\x9d\xaf\x63\x34\x84\x85\x2d\xc6\x5b\x93\x32\x6b\xca\x31\xc1\x62\x56\x82\xfb\xf4\x1d\x08\x80\x5c\xa8\x77\x79\x22\xda\xcc\xcf\x83\x84\xc1\x1c\x69\x48\x38\x6f\x83\x6f\xac\xd5\x48\xb5\xf5\xb5\xf9\x8d\xc6\x36\xb6\xec\x41\x03\x66\xbb\x8b\xc7\xed\xde\xd7\x24\xd9\x10\x96\xaf\x19\x7f\x4f\x91\x9c\x46\x56\xb4\x87\xc1\xac\x68\x0f\x67\x13\xf7\xc7\x58\x0c\x45\xca\xaf\x89\x50\x89\x22\x9d\xa4\x05\x2f\xb5\x31\x74\x42\x74\x6a\x8f\x8f\x84\x09\x43\x48\x55\x9b\x84\x6b\xdf\x53\xe7\x9b\x63\x15\x0e\xfb\xa7\xe0\x6e\x78\xa6\x10\x07\x26\x5a\xde\xa4\xb7\x57\xe4\x4f\x29\x5b\x64\x36\x1b\x60\xb1\xca\x37\xd9\xc2\x7c\xd3\xd1\x5d\x56\xfa\x67\xe9\x97\xfa\x39\x6c\x8b\x5f\xd8\x4d\xbe\xa0\x4b\x4a\x16\xaf\xc8\x52\x3c\xcd\xe8\xfc\x83\x85\x40\x8b\xd7\xb9\x78\x79\xcd\x72\x4e\x16\x0e\xd8\xe2\x75\xfe\x0e\x86\xfb\x63\x96\xb2\x0f\x7e\xc1\x13\xd8\x48\x85\x55\x7e\xc9\xb3\xfc\x13\xf8\x88\xfa\xd0\x5f\x51\xf6\xe1\xa9\x21\x83\xb6\x48\xbe\xbe\xaf\x19\xfd\x3b\xf9\x85\x67\x10\xb1\xc4\x9d\xec\xe5\x35\x11\x6f\x25\x2b\xcb\x63\xe4\xfb\x18\x1a\x8f\xa3\x5f\x78\xa6\xdd\x3d\xdf\xe6\x10\x61\xde\xd9\x84\xe1\x9a\xc3\xbf\x26\x20\x16\x2a\x5b\xd6\xc0\xf5\x62\x82\x16\xfa\x5c\x9e\x54\x51\x30\xc8\xf0\xd3\x8a\xce\x57\x83\xc1\x79\xf5\x43\xb2\xa9\x73\xc1\x33\x88\x9a\x4d\x20\xe3\xd6\x9f\xc9\x2d\xb8\x7b\xd7\x96\xcd\xed\xa0\xb9\xfd\x1a\xb1\x74\x9f\x64\xb7\x8b\x2e\xaf\x64\xbb\x08\xba\x52\x98\xe0\xef\x8f\xde\xd8\x93\x30\xc0\x29\xb8\x1d\x98\x83\x78\x46\xa1\x55\x34\x2b\x03\xbb\xd6\x09\x90\x3a\xd7\xa9\x0a\x85\xa8\xc1\x54\x5b\xbc\x1f\xc4\x70\xa1\x2b\x96\x21\x1c\xd0\xeb\x72\x72\x8e\x85\xb7\x38\x74\xa1\xc3\x2c\x3b\xa1\x29\x02\x47\xce\x52\xf2\xb3\x8f\x94\x7c\x3a\x53\x4f\x06\x7e\x3b\xbe\x49\x29\x8b\x10\xe4\x58\x48\xf8\x60\xe0\xc5\x80\x52\xb4\xd0\x1b\x47\x69\x56\xbe\xf4\x91\xd1\xdd\xb5\x0d\xcf\xb0\x48\x4e\xce\xe5\xb8\x88\x37\x2e\x17\x47\x4d\xe8\x11\xf5\x2d\x17\x00\x06\xd3\x64\x94\xb8\x99\x0c\x98\x0d\xb6\x18\x40\x60\x9c\x26\x7c\x78\x09\xef\x37\xfb\xef\x4f\x74\xce\xf3\x8c\x5e\xed\x76\x55\x91\xfa\xa7\x27\x12\x3a\x18\xa4\xd5\x29\xe2\xd5\x9f\x71\x5e\xf1\x38\x65\xa0\xa7\xe6\xf4\x9a\x63\xaf\xfc\xbc\x8a\xcd\x55\x21\x78\x2c\xec\x1d\x87\x4a\x77\xe6\x7e\x52\xea\x3d\x5b\x65\x2e\x5d\x35\xfe\xc8\x40\xd1\xfd\xb9\x63\xf2\x0e\x3f\x38\x17\x72\x59\xed\xed\x2b\xeb\xff\x13\x3d\x50\x47\x64\xbe\x4a\xf9\x13\x11\x57\xf7\x2f\x1a\x0c\x62\x72\x9a\x44\x0f\x22\x84\x49\x19\x78\x23\x52\x06\x28\x23\xaf\x25\xab\xed\x7f\x90\x5f\xa9\x18\x1d\x67\xe9\xe2\xa6\x2e\x09\x04\xc7\xf3\x42\x3d\xcb\xcf\x6a\x15\xbf\xb5\x0f\xd9\xbe\x8b\x4d\x13\x4a\x83\xe0\x10\xb5\xb6\xe2\xb2\xd2\xc5\xa2\x8a\xa1\x69\xee\x78\x4d\x78\xd3\xc5\xe2\xb9\x9c\xd4\xd3\x54\x45\x67\x01\x46\x00\x33\xa7\xf4\x33\x15\x4e\x21\xb3\x61\x66\xf5\x8e\xea\x55\x50\x51\x30\x02\xd0\x44\x6d\x6c\xa1\x1e\x75\x4b\xbf\xa7\x60\xc3\x7a\x95\x72\xc3\xcc\x00\xea\xd5\xab\x12\x3f\xdf\xcd\xc2\x4f\x6b\x63\xeb\x9b\xef\xb5\xec\x38\x1d\xb1\x86\xa7\xcb\x10\xc2\xc8\xcf\xeb\x3c\xcf\x1c\x7b\x9e\xaa\xf1\x46\xd0\xac\x78\x40\x0b\xf7\xe3\xb7\x48\x87\x51\x88\x94\x8b\xb7\x4f\x5e\xf8\x3e\xf8\x4e\x3c\xe5\x8c\x88\x6d\x21\x89\x4b\x26\x19\xf7\x27\x9c\xa4\xe3\x0c\x9b\x11\xbd\xcb\x33\xc2\xe5\x0a\x8d\x37\xf6\xdb\xc5\xfa\x76\x3c\x4f\x4e\xce\xcb\x84\xe9\xd8\x1c\x8b\x24\x9b\x2c\xf2\x39\x2c\xdb\xf0\xbf\x25\xb7\x7b\x41\x94\xe1\x52\x9c\x21\x1d\x7c\x10\xaf\x92\xc5\x64\x31\xcc\x97\xcb\x82\x88\x3f\x11\x7a\xbd\x12\xa7\x0b\x79\xa6\x7f\xcc\x37\x90\xca\xfa\x29\xe4\x52\x7b\x4b\xe6\x42\x5e\xf4\xf9\x7a\xfc\x89\xb2\x45\xfe\x69\x48\x19\x23\x5c\x35\xc0\x4b\xd9\x91\x86\xf1\x2b\x5d\x88\xd5\x1e\x10\x19\x59\x0a\x0f\x06\x34\xc0\xeb\x44\xb4\x35\x91\x84\x7d\x5d\x25\x7d\x11\x26\x7e\x8b\x4a\xbb\xa0\x2e\x42\x67\xb7\xce\x88\xc4\x64\xb2\x88\xd0\xa3\x80\x7d\x8f\x09\xd1\xd9\xe0\x35\xff\x18\xe4\x35\xff\xe8\x65\xe0\xfd\xe3\x4c\xaf\x6c\x9a\xc4\x27\xf9\x6e\x17\x2d\xd3\xac\x20\xf2\x19\x9a\x4b\xa6\x09\x17\x49\x24\xf8\x46\x7d\x18\x0c\x4e\x44\x2f\x95\xd4\xce\x04\xa5\x39\x34\x5e\x7c\x32\x42\x98\xc5\x08\xf5\x8a\xc1\x20\xa6\x31\xc4\xa6\x3a\xa2\xf5\x39\x42\x25\x8a\x21\xb8\xa9\xb5\x33\x41\xf1\x1a\x6c\x98\x36\x08\xcf\x01\xb7\x18\xc2\xf3\xdd\x4e\x0d\xf3\x24\x49\xd8\x24\x8d\xc9\xf0\x8a\x32\x95\x4d\x0f\x0b\x7c\x07\xa4\x2b\x2d\xd6\xa2\x31\xa4\x91\xba\x13\xa1\xbc\xe4\xe9\xf2\xe7\x3c\xcf\x7c\x42\xa9\x99\x46\xf5\x16\xd7\xa2\xc9\x5b\x37\x02\x38\x50\xd2\x5a\x7e\x43\x0d\x49\x52\xa7\x1a\xe9\x80\x14\x19\x6d\xd5\x75\x61\xc9\xc9\x4d\xfe\xb1\x91\xb5\xd1\xd4\xd2\xa5\x3e\x5c\xae\x63\xc3\xd4\xab\xca\xaf\xa1\x7c\xfc\xa6\x46\x21\xf2\x75\x0d\xd4\x1e\x7a\x5d\x5b\x06\x1d\x7a\x5b\x53\x1f\x1d\x8a\x71\x5b\x06\x97\x4c\xe5\x6c\x41\x78\x4b\x5c\xd8\x63\x70\xe1\x6f\xa7\xf3\x5f\xa5\x43\x07\xb4\xea\xef\x00\xfd\xbe\xe2\x24\xfd\xb0\xce\x29\xc4\xf1\xbf\xff\x27\xea\xf6\x26\xbf\xa2\x19\x19\x47\xf1\x4d\xfa\xf9\xec\x93\xa4\x4e\xe3\xfe\xbf\xfe\xcb\xbf\xae\x3f\xa3\x08\x83\x71\x83\x90\x65\x94\x55\x65\xff\x7b\xfd\x19\xf5\x53\xb6\xe8\xbb\x4d\xfe\xed\xdf\xce\xa1\xc9\x82\x14\x1f\x24\xdd\xf4\xda\xfc\xdb\xbf\x3d\x0c\xb5\x39\x7f\x38\x1a\xc9\x46\x07\x56\x68\x8f\x65\x6a\x55\x09\x94\xa6\xc5\x83\x3d\xf7\xd8\xb7\x76\xa9\xdf\x2f\x8d\xf0\x27\x64\x0c\x3a\x78\xf1\xc0\x92\x36\x25\x3c\x3b\x34\x4f\x75\x63\xcf\x53\x76\xb6\x29\xc8\xd9\x22\xff\x06\x71\x4d\xaa\xe1\x41\xc2\xaa\x96\x40\x58\x5b\x33\xa4\xe7\x4c\x62\x09\x44\x9d\x32\x9f\x9e\xd1\xc5\x05\xd0\x55\xf7\xa3\x24\x9e\x27\xe7\xd5\x4f\xa8\x70\x41\xe0\x29\xfd\x91\x8a\xdb\x71\x55\xf6\x96\x2c\x39\x29\x56\x6f\x53\x41\xc6\xe7\xa3\x0a\xc4\x2b\x5a\x08\xc2\x08\x2f\xc6\xd3\x2d\x44\x70\xfb\x6c\x2e\x57\x0c\xcf\xe5\x71\xa4\xc8\x79\x54\xe2\x96\x72\x4e\x0a\xfa\x77\x12\x95\xb3\x00\x9d\xdf\x4a\xbc\x1d\x61\xb8\xb2\x47\xf8\x2a\x17\x22\xbf\x19\x8f\x30\x97\x97\xfe\x78\x54\x62\x97\xf5\x7e\xb7\x92\x03\xcc\xb3\xc5\x78\x84\x6b\x57\x08\xdb\x64\x59\xe9\x66\xc0\x32\x97\x39\x71\x6e\xda\xf3\xd9\x6e\x57\xfd\x1a\xcd\xb0\x48\x88\x24\xa0\x79\xf6\x91\xf8\x2a\x29\x85\x16\x63\x57\xa6\x8a\xb0\x5d\xfc\xa7\xaa\x94\x25\xdb\xb2\x4c\x04\xa6\x89\x17\xa8\x76\x5b\x02\xc7\xdd\x73\xb5\x58\x1a\x9e\x7b\x50\x30\xc5\x5b\xc5\x84\x0a\x2a\x97\xfc\xe4\xbc\x44\xa5\xc5\xeb\xc1\x80\x0f\x1b\x1b\xa0\xa2\x2c\xda\x45\x36\x7c\x97\x59\x66\x91\x6f\xe6\x2b\x79\x71\x44\xa5\x09\x33\xb4\x55\xae\xd6\x0d\x74\xaf\xb0\x6d\xcc\xca\xde\xde\x48\x40\x07\xce\xfb\x81\x93\x13\x62\x94\x3b\x1d\xb0\xc3\xb5\x78\xba\xdc\x53\x6b\x49\xd9\x02\xe4\xeb\x1d\x20\x05\x9f\x77\xfb\xda\xad\xc8\xfc\xc3\x99\xc2\xc0\xb3\x05\xe5\x44\x0b\x47\xda\x8c\xbd\xbf\x51\x22\x9f\x22\xd9\x96\x38\x4b\xb6\xa5\x4e\x3f\xa3\xb0\x10\x4c\x3e\xac\xd3\xfd\xe5\x82\x5c\xe5\x1b\x36\x27\x8b\xe7\x12\x49\x94\x6c\x90\xab\x28\x22\x97\x92\x33\x50\xc8\x65\x22\xdc\xb1\xbf\xe8\x99\xb6\x05\x27\xb1\xf4\xe7\x33\x15\x64\x51\x0b\x11\x34\x64\xb9\x88\xa3\x8a\x44\x69\x1e\xd9\x49\x34\x85\x0f\x29\xa4\x7a\x4a\x04\xe0\x1f\x28\x03\xf1\x97\x82\xbc\x7d\xf2\x62\x0c\x89\x5a\x2d\xf3\xe9\x8c\x49\x75\xe8\xd2\x3b\x87\x76\xcd\x34\x0f\x71\x79\xb5\xa1\xd9\x42\xeb\xab\x25\x27\x5c\xeb\x8d\x60\xb7\xbf\x97\x0e\x6a\xbc\xd1\x98\x21\x07\x90\x3b\x03\x28\x11\x0e\x66\x1c\x50\x22\xf3\xaa\x4c\xc7\x34\xb9\x24\x1f\xed\xb8\x9e\x66\x79\xb1\xe1\x10\x94\x71\x86\x20\xd0\xdc\x4b\x56\x10\x2e\x9e\x2b\x46\x27\x06\x75\x5b\xbb\xf6\xee\xa4\x62\xc2\x15\x1f\xd9\xab\x07\x50\xa9\xdd\x17\x91\x11\xbc\x7e\x4a\xc5\x7c\x65\x7a\xa9\x37\x32\x6a\x29\x84\x4a\xec\x64\x84\xad\x06\x75\x40\x9f\x78\xb9\x61\x92\xdd\xb7\x8b\xbf\xb7\x83\xda\x7e\x68\x19\x50\xe3\xed\x34\x0a\xbe\x9d\x46\xae\x9c\x7e\x34\x1b\x6f\xcb\xbd\x09\x40\x7b\xcd\x2c\x11\x76\xd7\x6d\x1a\xcc\x10\xb1\x86\x95\x70\x97\xcc\xa6\x1f\x2f\x88\x78\xa9\x88\xa9\x39\x3a\x71\x95\x15\x7b\xb1\x30\x38\xf3\x72\xf9\x3a\x97\x97\xb1\xce\xb5\xd0\xb6\x4d\xf6\x0e\x8f\xaa\xa8\x85\xe0\x86\x13\x47\xd3\x46\x9d\x59\xff\xdd\x8a\x16\x7d\xb9\x43\xfd\x2b\xd2\x87\x87\x62\xff\xea\xb6\xaf\x51\x42\xc5\x81\x25\x7d\x46\x3e\x8b\xfe\x4d\xfa\xb7\x9c\xf7\x39\x01\xf7\x8b\xc8\x0c\x50\xee\x92\x82\xf5\xcc\x50\x31\xb3\x69\x8d\x3d\x6b\x65\x21\x22\x84\x10\x6e\xab\xdd\x72\x84\x22\xe4\x25\x1f\xa9\x37\x79\xfb\xe4\xc5\xbe\x1a\x16\xb1\x6a\xa9\x1f\x33\x22\xec\xe5\xc8\xf5\xad\xc8\xca\x44\xf4\x9a\x81\x85\x7c\xf6\x41\x76\xc6\x9d\x35\xa9\x30\x57\xa5\x18\xd1\x19\x07\x5b\x76\x73\xdb\xba\x54\xeb\x5b\x09\xd9\x88\xd4\x4c\xeb\x26\x89\x84\xae\xf5\x1a\xf2\x0d\x73\x1e\xcb\x91\x3e\x4b\x2f\x97\xb6\x2e\x81\x53\x13\xc4\xbb\xad\xe1\x13\xb5\xde\x45\x1f\x5c\xb2\xd0\x83\xb0\x5f\x28\xbb\x56\x51\xda\x76\x3b\x93\x0f\xb4\x67\x84\x1f\xf5\xd9\x54\x97\x82\x0a\xed\x76\xf4\x56\xfb\x07\x4e\xce\xaf\x98\xaf\x88\xbc\xe6\xde\xb0\x39\x89\xa3\x74\x29\x08\x7f\x4b\xd8\x42\x5e\xba\x00\x33\x46\xc9\xe3\x6d\xe3\x20\xb7\x6c\x5d\x20\x6c\x54\x83\xcd\x8c\x90\xe5\xd2\xdc\x89\x05\x58\xcb\x08\xf5\x98\x4f\x1d\x89\xe4\xd3\x42\x4c\x28\x0d\xb0\xb3\xbc\xce\x98\x8a\x32\xb8\xaf\x0a\xd7\x72\x06\xbb\xea\x2e\x1b\xda\x5f\xfd\x33\x15\x5e\x6d\x54\xaa\x70\x7b\x87\x0e\xd3\x1d\xf7\xc0\xd2\xb8\xbf\xf8\x18\x0b\x89\xb9\x7a\x5b\x66\x65\x8c\x31\xb2\x6f\x94\x83\xfb\xd5\xdc\x89\xd0\x7e\xe5\xad\xb5\xe0\x58\xe1\x34\xf1\xb0\xa4\x03\xc6\xab\xf4\xcf\x4a\x76\x46\x3a\x4b\xf8\x7a\x62\xb7\x3b\xc9\x07\x83\x13\xbe\xdb\xc5\xf5\xbb\xbc\x71\x90\x4f\x46\xc6\xa6\xc6\xe4\xc3\x5f\x50\x25\x6b\xf9\x8b\x7b\x97\x14\x6a\xf0\x27\x71\x87\x61\xa3\xc1\x20\xb7\x97\xc1\xbe\xae\xcf\x43\x5d\x7f\xa6\xc2\xed\xf9\x11\x64\x8e\x35\xbb\x86\x24\x72\xd7\x10\x96\x07\xb0\x9a\x7a\xef\xc9\xbc\x04\xff\x45\x26\x69\xda\xdb\x27\x2f\x14\x9a\x42\x96\xe5\x05\xc2\x4c\x0b\xaf\xea\x05\xa8\x54\x44\xab\x89\x48\x9d\x0f\x7a\x9b\xa0\xf9\x50\x3b\x2b\x87\xe6\x89\x98\x08\x5f\x0e\xdd\x2a\x11\x6e\x93\x43\x33\x07\x86\x92\x43\xb7\x83\x68\x91\x43\x53\x85\x7d\x61\x39\xb4\x89\xa5\x7e\xa9\x77\xf1\x19\x5d\x3c\x99\xcf\x49\x51\x58\x32\xbf\x8f\x3e\x0f\x69\xf1\xd2\xfe\x8c\x29\x3c\x41\x3a\x1c\xb6\xf6\xfb\xdb\x32\xf1\x7b\xaf\x78\x20\x31\x83\x41\x83\x0a\xf9\x2f\x0c\x59\x65\xef\xe0\x15\x3e\xb5\x71\x8b\x2f\x17\xd1\x3e\xe2\xd8\xc4\x2d\x79\x53\xca\xab\x32\x40\x65\xad\x16\x68\xef\xc9\x33\x1c\xc8\x17\x9e\x77\x35\x84\x1a\xe5\xfe\x7a\x23\x38\x7c\xec\x4b\xec\x60\x53\x8d\xdf\xfb\x52\x8e\x5b\x25\xd2\x6a\xb6\x3e\x0f\xb6\x3e\x77\x5b\x9f\xcf\xc6\xe7\xad\xb7\x86\xbb\xe9\x2c\x29\xa6\x7c\x86\x69\x92\xc9\x7f\xf2\x04\x64\x46\x64\xa8\xce\xf9\xbb\x7c\xad\xa4\x47\xe6\xc3\x2b\xb2\x14\x25\xde\x24\xf1\x08\xa7\xd5\x2b\x4d\x3e\xc4\x05\xea\x6d\x06\x83\xcd\x49\x92\xb0\x26\x26\x86\x59\xf0\xc6\xca\xea\x32\xbc\x41\x58\x0e\x2a\xd9\x20\x2c\x47\x95\xe4\xde\x22\xd7\x8e\xec\xd1\x6b\xec\x6a\x84\x40\x4e\xd5\x5c\x5f\x7f\x21\xb5\x60\xc0\xbc\x16\x0f\xdc\x28\x9a\xe3\xd3\x56\x98\x51\xef\x44\x0c\x06\x04\xf2\x9b\x04\xd0\x17\x8b\xc1\xe0\xc4\x29\xf5\x50\x0b\xb7\x72\x1e\x70\x4b\x0f\x06\xa2\x03\x0a\x13\x50\x43\x79\x4b\x0d\xc9\xc6\x6b\xac\xef\x3e\x56\xdb\xd2\x29\x4b\x3f\xeb\x6f\x50\x62\xd3\x11\xc9\xeb\xe9\x10\x2f\xde\xe4\xbb\x9b\x0f\xf9\xd0\x51\x84\x3c\xe7\x9e\xc8\x45\x8e\x7a\x99\xf3\x58\x59\xfa\xd7\xf7\x11\x73\x50\x34\xa9\xc0\xcc\xe2\xf1\xf9\x44\x9c\x9d\x8f\x47\x12\xe5\xcf\x1f\xb1\x1f\xc4\x23\x76\x7a\x8a\xf8\x94\x9d\x9d\xcf\x1c\xfc\x60\xb3\x5e\x45\x07\x4d\x6f\xb1\xe5\xda\xe4\x1f\x53\x32\x93\x2f\x73\xde\x4e\xb6\x1d\x71\xaf\x7e\x87\xef\x79\x0c\x7e\x21\x91\x38\x6f\xbe\xca\x5b\xdf\x61\x5a\x74\xcc\x13\xc8\x90\x68\xcf\xaf\x40\xca\x46\x2e\x2c\xd0\x4a\x42\x65\xde\x33\xaa\x95\x00\x46\x98\x03\x02\x82\x9d\x81\x6c\x66\x27\x6d\xe4\xda\x78\x4f\xc7\x78\xbb\x4e\x8b\x82\x7e\xd4\x41\xc4\x0c\xce\xb6\xaf\xa3\x91\x4a\xef\xa3\x77\x5f\xb6\x4c\x3a\x4f\x0f\xa0\xf9\x97\x4e\xc8\x64\x85\xc9\x9c\x0c\x31\x2a\xff\x14\xae\x3d\x94\x7f\xd3\x6b\x04\x5a\xdf\xd9\xb8\x13\x5a\xb3\xda\x42\x12\xf9\x02\x31\xa7\xa9\xbe\x56\x71\x14\x60\x37\x22\xcc\x0d\x8e\x06\x24\x7c\x5a\x76\xaf\x84\x12\x02\x3b\x35\xc6\x79\x89\x14\x33\xed\xef\x96\xc0\xb9\xa4\x28\x16\xa7\x5c\x52\xb6\xb5\xef\xf0\xa2\x8d\xd9\x02\xd6\xe4\xe8\xb7\x7a\xfb\xbd\xe8\x48\x10\xf7\x32\x71\xd6\xfe\x26\xd4\x81\x5c\xd6\x7d\x6f\xd5\x63\x07\x65\x9f\xb7\x5d\xce\x55\x43\xea\xe6\x8d\xdb\x3e\x5b\xe4\xdb\xf6\x37\x17\x67\x91\x9a\x38\xcb\x28\x79\x78\x99\x90\x5e\x17\xfa\x20\xb4\xd1\x71\x9d\x3c\xe0\xad\x8f\x7a\x49\x3b\xc6\x2e\x25\xf9\x24\xc9\x63\x0e\xef\x65\xe8\x1f\xed\x76\xdb\xb2\xc7\x82\xd4\x85\x6b\x7c\xed\x28\xdd\x74\x6f\xe9\x56\x72\xe9\xdb\x9b\x07\x12\x1d\x79\xda\x29\x65\xdb\xcb\x0f\x2a\xa8\x4c\xc5\x08\x47\xcb\xb4\x10\x67\x0b\x42\xd6\x67\xe4\xbf\x37\x69\xc3\x39\xbc\x61\x86\x25\x6f\x71\x27\x84\x4f\xa5\x71\xdc\x28\x35\x70\x23\x63\x83\xd6\xce\x80\x2e\xa8\x16\x51\x7b\x7f\xdd\x6d\x89\xf3\xc4\x4d\xc5\x48\x54\xb6\x33\x96\x8c\x1e\xb1\x1f\x72\x4d\xe2\x14\x83\x90\xe4\x90\xaa\xcc\xda\x98\x72\xf4\x38\x19\xed\x76\x31\x95\x9c\x29\xc4\x45\xb7\xc9\xbc\x4b\xe8\xdb\x09\x2d\xa4\x24\xe4\x46\x0d\x75\x71\x7b\x73\x95\x67\x85\x72\x4c\xb4\xfd\x07\xeb\xdc\x61\x40\x8d\xf0\xd2\x26\x31\xc9\xcb\xe2\xb9\x75\x20\x31\x6e\x8c\x90\xb8\xa7\x9a\x41\x69\x67\x60\xd7\x7c\x6e\xb6\xc8\x89\x4d\xde\x27\x93\x36\xfd\x9a\x30\x4a\x35\x8e\x7d\x77\x15\x3f\x8a\x84\x1b\x61\x62\x54\xa2\x31\x64\xee\xe3\x98\x54\xfd\x2e\x5c\x5b\x2f\xb5\x50\xd6\x9b\xa3\xef\x6e\x19\xab\x0e\xb4\x67\x58\x92\x43\x7e\x6e\x48\xf1\x86\x70\x3e\xac\x46\x93\x9c\x9c\xb8\x3f\x71\x3e\x74\xc7\x06\xa5\xee\x07\x1c\x47\x1f\x4d\x86\xf9\x7c\xb7\xcb\x1d\x2b\x02\x58\xbd\x7c\x68\xa6\x92\xc8\xdb\x20\x4f\xb8\xf1\x5d\x19\x72\xf2\x51\x92\x31\xf8\x6b\xb1\x99\x13\x67\x80\xae\xbd\xa8\x39\x05\xbb\x1d\x2f\x11\xce\x11\xa6\xce\x95\xea\xf5\x07\xdd\xc1\x68\xfc\xef\x13\xef\x97\xda\x5c\x6a\x45\x32\x5e\xa1\x56\x6f\xa2\x2a\xd5\x5c\xbd\x87\xf6\xad\xcd\x21\x2a\x3f\xa4\x3c\xcf\xbf\xc4\x8d\x4e\x3f\xa4\x24\xf1\x5c\x25\xb1\x91\x86\xfb\x7a\x50\x2b\xc1\xbc\x54\x66\xf1\x56\x56\x69\x7e\x67\xca\x04\xad\xaf\xbc\x6d\x8a\xca\xd4\xac\x66\x94\x26\x71\x47\xa3\x52\x2f\xa4\x4d\x53\xb6\xd0\x58\x24\xee\x55\xa5\xcd\xcc\x71\xcc\x93\x02\xd9\x90\xed\x21\x6c\x77\xb0\x9c\xbb\x58\xe5\xe1\x3b\xf7\x31\xca\xe2\x3e\xb7\xb8\xa3\xa3\xaa\x70\x6f\x57\x79\x73\x57\x99\xd9\xd5\x12\xe1\xb9\x26\xfd\x0c\x22\xb8\x44\x9e\x2e\xcd\x16\x66\x69\x21\xb4\xe2\x2f\xd2\x7b\x0e\x19\xf5\xfa\xb9\xd5\x06\x9a\x6b\x5d\xe9\x50\xf8\x75\x31\x94\x10\x17\x78\xab\x85\x3a\x63\x81\x95\x6c\x45\xdd\x8c\x1a\x6b\x25\x31\x9e\x46\xba\x4a\x84\x23\x55\x25\x9a\x29\xe8\xab\xb4\xb8\x10\x69\x46\x2a\x9d\xa3\x71\xf8\xf0\xac\x1a\xa1\x4b\x3d\x12\xc5\x31\x3b\xe3\x45\x25\xc4\xca\x4a\x05\x79\x62\xb6\x2b\x46\xdb\x52\x77\x69\x84\x3b\xd5\x80\x87\xba\xc4\x18\x58\x37\x0a\xf4\x12\xda\xb4\xe4\x9a\x6f\x41\xa5\x1a\x7b\x18\xe2\x67\x2a\x82\x00\x3f\x53\xd1\x0a\x0f\x5c\xe2\x7f\x4d\xc5\x7c\x45\x1c\x03\x72\x83\x5d\xbe\xea\xc3\x6d\x89\x9b\xeb\xa1\x87\x6e\x7f\x7c\xa6\x02\x35\x56\x2a\x71\xdb\x19\x2b\xec\xf6\xfe\x25\x13\x0b\xa5\x90\x75\xd4\x1b\xb9\xd2\x8e\x0b\x39\xaf\xff\x8f\xbd\xb7\xeb\x72\x23\xb9\x0e\x04\xdf\xeb\x57\xa0\x72\x29\x28\x53\x15\x00\x81\x2a\xb2\x9b\x0d\x32\x59\x62\xf3\x43\x4d\x75\xf3\x63\xc8\x6a\xb5\x24\x08\x2e\x66\x21\xa3\x0a\xd1\x4c\x44\xa2\x23\x03\xc5\xaa\x06\xf2\x1c\x8f\xc7\xe3\xf5\x78\x6c\xef\x6c\x7b\xcf\x7a\xce\x1e\x5b\xc7\xab\xf5\x7a\x34\x5e\x9f\x59\x7b\x8e\xd7\xdb\x63\x7b\x3c\x0f\xea\x95\x34\x3f\xa3\xfb\x51\x2f\xfb\x17\xe6\xc4\x67\x46\x64\x46\x02\x28\x54\xb1\xd4\xad\x11\x1f\x58\x81\xc8\xf8\xbc\x71\x23\xe2\xde\x1b\xf7\x43\x99\x43\x59\x73\x61\x05\xde\x9f\x94\xd7\x84\x4a\xc3\x24\x73\xc9\x95\x90\xa0\x3c\x1a\xe0\x68\x95\x37\xfb\x0c\x0e\x21\x3a\xae\xb6\xeb\x40\x02\x1e\x8c\xfa\x99\x52\xef\x74\x76\x93\xe7\x20\x0b\x63\xdf\x8f\xc2\x24\x28\x2e\x43\x8b\x1e\x05\xec\xfe\x9c\x95\x2f\xa6\x3a\x47\x48\x1d\x43\xa1\x47\x28\x77\x30\xd6\xcd\x8f\xcc\xc6\xf5\x6e\xe8\xa3\x01\x70\xde\xeb\xf7\x60\x36\x24\x68\xc2\x8e\x26\x67\xcd\x00\x18\xd9\xae\xf6\xd9\x1e\x03\xfd\xf4\xec\xcd\xb3\x8a\xa5\xd6\x23\x93\xf0\x1b\x2d\x26\xfc\xe4\xb1\x7c\x26\xc5\x24\xa7\x12\xfe\x79\x95\x8e\xce\xae\x50\x54\x6b\x7e\xb2\x9a\x2e\xd5\x6a\xd1\x41\x2e\x4a\xe1\x48\x3e\xb9\xe5\x1b\xe2\x76\x2b\xee\x37\x71\xfb\x49\x4f\x5f\xca\xe8\x5c\x84\x2e\xe5\x3f\xec\x5b\xad\xcc\xb8\x2a\xcb\x2d\x0f\x18\x3a\xd7\xab\x6a\x02\x11\x53\x11\xe7\x22\x35\x7c\xf0\xca\x1a\x3e\x39\x7f\x4e\x73\xb2\xbb\xf2\x00\x50\x8b\x7b\x87\x2d\x1a\x17\xf8\x69\x9e\x2c\x2f\x5e\x50\x45\x59\x12\x1d\x16\xc5\xb4\x9a\x51\x5e\xd6\x3e\x11\xf1\x8c\xd6\x94\x97\xcc\x72\xa7\xb4\xc4\x16\x8b\x48\x0a\x0d\x57\x0b\xee\x18\x05\x77\x2a\xb2\xe7\x25\xb0\x75\x81\x44\xca\xa8\x17\xc0\x51\x62\x20\x12\xb7\x89\x58\x60\xf9\x51\x2d\x34\x0d\x36\xaa\xaf\xdb\xae\x97\xed\xe2\x90\x77\xf5\x05\x20\xe0\xef\x66\x41\x0e\x93\x4c\xc6\x43\x56\x6b\x62\x8e\x93\x2f\x19\x38\x43\x8f\xfb\xa2\x5a\x74\x08\x94\x51\x96\x24\x57\x0a\x5a\xc6\x65\x99\x65\x48\x31\x61\xa0\x88\x1d\xea\xb0\xd2\xb2\x0a\xe6\x8b\x74\xfc\x97\xac\xd0\x6e\x75\x81\xdc\xd6\x5b\x3d\x0b\x38\x67\xb6\xf0\x5a\x73\x18\xe5\xc6\x1c\xa3\xa8\x98\x8b\x45\x71\xbc\x97\x2a\xb3\x01\x63\x08\xea\xe8\xd1\xe6\xc8\x96\x11\xc2\x2c\xb5\x51\xac\x47\x73\x49\x3f\xb9\x65\x5b\xca\xd6\x6e\xa5\x87\x3d\x5f\xad\x61\x69\x60\xc0\x3d\x6d\xdd\x7a\x90\x3b\xb1\x5f\x1c\x09\x35\x9a\x2a\x34\xac\x28\x4c\x13\xce\x2c\x39\xde\xfa\x85\x56\x33\xd4\x1b\x4e\xb9\xef\xd0\xc1\x4f\x49\xdd\x3b\x3c\x09\x7a\x96\xb1\xed\x3b\x7b\x8f\xde\x93\x27\xd6\x2e\x51\xc7\x09\x7f\xbb\x4b\x43\xa9\xf1\x1d\x85\x5a\xe7\x3b\x0b\x95\xd6\x77\x12\x76\xf2\x10\xab\xcd\x41\xd2\x94\xf6\x10\x60\x7f\x1e\x45\xe4\x08\xe1\xde\x8b\x2b\xb3\x34\x9f\x9c\x34\xae\xcc\x12\xf1\x27\x13\x7f\xa2\x7c\x72\xf2\x02\xd0\x62\xd6\x79\xbe\x4c\x18\x69\x05\xbb\xdb\xb0\x74\x49\x88\x6d\x64\xb2\x51\x0d\x02\x2b\x91\xc6\x5e\xaa\xc2\xfc\x10\x02\xda\x2e\x21\x10\x47\x44\x2e\x62\x2c\x30\xd0\xc0\x5b\x81\xab\xa6\x20\xd2\x2e\xa3\xb0\x54\x55\x91\x66\x42\x30\xc8\xad\x67\x7f\xc5\xcf\x70\x55\x0f\x7d\x89\xd9\x16\x40\x16\x99\x0d\x5d\x67\xb2\xec\x6c\xa9\x38\xd7\x39\x42\x53\x96\x6a\x68\x90\xfa\xea\x01\xcf\x79\xf9\x73\xe6\xdd\x35\x10\xdf\x01\x67\x6d\xce\x59\x21\x27\xac\x72\xb2\xd9\xca\x30\xfd\x32\x24\xb9\x6d\x55\x95\x34\x91\x05\x54\x33\xf9\x57\x45\x5b\x55\x5f\x36\x67\x3d\x95\x48\x48\xe6\xf3\x08\xe0\x10\xb3\x3f\x5c\xd3\xd9\xd4\x16\x12\x24\xa6\x3a\xba\xb4\x92\x8f\xb8\x75\xb8\x02\x90\x8d\x00\xe5\xcf\x81\x15\xb9\x3e\x5b\x4c\xd7\x3b\xac\x02\x2e\xcb\x56\x4b\xbc\xd6\x6e\xfa\xde\x14\x8b\x56\xe2\x62\xe3\x8b\xa7\xb7\xf9\x7c\x53\xaa\xf6\xa8\xe3\xb0\x9a\x23\xd5\xf0\xe5\x21\x68\x72\x34\xf4\x2c\x33\xaf\x61\x27\x7e\xe9\x36\x4b\x15\xef\x76\xe2\x3c\xa5\x25\xa5\xf4\xcd\xae\x92\xcb\x94\xc2\x8c\x7a\xce\xb7\x14\xc4\x23\x7b\x3a\xbf\xdd\xc7\xec\xa4\x90\x05\x4c\xa8\x3c\x8b\x28\x4a\xf9\x87\x76\x6d\x3d\x83\xbb\x94\x0e\x04\xd8\xa9\xa9\x0a\xe3\xa3\x95\xab\x6b\x39\x76\x19\x56\xab\x54\x06\xe5\x5e\xc1\xac\xc6\x5b\x92\x10\x8c\x94\xe6\x78\xbb\x93\xe7\x01\xd8\xec\x28\x7f\x21\xdd\xdc\x17\x38\xe7\xf2\x85\xb7\x84\x8d\xfd\x2a\xe3\x8f\x90\xfb\xf3\x27\x2e\x80\xc2\xbe\x37\x66\x93\x18\xa7\x1f\x7b\xc0\x7b\x05\x0f\x5e\x22\xc6\xcb\xa7\xde\xc0\x78\xa0\x40\xf2\x6c\x6e\x36\x37\x61\x9f\x0e\x6e\x6e\x6d\xe1\x80\x8b\xf6\x61\x1f\xf5\xf1\x60\xcb\x7b\x06\x3f\x9a\xc2\x8c\xde\xc1\x68\xcc\xad\xc0\x1e\x90\x68\x0c\xbd\x01\x80\xe2\x09\x42\x14\xba\xcb\x68\x9b\xa4\x5c\x66\x3e\xb7\xbf\xd7\x34\xa5\x1d\xcb\xf0\x11\xcc\xe7\x9b\xe2\x61\x43\xae\x20\xbb\x0b\x5d\xd5\x80\x37\x74\x75\xba\xe2\x82\xbb\x4d\x95\x2e\xd1\x89\xf5\x45\x28\x06\x38\x98\xd5\x95\x19\x5d\x07\xff\xba\x9a\x5a\x40\xd7\x8a\x63\xee\xe1\x14\x43\x4f\xdc\xd7\x9c\x86\x45\x82\x82\x4d\xf3\x90\x08\xa2\x36\x12\x19\x59\x1e\x42\x90\x08\x1d\x35\xea\xfb\xa8\x15\x05\x57\x71\xf0\x0d\x2c\xbe\x52\xdf\x4f\x5b\x99\xc8\xc9\x59\x07\x49\x9b\xa6\x93\xdb\x1d\xd5\x4b\x9c\xbe\xc2\x9e\xce\xbf\xa5\xf3\xa7\x13\x99\xcb\x5a\x29\x8a\x73\x82\xd9\xf8\x52\x54\x60\xbf\x3c\x49\x5f\xcc\x0e\x93\x34\x25\x3d\x9a\x87\x8f\x22\xba\x44\x96\x56\xb1\x9e\xbb\x54\x77\xe7\x5c\xaa\xb1\x41\x43\xd8\xc6\x69\x0c\xf7\x4e\x27\x30\x0c\xc3\xc7\x69\x0c\xdb\xf7\xdf\xbb\xff\xe8\xfe\xe3\xbd\xfd\xc7\x4f\xee\xdd\x9f\xcf\xab\xdf\xef\x3d\xb9\xfb\xbe\x59\xc0\x64\x44\x3e\xe0\xfb\x6b\x17\xf6\x6a\x18\x17\x33\xdc\xfc\x2a\xd0\x29\x4b\x0d\xbf\x32\x9b\xc9\x2d\xf7\x59\x6d\x2b\x39\x25\x41\xab\xed\xa4\x0e\x40\x0e\x21\x92\xb3\xea\xce\xc0\x96\x2d\x51\x63\xc7\xa5\x92\x67\xd4\x1c\xa3\xe2\x17\xc1\x88\xeb\x66\xf7\xa6\x40\xd8\xb8\x0f\xd9\x16\x8c\x6d\xa1\x5f\xd9\x44\x97\x06\x00\x05\x62\xe3\x8e\x44\xbb\x87\xaa\xdd\x89\x6c\x77\x9c\x87\xb1\x42\x8c\x74\x6b\x74\x3b\xec\x34\x9b\xd1\xd6\x21\xff\xcb\x36\x52\x9b\xa4\x53\x1c\xfb\x59\xd0\x9a\xb4\xa6\xb7\x42\x23\x8b\x04\x56\x89\x24\x68\x8d\x5b\x43\xab\x04\x0e\x0a\xda\x7f\x89\x09\xb4\x0b\x23\x65\x70\xa8\x15\xe2\x47\x5d\x4d\xd0\xc1\xd5\xec\x34\xa3\x96\x25\xac\xf9\x11\x9e\xd0\xab\x92\xc7\x7f\x5d\x37\xfc\xb3\x69\x02\xb3\x10\xb6\x33\x84\x8f\xa6\x49\x44\xd0\xc7\x30\x84\xed\x49\x32\x25\xc2\xe2\x5d\xca\x06\x68\xfb\xa1\x1a\x99\x5d\x93\x5a\x3f\x6b\xfc\x51\x8a\xd8\x41\xde\xc3\x22\x72\x16\xa7\xac\xfc\x20\xbc\xad\x2d\xe9\x26\x04\x0e\x23\x0a\x65\x48\xa3\xa2\xbb\x06\xca\x1a\xfa\x6b\xac\xc3\x14\xc1\x93\x49\x82\x86\x88\x26\xa7\xbd\x06\x1a\x33\x08\x37\x8a\x2a\x87\x24\x1d\x37\xbe\x5e\x82\xe8\xd7\x6f\x7a\x60\xb3\x0b\x66\x28\xee\x95\x81\xdd\x3e\x4a\xd2\x83\x28\xc9\x3c\x30\xc5\x14\x25\x3d\x6f\xa7\xdd\xe1\x11\xc9\xcd\x79\x07\x79\xe5\xd5\xa7\xd6\x01\xa7\x94\xba\xf3\xa5\x03\x9e\x01\xdb\x15\x66\x2e\x6a\x99\x0b\xe2\x07\xab\x03\x61\xd6\x30\x2a\x36\xf2\x0b\x05\x85\xd1\xf2\xfa\xc0\xd0\xa8\xb5\x3a\x28\x74\x95\xb3\x01\x42\x57\xbb\x60\x30\xe8\x76\xdd\x40\x30\x38\xc9\x02\x79\x80\xb9\xa7\x8c\x26\x80\xbd\xf3\x2c\x18\x97\x37\xa9\xbd\xd5\x16\x9d\x3d\xa5\xb3\x83\x1d\x42\xb5\x47\x8f\xf3\x80\xb1\x8f\x97\x9b\xfe\x66\x27\x0c\xe5\xa1\x7d\xff\xf1\x77\xda\xf7\xbf\xbb\x77\xff\xf1\xbd\xfd\xa7\xcf\x9e\xec\x3d\xd9\xfb\xde\xd3\xfb\xcf\x95\x06\x9d\xf3\xa3\x5c\xc6\xa0\x56\x49\x44\x2d\x73\xc1\x88\xad\x86\x24\xe5\x7a\x5f\x2e\x44\xa9\xf0\x8d\x7e\xc7\xc4\x02\xa1\xc5\xc0\xed\x57\x57\xde\x49\x55\x40\xad\x7a\xb4\x54\x40\xf5\xa5\x3b\x5e\xdc\xe0\x32\x8f\x9c\x45\x00\x73\x78\x2d\xb6\x91\x5d\xf9\x2e\x36\x30\x6b\x71\x68\x47\x57\x23\x82\xc6\x1c\x47\x2f\xa1\xf4\x2d\xfe\x3a\x7c\xc3\xa9\xd3\xc3\x7e\x41\x35\xbb\x51\xec\xb5\x61\x9f\xd0\x6e\xb7\x0b\x52\x79\x3b\x0c\x43\xac\x79\x6a\x2c\xf5\x9b\x5f\x09\x1f\x93\x77\xd3\x29\xa6\x3d\xd2\xf7\xe4\xef\xd6\x90\x65\x78\x83\x3c\x00\x5c\x2a\x6d\x20\x68\xbb\xdd\xc6\xc1\x19\x60\x6b\x21\xe3\x57\x15\xba\x96\x88\xde\x42\x3f\xd8\xef\x0c\x56\x01\x87\x22\xe9\x56\x23\xfd\xae\x2e\x03\x8b\x7d\x4c\xaf\xd2\x14\xd7\xda\x72\xe8\x1f\x5c\x38\xd1\x58\x5c\x69\x65\x02\x52\x5f\x7c\x05\x01\x29\xeb\xb6\xf5\xc8\x6d\x57\x6f\x7e\xf1\xaa\x0f\xcc\xfa\x85\x2f\x38\xbb\x0f\x52\xba\x2a\x8b\xb1\x10\xeb\x7a\xb5\x86\xac\xfb\x58\x6d\x0d\x2d\x80\xbe\x7e\x5e\x72\x26\xc6\x9d\xf5\xfa\xfd\xab\x57\xae\x02\x8f\x75\xd4\xbf\x9a\x5d\xb9\x8a\x54\xfa\x37\xfc\xe8\x64\x4e\x61\x46\x03\x24\xb2\xaf\x74\xa1\xf8\xe2\xa7\x43\x9a\x4e\xe6\xc7\x88\x04\x53\xf5\x09\x95\xbf\x20\xfb\x43\x94\xa0\x28\x9b\x67\x34\xa2\xd3\x6c\x7e\x90\xe2\x69\x16\x94\x1a\x3d\x98\x06\xaa\xb1\xac\xc8\x3b\x3c\x8c\x92\x39\x4d\xc7\x11\x0d\x52\xf9\x35\x55\x5f\xfb\x14\x0d\x82\xe9\x58\x66\x47\x46\x66\x64\xe5\x65\x72\x02\xba\xd9\xdd\x9e\xdf\xff\x8d\xc3\x41\x70\x08\xe7\x7e\x3f\x21\x83\xe0\x50\x0d\xe6\xca\xf6\xb1\x2a\x34\x42\xc7\x50\x65\xab\x0e\x7f\x23\x82\x28\x9d\x9e\x0e\xe6\x1f\x4d\x83\x53\x35\x41\x55\xe1\x64\x3e\x1c\xcd\xb3\x6c\x9e\x8d\xca\x53\x1b\x47\x94\xcc\x8f\x21\xa1\x73\x84\xe3\xc0\xdf\xed\xa1\x93\x39\x3c\x51\xa5\xd0\x10\x2a\x88\x8f\xe7\x49\x90\x4e\x33\x58\x7c\x31\x3e\xa0\x61\x35\x3f\xd5\xad\x40\xac\xb3\x20\x56\x99\xa2\xfb\x8f\xa6\xe8\x63\x95\xf3\x31\xeb\x6b\x00\x14\x3e\xb3\xe5\x17\xc0\x11\x45\xb3\xcc\xae\x8a\x03\xf8\x4a\xaf\xfe\xab\xcc\x01\xe2\xe9\x58\x64\xfa\x51\x80\xa3\xe4\x74\xee\x1f\x04\xd1\xdc\x8f\x03\x14\x1d\xe1\x74\xee\x4f\x82\x88\x40\x4c\x47\x90\x25\x49\xca\xf3\xb2\xe0\x14\xa7\x93\xb9\x4f\x83\x11\x0c\xfc\x0c\x65\xf3\x0c\xea\x7e\x33\x24\x7b\xf9\x8d\x88\xb5\x57\xff\x9d\xaf\xe0\x31\x54\xa3\x3b\x84\xc6\xb2\x65\xd6\x24\x68\x35\x8b\xaf\xba\x51\xd9\xb1\xbe\x48\x7f\x3d\x95\xb0\x09\x20\x29\x32\x79\x5a\x2e\x6f\x90\x1e\x17\x1f\x58\xba\x82\x10\xd0\xea\xbe\xbc\x9e\x6c\xc9\x15\xc2\x67\x81\x0f\xb3\x60\xd7\x1a\x6d\x5a\xaa\xef\x67\xa3\xb4\x3c\xa3\x21\x41\x99\xd8\xae\x3e\xca\xe6\x05\xbc\x90\xde\xcd\xc1\x49\x1f\xc1\x81\xaa\x75\x82\x2a\x9b\xd9\x9f\x66\x73\xa4\xea\x4d\xb3\xda\x8d\x5b\x19\x20\xc7\x43\x88\xcd\xe1\x68\x6c\x67\xd8\xad\x40\x76\x52\x6c\x07\x33\x1f\x9d\x18\x78\xfa\x71\x69\xaa\x71\x44\xa3\x83\x28\x33\xa7\x3b\x00\x88\x10\xc8\xf1\xf7\x69\x84\x08\x3b\xc3\x3c\x46\x14\xf0\xc8\xd1\x13\x98\x4e\x12\x0e\x4d\x6f\x1c\xb1\x8c\xb1\xd8\x19\xde\x70\x84\x92\xd8\x03\xe2\x2f\x91\x99\x19\x3c\xe1\x91\x91\x4e\xc4\x5a\x7a\xdc\x6f\x1a\xe0\x7f\x44\xc6\x30\x7d\xe5\x01\xef\x25\xc2\xa2\xc9\x8f\xd3\xf1\x01\x62\x25\x44\x82\xef\xa5\x29\xe6\x64\x0d\xa7\x0f\xfb\x1e\xfc\x68\x8a\x26\x22\xf4\x8b\x87\xf0\x61\x4a\x84\xb4\xde\x03\x1e\x11\x71\xa2\xc7\x29\x86\xa7\xac\xd3\x09\x1c\xb2\x16\x78\x60\x26\x91\x38\x44\xd9\x88\xfd\x1e\x41\x38\xf1\x80\xf7\x21\x8c\xd8\x5d\xe0\x4d\xd2\x84\xef\xf8\x85\x32\x20\xf7\x2d\xff\x7a\xee\x11\x2d\xb3\xba\xfa\x1b\x3f\xc8\xbe\x71\xe5\x2a\x20\xe1\x55\xbf\xff\x83\x57\x57\x5b\x83\xad\xfe\xfe\xd5\x1f\x64\xad\x41\xe0\xf7\xa3\xd6\xc7\x3f\x88\x07\x5b\x57\x82\xab\x00\xcb\xef\xec\xcb\x56\xe0\xf7\xef\xb4\xbe\x3f\x90\xdf\xbf\xc1\xbe\xa3\xf0\xaa\x9d\x77\xb5\x30\xa9\x49\x85\x0c\xea\x30\x25\xbe\xb0\x54\xee\x00\x1c\x2a\x17\xe4\x37\xc9\x2d\x7c\x93\x6c\x6d\x05\xb0\x6d\x2c\x43\x9f\xf6\xc9\xa0\x4d\xd3\xf7\xd2\x57\x90\xdc\x8d\x32\xe8\x07\x83\x70\xb3\x53\x98\x6e\x44\x46\x30\x88\x0d\xd5\x32\x0e\x3b\x00\x15\x2d\xe3\x5b\x48\x5a\xb1\xd0\x3e\x1e\x00\xd8\xd6\x48\xd7\x27\xfd\x4e\xa5\x79\xd2\xef\x96\x0b\x75\x97\x16\x7a\x88\xb9\xf9\x45\x4d\xd9\x4e\x4d\x59\x57\xe7\x9d\x41\x31\xbb\x4c\x84\x0c\x0d\xe1\x7c\x3e\xcb\x03\x13\x30\xa1\x05\xa6\xf9\x3c\xf1\x03\xb3\x0b\xbe\x9b\xc2\x72\x06\x2f\x56\xd2\x8a\xe1\x14\x8e\xa6\x21\x14\x45\x94\xcd\xe7\x7d\xe3\x6e\x29\x88\x28\x9e\xaf\x5b\xed\x71\x87\xf8\xa5\x79\xf1\x4c\x73\x2b\x25\x7e\x90\x6f\xa4\x3e\xa3\xc5\x8c\xec\x00\x44\x3c\xcb\x1e\xa2\x8a\xf8\xc0\x8d\x13\xef\x46\xc3\x11\xf4\x83\x1c\x1d\xfa\x9b\x12\xb3\xc5\x03\x7c\xb3\x69\xff\xe6\x7a\xf1\x41\x7b\x14\x65\x86\x7e\x72\x50\x8e\x12\xe4\x71\xf7\x5a\x07\x24\x7d\x95\x41\xd2\x88\x53\x98\x35\x70\x4a\x1b\xd9\x74\xc2\xb9\x54\x47\x8b\xa0\x31\x11\x4c\xed\x24\x4d\x4e\x0f\x51\xd2\x60\xec\x4f\x03\x66\xd7\x5b\xd9\x28\x1a\xf7\x1a\x23\x4a\x27\xbd\xab\x57\x8f\x10\x6d\xa3\xf4\xea\xe9\xdb\xef\x6f\x93\x23\x2f\x28\x30\x3e\x51\x36\x21\xa1\xa3\xf1\xc2\x1b\xff\x7e\x8c\x86\x54\xe8\x6f\x49\x9b\x5c\x99\x07\x60\x9e\x15\xec\x77\x38\xb3\xc0\x22\x14\x40\x26\x53\x72\xa4\x72\xa4\x26\xa4\x41\xef\x56\x39\x14\xe9\x99\x78\xc8\x6a\xbc\x9f\xc1\x38\xdc\xec\x28\x75\x46\xde\x4a\x1f\x0e\x94\x2e\x5b\x91\x23\x8d\x0a\x4d\xf6\x9f\x7b\xad\x12\x23\xd0\x34\xb4\xcd\x3a\x84\xb3\x5c\x39\x55\x33\x7b\x13\x26\x77\x61\x9f\x97\x69\x9b\xfc\xe5\x60\xc3\x1a\xe2\x44\xf4\x8e\x8b\xf1\xe8\x1c\x39\x9e\x42\x72\x23\xf8\xbc\x20\xcf\x81\x09\x8f\x6a\xef\x5d\x6b\xae\x61\xa2\x60\x26\x9b\x66\x19\x39\x88\x51\x56\x01\xb3\xaa\x51\x18\x60\xa8\x2a\x45\xce\x4a\x80\xb7\x61\x58\x0f\xc2\x52\xb5\x62\xaa\x25\xbf\xf6\x40\x7c\x31\x34\xd0\x8a\xf9\x4a\xed\xad\x2a\x8a\xf0\x5d\xaf\xb6\xba\xe0\xf4\xd9\x7a\x94\x0e\xa3\x20\xd7\x27\xc0\x3a\xcd\xab\xba\x8b\xda\x37\xce\x83\xc2\x05\xdf\xc2\x0e\x64\xb0\x18\xde\x05\xe8\xc3\x6a\x93\xfa\x3c\x59\x79\xcc\x91\xd5\x24\x1b\xe8\x80\x35\x64\xc8\x05\x57\x5b\x0b\x50\x46\x48\xbe\x03\x64\x55\x6d\x02\x47\x77\xa5\x26\x08\xbf\xda\x7d\xe8\x58\x11\x33\x4b\x4f\x27\xe8\xf9\xdd\xcd\x30\x9c\x44\x24\x83\x0f\x92\x34\xa2\x3e\xe4\xce\x31\x42\xab\x39\xba\x72\x73\x41\x69\xf7\xed\xd2\x1e\x0f\xb5\xd6\xb8\x32\xa3\xf9\x0b\x63\xed\x05\xa6\x2e\xc6\xe2\xfd\x05\x85\x9d\x33\x55\xe5\x9d\x63\x93\x17\x09\x5b\x4c\x5d\x97\xbb\x5d\x65\x97\x7b\x06\x12\x30\x05\x43\x10\x73\x27\xf5\x13\x30\x06\xc7\x1b\xe8\xd0\x3f\x0c\x37\xe1\x7c\x4e\xdb\x8c\x70\xf6\x61\x00\x26\x21\xd2\xe9\x43\xa5\x74\xc7\xe3\xd7\x0d\xc3\x12\xd6\x80\x38\x24\x6d\x78\x02\x87\x3e\x0c\xe6\x73\xac\x92\x20\x6e\x36\xfd\x51\x18\xf7\xb7\x4b\xb7\x74\x00\x8e\x8d\xcb\xd3\x22\x57\x86\x03\xa9\x85\x57\xfd\x34\x1a\x80\xe3\x62\x1c\x8c\x54\x19\x37\x10\x6e\x44\x01\x1b\x52\x7b\xcc\x63\xdb\x8d\xb7\xbc\x2b\x85\x6f\xb7\x24\x8c\xfa\xe3\x01\x98\x34\x9b\x51\x7f\x34\x68\x36\xfd\x24\xb4\x5e\x38\x86\xd1\x04\x51\x81\x6e\x49\x00\xc6\xb5\x1f\xc7\x81\x88\xec\x39\x49\xa2\x21\xf4\xd9\x7d\xf8\x0c\x1e\xdd\x3f\x99\xf8\x63\xe0\x21\x2f\x00\x89\xb0\xfb\x65\xe7\xf2\x51\xa8\xed\x7e\x8f\x6e\x77\x9a\x4d\x3f\x0b\xd3\xfe\x51\xab\x3b\x00\xe3\x90\x7b\xae\xd9\x1c\x2b\xa8\x06\x37\x8f\x5a\xad\xe0\xa6\x1c\x6b\x16\x0a\x92\x41\x16\x4b\xc2\x8c\x11\x48\xd3\xb0\xe8\x77\x0c\x92\x00\x4c\x2d\x47\xff\x4b\x9f\x23\x4a\x52\xac\x33\xcb\xc6\x2e\xfc\xfd\x73\xc9\x83\x27\x5c\x7c\x92\x57\xa5\x59\xed\xda\xb3\x04\x2e\xbd\x4e\x1c\xad\x95\xb6\xe5\x32\xf0\x56\x65\xa7\x97\xab\x1d\xa2\x9d\x5e\x88\x00\x56\xb6\x6a\xac\x0c\x70\x27\x06\xe6\x43\xc3\x55\xe5\x3b\x7b\x8f\xde\x7b\x3b\x22\x59\xa9\xbc\xcc\x6d\xb3\xf9\x70\x5f\x6c\xef\xe8\xaa\x76\x41\xee\x18\xe5\xc0\x5d\xd4\x09\x33\x9a\x14\xb6\x5a\x90\x91\x92\x2d\x46\x8e\x65\x95\x98\x42\x49\x6b\x0c\xb3\x2c\x3a\x82\x82\x59\xbc\x78\xf4\x7b\xf4\xf0\xf9\xf3\x87\x8f\xbf\xb5\xbf\xf7\xec\xce\xe3\xe7\xef\xdd\xd9\x7b\xf8\xe4\x71\x58\xe4\x3e\x7c\xbc\xf7\xde\xfe\x9d\xa7\x0f\xcb\x4e\xe6\x69\x9b\xd3\xbf\x77\xd3\xb8\x5a\x76\xc3\x51\x9d\x6c\xb8\x7b\xf2\x1c\x99\x8e\x40\xaa\x36\xbc\x04\x28\x28\x0f\xa5\xca\xb8\xff\x75\xe3\x3f\x8a\x38\x01\x25\xff\x09\x2b\x79\x3d\xc0\x4b\xbd\x1e\xd0\x66\xd3\xc7\x21\x6e\x1f\xa2\x84\x42\x62\xc8\xf5\x8b\xb8\x93\xcb\x2c\x20\xd9\x18\x0d\x93\xec\x3c\xe0\xf7\x2b\xa3\x7c\x78\xfc\xac\x53\x6e\x84\xaf\x5c\x1e\x90\x82\xc3\x23\xa6\x3b\x29\x12\x76\x6f\x92\x5b\x65\xcd\x1a\xce\x15\xcf\x84\xff\x77\x46\x6c\x6e\x1a\xea\x35\xc4\x54\xaf\x21\x5c\x03\x9d\x7c\x6d\x7b\x97\x4a\xb0\xf8\x28\x00\x9b\x1d\x97\xd3\x02\x1a\xcc\x04\x99\x8e\xfa\x94\xbf\x4f\xf4\x96\xcc\x30\x73\xba\x61\x40\x30\x2b\x82\x7b\xd4\x56\xf5\x51\x10\xf4\x8c\x31\xd5\x0c\xa8\xde\xf2\x7d\x19\xf4\x11\xa0\xfc\x85\x45\x01\xd8\xf0\xed\x80\x2f\xd7\xa7\xc4\x45\x99\x66\x22\x27\xc7\x28\xec\x34\x53\x3b\x18\x26\x5b\x49\x61\xdd\xa0\xa2\x01\x28\xb7\x0b\x58\xdb\x64\x44\xf1\x03\xbe\x0f\xef\xd6\x94\x10\xbd\x3c\x8e\x28\x3a\x86\x0f\xd4\x8e\x2d\x8a\x71\x92\x46\xb4\xae\x02\x63\x96\xdb\xe4\x37\xbd\x9d\x55\x32\xfd\x97\xd1\x51\x07\xb9\xd8\x66\xef\xe2\xf4\x15\x36\xac\x9d\x4c\xe5\xcc\x06\xda\x10\xf6\x90\xb3\x5c\x0b\x75\x08\x5f\xb8\xc0\xb4\x3e\x6f\x23\x3c\x4c\xa6\x31\xcc\xb8\x82\x96\x4f\x2b\xde\x51\x68\xce\x5d\xd5\x5b\x26\x55\x4a\xf2\xe1\x1c\x05\x0f\x08\xd8\x6c\x7a\xf2\x00\xe7\x3d\xce\x68\x48\x7c\xa2\x63\xd6\x1c\x41\x1e\xf5\x57\xce\xd4\x87\x6d\x51\x36\x08\x84\xad\x8f\xec\x57\x19\x92\x6b\x60\xea\x3e\xd8\x61\x96\x97\x1b\x09\x66\x25\x5b\x25\x1b\x92\x7e\xd0\x57\x4b\xa0\xd6\xbd\xcd\xae\xa0\x01\x37\x29\x69\x36\x69\x1f\x0e\x74\xd0\xe6\x3e\x1c\x98\x36\x19\x29\xc0\x7e\x0a\x3c\x56\xbc\x70\xca\x50\x89\xcb\x5d\x7f\x68\x8b\x74\x8b\x4d\x86\xa2\x71\xe9\x8d\x96\xbb\xdb\x19\xc3\x71\xca\x5f\x6f\x57\xbb\x00\x96\xbd\xcf\x7e\xf5\xb7\x6e\xdf\x4b\xd2\x61\x94\xc0\x47\xc2\x41\x00\x83\x13\x07\x42\xf1\x9b\x41\xf2\xfb\x29\x66\x30\x1b\xa5\x53\xd2\xdd\xe6\x7a\xee\xf0\x65\x1c\x9d\x32\x30\x92\xc8\x03\xde\x29\x8c\x88\x90\x32\xd3\x91\x07\x3c\xf1\x89\x95\x66\x99\x08\x4f\x29\xe4\x12\xe7\x61\x8a\x63\xa3\xc5\xc7\x42\xc5\x9c\x95\xbb\x7b\x3a\x4c\xa0\x37\x50\xa7\x86\xb6\xee\x26\x35\xde\x4b\x5c\x1e\x4b\x96\x1c\x10\xb6\x49\x1a\x47\xee\xf0\x36\xe3\x30\x1e\x62\x9a\xb4\xef\x45\x14\xee\xa1\x31\x54\x58\xce\x4e\xe9\xb2\x43\x90\xc2\x0b\x90\x2e\xc4\x96\x5c\x47\x6e\x53\xdb\x41\xed\x1f\xe5\x93\x6d\xc1\x06\xc3\x81\x25\x48\x72\x0e\x9d\x17\x93\x5b\x97\xb3\x44\x6c\xac\x3c\x62\xf3\xf2\xad\xb3\x2a\xbd\x63\xec\x1c\x37\xef\xb2\xea\x96\x7b\xdd\x31\x98\x04\x82\x10\x87\x7b\x9b\x5c\xfb\xc7\x32\x03\x33\x81\x34\xf4\xc4\xac\x7c\x14\x0a\xf0\x04\x08\xfb\x38\x24\x41\xcd\xee\x64\x4d\xc8\x21\xa4\x67\xda\x9d\xb8\x8f\x06\x61\x7a\x76\xa0\x4b\x42\x7c\xe1\x69\xe5\xa0\xd8\xdd\x6b\x23\xf8\x24\x2e\x79\x59\x41\x43\x42\x9f\x5f\xe8\x2b\x79\x7e\xcd\x0a\xfe\xa8\x37\x7b\x9f\xcd\xbc\x37\x83\xd9\x30\x9a\xc0\xfb\x27\x13\x02\xb3\x0c\xa5\xb8\x97\xe6\x79\x2e\xe4\x0d\x12\x79\xa2\x32\x4d\x82\x6a\x68\x12\xb4\x94\x26\x41\x67\x3d\x72\x00\x96\x87\x8e\x3e\xd8\x44\x2e\x98\x89\x60\xc9\x7b\xd1\x91\x50\xf7\x5a\x9b\x90\xb1\xcf\x26\x46\x44\xa0\x90\x6e\x54\x2c\xa9\x19\x1f\x81\x42\xdb\xd7\x04\x0d\x02\xed\x6d\x83\x34\x9b\xa4\x3d\xa2\xe3\xe4\x79\x74\x08\x81\xf4\xa4\xe3\x3e\x9e\x10\xa8\x19\x9e\x1f\x04\x20\x09\xa3\xdd\xb2\xe9\x9d\xb4\x66\xde\x54\x63\x81\xa6\x53\x60\x5a\xe3\xcf\x0c\x16\x94\x38\x11\x0e\x0a\x1b\x98\x53\x50\x1b\x96\x2c\x09\x65\x8c\xb9\x66\x83\xf6\x71\xb0\xcb\xc9\x2c\xdc\xa6\x29\xcb\xf4\x83\x1e\xff\x5d\x81\x05\xde\x4d\x7d\x1c\xf4\x70\x1e\x00\x9a\x73\x53\x72\x30\x0d\x33\x75\xe2\x16\xaf\x1f\xd1\xae\xd5\x95\x82\x8e\x3f\x0d\x7a\x53\xf3\x2c\x8e\x00\xf2\x23\x75\x16\x7b\x6a\x7b\xaf\x71\x1c\xe3\x29\x2b\xf6\x6b\x32\x66\x1d\x32\x26\xa3\xa7\x09\x37\x60\x9b\x12\x02\xf1\xf0\xd4\x48\xde\x43\xd9\x24\xe1\x24\xca\x14\x73\x6b\x3d\xf6\xc7\xc8\xcc\xe0\xb7\x48\x3a\x9d\x08\x6d\xb4\x31\xc2\x68\x3c\x1d\x3f\xc4\x14\x72\x1f\xbe\x47\x88\x2f\x83\xcc\x7e\x40\x84\xdb\xb5\x22\x3f\x3a\x71\xe7\x8b\xf2\xcf\xd1\x11\x46\x87\x68\x18\x61\x5a\xae\xe2\xfa\x34\x4c\xc7\x93\x68\x68\x8c\xad\x3a\x05\x95\xc3\xaa\x7b\xc0\xc3\x29\x55\x4f\xff\x19\x3a\xc2\xf6\x54\x4b\x13\xff\x25\x92\x5b\x8f\x39\x66\x7f\xd9\x89\x2d\x5a\x4f\x62\x79\x72\x6f\xae\xb1\xab\x09\x4c\x78\x9f\x17\x73\xe1\x5b\x42\xbe\x35\x8f\x03\xe1\x4d\xd2\x7d\x24\xa4\x5f\xcd\x23\x21\x0a\xfb\x1e\xef\x1f\x0d\x8d\xc3\xc0\x42\xfb\xc2\x87\x14\x3a\x03\xda\xa7\x6b\xa0\x3d\xbb\xf5\x18\xda\x37\x9b\x1c\xf9\x9f\x49\x04\x28\xf8\x0d\xc5\x10\xeb\xfd\x51\x2d\x22\x7c\xa7\x1a\x44\x41\x3b\xc5\x42\x57\x60\xf6\x12\xe1\xb8\x87\x2b\xc2\x51\xc0\x51\xa3\x27\xa8\x0d\xd1\x88\xa8\xf0\xf5\x9a\x2e\x1a\x48\x68\x19\x44\xc7\x11\xe2\xde\x5a\x44\x18\x2f\x94\x35\x8c\x60\x94\xed\x1f\xe0\x46\x63\x8f\x9c\x2a\x3d\x83\x04\xe1\xa3\x06\xa2\x8d\x69\xc6\x12\xde\x37\x05\xb6\x7d\x98\x5d\xe5\x18\xac\x70\x9d\xf1\x06\x12\x8d\x59\xfd\xaf\x83\xea\x70\x83\x9c\x8b\xc5\x9c\xa7\x40\x54\x3a\x05\x38\xa9\x6f\xfb\x65\x3a\xe3\x59\x80\x56\x3b\x0b\x50\x71\x16\x00\x21\xd0\x0c\x7d\x1c\x0a\xd7\xb9\x64\x57\x60\x5c\x8f\xb4\x19\x5e\x05\x86\x51\x21\xde\xc5\x3d\x24\x72\x2d\x9f\x13\x20\xf5\x33\x7d\x82\xe8\x73\x60\x8d\x33\xa4\x2a\xde\xf8\x55\x60\xd4\xc4\xac\xbe\x7c\x8c\xda\x02\x53\xc7\x55\x96\xe9\x4c\xcc\xf7\x19\x49\xc3\xb3\xf2\x98\x67\xbd\xa3\x5e\x93\x97\xbf\xda\x0a\x62\xf3\xed\x71\xb8\xcd\xec\x45\xad\xf1\x55\xa1\x35\xde\x97\x37\x7b\x8f\x43\x78\xa5\x66\xc9\x19\x9a\x7d\x2c\xd7\x62\xa5\x86\xf1\x19\x1a\x7e\xa4\x56\x6d\xa5\x96\xd1\x19\x5a\x7e\xa6\x69\x90\x95\x9a\x4e\x8d\xa6\x97\xed\x1b\x65\x2c\xa3\x4e\x9c\xb3\xbc\xa4\x5d\xd4\xed\xaf\x9c\x1a\xc9\x87\x59\x71\x06\xf9\x33\x36\x50\xe1\xd5\x41\xfa\x89\x54\x7e\x03\x8d\x6b\x3f\x0c\x43\x5a\x55\xc7\x13\x50\x13\xcd\xb1\x6b\x32\xc2\x8d\xe8\x20\xa3\x8c\xca\x6f\xf0\x93\x0e\x34\x86\x11\xe6\xb7\xe7\x81\xb2\xff\xe7\xb1\x95\xe3\x86\xf0\x7c\x91\x9c\xb6\x3d\x15\xa2\x41\x90\x15\x92\xc3\x67\x63\x72\xba\x60\xd2\x5e\x96\xa4\x8b\xd1\x1e\x2b\xe9\x19\xb5\xda\x29\xf6\x25\xdb\x73\x77\x14\xe1\xa3\x22\x80\x0c\x81\x32\x2c\xae\x17\xe4\x40\xde\x5f\xc1\xac\x32\x29\x36\x5a\x34\x9e\x08\x0f\x41\x30\x66\x85\x65\x3d\xad\xa9\xca\x9f\x29\x8a\xe7\x6c\x94\xdd\x1f\x4f\xe8\xa9\x4f\x02\x75\x07\x4b\x47\xf2\xe2\x5e\xa4\xed\x28\x49\xd2\x57\xbc\x4c\xf9\x3a\x14\x7e\x9b\x8a\xcf\x92\xe5\x47\x87\xbe\x56\x37\x22\x15\xb8\xb3\x4a\x5b\x5e\x43\xa0\x54\x83\xc0\x8f\xa6\x88\xc0\xac\xc1\x11\xa0\x11\xa9\x10\x7a\x6d\xaf\x78\xcd\xe0\xcf\x25\x62\xc6\x04\x50\x3b\x88\x6c\x29\x7a\xac\x05\xca\xc3\xc3\x15\x60\x29\x63\x5b\x93\x70\x69\xec\x77\x73\x43\x64\x34\x25\xf0\xea\x30\xc5\x34\x42\xb8\xce\x79\x52\xb5\x02\x25\x11\xce\x12\xc1\xcc\x5d\x4e\x64\x7b\xb1\xc6\xb2\x35\xb5\x67\x04\x50\xb2\x52\xb8\x65\xdf\xdb\x37\xc6\xf7\x28\x8d\x61\x92\x79\xc6\x20\xf5\xc9\xc1\xad\xf7\xda\x87\x24\x1d\xeb\xd8\x72\xa5\x6a\x42\xbc\xc3\xdf\x44\x97\x44\x6b\x56\x0a\x90\x95\x26\xb8\xa1\xd5\xa3\x68\x92\x03\x41\xc7\xed\x95\x0a\x98\xe1\x49\x6d\x9b\x2c\x68\x93\x81\x8e\xd1\x09\x77\x8c\x44\xf6\x8d\x53\x8a\x0e\x4f\x15\x8c\x05\xaa\x28\xc4\xc9\xbc\x00\x90\x1c\x1c\x22\x1c\xbb\x06\xb0\xa4\x1f\xe1\xea\x2f\x07\x5c\x03\xb1\x50\x14\x57\x0f\x80\xce\x36\x37\x08\xf7\x9a\x66\x50\xb0\x8e\x42\x32\xbe\x90\xf1\x25\x63\x8c\x2d\x18\x45\xf2\x85\xcf\x0a\xdc\x5a\xd7\x13\x3a\xf4\xb5\xd2\x0b\x69\xb3\xba\xac\x8d\x7d\x79\x46\x9d\xad\x1d\x2e\x5a\xe4\x2d\x14\x2d\xf2\x80\x1f\xac\x49\xd1\xe2\x9d\x8c\x3a\x1a\x35\xbb\x2b\x8d\x28\xca\xa8\xaa\x7b\xb6\x8a\x29\x41\x47\x08\x47\x89\x1d\xee\x63\xc5\x4d\x6d\xee\xd1\xa5\xdb\x5a\xba\xb7\x49\x18\xa5\x85\xd7\x11\xdf\xff\xca\x48\xed\x84\x82\x08\xbf\x37\x67\x8c\xdf\x13\xfb\xe7\x71\x34\xae\xe8\xaf\x16\x5f\xf2\x1a\x45\x02\x63\x09\x32\xe1\xc5\xf9\x51\x34\x29\xa4\x53\x51\x46\x5d\xd9\x46\xc3\x25\xd5\x01\xe3\x4b\x08\xf3\xf2\xc6\x81\x85\x04\xca\xe6\xf4\x65\x40\x12\x49\x7e\xb0\x05\xc0\xca\x61\x0e\xee\xd3\x81\x16\xc0\x17\x42\xef\x66\xd3\x87\xa1\xe7\x6d\x41\x1d\x43\xb1\xe8\x47\xb8\x81\x04\xea\x13\x9b\x84\xcc\xb2\xcd\x7a\x61\x10\xe4\xb9\x88\x95\x53\x10\x33\x7c\x63\xab\xad\x35\x8b\x32\xe5\xb2\x97\x35\x22\x4e\x19\xa0\x90\xbe\x57\xed\x59\x9e\x43\xb9\x68\xc5\x5a\x0d\xab\x9c\xf8\x9e\xe7\xc6\xa6\x41\xcb\x36\x8d\xc0\x6e\xc8\xee\xff\x96\x7c\x04\xb8\x74\xc2\xb0\xaa\xab\x02\x4c\xa9\x4f\x4f\x36\xa2\xb4\x24\x8d\x0d\xd2\xb5\x36\x44\x6e\xd8\x4e\x10\x3f\x98\xe5\xc4\xb0\x7e\xa0\xd2\x72\x80\x18\xd0\xc1\xab\x41\x47\x9f\x0f\xab\x1d\x27\x16\x30\x5f\xbb\x97\xbc\x06\xf4\xb1\xda\x01\xc8\xbe\x4a\x1d\xe8\x8f\x0e\xfd\x4d\x15\x5c\x02\xd0\x20\x60\x24\x10\xc2\x53\xe5\xdf\x37\x15\x3b\xc3\x78\x11\xd2\x2f\x32\x69\xb3\x99\x16\x47\x38\xf4\x53\x73\x77\x71\xb1\x14\x09\x50\xff\xc5\x95\x19\xcd\xdb\x57\x66\x30\x7f\x31\x08\x49\x1f\x0e\x84\xdb\x6c\xc4\x0e\xaa\xb4\x88\xd9\xa3\x95\x0b\x2b\x21\x80\x6c\x23\x9c\xd5\xd6\xe7\x08\xd2\x4b\x72\x07\x5a\x72\x4e\x36\x23\xdc\xad\x37\xe4\xce\xd4\x38\x4d\xbe\x49\xe7\xf3\x4d\xda\xde\x8f\xd3\xb1\xa2\x16\x6c\x46\x62\xb7\xc4\x57\xc0\xa0\x07\xdb\x9a\x10\x05\x38\x24\x15\x26\xa3\xa5\xfc\x94\x89\x80\xeb\x58\x4b\x26\x37\xa8\x51\x5a\x0f\x85\x83\x82\x5b\x3d\x89\x71\x34\x9b\xe2\xaf\x76\x43\xaa\x55\x7d\xec\x6c\x45\x75\xf1\x78\x11\xab\x01\x7e\x74\x1a\x93\x45\xea\x09\xd6\x45\xf0\xfa\xfd\x45\xc2\x60\x56\xa8\x35\xab\x97\x49\x2a\x5e\x26\xfb\x04\xe0\x01\x67\x12\xca\xf7\x07\x57\xad\x5c\xae\xb9\xab\x7d\xbd\x45\x8c\x7c\x96\xf1\xc1\x2e\x13\xe3\x64\x8c\xb0\x4d\xc5\xf6\x09\x27\x1c\x30\x98\xcf\x4b\x59\x9a\x86\xdb\xe4\x3e\x0b\x21\x67\x9f\x65\x4e\xa7\x30\x1b\xa3\xa9\x78\x34\xf5\x03\x56\xc0\xf8\xb9\x22\x28\xc6\x28\xcb\x10\x3e\x72\xe9\x4a\x5c\x16\x2c\x6c\x0e\x58\xcf\xfb\xc5\xe3\x54\xd2\x2f\x0d\xe9\xad\xb7\xdd\x68\xbc\xcf\x8d\xdf\x1a\x34\x6d\x10\x98\xa5\xc9\x31\x6c\x18\xd8\xd9\x6b\x78\xec\xcc\xf2\x5e\x18\x5a\xcf\x1f\xa6\x08\xfb\x1e\x68\x78\x8a\x1f\x79\xf1\x48\xcc\xd8\xac\x28\xeb\x35\x0e\x53\xa2\xba\xf4\xae\xcc\x48\xee\xbd\x58\x11\x8a\x98\x31\xc6\x09\xfa\x18\xb6\x44\xf5\xcb\xd7\xa1\xaf\xbc\xbd\x6b\x35\xca\xc2\xfa\xe2\xea\xfe\xd5\x23\xe0\xb5\xbc\xc0\x36\x65\x59\x71\x8e\x82\x76\x5e\xa2\xee\xde\xe2\xa5\x5e\x83\xd1\x85\x6b\xda\x86\xbb\x15\xde\x2d\x8f\x7c\xaf\x97\xe2\x9d\x28\x1b\xd1\xe8\xe8\x21\x7e\xca\xcd\x2b\x18\x99\x61\xab\x82\xd4\xcd\x5b\xc9\xd9\xce\xa4\xba\xe5\x14\xce\x5d\x8e\x74\xa1\x38\x2d\x95\x68\xa1\x90\x06\x31\x6e\xa3\x78\xe1\xa9\xf8\x21\x4e\xa4\x48\x87\x2b\xbe\x71\x47\xf5\x2b\x31\x6b\x25\x08\x39\xf5\xac\xbe\xf4\x40\x5a\x01\x2c\x52\x4c\xbc\x3e\x64\x5c\x7a\x26\xbf\x0a\x80\x11\x82\xf9\xf5\xe1\xe2\x7e\xa9\xff\x55\x80\x8c\x92\xff\x0b\xd8\x14\x62\xdf\x73\x07\xf7\xb1\xc5\x69\x42\x6e\xb7\x36\xfc\x57\x7b\xe5\xfc\xaa\xc1\x7e\x0f\x8d\xd7\xd9\xab\x35\x61\xc5\xbe\x9a\x90\xa0\x67\x00\xc0\xe2\xd7\x57\x23\x00\x1b\x4d\xec\x4f\xe3\x68\x48\x52\x87\xa3\xb0\xf3\x3a\x22\x11\xbc\xfd\x4c\xc6\x1c\x63\x79\xf5\x6d\xc8\x42\xe7\x78\xcc\xe4\xe2\x71\x52\x63\x87\xe4\xc9\xf2\xde\x66\x18\xd2\x66\xd3\x1c\xb2\xc8\xf1\x97\x30\xbd\x05\x7b\x3e\x9f\x0b\xb9\x61\xb3\xc9\x25\x7d\x61\x48\xb8\xa3\xf8\xd5\x62\x7c\xd6\xbf\xa3\xf6\x29\x77\x21\x53\xe3\x56\x4e\xaf\xd2\x92\x55\xd6\x85\xdc\x6b\x7c\xb5\x22\xfb\x38\xbf\x2b\xbd\xda\x0a\x62\x10\x17\xf8\x38\x4d\x2f\xf4\x4d\x9a\x44\xaf\x56\x6e\x8f\x44\xaf\xea\x5f\x74\x2d\x98\x5f\xa6\x9f\x71\x65\x63\x58\xf5\x35\x0e\x88\xe1\x12\x12\x06\x40\x84\x57\x80\xc2\x65\x4e\x1f\x0f\x8c\xab\x09\x0f\xb4\x7e\x10\x69\x4f\xd2\x89\xcf\x63\x10\xdb\xe6\xb5\xfa\x35\x8b\x6e\x79\x6d\xc5\x12\xb5\xdb\xed\xd4\x9e\x62\x29\xa6\x38\xd5\xf1\xd4\x4b\xf3\x14\x5f\xd5\xfc\xce\xf2\xa6\x6b\x89\x19\xb5\xab\x23\x52\x8e\xb5\x4e\x8b\x58\xda\x62\xdf\xf2\x5c\x22\xf5\xaf\xf9\x1e\x03\xb0\xbd\xbf\xcf\x5a\x7d\xc8\xc3\x06\xa3\x14\x73\x49\x76\x49\x08\x2a\x58\x22\x6f\x8b\x11\xd4\x6d\x9c\xbe\xf2\x83\x82\x25\xdf\x79\x83\x1d\xca\xae\x46\x9c\x4e\x05\xcd\x3d\xb8\x8e\xcc\xb2\x76\x9b\x9f\xed\xf9\xe3\x57\xd6\xea\x16\x99\x56\xb7\x34\xec\xde\xa4\x55\xab\x5b\xaa\xac\x6e\x49\xc5\xea\x96\x9a\x14\x1a\xe5\x14\x1a\xfd\xda\xf6\x2e\x56\x16\xae\x64\x81\xd5\xad\x54\xfd\xbc\x0c\xab\x5b\x12\x04\x3d\x63\x4c\x17\x6e\x75\x4b\xea\xad\x6e\xbf\xfc\x0a\xae\x24\x7a\xe5\xf2\xaa\xc0\x4e\xc2\x88\xbf\x19\x3b\xa5\x56\x5a\x50\x9f\x86\x78\x3e\xb7\x64\xf5\xa0\x9f\x81\x64\x60\xb5\xe9\x7c\x1e\x07\xb8\x24\xe3\x5f\x6c\x97\x41\xc3\xdb\xfa\x6d\x00\x72\xd1\xbe\x19\x09\x23\xda\xc5\x0c\x06\x48\x04\x6a\x7f\x72\xe8\x07\x3d\xc2\x33\xf2\x00\x70\x81\x69\xee\xa7\x01\x98\xaa\xbd\xc8\x4b\x65\x7e\xa6\x8e\x3c\xfb\xe1\xab\xdd\x6e\x4f\x01\xdb\x32\x20\x0d\xc2\xdb\x84\xd3\x93\xc8\x47\xfe\x2c\x07\x89\xe1\x6a\x19\x9a\x2a\xe3\x4b\xa7\x42\xec\xa9\xf0\xe1\x16\x27\x30\x54\x3b\x01\xe0\xdc\x4f\x41\x16\x04\x41\x90\xd7\x99\x14\x29\x2d\xe1\x7d\x11\x23\xbf\xf4\xc4\x28\x42\xd5\xc3\x5c\x43\xc2\x7e\xf4\xe4\xd9\x79\x21\x23\x55\x5f\xe5\x6f\xa3\x50\x90\xd7\x49\x87\x4a\x64\xf1\xea\xaa\x8b\x0b\x4f\xee\xb2\x44\xfa\x4c\xb2\xc6\x55\x1e\x55\x56\x91\xff\xaf\xa4\x64\x53\xa3\xb7\x08\xa2\xba\x5b\x24\xfb\x95\xbe\x45\x92\xd7\x72\x8b\x64\xab\xdc\x22\xd3\xcb\xbd\x45\xb2\x5f\xce\x2d\x32\xfd\xd2\xdf\x22\x0e\xb6\x7d\x18\x5a\xd1\xb3\x15\xeb\x2e\x43\x1d\x1c\x73\xad\x40\x20\x19\xf9\x4c\x28\x4e\xba\xd5\xc1\x0a\xc5\x2d\x4b\x2f\xec\xae\xda\x8e\xed\x42\x43\x4a\xa4\xca\xea\x64\x33\xa1\x66\x45\x8b\xc7\x65\x51\x60\x1c\xbd\x84\xea\xa1\xa9\x3d\x8e\x26\x86\x13\x6d\xe7\xbd\x80\x2c\x25\x8e\x60\x3e\xf7\xcb\x61\x35\xf7\xd5\x71\x84\xcc\x08\xca\x22\xcc\x99\x52\x51\x43\x63\x48\xb4\xb2\x19\xfb\x11\x16\x25\x31\x3c\xa1\x3e\x8f\x45\x2e\x75\x22\xd0\xd1\x11\x24\x65\xe5\x41\x55\x7b\x3a\x89\x23\x0a\xef\xc9\x57\xcf\xf7\x22\x7c\x34\x8d\x8e\xa0\x6f\x0d\x32\x0f\x6c\xd5\x93\x9c\xb1\x6b\xc5\xa9\x5f\xe2\x01\xf4\x04\x02\xc6\x05\x4e\x08\x1a\x47\xe4\xf4\x3d\x17\x50\x8d\x45\x11\x55\xda\x1d\x2f\x00\xb6\xfc\xaf\x17\xfb\x86\x1d\x02\xb0\xe4\xc9\xec\x9b\x36\x5e\x04\xa6\x44\x95\x7d\x51\xf6\x4f\xa0\x10\x6a\xb1\x6c\x2e\xb2\x53\x99\x8c\xbd\x60\x99\xfc\x6d\x22\x00\x4e\xd4\x10\x68\x25\x27\x25\x7f\x70\x98\xcb\x74\x71\x33\x59\x9a\xbb\xa6\x7c\xd1\x32\xd0\x91\x3c\x0e\x2c\xf3\x4e\x9e\x02\xdb\x7c\xde\xf7\x20\x6e\x4d\x33\x6f\x20\xf4\x71\x33\x48\x05\xfc\x74\x48\xd9\xfd\x94\xb1\x6c\x4e\xad\xdc\xaa\x0a\xa2\x9e\x49\x18\x69\x19\x98\xd4\x2e\x51\xa5\x8b\x39\x48\x75\x34\xf1\x5d\x1b\x9a\x64\xaa\xa4\xdc\x6a\xca\x8b\xa4\xfc\x19\x1a\x83\x6a\xcb\x07\x45\x19\xb7\x99\x8f\xc0\xf7\xd4\x16\x1d\x47\x08\xb3\x19\xce\x44\xb0\x83\xd4\xb0\xed\xe5\x0c\xe2\x02\x6d\x58\x57\x9c\xfc\x9a\x9d\x91\x03\x65\x7a\x24\x35\x13\x84\xa1\x11\x57\x4b\x10\x1a\xbc\x4b\x74\xf1\x18\xb0\x3f\x40\x74\x74\x4f\x6a\x61\x52\x11\x71\x1f\x6b\x07\x2a\x28\xec\xdc\x44\xb7\x88\x0e\xf1\xe0\x4b\x83\xbf\xba\xc3\x85\x77\x45\xfa\x68\x00\x60\x00\xb4\x3e\x31\x0e\x6e\xa2\xad\x2d\xed\xf7\x0d\x57\x94\x0b\x85\xce\xc4\x9a\x91\xc5\x74\x04\x5d\xbc\x6c\x5e\x48\xcf\x2b\x0d\x3b\x37\xd3\x5b\x45\xe8\x0a\x1f\x2d\x9f\x17\x1b\x2d\xee\xa7\xf6\xd4\x50\x70\x33\x65\x53\x33\xd5\xa7\x51\xb3\xb9\xc9\x86\xcc\x71\x04\x25\x08\xe2\x92\xe4\x75\x11\x06\x31\x1a\xab\x27\x78\xf0\xd2\x53\x7b\x60\x88\x1a\x20\xc0\x80\x04\x85\x6a\x0d\x50\x16\x56\xef\xc2\xd3\xac\x07\xc3\xdb\xb0\xb8\x72\xd9\x11\x99\x07\x80\x5e\xc0\xa3\x02\x20\x61\x1f\x0e\x36\x34\xf1\xde\x6c\xfa\x42\xaf\x58\x6b\x21\x68\x44\xdf\x25\x61\xbf\xdd\x6e\x13\xd0\x6e\xb7\x75\xee\xa0\x57\xb5\x7f\x37\xda\x52\x55\x8a\xf2\xea\x44\x36\xa7\xe7\x93\xc0\xf4\xda\x7c\x13\x6b\xfc\xe4\xe2\xa7\x99\x3a\x77\x48\x1f\x0f\x80\x5c\x57\x0b\xdf\xe4\x25\x08\x12\x3f\x91\x51\xe0\x66\x39\x98\xe9\xb5\xea\xa9\xe6\x5a\xdd\xcd\x90\x6b\x8b\x31\xba\x13\x05\x55\xcd\x76\xf5\xde\x87\xb8\x08\x1d\xc0\x13\x94\x51\x97\x2e\xaf\x1b\x23\xb5\xf0\x2f\x4b\xc7\x90\x31\x3a\x0b\x30\x90\x6b\xe9\x02\xee\x3f\xd7\x3c\x25\x2b\x91\xb4\xd5\x9d\xca\x98\xd1\x8a\xca\x64\xe1\xda\xd4\xd9\x07\x57\x78\xb6\x1d\x11\x40\xee\xa0\x08\x98\x1a\x3d\x0f\xc4\x69\x53\xa7\x44\x5d\x34\xe7\x54\x3c\xae\x34\xbf\xd9\x15\xda\xcb\x65\xf8\x14\x5d\xc0\xdd\xaa\xae\xc2\x6e\x99\x28\x81\x65\xa2\xa4\x67\xe3\x25\x0c\x76\x61\xb9\x84\x34\x1a\xac\xbd\xd6\xe7\xf3\xfe\x20\x07\x75\x94\x83\xe1\x7e\xc9\xef\x00\x54\x3a\xe0\x45\xd8\x6e\x51\x42\x98\x6e\x50\xad\x72\x25\x23\x41\xb3\x55\xbb\xa3\x2c\x27\x7c\x2f\x89\xf0\x91\xc7\xf6\x74\x0e\x1c\xb7\x92\x46\xea\x99\x3c\xf1\x85\xc2\xa8\xfc\x51\x04\xd8\x0e\x40\xd9\xf7\x03\x0f\xd3\x64\x5e\x62\xea\x65\x70\x26\xcf\x95\x9e\x60\xc7\x1f\xd8\x2f\xd8\xac\x21\x49\x99\x98\xdf\x8b\xe7\xca\x00\x08\xc2\xc3\xfa\xac\xde\x79\x03\xc0\x2e\x28\xeb\x93\x78\x6c\x0b\x00\x03\xa6\xf5\x41\xe8\x12\x70\x06\xba\x60\x02\x63\x03\x01\x0a\x96\x41\xc7\x23\xd2\x5a\x6b\xc2\x3d\x86\x58\xb1\xdd\xba\xbd\xa6\x0a\x04\x95\xb5\x56\x4b\x5d\x21\x0f\xfa\x70\xa0\x1d\xfd\x70\x76\xc2\xb4\x1e\x1d\xd6\xb0\xfa\xb6\x06\xf4\x65\xe9\xd3\x16\x19\x7d\x45\x4f\x81\xd9\x30\x1d\x8f\x53\xdc\x9b\x1d\x90\x08\xc7\xbd\x59\xf4\x2a\xeb\x79\x77\x3e\x78\xee\x31\xb6\x26\x9b\x26\x3d\xef\x2e\xff\xeb\x81\x0f\x5f\xd1\x9e\xf7\xed\x0f\xf6\x3c\xf0\x72\x7a\x00\x09\x86\x14\x66\x3d\xef\x5d\x9d\xf6\x00\x4e\xc7\x51\xdc\xf3\x1e\xb3\x3f\x1e\x48\x51\x3c\xec\x79\x4f\x1e\xde\xbb\xeb\x01\x0a\x09\x89\x18\x94\x7a\xde\x9e\x4a\x7a\xe0\x98\x8d\xa5\xe7\x7d\x87\xbf\x86\xe5\xaa\xc3\x59\x34\x1c\xc2\x2c\x4b\x09\x8a\x7b\xde\x1d\x99\x7e\x78\xcf\x03\x43\x82\x28\x1a\x46\x6c\x48\x32\xe5\x31\x1c\x89\x86\x8c\xe9\x21\x3d\xef\x9e\x4e\x7b\x20\x86\x19\x45\x98\x03\x18\x47\x63\xd8\xf3\xee\x15\x19\x0d\xa1\x42\x1e\x0b\xcf\x0a\xf2\xb3\xf8\x21\x3f\x71\x69\x37\x9b\x48\x83\x07\x44\xce\x3c\x70\x14\x51\xf8\x2a\x3a\xed\x79\xdf\x12\x09\xae\xa2\x74\x44\x60\x96\xb5\xe4\x27\xaf\xe7\x3d\x14\x39\x0d\x5d\x86\x23\x0d\xdb\x71\x51\x1c\xb3\x2f\x3d\x8f\x9f\xc7\x8d\xb7\x11\x8e\x1b\x77\x44\x9e\x51\x8a\xe1\x80\x55\xe4\x29\x8f\x17\x3b\x86\xd9\xa8\xe7\x3d\x82\x3c\xe6\x03\xfb\x61\x74\xc9\x72\x8b\xfe\xc4\x5c\xa4\x8f\x2e\x9c\xc6\xb0\xc5\x72\x3c\x36\x93\x18\x36\x74\x3e\x6d\x11\x4e\x48\x40\x02\x63\xfe\x91\x36\x9e\x15\x19\x60\x12\x71\x6a\xa2\xe7\x3d\x15\x09\x0f\x14\xc5\x7b\x9e\x59\x52\x3d\x89\x14\x4f\xa6\xea\x95\x44\x75\x2c\x3f\xc8\xbe\xb3\x74\x4a\x86\x50\x8c\xf2\x39\x4f\xab\x0f\x3c\x6c\x48\xcf\x7b\x07\x46\x09\x1d\x35\x9e\xf3\x9f\x1e\xa0\xd1\x51\xd6\xf3\xf6\xa2\xa3\xcc\x03\x1e\x85\x64\xcc\x57\x10\x1f\x19\x00\xd8\x2b\x72\x0b\x38\xbc\x8a\x08\xe6\x33\xf8\x40\x24\x3c\x76\x17\x46\x64\x38\xea\xcd\x0a\x24\x7a\x10\xa1\x44\xf8\x0b\x41\x98\x51\x4e\x23\xbe\x82\x0d\x39\x81\xc6\x58\xc0\x9b\x41\xab\xf8\xce\x40\x85\xca\x65\x64\xd3\xde\x73\xfe\x57\xfd\x9e\xc8\x1d\xaa\xf2\x1b\x77\x86\x24\x65\xcb\x2d\x80\xa0\x00\xc0\x86\xc6\x96\x7d\xc6\xce\xd7\x59\x94\xb1\x2d\x93\x30\xec\x6d\xd0\xb4\xf1\x18\xbe\x82\x19\xe5\xd8\x3c\xec\x79\xe2\x17\xcb\x17\x25\xbc\x1c\x44\xc9\x64\x14\xc9\x6a\x77\xd8\x97\xef\xab\xc2\xdf\x67\xbf\xee\x78\x39\x88\xa7\x82\x5e\x94\xa5\xde\x4b\xf1\x91\x6c\x25\x1b\xa5\x84\x1a\xed\x3f\x97\xbf\xd9\xb7\x44\x14\xf3\x72\x20\x3d\x32\xa8\x4e\xb2\x21\xc4\x31\x07\x9b\xa8\x74\x0f\xea\x9c\x5c\x2d\xa3\x28\xfa\x3e\x1e\xf1\xd5\x3c\x65\xed\x89\x85\x3d\x55\xb5\xde\x29\xbe\xe8\x62\x5e\x9e\x83\x29\x62\x2b\x04\xc5\x80\xbd\xbb\x32\xc5\x23\x9e\x24\x1c\xe7\x5a\x07\x6c\xd1\x1f\xc8\x5f\x8d\x83\xd3\xc6\x0c\x51\x38\xce\x3d\x30\x8e\x4e\x28\x4d\x7a\xde\xa3\xe8\xa4\xb1\xb7\xf7\x9e\xbd\x19\x08\x1c\xa7\xc7\x90\x21\x2f\xfb\xab\xea\xe4\x42\x8b\x26\xc5\x8c\x6c\xed\xcd\xa2\xc9\xa4\xc7\x8e\x43\x69\x5d\x19\x91\x53\x76\xf8\x19\x3f\x59\x27\x08\xb3\x2e\x10\xf6\x40\xf6\x12\x4d\xf6\x69\xba\x3f\x4c\x31\x65\xb4\xa0\xf7\xfc\x25\x9a\xb0\x19\xdd\x15\x19\x1e\xa0\xe9\xd1\x51\x02\xf7\xc7\x10\x4f\x7b\xde\x1e\xff\xd1\x78\x04\xf1\xd4\x3a\xeb\x92\xde\xcc\x13\x18\xd3\x3a\x88\x88\xd7\x13\xae\x21\x66\x62\xf4\x7b\xdc\xed\x80\xf4\xad\xd0\x9b\x0d\x05\xd5\xe9\xdd\xe5\x7f\xd9\x70\x70\x74\xc4\x47\xc7\x06\xa5\xd2\x5e\x9e\xe7\x39\xf0\xa2\x29\x1d\xb5\xc6\x90\x8e\xd2\xd8\x5b\xda\x47\x2e\x4e\x21\x44\x4f\x55\xb6\x44\xcf\xa2\x73\x11\x25\x51\xae\x0a\xcc\x1a\xe2\x77\x83\xa6\x2f\x21\x56\xa7\x58\xf1\x95\xff\x54\x1f\xc5\x80\xc4\x3a\xb7\xf8\x91\x5a\x19\x11\xcf\xad\x99\x36\x0f\x2d\xd4\xf3\xf8\x1f\x0f\xc4\xe9\xf0\x25\x3b\xee\xc5\x5f\x0f\x1c\x91\xc9\xb0\xe7\xb1\xff\x3d\xc0\x23\x66\x78\xec\x7f\x0f\x08\x11\x60\xcf\x13\x7f\xf9\x61\x75\xd8\x63\xe7\xd3\xa1\x07\xe8\x70\xd2\xf3\xe8\x70\xe2\x01\x8e\x33\x94\x26\x0c\x19\x4c\xa8\xbc\x8b\x70\x6c\x0c\x81\x1d\xa6\xf2\x18\xbd\xcb\xc7\x5f\x39\xfb\x64\x7e\xae\xf6\xb3\x68\x8c\xef\x04\x55\x82\xed\xe8\x34\x86\x7a\x3f\xb3\xd6\x68\xda\xd0\x87\xa7\xe8\x99\xb7\xd3\x90\xab\xc2\xb3\x66\xe6\x07\x8e\xd0\x1c\xa0\x88\xa3\x19\xdf\xda\x36\x2c\xc5\x05\xaa\xaa\x3d\x65\x27\x24\xf7\xab\x66\x81\x34\x49\x5f\xf5\xbc\x3b\xec\x8f\x07\xbc\x68\x32\x69\x45\xaf\x22\xc2\x8e\xec\x3b\x93\x49\x43\xa4\x41\x0c\xf1\x29\xdb\xe2\xf8\xb4\x98\x97\x6a\x5c\x1c\x07\xac\x3e\x9b\x03\x2f\xa3\x8f\x04\xcc\x77\xb6\x6c\xbc\x32\x8a\x1c\x78\xc6\xf5\x2c\x6f\x0a\xd1\x9e\x71\x4b\xf7\x1a\xf6\x81\x66\x7d\x92\xa7\x1b\xa8\xdc\xed\x5e\x0e\x26\x04\x0e\x61\x0c\xf1\x10\xae\x70\x66\xa9\xd1\xe9\x3a\x6c\x74\xe2\x84\xb6\x06\x26\x76\x43\x79\x4c\x2a\xd7\x1e\x8e\x3a\xd8\xd9\x1a\xbd\x3c\x3e\xc3\xf6\x3e\x4c\x93\x98\x61\xf6\x03\xfe\xd7\x03\x2f\xe1\x69\xcf\x7b\x17\x9e\x3a\x91\x4a\x14\xca\x58\xcf\x8c\xd5\x55\x43\x62\x69\x96\x27\x3f\x8b\x51\xf0\xc0\x50\xa7\x67\x18\x89\x27\x36\x77\xab\x38\x60\xbc\x9e\xf7\x2d\xb1\xe1\x8d\x83\x86\x1d\xf8\x38\x8e\x48\xdc\xf3\x9e\xcb\x94\xe8\x50\x6d\x8e\x52\x8f\x8b\x6e\x5a\x3e\x1a\xbd\x55\xf6\xa4\xc7\xa6\xa5\xb7\x2f\x3b\x58\x14\xcd\xa1\x5e\x2e\x2b\x87\x8b\x00\x9e\xb9\x97\x2c\xba\x84\x0f\x99\x1f\x55\x67\x00\x91\x3a\x0e\x25\x54\x9e\x0f\x53\x3e\xe2\x15\x01\x27\x4f\x4b\x41\xeb\x89\xba\x7c\x14\xd3\x49\x46\x09\x8c\xc6\xe5\x81\xa8\xa9\xd9\x87\x36\xff\x37\x18\x54\xfd\xed\x26\x69\x14\xb7\x10\x46\x14\xf1\xf7\x3c\xb7\x3f\x14\x69\x9b\xbf\x44\xdb\xd0\xf6\x25\x2e\xde\x9a\x4a\x76\x94\xdc\xcd\x8e\xf8\x6f\xb3\xc3\x19\xda\xcd\xaa\x5f\x00\xb8\xe5\x35\xc6\x53\xc6\x99\xf2\x01\x34\x22\xdc\x30\x06\xd8\xf6\x94\x8e\x1e\x29\x3f\xf7\xe2\x36\x9b\xf2\x7c\xee\x8b\x44\x08\xdb\x59\x82\x86\xd0\x87\xed\x24\xca\xe8\x43\x36\xaf\x27\x87\xbe\x77\xd5\x0b\xb6\xba\x41\x00\x70\x5e\xd6\x32\x11\xed\x70\x11\x0d\x6c\x23\x59\x9e\x02\xa8\x64\x37\x2a\x92\x57\x70\x9e\x27\x1a\x1b\x82\xea\xd9\x0e\x85\x74\xcb\xbb\x6a\x2d\x84\x07\x52\x99\x29\x56\xb4\x55\xfa\x1a\x85\xfd\x01\xc8\xd8\x7f\x89\xf5\xa6\x29\x57\xeb\xc3\xac\xbd\x0f\xa3\x97\xfb\x19\x84\x38\x00\xd3\xb0\x73\x73\x7a\x2b\x51\x42\xad\xa9\x7a\x0e\x1c\x86\x49\x7f\x3a\xd8\xe8\x84\x61\x38\xb4\xc0\x84\x40\x27\xd8\xc5\xfe\x10\x78\x2d\x4e\xfa\x05\xf3\x79\x24\xc4\x39\xc3\xa0\x57\x2d\x9e\x82\x4e\xd0\x6c\xfa\x76\x85\x4c\x55\x08\x72\xdf\x3d\x6d\x21\x6b\xa3\xa6\xac\x8d\x41\x5e\xcf\xd3\x27\x3e\xed\xe3\x41\x10\xe4\x0c\x7b\x22\xeb\xf5\x7f\x79\x33\x02\x6e\x0f\x5d\xcd\xf9\x10\x64\x2e\xeb\x8b\x71\x44\x47\x2d\xa5\x6a\xab\xfe\x46\x07\x2b\xf3\xde\x66\xb8\x00\xe1\x64\x83\x0e\x42\xa8\x30\xf4\x51\x44\x47\xed\xe8\x80\xdb\xd7\xaf\x81\x42\xd1\x41\x16\xd2\xc5\x0e\x1e\xec\x68\x15\x74\x89\x0a\xae\x7b\xb6\xc3\xf4\x42\xa7\x3b\x4c\xd7\x9e\xef\x30\xbd\xac\x09\x8f\x2e\x78\xc6\xa3\x73\x4c\x79\x74\x19\x73\x8e\xe3\xf5\x66\x6c\x58\x74\xc5\xd3\x21\x54\x5e\xf0\xb4\x94\x6e\x4b\xa6\x68\xb0\xde\xfc\xe3\xf8\x32\x66\x9f\x21\x7c\x91\x0b\x9e\x21\xbc\xee\x7a\x67\x08\x5f\xd2\x84\x2f\x14\xc5\x59\x7b\xe7\x98\xf2\xa5\xa0\x38\x8d\x2e\x74\x91\x69\xb4\xf6\x22\xd3\xe8\x52\x16\x99\x46\x78\xfb\x1c\x33\x06\xc4\x35\xe7\x6d\x2e\x23\x5f\x77\xda\xdb\x97\x34\xef\x0b\x45\x6e\xd6\xde\x39\x96\xfa\x32\x90\x7b\x78\x40\x56\xf6\xaf\xb1\xc2\x94\x59\x73\x6b\xce\x98\x55\xbd\x8c\x09\x43\xb4\xb2\xa5\xc2\x2a\x13\x86\x28\x59\x77\xc2\x10\x25\x97\x31\xe1\xe4\xe3\x9d\xf3\xec\xe6\xca\x8c\x59\x7b\xeb\x4e\x99\xd5\xbd\x8c\x39\x5f\x28\xe5\xb9\x3e\xe1\x79\x39\x74\xe7\x05\x93\x9d\xe7\xa0\x3a\x2f\x89\xe8\x8c\xd1\xf1\xeb\x21\x3a\xaf\x9e\x8f\xe8\x8c\xd1\xf1\x25\xcc\x1e\x9e\x4c\x2e\x70\xb5\xe1\xc9\x64\xcd\xc5\x86\x27\x93\xcb\x99\xed\xb8\x7b\xb1\xf3\x1d\x77\xd7\x9f\xf1\xb8\x7b\x09\x73\x3e\x4c\xd2\xd5\x43\xe4\xaf\x30\x67\xde\xde\x9a\x73\xe6\x75\x2f\x63\xce\x24\x9d\xe2\x35\x79\x49\xf7\xa4\x79\x83\xeb\xce\x9a\x57\xbe\x84\x69\x1f\x0d\xcf\x31\x67\x12\x76\x00\x0e\x3b\x6c\xe6\x4a\x23\x5a\x4b\x86\x48\x00\xd2\xe2\x57\x11\xd5\x80\x2b\x01\xee\xa6\x5c\xf4\x96\xee\xa2\x1e\xf5\xfb\x29\x40\x5f\x4b\x07\x6b\xc1\xe9\x68\x78\x19\x40\x1a\x9d\x4e\xd2\x35\xa9\x54\x13\x23\x78\x33\x7e\xbb\xdd\x86\x6b\xcd\x95\x57\xbf\x84\xd9\xa2\xf1\xf4\x3c\x14\x6a\x95\xfb\x62\x0d\xae\xcd\x7c\xb1\xca\x97\x30\xe9\x64\x38\x76\x19\x20\xd5\xee\x99\xb3\x3c\x21\x94\xb6\x8a\xb1\x11\xc8\x7c\xce\x75\x80\x77\x3b\xbd\x62\xe3\x7c\x03\x07\x57\xf9\x7b\xc3\xd1\x30\x0e\x7c\x6e\x75\xb6\x16\xe4\x92\xe1\x38\x24\x6e\xc0\x61\x27\xe0\x48\xb0\xd8\x13\xa0\x1b\x70\xe9\x51\x6b\xad\x20\xb4\x35\xc7\x66\x92\x1e\xad\x79\x66\x26\xe9\xd1\xfd\xcb\xc0\x94\xf4\xa8\xdb\xb9\xd8\x09\x77\x3b\xeb\x4f\xb9\xdb\xb9\xa4\x39\x5f\x24\xd1\xc7\xdb\x3b\xc7\x9c\x2f\x83\xf0\x4b\xd2\xa3\x8b\x64\x5b\x59\x73\xeb\xcf\xf8\x32\x98\xd6\x71\x74\x72\xfe\x3b\x6e\x1c\x9d\xac\x7f\xc3\x8d\xa3\x93\xcb\x98\xe7\xba\x32\x73\x6b\x9e\x08\x9f\x63\x9e\xe7\x96\x95\x6f\xac\x32\xcf\xf4\x35\x3d\x8d\x7c\xed\x7c\x5c\xea\x38\xbd\x0c\x9a\x6d\x3c\x4d\xce\x47\xb2\xd5\x4e\xff\x1b\xe7\x9c\x3e\x9b\xc5\xeb\x9f\xff\x24\x7d\x75\xa1\xd3\xe7\x58\x3f\x49\x5f\x89\x40\x68\xeb\x4c\x7c\x92\xbe\xba\x84\x79\x93\x08\xbf\x5e\xcf\xb7\xa2\x83\x10\xd5\x85\xfb\x1c\x23\xdc\xa3\x60\x1c\x9d\xf4\x48\xce\x19\x20\x80\xc3\x59\x0c\x87\x68\x1c\x25\x59\xaf\x93\x6f\xd8\x5e\x33\x12\x48\x8b\xaf\x28\x5f\xd7\xfe\x08\x3b\x5d\x14\xc3\x66\xb3\xe2\x1d\x55\x87\x04\x0f\x75\xb3\x6c\x26\x62\x04\xbb\x45\xb2\x87\x75\x12\x6c\xf1\xd5\x17\x33\xe7\x6e\x58\x1e\xa0\x13\x18\xfb\x84\x91\xa9\xfe\x76\x07\xa0\x20\x50\xa1\xbe\xbb\x21\x6b\x4f\xea\x97\x48\x23\x0f\x5c\x5c\x86\x5b\xbe\xd5\xd4\x37\x70\x4d\x6b\xb9\x68\x6d\xdb\x6a\x8d\x5d\xac\x18\xa4\xc6\xd5\x9a\xde\xc2\xcd\xa6\x2f\x32\xfb\x29\xa3\x94\xc1\x96\x8f\xed\xe1\x7e\xc3\x4f\x5b\x38\xa8\xeb\x47\x0e\x6b\x85\x09\xf2\x90\x50\xa9\x13\x53\x91\x89\xa9\x8e\xa0\x4d\x6e\x4c\x5d\x57\xe0\x60\x58\x70\x17\x61\x49\x38\x27\xb1\x45\x76\xc5\x44\xb8\xe8\x01\x06\x3d\x9f\x84\x5b\x04\x88\x50\x60\xa1\x0f\xc3\x2d\x18\xcc\xe7\x28\x7b\x1c\x3d\xe6\x7e\x72\x95\x81\xac\x76\xf8\x4e\xe6\x73\xf2\xb5\xee\x66\xd8\xd9\x7d\x1c\x3d\xee\xc1\x5b\x9d\xdd\x16\xf5\x5b\xac\xc7\x9e\x0f\x43\xd3\x45\x6e\x3b\x9b\x24\x88\xfa\x1e\xf4\x02\xb0\xf5\xe2\xca\xcc\x87\xac\x7d\xa3\x77\x96\x09\xfb\x9d\x41\x0e\xd9\xdf\xee\x60\x77\x8b\xfd\xdf\x22\xbd\x16\xc9\x5f\x04\x81\xbb\xa9\xa0\x52\x61\x8b\xf4\x78\xf9\xdc\xe4\xa9\x18\x04\x78\x84\x04\xfe\xbf\xc6\x53\x6d\x86\xe6\xb3\x8e\x41\xcb\xf8\xc2\x03\x2a\xb4\xe1\xc9\xa4\x54\x46\xe4\xe5\xe6\xd5\x2e\x81\xd7\xef\xac\xc7\x76\x09\xc9\xcd\xeb\x67\xbc\x32\x1e\x4b\xf3\xc2\xe8\x53\xd6\xdc\x9a\xf4\x29\xab\x7a\x09\x27\xfb\xc5\xea\x3a\xac\xaf\xea\x70\x39\x9a\x0e\xd9\x47\x17\xfa\x30\xca\x9a\x5b\x77\xbe\x1f\x5d\xca\xc3\x68\x36\x3d\x78\x3d\xf4\x5a\xeb\x7c\xf4\x5a\x36\x3d\xb8\x84\xd9\x5f\xac\x8e\xc7\xfa\x2a\x1e\x97\xa3\xe1\x71\xc1\x8a\x0e\xe7\xd0\x73\xb8\x24\x35\x07\x4a\xa6\x78\x78\x91\x33\x66\xed\xad\x3b\x65\x56\xf7\xa2\xe7\x7c\x7a\x00\x5b\x08\xb7\xa0\x30\x1d\xba\x5a\x58\x19\x5d\x2d\x7f\xfb\xa5\x85\xd9\xdb\x7b\xf4\xde\xdb\x11\xc9\xda\x14\x8e\x27\x49\x44\xa1\x3f\x43\x71\xcf\x7b\x6b\xeb\xdd\xed\xf4\x43\x94\x78\xe0\x20\x49\x87\x2f\x7b\x5f\x9f\x79\x99\xf0\x86\xe4\xf5\xfa\x5e\x53\xb9\x2e\x05\xde\x37\x0d\x13\x8e\xfb\x6a\x2a\xde\x37\x45\x94\x89\x87\xf8\x69\x12\x0d\xa1\x37\x00\x5e\x46\x23\xca\xbf\xb2\x06\xfa\x6f\x80\xfe\xce\x9b\xa0\x3b\x00\xfd\xfe\xce\x36\xd8\x19\x0c\x84\xd6\x78\xbf\xef\x15\x2d\xc3\x84\x7b\xc0\xed\xcf\x4a\x75\xbb\x37\x40\x97\x17\x1f\x0c\x80\x37\x89\x48\x34\x86\xdc\xf9\x55\xaf\x3f\xc8\x41\xb9\xb0\xe8\xa8\x23\x3b\xda\x1e\xb0\x84\x77\x34\x45\x31\x37\xf7\xcb\x20\xa1\x6f\xc3\xc3\x94\x2b\xbf\xf7\xbd\xaf\x0d\xa7\x24\x4b\x49\xaf\xf3\x35\x4f\x75\x60\x8c\xe8\x8c\x43\x19\x0c\x6a\x33\x47\x51\x76\xff\x38\x4a\xbc\xde\x61\x94\x64\x10\x78\xd3\xc9\x71\xc4\x0b\x78\x26\x3e\x78\xe8\xd0\x1b\xe4\x5f\x07\x63\x48\xa3\xde\x6c\xcc\x97\xf6\x31\x57\xfa\x3f\x3b\x76\xb5\x47\x07\x99\x57\xc4\xc0\x13\x4b\xbf\x9f\x41\x7a\x57\xd5\xd9\x53\xcb\x4f\xa5\x03\x91\x7d\x85\x10\x4f\x70\x72\xaa\x8b\xf9\xc1\x32\x9c\x4f\x63\x74\x88\x20\x29\xdc\x7b\x71\x37\x6b\x57\x55\xbe\xb4\x88\x58\xf3\x1d\x15\xb6\x5f\xa1\x24\x11\xd6\x7b\x3e\xc3\x6d\xcb\x29\xca\x05\xb8\x56\x32\x4c\xb6\x79\x88\xab\x92\x6f\x38\xee\x82\x0b\x10\x80\x85\xfb\x19\xe1\x6b\x06\x02\x1a\x0a\x6f\x9e\xa1\x37\x8c\x26\xd1\x01\x4a\x10\x45\xdc\x10\x5a\x41\x5a\xcd\x5e\x98\x7e\x90\xbb\x46\x29\xdf\xdb\x69\x77\x77\xbc\x00\x10\x1e\xb2\xb9\xc6\xed\x14\xeb\x54\x0e\x1c\x9f\xc9\xed\x14\xf7\x25\x80\x73\xe1\x1f\xe0\x91\x1c\x46\xc5\xb9\x9e\xdf\xe1\x6a\x40\x51\x96\x09\x6f\x04\x62\x66\x80\x04\xb6\xd3\xd5\x7d\x65\x00\xcc\x41\x2e\xa0\x82\x01\x0d\x00\xce\xb9\x3a\x7e\x92\x18\x3d\x50\xb6\x5c\x12\xff\xc4\xb9\x8a\xe2\x67\x70\x08\xd1\x31\xbc\xa3\x78\x74\x5f\xe8\x67\xc4\x0f\x45\x6d\x3f\xc8\x85\xef\x04\xbb\x99\xc2\x65\x05\x04\x5e\x44\x8e\x32\x8f\xf5\xc9\x2b\xbe\xcf\x8b\x57\xda\xab\xf6\x93\xc7\x02\x4b\x8a\x96\x55\xbb\xf2\x83\xef\xf6\xc8\xb7\x0c\x9f\x9d\xcf\x63\xab\xee\x81\xd5\x9f\xcb\xbe\x5a\x0e\xca\x84\x67\x45\x6c\xef\x1e\x6e\x82\xa3\x42\xbb\xf1\x45\x54\x9e\x15\x55\xae\x3e\xfa\xd8\x91\xaa\x1c\x19\x65\xa6\x0f\xa7\x22\xac\x1a\x39\xca\x42\x9a\x3b\x97\x7a\x96\xbb\x10\x83\xe7\x6a\x3c\x9b\xe5\xe6\x41\x22\x7e\x15\xce\x95\x78\x24\x73\x94\xc9\x0c\xcb\x91\xa3\xdc\x08\xd6\x47\xe1\xa0\xc9\xaa\x03\xe3\xfa\x2a\x50\x3a\xde\x30\x1d\x44\x60\x50\x9c\xc9\x8f\xec\xc3\xc2\x87\xe1\xed\x72\xe4\x4b\x1e\x8a\x68\x39\xaa\x2a\x0c\x8a\x92\xb5\xcf\xdf\x8b\xa3\x37\xd8\x1c\x3e\x80\xd1\xcb\x47\xd1\x44\xfa\x82\x96\xbf\x2c\x77\xc0\x85\x8f\x14\xe9\xba\x93\xfb\x5e\xf4\x54\x11\xc3\x0b\x50\xb3\x49\xfd\xc0\x72\xb6\x0b\xa8\xf6\x9c\x3a\x9b\xa4\x19\x12\x53\xef\x21\x6e\x8f\x19\xf7\xd2\x3c\xc4\x20\x0a\xd9\x15\x87\x40\x1a\x6c\xa8\x23\x25\x52\x32\x2c\x36\xa6\xea\xb1\x2f\x4e\x7d\xbe\x03\x37\xa0\x38\xe8\x69\xf9\xa0\x27\x67\x39\xe8\x5f\xe7\xf6\xad\x1c\xf4\x55\x9f\x28\x06\x6b\xc8\x27\x6b\xbb\x0f\xcb\x1d\x27\x39\x61\x60\xa5\x45\x38\x55\x24\xf3\xaa\x87\x35\x29\x1c\xd7\x52\xb5\x7c\x6c\x51\x79\x95\x14\x10\xe7\x31\x8c\xcb\xc1\x08\x5d\xa2\xc2\x55\x70\x7b\xb5\xb3\x78\xd1\xa6\xb8\xc4\xa0\x42\x8d\xfa\x0d\xcf\xfd\xef\xa8\xaa\x00\x3a\x0d\xd9\x2a\xd3\x42\x98\x42\x72\x18\x0d\x19\x3a\xf6\x07\x56\x3c\xdf\x05\xd5\x6b\x5d\xf7\x2f\xbf\xf7\xce\xb6\x32\xab\x8c\xdb\xe1\xf8\xf5\xb5\x45\x02\xd0\x7c\xc6\x05\x06\x03\x28\x66\x7b\x81\x31\x01\x14\x72\xdc\xe1\x57\xe6\x8a\x71\xea\xcd\x4a\xce\x28\x01\xfc\x44\x6c\x71\xde\x2e\x6b\x4d\xd2\xe4\xf4\x10\x25\x45\xbc\x92\xd6\x28\xca\xc4\xc7\x16\x67\x60\x32\x17\x86\x38\x9b\x78\xcd\x77\x89\x70\x81\xeb\xe2\xc5\xad\x5e\xa5\xc6\x15\x30\x5e\x58\x1a\x74\x57\x10\xd8\xcd\x26\x23\x89\x6f\x77\x7a\xdc\x4d\x5b\xd1\x83\xc3\x43\xfe\xaa\x40\xfa\x15\x82\xce\xf9\xa1\x82\x32\xb3\x44\x0b\xe1\xe3\x74\x58\x1b\x65\x79\x05\x28\xbd\xe6\x90\xe9\x0b\xe0\x64\x04\x7f\x43\x19\xe3\xbc\xe3\xb7\xd9\x40\x1f\xea\x19\x05\xe2\xb1\x04\xf6\xbb\xdc\x3f\xf2\x62\xc6\x78\x09\xd8\x7e\xf5\x60\x86\x6b\x21\xb6\x2e\xb0\x2a\x97\xd5\x05\x6f\x27\xd7\x88\xcb\xa1\x5c\x0b\x0f\xe3\x46\x18\xe2\xa0\xe4\x92\xbe\xd4\x29\x01\x9e\x7a\xd6\xe3\x8e\xd6\x6c\x32\xae\x2e\x4e\x71\x17\x88\xc1\x31\x6a\xe0\xc5\x6c\x76\x8a\x60\x12\x37\x68\x1a\x5e\x99\x7d\xfb\xf9\x93\xc7\x6d\xe1\xe1\x10\x1d\x4a\xc6\xf5\x45\x1e\x00\x41\xa2\x11\xc6\x24\x91\x1c\xc0\x1a\xac\x35\x5d\x14\x68\x9e\xd2\xf5\x46\x2e\x3c\x89\x87\xb0\xd9\xa4\x32\x64\xf4\x2e\xe1\x21\x40\x05\x61\xd7\xd3\x77\x68\x18\x86\xb2\x3f\xde\x55\xf6\x10\x1f\xa6\x0e\x8a\x67\x71\x1f\xf2\x35\xb6\xf0\xe3\xfd\x54\x85\x3d\x7a\x72\xe8\xc3\xa0\xd9\xb4\x83\x0b\xc0\xa0\x0d\x8f\x21\x39\x65\xdc\x91\x7a\xaf\x35\x22\x53\xe6\x2e\xb6\xa3\x8a\x67\x29\x96\x32\x69\xbd\x11\x53\x5c\x84\xd1\x75\x6c\x3e\x57\x85\x5f\x5a\x98\x2e\x1d\xfa\xad\x1c\xa7\x4b\xfa\x05\xee\xab\x99\x80\x76\xbb\x0d\x07\xab\x44\xed\x72\x02\xe4\x15\xc2\xb1\xad\x37\xf3\xd5\x04\x87\x98\xc7\xf9\x80\xb1\x18\x0a\x32\x48\xce\x31\xc4\xb4\x95\xa0\x8c\x42\x47\x3c\x83\xf3\xc3\x63\x7f\x7f\x98\x4e\x31\xcd\xc2\x0a\xe9\x37\x8b\xe2\x38\xeb\x11\xe9\xe7\x2c\xeb\xe1\x3c\xaf\xc2\x4f\x9c\x62\x5c\xf1\xda\xd2\xba\x01\x84\xf3\xc5\x33\xd8\x6c\x92\x66\x13\x35\x9b\x3e\xde\xda\x02\xfc\x2c\x17\xed\x71\xb7\xf2\xef\xc9\x69\x05\xba\x82\x53\x05\x44\x2d\x0a\x87\xc5\x5e\x44\x18\xa5\xca\x65\xfc\x3c\x83\xcb\xb1\x65\x9c\xf6\x61\x94\x24\x07\xd1\xf0\xa5\x8e\xdb\xce\x0a\x3c\x91\xee\x75\x54\x19\xbd\xb4\x22\x34\x7f\x3f\x05\x11\xc8\x18\xfd\x82\x84\xbc\xd2\xe8\x06\x14\x19\xac\x1b\xf1\x53\x75\x62\x7c\x94\x5d\x04\xa0\xdc\x40\x98\xda\x75\xac\xc8\x2c\x02\x44\x8a\x82\x57\xf0\x89\xe2\xb8\x02\x1c\x51\x14\xa0\xbc\x3a\xc2\x08\x64\x00\x07\xa5\x81\x86\x51\x75\x70\x21\x5e\xe4\xf7\x9b\xb1\xd5\xe7\x9d\xbd\xbd\x09\x1c\x9c\xf7\x12\xe4\x7e\x7d\xb7\x71\x19\xa6\x4f\xf0\x10\x72\x05\x92\xf2\x07\xc7\xfa\x88\xc3\x3f\x0a\xd1\x06\xdd\xad\x56\xf0\x31\x88\x40\x1a\xf4\xd2\x66\x33\x6d\xa7\x78\x08\x77\x09\xaf\x1a\x81\xb7\xd3\x34\x81\x11\xf6\xd3\xf6\x30\x9a\xd0\x29\x81\x41\xd0\xab\xa9\xaf\x8b\xb2\x46\x74\x69\xb6\xdd\x1c\x9b\xc5\xba\x73\xd9\x20\x83\x19\x1b\x98\xa3\xa4\x2f\x3e\xf7\xea\x3f\xaa\x8e\x51\xb3\x89\xec\x8e\x9f\xbf\xff\xf4\xe9\x93\x67\x7b\xcf\xf7\xef\x7f\xe7\xfe\xe3\xbd\xfd\x27\x4f\xf7\x1e\x3e\x79\xfc\xbc\x2c\x87\x93\x11\x10\xc8\xa9\xf6\x10\xac\xae\x09\x49\xd2\xc8\x67\x3c\xdf\x8b\xd1\xb1\x27\xdc\xa0\x53\x40\x42\x23\x24\x78\x05\x20\xde\x30\x41\x8c\x0f\x62\x4d\xb3\x4d\x31\x63\x50\x15\x0b\xe9\x10\xdd\xf1\xba\xbb\xe2\x6a\xe6\x69\x55\x3f\xe8\xf9\xb4\x32\x1a\x51\x80\xff\xf1\x18\x8d\x83\x30\xa2\x56\x2d\xb0\xd9\x01\x9b\x9d\x40\x88\xfe\xb3\x49\x44\x87\x23\xf1\x9d\x3a\xb3\xba\x9c\x5c\x19\xb2\xbc\x82\x36\xd9\xec\xe6\x79\xe0\x07\x0e\x99\xbb\xf0\x19\x5e\xd1\x3f\xdc\x71\xea\x1f\xee\x0c\x9a\x4d\xf3\x97\x79\xbe\x06\x33\xf7\x9a\x52\x80\xd8\x61\x40\xfc\x20\x77\x40\x56\x7c\xcd\x6b\x17\xd7\xc1\xa0\xa5\xb8\x45\x60\x86\x3e\x86\x85\xb4\x45\x25\xf8\x75\x2e\x3e\x2e\x12\xfa\x2c\xb9\xb2\xf8\x05\xac\x82\xf2\x94\xc2\xf0\x28\xf4\x16\x57\x42\x11\x54\xd6\x74\x61\x85\x5d\xd1\x5d\x60\x30\x4b\xfb\x70\x10\xe2\x3e\x1c\xb0\x39\xa5\x46\xac\x9c\x70\x73\xd3\xfc\x09\xd2\xb6\x49\x44\xf3\xaf\x66\x06\xf0\x3d\x11\xbb\x09\xe1\x46\x3a\x9f\xa7\xa6\xcb\xa9\xa0\xd9\xf4\xd3\xb6\xa2\xb2\xc3\xcd\x0e\x8f\x2d\x28\x5d\x89\x05\x6d\xc2\x88\xca\x4c\xa4\x84\xda\x8c\x1e\x20\x97\x46\x29\x09\x8b\xc4\x8e\xf9\x9c\xe4\x01\x3f\xe5\x0d\x74\xb0\xfa\xe3\xdd\x89\xa0\x51\x56\xfe\xae\xf5\x4b\xf8\xe9\x47\xca\xc3\x38\xb0\x3e\x86\xea\x9d\x44\xab\x35\x96\x7b\xa8\x17\x25\xa7\x6c\x7a\xe2\x39\x25\xbd\x80\x87\x1d\xb6\x19\x92\xd0\x57\x8c\x20\xe2\x31\x06\xdb\xd2\xef\x5e\xf1\xdc\x19\x71\x88\x81\x48\x3c\xa2\x36\x04\x2d\x90\x15\x52\xb4\x3a\xf9\x3a\xc0\x1b\xae\x88\x16\x85\xd4\x5d\xa0\xee\x93\x03\xd6\x23\xbb\x7c\x44\xfc\x06\xe0\x93\x30\x2d\x38\x04\x97\x44\xdd\x60\xb2\x88\x89\x49\x16\x33\x46\x6c\x2c\xd2\xac\x18\xd1\xf8\x22\x59\x32\x62\xad\x24\xa9\xae\x24\x56\x2b\x99\x8b\x77\x21\x75\x01\x97\xc2\x85\x45\xe4\x28\x6b\x17\x2f\x15\xfd\xce\x60\xc1\x8b\x56\xf1\x76\xc5\xeb\xda\xa0\x68\xa7\x22\x21\xe9\x01\x71\x82\x8b\xeb\x7e\x14\xe1\x38\x81\xcf\x78\xf1\xc0\x7e\xf6\x72\x35\x34\xc5\xab\x36\x65\xfe\x52\x8d\xe9\x89\x96\x1e\x15\x40\x1a\x66\xbe\x8f\xc2\x28\x28\xc2\xd9\x82\xca\x72\xf6\xc9\x60\x31\x7f\x6c\x3d\x7a\x00\x03\xec\x9c\xb6\xcc\x03\x90\xf9\xc8\xec\xc0\x1c\xa2\x07\xfa\x78\xb0\x34\x4e\x54\x7d\xf5\x00\x18\xdf\x02\x60\x29\x37\x27\xd5\x53\x78\x12\x1d\xc1\x16\x45\x34\x29\x62\x3b\x17\x59\xeb\x69\x3f\x94\x43\x37\xc8\xa6\x4c\xfd\xe3\x8b\xd0\x81\x70\x88\x7a\x14\x35\xcf\x66\xb0\xc7\x7a\x65\xf7\x53\xcf\x75\x08\xf8\x01\x18\xc1\x28\xbe\x17\xd1\xa8\xee\xbb\x23\x0c\x90\x7a\xec\x2d\xfc\xec\x5b\x3d\x79\x81\x70\x35\x38\x43\xb1\x72\xc8\x3f\x45\xf1\x83\x54\x06\xf6\xc9\xcd\x30\xe8\x5c\xa6\xd1\x6c\x92\xf6\x7e\x0c\x27\x04\x0e\x23\x0a\x9b\x4d\x76\xde\xa4\x09\x6c\xbf\x8a\x08\xf6\xbd\xf7\x33\x84\x8f\x1a\x2f\x66\x33\x0e\xc0\x3c\x7f\xd1\x10\x2b\xd4\x40\x59\x43\x57\x8a\x41\x83\xad\xc4\x8b\xd9\xac\x58\x36\x56\x14\xe1\x8c\xc2\x28\x6e\x37\xbc\x2d\xb3\x0f\x19\x06\xa7\x12\xba\xa8\x34\x0f\xa0\xa2\x63\x45\x19\x57\x2d\x9e\xe5\x86\x92\x05\x6a\xa3\x38\x74\xcc\x0f\xa0\x36\xef\x3e\x84\xed\x0f\x53\x84\x7d\xcf\x0b\x00\x16\x10\xb1\x22\x61\x65\xc3\x11\x64\xeb\xcb\x28\x65\xdf\x8b\x0e\x29\x24\xcf\xb8\x1e\x96\x57\x01\xaf\x5a\x23\x46\x51\x31\xea\xc3\xf3\x72\x10\x6b\x26\x83\x4d\xa5\x1a\x85\xa9\x3c\x15\xe2\x1a\xeb\x86\x22\x72\x7c\x52\x01\x89\x2b\x9a\x2e\x49\xa7\x14\x12\x19\xfd\x08\xa0\x10\xb7\xf7\x45\xd6\x23\x34\x24\x69\x82\x0e\xe6\x73\xdc\x16\x39\x60\xc6\xee\x95\x63\xc8\x43\x84\xf0\x23\xb3\x97\xe6\x21\x9a\xcf\x67\x39\x88\x2a\xa3\x2d\x66\xb8\x91\xee\xa6\x6c\xe7\x8e\x51\x06\xdb\x87\x08\x47\x49\x72\xea\x9b\xef\x63\x51\xdb\x78\x9b\x57\x01\x82\x97\x00\x34\x02\xfc\x65\x2e\x50\x11\x22\x56\x2b\x5e\x91\x38\x6c\xd4\x1e\x1a\x3a\x0a\x64\x91\xc7\xb9\x2e\x17\xdd\x36\x4c\x27\xa7\x97\x2a\x01\x2e\x45\x9d\x9b\x2d\xd8\xd2\xc6\x71\x25\x3d\x84\x8b\xfc\x3b\x7e\x50\x2d\x22\x88\x6b\x0f\xe8\x70\x9b\x92\x60\x3e\x41\x19\x45\xf8\x88\x63\xdf\x5e\x74\xe4\x0b\xd4\x82\x6e\xd4\x72\x06\x49\x12\xb7\x4a\x0f\xe2\x63\x44\x52\xcc\xc5\x7b\x6c\x2d\x34\x4e\x37\x9b\x7d\x2f\x83\x93\x88\x44\x34\x25\x1e\xf0\x26\x04\x4e\x20\x8e\xb9\x7b\xdc\x89\x50\x62\xb4\x22\x8c\x2a\xfb\xa1\xa7\x04\x66\x8c\xb1\x30\x9a\xea\xd3\x41\xd0\x6c\x96\xa7\xa6\x84\xa5\x5b\x12\x82\xfc\xc0\x66\xfc\x1b\xa2\xfc\x0a\x13\xdc\x8a\xd5\x08\x3b\xd7\x64\xb5\xe7\x6a\x68\x3d\xaf\x31\x6f\x78\x2a\xfb\xa9\x18\x25\xbb\x0c\x65\xce\x33\x31\x5a\x21\x6b\x11\x10\x17\x69\x1e\x63\x72\x8f\x65\xc8\x20\x27\x59\x11\xdd\xa9\xbc\x77\xca\x9d\x9a\x9b\xbd\x5c\x48\x0e\x81\x1d\x49\x75\x45\xe4\x98\xbc\x60\x43\x08\x79\x61\x5b\x43\xba\xd9\xf4\x8d\x5f\x21\x0d\x80\x2a\x22\x17\x40\x89\x88\x45\x49\x99\x19\x92\xa2\x9c\x5c\x1e\x55\x0e\xf3\x72\x32\x33\xc4\x41\x0e\x10\x1e\x41\x82\xe8\x03\x92\x8e\x9f\x12\x78\x8c\xd2\xa9\x31\x73\xde\x24\xcf\x13\x21\x3e\x97\x8d\xaf\x48\x3b\x46\x6a\x0c\x90\xaa\x14\xe3\xcc\xf9\x49\xad\x9f\x0f\x44\xec\x41\xbe\x32\x3c\xe2\xd1\xdb\xa7\xbe\x87\x62\x76\x8d\xa3\x58\x18\xe4\x28\xa6\xd3\x2c\xa9\xfc\x15\x13\x76\x48\x72\x99\x13\xdb\xf4\x52\x5b\x4f\x94\x11\x9c\x8c\x9e\x8f\xe6\xd6\x55\x4e\x98\x02\xc8\x63\x20\x86\x84\xff\x11\x5b\xcc\x0d\x1e\xa9\x65\xe5\xc2\x19\x80\xb8\x65\xd2\x10\xfa\x18\x74\x75\x64\xb3\x65\x9b\x1d\x05\x41\x5e\x9d\x95\x60\xbb\x5a\xdd\xa0\xdf\x19\x6c\x60\x05\x41\x31\x5a\x0c\x44\xc4\xc6\x10\x2e\x1a\xe8\xa2\x91\x8a\x08\x6e\x75\xd0\xda\x40\x6d\xb9\x30\x4b\x4f\x2a\xb4\xe0\xa8\xaa\x04\x08\x12\xf9\xc1\x56\x37\xc8\xa5\x1c\x76\x85\xb5\x0f\xc0\x8c\xcd\xb5\x87\x81\x9a\x7f\x0f\xe5\x21\xe1\x30\xc1\x05\x4c\x10\xe7\x34\x7d\x24\x00\x83\x79\x00\x59\xf5\x8d\xc8\xcc\x69\x92\x6c\x88\x80\x75\x6a\xf8\x35\x00\x08\x36\x52\x79\x57\x17\xa1\x60\x97\x41\x22\x5d\x03\x12\x2d\x06\x89\x63\x94\xa1\x83\x04\xee\x89\x13\xa9\x14\x42\x54\x77\x33\x13\xe1\x33\xdd\xf4\x87\x2c\x14\x00\x1a\xc2\x5d\x65\xfe\xd8\xeb\x00\x12\xf6\x07\x3c\xbc\xdb\x4d\xda\x6a\xdd\x54\x9b\x47\x44\xb1\x3e\xf4\xb1\x3a\x0c\x82\x19\x63\x6e\xb2\x11\x3a\xa4\x3e\x0e\x36\x0e\x08\x8c\x5e\xe6\x66\x56\x11\x7b\x97\x31\x12\x29\xa1\x30\xae\x19\xae\x35\x99\x25\xa3\xb6\xcb\xb2\x83\x74\xb3\x03\x70\xd8\x1f\x68\x52\xf0\x8e\xdf\xc7\x03\xb6\x79\xfb\x83\x62\xd3\xaa\xbb\x06\x86\xb7\x67\xe8\xd0\xe7\xbe\x8f\x30\x0d\x52\x3d\x5e\x18\x6c\xc0\x24\x83\x0d\xfe\x51\x1d\x36\x8c\xf2\xf5\x49\xb8\xd9\x95\x3d\x08\x0c\xc7\x41\x20\x31\x02\xb3\x7d\x96\x36\x9b\xbe\x0f\xcd\x6d\x01\x83\xc0\x38\xe4\x52\xeb\x90\x33\x3a\xcc\x79\x87\x64\x3e\xf7\x8d\x49\xe8\x2e\x14\x49\xca\xa8\x22\x21\xa1\x19\x46\xd4\x47\x25\xfb\x23\xa8\x3e\xd0\x00\xf4\x07\x01\x8f\x84\x6a\x84\xcb\x76\xc3\xd0\x5c\x0c\xbe\xfe\x72\xc1\x8b\x97\x0c\x85\x0e\x37\xc9\x2d\x7c\x93\x6c\x6d\x89\x96\x50\x08\xfb\x64\xb0\x21\xc9\xe7\x66\xd3\xa7\x92\x6a\x16\x19\x01\x20\x5b\xdd\x5b\xb8\xd9\xd4\xd9\xc5\xc4\x35\x36\x50\x4d\x73\xe7\xa0\x96\x1c\x61\x4b\x24\x08\x96\x51\x94\x3d\x88\x32\x7a\x90\xa6\xd4\x57\x46\xc5\x92\x58\xd1\x82\xcd\x23\xa8\x22\xba\x65\x6f\x9f\xee\x45\x47\x8f\xa3\x31\xf4\x25\x37\x57\x04\x2a\xa4\x61\xe7\x26\xbd\x05\xad\x10\xcf\x62\xc2\x1c\xb5\x49\x7b\x12\x11\x88\xe9\xe3\x34\x56\x24\xf7\xdd\x11\x4a\x62\x5f\x04\x84\xb3\xc6\xa1\x84\x9c\x9b\x0b\x49\x71\x15\xac\xe1\x50\xd6\xf3\x96\xbf\x90\x4d\xd2\x57\x90\xb4\x32\x98\xc0\x21\x6d\xbd\x42\x74\xd4\x12\x42\x5b\xd3\x16\xc1\x2a\x33\x9e\x26\x14\x4d\x12\x68\x16\x76\x51\xb4\x67\x6e\xd8\x6a\x6f\x59\x23\xca\xb4\x21\x5b\xa9\xb9\x8a\x5a\xda\x6b\x21\xad\xb1\xe3\x45\x33\x89\x4e\xd3\x29\xed\x69\x45\x31\xc0\xc7\xf8\x9c\x0f\x51\x9b\x64\x08\x9b\x10\x27\x94\x3d\x20\x24\x71\x59\x6f\x26\xbe\x3c\x21\x22\x2e\x8f\x19\x43\x15\xaa\xa0\xe6\x3c\x06\xe8\xfe\x3e\xca\x9e\x4f\x8f\x8e\x60\xc6\x2a\xee\xef\xf3\x9b\x99\xec\xca\xd8\x81\xb2\x36\x69\xef\x8b\x20\xf6\xfb\xfb\x80\x06\x2a\xb0\xa0\x08\xa0\xcc\x9b\xce\x6d\xcc\x71\x18\xef\x9e\x6f\x81\xcf\x80\x30\x67\x5b\x6b\x57\x73\x2a\xd0\x3d\x49\xa7\x93\x16\x4f\x5f\x1a\x4a\x88\xfd\xaa\x97\x5a\x23\x06\x15\x87\x46\xcf\xf3\x80\xc4\x91\x42\x5f\x74\x1c\xd1\xe1\x08\x92\x02\x6b\x1e\x89\x0c\x90\x89\x65\x85\xb1\x78\xfb\xd3\xad\x96\x90\xc7\x04\x9e\xae\xd2\x12\xf1\x4e\xbc\x15\x31\x50\x05\x3f\xbb\x8f\xa3\x83\x04\xc6\x4a\x58\xb7\x28\x6e\x71\xae\x42\xaa\x70\x8f\x0c\x95\x2b\x57\x7e\x6c\xf7\x07\x9e\xa5\xdb\x2a\x8e\x56\xde\x2a\xbb\x2f\x54\x39\x4f\x0b\x55\x18\xa9\x40\x47\x10\xcb\x3f\x0c\xcb\xd5\xb5\x0b\x83\x36\x4d\x85\x03\x08\xcd\xc7\xdb\xb9\x3a\x93\xab\x50\x66\xa3\x74\x9a\xc4\xcf\x47\xe9\x2b\xb1\x0f\x04\x1c\x4d\x7d\x83\xcd\x62\x20\x99\x2e\xf6\xc1\x08\xf2\xc8\xce\xf5\xdf\xc4\x9e\x01\x51\x1c\x57\x1b\x16\x71\xae\xeb\x7b\x6e\x36\x7d\xef\x20\xa5\x34\x1d\x7b\x61\x18\xba\xfa\x78\x2a\x05\xcc\x5e\xb0\x2b\x2f\x3a\x5e\xea\x60\x8a\x92\xb8\xd8\xea\x0f\x52\xb2\x07\xc9\x98\xd1\x02\x3d\xaa\x2f\xfd\x25\x25\xd9\xa0\x8b\x13\x86\xad\xf8\x1d\xac\x4a\x5a\x7a\x18\x02\x8e\xcf\x9e\x7f\xe7\xa9\x62\xcf\xfd\xca\x9a\x71\x98\x7b\x41\x20\xd6\x89\x08\xc2\xa7\x63\xba\xba\x50\x04\xda\x86\xc1\x49\x88\xc9\x8a\x90\x7b\x7a\xd1\xf1\xae\xa3\x43\x01\x2f\xd9\x3c\x0d\x6f\xfb\x54\x2d\x34\xa3\x0c\x42\x6a\x20\x83\x64\x2a\x1c\xeb\xc1\x5a\xe8\xf9\x92\x92\x97\x07\xa7\x42\x12\x12\x14\xf6\x29\x95\xaa\x24\x00\x84\x73\xf4\xd5\x93\x98\x1d\x1f\xb0\xd9\xac\x1e\xbe\xa5\x63\x17\x9a\xc7\x2e\x20\x8e\x83\x57\x44\x83\x55\xe7\xb9\x3a\xe3\x8d\xe0\xa7\x02\x9b\x38\xb4\x1e\x20\x98\xc4\xbb\x92\x2c\xe3\xf9\xf2\xe4\xf0\x0b\xf2\x4b\xb2\x5e\x46\x05\x06\x80\x9e\xab\x12\x07\x0e\x8f\xe8\x2f\xba\x57\x0a\x06\x3e\x9c\xcf\xfb\x03\x2e\x65\xcc\x41\x2d\x26\x29\xfd\x95\x32\x04\xd8\xc9\xa1\x27\xdd\x83\x80\x32\x26\xc9\x85\x94\xef\x45\x07\x30\xe1\xaa\x70\xe5\x4e\xd4\x17\xeb\xe5\xa5\x54\x66\xd7\x95\xe9\xc3\xa0\xf7\xe2\x4e\x1c\x37\xbc\x2b\x33\x98\x7b\xed\x76\xfb\xc5\x6b\xbd\xd6\x1c\xa7\xed\xeb\xba\xe7\xaa\x5d\x5d\xa6\xf4\xf0\x4c\xf7\xd9\xda\x24\xe8\x19\x2f\xfe\xcb\x32\x87\xb2\x94\xb4\xdd\xc6\xd7\xf4\xe9\x9d\xf7\x3f\xfc\x1e\xbd\xe7\x36\xbe\x7e\x2e\x6f\x58\x4f\x21\x09\x8f\x88\xea\x01\xcb\x2a\x9b\x0b\x9f\xe5\x16\xd4\xe0\xe6\x1f\x92\x24\x7d\x75\x37\x81\x11\xe1\xbf\x08\x8a\xc4\xe3\xd7\x01\x8c\xdf\x3e\x55\x59\x0f\x31\x8f\x9e\xae\x7e\xf2\x1d\x64\xfd\x48\x54\x69\xb1\x65\xf8\x88\xc4\x58\xbe\x39\x8c\x92\xe1\x34\x31\xaf\x1d\x96\x99\x44\x59\x26\x12\x69\x06\x9f\x60\x3d\x87\x6f\xca\x31\xbf\x83\x8e\x46\x09\x3a\x1a\x51\x18\x97\x8c\xca\xf9\x4f\x44\xc4\x9f\x8c\x93\x13\x3c\x4d\xd2\x49\x9c\xbe\xc2\x77\x55\xcb\xf0\x84\x92\x88\x25\x38\x9d\x66\xcd\x79\xa4\x1a\x7f\x82\xdf\x49\xf9\x43\xa3\xf7\xcd\x51\x4a\xd0\xc7\x29\xa6\x51\x62\x8e\x53\xbe\x28\x26\xa7\x4f\x26\x10\x8b\x8e\x92\x34\x8a\x11\x3e\x92\x61\xae\x59\x0e\x3f\xf1\xf6\x08\x3a\x3a\x82\xe4\x03\x14\xd3\x11\xcb\xc4\xa9\x20\xb3\x32\xa3\x60\x8a\xdf\x4e\xa6\x44\xa4\xee\xb2\x89\x8b\xe4\x83\x74\x38\xcd\x44\xf2\x21\x9e\x4c\xa9\x48\xbe\x0b\x4f\xd9\x7c\xc4\x0f\xd6\x3d\x4f\x39\x56\x90\x0b\x33\x46\x32\x34\xa0\xf5\xd3\x2e\x46\xb8\xa6\xd6\xf3\x21\x49\x93\x44\x98\xe4\x0b\xdb\xdd\x3b\x4f\x1f\x56\x2d\xf4\x81\xf7\xcd\x8c\x97\xdc\x4b\x79\xba\x38\xf0\x8b\x9f\xc6\xcc\xac\x0c\xab\x5b\xf1\xe5\xa9\x3d\x46\xb1\xdf\x60\x6c\xa6\x1f\x52\x38\xb6\x6a\xd2\xe8\x40\x2a\x78\x7b\xdf\xa4\x02\xba\x7a\x71\xe5\xef\x87\xb1\xf1\xe3\x59\x9a\xf0\xb1\xd0\xd3\x09\xbc\x33\x82\x51\x2c\xe9\x5c\x96\x77\x0c\x09\x8f\xee\x6b\xac\x6d\x33\xa2\x94\x64\x75\xae\x08\x76\xb8\x87\x80\x0e\xe8\xef\xbc\xa1\xbd\x05\x74\x40\xdf\xab\x23\x77\xbd\x81\xf4\x59\xe0\x70\x5d\xe0\x70\x14\xb0\x0d\xbc\x46\x83\x7d\xb8\x01\x58\xcb\xdc\xf1\x41\xf7\x4d\x70\x7d\x47\xb8\x18\xb8\xbc\xed\xca\x9d\x1d\xb8\x3a\xfa\xf5\x46\x96\x1b\x79\x5c\x60\xd1\xd2\x3d\xcd\xe9\xae\x0b\xd8\xdf\xbf\xfc\xad\x5e\xa4\x24\xcb\xf6\x25\x3e\x05\xec\xf2\xe7\x3d\x19\xe4\x66\xbf\x3e\xe0\x3b\xf3\x0d\xf1\xe7\x4d\xf1\xe7\x86\xf8\xf3\x96\xf8\xd3\xed\x88\xbf\xec\x5c\xa8\xd9\x48\x03\x59\xb2\x2b\xff\x6e\xcb\xbf\x3b\xf2\xef\x35\xf9\x57\xf6\xd6\x95\xdd\x75\x65\x7f\x5d\xd9\x61\x57\xf6\xb8\x2d\x7b\xdc\x96\xed\x6d\xcb\xf6\xb6\x65\x7b\xdb\xb2\xbd\x6d\xd9\xde\xf6\x1b\xc5\x08\x15\x1e\xcb\x21\x6d\xcb\x2e\xb6\x79\x17\xe2\xa0\x53\xfe\x57\x3a\xec\x50\xb4\xb8\x12\x4f\x1e\x6e\xa2\x8a\x1c\xcd\x8e\x1c\xcd\x8e\x1c\xcd\x8e\x1c\xcd\xce\x4e\xd1\xab\xc5\xca\xc9\xae\x77\xe4\x28\x77\xe4\x28\x77\xe4\x28\x77\xe4\x90\x76\xe4\xac\x77\x64\x3f\xd7\x3a\x75\x43\xb4\x19\x4c\x6b\x90\xac\x73\x1b\x81\x65\xef\xd7\xe4\x68\xaf\xc9\xd1\x5e\x93\xa3\xbd\x26\x47\x75\x4d\x8e\xea\x9a\x1c\xd5\x35\x39\xaa\x6b\x37\x8a\x86\x2b\x88\xa7\xda\x96\x23\xbe\x2e\x21\x73\x5d\xf6\x75\x7d\x7b\xb0\xd4\x77\xcc\x36\xf0\x7e\xf0\x03\x8e\x7e\xe2\x06\xda\x56\x3e\x6a\x40\xdf\x2b\x73\x41\xfa\xb6\x59\xcd\x43\x0e\xbf\x6d\xd8\x3f\xf6\xb1\x0b\x5c\xf7\x5a\x9d\x2c\xc8\x93\x03\xb7\x69\x4b\xed\x3e\x07\x48\x77\x3d\xbc\x94\x9a\xc1\x0a\x6e\x78\xec\x11\xdd\x00\xd7\x2a\x0d\x2e\x6a\x4e\x7d\x66\xd5\xcb\x5f\x59\xed\x7c\x61\xfd\xee\x72\xb7\x3b\x43\xe3\x44\x89\xd4\x05\x88\x0e\x3d\xe0\x25\x90\x2e\x74\xc2\x73\x31\xdc\x87\x76\xcf\xb3\xd0\xf0\xf2\x75\xb1\x7e\x5f\x26\xd6\xe7\xed\xd1\xde\xbd\x47\x3b\x27\x91\x93\xf5\xa9\xd0\x6e\x0c\xb7\xaf\x8b\x1d\x0a\x4f\x24\xee\x1a\x68\x50\xbf\xe0\x8a\xe9\x7d\xed\x2b\x5b\x81\xf6\xd9\x97\x7a\xe9\x5b\x8a\x2d\x26\xf8\xe6\x51\x82\xc6\x63\x48\x8a\x6a\xab\x6b\x73\x17\xfa\x86\xd1\xaf\x75\xb9\x7f\xd5\x75\xb9\x85\xf5\x47\xb6\x78\x3f\x3e\x79\xe7\xf4\xc3\xeb\x9d\x37\xaf\xba\x45\x11\xfa\x96\xc8\x34\x1b\x50\x22\xc1\xce\xcd\xb1\xac\xc8\x19\x5d\x00\x63\xb3\x1e\x3f\xb3\x26\x23\x73\x4e\xa6\x45\xd0\xb2\xeb\x09\x22\xdc\x4c\x4b\xc1\xa9\xfc\x72\x58\x12\x19\xd6\x3c\xbe\x70\xf6\x64\x1d\x26\x44\xd8\xd3\xf1\x38\xff\xde\x37\xa5\x96\xb5\x83\x1d\x71\xb0\x2a\xb5\xac\x49\xbd\x44\xc2\x10\xdc\x55\x2e\xb8\x1b\xa0\xf4\xac\x66\x8b\x0d\x7e\xbd\xd9\xbe\x9a\x9b\xed\xcb\x2f\x21\xf8\x2a\x6e\xc7\x35\xb6\x60\xb1\x87\xb5\x2b\x52\xc1\xd8\x49\x3e\x6e\x99\x50\xc0\x66\xac\xba\x1d\xc5\x91\x2a\xbe\xb4\xf4\xbd\x5b\xb0\x94\x12\xe3\xdf\xb6\x37\x8c\x96\x2a\xfe\x52\xc5\x07\xb6\xac\x40\x8c\x57\x98\xc2\x08\xc4\x1d\xd8\x72\x81\xe2\xb3\xc2\xe0\x41\xf9\x03\xc7\xe6\xc1\x6a\x62\x84\xf5\xc4\x05\xeb\x32\xfa\x5d\x46\x3c\x57\x09\x7e\xad\xa7\x24\x31\xa8\xe1\x29\xa1\xc0\xa0\x2c\x9c\xb0\xd7\xf8\x7a\x67\x00\xdc\xca\x38\x57\x65\x53\xde\xc0\x70\x2e\x5b\xc6\xbf\x6b\x6f\x09\xde\xda\x16\x26\x68\x68\x2a\x7d\x88\xbd\xe8\xe0\xa1\xa8\xb6\xaa\xa0\x41\xb3\xde\xd7\x25\xef\xad\x70\x62\x31\xef\x0c\xb6\xab\xdc\xf5\x02\xb6\x8a\xed\x69\x83\xef\x58\x91\xbd\x5a\xca\xe1\x68\xa6\xa9\x64\x7f\xa8\x0c\x0d\xcb\x86\x87\xa8\x6c\x88\xe8\xfb\x69\xad\x2d\x22\xb7\xcf\x2b\xc1\xd5\xaf\x86\x92\x28\x0c\xf6\xca\x07\x4d\xb3\x59\x7c\xb3\x4e\xc5\x5d\xaf\xd5\xf5\x7a\x46\x45\xb9\xd8\xf3\xb9\xd7\xf1\xf2\x62\x67\x08\xa6\x4c\xa9\x10\xf2\xa2\xe2\x02\x68\x36\x37\xbb\x56\xd7\x22\x5b\xe8\x31\x28\xc3\x65\xe1\x8a\xf6\x90\xed\x4c\x7e\x99\xf8\xda\x34\x8f\xef\x56\x43\x8b\x44\x36\xc1\xb3\xcd\x41\xcb\x2c\xa9\xdf\x50\xd7\x9a\xdc\xdc\x55\xf7\x1a\xb2\x0d\xf9\xdd\x31\x66\xb3\xe6\xae\x4f\xdb\x19\x4d\x27\x8c\x65\x89\x8e\x84\x71\x46\x00\x36\xbb\x41\xaf\xbb\xc3\x9d\xcb\xbc\x84\xa7\x77\xd3\x98\xab\x43\xa0\x8c\xcd\xd6\x5d\xc3\x88\xd2\x32\x2a\xa8\x86\x5d\xd8\x56\xb7\x48\xb3\xd9\xea\x6e\x0a\x5d\x7e\x91\xa1\x55\xe8\xad\x1a\xc1\xae\x0f\xdb\x52\x87\xa5\xcd\xe9\x12\x9f\x8a\xf1\x98\xf9\xa3\x94\x7d\xb0\x2a\x02\x47\x31\xa3\xba\x36\x00\x75\x1e\xf4\xa6\xfe\x1d\x9b\x9e\x1c\xe2\x7c\xde\x1f\x04\x92\x7f\xed\x04\x00\x87\xad\xae\x56\x07\x45\x61\xe7\x26\xba\x45\x94\x3a\x28\xda\xda\x0a\xd0\xa1\xaf\xcc\x50\xee\x7f\x34\x8d\x12\x9f\xf4\xd1\x00\xc0\x20\x98\xe1\x10\x29\x05\x67\xc9\xe4\xde\x6e\x75\x77\x89\xa1\xb8\x1f\xf4\x88\x56\x7f\x27\xb9\xb5\xde\x5c\xdf\x58\x19\x48\x68\xa5\xd5\x8f\xa6\x90\x9c\x8a\x09\xa4\xc4\xf7\xfe\x07\xc7\xa1\x29\x37\x46\x71\x78\x22\xd6\x62\xcb\xdb\x82\xed\x29\x46\x1f\x4d\xe1\xc3\x98\x7b\xf3\xa4\x02\xbf\x7c\xae\x26\x58\xb5\xb7\x14\xa4\x4f\x9f\x2c\x37\xd6\x4c\x6b\x2a\x07\x20\x35\x4d\x35\x23\x57\x41\x49\x83\xad\x62\x13\x5a\x5b\x7b\x95\x7e\x34\x55\xc7\xd6\x66\x8d\x9e\x54\xfd\x52\x5f\xa9\x65\x7e\x0a\x16\x79\xf4\xce\x40\xe2\xf0\x00\x78\xa6\x03\x58\xdf\x5d\x17\x26\x6a\xe2\x3e\x50\x12\x30\x05\xc3\x42\xe8\x14\x5f\xae\x9f\x63\xdd\xef\xe8\xd7\xc2\xae\xff\x3e\x84\x5d\x87\x8b\x85\x5d\x4f\x47\x5b\xd7\xa7\x69\x9c\xd5\x0a\xbb\x3c\xe0\xa1\xf8\xa4\xe0\x55\x38\xd3\x88\x32\x7a\x90\x9e\xc8\x07\x48\x43\x24\x60\xb1\x79\x8a\x25\x9c\x94\xd9\x1f\x9b\x89\x32\x55\x78\x34\x47\x5b\xc7\x17\xd5\x69\x34\x74\xbb\xc0\x9b\x26\x9c\xdc\x7b\x03\x74\x57\xa0\x71\x25\x63\xd9\x12\x34\xee\x0e\xe8\x7b\xea\xb8\xf6\xd4\x53\xcf\x35\xd0\x71\x6a\xa0\x95\xdb\xe0\xbd\xbe\x29\x38\x96\x6b\xa0\xbf\x73\x83\x73\x4d\xc5\xeb\x20\x94\x2c\xb1\x7e\x9e\x63\xbd\x89\x7b\xde\x64\x7e\x44\x55\x46\x53\x7b\x34\x9d\x0e\x47\x19\x8d\x78\xdc\x1f\x45\x06\xf3\xfb\xf8\xc9\xa4\xcc\x33\x19\xd5\xc6\xe9\x34\x83\xf2\xe0\x5d\x52\x8b\xb3\x59\xe5\xe7\xb8\xb7\x0c\xda\xfe\x46\x25\x2d\xc6\xad\x99\xd7\x92\x32\xc8\x3a\x8f\x75\x1c\x70\x1d\xe0\x25\x88\xa7\xf8\xab\xc6\x8a\x0b\xc7\x79\x13\x31\xba\x6b\x8a\xd3\x64\x1c\xa6\x12\x97\x30\x9a\x7d\x79\x2b\xad\x56\x51\x41\xce\x62\x50\x07\x9c\x37\x0c\x20\x18\xdd\xac\xae\x0a\x63\x3c\x06\x76\x80\x97\x4d\x22\xde\x78\xf7\x1a\xf0\x88\x90\x65\x1d\x4c\x29\x4d\x75\x66\x44\x50\xd4\x4a\xa4\xdc\x4a\xd8\xba\x34\x94\xb3\x78\x51\x64\x09\x76\x8a\x3a\xad\x03\x8a\x25\x74\xbd\x38\xa2\x51\x4b\x2d\x60\x4b\x79\x96\x54\x31\x42\x8c\x59\x37\xf4\xbf\x9f\xfc\xb1\xf1\x93\xb7\xb3\xb3\xfc\xd9\x52\x00\x4c\xaf\xcb\xf6\x7a\x0f\xb9\xe5\xa7\xdc\xeb\x66\x7b\x7d\x76\x27\x8b\xb3\xa2\x2c\x90\x2f\x09\x1e\xba\xe7\x7f\xc0\xd5\x7c\x64\xb7\x63\xf1\x91\xab\xbf\xe1\xae\x00\x3b\xce\x76\xd6\xc4\x72\xb9\x66\x6c\xc6\x1d\x39\x3f\x43\xa7\x41\x3d\xa3\xbf\xb5\x74\x4b\x2e\x7d\x38\xb7\x31\xd3\x8d\x61\xe6\x79\xae\xf0\xa6\x2b\xc5\x44\x2b\x61\xc8\x4a\x68\xf3\xd6\x99\x86\xcf\x07\xd2\x05\x1e\xa7\xbe\xbd\x45\xa7\xb7\x9b\x60\x97\x55\xbc\x68\x4a\x53\x46\xd9\x25\x90\x1b\xc6\xa4\x87\x87\xf6\x17\x42\xa4\x1e\x6a\xe9\x83\x36\x69\x2f\xbe\x75\xdf\x60\xb0\x84\x49\x32\x1c\xc1\xe1\x4b\x0f\x70\xc9\xc1\xd2\x0b\xaa\x8e\x9f\xa8\xbd\xa6\xba\x6f\x80\x6d\x50\x9c\xce\xec\x6e\xdd\xd3\x0f\xc3\x6c\x0c\xfc\x20\x19\xa6\x98\x12\x76\xa9\x4b\x51\x9f\xf8\x76\xbd\xac\xed\xf1\x48\xf6\xca\xd9\xa2\xe7\xf4\x34\x81\x45\x3b\xd6\x35\x5e\x68\xdc\x9c\x1e\x40\x53\xbe\xa9\x8b\x17\x92\x6b\xe7\xa9\xc9\xcb\x14\xa4\x83\x90\x3c\x0a\x88\x5e\x53\x6a\x2f\x9e\x7d\xbd\x1d\x4a\xee\x85\x4b\x27\x5d\xf7\xdf\x01\x27\x38\x84\xd8\xd2\xf5\x5d\xac\x74\x49\x4c\x27\x84\xd1\xee\x0b\xf5\xa5\xe6\x63\x6a\x44\x7e\xa5\x4a\x5d\x53\xdb\x84\xa6\xc4\x80\x63\x56\xb9\x7d\x57\x39\x49\xad\x32\x2b\x6e\x4f\xb6\x3f\xa6\x59\x0b\x0d\xe5\x5d\xe2\xea\x6b\x81\x38\x8b\x9d\xa4\x31\x62\xd7\x43\x06\x19\xfd\xe1\xe1\x94\xab\x88\x70\xbf\x10\x5c\x3f\xc4\xd4\x1c\x99\xe2\x04\x72\x51\x34\xab\x22\x42\x23\x78\xc0\x6b\x51\x12\x0d\x5f\xb6\x22\xae\x11\x05\x3c\x18\xb1\xb5\xbc\x28\xc1\x98\xe2\xcb\x94\x80\x0c\x4c\x42\xe1\xe4\xb4\xd9\x14\x7f\xdb\x38\x3a\x46\x47\x11\x4d\xc9\x6e\x39\xa3\x3d\xcd\x20\xb9\x73\xc4\x0d\xc0\x3c\x30\x0e\x27\x5a\x40\xe2\x3d\x7a\xfe\xf0\x7e\xc3\x0b\x6e\xb7\xba\xf3\xb9\x91\xbd\x47\x50\x0c\x31\xbd\xca\xbf\x70\x59\xdc\xf1\xca\xbe\xc0\xca\x22\xb9\xb4\xe2\x2b\xcc\xfe\x9d\x95\x7e\x0f\x2f\xc8\x97\x58\x2c\x4d\x8a\x39\xfe\x3f\x48\xd9\xc2\x29\x2e\x45\x7d\xda\x4f\xa2\x8c\x3e\x14\x34\x29\x30\x45\x7b\x0c\xf4\x52\x28\x65\x3a\x25\xa3\xf0\x84\x3e\x82\x51\x36\x25\xb6\x4b\xb2\xe9\x97\xda\x25\x59\xed\x29\x27\xac\x99\x6b\xbd\xda\x0c\xe5\x7b\x94\x70\x30\x52\x86\x8e\x12\x85\x11\xa8\xdc\x9a\x05\xd5\x42\x85\x88\x8e\x71\x9d\xb6\xb1\xb7\xb3\x60\xe1\x4b\x40\x19\xfc\x69\x67\x94\xd2\x35\x84\x5c\xcc\x66\xd3\x97\xc6\x80\xe6\xa2\xb4\x5f\xa1\x98\x8e\x5c\xcd\xab\x1b\x02\xd8\xcd\x68\x27\x07\xd2\x4b\xcb\x88\x8e\x93\xe7\xd1\x21\xf4\x5f\xf0\x96\x7a\x8d\x2b\x33\xb8\xb5\x7d\x3d\x9f\x9c\xbc\xd0\x76\xe2\xee\x0a\x9e\xac\xd0\xed\x74\xbe\x76\xd3\x13\x90\x2f\xdf\x13\x02\xe0\x9b\xe3\xa0\x22\x54\x3d\x3f\xbc\x76\x3d\x53\x00\x6d\x5c\x5b\xf3\xb9\xe7\xe5\x06\x3f\xa6\x25\x92\x7d\x32\x08\xe9\x06\x97\xe1\x92\x66\x73\x53\x8b\xbe\x8d\x5d\xa1\x9c\xdb\xac\x8d\x1d\x02\xf0\xc0\xf3\x94\x9b\x9f\xa2\xed\x90\xe4\xe5\xdb\x42\xc5\x03\x3f\x4c\xb1\xc8\xe9\x51\xc0\xd2\xdf\x61\xb7\x39\xa6\x3d\xc2\x7f\x7d\x00\xd1\xd1\x88\xf6\x30\xff\xf1\x1c\x7d\x0c\x7b\x08\x24\x08\xc3\x77\x44\x7e\xca\xf3\x1f\x44\x63\x94\x9c\xf6\xa2\x5c\x1e\x93\x0c\x8c\x77\xa5\xec\x5f\x20\x3f\x0c\x36\x6c\x5c\x08\x5f\x5c\x99\xd1\xbc\x71\x65\x46\xd8\x7f\x98\xfd\x87\xf2\xab\x57\x66\x29\x4b\x45\xf9\x8b\xdc\x64\x2b\xa5\xf4\x54\xfa\x32\x87\x6d\xca\x7d\xf2\x9a\x6e\x00\xa8\xce\x65\x7d\xdf\xa1\x94\xa0\x83\x29\x85\xbe\x93\x21\xe1\xee\x60\xb4\xa0\x78\x12\x91\x0c\x3e\xc4\xd4\xa7\xa0\xdb\x09\x36\xa0\x43\x2a\x2e\xdc\xa7\x40\x4c\xa5\x17\x14\x3f\x30\x4d\x25\x55\xeb\xd2\xdd\x47\x3d\xfa\x10\x09\x04\xd7\xda\x49\x59\x38\x0e\xf2\xdc\x20\x1a\xd8\xc4\x4d\x91\x3f\xcf\x74\x3c\x05\xa8\xc2\xd2\x1a\xd6\xd5\x41\xca\x5f\x38\x2a\xaf\x0e\x1a\xb0\x9b\x06\x60\xcb\x8f\x26\x2b\xbc\x41\xe8\x48\xef\x2e\xf8\x6d\x76\x19\xc4\x6f\xf0\xb5\x93\x0f\x11\x42\x1c\xee\x28\xab\x44\xef\x6f\x27\x11\x7e\xe9\xeb\x55\xe5\xc7\x71\xa0\xc4\xe7\xb5\x30\xee\xd7\x7e\x91\x12\xfe\x56\x77\xc0\x5d\x12\x2d\xd8\x44\x89\xbd\x8a\xb6\xf2\x85\x4f\x2b\xfb\x8f\x9b\xa7\x7a\x22\x70\x80\x11\x48\x6b\x77\xc9\x3e\xf5\x95\x89\xff\x82\x22\xc6\xa1\x04\xca\xaf\x61\xc2\x6e\xd4\x71\x0f\x94\x56\x3c\xc8\xb9\x83\x11\x5f\x83\xfe\x76\x78\xed\x46\xb3\xa9\x7f\xde\x0a\xdf\xea\xcc\xe7\x3b\xdb\xd6\xea\xb0\xef\x95\xb5\xc9\xf3\x12\xaa\x1b\x6f\x56\x0e\x7f\xc4\xb0\x2d\x22\x13\xdc\xa1\xbb\x45\x92\xcd\xda\x32\x84\x0d\xf2\x1c\x4c\xc3\x91\xef\x27\xe1\xd0\x7a\xb5\xb0\xef\xff\xf3\xfb\xb0\x1c\xf9\x89\xd9\xbc\x29\x34\x5b\xe9\xb9\xa2\xb6\x76\x00\x12\xf3\x09\xa1\xd4\x4f\x85\x48\x5f\xe9\xc5\x62\x71\x13\x8b\x7b\xb4\x04\x72\xa0\x9f\x9e\xb1\x37\xab\xfa\xe2\x9e\x4c\xf6\x06\xf4\xa3\x33\x76\x64\xd6\x5e\xa5\x9f\xe2\xc9\x27\x5b\xab\xa7\xe2\xc9\xc7\xea\x2b\x31\x9f\x7c\x8e\x17\x3e\xf9\x1c\x82\xe3\x35\x9f\x7c\x96\xbe\xf0\xac\xe8\x21\xa3\x70\x4d\x88\x87\x53\x42\x20\x1e\x9e\xb6\x62\x38\x4c\xb9\x77\x1d\xe7\x67\x57\xf8\x2f\x80\x1c\x2f\x48\xc6\xdb\x11\x88\xc1\x08\x1c\x82\x09\x18\x83\x63\x70\x04\x0e\xc0\x29\xd8\x07\xaf\xc0\x7d\x70\x02\x9e\x80\xe7\xe0\x11\xb8\x03\x9e\x82\x3d\xf0\x0c\xbc\x04\x77\xc1\x87\xe0\x1e\x78\x0c\x1e\x82\xf7\xc0\x03\xf0\x31\x78\x1b\xbc\x0f\xde\x01\xdf\x29\x5e\x9f\x3e\x2a\x62\x8e\x91\x2f\x2b\xe1\xae\x07\x7b\xe5\x97\xf4\x54\xf6\xc1\xaf\x9f\xca\xfe\xfb\x78\x2a\xfb\xd6\xe2\xa7\xb2\xc9\xe4\x7b\xdf\x7a\x7a\xf4\xfd\x3b\xee\xa7\x32\xa5\x9d\xe9\x01\x6f\x32\x3d\x48\xd0\x50\xa8\x19\x9a\x4f\x65\x77\x0c\x55\x53\x0f\x78\x45\xaa\xaa\x53\xfe\xbc\xa4\x49\xf8\xb6\xa9\x7e\xea\x01\x6f\x4f\xbd\x4d\xcb\x27\x3a\x69\x0e\x5f\x3c\xa0\x55\xf5\x3a\x2b\x4a\xa2\xe6\xc3\x9b\x4b\xcf\x72\x99\xa9\xa3\xa1\x07\x59\x79\xe2\xab\xd1\x6a\x74\xea\x43\x96\x14\x6d\x2b\xea\xb4\x25\x25\x4b\x5b\x33\xb2\xa4\x10\x79\x6e\x75\x60\x53\x09\xb4\x6c\x5a\x59\xd2\xc2\xac\x3e\x7f\x9a\xda\xba\x86\x12\xab\xa9\xf0\xe9\xd2\xd8\xac\x28\xf6\xd6\x2b\x1b\xd7\x6a\x2b\xbb\x15\x7e\x4b\xda\xc4\x0e\xfd\x5f\x87\x96\x6c\x49\x2d\xd6\xa5\x42\xea\xd2\x70\xae\x7b\x9a\xbd\x01\xbc\x83\x28\x43\xc3\x56\xb1\x43\x84\x46\x77\x57\x6a\x74\xaf\x3b\x74\xa7\x76\x72\x65\x3e\x96\x12\xb2\xd2\x30\x5e\x69\x92\xe6\x6a\x56\x27\xac\x94\x17\x6b\x34\x2d\xb5\x39\xaa\x35\xc0\x41\x55\x41\xf6\xda\x9b\x03\xf5\x34\x60\x5b\x76\x0a\xba\x48\x0c\x7e\xa1\x72\xa9\xb2\xda\x54\x96\x99\x4a\x69\xf4\x7a\x67\x5d\x8b\x4c\xa9\xea\xa9\xc4\xd9\x5d\x43\xfd\x73\xbb\x78\x95\x31\xd0\x7a\x64\x29\xb1\x17\xa8\x4f\x60\x36\x4d\xa8\x91\xba\x9b\x4e\x39\xbe\xca\xe3\xc9\x03\x1e\xca\xee\x70\x0f\xd7\x1e\x30\x5f\x2f\x80\x97\x44\x19\x15\xa7\x20\x8c\x65\x96\x92\xb4\x98\x52\xf6\xe2\x39\xba\x80\x90\x31\x98\x41\xc5\x4c\xd7\xcc\x52\xc3\xab\x66\x89\x71\x1a\xf9\x6a\xc0\x46\x96\x1e\xf9\xa0\x6c\x8e\x2b\x1f\x60\x8a\xca\xe5\xb9\x98\x0a\xb5\x5d\xe3\xfd\x5a\xcf\xb0\xa8\xbb\xaf\x6f\x93\x3b\xfa\x63\xf1\x58\x5d\x56\xbb\xe6\xf6\xda\xae\x57\x01\x5b\xdf\xa1\x5b\x7a\x48\x3a\xfb\x7b\xa1\xe1\xd8\x01\xf4\xf5\x75\xc4\xf1\xad\xfb\xc6\xa2\x87\x7c\x5b\xb9\x58\xa8\x5d\xdb\x2f\x9b\xdb\x25\xd8\x7a\x8d\x05\xef\x64\xad\x48\x96\x33\xdf\xef\xd5\xab\x57\xac\x6e\x82\x83\x53\x4f\x69\x77\x9b\xdf\x91\xba\x16\xa4\x6a\xb7\xf9\x4d\x3e\xbd\x4b\xed\xed\xca\x97\xa4\x68\x74\xa7\x6b\x7d\x2e\x6e\x10\xa9\xe9\x2d\x3f\x8a\x57\xfe\xf2\xf6\xdf\xd9\x19\x18\x2f\xff\x4a\x49\x9a\x3f\x8e\xc9\xa0\x09\x42\x3d\xbc\x78\x38\xe4\x5a\xe2\x8e\x07\x34\xf3\x95\xdc\xd6\x8c\xd8\x79\xb3\x82\x27\xba\xfb\x37\x06\xc0\xeb\x78\xe5\x77\x63\xf9\x9e\xf5\x86\xb1\xd3\xf6\xc5\xeb\xce\x13\x7b\x17\xed\xdc\x28\xbf\x81\xbd\xb9\x46\x1d\x47\x3f\xcf\x4b\x1b\x7b\xe7\xad\x15\x3a\x3a\x63\x25\xd3\x20\x64\xa0\x55\xc3\x17\x54\x98\x40\x72\x98\x92\xf1\x73\xf9\x3a\x59\xb3\xed\x4b\x2d\xdc\x58\xf0\x92\x28\xf7\x4d\xed\x83\xe2\x8d\xd2\xbb\x67\xd5\x2a\xc1\x55\xa1\x78\x07\x2d\xca\x73\x65\x2c\x63\xa7\xb3\x8b\xb7\xa0\xa4\x1c\x4a\xfd\xdb\x0c\x33\x0a\x8d\x22\xbd\xbf\xce\x73\xa1\x38\xba\xb9\x56\xb6\x1d\xa8\x9a\x0c\xac\xa1\xcb\x60\x9d\x4f\xac\x2b\xe9\x72\x66\x09\xa5\x59\x25\x9a\x17\x50\xb2\x4a\x19\x6e\x99\x51\x90\x53\x27\xae\xa0\xd3\x4d\x55\xba\x3a\xd3\xa8\x55\x2c\x9e\xd4\xb2\x59\x76\x2e\x25\x5b\x9c\x6b\x03\xe0\xbd\x27\xe6\xd8\x50\xce\x25\xdb\x6d\xdb\xf1\x85\xb6\x91\xb0\xcd\x6a\xae\x2f\x34\x8b\xa9\xe0\x99\x65\xc3\xb3\x53\x2e\xa4\xde\xdc\x17\x9b\xd2\x6c\x1b\xbe\x47\xdc\x53\x5e\xdd\x10\xa4\xac\xc8\xf3\x46\x49\x49\xc8\x34\x09\x29\xca\x56\x74\x74\xba\xac\xe4\x12\xd7\x0b\x9d\xb2\xe2\x4f\xbd\x62\x90\xec\xcc\xbe\x4b\xef\xa6\x98\x2a\x7f\x1b\x4b\xee\x52\x83\xa2\x5e\xe7\x0e\x55\xd5\xcb\x97\x28\xf0\x94\xe9\x4f\x57\x2a\x99\xb0\xfd\x73\x61\x5b\xdf\xf4\x3b\xf5\x96\x3a\x06\xb8\xf2\x59\x71\x5c\xdb\x47\x82\xe0\x87\xb4\xbe\xa5\x32\x79\xba\xa8\x13\xe2\x2d\x7d\x40\x2c\xd8\xd5\xf5\x66\x8b\xcb\x55\x5e\xeb\x4c\x14\xdd\xa7\xc0\x19\xb8\x67\xdb\x49\x49\xb7\x62\x9c\xb6\xda\x46\x3b\xd3\xa6\x5e\x61\x57\xba\x36\xbf\x61\x8f\x57\xdc\x59\x75\x7b\xe8\x2d\x4b\x23\x6c\xc7\xb8\x82\xc7\xd3\x8c\x3e\x1f\xa5\xaf\x6c\xf9\xc8\xd9\x5c\xc5\xac\x76\x31\x75\x6f\x94\xb1\x50\x80\xbf\x35\x56\x9d\x9e\x0b\xfb\x4c\xfc\xbb\x61\xe0\x5f\xc5\x80\xd4\xd4\x69\x2c\x48\x8d\x62\xe6\x85\x45\xdb\x12\xa0\xde\xa8\xd1\xbd\xab\xd1\x39\x74\x41\xfd\x71\x2a\xfb\xcd\xd6\x02\xb9\xd9\x64\xc5\x8a\xf8\xec\xaa\xb4\x85\xca\xa2\xd4\xfc\xae\xd3\x88\x32\xf5\xb4\x0b\x75\x5b\xb9\xe7\xbc\x3a\xd5\xd7\x8a\x7e\xf2\xe2\xe6\x5d\x07\xac\xd2\x32\xc6\x69\x4b\x58\x55\x67\x06\xf6\x98\x63\xd1\x0e\x49\xeb\x86\x52\x28\xc3\x2e\x00\x5f\xdd\x14\x76\x1c\x9f\x56\xd3\xe5\x5d\x19\x5b\x96\xee\xa6\x37\xcb\xbb\xa9\x58\x94\x8b\xda\x46\xd7\xe5\x85\xd9\x55\xca\xb9\x0b\xb4\x40\x4d\x61\x40\xbf\x9e\xf0\x2b\x09\xf2\xb8\x08\xf5\xa1\x36\x76\x70\x88\xe1\xf4\x89\xee\x72\xdb\x57\x92\xc0\xba\xc0\xb4\x0a\x85\x26\xff\xd8\xf2\x0b\xcf\xd3\x30\x30\x0e\x5f\x4b\x1c\xa2\x46\xe2\x10\x42\x75\xaf\x97\x97\xc7\x82\x16\x1f\xf8\x19\x59\x80\x0a\x16\x16\x54\x97\xb6\x2d\x77\xe1\x6c\x15\x13\xdf\x00\x6f\x2e\xa1\xb9\xae\xdb\x24\x57\x2d\xd1\xb5\x50\xf1\xb8\x8a\xc2\xdc\x9e\xfa\xdc\xd4\xc5\x35\x7d\xba\x97\xac\x5b\xb4\xa6\xfa\xce\xea\x87\xf8\xb5\x33\x11\x97\xf5\xae\xc3\xdc\x0e\xc3\xd6\x33\x79\x16\x1e\xc3\xa4\x72\xa8\xa9\x2d\x6a\xa9\x91\x5a\x0a\xa2\x9c\xdd\x82\x1f\xf1\x66\xf0\x30\xe2\x55\x78\x70\x40\x8f\xf7\x7b\x7e\x6d\x51\xad\x1c\xfa\xbd\x10\x86\xb7\x9d\xfa\x0f\x74\x04\x31\x78\x97\x7d\xfe\x9e\x0f\x0b\xb5\xc5\x51\x94\x19\x8f\xd6\xe2\x01\x0b\xf2\x71\x52\x11\x8d\xf9\x9f\xd5\xb6\x38\x8c\xf0\x10\x8a\x40\x44\xdf\x0e\x7d\xad\xed\xc9\x95\x61\x61\x5c\xa8\x7b\xaa\x8c\xac\x9c\x91\x94\x33\xa6\xe5\x8c\x61\x39\x23\x2e\x67\x8c\xca\x19\x87\xe5\x8c\x49\x39\x63\x5c\xd2\x3b\x3d\x2e\xfd\x3e\x2a\xfd\x3e\x28\xfd\x3e\x2d\xfd\xde\x2f\xfd\x7e\x55\xfa\x7d\xbf\xf4\xfb\xa4\xf4\xfb\x49\xe9\xf7\xf3\xd2\xef\x47\xa5\xdf\x77\x4a\xbf\x9f\x96\x7e\xef\x95\x7e\x3f\x2b\xfd\x7e\x59\xfa\xfd\x9d\x95\xf4\x6e\xb9\x7e\x8d\x50\xb7\xe5\x46\xe4\x57\x94\x2a\x6d\x45\x60\x0b\x64\x9c\x80\x9e\x0c\x04\x21\x34\x01\xf5\xb9\x2c\xb3\xf5\x6f\xe9\x2d\x5f\x97\x66\x3f\x80\x50\xfc\x90\x79\xe2\x07\x50\x4e\x4a\x54\x49\xf9\x33\x0f\xc0\x47\x6a\x2c\x32\x0e\x40\xac\x5f\x0e\x3f\x04\x22\xbc\x66\xa5\x84\x96\x9d\x81\x7b\xd5\x22\x13\x18\x51\x84\x8f\xee\x8e\x22\xe2\x81\xc7\xe5\xef\xf0\x64\x82\xf8\x03\xf5\x73\x43\x80\xff\xb0\x5c\x4a\x4c\xfb\x19\xbf\xb2\x3c\xf0\x5e\xe9\x73\xf1\x0c\xf0\xa0\xf4\x45\x3f\x15\x7c\x5c\xfa\x60\x3e\x17\xbc\x5d\xae\x54\x79\x3d\x78\xbf\x54\xc2\x7a\xb2\x78\x47\x7e\x54\x6b\xc8\x95\x7a\x62\xfe\x82\xab\x1e\xa9\xaf\x98\x9a\xd2\x12\x9c\x4f\x45\x80\xcd\x9a\x42\x0a\xa2\xcb\x4a\x71\xa6\xae\xb6\x8c\x88\x2c\xf0\x4c\x3e\x4b\x44\xc3\x11\xf4\xc0\x4c\x5e\xfc\xbd\xfe\x40\x45\x10\x61\xc9\x02\x20\x3d\x23\x84\x01\xfb\x9d\x8b\x20\xc8\xf7\x74\xb4\xd3\x42\x05\xb5\x34\xca\x66\xf3\x5d\xbf\xf6\x63\xd0\x6c\x2a\x25\x69\x19\x43\x4d\x44\x31\xae\xaf\x51\x1c\x9c\x40\xa8\x8e\x1b\x38\x0d\x63\x55\xff\xae\x8c\xa0\x6c\xaa\xc6\x96\x1a\xd2\xca\x02\x7c\xc7\xb5\x8d\xd9\x88\x38\x78\x02\x5c\x46\x68\x95\x23\x48\x1b\x65\xd2\x67\xa1\x8b\x8b\x72\x61\x53\x5d\xb3\xfc\x8d\xb7\xee\xe2\x7e\x9d\xc1\xae\x1d\xe5\xe6\xf3\x12\xb9\x65\x30\xf5\xbc\x71\x8b\xcd\x5b\x38\x6e\xab\xe4\xae\xb7\x77\x3a\x81\x0d\x9a\xca\x06\xbc\x5e\x4d\x41\xde\x49\x99\x8b\x58\xd8\x4f\xb9\xf0\xae\xf7\x38\x6d\x48\x44\x6c\x1c\xa6\x53\x1c\x9b\x9d\x95\x4b\x4b\x2d\xf0\xd2\x83\xe8\xc2\x0e\x2b\xa5\xcd\x15\xa9\x7c\x14\x1d\xb8\xc4\x03\xbe\x1d\xa9\x46\x9e\x27\xcd\xa6\xee\xad\xd8\x27\x52\x0f\xb5\xd9\xdc\xdc\x2c\xc3\x4d\xe7\x59\x60\x34\x5a\x31\x5f\x0e\xad\xc1\x14\x5c\xf3\xd2\x91\x98\x6d\x34\x9b\x7e\x65\x10\x12\x02\xe5\xd3\x4d\x0e\xfb\x76\x47\xa0\xbd\x6c\xc5\x08\xd1\x56\x99\xe1\xed\x4e\x49\x8f\x58\x94\xd0\x7a\xc2\x32\x54\x8d\x75\x68\xcb\xce\xe5\x81\x13\x6c\x14\x01\xe0\xaa\x67\x94\x2a\xa5\x26\x26\x7f\x4a\x0f\x2c\xae\x0a\xc5\x10\xab\xcb\x62\x59\x09\xb8\x2a\xcb\x19\x6f\x18\x91\x91\x64\x31\xdf\xec\x1e\x94\xdb\xdd\x58\xd2\x70\xa8\x4f\x5a\xa8\x0f\x5a\xab\xc1\x05\x47\x2e\x80\x79\x6e\x36\x2f\xab\xf0\x15\x92\xe9\xd2\x69\x51\xbe\xad\x77\xf5\x32\x94\x3e\x98\xba\xc9\x69\xa9\xac\x99\x19\x30\x7e\xc0\xc0\x08\x8e\x57\xba\x53\x1e\xb8\x66\xc8\xb2\x74\xdc\x1a\x13\x09\x03\x79\x0e\x89\x63\xb8\x6e\xa8\xea\x98\xae\x8e\x55\x7d\xa9\x2a\x52\xc3\xb8\xd9\x2c\x08\xe8\x4d\xad\x94\x5d\x29\x26\x83\x58\xc1\x8a\x42\x38\x6b\x55\x2a\x08\x9e\xc3\xa5\x90\x58\x31\x75\xd5\xdb\xfe\x85\x9a\x4d\xca\xc3\x9e\x33\x92\x3e\x3d\x6c\xbc\x0b\x4f\x0f\xd2\x88\xc4\xf7\x8f\xb9\xf3\x23\xfd\x9e\xc7\xdd\xf7\xb0\xf1\x37\x9b\xfe\xce\x0d\xd3\x99\xcf\x7c\x7e\xad\x63\xfe\x0e\x78\xc8\xc5\x92\xa5\x82\x8e\xf8\x9c\x41\xd3\x11\xa0\xaf\x2c\x01\xb8\xf6\x87\x73\x5e\xfc\x8b\x63\x62\xa2\xc6\xa2\x99\xd9\xc4\xa6\x2f\xef\xd5\xb2\x61\xc3\x12\x8b\x0e\x40\x42\x5b\xfb\x7f\xc3\x61\x09\xe1\x53\x87\x1d\x04\x01\xa5\xc1\xc1\x00\x88\x59\x28\x03\x89\x0a\x01\xad\x14\xee\x5d\x6a\xfc\x3d\xe2\xb0\x9a\x90\xf8\xbd\xe9\x30\x86\x98\xcf\x37\xbb\x9b\x6e\x33\x89\xca\xb8\x02\x75\x5c\xf1\x58\xec\xb5\xc5\x72\xd7\x5b\xae\x84\xe1\xd9\x0c\x35\xaa\x23\x10\x8a\xfe\x0f\xc7\x63\x18\xa3\x88\x42\x4b\xe3\xdf\x88\x85\x3a\xa4\x24\x79\x17\x9e\xce\xe7\xb0\xcd\xb8\xe6\x77\xe1\xe9\xaa\x35\x17\x99\x1d\x7c\xdf\x87\x41\xc0\xc7\x24\xdf\x64\xf7\x4e\x27\x08\x1f\xed\x45\xd9\xcb\xb6\x7c\x0a\x57\x21\x59\xd9\x5c\x77\xb6\x37\x4d\x2b\x05\xfb\xb8\x58\x08\x41\x85\x94\x6a\x1d\x9f\x4f\xa2\x61\x05\x89\xa1\xb6\xbe\x91\x9e\xbb\x24\x15\xab\xe3\xd8\x23\x7c\x34\x9f\xfb\x32\x4f\x70\x13\x5c\x0f\x96\xae\xe2\x07\xac\x6e\x55\xdf\x4e\xa6\x64\xc5\xae\xba\x76\x57\xac\xa6\xdd\x13\x6f\xab\xda\x91\xbc\x64\x75\x2f\xc5\x1d\xc2\xe0\xa9\xcc\x61\x8c\xfb\x11\x56\xcc\x4d\xd4\x60\xca\x84\x81\x2a\xea\x38\x61\x82\x20\xb7\xd5\x33\xfc\x32\xc2\xca\x4b\x01\x1d\xfa\xdf\x73\x64\x1b\xf1\x5f\xab\x1c\x91\x8d\xdf\xb2\x86\x15\x18\xb6\xf2\x79\xa3\xb6\x2d\x39\x07\x49\x2d\x85\x9b\x1d\x50\x57\x54\x87\xb9\x9b\x2d\x18\x98\x86\xa8\x6e\xb0\x0b\x9c\xb7\x6c\x48\xeb\x81\x97\x07\xed\x21\xa3\x40\x7d\x3f\x38\x73\x6f\x41\x2e\xa3\x0a\x2f\xb5\x28\x34\x58\xa6\xf2\x18\xf4\xea\x59\xe3\x9a\xd9\xd8\x25\x0d\x77\xf5\x31\x56\xbd\x66\x4a\x8a\x33\x65\x1c\xd0\xb7\x2d\x3a\xf4\x1d\x22\xaf\x9a\x1b\xbb\x84\x1a\x65\x4e\x2e\xac\x58\x88\xc1\x58\x21\xc7\xda\x7c\xe9\x6b\x65\x4b\x2b\x38\xab\x4a\x6e\x48\x94\x2b\xb0\x40\x1f\x11\x30\x96\xd7\x99\x7d\x68\xbc\xeb\x17\xa3\x8d\x62\xdd\x95\x7f\xd6\x21\xe5\x8b\x78\x65\x58\xff\xcd\xb5\x45\xaa\x0b\xa4\xb1\xb6\x42\xcd\xe9\x4d\x51\x50\x10\x34\xd0\x18\x5d\x53\x47\x6a\xff\x57\x2a\x56\xd1\x20\xaf\x9d\xb1\x16\x5a\x54\x47\x54\xbb\xca\xce\x0e\xab\x04\x6a\x6e\x14\x81\x3c\x2c\xa5\x69\x04\x57\xf8\xad\x08\xd4\x31\x6b\xc8\x8e\x42\xa8\xc7\x2c\xe8\x34\xdb\x3b\x61\x69\x3f\x6a\x6b\x53\xdb\x1a\xd4\x0c\x67\x59\xa6\xdc\xf2\x7d\xe5\x89\xb1\x70\x9f\x58\xd4\xb4\x75\x98\x76\xeb\x3e\x54\x1a\x0e\x7a\x92\x62\x2b\xc6\x56\xb2\xb1\x24\xc2\xd9\xa3\x45\x2b\x59\x3e\xac\xe5\xa9\x52\x6d\x40\xb9\x84\xcc\xb5\x44\xb2\x70\xad\x68\x57\xd9\x40\x87\xfe\xa6\xf2\xb6\x38\x9f\x6f\x2a\xa2\x61\xc3\x3e\x84\x64\x2b\x0e\x5b\x71\xdd\x3e\xa0\xca\xea\xb7\xc6\x79\xe3\x8b\xbe\xe5\x07\x25\x5c\xe4\x7b\xe5\xca\x8c\x6a\xe7\x8d\xb9\x37\x78\xc1\x4d\x92\x37\xb1\x79\x81\xa1\x90\x73\x4f\xd2\x4d\x84\x38\xf5\x03\x9f\x2a\xde\x89\xd1\x34\xe8\xd0\x6f\x31\x42\x0f\x99\xf5\xd2\x10\xdb\x03\xbb\x93\x24\xbe\xd7\xe7\x86\xd0\xf2\xb5\x98\xb7\x39\xf0\x82\x36\xa2\x70\xec\x23\xd1\x79\x6a\x36\x12\x85\x69\x3b\x3d\x3c\xcc\x20\xdd\x4b\x27\x2d\x5c\xa4\x41\x16\x46\x5b\xea\x9b\x30\x02\xdf\xc8\x6e\x63\x2b\x63\x0b\x6b\xb0\x4d\x76\x8d\x74\x98\xb5\xec\x82\xbd\xe8\x96\xf1\xb9\xd9\xf4\xcd\xc2\x51\x90\x9b\xea\x93\x25\x4b\x7a\x7b\x95\x43\x62\xd0\x2b\x46\xa5\xb3\x9b\xd4\x1b\x95\x01\x09\x72\x5b\x1f\xb3\x34\x06\x06\xb5\x1a\xf1\x06\xfb\xe6\x31\xd6\x8d\x58\x28\x55\xa6\x07\x2a\xc4\x14\xe1\xd2\x59\x5f\x1b\x44\x99\x07\x8f\x21\xc4\x6d\x36\xfd\x7f\xe6\xd7\x7c\xd3\x2c\x45\xe5\x8b\x7c\x3d\xf2\xed\x73\xdd\x28\xa0\x24\xa0\x96\x79\xbb\x31\xb9\x0a\x67\x15\x6c\xe0\x66\xf3\x7b\x3e\x0e\x76\xfd\x32\x01\xb5\x7c\x0a\xaf\x65\x06\x18\x60\x1d\x90\x7a\x56\x57\x28\x0c\xb1\xbe\x7d\x4c\xf1\x53\x85\x0e\xac\x5f\xa6\x33\x93\x6d\xb5\x23\x58\xde\x59\x90\x07\x41\xaf\x86\xfa\x26\xc0\x31\x0d\xbc\x60\x78\xfb\x35\x9e\x73\xb5\xf0\x05\xe6\x36\x2b\x65\x3a\x26\x5e\x2c\x7f\xd8\x2d\xf1\x58\xef\x4f\xee\xa9\x06\x4a\x6e\x88\xcb\x25\xef\x63\x15\x59\xb9\xf7\xd6\xa2\x72\x7b\xd1\x81\x28\xb5\xfd\xe6\xc2\xe6\x9e\xdf\x15\xc5\xa4\x00\xa7\xda\xc0\xac\xea\x5e\x38\xaf\xd6\x5f\x52\x4a\x0f\x5a\xf8\x32\x50\x94\xb0\xdb\x87\x72\xe1\x1f\x61\x99\xfb\x63\xba\x80\xad\x06\x9b\xdd\xbc\xcc\xc4\xf2\x11\x48\x17\x0e\x54\x4a\x4c\x9a\xcd\xbe\xb7\x77\xff\xbb\x7b\x77\x9e\xdd\xbf\xe3\x01\xef\xe1\xe3\xa7\xef\xef\x79\x83\x36\xc2\xc3\x64\x1a\xc3\xcc\x57\xe5\xda\x38\x8d\xf9\xcb\x77\xb0\xbb\xa8\xdb\xde\xb2\xd9\x31\x64\x5e\x34\x6c\x87\x5c\x6a\x29\x20\x4c\x58\x1b\xa8\x64\x02\x3b\x98\xb9\x04\x5e\x55\xcf\x05\xf2\x3c\x2b\xa1\x6b\xb7\xd7\xea\x02\x79\xcd\x46\xf1\x31\x3b\x5a\xc4\x86\x60\xb4\x98\xba\x70\x61\x71\xe1\x5a\xe3\xc3\xc1\x46\x31\x83\x82\xb8\x43\xe6\xc4\x34\xf1\x80\x24\xf1\x0a\x6d\xe7\x0c\x94\x5f\x71\xe5\x3d\x2a\x7c\xf1\x00\x53\xb2\x55\x0d\xe4\x31\x9f\x13\x47\xee\x06\x0c\x5d\x3c\xd4\x2e\xf5\xb5\x94\x99\x37\xaa\xa6\x64\x4c\xa8\x57\x26\x3b\x81\xa2\x24\x95\xd8\x59\xfc\xca\x83\x5e\x95\x3e\x67\x14\x6a\x25\x3c\x7a\xa8\x9f\xca\xd4\x8b\xc0\xb6\x81\x3e\xfa\x63\x7f\x7b\xd0\x6c\x9a\xbf\x00\x0a\xbf\x6b\xd0\x66\x32\x58\x88\x31\x61\x19\x77\x12\x54\x32\xca\xf7\x95\x70\x91\xb1\x61\xc8\xa2\x6b\x82\xa8\x23\x80\x83\xfc\x10\xe1\xf8\x03\x44\x47\x4f\x38\x85\xc2\x6d\x80\xb1\x98\x0a\xaa\x4e\x65\xc7\x39\x95\x1d\x6b\x2a\x3b\x03\x90\x5a\x53\xd1\x91\x33\xc5\x00\x1e\x55\x66\xb6\x57\x0a\xad\x09\xea\xbf\xac\x32\x57\x2c\x3b\x2a\x66\x55\x4c\x39\xe5\xc6\xe6\xf9\x37\x2a\x72\x37\x4d\x49\x03\x1c\x76\x41\x1a\xaa\xab\xc4\x78\xa0\x07\x51\x21\x84\xdb\xf8\x3e\x67\x37\xfd\xa8\x15\x5e\xbb\x21\x36\x5a\x16\x4a\x7f\x4d\x87\x24\x1d\xb3\xf2\xac\x9c\x1f\x05\x1b\x34\xd4\xaf\x35\x76\x83\xbb\x12\x2f\x5d\xef\xfc\x5b\x19\xd0\x4f\x4a\xdd\x5d\x1f\x87\x1d\x90\x86\x9e\x17\xf4\xd2\x30\x03\x8b\x84\x11\x45\xb6\xe9\xca\x1e\x6f\xb9\xe9\x6a\xbb\x86\xfd\x9a\xe3\x6a\x28\xe8\x6d\x2e\xec\x5c\x3d\x5a\xac\xd3\x9f\x7e\x80\x60\x93\xad\x05\x4c\xb8\x10\x64\x55\x20\x87\xa9\x0c\xf4\xc0\xbf\x95\xb0\xbd\x6e\x3c\x00\x83\xcd\x4e\xb0\xa1\x71\x3d\xd1\xc2\xc2\xd2\xbc\x77\xcb\xd9\xd5\xb3\x31\x09\xca\xf0\xac\x1c\x94\x49\x20\xdf\x72\x6a\x99\xc6\x04\xc0\x20\x00\xa7\x0c\xdb\xfd\x0e\x40\x6d\x8a\xc6\x30\x9d\xd2\xc0\xef\xc2\x9d\x60\x01\xb0\x3c\xcf\x09\x13\xcf\xcb\x73\xf0\x61\xf8\x81\xef\xdf\x0d\xbf\x63\xf9\x9f\xa9\x2a\xb6\xf4\xd3\xf3\xfa\xa0\xb9\x17\x7e\xe0\xdf\x75\x76\x52\xe8\xc6\xf4\xa3\xf3\xf6\xf2\xd8\xd1\x8b\xa5\x5e\xd3\xcf\xd6\xee\x42\xfb\x74\xd0\x8e\x7f\xb8\x0e\xdc\xc3\x4a\x97\x4e\x8d\x9d\x7e\x72\xd1\x1d\xbf\x57\xe9\xd8\x56\x02\xea\x4f\xcf\x0b\xcd\x07\xe5\x1e\x0a\x3d\xa2\xfe\xf0\xe2\xa6\xb3\xd9\x65\xd3\xf9\xb8\xdc\x99\x56\x4d\xea\xc7\x17\xdd\xd7\xdb\xe5\xbe\x4c\x6d\xa7\xfe\xe8\xa2\x57\xea\xfd\xca\xd4\x2a\x0a\x54\xfd\xc3\x8b\xee\xf4\x9d\x72\xa7\x96\x4e\x56\x7f\x72\x5e\xe4\x28\xb7\x6e\x46\xda\x18\x2f\xf7\x52\x54\x57\x39\x00\x77\x4d\x17\x45\xce\x5e\xa4\xcf\x81\xfe\xf1\x5a\xdd\x88\xda\xab\xf4\xa3\xdc\x3b\x1d\xad\xd5\x8f\x72\xef\xb4\xbc\x9f\xc2\xbd\xd3\xc1\x5a\x3d\x15\xee\x9d\x96\xf7\x55\x32\x8a\x05\xfd\xd3\xb5\xba\x2c\x35\xb3\x4a\xcf\x2a\x3e\xca\xfe\x5a\x1d\xaa\xf8\x28\xcb\xfb\x11\x66\x62\xfd\x57\x6b\x75\xc3\x2b\x2f\xee\x65\x5f\x85\xac\xeb\xdf\x3f\x63\x17\xaa\xe6\x92\xf6\x6d\xbb\x6e\xd0\x3f\x39\x6b\x37\x76\x03\x2b\xf5\x66\x05\x4a\xec\x3f\x59\xaf\x47\xb3\x91\x95\x7a\x35\xae\xfe\xe7\xeb\x75\xa9\x5b\x58\xd2\x9f\x3e\xfc\x3c\xd0\x7f\x74\xd6\xae\x8a\xca\x4b\x31\x43\x7a\x3c\xbb\x73\x76\xcc\xe0\x35\x97\xb4\x2f\xc4\x05\x1e\xe8\x3f\x3d\x6b\xfb\xb2\xe6\xb2\xf1\xeb\xc0\x8c\xfd\xbd\x33\xcf\x40\xd5\x5d\xd2\x87\x15\x28\xb2\xff\xec\xac\xdd\x98\xd5\x97\xf4\x64\x3b\x14\x00\xfd\x97\x67\xed\xcb\x6e\x60\x71\x6f\x15\x66\xd2\x03\x7d\xdc\x26\x90\x07\x1a\x61\xd7\x28\xcb\x3b\xe3\x00\xaa\x6d\x96\xc6\x70\x37\x28\xbc\xcd\x7d\xb7\xe4\xc0\x8d\x34\x9b\xfc\x35\x78\xd7\x67\xcc\x7c\x78\x1b\x5a\x2e\x35\x49\x00\x70\xd0\xe3\x09\xf6\x89\xfd\x2d\x7c\xb2\x7d\xdf\x94\x89\x16\x4a\x2c\x6f\xbd\x61\x29\xb1\x74\x3b\xd7\xf3\xc2\xd7\xd7\xb7\xa5\x9b\x2f\x08\xeb\x6d\x42\xd2\x3b\x84\x44\xa7\xbb\x3a\xe5\x07\x3d\xb8\xb1\xc8\xeb\xe0\xb7\xc0\xb7\xd7\xf4\x3a\x58\xb5\x6a\xfe\x75\x44\xf3\x5f\x7b\xae\x7b\x2d\x11\xcd\xbf\x7d\xf7\xf8\x7b\x78\xb4\xf3\x91\xdb\x73\x5d\x5d\x60\x27\xa7\xb3\x36\xcb\x0c\xde\x61\xf9\x6e\xdb\xcd\x57\x9c\x81\xd9\x86\xc0\x6f\x9e\xc1\xac\x4e\x19\xe3\xc6\xe8\x78\x71\xf8\x03\x1d\x3a\xa2\x64\x4a\xeb\x0a\x11\x72\x19\xf1\x3e\xb6\x0b\x33\xdf\x61\x3a\x3e\x48\xa5\xcd\x71\xad\x69\xaa\x34\x33\xd7\xc3\xd4\x01\x3e\xba\xab\x07\xf8\xd8\xae\x0d\xda\xb1\xb3\x24\xc8\x86\x11\x23\xe3\x9a\x33\x26\x86\xe1\x8d\xe6\xfa\x92\x28\x1c\xee\x28\x1d\xe7\x09\xaa\x51\xc4\x6c\xac\x96\xdb\x36\xca\x0d\x13\x18\x11\xed\xa6\xa7\x36\xee\xc6\x19\xcc\xa0\xcf\x12\x31\xe3\x15\x4a\x92\x56\x2c\x94\x7e\x84\x5d\xe4\x79\xcd\x19\x4b\x77\xc5\x6b\x8d\x0d\x6b\xc0\xce\x57\xea\x2c\x4b\x74\xd4\x5c\x1e\xae\x35\x7e\x01\xcf\x73\x3b\x36\x5f\xee\xaf\x7c\xb3\xbb\xc1\x9f\x26\x61\x11\x21\xb5\xae\x3b\xf9\x06\x08\x83\x52\x5c\xcf\x62\xfc\xec\x38\x24\xe2\xe1\xb7\xa4\xd6\xc2\x76\xf4\xa1\x50\x0c\x85\x3a\x4c\x27\xe8\x04\xa5\x48\x9d\x26\x52\x9d\x3d\x54\xa7\x59\xfb\x6c\x31\x34\xd7\x8b\xd6\x59\x13\x43\xb3\xd4\x97\xb1\xa1\xce\x1e\xac\xd3\xa8\xfc\xcb\x88\xd4\x79\xf5\x82\x29\xa7\x82\x6e\x4a\x7f\x49\x9e\x86\x7f\x4d\xaf\xfd\x9a\x5e\x63\xf4\xda\xf7\x8e\x8e\xdf\x78\xfe\x5d\x72\xea\xa6\xd7\xbe\xc5\xbd\x31\x94\xfc\x07\xb3\x7b\x46\x3a\xa6\xd0\xde\x84\x0d\xc2\xce\xf2\x5c\xe1\x8c\xb8\xe9\xf2\x66\x51\x71\x19\x6c\x3a\xc3\xa8\xf8\xcc\x58\x1e\x9b\x73\xdb\xed\x7d\xc5\x45\xc3\x2c\x09\x8f\x26\x09\x0c\x57\x3c\xb4\x37\xb9\x17\x0d\x87\x67\xc1\x28\x8e\xdf\xe1\x47\x23\x71\x38\xce\x33\xfd\xfc\x09\x2d\x62\x57\x59\x67\x64\x48\x45\xa0\xbc\x61\xb9\x09\x5d\x89\xb2\xb5\x1b\xe8\xee\xac\x19\xb2\xef\xdc\x0e\x6a\xe4\xb0\x57\xf3\x4e\xd3\x05\x7a\xb0\xe7\x0d\xf6\x57\x8d\x38\xca\x7d\xb2\x95\xbd\x55\xea\x4f\x9d\x33\xb9\xe3\x10\x7d\x54\x3d\x62\x96\xe2\x86\xae\xe5\x48\xcc\x5c\x39\xdb\xf5\xda\x02\x97\x21\x2b\x47\xbd\xbc\xa1\x43\x57\x0a\xcf\x21\x47\x72\xcb\x1b\x3b\x5a\x6c\x5c\xdd\x27\x30\x1c\xab\xbc\xb5\x9e\x5f\xbc\x1b\xda\xbd\x8c\xb9\x51\x95\xef\x97\x95\x7d\xe9\x54\x1c\x5f\xaf\xe6\x39\xa7\x7a\xd6\xd8\x33\xac\x7a\xf0\xe5\xb3\xed\x2a\x4e\x52\xf9\x5a\xf1\xda\xda\x03\x99\xf4\x54\xa6\x9c\xfc\xad\x01\x16\xed\xba\xe6\x86\xe8\xe6\xba\xea\x79\x35\xcf\x35\xd7\x2b\xae\xfe\xd6\x72\xda\xb2\x42\x6c\xd2\x55\x0f\x01\x15\x0a\x96\x9f\xb7\x85\x03\x67\x09\xc7\x92\x6f\xd8\x81\x3e\x64\x1d\x51\x7f\x07\x66\x4b\x66\xb0\x47\xdb\x83\xce\x4e\x39\x2a\x2f\x25\x53\x68\x7a\xba\x55\x4d\x88\x90\x18\xb4\x34\x96\xed\xea\x58\x6c\xf7\xce\xe5\xe1\x54\x34\xa9\x3d\x07\x92\x88\xd2\x2b\xbb\xdf\xb2\x71\x60\xa7\x1e\x07\xd6\x73\xaa\xb5\x03\xae\xb9\x7d\xf2\x80\xed\x22\x0c\xe4\x42\x16\xd4\xb1\xdc\x28\x33\x96\x57\xb8\xe6\xe1\xfe\x76\xdc\x45\xd5\xf9\xe2\x0a\xdc\xb8\x98\xb9\x2d\xbb\x01\x3a\x37\xa7\x5b\x62\x71\x41\x12\x6e\x6e\xaa\xf8\x8e\x5e\x8a\x8d\xd0\xd8\x08\x37\xc4\x07\x4e\xc2\x4f\x37\xbc\x29\x16\x84\x59\x5c\x88\x74\x1f\x44\x19\x7d\x3b\x4d\x69\xb3\xe9\x57\x2d\x8e\xfd\xa9\x0a\x89\x76\x5f\x04\x56\x36\x58\x18\xa9\xd9\x96\x35\x9b\xfe\x54\xa5\xc3\x69\x7b\x9c\x49\xb7\x06\x4a\x7f\x7f\x3e\x9f\xb6\xc7\xe9\xc7\x8e\xdc\x57\xf0\xe0\x25\xa2\xa5\x0f\x01\x70\x18\x3e\x4f\x05\xf3\x9a\x51\xde\x99\x4c\x87\x26\x5d\x5f\x18\x4f\x6c\x1c\xa6\xc4\xbf\xa9\x14\x4a\x9b\x4d\xce\x43\x73\x45\xd1\xbd\xd3\x09\xbc\x29\x4c\xaf\xd4\x80\x8d\xc8\x5f\x74\x83\x86\xb4\x3d\x89\xd8\x1e\x7b\x9c\xc6\x50\x99\xa6\x8b\xa7\x72\x21\x49\x18\x2e\x97\x24\x44\xbe\x8f\x56\x8c\x4a\xe9\x8a\x44\x99\x6a\x6f\x2f\x7b\x6c\x1d\xef\xc1\x63\x34\x84\x1e\x48\x8a\x2f\xa3\x28\x7b\x94\x1e\x33\xa4\xdd\xec\x16\xb9\xdc\x0f\xf1\x93\x63\x48\x24\x51\xe6\x01\xce\xc7\xe7\xa5\x12\xef\x4f\x6a\xbf\x73\xbc\xb9\x8f\xe3\xc5\x05\x1e\x15\x74\x5f\x4d\x89\xe7\x0c\xf5\xca\x45\x72\x83\xb4\x2c\x96\x0b\x96\xa2\xdd\xf1\xc3\x86\x9b\x73\xc8\x4b\x95\x1b\x3d\x1b\x76\x1d\x24\x94\x4c\x51\x78\xdb\xb0\xbf\x26\x0e\xfb\x6b\xac\x73\x15\xba\xd4\x18\x91\xd8\x96\x2b\xac\x51\xa3\x82\x75\x74\x87\xec\x60\x1e\x78\x81\x6d\xe5\x82\x5d\x11\xfb\xac\xe3\x35\xd8\x90\xc8\x88\x9a\x4d\xe5\x02\x40\x14\x78\x40\xd2\x31\xbf\xf2\x7d\x14\xf0\x69\xe5\xc2\x30\xc4\x5e\xaa\x10\x86\xb7\x49\x7d\xc4\x37\xe9\xea\xa8\xfc\x1d\x40\xae\xca\x1b\x0b\x83\xfc\xf7\x50\x46\x21\x86\xc4\x17\x68\xc0\x8e\x32\x47\x4f\xa6\x79\x6e\xd9\xa1\x8b\x52\x9c\x2b\x23\xda\x92\xd1\x15\x3e\x9b\xce\x34\x40\xe1\x10\xd0\xd9\xa1\x8a\x19\x67\xed\x10\x35\xba\x32\x8e\x86\x85\x19\x83\xda\x37\xe1\x66\x07\xc0\x66\x13\x4a\x53\xc8\x52\xef\xbc\x01\x96\x2f\x7b\x2f\x37\x18\xe4\x46\xbe\x89\xea\xa2\x27\xd7\x84\xce\xd4\x64\xb1\x01\x19\x60\x57\x0f\x1b\xb9\x1c\xc9\x65\x3b\xd4\x40\xf5\x6a\x60\x48\x60\x81\x2a\x30\x5c\xcf\xf8\x25\x20\x76\x45\x18\xca\xb3\x6c\x16\x12\x3a\xc3\x5b\xba\x37\x0b\x59\x24\xc9\x14\x1a\xf7\xee\xad\x44\x02\x00\x83\xdc\x89\x5a\xc6\xd5\x58\xb3\x8a\x6e\x94\xe4\xc5\x20\x8e\x3d\xe7\x42\x05\x81\xe2\x01\xc4\x85\x53\x3b\x6c\xad\x26\x5a\x29\x61\x2a\xe6\xe6\x36\x73\xcd\xed\x2d\xdd\xb8\xba\x78\x2b\x2f\xaa\xb4\x68\x7b\xd5\x55\x5c\x0d\x78\xeb\x6d\xaa\x85\x15\xeb\x01\x9f\x57\x16\xdf\xb8\x5a\xb2\x49\x82\xa8\xef\xb5\xbd\x00\x90\xaa\x31\x7d\xbf\x88\x9b\xda\xef\x0c\x40\xb7\x13\x0c\x38\xe1\x20\xee\x8e\xee\x4d\x7c\x4b\x69\x6d\xdf\xc4\x5b\x5b\x01\x09\x89\xab\x26\x96\x35\xd5\x73\x7d\x49\x1e\x6e\xca\x53\x56\x92\x87\xa3\xba\xda\x01\x40\xb6\x8c\xda\x2a\x59\x12\xc7\xac\x24\x10\x5f\xd4\x40\xa9\x37\x64\xca\xaa\x87\x4b\x64\xd5\xc3\x75\x65\xd5\xf6\x43\x9c\x96\x57\x5b\xa2\xe9\x92\x60\xfa\xa2\x84\x8d\x74\xb1\xb0\xf1\xf0\xf4\xbb\xdf\xfe\x68\xfb\x5a\xe4\x16\x36\x4a\xa1\x5e\xc9\xa7\x79\xcd\xbb\xae\x8e\x1d\x71\xd6\x77\xdd\x6e\x11\xd7\xbe\x56\xcc\x60\xf7\xcf\xe5\x7c\xb6\x44\x6a\x7b\x65\x81\x54\x3d\x27\x75\x11\x6f\x75\xc6\x40\xf5\x43\x1d\x7f\x64\x08\x17\xe1\x16\x55\x98\xa7\x56\xe7\x09\x4e\x4e\x0d\xbf\x72\x26\x96\x92\x75\x91\xb0\xea\xd4\xf7\xcb\x85\x8b\x47\xcf\x1e\x7e\xfc\xee\xb3\xce\xc3\x1a\x45\x05\xc5\xa6\x36\x0b\xa4\x2a\xcb\x9a\x97\x0b\x42\xb4\x40\x6b\x81\xf4\xa2\x63\xc4\x64\x5a\x28\xbd\x58\x2a\x43\x50\xd2\x19\x85\xde\x8b\x87\xd5\xc2\xd1\x18\x96\x05\xad\xa0\x2f\x2e\xe0\xc7\xfc\xdb\xc0\xf9\x84\x7d\x03\x6c\x97\x5d\x07\x2f\x17\x1b\x5c\x08\xb2\x57\xe6\xf0\x25\xc3\xf9\x92\xd7\xfe\x2f\x17\xbe\xa7\x70\xeb\xda\x7b\x27\x2f\x3b\xb5\x8a\x39\x96\xaf\x7f\x17\xb2\x5f\xa8\xeb\xfb\x0b\x7b\x4f\xa8\x84\x4a\x58\x49\xda\x56\xb8\xb8\xef\x0e\x16\xe9\x68\x2c\xc5\xec\x73\x63\xb5\x3d\xfe\x2f\x19\x46\xab\x00\x49\x17\xf2\xec\x7d\x61\x98\x8e\x96\x04\x4f\x3d\xbe\x7f\x78\x3d\x3b\x45\x35\x98\xbe\x62\xc0\x14\xfd\xa0\xe0\x7c\xc2\xac\x0d\x9c\x62\xc4\x7d\x5a\xa2\x91\xb6\xe3\x12\x76\xaf\x13\xe3\xe2\x8d\x75\x9e\x7f\xd4\x06\xb0\x2f\xa1\x37\xc4\xb3\x85\x9a\x66\x39\x58\xec\xa0\x2a\x2d\xbf\x5e\x79\x41\xdb\x5e\x34\x3f\x47\x31\x2b\xc4\xe0\x1a\x0f\x13\x2b\x5f\x7b\x6a\x30\x2d\x44\xe1\xb8\xb8\xf9\x6e\x80\x6b\xce\x01\x2b\x1d\xb6\x95\x28\x3d\x3b\x80\x8c\x19\x1f\x4f\xbe\x05\x94\xc2\xe4\xd9\x97\xfd\xfa\x81\x29\x56\x26\x69\xb9\x4e\x50\xeb\x80\x62\xcf\xd2\x76\x33\xc2\xae\x01\x4b\xa3\xcd\xad\x1c\x67\xf1\xae\xb5\xe5\xd5\x59\xfb\x93\x3f\xbe\xb0\xd0\x1f\x05\xfd\x5e\xc1\xd9\x6d\x81\xb3\x93\x6a\xac\xa2\xee\x52\x9c\x12\xab\xbb\x12\xf2\xd0\x88\x4e\xb3\x16\x1a\x9a\xaf\xd3\x3b\xab\x86\x31\x30\x9f\x2e\xf8\x86\x22\x30\x8a\x53\x9c\x9c\x56\x63\x19\x9c\xfb\x42\x91\x67\xb6\xa5\xb8\x97\xba\xc4\xed\x0b\xb5\xf2\xa4\xe2\x1c\xac\xfa\x50\xa8\x55\xc3\x53\x96\xb9\x42\x83\xc5\x44\x15\x21\x75\x63\x2c\x70\x61\x77\x08\xa2\x10\x1b\x9c\x73\x16\x4a\x3c\x02\x49\xc8\x18\xfc\x69\xb8\x8c\xef\xc6\x15\x95\x37\x2f\x00\x43\xab\xd1\x38\x9c\xe5\xc0\x54\x66\x9a\xd6\x28\x33\xc5\x7d\x38\x08\xa7\x52\x99\x29\xb6\x95\x99\xcc\x9f\x20\x2e\x2b\x33\xc5\xb5\xca\x4c\xf1\x7c\x1e\x97\x95\x99\x62\x5b\x99\x29\x0e\x93\x55\x94\x99\x4c\xcf\x2b\xd4\x8f\x40\xc6\x7d\x7a\xc1\x3c\x00\x71\x00\x86\x86\x32\x53\x5c\x52\x35\x8a\xa5\x32\x93\x95\xbf\x1b\x57\x95\x99\x86\x5a\x99\x29\x5e\xac\xcc\x54\xee\xc1\x7d\xa5\xb3\x21\xc6\x6c\x7a\x02\x15\xb0\x20\x67\x58\x6e\x02\xa6\x60\x08\x62\x83\x34\x49\x17\x8a\x41\x10\x48\x97\x89\x41\x46\x30\x99\x40\x92\x5d\x5d\xf8\xdc\x68\xd2\x2f\x8e\x36\xa6\x14\x25\xd9\x55\xc1\x17\xf1\xf4\x12\x8a\x46\xab\xd1\x11\x29\x28\xeb\x93\x41\x08\x0b\xa7\x0b\xb4\x8d\x32\xae\x3b\x15\xf8\x24\x58\x47\x95\x8b\x8f\xf1\x29\x1b\xa2\x78\xce\x7b\x28\x9a\x0b\x49\x95\x26\x62\xa0\x55\x6f\x67\xef\x70\x58\xb4\x05\x48\x7c\x62\x92\x80\xf8\x5c\x60\x34\xde\xef\x57\x62\x6a\x34\x80\xa8\x02\x10\x05\x1c\x44\x5a\x7e\x4e\x0a\xc5\x5b\x74\xe8\x2b\x57\x76\xc2\x12\x86\x04\xc1\x4c\xc9\x10\x61\xd8\xb9\x09\x6f\x11\x25\x43\x84\x5b\x5b\x81\x51\x5e\xb8\xbe\x23\x7d\x38\x30\x3c\x0f\x77\x36\xf4\x31\x23\x77\x4d\xc9\x53\x1e\xb8\xa8\x45\x31\x5c\x15\x3a\xd7\x85\x38\xd7\x85\x9e\x85\x34\x17\xa8\xc9\x0e\xfb\x29\xa3\x5d\x0e\xa5\x8f\xc2\x16\x3a\x6c\x15\x8f\xd0\xaf\x9f\xd5\x34\xdb\xb4\x80\xaa\x46\xe6\xcf\x8e\x20\xed\xf9\x41\x78\x1b\x82\x8c\xa5\xc4\xeb\xa2\x3e\x39\xc8\x2e\xec\x91\x3c\xc8\x57\x9a\xae\xb9\x13\xd7\xc2\x38\x89\x00\x9b\xb0\xd9\xdc\xdc\xb4\x5c\x2c\x16\xf2\x8d\xa0\xf2\x4d\xb1\xb0\x86\xf5\x97\xda\xe0\x0d\x12\x2a\xb4\x6a\xe8\x8f\xd0\x17\x0e\x48\x71\xa0\xb0\x15\x85\x9d\x9b\xe8\x56\xd1\x28\x06\x9e\x40\x5c\x2f\xb8\x89\xb6\xb6\x44\x53\x69\x88\xdb\x29\x5f\x8a\x3b\x74\xb7\x48\xfa\x28\xe8\xe1\x3e\x1a\x6c\x50\x3f\x0d\x76\x4d\x0b\xb5\xd4\x18\x5a\xd0\x23\x5b\x5b\x79\xee\xc3\x00\x90\x62\x98\xec\x90\x22\xca\xdf\x8e\x6b\xa0\x48\xe8\xc1\x2b\x0f\x81\xad\xae\x16\xd2\xa7\x61\xe7\x66\x6a\x0c\x19\x19\x43\x4e\xd5\x90\xa3\x10\x15\x43\x2e\x92\x7e\x1a\xf4\x50\x3f\x1d\xf0\x17\x2c\x3f\x0a\xf4\xa3\x81\x31\xf8\xc8\x1c\x3c\x2f\x78\xbb\xd5\xd5\xba\x02\xb9\x72\xe9\x1c\x99\x4e\xf2\xf0\x06\x66\x93\x54\x63\xcd\xb9\xb2\xbd\x9a\x0c\x5a\x3a\x57\x90\xca\xd9\xce\xe7\xe4\x56\x47\x36\x3a\x53\x04\x77\x6f\xb3\x2b\x3d\xec\x2b\xbf\x60\xd2\xd5\x61\x47\x87\x49\x2a\xc1\x41\x6a\x42\xdc\x0a\x49\xb3\x19\xdd\xca\x6e\x8a\xce\xb3\x1a\x98\x44\x0c\x26\x91\x84\x49\xe6\x84\x49\x66\xc0\x04\xa4\xf3\xb9\x89\x87\x99\xe9\x06\x54\x00\xac\x0a\x2d\x6c\x40\xab\x98\xd8\xa2\x96\xd4\x94\xb3\x9c\xc3\x36\x12\x48\x04\x36\xbb\xc1\x7c\xbe\x00\x34\xb9\xad\xa9\xae\xf6\xc2\x4c\x6f\xa3\x1e\x6c\xeb\x74\x11\xb8\x40\xab\x92\xc3\x52\x94\x2b\xdf\x18\x52\xb3\xe9\x93\xb6\x7e\xe7\x84\x3a\x69\x61\x76\x24\x55\xa3\x25\x1a\xb2\xfd\x08\xb2\xf0\x51\x44\x47\xed\x31\xc2\xbe\x48\x44\x27\xbe\xb8\xa6\xb7\x52\xd0\x09\x40\xd4\xea\x06\xa0\x98\x54\xa2\xe6\x34\xcd\x43\x86\x3c\x99\x5c\xd0\x69\xb3\x99\xdc\x54\xcb\xc3\x3f\x6c\x85\x69\xb0\x91\x84\x54\x0f\x05\x4c\x43\x2a\xdf\xab\xd4\x5d\x32\x5d\xe7\xea\x90\xe4\x00\xbf\x27\xcc\x38\x08\xfc\x42\xb7\x5c\x02\x85\x18\xa8\x90\x16\x77\x28\x7f\x8b\x0b\x11\x80\x4e\x27\x4e\xc6\xa1\xac\x34\xf9\xf9\x86\x06\x51\xd5\x4f\xd5\x35\xa7\x9f\xaa\x6b\x96\x9f\xaa\x6b\x03\x90\x85\x1d\x90\x84\x9b\x5d\x30\xe5\xcf\xf0\x9b\x9b\x89\x63\x7f\x0d\x41\x2c\x7a\x1a\x19\xdb\x65\x58\xda\x2e\xec\xfb\x61\xd8\xb9\x79\x78\x6b\x74\xf3\x50\x1d\x23\xa3\x70\x58\x6c\x99\x22\xe9\x1f\x06\xbd\x61\xff\x70\x00\x26\xa1\x89\xbf\x23\x13\x7f\xb9\x7a\x49\x34\x9f\x6f\x4e\x84\xe2\x91\x3f\x12\x7e\xc1\xcd\x6d\x35\x32\xb7\x55\x3c\x9f\x4f\x02\x30\xf5\x15\x59\x20\x3c\xaf\x61\x7f\x04\x48\x70\x3b\xec\xec\xfa\xd9\x2d\xb4\x9b\xce\xe7\x7e\x1a\x8e\x82\x5e\x12\x8e\x40\xb6\xb5\x15\xf4\xb2\xad\x2d\xd6\x95\x51\x4f\xed\x13\x90\xcc\xe7\x69\xce\xd7\xc2\x70\x1e\x16\x1a\x80\x31\x16\xc1\xb1\x04\x2b\xba\x0a\x53\x67\xd0\x1d\x3f\xd0\x51\xda\xd8\xe4\x88\x03\xc0\xd3\xb0\x73\x73\x7a\x2b\xb9\x39\x55\x00\x4e\x42\x52\x00\xb8\x48\xfa\xd3\xa0\x47\xfa\xd3\x81\x06\x62\xd1\x6c\x62\x1d\x37\x1c\xb2\x89\xf3\xcc\x4a\x4c\xe0\x62\x80\x40\x14\x6c\x98\x46\xd4\x7a\x74\xb7\x3b\xcd\x66\xd6\x9e\x4c\xb3\x91\x9f\xfa\x09\x77\xe0\x27\x82\x00\xf8\x09\xc0\x0c\xf4\xfa\x73\x12\xa8\x4d\x95\xe5\x05\xad\x61\x38\x4e\x28\x6b\xa6\x15\xde\xeb\x2c\x97\x75\xa4\xf0\x51\x87\xf2\x10\x82\x34\x24\xf3\x39\x62\x93\x2d\xac\x30\xe6\x73\xee\x22\x17\xfb\xec\x30\x51\x07\x6a\xc4\x7e\x81\xae\x0e\xce\x92\x0a\x75\x07\xa7\x0b\xc0\x30\x02\x8c\x1b\x26\x68\x72\x0f\x45\x43\x82\x28\x1a\x66\x61\x52\x0c\x5b\x3a\x64\x0b\x9d\x6c\x5b\xe2\xc3\xa0\x4d\xd3\xf7\x27\x13\x48\xee\x46\x9c\xcd\x93\xbb\xde\x4f\x7c\x5a\xfa\x14\x18\xc0\x28\xfb\x7b\x5b\xb9\x79\xce\x79\x67\xec\xb0\x70\xf5\xc0\x7d\x1e\xe6\xda\x44\x64\xe6\x7d\xf1\xc9\xdf\x79\x3d\xef\x8e\x07\xbc\xff\xff\x1f\xff\x77\x99\xfa\xc9\x6f\xaa\xc4\x3f\x57\x89\xdf\x92\x89\xcf\xff\xfe\x2f\x74\xea\xcf\x75\xea\x2f\x75\xea\xc7\xaa\xc2\xbf\x90\x89\xcf\x54\x5b\x9f\x15\x4d\xfc\xb5\x4e\xfd\x07\x9d\xfa\x5b\x9d\xfa\x8f\x32\xf5\x73\xd5\xd3\xcf\xfe\x4c\x35\xfa\xdb\x2a\xe7\x87\xba\xf4\x8f\xd4\xb7\x7f\xa9\xbe\xfd\xbd\x4a\xfc\x81\x6a\x48\x0d\xe1\xe7\xc5\x10\xfe\x4c\xa7\xfe\x4a\xa7\x14\x20\x3e\xff\x54\x8f\x59\x75\xf8\x73\xd5\xe8\x17\x7f\xf3\x7f\xcb\xd4\x2f\xfe\x84\x0f\x94\xf7\xfd\x3b\x2c\x75\x9f\xf5\xf9\x8f\x3a\xf5\x23\x95\xfa\xc5\x9f\xf0\xb9\x3d\xe1\x49\xde\xc7\xfb\x3c\xf9\x29\x4b\x7e\x87\x27\xff\xbe\x48\xf2\x06\xbe\xc7\x7a\xfa\xe4\xff\xf5\x7a\xde\xdb\x7c\x61\x7e\x24\x53\x9f\x7f\xfa\x5b\x3a\xf5\xdb\x3a\xf5\x3b\x32\xf5\x5f\xff\x85\x4c\xfc\x54\x95\xfa\xe9\x3f\x97\x89\x2f\x3e\x61\xbd\xdd\xe5\x8d\xfd\x1f\x32\xf5\xd9\xef\xa8\xc4\xef\xaa\xc4\xef\xa9\xc4\xef\xcb\xc4\x4f\xfe\x47\x99\xf8\xfc\x53\x55\xe8\xa7\x2a\xeb\xe7\xff\x20\x13\xbf\xf8\x93\x7f\x92\xa9\x2f\x3e\xf9\x4f\x5e\xcf\xbb\xc7\xbb\xf9\x73\x99\xfa\xfc\xd3\xdf\x93\xa9\xcf\xfe\x50\x67\xfd\xbe\x4e\xfd\x1b\x9d\xfa\x44\xa7\x54\xb9\xcf\xd4\xc7\x9f\xfe\x6b\x95\x50\x6d\xfd\xf4\x5f\xc9\xc4\x2f\xfe\x54\x75\xf9\xb3\xbf\x61\x89\xef\xb3\xd4\x6f\xeb\x14\x5b\xa3\x7b\x1f\xb3\xd4\xbf\x54\xa9\x2f\x3e\x61\xe0\xbe\xcf\x07\xf9\x7f\xca\xd4\x4f\x7e\x57\x25\xfe\x95\x4a\xfc\x9e\x4c\x7c\xfe\x0f\xbf\xa9\x52\x7f\xff\x4f\x3a\xef\xb7\x75\xea\xb7\xf4\xd7\x7f\x94\xa9\xcf\x3e\x51\x59\x9f\xfe\x2f\x3a\xf5\xbf\xaa\x8f\x2a\xeb\x33\x95\xf3\x93\x7f\xad\x5b\x50\x03\xfb\xec\x7f\x93\x89\x9f\xab\x7e\x7e\xfe\x3b\xba\xd0\xa7\xba\x6b\x95\xf7\xf3\x1f\xeb\x6e\xfe\x44\xb5\xf0\x6f\x75\x56\x91\x52\xad\xfe\xf4\xdf\xa8\xc4\x1f\xca\xc4\x17\x9f\xb0\xc5\x7c\xc0\x61\xf2\x17\x32\xf5\xf9\xa7\x3f\x94\xa9\x9f\xfe\xcf\x32\xf1\x8b\x3f\x55\xc5\xbe\xf8\x84\xcd\xf6\x5b\xbc\xc2\xbf\x93\xa9\x9f\xfd\xad\x4c\x7c\xf6\x27\x32\xf1\xf9\xa7\x7f\xa6\xb2\x7e\xa8\x12\x2a\xe7\x67\x7f\xa1\x72\x7e\xa4\x72\xfe\x5c\x26\x7e\xfa\x47\x32\xf1\x8b\x1f\xaa\xd2\xbf\xf8\xd3\xff\xac\x53\xff\x24\x53\x5f\x7c\xc2\xf2\xde\xe1\x63\xf8\xb1\x4c\x7d\xf6\xe7\x32\xf1\xf9\xa7\x3f\xd2\xa9\xbf\x90\xa9\x9f\xff\x50\x67\x15\xc5\x7e\xac\x53\x7f\xa9\xda\x50\xe5\xbf\xf8\x9b\x7f\xa7\x53\xff\x8f\x4c\xfd\xe2\x87\x7f\xa0\xf2\x3e\x61\x03\x79\xc8\xbb\xff\xf7\x32\xf5\x93\xdf\x57\x89\x3f\x50\x89\x3f\x94\x89\xcf\x7e\xac\x12\x7f\xa9\x12\x7f\xa5\x12\x7f\xad\x0a\xff\x4f\x32\xf1\xf9\xa7\xff\x41\xa5\xfe\xe1\x77\x65\xea\x67\xea\xe3\xcf\x55\xce\xcf\x7f\x4f\x17\x52\xa9\xcf\x74\xbd\x4f\x55\xeb\x3f\xfd\x63\x99\xf8\xe2\x93\xff\xe2\xf5\xbc\x6f\xf3\x01\xff\xa5\x4c\x7d\xf6\xb7\x32\xf1\x5f\x7f\x57\x26\xbe\xf8\x23\x86\xef\xef\xf2\x52\xff\x97\x4c\x7d\xfe\xe9\x5f\xcb\xd4\xcf\x7e\xac\xb3\xfe\xa3\x4c\x7d\xf6\x77\x3a\xeb\x6f\x65\xea\xa7\xff\x56\x26\xbe\xf8\x9b\x7f\x2f\x53\xbf\xf8\xd3\xdf\xd4\xa9\xdf\xd2\xa9\xdf\x56\xa9\x1f\xfe\x48\xd5\xf8\x23\x76\x66\xbd\xc7\xbb\xff\x2b\x99\xfa\xec\xbf\xa8\xc4\x7f\x52\x89\xff\x2c\x13\x9f\x7f\xfa\x77\x3a\xf5\xa9\xfa\xf8\x0f\x3a\xeb\x1f\x75\xea\xef\x65\xea\xff\x53\xcd\xff\x5c\x35\xf1\xc5\xdf\xfc\x48\xa7\xfe\x4c\xa6\x7e\xf1\xa7\xbf\xab\x53\xbf\xa3\x52\x3f\xfc\x4d\x99\xfa\x6f\xec\xbd\x6b\x9f\x1b\xb7\x75\x30\xfe\x7e\x3f\xc5\xec\xd4\xa1\x06\x26\xc8\xe5\xca\x7d\xd2\x3e\x94\x46\x5b\x59\x96\x13\x35\x96\xed\x4a\xb2\xd3\x94\xa2\xd7\xb3\x1c\x70\x89\x68\x08\x30\x18\x50\xab\x0d\x39\xff\x5f\xdb\xdc\x9a\x26\x69\x93\x28\xf7\x5a\x4e\xd3\x24\x4d\xd3\x34\x17\x25\x75\x63\xd9\xb9\xbc\xb0\x2d\xcb\x7d\xe1\x7e\x06\xe9\xa5\x3e\xc5\xff\x87\xeb\x60\x86\x43\x2e\x57\xbb\xda\x38\x4f\xa3\x17\xda\x43\x0c\x2e\x07\x07\x07\x07\x07\xc0\xc1\x39\x6f\x0b\x11\xf8\x94\x20\xd6\xdb\x32\xdb\x47\x25\xde\xa2\x57\xe7\x25\xde\x3f\xd6\xd0\xdd\x57\x7f\x63\xa0\x5b\x7f\x6d\x21\x93\xef\xde\xcd\x9f\x68\xe8\xf6\x4b\x26\xe9\xba\x10\xe1\x4f\xcb\x4a\x7e\xa2\xa1\xb7\x5f\xd5\xc0\x5b\xe6\xdb\x1b\x5f\xd2\xc0\xdd\x5b\x9f\x34\xdf\x3e\x63\x93\x3e\x6d\x92\x3e\x65\x93\xfe\xde\x42\x7f\xa7\xa1\x3b\xff\xac\x81\xdb\x37\x34\x70\xff\xe5\x2f\x5a\xe8\x7b\xa6\x69\x59\x50\xf6\x53\xc8\xa8\xa7\x55\x3f\x45\x9b\xcf\x48\x14\x7f\xaa\xa1\x37\xbe\x6c\x80\xeb\x06\xf8\x8a\x06\xee\xbe\xfe\x65\x0b\x7d\xd1\x42\x5f\xb3\x90\xc9\xf7\xc6\x57\x4d\xd2\xad\xcf\x6b\xe8\xce\x7f\xd8\xa4\x7f\xd0\xd0\x5b\x9f\xb7\x49\xb6\xb2\x5b\xa6\x81\xb7\x4c\xae\x3b\x3f\x31\xc0\xcf\x4c\xed\xa6\xc1\x3b\xff\x6e\x5b\xb6\x75\x9a\x9a\xde\xfe\x92\xc9\x64\x31\x30\x79\x6e\xff\xb3\x2d\xf6\x92\x85\xbe\x65\xa1\xfc\xeb\xcb\x16\xfa\x17\x0b\x59\x9c\x5f\xff\x86\x69\xc9\x60\xf1\xb6\xe9\xe2\x1b\xf6\xd3\x6f\x4c\x93\x9f\x36\xc0\xb7\x35\x70\xff\xc6\xdf\x5b\xc8\xd4\x79\x5b\x36\x73\x4e\xa6\x49\x64\x25\xda\x32\xf1\x39\x39\x58\x82\x09\x9e\x95\x83\xf5\x33\x0d\xdd\xbd\xf5\x15\x0b\x7d\x4d\x43\xb7\xbf\xa7\x81\x7b\x37\xbf\xab\xa1\xfb\x37\xbe\x68\xa1\x2f\x5b\xc8\x14\xbd\x77\x5d\xa0\xf7\x17\xb2\xe2\x9b\x1a\xba\x7f\xe3\x6b\x16\xfa\x86\x86\xde\xf9\x7b\x0d\xdc\xbb\x2e\x38\xf4\x82\x2c\xf0\x73\x0d\xbd\xf5\x15\x0d\xdc\xbd\xf5\x0d\x93\x64\x80\x3b\x5f\x34\xc0\x97\x6d\xa6\x6f\x59\xe8\x25\x93\xfd\x6b\x36\xe9\x65\x0d\xbd\xf3\x79\x0d\xdc\xbb\xf9\x3d\x0d\xdd\xbf\x61\x4a\xde\x7f\xf9\x5f\x2d\xf4\xb7\x26\xdf\x75\x31\x29\x2e\x4a\xcc\x7e\xa1\xa1\xbb\xaf\xbd\xac\xa1\xb7\xbe\x65\x92\x6e\x7d\xcf\x24\xbd\x64\x93\xfe\xd9\x24\xfd\xb3\x4d\xfa\x57\x0b\xfd\x8b\x85\xfe\x4d\x43\x77\xbe\x61\xf2\x9b\xea\xef\xdd\xfc\x8d\x86\xee\xbf\xfc\x6f\x16\xfa\xa4\xf9\x7a\x5d\x68\x23\x97\x24\x6a\xff\xa9\xa1\xbb\xb7\xfe\x5d\x43\x6f\x7d\xcf\x26\xfd\x87\x86\xee\x7c\xcb\x7c\xfb\x17\xfb\xed\x67\x16\xfa\x89\xf9\xf8\xaf\x1a\xb8\x6d\xca\xdd\x36\x9f\xee\xfc\x46\x03\xf7\x5f\xfe\xb4\x81\x5e\x12\x88\x5d\xfa\x2b\x89\x8f\x18\xce\xe7\x24\x3e\xaf\x68\xe8\x8d\x6f\x1a\xe0\x5b\x06\xf8\x27\x0d\xbc\xf5\x6f\x1a\xb8\x7b\xeb\x55\x93\xf4\xef\x36\xe9\x35\x93\xf4\x1f\xa6\xdc\x4b\x1a\x78\xdb\x54\xf0\xf6\xd7\x0d\xf0\x55\x03\x98\xd6\xee\xbe\xfe\xaf\xa6\xfc\x4f\x0c\xf0\x33\x93\xe9\xba\x06\xee\x7c\xc5\x00\x5f\xd3\xc0\xed\x9f\xda\xf2\x16\x93\xd7\x2d\x9a\xaf\xff\xc4\x42\xff\x61\xa1\x9f\x59\xe8\x7b\x16\xf7\x9f\x9b\x26\x7f\x6e\x93\xfe\xcb\x42\xff\xa9\xa1\x77\x3e\xa9\x81\x7b\xd7\x85\xf4\x7c\x5e\x92\xed\xbf\x34\x74\xf7\xd6\xaf\x2c\xf4\x1b\x0d\xdd\xfe\xb9\x06\xee\xdf\x78\x59\x43\xef\x7c\xca\x26\x09\x16\x7b\x5e\x6e\x0c\xae\x0b\x16\xff\xb0\xac\xee\x97\x1a\xba\xfb\xda\x5f\x5b\xe8\x6f\x35\xf4\xd6\x7f\xda\xa4\x4f\x5b\xe8\x93\x16\xfa\x3b\x0d\xdd\xbb\xf9\x73\x03\x5d\x17\x4a\xcb\x5f\xca\x8a\x5f\xd5\xd0\xdd\xd7\xfe\xde\x42\x9f\xd7\xd0\xbd\xeb\x42\xd4\x7c\x44\xe6\xbb\xa5\xa1\xbb\xaf\xff\x5c\x43\x6f\xdc\xd0\xc0\x5b\xff\x65\xbf\xbd\xaa\xa1\x3b\x26\xd3\xdd\xd7\x4c\x15\x6f\xbd\x6a\x73\xe5\xf9\xff\x53\x43\xb7\x7f\xa1\x81\x77\xfe\xc1\x7e\xfb\x8d\x86\xee\x5d\x17\xfa\xd0\x5f\x49\x2c\x5e\xd3\xd0\x5b\xb7\x34\x70\xf7\xb5\x2f\x9a\xa4\xd7\x0d\xf0\x6b\xfb\xed\xcb\x16\xfa\x8a\x86\x6e\xbf\xa2\x81\x3b\xdf\xd3\xc0\xbd\x9b\xbf\xb5\xd0\x8f\x34\x74\xff\xc6\xbf\x98\xb4\xeb\xa2\xfe\x48\x34\xfe\xeb\xbf\xd1\xd0\xdd\xd7\xbe\xa5\xa1\x37\xfe\xd9\x00\xdf\x31\xc0\xbf\xd8\x4c\x3f\xb0\xd0\xf7\x2d\xf4\x23\x0b\xfd\xd0\x14\xf8\xae\x06\xde\x34\xd5\xbf\xf9\x09\x9b\xe9\xa6\x85\x7e\x6a\xa1\x57\x2c\xf4\x0b\x0d\xdd\x31\x2d\xbd\x6d\xb1\xf8\x9e\x49\xf9\xb6\xcd\x6d\xda\x79\xc3\x60\xf3\xf6\xeb\x06\xf8\x07\x53\x91\x41\xe1\x4e\x8e\xc2\x77\x2c\xf4\x63\x0b\xfd\xd2\x40\xaf\x5a\x9c\x3f\xa5\x81\x7b\x37\x4d\xf5\xef\x18\xc2\xdd\x7f\x49\x22\x2a\xdb\x16\x73\x39\x42\xa2\xcd\x5f\x5b\xe8\xbb\x06\xba\xff\x92\xec\x1b\x95\xa0\x6c\x63\x2c\x41\x31\xd6\xd1\x55\x09\xbe\x9e\x83\xb2\x82\x5d\x39\x44\x62\x3d\xdf\x92\x43\xf4\xb7\x1a\xba\xfb\xea\x27\x2c\xf4\x29\x0b\x7d\x46\x43\xb7\xff\xda\x00\x26\xd7\x3b\xd7\x35\x70\xef\xba\xe0\x99\x9e\xac\xec\x13\x1a\x7a\xf3\x33\x06\xf8\xac\x01\x3e\x67\x80\x2f\x68\xe0\x8d\x1f\x68\xe0\xee\xab\x26\xd3\xed\xbf\xd3\xc0\x9d\x5f\x69\xe0\xfe\x4b\xbf\xd5\xd0\xbd\x4f\x7f\xd2\x40\xd7\x45\xd3\xb1\x6c\xf0\x93\x1a\xba\xfb\xea\xe7\x34\xf4\xe6\x3f\xda\xa4\x2f\x58\xe8\x4b\x16\xba\x6e\x21\x93\xef\x4d\xf3\xf1\xf6\xe7\x35\xf0\xce\xd7\x0c\xf0\x75\x0d\xdc\xbf\xf1\x9a\x86\xde\x16\x23\x13\xcb\x5d\xf3\xa7\x0d\x74\xef\xba\x98\x2b\x48\x22\xf4\x29\x0d\xbd\xf1\x6f\x06\xf8\xa1\x01\xfe\x5d\x03\x77\x5f\xff\x1b\x03\xbd\xf6\x5b\x9b\xf6\x29\x0b\x7d\xc2\x7e\xfd\xb5\x86\xde\xbc\x6e\x92\x5e\xfd\xaa\x85\xbe\x6e\x3e\x9a\xa4\x37\x4d\xca\x1b\x3f\xb2\x35\xbc\x6e\xbe\xfd\x93\x06\xee\x98\x76\xee\x7c\xc6\x66\xba\x65\x9b\x36\x69\x77\x7e\x68\x9b\xb9\x61\x6a\xf8\xa6\x4d\xca\x21\x53\xeb\x3b\xa6\xe0\x3b\x26\xe5\x6d\x53\xee\xde\x75\x81\x5f\x5f\x12\xe7\xd3\x1a\xba\xfb\xea\xb7\x35\x74\xfb\xcb\x1a\xb8\x7f\xe3\x57\x1a\xba\x77\x5d\x90\x7f\x5b\x16\xf8\x8c\x86\xde\x7e\x45\x03\x6f\xde\xd0\xc0\xdd\x57\xbf\x63\x92\xbe\x6d\x00\x93\xf2\xf6\x0f\x4c\xca\x77\x4d\xca\xf7\x35\xf0\xce\x3f\x6b\xe0\xfe\xcb\x26\xf7\xdd\x57\x6e\x99\xb4\x1b\xbf\xd5\xd0\xbd\xeb\x82\x96\x03\x89\xc3\xdf\x69\xe8\xcd\xef\x6b\xe0\xee\xab\xdf\xb5\xd0\x0f\x34\x74\xe7\xdb\x36\x29\xcf\xf6\x43\x0b\xfd\xc8\x40\xaf\x7d\xcd\xd4\x66\x4a\xde\xbb\xf9\x6f\x16\xfa\x2f\x0d\xbd\x63\xea\xb8\x2d\x68\x37\xb8\x2a\x31\x12\x0a\x12\x96\x18\x7d\x56\x43\x6f\xfc\x87\x01\x7e\x6c\x80\x9f\x68\xe0\xcd\x1f\x1a\xe0\x47\x06\xb0\x79\x7e\xaa\x81\xbb\xaf\x5a\xe8\x75\x53\xe5\xdb\x5f\xd4\xc0\x1d\x93\x72\xe7\x73\x36\x93\x81\xde\xcc\x6b\x30\x95\xbe\xf3\x6f\xe6\xdb\x4d\x0d\xdc\xbb\x2e\xd8\xe4\xa3\x12\xe1\xbf\xd7\xd0\x9b\xaf\x68\xe0\xed\x9f\x69\xe0\x9d\xcf\x6a\xe0\xde\x75\xb1\x42\x5c\x91\xd9\x3f\xa7\xa1\xbb\xaf\xde\xd4\xd0\xdb\x3f\xb4\x49\xbf\xd0\xd0\x9b\xbf\xb4\x49\xaf\x68\xe8\xf6\x37\x35\x70\xef\xe6\xbf\x6b\xe8\xfe\x8d\xbf\xb1\xd0\x27\x2c\xf4\x29\x03\xbd\xfc\x5d\x53\xe2\xba\x60\xdc\x44\x36\xff\x79\x0d\xbd\xf5\xd7\x1a\x78\xf3\x35\x03\xfc\x46\x03\x77\x5f\xfd\xa5\x85\x6e\x99\x8f\xbf\xb2\x49\xbf\xb6\xd0\xeb\xa6\xae\xdf\x1a\xe0\x6f\x35\x70\xfb\x5b\x1a\x78\xe7\x47\x1a\xb8\x77\xf3\x3b\x1a\xba\x7f\xe3\xb3\x06\x7a\xf9\x6f\x6c\xda\x67\x34\xf4\xb6\xfc\xa8\x88\x26\xf4\xc2\xa1\xc4\xfa\x0b\x1a\xba\xfb\xea\x6f\x0d\x74\xeb\x6f\x2c\xf4\x09\x0d\xbd\x73\xd3\x00\x3f\xd5\xc0\xbd\xeb\x62\x4a\x11\x59\xc7\x3f\x68\xe8\xed\x5b\x1a\x78\xeb\x93\x1a\x78\xe3\xa6\x06\xee\xde\xfa\x94\xf9\xf6\x77\x36\xe9\x33\x26\xe9\xd3\x36\xe9\x73\x16\xfa\xac\x86\x6e\xbf\xac\x81\x77\x7e\x6e\xb2\x9b\x4f\xf7\x5f\xfe\x92\x85\xbe\x6f\x70\x10\xc3\x40\x54\x2f\x45\x49\x2a\x31\xfc\x47\x0d\xbd\xf1\x73\x03\xfc\xc2\x00\xff\xa9\x81\xbb\xaf\x5f\xb7\xd0\x97\x2c\xf4\x75\x0b\x7d\xd5\x14\x78\xc5\x24\xdd\xfa\x82\x86\xee\xfc\xd8\x26\x99\x86\xde\xfa\x82\x4d\xb2\x95\xdd\x32\x0d\xbc\x65\x72\xdd\xf9\xa9\x01\x6e\x9a\xda\xff\xcb\xa4\xfc\xc8\xb6\x6c\xeb\x34\x35\xbd\xfd\x65\x93\xc9\x62\x60\xf2\xdc\xfe\x8e\x2d\x76\xc3\x42\xff\x64\xa1\xfc\xeb\xb7\x2d\xf4\x5d\x0b\x59\x9c\x5f\xff\xa6\x69\xc9\x60\xf1\xb6\xe9\xe2\x1b\xaf\x9a\x94\xdf\x6a\xe0\x9d\xaf\x68\xe0\xfe\x8d\xcf\x59\xc8\x54\xf5\x8e\xa1\xd6\x6d\xd9\x8c\x94\x0c\x12\x92\x0a\xc7\x0d\x89\x36\x95\x83\x25\x10\x1a\xc9\xc1\xfa\xa2\x86\xee\xde\xfa\xaa\x85\xbe\xae\xa1\xdb\xdf\x37\x49\xaf\xfc\x5a\x43\xf7\x6f\x7c\xc9\x42\xd7\x2d\x64\x8a\xde\xbb\x2e\x44\xf7\xc7\x64\xc5\x5f\xd2\xd0\x3b\x9f\xd3\xc0\xfd\x1b\x5f\xb7\xd0\x37\x35\x74\xef\xba\x20\x12\x93\x05\xbe\xac\xa1\xb7\xbe\xaa\x81\xbb\xb7\xbe\x69\x92\x0c\x70\xe7\x4b\x06\xb8\x6e\x33\xfd\x93\x85\x6e\x98\xec\x5f\xb7\x49\xdf\xd6\xd0\x3b\x5f\x30\xc0\xaf\x35\x70\xff\x86\x29\x78\xff\xe5\x1f\x58\xe8\x13\x1a\xba\x77\x5d\x68\xbc\xa9\x44\xec\xba\x86\xde\xf8\xb6\x06\xde\xfa\x27\x0d\xdc\xbd\xf5\x7d\x93\x74\xc3\x26\x7d\xc7\x24\x7d\xc7\x26\xfd\xc0\x42\xdf\xb5\xd0\x0f\x35\x74\xe7\x9b\x26\xbf\xa9\xfe\xce\x6f\x35\x70\xff\xe5\x1f\x5a\xe8\x53\xa6\xe0\x6b\xa6\xf1\x7b\xd7\x45\x65\x5c\xa2\xf8\x15\x0d\xdd\xbd\xf5\x23\x03\xbd\xf6\x75\x0d\xbd\xf5\x7d\xfb\xf1\xc7\x1a\xba\xf3\x4f\xe6\xdb\x77\xed\xb7\x9b\x16\xfa\xa9\xf9\xf8\x03\x0d\xdc\x36\xe5\xfe\xfb\xef\x34\x70\xef\xe6\xbf\x6a\xe8\xfe\xcb\x9f\x31\xd0\x4b\x02\x5b\xae\x94\x2d\xa1\xa9\x8f\x25\x6a\x5f\xd5\xd0\x1b\xb7\x0c\xf0\x9a\x01\x5e\xd7\xc0\x5b\x3f\xd4\xc0\xdd\x5b\x26\xd3\x5b\x3f\xb2\x49\x36\xd7\x8f\x4d\xb9\x5f\x69\xe0\xed\x97\x0c\xf0\x0d\x03\x7c\xcd\x00\xdf\x32\xe5\x5f\xff\x81\x29\xff\x53\x03\xdc\x34\x99\xbe\xa2\x81\x3b\x06\xc9\x3b\x5f\xd7\xc0\xed\x9f\xd9\xf2\x16\x93\xd7\x2d\x9a\xaf\xff\xd4\x42\x3f\xb6\xd0\x4d\x0b\x7d\xdf\xe2\xfe\x0b\xd3\xe4\x2f\x6c\xd2\x2f\x2d\xf4\x8a\x86\xfe\xfb\xb3\x1a\xb8\x77\x5d\x94\xbc\x2a\xc9\xf6\x35\x0d\xdd\xbd\xf5\x6b\x0b\xfd\x56\x43\xff\xfd\x39\x0d\xdc\xbf\xf1\x6d\x93\xf4\x79\x9b\x24\xd8\xee\xaa\xda\x41\x88\x41\xda\x91\xd5\x7d\x5d\x43\x77\x5f\xfb\x1b\x0b\x7d\x42\x43\x6f\xbd\x62\x93\x3e\x63\xa1\x4f\x59\xe8\x1b\x16\xfa\xac\x86\xee\xdd\xfc\x85\x81\xae\x0b\xea\x5e\x93\x4d\x7c\x43\x43\x77\x5f\xfb\x9c\x85\xbe\xa0\xa1\x7b\xd7\x85\xee\xb1\x2b\xf3\x7d\x53\x43\x77\x5f\xff\x85\x86\xde\xf8\xb5\x06\xde\xfa\xa5\xfd\x76\x4b\x43\x77\x4c\xa6\xbb\xaf\xfd\xa3\xc9\xfe\x5b\x9b\xcb\xe6\x7f\x2d\xaf\xf5\x15\x0d\xdd\xfe\x4f\x0d\xbc\xf3\x8f\xf6\x9b\x29\x79\xef\xba\x18\xcb\x8f\x4b\x7c\xbe\xa5\xa1\xb7\x5e\xd3\xc0\xdd\xd7\xbe\x64\x92\x7e\x65\x80\xdf\xd8\x6f\xd7\x2d\xf4\x55\x0d\xdd\xfe\x2f\x0d\xdc\xf9\xbe\x06\xde\xf9\x6b\x0d\xdc\xbb\xf9\x1f\x1a\xba\x7f\xe3\xbb\x1a\x7a\x57\x2c\xc0\xef\x7e\x49\x40\x62\x3a\xbd\xfb\x55\x01\x09\xd2\xbe\xfb\x75\x01\x09\x3d\xec\xdd\x6f\x0a\xe8\xdf\x2d\x24\x06\xf7\xdd\x6f\x0b\x48\xac\xfe\xef\x7e\x5f\x40\x3f\xb2\x90\xe8\xde\xbb\x3f\x14\x90\x68\xec\xdd\x9b\x02\x12\x6c\xf9\xee\x2b\x02\x12\xda\xe6\xbb\xbf\x14\x90\x60\xda\x77\x6f\xf9\xd0\xff\x9f\xbf\x37\xd0\xbb\x5f\xb4\x69\xb2\x8d\xdf\x0a\x48\x0c\xda\xff\x7c\x4a\x40\x9f\x33\xd0\xbb\x3f\xb3\x69\x02\xd3\xff\xf9\xac\x80\x84\x96\xf4\x3f\x9f\xf0\xb3\xdc\x84\x31\xc9\x4d\x18\x03\xdf\xaf\x23\xd0\x64\x48\xbe\x6f\x08\xd6\x3a\x2f\x5c\x1e\xb7\x5a\xad\x56\x43\xfc\xf9\x93\xb3\xdd\xb5\xed\xa2\x4d\xa4\xb1\xa7\xe8\xa0\xae\x34\x11\xaf\x32\xb8\x64\xa8\xdf\x18\xd2\x18\xf7\x31\x62\x6b\x06\x48\xd7\x18\xea\x1f\xc4\xd8\xd2\x57\xc6\x26\x8e\x8f\xfb\x5a\x4d\xbb\xa0\x40\xb5\xda\xaa\xb4\xec\xb5\x16\xbe\xa8\x6c\x62\xa9\xeb\x48\x65\xc0\x38\xa7\x8e\x82\x89\x63\xc1\x92\x58\x97\xa8\x0a\x73\x38\xe9\x6d\xb5\x79\xd6\x9e\x28\x97\x1e\x6d\x0e\x47\x8c\x2a\x63\x35\x96\x1d\x82\x63\xcd\xab\x11\xb3\x6f\xd0\x36\x53\xc4\xcf\x6b\x12\x9e\x8f\x48\xb4\xad\x1d\xff\x06\x93\x4d\x36\x26\x67\xa2\xde\x00\xb5\x09\xda\xf1\x2e\x22\x0e\x7b\xd1\x28\xda\xc2\x09\xe6\x18\xa5\x6d\x5d\x7c\x58\x2c\x7b\xc6\xc9\xb2\xb1\x77\x96\xc0\x7f\xac\xb9\xfe\x98\x6f\xad\xf7\x7b\x0c\x45\x1c\x19\x7c\xda\x0a\x11\xa4\x3c\x4e\x99\x3c\x96\x16\xa6\xcc\x96\x81\x34\xb9\xb4\xe5\x1f\x80\x98\xa4\x3c\x4a\x12\x53\x5d\x80\x20\xd6\x86\x78\x93\x11\x4d\xb1\xa0\x7a\x94\xb4\xa3\x2c\xa4\xca\x90\x64\x62\xab\x4e\x4d\x5d\x89\xa8\x7e\x9c\x85\x24\x88\xa4\x05\xd7\x38\x0f\x7f\xda\xdb\x0a\xc7\xea\x61\x81\x8e\xc7\x36\x26\xe7\xc8\x19\x4a\x38\xba\xc6\x83\x31\xc4\x60\x85\x05\x29\xa8\xd5\x78\x90\x00\x27\x4a\x2f\xcf\x33\x25\x30\x85\x32\xce\xa6\x69\x37\x4c\xa1\xf1\xe3\x12\x26\xd2\x62\x5b\x75\x3d\xc4\x19\x54\x11\x52\xdc\xbe\xcc\xf4\x84\x66\x21\x2e\xf7\x24\x32\x3d\x49\x45\x4f\x12\xd1\x13\x2a\x7b\x92\x14\x7a\x92\xcc\xed\x49\x92\xa3\x21\x7a\x14\xc9\x1e\xa5\xd2\xf6\x31\xc8\x31\x97\xa9\xd6\x33\x8d\x1b\x15\x3e\x85\x11\x58\x0d\x1d\x3b\x30\x93\x0b\x16\x4b\xcf\x92\xa7\x22\x23\x54\x0f\x32\x2a\x32\xa7\x30\x72\x10\x75\x69\x1a\xe5\x34\x4d\x41\x06\x4b\x6d\x28\xe7\xc5\xca\x8e\xc8\xbc\x42\x60\x63\xd2\x24\xe2\xab\x72\x66\x25\x4a\x3c\x2f\xa6\x53\xea\x43\x95\x7f\xc5\xd2\x49\x4e\x90\x66\x14\xc7\x01\x11\x75\x17\x28\x27\x0d\x9c\x54\xcd\x6c\x4e\xcd\xa2\x86\x2d\x59\x6b\x65\x9d\x4c\xd7\x79\xc6\x04\xfb\x0d\xb8\xee\x81\xc2\xc7\xa0\x8f\x9a\x38\x7d\x42\xf9\x99\x43\xf1\x74\xea\xfc\xc4\x64\x7b\x3a\x55\x6d\x9b\x58\xa0\xa2\x52\xed\x94\x2e\xe7\x26\xc5\x4b\x9a\x55\x48\x3e\xc7\xb0\xe0\x1a\x9a\x85\xa8\x8c\x9e\x79\x86\x84\xc2\x53\x79\xd7\x74\x54\x6b\x04\xa4\x51\x30\x0b\xb0\x64\x0b\x52\x3d\xbc\x04\x62\x35\x9c\x59\x06\xa0\x7c\xcb\x35\xc9\xdc\x87\x05\xb8\x4a\xf0\x93\x18\xb1\x86\x79\xea\x61\xfe\xba\x4e\xf7\x8e\xec\xcd\xba\x7c\x7c\xc6\xed\xf3\x33\xf7\x9d\x44\xc9\xbb\x9b\x10\xb7\x92\xf0\x2b\x55\x7e\xde\x58\xb8\xba\x0e\x03\x1e\xfa\x31\x8e\x2f\x8c\x89\x0f\x30\x09\x90\x74\x53\x03\x1e\x8e\x17\xed\x4c\xbf\x78\x28\xf2\x27\xea\xb4\xba\x6a\x8c\x15\x1e\xd3\x69\xe0\xfc\x0a\x57\x5b\x50\x4c\x77\xf5\xd8\x6b\x1d\x48\xa3\x48\x27\x5e\x0c\xdf\xd7\x58\x29\x51\xf6\x87\xb1\x3a\xac\xb1\xda\x28\x0d\x4d\xbb\x38\x72\x0f\x36\x50\x45\xe7\x95\xfb\x57\xab\x8e\xd2\x2b\xfc\x61\xb1\x08\x5b\x86\x45\xaa\x18\xc3\x08\xf4\x3e\xf1\xa1\x79\x73\x68\xd2\xf2\x05\x7a\xf6\x1b\x89\x86\x28\xb6\xc9\x7b\x8d\x76\x9f\x98\x30\xf9\x79\x9d\xa1\x3b\xf2\xe2\x93\xac\x32\xe4\x99\x18\x3f\xbd\x08\x04\xca\xe2\x5c\x55\xa1\x65\x71\x5e\x83\x4e\x90\xe5\x74\xab\x93\x3e\x69\xa3\x4c\x39\xd1\xd4\xde\xd5\xf2\xfc\x4e\x33\x20\x93\xc4\x68\x16\xda\x72\xd9\xad\xe2\x71\x58\x89\xdd\x84\xce\x9b\xfa\xb0\xe3\xb2\x15\x98\x54\x15\xfb\xd8\x18\x33\xd4\x50\x8f\x8a\xd7\x8c\xbf\x5a\xe7\x59\xa4\xce\xb1\xc7\xcb\xc7\x43\x79\x42\x06\x59\x68\xdf\xb6\x6b\x37\xa2\xfa\x67\x73\x10\x39\xae\x44\xe5\x4b\x4a\xfd\x05\x04\x08\x74\x58\xb7\x72\x3b\x93\xe2\x8f\xa3\x06\xdd\x4a\x11\xbb\x2a\x5f\x92\xb1\xab\xb8\x87\xd6\xf4\x5f\xb1\xb1\x29\x64\xa8\x7a\x0d\x3a\xaf\x0e\xf5\x1c\x0d\x6f\x13\xca\x50\x83\xd1\x06\x62\x8c\xb2\x23\x73\x77\xa1\x5e\x94\xed\xf9\x74\x5b\x7d\xbd\xa8\x50\x9e\x60\x82\xb9\x99\x66\xf2\xb5\x6e\x79\xae\xa9\xd0\xd2\x7c\x3c\x0a\x40\xa6\xff\x2a\xc7\x8e\x3d\xfd\xb6\x30\x95\xef\x76\x55\x46\x43\x11\x95\xb4\xd8\xef\xad\xf3\xd5\x3a\x9c\x35\xfe\x74\xb5\xf7\xdb\x0b\x92\xce\xcf\xe8\x4a\x6b\xb5\xa0\x38\xc4\x1a\x3b\x07\x11\xb4\xe3\x7d\x18\x45\x57\xce\x47\xa3\x32\x3e\x68\xc7\xab\xac\xd4\xf8\x57\x24\x71\x82\xd4\x17\x00\xb2\x6d\x41\xc9\x54\xc7\x8a\xca\xe3\xdf\xae\x16\xea\xcc\x34\xa0\xc6\x14\xf7\x83\x55\xed\x1f\x53\x97\x33\x2e\x18\x8d\x64\x29\xe2\xaa\x94\x73\xb0\xc2\x36\x98\x54\x3e\x39\x68\x07\xa5\x1c\x4a\x85\xd4\xdb\xc1\xa0\xc3\xbb\xc6\x05\xa7\xc1\xa0\x69\x31\x00\x20\x1b\x93\xc3\xc1\x47\x3d\xb3\x42\x09\xe2\x42\xff\x85\xbc\x56\x63\x4d\x41\x16\xa3\xa2\xe4\x25\x74\x26\x54\xc6\xca\xc1\x04\x00\x90\x29\x07\x01\x9a\x69\x2c\x36\x66\x8f\xb6\xc4\xe0\x35\x63\x9c\xf6\x28\x21\xa8\xc7\x03\x00\x4a\xa2\x56\x55\xa2\x9a\xc8\xdc\x61\x14\xcb\x65\x9f\xb2\x40\xbb\x3b\xf2\x68\xdf\x43\x46\xcc\xa3\xaa\xce\x73\xb3\x9f\x92\x2e\x3a\x41\x5e\x96\xa9\xb2\x4c\x6c\x07\xb2\x0c\xd2\x82\xd3\x80\x28\xf4\xdd\x56\x7d\x98\x4a\x87\x04\xc9\xfe\x1c\x12\x14\xaa\x00\x70\x5c\x68\xa2\x57\xf6\x4b\x90\xcc\xf1\x4b\xd0\xeb\xa0\x6e\x98\x68\xbf\x04\xbd\xa2\x5f\x02\xf7\x27\xec\x95\xfd\x12\xf4\xe6\xfa\x25\xe8\x4d\xa7\xbd\xb2\x5f\x82\x5e\xd1\x2f\x41\x2f\x4c\xf7\xef\x97\x80\x8a\x1d\xa4\xf6\x4b\xd0\x03\x70\xec\xbc\x76\xea\x95\xbc\x06\xf4\xb4\x5f\x82\x42\xfa\x46\x6f\xd6\x2f\xc1\x38\x3f\xd9\x58\xec\x97\xa0\xdc\x42\xb5\xec\x15\x28\xf6\xa4\x93\x08\xd7\x2f\x81\x48\xd5\x9e\x09\xf6\xda\x3e\xed\x67\x91\x38\xc2\x37\xd9\x52\x38\x54\x78\xfb\xd6\xf2\x91\x12\x89\x51\x51\x5c\xa0\xb0\xf8\x75\xa5\xf8\x33\xaf\x5c\x89\x1e\xbf\x28\x64\xbd\x84\xd2\x91\x97\xe0\x21\x16\xdb\x82\x1e\x42\xb1\x5c\x12\xac\x53\xdc\xd5\x96\x7c\xa3\xa6\xde\xc0\x97\x5f\xc2\x41\x22\x45\x83\x7e\xeb\x7f\x6a\x7d\x83\x35\xd6\xdb\x2d\x00\x71\xb8\x7e\x02\x9f\x64\xf2\xa1\x34\xe9\xe0\xc6\x7a\xd7\x79\x27\x87\xbb\x42\x95\x82\xcd\x66\x93\x88\x49\x5b\x35\x38\x34\xb9\x8a\xd8\x5a\x1f\x45\x7c\xcc\x96\x54\x8a\x74\x99\x0a\x75\xa8\x94\xc3\x00\xe9\x9a\x5c\x7b\x71\xef\xb0\xf5\xa4\xb9\x05\xac\x4b\xa7\x49\x51\xb7\xdf\x46\x7c\x36\xda\x79\xee\xc6\x25\xcb\x2a\x1c\x67\xcc\x74\xe7\xff\xc5\x3e\xaf\xec\xd1\x67\xdb\x9d\xb5\x1e\x25\x3c\xc2\x04\xb1\x46\x8c\xb6\xc6\xdb\x8d\x28\x8e\x46\x7c\xbf\x44\xd1\xcc\xb3\xbc\xc3\x10\xb5\xb3\x53\xcf\xd7\xb5\xff\xfc\x40\xcc\x87\x0b\x68\xfb\xec\xb5\x51\xe0\xbf\xb0\xb6\xe1\xd7\x59\xdd\x5f\x0b\x9a\x75\xb0\xe6\xd7\x51\xdd\x7f\x44\xbf\x04\xd7\xe7\xe9\xc4\xbe\x93\xef\xac\x77\x0f\xe9\x40\xdb\x1c\xde\x9d\x31\x34\x79\x42\x90\xe4\xb4\xa2\x48\x53\xa9\x9a\xc1\x64\x53\xed\x1f\x2e\xc8\xb8\xc3\x6c\x57\x86\xbf\x87\x5a\xe3\xd4\x67\x54\x55\xdb\x3b\xf9\xa5\x58\xd4\x68\x1f\xa5\x64\x29\x19\x78\xf3\x7c\x21\x11\x64\xb0\x17\x91\x33\x11\x8f\x12\xba\x7d\x96\x70\x86\x51\xfa\xf8\xee\xa5\xdd\x11\x72\xae\x0e\x86\x34\x46\x89\x74\x35\x34\x9d\xce\x45\x45\x54\x54\x5d\x4b\x1e\xf7\xa0\x8c\x52\x33\x77\xc4\x94\x06\xc0\xc6\x29\x38\x1d\x08\x89\x65\x37\x73\xe9\x28\xea\x21\x9d\xf5\x59\x86\xfa\xf8\x9a\xeb\x61\x01\x46\xa1\x75\x83\x4c\x4f\x46\xae\x63\x05\xae\xfd\x27\x34\xd6\x57\xc3\x30\xb2\xcf\x42\x91\x7d\x84\x2b\x58\x26\x82\xa5\x86\x46\x34\x3e\xef\xb4\x35\x9d\x62\xb0\xc2\x05\x4d\xc3\x48\x3b\x6c\x46\x75\x3f\x5d\xf3\x41\x73\x44\x47\x01\x00\x90\x08\xa5\x54\xb1\x8a\x54\x7b\x0c\x07\x65\xd9\x1e\x5e\x62\xf6\xe4\xfc\x45\xb3\x45\x7b\x2f\x11\xf9\x1b\xfd\xa8\xc7\x29\xdb\x7d\x78\x1b\x4c\x54\x62\x1b\xcd\xde\xb9\x96\xa0\xb7\xb8\x1f\x4d\x9b\x48\x0d\xbf\x50\x8d\xcb\x69\x4e\xae\x4d\x14\x5d\xd9\x4c\x11\x22\xc0\x1c\x70\x14\xce\x32\x90\xe1\x79\x53\x12\x4d\xa7\x33\xd5\x65\x05\xee\x99\x54\x44\xd8\x2b\xd4\x21\x54\xde\xd4\x8d\x38\xed\x61\xe2\x15\x72\x64\x4a\xaf\xb7\x91\xad\x55\x83\x01\x92\x07\x07\x25\x02\xb0\x95\xe2\xc9\xbc\x6e\xd6\xcc\x66\x3d\x4c\xcf\xf0\x01\x62\xed\x72\x10\x10\xbd\x9f\xe8\x63\xa2\x39\x4d\x74\x41\x6c\x28\x70\x3f\xc8\xe5\x97\xc2\xec\x1a\x67\x51\xcf\x38\xbf\x3f\x2b\x99\x21\x60\x50\xe5\xb5\xd4\x27\x80\x0f\x18\xdd\xf1\xc4\x0c\x3f\x2b\x74\x8c\xe0\x45\xef\xec\xb5\x91\x7c\xb7\xed\x71\xea\x89\x96\xda\xde\xb1\x47\x26\xa8\xd9\x1f\x27\x89\x68\x2e\x3b\xe6\xed\x60\x3e\xc0\x44\x24\xb3\xec\x98\xb7\x35\xe6\xde\x36\xe5\xde\x31\xbb\xd5\x3c\xd6\xf4\x9e\xc0\xb1\xb7\x4b\xc7\x5e\x9f\x0a\x6d\x5f\x54\x75\x4c\x31\xa4\xa7\x39\xa3\x54\xcb\xc6\x8b\xf6\xc1\xb7\xda\x0c\x0f\xe8\x38\x89\x3f\xcc\xa2\xd1\x39\x72\x46\x8c\xf3\x93\x8a\x53\x03\x02\x91\xd0\x8e\x49\x58\xdc\xa5\x12\x31\x9d\xb2\x0c\x4a\xff\xe5\xf2\x98\xdf\xa5\x9d\xd8\xa7\xb5\xa4\xc7\x33\xf9\x3d\x96\x17\x34\x66\x34\x55\xb4\x01\xe5\xad\x21\x77\xad\xfe\x67\xca\xbd\xc1\x63\x61\x18\x62\x2d\x25\x64\x3d\xa2\x1a\xdc\x69\x75\x6d\x1a\x0f\xfd\x3f\xf3\xeb\xb8\xb3\xde\x5d\x51\xbe\x91\x70\xe7\x78\xd7\xd4\xd2\xf6\xc1\x8a\x3a\xee\x82\x24\x44\x62\x65\x90\xcf\xee\xf3\x32\x90\xa9\xda\x94\x6a\xdf\x82\x8d\x75\x21\xcd\x44\x15\x2b\xbe\x71\xa1\xd9\xce\xdd\xca\x09\x59\xca\x64\xf7\x7d\xc7\xd7\x9c\x5f\x27\x90\x85\x36\xbf\x6f\x1e\xf7\xf7\x83\xe3\x05\xf4\x0d\x7e\xad\x02\x7e\x3a\x1b\x32\xd9\x24\xa1\x3a\xeb\xa6\x87\x1b\x81\xed\x80\x41\x5a\xec\xa2\x65\x16\x68\x3f\xc9\xe4\x15\xe9\x0a\xc5\xb4\xb2\x5e\x68\x85\xcb\x76\x61\x91\x18\x39\xca\xaa\x5f\x2d\x19\xce\x26\x89\x52\xe5\x65\xe3\x99\x7e\x50\xe8\x26\x6c\x81\xca\xbe\xf3\x90\x9b\x13\xc3\x75\xeb\xd9\x20\x1f\xca\xb6\xf4\x92\x8f\x73\x44\xb5\xff\x3d\x02\x23\xe7\x0e\x2f\x3f\xbd\x94\xd2\xdc\x37\xfc\x38\xc9\x59\x46\xa8\x3b\x66\x1a\xb4\x11\x1c\x49\x31\xdf\xe6\x7a\x6d\x53\x3f\x83\x89\x50\xf4\xdb\x2c\x03\x50\x01\xb6\xc4\x87\x31\x1f\xd0\xb1\xf4\x1e\xd0\xa6\x50\x34\xd4\x26\x90\x51\xca\xdb\x11\xd4\xb3\xfe\x3c\xe2\x03\xaa\x9a\xf2\x75\x92\x5f\xd7\x47\x49\xf2\x16\xbe\xa9\xc4\x7c\x7f\x37\x60\x40\x70\x7b\x32\x66\x72\x7f\x15\x8b\x5a\x53\xb5\xf4\x57\xa9\x03\xc3\xe8\x0a\xba\x44\x55\x1d\xc5\x3d\xe2\xfc\xb5\xb2\x2e\x86\x9b\xd7\xfd\xb6\x9f\xc1\x79\xd3\x51\x5e\x67\xaf\xae\x57\xa9\x1b\xc0\x84\x60\x10\x35\x3e\x1e\xa5\x28\xbe\xa0\x57\xa0\x70\xb5\xb5\x6f\xf5\xc3\x84\x6f\xd9\x24\x94\x0d\x65\x97\xe5\x9d\x9d\x39\x00\x50\x97\xec\x81\x73\x95\x5a\x22\x4d\x58\x95\x38\x9d\x2e\x5b\x5c\xef\xdc\x0d\x86\xd5\x5f\x05\x5f\x8a\xbf\xbe\xc1\x35\x46\x23\x86\x7a\x11\x47\xf1\xb3\x45\xd5\x20\x5c\x5d\xcf\xa0\xed\x89\xb3\x72\x54\xf5\x51\x9a\x8d\x04\x73\xbe\x84\xa5\x74\x79\x4a\x65\xd8\xc9\xea\x50\x26\x48\x84\x95\x8e\x01\x12\x62\x86\x35\x67\xf8\x6e\x81\x09\xc7\x00\xa7\x1d\xd2\xad\xd5\x02\xa5\x92\x75\x48\x37\x60\x42\xea\x4a\xd7\x71\xdc\xa6\x37\xdd\x15\x4c\xe6\xe0\x19\x2c\x20\x58\x8e\x62\xa1\x85\x90\x51\xc6\x4e\xad\x1b\x49\xc5\x3b\x2d\x13\x7e\xc2\x71\xd7\xa9\xd4\x49\x5f\x9d\xb6\x9b\x5f\xc6\x20\xc3\xfc\x76\x05\x0b\xd2\x82\x45\x48\x24\x5c\x25\x57\xc0\x06\x12\x6c\x5e\x97\x39\xac\x59\xcf\xe6\xda\x36\xf4\x1b\x3e\x68\xab\x8f\x85\x69\x18\x47\xe9\x00\x31\xd1\x9d\x62\x99\xcb\x4d\x51\x68\xcd\x07\xd6\x8b\x0a\x72\x66\x69\x79\xa0\x4b\x6c\xe4\x0c\xf4\xec\x97\x50\xe8\x8e\x3e\xc8\xe0\x88\xc6\x72\x36\x3d\x45\xe9\x95\xf1\x48\x08\x15\xc5\x53\xae\x2b\x28\xde\xac\x10\x3a\x86\x92\x2e\x69\xb8\x74\x01\x2a\x54\x2e\xc9\x0c\xba\x17\x2f\xe4\xc4\xb9\xbc\xb6\x06\x7d\x1f\x00\x88\xea\xfe\x9a\xda\x02\xf9\x75\x55\x2a\x47\xa5\xa0\x8b\xb8\x5a\xfb\x02\xdd\x78\x91\x92\x5e\xa0\xd1\xbc\xee\x72\x19\x09\xc7\x7c\xb6\x6e\x2a\xd3\x73\xe4\xe2\x78\x2b\xc6\xec\x70\x50\x11\x7c\x59\x0f\x7d\xc7\xb3\x6b\x21\xea\x9d\xf5\xa2\x3a\x9d\xba\x54\x5b\x6b\x72\x94\xf2\x00\x55\x0d\x43\x1e\x93\x6d\x89\xee\xe9\xb9\x74\x96\x6c\x0b\xed\xdf\x99\x3a\x15\x15\xd7\xfd\x35\x24\xf3\xf9\x2b\xe6\x6a\xac\xbc\x6b\x12\x7a\x2c\x2f\x22\x50\xad\x28\xf2\xbc\xed\x0b\x74\xcc\xd1\xf9\x68\xb4\x47\xeb\x42\xc4\xd4\xfd\x35\x26\x72\xa7\x8b\x31\x60\xc0\x4e\xf0\x05\xaa\xaa\xd5\x07\x51\x66\x71\xb1\x3e\x48\x8b\x63\x5b\x90\x38\xc8\x16\x74\x25\x93\x9a\xbd\x97\xce\x9e\x7f\xf6\xa9\xd3\x97\xce\x5e\xec\x54\xf6\xa1\x2b\x65\xd5\x30\xc2\xa4\xc8\xd1\xb8\x1f\xf8\x22\x55\x0d\x77\xd5\x98\x5a\xbb\xa3\x91\x5e\x3a\xd7\xfc\x3a\xd2\xb3\xc4\xf8\x22\x2a\x54\x59\x55\xa0\x38\xf3\x03\xed\x9e\x57\xd7\x55\xd1\x6a\x06\x09\x4a\xb9\xe0\xfd\x84\xf6\xa4\x27\x60\x3b\x0b\x66\xf1\xaf\xe0\xd9\x4a\xac\xf7\x8b\x44\xdd\xd7\x5b\xce\x4c\xeb\x43\x73\xe7\xdd\xdc\x29\x6e\xb3\x74\x54\x6b\x75\x5f\x65\xf2\xf3\xc5\x66\x41\x1e\x35\x66\xb6\xbf\x6a\x22\x3d\x1b\x71\x8e\x18\x31\x26\x7d\xd6\x21\x66\x30\x73\x52\xd5\x29\x4c\xc3\x9c\x6e\xb0\x90\x3e\x2b\x5e\xb4\x76\x53\xe0\x15\x95\x36\x33\xde\xfa\x9c\x60\xef\xb1\xea\x66\x00\x34\x19\x8a\xe2\x67\x48\xb2\x1b\x00\x58\xde\xe7\x59\x01\x0f\xf5\x2e\x4f\xe8\xad\xfe\xbc\xbe\x3b\x3e\xc9\x70\xd8\x92\x37\x2a\xfa\xb4\x03\x9f\xa4\x05\xcf\x97\x1d\xdc\x55\x67\xfb\x52\x07\x56\x5b\x44\x5a\xab\x05\x54\xdf\xe0\xc8\x88\x64\x0e\x22\x14\x4a\x73\x28\x63\x02\x55\x31\xc5\xa9\x34\xa6\x0b\x29\x80\x46\x3b\xde\x4c\xe8\xb6\xc2\x4f\xec\x42\x21\x05\xd0\x7a\x96\x64\x59\x06\x67\xda\x70\x56\xb3\xc2\xca\x2b\x36\x99\x2c\xed\x51\x66\xf6\xbd\xc8\x89\xa7\x56\x85\x4a\x6e\x89\x57\x2d\x8a\xf2\x0d\xb0\x60\x67\xbd\x09\x3e\x3d\xdc\xc2\xdb\x63\x3a\x4e\x3d\x55\xc8\x93\xfc\xa7\x76\xc2\xd9\x31\x2f\x22\xb1\xde\xb7\xbe\x08\x16\x8a\xba\x5c\xda\xa3\xbd\x44\xa2\x21\x86\x8e\xf0\x88\x1c\xa5\x62\xad\x11\x74\x5e\x58\xeb\x3e\x0a\x1e\x59\x83\xfe\xda\xe6\x23\xeb\xfe\xe2\x56\x89\xad\x8d\x64\x30\x91\x44\x37\x77\x62\x33\x11\x45\x0b\x3a\x61\x61\x5a\x96\xb8\x8f\xc3\xd5\x16\xc8\xa0\x33\x8e\xfa\xd4\x54\x6c\xae\xd5\x10\x9d\x7d\xfa\xf9\xe6\x53\xcf\x7c\x60\xf3\xfc\x33\x4f\x3c\xf7\xd4\xd9\xcd\x0b\x67\x2f\x3e\xf3\xd4\xf3\x67\x2f\xd4\x6a\xab\xbc\x29\x36\x3a\xf2\xa3\x49\x2d\x04\xb4\x14\x3b\xef\x0d\xbf\x73\xef\xa5\xeb\x5d\xbf\xed\x77\xbc\xae\xbf\x42\x1c\x2d\xc6\x68\x86\xef\x6f\x6d\xf8\x4d\xbf\x9d\xdf\x54\xbc\xbf\xd5\x98\xc9\x05\x9a\x1f\xa5\x98\xe8\xe0\x68\xd3\x69\xa0\x75\xdf\x59\x3a\x70\x00\x60\x8f\x92\x94\x26\xa8\x56\xd3\x40\x13\x93\x3e\x2d\xfe\x0a\x30\xcc\xdb\x80\x44\x1a\x1b\x5e\x21\x74\x87\x3c\x49\xd9\xbe\x4f\x2a\x59\xd5\x8e\xc5\x09\xce\xd6\x82\x38\x3f\x95\x24\x27\xb1\x0c\xd0\x36\x51\x73\x58\x86\x64\xd3\x73\x92\xb3\x88\xa4\x62\x29\xbc\x44\xed\xe9\xf0\x93\xe3\x24\x21\x6a\xee\x60\xb0\x22\x26\x30\xeb\xd0\x6e\x28\x86\xcd\xce\x34\xb8\x47\x41\x5e\x38\x68\x2a\x6c\x69\x51\x26\xf7\x0c\x62\x29\x80\x38\x94\x0b\x82\xc0\xc6\xaa\xd4\x04\xc8\x13\x55\xf3\x13\x4b\x1e\x95\x7e\xfe\x6a\xb5\x48\x6d\xec\x65\xb7\x1a\xe6\x40\xa2\x56\xb3\x2a\xbf\x11\x4d\x75\x7b\x58\x61\xa6\x8d\x52\xcc\xf5\xf6\x9e\xd6\x4d\x46\x18\x29\x2f\xfa\x69\xc8\x2a\x97\x2d\xb9\x62\x19\x76\x56\xc7\x0a\x06\x31\x69\xc0\x6c\x1a\x36\xf7\x5f\x1b\xc5\x86\x4c\xb2\xb9\xeb\xcc\x60\xb5\x96\x62\x87\xde\x1e\xf9\xa9\x40\x11\xf2\xbf\xd5\x56\x3e\xa1\x44\x93\x7a\x61\x50\x8b\x9a\x3d\xba\x82\x3c\xcb\xc0\x0a\x69\x32\x44\x47\x48\x6d\xae\x83\x49\xc5\xae\x59\x9e\xac\x6a\x3b\x77\xb2\xe7\xa5\xe8\xfc\xa3\xde\xdf\x85\x5f\xea\x89\xe2\xf6\x36\x0f\x4f\x55\xec\x2c\x91\x3e\xfc\xdc\x30\x40\xc0\x41\x1b\x55\x5e\x28\x0a\xed\xb2\xa1\x4c\x6e\xb4\xb9\xd5\x5a\x63\xc4\xf0\xd5\x88\xa3\x35\x4c\xc4\xb2\x17\x2d\xef\x9e\x5a\x8e\xdc\xfe\x3b\xca\x43\x8d\xcd\x80\x0f\x93\xad\x88\xa5\x6b\x57\xd0\xee\x0e\x65\xb1\xa0\x34\x4d\xc7\xcc\x60\xe8\x63\xe3\x90\x7b\x73\x33\xa1\x51\x8c\xc4\x16\x4b\x49\x85\x8d\x99\x74\xc5\x3e\xcb\xd6\x0c\xda\x0e\x45\x30\xd9\x7e\x88\xb8\x2c\xdd\x02\x68\x4f\xb2\x15\xd4\x3c\x7d\xe6\xd2\xb9\x67\x9e\x0e\xb9\x06\x96\x1b\x44\x63\x3a\xe7\x7e\xab\xbc\xc4\x58\x8e\x01\xf6\x73\xf1\x97\xab\x54\xe6\x0e\xc9\x65\x18\x31\xdf\xaa\x82\x71\xa3\xe6\xa6\xc4\x85\x9d\xc7\x3d\x46\x13\xbc\x35\x9d\xa2\xa6\x4a\x31\xe7\x86\x3a\xa4\xfd\x39\xd2\xa7\x69\x9b\x37\xf5\x4f\xb9\x9d\x92\x69\xd3\xa9\x4d\xd4\xc1\x29\x65\x32\x1c\x46\xa3\xc7\x77\xab\x0a\x6c\xf8\xb2\x01\xbf\xad\x2d\x59\x98\x2f\x7d\x8e\xe7\xb6\x46\x4d\xb7\x49\xa8\x6e\x32\x47\x8f\xef\xae\x14\x9c\xc3\x9f\x0e\x18\x50\xe9\x01\x71\x4c\x49\x44\x4d\x40\xae\xf9\x01\x0a\x4f\x4d\x8c\x12\xa2\xe3\x88\x88\xde\x69\x53\xb7\xd4\x06\x04\x0d\x49\x87\x77\x61\xc5\x84\x66\x99\x3d\x3c\x55\x65\xda\x0c\x6a\x94\xdb\xe4\x40\xaf\x7d\x0a\xae\xfb\xed\x95\x89\x24\xfb\xde\xaa\xbe\x67\x0f\x7b\x9f\xd9\x21\xda\x28\x0d\x68\xbd\x20\xf0\x75\x2d\x72\x9f\x07\x4a\x8a\xb8\x31\x62\xed\x20\x69\xec\xd0\x35\x2b\x72\xf9\xf4\x58\xd5\xe1\x1b\x27\xbc\xf2\xe9\x84\xbc\xb3\x95\xef\x8f\x26\x2c\xc0\x10\x01\x6d\x07\xc7\x6c\x1c\x18\x8b\x68\xb3\xd9\xe4\x8a\xe5\x68\xa8\xf2\x6a\x2f\xe8\x54\x8f\x03\x4c\x43\x6a\x8a\xc3\x24\x24\xcd\x1e\x25\xbd\x48\x6c\xd7\x8b\x63\xcc\xc6\x44\x29\x41\x29\x8c\x04\xc6\x09\xb0\xce\xbf\x69\xc7\xcc\x4c\xa1\x19\x40\x5a\x6d\x93\x20\xfb\x31\x63\x3f\x8d\x53\x39\xf5\xae\xa2\xb9\x53\x33\x2f\xa3\x96\x1e\x85\x6b\xe3\x63\x63\xc4\x76\x1b\x32\xd0\xcf\x1e\x05\xc4\x1a\x7b\x45\xb7\xa2\x72\x94\x27\xb3\x50\x39\x67\x6c\x3b\x09\xc4\x90\xc2\xe8\x90\xec\x3b\xd3\x30\x30\xd2\x00\x13\x59\xa1\x36\x2b\x82\x51\xa5\x99\xe7\x62\xb3\x7b\x48\x2a\x0d\xef\xd5\xe9\x87\x58\x4d\x34\xd7\xe8\x4d\x1d\x94\xfb\xa6\x5a\x6d\x81\x61\xb9\x63\x80\xc1\x0a\x16\x67\xae\x69\x39\x2b\x5a\x9b\x59\x33\x73\x66\xed\xca\xa0\x36\x50\x2f\x58\x7c\xb1\x59\x8b\x2f\x62\xb5\x20\xc7\x9c\x1b\x4c\x82\x16\x64\xf9\x05\x9c\x3a\x88\x91\x3d\x01\x7a\x0b\x53\x36\x15\x2e\xec\x2e\x54\xd6\x26\x4e\x4f\xcb\xb1\x0e\xb4\x11\x11\x4c\xc2\x00\x87\x91\x1b\x69\x78\x9c\x53\xa8\x17\x0a\x15\x38\x0e\x27\x65\x23\xfa\xa2\x49\x8a\x63\x52\x0f\x9d\xde\xc8\xab\x90\x0c\xf6\xcb\x96\x7e\xf1\x1c\x4b\xbf\x7e\x07\x75\xc3\x58\x5b\xfa\xf5\x8b\x96\x7e\xee\x4f\xd8\x2f\x5b\xfa\xf5\xe7\x5a\xfa\xf5\xa7\xd3\x7e\xd9\xd2\xaf\x5f\xb4\xf4\xeb\x87\xbd\xfd\x5b\xfa\x25\x70\x6c\x2d\xfd\xfa\x00\x0e\x1c\x4b\xbf\x7e\xc9\x0e\xaf\xaf\x2d\xfd\x0a\xe9\x1b\xfd\xd9\x71\xb7\xda\x2f\xec\x2f\xb6\xf4\x2b\xb7\x50\xcd\xba\x02\xc5\xbe\xe8\x9e\xba\x66\xa1\x61\x5f\x6c\x53\xc4\x34\xd1\x11\x88\xe0\x00\xf6\x1d\xc5\x36\x5d\x5a\x2e\x89\xbd\x65\x63\xcc\x92\x65\x15\x3f\xb9\xa8\xab\x0b\xdf\x43\x92\x18\x34\xb4\x67\x8c\x25\x89\x81\x1f\x44\x62\xe0\x25\x25\x06\xb6\x12\x83\xbc\xa7\x24\x06\xae\x90\x18\xc5\xab\x0f\x3d\xfd\xc5\xc8\x3d\x77\xe1\x29\x19\x7a\x2c\x60\x21\x06\xc5\xf0\x63\xa6\x9f\x49\x28\x34\x8d\xf1\xc1\xe6\xfd\x1f\x22\x8f\xbd\x37\x22\x8f\x85\x31\x64\x0b\xa3\x8f\xed\x63\xde\x8b\xdd\x80\x51\x2b\x96\x54\x49\x0a\x85\x96\x7a\x35\x22\x74\x8b\x07\x91\x13\x29\x52\xca\xfb\xb3\xb2\x2d\xb9\xb3\x2f\xec\x24\xa2\x10\x65\xd5\xe2\x24\xca\xcf\x07\x8c\x42\xc2\xaa\xc5\x0b\x3d\x1a\x85\x04\xbf\xa7\xc4\xcb\x1c\x85\xc4\x9c\x79\xa2\x1d\x2f\x72\xf5\x11\x88\xb4\x62\x41\x42\x3a\x5f\xb1\x60\x7f\x50\x2c\xfe\xdf\x50\x2c\x70\xd8\x37\xcf\x08\x0e\xaa\x58\xc8\xc3\x52\xf9\x46\xb0\xc1\xe9\x81\x36\x3d\x0f\x55\xd0\x54\x4a\x90\x3f\x48\x8c\xa5\x25\x06\x0b\x4f\x4d\x2c\x57\xb3\x5a\xad\xea\x48\xa3\x39\x12\x53\x86\x98\xf3\xdf\x5a\xad\x9c\x12\xec\x67\xdb\x93\x33\xd6\x25\x6a\xb6\x3e\x19\x4c\x67\x44\x54\x92\x93\x76\x2c\x45\x54\xef\x60\x22\x6a\x50\x16\x51\xbd\x39\x22\x6a\x20\x44\x54\x4f\x8b\xa8\x41\x51\x44\xb9\x3f\xe1\xa0\x2c\xa2\x06\x73\x45\xd4\x60\x3a\x1d\x94\x45\xd4\xa0\x28\xa2\x06\xe1\x78\xff\x22\x4a\x28\x11\x46\x44\x0d\x00\x8c\x1d\x11\x35\x28\x09\x90\x81\x16\x51\x85\xf4\x8d\xc1\x2c\xc3\xc4\x56\x44\x0d\x16\x8b\xa8\x72\x0b\xd5\x3c\x2f\x50\x1c\x88\xee\x19\x11\x35\x30\x22\xca\x6a\x40\x70\xe0\x88\xa8\x68\x69\x11\x35\x66\x49\xa3\x4f\xab\xdf\x47\xfc\x41\x38\xfd\x3e\x0b\x27\x75\x0f\xb7\x8c\x34\x19\xb3\xe4\x49\x2a\xfb\x2f\xad\x42\xff\x20\x46\xfe\x20\x46\x96\x15\x23\x0b\x8e\x69\x8f\xf4\x9e\x50\xdf\xaa\x74\xcc\x25\x7e\x63\xbd\xbb\x22\x2f\x4d\x71\xfa\x17\x02\x2b\xb5\x87\xaa\xd5\x82\x00\x59\xf7\x10\x00\xb8\xd9\xc3\xc9\xc7\xf2\x8c\x6d\xae\x46\x28\xcd\x5c\x33\xb2\xe5\x88\xf1\x40\xbb\xca\xa3\x38\xe8\x3e\xb8\xf0\xcd\x13\x94\x73\xa2\xc2\xcb\x19\x31\x19\x94\x05\x83\x42\x38\xd4\x86\x4b\x9b\x98\x8c\xc6\x5c\xd1\x35\xe4\x3a\xcd\x55\x60\xcc\x9b\x1e\x5d\x58\x99\xad\x7c\x18\xf3\x41\xf1\xc3\x88\xd1\x1e\x4a\x53\x14\xeb\xaa\xb4\xcc\x53\x6e\x00\xf4\x29\xb0\x75\xb1\x37\x7b\xb6\xac\xb1\x32\xb6\xd5\x15\xe7\xc7\xba\x19\x59\xbb\x72\x2f\x30\x66\x49\xe9\xdc\x69\x73\x46\x64\xce\x96\x2a\x28\x67\xb6\xb8\x9d\xaa\xb3\x04\xb0\xae\xd0\x0a\x54\x41\xe1\xa9\xc0\x4a\x10\x54\xa9\x55\xa2\x19\xad\xb2\x9c\x12\x94\xfa\x5b\x56\x1c\x0b\xd8\x1b\xd7\x05\x05\x3c\x64\x97\x9c\x41\x99\xdb\x23\x27\x8f\xed\x90\x3b\x98\x01\x08\x4f\x15\x70\x71\x2b\x9d\x41\x65\x96\x1b\x24\x22\xfa\x7b\x79\x54\x4a\xbc\x61\xed\xdd\xcb\x3c\x53\x5c\x0d\x67\xd8\xd3\x36\x5b\x2a\x37\xd7\x96\x60\x89\x59\x79\xb4\x72\x10\x99\x3b\xdc\xe7\x2e\x3c\x05\x51\xe1\x0e\x58\x3e\xbe\x9a\xed\x47\x8a\x78\xf9\x16\x3d\x45\x47\xe8\x35\x4c\xdd\x90\x57\xc5\x54\x0f\x4a\x02\xbe\x23\x95\xb5\xdc\x4f\xa4\xf7\x98\xf3\xec\x68\x43\xb0\x57\xee\xd5\x4d\x66\x05\x6d\x54\x4e\x43\xf2\x35\xf1\x42\xe7\x4f\x29\x8f\xd8\x76\xc4\x91\x63\xb3\xbd\x26\x08\x11\x25\x0d\xe5\x7b\xa2\x28\xd4\xff\x6c\x3b\xc1\xc3\x21\x62\x79\xf6\xe5\xf5\x61\x18\xc1\xb4\xe0\x22\x14\x72\x13\xf5\x57\xdd\xe2\x4e\xec\xbd\xab\xab\x2d\x91\x39\xda\x12\x15\xda\x12\xd1\xda\x12\x2d\x6a\x4b\xee\x4f\x48\xcb\xda\x12\x9d\xab\x2d\xd1\xe9\x94\x96\xb5\x25\x5a\xd4\x96\x68\xc8\x96\xd1\x96\xc4\x80\xd8\x33\x36\xbd\x40\x4d\xa7\x2c\x03\x90\x02\x88\x1d\x6d\x89\x96\x74\x19\xaa\xb5\xa5\x42\xfa\x06\x5d\x70\x6d\x00\xe9\x62\x6d\xa9\xdc\xc2\x7c\x5d\x9e\x8a\xee\xe9\x0b\xa7\xc3\xf0\xa9\x25\x4d\x2d\xc6\x86\xdd\x2f\x9d\x7f\xea\xf1\x88\xa5\x4d\xf3\xa4\x22\x98\xe0\xb8\xed\xef\x3c\xf7\xa7\x67\x3f\x10\x9f\x89\x7c\xb8\x95\xd0\xde\x95\xf6\xb1\x89\x9f\xee\x0e\xb7\x68\x92\xfa\xed\x8e\x5f\x8b\x38\x67\x82\xf1\x6a\xe6\x45\x7d\x17\xfa\x29\x8f\xb8\x74\xf3\x28\xb2\x74\xd6\xd7\xa1\x1f\xe3\xab\x7e\x17\x76\xd6\xff\x04\xae\x77\x61\xe7\x8f\x61\xe7\xb1\x3f\x85\xad\x2e\xec\x74\x1e\x3b\x0e\x5b\xb0\xe3\x2b\xeb\x1d\xc4\xfc\x6e\xb7\x2b\xcd\xcd\x6c\xae\x75\x27\xd7\x98\x54\xe5\x5b\x3f\xde\x85\x9d\xe3\xd0\xbf\x7c\x99\x78\x9e\x6c\xe5\x4f\xe1\xf1\xbc\x90\x0c\x86\x2d\xf2\xdb\x5c\x32\xcf\x63\xdd\x2e\xf4\x07\x51\x7a\xf6\x6a\x94\xf8\xed\x7e\x94\xa4\x08\xfa\xe3\xd1\xd5\x88\xc9\x7e\xb9\x1e\x0b\xfd\x82\xa7\xb5\x6e\x76\x0c\x0e\x11\x8f\xda\x93\xdc\x16\xb2\xbd\xec\x64\x6d\x0e\xb6\x52\x3f\xd3\xb6\x12\xbd\x79\x1b\xc7\xc0\x6f\xa8\x52\x7e\xfe\x18\xdc\xb8\x66\xc2\xa5\xdf\x69\x69\x8f\x69\x17\x94\x07\xde\x60\xaa\xa6\xb5\xb3\x27\x77\x9f\x19\xbd\x67\xf7\x99\x62\x2d\x96\xe3\x5c\x5a\x89\x0b\x5d\x69\x6e\x23\xfe\xac\x4c\x38\x23\xb3\xca\x1c\x11\xdb\x56\xe6\xf8\x20\x33\xbc\x15\x58\x9f\x3f\x3c\x9c\x0c\xc7\x09\xc7\xa3\x04\xb5\xf3\xdc\x26\x09\x52\x72\x66\x10\x91\x6d\xf7\x9b\x49\xca\x56\x2a\xda\x37\x0d\x5c\x92\xac\x50\x6a\x5f\xba\x18\xcd\x72\x0e\x37\xef\x0f\x8b\x55\xe4\xdf\x2b\x2b\x01\xf2\xea\x31\x09\x02\x1a\xa6\xee\x8e\xb9\x3c\xa6\x62\xd3\x7c\x90\x2d\x33\x80\x49\x40\xdd\xfa\xed\xbc\x84\x1d\xd2\x85\x7b\xf9\x31\xaa\x2e\x2a\x16\x09\x9b\x3e\xd3\x82\x33\xf7\x61\x07\xef\xb3\x0d\xa7\x70\xa9\x15\xea\x2e\xbf\x3d\x98\xbb\x5c\xb6\x0f\x1a\xec\x2b\x9d\x31\xec\x55\x18\x17\xcd\x9f\xf2\x87\xb7\x30\x1f\x86\x87\x4d\xc9\xd0\xd1\x62\x51\x4f\x47\xcf\xfd\xe5\x5f\x7d\x34\xfd\xe0\x1c\x51\x3f\x57\xc2\xbf\x1f\x76\x1e\xfb\x93\x82\xa4\x56\x3e\x04\xcf\x91\x67\x85\xba\x6c\x85\x35\xec\x74\x72\xc7\x2b\x3e\x4a\x52\xb1\x4b\xec\x4c\x4a\xb5\x1d\x87\xbe\x95\xe3\xeb\x46\xc8\x1b\xc9\xdd\x85\xbe\xd4\xb9\x11\x47\x52\x50\x77\x33\x58\x2e\x3f\x8b\x8d\x56\x94\xaa\xd0\xa8\x68\x7f\x6e\x79\xe8\x9b\xa9\xbf\xcf\x1e\xa9\x1a\x5b\x55\x35\x6a\x7f\xc8\xb2\xc2\x4e\xc7\xdf\x1e\xe3\xd8\x87\xbe\x5a\x79\x1e\x47\x7d\x2a\xdd\x25\x76\xfc\xf7\xf5\xc6\x2c\xa5\xac\xbd\xfe\x3e\x5f\x51\xa4\xbb\x47\x27\x24\x11\xc5\xbf\xe5\x09\x29\x97\xc8\x25\xa9\x7b\x18\x7d\x69\xbd\xcf\x87\x9d\xe3\xff\xb7\x7b\x64\x7d\xd9\x6f\xe2\x7c\xed\x00\x93\x86\xe9\x2c\xf4\x71\xff\x01\x75\x82\x82\x32\x30\xf7\x52\xdc\x55\x06\xca\x07\xca\x0f\x71\xb1\x7f\xcf\x1e\x2a\xc3\x92\xa3\x6e\xbb\x91\xaf\x5e\x6c\xd5\x8a\xef\xac\x93\xda\x63\x9f\x3e\x1c\x51\xab\x68\x51\x6b\x70\xb2\x59\x5f\xac\x25\x3d\x62\x66\xf5\xd5\xb5\xea\xe3\x09\x47\xf8\xe5\xae\x20\xed\xd9\x84\x2c\x50\xc8\x34\x9d\x2a\xc7\x8b\xa6\x51\x1f\x13\x79\xd0\xe0\x17\x8a\xf4\xb5\xef\xc1\x92\x3b\xc3\x0a\x0f\xaf\x4b\xd2\x28\x5f\x16\xe7\x53\x69\x8e\xa9\x41\x89\x6f\xfe\x60\x71\xf0\xbf\xc9\xe2\x60\xa1\x9a\x14\xc1\x74\x91\x9a\x64\x7d\xe6\x36\xaa\xb4\x24\x79\x62\x85\xe2\xc6\x30\x1a\xa5\x8d\x88\xc4\x8d\x14\x95\x8f\x7c\xf6\x7c\x00\xa1\x5c\x02\x72\xe3\x9d\x14\xf7\x83\x55\x56\xf9\x2e\xd2\x8f\xb8\xd0\x7f\xb4\x73\x20\x31\x73\xf5\xdb\x0b\xaf\x8f\x51\x12\x7b\x94\x78\x84\x92\x86\x0c\x52\x41\x1c\x1f\x2a\x9e\x34\x92\xdf\x90\xff\xab\x01\x41\xa0\xcd\xd4\xe0\x15\xa2\x89\xfc\x3e\x7a\xd8\xc6\xe5\x63\x74\xd1\x05\xf9\x4e\x6b\x85\x38\x5e\x65\x72\x4f\xd9\x26\xd5\x2e\x88\xe5\x0f\x56\x69\x9a\xf9\x62\x76\x4b\x8e\xdb\x6d\xf3\x3a\xda\x1c\xd7\x9b\xf8\x1a\xfa\xa4\xde\xd4\x15\x6a\x3f\x75\x01\x0e\x99\x4d\x04\xce\xdc\xc2\xb5\x1a\xd6\x2e\x61\x75\x23\x21\xcb\x77\x67\x99\x3a\xcf\x72\xdd\xc7\x46\xee\x2f\x4d\x8b\x79\x0e\x90\xf7\x76\x37\x4e\xd5\x11\x9f\xe8\xe5\xc4\x15\x7a\x8a\xfe\xca\x03\xdd\x25\xc5\xeb\xe7\xa3\x51\x06\x60\xb4\xcf\x02\x59\xbe\x08\x39\x96\x1f\xaa\x02\x0a\x34\xef\x67\xa5\x1d\xaf\x79\x01\xe4\xba\x14\x10\x44\xe4\xa1\x2e\x19\x99\x92\x2e\x29\xf9\x06\x6f\xb7\xb2\xd2\xbe\x53\x30\x06\x01\x93\xbc\xc5\xdc\xf3\x30\xd6\x1f\xdd\xdd\xac\x83\xaa\x2d\x61\x7d\x01\x67\xa5\x55\xc8\xa2\x69\x5c\x8b\x05\xfb\x40\x14\xd4\xd7\x57\xf2\x4c\x1a\x2b\xf3\xaa\x08\xdb\x87\xe6\x16\xa1\x15\xc1\x29\x96\x33\x5c\x38\x20\x6e\x0f\xca\xb8\x29\xeb\x98\x7d\x20\xb6\x42\x1a\x0d\x78\x78\x98\x65\x0b\x2d\xc0\x54\x94\xa3\x46\x9f\xe4\xa6\x15\x3a\xa9\x37\x88\x58\x23\x5a\xfa\x44\xbd\x18\x87\x49\x1e\x7b\x87\xbe\xef\xc6\x47\xf2\x78\x53\xd4\x79\x9a\x07\x0c\x3c\x88\x14\x52\x78\x9d\x91\x55\x84\xbc\xfa\x44\x9e\x55\x9e\xc8\x73\x77\xef\x5e\xe1\xc8\x7e\x0f\x22\xf4\x68\x8c\x1e\x06\x25\xce\xd0\x18\x1d\x02\x35\x54\x35\x47\x46\x11\x41\x8c\x11\xc5\x84\x1f\x3a\x49\x68\x8c\x9e\x15\x15\x1f\x94\x26\x79\x3d\x47\x47\x14\xd2\x3b\x08\x35\x9a\xcd\x26\x2f\xd0\xc2\xe8\x8a\x42\x4f\x09\x4f\xa1\x7a\xc8\xa1\xef\x1f\x88\x26\x02\xc1\xa3\x22\x87\x58\x09\x1b\x3b\x98\x0f\x0e\xc0\x1f\x62\x4b\x1a\xae\xae\x77\x43\x04\x71\xb8\xba\x2e\x1d\x3f\xd4\x6a\xda\xdb\xa3\x7a\x81\xaf\x6e\xd0\x56\x68\x23\x64\xe6\x79\x3c\x0a\xc9\x06\x6f\x72\xfa\x14\xdd\x41\xec\x4c\x24\xf5\x6e\xf3\x00\x9e\x15\xd3\x21\x05\xed\xfc\x75\x3c\x93\xb7\x39\xa1\xf4\x7c\x8a\x6a\x35\x14\x86\x21\x35\xee\x03\xf0\x83\xd3\xfd\x2c\x89\x53\x79\x8b\x7c\x54\x94\xff\xd8\x78\x1f\x2f\xc1\xe7\x33\xa2\xe3\x97\xec\xe4\x71\xe3\x48\x7b\xdd\x79\x72\x9b\x0e\x70\x9f\x07\xb9\x59\x56\x53\x6c\x73\x76\x03\x14\x9e\x12\xa4\x3b\xc8\xf4\x3d\x2b\xbb\x70\x54\x04\xeb\x33\x3a\xcc\xa5\xfc\xa1\xcd\x60\xed\xb5\x45\xd4\x6e\x44\xb4\x7a\xe6\xfa\xe0\x74\x79\xd2\xa9\xeb\x68\xa9\x63\x25\xfe\x43\x21\x8f\x91\xd6\x87\x42\x1f\x53\xd9\x51\x11\x68\xc0\x87\x49\x23\x8d\xfa\x47\x18\x02\x6b\x49\xc3\x03\x6b\xfe\xb5\xb7\xdd\xc0\xbc\xce\x61\xd2\x4b\xc6\x31\x3a\x80\x38\x99\x91\xe2\xb9\x5f\x10\x56\xab\x05\x38\x24\x1b\x52\xe2\x2e\x29\xb2\x41\x5b\xe7\xb6\xdf\x01\x80\x07\x90\xce\xe7\x74\x07\x8f\x8a\x5b\x24\xda\x0d\xfa\x80\xb1\x4d\x67\x09\xda\xa8\x22\xe8\xd2\xb4\x3c\x44\x32\xca\x6a\x8e\x8a\x8a\x49\x94\xf2\xdf\x0d\x29\x5d\x0f\xbd\x15\xe4\x2c\x7c\x3e\x18\x49\x9f\xca\xab\x3a\x2a\xb2\x12\xca\x7f\x87\xea\x43\x4a\x87\x48\x6a\x0f\xab\x07\xd3\x1e\x9e\xa6\xfc\x50\x14\x88\x95\x65\xc9\x36\x8a\x62\xa1\xef\x1e\x74\x27\x14\xfa\x9e\x0f\x49\xd8\x52\xdc\xc8\xeb\xbe\xf4\x25\x19\xb0\xba\xef\x03\xe3\xb4\xa9\xa5\x82\x0e\x9d\x30\xce\xa2\x4e\x92\x13\x00\xd7\x43\xb6\x82\xad\x3f\x29\xc9\xb8\xb8\x99\x8e\xb7\x14\x7a\x41\x4b\x9e\xaf\x1c\x5c\x91\x7d\x36\x8a\xcf\x92\xf8\xa8\x78\x51\x10\x35\xe5\xd1\xf2\x51\x40\x0f\x9d\xac\x21\xab\xe3\x45\x74\x35\x9f\x1a\x04\x5a\xdf\x5d\x87\x44\xe7\x8b\xa2\xe3\x47\x45\x69\x86\x46\xe8\xe0\xfb\x78\x45\x60\x12\xfa\xbe\xeb\x7b\x31\x8f\xa0\x53\x0f\xf3\xa3\xc4\x07\xa7\xcd\x05\x89\xeb\x11\x52\x26\x89\x7a\xa8\x11\x25\x49\x95\x39\xfc\x9e\x05\xf7\x71\x19\xa1\x48\xa9\x3c\xf1\xfb\x3e\xa4\x6a\x55\x5a\x71\x22\x0f\x5a\x02\x88\x9a\x41\xd0\x31\x86\x98\xab\xad\xee\x01\x84\xa5\xae\xef\x74\x92\x84\x6c\x71\x28\x96\x22\x51\xd9\x1e\x71\x3a\xf6\xa6\xcd\x01\xf9\x4d\xb2\x9a\xd4\x28\x2d\xb1\xd4\xed\x8d\x59\x4f\xf4\x7b\x2b\x26\x92\xf1\x74\x4a\x8d\xe7\x5d\xdf\x97\x0e\x02\x51\x3d\xf4\xb7\x7d\x69\xbe\x29\x61\xec\x03\x7d\xae\xaf\x23\xdf\x48\x8b\x5b\xe7\x34\x46\xb9\xa4\x8c\x20\x39\x38\xb5\x8f\x8a\x7f\xe5\x05\xe4\x03\x13\xda\xe3\xb0\xc3\x04\x91\xa5\x6f\x46\xf7\x6c\x2a\xb4\x97\x86\x78\xc3\x18\xd0\x12\xd0\xb6\x20\xc4\x00\xf2\x07\xa7\xd2\x45\x51\xcb\x91\xd1\x68\x94\xe0\x43\x58\x63\xfc\xc2\xd9\x9d\x72\xef\x7e\x10\x25\xe6\xa2\xa8\xe1\xc8\x68\x20\x96\x9b\x43\x3f\xae\x9b\x55\xa6\x95\x37\xca\xe5\x8e\xe6\x5a\xa0\x5d\x74\x5e\xc9\x60\xeb\x60\x0a\xb5\x5c\x54\x8f\xf4\x28\xce\xea\x0a\x0f\x7f\x0e\x5a\xad\x44\xcd\xc3\xfc\xe7\x41\xe7\xa2\xa9\xe9\xa8\x68\xc6\x69\xa3\x17\x0d\x51\xd2\xe8\x45\xe9\x01\x17\x89\xc2\x94\x2c\x72\x9d\x8e\xbf\xe0\xf9\xd2\x21\xa0\x39\x64\x97\x0c\xb7\x81\xda\x2f\x3e\x32\x41\xe6\xa2\xaa\x05\x9a\x9c\x3e\x37\x1a\x99\xa2\x99\xf8\x66\x82\x34\x67\x2f\x1a\x97\xbb\x07\x39\x99\xbf\x44\xcf\x88\x1e\x8b\xfa\x8f\x90\xca\x57\xd0\x56\xb4\x75\x64\x54\x56\x54\x6a\x1c\x8c\x4c\x1f\x12\x28\x1f\x31\x99\x12\xd1\x9f\x87\x4a\xa6\x83\x50\xc4\x56\x73\x84\x14\x19\x45\x69\x2f\x3a\xda\xf9\x89\xc2\x53\x47\x3e\x27\x9f\x95\xdd\x3c\x62\xda\xa6\x88\x70\x44\x7a\xe8\xe1\x52\xd7\xfa\x57\x0f\x5e\xb8\x9c\x3e\x7a\x79\x67\xda\x69\xae\x6e\x74\x25\x08\xd6\xb6\x21\x0a\x4f\xa1\x22\x81\x0f\x44\xc8\x8b\xba\x4f\x47\x4d\x4a\x12\x5d\x79\xc8\x74\x9c\x91\x6f\x9b\x07\x63\xb9\x8b\x02\xe5\x23\x26\x13\xc7\x3c\x39\x3a\x32\x3d\xf8\x64\xf6\x0e\x46\xda\x4b\xa2\x9b\x47\x4c\xda\xb1\xe8\xd4\xe1\x93\xd6\xa5\xd5\x01\x28\x62\xab\x39\x32\x8a\x30\x3c\x3c\xf8\x39\x69\xc9\x46\xc2\x04\x8a\xa8\x4f\x3b\x97\xd3\xcb\xe3\x27\xcf\x3e\xf9\xe4\xe5\x6b\xa7\x5b\xdd\xfa\x23\x6b\xdb\x07\xb3\x97\xb8\xc4\xf0\xf0\x08\xcf\x3b\x25\x75\x0e\xe1\xc0\xb3\x9a\x3e\x2f\x94\xa8\x73\x18\xc4\x39\xd2\x43\x4a\x41\x9e\xc3\x9c\x45\x0c\x0f\x0f\x34\x7d\x18\x1e\x1e\x6e\xd7\x39\x4a\x79\x63\x27\xc2\x5c\x74\x7a\x6b\x8c\x93\x58\xff\xaa\x3a\x79\x74\x33\x57\x26\xae\x11\x4a\x47\x6e\xca\xc3\x74\xb1\xe1\x0e\x44\x6b\xc5\xf1\x45\x68\x1d\x59\xc8\x78\xb0\x8b\xbb\x3c\x37\x7a\x6f\x21\x97\xfa\xdb\x18\x46\x24\xda\x16\xa4\xa9\xca\xe3\xf6\xba\x32\x43\x91\xba\xf3\x9a\x69\xf4\x29\x6b\x8c\x18\x1d\xe2\xb4\xc2\x41\x89\x7a\xea\xfe\x90\x02\x8e\xe7\xaf\x17\x97\x8c\x38\x6e\x0a\x64\x8b\x6a\x75\x5f\x45\x2e\x59\x6f\x5e\x64\x61\xcd\xdb\x88\x7f\xd8\x30\xe3\x92\x35\xe7\x45\x16\xd6\xbc\xc9\x90\x74\xe9\xb0\x64\xad\x2a\xfb\x5e\xb8\x3e\x8b\x48\x8c\xc9\xb6\x6a\xff\x22\x8f\x38\xda\x0f\xda\xb3\xa5\x17\xb6\x37\x88\xd2\x42\x89\xe5\x49\x34\x53\x72\x61\x3b\x97\x50\xaa\x29\xba\x64\x03\x76\x72\x2e\xac\x56\xce\x95\x7d\xd5\x4b\x96\xaa\x57\xcc\xb0\x27\x29\x7b\x56\xcf\xaf\xe5\xaa\xc6\xcd\x42\x68\xfd\x45\xe2\x64\x46\xfe\x1d\x99\x71\xce\x42\x4f\x43\xfa\xa1\xb6\x7a\xb5\x90\x6d\xa1\x6d\x4c\x4e\xa7\xbb\xa4\x57\x7c\x55\x96\x21\x12\x9b\xe4\x4c\xe0\xff\x1c\xe1\x38\x71\x5e\x87\x65\x31\xda\x1a\x6f\x9f\x23\xfd\xdc\x4b\x4f\xa7\x9b\x49\xe6\x17\x45\xf6\x92\xb5\x73\xe8\xb2\x8c\xc4\x7d\x68\xe1\xd2\x1d\x27\x79\x2c\x6c\xad\x38\x4f\x63\x72\x8e\xad\xd7\xb3\xe5\xfc\x38\xe1\xf4\x82\x96\x5b\x28\x0e\x57\xd7\xd5\xe3\x0e\xcc\xd1\x30\x95\x37\x3c\xe7\xa3\xd1\xec\xeb\x11\x82\xae\xf1\x4b\xf4\x0a\x22\x21\x9f\x4e\x49\x56\x7e\x5b\xef\x56\x39\x9d\x06\xf2\x4a\xce\xe4\x51\xfe\x78\xf4\x8b\x94\x62\xdb\x2d\x50\x1c\x65\x75\x07\x65\x5f\x7f\xd8\x0b\x68\xe7\x05\x80\xfd\xd8\x69\x75\x37\xdc\x1f\xed\x22\x9e\x01\x80\x7c\xb6\xa6\x75\xa7\xc8\x7a\x57\xbf\xfd\xb2\x31\xd3\xf2\x5e\x39\x34\x31\xf1\xda\x66\x02\xa2\xe7\x98\x7b\xbd\x28\x49\x50\xec\xf5\x29\xf3\x1e\x99\xa0\x4c\x86\x3e\xc7\xdc\xc3\xa9\x17\x25\x0c\x45\xf1\xae\x37\x52\xb2\xaa\xf9\x22\xd0\x83\x68\x2b\x2a\x38\xee\x53\x2d\xaa\x17\x0d\x93\x6d\xc4\xbd\x94\x47\xbd\x2b\xae\x58\x92\x09\x19\x4c\xa2\x2d\x94\xb4\xb9\x60\x92\x7c\x3e\xe8\x88\xe6\x4b\xe0\x6e\x8a\x2c\xc0\x9c\x50\xee\x69\x37\x43\x49\x01\x7f\xa7\xfa\xfc\xe1\xc9\xec\x3c\xcc\x3d\x48\xe9\x4e\xe1\x8f\xa3\xaa\x99\x69\x3c\x44\xa9\x5c\xca\x3b\x5b\x00\xf2\xf9\xea\x7c\xec\x25\x28\x62\x01\xd8\x7b\x06\xef\x8e\x50\xae\x33\xb9\x93\x12\x4c\xf6\x28\x3a\xa3\xdb\xec\x25\x01\x16\x68\x91\x0f\xd5\x23\xde\x8a\xd5\x25\x79\xb6\xa2\x5e\x35\x19\x75\xd2\xd7\xb8\x1b\xb4\xf6\x5a\x0d\xca\x6a\xe3\x43\x5b\x0b\xcc\xfc\x2a\xf4\x87\x2b\x76\xd7\xae\x3b\x40\x06\xdd\xd7\xb4\xa5\x9c\x86\xdf\xb4\x8b\x0e\x88\x1c\x4d\x29\x9c\x59\x11\x25\x6b\x39\x1c\x05\x91\x56\x81\xdc\xac\xdc\x72\x95\xaa\x6d\x56\x81\x91\x57\xff\x33\xea\x46\x48\x56\x8c\x6b\x13\x2d\x34\x5d\x8b\x05\x23\xca\x26\x7a\xde\xb4\x5b\x50\x53\xbb\x3d\xc9\xb2\x7c\xa7\x65\x1e\xe5\xf2\xf0\x94\x9a\xba\x4d\x67\x22\x81\x09\x6a\xea\xf2\xf5\xfa\x8a\x89\xe0\xec\x4c\xa1\x15\xd4\xd4\xb5\x76\xb8\x24\x49\x37\x64\xd3\xe9\x6a\x2b\x93\x62\xa1\x72\x91\x08\x80\xa9\xf2\x54\x2b\xd3\xc1\x6f\x51\xca\x6b\xb5\x1c\xb6\xc3\xa4\x7a\x2a\x9f\x3c\xaf\x92\x00\x54\xb2\xd1\x35\xde\x18\xa2\x28\x1d\x33\xc4\xf2\x07\xa9\x85\xe4\xdf\x8d\xe1\xaf\x79\x98\x6d\x62\x41\x55\x04\xa2\x2f\xbe\x33\x54\x11\x4d\x23\x72\x35\x4a\xc3\x98\xf6\x64\xb2\x0e\xc6\x78\x56\xbd\x9c\x0c\x7c\xf5\xd9\x84\x71\xef\xf1\x6b\xa1\x53\x4a\x30\xcf\x19\x4a\x44\xdf\x03\xff\x78\xec\x83\x0c\xee\xe0\x98\x0f\xf2\x39\x3b\xbb\x1a\x55\xae\x6b\xeb\xdd\xe2\x22\x45\xc6\x49\xe2\x5c\x17\x07\xa6\xf1\x66\x9f\x12\x1e\xf2\x1c\x9b\xa6\x26\xf9\x25\x81\x02\x02\x4d\xd9\x7c\x06\x13\x4c\x50\xea\x86\x70\x9c\xc1\xe3\x78\x25\x1e\xc7\x5d\x3c\x8e\x1b\x3c\x66\x10\xb0\x61\x7d\x4c\xdc\xf6\xb5\xcb\x64\x0d\x40\x6c\xc3\xca\x5a\x8b\x27\x1a\xb6\x4e\xd0\x93\x36\xda\x2c\x35\x11\x2c\x51\x48\x3a\xb4\x2b\x56\x61\xdf\x5f\x0d\x43\xeb\xe2\x16\x39\x67\xa3\xf2\x8a\x97\x0a\xd5\x87\xb2\xe0\x04\x3d\xc9\xac\x83\x4f\xb7\x9e\x4a\x4a\xb0\x0e\xed\xd6\xe5\xf9\xaa\x24\xc8\x0a\xa9\x87\x08\x92\x53\x82\x94\xb8\x5e\x87\x24\x44\x20\xd3\xc1\x15\xe6\x15\x77\x8a\x46\x85\xa2\x11\xc8\x72\x9b\x36\xd8\xc7\x5c\x14\xb9\x28\x23\x4d\x1e\x0a\xbd\x4d\x40\x5f\xcd\x49\x90\x01\x1d\xdb\xc5\xd2\xbf\x39\x8c\x78\x6f\x10\xac\x5d\x8e\xeb\x6b\x20\x8f\x8b\xef\x9d\x8f\xf8\xa0\xd9\x4f\x28\x65\x81\x8c\xe4\xfa\x64\x42\x23\x1e\x60\xf0\x28\x5f\x23\x20\xcb\xf6\xb0\x79\xe7\x6c\xcc\x07\x33\x3e\xa5\xa3\xe2\xf1\x24\xac\xcc\x6c\x1c\x26\x8a\xb4\x1e\x25\x57\x11\xdb\xcb\x3f\x4f\xd1\xd2\xcb\x70\x0b\x0b\x5b\x62\x6c\x0c\xb7\xb0\x93\xe4\x04\xab\xd7\x81\x90\x92\xeb\x61\x58\xf6\x7f\xdc\x61\xdd\x3c\xa4\x6e\x87\x59\x32\x14\x3c\xc7\x3e\xc8\x89\x56\x44\xe2\x82\xed\x57\xb5\xb9\xd7\xb2\x14\x94\xf6\xc3\x0f\x76\x52\x67\x3b\xd4\xea\x86\x61\x88\x3a\x0f\xd6\x1d\x89\x40\xe1\x6c\xae\xfa\x38\x6e\xd6\xc2\xb7\xba\x43\xdb\x0f\x72\x20\xdb\x41\x90\x77\x9d\x07\xfd\x4c\xac\x83\x3d\xf4\xf4\x58\x34\x54\xab\x05\x3e\x91\x90\xbf\x6a\xfd\xa1\xd6\x6a\x01\x0a\xd5\x77\xa1\xcf\xc2\x99\x1c\x2a\x7a\xaa\xce\xc1\x01\x00\x10\x9d\x7a\x20\xc3\x8e\x6d\xbe\x1c\x75\x96\x1a\xee\xed\xe5\xfd\x84\x1e\x3d\x79\xc2\x07\xa4\x0f\x3a\x44\x02\xe1\xb4\x11\x31\x16\x2d\x1d\x7d\xb6\x38\x25\x8c\xa8\xe0\x61\x0b\xb2\x5c\x54\xf0\x93\xec\x04\x77\x44\x85\xf6\x05\x94\xaa\xd0\xd0\xa8\xc3\xad\xa8\xb0\x76\x58\xab\xad\x07\xa1\x85\xae\xf2\x70\xe9\x81\x86\x23\x7e\x14\xd1\x78\x17\x3f\x90\xea\xa0\x6e\x29\x3c\x26\x4e\xcf\x0a\xcc\x02\xe9\x69\x75\x3f\xfd\x79\x40\x91\x27\x67\xc1\x2c\x0e\xa2\x36\xb9\x86\x3c\xd8\x80\x9d\x5d\x5e\xfe\x2d\xd5\xc1\xe4\xbd\x2b\xff\x4e\x3e\xd0\xfc\x4e\x0e\x53\xfe\x25\xef\x61\xf9\x77\xf2\xc1\xe4\x5f\x72\xa8\xf2\xcf\xbe\x29\x3a\xb0\x4e\xb0\xfa\xe0\x3a\x01\xd1\x4f\x82\x54\x27\x0e\xb7\x77\xef\x09\x7d\xb1\xb5\x50\x5f\x3c\xe0\x22\x40\x28\x3f\x44\x05\xb1\x3a\x62\xcb\x7b\x8c\x62\x87\xab\x61\x53\x76\x88\xf4\xbb\x76\x14\x04\x74\xde\x9d\x38\xf4\x69\x75\xc1\xea\x2c\xd5\xd6\x1f\xec\xfd\xc9\xb5\x43\xa1\x4a\x55\x47\x8f\xd6\x6f\xbd\x39\x23\x43\xe6\x84\x49\xb9\x3c\xf2\x71\x7a\x49\x60\xb5\xeb\x4b\xb7\x62\xfe\x16\xa5\x09\x8a\x9c\x08\x08\x3c\x7f\xa9\x52\xd2\x00\xb4\x16\x07\x36\xc4\xee\xb9\x50\xa7\xe2\x42\x1f\xb4\x57\x57\xab\x1c\xe2\x5f\x8d\x12\x1c\x47\x9c\xb2\x74\xad\x47\x93\x04\x49\x1c\xab\x98\xc5\xc9\xa8\x08\xa8\x13\x30\x25\x0d\xc4\x18\x3d\x92\x83\x5e\xa8\x3d\x79\x10\xa7\x8f\x0c\xfa\x0e\xe6\xca\x21\x9b\x98\xa9\xa4\x56\x5b\x2d\x93\x07\x54\x31\xa9\x5b\x1c\x8a\x26\x56\x8c\x8e\x4c\xcc\xf8\xec\x55\x43\x8a\xc9\xf6\x38\x89\x98\x2e\x6f\x25\xe7\x1e\xf4\x26\x7d\xcc\x86\xd1\x7b\x9c\xe2\x90\xcc\x06\x70\x67\xd0\x37\xb4\x2e\x24\x46\x49\x42\x77\x1e\x4f\x22\x72\xc5\x07\x39\xed\x8c\x8a\x6c\x96\x16\x79\xb7\xb4\x5a\x56\x5e\xf3\x8a\x08\xc4\x60\xee\x50\xb9\x34\xdb\x07\xb1\xe3\x88\x57\x5e\x5b\xec\x4d\x64\x1b\x98\x06\x7d\x6c\x8c\x19\x6a\x28\x17\xac\x47\x63\x1c\x23\x6a\x15\xb4\x22\x33\x97\x55\xfe\x79\x3a\x44\x84\xff\xf9\x45\x0f\xa7\x9e\x46\x4d\xfa\x19\x14\x38\xf0\x01\xf2\x9e\x88\x38\xf2\x6c\xef\x9a\xbe\x89\x9f\x6f\xc9\xfc\x61\xcc\x07\x26\x6e\x0a\x83\xbe\xec\xec\x93\x54\xd0\xd6\x87\xfe\xf9\xf3\xe7\xbd\x27\x28\xf4\x3e\xf2\x91\x8f\x7c\xc4\xd7\xf1\x67\xf3\xa2\xba\x3b\x18\xa5\x01\x83\x1d\xbf\x6f\x4a\x8d\x18\xea\xe1\x54\x0e\x8d\xcb\x0a\x5d\xe3\x82\x36\x6a\xaa\xac\x30\x09\xa3\xa6\xcd\x0c\xc7\x61\xd4\xcc\xb3\xcb\xc6\x7a\x73\x1b\xdb\x52\x9e\x7e\x05\x03\x3e\xc3\x1e\x37\x3f\xa2\xbe\x32\xcc\x11\x89\xa7\x25\xac\x1b\x8d\xe1\x20\xec\x35\x55\x21\xe9\x61\x33\x2f\x06\x47\x61\xaf\x29\x0b\xc2\xa1\xfe\x20\x8b\x0a\xee\x1c\xef\xc1\xbd\x29\x98\xc4\x21\x0e\x10\x4c\xe1\x6a\x4b\x09\x0c\xf9\x0b\x34\x71\xfa\xbc\x20\x7a\x30\x87\x81\x15\x1f\x5a\x29\x13\xef\x95\x7f\x87\x51\xb2\x2d\xc6\xd2\x0c\x8d\x28\x9a\xa1\x24\x45\x1e\xee\x07\x12\x07\x00\xf7\xae\xa6\xd8\xec\xa0\x56\x0b\x06\x21\x0e\x06\x30\xd5\x85\x15\x45\x82\x01\x4c\xec\xcc\xf3\xf2\x58\x22\x0c\x5a\xb2\x0f\xf4\x10\x06\x14\x00\x58\x6a\xc4\xe4\x31\xcd\xf4\x6b\xb5\xa0\x1f\xe2\xa0\x6f\x9b\xb9\x18\x0d\x91\x21\x7f\xd0\x9f\xdb\x98\x3b\xb4\xfd\x05\x0d\xba\xf9\x4c\xa3\xa3\x5a\x2d\x18\x85\x38\x18\xd9\x46\xe5\xa0\x06\xa3\xb9\xad\x69\xde\x19\x2d\x68\x48\x67\x31\x6d\x0c\x6b\xb5\x60\x18\xe2\x60\x58\xea\x98\x6a\x69\xb8\xb0\x5f\x8a\x3b\xe1\x70\x8f\x6e\x9d\x76\x5a\xb4\x12\x0e\xa2\xa6\x3c\xb6\x16\xfc\x10\xe2\xdc\x7f\x61\x21\xfe\x93\x3f\x94\x92\xc1\x07\xb9\x7e\xa6\x5c\x26\xb2\x70\x75\xdd\xa8\x69\x3e\xa1\x3b\x7e\x18\x86\x68\x3a\x2d\xf3\xf9\x06\x09\x40\xdb\x24\x3e\x4d\x09\x0a\xb8\x48\x13\xa2\x47\xb4\x2b\x66\x42\xdb\x88\xbc\x3d\x64\x6e\x6a\x44\x68\x45\x5c\xb0\xa2\x34\x7d\xe0\x35\xef\x21\xc9\x5d\x0e\x29\x8c\xe6\xca\x5e\x49\x9d\xc6\x13\x11\x8f\xe6\x4a\xdf\x8b\x2a\x6f\x51\x02\xcb\xd8\x73\x21\x0e\x22\x25\x9b\x92\x30\x6d\x8e\x22\x3e\x80\xe3\x30\x6d\x5e\x41\xbb\xd0\x91\x7a\x01\x85\x09\x28\xac\x93\x72\x28\x7a\xa0\x56\xeb\x79\xc6\x65\x2c\xed\x7b\xa4\x29\xdb\x49\x6b\xb5\x9e\xb4\x6b\x18\x3b\x02\xc0\x65\x8a\x38\x55\x9e\xdd\x21\x77\x16\xda\x5e\x53\xd2\x34\x7d\x92\xb2\x60\x0c\xa0\x9f\x44\x29\xd7\xf4\x1b\xa2\x34\x8d\xb6\x91\x0f\x8a\xec\x27\xe4\x71\xc4\x07\xa7\x49\xfc\x21\xb4\x5b\x64\x41\x97\x83\xd5\x60\xc6\x11\x8f\x4a\x6c\x68\x6f\xea\xcd\x2d\x56\xd3\x07\x90\x85\xbc\x39\xa2\x23\xd7\xb1\xc7\x68\x9c\x0e\x02\xb5\x26\xa5\x3e\x80\x13\x41\xa6\x36\xd7\x76\xfd\xa2\xcc\x15\xb4\xdb\x66\x55\x36\x0f\x0e\x07\xa1\x6b\xbd\x64\x9c\xbe\xa7\xb5\xab\x0a\xdd\x8a\x40\x1f\x13\xcd\x2c\xb4\x72\x19\x24\xb0\xe3\x33\xe5\xd8\xb6\x62\x99\x8d\x42\xda\x94\x5f\x05\xf7\x50\x67\x61\xdd\x63\x49\xc3\xb5\x9a\xf4\x93\x84\xed\xf3\xd9\x79\xda\xae\x43\x57\xe9\x62\x14\xf7\x83\xa8\x56\x3b\x1e\x86\x61\x64\x9c\x5a\x4c\x14\xab\xb3\x20\x82\xc7\x15\x5a\x38\x4c\x3b\xad\x2e\xa4\x61\xda\x59\xef\xe6\x8a\xa3\xd8\xd9\xc8\xa6\xec\x91\xb4\x4e\xc1\x56\x81\x9c\x9b\x85\x82\x5a\x0d\x9f\x94\x8e\xf7\x4e\x86\x74\x29\x5c\x33\xcb\xcc\xda\xee\xba\x38\xc2\xb8\x1f\x48\x45\x7f\x56\xe1\xf7\x24\x39\x2f\xca\x70\x15\x4d\xcc\x11\x13\xac\xe3\x61\x13\xaa\xca\xc9\x58\xac\x51\xb5\xd2\xe9\x42\x12\xae\xb6\x8c\xef\x01\x7d\x35\xcf\xd9\xae\x3c\x76\xd0\xd1\xfd\x43\xd4\x29\xd5\xdf\x0d\xc0\x89\xd5\x80\x84\x41\x14\x2a\x23\xae\x00\x80\x66\x4c\x09\x02\xb5\x5a\xc0\xd4\x24\x89\x94\x2d\x07\x80\xab\x7c\x3a\x35\x17\xc0\xab\x61\xc8\xc1\x09\xd1\x24\x38\x91\xf5\xe4\x5d\x68\x02\x26\x58\xa0\x40\xc3\x24\xeb\x63\x12\x25\xc9\xee\x44\x20\xb0\x4a\x6a\xb5\xb4\xa9\x70\xcf\xa1\x00\xd8\x4c\x82\x35\xb4\x08\xa4\xf6\x5e\x97\x65\xb2\x7b\x2b\x95\x7e\xaf\xcf\x11\x39\x97\x3c\xed\xff\x5a\xc8\x45\x19\xdd\x68\xdc\xe3\x63\x86\x94\xd3\x6b\xae\x0c\x37\xbd\xdc\xfb\xf5\xe2\xb9\x6c\x74\xcc\xf7\xc4\x44\x66\x48\xee\xf6\xce\x5e\x1b\x31\x94\x0a\xe6\x32\xf1\x19\xab\x27\xb9\x0d\x70\x56\x35\x99\xb1\x0a\x4f\x85\xae\xf9\xd0\x17\x7c\x2d\x43\x5a\x48\xe7\xef\xf3\x67\xb7\xc8\x0e\xd3\x90\xca\x89\xa0\x3c\xa9\xcb\x28\x5f\xb2\x98\xcc\x36\x0e\xed\x5d\x7a\x52\xab\x25\xfb\x11\x05\x69\xad\xb6\x1a\xd5\x6a\xa4\x93\x76\x6b\xb5\x20\x0a\x05\x00\x56\x7c\x34\x8c\x70\x22\x54\x86\x54\xa6\x86\x21\x69\xca\x24\xf9\x6b\xd6\x14\x4b\x7f\x6d\xa6\x74\xcc\x7a\xa8\xf0\xc8\xa1\xd8\x7f\x04\x3b\xaa\x9b\x4f\x53\x72\x29\x89\x7d\xe8\x0f\xb1\x00\x9e\x52\xe7\x16\x5d\x23\x3d\x58\xd3\xc9\x25\xa3\xb0\xb9\xf9\x56\x0a\xab\x24\x05\xd3\xe9\xcc\x69\x37\x9d\x4e\x03\x1e\xe6\x0f\x5c\xfc\x4e\xd4\xf8\x78\xab\xf1\x7f\xbb\xc1\x46\x5b\x83\x8d\xee\xa3\x26\x11\x6c\x3c\xe2\xc3\x17\xcd\xaf\xc9\x23\x13\x9a\xc1\x6c\x5e\xce\x17\x81\xf4\xa6\x5c\xac\xfe\xcf\xf2\xdc\xf3\x9a\xb8\x7c\xb9\x09\x7c\xb8\x64\xce\x0d\x90\x2f\xc6\x9e\xe3\x74\x84\x43\x1f\xfb\x20\x0b\x30\x30\x71\x19\x84\xb6\x89\xa1\xe1\xaa\x08\x68\x27\xf5\x82\xa7\xa5\x5d\x84\x0f\xa6\xd3\x68\x86\x05\xb4\xcd\x44\x04\xc0\x6a\x18\x8e\x2b\xa5\x69\x3a\x9d\x0a\xe6\x14\xf3\x4b\x88\x53\xec\xe8\x06\xd6\x4b\x97\xaa\xb5\x17\x91\x73\xe4\x2a\xbd\x82\xe4\x59\x6a\xc5\x7c\x99\x48\xf6\x68\xaf\xbd\xa0\xfb\xb8\xfa\x47\x8f\xbc\xaf\x76\xec\xd1\xfa\xe5\xb5\x70\xe3\x85\xcd\x17\x27\xd3\xec\xff\x6b\x74\xeb\xc1\x46\xfb\x72\x73\x61\x0e\xf0\xe8\x32\xd4\x6b\x82\xfa\x5e\xa3\xbd\x86\xe1\x68\x40\x09\x6a\xaf\xbd\x10\x74\x2e\xd7\xbb\x1b\xeb\x97\xd3\x47\x3b\x8d\xcb\x6b\x97\x9b\xdd\x8d\xcb\xe9\xa3\x60\x23\xb8\x1c\x04\x97\xe3\xc9\x63\x19\xb8\x0c\xa6\x1a\x02\xc5\x4c\xe6\xfb\x4c\xe2\x1f\xcb\xc4\x20\xe8\x5c\xfb\xcb\xee\xb4\x83\xce\x76\x05\xd0\xe1\x97\xba\x1b\x1d\x91\x6b\x2a\x2d\xb2\x04\x65\x64\xb6\xce\x1f\x3d\x7a\x39\xee\xd6\x01\x78\xf4\x91\x35\x38\x66\x49\x7b\x2d\xd8\x68\x07\x9d\xd3\x8d\xbf\x8a\x1a\x1f\xef\xd6\x41\x5b\x20\xb3\x36\x69\xc1\xc7\x32\x20\xba\x70\xba\xf1\x57\xa2\x17\x1a\x6c\x08\xf8\xd1\xe0\x72\xb3\x73\x79\x47\x50\xa8\x1e\x74\x2e\xef\x34\xe1\x9f\x6d\xbc\x10\xbe\xaf\x16\x0d\x47\x27\xda\x97\xd7\xfe\xbf\xfa\x1f\x35\x26\x59\xf7\xd1\xce\xe5\x9d\x3c\xdd\x26\x83\x8d\x8d\xb5\xc5\xe2\x58\x3a\x79\xfc\x83\x6a\xb5\x1f\xd5\x2a\x5c\x46\xb5\x72\xe8\x7a\x00\xd5\x6a\xf5\x50\x94\x2b\x30\x9d\xe2\x53\x68\x3a\x45\xa7\xe6\xe8\x56\x25\x64\xff\xa0\x5b\xfd\x9e\xea\x56\x73\xdf\xd1\x2d\x3e\xf2\x3c\xf8\xac\xd5\x38\x20\x97\x53\x64\x5c\x7e\x7d\xc8\x5f\xb9\xab\x74\x10\xf7\xeb\x79\x88\x7f\x62\x22\xfa\x2f\xea\xa9\xbe\x0c\x79\xcf\xca\x2c\x1d\x0b\x85\xcc\x3d\xfd\x34\x3a\x50\x49\x3e\x41\x81\xcb\xe3\x88\xef\x20\x44\xce\xeb\x9d\x3b\xf4\x71\xaa\xb4\x29\xf1\x7f\x74\xcd\xef\x2a\xfb\x53\x5b\x85\x3e\x10\xce\x9d\x02\x4d\xa7\x18\x46\x26\x87\xac\x18\xa6\x21\x69\xce\x54\x0d\x93\x90\x34\x71\x0a\xc7\x21\x11\x4a\x18\xec\x89\xbf\xd1\xb5\x7c\x53\xa7\xd5\xb0\x5c\x0a\xae\x0a\xe5\xab\x2c\x3c\xac\x1e\xc1\x8c\x9c\x9b\x2f\x44\xe5\x51\x6e\xf5\xc5\xd6\xec\x21\x49\x02\x6a\xb5\x64\x35\x0c\xe3\x05\x47\xaa\x5a\xbd\xb4\xad\xa7\xce\x6d\x91\xac\x64\x0c\xca\x29\x3d\x21\x19\xe2\x93\xe3\xe9\x34\x3e\xd5\x9b\x23\xbf\xb7\x14\xa1\x9c\x13\xde\x99\x4a\xc7\xa7\xe6\xe0\xc5\x29\xbd\x38\xa0\x8c\xcf\x2b\x2c\xcf\x7e\x4e\xce\x2f\xfc\x14\x25\xdb\xfb\xba\x13\xd1\x67\x3c\x4b\x7b\x6e\x3d\x00\x8f\x4f\x36\xa5\x36\xda\x5e\xbb\x3c\x09\x2e\xef\xd4\xc1\xe5\x6c\x6d\x1b\xea\x8f\x26\xaa\x26\xa6\xa4\xed\x5f\x1a\xe0\x54\xc5\x47\xf2\xe1\x36\x72\xbf\x3d\xa9\x9e\x6b\x85\x93\xac\x64\xff\x24\x23\xa5\x41\x3f\xce\xb3\x0a\x05\xd7\xf9\x26\x83\x01\xcd\x36\xe6\x83\x4c\x34\xa1\x99\xba\xa2\x7a\x69\x52\xac\x36\x9e\x3a\x53\x50\xaa\x15\x01\xc8\x41\x06\x8b\x79\x4c\x2d\xda\x5e\xdb\x38\x64\x2c\x8c\x25\x13\x3b\x14\xed\xe8\xcb\xee\x50\x64\x50\x30\x67\x97\xa4\x31\x37\x33\x05\x00\x68\xc3\xc8\x97\x11\xf1\x15\x7d\x7d\x00\xa5\x14\x31\x81\xc0\x15\x69\x18\x00\x19\x8c\x7a\x3d\x34\xe2\x28\x6e\xfb\x13\x87\x52\x99\x37\x1c\xa7\xdc\xdb\x42\x9e\xf9\xee\x43\x79\xd8\x3d\x37\x9b\xf8\xe8\x4d\xe4\x9f\xcc\x87\xea\xc8\x7f\x5e\x66\xf5\xd5\x9b\xa8\xbf\x22\xbb\x10\x2a\xe5\xdc\xbd\x88\x1c\x53\xd9\x95\x2c\xcb\xaf\x63\xe7\x22\xe1\xb9\x57\xb6\xee\x9d\x60\xb9\x44\x4c\x51\x2a\x6a\x97\x7b\x1b\x6f\x42\x49\xe6\x43\xb1\xe2\xcc\xaf\x59\x2d\xaf\xfa\xbe\x44\xee\x51\xf6\xc8\x2a\x33\x79\x51\x1c\x8b\xbd\x8d\x28\x33\xe2\xbb\x73\xbb\xa8\xed\x18\xa5\x75\xd3\x25\x3a\xaf\x6a\xf9\x59\x2c\xed\x13\x9c\x66\x3e\x44\x57\xd1\x5c\x52\x88\x6f\x3e\xb4\xa7\x5c\xe5\x6c\xf2\x78\x3a\x45\xec\xaa\x18\xd8\x6d\xf9\x70\x83\x5d\x1a\x44\x73\xab\xd3\x59\x3c\x3e\x88\x88\x37\xd9\xe6\x59\xa1\xd4\x33\xec\xec\x62\xc4\x0b\xc5\x29\x73\x3a\xb2\xcd\xc5\xf8\x5b\x8d\xb1\x02\x4f\x42\xb9\xa7\x7d\xc7\xc7\x42\xf9\xe3\x03\xe4\x25\x38\xe5\xa2\x94\xa4\x74\x45\x19\xbb\x88\x24\x28\x4d\x17\xf5\x4b\x7c\xd7\x9d\x4a\x44\xa7\x4c\xfe\x3d\x7b\x94\x17\x2c\x74\x27\x91\xdd\x21\x94\x9f\x26\xe7\x08\x47\xdb\x0b\x26\x0c\xf1\xb0\xca\xa1\xf2\x2b\x73\xbb\xf9\x4c\xa5\x8f\x2d\x20\x8d\xe7\x4e\x55\x1a\xc7\x3e\xb4\x97\x44\x73\x73\x49\x94\xf5\x7c\xb5\xb9\x33\x55\xf2\xf1\x85\xf3\x56\x15\x35\xb3\x37\xcf\x2f\x0a\xf3\xc1\x62\x0e\x92\x19\x34\xa9\x55\xc8\x3a\x5f\x6f\xac\xf7\x98\x47\x32\x93\xed\xfe\x88\xa6\x98\xe3\xab\x73\x4b\x99\xef\x3e\x34\xe1\xd9\x9e\xe9\xcf\x6f\xc1\xe4\xf1\x68\xdf\x9b\xe4\x05\x04\x6a\x62\x7a\x10\x3e\x57\x82\x29\x91\x64\xec\x3b\xe6\xce\xeb\xa2\x44\xd2\x8b\x71\x05\xc3\x72\x4a\xbd\x84\x92\x6d\x2f\x18\x46\xd7\xf0\x70\x3c\x14\x89\x93\x61\x74\x2d\xf3\x7a\x83\x88\x45\x3d\x8e\x58\x0a\x64\x0d\x52\x17\x98\x53\x45\x2a\xbe\x79\xc1\x10\x93\xbc\x0e\x4c\x4a\x75\x68\x5d\x64\xbe\x70\x96\x9f\x75\xc9\x88\xc4\x33\x78\xf8\xf2\xec\x61\x8f\x61\x1b\xb3\xc4\x87\xa5\x5b\xea\x79\x65\xf4\xac\x56\xcb\xa5\x1c\x0b\x05\x66\xba\x06\xa5\x94\x55\xf5\x79\x80\x3c\x99\xc3\x53\x5a\x9f\x17\xa4\x03\x3a\x4e\x62\x51\xa9\x90\x91\x85\x8e\x2f\x56\x7a\x0c\x83\x1d\xfe\x16\xc0\x35\x87\x83\x0c\x62\xa5\x01\xd0\x82\xd9\x0c\x02\x30\x0a\xb1\x56\x09\x84\x82\x1e\xca\xc0\x41\xd1\x6a\x18\xd2\x8d\xf2\x76\x47\x49\x26\x1f\x62\xc8\x40\xdb\x4f\xb8\xc9\x7c\x6a\x36\xaf\x91\x67\x79\x66\x64\x73\xcf\xcd\x6c\x85\x9f\x29\xb5\x6d\x9b\x38\x39\xdb\x84\xb3\x0e\xe4\xf9\x6d\x2b\x27\x17\xe5\x9f\x69\xc8\xce\x5e\x53\xba\x55\x2e\x9d\xcf\x6f\x55\x42\xc8\x3c\x9d\xf9\x7d\xc7\xc3\x70\x26\xbf\x94\x89\x2a\xab\x5c\x12\x6d\xde\xd5\xd9\xbc\x6a\xcd\x94\x99\x57\x03\x3f\x17\x07\xba\xd0\x2a\x09\xa2\x35\x79\xfc\x51\x2a\xe7\xe4\x94\xa5\x0b\xc1\x38\xf3\x9b\x75\xc5\x60\xa1\x63\x87\x8d\xd3\x27\x31\xc1\xf2\xee\xbc\x56\x73\xde\xa0\xc9\x53\x97\x03\xc5\xd6\x2c\xde\x32\x28\x7e\xb3\x26\xdf\x30\x0a\xdd\x70\xb7\xd8\x5c\x40\xcf\xbb\x86\x28\x6c\x28\x67\x76\x9a\x17\xb5\x5b\x5a\xdf\x2c\x67\xdd\xfc\x16\xbb\x64\xbd\x33\x36\x49\x76\x9b\xd9\xcb\xb7\x99\xe3\xe9\x74\x0c\x63\x93\x43\xd5\x0a\x07\x61\xda\xd4\xf5\x8a\x8d\x4f\x2f\xdf\x0b\x96\x76\x92\xf2\x3c\x2d\xd9\xe3\xbc\x6d\xce\xc7\xd2\x70\xe6\xab\xb1\x3e\xcc\xc6\xfd\xc0\xe8\xe4\xee\xe8\xad\xce\xd9\x72\x55\x95\x5f\x75\x37\x4f\xf3\x19\x62\x15\xa7\x4f\x47\x4f\x07\x08\x64\x01\xdd\x07\x76\x03\xc9\x9c\x8b\x4a\x18\x6d\x44\x97\x71\xde\x02\x9d\xe0\x27\x23\xfb\x16\x28\x7f\x1c\xca\x82\xa8\xc3\xbb\x10\x43\x5a\xb4\x39\xcd\x9f\x11\xd8\x43\xba\x6c\xb9\x5d\xa5\x5a\x51\x7b\x07\xb4\xb6\x9b\xc9\x39\x26\x3b\x2c\x1a\x35\x46\x8c\x5e\xdb\x3d\x22\x23\x10\xa2\x23\xd3\xce\x3d\x29\xce\xbb\xea\xe3\x6d\x42\x19\x2a\x9c\x16\xd3\x10\x37\x4d\x0e\x21\xf5\x9b\x4e\x1e\x98\x96\xac\x76\x10\x80\x49\x18\x6d\x18\xce\x7d\x56\xa9\x25\x41\x0a\xda\xab\x45\x6e\x4e\x73\x0b\x57\x5a\xab\xad\x26\x73\xce\x21\xd4\x2c\x36\x67\xc8\xd2\x9a\x95\xd6\x6a\x73\x72\x6b\x25\x48\xe7\x5f\x6e\x98\xd5\xa8\xe0\xb4\xca\x27\xc4\x11\x98\x50\x6b\x24\x83\x55\x19\xdc\x5c\x94\xe7\x03\x44\x7c\x00\x32\xeb\x81\xa0\x74\x13\xb5\x44\x6f\x0a\x3c\x76\x80\xb7\x27\x1a\xad\x00\xb9\x96\x3a\x0a\x1d\xd5\xfd\x67\x45\x0b\xd3\x69\xc5\x77\x79\x34\x2e\x3f\x3f\x98\x07\xd5\x32\xad\x3c\x14\x38\x31\xa2\x03\x06\x36\x50\x50\xb2\x9d\x26\x5c\x9a\x8b\x81\x36\xcb\xe4\x6b\x30\xd9\x7a\xd5\xfb\xe7\x25\x66\xef\x11\xf2\x80\x72\xa9\x66\xfa\x36\x11\xe2\xaa\x6d\x02\xfe\x73\xd8\x53\x4e\x07\xda\x0c\xea\x53\xae\x36\x29\x5a\x0b\xe1\xab\xbb\x32\x46\xdd\x10\x0b\xcc\xd7\x7a\x26\xd0\x78\xba\x56\xfc\x72\x64\x8f\x0e\x6d\xa8\x73\xeb\x9e\x81\x47\xdb\x4f\x47\x43\xd4\xf6\x45\x4f\x22\x86\x22\x1f\x0a\xbc\xce\x4b\xbc\x8c\x89\x1e\x91\xcd\x6a\x2f\x13\x01\x80\x31\x8e\xcf\x91\x14\x31\x6e\x1c\x34\xec\xe9\xdf\x61\x33\xaf\xd4\x46\x09\x0e\xfc\x3c\xd1\x07\x32\xe4\xde\x25\x74\x8d\x9f\x66\x28\x0a\xf2\x3c\x3a\x7a\xf6\xb9\xd8\x78\x7f\x70\x53\x7d\xa0\x13\x53\xc4\xc7\xa3\x33\xb6\xba\xb3\x57\x11\xe1\x1f\x8c\x48\x9c\x20\x16\xf8\x3d\x1d\xa1\x5b\x9e\x62\xa9\xec\xbd\x01\x12\xd4\x7a\x5e\x90\xea\xb9\x51\x1c\x71\x14\x9f\x96\x34\x07\x99\xe8\xdd\x05\x44\xe2\xdc\xc7\xd2\xfc\x6e\x8d\x65\xd1\xbc\xdd\x67\xe4\x76\x22\x0d\xe6\x7c\x96\xcd\x05\x20\x83\x38\x7d\x1e\xa7\x78\x2b\x41\x4f\xe0\x58\xc5\x43\xd6\xa4\xa6\x5b\xf2\x20\x85\x05\xbe\xcd\xe2\x17\xbc\xe8\x28\x84\x76\x22\xf3\x75\x35\x74\xe8\x99\x97\xb1\x77\x6f\x6c\x4c\x6c\x6f\x9f\x21\x3d\x14\xf8\x4c\xf6\xcd\xa5\x06\xa7\xdb\xdb\x09\x92\x45\x71\x82\xf9\xae\x7c\xdd\x32\x9f\x44\x6a\x5b\x92\x57\x4f\x45\xb5\x0e\x6d\x11\x89\x67\x0b\x29\xbb\x3e\x4d\x00\x28\x9f\x91\xc2\x45\x83\xa6\x57\x5c\x63\xfb\x97\xb7\xb6\x85\x49\x2c\xcf\x1b\x57\xca\x8c\xd5\xd4\x0b\xaa\x89\x99\x8e\x02\x7f\x07\x27\xc9\x13\x28\xe5\x8c\xee\x9e\x35\xb1\xdd\x25\xa6\xb3\x24\x75\xeb\xe9\xf7\x65\x45\x19\x90\x48\x56\x75\x47\x30\x83\xf1\x9a\x26\x72\xe8\x54\xff\xaa\x93\xd3\x87\x32\x53\x06\xcb\xf4\x0d\x4c\xbf\x50\xf5\xd8\xad\x54\x0c\x32\x32\xee\x3f\x9c\xe4\x10\x41\x54\xab\xcd\xa0\xcf\x50\x9f\xa1\x74\x10\x08\xec\xab\x19\xd4\x71\x49\xe6\x16\xdc\x46\xdc\x7c\x07\x82\xaf\x2a\xea\x4e\xf3\x2c\x72\x08\xe7\x4e\x80\x8a\x1e\x52\xf5\xcd\x07\x2b\xa8\x56\x73\x37\x0d\x08\x58\x77\x3c\xf9\xb8\x18\x04\xe7\xf4\x80\x43\xf9\x9c\x3c\x53\xa3\x5d\x81\x89\x66\xb5\x0a\x3c\xe4\x18\x09\x2c\xcc\xdc\x29\xd1\x40\x97\xac\xee\xbd\xfa\x88\xa6\x53\x5f\xf9\x99\x29\xf3\xd7\xbe\x44\x61\x93\x53\x2b\xf1\x5c\xe9\x56\x90\x8b\xb9\x4f\xa6\x73\x7a\x21\xaf\x96\x8e\x62\xd9\x49\x10\x47\x5e\xb9\x95\x92\x57\xc2\xd2\xa2\x64\x7d\x07\xc9\x60\xaa\xb3\xeb\x11\xf4\x9d\x75\xea\xa1\xdd\x4f\x1e\xc4\x77\xd0\xa6\x51\x70\x52\xb3\x15\x55\xde\x83\x64\xc8\x7d\x90\xc1\xc2\xc2\x82\x9c\xe7\xcd\x05\xd7\x73\x96\xb8\x28\x57\x5b\x8b\x6b\x92\xbc\xe2\x30\x6d\x3d\x49\x9d\x07\x89\x5e\x09\x8f\x0e\xea\x66\xb0\xaa\xe2\x05\x05\x42\x0e\x79\x06\x53\xbc\x4d\xe4\x4b\x25\x26\x84\x07\x51\xae\xb7\x14\x2e\xe5\x4f\x19\xac\xe0\x0c\x04\x26\x05\x2e\x28\xa0\x54\xe4\x83\x24\xda\xa5\x63\xde\xd8\xc2\xa4\x31\x8a\x7a\x57\x10\x5b\xdb\xc2\x25\x53\x9b\xd9\x2c\x88\x70\xb6\xbb\xb4\xae\x6a\xa5\x8c\xf4\xa2\x13\xf2\xe9\xb4\xa5\x7d\x26\x29\x85\x30\x74\x7c\x65\xb9\xe4\x2c\x08\xe7\x0a\x03\x85\xf3\xe3\x94\x9f\x1b\x8e\x14\xef\xb7\x3d\xbf\x8e\x40\x76\x10\x45\x96\x43\xa4\x6c\x6e\x64\xfd\x25\x9b\x92\x1c\x83\x0b\x36\x4b\xe0\x3f\x1b\xb1\x68\x88\x38\x62\xf6\xe0\x71\x07\xf3\x01\x26\x6d\xaf\xd3\x92\x07\x9d\x7e\x1d\xd5\x7d\x20\xdd\xfa\xed\x44\xa9\x40\x52\xc8\x4b\xde\x1c\x31\xca\xa9\x50\x24\x9b\x54\x22\x7c\x9a\x97\xda\xb3\xaf\x7b\x79\xb7\x98\x5f\x1d\x57\x51\x12\x32\x73\x74\x45\x89\x50\x8a\x9c\x2c\xfd\x64\x9c\x0e\xc4\x77\x09\x94\x3e\x0e\x10\xde\x1e\x70\xf1\x55\x41\xa5\xcf\x38\xfd\x00\xc3\x71\x28\x55\x0f\x01\x95\x3e\xab\x6d\xfd\xac\xaf\x37\xcf\x1d\x50\x9d\xab\x88\xf7\x30\xba\x76\x46\x7d\x7e\xa6\xdf\x2f\x38\x81\x73\x2c\x6c\x64\x2d\x0a\xaf\x20\x37\xb8\x90\xe7\x58\xc3\xe8\x5a\xc0\x1a\x1c\xb6\x4a\xf4\xbb\xaa\x56\x41\xe9\xef\xdb\xc4\x7a\x15\xe8\x57\xa5\x97\x3a\xa3\x8e\x4b\xf4\x32\xfa\x61\x39\x70\xa2\x64\x45\x72\x25\x0d\x4f\xab\x08\xa8\x15\x9b\xc5\x02\x35\x3a\xa8\xab\x0b\x14\x11\x97\xb3\x61\x1f\x75\x28\x77\x62\xae\x63\xa0\x79\x13\xf3\x77\xb1\x37\x72\x46\xce\xf8\x2c\xd5\xd3\x5d\xfd\xb0\x6c\x3b\xb9\xd6\x66\x70\xb7\xbc\x47\x9a\xed\x4a\x1f\x5f\x43\x71\x63\x5b\xb0\xe0\x1e\xd2\x48\x08\xac\x7d\x9c\x97\x4b\x8d\x52\xc9\x45\xbd\x6e\x7e\xd8\x45\xd4\x24\x7e\x50\xcf\x13\xe8\xac\x3b\x8f\x14\xdd\xe5\x1e\x44\xd8\x30\xc8\x72\x5e\x28\xad\x58\xb9\xb4\xb7\x39\x80\x9b\xbd\x02\x9b\xd0\x96\x29\x64\x54\x92\xc0\x75\xbf\x59\xf8\xac\x27\xfb\x2c\xf3\x05\xee\xd1\xf1\x5a\x3e\x9a\x9a\x5d\x83\x16\x00\xd3\xe9\x3a\x38\xb5\x5e\xac\xaf\x72\x2e\x96\x8f\xcf\x50\xa8\xe6\x33\x96\x29\xa2\xea\xb2\x68\x50\x86\x04\x3a\xbe\xa3\x83\x09\x9f\x8b\x49\x85\xd7\x35\x8d\x76\x61\xaa\x8a\xdc\x8f\x92\x22\xce\x55\x42\x60\x96\xbd\xd5\xe9\x9c\xac\xb1\xaa\x93\xba\x6f\x90\x2e\x87\x2e\xd4\xbe\xee\x94\x9c\x0c\x00\x4c\xc3\x4a\x64\x61\xa2\xea\xeb\x21\x9c\x04\x6c\x2d\x05\x8f\xd2\x15\x52\xab\x05\x49\x3d\xa4\x40\x9f\x7f\x47\x0d\x3c\x23\x27\x2d\x81\x13\x38\x06\x52\x62\xb2\x3d\x05\x4f\x49\x29\x71\xa7\x46\xb1\xf8\x1c\xe1\x57\x5d\xfe\x83\x5a\xf0\xb1\xaa\x15\x6c\xee\x0a\x60\xe8\x72\x22\x68\x85\x61\xc8\xa6\x53\x74\x8a\x81\x5a\x2d\x5f\x9c\xe5\xfd\xd6\x72\x0c\x82\x5c\x06\x99\x5c\x6b\xa3\xf7\x91\x47\xab\x72\x4d\x5b\x70\xb7\x5d\xe0\x1f\x02\x1e\xad\x18\x15\xa1\x64\x54\xd0\xa3\x30\x89\x70\xbf\xc2\x49\x0e\xa8\x54\x62\x54\x69\x2f\x46\x23\x44\xe2\xd4\xa3\xfa\xde\x12\xb3\x94\x7b\x46\xc5\xf5\x68\xdf\xbb\x6a\x18\x34\xe6\x83\x40\xd5\x0d\xb4\x7d\x31\x2f\x12\x6d\x05\xf7\x25\xd9\xac\x0b\x07\x13\xf8\xa1\xc8\x1e\x8b\x26\x37\x5c\xcf\xed\xff\x59\xc8\x4e\xb5\x36\x58\x7b\x1d\xe6\xac\xc8\xd7\x58\x25\x6d\x5a\x60\x0f\xa1\x9e\x0e\x50\xd2\x6f\xc8\xde\x2d\x23\xd5\x97\xd4\x3d\x2b\x8e\xe5\xdd\xfb\xb2\x7c\x97\x5b\x21\xc4\xa1\x71\xe0\xb9\x69\xd8\xf2\x2c\xe1\x0c\xa3\x34\xec\x3c\x90\x37\x15\x23\xdf\x09\x24\xfb\x93\xef\x64\x59\xf9\x4e\x16\x0b\x70\xb1\xdd\x59\x95\x2f\xd5\xcc\xc6\x56\x0e\xae\x39\x38\x90\x2b\x82\x18\x62\x67\x89\x46\xea\xfa\xa6\x82\x97\x20\x0b\x5b\x27\xd8\x49\x6e\x1c\xd3\xe8\xb9\x2d\x86\xe0\x34\x0f\x18\xb0\x73\xb9\x79\xed\x54\x2b\xbf\x18\x33\x8e\x7d\xb2\x02\xb2\x15\x13\xe5\xc1\x90\x5d\x8e\xe9\x4d\x97\x98\x0a\x4f\x29\xfd\x97\xf2\xc6\xfa\x09\x7a\x2a\x6c\xd5\x6a\xab\x01\x3e\x15\x68\x71\x63\x3b\x44\x81\xd3\xa3\x5d\x70\x82\x36\x1a\x80\x9c\x64\x1a\xf3\x5a\x2d\x20\xa1\xf9\x01\x20\x0e\x99\x93\xd9\x4c\x17\x5c\x27\xc5\x5e\x97\x96\x60\xa4\x04\x9d\x46\xbf\xcc\x74\x2b\x46\x77\x3e\x25\x4f\x7a\x8c\xba\x8d\x40\xb1\xce\xe5\xd6\x2c\xbe\x34\x4d\xb9\xa2\xe9\xde\x0b\x5c\xc1\x59\xfa\x66\x05\x1a\x01\x96\x6d\x17\xd1\x35\xf4\x9d\xa1\x02\x31\xde\x54\x2d\xbf\x51\x07\xe3\x15\x74\x2a\xc4\xb5\x9a\x72\x66\x6f\x45\x3f\x08\xb0\x91\xfd\x11\x4c\x61\x02\xc7\xb0\x57\x4d\x4c\x5d\x2b\x8c\xc3\x16\x1c\x84\xf2\xba\x16\x9d\xec\x81\x42\x17\x4a\x45\x3a\xa8\x2b\xf9\x46\xb0\x52\x6f\x23\x88\xc2\x16\x4c\xc3\x16\x68\x07\x51\xd8\x6b\xac\xc3\x41\x18\x90\xea\xb6\x3a\x51\xd7\x9d\x0c\x75\xa2\xba\x00\xe3\x90\x68\x86\x91\x06\xce\x39\xbf\xc0\xa8\x5e\x07\x70\x1c\x46\x27\xc6\x27\x51\x7d\xfd\xc4\xb8\x5e\x57\x34\xe9\x57\xa9\x02\x63\x00\x47\xe1\xac\xa4\x1e\x03\xa1\x0e\x8c\xea\x83\x53\x74\x23\x28\xd6\x5f\xb7\xed\x26\xaa\xfb\x30\x0e\xfb\xa0\x9d\x84\x03\xd8\x3f\x15\xd7\x6a\x81\xf8\x09\xe7\xf5\x66\xdc\x0d\x8b\x21\x72\x62\x38\x82\x09\x4c\x01\x1c\x84\x49\x7d\x64\xde\x0f\x94\x58\xbd\x8a\x21\x66\xd4\x3f\x3d\xee\x90\x42\x45\xdd\xe2\xf8\x0b\x64\xc7\x61\x6b\x65\x1c\xa2\x53\xad\x5a\x0d\x9d\x4c\x37\x8a\x53\x14\xb9\x33\xb4\x9d\xcf\xf2\x5e\x88\x4e\xf4\x4e\xa6\x27\x7a\x4a\x50\x25\x61\x18\x06\x38\x1f\x2e\x53\xbc\xe7\xcc\x70\xd0\xdc\x9d\x4e\x83\x24\xc4\xcd\xdd\xc6\x18\xb2\x5a\x6d\x95\xd6\x6a\x01\xb5\x23\x06\x00\x4c\x4e\x72\x10\xd5\xeb\x2b\x28\x49\xd1\x44\x45\xf0\xde\x62\x28\xba\xb2\xc2\x64\xe0\x86\x7a\xbe\xa6\x52\x68\x8b\xd5\xd7\xc5\xe0\x1a\x1a\x45\x45\x1a\x55\x29\x3f\xd6\x16\xbf\x28\xd2\xcc\x05\x6a\x18\x86\x44\xa8\x40\x04\x54\x4c\x06\x02\xc5\xde\x60\xe9\x99\xce\xcc\x6a\x57\x41\xcf\x22\xa2\x4b\xe9\xf2\x72\x4a\x85\xad\x5c\xe8\x2a\x81\xce\x6b\xb5\xfd\x08\x1f\xb8\xf4\x96\xc0\x8c\xb6\x15\x1c\xfa\xac\xc0\x0a\x0e\xcb\x48\x51\x48\x61\x1a\xe2\x13\x27\x14\x6d\x93\x30\x5d\x8b\x84\x04\x20\x82\x31\xa2\xbc\xbd\x82\x2e\x94\x00\x48\x1b\xeb\xb9\x4b\x8d\x48\xeb\xd8\x45\x92\x45\x00\xf6\xc2\xb1\x25\x9b\xaa\x35\x82\x41\x1a\xf6\x9a\xbb\xf5\xb1\x61\x83\x53\xda\xd5\xdb\x89\xf4\x94\x3c\xb7\x17\x79\x1a\xeb\xab\x61\xa3\x11\x81\x13\x20\x0d\x83\x5e\x18\xcc\x56\x5d\x60\x4f\x5b\x99\x7d\x7a\x92\x09\x8a\x87\x61\x98\x9a\xba\x4f\x86\xe8\x84\x60\x51\xf8\x60\x15\x46\xe6\x2d\x50\x63\xbd\xa0\xba\x71\xca\x30\x5e\x8b\xe2\x68\x24\x43\x14\x44\xa3\x51\x82\x7b\x33\xfe\xa3\x0e\xf3\x74\xa1\xe0\x3e\x5e\x17\x36\x27\xc0\x74\x84\x48\x3b\x00\xe1\x29\xe9\x19\x43\xe6\xb8\x70\xf1\xf9\x67\x9b\x3a\x40\x4f\x10\x54\x1e\x15\x6a\x0d\xfb\xd2\x00\x79\x97\x44\x77\x3c\xdd\x1d\x75\x56\x87\xcd\xc9\xa1\xf7\xa2\xa8\xfe\x45\x19\x83\x23\xf2\x52\xf5\x6c\xd4\xe3\x54\x9a\x98\x8e\x10\x41\xb1\x8a\xe0\xd0\x47\xbc\x37\x78\x88\x58\xc8\xfa\xab\xd1\x90\x9f\x0c\x1e\xbd\x84\xa6\xe8\x21\xe2\x21\xeb\xaf\xc6\x43\x7e\x52\x68\xcc\xf7\x60\xae\x58\x67\x8b\x52\x9e\x72\x16\x8d\xd6\x18\x1d\xf3\x52\x94\x71\xa8\x33\xe9\x4f\x2e\x7b\x35\x44\x1a\x6a\x0c\xf1\x35\xa9\xff\x97\xf2\x8d\xf9\x00\x11\x2e\xb2\xa2\xb8\x32\x67\x82\xb7\xd6\x7a\x94\xf0\x08\x13\xc4\x1a\xd2\x76\xa0\x2a\x3c\xda\xc3\x32\xe2\xa1\x32\x40\x9a\xc0\xab\x5d\x98\x32\xb9\x09\x8c\x15\x61\x38\x6c\x9d\xc0\xb9\x37\x7e\x6c\xd6\xff\x28\x24\x1d\xdc\x5d\x71\x6a\xf2\xeb\x91\x63\xbf\x93\x65\x5a\x57\x93\xf1\x00\xec\x3e\x87\x2a\x57\x32\xba\x0e\x65\xf4\x43\x9a\x09\xa5\x57\xc6\x23\xa0\x5e\xf9\xa5\x1b\x69\x93\x21\xc1\xd2\x01\x95\x2a\x8d\x93\xe5\xc9\x48\xec\x32\x76\x41\xde\xea\x56\x94\xe2\x9e\x0f\x20\x9e\x4e\x03\x1c\x46\x66\x2e\xe6\x88\x48\x67\x42\xc4\x09\x33\x24\x10\xc0\x00\x54\xc8\x91\x9c\x19\x34\x3f\x55\x31\x43\x1e\xbe\x42\xfc\x6c\x98\x9c\x47\xfa\x18\xce\xd7\x48\xb4\xfd\x3a\x5b\xc9\x03\xa6\x04\xc4\x19\x41\x88\xb4\x29\x44\x40\x34\xea\x3e\xb4\xe5\xd4\x6f\x27\x8f\xa2\xa6\x2f\x99\xce\x49\x15\x3c\xca\x68\x92\x20\xa6\x3e\x2d\x24\x9a\x6e\x64\x96\x64\x23\x46\xaf\xe2\x58\x7a\xfa\xc5\xe4\x0a\x8a\x1b\x98\x34\xa8\x98\x24\xc7\x2b\xb2\x6c\x53\xba\x9d\xa0\x25\xbf\x37\xb6\x50\x24\x83\x87\x2c\x95\xad\x71\xb5\xaa\xc2\x7e\xd4\x43\x5b\x94\x5e\x69\xf4\x28\x21\xa8\xc7\x17\x65\x29\x61\x55\xbd\xf0\xcc\x14\xe7\x3b\x98\x73\xc4\x54\xe9\xf5\x2a\x64\x31\x1f\x8c\xb7\xe6\xf7\x39\xfa\xf8\x98\xa1\x46\x14\xcf\xcf\x21\x18\x6d\x84\x16\x74\x01\xc5\x43\x1a\xd3\x99\x0c\x45\x6e\x9e\x4d\x1e\xd1\xd1\x78\x34\x9b\x8c\xfb\x2c\x1a\xce\x89\xe8\x28\x54\x66\xb3\xe3\x81\x31\x1c\xc0\x3e\x1c\xc1\xe1\xc3\x31\x7a\x73\x78\xbf\xc4\xdb\xb0\xef\xce\x84\x3c\x97\x9a\xb5\x86\x2e\xed\x59\x86\xe4\x4b\x95\x2b\x71\x29\xdb\x7f\x21\xcb\xba\xe4\x81\xcb\x4a\x7e\xc6\x4b\x15\x9f\x65\x72\xba\xbf\x72\xa6\xa7\xd1\x52\xc5\x34\xc7\xfb\x30\x59\xae\x73\x45\xfe\x1f\x2f\x55\x68\x66\x52\xf4\x96\x2a\x56\x9e\x29\xf1\x52\xa5\xca\xd3\x67\xb0\xa8\x94\x16\x0b\xc5\xb5\x35\x5d\x54\xc2\xf0\xae\x9e\x57\x70\xb8\x4c\x66\x3d\x37\x47\xce\x9a\x3b\x23\x9d\x7b\x74\x38\x8a\xf8\xda\x36\xe2\x4a\x0f\x61\x0d\xfb\x06\xfe\x77\x61\x9e\xea\x21\x65\x09\xa2\x70\xf1\xc1\x74\x8a\xf4\xca\x6e\xd2\xda\xc3\x08\x13\x7f\xb9\xae\x24\x78\xeb\x77\xd5\x8b\x4d\x85\xc2\x79\xdc\x63\x34\xc1\x5b\xa2\x1f\x2a\x65\x0e\xe2\xda\x92\x52\x0d\xa0\x1a\xe5\x86\x7c\xb7\x3a\xa0\x49\x7c\x24\xd1\xaf\xe6\xd9\x54\xca\x10\x90\x4f\x47\x43\x94\xb6\x3b\xfe\x5c\xfc\xba\x45\x73\x0c\xd3\x31\xd2\xc7\xdb\x63\xf6\x70\x37\x5c\xca\x5c\x7f\x92\x15\x03\xa7\x99\xe3\xb1\x0c\x35\x2d\x1a\x5b\x09\xaa\x36\x4f\xd0\x86\xcf\x74\x38\x1a\x73\x14\x07\xb3\xf6\x74\xf2\x20\x3b\x74\xe0\xe9\x74\xd1\xee\x44\xbf\xb5\x8a\x92\x9d\x68\x37\xf5\x06\xd1\x55\xe4\xa9\x62\x3e\xc8\x02\x73\xe1\xe3\xdb\xc5\xb7\xe9\xd7\x73\x23\x28\x22\x26\x38\xa8\xfb\x4d\xbf\x8e\x8c\x27\xa7\x60\xc6\x03\x4b\x80\xb5\xa1\xba\x7d\x25\x42\xe5\x31\x86\x75\x62\x65\x4e\x90\x7d\x83\xa7\xe3\x14\x7b\x83\x37\x7b\x51\x92\xa8\x80\x9a\x6d\xbe\x32\xeb\xae\xf1\xda\x08\xf5\x38\x8a\xbd\xc2\x08\x7a\x92\xe8\xca\x16\x44\xef\xa4\xd4\x28\xa9\xc0\x8f\xa6\x3b\x9e\xe8\x41\xec\xcd\xf6\xc9\xf8\x3b\xf1\xa8\xb4\x45\xcc\x07\x06\x15\xe3\xf3\x85\x48\x3b\x4e\x3c\xe3\xb6\x5e\xf0\x63\x3e\xa9\x98\x46\x62\xcf\x14\xa5\xe9\x51\x3b\x27\x97\xd7\x32\xd3\x69\x8f\x92\x94\x26\x48\xf9\x87\x2c\x87\xe2\x9e\xbf\xa9\x7b\x78\x98\x0e\x22\x1d\x23\x55\x93\xaf\xda\x2e\xa7\x56\x9b\xc9\xb9\x31\x93\x12\x70\xd0\x36\xcb\x0c\xdb\x95\x5e\x33\xb9\x1c\xc0\x8a\xf8\x8a\xea\x40\xcd\xad\xde\x59\xe5\x36\x0a\xbf\xf2\x85\x4b\x94\x71\x5b\x28\x7c\x10\x0d\x15\x76\x77\x0b\xba\x52\xc8\xb7\x51\xfa\x2d\xbb\x21\x72\x31\x94\xd2\xe4\x2a\x2a\x75\xba\x22\xd5\x96\x98\xdf\x87\xcd\x4d\x3b\xa4\x9b\x9b\x15\xed\x35\xed\xe7\x99\x8f\x79\xc7\xf6\xec\x91\xed\xca\x03\x62\x54\x8d\x8a\xc6\x61\x1b\xf1\x67\x76\x48\x29\x4a\x66\xd9\x61\x84\xcc\xb1\x51\xfc\x19\xa0\x42\xad\x73\x58\x3e\xa1\x91\x50\xa0\x31\xc7\x51\x82\x3f\x7e\x24\x6b\x99\x5b\xa7\x36\x45\x27\x4f\xd1\x28\xd6\x8e\x68\x9b\xa7\x5d\xc5\xab\x68\xa5\xdb\x74\x30\xd5\x41\x8a\x16\x76\x4b\x29\x4b\xbf\x57\xfd\x53\x28\x9f\x5b\xb2\x9f\xd2\x7f\x72\xe3\x63\x63\xc4\x76\x1b\xfa\xad\xdf\x51\x29\x23\xa5\xe3\x53\xd7\x80\x56\x3e\xa4\xf9\x10\xda\xd5\x17\x2f\x57\xd0\x6e\x9a\x41\x89\x6a\x00\xac\x1b\x2b\x6d\x27\x3d\x66\x09\xd4\x17\x95\xb6\x18\x64\xe1\x24\x83\x24\x6c\x9d\x20\x27\xcd\xfd\xe4\x09\x62\x0e\xaf\x70\xc8\x3b\xa4\x0b\x69\xe8\x78\x0d\xc4\x75\x3f\x0c\x3a\x2f\xd4\xfe\xa8\xfb\x28\xf0\x41\x13\x5d\x43\xbd\x00\x81\x15\x5a\xab\x05\xac\x83\xbb\x21\x95\x31\x3a\xac\x47\xaa\x2a\x7d\x48\x92\x53\x28\xe5\x0d\x1c\x0b\x2d\xfd\x21\x33\x8c\x3e\x8a\x9e\xd8\x96\xda\x28\x3c\x65\x36\x2e\x02\x8d\xb6\x5f\x47\x30\x46\xf6\xbb\x89\xfc\x6c\x5f\x30\xca\xb3\x39\x55\x8b\xf1\x76\xb8\xf6\x42\xe0\xd6\x00\x82\xe6\xa3\x60\x2d\xbf\x50\xdd\xe0\x26\xe6\x64\x96\x2d\x3e\x59\x15\xc4\x78\x10\xae\xaa\x0e\x5d\x34\x9d\xca\x17\x7b\x45\x13\x5c\xd7\xe6\x49\xdb\x64\xcb\xa6\x9a\xbd\x68\x88\x64\x87\xa5\xad\x93\xeb\x24\x49\x3f\x4a\x25\x3a\x04\xb6\xf4\x98\xcb\x03\x37\x07\x03\xb3\x81\xb0\x8f\x3d\x97\x22\xcf\x54\x1a\x7b\x57\x11\x93\x3e\x1b\x3d\xda\xf7\xc6\x2c\xf1\x46\x11\x8b\x86\x69\xd3\x0b\x9e\xc0\xb1\xf4\xda\xd1\xc7\x24\xf6\xfc\x63\x75\x5c\x3f\xe6\x0b\xbd\x49\x8e\xa4\xb4\xae\x8d\x71\x6c\xbf\xb2\xfa\x31\xbf\x79\x4c\x21\x24\x2f\xf5\x67\x9a\x3d\x8f\xd3\x14\x93\xed\xbc\x91\xb6\x2d\xe7\x05\x4f\x51\x7a\x45\xa9\x66\xed\xbc\x0d\xad\x9b\xa9\xa6\x9b\xc7\x2c\xc3\x8a\xfa\x37\x10\xe9\xd1\x18\x3d\x77\xe1\x9c\xdd\x05\x04\x14\xe8\xe8\xe6\x07\x31\x22\xd9\x73\x36\xd3\xad\x8f\xaa\xf9\x69\x74\x48\x68\x26\xae\xb4\x4c\x36\x0f\xb0\x4f\x9b\xf8\xea\xca\x7d\xb8\xfa\xd6\x4c\x13\xf9\x8e\x0b\x34\xc7\x04\x7f\xcc\xbc\x3c\x50\xcf\x33\xa2\xe4\xb9\xea\x2a\xcc\x67\xf5\x6d\xa3\x22\xcd\x54\xdb\xee\x74\xf7\xa8\xb9\xe2\xb9\x87\x9a\x47\xc5\x3e\x38\x9e\x0c\x4f\x35\xd6\x67\x5d\xa4\x5f\x30\x4e\xd1\x47\xc6\x18\x3b\xf5\x7a\x11\x11\xec\x12\x25\xa9\xbe\xc6\x51\x4d\xb7\xbd\x63\x52\x09\x3f\xe6\x3b\x4f\x46\x38\x55\xcc\x1d\x28\x8e\xcf\x65\x9f\x6a\xde\xdc\x91\xcf\xa0\x6f\xae\x20\xe9\xd6\x47\xed\x5c\x38\x1d\x74\xba\x76\x4e\xa3\xea\x0e\x2a\xb1\xc0\x94\x19\x03\x55\xee\xff\x54\xb0\x3d\x31\xd7\xc9\xfc\x42\x73\x54\x51\x65\xd3\xba\xda\x02\x99\xaa\x92\x07\x04\xd4\x6a\x79\xc5\x44\x55\x4c\x9b\xc3\x68\x54\xac\xd4\xe2\xa9\x9c\x9d\x87\xf2\x62\x47\xff\xa8\xc9\xa3\x82\x6a\xe9\xc3\x22\x12\xd3\x61\x63\xcc\x92\x46\x1a\xf5\x8f\xfa\xc0\x23\x37\x55\xf2\x4f\x3f\x7e\xe6\x89\xb3\x4f\x7e\xe0\x83\xe7\xfe\xfc\x43\x4f\x9d\x7f\xfa\x99\x67\xff\xe2\xc2\xc5\x4b\xcf\x3d\xff\xe1\xbf\xfc\xc8\x5f\x45\x5b\xbd\x18\xf5\xb7\x07\xf8\xa3\x57\x92\x21\xa1\xa3\x8f\xb1\x94\x8f\xaf\xee\x5c\xdb\xfd\x78\x6b\xfd\xf8\x63\x7f\xfc\x7f\xde\xff\x27\x7f\xfa\x7f\x7d\xc8\x42\xdf\xd7\x6b\x19\x92\x8b\x18\xab\x87\xbc\xd9\x1b\x44\xec\x34\x77\x6f\x86\x25\xa8\x7a\x1d\x80\x47\xcd\xb2\xe7\xd8\xc8\xcd\x51\x01\xcc\x84\x6b\x18\x31\x72\x94\xa4\xda\x7b\x93\x8e\x2a\x76\xe0\x4f\x88\x26\xb1\xba\x52\xea\xe7\xe2\x4f\xed\x5d\xb7\x76\xbd\xc8\x4b\xc7\x5b\xf2\x68\xc3\x0d\x48\xd0\xf4\x17\x28\x42\x29\x8f\x38\x6a\x0c\xa3\xde\x00\x93\x87\xc6\x2c\x7a\xb5\x55\x7e\x3f\x73\x2b\x06\x29\x8c\x20\x73\xbd\x53\xac\x14\x7d\x69\x98\x55\x5a\x2b\xa2\x32\xe4\xfc\x8a\x11\x42\x12\xf5\x34\x44\x1a\x80\xab\x4e\xea\xac\x24\x92\x65\xcf\xab\x7e\x7a\x04\xa1\x38\xf5\x54\x56\xe5\x3a\x30\x2f\x1b\x3a\xd5\x74\x78\xd7\xad\xb6\x22\xfc\x8e\x5e\xab\x34\x82\xaa\x4a\xf3\x3c\xb0\x37\x66\x0c\x11\x2e\x5b\x7e\x3a\x1a\x22\x6b\xc5\x9e\x8e\xb7\xac\x63\x9b\x34\x9c\x68\x47\xa9\xea\x1a\x21\x44\x3a\x4c\xcd\x25\x16\x11\x65\x1b\x90\x4e\xa7\x9d\x2e\x8c\x42\xa4\xc2\xd4\x94\x3e\xc8\x4b\x4b\x65\x45\x47\xed\x85\xe5\x29\xa2\xa6\x4c\x48\x85\xca\x27\x5b\x2d\xd7\x9a\x9f\x96\x40\x06\x59\xb3\x4f\x80\x53\x53\x34\x5b\x53\x64\x6b\x2a\x61\x31\x5b\x51\xa6\x2f\x41\x9b\x17\x9f\x7d\xea\xf4\xa5\xd0\x7f\xd4\x5f\x21\x4d\x6e\x0b\x5c\xa2\x55\x9b\xb2\xf2\xf1\x94\x9b\x5f\x19\xf6\xba\x46\x9b\x13\x35\x40\xed\x49\x61\x8d\xd0\xa7\x43\x27\x0b\x83\xed\x0e\x43\xfb\x98\x3e\xc1\x29\x8f\x4d\xdd\x3f\xe6\x9d\xf2\x33\x58\x6a\x55\x5a\x0b\x37\xa5\x47\x18\x23\x7a\x5a\xa0\x60\x25\x58\xae\xc8\x89\x68\xa1\x57\xdb\x16\x6c\xac\x83\x15\x14\xb6\xac\x4e\xbe\xe1\x84\xb0\xa8\xa3\x36\x6a\x0a\x86\x50\x7d\x58\x57\xc4\x63\x05\x2e\x44\x5d\xb3\xd0\x95\x5b\x53\x2e\xbd\x67\xf9\xf2\x39\x72\x85\xd0\x1d\xe2\xa9\x4e\x7b\x2f\x4a\x11\xf1\xa2\x61\xcc\x1d\x9c\x24\xf9\xf8\x29\x33\x25\x67\x02\x68\x45\x65\x86\x7d\xb5\xf9\x4f\x8c\xe3\x52\xe1\x0c\x96\x99\xcb\x35\xec\xcd\x49\xaa\x5e\xfb\xe6\xb9\x7c\xfd\xca\xb8\xc4\x50\xf3\x0a\x17\x1a\x36\x65\xdd\x1c\x05\x2b\x36\xe7\x42\x2e\x54\xcf\x04\xa7\x53\x0c\xe3\x90\x37\x39\x9d\x4e\xf1\x4a\x2b\x0c\xc3\xd8\xea\x2f\xfe\xaa\x0f\x36\x02\x12\xc6\x7a\x2c\x82\x75\x00\x93\x70\xb5\x05\xda\x22\x51\x80\xeb\x00\x4a\xcb\xc3\x52\x11\x1a\xf6\x9c\x22\x63\x55\x84\x86\x3d\x01\xae\x03\xe9\x9e\xdf\x14\xc0\x40\xfa\x55\x75\x7e\xa6\xd2\xdc\x35\xa0\x21\x75\x58\x20\x85\x2d\x00\x60\xa4\x3e\x91\x90\x38\x9f\x22\xf9\x49\x69\x36\xa2\xbb\xc1\xac\x95\x3e\x0e\x39\xec\x85\x68\x45\x57\xdd\x0b\xd1\xbc\xaa\x71\xc8\x67\xaa\xc6\x61\x18\x12\x15\x2d\xa0\x17\x86\x21\x5d\x0d\xc3\x71\xad\xc6\x9c\x29\x2e\xa9\x0e\xf4\xc3\xda\xea\x31\x23\x94\xe3\xfe\xee\xbc\xc1\x2e\xb2\x4f\x45\xb1\xea\x61\xd6\x5f\xf5\x10\x5b\x5b\xb3\xb0\x42\xa2\x76\x50\x57\x4a\x4c\x65\x56\x9c\x5b\x71\x9c\xa4\xd2\x92\x83\x74\x70\xd7\xe9\x90\x3a\x8d\xa3\x25\x5b\xf4\x62\x75\x8b\x5a\xa9\xfe\xa4\x34\x3c\x81\xb9\x7a\xaa\x5e\x7c\x43\x31\x9b\xdd\x30\x05\x07\x2b\x7c\x83\x99\x87\xcd\x33\xd9\x84\x70\xe9\xa1\x80\xc1\x75\xd0\x9e\x83\xaa\xdc\xa6\xca\x37\xf1\x66\x05\x75\x85\x89\x96\x25\xaa\xff\xf6\x99\x2e\x5c\x97\x8b\x20\x33\x5b\x64\x26\xcf\xde\x76\x15\x81\x88\x96\x1a\x63\x32\x90\x2f\xff\x63\xe9\x05\x20\x90\xcf\xe6\xd9\xee\xc5\xc3\x6c\x28\x93\x4e\x2e\x79\x81\x9b\x73\x39\x08\x69\x38\x71\x66\xbb\x11\xc3\x95\x46\xac\x6a\x7f\x39\x2b\x18\xb5\xab\x48\xcf\xe1\x30\x8d\xd1\xa4\x5a\x85\x0f\x58\x88\xa0\xd0\xd0\x72\x73\xff\x50\x69\x32\x1b\xac\xcd\x36\x3a\xac\x2b\x37\x53\x0c\xc5\xe3\x9e\x6b\xde\xe5\xbe\x62\x46\x1d\xd6\x0d\x39\x44\x19\x80\x13\xad\x0d\xb1\x4c\x1d\x03\x1b\xe3\x55\xee\xb6\xb0\x1a\x6a\x9d\x68\x16\xff\x94\x0e\x11\x1f\x08\x95\x63\x07\x11\xae\xbc\xe1\xf9\x60\x85\x84\x3c\xb7\xfb\x0d\x5a\xd0\x12\xbc\xd3\xea\x3a\x3f\xd6\xc5\x06\x28\xe0\x55\x8f\xf9\x99\x89\x4e\xc2\x3b\xac\x7b\xa2\xc2\xc2\xc1\x7c\x97\xf1\x6d\xa5\x77\x79\x56\xab\x91\x5a\x8d\x02\x63\x1b\x65\x89\x9b\x0f\x92\x52\x88\xda\x9e\x5f\x0f\xa8\xd8\xf7\x94\xd7\x14\x50\xf7\x3d\x21\x9a\x45\x0e\x26\x2f\x60\x04\x44\x66\x2e\x6f\x22\x90\x89\x76\x3b\xbc\x1b\xe2\x4c\x5a\x99\x43\x06\x29\x2c\x6a\x15\x01\x05\x4a\xd3\x5d\xd1\x6c\x47\xe5\x0b\xec\x12\xd7\x6a\xae\xb1\x4b\xa4\x4c\xb7\x4b\xa4\x3a\x59\xd0\x4a\x42\xae\x59\xcc\x20\xc4\x85\x42\xe2\xbc\x28\xa9\xd6\xae\xc7\x63\x1c\x37\xb6\x11\x51\xbe\xe6\x1f\xf6\x91\x98\x6e\x08\xd9\xcd\xb2\x8d\xd6\x06\x9a\xdb\x88\x5f\xc2\x43\x64\x2d\x97\xfd\x6b\xfa\x5f\x43\xfe\xf7\xc7\xe2\xbf\x5d\xf3\xd3\xfc\xf3\xad\x9f\xe1\xb5\xce\xb5\xdd\xee\xda\x76\xf1\xd8\x55\x4d\xf9\x00\xd5\xd7\xdf\xff\x68\x61\x17\x06\xde\xb7\xfe\xfe\x69\xcb\x6e\xb5\xc3\x82\x1d\xef\xfa\xfb\x01\x0c\xfc\x6b\x42\xa7\xe2\x1b\xac\xfd\x58\x8d\x4d\xff\x14\xe4\xa4\x5e\x7f\xbf\x1e\xc3\xc5\xe7\x6c\xa5\xe3\xf7\xb4\xca\x02\xab\xfa\x9c\x7e\xb9\xd3\x6e\x9d\xcb\x6d\xc2\xf9\xd1\x28\x1a\x0e\x2d\xcc\xd5\x10\xac\xb8\x15\xf5\xae\x2c\x99\xdd\x5a\xe1\xd9\xdc\xb3\xf8\xa5\x6b\xd2\x31\x8b\x32\x09\x48\xf7\xc8\xba\x13\x25\x57\xac\x4d\x47\xa5\xc5\xa5\x31\x5f\x7a\x28\x1b\xdd\xa2\x93\x31\xc7\x70\xa7\xf8\x81\xcc\xfb\x40\x0b\x1f\x1c\x5f\x69\xe9\xbc\x0f\xd1\x22\xdb\x10\x69\x92\x9a\xae\x8d\xad\x45\x89\x31\x52\xad\xe6\x9f\xf2\x0c\xde\xeb\xd0\x7b\x8f\x3b\x86\x8a\x5b\xdd\x4a\xb3\x82\x39\x83\x74\xf0\x01\xfa\xf0\xe9\x0b\x4f\x9f\x7b\xfa\x03\x9b\x1f\x3a\xfb\x91\x10\x35\xcf\x3c\x77\xe1\xc2\xd9\xa7\x2f\x6d\x5e\x38\xfb\x17\xcf\x9d\xbd\x78\x49\xa6\xea\xc8\x19\xca\x29\x4b\x34\x27\x93\xbf\xb9\x29\xd1\xde\x64\xe8\x63\x63\x94\x72\x1f\x8a\x8d\xb8\x5b\xb9\x93\x23\xc6\x0c\xf5\xf8\xe6\x4e\xc4\x88\x20\x82\x8e\x54\xa5\x4e\x3e\xce\x0b\xe2\x9b\xb7\x77\x4b\x7a\x13\x61\x68\x48\x39\x3a\x17\x7f\xc0\x0c\x4b\x58\x9d\x3c\x9d\x5a\x36\xca\xa0\x34\xad\x15\xa4\x4c\x94\xcf\x43\xf3\x32\x49\xec\x08\xf2\xd2\x6e\x60\xa5\x85\xd6\xdb\x03\xd8\x07\x93\xb8\x56\xeb\x35\xa5\xdd\xb5\xb6\x65\x18\x85\xbd\x59\x34\x9a\xb9\x5c\x5e\x19\xcf\x3c\xb3\xc2\xa1\xe5\xdc\x66\xe1\xd6\xa2\x79\x05\xed\xaa\x50\xa6\x61\x18\xda\xd5\xb7\xf2\x94\xd1\xce\x1d\x4b\xc8\x31\x4b\xda\x08\x5e\x41\xbb\x69\x9b\x67\xa0\xa9\xef\x90\xb2\x00\x35\x09\xda\x91\x0e\x72\x20\x07\x2b\x09\xed\x45\xc9\x45\x4e\x59\xb4\x8d\x24\xde\x57\xd1\x39\x8e\x86\xba\x6d\x68\x3d\x3a\x15\x6c\x47\x06\x62\x59\x05\xc6\xd4\x79\xe8\xa0\x9f\x23\x3f\x2a\xd5\x9d\x22\x2e\x2b\x8e\xe0\x10\xc0\x79\xad\xa6\x00\xf6\x9a\x62\x98\x2e\x48\x0a\x06\x08\x0e\x61\x22\xd2\x8c\x9f\xab\x67\x69\x92\xa8\xd5\x58\xb4\x7c\x35\xdc\xc1\x24\xa6\x3b\x4d\x4a\xd4\xee\x73\x4c\x84\x3c\x17\x14\xab\xfc\xe0\xca\xa4\x0a\xfb\x91\xab\xb5\xda\xd5\x40\xb4\xa6\xc7\x33\x83\xab\x66\x2c\xa7\x53\x03\xa9\x8f\xc6\x11\xa8\x37\xaf\x27\x11\x80\x72\x16\xf5\x03\x47\x73\x53\x35\x78\x3d\x69\x44\x43\x28\x97\xef\x17\x3c\xca\xbc\x9d\x28\xb5\xc6\xfb\x60\xc5\x36\xd5\xa7\xbd\x71\x2a\x31\x92\x7e\xb2\x62\x1c\x9f\x11\x99\x8a\xbe\xc6\x70\x3f\x28\x20\xb1\xad\x09\x9d\x02\x30\x99\x4f\xe7\x15\xe5\xf4\x33\x68\x41\x3a\x63\x91\x02\xe4\xcb\x6e\xc7\xc0\x32\xf0\x3b\xf2\x4d\x42\xd7\x7b\x4e\x1e\x75\x45\xc4\x7b\xe6\xf4\x98\x0f\x3c\x33\xb1\x3d\x3e\x88\xb8\x27\x48\x9c\x7a\xbb\x74\xcc\xd4\xc4\xf1\x4e\x8f\x46\x1e\x4e\xbd\x18\x8d\x18\x92\x6f\x02\xa4\xcf\x15\xb1\x27\xf4\xb6\xd0\x65\xe2\x15\xfe\x29\xf4\xa4\xc3\xf7\xc8\xeb\x8f\x65\x10\x1b\x86\x12\x14\xa5\x08\x7a\x51\xea\xc5\x54\x34\x9d\x52\x51\x63\xe4\x8d\x28\x47\x44\x9d\xb7\xa1\xde\x98\x61\xbe\xeb\x5d\x1d\x27\x62\x92\x29\xef\x5d\xcd\x72\xf5\x1f\xc4\xb1\x72\xb7\xe3\x69\x37\x80\xde\xd6\xae\x97\x22\xce\x45\xad\x2f\x4a\x0f\xb4\xcf\x91\x34\xea\xa3\x0b\xba\x4f\x6d\x8f\xb3\x31\x7a\x51\xe0\x23\xbb\xa4\x5e\x65\x14\x64\x74\xa1\x11\x1f\xa2\x66\x45\x35\xea\x30\x07\x85\x95\x63\x14\x49\x2f\x5b\xc1\xdc\x49\x38\x7f\xa6\x44\x40\xb0\x05\xc7\x43\x44\xc7\xdc\x71\xbc\x96\x44\x1c\xb1\xa0\x57\xe0\x90\x2a\x1e\xcc\x39\x0e\x7a\xd1\x98\x0f\x28\xc3\x1f\x57\xc6\x50\xe2\x4b\x8c\x08\x16\x5f\x28\x13\x63\xed\x3c\xeb\x10\x19\x0c\xfd\xa4\x7f\xf7\x1d\x9c\x22\xc9\xca\x0c\xf5\x10\x16\xe3\xa7\x9d\xc5\x4b\x47\xdd\x72\x12\xea\x76\x9a\xbe\x50\xcd\xe1\x7a\xab\x25\xaf\x2d\xf4\x04\x8d\x62\xa5\x95\x3f\x85\x53\x2e\x64\x64\xe0\xa7\xaa\xb3\x3e\x1c\xcb\xeb\x0e\x1d\x20\xa9\x20\x7f\xec\x0c\x35\xb5\x28\xc2\x2c\xac\x28\x83\xba\xcc\xc4\x91\xf5\xe6\xdd\x9b\xfc\xa4\x65\x4e\x61\x85\x09\x55\xa4\x5c\x75\x18\x89\xb7\xb7\x45\xbd\x76\x1a\x9a\x73\x98\x5e\x82\x22\xf2\xdc\x28\x90\x6d\x68\x70\x62\xbf\xb0\x4b\x6a\x90\xc4\xe7\x19\x31\xa6\xb2\x8d\xd4\xcf\x99\x61\xe4\x95\x4e\xf0\x44\xee\x22\xae\x33\xd5\x66\x00\x3e\xf6\x7f\x34\x3a\x79\xfb\x8e\x37\xc0\x9e\xd0\x11\xd5\xe9\x87\x61\x22\x5d\x97\x61\x29\x7d\x86\xc0\xe9\x48\xd7\x6a\x7c\x1f\x92\x79\x82\xa8\xba\x76\xdd\xb7\x99\x37\x49\xc9\xac\x5e\x96\x1b\xed\x37\x46\x0c\x5f\x8d\x38\x5a\x7b\xd8\xc6\x64\xf4\x2a\x62\x0c\xc7\xe8\x29\x1a\xc5\x17\xe5\x19\x4a\x95\xc9\x1e\x43\x29\xe2\x55\x59\x44\x8e\xd5\x75\x65\xef\x54\x59\x81\xd8\xd6\xdb\x17\xcd\x01\x52\x62\x97\x85\x31\xed\x49\x75\x46\x2f\xd6\xc6\x2b\x9d\xaf\x8e\x71\x7c\x00\x49\x9e\x65\x1b\x19\x07\x9e\xe9\xe3\xbb\x97\x94\x23\xd0\x3c\x67\xa7\xd5\x5d\x61\xcd\x94\xf5\x42\x04\x89\x58\xe4\x11\xe1\x4f\xd3\x18\x35\xb1\x74\xfd\xa9\x03\xac\xcb\x27\x2c\xda\xa0\x74\x75\x7d\x11\xe5\x67\x8c\xcb\x17\xbd\x6a\xd1\x46\xf9\x3d\x1a\xa3\x65\x95\xd8\xc3\xd8\xe7\x92\xdc\xdb\x82\xbd\x75\x27\xd2\x3d\xea\x0c\xf6\x5b\x51\x8a\x9e\x63\x49\x7b\x81\x21\xac\xde\x0c\x0f\x38\x1f\xa5\xed\xb5\xb5\x84\x6e\x63\xd2\x54\x72\x25\x6d\x12\xc4\xd7\x5c\x83\x4f\x8e\x08\x89\x94\x27\xbf\xba\xaf\xfb\xbf\x66\xe4\x27\xf2\x05\x65\x6d\x96\xb6\xdc\x92\xb8\x46\xba\xc0\xad\x00\xfa\x3d\x3a\x1c\x4a\xe7\x60\xe6\x9a\xce\xde\x5d\xb7\x3b\x7e\x34\xc2\x0d\x6d\x6f\x21\xb2\x26\x18\x11\xbe\x89\x63\xbf\x0b\x67\x6e\xba\xdb\x1d\x3f\xed\x51\x19\x30\x96\x50\xe5\x84\x9a\xa1\x74\x44\x49\x8a\x36\x87\x62\x6c\xba\xd0\xfc\x3e\x4f\x63\x54\x89\x97\x9b\x41\xc5\x07\x07\xb6\x90\x6e\x65\x4f\x1a\x76\x72\x3a\x99\xa2\x97\x76\x47\xc8\x07\xd0\x57\x97\x62\x5d\x41\x9f\x68\x84\x9f\x57\xfd\x6a\xfb\xeb\xcd\x96\x0f\xdd\xbc\x0b\x71\xbb\xa4\x82\xe2\x4a\x76\x13\xd8\xa9\x05\xf6\x39\x86\xe7\x94\xb2\xdf\x8b\x72\xaa\xe0\x60\x40\xed\x30\x66\xa4\x53\xc5\x61\x4e\xce\xf6\x82\xa9\xe6\x6d\x16\x2b\xae\x94\x17\x59\xc9\x2e\xbb\xf3\x3b\x8c\x69\x83\xab\xed\x55\xe4\xcc\x29\xee\xb7\x81\x8a\xa4\x24\x45\x4d\x3a\x8a\x7a\xa8\x3c\xf6\xca\xf0\xb9\x82\xaa\x0b\x6d\xbf\x05\x4d\x95\x75\x55\xb9\x3a\x6b\x30\x1d\xab\x85\x4d\xbb\x98\x7c\x7a\xa6\x15\x7d\xa8\x25\x86\xdb\x18\x6b\x02\x65\xee\x6d\x2c\xe1\xb4\x6b\xce\xf9\xf5\x81\xe9\x34\xdf\x2c\xb1\xf2\xe7\xe9\xd4\x57\xcf\x4b\x72\x2b\x11\xf3\x4e\xa3\xf8\x08\x45\x7a\x0a\x04\x86\x52\x95\x4d\xb5\xe5\x03\xcc\x19\xb6\x9c\xe9\xa0\xf2\x80\xe9\xb2\x1f\x5e\xc4\x7e\xe5\x27\x39\x4b\x48\xe8\xd2\x6b\xc1\x87\x2b\xa3\x5d\x97\x8d\x73\xe4\x74\xb9\x0b\x46\x4c\x5b\x29\x1c\x8d\x70\x53\x65\x12\x5c\xa2\xba\xe1\xc8\xd9\xb2\x68\xea\xf8\x51\xaf\x87\xd2\x74\x93\xd3\x2b\x88\x48\x79\xb7\xbc\x70\x00\x50\x4a\xcf\xca\x7c\x46\xae\xea\xd7\xb6\x55\x16\x37\x8b\x1e\x54\x2e\x1a\x1a\x25\x45\xf6\x54\x7d\x1e\x50\x42\xc8\x09\x5f\x78\x7e\x0c\x54\x8c\x51\xe3\x07\x47\x9f\x18\x6b\x05\xba\xbf\x75\x3a\xdd\x25\xbd\x73\x04\x73\x19\xa7\x59\x6e\x3b\xec\x51\x88\x76\x56\x6a\x92\x21\x0e\xf7\x3c\x1c\x51\x61\x5e\x75\xed\x4f\x3e\x9e\xeb\x40\x60\x65\xb6\x49\x57\xa1\x7a\xf2\x71\x69\xea\x21\xf6\x3e\xf9\xe1\x83\xd2\xc2\x41\xa6\x4e\xf9\x72\x5d\x0b\x04\xfe\xda\x9a\xa6\x76\xd3\x90\x5f\x2f\xda\xa4\xee\xaf\xa5\xf1\x95\xe6\x47\x53\x65\x37\x25\xf6\x30\x85\x45\xab\x02\x0f\x0e\x67\x13\x6b\xb5\x60\x36\x51\xbe\x24\x18\xcb\x68\xb3\xb3\x1f\x03\x75\x07\x61\x89\x1f\xe5\x57\x0e\x93\x71\x8a\xd8\xb9\xb8\x8d\x9a\x12\x78\x02\x2a\xbe\xbd\x24\xd8\xb6\x8d\x9a\xce\x2f\x88\xae\x8d\x30\x43\xe9\x39\x91\x6e\xe1\x2c\x17\x4b\xdb\x2c\x22\x1c\xc5\x17\x05\x87\xa6\xd2\x1b\x51\x21\x25\x2c\xe5\x00\x90\xef\xdb\xd4\x51\x47\x89\x99\x37\x8b\x67\xf9\xdd\x4e\xa4\x19\xb1\x67\x26\x92\x0a\x1e\x2f\x56\x6f\xd1\x0d\x85\xda\x1c\x39\x99\x67\xf0\xe1\xea\xba\x50\x1c\x46\x4a\xa9\x9a\xc9\x2b\xbf\xf8\x00\x6a\x7d\xa9\x32\x4f\xae\x4b\x5d\x3d\xde\x3c\xee\x03\x78\xad\xbf\x35\x4c\x2a\xb3\xca\x2f\xaa\xcd\xde\x20\x22\x04\x09\x55\xab\x32\x67\xfe\xd9\xe8\x4c\x6a\x86\x54\x66\x56\x9f\x04\x0d\xc8\xe6\x73\x17\x7d\x00\xf7\x3c\xea\xa4\xda\x26\x49\x9d\x52\xa4\xd2\x57\xb8\x3a\xc4\x04\x13\xfb\x3e\x4a\x6c\x62\x51\x38\xc9\x0a\x7e\xb7\xe4\x2a\xa8\x68\x0e\x20\x0b\x51\x53\xc8\x4e\xa1\x3f\x19\x2b\x12\xad\xa5\x39\x34\xb6\xd6\x72\xb3\xad\xce\xce\x9d\x8a\x28\xcc\xce\x65\xe7\x9e\xd2\x41\xde\x25\x3e\xf9\x78\x53\x2a\xdb\x45\x8b\x37\x85\xea\x05\x2d\xdf\x37\x4a\x32\x80\xc0\xe2\x77\xd0\x2e\x65\xc0\x50\x19\x83\x8d\x53\xb1\x09\x9e\x28\x86\x44\x9a\xdd\x36\x53\xc5\x6f\x1c\x8a\x3a\x36\x65\xa0\x08\x26\x65\x7a\x16\x70\x48\x20\xcb\x05\x45\xa4\x3c\xdf\x6b\x0a\x98\xd0\x12\xaa\xe6\xf6\x6a\x0b\xf6\x28\xbd\x82\xc5\x2c\xd1\x7c\x94\x13\x55\x71\x4f\xce\x8c\xf9\x17\xc3\x82\x86\x95\xf3\x2f\x86\x81\x1d\x76\x73\x94\x99\x9c\xc9\x2c\x7f\xe5\x5f\x35\x57\x81\x2c\x2b\x68\x10\xe9\x52\x0b\xd5\xfc\x4d\x5e\xe9\x89\xe3\xc2\xad\xdf\x43\x54\x20\xd8\x5e\xa2\xa7\xbc\xd1\xb3\x1a\xc4\xce\xce\x4e\xbe\x22\x08\x1d\x22\xc6\x51\x42\xb7\x15\xe2\x7e\xe5\x96\x2b\xc6\xe9\x28\x89\x76\x9d\xed\x92\xfd\xa4\xb7\xb8\x7a\x1b\x93\xcb\x39\xbe\x97\x9c\xd3\x75\xb6\xb5\x56\x59\x56\x4c\x66\xca\xef\x77\xd7\xa2\xe4\x41\xf5\xe7\xf2\xb4\x55\x2a\x80\x9a\x40\xf6\xbc\xef\x0c\x8d\x51\xad\xe6\x1f\x6f\xb5\x94\x89\xdb\xcc\xc7\x0a\xcb\xb2\x14\x31\x4f\x9d\xf1\xa0\xb8\x78\x7a\x98\x4b\x11\xa4\x0c\x4e\x5d\x7f\xc8\x7b\x78\x7f\xf8\xbd\x3a\x69\x28\xe1\x3e\xc3\x7e\xea\xbb\x64\x3c\x29\xe4\x96\x50\x61\x4b\x3c\xf6\xbb\xdb\xdf\xce\x75\xb9\xf0\xfb\x35\x42\xf3\x7a\x31\xbb\xd9\xe8\xf5\xe8\x98\xf0\xb4\xa9\x8a\xa8\x1d\x87\x39\xdc\xb9\xaa\xce\x77\x7c\x28\xb7\x16\xcf\xdb\x38\x47\x33\xc2\x46\x15\x8e\x46\xd2\x2b\xf8\xd0\x29\x2e\x0b\x62\xd2\xa7\xfe\xc2\xa3\x1b\x7d\x8d\xba\xa9\x1d\xbb\x6d\x46\x92\x52\xa9\x2b\x6d\xe6\x6c\x4f\xd4\x01\x12\x4a\xb9\xf6\xec\xa7\xc2\x9c\xa4\x73\xb8\xa6\x22\xa7\x0f\x7d\x1f\x14\xcf\x61\x7c\xb5\x93\xda\x63\xa3\x05\x55\x36\xb9\x92\x0a\xa1\xa7\xd4\xd4\x4d\xbc\xff\x2d\x98\x55\x6b\x4a\x3a\x8c\x3a\x39\x80\xfa\x7e\x77\x6b\x8c\x13\x21\xb2\x03\x50\xd2\x63\xdc\xaa\x70\x38\x7b\x0e\xa5\xd0\xf7\xad\x1f\x3a\x75\x98\x37\x33\xa2\x62\x69\x0e\xdd\x65\x19\x7f\x08\xed\xfa\x45\xb7\x9a\xf2\x8b\x92\xe6\x40\xde\x55\x06\x4c\x68\x1d\x55\xd2\x56\x59\xc7\x74\xa4\xad\x14\xae\x8e\x9e\x92\xab\x71\x1d\xde\xad\xd5\x98\x35\x1a\x94\x31\xbe\xf5\x43\x86\x4a\x2f\x61\xa6\x6b\xd2\x78\x4a\x5e\xb7\xd8\x87\xea\x38\xf5\x86\xda\x2a\x9d\x0f\x50\x8a\xec\x3b\x80\xbc\x90\x7a\xba\x25\x6d\xae\xb4\x21\x32\xf4\xfc\xfc\xc5\xc4\x9e\x1a\x9c\x8d\x6a\x9a\xca\xbd\xe0\x5f\x9e\x7f\xea\x83\x9c\x8f\x2e\x28\xee\x5a\x49\xed\xc1\xfa\x79\x3c\x94\x0c\x25\x75\x1c\xf3\x76\x73\xed\xa3\xa9\x54\x83\xd2\x26\x9d\xb9\x97\x55\x77\xdc\x7f\x7e\xf1\x99\xa7\xf5\x95\x75\xda\xb4\x8c\x89\xae\x71\xb0\x42\x9b\xd1\x38\xc6\x88\xf4\x50\x18\xda\x38\x79\xf2\x86\x1a\x84\xa7\x98\x7e\xd2\x16\xa5\x29\xde\x16\x62\x66\x92\xbb\x66\x29\x70\xa4\x10\x80\xe6\x09\x58\x18\x86\x79\xa5\xa5\x0a\x71\x50\x30\xa9\x46\xc6\x81\x40\x89\xfa\x82\x93\xbc\x3c\x08\x9a\xa7\xe2\x43\x35\x3d\x31\x50\xc7\x4c\xd5\xc7\x54\x38\x7b\x6f\x18\xed\x7a\x5b\xc8\x0c\x51\xd3\x17\x98\x2c\x68\xf5\xb4\x9c\x71\xba\x8d\x3c\xd4\xb5\x47\x99\x37\x88\x52\x6f\x0b\x21\xe2\x71\x34\x1c\x21\x31\xc0\x3b\x98\x0f\x9a\xde\x47\xe8\xd8\xb4\x92\x8e\xa5\x58\xf5\x38\xf5\x22\xef\x98\x98\x83\xe3\x14\xc5\x5e\x8c\x46\x63\xbe\x7b\xcc\x8b\x38\x8f\x7a\x57\x24\x0e\x99\x1c\x0f\x54\x0c\xae\xe1\x5c\xeb\xcc\x60\xf6\xe2\xa5\x72\xb7\xb5\x74\xf1\xfa\x11\x4e\x34\x32\x9e\xd2\x99\xbd\x63\x8f\x4c\x52\xad\x99\x8b\x71\xcc\x8e\x79\x81\x22\x92\xf8\x42\xb3\x63\x2a\x83\x3b\xd4\xd9\x31\xd0\x7c\xd1\xe0\x25\xe6\x99\xff\x81\xb3\x97\x7c\xf8\xa2\xc8\xbe\xe1\x8a\xa1\xf0\x91\x49\xc5\x0b\x3f\xb3\x9b\x56\x79\x40\xf6\xa2\xe0\x37\x69\x13\xab\x56\x43\x90\x69\x97\x81\x28\x3c\x85\x0e\xb6\x38\xbe\xf7\xce\xe0\x1e\x60\x6d\xdc\xef\xc2\xa8\x56\xc5\x07\x59\xd1\xa0\x3f\x88\xe5\x02\x71\x88\x8b\xd6\xbc\x83\xc0\xbd\x8f\xf6\xf2\x13\x89\x7d\xe8\x5b\x92\x44\xf2\xb6\xa8\x17\x25\x03\x9a\xf2\xf6\x1f\x1f\x6f\xb5\x34\x69\xac\xb5\x1f\x80\x83\xea\x5b\xa0\x41\x2c\xb1\x7f\x40\xae\xfb\x7d\x56\xc4\x8e\x92\xcb\x0c\x2b\x28\xe5\x24\x1a\x09\x1a\x45\xc9\xe6\x88\xd1\xe1\x88\x1f\x2a\x17\xea\x73\xbb\x79\x17\x58\xf9\xe7\x39\x4c\x3b\x6f\x7b\xb9\x27\xd3\x9a\x4e\x3d\x2b\xfb\x54\xdd\x78\x21\x8b\x20\xc4\x98\xd3\x83\xf3\xfb\x9f\xb6\x1e\x26\xbf\xcf\xba\xa7\xfb\xbd\x62\xf9\x59\xf4\x2b\xcf\x27\x54\x36\x4c\x24\xcb\x8f\xa3\xb4\x7c\xa1\xac\x0f\x5f\xde\xbb\x3b\x45\xe3\xd8\x71\xe9\x7b\x8e\xdf\xe9\xa8\x18\x6c\xf5\x44\x96\xda\xcb\x7c\x9a\x15\xf2\xf8\x00\xca\xbd\xc7\x85\x42\x72\x52\xa2\xa1\xde\x72\x94\x4a\x66\xfb\xd9\xdc\xcc\x34\xb0\xe7\xde\x43\xb3\x43\xb7\x7a\x0b\x62\xaf\x0b\xcc\x80\xa8\x47\x28\x20\xdb\xe7\x20\xef\x4b\xd5\xa9\x3a\x15\x3c\x8c\xa1\x65\x15\x43\x5b\xb9\x6b\x3d\xa2\xdd\xe4\xff\xba\x7d\xe1\xa4\x20\x99\xf4\xad\x15\x9c\xbb\xc5\x9a\xe1\x33\xb6\x04\x9f\x29\xe1\xf6\x80\x12\x05\xce\x75\xc2\xb2\xb4\x8d\x46\xd9\x7b\xc2\xc3\xb1\xc3\x57\x01\x32\x2a\xf8\xb9\x47\x49\x2f\xe2\x88\x44\x1c\xc5\x79\x90\xf9\x76\xc7\x9f\x39\xb1\xf6\xa1\x3f\xa3\x17\x69\x85\xa6\x7c\xb2\x6d\xcd\x81\xb4\x2e\x94\x9b\x13\x41\xcb\xee\x9b\x63\xb9\xd0\x9b\x45\x65\xbe\xca\xd5\xb5\x8b\x59\xd1\x48\x58\x9a\xf6\x7c\x08\xed\xce\xd1\x42\xd4\x51\xca\xde\xba\x8d\xba\x47\x53\x18\xce\x31\xa2\x32\x1f\xe7\xaf\x66\x85\xe3\x1b\x19\x28\x59\x3e\x42\xab\x6c\x56\x76\x78\x71\x4d\x8a\x27\x2e\xaa\x97\xfd\xa2\xba\x4d\x27\x45\x7a\x05\x82\x6e\x42\xd9\xbc\xc5\xcd\x5d\x65\xcf\x92\x37\x54\xc8\x99\x9f\xa5\x4f\xa7\x81\xb6\xd5\xb6\xd4\x5e\x7f\x7f\x1e\x54\xbb\xdc\x02\x02\x40\x0a\xf9\xd2\x91\x9e\x9a\x59\x25\x6d\xa2\x3c\x86\x07\x54\x26\x02\x7f\xcd\x5f\x0d\xc3\x00\x85\x1d\x7d\x31\x2e\x54\x46\x69\x2c\x2d\x5f\xee\xf7\x68\x02\xfd\xb5\x35\x1f\x96\xbf\x0a\xa5\x72\x26\x71\x14\xf1\x81\x90\xd9\x5d\x2d\x8b\x7c\x00\xcc\x4b\xeb\xc6\x3a\xa8\xd5\x02\x54\x0f\xfd\x35\x1f\x40\x04\xea\xc6\x17\xbd\xc6\xaf\x39\xe0\xc3\x44\xd9\x41\x48\x52\x48\x61\xff\x17\x42\x24\x54\xb9\x93\xb1\x2b\x77\x71\x86\x15\xad\x8a\x66\x67\x5b\x7e\x5e\x36\xf3\xfc\x22\x17\x8a\xd2\x2b\x42\xc1\xb5\x4f\x1b\xc1\xa2\x53\x1e\xf9\x42\x23\x7f\x6a\x98\xc1\x7c\x69\x9a\xb5\xad\xd3\xb3\xcf\x44\x5a\x9f\xed\x98\xa1\xd6\xc6\x3e\x75\x8f\x43\x3b\x58\x2d\x59\xff\xb9\x47\xaa\xda\x3b\x06\x4c\xc3\xc6\xfa\x6a\x18\xe2\xfc\x29\x7d\x5a\xe4\xf9\xff\x05\x6b\x2a\xee\x07\x69\xad\xa6\x9d\x97\xac\x86\x61\x34\xeb\x08\x6b\x8f\xc6\x07\x51\xea\x45\xc4\xc3\xa4\x47\x99\x7c\x87\x61\xe2\x41\xc8\x2a\x8d\xeb\x2c\xed\xb5\x75\x0b\x79\xfe\xb1\x7a\x54\x3f\xe6\x43\xe9\x92\x0b\xa7\xe2\xb7\x6e\xbe\x7e\xcc\x3f\x56\xbd\xca\x9f\xa1\x31\x6a\xc7\x68\xf6\x7c\xad\x43\xbb\x60\x1f\x6b\x7f\xb4\x68\xed\x2f\x3b\xa7\x7e\x6f\xed\xf6\x96\xb0\x68\x2b\x77\x60\x66\xbf\x67\xac\x94\x54\xc6\x79\x56\x6d\x33\x4b\xf7\x9c\x85\x58\x56\xb2\x99\x44\x24\x56\xca\x8d\xf2\xc8\x6b\x8e\x36\xf6\x71\x81\x3d\xf7\x84\x81\xa1\x28\xde\xdc\x61\x58\xcd\x56\xd9\xde\x53\xaa\xb9\x39\xab\xa8\x93\x43\x1f\x8a\x48\x9c\x16\x9d\x4c\x38\x19\x7c\xe8\xf7\xa3\x24\x7d\x38\x86\xbd\x8b\x38\xaf\x1c\xa3\x60\x4f\xce\x5b\x7f\x78\x21\x2f\xe6\x31\x97\xf1\x2a\x5f\xd5\x13\x43\x8d\x86\x7a\xe3\x5e\xb9\x41\x9b\xfb\xe0\xf5\xa8\x66\x8f\x7c\x3b\x65\x5e\x44\xa9\xf0\xdd\xe6\x8d\xa9\x74\x55\x45\x3c\xd5\xe1\x54\x5f\x3a\xc9\x2c\x13\x37\x10\x24\x98\xcc\x7d\x0b\x2a\x68\x14\xfa\xb3\x4d\xf8\x59\x56\xd9\x32\x59\x64\x0d\xcd\xc6\x25\xb5\x4c\xa9\x24\x2a\xd7\xd2\xb7\x63\xd8\x46\x7a\x31\xb6\x94\xe5\x97\x5f\xbc\xea\x4d\xad\x5c\x12\x4a\x05\x9c\x37\x5f\xd5\x65\x60\xa4\x9a\x4a\x75\x53\x52\x71\x72\xdc\x16\x94\xea\x4b\x2d\x02\xce\x53\x5d\xe8\x73\x36\x46\x32\x2e\xca\x9c\x47\x9b\x29\x80\x7a\x21\x0e\xc3\x30\x8f\x32\xb3\xc0\x80\x1a\x88\xa5\xcd\xbc\xa4\x44\x49\x8a\x3c\x2a\xef\x8e\x48\xe0\x3f\x4d\xb9\x17\x79\x92\xf7\x3c\x9d\x59\xfb\x27\x5b\xc1\x3a\x04\xce\x19\xc1\x17\xc1\x44\x31\x75\x1b\x85\xa7\xb0\xd5\xac\xdc\x11\x69\xa3\x0c\xc8\xbb\x29\x50\x98\x48\x15\xf6\xd3\xda\x75\x7e\x9c\x26\x0d\x74\x4d\xae\x30\x8b\xbc\xeb\x2f\x7a\x66\xe4\x06\xc2\xba\x20\x8b\x3c\x71\xf1\xa9\xdc\x2f\x15\x64\x2a\xf4\x0f\x6f\x16\xc2\x21\xc9\x9c\x61\xf9\x2d\x97\x6c\xd2\x75\x80\xe2\x30\xb7\xd6\x4f\x5c\x3f\x1e\x20\x83\x6e\xbb\x26\x5c\xd0\x64\x13\x13\xcc\x55\xda\x9f\x4b\x73\xb5\xd0\xf1\x4a\x33\x42\x6c\x4e\x0b\x41\x2b\xa7\x99\x36\xa3\xaf\x40\x3a\x0d\xab\xbd\xbe\xee\x19\x1d\x6a\x2f\xab\xb2\x87\x26\x47\xab\xde\x95\xab\x67\x89\xe7\x69\x8c\x92\xa2\x3a\x0c\x0b\xfe\xef\xab\x29\x65\x1d\x09\x0a\xad\x51\xd0\x67\x83\xcd\xb5\x89\xe4\xcd\xde\x00\xf5\xae\x3c\x25\x4d\x1b\xa5\x03\xe2\x76\x39\x09\x3a\x3f\xd5\x2d\xba\xdc\xdd\xf1\xaa\x97\xb8\x33\xfa\xb0\x98\x95\x52\xc9\x73\x26\x1d\x68\xca\xab\xcc\x00\x34\x7b\xd2\x99\xad\x8b\x96\xb5\xc3\x9a\x37\x7c\xf3\x83\x76\xfd\x6f\x1d\x40\x97\x24\x76\x08\xcb\x89\xb0\x94\x60\x7c\xa1\xcc\x19\x47\xbd\xaf\x72\x37\x51\xac\x6a\x24\xdd\x8d\x54\x55\x86\xba\xdf\xc4\xe9\x69\x77\xcc\xe4\x0e\xcb\xc6\x47\xa0\xd6\x8c\x77\xc3\x59\xa2\xb4\x0f\xf8\x00\xb4\x03\xdc\x8c\x38\x47\xc3\x11\x47\x8e\x8f\xad\x10\xc1\x68\x83\xe8\x1b\xf3\x27\xe4\xeb\xdf\x00\x81\x36\x5e\xc0\x57\x76\xe7\x5b\x2a\x94\xc9\x2b\xfb\x52\xe2\x04\xa9\xab\x77\xdf\x4d\xf7\x21\xaa\x66\xcd\x72\xb8\xa5\x7d\xa8\x34\x0f\xe5\xd4\xb9\x4a\x53\xd0\x8a\xca\x55\x44\x38\x8a\xf3\xc7\x53\x70\xe2\xba\x2f\x28\x3c\x36\x9e\xfb\xea\x53\xf7\xb2\xf0\xf0\x58\x3f\xe9\x74\x53\x70\x1c\x16\xe2\x94\xf8\x2b\xb6\x42\x79\xd4\x79\x11\x25\x48\xea\x4a\x7e\x73\x6e\x38\x13\x20\xa6\x07\x22\xf1\x99\x01\x4e\xe2\xc0\xa9\xdd\xbc\x8f\x36\x0f\x8b\x5d\xc4\xb5\x0e\x12\x80\x0c\xba\x6f\x8f\x65\x74\xe8\x30\x0c\xe7\x61\xf1\x47\x05\x64\x81\x76\x68\x56\xf1\x8c\x7a\xcf\x33\xe2\x72\x54\xae\xdf\x57\x76\x70\x9c\x93\x55\x44\x9c\xd6\x7e\x3c\x65\x1b\x1e\x26\x1e\x02\x52\x1b\x1c\x44\xe9\x33\x3b\xc4\x62\xc7\x80\x71\x6f\x96\xee\x60\x31\x27\x51\x87\x75\xc1\xa4\x17\xa5\x68\xb5\xd5\x26\xa1\xbf\xee\xaf\xa8\x18\xb8\x32\x69\x5d\x24\xb5\x4c\x92\xc6\xaa\x4d\xa4\x0b\xaf\x8c\x2b\x0d\x83\xd5\xfd\xd0\xaf\x93\xdc\x67\xb6\x39\xa5\xf0\x41\x56\xe1\x1a\x19\xa9\xc0\xb0\xd3\xe9\xff\x69\xb5\xe4\xdb\x02\x15\xb2\x54\xfe\x5e\x29\xf8\xb4\x1d\x22\xb6\x8d\x82\x49\x82\xfa\xbc\x9d\xf6\x18\x42\x3a\xec\xf2\xda\xf1\x06\x5f\x3b\x0e\x39\x1d\x99\x64\x55\xc5\xda\xf1\x06\x5b\x3b\x0e\x65\x9e\x36\x87\x2a\xb1\xcd\x32\x21\x27\x02\x36\x9d\x8a\xb5\x6c\xc5\x9d\x51\xc6\xcb\x87\x71\xec\x42\x66\xd8\xb8\xc4\xb2\xff\x3f\x7b\xff\xdb\xdb\x48\xae\x35\x88\xe1\xef\xfd\x29\xe4\xba\xb3\xea\xa2\x45\x49\x55\xfa\x6b\x97\x4d\xeb\xf1\x74\xbb\x67\xfa\x4e\xb7\xdd\xb7\xed\x99\xb9\x33\xb2\xc6\x43\x4b\x94\xc4\x71\xa9\xa8\x61\x51\xdd\xf6\xd8\x5a\xdc\x07\x3f\xec\xe2\x87\xbc\x4a\x90\x0d\x02\x04\xc8\xee\xe6\xd5\x22\x48\x90\xdd\x00\xf9\xb7\x08\xb0\x0b\x6c\x3e\x49\x76\x3f\xc0\x7e\x85\x80\x7f\xaa\x8a\x25\x95\x6c\xf7\x4c\xdf\xfb\xdc\x7d\x92\x7b\x7b\xe4\x2a\xd6\xe1\x21\x79\x78\x78\x78\x48\x1e\x9e\x93\xbb\xfb\x6f\xb3\xb8\xf6\x51\xf0\x29\x78\x74\xc5\x85\x53\x51\x20\x45\xf5\x69\xd5\xef\xee\x03\xd7\x44\x3f\x36\x9a\xbe\x66\xd3\xd5\x9b\x8b\x49\x74\x2e\xa7\x22\xb2\xf9\xf0\xfe\xde\xdd\x0c\x69\xc7\xf1\x02\x00\xf2\xdf\xee\x2b\xdd\x4c\x64\xf9\x51\x73\xf9\x96\xb3\x9b\x5b\x35\xdb\x43\xed\xd4\x55\x6f\xa9\xc7\x96\x0b\xd7\xc7\x6f\x1f\xe7\xaf\xb0\x2a\x65\x56\x6d\xfc\x13\xb1\x98\xab\x7d\x71\x55\x8a\xe5\xc5\x40\xea\xcc\x0f\xef\xc6\xdb\x15\x48\xf7\x82\xb7\x48\xad\xc0\x13\x69\xce\x4b\x83\xde\x93\x1f\xea\x00\xc9\x8e\xb9\x91\x42\x00\x4c\x3e\xac\x78\xc0\x93\x10\x6b\x5e\xf1\xb4\x8d\x9a\xac\xbe\xf1\x52\x97\x92\x5b\x32\x75\xc2\xf1\x89\x03\xa1\xc2\x1b\xb1\xac\x30\x39\xed\xeb\xd5\x98\x98\x6b\xdb\xb4\x69\xcb\x9f\xbc\xee\x25\xe0\x0e\x9b\x89\x3e\x16\x98\x8b\xd3\x39\x89\xe4\xaa\xd2\x2d\xbe\x81\x97\x68\x2a\xe9\x00\x2e\x02\xb3\x7c\x1c\x29\x07\xea\x1a\xb8\x10\x34\x3b\xef\x4e\x6a\x31\xa6\x11\x8d\xa7\xaa\x1a\x90\xe8\x43\x91\x35\x55\xa6\x20\x17\xa6\x61\x9a\x27\xa7\x45\xa9\xe8\xa0\xc4\xb2\x1e\x7c\x42\x27\x7c\x0a\xaa\x32\x9b\xaa\x2f\x65\xc1\x8f\x93\xd5\x90\x4b\x57\x73\x13\xbd\x58\x8e\x50\x1a\x33\x54\x0d\x7c\x80\x4e\xcc\xa2\x53\x9a\x65\x33\xa1\xf4\x26\xc0\xdf\x01\xa1\x8c\xec\x7e\x22\xa1\x74\x35\x0b\x09\xb5\x4a\xa7\x64\x52\x78\x32\x95\x8c\xbb\x94\x07\xa8\xf4\xa0\x1e\x6c\x7c\x0d\x16\xbb\x1c\x78\x64\xb6\xd8\x34\x57\xf0\x9c\x7f\xd2\xfc\xd5\xbc\x07\x1c\x8d\xad\xce\x15\xe9\x01\x80\xba\x10\xef\x26\xcb\x9f\x5c\xd7\xea\x88\x6e\xdb\x6c\xfd\x70\x25\x0d\xc8\x86\x57\xc3\xac\x3d\x53\x37\x78\x9f\x95\xa0\x0a\x1d\x72\xcb\x16\xa5\x31\xe3\x13\xa2\x0c\x99\x93\x30\x5a\x25\x2a\x7a\x8e\xc1\xdd\x27\x03\x75\xbd\xa9\xc0\x13\x76\x5a\x48\x5a\x44\x82\x5c\x30\x13\xe9\x4d\x1d\xab\x98\xe0\x13\xa5\x19\x11\x53\x36\xaa\x65\x8c\xb7\xce\x74\xe9\x82\xea\x6e\x99\xaa\x4d\x4f\xb9\x13\x2d\x5c\x59\x51\x97\x9a\xfd\xae\x4f\x3d\x9f\xea\x48\xec\xdc\x75\x98\x92\x5e\xdb\x5e\x12\x16\x9d\xbb\xce\xd8\x48\x0d\x1d\x9f\x9c\xbb\xce\x30\x61\xe2\x22\xc6\x2b\x54\x51\x8a\xf9\x2f\x0f\xf4\x17\x88\x07\x9d\xf0\xa7\x24\x78\x3a\xe5\x6b\xcf\x81\x49\x84\x80\xc0\x59\x44\xb9\x8d\x0d\x07\x26\xde\xe2\x57\x3e\x04\x77\xca\xe2\xfd\x8d\x76\x6a\xa5\x15\x8f\x95\x05\x76\xb0\xed\xc3\x74\x3a\x0b\xa8\xa6\x6e\x12\xd9\xc7\xca\xec\x0c\x00\xcc\x04\xb4\x04\x54\x34\x2f\x86\xcc\xef\x1f\x8c\x82\x3b\xa3\x01\x7c\x1d\x13\xbe\xa1\x16\x1e\xcc\xa4\x5a\xd2\x81\x12\xb9\x39\xe5\xa5\xd1\x24\xb8\xa3\xf1\xb7\x8c\x5f\xcb\xc7\x6d\x0f\xd2\xf8\xd4\xa4\x6f\x7b\x30\x9b\x0a\x25\x05\x55\xe7\x64\x7e\x95\xf3\xdb\x7e\x89\x2b\x28\xdb\xb1\xae\x93\x27\xa7\x9c\xff\xcc\x2c\x99\x2e\x73\x0d\xaa\x15\x02\xd7\xec\x86\x27\x4b\xda\x3c\xea\xd5\xbe\x02\x4b\x33\xbb\x16\x35\xe9\x65\xf2\x21\x6d\xd3\x4b\x3d\x11\x7f\xb2\x46\xa5\xf8\x3e\x7d\xab\x4c\x97\xad\x35\xea\xb9\x49\x57\x2f\x6b\xdd\x6e\x4d\x3a\x85\xa1\x11\x0a\x8a\x82\xe9\xac\xf3\x67\x69\x88\x5c\x0e\x59\xd3\x9c\x92\x16\x88\x40\xb6\x5c\xb3\xd3\xb3\x51\xad\x2d\x54\x56\xd6\xbb\x05\x8b\xdd\x72\xd9\x15\x7d\x3e\x50\xeb\x55\xcb\xa5\x02\xcd\xcd\x49\xb6\xaf\xbb\x04\xe3\x3e\xcf\xe2\x9f\xf1\x4a\x05\xc8\x76\xf5\x25\xaa\x81\xd9\x9e\x2f\x0c\x30\x91\x13\x85\x1c\x0f\xaf\xc9\xa8\x3a\xc3\xf3\xb8\x8a\xa3\x51\x35\x26\xc2\xf2\xcf\x31\xc3\xab\x3b\x11\x0f\xc3\xcb\xc9\xf9\xd3\x4b\xc7\x73\x5d\xe8\xb7\x04\x5f\xbf\xc1\x73\x94\x26\xc8\x97\xdc\x11\x1b\x4f\x8f\xd8\xde\xe0\xf9\x9d\xda\x48\xce\xad\x9c\x86\x2c\x8a\x17\x33\xf2\x15\xb9\x05\xc6\xcb\x3f\x80\x7a\x43\x55\xc3\x2e\xa7\x38\x7e\x72\x16\x0d\xbb\x24\x91\xe0\x94\xc4\x6e\x51\xae\xe7\x2c\x0c\xc9\x50\x6f\x8e\x6a\x2d\x41\x67\x4d\xf3\x2c\xaf\xc9\xed\xc7\x65\xd5\x19\x96\x8a\x3e\x1f\x97\x33\xc9\xb2\x4c\xec\x46\x88\x71\x5a\xfc\x48\xbe\x0c\x7c\x29\x55\x93\x98\xfe\x42\x3e\xaa\x5c\x99\x61\x19\x9b\xf0\x6b\xb9\x75\x2c\xe5\xe2\x36\x47\xd8\x2c\x79\x23\x32\x83\x67\xa9\xdd\xb5\xac\x74\xd6\xaf\xc1\x98\x22\x5a\x2a\x47\x82\x99\xc6\x9c\x6f\xbd\x2a\x15\x1d\x16\x15\xc3\xc1\x53\xca\x31\xd8\x97\x4b\xb5\xe1\x65\x71\x30\x87\x59\xdc\x5f\xed\xa3\xf5\xec\x76\x76\xc5\xc2\xe4\xd0\x84\x67\xc7\x6e\x7d\xfd\xa5\x46\x85\x76\xb9\x3b\xd8\x30\x9a\xac\x2c\x70\x25\x0b\x54\xc3\xe2\x69\xfd\x47\xa4\xc2\xbe\x7a\x78\x6d\x46\xe1\x5f\x68\x74\x3d\x8d\x6f\x7e\x1d\x6f\xac\xf6\xff\x72\x4d\xd2\x44\x1f\x21\x2a\x63\xb2\x6a\xd2\xf3\x77\x2c\x2a\xcf\x88\xc8\x44\xa5\x7c\xd9\x20\x2a\xcf\x88\xb8\xfb\xff\xe4\xde\x9f\x49\xee\xe1\xd1\xe8\x13\xc8\x28\x8d\xe5\xef\x89\xcc\x93\xac\xf8\x9f\xa0\xcc\xfb\x95\xc3\xe4\x29\x0c\xf0\x6b\x3a\xf9\x61\xe1\x25\x69\xfc\x31\xc2\x4b\x09\xa3\x3f\x9f\x07\x5a\x7d\x16\x78\x8e\x27\x05\x91\x01\xe5\x02\x97\x9b\x80\xf2\x86\x94\x68\x28\x97\xc4\xa6\xc9\x68\x94\xbc\x64\x9d\x85\xc8\x7a\x07\x22\x03\x25\x4b\x49\x3f\xcb\x17\x23\xf6\x8a\x82\xe8\xa4\x11\x66\x21\x43\xe9\x39\xba\x51\xa8\x21\x46\xec\xa0\xd9\x13\x81\x39\x01\x8c\x7a\x51\x12\xc1\x4f\x6f\xfd\x24\x4d\x7f\x41\xb4\x9f\x5a\x66\x42\xa1\xab\x98\x3c\x0e\x53\xa0\x99\xdf\xf5\x77\x64\x2c\x2b\x5a\x2e\x17\xf8\x64\x37\xdf\x6a\x23\x32\x64\x1c\x0b\x02\x30\x5a\x4d\x4a\xeb\xbb\xa5\xac\x8c\x92\x15\x80\xb2\x87\x52\xd5\xad\xfa\xfb\xf1\x21\xf2\xf6\xe3\x6a\x15\xb8\x14\x91\x7e\x3c\x90\xeb\x0a\x8c\x5c\xd9\x0a\xea\x62\x10\xb0\x43\xf9\x20\xd1\x60\x10\xa8\x07\x00\xee\xef\x71\xb6\xc8\x39\x6c\x96\xcb\xb8\x5c\x2e\xee\x60\x9d\x0f\xe2\x65\x32\x81\xa8\x53\x0c\x3a\x2c\x65\xa4\xd6\x67\xe0\x97\x97\x02\x4f\x2e\x55\xff\x5f\x5e\x2e\x0d\x50\xd2\x35\x05\x20\xa6\x83\x96\x4b\xe1\xf6\xcd\x59\x89\xe1\xd6\x01\xb4\x07\xb5\x93\xcb\xe5\x18\x09\x02\x4c\x04\x87\x08\x71\xab\xd3\xb7\x72\x1c\x10\x19\x18\x15\x83\xc0\x54\x64\xcb\x62\x17\x6a\xbe\x33\x74\xa7\x1d\x08\x63\x44\xd0\xe1\xdd\xd0\x25\x90\x81\xe5\x56\x11\xb3\xe1\x2d\xed\x17\x42\xc2\x8d\x52\xb8\x55\x36\x8d\x33\x31\xa7\x5a\x56\x2e\xbb\x85\xc8\x24\x1a\x3b\x4c\xb1\xd3\x1f\x28\x3b\xb5\x35\x7c\x19\xa0\x8e\x13\x96\xf4\xce\xf3\x29\x8e\x26\x24\xc9\x99\xd0\x24\x54\xbb\x47\x46\x99\xc9\xd6\xa5\x0b\xad\x6a\xc8\x06\x44\x28\x34\xca\xd9\x56\x6a\x38\x1e\xe9\x70\x6c\xe4\x83\x5c\x44\xc1\xd0\xa8\x55\x11\xd0\x7e\x9d\x29\x8a\x54\x8e\xec\x78\x2d\xcd\x48\x55\xb0\x35\x35\x9e\x61\xa4\xb2\x09\x48\x01\x80\x34\x5b\xd2\x0e\x75\xd1\x91\xab\xeb\x60\x2d\x76\x47\xfa\x0b\x4d\xbf\x3c\x2e\xbd\x94\x55\xfd\x47\xe9\x5c\x6a\x39\xfb\x14\x45\xee\x93\x9b\x87\x6e\xcc\x90\x2d\x04\x1c\x78\x47\xa2\xc5\x8c\x28\x13\xe0\x60\xdb\x83\x13\x22\x82\x22\xcb\x9d\x2c\xcb\xf2\x09\x98\x4d\xf7\x7f\x2c\x76\x93\xed\x29\x25\x9c\x49\xcd\xf7\x49\xd8\xb9\xa5\x03\x3c\xb5\xee\xbf\x02\xbb\xc9\x66\x3c\x73\x49\x39\x79\x79\x49\xe4\xa8\xb9\xc4\x0b\xc1\x2e\xe9\x4c\xb2\xcb\xe5\x65\x3e\xa2\x6f\xc2\x88\x92\xb5\xb3\xb8\x7b\x10\xc3\x18\x89\xbe\x37\x80\x21\x12\x7d\x7f\x00\x17\x48\xf4\x1b\x03\x38\x42\x1e\x9c\xa2\xfe\x60\x7f\x74\x90\x4c\x18\xfb\xa3\x4a\x05\x60\x14\xf7\x47\x83\xa4\x61\x59\x0c\xd8\xfc\x9e\x8f\x0e\xdb\x45\x21\x06\xe5\x32\xed\xe3\x41\xb9\x3c\xd5\x56\x0a\xf2\xa5\xef\x0d\x00\x94\x0f\xc8\xd3\x91\x4a\x4b\x34\x2a\x85\xe0\x49\x28\x43\x18\xa9\x1b\x43\xfd\x68\x80\xc2\x7e\x34\xd0\xb1\x4e\x87\xe5\xf2\xd0\x15\x60\x7f\x9a\xd4\x14\x4c\x6b\xf1\x94\x8e\x85\x6b\xd9\xde\xe9\x60\xcd\xc6\xb2\x8c\xc1\xc5\xfd\x7d\x7f\x00\xa0\xd4\xde\xac\xd3\x14\x2b\x3c\x3f\x14\xc8\xdb\x17\x07\x69\x2c\x56\x51\xa9\x58\x3b\x53\x88\xf5\xc5\x00\x2a\xdf\xa1\x31\xf2\xf7\xe3\x83\xe4\xee\xc9\x7e\x9c\xc4\xe9\x0f\x11\xef\xc7\x83\x2d\x29\x1c\x69\x3f\x1c\x28\xa9\xb3\xed\x83\xa5\x94\x3f\x2c\x89\x00\x28\xaa\x55\xe8\x03\x48\x10\x76\x71\x2d\x46\x5c\x12\x27\x3d\x8c\x20\x4b\x6d\x66\x72\xb7\x84\x14\xdd\x79\x81\xb7\x84\x4c\x59\x98\x64\x4e\x49\xb5\x8b\xd6\xa8\x2f\x06\x69\x58\xfc\xbe\x18\xd4\x8c\xc4\x30\x1b\x79\x32\x09\xdd\xd1\x40\xc0\x30\xd8\xf6\xa1\xf9\x18\xdc\x2d\x33\x4f\xa4\x32\x93\xa2\x30\x4f\xf2\xaa\x20\xb0\xc9\x33\x56\x97\x6b\x64\x6b\xd3\xb4\x25\xae\xcd\x10\x81\xb8\x36\x44\x11\xc4\xb5\xd1\x5a\xfc\x3e\x5c\x63\x4a\xd4\xdd\xdf\x6f\x1a\x06\xa2\x88\xef\xf9\x12\x2c\x21\xae\x71\x94\x57\xd0\x22\x9d\x7b\xe4\x6c\xe7\x35\xea\x72\xd9\x28\xc3\x89\xb5\xf4\x39\x9e\x6c\x9a\xe2\x53\xc5\xd9\x82\x4d\xa4\x98\x63\xa4\xda\x43\xa3\x76\x83\xf0\x93\xd5\x15\x2b\x07\x6d\x74\xec\xfa\x65\xa1\xbc\x7a\x62\x97\x00\x00\x77\xcb\x69\x0c\x01\x15\xed\xb5\x25\xbf\xae\x69\x51\xa4\x5c\x96\xff\x6a\x59\x49\x59\x26\xdd\x97\xa6\x72\xc6\xa0\x52\xdd\xb3\x94\xe8\x70\x8d\xbb\x7c\x53\xd5\x39\x74\xcc\x4e\xee\x9a\xa4\xd1\xad\x20\x4b\x00\x1b\xaa\x42\xe6\xa6\x6d\x4a\x64\x02\x52\x51\xa1\xb7\x77\x71\x6d\xe4\x72\x18\xc1\x82\xa3\x7d\xc9\x44\xcb\xda\x15\x8d\x46\xc6\xcf\xa7\x1d\xbc\x1b\xe2\x5a\x91\xbd\xd4\x4a\x6b\x7b\xeb\x52\x2f\x3d\x3c\x5a\x16\x88\x44\x92\x72\xb0\xac\x97\x80\x0e\x76\xa0\x00\x50\xc8\xe2\x36\x9c\x7d\x3e\x49\xce\x98\x78\xb6\xb5\x39\x72\x1c\xe3\x40\xd7\x98\x29\x7d\x20\x57\x73\x3c\xbc\xfe\x7d\xcc\xa2\x79\x81\xd0\x7d\x22\x98\x8a\x38\x1a\xa2\x58\xcb\x24\x45\xb2\x18\x6c\xe9\x57\x24\x60\x8c\xd2\x10\xff\xa9\x39\xd9\x02\x79\xfb\x8b\x4c\x18\x2f\x2a\x15\x20\xdc\xb8\xbf\x18\xe8\x19\x60\x88\xc2\xbc\xa4\x73\xfb\xed\x0e\x6c\x18\x11\xe7\xde\x35\xf6\x82\x75\xb7\xc9\x97\x04\xd3\x4b\x8e\xcc\x95\x25\x68\xa7\x8e\x90\x66\xa2\x25\x6c\x77\x82\x35\x17\xb1\x6e\x63\x4f\xea\x6f\x46\x14\x20\xee\xb6\xbb\x60\x09\xdb\xdd\x35\x48\x3d\xc9\x50\xc8\xb6\x8a\x86\x70\x62\x75\x58\x2e\xcb\xe5\x2d\x72\xa3\x0d\x76\x88\x47\x61\x98\x45\xcb\x00\xfd\x28\x5d\x13\x0c\x6a\x31\x1f\x66\xd1\x0d\x2f\xea\xfd\x1f\xea\x83\x9d\xcf\xea\xd0\xa9\x3b\xc0\xae\xa1\x4b\x91\x6e\x16\x64\xfa\x81\x27\xad\x55\x9d\x73\xb4\x10\xec\x95\xea\x9a\x17\xb7\x11\x9e\xd1\x61\x51\x64\x6b\x1f\xa1\xb5\x55\x54\x8f\xb9\x8e\x46\x7c\x1b\x5d\x3a\x15\x02\x02\x2b\x41\xa8\x14\xb7\x30\x5e\xfa\x7a\x40\x55\xb0\x84\xd4\x75\xfe\xe6\x46\x1d\xf1\xd4\xc7\xf1\xcc\x81\xfd\x41\xd1\xdd\x28\xee\xb6\x77\xd5\x79\x2f\xd5\xf7\x48\x3b\xad\xea\x4f\xf1\x03\xc0\x7b\x09\xf0\x30\xa4\xf3\x2b\x86\xf9\x68\x33\x70\xc7\x4b\x80\x47\xcd\x2a\x96\x15\xdf\x0c\xdb\xb2\x40\x63\xed\x16\x79\x13\xa8\xef\xb7\x57\x81\xab\xc3\x29\x67\x33\xb9\x78\x7a\x28\xdb\x9e\x9d\x8d\x98\x75\xc2\x43\x19\x3a\x76\x86\x29\x9e\x3f\x58\xa9\x6e\x0a\x8c\x6f\x1f\x22\x61\xc7\xcf\x01\xd6\xe7\xe1\x62\x42\xa3\xba\x6c\x46\x34\xc2\xfc\x81\x8c\x8d\x24\xe3\x18\xc7\xa2\x3a\x22\x64\x5e\x25\x3f\x2f\x70\xf8\x40\x96\x66\x2e\xcb\x8c\xcc\x98\xba\x57\xb8\x09\xbe\x91\xf2\xc2\x38\xc4\xe2\x01\xbc\x69\x77\xd1\x48\x10\x1e\x6b\x52\x56\xd9\x95\xf6\xe0\x56\xc5\xa3\x19\x7d\x80\xb2\x9d\xb6\x95\x3d\xac\x9a\xf8\x51\x63\xc6\x67\x0f\x15\xea\x37\xbc\xcd\xd9\xaa\xca\x37\xe0\x03\xd4\x6b\xa4\xfd\x33\x8b\xc8\x8c\x45\x34\x16\xf5\xd9\x22\x14\xb4\xaa\xcf\xed\x36\x55\xb5\xb3\x9e\x4d\xef\x5e\x6f\xca\x90\x72\x59\x34\xe1\x78\x3e\xad\xa9\xdf\xcd\xf0\xdd\xb4\x51\x1c\x8f\xab\x73\xc6\x1e\xe8\xce\x6e\xca\x01\x82\xce\xe7\xb7\xb5\x87\xd8\xcc\xf7\xd3\xbe\x34\xfe\xf8\xc8\xa8\x3a\x54\x4b\xdf\x07\xeb\xdf\x4d\x59\xe6\x03\xbe\x1d\x1b\x0f\x2f\x9b\x60\x35\x1b\xa8\x45\x2d\x75\x9d\x5b\x3c\x1a\xe1\xcd\xd0\xcd\x5d\x7d\x15\x60\x09\xf6\xdd\x4f\x3e\x01\x02\x33\x4f\xc9\xf5\x46\xff\x81\x63\x02\x51\xc3\x1b\xcc\x98\x0e\x44\xaf\xea\x07\xe4\x50\xf4\xe4\x2f\x12\x3d\x2f\x38\xc1\x27\xcb\x25\x7c\x70\x71\x6b\xe6\xa4\x95\xc0\x0a\xa9\xba\x21\x65\x34\x42\x28\xaa\x85\x6a\x7f\x35\x5c\x89\x01\xb0\x0e\x97\x08\xf1\x0c\x30\x2e\x06\x8c\x16\x92\x0e\x19\x58\x58\x0c\x26\xfb\x7d\x69\xef\x66\x14\x01\x09\x3a\x23\xb9\x7d\x87\x22\x20\x2d\x31\x73\x9b\x10\x45\x60\xf3\x70\x91\x6b\xe7\x74\x03\x18\x5b\x44\xa3\x0c\x6a\xbc\xa1\x62\x78\x92\xc1\xcc\x33\x98\x6d\x77\x9b\xdc\xdf\x27\x1a\x6f\xa6\x60\xde\xdf\xcb\x15\x92\x46\x60\xad\xc5\x66\x4f\xc9\xe9\x17\xe5\x7c\x9f\xe5\xbc\x53\xde\xe1\xd3\x9e\x4c\xb5\xdd\x0c\x78\x62\x33\x54\x02\xae\xfb\x29\x81\x86\xb1\xb8\x0d\x49\x20\x96\x4b\xae\x75\xcc\xab\xc2\x1b\xcb\x91\xf6\x40\x90\x68\xa1\x05\x10\xd4\x82\x98\x16\x42\x30\x0b\xa2\xd8\x9d\x09\xb6\x20\x8a\x6f\x4e\xc7\x16\xc4\xb8\x10\x22\xb4\x20\x58\x21\xc4\xc2\x82\x98\x15\x42\x0c\x2d\x88\xeb\x42\x88\x91\x05\x11\x16\x42\x4c\x2d\x88\xa8\x10\x62\x6c\x41\xfc\x54\x08\x31\xb7\x20\x26\x85\x10\x33\x0b\x62\x58\x08\xf1\xde\x82\x28\x76\x47\x33\x91\x10\xb6\x46\x48\xfa\x24\x61\x2a\xe4\x0d\x90\x63\x9e\x1d\x28\x3f\x24\xf2\x00\xf9\x03\xe4\x24\x2f\xfa\x93\xe6\x2c\xd4\x18\x20\x47\x3f\xea\x64\x39\xe2\x51\x73\x80\x9c\x91\x76\xfd\xd2\x27\x6a\x7c\xa3\xd6\x00\x39\xf2\x41\x27\xe9\xd1\x8c\xda\x03\xe4\xe8\x47\x9d\xac\x47\x2f\xea\x0c\x90\xa3\x1f\x4d\xb2\x1c\xad\xa8\x2b\x53\xe5\x93\xc1\x8a\x27\x68\x57\x22\xc5\x13\x67\xe9\x46\xf7\xf7\x6e\x84\xee\x8a\x1a\x67\x2a\xea\x15\x54\xf4\x5c\xd6\xcc\x37\x95\x95\x2f\xce\xd2\xa5\xf7\xf7\x2e\x55\x98\x9e\x22\x7b\x91\x54\x0c\xc0\x56\xa6\x9d\x6f\xd8\xa8\xca\x56\x89\xbd\xfe\xa0\xa6\x9d\x2a\xb9\x04\x04\xfd\x41\x7a\xa1\xb2\x46\xa3\x4b\xa5\xa6\xa2\x48\x99\xdf\xeb\x7d\x7c\xb9\x04\xac\x11\x3c\x9c\x5a\xa9\x2c\x4b\xbd\xc4\xf1\x6d\x34\xb4\xbe\x61\xfd\x6d\xa8\x77\xa2\xad\x0f\x71\xee\xc3\x5a\xbe\x50\x7f\x96\x8a\x97\x20\x91\xf5\x81\xea\x0f\x34\xfa\x29\x8f\x6f\xa1\xd3\xe5\xbc\x77\x89\xc3\xd0\xfa\x32\x34\xa8\x68\x2e\x75\x94\xa4\x46\xa3\x15\xf8\x69\xf6\xc5\x4a\x1d\xeb\xd4\x10\xc7\x76\xa9\x73\x9d\x1a\xe1\x6b\x62\x03\xcf\xf4\x52\x39\x67\x4c\x6c\xdb\x73\x21\x6f\x9f\x1f\x10\xdb\xfe\x8a\x8e\xd5\x4d\x25\x84\x50\xb2\x99\xb1\xed\xe5\xec\xb9\xd4\xc6\xc7\xf6\xfa\xda\xc9\xe9\x6b\xe9\x5d\x52\x6b\xa1\x81\x83\x10\x5a\x5b\x87\x27\x9b\x32\x66\x05\x0e\x96\x2e\x01\xa6\x94\x3e\x51\x2e\x61\x94\xdb\x97\xc4\xc7\xcb\xca\xbe\x08\x75\x89\xda\x58\x8c\xe4\x93\x59\x3c\xfb\xd9\x06\x84\x70\x79\xc2\x40\x91\xbd\x2d\xcf\x56\xda\x0c\x23\xe4\xed\x47\x59\xab\xa3\x4a\x05\x70\x24\xd4\x8e\x23\x8c\xac\xfd\x0c\x5b\x29\xd0\x7c\x4e\xc7\x2e\x47\xfc\xfe\x3e\xaa\x45\x8c\xcd\xe1\xf6\x6a\x4d\xb9\x9b\x84\x70\xf3\xb6\xb6\x2d\x23\x3a\x70\x27\xd1\xd3\x01\xa4\x76\x58\x7e\xc8\xb2\x3d\xeb\x1e\x77\x05\x08\x2a\x15\x7a\x98\x36\xbf\xc7\xf5\x1e\x0b\x33\xfe\xaf\x23\xed\x25\xc3\xde\xcd\x8c\xb5\x61\x49\xba\x7f\x83\x84\x0b\x20\x45\xde\x3e\xcd\x9a\x47\x2b\x15\x10\x99\x0b\x64\xa6\x12\x96\xff\xf0\x9c\xa6\x62\x9d\x26\x4a\x4c\x5b\xb2\xdd\xf9\x43\x84\x08\xdc\x29\x16\x82\x6b\xd1\x2a\xd2\xbd\x49\x97\x80\x2d\x9a\xb2\xff\xfa\xca\x78\xbe\x61\x69\x0c\x4d\xfb\xc0\x23\xb8\x93\x00\x32\xf9\xd8\x4d\x8b\xa4\x8b\x2c\x5a\x14\x52\x02\x71\x37\x82\x92\x0c\x45\x34\x30\x67\x3b\x02\x09\x4b\x1a\x09\x25\x8d\xf2\x43\x26\x67\xb2\x48\x8c\x83\xa2\x3e\x1f\x58\x61\x35\xf2\xc7\x42\xf9\xaa\x49\xfe\xe3\x8a\xf1\x92\xbc\x45\x19\xa7\x4f\xec\xdd\xb4\x5b\xcb\x65\xd3\xd1\x9b\xda\x37\x7e\xc2\x50\xa0\x63\x37\x1d\x0b\xe0\x8e\x23\xf9\xa8\xaf\x25\x2e\xd7\x47\xc6\xdc\x56\x10\xfb\xd9\x41\xee\xa0\x50\xcb\xb3\x25\x7c\x7a\x89\x51\x9d\xfc\x3f\x6d\x46\x69\x79\xb2\xfd\xdc\xdd\x30\xb1\x64\x57\xea\xd4\xfd\x2f\x65\x39\x4a\xe3\xcb\x10\x47\x93\x05\x9e\x10\xb4\xed\x69\xab\xd9\x90\x5e\x71\xcc\x6f\x8b\xf6\x7f\xb8\xf6\xab\x41\x63\x72\x69\xa0\x8c\x2f\x0c\x22\xa7\x3d\x9d\x7b\x05\xa0\x08\x0d\x75\x45\xed\x32\x16\x64\x1e\x03\x35\x1b\xe5\x2f\x17\x90\xbe\x18\x20\xeb\x22\x07\x86\x31\x0c\xad\xbc\xd1\x5a\xa6\x28\x53\x41\x11\x73\xb3\x4a\xba\x02\xc0\xc8\x18\xdf\xd3\x88\xa4\xb8\x96\xe6\xf0\x91\x68\x3b\xdf\xd5\x6d\x52\x73\x64\x40\x3e\x94\xde\x91\xc9\xf1\xcd\xdc\x75\x7e\xa8\xdf\xd7\x3f\x73\xa4\x7e\x25\xc5\xab\xf5\xa5\xfe\x83\xdb\x0b\x2e\x7e\x00\xbd\x7a\x26\x67\x2d\xaf\x25\xe9\xbe\x1c\x87\x8e\x93\xbd\x45\xd0\x51\xf9\x2e\x62\xb0\xa3\x2e\x6b\x5c\x5c\xc4\x15\x07\x2c\xb7\x72\x14\xcc\x6a\xa5\x45\x6b\x7a\x0a\xab\x46\xd2\x9a\x8f\xad\xaf\xc8\xed\x07\xc6\x47\x25\xe7\x59\x85\x57\x9e\x39\xca\xa9\x56\xc4\x84\x71\xac\xcf\x71\x14\x87\x2a\x76\x39\x8d\x04\x2b\x3d\x93\xa5\x5a\x57\x43\x24\xca\xe5\x63\x7c\xc6\x6b\x52\x0a\x27\x7a\xe2\x15\x8d\x95\x02\x56\x78\x99\xde\x56\x7d\x35\xe0\x3b\x3a\x99\x6e\x82\x1e\xae\x41\xbf\x26\xe3\x4d\xc0\x57\x6b\xc0\xcf\x49\x24\xa4\x7a\x56\x7c\xad\xdf\x5e\x94\xc4\x43\x62\x3c\x3b\x15\x2d\x4e\x72\xb0\x1a\x35\x2b\x46\xcb\x72\xa0\xca\xef\xf7\xa3\x6b\x95\x21\x67\x71\xfc\xe8\x3a\x61\xb8\x98\xc5\x8b\xe2\x05\x87\xbd\x58\x18\x91\x07\x9b\x32\xce\x81\xbe\xa7\xc6\xab\xe8\x23\x6b\x03\x65\x0b\x55\xdc\x10\x7b\x81\x30\xde\x54\x41\xbb\x67\x8e\x46\xa3\x0d\x5d\x32\xb1\xd7\x2b\x9c\x2d\xe6\x85\x50\x97\xab\x50\xc5\xa4\xfb\x60\x2f\x06\xb5\xb1\x40\x01\xd4\xe9\x2a\x14\x29\xc6\x76\x66\xc1\x71\x16\x86\x1b\xea\x76\xbc\x06\x56\x8c\xee\x26\xc7\x4e\xc5\xf4\x7f\x61\xaf\x88\x69\x2c\xd8\x84\xe3\x62\xea\xda\x90\x62\xca\x49\x3c\x65\xe1\xe8\x25\x27\x64\x34\xc3\xd1\x0b\x8a\x87\x2c\xa2\xc5\xf5\x78\x55\x94\xf3\x6c\xc8\x44\x71\x5f\xbf\x2e\x04\x17\x0b\x3e\xd9\x40\xb6\x9f\xec\xb5\x32\x2e\xee\x82\x97\xb9\x11\x33\xc3\x37\xaf\x36\xf6\xd6\x2f\x36\x20\xc1\xc5\x74\xfb\x3c\x07\x34\xa2\x1b\xc0\xbe\xce\x81\xf1\x49\xf1\x96\xc2\x97\x36\xd4\x86\x8e\xfa\x26\xdf\x00\x1a\x6d\x6e\xc0\xcf\xf6\xaa\x9e\x0e\x8b\xcb\x7c\x6e\x01\xcd\x31\xe5\xc5\xa4\xfd\xcc\x86\x22\x7c\xb6\xd8\xe0\xe3\xf5\x0b\x0b\xee\xe7\x05\x8e\x04\x0d\x8b\x01\x4f\x72\xcd\x48\x40\xcf\x18\x57\x97\xcb\x0a\x33\x5c\xe5\x32\xd0\xe1\x75\xb2\xf4\x2e\x80\xfe\x2e\x87\x9e\xe3\x68\x03\xc5\xbf\xca\xc1\x85\x04\xc7\xc5\xf8\xfe\xb0\x0a\xb5\x99\xea\xbf\xcf\x49\x0c\x82\x05\xd9\x80\xf3\x8f\x05\x80\x9b\xd1\x7e\x6f\x41\xc7\xc3\x0d\x6c\x46\x88\x0d\x35\x5d\x8c\xc7\x1b\xc8\x2f\x0a\x00\x8b\xc5\x24\xcf\x41\x6e\x90\xb8\x91\x0d\x24\x64\xd7\x14\x82\x5d\xe7\xa8\x2d\xe1\x5e\x45\x43\x4e\x66\x9b\xa4\xfd\x75\xae\xcf\x25\xfc\x99\x20\xc5\xb2\xf0\x3a\x37\x79\x2b\x35\x63\xae\xee\x08\x17\x4d\xb0\x76\x6d\xdf\x63\x4e\x71\xb4\x61\x70\xd8\x7b\x5a\xbf\xd0\xe2\x92\xb1\x8d\x8d\xbc\x27\xfc\xb6\x78\x33\x30\x47\x47\x56\x1c\xef\xbb\x14\xda\x50\x63\x1a\x6e\xd2\x27\x16\x24\x27\xc5\x8a\x6b\x36\xb4\x81\x38\x19\x2d\x36\xb4\x72\x94\x87\x7b\x4f\xf8\x06\xc2\x4d\xf3\x6d\xe0\xc5\xbd\x36\xb6\xa1\x46\x74\x3c\x26\x9c\x6c\x24\x70\x1e\x36\xfe\x89\xd1\x0d\xbc\x30\x23\xb9\xc9\x33\x3b\x37\x2b\x9e\xdc\xf3\x5c\x7b\xa5\x0e\x6d\x0a\xe0\x6e\xf3\x70\x73\x89\xb5\x18\xf2\xca\x86\x5c\x44\x9b\x0a\xbe\x24\x89\x21\x98\xda\x5b\x33\x2b\x21\x0f\x40\x26\x5f\xbb\x60\x2b\xbf\x5b\xa1\x6d\x23\x39\xf2\xb6\x72\x8a\xb5\x32\xf5\x50\x56\x93\x25\x65\xf9\x21\x97\xd2\xdb\xc6\x5c\xb2\x12\x81\x43\xf9\x58\xa9\x70\x65\xa1\x6b\xac\x2b\xab\xfe\x56\x92\x89\xda\x99\x5c\x8a\x84\x4b\x61\xa5\x12\x41\x02\x80\xb2\x9b\xac\x50\x70\x88\xa8\xc2\x50\xb0\x56\xb4\x4f\x4c\xbc\xfb\x64\xad\x58\x78\x54\xb2\xed\x92\x43\x0f\x14\x1e\x90\x14\x9d\x11\x38\x1a\x95\x43\xa3\x12\xe9\x91\x40\x6f\x39\x8c\x39\x93\x4b\xcf\xe2\x03\x14\x81\x0e\x89\x5b\xab\xd5\x44\xce\x7c\xd3\x32\x0d\x5b\xb7\xa5\x16\x6a\x59\xa4\x70\xbb\x04\x40\xb3\x75\xa6\xef\x2c\xf6\xf9\x20\xcb\xd0\xe7\x83\xd4\xa0\xb7\xc0\x52\x5a\xf4\x45\xb6\x4c\x56\x56\x6d\xb5\x39\x9b\xbb\x40\x76\xa8\x2b\x90\xa8\xcd\xf0\xdc\x5d\x00\xa0\xfe\x6a\x7f\x0b\x29\x3c\xc4\x56\x25\x58\xc5\x07\x6a\x33\x51\x72\xc1\xc8\xb8\x54\x66\x07\xde\xfd\x3d\xad\x49\x39\xe0\x86\xc9\xde\x5a\x69\xa4\xba\x70\x7f\x1f\xdc\x8d\x8c\xb3\x42\x85\xdd\x5c\x8e\x90\xd5\xef\x93\x81\xb1\x8e\x25\x88\x69\xe8\x4a\x05\xf7\xc9\x00\x21\x44\xfb\x64\xb0\xaf\x56\x68\x6a\x77\x2e\xdd\x8d\xe9\x8d\x14\x96\x08\x04\xa3\x2d\xdc\x27\xd5\xea\x00\x79\xcb\x65\x7e\xff\x22\x5d\x6d\x7a\x30\x42\xa9\xdb\xa1\x97\x21\xc3\xa2\xd3\xb2\x3b\x0a\x66\x4c\xda\x23\xe8\x90\x57\x50\x85\xdc\xdf\x7b\x01\xd5\xcf\x92\xd5\xa2\x4a\x05\x12\x70\x7f\xef\x01\x65\x34\x37\x2e\x3e\x31\x14\x07\xa4\x57\xf5\x03\x71\x48\x7a\xf2\x17\x11\x73\x62\xb8\x65\x6f\x5a\xa4\x03\x44\xd6\x0a\x52\xe4\x41\xb6\x71\xa8\x60\x9b\xeb\xb1\x32\x48\xaf\x60\x70\xa8\x1e\x39\xc2\x55\x0a\x69\x05\xf1\xba\x1c\x08\xac\x82\xf8\x8e\x8b\xab\x14\x80\x6c\x08\x61\x7b\x08\xc5\xb9\x21\x14\x23\xe1\xc6\xb0\x52\xc1\x66\x08\xc5\xa8\x12\x83\x43\x14\x2b\xcc\xf1\x3a\xe6\x58\x62\x5e\xd2\xb1\x1b\x1d\xfa\x49\x37\xb0\xba\x1b\x55\xfd\xfc\xb1\x9a\x6c\x9e\x66\x41\x8e\x74\x6b\xd3\x5d\xcd\xde\x1b\x2c\xa6\xb5\xf8\x67\x2e\x5c\x0e\x02\xae\x28\xf9\x7e\x85\x92\x86\x32\x05\xf4\x30\x46\xe8\x76\x23\x68\xb9\x9c\x41\xf1\x1e\x55\x12\xc0\xe5\x28\x42\x14\x04\x2e\x3f\xd4\x6f\x14\xc0\xe8\x80\x2a\x39\x43\x81\x4d\x1d\x6a\x53\x87\xe5\xa8\xc3\x90\x70\x19\xac\x54\xa8\xa1\x8e\x55\x0a\x3b\x44\xcc\x94\xc2\x54\x29\xfa\x8d\xc9\x52\x98\x2a\x85\x81\xd4\xc8\xb2\xcf\x61\x34\x48\x6c\xfe\x27\x2b\xee\x6a\xb5\x4b\xc2\x39\xe6\x82\xe2\x50\x07\x49\xb4\xb9\xd3\x6d\x36\xcc\x85\xf4\xcb\x08\x79\xc9\x55\x18\x4d\x06\xe3\xa6\x3d\xcd\xbc\x95\x88\xdc\x54\xc8\xaa\xdd\x35\x93\xbb\x5c\x8e\x0e\x9a\x0d\xb5\xc5\x76\x97\xd8\xf2\x8b\x7e\x34\x80\x0c\x91\x0a\x85\x18\xa9\x8e\xc1\x57\x52\x4c\x1e\xa4\xcf\x14\xf4\x48\xd5\x65\x55\x0a\x02\x2a\xff\x12\xb0\x85\xf5\x5d\xeb\x4a\x65\x80\x30\x80\x04\xb1\xa5\xb5\xc7\x91\xdc\x0c\xbf\x8c\x10\xaf\xf8\xea\x59\x5f\x38\x3b\x1d\xbb\x49\xb9\xa4\xa8\xde\x26\x60\x86\xf9\x14\x25\xe3\x81\x1e\x7a\x5a\x2a\x32\x44\xfa\xd5\x2a\x1d\xec\xd3\x43\x4f\x56\x00\x31\xc8\x4d\x92\x14\x51\x15\x39\x92\xb8\xac\xa1\x00\x70\x3b\x02\xfb\xc0\x00\x46\x07\x5e\xb9\x4c\xfa\xb4\xea\x0f\xa4\x68\x8a\x0e\xd3\xd7\x43\x0f\xa8\x4e\x6b\xec\x44\x50\x20\x56\xe1\x90\x23\x24\xaa\xb2\xfb\x18\x12\x99\x89\x2c\x5b\x2a\x26\xbd\x5a\x61\xd2\x84\xbf\x65\x8f\x4d\x1e\x9e\xe5\xf4\xe4\x56\x2e\xeb\x0b\x4a\x11\x78\x78\x7a\x93\x13\x59\x6e\x66\xd3\xd9\x68\x52\xa1\x0a\x5f\xc2\xc2\x5d\x3f\x62\xc9\x98\x4b\x75\xce\x65\x66\x13\xb1\x3e\x9b\x70\x4b\x90\x8b\x43\xbf\x27\xaa\x7e\xe0\x01\x18\x21\x5f\x72\x8c\x3e\x93\xe8\x47\x55\xdf\x9e\x57\xa2\xf4\x4c\xec\xc8\x25\xf0\x16\xde\x42\x6e\x0d\xfb\x0f\x7f\xf6\x12\x33\x71\xbd\x52\xf4\xf1\xea\xa9\xd2\x5a\xe1\x91\x55\x38\x3f\x6c\xf4\x78\xb5\x11\x28\x15\xa6\xb1\x4f\x0f\xb8\xde\x99\xef\xd3\x6a\xc3\x2e\x9c\xae\x34\x57\xb9\x8d\x4b\xcb\xbc\xf9\x0b\x94\x69\x35\x38\x5f\xf8\xe9\x5f\xa0\x77\xdf\xe4\x48\x7c\xf6\x97\xec\xdd\x7c\xd1\x6f\xcc\x31\x8c\xb6\xc4\xd8\x14\x7e\x61\xb4\xd0\x3e\xe8\x48\xe9\xda\x0e\xc5\x4b\xfa\x9e\x75\x16\x70\x94\xdd\x59\x4b\x74\xfa\xe4\x13\xd1\xce\xb8\xa5\x0a\x73\x88\xa2\xb5\x73\x35\x9a\x5c\x08\xc2\xe9\xb5\x9e\x18\x45\x7d\x56\xa9\x0c\x94\xf8\x0a\x93\x81\x6c\x44\xb3\x1c\xca\x34\x13\x78\xb1\x2b\x60\xa5\x12\x42\x2a\x15\x37\x9c\xdc\x17\xe2\xbd\x34\xb6\x44\x80\xcd\x25\xa1\xbe\x18\xa8\x6b\xb6\x1a\x51\x5f\x40\x3e\x60\xe3\x12\x06\xd8\xdc\x06\x22\x2e\x87\xcc\x3e\x74\xc4\x60\xe9\x12\x68\x74\x92\xb7\x68\xe5\xbc\x0b\x9e\xa3\xb7\xfa\xa8\x12\xbe\x43\xee\x5b\xa9\x30\xc1\x02\xd1\x51\xb0\xe2\x5e\x2e\x01\xbc\x46\xdc\xdd\xb5\x54\xfb\xe7\xc9\xb6\xb5\x92\x5d\xa9\x52\x97\x4c\x27\xfa\xbc\xd5\xbd\xae\x5d\x01\x03\xa8\x44\x38\x42\x28\xba\xbf\x57\xd7\x9b\xee\xef\xb7\x69\xfc\x92\x46\x54\x10\x97\x66\x47\xaf\x50\x0c\xb6\xe8\xa1\xd7\x73\x89\x9e\x85\xc6\x21\x63\xdc\x25\x75\x0a\x76\x28\x14\x3a\x6d\x48\x68\xe8\x0a\x95\x04\x02\x2a\xa5\x7a\x02\xad\xbe\x90\x1d\x0a\xea\x29\xb0\x46\x20\x54\x9a\x3a\xb0\xd5\x32\xfc\xa7\x22\xb1\x99\xe1\x50\x4f\x21\x9b\xb8\xca\x9e\xbe\xae\x5e\x5f\x9f\x34\x40\xc5\x5f\xc2\x17\xab\xc1\x87\x09\xba\x85\x02\xbd\x87\x1c\xfd\xb4\x65\x9d\x4f\x53\x70\xa7\xbb\x80\xc6\x7a\x34\x50\xa0\x0c\x17\x2c\x5d\x93\x9a\x85\x14\x53\x37\x63\x68\x32\x84\x42\x6b\x08\xc5\xda\x28\x9b\x21\x6f\x9f\x1d\xc4\xfb\x95\x0a\x03\x61\x9f\x0d\x10\x71\x69\x9f\x0d\x20\x83\x54\xa3\x58\x20\xe1\x86\x00\x0e\xd1\xa2\xef\x0d\xe0\x08\x2d\xfa\xfe\x00\x4e\x11\x77\x43\x38\x84\x23\xb0\x95\xaf\xca\x54\x56\x65\x8a\x2a\x72\x31\x81\xd0\xfb\x72\xd9\xed\x0f\xe1\x68\x80\x9e\xbb\x43\x38\x82\x53\x00\xa0\x3b\xcd\x3a\x11\x83\x24\xb9\x3f\xcd\x56\x0c\x08\xa1\x91\xba\x6b\xa3\xd6\x0c\xe9\xb1\xe4\x18\xa5\x37\x63\xa6\x7d\x6f\x70\x80\x86\xd6\x0d\x19\x58\xad\x8e\x35\xb3\x4c\xfb\x63\x39\xf3\x8e\xe4\x47\x85\x41\x7d\x92\x08\xe6\x70\x66\xb5\x7f\x5c\xf1\x6d\x0a\xa0\xb1\x22\x81\x3b\x47\x33\x49\x85\xfe\x00\xd4\x6e\x3c\xc4\x0e\xbd\xde\xb4\xcf\xaa\xfe\x20\x18\xc2\x79\xed\xc6\x47\xec\x60\x2c\x53\x06\xc1\x68\x8d\x7c\xc3\x03\xe4\x62\x24\x89\x08\xca\x65\x7c\x20\x1b\x31\xeb\x9b\xb6\x46\xb5\x11\x70\xa7\x10\x43\x0f\x8e\xc1\x20\xb9\x46\xc4\xb2\x23\xcc\xd9\x32\x3d\xc2\x50\xca\x0c\xb2\x8f\xd3\x92\xed\x92\x55\xb3\x6d\x97\x14\x2e\xbf\x7a\x22\x78\xe7\x0a\x00\x29\x08\xc8\x12\xd2\xda\x88\xcd\x30\x8d\x8a\x18\x73\x1d\xa3\x28\xc2\x28\x97\x9c\xef\xdc\xbe\x94\x74\x90\xf4\xfd\xc1\x40\xe1\x16\x12\x77\xba\xbb\x1c\x3f\x0d\x3f\xdf\x84\x3f\xcf\x47\x04\xf4\xde\xb9\xe7\x89\x11\x05\x08\xde\xc9\x05\x29\x95\xda\x3c\xa4\x4b\x78\x82\xb8\xbb\x07\xe0\xab\xb5\xdb\x3a\x6b\xe3\xcd\xe5\x55\x01\xea\x6e\x63\xc7\x35\x1d\x71\x22\x99\x8e\xc0\x5a\xb7\x0d\xaa\x2b\x49\x8d\x36\x00\x3b\x2a\xeb\x9c\x7d\x50\x03\x14\x56\xfd\x7a\x53\x39\x91\x7e\xfd\xe4\xa2\x9a\xb5\xf6\x8e\x5c\x95\x6f\xc2\xf4\x12\x71\xd7\xb7\x25\xde\x2f\xf9\xb5\x5a\xd5\x87\x6a\xc1\xb0\x69\x65\x62\x16\x10\x72\xcd\xa0\x17\x11\x6a\x5d\x70\xc0\xee\xef\xb3\xc5\x43\xb9\x2c\x57\x0f\x5a\xf7\x64\x52\x36\x59\x17\x92\x1f\x5f\x84\x3c\x8e\x6c\xfd\xd8\xfd\xf3\xdc\x8e\x8c\x5a\x08\x17\xeb\xab\x6b\x0b\xab\x6c\x4f\xc5\xad\x48\x15\xbb\x92\xd4\xf6\x63\xd7\x4e\x0c\x55\x18\xd0\x8b\x26\x83\x88\xa9\x85\x24\x4f\x57\xf3\x75\xbd\x16\xfc\xfa\xa1\x2b\x35\x29\x37\xb4\xa1\x00\x96\xb6\xfb\xa5\xc5\xd5\x96\xa0\x4d\xbe\xef\x24\xca\x8b\x35\x39\x13\x70\x4b\x49\x38\xda\x11\xca\x06\x48\x15\xfd\x8d\xec\x7c\xdf\xea\xfc\x9f\x3f\x45\xe7\x1f\x7e\xca\xce\x7f\x14\xd9\x7a\xe7\x7f\x26\x1b\xaf\x56\x58\x6b\x5a\xdb\xa1\x5f\x2e\xa7\xb7\xab\x33\xbd\xcc\x1f\xf4\xec\x97\xe0\xdb\xad\x64\xad\xd3\xd7\xca\x8e\x5c\xa7\x6d\xdb\xea\x8e\xa9\x35\xcd\x82\x65\xb9\x91\xd4\x52\x60\x84\x98\x84\xf5\x0a\x8c\x9a\xbe\xb5\xfb\x57\xa9\x00\xaa\x13\xbe\x28\xee\x7f\xab\x57\x05\x14\xe8\x90\x28\x3d\x09\x7e\x87\xb8\xdb\xe8\x00\xf8\x15\xe2\x6e\xb3\x63\x75\xdd\x1f\xd2\x56\xc3\x75\xd5\xfc\x89\xed\xa6\x35\x0c\x23\xd9\x50\xa9\x7c\x4a\x7a\x27\x5a\xa1\x42\xcc\xac\xf6\x9b\x2d\x9a\x54\xdd\xe3\x2e\x06\xfb\x6e\xd4\x33\x5c\x4b\x35\xd7\x32\x70\xe0\x05\x5e\x6a\x97\x96\x24\xeb\xae\x15\x08\xcb\x95\xb8\xba\xef\x09\x96\xcb\x94\x29\x72\x3b\x1e\x6e\xd4\xe3\x2e\x85\x22\x41\x24\x5f\xa8\xc9\x4e\x75\xd6\x54\x31\xcc\x28\xfd\xfb\x4f\x43\x8b\x35\x32\x24\xa7\x71\x6a\x1b\x6f\x2b\x59\xce\x42\x96\x57\x85\x69\x32\x2a\x18\x94\x8b\xf1\x5e\x56\xef\x20\x69\x4b\xd6\x00\x56\xc4\xc1\x7f\xfc\xab\xec\xcb\xc3\x4f\xd5\x97\x87\x1f\xd3\x97\xdf\xff\x79\xfb\xf2\x97\xdf\xd8\x97\x87\x8f\xf5\x25\x21\xf9\xdd\x93\xdf\xe7\x77\x07\x0f\xbc\x9e\x6e\x80\xd9\x19\x14\x04\x71\xa2\xf5\x72\x1d\xb9\xd2\x1a\xe2\x9c\x14\x2d\x60\xd2\x79\xee\x57\x12\x47\x4e\x8f\x6b\x59\x1b\x85\x59\x1b\x76\xd6\xc6\x20\x48\xf6\xc9\x21\x45\x51\xd5\xe5\xa8\xc2\xb5\x0e\xbb\x4f\xd3\x35\x52\x84\x88\x0b\x76\x68\xb5\x7a\xef\x41\x86\x44\x9f\x56\xf8\x60\x4b\xff\x41\xa2\x1f\x55\xf8\x00\xea\x3f\xd6\xae\x9a\xb5\xa3\x1d\x91\x8f\x38\x5b\x49\x76\x9d\x5c\x5e\x41\x1f\xbd\xe7\x24\x33\xa5\x3b\x4e\x25\xdd\x19\x94\xe4\xb4\x48\x3a\x76\xb7\x5d\x9a\x2d\xc9\x93\xd5\x5c\x66\xab\x28\x24\x0b\x25\xf7\x89\xdd\x6f\xcc\xc8\x21\x20\xbf\x35\x02\xf6\x2b\x15\x71\xc0\xf7\xd3\x6b\xc0\x54\xb1\x1d\xc4\xfa\x52\x79\x06\x49\x25\x24\x3b\xa0\xfb\x00\xab\xb5\x50\x9f\x0d\xfa\x62\x90\x31\x99\x75\xdb\x86\xe4\x2e\x8e\x98\x93\x1e\x15\x68\x8b\x14\xf8\xcf\xa1\x24\x33\x05\xb5\xd5\x8a\xc4\x1b\x35\x1d\xbb\x99\x5e\x9c\x1e\xfc\x08\x6b\x13\xe2\xfc\x76\x4e\xcc\x46\x84\x20\xb1\x8a\x99\x18\xa9\xe0\x55\x69\x36\x60\x76\x67\x73\xe3\xc9\xf4\x94\xa4\xa4\x9c\x31\xa5\x66\x94\x1a\x24\x6f\xfb\xa6\x65\xb6\xfd\x73\xf8\x97\xab\xd1\x7a\x85\x92\x59\x7c\xdb\xb7\x4e\xc6\x3e\x69\x85\x56\xf5\x8c\x42\xe9\x93\xf1\x69\xaa\x6e\xd0\x22\xab\xe9\xe1\x83\x55\x5b\x77\x8a\x55\x5c\x57\xed\xfa\x2c\xa9\xad\x02\xbe\x0a\x89\xf6\x26\xfd\xf4\x16\xcf\xf0\x7c\xae\x83\x80\xae\xb5\x79\x5d\xc1\x21\xd0\xe5\x30\x02\xe8\x50\xa8\x6b\xf0\x24\xe7\xe3\x85\x58\xb6\xe0\x4f\x2f\x5f\x1f\x92\x17\x57\x20\x95\x4c\x6b\x14\x71\x8d\xbf\x1a\xc8\x20\x36\x8a\xef\xaa\x68\x3c\x68\xaa\x9a\xb8\x77\x23\x16\x91\x80\x9a\x0b\x4d\x7c\x89\xa2\x5a\x44\x6e\x84\x3a\x56\x34\xfc\xb3\x5f\xa9\x60\xb5\xb3\xb5\xbf\x02\xcd\x6c\xe8\x6d\xba\xaf\xac\xe1\x39\x64\xe6\x60\xaa\xa0\x6b\xa7\xc4\x08\xa0\x3f\x47\xc7\x16\x74\x08\xa8\x19\xeb\x01\xdb\xf8\x7d\x4c\x7e\xb3\x66\x6d\x66\xe2\xbf\x58\x2b\x62\xc6\x85\x6b\x9f\x39\xcf\x55\x1b\x88\x12\xb2\x67\x7a\x53\xf2\xd3\x6f\xf2\xae\x8c\x60\x0e\xd6\xf6\x49\x49\xe2\x85\xad\xd0\x0e\x7d\xb6\xa2\x33\x88\x02\x46\x35\x53\xca\x19\x11\xeb\x02\x43\xb9\x2f\x51\xce\xe4\xa8\x25\x5c\xd5\x59\x33\xd4\xe0\xfb\xee\x5d\x72\x13\x4f\x71\xa6\x58\x22\x9e\x70\x64\xb9\xbc\x2d\xf4\xe9\xb3\xb9\x4e\x42\x63\x15\x07\x20\xc3\x14\x25\x7e\xe7\x96\xeb\x02\xfb\x7d\x6e\x26\x2a\xd1\x28\x16\x38\x1a\x2a\xdf\x22\x44\xf4\x48\x90\x11\xde\xba\x30\x48\xfe\x3c\x9b\xed\x76\x37\x43\x8e\xb8\x3a\x3d\x7f\x4f\xc0\x16\x09\xd6\x68\xb6\xd2\x45\x5c\xcf\x51\x09\x11\xef\xd2\x0e\xd3\xfb\xe2\x82\x46\x0b\x52\x22\xcb\xf5\xbe\xbb\x5a\xe9\xbb\x22\x21\xb3\xb9\xef\x44\xbe\xef\x92\x92\x9e\xdc\x77\xba\xdf\x44\xd6\x55\x0a\x9b\xee\x2d\xb8\xd2\x9d\xfa\x8a\x41\x41\x17\xde\x92\xdc\x4a\xf4\x8a\xb8\x02\xda\xdd\x75\x49\xac\x93\x4d\xbb\x21\x4f\xe9\x3d\x60\xae\x40\xa4\xbd\xf6\x2b\xc6\x8e\x6c\x8f\x3d\x70\x1e\xb1\x32\xcf\xb4\x49\xdb\x3e\x22\xef\xf4\x85\x64\x27\x08\x99\x44\x50\xee\x59\x84\xae\xa4\xb0\x4e\x6f\xf8\x13\x6e\xad\xae\x5e\xb0\x96\xb5\xb2\x0a\x41\xd6\x2d\x2d\xc4\x75\x2c\xdf\xe4\x90\x1c\x3d\xda\xa2\x07\xaf\x5e\xda\x17\x5e\x8b\x2b\x88\x1f\xbd\x56\x1b\xe7\x6c\x9f\x9a\xc0\xde\xf0\x2f\x74\x30\x9e\x6d\x41\x92\x0a\xdf\xb1\x55\x78\x96\xbb\x27\x52\x25\x99\x61\x84\x44\xc5\x0f\xfd\x5d\xef\xfe\x9e\x1f\x54\xfd\x5d\xaf\xc7\xab\xcd\x8e\xa7\xb7\x2a\x39\x5b\x44\x23\x97\xd7\x9b\x1d\x0f\x04\x1c\x04\xe9\xce\x35\x06\x2e\x8d\x4f\xf0\x89\x4b\x40\x4f\x04\x36\x5f\xe2\xbc\x5f\x11\x97\xa0\x0a\x01\xbd\x38\xf3\x9f\x62\xef\x94\xf2\xaa\xe8\x6d\xd8\x44\x35\xa7\x2c\x73\xf6\x41\x2d\x0e\x93\x23\x16\xf9\x2e\xc1\xaa\x04\x72\xe4\xd7\x79\xd6\x45\x51\x7e\xff\x55\x65\xac\x44\x3b\x12\x78\xb9\x54\x97\x27\x49\x51\x03\x04\xe8\xf1\x40\x80\x65\xfe\x7a\xd9\x03\xb4\x7a\x88\x0a\x4f\xe3\x98\xc7\x2f\x51\x17\xdb\xec\xb2\x47\x2f\xfc\xe2\x47\xaf\x59\x5f\x3e\x7a\xad\xf8\xe6\xd1\x6b\xd6\xa7\x8f\xf2\xf6\x99\xcd\xb9\xed\x1c\xe3\x82\xbb\xa5\xbe\x9c\x53\xeb\x42\x8c\xfc\x3a\x83\x31\x72\x2e\x2e\xe2\x1d\xb7\x5f\xa9\x0e\x7a\x17\x17\xa3\x0a\x90\xaf\x0e\x0c\x57\xd2\x77\x2e\x2e\x6a\xea\xbb\xdb\x0b\xfa\xe4\x78\x90\xc1\xf7\x4c\x8e\xc5\x47\xe4\xf8\x07\x3a\xcb\x10\xd5\x7f\xf8\x9d\xdb\xf7\xaa\x7b\xb8\x3a\x1e\xdc\x35\xe1\xee\x12\x7c\x56\x87\xa3\xfc\x3d\x21\x3e\xb9\xba\xb8\x70\x9d\x4a\x3f\x86\x31\x8c\x07\x15\xe7\xe2\x02\x7c\xe6\x00\x38\xdd\x00\xb6\x80\x0b\xb8\xc8\xc0\xc6\x6b\x60\xd8\x42\x07\xc3\x0c\x72\xbe\x09\x52\x61\xb4\x21\x67\x79\xc8\x69\x1c\x6a\xc0\x30\x5f\xf4\xfb\x35\x30\x6c\xc1\xd9\x08\x27\xe8\x0e\x87\x74\x48\xae\xe4\xac\xe6\xb7\xbb\x7b\x8d\xe6\x6e\x13\xe2\x48\xd0\x9f\x17\xe4\xc3\x94\x0a\x12\xf8\x9d\x56\xab\xd5\xec\xb6\x21\xfe\x79\x81\x83\x4e\xbb\xdd\xd4\x8f\x33\xcc\x69\x44\x82\xdd\xe6\xee\x6e\xbb\xd3\x82\xf8\x97\x05\xd7\x28\x5a\x7e\xb7\x0d\xaf\x08\x9d\xc8\xbc\xbe\xbf\xd7\xe8\x78\xf0\x8a\xc6\x3f\xcb\x12\x3a\xdd\xae\xd7\x68\xb5\xe0\x55\x88\x87\xd7\x81\x27\xff\x46\xc3\x29\x19\xe1\x70\xc6\xa2\x91\xfa\xde\xf0\x5a\x6d\xa8\xea\xd3\x68\xeb\x87\xf7\x94\x85\x44\x04\x7b\x5e\xbb\xdd\xf0\x1a\xf0\x8a\xb3\x0f\x51\xe0\x7b\xbb\x8d\x56\xa3\xd9\x82\x57\x0b\x1e\xde\x7e\x60\x6c\x14\xf8\xad\xf6\x5e\xa7\xd1\xf4\xe1\x10\x8f\x88\x50\x28\x3a\x8d\x4e\xa7\xdd\xd8\x85\xc3\x29\xe6\x82\x93\x45\xac\x2b\xdc\x6c\x37\xe0\x70\xca\x86\x2c\xc4\xb2\x85\xcd\xee\xee\x5e\xab\xeb\xc1\x21\xe3\x38\x94\x95\x68\xb5\x1a\xdd\x86\x7c\x8d\xc6\x21\xfb\x40\xb8\xc6\xd5\xde\xf3\xf7\x76\x7d\x95\x1c\xd3\xf0\x5a\xd5\xb6\xdd\xdc\xdd\x85\x43\x4e\x67\x31\x8b\x02\xbf\xd5\x6a\x34\x7d\xcf\x83\xc3\x5b\x1c\x19\x52\x8d\x30\xbf\xd6\xd4\x6d\xee\xa9\x17\xf5\xad\xd9\xee\x36\x9a\xea\x75\xc2\xc2\x11\x89\xb8\xac\x7e\xc3\xdb\x6b\xec\x19\xa8\x09\xc7\xb7\x81\xef\xfb\xfe\x9e\xe7\x77\x4d\x0a\x21\x51\xd0\x68\x77\x3c\x2f\x79\x5f\x81\xb8\x9e\xe2\x6b\x1a\xf8\x8d\x56\xb3\xd9\x68\x6b\x34\x33\x3c\x21\x91\xc0\xc1\x9e\xef\xed\x75\x5a\xba\x44\x16\xd2\xf7\x44\x63\x6b\xb7\xf7\xba\x7b\x7b\x1a\x94\x29\x0b\x7f\xd5\xfa\x6e\xbb\xe1\x99\xb4\xe1\x94\x8e\x02\xdf\xf3\x5a\x9e\xe7\x37\x54\x1a\x27\x23\x85\xae\xed\xb5\xd4\x7b\xac\xfa\x2e\xf0\xdb\x4d\x6f\xb7\xe5\xeb\x7c\x31\xc1\xba\x80\xbd\x96\xbf\xb7\xe7\xeb\x02\xd4\x9d\x35\x45\x8a\x56\xb7\xd9\x6a\xb6\xba\x59\xaa\x6a\xad\xa4\x5c\x6b\xaf\x6d\xa7\x92\x7c\xaa\x58\xf0\x9f\x17\x8c\xc6\x24\x68\x37\xf6\x5a\x3a\x2d\x61\x8e\xce\xde\x5e\x5b\xd2\x8e\x90\xf9\x9c\x46\xaa\x73\xfc\xce\x9e\x2c\x84\x90\x79\x7c\x7d\xab\x0b\xde\xf3\xdb\x3e\x1c\xd1\x99\x2a\xb0\xb3\xe7\xed\x36\x3a\x6d\xfd\x4e\xac\x77\x36\x9a\x98\x3e\x6f\x78\x5e\xd3\xdf\xdb\x83\x63\xca\xc9\x15\xa7\xc3\xeb\xc0\x97\x04\xf2\x5b\x1d\x38\x0e\x25\xb7\x24\x63\xa4\xdb\x6d\xef\x35\x3c\x38\x66\x9c\xc4\xc2\x74\x55\xa3\xd3\xdc\x6d\x35\xe0\x78\x31\x9c\xc6\x14\xab\x1a\xf9\x7b\xcd\x36\x9c\x60\x1a\xc5\x57\x8c\x33\xc9\x30\xdd\x56\xab\xe3\xc1\xc9\x94\xc5\x22\xc1\xd5\xf4\x3b\x9d\xae\x0f\x25\x67\xc8\x4c\x9d\x4e\xb7\xe1\x41\x8b\x4f\x5a\xcd\xc6\x9e\x2f\x93\x64\x23\x76\x5b\x0d\x5f\x76\x85\x2e\xb3\xd9\xe8\x76\x76\xf5\xf3\x2d\x09\x43\xf6\x21\xf0\xfd\x96\xd7\xf4\xda\x6d\xa8\x9a\x98\x40\x4f\x59\x44\x6e\x47\xe4\x83\x19\xb0\x1d\x0f\x4e\x99\x48\xe8\xd6\xdc\xed\xb6\x3c\x48\xa3\x11\xc5\x91\xec\x6d\xbf\xd9\x6a\xef\xb6\x1b\x2d\x95\x34\x61\x8a\x8a\xcd\xa6\x07\xe9\x7b\xc6\x6f\x55\xdb\xbb\x0d\xcf\x83\x86\xfd\xda\xdd\xdd\x6e\xa7\xe3\xc1\x10\xbf\x27\xd1\x88\xf0\xc0\x6f\xfb\xcd\x86\xe4\x8c\x24\xe5\x2a\x5c\xc4\x53\x95\xaf\xd9\xec\xb4\x61\x88\x3f\x44\xba\xf6\xbb\xfe\x9e\xb7\xd7\xed\xc0\x90\xcc\x58\x34\x9c\xd2\xf1\x58\x32\x96\xa4\xed\xee\x6e\x1b\x86\x74\x32\xd5\xa3\xda\xf7\x9b\x7b\xcd\x46\xbb\xa5\x93\xcc\xa8\x6d\x77\x3b\x7e\xbb\xd9\x31\x69\x72\x90\xf9\xad\x6e\xab\xdd\xde\xdb\xd3\x49\x29\x01\x13\xc2\x74\x5a\xad\xdd\x86\xac\x96\xfa\xaa\xc6\x5b\x73\x77\xb7\xd1\x6c\x34\x93\x24\xcd\xc1\x7b\xbb\x8d\x76\x27\x4d\x5a\x85\x4a\x88\xd6\xde\x6d\x75\x4c\x1d\x93\x11\xd1\xe9\xb6\x1b\xdd\x4e\xc3\x24\x26\x43\xa2\xe1\xb7\x1a\xbb\x7b\xa6\xd8\x84\x31\x77\xf7\x3c\xaf\xd9\x32\xa5\x64\x43\xa2\xbb\xdb\x6c\x76\xdb\xcd\x5c\x32\x59\x4d\x16\x84\x84\x86\x2c\xed\x5d\x39\xb4\x74\x7a\xda\xcc\x6e\xb7\xeb\xef\xca\xc4\x99\x94\x61\x8d\x5d\x4f\x3d\x1a\x7e\x69\x36\xf6\x64\x57\x86\x34\x22\x91\x22\x49\xbb\xd3\xf5\x60\x22\x36\x52\x96\x9d\x61\xce\x58\xa4\x64\x67\xc7\xdb\x85\x33\x32\xa2\x8b\x99\x35\x0b\x74\xba\xcd\x6e\xb3\xd1\x30\x1f\xcc\xd0\x69\x9b\xd7\x44\x8a\x34\x1a\xbe\xe4\x6c\x93\x3a\x5f\xf0\x79\x48\x82\xbd\x4e\xa7\xd1\xd9\x6d\x9a\xc4\x94\x4a\xcd\xbd\xee\xae\xb7\x97\xc0\x66\xa2\x63\xd7\xdb\xed\x76\xf7\xbc\x24\x7d\xce\x69\x34\xd1\x39\x3a\x2d\xbf\xdd\x32\xe9\x99\xa0\x68\x75\xbb\x8d\xa6\x97\xc0\x6b\x61\xa1\x79\xda\x6b\x75\xfd\x6e\x13\xce\xe8\x28\xca\x18\xab\xd3\x6a\xed\xf9\x0d\x38\xa3\x91\x90\xcb\x93\x99\x9c\xc1\x1a\xfe\x6e\xdb\x83\x33\x1a\x8b\x5b\xce\xe2\x64\x12\x93\x59\xd9\x70\x88\x63\x1a\x99\x94\xc6\x1e\x8c\xf0\x7b\xfc\x13\x4b\x65\x42\x67\xb7\xb3\xdb\x96\x89\xb7\x81\xdf\xd8\x85\x2c\x1c\x85\x78\x28\xbf\x74\x5a\xcd\x76\x5b\x26\xd0\xf7\x44\x8d\xc9\x66\xb7\xa3\xdf\x46\x1c\x5f\x05\x5d\xaf\xb5\xdb\x6d\xee\xc1\x4c\x24\xb7\x9b\x52\xba\xe8\x77\x55\xfd\x4e\xb7\xb1\xd7\x6c\xb5\x60\x42\xdb\x56\xd3\x6f\xcb\xae\x9f\xe3\x90\x58\xa2\xa2\xdd\x69\x77\xfd\xa6\xa7\x93\x15\x99\x7c\xcf\x6b\xb4\x77\x77\x75\x52\x46\x27\xdf\x6f\x37\xf6\xf6\x3a\x1d\x95\x6c\x91\xa9\xd5\xdc\xf5\x1b\x5e\x13\xce\xf1\x1c\xdf\xe2\x0f\x53\x3a\xd7\x03\xd7\xeb\x76\xe1\x9c\xe0\xe1\x74\xbe\x18\x8f\x55\x5b\xbb\x9d\x6e\x13\xce\x09\x5f\x48\x79\xd1\xd9\xdd\xdb\xf3\x61\x32\x36\x3a\xbe\xd7\x6c\xc3\x79\xb8\x98\xc9\x39\xba\xd1\xea\x34\xbb\x70\xce\x3e\x8c\x8c\x90\xf5\x7d\x39\xb3\xfa\x1e\x34\x2c\x21\xb9\xac\xdb\xec\x40\x4e\xae\xc8\x70\x88\x4d\x6a\xa7\xb3\xd7\xdd\xdd\xf5\xa1\x69\xbe\xef\x77\x76\x3d\xc8\x59\x7c\x6b\xf4\x81\x46\xb3\xdd\x6d\xfb\x7b\x90\xb3\x5b\xac\xc7\x43\xab\xb1\xdb\x91\xd3\x44\x8c\x47\xa3\x90\x68\xb0\x3d\xbf\xd1\xf5\x77\xbb\x30\x1d\xa3\x2d\xbf\xb3\xbb\xdb\x80\x31\x8e\x46\x09\xa6\x8e\xd7\x6c\xec\x76\x5a\x30\x63\x46\xaf\xed\x35\x1b\x5d\x99\x10\x4f\x49\xa8\x54\x84\x6e\xab\xd3\xdc\x85\x31\x25\x51\x84\x03\xdf\x6b\x7b\x9d\xee\x5e\x17\xc6\x34\x7c\x2f\x45\x5e\xa3\xd3\x6c\x48\xa9\x91\x1b\xdf\x4d\x1f\x66\x8c\xdc\xd9\xeb\x7a\x5e\xc7\xa4\xe8\xc1\xde\xec\x36\xf6\x5a\x2d\x68\x8d\xf3\x24\x25\x32\x03\xb9\xbd\xd7\xf4\x60\x8e\xe9\xdb\x2d\xaf\x0b\x33\x11\xd0\xea\x34\xbc\xbd\x5d\x0f\x0a\x29\xfe\x9a\x72\xb0\xc8\x17\x82\xc3\xa0\xd9\xd8\xdd\xeb\x28\x23\x69\x11\x92\xc0\x6f\x35\xbc\xd6\xee\xee\x2e\x14\x6c\x86\x05\x53\x52\xbf\xeb\xed\xb5\xa1\x35\x72\x1a\x6d\x7f\xb7\xdd\x81\x66\x82\xf5\xdb\x9d\xa6\xef\xed\x76\xe0\x87\x29\xc1\x42\x69\x76\x4d\xd9\xa2\x6c\x02\xec\x36\xfc\xb6\x7e\x8d\x67\xec\x3a\x51\xfe\x76\xdb\xd0\x92\x44\x9d\xbd\x8e\x67\xde\x13\x76\xf4\x5b\x6d\xaf\xdb\xb2\x8e\x42\xae\xac\x2b\x76\x2a\x1c\xf2\xe4\xca\x05\x35\xed\x64\xef\x4b\x72\x63\xef\x8b\xde\x3e\x00\xfa\x4e\x3e\x2f\xf3\x56\xca\x6a\x9b\x04\xf2\x74\xff\x02\xb9\xa4\xe2\x38\xa0\x26\x38\x9d\xb9\xa0\x26\xd8\x6b\xa9\xed\x3d\xc7\x31\x71\x01\x74\x05\x1a\xd6\xc8\x0d\x19\xba\x04\x80\x9e\xcb\x95\x47\xe9\xec\x8a\x8c\x72\xf7\xf7\x2a\x12\xae\x72\x34\xed\x77\x00\xec\x28\x7b\xfd\x0f\xae\x00\x41\x53\x3d\xaa\x1d\x1a\x57\x1c\x1e\xee\x96\xfd\xf6\xbd\x38\x3c\x6c\x95\x1b\x2d\x0f\xaa\x07\xbf\x7d\xdf\x68\x79\x65\x01\x5d\xbf\x5d\x16\xe0\xe0\xa0\x75\x2f\x1f\xa0\x0f\x82\x5d\x95\xf9\x58\x66\x6c\xb4\xca\x52\x0b\x16\x87\x87\x7e\x27\x79\xda\x55\x0f\x6e\xa3\x2d\xf3\xd5\x1b\xed\x36\x08\x5a\x59\x0e\xbf\x61\xca\xda\x4d\xca\x7a\xb0\xf0\x7c\xe9\x06\x9d\xf2\xc3\x1b\xb8\x02\x8d\xb2\xf6\x9b\xb6\xc8\xb6\x2a\x97\xda\xa2\xdf\x1c\xc8\xca\xba\x02\x4d\x57\xa1\x1a\xed\xf6\x8e\x84\xac\x4b\x5d\x58\xbf\x34\xec\x97\xa6\x7e\xd1\xb9\xc7\x59\xee\xe3\x55\xfc\xa2\xdf\x1a\x28\xa0\xb9\x0d\xf4\x44\xf4\x69\xe6\x59\x96\xf9\x3c\x2b\xc1\xc0\xe4\xea\xf2\xfe\x09\x90\x1a\xed\x64\x35\x2e\x1c\x01\xbd\x0f\xee\xa4\x4f\x06\x20\x30\x57\x27\x31\x27\x91\x70\x10\x42\xc4\x90\xe5\x04\x9f\xc0\xe4\x3f\x4f\x53\x79\xc5\xa6\x3d\xbd\x0a\x2a\xc1\x49\xda\xe9\x24\xe9\x74\xd9\xe7\x04\xfa\xab\xf6\xe8\x39\x33\xe3\xe8\x00\x69\x83\x55\x81\x38\x3a\xc1\x27\x00\x1a\x74\x06\x2e\x67\x57\x5e\xbc\x5f\x4c\xef\xef\x5d\x82\x2e\x95\xa7\xe7\xa4\xf2\x2e\x41\x44\x8f\x2f\x50\xe3\x90\xd4\x26\x90\xd4\xae\x20\xa9\xb1\x39\x1e\x52\x71\x0b\xf4\xf6\x72\xce\x6e\x7c\xa5\x62\x85\x0e\x67\x65\x1d\x82\x5c\x05\x55\xfc\x8e\xa8\xe7\x07\x51\xde\x26\x3c\xc1\xa6\x07\x3a\xaa\x98\xdb\x1f\x13\x54\x11\xfa\xe9\x0a\x55\xb8\x7e\x32\x75\x42\x95\xc8\x36\xed\x4e\xaf\xd5\xfd\xce\xa9\xbc\x75\x35\x1a\x90\x3c\x4d\xd2\xa7\x2b\x60\x1b\x71\xe7\x22\x70\x1b\xbc\x46\x7c\x28\xab\x06\x97\xa0\x74\x37\xc8\x0f\xd4\x26\xd4\x0c\xdf\xb8\x1e\xd4\x8f\x34\x72\x7d\x48\x00\x00\x3d\x47\xd2\xce\x09\xe4\x1f\xec\x3a\xa0\x52\x04\x2a\xbb\xd8\xda\x82\x33\x55\xbc\xbf\xf7\x00\xa8\x38\xb0\xe4\x3c\x39\xd3\xe4\xd7\x64\xba\x32\x99\x54\xbb\x48\xcf\x01\x4e\xa0\xf2\x93\x8a\x03\x1c\x8b\x28\x6f\xad\x68\x37\x89\x5d\xf4\xc3\xe8\xf5\x4d\x36\x00\x0e\xfc\x4e\xcf\xf1\x9c\xc0\x71\x40\x25\xf3\x90\xe5\xfa\x1d\x0b\xfb\x79\x21\x43\xf7\x52\x76\x0e\xf8\x01\xf2\xee\xef\xf9\x21\xf2\x55\xa2\x4c\x12\x09\xcb\xa7\xec\x7e\x5d\xc0\xee\xef\x12\x1f\x4b\x36\xab\x5f\x03\x6b\xcc\x5d\xbb\xa4\x36\x85\xa4\x16\x43\x52\x0b\x2d\xde\xde\x5a\xcd\x65\x0f\x90\x6d\x92\x43\xb1\x06\x7b\x9d\xf7\xed\x25\x50\x6e\x24\x49\x81\x0b\x39\x22\xb5\x89\x7a\x8a\x10\xa9\x5d\xa9\x27\x86\x52\x6a\xea\x86\x24\xd7\xa6\x24\xa9\x4d\x4a\x2c\x1b\x0c\x43\x84\xab\x0c\x2e\x90\x8b\x2b\x0c\xd4\x1b\xc9\xe4\x16\xf6\xdc\x18\x09\x39\xe6\x7a\x2e\xaf\x46\xa0\x1e\x56\x3a\x3b\x2e\x3f\x88\x40\xc0\x75\x6a\x54\x15\x32\xb5\x11\xb8\xa2\xca\xe5\x53\x0b\x86\x75\xb4\x38\xa8\xb5\x7b\xb8\xc2\x82\x46\x55\xe2\x8d\x77\x50\xc7\x03\x41\x88\x16\x87\x5e\xb9\xbc\x38\xf0\x7b\x5e\x10\x1b\x1a\xc7\x30\x84\x0b\x8b\x4e\x19\xad\xaf\x57\xc6\xeb\x34\x1d\xaf\x71\x3a\x5e\xc3\x07\xc7\xeb\xf3\x95\xad\x61\x29\xda\x5d\x72\xd0\xf1\x7a\xa2\xa2\x2c\x6c\x77\x48\xbd\xe3\x05\xe4\x40\xed\x5e\x07\xe4\xa0\xd1\xca\x3e\xb9\x8d\x96\x57\x25\x40\x02\x08\xb0\xcc\x6d\xdd\xc2\x4b\x78\x37\x64\xf3\xdb\xa0\xc0\x4a\xd9\x1c\x4c\xe0\x38\xa6\x93\x48\x79\x43\x52\xd5\xb3\x0e\x08\xa0\x09\xe8\xb4\x84\x23\x1a\xcf\x43\x7c\xab\x3c\xcf\xaf\xef\x85\x5a\xda\x88\x05\xe8\x82\x25\x9c\x92\x9b\xe0\x0a\xa6\xda\x4c\xf6\x1c\x87\x05\x78\xde\x99\x00\xf9\x29\x8c\x44\x91\xea\x37\xc1\x2d\x4c\x06\x51\x70\x9b\xba\xfa\xd7\x0d\x3d\x83\xa7\xd9\xfb\x95\x6c\xf8\xdd\x15\x97\x0b\x1d\xc2\x8b\x9a\x4e\x90\x16\xbc\xa4\x87\x83\xcc\x60\x19\x92\x64\xf6\xd0\x0d\xda\x49\x84\x6e\xf2\x70\x95\x3c\xa4\x2c\xa0\x36\x65\x1e\x2b\x83\x65\x65\xb0\x5f\x53\x06\x9f\x5c\x6d\x20\xfa\x23\x1d\x53\xad\xb5\x0f\xb4\x2c\xe7\xe5\xb2\xfe\x7b\xd0\x68\xb7\x6b\xed\x72\x39\xfb\x34\x31\x9f\x26\xeb\x9f\xae\xcc\xa7\xab\xe4\x93\x77\x90\x9b\x1a\xcc\x67\xf3\x76\x80\x7c\xdd\xe1\x6f\xac\x0e\x7f\x63\xf5\xdf\x51\xd6\x7f\x47\x4b\x90\xef\xc0\xeb\xd5\xa0\x36\x8f\x4d\xa5\xef\x92\xa9\xf4\xba\x68\x2a\x05\x9f\x8e\x1b\xae\x75\x4f\x4d\xcd\x80\x36\xa3\xf9\xd3\x71\xc2\x53\xf1\xaf\x70\x81\x35\x51\x4f\xff\x41\xb3\xe3\x55\x9a\x1d\x6f\xc7\xa0\x3a\xf0\x00\x14\xe9\x4c\x7d\x7f\x6f\x8e\x81\x14\x7e\xd0\xf3\x02\x53\x92\x76\xa7\x56\x0b\x61\x84\x78\xc5\xe5\x52\x12\xf2\xc0\xaf\x72\xb0\x23\x20\x45\x8d\x1d\x5e\x8d\xb6\x72\x3a\xda\x73\x97\x1c\x22\x29\x79\x48\xb5\xd1\xf2\x02\x52\xf1\x1b\x1e\xa4\x52\x36\x4b\xf9\x95\x3c\x1c\xf8\x0d\xaf\x47\x2a\x0a\xa2\x9a\x42\xac\x52\xeb\x21\xbe\x75\x13\x3e\x8b\x0d\x87\xc5\x07\xc8\x5f\x69\x06\xc8\xb8\x31\x34\x50\xe1\x01\xf2\x9f\xc2\xa3\x85\x22\xe8\x53\x29\x3e\xd3\x38\x94\x8a\xcf\x34\x0e\x95\xe2\x63\x7a\x44\x6a\x04\x5a\x3f\xf1\xbd\xa4\x9b\x62\x9d\xf8\x0f\xf2\xa9\xa1\x49\x75\x36\x69\x26\x8f\xfb\x69\x7d\xf2\x99\x6c\xf1\x09\x9b\x75\x26\x9b\x5d\x29\x6f\xab\x0b\x96\xd9\xbb\xaf\x1c\x54\x64\xef\x8d\x55\x3f\x15\x49\x00\x09\x8c\x5c\x21\x27\x27\x8b\x66\x5c\xce\xe5\xd6\x6d\xb2\xec\x76\x58\x7a\x35\x4c\xa2\x0f\x11\xae\xa7\xc3\xc5\xf7\x60\x9c\x9e\xc4\xc7\x87\xc8\xeb\xb9\xe1\xa1\x1c\xed\x5e\x10\x1e\x22\xda\x6b\xcb\x3f\xac\xd7\x08\x7c\xeb\x0a\x8a\xca\x14\x54\xed\xf7\x6a\x0c\xea\x1b\x73\xae\x1c\x90\x66\x4d\x48\x6f\x6d\x6f\x6e\x8a\xc1\xff\x68\xb3\x74\xbb\xe2\x54\x6f\x91\x55\x89\x77\x50\x52\x9b\x78\x07\xe9\x0a\x95\xcb\x6e\xbc\x83\x1a\x00\x2a\xb7\x07\x71\x10\x2f\x8b\x4e\xfa\xd3\x10\x1d\x30\x86\xa1\xb1\x24\xe3\x52\xd3\xd0\x87\xd2\x08\xb9\x02\x55\x04\x28\x97\xf9\xa1\x97\xf7\xc7\xea\x46\x48\x1c\x10\xed\xde\x83\x40\x82\x84\x94\x18\x00\x7a\x92\xd9\x63\x94\x74\x21\xb0\xef\x15\xc6\x96\x25\x2a\x1d\xbb\xf1\xa1\xa7\x8c\x26\x72\x97\x05\xeb\x31\x58\xb9\x2a\x58\x57\xae\x2e\x2c\x63\x53\xfb\xd6\x61\x95\x54\x7c\x00\xf6\x2b\x95\xf0\x80\xee\x03\xd6\x0f\x07\xc8\x25\x95\x10\xec\xc4\xd9\xed\x8d\x18\x55\x63\x98\xbf\x91\xb8\x56\xc8\xce\xaf\x29\x24\xeb\x85\xa8\x5c\x66\x99\x25\x1a\x64\xbf\xe9\x94\x3b\x7e\xf4\xec\x38\xcc\x59\x3d\xec\x6a\x8f\x2f\xbe\xaf\x5d\xbe\x34\x3a\x52\xf9\xe5\xae\xbf\x67\x0d\xa9\xd8\x32\x4e\x8c\xa5\x34\x5a\x77\xb4\x61\x26\x3c\xac\xef\x88\x72\x00\x40\x6a\x89\x2f\xbb\x5b\xf1\x81\x5a\x4c\xc4\x07\x0d\x90\xbf\xfc\xa3\x6d\xec\x95\xe2\x2f\x0e\x91\xbf\xf2\x35\x32\x5f\x55\x28\x1d\x18\x22\x37\xae\xfa\x72\x8a\x58\xd8\x3d\xa0\xee\x4a\xda\x19\xcc\x33\xd3\xb6\xc9\x0b\x50\x8b\x17\x57\xca\xd9\xb3\xeb\xc1\x45\xc5\xf2\xee\x3b\xac\xb8\xb9\x6a\x64\x80\x0a\xac\x3a\x04\x3b\x6e\x58\x5d\xd8\xe6\x0b\xa1\x6d\xac\xfd\x2b\x6d\xca\xb1\xb6\x10\x8c\x32\x33\xeb\x15\x32\x45\x29\x99\x2a\x5c\xf9\x27\x86\x1e\x5c\xa3\x91\xfa\x14\x55\xfd\x01\x8c\xaa\x72\x06\x48\xe2\x13\x20\xe5\xba\x63\x47\x24\x32\x52\x13\x89\x4a\x69\xa1\xb2\xa8\xab\xa6\x44\xca\x02\xfd\x5a\xf1\x07\x90\x55\x7c\xcb\x28\x33\xae\xb8\x61\x35\x06\x3b\x2e\xad\x32\xf0\x04\x07\x97\x8f\x08\xf4\xc7\x19\xf2\x61\x43\x9d\x85\xcd\xb2\xc6\x47\x91\xdf\x35\x4e\x8a\xf6\xb2\x3b\xdc\x76\x57\x4a\x3e\x80\x31\xc2\x35\xa5\x7b\x49\xb9\x57\x0b\xc9\x58\x32\x8e\x0d\x25\x39\xa4\x36\x54\x8e\x30\xb7\x44\x6d\x84\xe2\x8f\xb4\xb2\x52\x5c\xb0\xf1\xea\xd8\x9a\x3b\x24\x7e\x18\xe5\x6f\x7a\x45\x87\x48\x1b\xf3\x3f\x6a\xcb\xbf\xc1\x3d\x12\x3f\xa4\x79\x8c\xf4\x10\x51\x60\x9c\xa3\x2c\x57\x4d\xb9\x8a\xc9\x1b\xad\xcc\xea\x2b\x6d\x2e\x70\x8a\x9b\x68\x2c\x85\x01\x8a\x32\x22\x09\x17\xdc\xd9\x5e\xc2\xed\x45\xe6\x0a\x2e\x15\xb9\x36\xef\xbd\x79\x75\x6c\x55\x7d\x20\x07\x02\x5d\x87\xf4\xd6\x61\x1b\x60\x8b\x9b\x90\x7d\x02\x52\x00\xa3\x72\x39\x72\x53\x5b\xce\xbb\x88\xb1\x79\x20\x60\xc4\x30\x9f\xc4\x45\x6a\xf3\x3a\x95\xe4\x92\x72\x09\x95\x23\xf7\x4b\x95\xdd\x38\xd2\x16\x40\x27\x4e\x39\x8b\xe8\x2f\x24\xe0\x90\xc6\x97\x49\xf6\x42\x8d\xbc\x5c\x4e\xbd\x9a\xbf\x34\x9f\x95\x63\xf3\xbb\xe5\xba\x2b\x73\xa8\x7c\xae\xaf\x58\x77\x6d\x20\x58\x23\x1d\xbf\xeb\xb5\xcf\x88\x11\xa5\xde\x92\x57\xf2\xab\x70\x2d\x90\x46\xef\xd9\x35\x59\x0f\xdc\x95\xdc\xba\x48\xd0\x70\x29\x17\xdc\x15\x6d\xb0\x20\xfe\x0a\x41\x87\x2e\x40\x87\x64\x09\xe1\x83\x43\x6b\xdf\x76\x61\xae\x16\x60\x85\x7c\x97\x5d\x39\xb2\xbc\xac\x26\x02\x97\x5b\xc2\x57\x58\xcf\xd1\x32\x67\x20\x65\xf6\x26\x0b\xc2\x8a\xe9\x10\x34\xb6\x59\xdf\x43\xd0\xf3\x29\x8e\x04\x4b\x6e\x91\xdf\x4d\x88\xb8\x1c\xb2\x48\x60\x1a\xd9\x4b\xb1\xcc\x00\xcd\x05\x3d\x5d\x40\xc0\x5c\xd0\x33\xb9\x03\xe2\x82\x9e\x08\x4c\xa8\x5f\xc9\x3b\x11\x1b\x91\x80\xc8\xa7\x2b\xce\x3e\xc4\x84\x07\x54\xbe\x24\xf0\x4c\xbe\x5c\x63\x3e\xc3\xeb\x65\x6c\x6e\x93\x45\x8d\x24\x58\x9b\x46\x72\x79\xb9\x5c\x2e\x97\x40\xf3\x82\x8e\x60\xee\x36\x9a\x00\x72\xb7\xe9\x03\x15\x0d\xed\x89\x6e\xb4\x3d\xb0\x12\x6f\x27\xb1\xa2\x27\x90\x23\xb2\x62\x5b\x09\x23\x48\xb5\x31\xb4\x59\x39\x2b\xef\x4a\x1e\x30\x0b\x69\x7d\x49\x39\x9d\x1c\xf7\xa3\x83\xec\xb2\x15\x43\x51\x85\x1e\x1e\x1e\xfa\x5b\x66\x2e\x13\xe0\xc0\xeb\x45\x88\x55\xfc\x80\x66\x17\xac\xa2\xa5\xb5\x80\x4f\x30\xa9\x5b\x6c\x8a\x79\xd1\x21\x71\x05\xa8\x72\xc8\x0b\xee\xd0\x1b\x88\x9c\x0a\xa2\x5c\x38\xeb\xd0\x02\xf0\x4e\xce\x24\x01\x85\x7a\xe2\xb0\xc7\x0a\x87\x11\x64\xe0\xae\xb0\x51\xda\x05\x51\xda\xa8\x74\xd6\xa2\x49\xbe\xaa\x9f\x0e\x60\x7c\x18\x95\xcb\xc2\x25\x7d\x2c\xa7\x77\x0e\x0e\xab\xea\x45\x3e\xf6\x70\xd5\x0f\xf0\x12\xaa\x79\x2d\x3f\x4e\x3f\x29\x51\x0f\xbd\x1e\x45\x2c\x50\x84\xcd\x88\xfa\xa8\x32\xf0\x5b\x67\xc8\x83\x4f\x3e\x43\x1e\x7c\xfa\x19\xf2\x81\x76\xef\x64\x71\x3c\x0b\x2e\xf1\x71\xbb\xaa\x5c\x55\xa2\xc2\xc1\xa1\x7a\x54\x37\xd7\x4b\xdc\x6a\x25\xb7\x5b\x99\x23\x95\x5c\x40\x65\x37\xb9\x72\x8e\x16\x0d\x9e\x08\x3c\x25\xec\xd0\xea\x88\x4d\xbe\xe9\xc8\xee\xa4\x77\x82\x4f\x82\x0a\x59\x2e\xe1\xc7\xa8\x07\x25\x39\x58\xf4\x66\xf4\xfc\xfc\xe5\xd7\x5f\x4e\x45\xb7\xd9\x9c\xbe\xe9\x7c\x18\x47\x7c\xf1\xc5\xeb\xc9\xd1\xa2\xf3\xf5\xcf\xef\x6f\xbb\x6f\xbe\x99\xa7\xde\xf3\xe7\xfa\x70\x8f\x92\x18\xdd\x19\x97\xf8\xca\xf1\x70\x91\x4f\x0e\x51\x2e\x8b\x47\x31\xf7\x32\x1c\xae\xb0\xd0\xeb\x7d\x3b\xe2\xae\x94\x0a\x6a\x97\x06\x36\xf1\xc8\x7f\xb9\x52\xbe\x7d\x79\x43\x47\x34\x5d\x41\xd1\x17\x03\x44\xac\xab\x8b\x7a\x8f\xd4\xc2\x25\x71\x3f\xcc\x45\xfb\x39\x8f\xfe\xd9\xfa\x1a\xc3\x58\xaa\xba\x1d\x3b\x42\x81\x4b\xd7\xef\x3c\xde\x8d\xe3\x80\xbb\x8d\x16\x80\x73\x2c\xa6\x01\x57\x7e\xe6\xe6\x9c\x0d\x49\x1c\x07\x62\xb9\x84\x6c\x53\x9e\xdd\x66\x9a\x67\xb7\x95\xe5\xe1\xee\x6e\x5b\xa9\x3d\x9b\xf2\xb5\xda\x69\xbe\x56\x27\x97\xaf\x23\xf3\x99\x78\xe9\x31\xa8\x65\x33\x98\x0b\x7a\xcc\x05\x41\x54\xcb\x66\x38\x57\x05\x99\x48\xe6\x35\x17\xf4\x70\x02\x20\x27\x43\x17\xf4\xa8\x0b\x82\xbb\x25\x58\x99\xa7\x9a\xfe\xaa\xe2\xaa\x7a\x67\x4b\x14\xdc\x06\x55\xbd\xe1\x82\x2d\xc1\x6f\xef\x04\x12\xf7\xf7\xca\x27\x5f\x02\xe6\x58\x50\x0e\x70\xc1\x72\x88\xc5\x50\x45\x33\x5b\x8b\xb4\x9b\xcc\xa7\xae\x30\x33\x29\x58\x66\x9d\x22\xac\xea\x80\xbb\x7c\xdd\x8a\xa3\x16\xa5\x8a\x95\x89\x7b\xf7\x96\x85\xb7\x63\x1a\x86\xf7\xf7\x2e\xa9\x8d\xc8\x9c\x93\x21\x16\xb9\xeb\xad\x4b\x48\x6a\x92\xe4\x31\xea\x0f\x20\xa9\x0d\xa7\x34\x1c\x71\x12\xa9\x0c\xc9\x0b\xea\x0f\x1e\x08\x47\x1c\x32\x3c\x22\xa3\x27\x06\x0f\x27\xb5\xf0\xc1\x88\xe4\xf4\xe9\x88\xa8\x44\xb4\xd6\x52\xe4\x03\xf8\xd4\xcb\x20\x9b\x4d\xfb\x6d\x3d\x64\xf5\x1e\xc7\x6f\x5a\xab\x7b\x10\xaf\x67\x6d\x16\x66\x6d\xda\x59\x9b\x83\x20\x8b\x5c\x22\x57\xa2\xab\x38\x5a\x85\x38\x5a\x36\x8e\xd6\x20\x88\x6a\x58\x5f\x88\xc2\x87\x5c\x5f\x7c\xc2\x55\x7e\xd8\xf1\xbc\xec\xf2\x39\xae\xf2\x8a\x0f\x19\x12\xea\x6f\x88\xd2\xbd\xbf\x08\xc0\x05\xaa\xb5\xf5\x9e\x24\xb9\x99\xbb\x8d\x9d\xb0\xde\x04\x70\x98\x26\xaa\xed\xd3\x70\x67\xb1\xe3\x46\xd5\x05\xa8\x47\x60\xc7\x65\xd5\xa8\xde\x38\xf0\x7a\x55\x3f\xf0\xc1\x96\xd6\xd6\xd2\x4d\x47\x6e\xef\x31\x8a\x2a\xdb\x59\xd4\xa3\xca\x10\x80\x6c\x2b\x1a\xe7\x20\x2a\x6e\x54\x65\x20\x85\x8a\xc1\x32\xbb\x97\x2a\x12\x1f\x6b\x1c\x2e\x90\x6e\x24\x53\xaa\x90\x00\x30\xd6\xda\x4e\x04\x0e\xbd\x72\x59\xa7\x62\xb0\x1f\x1e\x2c\xf6\x8d\xdf\x48\x97\xc0\x10\x2e\x80\x72\xbf\x56\xad\x2e\xf6\x65\x86\x50\x66\x38\xf0\xf6\x41\xa5\x12\x6a\x9a\xc9\xd4\x85\x46\xb3\x0f\xaa\xd5\xc5\x52\xce\xc6\xb1\x0a\x45\x05\x23\x29\x86\x24\xe2\x05\x08\xdc\x4a\x65\x01\xe5\xdb\x02\x62\x00\xe0\xe2\x00\xa9\xc8\xc2\x68\x51\xf1\x01\x14\x07\x68\xa1\xfc\xb3\x2e\xaa\x3e\x28\xb8\x0c\xc7\x12\x86\xcd\x35\x8d\xe8\xe9\x80\x0f\xa0\x0a\x7c\x15\x7d\x5c\x94\x90\xf3\xef\xde\x1e\x6f\x08\xa1\x61\xfb\x18\x3f\xfb\xea\xf8\xf5\xf1\xf9\xe9\xc9\xe5\x03\xf0\xb9\xc0\x7f\xf1\x6b\x1d\x6f\xee\x38\xdc\xec\xc6\x9c\xd5\xa6\xb9\x2c\x47\x86\x1d\x1f\xce\x93\xf3\x77\x1d\x9f\xa8\xd0\x6f\x0f\xe7\xa0\xb9\x1c\x2f\xb0\x20\x0f\xc3\x8f\x73\xf0\xe7\x74\xf6\x08\x3c\xcb\xc1\xeb\x88\xd0\x0f\xe7\x98\xe5\x72\xbc\x55\x31\xf1\x1e\xce\x71\x9d\xcf\xc1\x16\xd1\xe8\xe1\x0c\x61\xbe\x11\x78\xf2\x30\x78\x54\x40\xd5\xb3\x6b\x12\x12\xb1\xc1\xa1\x37\xab\xfd\xb4\x46\x56\x49\xaa\x47\x32\x4d\x72\x11\x57\x08\x16\xe4\x49\x8c\x32\x5c\xcb\xf6\x94\x8e\xb7\x03\xb7\x9c\xdd\x46\x02\xdf\xa8\x6b\xcf\x8f\x86\x64\x99\x93\xc9\x5b\xbc\xc9\xd9\xfb\x3c\x17\x18\x62\x13\xd4\x7b\x39\x53\x6c\xed\xd7\x77\xb6\x4b\x3b\x9f\xf2\x7f\x5b\xcf\xd9\xfc\x56\xad\xc8\x4a\xee\x10\x94\xde\xd0\x21\x67\x31\x1b\x8b\xd2\x73\xc6\xe7\x8c\xab\x40\x32\xb5\xad\xad\xb7\x84\xcf\x68\x1c\xab\xbd\x31\x56\x5a\xc4\x04\x96\x86\x6c\x7e\x0b\x4b\x33\x36\xa2\xe3\x5b\x58\xc2\xd1\xa8\xce\x78\x69\x44\xa5\x58\xb8\x5a\x08\xa2\x34\x92\x92\x44\xf5\x01\x73\x75\x24\x51\xc2\xd1\xed\xd6\x7c\xc1\xe7\x2c\x26\xa5\x0f\x54\x4c\x4b\x8c\xab\xbf\x6c\x21\x4a\x63\x42\x4a\x34\x2e\x4d\x09\x27\x57\xb7\xa5\x09\xc7\x91\x20\xa3\xda\xd6\xd6\xf9\x97\xc7\xa5\xb3\xd3\x97\xe7\xdf\x1e\xbd\x3b\x2e\xbd\x3a\x2b\xbd\x7d\x77\xfa\xcd\xab\x17\xc7\x2f\x4a\xce\xd1\x59\xe9\xd5\x99\x53\x3a\x3a\x79\x51\x92\x40\x47\x5f\x9f\x7f\x79\xfa\xae\xf4\xe2\xd5\xd9\xf3\xd7\x47\xaf\xde\x9c\x95\x8e\x5e\xbf\x2e\x7d\x7b\xf4\xee\xdd\xd1\xc9\xf9\xab\xe3\xb3\xd2\xb7\xaf\xce\xbf\xdc\x7a\x77\xfc\xc5\xd1\xbb\x17\xa5\xf3\xd3\xd2\xf9\x97\xaf\xce\x2c\xc4\x27\xcf\x5f\x7f\xfd\xe2\xd5\xc9\x17\x2a\xd7\xab\x37\x6f\x5f\xbf\x3a\x7e\x61\xe7\x3e\x7d\x59\x7a\x73\xfc\xee\xf9\x97\x47\x27\xe7\x47\x9f\xbf\x7a\xfd\xea\xfc\xbb\x2d\x59\xf0\xcb\x57\xe7\x27\xc7\x67\x67\xb5\xd2\xab\x93\xd2\xc9\x69\xe9\xf8\x9b\xe3\x93\xf3\xd2\xd9\x97\x12\x89\x55\xa7\xcf\x8f\x4b\xaf\x5f\x1d\x7d\xfe\xfa\xb8\xf4\xf2\xf4\x5d\xe9\xe8\xe4\xbb\xd2\xd9\xdb\xe3\xe7\xaf\x8e\x5e\xc3\xd2\x8b\x57\xef\x8e\x9f\x9f\xc3\xad\x57\x27\xe6\xa9\x74\xfa\xae\xf4\xfc\xf4\xe4\xec\xf8\x0f\x5f\x1f\x9f\x9c\xbf\x3a\x7a\x5d\x7a\x71\xf4\xe6\xe8\x0b\x59\x05\x9d\x35\x79\xfd\xf6\xcb\xa3\xf3\xb3\xd3\xe3\x6f\x8e\xdf\x95\xde\x1d\x9f\x7d\xfd\xfa\x5c\xd6\xfe\xe5\xbb\xd3\x37\x5b\xaf\x4f\xcf\x54\x85\xbf\x3e\x3b\x86\xa5\x17\x47\xe7\x47\x32\xeb\xdb\x77\xa7\x2f\x5f\x9d\x9f\xc1\xd2\xb7\x5f\x1e\x9f\x7f\x79\xfc\x4e\xd6\xf8\xe8\xa4\x74\xf4\xfc\xfc\xd5\xe9\x89\x84\x7e\x7e\x7a\x72\xfe\xee\x48\xd6\xe0\xe4\xf8\x8b\xd7\xaf\xbe\x38\x3e\x79\x7e\x5c\x3a\x7d\xb7\x75\xaa\xa0\xcf\x4f\xdf\x9d\xbf\x3a\xfd\xfa\xcc\x64\x80\xa5\xa3\x77\xaf\xce\x64\x89\xa7\x5f\x9f\xcb\xdc\xa7\x0a\xe1\xf3\xd3\x93\x93\x63\x8d\x51\x92\x5b\xd1\xe0\xeb\x33\x85\xe6\xed\xf1\xbb\x97\xa7\xef\xde\x1c\x29\xac\x2f\xf3\xe4\xaf\x6d\x7d\x52\x96\x2e\xed\xd4\x8d\x4e\x95\xdf\xe1\x33\x5b\x24\x51\x72\xb7\x38\x26\xe2\x6d\xb2\x01\x7c\x3a\xbe\xbf\xbf\xbb\xbc\x54\x1b\xc2\x97\x97\x41\x7f\xb0\xb4\xac\xb3\xd4\x66\x71\xb9\x9c\xc7\x46\x6a\x29\x38\x12\xcb\xfb\xfb\xfc\xd7\xd4\x0f\xaf\xbe\xa3\xbc\x16\xf9\x31\x6f\x18\x6a\xd6\x06\x90\xcb\x05\xb1\x9a\x75\x55\xc8\xaf\xa5\x72\x5b\x0a\x96\xb0\x60\xc1\xe4\x26\xee\x4d\x8d\x25\x92\x5d\x01\x6b\xbd\x07\x39\xf2\x0b\x3c\x08\xed\xf3\x83\x48\xb9\xea\x4f\x7d\xdc\xa8\x7a\xe6\x9c\xf6\x3f\xb5\xd2\x54\x57\x9a\xca\x4a\x53\x3b\xe2\x1f\x48\xb6\x5c\xe5\x9a\xc7\x76\x68\x93\xbb\xdb\x0d\x73\x6f\x26\x3e\x1b\x77\x7d\x00\x31\xaa\xbb\xbd\xa0\x7f\x4c\x86\x83\x3b\x1f\x76\x96\xf7\x5f\xdc\xf9\xb0\xbd\xbc\xef\xff\xe1\xe7\x81\x7e\x92\x9f\x6f\xbf\x5b\xf0\x41\xe5\xfe\x6b\x95\x02\xee\xfb\x6f\x5e\x9b\x8f\xa3\x3b\x1f\x36\x96\xf7\x2f\xee\x7c\xd8\x5c\xde\xbf\xbc\xf3\x97\xf7\x7d\x7c\xf5\xb9\xf9\xda\x9f\x5e\x7f\xf9\xd5\x40\x83\x7c\xd0\x7f\xbe\x95\x20\x33\xfd\x1c\xeb\x3f\xfd\x5f\xbe\x3f\x7d\xff\xcd\xcd\x1f\x25\x60\x6b\x09\xdc\x1e\x72\xfb\x3f\x3c\x1b\xec\x3c\xd3\xbf\x60\x47\xfd\xfd\x0c\xd4\x27\x30\x46\xf5\x1f\x2e\x6a\x6e\x2f\x70\xbd\x0a\x70\x2f\x76\x40\xef\xde\xfd\x5d\x05\xdc\xab\xd7\xdf\x55\x00\xf8\xac\x3e\x81\x21\xaa\xff\xe0\xfe\x4d\x05\xf4\xdc\x8b\xca\xfd\xef\x2a\xa0\xf7\x59\x7d\x92\x29\xfd\x8b\x2c\xfc\xeb\xdd\x32\xa5\x63\x1a\x45\x2e\xcc\x19\xfb\x58\xa6\x3e\x4e\xac\xb6\xde\xb3\x9d\xd3\xa8\xe7\x0a\xa9\xd3\xd2\xd9\x62\x76\x46\x27\x11\x1d\xd3\x21\x8e\xc4\x0b\x3a\xa1\x22\x4e\x9d\x6c\x41\x21\x35\xe3\x87\x61\x40\xe0\x54\x1c\x84\x50\xd4\x7b\x02\xc2\xc0\xf9\x9d\x84\xe5\x7d\x6f\xd0\x7b\x02\xee\xe0\x53\x55\xb2\xe2\x26\x14\x40\x19\x05\x12\x9f\xc9\x81\x07\x00\x74\x1c\xb5\x67\xb4\x12\xfc\x22\xfe\x40\xcd\x5a\x79\x88\x63\xe2\xc8\x61\x54\xc5\x0b\xc1\x9c\xc0\x6c\x14\xc8\x94\x17\xda\xe4\x26\x70\xd4\x97\xe5\x96\x05\x3a\x54\x81\xe0\x64\xb9\x49\x86\xe1\x82\x73\x12\x0d\x6f\x65\x5d\x03\xc7\x02\xc8\xe5\x0b\x3f\xe0\xdb\x78\x43\x21\xfa\x5b\x71\x31\x4f\xc9\x09\x9f\x54\x05\x72\x33\x24\x73\x51\xfd\x85\xf0\x0d\x8d\xd5\x00\xdf\xcb\xef\x1b\xea\xf2\x31\x28\x9e\x56\xa9\x88\xbc\x27\xbc\x18\x97\xfe\x64\x07\xd3\xb0\xe3\xba\x0f\x95\xb9\xd6\xdd\x72\x25\x9c\x7b\xe6\xf3\xe2\x6e\x09\xb5\xa3\x51\x22\x05\x9f\x1d\xab\xf4\x4e\xcb\x9b\xa8\xcf\x07\x5b\x86\x1d\x58\x2d\x16\x64\x66\x78\x62\x4e\xf8\x50\xea\x83\x81\xa8\xa9\x98\xe8\x28\x4d\x49\xfd\x8c\xe8\x16\x24\x2d\xb4\x20\xd3\x24\x28\x6a\xc9\x33\x62\x35\x36\x97\x55\x8c\xfb\xde\x60\x05\x85\x0a\x7b\x57\x65\xe3\xb1\xc4\xb1\x88\xc9\x17\xf2\x9d\x46\x13\xb4\xed\xaf\x40\xce\x39\x19\x52\xa9\x8c\x55\x69\x24\xc8\x44\x52\x4d\xa5\xd7\x64\x4e\x33\x5c\x5e\x72\xac\x68\x61\xc6\x8a\xb7\x82\x62\x46\x70\xbc\xe0\xa4\xba\x88\xa8\xdd\x3a\xf5\x0a\x45\x4d\xfe\xcd\xd5\x35\x95\x42\xf5\x1f\xdc\xda\x4e\x0f\x54\xeb\xd0\x71\xc0\x2a\x11\xd8\x6c\x8e\x87\xa2\x1a\x4f\x19\x57\x58\x23\x26\x94\x06\x89\x92\x4f\x8a\x16\xfa\xd1\x74\x2e\x72\x34\xf4\x06\x54\x21\x93\xc3\xeb\x89\x98\x14\xf0\x0a\xa2\x78\x48\x49\x24\xa4\xe0\x70\x02\x81\xa8\x2b\xff\x7f\xb7\x94\x4b\xf5\xbb\x04\x67\x60\x03\x2d\x01\x4c\xdb\x5d\xd3\x7e\xaa\x5c\xb7\x48\x91\x28\x19\x4c\x04\xc0\x91\x2b\x54\xa4\xde\x3b\xa9\xa4\xe7\x8b\x27\xd1\x84\x46\x84\x28\xe9\xb4\xb9\x7c\x1b\xea\x13\x57\x20\x29\xa4\x1a\xd3\xd9\x3c\x24\x79\x5a\x4a\x15\x67\x84\xf9\x68\x95\x68\xb2\xfb\xab\x1f\xe8\x48\x4c\xab\x11\xe6\x9c\x7d\x90\xd9\x12\x1e\x4e\xc9\xad\x3f\x69\x07\x3a\x09\xd3\xac\x7c\x7c\x00\x71\xca\x24\x6b\x78\x87\x6c\x44\xd6\xf0\x15\x72\x89\x85\x6e\xbc\x08\xc3\x6a\x84\x67\x64\x43\x55\x67\xeb\x28\x8b\xd8\xc5\xc2\x48\x63\x56\x55\x55\x29\x42\x18\xeb\x56\xa7\xb9\x97\x74\xec\xc6\x35\x41\x62\x91\x08\x10\xed\xbc\x3f\xed\xc9\xc4\x11\x97\xe5\x37\xeb\x1d\x8e\x26\x89\xe3\xac\x64\xb8\x56\xd3\xb1\x5d\x92\x58\xe2\x12\x8b\xc2\xdb\x12\x1e\x4a\x59\x5a\xc2\xa5\x98\x46\x93\x90\x94\x34\x52\x1c\x9a\x07\x07\x6c\xe9\x42\xd3\x51\x1a\xaf\xea\x0a\x7a\x37\x3e\xd5\x18\x76\x56\x26\xf5\x15\x69\x91\x4e\xd1\xb4\x5c\xd6\x93\x3a\xcd\x4d\xea\x2b\xe0\x89\xcf\xf8\x80\x95\xcb\xd8\xd2\x3d\x56\xc0\xd8\xda\x9c\xbe\x01\xa0\x82\x53\xf5\x63\x23\xb2\x75\x05\x61\x03\x40\x32\xfb\xaf\x76\x85\x76\x0c\x9a\x8e\xc6\x85\x6b\x8b\x3b\x00\x80\xf6\x93\x4a\xc7\x6e\x98\xef\xd6\xd5\x4c\x3a\x55\x9f\x7d\x69\xbb\xc7\x61\x92\xaa\x63\xd3\x58\xf0\x18\xa4\x96\x1c\x25\xb1\x16\xb5\xc9\x32\x12\xd0\xae\xf6\x54\x08\x08\x8d\x93\x64\xe7\x07\xe0\xfe\x5e\x05\x74\x4e\x4e\x5c\x6b\x33\x12\xc7\x78\x42\x10\x87\xb8\x46\x6e\xe6\x64\x28\xc8\x08\x45\x10\xd7\xc6\x6c\x11\x8d\x10\x85\x58\xc5\x18\x56\x43\x9e\x41\x5c\x93\x83\x01\xe5\x37\x30\x0a\xfc\xac\xab\x2f\xb5\x21\x9e\x8b\x05\x27\x67\x02\x0f\xaf\xcf\x39\x1e\x92\x72\x79\xc3\x07\x17\xab\x16\x2e\x57\x2d\x39\xf4\x7a\x28\xb3\xa5\x31\x07\x6c\x79\x8f\x4a\x1a\x0c\xda\x2e\x98\xcc\x51\x9e\xe8\xe5\x5d\x41\x09\x10\xb8\xbc\xd8\x53\x93\x32\x0c\xe7\x60\xa9\x1c\x62\x41\x51\xbb\x5a\xd0\x70\xf4\xc6\x10\x67\x63\x7d\xec\xa3\x8c\xe1\x14\xf3\xe7\x6c\x44\x8e\x84\xeb\x81\xdc\xe5\xa3\x9a\x60\x5f\xcf\xe7\xc9\xbd\xcf\xa5\x7d\x58\x6c\xe5\x4f\x27\xc9\x8b\x8b\xfa\x04\x3a\x17\x17\x17\x17\x56\x18\xe8\xba\x53\x9f\xc0\x67\x17\x17\xce\x33\x2b\xed\xc2\xd3\x90\x9e\x0d\x78\x21\x74\xa2\xc8\x25\x46\x3a\x31\xca\x25\x72\x9d\xc8\xed\xc4\xfe\xc5\x8d\xe7\x55\x2f\x6e\xbc\x97\x83\xfa\x24\x1f\x3f\xde\x8c\xff\x8b\x8b\x1b\xcf\xa9\xc8\xc6\x2f\x41\x3e\xa3\x2f\x33\xfa\x2f\x2f\x6e\xba\x2f\xab\x17\x37\x7b\x0f\x61\x48\x11\xd8\x56\x2a\x1f\x41\x8e\x8b\x81\x4e\x1d\xe4\x12\x7f\xd0\x89\x3f\xd8\x89\x55\x9d\x56\x75\xfe\xde\x12\x8e\xd9\x0b\x92\x9a\x72\x74\xa6\x35\xd0\x50\x6f\x67\x26\x7a\xf1\x33\xe7\x59\x25\x92\x10\xe4\x46\x80\xca\x33\xe7\x99\x51\x97\x42\x1c\xc7\x4e\xa0\xd5\x5d\x52\x9b\x63\x2e\x62\x1d\xd3\xae\xe0\xc8\x6e\x2d\x7a\x02\x55\x96\x9a\xa0\xe2\x54\x9d\x8a\x7c\xf6\x07\x20\xa0\xba\x86\x46\xca\x38\x7d\xa7\xe2\x92\x1a\x8d\xde\x13\x2e\xc8\xa8\xe7\xfc\xa0\x6f\xe8\x89\x8a\x33\x70\x74\x15\x70\x74\x9b\x54\x52\x3e\x97\xe4\x58\xc2\x43\x41\xb8\x93\x68\x42\xa3\xf4\x3b\x89\x46\xca\x5b\x5c\x34\x5f\x08\xf3\x99\x89\x69\xa6\xfd\x97\x48\x6d\x44\xe2\x21\xa7\x4a\x20\x27\x22\xd3\x39\x36\xc2\xad\xe4\x54\xd6\xce\x4e\xe5\x24\x87\x88\x6a\x33\x03\xda\xb1\x9e\x72\x2f\x09\x60\xa2\xf0\x27\xa1\xbb\x04\xf2\x21\x47\xfe\xbe\xc8\x96\x02\x42\x05\x3f\x12\x55\x7f\xb0\x8d\x94\x9b\xdf\x72\xd9\x8d\xd4\xe9\x47\x5f\x0c\xa0\x5c\x28\x6c\x25\xb0\x88\x2f\x4d\x37\xa5\x51\x79\x54\x47\x95\xfc\xa4\xee\x91\x52\xed\x65\x52\xc3\x4e\xaa\x38\x25\xc6\x4b\x4e\x25\xea\xfb\x83\xad\x11\x19\xe3\x45\x28\xd2\xef\xda\x00\xd1\xf5\x60\xd5\x07\xb5\x9f\x18\x8d\x5c\x07\x96\x1c\x75\xf9\xc1\x64\x8a\xb2\x98\x27\xcb\xa5\x4b\x40\xc5\x29\x5d\x2d\x44\xc9\xa9\xb8\x2e\x46\x02\xf4\x34\x63\x60\xc5\x13\x41\x9e\xc0\x12\x56\x4d\x05\x35\x6d\xf4\x84\x97\x50\x2c\x5d\x25\xc6\x01\x9c\xaf\x48\x46\x81\x32\x4b\xb4\x9e\x08\xee\x74\xc8\x7c\x49\xdc\xbb\x25\x8c\xd1\x5d\x2c\x30\x17\xc1\x3b\xb2\x84\x21\x7a\x47\xe0\x02\x9d\x12\xd7\x39\x70\xe0\xb6\x0f\xe0\xb0\xf8\x80\x58\xb7\xc7\x01\x4b\x38\x52\xd0\xbf\xd3\xd0\x73\xf4\x86\xb8\x8e\xc8\x4e\x12\x00\x9c\xa9\xef\xf5\x43\x0d\xf0\x5e\xbd\x99\x97\x89\x2e\xa8\xae\xdf\xae\x54\x5e\xbc\x72\xc0\x03\xe0\xad\x82\xba\xd3\x40\x97\xea\x65\xa9\x5f\x3e\xa8\x1c\x51\xee\x20\xe2\xd5\xc8\x01\xf0\x18\xd5\x7f\xe8\x3f\xbb\xa8\xdf\x2d\x07\x75\x78\x83\xce\x88\xdb\x77\x9e\x39\xd0\xa9\x3b\x50\x22\x72\x96\xce\x00\x6e\xfb\x0a\xc7\x29\xba\x93\x23\x33\x50\xbc\xbe\x84\x67\x05\x28\xcf\xd9\x35\x89\x4e\x8d\x56\x06\xdf\xe8\xf6\xe8\x1a\x1c\x6d\x02\x77\x00\x7c\xab\x00\x83\x40\x43\x9e\x17\xd1\x91\x9b\xc0\x98\xd0\x96\xab\xf1\xce\x67\x6a\x21\xb6\x84\xef\x14\x06\xa8\x11\x5c\xab\x17\x5d\x94\x4e\x79\xbe\x29\x26\x09\x75\x4d\x9b\x0c\xb4\x9a\x72\x59\xed\xaa\xa6\xdf\x03\x67\x84\x05\xc9\x52\xe5\x5b\x20\x1f\x04\x9d\x11\xa8\x56\x8d\x01\x2f\x97\x79\xbf\x31\x30\xee\x73\xc9\x12\x52\xe1\x02\xb0\x84\x3f\xa9\x5a\x3c\xd3\x15\x78\x21\xc9\xfc\xc3\xb3\x41\x1d\x9e\x24\x34\x1e\xc0\x6d\x4f\x7d\x7b\xa5\xbe\xe1\xea\x2f\x47\xd5\xef\x9f\xa9\x7e\x78\xad\x60\xfa\x0e\x76\xa0\xf3\x8b\x33\x80\x7d\xe7\xc8\x81\xce\xf7\xce\x00\xaa\xbe\x49\xfb\x45\xe7\x7f\x29\xf3\xeb\xec\x83\x3a\xfc\x65\x53\xde\xb4\x1f\x3f\x57\x15\x53\x0d\x53\xef\x5f\xab\x77\xd9\x22\xfd\xfe\xa5\x7a\x9f\xab\x63\x34\x9d\xf2\x8d\x4a\xd1\x81\xb0\x19\x1f\xd1\x28\xf9\xf0\xb3\xfa\xc0\xc6\xe3\x98\x08\xd3\x7b\x9f\x59\xb0\x3a\xe5\x5b\x95\x82\xf4\xcb\x17\x8a\x0d\xb4\x0f\x8c\x39\x1e\x12\x07\xc0\xef\x64\xfd\x2f\x44\xf5\x82\x97\x2e\x6e\x76\xdb\x17\x37\x47\xde\xc5\xc2\xef\xec\x7a\x17\x8b\x86\x27\x27\x24\xf9\xe7\x48\xfe\x36\x76\xd5\xef\x9e\xfa\x7d\x29\x7f\xdb\x2f\x2f\x16\x4d\xcf\xf3\x06\x75\xf8\x95\x69\xf8\x85\x70\xa0\x73\xc1\x25\xb1\x4a\x0e\x74\xfe\xdd\x3f\x92\x3f\xff\xdc\x81\xce\xff\xfd\xdf\xfc\xc9\x81\x7d\xe7\xdf\xff\xe9\x4f\x0e\x74\xfe\xfd\x9f\xfe\x33\x09\xa1\xb1\x3a\xe6\x61\x4f\x7d\xf8\x97\xf2\xf7\x6f\xff\x99\x03\x9d\xff\xf0\xa7\x3f\x65\xec\xff\x07\x55\xf3\x58\xe9\x8d\xa5\x39\x16\x82\x70\xc9\xbb\xbf\x97\xb5\xdf\xae\x5e\xd4\x83\xea\xdf\xf4\xab\x17\x3f\xfc\x78\x57\xfd\x87\x17\x37\x47\x7e\xf5\xe2\xe6\xa8\x7b\x71\x73\xb4\x77\x71\x73\xf4\xf9\xc5\xcd\xd1\xf3\x8b\x9b\xa3\xe3\x8b\x9b\xcf\xbd\x8b\x9b\xcf\xfd\x8b\x9b\xcf\x3b\x17\x37\x9f\x7f\x7e\x71\xf3\xf9\xcb\x8b\x9b\x17\xdd\x8b\x9b\x97\x5d\x59\x03\x5f\xb7\xb6\xa1\x5e\x9a\xfa\xa5\x79\x2c\x7f\x5b\xbe\x7a\x69\x37\xd5\x6f\x5b\xbf\xc8\x2f\xfe\x9e\x02\x6b\x49\x4a\x34\xda\x9a\x5c\xdd\x6e\x5b\xfe\xee\xb5\xe4\xcb\xe7\x2f\xe5\x97\x63\xfd\xe5\xb8\xab\x09\x26\xb1\x35\x3d\xaf\xa9\x7e\x77\xd5\x4b\xc3\x93\xbf\x4d\xef\x62\xf1\xf2\x85\x2c\xf3\xe5\x8b\xe6\xcb\x8b\xc5\xcb\xe3\x56\x5b\xfd\x76\x06\x75\xf8\x47\x43\xe2\x6d\x25\x20\x24\x6f\x05\x0e\x74\xfe\x46\x3d\xf5\x1d\xe8\xfc\x20\x49\xfa\xa3\x24\xb2\x64\xd1\x7f\xa8\xd2\xff\xdd\x7f\x27\xe9\xff\x2f\xe4\x97\x7f\xf7\xdf\xcb\xc7\xff\x41\xfe\xfc\x8f\xf2\xe7\x7f\x92\x3f\xff\x4a\xfe\xfc\xcf\xf2\xe7\x7f\x93\x3f\xff\xa7\xfc\xf9\xb7\x0e\x74\xfe\xaf\xff\x5a\xfe\xfc\xef\xba\xc7\xfe\x73\xd5\x31\xff\x42\x21\xfc\xf7\x7f\xfa\x57\xea\xed\xdf\xe8\xb7\xbf\xfd\x5b\xd5\x5d\xff\xa5\x79\xfb\xaf\xd4\xdb\x3f\xd5\x6f\xff\x58\xe5\xfb\x2f\xfe\x99\x7e\xfb\x27\xaa\xdf\xff\xdb\xff\x55\xbf\xfd\xd3\x7f\x22\xdf\xfe\xe5\xbf\xd5\x6f\xff\x87\xfa\xf6\xaf\xf5\xdb\x7f\xf8\xd3\xdf\xaa\xce\xff\xff\x99\xb7\xff\xbf\x7a\xfb\xe7\xb2\x09\xff\x41\x15\xfe\x1f\xff\x97\x7f\xa3\x7e\x65\x3d\xff\xe3\xbf\xfe\x47\xea\xf7\x1f\x67\x9c\xf2\xbd\xe2\x94\x74\x95\x9a\x63\x76\x42\x2c\x39\xe8\x00\x28\x88\x1a\x1d\x55\x3d\x3a\x38\x41\xae\x12\xed\x73\x16\x0b\xce\xe6\x53\x99\x45\x26\x8c\xd8\xe2\x2a\x24\xa5\x2c\x3d\x76\x00\x80\x91\xce\xfc\xcc\x08\x19\xaa\x5f\x2f\x22\xfd\xca\x48\x32\x4d\x9c\xe0\x19\x39\xe5\x27\x49\x99\x58\x7f\x78\x8f\x43\x3a\x3a\xc7\x13\x07\xc0\x38\x03\x4d\x80\x42\x8d\xcc\xd3\xb8\x16\x44\xb2\xb9\x5f\xdd\x1b\xd4\xe1\x90\x18\x36\xf0\x1d\xe8\xec\x59\x82\x65\xa4\x80\x3c\x05\x34\x4d\x80\xbc\x15\xa0\x71\xae\x56\x0e\x80\x73\x92\xcc\x84\x26\x61\x46\x90\x07\xdf\xcb\x9f\x09\x41\xfd\xbb\x90\x46\x24\xf0\xe1\x90\x85\x8b\x59\x14\xf8\xcb\x01\xbc\x92\xdf\x6e\x09\xea\x0f\xe0\x25\xb1\x03\x2f\xc8\x59\xbb\xa6\xa6\xe8\x77\x8b\x30\x09\x8a\x60\xa5\x94\x68\x54\x8a\xc1\x7a\xb8\xc2\xe7\x38\x7a\x26\x4a\x0a\xac\x34\xc7\x3c\xa6\xd1\xa4\x34\xe6\x6c\x56\xe2\x32\xd3\x85\xe3\x54\x2c\x24\x95\x67\x4e\xed\x19\xd8\x0a\x51\xdc\xb7\x52\xad\xb8\x86\x1f\x88\x6d\x3c\x15\x2f\xae\xf4\xf6\xbc\xfb\x9e\xc0\x99\xed\x12\xf6\xd8\x82\x7b\x4b\xd6\x3e\xdf\x18\x4f\xc7\xba\xb6\x85\x5b\x60\xb2\x09\x63\x97\xc0\xfe\x00\x3a\x0e\x14\x2a\xf6\xe0\x8a\x06\x93\x22\xb6\x03\x56\xe6\x7c\x28\x9b\x09\x30\xd1\xb4\xa1\xd4\xad\x03\x02\xe9\x24\x62\x9c\xc8\x05\x5f\x60\x7b\xcc\x3d\x23\xf9\x19\xd4\xe4\xd6\x1a\x38\x54\x9a\xb7\xcc\x6c\x34\xe5\x40\xd8\x78\xb8\x85\xe7\x8d\xe5\x8a\xdb\xe0\xd0\x3a\x30\xb4\x54\xdf\x80\x58\x39\x8e\x48\x62\x5c\x29\xd5\xb1\x89\xb2\xd6\x91\x8a\x6e\xea\x5b\x42\xd9\x0e\x71\x24\xaa\xfe\xfe\xf6\x84\xf4\xf9\x60\x1f\xf0\x6a\x55\xa5\x46\x48\xb3\x91\xab\x32\xf2\x01\xa8\xc9\xd7\x84\xa7\xa2\x9a\x7e\x58\xee\xf3\x03\xb1\x0f\x7c\x15\xd8\xda\x5e\x0d\x73\xd0\x93\xfa\x2e\x8d\x48\xa5\x02\x13\x68\xe4\x83\x34\x67\xa5\x22\xd5\xe4\x64\x4f\x42\xd5\x0d\x45\xd0\xba\xbf\xf0\x96\xd8\xde\x73\x8f\x64\xe3\x61\x84\x8e\x2c\x1f\xeb\x46\xb5\xbc\x33\x93\x29\x51\x0e\xe7\x02\x9e\xab\x28\x4f\x2a\x0a\x49\x34\x4a\x41\x85\x06\x8d\x8a\xdb\x64\x51\xf0\x5c\xd1\x7c\x46\x0e\xae\xc8\xfd\xbd\x3b\x23\x87\x57\xa4\x5c\x76\xaf\x08\x9a\x11\x3d\x9c\x00\xbc\x25\x3a\x86\x43\x8e\x5f\xde\x59\x8c\x7a\x9d\x5b\xff\xcb\x37\x7d\xa7\xc8\xf8\xff\x56\x83\x52\xa0\xe7\xc4\x05\xfb\x42\xae\x26\xf6\x01\x49\xa2\x6a\x9a\xf4\x02\x9f\xf2\xcf\x13\x34\x96\xe7\x29\x21\x6b\xf5\x5e\xd5\xcd\x65\xa2\x17\x99\xab\x16\x60\x5b\x1b\xc8\xf3\xb5\x5b\x4d\xea\x42\x3f\x86\xca\xe3\x46\x82\xe4\x52\x76\x98\x4b\xd0\x09\x71\x01\x40\x3a\xa7\x46\x29\xd0\x2b\x99\x96\x62\xbb\xb6\xde\x30\x7a\x9d\xbc\xf5\xdc\xf7\x04\x11\x18\x22\x0e\xdd\x18\x09\x99\xe6\x2e\x10\x06\xe5\xf2\x0d\x71\x9f\xbd\xa1\xf1\x0c\x8b\xe1\xb4\x24\xf0\xa4\xe4\x3c\xab\xc4\x95\x67\x4e\x69\x1b\x21\xf9\xbc\x90\x4b\x11\x28\xc7\x38\x80\x04\x09\x94\x68\x9a\x4a\x7b\xc4\x13\xa3\x2e\xc6\x30\x31\xfd\x0c\x42\xa3\x39\x82\xc0\x9d\x11\x75\xbd\x36\x02\x00\x5e\x92\x6a\x15\x12\x53\x75\x81\x22\x75\xd9\xf6\x92\x94\xcb\xe7\xc4\x9d\x4b\xd4\x4b\xbb\xa6\x02\x0a\xc4\x35\x02\xf9\x18\x01\x15\x5b\x52\x67\x2d\xa2\x57\xe6\xe6\x4b\xd3\xe4\x27\x8b\x0a\xaa\xe1\x5c\xdf\xf1\xb5\xea\x6e\xe4\x44\x1a\x5b\xc2\x54\x5a\xae\xa9\x52\x12\xaf\x15\x96\x76\x4d\xae\x63\x54\x17\xfb\x8d\xe6\xea\x70\x9b\x11\xe5\x4c\x4c\x2a\x11\x33\x52\xa9\x80\xc0\xe5\xf9\x86\xdf\x02\x00\xb9\xae\xe6\x17\xc4\xcd\xba\xed\x8f\x59\xf5\x93\xf4\x9e\xeb\x37\xda\x85\x05\xc4\x48\x2e\x8e\x4c\x01\x71\xbe\x80\x4b\x00\x60\x6c\x51\x35\x44\x58\x52\x36\x47\x88\x64\xf9\x65\x28\x91\xef\x3e\x4d\xfd\x5c\x4f\xa8\x9e\x4c\xba\x63\xa5\x41\x57\x8f\x12\x30\x71\x2c\x50\x48\x5a\x96\xf0\x3d\x1c\xc2\x51\x6e\x00\x7d\x3a\xea\xb2\x62\xea\xb6\x5a\x85\xf8\x31\x92\x8b\x31\x83\x1f\xe7\xf1\xbf\x03\x00\xe2\x55\x3c\xd6\x02\x2c\x99\x33\xdd\x19\x81\x1d\xdd\x51\xc9\x5a\x6e\x46\x2a\xa8\xb3\xde\x5d\xd7\x49\x77\xd9\x18\x43\xd9\xfe\x0d\xd5\x5b\xd8\xd5\x5b\xac\x57\x6f\x61\x1a\x3d\x44\x5f\x58\x23\x62\x54\x48\xfb\x1c\xbd\xe5\x22\x76\xa5\x09\x0d\x4d\x6e\xb9\xba\x95\xd5\x6f\xac\x13\xfc\x6d\x46\x70\x97\x15\xcb\x35\xa6\x9c\x26\xc9\x12\x84\x94\xb0\x2e\x47\x9f\x27\x15\x53\x56\x2c\xfb\x5c\x0b\x5b\xa1\x85\x2d\x07\x50\x43\xe8\x1b\xf1\x02\xa5\x4e\x39\x84\x3d\xba\xb3\x91\xed\x41\x21\xd7\xe2\x71\xc0\x90\x80\xca\x0e\x6f\xa4\x97\xf1\x71\x80\x45\x6f\xea\x32\x10\xdc\x2d\xf3\x63\x3d\x2f\x74\x54\xe4\xfd\x22\xb1\x93\x4a\x71\x6e\xea\x66\x3a\xf3\x88\x4f\xce\xe4\xfa\xd9\x01\xb2\x35\x2e\x47\xdb\x1e\x48\xc2\x8d\x45\x19\xd3\xfd\x44\xd6\x8b\x3a\x77\x59\x7e\x98\x59\x15\x0a\xd1\x02\xf5\xd5\x38\x18\x28\x88\x10\x86\xb2\x3e\xa1\xa9\x4f\xa8\x36\xd6\x01\x0c\x4d\x01\x8b\xac\x83\x37\x4b\x8a\xa1\x2d\x29\x86\xeb\x92\x62\xb8\x52\xbf\xe7\xae\x72\xad\xb0\x51\x14\x3c\xe5\xf9\x71\x79\xca\xb2\x21\x0f\xa7\x7f\x15\x83\x3e\xb6\x47\x55\xbc\x3e\xaa\xd6\x86\x68\xba\xbb\x62\x8f\x97\x16\x90\x63\xd7\xec\x4f\xc8\x11\xd3\x02\x81\xec\x37\x1b\xdb\xe7\x20\xeb\x52\xbd\x73\x51\x8c\x44\x6f\x6a\x6c\x40\xf2\xb5\x64\xe5\x70\xb5\x4e\x8b\x07\xc4\xc6\xd0\x6e\xe0\x70\xbd\x81\xc3\x54\x50\xd8\x62\x63\xfa\x77\x21\x36\x72\x1c\xa2\x1c\x10\xa8\x31\x28\x7f\x98\x92\x20\x31\xfa\xda\x52\x8a\x62\xf4\xa5\xd2\x54\xe2\x4c\xa2\xc4\x5a\xa2\x30\x3d\x6a\x63\xb0\x21\x8b\x96\x30\x2c\x95\x30\x2e\x47\x4c\x51\xd2\x5e\xfa\x70\xb9\x02\x09\x98\xa5\x5a\x08\x98\xcd\xa6\x3e\x34\xdb\x29\x81\xd4\xb3\xd6\xa4\x8f\xbb\x40\x21\x1c\xa2\xbb\x25\x5c\xa4\x7b\x7f\x38\x7f\xb8\x90\xec\xfc\xeb\x4d\xe2\xc4\x96\x45\x6d\xeb\xeb\x73\x84\x2f\x9c\x60\x58\x23\x1c\xa3\x96\xda\xcb\xd3\x87\xdf\x41\x5b\xbf\x24\x87\xfc\xc9\x29\xbb\x0a\x3e\xa3\xf7\xe5\x6f\x65\xbe\x5b\x82\x39\x6a\x68\xd8\x46\x75\x44\x27\x54\x38\x6a\xc7\x90\x70\x3a\xcc\x81\x7f\x67\x4c\x51\x16\xe6\xef\xd7\xe6\x2f\x77\x82\xe2\x83\xef\x1f\xbf\xab\x2f\xea\x5f\xd7\xf9\x8f\x25\x57\x96\x02\x92\x8d\xa5\xb8\x84\x39\x51\x51\xa4\xe2\xc5\x7c\xce\xe4\x5a\x0a\x96\x16\x31\x29\xfd\x78\xfb\xa3\x72\x9d\x47\xf0\xc8\x01\xba\xd0\x9f\x4d\x21\x7f\xd8\x58\xc8\xcf\xf5\x3f\xfc\x58\x72\x7f\x5e\x60\x2e\xc8\x83\x65\x24\x28\xdf\x18\x94\xaf\x65\xf3\x67\x2c\x12\x53\xd4\x4f\x1b\x0c\x53\x22\x40\x43\x31\xa8\xe9\x09\x13\x4a\x0e\xd4\x61\x82\x4d\x98\x0f\x06\xe1\xb7\x1b\xeb\xf8\xa1\xfe\xed\x8f\x25\xf7\x03\x21\xd7\x4f\xa9\xe0\x48\x56\x6c\x84\x6f\x0b\xab\xb5\x5e\xfc\x0b\x53\xfc\x4b\xf3\x77\xb2\xb1\x1a\x2f\xea\x2f\xeb\x93\x1f\x4b\xee\x08\xdf\x3e\xa1\x33\x46\x6b\x9d\x71\x2c\x2b\x26\x5b\x21\x2b\x67\x98\xcd\xd8\x7a\x3c\xce\x6d\xc4\x09\xe4\x48\x3d\x68\x6d\x30\x93\xf8\x91\xd4\x6a\x84\x10\x43\xa7\x47\xaa\x28\x6b\x94\xd6\xa4\xbf\xa1\xa7\x92\x1e\x94\x24\x6b\xe5\x48\x36\x7c\xac\x2e\xc3\x5a\x6d\x38\x1c\xfe\x45\xea\x82\x25\x51\xa7\x6c\xc1\xfd\x06\xda\xf6\xec\x2f\x57\xa6\x43\x3f\xdf\xd8\xa1\x57\xf5\xcf\x7f\x2c\xb9\x73\xc2\x29\x1b\x3d\xa1\x47\xf1\x5a\x8f\x4e\x93\xc2\x9f\xdf\x0e\x43\x82\x9c\xa9\xdf\x70\xa0\x4e\x79\x22\xf7\x7d\xb9\x8a\xa1\xd1\xfc\x48\x0c\x5f\xad\xd5\xc1\xff\x48\x0c\xd7\x6b\x75\x68\x7d\x24\x86\x9f\x0c\xa9\x7f\x6f\xfe\x3e\xdf\x48\xf2\x9f\xea\xbf\xaf\x3f\xff\xb1\xe4\x4a\xe4\x4f\x20\xf9\xb4\xfe\x65\xfd\xab\xfa\xf5\x1a\xe1\x67\x4a\xf8\xd0\x68\x21\xc8\x13\xab\x18\xcb\x1c\x31\x19\xb2\x68\xf4\xc4\x1c\x67\xa6\x31\x47\x1b\x1b\x73\x56\x3f\xfa\xb1\xe4\x6a\xa4\x4f\x68\x4c\xbc\xd6\x8c\x5f\x64\xa5\xa4\x22\xf2\x3d\x8b\xc8\x09\x96\x1a\xde\x41\x2b\x15\x0a\xc6\x0c\xcb\xaa\xd2\xf7\xa6\x4a\xa7\xe6\xef\x7b\xf3\xf7\x1b\xf3\xf7\x8f\xe6\xef\xcd\xc6\x2a\x7f\x5f\x3f\xad\xbf\xaf\x7f\x53\xff\x63\xfd\xe6\xc7\x92\x9b\x14\xfd\x84\xca\xff\x62\x55\x3e\x39\x75\x56\xd6\x43\xc3\x9c\xfa\xcf\x7f\x93\xfa\x2f\x15\xbb\x53\x7e\x4e\x67\xe4\xcf\xb4\x04\x58\xa0\x21\xea\x2b\xad\x58\x2f\x01\x16\x70\x81\xd4\x95\xca\x44\xe5\xd7\x4b\x80\x82\x35\xde\xe6\x25\xc0\xc8\x5e\x02\x8c\xd6\x97\x00\xa3\x82\x25\x40\x08\x17\x9f\x60\x09\xf0\xc4\x8d\x95\x64\x21\x00\xc7\x70\x9e\xaa\x7b\xbf\x69\x21\x00\xe8\xd8\x4d\xd4\x62\xf9\x6c\xef\xaf\xac\x7e\xfb\x2d\x0b\x82\x55\x5c\xc9\xc9\x63\xc1\x4e\x40\x88\xd2\x63\xc9\x64\x27\x60\x45\xa7\xff\xd2\x5e\x18\xe4\x0f\x2c\x57\xf0\xf9\x4d\x8d\x70\xe5\x54\x53\xe2\xf5\x9b\xeb\x88\xbf\x49\x17\x0b\x4f\x6c\xfb\x93\xb6\x18\x56\x71\x0d\xd5\x62\x20\x39\x4f\x5d\xa9\x71\x57\xf3\x61\x7a\xda\x2a\xab\xda\x5d\x67\xc7\x9f\x13\x76\x54\x4b\x0f\x7b\x21\x32\x46\xdf\xa5\x9c\x3e\x44\x23\xd4\x57\xfc\xa2\x07\xc9\x10\x0e\x25\xcb\x0d\x51\x32\x28\xf4\x20\x19\xa6\xbd\x6f\xad\x69\xd4\xc1\xca\x54\xad\x22\xc6\xe8\xe7\xfc\x3e\xc4\x58\xaf\x1a\xa6\x7a\xb0\x8f\x01\xd4\x10\x7a\x95\x30\x45\xd1\xd6\x34\xad\xcc\x13\x86\xdd\xdc\x1e\x76\xf3\xf5\x61\x37\x5f\x19\x76\xf9\x53\x7e\xcb\x1d\xac\xbd\x71\xa7\x59\x08\xea\x3f\xe7\xea\xe8\x21\x63\x39\xd1\x73\x86\xd8\x30\x43\xe0\xa4\x6c\x91\x04\xb5\x34\xc4\xe7\x3d\xae\xef\x98\x1b\x9b\xc9\x20\xda\x60\xab\x6c\xa2\xe5\xd5\xe8\x08\x46\x48\xd4\x14\x1a\x48\x91\x48\x4d\x12\xd3\x28\x7a\xca\x37\x85\xde\x56\x7e\xb1\x98\x87\x74\x88\x45\x62\xe9\x5a\x72\x9e\x55\x78\xe5\x99\x23\x41\x74\x4d\x4b\x44\xdb\x7c\x04\xf2\xd3\x07\xe2\x02\x7b\xb3\xb9\xcf\x07\xc8\x44\xe1\x8c\x60\x52\x4e\x40\x97\x90\x68\x1b\xe9\xc4\x42\xc1\xc5\x30\x84\x43\x38\xdd\x28\x80\xb4\x0d\x68\xf2\xba\xf5\xd7\xfb\x96\xda\x94\x7e\x8c\xa4\xfc\x4f\x5c\x4a\x1a\x0b\x8b\x62\x29\x99\x98\x5f\x6c\x90\x92\x9f\xfd\xd9\x65\xd9\x9d\x12\x66\x52\x42\x8c\xd0\x37\x79\x09\x31\xd2\x12\x62\xa8\x25\xc4\x08\x40\x0d\xa1\xbb\x74\x88\xa2\xad\x82\x5d\x94\xcd\x12\x62\x6a\x4b\x88\xe9\xba\x84\x98\x5a\x12\x82\x17\x5e\x89\xcc\xc9\x06\x4d\xb8\x6c\xb8\x9b\xe1\x2d\xfe\x52\xc3\x5b\x97\xff\xa9\x86\xf7\x10\xac\x9e\x07\xfd\xd5\x0e\xef\x27\x0e\xe1\xdc\xae\x59\xb3\x98\x25\x38\x72\x7e\xb7\x69\xdc\x8e\xac\x3d\xb3\x95\x5d\x28\x35\x35\xb0\x45\x34\xca\xeb\xb9\xf6\xbd\xb9\x9f\xac\x73\x4a\x48\xf5\xa6\xbc\x7d\x4e\xa9\x94\x58\x26\x56\x94\x58\x35\x18\xa8\x1a\x0c\x0c\x7d\x65\xed\xa0\x31\xf4\x87\xdc\xdb\xef\xad\xb7\xce\xda\x21\xb4\x6a\x1b\x43\xce\x41\xda\x36\x96\x6f\xdb\x42\xd6\x99\x65\x03\x8d\xe9\x81\x46\xf5\x40\x63\xe0\x2f\x50\xbc\xee\x54\x8a\xa2\x2d\xba\x32\x33\x0f\x5d\xfa\x10\xf3\x29\x42\x26\xb4\x32\x5b\x95\x92\x60\x34\x57\x63\x9a\xab\x31\xcd\xd5\x98\xa2\x17\x6a\x7c\xd0\x8c\x00\x54\x13\x80\x6b\x02\x50\xf0\x2b\xd0\xe9\x06\x71\xc9\xa0\x79\xae\x19\xba\x1c\xa8\xd1\x95\x5d\x68\x48\xd9\xe4\x45\x8e\x4d\x72\x2c\xab\x36\x60\xf5\xa9\x34\xd5\x27\xd0\x69\x79\xaf\x73\x6f\xea\xc4\x5a\x9f\x19\x52\x75\x59\x85\x1b\xbb\x0e\x45\x43\x0e\xb9\xd4\xd6\xb8\x26\xf2\x86\xce\xa2\x76\x67\xd1\xb5\xce\x82\xab\x5d\xe4\x1c\x38\x0f\x2c\x45\xd2\xd6\x9d\x90\xb5\x19\x75\xf5\xd4\x51\xb5\x72\x43\xad\xb0\x5d\x2b\xbc\x5e\x2b\x73\x32\xe8\xc6\xe8\x7b\x4b\x75\x0d\xed\xb9\xc0\xa9\x1f\x16\xed\x96\x0f\x91\xb2\x9d\x4d\x76\xcb\x57\xf6\xe7\x67\xe9\x41\x0d\x47\x18\xf5\x4d\xc5\x07\x16\x39\xc1\x1a\x69\x93\xee\x1e\xa9\xd4\xcd\xa7\xe0\x23\xcb\xc8\x37\x95\x1d\x29\xc1\x5e\xad\x4a\x0d\x9b\x54\x1b\xa8\xc4\x6d\x2a\xf1\x75\x2a\x25\xd5\xa3\x19\x95\x7a\x6e\xa7\xb1\x69\xd0\x1e\x6e\x1a\xb4\xef\x13\x91\x61\xf1\x01\x7d\x0a\x17\xbc\x7e\xa8\x51\xce\x41\x7d\xc3\x71\xc6\x41\x7d\xe3\x71\xc6\xe4\xaf\xa1\x59\x2f\x57\x9a\x05\x95\xc3\xe7\xcc\x5a\x41\x49\x25\xaa\x4f\x51\xd2\x91\x8c\xd1\x67\xd6\xd8\x3d\xd6\x17\xa6\x74\x85\x75\x65\x15\xdb\xdb\x09\x1b\xf8\xff\x06\x24\x63\x1e\xab\x31\xcf\xec\x31\xcf\x20\x93\x95\x35\xcd\x4a\xce\x3a\x0e\x67\xe4\x89\xc8\x4f\x93\xc1\xd5\xa3\x88\xa1\x3e\x83\x58\x33\x3f\x85\x34\x25\x88\x7e\x7e\x50\x86\xfe\x7d\x6f\xbc\x25\xf1\x13\x8e\xe6\x6b\xe7\x59\x42\x9d\x67\xf1\x07\x6d\x3a\x3e\xe4\x75\x87\x5f\x0a\x27\x85\x8c\xb3\x5a\xdd\x4d\x82\xa0\xbe\x49\x10\xbc\xc9\x8d\x98\x97\x05\xdb\x64\xf4\xc9\x16\x28\x67\xf9\xda\x7e\x4e\x72\xe6\x07\x34\x1d\x05\x4a\xd1\xc9\x2d\x78\x44\x56\xb2\xbe\x61\x62\xc6\x88\x6c\x70\x11\xfb\xfc\xa2\x6c\xc0\x2c\xe3\xaa\xd5\xdb\x69\xa9\x3d\x1c\x99\xd9\x2a\xb8\x8e\x56\x9f\x33\x8f\x4a\x95\x08\xf5\xba\x95\x7f\x4b\x29\x9c\x19\x50\x59\xed\x3d\x02\xd0\x32\x40\xfb\x7a\x93\x62\xd7\xdc\xdb\xd4\x2b\xcf\x36\xf5\xca\x4f\xe9\xd2\x70\x93\xde\xf7\xa2\x70\x90\xb0\x42\x3e\x5e\x11\x6c\x27\x1f\xa9\xe3\xfd\xc6\xa2\xd6\xf4\xb9\x0d\xf4\x60\x36\x3d\xd8\x3a\x3d\xf4\xb8\x95\x1c\xd9\x57\xf4\x1d\x3c\x6d\x49\x92\x6a\x85\xea\x41\xdb\xbd\xd8\xad\x7b\x55\xd8\x3a\x5e\xd8\xba\x95\x5e\x7a\x0d\xd2\x6e\x2a\xb6\x9f\xf9\xb4\x45\xad\xdb\xe1\x64\xcc\xf7\xa5\x6d\xfd\x98\xb4\xf4\xe5\xaf\x2f\xef\x97\x47\x5a\xf6\xdb\x50\x3f\xd4\x92\x6f\x48\x91\x51\x5a\x4e\x35\xb0\x8c\x4b\x38\x12\xa2\xd0\x5e\xaf\x78\x3b\x86\xd9\xdb\x31\x6c\x7d\x3b\x26\x9b\xef\xed\xd3\x06\xb3\x13\x02\x60\xe6\x55\x5c\x99\x0a\x5e\x3f\xbe\xb5\xf0\x71\x06\x82\xca\x1b\x22\x4c\xaf\x29\x29\xd3\x2a\x3a\x0a\x12\x15\x71\xf1\x88\x79\xe0\x53\x94\x93\x9f\x3f\x92\xbc\x05\x3b\x60\xab\x9a\x9a\xd6\xd4\xfd\x4d\xeb\x07\xb4\x69\xfd\xf0\x6d\xb2\x7e\x50\x2b\xc7\x6c\x5b\x99\x23\x8a\xfa\xe9\x00\x37\xba\xb4\xfb\xc0\x14\x9a\x2d\xf6\x15\x33\x64\xc7\x38\x7f\x3e\x96\x30\x9b\xbd\x7f\x2f\x58\xe2\x33\xb2\x62\x20\xaa\x35\x8a\xef\x0a\x87\xb8\x28\x1c\xe2\x2b\x46\xc5\x5f\x81\xbc\xa2\x60\x7d\xfa\x22\x57\xf4\xb7\xc5\x45\xff\xfe\xd7\x17\xfd\xc7\xcd\x45\xff\x21\x57\xf4\x17\x79\x5d\x4a\x8a\xb9\x35\x15\xfd\xb3\x0d\xea\xc7\x67\x96\x09\xfa\xaf\x55\xed\xbe\xcf\x2b\x4b\xdf\x6d\x58\x0b\x59\xca\xdd\xc6\x9d\xaa\xea\x26\x35\x42\x10\x29\xc6\xb3\xf2\xd5\x71\x4c\xa6\xed\x11\xb1\xae\xed\xb9\x0c\x51\xd0\xe3\xbd\x2a\x0b\x58\xe0\x3d\x59\xf5\x23\x24\xdf\x9c\xaf\x0a\xac\xf1\xb3\xa6\x38\xcf\x9e\x6d\x58\xdb\x3d\x7b\xb6\x71\x6d\x17\x91\xf5\x7d\x37\xe7\x99\x63\xea\x25\xe5\x03\x28\xae\x1b\x5f\xa9\xdb\x1f\xd6\xd6\x67\x30\xfe\x34\xca\x9a\x54\x65\xe9\x06\x91\x09\xf1\xba\xd0\xcc\xad\x41\x68\x21\x7b\xd3\xf5\x35\x08\xb5\x25\x92\xcb\x90\xde\x51\x43\x08\xb9\x18\x51\x70\x7f\xef\xa8\x9d\x0d\x7c\x7f\xef\xdc\x25\x0f\x4b\xf3\x10\x09\x17\x24\xfe\x48\xf0\xca\x16\x63\xa1\xdc\xcd\xed\x67\x3c\xc0\xea\xcb\x9c\xf6\xae\x96\x76\x58\x8e\xa1\x0d\x3d\x1d\xe7\x7b\x3a\x2e\xe8\xe9\xf8\x41\xed\x33\x2e\x24\x56\xbc\xae\x7d\x26\x26\x88\x38\x35\x41\xfc\xbb\xaf\x92\xcb\x10\x5e\x23\x24\x53\x84\xc4\xe0\x41\x1d\x19\xdb\x6c\x88\xd7\xd9\x10\xa3\x64\x22\xd2\x63\x1d\xaf\xae\xe5\x2a\x2c\x35\x7f\x54\xcd\x95\x03\xe8\x57\xed\xed\xaf\x2b\x6e\xbf\x7f\x68\x37\xe7\xd3\xb2\xfb\xfa\xdd\xee\x6d\x57\x0f\x01\x92\x70\x3d\xc9\x33\x3b\xb9\xbf\xe7\x22\xf5\x20\x54\x2e\xeb\x11\x41\xc0\xd2\xa5\xe0\xa3\xc7\x41\x22\x51\xd7\x2f\x79\x25\xb2\xe2\x22\xda\x24\x2c\x28\x49\x17\x0d\x85\xe3\x28\x25\xe7\x1f\x1f\x94\xa0\x52\xd5\x16\xd9\xca\x82\x27\x9a\xcf\xaf\x9c\x8c\xd8\x8a\x88\xfc\xfe\xe3\x0a\xdf\x28\xf1\xd6\xf7\xbd\x36\xcc\x62\xd4\x9e\xc5\x68\xc1\x2c\x46\xd3\x5d\xed\x87\xb6\x8e\x30\xfa\x36\xdb\xf3\xfe\x3b\xdd\x02\x7a\x78\x03\xec\xff\x35\x54\xf8\x64\x3b\x61\x73\x02\x52\x63\xa6\x5f\x89\x02\xaf\x30\xb9\xe4\xe1\x87\xf8\xb5\xb5\xbb\x69\x78\x7b\x9b\x46\x77\x58\xa0\xa3\x78\x20\x53\x4e\xec\xa3\xa9\x19\x81\x0b\x52\x38\x93\x3c\x49\x34\x0e\x49\xca\x63\x66\xce\xed\x0f\xe0\xa8\x18\xe1\x93\x7a\x75\x4a\x00\xd8\xc7\xdb\xb6\xc1\x3e\x06\xbf\x19\xe3\x16\xdb\x28\x53\xd3\xf9\x45\xbd\xae\x1e\x8e\x29\x13\xfe\x57\x91\x70\x79\x7a\x30\x02\x55\x18\x53\xeb\xbc\xec\xa1\xde\x8e\x57\x7a\x5b\x3c\xd2\xdb\x4f\xd8\x95\xff\xeb\x19\x57\xbf\x61\x77\xfd\xaf\xa7\x11\x9f\x4c\x36\x8c\x75\x57\x2b\x43\x0a\x81\xfa\x0e\x67\x4c\x38\x03\x2b\x1c\x95\xc8\xa2\xa4\x65\x56\x5a\x5c\xf4\x53\x95\xa0\xea\x5b\x77\xef\xa9\x70\xf3\xf1\x86\x8c\xa3\xb6\xd7\xc6\x4e\xa2\x77\x97\x5a\x4c\x1c\x13\x17\x2c\x83\xbb\xa5\x2a\x9b\x09\xa4\xc0\xf5\x6d\xf5\x73\x3c\x81\xd8\xa4\xc4\x53\xb6\x08\x47\xca\x81\x7d\xe2\xb6\x46\x85\xc2\xe5\x28\x4c\x77\x2a\x66\xc4\x0a\x56\x96\xdc\x47\xe7\x5b\xda\x3c\x97\x27\x30\x07\x59\x38\xb3\x73\x92\xf8\x9d\x21\xd1\xc8\x59\x82\xb5\x18\x13\xb9\x0b\xfe\xe3\x9c\x2f\x37\xe3\x2b\x4e\xc1\x2d\xdd\x5b\x02\xaf\x32\xcc\xbd\xb4\x93\xaf\x08\x08\x54\x9c\x43\xfb\xeb\x5b\xe2\x5e\x49\xf8\x8a\x0f\x82\xe4\x19\x80\x25\x9c\xa1\xba\xfb\xc3\x7d\xff\x87\x8b\x8b\x01\xf8\x9d\xed\x93\xf9\x7d\xe2\x15\x89\xba\x77\x11\xe3\x33\x1c\xd2\x5f\xc8\x97\x38\x9e\x0a\x3c\x79\x15\xe9\x48\x0b\xc1\xb6\x07\x0b\x88\x14\x6c\x7b\x4b\x28\xee\xef\xef\x96\x3a\xc6\x0b\x47\x73\x85\x2c\x65\x98\xda\x26\x84\x99\xaf\x71\x13\x91\xaa\x36\x66\xfc\x18\x0f\xa7\x6e\x2e\xcc\x52\x16\x2d\xf6\x1a\xb8\x02\xdc\xdf\xa7\xef\x33\xf9\x0e\xca\x65\xe3\x3a\xef\x9a\xdc\xc6\xae\x48\xdc\x1b\x82\x02\x6c\x3c\x73\x97\x1b\x29\xf3\x9d\xc4\x15\x22\x1f\x40\x8c\x54\x18\x18\x3d\xca\x60\x88\xbc\xfd\xf0\x80\x6a\x4b\x9f\xc4\x7f\x56\x98\xb8\xd2\x5d\x20\xf3\xa5\x1f\x2a\xdf\x04\x69\x8d\xa6\xc0\x5d\x80\x72\x79\xa6\xe5\xf1\x42\x03\x01\x70\x87\x51\x08\x63\xb4\xd0\xe6\xdf\x4b\xe5\x45\x53\x63\x1a\xa2\xd8\x94\x91\xa8\xfc\x33\xe8\x7c\xe6\xdf\x39\x15\x63\x65\x54\x71\x60\x49\x5f\xa4\x5c\x3a\x00\x8e\xd0\xdc\x1d\x82\x7d\x37\x4a\x2a\x00\x6a\xf1\x3c\xa4\xc3\x24\xee\x63\x64\x87\x37\x4a\x9a\x4a\x90\x07\x05\xf2\xe0\x7a\x88\x9d\x7d\x71\xc0\x95\x57\x30\x52\xb1\x9c\xa2\x8b\x41\x72\xbf\x4a\xfb\x97\x4f\x1c\xa8\x41\x8a\xbc\x2d\xed\x5a\xcc\x4b\x73\x26\x85\xb0\x1c\x02\x88\x91\x07\x33\x4f\x97\xfb\xf8\x20\xde\xc7\x95\x0a\xa4\xca\x03\x19\x1d\x20\xd6\xc7\x69\x20\xae\x68\xe9\xf6\x31\xf4\x07\x70\x04\xc0\x92\xb8\x49\xcb\x96\x40\xfd\x53\x77\x5c\x97\xf9\x50\x4d\x96\x03\xc9\xd4\x00\x54\xf9\x77\x97\x72\x51\x39\x54\x94\x33\xb1\x5c\x66\xa7\xb7\x8d\x8d\xbb\x47\x7a\x7f\xef\x5c\x31\x16\x12\x6c\xf9\x80\xa4\xbd\x28\xe0\x6e\x24\x97\x66\xa2\x36\x21\xc2\x65\x29\xf7\xa6\x31\xe2\xb0\x12\xcb\x96\x7f\x4a\x15\xb7\xbe\x16\x4b\x68\x15\x94\x06\xdb\x91\x54\xed\x08\xdc\xc5\x51\x58\x57\x83\x83\x36\x75\xd8\x5c\x29\xd5\x4d\x25\xe8\x7a\x25\x92\x10\x85\x96\xc7\xf9\xb4\x16\x14\x32\x00\x20\xcb\xf9\x6c\xd4\xb4\x81\xd4\x0a\x33\x7a\x45\xa3\x91\x2b\x20\x51\xc9\x39\x8f\x86\x16\x98\xca\x2a\xb1\xdb\xc1\x19\x7b\x22\xe0\x90\xd6\x86\x78\x38\x25\x89\x9b\x4a\x00\x69\x2d\x26\x9c\xaa\xe1\xcd\x41\x51\x64\xce\xd2\xef\xcf\x4e\x4f\x6a\x7a\xa6\xa0\xe3\x5b\x2b\x9e\x69\x06\x8d\x53\x77\x99\x12\x39\xca\xbb\xc2\x54\xab\xe4\x25\xce\x7b\xe8\x2f\x74\xc1\xa6\xbc\xfb\xa7\x68\x96\xd0\xce\x33\x21\xa2\x28\x4f\x06\xde\x27\x83\x7c\x8e\x38\x97\x03\x0a\xbb\x8a\x7d\x32\x40\x42\xfb\x8c\x8b\xd1\x9d\xae\x68\x41\x48\x2d\x29\xd6\xf1\x72\x59\x14\xa2\xd7\x36\x2b\xd4\xf3\xd7\x70\x4a\x7a\xe6\x6f\x10\xc3\xc8\xcc\x4a\x29\x71\x7b\xf6\x4b\xc0\x52\x3f\x01\x0a\x4a\x70\x2c\xc8\xe4\xb6\x97\x3d\x06\x14\xb8\x04\xde\x69\x74\x1c\x5a\x59\xa3\x25\x58\xc2\xb4\x46\x49\x06\x15\xd9\xef\x3d\xe6\x14\x8f\xe8\x30\x28\xf6\x42\x93\x70\x05\x87\x62\x95\x0d\x44\x8e\x0d\xe0\x8c\x45\xab\x78\xf8\x3a\x1e\x01\xf9\x2a\x1e\x9e\xc3\x93\x0f\x6c\xf8\x40\x70\xd3\x86\x09\x3a\xdd\x48\x22\xbd\xaf\x5e\xae\x47\x91\x0b\xb6\x54\xff\xc5\x24\x1a\xa1\xe2\x08\x03\x2a\x16\xe9\xaa\x8c\xec\xa5\xb9\x24\x3d\x97\x20\x68\x14\x00\x95\xcb\xb4\x66\x85\x15\x76\x39\x58\xc9\x06\x39\x08\x5c\xa1\xc8\x60\x62\x1d\x2b\x12\x24\xc1\x0c\x99\x15\xc5\x23\x1f\xcf\x57\x29\x8c\x77\xc9\xbd\x59\x01\xa5\xd8\xb8\xc2\xc3\xeb\x80\x2f\x35\x0a\xcd\x85\xab\xac\xca\x5d\x02\x6a\x64\x6d\xf6\xe3\xee\x5d\x84\x67\x24\x20\x70\x84\x05\x0e\xc4\x52\x89\x58\xdb\x60\x56\x58\x65\x8f\x69\x34\xba\x94\x62\xaa\xc8\xbd\xa6\xba\x8d\x44\x26\xc7\x37\x73\x57\xc5\xbb\x93\xf5\x03\x7a\xde\x13\xca\x6b\xe8\x90\x85\xa1\x9c\x15\x8b\x32\x6b\xf1\x27\xdb\x21\xcb\xb7\x07\xc8\x5d\x12\x91\xa4\x60\x38\xb1\x25\x3c\x3d\xb9\x3c\x7b\x7e\x7c\x72\xf4\xee\xd5\x69\xe0\x5c\x5e\x5a\xaf\x97\x97\x8e\xfa\x7a\x7e\xfc\x36\xf9\x72\x7e\xfc\xd6\xa4\x1e\xff\xf1\xf8\xf9\xd7\xe7\xc7\xe6\x83\x79\x33\xdf\x5e\x1c\xbf\x7c\x75\x92\x7c\xd2\x2f\x97\x97\xce\xb2\x20\x70\xa1\x71\xbe\x99\x56\x75\x69\x47\xb2\x4b\x1c\x38\x59\xee\xa6\x62\x22\xce\xe9\x8c\xb0\x85\x28\x4d\x71\xac\x6e\x62\x5d\x11\x12\x95\x92\x18\xc0\x2b\xf2\x72\x2d\xff\x30\x24\x98\x3f\x15\x03\x76\x89\x59\xb9\x22\x94\x15\x9c\x28\xa9\x59\x8a\x4b\xa0\xa7\x3c\x87\x2a\x48\x7a\x7f\xbf\x2d\x40\xb9\xbc\x9e\x43\x58\x58\xe0\x6a\x76\xc1\x6f\x53\x09\xaa\x52\x4c\x40\x46\x0e\xee\xec\x4f\x7a\x92\x53\xea\x69\x1e\x28\x0f\xa0\x84\x81\x02\x58\x2e\xb7\xad\x6e\xd7\xb1\x20\x0b\x9c\x36\x67\xd5\xe9\x65\x8f\x01\xcd\xa2\x42\x0a\x44\x97\xaa\x22\x45\xb9\x6d\xb2\xf6\xec\x97\x80\x65\x18\x38\x62\xcb\xa5\xab\x55\xda\x18\x86\x72\xe1\xb9\x40\xdb\x3e\x1c\xaa\x98\xaf\x59\x7c\x06\x70\xb7\x28\x97\x63\x75\xdd\x6c\xdb\x87\xa9\xd0\x08\x51\x9c\xc4\xf1\x0e\x41\x20\x33\xc1\x30\x95\x15\x53\xd7\xf6\xba\x34\x75\xb5\x03\xb3\x45\x22\xaa\xb0\x3b\x02\x5b\x0b\xb4\xad\x95\x2d\x3d\xba\xc3\x54\x63\x33\x11\xf6\x62\xe5\xf1\xa2\x3f\xd8\xaf\x54\x86\x07\x62\x1f\xc4\xe5\x72\xdc\x1f\x0e\x6a\x7c\x21\x25\x9d\x2a\x30\xcb\xb5\x8c\x95\x5a\xa4\x5b\x60\xb3\x35\x1d\xbb\x1c\x21\x64\x13\x21\xe9\x7f\x3b\xcd\x25\xc0\xac\x85\x10\x62\xf7\xf7\xdb\x1c\x94\xcb\x45\x79\x78\x0e\x13\x5c\x45\xa1\x7a\xc4\x25\x09\x1f\x88\x1c\xb3\x70\x9b\x59\x2c\x90\xfc\x67\xcd\x2a\x2a\xb6\xb9\xfc\x4d\x89\x38\xb6\x66\xe8\xf1\x22\x42\x7a\x86\xa9\x61\xa9\x7a\x21\x6b\x87\x61\xee\x82\xbb\x65\x54\x8b\xc8\x8d\x38\xa7\xc3\x6b\xb4\xee\x5c\x40\x8e\x3f\xad\xf1\x16\x04\xb8\x97\x54\x58\x0b\x14\xe9\xa7\x4a\x30\x47\xfe\x3e\x3f\x58\x0f\x43\x54\xa9\x00\xd1\xe7\x55\x7f\x90\x0b\x3d\xb4\x15\x6a\xe9\x9e\x78\x77\x13\x00\x40\x7f\x1b\xa5\xbd\x76\x7f\xbf\xb8\xbf\xc7\xee\x14\x2c\xe1\xd8\xd2\x4b\xf8\x22\xb2\x37\x73\x93\x26\x27\x2b\x00\x15\xf3\x3e\x6d\x3b\x58\xc2\xa8\x26\xa8\x08\x09\x72\x4c\x30\x57\x07\x46\x35\xf3\x88\xb6\x3d\x18\xd5\x48\xf4\x1e\xdd\x49\x38\xcc\x27\xef\x25\xa3\x47\xb5\xf7\x84\xc7\x2a\x74\x82\x93\xbd\xc4\x1a\x88\x45\x68\x2e\x61\x47\xa3\xd7\x34\x16\x24\x22\x5c\xbd\xb3\x68\x48\xf4\xc3\x78\xac\xfe\x72\x32\x63\xef\x49\x0e\x46\x27\x1d\x85\x61\x92\x1a\xab\x64\x32\xa3\x42\x3d\xcc\x39\x99\x93\x28\x8f\xd7\xa4\x9d\x46\xc3\x3c\xae\x30\x45\xb1\x36\x4f\xf4\x07\xb2\x9e\x52\xd1\xa5\xd1\x24\x4f\xaa\x15\x01\x6b\xc2\xe1\x26\xb0\x25\x1a\xaf\x5e\x67\x97\x98\x86\x1f\x46\xeb\x85\x38\x75\x47\x7d\x9b\x8e\x28\x7f\x52\x19\x0a\x72\x43\x09\x8b\x19\x8e\xaf\x0b\x82\xe2\x7a\x05\x51\x29\xdd\xc2\x85\x10\x5f\x09\xc8\xa5\xe3\xc0\xa4\x8c\xbb\x1f\x1d\x22\x6f\x3f\xaa\x56\xcd\x3a\x09\x91\x7e\x34\xd8\x72\x6a\x2a\xe6\x41\x8f\x98\x45\xa4\x1b\x41\x1f\x04\x4e\xcd\x24\xbb\xb9\x74\xe5\x1f\x3a\xe0\xe5\xf2\x6a\x72\xb5\x0a\xe4\x82\x56\x18\x2b\xa4\x6a\x75\x9f\x03\x52\x5b\x44\xf1\x94\x8e\x85\x2b\xb1\x15\xb9\x82\xcb\xc2\x70\x4b\x3d\x23\x14\x84\x03\x4b\xef\x90\xef\xae\x00\x5b\x59\x7b\x24\x5b\xca\x26\xa4\x9b\x1c\xfb\x91\x1c\x55\xae\x6c\x08\x8c\x20\x01\xe5\xb2\xd9\x5d\x93\x29\x69\x89\x7c\x29\x6a\x9c\xc4\x2c\x7c\x9f\x8b\xd1\x9b\x09\x56\xc7\x81\x54\x4a\x45\xb6\xa6\xd3\x55\xfd\x7d\x76\x88\xaa\x7e\xb9\xbc\x4d\xf7\x59\x42\x3a\x8c\xd8\x21\xf2\xac\x18\xb0\x6c\x10\x10\xc9\x22\xae\x12\x0e\x6b\x41\xaa\xb0\xe5\x56\xe1\xfc\x76\x9e\xdc\xdd\x4e\x82\x76\xc6\x25\xc1\x4a\x73\x2c\xa6\x49\x2d\x4b\xb3\x45\x2c\x27\xf9\x92\x46\x14\x3b\x49\x78\x05\x5c\x71\xea\x4e\x45\x40\x8a\x1c\x65\x74\x8d\x93\x1d\x20\x0f\x24\x77\xb8\x5d\xda\x73\xea\xda\x63\xb9\x2b\xe4\x62\xd2\x15\xaa\xab\x84\xeb\xd4\x1d\x50\xe4\xa6\x7d\x7b\x5b\xc5\x05\xdd\xa6\x89\x3b\xee\xba\x03\xe4\xb2\xb9\xe6\x2c\xa1\xb5\x71\xb3\x26\x26\xe5\x1a\x95\xc6\x47\x57\x31\x0b\x17\x42\x39\x39\xc4\xa6\x5a\x72\x21\x99\x05\xca\x77\x89\xaa\x06\x79\x62\x35\x58\xbe\x1a\xec\xfe\xde\x25\xc8\xa9\x39\x00\x92\x72\x59\x92\x81\x54\x90\xc6\xc1\xd2\x96\x12\x59\xd3\xac\x2e\x05\x8b\x3c\xc7\x18\xa9\xa7\xf4\x92\x39\x64\x39\x6b\x2e\xb8\x9e\xb6\x54\xf7\x8a\xf6\xb6\x64\x2b\xf3\x4d\x2b\xe2\x06\xf2\x54\x6e\x90\xd5\x2b\x60\x85\x74\x1c\x01\x9b\x52\xb2\x3d\x9c\x84\x58\xd0\xf7\x39\x1b\x5b\x6e\x09\x88\x7c\xc0\x3c\xb5\x81\x93\x6d\x53\x3a\x8a\x40\x7d\x31\x50\x5b\x3a\xfb\xd9\xa8\xb3\x24\x08\x3f\x44\x5e\x0a\xc9\x07\x72\xa0\x83\xfd\x84\x0e\x87\xbc\xd7\x97\xe3\x40\xfb\x77\x17\x90\x57\x45\xc5\x07\x4b\x82\xd2\xd1\x27\xd7\x23\xe6\x30\x5f\x0a\x0d\xeb\x03\xb7\x3e\xa4\x03\x9e\xa2\x3c\xd7\xa8\x75\x9d\xcb\x73\x29\x18\xa5\x51\x8d\x93\xd0\x2c\x90\xa5\xe1\x50\x62\x84\xcd\x2e\x1e\x56\x1b\x77\x74\xec\xd2\x7e\x38\xd8\x46\x88\xf5\xc3\x01\xb8\x8b\x51\x68\xb6\xe3\xf4\x8e\x5e\x7f\xa0\x43\xf9\xa3\x58\x6d\xfc\x59\x5b\x7e\x0b\x63\x4f\x66\x49\x32\x77\x81\x16\x89\x7e\xc7\x4c\xab\x63\x60\x77\xca\x52\x2d\x89\xe7\xca\xaa\x5b\xd4\x46\x24\xa4\x33\x2a\x08\x47\x4e\xa0\xde\x29\x57\xe1\x49\x1e\xe5\x17\xc3\xf3\x0e\x80\xde\xfa\xd6\xb3\x53\x73\x2c\x15\x71\x25\xae\x07\xe4\x48\x99\x9a\x0b\x18\x49\x65\x90\xca\xb9\x9e\xd9\x1d\xca\x0e\x91\xbf\x5f\xad\x32\x75\x1f\x54\x42\xba\x2b\x38\x18\xd0\xd1\x7d\xb6\x29\xb8\x8b\x10\x4b\x36\x2f\x8d\xa9\xf0\xb6\x6f\x68\x51\xf5\xf5\xbd\x25\x3d\x22\x6b\x8e\x9c\x23\x74\x92\x4c\x20\xa9\xcf\xff\x48\xd1\xe4\x0a\xc7\x64\xa5\xe9\xd9\x4e\x88\x4d\x8e\x07\x68\xb1\x95\x04\x7d\xf4\xb2\xb6\x99\x8d\x49\xab\x7d\x42\x4e\x79\xd5\xaa\x48\xdb\x97\x6b\x9c\xc8\xda\xc6\x91\xa8\xf8\x76\xeb\x74\x8b\xd4\x11\xee\xb6\x0f\x23\xf9\x19\xe4\x1b\xeb\x64\x0d\xe3\xb2\x61\x52\xbb\xcd\x4e\x23\x78\xc2\xd0\x55\x7f\x27\x39\xbd\x00\xb2\x2b\xd4\xb1\x48\xfa\xd5\x83\x49\xf0\x9e\x6a\x0a\x05\x20\x97\x54\x22\x37\x62\x8d\x3f\x1e\x22\x48\xc6\x05\x55\x3f\x4f\x17\xc8\x90\x07\xb1\x4d\x17\xac\xe9\x82\x35\xd1\xe3\x3c\x59\xb0\x9a\xc5\x5a\xdd\x6d\x84\x62\xb0\x4a\x07\x5c\xf1\x01\x6c\x75\xe4\x02\xb3\xa7\xbe\x89\xde\xff\xc3\xde\xbb\x6d\xb9\x8d\x63\x0b\x82\xef\xfa\x0a\x8a\xe3\x52\x02\x16\x82\x21\x85\x9d\xce\x4c\xda\xb0\xda\x69\x47\x56\xfa\x1c\x87\xed\x76\x44\x9e\x3c\x79\x64\x55\x1c\x86\x08\x49\x28\x53\xa0\x0a\x84\x22\x1c\x15\xe2\x6b\xaf\x35\x8f\xb3\x56\xbf\xcf\xf3\xfc\xc6\x7c\x4a\x7f\xc1\x7c\xc2\x2c\x6c\x00\x24\x48\x51\x61\x67\x55\xcd\xa5\xbb\x8f\xab\x32\x44\x82\xb8\x63\x63\x63\xef\x8d\x7d\x51\x34\x89\x35\xcd\x6a\x24\x93\x63\x1c\x1f\xe9\x37\x05\x6f\xfa\x18\x70\xd1\x85\xcc\x3c\x27\xf5\x3c\x7b\xd3\xa9\x76\x3b\xd3\xd2\x6e\x37\x32\x0c\xc6\xd8\xc8\x3a\xe1\x2a\x49\x1f\xc0\xfa\x41\x0e\xc7\xfe\xb4\x2b\x3d\xed\x3d\x83\x2a\xc2\x2b\x8d\x95\xc2\xe4\x2a\xac\x27\x1e\x4f\x0e\x5c\xb5\x54\x3a\x45\x70\xaf\x12\x1f\xc8\xa5\x9e\x8d\xe0\xd4\x75\xf3\x36\x84\xb0\x3d\x7e\xc9\x12\x7b\x1c\x89\x44\x8f\xc6\x1a\x0f\xdf\x2b\xac\xf2\x24\x07\x2f\x57\x5c\xb0\x82\xc5\x12\x7d\xff\x1d\x26\xa7\x62\x99\xf1\x62\x15\x4b\xf4\xf8\x3b\x4c\x7e\x92\x4c\xcc\xf5\xcb\xf7\xdf\x63\xf2\x47\x26\xd7\x89\xd0\x2f\x3f\x60\xf2\x6a\xab\xe0\xc3\x0f\x23\x4c\xde\xe6\xf2\x86\x2d\x39\x7c\xfb\x61\x8c\xc9\x7b\x2e\x13\xa5\x2b\xfc\xe1\x04\x93\x5f\x3e\xc9\x84\x0b\xfb\xf1\x11\x26\xef\x73\x5b\xff\x0f\x8f\x31\x39\xdf\x24\xc2\xbe\x7d\x8b\xc9\x87\x6d\x51\xd8\x8c\x4f\x74\x46\xa9\xb6\xcb\xad\xe9\xda\x0f\xdf\x61\x52\x45\xf0\x80\xae\xbd\x49\xc4\x72\x9b\x2c\xf5\xc7\x47\xf8\xcb\x11\xd3\x21\xd8\xf3\x55\x67\xa0\xe7\xa2\xc4\xb8\x92\xde\x7d\x87\x7b\x0d\x41\x74\x25\xb5\x36\xa4\x06\x7b\xc8\x48\x42\xf3\x87\xcc\x21\x5f\x34\x3e\x7a\xf4\x90\x0d\x1f\x3d\xcc\x8f\x12\xfc\x50\x0d\xd1\xe3\xa3\x27\x0f\xf3\xe1\xa3\x87\x09\x7e\x28\x87\x68\x3c\x74\x5f\x21\x45\x0c\x93\x87\x1c\x1f\x3f\x29\x5d\xd0\xd5\x27\x5e\x73\x89\x27\x94\xf2\x65\x60\xc6\xfd\x34\x07\x61\xbc\x3d\x5a\x12\x8f\x35\xcc\xf5\xf9\xd2\x78\xcd\x1a\xaf\xd6\x45\xf5\xe8\xa9\x7c\x96\x3f\x1d\x0e\x25\x76\x71\x6c\x91\x88\x16\x18\x41\xdc\x5b\x92\x4c\xe5\x8c\xf2\x48\xee\x76\x23\x52\x98\xe7\xa5\x7e\xce\xcc\xf3\xd5\x6e\x37\xaa\xa2\x5f\x51\x86\x12\xdd\xa6\x3e\x66\x48\x46\x19\xca\x30\xe1\x51\xbe\x49\xe6\x5c\xdd\xd2\x26\x53\xef\xcc\xdd\x23\x49\x13\xb8\xb6\x89\x96\xb4\x30\x0f\x57\x34\x83\x87\x61\x18\x96\x65\xa9\xa2\x84\x36\xaf\xe0\x0c\x1a\xae\xae\xb3\xae\x30\x10\xe1\x8d\xb5\x71\x1c\x84\x44\x88\x35\x06\xc5\x30\x8e\x24\x41\xaa\x39\x52\x9d\xa8\x8f\x6a\x89\x58\xb4\x24\x2a\x5a\xea\x51\xe8\x97\x2b\x7d\x18\xe8\xb1\x54\xad\x25\x18\x31\x37\x24\xa2\xdc\x53\x85\x58\x3b\x45\x94\x92\x72\x04\x5b\x73\x49\x13\xf3\x70\x45\x0b\xf3\xe0\x26\x27\x83\x57\x18\x71\x35\x33\xcb\x64\xbd\x4e\x28\x23\xbc\xd4\x44\x87\xc1\x83\x09\xba\xc7\xd5\xe0\xd1\x78\xaf\x1b\xd5\xfd\x8e\x7c\x46\x47\x13\x49\x47\xb1\x7c\x4e\xc7\x13\x24\xe9\x98\xa8\xa3\x31\x8e\x81\x3a\x59\x64\xb9\x06\x85\x87\x4a\x53\x30\xc0\xac\x24\xfa\x67\x38\x9e\x69\x08\x7a\x3e\x9a\xb0\xa9\x38\x1a\xcf\xe2\x13\x0d\xcc\x1a\x8a\x9e\xa9\xa3\xb1\x4e\x1c\x9e\xe8\xc4\xe4\xa8\xd2\xd1\xe3\x08\xc9\x23\x71\xac\xf0\x43\x45\x0a\xd0\x88\xcd\x34\x16\xc2\xbd\x7b\x3b\x7e\xb8\xdb\x5e\xf7\x10\x92\x7f\xa0\x63\xfc\x6c\x34\x19\x0e\x65\x2c\xb1\xeb\x2d\x12\x43\x3d\x92\x3f\x28\xdb\x6b\xfd\x50\x98\x74\x93\x9a\x99\x97\x13\xfd\xd2\xd5\x4f\x6b\xbc\x00\xfd\x6c\xc9\xf2\x5b\xd8\xc2\x87\x45\x87\x4e\x18\x1d\x32\xa2\xe8\x50\x1f\xf5\x88\xef\x31\x68\xf8\xd9\x09\x28\x9c\x13\x46\x47\x9a\x71\xe5\xcf\x1e\x4d\xc6\xf1\x50\x56\xa7\xa1\x3d\x04\x47\x3b\x43\x27\x26\x9f\xd1\x88\xc0\xe3\x9c\xf1\x0c\x21\x75\xc4\xf0\xb1\xc4\xee\xca\xc0\xec\x5d\x8e\x9f\x0e\x87\xe2\x19\x7f\x8a\xf3\xa9\x98\x51\x36\x14\x0f\x2b\xed\xba\xfc\xde\x6b\x48\x43\x4f\xb0\xbd\xa8\x03\x6a\xb7\x0b\x5f\x14\x05\x93\x3a\xab\x09\x44\x87\x4b\x08\x4f\x79\xfa\x97\x6d\x92\xed\xdd\x45\x28\xc4\xfa\x54\x5a\x72\x49\xe4\xea\xdd\xa7\x16\x4d\xaf\x50\x5f\xff\x02\x9d\x70\xa8\x06\x5a\xd5\x90\x7f\xa2\xaa\xbe\xee\xa1\xea\x0b\x58\xdb\xcc\xdb\xdd\x6f\x49\x9a\x26\xb1\x44\xdf\x3d\xc1\xe4\xf4\x9a\x09\xf5\xe3\xb6\xd0\x58\x7f\x84\xc9\x6b\xa1\x98\xdc\x48\xa6\x98\xd4\x29\x3f\x60\xf2\x32\x17\x10\x4c\x40\xa2\x93\x31\x26\x6f\xf8\x95\x4c\xe4\xad\x3e\x32\x46\x98\xbc\xe2\xd0\x96\x4d\x38\xc1\xe4\x27\x96\xa8\xad\x64\x3f\xf1\x8c\x9d\xb3\x44\x9a\x93\x4e\xa7\xfb\x09\x8f\x1f\x63\xf2\x3e\x4b\xd4\x22\x97\xeb\x58\xa2\xf1\x13\x0c\x1e\x30\x32\x5e\x18\x9d\x0e\x89\x1e\x3d\xc2\x64\x9e\x9b\xf0\x03\x52\x77\xed\x87\xef\xb1\x71\x29\x0a\x6f\xe3\xd1\x63\x4c\x36\xd9\x76\xc9\x85\x79\x7d\x82\x49\xb1\xe2\x6b\xfd\x72\x72\x82\x89\xb9\x70\x7a\x7d\xf8\xae\x41\x44\x30\x05\xbe\x54\xed\x2b\x99\xc3\xe6\x7d\x86\xf8\xaa\xf9\x96\xe8\xbb\xef\xcc\x15\x96\x9e\x41\x7d\x48\xe9\x99\x4e\xcc\xcd\x56\x61\x6e\xb6\x3a\x6f\x11\xf5\x26\xd1\x48\xbe\x22\x89\xf3\xc8\x5d\xa0\x20\x8d\x5c\x21\x84\x62\x05\xa7\x5b\x8f\xe5\x66\x11\xc4\x05\x69\x05\x8b\xae\x89\x24\xc5\x36\x43\x64\x33\x69\xc2\x2b\x0c\x9e\x1d\x1d\x05\xe1\x90\x45\x92\x25\x45\x2e\x70\x09\x52\x46\xc9\xfe\xb2\xe5\x92\x15\xdd\x37\x48\x9a\x71\x82\x1b\x24\x65\x2f\xab\x8c\x68\x12\x2a\x4d\xd4\xbe\x5c\xc1\x9c\x58\xdd\x57\x47\xe6\x7b\x16\xc9\x44\x7c\xba\x5c\x27\x73\x99\xeb\x43\xad\xaa\xab\x61\xed\x11\xdd\x70\x21\x98\x24\x52\xe3\x47\xbe\x40\x12\xee\xb2\xd0\xb6\x23\x26\xc8\xf9\x9c\x89\x44\xf2\x3c\x98\x27\xc2\xdc\xaf\x04\xbc\x82\xf0\xf4\xa3\x08\x87\xb2\xea\xcf\xdc\x31\x78\x1f\x85\x61\xbb\xf5\x60\xaa\xdc\x4d\xfc\xa5\xf7\x21\x05\xd9\x2e\xc7\xd1\x9a\xc9\xa5\x3e\x60\xe1\x7e\x53\xa4\x28\x8f\xbc\x9b\x2b\x72\x57\xd8\x3e\xc4\x8c\xcc\xd5\xe7\x18\x82\x3d\x6e\x34\xc2\x60\x45\xe9\x8e\xa7\x14\x48\xde\x5e\xe2\x2e\xf6\x2e\x93\xe2\x56\xcc\x51\x51\xd1\xc1\xe9\xfd\x2c\x95\x55\x93\xc8\xea\xfe\x5e\xea\x35\x36\xba\x00\xb8\x0a\xc4\xae\x26\x32\x2e\x22\xa8\x7b\x25\x73\x01\x92\x0d\x0d\xfc\x12\x97\xbd\xe6\x70\xa1\xb8\xdf\xa6\x20\x15\x4f\xd1\x1c\xb7\xc0\xbd\xc6\xb8\x2f\x4e\xdf\x93\x3b\x5d\xda\x8e\xb7\xd8\x1f\xaf\x81\xdc\xf6\x5a\xc3\x85\xc2\xa5\x59\x5b\x84\x7b\x8a\x66\xc4\x1b\x0f\x62\xa4\xd8\xed\xee\x4a\x92\xb8\xa5\xf1\x8a\x77\x5d\xfe\xeb\x4e\xea\x8e\xaf\x34\x4d\xa4\xec\x34\xae\xba\x21\x99\x0b\xa0\x52\xc0\x17\x5a\xd7\xa5\x36\x73\xe2\x00\x03\x6a\x97\x10\xb4\x59\xf1\xab\x8c\xb9\xfe\x2b\xa3\xcf\xf2\x25\xb2\xd9\x21\x84\xef\xc7\x06\x21\x3c\x3e\x31\x08\xe1\x1e\x04\xc0\x76\x3b\x98\x6f\x7b\x13\x9c\x23\x10\xb0\xe8\x9d\x0f\xb3\x60\x2e\x0b\x0f\xfb\x4c\xcb\x3b\xee\x8a\x19\xbe\x4b\xaa\x8c\x10\x55\xbe\xba\x6a\xf6\xce\x69\x6b\x98\x63\xee\x91\xa2\x25\x53\x66\xac\x88\x77\xec\xb3\xda\x1b\x12\xe4\x89\x83\x69\x38\xe4\xc3\x70\x16\xe2\x9e\xaa\xef\x41\x74\x9d\x30\xcc\x44\xa4\x88\x63\xa8\x5f\x92\x02\x3b\xe8\xab\xda\xe8\x54\xe6\x30\xbb\x1c\x75\x2c\xa0\x8a\x78\x71\xc9\x53\x13\xfe\x9a\xa5\x97\x57\xb7\x36\x34\xa5\x01\x94\xee\x25\x3b\xdc\x46\xeb\x56\x5c\x35\x6e\x34\xc5\xa5\x07\x92\xbf\x6b\xcd\x0f\xae\xb1\x59\x58\xa7\xbc\xf7\xf1\xe3\x0c\x7f\x44\xd1\xc3\xc9\x47\x7c\xbc\x24\xb2\x99\x3e\xd5\xe9\xb3\xe3\x25\xe1\xcd\xf4\x3b\x9d\x5e\x1e\x2f\x49\xde\x4c\xff\x18\x1d\x2f\x49\x42\x8f\xa7\x7f\xfa\x78\xf3\xb1\xd0\x05\x0d\x67\xe3\xee\xf6\xad\xda\x84\x62\x85\xea\xe8\x92\x0d\x06\xed\x89\x3f\xcc\xa1\x50\x30\x85\x30\x51\x76\x7a\x21\xe6\x7b\x73\x44\xb5\xc4\x42\x00\xb8\x16\x11\xfb\xcc\xf4\x11\xf4\x54\x3e\xad\x58\x0c\xcb\xeb\x8f\x2b\x41\x49\x05\x2b\xdc\x94\x59\x66\xf9\x55\x92\x0d\x06\x55\xe9\xb2\xb3\x1b\xd1\x22\x4b\x94\x62\x02\x55\x88\x81\x35\xb4\x7b\x6a\xb6\x34\xca\x92\x42\xbd\x16\x29\xfb\x4c\x47\xfe\x89\x75\xc3\xd5\x2a\xdf\xaa\x4b\xf6\x79\x23\x59\x61\xae\xc3\xba\x8a\x17\xf9\x56\xce\x6b\x65\x3e\x45\xc2\x07\x63\x2f\xf4\xaa\x6c\xbd\xf3\xd6\x7b\xde\x7a\x4f\x4c\xd4\x43\xe8\x02\xd0\x7a\xdd\x30\x09\x0b\xe4\xc2\xf8\x62\x10\x75\xd5\xaf\xb6\xb8\x4b\xe8\xbc\xca\x1a\xba\x9e\x0f\xc3\xe3\xf0\x77\x80\xab\xc1\x50\x96\x64\x79\xfc\xa8\x0b\x7c\xad\x6e\x27\xd5\x64\xf0\x83\xd0\xaa\x88\x6a\x24\x0d\x50\xc6\x91\x07\x6b\x21\x9a\xc4\x3e\x64\x86\x43\x35\x0c\xd1\xc7\x8f\x37\x43\x1c\x92\x70\x19\x62\xdc\x84\x4d\xfd\x0d\xf2\x98\x2c\x9d\xf4\x8e\x87\xa2\xe7\x1d\x78\x4e\x58\xdc\xc5\xc5\x25\xdc\x97\x22\xd1\x15\x36\x8c\xcb\xf9\x36\x4b\x64\xf0\x4a\x63\x52\x0e\x14\xa8\x46\x5f\xb2\x11\xc3\x74\x66\x05\x93\x9c\xa6\x48\x10\x59\x0b\xeb\xa9\x07\x0f\x43\x50\xbb\xf3\xaf\xff\x7d\xb2\x2b\xb1\x3b\x05\xf9\xf1\xc1\xd2\xfa\x38\x17\x54\x4e\xd9\x6c\xa2\xff\x38\x95\x9b\x38\x44\xd1\x10\x87\xae\xb1\x0d\x12\x78\x92\x39\x04\x2a\x88\x72\xc7\x92\xe6\xce\x5d\x11\xe1\x2b\x1f\xf8\x44\x5f\x0d\x34\x75\xf0\xcd\x3f\x7d\x3c\xde\x7d\x3c\x7e\x70\xbc\x04\x50\xf4\x2f\xdc\xeb\xdb\x1b\xdd\x21\xff\x8e\xdd\x1f\x91\xc5\x0f\xf5\xe7\xb5\x7f\x02\x57\x42\xfe\x02\x63\x77\xc6\x6a\x84\x80\x3a\x35\xd0\x3c\x82\x72\x83\x94\x2f\xe2\x6b\x2e\xf2\x17\x2b\x5a\xe8\xd2\x5e\x6d\x72\xaa\x66\x51\xcd\x4e\xe0\xd8\xfb\xb6\x46\x9a\xf4\x9a\x42\xb0\x74\x8c\x4b\xa4\x70\x7c\xed\x0e\xf3\x6a\x50\xd7\x8d\x41\xe1\x68\xc1\xb3\x0c\xe5\x64\xd9\x0c\xb0\xb5\x3c\xa0\x3f\x35\x0c\x77\x21\x36\x28\x2c\x0c\x71\x25\x72\x28\x0f\x1e\xdf\x1c\xc0\x56\xaf\xc1\x7d\x07\xad\x62\x72\x0d\x80\xca\x0c\x74\xf2\x05\xe2\x83\x81\x9e\xb9\xfd\x52\xa7\x00\x31\xc9\x55\x66\x8a\x15\x8e\x1c\xd6\xfb\xde\xe3\xb3\xf6\x6a\xeb\x77\xcf\x6f\x07\xb1\xe5\x2d\xcc\xe8\xd0\xfa\x0e\x6b\x65\x7f\x98\x6b\xa6\x91\xd9\x12\x29\x5c\x22\x4e\xba\xba\xfd\xab\xcc\xc5\xd2\x2a\x48\x07\xf9\xc2\xeb\x6a\xb0\xc8\xa5\xdf\xdd\x6a\x83\x28\xbc\xdb\xf1\xdd\x0e\x71\x0a\xcb\x48\x34\xf0\xd2\x4a\xc3\x0e\x02\x98\x79\x03\x16\x88\x5b\x0c\x6a\xf1\x28\x90\xb4\xd4\x17\xa7\x00\x02\xb9\xdc\x48\xb6\xe0\x9f\xc1\x93\x01\xe4\xab\x12\x3a\xc3\x10\xea\xa9\x85\x9a\x82\xd4\x31\xc8\x9c\x15\x81\x3e\x66\x82\x94\x2f\x16\x4c\x32\xa1\x02\x53\x05\xf3\x6e\xfe\x74\x2d\x1a\xa1\x46\x97\x96\xa5\x58\xf1\xa2\x7a\x91\x0e\xd7\x5f\xb6\x3a\xe9\xef\xf1\x36\xa1\xa7\xa7\x3f\xb3\x40\xa6\xdf\x2a\x5d\xbe\x8a\xea\x23\xfe\x78\x3a\x4e\x3d\x77\xca\xeb\x9a\xbb\xcf\xf8\x80\x8b\x40\x62\xb8\x18\x9c\xaa\x59\x75\xa0\x01\xc8\x75\x72\x2d\x2b\x8f\xa2\xd8\x20\x89\x27\xd5\xfa\x6c\x91\x24\x02\xd6\xcd\x5b\xa4\xb5\x1e\x7a\x5c\xe5\x91\x7b\xdf\xca\x96\xe4\xe6\x80\x5c\xbe\x13\x28\x55\xa5\x93\xf4\xb5\xc7\x22\x9c\x8b\x42\x4f\xe4\x8a\xe4\x54\x44\x8b\xc2\xb2\xf2\x07\x9b\x82\xe3\xf1\x38\x7a\x78\x7c\x60\x26\x21\x35\xe3\x85\x42\xb5\x59\x03\x73\xf3\xa8\xd3\x3b\x96\x25\xf1\x36\x5c\x72\x0f\x4a\x75\x7c\x8b\x86\xaa\x8a\xb6\x4d\x0d\x7e\xeb\xed\xdf\xcb\x55\xb5\x0b\xc3\xa9\x43\x61\x7d\x62\x69\x62\x5a\x74\x65\xcd\x74\xc6\xaa\xe6\x2d\x2e\x49\x27\x15\xd3\xcc\x36\xff\xbd\x7d\x37\xd4\x7c\xd6\x55\x73\x1e\xb1\xcf\xbc\x50\xc5\xb9\x66\x98\x19\x9e\x24\x28\x8f\x24\x4b\xd2\x94\x4b\x9b\xd4\x25\x72\xf0\x1c\xc7\x9a\x73\x5e\x37\x5d\x62\x1c\x27\x9a\xa6\xda\x76\x19\x38\x03\x05\xda\x1d\x1f\x3c\x8f\x0a\x95\x28\xdb\x5c\xc4\x8b\x57\x5c\x82\x3b\xf2\x5b\x04\x01\xc3\x3b\x67\xd8\x2e\x48\x67\x9f\xbc\xe3\x43\xe1\xea\x90\xed\xe6\x35\x3a\xa0\xae\x03\x74\x99\x26\xe1\xfc\xbb\x11\xd5\x94\xb4\xbb\x7b\x7c\x4f\xe7\xa1\x52\x2f\xf9\xf8\x31\xf4\x15\x12\x70\x69\xf6\x42\x5b\x4d\x4d\xb2\x25\x2f\x94\xbc\x35\xa4\x9f\x81\xde\x6a\xab\x42\x62\x8e\xc2\xe3\xab\xa4\x60\xc7\x10\x79\x18\x3b\x6a\x3d\x49\xed\xf7\x04\x35\x0b\x61\xdb\x75\xdf\x04\xe8\x86\x8b\x34\xbf\x89\x2e\x2f\x3f\x25\x72\x9d\x5c\x5e\xea\xc3\x98\x15\x96\x8f\xa9\x4a\x46\x20\x2c\xfc\x45\x72\x90\x2c\xb8\x4d\xd5\xe8\x66\x94\xa4\xe9\x4f\x3c\x63\xa4\x91\x8a\xcb\x9e\xa8\xa5\x80\xf4\x6e\x9e\x8b\x42\xc9\xad\x5e\xcc\x58\x90\x9b\x5c\x7e\xe2\x62\x59\x2d\x6f\x1c\x1e\x87\xa4\x06\xbf\xf8\x10\xf9\x5e\xb5\x69\xf2\x02\x20\x79\x30\xfa\xe5\x72\x4b\xa6\x40\x0e\x2b\x00\x10\x88\x83\xb6\x8e\x82\x77\x1e\xf4\x75\x48\x3e\x9b\xd5\xfa\x90\xca\x70\x69\xed\x47\x40\x75\xdd\x74\x10\xe4\xb6\xcd\x86\xac\x2c\x3c\xdc\xaa\xc5\xf7\xa1\x3e\x0f\xf7\x8f\xc0\x8b\x15\x2f\x82\x85\x59\x5a\x57\x03\xc2\x41\xb1\xe2\xeb\x20\xcd\x59\x43\x4b\x2e\x80\x80\xb1\x81\x5a\x25\x22\xd0\x55\x06\x4c\xcc\xf3\x94\x8b\x65\x64\xa8\x90\x7e\xbb\xc7\xba\xc2\x4e\xd2\x48\x7f\xa8\xab\x87\x99\x8e\x83\x70\xb8\xc7\xbd\x6a\x70\xab\xba\x06\x8a\xa6\x96\xb2\x6f\x03\xb4\x46\xf1\x05\xbd\x2b\xcb\x1e\x3f\x04\x12\x9c\x58\x28\x8a\x7d\x9a\x41\x52\x85\xa4\x05\x6f\xa8\xc4\xdc\xf9\x5d\xfc\xf6\xfe\xf4\xf2\xa7\xd7\x6f\x4e\xed\x61\xc2\x9c\xa6\x08\x92\x16\x7e\x93\x34\xad\x17\x44\xe0\x92\xf8\x09\x5f\xdd\xc4\xab\xd7\x1f\x4e\x5f\x5e\xbc\xfb\xf0\x5b\x57\x3b\xa2\x4f\xa9\x1c\x0c\xba\x9b\x33\xb3\xdb\x05\x8e\x8c\x2a\x90\xa3\x99\xa3\xdd\x02\xb1\xad\xc6\xb4\xcf\x66\x94\xfa\x83\xd4\xb5\x75\xf4\xfd\x6f\xad\xb2\x1a\x54\x69\x37\xdc\x97\xaa\x84\x2a\xa2\x55\x52\xbc\xbb\x11\xef\x8d\x04\x12\x80\x9c\xd4\x7b\x29\x6e\x11\x7a\x06\xd6\xfc\x4d\x21\x3b\xe0\xec\x6d\xae\x82\x24\x48\xab\xa1\x05\xe1\xb0\xe6\x07\xed\xba\x34\x8c\x16\xab\xde\x60\xa7\xfc\xd8\x29\x5c\x32\x0b\x53\x2f\x96\xd2\xe4\xb1\x33\x04\xc1\xd1\x3a\xd9\x74\x96\x63\x95\xd6\x8d\x31\xcd\x28\x4b\xe2\xad\x02\x1d\x91\xf6\x04\xd2\x71\xcf\x5c\x96\xb7\xa8\x14\x90\x84\xb4\x10\x1c\x55\xa4\x33\xfd\xbd\x21\xc6\xa8\x1b\x9b\x7e\xf9\x49\xe6\xeb\x1f\x93\x82\xb9\xeb\x00\xe8\xd7\x2f\x92\x3b\x75\x6d\xfb\x7a\x6f\x51\x86\xcb\x5e\x7e\x68\xb3\xe5\xa4\x95\x3d\xee\xa2\x2e\xc3\x3f\x99\x6b\x0c\xcb\xe1\x4e\x8f\x3e\x1e\x7f\xfc\xf8\xa7\x07\x0f\x87\x93\x08\xe1\xdd\xf4\xe3\xec\xae\x9c\x69\x7e\xf7\xe3\xc7\x07\x83\x26\xe9\x6d\x4f\x5c\xa9\x29\x01\x52\x1d\x20\x9d\x70\xb6\xbf\x90\x2d\xcc\xdd\x1c\x6c\x7d\x84\x77\x2e\x26\x6b\x9c\xc4\x56\x98\xb0\x5f\x4b\xf7\x52\x54\x95\x96\x04\x0c\x8c\x7f\x91\x3c\x6e\x69\x9e\xd9\x6d\xd1\xbf\x6f\x29\x5d\x17\xf7\xe1\xfd\x7d\xa2\x56\x4e\xb5\x99\x8b\xc0\x96\x6f\x6e\x80\x1a\xc9\xb6\x46\x70\xa0\xb5\x06\x44\x38\x0c\x9c\xec\x53\xc5\x35\xfd\xc0\xaa\x4b\x8c\xe4\x10\x7c\x24\xd5\x91\x15\xef\xcb\x32\x5b\xf4\x81\x9b\x2a\x3d\x2f\x86\xf8\xf8\xd7\xb3\x37\x3f\x2b\xb5\xf9\xc0\xfe\xb2\x65\x45\xe5\x0d\x4d\x46\xf9\x86\x09\x14\x2e\x99\x0a\x89\x32\xe1\xfd\xcd\x6d\x87\x7e\x90\xac\xd8\xe4\xa2\x60\x17\xec\xb3\x2a\x4b\x02\x32\xee\x12\x75\xa8\x0a\x7d\x2d\x91\x76\x57\x82\x1d\x85\xa6\xd6\x1e\x9d\x60\xcf\xe4\x65\xff\x88\x65\x01\x13\xd7\x5c\xe6\x62\xad\x99\xc9\xbd\x63\x55\xad\x18\x28\x9b\x06\xeb\x3c\xdd\x66\x8c\x04\x5c\x7d\x53\x04\x1b\x99\x5f\x25\x57\xd9\x6d\x60\xb8\x7f\xbd\x8e\xd6\x5a\x80\x2f\x6e\xa3\x10\x74\xbd\x6b\xa3\x9a\x5a\x19\xad\x26\x0b\x77\xbb\xce\xef\x16\x69\x75\xd1\x02\x8d\x7e\x04\x6c\xbd\xcd\x12\x23\xfa\x72\x5d\x9e\xe7\x42\x25\x5c\x04\x7c\xbd\x31\x11\x13\xe0\x7b\xa1\x39\x7e\x7b\x01\x99\x56\x32\x87\xa2\xa1\x70\xde\x35\xd5\x9d\x5c\x5b\x43\x78\x69\xae\x22\x42\xab\x98\x15\x92\xbb\x85\xb9\xb5\x8e\xc3\xe9\x4f\x8b\x99\x79\x0e\x49\x75\x6d\x17\xa2\x49\x3c\x3d\x2f\x66\xf6\x7d\xe7\x3d\x07\xd3\x77\xf9\x6c\xab\x32\x2e\x18\xd6\x84\x60\xa2\x47\x50\x98\x12\xa7\x6c\x66\xdf\x77\xd3\x5f\x6f\x66\x2b\x26\x75\x9e\x0d\x03\x63\x04\x93\xe5\xfd\x66\x66\x5e\x77\xd3\x0b\x35\xcb\xd3\x1c\x87\x24\x17\xd9\xad\xf9\xfa\x2e\x9f\x89\xec\x16\x87\xe4\x2a\x99\x7f\x5a\xca\x7c\x2b\xd2\x38\x9c\xfe\x78\x35\xab\x5e\x43\xb2\xe4\xd7\x4c\x98\xec\x7f\x5c\xce\xf4\x0b\x34\xc6\xd5\x6a\x37\x7d\x91\xcc\x44\xba\xd3\x05\xb6\x6a\x07\xdd\x99\xb3\x8d\xc2\x21\xb9\x59\xb9\x32\xd0\x2f\xb1\x9b\xbe\xe6\xb3\x45\xb3\x00\x0e\x89\xaa\xb2\x5d\x28\x93\x4d\xd7\xb1\x61\x73\xb5\x97\x15\x6e\x0b\x8b\x78\x1a\x42\x7f\x42\x12\xea\x26\x42\x12\xea\x2a\xc2\x59\x89\xbf\x8a\x3f\xbf\x53\x92\xaf\xbb\xb1\xad\x27\xaf\x2c\x86\xbb\x8f\xc5\xd0\x49\x2c\x89\xfc\x8a\x42\x7e\x7e\x5e\xfc\x98\x25\xe2\x53\x47\x09\x5d\xf7\xc3\x07\xc7\xcb\x0a\x57\x13\x5e\xbc\xcd\xd5\xa1\xec\x8e\x56\x80\xef\x26\xbb\x48\x1d\xec\x76\xe0\x9f\xe3\x3f\xa1\x8f\xc5\x43\x7c\xec\xee\x32\x3c\x8d\x52\x35\x1d\xcd\x2a\xab\xa0\xd1\xef\x15\xd0\x8f\xed\x15\xe2\xe3\xef\x8d\x4e\xc1\xa3\x4e\x41\xbd\x6f\xe6\x58\xd0\xbb\xcc\xe9\xfa\x25\x91\x55\x02\x24\x19\x5b\xa8\xf7\x7a\xc2\x56\x79\x96\x32\xf9\x72\x95\xc8\x38\x9c\x86\x44\xf2\xe5\x6a\xff\xc3\x2c\xd4\xec\x38\x62\x94\x69\x92\x85\x17\x97\xae\xc6\x49\x5d\x37\x2b\x63\xb6\xdb\x15\x38\x72\x29\xbb\x5d\x51\x3d\x93\x2d\x68\x31\xed\xb5\x09\x79\xf6\x93\xc9\x9c\xb2\xa8\xab\x2b\x3a\x7f\x57\x3a\x49\x1b\x97\x09\x7f\xfa\xf8\xb1\x78\x18\x0e\xb3\xc8\x6a\x9a\x30\x14\xda\x5d\x1f\xe2\x61\x18\xeb\xaf\x28\x7a\x88\x43\x12\xf2\x10\x93\xd5\x97\xca\x3a\xe4\xd0\x55\x78\xf1\xa5\xc2\xf5\x7e\xee\x2a\xbe\xf9\x52\x71\x87\x66\xa0\xb0\x2d\xb4\x6e\x16\xd2\xd5\x3d\xb0\x9f\xae\xf7\xeb\xfb\x5f\x42\x4c\x96\x1d\xc9\x77\x8f\x48\x19\x62\x72\xd5\xaa\x4c\x7f\xc3\x0f\x42\x4c\x6e\x9b\xf7\x33\x50\x68\xfa\xf1\xe3\xee\xbf\xfd\xd7\xff\x32\x9b\x1c\xe9\xd2\x38\xc4\xe4\x72\xbf\xe6\xff\x84\xa6\x7f\xa2\x33\x53\xc9\xcd\xe1\xcf\xd4\xf4\xdb\x93\x52\x9c\x22\x56\xbb\x7f\x48\xa8\x18\x8e\xe1\x7c\x04\x97\xdc\xd5\x4e\xad\x0d\x14\xfb\xe0\x7a\xd9\x19\x1b\x81\x10\x9b\x5e\xb7\xb2\x99\xd4\x4b\xb7\x0f\x2b\x8b\xd8\x68\x95\x88\x34\x63\x28\x7c\x21\x44\x6e\xb6\x71\x48\xee\x3e\xb1\xdb\x38\x8f\x34\x92\x41\x7c\x3a\x9e\x61\xeb\xf5\xb5\x3f\x2a\x89\xd1\xa6\xe6\xf4\xe6\xef\xab\xaa\x4a\x3a\x99\xe1\xba\xd2\xf4\x70\xa5\x3f\xb9\x13\x4a\xd7\x52\x15\x58\x1d\x2e\xe0\x94\x60\x5a\x25\x16\x87\x4b\xfc\xe8\x1d\x31\x8d\x32\x9b\xc3\x65\x4e\x1d\x58\x56\x99\xaf\xee\x69\x40\x63\x4d\x5d\xf7\xa8\xae\xfb\xf6\x70\xf6\x57\x89\x3e\xa7\x1b\x3d\x59\x1f\xce\xad\xa9\xb1\x2a\xb7\x67\x8e\x0a\xa4\x89\x8a\xd6\xc6\x03\x0f\x0d\x81\x42\x09\x34\xa1\xaf\xe9\x20\x7d\x88\x07\xe1\x30\x19\x7e\x43\x82\xf0\x9b\x21\x1b\x7e\x13\x46\x1f\xc5\x3b\xc9\x97\x5c\x24\x59\xc0\x20\xf3\x4d\x52\xc4\xc1\x37\xc3\xaa\x12\xa2\xca\xd2\x32\x32\xb2\x68\x5c\xe3\xd4\xfe\x36\x8c\xd5\xe9\x3b\x22\xdb\xf6\xb9\x7b\xd7\x64\xc7\x1f\xe5\x47\xb1\xfb\x28\x8e\xcd\xed\x88\x91\xe6\x9f\x62\xc2\x07\x03\x8e\x94\xc5\xe9\x08\xe3\xdd\xae\x7e\x31\xa4\xf3\xe7\x7d\xa5\x91\xbb\xd2\x97\x6c\x31\xd9\xf2\x41\xc0\xa6\x6a\x46\xa5\xcd\xb3\x15\xfb\xb9\xf0\x9d\x40\x5f\xa3\x14\x87\xf7\xae\x5d\x15\xbe\x4b\x59\xc6\x14\x0b\x74\x23\x4d\x3d\x8c\x86\xfe\x0d\xa8\x54\x4e\x55\xa4\xf2\x37\xf9\x0d\x93\x2f\x35\x07\x88\x67\xfb\x3a\x96\xc3\x50\xf3\x1f\x5b\xc1\x80\xfa\x60\x69\x90\x28\xe0\xb2\x02\x88\x0c\xef\x8e\xd2\x3b\xb3\xfe\xf1\x7e\x8d\xfa\x48\x7d\xb7\x67\x0f\x46\x0c\x53\x60\xc9\xff\x73\x22\xe0\xf7\x33\xba\x03\x75\x47\x1e\x89\x3c\xdf\x90\x2b\x38\xfe\xed\x4b\x52\x6d\xe7\x16\xe7\x29\xbc\x19\x6c\xe2\x77\xcd\x2d\xa8\xa4\x58\x21\x10\x06\x10\xe5\xdc\xdf\x10\x47\x73\x7a\xab\x22\x3c\x39\x86\xee\xca\x19\x12\x44\x02\x53\x71\x8e\xcb\x9a\x1e\xcd\x7d\x82\x30\x29\x3d\x6c\x99\xeb\x4a\x6a\xc8\x43\x75\x35\x66\x84\x12\xe3\xc8\xb4\x44\xb8\x91\xe2\x26\x34\x37\x92\x27\x33\x77\xfb\xca\xa6\x54\x45\xd5\x5b\x87\x3b\x8b\x96\xa3\x2b\x23\xd1\x66\xd8\x6d\x45\xf3\x79\xb7\xf3\x6e\x9a\x0c\xdc\xfa\x8b\xd1\xad\x58\x1b\xbe\x08\xec\x14\x19\x4b\x39\xc7\x24\xe4\x82\x05\xb9\x0c\xd6\xb9\x64\x81\x9b\x12\xdf\x78\xae\xde\x18\x25\x39\xdf\xb7\x01\xbc\xb3\xaa\x46\xb0\x28\xad\x2d\xc1\x17\x9a\x56\x3c\x76\x6e\x2e\xf6\xbb\xf4\x5a\x80\x3e\x62\xe0\xc1\x41\x10\x0e\x15\xee\xed\x83\x5c\xb5\xb5\xf6\xc7\x5b\x71\x2f\x25\x39\xdb\x9b\x49\xb3\x28\xd3\x19\x29\xf4\x1f\x63\x77\xf0\x9e\x6c\x1b\xa0\xd9\x84\x3d\xeb\x57\xd7\x1e\x23\x4a\xef\xb6\xaf\x03\xda\xed\x21\xa0\x25\xa1\x6e\xe6\x1e\xd8\xad\x40\x71\x5f\xfe\x62\x36\xd1\x05\x52\x24\x23\x92\xcc\xab\x75\x29\xac\x16\x18\xae\xb7\x5b\xe9\xc3\x71\xe7\x15\x90\x35\xbb\x40\x8a\xcc\xeb\x72\x59\x59\x62\x32\xf7\x34\xe0\x0e\xc3\xe3\xf6\x6f\x82\xc7\xf6\x2d\x37\x00\xc6\x88\x52\x5a\xa9\xa6\xef\x8b\x9e\x2d\xa4\x3a\x7d\xd9\x43\x50\x5a\x22\x4c\xee\xc0\x60\x3f\x66\xde\xc2\x14\x71\x8d\xcf\x49\xca\x8a\xb9\xe4\xe0\xba\x2c\x4e\xaa\xa9\x2e\x62\x81\x8a\x2f\xb9\x5d\xa9\x40\x1f\xe3\x5a\x29\x2a\x12\xc9\x27\x96\x22\xb8\x3b\x7a\xd1\x79\x1f\x0b\xd6\xd7\x53\xe7\xd6\xcb\x87\xb4\xec\x20\x28\x5d\xd7\x40\xb0\xf4\x51\x50\x66\x2a\xae\x8f\x1d\x14\xa6\x70\x78\x6f\x35\x38\xb5\x21\xb5\xa1\xcb\x03\xc5\x7c\x90\x34\x05\xc3\xc4\x23\xa2\x3c\xc2\x9b\xf8\x6d\x00\xc0\x6a\x28\xf1\x13\xaf\x0c\x91\xb1\xd2\x7c\x51\x1e\x79\xec\x19\x52\x4d\x15\x9d\xee\x1e\x6f\xba\x9a\x48\x0f\x35\xe1\xa7\xfa\x3d\xbe\x6e\x7e\xaa\xfa\x4f\x96\x98\xac\x91\x22\xa0\x6d\xbc\xa7\x0f\xb4\x40\x9d\x5f\x57\xee\xb8\x81\x89\x54\x0d\x8d\x1d\x9d\xec\x4c\x7e\xd1\x1a\x09\x4f\x99\xd9\x54\x03\x8b\x8c\x9b\xde\x32\x3a\x26\xbc\x6b\xd4\x59\xe7\xa8\x0d\x54\x60\xb2\x40\x4d\x05\x20\x7b\x43\x94\x47\x35\x03\x0d\x92\xfd\xe6\x1a\x30\xfc\x2c\xe9\x42\xb1\x55\x0e\x43\x72\x69\xd4\x3e\x95\xb5\x97\x48\xda\x78\x1b\xaa\x61\x1e\x81\x0c\x00\x55\x06\x7c\x49\x4b\x75\xa7\xa1\x0e\x7b\x05\x1a\x83\xf5\x91\xe6\x6b\xef\x7c\x5d\xc6\xab\x1a\x21\xc8\x83\x08\xa1\x26\xa0\x0f\xe0\x04\xc5\x36\x1a\x1f\x7c\x01\x81\x15\x7f\x0f\x02\xd3\x23\xb8\x33\x82\x19\xa9\x37\xff\xfb\xfd\xd3\x10\xf6\xfa\x3e\x16\x6d\x6a\x10\x1b\x57\x51\x48\x55\x9d\x30\x9f\xbf\xaa\x13\xb6\xfd\x29\x90\x60\x17\x1d\x5a\xca\x70\xde\xb9\xc3\x0e\xdc\xf0\x4c\x67\x64\x4e\x47\x96\x7d\xaf\x8e\xbc\x83\x88\xe8\xa6\x46\x44\x37\xb5\x04\xee\xb4\xd4\x4c\x7c\x53\x5f\xd0\x7a\x91\x49\xbb\x36\x7a\x76\x18\x35\x6d\x5c\xb1\xaf\x46\x4d\xc4\x63\xd1\x49\xba\xb7\x99\xd6\xcd\x44\xbb\x99\x96\xfa\x50\x3b\x8c\xa5\xd6\x87\x3a\x7f\xdb\xd5\xc4\xf5\xa1\x26\xd2\x03\x58\xea\xa6\xf9\xa9\x1e\x4a\xeb\x43\x35\x30\x72\x8a\xc9\xe5\x3e\x82\xb2\xae\x46\x35\xe8\x75\x7c\x5d\x3a\xc2\x63\x0f\x7d\xe9\x4d\xb5\xad\xd1\xd7\x25\xda\xee\xa3\xaf\x6d\x13\x7d\xdd\xa2\xce\x45\xe9\x9a\x8e\x45\xe7\x74\x38\xf4\x75\xe5\xa3\xaf\xcb\xdf\x81\xbe\xe6\x5f\x87\xbe\xb2\x69\xe6\xa1\xaf\xc6\x5b\x17\xfa\x9a\xfb\xc0\x77\xd3\x42\x08\xef\x10\x06\x77\x3c\x36\xb9\xf4\x04\x25\x8d\x3c\x46\xff\xf6\x03\x5a\x79\x59\xde\xd5\x88\x2b\x3b\x88\xb8\x2a\x83\x99\xbf\x07\x6d\xa5\x7f\x13\xda\x7a\x87\x9c\xd1\x70\x27\x89\x24\xbb\x49\xa4\x82\x18\x14\x53\x53\x50\x60\xdd\xe4\x39\xe8\xaa\x2f\x8e\x26\x49\xa5\x3b\x8b\x63\x51\x96\xe4\x43\x87\xd2\xfb\x74\xa6\x49\xcd\x6a\x0e\xcf\x6b\x92\xa8\x81\x82\x34\xb0\xf9\xfa\x15\xcd\x93\xd4\x82\x98\x05\xc9\x92\xb4\xe9\x76\xd9\x24\x38\xfc\xad\x98\x7d\x05\xd9\x61\xb6\xfe\xca\xcd\xd7\xb8\xa7\xe8\x2d\x92\xf7\x98\x56\x29\x6a\xf0\xa8\x45\x70\x0c\x83\xb8\x37\x16\x0d\xa1\x75\x1b\xc0\xab\x89\x13\xc3\xda\x54\x7e\x4c\x94\x26\x2f\x2b\xa2\xb2\x8b\xf6\x3b\x3c\x13\x24\xe9\x66\x29\x9a\xf4\x8f\x3e\x18\xf6\x87\x7b\xdd\x49\x84\x5c\x57\x74\xe5\x9d\x0f\x2d\x09\x59\x70\x96\xa5\x45\x7c\x85\x14\xc4\xd3\xc6\x64\x69\x9c\xc0\xc2\xa2\x36\x1d\xb4\xed\xcf\xf7\xa2\x6b\xbe\xd7\xb8\xe5\x92\xac\xdd\x4f\x53\x76\xd3\x5d\xf6\xef\xef\xfc\xde\x99\xa4\x3f\x4b\x30\x6a\x00\xa5\x64\x5d\xa4\x71\x64\x1c\x18\xd9\xde\x1c\x5c\xef\xc1\xaf\xc9\xdb\x45\x10\xb6\x90\xe7\x21\x28\xbe\x3c\x44\xf6\x5e\xb6\x35\xa6\x9d\x35\x48\x63\x18\x3d\x7d\xfa\x75\xc8\x95\xb8\x66\xb4\xd9\x67\x35\x0c\x01\x56\x3f\x87\x33\x5a\x91\x83\x33\xe2\x7d\x2d\x54\x22\x55\x94\x71\xc1\x74\x16\xd6\xf1\x6d\x9e\x67\xdb\xb5\xd0\x5f\x15\x5c\x38\x0c\x95\x0f\xfe\xb3\x86\x02\xf8\x55\xc3\xd4\xe0\x16\x34\x69\x2d\x06\xdd\x57\xb9\x75\xf2\x6a\xaa\xa6\x62\x06\x6d\x92\xc4\x3c\x7b\xf5\x83\xff\xe4\x7d\xc2\xb5\xf7\x8f\xa5\x9b\xf9\x8c\x22\xfd\x77\xb7\x9b\xce\x6a\x75\x4e\x50\xfe\x95\xfe\x49\xea\x31\x83\xcc\x4c\xec\xbb\x05\x0a\xff\xdb\x7f\xfd\x2f\x21\x7e\x4e\x47\x13\x78\x8a\xc3\x5d\x48\x7c\xcf\x3d\xd2\x74\xb7\x8a\xbf\xa6\x06\x03\xd5\xa7\x94\x1f\x3c\x5b\x5e\x8b\x79\x2e\x25\x9b\x2b\x4f\xa5\xdb\x2c\x37\xc4\xd5\x37\xa4\x45\xa0\x92\xab\x8c\x45\xc1\xa9\x93\xf5\x81\x0d\x48\x70\xb5\x55\xc1\x02\xe8\xe9\x70\x58\xb5\x50\x19\xa5\xfb\xe7\x77\x93\x78\xbd\x41\xe0\x2d\xc0\xd1\xb4\xfe\xc9\x5a\x9d\x86\xea\x60\x8f\x9d\x4c\xdb\x74\xaa\xfb\x4c\x5c\xb1\x24\xb5\x0e\x9c\xbe\xc8\x16\x7c\x4d\x7d\x32\xbf\x29\xc2\xd6\xc9\x5e\xc9\xae\x2a\x91\xf1\xdf\x2c\x99\xad\xdc\x3f\x81\x3f\x65\xcc\xa6\x72\x46\xd5\x54\x6a\x78\xf7\x63\xa9\xbe\x6b\x39\x07\x56\xf7\x2b\xd1\x9e\x39\xfd\xd9\xea\x60\xa8\x6a\x3a\x6b\x39\xaf\x83\xb5\xc6\x0a\x7c\x44\x99\x0b\x5a\xff\x3e\xe8\xe3\xc7\x70\xb8\x1d\x86\xe6\xd6\x4b\x9a\x07\x9d\x36\x07\x13\x21\x52\xed\x99\xa9\x9c\xf9\xd6\xba\xf5\x75\xea\x3f\x88\xa5\x6a\xea\xae\x37\xc0\x49\xde\x37\x13\x96\x74\x39\x43\xca\x62\x32\xc2\x8c\x87\x46\xdc\x20\x66\x4e\x91\x8a\xbc\xf7\x9a\xb4\x61\x7e\x72\x93\xd2\x79\x87\x14\x61\x91\x97\x82\x2d\xe9\xf3\xce\x6f\x0c\x92\xc0\x25\x83\x27\xf8\xf9\x6a\xdf\x35\xfb\x74\x03\x68\xbc\x47\x8b\xc2\x88\xc7\x91\x44\x8f\x7f\xc0\xb8\x32\x1c\xdc\xbb\xf6\x90\x15\xf2\x6b\x6a\x7f\x32\x62\x14\x46\xc1\x1f\x83\x29\xe6\xf9\x40\x97\x83\x81\x44\x39\xde\xed\xf2\xaf\xbe\xfd\x7e\x64\x7d\xaa\x8f\x9f\x98\xeb\xef\x6f\x2b\x93\xfa\x7a\x38\xd6\xf3\xf4\x01\x3f\xa0\x9c\x80\x0b\xb4\xea\x6e\x5a\x54\x57\xe1\x05\x65\xa6\x8b\xd2\xd8\xde\xe6\x48\x82\x5f\x96\xc8\x0a\xa1\x75\x3a\xb8\x71\xbf\xac\x12\x10\xee\xb5\x85\x59\x49\xb7\xe5\xed\x1c\x59\x88\x20\x76\xcb\xb4\x44\x51\x95\x6b\xf9\xa7\x68\x85\x04\x6d\xc0\x09\x09\xad\xfe\x48\x88\x27\x59\xf4\xd9\xc0\xc2\x15\x8b\x57\x48\x90\x30\x17\xd9\x2d\xa4\xbb\xe4\x48\xa7\xec\x76\x59\xb4\x70\x29\xfa\x25\xad\x4a\xd5\x39\x71\xc3\xbd\x1d\xbe\x93\xa8\xd5\xb3\xd4\xdb\x03\x2b\xbd\x98\x8d\x7e\x70\x15\x43\x62\xd5\x03\xae\xea\xb6\xb9\xd2\x3f\x9c\xab\x58\xa7\xef\xc9\xb2\x6a\xa1\x71\x75\x25\x1c\x0e\x65\x7d\xdd\xad\xf0\x30\xb4\x57\xd9\xb5\xff\x38\x83\x43\xf8\x02\x59\xb5\x35\xee\x6e\x01\xfb\x23\x6b\x23\xea\x74\x7a\x34\x00\x16\x6d\x89\x79\xf7\xc2\x6c\x91\x85\x67\x6b\x30\x8e\xeb\x5b\x9a\x22\xde\x92\x6a\xda\xe6\x84\x2b\x63\x9f\xbf\xe7\x5f\x2a\x6d\x6e\x6b\xdc\xf6\x1a\x28\x91\x75\x8d\x6e\xcd\x93\xb9\xba\xfc\xfd\xf5\xd4\xd5\x58\x93\x80\x92\x98\x7f\xf7\xee\x9b\xde\xd3\xe3\x87\xfd\xe0\xe1\x3f\xf2\x5f\xef\x65\xbe\xb9\x05\xdd\x8b\x00\xcd\x71\x70\xc6\xe7\x32\x2f\xf2\x85\x0a\x5e\xe6\x72\x93\x4b\xe8\x7b\x14\xbc\xc8\xb2\x00\x32\x15\x81\x64\x05\x93\xd7\x2c\x8d\x7a\x6f\xf8\x9c\x89\x82\xa5\xc1\x56\xa4\xa0\xfd\xcd\x82\x17\x9b\x64\xbe\x62\x81\xfd\x42\x82\x7f\x31\x8e\x69\x83\x93\x68\x14\x20\x9d\x21\xb4\x9f\x42\xfc\x34\xb8\xcd\xb7\xc1\x3a\x71\x6a\x6c\x0c\x90\x51\xb0\xe0\x19\x0b\x18\x68\x39\x69\x00\x99\xe7\xeb\x4d\xc6\x13\x31\x67\xc6\xf2\x4a\xd5\xb5\x47\xc1\x6f\xb6\x82\xfc\x0a\x6e\x95\x92\x60\x9e\x6f\x6e\x35\x41\xa2\x56\xcc\xf5\x2e\x48\x54\xb0\x52\x6a\x13\x1f\x1f\xdf\xdc\xdc\x44\x09\x74\x30\xca\xe5\xf2\x38\x33\x19\x8a\xe3\x37\xaf\x5f\x9e\xbe\x3d\x3f\x3d\x3a\x89\x46\xbd\xde\xc5\xcf\xaf\xcf\x83\x97\xef\x5e\x9d\x06\xaf\xcf\x83\xf7\x1f\xde\xfd\xcb\xeb\x57\xa7\xaf\x82\x77\x6f\x83\x17\x6f\x83\x87\x2f\xce\x83\xd7\xe7\x0f\x83\x1f\x5f\x9c\xbf\x3e\x27\xc1\xaf\xaf\x2f\x7e\x7e\xf7\xcb\x45\xf0\xeb\x8b\x0f\x1f\x5e\xbc\xbd\x78\x7d\x7a\x1e\xbc\xfb\x10\xbc\x7c\xf7\xf6\xd5\xeb\x8b\xd7\xef\xde\x9e\x07\xef\x7e\x0a\x5e\xbc\xfd\xad\xf7\xcf\xaf\xdf\xbe\x22\xc1\xe9\xeb\x8b\x9f\x4f\x3f\x04\xa7\xff\xfa\xfe\xc3\xe9\x39\xe4\x7c\x7d\xf6\xfe\xcd\xeb\xd3\x57\x24\x78\xfd\xf6\xe5\x9b\x5f\x5e\xbd\x7e\xfb\xc7\xaa\xca\x37\xaf\xcf\x5e\x5f\xbc\xd0\xb5\xe8\x1a\x5c\xce\xde\x7d\x2d\x5d\xbc\xbe\x78\x73\x4a\x82\x9f\x5e\x5f\xbc\xd5\xf5\xff\xf4\xee\x43\xf0\x22\x78\xff\xe2\xc3\xc5\xeb\x97\xbf\xbc\x79\xf1\x21\x78\xff\xcb\x87\xf7\xef\xce\x4f\x49\xef\xec\xf4\xc3\xcb\x9f\x5f\xbc\xbd\x78\xf1\xe3\x9b\xd7\x17\xbf\xe9\x8a\xde\xbe\x7b\x7b\xf4\xfa\xed\x4f\x1f\x5e\xbf\xfd\xe3\xe9\xd9\xe9\xdb\x8b\xa8\xd7\x3b\x67\xcc\x5f\x50\x7f\x1d\xdd\xc4\x2e\x72\x19\x14\x1b\x36\xe7\x0b\x3e\x0f\x1c\x06\x0e\x96\xf9\x35\x93\x82\x8b\x65\xb0\x61\x72\xcd\x8d\x21\x76\x2f\x11\x69\x00\xfe\x15\xad\x56\x60\x0d\x31\x6e\x31\x7b\xff\x50\xa8\x0e\x1e\x1e\x03\x4e\xea\xc9\x48\x1a\xa7\x1e\xe0\xe9\xcc\x73\x8c\x73\xae\x12\xb5\x2d\x3a\x3d\x9f\x09\x20\xad\x4d\x89\xa4\x28\xf8\x52\x74\x66\x4b\xbc\x6c\xe6\x8c\x3a\x4b\xe6\x2b\xcd\xac\x74\xe5\x4e\xbd\xdc\x95\xf3\x81\xce\x9c\x0b\x9d\xb3\xa1\x09\x30\x65\xd1\xdb\x5c\x9d\x6b\x8e\x87\xa5\x74\x34\xa3\x61\xfd\x1a\x12\xfd\xf9\xc3\x56\xe8\x39\xa7\xe3\x19\x0d\xed\xb3\xf9\x70\xae\xf2\xcd\x86\xa5\xf4\x64\x46\x43\xfb\x1c\x96\x48\xec\x76\x48\xd0\x3b\xe7\xe1\x8d\x53\x1b\x02\xe9\x73\xa1\x12\xa5\x99\x07\xae\xc2\xd2\xbf\x92\xae\x0f\x8e\x2a\xd2\x09\x9b\x4c\x67\xf1\x74\x56\x5b\x2f\xb7\x1c\xdd\x3b\x52\xca\xaf\xd8\xcd\xa6\xf9\xd5\xf4\x6d\xcc\x3c\x17\xe1\x85\x4f\xaf\x3a\x67\x8a\xce\x29\x3c\x62\xb4\x9d\x14\xb0\xc1\x00\x54\xef\xd8\x6c\xa2\xff\xc4\x0c\x4f\x4c\x83\xac\x8c\x3b\xdc\xca\x33\xf7\x35\x12\xc9\x9a\x11\xf6\x99\xcd\x41\xbf\xad\xf4\xa5\x1f\x9d\xce\xe6\xaa\x2b\x7d\x4a\x55\xd9\xb8\xf1\x3a\xd4\xdd\xba\xb1\x46\x03\x73\x7f\x88\x77\x46\x79\x88\x91\xb9\x75\xcf\xa4\x48\x62\x14\x64\xe3\xe9\x8c\xcc\x57\x89\x58\xb2\x34\xee\x8f\xc9\x3a\x51\xf3\x15\x2b\xe2\xac\xe9\x52\xdd\xd9\x9d\xbb\x25\x51\xe0\x10\xb1\x0e\xf3\x74\x37\xcf\xc5\x82\x2f\x63\x46\x2e\x6d\x18\xa5\x58\x11\x30\x8f\x4f\x32\x0d\xff\x2c\x76\x3d\x88\x6c\x6a\xd5\x7e\xae\x39\x44\x9d\xa5\x98\x56\x1f\x67\x11\x13\x4a\xde\x1e\x56\x7c\x87\xf5\x8b\x6c\x15\xc0\xa0\xba\x81\x19\xaa\x4b\x73\xd1\xde\x50\x5c\xbd\xb8\x24\x4a\x26\xa2\x30\x66\xfb\x4d\x5d\x0a\xab\x34\x46\xd2\xfd\xc5\x57\x13\xdb\x7b\xb5\xdf\x4c\x19\x2b\xb2\xa2\xa9\x91\x4c\x91\x05\x4d\xab\xf6\x37\x74\x8b\x04\x26\x6b\x5a\x8d\x6f\x05\x01\xa2\xd6\x51\x6e\x9b\xbb\xa6\x39\xbc\x4d\x37\x91\x6e\x69\x86\xc9\xb2\xad\xf0\x52\xcf\x38\x6e\xac\xe4\x1c\xad\xc8\xc2\x6a\xf3\x88\xce\x1e\xab\x44\x2e\x99\x8a\xa1\x83\x9c\x8a\xc8\xbc\x13\x17\x3b\x0e\xbc\x7a\xaf\x62\x50\x93\x73\x13\x49\xb6\xf5\xc7\x44\x6f\x3a\x3d\x1b\x42\x0f\x28\x25\xd7\x74\x01\x6e\xff\xab\x0c\xe9\x64\x0f\xa1\xf4\x47\x65\x9c\x62\xb4\x20\x1b\x6c\x06\xb8\xac\xc7\x9e\xcf\xc8\x15\xed\x8f\xc9\x2d\xad\x77\xf2\x3a\x62\x9f\xb9\x22\x5b\xb2\x74\xeb\x7d\x8f\x9d\x04\xf8\x39\xbe\x0f\x1e\x64\xe4\x60\xcf\x07\x8c\xce\x2a\xf9\x02\xb5\x10\x85\xf1\x93\x71\xbb\x61\xf8\xee\x8a\xf6\x47\xd6\x7b\x8e\xb5\xcb\x31\x79\xd0\x5d\x49\xae\x1d\x0f\xd2\xb5\xe7\xa3\x1a\xd9\x4c\x14\xf5\x5f\xd1\x35\xd9\xe0\xd8\xb7\xf2\xf1\xbf\x1e\x88\x4e\xa6\xd9\xec\xae\x90\x15\x7e\xd1\xa9\x9c\x4d\x5a\xef\xa6\xad\x56\xa2\xde\x21\xd7\x54\x91\xfe\xb8\xac\x96\xaa\xe2\x82\x2d\x48\xd9\x9f\xbc\x82\xf1\xeb\x6a\x8f\xde\x56\x28\x22\xef\x53\xba\xda\xed\x6e\x5d\xbc\x83\xd1\x6e\x77\xe5\xed\xb4\x1c\x08\x4c\x50\xba\x74\xd4\xf7\x55\x07\x3f\xd5\x31\xaa\xf3\xdb\xf5\x55\x9e\x0d\x06\x6c\x6a\x9e\x22\xae\x98\x4c\x54\x2e\x67\x44\xd2\x51\xed\x91\xca\x86\x09\x61\x38\xbe\x13\x0d\x29\x79\x0d\x28\x83\x81\x7c\x4e\x6b\x87\xd6\x88\x59\xa8\xc6\xc4\x21\x21\xdd\x8c\x1c\x0e\x67\x24\xcd\x05\x8b\xfb\x4c\x77\x1a\x5d\x63\x72\x4b\xaf\x20\x1c\x04\xc2\x4f\xfb\xb7\x91\xfe\xf8\xb4\x4e\x32\x9d\xbf\xa4\x4b\x74\x6b\xe5\xd0\xe0\xe4\x3d\x87\x55\xad\x07\x72\xe9\x34\x0c\x2f\x4d\xae\xb2\x36\xcb\xe0\xf4\x0e\x84\x6d\x70\x14\x71\x91\x64\xd9\x2d\x44\xbd\xb8\x1d\x0c\x6c\x73\x10\x58\xec\x2a\x32\x35\xe0\xc1\x20\x31\xa3\xbd\xc2\x55\x7e\xbe\x40\xdc\x4a\x8a\x78\x04\xb5\x95\x95\x2f\x4b\x8b\x14\xca\xda\xe1\x7d\xcb\x89\x55\xd3\x60\xda\xae\x6e\x37\xf4\x59\xc6\x19\xd4\x26\x2b\x39\xd2\x60\x20\x50\x8d\x60\x0d\x43\xd1\xb8\x31\xad\x3d\x4e\xfa\xc8\x9f\x48\x2a\x3c\xba\xc2\xfa\x58\x3c\x67\x8a\x24\xf4\xee\x72\x6d\x68\x99\x98\x91\x82\xf9\xaa\x3d\xe0\x25\x98\x52\xe1\x48\x0e\xeb\x83\xb7\x46\xe0\x48\x11\x8e\xc9\x0a\x29\xb2\xd5\x2c\x1d\xc9\x3b\x46\xe2\xe1\x0f\xc3\xa4\xe2\x92\x14\xdb\x2b\xcb\x9b\x75\x64\xcb\xa3\x24\xd5\xec\x2b\x01\xc3\xb4\xbb\xad\xe8\xc8\xed\x65\x36\x9a\x8b\x70\x58\x82\x9d\xad\xf4\x20\x32\x37\x17\x83\xce\x0f\xda\x1e\xa4\xe4\x93\x3c\xbe\x6b\x1c\x28\x0b\xbe\xac\x66\xd7\xee\xc6\xb2\xa7\xa8\x05\x5b\x1b\x1d\xb0\x71\x72\xdb\xd2\x45\xc7\xa9\x57\xb8\xdb\x92\xb2\x52\x78\xae\xe6\x12\x66\x8d\x63\x92\xe8\x4e\xe7\x9b\x8e\xa1\xe9\xcc\x96\x8c\x23\xb9\x71\xb6\x86\x20\xff\x92\xa9\x00\x50\x67\xc3\xe9\x83\x4b\xdd\x16\x5e\x15\x35\x24\x26\x2d\x39\xcd\x9e\xc3\xcf\xab\x5b\xc5\xde\xc0\x86\xed\x40\x17\x99\x31\xbb\x52\xd3\xd1\x8c\x08\xaa\xa6\xe3\xca\xbf\xe8\xa3\x87\x48\x0e\x05\x3e\x7e\x7c\x24\x4a\xa2\x22\x95\xff\x78\xab\x18\x08\x3b\x3b\x4d\x19\x72\x53\x55\x42\x73\x5d\x55\x41\xf3\xe9\x78\x66\xb5\xe5\x38\x3a\x20\x01\x7c\xf4\x10\xa9\xa1\xd4\x4d\xc8\x12\x8d\xc0\xc5\x19\xb6\x2a\x07\xc5\xf3\xd1\x24\x39\x7a\x1c\x27\x9e\x8b\xdf\xf4\xa9\x1c\xd2\xc7\x58\x51\x31\x6d\x38\xd3\x96\x78\xf6\xec\xd9\xf8\xfb\x5d\x3b\x79\x38\x86\x0f\x27\xfb\x1f\x4e\xf4\x87\x27\xfb\xe9\x8f\xf0\x8c\x6c\xa7\xf3\xe1\x70\x46\xd5\xf3\xe7\xe3\x27\x83\x93\x6f\xbf\xf5\x12\xbe\xf7\xdf\x4f\xbe\xfd\x76\x50\x19\xa7\x9d\x50\x4a\x0b\xd8\x45\x5d\x7d\xeb\xe8\xc1\x18\xcf\x9e\x3f\x7f\xdc\xa8\x0b\x43\x18\xc0\xc3\xb5\x8c\x47\x07\x46\xf8\xb8\x73\x80\xcf\x9f\x9f\xdc\xdb\x75\x4c\xb6\x7a\x5d\x17\x32\x5f\x77\xaf\x6c\xe5\x56\xc4\x0b\x71\xa2\xc9\x9d\x3f\x3c\x22\xb9\xa7\xa4\x76\xc4\x6d\xd8\x49\x3a\x7e\xf2\xe8\xfb\x47\x2e\x5e\xf2\x16\x31\x92\x90\x64\x08\x89\xcf\x8b\x49\x11\xdb\xe7\x5a\x42\x3c\x36\xe1\x4f\x14\x35\xbe\x79\x89\x2d\x29\xa7\xea\xf9\xf3\x93\xd9\x50\x4e\xd5\xb3\x67\x8f\x07\x4f\x1e\xcd\x86\x21\xa5\x21\x36\x21\xe1\x38\xcc\x0f\xd2\x45\x4e\x66\xcf\x9e\x7d\x8f\x87\x1d\xa5\xc7\x23\x28\xfe\xfc\xb9\x29\x0e\x35\x9d\xd8\x9a\x20\xc8\x41\x15\x47\xb9\x6c\xc7\x3e\x81\xc8\xc7\xa1\x66\x6d\x4d\xe8\xaf\xca\xb2\xee\x17\x2e\xd4\xf7\x30\x4b\x93\xfa\x31\x86\xbf\x24\xa7\xe1\x8b\x1f\x5f\xbe\x3a\xfd\xe9\x8f\x3f\xbf\xfe\xa7\x7f\x7e\x73\xf6\xf6\xdd\xfb\xff\xfc\xe1\xfc\xe2\x97\x7f\xf9\xf5\x5f\x7f\xfb\xb7\xe4\x6a\x9e\xb2\xc5\x72\xc5\xff\xfc\x29\x5b\x8b\x7c\xf3\x17\x59\xa8\xed\xf5\xcd\xe7\xdb\xbf\x8e\xc6\x27\x8f\x1e\x7f\xfb\xe4\xbb\xef\x7f\x18\x1e\x87\x5d\xb1\x3c\x87\xc3\x04\xcb\x69\x62\xe2\x78\x12\x31\xcd\x9b\x3e\xe4\x67\x34\xe9\x35\xb9\x9e\x96\x53\x62\xbe\x40\xea\x0f\x8f\x9f\x8f\x0e\x2b\xd0\x1a\xea\x36\x0a\x0c\x82\xa8\x42\x61\x24\xc1\x7a\x9b\x29\xbe\xc9\x58\x90\x2f\x82\xc7\xa1\x63\x46\xbc\x3b\x29\x1a\x36\x9c\xf5\x4b\x13\x7a\x1f\x93\xa9\x24\x12\x7c\xd6\x8f\xe2\xc7\x47\xf2\x0f\x8f\x67\x2d\xdd\x42\x22\x6a\xd0\x02\xc7\x86\x46\xc7\x56\x3d\x2d\x9e\x89\xa7\xc5\x90\x3e\xc2\x5c\x2f\x6f\xa1\x21\xfe\xc9\x60\xfc\xe4\xbb\xf1\xf8\xc9\xf7\x23\x3c\xd4\x69\xc3\xb1\x5e\xf2\xc1\x93\x6f\x4f\x20\x45\xc3\xb1\x4e\x3d\x99\x61\x92\xb8\xe5\x47\x39\xe5\xf8\xf9\xf3\xf1\xf7\x76\xe9\xf3\xe7\xcf\xc7\x27\xf5\xf3\x13\xfb\xf8\xe4\xd1\x20\xaf\xe3\xd7\x24\x35\x40\x88\x69\x78\x14\x36\x63\x3c\xcc\xe8\x93\x13\x22\xa6\xe1\xe5\x7e\xfa\xa3\xa6\x41\x5d\xef\xf8\x61\xbf\x17\x3c\x0c\xe6\x19\xdf\x5c\xe5\x89\x4c\xa3\x3f\x17\xc1\xf5\x49\x34\x8a\x9e\xe8\xe4\x95\x52\x9b\x22\x3e\x3e\xae\x3e\xff\x59\x9f\x2e\xeb\x63\xfd\x4d\xff\x57\x09\xe3\xce\x5e\x5f\x04\xff\xe7\xff\x11\xfc\x1b\x13\x79\xf0\x21\x9f\xaf\x92\x5e\xf0\xf0\xd8\x50\xce\xbd\x7b\x55\x64\x6b\x2d\x03\x8f\x7a\x90\xd6\xff\x9a\x9a\x8a\x59\x65\xa4\x31\x15\x33\x27\x9d\xef\xd5\xb7\xa4\xf4\x8e\xc7\x82\x64\x9a\x5f\xb5\x1f\xe3\xbb\xfa\xac\x61\xba\x10\x90\x4d\xdc\x95\x25\x9c\xd4\xcf\x12\x13\x1e\x65\xb4\x3f\xaa\xd3\xaa\x13\x32\x5a\x53\xcd\x48\xcc\xa9\x22\x32\x4a\xf7\x9c\xb8\xca\x28\x87\xd3\xcb\xc5\x1d\xb6\xae\x92\x6a\x7f\x01\x44\x91\x3b\x26\xb6\x6b\x26\x93\xab\x8c\xc5\xfd\x91\x3e\x18\x4d\x94\x4d\x19\xb5\x62\x5a\x74\x6c\x5f\x47\x04\x5b\x12\xd8\xb9\x60\xbb\x48\x96\x55\x60\xe3\xbd\x16\xf7\xf3\x3a\x32\x37\x3c\x03\x1b\xda\xb0\xac\x1c\x0c\xec\x15\x0e\x2f\x2f\x59\x61\xb3\xb9\x62\x9a\x35\xd0\xdd\x6d\x87\x91\xe4\x0b\x34\x1e\x28\xa0\xa7\x25\x62\x18\x93\xef\x07\x55\xb0\x37\x06\x91\x22\xf4\xd7\x3d\x2a\x47\x13\xdb\x83\x01\x8b\xea\x96\xea\x42\x86\xc8\xec\x08\xf1\x6a\xfc\xf4\x42\x08\xdc\xee\xae\x0b\x12\xda\xeb\x97\xb0\x3d\xe3\x96\xc6\x2f\x31\x39\x81\x0e\xed\xc7\xdd\x69\x5d\x0c\xc8\x28\x45\x82\x70\xd2\x25\x86\x99\xaa\x99\xf5\x73\x02\x8e\x9f\x78\x7d\x30\x08\x3d\x47\xa2\x83\x5a\x69\x8d\x76\x9f\x4d\x0e\x98\xbb\x3a\x2a\xbb\xd8\x97\x9a\x7c\xb7\x82\xc1\x90\x28\x70\x9f\x29\xa3\xb6\x13\x06\xa7\xc2\x65\xa6\xa8\x11\x14\xd7\x73\x63\x61\x39\x26\xf0\x53\x20\xa3\x0d\x0d\x43\x22\x91\x8c\x0a\xfa\x04\x97\x68\xda\x90\xff\x1d\xbe\xd9\x03\x5e\xe7\xfc\xf4\xcd\xe9\xcb\x0b\xc3\x2c\x8b\x3c\x65\x6f\x93\x35\xc3\x2c\x5a\xe4\x73\x4d\xf7\x11\x8d\xd4\x61\xf6\xab\x50\x1f\xe1\xeb\xb7\xef\x7f\x69\x15\xd8\xed\xc2\x8b\xd3\x7f\xbd\x78\xf1\xe1\xf4\x45\xab\xa6\x4a\xa7\x60\x95\x14\x2f\x94\x92\xfc\x6a\xab\x18\x0a\x25\x4b\x52\x73\x57\xd4\x93\xbb\x1d\x04\xe3\xed\xfa\x4a\xc2\x10\xe2\x72\x30\xb8\x6c\x35\x8f\xea\x1c\xde\x78\x2e\x3e\x68\xfe\x15\x8d\x08\x6b\x84\xf1\xc6\x04\x6a\xb4\xc1\xe8\xba\x9a\xac\x07\x05\xe1\x60\xee\xda\x9d\x9b\x1b\xdf\x20\x2c\xe5\x70\x49\x1f\x62\xbd\xfa\x76\x42\x2c\x7c\x5b\x1f\x44\x4b\xaf\x37\x08\x13\x4e\xd3\x7c\x0e\x37\xef\x16\xf2\x4d\x0f\x71\x8f\xdb\x21\xbc\xcd\x53\x66\x3d\x8f\x40\xc4\x06\x2f\x66\x1e\x64\x2d\x40\xb9\x2f\x49\x53\x53\x90\xeb\xae\x0a\xdf\xd7\x67\x45\x9d\x1f\xf4\x54\x8f\xef\x4a\xe5\xbb\x47\x68\x19\x7d\xd4\x61\xab\xcd\x3d\xf7\x6e\x67\xbc\x34\x30\x90\xfc\x59\xab\x21\x31\x65\xb3\xdd\x0e\x7e\xe8\x74\x86\xb1\x55\x50\x5a\x40\x80\x5a\xf5\xb9\x8e\x4d\x4b\xf2\x86\x77\xf5\xbd\xfa\x9b\x01\x54\x21\x78\x20\x18\xc6\x11\x65\x1d\xaf\x4b\xe2\xc5\x8b\x76\xba\x1c\xd1\xa5\x73\x3a\x62\xec\xe8\xc0\x19\x3e\x5b\x73\x15\x77\x92\x89\x74\x3a\xeb\xf6\xd5\x0e\x81\xa8\x10\xea\x18\x28\x86\x01\x4e\x67\xd8\x7a\xa0\xc5\x44\xd0\x11\xe1\x95\xde\xc6\x53\xf1\x8c\x43\x00\x3a\xa9\x0f\x9e\x85\x0b\xbe\x08\x6f\x73\xf5\xd9\x0f\x7f\x6f\xa6\x61\xb1\xe8\xf4\x44\xd2\xd1\x34\x31\x4e\x3e\x09\xa7\x53\x10\x1d\x8a\xc1\x40\x79\x51\xd6\x47\x20\xbc\xb3\xbd\xc8\x9f\x25\x4f\x73\x08\xa9\x9e\xeb\x5e\x18\x0d\x1b\xfb\x12\x5d\x9a\x57\x6e\xcd\x6a\xa6\x1e\x55\xe1\xd4\x63\xc0\x93\x28\xe5\xb1\xb5\xc5\x83\x76\xa1\xc3\xa5\x1f\x31\xc0\x0b\x16\x7d\xc1\xc5\xed\xe9\x9a\x2b\xc5\x64\x57\x24\x81\xda\x97\x82\x71\x0c\x7b\xc8\xe1\x9d\x35\xa5\xea\xb3\xc1\xa0\xaf\x06\x83\xbe\xdc\xa7\x03\xcf\x78\x01\x36\x97\x95\x7b\x87\x6a\xd9\xac\xd3\x27\x61\x63\x8a\x37\xcd\xb0\xbc\xa0\x6a\xe7\x6c\x9e\x8b\xba\x9c\x47\x42\x9a\xdd\x52\xd5\xb3\x10\x4d\x27\x3e\x5e\x1d\x17\x2b\x2e\x3b\xab\xf8\xc9\x09\xb3\xa0\x12\x01\xf8\xcc\xb3\x34\x3d\xc0\x57\x32\xbd\x75\x21\x9c\x82\x8b\x65\x09\x66\x65\xe4\x2e\x65\x85\x92\x79\xc3\x1b\x97\xc3\x50\xfb\xd9\x21\xf8\x29\xd4\x5b\xb7\xad\x33\x7c\xb9\xfd\xb6\x4a\x90\x95\x9d\xb8\xc3\x02\x35\xcf\x85\xce\xbe\x96\xb8\xbb\xbb\xbf\xaf\xea\x83\x43\xc3\x7b\xa3\xb3\xab\xfc\xc5\xb1\x71\x54\xe1\xd6\xab\x3c\xbd\x25\x56\xfd\xd9\xd5\xd5\xb9\xbc\x3f\x71\x59\xa8\xc3\x10\x42\x82\x9f\x2f\xce\xde\x9c\x1a\x8f\x23\xe6\xe5\xa5\xd1\xeb\xe1\xb9\x20\x41\x2e\x83\xb7\x76\xea\xc3\xb6\x73\x48\x7c\xa7\x60\x5d\xba\x34\x84\x2a\x75\x38\x4d\x35\x04\x2e\x5c\x43\xbe\xf0\x5b\x33\x21\xd4\xcc\x39\xa9\x3b\x6c\x62\x81\x98\xc6\x3a\xa2\x26\xec\x51\x03\xee\x48\x70\x92\xd3\x5e\x47\xdb\x28\x9c\x1a\xc2\xad\x1a\xc6\x4c\x1f\xce\x72\xb7\xab\x3e\x34\x87\x6c\x3e\xe3\xc1\x20\x34\xe8\x23\xe4\x20\x79\x45\x7e\x68\xba\xdd\x4e\xd9\xcd\x30\x1d\xcd\x4c\x68\xc2\xa2\xe5\x77\xfa\x9e\x5b\xad\xdd\xae\x31\x21\x66\x0c\x20\x0d\xe8\xf2\x2c\x59\x75\xd3\xed\x46\xe8\xe0\x17\xe7\xa2\x43\x7f\xc8\x21\xae\x6f\xef\x8b\x44\x95\xd0\xdc\xe2\x79\xd0\xad\xa8\x0f\xa6\xde\xe1\xed\x2d\x49\xa2\x8f\xb3\xaf\xdf\xe0\xa6\x40\x59\xfa\xa1\xc1\x4d\x3f\xf8\x3e\x53\xa5\xa1\x1f\xc4\x91\xcb\x44\xb1\x0b\xb8\xec\x81\x28\x89\xf6\xde\xc7\x5c\x4d\x37\x3e\xeb\xf3\xc0\x6e\x49\x8d\x48\x0e\xa1\x67\x22\x48\x5e\xcd\x72\xe7\x75\x44\x6b\xa0\x13\xee\x47\x4a\xa9\xa7\xa6\xeb\xa2\x54\x67\xae\xc9\x6b\xb7\x6b\xf1\x81\x0a\x50\xd7\xbd\x2c\x62\x35\x25\xf5\x97\x2d\x93\xb7\x86\xca\xca\xe5\x0b\x58\x61\xbc\x17\xab\x65\x9d\x6c\x3a\x51\x51\x85\x3c\xea\x61\x83\xc0\xb8\x6c\x87\xc9\xee\x62\xdd\xaa\xbd\xda\xb7\x4f\x8d\x06\x41\x26\xeb\x18\x84\xbd\x0c\x3d\xe5\xb2\xd0\xea\xc9\x0d\x42\xef\xa1\x75\xfe\xd7\xb3\x8e\xd4\xa2\x23\x31\xef\x48\xbb\x61\x57\x9f\xb8\x6a\x7d\x38\xb0\xdc\x86\x54\x7a\xca\x06\x83\x1f\xfa\x3e\xce\x79\x6a\x06\xde\xb5\xfc\xb6\xc3\x9a\xee\xb5\x8f\xfa\x18\xae\x78\x3c\x66\xb4\xe3\x98\x00\x82\xf6\x8b\x0a\x7b\x46\x8d\xa2\xd2\xdb\x1b\x01\xf5\x10\x09\xcd\x09\xe6\xf7\xdd\x1b\x85\x05\x3c\xb4\x3f\x54\xd7\x48\x5d\xfe\xc1\xdd\x10\xca\x4e\x8f\x40\x83\xc1\x7d\xd7\x54\x91\xe7\x4a\x8c\x52\x5a\xa5\xf7\xdd\x73\xbd\xbc\x13\xd7\xb7\xb8\x6a\x90\x24\x8d\x08\xc4\x6e\x7b\xb3\xbd\xc8\xcd\x4f\xe5\x33\xe5\x87\x0e\x77\xf4\xf2\x54\xce\x7a\x22\xaa\x19\x5f\xea\xbf\xec\x76\xfd\x31\x11\xf6\x42\x61\x6b\xbe\xf7\x47\x24\x04\x36\x46\x23\x6a\x31\x18\x20\x11\xdd\x48\xc3\xb3\xd0\xfe\xe8\xb0\x84\x40\x80\xe5\x85\xa8\x6f\x11\xbc\x5b\x73\x5f\x73\x5a\x0e\x06\x0c\x79\x30\xad\x49\x19\x01\x69\x44\x68\xee\xb5\x44\x98\x14\x07\x06\xad\xf0\x5d\x7f\x4f\xd6\xd0\x47\x0d\xf4\x7f\x88\xb2\xb3\xfe\xb3\xf5\x7e\x0e\x92\x60\x9e\x25\x45\x11\x24\x45\x90\x54\xfd\x0c\x71\xe9\x22\xc5\x57\xf1\x1e\xf2\xec\x9a\xbd\x33\x77\xc5\x95\xfb\x41\x2e\xb8\xcf\x9f\xb9\xe1\x26\x88\x91\x29\x38\x63\x09\x9b\x05\x43\x2b\x68\xf0\x86\x64\xf4\xae\xf7\x62\xc2\x8f\x06\x83\xea\xa8\xad\x63\x45\x8f\x66\x13\xff\x25\x76\xae\x06\xcc\xed\x0e\x75\xd7\x73\x95\x63\x5c\xa3\x38\xea\x6b\x95\x5a\xed\x63\x4b\x82\x33\xf7\x64\x43\x3c\x98\x13\x80\x55\xf8\xdf\x04\xee\xf8\x0c\x49\x70\x7b\x07\x09\x92\x2f\x97\x50\xd8\x3e\x99\x64\xc3\x80\xb2\xf4\x42\xe7\x0f\xc3\xb2\x34\xee\x68\xc2\xc6\x1c\x75\x4c\x40\xd5\xc8\xc4\xab\xe6\xa7\xe4\x13\x43\x38\xf6\x7a\x65\xbd\x76\x9a\xcf\xe6\x2c\x02\x07\x0c\xa6\x91\xba\xd4\xc1\x29\x36\xfa\x8c\x34\x94\x4a\x6f\xf8\x0a\xfb\xbb\x07\x87\x60\x97\x0d\x41\x41\xca\x65\x68\xf5\x90\xcd\x61\x6b\x3a\x66\x9d\x8d\x24\x9f\xd8\xcf\xa0\xe1\x2d\x5f\x26\x59\x76\x95\xcc\xbb\x62\xb0\xb3\x46\xc9\x72\xaf\x28\x6d\x2e\xd6\x3e\x09\x10\xce\x33\x3e\xff\x14\x1e\x6c\x13\xef\x76\xfd\x51\xfd\x55\x0f\xa4\x2d\x26\xb0\x83\x33\x46\x37\x89\x64\x49\x88\x9b\x05\xa2\x42\xdd\x66\x9a\xe8\x16\xea\x9c\xff\x95\xd1\x70\x7c\xb2\x51\x61\x67\x9e\xab\x5c\xa6\x4c\xd2\x70\xd4\xfd\x79\x93\xa4\x10\x36\xff\xd0\xf7\x75\x22\x97\x5c\x1c\x2e\x9e\x9b\x7b\x5a\x1a\x26\x36\x20\x77\x67\xbe\xa9\x9a\x84\xa0\xf1\x19\xc6\x61\xc6\x16\x2a\x9c\xd1\xf0\xe8\x87\x1f\x7e\xf8\x61\xf3\xd9\x85\x08\xb1\x12\x94\x4d\xb2\x64\xbf\xbd\x5b\x2c\x0a\xa6\x76\xbb\x83\xab\x5e\xcc\x65\x9e\x65\x17\xf9\xa6\xd7\xd5\x29\x95\x6f\xa8\x1c\x86\x9b\xcf\x7b\x7d\xb9\x47\xaa\xd4\xcc\x09\x40\x49\x2b\x58\x27\xed\x45\xdf\x6c\x98\x48\x5f\xae\x78\x66\x9c\x23\x57\x05\x71\xc7\xe6\xe2\x08\x77\x66\x9a\xe7\x9b\xdb\x0b\x50\x3b\xa8\xf6\x45\x0d\x7a\x87\x76\x9e\x07\x50\x83\x01\x6a\x75\xab\x8b\xc0\xfc\x22\x38\xee\x43\x38\x90\x64\x07\xb7\x0c\x08\x6f\x9b\xd3\x75\xa8\x27\x87\x27\xa8\x82\x7c\xa8\xad\x85\x17\x0c\xba\x38\x34\x03\xdd\x73\x6b\xb0\xce\xe1\x99\x75\x49\x07\xf1\x8d\x41\xdf\xd6\xd7\x66\x05\x78\xec\x33\x9b\xbf\xcc\xd7\xeb\xc4\x7a\xc1\xb6\x18\xdb\xf3\x21\xc5\x68\xdf\x06\xee\x30\xd6\x23\x1f\x58\xb1\xcd\x94\x61\x3b\x4c\xd3\x7e\xfa\x5e\xf3\xce\xad\xa9\x45\xec\xf0\x8b\x34\x39\xb1\x9d\xcf\x59\x51\x84\x71\x68\x6c\xb7\xc8\x9d\x69\x39\xf6\x7a\x61\x6c\x48\xf7\x26\x85\x58\x3c\x1f\xfb\xe8\x9f\xc0\xf5\x7e\x85\xd8\xcd\xb7\x66\x9a\xef\xeb\xdb\x9b\xb8\x46\x9e\x83\x07\x82\x69\xc5\x62\x7d\xfb\x56\x09\x8d\xab\xe9\xd4\xfd\xbe\x76\xe8\x2d\xba\xca\xb6\x12\x61\xd2\x29\x3b\xdd\x17\x84\x56\x3d\xb2\xbc\xd5\xa1\xae\x34\xd0\xb7\x2b\x93\xd8\xde\x17\x4c\xfd\xc3\x4e\x73\x80\xa9\x10\xee\x36\x21\x60\x86\x3b\xd5\x89\xf9\x50\x05\x06\x31\xe9\x83\x41\x38\xdf\xaa\x76\xea\x9e\x20\xec\x1b\x77\x21\xea\xba\x1c\x18\x85\x10\x08\xcc\xc2\x38\x78\x46\x37\xf5\x07\xb9\x7e\xda\xaa\xf0\x1b\xe3\xc1\xfa\x90\x6b\x77\xdb\x52\x35\x15\xca\xee\xae\xc6\x54\x30\x4f\x13\x51\x33\x05\x56\x5e\xb7\xdb\xb9\xbb\x9e\x3e\xa5\xc8\xd3\xd6\xf5\xd8\xa3\x38\xd7\x1c\xd8\x6e\x37\x6e\x30\x13\xf7\x0c\xcc\x76\xc0\x1f\x58\x12\x98\x6f\x16\x32\xbe\x31\x6a\x57\x30\x4c\x6a\x27\xcc\xcd\x62\x5b\x38\x9f\xf2\x42\x13\xb8\x69\xb8\xef\x9d\x69\xbf\xc9\xc4\x95\x8b\x82\xf7\x19\x4b\x0a\x06\xad\xd7\x27\x01\x50\xa3\x2c\x49\x83\x7c\x11\xd4\x35\xd7\xc5\x5c\xc7\xb6\x6a\xaf\x5f\xe8\xf0\x95\xc6\x6e\x77\x4f\xa7\x7f\x5f\xaf\x7f\xcb\xb7\xc1\x3c\x11\x1f\xbf\x51\xc1\x7c\xab\x02\x8d\x00\x82\x85\xcc\xd7\x01\x33\x33\x67\x43\xca\x78\x23\xd2\x50\xd2\x31\x92\xe2\x1b\x4b\x27\x5d\x3a\x2a\xb2\xbc\x1f\x8a\x4c\xb6\xb2\x9c\x61\xc2\x4a\x88\x35\x2a\xd1\x18\x93\x2d\x70\x6e\x19\x26\x73\xe3\x7f\x34\x85\xf7\x39\x26\xab\xff\x81\x38\xb9\xc5\xff\x8c\x9c\xdc\x86\x1e\xb8\x51\x02\x93\xbe\xff\x17\x98\xb9\x4a\x44\xb0\xdf\x94\x8f\x5e\x3e\x30\x88\x9e\x34\x77\x0d\x80\xe1\xcf\x2a\x29\xc4\x37\x2a\xb8\x62\x4c\x04\x56\x4d\x91\x17\x2c\x0d\x8e\x82\x62\xbb\x61\x12\xe1\x46\x0e\xdd\x19\xbd\x19\xad\x60\xaf\xaf\x7c\xbc\xe7\xd4\xad\x7d\x08\xab\x53\x27\x2c\x56\xb6\xbf\x48\x45\x97\x97\x30\xa5\x97\x97\x95\xf6\xc0\x92\xa9\xf7\x6e\x96\xdf\x2d\x20\x3e\x3a\xc8\xa5\xe0\x98\xad\x2f\x9a\xdb\x1c\xab\x5e\x0f\x08\xf4\xc3\xc4\x4b\x4d\xbf\xc1\xe5\xe0\xde\xa2\x56\x91\x37\x3a\x3a\x36\x18\x68\xd2\xaa\x15\x8d\xc3\xbf\x2e\xd1\xf3\x10\xd4\xf1\x0d\x8d\x34\xdc\x9e\x30\x57\x2c\xd0\xa5\x35\xf2\xa8\x17\x86\x80\x6d\x55\x38\x74\x2d\xe0\x1e\xf3\x2e\x16\x9b\x37\xfc\x9a\xff\xf3\xc0\xab\xe1\x94\xbd\x32\x54\xf0\xef\xf4\xc7\xc4\x01\x78\xdc\x1f\x11\x7f\x33\xc4\xfd\x51\x59\x62\xa2\x06\x03\x64\xdb\x28\x1a\x73\x3a\xe9\x4c\x85\xb9\x89\x59\xbd\x22\x54\x69\xb8\x22\x0c\x93\x05\x52\xff\x9f\xb0\xfb\xdd\x82\x55\x48\x99\xb8\x07\x43\x97\x59\xd5\x81\x17\x9e\x74\xc0\x62\xe9\xce\x3a\xcc\xb7\x89\x7b\x68\xd4\x71\xd1\x16\x0d\x74\xd7\xa0\xf9\x79\xf3\xd3\x2c\xbd\xcf\xfb\x78\x3a\xae\x74\x85\x3c\x51\x05\x9e\x78\x2f\x71\xe3\x72\xa6\xa2\x3d\x3c\x88\xee\xa2\x84\x6b\xbf\xfc\x66\xe2\x32\xcb\xc4\xd0\x14\x61\xa4\xe9\x2a\x53\xb0\x33\xc4\x42\x94\x57\x3b\xc5\x84\xbc\x30\x2d\xe6\x5f\x6a\x8d\xb5\x24\xe6\xfa\xb0\x9e\x6f\xa5\x64\xc2\xce\x9d\x8d\x23\xe4\x34\xa5\x5e\xb8\xf3\xbe\x2b\xd9\x67\x8e\xf6\x3e\xb1\x9b\xa0\x40\x1d\x64\x3c\x88\xa7\xbc\x95\x33\xcf\x90\x5a\xad\x87\x7e\xb2\x91\xea\xec\x04\x37\x57\xa5\xa6\xf9\x89\xe5\x24\x20\x43\xe9\x53\xcd\x1e\x4c\x75\x4d\x87\x9d\xc8\x35\xaa\x88\x65\xb6\x57\xfa\x00\x67\x56\x4d\xe6\x1a\x55\xe4\xa5\x51\x9d\xaf\xb4\x87\xba\xc5\xf7\x48\xed\x37\xd1\xc5\xa4\x35\xba\x67\x3c\x91\xb0\xaf\x66\x08\x1c\x14\x45\x36\x1f\xea\x5e\xa0\x03\x4b\xfa\x85\x52\x8e\x81\x9d\x39\x94\xc2\x8b\x73\x13\x6f\x81\xa5\xff\x68\x7c\x32\x35\x14\x31\x01\xfa\x73\x46\x54\x87\x09\xdb\x04\x0c\xd7\x88\xa4\xfd\x7e\x73\xc6\x2d\x13\x5b\xf5\xad\xd2\x57\x38\xa0\x50\x4f\xe5\x60\xf0\xa5\x3a\xcc\x56\x23\x12\x88\x42\x55\xa2\x6d\x94\x78\xf7\x69\xeb\x46\x08\x96\x34\x51\xc9\x51\x35\x77\x47\xe1\x10\xd4\xc9\x54\x93\x2e\x96\x9e\xeb\xe6\x86\x60\x4f\xe2\x52\x39\x9c\x44\x37\xe5\x0c\x57\xda\x55\xbe\xe2\x02\x6a\x45\x15\xf8\xda\x10\x1b\xe1\x9a\x67\x9a\x3c\x98\xe7\x22\x0d\x61\x5a\xed\xa3\xd4\x9f\x04\x08\xb5\x04\x0d\x57\xf9\x56\x86\x84\xeb\xb1\xdc\x86\x24\xa7\xe1\x0d\x63\x9f\x42\x92\xd0\x70\x9d\x0b\xb5\x0a\x49\x41\xc3\xbf\x6c\x13\xa9\x98\x0c\x49\x46\xc3\x5b\x96\xc8\x90\x6c\x61\xec\x2c\x24\x73\x70\xf8\x9f\xde\x3d\x2e\xf1\xf4\xe8\x78\x36\xd1\xcf\x63\x72\x52\xe2\x49\xf5\x3a\xd2\xaf\xd3\x3f\x8d\x8e\x7e\x98\x3d\xac\x3f\xc7\x93\xee\xe7\x48\x3f\x0f\xf1\xe4\xc1\x31\x49\xe9\xf1\xc7\x29\x9a\xfe\xe9\xe3\x6c\x36\xc4\xb3\xdd\x6f\x77\x27\xe4\x71\xb9\x3b\xbb\x1b\xeb\x9f\x57\x90\x7f\x97\x9a\xb7\x9f\xcd\xdb\xca\xfc\x24\xbb\x17\xbb\xb5\x79\x2c\xcc\xcf\xbf\x99\x9f\xf3\xf3\xf3\xe3\x25\x59\xd1\x3b\x91\xac\x59\x1c\x32\x11\x12\x3d\xdc\x34\xb9\x2d\xe2\xf0\x7c\x2b\xd2\xe4\xf6\xf2\x2c\x87\x9f\x8b\x2d\x2b\xf4\xef\xaf\x2c\x15\xe6\xe9\x62\xb5\x95\xf0\xf0\x93\xe4\xfa\xe7\x3c\x51\x5b\xa9\x67\xcd\xc5\x8f\xbb\x0c\x31\x81\x49\x2b\xe2\xf0\x9f\x12\xb1\x4d\xe4\xed\xe5\x4f\xec\x4a\xc2\xc3\x59\x22\xe7\xab\xcb\x17\x1b\xc9\xb3\xcb\xb3\xe4\xf6\xf2\x9f\xb6\x82\x5d\xfe\xd3\x36\xbb\xbd\x7c\xb1\x5d\x6e\x0b\x75\x79\xce\x36\x8a\xad\xaf\x98\xbc\x7c\x37\x57\xb9\xfe\x7d\x9b\x5f\x9b\x84\x57\x6c\x0e\x0f\x7e\x4b\x0d\xfa\xbd\x71\x01\x7c\xee\x74\x0d\x1c\xe1\x27\x76\x3b\xa7\x6c\xf3\x9c\x6a\xda\x2e\x0c\x87\x70\xb5\x88\xd4\x70\x7c\x24\x2a\x0f\x3f\xa0\xa4\x2b\xf1\x90\x95\x64\x43\xef\x8a\x78\x41\xfe\xda\x81\x0d\x8f\x58\xb4\x55\x73\x23\xcc\x84\xa0\xd7\x67\x89\x5a\x45\xc9\x15\x5c\x48\x08\xf3\xb6\xc8\xf2\x5c\x22\x79\xfc\xc4\xdc\x82\xfd\xe1\x89\xb3\x83\x42\xea\x19\x1d\x4d\xc2\x61\x18\x87\x47\x21\x1e\x2e\x90\x20\x27\x24\x1c\x19\x17\xff\xc3\x05\xe2\xf6\xb5\x24\x75\xb0\x8b\x80\x55\x6e\x8b\x55\x94\x82\xfd\xc6\x33\x69\x1f\xec\xce\x3a\x62\x10\xcd\xc8\xb9\x09\x3b\x79\x88\x64\x74\x0b\x86\x1f\x47\xca\x3e\xe0\x21\x92\x11\xac\x0e\x24\xda\x27\xdd\x3d\x15\xcd\xb3\x5c\x30\x84\xc1\x80\x46\x90\x04\x1c\x6d\x1c\xf1\x67\x23\x52\xb4\x3f\x0e\x51\x3e\x39\x1a\xc7\x63\x4c\x12\x37\xbd\x43\x74\xa4\xd3\xe5\x11\xc7\xc7\x28\x9f\xf0\xa3\x22\x2e\x8e\x38\xc6\xbb\xdd\x08\x97\x24\xe9\xe4\xeb\x9e\x8d\x26\x30\x4f\x73\xc6\x33\xc4\x74\xd6\xd8\x9b\x37\x86\x4b\xe2\x59\xb6\xcc\x2b\x5b\xd8\xb3\x38\x21\xb7\x71\x46\x6e\xe2\x9c\xa4\x31\x27\xaf\xe2\x2d\x59\xc5\x82\xac\x63\x49\x8a\x58\x91\x75\x11\x33\xf2\x9f\xe3\xa2\x9c\xce\x67\xbb\x9d\x85\x83\xf9\x6e\x17\x86\xb8\xe9\xb6\xb9\x8e\x19\x52\x3c\x38\x36\x01\x43\xb6\x5d\x1d\xad\x65\x23\x65\x49\xd6\x14\x36\xcc\x35\xbd\x2b\x7b\xd7\xd3\xf5\x8c\xae\x7a\xc6\x54\xb2\x6b\x84\x3e\xd3\x74\x53\x92\xab\x6e\x58\xed\x19\xb6\xc7\x9d\x82\x20\x86\xd8\xc3\xfe\xf8\x7a\xca\x66\x9a\x5b\xa4\xcc\x10\xcc\xfa\x9d\x82\xdd\x04\x06\x7d\x4d\xeb\x89\xc5\x98\x2c\xf7\xae\xa7\x7c\x46\x19\x11\x94\x3b\x8b\x41\x39\x18\xe8\x73\x70\x4d\x05\x26\x62\xb7\xd3\xef\xeb\x92\xdc\xee\x73\x60\xbe\x82\x0e\x73\x0b\x6f\x25\xf9\x7b\xea\xc1\x6a\xa2\xe2\x3b\x5f\xe5\x35\x51\x0c\x74\xb0\x13\xb9\x2c\xea\xf3\x0e\x5c\x92\xdf\x40\x54\xdb\x4b\xba\xe9\x5d\x46\x19\xbd\x22\x97\x11\xa7\x4b\x72\x19\xdd\x74\xab\xc5\x6a\xa6\xf7\x0e\x3c\x83\xb0\x58\x45\x0f\xde\x90\xad\x9a\xeb\x87\x2d\xf9\xac\x7f\x3e\x93\x07\x39\x6c\x3f\xfd\x62\x9e\x4a\x6b\x51\x7b\xd3\xc9\xd3\xaf\x2a\x81\xec\x83\x37\xd4\xfe\xee\x76\x57\x88\x19\xf7\x23\x8c\x80\x6c\x5c\xb3\xe0\xb5\xb3\x1b\x0d\x85\xba\xc6\x05\x5d\x79\xf7\xfd\x8e\x57\xdb\x73\x88\xe3\xea\x4f\xbb\xf4\x8a\x61\x6e\xc0\x0b\xcd\x56\xcd\x41\x21\x6a\x9b\x65\x9e\x69\x30\x70\x71\xaf\xf4\x86\x7e\x9b\xbc\x05\x0a\xeb\x32\xda\x7a\x77\xf1\xee\x33\x1c\xae\x3e\x64\xe9\xc4\xbd\x3a\x14\xee\x84\x23\x35\x18\xf4\x8f\xff\xed\xc1\x31\xaf\xfc\x9e\x3b\x41\x86\xb9\xfd\x47\x73\xa3\xab\xe5\x1c\xfb\x88\xe9\xc9\xec\x68\xbc\xdb\x8d\x48\x4e\x91\x98\x7e\x37\xdb\xed\x34\x66\xb2\x4e\xcc\xf4\xce\x1a\x91\x47\xb5\x67\x9f\x49\xd5\xbe\xfe\x13\xfd\x72\xf1\x12\x89\xe9\x78\x46\x38\x11\xd3\x47\xb3\xdd\x6e\x4c\xc4\xf4\xf1\x4c\x57\x27\xa6\xdf\xda\xdf\x27\xf0\x9b\x63\x1c\x57\x85\xbf\xba\x4c\x25\x0c\xf1\xc6\x5d\x56\x41\x01\x1f\x7c\xa6\x2c\xfa\x5c\x07\x47\xe0\x82\x1b\x42\x02\x9e\xf6\x1d\xe4\xda\xc5\x33\x5c\xc1\x83\x5b\xca\x34\xa5\xf2\xd3\x36\xcb\x7e\x33\xe6\x73\x26\xfd\xcc\xa4\x9f\x19\xdc\x69\x13\x5f\x99\x44\xe8\x82\x4b\xfb\xd5\xa5\x55\x04\xe6\x83\x9f\x4d\xd2\xcf\xf9\x56\x16\x55\xe2\xda\x56\x08\xe4\x48\x9d\x5c\x98\x64\xa3\xfb\xe8\xe5\x2e\x5c\xf6\x8a\xb0\x29\xcc\xa0\x1e\x6c\x15\xcf\x8a\x8e\x7b\xcf\x4b\x18\x72\xf1\x2f\x49\xc6\xd3\xfd\xcf\xfd\xda\x52\x47\x77\xbf\x92\x7e\x3e\x48\x3d\x6d\x64\x33\x6b\xc5\x79\xb2\x66\x9d\x5e\xc5\x6f\x51\x2b\xf2\x26\x18\x53\x82\x54\xe4\x99\xa6\x37\xe5\x33\xab\x20\x2b\x52\x48\x34\xd5\xbd\x58\x34\x82\x50\xb4\x76\x3f\x7e\xd6\xaa\xc9\x14\xfa\x91\x2d\x72\xd9\xee\x85\xdf\xb4\x6b\xe3\x99\x89\x00\xb9\x88\x1e\x2c\x0f\xf9\x07\xd3\x3b\x8c\x61\xb8\xee\x9e\xaa\x99\xbb\x6f\x51\x48\x12\x53\x72\x2b\x3a\xc3\x64\x7b\xc7\x14\x14\x01\x5e\xe0\xdd\x02\xe1\xe3\x31\x7b\x04\x05\x6d\x4a\x57\x88\x6d\x3b\xb7\x4b\xa6\x2e\xf8\x9a\x99\xa5\xb3\x63\xf4\xbb\x69\xf5\x8d\x8c\xef\x7b\x92\xd2\x7e\x5f\x77\xb6\xc0\xbb\x5d\x41\x56\xf4\x32\xda\x68\x30\x5f\x74\x2e\xc6\x65\x74\x83\xe6\xd1\x83\xed\xa4\xda\x84\xf3\xe8\xc1\x2d\x38\x22\xaa\xf7\x58\x95\xe4\xf9\xed\x4f\x27\x32\x96\x76\xfe\xb8\x3e\x7f\xbb\x67\xd9\xd4\xaf\x72\x03\xed\x53\x36\xb3\xfa\x5e\x55\x5a\x58\x84\x98\xa0\x74\x32\x1d\x11\xf8\xdf\x2c\x9e\x9e\x3c\x22\xdf\xfe\xa0\xff\xff\xc3\x0f\x3f\x54\xba\xd8\x10\xfb\x5b\x93\x39\x16\xe2\x7e\x25\xd7\xf6\xe9\x8c\x2c\xed\xd3\x2b\x72\xa5\xa9\x76\x15\x0e\xcd\x5c\x3f\xd8\x4e\xc2\x5f\x2e\x5e\x86\x71\x18\xe2\x5e\x71\xc3\x35\xd2\x5a\xe1\xbb\x79\x52\xb0\x20\x8b\xab\x81\x2c\xd0\x98\x8c\x70\xbc\x40\x8f\xc6\x64\x3c\xc6\x3d\xf8\x9e\x34\xbf\x5f\xeb\xef\x23\x72\x3d\x74\xdf\xf3\x58\x4f\xe0\xad\x6d\xd9\x1c\x0b\x08\x47\x9a\x3a\x06\xe3\x67\x8d\x74\x6e\x28\x5a\x3f\xbb\x9d\xac\x87\xdf\xc5\x6b\x7c\x74\x5b\x1d\x06\x28\x9d\x2c\x8f\x6e\xe2\xe5\x10\x3d\x39\xba\xc1\xe4\xda\x56\xc9\x63\xf8\xd9\xba\x96\x37\xe8\x6a\x18\xc2\xfe\x0f\xc9\xc8\xe6\x11\x8d\x8f\x16\x0f\x84\xc4\xf5\x4a\x36\x3e\x5b\x7c\x10\x92\x13\xfb\x59\xb5\x4a\xd7\x68\x21\xd4\xa8\xd9\x72\x53\xb1\x0f\x7e\xf6\x50\x2f\x35\xe8\xc1\x6a\x77\x51\x2f\x8d\xcd\xc7\x48\x7f\x6c\xf6\x52\xc1\x3c\xcc\x99\x57\x60\x4a\x52\x80\xc9\x1c\x6e\x07\x0e\x2c\x17\x59\x50\x34\xa7\x77\x25\x99\x6b\xea\x64\x35\x0c\x5f\x19\xee\x69\xba\x6d\xbc\x25\xf0\x76\x66\x18\xaf\xf9\x34\x83\x57\x87\x86\x75\x8a\x80\x14\x3b\x89\xf3\xa9\x34\xf9\xdd\xb4\xcd\xa7\x0a\x12\xaa\x89\x9a\x6b\x4a\x69\xd5\x9e\x9a\x39\x9e\xa6\x33\xb2\xa1\x29\x58\x88\x5a\x58\x1b\xa2\xe2\xc8\x82\x22\x8e\x0b\x7d\x12\xea\xcf\xc9\x6e\xa7\x7f\x32\x33\x54\x0b\xac\x8e\x22\xd6\xe8\x62\xab\xd7\x6a\x1d\x3d\x48\xa7\x8b\x19\xda\x60\xb2\xb6\x47\x0d\x71\xe4\xc0\xda\x66\x03\xc4\xb1\xe6\x02\x39\xd8\x5e\x47\x9a\xed\x7a\x2d\xec\x69\x82\x71\xf4\x20\x05\x4b\x95\x60\x61\x2f\x5c\x5d\xa5\x0d\xec\xea\x55\x0f\xe8\x83\xb5\xad\xbd\x3a\x56\x1b\x96\xce\xda\x11\x2d\x34\xfa\x39\xb4\xe8\x53\x83\x5c\x66\x06\x35\x25\x69\xda\x81\x96\xb6\x2e\x28\x07\xa3\x6f\xc1\xbd\xa7\xc6\xff\xfa\x83\x01\x83\x42\x83\x41\x7d\x41\x51\x9f\x12\x35\xae\xd1\x48\xc4\x32\x30\x8e\x8f\x19\xc2\xf4\x80\x23\x7d\xa4\x1e\x32\x83\x1c\xaa\x45\xc0\x0d\xb8\x64\x0a\x25\xee\x40\x1e\x1a\x81\x94\x59\xa3\x76\x2e\xab\xee\xf0\xe0\xd6\xcb\xc5\x5d\xae\x15\x1a\x57\x89\x79\x9d\xf8\x9d\x19\xcb\x82\xa2\xad\x06\xd7\xad\x06\xb1\x27\xec\x31\xd9\x6a\xd0\x7b\xf4\x84\x7d\x4b\xb6\x1a\xc8\xc6\xec\x11\xd9\x6a\x30\xd2\x44\xca\x86\xee\x61\xf6\x21\x7b\xb8\xf0\x87\xbb\x71\xa1\x5b\x17\x9a\x7e\x52\x32\x99\xdf\xb7\x6c\x9a\xd5\x3a\x1a\x3f\x74\x0b\xb6\xc8\xe5\x3a\xd9\x57\x18\xb7\x32\x55\x2f\x9e\x31\x1c\xf3\x15\x53\xd8\x3c\xdb\x9d\x89\xed\x6e\x17\xfe\xf6\xdb\x6f\xbf\x1d\x9d\x9d\x1d\xbd\x7a\x75\xf1\xf3\xcf\xf1\x7a\x1d\x17\xc5\xbf\x85\x44\xd0\xcb\xe8\xaf\xe6\x06\x43\x33\x85\x0d\x3c\x48\x72\x9b\xf0\x33\x49\xec\xd3\x5a\x33\x87\x16\x61\x67\x94\x47\x4e\x8e\x40\xb6\x94\x1b\xee\xb2\x68\xc4\xd0\x27\x82\xf0\x5a\x1d\xd9\xa8\xff\x4e\xc5\x6c\xb7\x33\xdc\x2d\xde\xed\xf8\x54\xcc\x9c\x8b\x5c\xa0\xf0\xc8\xaa\x0b\x4e\x2f\xa3\x02\xe5\x7f\x18\x9f\xec\x76\xe3\x13\xc2\x2c\xb7\xbc\xd0\x8d\x32\xc9\x53\xce\xd6\xbb\x5d\xb7\x5c\x80\x3d\x1b\x9f\x4c\xc2\x17\x67\x61\x1c\xbe\x3f\x0b\x3d\xc2\xb5\xc9\x1b\xc6\x02\xd8\xff\xdf\x7e\x8b\x2d\x05\x64\x81\xc8\x9d\x5c\x47\x27\x98\xe8\x19\x8c\x6d\x3a\x39\x8b\x8b\xe1\x98\x9c\x9d\xc5\xba\x67\xfa\xd1\xb0\xf0\xe4\xec\xec\x2c\x9e\x23\x37\x19\xe7\xab\x5c\x2a\x52\x90\x2d\x79\x04\x9f\xf4\xb7\x2d\x29\x30\x79\x15\x3b\x8c\xf0\xea\x15\x54\xe1\x5e\x6d\x35\x69\xb3\x1f\xbf\x62\x92\xa6\x50\xaf\x9b\xf1\x33\x2e\x1c\xd9\x49\x32\x72\xa2\xbf\x37\x33\x98\xa6\xeb\x2c\x8f\x20\x4b\x1a\x67\x53\x9b\x36\x23\x3f\xbb\x46\x72\x4c\x7e\xfe\x19\xba\x91\xbb\x0e\xac\x62\xbd\x57\xc8\x4a\xff\x9e\x60\xcd\xd1\xa3\x9c\x24\xc0\x2e\xbd\x70\xcf\x63\x4c\xd6\xae\x8a\x04\x93\xf5\x1a\xaa\x48\x5c\x15\x45\x73\x0c\x05\x26\x45\xe1\x8d\xb5\x70\xf9\xce\xcf\xcf\xbd\xe4\x75\x41\x1e\x99\xf4\x7f\x8b\x85\xc7\x69\x3a\xe6\x3d\x25\xa8\x7b\x0f\xed\x76\x1b\x30\xfd\x12\x55\x56\x08\xa0\x18\x5a\x5f\x8f\xb5\xfc\xa6\x83\x48\x1b\x7f\xfb\xf0\xc8\x47\x46\xcd\x9d\xfd\xd7\x5c\x30\x27\xfa\x39\x1e\x7f\x0b\xb5\xa5\x7c\xd1\x20\xc6\xb6\x64\x6e\x40\x2e\xb5\xd4\xda\x56\x1f\x7f\x9a\x22\x25\x1b\x8d\x4b\x1e\xa2\x85\x2f\x41\x32\xa7\x8e\x97\x80\x2d\x51\x74\xb4\x20\xd7\xf4\x32\x5a\x9b\x7b\xc8\x45\x6d\xfd\x41\x51\xaa\x71\x53\xaa\xcf\xc7\xeb\xe3\xf1\x09\x49\xf5\xc1\x79\x4d\xd2\x69\xa1\x13\x1e\x91\x74\x9a\xcf\x28\x5a\x1f\x6d\xf0\xf1\x93\xd1\xe3\xef\xd9\xb7\x24\x05\x17\xd1\x90\xf2\xfd\x93\xc7\x90\x20\x66\x74\x7d\x0c\x18\x2d\xd5\x48\x6e\x7d\xac\xd1\x5c\xaa\x91\xdb\x5a\xd3\xb2\x24\xc5\xd3\xd5\x6c\xb7\x5b\x93\xf9\xe4\x3a\xbe\x8c\x12\x74\x6d\x46\x5b\x1f\x5a\x87\x48\x5c\x43\x45\x26\x38\x7a\xf0\x0a\xe8\x06\x83\x45\x3a\x72\x5f\x5b\x00\x7c\x33\xd3\xf9\xda\xd9\xbc\x7b\xe1\x06\x01\xfd\xa6\xe7\x99\xdd\xd9\x13\x8e\x08\x7a\x05\xbb\xbd\x3f\xc2\x9e\xd3\x1b\x24\x35\xc7\x2f\x30\x91\xba\x01\xc8\xdb\xc5\x24\x45\x37\x6e\x9d\x6b\x34\x6d\xe8\xd9\x8e\xdc\x35\xbf\xd9\xa0\xff\x6d\xa1\x7f\x3a\x7f\xf7\xf6\xd0\xbc\x54\x08\xda\xd0\x1c\x2a\x7f\x7d\xfe\xce\x71\x59\xb1\xd8\x66\x99\xa9\xa2\x4a\xbd\x87\x85\x68\x94\x35\xc5\xbe\xa2\xcc\x2f\x17\x2f\xeb\x32\xab\x12\x61\x72\x4a\x6f\xf6\xa5\x1b\x9e\xc9\x05\x3d\x25\xd3\x69\xf8\x60\x5d\x84\x84\xcd\xc8\x34\x7c\x50\x84\x44\xc1\xc3\x3a\x24\x12\x1e\x7e\x0e\x89\x80\x87\x5f\x43\xc2\xe1\xe1\x2c\x24\x09\x3c\xdc\x86\x24\x83\x87\x57\x21\xd9\xce\x66\xdd\x97\x12\xa7\x53\x36\x1d\xcf\x66\x0d\x9a\xa1\xd1\xf3\x25\x52\x84\x4d\x47\x33\xa2\xf3\x81\xc7\x63\x72\x1b\xb1\xcf\x8a\x89\xf4\x80\x83\x24\xa4\xc8\x0d\xb9\xc5\xe4\xb6\x24\xb7\x0e\xac\xae\xc8\x6d\xc4\x8b\x57\xc9\xed\x9f\x0b\xba\x24\xb7\x2d\xfe\x8e\x79\xdc\xe7\x98\x3d\x7a\xa8\x79\xc0\xdb\x88\x09\x7a\x3d\x5d\xcf\xc8\x6d\xf4\xa6\xa0\xd7\xe4\xb6\xfc\xfd\x77\x11\x07\xcc\xdd\xac\xf7\xb7\x55\xbc\x5e\x07\x2f\x42\xc2\xe9\x5d\x96\x14\xea\x55\x72\x1b\x87\xd3\xdf\x58\xa1\x98\x4c\x93\xdb\x20\x51\xb3\x20\x1c\x0a\x52\x24\x6b\x66\xbe\x5d\xe4\x7e\xba\x60\x9f\x95\x4b\x5f\xe7\x52\xe6\x37\x8d\x4f\xbf\x32\xf6\x29\x0e\x35\xaa\x0f\xa6\x2e\x5d\x37\x63\xd2\xa7\x6f\x92\x42\xcd\x82\xe6\x67\xdd\xd2\x69\x56\xb0\x38\x3c\x3b\x3b\x7e\xf5\xea\x58\x1f\x74\x61\xd9\xf3\x6d\x62\xf4\x6c\x8a\x34\x69\x33\xef\x56\x96\x64\xfc\x6b\x7b\x1c\x94\xcb\xbe\xdb\x71\xf0\xdf\xcc\x76\x3b\xeb\xd4\xab\xe2\x30\xc2\x34\xc4\x8e\xae\xd0\xc8\x14\xe5\x24\x4c\x43\x38\x60\x0a\x9a\x3c\x3b\x7a\x32\x09\x5d\xbf\xc2\x38\x79\x76\x34\x9e\x84\x6e\x18\xfa\x7d\x64\x5e\x5f\x25\xb7\xfa\x6d\x6c\x32\xdb\xb7\x93\x49\x68\x27\x49\xbf\x7d\x67\xde\x4c\xc1\xba\x4e\x92\x51\x31\x2d\x66\x9a\x02\x29\x66\x87\xdd\xc4\x65\x93\xac\xd6\xf2\x20\x12\x61\xab\x1a\x6f\xc8\x33\x94\x81\xd1\xe3\x7d\x21\xb0\x0d\xd1\x66\x8c\x9a\x78\x61\x7c\xbb\x54\x56\x7f\x9f\xd8\x6d\x41\xc4\xbe\xdd\x5b\xd3\x23\x40\x87\x29\x6e\xc0\x10\x10\x56\x10\x2d\xb5\xa6\x65\xfb\x23\x88\x9f\x3a\x18\xe4\x1d\xae\x1d\x78\x47\x5a\x5e\x05\x69\x22\x19\xd9\x52\x85\x38\x84\xdf\x43\x39\x90\xc9\xdb\xc1\x60\x0e\x6d\xa0\xa2\xf6\xfc\xdf\xaf\xfc\xc9\xb8\x46\xc7\xe0\xf0\x26\xa1\xc5\xd3\x51\x9f\x26\x47\x47\x4f\x31\x20\x70\xc4\xa7\xc9\x8c\xe4\xd3\x64\x86\xeb\x9c\xae\x9f\xa5\xae\xbe\x4f\xe7\xf5\x17\xc3\x4d\xf0\xb6\xa4\x93\xac\x68\xde\x4e\x03\x12\xbe\x4f\xbd\x0e\xe8\x84\xc1\xc0\x25\x04\xbc\x26\xca\x29\xcd\xeb\x17\x4b\xe6\x37\x1a\x31\x9e\xa9\xc9\xa6\xd9\x8c\x49\xd5\xf5\x2e\xfa\x74\xd3\x68\x68\x31\x18\x6c\xea\x86\x6a\x99\x99\x6e\xa9\x7e\xeb\x19\xde\x51\x22\x0e\x53\x89\x0a\xba\xae\x67\x90\x4a\x94\xe3\xaf\x9a\x45\x61\xa0\x2f\x27\xeb\xe6\x3c\x1e\x9a\xf1\x8c\xea\x8c\x7a\xda\xb3\xce\x69\x77\xfd\xee\x53\x0d\x25\x7d\x9a\x1f\x76\x37\xd0\x50\xc9\x6b\xe8\xdd\x75\x6a\xe8\x35\x72\x44\xbc\xf8\x71\xbb\x58\x30\xd9\x2a\x59\xa5\x37\xfc\xc2\xca\x86\xe3\xc8\x2a\xd9\xc6\xdb\x80\xe2\x01\xa7\x48\x50\xb1\xdb\xdd\x95\x38\x4a\x19\xf8\x0c\x66\x72\xb7\x0b\xa3\x10\x9c\xce\xaf\x93\xcf\xaf\xd8\x46\xad\xc0\xc6\x1e\x9c\xce\xe9\x1d\xfa\xcf\xec\x76\xb7\x83\x98\xe8\x65\x1b\x29\x07\x0c\x49\x0d\xf3\xf8\x6e\x4b\xb7\x9a\xa1\xf3\xfd\x3d\xca\x2e\x27\x8f\x73\xd7\x95\x94\xca\xe9\x7c\x46\x56\x54\x44\x45\xb2\x60\x83\x41\x63\x77\xa3\x54\x53\x7e\x5f\x30\x65\x4d\x35\x59\xa8\xf4\xcf\x9a\x56\xb6\xb0\xa6\x0c\x58\xc2\x2e\x3c\x4b\x5e\xa8\xd5\xa4\x92\x6b\x9a\x4d\xb2\x21\x1f\x26\x68\x8e\xe3\xc4\x4a\xef\xfb\xab\xc1\xa0\xbf\x19\x0c\xd6\x95\xdb\x19\x18\x44\x8a\x6b\xa7\x8a\xfd\x7a\x86\x76\xbb\xed\xb3\xbc\xbe\xf1\x41\x29\xb9\x26\xdb\xe1\x18\xf7\x8a\xe9\xf5\x8c\xa6\xa5\x09\x4f\x4c\x0a\xcf\xe4\x50\x10\xe1\x42\x4e\xc2\xf3\x56\xb8\xb7\x36\x3e\x32\x13\x94\x50\x94\xd3\xbc\x73\xad\x0a\x9a\x47\xf9\x35\x93\x37\x92\x2b\xa3\x2f\x99\xe9\x6d\xd3\x5a\x30\xcd\x86\xc3\xbd\x07\xe2\xd8\x9b\x09\x37\x41\xfd\x2f\x9a\x0a\x57\x3e\xe3\x03\x5e\xab\x31\xcc\xc1\x43\x3f\xf4\x50\x79\x62\x0c\x97\xb1\x78\x9b\xbc\x45\x0a\xef\x76\x47\x46\xff\xb9\x72\x4b\x15\x85\x78\xb7\xcb\x23\xd3\x09\xd0\x12\x74\x45\x7c\x3c\x8e\x38\x8e\x24\x4b\xb7\x73\x86\x5a\x1c\x8a\x69\xf2\x8b\xa6\xde\x7c\xaa\x2a\x3f\x0f\x5d\x43\xd6\xdb\xae\x05\x13\x7d\xb0\xf9\xf6\xf7\xaf\x1b\xde\x17\x4d\xa9\x89\xec\x04\x3c\xe7\x7e\xae\xcf\x76\x3b\xd4\x01\x82\x6a\xd2\x77\xf6\xe2\xb1\x9c\xf4\x1b\x4e\x52\x1d\xbc\xc5\xf6\xac\x2f\xcd\x90\x26\x08\xc2\x51\xeb\x67\xc2\xf0\x9e\x4b\x11\x3b\x97\xad\xed\xb7\x37\x93\x7e\x04\x65\x35\x65\xc3\x64\x28\x66\x54\x4e\xc5\x8c\xa8\x12\x3c\xfa\x6b\x82\x91\x08\x68\x92\xe4\x18\x97\x98\xdc\xd5\xae\x94\xdc\x02\xed\xef\x6a\x6f\x7d\x94\xd5\x34\x48\x8c\xe7\xda\x0c\xf7\x32\xa6\x02\x41\xe7\x48\x46\xc5\x8a\x2f\x80\x4d\x4b\xf5\xeb\x74\x34\xc3\x64\x45\xb7\x80\x86\x9f\x56\xfa\x3e\xa9\xb5\xbb\xad\x34\x15\xf5\x8c\x09\x17\x9a\xde\x34\xc3\xbe\xb4\x34\xab\xa9\x98\x61\xa2\x3a\x57\x87\x75\xa2\x05\x38\x0f\xfb\x85\xf1\xc8\x51\x75\x66\x55\x7b\xe6\x7a\x8a\xe0\xe3\x6e\xa7\x33\x99\x6b\x48\xf8\x3a\x18\x40\x6b\x34\x34\x21\x7b\x6a\x95\xd3\xd4\x83\xf7\xbb\x32\x9e\xc2\x68\x75\x56\x22\x3d\x3d\x27\x74\x68\x6a\x70\x09\xd5\x32\xb7\x18\x9a\x7a\xdf\xfe\x1e\x53\x62\xc2\x0f\xa8\x69\x57\x86\x21\x4b\x5e\x28\x79\x0b\x9a\x78\xbf\xb2\xe4\xd3\x59\xb2\x29\xab\x3b\xec\x7a\x66\xad\x2a\xfd\xe9\x67\x5e\xb4\xbc\x24\xf9\xcc\x86\xab\x4d\x93\x5d\x70\x85\xe4\x57\xb1\x64\xce\x54\xed\xcb\xe5\x97\x4c\xed\x95\x4f\xd2\x74\xbf\xbc\xc6\x0a\xcc\x0a\x7c\xab\xd2\x56\x5c\x0b\x68\xb3\x59\x87\x35\x06\xeb\xe8\x46\xb3\x86\xda\xbd\x69\xa3\xb8\x55\x7b\xfb\xe0\x26\x6d\xdf\xcc\xa6\x63\x36\x8d\x69\x40\xee\x67\x2e\x7b\xfd\x16\x1f\x24\x14\x93\x34\x84\x9f\x10\xd4\xb7\xb8\xa2\xa1\xfe\xbb\xef\x4b\x3e\x39\x68\x4f\xdc\xd5\x0b\xde\xb5\x9a\x49\x9a\xee\x5b\x7b\x7a\xbc\x15\xb8\xfe\xeb\x31\xf0\x42\x0b\x7d\x9a\x20\xc4\x75\x0f\xa6\xf6\x7d\x46\x25\x49\x28\xc7\x31\x42\xb9\x4b\xff\xcc\x95\x49\xce\x31\x69\xce\x66\xbd\x72\x48\x91\x3d\xdf\xd2\x7b\x2b\x5f\xe5\xc5\x24\xc1\xed\x15\xe0\xc5\x26\x51\xf3\xd5\xc1\xee\xf3\x05\xf2\xfa\x5d\x85\xd9\x39\xdc\x86\xc9\xf8\x14\x79\xee\xc1\xf3\x98\x63\x24\x71\x59\x69\x87\x24\xf7\x57\xf0\x99\x2b\xaf\x7c\x32\xc9\xe3\x04\xca\x97\xce\x2a\x04\x25\x9d\xac\x36\x4a\x68\xa7\x9e\xf6\x6e\x77\x57\x21\xbe\x78\x3a\x2b\x3d\x6a\x1a\x70\xd5\x60\xd0\xda\x00\xbe\x46\x77\xd9\x14\xe0\xee\x85\xb2\x52\x2d\x9e\x08\x49\x0c\xc2\x64\x1b\xe0\x0a\x97\xd8\x5d\x75\x34\x6b\xa9\x49\x4c\x0b\x66\xbe\xf9\x08\x2b\x13\xc8\xe6\xaf\x15\x75\x6a\x1a\x93\x96\x1a\x3c\x8e\x91\xf4\xb2\xf9\x3a\xf1\x1a\x62\xa5\x3e\x71\xb6\x87\x0c\x2d\x6a\xad\x90\xda\x64\xc0\x70\xcd\xb5\xf6\xa6\x45\x56\x1f\x1a\xfb\x80\x54\xc4\x46\x66\x54\xde\xfd\x83\x23\xbf\x82\x90\x2b\x6d\xa6\x7c\xcf\xed\x3f\x61\x4e\x23\xb6\xd5\x86\x0f\xe3\x30\x11\xee\x1a\x65\xbb\x79\x67\xea\x96\x90\x0e\xce\x60\xea\x76\xb7\xe2\x40\xcb\xb5\x88\x6e\xc1\x45\x0a\x3e\x2c\xb8\x58\x7e\xc8\x73\x75\x2a\x94\xbc\xd5\xf8\x5d\x0e\x06\x32\x82\x40\x17\x85\x31\x10\x74\x0d\xd5\xb5\x02\x02\x53\x2d\x1c\xaa\x4b\x74\x6e\x1f\xbb\xae\x1e\x72\x40\x76\x1b\x99\x18\x4c\x7b\x35\x7d\xe6\xea\x77\x54\xf4\x99\xab\x8e\x7a\xdc\x86\xfe\x62\xb7\xda\x3b\xff\x9e\xbe\x55\x75\x7e\xa1\x83\x5d\x55\x1e\xe8\xa5\x41\xfc\x7b\x08\xbf\x0d\x05\xad\x03\x02\xb5\xaa\x31\xf0\x20\x5e\x7b\x8b\x76\xe8\x5e\xaa\x2d\xf9\x92\x0d\xad\x7e\xbf\x06\xeb\xc6\xa6\xa3\x21\x0b\x0f\x5d\xb0\x45\x04\xa8\x2e\xca\x3c\x6f\x85\x46\x30\x86\xa7\x10\x1f\xa1\x02\x3f\x0d\x76\x3f\xc9\x7c\x5d\x0d\xcb\x08\x35\x12\x20\x5c\xcc\x4c\x32\xc5\xe4\x9a\x0b\xe6\x20\xd5\xee\x85\x02\x29\x8d\xc3\x5d\x9c\x89\x42\xe3\x65\xfb\x85\x64\x54\x74\x82\x6f\xaf\x30\xde\xda\x18\x26\xd9\x60\x90\x45\x1e\x2c\x57\x08\x79\x4b\xef\x5c\x3d\x31\x38\x8a\xeb\xa8\x27\xce\x4c\xdf\x04\xbb\x69\x6c\x41\x52\x45\xea\x28\xed\x5d\xac\xf5\xce\xc4\x17\xb7\xb5\x73\x8c\x5e\x32\x49\xa6\xf3\x19\xdd\xc6\x5f\xda\xee\x39\x41\x48\xc2\x21\xa8\xb3\x13\x89\xdb\x8b\xe1\x75\xa0\x7b\x9b\x9b\x65\x10\xf6\xe1\x0c\xbc\x0b\xc0\xf2\xa8\x95\x64\xc5\x2a\xcf\x9c\xeb\xf8\xd7\x1d\xc3\x44\x1e\xa6\x69\xc2\x85\xc2\x9e\xf5\x32\xb9\xd3\x75\xc7\x92\xd4\x4d\xc4\x82\x54\x0d\xc4\xbc\xf2\x6c\x18\xe4\xde\x94\x93\xbc\x39\x96\xfc\x10\xf0\x36\xb1\x56\xaf\x4b\x85\xbe\x16\x73\x46\xbc\xa8\xab\x11\x4b\x18\xab\xbf\x84\x1f\x12\xc5\x73\x92\x53\x56\xcf\xc0\x6e\x37\xea\x35\xa5\x03\xb9\x3e\xb7\x72\x9a\x4f\xf3\x3a\x52\xb4\xa5\x90\xa8\x3c\x80\x36\x19\xee\x89\xdd\x8e\x3f\xcf\x27\xc9\x60\x90\x54\xb0\x18\x15\xf9\x9a\x75\x79\xcf\xef\x83\xbd\x2f\xeb\x53\xbd\x18\xd6\x14\x06\xc9\x6e\xa4\x65\x80\x6b\xa4\x19\x26\x1c\xff\x63\xaa\xf7\xf0\x97\x5f\x7b\xd9\x3e\x46\xba\x36\x69\x03\xb1\x38\x7b\xec\x16\x18\x37\x6e\x86\xda\x20\xee\x11\x39\xed\x63\xa4\x73\x72\x3b\x55\x37\x01\xb2\x65\x8d\x60\x94\x43\x30\x00\xef\x07\x11\x8c\x75\x7c\x57\x29\x67\x4e\xbb\xb7\x29\xc3\xb3\x36\x9e\x3e\x80\x87\x0e\x42\x6a\x2d\x34\x06\xce\x56\x75\x04\x4e\x69\x46\xaa\xb5\xd8\xa3\xbe\x4f\x4d\xa4\xb3\x95\x3b\x4f\xd6\x0c\x5c\x77\x96\x18\x4f\x47\x95\xb3\x7e\x5d\xac\x75\x78\x36\x8a\xec\xdf\xd9\x31\x4f\xbb\xd5\x06\x65\xf9\x0a\xff\x76\x5d\xf2\xef\x66\x1e\xa3\xdb\x2a\xfb\x35\x2f\x6d\x04\xb1\x5f\x12\x92\x78\xc9\xd5\x9a\x40\x1f\x75\x61\x13\x22\xaa\xcb\xff\xf1\xbe\xd2\x73\xdb\x05\x31\x5f\xa0\xaf\x74\xe2\xcb\xf1\x60\xd0\x1f\x57\x06\xe6\xad\x39\x9f\xf2\x19\x51\x53\xde\x29\xa8\x6d\x1e\x8c\x2d\x10\x3a\x08\xb4\x6e\xf1\xfe\xe9\xfc\xdd\xdb\xba\x54\xd3\x75\x9a\xe5\x37\x42\x9d\x1f\xc4\x07\x83\x41\x85\xe3\xee\x89\x3c\xab\x22\xb0\xf0\x7d\xc3\x0b\x75\x48\xd0\xe5\xe6\x78\xa8\x4a\x4c\xc2\xb0\xd6\x61\x8a\x78\x3a\x0c\x8f\xc2\x61\x65\xf7\x2a\x0d\x32\x28\x51\x81\x7b\xb5\x39\xd0\xf6\xb0\x7b\xbf\x27\xdf\x19\xc7\xa4\x4f\xbe\xc7\xad\xf8\x63\x30\xb3\x2f\x6b\x8f\x4b\xbb\x9d\xb9\x64\x31\xb7\xaf\x8a\xad\x4d\x88\xf7\xb3\x64\xe3\xac\xbe\x8c\x76\x6f\xb7\xe1\x75\x5d\x8a\x84\x1e\xab\x50\xb9\xdb\xce\x9b\xa6\xae\x25\x2e\x73\xff\x9a\x4c\xd7\xbd\x47\x6e\x15\xfc\xaf\x8c\x5a\x3f\x41\x29\x5f\x33\x51\xe8\x43\x68\xe4\xf5\xd0\x75\xaa\x24\x79\x93\x1c\xea\x26\x82\xa8\x57\xd2\xc8\x1c\xaa\xeb\x6f\xe7\x90\xb6\x6a\x67\x38\x34\xc1\x5d\x83\xe6\x3c\xf9\x8d\x1b\xc1\x83\xc0\x96\xfc\xaf\xe7\x92\xd2\x73\xa6\x26\x48\x52\x01\x63\x30\xfe\x8b\x21\x6c\xde\x33\x93\xe2\x5c\x43\xf1\xbf\xb2\xe1\x10\xc7\x48\x18\x1a\xa8\x62\x24\x4c\xba\x73\x28\xdc\xc0\x78\x19\xeb\x8c\xdd\x7a\x68\x64\xfd\xbe\x72\x3c\x8c\xae\xf5\x88\x76\x76\x55\xc1\xc7\xd8\x59\xee\xb7\xa6\xfc\xe8\xc8\x1f\x75\x25\x2c\x21\xfd\x51\x6b\xe2\x8d\xbc\xe5\x30\x01\x7a\xb0\x8f\xdc\xf5\x71\x6f\x0e\x91\xa4\xdc\x35\xa9\x30\xf6\x26\xee\xe8\x88\x00\x0d\x6b\x27\x14\x75\x76\xb1\x3d\x10\x4c\x24\x8e\x41\x4e\x8d\x04\xe5\x95\xa8\x1a\x6a\x46\x7e\xd5\x10\x10\xc3\xf9\x0c\xfe\xba\xba\xf5\x7c\xc4\x88\x83\x30\x74\xce\x90\x20\x63\x98\x22\xdc\x9a\xa4\x55\x72\x58\xa2\x66\x9a\x70\xe2\xb4\xbc\x29\x4e\xfb\x42\x29\x27\x44\xf3\x4b\xd9\xc8\x11\x7c\xce\x55\xd7\x81\x7d\x70\x3b\x78\x07\xf8\x28\xfe\x1a\x88\x69\x36\x3b\xcf\xb7\x42\xd1\x43\x1d\x69\x64\xb5\x74\x63\x17\xcc\xf4\xbc\x0b\x2d\x81\xef\x1c\x3a\x25\x42\x33\x40\x6a\xdf\x82\x74\x3c\x31\x96\xc2\x3e\xb0\x76\x28\x51\x00\xc2\x05\x17\xcf\xee\xa3\x30\x24\x56\x47\xb7\x5e\x14\x45\x3e\xe7\x49\x07\xf1\xfb\x3b\xdb\x37\x3c\xa6\xdf\x82\xa6\x3f\x0e\xea\xbe\x40\x59\xa0\x50\x5a\xa5\x00\x99\x16\x7b\x26\x19\xc6\x5b\xaa\x53\x3c\x34\xc5\x4d\x56\x84\x49\x42\xab\xf3\x31\xe8\x5c\x4b\x8d\xe5\x44\x3d\x45\x20\xf3\xe1\x0b\xd4\x4f\xcc\x1d\xb6\x5e\x49\x1b\x1b\x0c\xa2\x77\xb9\x10\x7d\x26\xaa\xd8\xa8\xec\x25\xb4\x3f\x22\x8c\x2a\xeb\x73\xde\x35\x6c\xcf\x2c\x08\x67\xe5\x97\x9f\x20\xdd\x23\xa3\x13\x60\x2b\x19\x5b\x33\x61\xe5\x82\x89\x59\x2b\x17\xbf\x57\xe2\xef\xea\x15\x91\xe0\xcd\xdc\xdd\xc1\x54\xe7\xe9\x73\xca\x6d\x7f\x44\x47\x7f\x4c\xfc\xb4\x72\x0f\x3c\x98\x50\x92\xdf\xb3\x0e\x8e\x9d\x36\x2b\x61\x73\x83\x6b\xc8\xdf\xb9\x14\x6e\xd0\x85\x1b\x74\x72\xff\xa0\x0b\x3d\x68\xe9\x06\x0d\x7a\x40\xd5\xcb\x78\xf6\x15\x4b\x53\x1c\x9a\x8a\xa9\x24\xb6\xa2\xd9\xbd\xcb\xf3\x8f\xe9\x29\xe1\x74\x04\x1c\x61\x73\xb9\xf8\x73\x9a\xdf\xdf\x47\x36\xe5\xc3\xe1\xac\x63\xc9\x2a\x3f\x01\x5f\xd8\x75\xd5\x14\x35\x4a\x27\x35\x22\xf8\x42\xf9\x6a\xb1\x4b\x72\x5f\xec\x13\xe4\xd5\xbe\x17\x0b\x90\x76\xc0\x1a\x6e\xf4\x87\x8b\x62\xc3\xe6\x5d\x2a\x99\x75\x57\x7e\x7f\x07\x34\xb9\x1e\x8a\x3c\x65\x7f\x2e\xa2\xad\xe2\x99\x6b\x26\x9a\x6f\x0b\x95\xaf\x43\xdc\xec\x99\xfd\xda\xec\xd9\x17\xb4\xfa\x4c\xc7\x72\x88\x75\xd5\xc9\xa5\x99\xd0\xf2\x75\x34\x01\xde\x22\xc2\x35\xf6\x06\xca\xcb\xc6\x0b\x27\xd2\x37\x80\xcf\xef\xd3\xca\x38\x4c\xb9\x92\xf0\x52\x80\x4b\x85\xbb\xda\x05\xcb\xb8\xe5\x9c\xa5\x0e\xb8\x62\x0e\xfe\x5c\x18\xbf\x77\x0d\xd1\xcf\xe7\xc6\x92\x38\x3e\xbc\x73\x03\x78\xb6\x74\x97\x66\xa7\xd4\x4e\xb5\x6d\x90\x44\xaf\xa1\x11\x26\xec\x0b\x0b\xaa\xee\x83\xa8\xee\xf5\xd0\x83\x89\xf2\xc5\xbe\x89\x5f\x6d\x91\x2a\xeb\x80\x63\xa2\x8e\x50\x09\x84\x31\xea\x8a\xf5\xfc\x9c\xca\x49\x35\xc8\x7d\x7c\x2a\x2a\x7c\xaa\x22\xb6\xde\xa8\xdb\xfd\xb6\x4d\xdd\x26\x40\x4e\x63\x46\x00\xa1\xeb\x82\xbc\x93\x82\x6a\xfa\x5e\xaa\xfd\x17\xf9\x3c\xaa\x75\x08\xd4\xed\x2b\xcb\x2c\x60\xc3\x9f\x42\x13\x9c\x6c\x58\xcf\x8e\x45\x00\xd6\xc9\x68\xe8\x10\xd9\x99\xc3\xac\x48\xaf\xad\xa4\x53\xdd\xbf\x91\x82\x64\xbd\xb6\x63\x27\xeb\xa8\x28\xbf\xca\xdc\x4a\x1e\x5b\x8a\x22\x0e\xb8\x35\x58\x80\x2f\x57\x19\x8b\x4c\x60\x86\x0e\x47\x48\xfb\x2e\xf6\xba\x6b\x64\x9f\x37\x46\x42\x17\x24\xe0\x0f\xea\x2a\x99\x7f\xb2\xb5\x36\x65\x71\x0c\xef\x76\xca\xaa\xef\x98\x41\x47\xbc\xf8\x17\xce\x6e\xe0\x4b\x97\x8f\x7b\xef\xf6\xdd\x02\xd6\xcc\x06\xa3\xad\x4d\x27\x8d\x6a\xd6\x88\x14\x15\xc4\xd9\x68\x76\x43\x2c\x10\x9b\x26\x33\x92\xe0\x3a\xe4\xce\xfe\x30\x2b\xaa\x0d\xf3\x05\x92\x55\x78\x29\x37\xce\x80\xb7\x7c\xa4\xf5\x9b\xeb\x0e\x2e\xd6\xf7\x77\x0e\xc2\x98\x1c\x2c\x03\x7d\xce\x8d\x70\xa3\x2d\xca\x00\x89\xa5\xee\x78\x3e\x23\xb9\xed\xb8\xce\xce\x29\x23\x09\x1d\x3d\xed\x8f\x34\x17\x92\x51\xde\x38\x27\x9f\x62\x81\x32\x17\x01\x13\x93\x64\x38\x34\x25\x1b\xd4\xaa\x70\x2f\xbf\x72\xb5\x7a\xbb\xcd\xb2\x7f\x6e\x10\x93\x7f\x17\x60\xf9\x55\xfe\xe3\x81\xac\x59\xfb\xff\xef\x01\xce\x20\x21\x07\x73\xcd\x40\x0d\x4c\x61\xd6\xad\xa4\x0d\x2b\x00\x3e\x71\xf0\xff\x5c\x00\x6b\x5c\x3f\x75\xc3\xac\x87\x55\xc5\x7e\xe0\x10\xde\x79\xcd\x00\x27\x68\x9b\xcf\x7a\x76\xb2\x0f\x69\x6b\xc1\xd6\xb9\xe0\x85\x3a\x3e\x67\xcd\xca\xe2\x40\x30\x96\x16\x41\xa2\x82\x8c\x25\x85\x0a\xd4\x4d\x5e\x07\xd6\x89\x6c\x34\x45\x20\xdc\xab\x70\xbd\x82\x8e\x8f\x35\xb3\x00\x8e\x0e\xf2\x3d\x46\x0f\x94\x97\x14\x1d\x3d\x55\xcf\xf2\xa7\x6a\x38\x84\x5e\x6a\x66\x19\x79\xe7\xe6\x54\xcd\x30\xb0\xc8\x4e\x80\x2a\x7b\x0c\xde\x9f\x09\xe3\x9d\xc2\x48\x86\x38\x65\xb8\x74\x52\x52\xab\x4d\x4c\xe6\x94\x57\x64\xe8\xd3\x3e\x4a\xe8\xbc\x35\xe3\x70\xc9\x5f\xd0\xc4\x4e\x3b\x44\xf9\xf3\x3b\xa4\x09\xf0\x6d\xb3\x2f\x7d\x08\xd7\xd9\xdf\x82\x70\xa1\xc0\xf8\x2e\xd3\xac\xc8\x95\x64\xc9\xa7\x32\x1b\x0c\xc0\x89\x37\xaa\x03\x4e\x49\x7d\xcc\x6e\xc5\x3f\x62\x35\xa0\x96\xdf\xb1\x0c\x56\xec\xa6\x17\x82\x77\xcf\x3d\xa3\xa3\xa7\xec\x19\x7f\xca\x86\x43\x6c\xd6\xa2\x1e\x2a\x9b\xf9\x53\xa7\xf9\x8b\x16\xb0\xc2\x40\xa5\x0b\x6d\xed\xa8\x16\x3d\xdc\x94\x2f\xac\x1b\xc5\x2e\xb3\x9a\xc6\x62\xda\x0e\x1a\x73\xc2\xae\x2f\x88\xe1\x3a\x9a\x69\x63\x44\xac\xd9\xbf\xf6\x66\x02\x7d\x8d\xaa\x7f\xbb\xdd\x3d\xfd\x2d\x6e\xd7\x6b\xa6\x24\x9f\xbf\x3a\xd4\xf1\xff\x27\x7a\x60\x30\x82\xba\xbf\x0e\xf6\xf5\xa3\xe0\xc5\xf9\xf6\xea\xb0\xc4\xb6\xee\x6c\x6f\xff\xa6\x44\xa7\xc0\xec\x3f\x6f\x2c\x82\x55\xf3\x86\x9e\x89\x56\xcf\xcc\x8a\xf9\xbd\xeb\xbe\x43\x00\x1f\x66\x1a\x8b\x34\x3a\xe6\x5f\xcb\xbb\x8e\x5b\x27\x08\xaa\x6d\x01\xdc\x9a\xff\xd6\x8c\xb5\xfb\xc5\x1a\x33\x04\xcb\xdb\x6d\xfa\xfa\xbb\xea\xb4\xc2\x4a\xbf\xda\x0a\x39\xde\x53\x2f\xbb\xbf\xde\x36\x84\x74\xb6\x93\xf2\xe2\xcf\xba\x81\xaf\x6a\x06\x42\xbf\x7d\x45\x5b\x55\x6c\xb7\x06\x38\x7e\xc5\x44\xb4\x3b\xbc\x07\xd2\x75\xa8\x39\xde\x0e\x35\x57\x0d\x8f\x4f\xf3\x59\x73\x0e\x79\x2e\x20\xf8\x40\x97\xf4\xb2\x0d\x9c\x10\x94\x97\x11\x46\x15\x51\x54\x62\x62\x42\x48\xf9\xb8\x63\xd4\x06\xf1\xc0\x7c\xaf\x3a\x28\x1a\xbb\x97\xe4\xfa\x50\x06\x39\x76\xd7\x9c\x89\x6a\xce\xf2\xe1\xb0\xba\xec\xaf\xf0\x7a\xbb\xdf\xd2\xbb\xae\x6f\x0d\x0f\xbe\xf6\x1a\x5d\x1a\x4a\x23\x28\x87\x2d\xfc\xe7\x64\x3e\x4f\x64\xfa\xb7\xd4\xa6\x27\x41\x4c\x46\xb1\x38\x46\xad\x8a\x61\xa2\xf3\x6b\x26\xb3\x64\xf3\xf7\xd5\x5c\x39\x13\xb0\x67\xae\x69\xa1\x2b\x26\x56\x77\x60\x50\x13\x0a\x89\xff\x65\xcb\xde\x70\xf1\xe9\x75\x1a\xea\xaa\x28\x03\x7d\xd3\xc1\x00\xcd\x73\x51\xe4\x19\x8b\x6e\x12\x29\x50\x28\x96\x32\xd9\xac\x22\xf8\x1b\x07\xe0\x0d\x43\xd3\xb7\xe0\xa0\xfa\x9a\x49\x70\x33\x3b\x8a\xc6\x8f\x83\x7f\xf7\xab\xfc\xf7\x80\x17\x41\xca\x36\x92\xcd\x13\xc5\xd2\xe8\xa3\xf8\xa5\x60\xc1\xbf\x83\xd4\x1c\xaa\xfa\xf7\xc0\x5c\x44\x3b\xef\xdc\x1f\x45\x48\x42\xf8\xf3\x36\x57\x2c\x0e\xd4\x8a\x49\xa6\x2b\x49\xb2\x22\x0f\xe6\xab\x44\x2c\x35\xb5\x1a\xd8\x1b\xc2\xe0\x8a\xad\x92\x6b\x9e\xcb\x38\xf8\x49\xf7\x44\xe4\x37\x41\x2e\x02\x96\xcc\x57\x01\xd4\xff\x51\xf0\x22\xd0\x23\xe1\x29\x93\x2c\x0d\x54\x0e\x0e\x70\x73\xe5\xc2\x4f\x43\xae\xe0\xea\xb6\xaa\x11\x41\x61\x96\x2e\xa1\x59\x33\x18\x1c\x41\x6c\xd2\xba\x00\x65\x91\x3f\x4c\x4c\x6a\x1f\x61\x5e\x2e\xf0\x1c\xee\x15\xea\x8f\x3b\x29\xd8\xb3\x64\xb3\x4f\x6b\xf8\xf3\xed\x22\x27\x16\xc1\xbf\x9f\x25\x9b\x7f\xb7\x83\xb0\x9c\x78\xe5\xee\x7c\x93\x67\xb7\x0b\x9e\x65\x01\xd7\xd3\xb2\xc8\x25\x0b\xb6\x10\x77\xd1\x54\x65\x49\x11\x55\x5d\x7e\x42\x30\x72\xf0\x6f\x60\xc2\xe1\xfb\x5d\x9d\x74\x5f\xbb\x9a\x30\xb4\x84\xd3\x6d\x9b\xc4\x16\x70\x8c\xf1\xdd\xee\xcc\xe8\x07\xde\xf1\xdd\x0e\x81\xbb\x84\x91\x69\x37\xa7\xe1\x7f\x0a\x87\xc1\x70\xa8\x13\x7b\x50\xd5\x30\x27\x6a\x98\x63\xdf\x85\x53\xe1\x82\x77\xe1\xf2\x90\x5d\x80\x9f\x2d\x73\xca\x88\x2b\x3d\x96\x05\x7d\x41\x36\xf4\x05\x59\xd3\x17\xe4\x9a\xbe\x20\x4b\x7a\x97\xa4\xe9\xdb\x3c\x65\xf1\x25\x49\xd2\x54\xaf\x55\xb3\x56\x81\xef\xd6\xd6\x32\x8b\x53\xc3\x73\x5d\x82\xb6\x10\xbd\x01\xc3\x8f\x4b\xa4\x30\x29\x68\x6a\x33\xd7\xca\x12\x80\xab\x0b\x4c\x12\xc4\x49\x81\x09\x33\xf1\x39\x13\xf0\x87\x42\x16\xa8\x20\x61\x92\xa6\x21\x26\xd7\x08\x93\xa2\x24\xe6\xfe\x10\xda\x3f\xb7\x2f\xd0\xad\x53\xb2\x64\x10\x57\x2b\xbe\x71\x4f\x2f\xf3\xad\x50\xf1\x67\xfd\xaa\xf3\x9b\xd7\x77\xee\xb5\xf0\xde\x75\xee\xa2\x95\xbd\xe8\x70\x55\x78\xe3\xbb\x66\x9a\xa8\x28\x83\x7c\xd6\xd2\xd8\xf0\x31\xd0\x85\x0f\xee\x4d\x57\xc4\xcc\xbc\xf9\xf8\xa9\x62\xbe\x4d\x8d\xc6\xae\x90\x9b\xea\x3a\xc5\x4e\xb2\xa2\x1d\x27\xed\x7a\x2a\xfd\x09\x3a\x7a\xca\x9f\x55\x5c\xea\x70\x68\xe3\xf3\xe5\x94\x4d\x39\xc4\x4c\x35\x12\xd5\xd7\xa9\x09\xff\x2e\x10\x78\x0f\x45\x79\xa4\x72\xbd\xed\x2a\xbb\xa5\xfe\xa8\x2c\x91\xed\x0c\xd1\xe8\x72\xaf\xeb\x5f\xd7\x24\x49\xa8\xdf\xe2\xc4\x34\x14\xbb\x34\x50\xe7\xb1\x7d\x48\xee\x6b\xbe\xf4\x27\x73\x7f\x51\x88\xe8\x1d\x88\xc7\x66\x09\xff\x11\x11\x75\x84\x5a\xf5\x4c\x3c\x1d\x0e\x15\x66\x48\x6a\x96\xa7\x24\x57\x6c\xc9\xc5\x2f\x9b\x34\x51\x2c\x5e\x13\x26\x52\xfb\x7c\x6d\x42\x81\xf8\x5e\x69\xd7\x08\x93\x0f\x2d\x5b\x6b\xc4\x22\x9e\x82\x8c\xf9\x1a\x6c\xc0\x93\x02\x7a\x79\xa6\x9f\x6a\x68\x34\x69\x95\x9d\x9c\x40\x4b\x4c\xf6\x64\x9a\xcb\x28\x17\x3d\xfd\xa7\x43\x10\xbb\x8c\xbc\x7e\xd2\x35\x7d\x4f\x96\x51\xd5\x57\x7a\x4d\x2f\xc8\x82\x5e\x91\x0d\xbd\x25\x50\x01\x23\xcc\xfa\x91\x5a\xfa\x91\x82\x4b\x84\xc9\xb2\x16\x2f\x5e\x19\x52\x64\x65\xe3\x14\xeb\x19\x8f\x19\x31\x07\xc3\xc5\xed\x86\xc5\xaa\xf4\x0c\x09\x6f\x9b\xb9\x85\x1e\xdc\xe1\xdc\x97\x95\x2e\x4c\x8d\xce\xf7\x31\xb3\x73\xa8\xa2\x2b\x0b\x78\xca\x84\xe2\x0b\xce\x64\x88\x7b\xeb\x3a\x66\xb4\xaf\x82\x31\x41\x22\x4a\x13\x95\x50\x49\x36\x48\x90\x70\x0b\x13\x10\x62\x1c\x23\x61\xaf\x05\xc0\x4b\x3f\x7c\x04\xbc\x81\x89\xaa\x94\x30\x00\x87\x88\xba\x93\x37\x0d\xcf\xd8\xf6\x72\xbc\xfa\x7a\x5a\x07\x12\x75\xbb\xb4\x2f\x6b\x4e\xa0\xee\xa1\x34\xc0\x6a\x9d\xfd\xd9\x37\x90\x0c\xf4\x9a\x3b\x45\xf8\x3b\xe5\x1c\x89\x29\x9f\xd5\xb1\xa9\x3d\xad\x81\x0d\x92\xc4\x06\x39\xb2\x88\xaf\x3f\xaa\xfb\xf5\xd9\x93\xcf\x03\x99\x52\x7f\x7a\x57\x7f\x72\x10\x5f\x7f\x3c\x47\xac\xe9\xfe\xc1\x1a\x06\x2b\xca\x0d\x55\xc4\x17\x48\x3d\x1b\x35\x46\xa8\x09\x21\xa3\xaa\xa0\xc8\xd8\x5b\x11\xbb\x87\x0d\x7a\x67\x06\x83\xf8\x6e\x22\x4c\x9d\xc2\x4c\x05\xc6\xcf\xe9\x68\x30\xb0\x6f\x7e\x85\x24\xaf\xf2\xe6\x8d\xbc\x79\x47\xde\x05\x62\xf7\xcc\xca\x59\x93\x27\xac\x56\x4c\xec\x76\x7d\xd7\x0f\xd7\x41\xb7\x32\x26\x16\x85\xeb\x57\xb5\x36\x95\x8d\x88\xfd\x32\x95\x80\x3e\x79\x8d\xcc\x98\xc6\xd6\x7a\xd0\x3e\x21\x5e\xd9\xd5\xc0\x79\x50\x75\xec\x05\xc2\x77\xf5\xdb\x7b\x84\xef\xe6\x43\x3a\xae\x53\x2e\x10\xbe\x1b\x51\x8a\xe6\x47\x74\x8c\x07\x83\x95\x6f\x04\xb6\x8c\x16\x5c\x32\x14\x9a\x5d\x96\x86\x64\x85\x89\xcb\x40\x47\x1e\xac\x7e\x70\x44\x68\x87\x50\x6f\x7f\xdb\xb9\xc0\xb0\x9a\x2a\x33\xf2\x55\x43\xce\x19\xf9\x20\x0b\x34\x49\x6d\x68\x3e\xd8\x99\x85\x09\xa8\xb2\x49\x8a\x82\xa5\x41\x38\xf4\xe5\x16\x1e\x5b\x05\x68\xd6\x70\x19\x4f\xfb\xc2\x89\xa1\x34\xbb\x52\xf1\x19\x35\x5b\x5e\xe7\x2d\xcb\xb2\x8a\x71\xf9\xdd\xb8\x1d\x69\xd6\x40\xac\x9b\xe3\xa3\xb1\x71\x87\x6d\x75\x72\x6a\x37\xd8\x4e\x49\xc7\x7a\xce\x32\x8c\xaf\x27\x0e\xb2\x2b\xfd\x54\x0e\xe9\x58\xf3\xf7\x6a\x2a\x67\x80\x92\x2a\xc9\x9b\x6b\xa0\x15\x61\xd6\xaa\x99\xf1\x94\x32\x73\xa7\x57\x6f\x6e\x7b\xc7\xa7\xb1\x91\xaa\x4b\x25\xce\x00\x07\x32\x4e\xec\xaf\xd3\xdd\x8a\xed\x3b\x9d\xaa\x59\x5d\xa6\x26\xd5\x6c\xf4\x32\x03\x67\xb6\x45\x80\x33\xe5\xb5\xe6\x14\xcc\x52\xea\xe1\xb2\xac\xa9\x26\xe8\xc9\xb0\x87\xe1\xff\xf5\xbf\xff\x6f\xff\x6b\x10\x0e\x95\x1f\x12\xff\x8b\x7e\x37\x58\x23\x7a\xc9\x7e\x40\x11\x0b\x4b\x10\x46\x8d\x2f\x6e\x83\xb9\x89\x58\xb2\x2d\x58\xb0\x48\xb2\xe2\x36\xb0\xc2\xf5\xa4\x08\xd8\x35\xc4\xdc\x29\xb6\xe6\xb2\xad\x06\x1f\x45\xa7\x61\xae\x39\x14\x0d\xe6\x21\x09\xf3\xc5\x22\x9c\x91\x56\x88\x18\xbd\x21\x81\x51\x6e\xd1\xc9\x60\x9b\xb4\xdf\xa1\x73\xd3\x8a\xeb\xcf\x15\x33\xcd\xeb\x83\x25\x25\x41\xc1\xc5\x9c\x69\xb2\x3e\xc9\x24\x4b\xd2\xdb\x60\x95\x14\xc1\xc6\x56\x19\x7c\x13\x0e\x75\xad\xc3\xf0\x9b\x10\x2c\xb5\x2d\x7e\xdc\x27\x04\x9b\xf6\x4b\xfe\x3d\xe4\x5d\x2e\x6a\x9a\xc1\x86\x49\xfe\xea\xdb\x10\x77\xc1\xd1\xde\x98\x10\x7d\xbb\xaa\xc1\x71\x01\x10\x30\xc7\x31\xed\xbb\x1d\x32\x29\x74\x3a\x83\xdb\x76\x38\xa5\x5d\x85\xb1\x20\x73\xf5\x39\xe6\x25\x5c\x11\x37\xe2\xee\x03\xd8\xf9\xe7\x74\x45\x6b\x76\x0e\x93\x18\xa7\xb9\x7a\xee\x0f\x0d\xcb\xc6\xcd\x87\xee\x55\x37\x04\x4e\x5f\x5a\xce\x40\x26\x91\x3f\xe3\xf5\xfa\xe6\x98\x4f\xf3\x59\xe4\x3a\xab\xb9\x72\x8d\x60\x2d\xf2\xcf\xf5\xc9\x53\x79\x30\x20\x1a\x54\x62\xdf\x08\xc6\x49\x3d\x94\xc5\xd3\x7d\x5e\x87\xdc\xdd\x57\xc0\x02\xc9\xfa\x9e\x2a\xee\xa6\xd6\xc5\xad\xaf\xb5\xc7\xb8\x21\xf7\x69\xf7\xd9\xda\x01\xea\xae\xf7\x92\xaa\xf3\x96\xee\x4a\xa2\xb9\xfa\xac\x79\xaf\xaa\xe3\x65\xe9\x11\x32\x4c\x53\x69\x2a\xca\x05\x61\x51\xbe\x58\xe8\xc7\xc5\x82\x30\x40\xf7\x54\xc1\x0f\x61\x5f\xb2\xea\x35\x1e\xaf\x3d\xdb\xde\x2f\x58\xf6\x6e\xf2\x3c\xd3\xcc\x9d\xc1\x31\x99\x06\x10\xdc\x65\x0b\x0a\x9f\xba\x5d\xfa\xf6\x84\x8b\x40\xa9\xf9\x68\x56\xa8\x17\x82\xaf\x41\xe5\xe5\x27\x99\x34\x2c\x1a\x6a\xdd\x69\xdd\x6c\x8f\x45\x92\x19\xff\xee\x07\x42\x29\xb0\x69\xd3\xde\x7d\x3a\x9a\xcd\x10\x10\xd6\xac\xea\x6b\xdb\xf4\x73\x5f\x9a\x6a\xc4\x6a\xbe\x36\x89\x6e\xdd\x6c\x06\x67\x93\x03\xbe\xbe\xa5\x26\x0c\xbb\x2c\x81\xf7\x4d\x80\x61\xda\xea\xba\xf6\x8c\x01\x2a\xac\xdb\x57\x53\x36\xdb\xeb\x24\x8c\x7b\x4f\x6f\xd9\xae\x45\x33\x6b\xa1\xf2\x8d\x9f\xd3\x4e\xf5\x3c\x11\x73\x96\xb5\x66\x1a\xae\xcb\x4a\xe4\xab\x78\xf3\xaf\xb2\x02\x27\x32\x4a\x91\x22\xa1\xb9\x23\x65\xe9\x4b\xa0\x2d\x0a\xa6\xfc\x88\x31\x75\x08\x70\x06\xfa\x33\xa6\xc8\xcb\x9f\x5f\xbc\xfd\xe3\xe9\xf9\xe9\x45\x67\xd6\x33\x3f\x27\x54\xda\x99\x4d\xec\x65\x3b\xd4\x76\xe1\xb7\x7d\x2a\x65\x67\xa6\xdc\xcb\x03\xde\xc0\x12\xf5\xa5\x31\x25\x7e\xbd\x57\x5b\x9e\xa5\xef\xb2\xf4\x5f\x80\x8a\xe9\xcc\xff\xd6\xcb\x3e\xbf\xb7\xe6\xdc\xaf\x79\xc9\xd4\x2b\xc6\x36\x9d\x19\xd3\x66\xbe\x7f\x66\xb7\xf7\xb4\x9f\x79\x99\x79\x71\xff\xd8\x5e\x34\xf2\x9a\x2d\xd5\xbd\xb0\x8d\x8c\xef\x65\xbe\xe6\x45\xf7\x82\x6d\xbd\x9c\x9f\xd8\xed\x6b\x71\x4f\xad\xef\xbd\xbc\x59\x9e\x7f\xda\x6e\xec\x9a\xe4\xdd\xab\xb7\xf2\xf2\xaf\x99\x5c\xb2\x83\x33\xf6\x6b\x3b\xe7\x5b\x56\x40\xf0\x98\x8e\xbc\xaf\xbc\xbc\x22\x97\xeb\x24\xe3\x7f\x65\xf7\xf4\xfa\xd2\xcb\x6f\xa8\x96\x5f\xb9\x5a\xe5\xdb\xee\xdc\x3f\x7a\xb9\x37\x5b\xc9\x5e\x80\xdd\x7a\x67\xd6\x53\x2f\x6b\x71\x0f\x38\xbc\xf4\xf2\x29\x08\x6b\xdb\x91\xe9\x17\x67\xee\x2f\xf6\x71\x94\x09\xc4\xcb\xca\x06\xf5\x5c\x6f\xb9\x5a\xa3\xa9\x43\xdf\xa9\x15\x91\xee\x55\xa2\xd8\x6e\xc7\xf6\x1d\x36\xe1\xc1\xa0\xdf\x56\xb9\x28\xcd\xd9\xd8\xba\xaa\xf7\x7a\x44\xdc\x8b\x06\x02\xae\x0f\xbd\x46\xc4\x77\x3f\xf6\xcd\xbe\x04\xa7\x0a\x40\xb8\xa7\xc0\xd0\x60\xc6\x03\xe6\x3c\x5b\x90\x9c\xca\xca\xf6\x29\xa1\xd3\x19\x04\xaa\x85\x8b\xbe\x9a\xbe\x51\xbb\x9d\x3a\x3a\x0a\x9e\x8f\xf4\x80\x90\x68\xe9\x08\x3f\xc5\x89\x39\x2e\x1c\xcf\x62\x63\xd8\x6a\x0a\x98\xde\x41\x94\xd9\x98\x95\xe5\x82\x8b\x24\xcb\x6e\xef\x74\xfd\x62\x30\xb0\xfc\x0e\xdc\xdf\xe4\x91\xe9\x16\x1e\x0c\x6c\x67\x72\x5c\xe5\xd7\x7c\xa4\xa5\xfb\x78\x04\xb5\x55\x7e\xf7\x93\xb2\xe5\xc6\xc1\x92\x1e\x0c\xce\x6c\xb8\xba\x6f\x93\x33\x70\x93\xcf\x4c\x24\xf4\x79\xa2\x50\x82\x1a\x17\xfa\x1e\xd9\xd4\x6b\x33\x0a\x2d\x4b\xf6\xe9\xcc\xc5\xa5\x98\xce\xea\xbb\x24\xab\x04\x32\x15\xb3\xc1\x80\x83\x7b\x59\x5c\xc7\x97\xfb\x82\x7d\xd6\x54\xcc\x5c\x74\x46\x3c\xb1\x62\x5e\x88\xfd\x54\x20\x45\x74\x4d\x26\x3c\x4c\x18\x69\x66\xde\x69\xfe\xd9\x9b\xf9\x12\xc7\xb6\x68\x1f\x68\x41\x53\xdc\x92\x56\x92\x14\xc8\xd6\xef\xaa\xd2\xff\x2a\x89\x72\xcd\x13\x6d\xbd\x3d\xa0\xf7\x83\xef\x25\xa1\x3a\xb4\xfb\x08\x5c\x70\xa9\x15\x83\xb0\xa9\xb0\xda\xfa\xc1\xae\xd8\x01\x2d\x40\x93\xbd\xdb\x55\x97\xa9\xa1\xf3\x9b\xad\x14\x98\x8b\xba\x9f\x73\xaf\x9f\xcd\x13\xdc\x73\xcc\x23\xd8\x0d\x92\xbb\x1d\x92\xd4\x22\x6b\x8c\x3d\x22\x04\x3c\x44\xf9\x4c\x28\x06\xd0\xcc\x90\xbd\xe7\x64\xd8\x03\xe4\x1c\xe2\x2e\xfb\xec\x67\x9d\x1b\x60\xf3\xde\xec\x59\xc5\x06\xf5\x8c\xce\xe5\x84\x23\x7b\xe3\x88\x63\x50\x17\x37\x2a\x27\x8d\xc0\x1a\x72\xa2\x40\x1d\x5c\xb6\xa8\x3e\xa4\x34\x59\x87\x61\x3e\x51\x42\x0a\x5c\x66\x08\x09\x2a\xec\x5a\x83\xcf\x96\xe9\x0c\x63\xb7\x47\xc1\x85\x16\xa8\xe3\x1a\x00\x76\x3f\x7b\x84\x27\x91\x5d\xae\x22\x3d\x53\x23\xd0\xc0\xbf\xcb\x92\x2b\x96\xc5\x23\x52\x30\xd1\x08\xea\xca\x17\x68\x3c\xe0\xd3\xd1\xcc\x6d\xd6\xe9\xb8\xe2\xb5\xf4\x73\x49\x94\xbc\x2d\xe2\xe9\x8c\xe4\x1b\xfd\x53\xc9\x76\x73\x7a\xa7\xbb\x1a\x17\x08\xa2\x9f\xc8\xfc\x26\x2e\xd0\x18\x13\xf3\x39\x2e\xd0\x09\x2e\xc9\x3d\xb8\x0e\xe5\xbf\x43\x31\x37\xef\x79\x8b\x98\xef\xc3\x50\xb1\x9f\x64\x1c\x1b\xca\xee\x68\x97\x7f\x64\xc2\xe9\x95\x15\x15\x87\xcc\x3e\xb3\xf9\x56\x71\xb1\x8c\x2c\xe7\xfe\x34\x79\x8a\x35\xb8\xe8\x7a\xe8\x98\x88\xc1\x00\x71\x7a\x32\xc8\xa7\xa3\xd9\x44\x58\xe4\x17\xdb\x37\x68\x66\xb7\x43\x88\x53\x51\xe3\x45\x6e\x70\x84\xc0\x64\x84\x63\x03\xa1\x80\x8c\x39\x75\x5f\x48\x3e\x1d\xcf\x9a\x76\x01\x01\x77\x31\x0a\x04\x1d\x11\x0e\xa6\xde\x53\xd3\x2c\xb1\xca\x50\x9a\xf3\xd5\x6b\x66\x42\x18\x8c\x4c\xbc\x80\x71\xcc\x69\x6e\xd4\x98\x8c\x97\xff\xc7\xce\x81\x7f\x12\xc1\xf2\x0f\x87\x95\x05\xe2\x74\x3c\x23\x56\x1d\xb9\x34\x99\xbf\x8d\xeb\x5c\x82\x42\x86\x9c\x4e\x47\xb3\xde\x3c\x17\x8a\x8b\x2d\x33\xd9\xbe\x8b\x73\x9a\x44\xf9\x46\x53\xf6\x1b\x84\x49\x12\x69\xf8\x30\x2f\x75\x56\x17\x40\x00\xe2\xc0\x22\x4e\x11\xa7\x26\x23\xf6\xa4\x7e\x7c\xca\x3d\xf3\xf5\xdd\xee\x49\x9f\x52\x3d\xaa\xc1\xe0\xc4\x3e\x61\x7c\x97\xd0\x51\x55\x6d\xc9\x17\xe8\x11\x75\x99\x50\x9f\xef\x76\xba\x9f\xcf\x39\xbc\xeb\xc7\x67\x7c\xfa\x08\x4a\x99\xa1\xc0\x30\xac\x62\x17\x5f\xa0\x27\x55\x59\xfb\xfd\x99\x86\xf0\x3a\x37\x37\xc6\x16\x79\x5d\x82\xfb\x59\x4f\x1a\x59\x4f\x66\xc4\xce\x83\x46\xf8\x39\x76\x85\xa6\x27\x50\xff\x17\x66\xa8\xcc\xa9\x72\xf6\xbd\x89\x8f\x82\xe8\xf4\x09\x61\x33\x22\xe8\xa8\x3a\x4a\x25\xe5\x14\x7c\x5d\x7e\x0b\x30\x60\x21\x3a\xaf\x37\x6a\xb5\xa8\xa3\xd9\x44\x27\x5b\xdf\x69\xc4\x69\x9e\x97\x68\x9a\x93\x62\x06\x6e\x46\x01\xa5\x34\x0c\xbc\x1d\xac\x99\x91\x55\x20\xe5\xb0\xb1\xed\xbd\x1e\xe4\x74\x44\x4e\x08\x79\x34\xc3\x64\xfa\x98\x58\xe4\x1c\x19\x22\x64\xd6\xb3\x20\x58\x89\x54\x44\xa4\x51\x0d\xc2\x64\x7a\x02\xea\x1d\xa0\x7f\xb6\xc7\x53\x56\xe7\x41\x78\x95\xe7\x19\x4b\x7c\x79\xee\x60\xc0\x00\x65\x1a\x18\xd9\xed\xa4\x6d\xe4\xc4\x36\x32\x3d\x21\xae\x11\xfb\xe5\x51\xf5\xc5\xe8\xd5\x63\xef\xec\x49\x7d\x1a\x0c\x64\x3b\x47\x60\x53\xdd\x70\xd1\x57\x89\x49\xa7\xca\xa3\x0e\xf6\x03\x2b\x82\xcd\x9f\x89\x28\x17\x85\x38\x56\xa4\x75\xef\xc1\xad\x26\xa4\xf1\x03\xe4\xe8\xb7\x9e\xa4\x72\x2a\xa6\x7c\x36\x2b\xf7\xcf\xf0\x55\xd7\xd9\xe8\x39\xca\x80\x48\xce\xa0\xc2\x77\x03\x2c\x14\xd1\x10\x94\x5b\x7e\x8e\x24\x1a\x9c\x0c\xc3\x64\x62\xaf\xe5\x42\x31\xa1\x48\x46\x53\x04\xda\x19\xf6\xde\x03\xdc\x8a\x58\x2a\x55\x53\x71\x19\xad\x5f\x8d\xcb\x8c\x0c\x63\xd2\xcf\x76\x3b\xae\x9f\x7c\xed\xb2\x26\x49\x9c\x61\x5d\xd3\x21\xef\x0e\x5d\xe2\x79\xbd\x96\xf7\xd5\x87\x0f\x1f\x63\x5d\xc3\xe7\xfe\xf0\x73\x6f\xf8\x89\x37\xfc\xc2\x4a\xc0\x16\x32\x5f\x23\x06\x1e\xf9\xba\xa2\xc5\x32\x54\x9d\x94\x70\x4a\xbb\x33\xce\xba\xaf\xd8\xe2\x89\x0f\xed\x85\x3d\xc5\xe7\xb8\x33\x7e\xec\xdf\x00\xe3\xbe\x9e\x8e\xaa\xe0\x1d\x2c\xdb\x4b\x94\x99\xb0\xa6\x92\xb8\xa1\xc7\x82\xb8\x81\xc7\xb9\xbd\x98\x2c\xe2\x84\xd8\x41\xc7\x45\x69\x48\xdc\x15\xcd\x60\x5c\xa0\xf7\x5e\xb5\xb1\x45\x2b\x3c\x59\x99\x11\x74\xce\x45\x89\x71\xbc\x2a\x6d\x08\xb3\xff\x60\x60\xba\x19\x98\xcd\xdf\xc9\xc0\x2c\x0e\x32\x30\x64\x7d\xbf\x70\xd3\x85\xaf\x2d\xe8\x74\x76\xc0\xc1\xdd\x1b\x17\x27\x79\x1f\x3c\x1b\xde\xc2\x1a\xd5\x55\x9e\x87\x3a\x88\xb0\xc8\x29\xa3\x98\xbc\x40\x26\x77\x88\x14\x3b\xdb\xad\xaf\x40\xf4\xbc\xb4\xda\xf4\x26\xc7\xd9\x87\x55\x1f\xa7\xaa\x71\x73\x05\x50\xd1\x2a\xee\xdd\x9a\x36\xfb\x63\xc3\x1f\xff\x4d\x8b\xa4\xdb\xf5\x17\xa7\xd7\x6a\xb4\xd3\xbb\x4f\x35\x53\x86\x9c\xb7\x07\xf0\x06\xf8\x0b\xec\x24\x98\xd5\x62\x5e\xb7\x58\x53\x16\x5d\xc2\xdd\x0d\x4b\xdf\xe6\x46\x33\xa0\x00\x3d\xb0\xbd\x54\x7a\x57\x3a\xf6\xb5\xe3\xab\xee\xac\x3b\x58\x80\x81\xea\xce\x03\xfa\x03\x6b\x4c\x24\xec\xf1\x65\x23\xc4\x64\x65\xd7\x75\x78\x8f\xb7\x76\x38\x91\x9a\xb3\xd6\xb3\x06\x36\x71\x40\x73\x57\x57\xf3\x76\x87\x5b\x5f\x29\xce\x45\xa8\xc7\x27\x36\xdc\x57\x1b\x86\x62\x1f\xfe\xd8\x60\x20\x9e\x57\x76\x29\x60\xea\x61\xbd\xc3\x3a\x7a\x56\xe3\x51\x30\xa7\xb3\x34\x0f\x2b\xcb\xb2\xd7\x45\xf9\xab\x49\x68\xb8\x7a\x4d\xf8\x8b\x5c\x79\xc6\x3c\x71\xb8\x67\x73\x62\xb2\x38\xa5\xb9\x10\x37\x62\x5f\x56\xae\x0c\x6f\x69\xc3\xb1\x63\xd3\x97\x6e\x05\xfe\x04\x58\x88\x3d\x25\x7e\x7b\x5b\x3b\x6c\xba\x87\xf1\xb5\xf8\xe5\x0c\x7f\x95\x20\x42\x81\xa3\x18\x70\x08\x43\xc1\x21\x4c\x8d\x53\xb0\x05\x4b\x20\xfe\x3c\x3d\x99\x9e\xaf\xc6\x62\x6f\x3e\x77\xbb\x3e\xf7\xa3\x79\xf6\xda\xc6\x3e\xb5\x1b\x1c\x83\x77\xed\xdd\xe1\x2d\xba\x2b\x89\x7f\x63\x6e\x7c\x2e\xde\x79\x57\x78\xf9\x60\xc0\x8d\xef\xaa\xaf\x1a\x50\x5e\x89\x55\x06\x83\x86\x5f\x75\x31\x81\xfb\xbf\x3c\xb2\x86\xf2\xfa\xe5\x12\xe5\xb8\xd6\x31\x69\xa9\xbe\x54\x8b\x60\xe4\x3c\x70\x57\x3f\x55\xb3\x8e\x41\x59\xe7\xf7\xf0\x19\x7b\x5a\x31\xe0\x56\xb9\x01\xdb\xee\x34\xe8\x8f\x7d\x4d\x9a\xbf\x07\xcf\x54\xd3\x7a\xaf\x63\x9c\x2e\xc3\x5d\xce\x0a\xc4\xc8\x12\x29\xe7\xb2\xb8\x5c\xd2\xca\x87\xaf\x2d\xb0\x64\xca\x9b\xe1\x57\xac\x98\x4b\xbe\x51\xb9\x2c\x26\x5f\xca\xd0\x41\xe5\xd4\xae\xd0\x5b\xce\x9b\xf7\x91\xa3\xc4\x77\xb0\x40\x5f\x68\xc5\xb8\xf2\x83\xcb\x2a\x00\xa8\xcf\xff\x41\x7a\x1c\x20\x3d\xde\xfd\x9d\xa4\xc7\xe7\xaf\x90\x9d\x9e\xfb\x04\xe1\xc4\x23\x42\x40\x54\x47\xea\x88\x0f\xbd\x6a\xc6\x72\x23\xa7\x98\xe1\x6a\x3a\x75\x96\xec\x3f\xce\x96\xaf\x3d\x5b\x90\xc0\x64\x4b\xb3\x4a\xb3\x68\x6b\x40\xad\x4e\x72\xc1\x3d\xb7\x56\xee\x98\x52\x35\x9d\xcf\x7a\x1d\xd3\x99\x56\x3c\xdd\x44\x4e\xe7\x33\x9a\xc6\x1c\xa5\x78\xc2\x50\x4a\x24\x69\xba\xf7\x27\xef\x50\x4e\xa6\xf3\x19\xc6\x71\x97\x6e\x69\x6a\x3d\x61\x79\x81\x09\x06\x83\x34\x62\xd7\x4c\xde\xde\xcf\xf8\xd1\x06\xe3\xa7\x81\x7e\xea\x9a\xaa\x05\xe2\x33\x9a\xe2\xb2\xde\x3c\xc9\x81\xcd\xb3\x05\x6b\x3d\xbb\x79\x0a\x9a\xd5\x9b\xa7\x30\x60\x90\x35\x36\x4f\x62\x37\x4f\xd2\xda\x3c\xb2\x44\x8c\xdc\x95\xa4\x89\xb3\x70\x7c\x67\xb8\x9d\x33\x1a\x5e\x5e\x56\x57\xbf\x97\x97\x61\xcf\xd3\x6d\x6b\x05\xb2\xb8\xbc\xac\x2e\x48\x2f\x2f\x29\xa5\x67\xbe\xe6\x9b\x87\xb0\xfe\x03\x89\x75\x22\x31\xe4\x8b\x4f\x40\xa1\x0e\x84\x9b\x54\xda\x50\x79\xe3\x5a\xa7\x11\xd9\xcb\x99\x86\xd7\xbe\x3e\x6f\x05\x3e\xe9\xb3\xa9\x98\xf5\x9c\x4e\xb6\xa8\x0e\x53\x7b\x23\xd8\x15\xca\x26\x1f\x0c\xde\x9b\xdb\x15\x5e\x03\xa4\xb9\xe8\xbb\xe8\xa0\xf2\x2e\xfe\x07\xa0\xf2\x3e\xfc\x07\x68\x7e\x15\x68\x9a\x70\x8d\x63\x4c\xc6\x58\xc3\x65\xd3\x4f\x26\xeb\xf0\x93\xe9\x61\x87\x3e\xa5\xb2\xc4\x9d\xc1\x27\x3c\x8b\x49\x4d\x11\xb1\xa9\x34\x81\x27\x3a\xb4\xcf\xaa\x65\xbd\xd0\x64\xb5\xf0\xe4\x98\x9f\x3c\x64\x5b\xc7\x88\xb0\xb7\xde\xbe\xb7\x41\x9b\x54\x81\x13\x24\xd4\xf5\xbc\xb4\x17\x6f\xb9\xc7\x87\x9a\x33\xfc\xae\x48\x16\xec\x9c\x29\x2b\x46\x2e\x9d\x67\xd9\xae\xd1\x7a\xdb\xb8\xf4\x3c\x88\x7e\xc2\xa4\x30\x42\xd6\x3c\xb2\xb5\xd1\xea\x69\x3f\xcc\xa6\xab\x4d\x93\xc4\xb2\x04\x7f\x73\x49\x73\x83\x07\x55\x69\x5b\x86\xd4\x96\x80\x19\x1d\x3d\xcd\x9e\xb9\x02\x4f\xb3\xe1\xd0\xc6\x9b\xa5\xc9\x34\x9b\x91\x39\xd5\xe4\xfc\xd6\xd0\xef\x26\x14\xd5\x5c\x83\xf3\xb6\x49\xff\xdf\x59\xba\x7f\x3b\x73\x3a\xbc\x26\x14\x23\xfd\xe0\x25\x92\x04\x93\x15\x95\x4d\x66\xc4\xda\x4e\xc6\xb2\xa7\x33\x52\xe3\x0c\xea\x25\x4a\x49\xe2\xb0\x19\xa9\x46\xe3\xdd\x05\xaf\x48\x8e\xdd\xad\x81\x3f\xba\x2d\x10\xf0\x26\xa0\xef\x5e\x3a\xc8\x70\xbd\xe9\x39\x1a\xe3\xbb\x66\x26\xe9\xea\x64\x54\x77\xc7\x01\x76\x01\x88\xed\xcf\x3e\x24\xd7\x78\xe1\xd5\xdf\xc5\xb7\x18\xd4\x51\xb3\x04\x07\x3c\x41\xd8\xaf\x7f\xee\x66\x13\x6a\x06\xe7\x25\x92\x44\x11\xe0\xb8\x8c\x0c\x9f\x78\x52\xf2\xb7\x0d\xe3\x32\x40\x36\x5d\x2a\xaa\x3e\x09\x9a\xfc\x07\x09\xfa\xd5\x24\x28\x98\xae\x25\x15\x09\x6a\x1c\x2e\x3d\xad\x93\xcc\xfc\x65\xd4\xaa\xbd\xf4\xf2\x69\xa6\x41\x69\x46\x35\xff\x06\x8f\x3e\x39\x27\x0e\xe0\xea\x62\x30\xb0\x55\xc3\x8d\x6a\xb2\x77\x5f\x9a\x34\x70\x75\xa5\x3f\xdc\xc2\xd5\x39\x80\xf4\xeb\x8e\xb3\xfa\xf5\x7f\xb7\x67\x35\x79\x43\xef\x96\x4c\xc5\x5d\xda\x9e\x70\x99\x1a\x16\xb0\x8a\xde\x55\xd4\x6e\xc7\xdc\xdd\x47\xab\x17\xa0\xe6\xd1\xf9\x05\x29\xec\xa2\xfc\x98\xab\x39\x06\x38\xe4\x8f\x1a\x87\x54\x17\x29\x0a\x63\x6c\x2e\xd1\x3b\xc5\x3f\x16\xed\x19\x79\x89\xc4\x95\x45\x5c\x34\x5f\xf1\x2c\x95\x4c\x68\xdc\xe0\xeb\x5b\xe7\x36\x8e\x9b\x62\x42\x39\xa5\xe2\x46\xbb\xf6\xd2\x46\xe1\x5e\xab\x1a\xc0\xa9\x7f\x45\x92\x24\xa4\x2a\x80\x4b\x7d\xba\xd4\xc7\xc3\x46\xe6\x9f\x6f\xcb\xaa\xbd\xbe\xa7\xdf\x6d\xed\xcf\x1b\x4d\x17\xb4\x4a\xb0\xd6\xe9\xb6\x1f\x30\xee\xfa\x78\xf3\x52\xcb\xc3\x2c\xce\x54\xcd\xf4\x32\xec\x4d\xf2\x44\x7f\x71\xe7\x68\x49\xf2\x1b\x01\xce\x7e\x3a\xd0\xe2\x07\xb6\xc8\x34\x44\xd9\x2c\xf5\x32\xe0\x92\x1c\x92\x99\xc4\x9d\x02\x22\x57\xd3\x61\x49\x8b\xb7\xc2\x60\xc9\x77\x7f\x3d\xe0\x81\xb5\x51\xa4\x68\x01\x68\xc3\x15\x04\xc4\xe6\x2c\x7e\xe5\x6a\x85\xc2\xcb\x10\x4f\x5c\x35\x45\x75\x74\xc7\x8d\xa4\xba\x66\x62\x4e\x4e\x88\x22\x50\x9f\x4d\x3f\x35\xed\x3d\xa6\x6a\x06\xdb\xfe\xaf\x07\x6e\x49\xdc\xf1\x50\x89\xd6\x01\x9f\xde\x95\x9e\xb9\x75\x1d\xd2\xa4\x36\x05\x00\xa2\xf1\x27\xe7\x72\xd8\x2c\xba\xb3\x3f\xb1\x1d\x74\x3a\x7e\x16\x6a\x9c\xa5\x0a\xc0\x1d\x00\xe8\x7b\xfd\x64\x76\xf4\x1b\xec\x8a\x1a\x18\xee\x3a\xa4\xba\x2e\x6f\xee\xf3\x6c\xeb\x40\xd1\xef\x13\x69\x87\x69\x3a\x18\xd5\xff\x65\xab\x1c\x2c\x24\x6b\xc4\x63\xb9\x91\xc9\xa6\x5b\x1b\xde\x15\xb3\xb2\x51\xfc\x7f\xb3\xf7\xa6\x4d\x8e\xe4\xd8\x81\xe0\xf7\xf8\x15\x11\x3e\x99\x14\x10\x04\x19\x64\xe4\x51\x55\x1e\x81\xa4\xe5\x59\x99\x55\x79\x56\xe4\x51\x95\x9e\x5e\x61\x08\x12\x0c\x7a\xa6\x13\xce\x84\x83\x71\x64\x90\x32\x75\x69\x75\x8d\xb4\x2b\xd9\xcc\x6c\xef\xac\xd4\x23\xad\x66\xa4\xd1\xca\x6c\x35\xea\x91\xd4\xb3\xad\x6e\x75\xc9\x6c\x6b\xfa\x7b\xe4\x5f\x58\xeb\x6a\x69\xff\xc5\x1a\x1e\xfc\x80\x3b\x9d\x8c\x88\xac\xea\xdd\x31\x9b\xce\x34\x0b\xc2\xdd\x81\x87\x07\xe0\xe1\xe1\x01\x78\x07\x3e\xe2\x74\x3b\x37\x1b\xb1\xbb\xc5\x64\xb1\xa6\x10\x64\x24\x77\xd0\x1d\x08\x78\x84\x35\xc6\xf9\x5d\x57\xf1\x5a\xe4\x5a\xf1\xbe\xc8\xf3\x35\x87\xde\x90\xb3\x72\x88\xe6\xce\xca\x93\x8d\xb6\x5f\xe0\xca\x4b\xd6\x7d\xd5\x02\xe1\xbb\x1c\xa4\x71\xae\x9e\x3b\x28\x08\x70\xcb\x31\xf2\x64\xb2\x22\x67\x27\xb9\x96\xf6\x17\x49\x3c\xca\xe3\x3e\x95\x46\x65\x1e\xe4\xfd\x23\xdb\x80\xf4\x49\xf9\x2e\x68\x1e\xc1\xe6\x9a\x8b\x47\xd3\xb2\xe6\x22\x78\x71\xce\x55\x19\x84\x39\x6f\x11\x3e\xec\x85\x2d\x8d\x41\x5d\xe4\xf6\x2f\x77\x7e\x73\x4e\x56\x9f\x7e\xc3\x93\xd5\xdb\xa7\x38\x59\x7d\x9d\xa8\x0e\xcb\xc3\x8c\x3c\x60\x08\xf3\x76\x66\xd7\x0a\x39\x8d\x9c\x2b\x71\xd9\x0a\x22\x2b\xed\x50\xd3\x6b\xe6\xb9\x19\x8b\xab\x83\x19\xe0\x39\x57\x01\xc9\xc7\xca\x8d\xaf\x6d\x89\x97\x5a\x97\xdd\x89\x6f\x66\xce\x42\xcd\xf4\x70\x3d\x7f\x0a\x57\xa1\xb0\x45\x9c\x99\x2a\xc6\x72\xac\x92\x6d\x99\xee\xd2\x94\x92\xa0\x56\x1d\x22\x41\x67\xc9\x45\xb2\x19\x2c\xf2\x6c\x78\x0a\x01\x15\x8c\x58\x93\xee\x9b\x52\xd1\xa5\x74\xce\x0d\xaa\xa6\x15\xdd\x5b\xd9\x06\x96\x8a\x15\xca\x63\xfe\x52\x5c\xab\xcd\x88\x5c\xf9\x65\x56\x5c\xdc\x3f\x06\xde\x53\x14\x11\x8f\x15\x0f\x46\x13\x11\xdb\x9d\x39\xb7\x8a\x6b\x35\x8e\x62\xc0\x2f\x2d\x07\xbb\xa4\x60\x0a\x58\x1f\x4d\x89\x67\xf6\xba\x36\xce\x51\xae\x78\x07\x72\x2d\xc8\xb4\x99\x69\x57\xe4\x05\xfe\x92\xb4\xb6\x91\x01\x61\x78\x6a\xf6\xa0\x70\x2b\xf8\x1a\x7a\x6d\x32\x59\xa9\x20\xa8\x2a\x55\xe3\x4a\x0d\xfc\x29\x68\x26\xaf\xcc\xee\xc6\x4e\x0c\xef\x51\x0e\x68\x6a\xf4\xf4\x4d\x2c\x51\xcb\xbd\xe1\x0d\xa6\xb8\x79\x09\x6a\xc7\x08\x64\xee\xc9\x44\xff\x14\xb7\xfa\xe9\x48\x05\xd9\x92\x11\xcf\x8c\x4a\xb1\x3b\xe2\x54\xef\xb7\xf8\x7a\x1b\xc5\x18\x4f\x8b\xef\x9e\x25\x84\xf5\xa1\x79\x06\xd3\xf2\x74\xe9\x86\x47\x6c\x42\xd1\x5b\x67\x31\xcf\x66\xc4\x16\x23\x90\x1c\x25\x05\x53\x85\xbe\xf2\xc1\x4c\x0e\x9a\x66\xa9\x72\x0c\x3c\x5b\x70\x22\x19\xa6\x54\x9e\xf6\x34\x26\xb1\xc4\x28\xde\x02\xe4\x2e\x89\x05\xa5\xb4\x6c\x2c\xd1\x11\x1d\xe5\xa6\x3c\xcb\x55\xb0\xea\x7c\x48\x7f\xa9\xf0\x7d\xa2\xc2\x37\xf9\x6c\x5e\xbc\x88\x5f\x2a\x71\xff\x52\x89\xfb\x97\x4a\xdc\xbf\x54\xe2\x06\x25\x6e\xf2\xf1\x2f\x45\xf8\x39\x22\xfc\xa3\x6f\x28\xc2\x7f\x3c\x5f\x2f\xf3\x23\xfb\xec\x9c\x7c\x4a\x9d\xed\x64\xcb\xeb\x90\xe7\xfa\xc1\x6c\x91\x1d\xc2\x39\x75\xb6\x01\xb1\xd8\x21\x76\x7c\xa2\x4c\x3c\x6a\x4d\x89\xe4\xf4\x28\x7e\x15\xa4\x56\xa3\x66\x0a\x67\xec\x51\xf0\x82\x42\x2e\x1c\x42\xf2\x45\x07\x1e\xe0\x67\xab\xb8\x5d\x54\x7c\xe6\x7c\xa3\xb0\xa9\x34\xae\x77\x8f\x52\x17\xfe\xa9\xc2\xc0\x2d\x91\x1e\x6c\xe4\xb6\x8c\xf7\xd8\x28\x3d\x0b\x29\xde\x7b\xdf\x4b\x5e\x56\xa8\x29\x26\xae\x3b\x12\xcb\x5c\x1a\x98\xe7\x21\x3b\xdc\xe1\x4f\xe0\xa4\xe1\x61\x72\x6e\x92\x85\x8b\xbd\xc1\xf9\x88\x5e\x37\x8f\x89\x49\x31\xed\xc1\xa3\xf7\xa9\x9f\x1e\xbe\x6c\x8f\x24\xdf\x0b\xa2\x71\x7c\x3d\x39\x85\x31\xef\xbd\xe7\x7e\x5a\xa7\xc7\x79\x96\x6e\x6e\xef\xa5\x56\xb9\x69\xab\xb6\x93\x20\x76\xf4\x26\x92\xe0\x2a\xc9\xbc\x95\x63\x21\x02\xb1\xfb\x34\x6b\xb3\x6e\x43\xd5\x09\xcd\x4c\xf0\x9b\x54\x3d\xd5\x1c\xfc\x70\x6c\x2b\xe0\xa2\xf2\x21\x4b\xd4\x2f\xab\x54\xcf\x14\x2f\xa9\xda\x96\x21\xcc\x68\xb6\x7e\xc3\x23\x13\x23\xdd\x65\xd5\x2f\x89\x5a\x4d\xa4\x95\x24\xa2\x8a\x20\x8f\x40\xb3\xac\x78\xd0\x94\xc8\x9d\x0b\x84\xcd\x72\xf6\xad\x52\xf6\x8a\x9b\xbf\xea\xa8\x14\x16\x20\xe2\x6c\xef\x30\xc9\xaf\xa7\x93\xad\x78\x58\x6e\x9f\x59\x79\xcf\x33\x11\xe8\x23\xc4\x4f\x7b\x1f\x9b\x4a\x78\x73\x6e\x65\xa7\xa5\x38\x18\xdd\x48\xf4\x83\xdd\x71\xf2\xdc\x9a\xce\x8b\x08\x57\x68\x41\x77\x1e\xf2\x09\x32\x26\xb4\xb3\xf7\xdc\xff\x76\xaa\x4b\x59\xd1\x9c\xda\x8a\x9b\xde\x99\x2d\x48\x7a\xea\x24\x6c\x7b\x59\x96\xc4\xd3\xf6\x18\xd8\xcb\xea\xdf\x53\x6b\x75\xea\xcc\x96\x62\xa7\x7e\xb4\xa4\xe9\xa8\x23\x0a\x16\xb4\xb2\xb4\x2f\x26\x39\x57\x72\x75\x51\x8b\x4b\xa5\x61\x93\x92\xb7\x25\xe3\x5a\xa6\xe9\xda\x32\xae\x15\x24\x46\xdc\x20\x93\xd6\x62\x1b\xd7\x0a\x63\x29\xa5\x99\xc9\xb7\x39\xe8\xa7\x24\xd8\xfd\x8c\x02\x3a\xdb\x88\x83\x82\xd2\xb7\x46\x09\x73\x09\x21\x6d\xef\xb7\x52\x55\x8f\x29\xb6\xb8\xa6\x4f\xbf\x9d\x8a\x82\x18\x78\xf6\xdc\xba\x34\x25\x87\xf9\x58\x66\x21\xda\xbe\x95\xaa\x1f\xca\x20\x56\x81\x98\x3b\xac\x85\x53\xa3\x64\x44\x49\x72\x5e\x9e\x2e\x44\xcd\x6c\x41\xfd\x98\x1f\x66\xb6\x19\xe5\xed\x76\xad\xa6\xec\xfb\xe1\x45\x56\x46\xe0\x25\xac\x1b\x8e\x7b\x1c\x22\xe7\x61\x9c\xba\x57\x4e\xed\x8a\x56\xf6\xbf\x5d\x06\x13\xc4\x89\x7b\xc3\x79\x83\xb0\x92\xc8\x02\x30\x52\xdf\x52\x95\x37\x02\xa9\x0e\x4f\xaa\x30\x1d\x9f\x93\xeb\x2c\xdd\xa1\x3c\x11\xaf\x44\x94\x73\xae\xf9\x21\xea\xd3\x51\x04\x9f\x70\xc5\x91\x84\x6d\x53\x71\x1c\xb5\x44\x2b\xf2\x83\xb8\xc9\x44\x40\x0c\xe0\x39\xe7\xa9\x43\x10\x9b\xcd\x31\x42\xe2\xa8\x4f\x36\x6d\xa1\x31\x89\x71\xe7\x7d\xea\xa7\x31\xd6\xd2\x83\xa6\x88\x24\xde\x56\x0b\x61\x8e\xb7\x63\xae\xb2\xfe\x04\x06\xcb\x53\xa6\x99\x5b\x94\xb1\x54\x48\x34\x45\x06\x4c\xf4\x42\x9e\xcb\x45\x68\xa5\x45\x8a\x45\xa7\x78\xe9\x6c\xd0\x0b\x92\x19\xff\x98\x1b\x87\x9b\x25\x8b\xa2\xf4\x08\x70\x56\x7c\xce\x5d\xd3\xb8\x4e\xfd\x26\x4a\x7b\xe0\x68\x8a\x6d\xb7\x6f\x05\x60\x23\xc9\x47\x4c\x56\x85\x0a\xe5\xe6\x5a\xcc\x16\x2a\x8c\x7f\x48\x5b\x7a\xcd\x62\x91\x5a\x2f\x52\x2a\xf8\x08\x55\x47\xb2\xb5\x65\x1b\x99\x2a\x05\x81\x37\x31\xc2\xcd\x15\xd0\x52\x2a\xb8\xca\xa9\x7d\x4e\x52\x40\xdc\x9c\x66\xf0\x99\x5b\x39\x0b\x45\x18\x9a\x24\x14\x68\x32\x2d\x6c\x63\x2f\xdd\x35\x32\x5b\x5f\x38\xbd\x8f\x54\xe1\x56\xb3\x20\x6f\xe3\x4c\xdc\x7e\x06\xc2\x80\x8d\x58\x2a\x14\x22\x27\x41\xca\xc1\x65\xd1\x7b\x9e\x74\x5e\x16\x05\x4b\xce\xa7\x92\x4a\x3e\x3c\xa5\xbb\x03\x73\x1c\x96\x32\xca\xcf\xca\x16\xcd\x2c\xb3\x68\x66\x25\x8b\x66\xbb\x43\x52\x7b\x4e\xc9\xe3\x28\xdc\xe3\x49\xa0\x78\x68\x44\xd2\x3c\x84\xab\x0e\xbe\x14\xa0\xdf\x91\xd4\x24\xf4\xe2\x5c\x95\xab\x70\x5f\x4b\x1c\x9d\x55\x0b\x3b\x28\x89\xba\x5b\xde\x06\x69\x1a\x02\x70\x46\x51\x9a\x0a\x4c\xd2\x33\x8a\x76\xc9\xb0\x9a\xd9\xf6\xd8\x6d\x72\x81\x90\x8b\xc6\x1e\xbb\x6c\x1d\xbd\x1c\x50\x96\x9a\x60\x43\xa5\x32\x4a\xc2\xa9\x83\x49\x76\x90\x99\x4c\x27\x27\x11\xa5\xdc\xe5\xa1\x4c\x22\xb0\xa5\xb4\x51\x99\x87\x64\xe7\xd5\x76\x07\x64\xa7\xd6\xd9\xcb\x2d\xae\xa6\x18\x93\xa8\x78\xc0\x65\x19\x6d\x17\xe8\x05\x9c\x20\xcd\x31\x65\xf4\x3e\x85\x83\x8c\xab\x88\x63\xc2\xf5\xc8\x96\x18\x7f\xad\xc6\xad\x27\x9b\x19\x2e\xe5\x4c\xdc\x7b\xee\x13\x41\xb9\xfe\x31\x71\x79\xb5\xa4\x40\x22\xca\xe1\x97\xc1\xdc\x65\x3c\x6b\x74\xb6\xa5\xc4\x24\xa6\xd7\xd0\x47\x48\x60\x12\x60\x12\x42\x3a\xc2\x44\x62\x32\xa6\x37\x50\x4c\x22\x4c\xba\xf4\x06\x0a\x2d\x2f\xe0\x0c\x76\xa7\x63\xc2\xf4\xac\xe9\x12\xd6\xdc\x16\x7a\xcf\x7c\xf8\x34\x90\x6a\xcc\x42\xcb\x9c\x07\x13\x56\x32\xb1\x4c\x86\x6f\xce\x0d\xfd\x76\xfa\x1d\xb4\x47\xb0\x6d\xe3\x39\x77\x73\x3c\xaf\xee\x34\x9e\x6f\x36\xe3\x59\x5f\x71\xf9\x49\x52\x81\x83\x2b\x26\x75\x5a\x7b\x22\x09\xcc\x19\x2e\x02\xfc\x32\x95\xc5\xb2\xb3\x95\x24\xa6\xf0\x5c\x7c\x3c\xee\xe3\x1c\x7d\x93\xd7\xf8\x5e\x84\xc5\x83\x13\x8e\x89\xb4\x5c\xa3\x5e\x69\xb4\x53\x72\x7d\x3e\x9b\xff\x39\xe1\x18\x63\xf7\x84\x3a\x71\xa1\xbf\x64\xf5\x05\xbf\x02\xf8\x65\xe0\x20\x72\xcd\xef\xa2\x0a\xa1\xa2\x28\x19\xcf\xc1\xf9\xa4\x1e\x98\xad\x31\x5d\x62\xbf\x1d\x33\xd8\x33\xb2\xe9\x82\xa9\xf1\x0c\x97\xce\xe5\xf3\x15\x9a\xd0\x44\xf1\xc0\x29\x77\xfb\xc0\xb3\xc8\xd3\x3c\x13\x62\xaf\xb4\x3a\xdc\xfd\x08\x6d\x55\x15\xd4\x12\x76\x85\xa9\xbf\xa1\x42\xe9\xc1\xb9\x6c\xe1\x06\xe7\x4d\x47\x25\xda\x2f\x08\xbb\x2a\x77\xd8\x5f\x12\x51\x20\x32\xb2\x66\x9d\xb6\x2f\x00\x85\x7d\xec\x5a\xef\xd2\xf5\x04\x8e\x0b\xfc\x2a\x76\xc6\x7a\x3d\xb8\xbf\x58\x10\x95\x7d\xa9\x70\x1b\x9e\xdf\x93\xe5\xf2\x07\xaf\xf4\x51\xa6\xc5\x92\xf2\x0d\x79\x76\xed\x3c\x99\xa4\xd1\x7f\x2b\xb3\x24\x1d\xe8\x60\x92\x85\x1d\xcd\xb2\xe7\x9f\x4d\x24\xb4\x44\x18\x35\xf4\xe8\x2f\xa5\x05\x02\x2d\xc5\x99\x0b\xe5\x94\x54\x97\x4a\x7b\x4b\x6a\x1f\xf6\x21\x46\x38\x91\xe4\xa8\x7a\x7d\x28\x7b\xad\xd4\x2b\x1e\x74\x5c\xfc\x2d\x9f\x7d\x65\x1c\x3f\x09\xca\x9e\xc8\x42\x48\x10\x88\xd6\x04\x4d\x03\x37\xc8\x9e\x8f\x21\x24\x8e\x75\xe4\x10\x67\x9d\x50\x1a\x0d\x86\x6b\xb5\x6b\xc6\xdb\x03\xa4\x91\x5d\x8c\x7a\x2c\x39\x55\x09\x0b\xe0\x96\x18\x7d\x84\x42\x92\x38\x39\x1d\x27\xdd\x1a\x13\x86\x17\xf7\xa3\x20\xa0\x1d\x3e\xa7\x1f\x93\x8b\x85\xd8\x3e\x3a\x61\x25\x69\x3b\x16\x6c\x14\x0f\x22\x55\xbd\xb8\xe8\x95\x51\x95\xc7\xf4\x28\x75\x3c\xf1\x6e\xa7\x6b\x47\x7a\xd3\x05\xc3\xe9\x2e\x10\xa1\x93\x11\xb2\x74\xbb\x40\x9a\x4e\x9a\x94\x5c\x30\xd8\x0d\x13\x56\x77\x4e\x53\x49\x7b\xc6\x59\x41\xac\xa2\xea\xdd\x40\x26\x15\x4b\xca\xcd\xe5\x42\x4c\x82\x6f\x20\xe3\x13\x46\x3f\x42\xb2\xb2\xb0\x4a\x5b\x27\x6d\xdb\xdf\x54\xd9\x35\x4a\x6f\x4f\x88\xdd\xa2\x7c\xef\x50\x5a\x2f\x82\x7c\x71\x60\x27\x2c\xee\x55\x0b\x45\x97\xc5\x25\xe7\xcf\x45\x6d\xb4\xf4\x10\x50\x65\x1b\x89\x8a\xa8\x94\xb5\x9a\x7d\xcc\x50\x21\x6b\x3d\x41\x8a\x7c\x64\x19\x89\x54\xef\x7a\xb3\xb3\x0b\x55\x70\xc5\x92\x6d\x96\x2a\xd0\x4f\x36\x41\x4c\x15\xf6\x8b\xc5\xc8\xfe\x15\x27\xfc\x46\x1a\xb1\xc4\x10\x69\x1f\x9c\xb8\x32\x5b\x6b\x8a\xb5\xd9\xcb\xc2\xdc\x83\x81\x84\x93\x6b\x91\xb4\x82\xad\xa4\xc1\xe9\x33\x50\x70\x1c\x1e\xe4\x3b\xcf\x4c\xf2\x32\x41\x79\x72\xa4\x1d\x5d\x7a\x8c\xb2\x20\x22\xf9\xc6\xfe\x8e\xd5\x09\x88\x93\x95\x16\x26\x51\xd9\xcb\x8b\xb0\xa2\x26\x54\x95\x69\x6b\x39\x6a\x76\xcb\x2f\x66\x76\xfc\xd3\x54\xb1\xa1\x6a\x0c\x65\x49\x70\x2c\x61\xaf\x52\xf7\x9e\xc9\x99\xc5\x6c\x7d\xd1\xec\x09\x43\xe5\x46\xb4\x0a\x7a\x49\x6a\x9e\x01\x5e\x3d\x62\x99\x7b\xa1\xbd\xc4\xb7\xd0\x0a\xd0\x72\xd9\xf8\x55\x13\x79\xdb\x22\xf2\x5a\xcd\xe4\xf3\x5a\x73\x56\xba\xa2\x90\x26\x31\x09\x3a\xc2\xf0\xe7\x54\x0c\x40\x32\x65\xd0\xc2\xe6\x63\x7c\x8a\xe7\x50\xdd\xcc\x15\x4a\xbe\x8a\x59\x7b\x93\x74\x27\x63\xf6\x47\x15\x5b\x54\x91\x2a\xbd\x89\xf4\xac\x26\x73\x2f\x64\x1d\xd7\xc8\xcc\xbd\x90\x75\x66\x90\x39\x1a\x0a\xb2\x81\x99\xf5\x6c\x14\xd5\x6a\x2b\xe9\x02\x18\xe1\xc9\x24\x9a\xe6\x97\x9f\x85\x76\x59\xa7\x46\x95\x1c\x59\x8f\x8c\xcc\x54\x6f\x02\xca\x0b\x5e\x9f\x72\x76\x14\x80\xc6\xff\x91\x45\x58\xe9\xf2\x18\x59\xaa\xe5\xf3\x56\xc9\xec\x30\x86\x19\xc3\xab\x87\xba\x14\x5e\xb8\x8b\x98\xb9\x12\x2b\xcf\xa8\x05\xa7\x86\x15\xcc\x48\x80\x6c\x3a\x99\xb4\x96\xd4\x64\xd2\x5e\xa1\x54\x74\x0a\xad\x90\x84\x13\xd5\x11\xf5\xb6\x2b\x1a\x6d\xec\x26\xbe\xe7\x41\xad\xb8\x88\xc5\x1c\xc6\x5f\x69\xbe\x37\x99\xa0\xea\xfd\x23\xb8\xcf\x2f\x80\xb5\xbf\x9f\x41\x4c\x58\x7e\x84\xd2\x30\xa0\x8f\x90\x16\x15\x60\x09\xc0\x33\x7d\x97\xf5\x6c\xb9\xd7\x8a\xb7\xda\x8e\x83\xed\x9d\xbb\x11\xe6\x2d\x23\x44\x4d\x09\x7a\x86\x8a\x6c\x86\x56\x28\x6c\xe3\xac\xf3\x94\x9f\xc5\x24\x96\x9e\xf0\x5a\xbe\x9f\x5b\xfd\xd0\x8f\xf5\xce\x3e\xa2\x81\xd7\xf2\x41\xee\x4b\x4d\x93\x49\x4c\x25\x09\xa9\xf4\x22\x9f\x8c\x69\xb4\x51\x3c\x1a\x0c\x71\xad\x36\xde\x48\x6d\xf5\xc3\x8d\xdc\x1e\xa5\x6b\x68\x78\x32\xe9\xda\x4b\x7a\xad\x96\x60\x13\x7b\x63\x9f\xc4\x34\x24\x68\x4c\x59\x33\x1e\x04\x7d\x65\xce\x83\x42\x1a\x7a\x63\xdf\x0e\x47\xbb\xc8\x64\xc0\xcc\x9b\x8f\x11\x2f\x58\x58\x4b\xaa\x8c\x85\xb5\xca\x9b\x91\x4d\x9f\xe4\xf4\x38\x61\x16\xa7\xf4\xcd\x92\x5a\xfc\xc4\xc5\xe5\x2d\x3d\x79\x5e\x29\xf6\x4a\x9c\xd9\x1b\xad\x50\x9a\x05\xa8\x89\xa7\x67\xa9\xaf\x56\xdb\xd7\x0b\x5f\x62\x82\x16\x79\x52\x77\xff\x36\x0a\x2b\x0e\x6c\xc7\x99\xb3\x84\x39\xe7\x6d\x36\xca\xe3\x82\x01\x38\x2e\xd8\x2c\x75\x6d\x57\xba\x39\xbf\x0d\x48\x34\xd7\x2f\x4e\x12\x6d\x88\x15\xe8\x12\xcc\x61\x8b\x8e\x31\x76\x10\x3b\x9b\xc3\x07\xe8\xd6\xb8\x60\x07\xcf\xbc\xdc\x10\xd4\x5f\x01\x74\x25\x8a\x49\x17\x57\xbb\xb6\x89\xa9\xf9\x3a\x3d\x59\x25\xa7\xe0\x72\x21\xb2\x5d\x2e\x44\x55\x2e\x17\xe6\xa8\xe4\xac\xb4\xa7\x9a\x22\x0a\x66\x35\x45\x1d\xe0\xb2\x35\x67\xa1\xd3\x58\xa9\xd3\x62\xba\x83\x22\x4c\x42\x1a\x67\x9d\x16\x9a\x4e\xcb\x5f\xa5\xb6\xbf\xa1\xd5\x69\x6c\x32\x59\x39\x15\x99\x31\x32\xb6\x1c\x0d\x30\x2a\xe1\xcd\x29\x4c\x1a\xc3\x5a\x2d\x41\x05\xf4\x0b\xe3\x19\xed\xc1\xf8\x34\x26\x8d\x2b\xad\xca\xee\x2a\x50\x2b\x23\x99\x2f\x84\x59\xba\xef\x1a\xcd\xf6\x6e\xa5\xc1\x5e\xd7\xf2\xd7\xd4\x2b\xde\x17\x31\x2d\x9b\x0c\x8a\x33\xb9\x57\x98\x16\xa4\xda\x17\xe0\x99\x1c\x69\x06\xa7\x70\xa4\x59\x8a\x3f\x12\xcd\x77\xa4\x19\x78\x91\xef\x17\x55\xb6\xcd\xbb\xd4\x1c\xdb\x3c\x59\xce\x3f\x80\x37\xe5\x4a\xc7\xcb\x6f\x50\x9f\x0c\x8a\x17\x20\x15\x66\x84\xdd\xac\xff\xf4\xeb\xb0\xd0\xb5\x66\xcf\x53\x72\x46\xb1\x9c\x90\xde\x34\x31\x9d\x04\x99\xd0\x78\x9a\x87\x64\x41\x74\x4f\x7b\x5b\x25\xfa\x37\xba\x9f\x46\xa7\xe1\x5a\x40\x07\x05\xb9\x38\xa3\x82\x11\xee\x20\xd4\x9f\xe5\xcb\x78\x32\x29\xbf\x2e\x09\x4a\xdc\xec\xcb\x31\x26\x69\xff\x8c\xaa\xfa\x07\xbb\xa3\x93\xcc\xce\xa0\x54\x69\xe5\xe5\x78\x32\x79\x98\xb6\xb4\x93\x2c\xe0\x34\x15\xc5\x66\x6e\x5d\x51\x62\xa4\x56\xb0\x11\x8b\x78\x95\xfe\xf8\x72\x90\xbf\x36\x47\x50\x65\x39\x39\x8f\x44\x69\x41\xb0\x89\xc1\x74\x71\x40\x2a\xcc\x6f\xb3\xbd\xe9\x2e\x57\xc8\x0e\x2e\xb5\xd8\x16\x12\xba\xa5\x90\x5f\xcf\xb2\x95\xd6\x74\x6a\xfb\xe4\x88\xf9\x7f\x93\x08\xce\x86\x58\x49\x4e\x2b\xd0\x85\xf7\x30\x09\xa8\x44\xef\x5d\xc2\x4b\xb3\xe1\xb4\x96\x39\x4a\x62\x99\xc1\x40\xdb\xb3\x25\x77\x2a\xa7\x9b\xc3\xd3\x60\x3e\x92\x22\x35\x99\x38\x0e\x6e\x4a\x3e\x0a\x59\x97\xa3\xb5\xcf\x5f\xac\xad\x11\xc7\x01\xe9\x2b\xbf\xcb\x60\xcd\x6d\x25\x03\x4e\x23\xc2\x66\xd5\xf0\x34\x8f\x68\xf2\xd7\x63\x16\xa2\xd4\xde\x84\xa4\xdc\x06\x93\xd2\x27\x65\x5d\xed\x61\x02\xf1\x8b\x9d\x35\x87\xa8\xe6\xf6\x3e\x3b\xec\x33\xc9\x65\xad\xa6\x4c\x6d\x38\x6a\x0e\xa3\xb1\x00\xdb\x55\xf3\xa6\x09\xaf\xf3\x83\x50\x49\xa3\x54\x49\x4c\xb3\x97\x66\x77\x87\x2a\x22\x9b\x32\x1a\x2b\x4e\xb9\xa5\x9b\xca\x9a\x7c\x18\x28\xca\x08\x33\x57\xfb\x34\x26\x2c\xaf\x91\xae\xb4\x08\x5b\x2a\x1a\x3a\x18\x59\x0e\x2e\x64\xcc\x21\x6b\x72\xb8\x58\x3a\xe0\xc4\x4b\xd2\x6b\xf9\x54\x35\x47\x4c\xb2\x61\x6c\x39\x2e\x6e\x6f\x88\xcd\x2c\x24\xa8\xa8\xd7\x31\x18\x05\xe6\x87\xa0\xc2\xb2\x99\xec\xee\xa4\x36\xe9\xcd\xee\x0e\x91\xb8\x64\x46\x21\x9a\x22\x52\x37\xa1\x17\x79\x7a\xec\xef\xfc\x0a\xb4\xf2\x57\x96\x87\xe3\x58\x59\xf1\x85\xb3\xb8\xc1\x51\xa2\xc4\x60\x64\x42\xa5\x7b\xb5\xbb\x63\x53\x41\x98\x87\x74\x4a\xf3\xca\x3c\x4e\x6c\x39\x6f\x80\x97\x66\x42\x89\x01\x06\xcb\xbf\xe2\xd4\x79\xdd\xf9\x95\xe5\x1e\x04\xd9\x54\xcb\x00\xca\xc1\x25\xdb\x0e\xb3\x89\xdd\xa1\x5c\xb7\x30\xb9\x14\x85\x51\x32\xbf\x89\x41\x2f\x74\x22\xe5\x49\x62\xba\x78\x2a\xd8\x81\x48\xe6\xd0\x7d\x50\xa0\xfb\x60\x29\x3d\xc4\xe0\x14\x82\x8b\xc6\xee\xd1\x74\x3a\x13\x8d\xaf\x68\x77\x76\x42\x08\x0a\xcd\x27\xf3\xa9\x18\x90\xc0\x3e\xdb\x03\xd2\x2c\x6c\x11\xe6\x4e\x14\x92\xf4\x66\x3c\x88\xc6\x61\xcf\x44\x63\x4b\xe7\xd0\x52\xba\x21\x9f\x99\xa5\xe9\x02\xbe\xe6\xe0\x72\x28\x02\xe3\x59\x39\x63\x6c\x70\x2a\x5c\xab\x65\x01\xcc\xb4\xdc\x90\xa9\xa8\x88\x44\x6c\x86\xa8\x95\xe6\xdd\xda\xe7\xee\xe4\xf3\x17\xab\x6b\x4d\xc5\x63\x85\x02\xdc\x41\x11\xd2\x74\xd8\xe3\x31\x71\xce\x9d\x73\x70\x87\xd1\xe4\xb9\x79\xee\x9c\x8b\x98\xd5\xa3\x24\xff\x40\x19\x26\xce\xaa\xa3\x2b\x33\x46\x07\xa2\xb9\x1f\x84\x3d\x88\xd3\xbe\xd2\xd2\xdc\x41\xb0\x21\xa7\x81\xd5\x34\x53\xaf\x6e\x1d\x76\xf3\x3a\x03\xab\x42\x2f\xf0\xab\x2b\xf4\x02\x5f\x57\xc8\x91\xac\xb7\x09\xc3\x53\xd4\xca\x6e\x53\x39\x9e\x16\xc6\xc6\xb0\x81\xff\x6f\x86\x86\x48\x7a\x34\x25\x81\xcd\xa8\xd3\x98\x7d\x99\xa8\x13\x64\xe7\x27\x9a\x33\xd8\xfb\x20\x96\x9b\xb5\x04\x7d\x14\xa1\x20\xe9\x11\x96\x1b\x7a\x23\x51\x6f\x93\xe4\x3d\x5c\x70\x40\x28\x51\xdd\xb3\x89\xb9\xab\x67\x9e\x7c\xda\xe3\xdd\xa8\xc7\x9f\x7c\x72\xe7\x7a\x34\x1c\x45\x82\x0b\x85\x32\xf3\x09\x6b\x35\x43\x22\xe1\x33\xb9\xc5\xb8\x5d\x47\xf3\xdc\x39\xf0\x01\x11\x64\x83\x99\xd4\x93\x0f\x6e\x45\x45\xe9\xfe\x57\xa4\x4a\xa5\x6b\x0e\x3e\x55\xdd\x79\xad\x05\x6c\xf0\xb4\x38\xc0\xb6\xd6\x15\x0a\x8a\x7e\x48\x90\x1e\x00\x8c\x53\x0e\x23\x49\x50\x22\x07\xbd\xd0\x94\xd6\xb5\x77\x22\x88\x8a\xf5\x2e\xb1\xc6\x24\x8e\xc6\xb2\x50\x28\x4a\x83\x55\x26\x12\xfd\x62\x2a\x0a\x4c\x48\xd0\xc8\x4c\xd3\xe4\xb4\x25\x5d\x62\x70\x94\x3a\x72\x33\x9c\xd6\xac\x8a\x91\xb5\x58\x32\x2a\xf3\x7e\x5f\xaa\xcc\xce\xf0\xb4\xd8\x6b\x29\xad\x29\xf3\x8b\x75\x82\x0d\x61\xa3\x65\x26\xae\x79\xc6\x19\xf1\x39\x8e\x9f\x6b\x23\x83\xf2\xa5\xf5\x65\x8e\xad\xbe\x03\x19\x12\xa7\x59\x28\xd0\x82\xa9\x55\xc8\xe3\xe0\x8c\x88\x54\x23\x66\x65\x4c\x51\x4c\xce\x74\x66\xbf\x9c\x2a\xd6\xa1\x5e\x5a\x3e\x30\x52\xd6\x3a\x1c\xd4\x48\xd4\x5e\x9f\x27\x6d\x25\xe1\xa7\x4f\x21\x6f\x11\x99\xa8\xea\x05\x42\x71\x39\x92\x5c\x71\x99\xde\x5a\xa5\x4a\x42\xfc\xf5\x38\x90\xd5\xa7\x85\xe5\xa2\x59\x66\x94\x69\x1f\x40\x96\x43\xd6\xeb\x15\x43\x5f\x59\xc2\x3a\x30\x93\x92\xfc\x02\x5b\x01\x77\xbd\xe2\x4b\xad\x16\x35\x83\x78\xdb\xba\x64\xe8\xe4\x55\x18\x67\x8e\x2a\x55\xe5\xb0\x31\xcb\xef\x55\x6c\x65\x46\x3b\x47\x96\x46\x9c\xc0\x09\x65\x80\x8d\xa6\x11\x92\x69\x42\x61\x22\xb4\x04\x6d\x3a\x66\x9c\x9c\xb1\x43\xd5\x69\xc0\xda\xb9\x3a\x8a\x9f\xe9\x5c\xcb\xeb\xcd\x76\xb3\xb5\x7c\x3d\x1a\x1d\xca\x60\x77\xa0\x96\xd7\x5b\xed\xd6\xf2\x96\xe2\xa3\x01\x17\xcb\xd7\x25\x8f\xe3\x7d\x1e\x86\xcb\x6b\xcb\x37\x05\x97\xbb\xc1\x1b\xde\x5b\x7e\x16\xc9\x57\xcb\x77\x55\xcf\xa9\x92\x3b\x2a\x29\xe5\xbd\xf7\x13\x79\xfc\x03\x43\x29\xef\xb7\x30\x61\x9a\x72\xaa\x08\xc6\x96\x60\x62\x50\xe9\xcf\x05\xa4\xc2\x18\xc5\x33\x61\xb5\xc7\x56\xc0\x42\x2b\xca\x68\xec\xb5\xfc\x66\xdc\x8d\x24\x37\x3c\x27\x46\xb1\xd7\x4e\xde\x14\x42\x3f\x59\xa5\xfb\x81\xe8\x6d\x6b\xc9\x65\x80\x9b\xdd\x28\x0c\xf5\xa6\xb5\x9f\x32\x64\xb2\xec\xcc\x86\xed\xc8\xa4\x54\x53\x53\x37\x1a\x8e\x98\xe4\x88\xcf\xd4\x33\x28\x7a\xa7\x2b\xe2\xd5\x9a\xc5\xab\x5f\xc8\x3f\x64\x5d\x19\xd9\x6a\xa4\xb6\x7e\x49\x85\x29\x97\xee\xb5\xce\x51\xac\xf8\xc8\x4d\xae\xa1\xdd\x95\x36\x91\x9c\xc5\x91\x70\x9d\x27\x22\x91\x87\x61\xcc\x9d\xa9\x3b\x5e\x94\xfb\xea\x70\x27\xd8\x1d\x47\xe3\x18\x72\x2f\xa3\x87\x4c\x29\x2e\x45\xbc\xec\x39\xf5\x2e\xc2\x75\xc7\x5f\x66\x92\x2f\xb3\x30\x5c\x86\x06\x85\x87\xcb\xbb\x51\xd4\x5b\xee\x32\xd1\x03\xf4\x62\xec\x4c\xdd\x12\xf8\x16\xd9\x0f\x84\xe0\xd2\xec\xb1\x4d\x1a\x82\x22\x1b\x8e\x1b\x72\x26\xb7\xcd\x5b\x5a\xb4\x27\x0e\x51\x45\xc8\xe1\x62\x83\x5c\x8d\x19\xaf\x3b\xbe\x39\x76\x1f\x57\x95\x28\x36\x2a\x2b\xd1\x5c\xae\x68\x1d\x48\x43\x59\xdb\xf4\xcc\x68\x3a\xc5\x13\x8e\x0c\x7f\x62\x3d\x56\x8c\x0a\x8c\x34\x8c\x65\x71\x0e\xe1\x23\x13\x1b\xc5\x50\x5c\xc5\xdd\xe5\x11\x14\x72\x15\x01\x32\x71\xcd\x4d\xbc\x67\x58\xa4\xde\x00\x86\x7c\x8f\x8b\x78\xa0\x78\x20\xb6\xf5\x12\xc0\xd4\x58\x72\x94\x1c\x97\x04\xc0\x61\x7d\xb0\xee\x6f\xc6\x91\x54\xa8\x07\xee\x26\x18\x58\x4f\x15\xe3\x50\x17\x66\x72\xf5\x34\x4d\xdd\x7e\xa5\x24\x38\x4e\xc3\x64\x1f\x8e\x38\x75\xee\xe6\x98\xdc\x08\x0c\xcb\xdf\xd2\x38\x3b\x96\x56\x8b\x29\x9a\xcc\x95\x6a\xf7\x8d\x00\xb7\x91\x57\x91\xf4\xac\x99\x31\x15\x45\xc0\xb5\x43\x8e\x06\xa5\x1c\x12\xc9\x3b\x13\x0b\x91\xa6\xb7\x75\x53\x52\xba\x27\x12\xd9\xcd\x29\xdc\x44\x24\x71\xcb\xed\xad\xad\x96\xa8\x4a\xb1\x88\xa9\x80\x53\x40\xe9\x45\xbe\x95\x31\x48\x33\x16\x32\xe5\x3e\xff\x5a\x1b\x6c\x93\x06\x1b\x2c\x29\xe9\x31\x9f\xb6\x66\xf3\xc3\xa7\x96\x4f\x23\xf8\x54\x2a\xd5\x82\x52\x6c\x8a\x0a\x31\x31\x82\x3e\xe2\x76\x34\xfc\x44\x4f\x23\x81\x6e\x36\x3a\xad\x8d\x20\x0f\xeb\x1d\x58\x78\x99\xca\xb9\x7d\xba\x09\xbe\xe8\x23\x5f\x83\xf4\x02\x5f\x63\x54\x6f\xfb\x5e\x50\x6f\xfb\x70\xc3\xe4\x05\x7e\x41\x7a\x82\x57\xf5\xb6\x5f\x6f\x93\x98\xa6\x99\xf5\x53\x98\x66\xaf\xb7\x97\x6c\x20\xf7\x98\x1a\x34\x87\x81\x40\x21\x84\x81\x99\xa6\xf8\x4a\x2f\x45\xc3\xf7\x52\x5c\xfd\xe9\x4c\xc0\xf4\x53\x11\xaa\x35\xf8\x5c\xaf\xd7\x71\xb0\x13\x6a\xfe\xa9\x70\xa7\xed\xb6\x6c\xb2\xdd\x62\x43\x7e\x37\xd8\x91\x4c\x1e\x1a\x72\x25\x27\xd1\x68\x0e\xbb\xc1\x7f\x11\x34\x7a\xda\x65\x76\xce\x72\x9a\x34\x1e\xf8\x45\x4c\x45\xae\x3b\x0b\xcd\xbd\x37\x0e\x55\x70\x52\x43\x2b\x22\xa4\x18\x70\xb6\x3e\xa6\x7d\x7d\x6c\xbe\x7a\xca\x2f\xaf\x83\x71\x45\x98\x82\x74\x4d\x7f\xe7\x5e\x83\xcb\x57\x0b\x77\xf0\x99\x71\xca\x4e\x6b\xaf\x27\x52\xac\x11\x4d\xb4\x30\xab\x45\x93\x8b\xe6\x12\x15\x5d\x68\xcd\x97\x51\x48\x48\xc6\xa4\x8b\x8f\x38\x1d\xa5\x9e\xc6\x7a\x46\x15\x1b\xa9\xe6\xc8\xac\x1e\x98\x0c\x28\x92\x54\x4e\x26\xa2\xc9\xe2\x43\xd1\xdd\x16\x51\x34\x22\x5a\xd2\x33\x2c\x11\x61\xeb\x80\xc6\x5e\xea\xbb\xcd\x61\xd4\xe3\x1d\x47\x17\x72\x28\xa5\xe6\xd9\x95\x2b\x94\xda\xa0\x6a\xb5\x74\x6b\xb3\x92\x6b\x7d\xd4\xad\x88\x0f\x23\x5b\x3f\x93\xef\x27\x9e\x69\x10\x2f\xd8\xa2\x74\x69\x17\x42\x70\x41\x2f\x86\x86\xfa\xe9\x38\xd5\x55\xdf\x0e\x7a\x69\xd8\xfe\xed\x1d\xeb\xfa\xdb\xda\x8d\x52\x4a\x47\x60\x09\x6c\xc6\x81\x89\xed\x4c\x7c\xad\x9a\x32\x3d\x73\x5e\xc2\xd3\x02\x55\x99\x09\x23\x63\x43\x54\xa3\x44\xe1\x2c\x91\x1c\xa6\xa9\xf8\x1b\xa6\x09\x86\x97\x56\xaa\xd4\xf2\x5a\x4b\x01\x82\x50\x5b\x7b\x5c\x2a\x2e\x63\xbc\x68\x65\xcd\x7d\x7a\x48\x7c\x94\x86\xc9\x81\xad\x24\x4f\x77\xe4\x44\xd4\xb3\x45\xa1\xd1\xce\x7c\x58\x25\xfe\x72\x52\xe0\xdb\x30\x3a\x45\x55\x3a\x8d\x93\x16\xdc\xa7\x98\x48\x3c\x45\xbd\xe6\xae\x8c\xc6\x23\xd8\x97\xd8\x1a\x89\xe6\xb4\x23\xe3\xdc\xe3\xf4\xec\x31\x5a\x1a\x34\x63\x2e\x7a\x28\x6e\x3e\xb8\xbf\x7d\xf3\xd3\x9b\xd7\x9f\x3c\xbe\x49\x52\x49\xaa\xab\x0e\xdc\x51\xea\x56\x2a\xe0\x31\x49\x88\xcf\xed\xd9\x07\xe7\x4c\xee\xc6\xa0\x10\xa3\xe4\xe1\x51\x44\x45\x33\x10\x7b\xd1\x2b\x8e\x24\x29\x94\xed\xa3\x00\x77\x02\x37\x48\x1b\x37\xb6\x0f\x1f\xb4\x10\x55\x40\xce\x88\x53\x6a\x5a\xee\xc2\x59\x3a\x1e\x25\x71\xad\x73\x52\xce\x82\xbd\x4e\x51\x84\x3b\x89\x2a\x98\x68\x8a\x48\x63\xaa\xeb\x35\xf1\x5b\xd1\x18\xbb\x80\xd4\xb8\x56\x1b\x23\x9c\xb9\x16\xca\x68\x27\xe3\xe6\x95\x02\x84\xae\x24\x91\x09\xb7\x03\x81\xc6\x69\xb1\xfc\x5d\x55\xb1\xb1\x66\x2f\xe9\x7c\xa8\x12\xa9\x2a\x64\xba\x5e\x73\xdf\xc4\xaa\xde\xe6\x07\x23\xbd\x75\x0a\x22\x11\x67\xa2\xe0\xfc\xad\xd8\x32\x9f\x12\x7b\x78\x6f\xdc\xbc\x75\xe7\xbe\x1e\xdd\xb4\x2e\x97\x57\x8e\x68\xe5\x1d\x48\x25\x93\xbb\x78\x11\x5b\xe7\x6a\xf9\x39\x73\xee\x8b\x1b\x71\xb2\xd6\x5c\x7d\xd1\x44\x1d\xb7\xcf\xa1\xd2\x49\x3c\xe2\x5d\xf8\x13\xf4\x83\xae\xd1\x04\x39\xb7\x86\xa7\x4b\xd6\x79\x90\xd9\x9a\x13\xeb\x60\x77\x31\x42\x1b\x45\x07\x44\xb3\x7c\xd5\x08\x2f\xcd\x6e\x18\x70\x91\xce\x82\xa3\x69\x72\x7a\x28\xd1\xfa\xc5\x5c\xda\x6e\xf2\x83\x20\x56\xf1\xd6\xa1\xe8\x52\xfb\x61\x32\x49\x9f\x88\x6a\x4a\xce\x7a\xbd\x40\x26\x99\xac\xa7\xa2\xc3\xdd\x0c\x66\x18\x00\x57\x5a\x14\x21\xaf\x99\xba\x2d\x6f\x9a\x94\x21\xc4\x66\xac\x98\x4a\xaa\x49\x93\x55\x75\x1c\x81\x01\x1c\xd7\x5d\x7e\x58\x65\x77\xdc\xb4\xbe\x27\xcb\x98\xd2\x22\x0f\x4e\x4c\xd3\xc1\x44\x05\xad\x5f\xc2\xe0\x26\xea\x17\xdd\xd9\x44\xd0\xa3\x29\xf0\x0b\x38\xf0\x59\xb7\x1c\xa5\x4c\x33\xe1\x52\xef\x89\xa9\xf9\xb1\x5a\x9c\x35\xc9\xe8\x27\xe6\x47\x88\x3a\x5f\xa2\xca\x90\x1e\xa5\xe8\xee\xe3\x23\x06\x6e\x5f\xf0\x94\x88\xa6\xe4\x21\x53\xc1\x1e\xa7\x79\xb2\xe0\x04\xcc\xba\x20\xac\x5b\x65\xeb\x72\x4a\xc4\xff\xaf\xbd\x95\x9d\x53\x8b\x8e\x70\x73\x7f\xe3\xa2\xd9\xdd\xef\x55\xb9\x9d\x6a\xee\x47\xf2\x55\x20\x76\xb3\x31\x3f\x5b\x03\x2a\xd1\x9c\xe1\x00\x5c\x73\x80\x4b\x38\xd3\x8a\xdf\xef\x55\xb9\xf8\x9e\x45\x65\xaa\x31\x39\xe5\x59\xa0\x2d\x25\x99\xcd\xa8\x73\x7d\x10\x08\x1e\x73\x87\x1c\x25\x1c\xc5\x75\xbc\x5b\x7d\x3f\xe1\x2e\x5f\xff\xcb\x3f\xf9\xe7\x5f\xff\x89\x43\xe2\x2e\x17\x4c\x06\x91\xeb\xa0\x8e\xeb\x6d\xc5\x7e\xf2\x3c\xb1\xd2\xcb\xde\x83\xc8\x1f\xab\x30\x10\x7c\xf2\xf5\xf7\x7e\xf4\xf3\xff\xf5\xaf\x27\x5f\xff\xce\x5f\xfc\xfc\x7b\xff\xc7\x04\x75\xdc\xc2\x0b\xdc\xf9\xfa\xcf\xfe\xe2\x9f\x7e\xf4\x37\xd8\x21\xfc\x80\x0d\x47\x21\x8f\x0d\xe0\x9b\xdc\x4f\x9e\x27\xde\xb3\x7d\x7f\xc0\x25\x9f\xfc\xec\xcb\xdf\xfd\xfa\xaf\xfe\x60\xf2\x4f\x7f\xf6\xa3\x9f\x7d\xf9\xbb\x93\x9f\xfd\xf0\x4b\xfd\xf3\xf3\xff\xed\xff\xfc\xd9\x97\xbf\x8b\x1d\x32\xe2\xa2\x17\x88\x5d\x53\xfc\xe1\xc8\x37\x8f\x13\xef\xb1\xf2\xa3\x5e\x34\xf9\xfa\xcb\xdf\xf8\xfa\x3f\xfd\x21\xfc\x7c\xc7\xfc\xfc\xcb\x3f\x9e\xfc\xfc\x0f\xbf\xf8\xfa\x3b\xdf\xd3\x3f\xff\xf4\x0f\xff\x1a\x3b\x24\x12\xe1\xa1\x01\xf0\x20\xf2\x45\x78\x38\xf9\xd9\x8f\x7f\xe3\x67\x3f\xfe\x8d\x0e\x76\xc8\x0e\xeb\xbe\xd2\x32\x80\xe8\xb9\x8e\x77\x6d\xc7\xcf\x1e\x27\xff\xfc\xeb\xbf\x67\x1a\xf4\x3f\xfe\xfc\xf7\xff\xc0\x21\xbb\xc1\x1e\x17\x06\xc8\x87\xbb\xbe\x7e\x80\x16\x04\x6a\x30\xf1\xae\x32\x5f\xf4\x26\xba\xf8\x58\x4d\xa0\x8d\x5d\x3e\x52\x93\xaf\xbf\xf3\x5b\x5f\xff\xc7\x2f\xf4\xcf\x3f\xff\xa7\x2f\xe1\x49\x63\xfa\xf7\xff\xe5\x67\x3f\xfc\x37\x93\x7f\xfe\xb5\xdf\xd3\x3f\x5f\xff\xc1\xef\xfd\xfc\x7f\xf9\x2f\x93\x9f\xfd\xe4\x37\x7f\xfe\x6f\xff\x1a\x3b\x64\x7f\x90\x56\x02\xbd\x23\x26\xde\x9d\xc0\xef\x97\x6a\xf8\xfa\x27\xff\x7a\xf2\xf5\x7f\xfc\xe2\xe7\x7f\xfc\xbd\x13\xa0\xa9\x0c\xda\x63\x65\xa0\x69\xdc\x46\xbc\xab\x4a\x10\xff\x9f\x2f\xfe\xc3\xcf\xfe\xfe\xb7\x27\x3f\xff\xde\x9f\xfc\xfc\x7b\x7f\x74\x02\xd0\x6d\x2d\xed\xc4\xae\xe7\x40\x8f\x38\xc4\xd1\x38\x3b\xc4\xd1\x95\x39\xfe\xf4\x9b\x90\xea\x2d\xc9\x45\x77\x60\x53\xaa\xc6\xfd\x56\xdf\x8f\x0c\x40\xc1\xc2\x40\x7d\xf5\x97\xb8\x8a\x5c\xbf\xfa\xcb\x84\x5e\x1f\x8e\xfc\x90\x89\x65\xef\x46\xcf\x1f\x2f\xdb\x9f\x2a\x89\x91\x27\xc4\x98\xa5\x27\x9a\x46\xbc\xf1\x57\x7f\xef\x97\x89\xef\x26\xf7\xc5\xb2\x5e\xff\x85\xe2\x13\xf3\xd4\x8d\xc6\x32\x4e\x69\xb1\x40\x68\x5b\xb1\xcf\xc7\x21\xd7\x7c\xd5\x2f\x91\x99\xfe\x7c\xbd\xeb\x47\x42\xf1\x03\xc5\x71\x81\xb4\xb6\x62\x3f\x0a\xd4\xc4\xfb\xea\x77\xbe\xfa\xcb\x9b\xdc\x57\x4c\xa8\xe5\x5e\x24\xc4\x57\x7f\xa9\x91\xac\x78\x5b\xf5\xb2\x32\x27\x8c\xf8\x1e\xef\x02\xe6\x6a\xe2\xdd\x1b\xfa\x2c\x88\xe1\xad\x6e\x52\x4f\xf2\x02\xf9\x3d\x7a\xed\x8f\x99\x26\x90\xbb\xa1\x1f\xc9\xf8\xf5\xf8\x57\xf2\x24\x07\xa6\x10\x14\x21\x15\xc8\xed\x2a\xf3\xc3\x48\x16\xa0\xcf\xe4\x5e\x48\x47\xc4\x89\xa3\x40\x39\xc4\xe1\xba\x09\xba\x05\x9c\xc7\xc5\xc7\xc2\x93\x43\x9c\xd7\x1a\x5f\x87\x38\xa1\xc1\xd1\x21\x0e\xd3\x49\xc7\x27\xbb\x5c\x2d\x6b\x70\x45\xbf\x22\x4d\xa8\x17\x7c\xa6\x2f\xdb\xb5\x9c\x2a\xd7\x69\x32\xcd\xcf\x03\xa8\x96\x3e\xeb\xd6\x9b\xaf\x49\x03\xe6\x7e\x87\x66\x95\xbe\x82\xf8\xfe\x8d\xe6\xde\x87\x5c\x0e\x99\xa8\x98\x7b\x63\xf1\x4a\x03\x84\xa9\xf7\x67\x6a\x62\xad\x1d\x7a\x74\xe3\x11\x7f\xa5\x26\xde\x93\xb1\x1f\xf3\x2e\x8b\xcd\x4b\xb1\xcf\x45\x6f\x2c\x76\xe3\x3e\x0b\xc3\xaa\xd9\xfa\xc6\x5a\x5c\x92\x34\x5a\xde\x9d\x7c\x88\xe5\x58\xf4\x64\x10\xc7\x13\xcd\x64\x79\xdc\x1d\xf0\x81\x00\x6a\x29\xce\xdc\x6b\x3b\x3e\x0f\xe2\x51\xc0\x43\xde\x29\x4f\xd3\x64\x61\xd0\xd3\xb8\xdf\xe7\xa2\x30\x2b\xef\x0b\x7f\x2c\x81\x12\x03\xf1\x26\xd8\xad\x98\x98\x1f\xee\xfa\x1a\x87\x90\xed\xf2\x89\x77\x7b\xe0\xc3\x8e\x78\x57\xbf\x02\x64\xb9\x1a\x8f\x26\xde\xd3\x3d\x3f\x92\x6c\x1c\x83\x6f\x89\x37\xaa\x38\x85\x75\xfb\x77\xb9\x88\x86\x43\xcd\x70\x75\x33\x76\xf9\x0e\x17\x68\x39\xe6\x01\xe2\x02\x77\x70\x07\x66\x41\x60\xba\x4d\x03\xbe\xca\xfc\x1d\x2e\xe1\x77\xfc\xd5\x9f\x70\x59\x5e\x08\xb8\x10\xd0\xef\x2c\x0c\xe3\x52\xa1\xc2\xb4\xbb\xd1\xf3\x59\x92\x35\x0a\x77\xc3\xa0\x3b\xc8\x61\xce\x96\xfb\x05\x32\xf2\x1b\x63\x55\xc9\xc7\x53\xc2\x01\xb2\xea\xa6\x64\xc5\x03\xb3\x6a\x06\xbb\x5c\xc4\xdd\x01\x1b\x55\x32\xf8\x94\x64\x3e\xdc\x9d\xf0\x3d\x16\xce\xd0\x84\x1e\x94\x48\xee\x70\x1e\xf6\xb8\x98\x4b\x15\xf7\x86\x7e\xc4\xd5\xb2\x88\x76\x0b\x84\xa1\x19\x56\xc8\x81\x5a\xca\x14\x71\x95\xf9\xdd\x01\x10\x41\x24\x7a\x33\xdc\x5a\xf1\x30\x1d\xe4\x3d\x2e\x50\xc7\x7d\xf1\x22\xee\x31\xa5\xc7\x58\xaf\x10\x86\xdf\xb1\xe2\x88\xea\xca\x8c\xfc\xc3\x34\x2f\x91\x33\x59\x4b\x23\x0a\x04\xc7\xe5\x5e\x14\xea\x0e\x9a\xc9\xfd\x0b\x1c\xc7\xfb\x91\xdc\xe7\xbb\x41\x91\x2f\xe8\xfa\x35\x22\xaf\xd8\xc8\x1e\x27\x6b\x90\xec\xa1\xd1\xb9\x5f\xc5\xb0\xb4\x4a\x6b\x4c\x60\x35\x02\x67\x80\x32\x1d\x07\x10\xbf\x24\xaf\x90\xc9\x5e\xe9\x09\x28\x66\x64\x30\x65\x96\x13\xde\x83\xc9\xbe\x6b\x1e\x84\x21\x74\xa1\x98\x52\x85\x5e\xbf\x2f\xfc\xaf\xfe\x5c\x16\xb2\x16\xba\x7a\x2b\xf6\xbf\xfa\x73\x20\xcd\x7e\x24\x35\x66\xe5\xac\x27\x2c\x58\xbb\x81\xd2\x0b\x96\xf8\xea\xcf\xa5\x5e\xbe\xbe\xfa\xf3\x64\xe5\xd1\xef\xe7\x2e\x05\x26\xfb\x3c\x56\x0f\x50\xbe\x75\x4e\xff\x30\x90\x4c\xf1\xf2\xec\x7c\xac\x7c\xa6\xa5\x9f\xcf\x0e\x7d\x26\xc5\xcc\x0c\xbc\xca\xfc\x9e\xee\x14\x98\xbe\x5a\x4a\x91\x2a\xe0\x85\x39\x98\xca\xf3\xb1\xb2\x87\xf9\xda\x8e\x2f\x83\x5d\x7b\x88\x43\xd6\x7d\x05\x72\xd9\x28\x52\xa5\xb1\xbe\xca\xfc\xbe\x32\x4f\x15\x02\xb7\x96\xb4\x17\x4b\xdc\x15\x02\x74\x97\x57\x89\xd0\x15\xb2\x71\x97\xcf\x93\x8e\x4f\x33\xf4\x1a\xbb\xe4\x75\x97\x27\x1f\xba\x3c\xa3\x00\xfd\x79\xbe\x38\x60\x4a\xcd\x5d\xef\x55\xd5\xe7\x6f\x4e\x06\x4f\x5e\x49\x16\x88\x60\x76\xcd\x3f\xfe\xb3\xb7\xff\x83\xff\xf6\xd7\x8f\x7f\x72\xfc\xa3\xb7\xbf\xf9\xf6\xbb\x6f\x7f\x7f\x52\x7e\x75\xfc\xe5\xf1\x4f\x8e\xbf\x7f\xfc\xe3\x89\x77\xfc\x27\xc7\xff\xe8\x1f\x7f\xf9\xf6\x8b\xb7\xbf\x76\xfc\x83\xe3\xff\x7c\xfc\xfd\x89\x77\xfc\x07\xc7\xdf\xf7\xdf\x7e\xe7\xf8\x1f\x8f\x7f\x70\xfc\xa3\xb7\x5f\x4c\xbc\xe3\x3f\x3e\xfe\x52\xbf\xf8\xf2\xf8\x3f\x1f\xff\xf8\xf8\x87\xc7\x7f\xf3\xf6\xbb\x6f\xbf\xf3\xf6\x8b\xb7\xbf\x37\xf1\x8e\xff\xd5\xf1\xdf\xf8\xc7\x3f\x3e\xfe\xbe\x7e\x61\x7f\x9a\xa1\xbf\xe3\x3f\x7d\xfb\x1d\xff\xed\x6f\x1e\xff\x40\xd7\xfc\xf6\xd7\xde\x7e\xf7\xf8\xef\x27\xde\xf1\xff\xfe\xf6\xb7\xfd\xe3\xef\x03\xdc\x2f\x8f\x7f\x52\x24\x47\x40\xed\xed\xaf\x1d\xff\xf0\xf8\x47\xba\x86\xe3\xbf\x3b\xfe\x61\x69\x4d\x38\xfe\x77\xc7\x3f\xf1\x8f\x7f\xa0\x31\x05\xf4\x75\xed\xbf\x06\x35\xfc\x10\xa0\xff\xc5\xdb\xdf\xd2\x9f\x7f\x74\xfc\xfd\xb7\xff\xd3\xdb\xdf\x32\x2f\x67\x76\xa0\xd9\x32\xe2\x1d\xff\xfb\xb7\x5f\xf8\x6f\xbf\x7b\xfc\xe3\xb7\xbf\x77\xfc\x23\x5d\x59\x81\xb6\x8f\xff\xf0\xf8\x47\xbe\xc6\xf2\xed\x17\xd0\x31\xdf\x79\xfb\x45\x81\xc6\x8f\xff\xcd\xf1\xdf\xe9\xb6\xfc\xe4\xf8\xcb\x49\x8e\xfb\x24\x45\xf2\xed\x6f\x1c\x7f\x1f\x90\xfa\xcd\xb7\xdf\xf5\x27\xa6\xae\xac\xb7\x8f\x7f\x7c\xfc\x83\x02\xed\x1f\xff\xf5\xdb\xdf\xf7\x8f\x7f\xf4\xf6\x77\x00\x18\x40\xfe\xc1\x24\x43\xe1\xc7\x00\x77\x01\xa0\x7c\x6e\x98\xcf\x5f\x1e\xff\xdd\xdb\xef\x2e\x2e\xf2\x0b\x5c\x84\x1e\x46\x61\x10\xcf\x48\x13\xcf\xf6\xfd\x9f\x7e\xc1\x7e\xfa\x47\xdd\x60\x3f\xfa\xe9\x1f\xfd\xd7\xdf\x4a\x84\x8a\x57\xdd\x97\xcc\x16\x4c\x1f\x8e\xfc\x48\xc9\x37\x7c\x87\x2d\xeb\xd9\x1c\xbc\x11\x3c\x8e\xf6\xd9\x7c\x09\x63\x1c\xbf\x31\x62\x29\xdb\x09\x23\xb1\x5c\xf8\xc0\x8a\x14\xf6\x70\xe4\xcb\x37\x87\xaf\x7e\xfa\x05\xeb\x1d\x96\x48\xeb\x41\xe4\x77\xdf\xf0\x57\xe3\x97\xff\xf5\x37\xba\x87\x13\xbd\xf6\x04\xfc\xcd\x3e\x97\x87\xfd\xe0\x55\xb4\xcf\xc4\xe1\x2c\xf9\x3c\x56\xfe\x61\xf8\x2a\x2a\x91\xcd\xf3\x37\x3e\xfb\xe9\x17\xd1\x4f\xff\x81\x8b\x80\x15\x08\x46\x7f\x81\xba\x99\xae\xc4\xc8\x03\x26\xf5\x20\xf2\x25\x7b\x03\x7c\x0f\xba\x22\x2c\x6e\xed\x3e\x7a\xe9\xf3\x9f\xfe\x03\x0f\x83\x89\x49\xfe\x91\x4e\x7d\xb8\xeb\xf7\x0e\x27\xde\xc7\xaf\xfc\x80\xeb\x44\x25\x0c\x65\x33\x57\x35\x3f\xdf\x09\xec\xf2\x0d\x7b\x15\x6a\xb4\x59\xd7\x21\xce\x30\xf9\x7d\xc9\xdf\xf0\x30\x80\x44\x0c\xbf\xbb\xba\x53\x9d\x57\x1a\x1d\x0d\x41\x57\x97\xf0\xd3\xbc\xfc\x7c\x9e\x3a\x5c\xfc\xd9\xd4\x36\x97\xe5\x02\x0e\x73\xbf\xee\xf6\x0e\xe7\x7e\x03\x7c\xe7\x7e\x85\x56\x7c\xeb\x9c\x7c\x6b\xc4\x44\xc5\x0c\x31\x42\xb6\x91\xb1\x7b\xac\x37\xf1\xae\x77\x7d\x26\x59\x57\x71\xf9\xd5\x5f\xc5\x2a\xe8\xce\xce\x82\x9b\xdc\x8f\x33\x41\x5b\x67\x8f\x2b\x4f\x4d\x5e\x6a\x71\x2e\x32\x92\xa8\x49\xdb\xe2\x76\xca\x23\xb5\x70\x97\x51\xf7\x96\xff\xd5\xdf\x86\x65\xe2\x86\x93\x9d\x5e\x54\x96\xa9\x39\x33\x7b\x2d\x2d\xf9\x6a\x01\x58\xcb\xed\xf0\xcb\xd2\xe7\x38\x7d\x11\x17\x28\xfb\x7a\x17\x0e\x2d\xa2\xf4\x7c\xe2\xd1\x6b\x7f\x5c\xa4\x5b\x2d\x3a\xab\x48\x74\xf9\x69\x4e\x20\x38\x33\x7f\xf5\x43\x8f\x69\x3c\xf5\x0f\x4b\x9e\xe2\xe4\x51\xff\x76\xa1\x5a\x9d\x5b\x53\x2e\x4f\xaa\x48\x8f\x1e\x38\x9b\x4f\x88\x1a\xfc\xfc\xaf\xba\x9e\x85\x5f\x17\x40\x06\x1c\x17\x17\x5e\xf0\xd9\xb4\x68\x2e\x21\xc7\xf3\x67\x47\xda\xfa\x6f\x9d\xcc\x3f\x19\xc7\xf1\x49\xe2\xca\xf1\x0f\x67\xc4\x95\xe3\x1f\x5a\xe2\x8a\x96\x22\x8e\xff\xe6\xf8\xcb\xe3\xbf\x07\x89\xe3\x6f\x8e\xbf\x2c\xcc\x81\xe3\x3f\xcd\x45\x0c\xbd\xde\xdb\xb4\x7f\xfc\x27\xf0\xee\x1f\xb4\xb0\xf0\xf6\x77\x3b\x25\x86\xaf\x05\xd3\xd1\x0c\x53\x3f\xfe\xf7\x7a\xb9\x05\x79\xe0\xcb\xd9\x9d\x65\xba\xca\xff\xe0\xf8\xef\xde\xfe\x2e\xe0\xf3\xa5\xae\x02\x5a\x30\x2b\x2d\xe0\x0a\x71\xe1\xcb\xe3\x7f\x7c\xfb\xeb\x89\xec\xf4\x0f\x93\x2a\x19\xe2\xd7\x33\x51\xeb\xdf\x1e\xff\x50\x2f\xde\xff\xce\x3f\xfe\x12\x9b\x7d\xaa\x11\x13\x70\xa7\x20\x39\xfc\xcf\xc7\x3f\xd0\xc2\x9a\x91\x11\x12\x2c\xfe\xf6\xf8\xef\x60\xbd\x5f\x04\x62\x46\x66\x98\x64\xc2\xc3\x69\x8a\xff\x42\xe5\x07\xa9\xc6\xbb\xe3\xd2\x1d\x48\x05\x87\xe4\x36\x8b\xf4\xbe\xfa\xab\xc0\xaf\xe6\x92\xd7\xbb\x3e\x17\x1e\xfb\xea\x4f\xfd\x13\xf8\xe4\x81\xc5\x27\x0f\xe6\xf1\xc9\x12\x9b\xf4\xbe\xfa\xdb\xc8\x9f\xe5\x93\xe3\x2a\x3e\xf9\x32\x61\x94\x2f\xd9\xf0\x64\x4e\x09\x58\x18\x31\x21\xae\x3a\xea\x35\x5c\x93\x27\x5c\xb3\x94\xbb\xc4\x41\x3d\xf6\xd5\x7f\xf0\xa3\x52\x9e\x13\xd9\xe9\x4b\x96\xfc\x0c\x4f\x64\xa8\xaf\x33\x86\xca\x0d\x43\x65\x51\xc6\x4d\x5f\x2e\x64\xa7\x2f\xd9\xf0\xbf\x45\x7e\xfa\xfa\x04\x7e\x3a\x7f\xfb\x07\x8d\x7f\x27\x66\x9a\xcf\x84\x23\x88\x1c\x21\xd1\x07\x1f\x60\x12\x08\xc5\x77\xb9\x74\x25\x6a\xb7\x5a\x98\xf4\xc3\x88\x29\x78\x68\x63\x12\x06\xb1\x49\xaf\x63\xa2\xc0\xe7\xb1\x7e\xb8\x80\xc9\x88\xc5\xf1\xb6\x1a\xc8\x68\xbc\x3b\x70\x25\xba\x78\xe1\xdd\xd5\x54\xe9\x0d\xa6\xc0\x64\x2e\xe6\x79\xc0\xae\xe5\x20\xbe\xcf\xee\x23\x89\x3b\x0a\x59\x4a\xc1\xd7\x99\x10\x91\x5a\x4e\x34\x87\x52\x9d\xe0\x65\x15\x2d\xb3\x65\xdd\x24\x07\x63\x57\x19\xe5\x20\x5d\x4a\x43\x36\x5a\x40\xef\x8a\x1b\xa0\x75\x47\xa8\x6f\x82\x99\x58\x4e\xba\xd8\xc2\x4e\x7e\x53\x9c\x6e\xe9\x61\xfa\x46\xfd\x05\x03\xfd\x8d\x51\x4a\xa9\x30\xd3\xc8\x02\x83\x9f\xb5\x17\x62\x0d\x9f\x5a\x0d\x26\x51\xf5\xbb\xf8\x3e\x26\x11\x5d\xf3\x5e\x4c\x5e\x8c\xd7\x2f\xb5\x2e\xfb\x6b\x84\xd1\xb5\xcf\xf3\xe7\x49\x9e\x3c\xb7\xb6\x4b\x62\xf8\x98\xbd\xea\x34\x8e\x2e\x90\xe9\xda\xe2\xce\x23\x21\x2d\xe0\x48\xc6\x14\x49\x1a\xa6\x4e\x53\x88\x40\x32\xb3\x62\x62\x96\x05\x53\x84\xab\x74\xd4\x72\xf5\x11\xc5\x0f\x94\x1b\x34\x95\x0c\x86\x88\xeb\x39\xa5\xd9\xb8\x71\xc8\x14\x34\xad\x27\xd0\x1d\xc1\xb8\x29\xd8\x2b\xde\x43\x18\x93\x2e\x1d\xa0\xd0\x6b\xf9\xb8\x63\x43\x0d\xfa\x68\x80\x72\x2b\x9c\x3e\xc2\x4b\x23\x5d\xd4\xad\xca\x34\xa3\x3a\x7f\x83\xc5\x03\x1e\x83\xce\xff\x58\x70\x38\xc1\xe2\xbd\x65\xa6\x80\x57\x2c\xab\x60\xc8\x1d\xbc\xd4\x47\x98\x00\x4c\xd2\xa3\x02\x19\xed\x33\x81\x42\xdc\xe4\xac\x3b\x40\x5d\x4c\x92\x21\xad\x54\xfe\xae\xec\x0a\xa3\x72\x61\x85\x18\x95\x26\xc4\x68\xee\xc4\xcf\x98\x69\xbc\x10\x96\x72\xbe\xd5\x19\x53\xd4\xb3\x43\xac\x81\x1a\x62\xa5\x75\x46\x9c\x69\x29\x5a\x1a\x9a\xf8\xa8\x97\xc4\x7f\xb0\x63\xa4\x8e\x72\xc4\x7a\xcd\x90\xc5\x0a\xe1\x25\x81\xf8\xdc\x31\xe6\x25\xf3\xae\x5c\x67\x71\xac\x1b\xa0\x87\x99\x44\x26\x6d\x8d\x2a\x38\xf9\x91\x66\xf0\x9b\xf1\x78\x27\x56\x52\x43\x33\x76\x8c\x41\x7c\x3f\x52\xd7\x42\x26\x5e\x81\x17\xb0\x32\x39\x6c\x46\xb3\x03\x78\x27\xcf\xb1\x6c\x42\x2f\xe0\x25\xe5\x09\x9f\x22\xfd\x17\xa2\xbf\xa5\x6a\x80\x0c\xfc\x84\x9e\x34\xd3\x2c\xce\xbf\xa5\xf8\xe8\xa1\xe6\x20\x86\xe3\x5f\xc2\xe4\x96\x11\x81\xb2\x97\x17\x3f\xc8\xde\xdd\x0a\xc2\xfc\xfd\xa5\xd6\x19\x66\x74\xd5\x34\x4c\x5d\x3e\xad\x79\x9f\xbf\x88\xfd\xb5\xa5\xd4\x68\x3a\x2e\xb8\x5c\xc8\x8c\x7e\x13\x8d\xaf\xc4\xe0\x47\xe6\x2e\x0d\x6a\x35\x81\x02\x3c\x99\x04\xa9\x9a\x4f\x05\x8d\x0a\x54\xe2\x45\x44\x56\x29\xc8\x2a\xd0\x75\xd4\xd4\xa4\xce\xd4\x8b\x5d\x16\x8f\x92\x1e\x7c\x0f\x93\x61\xd4\x1d\x30\xf7\x68\x2b\x91\x0a\xef\xf2\x3d\x1e\x3e\x0c\xc7\xbb\x81\x80\x1c\xef\x63\xa2\x7b\xbd\xfc\xfa\x03\x9c\x1c\x2e\xb0\x78\x18\xcc\x5c\x0f\x03\xcc\x93\x50\xda\x40\x33\xbe\x0c\x56\x32\x5d\xa8\xcc\xd8\x7c\x7d\x1d\x37\xfb\xf1\x12\x18\x83\x77\x79\x1c\xd3\x2c\x35\x99\xcc\x51\x3b\x12\x55\x6a\x47\x8b\x38\x2b\x08\xdb\xef\xe3\xe6\xcd\x3d\x2e\xd4\xb5\x71\xbc\xc4\xab\x8d\xe6\x40\x28\xb4\xcb\x4b\x12\xa4\x0e\xe5\x8c\xe5\x49\xd9\x3d\x20\x3e\x52\x30\x42\xcd\x40\xf4\x23\xcd\x5c\x85\xa5\xa4\x6d\xd4\x33\x45\xf3\xc1\xfd\xed\xad\xc7\x37\x1f\x16\x54\x6f\xe5\x14\x93\xa8\x29\x99\x78\xb5\x0d\xc6\x39\x26\xbc\xad\x65\xb8\x84\x70\xc1\x98\x4f\x63\x92\x68\x0d\x96\x0c\x11\x53\x4b\xc9\xdc\xa5\x58\xc1\x49\x25\x6f\xca\xb1\xc9\x34\x9d\x56\xaa\x88\xe9\xc4\x85\x93\x34\xdd\xca\xcb\x61\xfb\xb2\x51\x7d\xbf\xd4\xb6\x26\x53\x33\x10\x41\x91\xde\xc1\x07\x45\xa6\xf0\x06\xd6\x44\xe0\xf5\xae\x1b\x09\xc5\x02\xc1\xe5\x64\x02\x61\x79\xb7\xb3\x17\x08\x13\x56\xf2\x3c\xd1\xcf\xa7\x7b\x4c\x0b\x8f\x94\x15\x3e\x92\xec\xa3\x95\x2f\xcf\xa3\xbf\xa7\x7b\x23\x9d\x21\x4d\x97\x4d\x93\xf5\x48\x94\x59\x2d\x3e\x42\xc6\x1b\x50\x62\xda\xc9\x9a\x81\xda\x8e\x0f\x45\xd7\x85\x14\x28\x6f\x63\xc4\x9b\x2a\x50\x21\x27\x9c\x14\xb8\xb4\xe6\x1a\x0a\x3c\x06\x24\x9e\x93\xcf\x28\x7b\xfc\xf7\xd7\xd9\xac\xd9\x83\xc0\xfe\x3b\xdc\xea\x53\x65\x26\x80\x6c\xc2\xd6\xad\x52\xfa\x5c\x69\xdb\x8e\x2b\xe0\x43\x3e\x3e\xa8\x3c\x30\xa9\xa3\x80\x3c\x5e\x20\xc4\x21\xe9\x98\x1f\x84\x5d\xf0\xd2\x42\x57\x5a\x44\x35\x77\x02\xd1\x43\x1c\x23\x41\x50\x49\xcc\xe1\x99\x59\x7c\xb3\xcf\x82\x70\x32\x09\x30\x74\x25\x5d\x69\x93\x00\xa5\x43\x9e\xa1\x15\x59\x68\x55\x63\x55\x85\x93\x5e\x09\x0c\x52\x33\x08\x61\xa2\xab\xd2\x75\x9c\x8a\x72\x23\x57\xe3\x97\x74\xe6\x74\x4a\xe0\xdf\x42\x6a\x94\x4d\x89\x14\x26\xb2\xd9\x83\xa0\x0f\x5d\x16\xf2\x6b\xa0\xbd\x54\xe1\xf7\x3c\x9c\xe2\x62\xce\x87\x51\x20\x54\x65\xd6\x6e\x39\xeb\x1d\x30\x18\x51\x87\x95\xb9\x3f\x2d\xe7\xbe\x1b\x08\xce\x64\x65\xde\x8f\x66\xf2\x46\xbb\x95\x19\x63\x5e\xce\xb9\x75\x38\x0c\xe7\x64\xee\xcd\x64\x7e\x20\x7b\x81\x60\x61\x35\xe8\x99\xd6\x0d\x47\x61\xd0\x0d\xaa\xfb\x82\xcd\x76\xdb\x7e\x65\xc6\xbd\x59\x8c\x5f\xcb\x6a\x98\xbb\x33\x59\x3f\x61\xbd\x60\x0e\xba\xdb\x33\x99\x1f\x8d\x99\x50\x41\xc8\x2b\xb3\x1f\xcc\xc9\xfe\xa6\x3a\xfb\x83\x99\xec\x8f\x07\x92\xc7\x83\x28\xac\xa6\xa2\xad\xd9\xfc\x7a\x5f\x50\x95\xf5\x8e\x2c\x67\x7d\xa2\xba\x95\x39\x9f\xce\xe4\xdc\xe2\xaf\xc7\x9a\xe4\xe6\xf4\xc9\xb3\x05\x05\xe6\x51\xd4\x87\x0b\xca\xcc\x1b\xd3\x8f\x17\x94\x99\x3b\xba\x8f\x16\x15\x9a\x4f\xc4\x9f\x2d\x28\xb6\x70\xc4\x3f\x9a\x29\x78\x23\xd8\xe3\x72\x17\x7c\x76\x54\xe4\xe7\x62\x6e\xfe\x79\x7d\xa7\xe6\x17\x99\xd7\x75\x62\x7e\x91\xb9\x3d\x17\x2d\x28\x33\xbf\xe3\xa4\x5d\x4a\x05\xdd\x57\xb7\x22\x39\x64\xd5\x35\x7c\x9c\xba\x82\x06\xb9\xf3\x32\x9e\x59\x93\xd2\x48\x3e\x65\x87\x57\x69\x48\x1f\x2b\x4e\x72\xdb\x98\xb8\x4b\x26\x76\x61\x85\x36\x9f\xd2\x18\xc6\xd6\x37\x85\x9b\xbd\x68\xc8\x02\xd8\xc5\x5b\x02\xe0\xcc\xca\x73\xa6\xca\x2b\x5c\x2c\xf3\x8e\x65\x7d\x17\x85\x0c\x0c\x81\xf0\xc9\x68\x66\xd8\x55\x06\x20\xaa\x00\xaa\x70\xb1\x7d\x85\x56\x81\x19\xd2\x32\xa3\x26\x00\x30\x72\x82\x94\xbd\x62\x3b\x1c\x77\xba\xa9\xd3\xc2\xd0\x3d\x36\x22\x49\x38\x05\xcf\x27\x82\x5a\x5e\xc9\x22\x94\x89\xf9\x41\xdd\x71\x48\x4c\x8d\xcf\xb9\x08\x27\xce\x49\xc1\x0f\xdb\x8a\xe5\x2f\x48\x2c\x19\x2f\x73\x11\x81\x0d\x8b\xde\xda\x07\x38\xf7\x65\xeb\xa1\xb8\xd1\xc6\xe7\x65\x66\x80\x9c\xd2\x5e\xd2\x0b\xd4\x36\x1b\x04\x57\x9e\xe5\xd1\xc8\x8c\x3d\x8c\x15\x21\x5e\x02\xd4\xb3\x96\xc0\x31\x86\xe9\x03\xb1\x1c\xf5\x97\x25\x3e\x32\x4f\x92\x8a\xba\xa3\x77\x83\x03\x16\x23\x89\x27\x13\x83\xa7\x24\x09\x96\x22\xc7\x32\x9a\x9a\x1d\xc8\x6e\xa5\x81\xf2\x8c\x37\x13\x24\x93\x88\xf8\x7d\x19\xc1\x39\x52\x84\x5d\x99\xa2\xa7\x41\x8d\x8d\x9f\xc3\xd3\x01\x13\x94\x6b\x00\x42\x17\xec\x46\xa3\xc3\x2a\x77\x07\xb0\x6b\x49\xc1\x22\x01\x5e\xa6\x8c\x85\x65\x44\x32\x88\x98\x44\xb6\x3b\xb4\x64\xc4\xb5\x18\x43\x63\x94\x97\x4e\xdc\x1e\x41\x20\x68\x33\x06\x84\x51\x69\x9a\x4f\xc6\xb4\x45\xba\xb4\x4d\x7a\x5a\x66\x1b\xd0\x16\xe9\xd3\x16\x19\xd1\xe6\xa5\x9c\x44\x86\x28\x95\x31\x23\x84\x73\x6b\xff\xee\xe6\x98\xc4\x34\xe8\x74\xdd\x31\x09\x69\xd0\x19\xbb\xdd\x25\x4e\x51\xd8\x88\xf1\x9a\x31\x51\x67\x07\xa8\x4d\x64\x63\x50\x5f\x5f\xed\x63\xd2\x83\xc0\x03\xf0\xa5\x1f\x46\x30\x73\x30\x89\xeb\x50\xa2\xc1\x57\x91\x6c\x0c\x30\x5e\xd5\x84\xca\x57\x51\xbb\x31\x30\x25\x62\x53\x02\x6e\x58\x50\x8c\x89\xb2\x9f\x55\xc2\x6c\x86\x89\x57\x26\x24\x9a\x0c\x83\xbb\x97\x42\xac\x98\xfc\x58\x21\xae\xf3\x55\xf0\x56\x9f\x0e\x0e\x0a\x3a\xc3\xa6\xe4\x7b\x5c\xc6\x1c\x61\x77\x98\x51\x48\xea\x50\x3a\xed\x45\x22\x67\xe8\x77\xd1\x18\xc3\x86\x78\x88\xc0\xd7\x18\x08\xee\x67\x20\x36\x6f\x4c\xba\x3e\xd5\x43\x53\x1f\x93\x2e\xad\x77\x0d\x20\x78\x9d\x81\xfa\x44\x77\x40\x05\xbc\xd9\xc2\x3d\x2d\x34\x0f\x0d\x16\x3b\x4c\xf4\xf6\x83\x9e\x1a\x54\x19\x57\xa5\xfb\x8b\x6a\x8b\x4b\x69\xfa\xfc\x74\x4d\xe8\xd1\x95\x15\x6e\xd0\xee\xe9\xa2\x23\xd6\xeb\xcd\x31\x38\x9d\x2d\x3c\xc8\x3d\x1c\xb4\x49\x9f\xd6\xd3\x9e\x1c\x58\x90\xee\x14\xfd\x84\x9c\x1a\x5c\x15\xac\x07\x63\x75\x5a\x58\x1a\x1b\x03\xa0\xaf\x01\xb0\x30\xd8\x3d\x25\x41\x8c\x68\x36\x27\x5a\xa4\x80\x50\x82\xd1\x48\x03\x9c\xc3\x0e\x42\x14\x21\x4c\x60\x68\x71\x42\xfa\x3d\x5c\xe8\x0a\x34\xc0\x85\xe6\xa0\x3e\x36\xd8\xa1\x91\xc5\x3b\x86\xc6\xac\x39\xe1\x1e\xb6\x23\x20\x3b\x60\x4a\x34\x3a\xcc\x22\x68\x64\x23\xc7\x0b\xe0\x53\x6f\x58\xbc\x80\xc4\xcc\x5b\x93\x97\xcf\x6b\xd6\x18\x29\x70\x68\xca\x2b\x9d\x0a\x8d\x51\x68\x1b\x95\xe7\x78\x17\x1b\xde\xc6\xc6\x3f\x6c\x8f\x4a\xf4\x3e\x26\x03\x2a\x51\xbb\x85\x49\x9f\x4a\xf4\x1e\x26\x23\x2d\x86\x5c\xc4\x64\x58\xf6\x6f\x31\x99\x20\x95\x45\x41\x91\x44\x50\xde\xc9\x46\x25\xdd\x30\x92\x2c\xf4\x89\xdb\xb2\x1c\xad\xcf\xf8\x44\x44\x91\x71\xf9\x20\x69\x6b\x43\x6e\x8a\x8d\x7a\x5d\xe2\x20\x3d\x5c\xd7\xbc\x2c\xc2\x75\xa5\x93\x59\x8c\xc3\x60\x6a\xf9\x8b\xdd\x2b\xc5\x8b\xea\xa4\xf5\x43\xad\x16\x5e\xa2\x80\x50\x64\xfb\x4e\xc1\x49\x54\xbb\x34\x2a\xe9\x52\x8e\x4f\x00\xf8\x44\x1a\x9f\x07\x48\x63\x44\x20\xa0\x0d\xe4\xc8\xd0\x65\xfa\xb3\x1d\x95\xc7\x26\xea\x32\x2c\xc8\xac\x01\x5a\xf7\x5c\x6c\x0a\xa3\x50\x1d\x22\x21\xbd\xf3\xcb\xc8\x4a\x4f\x23\x45\xeb\x2a\xdf\x7d\xdb\x81\x4c\x62\xae\xf4\xa6\x07\xc1\x3a\x20\x70\x5d\xad\xea\x9d\xfe\x74\x4a\x76\xe6\x04\x27\x9f\x05\x67\x59\xbc\x6a\x20\x52\x03\xd1\x10\x2a\xe3\xbb\x80\xd9\x2e\x09\xd2\x2b\x12\xb8\x1e\xd1\x34\x97\x18\x2e\x27\xee\xf4\x72\x29\x10\x62\x2c\x1c\x4d\x31\x49\x32\xa9\x8a\x4c\x86\xc0\x20\x18\x3f\x36\xf7\x2d\x1d\x51\x1e\x02\x37\x38\xb1\xd7\x01\x15\x43\x4c\xa2\xd8\xe1\xc1\x74\x4a\xb6\xe9\x9a\xd7\xa8\xfb\x1d\xd4\x71\x5f\xf4\xea\x2f\x9a\x9d\x17\xbd\xd5\x09\xfc\xd4\x31\xea\xb8\x1e\xbf\xe9\xc3\x77\xfd\xdc\x59\xdb\x25\xfb\xd4\xf2\x68\xb1\xdd\x8c\xa3\xb1\xec\x72\xe2\xec\x3a\x98\xdc\xac\xee\x18\xf0\xe0\xbe\x0d\x37\x34\x77\x44\x8f\x1f\xd0\x7d\x2b\xdd\x22\x8c\x36\xda\x24\xd6\xe2\x59\x98\x46\x13\xe7\x75\xea\x38\x44\xe9\xbf\x1b\x48\xd2\x6d\x88\xbe\xa9\xd7\x7a\x08\x96\xb9\x6f\x1e\x15\xc6\x1b\x18\x05\xe0\x54\xa1\xc7\x0f\xf0\x95\x08\x9c\xac\xa7\x33\x2c\x22\x01\x26\xb1\xc7\xfc\x8e\xfe\x53\xa7\x81\x1b\x7b\xf5\x3a\xf3\x69\x80\x09\x92\xe0\x62\x10\x53\x4a\x91\xa0\x02\xae\xe8\xac\xac\x22\xcd\x2a\x5c\x94\xa6\x34\xfb\x08\x93\x4b\xa8\xc0\x65\xe4\xc0\xdd\x49\x8f\x24\x49\x64\xb7\x28\xed\xdb\x68\xd3\x8a\xcd\x6c\xa1\x35\x17\xa9\x94\xcf\x6f\xae\x77\x42\xaf\xe5\x77\x2a\x96\x84\x0a\x69\x44\x4b\xf6\x75\xc7\x99\x4e\xe1\xa6\xb1\x79\x80\xdd\x45\xe5\xac\xc5\x78\x8a\xc0\x47\x1e\x0d\x53\x46\x55\xa6\x9b\x94\xac\x5b\x1b\x62\x53\x6d\xd4\xeb\x02\xc7\x1e\x92\x34\xf4\x84\x8f\x9b\x81\x4f\x65\xf3\xc0\x22\xa5\x38\xb9\x00\x74\xf0\x14\x4f\xc9\x81\xe6\xa0\x17\x30\x79\x30\x2f\x9e\x5d\x42\xe0\xd9\xb5\x0f\x38\x72\x57\x93\x49\x16\x32\x86\x52\x2a\x3a\x89\x44\x76\xa0\x25\x32\x8d\xad\x23\xc6\xc3\x1d\x2e\xcd\xc7\x1d\x37\xf7\x1b\x4f\x85\x96\xaf\x93\xec\xfd\x26\xd7\xd9\x71\x07\x29\x2a\xc9\xa8\xc9\xb0\x7b\xd3\x2d\xc4\xf6\xeb\x37\x79\x67\xd4\x64\xc5\x97\x9a\xb9\x74\x76\xab\xba\x0f\x18\xe2\xb5\x71\xbf\xcf\x65\x33\x88\x9f\x06\x7c\xdf\x84\xda\x2b\x46\x7a\xb8\xc1\x14\xd3\xdf\x20\xe2\x5e\x67\xe8\x96\x83\x75\x77\xf6\xac\xed\xe0\x4a\x1e\x3a\x16\x1c\x0e\x3d\xe8\xd7\x6a\x95\x5f\x53\xd7\x13\x93\x89\xd1\x02\x50\xb8\x73\xe8\xee\x24\x47\x90\x64\xeb\x1d\x98\x99\x25\xfb\x5a\x7c\x0d\xdb\xab\xc9\xbd\xbc\xf1\x75\x0e\x3c\xf9\x2a\xf5\x5a\xa4\x6d\x39\x06\x7c\x68\xdf\x19\xe7\x6b\xef\x63\x1b\x0f\xa4\x1a\x54\xa3\x62\xdd\x7f\x67\x68\x20\xd9\xe0\x78\x4d\x4d\x5d\x24\x69\xd6\xb2\xfb\xec\xbe\xdb\xbc\x44\x2a\x8e\x0f\xa6\xc9\x22\x9b\xd7\xf4\x49\xd1\xed\x32\x37\x2e\x43\xb9\xd7\xf6\x49\x64\xc2\x9a\x30\xaa\xbc\x76\xc6\x16\x83\x4d\xa1\xb7\x4d\x8f\x51\x40\x84\xb9\x0f\x60\x24\xc2\xd8\x85\x77\x42\x33\x0b\xfd\x2e\x22\x0c\xe3\xaa\x7b\xf1\x08\x09\xf0\x07\x90\x23\xf0\xaa\x88\x40\xb6\xc2\x66\xce\xcc\xd2\xf9\x8f\x1b\x6d\x12\x14\x56\xd6\xc2\xba\x2b\x30\xb0\x40\xc3\xf8\x3c\xe1\x6f\x72\xe3\x8e\x98\xd3\xd4\x07\x0e\xce\x77\x17\x44\xe5\x22\x44\xfe\x16\x6f\xd4\xeb\x6c\x53\x6c\xe0\xc0\x63\x3e\x7d\x8c\xb8\xc7\x7c\xc2\x3d\x56\x6f\xfb\x98\x44\xfa\x9d\x44\x4a\xbf\x53\xe6\xdd\xcc\x52\x91\xad\xb2\xc9\x14\x1a\x34\x7b\x40\x62\xa4\x4d\x04\x6e\xb4\x33\x9e\xa6\x97\x0f\xbd\x90\x18\xdf\x75\x59\x57\x5c\x2f\xb9\x63\x4c\xcf\x2a\xd2\x04\xc6\xe9\xd1\x46\xf2\x8b\xb1\x75\x56\xa1\x5f\xdb\x4f\x18\x37\xbb\x21\x1b\x8e\xc0\xf3\x83\xfe\xc5\xf9\x3e\x94\x67\x29\xfb\x52\xe0\xa5\xbd\x6f\x35\x0b\x0e\x61\xf4\x2a\x89\xe9\x55\x12\xd2\x07\x64\x4c\x1f\x2e\x15\xc4\xc3\x3c\x73\x98\x0f\x5c\x1a\x34\x85\x58\x1e\xd4\x13\x31\x72\x85\xd2\x87\x30\x24\x4c\x13\x96\xa2\xcc\x0b\x1b\x6d\x9f\xf0\x2b\x0a\x22\x33\x73\xc2\xa9\x22\x8a\x42\x90\xdf\x79\x53\x4e\x8b\xed\x3c\x17\xdb\x35\xe9\x60\xbd\xfe\xd3\xf0\xca\x7a\xe7\x95\xfb\x09\x09\xa8\xf1\x9f\x4b\x7a\xb6\xa3\xcb\xbc\x5f\x93\x69\x42\xeb\x0a\x77\xa4\x8b\x82\xc9\x44\xaf\x7e\x88\xc1\x4e\x95\x63\x12\x93\x10\x63\x8c\x38\x1a\x43\x2c\xa5\x6c\x17\xda\x0c\x40\x43\xa8\x0a\x31\x2d\x3d\xa3\x68\x32\x41\x11\x15\x28\x26\x19\xa8\x1d\x0d\x48\x42\x3c\xa6\xde\x99\xf6\xac\xac\x70\xc8\x41\xee\x61\xd2\xd5\x1b\x13\x96\x1f\x74\xf4\xce\xb2\x8d\x8d\x4b\x67\x26\x00\x2c\x9e\x01\x36\x6f\x23\xbb\x5c\x2e\x1f\xd2\x2d\x0d\x43\x17\x04\xd2\x3a\x1d\x16\x63\xbd\x13\x9d\x4c\x1e\x9a\xea\x81\x18\x34\x04\x8b\x66\x4f\x07\x27\xa4\xdc\x80\x08\x75\xf1\x33\x9d\xf7\x68\x1a\xeb\x61\x57\x5a\x37\x9f\x76\xb0\x0b\x4e\x25\x51\x54\x40\xdb\x72\xe2\xb9\x91\x33\xd0\x97\x08\xa3\x87\xe4\xa1\xd9\xe6\xdc\xa7\x6b\x9f\xa3\x8e\x8b\x9a\xb8\x83\xbc\xcd\x2b\xf4\x73\x5f\x2f\x96\x5e\xfd\x45\x03\x2d\xfb\x3a\x75\xee\x5f\xe8\x9f\x16\xee\x20\x90\xfa\x10\xd1\xa9\xa6\x49\xff\xaa\xce\xc0\x1a\x6f\xce\xfb\xb8\x73\x6e\x2d\xc8\xe7\xd5\x9d\xe4\x42\x6f\x05\x29\x7a\x3f\x93\xd8\x66\x15\x60\x02\x13\x0c\x7a\xb9\x0f\x27\xc0\xee\xb2\x53\x4f\x1c\xb9\x29\x3b\xae\xc5\x5d\x74\xd4\x0f\xc2\xd0\xd5\x2c\x9c\xc0\x2e\xd4\x55\xde\xba\x4f\x62\x93\xba\xe0\x93\x18\x8e\x2e\x5d\xe5\x5d\xf4\xc9\x1b\x2e\x23\x57\x79\x97\x7c\x02\x27\x13\xae\xf2\x2e\xfb\xa4\x1b\x0d\x87\xcc\x55\xde\x7b\x3e\x19\x49\xde\x0d\xe2\x20\xd2\x45\xdf\xf7\x6b\x35\xfd\x37\x0f\x79\xa5\x64\x30\x74\x95\xf7\x81\x4f\xf4\xb2\xab\xab\x6c\xf9\xb6\xa2\xd1\xdd\xcc\x7b\x93\x46\x89\xe6\x61\x30\xe1\xb9\xe3\x2c\x3b\xae\x49\xd6\x9d\xc4\xa1\x9f\xd9\xd4\x5b\x19\xe1\x45\xc7\xb9\xa2\x73\x42\x3a\xcb\x1a\x97\x72\xc6\x90\xb1\xa1\x33\xc6\x85\x7c\xd0\xdc\x42\x4e\x78\xd3\x71\x20\x2b\xa4\xb3\xcc\xba\x3f\x34\xd1\x42\x22\x75\x8b\xda\x53\x03\xbb\x38\xbc\xe8\x98\x17\x6e\x3d\x79\xce\xfc\x11\x0e\x19\x94\x87\x54\x12\x01\x21\xed\x43\x1b\x48\xf6\xd2\x02\x94\xbd\xcb\x1c\xa0\x0f\x01\x96\x4e\x58\x6e\x10\x2d\x28\xfa\xd9\xb4\x43\xa7\xb4\x38\x9b\xf5\xfd\xad\x4c\xf9\x05\x49\x8a\x38\x55\x1d\xde\x54\xd1\xcd\x03\xe3\xb8\x3d\x60\x21\x52\x8d\x36\x76\xcb\x2f\x61\x81\x49\x02\x0f\x71\x07\xe3\xcd\x16\xb6\x44\xcd\x7c\xc3\x9e\x10\x41\x8b\x64\x2a\x48\x9e\xc8\xdc\x18\x77\xf4\xce\xa0\x2e\x92\x3c\xeb\xd8\x15\xa4\x9e\x96\x90\xf5\x36\xf6\xa7\x77\x2c\xbf\x5c\x77\xf3\x34\xb1\xd2\x8b\x9c\x90\x65\x34\x55\xcf\xa9\xa6\x9e\x51\x45\xdd\x1a\xf7\x3a\xca\xc6\xb5\xe3\xb4\x1c\xd7\x71\x70\xdd\x52\x59\xc9\x06\x58\xf7\xa2\x75\x70\xda\x9a\xe4\x9f\x30\x4e\x80\xc0\x98\x76\x1c\x52\x09\x25\x1f\x50\xc7\x71\x9d\xa6\x53\xb7\x8e\x9c\x12\x68\x59\x96\x0c\xa2\x1e\xd9\x8e\xf3\xab\x06\x60\x36\xc2\x46\x95\xe2\x0d\xb9\x46\x9e\x90\xdb\xe4\x69\x05\xa3\x43\x9c\xde\x42\x50\x01\xdb\x89\x81\x5b\x74\xb4\x00\xe7\xde\x67\xf7\xa7\xe4\x75\xe5\x31\x80\xa1\x07\xb8\x57\xc8\xef\xf8\xeb\x4e\xa6\xf4\x61\xc4\x40\x59\x10\xfc\x5a\x1d\xa7\xd5\x74\xea\xb9\xc8\xd5\x08\x52\xb7\xd2\x2d\x07\xd7\x85\x9b\x0d\x79\x50\x6f\x77\x44\x46\x13\x41\xbd\x8d\xeb\xba\x0f\xd2\x57\xfa\x85\x2b\x2c\x40\x41\x23\x2d\x5a\x5f\xb7\x40\x4e\xc9\x39\x7a\xe4\x9c\x77\x5c\x40\x96\x5e\x41\xed\x56\x6b\x15\xbc\x3f\xde\x0a\x0e\xb8\x5e\xd3\xc9\x8e\xcb\xe9\x15\x5b\x14\xb7\x7c\x43\xae\x63\xd2\xd5\x9f\x75\xbb\x48\xaf\x6a\x47\x92\xf7\x19\x2d\xc0\xc0\x57\x68\x9b\xaf\xb7\x61\x8e\xdc\x8d\xe0\x7e\xd2\x80\x74\xb8\xb0\x43\xe9\x90\xb5\x5d\xe2\x38\x66\xda\x24\x39\xda\x2d\x3c\x25\x3c\xc5\x78\x66\x92\x61\xd2\xb7\xbf\x65\xed\xd8\xb5\xdf\x3e\x4c\x29\x43\x7f\x89\x16\xb4\xf0\x7d\x4c\x46\x69\xc1\xd7\xa6\x77\x88\xc2\x44\xba\xaf\x49\xec\x7e\xb3\x61\x27\x11\x0d\x1a\xe8\x0d\xbd\xb0\x9a\x51\x6e\xe3\xfd\x5c\xec\x4a\x92\xe6\xf6\x20\x58\xbb\x80\x31\xc6\xf5\x36\x61\x59\x6c\xc8\x4c\xd6\xa5\x94\xb2\x8e\x70\xa3\x2b\xac\x63\x0f\x79\xd4\x60\xf5\xb6\x35\xd6\x6e\x74\xa5\x65\xd1\x4c\x54\xa4\x98\x08\xbb\x25\xda\x6b\x37\x22\x9b\xf8\x6e\x65\x32\x21\x4c\x31\x55\x8f\x1a\x6d\x8c\xbd\x96\x3f\x25\x9f\x2e\xe8\xc0\xf6\x65\xfd\xf0\x64\x34\xe2\xf2\x3a\x83\x8d\xc1\xc1\xe2\xdc\x53\xf2\xac\xd2\x55\xe3\x94\x7c\x48\xcb\xee\xe2\x86\x6c\x44\x3e\xa3\x9e\x73\xe8\x10\xe7\x8d\x43\x1c\xe6\x10\xa7\xef\x10\x67\xe4\x10\x47\x38\xc4\xf9\xbf\x7e\xe0\x10\x67\xe8\x10\xc7\x21\xce\x2b\x87\x38\xf7\x1c\xe2\x7c\xe8\x10\xe7\xb1\x43\x9c\x87\x0e\x71\x6e\x3a\xc4\x79\xee\x10\xe7\x33\xc7\xda\x30\x7e\x5c\x0a\x68\x45\xa2\x74\xb3\xd1\x6b\x76\x71\xb2\x97\x5a\x4a\x6e\x57\x91\xa0\x77\x92\xe8\x6e\xa2\xe3\x90\xbe\xe3\x0a\x8c\x81\xa9\x98\x7b\x56\x27\x76\x5c\xe3\xfa\x38\xeb\x3b\x8b\x8d\x90\x2c\xad\xf2\x6b\x1a\x73\xce\x26\x72\xee\x95\xee\xa8\x83\xea\x3d\xb4\x35\x28\xa7\x21\xa5\xa7\x48\x61\xa0\xa6\xc6\xd3\x22\x47\x9b\x9a\x3d\xe5\x64\x82\xac\xba\x69\x80\xc9\x6d\x24\x08\xc3\x70\x53\xec\x38\x2e\xfc\xf0\xe4\x77\x37\xf9\x1d\x25\xbf\xd2\x71\xcf\x8a\x7e\xc2\x18\x92\x0e\x51\xd4\xea\x92\x46\x81\xe2\x34\xe2\x8d\xa7\x1a\xd5\x3a\x84\x65\x3c\xb1\x43\x67\xdb\xd2\xd0\x6b\x2c\x84\x57\x85\x11\x4a\xaf\xaf\x01\xf5\x7e\xd2\x84\xf3\xa7\x6c\x42\x55\xff\x57\x74\x69\x05\x12\xeb\xab\xc8\x39\x6f\xa3\x91\x6e\x80\x9e\x20\x61\x09\x73\x8f\xec\x7b\x0a\xb3\xb5\xc9\x6f\x2a\x54\xd0\x7d\x15\xcf\x04\x4e\x95\x54\xe5\x07\xf6\x19\xd1\x32\x8c\x80\xed\x48\x4f\xe6\xd1\x36\x89\x21\x5a\xde\x69\xb7\x5c\x0e\xd1\x6c\x73\x65\x87\x82\x66\x6c\x16\xa1\x39\x87\xfc\x31\xd2\xf2\x06\xc9\x25\x90\x32\x3c\x22\x01\xa2\x08\xba\xbc\xb0\x99\x4b\xc2\x20\xc2\x56\xb4\xdd\x4a\x74\x27\x4c\xdc\x4c\x50\x51\x6c\x91\x98\x46\x19\x4c\x12\xd2\xc8\x63\x10\xa4\xd6\x8b\x7d\xd2\xa5\x6d\xe3\xa4\x7c\xbc\x19\xc2\x49\x65\x48\x42\x3a\x26\x63\x1a\x90\x80\x32\xc2\x68\x4c\x62\x1a\xe0\x8d\x6e\xa3\xb1\x7c\xa5\xb5\x61\x44\xb1\x20\x9f\xbb\x3b\x18\x85\x64\xac\x37\xb3\xba\xeb\x71\x76\x52\xc0\x7c\x1a\x12\x5d\x03\x1d\x93\x54\x15\x20\xb8\xd2\xc2\xa1\x7d\x7d\x1b\xae\x05\x78\x35\x20\x63\xf3\xae\xcb\x83\x10\x8d\xe1\x95\xf1\x6e\x0e\xbb\x89\x60\xb3\x85\xb1\xa1\xa8\xd0\xca\x17\xae\x06\x78\x2d\x2b\x6a\xc0\x8d\xe1\xdd\x54\xd0\x60\x9a\xf3\x37\xeb\x74\xea\xa3\x4c\xa3\xe1\x46\xde\xed\x73\xaf\x96\xae\x23\x4e\x3e\x82\xcb\xa5\xf4\xee\x8b\xdb\xf7\xe6\x8f\x0a\x46\x0a\x9f\x66\x64\x95\xb3\x3c\x69\x91\xb3\xa1\x74\x73\x1a\xa6\xdc\x2c\x00\x9c\x4c\x37\xe7\x32\xbf\x1c\x9e\xb9\xe8\x55\x0b\x36\x86\xdc\xde\xe1\x2a\xbd\xe1\x96\x7a\x59\xcf\x76\xc8\xf2\x6c\xfb\x4c\x45\x35\x95\xb9\x6a\xc1\x45\xa2\x6e\x69\x76\x0a\x03\xa1\x18\x67\x43\xb7\x94\x0e\x01\x5c\x38\x3c\x24\x8f\x90\x1d\x3f\xee\x79\xf1\x48\xb8\x45\x02\x6a\x9f\x79\xe1\x9c\x60\x23\xca\x3d\xe1\x13\x46\xb9\x17\x64\x62\x1d\xdb\x8c\x80\xe0\x05\x11\x40\xaa\x92\x48\x1a\x91\x08\x48\x56\x62\xa2\x4b\x50\x95\xd0\x45\xa4\x9f\x03\xfd\x0c\xa4\xc3\xb0\x4d\x14\x9c\x97\xb9\x4e\x18\xed\x16\xc6\x56\xcd\xe4\xe0\xe0\xcd\x3b\xcf\x21\xad\x1c\x8d\x0c\x46\xc3\xce\x22\x66\xb2\x68\x20\x85\x2c\x01\x2f\x10\xcc\xad\x40\x04\x50\x75\xa7\x8e\x9c\x36\xd7\xfb\x64\x97\x6f\xb6\x3a\x2d\xd7\xc2\x3e\xe2\x0b\xef\x07\x1a\x1c\x35\x94\x7d\x26\xc0\x78\x46\xa8\x04\x76\x40\x88\x73\xa2\x38\x84\x70\x4a\x35\x3b\x22\x60\x09\x59\x09\x6b\xbf\x52\x29\x42\x50\x6a\xe6\xe0\xcd\x4e\xda\x72\xb7\x0d\xfb\xba\x5a\x2d\x7d\xd1\x6e\x4d\x26\xeb\xc5\x57\xeb\x70\x03\x66\xf5\x37\xa9\xa0\xf7\xec\xb3\xc2\x6b\x7c\x0a\x8c\x9f\x54\x5e\xb3\x9b\x0a\x3b\x01\x77\xcb\xe8\xf0\x83\x91\x3b\x0f\xf2\x28\xda\x37\x07\xe9\x00\x38\x40\x5a\xee\xda\x6c\xe9\x59\x10\x41\xa0\x1f\xa9\x7f\x25\x44\x6d\xe3\x44\x70\x8c\xdd\xac\xbb\x44\xee\x8c\x77\x87\xc5\xa7\x3c\x00\x8a\x68\x9d\x13\x06\x1a\x1d\x53\x22\xce\x74\xb0\x16\xe8\x1e\x82\xa2\x01\x02\x7f\xbd\xd5\x4b\x15\x98\x2b\x21\x4c\x62\x73\x52\x19\xd2\x42\x2c\xe8\x0d\x24\x68\xb8\x19\xe3\x5a\x0d\xf5\x81\xaf\x6b\x5e\xdf\x37\x0b\xc6\x98\x74\xc9\x80\xf4\xa9\x42\x31\x26\x23\xaa\x50\x88\xc9\x90\x5a\xcb\x4f\x9d\x93\x3d\xea\x99\x10\x7d\x28\x3a\xdf\xc6\xb5\xda\xa8\xd1\xdf\x1c\xc2\x8a\xd0\xb7\xd9\x70\x5f\x03\xc8\x39\xf5\x08\x93\xf8\x4a\xcb\x5c\x2a\x6d\xf4\x37\xe9\x68\xa3\x5e\xef\x43\xf0\x8b\x2e\x6d\x93\x31\xd5\x05\x36\xba\x9b\xd1\x46\xbd\xde\xc5\x00\x1d\x0d\xe8\x78\xb5\x8b\x37\x63\x13\xb8\x78\x70\x25\x4c\x16\x80\x3d\x73\x03\x37\xc0\x53\x13\x90\xbf\x0a\x64\xd4\xc8\x81\x5e\xa1\xed\x8d\x46\xe3\xf4\x50\xd7\x57\xf7\xd2\x5b\xb8\x61\xad\x86\xf6\xa8\xbd\xda\xc7\x24\x24\x43\x8c\x4d\xcd\xc5\x4f\x7d\x32\xca\xe5\xc2\x51\xa3\xaf\xf3\xc1\x59\xaa\x65\xd9\xd4\xd9\xb3\x94\x84\xf6\xd2\x21\x9c\x15\x0d\x02\x2b\xb4\x71\x00\x2b\x32\x10\x77\xd4\x71\x9a\x2d\xee\xb8\x0e\x71\x6c\x15\xc0\xec\xaa\xc8\x64\x7d\x82\x02\x8c\x89\x9e\x03\xed\xb5\x56\x1e\x9d\x2f\x19\x46\x38\xc2\x4e\x25\x04\x4b\x76\x6e\x93\x68\x95\xaf\x25\x34\x95\xe9\x67\xcd\x5e\x13\xf0\xec\xb6\x65\x4d\x22\x5b\x87\x0a\xc4\xb2\xac\xa5\xab\xd1\x66\xd4\x68\x5e\xaa\xd5\x90\x58\xa5\x11\x26\x62\x93\xb2\x8e\x26\x60\xd7\x71\x4c\x44\xc4\x82\x04\x93\xb3\x3c\xf4\x1c\x69\xe2\x3d\x02\x32\xaa\xda\xf7\x26\xb5\x1a\x32\x33\xb5\x4e\x89\x26\xb2\x05\x99\x81\x06\x93\xbc\x60\x01\x21\xac\x18\xa6\x3c\x93\x08\x18\x47\x2f\xf5\xaa\x93\x5c\x59\x78\x6d\xd2\x6e\xf9\xa7\x13\x12\xe0\x0a\x06\xd8\x00\xe2\xe6\x67\xae\xd0\x60\x71\xee\x70\x31\xe7\x36\x1c\x0a\x22\xca\x29\xbc\x9a\x31\xd2\x51\x2e\x0a\xab\xb5\xe2\x85\xd4\xf8\xcc\x00\xf9\xc1\x68\xd8\x46\xb6\x70\xbf\xca\x2d\x80\xdd\x7c\xad\xa0\x6d\x22\x29\x47\x21\xb0\xc5\x31\xb7\x37\x56\xd2\xf8\xb4\x67\xa2\xf2\x86\x61\x86\x93\x19\x20\xb4\x2e\x53\x38\x5a\xd8\x28\x4a\x06\xbd\x7c\x54\xba\x66\x54\x4e\x35\x0c\x3d\x73\x75\x94\x20\x83\x78\x9e\x9c\x37\x1c\x96\x09\xea\x09\x7d\xa7\x36\x5b\x9d\x46\xb6\x66\x34\x14\xe1\xd8\xcd\x1e\xf5\x93\xd5\x6d\x7d\x1b\x16\xcf\x0a\xc6\xaf\xa5\xd2\xeb\xbd\x9b\x3f\xd9\x8b\xff\x68\xa6\x14\x5f\xe5\x2e\x5f\xb5\x28\x66\x68\x8d\x07\x87\xe3\x7c\x22\xa9\x65\xb2\x63\xf5\x07\xc4\x5f\xec\x98\x4c\x6e\xf3\x52\xf2\xd4\xe7\x64\xa4\x85\x08\x34\x80\x65\x6d\xc0\x51\x7b\x4d\xe6\x1b\x25\x05\xc6\x51\x82\x8b\xca\x75\xbe\xea\x52\xa2\xce\x89\xd0\x6b\x92\xd4\x43\xa8\xac\xd6\xec\xe5\x43\x38\x3c\xc3\x10\xee\xc1\x10\xa6\x58\x20\x9e\x27\x4f\x33\xa3\x76\xb9\x6d\xe9\x31\x47\xf1\x2b\x83\xd8\xbc\x64\xe1\xbb\x33\x23\xe2\xc1\x44\xe1\x78\xb5\x30\x02\x87\x73\xb3\xe5\x83\x6a\x6f\x55\xf3\x92\xdb\x3c\xbf\x76\xd4\xbb\x0f\x22\xcd\x8d\x3a\x11\x05\xab\xab\x08\xc9\xd4\x44\xf6\x90\x23\x08\x73\x52\xf4\x02\x10\xe0\x0e\x77\x45\xc7\x62\xbe\x01\x76\x83\x5c\x41\xba\x7c\xd7\x67\x47\x5a\x30\xdf\x10\xb4\x15\x54\x8e\xcf\x22\x80\x28\x4b\x03\x3d\xc2\x6e\xf6\x88\xcf\xa8\x06\xad\x92\x2b\xe0\x92\x3e\x34\xb9\x97\xac\x98\x3b\x1c\xcf\xea\x46\x2f\xbe\xe5\x8b\x32\xc5\xf9\xa4\x4b\x56\x5a\xa6\xd4\xe9\x95\x4d\x05\x28\x9b\x66\x1a\xd5\xa7\xbf\x1b\x54\xe9\x5d\x75\xd2\x2b\xc9\x8d\x75\xa5\x42\xf7\xe2\x7d\x9c\xd2\x00\xf8\x02\x85\xee\x6d\x9e\x0f\x82\xde\xe6\x25\x8d\x15\xe9\x75\xb9\xaa\xb8\x2e\x9f\xa7\xf4\xfd\x08\x45\x78\x7a\x6d\x46\x7c\x34\x7b\x02\xeb\x66\x06\x42\xe6\x80\xfa\x89\x7d\x5d\x33\x88\xc6\x31\x13\xbd\xb8\xf3\xcc\x45\x8a\x7e\x98\xc4\x9b\xce\x32\x93\xfb\xa0\xa6\x83\xc1\x7c\x32\xcb\x5c\x77\x1c\xdb\x50\x4e\xe4\x5a\x46\x41\x1e\x00\x2e\xa2\x9e\x9f\x9c\x58\x28\x23\xc0\xb6\x36\x82\x2b\xad\x5a\x2d\xd6\x7f\x50\x58\x8f\xeb\xed\x2b\x22\xd7\xe9\x36\xd2\x8b\x68\x84\x9a\x68\x8c\x18\x97\x5a\xe9\x07\x62\x17\x05\x0d\x1a\x93\xa0\x1e\x63\x4c\x56\x10\x0a\xeb\x34\xae\xb7\xf1\x15\x81\xf1\x06\xd6\x15\x30\x8a\x58\xbd\x8d\xcf\x67\x91\xce\x96\x72\x8a\x4a\x45\x35\x73\x56\x0b\x51\x84\x02\xbb\x67\xba\x63\x29\xb9\xe8\x1e\x9a\x7b\xab\xf4\xc9\x6b\xf9\xba\x9d\xd1\x29\x72\xb6\x21\x27\xb3\x73\xf6\x78\x37\x18\xb2\xb0\xe3\x34\x75\xce\xe4\xc9\x58\x54\x58\xb9\xc4\x78\xc8\x25\x0b\x75\xef\x9f\x4e\x47\x4c\xe5\x07\xff\x5e\xab\xf1\x81\xbf\xb6\x4b\xaa\x14\xdb\xb9\x57\x57\x3e\x98\x35\xa2\x6c\x48\xd3\xba\x88\x39\x49\xc6\x98\x14\xae\x20\x47\x5c\x76\xb9\x50\x1d\xe7\xbc\x46\x38\x79\xd2\x08\x8f\xed\x5c\xc3\x40\x8c\xe3\x8e\xf3\x7f\xff\xf6\xbf\xd2\xb9\xe0\x49\xe7\xe9\x16\x1a\xc5\x44\xc7\xb9\xcf\xee\xeb\x1c\x82\x81\x11\x86\xa5\x04\x91\x2d\x7b\x88\xd3\x3b\x9a\x7b\xc1\xad\x19\xd0\x17\x5c\x9a\x91\x5e\x72\x73\x4a\x06\xd9\xc5\x28\xe9\xd3\xe4\xfe\x73\x94\xde\x76\x92\x21\x4d\xaf\x34\xf7\xec\xcb\x4b\xb2\x4b\x93\xeb\xc9\x9d\xe4\x36\x72\xc9\x01\x15\xb4\x9d\x0e\x1a\xd2\x95\x16\xd9\xa1\xce\xae\x83\xdd\x73\xde\x8e\x3f\x99\xe4\x37\x66\x7b\xb0\x47\x68\xaf\x63\xb2\x9b\xe7\x22\xa8\x3f\x99\x38\x2d\x5d\x5c\xd5\x6a\x0e\xd5\x09\x69\xb6\x5c\x2b\x2d\xa2\xa8\xd3\x72\x88\xa4\x0e\x4d\x62\x2b\x1f\x52\xe7\x9c\xce\x32\xe8\x04\xae\xf3\x2f\x20\x55\xab\xad\x79\x3b\xd1\xc1\xa7\x7e\x12\xe2\x7c\x07\x77\x9c\x96\x53\xdf\x81\x4b\x9d\xfd\xf4\xc4\xdf\x75\x1c\xb2\x9d\x15\x8e\xdc\x35\xef\xfc\xc8\x2a\x11\xea\xef\xfb\x54\xa3\x4c\x6e\xd2\x35\xaf\xc7\xfb\xbb\x23\x19\x9f\xcf\xb3\xe4\x1d\x7c\x90\x76\x70\x40\x22\x12\x92\x01\x3d\x24\x07\x74\x5b\xef\xf4\x1c\x88\x83\xb6\x83\x0f\xe8\x3e\xe2\xb8\x7e\x40\x38\x75\x9c\x3c\xf4\xe0\x03\x6a\x8e\xb4\x36\x5b\x93\x49\x7b\x8d\x6f\xb6\x96\x20\x10\x62\x72\xd8\x85\x3b\x5d\x77\xbf\x70\x8e\xbc\x87\xc9\x2e\x6c\x42\x6c\xc2\xe5\x6e\x16\xeb\x0e\x46\x34\x61\x05\x82\xb6\x49\x40\x1b\xed\x0d\xb1\x29\x8d\xfa\xa1\xb9\x1b\xe0\x9e\xf0\x93\x5b\x80\xa6\xe3\x06\x54\x51\x61\x1f\x38\xb7\x1c\x57\x0f\x8d\xd9\x0e\x09\x4c\xf2\xcf\xa9\x39\x95\xde\x0c\xd6\x01\x0a\xbc\x5f\xe6\x4b\xc0\x61\x50\x40\xad\xb8\xde\x57\x5a\x9d\xfc\x72\x38\xc0\xd9\xbd\xaf\xaa\xb7\x35\x97\x06\xc3\x93\x07\x10\x06\xaf\xce\x6b\x35\xa7\xee\xac\x50\xda\xab\xd5\xd0\x03\xba\xd2\x86\x00\x74\x0f\x3a\x0e\xd2\x7d\xd7\xeb\xf4\xdc\xb1\xeb\x34\x20\x3d\x99\xa4\x2f\x1d\xc7\xed\xe1\xfa\x80\x1c\x50\xe4\xc4\x86\xd4\x3e\xf3\xde\xaf\xbf\x59\xbb\xe0\xc3\x2d\xea\x41\x1d\x3d\xa8\xd5\xb2\xdc\x18\xee\x56\xc9\x4d\xd8\xe3\xea\x5e\x21\x51\xd6\x53\x1b\xf5\x7a\xb0\x19\x6d\xe8\x4d\xee\xc5\xf7\xaf\xa0\x50\xd3\xf8\x80\xc9\xeb\x51\x8f\x5f\x55\x7a\x3f\x38\x99\x84\x57\x2e\xbd\x87\x8f\x0e\x28\xba\x78\x99\x52\x1a\x76\x58\xd6\x1e\xb8\xd2\xcc\x1e\xb0\x19\x62\xbb\xe5\xa6\xf3\xa6\xd3\x61\xad\xb6\xd2\x87\xb1\xd3\xdc\x5b\xef\x2e\x0d\xfd\x6e\xd1\x41\x7a\x05\x9a\x85\xc2\x3b\x48\xc7\xf0\x1e\xdd\xda\x1c\x75\xf2\xcb\xaf\x51\x63\x2b\xbb\x3c\x53\x9a\x82\xd3\x0b\x9f\x61\xad\x96\x02\xbf\x57\xe7\xe4\x5e\xba\x2e\x8e\x1a\x29\x2c\x57\x57\x49\xee\x51\xdd\x0d\x32\x19\xff\x4d\xc7\xe5\x74\x50\xe7\xf5\x83\xfa\x3d\x9b\x06\xa8\x79\x7f\x4f\x7f\xb1\xdf\x7f\xae\xdf\xdf\xcb\x1a\xb7\x45\xd3\x7a\xae\x5c\x69\xe3\x7a\x02\x28\xf9\xbc\x55\xb6\xc2\xe3\xf4\x9e\xc9\x92\xd2\x48\x6c\x99\x0a\xee\xe5\xbc\x6c\xaf\x73\xd9\x5d\xf3\xf4\x5c\xb3\x66\xa3\xb5\x58\x65\xe7\x04\xeb\x6d\xb2\x87\xb1\x5b\x65\xd3\xb1\xde\xd2\x9f\xc8\xc1\xc2\x08\x66\x75\xc7\x99\x92\x14\x9b\xa3\x44\x9d\xa6\x47\x4c\xe2\xa1\xe4\xfd\xe0\xa0\xf2\x2e\xb5\x87\x50\xc6\x46\x4d\x40\xca\xbe\x03\x36\x24\xe2\x54\x97\xa6\xd9\x4d\x17\x09\x68\xb6\x05\x6a\xb7\x48\x03\xf4\x1a\x35\x11\x8b\xb5\x0b\x95\xda\xe8\xd9\xbe\x3c\x58\xe5\xb8\x1e\x4d\xa7\xd3\x29\x3a\xca\xe4\x03\xd7\x21\x0e\x49\x45\x08\xd7\xbb\xe0\x93\x74\xa9\x74\x3d\xe7\x9c\x43\x1c\xc7\x9f\x62\xf2\x84\x5e\x6b\x9a\x16\x92\xdb\x59\xd2\x34\x16\xc8\x71\x9f\x53\x89\x3e\xc0\xe4\xa6\xfe\x6d\xd9\x3c\xce\x16\xc0\x73\x33\x46\x3b\xd8\x75\x94\xed\x59\x5a\x69\xdb\x12\xfb\xb3\xec\x44\x44\x4f\x3f\x61\x1b\x4d\x34\xda\x78\xa3\x5e\xe7\x9b\xc1\x06\x16\x1e\x6f\xb4\xfd\xf4\x5c\x68\x9f\x37\x77\xb0\xde\x1a\xae\x05\x96\x81\x83\x75\xaa\x5a\xad\xd8\xc7\x5d\xe9\xd9\x4a\x98\x82\x28\x9c\xd9\x3f\xb2\x44\x84\xbf\x79\xa0\xca\x9b\x34\x23\x47\xc9\x4c\xeb\xc5\x52\xf2\xdf\x6c\x75\xbc\xfb\xec\x3e\xb9\xcf\xee\xfb\xae\xa7\x39\x9b\xf0\x82\x46\xdb\x77\x41\xc2\x0a\x36\xd3\xeb\x26\xfd\x5a\xbf\xcc\xa3\x2d\xfa\xfe\x94\xb0\xaa\x5d\xc2\xe9\x6d\x2e\xa1\xc7\x42\xae\x96\xe5\x32\x04\x9f\x4f\xee\xaa\xd2\xab\x3f\x49\xeb\x12\x4f\x26\x89\x75\xa5\xb4\x42\xcd\x41\xa8\xe4\x9b\xbc\xc9\x30\x01\xf3\x37\xf6\x8d\x6c\x2d\x61\x93\x9a\xef\x28\xd8\xd9\x85\x73\x06\xc2\x39\x6b\xbe\x4e\xcc\xbc\xe3\x8a\x29\x29\xec\x1a\xe6\x48\xf1\x9a\x0e\x53\x29\x5e\xa5\x7a\xb1\xb2\x5a\x64\x67\x95\x67\x15\x0f\x6c\x4a\x6e\x11\x49\xdb\xb0\x56\x46\xd4\x6b\x5e\xd2\xc2\x73\x49\x53\x3b\x2e\x1c\x63\x50\xd5\x61\x05\x02\x8b\x88\x22\x2d\x22\xb0\x6f\xdf\x2a\x64\x86\xa0\xa9\x62\x72\x51\x61\x19\x28\x5e\x6c\xe0\xc8\xe3\x3e\x45\x88\xd7\xdb\x78\x55\x36\x10\x6f\x08\xbc\xaa\xf0\x9a\x89\xd7\x9c\x72\xc9\x8c\x5d\x9e\x69\xbb\xe9\x29\x22\x7d\x9a\x68\xb1\x6b\x2a\x21\x21\x18\x30\xea\xd7\x53\x12\x9f\x85\x18\x04\x2d\xa9\xa5\xda\x77\x4b\x61\x49\x3d\x35\x3e\x69\x8a\xb1\x13\xa7\x58\xb0\xd9\xee\x78\x8a\x44\x5e\xcb\xf7\xdd\xe0\x0a\x15\x1d\x2f\xf2\x44\xa3\xed\x13\xe9\xbb\x5e\x04\x73\x8f\x44\x5e\xe0\x43\x43\xce\x4c\x88\x31\x76\x63\x5d\x50\xa5\x3e\x20\xaa\x28\x31\xb2\x5b\x34\x87\x12\x1f\x58\x94\x08\xfd\x9a\x52\x23\xab\xa6\xc6\x47\x28\xae\x36\xfd\xdb\x2a\xb0\x56\x4d\x84\xf9\xe1\x46\xbb\x64\x26\x9e\xf5\x18\x0d\x3a\x45\x4e\xa7\x48\x90\x11\x62\xd6\x8a\x33\x9d\x50\x94\x26\xbd\xa5\x93\x9f\x59\xe3\xe5\x57\xf5\xc9\x7e\xbd\x7c\xc8\xf0\x6e\xfc\xe5\x14\x55\x15\xce\x33\x16\xd2\x98\xa8\x62\xe3\x9e\x32\x24\xa4\x3c\xa1\xe9\xe6\xdb\x3f\x5d\xd8\x3a\x03\x5f\xb2\x8f\x12\x40\xa3\xf8\x9e\x5e\x6d\xdb\xef\x61\x72\x95\x67\x86\x7a\xe4\x61\x9e\xce\x89\xe0\x31\xcf\xf5\x80\xf2\x8b\xcf\xa2\x41\x13\xd5\x62\xd4\x4c\x23\x52\x58\x6e\xe6\xfd\xb3\xae\x30\x26\x59\x1c\xdc\xc0\xc8\x27\x95\xa1\x92\x91\xa2\xe5\x52\x24\x80\x9b\x81\xaa\x33\x6b\x8e\x72\x73\x43\x24\x1b\x6d\x9d\x1f\x49\xd2\x86\x8b\x40\x4c\xa4\x2e\x3b\x7b\xb6\x64\x36\xa8\x70\x4f\x27\xa9\x01\x6e\xb1\x08\xde\x50\x9b\xb2\xc1\x3b\xca\x85\xe2\x51\xbf\x1f\xf3\xb2\x46\x48\xca\xa4\x11\xb7\xb0\xe5\x38\xd1\x01\x91\x9d\xb6\x6b\x89\x61\x12\x63\xc2\x01\x93\x22\xd9\x4a\x22\x48\x64\xb0\x61\x60\x56\x07\x91\xbf\x53\x84\x24\xd8\x9e\x00\xbc\xa8\x08\x2f\xc2\x64\x05\xc9\x4d\x51\xab\x45\x57\x5a\x99\x77\xca\x78\xa9\x17\x1d\xc5\x66\x75\x66\x16\x56\x32\xe9\x93\xc8\xf4\xc9\x74\x7f\x10\x84\x1c\xb1\x4d\x59\xab\xc9\x4d\x61\x31\x7f\x12\x24\x81\x5d\xab\x3a\xfa\x31\x2f\x5a\xd8\x07\x7d\xa4\xae\x50\x05\x9b\x9c\x0d\xb8\x6a\x58\x91\x48\xe1\x0d\xac\x32\x7b\x4e\xd5\x68\xe3\x29\xae\xf0\xf8\xc4\xaf\x50\xae\xb7\x40\x62\xb3\x65\xca\xd7\xeb\x62\x93\xb6\x36\xcc\x83\x42\x9c\xe8\x89\xb8\x22\x11\xc7\x1b\x78\x23\xbf\x3d\x6c\x34\xc4\x95\x42\x36\x2b\x97\x71\x98\xa5\xb7\x86\xcd\x6e\x34\xb6\xa7\xaa\xb2\x94\xef\xaf\xf2\x0c\xbb\xba\xc2\xe4\xa1\xf5\x28\x74\xf7\x5c\xe5\xfa\xef\xc3\x54\x8d\x2a\x19\x3e\x74\x55\xcf\x10\x73\xac\xcd\xf7\xb8\x3c\xac\xbe\x5b\x2f\xf8\x3a\x20\x96\x52\x40\xad\xc6\xf5\x1e\xf5\x4a\xbb\x93\xf6\x30\x12\x9d\x0a\xda\xd7\xe9\xf3\x9c\xd2\xd6\xb4\xea\x1a\x3c\x69\x18\x6a\x91\x34\x17\x76\x03\xd0\xd4\x9a\x62\x12\xc0\xdc\xfe\x84\xd3\xc2\x38\x41\xa8\xd6\x98\xab\x7b\x91\x50\x03\xd4\x82\x69\xa1\x9f\x6f\x47\x63\x19\xa3\x16\x81\xff\xe5\x31\x52\x49\xa1\x5b\xe3\x30\xfc\x8c\x33\x89\xc0\x43\x48\xf6\x84\xeb\xaa\xa2\x44\x26\x0b\x16\xb2\x36\x4a\x45\x8b\xe5\xf2\xae\x2b\xe7\xc2\x4b\x9f\xf0\xf9\x3d\x9d\xf7\x6c\xc9\xbd\x84\xe9\xe7\x32\xa5\xaa\x42\x63\xec\x4b\xc9\x62\xb5\x6b\x1c\xaf\x72\x0c\xc1\x76\xed\x0e\x53\x27\x74\x18\xd8\x95\x15\xeb\x28\x01\xae\xcb\x55\xae\x1b\x65\xc6\x0a\xb6\x3e\xaf\x38\xfd\x84\x93\xeb\x9c\xa2\x4f\x12\x3b\x2b\x52\x39\x70\x30\x83\xcf\x34\x6a\x06\x73\xe8\x51\x93\x3c\x79\xbc\x92\x7c\x8d\x42\xa1\xf6\xfa\x6a\xb9\x1d\xe5\xd1\x5c\x38\x9c\x09\x9c\xa9\xde\x7c\xbe\xe4\xf4\xba\xb5\xae\xdc\xb0\x6f\x66\x2a\x47\x0b\x9a\x0d\xb5\x43\x0a\x37\xd2\x87\x43\x84\xeb\xef\x35\x38\x3e\xff\xde\xc9\x03\x93\xf7\xc9\x0d\x63\xb8\x96\x81\xab\xbf\xb7\x3a\xbf\x4f\x90\x6a\xf0\xc6\x65\x7e\x31\x69\xbe\x66\x0e\x6f\x22\xc1\x1f\xc0\x2a\x90\x76\x42\xf9\x2d\xc6\x6b\x97\x5b\x17\xdf\xe7\x97\x34\x1b\xba\x9e\x0c\x29\x8c\xf4\x7d\x4e\x6f\x70\xd4\xc2\xe4\x0e\x24\xda\x98\xdc\x85\xc4\x3a\x26\xb7\x20\x71\x01\x93\x37\x90\xb8\x88\xc9\x35\x48\x5c\xc2\xe4\x09\x24\x2e\x63\x72\x9b\x53\x74\x3f\x25\x91\x3b\x69\xe2\x6e\x9a\xb8\x95\x26\xde\xa4\x89\x6b\x69\xe2\x89\x45\x58\x9c\x5e\xa9\xa0\x20\x92\xa9\x83\x57\xf5\x91\xca\xbe\xbf\x6b\x8f\xbc\x7f\xf9\x22\xbf\x44\xa0\xee\x7c\x24\xf5\x0a\xfd\x94\xd3\xdb\x9c\xbc\xe6\x14\xdd\x5e\x48\xfd\xc6\x2b\x40\x42\x97\x41\x18\x06\x31\xef\x46\xa2\x17\x6b\x30\xfc\xc2\x2a\xbc\xdf\xca\x5e\x69\x0c\x93\xac\x62\xac\x78\x3c\x43\xa0\x19\x3d\x18\x86\xcf\xeb\x17\x2e\xf3\x4b\x27\x50\x02\x5e\xd3\x99\x16\x11\xba\xe9\x53\x43\xe8\xe7\x38\x7d\xcd\xc9\x33\x4e\xd1\xeb\x6f\xaf\x61\x27\xb5\x42\xb7\xfb\xa4\x46\x5c\xe6\x17\x17\x4e\xd6\xb4\xc7\xa0\x15\x1f\x72\xfa\x8c\x93\xcf\x38\x45\xcf\xde\xb1\x15\x27\xa1\xac\x1b\x79\x12\xca\x6d\x7e\x61\x11\xca\x4f\x1e\x5f\xcf\x7a\x08\xb0\xfe\x98\xd3\xcf\x38\x79\xc4\x29\xfa\xac\x12\x6b\x7c\x74\x02\x52\x8b\xd8\x64\x83\xeb\x3a\x96\x1e\x2d\x58\x95\x4e\xb5\xfe\x57\x72\x3b\x40\xc0\x5e\x97\xcc\x4a\x34\x67\x95\x49\x84\x97\x64\x51\x29\x67\x49\x7a\x50\x36\x8c\x16\x1e\x76\x1f\x71\x6b\xd9\xf9\x88\xd3\x47\x16\x23\xfe\xf4\x44\x46\xfc\xe4\xf1\xf5\x9c\x17\xa7\x0f\x29\x3b\x86\xe7\x19\x8e\xfc\xe4\xf1\xf5\x53\x31\xe5\x14\x1a\x2f\x80\x3e\x91\x35\xdb\x8c\xf6\x91\xcd\x68\x9f\x73\xfa\x29\x30\x5a\xae\x74\x42\xaf\xdc\x90\x58\xc7\x44\x42\xe2\x02\x26\x02\x12\x17\x31\x09\x20\x71\x09\x93\x08\x12\x97\x31\x61\x8a\xa2\xe7\x29\xe1\xf0\xe4\xe6\x9b\xa8\x34\x21\xd3\x84\x48\x13\x41\x9a\x88\xd4\xa2\x49\xf2\x0d\xbb\xe3\xa4\xce\x00\x1e\x7b\xc2\x3c\x49\x39\x2f\x4c\x93\x58\x51\xa6\x48\xa8\x28\x62\x27\xe1\x5d\x96\x1a\xcf\xd0\x94\xa2\xec\x68\xbf\x38\x59\x1c\x29\xe4\x6e\xcc\x02\x38\xa1\xb5\x05\x39\x12\x2f\x85\xea\xdb\x15\x24\xed\x1a\xca\xb2\x64\xa1\x76\x5b\x9c\x2c\x76\xe6\x29\xa6\x49\x3e\xdd\x6d\x98\xb3\x95\x54\x88\x96\x63\x45\x43\x4b\xb1\xbd\xab\x92\x43\xe0\xd6\x26\xe5\xcd\xc3\x5a\x8d\x37\x0f\x37\xdb\xad\x56\xba\x09\xce\xf6\x89\x8d\x36\xe1\xcd\x21\xe1\xcd\x1e\xe1\xcd\xdb\x84\x37\xef\x11\xde\xdc\x22\xbc\x79\xd7\x3e\xe9\x2d\x6c\x0b\x0e\xad\x2d\x7d\x06\x87\x37\x0f\xe7\x02\xb2\xf4\xc6\x4e\x8b\x16\x44\x25\x79\xf2\xf8\xfa\x22\xfc\x8a\x08\x16\xc9\xaf\x12\xc7\x0c\xe8\x22\x64\x6d\x95\x33\x95\x3a\x90\x48\x6e\x70\x0e\x5d\x4e\x86\xae\x22\x3d\x57\x92\xdb\x6e\x8b\xdc\x73\x5b\x64\xcb\x6d\x91\xbb\x6e\x6b\x3a\x0d\x95\xc5\x96\xfa\x8a\x8c\x14\x19\x2a\xb2\xa7\xe8\x91\xd3\x70\xe0\x2a\xd8\x75\x96\x1d\xd2\x72\x9d\x96\x33\x25\xbb\x8a\xae\x7d\xfe\x22\x5e\x7d\xd1\xab\xaf\x91\x1d\xfd\x70\x7e\x8d\x1c\x2a\xba\xe6\xbd\x78\xf1\xf9\xb9\xd5\x7a\x67\xe2\xbd\xf0\x11\x6e\x1e\x4d\xfd\xb5\xdd\x7c\x5c\xb7\x55\xc9\xa9\xc6\x66\xab\x93\x80\x0f\x28\x12\x9d\x06\x77\x39\x36\xfa\x0d\x41\xc9\x5c\x4e\xd4\x51\xb4\x29\xad\xab\x3e\xd9\x88\xac\xab\xbe\x7a\xe0\x06\x56\xdb\xf7\x55\x61\x92\xa5\xea\x09\x87\x8a\x38\x2f\x5e\x9c\xab\x39\x56\xd6\x9b\x76\x56\xcb\xf5\x90\xf3\x39\xea\xb8\x4e\x1d\xac\xd5\xd0\xbe\x4a\x6d\xea\x26\x0e\xae\x3b\xd8\x21\x4e\x60\x03\x39\x28\x03\xb9\xc7\x46\xc8\x14\x4d\xe4\x51\x8f\x17\x6f\xd7\x89\xf2\xed\xc1\x7a\x50\xea\x99\x5d\x95\x38\x21\x4a\xcd\x81\x89\xac\xb7\x2d\x15\xd8\x0e\xe2\xcd\x7d\x5a\x07\x83\x1e\x09\x3f\x99\xd7\xad\x46\xdb\x3a\x39\x7d\x07\xb0\xe3\x93\xc1\xde\x3b\x05\xd8\xf5\x12\xd8\x27\x27\x83\xbd\xfa\x0e\x60\x9f\x9e\x0c\xf6\xe1\x3b\x80\x7d\x76\x32\xd8\xc7\xa7\x00\x7b\xb1\x04\xf6\xf0\x64\xb0\x9f\xbc\x03\xb6\x09\xd8\x3a\x82\x9f\x2b\x97\xdf\xef\xb4\x3f\x68\xb5\xdc\x75\x7e\x01\x2f\xaa\xea\x55\xa9\xaa\xb5\xcf\xd1\x73\x3c\x41\x5e\xbd\xe1\xbf\xe8\xbd\xe8\x61\xd4\x71\xdd\x0e\x82\x24\xee\xac\xcd\xa2\x71\xb9\x84\xc6\x73\x2a\xbc\xb6\xdf\x69\xb9\x0d\x24\xbc\x75\xbf\x8e\x84\x77\xc1\x9f\x4c\x9c\x56\xcb\xc1\x0b\x11\xb9\xfe\x0e\x64\xfa\x9a\x5e\x58\xd5\x00\x1b\x17\x16\x41\x7e\xf9\x0e\xbd\x39\x04\x8f\x5d\x8d\xf6\x22\xb8\x37\xde\x01\x6e\xef\xe4\xc1\xbf\x7f\x0a\xb0\x17\x66\xd0\x6d\x91\x53\x01\xbf\xf3\x0e\x38\xdf\x3e\x19\xec\xdd\x77\x00\x7b\xef\x64\xb0\xb7\xde\x01\xec\xd6\xc9\x60\xdf\xbc\x43\x0f\xdf\x3d\x19\xec\xb5\x53\x80\x2d\x4f\x97\xbb\xb6\x00\xa7\x21\xeb\xed\xe3\xc2\x79\xf2\xa4\x54\xcb\xce\x49\xf3\xa4\x00\xab\x00\xea\xf6\x49\x08\x97\x90\x7d\x74\x72\x1f\x3c\x3d\x23\xc8\xf8\x64\x90\xaf\x55\x41\xd4\xd6\xf2\x43\x7e\x2c\x43\x14\x59\xb7\x96\xd0\x73\xd5\x79\x93\xa3\x8e\x52\xe6\x67\x0b\x33\x9f\x6f\xaf\x4f\x26\xed\xf5\x52\x99\x0f\x67\xca\xb4\xeb\x4f\x79\x72\xc0\xfd\x4a\x6f\x4b\x89\x96\x9d\xc9\x05\xab\xcc\x67\xd5\xf5\x14\x4f\x1e\x4a\x65\x3e\x2e\x96\x49\x40\xd4\x9d\x56\xab\x65\x39\x2e\x79\x34\x07\x72\x7a\x14\x5a\x42\xfe\xa3\x79\x88\x24\x87\x28\xa5\xec\x9f\x56\x67\xdf\xb2\x50\xb6\xb3\x3f\x57\xb6\xd5\x73\x7a\xea\x99\x8e\x36\x38\xff\xe8\xbc\xe7\x2a\xcb\x28\x52\x96\xe1\xdf\x2f\xf4\x64\xa3\x6d\xfa\xd2\xae\x44\xc9\x45\x95\xa8\x2b\xf4\xe2\x64\x62\xaa\x7a\xa3\x41\xb8\x6f\x78\x7a\x49\x66\x19\x52\xca\x92\x15\x3b\x00\x25\xdb\x0a\xbd\x29\x8f\x64\x1d\x5d\xa4\x94\xc2\x53\x56\x59\x19\x25\x21\xcb\x9b\x39\xc8\x66\x99\x5c\xce\xb4\xf3\xce\x89\xed\x8c\x66\xca\x94\xce\xb0\xcf\xb7\x5b\xad\x52\x19\x36\x53\x06\x25\x6d\xc3\x27\x96\x8d\x4f\xae\x8f\x5f\x24\x8a\x5c\xb4\xca\x84\xd2\xd6\xf8\x9a\x1d\x0d\x83\x80\xcc\xc6\x44\xce\x8c\xc9\x0c\x5e\x33\x75\x8c\xcb\xe3\x5d\x3e\xae\x5d\x4a\x0f\x15\xae\x98\x6d\x04\x52\xab\xb4\xd1\x26\x4e\xdd\xc1\xb8\xbe\xad\x90\x5a\xbb\xdc\x9a\xb4\x88\xd3\x72\xc8\xba\x79\x71\xfe\x72\xfa\x68\x59\x21\x55\x37\x3f\x3b\x83\x28\xf5\x56\x6f\x6e\xf6\x6a\x4e\x33\x38\x29\x7f\x35\xb3\xe9\xcf\x14\x6b\xd7\x63\x95\x90\xce\x58\x55\x32\x9b\xd1\xdc\xaa\x16\xf2\x9b\x61\xb1\x58\x02\xa5\xcc\x6f\xf6\xe6\x03\x9f\xc3\x72\x76\x17\xa0\x53\xcd\x75\x76\xe6\x96\x98\xc7\x78\x0e\xcb\x34\x92\x9e\xef\x2d\xe0\x3d\xdb\x33\xb5\x3c\xe7\x76\xc7\x56\xcd\xc9\xfd\x93\xea\xb1\xd9\x0f\x84\xfc\x74\x85\x9a\x65\x3f\x37\xcb\xec\x67\x3f\x65\x3f\xa2\x3c\xb6\x86\xfd\xc0\x93\x5d\x5f\x19\xb1\x83\x19\x0e\x94\xe6\xb4\x36\x97\xb3\xdd\xaa\x4e\x6a\xf0\xd6\xdc\xa1\x58\xc8\x4b\xee\x55\xf1\xa1\xfd\x8c\x0f\x9d\x54\xfc\xea\xa9\x6a\x9d\xe1\x14\x0f\x67\xb9\x51\x79\x7c\x66\x19\x52\x79\x94\xaa\x10\x9c\xa9\xe9\xb1\xcc\x34\x5a\x9c\x7a\xab\x38\x43\x3e\xb1\xbe\x9d\xb7\xde\xbf\x92\x05\x77\xa7\xf9\xae\x47\x96\x8d\xbd\x8c\x28\x58\xe7\x20\x08\x5a\x9b\x18\x59\x3a\x5d\x30\x67\x56\x56\x8e\x1b\x05\x2a\x98\xf1\x3a\x5b\xe7\x6e\xdd\xd6\xf8\xb0\x36\x1c\x12\x15\x9c\x5a\x82\x93\x47\xe8\xc7\x31\x58\x91\x75\xe9\x38\x51\x26\x22\x03\x3a\x4e\x0d\xf8\xfb\x34\x44\x4e\xf3\xfc\x5d\x07\x93\x91\x4e\xba\xe7\xb7\x1c\x4c\x86\x3a\x79\xfe\x8e\x7b\xfe\x9e\x83\xc9\x9e\x79\x58\x3e\x3f\x72\x30\xd9\x85\x07\xb6\x7c\xbe\xe7\x60\xb2\x03\x0f\x3b\xe6\xe1\x10\x1e\xae\x39\x98\x6c\x43\xea\x33\x07\x93\x7d\xea\x79\x8c\xb4\x49\x9b\x5f\xf0\x89\xc7\xc8\x25\x72\x29\x49\xb5\x2f\x91\x76\x9a\xbe\xd0\x22\x17\xf8\x45\x9f\x78\x11\x69\x93\xcb\x49\xea\x12\xb9\xc0\x2f\x99\x77\x97\xc8\x07\x49\xf2\x42\x8b\xb4\xdf\x87\x74\x40\xda\xe4\xc2\xe5\x24\x79\x81\xb4\x5b\xe9\xeb\xcb\x64\xbd\x9d\xbe\x6f\xaf\x93\x8b\x17\xd6\xe1\x41\x90\x36\x81\xc3\x6a\x48\xaf\x93\xf6\x7b\xeb\xa6\x84\xd4\x75\xc2\x91\xbe\x4f\x3c\x45\xda\x64\xfd\xd2\x07\xeb\xfc\x32\x3c\x5c\x20\xef\xbd\xf7\xde\x65\x78\xe0\xba\xbe\xf6\xa5\x0b\xfa\xc9\xd2\x98\xbc\x89\xe2\xec\x40\x9c\xa1\x18\x6f\xc6\x9d\xbe\x1b\x99\xc4\xc8\x0d\x4c\x62\xe8\x0a\x93\xd8\x73\x95\x49\x48\xf3\xb3\xeb\xee\xb8\xdc\x24\x0f\xdd\x6d\x8c\x6c\x4d\xb9\x03\x94\xa8\x3e\x65\x16\xde\xaa\x56\x43\x8a\xb6\x5b\x98\xe4\xce\x8d\x53\xe7\xbf\xb9\xa7\xa4\xcc\x86\x42\x34\x24\x5e\x53\x84\xa5\x5a\xc6\xf7\x78\x93\xe1\xaa\xa8\xb5\xcb\xdc\x5b\xf7\xa7\x18\x37\x65\xb0\x3b\x50\x68\x9f\x44\xb9\x16\x32\xa5\x74\x3f\x77\x2c\x50\x70\xc3\x24\xd7\x92\xfe\x20\x22\x4b\x29\x4c\x14\xe5\xd8\x65\x3a\x33\x62\x74\xdf\x8b\xd6\xf6\x3d\xd6\x68\xfb\xde\xba\xbf\xb9\xef\x31\xfd\xbb\x16\x75\x58\xa3\xed\x32\x1f\x7b\x6d\xe3\x21\xb5\xe5\x63\x17\x59\x6a\xd4\x85\x6a\x88\xd0\x60\xdb\x1a\x72\x8c\x49\x72\x9c\x8e\x82\xdc\x14\x35\x4d\x8c\x17\x58\x34\x66\x53\xa6\x6b\x0c\x1a\xc7\x67\x51\x17\x1c\xa0\x82\xf9\xe1\x0d\x89\xb1\x3b\x40\xc6\x06\xf1\xa5\x04\x68\xd5\x2e\x16\x14\x91\x74\x80\x30\xb1\xbc\x8e\xd9\x0e\x80\x22\x1a\x6c\x66\x1e\x85\x22\x18\xdd\xd4\x45\x09\x74\x24\x52\xf4\x20\x09\x9e\x87\x3b\xa9\x31\xa4\x00\x5f\x73\xae\xe7\x93\x48\xbf\xcb\xdc\x04\xa8\x14\x8d\x59\x37\x01\x96\x86\x8f\x21\xa4\xce\x4d\x37\x04\x7f\x2c\xe3\x92\x7d\x7d\xb6\x30\x0e\x72\x91\x8c\x03\x12\xa0\x00\x5e\x50\xf8\xc6\xb8\x33\x40\xcf\xc1\xa2\x19\xbb\x63\x0d\x6b\xae\xb5\xee\x98\x54\x32\x27\x8d\x80\x75\xa6\x21\x2d\xf3\xfe\x44\x7b\xf0\xbe\x44\xaf\x38\x79\xc9\xc9\x7d\x4e\x9e\x72\x72\x8e\x93\x0f\x39\xf9\x98\x93\x8f\x38\x19\xe5\x61\x98\xbc\x6c\x74\xd7\xf9\x05\x02\x77\x1c\xa5\x37\xeb\xd8\x2f\xea\xa3\xce\xaa\x52\x82\x8f\x27\xa6\x20\xfe\x19\xd8\x16\xe9\x07\xf0\xfb\xa8\xf4\x9b\xc0\x98\xb0\x05\x51\x2f\x06\x7b\x9a\x1e\x3b\x8c\x09\xa3\xbc\x19\x0f\x22\xa9\x05\xe6\x18\x62\x19\x0d\xb5\x00\x15\x9b\xf0\xd2\xfa\xc3\x3d\xf3\x3c\xa6\x37\x15\x0a\x34\x0f\x3e\x80\xdf\x9e\x7e\x8e\x30\x19\xe8\xe7\x08\x93\xbe\x7e\x66\x9a\x05\x1f\xc0\xef\x50\x3f\xc7\x9a\xf5\x1e\xc0\xef\xae\x7e\x0e\x35\xc3\x3d\x80\xdf\x43\x7a\xc4\xaa\x2c\xfa\x98\x97\xcb\xef\xfe\x94\x5c\xad\xca\x13\x15\xf3\xec\x54\xe5\x09\x3d\x7b\x07\xea\x4f\xc9\xb5\xaa\x5c\x71\x39\x57\xd7\x35\x4e\x89\xdd\xd7\x8a\x70\xfd\xa7\xef\x7e\xac\xc8\xae\xcb\x24\xf9\xd0\x0d\x25\xb9\xed\x9e\x53\xe4\x8e\xfb\x4c\x91\x97\xee\x87\x8a\xdc\x75\x3f\x53\x64\xe8\x3e\x52\xe4\x9e\xfb\x91\x22\xa3\xaa\x3a\x02\xaf\x5e\xd8\xcf\x5f\xa1\xed\x75\x5d\xd5\xeb\xaa\xcc\xed\xfa\xaf\xfe\x6a\x61\xef\xbc\x76\x01\x4f\xc9\x23\xf7\x95\x24\xb1\x7b\x5d\x92\x2d\xf7\x53\x45\xc6\xee\x73\x45\x9e\xb8\x5c\x92\xa7\xae\x94\x64\xdf\x15\x92\x3c\x73\x03\x49\x0e\x0c\xf6\x9f\x9a\x9f\x43\x37\x92\xe4\x33\x37\x96\xe4\xb9\x3b\x96\xc4\x39\xef\xb8\x9f\xc8\x29\xd9\x5e\xdc\xf3\xa9\xac\x72\x42\xe7\x5b\xd9\x16\xf5\x7f\x2e\x91\x9f\x30\x04\x85\x8c\xd9\x28\x74\x25\xe1\xfa\x4f\xdf\x1d\x4a\xb2\xeb\xde\xd3\xa3\xf0\x50\x8f\x42\x4f\x92\x3b\xee\x40\x92\x97\x6e\x5f\x92\xbb\xee\x48\x92\xa1\xbb\x27\xc9\x3d\x77\x57\x9e\x30\x0a\xf9\x5e\xe7\x94\x03\x91\x63\x36\x33\x16\x3b\x92\x8c\xdd\x43\x49\x9e\xb8\xdb\x7a\x2c\x6e\xea\xb1\x38\xd0\x63\xf1\x60\x76\x2c\xb6\xf4\x58\x5c\xd5\x63\xf1\x38\x1f\x8b\xfd\xe2\x58\xd8\x07\x56\xfd\xc5\xe7\x55\xfb\x74\x04\x61\xc7\xe0\xb4\xaa\x70\x99\x53\x75\x68\x57\x18\x4a\xbb\x96\xde\x49\xb5\x0c\xce\x52\xcb\xce\x9c\x5a\x76\x17\xd7\x32\xa4\x3b\x67\xa9\xe5\xda\x9c\x5a\x86\x27\xd5\xb2\x77\x96\x5a\xba\x76\x2d\xb6\xfb\xe9\x07\x99\x4e\xf7\x94\xf4\xdc\x1b\x9a\x4f\xdc\xd0\x7c\xe2\x9a\xe6\x13\x9f\x28\xf2\xa1\xfb\x58\x91\xdb\xee\x1d\xcd\x27\xee\x68\x3e\x71\x5f\xf3\x89\x37\x9a\x4f\xbc\xd4\x7c\xe2\x6e\x91\x4f\xd8\x2d\x18\x2f\x6e\xc1\x88\x76\xcf\xd2\x82\xd7\xee\x75\x45\x1e\xb9\xb7\x15\x89\xdd\xa7\x8a\x6c\xb9\xb7\x34\xeb\xd8\xd2\xac\xe3\x9e\x22\x4f\xdd\xab\x8a\xec\xbb\x0f\x14\x79\xe6\x3e\x54\xa4\x68\x3d\x57\x6a\xae\x84\x37\x53\xf2\xe9\x0c\xde\x56\x26\x01\x6f\xa6\xe4\x50\x77\xc2\x67\xba\x13\x9e\xbb\xaf\x14\x90\xfa\x13\x35\xb5\x05\x4e\x7b\x3d\xcf\x00\xa6\x9d\x90\xf8\xb3\xf7\x7c\x12\x53\xf0\xdf\xd7\x22\xe3\xcc\xfa\x33\x0b\x37\x53\xd8\x52\x4c\x26\xb6\x0e\x7b\x5d\x42\x88\x80\x78\x73\xbc\x81\x2f\xbc\x67\x8c\xd2\x73\x0b\x51\xf0\x07\xc5\x32\xe3\x79\xe8\xe7\x90\xc4\x38\x8d\x4d\x83\x02\xba\xa7\x3c\x91\x14\xba\xaa\x50\xbd\x1e\x63\x1f\x77\x4a\x6f\xdc\x80\x26\x6e\x20\xc1\x23\xb6\xd3\x72\x08\x8a\xa8\xf2\x84\x6f\xc2\xb6\x44\x48\x6a\x99\x87\xb0\x34\x92\x1e\x09\xc1\x1c\x3f\x13\x4b\xab\x30\x60\x79\x58\x11\x5b\x8a\x3e\xb1\xbb\xe8\x40\xa1\xf6\x07\xad\x16\x31\x66\x99\xa4\x0d\xfe\x07\x1f\xa0\x88\x70\x22\x21\xba\x4c\x0b\xaf\x50\x59\x32\x5d\x03\xdf\xd0\x41\x1f\x39\x8f\x9c\x40\x2c\x47\xb8\x2c\x67\x46\xcd\x47\x00\xc7\x89\xab\xbf\xb7\xf9\x85\xd5\xa8\x19\xd7\x91\x73\x17\x32\x74\xa2\xe6\x5d\xb7\x85\xa1\x8c\xaa\xd5\x56\x90\xf3\xdc\x14\xac\xd5\x50\xd4\x7c\x4e\xb5\xd4\x3f\x82\x37\xf0\xe2\x36\x8d\x9a\xb7\xcf\xb7\xd7\xeb\xed\xf5\xd5\xa8\x39\xc2\x24\xb3\x29\x8d\x9a\x43\xc8\x31\xa4\xce\xeb\x14\xf2\x6b\x57\x17\x7f\x6a\x00\xea\x0d\x45\xd4\x7c\xba\xd9\x9e\x4c\xa2\xe6\xd3\x2b\x97\x2e\x14\x9a\xe4\xec\x43\xae\xc9\x04\x45\xcd\x7d\xda\xc6\x24\xc1\x03\x04\x7a\x41\x7b\x0a\x0d\x14\x8a\x9a\x87\x20\x66\xe1\xc2\x79\x86\x16\x5d\xaf\x24\x7b\xf2\xa0\xc3\x93\xdd\xb8\xc0\xae\x9e\x74\xfa\x6b\xac\x12\x63\x06\x24\xc8\x7b\xab\x1a\x09\x50\xc7\x8c\x9a\x87\x54\xcc\xec\xd8\x89\x6e\x82\x28\x2e\x21\x24\x6a\xf6\xb2\x77\x89\x86\x92\xc6\xb3\x7e\x19\x9f\x7f\x0f\xb6\x10\x48\xd0\x6e\x05\x8a\x15\xf8\xdd\xe1\x19\x7e\x77\xb8\xc1\xef\x29\x5f\x8c\x5f\x15\x72\x33\x98\xcd\xa0\x05\x4e\xc0\x90\xf3\x2c\xe9\x57\xe7\x49\x36\xae\xc5\xbe\x76\xc6\xe9\x70\x8d\xcf\xbf\xe7\x26\xf9\x3b\x6d\x3d\x74\x01\x4d\x47\xa1\xd4\xff\x76\xf7\xbb\xdd\xd9\x6f\xa6\xdd\x11\x5c\x2c\x6a\x0c\x53\xa8\x19\x76\xf5\xf7\x56\xa3\xe6\xb3\x06\x0a\xea\x97\xf0\xf9\xf7\x5c\xfd\x5a\xbf\x79\xa2\xdf\x00\xf6\xc9\x94\xcb\xa8\x20\x6a\xde\xae\xd3\xa8\xf9\x7c\xad\xdd\x6a\x4d\x34\xd0\x7b\xf0\x08\x07\x40\x3d\x2d\xcb\x02\x1e\x91\x3d\x07\x1f\x58\x66\x3c\xa9\x1b\x0f\xe0\x52\xe0\xba\x23\xb5\x81\x0a\xb3\x29\xb6\xc1\x36\x63\xe3\x3c\x54\x5c\xa1\x61\x42\x9d\x8d\xb6\x9e\x19\xc0\x91\x20\x44\x92\xc5\x94\x58\xbd\x8e\x8d\x9f\xb6\xf4\x43\xf2\x92\xac\xa0\x88\xee\x7b\xc1\x72\x20\x96\xf7\x54\xa7\xf0\xcd\x0d\x7c\xf0\x0b\x4b\xa3\x64\x81\xca\xfd\xbe\x37\xda\xc6\x6f\x9b\x06\xa8\x27\xbe\x55\x95\xd0\x55\x65\xb9\xd2\x79\x93\x26\x0e\x9b\x07\xf4\x26\x92\xe4\x10\x93\xc3\xe6\xa7\xf4\x26\x12\x26\xd9\xa5\x37\x91\xd2\xc9\xed\x24\xc3\xb6\x4e\x9a\x0c\x90\x34\x19\xb6\x31\x49\x4d\xb3\x67\x37\x27\x37\x93\x48\x57\x87\x96\xb2\xd1\x22\x8b\xef\x29\x51\x53\x32\x62\x32\xe6\x15\xc0\x0e\x12\x60\x2b\xed\xb3\x40\x1b\xab\xee\xad\x93\xd0\xdb\x3e\x23\xc0\x87\x27\x61\xd8\x3a\x03\xc0\xe9\x14\x1d\xa5\x5b\x38\xd7\x39\x7f\x40\x96\xcf\x7f\xea\x10\xfd\xc6\x75\xce\x37\x86\x6b\xe7\x1b\xbd\xb5\xf3\x9f\x39\x44\x99\xef\x8d\x3b\xee\xf9\x7b\xee\xf9\xad\xe5\xf3\x23\x87\x24\x7b\x3b\xd7\x73\xae\xde\x73\x88\xf3\xf0\x9e\xe3\x13\xbd\xc7\x73\x3d\x67\x6b\x2c\x7a\xec\xd0\x21\xce\xbd\x28\x49\x3c\x1e\xf3\xd8\xa4\x9e\xf1\x9e\x48\xd3\x8f\x07\x63\x99\x24\x6f\xc9\xc0\x24\xb6\x98\x1a\x4b\x9d\xf4\x49\xb6\x51\x34\x20\x0d\x3c\x03\xcc\x00\x32\x20\x4c\x69\x53\xd4\xf1\x89\xd9\x50\xba\x9e\xf3\x11\x13\x63\x26\x01\x38\xdf\x91\x49\xf2\x1e\x93\xdd\x81\x43\x9c\xab\x23\x19\x84\xf0\xac\xdf\x7e\x34\x16\x1c\x7e\x42\xfd\x74\x75\xbc\x3b\x8e\x95\x06\xc8\x47\x8a\xc3\xb9\x11\x71\x1e\x74\x55\x64\x52\xf7\xa3\xbd\xf4\xe5\x0d\xde\x35\xc9\x04\xd9\x7b\x56\xdd\xa6\x5e\x53\xa5\xa9\xd0\xae\xce\xd4\x66\x2a\x33\x35\x99\x3a\x0c\x7c\x03\x1a\x6c\xf2\x47\x8a\xf6\x55\x6a\x95\xdf\x57\x4d\xa0\x50\x32\x84\xb7\x19\x7d\x11\xf3\x00\xb4\x01\x4a\x6c\x77\x65\xb5\x5d\x51\xba\x0a\xbc\x83\x86\xa8\x65\xa7\x62\xdd\x7b\x9c\x42\x37\xb4\x60\xad\x62\x5f\x99\xa4\x06\x2b\x27\xe9\x8f\x9e\xa4\x40\x9a\x5b\xae\x90\x5b\x92\xde\x95\xe4\x8d\xa4\xe8\xae\x3c\x49\x59\x36\xb9\x87\x59\xd8\xee\x6f\xd5\xf0\x20\xdf\x0a\x82\x62\xef\x35\x49\xdf\x48\xf2\x44\x52\xf4\xe6\x24\x5c\xd3\x1b\xa0\x53\x60\xfa\x2d\x18\x17\xd8\x97\x54\x80\xe9\x6d\x49\x9f\xc8\x5c\xa2\x7e\x5a\x7d\xee\x34\x56\xe4\x96\x24\xcf\x39\x89\x15\xb9\x26\xc9\x6d\x99\x9c\x3b\x0d\xad\x73\xa7\x4c\x8f\x33\x3b\x77\x2a\xbd\x99\x39\x77\xca\xb4\x21\xe4\x6c\x1c\x2a\x08\x70\xd8\x26\x31\x7d\x48\xc2\x82\xa7\xb7\xf1\x1c\x07\x10\x81\x1b\x23\x73\x01\xd2\xbc\xe4\x22\x45\x91\x00\x97\xed\x78\x55\x92\xb0\x53\x1d\xff\x15\x9c\x28\xda\xda\x8a\xdd\x39\xfe\xa0\x12\x5f\xcb\x4b\xf3\xce\x44\x91\x27\x89\xf0\xa9\x22\x31\xe5\x10\x5f\x88\x8c\xb1\xeb\xc5\xa8\x85\x49\x8c\xda\xd8\x9f\xe6\xa7\xb2\xe5\x93\xd6\x60\x91\x2d\x7f\x44\x98\x4f\x03\xc2\xa9\x40\x11\xad\x47\xe0\x94\x07\x31\x5a\x67\xe0\x22\x0c\xee\xe4\x5a\x6e\x7b\x0d\x46\x1e\xaa\xd4\x05\xe0\xf0\xf1\xf4\x8e\xd8\x42\xf0\xe0\x36\x86\xe0\x4a\xe3\x42\x24\xf4\xd3\x86\x9a\x82\xd2\xb1\x2e\x6d\x4c\x6a\xbb\xe8\x01\x4e\x1f\x8c\xef\xb9\x2e\xda\xd2\x6f\xce\xe4\x51\x3b\x30\x70\x03\x2b\x72\x53\xde\x57\x02\x7a\x25\x40\xd0\x25\x01\xaa\xee\x0f\x4b\xea\x3a\x27\x4f\x8e\xb4\x56\x8c\x2c\x5f\x7c\x3c\x7b\x68\xb5\x67\x19\x4d\xd3\x47\x48\x13\x38\x7a\x78\x0a\x5f\x8e\x80\xe7\x33\xe0\x8b\x24\x5a\xe8\x78\xf3\x43\x69\x7b\x60\x7d\x2d\xdf\xc1\x05\x2b\x54\xf6\xa1\xac\xf2\xc1\xba\xb8\xee\xcf\xa4\xed\x67\x14\xea\x3e\x5d\x65\x9f\xc9\x45\x9e\x46\x17\x57\xfa\xb1\xb4\x3d\x63\x9e\xa1\xd2\x8f\xe5\x22\xdf\x98\x8b\x2b\x7d\x64\xb1\xc3\x8f\xe5\x99\x3c\x63\x7e\x94\xe3\xeb\xf9\x44\xd9\x91\xf4\x64\x1a\x7e\xdf\xf2\xe5\x92\x79\x81\x41\xa8\x18\x4b\x50\x92\x36\x6e\xb4\xf1\x5a\x16\x1f\x51\x6f\xc3\x72\x37\xf8\x65\x7e\xa2\x16\x3b\x99\xc9\xdc\xc4\x2f\xf1\x19\x27\x33\x6a\x8e\x93\x19\x5e\x76\x32\xc3\x6d\x27\x33\x72\x4a\xe4\x3b\xb0\x0d\xdb\x61\x7e\xc9\x12\xdf\x5a\xb1\x40\xd1\x5c\x33\x54\x7a\x45\x21\x51\xec\x03\x70\xd2\x5f\xe1\x55\x26\x9f\xe6\xd6\x45\xd5\x51\xa2\x2a\xa8\xea\xed\x29\x49\x20\xe6\x0e\x87\x98\xee\x68\xb1\xa6\x0c\xcc\x39\xc4\xf4\x91\x44\xf9\x6a\xc7\x2d\xd2\x91\x95\xa4\xf3\x69\x7a\x77\x9f\x85\x89\x82\x3b\x2d\x4e\x38\x7d\x60\xfc\x21\x99\x5b\xfd\x16\x11\x34\xbf\x48\x22\x81\xf1\xdf\x58\xf0\x1b\x03\xbe\xeb\x05\x86\x80\xd1\x26\x98\x34\x47\x70\x2f\xe6\xd5\xeb\xb2\x22\x2a\x65\xb6\x71\xa8\x5a\xf6\x44\xa3\x6d\xdb\xd3\xf3\x55\x2a\x2c\x1f\xd4\x91\xa7\x7c\xc4\x8b\xae\xef\x9f\x57\x2c\xcf\x84\x91\x98\xb6\x48\x48\x9b\x97\xc8\x98\xb6\x49\x97\xb6\x49\x8f\x3e\x24\x83\xc2\x5a\xdd\x9f\x13\xc8\x81\xb9\x88\xd3\xe6\xa5\x3a\xd2\xcf\x11\xe2\x18\x37\x14\x5e\x45\xdd\x55\xbe\xd9\x5d\x55\x1d\xe1\x06\x98\xf4\xd0\x60\xce\xb2\x0d\xfe\xe4\x6d\x5e\x3b\x5a\xbc\x6c\x93\x60\xf1\xc2\x4d\x02\xbd\x74\xf7\x28\x8c\x58\xf2\x02\x93\x3e\x76\xbd\x9e\x5e\xc1\x7b\x7a\x5e\x93\x5e\x61\x1d\xef\xcf\xcc\x3b\xb6\x68\x1d\x8f\x49\x48\xc6\x3e\x65\x84\xd3\x08\xc5\xb4\x1e\xeb\x65\x2b\x42\x21\xad\x87\xe0\x2c\x1f\x8d\x69\x7d\x8c\x89\xc8\xd6\xb0\xe6\xa5\x64\x11\x0b\xa8\x02\x99\xc6\xbc\x92\x0d\x85\x49\x97\xaa\x4d\xde\x69\xb4\xdd\x36\xe0\x68\x60\x4f\x49\xff\x2c\x8b\xfe\x00\x16\xfd\x3e\xc4\xe2\xef\xbf\xc3\xec\xed\x51\x28\xdd\xd3\xa5\xcd\xec\x1d\xe9\x45\xbf\x6f\x2f\xfa\x23\xbd\xe8\xf7\xcf\xb6\xe8\x33\x03\x97\x59\x8b\x7e\xde\xb1\x11\x74\x20\x43\xd0\x7b\x0c\x41\xd7\x31\xf4\x4e\xfd\x66\x51\x37\x17\xd6\x42\xfd\xfc\x4c\x0b\x35\x17\xa7\x58\x42\x94\xb0\x17\xea\xe7\x85\x85\xba\xd9\x26\x67\x59\xab\x95\x38\xfb\x5a\x2d\x85\xbd\x56\x3f\x3f\xfd\xb2\x29\xc5\xbb\xaf\xd5\x42\xd8\x6b\xf5\x19\x2a\x15\xe2\xdd\xd7\xea\x82\x43\x31\x71\x9a\xb5\xfa\x49\xb2\xf4\x4c\x49\xf9\x2e\xc2\x19\xc7\x7c\x39\x56\x32\xe8\x2a\x67\x49\x36\x25\x04\xb5\x68\xf6\x90\x22\x4e\x57\x72\xa6\xb8\x43\xd0\x6c\x13\x76\xb8\xde\xa7\xda\xf9\x22\x59\x99\x31\xb4\xf2\x85\x51\x97\x85\x95\xb9\xb6\x6d\x70\x43\xa6\xba\x03\x5e\x0d\x6e\x64\xe5\x13\x6c\xc8\xe3\x11\xeb\x56\x63\x18\x55\xe5\x8c\x2b\xb3\x06\x56\xd6\x51\x04\x2c\xa2\x32\xdf\x01\x9f\xcd\x58\x0d\xf1\x81\x9d\x33\xe6\x21\xef\xaa\xca\x7c\xbb\xb3\xf9\xae\x86\xd5\x5d\xb4\x35\x9b\x35\x88\x44\x65\xd6\xbd\xd9\xac\x73\x46\xa7\x5b\x91\x71\x1e\x02\x7d\x3b\xaf\x3a\x0c\xab\xbb\xfd\xae\x95\x6b\x3f\x10\xbd\x68\xbf\x32\xdb\xcb\x69\xe2\x1b\x54\x50\x67\xa0\xd4\xc8\x5d\x5b\xdb\xdf\xdf\x6f\xee\x5f\x68\x46\x72\x77\xad\xfd\xc1\x07\x1f\xac\x1d\x0c\xd4\x30\x74\x48\x40\x8f\xe2\xbd\x5d\xb7\x22\xd7\x7a\xab\xd5\x5a\x8b\xf7\x76\x1d\x02\x59\x5d\x41\x0e\xc2\x40\xbc\xaa\xca\x6a\x00\xea\xaf\x0e\x39\x18\x86\x55\x59\x3e\xbd\x77\x57\x67\x7b\x7f\xcd\x22\xab\x83\x61\x28\xe2\xb9\x55\xc3\xd7\x35\x67\x4a\xa2\x2a\xa5\x12\x38\xc6\x94\x54\xe5\x41\x46\x5d\x27\x0f\x88\x70\x85\xb6\x6a\x35\x07\x20\x38\x2b\x94\x6a\x69\xc9\x8a\x33\x8a\x0b\xb1\xbd\xc1\x20\x84\x04\xcd\x01\x8b\x1f\xec\x8b\x87\x32\x1a\x71\xa9\x20\x5c\xfc\x11\xe0\xe9\x06\x9e\xf2\x09\x4c\x2e\x97\x4f\x5d\x3e\xb5\x03\xf3\x54\x46\xf8\x37\x28\x42\x14\xce\x68\x5f\x70\x79\x23\xea\x02\xd7\xd0\xf8\xea\x97\x59\x17\x3c\xf9\xe4\x4e\x86\x32\xa5\x54\xd4\x6a\x7a\x3f\x69\x32\xdf\x0c\xb9\xfe\x29\x64\x86\xab\x3d\xd5\x34\x8c\x23\xc9\x80\x38\x38\x3d\xb7\x5f\xdd\xdf\x42\xb2\x18\x10\x21\xae\x46\x34\xdd\x29\xcc\x60\x3a\x03\x8f\x37\x01\x07\xc2\x9b\xd0\x11\x78\x0a\x8e\x89\xc2\x8a\x91\x89\x72\x97\x5b\x48\x99\xdc\x9d\xd8\x65\x18\x29\x3c\xb5\xcf\x5e\xf0\x11\x80\xe8\x56\xaa\x95\x25\x31\x6f\xc6\xee\x1c\x64\x5f\x8f\xb9\x3c\xdc\x4a\x66\x94\x16\xa1\xa7\xa4\xca\xcd\xbc\x13\x81\x60\x9e\x2b\xf4\xf1\x5a\xcd\x31\x12\x82\x13\x88\x65\xde\xe1\x6e\xc1\x8b\x9c\x85\xe0\x20\xab\xd1\xf3\x01\xd1\xfe\x22\x44\x07\xa7\x42\xf4\x6a\x18\x1a\x5c\x2b\x65\xab\x39\x10\x0c\xbb\x06\x4f\xb7\x16\x7a\xc3\x93\xfc\x8d\xdb\xc5\x34\xfa\x7b\x33\x31\x26\xfb\x81\xe8\xe5\x00\x77\x67\x62\xe2\xca\x38\xa5\xc1\xeb\x83\x20\xec\x01\x94\x9d\x0a\x28\xa1\xe2\xd6\xb1\xdf\x61\x09\x4e\x57\x97\x95\x5c\x40\xf1\xed\x79\x3a\x84\x66\x7b\x92\xee\xc9\xec\x71\x30\xe1\xa1\x8e\x66\x49\x94\xf2\xd2\xe4\x9a\x99\x5a\xe0\xd3\x3c\x7f\x34\x19\xb6\x05\x3f\x50\x26\xc8\xbb\x79\x1e\x31\x09\xd0\x92\xc7\xed\x1e\x53\x6c\x7b\x9b\xaa\xe9\xbe\x15\x59\xf8\x08\x44\x16\x39\xd6\xa3\xe8\xee\x13\x36\x1a\x71\xd1\x83\x6e\xa9\x52\xd3\xb1\x01\x37\x03\x11\x73\xa9\xae\xf1\x7e\x24\xc1\xf1\x5e\x86\x04\x9e\x12\xfb\x9b\x5b\x7d\x3c\xbe\x08\x14\x9e\x92\x02\x7d\x9d\x88\xcb\xcc\xb4\x21\x65\xfa\x3c\x1b\x88\x94\xa0\x61\xa9\xb9\x79\x3a\xa2\xe6\x36\x19\x1f\xd8\xea\x8b\xf9\x3d\x66\xba\x25\xcc\x6e\x31\xc7\x59\xf4\xc4\x8d\x78\x73\xbc\x51\xaf\xc7\x18\x31\xaa\xbc\xd8\xc7\x1d\xc4\xf2\x51\x83\x78\x8a\xc2\x8b\x7d\xca\xb0\x2b\xf5\xaf\xa6\x2e\x4d\x43\xfa\x8b\xd9\x2c\x6f\xc4\x9b\x61\x01\x42\xad\x86\x02\x53\xa4\xe2\x72\xd5\x6c\x51\x0d\x73\x83\x0d\x12\xe9\xd2\xc4\x7c\x9d\xf4\x72\x04\x07\x19\x82\xa4\x6f\x6d\xb8\x7b\xa6\xca\x98\xb6\x36\xe2\xcd\x9e\xa9\x35\xcc\x6a\xed\x43\x6c\x46\xca\x8c\xab\xff\x90\x84\x59\x43\x48\x0c\xf6\x25\x0e\xe9\xea\x65\x09\x8d\x71\x07\x30\x0c\xdd\x6e\x33\xe6\x0a\x8d\x49\x88\x6d\xc8\x03\x80\x9c\x41\x32\xad\x25\x31\x84\xc2\x75\x08\x0a\x13\x15\x9d\x31\xc6\x1d\x04\xbd\x63\xd7\x95\x04\xa1\x6c\xf6\x78\xc8\x15\xd7\x99\xe6\xf5\x5c\x75\x33\x0c\x6c\xdd\x16\x4c\x29\x0d\xd3\xde\x0c\x6d\x53\x89\xc2\xe5\x41\x5a\xb1\x65\x13\x51\xb4\xf9\xd8\x54\x7a\x73\xc5\xaf\xa8\x8e\xfe\x0b\xdb\xb1\xfb\xec\xbe\x65\x03\x51\x4d\x60\x40\xa7\x92\x0f\xa3\x3d\x7e\x55\x29\x19\xec\x8c\x8d\x0d\x80\x65\x05\x71\xfa\x82\x95\x6b\x5e\x06\xe8\x71\xb5\xfe\x4b\x02\x2a\xe6\xca\x42\x80\x14\x8e\x40\x3e\x39\x75\xc9\x59\x0c\x8a\x90\x5e\xcd\x83\x94\x04\x4c\x4d\xf6\x2d\x1a\xae\xb5\x6f\x59\x4a\x5d\x59\xce\xe9\x2d\xb7\xaa\x05\xd2\xae\xf7\xfa\xb7\x5f\x6f\x45\x67\xcf\xe2\x51\xd1\x1f\x32\x59\xdc\x5e\x56\x7a\x6e\x2a\xae\x0f\xb5\x5a\xe9\x45\x33\x71\x2b\xff\x34\xe0\xfb\x93\x09\xcf\x04\xaf\x5a\x8d\xc3\x63\xfe\xd5\x62\x58\x37\x16\x50\x10\x48\xed\x49\xd3\x32\x31\xb2\x40\x7f\xf7\x4b\x1a\x6a\xd5\x10\x62\xae\xf2\xe2\x46\x7f\xcd\x52\xe7\x9e\x0f\x22\x09\x67\xbb\xb0\xff\x45\x67\x11\xaa\xee\x5c\x2c\x44\x11\x8b\xbb\xc5\x09\x9b\x14\xd9\xcd\x8b\x3c\x65\x21\xc4\x16\x9b\x4c\x5e\x26\xe6\x59\xd7\xa3\xe1\x68\xac\x78\x6f\x4b\x67\xd5\x10\xc7\x61\x88\xab\x8a\x58\x06\xee\xd5\x9d\x6d\x18\x15\x2c\x4b\x1e\xf7\x2d\xac\xde\x2c\x9a\x5b\x1e\xf7\xa9\xb2\x32\x5f\xfb\x66\x64\x5c\x44\xc2\x4d\x6b\x90\x56\x0d\x4f\x0a\xc4\xa8\x64\x30\x44\xb8\x19\x8f\xc2\x40\xa1\xb5\xcf\x27\x2f\xe2\xfa\x9a\xd5\xd6\xdb\x85\xcc\xdd\x90\xc5\xf1\xdd\x20\x56\x93\x89\x66\xc3\x4f\x0b\xa6\x4c\xfa\xe9\x28\x91\x23\xa2\x1e\xcf\x44\x17\x10\x76\xe8\x13\x73\xfb\x9e\x4f\x5f\x07\x80\x39\x78\x32\x71\x6c\x87\x2c\xaf\x4d\xfb\xf3\xe3\xe3\xdb\xc6\x8d\xb2\x39\x39\xce\x03\x5b\x88\xcd\x60\x03\xcb\x26\xeb\xf5\x10\x68\x12\x5a\x57\x61\x67\x83\x60\xa8\xad\x0c\xe4\x59\xf5\x18\xbf\x36\x1d\x5f\x98\x3d\x1f\x56\x67\x3d\x57\x91\xf5\xb3\x79\x83\x8b\xe6\x8c\x6b\xe7\xb5\x7b\x0e\x57\x00\xfa\x38\x9d\x9a\x8a\x1f\xa8\xeb\x91\x00\x77\xd1\x8e\x6d\x64\xbe\x80\x21\xd8\x65\xec\xa8\x7e\x1f\x2d\xda\x36\xf2\x39\x84\x37\x03\x31\x35\x3a\x71\x1c\xd7\xa6\xeb\x4f\xd3\xda\x03\x21\xb8\xbc\xfd\xf8\xde\xdd\x02\xbe\xcf\x17\xe0\x9b\x97\xb0\xb1\xe5\x95\x81\xf9\x4e\x85\x6e\x0e\x70\x0e\xb2\x8a\xa7\x75\x6b\x89\x78\x2b\xd8\x09\x03\xb1\x5b\xab\xc1\x1b\x23\x70\xde\x8f\x7a\x50\x45\x2a\x6f\x43\x45\xc5\xb8\xbf\x09\x84\x91\xe4\x7b\x41\x34\x8e\xe7\x42\x29\x88\xcf\x80\x6f\x39\x07\x6c\x7a\xa0\x9a\x62\xd8\xe0\xc2\x7e\xcf\x32\x5d\xcf\x43\xec\x95\x20\x2d\x71\xbd\xdc\x18\x8a\xaf\x44\x3b\x2a\x15\xed\x86\x91\xe0\xba\x24\x5a\x01\x93\xac\x32\xbc\x54\x14\xef\x54\x6f\x28\xac\xde\xc3\x76\x14\x01\x36\xbf\x9a\xd6\xb7\x58\x4d\xcc\x4f\x66\x75\xe6\x06\x6e\xf6\xbc\x00\x8e\x71\x78\x7e\x8c\xd3\x2c\x1f\xe3\x58\x87\x37\xb2\xde\xc6\x85\xe0\x38\x12\x63\x72\xa4\x77\x68\x2e\x27\x9a\xfd\x69\xe2\xb2\xef\x73\xaa\x23\x7c\x16\x4e\x68\xb6\xb7\x23\x01\xda\xc1\x16\x27\x4b\x82\x61\x43\x8c\x9f\x8c\x91\x09\x88\x8f\x2b\xb0\x04\x8d\x6a\x62\xa2\x54\xd5\x6a\x12\x7e\x57\x68\x12\xb6\x6a\x32\x91\xb0\xeb\x5c\xa1\xc9\xf6\xb3\xa3\xbc\x7a\x3d\xf0\xa9\x74\x2d\xc9\xe7\xe6\x1e\x17\x4a\xf3\x77\x2e\xb8\x44\x06\x04\x91\xcd\x30\x79\x43\x64\x33\x1a\x69\x54\x63\xbc\x51\xaf\x07\x9d\x14\x07\xfa\xff\xb2\xf7\xef\xdd\x4d\x23\x5b\xe2\x30\xfc\x7f\x3e\x45\xa2\x87\x57\x4f\x95\xb5\xed\xd8\xa1\xe9\x39\x47\xa1\xf0\x0b\x21\x34\x74\x13\x42\x93\x00\x4d\xfb\xa7\x5f\x96\x62\x97\x63\x11\x59\x72\x97\xca\x89\x4d\xac\xef\xfe\xac\xba\x49\x25\x59\x76\x42\x77\xcf\x99\x33\xb3\x66\x2d\x16\xb1\xea\x7e\xd9\xb5\x6f\xb5\xf7\xae\xc8\xb7\xe8\x8e\x1c\x7a\x5e\x7b\x7e\x74\x2b\x73\x20\xf0\xb2\xa9\x58\x53\xab\x35\xe8\x12\xa8\x92\x26\xd4\x49\xa9\x8a\xc7\x38\xcf\x11\x57\x0f\xca\xe3\x42\x68\x93\x86\xa7\x91\x6d\x6d\xea\x79\x21\x8e\xc6\x08\x25\x24\x1a\x84\x81\x7e\xeb\xc6\xac\x94\xeb\x26\x72\x81\x88\x59\x29\x6c\xcb\x9b\x4d\xeb\x94\xa8\x75\x4a\xca\x75\x4a\x8a\x75\x52\xe3\x0b\x47\xa3\x7b\xaa\x90\xb4\xac\x44\x98\x32\xf0\x46\x49\xe7\x46\x30\x1f\x84\x6b\xbc\xb5\xd6\x8c\x1a\x31\xa4\xc0\x04\x81\xd3\x10\xa7\x9b\x16\x60\xa7\x26\x00\xb2\x15\x9f\x83\xe9\xcc\x4f\x41\x77\x25\x63\xce\xf7\x23\x63\x78\xef\x17\xdb\x40\x06\x49\x50\x7b\xf0\xd5\x76\xbe\xf8\x8a\xf4\xc3\xe0\x47\xf3\x8c\xa7\x53\x39\xaa\x9d\xf2\xed\xe1\x42\xb1\x15\xf5\x23\x29\xb0\x45\x32\xc6\xa0\x8f\xd4\x5b\xe2\x55\x65\x9e\xa8\x8b\x1c\xf9\xc7\xc1\xc0\xfa\x28\xea\x44\x49\xc4\x55\x3a\x07\xd6\xb9\x9c\x5f\x5e\xc6\x34\x03\xd6\x19\x86\xc9\x90\xc6\xe1\x65\x2c\x7a\xef\x8c\x28\x0f\xa3\x98\x30\xfd\x03\xfb\xd5\x8a\x7b\x3d\xd8\xeb\x61\x0c\xb4\x33\x8a\xb2\x59\xc8\x87\x13\x95\x13\x55\x1f\x94\xdd\x40\x91\x8d\xaa\x5c\xa3\xe4\x9a\xb8\x34\xf9\x8e\x7a\xcd\x94\x08\xe7\xf9\x27\x5b\x93\x13\x8e\xaa\x3a\x1b\x8b\x77\xb2\xde\x7c\x78\x2a\x11\x8f\x95\xa5\x3c\x23\x30\x94\x7c\x57\x55\x48\xd2\x5c\x96\xcd\x8a\x69\xc7\x89\x5d\x47\x59\x18\x48\x80\x6e\xb0\xc9\x6d\x1e\xc0\x0e\xd7\xc8\xcf\xca\x15\x08\x55\xcc\x57\x7a\xed\xfe\xd9\x71\x0c\xd3\x84\x87\x51\x92\x6d\xd6\xf4\xd4\x87\xf2\x8c\x74\xb5\x8a\x67\x4c\xc9\x40\x90\x40\xcb\x53\x7b\x46\x2d\x05\xdd\x85\x7c\x3c\x2a\x2b\x38\x52\x45\x59\x32\x62\x85\x96\x98\xda\xd4\x94\xde\x8a\xfa\x83\x41\x01\xa9\x35\xe5\x77\x10\xc0\x98\xe2\x7c\x46\xad\x0d\x9c\xd2\x4d\x7a\xb9\x19\x05\x75\xc9\x52\x99\x5a\xc3\x43\xdd\xea\x15\x6e\xe9\xb2\x5c\x98\x4f\x98\x7d\x50\x33\x90\x37\x0b\xc5\x2b\x78\x56\x48\x45\x71\x18\xbb\x87\x91\x7c\x0f\xaf\x44\x7d\xca\x88\x81\x0f\xa2\x00\x62\x92\x95\x4a\xab\x64\x10\x05\x56\xed\x18\xc3\x88\x74\x0f\x47\x52\xff\x34\xc2\x28\x25\xd9\x60\x24\x35\x41\x21\xd1\xc8\x36\x85\xb4\x54\x02\x8d\x20\x93\x77\x15\x8e\x49\x31\x8e\x2a\xb6\xc6\xab\xc4\xc9\x30\x1f\x8c\x02\x12\x96\xee\x59\x6a\x79\x93\xea\x66\xe0\x1c\x8a\x9b\xb0\xca\x42\x51\xd2\x80\x57\x68\x7f\xbb\x52\x6f\x3b\x13\x58\xd1\x92\xf3\xfe\x20\xf0\x47\x48\xbe\xf5\x4f\xb1\x2f\x81\xfc\x21\xab\x3f\x08\x20\x12\xff\xa5\xa4\x7b\x98\xca\x85\x4f\xb1\xad\x28\xe4\x83\xb4\xb6\xec\xdd\xc3\xb9\x5c\xe2\x39\x46\x21\xc9\x06\x73\xe5\xfe\x64\x9c\x9b\xe4\x3a\x87\x50\xae\x21\xcc\xa5\xa3\x93\x46\xce\x21\x5e\x5f\xc0\xa8\x58\xb4\xed\x3a\x5f\x55\x06\x99\x5b\x81\xab\xad\xaf\x83\x96\xf7\x89\x25\x9d\x2d\xd4\xe5\x52\x0a\x41\x8d\x1b\x42\xfd\xa9\x7e\x76\xdd\x1a\x12\xa3\xc9\x3d\xa3\x7a\x1e\xc7\xc5\xc0\x96\x0f\x1b\xd8\xe5\x9f\x1d\x98\xba\x14\x78\xd8\x31\x9c\xfd\xad\xc7\x50\x1d\xc2\x8c\x84\xa5\xff\x8b\x3c\x84\x83\x40\xc3\x45\xa6\xe0\x22\x25\xa1\x82\x8b\xa6\x73\x37\x87\x10\xbb\x6e\xac\xe0\x21\xbd\xff\x3c\x89\x6a\x35\xf5\xfd\x36\xcb\x39\xeb\xca\x49\x1e\x98\x33\x75\x55\xcb\x08\xef\x9f\xfa\x0b\x48\x48\xa5\xfd\x82\x67\x53\x4b\xb2\xb3\x71\x21\x8f\x2b\x0b\x59\xc6\x87\x85\xd0\x5a\xb9\x14\x43\x56\xfd\x8c\xab\x9f\x6a\x95\x52\xb9\x4a\x77\xea\x82\x2e\x19\xcc\x03\x98\x90\x48\xfc\x19\x17\x6f\x4d\xc2\x8c\x8c\xcc\x69\x1a\xc2\xd0\x75\x87\xf6\x02\x26\x18\xc3\x94\xcc\x4c\xd9\x1b\x79\x0c\xad\x9e\xa6\x18\xae\xe4\x16\x54\xd3\x2e\x49\x5c\x4d\x1b\xe3\x1d\x86\x86\x30\x81\x1b\xb8\x82\x4b\x98\x01\x2f\xa7\xb8\x84\x0b\xb8\x25\x5d\x38\x21\xdd\xc3\xdb\xa7\xd3\x43\xcf\xbb\x15\xdc\xe6\x92\xdc\x0c\x6e\x03\xc5\xcd\xdf\x3e\x23\x27\xae\x8b\x4e\xc8\xad\xd7\xc3\x87\x7b\xe8\x82\x5c\x0d\x4e\xc4\xb6\x7b\xde\xc9\xd3\xe9\x21\x3e\x5c\xea\x0b\xa1\x8b\xd5\x4a\xca\x76\xda\x2c\x4b\xbf\xb4\x33\xa3\x28\x14\x53\xe9\x5c\xd0\x84\x53\x46\x32\x81\x35\xe8\x22\xe2\x24\x86\x30\x07\x99\xd8\x70\xf3\xa7\xab\xaa\x6d\x93\x85\x56\x2b\x7b\x0f\xa5\x28\x74\x81\xd7\xe0\x48\xb4\x7c\x6f\x73\x8b\x88\x3f\xac\x35\x41\xf5\x37\xb8\xf4\xca\xa2\x72\x60\x08\x6b\xf8\x12\x92\x8e\x4c\x5d\x44\x65\xdc\xb0\xdd\xa4\x99\x26\x50\xc1\xc2\x26\x5a\x2c\x47\xd4\x73\x1c\xe3\xa9\xca\xe5\x2b\xae\xf2\xcd\xd3\xe2\xd1\xa4\xd4\xa8\x7e\xb0\x2f\x1f\x39\x4a\x5c\x37\xea\x27\x9d\x29\x65\x57\x14\x45\xb8\x93\xb2\x91\x18\x88\x1f\xe5\x20\xd3\x2a\x78\x43\x1c\x24\x54\x89\xd7\x33\xa3\x18\xf3\x09\x4b\x6f\xe5\xc2\x1c\x33\x96\x32\xe4\x44\xc9\x4d\x18\x47\xa3\x5d\xd9\x80\xb3\x05\x9f\xd0\xe2\x77\x69\x2c\x09\x51\xe1\x24\x67\x22\xbd\x48\xfb\x46\x88\x70\xe5\xf0\x24\xe2\xf0\x74\x0f\x33\x79\x3c\xb2\x02\xed\xc4\x30\x97\x77\x21\x30\x24\x4c\xfc\x19\x91\x79\x79\x2d\x14\x9a\xab\x14\x73\x21\x04\x63\xd2\x3d\x1c\xcb\x5b\x94\x31\x46\x31\x99\x0f\xc6\xc1\x6a\x35\x1c\x8c\x25\x95\x9a\x0c\xc6\x01\x89\x8b\x8b\xaa\x44\x76\x24\xdb\x10\x3d\xd4\x30\x51\xb8\x81\xb2\x47\x69\xb2\xe1\x3e\x3a\x07\xb9\xd8\x76\xae\x99\x05\xad\xae\x14\x17\xd2\x2f\xb3\x5f\xb8\xe5\x4f\xd9\x61\x31\x67\x21\x4a\xd2\x01\x0f\xac\x38\xd4\xed\x1e\x84\x24\x1a\xa4\xc1\x61\xbb\x9d\xca\x07\x9d\xa4\xdc\x97\x2a\x06\xc7\x75\x7f\xf8\xbf\x49\x67\x98\x4e\xc5\x60\x8d\x0a\xfe\x7d\x9a\x45\x5c\x99\xe6\xb9\x6e\xb8\x51\x57\x93\x40\x28\x37\xa2\xf4\x59\x93\x53\xc9\x52\x56\x65\xf5\x4a\xb5\x92\xfd\x6a\xc2\x2e\x77\x5d\xd6\xa7\x88\x97\xf8\x89\x95\x4c\x93\xbf\xc7\xdb\x7b\x2c\xa7\xab\x15\xa2\xe4\xc4\x36\xa7\xad\x2c\x47\x52\x42\x48\x54\x85\x08\xc5\x96\x24\x92\x2d\xa9\x5c\x60\xb2\x35\xbe\x44\x2c\x46\x95\x1d\x1c\x92\xee\xe1\x50\xf2\x2a\x43\xc5\xab\x0c\xe5\x6a\xcd\x07\x43\xc9\xc8\xcd\x95\x79\x34\xc7\x79\x75\xe3\xa3\xda\xc6\x9b\x23\x94\x83\x40\xc7\x7e\x8d\x3f\xa3\xe5\x4b\x6e\x83\x6e\xb0\x66\xc1\x3a\xe8\x06\x0a\x03\xd0\x66\x4b\x37\x50\xab\x2d\x44\x8d\xac\x01\xac\x6a\xd4\x0c\xab\x92\x0f\x82\xb0\xae\x0d\x60\x5c\x12\x73\x5e\x42\x98\x82\xaf\x88\x74\x21\x25\xe6\x81\xd4\xc3\x48\x9e\xbd\x48\xbf\xae\x26\x69\xfb\x4e\x34\x46\xa1\xa1\xad\x61\x6e\x6b\xea\x20\x8b\xbe\x55\x86\x12\x53\xbe\x4b\x49\x57\xee\xb2\x14\x1d\x76\xb9\xb4\x57\x17\x03\xf7\xbc\x42\xff\x45\x73\xa0\xd3\x19\x5f\xae\x4f\x77\x4f\xe9\xc1\xd2\x91\x7c\x46\x90\x86\xc3\x49\x15\x02\x37\xa1\x1d\xdb\x36\x5b\x5a\x5f\x7b\x1e\xc3\x96\xdb\x2e\xe1\x03\x66\x9e\xdd\x4f\xeb\x2a\x14\x14\x91\x74\x10\x5a\xdc\x4a\x04\x51\x09\xcc\xa1\x15\x58\x4a\x6d\x55\xc8\x39\x6b\x7c\x77\x58\xda\xe6\x88\xe5\xaa\x71\x26\x4f\x0f\x2a\x94\x41\x4d\xaf\xd0\xc2\x69\x23\x9e\xa4\x72\xad\xf0\xee\x0c\x31\x7d\x1b\xc7\xcc\x95\x5d\xb5\x04\x62\x65\x2c\x29\x49\x59\xc2\xe1\x04\x99\x98\x5b\x7d\xd3\xea\x7b\xff\xb9\xdf\x40\x63\xca\x02\x47\xfe\xb5\x6f\x7e\x7f\xf0\xcf\x31\x62\x20\xad\xeb\xe5\x95\xd3\xa6\xd0\x0f\xf5\x09\x3e\xeb\xf5\x1b\xc6\xf0\xb2\xb9\xe7\x37\xfe\x3b\xac\xe2\x4d\x68\x02\xe6\x38\x3e\xc3\xd8\x7f\x8b\xac\xd5\x11\x7c\x30\xcc\xf4\xd5\x55\xb3\xed\xc6\xc3\x06\xf1\xaa\x79\x10\x2f\xfc\x6f\x72\x10\x58\xeb\x8a\x54\xaf\x03\x1a\xe4\x20\x25\x7c\x3a\x6a\xdc\xe1\x8f\x8a\x1a\x6f\xda\xe4\xf2\x70\xbd\xb6\x27\x83\x8d\xb2\x93\xad\x3f\x68\xbe\x27\xb0\xb6\x52\x19\x20\x36\x88\x02\xe3\x5f\xb2\xd7\xd3\x00\xb2\xd7\x6d\xd8\xe6\xc6\x39\x7d\xf1\x79\xff\xb3\xff\x53\xb1\x85\x9c\x2e\x78\x63\xd0\x9f\xba\x35\x77\xd9\xb0\x91\x60\x7e\xf1\x9b\x65\x90\x9f\xfd\x5f\xb1\xe0\x83\xed\x45\xb3\x6f\x4d\x72\x90\xb6\x8c\x7f\xae\xd3\xdf\x36\x74\x4a\xa9\xff\xfb\x7a\xaf\xc5\xe5\x47\x0e\x2c\x8c\x32\xba\xc9\x44\x4c\x76\xc1\x05\x38\xc5\xe9\x6d\x23\x3f\x59\x16\x63\xa2\x98\x62\xbb\x1a\x34\x49\x1b\xa4\x32\xfb\x11\x4c\x5b\x4c\x6d\xb0\x1b\x55\xda\x4f\xfb\xb6\x65\x93\x52\x0d\x17\xe6\x4b\x8d\x70\xb8\x65\x28\x42\x92\xd3\xb0\x9f\xd0\x66\xe0\xe7\xfe\x10\xf1\xef\x1a\x73\x85\x5f\x60\xcd\x83\x86\xa4\x39\x5d\xb1\xfe\x6a\x4a\x75\x2d\x5d\xc3\x1e\x44\x62\x0f\xe4\x45\xca\x7d\x7a\x00\xda\x0f\xa9\x9f\x52\x25\x21\xce\xa7\x0f\x87\x3a\x83\x57\x2c\xcd\x0f\xd0\x2a\x74\x15\x46\x34\x90\x6e\xe0\xf2\xa5\xef\x6b\x46\x35\x7b\x1e\x16\x64\x65\x47\xb2\xd4\x0d\xd8\x41\xa1\x87\x8c\xf0\xfe\x9c\xfa\x31\x85\x84\x74\x0f\x93\xa7\xa1\xbc\xf4\x28\xa7\x9f\xa1\x74\x90\x04\xb2\x9f\x2a\xd9\x91\x16\x52\xa4\x3a\x46\x75\xb5\x52\x65\x95\xbb\x30\x2c\x98\xa2\xc3\xf9\xd3\xa1\x14\x35\xd5\xab\xee\x5d\xc1\x2f\x0d\xe6\x41\xd1\x6d\x34\x46\x92\xf8\x25\xe5\xe5\x41\xac\x2f\x0f\x22\x73\x79\x10\x57\x2e\x0f\x62\xa5\xca\xcf\xc1\xe8\xa2\xb7\xd8\xd5\x6d\x41\x55\x13\xea\x8f\xa8\x46\xc0\x39\x0c\xce\x96\xd3\xcb\x34\xee\x44\x9c\xb2\x90\xa7\x2c\x28\x1a\x6d\xfd\x79\xfe\xa6\xe4\xa0\xbb\x82\x71\x36\xe5\x52\x39\xf5\xd4\x66\x9e\x97\x11\x8d\x47\xbb\x89\x31\xb4\xbb\xa1\x64\x4a\xa1\xf1\xa1\x64\x27\x93\x91\x1c\xec\x43\xb7\xae\x64\xad\x5b\x01\x06\x01\x6c\xd6\xc0\x62\xbf\x68\x80\x6a\x75\x2c\x5c\x36\xbe\xd1\x7c\x45\x91\x38\xde\x8a\x43\xd9\xd4\x9e\x58\xcd\xa5\xe4\xc0\x0c\xaf\x7e\x51\x53\x08\xdf\x5a\xf7\x8a\xb7\xc5\xe5\xee\x05\x71\xfe\xff\x8e\x87\x3c\x6f\x49\x71\x11\xb0\x02\x3d\xfe\x11\xe7\xb7\xb6\x3e\xf8\x62\xa3\x72\xf8\x56\xac\x18\xdf\xca\xac\x1d\xee\x21\xbe\x1b\x25\xbb\x14\x2b\xc2\x27\x6d\xc4\x4b\x99\xc4\x10\xbe\x82\x49\x1c\xf0\x40\x48\x5c\x75\x04\x58\x66\xcb\x56\x03\xc2\x1b\x95\xff\x15\x95\xbb\xec\xd6\x75\xf5\xe5\x5e\x51\x35\x07\x33\xd5\x4d\x18\xe9\xc2\x18\x5f\x56\xb7\x44\xf0\xb9\x5c\x09\x91\xf2\xf6\x34\x9d\xb3\xa1\xba\x00\x3a\xc4\x94\x70\x8b\xcf\x5d\x50\xb2\xa6\xb9\xa2\xe4\x58\x46\x78\xaf\x3b\x1c\x76\x86\x73\x26\x56\xe3\x3c\x64\x57\x94\xe3\x12\xdb\x73\x65\x59\x75\xf6\xe9\x27\xbd\xcd\xab\x15\x97\x8f\x1e\xeb\xab\xa7\xb3\x4f\x3f\xbd\x4f\xa3\x84\x97\xaf\x6b\x57\xd3\x2d\x85\x43\x67\x21\xfa\x89\x23\x9a\xf0\xdf\x20\xe9\x2c\x8b\xaf\x2f\x30\x40\x09\x49\x3a\xd3\x90\xb3\x68\x71\xce\xc2\x24\x1b\xa7\x6c\xaa\x82\x43\x9c\x0d\x19\xa5\xc9\xd1\xf9\x89\xa4\xbb\x3a\x76\x27\xc6\x9d\x85\x68\x22\xc8\xa3\xb1\x2a\xf6\x22\x9d\x27\xa3\x28\xb9\x3a\x92\x2d\x7e\xa0\x43\x13\xe0\x95\x6c\xc8\x2e\x06\x36\x28\x06\xd5\x16\x27\x75\xcc\xdb\x5c\x27\xbc\xa5\x63\x0e\xc5\x20\xdb\x51\x87\xa7\xb3\x22\xf3\x3c\x9d\x15\xae\x7e\x03\x01\x4c\x57\xf4\x37\x50\x7f\xbf\x04\x39\x9c\xd6\x17\xbf\xbc\x42\x97\x4b\xac\xf4\x7a\x0f\xda\x0b\x01\xab\x3c\x9d\x0f\x27\x34\x5b\xad\x06\x34\xc0\x50\x09\xae\x4a\xc9\xb3\x05\x35\xe8\xec\xec\x3b\x51\x47\x33\xe6\x50\xc6\xbf\x0f\xc3\x1d\x86\x83\x92\x37\x00\xa2\xd2\x58\xda\xc1\xd7\xe9\xd6\x16\x67\xa9\x90\x0d\x1b\x3d\x5d\xce\x2d\x87\x98\x90\xd1\xf0\x5e\xaf\x99\x38\x4a\x9a\x5d\x6b\xde\xd8\xde\x47\x51\x73\x99\x17\xb5\xde\x3e\x84\xa3\x68\x83\xcf\xd5\x67\xab\x28\x93\xc5\x9e\x6f\x1a\xde\xe7\xda\xf0\xb6\xb4\xfa\x68\xad\xd5\xb7\x9b\xe6\xf3\xa8\xee\x4d\xb5\xa5\xd9\x9f\xaa\x23\xb8\x7e\x9d\xb2\xe8\x9b\xe0\xfa\x9b\x8b\x53\x5a\x2b\xff\x89\x32\x1e\x6d\xf2\x3e\xe3\xf5\xd2\x5b\x06\xc2\x2a\xbe\x55\x92\xea\xde\xef\xd1\xa6\xca\x35\xbb\x8a\x2d\xd7\x0b\x1e\x45\x6c\xb8\xc1\xbd\x2a\x69\x28\xcd\xd2\x6c\x83\x5f\xdb\x7a\xe1\x97\x51\x38\x4d\x93\x51\x63\xf1\x6c\xbd\xf8\xd9\x1f\xf3\x90\x35\x8f\x64\xd2\x50\x9a\x87\xcd\x6e\x66\xa3\xf5\xb2\xe7\x2c\x0a\x93\xab\x0d\xb3\x9c\xad\x97\xff\xbc\x7c\x88\x23\xe2\x9c\xdd\xd0\x17\x61\x16\x65\x47\x71\x9a\xd1\xe6\x69\x9e\x34\xd7\x38\x9d\xd1\x66\x6f\xba\xf7\xcd\xe5\xef\xf7\xfb\x53\x65\xe7\xc9\x68\xc3\x2c\x3f\xac\x15\x3e\x0a\xd9\x28\x4a\xc2\x78\xcb\xe8\xdf\x6d\xac\xb4\x71\x02\x6f\x37\x56\x69\x76\xcd\x6b\x28\xce\xa7\xf3\x38\xfe\x90\x4e\xb7\x0c\xec\xf5\x96\x6a\x1b\x87\xf6\xc7\x96\x4a\xcd\xf8\x6d\xad\x82\x40\x2f\x21\xdb\x32\xb0\xcf\x1b\xaa\x6c\xf4\x4b\xac\x94\x3d\x49\x93\x94\xa7\x09\xfd\xad\x19\xcf\xf0\x4d\xe5\xbf\x34\x63\x9a\xb5\xf2\xef\x42\x3e\x67\x1b\x76\x22\x5a\x2b\x7d\xc6\xe9\xac\xb1\x68\xd8\x58\xf4\xf9\x78\x93\x2b\x6b\xdc\x58\x5e\x89\xa7\xcd\xc8\x81\x57\xdc\x3f\xc3\xe1\x75\xb3\x93\xe8\x5a\x31\xf5\xd2\xcb\xf1\x62\x16\x6e\x40\x3b\xb3\x0d\x55\x5e\x46\x37\x94\x5d\x09\x8a\xdf\x54\x6b\xba\xa1\xd6\xbb\x74\x03\xb5\x99\x6f\xa8\x70\x16\xc5\x93\x74\x4e\xf9\x06\x47\xe7\x9b\x0d\xd5\x3e\x47\x57\x9b\xb0\xd7\xd5\x7a\x15\x36\xa2\xec\xf9\x6c\x46\x43\x16\x26\x1b\xfc\x95\x2f\x37\xd4\xca\x86\x54\xf2\x7c\xcd\x54\xa6\xb9\xd2\x4b\xba\xb5\xd6\x71\x73\xad\x37\x49\x16\x8d\xe8\xe9\xbc\xd9\x55\x79\xd1\x5c\x69\xe3\x7a\x0f\x9b\xcb\x7f\x50\x81\xeb\x9b\xb1\xa7\xa8\xb2\xa3\xd4\xde\x89\xba\xe6\x7a\xff\x06\x22\x72\xd0\x4a\x20\x25\x51\xbb\x47\xdb\x3f\xda\xbe\xad\x46\xf4\x5a\x74\xb5\x80\xb4\x34\x3f\x16\x3d\x93\xd2\xb3\x5d\xe9\x2a\x86\xc6\x59\x55\xac\x0b\xf3\xd0\x12\xcd\xb2\x4d\x62\x5a\x08\x42\x50\x3a\x4f\x6b\x32\x95\x6a\xdf\x23\xce\x89\xe3\xa1\xda\xa8\x16\x3d\xe2\x51\xec\x39\x50\x64\x15\xe3\x5c\xf6\x88\xc7\x95\xb6\x26\xa3\xef\x43\x5e\x71\xd3\x54\x17\x96\x45\x23\x85\xad\x55\x31\xb9\x45\x17\x8a\x66\x4c\xc3\x50\x8c\xe4\x77\x07\xe7\x20\xb8\xb5\xcd\x83\x7d\x5b\x0e\x76\x7d\x8c\x7a\x68\x7f\xcc\xc3\x11\x0b\x79\x34\x3c\x12\x58\xa2\xd6\x96\x8a\xee\x59\xb4\xf7\xab\xe3\xed\x7a\x54\xb6\xb2\xeb\x71\xbb\x35\xd1\x3e\x5b\x6b\x3f\x91\xb2\xfa\xb7\x88\xb2\x4d\x8d\x2b\xb7\xbb\xa2\x83\xa3\xf5\x0e\x76\x3d\xa6\xff\x26\xf5\x0e\xa3\xb5\x0e\x53\x9c\x43\xc8\x86\xeb\x1d\xc9\x6e\x28\xf1\x28\x70\xe2\x71\x60\xc4\x63\x10\x11\x2f\x82\x94\x78\xe9\x8e\xba\xcb\x31\x0d\x43\x56\xec\x1e\xc4\x84\xb5\x29\xcc\x49\xd4\xe6\x30\x24\x61\x9b\xc2\x88\x64\x6d\x0e\x13\x32\x6c\x0d\xbd\x51\x6b\x24\xa4\xcc\xf4\x69\x77\xfd\x42\x38\xa1\x57\x21\x8f\x6e\xe8\xae\xe0\x92\xe7\x99\xbf\xeb\x78\xa9\x54\x8b\x2b\x51\xa4\xe8\x0d\x37\x81\x56\x8f\xac\x6d\x16\xc7\x3b\x26\x7a\xe9\xe4\x99\x38\x29\x38\x1a\xa3\xe2\x51\x90\x51\x2b\x6e\xcf\x5b\x43\x2c\x73\x5c\x37\x55\x62\xe5\x98\xb0\x76\x08\x33\x12\xb5\x33\x98\x92\xb8\x15\x7b\xf3\xd6\x1c\x6e\xc8\xb8\x35\xf6\x66\xad\x19\x5c\xa9\x43\x98\xfd\xc1\xb8\x32\x7e\x28\x3f\x27\x18\x96\x24\x6d\xc9\x04\x1e\x26\x08\x25\x6d\xd5\xd9\x30\xcd\x10\x9a\x7a\x93\xf6\x0d\xde\x47\x07\xad\xab\xd6\x25\xc6\x78\xff\x00\xc3\x05\x59\xee\x5f\xc2\x2d\x59\xee\x5f\xed\x14\xe3\xba\x68\xf7\xcc\x98\x50\x05\x2c\xa9\x77\xd1\x1a\x9a\x39\x7a\x17\xad\x11\xc6\x25\x68\x3f\x77\xbc\x54\x66\x89\xff\xbb\xd0\x95\xdb\x8f\x46\xad\xf1\xb3\x61\x6b\x86\x6b\x60\x40\xbd\xdb\x56\xbc\xb6\x5a\xde\x6d\x6b\xae\x42\xf4\xee\x36\x1f\x87\x86\x05\x96\xb0\x53\x87\x1c\xfd\xde\x4e\x09\x3b\x31\xd9\xdb\x8b\xd5\x93\xd8\x44\xc5\x95\x52\xab\x24\x16\x26\xc4\x30\x24\x4c\x7d\x67\x51\x22\xbe\x47\x84\x7a\x73\x98\x10\xee\x0d\x61\x4c\x7a\xff\x37\x86\x19\x89\xfb\x61\x3b\xf3\xb3\x76\x28\x75\x14\x0f\x84\x1e\x66\x7c\x7f\x0a\xd0\xe9\xdb\xa0\x33\x92\xd3\x99\xf8\x25\x4c\x98\x62\xed\x91\xda\x82\xd5\xaa\x96\xb5\xec\xb5\x27\x2a\x0b\xd7\xb6\x47\x37\x86\x81\xb9\x2e\x9a\x49\x5b\xd4\x19\x99\xfd\xff\x22\x2f\xc2\x30\x7b\x96\xf6\xed\x9d\x52\xc7\x93\xc9\x9d\xea\x81\xe3\x8d\xd5\xba\xd2\xf6\xdc\xac\x70\x5b\x6c\xf4\xe6\x92\xc5\x96\x8c\xea\x5b\x32\xc1\xfe\x6c\x0d\x7a\x6a\x0d\x49\xd0\x98\x3d\x23\x89\xaa\x5c\x6f\x93\x7a\xac\xdc\x9e\x0c\xaf\xc3\x89\xb5\x5b\x19\xd6\x86\xb2\x43\xbe\x0d\x0b\xfe\x19\x12\xe0\x39\x13\x8d\xca\x6e\x34\x2a\x9b\x38\x5e\x9b\x79\xce\xef\xce\xc3\x75\x6c\x31\xc9\x60\xfe\x60\x27\x67\x18\x16\x6f\x06\xc1\x48\xff\xe4\x61\x72\x00\x13\x62\x16\x04\xc6\x45\x5c\x2d\x98\x15\x76\x27\x30\x25\x66\x49\xe0\xa6\x44\x09\x06\x5b\xbc\x7f\x03\x97\xe4\x6a\xff\x00\x96\xe4\xa0\x65\xbf\x1c\x6e\xbb\x60\x3c\xeb\xf5\xbb\x3e\x7d\xda\xee\xf5\xaf\xfc\x12\x6f\xd8\x4e\x64\xb7\x95\xe2\xa4\xd7\xbf\xf4\xe9\x53\xd2\xee\xf5\xdb\x97\xba\x46\xa6\x82\x93\x15\x35\x8e\x2b\x3e\x1e\xf2\x76\xeb\x83\x3c\x1d\x95\xb0\xf0\xb6\xfb\xe5\x9c\xaf\x17\x39\xad\x14\xc9\x78\xc8\xf8\x73\x21\xa8\x6e\x72\x16\xa6\xc9\xa8\x96\x7f\x62\xe7\xbb\x2e\xed\xcc\xc2\x7a\x91\xe7\xf5\x57\x71\x14\x3e\x36\xd4\x24\xd1\xd4\x24\x92\xd4\x24\x85\x09\x11\xf8\x7b\xd8\x9a\xab\xab\x91\x49\x6b\xf2\xb4\x47\xdb\xbd\x03\xa3\xf1\x1d\x50\x0f\x4d\x08\x1a\xb6\x10\x6f\xa7\xb8\x3d\x6a\x21\xda\x8e\x30\xde\x9f\xe0\x56\x0c\xdc\x9b\xb4\xe6\x41\xc5\xc7\xb8\xc1\x73\x9c\xd0\x36\x83\x98\xf0\x76\x02\x73\x82\xc2\x7e\xea\xb7\x53\xbc\x7f\x83\xb2\x56\xe6\xc5\x2d\x69\x09\x32\x6f\xc5\x30\x22\xed\x79\x2b\x83\x09\xa1\xde\x10\x66\x84\x7b\x23\x98\x12\xe6\x0d\xe1\x8a\x24\xde\x08\x2e\x09\x9a\x78\x53\x2c\x37\x1f\xcd\xbc\x2b\xf1\xeb\x82\x4c\xdb\x13\xb8\x25\x57\xed\x19\x1c\x93\x8b\xd6\x85\x77\xdb\xba\x85\x05\x89\xda\x29\x9c\x92\x49\xeb\xaa\x3d\x6d\xcd\xe0\x8c\xa0\xdb\xa7\x5d\x19\xb3\x0a\xb7\x6e\xd0\x18\x75\x61\xd1\x5a\xb4\x8e\xdb\xa7\xad\x53\x8c\xe1\x84\xa0\xd3\xd6\x6d\xfb\xa2\x75\x86\xf7\x8f\xe1\x39\x41\xed\xd3\xd6\x45\xfb\x56\x7d\xbe\x97\x99\x9e\xce\x3c\x57\x99\x9e\xce\xfc\x40\x4e\xda\x97\x70\x4d\x9e\xb7\x97\x70\x44\xde\xb7\x2f\xe1\x2b\x39\x6f\x2f\x8d\x3e\xf7\x43\xeb\x83\x77\xdd\xba\x7e\x76\xd4\x3a\xf2\xbe\xb6\xbe\x4a\x5b\xbc\xf7\xf0\x9c\x9c\x63\xb8\x1b\x2e\xfc\x13\x18\x2e\xfd\xe7\xb0\xe8\xf6\xfc\xf6\x10\x96\xe2\xcf\x08\x16\xbd\x9e\x7f\xd2\x42\xd1\xfe\xa2\xdd\xc3\xb0\xec\xf5\xfc\xe7\xe6\x4b\xb9\xfb\x9e\x93\x35\x0b\x97\x63\xe0\x64\x01\x8c\xcc\x51\xd7\x5c\x30\x42\x44\x4e\x21\x25\x67\x10\x92\x13\xc8\x64\x92\x1d\x4f\x4e\xbf\xe1\x06\x63\x38\x26\xde\x06\x03\x66\x58\x10\x6f\xc3\x0d\x28\x9c\x92\xa8\x39\xa7\x7d\x09\x67\x24\xdd\x98\x77\x42\x86\xe8\xac\x7d\x8a\xe1\x9c\x9c\x3d\x3b\x95\xd7\x63\xab\x15\xca\xc8\x9c\xc4\x08\x63\x58\x3c\x3d\x76\x5d\x34\x26\x0b\x58\x90\x63\x38\x26\x63\x0c\x8b\x67\x0a\x1a\x05\xc3\xf1\x6c\xd9\x56\x1f\x59\x47\x31\xca\x68\xd1\x9a\xa0\x53\x0c\x8b\xd6\x14\x89\x9d\xcc\x3a\x21\x1b\xca\x70\xc5\x0b\x38\x85\x33\xd8\x3b\xc7\x70\xac\x1a\x70\x5d\x54\xd4\x3a\x6e\x4d\xd0\x19\x86\xe3\xd6\x14\x9d\x55\x6a\x1d\xc3\x19\x9c\xc2\x39\x56\xec\x8e\x5c\xa3\x0f\x70\x0d\x47\xe4\x14\xbe\x92\x33\x78\x49\x4e\xe1\x1d\x39\x83\x37\xe4\x04\xde\x92\x13\x78\x45\xc2\xe6\x99\xee\x1f\xc0\x37\xf2\xaa\xe8\x38\xe9\x7b\x1b\x6e\x5f\xfd\x1b\x74\xdc\x3a\xf6\x16\xad\x05\xc6\xf0\x82\xcc\xd0\x10\x2d\xda\xc7\xa2\xbe\xb7\xe1\x1e\x17\xc3\x47\xf2\x02\x5e\x93\x17\x62\xf1\xbe\xe9\xc5\x91\x23\xfd\x44\x6e\xd1\xb7\x7d\x31\xa9\x57\x18\xc3\x1f\xf2\x6b\xa1\xbe\x0e\xd1\x9b\x36\x39\x68\x7d\xc2\xaa\x7c\x1f\xbd\xf4\xc8\xa7\x16\x39\xef\xf7\xfc\x76\x0f\xde\xb5\xc9\x27\xec\xa3\x37\xa4\x0b\x2f\xc9\x3b\x82\x4e\xbd\x33\xc9\x54\xa1\xb7\xa2\xd2\x1f\x45\xa5\x23\x8f\xfc\x51\x54\xfa\xda\x26\x7f\x60\x1f\xbd\x25\x5d\x38\x22\x5f\x8b\x4a\x12\x44\x1f\x11\xb1\x2f\x47\x18\x3e\x13\x31\x80\x23\x0c\x3f\x11\xb1\xe6\xef\x30\x7c\x21\x62\x80\xef\x24\x33\xfa\xc2\x1e\xfd\x2f\xf0\xab\xac\xf5\x15\xc3\xcf\xb2\xd6\x57\x0c\xbf\xc9\x5a\x2f\x31\xfc\x2e\x6b\xbd\x94\xb5\x4e\x9e\x5e\xb9\x2e\xfa\x85\x3c\x47\x8f\xe0\x33\xfc\x06\xbf\xc3\xaf\xf0\x33\xfc\x04\x5f\x30\xd6\xe7\x81\x92\x47\xed\x5f\xe4\xd3\x62\x94\x7c\x6e\xff\x32\xe8\x05\xc0\x28\xf9\x55\xa5\x25\x94\xfc\xac\xd2\x22\x4a\x7a\xfb\x53\x74\x81\x10\xa5\x2d\x46\x3d\x4e\x5b\x09\xc5\xfb\xe8\x46\x7c\x53\xf9\xcd\xa9\xc0\x17\x4c\x66\x27\x32\x5b\xb1\x9b\x29\x25\x37\x48\x34\xd7\x12\xff\x79\xa2\xb9\x96\xf8\x0f\xef\x7c\x24\x33\xf4\x02\xd0\x71\x3b\x15\x4d\x45\x54\x3e\xf6\xf0\x5a\x25\x2e\x4c\xa2\xd7\xc3\x38\xcf\xdf\xea\x75\x7d\x6d\xd6\xf7\x03\x79\x8f\xc4\x7c\xc4\xbc\x16\xf0\x1a\xce\x31\x5c\x93\xf7\x48\x4f\xcf\x24\x15\x50\xfc\xa1\x33\x5c\x78\x1f\x3a\x8b\x6e\x0f\x3e\x74\x86\x4b\xef\x43\x67\xd9\xed\x61\x78\xfd\xf4\x45\x5f\x41\xb4\x28\x20\xb3\xe0\x35\x8c\x90\xcc\x06\x59\x1e\xc3\x08\x5d\xcb\xcf\x6b\xf5\xb9\x77\x8e\x7d\xf4\x80\x4a\x1f\x3a\xcb\x9e\xfc\xec\xa9\x4a\x95\x03\x27\xb2\xd5\x30\x64\x19\x35\xb8\x9e\xee\x6c\xb8\xf4\xae\x65\xc6\xb5\xc8\xb8\xae\xb7\x20\x52\x45\x96\xea\xd5\x94\x2c\x6a\x57\x87\x8a\xe5\x60\xf5\x2a\x3c\x82\xcf\xd5\x61\x1c\xc1\x57\x59\xc8\xaf\x16\x29\xd0\xc0\x1b\xbd\xdc\x1f\xed\x65\x17\xeb\x2b\xd6\xf9\x18\xda\x1f\xcd\xba\x1b\xf0\x32\x69\x59\x47\x09\xbc\x9b\x16\xfe\x63\xc3\xc2\x7f\xfc\x33\x0b\xdf\x50\x69\xcb\xc2\x1f\xff\x89\x85\x6f\x58\xf7\x8f\x0f\x5a\x77\xbb\xdb\x77\xf0\x12\xce\x45\x92\x5e\x16\x71\x04\x95\xd0\x53\xac\x7c\x17\xba\xf2\xcc\x4a\xdf\x5b\xa5\x84\x40\x18\xe6\xc6\x5c\x41\xd1\x25\x98\x7b\x8e\xa3\x2d\xd0\x0d\x4f\xd9\x19\xd2\x84\xb3\x34\x1a\xd5\x89\x1d\x23\x68\x13\xbd\x12\x52\xfb\x06\x9c\xb9\x7f\x00\x09\x41\xde\x06\x9a\xe5\xed\x7a\x1b\x28\x16\xde\x3f\x68\x5f\xed\x1f\x98\x6b\xd0\x09\x4a\x70\x8b\xc1\x54\xfe\x09\x54\xc8\xcf\x82\x11\x6c\x8a\x9c\xbb\x1e\x99\xb3\xd1\xcf\x88\xf7\xb9\x3f\x47\x1e\x97\xd1\x52\xa9\x68\xd7\xe2\x1e\x1f\x1a\x07\x78\x83\xd1\xd1\x1c\x79\x54\xb6\xcb\x65\x6c\xd3\x94\x35\x0c\x78\x5b\xc3\x1b\xad\x99\x8a\x86\x99\x68\x78\x16\x8e\xbe\xa7\x55\x63\x05\x45\xfb\xe2\x6f\x93\x1d\x54\xa5\x8b\x44\x74\x51\xb2\xcb\x0f\x8d\x7c\x7e\x5f\xb3\x91\x68\xd6\xf0\xd8\x0f\x6b\x34\xbd\xb7\xd1\x54\x2f\xc7\x77\x34\x1a\xde\xdb\x68\xa8\x36\x2f\xe1\x74\xd1\xf8\x14\x69\x53\x3c\xf9\xca\x0a\xcb\x78\xb0\x59\x0e\xe3\x1c\x3e\xac\x85\x31\x93\x0e\xe5\x70\xfd\xf7\xc6\x90\x3b\x2a\xfd\x4b\xcd\xc0\x69\x7e\x54\x71\x46\x65\x34\x3c\x13\x9b\x6a\xcb\x9e\xaa\x86\x40\x29\xa4\x9b\x83\x28\x72\x6c\x9b\xfb\x55\x0a\xbc\x0b\xdf\x29\x2d\xe4\x86\x56\xe4\xc5\xaf\x68\x46\x94\xa9\x35\x83\xca\x76\x56\xab\x6e\xa1\x0a\x15\xdf\xae\xdb\x2b\x14\x1d\xb2\x09\xac\xc3\x29\x98\x89\x54\xb0\x99\x35\x9e\x5e\xbb\xfc\xc8\x41\x56\xad\x69\x47\xb3\xdb\x88\x0f\x27\xa8\x54\xe8\xd8\xbd\xdc\x0d\xc3\x8c\xee\x76\x7d\x7b\xf0\x3d\xab\xfd\x7e\x75\x10\x1a\xed\x8a\x76\xfd\x6a\x8e\xc6\xbe\x22\x67\xe7\x92\xd1\xf0\x7a\x47\xb6\xdc\xab\xb4\x7c\xb0\xa3\x83\xfc\xf8\x1b\x9b\xcd\xb5\xec\xdf\x18\x61\x28\xa1\xb7\x72\x8f\x37\xc4\x07\xa2\x83\x6e\x50\x89\xfd\x63\xe5\xf4\x54\x50\xc1\x37\xa4\xc9\x78\x72\x2e\xa3\x33\x14\x52\xcc\x57\x48\x6b\xd2\x4b\x88\x8a\x88\x64\x73\x18\xc2\x88\xa0\x90\x5c\xa3\x10\xe3\xd2\xef\x64\xaf\x27\xcd\x7f\x74\xd4\x1f\xd7\x45\x29\x89\xd0\x50\xca\x18\xc6\x8b\x85\xa8\x48\x5e\x7b\x28\x7b\x3a\x72\x5d\x86\xe6\xd2\x59\x05\x32\x08\x31\x26\x84\x4c\x5c\x17\xa1\x09\xd9\x9b\xe0\x7e\xda\x29\x40\x0c\x61\x5f\x7d\x1d\x27\x23\x21\xaf\x4c\x5c\x37\xed\xc8\xe5\x44\x1e\x45\x73\x59\x1b\x3c\xae\x7f\x49\xd2\x37\x34\xc4\x4e\x4d\x03\x86\x6b\xc4\x6e\x83\xeb\x29\xf5\x0b\xab\x17\xda\x7f\xe9\xcf\xa5\xff\xf5\x26\xea\x51\x1a\xc8\xf4\xdf\xf9\x73\xc4\x31\x84\x9d\xc5\xdf\x42\x91\x42\x49\x91\xc2\xce\xf2\x6f\xa1\x43\xa1\xa4\x43\x61\x67\x44\xc7\x51\x42\x9b\xa2\x56\x7e\x1f\x09\xda\xdb\x53\x8d\x32\xd1\xa8\xbc\x6a\x7c\xf8\xab\x18\xea\x0a\xc4\x40\x47\x82\x65\x43\x91\x6c\xe8\x7b\x10\x6d\x81\x66\x89\xda\x61\x5f\xb6\x46\xd4\xb8\x92\x1c\xc2\x1c\xde\x92\xba\xad\x8f\xb2\x04\xd3\x20\xae\x20\x5e\xc3\x47\x48\xbe\xae\xc9\xeb\x43\x64\xdc\x11\x61\x04\x13\x18\xc3\x0c\xa6\x04\xcd\xc9\x35\x9a\x97\x50\x7f\x43\xf6\x7a\x70\x55\xf7\x28\xb4\x3f\xad\x33\x91\x0a\x71\x98\x84\x68\xa6\xcf\x84\x72\xc5\x21\x53\xe9\x8b\xa3\xdc\xce\x86\x4f\xa7\xae\x1b\xa1\x31\x99\x0f\x86\x01\x0c\x61\x2e\xcf\xc5\x8d\x10\xc4\x6f\xc8\xde\x0d\x1e\x91\xa1\x64\x22\x35\x0e\x47\x86\x41\xd6\x5f\x4a\x82\x96\x36\xb5\xe5\x89\xa9\x16\x81\x09\x19\xb6\x7b\x87\x93\x67\x64\x74\xd8\x6e\x4f\x70\xa6\x8f\xd2\xd5\x60\x12\xc0\xe5\x60\x12\xe0\x9d\x6a\x5d\x4d\x0d\x10\xce\x6f\x5c\x17\x5d\x0d\x86\x01\xf1\x28\x1a\xcb\xc1\xc1\xa5\xfc\xe4\xe6\xd3\x34\x26\x64\x6f\x9d\xe6\x8b\x1a\xc0\xfa\x1e\x33\x09\xa2\x0e\xc6\x79\x34\x46\xb3\x1a\x4f\x3a\x2b\x8f\x69\xb1\x0d\x23\xcb\x5c\x0a\x61\x03\xc3\x28\xc2\x0a\xf2\x50\x88\x0d\xe4\xa0\x14\x7f\xef\xe9\xf6\xb6\x1d\xef\x39\xb2\x0e\x78\xd7\x17\xe7\xb2\xf1\x50\xb0\x3e\x2b\xdb\x65\x12\x15\x78\x0c\xc3\xf0\x6f\xc2\x05\x1a\x62\x87\x12\x25\x0c\x3b\x8b\xee\xdf\xd2\x6a\xd1\x5c\xef\xef\xe7\x1d\x87\xf2\x08\x0e\xff\x26\xec\xc5\x8a\xf9\x73\xd9\x68\xf7\x6f\x69\xb5\x68\xee\x81\xf3\x67\xdf\x37\x7f\x26\xda\x16\xa7\xe8\xb7\x2e\x51\x3f\xbe\x74\x1b\xe2\xc6\x8f\x10\xee\x2c\x10\xc5\x9d\xa5\x7c\xc4\x5d\x97\xec\x6d\x2f\xc9\x8a\x92\xbf\x6d\x2e\x99\x94\x6d\x7e\x17\xda\xdf\xc2\xbf\x4b\xb4\x3f\x94\xd8\x7a\xf8\x3d\x68\x3f\x2c\xd0\xbe\x41\x80\x29\x96\x0d\x85\xb2\xa1\x3f\x83\xf6\x53\xa2\x30\x86\x2f\x5b\x23\x6a\x5c\x69\x0e\xc3\x1c\x5e\x35\xdb\xb7\xea\xe7\x13\xf8\x33\xda\x17\xff\x13\xaa\x23\x7c\xc2\xb7\xc6\x40\x8e\x39\xbc\x58\xd7\xf8\x7e\x03\x4e\x5e\x19\x78\x4c\x94\xe2\x57\x10\x92\xa5\xa0\x23\xe2\xab\x91\x5d\x8a\x15\xc3\x04\x93\x35\x96\x69\x4c\xba\x30\xb3\x88\xc5\x04\xc3\xb4\xfa\x79\x43\x36\xe9\x30\xcd\xdd\xcc\x34\x4a\xd0\x12\x8a\xb7\x46\xda\x4b\xd8\xa4\x23\xbe\xc1\xc5\x7d\xaf\xa8\x54\xdc\x0c\x5e\xe1\xfd\x09\x6c\x12\xc5\xe1\x82\x5c\xb6\xd0\x95\xd1\xe3\xaf\x05\x80\x45\x23\x32\x1d\xcc\x06\x59\x40\x32\x49\x16\x4a\x76\xee\x59\xd7\x75\xd1\xd8\x23\xa3\x92\x02\xee\x11\xde\x9f\x29\xff\x52\xfb\x11\x38\xcb\x6d\x16\x4d\x07\x34\x80\xe9\x80\x05\x38\xc7\xd8\x57\x95\x98\xeb\x36\xd4\x2a\xb7\x96\xa1\x50\xd4\x0a\x07\x5c\xd6\x92\x81\x7c\xe7\x64\xdc\x47\x57\xed\x49\xeb\x02\xef\x8f\xfd\x62\xbc\x70\x43\x86\x38\x26\x33\xe5\x3a\x7d\xe3\x21\x39\xfe\x38\xc0\xcf\xba\xfd\x51\x6b\xee\x77\xb1\x77\x01\x22\x81\xdc\xc9\x08\x0b\xe1\x20\x0e\x40\x86\xa5\xf1\x33\x1d\x6a\x69\x04\xa5\x48\xec\xdf\x80\x11\x64\xfd\x21\x18\xf1\xd3\xbf\xcc\xcd\x5d\xc4\xd4\x10\xa4\x50\x87\x7b\xfa\x3b\x99\x43\xb1\x24\x32\x82\xe5\x83\xb5\x15\xd4\x00\xaf\xe1\x08\x45\x13\x0f\xc5\x7f\x42\x76\x32\x95\x25\xe7\xf7\xbd\xaa\x81\x4d\x9e\xfd\x25\x97\x2a\x18\xb7\xef\x54\x0d\xdc\xa3\x6f\x30\xcc\xe5\xf7\xa9\x06\xee\xd1\x37\x84\x12\xd7\x84\x39\x7c\x24\x9f\xd0\x57\xeb\xd4\xbf\xb6\xa4\x6f\x89\x1f\x69\x2d\x84\x66\xf1\xc5\x2d\x00\x10\x27\xfe\x35\xa2\x88\x97\x4f\x63\xf1\xa2\x01\xe0\x95\xf8\x99\x65\xf8\x1b\x99\x5f\x3e\x4c\x22\x4d\x6f\x09\xed\x2c\xc0\x78\x74\x74\x16\x40\x3b\xca\x98\x80\xd0\xce\xb2\x4c\x5f\x02\xfd\x0e\xf4\xcd\xd1\x27\xe5\x67\x88\xb0\x1e\x54\x0e\x34\x7f\xfd\x40\x95\x82\xac\x60\xf3\xab\x5b\xb4\x0b\x65\x59\xc5\x6e\x6e\x53\x32\xa8\xb2\x16\x5b\xdb\xa8\x6e\xa8\x97\xd5\xed\x36\xe9\x08\xec\xa2\x8a\x87\xe5\xa5\x99\x80\xe0\x12\x5b\xed\xc2\xa8\x80\x62\xe3\x17\xf5\xa8\x81\xfe\xfe\x81\x04\x9f\xaa\x98\xd3\x8f\x18\xe7\xf0\x79\x9d\x92\xbc\xb5\x4a\x40\xb1\x9b\xca\x77\x4b\x32\x0d\x90\x98\x9f\x3d\x88\xf4\xcf\x2f\x5d\x48\xcd\xcf\xde\xbd\x3b\x6f\x9d\x4e\xda\x59\x74\xad\xcc\x2e\x94\x77\xdc\x22\xaf\x67\xe5\xf5\xb6\xc0\x8c\xad\x76\xa5\x9d\xa5\xd5\xe4\x52\x34\x69\x6b\x4f\x69\x67\x69\xb5\xba\x14\xad\x16\x7b\x55\x3b\x87\xd6\xba\xa9\xa7\x03\x8b\x6a\x7a\x25\x8a\xad\xdb\x5c\x31\x69\xa8\x68\xfa\x7c\xd3\xa4\x2c\xb6\xea\x46\xeb\x75\xbf\x98\x4e\x4f\x9b\x14\xc2\x56\xdd\xb4\xa1\x6e\xef\x6f\x38\x5d\xf0\x53\x23\x13\x33\x50\xaf\x85\x96\xd6\x2d\xb4\x6d\x0c\x34\xf6\x0f\x04\x88\x5a\x00\x1b\x58\x1a\xa2\x2f\x55\x03\x08\xe9\x99\x65\xc7\x9b\xa5\x6b\x5e\x40\xb5\x60\xb3\x0a\xe7\x7c\x01\x46\x7e\x81\x84\xbc\x84\x88\xbc\x6b\x50\x10\xe9\x08\x09\x90\x91\x0f\x3a\xe2\x55\xc9\xad\xcc\xab\xd1\x8d\x33\x69\x35\x55\x4d\x91\x76\x75\xab\x15\x4a\x49\xa8\xee\xa5\x29\x4a\xa1\xca\xfe\x20\x19\x39\x42\xc5\xce\xaa\xde\x2b\x64\xb8\xb1\xe8\xb0\xb1\xa8\xc0\xe0\x55\xfd\x50\xb8\xa6\x1f\x0a\xf5\x3a\x3d\x9c\xb4\x1a\x9a\xaa\x56\xf0\xe1\x54\xd5\x90\xd3\xc5\xdf\x4a\x45\x1f\x28\x7b\x3d\x90\x7c\x7e\x17\x93\x9e\xd6\x95\xe0\x86\x5e\x16\xb0\xf2\x73\x69\xb0\x82\xef\xa8\xd1\x9c\x72\x60\x18\x68\xa7\x62\x3e\x8a\x38\x41\xdc\x4b\xf0\xfe\x01\x30\xe0\x10\xc9\x2a\x76\xe4\xe1\x87\x37\x04\x8c\x20\xe6\x45\xf2\x5a\x4a\x57\xa9\xc4\x28\x2e\x1b\x52\xc1\xac\x7e\x52\xed\x84\xea\x87\xa9\x2b\xd8\xcb\x9f\x50\x22\x72\x62\xf9\x23\xc2\x3b\x45\xc7\xa9\x7c\xfd\x70\xd0\x0b\xd6\xbb\x0f\x45\x56\x38\xe8\x05\x20\x00\x13\x32\xf1\x2b\x16\xbf\x62\x51\xbc\x12\xfa\xb8\x58\xda\x5f\xd1\xcf\xb8\x16\xb8\xb8\xc8\xf9\xad\x1e\x90\xb8\x78\x05\x0e\xff\x59\xa6\x40\xaa\x87\x13\x4a\xee\x46\x2c\xbc\x6d\x74\xb1\x2f\x8d\x45\xf9\xfe\x95\x35\x6f\x06\x5d\x31\x63\x73\x4b\xc9\xa0\x0b\x4b\x9c\xe7\x10\x3d\xb4\xb1\x27\x78\xff\xa0\x6c\xae\xfd\xb8\xc5\xa0\x2d\xf7\x50\xeb\xc5\xdb\x0d\xdf\x8f\x5b\x76\x4a\x53\x82\xfd\xb9\xd6\xa4\x48\xa8\x96\xaf\x7e\x55\x5b\x6b\x37\x24\x54\x3e\x8b\xe6\xac\x5b\x8a\x3c\x87\x94\x5a\xf3\xec\xed\x3f\xc6\x10\x52\x72\xd0\x4a\x29\x64\x0f\x5d\x9b\x50\xc6\x2f\x60\xad\x94\x96\x2b\xd4\xad\xce\x25\x51\xeb\xaf\xbf\xba\xd5\x91\xe9\xcc\xea\xb8\x62\x5a\x58\xfc\xa1\xab\xfd\x5e\x17\xef\x17\x9f\xff\xd1\x92\x09\x30\xb7\x8a\x2c\x45\x4a\x2b\xa6\x30\xa4\xa4\xe4\x83\x8a\xd4\xd1\xc3\xe6\xd2\xf9\xc7\x3f\xbb\xff\xe8\x3d\xee\xfe\xb3\xf7\xe4\xe0\x9f\x07\xff\x78\x72\xd0\x92\xea\xad\x39\x6d\x31\x88\xc8\x90\xb6\xd8\x96\x19\x46\x76\xa0\xb9\xde\x61\xfa\xf4\x89\x8a\x7f\xa4\x2c\xb9\x97\xad\x74\xff\x09\x64\xc4\xb6\xcb\x8d\x89\x65\x95\xbb\x53\x34\x15\x0b\x48\xc8\x2a\x9b\x99\xb5\x92\x76\xdc\x8a\x20\x6e\x25\x5e\xd6\x8a\x70\x5e\x5f\xae\xc9\x03\x37\x4b\xc6\xa2\x67\x12\x96\x99\x0c\xcb\x28\x51\x0d\x93\x8e\xa7\x36\x24\x3c\xc6\x30\xdb\xd6\x64\xdb\x06\x00\xf4\xb8\x35\xa6\x18\xdb\x6b\x73\x50\x85\xc5\x31\xad\x43\xb7\x95\x52\x9d\xc9\xb4\x3a\x8c\xfd\x03\xb8\xa1\xa4\xb7\x6f\x01\xe9\x01\x86\x2b\x4a\x1e\xb7\xd0\x0d\xdd\x3f\xf0\x7a\x18\x2e\x1f\x8c\x12\x14\xa4\xee\x1f\x40\x44\x58\xeb\x86\x0a\x1e\x01\x42\xf9\xd3\x63\x90\x91\x76\x0a\x31\x09\xcb\x79\xc8\x68\x67\xc5\x90\x53\x08\xed\x2d\x81\xd8\x9e\x61\xe7\x49\x2b\x69\x4f\x69\x2b\x82\x29\x6d\x25\x9e\xf8\x8e\x6a\xf9\xa9\xc8\x0f\x45\x7e\x2a\xf3\xc3\x5a\x7e\x26\xf2\x63\x91\x9f\xc9\xfc\xb5\xf6\x3d\xd9\xbe\x6c\x5a\x14\x4d\xea\xed\x7b\xb2\x7d\xd9\xb4\xc8\x4f\xeb\xed\x7b\xb2\x7d\xd9\xb4\xc8\xcf\xd6\x17\x7f\x49\xc9\x20\xa1\x10\x89\xd3\x0f\x13\x71\x6e\x60\x46\xe1\x92\x06\x70\x51\x77\xcb\x56\xab\x5b\x65\xb1\x8a\xa0\xda\xd2\x88\x7c\xb5\x42\x8c\x24\x9a\x55\x6a\x56\xdf\x74\xc4\xb6\x21\x06\x1b\x4d\x34\x20\x31\x8c\x90\xd1\x6a\x3d\xfc\xa2\x6c\x8e\xe8\x6a\x95\x3c\x58\x81\xfe\xe3\x0f\x52\x83\xae\xa2\x63\xff\x65\x3d\x88\x68\x49\xaa\x41\x92\x4e\x16\x7d\x7b\x30\x97\xb6\x95\xd9\x49\x24\x03\x97\x7c\x1f\xb3\xc3\xea\xcc\x4e\x22\xd9\xb9\x24\x87\xdb\x8a\xac\x62\xb1\xe3\xc7\x45\xc0\x6d\x5a\x5e\x00\x57\xb9\x05\x74\xd0\xa2\x9d\x8b\x45\xd7\xa3\xd2\x61\x64\xff\x31\xa8\x94\xa5\x4c\x59\xaa\x14\x55\x42\x95\x2c\x52\x96\x3a\xa5\x52\xe6\x07\x55\xc6\xe3\x78\xff\x47\x53\xea\x07\x55\xca\x63\x78\xff\x47\x8b\x97\x58\xd0\x26\x0b\x82\x05\xfd\x97\x9a\x10\x2c\xd6\xbd\xbe\x2c\xe3\xfa\x77\xe1\x3b\xb8\xdf\xd4\x40\x5f\xfa\xaf\x5f\xf5\x3f\xf6\x8f\xed\xb7\x18\x2e\x16\xbd\xc2\xe7\x0a\xab\x2b\xfb\x83\xe6\xcb\xf9\xf5\xe2\xf9\xff\xda\x33\xd8\x59\x07\x95\xac\xc7\xd0\xd8\x13\x7a\xd2\x32\x9b\xec\x15\x1e\x51\x02\x2c\x4d\xfa\xd2\xa4\x0b\x10\xfe\x11\x17\x06\x13\xc7\x76\xb8\xf6\x35\x38\x81\xd2\xff\x03\xd6\x40\xc6\x72\xaa\xd3\x8a\x9b\xd3\x46\x94\x91\xd0\x5b\x75\x00\xac\xd3\x7a\xd6\x78\x20\xce\x36\x1c\x88\x5b\x5a\x80\xfe\x2d\xfd\x3e\x10\x5f\x1c\x98\x1f\x8f\xcd\x8f\x1f\x1a\xa0\x5f\xff\x30\x85\x97\xa6\xf0\xf2\x87\xbf\x7a\x30\x7a\xcd\x00\x60\x46\x67\x16\xf1\x00\xc3\x46\x38\x6e\x82\x86\x5a\x73\x45\x7b\xde\x81\x01\x84\xc7\x12\x55\x99\xe6\x8b\xf4\xa5\x48\xaf\x77\x66\xa0\xc8\x54\x2d\x5b\x39\xb0\x5b\x29\xd3\x97\x07\x0d\xad\x6c\x18\xf2\x63\x35\x64\xad\xff\xdb\x30\xef\x4a\xae\x01\xf2\xe5\xe3\xa6\xdc\x1f\x4c\xee\x0f\xf2\x09\xce\xbf\xf3\x28\x2f\x0e\x4a\x40\x3f\x20\x7c\xcb\x09\x85\x02\xaa\x8a\x0a\x8f\xab\x15\x9a\xcf\xed\xe2\x87\xb2\xc2\x0f\x84\xc3\xd6\xdd\x14\xf4\xc4\xc0\xb3\x47\xe5\x79\x2e\x4e\xb3\xc9\x59\x2a\x02\x64\x56\xfc\x3f\xe5\x5c\x9f\x6c\x3c\xd7\x67\xb5\x73\xfd\xbc\xf1\x5c\x3f\xff\xef\x47\xe8\xb6\xd2\xa0\xc7\xff\x3e\x34\xe8\xcf\x11\x11\x1d\xa7\x7c\x33\x9c\x25\x64\x23\xa4\xed\xdc\x47\xf5\x18\x24\x1b\xa8\x9e\xc8\x69\xc0\x0c\x7a\x54\x3f\xfc\xe7\x00\xef\xfb\x8d\xc0\xfb\xbc\x06\xbc\xe7\x95\x27\x30\x2e\xc3\x2c\x52\x21\xd6\x25\xf1\xd2\x0d\x5f\x52\x1e\x12\x9e\x9f\x57\x20\x7a\x1b\x2c\x92\x41\x60\xc6\x54\xfe\x94\x6d\xdf\x7b\xd1\x62\xc7\xa2\x5b\x98\x47\x9e\x2e\x96\x56\x30\xba\x76\x4f\x0a\x2d\xcf\xba\xb5\x68\x74\xdd\x40\x46\xa2\xed\x06\x10\x12\x3a\x60\x41\x3b\x92\xef\x2b\xb0\x40\x0a\x8b\xed\xde\xa1\xe7\xc5\x4f\x09\x3b\xc4\x09\x89\xf7\x59\x65\x50\x36\xaa\x15\x93\x6d\xd1\x41\x1c\x78\xc8\xc0\xae\x48\xc2\x2d\x14\x79\x89\x10\x05\xad\x62\xbc\xa9\x58\xea\x25\xad\x0c\xeb\xc7\x78\x2e\x16\x66\x06\x76\xac\x81\x72\x29\xee\xbd\x47\x5a\xa8\x40\xfe\x5e\xb1\x19\x4b\x9d\xc0\xcd\xcd\xd1\x87\x72\xaf\x77\xa9\x7c\x09\xaa\xd0\xe6\x59\x7b\x2f\x59\xc8\x7e\xb1\xb3\x32\xb8\x95\xde\x7b\x23\x9f\xb1\x8e\xdc\xe8\x06\x81\x8a\xca\xee\x80\xe5\xa8\xf3\x8f\x27\xd6\x2d\xe5\xf5\xfd\xf2\x87\x12\x17\x68\xe7\xe2\xba\x25\x7f\x1f\xb4\xa5\x20\x21\x04\x4d\x71\xb8\x8a\x8c\xa5\xcc\x58\xaa\x8c\xc5\x81\x55\xa3\xd7\xe6\xaa\xb4\x95\xb8\xec\x29\x8d\x84\x20\xaa\x32\xcb\x92\x3b\x8e\x2a\x10\x5d\x20\x64\xbd\x7c\xd7\x44\xec\x17\xde\xff\x31\x3f\xfa\xaf\x46\xd0\x05\x9b\xd6\xc8\x94\xfd\x45\x16\x6c\xbb\xe4\x61\xb1\x22\x55\xdc\x74\xbd\x51\xa0\xf9\x5f\x09\xe5\xa0\x01\x09\xf7\xb6\xf2\x3f\x05\x72\xbf\x7e\x20\x72\xaf\x6d\x8f\xcd\x9a\x35\xa2\x7b\xbd\x89\x16\xfb\x66\x4c\xbe\x1f\x84\x14\xa4\x0d\x78\x1d\x09\x70\x9a\x64\x51\x9a\x6c\xc7\x03\xb6\x85\xd2\xcb\x07\x1e\xb8\x97\xff\x52\x49\x67\xf1\xe4\xfb\x44\x1e\xfd\xe3\xc9\x7f\xae\xec\xb3\xc6\xe5\x7f\xaf\xec\x53\x3d\xc7\xdf\xdd\x5c\x93\x5c\xf2\x60\xc9\xa3\x21\xf7\x89\xc9\x7d\xf2\xf7\xcb\x25\x9b\xc5\x8c\xe6\x73\xd9\xbc\xe2\x55\xd9\xa3\x71\x6d\x6b\xd2\xca\x93\xb2\xc6\x93\xa2\xdf\xff\xb2\x93\xfc\xee\xc1\x27\xf9\xe5\x5f\x3e\xc9\x6f\x1e\x78\x92\xdf\xfc\x4f\x20\x9d\xff\xb3\xa5\x9d\x7b\xa9\xe0\x3a\x27\xf0\x50\xa5\xcd\x43\xa4\x99\x7f\xf9\x31\x79\xfb\xe0\x63\xf2\xe6\x2f\x1f\x93\x57\xb5\x77\x2e\x25\x97\x2a\x8d\xab\xc4\x60\x53\xa2\xf8\xd2\x50\x7e\x1f\x08\x61\x85\x76\x2e\xe2\x6e\xef\x22\xb4\x1d\xe6\x33\x22\xb5\xeb\x22\xfd\x20\xf4\x1e\x9b\xdf\xa1\xfc\xd1\x3b\xb8\x08\x3d\xfd\xe3\x20\x84\x98\x58\xf9\x45\x6b\xa6\x40\x88\x77\x12\x82\x92\x56\xa6\x58\xeb\x56\x51\x4f\xea\xfc\xad\x5e\xf0\x7e\x0c\x11\x41\x91\x2a\xb9\xac\x95\x5c\x56\x4b\xe6\x7a\xdc\x07\x8f\xab\xe3\x9e\xeb\x71\x1f\x3c\x2e\xc7\x2d\xca\x34\x8d\x7b\x48\xac\xfc\xa2\x35\x6b\xdc\x29\x41\x69\x6b\xae\xee\x26\xca\x56\xdb\xbc\x1c\x19\xde\x1f\x42\x48\x50\xa8\x4a\x2d\xed\x52\xac\x52\x2a\xdf\x28\x82\x98\x40\x2a\xcd\xe2\xc2\xb7\xad\x38\x2f\x8c\x67\x13\x21\xfb\x7e\xfb\xef\x82\xf1\x24\x64\x18\x54\x26\x16\xd9\xfc\x16\x2b\x4f\xca\x32\x07\x76\xa1\x03\xbb\x54\xf1\xf1\xaf\x94\x3b\xd6\x39\x0b\xab\xe8\x7f\x91\xe8\x21\x83\x89\x37\xa2\x69\xfb\x8d\x25\x21\xd1\x16\xcf\xde\x2d\x0f\xda\x7c\xc7\x5e\x70\xeb\x52\xdb\x5e\x60\x99\x3c\x4b\x6f\x11\x6b\x31\x2f\x69\x25\x36\xb4\x61\x9c\x6f\x5c\xdd\x7f\x87\xcb\x98\x02\xc7\xbf\x5a\xc7\xf1\x6b\xd0\x07\x1b\x20\x11\x36\x42\x22\x6c\x04\x4b\xf8\x57\xd0\x91\x17\x0f\xa2\x23\x4a\x93\xa2\x51\x87\x5f\x88\x51\x5d\x8b\xaa\x28\xcc\xb1\x5d\x99\x62\xeb\x52\x3e\x3e\x08\x0f\x7d\xfc\xef\x26\x43\xfd\x57\xe3\xa3\xff\x15\xc7\xfe\x9b\x22\xb5\x7f\x4f\xf1\xef\x7f\x24\xce\x7b\xfd\x1d\x38\xef\xa3\x85\xf3\x5e\xfe\x55\x9c\xf7\xe9\x41\x38\xef\xd3\xff\xf2\x5e\xff\x06\x82\xeb\xbf\x3f\xe2\xf8\x6f\x29\x28\xff\x8f\x44\x28\x7f\x7c\x07\x42\xf9\x64\x21\x94\x37\x7f\x15\xa1\x3c\x6a\xbc\x8a\x7f\xf4\x57\x99\xa6\x6d\xa7\xd1\x2a\xb1\xe5\xac\x35\x9f\xa9\xc6\x03\xb5\x85\x93\x47\x4d\x84\xb2\x81\xb1\x37\x57\x83\x9f\x37\x5e\x03\x3f\xaa\x5d\x03\xff\x44\x6d\xdf\x1d\xed\xa4\x5b\x0a\xc9\x5f\x9a\x34\x1e\x4a\xdd\x00\x11\xe1\x6d\xa5\x01\x49\x89\xbe\x9b\x53\x37\x79\xfb\x28\x59\xad\xa2\xa7\x5d\xd7\x6d\x77\xb1\x10\xe2\x59\x5b\x9b\x13\xa2\x68\xb5\x4a\x4c\x46\x46\x50\xda\x8a\xbc\xb0\x95\x88\x1a\x5e\x64\xbc\x0e\xd0\x4f\x14\xa5\xd8\xfb\x89\xa2\x10\x6b\x4f\xa5\x8a\xb7\x71\x8a\xa1\xf8\x1d\x62\xe8\x3c\x69\x15\x9f\x19\xc6\xab\x55\xd7\x72\x4c\xa2\xb6\x29\xac\x35\xf8\xe2\x99\xd0\x3e\x7a\xdc\xaa\x0e\x9e\xb5\x39\xde\x3f\xf0\x6d\x07\xa6\x86\x45\xe8\x6a\xb5\x4f\x57\xab\x7d\x7a\x5a\xed\xd3\x93\xd3\x6a\x27\x78\xff\xf1\xce\x66\xc5\x84\x97\x41\xe4\x65\x2d\x0e\x69\x3b\x83\xb0\x9d\xb5\x98\x8c\xba\x6a\xb9\xb7\x34\xc2\x73\xe9\xb4\xd2\x90\x2d\x76\xf7\x77\x5a\x09\x7e\xfb\xfb\xf6\x56\x28\xaf\x01\xc7\xcf\xd5\xea\xbc\x9e\xff\x5b\x35\x9f\xf1\xad\xcd\x27\xbc\x70\xfc\x02\xa6\xbc\x11\xcd\x93\xcb\x6b\xaf\x11\x57\x3e\xab\xaf\x57\x4b\x9b\xfd\x68\xd0\x0d\x48\x17\x52\xf1\xe7\x00\x42\xf1\x87\x0e\xba\x81\x77\xd0\xa2\x83\x5e\x00\x9c\xf4\x0e\xf9\xd3\x44\xde\xf5\x73\x1c\x0d\x78\x40\x7a\x90\x8a\x3f\x3f\x48\xa7\x6e\xf2\x43\x8b\x0e\xb8\x2a\xce\xbd\x5e\xa0\xdb\x4c\xda\x3d\xd1\x5c\xaa\x7e\xfc\x07\x84\xea\xc7\x3f\x5a\x54\xfe\xf0\xa8\x7c\x33\x50\xb5\x2d\x5b\x66\x44\xb4\xbd\x9f\x0e\x78\xbb\x17\xc8\x0e\xda\x84\xc9\x1e\xda\x84\xb5\x42\x99\x6c\xb7\xad\x1a\xdc\x57\x1d\x00\x27\x49\xfb\xe0\x90\x3f\x23\xdd\xc3\x76\x5b\x0f\x13\xc9\xca\x91\x1c\x15\x16\x0d\xab\xfa\x7a\x48\x48\x8c\xc0\x53\x8d\xe1\xfd\x03\xe0\xa4\x6b\xcd\x53\x4e\xd0\x4c\x49\xb7\x61\x42\xde\x45\x90\x06\xf9\xcf\xff\xd5\x0c\xd4\x3a\xdf\xc4\xbb\xff\xb9\x17\xdc\xb6\x25\x6e\x85\x0a\xff\x5a\xb9\xe0\xe6\x5d\xf8\xa5\x96\x80\xff\xab\xd4\x4d\x0a\x39\xbd\x0b\xdf\xed\x44\x63\xe9\x9e\x09\x92\xe1\xc2\xd6\x33\x0f\xab\x15\x2f\xbe\x96\xbd\x2d\x8b\xf3\xef\xa0\x27\x02\xb3\xd4\x66\x85\x19\xf9\x62\x31\x3b\x18\x58\xdd\x7e\x6f\x6d\x6f\x6a\x35\xfe\xbc\x59\x54\xd1\x24\x61\x79\x9e\x03\xfa\xcd\x3e\x11\xa7\x32\x46\x9e\x7e\xd5\x0f\xd9\x87\x05\x63\x25\x5e\xd7\x3c\x2a\xec\x22\xaa\x80\xf2\x52\x55\x83\x97\x8f\x2b\xff\x5e\x39\x72\x5b\x9e\x05\xa9\x33\x91\x40\x37\x3d\xf9\xb1\x85\xb7\x88\x37\xbf\xe4\x51\x3f\x1e\x40\xbf\xeb\x5d\x8d\x66\xc2\xc5\x81\x4a\x77\xa4\x14\x22\x9c\xe7\xc0\xf8\xbf\x16\xbf\x54\xcd\xcb\xfe\xa4\x19\x99\x34\x22\xc3\xe2\xa8\xdd\x77\x36\x64\x28\xe2\x41\x37\xd8\x74\x42\x8a\x7c\x38\x20\x84\x30\xbc\xa1\x15\x81\xf9\x65\x8c\x61\x19\x63\xb5\x7c\xcc\x5a\xd2\x47\x41\x0a\xa5\xd7\x97\x7a\x50\xb5\x77\x18\xca\x17\x57\x53\xf0\xbc\x10\x6f\xdb\x8a\x64\xd0\x0d\x06\x69\x00\x91\xfe\x9b\x0c\x7a\xfa\x5b\xfd\xa5\x83\x50\xf4\x1b\x06\xf8\xf0\x5e\xb4\xc6\xfe\x0c\x32\x33\x47\xb0\x62\xe7\xf6\xd7\x2c\xda\xa2\x46\x8f\x19\xc1\x0c\x48\x56\xc3\x62\x5b\x53\xbe\x4d\x81\xc0\x09\xcf\xd3\x7f\x35\x6c\x9a\x65\x78\x18\x79\xeb\x3e\xd5\x43\x35\x2b\xcf\x9f\xf6\x5c\xf7\xa0\x4a\x63\xea\xbb\x52\x25\x75\x66\x15\x31\xfc\x27\xd0\xad\x67\xa4\x5b\xbc\x9f\xc1\x8b\x7d\xe7\x9b\x80\x61\x83\x9c\xf3\xef\x64\xc4\x55\x50\x9b\xe2\xe8\xf3\xa7\xa4\xdb\x7c\x68\x8b\x15\xde\xe0\x3b\x20\xbb\x2a\x42\xcd\x17\x3a\x90\x56\x61\x12\xca\xb1\x47\xb5\x25\xb1\xd1\x84\xac\x19\x0e\x17\xdb\xb7\x29\x1f\xe7\x86\xf0\x95\x54\xae\x10\xb5\xc3\x8d\x67\x45\x9e\x8d\xce\x13\xfb\xb8\x64\x75\x4e\x5e\x96\xe9\x5a\xbc\x7c\xdc\x58\xa2\xa7\xe2\xc2\xcf\xeb\x84\x50\xbd\x70\x6d\x30\x2a\x7e\xd6\x2b\x4c\x72\x35\x19\x21\x52\x1e\x1a\x08\xec\x18\x40\x46\xc2\xf2\x9d\xe8\x48\xfa\xdc\xaa\x97\xb3\x43\x5d\x28\x0d\x02\x60\xa4\x7b\xc8\x9e\x66\x87\x9e\xc7\x70\x38\x60\xc1\xa0\x17\x78\x44\xfe\xe8\x06\x24\xca\xde\x85\xef\x50\xa2\x92\x71\x3f\x51\xc9\xbe\x4e\xc8\x61\x58\x5d\x8c\xf2\x8d\x64\x33\x44\x60\x96\x4c\xc1\xb1\xe0\xbf\x05\x1b\x8e\x99\x60\xa1\x8b\x97\x85\x99\xb5\x64\x23\x5e\x7f\x18\xd9\x0a\x8b\x3a\x91\xab\xa5\x1e\x25\xe3\x64\x10\x14\x4f\x8a\x77\xae\xe9\x52\x46\xdc\x91\x2f\x29\xf1\xf5\xb0\x2d\x73\x34\x08\x30\x70\x32\xe4\xc0\xc8\x9c\x43\x42\x46\xbc\xec\x34\x42\x26\x76\x00\x84\x90\x11\x3b\x44\xef\x86\x18\x5e\x13\x8e\x21\x2e\x5e\x26\x87\x39\x69\xab\x10\xaa\x6a\x6c\x74\x37\x1d\xef\x46\x72\xb5\x05\x7d\xf1\xbc\xf9\x61\xfa\x34\x56\x2f\x75\x67\x83\x34\x18\xcc\x03\x32\xe8\x82\x27\xb6\x55\x7c\x8b\xe1\xc3\x1c\x22\x1c\xe0\xce\x28\xe4\x21\xa1\x3b\xa6\x6e\x48\xae\x11\x17\x02\x76\xd1\x42\x36\x08\xc5\xce\x75\x64\x70\x2b\x92\x16\x8b\x88\x64\x34\xd5\xcc\x28\x73\x22\xd1\xe8\x5f\x8f\xb2\x6d\xad\x85\xe0\x21\x23\xe9\xba\x19\xd5\x63\x62\xfd\x85\xb0\x17\x91\x0c\x7b\x11\x75\x52\x36\xa2\xec\xa1\xde\xa0\xc6\x73\x73\xc8\x37\xc7\xf3\xab\x04\x5a\x96\xfd\x70\xd9\x8f\x7c\x32\xf0\x7b\x5d\x44\xe7\xdc\xa7\xa2\x09\x96\x43\x94\xc3\xac\xe9\x60\x26\xd6\xc1\xec\x96\x87\xc1\x9c\xcc\xae\x3c\x74\xdd\xa0\xfe\x74\xbb\x2c\x18\x11\x75\x0e\x13\x79\x0e\x23\x4f\x1a\xd4\x0b\x40\xe9\x05\xab\x55\x57\xb0\x4e\x0a\x9a\xec\x52\x65\x91\x7d\x12\xe5\x73\xae\x43\x10\xc3\xb4\x69\x70\x59\x65\x70\xb5\xb1\xa9\x77\xb3\x64\xec\x35\x8d\x3b\xcc\x20\xe3\xa7\xf3\x43\xcf\x8b\x35\x24\x87\xf2\x91\xfa\x12\x5f\xa0\x88\x88\x59\x0f\xf8\x80\x05\xc1\x20\x0e\xf0\xa0\x17\xb4\x05\x83\x84\x9f\x75\xfb\x92\x53\x22\xa9\x64\x90\x48\xea\x91\x08\xfb\xd1\x53\x99\x2c\x04\x74\x90\xb9\xa1\x4c\x56\x25\xbb\xaa\x64\x84\x73\xb8\x69\x9a\x01\xdb\xb8\xbc\xa4\xab\x5e\xc7\x97\x48\x2f\x2d\x1f\xc7\x4f\x9e\xa6\x87\x9e\x97\x94\x65\xc5\xf8\x33\xd2\xd5\xbc\x5e\x88\x33\xb1\xce\x61\x30\x48\x8a\x75\x56\x3f\x3d\x22\x7f\x74\x03\xd2\xce\xf6\x0f\xac\xa5\xbd\xba\x0f\x21\x0b\xe2\x9d\x10\x31\x56\x35\x1c\x7c\x1f\x44\x08\xc6\x33\x91\x83\x29\xb2\x33\xd2\xd5\x9b\xd1\x3d\xcc\x24\xde\xce\xca\xcc\xa1\x6c\x39\x0b\x02\x18\x91\xa1\x18\xbb\x1c\x38\x4c\x08\x1a\xb5\xd1\x70\x10\xb6\x7b\x3a\x49\x06\xf1\x1f\x93\xee\xe1\x58\x6e\xd6\x58\xe1\xb7\x99\xac\x3e\x0e\x82\x9d\x89\x47\xd0\xac\x68\x00\xb7\xc5\x47\x59\x39\x8f\x3d\x32\x82\xb9\x47\x26\xad\x51\xce\x4c\x8e\x47\xf4\x4f\xb9\xb1\xb1\xeb\xa2\xb4\x4d\xe6\xfb\x31\xde\x54\xa4\x5c\xb9\xcb\xea\x89\x33\x54\x62\x1a\xce\xd0\x92\x17\x71\x4f\x86\x02\xbf\x6f\x0d\x33\x38\xa0\x41\x5b\x80\x5b\x8e\x6d\x3a\xbb\xe4\x15\xf2\x03\x8c\xb4\x7b\x06\x2e\x0c\x8a\x4e\x49\xbb\xb7\xdf\x15\x70\xfb\x34\x3a\xc4\x42\xe0\xa7\x9a\xae\x3d\x4b\x65\x4c\x63\x41\x14\x58\xf9\xb6\xbc\x24\x25\x17\x9b\x87\x7d\xfb\xd7\x87\x7d\xbb\x36\xec\x2e\x24\xa4\xdd\xb3\x86\x2d\x00\xb8\x1c\xaf\x84\x4e\xec\xba\x88\x79\xa4\xec\x9e\xc9\xa1\x1e\x37\xe2\xb4\x0b\x39\x34\x46\xf5\x2b\xf7\x39\x2c\x1a\x66\x54\x51\x13\xca\xce\xf5\x04\x21\x25\x97\x52\x5a\xd2\x27\x07\x62\x21\x0a\xce\x05\xe5\x15\xa3\xd6\x6a\x31\xad\xa2\x4b\x07\x3c\x80\xf0\x69\xd6\x47\xe2\x58\x0f\x58\x00\xb1\x12\x34\x98\x7c\x80\x44\xa7\xcd\x8b\x34\x33\xfc\x79\x39\xbc\xce\x30\x4d\x86\x21\x47\x31\xce\xe1\xb4\x71\x3e\xc3\xda\x7c\xee\x79\x16\xbe\x54\x8a\xda\xdb\xb7\xfd\xf5\xfe\xbb\xdb\x68\xc4\x27\x3e\xef\xc8\xbf\x30\xa1\xd1\xd5\x84\xfb\xbc\xa3\x7e\x00\x4f\x67\x3e\xef\xf0\x74\x06\x4c\x67\xc8\xbf\x70\x99\x72\x9e\x4e\x7d\xde\x51\x3f\x20\xa6\x63\x91\x29\xfe\xc0\xc2\xfc\x58\xaa\xaa\x79\x6e\xb1\x1e\x54\xa2\x11\x67\xa0\x9e\x0e\xd8\xfd\x1c\x25\xa3\xf4\x36\x70\xf6\x88\x7c\xa4\x5f\xbd\x36\x87\x70\x39\xfa\xf4\x36\xa1\xec\xa5\x7e\x3d\xbf\xe0\x80\x5c\x97\x77\x34\xa7\xfd\x29\xa2\xb7\xab\xd5\xad\x6c\xa7\x88\x05\x51\xf6\x98\x96\x4b\x21\x3a\x37\xb3\xce\x86\x2c\x8d\xe3\xb7\x6a\xd4\xb3\xf0\x8a\xfe\xa6\x1e\xd7\x05\x95\x71\x2e\xa7\x2d\xd2\xbf\xa8\x74\x6b\x0e\xa1\x7d\x97\xb1\x1b\x25\x19\x0f\x93\xa1\x20\xc4\xa2\xfd\x8e\x7e\xe0\x7f\xb5\xaa\x64\xe9\x54\xfb\x09\xd8\x6d\x8d\xbc\x3e\x3f\x79\xdb\xdc\x90\x95\x63\xb1\xd5\x76\x63\x7d\x44\x3b\x49\x3a\xa2\xef\xc2\x29\x5d\xad\x1c\x07\x77\x78\xfa\x36\xbd\xa5\xec\x28\x14\x30\xe4\x57\xa3\x56\xcf\xcb\xaa\x08\x89\x99\xf5\x6b\x4b\xee\xd3\xce\x48\xff\xc4\x66\x99\xcb\x94\xe2\xd7\xda\x98\x86\x36\xa7\x8f\x44\x37\x58\x02\x85\x97\x4a\xec\x51\x2c\xbf\x1d\x40\xbb\xac\x21\x57\xe1\x8a\xf2\xa3\x74\x3a\x9b\x73\x3a\x3a\xe3\xcb\xb8\x7a\x2d\x30\x29\xf7\x55\x54\x04\x46\x78\x27\xbd\xa1\x6c\x1c\xa7\xb7\x90\x58\x1f\xbf\x41\x64\x7d\x7d\xd1\x00\xb0\x1f\xce\x79\xba\x52\xc3\x58\x89\xcc\x38\x5c\xae\x26\xd1\x68\x44\x93\xfd\x0e\xa7\x19\x47\xcc\x8b\xbc\xc4\xea\x70\x5c\x5c\xcf\x14\x21\xb4\x05\x6a\x22\x7b\x3d\xac\x44\x25\x18\xc1\x98\xc8\x88\x1f\x33\x22\x43\x31\x4e\x49\x26\xbe\x6e\x88\x0d\x6d\x5d\x0b\xc2\xba\x39\x5c\x91\xbb\x85\xdf\x85\xa5\xdf\x35\xb1\x58\xd1\x74\xb5\xda\x9b\xba\xee\x1e\x13\xa8\x0f\x39\x97\xe9\x68\x29\x8e\x47\x8c\xc4\x06\x4c\xd0\x18\x8b\xf4\x1b\x82\x42\xc2\xf1\x1e\x21\x11\x0a\xb1\xeb\x66\x28\xc4\x7d\xbb\x1f\x34\x22\xa1\xbd\xce\x56\xb7\xa3\x4e\xf1\x3b\xf7\x53\x14\x62\x0c\x62\xa0\x7d\x84\xae\x88\xe0\x9c\x71\x67\xe1\x11\x21\xb2\x0b\x64\x21\xeb\x5e\x75\x96\x65\xca\x79\x3a\xc3\xfe\xd8\x75\xd1\x55\x67\x41\x86\x62\x3c\x18\xee\x16\xfe\x4c\x6d\xef\x8d\xd5\x67\xfb\xaa\xb3\x80\xa5\x3f\x13\x48\xa0\xc8\x38\x4f\x67\xed\xab\xce\x12\x14\xde\x99\x55\xf1\xce\x4c\xe3\x1d\xeb\xb8\xcd\x4a\xb0\xb8\x5b\xf8\x54\x73\xb4\x6f\x15\x7e\x31\x9f\xe7\xe9\x4c\x37\x68\x52\x3e\xdb\xcd\x9a\xc4\xd7\xf5\xc6\xa7\xd6\x63\x26\x13\x3e\x8d\x1d\x22\x16\x5a\x9c\x02\x9f\x76\xc2\x2c\x8b\xae\x12\x3a\x3a\x8b\x53\x71\x0c\x3b\xb3\x90\xd1\x84\xbf\x4b\x47\x54\x7c\x4d\xd2\x8c\xaf\x56\xf3\x0a\x50\xde\x68\x5d\x7b\x11\x4d\xc6\x75\x91\x90\xdc\xb0\xf6\x0e\xae\x5e\x5b\xeb\x4b\x14\xd5\x31\xa8\x8d\x06\xe7\xff\x31\x47\xca\xd1\x42\xcf\xe9\x18\x89\xbd\xc7\xcf\x48\xb7\xcf\xab\x87\xb3\x23\xea\xf8\x62\xf3\x5c\x77\x22\xb6\x90\xfb\x14\x49\xd1\x25\x47\x32\xc6\x91\x6a\x54\x4e\x8a\x09\xfa\x16\x21\x19\x29\x2e\xe9\x0b\x31\x4c\x93\x9f\xb4\x73\x13\x65\xf3\x30\x16\x88\x74\x96\x32\xbe\x5a\x0d\x02\x10\x34\xab\xcf\xfc\x41\x80\x7d\x26\x83\x22\xea\xc2\x61\xc9\x32\xf4\xe7\xfe\xdc\x24\xdf\xa0\xa9\x80\x23\x6b\x29\xae\xca\x95\x1d\x38\x3c\xbc\x8c\xa9\x03\x0e\x1f\x89\xff\x26\x95\x99\x51\x39\xb3\xb2\xe2\xa5\x26\x11\x7b\x02\x45\xae\x56\xce\x38\x5a\xd0\x91\x98\x82\x38\xe6\x9d\x59\x9a\x45\xa2\x98\x09\x07\x24\x03\x0f\x15\xb4\x42\x6e\xf2\x7b\xb9\x4d\xf2\x9a\xa3\x7c\x35\x84\xcb\xb0\x8d\xd6\x72\x88\x25\x73\x32\x1e\xf2\x68\xa8\x1a\xe7\x65\xe3\x65\xce\x9e\xc8\x61\xeb\xdd\xb2\x22\x00\x6e\x39\xf0\x65\x55\x29\x10\x29\xac\x24\xa6\x73\xc8\x5c\xf7\x0a\xb1\x7a\x8f\x56\xbb\x87\x58\x94\x2c\xf9\x31\xe6\xba\x95\xad\xdb\x5c\xb3\xcf\x7d\xb6\x5a\x35\xeb\x25\x04\x74\x1f\x2a\xe8\xa8\x42\x59\x0d\xb2\x9e\x76\x0f\xcd\x4a\x8d\xcc\x4a\x25\x69\x42\xc5\xf4\x59\x87\xb3\x30\xc9\xc6\x29\x9b\xae\x56\x56\xea\x8c\xb2\x6c\x46\x87\x3c\xba\xa1\xab\x15\xeb\xdc\x46\x71\x7c\x34\x09\x93\x2b\xea\xba\x8e\xc0\xad\xaa\x54\x99\x6c\x56\x8e\xef\x70\xc2\xad\xa3\x94\x5b\x1b\x99\xcb\x1d\xe7\x39\xeb\x30\x81\x38\xf5\x0b\xee\x61\x12\x4d\x43\x4e\x5f\x45\x71\xdc\xf8\x76\xfb\x6b\x6a\x3d\xf7\xae\xae\x59\xce\xa2\xe4\x2a\xa6\x3c\x4d\x1a\x2b\x7c\xb3\x2b\x8c\x68\x4c\xaf\xc2\x0d\x4f\xf0\x7f\xb4\x4b\x8e\xd3\x38\x4e\x6f\x8f\xe6\x2c\x4b\x59\x63\xe9\xcf\x76\xe9\x49\x34\xa2\xcf\x37\x8c\xf8\x95\x5d\x30\x4a\xe2\x28\xa1\xef\xf5\x76\x6e\x7a\x38\xff\x27\xbb\x0a\x13\xec\xdc\x73\xc6\xd2\xdb\xc6\xb2\xbf\x55\x9e\xbf\x8f\x86\xd7\xcb\xc6\x62\x5f\x44\x93\xf2\xec\x5c\x10\x87\xa7\x33\x07\x6e\x05\xbe\x10\xec\x9c\x03\xc7\xc4\x91\x8c\x9e\x03\x0b\xe2\x08\xc4\xee\xc0\x29\x19\x5c\xc0\x2d\x1c\xc3\x22\x80\x33\x72\xda\x61\x74\x34\x1f\xd2\x0d\xb1\xce\xa9\xc1\x0c\x03\xee\x39\x6d\x19\xe3\xd7\x01\xf1\x93\x26\x23\x27\xc0\x39\x86\x41\x80\xe1\x84\x0c\x0a\x34\x74\x0a\x03\x05\x38\x01\x7e\x70\xd3\xb0\xad\xf1\xe7\x64\xe0\x5c\xd2\x71\xca\xe8\x07\x1a\x0a\xc4\xc3\xd4\x9f\x70\xcc\x29\xd3\x49\x2a\xff\x24\x8c\x12\x07\x9c\xa9\xfa\x23\xf3\x75\x92\xca\xff\xcc\x22\x01\x20\xce\xad\xfe\x2b\x4b\xa8\xc4\x40\x05\x44\x20\x77\xb3\x38\x1c\x4a\x16\xc8\x2f\xd6\x70\x9a\x8e\xa2\x71\x44\x59\xe6\x0f\x02\xc8\x38\x0b\x39\xbd\x5a\xfa\x4e\x78\x99\xa5\xf1\x9c\x53\xc7\x8e\x93\x80\xca\x73\x4b\x49\x5d\x35\x03\xdc\xd2\x2b\x4a\xac\xd2\x3d\x64\x4f\xe9\x21\xf3\x3c\x2c\xe4\xac\xb2\xc2\x80\x19\x2d\xe1\x1e\xef\x64\xe9\xb4\xb2\x86\x66\x05\xf7\x90\x38\xa4\x0d\x8a\xa4\x66\x51\x01\x0b\x31\x4e\x86\x02\x20\x77\x33\x41\x13\x6f\xa8\xbf\xd7\xb5\x06\x7f\x5d\x0d\xdb\x3b\x8b\x23\x8e\x9c\xb6\x83\x2b\x6f\x3c\x1d\x6d\x2a\xd4\xb3\x0a\x7d\xad\x10\x0d\x01\x92\x66\x31\x4b\x8c\x45\x25\x21\x74\x16\x8e\xef\x2c\x9d\xb2\xea\x4b\x4b\xbe\x23\xb4\xc3\xe8\x98\x32\x9a\x0c\xa9\x94\xf5\xa8\xe2\x4e\xa5\xb0\x57\x6c\x94\x20\x87\xfd\x6b\x14\x29\x96\x18\x42\x12\xf5\x8f\x8a\xaf\x8c\xb0\xce\xc2\x63\x8a\x3b\xd9\x3f\x68\x27\xe6\x17\xc4\x84\x75\x96\x1e\xd3\x8c\x8a\xcc\x32\x3f\x77\xf4\x4d\x44\xaa\x6f\x1d\x2e\x7c\x2e\xd8\xbb\x0c\x96\x3e\xeb\x2c\x8b\x82\xb9\x7d\x7f\x70\x5b\x29\x53\xb4\x5b\x29\x73\xac\xca\x58\x23\x82\xa5\x1f\x57\x8a\x2c\x8a\x22\x66\xa8\x76\x91\xe2\x2d\x2f\x5d\x46\x75\xa6\x5e\x0c\x9e\x93\xb4\xff\x15\xa5\x6a\xde\x02\xf5\xab\xc7\x0c\xcc\x9b\x42\xc4\x91\x44\x68\xde\x77\xd4\xc0\x1c\xdf\x91\xcd\x3b\x66\xb2\xa1\x9a\xac\xa3\x8e\xa1\xcf\x07\xf3\x40\x99\x5c\x8e\xe3\x54\x48\xcd\x83\x79\x80\xdb\x56\x02\x1b\x0c\x03\xb1\x6a\xf2\x8f\x7d\x95\xe2\x88\xd3\xdb\x5c\xdf\x53\xe1\x32\x69\x14\xd7\xaa\xe7\x25\x1d\x96\xde\xac\xe4\x4e\x08\xac\x0a\x8f\x68\x89\x55\x7f\x68\x81\x55\x7f\x49\x71\x55\xfd\xb6\x00\xf9\x4d\x15\x86\x66\xe9\x6c\x46\x95\xb2\x40\xfd\x14\xa7\x41\x5a\x62\x95\x30\x14\x16\x6c\x47\x06\x99\x2c\xa8\xf0\x38\xc4\x42\xf2\x9e\xcd\x9f\x0f\x87\x34\xa6\x2c\x94\x69\x43\x42\x3b\xe1\x28\x9c\x09\xa2\x09\xa3\x46\x5d\xcb\x42\xf6\xbc\x84\x84\x18\x51\x8b\xde\x44\x43\xfa\x3e\x5a\xd0\xf8\x83\x68\x65\xb5\x32\x21\xd5\xef\x16\xea\x35\x72\x49\x0d\x10\x6f\x25\x78\x3f\x59\xad\x84\x2c\x61\x25\x33\x93\x9c\xe7\x28\xc4\x30\x21\xa3\xce\x02\xc6\x64\xd4\x59\xc2\x8c\x84\x9d\x49\x98\x9d\xde\x26\xef\x59\x3a\xa3\x8c\x2f\x91\xb3\x70\x84\xd8\xb2\x9e\xbe\x74\x84\x1c\xb3\x80\x2b\x72\x01\x97\x7a\x68\xea\xfd\x32\x39\xf2\x53\xb2\x14\xcc\xcb\x29\x21\x92\xc3\x74\x5d\x74\x4a\xe6\x88\x61\xc1\x72\x12\x72\x21\x64\x05\x72\x0b\xe3\x36\x39\xd5\x32\x84\x62\xc4\x8b\x13\x01\xe3\x16\x89\xe5\xcb\xc1\xaa\xc6\x42\x4a\x38\xc7\x30\x29\x6b\x48\x7e\xbe\x80\xed\x49\x51\x5e\xee\xfb\x19\x9c\x18\x3b\x0b\xc5\xb4\xa3\x3b\xb3\x11\x7e\x96\xc3\xd0\x75\xdf\x15\xac\x55\xdc\xaf\x96\xac\xd5\xcb\xe1\x04\xc3\x5d\x0e\x08\x9d\x91\xbb\x1c\x0f\xae\x02\x32\xed\x3b\x5d\xc7\x77\x1c\x38\x1b\xdc\x04\x64\x56\x7c\x95\x9c\x11\x41\x97\x4d\x1b\x85\x9f\x1e\xf4\x1d\x59\x28\x0e\x39\x45\x8e\x37\xf1\x9c\xd9\x02\x76\x1d\x6f\x2c\x7e\x60\xc7\x2f\x73\x1f\x8f\xd6\xf2\x61\xb7\x8b\x1d\x38\xc3\xd8\x7f\xe0\x88\x79\x39\x62\xd9\x80\x1c\x26\x57\x83\x9e\x94\x09\xd6\xb8\xc5\xa7\xc6\xee\x6f\xc9\x9d\x3a\x15\x9a\xee\xeb\xd3\xa3\x68\xbf\x39\x3d\x12\x27\xcb\x23\xa6\xf1\xb2\x75\x7a\x5e\x55\x30\x3c\xa3\xf2\x90\xa0\x7d\xd1\xc0\x4a\x36\xb6\x52\x75\x56\x3c\x9d\xed\x5f\x41\x03\x61\xda\x7d\x3b\xa0\x81\xa1\x36\xdf\xc8\x9d\x44\x29\xbe\xc4\x0b\x40\x93\x91\xaf\x71\x8c\xd5\xe7\x8b\xe6\x3e\x65\xb9\x15\x4d\x46\x1b\xfa\xf9\xa6\xfb\x29\xdd\xa3\x2c\x23\x29\xa9\x3d\xb8\xa2\xfc\x43\x9a\x4a\x0e\xd5\x75\x2b\x9f\x08\x2b\x9f\xdb\x61\x9a\xf0\x30\x4a\x04\x7b\xad\x79\xdb\x3d\x79\x75\x91\x08\xa9\x9d\x91\x04\x57\x94\x3a\x0c\x77\xce\x26\xe1\x28\xbd\x15\xcd\xac\x56\xcc\xd6\xe9\x94\x19\xd8\xc4\xf4\xe6\x3b\xa3\x54\x08\x41\xa9\xeb\xd2\x4e\x94\x9d\x85\x53\x2a\xfb\x4e\xad\xbe\x52\x92\x56\x44\xd2\x54\x8a\xa4\xf9\xed\x24\x8a\x69\xf9\xc4\xd8\x9e\x65\x67\xfb\xda\x5a\x82\x7b\x40\x8a\x4a\x90\x52\x10\x21\xb0\x92\xd8\x73\x81\x97\x98\x96\xa7\x17\x1e\xd5\x47\x51\x83\x06\xed\x2c\x3d\x6a\x88\x17\xae\x3c\x27\x52\xf2\x6e\xce\x8d\x96\x31\x1d\x19\x2f\xe8\x35\x5a\x47\x81\x5a\x6c\x9a\x2b\xf9\x95\xd7\x64\x53\x48\x09\xb3\x11\x02\x84\xc5\xb7\x42\x29\x5a\x6f\x5b\x98\xde\xaa\x07\xfc\x0c\xda\x08\x49\x81\x71\xf6\xff\x2f\x42\xfd\xbd\xe1\x84\xa5\x53\xba\x0a\x93\x11\x4b\xa3\x11\xee\xe0\x56\x16\x8e\x43\x16\xed\x47\x4a\x09\x94\x84\x37\xd1\x55\xc8\x53\xd6\x99\x67\x94\x3d\xbf\x52\x5a\x30\x94\x91\xc4\xd6\x43\xc4\xc5\xe7\x79\x3a\xc3\x18\xb4\x4e\x35\x35\xea\x87\x10\x16\x7e\xe6\x0d\xc5\x94\x04\x51\xce\xe5\x4b\x0a\x52\xe5\xb2\x3e\xff\xa4\x54\x52\xee\x4a\xed\x29\x91\xff\x7b\xb4\xd4\xbe\x80\x52\xaf\x12\xf5\xa7\xc8\x91\x43\x31\x0a\xd9\x5a\x2d\xbd\x38\x5a\x7b\x5b\xaf\xa9\x96\x52\xab\x80\x49\x3d\x55\x4d\x82\xac\x35\xb5\xd0\xcd\x00\xef\x2c\x55\x77\xc0\x73\xc4\xb1\xdf\xb4\xad\x73\xb5\xad\xa9\xda\x56\xda\xa0\xc6\x80\x88\x14\xaf\x43\x71\xad\x2b\x32\x43\xb0\x07\x94\xf4\x13\x3b\xd7\xef\xca\x14\xab\x84\x2f\xcd\xc1\xd7\xda\x2a\xc6\x5d\x99\x46\xd9\x9a\x4a\xa8\x34\x67\x92\x30\x64\xa4\xcd\x2c\xc5\x96\xda\xcb\xb8\x4c\x3c\x4f\x67\x7a\xd3\x1c\xc6\x63\x25\xa4\x27\xab\x15\xc7\x9d\x51\xc4\xe8\x50\x29\x15\x50\xe6\xd9\xc3\xaa\x4f\xaa\x3a\x85\x76\x54\xc0\x51\x54\x81\x23\x0d\x42\x52\xa3\x8a\x2b\x6f\xee\xd8\xd6\xe3\xce\x30\x8e\x66\xb3\x28\xb9\x52\xda\x90\x4c\x1d\xb8\xf5\x7d\xb9\x41\xea\xbe\x98\x91\x41\x29\x98\x80\x56\xba\x94\x4c\x77\x55\xf7\x22\xcd\x76\x32\x44\x71\x5f\x88\x23\x7e\xf1\xba\x4f\x88\x18\xee\xf3\xce\x38\x8a\x39\x65\x4d\x92\x87\xd4\x9d\xbb\xee\x47\x79\x5d\x64\x54\x1c\x7b\x4a\xe5\x96\x63\xec\x0f\x02\x71\x36\xfc\x52\x28\xe4\x18\x22\x4b\x46\x4c\x60\xc0\x02\xa9\xc7\x1a\x74\x03\x98\x93\x68\x5d\x52\xb4\xd6\xe0\x93\xec\xa6\x7a\x98\x8a\xf5\x4f\x14\xc0\x8a\xff\x71\x71\x2e\x0a\x37\x80\x44\x5f\x73\xe8\x0c\x5c\x9e\x2b\xab\x88\xbe\xfa\x30\x59\xd8\x9c\x4b\xab\x0f\x7d\x3e\xc4\x1f\x0c\x3c\xc7\x20\xc6\x94\xda\xb7\x41\xea\xcc\xcd\x55\x3f\xed\xb9\xaa\x31\x37\x87\x6e\xae\xdb\x6e\xcf\xe5\x70\xe7\x9d\x05\x29\x8a\x2c\x89\x4e\x2c\x81\xe0\xd1\xc3\x11\xbc\x64\x94\xbb\x1a\x9f\x77\x0d\x16\xef\x2a\xce\xb8\x9b\x63\xb0\xf5\x9a\x9f\xab\x4f\xd4\x6d\x58\xf5\xe2\xfa\x8f\x05\xd2\x3a\x45\x90\x10\xab\x91\x9f\x1a\x95\xa3\x77\xb9\x51\x8e\x0a\xf1\x8c\x55\xc4\xb3\xa2\x68\xd4\xb7\x78\x6e\x3f\x92\xd2\xd9\xa5\xe0\x6f\x43\xb6\x84\xb8\x2c\x97\xf5\xd7\xe0\xde\xcf\xe4\x0b\x2e\x2c\x4d\x95\x68\x2b\x6a\x8c\xca\x1a\xc3\x7e\x49\x93\xfc\x21\x4c\x08\x33\xc2\xe2\x91\xb2\x94\x82\x71\x59\x78\xd2\x77\x94\x20\xe0\xf8\x13\x98\x11\xd6\x09\xe3\xb2\xd1\xa9\x2e\xb7\x47\xc8\xcc\x75\x67\x70\x23\x26\x13\x8e\x84\x2c\x0d\x57\x65\x1b\x37\xfd\xae\x7f\x03\x97\xe4\x11\x72\x92\xf9\xf4\x92\x32\x67\xcf\xc8\xdf\x57\xfd\x2b\xff\x33\xba\x82\x53\x8c\x61\x49\x4c\x57\x84\x90\x71\xdf\x29\xe4\x59\xc7\x37\x19\xb0\x28\x25\xdb\xcc\x12\x78\xcf\x88\x0a\xea\x9f\x19\x01\xe6\xc4\x2a\x37\x98\xf6\x97\xfe\x38\x80\xe7\xe4\x0f\x14\xa2\x13\xdc\x3f\xf1\x4f\x4c\x20\xf1\xe2\xc6\x69\x8e\xac\x86\x55\x23\x18\x62\x18\x61\x78\x4f\x12\xb4\xc0\x70\x4e\x5e\xa2\xbb\xa2\x47\xff\x3d\xe8\xd2\xfe\x59\x93\x9e\x03\xca\xad\x4b\x73\x0c\x1f\xc8\x6b\x74\x0f\x70\x9e\x61\x38\xc7\x18\xae\xab\x8b\xf0\xc1\x7f\x0f\x47\x4a\xc2\x7b\x2e\x20\xbf\x7d\x2d\x69\xdc\xa5\x3c\x05\x1a\x80\xaf\xcd\x81\x79\xae\x7f\x78\x97\x95\x2b\xca\xe7\xf2\xf4\xb4\xaf\x15\x01\xbc\x54\x67\x49\x1d\x82\x6b\x7d\x06\x9f\xab\xbf\xde\xa5\xfa\x9b\xc3\x57\x42\x3b\x85\x2e\xe7\x65\xc8\x43\x4d\xec\xa5\x9e\xd4\x1a\xa0\xeb\x7e\x55\xa8\xe7\x1d\xf9\x3a\x48\x83\x1d\x3d\xad\x6b\xba\xcc\xd0\x11\xee\x8c\x53\x76\x1c\x0e\x27\xa8\x81\x3a\x0e\x8e\xe1\xb6\xae\xe1\x10\xd2\x8d\x40\xcb\x17\xeb\x59\xce\xd2\xf1\x9d\x85\xb3\x73\x34\xa0\x81\x47\xde\x0d\x58\xd0\xe2\x79\xf9\x28\xdb\x91\xe5\x59\x65\xa8\x82\xce\x2a\x50\x13\x85\x02\x91\x89\x7c\x5c\x79\x66\xa9\x52\xa5\x76\xdd\x55\x5c\x57\x61\x85\x42\xa8\xdc\x09\xc3\x25\xb4\x99\xc5\x23\xaa\xe5\xd4\x6c\x85\xc7\x3a\x8b\x92\x57\xd4\x9b\x64\xaa\x79\xa2\x9a\xe6\x35\xe5\xfe\xe8\x4a\x6d\xd6\x59\xe4\xb5\x37\x9e\xb4\x7a\xe8\x02\x8e\xe1\x16\x16\x41\x5d\xcb\x55\x35\xa6\x7b\x46\xba\x46\x9e\xf8\xb9\x2a\x6f\x17\xef\xeb\xba\x2e\xa2\x05\x16\x52\x4f\x0f\x16\x77\xcb\x27\x66\xd7\x21\x21\xd6\xcb\xb9\x83\xc0\x67\xf2\x56\x51\x17\x3b\x9d\x89\x66\xb3\x2a\xc6\x7a\xef\x47\x06\xcb\xd7\x2f\xed\x6b\x4b\x9a\xaa\xbe\x23\x69\x96\xd4\xa4\x48\x94\xc6\x62\x74\x74\x62\xeb\x13\x53\xd5\xe7\x7d\xa2\xe1\x7b\x0c\x29\x86\x0a\xf4\xfa\x82\xbd\xd7\xa7\xdb\xb7\x4e\x31\x05\x05\xcb\xf2\x75\x28\xce\x59\x74\x39\xe7\x34\x13\xa5\x33\xbe\x8c\xe5\xaf\x5c\x5a\x43\xc0\x90\xec\xf5\x60\x24\xe5\x33\x4e\xfd\x18\x32\x6a\x96\xa0\xb4\xcc\x65\xf8\x6e\x82\x30\xc4\x1d\x3d\x50\xb2\x6d\xa0\x6b\xc3\x4e\xad\x9a\x58\xbe\x61\xa4\x19\x2d\x8d\xd6\x89\x35\x6e\x79\x6b\x7d\x23\x19\x91\x1a\x26\x13\xa9\xb5\x24\xc1\x5c\x98\x79\xde\x20\x8e\xb5\x49\x78\x83\x2e\xa6\x81\x35\xa7\xb7\xbb\x27\xe1\x4c\x5b\x79\x9e\x51\x0e\x89\x65\x95\x49\x9b\x0f\x38\xef\x64\x94\x23\xda\x49\xc2\x29\x05\xc9\xe5\xc0\x86\x92\xac\x33\x09\x33\x5d\x12\x97\x57\x3a\xbb\x14\x45\x22\x33\x1c\x8d\x50\xa4\x32\xa1\xe4\x88\x04\x07\xf4\xc7\x3c\x62\x34\x93\xd7\x76\xe5\xe7\x9b\xf1\xf1\x22\xca\xb8\x4c\x6e\xc2\x3d\x89\xba\x64\x53\x9d\x26\x5a\xf0\x8c\x94\xe4\x8b\x12\xbc\x13\xb9\xae\xe8\x38\x17\x03\x4e\x94\x15\x4b\x24\x6f\x15\x65\x42\x6e\x49\x29\xcf\x9b\xd4\xf5\x6c\x5d\x5d\xbf\x95\x31\xa4\x9d\xd9\x24\xcc\xa8\x38\x13\xb9\xe0\x6b\xa5\x0a\x3f\x6f\x40\x95\x74\xc3\xe5\x80\x76\xbe\x1c\x70\xb9\x44\xe5\xae\x98\x04\xc2\xb6\xea\x7d\xd6\x20\x90\x61\xe0\x4a\x06\x7e\xe0\x49\x63\x25\xbc\xf2\xf2\xa7\x7c\x9d\xf5\xde\x9a\xa2\x94\xa8\x26\xff\xe6\xd8\xe7\x40\x15\xf7\xb4\x53\x65\xe6\x24\x29\xe1\x58\x1a\x2c\x35\xad\x22\xd7\x7a\x0d\x64\xb3\xcc\xc5\x41\x2a\x89\x18\x2e\x39\xd0\xb8\x53\xc7\x2e\x24\xda\xbe\x51\x34\x09\x2f\x63\x3a\x12\x70\xb0\x5e\x79\x1b\x95\xd3\x87\x80\x09\xf1\x4f\x63\xcc\x0a\x5a\xbd\xcb\x25\x5a\xa5\x1d\x3a\x1e\xd3\xa1\x22\xaf\xeb\xb7\x14\xc5\xbb\x67\x11\x2a\x10\x90\x68\xd7\xe7\x60\x74\x2a\xfe\xa8\x40\x8f\x49\x8e\x77\xb4\x11\x56\x6a\x5d\x93\x62\xc1\x99\x8a\x19\x8c\x3a\xf3\xd9\x28\xe4\xd2\x58\x6c\x9c\xb2\x21\xfd\x28\x3f\x6d\x27\x0a\x71\x4c\x86\xc6\xb2\x3a\x2e\x18\x23\xe0\x95\x6b\x86\x52\x61\x2c\xc6\x7d\xae\xa8\xea\x5d\xac\x38\x31\x1b\x5d\x8d\x11\x87\x25\x62\x18\xca\x9b\xed\x72\x87\x0c\xf7\x84\x0d\x8e\x9a\xc9\x57\xb4\x45\x33\x19\xe5\x02\xed\xc6\x25\x23\x6c\xd5\x2b\xb9\xe6\x87\x6e\x49\xb1\xfd\x15\xda\x30\xa0\xfa\xb4\xac\x2b\x84\x0c\x70\x96\xcf\x5b\x25\xa4\x7b\x98\x3c\x6d\xe8\xd0\x58\xa4\x7a\x1e\x16\x8b\x27\x58\x62\x3d\x03\x83\x66\xd6\x2b\x0d\x12\x65\xcd\x3a\x4e\x20\x24\x51\x01\x20\x59\x09\x20\xa1\x00\x90\x50\x4a\x7d\x62\x8c\x3b\x0d\xb0\x91\xba\x2e\x8a\x49\x5a\x02\x86\x01\x83\x4c\x81\xc8\xdc\x02\x91\x1c\xaf\x56\x31\xce\xa5\xbb\x94\xb5\xbe\x09\x69\xf7\x72\x41\xe8\x14\x1c\xa0\xa8\xe1\x41\x4d\x81\xfe\xdf\xb3\x74\x1a\x65\xb5\xfb\xb5\x51\xc7\x82\x21\x84\x81\xa2\x58\xde\x9e\xc1\x7a\x1b\x99\x52\x23\x6d\x6a\x49\x27\x8a\x71\xa5\xf1\x0d\x45\xb8\xc3\x27\x34\x41\xf6\x35\xae\x59\x1a\xa0\xea\x6d\x50\xf9\x0f\x43\x96\x63\x18\xd1\x8c\xb3\x74\x69\x43\xb1\x20\xc6\x43\xb2\xd7\xcd\x73\x01\x9f\x7b\xe7\xca\x93\x5f\x0f\x66\xb4\x63\xd9\x55\xe1\xbb\xf9\x56\x90\x11\x67\x05\x63\xc9\x09\x18\x8e\x73\xd4\x29\x59\x00\xc4\xd6\xc6\x4a\xf1\xdd\xde\xd0\x75\x59\x27\x4d\x5e\x45\x2c\xe3\x6a\x7d\xd6\x12\x34\x71\x19\xe5\x39\xba\xab\x33\x60\xfe\xe0\x4e\xee\xa0\x43\x6f\x68\xc2\xdf\x46\x19\xa7\x09\x65\x99\x03\x1a\x1b\xf9\x7b\x5d\x90\x14\xc4\x37\xb7\xb4\xe3\xc4\x9e\x7e\x0e\x0a\xa9\xf8\x4d\x68\x49\x42\x8b\x3c\xc1\x06\x3c\x94\x8e\xaa\x60\xeb\x8c\x8e\x08\xc2\x12\x1c\xd3\xd5\x2a\x85\x8c\x24\x62\x8b\xa2\x6f\xb4\x22\x86\xae\x56\x99\x80\x53\xc4\xd7\xc5\xa8\xa1\xa5\xce\xe0\x55\xa6\xc6\xc2\x26\xf5\x1c\x5d\xbb\x50\xb4\xb8\xee\xb0\x79\x8f\xa8\xe0\x13\x8e\xed\x35\x42\x8e\x6a\xca\x01\xa6\x71\x1d\x7c\x90\xeb\x1c\xbb\xee\xbc\xa1\xb4\x9a\x4e\xa5\xb4\x0d\xbe\xdb\xba\x66\x74\x9a\xde\xd0\xef\xe8\xbd\xb1\x42\xc3\x00\xf2\x5c\x11\x52\xc1\x81\x6a\x38\x50\x2b\xa2\x8c\x33\x1b\xc1\x40\xdd\xf6\xdb\x50\xd0\xb8\xe3\x12\x95\xf0\x1a\x16\x64\x41\x55\xc0\xe5\x5a\xa0\x2e\x37\xc8\x08\xbc\xbc\x2a\x6a\x6f\x97\x7e\x79\x89\xa7\x73\xbc\x3e\xa5\xa1\x32\x76\x94\xb6\x8e\x8d\x53\xaa\x58\x23\xdc\x3b\xb3\x92\xc6\xb2\xb5\x9b\xc8\xa8\x04\xd6\x64\xb5\x4a\xa4\x5a\xbd\xb8\x99\x5c\x07\x72\x4b\x28\xb9\x46\xd6\x2c\x0a\x32\xb5\x06\xe8\x50\xde\x98\xd6\xd7\xa8\x36\x16\x3f\xca\x77\xf4\xa3\xfb\x35\x29\xbb\xb2\xc5\xae\x2b\x8e\x8b\x5c\x1a\x9d\xb1\x55\xa2\xb8\xcb\xa1\x56\x1c\xc3\x9b\xfb\x78\xbe\x4c\x33\x7c\xaa\x47\x7f\xeb\x78\xa0\xb8\x60\xe4\x6b\xd4\x1b\xcc\x52\xfa\xa1\x40\xc9\x18\x9a\xe7\x17\x32\x96\xde\xda\xf3\x92\x09\x0f\x9e\x96\x2c\xfd\xd7\x67\x25\x9b\x29\x67\x63\x01\x6e\x31\x8b\xbd\x9e\x9a\x06\xef\x94\x72\xe1\x83\x37\x61\xad\x8a\x1a\x8e\x23\xa0\xbf\xad\x52\xda\x05\x40\x39\xf7\x9d\x11\xe9\x9f\xb6\xf9\x84\x34\xe0\xfe\xfa\xd9\xa8\xa8\x65\x4a\xb8\xdd\xa2\x9f\x61\xc4\xac\xf9\x80\x06\xab\xd5\x5d\x2e\x2f\xa6\xca\x79\x99\x54\x21\x3d\x15\x7a\x36\x1a\xec\x64\x28\xc2\xae\x1b\xcb\xff\x6b\x2b\x13\xa9\x06\x85\x94\x61\x0f\x27\xd9\xaa\x25\x4a\x44\xa3\x7b\xea\xa9\x8d\x48\xe3\xce\xe7\x66\x14\x42\xfe\x8d\x04\x19\xb6\x52\x60\x4f\x3d\x69\xe8\x38\xbe\xb4\xe2\x51\xbc\xc8\x03\x08\xe1\x9d\x3e\xd6\x77\xdb\x80\x5c\xdd\x16\x77\xf5\x7d\x70\xd7\x81\x69\xc8\xae\xa2\x44\xfc\xcc\x41\x42\x95\x55\xdf\xb2\x7a\x82\x12\xaf\xde\xe5\xf9\x4e\xa3\xba\x7a\x0d\x9f\x98\xf5\x2a\x60\xc8\x2a\xa1\xcf\xd1\xc6\x16\x64\x7e\xd1\x80\x3e\x36\x16\x49\xfb\x6e\x80\x48\xaa\x1b\x2d\x37\x7e\x1d\x1c\x52\x52\x6d\x58\x1f\xdb\x9a\x69\x05\xc5\x7d\x0b\xba\x7c\x36\xa0\xf7\xda\xbf\x0d\x78\x40\x1c\xa7\x10\x11\x05\xd8\x08\x30\x4b\xd6\xc1\x2c\xd1\xb3\x4e\xab\x60\x16\x6d\x98\x5b\xd2\x00\x54\x06\x6c\xc4\xb6\x29\xcd\x82\x3f\xa8\x51\xaa\xa0\x38\x9d\x0a\xc7\x34\x1d\x4c\x65\x5b\x67\x35\x51\xa5\xdf\xc1\xf7\x90\x33\x2d\x47\x46\x84\x69\x45\x6c\x55\xf1\x36\xe8\x42\x37\xf0\x23\x08\xc9\xc9\x3d\x9a\x09\x41\xe7\xd7\x74\x73\x72\x7f\xaf\x55\xd0\x84\xc1\x02\x2e\x4a\xe5\xab\xbc\xf8\x92\xa1\xab\x20\x6d\xf2\xf2\x64\x7d\x76\x1f\x2e\xd6\x2a\x85\x92\x9c\xd2\x1c\x63\x9f\x41\x48\xe4\x93\xdc\x19\x49\x07\x45\x74\x9d\xdd\x90\x84\xab\x55\x17\x32\x82\xb2\xd5\xaa\x8b\x5b\x11\x0c\x16\x70\x5c\x1f\x8f\x36\x1e\x0b\x73\xff\x6e\xe1\x87\xb0\xf4\xb3\x3c\x47\x0c\x34\xd1\x15\x5b\xaf\x01\x05\x32\x12\x0e\x2c\xf4\x1a\x48\x97\xde\x05\xcc\x49\xd6\x59\x3e\x98\x04\x6f\xc9\xef\x2c\x3c\x12\xc3\xf6\x22\x4b\x8f\xcc\x71\xbd\xcc\x20\x09\x48\x58\xe2\xf8\x71\x1c\xcd\x36\xc3\xd0\x77\x03\x8a\x94\x77\xd6\x7b\xec\x5c\x64\xd7\xd1\xac\x34\xbb\x14\xe0\x24\x7a\x78\xbe\x88\xaa\x9a\xdc\xd5\x2a\x92\x66\x06\x61\xcc\x65\x9e\x2d\x92\xae\x56\xa1\x34\x08\x1c\x87\x71\x7c\x19\x0e\xaf\xdf\x9b\xc5\x15\xfc\x7f\x79\xff\x33\xb4\xef\xab\x46\xf5\xeb\xa8\x49\xed\x26\x69\x2c\x1a\x8c\xa3\xd9\xa7\x90\x45\xa1\x9a\xcb\xac\xec\x73\xbc\x5a\x8d\x61\x2a\xab\xc4\xe9\x2d\x1d\x3d\x9f\xf3\xd4\xea\xf6\x86\xf0\x06\xad\xc0\x15\xb9\x46\x37\x18\x2e\x49\xbc\x5a\xa1\xab\x3d\x42\x6e\x5c\x77\x56\xb9\x0e\x8e\xc6\x48\xd9\xc3\x11\x22\xa1\x5f\x8b\x86\x83\x40\xeb\xc5\x5f\x95\x1a\xbf\xc1\x0b\xf9\x78\x17\xbc\x40\x1c\x07\x39\xba\xc1\xfe\xe0\x15\xba\xc1\x01\x86\x25\x19\xdc\x14\xd2\xcd\x65\x23\x1e\x6b\x50\x0c\x5a\xfd\x32\xdb\x24\xe2\x9e\xdb\xc2\xa4\x72\x5b\x18\xd9\x4b\x9c\xd6\x97\x38\xb4\x36\x23\x5b\x5f\xde\x78\xe3\x72\xce\xcb\x85\x8f\xfb\x27\x7e\x0c\x43\x72\x84\x12\x0c\x23\x32\xec\x67\xfd\x33\xff\x6c\x9b\xae\xec\x08\x51\x4c\x08\x19\x8a\x33\x7e\x2a\x6d\xef\xb6\x14\x9e\x57\x2f\x79\x72\x8c\x77\xe4\x9d\xa3\xd6\xa6\xb8\x2e\x9a\x90\x91\x9a\xfd\x98\x4c\x1e\x70\x05\xfb\x13\xa2\x36\xa6\x61\x60\x96\xc7\x8f\xc0\x5e\x1c\x3f\x05\xbd\x34\x82\x5d\x1d\x88\x4d\x08\xcc\xed\x6d\x93\xfe\x71\xdc\xe0\xfc\x59\x52\xa7\xf1\x80\x06\xed\xf1\x80\x2b\x3d\x24\xdf\x30\x82\x61\x75\x04\xa3\x62\x04\x73\xa8\x6e\x8d\x3f\x83\xc6\x8d\xf1\xa7\x39\xf6\x59\x69\xea\xbd\x2e\xa1\xbd\x27\x35\xb9\xe3\xbc\x50\xe0\x7f\x20\x7b\x5d\xf8\x4a\x96\x02\xe5\xbe\x24\xdd\xc3\x97\x4f\x97\x46\x67\xf5\xd2\xf3\xcc\x1d\xde\x72\xf0\x32\x80\x37\xe4\x1a\xbd\xc3\xf0\x96\x68\xdb\x33\x42\xc8\x91\x48\xf8\x56\xbb\x98\x7b\x23\xf6\x0c\x3e\x92\x6f\x7d\x6d\x1e\xeb\x1b\x7b\x59\x78\x4d\x7e\xaa\xae\xc3\xbb\x2d\xeb\x60\xe1\x01\x7f\x52\xae\x4a\x8e\xe1\x13\xf9\xd6\x7f\xdb\x3f\xf6\x17\xfe\xdb\xfe\xad\x7f\xb1\xf3\x7c\xf0\x31\x78\xf6\x7e\xf0\x31\x70\x5d\xf4\x89\xbc\x42\x9f\xb4\x31\xff\x1f\xf2\x37\x3c\x22\x83\x60\x47\x59\x90\x3d\x52\xfa\xcf\xd7\x83\x37\xc1\x53\xd2\xc5\x90\x59\x49\x9f\x44\x12\xbc\x1e\xfc\xa1\xb2\x1e\x75\xe8\x0d\x65\xcb\x66\xbd\x8f\x60\x05\xee\xbe\x92\x77\x62\xfd\x74\x38\xd4\xfc\x5c\x5e\x6f\xbc\x83\x47\x38\x8f\xc6\xe8\x43\xe1\x6b\xff\xb9\xe1\xfe\x64\xd9\x19\x47\xc9\xa8\x7a\x57\xa7\x0e\xf3\xb9\xbc\x75\x50\x9e\x27\xac\xf0\xb1\xe9\x64\x71\x34\xa4\xa8\x0b\x14\xdf\x33\x2c\x71\x58\xa4\xbf\x8f\x4e\xfb\x4a\x38\x38\x72\x80\x4e\x0e\x5f\xc8\xac\xff\xd8\xef\x1d\x7e\x79\xd6\x75\x5d\x9d\xba\x47\xc8\x67\xf4\x05\x1f\x7e\x69\xb7\xf1\xa1\x45\x13\xf7\x08\xf9\xba\x4e\xe6\x0a\x6a\x21\xe0\xc6\x2a\x4d\xbe\x4a\x32\x2b\x35\x87\x5d\x9b\x45\x32\x97\x2f\xfe\xc0\xb0\x44\x81\x96\x64\x64\x33\x42\xa0\x2a\x15\x19\x4c\xaa\xb4\x4e\xb5\x83\xe2\xdf\x48\xf8\xe0\xbb\x49\xda\x1e\x21\xa1\xeb\x2a\x92\x56\x20\xd3\x79\x1d\x99\x0e\x6b\xf4\x6a\x64\x21\x57\x41\xcb\x38\xe5\x13\xca\x2a\x86\x13\xab\xd5\x44\xd2\x2c\x95\xa5\x5d\x6d\x6f\xca\x02\xd3\x7e\xd7\x9f\xc2\x95\x3a\x29\xc5\xe9\x88\xab\xa7\x63\x5e\x9c\x87\xea\x39\x19\xe6\x82\xb2\xd5\x14\x13\xa7\xe4\xa8\x9a\x70\x46\xf6\x4e\xe1\x84\x7c\x45\x97\x02\x5f\x38\x0b\x71\x94\x4f\xcc\x55\xba\xc4\x16\xdb\xa4\xfd\xf3\x06\x0c\xf3\xa1\x8e\x61\x5e\x36\x71\x85\x37\xfd\x9b\x7b\xb9\x42\xd5\x4c\x9d\x37\xac\x88\xc2\xd8\xbf\x81\x77\x96\xb3\x68\x34\x46\xef\x25\xd5\x4e\x15\x28\xbc\xd1\x86\xfa\x27\xfd\x0b\x7f\x21\xf0\x95\xfe\xba\xf5\x8f\xe1\x55\xf1\x55\x37\xe2\x87\x6f\xe4\xfd\xe0\x24\x80\x17\xf2\x8f\x77\x35\x78\x13\xc0\x47\xf9\xbb\x7d\x35\x78\x1b\xc0\x6b\x32\xee\xb7\x3f\x0c\x5e\x05\xfb\x07\x7e\x17\x3e\x59\x58\xf0\xb4\x7f\x3e\x78\x15\xf8\x22\x0f\xfe\xa8\xa4\xcb\xf2\x7e\x5b\x64\xc3\x23\x52\x97\xc3\xe0\x33\x19\xbb\xee\xa3\xfe\x0c\x3d\xc2\xbe\x36\x70\xeb\x1a\x03\xb7\x6e\x0e\xbf\xd4\x37\x62\xe0\xc8\x7a\xff\xcf\x8c\xb2\x4c\xea\x08\xb9\x13\xf4\x1f\x50\xc6\x80\xa4\x7f\x8f\xa5\x13\xfc\x4a\x7e\x11\xd3\xfe\x99\xfc\x22\x66\xfc\x1b\xf9\x82\xba\x20\x07\xff\x79\xf0\x2a\xc0\xf0\x3b\x39\x93\x53\xdd\x3f\x68\xbf\x6e\xff\xd6\xfe\xb5\xfd\xd2\xff\xa4\xfe\x02\xa5\xe4\xac\xdf\x56\x99\xde\x6b\xef\x37\xef\x67\xef\xa5\xff\x87\xfa\x0b\x9c\xae\xcd\xdd\x75\x97\x6b\x72\x29\x06\x46\x09\xa7\x7d\xb3\x43\xdc\x32\xf4\x5c\xad\xba\x3e\xb7\xcd\x3b\x45\x42\x17\x12\xba\x06\xac\x0a\xcb\xd4\x97\x45\x27\x57\x98\xfe\xc1\x49\xe0\x77\x21\xa2\x6a\xc3\x7f\x6f\x27\xb4\xcd\x28\xa4\xfa\x9b\xd2\x76\x42\x21\xa4\xe4\x0b\x1a\xf7\x0b\x0b\x91\x17\x10\x51\xec\xbf\x80\x6f\x60\x12\xc3\x05\xfa\x08\x29\xc5\xfe\x47\xbc\x23\x2a\x92\x90\xc2\x3b\xf5\xb7\xfd\x4d\x50\x82\x4c\x3f\x43\x44\x8b\x93\x26\xc0\x32\x2e\x3f\x05\x5c\xce\x45\xaf\xcf\x03\x18\x8a\xfe\xe6\xd4\xbb\x1a\x64\x34\x80\x39\x85\x39\x6d\x5f\x0d\x62\x1a\x88\xc6\x9f\x07\x64\x28\x1a\x97\x7f\xdb\x73\x9a\x37\x08\x0f\xef\xb6\xe3\xde\x52\x7b\xa4\x7c\xe6\xbe\x07\xc3\x4a\xcc\xaa\x70\x6c\x05\xaf\xd6\xa0\x5a\x70\x9c\xdb\xf0\x47\x28\x98\x5b\x1b\x1d\x65\xe4\x2b\x0a\x31\xc4\xa4\x2a\xd3\x85\xca\xc0\xa7\xee\x6b\x13\x8d\x51\xe4\xba\xa9\x79\x23\x89\xd5\x97\xc0\x73\x1a\x61\x1f\x86\x64\x86\x22\xc1\xad\x2a\xf0\xca\xe4\x2e\x4c\x8a\x2f\xb1\x09\x42\xda\xa8\x61\xb6\x41\x1c\x78\xeb\x89\x59\xd0\x4e\xc5\x7f\xac\x82\xf4\x06\x71\x00\x53\x52\xc9\xb0\xab\xc0\x0d\x59\x8a\x11\x5c\x91\x9b\xbe\xe9\xf5\xa6\x62\x5e\x2b\x60\xfa\xc6\x36\x7e\x55\x40\x7e\x49\xc6\xfb\x07\xed\xe9\xfe\x01\x9c\x92\xf9\x60\x14\xc0\x19\xb9\x6a\x0f\x07\x71\xd0\x9e\x0f\x26\x01\x9c\x90\xab\xfd\x03\xf9\xbd\x7f\xe0\x5d\xc2\x73\xf2\x05\x9d\xc2\x09\x9c\x61\x78\x4f\xb2\x9d\xb5\xf5\x09\x88\xf1\x8e\x78\x1f\x90\xe7\xc0\x3b\x43\x9a\x70\xb3\x3b\xe4\x79\xfb\x44\xc5\x6d\x79\xd0\x1d\x51\x23\x99\x35\x1e\x66\x15\x4d\x84\x33\xb0\x95\x9c\x12\x50\x02\xc7\x8f\x6a\xd2\x88\x75\xc1\xd9\xf5\x43\x2d\x88\xa7\xae\x8b\x9c\x4c\x46\xc3\x28\x0d\x04\xd3\xd5\x0a\xa5\x64\x5d\x37\xf6\xc7\x9c\xb2\xe5\x19\x8d\xe9\x90\xa7\x0c\xa5\x18\x4b\x1b\xdb\x75\x9d\x7c\x8a\x25\x6f\x53\x05\x5d\x92\xae\x8b\xe3\x35\x70\x22\x77\x06\x97\x36\x58\x2d\x66\xfd\xcc\xff\x8c\x32\x38\x15\x6c\x58\xbe\x4d\xc5\xd3\x70\x42\xeb\xcc\x4f\x79\x54\x27\xd1\x88\xde\xaf\x48\xda\xd6\xd4\xc3\xee\x7e\xa4\x2e\xb7\x4e\xd9\xa3\x3a\x65\x4f\xd7\xd9\x83\x6a\x77\x10\x2a\xde\xa5\x6a\x3c\xea\x5b\x76\x9b\x52\x01\x23\xcb\xd8\xbc\xcb\x5e\x37\x17\x48\xe0\x17\x14\x42\x82\x61\x4e\x7e\x41\x99\x0c\x90\x0a\x43\xf2\x2b\x8a\xc5\xc9\xfd\x15\xcd\x71\xd3\x05\x55\x79\x3d\x75\xa4\x4d\x5e\xf5\x4a\xfb\xb1\xbe\x7c\x39\xce\x86\xe1\x8c\x9a\xd4\x39\x44\xd9\x07\x53\xe5\xb5\x8c\x74\xe1\x0f\x61\x12\x66\xef\xad\xc2\x23\x7f\xd4\xa8\xb3\xff\x7b\xd4\xfc\xc5\x88\xdb\x2a\xd2\x86\xe3\x0f\xa1\x52\x80\xaa\x41\x38\xfe\x28\xc7\x79\x1e\xe4\x18\x7e\x23\xff\xef\xd3\xec\xe6\x6a\x57\x99\x49\x3b\xbd\x1f\x9d\x5d\x6d\x1a\xed\xfc\xe8\xec\x2e\xa6\x71\x92\x11\x67\xc2\xf9\xcc\xdf\xdf\xbf\xbd\xbd\xed\xdc\x3e\xee\xa4\xec\x6a\xff\xa0\xdb\xed\xee\x67\x37\x57\xce\xb3\xa7\xb3\x90\x4f\x76\x47\xc4\x39\xe9\xee\xfe\x98\xf5\x3a\xff\xf1\xcf\x1f\xdb\x9d\x6e\xef\xf1\xee\x0f\x9d\x1f\xff\xa3\xfd\xb8\xf3\x63\xef\xc9\xd1\x93\xce\x3f\x9e\xf4\x3a\xff\xdc\xfd\xb1\xf3\xcf\xc7\x9d\x6e\xf7\xc7\xdd\x7f\xec\x76\x87\xbd\x4e\xf7\x3f\xda\xf2\xeb\xa0\xd3\xfb\xe1\x1f\x9d\x7f\xfc\xe3\x3f\x76\x1f\x77\x1e\xff\xf0\x78\xf7\xa0\xf3\xf8\x1f\x4f\x8e\x7a\x3f\x74\x0e\x1e\x3f\xde\xfd\xb1\xd3\xed\x3e\xd9\xed\xfd\xb8\xfb\xa3\xfc\xef\x75\xf7\x9b\xf3\xec\xa9\xe8\xfa\xd9\xff\x0b\xbf\xdb\x0e\xb3\x30\x0c\x67\x7c\xce\x6a\xbe\xb3\xb4\x88\xfa\x1e\x8d\x75\x0c\xb7\x28\x33\x8e\xbe\x45\x28\xf8\x01\x2f\x94\x82\x2a\x44\x5b\xd2\xaf\x96\x65\xb8\xcf\x06\x3c\xf0\x99\x9f\x34\xc4\xc0\xe1\x95\x00\xf5\x77\x79\x11\x68\x47\x05\x16\x2e\x4d\xb9\xa4\x1d\x4e\x41\x8b\x4c\x90\x1e\x07\xbb\x6e\x99\xca\x3d\x27\x70\xf0\xb3\xb6\xe5\x57\xc4\x68\xc5\xc9\xa7\xc1\xb3\xb8\x6f\x22\x0b\x6a\x93\x05\x8e\x7d\x3b\x86\x7b\xa5\xbe\x52\xf7\xf4\x2d\x1b\x9c\x04\xdf\x0d\x63\x1a\xb2\xf3\x68\x4a\xd3\x39\x47\x0c\x03\x23\x19\xe5\xe6\xdb\xb6\x8a\xa0\x28\xc1\x39\x06\x63\xd9\xc7\xac\xd8\x43\x95\x55\x68\xf0\x78\x2a\x3d\x05\x1a\xb5\xe3\x23\x1a\x53\x4e\x77\x99\xb2\xb1\x02\xab\xe5\xd4\x7a\xde\xa0\xbc\xdd\xb7\x0d\xe8\x43\xdd\x77\xbb\x47\x88\x34\x33\xd0\x6b\x89\x5d\x97\x2a\x51\x9c\x5b\xa5\x33\xfa\x10\x8f\xea\xb8\xda\xab\x14\x96\xcd\x86\x5a\x01\x7e\x68\x69\x73\x62\x22\x8b\xe8\x60\xd4\xda\x24\x12\x39\xa3\xe8\xc6\xb1\xaa\x0c\xed\x86\x1d\x5d\xca\x01\xe7\x15\x0b\xaf\x74\x60\x92\x8d\x46\xb7\x1a\xd4\x2a\xce\x75\x23\x7b\x3a\xb2\x80\x73\x92\xce\x33\x75\xef\x6f\x77\x3c\xa1\xb6\x93\xfa\x1e\x5d\xad\xf6\x68\xe7\x82\x47\xb3\xd9\x72\xb5\x32\xbf\x4a\x34\xbd\x47\x88\x3d\xd3\xb1\x5e\xe3\x0d\xe6\x95\xd2\xd0\x57\xdd\x87\x28\x07\x48\x79\x31\xf5\x72\xae\x6e\xa1\x09\xf7\x9c\x69\xe6\x54\x07\x3e\xbb\xb7\x45\x5a\xbd\x71\x53\xc8\x4c\x12\x18\xa7\xbe\x0a\x53\x5a\x12\x21\x09\x30\x83\x6e\x50\x89\x67\x55\x71\x89\x5a\xad\xcc\x66\x59\xd1\x65\x6a\x2f\x44\x70\xcf\xa9\x98\x4e\x38\x87\x03\xa7\x9c\x99\xf4\x9a\x74\x6e\xe9\xe5\x75\xc4\xcf\x8b\xd4\xe3\x64\xe4\x04\x0d\xd3\x11\xb3\x1c\x24\x81\xd4\x22\x1a\x8b\xe9\x2b\x4a\xee\xa2\xec\x3c\x9d\x0f\x27\xfe\x5e\x2f\x87\x4b\x4a\xba\x56\x14\x3a\x01\x58\x57\xb4\xa3\x4b\xac\x56\xa8\xfc\x20\x7b\x5d\xd0\xfe\xcb\x33\xca\xc6\x29\x9b\x86\xc9\x90\xba\x6e\x01\x80\xeb\x66\x27\x53\x01\x11\xd3\xf4\x86\x3a\x70\x41\xed\x75\xbb\xa0\x45\x58\x53\xab\xad\x4e\x92\xde\x22\xbc\x43\xdb\x97\xf4\xe9\x41\xd7\x75\x2b\x9d\xf7\xa0\xe8\xa8\xd1\xc2\xa4\xd6\x97\x98\x98\x85\x8d\x6e\xcb\x0e\xcb\xf1\xca\x40\x27\xfa\x28\x08\x6e\x5c\x82\x6a\xc9\x53\x28\xd0\xdc\xa1\x9d\xcb\x78\xce\x5c\x77\x8f\x2b\x2e\xa3\x13\x65\x9f\xa2\x2c\xba\x8c\x25\xa8\x88\x3c\x84\x95\xd7\xfd\x31\x25\xce\x3c\x19\xd1\x71\x94\xd0\x51\xc9\x4c\xa9\x45\x73\xdd\xa6\x3c\x33\x98\x7e\x83\x53\xa2\xef\x38\xb0\xa0\x64\xff\xe4\xec\xcd\xf1\xee\xea\x9c\x45\x23\x9a\xf0\xff\xb3\xaf\x43\x59\x1d\x53\x0c\xa7\xb4\x8e\xf2\xc2\xd9\x8c\x26\x23\x3b\x42\xfb\x3a\xa2\xb8\x4c\x47\xcb\x1c\x42\x16\x85\xfe\x9d\x34\xa4\x4e\x0a\x87\x7a\xba\x98\x85\xc9\x88\x8e\x8c\x1b\x3d\x8c\x68\x1c\x2e\xfd\x2e\x8c\xf4\x91\xf2\x07\x8f\xbb\x5d\x38\x78\xd2\x0d\xe0\x8a\xf2\x0f\x16\xb7\xa2\x03\x4b\xa8\x48\x0b\x82\xd1\x3b\x4d\x8e\xe2\x68\x78\x2d\xa8\x64\x74\x95\xa4\xac\xbc\x81\xcc\xfc\xbd\x1e\x44\x82\x57\x57\x5b\x50\xfb\x7c\x21\xcd\x08\xfd\x03\x3b\xed\x25\xbd\x4c\xe7\xc9\x90\xfa\x5d\x90\x31\x9b\x0b\xd8\x17\x8b\xa4\x44\x42\x7f\xd0\x85\x5e\x37\x80\x34\x79\x3e\xe6\x94\xad\xdb\x7c\xe6\x90\x26\x2f\xa4\xb5\x4d\x73\xde\x91\x44\xa0\xf5\xd4\x97\xeb\x66\x77\x22\x59\x33\x5b\xeb\xa9\x6b\x0d\x9c\xa4\xf3\x84\xd7\x13\xcf\x26\xe9\x6d\x53\xda\x5a\x8b\xe7\x2c\xba\xba\xa2\xac\x9e\xfc\x31\xe1\xcd\x19\x72\xcd\x4f\xe7\x3c\x5b\x1b\x89\xe5\x83\x20\x3d\xbe\x67\xf1\xfc\x2a\x4a\xb2\xd2\x76\xde\x98\xfb\xdf\x09\x86\x3f\x11\x5b\xa0\xa2\x66\x4c\xd2\xdb\x53\xb3\x38\x7b\x3d\xe0\x0a\x77\x74\xc1\x8c\x40\x1d\x3d\x29\x7b\xed\x8e\xd3\xe1\x3c\x73\x4c\xd6\x79\xc8\xae\xa8\x02\x89\x1c\xee\xac\x98\x3f\xa2\x1d\x3b\xf4\x8e\x82\x80\x5a\xcc\x1c\x91\xa8\x42\xdd\x48\x4c\x25\x38\x4f\x79\x6d\xf0\xfa\xfc\xe4\xad\xc8\x53\xed\x49\x18\x18\x87\x42\xb0\x50\xf6\x09\x82\x2b\x33\x50\xed\x40\x94\x50\xc6\xa3\x50\x94\x9f\x86\x0b\xe5\x88\xf9\xf8\x49\x17\x58\x1a\x53\xb1\x10\x69\xcc\xa3\x99\x03\x7c\x42\x85\x80\xe2\xc0\xb7\x37\x82\x8c\xfb\xff\xfc\xe7\x3f\xff\x99\x63\x38\xa3\x95\xfb\xfe\x53\x6a\x3d\x1c\x75\x62\xe1\x7e\x44\x3b\x7a\x39\x95\x69\xfe\x36\x0f\x46\x56\x0a\x98\x26\xda\x61\x18\xcf\xa9\xed\xdc\xcc\x85\x70\x5b\x68\x6f\x05\x0e\xef\x8b\xff\xfc\x08\x6f\xb8\xc3\xb1\x38\x1e\x90\x37\xd2\x25\xe6\x7b\xbe\x9d\x43\xe2\x50\xe0\x00\x46\x11\xef\xe8\x0f\x18\xd0\x00\x0b\x11\xa0\x7e\x74\xfb\x77\xb9\xdf\x74\x47\x84\x78\xdf\x5e\xa9\x13\xba\x2e\x4f\x9c\xca\xab\x2b\x05\x74\x3c\xc7\x18\xfb\x67\x74\xfb\x52\x21\x19\xbd\xa6\x4e\x8a\x25\x5a\x6e\x3b\x1e\xc3\x3a\x14\x22\x8b\xa6\xca\x81\x7f\x2f\x29\x23\x52\x45\x63\xe4\xe8\xc9\x38\xea\x8d\x05\x21\x60\x25\xea\x29\x05\xce\x96\x77\xf2\xfb\xe7\xb3\xd3\x77\x9d\x59\xc8\x32\xc9\x62\x0e\x43\x19\x73\x1e\xab\xbc\xa4\x8c\x43\xa2\xbc\x1e\xc5\x7c\xcd\x3e\x97\xc6\xf6\xac\x23\x50\xe9\xfa\xca\x9e\x52\x99\x01\xd2\x19\x40\xfc\xc2\xfa\x2f\xb9\xab\xa1\x59\xc9\xa0\x8b\x9c\x8e\xc9\xe8\xf3\x8e\x8d\x1f\x6b\xb9\x50\xc5\xda\x65\x75\x9d\x5e\xad\xdd\x17\xc7\xcf\x77\x46\x34\x1b\xb2\xe8\x92\x8e\x2e\x97\x8e\x5f\x2d\x9f\xdb\x7c\xef\xfb\x82\x3f\x8a\x92\x84\x32\x71\xd8\x88\xc5\xaf\x9c\x5b\x50\x2f\xd8\x50\x13\x99\x48\xba\x5d\xf5\x79\x67\x18\x87\x59\xf6\x2e\x9c\x52\xe2\xa8\x7d\x52\xea\x39\x1f\x35\x64\x65\x37\x57\x3a\x1b\x24\x7b\xda\xe7\x1d\x45\xbf\x8e\x26\x51\x3c\x42\x14\xfb\xef\xa9\x7c\x7e\x44\x80\x7d\x31\x82\x0f\x7a\x80\x43\x0b\x5c\x71\x1f\xc9\x71\x3b\x0e\x06\x5a\x69\xa4\x2c\x82\xad\x38\xdb\x05\xfd\x2d\xb2\xa5\x12\xa5\x40\x2f\x7d\xb5\x0a\x45\x5d\x9f\x76\x84\xe8\x7f\xa4\x3e\x49\x99\x51\x0e\xeb\x9a\xda\xfa\x88\x71\xc4\x32\xe3\x9e\x24\x07\x02\x8c\xc4\x72\xc0\xe2\x83\xd1\xa4\x08\x5a\x7a\x99\x2e\x7c\x5e\xec\x28\xab\x5f\xa7\xd9\x32\x83\x5c\x40\xc1\xf1\x94\x71\x2a\xf4\x4a\x1a\x40\x97\x56\xb8\x0a\x0d\xfe\xc9\x96\xd4\x7e\x60\xc1\x9a\x6f\x2e\x54\x6e\x9c\xec\xf0\x32\x1c\x5e\x8f\x58\x3a\xfb\xb3\x7d\x9a\xfa\x8a\x53\xb7\xc2\x4b\xd5\x60\x0d\x98\x06\xb9\x75\x50\xba\x4c\x17\x0e\xb0\x2d\x8c\xbb\xa3\xb5\x13\x78\xad\x14\x0f\x2f\xa5\xe8\xe6\x80\xd3\xee\x39\xea\xbe\x35\x51\x1d\x95\x62\x26\x62\x90\x18\x3f\x87\x6b\xaa\x5e\x5d\x89\x3a\x97\xe9\x42\x3a\x36\x18\xa4\x99\x91\x48\xe9\xdf\x76\x92\x8e\xa4\x28\xfd\xb4\x69\x48\x32\xcb\x01\x5d\x06\xfb\xe9\x9a\x89\x96\x5d\x0e\x83\xd1\x19\x16\xa2\x77\xd2\x29\x68\x5f\x73\x0f\x45\xb6\xe8\xa5\xf8\xd8\xdc\x53\x59\x1e\x43\xd2\xd1\x34\xb3\xb9\x69\x9d\xe9\x88\xb3\xb6\xb1\x3d\x53\x08\x43\xaa\xa5\x33\x43\x7c\x89\xd1\x35\x5a\x93\x31\x79\xfd\xf2\xa7\x0a\x6c\x53\x7e\x43\xd2\x11\x14\x7b\x6d\x48\x22\xd1\xd1\x99\x8d\xc3\x91\x05\xc4\xa6\xeb\x3d\x22\x84\x24\xe5\x99\x67\xe5\x91\x97\x19\xc5\xd7\x6a\xf5\x81\xa2\x10\xe4\x93\x4c\xb3\x4c\x2c\x8a\xdc\xd7\x7e\xd6\xd7\xc6\x86\x7b\xb2\xb8\x36\xf6\x35\xfd\x2a\x94\x93\x89\x59\xdb\x38\xe8\x9c\x22\x5d\x56\x10\xbd\xcd\x79\x7e\xe6\xba\xf5\xa6\x8a\x50\x8a\xeb\x30\x6f\x0e\x3d\x24\x0f\x82\xfb\x0f\x14\x25\xe5\x84\xaa\xa8\x96\x49\xda\x64\x25\x24\x18\x22\xa4\x0b\x97\x95\x8c\x09\x29\x17\x1c\xa8\xe2\xa1\xa3\x3c\x3f\xa2\x9d\x47\x8f\xe4\x90\xc8\x5e\x57\x1e\x9f\xaf\x94\xf4\xe0\x25\x25\x83\x00\xde\x51\x19\x6a\xdb\x1c\xa4\x37\xb4\x12\x94\xa7\x0c\xdd\x0f\x73\x18\xc2\x88\x48\x6e\xa5\x91\x73\xc8\xe1\x84\x22\xc4\x08\xaf\x58\x3d\xb2\x7b\xec\x2a\x0b\x26\x8a\x0d\x78\xe0\xba\x48\xda\x59\x8a\xdf\x85\x05\x9d\x34\x82\x96\xf2\xe5\x58\xfc\x37\x13\xff\x4d\xc5\x7f\x37\x62\xf8\x57\x24\xa1\xe8\x0b\x8c\x3a\x0d\xb2\x08\x86\x4b\xf2\x95\x7a\x1e\x2c\x09\x1a\x92\x51\xc1\x19\x34\x18\x04\x59\x23\x1a\x5a\x26\x41\x84\x10\xc1\x08\xc1\x05\xb9\x8b\x46\xfe\x25\x34\xf8\xed\x4a\xbc\xa7\x7e\xbf\x31\x6e\x4e\x92\x2d\x97\x5b\xe2\x8f\x40\x79\x45\xdd\x45\xd9\x71\xa9\x56\x2f\x24\x54\xc9\x57\x67\x5a\x84\x11\x79\xe2\x53\x0a\x24\xe6\x43\x09\x1d\x82\xbf\x36\xac\xd9\x12\xa4\x5e\xee\xa5\x90\xfc\xb4\x32\x2e\xb3\x25\x89\x8a\xd6\x2e\xc1\x50\xf9\x8e\x30\x0c\xc5\x18\xe3\xe7\x06\xa3\xbc\x62\xe1\x54\x86\x2e\x82\x8c\xf2\xf7\x72\xd0\xb6\x82\x42\x70\x6d\x17\x85\x60\x5d\x8c\x14\xdf\xbd\x44\x4e\x55\x5c\x73\x60\x70\x01\x62\xe3\x3e\x23\x63\x2f\x76\xa1\x01\x34\xd9\x00\x37\x26\x5f\xf1\xb9\xeb\x52\xa8\x34\xc8\xd2\x85\x48\x02\x8f\x04\x89\x69\xda\x69\x79\xd8\x1b\xd2\x5d\x17\xbd\x45\xd8\x00\x49\x63\x11\x19\xb5\xb3\x22\x0e\xb9\xee\x5e\x52\x4d\xe9\xa7\x14\xd5\x0a\x6d\x30\xe6\xa5\xeb\x08\x4e\x30\x72\x6d\xc3\x19\x4a\x0a\xea\x27\xf5\x0e\xef\xaf\x06\x6f\x10\x86\xaf\x08\xc3\xc2\x75\x17\x92\xd8\x89\xc5\xab\x80\x9d\xe0\x90\x04\x30\x0e\x29\xda\x30\x3a\x46\xff\x98\xd3\x8c\xd7\xb6\xbe\xd0\xf1\x55\x9b\xb3\xbd\xea\x94\x93\x9b\xdc\x71\x4b\x76\x37\x1b\x9e\x4b\xd0\xd1\xbc\x57\xe5\xf6\xe7\xa2\x63\x60\x0a\x15\x52\x0c\xcd\x05\xa8\xd5\xc4\x6b\xa5\xf9\xb9\xa8\x2b\x70\x80\x93\x06\xd8\x03\x46\x2c\x90\xd4\xc7\x0a\x12\x52\x6a\xa3\x5c\x77\x4f\x43\x4d\x47\x4a\xc3\x10\x11\x4a\x91\x49\x32\xba\x12\xe8\x0a\x19\xc0\x7c\x29\x01\x05\xd1\xd5\x8a\xaf\x56\x6c\xb5\x4a\x56\xab\x73\x84\x3b\x93\x30\xb3\x31\x77\x94\xc9\xde\x04\x03\x86\xe4\x7a\x88\xf3\x29\x16\x22\x80\xbd\x1e\x06\xe9\x28\x60\xfa\x51\x99\xe8\x42\x60\x30\x71\x8e\xd6\xa6\x47\xf6\xba\xf0\x1e\x61\xd7\x45\xc7\x9a\x0a\xdf\x88\x8c\x28\x8e\xf8\x92\x38\x37\xaa\x90\xa3\xf6\xfd\x23\x12\x3b\x6e\x1a\xd0\x28\x62\xb5\x2a\x6a\x96\x3a\x48\xa2\x02\x06\x63\xd1\xb4\x71\xdb\xbd\x16\xcc\x12\x45\x83\x54\xb2\x44\xa9\x21\xb0\x01\x74\x71\x1e\x93\xaa\xdf\xed\xda\x30\x5d\x77\x6f\x2a\x73\xa6\x62\xc0\xc7\x95\xb0\xde\xd0\xd0\xbf\x99\x7f\x55\x11\xa4\x66\x6a\xf2\x4a\x9e\x47\xef\xfd\x35\xc2\xd2\xb9\x57\x8c\x8f\x11\x6a\x46\x28\x47\xcd\x81\x05\x10\x61\x98\x99\xdf\xe5\xda\xe4\xef\x90\x3a\x1b\x21\x45\xef\x28\x5c\x34\x2c\x92\x18\xb4\xdc\x2a\xf9\x2d\xf7\x0a\xc3\xda\x38\x5c\x57\x8e\xcf\x86\xde\x4f\x88\x56\x42\xf8\x96\x2d\x4b\xa4\x5c\xb4\x2b\xbf\x54\xbb\xd2\xfe\x32\xaa\xbc\x19\xa1\x27\x28\x41\x59\xf7\xa9\x75\x80\xc0\xc8\x39\xc2\x87\x88\x16\x39\x16\x7e\x72\x5d\xc1\x0a\x9d\xd2\xa2\xf4\x6a\xe5\xa8\xc0\x73\x2a\xaa\x14\xb3\xc2\xd0\x49\xcd\x80\x8c\xd2\x84\x4b\xde\xfd\x58\xca\x08\x36\xcf\x70\x8c\x41\xfa\x5c\xcb\x37\x2d\x26\x35\xfd\x93\xda\x85\xbd\xbf\x78\x04\x9b\x4e\x59\x6f\xf3\x29\x13\xa0\x2f\x97\xf0\xb5\xbc\x78\x2e\x4f\xd1\x9e\x7d\x8a\x44\xa6\x3c\x45\x1b\x0e\x51\x0f\xd6\x76\x46\xb3\x08\x92\x6d\xd8\x7c\xc2\x0a\xd6\x4b\x10\x89\xd7\x1a\xc1\x16\xa7\x26\x92\x30\xd9\x20\x46\xec\x34\x00\x0f\x92\xa7\x0b\xc2\x40\x60\xe6\x99\xf9\x5d\xf4\x50\xc2\xe9\x5a\xdd\x7e\x0d\xee\x04\x2b\x52\x87\xbc\xf5\x6d\x71\xdd\x63\x0b\x00\xaa\x5f\x36\x0c\xb8\x2e\x47\x0a\x2a\x13\xb8\xe8\xcc\x93\xa9\x38\x03\xd8\x2f\x7e\x16\xb0\xf0\x39\xe2\x93\x37\x05\xf8\x45\x7c\x59\x41\xe4\x1f\x10\xde\x7e\x7d\x70\x25\x4f\xe0\x4b\x2a\x7e\x5c\x21\x8a\x73\x6d\x45\xe0\x37\x9e\x1f\x0d\x30\x64\xaf\x9b\x83\x46\xa9\xd5\x82\x62\x44\x15\x84\x57\xd4\xe8\xe5\xa0\x87\xde\xdc\x74\xb1\x3e\x0d\x8d\x68\x84\xe0\xba\x28\xda\x4e\x28\x0b\x92\x58\xae\x12\xc6\xb0\x65\xc5\x6d\x99\xe0\x18\x0b\xa6\xfa\x1d\xdd\x1a\xd0\x41\x00\xb8\xe4\x2c\xd7\xb1\x55\x0f\xcc\x91\x10\xa0\x23\xd1\x0a\xce\x9b\xbc\xcb\x1b\xce\xe5\x6a\x85\x2e\x3a\xeb\xec\xa1\x5c\x85\x62\x2e\x82\x41\x03\x7d\xb1\x6a\x66\x0a\x0d\x8d\x15\x08\x4e\xa7\x98\xb1\x28\x67\xf6\x51\x47\x29\xa1\x8d\x46\xef\x42\xf2\x7c\xb7\xc4\xa4\xa3\x0b\x0c\xc7\xe4\xd6\x18\x73\x2c\xc8\x6d\xc7\x08\x25\x3b\xc7\x8d\x52\xb7\x14\x9a\x58\x9a\x72\x29\xbb\xc2\x71\x27\x1a\x19\x51\xca\xf1\x2e\x3a\xd1\xa8\x60\x79\xc8\x31\x98\x81\x93\x0b\x38\x2e\x7e\xee\xe8\xb8\xb8\x1b\x63\x75\xd0\xce\x38\x41\x17\x72\x37\xcf\x08\xad\x11\xf7\x1a\xcb\x65\xf4\x87\x8f\x50\xc9\x7d\xc9\xe5\x50\xaa\x76\x4d\x48\x46\x1d\x5b\xff\xee\xba\x13\x01\x59\xc7\x9b\x0e\x8b\x54\xc2\x3b\x35\xaa\xd2\x80\xfb\x1b\xe1\xb9\x69\x5f\x15\x5c\x6e\xe8\x2d\xa6\xe1\x4d\x25\xc6\x3e\xdd\xd8\x9d\x66\x96\x14\x5b\x5a\x1a\x23\x58\x83\x56\x01\x08\xd1\x43\x30\x81\x40\x00\x72\x64\x17\x96\x36\xde\xe2\xf2\x2c\xce\xac\x88\x67\x53\xb3\xc2\xe8\x53\x7f\x40\xc1\xbe\x79\x7f\x8e\xca\x47\x43\xd2\x58\x86\xf0\x38\x41\xd5\xcb\xf9\xf7\xa6\x0f\xa3\xf4\xdc\x43\xca\x72\xc3\x22\xb1\x1a\x68\xfb\x4a\xf0\xf4\x0b\xd1\xd8\xd2\x14\x9e\x97\x77\x72\xf3\xd5\xca\xba\xa4\xfc\x50\xcc\x41\x70\x86\xe5\xf1\x2f\xe2\xde\xf4\xe5\x7d\xb3\xbf\x7e\x8b\x7c\x5d\x36\x79\x4d\xd1\x31\x6e\x0e\xd1\xde\x80\xa9\xd6\x31\xff\x6a\x65\xdf\xff\x86\xae\xeb\xa8\x3b\x1d\x42\x48\xd8\xe1\xcb\x19\xed\x77\x7d\x9b\x0c\x0b\x78\x01\x91\xa8\xe8\xb0\xf8\xc4\x76\xf0\x77\x7c\x67\x48\xa3\x7c\x4d\x95\x32\xb9\xb5\x59\x33\x4f\xb2\x36\x9a\xbe\xe3\xf8\x8a\xdf\x2c\x38\x41\x75\x43\x43\x1c\x71\x66\x55\x13\x2a\xa5\x12\x36\xde\xba\x52\xdf\xa9\xbf\xed\xd3\xc5\x70\xda\x80\x97\x19\xbe\x63\x03\x1a\xb8\xae\xf8\xbf\x6e\xd9\x22\x8d\x43\xe4\xcb\x78\xba\x53\x5c\x16\x4a\x2a\xf7\x2d\xef\x90\x51\x59\x16\xa4\x98\x45\xa1\xf4\x64\x28\xb4\xc6\xfa\x32\x46\x61\x04\xc7\x2b\x6f\x5d\x12\x22\xb0\xd2\x4e\x5a\xae\x6f\x45\x92\x5b\xad\xe8\x56\x67\xe2\xda\x75\x09\x93\xdc\xd0\xda\x9a\xe2\x9a\x81\x03\x03\xde\xe7\x9e\xb3\xeb\x78\x89\x9f\x58\x8f\xd3\x46\x44\x9a\x30\x98\x00\xcc\x09\xd8\x97\x2d\xfd\xb5\x46\x22\xec\xaf\xcb\x99\x4c\x46\xe4\xb1\x74\xba\x6f\x04\xbb\x71\x66\x31\xea\xf6\xc5\x86\xeb\x7e\xff\xcc\x1b\xe0\xa8\x3e\xb6\x1a\xe6\x85\x06\xec\x47\x09\x11\x87\xae\xef\x70\x36\xa7\x8e\xef\x8c\xc3\x38\xa3\x4e\xd3\x8c\x1a\x04\xee\x72\x76\x6f\x91\xe2\x65\xee\xb3\x50\xb8\xc2\xf0\x92\x92\x97\xf7\xd2\xf0\xab\x4a\xeb\xaf\xcc\x2b\x3a\xc8\x16\x45\xd1\x6c\xb5\x52\x6d\x8f\x84\x9c\x20\x6d\x91\xe4\x4b\xf4\xab\x55\xe3\x19\x3b\x2e\xf9\x37\xda\xe1\x4a\xdb\xa0\x78\xdf\x73\x84\x9b\xf2\x44\x56\xd9\xa1\xa6\xc7\x8d\x90\xb5\x05\xd3\x0f\xe3\x68\x78\x2d\x91\xbc\x6e\x40\x05\xe9\x51\x04\xcf\xba\xb3\x96\x42\x3f\x0d\xf0\x8e\xbc\x51\x32\xcd\x59\xf6\x04\xae\xbb\x99\x05\xd1\x1c\xd9\x58\x70\x16\x1b\x4c\xc9\xc6\x44\x06\x3e\x68\x92\x75\x5f\xa3\x0a\xa4\x7e\x43\xf8\x6e\x26\x58\xc8\x22\xe5\x85\x4a\xe9\xd9\x21\xc6\x0d\xc6\xfe\x80\xf0\x4e\x53\x9c\x96\x72\x63\xe0\x15\x08\xd4\xd3\x54\x48\x92\x2a\x69\xdb\xf3\x0a\x7e\xdf\x52\x44\xbf\x8a\xf2\x62\x6b\x21\x05\x61\xdf\xe0\x77\x6c\x07\x09\xaf\x8e\x73\x33\x7c\x56\x87\xda\x58\x6e\x6d\xb4\x9b\x4b\x55\x07\xbc\xb9\x5c\xd3\x98\x3f\xd9\xf7\xd6\xd7\x08\x0b\x31\xa9\xf6\x1a\xa2\x81\x51\x8d\xdb\x6f\x04\x1a\x72\x98\x3e\x63\x09\x06\x2e\x76\x34\x1a\x23\x79\x39\x59\x5c\x0d\x23\xbc\x53\x2d\x99\x61\x50\x09\xe1\x68\x24\xeb\x65\x24\xb1\x83\x30\xcb\xd7\x25\x2d\xb7\xd5\x44\x12\x02\x21\x49\x7e\x3f\xba\x6a\xd8\x36\xd5\x3c\xdc\x28\x9b\xc1\xbb\x44\x48\xdc\x14\xa4\x25\xf2\xf9\x72\x46\x7d\x0e\x93\x30\x19\xc5\x94\xf9\xcc\x0e\x81\x56\x41\x0d\x8f\x0a\xd6\xe4\xb9\x14\x47\xff\xa8\x6e\xc0\x4f\x60\xbf\xf2\x82\xe1\x0f\x7b\x17\x7f\xa9\x66\x62\xb0\xd8\x19\x3d\x2b\x30\x06\x8b\xfb\xff\x27\xf3\xf6\x0b\x0d\xf7\x8b\x34\x8d\x69\x98\xe0\x0d\x73\x8d\x04\x87\x17\x26\xf3\x30\x96\x4f\x41\x62\xfd\xb8\xc8\x1f\x88\xc2\x4f\x18\xa8\x7e\x63\xc4\xe2\x01\xfd\x3f\xaa\x9c\xe5\x2f\x95\xa7\x44\x14\x1f\xe2\xff\x81\x16\xb4\xaf\x3e\xd2\x39\x77\x7c\xe7\x32\x9e\x33\x07\x7e\x5d\x2f\x1b\x25\xb2\xc5\xa2\x28\xfc\xaa\xa8\x51\xb1\x6a\x9f\xc5\xaa\xdd\x13\xdd\x2e\x1d\x29\xbb\xf2\x62\x3f\xa4\x8f\x80\xde\x11\x19\xd9\x4e\xef\xc9\x4e\xb3\x61\x9a\xbc\xe5\x90\xfc\xc3\x0d\x19\x04\x95\xc8\xc9\xa5\x37\xca\x5e\xaf\x8a\x4f\xb5\x38\xea\xba\x7b\xbf\xc9\xe0\xda\x7b\xe3\x22\x06\x78\xc1\x8d\x19\xde\x93\x93\xb0\x60\x37\xb9\xc2\xfc\x3b\x21\xa1\x30\x27\xb4\x33\x9c\x33\xc1\x44\x2a\xa0\x94\x52\x46\x93\xa8\x2f\x6d\x39\x5d\xf7\x65\x93\x49\xa4\x65\x05\xaa\x43\x79\x69\x54\x5e\xd0\x19\x89\x90\x1f\xc0\xdf\x3f\xed\xae\x56\x13\x31\x17\x5b\xfb\x52\x41\xec\xeb\xdc\x9f\xe0\xd6\x7c\x69\x96\xd7\xd4\xed\x84\xec\x31\xc9\x96\xed\x25\xae\x7b\x29\x03\x5b\x54\xa2\xe4\x96\xbb\xa8\xd0\x84\x52\x88\xd9\x8f\x3c\xac\x56\xc7\xf6\xe7\x8e\x45\xa3\xad\x8e\x2a\x6f\xb1\x95\x38\xc9\x44\x7b\xff\x4d\xba\x1b\xa8\xdf\x5f\xca\xc8\xa1\x0d\xde\xad\x66\x38\xd6\xcb\x33\x51\xf1\x79\x26\x5d\x18\xe4\x4b\x34\x75\xa2\xad\x2c\xe2\x20\x24\x19\x45\x51\xd5\xe1\x28\xda\x18\xc5\x78\x2f\x2b\x9f\x95\x10\x1d\xc7\xc5\x43\x60\xd2\x2d\x45\x08\x48\xb3\xce\xd2\xef\xc2\x5c\xbd\x14\xa6\x53\x55\x19\x99\x31\x34\xef\x85\xe9\xac\x98\x8e\x79\x67\xe1\x77\x61\xa4\x9f\x0f\xd3\xe9\xb2\x90\xcc\x98\xa8\x37\x03\xda\x89\x17\x3f\x4b\x61\x4c\x92\x36\x2f\x82\x9d\x3f\x4b\x61\xa6\x5f\x17\x68\x33\x6f\xf8\x2c\x85\x29\x61\x6d\x1d\x8c\xbd\x3d\x7a\x56\x3c\x03\x3f\x59\xad\xc6\xab\xd5\x6c\xb5\x9a\x4a\xc5\xd2\xd0\x7a\x55\xf7\xb8\x21\x4c\xa6\x39\x43\xc5\x71\xd8\x70\xe1\x60\x1d\x12\x15\x33\xc8\xd8\xef\xf4\xef\xac\xb8\x56\x1b\x9f\xd6\x05\x6b\x97\x7c\x66\xae\xdf\x72\x65\xdc\x86\xd7\x50\x22\x88\x13\x25\x6f\x87\x24\x60\x56\x63\x31\xe3\xbb\xdf\x90\xcd\x9f\x6d\xe1\x96\x5c\x77\x22\x95\x2e\xeb\x4c\xae\x62\x77\xd6\xf4\x6a\x42\x40\xac\x77\xf9\xab\xcd\x28\xaf\x75\x66\x70\x25\x7e\xda\x75\x5d\x73\x56\xf6\x24\x3f\xbc\x81\x85\x14\xa4\x3c\x0e\x39\x1d\x99\x0b\xa6\x0a\x4f\x59\xc9\xc3\xab\xd5\x65\xf5\x91\xd7\xdf\x2c\x7b\xf0\x3d\x9b\x91\x7d\x8e\xf0\x9e\x39\x74\xe5\xe8\x24\x9d\x72\xaa\xcf\x49\x72\x8a\xf0\x5d\x44\x91\x89\xef\x6c\xee\xf9\xc4\x99\xac\xd8\x32\xca\x93\x69\xc7\x93\xe0\x65\x74\x19\xf5\x00\xcc\xba\x05\x2b\x84\xd2\x2f\xa8\x72\xb7\x90\x91\xf7\x08\xf7\xa5\x68\xad\x2e\xeb\xd5\x1d\xec\x9c\xa4\xfd\xbb\x46\x78\xf1\x53\xa8\xc6\x28\xf6\xd3\xb5\x88\xec\xe7\x08\xe7\x3e\x85\x21\x19\xd4\x22\xed\x18\x22\xaf\xc3\x7b\xf9\xd1\x16\xc7\xf2\xa2\x6c\xc5\x33\xf6\xc0\x78\xc4\x1e\x28\x8f\xd8\x27\xda\x53\xf6\x49\x5e\x8f\xc8\xb2\x56\xff\xc9\xc6\xd8\x75\x45\xd1\x32\x86\x98\x15\xe0\x45\xeb\x39\xee\x0d\x71\xb7\x39\xe2\xd0\xf6\x08\x5f\xd1\x18\x15\xaa\xf3\x82\x1f\x3c\x1c\x38\x65\x98\x31\x70\xd6\x7c\x91\xc0\x31\xde\x47\x4d\xf6\xf1\x14\xdf\x59\xd5\xa5\x01\x5b\xa3\x09\x91\xd5\x85\xed\x7d\xee\x37\x38\x48\x0d\x2a\xae\x4f\x8e\x47\x83\xe6\x26\x1d\x4f\x1a\xab\xf9\x6c\x83\x01\x8d\xe3\x29\x62\xdb\xe4\xb6\x75\x97\xe7\x79\x1e\xec\x48\xbd\x7e\xe6\xba\x43\xc3\x37\xda\xde\xb0\xc5\x5e\x99\x98\x86\x59\xe1\x67\xff\x38\xcf\x31\xa8\x4a\x5a\x81\x31\x04\xcd\x4b\x30\x83\x22\x2d\x5f\x4b\x2c\x2d\x5a\xd7\x6e\x83\xc9\xcf\x68\x0e\xc7\xeb\x57\xee\xcc\x76\x76\x4f\xa0\x12\x0b\xd4\x8f\xad\xe7\x13\x87\x15\x4e\x4c\x1c\xe6\xbb\x86\x1b\xe7\x7a\x52\x47\xeb\xa9\x51\xc3\x88\xc4\x1c\xaa\x1e\x2f\x65\x44\x5c\x8a\x8e\xab\x1e\x95\xcf\xe3\x18\x69\x57\xce\x52\x31\x1c\x38\x78\xcd\x73\x65\x83\xb0\x49\x5d\x57\xca\xae\xda\x3e\xdb\x88\xad\xf0\xb1\x40\x4a\x47\x48\xc8\x50\x8c\x9c\x20\x0c\x11\x61\x83\x6e\x00\x29\x61\x83\x5e\xb0\x63\x23\xbd\x42\xd9\x18\xb9\x6e\x2a\xc3\xe1\xa4\x18\x78\x3f\xd9\xe4\x0a\x75\x21\xf5\xc1\x48\xb9\x43\xf9\xc5\x57\x31\x68\x89\x6c\xd5\x45\x56\xe3\xb8\xe5\xa0\x0b\xeb\xf1\x62\xd8\xeb\x4a\x22\xa5\x68\x78\xb8\xe6\xf6\x41\xb4\x6c\x50\x61\xef\x2d\x6e\xcb\x7a\x0d\x41\xb1\xb0\x8a\xf4\x15\xde\x18\x47\x68\xaf\x87\x77\x78\x3f\xda\xb2\x2e\x9b\x6e\x68\xd4\x52\xa5\xa4\xd9\x3c\x01\x35\x5c\x0c\x49\x95\x95\xd4\x4f\xbc\x46\x36\x4f\xf9\x96\xde\x13\xc0\xe8\xb4\xb0\x03\x2f\xc3\xc1\xda\x86\xe1\x3b\x5b\x9c\x65\x6c\x79\x6d\x49\x85\xc4\xac\xbd\x6d\xd6\x8b\x2a\x89\xe7\x96\x1a\x63\xc5\x26\xab\x6e\x63\xce\xc3\x72\x01\x7e\x0d\xfa\x25\x65\x72\x3b\xa0\x81\xdf\x90\xa9\x3c\xba\xde\xa5\x23\x2a\x7a\x75\x64\x90\xf8\xbe\x74\x4e\xf3\x1b\x54\xe9\x31\x45\xc5\xc4\xd6\x4e\x19\x55\x0f\x57\x6f\x0d\xf1\xce\x5d\xf7\x0d\x45\x1c\x12\xfb\xb1\x64\xed\x44\xc7\x94\xa9\x96\x58\xbd\xca\xc8\xa3\x41\x37\xf0\xa3\xfc\x2d\x35\x66\xf4\xd2\x10\x84\x9c\x52\x78\x2b\xf5\x7f\x2f\xed\x54\x7b\x8a\xb6\xfd\x58\xa3\x98\xce\xf1\xdd\xa9\x34\x14\xa3\x3a\xe4\x91\x68\x51\x8b\x52\x6f\x92\xd9\x9c\x93\x2b\x2a\x57\xfe\x15\x6d\x88\x88\x53\xbe\x42\xd1\xbf\x13\xf4\x5d\x30\x25\x74\x31\x8c\xe7\x23\xe5\x97\x6c\xae\xaa\x77\xde\x6d\x70\x41\x53\xcd\x28\x91\x90\x49\x00\x9b\x50\xc4\x70\xdf\x8a\x4c\x4e\x08\x61\xbe\x11\x1c\xa4\xfd\xb7\xf1\xcf\xdd\x2b\xc2\x71\xd3\xda\x45\xf9\x0e\xb5\xac\x65\x0a\x7f\x9e\x24\xc7\x40\x8d\xe2\x8c\x36\xdd\xf8\x35\x56\x8b\x54\xa8\xf5\x1c\xbe\x51\x52\xdb\xd0\x0d\x67\x43\x88\xcd\xf2\xdd\x27\xc9\x7a\xa5\x37\x94\xb1\x68\x44\x33\x08\x2b\xf6\x81\x99\x60\xec\x48\xb2\xe5\x82\xad\x58\x83\x0a\xfd\x88\x55\xa8\xc3\x66\x1f\xb8\x3e\xd7\xf1\xed\x91\xa0\xd9\xfa\x42\x18\x55\x15\x28\x73\xab\x93\x7a\xf7\xbc\x8c\x10\x69\x96\xa2\x74\x2b\x35\x29\xe5\x32\x44\xf8\x4e\xfc\x27\x23\xc0\x58\xfb\xa5\x1d\x0b\xd5\x4a\x46\xd5\xf8\xe1\x56\x33\x89\x5c\xd7\x58\xe0\x3b\xc8\x34\x31\x19\x92\xbb\x6a\xe4\x6b\x6d\x3b\xde\xe8\x9d\x14\x0b\xba\xd3\xe8\x3a\x54\x1c\x38\xc1\xe1\x56\x55\x03\x42\x90\x2c\xc3\x55\x08\xc8\x0b\xf7\x08\x61\xf8\x8e\x91\x50\x4b\x8f\x28\x55\xbe\x2d\x26\xc0\x5b\x61\x73\xfe\x80\xc8\x96\xc9\x20\x0b\x14\x38\x0e\x78\x50\x04\xb9\xb4\xd6\x63\x0d\x83\xc5\x70\xb7\xc1\xc1\xac\xc1\x15\x39\xde\xc0\xca\xf7\x37\x65\x34\xb8\xc7\x85\x9b\x04\x3f\x75\x81\x21\x18\xe7\x11\x79\x4b\x91\x34\xc8\x5c\x1b\x6e\x24\x2d\x64\x9c\x02\xac\x9d\x00\x97\x28\x78\x30\x0c\x9a\xc9\x41\xcd\x4f\x2a\xca\xb1\x7a\xcd\xb5\x0e\x65\xa3\x06\x28\xa3\xf8\x2e\x25\xb4\x3c\x48\xab\x55\x0a\x13\x69\x19\x21\x4b\x1b\xae\xa8\x5a\x43\xc2\x06\x84\x0f\x09\x05\x2f\x8e\x6b\x01\x85\x30\x47\x23\x0c\x23\x0b\x13\xac\x8d\x3c\x87\x90\xa8\x52\x39\xbc\xa0\xe4\x4e\xd2\x76\x31\x3a\xbf\x72\x35\xad\x85\x4d\x5f\xeb\xb1\x40\x72\x07\xbe\x66\x12\x2c\x1f\xfa\x8f\x15\xb7\xa5\x41\x20\x9f\x65\x81\x88\xec\xf5\x24\xfe\xd0\x0a\x9d\x90\xe8\x85\x57\xdf\x62\xd5\xeb\x8f\xd2\xdc\xe5\x10\xc2\x5d\xe9\xab\xa6\xf4\x91\xc6\x8b\xad\x27\x23\x35\x34\xd5\xa8\xba\xbd\x75\x73\x0c\x73\x22\xe9\x7f\x66\xf9\x05\x0c\x35\xb3\x65\xa4\x66\xd7\xdd\x8b\x8a\x67\x4b\x74\x5a\x67\x18\xa7\xd9\xff\xc7\xdb\xbb\x7f\xb7\x6d\x33\x8b\xa2\xbf\xfb\xaf\x50\x74\xbf\x95\x92\x31\xad\xe2\xfd\x70\xcb\x9d\xeb\x26\x6e\xeb\xb3\x93\x38\xdb\x76\xdb\xaf\xc7\xc7\xab\x1b\x8f\x41\xac\xaf\xb2\xe4\x52\x74\x53\x7f\xb1\xfe\xf7\xbb\x00\x52\x12\x6d\x51\x76\xb3\x4f\x7b\xad\xb5\xc6\x7c\xcc\x8b\x03\x60\x30\x00\x41\x0c\xcc\xeb\x6c\xd6\x6e\x85\xd6\x36\xc1\x6a\xfb\xb7\x4d\xcb\xe8\x2c\xbf\xbb\xab\x97\x01\xd5\xdd\xdd\x31\x2c\x8f\x77\x9a\x2c\x2f\xcd\x34\xc7\xf3\xe7\xcf\xee\x05\x0f\x9d\x89\xab\xa1\x6d\x66\x23\xba\x2d\xa5\x6e\x5e\xec\x76\x29\x9e\xad\x29\xcc\xca\x0b\x7c\x03\xe7\xcd\xc5\x8b\xfc\x6b\xd4\xc6\x61\xf3\x68\x81\xaa\x98\xe4\x3b\xf3\x34\x05\x3e\x5d\x56\xeb\x79\xd3\x44\x56\x76\xf1\xe9\x0d\xec\xb4\x18\x77\xfa\x83\xf1\xf3\xe7\xd9\x38\xcd\x9a\xf7\xce\x81\x47\xe4\xa2\x7a\x7a\x0e\x7c\xba\x1a\xdb\xc4\x4a\xd7\xd6\xd9\x19\x64\x37\x4f\xbc\x19\x6d\x07\x0e\x69\x82\xad\xe9\x0d\x52\x9e\xe7\xb6\x37\xd8\x59\x21\x3c\x96\x51\x2a\xbd\x14\x79\xfe\xbc\xaf\x9f\x49\x53\xfb\xab\xc1\x49\xd3\x80\xce\x2f\x8a\xea\xff\xb7\xd9\xe5\xd4\x48\xa2\xbb\x2a\x96\xcf\xd7\x5d\x77\x39\xcb\xf2\x62\x8b\xda\x0f\x72\xc0\x34\xca\x8f\xd3\x4a\xa8\x95\x79\xba\xac\xcc\x9f\x60\xd5\xed\x63\x23\x2f\xd4\xe9\xed\xee\x65\xfd\x69\x3d\xf3\x8e\xcf\xea\xe2\x5e\x04\xec\xf2\x22\x5d\x5b\xb9\x91\xf5\xa5\xe5\x7c\xd5\xea\x42\xe3\x3c\x0a\xb7\x4a\x65\x74\x93\x3e\xc7\xfe\x1e\xca\xe5\xa0\x78\xfd\xe5\xe9\xb0\xe8\x7e\x74\x99\xbe\x43\xed\x99\x75\x68\x56\x11\x76\x66\x14\x7b\x17\x77\xd4\xab\xc5\x1d\xed\x4c\xeb\xa7\x76\x7f\x8a\xf2\x57\xc8\x60\x15\x92\x4d\xd3\xc6\x7b\x7f\xa4\x2f\x3e\x97\x2f\xfa\xd7\xd3\xbc\x1d\xdd\x5e\x6e\xac\x97\xec\x7c\x61\xb7\xfc\x82\xea\xde\x57\x4f\xcb\x0f\xa7\xd2\x92\x40\xe8\x2c\x08\x2c\x60\x91\xb5\xd9\xdf\x57\xb1\xc2\xe6\xf7\xcd\x71\xc0\x39\x1d\x8d\xa7\x73\xa8\xea\x66\xa9\x7d\x36\x8b\x65\xfb\xf0\xe3\xb5\xbc\xff\x13\x93\x56\xf5\x90\xcc\x3a\x4c\x9f\x0e\x35\x4b\x34\x66\xed\xf4\xd4\x6a\x09\x64\xd1\x0d\x22\xdb\xcf\x74\xef\x7d\xc0\x3b\xbf\x1c\x87\x7a\xcf\x7c\x34\xb7\xc3\x14\x56\xf6\x7c\x36\xbd\xde\x16\x0f\xca\xe9\xd6\x3d\x1f\x8a\xba\x7c\x97\x3e\x30\xca\xd6\xa9\xa3\x87\x57\xf3\xa4\x5f\xbe\x33\xde\xa4\x8b\xe3\xe3\xb2\x9b\x73\xfd\x4b\x8c\xf2\xb4\x6f\xc4\xea\xdb\xa5\x9e\x9d\x25\xa0\x59\x84\x79\x6f\xa9\x70\xdf\x77\xdd\xb3\xf4\x75\xd0\x56\x36\x43\x94\xf6\xa7\xe8\xf9\x72\x7c\xf6\xfc\xf9\x52\xc2\xb2\x4c\x53\x0c\xf2\x23\x94\x9f\xda\xd7\x0e\xfb\xa8\x68\x5f\x3a\xec\xa3\x45\xf1\xdb\xfd\x0f\x6d\xfe\x71\xef\x73\xc4\xe5\x8b\x8a\x6a\x75\xfc\xf3\x4e\x97\x53\xbd\xe2\x54\x35\x5b\x19\xfc\xb4\x6a\x3b\xdd\xcf\xb4\xff\x5c\xe3\x79\x90\x42\x29\x7d\x02\xd0\xfb\x8e\xb4\x8e\x6d\xe3\x19\x5e\xf6\xea\xcf\x50\xf2\xc8\x09\xf5\xfe\x88\xa0\x5d\x97\x35\x9e\x8e\xeb\xb1\x99\x34\x3d\x5c\xc3\xb1\xab\x5d\x0a\xb0\xef\x4f\x02\x74\x07\x08\x6d\xbe\xb5\xed\x8b\x32\xfc\xbd\xe1\x40\x44\x7f\x6a\x19\x47\x97\xc2\x65\xf9\xa7\xb4\x66\xbb\x5b\xd5\x1f\xd9\x23\x61\xd1\x3c\x7c\xb7\xcf\x5c\x7d\xf7\xfc\xac\x6a\x63\x87\xd8\xff\xaf\x66\xd6\x97\x17\xf3\x62\xdc\xfb\xfc\x9d\x3c\xda\xff\xec\xe4\xd0\xfe\xb9\x98\x37\x73\xdd\xbd\x6f\x35\x26\xe5\x6c\x6f\xde\x66\x9f\x2d\xcd\x5e\x7a\x2b\xb4\xf3\x6c\x9a\x46\xdf\x0f\x27\xfe\xef\x8f\x05\x9f\x8e\xac\x9b\xb6\xba\x5d\x76\x55\xce\x8a\x69\x69\x76\xba\x05\x3b\x4e\x6b\xb4\x9a\x8c\x91\xbb\x93\xd4\x1b\xd6\xb3\xeb\xdd\x9b\x66\x20\x34\x2f\x87\x97\xb3\x6a\xfc\xef\x68\x92\x06\xfd\x65\xba\xbf\x3f\x2d\x5c\x39\xfc\x1d\xaa\x7a\xec\xd6\x37\x9a\x39\xef\xaa\xf0\x7d\x54\xed\x04\xf9\xb4\xb8\xdc\x24\x4c\x73\xe6\xd5\xd2\x73\x36\xfb\x59\xba\xbd\xcb\xe5\x8e\x96\x7e\x6f\x9e\xf2\x23\xcc\xdb\x59\x75\xb7\x9c\x6d\xf7\xcd\x6c\xfb\xe5\x62\xd1\xcd\x91\x7b\x99\xc5\xd8\xa0\xaf\xbe\x66\xbf\xb5\x73\x1c\x9f\x56\x29\xac\xa0\xf0\x33\x97\x26\x6d\x9e\x58\x35\xd0\xad\x87\xff\x80\x7c\x91\xdd\x4b\xf8\x19\xb2\xfc\x53\x8c\x5b\xb2\xdf\xa0\xfc\xad\x67\x99\x51\x37\xf1\xef\x52\x76\x0c\x03\x17\x79\xde\xf7\xfd\x5a\xb7\x6b\x9f\xb9\x36\xa1\xdf\x6a\x13\xeb\xbe\x2f\x94\x9e\x54\x76\xf1\xb0\x5f\xba\xec\x6e\xb6\xf1\xc8\x56\x1d\x2b\x1f\xb1\xd8\xb6\xd5\xc7\x6a\xed\x5f\x6c\x10\x5d\x8b\xef\x4c\xef\xee\x56\x5f\x04\xce\x62\xb4\xdb\xbd\xdb\x5c\xcb\x42\x96\x17\xb3\x97\xd9\x65\x96\x17\xcf\x60\x73\x95\xd0\xf8\xee\x6e\x9e\xe5\x77\x77\x93\x2c\xcf\xf7\xb3\x9b\x2c\x2f\x5c\x96\x6f\xe9\xb2\xfa\x4b\xfd\x59\xac\xe3\x51\x92\xcf\x7e\x84\x3c\x3a\xbe\x66\x90\xd5\xf0\xdc\x3e\x72\xf7\x90\xf6\x96\xca\xee\x39\xee\x55\x83\x5f\x3a\xf0\xd5\x9b\xe8\x34\xef\xb7\x5e\x2e\xd0\x2c\x0d\xe8\xdf\xba\x64\x4b\xed\x74\x69\xe0\x97\x34\x44\x4d\xef\xf3\xdd\xaa\x5b\xd8\xd8\xad\xe3\xcf\xf5\x0d\xa9\x07\x5a\xf7\x0e\xd3\x72\x6f\xe5\xfe\x5b\xc6\x29\xb2\x39\xda\xe4\xbe\xf9\x5a\xc9\xc4\xb2\xef\x49\x9c\xb4\x4e\x26\xd8\xbe\x3a\x5a\xbb\xb2\x07\x5c\x9f\x3f\xcf\xea\x58\xea\xeb\x97\x3a\xf7\x26\x69\xfe\x84\x8b\xdb\x48\x06\xdb\x73\xa9\x68\xd7\x0f\xc5\xc1\x5f\xdb\x66\xbe\x26\x77\x77\x4d\x74\xd9\x59\x97\x14\x83\x4e\x92\x26\xf3\x96\x0d\x6b\x9a\x66\xc1\xab\x73\x74\x91\x5c\xd2\x7f\x54\xe7\xf8\xa2\x4d\x5e\xbe\x9c\x26\x3d\x9f\x5e\xdc\xdd\xd5\x3b\xed\xd2\x9a\xe5\x9a\x9a\x7a\x76\x3d\xdc\x4f\x47\xed\x2b\xff\xfd\x36\x1b\xc2\xf2\x2d\xc4\x52\xc6\x1e\xbe\x28\xcc\xea\xfd\x3f\xa4\x79\xa0\x7a\x76\x1d\xbb\x85\x65\x8a\xe5\x9b\xd2\xbc\x1c\x37\x2e\x71\xd6\x74\x14\x2e\x5d\x69\x7c\xdf\xac\xf9\xbf\xf4\x95\x8d\x5b\x6c\xdd\xe1\xa4\x71\x87\x37\x2b\x37\xb9\xf4\xa4\x37\x4b\x4f\x3a\xd9\x9b\x2f\x9a\x05\x3b\x69\x3d\x41\xa3\x72\xb3\xe6\x20\x69\xec\x57\xa9\xd9\xdb\x57\x55\xf1\xb4\xa8\x1e\x99\x1e\x8c\x7c\x16\xcd\x27\xbd\xcb\x5d\x6d\xff\x2c\x69\x93\x19\x3a\xd2\xa6\x64\x0d\x5b\x5d\xe6\x6a\xed\x03\xbc\x6c\x93\xc3\x97\xa5\xdf\x5f\xa6\x9b\x2f\xcb\xcb\x38\x04\xb9\x2e\x43\x2c\xb6\x68\xcb\xab\x32\x9c\x87\xb5\xbd\x5b\xbb\x76\x2d\xb6\xca\x74\xdd\x26\xb4\xf6\xad\xc5\x2e\x5b\x8b\x5d\xee\xf9\xa5\xc5\xae\xf6\xae\x17\x3b\x6d\x4b\xdb\x5f\xed\x4f\xb2\xc8\xd2\xf6\x72\x45\xb5\xbd\x9f\x87\x2c\xdd\x5c\x5f\x9c\x67\x71\x90\x9a\x2f\xb2\x4e\xf5\xcf\x17\x8b\xbc\xa8\xcb\xfb\x57\xd6\xb1\x98\xc9\x56\xe3\xa3\xbb\xbb\xac\x7e\x38\xf3\x1b\x87\x3e\xcb\xc7\xba\xbf\xa5\x50\x4f\xe6\xc9\xfb\xef\xe9\x3f\x5d\x75\xf2\x20\x2f\x67\x15\xb2\xe5\x08\x6c\x9d\x87\xb3\xc5\xcf\xb7\xbe\xa8\x7c\xbc\xf3\x8a\x2e\xe6\x59\xf4\x85\xf1\x20\x16\xd3\x79\x7d\x91\x2f\xf2\xc5\x62\xf5\xad\xfb\xac\x19\xaf\x76\xa3\xb8\xba\x19\x0e\x6f\xf6\x58\xe6\x41\x07\x64\xfa\x5c\xf7\x72\x1f\x48\x0f\xb1\x87\x5e\xa6\xca\x84\xac\xe3\x06\x7b\xca\x25\x65\xcd\xdc\xbe\x97\x46\x5a\x44\x43\xbe\x5e\xc7\x7b\x69\x4d\x46\xca\xba\x4d\xfe\xe3\xfe\xd5\x7a\x76\xdd\xc5\xfc\x39\x6d\x5a\xd6\x64\x51\xef\xa0\xfe\xbc\xc8\xf3\x9d\x69\x67\x12\x78\xd6\x8c\x67\x7a\xf7\x99\x6a\xd3\x69\x2e\x8a\x9f\x57\xdd\x41\xb3\x4f\xd3\xff\x68\x7c\xb0\x4a\xb1\xda\x59\xdb\xb9\x6a\x6b\xcd\xbe\x32\xad\xff\x6e\x84\xc4\x28\xb4\x7b\x9e\x3e\xa2\x6f\xcc\x9a\x16\x65\xcc\xd2\xbf\xcd\x4a\x3b\x2f\xa7\x59\x67\xeb\xd6\xfc\xe5\x6a\x88\xbe\x9c\x2b\x7d\xf9\xf0\x42\xdb\xfb\x6f\xe6\xe3\xdf\xaf\xf3\x6d\x2d\xad\x59\x19\x32\x89\xc2\xda\x34\xf2\xf9\xcb\xad\xcd\x32\x21\x7f\x95\xcd\x9f\x3f\xff\x4f\xc8\xc6\x45\xac\xc3\x93\x74\x3c\x2b\x26\x79\xb3\x8f\xe4\x83\x37\xe2\x1b\x2a\x2e\x53\xdd\x16\xe3\x72\x5e\xcc\xca\x49\xb1\x11\xb3\x3c\x7f\xde\xff\xe6\xd3\x74\x6a\xf4\xd6\xd0\xa5\xb1\xf1\xf3\xe7\x26\x4b\x11\xc0\xda\xac\xff\x79\x6f\x7f\xcf\xb4\xaf\x63\x1d\x8b\xa6\x9e\x5d\xa7\x16\x56\xcf\xae\xe3\x69\xaa\x94\xe9\x42\xd5\x6c\x0c\xbd\xac\x7d\xe9\x5a\x73\x18\x2f\xc6\x1a\x9d\x2e\x25\x07\xbe\xf9\x06\x2f\xfb\xd4\xee\x49\xf6\x0a\x16\x29\xab\x72\x73\xaf\x7c\x03\xdd\xa9\xa5\xe6\xb3\x8f\xe1\xcd\x1c\x06\xf3\xba\x1a\xbb\x7a\xb8\x53\x8d\xaa\xd8\x82\xab\x51\x9a\x2a\x9a\xbb\x4b\xb8\x82\x57\xa6\x86\x0f\xb3\xea\x16\xa3\xfb\xdf\x4a\xb5\xed\x2b\xcd\xc3\xdf\x23\x38\x70\x2e\x2d\xff\xe8\x41\x9e\x6d\x20\xbf\x36\xd5\xaf\xa4\x17\xd7\x6c\xe0\xbe\x37\xe3\x0a\x7c\x2f\xf2\xbc\x07\x79\x5e\xc3\x04\xf7\x62\x4f\xb6\x60\xf7\x2b\x72\xb3\x81\x7d\x0a\x75\x3f\x63\xd7\x87\xda\xcf\xd5\xf7\xa1\xd2\x5e\xd4\xcb\x0d\xd4\xb3\x18\xde\x99\x9b\x2d\x45\x12\x3a\xf8\x69\x44\x7a\x3d\x9b\x98\x1a\xbe\xa9\xbe\xf9\xae\x17\xff\xc3\x06\xff\xad\xa8\xbf\xf7\xb3\x7e\x7f\xf2\xdd\xb4\x17\xff\x76\xd3\xd2\xdb\x50\xed\x16\xd6\xe3\x9f\xfb\x55\xf9\xb8\xc9\x7a\x1b\xea\x2f\x5b\x58\xdf\x1c\x57\xbd\xf8\x7f\x6c\xb2\xde\x86\x7a\xd8\xcf\xfa\xc4\x7f\x73\xd3\x8b\x7f\xba\xc1\x7a\x2b\xea\xf1\x36\xd6\xdf\xdd\xf6\xe2\x1f\xf4\xb0\xde\x82\xfa\x76\x1b\xeb\x9f\x27\x5b\x94\x39\xeb\x61\xbe\x15\xf9\xfd\x76\xf6\x5b\x0a\xff\xd7\x5e\xf6\x5b\x90\x4f\xfa\xd9\x9f\x5e\x83\xab\x2b\x33\xe9\xa5\xf9\xd7\x66\x73\x7b\x0c\xfd\xd5\x96\x26\x74\xb3\x45\xa5\x77\x9b\x4d\x68\x1b\xea\xeb\x6d\xac\xdf\xf7\x1b\xf3\x4d\x0f\xeb\x2d\xa8\x47\xfd\xac\xbf\x9b\x6e\x29\xa7\x7f\x6f\xb0\xde\x8a\xfa\x6d\x3f\xeb\xe3\xea\xa4\xdf\x21\xff\xb0\xc1\x7a\x2b\xea\x37\xdb\x5a\xe7\x56\x13\xfe\xd8\xd3\x3e\xb7\x22\x7f\xbf\x9d\x7d\x2f\xfe\x3f\x7a\x99\xf7\xa2\xfe\xb6\x8d\xf5\x96\x27\xfd\xae\x87\xf5\x16\xd4\x9f\xb6\x35\xa1\x2d\x45\xff\x9f\x3d\x0d\x68\x0b\xea\xcf\xfd\xac\x63\x73\xdb\xf2\x9c\xff\x6b\x83\xf9\x23\xc8\xff\xb5\x9d\x7d\x2f\xfe\xff\xee\x65\xde\x8b\xfa\xcf\x6d\xac\x8f\xab\x6f\xfa\xdd\x73\x0d\x3d\xdc\xb7\x62\x03\x6c\x17\xb0\xa5\x9c\xa6\xfd\x02\xb6\x60\x57\x5b\x04\x7c\x33\xb9\x81\x79\x7f\xc4\xb4\xc9\x7f\x3b\xf2\x78\x0b\xfb\xef\x2a\x80\x69\x3f\xc9\x7c\x93\xff\x23\xd8\x66\xbb\x80\xdb\x7e\x8a\x9b\x5e\xfe\x5b\x90\x27\x5b\xd8\xbf\xbf\xa9\xae\x27\x5b\x9e\xd9\x6f\x0a\x78\x0c\xdd\x6d\x11\x71\x02\xbe\x9f\x20\x6c\xf2\xdf\x8a\x7b\xb9\x85\xf9\x71\x65\xa6\x1f\xb6\x28\x74\xb5\xc9\xff\x31\xf4\xeb\x2d\x22\x5e\x8d\x7f\x1f\xfb\x71\x3f\xcd\xef\xdb\x68\x6e\x2c\x5c\xc2\x64\xfc\x47\x3b\x76\xe8\xef\xae\xb6\x19\xcc\x8c\xa7\x76\xf6\xb1\xbf\xb3\xd8\x42\xf3\x93\xa9\xae\xfa\xbb\xcf\x6d\x1a\xce\x66\xfd\xfd\xf3\xd1\x16\x82\xd3\xf1\x14\xb6\x69\xf5\xfd\x16\x9a\xb3\x9b\xca\xce\xfa\xfb\x99\x2d\x14\x3f\x8e\xab\xad\xc6\xfe\xc7\x16\x9a\xb7\xe6\xc3\x95\xe9\x77\xf5\x5b\x28\x8e\xa6\x01\xaa\x69\xbf\x66\xdf\x6d\x6b\x29\x13\x33\xdf\x22\xe6\xe7\x48\xd2\xae\x81\xed\x4e\x33\x2c\x13\x16\xd6\xe9\x45\xd2\xf4\x43\x7d\xf9\xa5\xb8\x43\x45\x95\x92\x45\x36\xeb\x56\xd3\xbb\x47\xf4\xd5\xf4\xeb\xfa\xab\xbc\x3a\x9f\x5e\x94\xc3\xff\x67\xb8\x0b\x6d\x76\x42\xf1\x62\x5a\x88\x17\xbb\xbb\x9d\xe5\xa8\x8b\x62\x1c\x87\xf4\x38\x48\x69\x59\x08\x32\x20\x20\xce\x20\xe2\xbc\x20\x92\x28\xcd\x84\xb4\x5e\x39\x2e\x98\x05\x2a\xa5\x23\x32\xc4\x9f\x75\xd6\x13\x82\xa5\x05\x17\x86\x79\x31\x8b\x3c\x64\x70\x5a\x06\x0b\x06\x3c\x0b\xde\x21\x25\x42\x08\x41\x6b\xaa\x84\xb3\x28\x20\x44\x64\xb0\x81\x5b\x2c\x45\xfa\x1b\xe6\x85\x49\xb2\xad\x06\x29\xbd\xe6\x01\x11\xc9\x25\xb2\x14\x24\xd1\xca\x08\x61\x04\x06\x10\xc6\x22\x62\x84\x14\xd8\xaf\xe8\xd2\x9c\x87\x11\x0e\x80\xe2\x20\x95\x65\x96\xf8\xa0\x0c\xa5\x51\xf3\x60\xb5\xd1\x1a\x28\x36\xd8\x05\x6f\x43\x54\x43\x06\x84\x9c\xb1\xc4\x0b\x61\xa8\xd7\xa6\xd1\xcc\x62\xae\x89\x1a\xe6\xcd\xb4\x46\xb0\x96\x19\xb0\xd4\x79\xa0\xce\x81\x75\xdc\x83\xb3\xc0\x02\x78\x6d\xd2\xb3\x38\x07\xdc\x2b\xeb\x83\xf7\x06\x5c\x20\xf1\x37\xcc\x8b\x9b\x48\x6d\x29\x10\xe7\x83\x77\xde\x38\x67\x3d\x07\x15\x98\x33\xc0\x40\x04\xee\x74\x08\x81\x18\x08\x18\x88\x6b\xff\x86\x79\xe1\x22\x1d\xb0\xa8\x27\x95\x12\xac\x62\xde\x04\x66\xb4\x62\x60\x68\xa3\x73\x94\x4a\xa9\x11\x5c\x10\x15\xa4\xc2\x36\xe8\xf4\x37\xcc\x0b\x1f\xa9\x85\x70\xc4\xf0\xe0\x94\x17\x44\x79\x83\x9c\x05\xa9\x8c\xa3\x46\x78\xc5\x59\x08\x5e\x93\x00\xdc\x31\xcd\x2c\x8d\xbf\x61\x5e\x5c\x46\x3a\xe5\x3d\x75\x32\x72\xb7\xd4\x82\x35\xde\x04\xab\x90\x24\x0a\x59\xec\x69\xf0\x96\x09\x62\xa9\x07\xa1\x83\x73\x1e\xb8\xd7\xf1\x67\x9d\x42\xd6\x37\xb6\x09\x01\xbc\x88\x65\x1f\x22\x3f\x06\x52\x1b\x19\x88\x02\xe2\x00\x73\xc9\xb5\x14\x56\x5a\xc2\xb5\xc1\xd1\x80\x4e\x33\x6d\x82\x34\x06\x87\xa0\xbd\x91\xda\x49\xce\x83\x35\x16\x19\x3b\xcc\x8b\xeb\xb2\xca\x28\xcb\x8b\xab\x12\xca\xff\x68\x26\x55\xb3\xeb\x91\xcd\x33\x38\x87\xf5\x0c\x73\x5e\xfc\xde\xa9\xe9\x74\xbd\x64\xd3\x2b\x4b\x05\x0f\xe9\xc7\x8d\x65\xc6\x0d\x8b\xa1\x11\x02\x63\xe3\x83\x23\xd2\x2b\xe4\xbc\xc3\x08\x2b\x2e\xf1\x83\x5b\x0d\xd5\x03\x04\xe5\x38\x46\xa6\x65\x2b\x40\x39\xea\x24\x18\x68\x99\x23\x2c\x04\x87\x5e\xb4\x86\xdb\x23\xc8\x36\x28\x4c\x7c\x2b\xba\xc3\xb9\x51\x80\x72\x2d\x55\x78\x92\xa4\x2b\xa5\x97\x90\x33\x8a\x10\xff\x5c\x89\x08\x51\x47\xd1\x93\xe4\x8f\x4b\x6f\x99\x34\x1f\x34\x4e\xf3\xe2\x43\x79\xd5\x64\x73\xee\x2d\x39\x13\x94\x77\x34\xb9\x14\x19\xbd\x83\xb4\xc3\x62\x28\x2d\x25\x9a\xc5\x8a\xed\x82\x11\xde\x1a\x84\x90\x52\x54\x3e\xb8\xd5\x50\x3d\x44\x10\xc4\x28\xda\xb0\x05\xe9\x19\x28\xaf\x03\xf2\xb4\x61\x8e\xad\xdc\x86\xd6\x70\x7b\x04\x59\x6b\x89\x8c\x6d\x44\x77\x39\x37\x0a\x70\x63\x40\xe0\x27\x49\xba\x52\x7a\x09\x19\x42\x88\xd9\xcf\x95\x88\x10\x63\xd8\x3e\x49\xfe\xb8\xf4\x96\xc9\xaa\xe4\x6e\xcb\xab\xcc\xe6\xc5\x2f\xfd\x25\x07\xda\x50\xa7\xdb\x32\xc0\x5e\x0a\x33\x2c\x86\x1e\x61\xa7\x6c\xc0\x56\x78\x63\x15\x60\x25\x98\x37\x8e\x88\x07\xb7\x1a\xaa\x07\x08\x8e\x63\x2b\x7d\xcb\xd6\x03\x82\x10\x5d\xa7\x47\x0d\x73\xe6\x35\x21\xb8\x17\xad\xe1\xf6\x08\xb2\x07\x29\xa3\xf3\x4d\xa2\x3b\x9c\x1b\x05\x62\x67\xc6\xf0\x93\x24\x5d\x29\xbd\x84\x0a\x10\xe6\xe4\x73\x25\x12\x29\x18\xd6\x4f\x92\x3f\x2e\xbd\x65\xb2\x2a\xb9\x8f\xe5\x55\xb3\x8d\x58\x6f\xc9\x69\xad\x60\xd9\xe6\x02\x36\x94\xa5\x26\x0f\xd4\x69\x6d\x89\xb1\x9e\x04\x6f\x95\xa0\x20\x04\x46\xf8\xe1\xad\x86\xea\x01\x02\x23\x52\xa9\x86\xad\x57\xde\x80\x0d\x00\xc8\x8a\x86\xb9\xa5\x5c\x21\xd1\x8f\xd6\x70\xdb\x8e\xac\x90\xa4\xc6\x35\xa2\xef\x71\x6e\x14\x40\x8a\x60\xf6\x34\x49\x57\x4a\x1f\x21\xf1\xb1\xd1\x7c\xae\x44\x19\xa8\x45\xea\x69\xf2\x47\xa5\xb7\x4c\x56\x25\xf7\x47\x79\x95\x1d\xe6\xc5\xf1\x96\x36\x17\x94\x11\x6d\x19\x08\x69\xb4\x0b\xb1\xc2\x1a\x84\x08\x0a\xcc\x70\x45\x34\x89\x41\x0b\xe2\x12\x5b\xf4\xe0\x56\x43\xf5\x00\xc1\x12\xac\x88\x6d\xd9\x7a\x6f\x9d\xf4\x18\x78\x40\x0d\x73\x82\x85\x48\x5d\xe9\x26\x5a\xeb\x49\xb6\x23\x7b\x21\x10\xf3\xad\xe8\x0e\xe7\x46\x01\x46\x35\x75\xf4\x49\x92\xae\x94\x5e\x42\x21\x11\xc2\xe1\x73\x25\x22\x4e\x91\xc0\x4f\x92\x3f\x2e\xbd\x65\xb2\x2a\xb9\xd3\xf2\x2a\x3b\xce\x8b\xb7\x8f\x96\x5c\x68\xe2\xce\x14\xc1\xdd\x2f\x1e\x6b\xe2\x8f\xa1\xf8\x7b\x58\x72\xe9\xef\x01\xc2\x66\x91\x00\x8a\xbf\x86\x39\xf3\xf1\xd7\x5f\x72\xe9\xef\x11\xe4\x4d\x43\x34\xc8\x8d\x02\x4a\xc6\xdf\x93\x24\x5d\x29\xbd\x84\x8f\x9b\x7e\x1b\x21\x36\xf1\xf7\x74\xc9\x3d\x2a\xbd\x65\xb2\x2a\xb9\x83\xf2\x2a\x7b\x9b\x17\xef\xfb\x4b\x2e\xc6\xd6\x5c\xa7\x12\x08\x1a\xdb\xe0\x63\x37\xeb\x25\xd6\x71\x70\x11\x3b\x4f\x63\xbd\x06\x4d\x9c\xb4\x56\x3c\xb8\xd5\x50\x6d\x20\xd0\x38\x12\x6a\xd8\x02\x20\x8d\x00\x05\x1a\x54\xc3\x9c\x71\xc9\x2d\xeb\x45\x6b\xb8\x3d\x86\xcc\x84\x67\xb4\x15\xdd\xe1\xdc\x28\x20\x99\xf1\x1e\x3f\x49\xd2\x95\xd2\x4b\x68\x38\x42\x44\x7c\xae\x44\x8a\xa9\xd0\xfc\x49\xf2\xc7\xa5\xb7\x4c\x56\x25\x77\x56\x5e\x65\xef\xf3\xe2\xe4\xcf\x94\x9c\x0b\x02\x3d\x2c\x39\xe1\xb5\x30\xd8\x68\xc1\x70\x7f\xc9\x3d\x44\xb8\x5f\x24\x2a\x2a\x18\x94\x6d\x98\x63\xa3\x15\x47\xbd\x68\x0d\xb7\xc7\x90\x1f\x18\x62\xc9\xb9\x51\x40\x08\xeb\x05\x7d\x92\xa4\x2b\xa5\x97\xf0\x31\xd3\x6f\x97\x88\x90\x68\x42\xd3\xc7\xc9\x1f\x97\xde\x32\x59\x95\xdc\xaf\xe5\x55\x76\x92\x17\xaf\xfe\x44\xc9\x69\xcf\x35\xdb\x6c\x73\xde\x30\x62\x15\xb5\x66\x5b\x9b\xbb\x87\xc0\x29\xb0\xd0\x2d\x92\x18\x4a\x69\xd5\x30\xa7\x44\x29\xeb\x7b\xd1\xda\xfa\xf8\x08\xf2\x86\x21\x1a\xe4\x46\x81\x66\x78\xfe\x24\x49\x57\x4a\x2f\xa1\x06\x84\x19\xf9\x5c\x89\x1c\x58\x30\xe4\x49\xf2\xc7\xa5\xb7\x4c\x56\x25\xf7\xaf\xf2\x2a\x7b\x95\x17\xaf\xb7\xf4\x73\x71\x6c\xa8\xb5\xf6\xca\x69\xe2\x0c\xe1\x31\x42\x01\x1f\x54\xb0\x96\x00\x01\x92\x58\x33\x42\x95\x65\xbc\xff\x56\xa2\x42\x48\x78\xe2\x56\x08\xce\x81\x03\xd1\xb0\xfd\x2c\x34\x86\x0d\x48\xd1\x88\x8b\x43\x5a\x12\x6b\x52\x90\xc1\x05\xdf\xa8\xfa\x37\x90\x44\x95\x1e\x8e\xa5\xde\x95\x57\xd9\xeb\xbc\x38\xda\x62\x35\x04\x2e\x30\x0d\xd6\x79\xa3\x14\x17\x46\xae\x4d\x93\xa6\xa3\xa2\x24\x27\x94\x62\x58\xfb\x2d\xb7\x22\x95\xc2\x28\xc8\xb5\x39\x6c\xf0\x14\x44\xcb\xf6\xb3\xd0\x9c\xb0\x16\x37\xe2\x04\x20\x2c\xec\xda\x04\x49\xd5\xbf\x9c\xa4\x51\x89\xa5\x48\x7a\x6d\xb5\x37\xe5\x55\x76\x94\x17\xdf\x6e\xb3\x5a\xa0\xde\x1a\xe5\xbd\xe5\x8c\x1a\xe2\x62\x4b\x0f\x28\x68\x50\xd6\x00\xb3\x4e\x5a\xe7\x5c\x74\x02\xce\x42\xef\xad\x86\x0a\x29\xa1\x52\x34\xd9\x20\x34\xd3\x5b\x0d\xdb\xcf\x43\x03\x4b\x3d\x6d\xc4\x21\xc5\x95\x86\xa5\x09\x50\xa3\xea\xdf\x40\x12\x55\x42\x8a\x21\xd5\x89\x44\xff\x5d\x5e\x65\xdf\xe6\xc5\x37\x5b\x7c\x2b\x80\x72\x2a\x78\x6b\x15\x03\xca\x0c\xa5\x51\x24\x04\xe4\x75\xf0\xce\x29\xd3\xb8\xbf\xe8\xe6\x71\xe8\xbd\xd5\x50\x59\x8a\x10\x42\x1d\x04\xcf\x34\x34\x6c\x3f\x0f\x2d\x08\xce\x54\x23\x4e\xeb\x25\x72\x08\x12\xdc\x52\xd5\xbf\x98\xa4\x51\x49\x86\x44\xb8\xb2\xda\x0f\xe5\x55\xf6\x4d\x5e\x7c\xbf\xa5\xae\x39\x20\x01\x19\x61\xbd\xb7\xd8\x69\x94\xe2\xf7\x20\xe2\xc0\xdc\x7a\xa7\x01\x37\x83\x20\x44\x14\x56\xa6\xf7\x56\x43\x85\xb0\x70\x7c\x4d\xeb\x91\xc7\x20\x1a\xb6\x9f\x85\x46\x85\x46\x0e\x35\xe2\x10\x16\x8c\x2f\x4d\x10\x6c\xa3\xea\xdf\x41\xe2\xb8\x46\x98\x09\x2a\xd6\x56\xfb\xb1\xbc\xca\xbe\xcf\x8b\xdf\xb6\x5a\x4d\x06\xd2\x70\x5c\x37\x43\x0c\x10\x44\x63\x1a\xc9\x92\xd5\xb8\x44\x69\x38\xba\x79\xab\xad\xe7\x2c\x36\x81\x15\x42\x57\xd1\xcf\x42\x6b\x9f\x27\x89\x43\x94\x41\x9a\x6d\x5c\x99\x40\x06\xf2\xd7\x93\x24\x95\x10\xa1\x8a\x77\x46\xf9\xff\x28\xaf\xb2\xdf\xf2\xe2\xa7\x2d\x56\x93\x80\x21\x38\xad\x99\x93\xde\x63\x27\xe5\xfa\x91\xa4\xe5\x5e\xf9\x20\xb8\x45\x0e\x30\xe1\xa2\xf7\x56\x43\xa5\x15\x42\x8c\xae\x11\x98\xd5\xde\xb4\x6c\x3f\x07\xad\x79\x1b\xd3\x88\xd3\x18\x21\x1a\x1a\x27\xc5\x82\x6e\x54\xfd\xeb\x49\x92\x4a\xcd\x18\x6f\x6d\xb5\xef\xca\xab\xec\xa7\xbc\xf8\x79\x8b\x5f\xf3\x80\xbc\x0f\x46\x07\xcb\x1d\xc7\xb6\x69\x86\x00\x16\x48\xb0\x96\x59\x1d\xa4\x50\x06\x1b\x40\x58\x42\xef\xad\x86\x4a\x1a\x84\x1b\x8b\x37\x08\xce\x71\x87\x1a\xb6\x9f\x85\xe6\x3d\x65\x5a\x36\xe2\xd6\xc8\xb1\xe2\xd0\x56\xd5\xbf\x87\x84\x69\x84\x44\x67\x74\xfb\x9f\xe5\x55\xf6\x73\x5e\xfc\xd7\x96\xba\xe6\x83\xb2\x58\x06\xe7\xad\x25\x4e\x06\xab\x1a\x91\xc1\x39\x83\xbd\xb1\x31\x8a\x11\x8e\x11\xc2\xc1\x6c\xb9\x95\xa8\x08\xa7\x2c\x45\xe9\x0d\x82\x93\xa0\x2d\x6b\xd8\x7e\x16\x1a\xf6\x1a\x3b\xd4\x88\x43\x8e\x38\xb5\x44\xf6\xba\x51\xf5\x2f\x27\x69\x54\x42\x0a\xfb\x6e\x0b\xfd\x5f\xe5\x55\xf6\x5f\x79\xf1\xcf\x2d\x75\x4d\x06\x67\xb5\xf1\xde\x2b\xa0\xd8\x50\xde\x79\x24\x12\x43\x43\xa9\x9c\x90\x9a\x50\xc5\x9a\x96\xb5\x71\xab\xa1\x5a\x0d\xad\x1a\x04\xaf\x03\x32\xb4\x61\xfb\x59\x68\x0c\x1b\xcb\x7d\x23\x0e\x21\x6e\x28\x69\x91\x81\x37\xaa\xfe\x0d\x24\xa2\x79\x63\xc0\x49\x67\xde\xf9\x7f\x97\x57\xd9\x3f\xf3\x02\x60\x8b\xd9\x62\x97\xe8\x02\x38\xc6\x42\x7a\xdd\x0b\xcb\x92\x4a\xef\x58\x15\x04\xd0\x9a\x68\xe7\x98\x43\xa4\xf7\x56\x43\xa5\x35\x65\x88\x75\x10\x80\x6a\xdc\xb0\xfd\x2c\x34\x70\x12\x61\xd6\x88\x53\x8e\xf8\x15\x32\xf0\xa5\xaa\x7f\x31\x49\xa3\x92\x10\x84\xa3\x4e\x27\x5a\x43\x79\x95\x01\xe4\x45\xb5\xd5\x70\xe0\x0d\x0a\x60\x09\x73\x01\x51\x4b\xda\xae\x3b\x58\x12\x20\xfa\x84\xe0\x95\xa7\xae\x79\xe5\xdd\x7b\xab\xa1\xb2\x3e\x8e\xe0\x3b\x08\x5e\x4b\xd1\xb2\xfd\x2c\x34\xc7\x80\x98\x46\x9c\xc5\x1d\x64\xe7\x96\xaa\xfe\xd5\x24\x49\x25\x85\x12\xe1\xca\x70\xd3\x68\xb8\x0a\xf2\x62\xbc\xc5\x70\x1e\xc0\x06\xa9\xc1\x19\xc0\x34\xcd\x15\xc6\x51\x4f\x08\x34\x04\xeb\xbd\x04\x29\xac\x01\x2f\x08\x96\xd8\xf2\xde\x5b\x0d\x15\x52\x1c\x6b\xb7\x42\x70\xc2\x5b\x08\x0d\xdb\xcf\x42\x63\x44\x13\xd7\x8a\x43\x8a\x35\x13\x1b\x31\x96\x08\xa1\x51\xf5\x6f\x20\x89\x2a\x21\x45\x91\xe8\x0c\xac\x66\xd1\x70\x63\xc8\x0b\xb3\xc5\x70\x71\xa4\x0b\xc8\x60\xaf\xb5\x5d\x79\xb8\xe8\x4e\x41\xa7\x01\x14\x95\xcc\xb1\xe5\x90\xb7\xf7\xd6\xca\x75\xad\x07\xe8\xa0\xa3\x2b\x76\x2d\xdb\xcf\x42\x5b\xf9\x9e\x66\x50\xde\xba\xab\x38\x50\xe2\x8d\xaa\x7f\x03\x49\xdf\x38\x7e\x1e\x0d\x67\x20\x2f\x26\xdb\x9a\x2a\x8a\x3f\xeb\xe3\x4f\xd0\xf8\x6b\xa4\xca\x20\x9b\x75\x1f\x5a\xc4\x1f\x27\xf1\xd7\x7b\xab\xa1\x4a\xf7\xf9\x0a\xa1\x5d\x7f\x91\xd8\x7e\x16\x9a\xa4\xf1\xd7\x88\x5b\x23\x37\x7f\x49\xd5\xbf\x89\x04\xa1\xfb\xc3\xab\x9b\x68\xb8\x09\xe4\x85\xdb\x56\xe3\x02\xf8\xc0\xad\xb3\xde\x3b\xc9\x85\xb5\x38\x4a\x25\x01\x05\xe9\xac\xd3\x40\x34\x68\xe3\x94\x30\x1c\x1b\xda\x7b\xab\xa1\x4a\xef\xe1\xc2\x0a\xc1\x1b\x6f\xc0\x36\x6c\x3f\x0b\x4d\x21\xe9\xad\x69\xc4\x31\x83\x99\x4a\x0e\xcb\x05\x1b\x7c\xa3\xea\x5f\x4e\xd2\xa8\x44\x03\x42\xd2\xaf\x0d\xe7\xa3\xe1\x1c\xe4\xc5\xe5\xb6\x1a\x07\x80\x3c\x09\x4e\x13\x49\x3c\x10\xdf\x78\x56\x00\xee\x75\x70\x06\x34\x0e\x56\x18\x66\x9c\xc5\x0a\xfb\xde\x5b\x0d\x95\xe1\x28\x60\xde\x41\xb0\xd6\xe0\x86\xed\x67\xa1\x41\xa0\x96\xb8\x46\x5c\x1a\x9d\xfb\xa6\xfa\xf0\x80\x96\xaa\xfe\xc5\x24\x8d\x4a\x71\xb8\x80\x3a\x86\x0b\xd1\x70\x97\x90\x17\xd7\xdb\x0d\x27\x1c\xa4\x99\x50\x0b\x82\x73\xd4\x5a\xc7\x7b\x08\xde\x82\xe2\x4d\x37\xe4\x35\x93\xe9\x35\xf7\xe6\xad\x86\xca\x08\x2a\x10\xed\x20\x78\x64\x48\xc3\xf6\xb3\xd0\x02\x16\x1a\x53\xaf\x99\x42\xb8\x1b\x5b\xf0\xf4\x0e\x3a\xa9\xfa\x17\x93\x34\x2a\xc9\x40\x24\x62\x6b\xc3\x5d\x45\xc3\x5d\x43\x5e\xfc\x0e\x7d\xfb\x6b\xc2\xea\x03\xe4\x0c\x15\xcb\xcf\x98\x33\x9c\xd2\xd9\x0f\xab\x0f\x36\x1b\xee\xf6\x21\x10\xce\x8b\xce\x76\x34\x7b\x6c\xc4\xd9\x1e\xbc\xc8\x28\x1f\xd1\x74\x40\xa8\xc2\x23\x49\xe3\xa1\x60\x88\x8c\x64\x3c\x92\x88\xb0\x91\x24\x7b\x44\x62\x34\xe2\xf2\x05\xe4\xcd\xdf\xee\xb0\x18\xfc\x29\x39\x94\x8c\x98\xde\x85\x17\x19\x96\x68\x24\x69\x3c\xe2\x64\xa4\x48\x64\x8e\x29\x1e\x31\x91\x8e\xa4\x18\x71\xb5\x27\xe4\x88\xfe\x0f\x64\x28\x3c\x22\x2c\x72\x66\x8c\x8c\x68\x62\x48\x98\x22\x23\xd6\x3c\x0c\x16\x72\x44\xd2\x23\x0a\x81\xd9\x48\xb3\x3d\xc2\x24\x1f\x89\xae\xa4\x7c\xb8\x28\x3e\x40\x59\x65\x3c\x2f\x6c\xfc\x2f\xf3\x1d\x37\x9b\xce\xeb\xc1\x6d\x6b\xef\xf7\x47\x5f\x62\x85\x8a\x5f\xa0\xc4\x0a\x7d\xd9\x5e\x6a\x72\xc7\x41\x89\x47\x52\x11\x29\x8b\x43\x28\xf7\x46\x44\x13\x22\x8b\x3f\xe2\xa1\x46\x82\xe9\xe2\x38\x22\x68\x49\x34\x2b\x4e\xa1\x3c\x86\x17\x7f\x40\xf1\x36\x1d\x7c\x84\xe2\x00\xca\x8f\xf0\xe2\x10\xf6\x06\x7b\xa3\xe8\xb2\xf0\x8b\x3f\x60\xfd\x35\xe4\xfb\xe5\xb6\xbb\x30\x58\x6e\xa7\x31\x0b\x83\x93\xd5\xc7\xfd\xb1\x61\x9d\x40\x06\xa3\xcb\x02\x46\xf3\x02\x46\x93\x02\x46\xb3\x6b\xe3\xc6\xf5\x6d\xbe\x73\x8f\xc8\xc2\xc8\xde\xdd\x65\xd0\xee\x4a\x97\x59\x18\x7d\xc8\x33\xc8\x97\xfb\x0a\xc3\xa8\xfa\x32\x1a\xb6\x2a\x61\xf4\x21\x1d\x4d\x4b\x18\xd9\x74\x34\x2e\xb3\x03\x78\x31\xdd\x3d\x85\x17\xf5\xde\x5b\x78\x51\xe5\x5f\x66\x07\xb0\x7b\x0a\x7b\x6f\xd3\x4e\x13\xd3\xbd\x71\x61\xca\xec\x18\x5e\x64\xd5\xde\x38\xdf\x3b\x84\x17\xb3\xfc\xcb\x3f\xa0\x98\x37\xc6\x9b\xff\x56\xd5\x99\x79\x61\x76\x67\xf1\x7a\xc4\x1b\xbf\xc8\xf0\xde\x38\xcf\x8b\x49\x39\x7f\x99\x70\x4c\x6d\xa6\x24\x33\xc5\x2c\x7f\xf1\x0b\xec\x61\x82\xf6\xdf\x99\x77\x3b\xf7\x9f\x73\xf2\x35\x7a\x39\xd9\xa5\x02\xed\x4f\x8a\x79\x31\xee\x3c\x6b\x27\x0d\x1a\xac\xb7\x46\x68\xa9\x71\x59\x96\xa6\xfa\x70\xd3\x7c\x6d\xdb\xac\x67\x7c\x99\x4c\xbb\xbf\x34\x60\x43\x91\x3e\x0b\x9f\xbe\xc4\xfb\xd3\x0e\xc3\x93\x0e\xc3\xfa\x72\x3c\x1f\x5d\x96\xbb\x50\xa4\xa3\x79\xb9\x5b\x37\x47\x93\x72\xb7\x6a\x8e\x5a\x8d\xca\xdd\xe9\xa2\xb5\xf4\x07\x18\x99\x3c\x3b\x81\xe2\x6c\x99\x4b\x3a\x5e\xb2\x79\x2c\x02\x53\x7c\xb2\xe9\x0b\xd6\x7b\xdb\x72\x74\x1a\x7b\xa3\x13\xbc\xb4\x30\x72\xfb\xc9\x50\xd7\xb3\x8f\x91\xd2\x15\x10\x23\xf0\xa4\x7e\xa3\x56\xab\x53\xab\xd0\x0b\xb8\xa7\x4f\xbe\x28\xbc\xa9\x7e\xfd\x13\x62\xfc\x3d\x31\xfe\xb3\xc5\x54\x1f\xec\xe6\x6e\x3d\xe3\xf9\x3b\xf3\xae\x65\x90\xbf\x44\xfb\xed\xe1\x2e\x26\x28\x7f\x71\x0b\x45\x5d\xee\x36\xfc\x8a\xaa\x8b\x3b\x8f\xb8\xcd\xd1\x8b\x3a\x56\x99\xb4\xbe\x3a\xe9\xe7\x66\xf3\x2c\x0e\x3d\xda\x1a\x36\x8e\xcf\xd3\xad\x2e\xb1\xbe\x47\x4f\xf1\x22\xab\x77\xab\x17\xd9\xb2\x75\x4d\x77\x3f\xc2\x8b\x58\xf1\xd6\xb7\x0e\x63\xd5\xfe\xe3\xe1\xd5\x63\x78\x31\xcd\xf3\x07\x0f\xb7\x5c\x17\xfe\x6b\xf4\x11\xa2\xb3\x63\xe3\x2b\xe8\xd9\xa3\x63\x50\x67\x55\xfe\xa9\xfb\xfd\x79\x31\x5d\x6d\xa3\x9b\x65\x75\x79\x06\x59\x9d\xe7\xa3\xcb\x22\x9b\xc6\xe3\x69\x3c\x8e\xed\xa9\xad\x25\xbf\xa6\x8a\x53\x8f\xe6\xc5\x74\x34\xcf\x0b\xf3\xf0\xfa\xa4\x98\x8e\x26\xeb\xad\x29\x57\xd7\x5b\x75\x8b\xe9\xda\x15\x6c\xdf\x50\xa4\x1e\x5d\x96\xe3\x68\xc9\x7a\x34\x2f\x67\xcd\xc1\xa4\x34\xd9\xaa\x12\x40\x51\xa5\x1d\xe3\x97\x15\x3b\x99\xbd\xde\x1d\x0e\x17\xcb\x6d\x12\xab\x58\xf9\xa7\xa3\x0f\xe6\xea\xca\x94\x75\x31\x5d\x64\x38\x5f\xbc\x82\xa8\x8f\xcb\x97\x99\xfb\x9b\x73\x93\x32\x94\xfd\x0b\xb2\x33\xc8\x28\x42\xc5\x88\x17\x28\x2f\xce\x20\xdb\x23\x2c\x9d\xe1\x3c\xe5\x21\x6d\x30\xf6\x70\x44\x91\xbc\x18\x51\x9e\xb0\x14\x2a\xf0\x88\x17\x23\x95\xe7\xc5\xd1\x12\x8b\x88\xed\x48\x6f\x20\x1a\x36\x2f\x1e\x6c\xa9\x9c\xc1\xd7\xe8\xee\x0e\xfe\x03\xe7\xcf\x9f\x67\xb0\xd7\xd4\xa1\x30\x99\xcd\xaa\x8e\x47\x6c\xdc\x92\x9d\x67\xb0\x37\xe2\x2b\x13\xbe\x81\xd1\x65\x49\x05\x7a\x01\x49\xbb\x37\x30\x9a\x97\x78\xc4\xf7\xf0\x88\xbf\xa8\xe3\xe9\xa4\x1c\xa9\xbd\x91\x4e\x27\xd1\x4a\xc5\xbf\xbb\x3e\x37\xe4\x59\x5e\x7c\xb3\xee\x54\x68\xf1\x03\x94\xe4\xc5\xfa\xf4\xfb\x9e\xcd\x9f\x57\x7b\xf5\x95\xd9\x88\xef\x41\xbe\x44\x2f\xfe\x0d\xa3\xaa\x6c\xea\x6c\xb7\x1d\xe4\x2f\xea\x78\xeb\xc3\xe6\xad\xdd\x6f\x56\x77\x6d\xcf\xdd\x1f\x96\x77\x93\xe2\x3f\xfe\x8d\x01\x08\x65\x23\x81\x53\x60\x80\x25\x19\xd1\xd4\x55\x63\x24\x35\x1d\xf1\xd4\x83\x53\x4a\x11\x1a\xe1\x14\x28\x50\x45\x35\x1b\x31\xbd\x87\x99\x22\x7c\x84\xf8\xe7\xc7\x08\x84\x8e\x68\x12\xc7\xb9\x1c\xd1\x14\x87\x60\x42\x78\x2b\x98\x72\xc9\x46\x5a\xb4\x3a\xd0\x91\x94\xbb\x12\xc9\x11\x17\xff\x03\x41\x72\x44\x22\x77\x4a\x30\x1e\xe1\xc4\x91\x53\x22\x47\x3a\xc5\x53\x44\x2a\xdc\x44\x5b\x84\x0b\x3d\xc2\x6a\x4f\x28\xaa\x46\x42\xdc\x8f\x45\xd6\x7e\xe5\xb7\x7b\xfb\xed\x35\x5d\xd7\x46\x63\xae\x3a\xbb\x22\xf7\xa9\x58\xef\xe1\xa2\x53\xc3\xab\x17\x75\x9e\xe7\x17\xcd\x8e\x7c\xff\x80\xf2\x37\xc8\xa6\xd9\x90\x31\x84\x39\x63\x0c\x11\x2e\x18\x47\x8c\x4b\xc6\x11\xe7\x9a\x09\x24\xb9\x61\x02\x29\xee\x98\x40\x86\x7b\x26\x90\xe5\xc0\x24\xf2\x02\x31\x89\x40\x60\x26\x31\x12\x94\x49\x8c\x05\x63\x12\x53\xc1\x99\xc2\x4c\x48\xa6\xb0\x10\x8a\x29\x2c\x85\x66\x0a\x2b\x61\x98\xc2\x46\x38\xa6\xb0\x15\x9e\x29\xec\x04\x30\x85\xbd\x08\x4c\xe1\x20\x11\x53\x04\xc9\x58\xc8\x58\x52\xa6\x08\x95\x8c\xa9\x18\xac\xc5\x62\x97\x82\x29\x22\xa4\x64\x8a\x28\xa9\x98\x22\x5a\x6a\x26\x89\x91\x86\x49\xe2\x12\xf4\xd2\x32\x49\x40\x3a\x26\x49\x90\x9e\x09\x8a\x24\x30\x41\x49\x82\x54\x06\x26\x28\x53\x88\x71\xca\x15\x66\x9c\xca\x04\x95\x22\x8c\x51\xad\x28\x63\xd4\x24\x68\x15\x63\x94\xfa\x04\x41\x71\x46\x68\x88\x90\x21\x25\x18\x61\x58\x09\x86\x19\x51\x92\x61\xc6\x94\x64\x88\x71\xa5\x18\x62\x42\x29\x1a\x98\x4c\x50\x29\x4d\x81\xe9\x04\x4d\x82\x4e\x19\xea\x99\x4f\x10\x94\xa1\x8e\x85\x08\x39\x52\x96\x5a\x8e\x13\x24\xca\x52\xc3\x69\x82\x4c\x39\xaa\x39\x4f\x50\x28\x47\x15\x57\x09\x6a\xe5\xa8\xe4\x26\x41\xab\x3c\x15\xdc\x25\x18\x07\x17\x9c\x43\x82\x41\x79\x1a\x0b\x2c\x42\xac\x3c\xa5\x82\x24\x48\x95\xa7\x44\x30\x05\x94\x08\xae\x80\xc6\xc2\x89\x50\x26\xa8\x14\x50\x24\x74\x82\x46\x01\x09\xc2\x26\xe8\x14\x10\x10\x3e\x41\x48\x30\x28\x20\x5e\xa2\x04\xb1\x02\xe2\x5a\x98\x3e\x3f\x91\x54\x01\xb1\x92\x25\xc8\x15\x10\x23\x45\x82\x32\x41\xa5\x20\x96\x5c\x82\x26\xc1\x28\x45\x49\x97\x60\x94\x22\x25\x24\x18\xa5\x48\x15\xa5\x08\x85\x13\x24\x2b\xc8\x15\x4d\x90\x25\x18\xa5\x30\x25\x12\x8c\x52\xa8\x52\x09\xea\x04\x8d\xf2\x84\x28\x9b\xa0\x4b\xd0\x2b\x4f\xb0\x82\x04\x43\x84\x1a\x25\x18\xc7\x70\x48\x93\x0e\xa4\xca\xe1\xa0\x59\x82\x5c\x59\x1c\xb4\x48\x50\x26\xa8\x12\xd4\xca\xe0\xa0\x8d\x32\x18\xb4\x4d\xd0\x29\x8d\x41\x7b\xa5\x71\xd0\x90\x60\x50\x0a\x07\x83\x12\xc4\x2d\x94\x38\x18\xa2\x24\x41\x86\x2a\x41\x90\x61\x4a\x10\x6c\xb8\xe2\x04\x1b\xa1\x38\x89\xc6\x8a\x50\x29\x46\xa8\xd1\x8a\x12\x66\x8c\xa2\x84\x1b\xab\x08\xe1\xc6\x29\x42\x84\xf1\x0a\x13\x99\xa0\x32\xa0\x10\xd1\x26\xc8\x40\x8c\x45\x32\x10\x67\xb1\x04\xe2\x2d\x91\x9e\x80\xa5\xd2\x91\x60\x99\x74\x14\x5b\x2e\x2d\x25\x56\x48\x43\x99\x15\x52\x53\x6e\xa5\xd4\x54\x5a\x25\x15\x55\x56\x4b\x49\x8d\x35\x52\x50\x6b\xad\xe4\xd4\x5b\x27\x19\x0d\xd6\x49\xca\x90\xf5\x92\x30\x62\x41\x62\xc6\x6c\x6c\xb3\xc2\xa1\xd8\x7e\x1d\x16\xc0\x8c\xc3\xc2\x33\xe7\x88\x70\x0c\x1c\x15\x96\x23\xc7\x84\xe1\xc4\x71\xa1\x39\x73\x5c\x28\x2e\x9c\x10\x92\x2b\x27\x05\x8f\x0f\x21\x18\x77\x4e\x09\xca\xc1\x69\x41\x04\x72\x46\x20\x41\x9d\xe5\x41\x70\x67\x39\x08\xe9\x1c\x77\x42\x3b\xcf\xad\x70\xce\x73\x23\xc0\x01\x57\x12\xb9\xc0\xa5\xa4\x1e\x71\x21\xb9\x47\x9c\x49\xe9\x31\xa7\xd2\x78\xcc\xb1\x74\x9e\x70\x24\x83\xa7\x0c\x14\xf6\x94\x79\xc5\x3c\x63\x56\x09\xcf\x63\xbb\xf4\x9c\x29\x65\xbd\x60\x42\x81\x17\x8c\x6b\xe4\x25\xa3\x9a\x7a\xc9\xb0\xe6\x5e\x31\xa4\x95\x57\x14\xb4\xf5\x9a\x3a\xed\xbd\xa6\xd6\x20\x6f\xa8\x36\xc4\x1b\x2a\x0d\xf7\x96\x0a\xa3\xbc\xa5\xcc\x18\xef\x28\x31\xde\x3b\x8a\x2c\xf2\x9e\x04\x4b\xbc\x27\xde\x72\x0f\xc4\x5a\xe5\x81\x68\x6b\x3c\x10\x65\xbd\x0f\x44\x38\xe4\x03\xe1\x8e\xf8\x40\xa8\xe3\x80\x08\x76\x0a\x10\x41\xce\x00\xc6\xc1\x79\xc0\xd8\x7b\x04\x18\x3b\x4f\x80\x60\xeb\x39\x10\x6c\x62\xd3\xc0\xda\x1b\xa0\x58\x7b\x0f\x14\x2b\x1f\x22\x04\x02\x0c\x2b\xe0\xc0\xb0\x06\x99\xa0\x01\x8e\x4d\x34\x12\xb6\x10\x80\x63\x17\x30\x70\xec\x03\x03\x81\x21\x08\x10\x04\x05\x05\x82\xe0\x60\x41\x12\x1a\x3c\x48\xc2\x87\x79\x5e\xfc\xb4\xec\x0c\xd2\xec\x21\x43\x18\x21\xc4\x11\x46\x18\x89\x04\x15\x22\x08\x23\x8d\x08\x22\xc8\x26\xe8\x11\x45\x14\x85\x08\x31\x41\x0c\x31\xcc\x10\x47\x0c\x0b\x24\x10\xc7\x2a\x41\x83\x24\x12\xd8\x21\x85\x24\x06\xa4\x91\x24\x08\x19\xa4\x48\xe4\xa1\x09\x43\x0e\x69\x22\x90\x47\x86\x68\x04\xc8\x12\x8b\x11\xb2\xc4\x63\x8c\x1c\x09\x98\x20\x4f\x31\xa6\xc8\xd3\xc8\x1b\xa8\xc0\x1c\x01\x55\x58\xa0\x40\x2d\x56\x28\x50\x8f\x35\x46\x34\x60\x83\x11\x23\xd8\x61\xc4\x18\xf6\x38\x76\x4a\x80\x31\xd3\x04\x61\xcc\x2c\xc1\x18\x33\x20\x04\x63\x8e\x08\xc3\x84\x53\xc2\x31\xe1\x9c\x48\x4c\xb8\x22\x1a\x63\x6e\x88\xc1\x98\x3b\xe2\x30\xe6\x21\xca\x17\x98\x04\x8c\x05\xa5\x18\x63\xc1\x29\xc5\x48\x48\xca\x30\x12\x9a\x0a\x8c\x84\xa5\x0a\x23\xe1\xa8\x46\x41\x00\xb5\x28\x48\x44\x3d\x0a\x12\xd3\x80\x82\x24\x0c\xa1\x20\x19\x23\x28\x48\xce\x18\x0a\x52\x30\x8e\x91\x94\xb1\xb3\x94\x8a\xe9\x04\x4d\x8c\x79\x98\xc3\x58\x1a\x06\x18\x4b\xcb\x02\x26\xd2\x72\x8c\x89\x74\x9c\x60\x2a\x1d\x67\x98\x4a\xcf\x63\x2f\xeb\xb9\xc4\x5c\x02\xd7\x09\x1a\x2c\x24\x70\x87\x85\x0c\xdc\x63\x29\x03\x0f\x58\xc9\x20\x10\x56\x0a\x09\x82\xb5\x42\x82\x61\xa3\x90\xe0\x09\x4a\x6c\x15\x12\x0a\x3b\x85\x85\x49\xd0\x62\xaf\xb0\xf0\x09\x02\x06\x85\x25\xc2\x41\x61\x49\x12\xa4\x04\x29\x2c\x39\xc1\xb1\xff\x4e\x50\x11\xa2\xb0\xd4\x84\x28\x22\x2d\xa1\x8a\x48\x97\x60\x74\xbc\x44\xa1\x68\x48\x15\xcd\x89\x15\x4d\x4e\x9b\x25\x28\x62\xd4\xa3\x54\x82\x9a\x28\x85\x95\x25\x5a\x45\x67\xab\x93\x63\x37\x0a\x6b\x94\x20\x26\x56\x61\x4d\x89\x55\x48\x33\xe2\x14\xd2\x22\x41\x45\xbc\x42\x5a\x27\x68\x09\xc8\xa0\x5d\x82\x40\x82\x0c\x06\x25\x88\x63\x67\x6f\x68\x82\x9c\x62\x09\x46\x50\x2c\x7d\xf4\x98\xd2\x1b\x43\xa9\xf4\xc6\x52\x2a\x9d\xf1\x94\x49\x67\x80\x32\x69\x2d\xa2\x5c\x5a\x4b\x12\xa4\x54\x48\x63\x79\x82\x92\x4a\xa9\xad\x4a\xd0\x50\x25\x95\x75\x34\x7a\x7d\x4f\xb5\x94\x36\x50\x23\xa5\x43\xd4\x48\xe1\x08\xb5\x92\x3b\x46\x9d\xe4\x8e\x53\x27\x99\x93\xd4\x4b\xea\x14\x05\x49\x9d\xa1\x20\x89\x73\x34\x48\xec\x3c\x43\x12\xbb\xc0\x90\x44\x3e\x36\x91\xe0\x09\x23\x22\xba\x28\x2a\xc0\x73\xc6\x84\x8f\xae\x48\x38\xaf\x12\xd4\x4c\x08\xeb\x2d\x93\xc2\x78\xc7\x94\xd0\x1e\x98\x16\xca\x07\x66\x84\x02\xc4\x9c\x88\x86\xf7\x42\x00\x65\x20\x38\x30\x16\x04\x03\xce\x91\x60\x20\x39\x11\x31\x76\xa1\x82\x80\xe6\x4c\x10\x30\x5c\x08\x0c\x96\x4b\x81\xc0\x71\x25\x10\x78\x6e\x78\x00\xe0\x96\x03\x04\xee\x39\x04\xc4\x03\x87\x80\x05\xe2\xd1\x4f\x91\x04\x19\x77\x81\x0a\xce\x5d\x60\x42\x26\xa8\xb9\x0b\x5c\x58\xee\x82\x10\x2e\x41\xe0\x2e\x48\x89\x12\x24\xdc\x05\x25\x59\x82\x82\xbb\xd8\x57\x72\x1f\xb4\xd4\x09\x5a\xee\x83\x91\x51\x96\x91\x51\x96\x51\x98\x87\x60\x15\x4d\x90\x0b\x14\xac\x92\x02\x07\xa7\x74\x82\x46\x90\xe0\x94\x13\x34\x38\x05\x82\x05\xa7\x91\xe0\xc1\x6b\x22\x44\x88\x06\x92\xc1\x6b\x21\x54\xf0\x5a\x09\x1d\xbc\x36\xc2\x04\xaf\xad\xb0\x01\xb4\x17\x2e\x80\x0e\xc2\x07\x30\x58\x40\x00\x43\x45\x08\x60\xb8\xc4\x01\x8c\x94\x24\x80\xd1\x92\x06\x30\x46\xb2\x00\xc6\x49\x11\xc0\x80\x94\x01\x2c\x92\x2a\x80\x25\xd2\x04\xb0\x4c\xda\x00\x56\x48\x17\xc0\x4a\x09\x01\xac\x96\x21\x80\xb5\x0a\x07\xb0\x5e\x91\x00\x36\x28\x16\xc0\x61\xc5\x03\x38\xa2\x64\x00\xc7\x94\x0a\xe0\x84\x32\x01\x9c\x52\x2e\x80\x33\xd1\x63\x3b\xa7\x42\x00\xe7\x35\x0a\xe0\x82\x26\x01\x3c\xd6\x2c\x80\xa7\x9a\x07\xf0\x5c\xcb\x00\x5e\x6a\x1d\xc0\x2b\x6d\x82\xf7\x46\xbb\x90\xde\x57\x04\xef\xc1\xa0\xe0\x01\x19\x1c\x3c\x10\x13\x1d\x37\x35\x3c\x78\xe0\x46\x46\x27\x6e\x74\xf0\xa0\x8d\x09\x1e\xac\x71\xc1\x81\x33\x10\x1c\x80\x45\xc1\x05\x64\x49\x70\x81\x58\x16\x5c\x60\x56\x04\x17\xe3\xbb\xe0\x82\xb4\x3a\xb8\xa0\xad\x0d\x2e\x58\xeb\x43\xfa\x66\x3b\x76\x06\xdf\xfd\xa9\xce\xc0\xa4\x6e\xc0\x25\x08\x88\x22\x82\x23\x6e\xd3\x19\xd0\xb6\x33\x90\x48\x20\x86\x35\x92\x88\x63\x8b\x14\xe2\xd8\x23\x8d\x04\x0e\xc8\x20\x99\xba\x01\x99\xba\x01\x95\xba\x01\x95\xba\x01\x9d\xba\x01\x9d\xba\x01\x43\x11\x8e\x61\x12\xc1\x0c\x59\xca\x30\x47\x96\x4a\x2c\x90\xa5\x1a\x2b\xe4\xa8\xc3\x1a\x39\x0a\xd8\x22\xc7\x30\x76\xc8\x31\x8a\x01\x39\xc6\x71\x40\x2e\x8e\x26\x90\x63\x86\x50\xe4\x98\x8b\x72\x58\x88\x61\x06\xc7\x44\x21\xcb\x29\xd1\xc8\x72\x4e\x2c\xb2\x5c\x12\x8f\x2c\xd7\x24\x20\xc3\x2d\xc5\xc8\x70\x47\x09\x32\x1c\x28\x43\x86\x07\x2a\x90\x16\x98\x26\xaf\x44\x35\xd2\x82\x52\x8b\xb4\x60\xd4\x23\x2d\x38\x05\xa4\x85\x60\x08\x19\x21\x19\x41\x46\x28\xc6\x12\xe4\xc8\x08\xcd\x24\xb2\xc2\x30\x9d\xa0\x41\x4e\x58\xe6\x12\xf4\xc8\x0b\xc7\x42\x84\x1c\x23\x10\x8e\x13\x04\x31\x48\x41\x41\x78\xce\x13\x8c\xa3\xab\xe8\xf4\x23\x34\x18\xc7\xe6\x86\x89\x00\xee\x13\x0c\x98\x0a\x10\x38\x41\x82\x99\x00\xc1\x30\x17\x20\x78\x82\x12\x0b\x01\x42\x27\x68\xb0\x14\x20\x1c\x56\x02\x84\x4f\x30\x60\x2d\x40\xe2\x04\x63\xd8\x09\x92\x25\xc8\xb1\x15\x20\x25\x76\xc2\x4b\x95\xa0\xc1\x5e\x78\xe9\x12\xf4\x18\x84\x97\x01\x83\x70\x0a\xe1\x38\x42\x20\x04\x09\xa7\x18\x41\xc2\xc6\xf8\x55\x58\x25\x13\x4c\x21\xaa\x32\x09\x3a\x42\x85\x56\x3e\xc1\x40\x98\xd0\x3a\x0e\x35\x95\x26\x09\x52\x22\x84\xd4\x3c\x41\x49\xa4\x10\x5a\x25\x68\x88\x12\x5c\x5b\xa2\x05\xd3\x3e\xc1\x40\x8c\xa0\x06\x25\x48\x88\x15\xc4\x50\xe2\x04\x8e\x41\xa6\x40\x46\x10\x2f\x90\x51\x04\x78\x30\x9a\x00\x07\x63\x49\xe0\x60\x3c\x45\x3c\x06\x4f\x88\x3b\x8b\x28\xe6\xd6\xe2\x14\x4a\xd3\x04\x19\xa5\x5c\x5b\x41\x19\x57\x56\x52\xce\xa5\xd5\x94\x73\x61\x4d\xf4\x7c\x36\x8e\xb5\x98\xf5\x54\x71\x6a\x03\xd5\x9c\x44\xd7\xcf\xb1\xc3\xd4\x70\xe4\x28\x8d\x6d\x8a\xd1\x18\xf1\x8a\x38\xc6\x73\x32\x8e\xf7\x5c\x1c\x07\x5a\x67\x18\x62\xc6\x59\x86\x99\x76\x8e\x11\xa6\x1c\xb0\xd8\xff\x04\x16\xfd\x3d\x62\x9c\x71\x4f\x98\x60\x2c\xf6\x4a\x8c\x7a\xc6\x14\x23\x9e\x33\xc3\xb0\x97\xcc\xd2\xe0\x15\x73\x14\xbc\x66\x9e\x7a\x6f\x18\x50\xe7\x2d\x47\xd4\x7a\xcf\x31\x35\x1e\x38\xa1\xca\x07\x4e\xa9\x04\xc4\x39\x15\x80\x79\x0c\xa6\x09\x97\x94\x01\xe5\x9a\x52\x60\xdc\x50\x0c\x9c\x3b\x8a\x40\x70\x4f\x02\x48\x0e\x04\x40\x09\x44\x3c\x68\x81\x89\x8d\xbd\x25\x31\x60\x05\x23\x1a\xac\x10\x44\x81\x13\x92\x08\xf0\x42\x13\x0e\x20\x0c\x61\x10\x62\x6f\x17\x03\x48\x82\x03\x12\x81\xa0\x80\x25\xc6\x21\x60\x49\xb1\x0f\x44\x32\xec\x02\x95\x02\xdb\x10\x87\xd6\x3a\x30\xa9\xb1\x0a\x5c\x5a\x2c\x03\x8f\xc1\x79\x10\x12\x30\x0b\x42\x21\x4c\x83\x54\x04\x93\x20\x15\xc3\x28\x28\xc5\x51\x08\x4a\x49\x04\x41\x29\x8d\x5c\xd0\xca\x22\x1b\xb4\x72\xc8\x04\xad\x00\xe9\x60\x34\x42\x2a\x16\x2a\x92\xc1\x68\x86\x64\xb0\x5a\x20\x11\xac\x96\x09\xea\x04\x6d\x82\x1e\xc9\xe0\x74\x88\xd0\x60\xa4\x82\x33\x14\xe9\xe0\x0c\x47\x26\xc4\x01\x86\x0b\xce\x28\xe4\x83\x33\x06\x85\xe0\x8c\x8b\x81\xb7\x01\x4c\x82\xb3\x08\xb3\xe0\x2c\xc1\x22\xc4\x62\x53\xc1\x5a\x81\x4d\x88\xde\xde\x87\xf4\x1a\x34\x58\xeb\x62\xec\x6c\x81\xd0\x60\x1c\x22\x22\x18\x47\x88\x0a\xc6\x31\x62\x82\x71\x82\xf8\xa0\x9d\x24\x21\x68\xa7\x29\x09\xda\x59\xca\x83\x72\x9e\xca\xa0\x5c\xa0\x26\x48\x8f\xa9\x0f\xd2\xd3\xa6\x99\x33\x1a\x84\x97\x4c\x04\xee\x35\xd3\x81\x7b\xcb\x5c\x60\xde\xb3\x10\x58\x2c\xdb\xc0\x62\xa9\x06\x0a\x94\x9b\x40\x81\xc7\x8e\x19\x84\xc0\x81\x80\x12\x3c\x10\x30\x42\x07\x0c\x4e\xf8\x80\xc1\x4b\x1c\x30\x04\xc9\x03\x0e\x58\xea\x40\x02\x91\x3e\x90\xc0\x14\x09\x34\x70\x25\x02\x0d\xb1\x5b\x62\x41\x29\x48\x9f\x8b\x90\x20\x82\xd1\x22\xa8\x60\xb5\x09\x3a\x38\xed\x83\x09\xde\xe0\xe0\x42\x30\x2c\x76\x06\x3f\xaf\x3a\x03\x8f\x94\x92\x18\x21\xa9\x54\x0c\xb9\x94\xc6\x02\x49\x65\xb0\x46\x42\x39\x6c\x91\x50\x1e\x7b\x14\x07\xe3\x08\x09\x15\xa2\x67\xd0\x88\x30\x24\x34\x26\x02\x71\x1d\xdd\x2e\xd7\x84\x18\xc4\x35\x25\x0e\x71\xcd\x08\x20\xae\x39\x09\x88\x6b\x41\x31\xe2\x5a\x52\x9a\x20\x47\x4c\x2b\x2a\x11\xd3\x9a\x2a\xc4\xb4\xa1\x26\x41\x87\x98\xb6\x14\x10\xd3\x8e\x86\x08\x19\x46\x4c\x7b\x46\x11\xd5\xc0\x58\x82\x02\x51\x1d\x98\x4a\x50\xa3\x48\x68\x11\x35\x98\x39\x44\x0c\x66\x80\x88\x21\x1c\x25\x88\x11\x31\x94\xd3\x04\x39\x22\x86\x71\x81\xb0\x61\x5c\x25\xa8\x11\x36\x9c\xdb\x04\x1d\xc2\x46\x70\x88\x50\xa0\x04\x31\x42\x71\x9c\x9c\x20\x4b\x50\x24\x28\x11\x32\x4a\xe8\x04\x4d\x82\x2e\x41\x48\x30\x44\x18\x8d\x68\xe2\xf8\x1f\x1b\x25\x59\x82\x3c\x41\x99\xa0\x4a\x30\xfa\x39\x25\x6d\x82\x1e\x51\xa3\x24\x44\xa8\x10\x62\x46\x29\x8c\x98\x91\x8a\x22\x6e\xa4\x62\x09\x0a\x24\x8c\x50\x12\x49\x23\x94\x42\xca\x08\x65\x90\x36\x5c\x59\x64\x0c\x57\x1e\x59\xc3\x15\x20\x67\x98\x0a\xc8\x9b\x38\x08\x01\x43\x35\x41\xc1\x50\xcd\x70\x1c\x82\x71\x8c\x0d\x8e\xfd\x9c\xc1\x5a\x61\x66\x90\xd6\x98\xeb\xa0\x0d\x16\x3a\x68\x87\xa5\x06\xed\xb1\xd2\x5e\x03\xd6\xda\x1b\x84\x8d\x76\x06\x63\xab\xad\x21\xd8\x6b\x13\x7d\x8d\x36\x86\xe3\xa0\xb5\x11\x04\x69\x65\x24\xc1\x5a\x1a\x45\x88\x16\xc6\x10\xaa\xb9\xb1\x84\x69\x66\x1c\x11\x9a\x19\x4f\xa4\xa6\x06\x88\xd2\xc4\x22\xa2\x35\xb6\x98\x18\x8d\x2c\x21\x56\x05\x4b\x89\x53\x60\x19\x01\xe5\x2d\x27\x41\x39\x2b\x28\x52\xd6\x4a\x8a\x95\xb1\x8a\x12\x15\x23\x74\xaa\x94\xb5\x34\x8e\xe9\x1d\xe5\x4a\x5a\x4f\xa5\x12\x16\xa8\x52\x3c\xba\x6c\xc5\xa2\xcb\x56\xd4\x61\x6a\x15\x71\x84\x3a\x85\x1d\xa5\x5e\xc5\x58\x01\x64\x70\x9c\x21\x09\x4e\x30\x2c\xbd\x93\x8c\x48\xe7\x14\xa3\xd2\x3a\xcd\x98\x34\xce\x30\x2e\xa3\x13\x17\x32\x3a\x71\x29\x95\x73\x4c\x4b\xe9\x3c\x8b\x23\x00\x60\x36\x05\xc6\x4e\x32\x8f\x98\x97\xd4\x63\x06\x92\x78\xc2\x82\xc4\x9e\x72\x2c\xb1\x67\x9c\x48\xe4\xa3\x7f\x0e\x9e\x73\x16\xfd\x2a\xe7\xc2\x7b\xc9\x45\x8c\xf7\xb9\x14\xd6\x6b\xae\x84\xf1\x86\x9b\x04\xad\xd0\xde\x72\x27\x94\x77\xdc\x0b\xe9\x3d\x07\x21\x3c\xf0\x20\xb8\x07\x81\x05\xf3\x41\xc4\x18\x1f\x09\x2a\x28\x60\x11\x63\x7c\x22\xb8\xc0\x40\x84\x10\x71\xa0\x1c\x83\xd1\x18\xad\x03\x70\x61\xb8\x87\x18\xb3\x7b\x48\x31\x3b\x48\x01\xdc\x82\x14\x81\x1b\x50\x12\x71\x0d\x5a\x62\xae\x40\x4b\xc2\x25\x18\xc9\xb8\x04\x2b\x39\x17\x60\xa5\xe0\x1c\x9c\x94\x9c\xc5\xc0\x94\x53\xf0\xd2\x70\x02\x10\x47\xa9\x10\xa4\x4b\x10\x38\x8a\xde\x96\x85\x80\x14\x62\x10\xb0\xc2\xcc\x07\xac\x28\x73\x81\x28\xc6\x6c\xa0\x8a\x27\x28\x99\x09\x4c\x29\x16\x1b\xa7\x66\x2a\x70\x65\x99\x0c\x5c\x39\x26\x82\x50\x9e\xf1\x20\x54\x60\x2c\x48\x8d\x12\xc4\x8c\x06\xa9\x29\x23\x41\x69\xc6\x70\x50\x3a\xc6\x46\x3a\x06\xee\x41\x6b\x45\x21\x56\x33\x0a\xc1\x68\x4b\x7d\x30\xda\x51\x17\x8c\x06\x6a\x83\xd5\xd1\xd5\x5a\x83\xa9\x0e\xd6\x10\x9a\xba\x81\x04\x39\x8d\x1d\x83\xa0\x22\x76\x03\x94\x07\x67\x34\x65\x21\x8d\x0f\x83\x37\x2e\x41\xa0\x24\x78\x13\x28\x0e\xde\x62\x8a\x82\xb7\x84\x84\xe0\x2d\x4b\x90\x93\x38\x0e\x90\xc4\x07\x88\x15\x2a\x80\x35\x09\x5a\x12\xc7\x0a\x9e\xc4\x71\x03\x44\xe8\x10\xd1\xc1\x3b\x92\x20\x25\x2a\x78\xc7\x89\x0c\xde\x89\x04\x55\x82\x26\x0e\x03\x9d\x25\x22\x38\xe7\x09\x0f\xce\x41\x84\x1e\x25\x48\x08\x0f\xd6\x53\xc2\x82\xf5\x3c\x41\x49\x58\x30\x5e\x25\x68\x08\x0b\xda\xbb\x04\x23\xad\xf2\x21\x42\xc0\x84\x07\x09\x24\x41\x46\x78\x9a\xf6\x11\x41\x80\x22\x22\x70\xd0\x09\x5a\x22\x03\x03\x4f\x64\xa0\x00\x11\x06\x44\x64\xec\x30\x88\x0c\x38\xc4\xc1\x29\x0e\x9c\xf0\x66\x3a\x23\xa0\xa0\x09\x1e\xe6\xf9\x67\xed\x8c\xfc\xfe\xe0\xe4\xec\x97\xb3\x9f\xdf\x1f\x3e\xb9\x5f\xef\x78\xfe\xed\xac\xba\x32\xf5\x3f\xdf\xbe\x69\x93\x44\x7d\xdb\xbf\xb7\x61\x77\x13\xde\x90\x48\xce\x66\xef\x4d\x55\xf7\xef\x32\xd6\xdd\x2c\xf7\x68\x5a\x4f\xde\xc2\x7c\x6e\x3e\x40\x23\xeb\xc9\x8d\x6a\x0f\xab\x6a\x56\xbd\x9a\x79\x78\x72\x2f\xe5\x86\x61\xc2\x7f\x72\xab\xe1\xa3\xe9\xef\x66\x32\xf6\x69\x3b\xf3\xed\x14\xd7\x5b\x28\xce\x6e\xaf\x1f\xa1\xba\xea\x50\xbd\x1d\xcf\xe7\xe3\xe9\x87\x27\xe4\xfc\xbe\xc8\xf3\x9d\x9d\xaf\xbe\x7c\xf1\x6c\xf0\xe2\xaf\xfc\xdb\x79\x35\xbb\xbe\x4d\x8b\x1b\x06\x99\xcb\x07\x6f\xc7\xae\x9a\xcd\x67\xa1\x1e\xbc\x9a\x55\xd7\xb3\x26\x55\xd5\x68\x67\xe7\x3d\x54\x57\x51\xcf\xd9\x74\x50\xcf\x06\x37\x73\x28\x06\x6e\x76\x7d\x5b\x0c\xd2\x16\xfc\xb7\xc5\xc0\x4c\xfd\x97\xb3\x6a\xe0\xc7\xf3\x36\x4f\xd8\xa0\xbe\x1c\xcf\x07\x91\xd5\x47\x53\xc1\x20\xcc\xaa\x81\x99\xde\xee\x5c\xdf\x54\xd7\xb3\x39\x0c\x3e\x8e\xeb\xcb\xc1\xac\x4a\xff\x67\x37\xf5\x20\x00\x0c\xc6\xf3\xc1\x25\x54\x60\x6f\x07\x1f\x2a\x33\xad\xc1\x8f\x76\x76\xce\xbe\x3f\x1c\x9c\x1e\x7f\x7b\xf6\xd3\xc1\xc9\xe1\xe0\xe8\x74\xf0\xfe\xe4\xf8\xc7\xa3\xd7\x87\xaf\x07\xc3\x83\xd3\xc1\xd1\xe9\x70\x70\xf0\xee\xf5\x20\x22\x1d\xfc\x70\xf6\xfd\xf1\xc9\xe0\xf5\xd1\xe9\xab\x37\x07\x47\x6f\x4f\x07\x07\x6f\xde\x0c\x7e\x3a\x38\x39\x39\x78\x77\x76\x74\x78\x3a\xf8\xe9\xe8\xec\xfb\x9d\x93\xc3\xef\x0e\x4e\x5e\x0f\xce\x8e\x07\x67\xdf\x1f\x9d\x76\x18\xbf\x7b\xf5\xe6\x87\xd7\x47\xef\xbe\x4b\x54\x47\x6f\xdf\xbf\x39\x3a\x7c\xdd\xa5\x3e\xfe\x76\xf0\xf6\xf0\xe4\xd5\xf7\x07\xef\xce\x0e\xbe\x39\x7a\x73\x74\xf6\xf3\x4e\x14\xfc\xed\xd1\xd9\xbb\xc3\xd3\xd3\xd1\xe0\xe8\xdd\xe0\xdd\xf1\xe0\xf0\xc7\xc3\x77\x67\x83\xd3\xef\x23\x93\x8e\x4e\xdf\x1c\x0e\xde\x1c\x1d\x7c\xf3\xe6\x70\xf0\xed\xf1\xc9\xe0\xe0\xdd\xcf\x83\xd3\xf7\x87\xaf\x8e\x0e\xde\x14\x83\xd7\x47\x27\x87\xaf\xce\x8a\x9d\xa3\x77\xed\xd1\xe0\xf8\x64\xf0\xea\xf8\xdd\xe9\xe1\x7f\xfd\x70\xf8\xee\xec\xe8\xe0\xcd\xe0\xf5\xc1\xdb\x83\xef\xa2\x0a\x0d\xe9\xf2\xf4\xa7\xef\x0f\xce\x4e\x8f\x0f\x7f\x3c\x3c\x19\x9c\x1c\x9e\xfe\xf0\xe6\x2c\x6a\xff\xed\xc9\xf1\xdb\x9d\x37\xc7\xa7\x49\xe1\x1f\x4e\x0f\x8b\xc1\xeb\x83\xb3\x83\x48\xfa\xfe\xe4\xf8\xdb\xa3\xb3\xd3\x62\xf0\xd3\xf7\x87\x67\xdf\x1f\x9e\x44\x8d\x0f\xde\x0d\x0e\x5e\x9d\x1d\x1d\xbf\x8b\xd8\xaf\x8e\xdf\x9d\x9d\x1c\x44\x0d\xde\x1d\x7e\xf7\xe6\xe8\xbb\xc3\x77\xaf\x0e\x07\xc7\x27\x3b\xc7\x09\xfb\xec\xf8\xe4\xec\xe8\xf8\x87\xd3\x96\xa0\x18\x1c\x9c\x1c\x9d\x46\x89\xc7\x3f\x9c\x45\xea\xe3\xc4\xf0\xd5\xf1\xbb\x77\x87\x0d\xc7\x68\xee\x64\x83\x1f\x4e\x13\x9b\xf7\x87\x27\xdf\x1e\x9f\xbc\x3d\x48\x5c\xbf\xbd\x6f\xfe\xd1\xce\x5f\x5a\xa5\x07\x2f\xbe\xdc\xd8\x17\x70\xbd\x5b\x7d\xb6\x4a\x99\xdd\x24\x79\xa8\x67\xf5\xed\x35\x1c\x87\xbb\xbb\x4f\xbf\xfc\x72\x1d\xcf\x7f\xf9\x65\xff\xfc\x62\xd1\x59\x95\x95\x56\x45\x76\x53\x1d\x45\x6e\x30\x5a\xa1\x97\xf5\xe2\xee\xee\xfe\xdd\xe5\x2e\x84\xd5\x60\x3c\x1d\xd4\x79\x2b\xf1\x7a\x29\x6e\x74\x69\xe6\xc7\x1f\xa7\xef\xab\xd9\x35\x54\xf5\xed\xc8\x99\xc9\x24\x65\x8b\x78\xfe\x3c\x83\xf3\xea\xa2\xac\xcf\xab\x8b\x7c\x91\x27\x66\x9d\x37\xcd\xe3\x96\xfb\xf2\xbc\xca\xda\xe5\x4e\x69\x1d\x5c\x75\xe3\xea\x59\x55\xc2\xa2\x51\xa2\x80\xb5\xc0\x76\xed\x50\x59\xbf\x6c\x55\x71\x29\x8d\x45\x56\xe7\xfb\x59\xd5\x41\xeb\xe8\x98\x16\x14\x55\xf9\xa2\xc9\xa7\xb3\xe1\x91\xb2\xd9\xfd\xd4\xa9\x5d\x0b\x74\x76\x61\x2c\xaa\x12\x17\xd3\x8d\x95\x5d\x5f\x55\x5f\x4f\xbf\xaa\x76\x77\xf3\x25\xe2\x38\x19\x6a\x8d\x17\x9f\xff\x4f\x5a\x6d\xdc\x58\x6d\x1c\xad\x36\x5e\x67\x0a\x87\x45\xde\x66\x7f\x89\x16\x2a\x56\x9c\xf3\x07\x49\x4d\x96\x1a\x40\x89\x8a\xba\x44\x45\xb5\xa9\x6c\xfd\x75\xf5\x55\xbd\xbb\x9b\xc3\x6e\x47\xc1\xfa\x62\xf9\xaa\xbf\xa9\x6c\xcb\x9c\xe8\xc5\xb8\x44\x3b\x91\x69\x5d\xa2\x15\xe5\x52\xc8\xec\x1e\x83\xc2\x94\xa8\x98\x97\xb3\xa5\x1c\xf3\xf5\xfc\x2b\xb3\xbb\x5b\x8c\x77\x77\xf3\x69\x7c\xa0\xd9\xb9\xb9\x58\xad\x97\x5a\xdc\x2b\xba\xe2\xde\x59\x93\x21\xad\x98\x94\x55\x46\x64\x5e\xdc\xc4\xff\x2a\x2f\x5c\x59\x8d\xa6\xd9\x4d\x5e\xf8\xb2\xca\x70\xbe\xf3\xac\x5b\x46\x30\x7a\x7b\x74\x1a\x1b\xf1\x2f\x3f\x1e\xbc\xf9\xe1\xb0\x1c\xde\x3b\x1d\x16\x30\x3a\x7a\xf7\xe3\xc1\x9b\xa3\xd7\xcb\xfb\xf7\x4e\xe3\xfd\x25\xc1\xd1\xbb\xb3\x37\xbf\x1c\xbc\x3f\x5a\xb3\x58\x5e\x19\x2e\xb2\xf9\xdd\x5d\x36\x2f\x3f\x2d\x57\x65\x5d\x16\xe1\xfe\x7e\x9d\xeb\x75\x58\xed\xfa\xbd\x65\x0a\xf3\xa6\x78\x63\xd9\xd5\xf9\xdd\x5d\x3c\x58\x9a\x62\x3c\x72\x33\x0f\x65\x55\x8c\x47\xb3\x6a\xfc\x61\x3c\x35\xcb\x88\xa1\x9c\x16\xe3\xe5\x8a\xa7\x71\x56\x17\x69\xa5\xd4\xba\x02\xd5\xb3\xd3\xba\x1a\x4f\x3f\x6c\x56\xe7\xe1\x79\x13\xa5\xfc\x6b\x3e\x48\x9d\xf0\xfe\x60\xb8\xdb\xb6\x2c\x0f\xbb\xc3\x8b\xe5\xe9\x55\x23\x67\x51\xd4\x8b\x2c\x21\xa6\x74\x3f\x8f\x3c\x4f\x31\xee\xe4\x6e\x59\x3f\xd2\x17\x6d\xb0\x30\xf8\x3d\xf6\xfb\xf3\xd4\x3f\x0e\xbf\xd8\xad\x77\xbf\x18\xee\xc7\x83\x6a\xf7\x8b\xe1\x68\xd0\xa6\xbc\x19\xc4\x1e\x74\xf8\xc5\x6e\x37\x7b\xfd\x34\x1f\xfd\x6b\x36\x9e\x66\x5f\x0c\x8b\xc1\xf0\x8b\x7c\xf7\x8b\xe1\x17\xc5\xc3\x12\x1a\xb7\x76\x7b\x68\x91\x45\x16\xf2\xe2\xea\x89\x62\xe8\x53\x3a\x05\x29\x5d\x5d\x07\x57\x37\xf3\x7a\x60\x61\x30\x0b\x83\x68\xe1\xc1\x17\xbb\xd5\x86\x1a\xd3\xc7\xd4\xf8\xfd\x11\x35\xfa\x95\x38\xbb\x84\xc1\x78\x5a\x4f\x52\x30\x3b\xfd\x30\x48\x79\x55\xff\xa8\x07\xbf\x9b\x6a\x6c\xec\x04\x56\xba\x7d\x34\xf3\xc1\x74\x56\x0f\xae\xab\xd9\xef\x63\x0f\x3e\x86\x2e\xf5\x25\x2c\xe9\x5a\x2b\x7f\x51\x3c\xac\xf8\xd5\x23\xfa\xae\x7d\xc7\x87\xf5\x72\xab\x9e\xb4\xe4\x9d\xf4\x93\x76\xb9\x34\xb5\x18\x17\xb3\xc2\xa4\xa5\xc2\x38\xa5\xb6\x59\xe6\xfa\x6a\x57\x9e\xf9\xd1\x65\x9e\xc1\x39\xba\x58\xe6\x94\x3d\xff\x14\xb9\xed\xa3\x22\x55\x92\xfd\x78\x6b\x94\x0e\x17\x17\x3b\x4b\x8f\x32\x2f\xcf\x2f\x8a\x49\x89\x8a\x9b\x12\xbe\x9a\x7c\x7d\xb3\xf4\x25\x93\xdd\xdd\xa6\x29\xb9\xf2\xe6\x7c\x72\xb1\x33\x0e\x59\x57\x8c\xcb\xf3\x79\x9b\x7f\xf0\x9e\x0c\xd7\x0a\xc8\x77\x60\x32\x87\x41\x97\x6a\x92\xa8\x86\xd3\x94\x62\x75\xfd\xa4\xb3\xe7\xcf\x7b\x39\xa5\xc4\x37\x4d\x3e\xd6\x26\xec\xce\xea\x94\xa6\x39\x1e\xcd\xf2\x56\x40\xd2\xf0\xb2\x6c\xa5\xa6\xd4\xbb\xe3\xbb\xbb\x67\xd9\x65\xec\x0e\xc6\x79\x5e\x5f\x56\xb3\x8f\x69\xa9\xe8\xef\xd9\x65\x61\x1a\x17\x72\x5b\x8e\xcf\x2f\xef\x3f\x11\x24\xdd\x6e\x9f\x3f\x1f\x36\x85\x3b\x7c\xb6\x54\x2f\x5e\x6b\x55\x5e\x5f\xbb\xbb\xcb\x6e\xcb\x25\x6a\xd9\xb9\xbc\xf1\x74\xb7\x2f\x1b\x8f\x91\xdd\xe6\xfb\xc3\x61\x5e\xdc\x7b\xd4\x4d\x0e\x2f\xd1\x3e\x6e\x9f\xff\xb6\xcf\x86\x21\xe9\x99\x9e\xfa\x97\x4d\x05\x5c\x93\x2d\xf6\xe5\x74\xe4\x4d\x0d\xe7\xed\xe9\xc5\xfe\x8a\xfc\x43\x9e\xb5\x17\xf3\x97\xed\xc1\xe8\xda\x54\x73\xf0\xcb\x6c\x5b\x4d\x6e\xac\x9d\xed\x25\xf2\xda\xd4\x70\x36\xbe\x82\x65\x99\x14\xbf\xac\x4a\xe5\x36\x5f\xe4\x8b\x0d\x95\x67\x49\xe5\x47\xb5\xad\xc7\x57\xff\x37\xda\x16\xff\x63\x6d\x37\x0d\x3c\x7e\x5a\xdb\xa6\x88\x7b\xf4\xfd\xd7\xff\xbd\xbe\xf7\xeb\x7b\x9f\xb6\x9f\xba\xda\x4e\xd7\xd5\xe1\x63\xe9\x46\xee\x72\x3c\xf1\x15\x4c\x8b\xc3\x65\x8b\x28\xfe\x28\xc7\xe7\x87\xa9\xae\x3f\xfb\x90\xfd\xd1\x6d\x10\x57\xd9\x61\xb1\x76\x3c\xcb\xb6\x71\x5c\xfe\x91\xd9\xec\xe3\xda\xe1\xe4\x8f\x64\xbd\x6b\x9b\x7a\x9e\xef\xa4\xe0\x65\x34\x9e\x37\x41\xcc\x71\x7e\x77\x97\x1d\x97\xe7\xc7\x17\xcb\x0a\xdf\x46\x52\xf3\xe2\x78\x1b\xbb\x2d\x2d\x02\x3a\x2d\x02\x16\x51\xd6\xa2\x6b\x80\xab\xc6\x00\x29\xe5\xf6\x69\xe9\x96\x19\xcf\xcf\x6f\x2f\xee\xee\x56\x67\xa3\x59\x7d\x09\x55\xf7\xd9\xaf\xb3\xa5\x7d\x6e\x8b\x6e\xa7\xb8\x22\xc9\xa3\x3d\x1e\xa8\x6e\xb3\xd3\x96\x68\xd9\x31\xf7\xd4\xf6\x5f\xd7\x25\x72\xba\xb3\xa1\xd6\xb0\x1c\xee\xde\x5e\xb4\x0a\x1f\x4d\xeb\xc9\xe8\xfd\xe4\xa6\x32\x93\x93\x9b\x09\xcc\x3b\xfa\x85\xec\x8b\x87\x77\xe3\xe8\x36\x76\x46\xe6\x77\x33\x9e\xa4\x6e\x2a\x06\xbc\x71\x8c\x0c\xd3\xdf\xc7\xd5\x6c\x1a\x83\xc2\xd1\xff\x99\x9e\x55\xb7\x83\xeb\xd9\xe4\x36\x8c\x27\x93\xd8\x4b\x8d\xeb\xc1\xcd\x3c\x75\x57\xff\xef\x32\x42\xf9\x32\xf6\x7e\x7b\xd7\x89\x77\x15\x79\x0f\xff\xcf\xb4\xd3\x8b\xad\x62\xaf\x65\x9d\x78\x5b\xa6\xba\xd9\x51\x26\xab\x8b\xa6\xbc\xdc\xa8\x61\x73\x76\x7b\x1d\xe3\xe5\x39\x4c\xa2\x19\x6e\xf7\xa2\x25\x43\x98\x43\x7d\x77\x87\xf2\x7c\xa7\x6b\x83\xb7\x9b\x45\x13\x8b\xf4\xd9\xe9\x5f\x5e\x3e\xc5\x43\x3d\x52\x1a\xb2\xed\xab\xe4\x61\x95\x61\xf3\x25\xec\xc3\xa8\x02\x7f\xe3\xa0\x5b\x57\x57\x99\x0a\xcb\x7b\x7b\x66\xaf\x36\x7a\x7f\xfe\x1c\xa5\x1c\x9c\xd1\x34\xcd\x71\x93\x39\xf5\x65\xd5\x28\xb6\x5b\xd6\xa3\xb6\x2a\x37\x1e\x20\x0e\xb2\x16\x79\x71\x7e\x91\x2f\xb2\x79\xe7\x73\x94\xdb\xee\x88\x73\xb0\x1a\x74\x25\x1b\x40\xbe\xa9\xd9\x3a\xee\x2d\xcc\x4a\x9b\xf3\xe9\x45\x99\x8d\x4b\x38\x9f\x5e\x14\x99\x29\xeb\xf3\xe9\x45\xfe\x72\x96\xc5\xdf\xa7\x45\x31\xbe\xbb\xfb\xb4\xc8\x0b\xd3\xfc\xeb\x0a\x18\xf7\x08\xe8\xaa\x03\xe7\xf5\x45\xb9\xe4\x72\x5e\x5f\xe4\x85\x39\xaf\x2f\x1a\x3e\xf1\x69\x62\xa8\xbe\x3f\xce\x8b\x6a\x91\x17\x09\x09\xf2\x7c\xbf\x13\xcf\xfc\xd2\x69\xf4\x6e\x23\xaf\x7c\x7b\xe3\xd2\xcc\x3b\x79\x10\xd7\xa6\x88\xb5\x1e\x16\xc5\x07\xa8\xfb\x6e\x47\xd5\x16\xc5\xfc\xde\xcd\x18\x06\x26\x95\xab\x58\xfa\x8b\xfb\x43\x98\x58\x8c\xe3\x1a\x2a\x33\x29\xd1\x45\x39\x6c\x8f\x87\x45\xbc\x31\x4b\x36\x29\xf1\x45\x39\x6c\x0e\x87\x8b\xec\xf2\xee\x2e\xbb\x5c\x0f\x46\xa2\xd3\x35\x77\x77\x37\xc5\x61\x77\x44\xb0\x7a\x52\x58\x87\xf0\x69\xf0\x56\xcc\xcb\x34\x0c\x19\x87\xac\xe9\x09\x62\x6d\x69\x93\x56\xb7\x49\xe9\xde\xcc\x9c\x99\x40\xfb\x49\x4a\xd3\x60\x6b\xa8\x5e\x19\x77\x09\xe5\xa7\xa6\xe7\xd9\xff\xb4\x28\x7c\xdb\xaf\xc5\xe3\xeb\x75\xbb\xdc\xff\xb4\x58\x74\x49\x37\xbf\x32\x28\x97\xb7\xda\xe9\xd4\x0c\xf2\x9d\x36\x9e\xac\xdb\x1a\xbd\x4a\x2a\xbb\x0a\x17\x77\x9a\x4a\x5f\x3f\x51\x2f\x56\xf1\xe8\xba\xe6\xaf\x03\xaa\xb5\x47\xef\x36\x9d\x97\xf7\xce\x36\xdb\x47\x73\xba\x6a\x25\xab\xba\xbd\x6c\xa9\x25\x7e\x59\x9d\xa3\x8b\xbb\xbb\xe1\x70\xbf\xba\xf7\xe8\xed\xf3\xf5\x7d\xdc\x60\xb3\xf9\xc8\xcc\xeb\x62\x3e\x9a\x24\x6b\xcf\x8b\x8e\xa9\xd7\x27\xf3\x02\x8a\x55\x87\xdd\x8e\xdb\xf2\x56\x46\x05\xf3\xd9\xe4\xf7\x55\xc7\xbe\x39\x1e\xfc\xd4\xb0\xde\x4f\x6e\xbc\xdb\xab\x8f\xe6\x37\xd7\xd7\xb3\xaa\x06\xdf\x14\xf5\xfc\x38\x64\x2b\x45\xf2\x73\x74\xb1\x2c\xc1\x0f\x50\x1f\xcc\xeb\x4d\xce\x83\xa4\xfc\xa2\xd8\x30\x6c\x9d\xba\x95\xee\x28\xb3\xac\x8b\x67\x69\x9e\x29\x06\x21\x1d\xf7\xba\x9a\x5c\xce\x36\x67\xcb\x97\xe8\xab\x91\xd9\x1c\xea\x38\xf0\xb9\xae\x66\x0e\xe6\xf3\xc1\x7f\xb7\xbc\xff\x7b\x35\x64\xfb\xef\x46\x91\xff\x1e\xe6\x3b\x49\xb8\x99\xd7\xe5\x4a\x6a\xec\x29\xa6\x91\xf1\x64\xfc\x6f\xf8\xde\xcc\x2f\x6b\xf3\xe1\x68\xda\x74\x25\xfb\xcf\x70\x31\xfe\x30\x9d\x55\x70\x66\x3e\xec\x37\x33\x4c\xe3\x65\x76\xd6\xf1\x68\x75\x6b\x19\x55\xae\xb8\xa7\x74\xc7\xcf\xee\xc7\x1c\xcb\x9b\x79\xff\x73\x1e\x0c\x5a\xbd\x57\xcf\xb5\x1a\xd5\x99\xf9\xc0\x0c\x9a\x28\x7d\x30\xab\x06\x07\xa7\x67\xa3\xe5\xa3\xb4\x15\xa1\xbc\xcd\x60\x55\x29\xa6\x6d\xe3\x6c\x8b\xac\xac\x1e\xb4\xd5\x79\x39\x7e\xfe\x7c\xdc\x39\xbf\xbb\x5b\xb7\xf6\x6c\x56\xf6\xb4\xec\xfc\xf9\xf3\x6c\xf6\x27\x9b\x77\x5e\x7c\x7a\x10\x27\xee\x7f\xcc\xba\x13\xfe\xab\xf9\xa8\xa2\x8e\x43\xbb\xaa\x44\x5f\x55\x5f\x6f\xce\x9f\xed\xee\xe6\xf5\x79\x75\x71\x6f\xc6\xac\xf3\x69\x5d\x96\x41\xb9\x51\x77\xf3\x91\x1d\x4f\x7d\xdb\xe1\x42\x61\xb2\xf3\xe6\xc1\x2e\x8a\x3a\x76\xae\x79\xf1\xc9\xc5\xc7\xd9\xff\x25\x9b\xb5\x51\x72\x5e\xcc\xeb\xca\xd4\xf0\xe1\x76\xff\xe3\xa8\x3d\x1c\xc3\x7c\x94\xc6\xda\x7e\xec\x16\x79\xb1\x11\xa5\xff\xbd\xcf\x73\x5f\xd6\xe7\x3c\xd1\xb2\x50\xfe\xdc\x33\x75\xa2\xa5\xbf\xf7\x81\xba\x11\xe4\x67\x3c\x4d\xa7\x5a\x3d\xfd\x40\x8b\x65\xba\xd7\x41\x1b\x28\x78\x08\xe3\x29\x2c\x67\x52\x33\x28\x86\xf7\xfa\xaf\x61\xaa\xa4\x3d\xc9\xce\x61\x74\x05\x57\xb3\xf1\xbf\xc1\xbf\xee\xe2\xdf\xdd\x65\x5b\xee\x94\x59\x6c\xc8\x3d\x35\xf1\x81\x07\xce\xf2\xb6\x41\xe6\xc5\x16\x4e\x8b\x02\xa6\x37\x57\x50\xc5\xd8\x39\x7a\x1e\x37\x9b\x86\xf1\x87\x9b\xf6\x1c\x2d\xb6\x12\x36\xa9\x81\x57\x1e\xad\x9c\x34\x83\xba\x62\xe5\x12\xd6\x2d\xd7\xdd\x54\x15\x4c\xdd\xed\xfe\xa7\x34\xfa\xdb\x1f\x2e\x2f\x0c\x17\xc5\x35\x54\x0e\xa6\xf5\xea\x56\x7b\x3e\x5c\x34\xcd\x7d\xff\xd3\xfc\x72\x56\xd5\xfb\x9f\xae\x66\xd3\xfa\x72\x7f\x98\x74\x1d\xbb\x61\xe1\xcd\x6d\xe7\xec\x16\x4c\xb5\x3f\x24\x7b\x7e\xfc\x61\x5c\x0f\x17\xc5\x15\xf8\xf1\xcd\xd5\x8a\x2a\xf1\xe8\xa7\x59\x9e\x2e\x8a\xc9\x6c\xfa\x61\x45\x11\x4f\x9e\x22\x08\x37\x93\xc9\xfe\xa7\x8f\x00\xbf\x26\xbc\x86\xe4\xcf\xd3\x2f\x8a\x3a\xf9\xb2\xf6\x01\x2f\x67\x37\x9d\xbb\xc5\xd5\x78\x7a\x53\x43\x57\xdc\xf2\x99\x9e\x40\x2c\xe6\xe0\x66\x53\xbf\xf9\x64\x9f\x4b\x97\xd4\xfb\xdf\xb3\x29\xbc\x6b\xf2\x51\x27\x1b\x2e\x9f\xfa\xaf\x61\xb6\x58\x14\xb0\xc8\xf2\x9d\x75\xf2\xe1\xc3\xc5\xc5\x45\xbe\xf3\xff\x05\x00\x00\xff\xff\x62\xac\xe2\x69\x1a\xef\x18\x00") +var _web_uiAssetsVendor0908e86785159c01fb18e59dba43f500Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xfd\xd9\x76\xe3\xc6\xba\x20\x08\xdf\xeb\x29\x48\xd4\xfe\xb1\x23\x92\x9f\x90\x88\x20\x09\x92\x21\x85\x58\xe9\xb4\xd2\x27\x6b\x3b\x87\xca\x94\xed\xe3\xc3\xcd\xd2\x81\xc8\xa0\x08\x27\x04\xd0\x00\x28\xa5\x4c\xb2\x96\xeb\xef\xae\x1e\xd7\xea\x07\xe8\x9b\xae\xdb\xbe\xea\x77\xa8\x37\x29\xf7\x8b\xf4\x8a\x01\x13\x09\x2a\x73\xbb\x5b\x17\x22\x10\x88\x79\xf8\xa6\xf8\x86\x87\x20\x9a\xc7\x0f\xce\xe5\xdd\x8d\x48\x2e\xdf\xfe\xc8\x17\xeb\x68\x96\x05\x71\x84\x04\x64\x78\xb3\x88\x13\x74\xef\x27\xad\xa4\x15\x44\xad\x0c\x8b\x49\x32\xe5\xd9\x24\x99\x9e\x24\x22\x5b\x27\x51\x4b\xec\xd0\x5e\x05\xdb\xed\x66\x07\x9b\x57\x97\x2f\xae\x7e\xf8\x70\xf9\x91\x6d\x76\x70\xf9\xcf\x57\x97\x6f\xbf\xbd\x7e\xff\xe1\xdd\xd5\xbb\xab\x9f\xdf\xcb\xc4\x6f\xfd\x4c\xb0\x36\xd9\xc1\xf5\x8b\xf7\xef\xbf\x7f\xfd\xf2\xc5\xd5\xeb\x77\x6f\xaf\xaf\x2e\xdf\xbc\xff\xfe\xc5\xd5\xe5\xf5\x4f\x1f\x5e\xbc\x7f\x7f\xf9\x81\xb5\x09\x5c\x7f\x7b\xf9\xea\xc5\x0f\xdf\x5f\x5d\xbf\xf8\xf8\xf3\xdb\x97\xd7\xef\xbe\xf9\x78\xf9\xe1\xc7\xcb\x0f\x1f\x59\xdb\x85\xeb\x7f\xf7\xef\x7f\xb8\xfc\xf0\xf3\xf5\xeb\xb7\x57\x97\xdf\x7d\x50\x75\xa8\x22\x45\x3d\xef\xde\x7e\xff\xf3\xf5\x77\xdf\xbf\x7e\xf3\xe6\xf2\xc3\xf5\xcb\x77\x6f\xde\xbf\x7b\x7b\xf9\xf6\x4a\x96\xdd\xe1\x13\x39\xac\x30\xf6\xe7\x22\x81\xb9\x58\x04\x91\x80\x44\xfc\xba\x0e\x12\xf1\x26\x9e\xaf\xc3\xe2\x2d\xff\xfd\x25\x85\x64\x1d\x45\x41\x74\x7b\x25\xd2\x2c\xe5\x6d\x72\x86\xca\xb9\xc2\x1b\x6b\x9d\x8a\x56\x9a\x25\xc1\x2c\xb3\x4e\xf2\x0f\xad\x0c\xe1\x8d\x6c\x48\xf0\x77\x37\xbf\x88\x59\xe6\xcc\x12\xe1\x67\x02\x45\xeb\x30\xc4\xc5\x24\x3a\xd7\xd7\xfc\x3e\x0e\xe6\x2d\x17\xe6\x22\x14\x99\x50\x49\x20\x76\x6a\xea\xf9\x46\x77\x93\xd5\x7a\xcb\x9a\x3a\xcd\x1a\x87\xc0\x0e\x86\xc2\x8a\xa7\xdd\x49\xf1\xc8\xcd\x13\xaf\x55\xc2\xab\x83\xcc\xb7\x43\xc6\x27\x53\x48\xf8\x0c\x09\xb0\x90\xc9\x8e\x2d\xc8\x30\x44\x3c\x73\x42\x11\xdd\x66\xcb\x53\x72\x16\x5d\x70\xf7\x2c\x3a\x3d\xc5\xd9\x24\x9a\x3a\xe2\xf3\x2a\x4e\xb2\x14\x15\xe3\x4e\x9c\x3b\xd5\x44\xfe\x65\x07\x7a\x84\x7c\x13\xc5\x2f\xe3\x68\x11\x06\xb3\x8c\x15\xcd\x67\x7a\x26\x23\x08\x4e\x64\x37\x22\xbd\x23\x33\x67\xe9\xa7\xef\x1e\xa2\xf7\x49\xbc\x12\x49\xf6\x88\x22\x6c\xdb\x49\x53\x22\x0a\xb8\xec\x06\x88\x49\x30\xe5\x42\x3f\x45\x53\x9e\x4c\xa2\x29\xde\xc1\x9d\xff\x49\x7c\x2b\x16\xfe\x3a\xcc\x2e\x55\x6f\xe4\x26\x51\x7b\x24\xe2\x19\xc2\x10\x70\x24\x7f\x5c\x5c\xae\x6d\x2c\x67\x24\x5b\x26\xf1\x43\x2b\x12\x0f\xad\xcb\x24\x89\x13\x64\xf9\x51\x6b\x1d\xa5\xeb\x95\xac\x43\xcc\x5b\x7a\x84\xad\x07\x3f\x6d\xe9\x05\x9b\x43\x4b\x7c\x5e\x89\x99\xfc\xf8\xaf\x3a\x09\x05\x73\x68\xcd\xc5\x2a\x05\x93\x1d\xff\x6b\x2b\x88\xd2\x4c\xf8\xf3\xd6\x6d\x9c\xb1\xd6\xbf\x5a\x1d\xd1\xb1\xfe\xb5\xe5\x27\xb7\xeb\x3b\x11\x65\x69\x2b\x8b\x4d\x75\xff\x6a\x61\xb5\x4b\x7c\x3e\xb1\xcc\x42\x58\x60\x99\x09\xb5\xc0\xd2\x15\x5a\xd3\xb2\xdb\xa9\x3c\xd9\x90\x40\x24\x3b\x1f\xa4\xce\x7a\x1d\xcc\x79\xd0\xe9\x80\x7a\x0b\xe6\x5c\xe8\x27\xd9\x21\xde\xce\x57\x53\x4e\xaa\x7e\x1a\xfb\x2c\xd3\x39\x74\xdd\x7c\x63\x5a\x63\x9b\xdd\x4e\x7f\x98\xf9\x61\x78\xe3\xcf\x3e\xf1\x44\xbf\x2f\xfd\x54\x4f\x6a\xfa\x22\xfd\x56\xac\x78\x9b\x98\xc6\xd2\x17\x61\xe0\xa7\x3c\xd2\xaf\x89\x08\x16\x81\x98\x73\x39\x9b\x2f\x92\xc4\x7f\x44\x79\xeb\x58\x67\x48\x33\x3f\x13\xdc\x8a\xc4\x83\xb5\x2b\xc6\x13\x22\xbc\x29\xdf\xd6\x7a\x51\xcc\x48\xca\xf4\x99\x1e\x75\xb9\x85\x03\x1e\x4d\xc4\x74\xbb\x8d\x26\xa2\x63\x3d\x0f\xa2\xb9\xf8\x6c\x4d\xcf\x02\xdb\x0e\xf2\x6e\x9d\x61\x99\x27\x70\x82\xb9\xca\x26\x1f\xca\x9c\xf9\x1e\x0e\xb6\xdb\x3a\xc4\x3c\xd8\x10\x2f\xe3\x75\x38\x6f\x45\x71\xd6\x5a\x04\x51\xb1\x21\xf2\x25\x0d\xee\xcc\x46\x59\x24\xf1\x9d\x4c\xcd\x3a\x96\x5c\x53\x55\x19\x24\xb6\x6d\xad\x44\x34\x0f\xa2\x5b\xab\xcd\x79\xa0\x67\xc0\xb6\xad\x45\x10\xf9\x61\xf0\x9b\x98\xd7\x92\x51\xe0\xc8\x36\xbe\x15\xab\x14\x25\x18\x12\x67\xb5\x4e\x97\x28\xc0\x18\x82\x72\x26\xe6\xba\x9f\xc1\x02\x59\x8e\x2c\x2d\x9c\xd9\xd2\x4f\x5e\x64\xc8\xc5\x38\x07\x48\x27\x05\xdc\xe7\xc2\x49\x57\x61\x90\x21\xeb\xb9\xa5\x4f\x77\xf9\xea\xa4\x61\x30\x13\xc8\x85\x53\x22\x0f\x88\x0b\x31\xcf\x37\xc9\x59\x70\x1e\x9f\x05\x9d\x8e\x3e\xb3\x3e\x4f\x26\xc1\xf4\x44\x35\xe9\x58\x9c\x73\x5f\xb5\xef\x72\xce\xa3\x7c\x85\x0f\xe7\xcd\x8f\xe4\xa4\xf9\xb3\x99\x48\xd3\xd6\xca\x4f\x44\x94\xe5\xb3\x17\x2f\x5a\x49\x1c\x67\x16\x3e\x89\x9c\x55\xbc\x42\x78\x27\xc2\x54\x98\x31\xa9\xfa\x67\x71\x94\x05\xd1\x5a\xc8\x0c\x72\x12\x7c\xbc\xdb\x99\xd1\x45\xce\x2f\x71\x10\xa9\x11\x94\xb3\xb2\x94\xfb\x46\x67\x68\xa3\xb6\xdc\x1a\xb6\xdd\xae\xed\x0d\xbc\x4b\x9d\x55\x12\x67\x71\xf6\xb8\x12\xce\x01\xbc\x28\xe1\x64\x0e\xf1\x2b\x67\x24\x87\x70\x27\x12\xee\x73\xce\xc5\x76\x6b\xc5\x0a\x21\x58\x6d\x2e\xeb\x8b\x17\x2d\xb5\xac\xa6\x8e\x4a\xea\x76\xab\x31\x83\x5a\xa9\xb9\x6e\x71\xbb\x6d\x1b\x74\x12\xa4\x97\x9f\x33\x11\xa5\xc1\x4d\x28\x90\xc0\xdb\x2d\x2a\x32\x71\x81\x77\x50\xed\xb2\xe9\x43\xb5\xa3\x72\xc2\xca\xad\xc4\x39\x2f\x8f\xd9\x76\x6b\xc9\xf3\xf8\x28\xb7\x5e\xed\x43\xbe\x49\x9a\x86\xa7\xe1\xb7\xf3\x90\xf8\x2b\x8d\x3d\x52\xdb\x46\x75\x90\x70\x98\x05\x99\xe3\x5a\x87\x1d\x18\x97\x40\xe1\x11\x69\x74\x6d\xe6\x34\xcf\xe2\xf8\xab\x55\xf8\xa8\x8a\xd7\x00\x48\x81\x60\xaa\x89\x66\x9f\x71\xb7\x06\x4a\xca\xc1\x37\x42\x2a\xdb\xd6\x93\xaf\x97\x0c\x35\x0c\x99\x0b\x6c\xb0\xd6\xe1\x96\xb0\x6d\x5d\x60\x3f\x1d\x61\x68\xa8\xa9\xbe\x58\xeb\x28\x15\xa2\xba\x54\xfb\x00\xf0\x28\x08\xae\xd7\xa3\xa6\x6f\x7f\xc9\xcd\x94\xc8\xd3\x5f\x59\xd7\x5a\x13\xc5\xda\x9f\x64\xc9\xe3\xa6\x06\x9e\xd5\xcb\xb5\x59\x17\xd8\x2f\x24\xeb\xdd\xa9\x69\x0d\x1f\x37\x47\xb6\x50\xbe\x29\x4c\x31\x21\x0f\xbc\x98\x5b\x78\xbf\xf3\xd7\x07\xbd\xcf\xe1\x92\xd9\x09\xf9\xda\x6a\x40\x84\x21\xe3\xee\x59\x76\x2e\x72\x20\x94\xe5\x00\x28\xe1\x62\x92\x4d\x4f\xe4\x3f\x9e\xe4\x13\x3e\x2e\x9e\xd8\x3e\x25\x82\xf0\xae\x20\x70\x6b\x3d\xca\xc1\x6b\x8d\x2a\x92\x53\x2a\x97\x84\x1f\x9f\xce\x1c\x88\x9f\x94\x14\x54\x81\x64\x21\xe1\xee\x59\x72\x9e\xe3\xba\xb3\x24\xef\x75\xa4\x48\x6d\x08\x6a\x63\x95\x14\x78\xb1\xdc\x86\x68\xd4\x9d\x37\x6f\xbb\x93\x02\xfd\x4b\xf8\x3a\x46\xcd\x28\xd8\x85\xa0\xd8\xc3\x0d\xbb\x11\xb3\x82\x9c\x50\xb5\xec\x67\xf6\x3f\x89\x0f\xfa\x3b\xc2\x2c\xa7\x32\x1a\x73\xea\xbe\x05\xf9\x56\x9d\xa1\x39\x8a\x72\x5a\x03\xe7\x0f\x20\x0e\x16\xbf\xd2\xc4\x11\xd8\x2a\x41\x06\xaf\xd2\x87\x39\x5d\x69\x3a\x36\x47\x19\x08\x8c\x77\x05\x38\x28\x40\x63\x06\x99\xe9\xcf\x6b\x45\xef\xc8\xe9\x69\xaa\x69\x59\xd4\x01\xd9\x0e\x90\x26\xb9\x6a\x2c\x92\x24\x29\x4a\x72\xe2\x24\xb0\x6d\xb5\x15\x4a\xac\xbc\xdd\xa2\x82\x6c\x33\x2b\x7c\x4e\x6d\x3b\x3e\x48\xc5\xa0\x68\x1e\x49\x7d\x68\xda\x47\x42\xf3\x44\x76\x95\x4f\xa6\x18\x64\xf5\x3c\x51\x74\xa1\x1f\xcd\x24\x6a\x58\x8f\x25\xb6\x4c\x51\xa2\x26\x02\x12\x68\xbb\x98\xe9\x24\x4d\xe1\xb5\x09\xc6\x3b\x7c\x08\xf7\x15\xfe\xd7\xc7\x42\x77\x7a\x81\xda\xc9\x76\x9b\xef\xe1\xa4\x06\xe7\x51\xc2\xf3\x3a\x27\x53\x08\x41\x71\x2e\x78\x1f\x0a\x66\x90\x34\x80\x54\xdd\x67\x48\x76\x86\x67\x71\x7c\x45\xee\xd5\x3b\x62\xa6\x9a\x4a\xb4\xbd\x37\x25\x63\x43\x1f\x67\x20\xbb\x20\x49\x3b\x3d\x40\xf9\xb4\x2b\xb9\x19\x47\x44\x59\x12\x88\x82\x81\xf9\x25\x75\xae\x85\xff\xe9\x3a\x15\x22\xe2\x51\x25\x9f\x5c\xe5\x65\xe5\x7d\x0f\xc8\x0a\xbc\xd1\x1c\x8d\x4a\xc7\x96\x9c\x40\x9d\x07\xd5\x9a\x9b\x85\xc2\x4f\xaa\x7b\xf2\x2b\x7b\xa2\x18\x89\x4c\xd6\x65\xc6\x65\x2d\xe2\xd8\x02\x54\xa9\x69\x87\x71\xf5\xe3\xf3\x1b\x3f\xb1\xe4\xbc\x3f\x95\xc7\x4f\xe7\x0b\x0b\x26\xf9\x21\xac\x52\xff\xf9\x11\xae\x56\x60\x36\xad\xe2\x91\xca\x46\x24\xd7\x54\x79\x3b\xec\xc7\x6f\xaa\x1f\xd5\x75\xd4\xdd\xdf\xcb\xf8\xeb\xfa\x37\xeb\xa9\x5c\xd5\x44\x30\x25\x3e\x5b\x4d\x83\x36\x59\x1c\x5d\xa5\xe5\xe8\x3e\x58\x8e\x19\xaf\x4a\x48\xe4\xaf\xf3\x5c\xe6\x7c\x7a\x8e\xee\xfc\x20\x32\x75\xaa\x62\xc7\x72\x17\x08\x40\xe5\x2c\x26\x72\xb3\xc3\xf9\xfa\xd7\xbf\xec\x25\xab\x66\x8a\x34\xb3\x77\xca\x59\xdd\xdf\x43\x08\x43\x4e\x06\xf2\x82\xe0\xd3\x35\xdb\xf6\xc1\x17\xbd\xbe\xb6\x5d\x3f\x7a\xb6\x8d\xf6\xce\xe2\x66\x9f\xed\xaf\x09\x0c\x76\x78\x87\x15\x4a\xc0\x50\x10\xbf\xf2\x84\x29\x86\xb0\x48\x09\x90\x0f\xa9\xc2\x6c\xed\x64\xe2\x4f\xf5\x53\xa6\x9e\x94\xdc\x84\x97\xa4\x6a\xd1\x3f\xd3\x9c\x6d\x9b\x07\x05\x57\x52\xdb\x0e\x73\x8a\x31\x44\xbe\x84\x51\x32\x3d\xce\xd3\x62\x93\x26\x6b\x5d\xf3\x43\xf2\xbf\xca\x33\xfd\xd5\xea\xf8\x1d\xeb\xaf\x16\x3e\xd1\xcc\xc2\xda\x99\xc5\x73\xc1\xad\x37\xef\xbe\xfd\xe1\xfb\xcb\xeb\xb7\xef\xae\xae\x5f\xbd\xfb\xe1\xed\xb7\x16\xac\x15\x4f\x3c\xe3\xb2\xef\x35\xe2\xe8\x44\x8e\x61\xe2\x4e\x15\x0d\x89\x66\xf9\x9c\x41\x4d\x94\x93\xb3\x76\x48\x65\x26\x53\xc5\x27\x0a\xbc\xc3\x30\x83\xb2\x48\xce\x45\xe7\x94\x82\x6c\xab\xa0\xe5\x72\x34\x1f\x7f\xcd\x44\x81\xcf\xdd\x33\xff\x3c\x67\x85\xce\xfc\x4e\x07\x07\x28\x92\xb3\x5d\xb0\x99\x3b\xb4\x21\x6c\x52\x87\x9c\x02\xd1\x81\x87\x41\x20\x4a\xa8\xfe\xe9\xe9\x9f\xae\xfe\x31\xdf\x86\xea\x87\x9a\xc4\x81\xfe\xe9\xeb\x44\xf3\xa3\xcb\x51\x57\xff\x10\x9d\x65\xa4\x7f\xf4\x1b\xd5\x2d\x50\x5d\x27\x55\xb5\x90\x81\xaa\x9a\x0c\x5d\xfd\xa6\x0b\x50\xf3\xa3\xbf\x8d\xf4\x9b\x6b\x2a\xd3\x2d\xb8\xe6\x47\x57\xed\xea\xaa\xdd\x2e\x3e\x91\x3f\xba\x2f\xae\xee\x99\xab\xdb\x73\x75\xaf\x5d\xd3\x1e\xd5\x3f\x5d\xfd\xd3\xd3\x3f\x7d\xfd\xe3\xe9\x1f\xdd\xc1\xa1\x29\x30\xd2\x7d\xd1\xfd\x1c\x11\xfd\xa3\x6b\x19\xe9\x5a\x46\xba\x96\x91\xae\x65\xa4\x6b\x19\xe9\x5a\x46\x7a\x06\x3d\x3d\x83\x9e\x7e\x1b\xe8\x0e\x7a\xba\x83\x7d\x9d\xd8\xd7\xc3\xf4\xf4\x18\xbc\x91\x1a\xd1\x40\x0f\xb3\xaf\x13\xfb\xba\x5c\xdf\x94\xd3\x03\xf3\xf4\x84\x78\x3a\xa7\xa7\x27\xc4\x33\x2d\xe8\x2c\x03\x9d\x65\xa0\xbf\x0d\x74\x5f\x06\xba\xd7\xfa\x8d\xe8\x2e\x91\x3c\xd1\xac\x91\x1e\x8a\xae\x9a\xe8\x0e\x12\xcf\x24\xea\x72\x9e\x4e\x1c\x98\x2c\x7a\xce\x74\xeb\xa4\x6f\xea\xd4\x53\xd7\x57\x6b\x44\x3c\x93\x45\xb7\xa0\x3b\x4f\xf4\xa0\x49\x5f\x4f\x6b\xdf\xbc\xe9\x2c\x7a\xb4\x44\x77\x9e\x98\xf1\xf5\xf4\xf8\x7a\x66\x26\x4c\xa2\x1e\x6d\x4f\xcf\x67\x4f\xcf\x67\x5f\x8f\xbd\xaf\xa7\xa7\xab\xdb\x1b\x9a\x69\xd5\x33\xa1\x57\x9a\xea\x95\xa6\x03\x33\x67\x26\xd1\x64\xd1\x0d\xe9\xad\x41\x4d\xf1\x61\x4f\xad\x91\xde\x52\x54\x6f\x22\x6a\x76\xb2\xde\xd7\xb4\x6b\x9a\xd5\x59\xba\xba\xb2\xae\x5e\xcd\xae\x2e\xd0\xd5\x0d\x75\x75\x0b\x5d\xdd\x42\x57\xd7\xd2\xd3\xb5\xf4\x74\x2d\x3d\x33\x4c\x5d\xbc\xd7\xc5\x90\x95\xac\x24\xea\xbb\x78\x07\x1b\xd2\xa7\x8c\xf4\x29\x90\x7e\x97\x91\x7e\x17\x48\xbf\xc7\x48\xbf\x07\xa4\xdf\x67\xa4\xdf\x07\xd2\xf7\x18\xe9\x7b\x40\xfa\x03\x46\xfa\x03\x20\xfd\x21\x23\xfd\x21\x90\xfe\x88\x91\xfe\x08\x88\xe7\x32\xe2\xb9\x40\x3c\xc2\x88\x47\x80\x78\x94\x11\x8f\x02\xf1\xba\x8c\x78\x5d\x20\x5e\x8f\x11\xaf\x07\xc4\xeb\x33\xe2\xf5\x81\x78\x1e\x23\x9e\x07\xc4\x1b\x30\xe2\x0d\x80\x78\x43\x46\xbc\x21\x10\x6f\xc4\x88\x37\x02\x32\x70\x19\x19\xb8\x40\x06\x84\x91\x01\x01\x32\xa0\x8c\x0c\x28\x90\x41\x97\x91\x41\x17\xc8\xa0\xc7\xc8\xa0\x07\x64\xd0\x67\x64\xd0\x07\x32\xf0\x18\x19\x78\x40\x06\x03\x46\x06\x03\x20\x83\x21\x23\x83\x21\x90\xc1\x88\x91\xc1\x08\xc8\xd0\x65\x64\xe8\x02\x19\x12\x46\x86\x04\xc8\x90\x32\x32\xa4\x40\x86\x5d\x46\x86\x5d\x20\xc3\x1e\x23\xc3\x1e\x90\x61\x9f\x91\x61\x1f\xc8\xd0\x63\x64\xe8\x01\x19\x0e\x18\x19\x0e\x80\x0c\x87\x8c\x0c\x87\x40\x86\x23\x46\x86\x23\x20\x23\x97\x91\x91\x0b\x64\x44\x18\x19\x11\x20\x23\xca\xc8\x88\x02\x19\x75\x19\x19\x75\x81\x8c\x7a\x8c\x8c\x7a\x40\x46\x7d\x46\x46\x7d\x20\x23\x8f\x91\x91\x07\x64\x34\x60\x64\x34\x00\x32\x1a\x32\x32\x1a\x02\x19\x8d\x18\x19\x8d\x80\xba\x2e\xa3\xae\x0b\xd4\x25\x8c\xba\x04\xa8\x4b\x19\x75\x29\x50\xb7\xcb\xa8\xdb\x05\xea\xf6\x18\x75\x7b\x40\xdd\x3e\xa3\x6e\x1f\xa8\xeb\x31\xea\x7a\x40\xdd\x01\xa3\xee\x00\xa8\x3b\x64\xd4\x1d\x02\x75\x47\x8c\xba\x23\xa0\xc4\x65\x94\xb8\x40\x09\x61\x94\x10\xa0\x84\x32\x4a\x28\x50\xd2\x65\x94\x74\x81\x92\x1e\xa3\xa4\x07\x94\xf4\x19\x25\x7d\xa0\xc4\x63\x94\x78\x40\xc9\x80\x51\x32\x00\x4a\x86\x8c\x92\x21\x50\x32\x62\x94\x8c\x80\x52\x97\x51\xea\x02\xa5\x84\x51\x4a\x80\x52\xca\x28\xa5\x40\x69\x97\x51\xda\x05\x4a\x7b\x8c\xd2\x1e\x50\xda\x67\x94\xf6\x81\x52\x8f\x51\xea\x01\xa5\x03\x46\xe9\x00\x28\x1d\x32\x4a\x87\x40\xe9\x88\x51\x3a\x02\xda\x75\x19\xed\xba\x40\xbb\x84\xd1\x2e\x01\xda\xa5\x8c\x76\x29\xd0\x6e\x97\xd1\x6e\x17\x68\xb7\xc7\x68\xb7\x07\xb4\xdb\x67\xb4\xdb\x07\xda\xf5\x18\xed\x7a\x40\xbb\x03\x46\xbb\x03\xa0\xdd\x21\xa3\xdd\x21\xd0\xee\x88\xd1\xee\x08\x68\xcf\x65\xb4\xe7\x02\xed\x11\x46\x7b\x04\x68\x8f\x32\xda\xa3\x40\x7b\x5d\x46\x7b\x5d\xa0\xbd\x1e\xa3\xbd\x1e\xd0\x5e\x9f\xd1\x5e\x1f\x68\xcf\x63\xb4\xe7\x01\xed\x0d\x18\xed\x0d\x80\xf6\x86\x8c\xf6\x86\x40\x7b\x23\x46\x7b\x23\xa0\x7d\x97\xd1\xbe\x0b\xb4\x4f\x18\xed\x13\xa0\x7d\xca\x68\x9f\x02\xed\x77\x19\xed\x77\x81\xf6\x7b\x8c\xf6\x7b\x40\xfb\x7d\x46\xfb\x7d\xa0\x7d\x8f\xd1\xbe\x07\xb4\x3f\x60\xb4\x3f\x00\xda\x1f\x32\xda\x1f\x02\xed\x8f\x18\xed\x8f\x80\x7a\x2e\xa3\x9e\x0b\xd4\x23\x8c\x7a\x04\xa8\x47\x19\xf5\x28\x50\xaf\xcb\xa8\xd7\x05\xea\xf5\x18\xf5\x7a\x40\xbd\x3e\xa3\x5e\x1f\xa8\xe7\x31\xea\x79\x40\xbd\x01\xa3\xde\x00\xa8\x37\x64\xd4\x1b\x02\xf5\x46\x8c\x7a\x23\xa0\x03\x97\xd1\x81\x0b\x74\x40\x18\x1d\x10\xa0\x03\xca\xe8\x80\x02\x1d\x74\x19\x1d\x74\x81\x0e\x7a\x8c\x0e\x7a\x40\x07\x7d\x46\x07\x7d\xa0\x03\x8f\xd1\x81\x07\x74\x30\x60\x74\x30\x00\x3a\x18\x32\x3a\x18\x02\x1d\x8c\x18\x1d\x8c\x80\x0e\x5d\x46\x87\x2e\xd0\x21\x61\x74\x48\x80\x0e\x29\xa3\x43\x0a\x74\xd8\x65\x74\xd8\x05\x3a\xec\x31\x3a\xec\x01\x1d\xf6\x19\x1d\xf6\x81\x0e\x3d\x46\x87\x1e\xd0\xe1\x80\xd1\xe1\x00\xe8\x70\xc8\xe8\x70\x08\x74\x38\x62\x74\x38\x82\xbe\xcb\xfa\xee\x6e\x0a\xb4\x81\x80\x90\x38\x71\x0f\x02\x39\x9a\x0f\x5d\x84\x7e\xf6\xc6\x5f\xed\x60\x43\x47\x2e\xa3\x23\xb7\xa8\xa7\xdb\x54\x0f\x39\x56\x4f\x10\xcd\xc2\xf5\x5c\xa4\xaa\x22\xc2\xe8\x88\x14\x15\xf5\x9a\x2a\xa2\x87\x15\x19\x61\xa7\x61\xae\x54\x45\x94\xd1\x11\x2d\x2a\xea\x37\x55\x74\x08\x5b\xf3\x8a\x6e\x45\x56\xb9\x1d\xfa\x56\xa4\xb3\x24\x58\x65\x71\xa2\xab\xee\x32\x3a\xea\x16\x55\x7b\x4d\x55\xf7\x8e\x56\x7d\xef\x87\x6b\xd3\xc5\x1e\xa3\xa3\x5e\x51\xcf\x60\xbf\x9e\xda\x85\x61\x81\xd6\xa8\xa4\x40\xf6\xeb\x7e\x9f\xc4\x77\x41\xaa\xa4\x4f\x7e\x18\x3e\xca\xda\xf3\x23\x3b\xea\x33\x3a\xea\x17\xad\x0c\x9b\x7a\xeb\x1d\xd6\xf8\x31\x4b\x82\xe8\xd6\x59\xf9\xf3\xcb\x68\xae\x7a\xeb\x31\x3a\xf2\x8a\x7a\x46\x4d\xf5\x0c\x9e\xaa\xe7\x63\xe6\x27\x99\xaa\x69\xc0\xe8\x68\x50\xd4\x44\xdc\xa6\xaa\x46\x47\xab\xca\x92\xe0\xee\x43\x70\xbb\xd4\x75\x8d\x18\x1d\x95\x1b\x98\x34\x91\xc0\x92\x3a\x7b\xa2\xae\xef\xc5\x42\x57\x35\x64\x74\x34\x2c\xab\x6a\x38\x0c\x5d\x77\xef\x30\x90\xde\x08\x3b\x0b\x64\xf9\xe9\x63\x34\x7b\x9d\x89\xc4\xcf\x62\xc9\x1c\xc3\x86\xf4\x46\x8c\xf4\x46\xd0\x75\x5d\xd6\x75\x55\x85\x0d\xa7\xa2\xbb\x5f\x9f\x87\x9d\xdb\x30\xbe\xf1\x43\x59\x85\x44\xba\xd0\x95\xe5\x65\xf1\x83\xb3\x90\x35\x08\x6e\x8c\xc4\xfe\xf0\x96\xc0\x5c\x9f\x5c\x3d\xae\x84\xe6\x9f\x44\xc7\x6a\x05\xa9\xba\x76\xf2\x5b\x79\x81\xb6\x55\xde\x39\xef\x76\xb0\x91\xed\x1e\x1c\x1d\x23\x2f\x45\xd4\xc3\x27\x47\xfb\xd0\x4e\x90\xc0\x4f\x36\x1a\xb5\x34\xff\xba\xdf\xa6\xc4\x45\x9e\x6c\xf8\xe0\x60\xe9\x86\xcb\x26\x37\xf7\x22\x49\x83\x38\x62\x16\x75\x3c\x87\x10\x6b\x77\x62\x45\xeb\xbb\x1b\x91\x94\xac\xd4\xf5\xb5\xb0\x6d\x74\x7d\x2d\x78\x82\xcd\x80\x0e\x0e\x5a\x3e\x20\xd2\x6b\x1e\x10\x64\x92\xf5\x0d\x16\x48\x8e\x09\x0a\x81\x7f\x56\xde\x86\xa5\x0f\x41\x36\x5b\xa2\x08\x6f\x66\x7e\x2a\x5a\x84\x99\x2f\x45\x1d\x49\xc1\x34\x0a\xcd\x59\x66\x90\xe0\xdd\x89\xca\x4d\x0f\x73\xcb\xf6\x0e\xf2\x4b\x56\x52\x97\xe8\x36\x95\x80\xa0\xb1\x0c\x04\xe5\xc5\x56\x4d\x22\x65\x72\x9a\x2b\x12\x28\x44\x6b\x4a\xce\xba\x21\x3d\x46\x7a\x72\xb6\x0e\x00\x46\x39\x43\x6d\xc9\xb0\x61\x84\x0e\xab\x1d\xb4\x73\x75\x06\x2d\x53\x28\xee\xd9\x37\x3b\xb0\x7c\x0b\x36\xb7\xa2\x72\x71\x5f\x16\xdb\xed\xb0\xe3\xef\xb0\x5c\x29\x49\xba\x10\xd9\x81\x03\x48\x53\xd9\x7f\x10\xc9\x5f\x8a\x9d\x79\x3c\x53\xbd\x87\x80\x27\xfa\x86\x1f\x45\x46\x95\xe2\x32\x14\xf2\xcb\xb1\xbd\x9a\xf3\xcf\xe3\xbd\xfc\x48\x60\x7d\x59\xb2\x51\xc4\x13\xe4\xdb\x92\x1e\x80\xab\xa2\x3f\x54\xf7\x47\xb2\xd5\x81\xfc\x1d\x60\x88\x65\x7a\x0f\x83\x2f\x7f\xbb\x18\xf6\xb6\x55\xa8\x4b\xaf\x61\x06\x73\x58\x72\x61\xa7\xce\x2b\x58\xa8\xdf\xef\x60\xa5\x7e\x3f\xc2\x9d\xfa\x7d\x0f\xf7\xea\xf7\x1b\xb8\x55\xbf\x3f\xc1\x0d\x5f\x8c\x23\x16\x4d\xb2\xe9\x76\x8b\xe4\x0f\xdf\xec\x30\x3c\xf2\x9b\x52\x46\x0e\xd7\x7c\x31\x4e\xd8\x6a\x9c\x4c\xb2\x29\x43\x89\xca\xbb\xd9\xe1\x32\x87\xba\x6f\x58\xb7\x82\xa8\xb5\xb0\x6d\x14\xf2\x0c\x43\x88\xd1\x8c\xb7\x97\xb6\x7d\x9d\xdf\x6e\xb5\x39\xbf\x9e\xac\xa7\xd8\xb6\x7d\x74\x03\x6b\xbc\xdd\xa2\x39\x9f\x8d\x65\x1a\x0b\x27\xeb\x29\xdc\x4c\xd6\x53\xbe\x68\xbc\x9f\x94\x99\xc6\x32\x13\xbb\xb7\xed\xd9\x38\x40\x73\x48\x30\xbb\xb5\x6d\xf9\x81\xf3\xf9\xb8\xba\x18\xfa\xe2\xa3\x94\xb3\x6b\xa1\x53\xb0\x50\xf2\xa8\xaa\x68\x5b\xe0\x8d\x39\x73\x07\x52\x72\x7d\x04\xdd\xfc\x88\x44\xe2\xa1\x25\x4e\xea\xc7\x52\xa5\xa1\x0c\xef\x9d\x3f\x93\x2c\x4f\xe6\x7e\x4a\x45\x8c\x23\xaa\xb7\x8a\x95\x53\x53\x5e\x22\x14\x93\xcb\x45\x65\x29\xb2\x1d\x9a\x63\x76\x57\x9d\xa4\x02\x4a\xcd\xc7\x01\x7a\x65\x52\xd5\xd9\x85\x39\x66\x73\xb8\xb3\x6d\x84\x6e\x9c\xfb\x20\xc9\xd6\x7e\xb8\xdd\x96\xcf\x72\xa9\xb1\x9c\xc0\x39\xc8\xcd\xf0\xc1\xb6\x1f\x6d\xbb\xfd\x38\x59\x4f\x6d\x3b\x46\x8f\xb0\x86\x39\xc6\x78\x77\x92\x3a\xaf\x38\x81\xd4\xf9\x8e\x53\x48\x9d\x8f\xbc\x07\xa9\xf3\x9e\x0f\x21\x75\xbe\xe1\xc4\x83\xd4\xf9\x89\x77\xe5\x97\x1f\xb8\x27\x3f\x7d\xe0\x84\x0e\x2b\x18\x29\x2d\xd0\x10\x91\x9c\x1a\x98\xa3\x20\xa9\x7e\x90\x3c\x84\x84\x10\xf4\x00\xe7\x36\x1f\xb4\x2c\x79\xcc\xef\xcf\xdb\x02\xe1\xdd\xcc\x97\xcb\x57\xc8\xf7\xdb\xee\xce\x60\x1c\x7a\x80\x79\xf7\x01\xbf\xb5\x8e\x8c\xae\x4c\xb9\xcf\xb4\x96\x99\x6d\x1b\x6d\xb3\x37\x7e\xb6\xe4\x5c\xfe\x1f\xeb\x14\xd6\x54\x28\x15\xe1\xc2\xb6\xe5\xff\x6a\x01\xf9\xce\xf2\xe5\x40\x56\xe5\xae\xd8\xc2\x08\x37\xe1\x98\x5b\x85\x63\x6e\x0b\x1c\x43\x0f\x70\xbd\x51\xd4\xda\xed\x29\x1e\x1d\xc1\x37\xe5\x4d\x95\x86\xe4\x32\x29\x9f\x9d\x03\x3a\xa0\x80\x3f\x03\x03\x0f\x87\x55\x58\x27\x10\x19\xe2\x71\x0d\xea\x04\x95\xea\x17\x1a\xbd\x21\x02\x01\xc6\x3b\x76\x70\x09\x60\xf6\xbc\xba\x17\x05\x85\x9f\x89\xe4\xad\x41\x72\x8a\x92\x91\x60\x74\x28\x3b\x75\x40\x24\xd4\xb0\x04\x19\x62\xdb\xfe\x13\xd8\x42\x20\x32\xc2\xc8\x9a\x07\xf7\x16\xfe\x5a\xbc\xa1\xbb\x47\x24\xa3\x0e\x39\x0e\xa1\x07\xa4\xc4\x53\xb8\xe0\x50\xe2\x3e\x8e\xd6\x61\xd8\xe6\x5c\xb0\x86\xb3\x9b\x13\x4a\x74\x8f\xae\xc8\x2f\xfe\x14\x4a\xe8\x6b\x94\x40\xfb\x06\x25\x8c\x24\x4a\x68\x1c\xf4\x49\xe2\x2c\xcc\xa2\x35\x7e\x3f\x58\xa2\x60\x81\x64\xe7\x21\xe3\x31\xca\xa0\xed\x62\x90\xe4\x06\x04\xb8\x3c\x70\x2d\xdf\x64\x36\x87\x2e\xc5\x9b\x9d\xa4\x13\x6f\x45\x66\x05\x51\x2b\xd9\x6e\xad\xd4\x3c\x1e\x90\x6c\xd6\x0b\xa5\x5f\x13\x27\x9a\x6c\x2b\x14\xd7\x4a\xb2\xcd\x52\x2c\x8d\x2a\x6d\xdb\xc8\x5c\xa1\xab\x34\x6c\x76\x4c\x9f\x91\x3e\x98\x7d\x23\x39\x70\xa0\x92\x6c\x97\x73\xf6\x04\x75\xd1\x74\x1e\x36\x22\x5a\xdf\x89\xc4\xbf\x09\x05\x6b\x23\x62\x0b\x0c\xb3\x38\x5a\x04\xb7\xeb\x3c\x8d\xca\xb4\x87\x24\xc8\xcc\x7b\x4f\xbe\xab\xce\xb0\xac\x00\x30\x4f\x91\x14\x47\x4f\x64\x41\xd4\x16\x54\x5f\xae\x6d\x28\xf1\x53\x13\x58\x47\x11\x17\x4e\x16\x6b\x5e\x43\x9e\x80\x04\x05\x3c\x32\x27\x1a\x17\x15\xa9\x0a\x8e\x94\x56\x3d\x7f\xb7\xf8\x42\xe1\xf6\xff\xbb\xe6\x0f\x96\xfc\xa5\x1f\xfd\x35\x6b\xcd\xe2\xe8\x5e\x24\x99\x21\xd3\x5b\x59\xdc\x5a\x25\xc1\x5d\x90\x05\xf7\xa2\xa5\x97\x1c\x57\xe9\xf5\x6e\x8d\x30\xca\x71\xb9\x40\xd4\xc5\x27\x19\xca\x9c\xef\x60\xa3\x59\x1b\xa6\x48\xa5\x9d\x22\xf2\x5c\xa6\xc4\x54\x8c\x52\x59\x03\x39\x3c\x41\x05\x82\x9d\xf4\xa6\x13\xd2\x53\x57\x33\x1a\xff\x26\x55\xe4\x5b\x12\xac\xdd\x23\xd8\x43\xa0\xde\xd3\x8b\x9b\x83\xf5\x9a\xbe\xd5\xdb\x3c\xad\x91\x9d\xc9\xf2\x23\xd0\x51\xfb\xbc\xe7\xb1\x9e\x9a\x89\x23\xd0\x5f\xc2\x01\x17\x23\x6b\x1d\xa5\xb3\x78\x25\x37\x68\xaa\x54\xe6\xb4\x18\xa4\x24\xc9\xb4\x0e\x58\x34\x49\xa6\xb6\x2d\xd0\xc0\xc5\x28\x82\x44\x5d\x31\x36\x83\x2d\x99\x73\x22\xa6\x5c\xa2\x50\x79\xda\x5c\x46\xfa\x2e\x0c\x5c\x36\x50\xc2\x98\x03\x84\x51\x13\x2c\x14\x5d\xa3\x03\x8c\xda\xee\x53\x1c\x50\x8e\x08\x3b\x28\x1a\x27\xaa\x2a\x43\x73\x31\xa2\x76\x02\xa1\x03\x46\xe8\x40\xb6\xf9\x04\x3e\xa8\xaf\xb0\xa1\xef\xda\x48\x54\xc9\xbb\x0c\x57\xb4\xda\x22\xdb\x56\xba\xbc\x87\x3c\x6c\xd2\xb1\x58\x2b\x88\x66\x71\x92\xc8\x1d\x1a\x44\xf7\xf1\xcc\x3f\xc2\xc7\x76\xbd\x2f\x6d\xae\xfe\x13\x9b\x4b\x41\xb0\xc1\x88\x0d\x24\xd4\xea\x3e\x2d\xaa\x29\xd9\x49\xd7\x30\x04\x5d\x03\xfe\x49\x77\x54\x9d\xdf\xc9\xd4\x99\xc5\xab\xc7\x9f\x82\x6c\x19\x44\xfb\x6a\xa2\xfa\x72\x30\x31\x37\xb1\x3e\x0f\x50\x5c\xe8\x81\xa4\x5c\x66\xf2\x31\x84\x5c\x12\xc9\x3e\x86\xf5\x81\x6a\xc4\x05\x1d\x97\xc3\xa3\xd3\x5c\x13\x68\xa6\x48\x1c\xe7\x2e\x88\x10\x2a\x38\xd9\xf5\xd8\x67\x11\x5a\x83\x8f\xf1\x69\x08\xfe\x69\x8a\x61\xce\x89\x62\x0d\xc2\xf3\xd4\xb6\xd3\xf3\xb0\x33\xb3\x6d\x34\xe7\xa7\x04\xc2\x0e\x9f\x9d\x12\x48\xd5\x0f\x3e\x9b\x9d\x9e\xb6\x2e\xdc\x33\x1c\xca\x25\x8a\xc7\xf1\x24\x9d\xf2\x78\x12\x4e\x99\x51\x54\x97\x09\x32\xf3\x5c\x16\x9c\xe7\xab\x12\xab\xfd\xd2\xed\x33\xd2\xed\x03\xe9\x8e\x18\xe9\x8e\x80\xf4\x5c\x46\x7a\x6a\xcf\x1e\xe0\x85\x3f\x37\xc3\xcd\xaa\xe9\xf9\xa4\xc6\x3c\xa8\x28\x10\xfb\x07\x53\xa8\xe6\xd9\xbf\x20\x95\x89\x24\xc5\x44\xc6\x72\xf6\xfd\x23\xb3\xbc\xe6\xc5\xdc\x86\xe3\x98\x45\x28\x84\x18\x9f\xad\x2f\xd2\x33\x9c\x4d\xd2\x4e\x67\xca\x45\xc1\x2e\x7c\x61\x26\x8e\xe2\x2a\xd2\x1d\xe6\x83\x1f\xe5\x83\xef\x7f\x81\xcb\xad\x70\x56\x31\xf8\xba\xae\x14\x42\x39\x23\x72\x0f\x45\x28\x2c\xa6\x63\xc6\x03\xe4\xc3\x5a\x5d\xc6\x0b\xdb\x8e\xdb\x3c\xd6\x73\x78\xb6\xbe\x98\x9d\xe1\x60\x81\x50\xca\xc3\xc9\xac\xd3\x99\xe2\x36\x4f\x71\x41\xc5\x8b\x30\x15\xad\x22\xe3\xac\xd3\x51\x79\xc5\x76\x3b\x93\x3b\x24\xc4\xb6\x1d\x4e\x66\x53\xce\x79\x71\xc5\x2f\xbf\x6d\xb7\xae\x99\x91\xb6\xb0\xed\x53\xb2\xab\x4f\xcb\x90\x91\xee\x30\x9f\x9e\xdd\x14\x7a\x47\xb9\xf0\xbe\xe1\xc2\x07\xf9\x8e\x90\x7b\x24\xce\xa7\x49\xf2\xe1\xbd\xee\x71\x3c\xa0\x26\x84\x13\xce\x05\x84\x9c\xca\x9f\x35\xef\xca\x9f\x19\xef\xc9\x9f\x39\xf7\xe4\xcf\x92\xf7\x95\xc2\xe7\x1c\x16\x3c\xdb\x6e\xfd\x93\xc3\xf9\xf5\x61\x55\xee\xb9\x3b\xb8\x87\x5b\xb9\xdb\x30\xdc\xf0\x08\xdd\x4a\x36\x3d\x41\x3e\xac\xa0\x8b\xe1\x9a\xc7\xe8\xa6\x98\xf7\x07\xee\xc2\x25\x4f\xc7\x0b\x94\xc1\x35\x66\xa1\x7a\x70\xb1\xd9\x59\x67\xd7\x17\x0f\x67\x0f\x66\x4e\x97\xdb\xed\x83\x9c\xd3\x1b\x6c\xdb\xe8\x9e\x3f\xa2\x3b\x7e\x33\x79\x98\xc2\x03\xdc\x62\x10\x58\xe6\x49\xf1\xe5\xe4\x61\xca\xef\x4f\xd4\xaa\x04\x0b\x74\x8f\x0d\xdf\x2c\x0c\xa3\x9c\xcb\x92\xda\xae\xe6\x86\xfb\x39\x37\x7c\xa7\xdf\xbd\xfc\xfd\x21\xe7\x96\x2f\xb5\xc2\xf4\x9d\xd6\xa9\x96\x95\xce\xf2\xd5\x27\xf9\x44\xcc\xc7\xa7\x84\xad\xb7\xdb\xd9\x78\xc6\x2e\xcd\x5a\xd6\xb6\x36\xf4\xba\xac\xd7\x85\x3e\x65\x7d\x0a\x83\x3e\x1b\xf4\xe5\xaa\x1e\xb0\x92\xf9\xaa\x76\x89\xd9\xeb\x72\x35\x03\xb3\xbc\xf1\x53\x07\x1e\xe4\x12\xa4\x10\xe2\x8d\xc2\xd3\x46\x7d\x44\x12\xca\x72\x67\xaf\x25\x84\x8b\xd1\xba\x98\xf6\x25\x0f\xc7\xf3\x53\xc2\x5c\x58\xf0\x50\x76\x9e\xc8\x8d\xef\x9f\x53\xac\xb6\xf2\x99\xc2\x52\x4b\x39\xdb\x33\xbc\x49\xf9\x6c\xb2\x9c\xc2\xb2\xc3\x17\x27\x37\x89\xf0\x3f\x49\x6a\x5a\xbe\x41\x38\x5e\x9e\xbb\x6c\x7e\xce\x97\x87\x84\xf4\x07\x31\x5f\xcf\x94\x6a\xba\xb8\x5b\x65\x8f\x2d\x5f\xa2\xfd\xd6\x43\x90\x2d\x5b\x51\xdc\x0a\xa2\x20\x0b\xfc\xb0\xa0\xac\x54\xb3\xe1\x78\x79\xc1\x5d\x36\xbf\x58\x9e\xc9\xea\xb1\xee\x80\x6d\xa3\x94\x67\x28\x05\xdd\x0b\x58\xe3\x02\xdb\xa5\x4d\x53\xdd\x25\xac\x4b\xca\x49\x3e\x4a\x20\x0d\x46\xe6\xe8\x0c\xcc\xd1\x51\xd4\x4a\xba\x12\xb3\x40\x52\x2a\x47\x40\x8b\x82\xa9\x79\xfb\x32\xc5\xb6\x1b\x24\xd0\x28\xe3\xc2\x99\xc5\x51\x9a\x25\xeb\x59\x16\x27\x78\xbb\xcd\xda\x5c\x93\x3e\xb6\xdd\x8e\x50\x45\x6c\x82\xb7\x5b\x94\x19\x08\x8a\x41\x2e\x9f\x6d\x1b\xbd\x78\x94\xf1\x6c\x12\x4c\x65\x1b\x45\x8e\xaa\x48\x76\xac\x2a\x64\x59\x8d\x10\x1a\xb0\xc1\xa0\x40\xde\xbd\xa3\xc4\x59\x8f\x1e\x87\x0b\xa5\x3c\x48\x09\x81\x31\xd2\xfc\x78\x8f\xb2\x9e\xa4\x5c\x7b\x5f\x47\x63\xe5\xbb\x78\x60\x00\xf6\xa0\x27\x37\xf1\x64\xaa\xd5\x93\xc1\xe7\x9b\xdd\xbe\x84\x30\x31\xe4\x91\xa4\x6e\x5a\x3e\x2e\x41\x4a\xc4\x27\x53\x08\xb8\x7b\x16\x9c\x67\xca\x90\x22\x9a\x04\x53\x6e\xf9\x13\xab\x13\x74\xac\xa9\x75\xe2\x4b\x46\xac\x94\x62\xbc\x02\x5f\xe9\xfb\x15\x72\xad\x57\xc8\xea\xe4\x96\x0e\x60\xe1\x8e\x85\xad\x42\xc6\x25\xcb\x22\xa1\x44\xd4\xe5\x8c\x14\x02\xaa\x9b\x20\x9a\x57\xc9\x95\x9c\xd6\x2f\x89\x95\x58\x73\x19\x05\x6a\x04\x22\xb1\xe5\x9e\x92\x6e\xc2\x7d\xb9\x23\x66\x7e\x86\xf6\xf3\xe3\x9a\x86\x7e\x95\x32\x0c\xc7\x29\xca\x20\xb7\x22\x81\x04\xb3\x40\xc9\xe7\x44\x29\x80\xab\xef\x25\xdb\x46\x61\x45\x22\x57\xfd\x04\xa1\x5c\x43\x73\x3a\x7a\x6c\xd0\x2b\x37\xc9\xd1\x4b\x8f\x9e\x11\x3a\xeb\xb3\x91\x73\x57\x57\xfe\xad\x25\x97\xd4\x7a\x91\x8f\xc0\xe2\x3c\x69\x10\x75\x14\x23\xdc\x21\xfc\xe4\x81\x92\xf8\x39\x1f\x50\x69\x62\x30\xb6\x7e\x28\x84\x58\x2c\x37\x15\x19\x5b\x6f\xd7\x61\x68\x31\x2b\x55\x7d\x29\xf9\xbf\x78\x6f\x13\x57\x04\x02\x92\x4b\x37\xc2\x80\x04\x6f\x76\x3b\x94\x19\x69\x84\x04\x90\x11\xc6\xe3\x98\x05\x63\x79\xf2\x98\xf5\x2e\x97\x86\x20\x5f\xd1\x09\xb8\x51\x82\x99\xa9\x15\x14\x62\x5c\x99\x02\xe6\x57\x8f\x61\xce\x1d\xf5\x8e\xdc\xeb\x6c\x76\x05\xb3\xfa\x34\x11\x93\xcb\xc4\x72\xf3\xa2\x21\x9c\x92\x5c\x3a\xd6\xfb\x3a\xd2\x7c\x34\xc0\xce\x42\xad\xe3\x28\x17\xd6\x13\x83\x50\x24\xfd\x20\xa9\x04\x49\x51\xa6\x5c\x20\xcf\x93\x5b\x57\xa0\x61\x57\x52\x48\x02\x0d\xfb\x12\x83\x48\x7e\x89\x48\x1c\x22\x50\xdf\x93\xd8\x43\xa0\x11\xc5\xce\xc2\x4f\xb3\xbf\x89\x47\x50\x12\x9c\xde\x00\xc3\x8a\xcf\xc7\xd6\x75\x2a\x17\x27\xf8\x4d\x58\x70\xd7\xa4\x64\x0d\x11\x5f\x4a\x1c\x25\x99\xd0\x57\x96\xe4\x78\x70\x69\xf8\x19\x4c\xa2\xa9\xa2\xc4\x13\x2e\x9c\xeb\xc5\x59\x72\x96\xf0\xc4\x89\x24\x72\x4f\x9c\x4f\x95\x5b\xa8\xa4\x7a\x56\x37\xb7\x22\x7b\x59\x42\xdb\xba\xd0\x28\x84\xb5\x6e\x59\x8e\xa3\xaa\xf7\x2b\x59\x22\x24\x60\x06\x19\x58\xd7\x81\x85\x41\x38\xd7\x19\xcf\xe4\x4f\xc0\x23\x6d\x93\x2a\x5f\x16\xb9\x31\xaa\x70\xae\xc3\xe2\x79\xb2\x9a\x72\x17\xb4\xa8\x2c\xb1\xed\x14\x25\x10\x82\x98\xac\xa7\xf2\x70\x96\x27\x3a\x40\xb3\x8a\x54\x7c\xa3\xf4\x5c\x59\xa3\x05\xc7\xc2\x58\xee\x60\x50\x63\x0f\xe4\x82\xc9\x29\x88\xce\x22\x1e\x39\x11\x8e\x9c\x84\xb7\x5d\x88\x9c\x95\x6d\xa3\xc8\x59\xf1\xc8\x59\x39\x51\x81\x38\x0c\x03\x92\x4c\x22\x27\x98\x9e\xa8\x6e\x1f\xf6\x77\x67\xb2\xb1\xfd\x13\x98\x54\x9a\x8f\xf8\x1d\x92\x20\x46\xae\x50\x54\xa8\xf3\x3b\x11\xc4\xb2\xc9\x93\xbc\x21\xb5\x58\x4e\x30\x05\xd3\xb1\xd8\xb6\x51\xec\x44\x3c\xc0\x10\x28\xdb\xbb\x15\x8f\x31\x24\xb2\x23\x92\xa9\x45\xea\x29\x50\x29\x61\x91\x12\xaa\x3c\x93\xd5\xf4\xf4\x74\x97\x8b\xcb\xa3\x1d\x2c\xe2\xe4\xd2\x9f\x2d\x6b\xdd\x2c\x3a\x58\x5a\xe3\x41\xc4\x63\xc9\x1a\xee\x33\x83\xcd\x3c\x4c\x17\xcb\xcd\x34\x4e\x9c\x88\x69\x9b\x9d\xc5\x99\x22\x77\x22\x94\x38\xf7\x90\x38\x9f\x94\xf5\x05\x3e\x4b\x6c\x3b\x71\x92\x33\x2c\x77\xde\x6a\x07\x4b\x3f\x65\x87\xe7\xb2\xdd\xbe\x43\xe5\x94\x09\xbc\xdb\x61\x98\xdb\x76\x52\x5b\x6e\x73\x0c\x8e\xc8\x71\x8b\xe2\x93\xd5\x54\x16\x9f\x29\x45\xf8\x03\x89\xa7\x91\xbb\x41\xcc\xef\xd4\x29\x2a\x98\xca\x71\xec\xdc\xf3\x84\x21\xb5\xcc\x31\xdf\x04\x2c\x90\x27\x4b\x09\x45\x3f\xb1\x0c\xee\x59\x02\x2b\xa6\x76\x51\x08\x51\x3e\x0b\x89\x32\x34\x97\xfb\x43\x59\xc7\x5d\x2f\xe4\x0a\x44\x6a\x4b\x45\xf2\x51\x6e\x94\x4e\x07\xf4\xd1\x94\x0b\xa9\x4e\x65\x30\xe5\x31\xc6\x20\x76\x70\x2b\xb2\xcb\x28\x4b\x1e\xd9\x1d\xa4\x22\xfb\x98\x25\x71\x74\x7b\xd0\x67\x25\xc3\x87\xbd\xc3\xa6\x27\x3d\xe3\x0b\x6d\xcc\xa9\x5f\x0b\xa3\xd8\x62\xab\xee\x70\x4d\x19\x7d\xcf\xc4\xe9\xfa\x13\x18\x5b\xa1\xeb\xf0\x2c\xb3\xed\x4c\xae\x54\x26\x11\x5d\xcd\xca\xed\x3a\xcb\x8d\xaa\xae\x43\x9e\xf1\x6c\x9c\x15\xab\x9e\x39\xd7\x0b\x3c\x5e\x23\x17\xac\x4f\xe2\x51\xa2\x2e\x31\xce\x9c\x4f\x4c\x0b\x76\xf3\xf7\x7b\x36\xc9\xe4\x8e\x70\xee\xa7\x98\xa1\xbc\xeb\x39\xc3\x8b\x94\x29\x09\x24\x63\xcb\x28\xe1\x58\x45\x71\x68\x2b\xcb\x13\x98\x29\xa2\x49\x62\x04\xd2\x67\x84\xf4\x81\x50\xc2\x08\x25\x40\x7a\x03\x46\x7a\x03\xe8\xf6\x59\xb7\x6f\x58\x82\xbe\xc7\xfa\x1e\x78\x1e\xf3\x3c\x18\x76\xd9\xb0\x0b\xc3\x3e\x1b\xf6\x61\x44\xd9\x88\xc2\xc8\x63\x23\x0f\x46\x03\x36\x1a\x48\xa0\xff\x95\xd2\x02\x09\xe2\x23\x03\xa9\x6f\x45\xf6\x93\xf0\x3f\x29\xd8\xdf\xf5\x34\xe8\x1f\x8c\x9a\x41\xbf\xe4\x39\x24\xe8\xf7\x46\x06\xf4\x4b\xc8\x3e\xe7\x21\xea\x2b\xbe\x01\x79\x18\x16\xdc\x85\x55\x13\xb2\x92\x5b\x4d\x6f\xab\x50\x29\xaf\xdf\xe1\x5d\x15\x09\x98\x3d\xe0\xf3\xc9\x74\x07\xf7\xcd\x44\xe7\x1c\x09\xc7\x6f\x54\x40\x17\x13\x57\x32\xd2\xd9\x0e\xe3\xdd\xc9\x5d\x85\xca\xa9\x9f\xaf\x82\x40\xbb\xd7\xe7\x4b\x03\xb2\x02\x71\x64\x13\x32\x3d\x7e\xa8\x8b\x32\x3b\xb9\xbb\x59\x13\xe6\x2e\xab\x4d\xc6\xc9\x84\x4c\x79\xa6\x37\x96\xaf\x19\xc5\x89\x80\x6c\x8a\x8f\x02\xda\x4c\x1e\x51\x95\xbd\x32\xc6\x72\xf4\x99\x1e\xa3\x28\x31\xc8\x7f\xcc\xed\x26\x7d\x65\x6a\x3c\x13\x28\x93\xf4\x65\xbb\xfd\x1f\x25\xd9\xff\x95\x38\x30\xc8\xef\xde\xe7\xcd\x38\x70\xde\x88\x03\x17\x9d\x4e\x0d\xe7\xd5\x90\x5d\x00\x62\x12\xee\x21\xbb\x04\xcd\xab\xc8\xae\x61\x0a\x24\x75\x1f\x97\xd7\x0a\x6d\x62\xf6\xab\xfc\x98\x4b\x44\x24\xed\x97\x8c\x57\x68\x96\xc3\x47\xec\xe8\x9a\x90\xc0\x2c\xb1\xed\x35\xca\x41\x46\x80\x6d\xbb\xc0\x7b\x26\xa9\x61\x71\xff\x64\xa3\x4b\x3f\x6d\x68\x51\x01\xfa\xe3\x90\x3a\xe6\x11\x52\x92\x8f\xb6\x5b\xab\x3b\x1e\xaf\x14\x0d\x27\x32\x75\xe5\xce\xe2\x89\x9c\x62\x7d\xcd\x08\xeb\x45\x9a\xc5\x89\x60\xab\x1a\xbc\xa8\xc1\x89\xae\xc7\xba\x1e\xf4\x5c\xd6\x73\x0d\x9c\xf0\x46\xcc\x1b\x69\x1a\x5e\xc3\x09\x09\x1b\x0e\xe4\x67\x8d\xb0\xc1\x33\xb2\x34\xcf\xcd\xc9\x41\x03\x13\x14\xd0\xf0\x35\xd0\xa8\x01\x05\x09\x24\xd6\x06\x68\x48\xa0\xe0\x51\x4d\x0e\x0e\x7b\x9a\x1c\x24\x94\x62\x45\x07\x0e\x8e\x8a\x9b\x60\x05\x4a\x30\xa4\xe7\xe9\x86\x27\x13\x31\x85\x47\x7e\x03\xd7\xfc\x7e\xac\x6e\xe4\x98\xe5\xcf\xe7\x16\x3c\xf0\x47\xdb\xae\xdc\x10\xc0\xa5\xe4\x14\x3f\x1f\x72\x0d\xfc\x41\x99\xeb\xa1\x07\x10\x60\xe9\x7d\x60\x69\x63\xf2\xa5\xaf\xe1\x78\xc3\x11\x47\xb7\xb6\xdd\x56\xb6\x73\x12\x79\x68\xcd\x21\xb9\xe2\x9a\xe3\x70\x99\xc0\x3b\xa6\xae\x0a\x9b\xcb\xb7\xf2\xe2\x63\x7d\x28\xd8\xd1\x3a\xe4\x58\x8e\xd4\xd1\x5c\x46\x6d\xb1\xda\xa5\x74\xf2\x74\x09\x48\x4c\x19\xbc\x6b\xbe\x54\x6b\x3d\xda\x36\xba\xdd\x6e\x1f\x1c\x43\x50\xd9\x76\x7b\x56\xbb\x93\x46\x12\x4a\x3f\xe2\x5c\x97\x14\x61\x27\x12\x9f\x33\x24\x0f\x35\xd6\xb3\xfc\x4e\x01\xf2\x47\xf8\xc8\xdf\x4d\xae\xa7\xe8\x76\xbc\xd9\xb1\x53\x17\x08\x6e\xf3\x77\x70\xc5\xeb\xd5\xbd\x53\x87\x86\x28\x7b\xb9\x37\x7c\x8e\x6a\x60\x5c\xd5\x83\x14\xc0\x80\x17\xbc\x7d\x6b\xdb\xf5\xc2\x25\xa6\xd7\x2d\x66\xbc\x7f\x96\x9d\x9e\x9e\x61\x21\x1b\xce\x4a\xd2\xa7\x2d\x54\x33\xa7\xae\x82\x3d\x6f\xb6\x5b\x84\x1e\x79\x56\xa9\xcb\xd0\x20\x19\x3c\x4a\x30\xad\xe5\x07\x0b\x35\xd4\x1b\xc8\xe0\xb1\x80\x57\x35\x80\x76\x0f\xd1\xe4\x7a\x0a\x11\x86\x48\x8e\xbe\x82\x5f\x1e\xe0\xa1\x2a\xcc\xe1\x8f\x18\xd0\xd5\x76\xfb\x42\x72\xdb\x9f\x51\xbe\xf3\x30\x7c\x46\x6a\xe3\x61\xb8\xb7\xed\xcf\xfa\xbe\x19\x63\x40\x2f\xb6\xdb\x8f\x58\xa6\x5c\x63\xb8\xb5\xed\x07\x6d\xec\x56\x40\x2e\xf3\xae\xc5\x8b\x8f\xfc\xce\xa9\x03\x72\x94\x81\x80\x7b\xb8\xc6\x10\xa3\xea\xa1\x58\x61\xf0\x9d\xb7\x97\x97\xdf\xf2\x76\x2e\x4b\x6e\x2d\x91\x1c\x30\x5c\x4e\xc4\x94\x3f\x42\x84\x22\xe7\xbb\x4e\xe4\xfc\xd4\x89\x9c\x57\xcf\xd0\x63\x9b\xdf\x60\xb8\xc4\x70\xbb\xdd\xde\x39\x05\xed\x26\x8b\xc0\x3d\x86\xc7\x1a\xec\x21\x1e\x23\xc4\x03\x42\x29\x23\x94\x1a\x18\xe4\xb9\xcc\x73\xc1\xa3\xcc\xa3\x39\x0c\x1a\x32\x6f\x08\x83\x2e\x1b\x74\x0d\x24\x1a\xf6\xd8\xb0\x57\xc0\xa3\xbe\xfb\xa5\x6b\x28\xef\x89\x6b\x28\x8f\x11\xc9\x42\xf7\x0f\xe4\xa4\xc7\xb8\x5c\x2d\xab\x78\x42\xb1\x31\xc0\x1b\x25\x5a\x12\xe3\x52\x17\xc4\x85\x00\x63\xa6\x2e\xf2\x03\x3d\x07\x3d\x46\x48\xaf\xa0\xb7\xfa\xf4\x4b\x63\x18\x3c\x31\x06\xa5\x48\xa4\x84\x2e\xb2\xaa\x03\x69\x5c\x33\x78\x56\x42\xfd\x6f\xfd\xac\xa2\x50\x25\x77\xc5\x55\x70\x27\x20\xd8\xff\x90\xc5\xaf\x3f\xbe\xd3\x92\x04\x88\x1b\x89\xb2\x8b\xd1\x58\x30\xcb\xb5\x3a\xa2\xca\x34\x27\x0d\xca\x29\x96\xdb\x1d\xf6\x4f\xdd\xc1\x29\xed\x5f\xb9\x03\xe6\x7a\xac\x3b\x72\x46\xa3\xd1\xbf\x58\x6d\x1e\x68\x10\x24\x4f\x91\xec\x01\x3a\xed\xbb\x95\x3f\x45\x10\xe3\xed\xb6\x5d\xaf\x76\xbf\xd0\x5b\xff\xad\xca\x38\xae\xe6\x59\xa0\x76\x90\xbe\x0a\xa2\x20\x13\x28\x2a\x01\x1d\xce\xaf\xa0\x3f\xf8\xd1\x6d\x2e\x56\x7e\x1d\xdd\xfb\x61\x30\x6f\x65\xc1\x5d\x71\x2f\x5f\x71\x86\x01\x19\x57\x53\xf5\xc3\xd5\xcb\x57\xeb\x30\xfc\x59\x5b\x95\x26\x45\xe2\x9b\x20\x0c\x83\x54\xcc\xe2\x68\x9e\x2a\x37\x46\xd9\xb9\x3b\xb6\x4e\x2d\x96\x5d\x8c\x46\xa3\xd1\xd8\xea\x58\xcc\xb2\x0a\xe6\xbd\x83\x2c\x35\x3a\xab\xa3\xee\x11\xfd\x9b\x14\x49\xca\x40\x4b\x62\x82\xf1\xa9\xc7\x4e\x7b\xb8\x63\x9d\x5a\x9d\x18\x15\x4d\xc4\x51\xb6\x44\xb8\x43\xf6\x3f\xa8\x09\xc0\xb8\x63\x5d\x55\x53\xff\x29\x5e\x27\xa9\x4a\x66\xb5\x5a\x82\x68\x9d\x89\x86\x0f\x1f\xf3\xce\xe3\x8e\xe5\x58\x1d\x94\x5c\x8c\x46\xe3\x44\x2d\x6f\x8c\x12\x99\xfa\x2f\xd6\x8e\x05\x3b\xd8\xa8\x83\x2a\x77\xdd\x57\x8a\x6b\x73\x59\x5f\x8f\x3c\xa1\xe9\x9c\x8b\xdd\xda\x9c\x0b\xdb\x2e\xb5\x08\xd4\x9b\xf1\x27\xa0\x5e\x0f\x6f\x04\x5e\x17\x57\xd7\xcb\x20\xca\xca\x3b\xeb\x08\xe5\xa2\xd4\xb2\x3a\xa1\xaf\xd8\x7b\x84\x91\x1e\xd1\xc4\x8f\x1c\xc9\x57\x5d\xb4\x6b\x25\x21\x25\x2e\x6c\xe8\x85\xd1\xf6\xf0\xc3\xb0\x75\x27\xb2\x65\x3c\x6f\xc5\x51\xab\x65\x75\xc4\xc1\x1d\x7a\xff\x8b\x77\xe8\xc3\x27\x0e\xbe\xd2\xff\x29\x96\xa0\x41\x5b\xaa\x5e\xd5\xe8\x89\xaa\x94\x76\x97\x01\xb5\x46\x64\xdb\x7f\x42\x95\xc8\xaa\xe0\x2a\xa8\x2b\xe0\x41\x90\xbe\xcf\x01\xc7\xbb\x05\xac\x4c\xf2\xeb\xf4\xb2\xd0\x34\x82\x2c\xfe\x3e\x9e\xf9\xa1\x30\x20\x25\x97\x52\x82\x51\xce\xb1\x72\x8f\x47\x60\x19\xf5\xbf\xfe\xf1\x4b\x5b\xd7\xf0\xa0\xc4\xa5\x86\xd2\x74\x8f\xaa\xd1\xe7\x52\x75\x81\x95\xa0\x69\xa1\xed\xa2\x73\xa2\xc0\x87\x94\x4b\x1a\x1e\x42\x1e\x38\x0b\x58\x73\xf7\xac\x10\xf7\xac\xcf\x70\x98\x6b\x0e\xfa\x3c\x9d\xac\x3b\x9d\xa9\xa2\xee\x8c\xab\xa3\xfa\xe5\xb3\x4b\x19\x71\x29\x10\xb7\xcf\x88\xdb\x07\xe2\x7a\x8c\xb8\x72\x77\x79\x47\x6f\x59\x73\x7a\xb9\x9f\x5f\xc7\xe5\x97\xac\x92\x6e\xf6\x8d\x18\xf5\x49\x65\x67\xa3\xe6\xfc\xca\xa8\x39\x7f\x67\xd4\x9c\x3f\x1a\x35\xe7\xf7\x46\xcd\xf9\x1b\xb8\xe1\xab\x71\xc2\xee\xc6\x5a\x79\x59\xe9\x30\xf3\xcd\x0e\x37\x6a\x33\xc3\x23\x5f\x35\xe8\x44\x5f\xf3\x0a\x9d\xb0\xdd\x56\xa9\x06\xf9\xbd\xd4\x81\x5e\x95\x3a\xd0\x73\x8e\xd0\x8c\xb7\x17\xb6\x7d\x53\x51\x83\xbe\x99\xac\xa7\x78\x7c\xc3\x42\x3c\x59\x4f\x61\xc9\x25\xc9\x36\xf6\xb5\x4e\xf3\xfd\x11\xd5\x5e\xbf\x49\xb5\xf7\xc6\xb6\x63\x74\x03\x6b\xd0\x0a\xbc\x3f\x60\x78\x9c\xac\xa7\x6d\x3e\xb7\xed\x40\xe9\xef\x2e\x15\xd1\x74\x9d\x27\x22\xa5\x2e\x3d\xc7\xbb\x93\xc4\x99\xc5\x89\xe0\x11\xfc\x7f\xa1\xdb\x6b\xa8\x1a\x65\xf4\x62\x24\x2f\xe6\x58\x19\xed\x21\xef\xe8\x95\xac\xbe\x01\xb9\xf3\xb3\xd9\xf2\xe9\xbb\x41\xfe\xdc\x79\xae\x9c\x04\x59\xcf\x9d\xe7\xd6\x44\x4c\x51\x96\x2b\x22\x46\xb5\x4b\x89\x6c\x92\x4c\x79\x9b\x40\xfb\x30\x63\x80\x37\xb9\x15\x43\x4d\xcb\x49\xf6\xf0\x4b\xd4\x08\x25\xc7\x21\x49\xae\x21\xea\x3d\x4d\x87\x68\x2b\xe4\x8a\x24\xc9\x60\x86\x81\xd9\xfe\x92\x3e\x51\x97\x07\x86\x59\x94\x73\xa3\xb8\x45\x42\x86\x4a\x4f\xa4\x72\x8d\x0a\x6b\xde\x0e\x6a\x24\x81\x46\xd6\x72\x96\x0a\xa1\x91\xf8\x2c\x66\x87\x4e\x6d\x26\xa5\x5b\x4d\xe7\x36\x89\xd7\xab\x94\x6f\x7c\x66\x0d\xac\x9d\xe4\x99\xad\x81\x44\x33\x96\xe5\x24\x62\x15\xfa\x33\x81\x04\x58\x7f\x39\xf7\x2f\xb4\xb3\x8e\x86\xea\x9e\xa3\x31\xc3\xcf\x15\x81\x20\xdb\x3b\x39\x6c\xb6\xe0\xb5\x8e\xa8\xbc\xeb\x09\xb1\xfc\x9b\x1c\x06\x96\x38\x83\x2a\x47\x31\xb9\x6f\x40\xcb\x57\x8e\x63\x26\xee\xd4\xb6\xad\x1b\xfd\x4c\xa6\x3b\x74\x94\x2e\x9d\xeb\x4e\x2e\xb9\x2f\x41\xdc\xa2\x69\xca\x32\xbe\x29\x95\xee\x27\xcb\x69\x43\xc7\x07\x3b\x18\xb4\xb9\x95\xef\x25\x8c\x61\xc5\x17\xe3\xc6\xba\xda\x04\x12\xfe\xdc\x7f\x5e\xfa\x9e\x3c\x36\x19\xea\xce\x61\x1d\x86\x3b\xb0\xd4\xa0\xe5\x68\x84\x12\xde\x57\x59\xa2\xcd\x0e\x6a\x09\x93\xb0\xa9\x83\xc9\x0e\x43\x32\x59\x4e\x91\x65\x61\x68\x67\x3b\x9c\x2b\x7a\x28\xb5\xce\xc5\x76\xdb\x5e\x29\x3f\x6b\x6a\x41\x4d\x43\xed\xf5\x76\x5b\x6b\xb9\x3d\xd3\x83\xb8\x93\x7b\x68\xb2\x9c\xc2\x3d\x9f\xa3\x18\x96\xa0\x06\xbe\xef\xd9\xa5\x66\x29\x94\xe9\x51\x72\x9e\x8e\x17\xb6\xdd\x0e\xc6\x9b\x79\x1c\x09\xd6\x76\x8d\xce\xec\x5d\xcd\xfa\x88\xed\x7d\x35\x76\x46\x89\x52\x0f\x2c\xbe\x92\x9d\x9c\xe8\x5b\x7e\x3f\x71\xa7\x70\xc3\xef\x27\x64\x7a\x92\xa0\xdc\x10\xb0\x00\xd5\x02\x6e\x31\x44\xe8\x83\xb8\xbd\xfc\xbc\xaa\xa4\x2f\x81\x72\x9e\x8d\x1b\x45\xa1\x37\x85\x3a\xbc\x16\x49\xed\x1a\x44\x96\xf5\x4c\x78\x97\xcb\x9c\x0d\xff\x26\xc9\x10\x32\x84\xfc\x56\x32\x37\x2d\xee\xf7\x59\xbf\x6f\x38\xb9\x02\xf6\x7d\x35\x99\xd8\xb4\x8b\xf3\x53\x96\x93\x72\x19\x2f\xc9\x68\x61\xac\xfc\x6c\x1b\x65\x1d\x6e\xdd\x2a\x31\x63\x70\x1b\xc5\x89\x78\xe9\xa7\xc2\x24\x6b\xe9\xe3\xdd\x3a\xcc\x82\x30\x88\xf2\xd4\x3b\x95\xba\x8e\x82\x59\x3c\xcf\xd3\xd6\x2a\x2d\xcd\x82\xd9\xa7\x47\x93\xf4\x68\x61\x50\xe8\x3d\x27\x15\xbd\x03\x52\xb1\x71\x34\x83\x41\x5d\x47\x41\xa9\x4d\x55\x2f\x46\x35\xdc\x0f\xd2\x97\xea\xea\xfe\xe3\x2a\x11\xfe\x5c\x92\x49\x8d\x48\x40\x59\xcf\xa4\x10\x42\x81\xf5\x4b\xa9\x86\x92\x7e\xf1\x19\xdc\x72\x17\x6e\x78\xbb\xbd\x94\x28\x71\x09\x0b\xe8\xe2\xb3\xdb\xf3\xb5\x56\xb9\xb9\xd5\x4a\x63\xf2\x71\xc5\x6f\xc6\x37\x28\x9c\xdc\x4e\xe1\x16\x52\xcc\xd4\xd3\x9d\x3c\xb8\x11\x5a\x61\xdb\x46\x77\xbc\xc0\xd3\xe8\x8e\xaf\x26\xfe\x14\x8f\xdb\xed\x3b\x96\xa0\x15\xc6\x70\x67\xdb\xf3\x0b\x17\xdf\x73\xdd\xa5\x15\x04\x68\x55\xa8\xff\xdc\xc3\xfc\x94\xe0\x53\x72\x92\xbb\x89\xbc\xbf\xe0\x23\xd7\x1d\x90\xd1\x88\xf6\x7b\x83\x9e\x3b\x1a\x91\x03\xca\x19\x9f\x64\x93\xfb\x29\x5f\xed\xee\x3b\x9d\xdd\x6d\xa7\x93\x6b\x4f\xdc\xd7\x94\x70\xcc\x46\x33\x9a\x4e\x35\x5d\x14\xaf\x81\x9e\xce\x4d\x06\xfa\x86\x3e\x1c\x12\x73\x39\x61\x08\x2b\xc9\x94\xa4\xf9\xba\x84\x6a\x3d\x88\xc4\x29\x9b\x1d\xcc\xf8\x66\x77\x86\xaa\x86\x32\x7b\x27\x7f\x0e\x4b\xdd\xc0\x22\x17\x3d\xf2\xe5\xf8\x10\x28\x89\x1d\x0b\x25\xd4\xbd\xe1\x11\x92\x85\xb2\x31\x65\x04\xc3\x23\x77\x4f\x9a\xad\x4b\x6f\x9f\x32\xf4\x0c\x32\x4d\x46\xb7\x2d\xed\xd8\x07\xdd\x1a\x2d\x96\x05\x4f\x51\xee\x89\x0f\x9f\x2d\x2e\x1e\xcf\x1e\x8d\x62\xdb\x3d\xcf\xc6\x37\xc8\x47\x2b\x2e\x26\x8f\x53\x2c\xe1\xc8\x6a\x42\xa6\x98\xdd\x20\x95\x80\x39\xe7\xeb\xed\xf6\x9e\x73\x9e\xab\x9e\xb5\xee\x4b\xc5\xc3\x3b\x7e\x9b\xab\x08\x9c\xb5\xd1\x8a\xdf\x19\x11\x1e\x76\x24\x80\x3a\x33\x4d\x04\xe8\x0e\x6e\x60\xa5\x55\xec\x21\x3b\x52\x29\x76\xbe\xf9\x70\xf9\xe2\x6f\x7c\x0d\x89\xf3\xe1\xf2\xea\x87\x0f\x6f\xf9\xac\xb6\xba\x84\x91\xbe\xe1\xc7\xf2\x35\xf6\xd8\xc0\x83\x21\x61\x43\x45\x59\x1c\x68\x24\xd4\x6c\x73\x68\x0f\x23\x2b\xf2\xb3\xe0\x5e\x9c\xe6\xd9\x4e\xb3\xf8\xd4\x30\x95\x50\x90\x8e\x85\x22\xbf\x52\xb4\xee\x31\xa2\x8c\xaf\xbc\xe1\x97\x88\x1f\xfa\x04\xf1\x63\xf4\xee\xbd\xd1\x97\x2a\xe9\x3e\x51\x49\x97\xd1\xee\x6e\x2a\x81\xe6\x17\x2a\x79\x4a\x79\xdf\x48\x98\x94\x4d\x99\xb9\xfb\xcb\xa5\x4d\x83\xa3\x14\xa8\x37\x2c\x0d\x3f\xab\x62\x1c\xdb\x4e\x8a\x74\x63\xcd\x29\x99\x7f\x49\xd7\xca\xfa\xbe\x48\x2f\x3e\xa1\x08\xae\xcd\x57\x74\x07\xfb\x03\xd6\x1f\x14\x0c\xed\xe0\xa8\x5e\x59\xae\x56\x47\xa8\xab\xae\x3b\x9e\x10\xc5\xa9\xfb\x12\xf0\x79\x56\xa5\x1c\x72\xa4\xe1\xeb\xeb\xe7\x06\x1e\xc3\xb7\x6d\x14\x73\xbf\xa2\xda\xa4\xdc\x0b\x16\xaf\xb6\x9d\xa0\x18\xdb\x76\x64\xdb\xb2\xa9\x38\xb7\xcb\xa1\x2e\x23\xd4\x2d\xc0\xd1\xe0\xab\x4c\xcc\xab\x60\xaa\xd0\x4c\x4a\x72\x13\xe8\xec\x98\x19\xe6\x58\x20\x5c\x10\x0c\x78\xdf\x20\x73\x2c\x50\x36\x71\xa7\xb8\x42\x52\xc8\xd7\x7d\x03\x4d\x93\x0d\x32\x05\x0d\x6a\x79\x75\xda\x9e\x7d\x74\xad\x00\x64\x13\xda\x58\x4a\x7f\xd0\x45\x7b\xc7\x8b\x42\x36\xe9\x1e\x2f\xaf\xbf\xee\x1b\x89\x26\xa5\xe1\xde\xe0\x29\x9d\xb2\xca\x9e\x30\x7a\x58\xd6\x6f\x96\x62\x6c\x0f\xc4\x11\xc8\xcd\x2d\xc3\x1a\x88\x1f\xeb\x63\xae\x03\x96\x20\x81\xc7\x85\x6f\x66\x0b\xb3\x42\xbf\xab\x6a\xaa\x32\x38\xa2\x8c\x25\xd0\xb0\xa6\xe8\x16\x14\xbe\x0d\x20\x38\xb0\x57\x79\x52\x5b\xab\x74\x4e\xac\x48\x64\x55\x56\x7b\xcb\x0d\x26\x91\xba\xd9\xc5\x55\x2d\xb1\xa1\xc7\x86\xaa\x63\x47\xad\xf4\xeb\xb3\x55\x73\x89\x59\x57\x4a\x34\x33\xa2\xbe\x98\x09\xa9\x0d\xfd\x40\x60\x54\x3f\xb0\x4a\xbe\xb9\x08\xe3\x38\x79\x72\x80\xca\x26\xcc\xb6\x0b\x71\xad\x7c\x91\x9f\xd5\x9d\xf5\x0e\x36\xc5\xe1\xfa\x22\x90\x7d\x42\xf0\x9f\xdb\x58\x0d\x8f\x0a\x64\x72\x20\xd3\xf3\xaa\xba\xbb\x5f\xc1\x9d\x97\x37\xd5\x4a\x57\xb2\xa4\xa0\x32\x2e\x26\x81\xa2\xa0\x32\x66\x69\x2a\xdd\xe2\xea\x86\x18\x1f\xa8\xf5\x15\x20\x64\x78\x5c\x83\xfb\xa8\xf5\x95\x66\x48\x2a\x72\x80\x60\x9c\xa1\x04\x45\x0a\xef\x47\xea\xa4\x67\x28\xca\x25\x01\x7e\x7e\xab\x2c\x1c\x9d\xdd\x98\xaf\x15\x1d\x8f\x15\xb4\x2b\xcc\xdc\xc0\xdf\x55\xa9\xe0\xe1\x81\xf6\x73\xf3\xd5\x89\x57\x5e\x9d\xe8\xf9\xa4\x8a\xc5\xdf\xec\x4e\xb4\x45\x56\x0c\x0d\x47\xa3\x41\xe1\x53\xdf\x46\x36\x5b\x6e\x41\x06\x3e\xde\x54\x6e\x2e\x78\x82\x62\xd8\x48\x62\x85\x45\x88\x80\x8f\x77\x18\x02\x99\xaf\x63\xb5\x2a\xde\x45\x2a\x08\x33\xbf\x8e\xaa\x19\x7d\x69\xf5\x18\x39\xd8\xaf\xbb\x5d\x19\x0e\x8e\x5c\x7e\x0f\x5c\x4d\x73\x0e\x0d\xcd\x39\xa4\x86\xe4\x94\x93\xb1\x56\xc2\xcb\xae\x51\x89\xd9\x9f\x8a\x39\x6f\xa3\xc9\xd4\xf9\x24\x1e\x53\xe5\xf1\xf6\x73\x66\x05\x91\x49\x40\x18\xc3\xb2\x89\xb3\x96\x73\x75\x6c\x93\x2c\xca\xdb\xf2\x14\x2d\x20\x83\x95\x96\xc7\xdc\xc0\x23\x5c\xc3\xc3\x81\xff\x91\xb9\x6d\x0b\xc9\x3b\x7c\xcc\x69\xb9\x8f\x13\x31\x3d\xa9\x1b\x3f\x68\x75\x27\xa6\x1e\x8d\xb2\xd2\x81\x67\x8d\xaa\xee\x77\xae\xa0\x26\x9e\x72\xa9\xb1\x97\x0f\x2e\x79\x6d\xf9\xe0\x33\x2f\xf5\xaa\xee\xe0\x9d\xe4\x5f\x3e\xd6\x1c\x05\x5c\xf1\x8f\x93\xd9\x74\xbb\xfd\x38\xb1\xfe\xed\xbf\x2d\xa6\x74\xba\xdd\xde\xd9\xf6\xc7\xc9\xdd\x14\xde\xf0\xab\xed\xf6\x01\xdd\x61\x78\xc1\xef\xc6\x9f\xc7\x0f\xa8\x50\xba\xc2\xec\x4d\xae\xd6\xf6\x9e\x17\xa0\x2f\xb3\xed\x8f\xf9\x85\xf6\x76\x7b\x25\xc9\xf0\xf7\xb6\x8d\xae\xf9\x1a\xbd\x2f\xaf\xa3\x04\xc6\x92\x6e\x30\x56\xc7\x15\xe2\xe1\x5a\xd1\xcf\xb6\x8d\x42\x74\x0d\x97\x4a\x97\x2b\xd9\x6e\x1b\xe8\x90\x6b\xd5\xef\x18\x5d\xc3\x0c\x96\x18\xc3\x67\xdb\xbe\xb2\xed\x7c\xb8\x6d\xce\xaf\x9c\xc8\xbf\x93\x88\xe0\x1d\x6f\xbb\xf0\xa6\x61\x0f\x5c\x55\x6e\xbb\x76\x2a\xbe\x41\xfb\x76\xbb\x95\xab\xd9\x7e\x27\x87\xaf\x1b\xf8\x08\x33\x78\x83\x41\xa9\xb8\xbf\x01\x7f\x72\x39\xe5\x4b\xb8\x93\x84\xfd\x0d\xdf\xe8\xe6\xd8\xe7\xf1\x1b\xf6\x80\xf2\xc6\x31\xc8\xb5\x66\xf7\x3a\x51\xad\x3b\x06\x33\x25\xec\xc5\x0e\x6e\x95\x5c\xfd\x51\x9b\xd3\xa8\x9f\x8f\xdb\x6d\x80\x3e\xc2\x23\xdc\x48\x96\x43\x1b\xd0\x44\x28\x72\xde\xeb\xcb\xe3\xf9\x76\xfb\x0e\x43\x06\x37\x85\xc4\xeb\x46\x0b\xd3\xbb\x8c\xb8\xdd\x83\xfb\xe2\xfc\x80\xea\x1b\x63\x7d\x4c\x87\x94\x0d\xa9\xc6\x78\x30\x1c\xb0\xa1\xa4\x76\x87\x47\xcd\xfb\x0f\x8e\x58\xc4\xdb\x44\xc9\x55\xb5\x3e\xea\x64\x30\x9d\x24\x53\x84\x4f\x02\x03\x18\xab\xb3\x1b\xf1\xb6\xbb\x33\xfe\xa3\x17\x49\x7c\x87\x82\x1a\xb0\xd2\x20\x94\xee\x70\x0e\x65\x63\xbc\xd9\x3d\x65\x08\x9d\xd9\x76\x3b\xaa\x6b\x0f\x05\xd5\xee\xf8\xb2\x3b\x90\x72\x5f\x77\x29\x55\x3b\xe8\x70\xb9\xb5\xc4\x28\xd0\x96\xab\x32\x6f\xc3\x8e\x48\x77\x20\x90\x5f\xed\x58\x8e\x26\xea\x72\xe0\xe1\x57\xda\x9c\x16\x6d\x1b\xab\x70\xd0\x52\xab\xb6\xc8\xcd\xc3\x87\x4f\x78\x0b\xd8\xe4\x79\x9e\xe0\xea\xda\xc4\xe4\x39\x42\x60\x28\xc2\x42\x7c\x5e\xdd\x91\x0a\xac\x6b\x27\xdb\x6d\x82\x88\x8b\x2f\x28\x75\x69\xdf\xe9\x79\xfd\xc1\xa8\x37\x74\xbd\x01\x19\x9a\x2f\xe7\x4d\x5f\x4e\xa9\x38\x25\x83\x36\x4f\x90\x7e\xc2\x4d\xda\x35\x2e\xe7\x48\xf0\x8e\x24\x08\x99\xb8\x38\x25\xe2\xd4\xb3\x6d\x71\x2e\x7f\xc7\xa2\x23\x9e\x89\xe7\x94\xe5\xbd\x42\x02\x9f\x92\x1d\x4b\xcc\x18\x8e\xde\x64\x8d\x48\x41\x24\xad\xe2\x07\x08\x78\x84\x28\x9c\xf6\x15\x96\x54\x8f\xb4\x2b\x91\x87\x7c\x24\x74\x80\x9f\x21\x7a\x1a\x6b\xcb\x55\x0a\xa7\xa4\x6e\x68\xaf\x49\xad\x24\x5e\x37\xda\x95\x40\x04\x21\x2f\x6e\x9b\x85\xc4\x3c\x49\x45\xd0\x1c\x9e\xa7\xe3\xf5\x33\x14\x3e\x4f\x9f\xc7\x1d\xf2\x3c\x38\x25\xcf\x03\xfc\x2c\x7d\x16\x33\x14\x49\x2a\x06\x91\x4e\x2c\x53\x42\x7c\x8a\xb2\xd3\x10\xe3\x0b\x7f\xbb\x8d\xda\x3c\x92\xa5\xc8\x73\x17\xb3\xf5\xb3\x48\x2e\xeb\x88\xb0\x91\xe4\xd8\x47\x07\x44\xd6\x5e\x4f\xc3\xf8\x96\xac\x9a\x68\x4d\x3d\xc9\x6a\x82\x87\x66\x82\x87\x63\x71\x5a\x99\xe0\x30\xbe\x45\xa4\x23\x72\x9e\x60\xf4\x84\xef\x14\x95\x3f\x0d\x6e\xa3\xa6\x96\xca\x25\xdd\x6e\x45\x9b\x0b\xb9\xb0\xe7\xae\xb2\x5b\xcb\xab\x3e\x6a\xe6\x45\x7a\x7d\x49\x1a\x8a\xcc\xb7\xea\xa2\x3e\xcf\x48\xfa\xb4\x75\x84\xcf\x5d\xc8\xb9\x91\x5a\x18\x91\x4a\x7f\x2a\xce\x5b\x20\xe4\x6d\x75\x11\xd2\xe4\xe1\x23\x45\x05\x56\x11\xf7\x92\x2b\xd7\x95\xc5\x51\x8a\x36\x3b\xa5\xfe\x00\xeb\x1a\x06\x8f\x91\x80\x04\xcc\x11\xdd\x04\xcc\x7a\x67\x75\x5a\x9d\x8e\x0f\x0f\xca\x29\x13\xde\xc1\xac\xea\x08\xec\x6f\x97\x3f\xb3\x04\xde\x5e\x5e\x7e\xcb\xda\x04\x8c\x15\x06\x3b\x04\x5b\x51\xa9\xf3\x68\xa5\x8f\x77\x37\x71\x58\xf5\xf2\x21\x18\xda\xb7\xa1\x69\x89\xb1\xf5\xd1\x62\xd6\x7b\x0b\x77\xb4\xbf\xea\x40\x69\xa1\xe9\xea\xd2\x4a\x75\xaf\x2c\xed\x89\x21\x7f\xbf\xb4\x4e\x94\x17\xfa\x42\x55\x37\x99\x3a\x81\x52\x16\xff\x49\xf8\x9f\x1a\xfa\x76\xa4\xe2\xb6\x5b\xab\xb7\x4d\x0e\xab\x7d\xd8\x41\x1c\xbd\x4a\x84\xf8\x4d\x34\xc9\xc3\x43\xdb\x9e\x29\xbd\x28\xdb\x4e\x15\x91\x6f\x9a\xb2\x6d\x59\x13\x08\xe3\xef\xab\xcf\x48\x2f\x97\x80\xd7\x34\x29\x8d\x1c\x66\x74\x54\xc0\xe1\x15\x86\xc8\x3d\x25\xe0\x80\x80\x27\xce\x9b\x75\xa6\x4c\xf1\xdf\xdd\xa4\x22\xb9\x17\x12\xbc\x39\x3f\x89\x9b\xbf\x05\xd9\xfe\x17\x15\x15\x68\x95\xc4\x33\x91\xa6\xe0\xf3\x24\xf7\x66\x08\x29\xb7\x4c\xb2\xc5\x35\x6b\x83\xe2\xa7\x44\xed\xda\xb4\xe5\xc0\xcc\x0c\x22\x75\xc1\x9b\x4a\xfe\x93\xc7\xce\x3c\xbe\xf3\x03\x1d\x04\x4c\x7c\x0e\x32\x84\xcf\xc4\x99\x44\x90\xc2\x59\x44\x20\xb8\x50\xa8\x4a\x21\xb2\x08\x55\xae\x1f\x35\x8a\x14\xe3\x10\x61\x56\xa8\xbd\x07\xbb\x5d\xf1\xac\xc4\x4e\x22\xca\x44\x82\xb4\xf6\x61\x8a\x6b\x26\x6f\xb1\xaa\xf8\x2a\x98\x7d\x42\x6b\xbc\x2b\x0c\x72\xdb\x81\x9c\x99\xc8\xbf\x0f\x6e\x25\x5e\x97\x95\x14\x2f\x4e\x9a\xf9\xd1\xdc\x0f\xe3\x48\x48\xda\xc6\xb7\x6d\xdf\x49\x44\x1a\x87\xf7\x22\x37\xe0\x29\x12\x0c\xe7\x86\x4f\x6a\x8d\xce\x9c\x6c\x29\x22\xd9\xa0\x16\x8f\xd6\x3e\x46\xb9\x24\x23\xef\x8f\x51\x88\x6e\xbb\xb0\xe4\xb9\x00\xcd\x78\x45\xbb\x12\x9f\xb3\xb7\xf1\x5c\x20\xcb\xc2\x27\x92\x5a\x0c\xd0\x1a\x3b\xb1\x5e\x42\xb4\x84\xcd\x6c\xe9\x27\xfe\x2c\x13\xc9\xb7\x7e\xe6\xab\x00\x7a\x75\x8b\xbf\xa5\x33\xf7\x33\x9f\xcf\x79\x7b\x7e\x48\x3c\x17\x02\xa5\xcd\x22\x62\x09\x28\x0e\x28\x0f\x56\xa2\xec\x16\x34\xfd\x10\x61\x10\xdb\x2d\x12\x3c\x82\x50\x32\x11\x19\x8f\x8c\x6d\x71\x8f\x91\x6e\xcf\xf0\xa2\xb9\xa0\x6f\xf4\xd5\x46\x99\x65\xec\xb3\x2a\xd6\x39\x51\x0a\xce\x2b\xbd\x19\xb9\x76\x05\xb6\xa7\x29\x1e\x2c\x4a\x86\x39\xab\xba\xac\x38\xd4\xb2\xf9\xc6\x9f\xb7\xcc\xc6\x6e\x55\x84\x7b\x92\x39\xe7\x02\x22\x9e\xec\xca\x80\x46\x6a\x41\xb5\x51\xbe\x49\x91\xc0\x53\x79\xb6\x2b\xa9\x32\x67\xd1\x24\x6e\x91\xdd\x8c\x8c\xa4\x23\x57\xb2\x1b\x7d\xdd\xcd\x4f\x3f\xe7\x79\xdd\xdc\x74\xde\x35\xd7\xda\xc4\x35\x97\x0f\xca\xfc\x3a\x35\xe6\xd7\x61\x8e\x1c\xfc\x54\xa2\xa9\x2a\x31\x13\x6e\xb7\x87\xb8\x40\x5f\x87\x6d\x76\x90\xa9\xcb\x51\xfe\x51\x01\x60\x24\x1b\xb5\xfc\x9b\xd9\x5c\x2c\x6e\x97\xc1\x2f\x9f\xc2\xbb\x28\x5e\xfd\x9a\xa4\x59\x79\x5b\x26\x09\xc3\x01\x44\xa5\x30\x2b\xd7\xde\xad\xab\xd3\x66\x13\x31\x55\x86\x02\x30\x68\xf3\x10\x6d\x76\x20\xf0\x24\x99\x6e\xb7\xa6\x9f\x8a\xf7\x54\xe9\x19\xc6\xc6\xf2\xd5\xc2\x6d\x1e\xd5\xd4\xef\x6a\xae\x22\x7c\xad\x60\x73\xe0\x19\x62\xcd\x09\xcc\x94\xde\xcd\x9c\xc7\xce\xe2\x2c\xbc\x58\x9f\x15\x9a\x39\x4b\x58\xf0\xb4\x34\x66\xd5\xda\x37\xb0\xe2\xb3\x71\x84\x16\x38\xb7\x79\x9d\xa1\x05\xc6\x4c\xa6\xc0\x1d\xcf\x6f\xa2\xe0\x9e\xbb\x67\x77\x17\xf7\x67\x78\xc9\x57\x93\xfb\x4e\x67\xaa\x58\xa0\xb9\x3e\xa9\x0b\x58\x2a\xdb\x68\x75\xd9\x3d\x59\x4e\x2b\x7a\x3c\x2c\x3c\xae\xc9\x53\x18\x82\x1b\xa3\x1a\x7d\xc9\x69\xcc\xc1\x47\x47\x25\x80\xb9\xfa\xdb\x68\xa8\xb7\x43\x7f\x68\x76\x03\xed\x62\x64\xbd\xbe\xd4\x01\x3b\x2d\xb9\x33\x2a\xab\x5c\xb3\x60\xce\xcf\x92\xda\x5e\x03\xc9\xbe\x2c\x12\xff\x4e\x28\xba\x23\x30\x43\xd6\xc6\x8d\x4e\x9a\x3d\x86\xc2\x99\x07\xe9\x2a\xf4\x1f\xb9\x15\xc5\x91\xb0\x40\xa0\x01\xc1\x8e\xbf\x5a\x89\x68\xfe\x72\x19\x84\x73\x1d\xb5\x2e\x4d\x66\xdc\xfa\xc5\xbf\xf7\xb5\x5f\x5e\x66\x01\xca\xb8\xba\x6d\xcf\x44\x94\xfd\xa4\x3d\xc0\xe5\x00\x0c\x3b\xf1\x4a\x44\x08\x43\xe6\x3c\x24\x41\x26\x90\x75\xae\x8b\x5d\x14\x20\xee\x95\xd9\xc9\xe7\x7f\x7f\x6e\x3e\x59\x32\xfb\x2c\x8c\x53\x81\xe4\x86\xcf\x9c\x57\x67\xd1\xe9\xe9\x19\x36\x1a\xca\x95\x30\x44\x93\x60\x12\x4d\x0b\xbd\x8c\x14\xd5\x4c\xa6\x6b\x31\x3d\x9b\x3c\xbc\x04\x75\xc5\x6b\x2e\xc6\xc8\xaf\xc9\x83\x84\x9c\x7b\x79\xa8\x7d\xa8\x7e\x90\xd9\x21\x98\xc4\x53\x2e\x30\x0b\x78\x8a\x6a\x46\xf0\x01\x8b\x50\x60\x24\xcf\x84\x76\x19\xa1\xdd\xfc\x86\x4a\xdd\x59\xf4\x87\xac\x3f\x84\x01\x61\x03\x02\xa3\x21\x1b\x29\x68\xf9\x25\x85\x3c\xfa\x94\x52\xaf\x51\x4b\xd4\x5e\xe1\x4c\x53\x6a\xb3\x0d\x28\x1b\x50\x59\xfd\x51\x69\x6b\xae\xa5\xdc\xcd\x25\x97\x6e\xbf\xee\xbf\xae\xef\x35\xbb\x42\x93\x9c\x7b\xbd\x4a\x65\xbe\x52\x44\xd6\x50\x4e\x73\x32\xb9\x7c\x7e\x7e\xba\x42\xee\x9e\xa5\x17\xe1\x19\xd6\xca\xce\x31\xf7\x27\xa1\x3c\x63\xd9\x24\x9e\xd6\xb5\x1d\xf3\x23\x54\x1d\x4b\x41\x09\x35\x88\x72\x0b\x4f\x6f\x6e\x61\x50\xdc\xcb\x3d\x54\x0c\x73\xe0\x49\x8c\x09\x89\xb9\xb9\x1d\x28\x29\xda\x17\x5c\x4e\x1b\x7f\x70\x72\x12\xd6\x87\x54\xa3\xd0\x2a\x80\x12\x50\x69\x33\xc7\xb0\xea\xf6\x6d\xad\x1d\x07\x96\x76\xde\x92\x2a\x51\x69\x85\xf3\x2f\xd4\x8e\x9c\x45\xe9\x64\x10\xc4\x24\x9b\xea\x7d\x93\xc3\x8e\x5c\xd2\x98\xfb\x60\x31\x4b\x6d\x60\x89\x26\x14\xcd\x22\x13\xf7\xa8\x7c\xba\xf4\x56\xe3\x12\xc9\x5d\x04\x55\x7b\x6f\x88\xf9\x81\xd3\xbd\xba\x3f\x47\xdb\x6e\x9c\xa6\xb7\xfe\x9d\x48\xc7\xc7\x3f\x99\xd8\xc3\x98\x4d\xa6\x27\x5f\x40\x9c\xb1\x6d\x5b\x13\xe3\xea\x4c\x43\x90\xa9\xc5\x73\x15\x6f\x51\xc7\x0f\x95\x29\x56\xb8\x76\xcf\x95\x65\x2b\xce\xe3\xcd\xed\x76\x48\x48\x18\x9f\x14\x52\x73\x97\x30\xe2\x92\x7c\x36\xd5\x9c\x35\x78\x3d\x2b\x77\x53\xaf\x80\xbd\x39\xde\xb0\xf4\x5e\xb6\xc0\x2a\xc0\x81\x85\xd5\x2e\x39\x3e\x0f\x8d\x2c\xa4\x6c\x2d\x30\xbd\xea\x31\xe2\xf6\x34\x5c\x50\x7d\x6a\xb8\x23\x3d\xda\x82\xc6\xe3\xa9\xf1\xae\xec\x1e\x67\x13\x46\x7b\x3e\x5c\x0e\x10\x49\x7c\x20\x7c\x3c\x84\xa5\xb7\x22\xab\x28\xec\x36\x0e\x4c\x68\x3f\x2f\x89\x1a\xdf\x58\x4c\x82\x69\xa3\xdf\xc6\xea\x1d\xab\x16\x16\x97\xee\x65\xab\xdf\xc6\xb5\xb7\xb2\x6f\xac\x56\x44\x77\x6f\x1c\x2b\xb7\x0c\x55\xc0\x9b\x23\x5f\x75\x54\xd4\x0c\x1d\x15\xf1\x15\x33\xd4\x35\x28\xb7\x3b\xc2\xa8\x4d\x9a\xd1\xee\x93\x3e\x8c\x7c\xed\x23\x4c\xc2\x19\x17\xd6\x7c\xa2\x5d\x08\xf8\xad\x20\x6a\xa5\xd8\x6f\xeb\x4b\x92\x14\x7c\xc9\x04\x16\x4a\xc1\xca\xe5\x4c\x7e\x81\xab\xa0\xa4\xcc\xc2\x33\x05\x23\xb1\x6d\xa3\xff\x18\x28\x27\x61\xdb\x6d\x51\xa6\x00\x9a\xeb\xda\x90\x0d\xac\xe8\x8e\x58\x77\x54\x19\xf8\xd1\x1b\x50\xb5\xcf\x23\xbd\xcf\x0f\x97\x5c\xd2\x6d\x8d\x0b\x2d\x57\x38\x3a\xb2\x83\x1b\x54\x6b\xe4\x0e\xde\xec\x1a\x2f\x55\xf3\xcd\x7b\xf4\xd6\xd1\x73\xeb\x0a\xcf\xde\x13\xce\x62\xf4\xfd\x14\x8a\x8c\xcb\x7f\xa5\xa3\xac\x42\x44\xe9\xf7\x89\x98\x2a\x57\x2f\x27\xbe\xa4\x57\x33\x14\xcb\xad\x9a\x38\x1f\x3b\x89\xf3\xea\x59\x5d\x35\x31\x36\x96\x63\xb9\x13\x0e\xf0\xd5\x68\xb5\xba\x6e\xc5\xf8\x48\xf5\xfd\x28\x86\x3d\x24\xec\xbb\xc3\x92\xb0\x77\x16\x5f\xeb\x33\xac\x24\x8c\xe5\xf6\x52\xb8\x35\xe4\x11\x4a\x25\x16\xcb\x1d\x87\xc1\x8c\xbb\x30\xe7\x93\xa9\x76\x13\xe6\x1b\x17\x61\x8a\x8a\x35\x97\x72\xa9\xda\x42\x73\xbd\x85\xc4\x78\xe2\x43\x3a\xf1\xa7\x53\x96\x56\xe3\x59\xcd\x77\x55\x2c\x5c\x20\x23\xb3\xb1\x14\xf2\x51\x83\x7e\x42\xd3\x9e\xec\x69\xda\xe7\x66\xde\xde\x10\x3b\x1f\xc4\x22\x14\xb3\xaa\x2a\x46\x6c\xdb\xb1\x13\x3f\x44\x7f\x3b\xd8\x6c\x46\x0d\xdf\x59\xa0\x40\x5d\x28\x6a\x5d\xfc\xc2\xe7\x40\x56\x38\xb1\x51\xe1\x07\xb3\x1a\x98\x37\x04\xb9\xa6\x22\x72\xc6\x94\x1c\x86\x3c\xa8\xaa\xb4\xac\xfc\x24\x15\xaf\xc2\xd8\xcf\x0c\x30\xa0\x58\x05\x2a\xa8\x74\x96\x3c\x4f\x90\xfc\xd2\xc5\x1d\xeb\xd4\x95\x3c\xcc\x29\x79\xee\x36\xb8\xd2\x8e\x8c\xde\xa5\x04\x05\x5d\xac\xbc\xa3\x97\xfe\x12\x24\xb1\x18\xd8\xb6\x75\x2a\x81\x62\x19\xe4\x79\x7c\xea\xb2\x40\x4b\x80\x49\x97\x32\xd2\xa5\x40\xba\x5d\x46\xba\xdd\xca\x08\x9e\x54\xca\x51\x23\x78\x1d\xed\xf5\xdf\x6c\xbd\xae\x9c\xc1\xe7\xff\x61\x72\xda\x99\x8e\xdd\xc9\xe7\x7f\x9e\x3e\xaf\x0c\x6c\xd8\xe6\x3c\x41\x41\xc7\x72\x87\x16\xde\x6e\x29\x2d\xde\x3f\x13\xcf\xc2\xe3\x06\x0a\x7a\x6f\x8c\xe5\x7d\x76\x00\xd9\xc5\xc5\x85\xbb\xdd\xa2\xd8\xc9\x44\x9a\xa1\x00\x8f\x89\xdc\x47\x18\x7f\x69\x74\x07\xb2\xd3\x2f\xb9\xb4\xde\x08\xd6\x26\x70\xcf\x14\xce\xdf\x23\x07\x36\x5a\x63\x56\xf9\x9f\x35\x70\xe6\x30\x16\xc4\x3e\xd3\x95\xcb\x64\x47\x47\x4d\xf7\xca\x88\x04\x91\xf2\x90\x55\xd3\x19\x52\x7a\x15\x39\x73\x78\xa2\x01\x52\x20\x69\xde\x7c\x7e\x90\x0b\x71\x21\x4b\x92\x27\x39\xce\x25\x1d\xc5\x6d\x79\x2e\xff\xeb\xb1\x91\x8a\x04\xb0\x1f\x81\xe2\x90\x43\x78\xc2\xfa\x27\xf7\x14\x4d\x8e\xc7\x93\x20\xe4\x09\x15\x81\x4a\x5c\x76\x1d\xd7\x5f\x61\x77\xc8\x26\xc1\x14\xa2\x3d\xd2\x5d\x5f\xbd\xa9\xc6\x8e\x32\xb7\xb9\xcc\xb2\xd0\xe0\x37\xb2\x6f\x2d\x1c\x4f\x93\x99\xa5\x89\x76\x6f\x20\x69\x76\x64\x59\x1d\x1f\xe7\xf2\x87\x9c\x6c\xb5\xf0\x89\x8e\x26\x12\x44\xe9\x4a\xcc\xb2\x8f\xf1\x3a\x99\x89\x26\x18\xea\xe7\x64\xe4\x0e\xd0\x51\x67\x75\xb9\x7d\x4c\x53\x44\x40\xff\x64\x6d\xdb\x28\x40\x3e\x58\x91\x62\xa0\xb7\xdb\xa8\x78\x91\xf4\xbc\x22\xdc\xdb\x9c\xfb\xb6\x8d\xf2\xac\xb1\xc9\x15\xab\x8f\x63\xcb\xea\xc8\x5f\x96\x6a\xd1\x87\x39\x34\x19\xc6\xb2\xb4\x32\xf6\x57\x26\x9f\x3e\x0b\xd5\x43\xfe\x96\x2b\x2a\x30\x64\x98\x5f\x99\x0e\x79\x2a\xc6\x3b\x5c\xda\xb7\x54\x1c\xbd\x14\x93\xd4\xa0\x15\xd1\xe4\x3f\x6a\x19\xa4\xda\xad\xc3\x24\x9e\x6e\xb7\x7e\xed\x1a\x18\x57\x04\xd4\x06\xf7\x0d\x98\x37\x30\xa6\x2a\x86\x07\x31\x4a\xdb\xe4\x30\xbe\x47\xa3\xb4\xab\xa7\x0c\xb1\xf6\xb5\xcf\xb5\x21\xc4\x53\x88\x3d\xc8\xad\x25\x9a\xed\xcb\x73\x25\xbe\x82\x73\x00\xe3\xd8\x69\x3f\x9a\x7b\x5c\x09\x68\x5f\x73\x12\x28\x3b\xd4\x92\x2d\xe4\xd6\x78\x7a\xce\xc4\xbc\x95\xc6\x32\x25\x88\x6e\x5b\x71\xb6\x14\x49\x2b\x5b\xfa\x51\xcb\x8f\x0c\xe9\xd9\x8a\x13\x25\x45\x28\xcd\x08\x63\xe5\xe4\xdb\xa8\xee\xb4\x79\xd5\x87\x71\x63\xab\xff\x46\xb5\xaa\xfc\x78\x29\x1b\xc0\x20\x9a\xc5\x77\x2b\x3f\x0b\x6e\x42\xd1\x4a\xc4\x4c\x04\xf7\x22\xa9\x58\x29\xd6\x7d\xd3\xf7\xfa\xac\xd7\x57\x0b\xf0\x15\xee\x58\x20\xd2\xa7\x4e\xf1\xc8\x8d\x8b\x00\x3e\xdf\x37\x19\xc8\x0d\x5b\x20\xe5\x31\x84\x1c\x29\x7b\x0d\x88\xf8\xf3\x9b\x67\xcf\x6f\x21\xce\xa5\xd9\x96\x2f\x59\x09\xa3\xd7\xa0\xdf\xdc\xb6\x32\x46\xf1\xd3\xec\x75\x34\x17\x9f\xb7\x5b\x25\xa4\x2d\x13\x70\xe1\xb1\xb5\xcd\xf9\x73\x84\xc7\xe3\xe7\xaa\x13\xc8\xb2\xf0\x84\x4c\xcf\x50\xb8\xdd\xae\xb1\xf2\xbb\x78\x78\x3d\x29\x07\x93\xc2\x4c\x59\xdb\x16\xe4\xb0\xba\x6c\x90\xb3\xac\x07\x87\xac\xff\x60\x75\x66\x4e\xaa\x20\x44\xc7\xfa\x0b\x1a\xb7\xff\xfe\xf7\x14\x5b\x60\xb6\xc9\x4c\x1e\x42\x65\x0e\xc0\x67\xd5\x6e\x45\xb9\x2b\xbd\x19\x08\x95\x21\xb2\x6d\x54\xc9\xc1\x67\xc6\x92\x60\x1c\x39\x81\x4c\xe8\x44\x12\x04\x1b\xb7\xcc\x19\x86\xb5\xd6\xfa\x2c\xfc\x40\xd9\xb6\x39\x5a\x32\x1f\x24\x07\x8e\x85\x52\x4e\xce\xd2\xf3\x7d\x79\xe7\x29\x3d\x4b\x3b\x1d\x5c\x88\x98\x4a\xb0\x9f\x4e\x6d\x1b\x45\x93\x74\x9a\xbb\xdd\x92\xe4\x6a\x54\x73\x55\x2d\x39\x43\xaf\xc7\x3c\x8d\x44\x0e\x08\xb6\x03\x72\x3f\x48\xf7\x25\x65\x05\x5f\xc7\x79\x36\x56\xba\x84\xdb\x2d\x79\x2e\x38\x27\xcf\x33\x26\xda\x5c\xd8\x76\xd6\xe6\x59\x8e\x5d\x8f\x87\x68\xc9\xb5\xe4\xb4\xac\xe9\x00\x9b\x2a\x8e\xa9\x5d\x3a\x9c\x6c\x73\x9e\x1d\x3a\xfd\xee\x58\xac\x35\x53\x36\xb3\xa9\xc8\x5a\x7e\xda\x2a\x36\x68\xdb\xaa\x49\xff\x36\xa9\xc8\x8c\xda\xa5\x93\xee\xb1\xad\xc8\xba\xbe\x56\xe5\xae\xaf\xad\x20\xda\xec\x4a\xca\xc6\x38\xc5\x96\xb4\x05\x32\x86\x00\x7b\x06\x84\x02\x8d\x54\xd8\xa9\x7d\x66\x19\x2a\x75\xea\x8b\x38\x8a\x31\xca\x60\x32\xc5\x90\x70\xed\x43\xb2\xe0\x57\x95\x2e\x48\x45\xab\x22\xe1\x6d\xf7\xe0\x5e\xa6\x3a\xfb\x81\x16\x10\x49\x76\xb8\x68\x86\x67\x1a\x3d\xa8\x5b\x44\xb4\xd9\x41\x9b\xe4\x06\x4c\x18\x66\x4b\x31\xfb\xc4\x82\x92\x9e\x30\xea\xf1\x9a\xaa\x18\xb1\x91\x62\x0a\x0f\xc3\x87\x3c\xe9\xa0\x65\x64\x7c\x93\xf6\x73\xff\x2c\x5f\xef\xa3\x54\xf9\x57\x39\x09\x6c\x3b\xb3\xed\x76\x36\x89\xa7\xf2\x5c\x2c\x94\x2b\xe4\x4d\x3d\x8a\x80\x0b\xcd\xfe\xc9\x94\x82\xda\xae\xa6\xfe\x68\xc4\x60\x0a\x11\xe5\xf2\x41\x72\x2c\x82\x49\xd5\xf1\xa0\x37\xaa\x2a\x6a\xd6\x1c\x49\x1e\x23\x82\x62\xbc\x11\xca\x57\xaa\xe0\xf1\x58\xb0\xaa\xce\x58\xa0\x42\x1e\x49\x8a\xe8\x60\x28\x79\xf0\x83\x5a\xb7\x35\xce\x2c\x3b\x7c\xdc\x63\xbd\x32\x50\x30\xfa\x52\x91\x21\x90\xbe\xe0\x9f\x51\xf1\xba\x48\xfe\x54\xd4\x45\xb5\xc9\x02\x18\x34\xae\x1a\x3d\x2a\x07\xe9\x1b\x66\xdb\x53\x62\x90\x68\x62\x5d\x5f\xcf\xe2\x44\x9c\xfe\x92\x5e\xa7\x4b\x3f\x11\xf3\xeb\x6b\x4b\x1b\xf8\x36\x7e\xe1\x9b\x1d\x3e\x3b\x42\x67\x95\xdb\x59\xf7\x52\xfe\x94\xa0\x3f\x1b\x67\x6c\xa3\x02\x60\x5b\x26\xb6\x58\x6a\xc9\xe3\xa3\x79\xd5\x22\xde\x58\xe2\x98\x27\xb8\x8b\xe7\x82\x29\x0d\xca\xb1\xb5\x5a\x27\xc2\x62\x96\x86\xc7\x16\xcc\xe2\xd5\x63\x12\xdc\x2e\x33\x66\xfd\xd7\xff\xb3\x45\x5d\x32\x6a\x7d\x2b\xa2\x20\x6d\xbd\x5f\xa7\xcb\x4f\x7e\x22\xee\x5b\xe8\xb7\x30\x0e\x92\x78\xf6\xc9\x49\xd6\xd8\x52\x11\x11\x0c\x79\xa3\xf6\x53\xae\x13\x46\x0e\xc3\xab\xec\xb3\x0b\x5d\xf2\xf5\x2e\x7b\x0b\x11\x05\xf8\x8a\x24\x68\xb2\x35\x28\x21\xfd\x76\xab\x1d\x07\xa0\x98\x27\xc8\xc7\x4a\x25\x58\x9e\xfa\xb8\xb6\x9f\xb4\x13\xd5\x5c\xc9\x96\x1c\x06\x5c\x39\xe6\xd6\xe3\x0b\x1e\x77\xdb\x6d\x65\xbc\x50\xd3\x55\x1b\x1b\x0d\x7c\x75\x07\x52\x8f\xd2\x0e\xa4\xd0\xcf\x57\xce\x2a\x77\x7a\xf3\x15\x32\x92\xfd\x18\x2d\x55\xf9\xb4\xb9\x86\xe8\xff\x03\x3e\xd4\x4b\x8b\x0d\x48\x0d\xb5\x82\x24\x33\x86\x95\x4b\xf5\x40\x52\x15\x39\x06\x2d\xb5\x95\xdc\xed\x36\xbc\xe0\xeb\xb1\x18\x5b\x96\x81\x95\x0c\xc5\x3c\x55\x0c\xf8\xcb\x78\x2e\x5e\x64\x28\xc4\xf8\xbc\xdf\xa7\x23\x6f\xbb\x8d\x2f\xfa\x5e\x97\x8c\xb6\xdb\xb0\x43\xb4\x85\x12\xf2\xf7\x32\x77\x88\xcc\xee\x75\xa9\xbb\xdd\xfa\x17\xfd\x41\xb7\xd7\x1d\x8b\x71\x9a\x73\xf4\x21\x66\x31\x93\xef\x5a\x28\x1d\x42\xd8\xa1\x98\xf9\xa7\xaa\x44\x07\xc5\xa7\xaa\xa5\xf3\x73\xe2\xe2\x8e\xd7\xef\x77\x3d\x73\xa7\x3e\x60\xa4\x3b\xd0\x86\x91\x6a\xee\x8e\xca\x97\x86\xee\xd3\x53\xa7\x6d\x5b\x14\xb7\x9a\x1d\x06\xd1\x30\x26\x0b\xff\x46\xf9\x2d\x6e\xcd\x63\x91\x4a\xd4\xea\xcf\x66\x62\x95\xb5\x12\x71\x2b\x3e\x57\xa2\x39\x14\x93\x6c\xc0\x8a\x36\xdb\x1c\xba\x6c\xa8\x63\x36\x1e\x15\x07\xe5\xf2\x3b\xcf\x08\x83\xfa\xca\xdd\xeb\x73\xeb\xf9\x6d\xf5\xfa\xb2\x08\x49\xa1\x75\x18\x4d\x6b\x5a\xec\x93\x72\xeb\xdc\xea\xe4\xfa\xf2\x96\x22\xa8\x25\x45\xd8\xe1\x56\xcb\xea\x24\x9d\xbf\x72\xeb\xaf\x9d\xbc\x7f\xb8\x30\xc2\x8e\xc1\xb2\x7f\x5d\xc7\xd9\x99\x85\x3b\x7f\xb5\xfe\x8a\x21\xed\x58\x17\x2a\x4e\xfd\xf9\x73\xab\x93\xc9\x97\x63\x3a\xcf\x39\xc3\xb1\xd9\x9d\x04\x5a\x54\xe8\x6b\x51\xe1\x7b\x25\x2a\x8c\x1a\xac\x98\xb5\xa9\xb3\x6c\xa7\xb8\x1a\x96\x60\xcd\xc9\xe2\xef\xe3\x07\x91\xbc\xf4\x53\x81\xf0\x76\x9b\x19\x56\x56\x66\xcc\x49\xc3\xae\x12\x34\xe6\x4c\x5b\x50\x99\xde\x3d\x41\x63\xf7\x89\x4b\x9e\x42\x80\x4d\x8a\x69\x3e\x8a\xcd\x8a\x00\x04\xf5\x79\x0e\x79\xe5\x96\xbd\x80\x43\xf1\xd8\x6a\x59\xcc\x64\x8c\x31\xcc\xb4\x24\x2b\x58\xa0\xd9\x39\x0f\xb7\x5b\xcb\xe2\x7c\x9d\x4b\x3c\xd2\x13\xad\xc8\x32\x3b\x0d\x61\x99\x87\xbc\x59\x83\xd2\xa8\x9b\x89\x20\x44\xf3\xe7\x85\xe7\xf7\x62\xa2\x96\xf9\x44\xcc\x6d\x1b\x2d\xf9\xd2\x1c\x17\x17\xe6\x18\x83\x3f\x5e\x76\x52\x96\x76\x96\xfa\x68\x10\x46\xba\xa4\x88\xd6\x50\x1c\x91\xfd\x00\x36\xc7\x1c\x51\x7e\x19\xd6\xe8\xd5\x2c\x41\x8a\x72\xfe\x03\x01\xb7\x2c\x88\xb5\xf6\x63\xb0\x40\xb1\x84\x25\xb1\xa4\x82\xdd\x06\xbf\x40\x2f\xe3\x75\x94\x19\x42\xf5\x46\xb4\x22\x71\xab\xac\x0c\x2d\x23\xe7\x8f\x2f\xdc\x33\x14\x5f\x5c\x5c\x70\x82\xb5\xc9\x70\x86\x31\xb1\x63\xdb\x46\x81\x7c\x3e\xa9\x69\xd9\xee\x03\x83\xe3\x51\x76\xbc\x12\x18\xd4\x5c\x23\x28\xc1\x9f\xcf\xad\x89\xd5\x89\x3b\xd6\xd4\x82\x94\x57\x58\x23\x5f\x1e\x88\x67\x96\x5c\x7d\x93\xaa\x53\xfe\x62\xd5\x35\x03\xb5\x28\x48\x9f\x4e\xa5\x6a\x10\x34\xa8\x1b\xb6\xdb\xb1\x3c\x05\x78\xbb\xb5\xfe\xf8\xfd\x7f\xfd\xaf\xff\xd9\x6a\x73\xf3\xa0\x92\x77\x6a\x93\x29\xe1\x7b\x3a\xce\xd0\x4c\xb9\x1e\x9c\x9e\x48\xce\xca\x9f\x44\x53\x1e\x56\x0f\x59\x5a\x1e\x09\x5f\x69\x1d\xae\x95\x2c\xb3\x99\xa6\x10\xbc\x0a\x9f\x80\x48\x4a\x13\x09\x5e\x30\xae\x28\x05\xcb\xc2\x18\xe8\xc1\x87\x50\x7f\xa8\xb9\xa3\x5a\xab\x89\xd7\xa2\xc9\xe6\x83\x78\x40\xb5\x55\x5c\xde\xfc\x3d\xfb\x7b\xf4\xf7\xfb\xbf\x2f\xfe\x9e\xb4\xfe\xeb\x7f\xf9\x6f\xff\xfb\xef\xff\xed\xbf\xfc\x6f\x7f\xfc\xfe\xfb\x1f\xbf\xff\xa7\x3f\x7e\xff\xff\xff\xf1\xfb\x7f\xf7\xc7\xef\xff\xfd\x1f\xbf\xff\xe7\x3f\x7e\xff\x1f\xfe\xf8\xfd\x7f\xfc\xe3\xf7\xff\xe9\x8f\xdf\xff\xe7\x3f\x7e\xff\x5f\xfe\xf8\xfd\xff\xfa\xe3\x3f\xfd\x1f\xff\xf7\xef\xbf\xff\x7d\x4d\x5d\x3a\x54\xff\x47\x7f\x5f\x2f\xc4\x62\x61\x19\xde\xea\x30\x9a\x50\xc1\xcf\xd7\xac\xc4\x07\x3d\xa3\x28\x44\xf4\x5d\x77\x7f\x60\x7c\xa8\x0e\xb1\x9a\xc4\x5c\xdf\x6f\xce\xd7\x92\x53\x79\x7d\x77\x27\xe6\x81\x9f\x09\x58\xf2\xb5\x76\xff\x56\x26\x2d\xf8\xda\x79\x23\xd2\xd4\xbf\x15\x2f\x97\x7e\x14\x89\x10\x56\x7c\xed\x7c\x1b\xa4\x2b\xc9\xbd\xc0\x1d\x77\xe1\x5e\x6e\x87\xdb\x43\xeb\xfb\x8e\xe2\xca\x83\x05\xba\xdf\x8b\xbc\x27\x57\x28\x77\x8b\x2a\x97\xdf\x08\xb7\xe4\x33\x64\x48\x42\xbf\x9b\xda\x89\xcc\x4d\x8a\x95\x1a\x1b\xde\x9d\xcc\x6d\x7b\xa9\xe2\x60\x36\x2b\x0e\x4d\xa6\x10\x71\x72\x76\xe0\x88\x39\x3a\xc3\xb9\x17\x9e\x82\x87\x8e\x3a\x9d\xf2\xe2\xe3\x7e\xd2\xe9\xdc\xd5\xf4\xe0\xfd\x26\x39\x93\x18\x8b\x32\x44\xa1\xc0\x90\xe1\x1d\x24\xe8\x0e\xc3\xdd\xae\x6a\x5b\x23\xf0\xa6\x32\xb0\x1d\x1c\x28\x54\xce\xf0\x38\xa9\x65\x9f\x95\x6a\x8a\x31\xba\x05\x01\x04\xe3\x1d\x5b\xd9\xf6\xca\x89\xe2\x87\xbd\xcc\x2a\xad\x9a\x6f\x31\x46\x01\x47\x91\x92\x7c\x2c\xb0\x23\xf7\x22\x85\x48\xfd\x12\x27\x8e\xee\xf4\x2a\xf2\x1b\x48\x78\x8c\x02\x67\x15\xa7\x99\x59\x59\x08\x64\x0d\x6c\xed\xf8\xf3\xf9\xe5\xbd\x88\xb2\xef\x83\x34\x13\x91\x48\x1a\x2d\x5e\x2b\x05\x6d\xbb\xbd\x76\x82\x3b\xd9\xc4\x47\xa5\x33\x91\x8e\x51\xbd\x97\xeb\x6a\x3b\x48\x74\x2c\x0b\x24\xac\xd9\xc1\x61\x63\xc8\x32\x5d\xb4\xe0\x46\x32\xb3\x98\x25\xdc\x8a\xa3\x44\xf8\xf3\xc7\x34\xf3\x33\x31\x5b\x4a\x10\x6b\x05\x51\x2b\x44\x96\xd6\xd1\xb0\xea\xca\x01\x69\x4d\x5f\xa9\x92\x0b\x3b\x87\x15\x55\xd7\x39\x75\x12\x71\x17\xdf\x0b\x5d\x50\x3b\x8d\x28\x0c\xd9\x77\x75\x57\x17\xa9\xf6\x7d\x17\xaf\xb3\x62\xf6\xc1\xc5\x35\xb1\x8b\x92\x3e\xcc\x41\xfb\x57\x5f\x16\x96\x8f\xb9\x7f\x65\x6d\xbc\xac\x7d\xfd\x28\x45\x20\x15\x01\x41\x1d\xf1\xe3\x12\x7a\x8d\xb8\x74\x04\x29\xff\x33\x04\x45\x30\xa9\x2f\x90\xf1\x48\xab\x32\xe1\x73\x77\x1c\x21\xd1\x51\x01\x6d\x82\x42\x72\x68\xb0\x8b\x6a\xfb\xa8\xc0\xbe\x40\x9a\x4f\x84\x78\x2a\xd4\x31\xab\xd7\x1f\xee\x49\xc5\x8f\x56\xc0\x23\x43\x36\x48\xba\x28\x68\x40\x9b\x3f\x25\x71\x74\xdb\xd2\xa7\xb5\x42\x78\xd6\xd0\x60\x19\x87\x88\x1c\xc6\x02\xab\x18\x79\x48\x5a\xe3\xeb\x2d\x49\x5b\x41\xfa\xd6\x7f\x6b\x0c\x35\x5c\x86\xc4\x85\x3b\x8e\x58\x82\x51\x61\x2e\x40\x0e\xe3\x62\x15\x92\xad\xfe\x57\xb2\x2f\xc9\x3e\xf1\x9c\x2b\x02\x92\xa7\x42\x4d\x55\xd6\xfd\xc8\x62\x57\x9c\x2b\xca\x45\x56\xb3\x7d\xe0\x41\x83\xb9\x7b\xeb\xfd\x44\x1c\xa7\x2f\x0d\xc4\xd8\x33\x27\xb5\xd1\xa8\x3a\xbf\x14\x46\x90\x3e\xe1\x5a\x4e\x45\xa6\x2c\xcc\x59\xc9\x61\xb0\x9c\x1a\x45\x17\x2c\x90\x12\x45\x55\x78\xa1\x41\x55\x74\x51\x92\x3f\x9e\x9b\x2b\x81\x19\xc4\x48\x7a\x5d\x83\x19\x8d\x2d\x65\x37\x0f\x2c\x41\x7a\xda\x93\xf0\xc0\x35\x9e\x84\x49\x5f\x7b\x12\x56\xcb\xb0\xca\xe9\xec\x3b\xf5\xe0\x61\xb8\xcf\x03\xa0\xdd\xe6\x4a\x66\x37\x46\xbe\xf4\x68\xee\x39\xae\x8d\xe8\xf3\x21\xd7\xbe\xb9\x34\x0e\x45\x3e\x1b\x53\xd7\x77\xb9\x2d\xe7\xc7\x52\x43\xeb\x2a\xf7\x2d\xf2\xc6\x48\x7d\xe0\x45\xee\xd9\xea\xbd\x71\x8a\xfe\x52\xab\xa8\xc0\x27\x25\x28\xea\x63\xf8\xa0\xc2\x5f\x53\x0c\xbf\x18\xab\xd1\x6f\x8d\x47\xe4\xb7\x79\xc4\x8c\xd7\xb2\xc8\x10\xc3\xf7\xf2\x77\x80\xe1\x95\x91\xe9\xfd\xc6\x95\x54\x13\x7e\xe0\xaf\x9c\x05\x7c\xc3\x7f\x73\x16\xf0\x4f\x3c\x72\xca\xa3\x09\x3f\xf2\xc8\x29\xd8\x46\xf8\x95\x47\xce\x0f\x41\x94\x0d\x95\x20\x13\x7e\xda\xb7\x4a\x87\xbf\xf0\x54\x5b\x9b\x7f\xb3\x5e\x2c\x44\x02\xdf\xf1\xd4\xf9\xd6\xcf\xfc\x1f\x03\xf1\x00\x3f\xf3\xf7\xc8\xc5\xf0\x37\xfe\x1e\x51\x0c\xff\x9e\xbf\x47\x5d\x0c\xff\x8e\xbf\x47\x3d\x0c\xff\xcc\xdf\xa3\x3e\x86\x7f\xe1\xef\x91\x87\x41\x08\xfe\x12\xb5\x5d\x0c\x99\x7a\x20\x18\x12\xc1\x3f\x68\xaf\x21\x29\x44\xf2\xf9\x93\x78\x4c\x21\x90\x4f\xc6\xa0\x10\x62\xc1\x7f\x2a\x85\xf4\xef\x16\xe0\xcb\x84\x44\x05\x80\x82\xb4\x7c\xfe\x10\xdc\x2e\x33\x08\x65\xc2\x2f\x71\x10\xc1\x5a\x3e\xa5\x71\x92\xc1\x4c\x3d\xa9\xb0\x40\x73\xf9\x58\xa8\xca\x2d\xf5\x5b\xcd\x23\xe1\x42\xf0\x17\x35\xd3\xc0\x95\x4a\xa8\x47\xa7\xb9\x13\xfc\x0d\xb2\xe4\xd4\xcc\xaf\x6b\x0a\xe8\x70\xaf\xbe\xcc\xc5\x62\x2f\xfd\x56\x70\xdf\x79\xf9\xee\xed\xc7\xab\x0f\x70\x23\x9f\xaf\x7e\x7e\x7f\xf9\x2d\x3c\xca\xc7\x1f\x5f\x5f\xfe\x04\xd7\x82\xbf\x47\xa4\xee\x60\xaa\x38\x9f\x1f\x05\xfa\x84\x04\x88\xc9\xbd\x98\x2a\xfa\x04\x63\x78\x10\x8d\x04\x7b\x8b\x70\xae\x48\x86\x5f\x95\x21\xaa\x5c\x56\xe2\xa9\xb5\x43\x13\x32\xc5\xce\x8d\x5a\x41\x3c\x71\xa7\xb2\x92\x4b\xc1\xdb\xed\x5f\x6d\xbb\xdd\xfe\xb5\x72\x37\x94\x8a\xcc\xb6\xeb\x95\xeb\x1a\x89\xf6\x31\xae\xc4\x7a\x18\x3e\x8b\xa6\x08\x2c\x7c\x61\x58\xaa\x44\xb2\x54\xc9\xff\x2f\x97\xfa\xff\x53\x8e\x0f\xe2\xc5\x22\x15\x59\x05\x1f\x24\x3b\x78\x27\xf6\x91\xcf\xb5\x32\xaf\xb9\x11\x3a\x5a\x65\x0e\x0f\x8d\x81\xfa\x8f\x55\xa7\x38\x7e\x4b\x2d\x84\x8e\x01\xd6\x96\xb4\xc8\xc7\xfd\x8e\x05\x0b\xd4\x96\x15\x6e\xb7\x6d\x74\x67\xaa\xc4\x79\x55\xd6\xeb\xac\xb1\xaa\xaa\x69\x41\xa5\xb7\x79\xc0\xf3\x1d\x5c\xed\x37\x63\x72\xbc\xd9\x5f\x2d\x78\xb3\x9f\xb3\x08\x32\xc2\x5d\x88\x78\xae\x27\x06\x01\xff\x28\x94\x1e\xd6\x59\x74\x91\x9c\xe1\x60\x92\x4c\x79\x36\x49\x3a\x9d\x69\x89\x3b\xe1\x85\x38\xf0\x20\xf2\x83\x7a\x38\x12\x09\x44\xfb\x96\x9f\x4f\x92\xa9\x32\xf6\x7a\x2f\x8e\xdc\xbb\x05\xa0\x85\x6f\x0f\xda\x2e\xf0\x40\x4f\x7f\xc6\xd7\x47\x62\x9f\xcc\x4b\xa9\xef\x0c\x96\xfc\x0a\xa5\x3a\xbc\x8b\xba\xf6\x59\xda\x76\xfb\x12\x2d\x8d\xa3\x22\x9f\x2f\x8d\xe6\x92\x84\xed\x93\x29\x64\xdc\x3d\x6b\x2b\x8f\x2b\x35\xc7\x42\x59\xa7\x83\x23\x4d\xdc\xc7\x26\x00\xf2\x49\xca\x23\x15\xca\x6d\x6e\xdb\xeb\x0b\x6a\xdb\x68\xc6\x43\x34\x83\x6a\xd0\x48\xa0\xca\x94\xc5\x85\x84\xaf\x50\x11\xc6\x5e\xcf\xab\x32\x23\x4f\xf0\x59\x72\x91\xa9\xea\x83\x49\x36\xe5\xf3\xf1\x0c\xa5\x93\x6c\x0a\x19\x66\xf2\xb7\x32\xcf\x2f\x6b\x14\x65\xe9\x3f\xdc\x85\xec\x70\x72\x92\xa2\x85\x0c\x9f\x65\x17\xe2\x0c\x2b\x99\x7d\xd9\x37\x51\x59\xc4\x64\x07\x9f\xcc\xc1\xab\x9f\xb2\xa5\x28\x4d\xc8\x7f\xd5\x61\x40\x30\x7c\x10\x0d\x96\xbc\xcb\xdc\x2b\xca\x27\x31\x9e\x99\x52\xef\x84\x11\x6e\xb0\xfc\xa9\x86\x8f\x7f\x11\x7c\x53\xc6\x48\x65\x8d\x5b\xf7\xfb\x7a\x4d\xa0\x14\x13\xbe\x2a\x1a\x2a\xde\x81\xb8\x17\xc9\x63\x93\xd5\xdc\xbf\xab\x56\xf8\x75\xf1\x74\xf0\x0e\x16\x41\x18\x36\x6c\xe7\xd7\x66\xe0\x8d\x63\x5c\x04\x61\x26\x92\xa6\x3e\x5c\x99\xe5\xf9\xdb\x9f\xe8\x8b\xaa\x38\x9a\x37\x55\xfb\xcf\x7f\x72\x68\xd1\x5c\xa1\xb3\xa6\x2a\xff\xe5\xcf\x55\xd9\x10\xd4\xe8\xe7\x3f\x55\x53\xa0\xf1\x6c\x53\xd7\x32\xf1\x27\x6b\x9c\x85\xeb\xb9\x68\x0a\x8a\xd2\x12\x7f\xae\x4a\x89\xe2\x1b\x36\x47\x28\x9e\xda\x1d\x15\x2a\xa2\xa1\x6c\xfc\x64\xd9\x3b\x7f\xd5\xd4\xfd\xeb\x3f\xd7\x7d\x4d\xb2\x34\x74\xc2\x7f\xb2\x13\x15\x4a\xa7\xa1\x6c\xfa\x85\xb2\xf7\x22\x49\x45\x63\x78\x30\xc8\x78\x5e\xa6\x04\x68\x25\xab\x85\xb2\xe7\xca\x69\xbc\x7b\x16\x9d\x27\x67\x58\x3b\x43\x9f\x44\x53\xd0\xbf\x9d\xce\x54\xa7\x9c\x9e\x66\x26\x2d\xab\x46\xe5\x5d\x06\xe9\x0e\xd2\xf8\xae\xd1\xa2\xf6\xdf\xff\xa9\xf9\x93\x74\x5d\x53\x6d\x6b\xb1\x0f\xc0\x64\xe6\xf5\x8d\x42\xe8\x8d\x01\x77\x8a\x9c\x51\xe1\x62\x15\x02\x7e\xaf\xb0\x70\x05\xe5\xa3\x4f\x28\x81\x44\x61\x74\x8c\x12\x43\x45\x41\xe2\xdc\x3c\x66\xe2\x9d\x22\x68\x3a\xc1\xb3\xc4\xf9\xe6\xe7\xab\xcb\x8f\xd7\xef\x2f\x3f\x5c\x5f\x7e\x7f\xf9\xe6\xf2\xed\x15\xac\x2a\xb1\xa1\xb3\x71\xc4\xee\x51\x06\x11\xc6\xa7\x81\xe2\xb4\xbe\x3d\x42\x42\xe4\xd0\x6a\x1f\xb4\x83\x32\x38\xd9\xc1\xdb\x3a\x12\xcf\x3f\x1b\xf6\xfc\xb3\x40\xd5\x69\x03\x49\x68\xeb\xb0\x56\x66\x80\x91\x46\xf2\x01\x5f\xa1\xa8\x40\x92\xb1\xf6\x49\x18\x74\xb2\x8b\x64\x9f\x66\x2b\x79\x78\x2d\xf0\x3e\x0f\xce\xb0\x5e\xe8\x4e\x3c\xe5\xd1\x24\xee\x74\xa6\x3b\x78\x2d\xf8\x26\xf7\x03\x72\xb8\x3d\x83\x7d\x34\xb5\xd3\x7e\x44\x0e\x73\x46\x87\x39\x8d\x23\x92\xc3\xbc\xc9\x41\xde\x1d\x7c\x7f\x64\x56\x35\x4d\x29\x26\x37\x62\x6a\xdb\xb9\xd1\x7a\xa1\x45\x96\xd9\xb6\x0e\xdf\x60\xdb\x46\xf4\xdc\xc9\x30\xe7\x85\x6e\xdf\x0e\x5e\x1d\xa9\xf7\x7b\x49\xb4\x65\xfc\x56\xdb\x0d\xe1\xf1\x0c\x51\x6d\xfc\xc3\xbe\xd1\x82\x19\xf8\xed\x90\x66\x33\xf2\x75\xb4\x57\xd8\xb6\xaf\x51\x22\x29\x5f\x94\x80\x65\x42\x10\xe0\xed\x56\xbd\xaa\x98\x1f\xe6\x39\xd5\xcf\xca\x52\xaf\xd0\x51\x30\xdf\x1e\x92\x20\xd3\x6e\x44\x6d\xbb\x9d\x38\xf9\xab\xf9\x2a\x0a\x4d\x7d\xf3\xbd\x4c\x18\xff\x60\x7a\xc7\x90\xd2\x58\x4c\x8c\x47\x47\x81\x77\x27\xb7\x62\xbb\x45\xbf\x39\x0b\xfe\x4a\xc0\x2b\x67\xc1\x7f\x13\x18\x62\x14\x3b\x1f\x3b\xb1\xf3\xea\x59\xfb\x56\x94\x9a\xf5\x9b\x63\x06\x58\xec\x95\x64\xc1\x2a\x76\x67\x8f\xec\x37\xa1\x1c\x33\x55\xa9\xa0\xb9\x59\x52\xcd\x66\xd8\x36\x9a\x0b\xbe\x6c\x22\x82\x42\x51\x53\x6d\x54\xbb\xff\x07\xc1\x97\x68\x23\xa9\x1d\x7c\xb2\x44\x3f\x08\x78\x2d\x30\xcc\xe5\xc3\x42\x3e\x1b\x66\x13\x83\xfa\xb6\x51\x5c\x21\xfb\x56\xa8\x78\x5c\x6f\x05\xcc\x9a\x62\x5c\xe1\xcd\xae\x70\x54\xcf\xe6\xfb\x3e\xec\xd9\x07\x39\x82\x17\x42\xd6\x67\x69\xb8\x60\x81\x75\x63\x95\x69\x05\x88\xb0\xc0\x8a\xeb\xe9\xdf\xe7\xf6\x47\x61\x99\x5e\xd8\x24\x09\x0b\xc3\x0f\x32\x69\x25\x9e\xa2\xed\xe5\x76\xde\xed\x8e\xba\xc5\x4a\x73\x65\xd8\x19\x17\x1d\x84\x42\xde\x6e\x87\x78\x6c\xbd\x0c\xfd\xbb\x95\x98\x5b\xcc\xb2\x70\xc7\x78\x37\x82\x25\x57\x7b\xac\x23\x60\xc1\xd5\x0e\xeb\x08\xb8\xe7\xd1\x64\x36\x85\x5b\x7e\xbf\xdd\x6e\x76\x70\xc3\xef\x6d\xfb\x1d\xba\xc7\xf0\xc0\xdb\xf7\xdb\x6d\xdb\x77\x5e\x7c\xf3\xa3\x8e\xa2\x74\x25\xbf\xdd\x57\xe4\x06\x6f\xaa\x5d\x31\x7c\x4a\x72\x34\x62\x61\x2d\xab\x31\xdb\x72\xae\xe7\xa5\x8e\xe4\xfd\x64\x39\x45\xc9\xb3\xac\x13\x39\x31\x3c\x08\xbc\xcb\x69\xfa\xfd\x78\x6a\x8d\x75\x42\x54\x6a\x9d\x5e\xcf\x4f\x42\xdb\x46\x11\x47\x46\x14\xa7\x1c\xa6\xa0\x48\x89\x55\x5d\x16\x5d\xd0\x7e\x7f\x4c\xfb\x7d\x46\xfb\x7d\x3b\xc2\x10\x38\xf7\x93\x85\x6e\x3b\x70\x62\x88\xaa\xad\x2b\x1c\x53\x9e\x21\x65\xaf\xbf\x3b\x79\x18\xa3\x7b\x9e\xd6\x8d\xdc\xb5\x77\xb6\x35\x12\x70\x0f\x33\xb0\xae\xe7\x26\xba\x48\xac\xc3\x6b\xc3\x92\xbb\xb0\xd0\x50\x58\x02\x01\x13\xae\x38\xa9\xaa\x9a\xfd\x65\xbb\xb5\x2a\x92\x18\x8b\x73\x14\xf2\x47\x99\x79\xbb\xb5\x3e\x2a\xb5\x9d\xfa\xe7\xb0\xb0\x4f\xd4\xbc\x74\x32\x7e\x23\xd0\xbd\x3c\xe2\xef\xcd\xe9\x91\x2f\x27\x31\x4f\x60\x21\x11\x47\x04\x26\xc2\xf7\x2d\xd7\xd8\x4d\x6f\xd1\x93\xaa\x3c\x58\x6b\x20\xdc\x1e\xb2\xf6\x25\x9a\x08\x16\x08\xf9\xfc\xf6\x74\x81\xcf\xdd\xa3\xb9\x8a\xa0\xe7\xc8\xe7\x2b\x14\xe0\x67\x19\xee\x2c\x2e\x6e\x8f\xd7\x9a\x72\xff\x79\xa6\x4b\xa5\xfc\x0e\x25\xca\x80\x44\x3c\xb4\xfe\x82\x7c\x9e\x3e\x33\xc1\x3b\xe7\x48\xa8\xb9\x85\xcd\x0d\x8b\x21\x66\x0b\x08\x99\x0f\x82\xa5\x70\xcf\x64\xe6\xef\x50\x8c\x77\xf8\x6c\x79\x9e\x9e\xe1\x37\x48\xc0\xb2\xd3\x51\x7c\xd6\x15\xaf\x6c\x5d\xfe\x19\xfd\xa0\x00\xc7\x15\x54\x23\x5e\x58\x70\x8f\x31\xdb\xf3\x79\xae\x0d\x8b\x9a\x24\x26\xf7\xe8\xd4\x7c\xfb\xf6\x30\x5a\xd5\x3d\xe8\x2c\x3a\x14\xac\x7e\x26\x4e\x3f\x7f\x14\x78\xa7\xe2\xbc\x6d\xb7\xc7\x36\x92\xda\x3a\x27\x15\xfb\xd4\x7b\x98\x61\x90\x3b\x67\xfc\xa5\x3d\x13\x3f\xb9\x67\xe2\x71\xc1\xcf\x07\x63\xd9\x9b\x5b\x94\x80\xd9\x1b\x10\xe4\x5a\x89\x6d\xce\xa3\xfd\xaf\x98\x99\x04\xcc\x9e\xda\x6e\x26\x97\x5c\x41\x35\xf5\x3f\xa3\x9b\x36\xe7\x87\xaa\xef\xe3\x8f\xe8\xb6\x30\xd6\xfc\x88\x6e\x30\x66\x32\xa5\x1e\xc0\x51\xb5\x73\xbf\xdd\xce\xd1\x3d\x08\xb8\x9d\x88\xa9\xaa\xb3\xba\x98\x57\x90\x6c\xb7\xe8\xaa\x66\xd5\x71\x8f\xf5\x3e\x7f\xc1\xaf\x26\x0b\x31\x85\xf7\xbc\xdd\x7e\x61\xdb\xa8\xf4\x28\xf7\x42\x79\x58\xcb\x95\xb6\xf4\x1b\x86\x97\xbc\xc0\x22\x27\xb2\xc9\x3b\xa1\x8c\x85\xe5\x4e\xb9\x11\x72\x01\xe4\xd3\x63\x99\x78\xaf\x02\x60\xa1\x70\x6c\x56\x18\x4f\x56\x62\xca\xf9\x8c\xad\x54\xc7\xaf\xf0\x76\xfb\x03\xba\x7a\x02\xc6\xcf\x24\x70\xbf\x9c\xcc\xa6\xfc\x5e\x21\xdc\xef\x3a\xb1\xf3\x93\x42\xba\xe8\xbe\xcd\x6f\x55\xd4\x2d\x85\x88\x61\x06\x9b\x03\x02\x94\x65\xbb\x2a\x9e\xae\xef\xd1\x5b\x27\x5e\xe4\xab\xa2\xad\xe3\x66\xb0\x59\x24\xf1\x1d\x7b\x2f\x20\x5e\xb0\x97\x12\xb5\x59\x07\x75\x5a\xb2\xdf\x72\xc2\xaf\x9a\x3e\xca\x4d\x22\x1b\x7c\x0f\x33\x89\x85\xe1\x2d\x9a\x99\x04\xd5\x83\x4b\x21\x1b\xd1\xf8\x76\x57\xfd\xd0\x96\x05\x24\xb6\x4e\xb6\xdb\xab\x42\x48\xcb\xf9\x5c\xa8\xb5\x2b\x12\xe6\xa2\x5a\xaa\xe9\xd0\x11\x5c\x18\x0d\xeb\x21\xe5\x68\xbe\xd6\x1e\x6a\x12\x9f\x4e\x08\xd0\xe9\x9e\x4c\x18\xe1\x36\xd7\x15\xab\xaf\xf8\xe0\xb3\x8e\x4d\x55\xaf\xee\x6a\x2f\x97\x9e\x66\x5d\xc1\x0e\xeb\x6e\x35\x11\x12\xbf\xc8\x85\x7e\x3f\x7e\xc1\x5e\xca\x79\x78\xaf\x67\x79\x21\xe0\x65\xee\x76\xa6\xd1\x67\x4f\xdd\x50\x2e\x77\x9b\x67\xac\xcd\xf7\x43\xc4\xd2\x3e\x23\xb4\xaf\x2e\x27\x49\xb7\xaf\x2e\x0a\x49\xd7\x83\xbd\x1b\xb9\xc2\xd8\x36\xb7\x52\x27\xbd\x2e\x23\xbd\x2e\x90\x5e\x8f\x91\x5e\xa1\x7e\x5a\xb8\xe3\xcb\xfd\x77\x13\x8f\x32\xe2\xe5\x61\xdd\xba\x03\xd6\x1d\x40\x77\xc8\x0a\x1b\x56\x1d\x66\x52\x99\x38\xd4\x03\xd4\x56\x03\xc0\xed\x5b\xa3\x18\x4f\xe0\xd5\x30\x70\x15\x67\x7f\xd5\x20\xb6\xa5\x3a\x74\xaf\x7b\x78\x79\x75\xa0\x44\x54\xbd\x60\xca\x15\xa1\x87\x83\xbd\x0b\xa6\x81\x6b\x9c\x75\x12\x13\xa9\xd2\xa3\xfa\x82\xa9\xdb\xd7\xf7\x4b\xea\x3a\x69\x99\x5f\x27\x2d\xf2\xeb\xa4\x55\x79\x05\x74\x57\x68\x2c\xdf\x9b\x6b\x9b\xdb\xdc\xfb\xe7\x0d\x8f\x6a\xb7\x2b\x8f\x3c\x2a\x6f\x57\xae\x79\xe4\x48\x0a\x05\x1e\xea\x37\x38\x97\x3c\x72\x5e\x47\x8b\x20\x0a\xb2\x47\xf8\xcc\x6f\xe0\x1d\xbf\x76\xfc\x9b\x14\x3e\xf2\x6b\xe5\x45\xee\x8a\x5f\x6b\xee\x1d\xde\xf0\x6b\x27\x8c\x6f\xe1\x05\xbf\x76\xbe\x7f\x4b\xe1\x3d\x0f\xc6\xd6\xf5\x8d\xc5\x0a\x72\xf5\xa5\x4a\x09\x65\x4a\x85\x28\xfd\xa4\x52\x63\x93\x6a\x48\xd8\xd2\xbf\xcf\x07\xb4\x1f\x43\x1a\x7c\x75\x4e\xf4\x6d\x43\x22\xa7\x6e\xf8\x2c\x39\xcd\x4e\x09\x84\x1c\x91\xf3\xf3\x14\x9f\x12\x58\xf3\xf0\xe2\x82\xc0\x8c\xd3\xae\x62\x89\x3f\x2a\x07\x77\x3d\x7c\xaa\x1e\x06\x03\xcc\x5c\x98\x73\x57\xce\xe6\xb9\xbb\xdd\xba\x3a\x2e\x07\x79\x2e\xce\xdd\x31\x61\xae\x42\xf1\x48\xf0\x77\x48\x60\xdc\xe6\x62\xbb\x15\x9c\xf3\xcb\x31\x0a\xb8\x72\xde\x46\x98\x0b\x11\x0f\x31\x43\x11\xbf\x42\x6f\x90\xc0\xcf\x5f\x60\x10\xcf\x50\xcc\x55\x03\x92\xc4\x23\x92\xf4\x3b\x3d\x85\xf8\x19\xa7\x18\x90\xe8\xf0\xa8\xb3\xbe\xe0\x64\x3c\x7b\x1e\xb3\xd9\x33\x99\x8f\x9c\xae\x31\x7e\x16\x5f\x70\x2a\xf3\x76\x3a\x10\x3f\x97\x79\x55\xbe\x50\x36\x66\x5a\x31\x05\x51\xc0\x91\x78\x16\x9f\x12\xac\x4a\x67\x32\x27\x5f\x63\x26\x7b\xa5\x52\xd6\xd5\x4f\xdc\xc5\xf8\x2c\xbb\xe0\xc3\x33\x7f\x32\xef\x74\xa6\x5c\x52\x99\x01\x04\xcf\x39\xed\x7b\x90\x9d\xf2\x21\x3e\x53\xb1\xc3\x79\x74\x7e\x9e\x6d\x03\x48\x3b\x3c\x3b\x4b\x2f\xdc\x6a\xfe\x08\x22\x9d\x3f\x55\xf9\x73\xf9\xd1\xe4\xf4\x74\x3e\xdd\x72\x42\x87\xcf\x96\xe0\xef\x8a\xd5\xfa\x65\x6f\xb5\x8a\xa5\x89\xd5\xd2\x04\x72\x69\x7c\x1e\xcb\xa5\x49\x79\x70\x3a\x80\x90\x27\x6a\xb5\xc4\x24\x3c\x3d\x9d\xc2\x8c\x13\x3a\xb0\xd7\x3a\xbe\xd3\xc5\x05\x1f\xa8\xfe\xcc\x64\x0f\x9e\xcd\x3a\x2a\x5a\x6f\x78\x7a\x6a\x3a\xa3\x3b\x3f\xb3\x65\xcd\xa7\x6a\xd5\x67\x17\x17\xfc\x34\x2d\x07\x12\xa9\x82\xd1\x7e\xc1\x60\x81\x5c\x15\x34\x60\xc6\xc9\xa9\x5f\x44\x90\x98\x71\xce\xe3\x9c\x8e\x8d\xc6\x6f\xfd\xb7\x6c\x3d\x3e\xbd\x64\x97\x27\x51\x87\x9b\x59\x9d\x9d\x72\xdf\x18\x5d\xa0\xb5\xf2\xde\x87\x9f\x45\x6a\xca\x67\xa7\x19\x2e\x27\xe2\xdb\x5a\xd0\xe7\xee\xf4\xfc\x9c\xf6\xb6\x62\x42\xa7\xe7\xe7\xc4\xdb\x8a\x09\x99\x9e\x9f\x0f\xb7\x62\xe2\x4e\xcb\x32\x6f\xcb\x32\x13\x39\xf7\xa2\xf2\xed\xf5\xfe\x37\x10\x17\x17\x43\x9b\xf6\xfb\x95\x4c\xdf\x1f\xcd\x24\x1f\x88\x97\x3f\xd1\xde\x5e\xc1\x57\x95\xde\xca\x03\xd7\xa7\x30\xac\x0c\xe6\xb7\xbd\xcf\xb4\x0b\xbd\xca\xe7\x9c\x9d\xdf\xdc\xa1\xaa\x85\xc3\x93\x57\x45\xe6\x9e\xa8\xa8\xe3\x9b\xba\x26\x6f\xc0\x17\xa8\x93\xe0\x5c\x52\x24\x26\x2f\xa7\x86\x5e\x7f\xc8\xe9\x75\x25\x40\x6e\xe7\xbc\x0d\x17\x93\xf7\x53\xe7\xfa\x06\x7c\x1e\x74\xc4\xe4\xd3\x14\x52\x9e\x3b\xf5\xf0\xc1\xef\x94\xea\x91\xd1\x38\x65\xa9\x63\xe4\x94\xa8\xd2\x85\x7f\x42\x45\xb4\x1d\x88\x73\x95\xc5\xa2\x1b\xfe\x97\xba\x91\x8b\x39\xd3\xa2\x2b\x21\xf7\x75\x57\xd6\x3c\x42\x9d\x40\xc2\x72\xf7\x6c\x76\x9e\x9d\xcd\x3a\x1d\x9c\x4e\xc2\xce\x6c\xca\xd7\x93\x78\x3c\x63\xd9\xe9\xec\x94\x4c\x77\xb2\x19\xc9\xe7\x6a\x96\x6c\x5d\xc3\xf4\x37\x9a\xfe\xdf\x6e\xf7\xd2\x55\x44\x58\xc3\x00\x6c\xb7\xeb\xa6\xbb\x5a\x1d\x34\x56\x67\x2c\x48\xff\x1b\x15\xc7\x12\x6a\x24\x7b\x9b\xdf\x28\xf2\x53\x52\x0e\x85\xd8\xf6\x47\xf8\x95\xa3\x9b\x26\x7d\x0e\x13\x67\xfa\x46\x57\xf8\x19\x2d\x94\x62\x47\x35\xea\xec\xe7\xca\x76\xf8\x89\xaf\xd0\x67\x0c\x7f\xe1\xee\xd9\x4f\xb9\xe0\xf5\x2f\x67\x18\xfd\xc8\x7f\x9a\xfc\xa5\xd3\x99\xe2\x20\x6a\xdd\x6c\xb7\x29\xba\x81\x1f\xe1\xf3\xe4\xc7\x29\x3e\x89\xb7\x5b\xf4\x6b\x8d\x9c\xbe\xc1\x3b\xd9\xa7\xef\x74\x78\x5d\x1d\x0e\x17\x51\x49\xdb\x57\x03\xc6\x29\xfd\xc4\x28\x1b\x9e\x7c\x97\x3f\x21\x17\x28\xe9\x0d\x7a\xc3\xae\xd7\x1b\x62\x28\xd3\x49\x99\x3e\xc2\xd0\xfe\xce\xb9\xcd\x0b\x60\xdb\x2e\xdf\x08\xde\x6e\xc3\x5a\xec\xda\x8d\xa9\x61\x4f\xdc\xfb\x73\x25\xc8\xb1\x80\x4c\x1e\x7b\x79\xde\xb4\xec\x40\x69\x3f\x7c\x6d\x81\x9d\xa4\xed\x35\x31\x56\x9f\xfd\x7c\xda\xeb\x6b\x97\x4b\x65\xd5\xbd\xb8\xbe\x8c\xbd\xe1\xf7\xe5\x45\x9f\x46\x97\x19\x06\x57\xbb\xa8\x9b\xbc\x9c\xf2\x6c\x07\x8f\x07\x12\x43\x53\xfd\x23\x58\x39\x75\x60\x61\x98\x21\x21\x1b\x2c\x53\x72\xaa\x66\xf2\x72\x0a\x01\x9f\x1b\x15\xad\x40\xe2\xd2\xe0\x22\xda\x3f\x24\xe5\x65\xbc\x3a\xd0\x28\xa9\xc4\xa1\x18\x47\xa7\x01\x5b\x4a\x1e\xed\xb0\x5c\xc9\x93\xab\x2e\xbf\x9f\x72\x1d\x23\x6a\xf2\x69\xca\x83\x62\x18\xc9\x0e\x02\xdb\x46\x3f\xa0\x9b\x3d\x71\xd7\x75\xa8\x64\x5b\x8f\x15\x89\xd9\xf5\x4d\x91\x74\x24\x67\x55\x8e\x76\x1d\x5b\x18\xc3\xde\xc2\xdf\x1e\x2c\x7c\x71\x22\xbe\xd1\x73\x47\x40\xe0\x89\x3b\xcd\xd7\x52\xf9\x10\xdd\x5f\xfb\x23\x65\x54\xde\xd7\x51\x46\xbc\x86\xb0\xfb\x26\x2b\xad\xde\x61\xa8\x18\x1a\x06\x21\x65\x06\xad\xa8\x48\x1c\x12\xd1\x48\xa0\x5f\xb4\xfe\x67\xaa\x6c\x55\xab\xcc\xfb\xd6\xa5\x4d\xe3\xf8\x16\x99\xba\x7a\xfb\x75\xe1\xa2\x0b\xff\x70\xc9\x8b\x8b\x0b\x57\x95\x56\xde\x35\x9a\x8b\xff\x72\xb4\xb8\x41\x54\x45\x79\xaf\xf7\x64\xf9\xe1\x41\x79\x8d\x07\xa1\xf9\xa8\xff\x53\xb1\x70\xf0\x56\x89\xdf\x8f\x9c\xf0\xa6\x7c\xfb\x2b\x5c\xc9\x27\x97\xe2\x75\xf5\x42\x7c\x22\x79\xb9\xbc\xf2\x7f\xbc\xd4\xfe\x82\x55\x0a\xc9\x09\xfb\xfe\x68\x53\xff\x78\xa9\xc3\x45\xda\x2b\xf6\xdb\xf1\x62\xb5\xb5\xa9\x14\x93\x8b\xf2\xea\xa0\xd8\x0e\x9f\xdc\xa2\x7d\x08\x08\xb7\xa8\x0e\xb5\xd2\xda\xc1\x35\x2a\x50\xca\x19\x7e\x95\x13\xe2\x37\x90\x14\x9c\x10\x7f\xac\xf2\xb8\x05\x4f\x6b\x5c\xc2\x1f\xe5\x61\x35\xaf\x6a\x78\x51\xc5\x85\x56\x3d\x37\x56\x02\x74\xe6\x9c\x64\x6e\xc7\xd9\x3b\xd0\xce\x2f\x94\x76\x6a\x5a\x89\x45\xb8\xd6\x9e\x0a\x58\x19\xe7\x7a\x61\xea\xca\x51\x0e\x55\x26\xdd\xeb\x61\x87\xbc\x8d\xda\x35\x66\x6f\xbb\x6d\x97\xcc\x9e\x72\xfe\x63\xbc\xfe\x58\xaf\x0b\x7d\xbc\x8a\x6a\x9e\x7a\x34\xa2\x7b\x9d\xf2\xba\xd0\xef\x82\x8a\xae\x17\xa8\xbd\x55\x26\xe7\xcf\x66\x1f\x54\x5e\xbc\x9e\x96\xfd\x57\x02\xef\x9e\xcd\xce\x47\x67\x18\x25\x3c\x9a\xcc\x95\xc7\xa1\x29\x1e\xa3\x00\x25\xd5\x15\x53\x8b\x55\x4f\x4b\xd5\xfd\x15\x5b\x2b\xdf\xf5\xa5\xea\xf4\x8b\x6f\x7e\x64\x21\x68\xd5\x37\xb6\x06\xa5\xf7\xc6\x7c\x90\x2b\xce\xd2\x9a\xbb\xe4\x5a\xb0\x54\x99\xda\xa8\xce\xea\xe6\xda\xb3\x89\x1f\xcd\xe3\xbb\x23\x61\x2f\xcb\x20\x3e\xda\x33\xaa\x95\x4b\x11\x4b\xa5\xe6\xb1\x65\x31\x01\x16\xbe\xb6\x00\x75\x3a\x49\x27\xc2\x85\x8c\x09\x75\x3d\x5c\x28\x0a\xf7\x9e\x72\x7c\x52\x3a\x18\xde\x8f\x9a\xb5\x4e\x45\xf2\xe2\x56\x44\xd9\x76\x6b\x59\x95\x98\x59\xa4\x77\xd4\x70\x72\x70\x44\x1b\x3b\x57\x61\x4b\x94\x0a\x9b\x70\xae\xb3\x46\x6b\x7a\x15\x03\xfb\xc0\xc9\x04\xb4\x94\x69\x5c\x2b\x11\xbf\xae\x83\x44\xcc\x2b\xaa\x6c\xb5\xa0\x3a\xa4\x77\x54\x21\x7a\x3f\x42\xf1\x70\x90\x6f\xf9\x91\x16\x94\x28\xc1\xc6\x93\xe6\x57\x91\xa3\x17\x62\xbb\x45\xf9\x23\x0f\xc6\x9b\x1d\x4b\x8a\x0f\x9b\x1d\x3e\xb1\xae\x2d\xce\x45\xe9\x3f\x69\xbb\x55\x42\xd2\x6c\xbb\xf5\x51\x06\x22\xf7\x62\x1e\x2b\xf7\x3b\xc6\x0c\xbb\x37\x62\xa4\x37\x82\x03\x6b\xdf\xca\x51\x6e\x70\x32\xa9\x5d\x41\x92\xbe\x8b\x6b\x91\x0f\xe4\xd3\x93\xe6\xdb\x0f\x9f\xaa\xd6\xdb\x5a\x2f\x79\x88\xcd\x20\x20\x6e\x72\x38\x13\x34\x1b\x50\x37\x1a\x79\xc7\xb6\x6d\xac\xa9\xe3\x71\xc0\x22\x8c\xcc\x06\x76\xac\x8e\x26\xe1\xd3\x2c\x4e\x04\x4f\x0e\xcd\xc0\x4b\x97\x4b\xfd\xa3\x0e\xa5\x7a\xfd\xa3\x81\xa8\x94\x8e\x71\xdd\x57\xa8\x8b\x15\x95\x6d\x72\xbd\x51\x1e\x54\x9a\x22\xa1\xb7\x4b\x03\x01\x31\x89\xa6\xdb\xad\xd8\x8f\xb6\x12\x4c\xe4\xd6\x9d\xd6\x62\x1d\x69\xf9\x9f\x5a\xb4\x3c\x50\x15\xe9\xd7\x54\xc4\xf3\xbd\xa3\x34\xbe\x4f\x32\x94\x39\xef\x21\xbf\xa9\xac\x6a\xb2\x29\xed\xe7\x1d\x06\x81\xba\x5d\x8c\xac\xf2\x8b\x8a\x21\xde\xed\xb2\x6e\xd7\x88\x21\x95\x88\x51\x35\xd4\xad\x37\x74\x20\x16\x34\xad\x2a\x6f\xbb\x3d\x17\xa3\x9e\xe9\x40\x27\x73\x5e\x3d\x6b\xcb\xcd\xe0\x61\x34\x99\x3a\x4a\xe7\x4d\x01\xc3\xa2\x67\x47\xd5\xe0\x92\x9c\x97\xa8\x91\x32\x4a\x29\x73\x43\xa8\xc7\x08\xf5\x8c\x70\xb4\xec\x67\xef\xab\x27\x44\xa9\xcb\x29\xc9\x62\x39\x15\x32\xad\x3a\x09\x0a\xff\x95\x95\xf7\xff\xc1\x49\xa0\x47\x26\x41\x6b\xdd\xd5\x67\xe1\xb8\x26\xde\x9f\x99\x06\xef\x1f\xec\xa9\x32\xe5\xb7\x0a\x35\x3b\xeb\xff\x21\xee\xdf\xf7\xdb\xc6\x91\xfc\x01\xf4\x7f\x3d\x85\xc4\xd3\xcb\x05\x22\x98\x26\x25\xf9\x46\x07\xd6\xb8\x1d\x27\x93\x99\xc4\xce\xc6\xee\xee\x99\xd5\x68\xdc\xb4\x08\x59\x9c\x50\xa4\x86\x84\xec\xb8\x25\x9e\x67\x3f\x1f\x5c\x09\x52\x94\x2f\x3d\xbd\xbf\xd3\xbb\x13\x8b\x20\x88\x6b\xa1\x50\x28\x54\x7d\x0b\x45\xb8\xe3\xb6\x92\x76\x94\x8c\xc6\xb6\x2d\x4e\x5c\x1e\x1c\x25\xe3\xca\xa9\x3c\xc2\x1d\x8f\x43\x87\xeb\x4e\x46\x66\x87\x9e\xb0\xd9\xdb\xec\xd3\x33\x16\x4c\x7a\x8e\x92\x72\x7a\xea\x9d\x3e\x78\x65\xa7\xf9\xe2\xee\xb8\x2d\xde\x6f\xab\xda\x55\x87\xa5\x55\xd5\x13\x1b\x9d\x4d\xaa\x9d\xfd\x63\xfb\x29\x1a\xb5\xbd\xb3\x87\xaf\xec\xac\xab\x02\x41\x4a\x12\x14\xe6\x8f\x8c\x06\x4d\x1a\x35\xbb\xd4\x60\x20\xf9\x1f\x50\xe4\xd1\x0b\xda\xbb\xd7\x13\xed\x55\x7e\xbc\x1a\xad\xb5\x1e\x88\x96\xdf\x1a\x70\x9e\xeb\x95\x81\x68\x5b\x25\x92\x65\x87\x7b\x7e\x54\xaf\x90\x8d\x00\x44\x44\x00\x5b\xea\x9e\x66\xe9\x7c\xe3\x40\x99\xa9\xb0\xc1\x02\xcb\x74\xda\xb4\x51\xb1\x51\x18\xb2\x7f\x7c\x21\x20\x2e\x36\xed\x9c\xe7\x78\xb1\xc5\x08\xfc\xbe\x34\x02\x9f\xcb\x38\xc4\x31\x98\x71\xbd\xc2\x3d\x0f\x28\x4c\xc1\x1c\x2d\x9a\x8d\x87\xb9\xd9\xb6\xb8\x66\xbd\x5d\xaf\xa7\x58\x38\xa0\xf0\xb0\xfe\x90\x43\xc1\x2f\x85\x17\x24\xc8\x70\x00\x66\xda\xdd\xfc\x38\x3b\xb9\x3b\xbe\xeb\x76\x61\x0e\x96\xe8\x0e\xdd\x0f\xe7\x60\xc6\x43\x1a\x43\x9f\xfd\x95\x81\xa6\xb8\x4d\x00\x96\x91\xac\x67\x4c\xc6\xe6\x65\x1d\x77\xc0\x04\x87\x55\xab\x73\xb3\xac\x08\x84\x68\x8e\x46\x13\x69\x02\x75\x37\x66\xb4\xe5\x4f\x94\x31\xba\xba\x76\x97\x8d\xc1\x77\x68\x29\x09\xa6\x7e\x7d\x26\xaf\xc5\xf6\x3c\x9f\xfd\xcb\x2f\xbc\x64\xe4\xaa\x32\xb8\xad\xb8\xd2\x62\x84\xb5\xef\xbe\x62\x21\x28\x4c\xdb\x04\x8f\xc6\x8e\xb4\xdb\x65\xac\xae\x93\xd8\xb6\xb7\x3b\xf2\x74\x22\xf0\xd0\x8e\x0b\xdf\xba\xc6\xda\x00\xd1\x7a\xad\x78\x78\x62\x92\xcf\x13\xf6\xbf\xd1\x30\x69\x0e\x5f\xbf\x5e\xbb\xfe\x4b\x56\x91\x44\xb1\x55\xab\x68\xdf\x7b\x7a\x7b\xbb\x32\x5a\x25\xc2\x52\xfa\x3c\xaa\x36\x2f\x53\x0e\xe2\x81\x7f\xc0\x85\xbc\xfd\x97\x45\x23\xec\xf7\xc5\x5a\x3c\xdc\xd3\x52\x8f\x86\x16\xaf\x88\x3f\x87\x7d\x08\xc4\x32\x50\x6d\xa8\xf9\xe6\x08\x55\x1e\x95\xa8\xe1\xfc\x21\xc2\xae\xfc\xf5\x0d\xd3\xa2\x1a\xc4\x50\x38\x0f\xc8\x8f\x10\x95\xbf\xbe\x29\xcb\xcc\x9b\xa8\xdb\x95\x44\xd5\x21\xeb\x75\x76\x82\x55\x3c\xe7\x21\x50\x35\xc9\xc5\x92\x00\x8f\x47\x3b\x70\x91\x00\x13\xc2\x98\x0e\x33\xbf\xb4\x5b\xa0\x43\x32\xca\xc6\xfe\x28\x43\xec\xef\x98\xc9\x03\x65\xe8\xb6\xc8\x39\x55\xd3\x83\x23\x71\x12\x45\x99\x46\x25\xca\x8c\x20\x6f\x99\x11\x0a\x8f\xd3\xb5\x04\x22\xe6\xec\xfb\xb0\xef\x1f\xf6\xd1\xe1\x9e\x7f\xb8\x57\x8a\x6f\xfb\xaf\x91\xaa\x24\x8a\xf9\x68\xcc\xdd\xb5\x4c\xc2\xe4\x1e\x98\x1d\xac\x10\x7f\x1b\x89\xb4\x6a\xff\x6d\x00\x71\x4b\xe4\x3a\x69\x2e\x6b\x9e\xf6\x90\xe5\x93\x1a\x39\xaa\x3e\x49\x52\x52\xde\x9b\xfb\x83\xd7\xf7\x43\xde\x01\x1b\x61\xde\x47\xe3\xaa\xdb\x1a\xee\x74\x52\xb5\x2c\x8d\x17\x4d\x4b\x33\x28\x7b\x9d\x9a\xbd\x6e\x34\x60\x17\x82\x78\x00\x35\x60\xfa\xb6\x15\xaa\x9d\x77\xc5\xd8\x70\xd8\x61\x6d\xfd\x1b\xe3\x7c\xc7\x13\xc8\xd6\x1b\x5b\xbb\x6d\x83\x58\x7b\xac\x82\x18\x25\xa0\xaa\x0b\x84\x28\x7e\xeb\xf2\x4c\x79\x37\x86\xc7\xf1\x09\x76\x8f\xe3\x9d\x1d\x18\x4d\x41\xcc\x8f\x6f\xb6\x4d\x47\xf1\xd8\xf4\x24\x8e\x59\x7b\xc4\xef\x1d\xaf\x3e\x29\x4a\x87\x23\x51\xf2\x25\x43\x2d\xb9\xc6\x6b\xe5\x56\x6f\x8b\xdc\x3a\x0f\x16\x55\xa1\x75\x8b\x91\xff\xef\x90\x0f\xf6\x5f\x23\xb1\xee\xc9\x06\x5e\xf1\x06\x6e\x46\x7b\xd1\x17\x61\x04\xe8\x90\x7d\x1d\xc1\x9c\xb4\x01\x0f\x81\x26\xe6\x7a\x55\x20\x48\xa7\x8d\x56\xff\xcd\x9e\x4c\x1c\x70\xa0\x09\x26\xa1\x26\x1d\x40\xa0\x3d\x9d\x40\x52\x19\x1b\x62\x62\x30\x28\xfb\x72\x4c\x51\x22\x46\x4c\x6c\x84\x35\xfc\x8d\xfd\x57\x09\xbb\xdb\x26\xd4\xf4\x04\xad\x4c\x6c\xa3\xe3\xc4\x0b\xc4\xda\xca\x8c\xf3\x6b\x9f\xea\xa4\x7b\xfe\xc0\x33\x26\xfd\x55\x42\xec\xd3\x9d\x68\x6a\xff\x7f\xd2\x74\xef\x99\xa6\xbf\x44\x9e\x55\x4d\x3f\xf0\x6a\x01\x92\xfb\x7b\x6a\x13\xe5\x0a\xa1\xd1\x58\xdc\xef\x1a\xfd\x6b\x08\x67\xa7\xe1\x33\xb3\x2a\xb5\x0a\x63\xad\x26\x05\x46\x0a\x0c\x27\x06\x11\x00\x51\xb8\x3d\x44\x53\x40\xb1\xe1\x66\x91\xf9\x14\xe9\x88\xad\x39\xac\x22\x07\xab\x0b\xbd\xf2\x62\x38\xc6\x22\x8a\x1b\x5a\x32\x96\xc8\x7e\x4c\x70\x0a\x96\x3b\x31\x44\xa1\x61\xd1\x32\x81\x68\x86\xdd\xe3\xd9\xdb\xc9\xf1\xac\xdb\x85\xe1\x68\x36\xc6\x65\x90\x70\xb1\x36\x34\x50\x58\x77\x06\x7d\x7e\x0d\x16\x77\x67\x63\x03\x89\x5d\x6c\xa5\xca\xf2\x4a\x70\x36\x19\x6b\xcb\xb0\x7f\xe2\x30\x12\x6c\x5e\x0e\x5e\x23\x0e\x32\x5e\xd7\xdf\x42\x55\x79\x3a\xaf\xd1\xd4\x36\x8f\x9c\xdf\xc1\xed\x0e\xbc\xd7\x08\xad\x5e\xed\x34\x24\xfc\xfa\x79\x1b\x33\xca\xc8\xc7\x43\x3d\xd4\x1f\x57\x64\xd5\x0a\xe9\x04\x3c\x27\x28\x51\x52\x37\xac\xef\x64\x0e\x05\x5c\xb7\x65\x3b\xdd\xe6\x45\x64\x48\x0d\x0a\xfb\x56\x79\x56\x56\x9f\x91\x44\x4c\xa8\x6c\x5f\x52\xee\x17\x30\x7e\x35\x36\x77\x50\x53\x70\x09\x4f\x7e\x20\x5b\x24\x8a\xe1\x56\x7a\x3c\x73\xff\x59\xe9\xf8\x5d\x40\x89\x85\x56\x49\xfa\xb0\x69\xcd\xc1\x2f\x97\x59\x06\xae\xc6\xbb\x8e\xe6\x1c\x50\x5d\x4b\xce\xbc\x86\xed\xea\x25\xb1\x31\x55\xa8\x09\xb0\xc2\x8c\xbb\x7c\x9a\x7e\xbc\xba\x14\xf4\xdf\xc1\x38\x83\xba\x39\xc6\x0b\x3f\x13\x3c\xbf\xef\xef\xf5\x0d\x7a\x79\xcd\x0e\xce\xe9\x24\x91\x78\x0c\x4f\xb3\x14\xb9\xe5\x08\xb8\x59\xd5\x7d\x6e\x4e\xe1\xd0\xf4\x2f\x57\x97\x17\x00\xae\xd7\x5e\x07\xe3\x8d\x9e\xb0\x97\xd2\xeb\xc4\x6c\xfd\x66\xe1\x5c\x58\x81\x66\x5f\xd9\xa7\xfe\x86\xa0\xaf\xa4\x2c\xca\xcf\xdb\x0a\xe9\x2e\x59\xce\x6f\xb9\x39\x87\xda\x53\xd7\x6b\x1d\xed\x9e\xc2\x61\x65\x4c\x01\x94\xf1\x4f\x04\x64\x77\xd5\x18\xb3\x4e\x57\xfb\xcd\x13\xa9\x10\x51\xbf\x64\xd1\x3c\x12\x90\x65\x28\xab\xf5\xbe\xc5\xbd\x9e\xb2\xf5\x5a\x44\x63\xcf\x10\x45\x04\xec\x0d\x20\x34\xa1\x59\x07\xfe\xde\xa0\xbc\x9b\x39\x38\x68\xaa\xae\x5a\x2c\x3b\xd8\x94\x50\x0b\x09\xa6\x8a\x0a\x5b\x95\x89\xe9\x5a\x56\x07\x5b\x1f\x93\xfb\x20\x8e\x42\x9e\x6c\xd9\xb6\x00\xb0\x07\x74\x1b\xf4\xb9\x18\xe2\xc4\xf0\xfe\x69\x95\xb8\xc6\x64\x98\x19\x2f\xfc\x6a\xd9\x12\x00\xbd\x84\xb5\x3f\x38\x7c\x56\xc3\xaa\xec\xd2\x2d\xb4\xba\x8d\x92\xd0\x27\x60\x30\x10\x47\xd0\xc1\xc0\x1f\x0c\x0c\xb2\x7e\xc9\x26\x7a\x70\x24\xc9\xda\xed\x9b\xca\xf8\x59\x90\x7f\x94\x02\x1c\xd7\xc7\x6f\x1a\xc3\x73\xf5\x65\x3b\x62\xf3\xc4\xef\x5b\x40\x84\x12\x75\x21\x52\x3b\x0c\x94\xd2\x5b\xc7\x94\xde\xd6\xeb\x0e\x35\xa2\xa1\x7a\x22\x1a\x2a\x50\xb1\x19\x45\x35\xda\x5f\xa4\x12\x92\x87\x43\x7f\x71\xdf\x3f\x01\x3f\x74\xcc\x84\xfb\xea\x87\x86\x78\xdf\x51\xb2\x7d\x47\xc9\xf6\xca\x26\x59\xc5\xd6\xaf\x84\x43\xf5\x0e\xdd\xe6\x49\x10\x06\xb3\x59\xc3\x60\xa0\x04\xef\xfe\xf3\x1f\xf9\x1b\x2d\x1a\x83\xd1\x3f\xdb\x60\xfc\x06\xee\xb6\x04\x90\xbf\x22\xe9\xbd\x7d\x68\xdb\x14\x64\x0a\xdf\xff\x39\x78\xe2\x32\x0e\x05\xb0\xac\xae\x70\x89\x9d\x73\x60\xe7\x04\x8e\xbc\xb1\x04\x79\x2e\xef\x17\xad\x42\x4a\xb5\x95\xb0\x66\xde\xe1\xcb\xe0\x0b\x07\x0a\x88\x69\x70\x50\xd5\x3e\x0c\x8e\x20\xb0\x3e\x07\x0b\xab\xea\xeb\x50\x77\x6b\x2a\x2d\x19\x6b\xe7\x3d\x75\x76\x73\x0d\x75\x9b\x5b\x51\xcb\x56\x4d\x00\x8d\xd8\x2c\x77\x84\x9e\x27\x34\x7b\x94\x9b\x1c\xe2\xcd\x80\xa8\xd4\x79\xb1\xe3\x9c\x73\x5f\xf7\xb9\x32\xfc\x21\x33\x27\x24\xd3\xda\xe7\x62\x3b\x75\x7d\x09\x54\xc5\x6f\x0b\x38\x5f\x3b\xf0\xbd\xc1\x01\x1a\x1c\xf8\xec\xdf\x23\x7f\xc0\xef\x22\x0f\xb7\x5f\x04\xf1\xc5\x73\xe4\x6a\x10\xa5\xfc\xdf\x19\x55\xe8\x59\xc1\x24\xcd\x67\xc6\x51\xaa\x03\x22\xdb\x3e\xf0\x5c\x6c\x3a\x33\x47\xe0\x82\x73\x61\xe7\xf3\xe9\xdf\x6e\x7e\x3e\xfd\xf4\xd3\xb9\x70\xde\xf1\x76\x5d\x28\x00\x20\x59\x9b\xe9\xcc\x42\x2b\x5e\x5e\x83\x84\x20\x80\xa5\xde\x7a\xdc\x12\x95\x9c\x1c\x0d\x8e\xdc\xfd\xde\xfe\x9e\xb3\xdf\x1b\xf4\xf6\xbc\xbd\xfd\xa1\x0e\x50\x4d\x60\x97\xff\xfe\x74\xd1\xf3\x33\x40\x76\xbc\x6e\xc2\xfe\x85\x6f\x12\x40\xba\x1e\x34\x37\x64\x74\xe4\xfa\x47\x9c\x8f\x1c\x6e\xdf\xf8\x95\x5f\x76\x90\x47\x49\xb5\xa7\x99\x6d\x7b\xbb\x19\x70\xe1\x89\xd9\x01\x96\xcd\x37\xce\x8f\x06\x68\xb3\xde\x77\x70\x97\x42\xdb\x76\x3b\x98\x0e\xe9\x5b\x77\xb8\x43\xc0\x0e\x85\x65\x8c\x6d\xda\xd5\xe3\x0c\xe8\x1b\xca\x5a\xed\xd3\x9a\x20\x71\xf8\xa4\x20\x21\x5a\x4c\x83\xe6\x16\x73\xed\x87\xd1\x64\x96\xaf\x49\x2a\x33\x23\xaf\xeb\xc6\xf1\x08\xe0\xbb\xc0\xdb\x21\x10\xee\xf6\xea\xad\xda\x7b\x86\x8a\x3c\x2d\x48\xc9\xca\x27\xb7\xcd\x12\x61\x26\x6a\x7e\xa3\x62\xb4\x03\x33\x86\xba\xb7\xdb\xaf\xce\xa3\x0c\x7e\xee\x1d\x6e\xd9\x95\x0d\x01\x4e\xd5\x1b\xff\xd6\x68\x42\x05\xc8\xc9\xc9\x09\x76\xe1\xb0\xef\xed\x18\x24\x5c\x92\x57\xd7\xd9\x93\xad\xfa\x74\xf9\xa1\x77\x0e\xfd\xfe\xc6\x20\x34\xee\xd5\x95\xa9\x21\xdf\x17\xf5\xf6\x6c\xa1\x7b\x39\x0e\xdd\x0c\x34\x0f\xf8\xf6\xcd\x94\x0f\xf8\xe1\xa1\xa9\xe8\x00\x59\xc7\x08\xe0\x5f\x52\x00\x7f\x94\x82\xa3\x18\xd1\xc3\x43\xff\x90\x5f\x6d\x1f\x1e\xbd\x74\x44\x45\x08\x7c\x9f\x80\xc3\x23\x53\x5d\x7c\x78\xe4\x1f\x72\x0e\x73\xb4\x65\xcb\x31\x29\xf6\x36\xaf\x15\x3a\x7b\x5c\xa4\x75\x9e\xa7\x0e\x91\x02\xb5\xd3\x95\xb1\xde\x37\x4e\xe3\x31\x76\x8f\x83\xb7\xf9\x31\x8c\xdf\x82\x04\x1b\x5a\xb6\x51\xd0\xed\x8e\x21\x1c\x82\x14\xa7\x6f\x40\x84\xe3\xdd\x04\xbe\x89\xba\x1e\x8a\x71\x02\xfd\xb4\x8b\x93\x13\x77\x08\x22\x9c\xec\xc6\xf0\x4d\xe4\x27\x1a\xfd\x1a\x73\x66\x35\xf4\x76\x5d\x3f\x7e\x53\x2e\xd1\xb4\x2e\xe4\x1f\x6d\x57\xb2\xab\x9e\x46\xf3\x65\xfc\xa4\x06\x4a\x6a\xea\xf6\x3a\x38\x03\x83\xde\xd1\xe0\x68\xff\xa0\x77\xb4\x87\xf6\xe0\x7a\xdd\xeb\x68\xe0\x04\x2e\x17\xcb\xa1\x62\x45\x36\x1e\xe2\xbb\x6c\xef\xee\x32\x96\xbd\xbf\xb7\xd7\xdf\xb3\x33\x94\xca\x5f\xba\x6b\xee\x3a\x7a\x93\x76\x01\x90\x19\x4e\x4e\x4e\xbc\x7d\xf8\x26\xed\x46\x6f\x64\x52\x22\x92\x84\x21\xe5\x89\x5b\x59\x7d\x5a\x26\x3e\x7a\xc6\x98\xa0\x9c\xd6\x38\xbd\xf3\xdc\xa6\x65\x6f\xb0\x71\xbd\xc8\x3c\xf7\xbc\x3e\xc0\xcf\x9f\xd3\x8c\x8a\x16\x3e\xdf\xbe\x9a\xf8\xfe\xd1\x33\xb7\xfd\x95\x82\x1a\x2d\x2e\x8d\x06\xef\xaa\x7d\xa7\xde\xda\xed\x4c\xb1\x56\x49\x1e\xdd\x25\x3e\xe7\x92\x4d\xcc\xed\x68\x3b\x73\x53\x6b\x5d\x6d\xd1\x9a\xbf\x3c\x4d\x5d\x3d\xb2\xe3\x1d\x74\x70\x47\xd0\x72\x94\xcc\x80\x48\x82\x26\x5d\x55\x36\xb4\x7a\xcf\x39\x43\x96\x5b\x33\x47\x33\xdc\x51\x8c\xca\x07\x62\xdf\xdd\x49\xc0\x0e\xfb\x0b\xdf\x08\x26\x7a\xbe\xdb\xdb\xa4\x9e\x92\xdf\x1c\x3d\xc9\x3c\x9b\x3b\xa9\x9b\xba\xb1\x91\x69\xf0\x4c\xd6\x44\x1e\x40\x6e\xc7\x90\xaa\xe4\x72\xf6\x23\xf1\x63\xc7\xf3\x01\xdd\x89\xe0\x2e\x07\x99\xec\x26\xbc\x23\x45\x13\x53\x3c\x7a\xe6\x08\x63\xb4\x28\x5b\x26\x93\xe6\x6d\xc6\x1d\x96\xfb\x8b\xaf\x11\x37\x05\x60\x66\x95\x7e\x5e\xa4\x29\x3c\x94\x37\xdf\x47\x55\x4d\xe1\x41\x5f\x59\x8e\x79\x32\x26\x58\x4f\x42\x38\x0a\x2f\xb9\x18\xcb\x80\x2c\xdc\xcb\x4e\x88\xff\x93\x4a\xe0\xbb\x10\x53\x47\xc8\x6f\x68\x86\x43\x34\xc5\xa1\x71\x28\x58\x60\x4b\xbc\xb3\x30\x3b\x76\x83\xa3\x7d\x08\xa6\x10\xa2\x39\xb6\xd8\xc7\xec\x50\x50\x0f\x84\x84\xee\x1b\xac\xd5\x52\x40\x50\xc7\x13\xc1\xa6\x72\xa5\xe0\x33\x60\x42\x34\x12\x96\x09\xd9\x1c\x60\x40\xf1\x7c\x48\x79\x3b\x01\xf4\x27\x80\xa2\x3e\x84\x66\x78\x01\x97\x17\x39\xe8\x8b\x60\x10\x83\x3d\xf6\x97\x1f\xd8\x0e\x0f\x31\xc6\x20\x93\xa1\x03\x65\xee\x1e\x84\xeb\xb5\xd7\xe3\xb6\xf8\xea\x50\x76\x11\x5c\x68\xaf\xf9\xc1\xa1\xf8\x3e\x7f\x88\x78\x90\x3c\xf3\x5b\x0f\xc2\xd5\x24\xc8\x49\x7b\x7f\xdf\xe7\x7f\x8f\x0e\xfd\x04\xf7\x50\x84\x07\x47\xad\xdb\x8c\x04\xdf\x5a\x3c\xf9\xe0\x48\xbc\xf6\x3c\xcf\x4f\xf0\x21\x8a\xf0\xde\x9e\x7c\x1f\x92\x69\xb0\x8c\xa9\x2f\x6a\xee\xd2\x42\xfb\xd1\xa0\x18\x53\xe9\xc1\xc3\x01\x37\x5d\x14\xea\xa0\x95\xc7\xcb\xb7\xe1\xf1\xb2\xdb\x65\xe7\x43\x90\xe3\xd8\x6c\xd4\x12\xc2\xb7\x83\xc3\xf5\x3a\x3f\x89\x8c\xfe\xa8\x05\xa0\x22\x1d\x82\x98\x07\x22\xd5\xd5\xf2\x53\x6a\x08\xac\xb6\x9b\x7a\x16\x5c\xaf\xd9\x6f\xf7\x96\xff\x0c\x81\xd5\x75\xbf\x7b\x16\x84\xab\xb0\x61\x1a\xeb\x9b\xf0\x5b\x8f\x1f\x40\xb2\x4a\x78\xa9\x8a\xab\x7c\x68\xdb\x60\x31\x0c\xaa\xb7\x2f\xe2\xca\xff\x72\x6a\x68\xab\x7d\x45\x67\x1d\x9c\x80\x0c\xc2\x61\xc4\xb5\x6d\x33\x70\xcf\x43\x56\x64\x28\x84\x3e\xfb\x59\x68\x1d\xf3\x1d\x47\x12\xdd\xdb\x87\xc3\x1c\xcc\xa0\x6f\xe9\xc3\x07\xfa\xfc\xf1\x42\xfe\xba\x08\x2e\xd0\xc5\xf9\x87\xd3\xeb\x8f\x3f\x9f\xdf\x7c\xbc\x78\xff\xf1\xe2\xe3\xf5\xdf\xd1\x97\xcb\xab\x8f\xd5\x94\xf3\x2f\x57\x1f\x3f\x5d\x5e\x20\x25\xc2\xa3\x28\xff\x98\x50\x72\x47\x32\xc4\x71\x6f\x51\x94\x5f\x05\x53\xa2\xd2\x58\x55\x57\xa7\xef\x59\x01\xd7\xe7\x1f\xce\xbf\xf2\x1a\x2b\x09\x46\x98\x4c\x1d\x6f\x52\x97\x69\x9a\x06\xa3\x47\xec\x1e\xdf\x2a\xf2\x7f\x3c\x7e\xec\x76\x61\x06\x66\xe8\x0e\xdf\x8e\x1e\xc7\x1c\x4e\x06\x84\xe8\x0e\xda\xf6\x92\xfd\x45\x31\x7b\x07\x61\xcb\x58\xa4\x78\x8a\xa6\x15\xcf\xa1\x10\x95\xea\x1e\x39\xaa\x28\xac\x46\x78\x16\xea\x1a\xa4\x83\x4c\x4a\x25\x98\x04\x61\xde\xb0\xe7\x96\x7e\xc3\x7d\xff\xa0\xdf\xe8\x19\xdc\x73\xb7\x0b\x7f\x8a\x63\xaa\x96\xac\xe4\x60\xfb\x5a\xf4\xef\xa1\x9d\xbd\x1e\xac\x30\xc5\x9e\xfb\xa4\x8c\x25\x4c\x44\xd5\x6c\x6d\xd4\xa0\x5e\x34\x30\x66\xa5\x30\x2c\xb1\xca\x79\x6c\xa2\xea\x96\x25\xed\x3e\x7b\xee\xf3\x02\x8f\x51\xa7\x9c\x5d\x9f\x80\x83\xc3\x8a\x41\xc5\xa1\x7f\x20\x8a\x7b\x5e\xac\x31\x8a\x63\x27\xe1\x86\x6d\x99\x74\x30\x29\x6a\x63\xf5\x8c\xd2\xf9\xa0\xdc\x53\x0d\x09\xdc\xa8\xca\xa0\xed\x2d\x67\x35\x68\xdb\x2c\xe5\x2d\xae\xa3\x26\x17\x8d\x1d\x7d\x5e\x22\xd2\xb5\xd7\xd7\x92\xbf\x51\x43\xb5\xaf\xcf\x9f\x00\xcb\xa2\x6b\xab\xd2\xdf\x79\xa6\xec\x67\x64\x13\xcf\x73\x2b\xa7\x2d\xa9\xf5\x28\xd7\x7a\x87\xeb\xec\x75\xfd\xe5\x0b\x79\xf6\xf2\x3c\xd7\xf7\xbc\xf2\x9a\xa7\xe7\x3e\x73\xbc\xf3\x3c\x6f\x6b\x8d\x1f\x93\xc6\xfa\x3e\x26\x65\x6d\x9e\xef\x79\x9e\x51\xdb\x6b\xae\x24\x35\xa4\x79\xbf\xa7\xee\x24\xb9\x8d\x9d\xe7\x38\x34\x7d\x1f\x7d\x27\x21\x0a\x0c\x25\x10\xca\xf1\xc8\x45\xfa\xff\xc6\x28\x56\x92\x83\xca\xee\xf3\x90\x8d\x59\x46\x26\xb4\x1d\x25\xf7\xe9\x24\x60\xed\xe8\x58\xb5\x10\x1a\x26\x94\xeb\x8e\x87\x12\x4c\x8f\xbb\xdd\xec\xed\xfe\x31\x4c\xba\x98\xbc\xc9\x47\xd9\x18\xb1\x7f\x70\xf2\x5f\x1e\x39\x40\x09\x0e\x40\xb2\xeb\x91\x03\x1e\xff\xc2\xec\x5d\x19\xee\x60\x1f\x65\xd8\x3d\xde\xd9\xa1\x27\xd8\x3d\x86\x59\x17\x73\x7c\x52\x8e\xa9\x17\x80\x6c\x97\xb0\x0e\x67\xff\x45\xde\x78\xe4\xa0\x40\x61\x33\x46\xe9\x3e\xa2\xd8\xb2\x8e\x77\x76\x08\x2f\x84\xc9\x31\x56\x07\x63\x2a\xfd\xe9\x45\xd0\xc6\x7c\x44\xc6\xea\x54\x26\xaf\x1c\x78\x52\x8b\x7d\xab\xee\x51\xbb\x32\xaa\xa2\xe5\x5a\xe8\x60\x47\x9d\xf4\x60\x37\x53\x01\xee\x68\x35\x48\x82\x09\x6e\x56\xde\xc6\xfe\x57\x0f\x63\x6f\x38\x63\xaf\x77\x3c\x94\xbd\x21\xd0\x9f\x01\xf2\x86\x20\xba\xdb\x43\x19\x2c\xcc\x5b\x26\x6e\x26\x03\x2c\xd7\x71\x5d\x97\x35\xfa\x90\xec\xec\xa9\x59\x01\x7d\xb8\x5e\x5b\x1e\x4b\x76\x8e\x74\xa2\xcb\x13\x9d\xde\x1e\x4b\x67\x7f\xcb\xfc\x3d\xfe\xca\xad\xfe\xe7\xf5\x0e\x59\x4e\xe0\x7e\x0f\x89\x7b\xbb\x7f\xdb\x0f\x0e\xf6\x07\xae\x7b\xe8\x42\xa3\x48\x71\x69\x58\x3f\xaa\xa4\x26\x34\x99\x49\xcd\x8a\x6c\x36\xd6\x87\x40\xd5\x45\x53\x79\x59\x8d\x62\x88\x16\x02\x40\x7f\x8e\x2d\x0b\xdd\x63\xcb\xe5\xe0\xe7\x8b\xb7\xee\x7a\xbd\x38\xe9\x35\xc4\x9f\x89\xb9\xd8\x38\xed\xe0\xa9\x14\x9b\xac\x8b\xe0\x82\x7f\x34\x7d\x8b\x77\x3c\xd2\xf3\xd6\xeb\xe9\x09\x66\x3f\x94\x5c\x25\xe7\x73\x2a\xbe\xe4\xd6\x39\x73\x6c\xed\x58\x68\x8a\x77\xa6\x10\x4d\x4f\x3c\xb2\xd3\xf3\x18\x61\xa4\x4c\x6c\x6d\xa6\x44\x97\x2d\xad\xe3\xec\x04\x0f\xdc\xa3\xfd\x63\x48\xbb\xd8\xeb\xa1\x6c\x97\x3f\x8a\xcb\x80\xec\x04\xf7\xc4\x0b\x96\xde\xd3\x67\x99\x02\x4c\xdf\xcc\x40\x0f\xed\x1f\x21\x0f\xc2\x9d\xfd\x23\xf8\xd6\x1d\x8a\xa4\x1d\x8a\x3c\xe8\x4f\x77\xd9\x6f\xf6\x13\xa5\x6f\xf0\x60\xcf\xed\xef\x1d\x1d\xed\xf7\x0e\xfa\x07\xee\xe0\x68\x1f\x01\x8a\xf7\x7a\x3b\x14\x9e\xb8\xa2\x3d\x4b\xe0\xa2\x94\x9d\x18\x16\xc7\xc1\x09\x3e\x38\x86\x4b\xc0\x96\x93\x0b\x51\xb0\x83\x0f\x04\x28\x01\x98\x01\xcf\x45\x81\x08\xdf\x80\x02\x4c\x77\x3c\x96\xb9\xd7\x3f\x86\x13\xe0\xbd\x7d\xdb\xeb\xf3\xdc\xbd\x7e\x8b\x3f\x06\x10\x2d\x81\xc7\x72\x4f\x98\x14\x7b\x8f\x43\x20\x9d\x7a\x65\x65\x4b\x8e\x5e\x40\x59\x61\xfc\xa5\xb9\x12\x16\x65\x8c\x11\xbc\x38\x71\x87\xf3\x2e\x13\x76\xef\xd5\xea\x78\x8b\x17\x43\xcb\x75\xac\xca\x27\x3b\x39\xec\xde\xfb\xf7\x3a\x16\x52\xbe\xb3\x80\x5d\xcb\xb1\xba\x2a\x89\x25\x40\x7f\xde\xbd\x57\x56\x02\x2a\x34\x92\xb0\x87\xea\xf7\xfc\x7e\xaf\x76\xf1\xd7\xf3\x5e\x63\x1f\xb0\xdf\x33\x79\x24\x67\x8d\x5f\x32\x32\x89\xf2\x28\xad\x18\xe0\x65\x0d\xa7\x73\xb1\xe8\x64\x7f\x3c\x54\xb9\x7b\xaf\xe6\x8f\xb6\x2f\x11\x5d\x5b\xc3\xb1\x58\x5d\x17\x88\xec\xff\x1f\x33\xf3\x16\x56\x0c\x37\x22\xec\x91\xa1\xac\x9c\x42\x5f\xfd\x42\x4a\x5a\x6a\x1e\xbf\xe7\x2c\x50\xd9\x88\x18\xc8\x86\x41\xae\xb4\x22\x7b\x15\xad\xc8\x9e\x7f\xb4\xc7\xcb\x7b\x5e\x06\xd3\x65\x4d\x32\x12\x50\xe2\xf3\x63\xaa\x59\x16\x93\x58\x79\x59\xcf\x09\x60\xca\xc6\x63\x6f\x1f\x1a\xc5\x56\x00\x16\x23\x92\xb3\x0a\xa4\x84\x67\x02\xed\x1c\x1d\xfa\x47\x5c\xfc\xf1\x9e\xd3\x3a\xbd\xa0\x9a\x47\x5f\x9e\xd6\x37\xab\x91\x37\x62\x3d\x6f\x8b\x94\xa5\xee\x43\x8f\x7a\xd0\x49\x93\xf7\x19\x21\xbf\x91\x16\x01\x9e\x7b\x00\x81\x35\xe5\x8f\xcf\x5c\x82\x25\xa5\xb4\x69\xdb\x14\x24\x70\x48\x40\x06\x12\x08\xfd\xa4\x90\xf7\xbd\xee\x81\xef\xb9\x07\xea\xda\xb1\xe7\x1f\x89\xc9\xdf\x76\x6b\xde\x97\xea\x0b\xae\x8a\xd0\x8d\xd9\x86\x6a\xd9\x14\x96\xdb\x44\x1e\x4c\x4c\xd3\x1a\x1e\x64\x1e\xd6\xda\xa5\x4c\x1d\xf5\x01\xc5\x3b\xd8\xb0\x13\x69\x68\xc2\x45\x30\x27\x79\x63\xed\x2c\xbf\xcb\xa7\x43\x54\xe3\xfa\x9e\xeb\x22\x59\x1d\xaf\x60\x8b\x28\xc7\x8d\x2d\xd4\xf5\xb4\xd9\x73\x23\xe2\xee\x33\xfd\xad\xf5\xb6\xec\xab\xbc\x02\x56\x7d\x16\x16\x0d\xbc\x31\x5b\xb4\xfa\x07\x47\x65\x13\xa2\xfc\xfc\x3b\x25\x49\x1e\xdd\xc6\xcf\xd1\x43\x09\xae\xda\xa1\x1c\x4b\x15\x74\xc8\x7a\x4d\x38\xd8\x5c\x03\x3d\xb0\x16\xf4\xb6\x1c\x08\xab\x2d\x78\x9f\xa5\xbf\x91\xe4\xc5\xb5\xb3\xca\xd7\x6b\x1e\x76\x93\x55\xbe\xb5\xee\x2d\x2c\xa8\x5a\xf7\x15\x09\x62\x12\xfe\xe1\x75\xbf\x82\x5d\x45\x8c\x93\x78\x9e\xbc\x4e\xf1\xbc\x23\xdf\xf3\x4a\xab\xdc\x5e\x6f\x0b\xb7\x32\x28\x6a\xaf\xec\x10\xb7\x37\xff\x9d\x74\xb4\xe7\x7b\xee\x5e\x13\x1d\xf5\xb6\x70\xb2\x27\x59\xcc\x22\x23\xf7\x24\xa1\x92\xba\x78\x94\xda\xff\x1b\x6e\xd3\xfb\x3d\x0c\x30\x27\x41\xfc\x7f\xd6\xa0\xe7\x0f\xa7\x7a\xf2\xab\x31\xb7\x19\x21\xf4\x5c\x1e\x0c\x44\xda\xbe\xb9\xbe\xd7\x33\x4e\x8a\xbd\x97\x98\xf3\x0e\xf6\x58\xc7\x57\x45\x2b\x1b\x35\xc6\x6e\x1e\x63\xeb\x37\x0b\x65\xc2\x42\x68\x24\x82\xfe\xb7\x7f\x1b\x97\xf6\x41\x9b\x41\xbb\x9b\xcd\x85\xa4\x04\xa3\x8a\xb0\xba\xc2\xe6\x05\x76\xad\xb1\x25\x40\x36\x4b\x9b\x20\x54\x71\x50\xe5\x7d\x79\xf6\xd4\x2b\xc7\xeb\x83\x90\x9e\x6a\x07\xec\x17\x9c\xab\x7b\xdb\x6f\x35\xab\xe7\x6a\xb3\x06\x75\xa0\x7e\xf6\x1c\xdd\x7f\x56\x44\x44\x65\xcc\x41\x05\x7d\xb7\x7f\x28\x1d\xd2\x7a\xc2\x21\x6d\xa0\x80\xef\x5c\x01\x7c\xc7\x88\x36\x94\xc6\x9c\x33\x09\x84\x37\x65\xef\x15\xea\x5d\x6f\x4f\x85\x55\x1a\x88\xf8\xe9\xf7\x8c\xc4\xfb\x10\x08\xe0\xbb\xa3\x81\x08\xad\xe4\x79\x3d\x11\x5b\xc9\x1b\xec\x8b\xe0\x4a\x9e\xd7\x87\xe8\x01\x07\x46\x7c\xa2\x73\x1c\xe8\x20\x87\xdf\xf1\xb9\x6d\x9f\xab\xa0\xd1\x39\xba\xc4\xdf\x6d\xfb\xbb\x73\x7f\xb8\x5e\x5b\x16\xba\xc2\x81\xf3\x25\x4b\xe7\x51\x4e\xd0\x35\x36\x22\xf4\xc5\xe0\x1c\x9a\x70\xc4\x70\x55\xa0\x53\x9c\xe1\x3b\x67\xca\x91\x3f\x6b\x16\x40\x62\x06\xae\x9c\x8c\xe4\x69\x7c\x4f\x00\x47\x50\x07\xb4\xa2\xb7\x5c\x15\x70\xb4\x11\x25\x7a\x8c\xab\xdb\xf6\x67\xf4\x19\x16\x0a\x05\xe6\x7a\xbd\x6e\xb0\xab\x97\xed\xfd\x4a\x18\x71\x46\x69\xc2\x83\xe8\x41\xdb\xa6\x0e\x9d\x91\x04\x7c\x36\x0d\xfb\x33\x6e\xa7\x81\x2f\xb5\x5f\x97\xb5\xef\xec\x5b\xd0\xb6\x77\x3c\x8c\xf1\x63\x99\x7c\x36\xcb\xd2\x39\xd9\xdd\xdf\xb7\x54\x5c\xfa\x04\xae\x8a\x02\x40\x74\xb6\xa9\x28\x57\xc6\x5a\xa0\x33\xe1\x08\x03\x9b\xe6\x63\x80\x62\xc2\x9b\x03\x59\xc3\x0a\xf4\xad\x01\x9d\x80\x38\x37\x09\x5c\xb1\x7f\x71\xc7\x55\x16\x4e\xce\xcd\xa4\x75\x5f\x55\xa7\xab\xfb\x72\xf6\xf2\x9e\x9d\x43\x30\xfb\x95\xcb\xcb\x73\x9d\x53\x87\xc3\x14\x51\x69\xa2\x21\x75\xd2\x6f\x3e\x75\xa6\x41\x14\xf3\x0b\x08\x39\x37\x68\xc9\x7f\xb3\xc1\x43\x13\x4c\x9d\x30\x9d\x07\x51\xd2\x62\xb3\x98\x0f\x41\xb4\x5e\x83\x1e\xaf\x60\x66\xdb\xef\x98\xf0\xc5\x7e\x62\x8f\xad\x7a\x8c\x71\x3e\xcc\x70\xe2\x83\x89\x6d\x4f\x1c\x92\x50\x92\x01\x36\xd1\x39\x48\x20\x9a\xd8\x36\x98\x38\xe4\x7b\x44\x01\x5b\x12\x1d\x17\xb2\x57\x18\x73\x7e\xc3\x26\x6c\xb8\x04\x0f\xc0\x92\xb3\xb7\x33\x99\x05\x51\xd2\x9e\x3c\x4e\x62\x62\x41\xe8\x83\x14\x9f\xf1\x8b\x01\xa9\x30\xc8\x50\x8c\x96\xd0\x8f\x59\x9a\xbf\x04\x89\x9a\x95\x10\xae\x26\xb6\xdd\x09\x78\x03\x44\x5d\x4b\x10\xc2\xa2\x38\x56\xaa\x96\x93\xf4\x18\x06\x20\xe3\x10\xfb\xb0\xc5\x06\x14\x8f\xc6\x48\x0c\xb3\x87\xa8\x6d\x77\x44\xe7\xbe\x0a\x37\xd0\xa2\x40\x5f\x2b\x33\x3c\x17\x0d\x08\x36\x0c\x28\xe5\xb2\x17\xd3\x90\xe2\x7f\xa9\x48\xb8\xb6\x0d\x28\xbe\xad\x82\x99\x0e\xcf\x1d\x32\x8f\x28\xb0\x96\xc9\x2c\x48\xc2\x98\x84\x9a\x5c\x2d\x14\x21\x02\x7d\x90\xe1\xc0\x49\x13\xfd\x3e\x53\xef\xe1\x30\x03\x2b\x39\x64\x3e\x41\x19\x09\xf2\x34\xf1\xa3\x82\x23\x34\x06\x7c\x45\xa5\x31\xd7\xd8\x3a\x84\xad\x76\xfd\x03\x58\x3f\xa9\xc2\xda\xf2\xfb\x76\x66\xd4\xca\xaf\x85\xf9\x6c\x5e\xaf\xd7\xac\xf5\xc3\x9e\xef\xf1\x94\x40\x79\xca\xa5\x6c\x15\x11\xa9\x50\xa1\xce\x3d\xdf\x0e\xff\xd5\x84\xc1\xe0\x75\x14\x91\x30\xb2\x00\xac\x10\x8e\xb4\x31\x51\x01\x31\x0a\xf4\xee\x85\xc3\xda\x2a\x47\x4b\x37\xf7\xcf\xa2\x1f\x16\x1f\x29\xca\x47\x4a\xbf\x93\x7d\xe4\x66\x8a\x9b\x03\xc5\x66\x87\x9f\xa4\x0b\x74\xd1\x70\xc5\xc5\x6f\xb2\xa8\x73\x13\xae\xd7\x80\xfd\xc1\x1d\x17\x01\x8a\xa9\x73\xf3\xb0\x5e\x53\xe8\xdc\xdc\x63\x82\xa8\x73\x93\xe3\x1e\xfb\x13\x88\x6c\x01\xcb\x30\x51\x20\xb9\x10\x7d\x93\xc1\x07\x0a\xf4\xb1\x29\x38\x14\x56\x81\x5f\x3b\x99\x73\x13\xc2\x55\x26\x2b\xca\x70\xc6\xeb\xc9\xf8\x6a\x8b\xa6\x20\xe3\x36\xa0\x1a\x2a\x4c\xae\x8d\x32\x70\xb2\x5c\xb2\x61\x3b\xa2\x39\x89\xa7\x16\x3c\x06\x14\x9f\x31\xe1\x6e\x78\xbf\x11\x81\x3b\xc1\xab\x9b\x07\x3f\x43\x37\xa1\xdf\xf1\x0a\x5e\x05\x95\xbe\x4e\x28\x07\x1f\x51\x82\x3c\x88\x72\x70\xc1\x7f\xa8\xf5\x14\xc1\x95\xb4\xe3\x4e\x78\xdc\x6d\xb6\x14\x33\x31\x0a\x19\x1b\x05\x0f\x7d\x03\x19\x8f\x46\x5a\xb2\x45\x65\xf8\x6d\xd4\xc6\x8f\x68\x45\xeb\xcb\x7a\x0d\xae\x2a\x23\x32\x13\x5a\x8a\x2b\xa4\x3a\x67\x21\xeb\x66\x66\x41\x14\x72\x2f\x50\xd3\x22\x99\x35\x98\x00\xd6\x52\x81\x32\x25\x1a\x2b\x7f\xab\xea\x33\x5d\xbd\x82\xb2\x2f\x90\xa9\x8f\x53\x6e\xa6\x7c\xd1\x8b\x9f\x9a\xba\xc5\x63\xae\x7d\x4e\x43\xce\x10\xf8\xcf\xfb\x6a\x9e\x99\xce\x23\xbc\xfe\x8d\xdb\x38\x01\x6a\x0b\xae\x4c\x1c\x35\xc6\xe8\x1b\x6d\x77\x4e\xc1\x42\xf6\xbf\x8c\xf5\x9d\x39\xe9\x37\xdc\x60\x70\xcc\x8e\x5c\x28\xe3\xec\xba\xd1\xd7\xdc\xb6\x29\xca\x24\xb7\xc6\x6c\xc9\x88\x9f\x7e\xa5\xe1\x13\x11\x02\x2c\x53\x0e\xb6\x81\x6d\xcb\x1f\xb5\x17\xb9\x6d\x7f\x13\x4d\xe3\x61\x05\x15\x8f\x2e\x10\x1f\xe6\xc6\x58\x46\xec\x3b\xbe\xc3\xca\x1a\xb9\x9e\x08\x25\x9b\x71\x8f\x13\xf2\xd0\xa6\x2d\x65\xec\xcc\x8a\x95\x60\x77\x6a\x0b\xc2\x6c\x92\x79\xdc\x58\x99\xca\x56\x36\x66\xb3\xcd\x12\x0b\x74\xe7\x4c\xf1\x69\x63\x7c\x4f\x8c\xf1\x95\x40\xb0\x15\x40\xeb\xec\xa5\x9f\x09\xec\xf7\x25\x58\x3a\x1f\xba\x4b\xe7\x97\xee\x52\xa0\x63\xaf\x24\xc9\xf9\x57\x1c\x55\xc1\xeb\xf5\x20\x30\x08\x51\xa4\x79\x10\x18\x29\x91\xc4\x71\x51\x32\x11\x2b\xf3\x4a\x95\x57\x92\xf0\x4a\x34\xb9\x41\x2b\x77\x5a\x31\xaf\x07\x2e\x52\x7b\x2d\x14\xf4\xae\xc6\x59\xb6\x57\x94\x0d\xd2\xf5\xba\xf3\x05\x56\x2b\xe0\x23\xd5\x18\x42\x89\x6d\x39\xac\x16\x3e\x0a\x57\xbe\xf0\x3e\x82\xd5\x22\x3b\xe0\x0b\x13\xfb\x37\x50\x10\xae\x1c\xe1\xfc\xe8\x88\xe5\xf4\x59\xea\x1c\xcb\x8a\x03\x33\x88\x58\x85\x6d\x22\x46\xcf\x54\x04\xfe\x51\xb2\x44\xc4\x7f\x73\x59\x22\xad\xed\x81\x62\x05\x8c\xc6\x52\x4e\xf1\x5a\x53\x6e\x24\x52\x3d\x9b\x71\xf3\x08\x9c\x76\xbb\x28\xc6\x1d\xaf\x95\x09\x2a\x95\xca\x52\x14\x74\xbb\x48\xcb\x2d\xac\xd1\x9c\xfc\x2a\x05\xc4\xeb\x35\x88\x39\x6f\x1d\xe5\x63\x4c\xd0\xce\x4e\xb0\x5e\x27\x02\x27\x5f\x6e\x79\x3a\xa9\x28\x17\x61\xea\x10\xdb\x8e\x40\xea\xdc\x57\x88\x3f\x0b\x6a\x4e\x83\xdb\x7a\xcf\x7b\x1c\xd5\x7a\xdc\xd4\xc1\xcd\xe6\x97\x83\x97\xf0\x6d\xaa\x6c\x54\xc4\x1a\x95\x80\xa8\xda\x28\x79\x48\xe9\xf9\x9e\xd7\x43\x9e\xd7\xf7\x3d\xaf\xdf\x80\x51\x2e\x71\xdd\x34\x56\xf9\xc0\xf7\xfa\x03\x0e\xc6\xe5\x0d\xca\x43\x9a\x70\xb2\x12\xe8\x6e\x26\xa2\x90\x09\xb3\xb0\xbf\xef\xef\xef\x2b\x74\x31\x13\x3f\x5c\x80\x44\xf5\xfd\xa3\x3e\x3a\x1a\xf8\x47\x03\x7e\x58\x7a\xe6\x22\x5f\x39\xaf\xf5\xb9\x41\x13\x10\x37\xfb\x5f\xc9\x34\xe6\xae\xea\xab\x02\x0a\xef\x6b\x94\x96\x3e\x0b\x3c\xa1\xaa\x49\xad\xdf\x2a\x55\x9d\xd7\xc4\x28\x22\x4b\x16\xcb\x88\x98\x15\x51\xe1\xc8\x28\x50\xc4\xc6\xaf\x92\x62\x9c\x80\xa0\x1c\xf8\x61\x04\x72\x44\x51\xac\xfd\xd5\xc4\x93\xd4\x83\x8b\x31\xdb\xf7\xfb\x0d\x98\xeb\x7c\x0c\x9e\x33\xbe\xdf\x97\x63\xe0\x09\x06\xd3\x97\x10\x0a\x07\x47\x55\x9b\xae\xc1\x80\x35\xac\x69\x8c\xf4\x31\x0a\x2d\x71\xf0\x02\x57\xe7\xb8\x36\x3e\x88\x49\xc0\x9b\x0e\xcf\x13\xdc\xa9\x96\x56\xff\x8e\x53\xa7\x71\x41\xbd\x5c\xaf\x27\x95\x81\xd6\x0d\xab\x6d\x7f\x09\x0f\x97\x05\x64\x68\x94\x60\xd3\xb2\xa8\x3f\x24\xbe\xe9\x16\xdf\x1b\x73\x61\x9a\xc9\xf6\x4b\xed\xf3\x2e\x27\x8e\x87\x3a\xae\x5a\x6e\xc9\x7b\x23\x61\xb2\xe5\xfa\x06\x3c\x30\x11\x76\x5a\x5e\x25\x0d\x70\x1c\x51\xf1\xa6\xb7\xf9\x06\x51\x0e\x14\xca\x5f\xf7\xb7\xbc\x46\x94\xb7\x91\xe7\x19\x3c\x95\x07\xd1\x51\x7f\x2c\xc0\x7d\x43\x3c\x4a\x96\x71\x5c\xba\xb3\x72\xf6\x26\xf1\x06\x42\x0e\x6d\x4e\x1e\x40\x2e\x13\x08\x0a\xa1\xf8\x6e\x26\xce\xef\x52\xbc\x98\xe2\x0c\xa4\x60\x06\x87\x33\xbf\xae\xc0\x81\x68\x51\x5b\x37\x4a\xe0\x9b\xa2\x12\x27\x3a\x05\x0b\x38\x5c\xf8\xd3\x4d\x72\x36\xfc\xb1\xaa\x00\x8f\x42\xf1\xa5\x2e\x56\xfa\x5b\x54\x95\x47\x07\x55\xbc\x9e\xbe\xf2\x6f\x1e\x54\xd0\x78\x36\xd7\xaf\x24\x20\xa7\x7a\x27\x02\xa8\x33\x05\xab\x02\x79\xca\x4b\xcb\x2b\x60\xf9\xd0\x2b\xea\xab\xbc\x76\xa3\x62\x50\x60\x86\x52\x49\x83\x19\x8e\x80\x40\xda\x4a\x40\x2a\x64\x4c\x25\xcf\x38\x53\x99\x13\x75\x5c\x29\x5d\x06\x5a\x1f\xec\x15\xca\x8f\x50\x98\x4e\x6d\x2e\x7f\x7d\x51\xd3\x7f\xc6\x3e\x47\xd8\x67\xca\xf1\x51\x8a\x42\xb3\x17\x31\xa1\x8d\xbd\xa0\x0a\x41\x5c\xc4\x4d\x2f\x67\x94\xbb\xe9\x74\xa2\x4a\x28\x33\x68\xdb\xa2\xa4\x36\x19\xd1\xb1\x9c\x6a\xa3\xd1\xfa\xaa\xa4\xff\x1a\x5f\xd2\xfe\x7e\x45\xc2\x23\x25\x8a\x4b\x56\x41\x71\x91\x7a\xb1\x44\xa1\xb4\xe0\xd1\x98\x5f\x32\x8b\x00\x71\x2a\x32\x2d\x85\x45\x8b\x80\xc3\x1e\x04\x49\xa9\x2a\xdd\xf0\x53\x2c\xb1\x5e\x5a\x61\xba\x52\x6e\x73\x37\xd1\x89\x8e\xfb\x2b\x19\x84\x24\x0c\x15\x54\x37\x4d\x78\x2c\xa9\xe2\x61\x16\xc5\x04\x74\x00\x20\x98\x8e\x34\x56\x0c\x47\xe5\x96\x8d\xd7\x5b\xae\x2c\x81\xc8\x8f\xbd\x42\x01\x7c\x55\x66\x48\xc6\xaa\x6a\x34\x38\x6b\x2b\x29\x74\x73\xc4\x0f\x7b\xfe\x21\xd7\x1b\xf7\xb7\xe8\x8d\x8f\x8e\x36\x96\x8f\x58\x35\x66\xe5\x5b\x43\xc3\x99\xe4\x0e\x4d\xa2\x16\x74\xdf\xd0\xa0\x92\x04\x9e\xb3\x84\x52\xae\x96\x8d\x04\x5b\xbd\xdc\x6a\xb6\x28\x4b\x0c\x3f\x6f\x79\x8f\x65\xb4\x84\xb7\x61\x8b\x96\xf8\xa8\xee\xee\xb9\x7f\x24\xbd\xde\xdd\xea\xae\xc9\xda\x16\x81\x68\xa3\x6d\xa6\xf7\x56\x84\x72\x51\x72\x8c\x96\x68\xd2\xb4\x0b\x45\xbe\xb9\x07\x29\x8e\x19\x80\x08\x62\x8c\x27\xc3\x68\x94\x8f\x7d\x10\x63\xca\xdd\x47\x73\x08\x87\x09\x88\x75\x9c\xc1\x61\xec\x98\x24\xd8\xc1\x38\x76\xee\x08\x1d\xf2\x7f\x05\x27\x9e\xa8\xe8\x4f\x7e\x0a\x96\x38\x03\x11\x84\x43\x02\x96\x28\x47\xfa\xcd\xd6\x61\x52\x76\x99\x82\x19\xeb\xc9\x7b\xde\xa5\xa7\x1c\x8f\x59\x90\x37\xbb\x1c\x8a\x85\x59\xb3\x34\x1c\x3c\xe9\xe3\xa3\xb8\x81\xdc\x84\xcc\x0b\xc6\xcd\x8a\xcd\xb7\xdb\x8c\x0e\x51\x27\x61\x82\x79\xc3\xda\xe1\x8d\x79\x1e\xeb\xaa\xac\x2e\x7d\x48\xfe\x4a\x1e\xf9\x85\x9b\xab\x2e\xdc\xdc\x23\xdf\x73\x8d\x0b\xb7\xc1\x33\x62\x5a\xa5\x77\x1b\xb7\x5c\x9b\x75\x6e\x64\xa9\xf6\x93\xa3\xd7\x97\xdb\x4d\x22\x4c\x2c\xcb\xbd\x86\x6e\xec\x35\xf5\x01\x78\xd2\xab\x51\xdc\x28\xb5\x32\xdb\xde\x68\x58\xbe\x6d\x81\xf2\xf9\x77\x26\x33\x32\xf9\xc6\x1f\xcc\xf6\x65\x3c\x52\x3d\x4b\x2d\x9b\x98\x6c\x6e\x87\xf5\x8b\xab\xc1\x96\xcd\x4f\x89\x06\x47\xd2\xa1\x81\x2f\xe7\x48\x2e\xe7\x54\xf6\x82\x43\xf9\x79\x32\x66\x10\x1b\xfe\x58\x5e\xe3\x8a\xf0\x5c\xd5\x2e\x99\xeb\x3a\x65\xcb\x59\x54\x16\xa2\x19\x9a\x6e\xae\xec\xc1\x30\x35\x56\x76\x7f\x8c\x16\x38\x73\xa6\x20\x07\x29\x44\x4b\x2e\x51\x76\x16\x5c\x0d\x1f\x83\x19\x66\xa2\x41\xe9\xc6\x0d\x66\x1c\xfa\x6f\x0a\x5b\x0b\x1c\x00\x17\x16\xd1\x14\x44\x60\x51\x46\x17\xe5\xda\x7b\x0f\x63\xbc\x30\x42\x85\x76\x62\x30\xad\x7a\x8a\x87\xbc\xc6\x29\x5a\x8a\x2f\x42\xc6\x14\xd6\xeb\x90\x8d\xf3\x7a\xcd\xbf\x0f\xf5\xf7\xe5\x87\xa1\x60\x29\x78\x82\xa8\xf8\x1a\x85\x50\x05\xb2\x12\xcf\x01\x70\xd1\x44\x6f\x61\x1d\xb7\xa8\x58\xf5\x74\x58\xb3\x72\x42\x6d\x1b\xf0\xbf\x82\x0d\x4d\xd1\x04\x1a\x70\x3c\xb5\x88\x57\x5b\x79\x4e\xd5\x0a\x7c\xb0\xcd\xee\x57\x5a\x7f\x1c\x48\x8e\x2d\xdc\x50\xa2\xd2\x4b\x85\x5f\x94\xc9\xf9\xde\xe7\xd3\x4d\x9d\xaf\xe4\xee\xfc\xfb\x02\xc5\x38\x47\x4b\x6c\x78\xc5\xa3\x09\xde\x0d\x76\xef\x50\x28\xfe\xcc\xb8\x36\x29\x07\x13\xd8\xc1\x78\xc2\x4f\x02\xc2\x45\x1d\x74\x66\xeb\xf5\x56\x48\x8b\x50\xdf\x34\x71\x5f\x74\x0b\x8e\x71\xc7\x43\xa2\x98\xc9\x7a\x9d\x83\x10\x62\x1c\xae\xd7\xd6\x6e\xb0\x1b\x59\x1d\x9c\x83\x09\xb2\x22\x8b\x6b\x43\xe0\xaa\x8e\x25\x2d\xb4\xab\x4c\x78\x30\x7d\x1f\x72\x14\x09\x2c\xbb\x89\x01\xa5\xa3\x66\x25\xb1\xed\xc8\xb6\x49\xe5\x02\x0c\xe3\xdc\xb6\x27\x43\xe2\x67\x60\xc6\xb5\x57\x31\x97\xe3\x26\x43\xe2\xe4\xe9\x32\x9b\x10\xee\xec\xed\xc7\x00\x44\xb8\x02\x26\x90\x43\x33\x4b\xc4\x0a\x09\x14\x8a\x95\xcf\x4e\x11\x02\x66\x6a\x89\x72\xc3\x81\x62\x5a\xbd\x59\x63\xfc\x3e\x67\xec\x36\x47\xe4\x59\xa7\x7e\x75\x00\x1b\x91\x71\xcd\x6d\x9d\xc2\x15\x4b\xc5\xc2\xa1\x79\x81\x23\x10\x43\x34\xc7\xee\xf1\x42\x5d\xbf\xcc\x8f\xe1\x14\x2c\x46\x73\x7e\xfd\xb2\xac\x0c\x40\x8e\x4c\xf8\x83\xa5\xe1\xc7\x20\xa8\xc1\x62\x1d\x50\x4a\x39\x99\x04\x9b\xfc\x1a\x94\xd6\x43\xa1\x6d\x98\x1e\x0d\x03\x7f\x7f\xa0\x8e\x31\xdc\xa3\xe1\xd0\xf5\x0f\x0d\xbb\xaa\xc1\x4b\x90\xc6\x3c\xef\x10\xb6\x38\x93\x02\x2b\x1a\x64\x6c\x78\x74\x1b\x79\x0f\xd8\xa0\x4d\xd3\x6c\x42\x42\x9f\x76\x30\xde\x75\x76\x1d\xf2\x9d\x4c\x0a\xb4\x62\x7f\x7c\x79\xcd\xef\x1d\xfa\x9e\x77\x68\x70\xcb\x0d\x33\x25\x4e\xcb\xd6\x9d\xd5\x61\x45\xdc\x39\xd3\x38\xb8\xcb\x6d\x5b\x21\x56\x88\x2a\xcd\x0b\x7b\x9e\x61\x0b\x2a\x03\x5f\x5c\xa6\x41\x19\x1f\x8a\xb2\xe3\x2f\x41\xdb\x62\x5c\x38\x53\xc8\x54\x5c\x04\x1c\xc8\x33\x9d\x77\xc0\x47\xa4\xaf\xd7\x14\xaa\xa8\xba\xc4\xb5\xa3\x0e\xda\xb4\x71\x2d\x89\xcb\xb8\xe1\x02\xb8\x94\xca\xa0\x99\x3e\x1d\xa5\xe3\x56\x9d\x87\x25\x43\x85\x56\xa2\xc2\x5f\x8a\xb1\x00\x14\x8e\xd2\x31\x90\xe6\xba\x19\x84\x05\xaa\xb3\xa4\x14\xe7\x20\x40\x42\xe3\x2c\x6e\xe8\x38\x58\x69\x89\xf7\xc7\x19\x6c\x4b\x00\x59\x71\xfb\xb2\xa5\x0e\x5a\xad\x3e\xe9\xc4\xce\x5d\x9c\xde\x06\xb1\xfa\x2a\x02\x31\xdb\x37\xee\x79\x5c\xe0\xd8\x59\x26\xd1\x24\x0d\x49\x2b\x2e\x91\x09\xb1\xab\x97\x5e\x88\x66\x78\x34\x46\x53\xec\x1e\x4b\x6c\x1d\x10\x62\x51\x02\x3c\x16\x8d\x5c\xa8\x2a\x43\xae\x99\x98\x8d\xa6\x63\xbc\x40\xdc\x8c\x7c\x61\xdb\xc0\x2c\x37\x01\x4b\x94\x99\x29\x90\xb1\x7f\x34\xed\x76\x0b\xc3\x6c\x7c\x3a\x64\x55\xf9\xb3\x62\xac\x20\x5b\x0e\x7c\xcf\x2b\x23\x3b\xf4\x07\x7e\x5f\x73\xfa\xbe\xbf\xdf\xe7\x24\xf1\x12\x97\x01\x4d\x12\x1a\x57\xa8\x7f\xa4\x7c\x06\x24\xb0\x3d\x23\x92\x40\x12\x09\xca\x25\xf4\x61\xf0\x1d\x95\x28\x88\x68\x69\x7a\x13\x4c\xf0\xee\x3f\x7e\x00\xa3\x1f\xec\x5f\xff\x7b\xbc\xfe\x47\xf8\x8f\x70\xb8\x7e\x3b\xfa\xe7\xc9\xf8\xcd\x09\x14\xac\xbf\xf6\x16\xee\xde\x29\xda\xcb\xc8\x22\x0e\x26\xc4\x42\xbd\x0a\xf5\xcd\xd0\x14\x2d\x1a\xa8\xcf\x08\x8d\x2c\xe9\x2f\xda\xa4\xbf\xd9\x26\xfd\x45\xda\x32\x16\x25\x8c\x02\xa5\x33\x9b\x9c\xb4\x04\x72\xb3\x7d\x93\xf6\x54\x45\x4b\xbc\x00\x53\x49\x7d\x48\x04\xdc\x5a\x56\xe8\x6f\x69\xd0\xdf\x44\xd0\x5f\x58\xa1\x3f\x34\x6b\xba\xff\xc9\x5a\xb3\xf5\x1a\x68\xc7\x83\x4c\x46\x63\xbd\xc7\x13\x49\xa9\x1c\x38\x58\xb4\xe1\x0e\x4f\x34\x85\x4e\x4c\x0a\xd5\x2e\x89\xb7\x78\x34\x3e\x96\xa4\xf8\x88\x03\x30\x41\x21\x6f\xaa\x18\x1a\xfc\x08\x85\x4b\x63\x34\x05\xb7\xe2\xe8\xfe\x08\x51\xe7\x5e\xa6\x72\x2a\x95\xed\x78\x64\xe4\xcb\x6f\xfe\xcb\x6a\x52\x10\xa2\xc4\x4c\x81\xe8\x0e\x42\x5d\xf7\x0d\x7a\xc0\x96\x85\xce\xb1\x8b\xbe\x63\xf7\xf8\xfb\x5b\xe5\x1f\x77\xfc\xbd\xdb\x85\xab\x47\x7c\x3b\xfa\x3e\xd6\x6b\xe9\xb2\x52\x13\xba\xc2\x39\x88\x41\x04\xa4\xe9\x06\x44\xa1\x86\xb7\x73\x21\xba\x66\xcb\xee\x33\xf6\x8e\x3f\xbf\x7d\x54\x85\x7e\xee\x76\xe1\xb5\x79\xaf\x80\x31\x06\x37\xf8\x71\xf4\x79\x0c\x87\x37\xbe\x2c\xfd\x46\x47\xb7\x7d\x74\xee\xb2\x74\xb9\xe0\xf7\xb7\x33\x31\x42\x5f\xf0\xe8\x72\xac\x02\x62\x5c\xa3\x2b\x36\x58\x9a\x52\x4e\x6d\xfb\x8b\x28\xfe\x54\x14\x71\xa6\xe7\x48\x2a\xf6\xa4\x82\xe2\x0b\x94\x82\xdc\x19\x9e\x83\x4b\x14\xa2\x2b\x74\x8d\x4e\x19\x8d\x5c\x9d\xe0\x73\xdb\x06\x0f\x5d\x1c\xca\x3b\xe6\x73\x74\x05\xbb\x67\xe8\x1c\x5f\x75\x2f\x55\x07\xd5\x6a\x7f\xe8\xea\x5c\xb0\x18\x97\xf1\x25\xe7\x5c\x5d\x2a\x03\x4b\x2a\x6d\x77\xd2\x25\x25\xa2\x42\xa4\x7e\xce\x70\xb8\x41\xf1\xa9\x6d\x83\x14\x67\x4c\x40\x9e\xe1\x09\x44\x53\x75\x61\x3f\x33\x16\x5a\xa6\x4a\x9e\xb4\xa4\x2e\x36\x28\x83\x4f\x08\x75\xac\xf5\x83\x25\xd5\xa3\xd6\x0f\x16\xd7\x97\x5a\xb6\x4a\x91\xda\x59\xeb\x57\x9d\x40\xb5\x79\x7f\x22\x94\xab\xd6\x7f\x6f\xbc\xcb\xe5\x9b\xb7\x96\x3f\xc1\xe9\x28\x90\xc9\x1e\xda\xf1\xe0\xb8\xe6\x7c\x2b\xd4\xae\xdd\xa0\x25\x23\x23\x86\x6a\xd9\x65\x5c\x24\x3f\x91\xb1\xdd\x67\x78\x09\xc2\x5d\xcf\xd5\x3a\x52\x96\x77\x36\xcc\xfc\xd9\x5b\x1c\x0f\xcb\xc0\xdd\xa3\xd9\x8e\x37\x1e\xea\x3e\x7a\xd0\x17\x49\x5d\x33\x29\x2b\x26\x38\x1a\x85\x3b\xde\xb8\xa8\x1b\xd8\x4f\x86\x96\xe5\x4f\x8a\xd2\x18\x53\x73\xe5\xe6\xd8\xb1\x8d\x5c\x7a\xef\x25\x3e\x0b\x9a\x4b\x7b\xea\xc4\x65\x6c\xd8\x39\x09\xb2\xcd\x1d\x5b\x12\xca\xef\xd9\xb1\xa3\xd7\xed\xd8\xd1\xd3\x3b\x76\x84\x03\x90\x9a\x3b\x76\x54\xe1\x98\x91\xc1\x31\x73\xc1\x31\xe3\x2a\xc7\x64\x27\x08\xcd\x6d\x5a\x19\x58\x22\x1e\x07\x3c\x37\x79\x9f\xda\xbc\x99\x04\x1c\x97\xb7\xf1\x66\x26\xb4\xac\x7f\xb5\x54\x30\xeb\x78\x32\xdc\xf1\xfc\x89\xe0\x3a\x1b\x7b\xac\xb4\xed\xad\xcf\xdb\x4b\x50\x1e\x0f\x2b\xda\x07\x69\x08\x18\xc9\x3d\xd5\xc0\x08\xd5\x9b\xab\x10\x4e\xf9\x51\x79\x9f\x7b\x93\xeb\x2d\x76\x82\x47\x63\xce\x89\x50\x88\xad\x58\x06\x84\x9b\xe1\x4e\x5c\xd3\xbd\xf3\x59\x31\x50\x49\xac\x47\x7e\xf0\xd1\xc4\xb2\x88\x23\x5a\xdf\x5f\x63\xb1\xbf\xb2\x56\xcf\xd5\xd8\xcd\xb1\x35\xb1\x30\xb6\x82\xdb\xdb\x89\x72\x7a\xde\x05\xb7\xf0\xcd\x2e\x1c\x79\xe3\xf5\x7a\xd0\xc1\x16\x25\x39\x2d\xdf\x0d\x7d\xb8\xcb\x56\xed\x28\x1c\x73\x20\x14\x2b\xb8\x35\x5f\x06\xe2\xdb\x50\x7e\xeb\x94\xef\x9c\x21\x64\xff\x93\x2f\xcd\x37\x10\x88\xd4\x13\x6f\xbd\xb6\x74\xb2\x33\xe4\x89\xc3\xcd\xfd\x39\xd9\x90\xf5\x4a\x6f\x18\x61\xcc\xa4\xb0\x03\x46\x63\x89\xf7\x56\x42\xbc\x4d\x95\xa9\x0c\x2b\x4e\x6f\x51\x7c\x1d\xa1\x98\xed\x3d\x4b\x0c\x88\x13\xdd\x25\x69\x46\xce\x82\x9c\x0c\xad\xc8\xf2\x2d\x0b\x76\x01\x71\xe6\xcb\x98\x46\x71\x94\x90\xa1\x35\xd7\x89\x72\x97\x1e\x5a\x4b\x9d\x94\xd3\x68\xf2\xed\x71\x68\x3d\xf2\x14\x34\xc3\x2e\x5a\x98\x41\x06\xcb\x89\xf3\xb3\x93\x93\x13\x17\xcd\xb1\xb1\xd8\xd4\x39\x11\x2d\xbb\xd6\x9d\x05\x8f\x41\x84\x73\xd1\xe8\x39\xe2\xc6\x88\x1d\x00\x52\x3c\x37\xf6\xe6\x93\x19\x97\x37\xf9\x0e\x96\x48\xd6\x3a\x43\x91\xdc\x5f\x21\x8a\xf8\xe0\xda\xb6\x4c\x79\x9b\x8c\xc2\xb1\x6d\x4f\xe4\xde\x16\xa3\x48\xb1\x63\xc8\xc8\x34\x1a\xb9\xe3\x51\x38\x46\x33\x9c\xa2\x98\x7d\x89\x17\x4c\xe6\x35\x2a\x64\x6c\x55\x14\x65\xdb\x46\xb2\x46\x73\x6f\xcf\x30\xc6\xac\x92\x61\x27\x60\x39\x18\x05\x01\xcb\x82\xeb\xb5\x6c\xa4\x65\x41\xbf\xde\x5e\x08\x45\x6d\x8b\x61\xac\x37\x94\x05\xf4\xe3\xc2\xb7\x5c\x45\x14\x72\x1b\x76\xeb\x84\x41\x1b\x70\x4c\x05\x25\xd0\xe1\x68\xac\x24\x3f\x8d\x82\x5b\xf8\x53\xf4\x5a\x01\x33\x7e\x5e\xc0\x9c\x3f\x2b\x60\x52\xb5\xa7\x2f\xc0\x5c\x09\x98\x14\xcd\x3b\x18\x0b\xaf\xc5\xbc\xc2\x34\xf3\xca\x31\x27\x13\x7a\x8a\x0a\xd3\x0c\x71\x02\x62\x24\xe8\x06\xa2\xfb\xf2\x54\x83\xee\x30\x88\x1b\xa9\x38\x6e\xa2\xe2\x78\x93\x8a\x67\x82\x7c\xef\x2c\x1e\xac\x9b\x3c\xb4\x43\x30\x1b\xc6\xbe\xf5\x4f\x30\xf4\xad\x6e\x2c\x69\xb4\x6b\x41\x0b\xdd\x41\xf4\x68\x42\x11\x1b\xe4\x4d\x19\x79\xab\x8d\xfc\xb1\xb2\x2a\xf9\xde\x5a\xbd\x0d\x6a\x4b\x46\x1d\x80\x5b\x34\x81\xc3\xd1\x64\xec\x8f\x4a\x31\xf2\x06\xbb\xe8\x01\xbb\xe8\x9c\x09\xbe\x0f\x6f\xd5\xb7\xc7\x70\x75\x6b\x90\xe6\x6c\xf8\xe0\x8b\xbb\xac\xef\xe8\x92\x97\x34\x1b\x4e\x7c\x65\xf8\xf7\x00\x4d\x19\xf9\x72\xbd\x06\xdf\xf1\x12\xa4\xc0\x28\x81\x75\xdd\xf5\x1f\x20\x44\xba\x75\x10\x63\x7c\x03\x1f\x70\x04\x26\xe8\x01\xdd\x43\x1d\xa4\xf9\x5c\xd0\xb0\x2a\xfd\x06\xb1\xcf\xce\x15\xfc\x77\xd9\xe3\xf6\xb9\xee\xc5\x15\xf6\x8e\xaf\xde\x62\x25\x12\xee\x78\xc7\x57\x02\x39\x44\x96\x75\x39\xba\x1a\x6f\x2b\xe3\x01\xdf\xe0\xef\x0a\x26\xa4\x5d\xaf\x9c\x55\xbd\xb9\xad\x09\xf5\x45\x69\x54\xd2\x70\x94\x14\x4a\x17\xb6\xe5\x09\x45\x0b\xdf\xf8\x7a\x4f\x6c\x7c\x04\xf4\x06\x07\x70\x43\x6e\xd9\x1f\xc8\x98\x69\xfc\x0e\x79\xd7\xd9\x2d\xb1\x50\xd3\x8a\x91\xb3\x54\x1a\x6d\xaa\x46\x4a\x5f\x06\x6e\x9c\x59\xb4\xb6\x69\x07\xad\xdd\x60\xf7\xd6\xea\x28\xe7\xcc\x95\xd4\xac\x59\x81\x85\xb8\x7a\xc5\xb7\x6e\x2d\x7e\xd9\x3c\x4c\x37\x2c\x9a\x08\xa6\x15\x0b\x2f\x6b\x57\x47\xca\xd3\xac\xd7\xda\xb5\x94\xa2\x26\x4a\xda\x64\x48\x84\x5a\xc7\xef\x24\xb6\x5d\xd1\xeb\x89\x3e\x28\xf8\x55\x02\xfd\xd2\x4b\xd4\x2f\xbb\xc3\x1a\x9a\x04\x73\x62\xdb\x69\x93\xaa\x33\x32\x6c\x28\x2b\x68\xad\x5c\xdd\xd4\x1b\x1c\xc8\x99\xda\x50\x92\xf1\x99\xea\xff\x01\xb0\x9b\x57\x84\xfe\x1f\xc2\x6e\x06\x61\x73\x64\xa5\x0a\x66\x26\x6b\x02\x44\x04\x97\xa8\x99\x84\xa3\x66\x6e\x87\xcc\xec\xd5\x43\x85\xd5\x88\xd4\xeb\xb1\xae\x05\xc9\x64\x56\x75\x58\x6c\xe8\x1d\xad\x77\x8f\x51\x92\x84\x4f\xa5\x5a\xf2\xef\x1d\xf9\x5e\x4f\xd4\xfc\xd4\x0d\xbc\xaa\xf9\x36\xba\x7b\xe5\xa0\x8a\x4f\x2c\xf6\xff\x4d\x95\x3e\xa5\xf6\xd4\x95\xc6\x51\xf2\xed\xd5\xd5\x8a\x8f\xb6\x56\xfc\x94\x6b\x93\xae\x38\x8d\x9f\xf3\xd5\xdb\xac\xf7\x89\x3a\x5f\x13\x58\xc0\xeb\x1d\xf0\xa8\x40\x0a\xbe\x58\x71\x91\x15\xdb\xd3\xbe\xa4\x51\x42\x4f\x9f\x0c\x82\xa0\xf1\xcc\x0f\x7c\xaf\x57\xc6\xcc\xeb\xbd\x28\xe4\x55\x89\xc7\xa1\x8e\x6d\x3d\x1e\x27\xd5\xb2\x1c\x92\x84\xf9\x2f\x11\x9d\x55\x21\xbc\x3d\x08\x2c\xf5\xc6\x82\x46\x6b\x55\xe2\x76\x57\x71\x82\xcc\x2f\xd3\x8d\x4b\xb3\x2d\x81\xaa\x02\x9c\x19\x71\x4f\xf2\x72\xb3\x4e\x87\x81\xaf\xa3\x9c\x70\xc5\x41\x60\x9c\xcc\x88\x69\x5e\xa7\x44\x9d\x18\xe5\xd0\xd7\xe7\xfa\x1d\x05\x82\x85\x72\xb6\x4b\x2a\xe8\xee\xde\xa1\xef\xf5\x6a\x71\x4c\xd0\xbe\xe7\xef\x7b\x6c\x58\x9f\x0c\xf8\xa4\xe8\x69\x1a\x7d\x7f\xd6\xf9\x73\x83\xa0\x28\xdd\x4e\x51\xf5\xc8\x4b\xcd\xb5\xa6\x09\x9d\xa4\xf1\xef\x60\x18\xec\x4b\x0b\x59\xf2\xe3\x26\xa6\xb1\xff\xf4\x9e\x5a\x36\x20\x8f\x9e\x75\x00\xdf\x5a\xbf\xf8\xb6\xb1\xfa\xe7\x2e\xa3\xfb\x3c\x9a\x9e\x44\x8b\x9b\x66\xe9\xfc\x4c\xe2\x98\xa1\xa8\x92\xaa\xd6\x94\x69\x56\xd8\xe9\x44\xb6\xed\x75\xb4\x7e\xca\x24\xeb\xca\x47\x15\xda\xd6\xb8\x1b\x28\x12\x66\xc6\x9b\x11\x3d\xb0\x7b\x9c\x9e\x04\xc7\xfc\xfe\x95\xe2\x6e\x15\x43\x14\x65\x80\x22\xcf\xf3\x06\x9e\xe7\x41\x23\x40\xac\x01\x24\x42\xbb\x56\x3b\xca\xdb\x49\x4a\xdb\x41\x5b\xa0\xa2\x33\xa6\xd0\x5e\xb0\xc6\x58\xb0\x15\x49\xbb\xa6\xb7\xfb\x7b\x7b\xfd\xfd\x21\x1b\x59\x3f\x01\x7b\x7b\xbd\xa3\xfd\x2e\x00\x74\x87\x03\x75\xee\xc3\x93\x13\xcf\x85\x88\xfe\x97\xe7\xf6\x06\xdd\xbd\xfd\x7e\xcf\x85\x5a\x9b\x17\xf1\x70\x4e\x40\x10\x9d\x11\xeb\x42\xb3\x91\xd7\x05\x57\xea\x1d\xc2\x4d\x7e\x11\x25\x93\x78\x19\xf2\x20\x55\xe5\xc0\xaa\xc4\x06\xd6\xd6\xe9\xfc\x7f\x75\x50\x0b\xe3\x63\xed\x2d\xf7\x9a\x70\x86\xc6\x82\xae\x2f\xe4\x97\x6c\x83\x11\x0d\xe2\x68\xf2\x9c\x8f\xf1\x06\x3d\x47\x4f\xac\xe4\x17\xdd\xff\xf1\x3d\xc1\x85\x2d\x11\xd7\x4c\x0a\xa2\xd6\xa6\xb3\xac\x61\x11\xa7\xf9\x5e\x69\x16\xd7\x14\xd2\x4c\x07\x30\x2b\xcd\xe5\x22\x1d\xfc\xe7\x44\x63\xc3\x0e\x9b\xad\xdb\x7c\xc0\x24\xd0\x0c\x25\xba\x96\xae\x0e\x7c\x86\x36\xcc\xd9\x94\x40\x28\xb7\x26\x1e\x84\x8c\x8f\xc1\x4b\xf6\xe4\x17\xc8\x02\xcd\x92\xcf\x2c\x23\xd3\x2d\x5c\xe4\x39\xd7\xe0\x32\x36\xd8\x91\xb6\xf2\xd1\x14\x9b\x05\x0f\xcd\x0c\x80\x1d\x6f\x9d\x2c\x78\xe0\x67\x6f\x63\xaf\x6a\x64\x09\xa3\x31\xca\xb1\x7b\x1c\x9d\xe4\xc7\x50\x7a\xc5\xa8\x63\xf1\x28\xe7\xd0\xc2\x28\x7f\x9b\xda\x76\xf5\x5d\x49\xdd\xf9\xb8\xb4\xd8\x0f\x36\x16\x6f\x73\x08\xae\x5e\x3d\x5c\x50\xdd\x98\xc9\x14\x3b\x32\xb2\x20\x01\xf5\x05\x24\x57\x05\xd9\x46\x17\xf7\x64\x94\x1b\x35\x7f\xf9\x3c\x88\x9f\xf3\x85\xdf\x98\x3f\xf9\xd1\xb6\xc5\xf3\xaa\xc0\x35\x0d\x32\x4d\x4e\x83\x8c\x6e\x91\x6a\xca\x77\x15\x3e\x55\x26\x3f\x29\xd9\x54\xbe\x4e\xb1\xc4\xfc\x66\x92\xc9\x0b\xc5\x1c\x4d\x36\x10\x05\x4f\xca\x30\x01\x4a\x4b\x19\x26\x45\x69\x37\x50\x5f\x62\x8c\x83\x17\xc9\x30\xf5\xb0\x36\xcd\xf3\x47\xb3\xe8\xdb\x73\x5b\xf9\xe6\x04\xca\xaf\xb6\xce\xe0\x53\x31\x07\x75\xd5\xcb\xdb\x57\xd7\xbb\x7c\x42\x1e\xaf\xc7\xcd\xd9\x52\xe9\x6b\xa3\x37\x88\x4f\xb6\x56\xfa\xcc\xfe\xd2\xef\x41\x20\x60\x6e\x5f\x57\x6b\x5f\xd7\x25\xe0\x35\x79\x5d\x2f\x0a\x5f\x57\x03\xf9\xdd\xdb\xaf\x5a\xb6\x7a\x9e\x0c\x6f\x7b\xd4\x83\xce\x5f\xcf\xff\xce\x95\xfd\xfb\x12\x50\xc0\xeb\x0d\x04\xa2\x80\xd7\xeb\x09\x48\x01\x1e\x4f\x3d\x94\x01\x51\x38\xa8\x00\x8f\x2f\xcf\xc3\xb4\x0f\x0e\x05\xac\xc0\xde\x91\x40\x15\x38\x38\x80\x1c\x50\xa0\xbf\x2f\xe0\x04\x0e\x8e\x24\x9c\xc0\xc0\x95\x70\x02\x8c\xf3\xde\x28\xa4\xe1\x07\x65\x98\x77\x2e\xdd\x57\xbe\x63\x81\x90\x83\x2e\xa5\x4d\xdf\x15\x4f\xe8\x41\x74\x2d\x8d\xfd\x3e\x4b\xc4\x12\x74\x8a\x2f\x39\x46\xc0\xb5\x33\x45\x67\xf8\xbb\x33\x45\xdf\x30\x55\xf1\xde\xbf\x62\xea\xfc\xe5\xea\xf2\x02\xfd\x0b\x7f\xb5\xed\xaf\x8e\x00\x0b\x8e\xa6\x8f\xe8\x1d\x0e\x81\x75\x33\x8b\xc2\x90\x24\x16\x44\x17\xec\xb1\x1a\x87\xe7\x23\x5e\x15\xce\x42\x1a\x42\x7f\xcc\xcf\x85\x55\xf6\x6d\x4c\xd0\x27\x1c\x03\x2b\xe7\x35\xec\x64\xe4\x2e\xca\x69\xf6\x68\x41\xf4\xbe\x4c\x66\xa2\xcf\x6f\xec\x31\x5d\xec\x94\x29\x3f\xe1\x0d\x44\x8c\x1f\x9b\xee\xde\xbf\xd9\x76\xa7\x73\xe5\x4c\xd1\x9f\x31\x75\xfe\x47\x7c\x83\x7e\xc6\x9d\x3f\xaf\xd7\x9d\x3f\x97\x1f\x57\x9f\x78\x04\xe9\xb3\x59\x14\x87\xe8\xdf\x38\xb1\xed\xbc\x49\x79\x73\xd0\xc1\xe7\xe0\x0b\x58\x15\x7c\xe7\x5c\x35\x9b\x61\x7d\x29\xf7\x56\xb9\xc3\x1f\x14\xd0\x61\x9c\x86\xfd\x0b\x61\x45\x99\x5d\xea\xa3\x4f\xc1\x4f\x88\xc2\x56\xa2\x1d\x03\x7e\x1a\xd1\x31\xfa\x22\x33\xa1\xc4\xb6\x49\x07\xe3\x9f\x6c\xfb\x0b\xcb\x88\x12\x58\xf8\x5f\xd0\x2f\x0d\x3e\xd3\xef\x47\x64\x8c\xcf\xc1\x37\xc3\xef\x44\x03\xd7\x39\x37\xdf\x30\x41\xb4\x40\x3f\xe0\x1f\x6d\x5b\x8e\xb6\x31\x72\x8e\x0a\x6b\x3f\xdc\x5c\x62\x1b\xb9\x49\xd1\x08\x89\x6a\xaa\xcc\xbe\x15\xe8\x43\x15\x3d\x31\xa9\x78\x87\xfe\x64\xdb\x1f\xc0\x6f\x3c\x19\xdd\x73\x59\x0c\xdf\x08\x67\x6d\x74\x0f\x12\x88\x32\xf0\x1e\x51\x38\x04\x89\x43\x34\xfd\x70\xe8\x73\xf4\x0e\xda\x36\x19\xbd\x1b\x8f\xe8\xd8\xb6\x81\xfc\x85\x45\xb4\xe0\x73\x90\x68\x37\x80\xdb\x98\xf8\x0f\xc0\xe5\x11\x02\xb9\xb7\x34\xff\x76\xbd\x66\x03\xfb\x0e\x3d\x00\x0f\xad\xb8\xa3\xbd\x2a\xc0\x85\xe8\xdf\xb2\xa1\xd0\xff\x22\x7f\x15\xe8\xef\x75\x1b\x43\xb6\xd9\x68\x6c\x4c\x94\xe0\x05\xa0\xf8\x91\xa3\x23\x47\xd8\x45\x29\x56\x81\x21\x8f\xd3\x93\xe8\x18\x7e\x00\x4c\x90\x4c\x46\x11\x3b\xc8\xd0\x51\x56\x06\x90\x24\x05\xfa\x6b\xc3\x24\x7e\x34\xaf\x31\xf0\x0d\xe0\xc1\xed\x4a\x87\x12\xe9\x4f\xfa\x93\x6d\xb3\x11\x22\x02\x99\xf8\x37\x44\x20\x37\xb5\x04\x94\xa3\xd6\x49\x7d\x07\xff\xfd\x9e\xff\x90\x69\x6c\xec\x78\xf0\xbe\x77\xe3\x11\x19\xc3\xf5\x9a\xc2\x02\xfd\xcf\x26\xe6\x05\xc1\x8f\xd5\x39\xe1\x14\x28\xcb\xa3\xbc\xbc\xdf\x10\x85\x25\x05\x13\xc3\xe9\x25\xa9\xe4\xab\x4c\xd8\x7a\x5d\x99\x50\x3e\xe8\x49\x51\xa0\xbf\x34\x03\x35\xa2\x04\x9f\x01\xd6\x12\xa8\x8e\x8e\xee\x71\x62\xc0\x47\xf0\x5a\x70\x22\x20\x24\xd6\x6b\x8a\xf1\x3b\xfe\x6f\xb0\x5e\xab\x13\x5f\x29\x18\x14\xe8\x6f\x5b\x6b\xe1\x14\x89\x22\x7c\x06\x92\xe1\x6f\xbe\xa8\x31\x65\x35\xb2\x93\xa9\x3a\xed\xb2\x03\xaa\xe8\x18\x8e\x44\x70\x8b\xf5\x3a\xe1\xe3\xff\x13\xef\x6b\x2a\xaa\x7c\x3f\xa2\xe5\x24\xa7\x45\xeb\xc7\xf5\x1a\xa4\x00\x7c\x33\xfd\xaf\xa5\xb3\x4c\x65\xc1\xc8\x53\xad\x46\x87\x01\x96\xe0\xc5\xe5\xc1\xd6\x30\xd1\xec\x58\x42\x33\x4f\xf0\x64\x53\x6e\x6a\x56\xd2\x22\xc3\xfb\x3e\x11\xa7\x21\x41\x48\xd2\xf4\xf8\x37\xc4\x97\x9d\xa6\x13\xf1\x73\xf4\x6e\xcc\xa9\x0c\x94\x64\xc3\xd7\xda\xbf\x95\x40\xc7\x16\x52\x02\x35\x16\x4c\x3b\xb1\xed\x9f\x6d\xfb\xdf\xe0\xa7\x26\xf3\xd5\x9c\x50\x9f\x16\x10\xfd\xc2\x3d\xc1\x5f\x0a\x70\x24\xdd\x81\xbe\xb1\xe5\x7a\xe9\x4c\xf1\xff\xa0\x6b\x67\x8a\x3f\x20\x65\xb7\xcc\x36\x2f\xfc\x17\xfe\xb8\xcf\x1e\xff\x8a\xae\x9c\x29\xfe\x1b\xe3\x9c\x1d\x8e\xfc\x63\xdb\x29\xf8\x09\x59\x4d\x7b\x92\x85\xfe\xca\x09\x7c\xe6\x4c\x9b\x1c\xd9\x7f\x01\x21\xf7\x90\x81\x28\x02\x91\xf3\xa1\x1b\x39\xbf\x74\x23\xe7\xfd\x9b\xce\x8f\x68\x25\xa6\xc7\xff\x56\x94\xfc\xe0\x7f\xb1\x19\xef\x0c\x45\xf9\x19\xbf\x72\xb8\x5a\x64\x24\x08\xf9\x16\xa8\xd8\x2c\xe2\xb6\x99\x48\x5a\xc9\x21\x61\xf8\x81\x24\xdc\x0e\xe2\x17\xa1\xc8\xd8\x56\x91\x01\x20\x85\x96\x49\x3e\x49\x17\xac\xb8\xbc\x82\x61\x4e\x08\x76\x8f\xff\x57\x51\x01\x21\xc7\x30\x04\xff\x3b\x22\x22\x6c\xad\x26\x77\x82\x3f\x83\xd0\xc9\x69\x9a\x11\x88\x32\xf6\x09\x55\x07\xd3\x93\x8c\x1c\xc3\x29\xa0\x64\x94\x89\x8f\xb8\xdf\x8e\xea\xb0\xa4\x47\x0b\xb1\xa5\xd3\xac\x68\xfd\x84\x48\x17\x5b\x16\x1c\x7e\x1a\x91\xb1\xcf\xfe\xc1\xdf\xd8\x54\xa3\x6f\xe4\xf1\x7d\xed\xa3\x68\x0a\x3a\x3f\xb0\xc1\xad\xd3\x3d\x31\x95\x39\x62\xeb\x61\xe4\xae\x3b\xd0\x8e\x92\xf6\x27\x18\x4d\xc1\x27\xc6\xb7\x8d\xd8\xcb\xb4\x40\xcb\x9c\x5c\x11\x4a\x4d\x00\x6d\xb8\xfa\x19\x77\x5c\xf1\x2a\x9a\x2f\x4c\x37\x17\xfe\xca\x2b\xe4\xec\x96\x1d\xad\x23\x59\x3e\x7d\x09\x4d\x87\xe7\x80\x40\xff\xef\xe0\x5c\x38\xff\x15\xa8\xe6\xf0\xf8\x01\x6d\x40\x57\xfe\x1d\x6d\xf5\x17\xfb\x1f\xd4\x00\x86\xe8\xff\xa5\x96\x2a\xe6\x22\xf7\xff\x56\x08\x46\x90\x10\x5c\x15\x5c\xae\x9c\x29\xe0\x3b\x9f\x31\x89\x09\x31\xfa\xd6\x5c\x5e\xc3\xb4\xb2\x92\x6e\xa5\x9f\x18\xfa\x6a\xdb\x65\x79\xa0\xf3\xe3\x7a\x9d\x37\xdc\xbd\x7d\x03\xfa\xde\x4d\x78\xd6\x5a\x1d\xfc\x2f\x20\xb6\x1c\x6b\x55\xf0\xa7\x55\xe0\x93\xc2\x78\x16\x0d\x13\xab\x0d\x42\x64\x31\xf1\x93\x1f\x2b\xa5\xe4\xb9\x45\xa7\xc8\xb6\xe0\x11\x19\xa3\x08\x7b\xc7\x1b\x9c\x30\x3a\x56\x2e\x8d\x25\x47\x8c\x04\x65\x4f\x41\x86\xd9\xde\xe1\x8d\x11\xb8\x03\x8c\x7f\xeb\x2b\x7f\xbe\xab\xfe\x60\x98\x93\xcc\xf9\xfb\x0a\x9c\xb0\xdc\x28\x9b\x0c\x40\x39\xce\x50\x56\xb3\x46\x80\xa8\xf3\x03\x13\x12\x34\xa9\x42\xc4\xea\xc6\x14\xfd\x4b\x5a\x68\x7c\x15\xf0\x99\xc8\x10\xdf\x46\x17\x63\x15\xbd\xd2\x48\x45\x17\x66\x1e\x15\xc4\x01\xa2\x25\xf8\xa6\xd7\x28\x7b\x62\x07\x6b\x15\x21\x85\xb1\xb8\x25\x90\x32\xbd\x1c\x5a\x09\x0f\xa7\x31\x34\xa5\xed\xbe\xdb\xf3\x3d\xb7\x87\x4a\x38\xc2\x7d\xdf\x73\xf7\xb5\x0f\x4a\x69\xdb\xaf\x90\x0c\x06\xbe\xd7\x1b\x94\x51\xcd\x6b\x01\x3d\xbd\xc1\x9e\xef\x0d\xf6\x90\x37\x38\xf4\xbd\x01\x7b\x7f\xe4\x7b\x83\xa3\x12\xe9\xc0\xb8\xf4\xdc\x3b\xf2\xf7\x8e\x1a\xdc\x9c\xa5\xaf\x8b\xeb\x1f\xb8\xe8\xe0\xc0\x3f\x50\x88\x7f\x12\xe9\xa0\xe7\x1f\xf5\x9a\xe3\x21\xd4\xe3\x79\x3e\x13\x8f\x75\xa0\x6e\x4f\xfb\x55\x00\x00\xae\x34\x0f\x94\xa6\x24\x97\xe7\xb2\x58\xc6\x3f\xe0\x31\x6e\x7f\x5c\x4e\xa7\x24\x93\x07\xbf\x3d\x76\xf0\x4b\x2a\x2f\x42\x9c\x38\xef\x02\x1a\xfc\x1c\x91\x07\x34\xc3\x99\x73\xfa\xe3\xcf\xb6\x1d\x3b\x51\xce\x53\xa6\x78\x62\x4c\x29\x57\x59\x70\x4f\xa8\x9f\x3f\x9e\xff\xa2\x11\xf2\x7e\x11\x5a\xf8\xb8\x83\xf1\x04\xa2\x95\x51\xbc\x3f\x29\xa4\x3f\xac\x40\x62\xc8\x9c\xb3\xcb\x8b\xab\xeb\xaf\x32\x24\xb0\xc8\xc4\xbd\xfd\x58\x6d\x4d\x8b\x7c\x66\xdb\x33\x8e\x91\x96\xf3\x28\x03\x0b\xe5\x76\x88\x94\xfa\xe7\xa7\x27\x63\x1c\x75\x12\xf2\xd0\x9e\x80\x1e\xd4\x36\x9f\x52\xea\x70\x6e\x1f\x29\xf9\x54\x46\xd1\xaa\xb6\xa7\x29\x24\xb6\xb6\xf4\xea\x60\x3c\xb5\xed\x92\xcd\xd6\x8c\xbb\x22\x69\x1e\x63\x8a\xe3\x58\x26\x1a\xb5\xa2\x84\x47\xbd\xc9\xd8\xbc\xa5\xa0\x16\x4b\x3b\xe3\x08\x13\xe4\x01\x2c\xc5\x4a\x9d\x40\x08\x02\x90\xef\x24\x10\x4a\x8f\xa6\x50\xd6\xb2\x90\x4f\xd2\x8b\x26\x79\x9b\x1f\x43\xee\xb7\xf5\x53\x94\xd0\x43\x30\xef\x76\xd1\xcc\xb9\x53\x8f\x49\xb7\x5b\x2a\x1f\xe3\xa2\x28\x21\x6c\xcc\xfe\x1b\x61\x91\x0d\xdb\x8d\x6a\x08\x6d\x6f\xd0\xf7\xbd\x41\x1f\x79\x83\x81\xef\x0d\x06\xdb\xe0\x2d\x4a\xe4\xd3\xe7\xe2\xbe\x96\x84\xd4\x11\x24\xcf\x28\x11\xad\x14\x6d\xfa\x82\xfc\x35\xad\x4a\xe7\xfa\x6a\x23\x4a\xfd\xe6\xd1\x06\x9c\xef\xa0\x07\x81\xc5\x51\x21\xfb\x3d\x0b\x0d\x9e\xd1\x4b\x33\xf6\x5d\xd7\xdb\x88\x44\xa5\xbb\x19\xf4\x7c\x6f\xc0\x75\x37\xf5\x60\xaa\x95\xca\xf6\x07\x16\x3a\xfc\x23\x2b\xf3\x9a\x2b\xfb\x98\x50\x6f\xbf\x66\x74\xf9\x9f\x56\xb5\x19\x3b\x5b\x55\xf5\x87\x0f\x61\x7f\x6b\x55\x87\x35\xab\xe3\xff\xb4\xa6\x41\x73\x4d\x6c\x7d\xfc\xe1\x03\xb8\xb7\xbd\xae\x3f\x7c\x04\xf7\xb7\xd7\xf5\x47\x0f\xe1\x26\x56\xf6\x1f\x56\x95\x8e\x52\x5b\xd6\x76\xf8\xbc\x85\x91\xf0\xf3\x3f\x14\x9b\xe3\xc0\x85\xa0\x41\x21\xca\xb7\xc7\xa3\x3d\x89\xae\x7a\x28\x74\xa1\x6c\xbb\x9c\x48\xbb\x24\xa1\x0a\x65\x3f\x66\xb8\x93\x38\xa7\x13\x76\xbe\xf9\x9b\x90\xfe\x6c\xdb\xaa\x3c\x5b\x51\xd2\x4e\xd0\x14\x07\x8c\xb5\xfe\x42\x82\x6f\x68\xd1\xe4\xd6\x8e\xe6\x38\x76\x96\x53\x7e\xa6\xa9\xc5\x3d\xfb\xc3\x2c\x9c\xd0\x1d\xde\x88\x2c\x1c\x4d\xc1\x92\x89\x89\x92\xc9\x4e\xcb\x7b\x88\x8e\xd8\x63\xe6\x60\x22\x75\x82\xac\xf1\x3c\x60\x30\x0f\x5a\xcf\xfd\x41\x87\x1a\xf5\x62\xac\x11\x06\xb6\xc7\x1e\x8e\xb9\x1d\xd5\x46\x71\x48\xc6\x1d\xbe\xc5\x1b\xe6\x5e\x2a\x0f\xba\x47\x77\x28\x46\x1d\x97\x4d\x7a\x2b\xb4\xed\x99\x6d\x83\x1c\x80\x4c\xa0\x20\x9c\x95\x5a\x05\x70\x5f\x69\x68\x29\x71\xde\x41\x14\x38\x17\xe7\xe7\xef\x70\xc7\x45\x11\x18\x59\x42\x53\x69\x21\x76\xdc\xb5\x90\x75\x47\xb8\x55\x02\xa1\xd6\x78\x13\x37\x8c\xe2\xdb\x4a\x7c\x6b\x3a\x22\xe3\x56\x0a\x28\x22\x46\x5e\x8a\x22\x39\x9e\x94\x49\xdf\x0b\x26\x2b\xcb\x1b\xdb\x29\x13\xbd\xc5\x2f\xbe\x09\x67\xe2\xc4\x93\xca\x4b\xd9\xe9\x88\x8c\xf9\xe7\xea\xc4\xc1\x9a\x81\x31\x11\xbe\xb6\xa9\xba\xbf\x37\x82\xaa\x23\x2a\x10\xc7\xd8\x39\xc3\x04\x48\x56\xf6\x67\xae\x3f\x70\xd1\xe0\xd0\x1f\x1c\x0a\x2b\xb4\x2a\xd8\x8e\x90\x36\x55\x5c\x84\x7a\xe0\xd6\x66\x40\xe8\x43\x25\x61\x72\x57\x0f\x3d\x3b\xff\x7f\x31\xc8\xe3\x68\x3e\x20\x33\x08\x49\x1a\xe5\x09\xbf\x73\x44\x51\xc7\xab\x07\xb1\x2e\xc7\x82\xf5\xb9\x1e\x62\xf6\xe9\xd8\x1c\x7b\x4a\xa8\x76\x95\x33\xa2\x44\x16\xe8\xcb\x50\x89\x83\xbe\xbe\x5b\xe5\xd2\x91\x85\x56\xd3\x38\xa0\x9f\x83\x45\x43\xd0\x99\x9c\x43\x82\x99\x96\x9d\xed\x54\xa8\x2a\x23\x10\x1b\xc6\x4f\x01\x88\x11\x6b\x01\xc8\x51\x8c\x62\x44\x91\x8b\x3c\x64\xd8\x43\x8c\xbc\x31\x44\xb9\x90\xcc\xfa\x7d\x08\x2c\x59\xa5\x10\xca\xea\xde\x3e\x02\x8a\xa9\xef\xf7\xfb\x68\xd0\xf7\x07\x7d\x25\x80\xed\xf9\xfb\x9c\x0a\xea\xa1\x68\x9f\xc6\xea\x39\x12\x26\x0b\xb5\x3e\x3f\x61\xe7\xa1\x4d\xd8\x5e\x61\xcf\xa1\xfa\x55\x9a\x85\x14\x68\x25\xba\xd0\x3f\xf2\xcd\x3b\xef\x27\xe2\xc9\x4a\x84\x97\xc3\xb2\xc1\x26\x76\x3a\x49\x68\x16\x6d\x6b\xb0\x36\xb7\x73\x0f\x7d\xcf\x35\x7c\xab\x9f\x88\x2a\x2b\xab\x53\xb7\xd1\x7d\xb9\xd3\x1c\x49\x82\xd9\xf3\x36\xdb\xb0\x4d\x8d\x92\x6f\x51\x17\x04\x28\xc7\x89\xf0\x4c\x8a\x78\x34\xce\x0c\xe4\x6c\x6f\x5a\x15\x28\xc4\xee\xf1\x52\x8d\x6b\x78\x0c\xf5\x29\x04\x04\x98\x23\xcd\xe1\xe5\x28\xe4\x86\x07\xb6\x9d\x82\x89\x80\x3c\x93\xfd\x9d\x14\x15\x2c\x13\x75\x18\xde\xf3\xfc\x3d\xaf\x8e\xea\xf3\x44\x34\x5c\x63\xbc\x1b\xfa\xca\x4f\xfa\xaf\x1e\xee\xd7\xc0\x48\xed\x49\xcf\x61\xb5\xc7\xf3\xa3\x6c\x2a\xc1\xcb\xb5\x25\xc0\x57\x13\x87\x72\x1a\x25\x41\x1c\x3f\x36\xdc\xf9\x47\x12\xfa\x55\x81\x74\xae\xd7\x89\xfa\xc9\x16\x7e\x83\xea\x84\xb4\x4c\x85\x2f\x47\x61\x0c\xca\xfb\xa8\x12\x3d\x89\x6f\x1e\x00\x6e\xe0\x4c\x96\xe3\xc1\xb8\xbb\x4f\xd0\x2b\xbf\x16\x9a\x48\xf9\xb1\x1a\x50\x85\xe4\x28\x0f\x68\x02\x87\xb1\x16\xa1\xb0\x1e\x33\xf8\x19\x73\x0b\xe5\x9f\x2d\xa2\xc7\xee\xfe\x2c\x30\xdf\xff\xb1\xeb\xb9\xff\x70\xfe\x11\x76\x01\xff\x17\x0e\x41\xfb\x73\x7a\x1b\xc5\xe4\x1f\xbb\xff\x78\xe8\xc2\x61\xfb\x2a\x98\x06\x59\xf4\x8f\xdd\x5d\xe1\x6b\x93\x98\x16\x64\x91\x61\x89\xb1\x08\xc2\xf3\xa4\xd9\x18\xfb\x75\x7c\x84\xdf\x9d\x49\xcb\x16\xd7\xf7\xfa\xae\xc6\xa9\x2c\xc9\xeb\x55\x1a\x96\xff\x07\x3d\xbf\xa2\xc1\xb6\x50\xf7\xaf\xec\xbb\xfb\x6c\xdf\x9f\xb2\x5e\x36\x0d\x17\x3e\x91\xe9\x6b\x37\x7a\x3e\xf0\x88\x7f\xcd\x7b\x64\xd5\x0c\x19\x9e\x8c\x56\x6c\xd6\xfd\x35\xba\x9b\xbd\xb6\xf2\x5e\x59\xf9\x79\x12\xd6\xaa\xee\xd7\x83\x8c\x0a\x33\x06\x60\x05\xf9\x63\x32\xf9\x28\xef\x37\xc4\x47\x42\xe7\xc7\x3f\xaa\xed\x90\xa5\x4d\x18\x01\xde\x7e\xaf\x8c\xa4\x22\x7d\x62\x95\xc9\xc5\xa1\x04\x13\x93\xa8\x34\x87\xfb\xd2\xb5\x92\x71\xaa\x18\xe7\xc0\x8a\x74\x85\x68\xc9\x9e\x2b\x91\x36\xd0\x04\x07\x42\x0d\x87\x42\xbc\x3a\xbb\xba\xfa\xba\x8c\xc9\xa7\x28\xa7\x7e\xc7\x45\x67\x57\x57\x57\xf4\x31\x26\xef\xc8\x24\x0e\x32\x1e\x7b\xcb\xef\x78\x2c\xf9\x67\xc6\x68\x45\x36\x0f\x9d\xc5\x11\x49\xe8\x57\x32\xa1\x2a\xe5\xdd\xe5\xe7\xda\xa3\xa8\xd2\x48\xb8\x4e\xbf\x91\x44\x55\xf4\x2e\xa0\xc1\x75\x16\x24\xf9\x94\x64\x1f\x29\x99\xab\x7c\xef\xa3\x58\xd7\xf2\xe7\xeb\xcf\x9f\x4e\xe3\xf8\x2c\x8d\x63\x81\x9e\xae\x12\x37\x53\xde\xa7\xd9\xfc\x3c\x26\x8c\x5e\x55\xd2\x15\x61\x79\x8c\xc4\xcf\x24\x8c\x02\x55\xff\xe7\x68\x4e\xae\x1f\x17\x84\x0f\x04\x7b\x7b\x11\xcc\x49\x78\x91\x86\x84\xc9\x58\xec\x39\x0d\xf5\xa8\x7c\x09\x22\xd6\xdb\x7f\x2f\x49\xae\x7b\xf8\x25\x5e\xde\x45\x49\xf9\x4b\x17\x74\xf5\xf3\x07\xa1\x65\x53\x39\xaf\x7e\xfe\x20\xe2\x9c\x19\x09\x5f\x02\x3a\xbb\x22\x77\x66\x4a\x1a\x25\xd4\x78\xae\x0e\xdf\xd5\xcf\x1f\xc4\x68\xa5\x99\x1e\xaa\x2b\xee\xb1\x23\xf4\x66\x3a\x8d\x4d\xde\xd5\x8c\x10\xaa\xda\x7e\x4d\xbe\xd3\xeb\x2c\x98\x7c\x3b\x2b\xa7\x4f\xa7\xe9\x84\x74\x39\x51\xed\x2d\xd0\x0c\x67\x20\x84\x1c\x02\x64\xfa\x76\xa6\xae\xee\xa7\xdd\xae\x84\xff\x40\x73\x3c\x1b\x4d\xc7\xe8\x1e\x87\xa3\xf9\x18\xdd\xe1\x88\xfd\xb9\xc5\x77\xb6\x6d\x04\xdb\xe6\x00\x0c\xb6\x0d\x6e\x47\xf1\x78\xbd\x4e\xc1\x2d\x8a\xd1\x04\xa2\xdb\xd1\x52\x3e\x2e\xd1\x1c\xa2\x60\x34\x1f\xe3\x09\xba\x87\x90\x51\x3f\x57\xb1\x52\x78\x3b\x5a\x8c\xd7\xeb\x04\xdc\xa2\x05\xa2\xa3\xc5\x58\x4a\xe1\x65\x38\xa0\x5a\xf8\x16\x6f\xbf\xe7\x7b\xa5\xda\x8f\xeb\xc4\x0f\xf7\xfd\xc3\x7d\xbe\xca\x9e\x13\xe5\xfa\x83\x52\x0b\xf8\x23\x87\xeb\xfa\x38\x9f\x33\x5a\xa1\xc4\xe7\xc8\x62\x68\x12\x93\x20\x33\x13\x79\x82\x64\x84\x02\xac\x58\x31\xc0\xfe\xd6\x48\xba\x87\x55\xc0\x44\xc9\xee\x47\x63\xa9\xd9\x4e\xf1\xee\xe7\xab\x8f\xe7\x6d\xe7\x1f\x8e\xe6\xe8\x66\x88\x8c\x66\x75\x86\xb2\x36\xd8\xe0\xdf\x3d\x94\xe2\x0e\x47\x72\x92\x50\x08\x2a\x03\xea\x95\xd6\x16\x20\x19\x1a\xfc\xae\xe9\xe2\x86\x0e\xa9\xff\xbe\xb4\x98\x95\x88\xc7\x82\x23\xa6\xb0\xe0\xea\xe2\xa2\xe0\xc8\x8f\x1f\xba\x99\xf3\x23\xc7\x4c\x4d\xf9\x20\x5e\x47\x73\x92\x2e\xa9\x1f\x00\xea\x94\x8f\x90\x9d\xe6\x3f\x26\x94\x64\xf7\x41\xac\xde\xa9\x67\x69\x31\x6a\xee\x29\x5a\x9e\xe8\x57\x43\x09\x23\xee\x4d\xd7\x77\xfb\x5c\xa8\x77\x7b\xe2\x8f\x07\x91\x79\xe4\xdf\xe3\x27\x36\xc6\x67\xfb\xae\xc7\x29\xa1\xef\xf6\xf8\x14\xf5\xdd\xbe\x90\x5a\x78\xc9\x7b\xf5\x92\x85\xe2\xfc\x99\x3d\x7c\xc3\xfe\x2a\xc3\xd4\x99\x05\xb9\x21\x7b\xa3\xa4\x49\xa4\x13\xf7\x51\x43\x79\x57\xbe\x2a\x50\x84\x13\x6d\x6b\xb4\x5e\x5b\x7f\xfa\x93\x66\xe0\xdc\x76\xa6\xb2\x89\xf0\xf7\xd5\x6d\x05\x05\x38\x71\x0c\x1e\xcf\xb3\x98\x3c\xbf\xc4\xd9\xc8\x85\x05\x15\x4a\x14\x78\x01\x8f\x70\xaf\xbb\x60\x1a\x5f\x4c\x86\xd4\x9f\xa0\x54\x75\x53\x5c\xfb\x82\xc8\x04\xf0\x0d\xb8\xee\xe1\x1c\x24\xeb\xf5\xc8\xb0\xef\x70\x6e\xa2\xe4\x3e\xfd\x46\x36\x22\xc5\x0a\x5a\xb5\xf2\x65\xbe\x20\x49\x48\x84\x5c\x62\xb5\xea\x74\x1d\xa1\x54\x5c\x24\x92\xef\x64\xb2\xa4\x22\x22\x3f\x4e\xe4\xa5\x38\xaf\x52\x18\x83\x7c\x20\x89\x18\x82\x76\x94\xb7\x83\x38\x23\x41\xf8\xd8\xce\x96\x49\xc2\x3e\x11\x11\xfd\x27\xe9\x7c\x11\x13\x4a\x42\x51\x04\x2f\x96\x97\xc3\x9e\x23\x59\x64\xaa\x9a\x70\x09\x04\xd4\x4b\xe6\xcc\x09\x9d\xa5\x21\x8e\x50\xe6\x04\xd9\x1d\x4e\x15\xe0\x4c\x80\x33\x27\x24\x31\xb9\x0b\x28\xe7\x70\x1a\xac\xe4\x11\x04\x12\x32\x27\xe7\xb5\xe4\x18\xe3\x25\x9c\xa4\x09\x8d\x92\xa5\x16\xe2\xf3\xa2\x60\x2d\x48\xc8\x77\xca\x1a\xa0\xea\x81\x8c\xcf\x24\x14\x67\xce\x8d\xfc\x1b\x64\x77\x2d\x15\xfb\xbf\x6c\xb0\xce\xcf\xfb\x51\x1b\x47\x73\x8c\xb0\xd1\x71\xd1\x85\x56\xe6\x84\x51\xbe\x08\xe8\x64\x76\xfe\x7d\x42\x16\xe2\x00\xc0\xde\x08\x64\x17\x4b\x6a\x8a\x8c\x5a\x6c\x3b\x73\x82\xdb\x6c\xb9\xe0\xd1\x4d\xf8\x5b\x51\x16\x6c\x25\xd8\x98\x1c\x85\x2c\x25\xa7\x99\x8f\x7b\x92\x66\xf3\x20\xb6\xb8\xab\x33\x27\x16\xd6\xe2\x84\x0d\x5e\x9a\x90\xa1\xd1\x3a\xbf\xec\xc6\xdf\x23\x12\x87\x16\x9a\xf0\x11\x6f\x18\x3d\x69\x40\xc8\xdf\x0b\x37\x01\x51\x5c\x51\x94\x23\x24\x6a\xb3\x6d\x50\x1f\x02\x39\xa1\x32\xa7\x9c\xd6\x89\xe8\x7f\x51\x70\x34\xe5\x00\xa2\xb4\xd0\x4b\x45\x75\x67\x55\x02\x4d\xae\x58\xd9\xbe\xea\x1b\x13\x9a\x7d\x52\xe2\x86\x14\x75\xe4\x49\x99\x5d\xd6\xc8\x72\x27\x45\x51\x10\xe7\x21\x0b\x16\x38\x6f\x09\xc4\xa5\x55\x51\xae\xce\x09\x80\xab\xb2\x01\x61\xe5\x69\xc6\x9e\x04\x36\x1e\xfb\x64\x14\x8d\x71\xb3\x51\x50\xd1\x12\x18\x5d\x72\xdd\x56\x11\x6f\xd1\x1c\x2f\x6c\x7b\x01\x16\xe0\x3b\x18\x8d\x21\x84\xad\xb9\x6d\xcf\x3b\x98\xf1\x81\x4c\x61\x2d\x44\xd0\xb6\xc1\x14\xcf\x15\x4a\xd3\xcc\x00\xbe\x33\xae\x64\x6b\x9c\x61\x0a\xcb\x8e\xdc\x31\x96\x39\x12\x64\x8e\xd4\x00\x28\x1a\x1a\x3b\xd3\x34\x3b\x0f\x26\x33\xe3\x9c\xc9\xb8\xf9\x88\x8e\x9b\xb6\x3b\xa9\x0f\xe6\x1c\x45\x45\x78\x85\xe5\xb8\xdc\x1a\x30\x87\x2d\x33\x2f\xae\xf2\x13\xfd\x41\x00\x2a\xf8\xc7\xd4\x68\x45\x82\x02\xb8\xd2\x8f\x6d\xfe\xa5\x40\x86\x13\x73\x15\x03\x32\x8a\xc6\x88\xa0\x54\x10\xb9\xe8\x58\x07\xe3\xa5\xa4\x71\xb1\x10\x96\x82\x40\xf1\x44\xc2\x18\xc8\xda\x42\xdb\xb6\x44\x54\xba\x72\x2b\x08\xf5\xb0\x87\xc8\xba\xb9\x09\x1e\x82\x88\x5a\x70\x58\x46\x5e\x08\x1d\x99\xda\x14\x40\x22\x91\x9c\x84\x1d\xe0\x50\x0e\x2b\x1e\x3b\xe2\xb5\x1c\x7a\xf5\x1e\xfa\x46\xc9\x4d\x25\xca\x26\x63\x82\x02\x30\xd9\x28\x50\x0d\xdb\x66\xb9\x45\x0e\x96\x62\x2d\x41\x3e\x68\x6c\x24\x8b\xd2\x51\x2c\xe1\x08\x3b\x42\x79\x81\x02\xe8\x07\x00\x16\xe5\x14\x3e\x9a\x9b\x2e\xd1\x3b\xe1\x88\xca\x45\x3b\xae\x20\x9d\x64\xc2\x54\x50\x73\x61\x8e\x58\x81\x4a\x0e\x40\x4d\x1e\x59\x96\xe6\x88\xa6\xd8\x36\xa0\x9a\x17\x28\xa6\x46\x39\x33\x90\x67\x5c\xd1\x9a\xa6\x02\x35\x0a\x5a\x8b\xd6\xd9\x89\x28\x81\xd1\x93\x61\xab\x78\x3d\x23\x6d\x55\x7d\x3b\x4c\x89\xb0\xdf\x5a\x64\xe9\x7d\x14\x92\x76\xd0\xfe\x6f\xfe\xf1\x7f\xb7\x45\x59\x96\x1e\xad\x65\x21\x36\xca\x18\x64\xa8\xec\x80\xa8\xc3\x24\x3c\xc6\xf0\x05\xe1\x69\x35\x76\x73\xb3\x38\x3d\xd6\x47\x6c\xd9\x12\x12\x40\x22\x76\x87\xd2\x55\x84\x73\x68\x40\x47\x84\x91\xca\x32\xa6\xec\x64\x34\xc6\x12\xc8\x08\x51\x87\x91\x1c\x26\xfc\xcf\xa7\x74\xa2\x97\x75\xa7\x1c\xa9\xca\x20\x0b\x0a\x35\x87\x18\x6e\xb6\x05\xfa\x91\x0f\x5e\x36\xaa\x7a\x44\x45\xeb\xb4\x59\x5c\xd2\x96\x8b\xab\xa9\xf8\x92\xd8\x6e\x4a\xa1\x9c\x71\xf6\x4f\xe9\xc4\x27\x23\x77\x5c\xb4\x3c\x6e\xde\xc1\x9b\xce\xf9\xf8\xa7\x74\x82\x09\x57\x89\xf7\xca\x37\x52\xb3\x27\xde\xf5\xc6\xac\x85\x53\x4a\x32\xf1\xdc\x1f\x4b\xc7\x36\x9a\x3d\x9e\x0b\x3d\xb0\xc6\x8e\xd7\xf5\x3f\x18\x87\x02\x47\xee\x50\x51\x9a\xac\xd7\xab\xa2\x45\xf9\x6c\x62\xbd\xc1\x48\xdb\x77\x3e\x0c\xc8\xcc\x8d\x69\x59\xe0\xb9\xf6\xe3\x2b\xab\xc5\x23\xd5\x37\x2b\x4b\x53\x6a\x15\x63\x44\x34\xd7\xbd\x11\x58\x55\x3a\xaa\x11\xa1\x80\x9d\xaf\x74\x81\xdf\xe5\x35\x5e\xd9\xce\x51\xc4\x97\x20\x2d\xe9\x4c\x82\x3e\xb4\x9a\xcd\xbd\x04\x71\x68\x50\x62\x0e\x45\x14\xe5\x17\xc1\x05\x20\xda\x51\x49\x0a\x83\x3b\x9e\x01\x91\xd1\xa6\x32\x66\xe0\x71\xb7\x9b\xbc\x25\x1a\xe7\x24\x9a\x02\x85\x33\x81\x92\xd2\x5e\x4c\xf1\xaa\x51\xc2\x26\x82\x91\x2d\x0f\x8a\xd5\xaa\xbd\xd7\x3e\x52\x22\x87\x8b\x68\x51\x8a\xaa\x9c\x98\x53\x05\x2d\xb2\x62\x8f\xfe\xa5\xc1\x9b\x2e\xf5\x6e\xb1\x05\xb1\x5f\x31\x77\x63\x5f\xbc\xaf\x00\xc7\xce\xd0\xac\xf2\x1c\xa2\xd9\x28\x18\xe3\x90\x8b\x63\x71\xc0\x6d\x19\x71\x29\xca\xaa\xd3\x96\xc5\x96\x7e\xbe\x91\xdc\x60\x1d\xdf\x34\x01\x35\xf8\x5e\x75\x03\xdb\xa1\xdc\x10\x4f\xc0\x07\x6f\x56\x89\x31\x66\x8c\xb5\x6c\xd7\x7a\x4d\x39\x7c\x07\x84\x05\x22\xce\x3c\xc8\xbe\x35\xed\xd0\x52\x0e\xa8\x42\x77\x0f\x1b\x53\x01\x41\x33\xe8\x03\xe2\xdc\xdc\xf0\xf1\xba\xb9\xc1\x33\x14\xf0\xf5\xb5\x5e\x03\xc2\x06\xa6\xa1\x5d\x3c\xf6\xdf\x36\xb9\xe3\x1e\x22\xc2\x5a\x17\x70\xb1\x6a\xb3\x79\x2b\xb9\x81\xfa\xa4\x28\xd0\x1d\xb8\x35\x0f\x30\xc6\xc3\x28\xdd\x2a\x50\x21\xe2\x9c\x9a\x07\x2e\x7c\xcb\xaa\x63\x29\xb8\x6a\x5a\x80\xb8\xa4\x51\x62\x0c\x70\x54\x42\xa5\xde\x97\xd1\x64\x18\x37\xbb\x05\xb9\xfa\x00\x32\x59\x42\x2d\x94\xa6\x09\x07\x19\x1c\x06\x7e\xc0\x09\x15\x34\x6d\xd9\xfa\x63\xce\xb7\xa5\xed\xa3\xfe\x80\x5b\x50\xdc\xb1\x41\xba\xaf\x0e\xae\x85\xee\x9f\x90\x21\xd1\xbd\x3e\x50\x6e\x66\xd1\xc1\x75\x75\x61\x63\x8b\x0d\xd2\x37\xf2\x98\x37\xd0\xa7\x81\x64\x94\x89\x90\x1a\x54\x05\x74\x2b\x97\x6a\x46\xee\x49\x96\x13\x00\x35\x6a\x54\x3b\x53\xcc\x80\x96\x80\x47\x12\xcd\xda\x59\xa4\x0b\x20\x00\x8d\x44\x89\x4a\x9f\x2d\x97\x7c\x82\x32\xcd\x0f\xb2\x42\xbf\x54\x0c\x20\x2b\x58\x73\xc5\xd5\x11\xfe\x8e\xce\x0d\xda\x5a\x19\xab\xc6\x3f\x47\x9c\x3d\xd6\xed\x1b\x64\x74\x38\x72\xaf\x22\xed\x71\x26\x22\x7f\xf3\xf3\x9b\x8c\x53\xc7\x7e\x9a\x21\xee\x34\x8b\xe2\x0f\x95\x2d\x8a\x27\xd5\xb6\x4c\x96\x64\x08\x26\xf5\xad\x45\xf1\xf3\x07\x88\x3a\x04\x56\x4c\xc1\x39\x83\xb7\xa8\x90\x5e\x34\xc6\xa5\x96\x35\xc5\x85\x3f\xb4\x6d\xc9\x95\xbb\xb4\xc4\x41\x53\x6e\x0d\x74\xac\x76\xeb\x02\xe5\x34\x5d\xf8\x95\x3b\x21\xdd\x19\x57\xba\x5c\xd4\x1a\x37\x72\xc7\xc6\x76\x55\x95\x59\x88\x90\x59\xc4\x49\x95\x98\xd2\x87\xd8\x91\xee\x83\xb8\x40\x1b\x67\xd5\xc6\x49\xe0\xa0\x61\xb2\x20\xa9\x95\x61\xe9\x2d\x43\x84\x37\x2d\x7e\x02\xb9\xbf\xaa\x13\x19\x1f\x5d\x2d\xd2\x64\x28\x79\x56\x70\xe9\x74\x12\x8d\x05\x1b\xd5\x3b\x5d\x22\x5b\x45\x27\xd8\x3d\xde\xd9\x89\x14\xa8\x73\x7d\x74\xa2\x31\x0a\x70\x5a\x1f\x21\xbe\x55\x33\xbe\xe1\x88\xcd\x1b\x96\xf2\x36\x49\x42\x4b\xe2\x41\x8b\x77\x6f\xb1\xa6\x42\x1d\x1c\x4c\x4c\x6e\x8a\x2c\x25\xbf\x58\x10\xc5\x46\x72\x29\xbc\x88\xb2\x72\xdb\x8e\xab\x04\xfd\x36\xd5\xb2\x4f\x59\x79\x99\xc6\x8d\x65\x6a\xf9\xcb\x42\xcd\x2f\x8c\xd4\x42\xa9\x31\xf2\x57\xd7\x55\x28\xb8\xb1\x4e\xbc\xa9\xfc\xa1\xd9\x63\x3b\xa7\x01\xe5\xfa\xfd\xf6\x43\x44\x67\xe9\x92\xb6\xf9\xe7\xed\x34\x6b\xcb\x16\x58\xbf\xa3\xc1\x45\x51\x20\xa1\xf7\xa8\x99\x1d\x95\xe1\x8c\xb7\xce\x7c\x22\x66\xbe\xd4\xaf\xd5\x66\x3e\x19\x0b\x8c\xd0\x8d\x59\xd4\x8b\x33\xaa\x4e\x94\x0c\x82\xc9\x1b\x1f\x99\xcd\x94\xa4\x15\x09\x10\xd9\xa2\x60\xbb\x8d\xc5\x7f\xf3\x45\xb6\x5e\x5b\x4a\x7d\xc2\x9f\xa1\x6d\x1b\xb4\x63\xdb\xf4\x2d\x36\x7b\xcd\xb7\x2a\xc6\x89\xd4\x3e\x95\x0e\x4d\xfa\xf4\x57\x45\xab\xba\x88\x88\x5c\x3e\x14\xa5\x43\xb0\x8d\x7b\x09\xe9\xca\xa8\x86\x49\xfa\xfc\x8d\xd2\xcd\x80\x00\x16\x48\x3d\x6c\x5a\x3d\xbf\x80\x6b\x18\x7d\x76\x84\x27\x6b\xb5\xe3\x3c\x71\x58\x36\x87\x7f\xeb\x1b\xea\x2e\x99\x03\x68\xee\x83\x35\xe7\x25\xe2\xe4\x64\xf6\x4e\x9f\x19\x75\x81\x62\x71\xfa\x86\xca\x8b\x48\x25\x14\x95\xcc\x54\xe4\xa3\x10\x2d\x0b\x34\x8d\x92\x28\x9f\x6d\xc1\x82\xd8\x4a\x56\x54\x90\x95\x3e\x25\xd7\xc9\x8a\x72\xb2\xca\xcc\xf3\x89\xe9\x04\x54\x19\xf1\xcc\x98\x57\x94\xe9\x03\x0c\x44\x0f\x20\x63\x4d\x6c\x8a\xa3\xfa\x07\x36\x51\xd0\x20\x6f\x9e\xdc\xce\xb3\xad\x5b\x45\x62\xe8\x55\xd4\x49\x95\xb5\x52\x03\xd0\x14\xc5\x06\x5f\x88\x62\xb6\xaf\xc6\x92\x13\x04\x94\x92\xf9\x82\x5f\x15\xab\x0d\x97\xab\x19\xfd\xba\x6e\xda\x1c\x2a\xbd\x35\xaf\xd4\x61\xd3\xff\xce\x03\x53\xe9\xf3\xb0\x4f\x91\x3c\xff\xfa\x59\x81\xb4\x3e\xd7\xa0\x14\x35\xf5\xe6\xee\xc1\xc6\x96\x14\x60\x43\x0b\x44\x87\xfa\xd6\xc2\x5f\x15\x2a\xb4\xcd\x9d\x92\xae\xbe\x2e\x13\x1a\xcd\x09\xce\x4a\x05\xa3\x96\x0e\xad\x8c\x2b\xd6\xea\x79\xdb\xb8\x9d\x59\x10\xf0\x10\xc3\x2b\x7e\xc7\xf1\x34\x84\x5a\xdf\x55\xb0\x86\x3c\xf6\x3d\xbf\x16\xe3\xe1\xdf\x9d\x9b\x1b\x92\x7f\x4e\xc3\x65\x4c\x86\xd4\x5f\x29\xa8\x6a\x76\x84\x72\xe4\x83\x73\x73\x1b\xdc\x92\xf8\x4b\x1a\x3f\x4e\xa3\x38\xb6\x6d\x6b\x99\x08\xe7\xae\xb0\x8c\x10\x2c\x43\x7f\xdb\xb6\xfc\xe1\x3c\x04\x59\x52\x7d\x02\xd6\x9f\x78\x41\xbb\x0b\x59\x12\x3b\xda\xc7\x69\x10\x92\xb0\x3d\x4f\x33\xd2\xa6\x33\x76\xc8\x4f\x26\xa4\x9d\x8a\x89\x6a\x2f\x82\x3b\xe2\xb4\xaf\xb9\xdb\x68\xde\x5e\x64\xe9\x6d\x70\x1b\x3f\x72\x7d\x40\x48\xf2\x88\x7b\x33\xee\x46\x09\xe5\xea\xe5\x76\x90\x84\xed\x79\xf0\xd8\x9e\x05\xf7\x84\x37\x88\xfc\x7b\x49\x92\x09\xc9\xdb\xd1\xb4\x1d\x46\xd3\x29\xc9\xd8\x56\x72\x2f\x0c\x30\xf2\x36\x9b\x99\x19\x69\xab\xe6\xe4\xed\x20\x23\xed\x60\xb1\x88\x23\x12\xb6\xc5\xc7\x34\x62\xcb\xcd\x69\x7f\x9c\xb6\x1f\xd3\x65\x3b\x4c\xdb\x09\x21\x61\x9b\xa6\xbc\xe1\x95\xcf\x6b\x7d\x40\x6d\x36\x03\xb5\x1e\xef\x26\xe9\x59\x9a\x4c\xe3\x68\x42\xf9\x55\x0c\x09\x78\x59\xb7\x8f\x8b\x20\xcf\x79\x69\x6c\xa0\xa2\xe4\xce\xb1\x20\xda\x36\x01\xdc\xb3\x6f\xe5\xf5\x7d\xaf\x8f\xfa\xee\x81\xdf\x77\x0f\x38\x05\x3c\x83\x9b\xc3\x6f\xd0\xd8\x3f\xfc\x2e\xed\x88\xfd\x73\xc8\x7d\x34\xf8\x1b\xcf\x15\xfe\x1a\xec\xdf\x3d\xf6\xcf\x3e\xfb\x67\xc0\xfe\x39\x10\x77\x6f\x03\xf1\x67\x8f\x5f\xe1\xf9\x1e\xf2\x5c\xdf\x73\x91\xe7\xf9\x9e\x87\xbc\x9e\xef\xf5\x50\xcf\xef\xa1\xbe\xdf\xe7\x57\x79\x7d\x77\xc0\x2f\xde\xfa\xee\x1e\x1a\xf8\x03\xb4\xe7\xef\xa1\x7d\x7f\x1f\x1d\xf8\x07\xe8\xd0\x3f\x44\x47\xfe\x51\x31\x66\xb4\x8b\x46\x7d\x77\x7f\x5c\x1e\x0b\x00\x5c\xb5\x76\xdf\x74\x5a\xed\x37\xed\x3f\xa5\xf7\x24\xbb\x8f\xc8\x43\xbb\x7d\x3e\xbf\x25\x59\x7b\xa7\xfd\x97\xe0\x3e\xb8\xe2\xe6\x6e\xed\x53\x36\x51\x13\x6e\xc2\xd0\x7e\x9f\x05\x73\xf2\x90\x66\xdf\xf8\x67\x93\x74\xf1\x98\x45\x77\x33\xda\x3e\xd3\xbf\x7a\xae\xe7\xed\xf4\xdc\x9e\xdb\xbe\x8e\xe2\x90\xb4\x3f\x26\x13\x87\x13\x0c\xdb\x4b\xb2\xe8\x76\x49\xd3\x2c\x67\x5f\x1b\xff\x7d\x49\x33\xca\x09\xc5\x2c\xc6\xdd\xdf\x61\x65\xb5\xaf\x68\x96\xde\x8a\x72\x5e\xf4\xd9\xa1\xf8\x8c\xb5\x5a\xd6\x7e\x1a\xc7\x6d\xfe\x3a\x6f\xb3\x63\x48\x76\x4f\x42\x5e\xd4\x9f\x98\xa8\x9e\xe4\xa4\xdd\x6e\x7f\x12\xbf\xc2\x36\x5b\x71\x59\xfb\xf3\xc7\xeb\xb6\x7c\x59\xab\xf3\x8a\x90\xf6\x8c\xd2\x45\xee\xef\xee\x66\xc1\x83\x73\x17\xd1\xd9\xf2\x96\xf1\xdd\x5d\xc2\x86\xee\x5f\xb9\xf8\xeb\xfc\x2b\xdf\x9d\x07\x39\x25\xd9\xee\xa7\x8f\x67\xe7\x17\x57\xe7\xbc\x46\xb9\x24\xda\xed\x76\xdf\xe9\xb9\xce\x7e\xab\xfd\x66\x57\x08\xfe\x8c\x79\xb6\xe6\x41\x94\x9c\xa5\x09\xe5\xbb\x1c\x3b\x5b\x18\x93\xc5\x59\x3c\x8a\x4a\x91\x3c\x2d\xf1\xac\x03\x4c\x50\x8e\x93\x51\x30\x6e\xe5\xeb\x35\xe0\x3f\xbb\xd8\xda\xe5\x58\x5d\xd6\x18\x4a\x00\xe0\x88\x65\x30\x5d\xa0\x74\x64\x93\xb8\x25\xde\xe2\x55\x81\xf2\xf5\xba\x2a\x3e\x88\x9d\x81\x0e\x8d\xbd\xe1\x2c\x5d\xc6\x21\x67\x0f\xd3\x88\x31\x03\xce\xd7\xda\x56\x97\x74\xad\x76\x46\xfe\xbd\x8c\x32\x12\xb6\x6f\x1f\xfd\xb6\xd5\xa5\x02\x07\xfe\xb9\x0f\x21\xbf\x3a\x2a\xdd\xad\x96\x98\x6d\x1f\x8b\x1c\x4d\x24\x76\xf5\x6d\x30\xf9\x86\x42\x7e\xec\xe7\x26\x22\x60\xa9\x2d\x72\x67\xd8\x3d\x9e\xbd\x55\xcf\xc7\xb3\x6e\x17\x5a\x72\x1b\x60\x9b\xc9\x72\x34\x1b\x0f\xc3\xd1\x6c\x8c\x63\x26\xae\xf0\xd6\x55\xd3\xa9\xcf\xff\xa4\x80\x25\x99\x96\x97\xe6\x35\x7d\x08\x51\x5c\x18\x2c\x59\xef\x3a\x0f\x51\x12\xa6\x0f\xcd\xec\x7a\x91\xa5\x13\x92\xe7\xb6\xad\xcf\xfa\x32\x65\xcc\x5a\xb0\x2a\xb4\x76\x40\xc8\xac\xf2\x25\xe4\x51\x3e\xf8\xb6\xc7\x17\xa4\xf1\x93\xc7\x02\x46\xa5\x12\xdf\xb6\x41\x86\xab\x49\xce\xcd\x0d\xe7\xf6\xd9\x10\x24\x35\x1d\x0f\x17\x4c\x51\xd4\x98\xda\x7c\xcd\x1c\x61\x26\xb1\x0e\x41\xc4\x67\x03\x53\x14\xe9\xd9\xc0\x19\xf4\x55\xfa\x68\x6c\xbe\xa0\x10\x25\x23\x32\xc6\x51\x35\x2e\x3f\x31\xcc\x24\x09\xc7\xd4\x87\x05\x54\xcc\x17\x53\xc4\x6f\xfd\x9b\xb2\xff\x98\xa6\x31\x09\x12\x90\x08\x2f\x5f\xe3\xb1\x5b\x12\x79\x81\xa8\x73\x43\x82\x6f\x37\x39\x21\x09\xd7\x5c\xa8\x71\xc0\x32\x4a\xac\x4f\x90\x9c\x7e\x9f\x22\x85\x11\xe3\x27\x05\xf4\x01\x31\x86\x4d\x46\xa4\x45\xd4\x4c\x93\x1f\xc2\x02\x30\xf6\x6c\xfd\x89\xaf\xf2\xdd\x1d\xb6\x27\x66\x49\x10\xe7\xbb\xb7\x59\xfa\x90\x93\x6c\x87\x24\xf7\x51\x96\x26\xec\x30\x25\x9b\x86\x46\x9a\x1a\x6b\x1e\x0c\x95\xad\x43\xce\x49\x2d\x1c\x2e\x41\x56\x29\x39\x68\xec\x97\x8e\x5b\x40\x44\xd8\x70\xbd\xbb\xfc\x8c\x89\x13\xe5\xef\xa3\x8c\x4c\xd3\xef\xfc\xf7\xd9\x2c\x4b\xe7\x04\x13\x67\x99\x93\xec\xf4\x8e\x24\x4c\x58\x9f\x45\x39\x4d\xb3\x47\x4c\x9c\x38\x15\xdc\x1c\x13\x47\x90\xae\x94\xab\xe4\xc1\x7f\x43\xaa\xca\x49\x3c\xb5\x6d\x19\xc4\x48\x3c\xb0\x7f\x1d\xd1\x60\x8c\xb1\xf6\xaf\x69\x58\x00\xbf\xc8\xc5\xc1\xbf\xa8\x06\x42\x53\xaf\x36\x2f\xf3\xd2\x09\xb7\xb1\xd1\x95\x96\x09\xbc\x18\xf5\x88\xcd\x37\x1b\xa5\xa8\x6e\xea\x52\xca\x04\x5e\x8a\x1e\x06\xf3\xcd\x46\x29\x72\xd8\x74\x21\xfa\x99\x97\xa1\x06\xd5\x48\xdf\x28\x21\x09\xee\xa3\x3b\x26\x52\xea\x32\x8c\x14\x5e\x8a\x7e\xc6\x95\x77\x96\x70\x4f\x6f\x28\xa9\x9c\xd8\x96\x26\x02\x2a\x81\x9a\xe9\x90\x95\xe9\xb3\xaa\x5a\x7a\x82\xb3\x96\x3c\x6e\x0f\x2b\x5d\x57\xb9\xf4\x50\x24\xf2\x2e\x4b\xe6\x93\x9d\x52\xd9\x54\x6f\x23\xe5\x23\x33\xac\x36\xbf\x6c\x96\x6f\x7d\x7a\x4c\xbe\xb7\x01\xdb\xc9\xe6\x69\x48\xa0\xd5\x32\xa9\x31\x95\x67\x63\xa1\x47\x57\xcb\x39\x73\x26\x9c\x70\x39\xee\x8c\xc3\xe8\x3f\x80\x2d\x83\x9e\x03\x19\xfc\x83\x7f\xd5\x44\x6b\x1c\x1b\x23\x8e\xaf\xb3\xe8\xee\x8e\x64\x2d\x73\x59\xe4\x1c\x8e\xa7\x69\xdd\x4a\xc9\x79\x73\xad\x22\x95\x39\x24\xb7\xcb\x3b\xf3\x71\x91\x91\x49\x40\x49\xb8\x33\x25\x01\x5d\x66\xa4\xb6\xae\x05\xf3\xfc\x4f\xd7\xb6\x62\x8b\xc6\xda\x4c\x5a\x99\xf3\xe9\xf2\xc3\x87\xf3\xaf\xdc\x2e\x63\x15\xa7\x77\xa5\xba\x59\x9d\x00\x58\xa2\xe3\x38\xda\x4e\x0d\x16\x88\x1f\x0a\x36\x32\xf2\xd4\x5a\x4e\xc2\x77\xe9\x8d\xac\x22\xb9\x96\x37\x4a\xa6\xe9\x66\x56\x9e\x5a\xcb\xc9\x07\x70\x33\x2b\x4f\x1e\x56\x9e\xaa\x5f\xfa\x4f\x15\x1a\xe4\x39\xc9\xe8\x66\xa9\x32\xbd\x9a\x5b\x02\x59\x44\x38\x69\x95\x23\x1b\x3d\x45\x13\x34\x88\x12\x92\x3d\x41\x15\x46\xf6\xf4\x21\x21\x59\xe3\x9b\x25\x8d\xe2\xed\x94\xa4\x0f\x44\x9b\xf4\xc3\xaf\x34\xfe\x63\x1a\x5a\x64\xd1\x7d\x40\xa3\xdf\x48\xfd\x36\x61\x44\xc7\x98\xa0\x04\x3f\x4a\x6d\x42\xa2\x55\x78\x6c\x9c\x46\x11\x4a\xc7\x98\x2a\xf8\x17\xdf\xd2\x02\x11\xcb\x8f\x81\x8b\x32\x47\xf4\x11\x82\x5f\x7f\x58\x45\x85\xff\xc3\x2a\x2d\x76\x7e\x58\xdd\x14\xbf\xf2\x0b\xae\x3b\x42\xdf\x07\x8c\xcb\x3f\xbe\x4f\xb3\xa6\x0d\x9d\x8c\x16\x63\x96\x31\xaf\x64\x9c\x23\xe2\x7c\xbc\xf8\x78\x7d\xf3\xfe\xf4\xec\xfa\xf2\xeb\xdf\x31\x71\xce\xd4\x4c\x60\xe2\x7c\x95\x3b\xb6\x5a\x12\x93\x98\x1d\xe6\x52\xf3\xa6\x41\x1a\x40\x68\x47\x7c\x7e\x4b\xc7\xa4\x23\x79\x47\x2b\x0b\x10\x81\x33\x1c\x3e\x6f\x98\x8a\xbf\xeb\x75\x79\x7f\x30\x09\x26\x33\x22\xfa\x19\x46\xbc\xed\x41\xf6\x08\xf9\x85\xf6\x64\x46\x44\x4e\x59\xe6\x54\x34\xff\x73\x90\x04\x77\x24\x3b\xdb\xf6\x61\x43\xb6\x4a\x31\x51\xfe\x8e\xe4\x34\x4b\x1f\x49\xa8\x2f\x36\x74\x5a\x94\xdc\xe1\x8e\x57\xc4\x69\xfa\x6d\xb9\xd0\x2a\xbd\xfa\x77\x9b\x9a\xdd\xb3\x20\xe1\xa2\x36\x93\xcb\xda\xbf\x3a\xe2\xfb\x5f\xdb\x5c\x51\xc5\x0f\xc1\xbc\xe3\xed\x59\x90\xb7\x6f\x09\x49\xd8\x51\x5f\x14\x55\x4e\xb8\xba\xe3\x30\x87\xcf\x11\x0a\xba\xe8\x37\x22\x31\x69\xe4\x77\xea\x42\xa3\xda\x6e\x17\xcd\x64\x5c\x02\xae\x53\x8b\x7e\x23\xef\x74\xf6\x29\x30\x6e\xd0\x2b\x43\xe0\x16\xe2\x42\x9d\xd4\xcb\x24\xe1\x7a\x6d\x44\xeb\x19\x02\x59\x3a\x92\x65\xc1\x86\xe0\xf9\x8c\x78\xf8\xcc\x31\x6a\x57\x01\xf2\x9b\xa6\x64\x44\xc7\x88\x49\xd4\x3a\xcf\x44\xa7\x3a\xb2\x93\xb6\xad\x7f\x02\x08\x8b\xe7\x86\x07\xc2\x82\x0f\xf2\xc7\xe4\x5f\xc4\x3c\xc9\x11\xac\x15\xc1\xc0\x45\xfc\x76\xf7\x92\xe5\x83\xc0\xa4\x4d\x88\x48\x31\xd5\xeb\xa3\x06\x61\xb1\x49\xdf\xaf\x21\x86\xb2\xd8\x17\x12\x84\xa1\x8c\x6c\xec\xa9\x88\x93\x24\xc3\x5f\xd8\x76\x47\x5c\x78\xe7\x8b\x60\x42\xca\xd3\x8c\xfe\x92\x7c\x5f\x04\x49\xf8\x29\x9d\x04\xf1\xa7\x92\xac\x4b\xcb\x20\xe9\xde\xc5\xad\xd4\x0c\x8b\x33\xc3\x69\xb9\xe3\x75\x30\x26\x65\x89\x77\x84\x5e\x2e\xe4\x15\xb2\x95\x47\xc9\x5d\x4c\x68\x9a\x58\x86\x3d\x46\xfe\xe2\xcf\x85\xf5\x2e\x8d\x02\x4a\xcc\x02\xb4\x25\xe3\xe6\xf1\x4b\xc9\x57\x7c\x14\xb2\x72\x14\xb2\xca\x28\x24\x66\x8d\x9b\x43\xc0\xca\x56\x91\xa5\x3b\xec\x20\xa7\xbb\xa1\xce\x62\x8a\x22\x93\xea\x39\x3e\xd2\x51\xd2\x8a\xba\x0d\x70\xcd\x4c\x79\x69\xd8\x96\x96\x11\xee\xe4\xe7\x2c\xb1\xe1\x0c\xb8\x32\x86\xc3\x4f\x90\x6e\x94\x1f\x15\x58\x5b\x44\xb0\x06\x47\xb6\xcd\xff\x26\xb6\x2d\xa6\xca\xb6\xc5\x98\x0b\xb3\xd0\x04\xaa\xbb\x96\x72\x61\xe1\x48\x1d\x42\x2b\xb7\xf7\x25\x03\xb1\xed\x06\xb3\x8c\xb4\x5c\x8d\x69\xb9\x1a\x51\x5a\xfc\x87\x1d\x48\x6c\x5b\x0c\x7d\xb4\x5e\x8b\x1e\x6c\x76\x41\x8d\x74\xd9\xee\x3f\x60\xd4\x8c\x11\xeb\x54\xeb\xab\x2a\x63\x5e\x53\xb6\xe8\x49\xb2\x5e\xab\x5a\x44\x0d\x1c\x85\x87\xf5\xac\xa1\x47\x6c\x43\x6d\x6d\x72\x0e\xad\xb3\x11\x5d\x6e\x4b\xde\x61\xf1\x22\x12\x11\xa4\xaa\x5c\x25\xcb\xaa\x95\xfa\x36\x46\x5b\x21\xe0\xaa\xfc\xc1\x09\x5d\xaf\x13\x65\x67\x49\x61\x8d\xe6\x57\xae\x3c\x87\xb0\xb6\xde\xf3\x58\x86\x59\x09\x15\xb9\x95\xc3\xe3\x14\xa5\x46\x73\x27\xaa\xb9\xe5\xa5\x24\x93\x6e\x24\xbb\xce\x51\x84\xdd\xe3\xe8\xad\x36\x9d\x88\xa4\xf7\xce\x4a\x01\xfe\xf9\xa9\x40\xd6\x9b\x46\x24\xf3\x73\x24\xe3\x08\x2d\x0b\xcc\x03\x24\x26\xa3\x74\x8c\x97\x43\xc6\x39\x72\xb4\xd2\x2f\xa1\xcf\x53\x20\x13\xa4\xf2\x77\x8f\x49\x30\x8f\x26\x8c\x4b\x96\x4f\xb8\x13\xf0\x1c\xe6\xc8\x86\x66\x04\xbb\x72\x84\xd0\x28\x1a\x33\x66\xb1\x21\xad\x19\x94\x63\xb0\x80\x55\x71\x5c\xdb\x72\x22\x44\xe4\x7e\x23\x07\x74\x55\xf6\xdf\x8f\x90\x6e\x93\xdf\xf1\x8a\x8d\x18\x66\x99\x6d\x4f\x78\x05\xa9\xd2\x41\x89\x85\x34\xe1\xb4\x91\xb2\x55\xc9\x7e\x31\x06\x7b\xfd\xb8\x20\x7a\x23\xcc\x41\x04\x45\xb2\x91\x94\x99\x16\xc9\xb3\x9a\x2f\x9f\x60\x1a\x28\x53\xda\xab\x6f\xe4\x31\x07\x14\xa2\x84\x63\x26\x29\xcc\xfc\xe3\x44\xf9\x57\x45\x98\x8e\xb2\x51\x32\x1e\xb7\xa2\x92\x5f\x44\x25\xbf\x30\x46\x96\x1b\xe9\x91\x6d\x72\x9f\xd4\x8f\xbd\x4c\xd6\x13\x6a\x2d\x53\x72\x4d\xa5\x21\x39\xcf\x2a\x30\x07\x21\xb0\x4c\x41\xd7\x82\xb5\x08\xae\x70\xc5\x24\x64\x4c\x8b\x9a\x40\xbc\x90\x42\xef\x7d\x5d\xe8\x15\x13\x2c\xef\x27\xb5\xc8\x6c\x8a\xb9\x72\x8a\xa5\x80\xcb\x4a\xc1\x54\x8a\xb0\xcb\x38\xe6\xc6\x73\xf2\xa5\xde\xd5\x43\x9e\x9a\xc8\x7b\xdb\x20\x24\xd7\xca\x94\xc9\xb4\xa4\x29\x69\x45\x25\xcf\x4b\xa9\x08\x16\x4a\xc1\x09\x1a\xc0\x0d\xeb\xe5\xaa\xbb\xbe\x4a\x5d\xd5\x4e\x95\x7c\x61\x1e\x7c\xd3\x99\x40\xd9\xab\x6a\x9f\x20\xdc\x6c\x7d\x21\x39\xb7\x38\x0a\xad\x74\xd1\x3e\x2d\x84\xd5\x0b\x37\x8b\x7e\x4a\x98\xfa\x55\x0b\x53\x82\x21\xb2\x37\xca\xe3\x27\x7f\x81\x38\xd5\x06\x8f\xe9\x52\x5d\xa9\x8a\x6b\x2e\x59\xd2\x0f\xab\x4a\xf3\x0b\xf8\x6b\x45\xf2\x2a\xc7\xba\x6e\xca\x2d\x76\x05\xbd\x6a\x13\x63\xd5\xa6\x05\x0e\x41\x75\x14\x9b\x26\x1a\xb6\xe6\x20\x91\x26\xad\x19\x4e\x50\xaa\xa0\x51\x8c\x09\x4e\x60\x51\x5f\xff\x84\x8b\x40\xc0\x45\x11\x3b\x7a\x47\x77\x09\x04\xab\x82\x4b\x6e\xd0\xa0\x35\xb5\x5b\xb2\x9d\xe2\x9e\x47\xa7\xde\xfd\xe7\xe8\x9f\xfe\xb8\xeb\xf3\x7f\x7f\xd8\x95\x84\x7d\x5b\x25\x6c\x43\xd4\x62\xf5\x90\x52\xd6\x9d\x2a\x5d\x33\xd1\x3f\xcd\x13\x9c\xdc\x34\x32\xce\x26\xc5\xcf\xea\x6b\x4e\x44\x81\xe8\xd5\xc6\x1a\x26\xd5\x0c\x95\x93\xda\x0d\xad\x70\xb1\x6d\xdc\x42\x79\x50\xbc\x2c\x5f\x5c\x4a\x81\x82\xad\x34\x29\xe8\x45\x56\x3d\x69\x4f\xf1\x1f\x99\x57\x76\xfd\x05\x39\xa7\x41\x14\x5f\x11\xca\xb7\xd2\x2b\x22\x19\xc3\x4d\xba\x78\x41\xdb\xb9\x41\xea\x93\x19\x0b\x4d\x77\xa6\xf3\x03\x79\x68\xa7\x3a\x7a\x96\x18\x6f\x92\x3d\x2f\x61\x57\x08\x97\x9d\x3b\x2a\x1d\x70\xc4\xd1\x0d\x24\xb0\x61\xa2\x47\xc9\x18\xd7\xba\xc6\x92\xb2\x62\x99\x94\xf5\x2b\x6b\xcb\x6d\x15\xbd\x68\xaa\x94\xc1\xf9\x66\x13\xe8\xb8\xf2\xb2\x32\x45\x1b\x2f\x55\x23\xe9\x18\x35\xf6\x92\xb2\x81\x13\xd2\x51\xa3\xbb\xa5\x29\x87\xd1\x8a\xf4\xc4\x87\x55\x1e\x53\xd6\x6b\xe3\x94\xc2\xa3\xc3\x32\xe9\x62\xdb\xf1\x44\x1e\x15\xee\x45\xcc\x5b\x4c\x6a\x5d\xa8\x9d\x4c\x52\x25\xd8\xa5\x2d\xee\x45\xa2\x7b\x30\x0b\x72\xa0\x65\xcf\x56\xb9\x4a\x6d\x1b\x44\xc6\xa2\xd5\xd2\x5f\x02\x55\xb8\x75\xcc\x85\x59\x60\xc8\x88\x7a\x76\xcd\x2c\x43\xa3\xb2\x20\x0c\x41\x02\xfd\xcd\xb6\xe2\xa8\x84\xf0\x36\x8e\xf2\x35\x05\x47\xab\xbe\x71\x95\xaa\xfc\x0a\x2f\xe2\xa4\x5a\x49\xd1\xcd\xaf\xa8\x23\x21\xca\x8a\x90\xa3\xc9\xdc\x12\x73\x45\x18\x45\x96\xc3\x51\x79\x94\x3a\x1c\x05\x45\x13\xa5\xc9\xf0\x99\xf7\x80\x40\xbf\xa9\xad\xc3\x6a\x3b\x8d\xe6\xf8\xa4\xd0\xfd\x7f\x2f\xf7\xa1\x57\xb6\x52\x7f\x3f\xdc\x92\xfe\xc2\x56\x35\xb5\xc3\x6c\xde\x86\x77\x5b\x95\x39\x8e\xc8\x58\xc3\x7b\x6d\xbc\xa9\x2d\x70\xa3\x06\x58\x54\x44\x0b\x13\x28\xed\x25\x9d\x37\x3f\x1e\x6e\x7f\xc5\xcb\x7d\xc9\x20\x6c\x7e\x44\x9c\x52\xa8\x2a\xd8\x42\x52\x8a\xa1\x8e\x54\x03\xfd\x1c\xc4\x51\x68\xf6\x48\x1d\x37\x95\x2c\x61\xdb\xa5\xa6\xa6\x46\xf1\xea\x05\x93\xab\x79\x3e\x43\x81\x21\x15\xaf\x5b\x75\x0c\x1b\xb2\x41\x79\x78\xd3\x87\x9f\x0c\xe9\x02\xfd\xa4\x80\x5b\x97\x1d\x07\x13\x94\x0c\xf0\x7d\x9a\xb1\xb3\x83\x32\x47\xa8\xed\x3a\x7c\x32\x0b\xad\xc0\x29\x73\x57\x58\x79\xed\x8b\x8d\x35\x4d\xb7\xae\x69\x5a\x5b\xd3\x4d\x35\x41\x44\x55\x63\x4d\x56\xbc\x6d\x13\x51\x8c\x3d\xab\xb6\xfc\x89\xdd\x47\x47\x0c\x2b\xf7\x84\xff\x80\x2d\x55\xaa\x64\xec\xa8\x54\x7f\xd5\x5b\xaf\x2b\x24\xe3\xfa\x0e\x52\xfe\x1e\xd1\xb1\x76\x1d\x60\x2d\x53\x47\xd4\xf2\x4c\x3a\x72\x55\x7b\x41\xd6\x30\x21\xc9\x18\xd6\xca\x1b\xb2\x7f\x5e\xb2\x3e\xaa\x4d\x57\x68\x87\x15\x29\x4d\xdb\x26\x56\x1b\x74\x0c\x9a\x24\x3a\x93\x6b\x6c\xbc\xc1\xa3\x31\x84\xc2\xeb\xa2\xd4\x00\x50\x43\x03\x90\x15\xb0\x88\xea\xf5\x36\x8a\x2e\x42\x09\xb7\xe3\x71\x3b\x57\x15\x55\x8f\xb5\xac\x62\x6d\xba\xd9\x8f\x44\xdd\x65\x6d\xd0\x88\xea\x4f\x29\x75\x8e\xa2\xb2\x2f\x95\xd4\x67\xfb\xc1\x96\xe6\xb7\x24\x7d\x48\x8c\xd5\x64\x44\xb5\x40\xe9\x36\xa1\x30\xa8\x1e\xcf\x37\x24\x20\xc8\x23\xaf\xe5\x6f\x55\xc0\xac\xe3\x5c\x9d\xd7\x63\x1c\x8c\xf2\x71\x2b\xae\x4e\x92\x14\xfd\xd3\x51\xcc\xe3\xa8\x14\x0d\x9c\xf8\x89\xb5\x5a\xeb\x02\x44\x2f\xe1\xe0\xe6\x47\xfc\xa6\x75\xfb\x6b\x5e\x66\xfd\xf0\x43\x51\xca\x98\xd7\x26\x1f\x56\x0c\xf2\x4e\x00\x93\x10\x58\x54\xd5\x1f\x35\x8e\x15\x99\x94\xa7\xa2\x8e\xd7\x3b\x5d\x59\xac\xe6\xa2\xa8\x94\xdb\xaa\x48\x7e\x14\x57\xb1\xaa\x55\xf4\xea\xac\xf4\x34\xe6\x6c\xa9\xa6\xb0\x69\x60\xa8\x1f\xff\xa3\x26\x6e\x94\xff\x3b\x9a\xd9\x7c\x93\xf0\x9a\x0d\x7b\xa3\x84\xe1\x36\xed\x39\xd9\x14\xff\x51\x8a\x23\xc6\xf1\xd8\x69\x59\xfc\x6c\x3a\x10\x68\xa7\xb5\xf5\x3a\x43\x39\x4e\xeb\x86\x78\xb9\x8e\xd8\x2f\x4d\xf5\xc8\x13\xcd\x93\xf0\xbb\xda\xf7\x72\x14\x8c\x71\xbc\x5d\x7c\xdd\xb6\xbd\x1b\x3b\xfb\x8b\xe4\x90\xe6\x81\xe6\x5f\x16\x85\x71\x3b\x7b\xcb\xbb\xf0\xb8\x8d\x3f\xdc\xe0\x5f\x7f\x58\xf1\xb8\x7c\x59\x90\x84\xe9\x1c\xc0\xe2\x87\xd5\xbb\x80\x12\x27\x49\x1f\x00\x2c\x7e\x75\x64\xdc\x12\x60\x39\x22\xa8\xdb\xb6\x5b\xfa\x27\x2d\xad\x5e\x63\xae\x51\xbb\x68\x37\x1c\xe7\x8c\x1b\x6b\xdb\x26\x75\x8b\xa7\xa1\xf2\x62\x2d\x7e\xc7\xdd\xfc\x1d\xa1\x62\x18\x1b\x5c\x07\x53\x29\xc7\xcb\x2b\xf2\x7a\x3e\x02\x57\x2a\x07\x26\xf2\xbe\xfd\xfc\xe2\xe7\x86\x82\x02\xf6\x96\xbd\xe2\x5e\xac\x54\xb8\x6d\xdc\xc5\xe9\x6d\x10\x57\x0c\x4b\x50\x84\x33\x00\x92\x4d\xdb\x2f\x91\xd7\xb6\xc5\x5f\x68\x40\xe6\x27\x4e\x92\x86\x1c\xfa\x6b\x98\x28\x68\xd0\xf5\x3a\xdb\x34\xca\x2f\x2d\xc6\x9a\xdf\x2b\xf3\x49\xf1\x17\xae\xd7\x4d\xa6\x3d\x86\x65\xac\x6d\x1b\x0f\xeb\x75\x42\x1e\xda\x86\x15\x7f\xb9\x75\x5a\x10\xc0\x96\xee\xad\xb2\x59\xaa\xce\xfb\x86\x10\x38\x5c\x45\x73\xe1\x3f\x40\x90\xf2\x24\x20\x48\x8c\xb5\x4f\x0a\x5f\xbf\xa6\x8e\xfc\xb5\x5e\x97\x39\xb5\xf7\x01\x4b\x94\x1f\x51\x39\x53\xeb\x35\x29\x0a\x10\xa1\x48\xd8\x71\xb2\xa6\xa9\x29\x51\xe6\x50\xab\xf3\x8b\xd3\x1f\x3f\x9d\xdf\x5c\x7e\xb9\xfe\x78\x79\x71\xfa\xe9\xe6\xfd\xf9\xe9\xf5\x4f\x5f\xcf\xaf\xfc\x8e\x87\xce\xff\x76\x7d\x7e\xf1\xee\xe6\xcb\xd7\xcb\xeb\xcb\xeb\xbf\x7f\x39\xbf\xf2\x57\x12\x2a\xcd\x45\xaa\xff\xec\xb7\x38\x18\x30\x2a\x43\x9f\x2e\x3f\xdc\x5c\x5d\x9f\x9e\xfd\xf5\xfa\xeb\xe9\xd9\xf9\xcd\xe5\xc5\xcd\xbb\xf3\x2f\x5f\xcf\xcf\x4e\x59\xf1\x2c\x2f\xcb\xf0\xf3\xf9\xd7\x2b\xf9\xf8\xf5\xf4\xe3\xd5\x66\x36\x0f\x5d\x5d\x7f\xfd\xe9\x8c\x35\x84\x57\xff\xfe\xe3\xa7\x73\x96\x7a\x73\xfa\xe5\xcb\xa7\x8f\x22\xd7\xcd\xf5\xf9\xe7\x2f\x9f\x4e\xaf\xcf\x6f\x7e\xf9\x7a\xfa\xe5\xcb\xf9\x57\x56\x5c\x99\x78\x79\xf1\xe9\xef\x37\x1f\x3e\x7d\xfc\xfc\xf9\xfc\xeb\xcd\xd9\xe5\xe7\x2f\x97\x17\xe7\x17\xd7\xbc\x5b\x37\xef\xce\x7f\xfc\xe9\xc3\xcd\xd7\xf3\x8b\x77\xe7\x5f\x6f\xae\xbf\x9e\x8b\xb2\xff\xf2\x3f\x3f\x9d\x7f\xfd\xfb\xcd\xc7\x8b\xeb\xf3\x0f\x5f\x75\x7b\x6f\xde\x9d\xbf\x3f\xfd\xe9\xd3\xf5\xcd\xe9\xd5\xdf\x2f\xce\x6e\x2e\x7f\xbc\x3a\xff\xca\xda\xcf\x3f\xf9\x7a\x2e\x0b\xf9\x74\x79\xf9\xe5\xe6\xd3\xc7\xcf\x1f\xaf\x7d\x8f\xf4\xd1\xf9\xe7\x1f\x79\xe2\xe9\xbb\x9b\x3f\x5f\x5e\xfe\xf5\xca\x5f\x15\x48\x0f\xec\xaa\x28\x5a\x62\x85\x04\x08\x10\x7c\xc2\x7d\xa5\xea\x14\x4a\xb4\x5c\x6d\x08\x41\xd2\x05\x37\x9a\x82\x3a\x7e\x55\x0d\xbb\x4a\x39\xdc\x67\xd0\xb6\xad\x8d\x59\xb4\xc4\x5e\x67\xd5\x5b\xc9\xd3\x35\x2a\xd9\x28\x1b\xb7\x38\xec\x77\x32\x64\xbf\xb1\xb8\xbd\x1e\x65\x63\xbf\xc3\xe4\xc7\xc4\xb6\x81\x48\xe7\x9a\xd2\x51\x36\x86\xc5\x7d\x90\xad\x36\x69\x26\x2a\x30\xa9\x5d\xa3\x35\xf5\x38\xd2\x3d\x8e\x60\xe0\x6c\x14\xe3\x48\xd5\xbc\xb8\x59\x94\x4f\x88\x3a\xef\x7f\xba\x38\xe3\xe4\xa0\xb3\xde\xf0\x6f\x19\x81\x5d\xb1\x36\x36\x14\xa5\x1d\xf2\x65\x61\xea\x19\xa2\xa6\xdc\x9c\xe4\x55\x56\xfe\xc0\xd1\x9d\xe4\xbd\xb2\x48\x6f\x3d\xd1\xe2\xf4\x3f\x6d\x65\xfa\x54\xbb\x52\x31\xea\x75\x82\xcb\xe5\xa0\x6f\xb2\xc6\xd2\xac\x56\xfb\x1d\xc7\x8c\xae\xf2\x17\xd3\x55\x8e\x62\xa8\x60\x75\xf2\x51\x3c\x6e\xf1\x96\x38\x51\x2e\x8d\xe4\xa1\xe8\x50\xad\x49\x4c\x98\x5e\x3a\xd3\x28\xe6\x2a\x4f\x7c\xd2\x04\x7d\x00\x05\x0d\xe9\xa5\x32\xd9\xd6\x8b\x89\xee\xc5\x44\xf7\x22\x64\xbd\x98\xc0\x17\x75\x61\x82\x42\xd1\x4a\x55\xd5\x28\x94\x94\x3c\x19\x85\x63\xd8\x72\x8b\x02\x02\xc9\x36\xcf\x2f\x7e\x7e\x42\x20\xc8\xb2\x34\xdb\x99\x05\x49\x18\x47\xc9\xdd\xeb\xac\xaf\xb9\x60\xfb\x7b\x6c\xec\xd8\xf1\x33\xe1\x35\x37\x61\x00\xc8\x1d\x7c\x23\x07\x81\x2b\xaa\xf7\xee\x77\xd2\x47\xfb\xf2\x9e\x64\x59\x14\x92\x86\x82\x32\x59\xd0\xf6\xac\x4c\x54\x11\x25\xa6\x09\xbf\xa5\xba\x0e\xb2\x3b\x52\xb1\x1f\xcd\x50\xc2\xe3\x0c\xb4\xd3\xa4\x66\xe8\x49\x39\x1b\xac\x7e\x98\x6c\x1f\x67\x11\x1c\x21\x4d\x76\xf2\xe5\x82\x0d\xed\xcb\xcc\x24\x37\x3f\x8b\xa3\xdb\xdd\x30\xa0\xc1\x4d\x10\x06\x0b\xba\xc5\x86\xb2\xf9\x33\x7d\xa5\x70\xc3\x8d\x2a\x75\x09\x7f\xb8\x25\xee\xd6\x0f\xde\x05\x34\x38\x55\xed\x36\x03\x83\x76\x5c\xd4\x1c\xc3\x95\x2a\xd3\xd3\xe2\xa9\x72\xf5\xc5\xf1\x3b\xd6\xb1\xd7\xd5\x90\x19\x35\xbc\x62\xfa\x9e\x1a\xd0\xa6\x49\x95\x86\xe9\x4d\xb3\x95\x09\xbf\xc9\xff\x57\x16\xd1\x38\x93\x42\xb9\xc3\x7b\x15\x82\x95\x3a\x37\xf1\x83\x09\x9a\x04\xc9\x59\x40\x83\x38\xbd\x93\xee\xb3\x3f\x3e\x32\x91\xd5\x67\x3c\x6f\x9e\x86\x24\xb6\xc4\x15\xa6\x45\xc9\x7c\x11\x07\x94\xf0\x67\x34\x69\xf8\x06\x68\x3f\x5b\x7e\xb2\x39\x85\x20\x73\x2e\xd4\x09\xca\xb9\x38\xfd\x7c\x7e\xf5\xe5\xf4\xec\xfc\x0a\xa2\x48\xe7\x80\x48\x58\xa7\x7c\x25\x77\xe7\xdf\x17\x80\xdb\x5d\xf0\x8b\xce\x68\xfa\x08\x01\x81\x5d\xeb\x87\xd2\x5c\x23\xd1\x48\x14\x4c\x10\xd1\xe6\x28\xaf\x95\x33\x12\xe1\xa1\x2e\x90\x4f\xb5\x7f\xd8\x28\x19\xb7\x2c\x5e\x35\x47\xa7\x61\xed\x13\x48\x32\x10\x04\xd0\xb6\x65\x48\x53\xde\xc0\x30\xc8\x67\x24\x8b\x7e\x23\x10\x24\xfa\x30\x96\xb2\xa3\x98\x08\xd3\x17\x15\x05\x34\xcc\xa8\x5f\xc3\x27\x36\x17\xfc\xab\x2c\xab\xb3\x65\x12\xa7\xe9\xa2\x31\xeb\x9c\xd0\x20\xfe\xcf\x48\x54\x01\xcf\xfc\x1f\x10\x6a\x80\xd3\x3a\xa1\x46\x49\x44\x95\xc9\xec\x4d\xbe\x5c\x90\x9a\x85\xbd\xba\xc0\x8c\x49\x90\x93\xcf\xdc\x17\x9a\x5f\xb0\xa6\x9c\xb0\x0a\x34\x69\xe2\x13\x0a\x56\x29\xa0\xc2\xd9\x92\x7c\x8a\xe6\x11\xf5\xfb\x28\x98\x4c\xc8\x82\xb2\x06\x13\xae\x8d\x62\x3c\xa4\x5a\xb6\xaf\xcb\x66\xcc\xe5\x3d\x97\x0d\x72\x1f\x40\x7c\x52\xbe\x78\x60\x7b\x0f\x2f\x83\xad\x88\x4d\x55\xf7\x1d\xa1\xc6\x5b\x88\x92\xb2\xc1\x2d\x02\x32\x67\x1e\x2c\x38\x71\x2b\xab\xdc\x6f\xdc\x62\x43\xaa\x32\x1f\xb2\x60\xa1\xbf\xe6\x90\x6d\x1c\x32\xa9\x5c\x1e\x02\x03\x8c\x9b\xb4\xdc\x72\x3f\xce\x32\xb7\xc8\xcb\x63\x21\x46\x05\x54\x1a\x52\xd6\xf8\x55\x65\x59\x11\x00\x1b\x07\xd6\xc9\xc8\x3c\xbd\x27\x32\x4e\x64\x54\x86\x9c\x6d\xca\xcb\xda\xa1\x73\xa2\xa8\x40\x37\xac\xf2\xeb\xf4\x8c\xf5\x46\xc2\xaa\x6c\x38\xef\x10\x35\x50\x7c\x8d\xdd\x69\xe3\x2b\x6e\x70\x61\x98\xe3\x02\xc1\x97\x7c\xab\x4b\x60\x8b\xb0\xb3\x41\x26\x58\x86\x52\x79\x91\x42\x4c\xc3\x57\x32\x49\xb3\x50\x01\xd1\x4a\x88\x94\x00\x19\x34\x82\x24\x02\x43\xad\x79\x68\xa9\x27\x4b\x95\x11\xf3\x48\x77\x86\x49\x1c\x5c\x65\x3c\xa4\x26\x37\xd6\x08\xf1\x52\xcd\x1c\xc8\x37\x67\x41\x14\x02\x08\x9a\xa8\xb1\x65\x33\xa9\x52\x21\x0f\x77\xb7\x0a\xa3\xf0\x6c\x16\x24\x77\xc4\x17\xc6\x62\x28\x80\x06\x93\x8b\x71\x76\x1c\xbf\xcd\xba\xc1\x71\xac\xb4\xc1\x4b\xd6\x8f\xc4\x11\xc2\xe6\x29\x85\x80\xa0\x18\xa2\x10\xd7\x2b\x58\xc2\xd6\xf6\x36\x2d\x45\x9b\x00\x93\x23\x8b\xd4\xb6\x23\x90\xa1\x14\x16\xe8\x21\x8a\x63\xd1\x9c\x1a\x5e\x93\x61\x94\x9d\x38\x41\x18\x72\x29\xfa\x52\x94\x99\x41\xb0\xe4\xfd\x43\x33\x88\x02\x41\x5c\xf9\x06\x71\xf1\x2f\x05\x35\x6d\xfd\xf8\x59\x02\x0c\x60\x81\x28\x08\x9b\x73\x1a\xe4\x17\x40\x14\x88\xde\xbc\xab\xda\xe0\xbf\x94\xa1\xd4\x9b\x5f\xa0\x90\x50\x32\xa1\x7c\xdd\x77\x3c\x34\x49\xe3\xe5\x5c\x5f\x74\xd5\xb8\xc1\xe6\x2a\x54\xec\x20\x6a\x26\xbc\x74\x83\xf0\xa2\x0a\xe1\x05\xac\xf9\x60\xd4\xc0\x0d\x58\x3e\x49\x8d\xb9\x41\x4c\xe2\x42\x84\x11\x3f\x48\x4e\xdc\xf5\x3a\x3a\x71\xd9\x51\x82\x1b\xda\x4d\x66\x84\x31\xe7\xcb\x64\x42\x20\xb0\x02\xa1\x63\x16\x78\x23\x28\x78\x92\x06\x8e\xb7\xcc\x7e\x2a\x3e\xd6\xd1\x81\xe4\x68\x6c\x99\x6e\x9d\xbb\x40\xd5\xbe\x34\x30\x4d\x63\x2d\xab\xc2\x57\x89\x80\xc7\x98\xa4\xcb\x84\xfa\xbc\x9a\x3b\x42\x21\xc8\x90\x25\x2e\x4e\x2c\xa8\x66\x47\x21\xc1\x98\x53\xc5\x87\x9b\x13\x89\xc0\x6b\xab\x32\xe6\x95\xf4\x39\xd7\x0d\x00\x56\xe3\x76\x52\x0a\x27\x04\x53\x67\x8b\x30\x25\x39\x16\x87\x5b\x6d\x14\x9c\xd4\x7b\xd1\xce\x1b\xc6\xfb\x78\xcb\xf2\xcb\x44\x0b\x50\x6c\xb7\x20\x9a\x75\x11\xa8\x19\xce\x8a\xef\x11\x7e\x23\x3d\xf1\x21\x22\x5c\xfe\x30\x3f\x2d\xcf\xb5\xfc\x2b\x41\xd1\x40\xee\x36\x62\x89\xca\xac\x05\xda\xda\x1a\xe9\xa6\xa1\xf2\xa6\x5b\x64\x3d\x6a\xec\x70\xa5\xe1\x71\x83\x1c\xf7\xbb\xf4\x45\x95\xf6\x8f\xb2\x31\x34\x44\xd0\xc8\x14\xd4\x32\xd8\x92\x60\x70\x22\x04\x1f\xe5\x53\x2e\xc9\xaa\xbe\x89\x9b\xdc\x59\x41\x78\x6a\x5a\x29\xa1\xe4\x04\x41\xfd\x2c\xd0\xdd\xaa\x94\x7a\x66\xbc\xe2\x97\x0c\x8e\x08\x32\xfe\x57\xf2\xf8\xc0\x6a\xac\x65\x57\xc9\x22\xab\x98\x9e\xc6\x72\xdf\x1b\xaf\x44\xe6\x49\x1a\xa7\xf5\x75\x72\xc6\xd2\xf8\x6b\xa3\x97\x66\x93\x44\x87\x57\x05\x44\x1b\x4d\xa8\x8d\x45\x63\xcd\x0d\x9f\xf3\x2a\x79\x3a\x3f\x56\x54\x76\x19\x9e\x6c\x9c\xc5\xaa\xe2\x71\xb0\x55\x3c\xbe\x8b\xa3\xf9\xfc\x49\x1f\xc3\xd2\x41\x10\x59\x7f\x52\xd9\xd3\xc5\x24\x0d\xc9\xce\x24\x9d\x2f\xa2\x78\xcb\x99\xb9\x26\x0c\xbf\xc8\x57\x51\x89\xc5\x2f\xf0\x63\x34\xde\xdc\x47\xe4\xa1\xc9\xc3\x51\xb5\x36\x23\x1c\x0d\x66\x42\x2a\x89\x65\x55\x2a\xe9\x3e\x88\xa3\x50\xe0\x29\xbe\xcc\xb9\xbe\xcc\x17\x71\x83\x51\x96\xc6\x6f\x98\x8d\x33\x00\xc9\xee\xa3\x09\x79\xd9\xf9\xa1\x56\xb4\x6a\x17\xeb\xf9\xd3\x97\x49\x2f\x39\x72\x68\xe6\x6a\x16\x9d\xa4\x61\xf3\x68\x67\xa9\xc0\x83\xd7\xef\xd8\x5c\xa7\x09\x49\xe8\xae\x3a\xa6\xee\xa4\x49\xfc\x58\x66\xe0\xea\x1c\x0b\x59\x59\x7e\xbf\xd8\x76\xae\x41\x01\xca\x51\x8c\x96\x68\x82\x42\x34\x43\x53\xb4\x40\x73\x1e\xbe\xf1\x16\x3d\xa2\x1b\xf4\x80\xce\xd1\x77\x74\x89\xae\xb6\xdd\x86\x5d\x97\xb7\x61\x4d\xea\xc2\xdf\x73\x07\xa6\x7a\x83\x4f\x11\x71\x66\x24\x5e\x90\x0c\xff\x15\x11\x87\xe4\x93\x60\x41\xce\xbf\x2f\x32\x92\xe7\x75\xb0\x56\x43\xb8\xee\x18\xc2\x75\x34\x05\xfc\x8e\x8e\xa6\x7f\xbe\xfe\xfc\x49\x63\xe6\xca\x67\x09\x72\xb9\x8c\xe3\x12\xce\xcb\xb2\xb8\xb7\x96\x46\xf7\x52\x26\x56\x4c\xec\xd6\xbf\x0b\x96\xe5\x6f\xea\xbe\xbe\x84\xe2\xd5\xe5\xab\x03\xf2\xff\x22\x42\xb8\xf3\xeb\x8c\xce\xe3\xab\x60\x4a\x30\x25\x1c\x7a\x96\xc7\xd0\x61\xcf\x19\x7b\xbe\xe1\x7e\x8d\x5f\x49\x12\x92\x8c\x64\xb9\xa9\xea\xfb\x4d\xb9\x30\x60\x97\x95\x93\xf1\x3c\x57\x84\xd2\x98\x84\x66\x3e\xd1\x0b\xfc\xe7\xcc\xb6\xc1\x9f\x33\x7c\xa5\xe1\x8b\x42\xb6\xd6\x00\xdf\xdf\xe6\x3c\xfa\xe6\x32\xcb\x48\x42\xbf\x2e\x93\x4f\x69\xba\x80\x00\xae\xd7\x73\xe7\x36\x98\x7c\xbb\x5d\x66\x09\x29\x45\x24\x43\x3a\xe2\xdc\xed\xc7\xac\x0c\x30\xfd\xe7\x8c\x6d\x54\xf3\x28\x57\xca\xca\x6b\x35\x67\xb5\x39\x79\xd1\xae\xf6\x81\xdb\x85\xcb\xa2\x3f\x64\x23\xa2\xbc\x80\x1b\x4a\x35\xee\xe7\x78\x4e\xcc\x95\xa9\xb3\x20\x6f\x6c\x41\x15\x42\xf7\x05\xad\xa8\x75\x27\x6f\x50\xba\x7e\xc8\x6a\xad\xab\x82\x93\x7c\x90\xfa\xd6\x9c\xd0\xe5\xe2\x3c\xb9\x8b\x12\xa2\x2f\xc1\x2b\x31\xac\x9c\x9a\x19\x5b\xa9\x6c\x42\x15\x4f\xae\x8e\xc7\x57\x85\xb6\x45\xb6\x18\x73\xf5\x77\xd2\x25\x8d\x09\xb5\x50\x96\x54\xdf\xaa\x52\xca\x1c\x94\xe7\x28\xcd\x8f\x6a\x05\x18\xf5\x6e\x7e\x5c\x29\xfb\xa6\x74\x1d\xff\x55\xe7\xd4\x5c\x28\xdf\xdd\x91\x24\xf7\x2b\xfa\xdf\x8c\x7d\x58\xef\xa0\x58\xcb\xcf\x75\x4f\xe4\xf2\xe3\x74\x62\xa1\xbf\x65\xd5\x77\xba\x32\x7f\x87\x92\xef\x74\x67\x2a\x62\x5a\xfc\xb6\x35\xd7\x64\x46\x26\xdf\x6e\xd3\xef\x16\xfa\xb4\x2d\x4f\x1c\x25\xdf\x76\x68\x6a\xa1\x7f\x6f\xcb\x11\x25\x8b\x25\xb5\xd0\x5f\xb2\x2d\x23\x6d\x0c\x81\xcc\x4a\x92\x6d\x65\xb1\x66\x07\x19\x09\x2c\xf4\x13\x44\xf7\xce\xf9\xc5\xcf\xce\xb3\x37\xa2\xeb\xf5\x96\x49\x30\x3a\xaa\x87\xfe\x02\x6a\xea\x33\x30\xba\xb6\x90\xa0\x41\x14\x99\x64\x3e\x16\xb2\x48\x72\x6f\x21\xcb\xdc\x56\xfd\x79\x10\x25\x55\x62\xb0\xe4\x3e\xea\xef\x84\xe9\x7c\xe7\x76\x19\xc5\x21\x9f\xdb\xaa\x1b\xcd\x6d\x9a\x2a\x9b\x42\x9f\x16\x98\xa0\xd5\x8d\xa8\x88\x9d\x3b\xfc\xac\xc0\xb4\x95\x3f\x44\x74\x32\x03\x19\x5c\x4d\x82\x9c\xb0\x62\x23\x6e\x94\x62\xf9\x72\xc1\x3d\x38\x3a\xed\x47\x51\x8d\x73\x1b\x25\xa1\xb0\x1c\x69\xf1\x8f\x32\x32\x7b\x0c\x33\x46\xc3\xbe\x06\x69\x52\x69\x51\x9a\x34\x7c\xa6\xa0\xf6\x74\xf6\x09\x0f\xba\xb6\x99\xb3\xe0\x91\x4d\xcd\x91\x6a\xee\xb8\x65\x74\x75\xeb\xe8\x35\x8f\x77\x59\x46\x63\xd1\xcf\xaf\xc1\x9d\x2c\x4d\xe9\xaf\xe8\xcb\xf6\x2a\x58\x86\x6b\xbd\xce\x9f\x28\xa4\x3a\xc7\xaa\x04\xde\x20\x0b\xfd\x90\x6d\x7b\xcd\xa4\x18\x6a\xa1\x5f\xb2\xed\x4d\x50\xa0\x3c\xd5\x6e\xca\x34\x4e\xb4\x37\xaa\xe4\xcf\xc1\x24\x4b\xab\x6c\xf5\x5d\x26\x0e\x32\x82\x45\x4f\x82\x45\x70\x1b\xc5\x11\x8d\x2a\xdc\xb7\x19\xe6\x41\xdc\x72\xa9\xad\x2b\xc3\x56\xdf\xf1\xfa\x5c\xa3\x5f\x82\x46\x51\x67\xb9\x08\x03\x4a\xfe\x9c\xa6\xdf\x20\x5a\x71\xf8\xf1\x4f\xd1\x94\x9c\x3d\x4e\x62\x72\x26\x8d\x9d\x72\xbf\xcc\xae\x73\x4c\x2a\x39\x20\xe2\xee\x5c\x02\xe0\xba\xcc\x5d\x26\x42\x54\x56\xe4\x0b\xa4\xec\x9c\xd0\x33\xb5\x90\xa5\x17\x61\xbd\x4f\xa2\x03\xf8\xd6\xd1\x4c\xe1\xe6\xf3\xe9\xc5\xe9\x87\xf3\xaf\x37\x57\xd7\x5f\x3f\x5e\x7c\xb8\xf9\x74\x79\xf9\xd7\x9f\xbe\x34\xc0\x03\x91\xa1\x19\x06\x46\x1f\xe3\x24\x6c\x44\xc9\x99\x76\xe6\xa2\x6a\xae\x62\x2c\x7c\x2d\xcb\x5c\x65\x60\x25\xf5\x90\x7e\x86\x94\x38\xea\x77\x3c\x24\xe2\xef\xe8\x02\xac\x02\x51\xb5\x7f\x3e\xd1\x1f\x75\xb6\xbc\xce\xca\xd8\xe5\x6d\xca\xa1\x01\x54\xe1\xb6\x6d\x94\xca\x41\xb6\x05\xc8\xac\xd2\x87\x2a\xfb\x2a\x31\x76\x9f\xd3\x90\x1b\xa7\x36\x0f\x5d\x43\x2f\x48\x43\x2f\xe6\xb2\x10\xb3\x13\xf5\x82\x3f\x67\x88\x38\x2a\xe3\xd9\xab\x28\x50\x2a\x6f\xc2\x28\x0f\x6e\x63\x72\xba\xa4\x29\x0f\x10\x18\x25\x77\x26\x91\x6c\xbe\x85\x1b\x04\xf2\xb4\x48\x74\xc7\x23\xea\xf1\x38\x3e\x88\xd6\xe7\x42\x7f\xfa\x98\x3d\x71\x7f\x79\xf9\x59\xa8\xbf\xf2\x17\x5e\x2e\x4e\x9c\xf2\x93\x27\x6f\x30\xdf\x5d\x7e\xbe\xce\x08\xd1\xc1\xdf\xf9\xa1\xec\xe5\x55\xd4\xbf\x7d\xb2\xae\x28\xbf\x92\x5b\x06\xe7\xff\xef\xa3\x2c\xa7\x17\xfc\x60\xf5\xc2\x0a\xb7\x15\xf0\x64\xad\x2c\xc3\xef\xef\xe5\x83\xb3\xe5\x7b\xb1\x01\x5d\xfe\xff\xb8\xfb\xd7\xb6\xb6\x91\x6d\x5f\x14\x7f\xef\x4f\x61\xb4\xfb\xf1\x54\xfd\x29\x14\xd3\xbd\xfe\x6b\xad\x23\x52\x61\x12\x20\x1d\xba\x09\xd0\x40\x92\xd9\xd3\xcb\x87\x16\x76\x19\x57\x47\x96\x9c\x52\x99\x84\xd8\xfa\xee\xe7\xa9\x51\x57\x5d\x6c\xa0\x2f\xfb\xec\xe7\xbc\x01\x4b\xaa\xfb\x65\xd4\xa8\x71\xf9\x0d\x60\xc8\x3e\x30\xfa\x85\xd0\xe8\xe4\xec\xc3\xf9\xcf\xc7\x84\x46\x07\xb7\x85\xe0\xc9\xa8\xb9\xe1\x68\x74\x43\xbf\xce\x29\x67\x70\x03\x4e\x35\x45\xa5\x11\x04\x03\x94\x8c\xfd\x3d\x35\xd7\x0d\x78\x4b\xb9\xf0\x9e\xbd\x9f\xf2\x92\xa2\xcd\x64\x68\xf4\x56\xdd\xc6\x68\x64\xeb\x23\x34\x3a\x65\xd9\x27\xff\xf9\x9a\x7e\x15\x07\x9c\x26\xfa\xe7\x1b\xc9\xa3\xc9\x2c\x9a\x15\x23\xee\x86\x07\xb6\xb2\x87\xf9\x42\xb6\x49\x36\xee\xd2\x3b\xa5\x7c\x3d\xd9\x3b\xb2\x04\x27\xec\xb7\x4c\xc4\x7d\x0c\x3f\xdf\xb1\xa2\x88\xfb\x5e\x74\xaf\x83\x9a\x26\xd6\xd4\xa1\x91\x84\x50\x48\x11\x66\xa0\x76\xfd\x48\x93\x4f\xef\x92\x39\x04\xff\x9b\x51\x91\xe0\x84\x38\xed\x13\x03\xb9\x27\x6d\xf1\xee\xda\x0f\xdf\x45\xb6\xea\xed\x6d\xcc\x49\x66\xac\x79\x41\x79\x63\x4d\xbd\x41\x98\x12\xd3\x12\xe7\x08\x61\x06\x1b\x92\x62\x8e\x50\xac\xf3\xbf\x65\x42\x66\xf7\x20\xbf\x6f\x6e\xd8\x98\x64\x11\x1b\x63\xf9\x5b\xb6\x89\xe4\x38\x29\xd7\x0d\xd4\x3b\x18\x94\x0b\x72\x10\x2e\xd9\x38\x0e\x8a\xff\x7f\xfe\x7f\xdd\x7e\xbd\xca\x02\x7c\x9b\xe6\xa3\x4f\xf1\x3f\x96\x81\xf2\x27\x2f\x82\x78\x30\xc4\x81\x85\x71\x97\xcf\x83\x5d\x3c\xf8\xa1\x8f\x07\x3f\xfc\x27\xee\x0f\xf1\x60\xf0\xc3\xf7\xb8\x3f\x1c\xc2\x0d\x6f\x38\x1c\xe2\x60\x9a\x14\xc7\xf7\x49\x1a\xc4\x93\x24\x2d\x28\x0e\x16\xf3\xfb\x84\xcb\x8c\x1e\x49\x1e\x96\xff\xc0\xb2\x91\xf1\x52\x21\x75\x82\xe6\x30\x98\x27\xa3\x4f\xc9\x1d\x2d\x5e\xac\x97\x69\xa5\xec\xd6\xca\x2a\x8a\x17\x92\xdf\x88\xa6\xb7\x45\xa0\x44\x63\x95\xc9\xbf\x80\x2e\x1e\xca\xa9\x4c\x22\xb7\x7b\xae\x8c\x9f\xfc\xc1\xe5\x8f\x57\x01\xc2\x9f\xd6\x26\x78\x7b\x70\x75\xf3\xfa\xf4\xfc\xf0\xe7\x00\xe1\x4b\x95\xca\x3a\xd9\x1f\x9d\x5c\x5e\xff\x7a\x73\x7d\xf0\x63\x80\xf0\xef\xb5\x6f\x27\x57\x37\x47\x27\x57\x17\x07\xd7\x87\x6f\xe5\xb1\x7a\x70\x7d\x7d\x29\x2b\x3a\xaa\x25\x7b\x7d\xfe\xfe\xec\x48\x7e\x38\x23\x45\x74\x98\x73\x2a\x37\xa6\x51\xe2\x16\xd1\xe1\x94\xa5\x63\xf9\xaa\xb8\x52\x3a\x6e\x5c\x44\xf2\xf1\x4a\x4e\x85\x7b\x05\x22\x6b\x90\x20\x9b\x77\x79\xa4\xec\x6c\x0e\x60\x51\xbb\x94\xf5\x67\x59\xd8\x3b\xf6\x95\x65\x78\xc9\x0a\xbb\xf9\x24\x71\x79\x92\x02\x79\xf0\xfb\xd0\x00\x4a\x0d\x2e\x01\xbb\x6b\xac\xd7\xf2\x75\x72\x87\x42\x9d\xe8\x68\x08\x98\xf5\x25\xe6\x54\xf1\x71\x21\x5a\x42\xd2\x31\xe3\xe2\x01\x52\xea\x12\x8c\xd7\xaf\xaa\x0f\x95\x78\x90\x45\x17\x97\xe7\x17\xc7\x72\xa0\x8f\x4e\x8e\x6e\x0e\xdf\x1e\x9c\xfd\x78\x3c\xac\xfa\xa4\x0d\x7e\x1f\xfa\x2a\x8f\xc1\xe1\x10\x33\xe2\x6c\xfd\xf7\xe5\xfd\x3e\x36\x64\xc0\x9a\x26\x7a\x1e\x41\x6c\xb0\x88\xde\x5f\x1c\xc9\xab\xd3\xe5\xf1\x9b\xe3\xcb\xe3\xb3\xc3\xe3\xa3\x9b\x0f\x07\xa7\xef\x8f\x87\xbd\xde\xa6\xaf\xe1\xf7\x84\x34\xc2\xba\xee\xfb\x1a\x15\xed\x83\x8c\x94\x9a\xe4\x40\x08\x5e\xf7\x2b\x54\x84\x42\x8e\x4e\x32\x3e\x3a\x7f\x67\x92\x28\xf6\x26\xec\x63\x48\x21\x27\x4a\x47\x49\xd6\x5a\x5d\xcc\x89\xc0\x19\x09\xa6\x42\xcc\xe3\x17\x2f\xbe\x7c\xf9\x12\x7d\xf9\x21\xca\xf9\xdd\x8b\xef\xfb\xfd\xfe\x8b\xe2\xfe\x4e\x45\x89\xb4\x76\xf8\xef\x2f\x4f\xb0\x0a\x76\xc8\xb0\x73\xce\x8f\xf3\x52\x56\x32\x72\x56\xfc\xe6\x28\x42\x21\xc7\x9e\x82\x7c\xb5\x0a\x12\x21\x38\x44\xe4\xdc\xe7\x91\xee\x0c\x98\x01\x84\x39\x8a\xf9\x20\x1f\x96\x78\xcc\xc6\x97\x74\x44\xd9\x3d\x95\x1f\x8b\x10\x2d\xf5\x3b\x3d\xed\x4a\x31\xe6\x3d\x8e\xd9\xf8\x3d\x30\xb2\x2e\xbd\x4c\xa1\xde\x55\x53\x58\xe1\xb7\x3b\x24\xce\xf0\x99\x8b\x80\x13\x22\xf2\xaa\x21\xd3\x0c\xf0\x59\xc4\x69\x3e\xa7\x99\xd2\xeb\xf8\xcb\x5c\x93\x74\xb9\xda\xe7\x79\xc1\xc0\x95\x20\xbd\x48\x78\x32\x2b\xe2\xc1\x50\x33\xfc\x27\x86\x3c\x5e\x7d\xbc\xfd\x5c\x9c\x4e\x3f\x3c\x89\x3c\x6e\xa2\x80\x7f\x11\xd9\xa3\xb3\xb9\x78\x30\x74\x0f\x9f\x92\x33\x6b\xfb\x91\x26\x0f\xf9\x42\xc4\x27\x78\x64\xe9\x42\x3c\x08\xa0\x58\x27\xc8\x18\x62\x91\xdc\xa9\xaa\xb5\xb0\xc1\x5a\x75\xbc\x66\xd9\x98\x65\x77\x32\x93\x5c\x2e\x01\x0e\x20\x17\x1d\x07\x38\x60\xd9\x98\x0a\xca\x67\x2c\x53\x92\x1e\xcd\x6c\xca\x4f\x22\xb9\xd5\xca\x86\x40\xae\xb9\x00\x07\xc9\x42\xe4\x93\x7c\xb4\x28\x00\xfd\x5e\x01\x37\x07\x38\x98\xe4\x7c\x26\xeb\x57\x7c\xbf\x95\xac\x98\xa2\x24\x37\x5d\xa9\x46\xbe\x18\xb3\xf1\x49\x56\x50\x6e\x42\x85\x3f\xae\x8a\xa6\x2a\x61\x54\x29\x8a\x58\x36\x59\x61\x4f\x78\x9f\x50\x89\x47\x46\x61\x0b\xdb\xb7\xb0\xdb\xd7\xf5\xbf\x52\xb2\x7e\x8b\xf4\xaa\x34\x7c\xc9\x29\x3e\x7d\x64\x51\xbe\xb0\x9d\x86\x25\xf6\x86\x4c\x35\xce\xea\x7e\x8b\x77\x8f\xc2\x47\x95\xe9\xbe\xb9\x39\x2e\x80\x25\x32\x74\x7c\xe3\x8c\x7b\x02\xae\xa7\xcd\xb9\x32\xe6\xd1\xd3\x67\xe2\x51\xe8\xc7\x22\xb9\x57\xb3\xce\xf5\x3c\x26\x9a\x35\x85\x07\x9a\x8d\xf4\x82\x91\x4f\x3a\x60\xa2\x7a\xc8\x72\xad\x83\x31\x5f\x05\x9c\x4f\x01\x0e\xa6\x54\xc5\xf9\x57\x4d\x9a\x29\xb5\x45\x9a\x80\x86\x22\x65\x05\x48\x16\x55\xa1\xb3\x44\xae\xad\x19\x93\xd5\xcd\x16\xa9\x60\xf3\x94\xba\xc5\x36\x4f\x84\xdc\x30\x01\x0e\x0a\xf6\x4d\xbe\x28\x04\x9d\x07\x38\x00\x9d\x40\x80\x83\x2f\x6c\x2c\xa6\xc1\x10\x2b\x1d\x41\x10\xa8\xf5\x07\x33\x2d\x3b\xb9\x10\x74\x8c\xc2\xa5\xe4\xa9\x61\xce\x04\xc4\x47\x51\x4c\x97\xd5\xa8\xab\xb7\x4d\x17\x65\x75\x16\x99\x59\x44\x35\x60\x69\x05\x5f\x47\xbb\x2c\xeb\xbe\x31\xdf\xde\x0c\xe8\x50\x43\x22\x1b\xe1\x85\x9e\x75\xb3\xc0\xf5\x14\xa9\x38\x13\x3a\xe6\x20\xd5\xb1\x25\x38\x5a\x96\x5e\x41\xfa\x66\x4b\x08\xa1\x65\x28\x90\x72\xc9\x45\x98\x4b\xc2\x20\x07\x43\x59\x2b\xea\x01\x52\x0f\x33\x66\x7e\x24\x5f\x95\x97\x95\x5c\xc3\x8e\xcf\xfe\x86\xbf\x3d\xb6\x88\xbd\x85\x05\x3d\x79\xbf\x76\x79\xae\x5b\x95\x20\xc0\x1c\x62\xbb\x7a\xed\xea\x74\xd2\xcd\xb6\x05\xca\x73\x50\x0a\x8e\x72\xd0\x1a\xea\xe9\x2f\x68\xaa\x84\x45\xc7\xd9\xd8\x7f\x54\x51\x97\x1b\x8b\xf9\x0b\x4f\xe6\x6e\x9d\xa9\xf5\xac\x56\xca\x10\xcb\xf2\xb5\x81\x67\x9e\x16\xd5\xd1\x81\x0b\xc9\x7b\xfc\xfe\x49\x83\x03\x5d\x80\xb1\x79\x6d\x4e\x91\xc5\xd1\xcf\x5f\xd3\xff\xce\x68\xeb\x29\x12\xf4\xb4\x38\x31\x68\xb0\xdb\xff\x89\x07\x3f\xfc\x97\x62\xb5\xbf\xff\x2f\x2c\xd9\xed\xdd\xa1\xe6\xb7\xf1\x60\x10\x98\x7c\x38\x80\x28\xd1\x43\x3c\x58\xd6\xf9\xf5\xff\xc6\xbb\x9a\x3d\x97\x7b\x85\x27\x33\x49\xfa\xd4\x79\x84\x1b\x89\xa1\x86\x3e\x1e\x04\x29\xcb\x3e\x5d\x33\x91\xd2\x60\x38\x6c\xc9\x39\x7c\x84\xd9\x67\x93\xbf\x8a\xcb\xd7\xe2\x75\x7b\xe0\xbd\x35\x9e\x90\x13\x4e\xe9\x37\x1a\x2e\xcd\x84\xa8\xed\xfb\xfe\xec\xe8\xf8\xcd\xc9\xd9\xf1\x51\x50\x22\xfc\xa1\x9e\xb6\x44\xf8\x73\xf3\xc0\x7c\xed\x16\x60\x12\x60\x9e\x2f\x04\x8d\xdf\x62\x65\x30\xa7\xff\x17\xf1\x5b\xfc\x79\x41\xf9\x43\xfc\x16\x07\x23\xa5\x01\xdb\xf9\x32\xa5\x59\xa0\x16\x8c\x90\x43\xa5\x7e\x72\x9a\xea\x77\xfa\x5c\x34\x4f\x92\xee\xa9\xdf\xea\xfe\x0c\x8c\x49\x1c\xa8\x87\x00\xa7\x79\x22\x17\xba\x7e\xab\x9f\xdc\xe9\xa8\xdf\xbb\x73\x57\xab\x08\xe5\x21\xd9\xb6\x59\xa6\x9c\x4e\x24\x09\x85\x39\x94\xc7\x70\x5a\x3d\xaa\x35\x1d\x1e\xba\xa3\xa3\x72\x14\xa8\x36\xb9\x66\x54\x0e\x7c\x9e\x64\x8a\x6d\x62\xd9\xdd\x49\x56\x7f\x73\xbe\x90\xc5\xd2\x7b\x9a\xa9\x60\x3c\xc1\x28\x65\xa3\x4f\xc1\xa3\x37\x0b\xb9\x61\x96\x2e\x1b\xd5\xb8\x59\xca\x00\x2f\xd3\x10\xa6\x16\x02\xe9\x3e\xff\x04\x96\x36\x5a\xad\x2d\x09\xfa\x5c\x4b\x8e\x51\x18\xec\x18\x6d\x37\xc2\x37\x7a\xba\x2e\x61\x5e\x95\x11\x56\xca\x92\x02\x85\x81\xc9\x1c\xf9\x49\x64\xe5\xf5\x6c\x1c\x2e\x5e\x9b\x33\x43\x12\x99\x51\x8d\xec\xe3\xf9\x54\x3a\x9b\x8d\xbb\xf6\xb9\x73\x29\x80\xb7\x01\x0e\x5a\x9a\x13\x78\x1a\x79\xa5\x2d\x51\x45\x98\x81\xb3\x36\x56\x84\xbc\x55\x5e\xb7\xd5\xa1\x00\x13\xa7\x1b\xbd\xbc\xeb\xf5\x2a\xe3\x2a\xac\xfe\x17\xcd\xaa\xd4\xee\xa0\x66\x77\x88\x5a\x9d\x5b\xb2\x4e\x79\xfd\x12\xf0\x4b\x00\x5f\x8d\xf0\x8d\xda\x43\xf5\xca\xe0\x6d\xb3\x0e\x95\xb8\xb5\x3b\x1f\xe2\xaa\xcc\xa4\xc4\x14\x5c\x13\x2c\x2f\xb9\xee\x7c\xdf\xda\x75\x67\x7b\x05\xe4\x85\x15\x47\x3a\x2f\x11\x18\xc0\xe0\x95\x99\x94\xbf\xfd\x24\xfd\x51\x5b\xa3\xd1\x05\x6f\x4b\xcb\xd9\x32\x1b\x28\x6c\xc8\xe9\xb6\x14\x9c\x8a\x4e\xa1\x6b\xf1\x72\xc3\x30\xad\xa9\xa4\x75\x11\xa8\x05\x05\x3f\xcc\x64\x05\x37\x7a\x44\xbd\xfd\x5b\x21\x5a\x8d\xa1\x6e\x5b\xed\xd5\x81\xdf\xda\x32\x8d\xbd\x61\xc5\x01\xb4\x2f\x54\x63\x2e\xef\x6d\xaf\xe9\xc1\xb3\x9a\xdc\xd8\x23\x7f\x67\x3f\xda\xb6\xa4\x87\xca\x27\x17\xab\x40\xb5\xc5\xa0\x7b\x28\xa0\x87\x7e\x8f\x2d\x48\xb6\x6e\x52\x15\x05\x47\xd9\x3e\x0e\xaa\xad\x04\xaf\xfc\xe0\x56\x71\x85\x5e\x5c\x31\x5b\xa7\x06\xd0\xb1\x77\x14\xd4\x11\x84\xef\x5b\xa8\xf4\x6e\x80\x62\x65\xbe\xaa\x86\xc8\x46\x6c\x5d\x9a\xdd\x9b\x99\x9d\xc5\x1c\x41\xcc\x55\x0f\x71\x42\xfa\x7b\x89\x83\x1a\x4d\xb6\xb7\x11\x44\xaa\x34\x7d\x7a\x93\x73\x18\x98\x30\xc3\x0c\x8b\x41\x32\xc4\x20\x6d\xd4\xdd\xea\x5b\x50\xd9\x12\xd7\xe8\x7e\x73\xae\xed\xb1\xe1\x2f\x89\xd6\x4d\x60\x81\x1a\xfd\x94\xbd\x5e\x6d\x6f\x18\x9e\xd1\xaf\x77\x87\x65\x81\x9c\x93\xfa\x91\xf3\x67\x5a\xa3\x40\x6d\x1b\xed\x59\xad\x2a\xed\x41\x6b\x1a\x94\x2f\x44\xa0\x56\x09\x1c\x4a\xe6\x56\x00\x12\x1c\x56\x5c\x31\xc9\x7b\x1e\xca\x23\x10\x79\xa0\x49\x20\x98\x5e\xde\x2e\x6e\x6f\x53\x5a\xc4\x02\xcf\x39\x9c\x7c\x47\x46\xad\xac\x27\x4f\xa3\x84\x98\x9b\xa7\x5a\xc7\x98\x91\xad\x6c\xb5\x0a\x6e\x0a\x9a\x4e\x20\x10\x5f\xc7\xa2\x3b\xf7\x7a\xac\xd7\xa3\x51\xb5\xb8\x10\x61\xf0\xe8\x15\xf2\x53\x21\xf2\xf9\x05\xcf\xe7\xc9\x5d\xa2\x46\x01\xd7\x09\xa0\x5b\xd2\x6b\xd7\x3a\xc4\x0c\xaf\x2c\xfd\xa5\x3e\xc0\x72\x7b\xa4\x24\x66\x51\xa6\x96\x57\x59\xe8\x6e\x8d\x88\x22\xee\x5a\xe8\x92\x2a\xa6\x0b\x8e\xfd\xdc\x33\x96\x9f\x44\x93\x34\xb9\xbb\xa3\xe3\x13\x6b\x8c\x87\xe4\xfd\x48\xab\x20\xf2\x2c\xb2\xc6\x17\x23\x6c\xcc\x80\x21\xd4\x1e\xbd\xb6\x53\x14\x8e\xc0\x4a\x2d\xc5\x0b\x24\x87\x01\x8c\x73\x1b\x69\xbc\xf0\x08\xb6\x2f\xde\x26\xf2\x4c\xb3\x97\x34\x72\xd3\x0f\xc1\x60\xcd\xc3\x75\x6e\xc3\x46\x97\x25\x96\xfc\xd7\x5f\x40\xc0\x35\x67\x5a\x21\x81\xfa\xd7\x5b\xe0\xf0\xfc\xe5\x2c\xc9\x4c\x62\x23\x1d\xea\xac\xeb\x28\x56\xd7\x7f\x27\xcb\xf2\x67\x91\xda\x59\x14\x66\x16\xb9\x23\x2d\x59\xf5\x48\xce\x22\x33\xa2\xef\x2f\x4f\xb5\x5f\x5e\x29\x77\x84\x2e\xbc\x39\x0c\xb5\x0e\x1f\x70\x7a\x0a\x91\x04\x5d\xe7\xf4\x49\xda\xa0\xef\xb5\xe6\xd9\x9c\x3e\x41\xdf\x12\x0a\x5b\xb3\x1e\x63\xd3\x2f\xda\xe3\x7d\x5c\x19\x8d\x76\xb6\x71\x3f\x75\xda\xab\x8f\x49\x2c\x48\x7f\x4f\xb8\xb0\xf8\xc2\xb8\x9c\x70\x62\x80\xa9\x55\x9b\xb8\xdd\x36\xa5\xa1\x05\xde\x58\xc9\x89\x88\x83\xff\x15\xb4\x48\x54\x65\xa5\x86\x1d\xf9\x38\xa5\x99\x3d\xa0\x7d\xd4\x54\xe8\xa8\xe4\x70\x3c\x86\x5d\x45\x37\x5f\xce\xd5\x66\xf3\xf1\x68\x7b\x3d\x99\xcd\x9c\x0d\x68\x29\x88\x89\x35\xad\x45\xf8\x9f\x86\xab\x95\x2b\xd2\x5d\x0a\xb1\x88\x8a\x29\x9b\x88\x10\x59\x24\xd9\x81\xb0\xd1\x46\x87\x1d\x70\x30\x62\xc5\x2f\x6e\x93\xef\xbb\x62\xf4\xda\xd6\x71\xc2\x75\xa4\x6f\x6d\xc7\xef\x27\x78\x8b\x30\x9c\x13\x56\xbc\x6e\x13\xe8\xf5\xf3\xd6\xcf\xa4\xdf\xb9\x86\x61\xf7\x4d\x73\xb3\x6f\x1b\xef\x8a\x00\x0b\x1d\xc8\xb8\x72\x9e\xba\x31\xca\x74\xed\xaf\xfa\x36\xd0\xe9\x20\xf3\x7a\xba\x09\xe5\xa0\xd7\x63\xd5\x41\x30\x50\xc4\xd0\x41\xc2\x74\xd7\x71\xa6\x46\x02\x62\x1b\xa3\x4e\x5d\x23\xfa\x19\x7f\x6e\x97\x3a\xe8\xed\xa8\xae\xc8\x9e\xe4\xfb\x73\x55\xf2\xdd\x90\x71\xab\xcb\x7c\x11\x68\x49\xf7\xc7\x9a\x6e\xea\xf2\xf8\xf0\xfc\xdd\xc5\xfb\xeb\x63\xa5\xe2\x72\x2a\xd2\xef\x3c\x0d\x86\x87\xc6\xa7\x01\x88\xc1\x8d\xe6\x47\x92\x47\x36\x9c\xe3\x1f\x71\x4d\x1c\x7c\x6c\x51\x27\x95\x98\x53\xbd\x2d\x95\x90\x76\x16\xfd\x9e\xb3\x0c\x85\xda\xec\xbe\xa1\x51\xfa\x38\x44\x5a\x3a\xab\x35\xce\x3f\xe2\x1f\x23\x56\xa8\x07\x2d\xfe\x27\x5b\x26\xd8\xcb\xaf\x75\x78\x60\xed\xf9\x02\x15\x1a\xbc\xeb\x66\x6e\x83\xf8\x6c\xc6\x64\xa9\x73\xc4\x7e\xf6\xd2\xc3\x03\xff\xb9\x06\x54\xfb\xab\x64\xa0\x55\x13\x7e\x69\x6d\x42\xa1\xf5\xe6\x4d\xb8\xeb\x20\xd8\xf6\x52\x94\xc6\x1c\xb9\x72\xa5\xf1\xe0\x1c\xcb\x8a\x1e\xfe\x17\x98\xf6\x9f\xc8\x32\xe8\x05\x71\xd0\x4b\x66\xf3\xbd\x00\x07\x2f\xe5\xef\x54\xc8\x9f\xaf\xe4\xcf\x3b\xf9\xf3\x1f\xc1\x3f\xe2\xa0\xf7\x79\x91\xc3\xfb\x7f\xc8\xf7\xff\xeb\xeb\xf7\xff\x25\x1f\x7e\x53\x0f\xff\xd9\x97\x0f\x44\x3d\xfc\x70\xb4\x17\x94\xf8\x5f\xe4\xc5\xa0\xf7\xf2\x55\xf0\x8f\xdf\xc8\xf0\x05\xfe\xb7\xff\x74\xe7\x56\x13\xf5\xb1\xcb\x7e\x1a\xd0\xa1\x1b\x28\x51\x87\x06\x25\x84\xee\x53\x12\x04\x71\xd3\x46\x1b\x00\x9c\xad\x61\x35\xc2\x72\x60\x7f\x91\x03\xeb\x00\x97\x5a\x80\x46\x69\x4b\x48\x35\xda\x1a\x15\xc2\xd8\x7a\xeb\x89\xca\x68\xeb\x4c\x39\x64\x68\x1d\x50\x47\x2d\x96\xe6\x3d\xb3\x86\xa9\xea\x25\xd3\x19\x8d\xd5\xd0\xa3\x59\x2b\x09\x75\x66\x4b\x34\x1a\xee\x60\xb5\xcc\x36\xe1\xdb\x24\x1b\xa7\xca\x7b\xcc\x1d\x51\xf6\x8c\xea\x1a\x1d\xc4\xd2\x58\x77\x65\x18\x24\x86\x31\x2b\x6b\xe5\x1a\x4c\x4e\x0e\xde\xe9\x60\x38\xe4\x99\x38\x85\xac\x2d\x7e\x80\x8b\x9b\x22\xa2\xb1\xc2\x15\x3f\x05\x91\x5c\x19\xf6\x71\x8e\xf6\x97\x80\xba\x41\x63\x8e\x7d\x83\xbd\x38\xc7\xca\x4d\x05\xec\x61\xa0\xaa\x9f\x18\xc8\x51\x4c\xf6\x90\x55\xf1\xba\x51\x19\x3f\xa9\x28\x00\x1d\x53\x03\x74\x91\x70\xc1\x92\xf4\xd1\x59\xf0\xd3\x39\xd8\xe4\x35\x59\xdc\xf7\x52\x2f\x27\x46\x97\x73\x4e\xe7\x09\xa7\x07\xfc\xae\x68\x80\xcc\x95\x63\x36\x3e\xac\x68\x07\x34\xea\x41\x69\x95\xab\xba\xc7\x90\xd3\x25\x97\x4d\x28\x95\xa5\xa0\xfb\xa4\xd4\xa9\xf5\x0c\x5a\xc9\x2a\x33\xb8\x3d\x93\x7b\x9d\x30\x5e\x5c\xbf\x7d\xb7\x54\x0e\xd1\x65\x2c\x7f\x29\x0b\xef\xf2\x37\x49\x5c\xd6\x9a\x11\x31\xaa\x1c\xd5\x29\x59\x56\x26\x18\x54\x7b\xea\xc5\x75\x72\x27\x9f\xbc\x61\x90\x8f\x8a\xb6\xc2\x93\xb6\x72\x6e\x40\x3a\x39\xb1\x27\x18\x43\x6e\xed\x62\x7d\x4d\x32\x8f\xaa\x8c\xc3\x24\x4d\x29\xf7\x2a\xbc\x1a\xe5\x73\xb0\xa3\xf2\x2c\x29\xd7\xd6\xa1\xca\x38\xd1\x30\xfc\x32\xd7\x17\x9e\xcc\xe7\x4a\x5b\xe9\xb9\xc8\x42\x14\x0b\x35\xa7\x05\xed\xaa\x23\x0f\xa6\xd7\xd8\x33\x57\x31\xff\x32\x3d\x7c\x70\x05\xc0\x39\x11\x91\x64\xc0\x2b\x6f\x1d\x80\x97\x0a\xbd\x48\xbf\x74\x17\x4e\x05\x7e\x99\xe7\xe2\xd2\x78\x41\x85\x00\x62\x28\x78\x2e\x7b\x8a\x29\xc2\xbe\xf1\x30\xc5\x26\x44\x56\x0c\x57\xaa\x1b\xe7\xd9\x04\x3a\x12\x64\xac\x6c\x23\x63\xd1\x9f\xc3\x62\x06\x40\xa7\x35\xc3\x82\x96\x89\x4e\x4d\xb4\x47\xa9\x59\x0e\x98\xca\xf3\x9e\x27\x2a\xf2\x9e\x5a\xa2\xd7\x9c\x52\xa3\xda\x34\xf9\xb4\x45\x42\x60\xea\x84\x52\xcc\x47\xe5\x76\x9f\xc8\xc9\x1f\x45\xc7\xef\x2e\xae\x7f\xbd\x39\xb8\xfc\xf1\x0a\x9b\x68\x08\x06\x8f\xc0\xda\x1e\x6b\x83\x4e\xa4\x63\x39\x6a\xc6\x0a\x7c\xd5\x8b\x5e\xaf\xd0\x5e\x2f\xee\x97\x8e\x5a\x31\x26\xb9\x49\x59\xf9\x20\xbb\x9e\xf6\x7a\x10\x24\x54\xcd\xd8\x94\x8c\xf1\x9c\x4c\xa3\x59\xbe\xc8\xc4\x45\xce\x32\xd1\x49\x22\x0a\xde\x19\x64\xe9\x5e\xc6\xf3\x27\x0c\x80\xca\x66\x06\x40\x3d\xe9\x01\x98\x6f\xea\xf4\xb4\xd9\xdf\xf2\xb1\xca\x4c\x2d\xc0\x1c\xef\x38\x4f\x0d\x3d\x69\x6e\x9c\x79\x34\x4a\xe6\x62\xc1\xe5\xa0\xd9\x1a\x2b\xcb\xca\x56\x2e\xac\x59\x59\x09\x5e\x41\x23\x6b\xd1\x7d\xe4\xcc\x94\xc3\x04\xc3\x6d\x59\x76\xd7\xae\xc5\x35\x8d\xf5\x3d\xcd\x13\x84\xcd\x08\xf5\x7a\xcf\xce\xac\x73\xaa\x32\x9e\x97\x53\xad\x3c\x54\x5a\x10\xd0\xa4\x6c\x39\x58\xcc\xb1\xba\xb4\xa3\xc1\x4b\x42\x9d\xc4\xe2\x2e\x5a\x64\x92\x40\x18\x43\x34\x14\x72\x14\x25\x85\xce\x0d\xc8\xac\x95\x63\xd1\x61\x2a\x52\xf9\xed\x8a\xa6\x13\xe3\xfa\x00\xbb\x5e\xb8\xd2\x35\x78\x6a\xe2\xc7\x3c\x59\xb3\x3d\xf7\x1b\x1c\x74\x3c\x8e\x0e\xcf\xcf\xae\xae\x0f\xce\xae\x25\x57\xdf\x7e\x7c\xd0\xc8\x50\x8a\xd0\xfa\x96\x34\xca\x96\xfc\xd6\x13\x06\xd7\x19\xff\xc8\xa2\xe5\xa6\xd0\x73\xfa\xcc\xcc\x66\xb7\xe8\x32\x9e\x93\x53\x13\x1a\x81\x90\x3d\x09\xd1\xf2\x4f\x76\xcb\x14\x64\x96\xcb\x33\x3b\x66\xb3\x9b\x75\xfa\x9c\x4c\x08\xb5\x1f\xe2\xff\x9f\x9a\xa9\x3b\x2a\xf4\x9e\x94\x2c\x99\x7f\xe1\x5c\xb7\xd6\x0d\xdf\x06\x88\x1f\x14\x2c\x74\x0b\xaa\x8f\xe2\x05\x7d\x34\x8e\x67\x6a\xd0\x6c\x81\xaf\x35\xb7\x3d\xcd\xee\x12\xe1\xc7\xf4\x02\x4b\x34\x55\xf0\xb8\x51\xb0\x11\x1f\x2a\x79\xad\xeb\xbe\x29\xd1\xde\xcf\x4d\xb0\x10\x49\x76\x4d\x70\x24\xb3\xef\xb8\x89\x8b\x34\x4d\x8a\x8f\x8a\xcf\xd0\x8c\x1f\x61\x5e\xdc\x9b\x4b\x3a\x21\x5e\x5c\xd1\xe6\x2b\x59\xf6\x25\xbd\x67\xe0\xe6\x6a\x78\xfa\xfd\x7e\x0c\x74\x01\x4e\xbc\x37\x39\x07\xca\xc0\x23\x91\xdc\x19\x10\x0f\xc5\x53\x90\xcd\xac\x86\xe4\x2f\xd6\x52\x7d\x90\x84\x49\xc2\x6f\x85\xe9\x16\x42\x04\x6f\xf5\x9f\x9c\xd1\x0e\x96\x1f\x15\xb3\x0a\x48\xa2\x82\x2c\x19\xc3\x55\x5a\x61\x79\x6a\x21\x97\x3c\x9b\x75\x04\xe2\x5b\x88\xe4\x1c\x06\x5e\x81\x7a\x94\xc1\x57\xaa\xf2\xfd\x30\xa5\x09\x57\x0b\xd5\x86\xab\x6c\xb5\xcd\xa4\xa8\xc3\x7b\xbd\x10\xbe\x8d\x64\x26\xfd\x45\x26\x92\xa7\x00\x76\x5f\x6a\xf9\xe4\x29\x6e\xfc\x9c\xa2\x4a\xd0\x98\xd2\xd1\x63\xe8\xaf\x5d\x26\x56\xf4\x67\x04\x75\xde\x0a\x1a\x51\x73\xb9\x98\x3a\x46\x74\xa1\x05\x21\x95\xb9\x6c\x2e\x61\x0b\x2a\x6f\xec\xd9\xb1\x27\x3d\x8a\x33\x60\x1b\xc6\x70\xf7\x83\x4b\x9e\xe1\xb2\x12\xc7\x71\x39\x37\x29\x6a\x44\x20\x61\x8e\x13\x84\xe9\xe0\xe3\x10\x40\x54\xc6\x10\xb0\x7d\x31\x53\x27\x93\x7c\x8d\x30\x2f\x3b\x4a\x20\x64\xe2\xfe\xa9\x0e\x4c\xfc\x0e\x3c\xd2\x74\xc9\x5b\xab\x32\x84\x09\x5c\x9a\x79\xe1\xca\x68\x76\x4f\x44\xa9\x1b\x59\xb9\x9d\x41\xb2\x52\x19\xe3\xfa\x48\xe4\xd5\x0e\x81\x88\x8c\x15\x4a\xa4\x85\x42\x81\xf6\xe5\x2e\x99\xd3\x50\x0c\xe8\xd0\x56\x81\xb5\xd5\x6f\x3c\x8a\x2e\x38\x9b\x31\xe5\x26\xa1\xdb\x6c\x98\x32\x61\xfb\x37\x77\xfd\x9b\xd0\xa5\xa3\x34\x33\x7d\x69\xb3\x28\x1f\x10\x56\xb9\xbf\x97\x39\x35\x5e\xb6\xbd\x8d\x38\x01\x73\xdc\x50\x40\x90\x1a\x8b\xe9\x68\x8b\x31\x01\x7c\xac\x57\x39\x24\xf6\x24\x23\x77\x95\x04\x60\xe6\x0b\x40\x6e\x62\xd0\x97\x73\x65\x45\xa9\x78\xd7\x13\xc3\xa2\x7d\x55\xee\xa0\x3f\x44\xb1\x6e\x29\x10\xdf\x5b\x8a\x1f\x28\xbe\xa1\x64\x39\x4f\x78\xe1\x45\xca\xa8\x06\x22\xb0\xf1\x09\x8c\xfe\x73\x40\x31\xc5\x5b\xfd\x61\xc7\xe0\x77\x15\x8b\x5b\x25\xe6\x09\xfb\x18\x22\xf1\xf9\xaf\xc4\xf6\xae\xe9\xeb\x40\x92\xdc\xad\xdd\x61\xa9\x38\xd6\x34\x35\xa8\x55\x38\x57\xf1\xa8\x01\x9b\x60\x48\x80\x9f\x0f\xd8\x58\x76\xad\xa8\xe0\x40\x81\xa5\x36\xc5\x89\xb3\x76\x06\x5a\xb9\xe8\xf5\xc2\x05\xa1\x46\xed\x76\x32\x46\x78\x41\x36\x4d\xe9\x42\x47\x29\x04\x6f\x0d\x67\x1e\x2d\xeb\xc4\x0b\xbc\xd5\xc7\xca\x15\x54\xc1\x5e\x25\x6e\x38\xa2\x00\xbd\xda\xd9\xc5\x53\x32\xde\xbf\x93\xa4\x35\x31\x2a\xdf\x28\x40\x28\x86\x08\x27\x09\xea\xdc\x6a\xa4\x55\xe7\xbc\x77\x72\x75\xf3\xe1\xe4\xea\xe4\xf5\xe9\x31\x78\xec\x3d\xa4\x14\xfa\xe6\x99\xb6\xdf\xd2\x5e\x2f\x9c\x02\x29\xbf\x95\xc5\x4c\x31\x94\x16\xb0\xe2\x03\x2b\xd8\x6d\x4a\x03\xe4\xfc\x4b\x5c\x8b\x0b\x3c\xc5\x5b\xbb\xba\xb9\x25\xfe\x42\x89\xec\xc6\x98\x15\xf3\x34\x79\x88\xbb\x59\x9e\xd1\xbd\xe0\xb1\x16\x85\xb7\x94\xc0\x02\xdf\x10\x4f\x50\x6d\x4e\x61\x64\xab\xba\x51\xe6\x3c\x94\xbb\x55\x9f\x84\x22\xb9\xd3\x02\xe1\x7c\x76\x2b\x79\xa6\x70\x20\xe4\x4b\x0c\x27\x17\xa0\x37\xa9\x3d\xad\x90\x75\x5c\xe1\x96\x3a\xe9\xfd\x6c\x2b\xb1\x3b\xdb\x28\x4d\x85\x03\x60\x60\x86\xfd\x96\x0b\x71\x3b\xe8\xd6\x7a\x6e\x37\x99\x5c\xdd\xfb\x10\x79\x2e\xe6\xe6\xc2\xf0\x05\x58\x78\xdf\x0b\xcc\x1a\xa3\x39\x07\x82\xb2\xc4\x0f\x94\x68\x6a\x4b\x5e\x2d\x45\x6d\xc5\xa8\xc9\xc4\x7a\xde\x28\x6e\x2d\x44\x39\xe6\x85\x95\xc9\xe4\xc8\x4d\x9c\x3a\xa8\x8e\x29\x59\x56\x37\x86\x12\x3f\x0c\x00\xb6\xa3\x16\xdc\x53\xee\x10\x30\xf1\x47\x59\xad\x45\x0a\xde\x11\x6f\x5a\xfe\x39\xb2\x6b\xdc\x01\x27\x17\x38\x25\xac\xb1\xd4\x17\x24\xdd\x67\xde\x2a\x8f\x07\x43\x3c\x26\xa9\x5a\xfe\x0b\xbd\xe6\x19\xea\x14\x2e\x4a\x43\x0e\xa4\xf6\x2b\x0d\xc7\x38\xdd\x5f\x0c\x16\x4e\xf9\x12\x33\x04\x72\x91\x73\xf9\x0d\x4e\x99\x35\x8d\x2f\xbc\x45\x6d\xc4\x34\x5f\x5b\x78\xc3\xe6\xb9\x31\x4f\xc4\xd4\x2c\x53\xb9\x14\x29\xac\x3d\x65\x1a\x64\x80\x92\xc6\x17\x32\x11\x70\xa1\x8f\x2d\x46\x58\x73\x00\xa7\xad\xe3\xbd\x26\x62\x1a\x0b\x5c\x2d\xca\x68\xff\xed\x6a\x33\xd1\x56\x6a\x35\x86\x7d\xfc\xe0\xc3\x35\x09\x17\xc1\x82\xae\x56\x2a\x92\xb9\x95\x8c\x6b\x2e\x59\xf5\xfd\xbc\xfd\xec\xaf\x72\xc6\x2a\xb2\x42\x2d\x66\x9e\x1f\x5d\xde\x1f\x27\xc1\x17\x62\xfa\x60\x83\x7f\x26\x69\xf1\x60\x36\xb3\x1d\x36\x7f\x74\x96\x90\x3b\xa6\x58\x65\x8c\x05\x86\x3c\xf5\xae\xdb\xcd\xba\x2f\x62\xae\x78\xfc\x2b\x5a\x77\xb9\x02\x67\xc6\x00\x75\xac\x5f\xe3\x95\x92\x3a\x5e\xd7\x53\x5e\x9d\xbf\xbf\x3c\x94\x29\xd5\x28\xbc\x7b\x32\x7b\xb1\x91\xb5\xa8\x2e\x8b\xc1\x35\x1d\x12\xba\x9e\xd3\x30\x1d\x32\x1c\x47\x33\x81\xf6\x0b\xda\xe4\x7d\xd4\x96\x6f\x73\xfa\x72\x70\x45\xff\x50\x3e\x18\xf3\x83\xfa\x48\x1e\x00\xd6\xb9\xaf\x1c\xbc\xf0\x2f\x6b\xd4\xf1\x18\x87\x75\xd9\x27\x86\xa0\x7d\x2d\x9a\x16\x2e\x9b\x88\x18\xe1\x38\x27\xf0\xdb\xd1\x92\xc4\xa6\xe9\x38\x07\x75\x92\xec\x87\x0c\x38\x51\x11\x69\xa8\x99\x5e\xcf\xfe\x1c\xf0\x21\x8a\xfd\x5a\x48\xa2\xe2\xfb\xc9\xd2\x51\x23\xa2\xb9\x63\xb6\x68\xc3\xaf\x0b\xab\x08\x96\x0a\xfb\x1c\x82\x66\xf5\xf7\xf8\x4b\xba\xc7\xb7\xb7\x91\x18\xf0\xa1\xcb\x30\xe0\x43\x23\xb4\xd5\xf6\xbe\x4c\x89\xd7\x04\x4e\x93\x5b\x9a\xc6\x0e\xa7\x69\x94\xe6\xc5\x82\xd3\x1d\xed\x48\xf1\x2c\xab\x17\x65\x85\x64\x5c\x30\x94\xa4\xcd\xd3\x8a\x4a\xfa\x1e\x45\x51\x26\x09\x82\x1f\x8f\xf8\x53\x85\x27\x03\xff\x30\x2c\xf9\x2d\x73\x50\x66\xad\x51\x27\x59\xdb\xdb\x4e\x36\x38\x1c\x12\x66\x0c\xd1\xba\x39\xe9\xef\xe5\x8e\x3b\xcd\x8d\xf1\x43\x42\xc4\x20\x1f\xe2\x82\xa8\x13\x2b\x41\x38\x25\x7c\x90\x0c\x3b\x2d\xf3\x9f\xf6\x7a\xe9\xe0\x80\x0e\xf7\x39\xc4\x9e\x89\x8b\x8d\xde\x79\x21\xa4\x92\xf3\xf2\x3b\x55\x78\xf5\x98\xc9\x37\x05\xce\x54\xe8\x1a\x6b\x9c\x02\x6c\x2d\xe1\x38\x83\xa5\x7c\x59\x5f\xca\x97\xc7\x6f\x2c\x45\xf8\x7d\xcd\x99\x30\x28\xa2\x77\xef\xaf\x21\x8c\xc6\xe1\xf1\xe9\xe9\x90\x6c\xf5\xb5\xf3\xa3\xdc\xec\xd8\xdd\x17\x88\xf0\x64\x4d\x26\xc5\x53\x76\xd8\x51\xdd\x23\x5f\xf1\x20\xcb\xb2\x53\x83\x6c\x7e\x06\x5e\xb3\xb0\xa7\x6f\x86\x5e\xf6\x61\xc8\xb2\x21\x80\x36\x23\x17\x54\xa9\x5d\xeb\xa9\x6b\x51\x80\xb2\xa6\x6c\xe5\x1c\x5b\x18\x1d\x46\x1f\x9a\x66\x17\x4d\x6b\xda\x90\xa2\x3d\xf6\x32\xf3\xe3\x9c\x7b\xad\x1a\xb0\x21\x34\xac\xd1\x27\x13\x3c\xec\xa4\x38\xb6\xae\xb9\xb6\x67\x32\x97\xea\xcc\x80\x0d\xa1\x3f\xf2\xbf\xdd\xd2\xbc\x84\x2d\x78\x46\xc9\xd3\xf1\x86\x4e\x28\x19\x0c\xf7\xc2\x3e\x4e\x95\x9c\xea\x0d\xf8\x0b\xa0\xf0\x84\x9a\x95\x71\x5a\x51\xea\x58\xe7\xf0\xdc\xb9\x6c\x5a\x6f\x2c\xae\x1d\x5b\xc0\x9c\x2d\x2b\x81\xe2\x00\xb2\xa2\x83\xe7\xa5\xa8\x16\x69\xb9\x1a\xb6\x7e\x69\xc0\x9d\x0d\xca\x86\x6d\x7d\xb0\x9d\xa1\x8e\x20\x09\x98\xac\x74\x85\x4b\x72\x46\x35\xeb\x25\x19\x8c\xeb\xd0\x1a\x70\x76\x79\x47\x10\xcb\xa2\x8a\x30\x47\x6b\xc5\xda\x1b\x84\xd8\xce\x93\xbc\x2e\xcd\xfe\x89\x89\x23\x5f\xb1\xe7\x53\x18\x3b\xd4\x26\xcc\xa0\x3f\x6c\x5e\x00\xd4\xb5\xf2\xcb\xa7\xc8\x11\x3d\x20\x2d\x70\x93\x57\x61\x07\xaf\x95\xed\x9b\x8b\xc6\x6d\xf1\x93\x70\x43\xb4\xe6\x8b\xf0\xbb\x7c\x1f\xc2\x53\x6a\xdb\xb9\xd5\x2a\x18\xb3\x7b\xe5\xe3\xd1\x90\xdd\x7b\xc7\x5d\x05\x50\xa6\xac\x6a\x74\x39\x18\xe0\x29\x7f\xdc\x31\x44\xa8\x0d\x6e\x40\xb3\x73\x73\x13\x58\xe4\x4d\xf3\xd9\x2a\x61\xa2\x59\x32\xc7\x4b\x93\x30\x66\x25\xc9\x70\x4e\x8e\x68\x98\xe1\x81\xcb\x6f\xaf\xfd\xbe\x98\xe6\x84\x6a\x39\x4d\xdd\x44\x3e\xc7\x56\x4c\xa3\xa9\x4e\x82\x9b\xd6\x41\x45\xe9\xe3\x33\x1c\xaa\x38\xdb\xf2\xaf\xb3\x0f\x28\x14\x77\xc9\x23\x97\xd9\x08\x07\x7c\xbb\x81\x36\xc0\xea\x02\x25\x64\x39\x28\x86\x71\x25\xb3\xed\x76\x89\x2b\x8d\x4e\x70\xeb\xc0\x78\x4b\x3d\xac\x46\x26\x29\x50\xaf\x57\x38\x8b\xad\xba\x19\x43\x37\x25\x10\x24\x6c\xc6\xb2\xd0\x9e\xee\x6d\xdd\xe8\x24\x64\xf9\xd4\xb6\x18\x02\xbd\x20\xfd\xbd\xc5\xcb\x74\x6f\x61\x0e\xbf\x11\x29\x06\x8b\x61\x27\x19\x8c\x86\xd5\xb1\x4a\x44\xb8\x40\x65\xd9\x9c\xba\x3b\xab\xf8\xbb\x3c\xf8\x55\xcf\x62\x52\x96\x55\x1d\xb2\x95\x6f\x74\x13\x92\x45\xf7\x8c\x7e\xc1\x29\x11\xb5\x29\xc3\x8b\xe6\x9a\xc2\x63\xf2\x89\x86\x0b\xb4\x57\x8b\x53\x46\xfd\xb5\xc9\xc6\x01\x02\xd9\x8f\x15\x7e\x10\x11\xb1\x31\x2a\x51\xc8\xf1\x18\xe1\x71\x24\xd7\xb6\x92\x6b\x92\x04\x8f\x07\x9f\x86\x24\xc7\xe3\x48\xdb\xd8\x7b\xba\x57\xa7\x27\xec\xf5\xc2\x71\xa4\x88\x22\x71\x6f\xd5\x2d\x75\x4a\x52\xc3\x59\x8c\x11\x9e\x93\x47\x74\xd4\x9e\x99\xdb\x1b\x8a\xa7\xa8\xa3\x46\x80\x4c\x75\x0c\xc6\x04\x64\x8c\x45\x94\x8c\xc7\x16\x44\x41\xce\xdd\x14\xe1\xa9\x93\xec\xd6\x8c\x2b\xb5\x64\x77\x46\x82\x60\x8b\x90\xa9\xd9\xfd\x9d\xd9\x6a\x15\xd2\xaa\x00\xb9\xd7\x9b\x56\x05\xc4\x46\x36\x8c\xa7\xd1\x4d\xc5\x16\x18\xbc\xe3\x3c\xb1\xf2\xe6\x62\x2a\x4e\xce\x81\xb6\xaa\xbc\x03\xfe\x66\x2c\x67\x7e\x8a\x17\x78\x8e\x67\x4e\xcc\xe7\xcf\x99\xba\xe5\xca\x69\xbb\x73\xda\x00\x93\x42\xe1\x30\xab\x14\x2d\xed\x98\xad\xef\xd1\x66\xc5\xd2\x26\xbd\xf3\x9d\xd1\x3b\x7b\xd3\xf5\x34\x95\xf3\xf4\xb9\x7a\xe6\x3b\xac\xad\xb2\x1f\x57\xf2\xde\x81\x33\xc7\x5d\x5d\xd1\xaa\xd5\x1e\x35\x5d\xeb\x3a\xcb\x9b\xea\x71\x92\x61\x33\xde\x31\xab\xa8\x20\x72\x6c\x8a\x4d\x4b\x42\xf7\x60\x4d\x16\x35\x95\x41\x86\x85\x56\x0b\x14\x54\x54\xd4\x05\x26\x1e\xeb\xb2\xe9\xd9\xb7\xf0\x7d\xbd\xc7\x2d\xde\x7b\xd3\x52\xf9\x03\x2c\x7a\x3d\x23\x2a\x41\x2d\xd0\xad\xee\xc2\x93\x93\x81\xe2\xd0\x8d\x5c\x65\x6f\x67\x77\x8b\x90\x62\xcf\x04\x50\xa5\x83\x62\x88\x17\xe4\x86\x46\x4a\xb0\x0b\x88\xf9\x8b\xc1\xee\x70\x0f\xe4\xb8\xb9\x65\xe8\x20\xe2\x52\xae\x80\xd6\xc6\x08\xdf\xd0\xc8\xc8\x9f\x64\xa5\x0b\xa8\x16\xe1\x62\x67\xa7\x34\x32\x60\x97\x17\x08\x8f\x31\xb6\xf0\xa8\xcf\xbe\xf7\x3b\x06\xce\xfd\x6e\xc1\xc6\x6f\x40\x67\x24\x77\x7f\x53\xe0\xba\x49\x52\x35\xf5\xa4\x64\x9b\x85\x98\x96\x1d\x7b\xa0\xbd\x5e\xbd\xad\x4a\x4a\x87\x7a\xbd\x07\x1a\x6a\x8b\x7f\x14\xca\xfe\xa5\x98\xe3\xdc\x13\x82\x4d\x48\xe6\x75\x25\x5b\xdb\x95\x0c\x75\xf8\x33\xbb\x32\x71\x5d\xc1\x9b\xbb\xf2\x40\x43\xd5\x2e\x39\xec\x3a\xa4\xc3\x9c\x68\xa1\x1a\xc3\xcc\xb2\xdb\x3f\xd3\x87\x66\x3b\xb4\x08\x6d\xee\x06\x6e\xdc\xeb\x8d\xf5\x62\x91\xbf\x7c\x5c\xf2\x35\x99\x37\xf5\x83\xfa\x82\x4b\x3c\x95\xe4\xc8\x94\x3d\xad\x94\x7d\xec\x2f\xa7\x14\xbc\x94\x4a\x84\xff\x40\x8d\xda\x8b\x47\x9e\x1b\x81\x37\x88\x41\xc2\x59\x72\x99\xa7\x34\x60\x59\x37\xeb\xf5\xea\x25\x73\xf9\x09\xdf\xcb\xc1\x74\x49\xbd\xfc\xd9\xc6\x03\x20\xaf\x13\xde\x6c\xe3\x01\xb0\xce\x42\xc3\x92\x9e\xc1\xd1\x90\x08\xfc\x44\x93\x8d\xe7\xdb\x01\x18\x5b\x13\x4d\x23\xb5\x10\xc3\x11\x3e\x9f\x67\x16\xfb\xed\x02\xfa\xc1\xe5\x70\x88\x62\xf9\xaf\x6a\x98\x58\xe7\xc8\x7d\xba\xa9\xca\xad\x8f\x55\x28\xea\x63\xcb\xb2\xa3\xf3\x77\x01\x30\x19\xde\xa1\x5e\x1b\xc4\xda\x57\x73\xb0\x55\xec\x41\x6a\x6d\x51\x27\x13\xf6\x15\xe8\x71\x56\x69\xa1\x0d\x76\xb8\x76\xb4\xd9\x63\x86\x1c\xde\xb4\xf1\x67\x30\x3c\xdf\xc0\xb8\x82\xf7\x7a\x5b\x46\x8f\x0f\xc0\x1a\x4e\x8f\x8f\x4d\x68\xa6\x5c\x32\x7a\x10\x0d\xb4\x62\x09\xb0\x5e\xfd\x0f\x80\x4e\x7d\x40\xdc\x17\xfa\x0a\x2f\xaf\x38\xb9\xf9\xb4\x5b\x1b\x4a\x0f\xbb\xa7\x65\x98\x7d\xce\xaa\x64\x2d\x93\x59\x59\xf9\xaa\xac\x6a\x31\x3e\x1f\xb2\xc6\xec\xe5\xef\x5b\xfa\x15\xa3\xd8\x3f\xb4\x58\x9b\x43\xb5\x61\x31\xae\x35\x79\xa1\x9e\xec\xee\x4d\xe5\x43\xe4\x96\xcb\x11\x15\x09\x4b\x0b\xe5\x5e\xc1\x12\x3d\x6a\x80\x85\xee\x72\x7f\x7b\x6e\xee\xdd\x52\x69\x2b\xdf\x37\x0d\x77\xfb\x15\xc3\xdd\x7e\xd5\x70\xb7\xef\x1b\xee\x6e\xf5\xeb\x26\xba\xfd\xaa\x89\x6e\xbf\x66\xa2\xdb\xdf\x64\xa2\x6b\x53\xb7\x1a\xe3\xf6\xab\xc6\xb8\xfd\x12\xbf\x56\xb6\x40\xa7\xc6\x16\xe8\xed\x1a\xa3\x01\x90\x4c\x48\xae\xd4\x08\xf2\xaa\x17\x29\xab\xfc\x31\xd0\x72\xdc\x33\xdf\xc9\xaa\xd6\x42\xaf\xa9\x6f\x4a\xa4\x2c\x63\x29\xae\x96\x17\x0b\xc7\xe1\xd6\x8c\xd1\xdf\xd3\xd2\x28\x68\x3e\x38\x71\xd3\x69\xc3\xe3\x40\xa3\xa4\xd5\xed\x8a\x68\xab\x64\xa7\x62\xd3\x50\x11\xc0\x54\x72\xa3\x4d\x36\x8c\x02\x45\x56\x68\x62\x85\x3f\xed\x86\xcd\xd5\x52\x95\xe4\xeb\xe9\xf7\x39\x66\xef\x73\x4c\xcb\xd1\xe1\x46\xc6\xec\x8d\x2c\x69\xbb\x91\xb1\x35\xf7\x17\xf6\xbc\x1b\x19\x7b\xc2\x8d\xac\x70\x37\x32\xa6\x40\x58\x72\xcf\x7a\x60\x23\x15\xda\x74\x5f\x2a\x9e\x72\x5f\x6a\xb7\x0a\x66\x6b\x2e\x4c\x85\x92\xf0\x7c\xa6\xf8\x23\xc5\xdf\x3d\x66\x7f\xdf\xdf\x60\x7f\xef\x03\x8c\xfc\x6f\xde\xc6\xd6\xa6\xfe\xc7\x76\xb7\x1b\x6f\xf1\x6b\xf7\x7b\x39\x3d\x1f\x24\xb5\xeb\x54\xed\xf8\x9c\xe9\xd6\x8d\xbc\x11\xbf\xb1\x91\xd1\x90\x4d\xeb\xef\x5a\x1e\x4d\x16\x29\x84\xb4\xd3\xfe\x90\xbb\x7d\x54\xdd\xac\xdf\x35\x36\x36\x2f\x6b\x4c\x93\x77\x6c\xf8\xdc\x92\xe4\x87\x1c\x69\xfe\xd5\x27\xcd\x1f\xe9\x6a\x15\x7e\xa4\x6b\xa1\xa1\x12\x79\x85\xff\x48\xa3\x29\xa7\x13\x22\x67\x56\xc9\xcc\x47\x79\xea\x79\x99\x79\x5a\x1e\x90\x7b\x69\xeb\x9e\x06\xb0\x33\x28\x79\x3f\x9b\x4b\x1d\x45\xb6\x2c\x84\xb5\xc9\xa0\xd8\x0f\xe2\x20\x16\xb0\x90\x7e\xa1\xa4\xef\xb4\x7d\x3f\x79\xad\x06\x70\xf0\x80\x10\x42\x01\x8d\x6a\xb5\x0a\x8c\x3e\xac\xf2\xd2\x5c\x32\x2a\x2f\x99\xdc\x7f\x22\xe7\xee\xa5\x26\x80\xff\x6a\x9f\x70\x36\x26\xbf\xd0\xed\x6d\x5f\xe3\x52\xb3\xba\x70\x5f\x4a\x1d\x94\xcc\xf8\x1c\xaa\xe4\x20\xca\xf5\xfc\xe9\x94\xca\x2f\xb8\xa4\x93\xae\xf6\xa9\x63\x63\xcf\x13\xca\xe5\xb4\x46\x22\xdb\x41\x37\xd4\x45\x8f\x51\x00\x30\x5d\xea\xd3\x6f\xdf\x2d\x69\x19\x77\xbf\xf3\xaa\x2b\x7f\xd3\xc8\x5d\xc2\x3f\xd5\x61\x40\xff\x6d\xdc\xd6\x3c\xbd\x07\xa7\x73\x9a\x88\xd5\xaa\x25\x06\x85\xa7\x81\xdc\xde\x45\xa0\xe9\x53\x78\x90\x66\x8b\x50\x51\x19\x31\xeb\x42\x98\x8c\x3e\xc1\xae\xb8\x8b\xae\xe4\x6f\xe3\x19\x35\x29\x2a\x60\xb6\xd6\x00\x54\xbd\xbe\xa2\xfa\xd8\xcb\xf2\x31\x6d\x49\x39\x4f\xc4\xf4\xac\xfe\xa9\xbc\xa5\x77\x2c\x0b\x9d\x4b\x1c\xad\x9c\x13\xdc\xc3\xd7\xad\xc8\xa5\x39\x5e\xde\xe6\x8b\x6c\x5c\x18\x00\xa5\x49\x11\x9b\x46\xc8\x8a\xec\x53\xa9\x77\x2a\x34\x4a\x03\xe3\x66\xfa\x1c\x94\x04\x24\x53\x32\xbf\x30\xc3\xc6\xa8\x97\x66\xda\x92\xb2\xaa\x95\x73\xef\xab\xea\x03\x63\x02\x22\x2b\x50\xba\x1d\x77\xee\x8b\xb2\xca\x26\x36\x52\xaa\x3e\x18\x7e\x81\x7e\x65\xb2\xf7\xbe\xfc\x89\x82\xef\xea\x5d\x44\xbf\xce\x95\x11\xa1\x99\x09\xad\xf2\xc7\xc1\xeb\xf7\x3f\xc6\xdd\x19\x2b\x0a\x96\xdd\x75\x39\x9d\x04\x28\xb2\x8b\xb8\x1c\xe5\xb3\x99\xf3\xa0\xb5\xc3\x6b\x64\x68\x95\x0d\xa0\xdf\x5e\xd2\x49\x11\xba\xa9\x35\x93\x71\x91\x88\x69\xe5\xe0\x5e\x6a\x5c\x02\xeb\xd6\x07\xcb\xc6\x29\x09\x89\x96\x1a\xe4\x38\x21\xcd\x2e\xa8\xe9\x90\x7d\x60\xa6\x0f\x07\x42\x8e\x9b\xa0\xe3\xae\xc8\xbb\xaa\xd2\x6e\xd2\x95\x93\x89\xbb\xb7\x0b\xd1\x15\x53\xca\x69\x97\x15\xdd\x2c\xef\xea\xba\xbb\x8a\x23\xe8\x42\x00\x23\xdf\x19\x31\x43\x39\x49\xac\x48\x65\xa9\xa4\xe2\x45\x49\x12\xe0\xc1\x70\x4a\x60\x10\xd5\x15\xbf\xf0\x54\x9e\x4a\x8c\x95\xee\xe7\x60\x90\x28\x7b\x97\x68\xec\x49\x4b\x9f\xd4\x21\x1b\xfc\x33\xd8\x56\x2c\x60\x31\x48\x87\xb5\x25\x17\x87\xd5\x05\x0f\x12\xd7\x0c\x69\xb7\x78\x6f\x3c\x33\x1c\xc8\x57\x3a\x58\x42\xa0\x85\x02\x3a\x38\xa1\xcb\x2e\x87\x29\x53\x51\xd0\xbb\x0b\xe3\x3d\xa5\xda\xc5\xb1\x6e\x67\x5e\x6b\x43\x27\x87\x02\x40\xaa\x1d\x2e\x50\x6d\x0b\xea\x8d\xb0\x40\x65\x99\xe6\x9a\xb9\x80\xad\xfe\x26\xe7\x6a\xa6\x9d\xac\x4f\xb4\x4c\x5f\xb5\x6d\x74\xf3\x14\xa6\xf9\x5d\x77\x92\x73\x3d\x99\x5d\x3b\xf0\x6a\x5a\xb3\x1c\xa6\xaf\x4b\xbf\xb2\x42\x40\x3a\x31\x4d\x84\x4b\x15\x20\xcc\xc9\x60\xb8\x67\x85\x6b\xa2\xd7\xfb\x89\x86\x02\xed\x29\xf0\x0a\xff\x38\x50\xd8\x86\x86\x66\xfc\xf6\xdd\x52\x68\xcd\x83\xf2\x41\x1c\xc8\x17\xf0\x6b\xf8\x5b\x87\x9b\x28\x75\x58\x10\x93\x4c\xa9\x48\x79\xb4\xc8\x94\x15\xab\xd0\x81\x5f\xbd\x14\x66\x54\x18\x19\x70\x45\x51\x83\x28\x40\x7e\xf3\xf6\x90\xf1\x50\xdb\x32\x2d\xea\xf5\x82\x1d\x91\xcf\x77\x52\x7a\xaf\x02\x3d\xab\x82\xf7\x43\x56\xaf\xca\x6b\x0c\x8a\xdd\x6f\xc3\x08\x30\x88\x46\x08\xb4\x84\xbc\x72\x47\x08\x27\x41\x37\xc0\x19\xf9\xfe\xff\x27\xf0\xbf\xb5\xd6\x5b\xee\xd3\x52\x9e\x2e\xbf\x99\x90\xeb\xa5\x3e\x02\x82\xff\xc9\x02\x70\x3c\x85\x33\x90\x4d\xc2\xbe\x41\xb2\x81\x2d\x1c\x15\xec\x1b\x85\xf8\xf9\x7b\x5b\xde\x5b\x56\x1c\xcf\xe6\xe2\x21\x44\x7b\xc8\x7b\x0b\x20\x04\xa5\x21\x8d\x4b\xff\x8b\x0e\x9d\xa1\x88\xda\xb2\x91\xc7\x51\x41\x5f\x8b\xbc\x86\x48\x34\x08\x9d\xda\xf1\xa5\x4f\xc1\xeb\xee\xcb\xaa\x32\x4d\x29\x70\x06\xa7\xce\xbf\xe4\xc2\xb1\x10\x35\x40\x47\x55\xf0\x82\x0c\x99\xb3\x46\xdf\x47\x4c\xf3\x38\xea\x30\x95\x50\x6e\x24\x88\xb1\xa3\xa6\x84\x30\xad\x50\xb7\xa4\x52\xa7\x28\x7d\x42\x6a\xd9\xaa\xc1\xb0\x19\x95\x91\x6b\x93\xf9\x4c\x1b\x65\xa3\x4e\xb6\x2f\xbc\x10\xb2\xba\x20\xb9\xd1\xcc\xe5\x67\x47\xb6\x2b\x0e\xb6\x79\xc4\xc6\x38\x43\x28\xa6\xd1\x98\xa6\x14\xcc\x4a\x21\xda\xa2\x9f\xa7\x3e\x22\xa6\x4f\x02\xe9\xbb\x83\xb2\xce\x37\x06\x47\xb9\xbb\x21\x24\xea\x44\x2d\x4a\xc2\x4d\xec\x5e\x5d\xb0\x3d\xf9\xb8\x0d\xdf\xab\xbf\xbc\x86\xb3\x4c\xbe\x1f\x91\xc6\x81\x62\x43\x95\x2e\xd9\x38\xa6\xb8\xad\x76\xab\x04\xf4\x5a\x61\xef\x29\x29\xd6\xc7\xfd\x02\x8f\xe4\x6c\x73\x9a\xc5\xa3\xb2\xac\x37\x8a\xd6\x3c\xed\x2a\x4c\x34\xa8\xf9\x5a\x6f\xaa\x40\x6c\x38\xe5\x91\x83\x9d\x54\x70\x30\x65\xb5\x6f\x3e\xd4\xb6\x5b\xab\x54\x1f\xe3\xb5\x25\xaa\x5e\x06\x4e\xdd\x0e\xcb\xc6\x18\x10\x98\x9d\x6d\x31\x8a\xf1\xc4\x04\x7c\x88\x45\x64\x7f\x87\x08\xa7\x89\x7d\x6d\x7e\x86\xc8\xde\xfa\x85\x68\x67\x7a\x7d\x6b\x43\x18\xd8\x6b\x6b\x14\x0d\x74\x19\x44\x4c\xc9\x6d\xea\xa3\xaf\xb7\x19\x4e\x7b\xc6\xab\xa6\x98\xa7\x19\x50\x83\xb1\xbc\x48\xee\xde\xe4\xdc\x78\x40\xd0\x9a\x67\xc4\x05\xcf\xbf\x42\x94\x04\x00\x64\x80\x58\x98\x37\xa3\x3c\x13\x34\x13\xfa\x96\x05\xba\xae\xb1\x96\x82\x5a\xac\x0e\xdb\x12\x30\xf5\xa7\x5f\xba\x1c\xac\x1f\x1f\xb3\x8e\xd4\x23\xc6\x37\x8e\x98\x77\xcd\xca\xfc\xe2\x68\xd7\x2c\xcb\x7c\xd2\xe5\x62\xbf\x06\xe8\x2b\x08\xb5\x37\xa0\xd5\xca\xe0\x44\x58\xc8\x09\xe1\x5b\x4c\x6d\x35\xd0\xdc\xac\xad\x81\x25\xf4\x55\x13\x05\x8a\x56\x2b\x3d\x66\xc7\xb3\x5b\xca\xe1\xad\x1c\x9f\xfd\x42\x44\x13\x9e\xcf\x4e\x24\x07\xa3\x45\x81\x71\x12\xbd\x3d\xb8\xba\x39\x3b\xb8\x3e\xf9\x70\x7c\x73\xf5\xeb\xbb\xd7\xe7\xa7\xbd\xde\x54\x76\x66\x7f\xa4\x92\xcb\x54\x63\xe1\xe5\x7f\xa3\x28\x92\x29\xa1\xa5\xd4\x32\xa4\x6a\x88\x50\x5c\xc7\x32\xae\xf9\xb9\xd0\xaa\x09\xc5\x9a\x0e\xed\xe7\xae\x29\xed\x5d\x4b\x5c\x82\x0d\x3d\x5a\xd4\x7b\x94\xb7\xf6\x08\x36\xb3\xc3\x4e\x61\xed\x6b\x40\x47\x3d\x34\x76\xdc\xda\xc8\x82\xf4\x4b\x7b\xf8\x2d\x2d\x10\xd3\x8c\xce\xf2\xca\xf9\xd5\xa5\x65\x46\xbf\x0a\x6d\xab\xac\x8a\x8a\xa9\x85\x8b\xaf\x78\x98\xbd\x72\x30\x53\x76\xee\xb9\x77\x71\xd4\x54\x5a\x43\xb9\x99\xaa\x9c\xfd\x53\xa5\x7d\xdb\xdb\x26\x9a\x25\xc7\x32\x69\x9c\x59\xea\x90\x0b\x67\x82\xd6\xe8\xb2\x92\x09\x1a\x1d\xae\xb9\x13\xc9\xf1\x27\xb4\x2c\x40\x22\xd8\xd5\x63\xeb\xe4\xc0\xc6\x4e\x06\x0c\xec\x65\x0e\x3b\xba\x5e\x8e\xea\xe0\x6f\x38\x01\x29\x79\x25\x0c\xa7\x60\xbc\xd2\x64\x8d\x42\x93\x98\xea\x00\xbb\x06\x0e\xe8\xd0\x74\x31\xf9\xdf\xd8\xc5\x66\x9b\x6a\xa1\xe1\x5d\xf9\xd8\x11\x9c\x62\x7d\x0b\x3d\x33\xf1\x6a\x1b\x3f\xd1\x87\xa2\x42\xbe\x0b\x22\xfc\x06\xfb\x5b\x53\x8f\xaf\xb6\x88\x94\x39\x25\xbf\x64\x56\x20\x04\xbc\x93\x4c\x5e\x03\xa3\xc5\x5a\x89\x92\xc1\x10\x33\xd2\xdf\x63\x2f\x39\x98\x5b\xda\x7b\x9b\x18\xb0\x61\x27\x27\x74\x90\x0c\x15\x21\x66\x85\x0d\x13\x15\x22\xe5\xba\x58\xf5\xcd\x83\x17\x8a\xea\x2b\x2f\x29\x84\xab\x3b\x3f\x47\x2d\x1e\x7d\x95\x5c\x39\x0e\x06\xc3\x00\x21\x84\x33\xb5\x34\x72\x6b\xa7\x69\x27\x44\x32\x6c\x4f\x58\x70\x70\x73\xc0\x19\xe9\x63\x46\xb6\x76\x9b\xcb\xcf\xb7\x71\xc8\xd1\x32\x64\x84\xad\x56\x75\x53\xee\x57\xe4\x7b\x30\x8c\xd5\x6d\xc1\x36\x2a\x1c\xce\xb6\xb7\x4b\xa4\x00\xc7\xb2\x7d\x39\xa4\x31\xdb\xf7\x9a\xc8\x95\xa7\x49\x2e\x24\x6f\xb6\x6e\x39\xab\xc9\x95\xeb\xb9\x49\x50\xec\x4a\xf0\x96\x7b\xda\xb2\x82\xd4\xf9\x25\x94\xcd\xab\x59\x35\x9c\x16\x8b\xd4\x7a\x0e\x7b\xb4\xac\xb6\xec\xb5\xe5\xe5\x40\x59\xdf\x46\xe6\x3a\x35\x0c\x21\x6a\x48\xa4\x48\x1a\x5e\x8e\xf3\x0c\x2c\x53\x6d\x50\x3b\xdd\xe3\x4a\x7f\xdb\xe8\xa4\x47\x13\x4d\x13\x63\x8a\x55\xeb\x62\xe1\xc8\x23\xf7\x1d\x70\x65\x6d\x0d\x02\x99\xd5\x09\x24\xe6\x08\xb3\x1a\x89\xc4\x7c\x2d\x91\xf4\x87\x85\xda\x8e\x29\xca\x99\x29\xca\xc9\x2c\xe5\x5c\xb8\x4d\x9b\x8a\x65\xcb\xec\x69\x1b\x78\x37\x6d\x3e\xea\x8f\x29\x65\xf4\xc4\x52\x06\xbb\x6d\xf3\x6f\x3e\xf6\x7d\xe1\xef\x58\x6c\x0e\x7f\x6c\x16\xb7\xcb\x31\x7d\x24\x47\x63\xea\x5d\xd6\x89\xa8\x90\xba\x0a\xd3\xb6\xdf\xba\xfb\x0d\xcf\xe7\x22\xc3\x50\x1c\x68\xa6\x2e\x40\x08\x1b\xc0\x5a\xdf\x97\x32\x90\x64\x65\x21\xa6\x0f\x72\xd7\xc7\xc0\x07\x6a\x72\xf1\xcc\x7a\x80\x6e\x60\x05\x31\xa7\xc9\x69\xec\x22\x2b\x94\x50\x8e\xd3\x56\x3f\x1c\xb1\xb1\x8a\x22\xa7\x50\xe1\x2a\x21\x89\x69\x56\x2c\xb8\x55\x38\x84\x48\x9b\x93\x15\x54\x5c\xe9\x60\xc5\x5a\x44\x87\xec\x75\x1c\xdc\x29\x4c\x28\x63\x54\x8f\x65\x2c\x00\x6e\x7a\x5d\x29\x74\x8c\xc0\x60\xa5\x5e\x86\xf6\x65\xd7\x65\xc8\x12\xb4\xe8\x76\xde\xce\xc1\x00\x16\x0d\xa1\x9b\xec\xf0\x20\xdd\x4d\x4d\xab\x04\xb7\x63\xaa\x6c\x38\xba\xb5\x6f\x4a\x48\xb0\x16\xd7\xc7\xdf\x6d\xf5\x62\x3b\x62\xca\xf3\x2f\x40\xb7\x8f\x39\xcf\x79\x18\x1c\x26\xd9\x3f\x44\x37\x19\x8d\x28\x40\x22\xdc\x2e\xee\x8c\x10\x4f\x70\x4a\xbb\xf9\x42\x14\x6c\x4c\xbb\x92\x3b\x9e\x02\xcf\x2d\xef\x58\x39\xef\x86\xcd\x9a\xbb\x93\x34\xb9\xeb\xb2\xa2\x6b\x60\x2b\x51\x80\xac\x3c\x79\xfd\x00\x28\xb7\xb8\x9a\x52\x4d\x67\x73\x02\xd3\x67\xe6\x37\xf9\xcc\xc6\x9f\xad\x23\xd3\x22\x97\x0b\x92\x4c\x8c\x8a\x38\x3f\xd1\xbb\x8e\x64\xfa\xd5\x9d\x5a\xa0\x24\x8b\x6e\xf4\x4f\xf7\x1e\x9c\x06\xe5\x2f\x0b\x4a\xa9\x5f\x15\xd4\xca\x90\x05\x4f\x60\x36\xe7\x20\x36\x51\x67\x83\xaf\xb5\x24\x02\x37\x42\x63\x4a\xaa\x6b\x42\x92\x80\x8e\xe7\x57\xeb\x3b\x11\x4c\xf2\xfc\x36\xe1\xf1\x6d\xf2\x4d\x6e\x2e\xf3\x08\xe2\x36\xe4\x94\x49\x6f\x72\xfe\xfe\xf2\x94\xfc\x4a\x41\xea\xda\x65\x93\xb0\x01\x96\xf7\xfe\xf2\x14\x7d\xa6\xe4\xfd\xe5\x29\x6e\xe4\xfb\x99\x5a\xfb\xec\x60\x91\xa9\x38\x87\x63\x97\x55\xdd\xcb\x57\xab\x96\x4b\x94\xfa\x14\xe9\x98\x41\xa8\xb9\xe0\xf2\x45\x3a\xee\x66\xb9\xe8\x4e\x58\x36\xee\x82\x05\x8c\x6c\x4a\x77\x9e\x70\xb8\xa7\xcf\xe8\x68\x9a\x64\xac\x98\x81\xf0\x51\x7e\xb9\x4a\x32\x26\x74\x18\xc6\x00\x75\x3e\x53\x52\xad\x24\x0c\x16\x3c\x05\x75\x70\xa3\x17\x65\xa9\x35\x2c\xd5\x2f\x95\x5b\x82\x17\xec\x5b\xce\xde\x91\x5c\x4a\x87\x92\x42\x7e\xf5\x09\xf5\xc7\x29\x4b\xa9\xde\x1b\x2c\xbb\x8b\xff\x27\xfb\x9f\x4c\x6b\x9b\xda\xf5\xc2\xeb\x04\xb9\xbe\xbe\xa2\x59\x9f\x0f\xe1\xa0\xa4\xd0\x9d\xca\x55\x77\x11\xa9\x05\xca\xf2\xec\x44\xd0\x99\x35\x8c\xdb\xcf\x88\x13\xbd\xc6\xb5\x2c\x86\xc0\xda\xd4\xbd\x5e\x98\x11\xa7\xce\x43\x78\x43\x3f\x6a\xfa\x86\x4c\xf2\x15\x79\x06\xc0\xcb\x8a\xa2\xbe\xf6\x55\x46\xaa\x0c\xb3\x7d\x2b\xe9\x0e\x2b\xca\x0f\x95\xd0\xed\x53\xd9\xe5\x7b\xf1\x27\x30\xe6\x9a\xa6\x2a\x7f\x06\x4d\x6e\xb3\x8e\xbb\x89\x1b\xe7\x00\x19\xc4\x5a\xaf\x92\x68\x4d\x4c\x61\x77\xbe\xdf\x6e\xc8\xec\x1a\x07\x63\xf5\xa0\x14\xe5\x5a\x71\xd8\x0e\x56\x67\xdc\x35\x97\x63\x9a\xd2\xbb\x44\x50\x00\xc3\xc6\x05\xf1\xed\xb6\x53\xa2\x14\x27\x63\xbc\x20\xcb\x12\x4f\x09\x25\xaf\x52\x2d\xa3\x91\x87\xba\xa4\x45\x95\x0b\xff\xc5\xe5\xf9\xbf\x7e\x45\xda\x36\x76\x79\x67\x42\x31\xb0\x49\x98\x82\x66\x45\x20\x23\xe5\x4c\x35\x5c\x85\x13\x33\x55\xf9\x06\x6d\xba\xe6\x1c\x6a\x41\x72\x43\x48\x16\x1d\xbe\xbf\xba\x3e\x7f\x77\x73\x7d\xf0\xe3\xcd\x9b\xf3\x4b\x73\xa6\x4d\x4b\x3c\x4d\x8a\x58\x1f\xf0\xa6\x36\x9c\x7f\xc9\x7e\xa6\x0f\x05\x04\x87\x48\xb5\x53\x64\xd5\x95\xed\x88\x16\x23\xce\xe6\x22\xe7\x90\x28\xac\x45\x63\x1d\xe5\xd9\x84\xdd\x2d\xcc\x73\x89\xca\x4e\x1f\x2f\x60\x7c\x81\xbd\x0a\x17\x78\xa2\x20\x86\xbb\xed\x91\x5f\x17\xb8\xde\x64\xbc\xac\x16\xba\x8b\xfd\x2a\x77\x75\x28\xab\x69\x89\xb0\x6e\x71\xc5\x4e\x76\x5d\x2d\xb4\x1e\x47\xb6\xd6\x72\xac\xf4\xe8\xea\x0e\x91\x56\xe3\x98\x36\x46\x5f\x68\xc3\x41\x3b\xfa\xa5\x64\x67\x18\xd1\xea\xb9\x85\x17\x59\x2f\x2e\x7c\xdf\x17\x93\xbe\xa3\xac\x90\x73\x4d\x22\x1c\x72\x69\xdd\x93\x45\x79\x34\x60\x86\xf0\x0c\x06\xf5\x46\x84\x39\x9e\xe3\x02\x53\xbc\x78\x82\xe5\xcd\x63\xae\x0a\xb3\x3f\xec\xaa\x30\x7f\xae\xab\xc2\xec\xe9\xae\x0a\x33\x70\x55\x98\x3d\x09\xb8\x0c\x2c\x1c\x1f\x33\x39\xed\x68\x1f\x45\xbb\x99\x39\xf6\xbd\x18\xa0\x97\x4c\x79\x1c\x49\x82\x08\x2b\x57\x6e\x78\xda\x11\x66\x4e\x73\x7f\x4e\x59\xdb\x9c\xe2\x5b\x79\x3d\xee\xf5\xb8\xae\xd7\x4d\x6a\xa6\xed\x2a\xab\x46\xc0\xb6\x31\x0d\xcb\xe2\x3b\x01\xf1\xcc\x44\x64\xf3\xb8\xb2\x78\x8b\x85\xe6\xda\x92\x7c\x5f\x27\x17\xe6\x5a\x80\x9c\x1a\x08\x66\x89\x5c\x4d\xef\x6b\xad\xe6\x0a\xb0\xcf\x1d\xe7\x9b\x1b\x2d\x22\x2f\xb5\xca\xeb\xfb\x99\xd0\xec\x3e\x16\xb8\x7d\x02\x3c\xd5\xc6\x46\xf4\x2d\xee\x57\x91\x21\x6d\xa8\xbd\xce\x7c\xb4\xc5\x63\xb1\xd2\x83\x2a\x76\x61\xc5\x26\xe3\x5e\xe0\xe5\x13\xf0\x51\x57\x2b\xbe\xf6\xa0\x69\xb7\x21\xaf\x54\x39\x8e\x58\x01\xa1\xaa\xaf\xc1\xe1\x1d\x70\x95\x9a\xd8\x85\x40\x6b\xda\x0d\xe2\xff\xd8\xae\x58\x67\xef\xfb\x97\x97\xdc\x6e\x90\xf9\x7c\x47\x5b\x63\xe3\x73\xd3\xb8\x89\x54\x60\xe7\xcc\xc4\x3e\x09\x73\xce\xc3\xd8\xa9\x6e\x7b\xc2\x70\xcb\x9e\xa9\x31\x14\x63\x4b\xd7\x4a\xa5\xf3\x79\x14\xd8\xcd\x02\xc5\x7b\xa4\x1e\xd9\x3b\xd6\x97\xd6\x9e\x3d\xd9\x3a\xd7\xf6\x9c\xd7\xac\x75\x6b\x16\xba\x0f\xe2\x79\x16\xba\x99\xb7\x5f\xad\x38\xe9\xb8\xa5\xad\xba\xa5\xa6\x9e\xaa\x21\x70\xa3\x7c\xe3\x29\x6e\x8b\xfc\x2a\x2a\x6c\xd8\x06\x7b\x5f\x2d\x14\x58\x6f\xeb\x6b\xdc\xd0\xc5\x23\xc0\xa4\xa2\xba\xc2\xe4\xf9\x70\xfe\x67\x58\xe8\xbf\x09\xa6\x79\xf7\xaf\x87\x69\x06\x14\x99\x35\x1c\xf0\xfa\x61\x6d\xd3\x43\x3f\x61\x60\xd7\x22\xbe\x9e\x8b\xb2\xc1\x6e\xab\x05\x99\xb9\xf5\xc7\xb4\xc0\x7f\x3d\x10\xb3\x72\xf7\x58\x56\x10\x9f\x4b\x27\x1d\xdf\xc8\xfb\xe4\xeb\x78\x9f\x6c\x03\xdb\xa3\x04\x60\xae\x81\x1b\x18\x9e\x5c\x31\x3c\xf9\x33\xc1\x78\x73\x54\x22\x9c\x97\x3e\x0e\xba\x39\x4a\x3d\x70\xad\xb3\xf7\xa7\xa7\x1e\xae\xd6\x5f\x87\x8d\xfb\x87\x21\x48\xff\xc8\x09\xf5\x3c\xcf\x94\x27\xb3\x83\x4f\x85\x94\xfd\x43\x67\xdf\xf3\xda\x6c\xce\xae\xeb\x75\x52\x34\x9f\xba\x3b\x6b\xcb\x2a\xdd\xbe\x02\xf0\xe3\x2e\xd0\xd3\xaa\xa9\xa3\xa2\x5c\xef\x84\xbc\x79\xd2\x9a\x93\x7d\x1f\xe1\x83\x35\x1f\x3c\xe0\x22\xbb\xc3\x3d\xf6\xd6\xdb\xe3\x2e\x52\x35\x18\xa5\x41\x6e\x8b\x4a\x15\xb8\xc0\xda\x71\xe0\x87\x5c\xf6\x00\x90\xd6\x95\x0f\x2a\x99\x4a\x71\x1e\x2e\x1a\xce\x08\x1f\x70\x07\x75\x86\x99\x4a\xbc\x8b\x6a\xc0\x94\x80\x26\xc6\xf6\xeb\x58\x60\x19\x8a\x99\x42\x69\x60\x06\x03\x8c\xa1\x38\x08\xf4\x79\xf3\xe9\xff\x60\x4b\x93\xaa\xfd\xc1\xfe\x26\xfd\x40\x6d\xeb\xfa\x8c\xe5\x26\x33\x13\xfa\xb8\x79\x09\x40\x05\xc1\xda\x91\x77\x6a\x1d\x83\xa4\x55\x66\x49\x6d\xa0\x15\x68\x6e\x10\xc4\x16\x73\xcd\x2d\xb2\xdf\x1f\x59\x64\x5d\x7b\x91\x06\xa3\xc0\x4b\x61\xcc\xfb\x02\xcf\x8b\xeb\x48\xd8\xb1\xf3\xad\x31\x28\x34\xf6\x4c\x10\xf9\xdd\x55\x79\xf2\xf8\xba\x6b\x84\xe4\xb0\x86\xa2\x03\x0a\x08\x52\x43\x22\x9c\x25\x57\x13\x17\x2b\xf7\x70\xb1\x18\xd2\x91\x06\x19\x84\x18\xcc\x07\x89\x8f\x8b\x95\x18\x7b\x81\x75\xb8\x5f\xfb\xf0\x37\x94\x95\xca\x9a\x73\x14\x6b\xa1\xf5\x99\xc0\xee\xa5\xa7\x3a\x3b\x7d\xfa\xb6\x92\x07\x68\x6d\x5d\x71\x64\x0d\x04\x5b\x77\x95\xd3\x68\x71\x6c\xb7\x8f\x65\x56\xdf\x88\xe7\x01\xeb\x1a\x16\xee\x54\x60\x70\xe1\x54\xbc\x61\xbe\xe0\x23\xe7\x9c\x4c\x5a\x88\x97\x35\xcf\x5d\x9f\x6a\xf7\x51\xa0\x38\xcf\xfd\xab\x56\xe5\x86\xf1\x71\x62\x38\xdd\xfb\x66\x53\x2c\x94\xcc\x9e\x17\x35\x1f\x73\xb0\x95\xf0\x3c\x0f\xab\x42\xc9\x1a\x22\x89\x4b\xf7\xfe\xf1\xe9\xc4\x99\x99\x2c\x43\x0c\xbf\xaf\x10\xc1\x89\x08\x2d\x25\x41\xfb\x16\x9d\x38\xb6\xd6\xbc\x6c\x9f\xd5\x5e\xba\xfa\x5f\x3f\xbd\xfe\xef\x91\x23\xc6\xeb\xeb\x77\x70\x4e\x8d\xa6\xc4\xb6\x19\xae\xfe\xb7\x6b\x09\x84\x5c\x4b\x79\x0a\x2a\x01\xb9\x3d\x84\x83\xf0\xb1\x99\x3f\xb4\x65\xe6\x1a\x3f\xa6\x2e\x5b\x38\x8e\xbc\x80\x64\x61\xfd\xde\x6f\xdb\x8a\x8c\x79\xd5\x67\xf1\xd7\xa2\x24\x4a\xda\x0b\x7b\xbd\x0d\x8b\xf0\x8a\x0e\xff\x02\xe8\x44\x20\x88\x1f\x05\x19\x04\x09\xc4\x46\x07\xab\xec\x00\x07\x33\x2a\x92\x00\x07\x23\xc1\xd3\x60\x88\xbf\x13\xe4\xc5\xff\x0d\xb1\xa9\x57\xb3\x7c\x51\xd0\x95\xc8\x17\xa3\xe9\x0b\xb8\x1e\xfc\x28\xc8\xd2\x70\xb4\x74\x7c\xa0\x94\xbf\x71\x11\xa9\x5f\x3a\xba\x4d\xd4\x48\x81\xcd\x9b\x03\x5f\x25\xb7\x54\x2a\x8c\x93\x71\x85\xe2\x3f\x5a\xd8\x40\x00\xb6\x5c\x89\x1d\x26\xf8\xa6\x62\x95\xe9\xf0\x93\x8a\xb5\x3c\xd9\xaf\x6b\xe4\x09\x10\x31\xb3\xc0\xa9\x51\xb7\x68\x0c\x7a\x3d\x95\xa6\x5e\x2b\x55\x80\xe7\x33\xc9\xc6\x71\xff\xcd\x81\xe7\x22\x6b\x45\x0c\x06\xc8\xde\xad\x54\x92\xeb\xe5\x32\x9b\xa7\x6c\xc4\xc4\xb5\x02\x12\x4a\xf4\xcd\x3e\x9f\x11\x1d\xf5\xdb\xc6\x06\x27\x46\x87\x7a\x6c\xde\xf8\xac\x48\xfa\x04\x94\xf9\x1f\x45\xd4\x18\x55\xd0\xf5\xc1\xe2\xf2\x8a\xad\x2c\x32\xdb\x09\x05\xaa\x93\x67\x81\x3d\x37\x56\x2b\x1d\xe6\x5c\xe6\x3f\xb0\xdd\xaf\xe0\x4a\xba\xc3\xb2\x36\x48\xce\x5c\x0c\x62\x48\xb6\x7f\x85\x88\x92\x54\x2e\x8a\xda\xf7\x81\x18\xd6\xd1\xd7\x95\x5e\x12\xc6\xd1\x98\xeb\x54\x06\x37\xa6\x4e\xd4\x5b\x8f\xdd\x2d\x14\xa6\x90\x8e\x0f\x8f\xf6\x85\xea\xac\x79\xb6\xb4\xcc\x1e\x00\xa5\x0a\xad\xc5\xab\xcb\xf2\x4c\x39\xb6\xb8\x6a\x5c\x48\x5b\xb5\x4f\x03\x1d\xfc\x36\x90\xe4\x54\xbf\xaa\x86\xad\x0d\x10\xce\xcd\x97\x24\x4d\xf3\x2f\x74\xfc\x33\x7d\x90\x19\x12\xbb\x02\x4c\x27\x71\x4a\x00\xcb\x39\xab\xb3\xc7\x55\xa8\x2b\xeb\x55\xa4\x7e\x7f\x27\x22\x41\x0b\x11\x2a\xd7\x43\x63\xeb\xda\x1e\xb9\xb7\x23\x48\x10\x94\x2a\xa4\x80\xc1\x81\x49\xb2\x87\x00\xbd\x22\x7d\x17\xd5\xd7\x41\xb6\xf7\xf7\xf8\xcb\x8f\x16\x11\x93\xab\xb0\xcb\x74\xf0\x51\x0c\xf8\x70\x3b\xf8\x99\x3e\x04\x43\x0d\x2c\xe3\x0a\x84\x8f\xc8\xc5\xd5\x35\xc5\x96\x21\xc5\xd6\xa6\x1e\xad\x56\x0a\xb7\xda\x1e\x23\xad\x11\x7f\xd3\xd5\xaa\x2d\xd8\x6f\x2d\x7a\xa2\xcf\x8b\xd7\x56\x2e\xe6\x44\xc9\x6c\x29\xd6\x60\xa6\x89\x96\x0e\xc8\xcb\x6e\xa7\xcd\x06\x1a\x38\xb9\xb6\x0f\xfb\x1a\x00\x8f\x00\xc6\x39\xcd\xc6\xfb\x7f\x00\xe8\x94\x9b\x90\x42\xb2\x80\x28\x99\xcf\xd3\x87\x30\xc1\x03\x60\x10\xe9\x10\x95\x28\xfe\x13\x85\xca\x5d\x64\x8a\x84\xb8\xe6\x7f\xa2\x30\x51\x29\xe9\xcf\x14\x24\x07\x54\x17\xa6\x6c\x8e\x4a\x84\x53\xcb\x87\xfe\x2c\x96\x75\x68\x38\x63\xef\x59\xe0\x14\xb7\xe9\xe2\x46\x58\x24\x77\xf1\xb8\xf4\xb5\xb8\x92\xff\x1b\x19\x03\xc9\x5d\x88\x0e\x4e\x46\x9a\xe7\x09\x53\xf5\x73\x17\x21\x80\xe7\x2d\x48\xaa\x8c\x3b\x52\x1f\x35\xa8\x53\x10\xa7\x05\x32\x5b\x60\x4a\x06\x43\x3c\x21\xdf\xef\x4d\x5e\x9a\xd2\xf7\x26\xdb\xdb\x68\xaa\x6c\x2e\xa1\xd8\x89\xf6\xab\x9f\xab\x8b\xdf\x62\xc1\xc6\xf2\x5a\xa9\x34\x7d\xbf\x8a\x90\x82\xa6\x6f\x8a\x17\x78\x84\x73\xcc\xf0\xd8\x92\xb8\x59\x69\xb1\xcd\xb5\x56\x23\x9f\xc5\xc2\xc8\x16\x63\x8e\xed\xe9\x08\x0c\xd0\x8f\x22\x6a\x1c\xa2\xb8\x06\xbe\xce\x71\x20\x6f\xb7\x3b\xd5\xa9\x08\x82\x27\x25\xdc\x09\xb6\x33\x9c\xd5\xa1\x65\xd6\x30\x93\x92\x71\x94\xc3\x09\x68\x06\xfe\xf1\x69\xf7\x38\xa6\xde\x71\x47\x6b\x67\x9d\xa7\x58\xb1\x9c\xb5\xe6\xac\xd6\x22\x89\xe8\x38\xa3\x4f\x15\xb3\x9b\xe8\x92\x1b\xa5\xec\x5a\xbc\x5d\x49\xab\x69\x7e\x4c\x7d\xc9\x79\x55\x98\x93\xed\xff\x4b\xc4\xff\xb6\x76\x95\x3f\x6d\x6a\x53\x8d\xf5\xb0\x2d\x30\xf2\x21\x5d\x75\x1b\x2a\x87\xd8\x2c\xba\x78\x42\x28\x1a\xa3\xb1\xb0\xa1\x36\x79\x85\x3f\x06\x36\xf3\x5f\x9e\x20\xb9\x69\x3f\xe1\x74\x6d\x19\xae\x0e\x93\x0e\xa2\xe2\x8b\x58\x13\x22\x6c\x07\x75\xa3\x6d\xcd\xcc\xa3\xff\x3e\x37\xff\x13\xf8\x40\xe3\x04\xe7\x6b\x20\x9b\xe4\x76\xe7\x35\xa5\x9b\x93\xd3\x70\x2c\x74\x18\x85\xda\x6e\x32\xfb\xc8\x22\x22\x79\x1d\x31\x83\x1e\x33\x28\x3d\x97\x0b\x7b\x59\x01\x47\x48\x34\x06\x1d\xdc\x8b\x92\x48\xdb\xf4\x1d\x2c\x44\xee\x4c\xce\x41\x48\x93\x09\xf9\xac\x8e\xa2\xcc\xc0\x7b\x79\x9d\x16\xce\xbe\x03\xf9\xb1\x05\xd4\xc4\x3e\x23\x33\xde\xda\x85\x8b\x6a\x45\x30\x94\xe3\x02\x95\xb5\x1d\xab\x87\xcd\x53\xd3\xda\xee\x66\xd0\x5d\xd6\xec\x6e\x5e\xaa\x18\x23\xd0\xdd\xfc\x89\xdd\x35\x4a\x72\xdb\xe0\xcc\x59\x53\xf8\x7d\x4d\x1a\x7d\xdd\x98\xb3\xb5\xa3\x0c\x27\xa8\xdc\x48\x1e\xf0\xbf\x5b\xd6\x71\x35\x16\x69\x5d\xc2\x5e\x13\x9b\x9b\x05\xe4\x02\x8f\xa2\x65\xbd\xca\x6a\x81\x25\xa6\x1c\x84\x56\x58\x70\xa2\xb8\x11\xc1\x1f\x14\x47\x82\xc5\x5a\x10\x8c\x31\xbb\x07\x3f\xe2\xbe\xe3\x58\x93\xf1\x18\xc8\xe3\xa9\xdc\xcc\x19\xe5\xa1\x66\xc6\x61\x1b\xf3\xed\x6d\xbc\xcc\x95\x5a\xa8\x44\xb8\x45\x02\x05\x79\xf7\x15\x83\x0e\xbf\x4d\x7e\x14\x87\x4d\x30\x0e\x95\x00\xfe\x05\x08\x45\x2c\x63\xa2\x92\x09\x6f\xf5\x21\xd6\x95\x90\x0b\x61\x9e\x88\xd1\x54\x7d\xa6\xad\xaf\x24\x03\xc8\x35\x48\x44\xe6\x99\xda\x97\x28\x34\xe6\xc1\x9c\xaf\xd5\x37\x16\xd3\x7c\x91\x6a\x09\xbe\x01\x25\xb7\x76\xc3\x15\x02\xda\xa2\x01\x96\x04\x12\xac\xa8\xf4\x84\xbd\xe1\xf9\x4c\x5f\x5a\xd4\x1c\x58\x95\x3d\x90\x44\x35\x86\x1c\xcf\x93\xa2\x60\xf7\x92\x10\x68\xd2\x05\xb4\x4c\x8b\x76\x2c\xf7\x6d\xdc\x90\x73\x65\x31\x68\x7f\xdb\xb3\xa3\xda\x72\x84\x33\x93\x43\x97\x6f\x32\xe9\x47\x43\xd5\x1b\xf9\x98\xc9\xa7\x5b\x63\xf2\xe9\x47\x73\xdf\x6c\xe4\xe3\xab\x55\xb6\x5a\xb1\x7d\xcd\xfc\xe6\x73\xb8\x1d\x93\x4d\xbd\x8c\x2b\x29\x95\x30\xa7\xa3\x14\x70\xa2\x21\xbd\xb3\x43\x91\x9b\x06\xda\x03\xdd\x34\xd1\x9d\xf0\x79\x7b\x23\x35\x08\x52\xbd\xf0\x5d\x84\x0b\x92\xd8\x0a\x0a\x53\xc1\xa2\xa0\xfc\x82\xe7\xf7\x6c\x4c\xc7\xc6\x40\xd0\xd4\xd5\xf6\xcd\x5c\xac\x5b\xab\x95\x17\x2a\x79\x39\xe1\xbd\x1e\x5f\xad\xb6\x76\xad\xa7\xb5\x9f\x5a\x32\x8b\x29\x52\x58\x06\x7a\xd4\x75\xd1\xf6\xde\xe5\x05\x79\x96\x45\xf5\x7a\x1a\x7b\x0a\xe7\x78\x81\x29\xc2\x85\x36\x4e\xe6\x10\x74\xd6\xb9\x61\xdb\x92\xb4\x8a\x27\xe3\xa4\x8f\x19\xf7\x51\x68\x7c\x6e\x81\xc9\x6d\x2e\xf8\x3e\x8d\x38\x9d\xe5\xf7\xb4\x4a\x0f\x54\x22\x27\x0a\xcc\x7a\xbd\xcc\xac\x90\x0d\x59\xb6\xfa\xf2\x9e\xbb\xe6\xab\x27\x80\x4b\xbc\x86\x64\xb6\x21\x0d\xaa\xf4\x48\x2b\x5a\xd3\xab\x26\xb4\x7d\x32\x02\xba\xa2\x41\x1e\x34\x71\xb8\x7a\x7f\x71\x71\x7e\x79\x7d\x75\x73\xfc\xe1\xf8\xec\xfa\xe6\xfc\xe2\xfa\xe4\xfc\xec\x8a\x08\xde\x6e\x48\x5e\x37\x2f\xe8\x8e\xf2\x85\x4c\xe0\x74\xd6\xcb\x64\x3c\x2e\xe2\x8c\x63\x35\x22\x45\xcc\x78\x59\x53\x62\xcb\x53\xb0\x59\x7a\x8b\xfb\x8f\x7f\xff\xf0\xf8\x19\xae\x81\xc9\x54\x80\x5e\x2a\x39\xea\x06\xb3\xab\x7d\x73\xe9\x7e\xf5\x04\x8a\x15\x13\xec\x31\x32\x0e\xbf\x04\x02\xff\xd5\xa9\x5c\xa7\xca\xe8\xd8\xdd\x08\xb8\x6c\x6a\xf1\xc5\x19\xd6\xdb\x5d\xe1\x3e\x26\x7a\x12\x31\xdb\xc0\x40\x52\x38\x76\x72\x97\x54\x72\xf3\xd5\x3d\xb6\xeb\xb3\x1d\x95\x66\x3e\xbf\x4d\xcd\x8e\xd5\xaa\xeb\xf5\x42\xaf\x31\x38\x81\x60\x9d\xaa\x0a\xff\x9a\x81\xa9\xdd\x73\x98\x1a\x2a\xd7\xd2\xf4\x47\x38\x09\xa0\x1d\xfc\x11\xd8\xc0\xbf\xd4\x16\xfb\x4f\xe0\x8d\xb5\x1b\x87\x2c\xf8\x26\xe3\x90\x5a\xbc\x03\x87\xcb\x60\x42\xa0\x36\xc3\x36\xc8\x1b\x3c\x1b\x69\x1f\x04\x17\xfe\xf5\x6f\x88\x80\xe0\x47\x6c\x36\xc1\x10\xda\xed\x4f\x52\xbe\xd6\xfe\x44\x5e\x4d\x18\x31\xc6\x23\xb0\x15\xa3\xdb\x05\x4b\x15\x38\xc7\x31\x34\xde\x7a\x53\x65\xa8\xc3\xa2\xdb\x3c\x17\x6a\x43\x75\xb5\xe8\x18\x8f\x09\x8b\x26\x16\x66\x2d\x0c\x5c\xc3\xaa\xc3\x01\xde\xf0\xc7\xd1\x9d\x24\x6b\x60\x7d\x69\x92\x69\x8c\x36\xc9\xbd\x06\x95\x1c\x9d\x7a\x3c\x85\x59\x3e\xa6\x29\xe0\x9f\xa7\x55\xd8\x73\xfd\xc1\x8b\x62\x95\xa2\x9c\x98\x1b\x21\x5c\xb9\x36\x9a\x5b\xe6\x70\x40\x91\xa5\x9a\xaf\x98\x61\xaf\x13\x39\x86\x08\xcd\x09\xae\x99\xde\x58\xc6\x7d\xea\x64\x22\x1d\xaf\xd2\x25\x34\x0a\xac\xb7\xff\x8a\xda\xa1\x34\xc0\x19\xaf\x35\xa4\xfc\xd3\xa6\xd1\x45\x6b\x8c\xf2\x4d\xb6\x41\xac\x19\xa2\xfc\xb1\x78\xe8\xf9\xc6\x10\xe5\x95\x89\xdf\x50\x71\xde\x52\xf1\x5a\xfa\xcc\x9e\x6e\x87\x9d\xaf\x6f\xbf\x9f\xac\x00\x73\xed\xe2\xe9\x21\xbc\xad\x5e\xb6\xd5\x80\xa1\x4b\x23\x33\xad\xe0\xc0\xe5\x1e\x95\xd5\xfd\x86\x29\xad\xda\xd4\x2a\xdb\xe6\x50\x90\x86\xd1\x13\xc2\x62\x03\x15\xd7\x04\xea\xb9\x16\x4d\xcf\x8d\x37\x5d\x09\x2f\xff\xec\xb0\xd1\xf5\xc8\xde\x80\xb8\x68\x37\x48\x0d\xa9\xd7\xed\x13\x10\x07\xfa\x2c\x18\x08\xf7\x0c\xad\xf0\x04\x3c\x9b\x86\x99\x3f\x0a\xf1\xfc\x58\x0a\xaf\xef\x7f\x7f\x60\xef\xbf\x60\xa0\x8d\xca\x70\xc4\x5b\x2d\x87\x8c\x6c\x6f\xc1\x5b\x0c\x6c\xad\x99\xeb\x78\xfd\x4d\x56\xa6\xbc\x04\x54\x4b\x6b\x9d\xdc\x72\x65\xbd\x01\xd4\x1c\x79\x63\x72\xc1\xae\xe1\xdd\x51\x25\xfe\x75\x7b\xc8\x41\x9a\xdd\x6b\xc5\x17\x84\x7b\xd0\xe4\xc4\xaa\xa5\x44\x4d\x75\xd4\x40\xcc\xcc\xf6\x6b\x6d\x20\xc4\x7f\x75\x44\x27\x71\xf5\xcc\x9c\x26\xc5\x25\xd0\x1f\xe5\x73\x17\x6a\x42\x0a\x51\x9c\xf6\xc3\x7a\x87\x6a\xbd\x01\xf2\x35\x5a\x70\x79\x02\x02\x37\xc2\x43\x00\xb6\xaa\x26\x53\x60\x16\x71\xb8\x6e\x24\x6a\x03\xa6\x60\xf6\x9f\x12\xa6\x54\x87\x90\x6e\x9f\x6d\x85\x89\x76\xe5\x47\x4c\xaf\x49\x5b\x15\x95\xa9\x69\xea\xc1\x93\x55\xdf\xfe\x28\x6a\x55\xf4\x7b\x25\xd7\x31\x1b\xbd\x4f\xfa\xb7\x5c\x76\x2c\x23\x54\xe1\x59\x8c\x19\x17\x0f\xce\xe0\x4b\x52\x4a\x1b\x48\x7a\xdd\x15\x49\xe1\x36\x41\x99\xde\xe2\x53\xa5\x9f\xe9\x15\x29\x1e\xb3\x72\x5b\x1f\x88\xb6\x5a\xbc\x67\xe6\x66\xf9\x11\xaa\x0d\x45\x62\xdb\x27\xcb\x14\xda\x68\x9c\x26\x89\x18\x34\x5b\x67\xca\x1c\x6e\x1e\x6a\x13\x70\x7a\xf3\x38\x98\xfe\x7f\xa2\x0f\x8d\x98\xa7\x4f\x9b\xca\x46\xdf\x1b\x9a\xe9\x5e\x8f\x0e\x4c\x25\x16\x08\x63\xc6\xff\xa8\x8d\x49\xb5\xe1\xad\xfb\x7e\x4d\x83\xfc\x90\x6b\x26\x12\x8c\x42\x3f\x17\x06\xe1\xdf\xc2\x00\x5a\xbf\x78\x75\x10\x5b\x7a\x76\xbf\x6e\x3c\xd5\x1c\xb5\xd3\x33\x70\xcc\x53\x00\x1e\x6e\x9f\xca\x6d\xaa\xf6\xd3\x23\x54\xac\xeb\x07\x0a\x74\xb1\xd6\x1a\xbd\xf2\x02\x6c\x57\x60\x89\x74\xa8\xf9\x5a\xfc\xb9\xb6\xfb\xb9\xe1\xa8\x2a\x49\xb3\x4a\xd2\xeb\x30\x43\xe0\x0e\x9c\x85\x5c\xd1\x3c\xab\x9d\x58\x72\x49\x0e\xb1\x46\x53\x06\x57\x3a\x35\x28\x31\xd7\xa3\xe3\x7b\x59\x78\x07\x37\xf7\x0f\x2b\xc5\x2b\x73\x33\xec\x61\x75\x70\xa1\xbb\x6b\x14\xfc\x55\x50\x26\x39\x1a\x3e\xaa\x6f\x5d\xc5\xde\x75\x8e\x37\x0a\x7a\xd2\x46\xae\xf2\xcf\x4e\xf8\xe4\x1e\xcb\x90\xd6\x26\x0f\x55\x00\x14\xdc\x44\x77\x6a\x73\xac\xd1\xaa\x9d\xb1\x0d\x31\x01\xd3\x2a\x82\x80\x6e\x41\x42\x6d\xba\x67\xfb\x6c\x62\xe9\xd1\xec\x1e\xce\x2c\x49\x81\x18\xdc\x23\x66\x1a\x45\x25\xcc\x15\xa4\xdd\x98\x8d\x84\xe4\xf4\xd4\xe0\x11\x86\x97\x22\xb9\x8b\xb3\x8a\x36\xd8\x83\x14\xf7\x64\x8c\xda\x72\x4c\xa7\x9f\x25\xf3\x38\x87\x57\x45\x3c\xd0\x6c\xd2\x10\x3b\xc8\xd5\x78\xc0\x86\x58\x03\x14\xed\x82\x8f\x2d\x25\xaf\x74\x3a\x39\x0f\x18\x0c\x4e\x2a\xaf\xf6\x59\xdc\x1e\xd8\x5a\x79\xb6\x2a\x37\x5b\x35\xf7\xce\x56\x0e\x95\xae\x96\xea\xd1\xa1\x15\xdd\xce\x46\xc7\x52\x5a\x5f\xff\x5a\xb5\x3a\x72\x8e\xab\x25\xea\x24\x8d\xd3\x76\x01\x4c\x5c\x61\xd1\x8a\xea\x3b\x37\xa9\xd1\xc3\x35\xa7\x28\x44\xf1\xe2\x15\xfc\xe4\x5b\xee\x45\xcc\xbc\x30\xd0\xcf\xe7\x13\x27\xd6\x7c\xe0\x55\xc8\x56\xba\xa7\x56\x85\xd8\x33\x92\x86\x3b\x6e\x9c\xa3\x7d\x32\xc5\xfd\x98\x8f\xb7\x92\x46\x56\x7c\x28\x64\xd6\x1b\x8e\xbf\x70\x7c\xcc\xf1\xd7\x6a\xa3\xce\x1f\x6d\xd4\x55\x15\x15\xe7\x2b\xd7\x60\x9b\x54\xde\x24\x6c\xaa\xeb\x47\x9b\xfe\xf5\xf1\xa6\x9f\x37\x9a\x6e\xcb\x7f\xe7\xe2\x6d\x12\xa8\xcb\x03\x84\xdc\x12\x11\x18\x54\x64\x49\xda\xeb\x05\x46\x6b\xe7\xa0\x64\xf7\x85\x91\x47\x34\xac\x3f\x0f\x3c\xa4\x9e\xa5\x82\xba\xf0\x9c\x62\xe2\x60\xdb\x87\x12\xbc\xa8\x8c\xc4\x52\x19\xd5\x3a\xa1\x2e\xdd\xf7\xc3\x75\x9a\x0f\x6a\xff\xcc\x93\x11\x8d\x85\x57\xd6\x21\xaf\xa2\x36\x54\xe3\x74\x59\x2c\x87\x4a\x53\x9c\xda\xcb\x13\xaf\x64\x98\x23\x0d\x73\x29\x27\x05\x73\x2f\xc4\xab\xbc\xe4\xb8\x0b\x8f\xf2\xa7\x36\xe6\xcf\x0f\x3c\x34\x6f\x2a\x70\xcf\xba\x73\xbe\x8f\xb0\xf6\x2b\x63\x6a\x55\xe7\xeb\xda\xda\x16\x69\xb5\xd2\x6a\x2d\x1d\x6b\x69\x71\x95\x60\x67\xbd\x9e\xfe\x95\x2b\x78\xaa\xb6\xd6\xe4\x65\x79\x1b\x5d\x1c\x5c\x5e\x9f\x1c\x9c\x5e\xf5\x7a\xe1\x0d\x27\xad\x07\x82\xa3\xa9\x9c\x7c\x91\x84\xf2\x98\x43\x20\x1e\x17\x50\xaf\x2c\xf1\x17\xde\xe8\x14\x9b\x84\xae\x7c\x25\xde\x36\x6b\x15\x34\xbe\x3e\x48\xc9\x79\xa4\x03\xca\x86\xc1\x61\x9e\x89\x84\x65\x94\x77\xbf\x24\x85\x02\x2c\xc9\x17\xd9\xb8\xfb\x65\x4a\xb3\xae\x1c\x00\x96\xdd\x75\x17\xf3\x6e\xd2\xbd\x67\xf4\x4b\xd1\x35\x83\x16\x75\xaf\xa7\xac\xe8\xb2\xa2\x3b\xcb\x0b\xd1\x4d\xd9\x27\x9a\x3e\x74\xc7\x0b\xda\x15\x79\x77\x96\x64\x8b\x24\x4d\x1f\x34\x3e\x87\x60\x89\x90\xc5\x24\x59\x17\xd0\x16\xa3\x0f\x8c\x7e\x89\xba\x57\x94\xc6\xdd\xa9\x10\xf3\xf8\xc5\x8b\x3b\x26\x22\x96\xbf\x38\xfe\xf9\x62\x9e\x1d\x04\x8e\x09\x6b\x0b\x2c\x2b\xd0\x6a\xd5\xfa\x81\xa3\xb2\xc4\xc7\xbc\x95\xed\xd0\x0e\x2b\x2f\x40\x21\x2b\x06\xc2\x39\xac\xb8\x70\x07\xde\x4b\x12\xdc\x04\xdb\x1c\x0b\xed\xdc\xf0\x22\x40\xa5\x12\x1a\x7e\xe2\x64\xc9\x26\x71\x75\xea\x2a\x0e\xd1\x2d\x66\xf6\xe1\x7b\x01\x32\x6b\x23\x0d\x12\xf2\x50\x44\xa5\xb6\xfc\x89\x5b\xe2\x29\x1b\x93\x28\xe6\x1f\x0c\x60\xbf\x90\x90\xdc\x2b\x69\x50\xe0\x14\x47\x51\xb4\x18\x92\xc4\x03\x17\xc7\x23\x52\x31\x7b\xc2\x53\xc2\x6a\xd6\x92\xac\x6a\x2d\x19\x17\x78\xd2\x16\xd8\x19\xb3\x8e\xb0\xd8\x84\x10\x58\x1f\xd0\x13\x67\xc9\x3c\x04\x77\x25\x23\x83\x90\xdc\xc6\x28\x91\x07\x0d\xea\x50\x88\x5f\x2e\xb4\xcd\x9e\x17\xb8\xdb\x2e\xe1\x5e\xaf\x52\xa8\x18\xf4\x87\xc4\x79\x32\xc8\x47\xcc\x41\xf2\xe3\x67\x61\xfb\x94\xbc\x62\xa1\xdc\x0e\x28\xe6\xab\x15\x5b\xad\x2e\x68\x19\xea\x8e\x41\x15\x01\xea\xf5\x74\xc7\xf4\xb3\x83\x5e\x08\x39\x69\x8b\xe5\x0d\x96\x80\x87\x34\x4c\x71\x8a\xe1\x01\x4f\xf0\x08\x4c\xe1\x1a\x3e\xdf\x53\xd4\x90\x5b\xc1\xfb\x14\xc9\x02\x0a\x7b\x96\x4f\xed\x2f\x7b\x78\xab\x42\xdb\x82\x1b\xf6\x5b\x7c\x5b\xf4\x1b\x15\x91\xde\x16\xe1\xbc\x8f\x64\xc6\x30\x8a\x22\xeb\xb6\x82\xca\xd2\xaf\x1f\xa7\x50\x1f\x1a\x1c\x50\x88\x96\x25\x17\xe6\x84\x86\xdc\x2d\x3c\xce\x93\x87\xb8\xd5\x79\xba\x3d\xd8\xad\x9a\xdd\xe7\x2e\xfb\xdf\xdb\x97\xfd\xa4\x75\xc9\x93\x13\xd1\x79\xb4\x44\xde\x5a\xa0\xe4\xdb\xda\x4a\x6c\xf1\x54\xc9\x5a\x1c\x53\xb4\x5b\x49\x63\x5e\x33\xeb\x7b\x53\x37\xd6\xd5\x94\x9f\xad\x56\x41\x00\x9e\x6b\x75\x2f\xcf\xb8\x21\x93\x61\x72\x65\x5a\x7b\xdc\x28\x40\xaf\x76\x76\xf7\x67\xb2\x47\xcc\xf3\xa6\x43\xb1\xe2\x3a\x3c\x57\x1e\x6f\x4c\xde\x88\xb0\xad\xfb\xd3\xa4\x98\xc6\xdf\x04\x4e\xf3\xbb\xe7\xce\xd0\xdb\xf6\x19\x9a\x2d\x9e\x3a\xa0\x8f\x7a\x4b\x01\x56\xe3\x3b\x7f\xf1\x05\x9f\x17\x94\x3f\xec\xcc\xc1\xaf\x23\x78\x6e\x8b\x3f\xb4\xb7\x98\xd3\x64\x9c\x67\xe9\x43\x6b\xb3\xdb\x16\xfa\xe0\x9a\x0e\x57\x2b\x5a\x86\xcd\x3e\x55\xf4\xbc\x9f\x85\xd7\xf4\x45\x06\xf8\xda\xeb\xdb\x3c\xa1\x2d\xe5\x79\x81\x86\x4d\x31\x29\x2d\x8a\xe7\xf6\xfc\x75\x7b\xcf\x83\x1d\x39\xff\x81\x5c\x00\xc1\x0e\x4d\x46\xd3\x1d\x96\x05\x6d\x7b\x1b\x40\x33\x45\x5b\x7f\x65\x21\x2c\x9b\x2f\xc4\x8e\x9c\xbb\x67\x4f\xc9\xc5\xba\x86\x65\x39\x9f\x41\xe0\xbb\x1d\x15\xec\xf2\xb9\x05\x1f\xae\x2b\x18\x6c\xcc\x76\x80\x8a\xad\xed\xea\xa7\xb5\x5d\xbd\xa3\x62\x47\x2b\x62\x77\xee\x13\x1e\xc4\x23\xb9\xe7\xb4\xb6\xf4\x43\xc2\x71\xb0\x33\xcb\x17\x99\xa8\xb7\xd7\x08\x26\xd4\x8d\xb6\x85\xb8\x30\x7b\x3b\xa6\x2d\x5a\x3f\xe3\x02\xdf\x70\x2e\x53\xf7\xdd\xa4\x24\x79\xa7\x8f\x19\x51\x4f\x4f\xbf\xfd\xe6\x7f\xd3\x6d\xd3\xa7\x3c\x63\x60\xdc\x31\x83\xf1\xd3\x81\x26\x5a\xf9\x16\x79\xd3\xf7\x95\xdc\xde\xa1\x4f\x40\x8c\xd8\x8c\x61\xbe\x6f\x74\x8b\x59\xe1\xcd\x7d\x30\x4b\x58\x16\xa0\xb8\x8d\x86\xd3\x2f\xdd\x7b\x0e\xb7\xdf\x89\xbc\x15\x78\xf2\x56\x10\x3b\xdb\x65\x92\x14\x05\xe5\x62\xc7\xb8\x94\xec\x58\xb6\x7c\x67\x0a\xab\x6d\xc7\xc6\x57\x89\xdf\x09\xd8\x03\x3b\x34\xdd\x91\x73\x18\xc4\x07\xc2\x28\x12\x2e\xd7\xc9\xce\x94\x3b\x49\x41\x06\xea\xce\x32\xd4\x32\xd9\xdb\xdf\xaf\xf3\xb7\xf0\xa9\x19\x8e\xe8\x76\xc1\x52\x71\x92\xa9\xc5\x5e\x90\x4f\xbc\x86\x7f\x72\x64\x2f\xee\x87\xc9\x68\xaa\x0a\xb0\x99\xdb\x52\xc9\x75\x4a\xb4\x39\x9d\xea\xd4\x9a\x8f\xad\x46\x34\xba\x39\xc6\x3e\xb3\x20\xda\x27\x26\x5e\x6a\x35\x09\x50\xef\x9f\x05\x06\x2d\x89\xf2\xa7\xc0\xf5\xcf\x85\x1a\x13\x3f\x4d\x59\x2a\xf6\xdc\x21\xa8\xd4\xa3\x42\xd4\xbe\xab\xf1\x82\x54\xb5\xcb\x15\x57\x57\x2a\xc8\xc4\x69\x91\xa7\xf7\x10\x75\x62\x7d\x7e\xbf\x16\x3d\x43\xc6\x0d\x38\xf3\xdf\x1a\x4d\x44\xb5\x20\x37\x7a\x4a\x9d\xe4\x56\xaf\x52\xc1\x6d\x9a\x87\xed\x6d\x9c\x95\xa6\x8d\x35\xb7\x3f\xdd\x92\x01\x1d\xea\xa6\xab\x25\xf0\xc4\x16\xdf\x34\xf2\xf8\x97\xe6\x4a\x08\x11\xdd\xb9\xac\xd2\x72\xa6\x5b\xde\xba\x42\xb6\xb7\x31\xab\x08\x31\x54\x65\xd6\x68\xb7\x82\x31\xbc\x66\xfc\x2a\x89\xcd\xec\x5c\x24\x5c\xb0\x24\xb5\xd7\x5b\xff\x7e\xea\x75\xf9\xa6\x99\xba\xd3\x52\x1d\xaf\x4a\x5a\xe4\x24\xb0\x54\x1b\xeb\x6a\xcf\x2e\xcf\x46\x89\xb4\x60\xdd\x1b\x09\xa5\xdb\xa0\x55\xec\x38\x4f\x93\x01\xba\xe8\xca\x84\x68\xf8\xed\x9d\xdd\xc6\x2e\xd7\x61\x8d\x04\x5c\x58\x9a\x33\xe5\x77\xb5\xba\xfd\x07\x74\xb8\x4e\xb6\x74\x9f\xf0\xa5\x0b\x0b\x62\x0c\x5d\x84\xb6\x36\xcb\xe1\x1e\x78\x21\x69\xb2\xca\x8c\x70\x51\x33\x62\x51\x33\x1d\x07\xdb\x39\x4e\xd0\x6a\xb5\xee\x63\xd3\xb3\xde\x61\x81\xd6\x91\x54\xa9\x12\x73\x6c\x11\xa2\xa4\xcd\x92\x38\xda\x1f\x11\x2b\x54\xaf\xb4\x31\x4c\x19\x16\x68\xdf\x60\x14\xab\x11\x28\xac\x35\x8b\xec\xf5\x77\xd6\xb5\x3d\x23\xcb\x72\x6f\xad\x0d\x44\xa6\x4c\xa3\x8d\x87\x43\x88\xb4\xc9\x72\x52\x14\xf9\x88\x25\x82\xfa\x96\x01\x99\xc6\x2f\xec\xfb\x1c\xdc\x74\xcd\xb5\x41\x91\xaa\x96\xd5\xa7\x5b\x65\x46\x9b\x91\x1b\x0e\xf1\xdb\xbc\x4d\x05\x16\x80\x91\xce\xe4\xf6\xd3\xc9\x6c\x2e\x8b\x60\xa8\x6c\xdb\x17\x2d\x2b\xc1\x52\xde\xca\x5a\x00\x4d\x47\xa3\x15\x59\x65\x0e\xad\xb1\x7f\xb0\x4d\xab\x22\x4a\xe3\x5a\x45\xde\xf1\x90\x69\x91\x59\xad\xe9\xbf\x08\x88\x0b\x9a\xb7\x1c\x0d\xc8\x9e\xfb\xbc\xbc\x81\x88\x8b\x72\x05\xbe\xc9\xf9\x99\x91\x0b\x7a\x62\x15\xcc\x89\x91\x1a\x12\xea\x6e\x37\x71\x6c\x45\x38\x10\xda\x2c\xd3\xc6\x21\x2a\x42\x65\xb6\xfd\x3d\xc2\xdc\x3e\xf6\x71\x86\x10\x36\xf1\xc5\x9c\xf4\x91\x97\xe5\x23\xc4\xd9\xb0\x1c\x98\x11\x8a\x73\x3b\x52\xfe\xc6\x49\x14\x12\x68\x8b\xb0\x8c\x6b\x90\x81\xd5\x4a\x29\x7d\xa0\x52\x33\xe8\x56\xda\x59\x21\xb3\x66\x00\xcd\x00\x1d\x6a\xe0\x98\x30\xc7\x0c\x5f\xf0\x30\x31\xbb\xd1\x0f\x0a\x57\x54\xc8\x90\xd2\xa4\xc9\xd7\xee\x14\xd9\x97\x5b\x43\x49\x09\xc3\x1c\xc5\xde\x17\x6d\xde\xbc\x91\x45\xd0\x71\xda\x2a\x2b\x20\x35\x75\xa6\x1d\xb7\xa0\xec\xee\x35\x95\x81\x34\xc7\xab\x59\x09\xb8\x16\x8f\x05\xc2\x05\x5c\xbf\x46\x5b\x02\x7c\x20\xd9\x43\x3c\xaa\x28\x88\x6a\x1d\xd5\x76\x22\xd7\xc7\xef\x2e\x4e\x0f\xae\x8f\x6f\xce\xcf\x4e\x7f\xbd\xf9\xf1\xf4\xe4\xdd\xbb\xe3\xcb\x9b\xc3\xf3\x77\x17\xe7\x67\xc7\x67\xd7\x57\xbd\x5e\x38\x02\xce\xe7\x5a\x84\x0c\x73\xe5\xe1\xf8\x35\x62\x85\xb1\x1e\x3c\xcf\x52\x07\xce\x86\x42\xaf\x0a\xbd\xdc\x1b\x25\x60\xdb\x77\x17\x48\x18\xe6\x7a\x4c\x1a\xb9\xf1\x94\x5c\xf3\x70\xec\xcf\xfd\xb4\xd7\xf3\xa0\xa7\x08\x21\x53\x17\xf3\x6d\x69\x64\xf5\xf3\x92\x4c\x3b\x23\x32\xb5\xc2\x7d\x60\x6c\x8f\x45\x38\x0f\x73\x84\xc7\x26\x32\xc3\x17\xd9\x24\x3f\xf4\x30\x7c\x76\x87\xc0\x3e\x8f\x73\x23\xdd\xbc\x89\xe6\x9c\xdd\x27\x82\x7d\xa3\xbf\xb5\x89\xab\x77\xb4\x1c\xf7\x37\x24\xe7\xaf\x2c\xab\xac\xd3\xc8\x0e\xc3\x5b\x5a\xad\x73\xb5\xca\x7d\x62\xe2\x57\xe3\x44\xd7\xae\x70\x18\xc1\x45\x23\x90\x73\x7d\x25\xca\x73\x30\xc3\x23\x84\x47\x9e\xe2\xe0\x77\xde\x66\x10\x0d\x3c\xdd\x80\x0e\xfa\x43\x23\x4a\x0c\xfe\x29\x09\x19\xa6\x83\xdd\xe1\x10\xe4\xf6\x47\x9c\x0c\x86\x4e\xad\x73\xc6\x35\x30\xb3\x25\x6f\xcc\xf0\x83\xbc\xce\x4d\x4a\xe2\x16\xcd\xa8\x48\x6c\x8c\xad\x0a\x57\xb9\x45\x48\xbe\x1f\xf6\x31\x8f\x54\x54\x0a\x6f\x29\xe5\x78\x60\x43\xca\x0e\x86\xb1\xc0\xbf\x2b\x63\x16\x7d\x01\x7b\x7d\x7a\x7e\xf8\xf3\xd5\x10\xc5\x3c\x7a\x7f\xf6\xf6\xe0\xec\xe8\xf4\xf8\xc8\x75\xf5\xc4\x36\x11\xe7\x48\xbb\x44\xe5\x9b\x1a\x99\x6f\x6e\x64\xb2\xa6\x91\xe0\x4a\xac\x1a\xc6\xa0\x2d\x67\xe7\x67\xc7\x25\x8d\x6e\xe8\xd7\x39\xe5\x4c\xee\xd9\x24\x7d\x97\x8c\x78\x5e\x90\x23\xae\x6f\x31\xa7\xeb\x6e\x31\x10\xc5\xba\x62\x4f\xa2\x54\xbf\xa2\x84\x98\x67\x61\xe5\x52\x7d\xaa\xad\xde\x65\xa6\x46\x96\x56\xbc\x0b\xdf\x4e\xc6\x30\x4a\xeb\x12\xc8\x6b\x89\x85\xae\x69\xb1\xc0\xb2\x88\x0f\x06\xef\x81\xe7\xb9\x35\xa9\xe0\x8b\x4c\xb0\x99\xbd\xda\xb0\x31\x01\xf7\xf8\x3b\x2a\x3e\x30\xfa\xe5\x64\x8c\x2c\x30\xbd\x8e\xc6\xa1\x4f\x2e\xad\x30\xd5\x01\x11\xc8\xd6\xae\x49\x24\xa9\x1d\x71\xae\xe7\xb8\x20\xad\x28\x7a\x99\x8f\xa2\x17\x29\xb6\x54\x07\xaa\xd3\x4c\x8d\x2c\xe8\x27\x26\xde\x25\x2c\x53\xc8\x33\x0c\xa7\xa1\x12\x23\x58\x0b\xfa\x1c\x67\xf4\xab\xb8\x62\xb7\x29\xcb\xee\x14\x67\x02\x86\xa1\xa6\x3e\xc5\x6a\xa2\xb0\x40\x38\x41\x9d\x71\xbe\xa4\x64\xa1\xa3\x89\x94\x5f\xa6\xb2\xc6\x2d\xaa\x02\x98\x74\x14\x59\xf3\x7b\xaa\x05\xf0\x9d\x7a\xc7\xc6\x11\xa7\xea\x31\x5c\x26\xe9\x97\xe4\xa1\xb8\xa4\x00\x55\x2f\xc9\x0c\x84\xd6\x2f\x59\xd1\x12\x1d\x06\x86\x9d\x10\x5a\x5a\xa6\x4c\x5b\xa5\x40\x78\x15\x8a\xf5\x54\xc4\x0a\x49\xb6\xd4\xb0\x0d\xf5\x81\xee\x57\xe7\xcd\x9f\x0e\xa8\xc0\xd9\x97\xb4\x4c\x98\xee\x85\x7e\xe5\x74\x9a\x1a\xe0\x93\xf9\x90\xec\x72\xd0\x41\x53\x2f\xbf\x8c\x4d\x00\x0d\x6a\x1c\x63\xbf\x55\x09\xcd\x7b\x4f\x73\xfb\x8d\x5b\xa6\x86\xa2\xce\x37\x0e\x92\xda\x11\x0d\x05\xde\xf5\x9c\x6a\x5e\x73\x79\x05\x91\x39\xde\x72\x62\x6f\x1b\x1f\x38\xe9\x77\x2a\xd1\x3d\xf2\x2c\x0c\x00\x33\x3e\xc0\x61\x13\xc9\xaa\x4b\x49\x7f\x8f\xbe\xfc\x66\xb0\xd4\xf6\xe8\xf6\x36\xfa\xc6\x07\x74\x18\xdd\x98\xd8\x1c\x6e\x7a\x42\x85\xbb\x5c\x2f\x9e\x66\xe3\xa7\x17\xce\x26\xe1\x96\xae\x80\x15\x1f\x64\xc1\x21\x02\xde\xe8\x03\x7f\xa5\x8f\xea\xcb\x63\x6d\xce\x79\x7a\x7e\x7e\x71\x73\x7a\xf2\xee\xe4\x5a\xeb\x11\x65\xf7\xb0\xca\xed\x58\x73\x2f\x02\x02\xcb\xe0\x70\xf0\x82\x09\x74\x59\xa6\x5b\x0f\x11\x65\xa8\xa0\x23\x41\xc7\x4e\xd9\xf7\x81\x6f\x6f\x57\x7b\x04\xca\x37\x58\x06\xaf\x39\x2a\xa1\x46\xaf\x6b\xee\x78\x7e\xcb\x8d\xc5\xd1\x5b\x6e\xe8\x6d\x47\xcf\xc5\xba\x12\x25\xa3\x0b\x83\xa8\xe9\xe3\xe7\x26\xbd\xb1\xf8\x32\x68\x69\xd9\xa8\xa4\xd7\x0b\x13\xb2\xb5\xeb\x59\xea\x17\xbd\x5e\x58\x90\x51\x34\x4a\x19\xcd\xc4\xeb\x05\x4b\xc7\xd4\x5a\x3f\xb2\xcc\x98\xaa\xda\xe5\x68\x49\x0c\x98\x3c\x5e\xd2\x7b\x56\xc8\xb7\xe6\x66\x79\xd3\xa4\x45\x37\x72\x3f\x18\x8a\x43\x98\x25\x64\x37\x92\x0c\x6b\xc3\xcd\x07\xe3\x9a\x07\xf9\x59\x46\xc7\x6f\x72\x7e\x74\xfe\xce\xc0\xd3\xdc\xa8\x98\xd9\x83\xa1\x79\x04\xcf\xa8\xf1\x65\xf5\xed\xad\x6a\x3d\x29\x7c\xd6\xf3\x46\x6f\xd1\x4b\x7d\x92\x01\x4b\x71\x09\x77\xa2\xda\xdd\x41\xc3\xc9\x67\x34\x4c\x11\xd6\x34\x48\x05\x57\xfc\x0a\xa6\xdd\x3c\xfa\x89\x19\x54\x68\x14\x2e\x50\x15\xf4\x1a\xe0\x5f\xb2\x94\x65\xb4\x88\x05\xbe\x4d\xf3\xd1\xa7\xc2\x00\x56\x27\xe3\xf1\x3b\x15\xe2\x32\x3c\xe3\xf2\x40\xf6\x5e\x9c\x70\xe4\x85\x15\xeb\xef\x65\x2f\x8f\xec\x3a\xcf\xb6\xb7\x21\x98\xf5\x11\x1f\x64\x43\x14\x82\xef\x5e\x89\xc2\x71\x34\x83\xf3\x51\x51\xcb\xa9\x32\x4b\x12\x2d\x3d\xea\x54\x46\x40\x51\xf4\x9f\x98\xb8\x54\xcf\x28\x5c\xaa\x60\xb0\xe7\x73\x1d\xae\xa2\x88\x33\x1d\xd1\x04\xb8\xbf\x51\x74\x74\xfe\xee\x9a\x53\x7a\x68\xd6\x96\xf2\x34\x54\x9c\x60\x74\x96\x8f\x69\x7b\x02\xed\x19\xe4\x97\x6b\x8a\x53\xd1\x83\x8a\x50\xa0\x12\x4f\xf1\x18\xa7\xeb\xe2\xe7\xf8\x24\xdb\xf4\x60\x3d\x24\xb4\x0e\x6b\x7b\x0e\xc7\xb1\x3c\x32\xfd\x48\xe8\xb5\xe8\x8b\x9a\x3a\x1c\x5c\x5c\x9c\x9e\x1c\x1e\x5c\x9f\x9c\x9f\x39\xa6\xfe\xe3\xe5\xc1\xc5\xc5\xf1\xa5\xb9\xed\xd6\x71\xbb\x12\x8a\x97\xbe\x83\x55\xbf\xea\x32\xe5\xb9\x3c\xf5\x4b\xa4\x03\xe8\x56\xfd\x9b\x0a\xf0\x6f\xba\x4e\xee\x00\x63\xc2\xc9\x2b\xc6\xec\x3e\xd8\x80\x36\xfc\x3c\x58\xdc\x8f\xaa\x15\x8f\xa3\xe3\x72\x87\x16\x6f\x1c\xbf\x8d\xb5\x78\x15\x8b\x23\x50\x3a\x10\x1c\x28\x30\x0e\xb9\x75\x9b\x80\x1d\x01\x93\xf4\xbb\x8f\x93\xe8\x6e\xc1\xc6\x26\x1e\x69\x59\x56\x34\xa3\x34\xa4\xca\x6c\x1d\x67\x15\xf5\xa0\xfb\x80\xca\xd0\x2e\x5d\x35\xad\x95\xab\x73\xc5\x86\x4c\x72\xf7\x7a\xee\xaf\x73\x5f\x4e\x21\x8b\xfc\x91\x3e\xb9\x20\x0e\x20\xef\x6d\xa9\x3c\xa3\x1b\xad\x23\x13\xb8\xb1\x28\x91\x36\x0e\x3c\xe5\x8a\x3e\xb7\xda\xa9\x21\x8d\xe4\xf8\x86\x1b\x8b\x46\x53\x04\xae\xd0\x9a\x16\xb2\x89\x41\x7f\x51\x25\x73\x76\x77\xc3\x26\x90\xa4\x50\x85\xfd\xd3\x3c\x91\x66\x32\xdb\x4f\x5f\x23\xab\xaa\x84\xe7\xad\xb1\x9b\x9d\x26\x95\x06\xac\xb4\xd2\x41\x7a\xc9\xec\x1a\x10\xad\x25\x71\xb3\xc8\x61\xa9\x08\x77\x08\x8e\xa2\x37\x42\x1e\x2b\x30\xce\xd7\xb9\x8d\xdb\xc5\xb2\x3b\x13\xec\x66\x94\xd2\x24\x5b\xcc\x65\xd7\x14\x1f\xd7\x7a\x46\xf4\x7a\x34\x12\x9c\xdd\xdd\x51\x1e\x06\x63\x36\xd6\x22\x35\xbd\x9e\x03\x54\x36\x8a\x71\xee\xb3\xee\xb8\x42\xce\x9a\xce\x3b\x71\x8c\x19\xa8\x7a\xb2\x28\x53\x3b\x3b\x7b\x56\xc2\x35\xe0\xc3\x8e\xa4\xbb\xaa\xe8\x5e\x2f\xcc\x3c\x96\x42\x18\x9e\x8b\xe3\x5d\xb9\x13\x1c\xcb\x59\xab\x7e\xb5\x0a\x1b\xe7\x67\xdf\x2c\x8b\x94\x26\xfc\x20\x4d\xe1\xb4\x0b\x15\x76\x5a\x3d\xba\x32\x1d\x1c\x0d\xff\xa6\xa8\xc9\x55\x5c\x08\xba\x81\x32\xdf\x51\x71\x50\x3b\x50\xe4\xa5\xa2\x96\xbf\xf4\x57\xac\xe9\x00\x5e\xaa\x21\xb6\x31\x0d\x5d\xc8\x48\x80\x6e\xd0\x43\x6f\x25\xdb\xf8\x9b\x4e\x20\x4c\x10\x54\xaf\xd4\xc2\xe3\x57\xc2\x4a\x7d\x1e\xe8\x82\xae\x4f\x60\xd3\x85\x98\xe3\x0a\x5f\x01\x72\x6b\xd9\x14\xb8\xaf\x18\x93\x1f\xdc\xc6\xa1\x73\xb8\x0e\xc1\x6d\xab\x8a\x4c\x56\x01\x26\x33\x8a\x0e\xb9\x62\x98\xbb\x4b\xec\xeb\x98\x9d\x0c\xc5\xfc\x15\xa1\xab\x15\x8b\xcc\x16\x2e\x5b\x38\x2d\xb0\xf5\x30\x61\x11\xc1\x0f\x63\x1c\x1d\xbe\xbf\xbc\x3c\x56\xbe\x6d\xa8\x34\x57\x2a\x6b\xa4\x44\x15\x83\xb1\x97\x99\xc6\x38\xc3\x10\x88\x2b\x0f\xd2\x47\x73\x53\x60\xa8\x63\x17\x6d\x2e\x2f\x0a\xa0\x51\x68\xec\x81\x5e\xef\x3d\xd7\x61\xbb\xd6\x0e\xbc\xb7\xcd\x5a\x18\x49\xb3\x05\x5a\x79\x4c\x85\xf7\x40\xc9\xd6\x6e\x47\xf0\x87\x65\x63\x82\x43\x84\x29\xd9\xea\x97\x13\x96\x25\x69\xfa\xb0\xa4\x76\xff\x3c\x6b\xac\x36\xf3\xb9\x65\x59\xd6\xf7\x9e\x77\x23\xf1\xa9\x84\x02\x14\xa4\x3e\x84\xe0\x92\x0e\x84\x77\xb9\x28\x9b\x7c\xab\x09\x9d\xdc\xaf\xb3\xb8\xb4\x65\x8c\xdb\xa8\xf8\xb2\x72\x39\x30\x29\xce\x41\xff\xac\xc6\x2a\x80\xa2\xed\xfe\x30\x59\x51\xe9\xae\x4c\xd5\xdd\xec\xd1\xa3\xf6\x79\x07\x37\x62\x18\x53\x66\x61\x6f\x2a\x63\xda\x72\x39\x80\x25\xe2\x35\x5b\x8f\xb9\x69\xc1\x6a\xf5\xc8\xfe\x2d\x69\xa4\xa6\x87\x72\xf2\xd9\x48\x84\x3e\x3a\x5f\x96\xcf\x7c\xa9\x03\xb4\x8e\xaa\x71\x6f\x34\xa2\x8c\x72\x52\x8c\x39\xf6\x4f\xd4\x38\xc3\x95\xd3\x2a\xce\xb1\x3e\x57\xe3\xa4\x06\xe5\x2a\x9b\x17\x86\x7d\x0c\xb6\x79\xe7\xe0\x7e\x01\x67\x11\x88\x74\x72\xbc\xb5\x8b\x13\x85\x67\xe9\x48\x64\x23\xa4\xde\x01\x44\x6f\x94\xf7\xc8\xdf\x94\x5f\x81\x4a\xfb\x5b\x97\x29\xbb\x55\x0d\xbc\xd8\x65\x59\x37\xcb\xb3\x1d\xe6\x98\xf8\xae\xe7\x44\x58\x74\xc3\x62\x31\x9a\x76\x93\xa2\xfb\x26\x29\xc4\xeb\x3c\x17\x28\x0a\x60\x84\x4e\x32\xca\x85\x1d\xa6\x8f\x66\x98\xbe\xfb\x3f\x67\x98\xfa\xcd\x61\xb2\x7c\xac\xe5\x13\xf4\x47\x04\xf8\xb2\xb2\x57\x76\x1c\x6c\xdf\xbe\xe3\x0a\x3b\x96\x93\xa5\xc2\x11\xf8\xb5\x09\x83\xb0\x31\x9e\x46\xff\x2f\x85\x41\xd8\xfd\x13\x30\x08\xf8\x67\x4e\x06\xc3\xbd\xb0\x8f\x53\x75\xa1\x79\xc3\x29\xfd\x46\x51\xf8\x33\x37\x37\xfb\x5f\xdc\x04\x7e\x15\xcb\xb5\x8c\xfc\xaf\xbc\xf4\xfa\x58\xb5\xf8\xa9\x19\xec\x44\xb3\x64\x6e\x59\x05\x67\x4a\xf3\xb3\x41\x32\x5e\xde\x80\xa9\xce\xcd\x4d\xdc\x6a\xda\x22\x39\xe5\x87\xb9\x09\xdc\xa5\x11\x00\xc0\xf2\x0a\x95\x55\x98\x12\x2b\xee\xae\x47\x66\xc9\x8d\x59\x79\x62\x42\xdd\x35\x8a\xc2\xa9\x8d\x59\x16\x2e\x47\x6a\xe8\x99\x33\x45\x93\x0d\x28\x9c\xcb\x0a\x5e\x10\xed\x76\xaa\xbe\x38\x8f\xf5\xb4\xfc\xf3\xb1\xcb\x16\xeb\xe2\x77\x04\x60\x76\xb6\xc9\x61\xde\x0b\xe1\x91\x6c\xf2\x95\x4f\x75\xec\x9e\xc7\x7d\xe0\x17\x08\x21\xbc\x68\x0f\x7a\x65\xab\xe5\x4f\x0e\x74\xa5\xc3\x27\xfd\x45\x31\x3d\xfe\xbe\xe0\x51\xce\x49\xd5\xc1\xa0\xd3\xc8\x74\x18\xab\x55\x83\x15\xc0\xec\x53\x5c\xcb\x9f\x14\xcd\xed\xef\x0d\x59\xb5\x0e\x14\xc0\x74\x4a\xc9\x77\x7f\xe2\x24\x8f\xb4\xd3\x90\x22\x04\xe1\x92\x15\x87\x3a\x1c\x46\x0c\xa3\x21\xd7\xe5\x42\xd0\x31\xd2\xbb\xa7\x22\x43\xd5\xf2\x85\x4a\x78\x0d\x70\x7b\x7c\x98\xd3\x12\xa1\x12\x75\xae\x78\x68\xd5\x80\x94\xbc\x02\x15\x3b\xdc\xb6\x8c\x2a\x50\x12\xb1\xfa\x0e\x28\xf1\x4f\x1c\xe1\x9f\xb8\x0d\xcb\x00\x32\xf9\xe0\x9f\x20\x1f\x78\x61\xd3\xbd\x50\x5b\x04\xe8\xf4\xbf\x38\xf9\x39\x6c\x0b\x14\xf7\x10\xa5\xf9\x48\xe3\xaf\xda\xa0\xcd\x08\xff\x9b\x93\x83\x70\xc9\xc6\x71\x70\x79\x3a\xd9\x9d\xd3\xe3\x49\xa0\xe4\x6a\xf1\x3f\x96\x41\x01\x01\xb8\x8b\x20\x1e\x04\x3d\xad\xea\x0b\x86\x38\x00\x01\x02\x1c\x95\x41\x3c\x18\xec\xfe\x37\xde\x05\xe5\xe9\x70\x88\x83\x69\x52\x1c\xdf\x27\x69\x10\x4f\x92\xb4\xa0\x38\x58\xcc\xef\x13\x2e\x93\x0d\xcb\x7f\xe0\x19\x15\x49\xec\xeb\xde\x83\x79\x32\xfa\x94\xdc\xd1\xe2\x85\xee\xd2\x8e\x19\x8d\xe2\xc5\x5d\xca\x66\x33\xca\x5f\xa4\xec\xf6\x85\xd9\xdf\x85\xeb\x73\x34\xbd\x2d\x82\xb2\x44\x98\x66\xa6\x03\xc7\x5f\xb3\x6f\xc7\x3f\x9c\x5f\xb5\x77\xc0\xcc\x66\x80\x83\x6b\xfa\x55\xbc\x81\xd0\x26\x38\xf8\xa7\x21\xc4\x01\x0e\x7a\xf2\x90\x2a\x9a\x3d\xfc\x4f\x3c\xf8\xe1\xbf\xf0\xf7\x43\x3c\x18\xfc\xd0\xc7\x83\x1f\xfe\x13\xef\x0e\xf1\xc0\x8b\x97\x32\x54\xfd\xc7\xd5\xcf\x5e\x08\x95\xa1\x19\x20\x18\xf9\xc1\x20\x70\xa3\x39\x58\xb6\xd6\xd6\x87\xda\xbe\xc7\x7d\x3c\x08\xdc\x52\x0c\x86\x2d\x65\xe0\x80\xa6\x05\x6d\x2b\xea\xbf\xb1\x2c\x42\xb6\x66\xb0\xfb\x5f\xf8\x3f\x86\xf2\x47\xf0\x4f\xed\xd0\xe1\xf7\xdd\xab\x4c\x9d\x03\x81\x4c\xfb\xc3\xf7\xf8\x07\x53\xa1\x9c\x5c\xb0\xc7\xa6\x82\xea\x09\xc5\xed\xd5\x7d\xff\x37\x55\x37\x1c\x36\x5e\xee\xe2\xef\xcd\xfb\xb5\x0b\x2f\x60\x93\x00\xfb\xa7\x4a\x90\x52\x11\xfc\x45\xcb\x11\x36\x9e\x5d\x8a\xc2\x2e\xc5\xfb\x83\xed\xc3\xfe\xc7\x31\x6d\x5d\x8a\xcd\x1d\x54\x59\x38\xe6\x77\x5f\xcf\xb4\xb7\x72\x1e\xe9\xa9\x31\xbb\xf5\xbb\xfb\x17\x75\x54\x95\x6c\x7a\x6a\xc0\x1c\xb3\x0d\x68\xb7\x37\x1e\x4b\x6d\x15\xb0\x86\xbd\xac\x20\xb4\x35\xe2\xdc\x75\x3c\x63\x45\x4e\x27\x20\xcf\x9b\xf2\x70\xa9\x51\x05\xe2\xe5\x2c\x61\x99\x71\x7c\xc4\xda\xd3\x7d\x09\x85\xc5\x5c\x12\xd4\xdc\x78\x2a\x6a\x37\x6d\x65\x29\xac\xf9\x89\x1d\x91\xcf\x77\x52\x7a\x4f\xd3\xc0\xf7\xd5\xd6\x39\x94\xa7\xae\xd1\x23\x5a\x06\x5d\x76\x1a\xda\xa3\xc1\x40\x38\x9d\xe8\x18\xa3\xd5\x02\xab\x15\xb6\x7b\x85\xb7\xd4\x54\x96\xfa\xd6\xa0\x4f\x1f\xcf\x19\xb7\x22\xd8\xe6\x59\xed\x7a\xc1\x9d\x94\x79\x1f\xd0\x04\x0c\x3f\x55\x17\xaa\x53\xb0\x92\xa9\x24\x81\xe8\x26\xba\x38\x4e\xf3\x39\xcd\x80\x73\xd4\xe7\xbf\xcb\x2d\x34\x30\x42\xeb\xc5\xc6\x9f\xe6\x58\x60\x33\xc3\x31\xf7\x07\x0f\x8c\xaf\x9a\xb7\x96\x84\x64\x61\x5e\x35\x98\xcb\x40\xfb\x9d\xcb\x5b\x8c\x13\x38\x9b\x60\xf0\x46\x6a\xe8\x23\xbe\x98\xd8\xf0\x0d\x6f\x1a\xba\x6f\xc1\x4e\xc1\x9b\xe4\x8a\xa6\x54\x03\x7f\xc4\x54\x41\xc7\x9b\xdb\x3c\xaa\x5e\xe5\xed\x32\x05\xac\xae\x8a\xc2\xc3\xdc\xf5\x2b\x22\xe0\xb2\xa0\xe2\xdc\x99\x28\x58\x90\x0f\x4e\x27\x3e\x9b\x63\xa5\x92\xf2\xce\xe5\x8a\x24\x3c\x93\xe7\x30\x0d\x83\xe6\x5e\x94\x1b\xf7\x05\x08\x8d\x02\x3c\x08\xe8\xd7\x79\xce\x45\x21\x29\x69\x7b\x4a\xb9\x65\x21\x2e\xc8\x10\xd7\xa0\x04\x82\x45\x41\xbb\x72\x84\x46\x22\xe8\xb4\x07\x55\xa6\x38\xb8\xb9\xa1\xc5\x3b\xa0\x12\x01\x5e\x2a\xf7\x75\x50\xb1\xac\xcd\x60\x50\x15\x83\x7a\x38\xe6\x8a\xbb\x95\x13\x7f\x44\x26\x43\xb9\xa9\xd4\x77\x10\xda\xe4\x89\x25\xca\xc4\x1b\x4b\x9b\x3d\xa7\xb4\xd9\x63\xa5\xcd\x29\xfd\xf4\xac\xf6\x99\x0c\x1b\x4b\x2d\xa8\x78\x56\xa1\x3a\xfd\xc6\x32\xad\x6e\xe4\xc9\xa5\xda\x1c\x10\x00\x7b\xd3\x92\xb4\x0b\xed\x91\x55\xb9\x10\x2c\xf5\xbe\x00\xbb\x2e\x1f\xcd\x19\xa3\x85\xc2\xf5\xf5\xaa\x4e\x91\x3f\xb7\x66\xa9\x19\x24\x32\xc6\xd4\xce\x02\x99\x62\x6a\x17\x21\xa1\x30\xdf\x84\xc2\x22\x22\xd4\x0d\x80\x8f\x87\xcb\x70\x6e\xf0\x04\xe6\x06\x4c\xa0\xe3\x15\xc2\x3a\x16\xd9\x5a\x44\xea\x90\x47\x61\xb0\xc8\x54\x53\xc7\x01\xea\xf8\x05\x27\x1d\x85\x85\xb1\xab\x8f\xd0\xb4\x15\x93\xe8\x26\xd5\xd8\xa8\xc5\x07\xca\x41\xc8\xba\x6b\x85\xa8\x53\xca\x99\xa0\xe3\xe3\x6c\xec\xec\x01\x26\x69\x22\x64\xfa\xb1\x49\x6e\xc4\x9d\x1a\x52\xc6\x37\x8b\xb9\x19\xdb\x18\xf0\x45\xf5\xc3\x8c\x7d\x65\x59\xed\x5d\x9a\x7c\x7b\x38\x9c\x26\x8d\xf7\x30\xd2\xb5\x77\x22\xb9\xab\xbd\xe1\x5a\x38\x59\x7b\xcd\x8a\x93\x8c\x09\x6b\xbb\xa0\xac\x6c\x0d\x8f\x00\x83\xec\x81\x0a\x45\xde\x00\x39\x80\x21\xef\xa5\x9b\x16\x5c\x1b\x3c\x5d\x0a\xe8\xbe\xd5\x48\x54\x51\x74\xf4\xf0\x54\xac\xaa\xad\xb2\x67\x11\x7a\x8d\x33\x7a\x3a\x03\xd1\x63\x6c\x74\xc5\x6a\x25\x9c\x53\xff\xc4\xc3\x7a\x00\x53\xb6\x2b\xc8\x7c\x64\x75\x6e\xfa\xb0\xa8\xbc\xa6\x63\xf9\x96\x15\x2d\x69\xad\xe4\x2e\x8b\x58\xe1\xbe\xa0\x4a\xcb\xea\x59\xe9\x78\x4d\x4e\x88\x49\xed\x67\x2c\xa8\x90\xf3\xc0\x92\x94\x7d\x53\x15\x56\xa7\xa7\x5f\x2e\xb2\xc7\xd2\xec\x96\xea\x97\x97\xa0\x22\xeb\x56\x5f\x4b\x56\x58\x20\x0e\xb9\xd7\xea\x0a\x2e\x35\xe7\xc4\x8f\xec\xa6\xdd\x51\xf4\xda\x20\x84\x96\x37\x92\x77\xe0\x4a\x8f\x7e\xfe\x25\x7b\x97\xcc\x6b\xc5\x0c\x20\x08\x85\xfe\x65\xf6\xac\xe6\x56\x00\x2c\x0c\xd5\xcb\xb8\x6a\x18\x23\x56\xcb\x90\x2c\xc9\x15\x15\xa8\xbc\x99\xb0\x6c\x7c\x62\xf6\x1e\x54\x2d\x8f\x55\xa7\x87\x92\x39\x34\x3e\x08\xe1\x56\x6f\xc9\xeb\xfe\x1b\x99\xd3\x0a\xb5\x20\x87\x18\xa8\x8a\x2e\x2b\x39\xe1\x5a\xa5\x58\x96\x37\xd3\xa4\x38\xc9\x6c\xed\x57\xc6\x44\xf2\xf9\xb5\xf7\x7a\x60\x7a\x12\x0a\xe4\xa2\xfc\x78\x35\x19\x20\xa1\xd2\x68\x73\x6a\x31\xf7\xf4\xae\xaf\xfa\xc2\x6c\x11\x22\xf6\xc5\x80\x0e\x0d\x2b\x5b\x50\xf1\xc1\xe6\xb7\x36\xa4\x2d\xb3\x17\xe8\xf2\x02\x24\xc7\x5a\x56\xaf\xa8\x45\x4b\xc5\x96\x90\x3c\x5e\xf7\xa5\x5f\xca\xe6\xea\x6d\xa9\xa6\x05\x5f\x38\x83\xb0\x1a\xa7\x96\xea\xb5\xb4\xa5\xad\x24\x47\x26\x35\x7a\x04\x1d\x36\x3c\x86\x38\x58\xd3\xcb\x4f\x64\x30\x44\x98\x97\x9c\x26\xe3\x47\x6b\x73\x25\xaf\x81\xf1\x1a\xd0\x61\x09\x96\x4e\x5f\x59\xe6\x0e\x90\xe6\x3a\x0f\x34\x7d\x0f\x50\x94\x8c\xe5\x0d\xa3\x9c\x26\x85\xcd\x55\xd9\xb4\xcd\xf5\x66\x33\xcb\x7b\xc0\x24\xe7\xc7\xc9\x68\x0a\x79\x8b\x0a\x46\x0e\x5e\xbb\x14\xcd\xe9\x52\x41\xab\x0c\x3d\xf0\x38\xb1\xaf\x37\x5b\x2c\x70\x16\xe9\x2a\x42\x0e\x11\x88\xe4\x92\xe5\x48\xee\x4b\x68\x3a\x97\xac\x09\x47\xc0\xa3\xf8\xfb\x44\xce\x9e\xa4\x82\xe6\x74\x53\xd3\x1f\x36\x4e\x3d\xdf\x0c\xc0\x9e\x84\xda\x8d\x12\x21\xeb\xab\x55\x4a\xa6\xa1\x52\x5c\x75\x66\x1a\x24\x21\xf0\x0b\x0c\x3c\x3c\x16\x79\x44\x24\x16\xf9\x4e\x9b\x67\xd4\x4a\x86\x32\x5b\x7a\x90\xd8\xf1\xae\x65\x78\xd2\xa0\x7b\x0d\x7a\xe6\xc8\x87\x92\x07\xb3\xa3\x9f\xb9\xd1\xcf\x10\xe6\x5b\x60\xe5\x48\x01\xf7\xa6\x31\x0d\xc9\x78\x7c\x9d\x1b\x70\xf7\xa2\x11\xd8\x7f\xbe\x28\xa6\x16\xfa\x5d\x7f\xdc\xdf\x8d\xfb\x98\x21\x3d\x32\x6f\x78\x3e\xab\xe5\x5f\x9f\xf7\x7b\x54\xb6\x95\x08\x4a\x11\xd3\x43\x06\x68\x23\x5b\xbb\xc8\x04\x38\x30\x63\x0d\xbb\xcf\xd6\x24\x2f\xa4\xf3\x30\xc7\xce\xaf\x07\x5c\x93\x92\x5e\x2f\x79\xd9\xe4\xbe\x7a\xbd\x30\x37\x3a\xfc\x04\xef\xa2\x16\x06\x6d\x67\x07\x27\x64\x67\x17\x61\x08\x8d\x96\xa0\x5c\xd9\x20\x2c\x01\xa6\xdc\x85\x22\x13\x78\x46\xc5\x34\x1f\xc7\x1c\x7f\x62\xd9\x38\xce\x70\xf1\x90\x8d\x62\x56\x56\xa2\xc4\xe4\x83\x64\xd8\xf9\x5e\xf9\x98\x7e\x0f\x7e\x2a\x32\xf1\x7e\xa5\x0d\x71\xa8\xde\x92\x0c\x17\x91\x2c\x84\x30\x54\x96\x2d\x3d\xad\xee\xf7\x3a\xfb\x28\x4b\xd7\x0a\x63\x75\xfe\xda\x70\x16\xf2\x9c\xee\xf5\x60\x58\x9a\xdd\x5d\xad\x8a\xed\x6d\xd5\xd7\xd6\xe1\x6a\xe1\x60\xfb\x0d\x96\x4d\x92\xc6\xda\xbb\xd2\xb6\xcf\xef\x81\x09\xe1\xd0\x68\xfd\xcb\x02\x2d\x8d\x69\x83\x6a\xb5\xe5\xf2\xaa\xe8\x49\x82\xd0\xa8\xad\xe8\x1a\xa1\xad\xc0\x10\x56\x5b\x86\xea\xad\x17\x6e\xc6\x78\x3d\x71\xa7\xd9\x7f\x85\x97\x63\x66\xb0\xdf\xb2\x84\xda\x96\x15\xe9\xd7\x8d\x59\x45\xc5\x96\xd5\x58\xc0\x64\xc3\x3d\x98\x8c\x39\x20\x88\xc0\xa2\xc3\x2c\x52\x8b\x4e\x79\xbf\x4c\xf3\x31\x82\x16\x2c\x32\x88\x2b\x1a\xb2\xb6\xfa\xb6\xb7\x51\x59\x96\x6b\x6e\x1a\x45\x05\x55\xce\x9b\xb4\x59\x22\x46\x53\x96\xdd\x79\x3b\xd9\x98\x21\xe9\xa1\x79\x74\xec\x39\xaa\x76\x93\xb7\x74\x93\x0f\xb2\x61\x47\xf7\x6e\x0b\xe2\x5a\x03\x27\x05\xdb\xa0\xd7\xdb\xb5\xbf\x57\xab\xb0\xe6\xbb\x0b\x2b\x4d\x5b\x05\xd5\x47\x05\xec\xa1\x54\x46\x87\xaf\x22\xca\xfc\xb6\xa0\xfc\x9e\x72\x88\x5f\xe1\xcc\x9c\xc4\x13\xfb\x23\xd0\x63\x86\x4b\xda\xd4\x4d\x81\x9b\xb9\x2e\x64\xba\x0b\x30\x9d\x99\xea\xac\xe7\x4b\x39\x02\x73\x5f\x80\x9f\x77\xf7\x98\x5e\x2f\xa4\xd0\x47\xaa\xfa\x98\x21\xef\x6e\x52\xea\x3b\x6f\xaa\x1d\xfa\x5a\x01\xf3\xf0\xc8\x47\x27\x70\xee\x0f\x63\x75\xb0\x8e\xdc\x49\x69\x3f\x4d\xdd\x21\x39\x32\x9e\xd3\xed\x6c\x8b\x17\x5d\x72\x11\x52\xe4\x9f\x5e\x7e\x86\xd0\x14\xc4\x91\x03\xa4\x54\x74\x68\x4b\xb1\x54\xfa\x89\x70\x84\x45\x47\x16\xc6\x9b\x50\x81\x93\x16\xc0\xaf\xa9\x6e\x9b\xae\x58\x00\x78\xb6\xbd\x6d\xb8\x76\x3a\x4b\xd7\xd4\xf3\x03\x1f\x83\xe9\x33\xe6\xa5\x1b\x96\xb9\x13\x5d\x98\xbe\x31\x42\x2d\x60\xd8\x1e\x7b\x45\xfa\x7b\x6c\x67\xc7\x82\x7c\x0c\x18\xb0\xe7\xb9\x9a\x4f\xb5\x2e\x73\xbd\x12\x15\xbf\x98\xeb\xe5\xe8\x83\x95\x1a\x47\xfc\x9d\xdd\x52\xcb\x2f\x26\x1b\x85\x35\xe9\xd3\x05\x88\xcf\x92\xe1\x34\x12\x7a\x52\x59\xf7\x9d\x2f\xb2\x34\xcf\xe7\x6d\x42\x1f\xef\x95\xb6\x5b\xca\xb9\xcb\x38\xcf\xd3\x87\x09\x4b\xfd\xaa\x29\xe7\x90\x42\x3d\xdd\x2b\x02\xe4\xb7\x6c\xce\xe9\x28\x11\x74\xbc\x33\xa1\x89\x58\x70\xda\xde\x53\xd0\x13\xb4\x89\x9c\x5c\xac\x60\x88\xd1\x38\xc6\xd3\x3f\x2f\x84\x32\x5a\x63\x72\x40\x31\x8d\x92\x85\xc8\x0f\xcd\x9b\x56\x17\x9c\x46\x5c\x7a\xe1\x85\xda\xa5\x10\x2a\x6c\x8f\xbf\xa4\x40\x31\x24\xa9\xf0\xe2\xd2\x73\x7b\xe5\x60\x14\x90\x4f\xae\x69\x28\x10\x7e\x47\x51\x89\x29\x00\x57\xd5\x2b\xf6\x1d\xed\x5e\xe7\x79\x4a\x93\x2c\x4c\xa8\x06\x68\xc0\xe0\x37\x0c\x6e\x9b\x63\x73\x9f\xf3\xb3\x5a\x83\x6d\x10\x7c\x19\x01\x1b\x32\xbb\xca\xfa\x34\x5b\xd3\x40\xb9\x31\xe5\x18\xa4\x2c\x29\xda\xf0\x96\x74\xab\x3f\x01\x5a\xe9\xa1\x6a\xb5\x9d\x53\x33\xda\x0d\x3f\xed\x75\x73\x22\xf0\x72\x94\x67\x13\x76\xb7\xb0\x72\x4f\x5f\x0a\xba\x8b\x0b\x75\xf7\x3f\x56\x28\x15\x2a\xd8\x3b\xae\xa0\x89\xdf\x9a\x4f\xa8\x2c\xa1\x35\xf2\x56\x75\x91\x88\x29\xb9\xa1\x6a\x74\xc8\xad\xfe\xf1\x91\x89\xa9\x0e\x57\xbb\x06\x4b\xf2\x96\x5a\x50\x8e\x26\x00\x31\xb7\x3a\x10\x5b\x0d\xcf\xe7\xe4\x81\x2a\x31\x26\x39\x96\x3f\x04\x7f\xb8\xa2\xcd\xe2\x75\xce\x63\x63\x0f\xb4\xd5\x87\xb6\x2a\x68\x86\x03\x41\x3e\x63\x1a\x71\x3a\x4f\x93\x11\x25\x4d\x21\xab\x6b\x0b\x60\x1f\x7f\x40\x1d\x58\x6a\x11\x2b\xcc\x92\xdb\xff\x68\x53\xc7\xb6\x24\x1d\xfe\xa9\x74\x65\x9f\x64\x67\x89\x60\xf7\x14\xb2\x91\x8f\x18\xe2\x3c\xc1\xc3\xb9\x3e\x34\xd7\xb5\xfc\x3b\x5d\xfe\x04\x6f\xed\xea\x12\xe5\x2d\xe0\x59\x79\xe7\xa6\xdb\x00\xf8\x04\xee\x43\x99\xf8\xc8\xd2\x54\x79\xc2\x90\xd7\xb5\x4f\x47\x6c\xac\xbf\xbc\xc5\x34\xa2\xc9\x68\x7a\xc1\xf3\xaf\x0f\x50\xa7\x97\xad\x65\xbc\x80\xaa\x1f\x59\x58\x10\x27\xbb\xe9\xf5\x98\xaa\xc2\xe5\xb7\xd9\xca\x46\x25\xae\x01\x7f\xa8\x0e\x9b\xbd\x52\x45\x32\xb6\xac\x07\x99\x60\x2a\x6f\x6e\x96\x15\x79\xc6\xd6\xd5\x90\xa5\x0e\x57\xda\x88\xac\x9a\x2c\x1d\x47\x0d\x81\x0c\x34\xd2\x20\x37\xc2\x4a\xcc\xfe\x18\xa9\x53\x3c\x1f\x05\x66\x4f\x32\xb3\x1e\xa9\xcb\x86\x46\x45\xec\x8c\xab\x9d\xbf\x0e\xc0\xf9\xda\x36\xa2\x90\xe1\x1c\x61\xe6\x56\x96\x1d\xa3\x39\x6c\xaf\x4c\x85\x23\x23\x33\xa0\x92\x67\x79\x46\xdb\xa8\x93\x46\x8c\x51\xa4\xf4\x78\x36\x17\x0f\xe4\x8c\xc2\xc3\xeb\x34\xc9\x3e\x91\x13\xea\x38\x81\x89\x1c\x63\x73\x9e\x34\x3d\x03\xfb\x08\xb3\xd5\xaa\x25\xb4\x74\xb6\x5a\x85\x8c\x64\x58\x41\x40\x80\x25\x9b\x52\x49\xc9\xa9\x89\x6a\xf7\x6a\x55\x81\x0a\xd3\x09\x52\x02\x9f\x0f\xa9\xc4\x4f\x4e\x3a\x0d\xa0\x96\x6c\x3f\xcc\x49\x86\x13\xc2\x50\x2c\x7f\x2d\xd2\x14\x27\x24\xab\x57\xd9\x76\x1f\xd7\xda\x59\x5b\xdd\xcc\x75\xd6\x63\xdd\x88\x05\x19\x49\x9c\xa4\x01\x5c\xea\xab\x0b\x2e\xce\x3b\x0a\x12\x0d\x9c\xd9\x93\xd6\x25\x66\x84\x7b\x95\xc2\x95\xed\xb4\x59\x69\x6e\xad\x9a\xf5\x55\xd8\x6f\x3b\x3f\xec\x15\x92\xf5\x2a\x76\xc8\x0f\xaa\x49\x29\x61\x83\x62\x88\x17\xf2\xdf\xf6\xee\x10\x8f\xe0\xc7\xf7\xc0\x8d\x2d\xd0\x72\xd4\xeb\xa9\x31\x4c\xf1\x02\x62\x8f\x87\x29\x71\x4e\xd3\x6a\x00\x17\x1d\xa3\x70\xde\x22\x64\xdc\xeb\x69\xf3\x0e\x78\x5a\xad\xc2\x05\x49\x07\x8b\x21\xc2\x0b\x6d\x70\x95\xca\x1d\x6a\xe4\xab\xfd\x52\x2e\x9b\x0b\x4e\x0b\xb9\xec\x9a\x6b\x6d\xeb\x04\x14\xc6\x98\x46\xe0\x0a\x6c\x0e\x35\xed\xd4\x47\xde\x48\xb6\x02\x7e\xeb\x2f\x8c\x16\xe4\x3d\x04\x42\x19\xd7\xd3\x7e\xc3\x34\xca\x72\xc1\x26\x0f\xd5\x2f\xe4\x14\x0e\x57\xff\xcc\x24\x53\xb5\x9c\xb5\x71\xb0\x93\x36\x91\x7f\xc9\x42\x80\xb8\xcb\x97\x47\x74\x94\x73\xc9\xab\x91\x7f\x43\x19\x26\xd9\x9b\x9c\xbb\x4f\x05\xad\x7f\xb3\xd5\x24\xaa\x1a\x30\x35\x60\x5e\x69\xa9\x3e\xec\x1a\x1f\x16\xfa\x8c\xf5\x7a\xdb\x06\xba\xb7\x2c\x71\xe6\x48\x04\x66\x64\x17\xa4\x25\x75\x2a\xd3\xeb\x55\x0f\x38\x08\x2a\xc4\x48\xdf\xcf\x3c\xd8\x1d\x6a\x6f\x0e\xf6\xd2\xfa\x73\xb0\xed\x6d\xc4\x07\xd9\x80\x0d\x87\xea\x30\x97\x3f\x3d\xc8\x65\xd5\xfa\xb5\x8d\xf4\x00\xfb\x57\x2b\xb3\x1f\x5d\x50\x79\x77\xdf\xd0\x3f\xde\x87\x55\x4f\x17\x9c\x99\x4b\xda\x27\xfa\x50\x48\xc6\x8e\xc9\xeb\x44\xad\x7d\x44\x36\x0a\x03\x2f\xc0\x31\x04\xe0\x2f\x11\x16\x70\xfc\x7c\x9d\x27\x76\x7d\xc8\xe6\x8d\xa9\x3a\x31\xec\x11\x7b\x83\x55\xfc\xee\xfb\x44\x50\xfb\xf2\xab\xa5\x9a\xf6\xd5\x17\x4c\xa3\x49\xba\x28\xa6\x07\xc5\x43\x36\x32\xaf\xab\x2c\x5d\xed\x1a\x6a\xe2\x70\x72\xe5\x01\x57\x71\x16\x29\x2a\xce\x22\x72\x0b\x1e\x78\x61\x1c\x3a\x07\x84\xe3\x87\x86\x54\x52\x51\xff\x1a\x35\xc9\x50\x87\xfb\x29\x13\x99\x92\x4d\xc2\x2d\x53\xa9\xf3\xa6\x80\x50\xb1\x98\x47\x15\x0f\x0a\x43\x1c\x6c\xf4\xde\x59\x98\xe1\x04\x0f\x32\xcc\xa3\x79\x22\xa6\x43\xed\xd0\x8d\x19\xb2\x3e\x31\x50\x10\xf9\x25\x34\x69\x30\xd4\x25\x92\x3b\xd9\x24\x70\xce\x34\x44\xd5\x6f\x27\xaa\x55\xdd\x32\x2c\x5c\x07\x7d\xe9\x50\x49\x34\x73\xdf\x56\x45\xf9\x6c\x14\x01\x4e\x51\x9c\x86\xc0\x9c\x02\xb5\x00\x09\x7b\x65\x1a\x9c\xbb\x5d\xe3\xb0\xe5\xde\x61\x2b\x5e\xed\xee\x8b\x9d\xdd\x18\xc0\x6f\x77\xf7\xb2\x97\x02\x0e\x5d\x3e\xc8\x76\x76\x6b\xc7\xae\x5e\x9d\x89\x50\xf7\x5f\xaa\x58\xcd\x3a\x93\xf6\xd7\x1e\xf3\xfa\x52\x66\x0e\xfb\x4e\x1b\x46\xb3\x3c\xcf\xe4\x11\x26\x70\x41\xb6\x98\x31\x1e\x7e\x73\xf0\xfe\xf4\xfa\xe6\xe0\xea\xd7\xb3\xc3\x9b\xf3\xd7\x57\xc7\x97\x1f\x8e\x2f\xaf\xe0\xc4\x4b\xa3\x89\x3c\xfe\x52\x79\xc3\xa0\xd9\x98\x66\xe2\x67\xfa\x50\xe0\x82\xa4\x20\x37\x75\x02\xb6\x05\x19\xc8\x03\xa2\xbf\x37\x7a\x99\x98\xad\xb6\xbd\x3d\x42\x63\x1a\x26\x83\xd1\x10\x53\xf2\x6a\x61\xbc\xe8\x50\x8d\x07\xb1\x7b\x03\x85\x39\x5e\xca\xe5\x51\xc4\x0b\x25\xdc\x2d\x4a\x84\x73\xe0\xd9\xe4\xf9\x00\xaa\x14\x92\x08\x49\x19\x33\xb9\xc9\xff\xe6\x59\xd4\x76\x0d\x38\x21\xff\x0a\x39\x04\xe0\x35\xda\x09\x3e\xe8\x0f\x71\x4a\xc2\x64\xb5\xe2\x83\xdd\x21\xf6\x43\xdf\xda\x1d\x3c\xf5\xcc\xb8\xc0\x75\x4a\x0b\x8b\x47\x06\x29\xde\x52\x45\x83\x52\xf4\xdb\x77\x4b\x5a\xc6\xdf\x2d\x8b\xd5\x4a\x94\xbf\x61\x13\x68\x80\x79\x60\x5e\xb9\x5c\xc6\x9d\xbe\x16\x48\x1d\xd0\x70\x79\x47\x45\x9c\x62\x8b\x08\x33\xd5\xd7\x31\xaa\xcc\x22\xc1\x4b\xdf\xae\xc7\xfd\x45\x08\x4d\x87\x46\xf3\xc1\xf7\x43\x14\x2f\xe4\xf0\x8a\xe4\xce\x3f\x7c\x7e\xb7\xaf\x14\x31\xad\x7b\xad\xc3\xcc\xb1\x42\x7d\x04\xc7\x6a\xcf\x7b\x46\x65\x44\x21\xc5\x97\xb6\xe2\xa2\x6a\x9b\x2f\x77\x61\xc2\x3f\xa9\xfc\x07\xc5\x11\x93\x95\x1e\xc1\xe5\x2d\x19\x7d\xa2\x63\x32\x13\x8a\xea\x5a\xa8\xb4\x4a\x0b\x5e\xd3\x68\x91\xcd\x79\x3e\xa2\x45\x41\x5d\x9a\x82\x6c\xf5\xf1\x07\x6a\x96\x99\xac\x05\xac\x47\xae\x8d\x55\xf8\xaf\x92\x96\x4f\x58\xb6\xa6\xd8\xf7\x74\xb5\xfa\xd1\xc3\x59\xfd\x4c\x07\x74\x58\x76\x6a\x59\x0a\xf2\x51\x16\xa3\xab\x77\x25\x7d\xe7\xbd\x3d\x48\x53\x2f\xfd\x8f\xd4\x9e\x0e\xed\x15\x5b\xaf\x67\xc0\x04\x93\x69\xe0\x92\xa1\xbd\x99\x3f\xd3\x81\x18\xca\x7e\x69\xf9\xf7\x07\xea\x41\xa9\x80\x46\xa5\xcb\xb2\x2e\x8b\xb4\xc7\xb6\x5e\x4b\xbd\x1e\x05\xc6\xaf\xfa\x76\x20\x86\xf2\x1c\x6f\xbe\xd5\xdc\xa7\x96\x81\xd8\x66\x5e\xd1\x84\x8f\xa6\x47\x2a\xba\x7d\x45\x16\x63\xce\x5f\xaa\x4f\xf4\x47\xb3\xc0\x00\x13\x23\x3f\x91\xd3\xb3\xde\x5e\x4e\x3b\x39\x8d\xa6\xf4\x89\x56\x59\x06\x11\x11\xf2\x6c\xb4\xf7\xba\xd3\x6a\xf7\x27\x17\x6c\x32\x6c\x2c\x55\xe3\x9d\x3f\xb9\x50\x9d\x1e\x0c\xf3\xa3\xb3\x83\x77\xc7\x57\x17\x07\x87\xc7\x57\x37\xaf\x7f\xbd\x39\x39\x22\xfe\x2b\x42\xa3\xc3\xf7\x57\xd7\xe7\xef\xe4\xc6\xb9\x79\x73\x7e\x49\x68\xa4\xdc\x3d\x4e\xce\x7e\x3a\x3e\x04\xc4\x88\x37\xef\xcf\x0e\x55\xa0\x67\x2d\x37\x7a\xa7\xc4\xa1\x34\x52\x14\x93\x46\x55\xd2\x4e\x68\x74\xd0\x78\x73\xca\x6e\x79\xc2\x25\xcb\x43\xa3\xd4\xfb\x7d\x71\x79\x7e\x71\x7c\x79\xfd\xeb\xcd\xd1\xc9\xd1\xcd\xe1\xdb\x83\xb3\x1f\x8f\xd5\xdb\x7f\xfd\x7a\x73\x78\x7e\x76\x7d\x7c\x76\x2d\xdb\xa8\xa5\x66\x96\x84\xd0\xe8\xe6\x2e\xcd\x6f\x93\xd4\x09\xd4\xb4\xb5\x98\xbd\x12\xdd\xfb\xae\x26\xdb\x56\x3e\xaf\x22\xe8\x3c\x76\x3c\xe1\x5b\xa3\x8b\xee\x34\xba\x77\x0b\xd4\xf1\xc1\x26\xb0\x35\xde\xf8\x97\x30\x77\xdf\xea\xf5\xc2\x9c\xdc\x99\xd0\xeb\xf7\xf2\xba\x2e\xef\xa6\x89\xba\x3a\xee\xe2\x1c\x69\x73\xb4\xa6\x20\xc0\xa0\xe1\xf5\x7a\x61\x11\x35\xcd\x77\x56\x2b\x05\x0a\xe9\x5b\xfe\xa0\xd5\xea\x2b\x94\x9e\x7b\xd7\xc3\x2f\x4f\x6d\x19\xfe\xeb\x5a\x71\xad\x5b\x81\xe7\xa6\xb3\x5e\x83\x8e\xfd\x4b\xc3\x96\x52\x80\xdf\xc6\x0f\xee\xc8\x9a\x26\x05\x14\x1d\x72\xad\xe0\x30\xa6\x01\x0a\x75\x63\x7d\x94\x6c\x9f\x22\xdc\x46\x05\xfb\x46\x5f\xf5\x7b\xbd\xdb\x48\x91\x3b\xd9\x9d\x07\xfb\xf6\xc1\xbd\x2d\x25\xb5\xdb\xea\x03\x53\xa8\x24\x3e\xae\xb1\x5f\xd5\xe8\x35\xe4\x74\x46\x97\xcd\xc8\x31\xe0\x8e\x4a\xb6\x99\x69\x3b\x09\xc4\xb4\xc2\x44\xd9\x28\x6e\x6f\x5b\x9d\xe4\x20\x1f\x12\x6e\x42\x09\xc4\x01\xc2\x09\xf9\x25\xa4\x38\x6f\x32\xad\xb4\xc1\xb4\x4a\xee\x86\xc1\x80\x70\xbc\x84\x82\xe3\x5d\x2c\x59\x9a\x38\xc7\x0a\x8d\xdc\x67\x68\xe3\x26\x43\x9b\x20\x5c\x2c\x0a\x60\xb6\xc6\x1a\x39\xac\xb9\x5b\x1f\xa0\x57\xe7\x64\x6b\x17\x5f\x55\x20\xb7\xae\x3d\x5c\xce\x9a\x45\xcd\xd6\xae\x1c\xbe\x2d\x42\xce\x8d\x58\x0b\x66\x95\xcb\x59\xc5\xc6\xd2\x6a\x1d\x00\x2a\x33\x76\x58\xb9\x1a\xad\x9d\x1d\x0c\xeb\x53\x3d\xc1\x91\xa2\x27\x4a\x20\xac\x24\x0e\x72\x0a\x7b\xbd\xcc\x4d\xa0\xec\x49\x5a\xd0\xee\x95\x3a\xa0\x07\xd0\xd2\xa1\x37\x8b\xef\xe4\x8a\x78\xd0\x0b\x4b\xce\xbd\x6a\x51\xc5\xca\xc5\x5c\x24\xe8\xda\x8b\x44\xeb\x9c\x3c\xf9\x22\x81\xf0\xad\x6d\xc0\xed\xff\x2b\x0d\x00\xf2\x77\x40\x3c\x3a\x79\x11\xca\x8d\x62\x6f\x6c\xf2\x46\xa1\xef\x76\x0d\xd1\x24\x47\x92\x5d\x71\x29\x99\xb9\xdb\xd1\xc8\xae\xaa\x5e\xaf\xe5\xa6\xa7\xe2\x5a\xd2\xda\x4d\x4f\xde\xee\xbc\x9c\x92\xbf\x9a\x85\x1c\x33\x3c\xe0\x92\xd9\xf1\x2f\x7b\x99\xbb\xec\x51\x3d\x44\x26\x4d\x73\x88\x78\x63\x88\x38\x44\xcc\x7f\x64\x88\xa8\x8a\x85\x5c\x69\xd1\xae\xba\xd7\xb9\xf0\x5a\x35\x7d\x82\xb7\xac\x6b\x56\x85\xf7\xa1\x90\x9b\x15\x16\xaf\x2b\x90\x6b\x2c\xbb\x4f\x8a\x1f\x73\xc7\xf9\x95\xb1\x59\xae\x1e\xc7\x60\xb8\x5c\x3b\xa1\x3f\xc1\xf6\xbc\x54\x25\x58\x5b\xe7\xab\xe3\xd3\x37\x32\x49\x80\xdc\xd4\xfe\xee\xc4\xd9\xed\x3b\xb6\xe5\x12\x47\x07\x9f\x86\x46\x0e\x22\x7f\x43\x08\xc0\x8e\xbd\xea\xfb\x0c\xb8\xc0\x0e\xad\x98\xb9\x31\x3a\xd2\x26\x5f\x32\xb1\x09\xa1\x6a\x72\x20\xdc\xf6\xfa\x52\x2d\xcb\xb3\xb5\x83\xd2\xc2\x25\xc0\xc8\xb4\x71\x0f\x67\xd0\xd8\x13\x7f\x89\x9f\xd6\x84\xb1\x4e\x18\x9a\xb5\x08\x43\x33\x73\xe0\xc1\xf9\xd8\x38\xda\x56\xab\xbc\xe5\x10\x94\x47\xd5\x91\xba\x8e\x9f\xbc\x24\xfd\x5e\xef\x22\x44\xf8\x4c\xb2\xce\xb4\xd7\x0b\xff\xa3\x45\x06\xb6\x4f\x07\x67\x43\xb9\xdc\x51\xac\x7e\x21\xe4\x2d\xb4\x37\x21\x5a\x9e\x6c\x6f\xe3\x73\xc0\xfe\x30\x6f\xbf\x85\x68\xb9\xb3\xa3\x2a\x08\x65\x0d\xcd\xcb\xbe\x26\x7c\xf9\x24\x54\x04\x1c\x21\x43\xb5\x3b\x92\x98\x97\xa1\x5f\xcb\x7b\x49\x13\xdf\x84\x08\xa0\x47\x68\xe8\x36\xd9\xb7\x10\x79\xd8\xb0\xaf\xdd\x3a\x6a\x20\xb0\xef\x87\x82\xf4\xe5\x15\x98\xec\xec\xa2\xb8\xbe\xc8\x76\x7c\x00\x3e\x75\x6a\xee\xec\x22\x84\x67\x92\xad\xfd\xa7\x0a\x6f\x74\x4b\x27\x39\xa7\x01\x1e\xe8\x4a\x86\x08\x53\x57\xf7\xdb\x0d\xac\xcb\x56\xdf\x2b\x9d\xef\x87\x1c\x24\x88\xac\xd6\x12\x5b\x2d\xae\xd9\xa2\xc9\x96\xf8\x7e\x03\x75\x1d\x8c\xac\x24\x64\x2f\xfb\xab\x55\x26\xff\xb0\x9d\x6c\x8b\xf4\x51\xaf\x27\x97\x53\xa0\x26\x31\xc0\x09\xc2\xf0\x3c\x18\xca\xdf\xd5\x9e\x69\x96\x53\xf6\x0c\xba\x30\xb4\xf8\xc6\x89\x09\xc7\xa9\x8c\x49\xf6\xfb\x71\x86\x53\x67\xa7\x10\x86\xf0\x9e\xed\xf7\x63\x86\x76\x0a\x84\x17\x84\xbf\xec\xef\xa7\xdb\x3c\xe6\x95\x23\x54\x72\x42\xce\xd2\x36\x00\x8c\x23\x75\x8d\x08\x50\xaf\x27\xbb\xba\xd0\xed\xf5\x3f\xc9\x46\xaf\x2b\x42\x12\x49\x53\x02\x4a\x77\x76\x5f\x2e\xb6\x0b\xd3\xe5\xc4\x2f\xc1\xd9\xb1\x00\x8a\xa6\x11\x8c\x4e\x00\xd7\x21\x1c\x0c\x3d\x3a\xf4\xb9\xa2\xe4\x6e\xe8\x36\xe5\x0d\x34\x76\xca\xd2\xd0\xb7\x65\xf9\x58\x21\x61\x76\x21\x1a\x8d\x83\xfd\xf5\x92\xfc\x27\xfd\x0f\x44\x1d\xf0\x27\xc7\x51\x14\x65\xda\x78\xcf\x7f\xef\xa4\x4a\x0d\xd9\x2d\x94\xa1\x49\x44\xa6\x61\xcf\x19\x66\xdb\xf2\x75\xc7\x95\xb1\xcd\x70\x5f\x96\x9e\xa3\xb2\x7c\x5b\x6f\x91\x6b\xfa\x77\x35\x6c\x88\x6e\x2e\x37\x05\x07\x8c\x03\xa5\x00\x58\xad\x82\x9a\xb2\x32\xc0\x89\x4a\x34\x36\xba\x45\x93\xc6\x2a\x1b\x03\x2c\xef\x4d\xd3\xa4\xa8\xe8\x66\xad\x4d\x76\xd6\xb2\xb3\x84\x64\xc3\xb3\x96\x85\x29\xe4\x4a\x28\xd4\x86\x80\x29\x6e\x14\x1b\xc8\xcd\x08\x20\x24\xca\xfa\x26\xba\xf9\x48\x93\x4f\x57\x54\xb8\xd9\xfd\x55\x32\xbf\xae\x8f\x34\x6a\x37\xa9\xae\x61\x9f\xe7\x6d\xa2\x1e\x86\xac\x71\x56\x42\xfa\x7b\xc9\xcb\xdc\x4c\x4e\xa2\x8d\xb3\x06\x29\x5e\x0c\xc1\x0c\x73\x0f\x4e\x12\xe5\xda\x07\xe7\x77\x8a\x7f\x09\x19\x5e\x34\xf9\x01\xd6\xe0\x07\x98\xa4\xb5\xb9\x85\x25\xf2\x48\xdd\xcf\x6d\xf6\x43\x83\x21\xce\x49\x7f\x2f\x77\xb6\x62\xf9\xf6\x36\xfa\x29\x64\x98\x62\x31\xc8\x87\x90\xbe\xe3\x09\xa9\x6c\x44\x6f\xff\xce\xf3\x4b\x9d\x8a\x56\x93\xfe\x14\x0e\x86\xd8\xa4\xf0\xb2\xfd\xa4\x86\x57\x69\x31\x4d\x9b\xc0\x38\x86\x64\x78\x4c\x72\x3c\x25\x09\x9e\x58\x45\x1b\x9e\x93\x9d\xdd\x3d\x6d\x7e\x3c\x23\xf3\xed\x5d\x65\x43\x4b\x08\x09\xe7\xa4\x12\xda\x0c\xcf\x10\xea\xf5\xc2\x39\x99\x20\x1c\xfc\x93\x26\xa3\x69\x20\x53\xa5\x92\xbd\x86\x95\x3e\xc3\x73\x99\x62\xbe\x45\xc8\x04\x2d\xa1\x30\xdc\x2c\x03\x48\xe8\x3d\x19\xe9\x06\xc8\xea\x82\x6c\x31\xbb\xa5\xdc\xa9\x56\xee\x57\xab\xad\xea\xbe\x1f\x21\xc9\x29\x06\x66\xd3\x07\x2c\xeb\x8e\x10\xba\xe5\x34\xf9\x24\x4b\x90\xa4\xeb\x1e\x2d\xb5\xb8\xed\xf7\x70\x04\x14\x16\xa1\x0e\xa4\x28\x53\x45\x38\xe7\xfb\xb6\xa9\x28\xf6\x5b\x6d\xf7\xf8\x1d\xe9\xef\xdd\xbd\xbc\xdf\xbb\x33\xc6\x7d\xb7\xe4\x73\x38\xc2\x77\xa8\x73\xdb\xeb\xd9\xd2\x6f\x71\x0a\x97\xbf\xb2\x56\x1f\xde\xea\xe3\xb1\xad\x54\x5d\xfb\xe5\xb7\x54\x7d\x00\x55\xa5\x51\x9c\x4e\xf7\xa7\x51\xdd\x58\x3d\x35\x6a\x53\x63\xff\xf7\x80\xf0\x9c\xc0\x68\xfe\x08\x17\x81\x05\xea\xf5\x46\x83\x74\xa8\x6b\xf0\xb9\xb4\x05\x1a\x91\x54\x32\x10\xa3\x56\x35\xf5\x28\x5a\x64\x9f\xb2\xfc\x8b\xd5\x4c\xee\xcb\x72\xe2\xc6\xeb\x30\x55\x34\xb0\xcb\x26\xa1\xa9\x13\x8d\x08\x54\x6a\xcd\x64\x6f\xc8\xd4\x99\xdd\x8d\xf6\xa7\xb1\xa7\x81\x1e\x21\xfc\x85\xdc\x54\x0e\x89\xb4\x6a\x41\xf3\x65\xb5\x6a\xe1\xf9\x1f\xf0\x17\xad\xcc\x39\x26\x37\x51\xbb\x53\x47\x8a\xf0\x57\xb9\xda\x16\xb7\x85\xe0\xe1\x7c\x7b\x17\xe1\x73\xc5\x65\x2a\x81\x1b\x40\x92\xc8\x6c\x0a\x84\xa5\x73\xac\x2f\x77\xe7\xf8\xab\xb3\xa9\x3c\x37\xf3\x33\x22\x37\xce\xce\x29\x45\xa5\xd6\x3a\xf9\x04\xc6\x2e\xb1\x31\x69\x90\x89\x11\xc2\xd3\x3a\x23\x30\xf2\x8e\x39\xbb\x23\xff\xa5\xa5\xaa\x03\xc5\xae\x38\x00\x9a\x1f\xc0\x55\xce\xe2\xf7\xb5\x70\xd7\x9e\xda\xd1\xbd\xb3\x11\x1f\x04\x6a\x71\xa1\x96\x8c\x54\xd3\x74\xc0\xe6\xc9\x56\x2b\xcf\x94\xc9\x35\xf2\xdf\x4e\xf4\xdb\x14\x11\x52\x8b\x15\xb4\x80\x3b\xb5\xd0\x60\xee\xb4\x1a\x1e\x5f\x1b\xfc\x3b\x86\xdc\x22\x35\xfa\x56\x5d\x0e\xbe\xb1\xa2\xc6\xa9\xb9\x35\x52\x61\x6c\x10\xca\x82\x8a\x85\x67\xa7\x99\x35\x3d\x2e\x14\x32\x01\x2a\x05\x4d\xf8\x38\xff\xe2\x0c\x8e\xa2\xa6\xdb\x86\xf0\x39\x55\x41\x2b\xac\x46\x9b\x83\x2d\x88\x1a\xb4\x33\xbd\xcb\xc8\x69\x6b\x20\x42\x5e\xf5\xf7\x35\xba\x0f\x8e\x3c\xa4\x57\xe3\x0e\xc3\x81\x40\x64\x74\xed\x41\xc9\x68\x2b\x54\x2f\xaf\x46\x22\xf8\xa1\xed\xae\xe0\xed\x47\x8e\xe2\xbc\x03\x42\xf1\xc5\x5c\xe7\x4d\x8c\x04\xd1\x97\x0f\x53\x6f\xde\x70\xc5\x0a\x8f\x56\xa6\x0f\xa4\xc8\x82\x86\x19\xa6\x08\x17\x54\xc4\x5c\xfd\xb6\x3d\x2c\xfc\xc5\x02\xa9\x34\xab\x57\x54\x0c\x95\x95\xf6\xd5\x3c\x23\x9c\xa9\xa8\xce\xb4\xdd\x7c\x39\xa1\x56\xa8\x06\x47\xec\x23\x37\xb2\x66\x24\xe9\x2e\x6b\x50\x5b\xee\x2d\xff\xc2\x47\x1a\xca\x69\x43\xa6\xe7\x23\x11\xb5\xdd\x82\x7b\xbd\x9c\x6a\x51\x8d\xcb\xb4\x30\x8b\xa4\x6a\xc3\x2e\xaf\x21\xb9\x0b\x2f\x05\xfd\x1e\x51\xf2\xe2\x7f\x22\x38\x54\xbf\x7b\xe1\x59\x6d\xd3\x6a\x98\x4e\x7b\x92\x2e\x03\xd4\x91\x2c\xbe\x08\x9d\x79\xdf\x88\xe2\x20\x82\x53\xcf\x4a\xf9\xbb\xda\xe8\xcf\xb3\x2b\x02\x54\x31\x5b\x4e\x09\x80\x62\x7d\x79\x61\xd0\x64\x55\x5e\x5a\xb3\xed\x5d\x5c\x20\x23\x74\xc4\x01\xc2\xa3\xca\xf7\x62\x7b\x17\x75\xc4\x76\xe5\x5d\x1f\x67\x08\x27\x64\x61\x8e\x75\x30\xc5\x48\x5f\x26\x7b\x28\xcc\xc9\xa8\xd2\x72\xf4\xb2\xbf\xcf\xc2\x50\x6c\x2f\x06\xe9\xf6\xf6\x70\x7b\x84\xda\xfa\x40\x6d\x02\x3c\xc2\x39\x66\xa8\x0c\x83\x00\x83\x8d\x84\x6f\xbc\x4e\x2b\x17\xbe\x56\xdb\xa5\x99\xb5\x5b\xc2\x05\xd1\x2b\x29\x91\xfd\xb6\xdc\x65\xd1\x49\x7b\xbd\x22\xf2\xe8\x87\x4a\x41\xc3\x0c\xed\x4f\x4c\x15\x09\x8a\x95\x39\x48\xb6\x3f\x57\xef\x98\x62\x04\xe2\x75\xaa\x18\x0e\x83\xd2\x2a\x04\x7f\x57\x59\x2a\x13\x5a\x33\x25\xb4\x82\x12\xa2\xdc\xa3\xac\x60\x6b\xad\xda\x47\x60\x26\x89\x8a\x33\x29\xab\x80\xcd\xd5\x2f\xe2\xda\xbd\xaa\x8f\x94\x35\x5a\xb6\x5a\x6d\xa9\x2b\xe4\x1f\xb3\xcd\x65\xd8\x9c\xd8\xf2\x83\xb2\xa6\xe6\x25\x8a\xe5\x5d\x8d\x70\x4d\xeb\x66\x6a\x73\xf3\x08\x14\x63\xe1\x2e\xfd\x01\x43\xb0\x69\x3f\x7c\xae\x77\x0d\xf4\xa3\xed\x35\x91\x42\xb4\x47\xd3\xcc\xee\x55\x60\xdf\x68\x4d\xcc\x55\xd1\x0c\xf9\xb2\xae\xdb\x2a\xe5\xbf\x97\xe7\xda\xfe\x8d\x7a\x19\x3f\xd0\x9a\x8b\xc4\x83\xb7\x0f\x33\xcc\x6c\x23\x70\x4e\xdc\x59\x4b\xec\xa4\xe5\x3e\x0b\x06\xa3\xea\xb8\x9f\x30\x23\x72\x50\x50\xaf\x97\x4b\x8e\x16\xd4\xa5\x54\x1e\xe4\x2d\x54\xa5\xce\x9c\x81\x64\xa2\xf1\x16\x90\x7e\x81\x3d\x61\xc5\x35\x4f\x46\x9f\xc0\xdd\x5c\xb2\xea\xfa\xc6\x90\x15\x8b\x99\x62\x89\xea\x12\x39\x99\xb1\xca\x67\x83\xd3\xa0\x62\x82\x20\xa8\x3b\xbc\x05\xf3\x17\x08\xc1\xb1\xa1\xb8\x4c\xb3\xdc\x08\xc5\xaa\x8b\x38\x73\x03\xa8\x47\xd6\x73\x7f\xa6\x38\x23\x8d\x59\x15\xfb\xc2\x8b\x9a\x1c\x8b\x36\x7b\x29\x67\x95\xc5\x57\x2b\x5e\x71\x95\xd7\xe6\x47\x9c\x3c\x50\x79\xd4\x0d\xd8\x10\xb9\xa8\x67\x75\x35\xe1\x1d\xc5\x0f\x34\x0c\x26\x79\x1e\xe0\x20\x09\x90\x7b\xda\x85\xdf\xcb\xd2\xbe\x5e\x96\xe6\xdd\x22\xfb\x94\x67\xde\xd0\xa3\x65\xe9\x25\x6b\xfd\xba\x8b\xf0\xad\x2a\x4d\x16\xee\x3f\x44\xb7\x09\x0f\xd4\x59\xfc\x85\x92\xa5\xe7\x96\xa2\x0d\xc3\x61\xe7\x2a\x81\xb9\xdf\x4d\x90\xce\x52\xe7\x10\xde\xfd\xea\x92\x1b\xe3\x1b\xb5\x0f\x94\x46\xdd\x1d\x7a\xa8\x11\x8a\x53\xf9\x4a\x66\xea\xf0\x4a\x00\x3e\x70\x3f\x84\x5d\x9b\xe1\xcc\x8a\xc5\xb6\x08\x09\x73\xb5\x6e\x5b\x0c\xe1\xe8\x6a\xa5\x96\x71\xeb\xcd\x03\x4e\xba\xf7\xb5\xcb\x87\xa9\x22\x57\xae\xad\xa7\x6a\x31\xc6\x6d\x69\x43\x21\xa9\x5e\xe6\x73\x5f\x5f\xeb\xd4\x92\xf8\xcb\x06\xe7\x84\x69\x13\xe3\x84\xc0\xc2\x63\x9e\xd3\x50\x82\x9c\xf1\x7d\x82\x73\xed\x34\xba\x95\x21\x87\x4c\xbb\x88\x34\x4a\x5b\xf8\x9b\x69\x44\xb7\xa0\xa2\x3b\x49\x58\x4a\xc7\x71\x57\xf5\x5f\xf6\x78\x9e\x88\x69\x37\xf8\x6e\xc9\x54\x04\x12\x59\x7b\x19\x74\x47\xf9\x22\x1d\x03\x78\xed\x2d\xed\x4e\xf2\x45\x36\x8e\x7e\x43\xa5\x31\x30\x02\x7b\x72\x14\x7e\xa1\x7a\xd3\x82\x95\x09\x02\xcb\x41\xb7\xea\xd6\x7d\xdb\x5d\xf3\x25\x01\x6c\xb7\xf5\x39\x93\xf8\x0b\xd5\xdf\xdd\x2a\x3b\x87\x18\x9b\x8a\x95\xbf\xa2\x16\xaf\xaa\xc6\xd5\x53\xb4\x04\x04\xaa\xd0\x46\x27\xc9\xd3\x44\x30\xc9\xc8\xdb\x38\x26\x34\x19\x9f\x67\xe9\x83\x7b\x33\x4d\x8a\xc3\xff\x87\xbb\x77\x6d\x6f\x1b\xc7\xf2\xc4\xdf\xeb\x53\x58\x9c\x3c\x6a\x62\x8c\x30\x72\xef\xec\xec\x2e\x1d\xc4\xeb\x4a\x9c\xee\x4c\x57\x2e\x1d\xa7\xba\xa7\x46\xa5\x55\x68\x09\x92\xd0\x45\x81\x2a\x12\xb2\xe3\x96\xf8\xdd\xff\x0f\x0e\xee\x24\x25\xcb\xa9\x54\xf7\x3c\xff\x7a\x51\xb1\x48\x10\x77\x1c\x9c\xeb\xef\xc0\x6d\xe1\x1e\x2d\xa8\x10\x2e\xb5\x8f\x7a\x56\xf9\xcf\x74\x32\x4f\x3a\x72\xf1\x57\xe0\xdd\xdb\x2d\x17\xb9\x10\xb0\xb6\x84\x64\x02\xea\xbd\x5e\x0c\x7b\xb7\x36\xd5\xf9\x5a\x85\xf8\x75\x25\x37\x47\x41\x5f\x4b\x27\xf2\x72\x52\xf6\x82\x77\x60\xb6\xd9\xed\xde\xd3\x70\x28\x80\xc0\x59\xd7\xd4\x7a\xd3\x6b\x4c\x8c\xc9\xda\x6c\xe7\x24\x49\x14\x8e\x87\x2f\xd4\xb0\x79\xac\x60\xbe\xc2\xe7\xb8\xef\x02\x73\xed\x60\x14\x86\x97\x64\xc3\x19\x30\xe0\x45\x4d\xca\x20\xde\x20\x0e\x3a\xca\x3c\xe5\x6d\x61\x5f\xea\xee\x76\x39\xe5\x16\xc9\x34\xcb\xf3\x58\x83\x66\x75\xc5\x0a\x78\x4a\x74\xe6\x0a\x23\x79\xe3\xd7\xb5\x1b\xa9\xc1\x6d\xf1\x6d\xc2\x22\x16\x56\x4d\x23\x20\x4c\xde\x8b\xad\x6c\xca\x31\x10\x31\x35\xa3\x71\xf9\x7c\xb8\xdb\x35\x5f\x3e\x27\x16\x5a\xc6\x8f\xa7\x92\x5d\xee\x12\x2f\xa9\xca\x62\xa6\xcd\xd1\xe1\x4e\x46\x41\x38\xac\x9a\x37\x35\x2e\x6a\xac\x59\xf2\xd6\x0f\x98\x49\x05\x8e\xd6\x32\xb6\x66\x4d\xab\x57\x89\x0b\xc9\x6a\xb2\x40\x23\x52\x36\x12\x3b\xea\xbb\x35\x50\x88\x64\x38\x47\x88\x13\xe6\xc7\x62\xd9\xfd\xb8\xd5\xbd\x4c\x37\x38\x1c\x67\x3a\x55\xd8\xfc\x5a\xdd\xc9\x3d\x3a\xb0\xe5\x64\xe3\x46\x55\x7b\xdb\x62\xaa\xdb\xf7\xb4\xa3\x19\xfe\x53\x4c\x35\xe3\x8d\x30\x38\x11\x58\x80\x10\xd8\x99\xf0\xc8\xc7\xed\x28\x71\x97\xff\x00\xc2\x3f\xc6\x4c\x05\xbb\x04\x5a\x4c\xc7\x44\x64\x08\x37\x59\x90\x63\x59\x0d\xcc\x75\xee\x39\x73\x86\x42\x72\x64\x8e\x1e\x50\xf6\x8f\xfa\xa1\x82\x1d\x07\xcb\x5b\xdf\x3f\x0a\xc1\x1e\x98\xe6\xc5\xcd\x0d\x2d\xaf\x6d\xe5\xbd\xc3\x7b\xc6\x3c\xf4\x3e\xd0\xee\x9a\xe1\xa6\xe9\xb5\xed\x83\xe6\x34\xd9\xe8\xfc\x60\x39\xcd\x10\x82\x87\x1e\x6d\xe9\xb4\xc8\xbe\x1b\x0f\x06\x26\x78\x10\x00\x25\x07\x03\xe5\x6b\x04\xbb\x40\x5b\x0f\x6b\x23\x52\xf4\x87\xca\x9e\xf7\x3a\x46\x58\xe3\x37\x4e\xec\xac\xca\xcd\xfb\x63\x5c\x40\x8e\x78\x67\xfb\x6a\xed\xfa\xbc\xbd\xeb\x33\x84\xb7\x8d\xad\xb9\xd1\x69\x23\xec\x80\x37\xed\x7d\x97\xc3\xbe\xdb\x80\x2b\x10\xc2\xc5\x31\x9b\x2c\x47\xa1\x21\xd2\x9a\x98\xbb\x17\x5e\xf8\x20\xf4\xde\x55\xff\x32\xe3\xf2\xca\x96\x17\xbd\xdc\x40\x4f\x0b\x9e\xdf\x9f\x18\x5a\x26\x2f\x79\x51\x47\x27\x05\xd7\xb7\x7f\x7a\xf2\x64\xab\xf8\x64\x5e\xad\xb5\xdf\x69\xfd\x19\xd5\xad\x9d\x63\x24\x0c\x23\xa8\x6e\xf2\xbc\x11\xb0\xe3\x9d\x6f\x64\xc2\x00\x38\x28\x44\x82\x5d\xe5\x87\xd0\xf9\x1b\xd7\x1c\x69\xf9\xbe\xd6\x2b\xe7\xf3\x46\xb8\x70\x72\x2e\x0f\xa8\x90\x00\x34\x47\xd7\xbe\x90\x4b\xa6\x2a\x4d\x2b\xbd\x56\xca\x83\xc1\xec\x11\x46\x2a\xaf\x39\x08\x29\xd2\x13\xaf\xcb\x9d\xd9\xe9\x2f\x06\x83\x4c\xc5\xfc\xc4\x3c\xa0\x1e\x20\xa7\x7e\xaf\x19\x56\x39\x64\xd6\xd2\xdb\x85\x27\xcd\x68\x2c\xfb\x84\x94\x8d\xfe\x2b\x24\x86\x70\x8b\x08\x9b\x3c\xbb\x6c\xb4\x6b\xd2\xf8\x62\x75\xd5\x36\x5a\x95\x97\x76\xcb\x71\xf0\x9a\x6a\xcc\xb7\x4f\x8e\x3f\xba\x86\x44\x55\xff\x3f\xbc\x4a\xd4\x92\xe3\x29\x69\x72\x90\xcd\x9b\xa3\x65\x4b\xcb\xf0\xf4\xbf\xe9\x25\x01\x64\x84\x9b\xec\xa3\x6f\xdd\x2a\xbe\xd6\x84\x73\x6b\x6e\x0b\xcb\xae\x54\xca\x67\xdd\x72\x3e\xd4\x67\x70\x15\xe7\x6a\x8f\xa6\xe7\x46\xab\xbf\xf2\xf9\x63\x5d\xd8\x63\x88\x5a\x85\x7d\xb6\xd0\xb2\x31\x8a\xd3\xae\x57\x1a\x75\x4d\xf1\xc5\xcd\x6e\x0d\xbb\x14\xbf\x42\xa9\xce\x77\xbb\x6d\x9d\xc6\xfa\x87\x06\xe9\x53\xe9\xe4\xf4\x62\x77\x75\x45\xbd\x91\x37\xea\x89\xd3\xec\x00\xfb\x6f\x8a\x78\x9a\x7d\xea\x89\x63\x97\xf4\x1b\x86\xc3\xb3\x79\xfc\x9f\x52\xb4\xd5\x5c\xb7\x0e\x30\xbf\x06\x17\x01\xfc\xd6\x81\x39\xf0\x58\x8c\x86\x63\x2c\x46\x67\xf2\x7f\xbf\x77\x92\xbe\xfb\x42\x07\xd2\xcb\x8a\x3e\x50\x72\x49\x93\x1b\xc6\x67\x0a\x55\xae\xd7\xe1\x11\xfc\xc1\x9c\xf5\x97\x87\x77\x49\x73\xe2\xdc\x2b\xb5\x6c\x05\xa7\x7f\xcd\xba\x0a\x9a\x17\x07\x57\x57\x1b\x33\x9b\x93\xe8\x70\x34\xec\x02\xf7\xec\xfa\x9a\xed\xfd\xf3\xd1\x42\x5c\x96\xcb\x2b\x99\xd0\xa6\x1c\xd2\x29\x84\xfc\x01\x4c\x16\x76\x0f\x79\x56\x89\x5f\x43\xc9\xba\x39\x54\xa5\x97\x73\x5d\x44\x35\xd2\x39\x2b\x5b\x64\xaf\x29\x98\xec\x25\x7d\xbb\x5d\xdc\x26\x58\x7f\x0e\xdb\xf1\x19\xdd\xc7\x10\x2c\x2d\x6e\x37\x68\x95\xe1\x4b\xdb\xc1\xfe\x5e\x8b\x80\x79\x62\x77\x95\x42\x6e\xa2\x82\x7c\xa4\x6e\x07\xd9\x87\x7f\xf3\xcf\xdb\x47\xfa\xd5\x6c\xcc\xef\x24\x1b\xf3\xbb\x87\xd9\x18\xe7\x13\x48\x1b\xc3\x58\x6a\x5d\x13\x04\x3b\x1b\x00\x03\x75\xc8\x5e\xed\x31\xde\xbc\xa3\x6e\x9f\xeb\x90\x6c\xe0\xa7\x5d\xfc\xa4\xe7\x03\xe0\x69\x3f\x2b\xf6\x77\x73\x9f\xf6\xd5\x2f\x2d\xc4\x9b\x12\xf0\x9d\xd3\xbf\x86\xb8\x0d\x91\xfc\x20\x42\x9d\x75\xdb\x38\x79\x5e\x77\x37\x6d\x8c\xb2\xbe\x3e\xcb\xc6\x37\xf6\xa9\xef\xbb\xd0\x6a\x9f\xe9\xf6\xb5\xcb\x57\x77\x0f\x8c\x5d\xaa\xcf\x1c\x82\xa3\xcb\x38\xee\x5b\xa3\x60\xf6\x76\xbb\x2e\x0d\x38\x68\x07\x9e\xfd\x74\xfd\x2c\x11\xb4\x02\x25\xb8\x4e\x0a\xde\x69\x97\x9d\x94\x26\xa5\xac\xcd\x0b\x3b\x2d\x4a\xfa\x3d\xbb\x79\xc3\x67\xf4\x0b\x19\x02\xd2\xa6\x8a\xbc\xb8\xff\xee\xde\xa4\xe1\x6c\xa5\xff\xd3\xb5\xe0\xd2\xa5\x7e\xd3\x50\x4f\x10\xbb\x26\x57\x76\xc4\xc7\x90\xb9\x26\x40\xe5\x19\xf1\xb1\x97\x5e\xd1\xf7\x8b\x0d\x2b\x36\x93\x6b\x59\xa8\x66\x97\x76\xbb\xb8\x04\x55\x78\x7b\x10\xa7\xa7\x2e\xe9\x9d\xae\x4d\xbb\x61\x71\x3c\xc4\x5b\xc0\x7e\xa7\x58\xc3\xd0\xa4\xa2\x46\x2e\xe3\xe3\x4b\x55\x8d\x6c\xc9\xc3\xa0\x0c\x3a\xdc\x1f\xa2\x7a\x46\x3f\x36\x53\x44\xda\x5c\x88\x1d\x7d\xed\x95\x36\x33\x9f\xd7\x27\x63\xf1\x28\xf7\xf5\x56\xa8\xac\x88\x7e\x20\xcc\xf7\x6a\xf7\xbf\x56\x87\xec\x7b\xda\xf3\x23\x63\x5e\x53\xfc\x9a\x26\x5d\x43\x89\x40\x8d\x1f\x41\x8a\x6c\x20\x11\x8a\x9e\xfe\x9d\xb6\x00\x92\x93\x65\x56\xbd\x77\x7a\x57\xfc\x03\x68\xf8\xbe\xa3\x04\x84\x82\x74\x88\x27\x9d\x71\x6e\x69\xff\x0c\x4b\xce\xa2\xf3\x65\x13\xb5\xae\xb3\x50\x8d\xab\xbd\xdf\x5b\x70\xcc\x8a\x8a\xd3\x53\x7c\xa0\x16\x79\x0d\xe2\x3f\x42\x9f\xff\x02\x3a\xa7\x20\x70\xe9\x2f\x6a\xf6\x7e\xa1\x5d\x18\xb3\x8e\x54\xfd\x95\x2a\x94\xba\x7d\x41\x7d\xd6\xdf\x8c\x62\xd1\x8a\x67\x6b\x87\x7b\x2b\x37\x30\xee\xbb\x81\x69\x1b\x25\x1f\x15\xc0\xeb\xc4\x94\x64\xc9\x74\x99\x95\x2f\x8b\x19\xbd\x14\xf1\x10\xa1\x17\xe4\xdf\xff\xe7\x60\x40\x9f\x93\xff\x33\x34\x6e\x9f\x7f\x92\x3b\x22\x43\xbd\x0a\xae\xb8\xd2\x84\xb8\xa1\xb8\x92\x32\x98\x77\x35\x3c\x51\x99\x80\x02\xfb\xaf\xe7\x6c\x67\x0f\x6c\x46\x84\x53\x59\x3b\xfc\x85\x13\x06\x81\x86\xd9\x98\x70\x1c\x36\xc4\xa5\x40\xcf\xe5\xe1\xfe\x3b\x55\xa2\x00\xc7\x95\x8d\xbe\xe6\xa3\x0a\x46\x23\x46\xc5\x98\x54\x38\x1f\x0c\x72\x97\xfe\x86\x90\x1f\xa9\xa7\x33\x0c\x23\x0b\x73\x84\xc2\x86\x72\xec\xf5\xcc\xf9\x22\x41\x95\x5e\x2c\x20\xac\x92\x8a\x9e\xc9\x11\x92\xeb\xc0\xf8\x86\xf6\x18\xb0\x2a\x39\xc2\x72\xe0\x39\x66\xa8\xae\xcd\x98\x49\x51\xa3\x78\x44\x6d\xbf\x62\x34\xc6\x2a\x4e\x08\xd0\x82\xed\x94\xfd\x81\x5a\x49\x60\xdf\x2e\x90\x43\xa5\x83\x41\x2c\x77\x0b\xde\x1f\xff\x79\x86\x30\xdd\xed\xfe\x18\xd0\xd0\xbf\x50\xdc\x81\x23\xf7\x84\xc6\x10\xf8\xdf\x83\xfd\xeb\xad\xe7\x8f\xae\x33\xe1\xbc\x05\xa2\x80\xcb\x93\xbf\xdb\xc5\x1d\xd1\x9c\x60\xe1\xf8\x41\xcd\x99\x1c\x1e\xf6\xa1\xda\x9a\x91\x9e\x28\x84\x51\xe3\x84\xf6\x66\x05\x38\x5f\xf2\x6e\xc8\xb9\x98\x23\x44\x08\x31\xac\xb2\x23\x28\xbb\x1d\x27\xa4\x45\x66\x9c\xd3\xde\xe1\x5e\x6c\x05\xf9\x1c\x57\x9b\x1b\x75\xa5\x15\xf3\x13\xc9\xba\xa0\xcf\xda\x79\x4b\xa7\xf2\x74\xae\x15\x0e\xf1\x6f\xb7\x8b\x62\x6d\x22\x45\x51\xad\x66\xaa\xb1\x9b\xb5\x43\x4f\xe0\x39\xfe\x27\xc3\x55\x95\xf7\xc6\xdf\x62\x24\x4c\xf0\xbc\x71\x27\x29\x3b\xcc\x0d\x65\x68\xed\xb5\xa6\x84\xc1\xa0\xf4\x77\xec\x60\x50\xd6\xd3\x4c\x4c\x97\x31\x57\xe9\x24\x5a\x91\x96\xbf\x28\x1a\xf5\x67\x8a\xff\x83\x12\x25\xee\x3a\xe2\x3c\x2d\xf8\x34\x13\x78\xab\x05\xe0\xf4\x3f\x69\xad\xca\x38\xe2\xf5\x5f\x2d\xb3\x58\x09\xd0\xd8\xdc\x43\x36\x16\x23\x0a\x41\xb7\x84\x5d\xfc\x87\x3e\xc8\x0c\xcb\x87\x28\x85\xff\x63\x2f\x32\x43\xb3\xb0\xd6\x0a\x19\xc0\x5f\x89\x9e\x71\x7c\xd6\x82\x63\xe0\xe3\x57\x84\xc5\x32\xc2\x46\x74\x8c\x2b\xd2\x31\x51\xd9\x45\x45\xe3\x0c\xa5\x59\x50\x41\xb5\xdb\x41\x7b\x55\x58\x51\x4e\xaa\xce\xf6\xf2\xb0\xd8\x46\x29\x31\xca\xe4\xae\xcc\xd6\x28\x2e\x30\xe4\xad\xe7\x46\x65\x86\x97\xc4\xaa\xcf\x94\x53\xa6\xdd\x8a\xcb\x0b\xfb\xe7\xec\xc2\xab\x62\x86\x97\x28\x5d\xa6\x33\x3c\xed\x13\x52\xec\x76\x1b\x59\x40\x4d\xf3\x5c\x56\x1c\x68\x3a\x77\xbb\xd1\x18\xaf\x89\x11\x5c\x93\x24\x99\x63\x30\xd8\x4c\xc1\x60\xb3\xa9\x1d\x06\xc9\xda\x53\x2e\x70\xf7\x37\x5e\x7b\x7a\x04\xee\xfe\x96\xcf\x41\xe6\xe3\xea\x5f\xbc\xf6\x85\x72\xee\xfb\x70\x31\x1a\xaf\xf1\x35\xf5\x90\x30\x9d\x11\x26\x5c\x58\x67\xda\x91\x3b\xa0\xb9\xbe\x6e\xf3\x74\x2c\x5e\xe1\xcf\x91\xc0\x05\x4a\xbd\x66\x4a\xdd\x8c\x8d\x74\x92\x7b\xa0\x50\x0b\xb3\xca\x7e\xa6\xda\xb7\x80\x21\xbd\xb9\xe3\xe6\x1b\x61\xd1\x19\x4e\x0a\x57\x2d\xef\xa8\x16\x28\x1c\x6b\x03\x55\x42\x6b\xb9\x9f\x53\x87\x49\x71\xb4\x7f\x86\xab\xe6\x5d\xbd\x21\xc3\xf3\xcd\x73\x6b\x7a\xda\x98\xbb\x7a\x4a\xaa\xd1\x66\x8c\x67\x44\x8c\xa6\xe3\x2e\x1c\x8b\xd9\x05\x00\x44\xe1\x62\x34\x1d\x13\x21\xe2\x29\x9e\x61\x86\xb7\x35\x42\x29\x3c\x9a\x99\x15\xc8\x20\x40\x68\x02\x32\x36\x29\x93\x8f\xef\xdf\x7f\x42\xd8\x1b\x18\x13\x21\xaa\xa1\xbb\x37\x2a\xf2\x5f\x34\x8e\xd4\x2c\x51\x9e\x39\x0d\x25\xa3\x55\xa4\x57\x12\xe7\x50\x68\x45\xcb\x45\xe7\xeb\x4d\x73\xc0\x0a\x20\xc3\x38\x6c\x9d\x4f\xcd\x80\x67\x64\x33\x9a\x8e\xf1\x92\x88\xd1\x2c\xc4\xa2\x5f\xc2\x76\x01\x57\xea\xc2\xf2\xb0\x33\x84\xb6\x1a\x24\x79\xa6\x78\xcb\x39\xa1\x2d\x67\xbb\x59\xe8\x03\x3c\x57\x4d\xad\x09\x1f\xcd\xc6\x84\xc9\x86\x3a\x66\x76\x3d\x18\x14\x22\x66\x78\x86\xd7\xa0\x5a\x06\x66\xa0\x94\x5f\xcc\x71\x66\x9a\xc4\x73\xa7\xc9\x95\x45\xb5\xc6\x67\xd5\x45\x6b\x40\x62\x5b\xa9\xb6\x6f\x49\x45\xe3\x65\xa8\x3d\xbd\x45\x5b\xa8\x9e\x0a\x79\xe0\xf1\x2d\x2e\x11\x86\x1e\x6a\x0b\xb5\xe1\x33\xea\xba\x1a\x0c\x2a\x6f\x0a\x5e\x90\xe1\x6e\xb7\x6f\x81\x08\xe0\x4b\xb5\x57\x46\x3e\xbf\x58\x92\x52\x35\xc6\x51\xaa\x98\x1c\x57\xe9\xd3\xb3\x8b\x25\xe1\xf6\xf5\x6a\x30\x88\x97\x72\x87\xc1\x6f\xd0\x9d\x43\xe7\x96\xb8\x74\x7d\xf4\xb9\xc1\xc2\x3b\xe7\xf6\x34\x94\x16\xfb\xc5\xe0\x75\x79\xb0\x37\xcd\x98\x8b\xdb\xac\xdc\x9a\xe2\x55\x9a\x61\x0b\x15\x9c\x56\x35\x29\xc2\xd8\x22\xcb\x1b\xe7\x84\x5d\x4c\xd2\x3b\x7d\xa2\x32\x08\xbb\x0c\xce\x55\x1e\x53\xac\x1f\xcb\xa3\xa5\xa0\x41\x70\xa6\x51\x5c\xfc\x4a\x1d\xc3\x3d\x25\xec\x62\x9e\xae\xf1\x8c\x0c\xcf\x67\xee\x98\xce\x4e\x4f\xd1\x34\xa6\xb8\x1a\xcd\xc6\x0e\x63\xc4\xf9\x8d\x0a\x1b\x6d\xb2\x0f\x58\xbc\x43\x1e\xc0\x59\xe7\xd3\xaa\xa1\xec\xca\xa5\x20\xbd\x51\xa2\x46\x70\xaa\x71\xdb\xff\x52\xa1\x94\x06\x11\x19\x30\x3b\xc2\x9f\x17\xc9\xe7\x12\x01\xd4\x46\x18\xd6\x56\x9e\x38\x88\x6f\x57\xb0\xff\x3e\xb3\x5b\x26\x36\x87\x40\x0e\xa3\xd9\xae\xed\xe6\x4a\xa7\x58\x81\xf7\xa7\xb3\x9a\xe4\xce\xe4\x36\xbd\x60\x22\x2e\xf1\xd4\xeb\x53\xea\x6e\xbc\xc1\x20\xa6\xf1\x2c\xe8\xb1\xe3\x15\xf3\x64\x72\xc7\xc4\xb2\xd8\x08\xb9\x4d\xcd\xdf\x36\xc0\x97\xea\x30\x60\x41\x32\x0f\x12\xe4\x5c\xe1\x8e\x0f\x06\x99\x2f\xda\x4a\xb9\x5b\x71\xf6\xb2\x33\xb9\xd7\x5c\x2d\xe5\x0a\xf8\x9b\x02\x94\x5b\xcf\xad\xbf\xa4\x56\x79\x8b\x5a\x2d\x49\x2e\xa9\xd5\x9c\x64\xa3\xa5\xbc\x74\x8b\xd1\x12\x88\xd6\x2c\xb9\xfc\xfe\xcd\xe5\xf5\xe4\xed\xd5\xa7\x3f\xbe\x7f\x05\xdb\xe8\xdc\x0e\x65\x3e\x18\xe4\x22\x9e\x23\x1b\xf7\xf2\x67\xc9\x3a\xcd\x81\xe8\xf6\xd6\x64\x05\x30\x68\x78\x4e\x56\x4a\xf1\x57\xbb\x0f\x2f\xba\xdc\x46\xe6\x40\xa7\x28\x5e\xe2\x39\xee\x0f\x11\x06\xd7\x4b\xf9\x03\x06\xbf\xb1\xd3\xb1\x44\xb8\xcf\x90\x37\xe1\xeb\xc1\x60\xae\xca\xae\xe5\xd8\x3d\x44\x8e\x6e\x87\x51\x4c\xeb\x70\x5c\x83\x41\xfc\xe7\xbd\x70\x94\x90\xbe\x5e\x81\x11\x4b\x2e\x14\x67\xa4\x1c\x15\x92\x0b\x03\xe1\xb3\x29\x3b\x64\x9e\x9d\xad\xb2\xa8\xd4\x92\x3b\x67\xca\x69\xb6\x40\x48\xde\x74\x0c\x1b\x5f\x7d\x94\xc6\xc6\xd9\x16\x57\x84\x8e\x8a\x31\x42\x78\x2b\xa7\x2e\xcd\xb4\x0f\x68\x55\x6b\xfd\x6d\x25\x70\x2e\xf0\x46\xe0\xa9\xc0\x33\xd1\xf4\x79\x57\x3c\xfe\x52\x34\x53\x13\xa2\xed\x4c\x38\xe5\xb3\xcd\x35\xd4\x46\x6b\x0b\xf9\x18\x8a\x9c\xc0\xe5\x5f\x7a\xd6\xf8\xb0\x0f\xc4\x1b\x33\x4f\xc4\xf1\x74\x21\xee\x26\x53\xc8\x0d\x8e\x98\xc8\x82\x9e\x70\x0b\xfa\xe3\xdd\x6e\x9f\x13\x2d\x37\x48\xc3\xff\x15\x33\x54\x7b\xc1\x22\x10\x55\x21\x47\xa7\xf3\x39\xcd\x05\x64\x08\xb7\xf9\x16\x5f\xba\x79\x09\x3d\xa8\xf4\x29\xb4\xb1\x12\x41\xba\x3f\xb4\x95\xf2\xe4\xb0\xf7\x8d\xa1\x8a\x6d\x4e\x73\x6b\x52\x35\xed\xae\x6c\x7a\x91\x5b\x83\x3b\x15\xfa\xe6\x63\x2e\xc9\x65\x00\xcf\xa9\xdc\x38\x1b\xf9\x49\xc8\x8b\x2d\xf5\x56\x7a\xb7\xe3\x16\x48\x09\x61\x5e\xab\xcc\x87\xdf\xd6\xea\x04\x1e\x18\xc6\xda\x62\x0d\xbb\xae\x0f\x66\x9f\x40\x62\x4b\x11\xfb\xab\xe0\x15\xea\x35\xf7\xa8\x5f\x4e\x2f\xee\x88\x8f\x15\xf5\xf3\x1e\x9a\xfc\x26\xa6\x88\x93\x10\xfc\xc7\xde\xdf\x86\x67\x9e\x0b\xf0\xff\x05\x93\x52\xad\x80\x2b\x03\xc7\xe6\x46\xec\xc1\x19\xc2\x70\x27\x8e\xe4\x07\x63\x79\x59\xc2\x37\x1f\xb2\x52\xb0\x2c\xf7\xd4\xce\x5e\x29\x54\xcf\xa8\xa0\x53\xa1\x8f\x59\x97\xff\xa7\x5e\x4a\xea\x30\x3d\x25\x09\x16\x3a\x24\x02\x35\xe2\x6b\xcc\xb5\xd8\x82\x48\x31\xda\x18\x70\xd7\x6c\x64\x3d\x3a\x53\x0f\x81\x1a\x20\x2c\x3c\xbc\x41\xed\xdc\xc7\x24\xb5\x53\x09\x6b\xd8\x3c\xf6\x02\x3f\xaa\x62\x45\x63\x41\x5e\x98\x56\xcd\xd4\xf6\xcf\x6a\x6d\x92\xf1\x90\x0e\x1b\x71\xdd\xa1\xab\x2c\xc4\xda\xda\xbb\x58\x59\xc4\xf4\x09\x0c\x36\xa3\xde\x23\x7a\xfa\xf0\x43\x20\x70\x06\x50\xcf\x82\xbf\x75\x03\xf8\x51\x77\xdc\x4b\x4c\x6b\x20\x69\xad\xd8\xa5\x8e\xb9\x55\xb1\xf5\x76\x6e\x8f\x9f\xf3\x70\xc6\xfd\x6d\xee\x82\x5d\x03\xa1\xc2\x2f\xa2\x95\x9f\xcc\x57\x7e\x02\xc7\x12\x33\x79\x53\x28\xcd\x9e\x59\xb1\xc1\xc0\xfc\x65\xf9\x89\x8e\x05\x3b\x29\xb5\x3a\xa7\x76\x4a\x3c\x13\x20\x60\x54\x3e\x8a\x06\xa1\xc8\x63\x02\x81\x98\x9a\xec\x21\x83\x81\xb1\xde\xec\x76\x43\x6c\x7d\x4f\xe5\x79\x7f\x31\x44\xdb\x70\x5d\x9a\x29\x3b\xfc\x24\x16\x54\xae\x8c\xde\xe2\x0c\x5d\xc0\xaa\xb1\x14\xfe\x09\x49\x04\xb3\x28\xb2\x27\x65\xcd\xe6\xb1\x01\xc2\x5a\x0a\xbc\xf4\xd5\xef\xc2\x43\x86\x6b\x70\x2f\x4a\x58\x6a\x5d\x9b\xb9\x20\x94\xbc\x58\x9b\x63\x86\x2b\x41\xe0\x26\xed\xcc\x4f\xe8\x18\x01\x42\xf1\xda\xbb\x56\x7d\x89\x61\x25\xbe\x2d\x51\xed\xfb\xb6\x7c\x30\xd8\x33\xc2\x2f\x78\xc2\x8c\x0f\x9c\x4b\xad\x5b\xc0\x0b\x75\x3d\xea\x47\x59\x37\xec\xfd\xad\x50\x78\x3d\x5b\xbf\x16\xb6\xdb\x81\x0d\xb9\x40\xf5\x18\xf9\x21\x68\x19\xc2\x59\xed\xbe\xf4\x55\xbd\xb7\x66\x63\x8c\x80\x01\x1d\x13\x0a\x6a\x1a\x41\xcb\x34\xc3\xda\x11\x2a\xaf\x3d\x77\x18\x3a\x7b\x95\x41\x40\x38\x2e\x2e\x8a\x8e\x41\x78\x96\x84\x8d\x55\xdc\x66\x81\xb2\x36\x6e\xe2\x19\x74\xc6\x5b\xd0\x87\xe3\x2d\xa8\x71\x82\xf4\x74\x98\x53\x39\x9e\xdc\xa8\x37\x3b\xc0\x53\xe0\x8d\xc6\x4f\x99\x91\x06\x3e\x5c\x33\xbe\x47\x87\x93\xd0\x99\x01\x8f\xdb\x80\xfa\x6a\xda\x0c\x66\x9c\x06\x10\xd4\x1c\xb5\x03\x34\x19\xe8\xd9\x17\x22\xde\xe0\x29\x42\x78\x56\x87\xd0\x70\x1b\x81\x5b\x6c\x6d\xb3\x44\x27\xbe\x37\xbd\x3b\x51\x76\x4f\x84\x0f\x01\xd1\x4d\x0d\x87\xb9\xe8\xe0\x30\xad\xe9\x8e\x78\xae\xdc\x44\xb4\xbd\x1e\x1a\xa6\xac\x05\x15\xda\x27\x0a\xf9\xd6\x7e\x5b\x85\xe7\x30\x55\xef\x4d\xf6\x01\xcc\xdd\x71\xc9\x3e\x3a\x73\x7a\x7c\xe3\xa4\xc1\xd4\x82\x84\x76\x40\x42\x02\xc1\x6b\xf0\x13\x14\xac\x16\x56\xc3\xa8\xd0\x17\x9b\x15\xc8\x7e\xc9\x8f\x89\xc0\xb2\x3c\x81\x72\xef\xff\xfa\xee\xea\x23\xa1\xc9\xf7\x57\x7f\xb8\x7c\xf9\xe3\x44\xfd\xf4\x02\x01\xf4\x65\xdc\x81\xee\xe3\x7f\x01\xb0\x3e\x41\x15\xa5\xb6\x5a\x84\xa9\x5d\x5d\x61\x55\x6a\x7f\xfa\xe6\xb2\xd8\x08\xc6\x17\xc7\xad\x89\x29\x9c\xb3\x9b\x67\xf4\x8b\x78\xe6\x12\x86\x3f\x58\x3c\x2f\xa6\x99\x9c\x9e\x67\xd9\x9a\x1d\x5f\x98\x17\x9c\x4e\xcc\xaf\xe3\x3f\x5b\x66\xd5\xf2\x6b\x3e\x63\x95\x28\xca\xfb\xaf\xf8\x32\xdb\x88\xe2\xf8\xcf\xaa\xfb\x4a\xd0\xd5\xb3\x05\xe5\xb4\xcc\x04\x9d\x3c\x62\x1a\xf5\xa7\xee\x8b\xc9\xbc\x38\xfa\xab\x59\x95\x1f\x5b\x54\x3e\x3a\xbe\x3b\x50\xfa\xd8\xc2\x90\xe9\x7c\xb2\xce\xca\x6c\xf5\xf0\x2e\xab\x68\x79\xcb\xa6\xd4\x3e\x7c\xdc\x07\x8f\x98\x50\xc0\x3b\x3d\x2a\xe1\x0e\x9e\xe3\x35\x5e\xfd\x66\xf9\xca\xbf\xb7\xbb\xe8\x28\x38\xd3\xd2\xf8\x39\x1c\x84\x48\x7d\x57\x70\xfa\xc8\x8a\xf9\x51\x15\xff\x31\xab\x96\x8f\xac\x98\x1d\x57\xb1\x3a\x8b\x8f\xac\xbb\x38\xaa\xee\xcb\x8d\x28\x1e\x59\x71\x76\x54\xc5\xe6\x44\xbf\xf4\x0e\xf4\x91\xa0\xb4\x5f\x57\xfd\xeb\x4c\x5e\xec\xf7\x8f\xc0\xd3\xdd\x53\xc3\xc1\x76\x1d\xb5\x79\x5d\x1c\x3b\xa2\xfc\xa8\x11\x7d\x84\x43\xfa\xea\xfa\xfb\x23\x6b\xdd\x3c\xa2\xd6\x23\xab\x9c\x1e\x5f\xe5\x91\x35\xce\x8e\xaa\xf1\xcf\x92\x0c\x7e\xd0\x54\xf0\xa8\x7a\x97\x47\xf7\x94\xf1\xc5\xb5\xa2\x83\x47\x56\x3d\x7f\xc4\xbc\x3e\xae\xe6\xf5\x51\x35\x7f\xb7\x99\xfe\xac\x13\x79\x1d\x59\xef\xca\xab\xf7\x41\xe6\xa6\x8b\x5f\x79\x38\xd5\x9c\x77\x59\xba\x0f\xa1\x2e\xef\xfa\x05\xf1\xfb\xc1\x5b\x46\x31\xb3\x1d\xd7\xcb\xaf\xe7\x60\xf5\x34\x18\xc5\x9b\xbd\x0f\x12\xad\x34\xdc\x76\x5b\xe9\xd2\x51\xf4\x8b\xb7\x03\xc7\xd8\xfb\x05\xb0\x0f\x78\xf2\xcb\xfa\x15\xcd\xe9\x22\x13\xd4\x3e\x50\x18\x6b\x33\x1f\xa8\xc5\x43\xd7\x00\x24\x0b\xcc\x0c\x6a\x5f\x99\x96\x1a\x73\x6a\x88\x39\xf8\x3f\xd3\xc4\xab\x54\x8a\x95\xc0\xb5\x2e\xa8\x40\x10\xb5\x8c\x6a\x2c\xca\x8c\x57\x4c\xce\xd0\xa7\x02\xb6\x5b\x20\x9f\xbb\xe2\x20\xd8\x45\x2a\x0f\x21\xa4\xb3\x06\xf8\xfa\xf0\xd3\xdd\x2e\x7c\x88\x59\x5b\xc0\x2f\x3c\x01\x1f\x4c\xe5\xc3\xf3\xec\x39\x03\x3c\xb5\x62\x94\xf9\x02\x7e\x36\x76\xf0\xcb\x46\xef\x08\xc9\xeb\xd7\x25\x9d\xb3\x2f\xd0\xe2\xbb\x6c\x45\x2f\x4b\x9d\xfc\x1e\x17\x72\x40\x1a\xe9\xe3\x91\x63\xf1\xbf\x92\xc3\xd0\xbf\xff\xca\xc4\xf2\x9f\x31\x8a\xda\x40\x9c\xda\xdd\xd5\x73\x1b\x8f\x1d\x75\xfc\x42\xfe\xbf\xe3\xf0\x75\x08\x78\xdf\xfa\x70\xe8\x88\xeb\xad\x36\x17\x84\x4a\x32\xb6\x5a\xab\xac\x42\xd0\x4d\xe3\xe3\x1a\x3e\xad\x9c\x87\xd4\x49\x69\x8c\xa5\x41\x24\x4b\x8d\x1b\x5f\xa4\xdb\xba\xf6\x26\x4b\x3c\x72\xb2\x42\xb9\xe2\x30\xcd\xba\x29\x8b\xbb\x8a\x96\x4f\x3b\x93\x5c\xee\xa7\x6d\xad\xb4\x93\x9d\xc4\xcc\x25\xc4\xfc\xfa\xec\x9b\x9d\x43\x94\x5f\x1f\x62\xbc\xbf\x89\x8c\xaf\xb9\x49\x48\x8c\x38\xd5\x8f\xb2\x6a\x09\xbf\x67\xed\x7d\xa2\xb4\x27\xb9\x8d\x2e\x61\x89\x6a\xb6\xe1\x66\xae\x42\x4c\xda\x91\x4c\x8d\x5d\x43\x22\xb9\x8c\x91\xb1\x2a\x18\x3d\x99\xf2\xb7\x2e\x0a\xf1\xc3\xc7\xef\xb1\x68\x2a\x20\xb6\x66\x82\x52\x81\x37\x15\x2d\x2f\x17\x94\x8b\xb4\xc4\x5a\x46\x4d\x39\x9e\x15\x53\x68\xf4\x6d\x31\xa3\x29\xc3\x2a\xbc\x27\x2d\xb0\xae\x32\xcd\x6a\x42\x71\x4e\x22\x29\x43\x47\x78\x43\xfa\x67\x0a\xc0\x0d\xb2\x2a\xbc\xde\xe4\xb9\x1c\x3d\x8a\x95\x26\x1c\x9e\x57\x9b\x35\xec\x2e\x3d\x5b\x08\x82\xda\x8c\xd3\xd7\x34\xce\xb0\x40\xbd\x25\x21\x64\x7e\x91\x93\x48\x77\x24\x4a\xa3\x67\xff\x12\x11\x42\x96\x06\xa7\x6e\x88\x7f\x8f\x2e\x62\x6e\x68\xd6\xb5\x90\x87\x04\x32\xcb\xa4\xf3\x1a\x47\x11\x9e\x23\xec\x7d\x8f\xd2\x78\x43\xfa\x43\xa5\xbc\xd3\xdf\xe8\x9e\xe1\xb9\xb5\x9b\x37\x7b\x98\x55\x4b\x75\x17\xa9\xd4\x79\xc6\xbd\x66\xe6\x3a\xb9\xde\xed\xa2\x67\xd0\xb1\xc1\x20\x7a\xf6\x2f\xf0\xe7\x1a\x3a\x9e\x55\xcb\xe8\x40\xa3\x6b\x04\xd8\x78\x1b\x67\x88\x31\x2c\x6d\x1d\x7b\xab\x22\x57\xcf\xfc\xb2\xab\x02\x4f\xf5\x0f\x6f\xd9\xe0\xb1\xfd\x69\x57\x88\x86\x6b\x08\xa5\xfc\x27\x66\x4d\xe1\x85\xfa\xbb\x46\x3d\x85\x91\xa0\xe0\x6e\xc0\xc7\xd3\xdc\x20\xd3\x8c\x4f\x69\x6e\x98\x34\xb1\x59\x47\x60\x9d\x17\x7a\x0b\x78\x30\xd5\xbc\x99\x1c\xc7\xe4\xc0\x89\xec\xf8\xa2\x53\x01\x57\xb6\x6e\x81\xe1\x48\xf7\x3a\xd2\x9a\xd6\xb0\xe9\x82\x4f\x4b\x2a\xe8\x9b\x60\xe3\x47\x98\xa1\xfa\x8e\xe5\xb9\xc6\x72\x51\x5b\x7f\xdb\x5d\x38\xa5\x3a\x04\x17\xa8\xf1\xcc\x7c\xe1\x29\xeb\x37\x9e\x4e\xb2\x8d\xec\xbc\xaf\x5a\xa1\xc3\x3c\xcb\xf6\xb5\xc9\xbd\x6b\xb3\x34\xc9\xca\x4a\x40\xdd\xe1\x23\xe6\x5f\x9b\x6c\xec\xf0\x4b\x8b\x44\x94\xf7\x6f\xf8\x6d\xf1\x33\x95\xdb\x85\x86\x58\x2d\x53\x0f\x5a\x02\xeb\x80\x31\x38\x71\xe6\xb4\x99\x98\x31\x4d\x82\x90\x0a\x4b\x36\x8f\x40\x2a\x50\x87\xd2\xf3\x2a\x31\x0e\x89\x6a\x17\x17\xe1\x49\x2b\x49\xcc\xdd\xb3\x33\x8b\x63\xf6\x2f\x11\x42\x89\x4a\x99\x8e\xb0\x3a\x0a\x0c\x5c\xef\x2f\x45\x6c\xf3\x0e\x9e\x41\x4c\xb1\x45\x36\x8b\xcf\x10\xc2\xec\x94\x94\xa7\x99\xc5\xec\x1d\x0c\x62\x76\x4a\xa2\x7f\x89\x4e\xb9\xf6\x54\x97\x35\xa3\x94\x9d\x92\xec\xb4\xf0\x1d\x68\x67\x01\x7a\x1b\xe6\x44\x4d\x86\xa9\xdb\x18\xa2\xec\x70\x22\x85\x86\x13\x47\xcf\xe0\xaf\xd1\x70\x0c\x16\xba\xe8\x59\x74\xca\x11\x2e\x75\xa3\x08\x97\xb5\xa3\xd0\x39\xce\x2d\x67\x6b\xce\x51\xf4\x2c\xc2\x8c\x33\x01\xa4\x26\xdd\xc4\x91\xfd\x11\x21\x29\x3e\xc8\x32\x9b\x38\x52\x7f\x45\x00\xe3\xa7\x1f\x55\xe6\x91\xa6\x01\xfa\xb1\xfb\x15\x21\x5c\x70\xc0\xd9\x34\xef\xbc\x9f\x11\xc2\xf3\xa2\x5c\x65\xa6\x36\xfb\x23\x42\xd8\x11\x8a\x0e\x2a\x61\x49\x84\x39\xe0\xc9\x1d\xe3\xb3\xe2\xce\x27\x19\x1e\xbd\x68\x1d\x6c\x95\x9b\xe2\x51\x9c\x44\x43\x25\xfa\x28\xe9\xe7\x10\x1f\xe0\x25\xcf\xfe\xb5\xf7\xfd\x37\x67\xf7\xb4\x2b\xbd\xbd\xc6\xcb\x5f\x79\x8d\xc3\xcd\x51\xcb\xcd\x15\x03\x80\xbf\xf0\x49\xa0\x9b\x5b\x65\x12\x31\xbf\x77\x3b\xb5\xb6\x76\x1b\x20\x87\x19\xb4\x54\x48\xd3\x7f\xcc\xf8\x2c\xb7\xb8\x40\xb5\xa6\x0c\xb1\x07\x84\xcc\x3c\x72\xe1\x5f\x3c\x60\xaa\xf9\xe1\xe3\xf7\x21\x53\x61\x2b\x70\xa7\x1a\x0b\x8b\xc3\xaa\x4e\x9b\x50\xa7\x4d\xc8\xd3\x86\xa9\xfc\x4b\x1d\x37\x8a\x10\x16\xb5\x3a\x17\xd6\x96\x6a\x9a\x4b\x64\x9f\x09\xc5\xad\xb1\x67\x95\xb8\xa6\xe6\x76\xa8\xdd\xf1\x69\xd7\x60\x90\x0f\x55\x5b\x0f\xd5\xe4\x1d\x36\x17\x1a\xa5\x40\x4e\x21\x21\xae\x71\xe9\x8c\xf7\x4f\x2a\x5c\x77\x37\x8c\xcf\x74\x13\xb1\x77\x75\xe8\xf0\x4a\x3d\x67\x30\x8f\xca\xa1\xc5\x75\x43\x67\xf0\x3f\xd4\x4f\xe5\x2d\x49\xe3\x12\xc1\x99\xd4\xcb\x9d\xcd\x66\x61\x17\x23\xd7\xb7\x68\x5f\x6f\x01\x21\x48\xd1\x10\x0f\x0c\x50\x4e\x55\xe3\x1e\x3d\x30\x13\x75\xf7\xe3\xed\x9e\x26\x07\x03\xdd\xe1\xae\xaf\x8e\xeb\xb3\x47\x9e\x8b\x47\x52\xa5\x96\xc5\xe5\x9b\x11\xa6\xaf\xa5\x43\xbf\x89\xd0\xc9\x48\xff\xcc\xd9\xca\x0b\xe7\xc6\xf1\x45\xff\xf7\x14\xfe\xf7\x6f\xf2\x7f\xf7\xe6\xa7\xf9\x2f\xb2\x87\xe6\xd9\xe8\xcb\xfd\xf8\xd9\x22\x94\x91\x55\xc8\x93\xb1\x49\x92\xb3\x7f\xff\xd7\xb7\x99\x58\x26\x65\xc6\x67\xc5\x2a\x46\xbb\x21\x8e\xa3\x2f\xf2\xf6\xa7\x17\x22\xfd\x1f\x03\xb1\xfb\xdf\xc8\x05\x85\x9d\xfd\x3b\x38\xa7\x2a\x4a\x99\x7d\x3b\x4a\xa9\x99\x7b\xec\x0b\x39\x92\xd4\x74\x11\x37\xbe\x97\xb8\x69\x52\xab\x6d\xcc\xed\xc6\x7b\x8a\xe8\x19\x9e\x39\x01\x1d\xd6\x35\xcd\x29\xf4\x37\xba\xc9\x2a\x0a\x0a\x95\x28\x32\x49\x4b\x80\xb9\x5c\x66\xd5\xa5\x10\x25\xbb\xd9\x08\x1a\x47\xcb\x92\xce\x23\xc5\x06\x81\x60\xd8\x7a\xd5\xa6\x52\xb2\x62\x38\xfa\x65\x07\x05\x0b\xef\x81\x07\xaf\x81\x75\xb1\xae\x24\xab\xd2\xb8\x04\x2c\x0b\x13\x92\x76\x3d\xb1\xb6\x36\xfd\xfb\xbc\xd9\x0b\xbb\x00\x2a\x29\xf4\x16\x9a\x48\xcb\x1a\xd8\x32\xa8\xc9\x11\x9a\x80\xfe\x41\x04\xaf\xca\xae\x04\x4a\x3c\xdd\xc9\x92\xde\xb2\x62\x53\xc9\x55\x0c\x8a\xa7\x3a\x6a\xd8\x13\xf5\x1a\x97\x92\x13\x99\xa8\x15\x7c\x04\xd6\x33\x28\x7b\x04\x1d\xe6\x44\xa5\x2b\xe2\xd9\x8a\xf6\x04\x11\x6e\xcb\xff\xf4\xec\xc9\x33\x1c\xc1\x32\x96\xed\xa7\x36\xef\xbb\x79\x23\x39\xfa\x8f\x74\x71\xf5\x65\x1d\x7f\xfe\x7f\x4f\xb6\x65\x1d\x5f\x90\x67\xbb\x27\xe8\x33\x92\xc5\xf7\x15\x13\x7b\x8a\x3d\xfb\xe9\xd9\x4f\xcf\x9e\x2d\x24\xfb\xec\x72\xf9\x9c\x92\x98\x26\x15\x64\x5a\xdc\xed\xa2\x08\x9d\x86\x97\xae\x77\x79\xba\x99\xd7\x52\x88\x59\xaf\x1e\x6d\x2e\x02\x45\x58\x0c\x06\xc2\x4c\x3c\xd5\xe9\x4a\xd7\x9b\x6a\xa9\xa6\xb5\x75\xaf\xfe\xfa\xca\x83\x65\xa3\xa8\xf6\x1b\xd3\xaa\x31\x25\xb7\x53\xbc\xd9\xb0\x59\x5a\xc4\xa8\xee\xf9\x2d\x79\xdd\x53\x10\x09\x98\xda\x6d\xbd\x6f\xc7\xd4\x8d\x56\x8f\x6b\x28\xf8\xe8\xf8\xb6\x1e\xcd\x3f\x34\x4f\x23\xc0\x74\xc4\x0c\x92\xde\x1b\x20\x77\x53\xbb\x85\x30\xf3\xda\x47\x68\x30\xa0\x8d\x13\x55\xef\x67\x09\x4c\x73\x51\x77\xf3\x0d\x76\x40\xae\xf8\xde\x23\xe4\x0b\x55\xf4\x22\x7e\xc4\x19\x42\xa9\x92\x0e\x4b\x60\x09\xd5\xdf\x9a\x3d\xec\x2e\x8f\xcb\x53\xf1\xed\x38\x92\xc6\x98\x0f\xf3\x23\x0f\x4e\x98\xc7\x8b\x64\x8f\xe3\x45\x1a\xbe\x26\xdf\x8c\x11\xe9\xf4\x5c\xc2\xe5\x6f\x24\xed\xf0\x6f\x76\x87\x83\xd2\x28\x50\x5a\xda\xcd\xa7\x55\x35\x21\x9d\xd7\x07\xd8\x6e\xd0\x60\x5b\x9e\x74\xef\x47\x7a\x24\x41\xf6\x68\x6a\xf3\xa6\x93\xcd\xee\x95\x15\x14\x04\xce\xcb\x2c\xcf\x6f\xb2\xe9\xcf\x84\xd6\x4b\xd8\x27\x0f\x54\x85\x3b\xbe\x05\xf8\xf2\xbd\x87\xb1\xe3\x08\x2a\x1c\x8c\xae\xd3\x23\xcf\x8e\xb7\x4d\x39\xe6\x56\xa3\x01\x73\x18\x45\xd8\xd3\x6c\x3c\x56\xd0\x07\xbe\xd6\xdb\xbd\x87\x2c\x2a\x1e\x4c\xa9\x33\x86\xb8\x7b\x78\x9f\xbc\x78\x0a\x39\x31\x5c\xdc\xab\x9f\x4a\x56\x5f\x8c\x5e\xf8\xaa\xf7\xd6\x45\xac\x80\x24\x79\xa1\xfe\xb1\xea\x2c\x94\x46\x91\x17\x1e\xea\xf7\xa9\x28\xd9\x82\xf1\x9e\x8b\x79\x8f\x05\xf9\xfc\x44\x05\x4d\x88\x62\x5a\xe4\xf5\xb3\x67\xf2\xe7\xb2\xa8\x84\xec\x7b\xfd\x19\xd3\x44\x4e\x80\x96\x6c\xd3\xe8\x54\xfd\x06\xf1\xf6\xeb\x8c\x08\x60\x2d\x10\xea\x6f\xd0\xd3\x91\xd2\x99\x12\x08\x57\x7f\x1b\xc5\x7a\x97\xff\xa6\x9c\xe5\x53\x39\x5b\xa7\x5c\xa7\xc8\x5e\x50\xf1\x1e\x46\x46\x18\x64\x56\x6c\x6a\xb7\xbb\x1d\x82\x01\x04\x98\x7b\xa2\x19\x83\x67\x2e\xdc\x94\xee\x76\xf4\xc5\xff\x82\x16\x1a\x3a\xfd\x46\x85\x6c\x1e\xc7\x10\xb4\xe5\xa1\xd2\x5f\xf2\x59\x29\x2b\xfa\x7d\x12\xa1\xdd\x6e\xdf\xdb\x7f\x4b\x86\x91\xbc\xec\x9a\xef\xdf\x16\x37\x2c\xa7\x27\xd7\xd9\x3c\x2b\x59\x04\x05\x48\x50\xe0\xe5\xb2\x2c\x56\xb4\xeb\xcd\x5f\x81\xee\x57\x27\x1f\x96\xa0\xae\x6e\xe9\xdf\x4d\xfa\x6a\x39\x7c\xcb\x78\xc0\xd8\x61\xa4\x9e\x1a\xbf\xe9\x8c\x69\x4f\xa1\xdc\x53\xa7\x90\x95\xfd\x88\x23\xd5\x72\x25\x7b\xc0\x39\xb2\x9b\xf0\xdb\x9f\x2a\x8c\xe4\xd9\x54\xe3\xaf\xb9\x17\x95\x71\xa8\x88\xfe\xef\x22\x67\xab\x15\x2d\x9f\x69\x4c\xaf\x23\x5c\xfb\xf6\x7a\x16\x98\x98\xea\xee\x03\x5f\xf9\x1b\x4a\x5f\xf9\x17\x34\xa5\xe6\x2c\x5a\xe4\x14\xab\xb4\xfd\x9a\x43\xf3\xa0\x59\x4d\x17\xd8\x6a\x41\x4f\xc1\xb1\xc1\x8f\x8e\x0b\x6a\xa2\xd6\x21\x29\x78\x1c\xc1\x9f\x7e\x62\x38\x4a\x5e\x28\x92\x2f\x4a\xb6\x58\x48\x56\xa1\x5d\x04\xd5\xfb\x6a\xf2\xd2\xc7\xed\xa9\xc8\x2f\x81\x6a\x54\xfb\x8e\x05\xdf\x36\x86\x40\x67\x70\xae\xe8\xea\x26\xa7\xc0\x53\x02\xf4\x1f\x0a\xa1\x36\xf5\x08\x26\xb3\xe2\x87\x8f\xdf\x7f\xb2\x9d\x89\x23\xbf\x63\x11\x86\x2f\x7b\xea\xae\xd2\xa6\xfd\x94\xe3\x55\x31\xa3\x79\x95\xb2\xc0\xe9\xa3\x00\xcf\xff\x2c\xa1\x5f\x44\x99\x4d\x05\xa8\x9b\x2f\xcb\x45\x05\x16\x8a\x8a\x34\x9b\xf5\xda\x54\x7b\xad\x3f\xb4\x22\x52\x95\x4c\x7e\xa6\x74\xfd\x4a\xad\xae\xf3\x74\x02\xb4\xcc\x4a\x32\xd2\x55\xed\xb9\x34\x34\x50\x93\x82\xa9\x0d\xf6\x81\x0e\xea\xb0\x0a\xfa\x08\xd5\x9b\x32\x7f\xad\xa2\x3e\x5c\x0c\xe4\xe1\xe8\xa3\x17\x67\x17\xe2\xe9\x59\x3a\x44\x98\x93\x33\x3f\x0a\xe9\xe9\x59\x77\x1c\x52\x30\x72\xe3\x41\x17\x53\x9c\x24\x49\x89\x6a\x56\x5d\x4e\x05\xbb\xfd\x96\x98\x90\x47\x2d\x57\x75\x68\xb9\xf2\xc6\x72\xa9\x7f\xdf\xb2\x69\x59\xe4\xec\xc6\xb7\x65\x35\xe2\x2d\x0a\x1b\x6f\xe1\x57\x80\xa3\xe9\xa6\x2c\x29\x57\xb6\x0d\x84\xfb\xfd\x3c\x31\xe3\x7e\xc3\x05\xe5\x42\xee\x01\x34\x18\xc4\xfd\xd8\x0f\x90\xaa\x90\xc5\x6e\x46\x26\xe2\xcf\xf6\x69\x5d\xd2\x75\x56\x52\xcf\x0f\x0e\x36\x52\x05\x46\x4b\x18\x5a\xb5\xcc\xf2\xbc\xb8\xbb\xfa\x65\x93\xe5\x28\xae\x70\x9e\x00\xaf\x9f\x78\xd3\x80\x00\xd1\x6c\x5a\x2c\x38\xfb\xbb\x27\x4d\x56\x06\x7b\x50\x33\x52\xa8\x73\x2d\x1b\xd3\x92\xb8\x8a\x84\x57\xeb\x25\x9f\x7d\x5f\x64\xb3\x6f\x56\xb9\xa9\x4f\x04\xc2\x8a\x67\xd7\x12\x09\x08\x3d\x74\x86\xb7\x7a\xda\xad\x5b\x4e\x0a\xea\x32\x83\x9a\x82\xe2\xc8\xb4\xd6\x2c\x18\x21\xec\x96\xec\xa1\xaf\x1a\x16\xab\x7d\xa5\xad\x6c\x84\x2c\x7f\xba\xaf\xa8\xb1\x15\xdb\x5e\x40\xc7\x8e\xea\x7d\x84\x8e\xe4\x78\xdb\xae\xe1\x1d\xf7\xf3\xde\x4b\x77\x5d\xe4\xf7\x73\x96\xfb\x8e\x2b\xe6\x1e\xfe\x47\x28\x85\xd5\x55\xc8\xec\x55\x68\xbd\xad\xb7\xcb\xac\x52\xce\x62\x8d\x00\x1c\x3d\x55\xde\xeb\xf0\x0e\x6a\x66\x08\xf1\xbe\x09\xa9\xb5\x4e\x77\x6c\xdc\xbc\x07\x03\xd6\x26\xab\x98\xd5\x5c\x0a\x3b\x39\xfb\x7b\x70\x40\xfd\xa0\x9f\x03\xe7\x58\x83\x64\x1a\x5a\x09\x12\x93\x0f\x61\xe3\x7d\x0f\xb1\xab\xcd\xc3\x62\xe0\x3b\xb6\xb5\xd7\x4d\xe5\xef\x60\xa0\x6d\x0a\x6c\x34\xa8\x7b\x3b\x5a\x00\xc0\x69\x48\xb0\x05\xde\x86\x77\x1e\xaa\x2d\x05\x7f\x5d\x94\x7a\x6a\x9b\x89\x69\x83\xf1\xee\x3b\xd7\x72\x6d\x40\x09\x51\x29\xc0\x56\x9c\x91\x62\x54\xb8\xdc\x1e\xe6\x35\xae\x1a\xec\xa9\x97\x14\xc2\x04\xc6\x3a\xd3\x7b\x79\x4a\x2c\xbc\xa4\xbb\x4d\xe4\x13\x5d\x1d\xc4\xff\xc3\x15\x76\xee\xa2\x46\x4b\x5c\x78\x78\xce\x9a\x06\x57\xa0\xd0\xc9\x10\xe6\x4d\xe2\x5d\x42\x66\xd5\x3e\x0b\x28\x12\xc3\xcc\xca\xa5\xca\x39\x51\xd9\xd7\x41\x6a\xf6\x0e\xb1\x9e\x17\xaf\x88\x3b\xf6\x07\xbf\xf0\xcb\x34\x28\x85\xa1\x75\x07\x3e\xeb\x20\x75\x92\xf5\x7f\xe0\x2b\x59\xe4\x78\x0a\xe3\xc7\x86\x1c\x29\x52\xff\x7a\xd2\xe0\x1e\xb4\x83\x5b\xf5\xd1\x83\x1e\x01\x47\xf1\x36\x5b\xd7\x2a\x1a\x36\x20\x16\x50\xc0\x24\xe8\xab\x44\x56\x2d\x3b\x10\x48\x55\x21\x9d\xa2\xbf\x23\x4a\xfa\x6d\xb6\xc6\x5e\x41\x15\xf4\xc7\x91\xdc\x3f\x90\xec\x51\x1e\x71\xed\x37\xa4\x2b\x67\xf3\x58\x25\x99\x08\xe3\xe0\x4d\x8c\x5a\xbb\x55\x1b\x6b\xa2\xe2\xb0\x2f\xb8\xca\x3f\x89\xd2\xf2\x40\x10\xe1\x11\xf1\x50\xbf\xf9\x5a\x35\x75\x79\xee\xac\x69\x47\x2a\xd7\xa3\x34\x3a\x55\x78\xfb\x8f\x18\x0f\x44\x6a\xed\x75\x92\xed\xb8\xc4\x7e\x7b\xf5\xa2\x0e\x0b\xef\x85\xfa\x99\xbd\x48\x69\x54\xdb\x14\x8b\x76\x04\xaa\x53\x53\x0c\x06\x31\x25\xca\x7c\x0e\x7b\x83\x7e\x59\xe7\x6c\xca\x84\x02\xe8\x35\xa9\x94\xe4\xed\xc2\x6d\xb8\x2a\xe5\x90\x28\xb7\xc8\x66\x8c\x2f\xae\xa5\xb4\x9a\x09\x5a\x11\x4f\x39\x20\xf6\x94\x31\x90\x23\x99\x98\x2e\x69\x65\x51\x81\x8b\x35\x38\xea\x12\x51\x97\x8e\xfa\x1b\xc0\xef\x1c\xba\x87\x37\xe4\xf3\xb3\xc9\x86\x6f\x2a\x3a\x9b\xcc\x36\xab\xd5\xfd\x84\x96\x65\x51\x4e\xd6\x99\x58\xaa\x0b\x61\xf2\x64\x4b\xeb\x67\x29\x3c\xfe\x0c\x97\x9a\xdc\xcf\x31\x27\xdb\x5a\x72\xe3\x28\x65\x71\x09\xbf\x05\xce\x49\x89\x52\x4e\xc4\x6e\xb7\xad\x0f\x8d\x69\x30\x88\x2b\x1d\xdb\x7c\x1a\x4d\x72\xf5\x36\xc2\x5b\x29\x1b\x0a\x8b\xb3\x98\xf2\x24\x7c\x50\x23\xec\x7d\x06\x1d\x7a\xf8\x23\x0c\x9a\xc7\x8d\xdc\xa3\xb9\xc1\x81\xcb\x4c\x3e\xd7\x66\x61\x00\x17\xa4\x77\x27\x45\x3c\x0d\xa6\x10\xf5\xaa\x78\x86\x23\xd3\x53\xd9\x8f\x19\x8e\x4c\x0f\x4c\x0b\x38\x57\xa1\xc2\x33\xd7\x4f\xcc\xf1\xcc\x5d\xd4\xc6\xe9\xd3\xbd\x55\xa6\xa9\x26\xb8\x97\x9f\x04\xcd\x26\xac\xd1\x5d\x49\x28\x5f\x30\x4e\xdf\xf0\xb9\x4d\x93\x29\x74\x30\xc2\x9e\x62\xc9\x7c\x93\xe7\x72\x88\xfa\xba\x3c\x3d\xd3\x08\x58\x8e\xe7\x00\x53\x66\xfe\x5a\x97\x4b\xb3\x1a\xef\x6b\xb2\xc7\xe4\xe2\x25\x15\x2d\x55\xc0\xbc\x0e\xeb\x66\x28\xfc\x22\x9b\xcd\xe0\x1a\x7b\x5d\x94\x57\xf0\x71\x2c\x70\xe5\x5c\x5e\x99\x97\xa4\x4d\xa5\x73\xf9\xfc\x4a\x1e\x60\xc6\x17\x27\xd9\x09\x6c\xbb\x13\xdb\x44\x79\x52\x70\xfd\xcc\xa0\x9e\x6f\x44\xc5\x66\xf4\x24\xe3\x27\xaa\xf6\x13\x56\x41\x9a\x36\x90\xaa\xe8\x2c\xf9\x8c\x7a\x46\x57\xad\x94\xbc\xf2\x0f\x15\x08\xdc\x27\x21\xf3\x62\xa4\xb7\xc6\x09\x1d\x86\x67\x2a\x71\xcb\xe4\xb8\xbf\xd0\x80\xad\x4b\x06\x22\x53\x50\xa9\xb1\x4d\xc2\x59\xd4\xbd\xd1\x9b\x07\xb4\xe1\x58\x90\x17\xdb\x30\x8f\x16\x75\xf0\x46\xe4\x7f\x20\x11\x43\x94\x76\x22\x0a\xf9\xc7\xe9\xd9\x18\xcb\x7f\x7e\x3f\x46\x75\xbd\x2a\x36\x0a\x4d\xb1\x95\xa4\x76\x6b\x43\x1c\x82\x05\x2a\x69\x55\xe4\xb7\x2a\x0e\xe3\x6d\xb6\x56\x28\x68\xb4\x27\x92\x4c\x9e\xce\x9c\xc8\x3f\x90\x85\xe0\xd4\x07\x26\x07\x06\xa4\x79\x60\x0c\x18\x37\xe3\x95\xc8\xf8\x94\xbe\x99\xa5\xfc\xf4\x14\x43\x97\x3e\x14\x8c\x8b\x74\x8a\xcd\x16\x4c\xa7\x35\x5e\x12\x65\xaf\xed\x19\x24\x74\x8b\x3f\xb3\x04\x5c\xbc\xe8\x59\x74\x9a\x1b\x00\xc2\x23\xa8\x53\x1e\x52\x27\xe3\x31\xdd\x3f\xc3\x2b\xb2\x67\x1b\xf7\x56\x90\xff\xde\xd8\x3d\xdb\x05\xc8\xcc\xa4\xb7\x0f\xcf\x89\x2b\x91\xce\xc2\x43\x82\xf0\xc2\x92\x8e\x5b\x49\x2f\x16\x21\xbd\x58\x34\xe8\xc5\xbc\x96\x3c\x3c\x5c\x25\x8a\x6a\x2c\x10\xde\x90\x85\x47\x2c\xf0\xda\x24\x79\xeb\xe8\xdf\x4a\x41\x3f\xdc\x1c\x3c\xc7\x51\xb6\x96\xfb\x4f\xc9\xb6\xb5\x4e\x5c\x7f\x80\x2e\xab\xa9\xbb\x27\xb9\x4f\x95\x27\xc4\xaf\xc6\x3d\xbf\x3b\xd8\xf4\x04\x9a\xd3\x84\xee\xbe\x45\xa5\x9b\xfb\xa8\x7e\x90\x7e\xdc\xe3\x3b\x84\x55\xd7\xf4\x3c\x36\x3a\xa6\x9f\x1e\xd1\x2d\x7c\x74\xb7\xb0\x5d\xaa\x23\x7a\x57\x3f\x50\x66\x8a\x6f\x0c\xf2\x99\x24\x26\x4b\x3c\xc5\x9b\x00\xe2\xb0\xc1\x72\xb5\xed\x2c\xc1\x7a\x82\x75\x42\x71\x10\x75\x4c\xd1\x60\xd0\x87\xc4\x4a\x17\xca\x78\xa4\x9e\x27\x92\x5e\x7e\xf6\xa1\x5c\x2b\x4f\x9c\x0e\x61\x85\x1c\xa1\xd0\x1d\x69\x1e\xf5\xf6\x79\x55\xde\x34\x90\xbb\x09\x1c\x30\xb4\x05\x4d\x67\x05\x54\x0f\x31\xc3\x1c\x5c\xea\x35\x35\x47\x8f\xf6\xa9\xd3\x9c\xa3\xda\xfc\x55\x84\x47\xe3\xc0\xd5\xf1\x31\x75\x74\x02\x13\x3c\xca\x1e\xfe\x70\x30\x97\x6f\x7a\xf4\x53\x7e\xcf\x55\x3c\xb2\x14\xa1\x7d\x1e\xfa\x26\xab\xd8\x34\x42\x8a\x12\xf4\x4a\x52\x26\x4a\x73\x12\x6f\x8d\x2b\x5b\x1a\x23\xf2\xe2\x73\x6c\xfa\x3e\x03\xfc\xec\x13\x57\x05\xfa\xac\x57\x8e\x93\x06\x73\xee\x04\x65\x9b\xfd\x80\xe3\x52\x2e\x90\xd7\x19\xfe\x55\x06\x90\xbd\xf1\xd6\x60\x47\xec\x10\x26\x4a\xb4\x15\x5e\xea\xac\x46\x57\x4b\xcc\x88\x15\x31\x38\xea\x0d\xad\x4f\x92\x94\x2e\x7a\xc7\xae\x6f\x88\xc0\xf0\xdf\x41\xae\xa5\x87\xa4\x02\x56\x79\x9a\x1d\x7b\x1b\xdd\x2a\x5b\x02\x7d\x9c\xa0\x08\xb7\xe1\x53\xc6\xe7\xc5\xaf\x3a\x21\x1a\xf0\xa2\xe3\x4c\x74\xe8\x15\xff\x69\xa1\x77\x33\xba\x2e\xe9\x54\x1e\x86\xa7\x73\x9a\x89\x4d\x49\xbb\x35\xa3\x99\x38\xe0\xcf\xaf\xa9\x19\xd6\x8a\x94\xc9\xdf\x1e\x06\xed\x68\xf4\xea\xf1\xc4\xe6\x48\x1c\x8e\x6f\xb6\x45\xaf\x0d\xd9\x25\xb7\x18\xd4\x26\xaf\x9a\xcf\x3b\xac\xf9\xd4\x51\x6b\x42\xc8\x6d\xed\xed\x78\x9a\x7c\x7c\xff\xc3\xa7\xab\x8f\x93\xab\xbf\x5c\xbd\xfb\x34\x79\x75\xf5\xe1\xe3\xd5\xcb\x4b\x05\xce\xa4\xdf\x4d\x5e\xbe\x7f\xf7\xee\x4a\x03\x36\x79\x22\xf6\x1a\xaf\xba\xb3\x0a\xdd\x5a\x8b\x7d\xdf\x5a\x67\x9f\x9f\xa1\xc1\x80\x1a\xa5\xce\xb6\x96\x8c\x0b\x44\x87\x59\x5c\xc7\xdb\xac\x1c\xb1\x31\x11\x3d\x06\x19\xab\x2f\x20\xae\xc9\x24\x1f\x50\x51\xd7\xe9\xb3\x09\x9b\x3d\xd1\x39\x75\xc0\x88\xd3\x2a\x14\xb1\x59\x64\xa4\x32\x6e\xdf\xb8\x60\xf2\x46\x9e\xed\xba\xee\x1a\xe4\xca\x80\x52\x7d\x75\x58\xa5\x4e\x3f\x42\xb6\x35\x24\x7e\xb4\x1a\x40\xeb\xee\x63\x8d\x66\x46\x59\x20\x19\x6a\x5b\x8c\xdc\xc5\x5d\xb1\x6f\x98\xa2\x7a\x02\x3a\x32\xb8\xc4\xdd\x34\x2b\x73\x0e\x28\x5e\xc3\xcc\x3d\xf0\x88\x50\xfd\x47\x8f\x5b\x80\xbd\x98\x93\x98\x12\x21\x17\x45\xbf\xdc\xed\x46\x63\x07\xab\xc7\xbc\x59\x55\x2e\x47\x93\x5f\xd6\xc9\x2f\xeb\x0a\xb2\x78\x3b\x0b\xa1\xa9\xd1\x84\x72\xdb\x8c\x2a\xa7\xa7\x99\x8a\xe8\x06\xf6\x05\x1c\x5d\x92\x27\x5b\x3e\xca\xc6\xf5\x67\x97\xd6\x84\x0c\xcf\x2b\x07\x44\x78\x7a\x5a\x99\xbc\x25\x6c\x54\x8d\x7b\x11\x98\x13\x23\x42\x48\x9e\x54\xd3\x62\x2d\xe9\x6d\x2e\x59\x21\x51\x91\x02\xd5\x75\x3d\xc9\x40\x37\xfc\xe7\x0f\x2e\xda\xdf\xe2\x86\x19\x25\x78\xab\x88\xaa\xca\x66\x92\x04\x00\x5e\x81\xea\x09\x78\x51\x31\xbe\xf0\x8a\x36\xeb\xea\x28\x92\x6c\xca\x1c\xb2\xa1\xa9\x4b\x4a\x5b\x78\x2d\x4e\xd6\xfe\xf8\x45\xa8\x33\x8d\x4e\x69\x88\xbf\x6e\xa0\x33\xb7\xb5\x2f\xe5\xed\x33\xd5\xa9\xc1\x39\x93\x09\x2e\x08\xbb\x60\xa3\x59\x72\xfd\xe9\xf2\xd3\xd5\xe4\xfa\xc7\xb7\xdf\xbd\xff\x7e\x9c\x1e\xac\x03\x44\x05\x9c\x91\x32\xdc\x83\x06\x54\xdb\x43\xe8\x2f\x12\x35\xc8\x51\x36\x96\xd2\xe5\x7d\xa0\xbc\xf7\xad\xa9\x39\x4a\x4a\x3a\xdb\x4c\x69\x0c\x2b\x42\x5e\xa8\xac\xf2\xf9\x48\x8c\x31\x45\xb8\x42\xb5\x25\x48\xee\xc2\xfc\x13\xbd\xf7\x69\x56\x57\x91\xce\x64\xab\x66\x58\xdd\xe5\x4b\x54\xcf\xe8\x63\xab\xda\xf7\x45\x89\xea\x89\x96\x07\x5e\x17\xa5\xff\xca\x0b\x12\x08\x4e\x8d\x67\xc2\x49\xa2\x53\xbb\x5b\x34\xb4\xe0\x81\x82\xeb\xb2\x58\xa3\xdd\x6e\x5b\xd7\xc0\xb5\x3b\xb6\xac\xa3\xe3\x35\xfd\xe2\xa2\x0f\x66\x14\x36\x85\x92\x38\x43\xf7\x10\xf7\x2a\x32\xaf\x34\x3e\xff\x5f\x18\xbd\xab\x62\x54\x4f\xcc\x05\xf8\x91\x6a\xe4\xbc\x50\x0f\x6f\x7b\xd1\xe3\x3e\x40\x46\x27\xb1\x50\x22\x68\xc2\xb8\xda\xa4\xa6\xc9\xe6\x70\x38\x86\xe3\x47\xb9\x4a\x7e\xb9\x52\x1a\x7b\x59\xcb\x68\x6c\x72\x22\xee\x1b\x90\x1b\x4e\xed\x0f\x7b\x5b\xfb\x7f\xff\x46\xfe\x2f\x5d\x1b\xa7\xe9\x0f\x12\x0f\xf1\x72\x3f\x5e\x85\x40\xa8\x86\xf9\x5e\xd1\x19\xcb\x84\x77\x8c\xbf\x69\x47\x15\x8a\x66\x92\x24\xea\xaa\x3c\xd8\xa1\x5e\x30\x9c\xbd\x9d\x53\xd5\xa1\xba\xa4\xf3\x92\x56\x4d\xaf\x98\xfd\x7e\x05\xaa\x34\xd0\xc1\x86\x57\xcd\x6f\xb9\x2a\x7e\x4b\x47\x2d\x8a\xcd\xb2\xe9\x92\x69\x36\xb6\xbf\xfc\xc6\x57\xff\x69\x14\xf7\x46\x29\x79\x19\x30\xf0\x36\x62\xf3\x98\x93\x4c\x7f\xd1\x16\xb5\x62\x66\x72\x9e\x7b\x52\xa0\xce\x30\xd6\x71\xb4\x22\x84\xbd\xc4\x38\xd5\x85\x2b\x52\xe1\x68\xed\xdd\x6b\x55\x84\xd2\xd1\xf8\xbc\x81\x44\x29\x7c\x24\xdf\xad\x7f\xf9\xc4\x0a\x95\xc7\xc0\x83\xbe\x2e\x4a\x73\x4b\x2a\xbe\xc9\x10\x03\x70\xbf\x51\x17\x99\x03\x13\xd5\xac\x95\x06\x9c\xe6\x7e\xee\x25\xab\x60\xe0\x0a\x95\xbd\xf3\x0d\xe0\xb3\xeb\x1e\xf8\x7c\x31\xd4\x8b\x21\x5b\x8c\x9f\xcb\xe7\x25\x88\x03\x28\x86\xf4\x3d\x50\x2f\x60\xa0\x42\x3d\x35\x42\xb5\xd2\x1a\xcd\x66\xef\x75\x92\x0c\xa8\xe6\x14\x90\x7f\x30\x55\xf8\x3e\xfa\x12\x87\x0c\x26\xa8\x46\x31\xc7\x1b\x8f\x7f\x53\xcb\x40\x78\xad\x6c\x0c\xdd\xeb\x30\x27\x53\x4d\xe8\x14\x24\xb3\x4f\x14\xe7\x09\xa8\xaf\xdf\xdf\xd2\xb2\x64\x33\x2a\xf7\xd6\x16\x36\x1f\xb0\x70\x40\xeb\x61\x91\x1a\x1e\x4c\xa2\x79\x7d\xab\x2d\xf6\x86\xcf\x0b\xad\xc1\x5d\x6b\xa6\xe0\xc6\x61\x51\xe1\x15\x91\xdf\x7d\xb8\xfc\x78\xf9\xf6\xda\x7c\xd8\x9b\x26\xc1\x6e\xe8\xc8\x08\x31\x4d\x56\xd9\x7a\x44\xc7\x3d\x61\xc4\xd4\x95\x03\x5f\x58\x26\xd3\x2c\x9f\x6e\x72\x70\x2e\x9f\x2e\xa9\xbc\xb9\x62\xa1\xba\xd3\x60\x16\x84\x62\xcb\xb0\xa9\x46\x72\x89\x6b\xc3\xeb\x30\x49\xe2\x93\x0d\x9f\xd1\x69\x01\x1a\x0f\x2d\xb4\x80\x93\x9d\x8f\xdd\x20\xef\x82\xc2\x24\x96\xbd\x25\xf7\xfa\x48\x36\x27\xc4\x7d\xe2\x33\xf6\x1c\xdf\x6a\x95\x1d\x9c\xdf\xd6\x15\xa3\x1d\x2a\x3d\xcc\x19\xab\xdb\xab\x96\xc5\x26\x9f\x7d\x94\x7b\xab\xd4\x89\xfd\x4b\xf8\xf1\x89\xae\xd6\x39\x84\x8a\x59\x2c\x89\x79\xbe\xa9\x96\x97\xd5\x3d\x9f\x9a\x9d\x55\xa1\x58\xee\xa0\x00\x74\xca\x18\x99\x1b\x99\x34\xfd\x15\xdb\x3f\xc5\x65\xe7\x14\x97\x7a\x8a\x4b\x33\xc5\x3d\xae\x76\x92\x9a\x5f\x54\xd7\x37\x74\x5e\x94\xf4\xad\x64\x9a\xe1\x12\x9c\x4b\xea\x6b\x7e\x95\x74\xc6\x4a\x15\x20\x51\x6b\xf1\xc4\x7a\x8a\x5a\x6b\xbd\x72\x3d\x80\x6f\x88\x2f\xc8\xd4\xc0\x89\x83\x51\xdd\x64\xb0\x90\x22\x6e\xe7\xbd\xbf\xca\xd6\x5e\xe6\xc2\x1c\xa4\x39\x04\xc2\x60\x80\xe3\x25\xb9\xfa\xdd\xae\x1a\x0c\xa0\x84\xc9\x58\xb8\x21\xb9\x32\xbc\xc4\xcf\xfe\x5f\x9c\xfc\x2b\x02\x81\x0f\x99\x98\xc8\x0d\x64\x88\xd9\x8c\xce\xc6\x38\x23\x74\x94\x8f\xe5\x36\xeb\x0f\x6b\x95\x63\x4a\xce\xb7\x49\x6f\xd6\x64\x5d\xa9\x46\x51\xd7\x66\x12\xb0\xdf\x3c\x3f\x33\x68\xea\x46\x1c\x3c\x70\xf2\x46\xe1\xb7\x4f\xcf\xc6\x76\x6e\xfc\x3b\x67\xce\xf8\x4c\x4d\x39\xc3\x59\xc0\x7a\x86\x7e\xf1\x60\x60\x82\x72\x3a\x3a\xc8\x4a\x0f\x8d\x4b\x85\x22\xb9\xb4\xae\xda\x7d\x8c\x66\x25\x8a\x92\x46\x08\x3a\xd0\x00\x7a\x6a\x1e\x07\xed\xe0\x64\x53\x3f\xaa\x34\x30\xee\x14\x52\xac\x05\x2f\xd9\x72\x78\x9b\x79\x0a\xd0\x4e\x01\x95\x91\xb2\x53\xc0\x19\x0c\x58\xe3\xf6\x04\xd5\x59\xf3\xa1\xc9\xfc\x53\x76\x3b\x27\x50\x2f\xe9\x58\xc7\x25\x6a\xdd\x1e\xbb\xba\xe6\x3c\x49\x2d\x82\x20\x60\xa2\x20\xb5\xb5\x3d\xb9\x4d\xe0\xbd\x83\xf3\xe9\xb4\xa6\x13\x7b\x98\x9d\x8b\x47\x89\x6d\x1a\xa4\xbc\x27\x88\x3a\xfa\xd9\x4d\xee\xaf\x0e\xbb\xb8\x8b\x4b\x4c\x51\x4a\x5b\xf3\x63\x26\x59\x67\x09\x80\x63\xc2\x8c\x1d\xb9\x18\x0c\x0a\xb7\x95\x76\x3b\x48\x37\xf9\x40\x72\x59\x9d\x79\xd0\x6c\x76\xb5\xeb\x2a\x9c\x21\x97\xb5\x21\x7c\x25\x25\x7a\xb3\x2a\xb2\x3d\x9f\x86\xd4\x0d\x2a\xea\x67\xef\x95\x2f\x20\xc6\x12\xfe\xf0\x36\x56\xd3\x3b\xc4\x64\xcc\xe9\x8b\xc1\xa0\x5f\xf6\x8a\xdd\xae\x9d\xe8\x42\xec\x76\xe5\x05\x23\x22\x8d\x19\xa1\x89\xd0\xed\xa9\x51\x53\xef\x34\x95\x44\x20\xb5\xc9\x3c\x05\x5d\x73\xb5\x29\xc2\x4b\xa3\xe8\x2a\xc1\x78\x0a\xac\x70\x01\x69\x23\xb9\x28\xfc\x48\xa9\x67\x0b\x1c\x25\xc0\x8f\x95\x49\xb1\x11\x39\x15\x78\x49\x4a\x6f\x5b\xe3\x29\x29\xd5\x49\x47\xbd\x0d\xd9\xec\x76\xd1\x2a\x63\x3c\xc2\xc5\x45\x9c\x11\xbf\x6b\x55\xab\xe3\x19\xa4\xf1\x61\x5d\xcd\x55\x24\xf3\x1c\xa1\x94\x99\xb5\xb8\xa0\x2d\x0e\x75\xd6\x7d\x90\x32\x94\xee\x7d\x23\x27\xac\x59\x8d\xd7\x4f\x95\x34\xbb\x99\xf2\x7a\x69\xb0\xb7\x96\xbd\x25\xd9\x53\xf5\x1c\xd5\xb6\xc7\xd3\x8b\x29\xa1\xc1\x56\x49\x97\x20\xf8\x19\xca\x33\x45\x56\xc7\xe8\xaa\x33\xd3\x93\x46\xa7\x15\xea\xe5\x60\xf2\xbd\x51\x88\xfc\x92\xe5\x5c\xbb\x5e\xc2\xaa\x19\xe4\x7f\xc5\x4c\x6c\x41\x6f\x9d\xce\xb0\x5c\xc2\x34\xc7\x6a\xb5\xd2\x0d\x06\x6b\x77\x86\xbd\xbe\x2e\x95\x1f\x7b\x3a\xc5\xb6\x45\x7b\x16\x57\x17\xab\x78\x86\x52\x9a\x4c\x44\xb1\xfe\x9e\xde\xd2\x5c\xca\xce\x76\x87\xcf\x5c\x86\x83\xdb\xda\x78\x85\x08\xd4\x5b\x29\x77\x31\xd0\x00\x29\x63\x1a\xb0\x13\x9b\xa4\xe0\x53\xda\x74\x61\x9f\x54\x54\xbc\x87\xee\x55\x52\xb2\x65\xd5\xb4\xe0\x9c\x4e\xf5\x33\x8f\x4e\xf5\xe4\x40\xdb\xf9\xc7\x2f\x04\xa1\x69\x0c\xc1\x68\x6a\x4b\x96\xd6\xb2\x28\x3b\x7b\xe1\xff\xe8\xd8\x5d\x26\x65\x02\xc2\x82\x08\xbb\x61\x55\x17\x5b\x9d\x01\x0f\x5d\x97\x8c\xe3\x20\xd9\xf3\xfd\x21\xe1\x52\xd5\x40\x56\x56\x69\x68\xf0\xac\x34\xff\xd3\xdd\x5a\xdd\x7e\xec\x51\x8f\x1b\x43\xee\x07\x03\xc8\x44\x13\xec\x09\x61\xf7\x84\xeb\xb1\xb7\x32\x5d\xdd\xd1\x1e\x3c\xb2\x57\xbd\x42\xcf\xa7\x32\xfd\x14\x40\x0c\xb4\x5f\x06\x28\xa2\xf5\x16\x2b\x54\x66\x28\xb5\xd1\x54\x29\xb3\xdb\x4c\x0d\x6a\xd3\x15\xa0\x17\xf5\x77\x9e\xc9\x49\x14\x6e\x3b\xbd\x1d\x35\xde\xc2\x91\xfb\x06\xd5\x5d\x61\xcf\x4d\x85\x4f\xe3\xb7\xf6\x7f\xf1\xe6\xc4\x25\xa8\xf3\x12\xb4\xbc\x18\x0e\x06\x71\x43\x53\x73\x6c\xaf\x6e\x36\x2c\x9f\xd9\x2d\xf0\x96\x8a\x6c\x96\x89\x4c\x72\xa5\xce\xa8\x7d\xe3\xee\xf2\xd6\x6d\x10\x1a\xb9\x95\x6c\xdd\x17\x86\x93\x6b\xa4\x85\x31\x2b\xe9\xa7\xbf\x87\x7e\x35\xf2\xdf\x9f\x5a\xd5\x41\x1d\x83\x70\x78\x48\x57\xea\x71\x85\xf8\xe9\x99\x8b\xa9\x18\x0c\xb4\x6c\xe4\x06\x72\xaf\x58\x66\xee\x07\x82\xbc\x2e\x4a\xd2\x7c\xb0\xdb\x59\x7d\x6f\x83\xed\x57\x6c\x6b\x58\x7a\xc4\x6c\x32\xd8\x8e\x57\x5e\x8a\xd5\xd0\x5c\x6b\xe1\x40\x65\x03\x9e\xa1\x72\xb7\x8b\x5b\xcf\xc8\xb6\xc6\x01\x0f\xdd\x2a\x81\xcb\x20\xba\x45\x4e\x5a\xa7\xda\xb4\x32\xe2\x8c\x9a\xb0\x56\x3d\x08\xb5\x9f\xd5\xb1\x5d\x02\xcc\x11\xce\x5a\xf3\x05\xa7\xad\x0e\x04\x10\xea\x9b\x28\x72\x32\x3c\xcf\x5d\x2e\xca\xd3\xd3\xdc\x88\x17\xd5\x28\x1f\xe3\x29\xd9\x80\x64\x2c\x25\x8f\xa2\x97\x8d\xd4\xaf\x31\x99\x5e\x14\xe6\xef\x74\x12\x5b\x08\x6f\x25\xa7\xda\x64\xb1\x6e\x79\x27\x9e\xc2\xba\x99\x3d\xe6\x02\xc0\xb0\x2e\x51\x4c\xb5\x37\x1f\x42\xa9\xb7\x33\xee\xac\xf5\x86\x5a\x96\xcf\xf9\x16\x38\x5f\xab\x5e\x87\xa7\x08\x84\x40\x96\xe9\xe7\x27\xdb\x52\x7b\x84\xb8\x54\xc2\x0b\xed\x09\xff\x32\xcf\xaa\x2a\xde\x32\x15\x83\xa1\x6d\xf9\xca\x98\xb8\xf0\x98\xbf\xca\xb3\x27\x9a\x4f\x63\x96\x5c\x42\x27\x35\x54\x01\x66\x2e\xcc\xa7\x99\x2a\xf5\x20\x38\xf3\xb6\xc6\x3e\x47\xa3\xb1\x99\xc1\xda\xa4\xfe\x0e\xf9\x0c\xf5\x0c\x04\x99\x14\xd6\xd5\xc4\xc2\x28\x25\x8f\x9f\x6f\xbd\xcd\xde\x37\xc4\xa6\x96\x60\xaa\x0f\x34\x37\xde\x2f\x16\x25\x65\x0b\x12\x93\xe7\x71\x1e\x7a\x76\x28\xd2\x6b\x19\x6c\x23\x5e\x72\xc2\x95\x87\x87\x96\xb8\x20\x97\x0c\xb6\x3a\xf3\x4e\x35\x96\xf1\x11\x35\xb9\x50\x11\x9e\xfc\xb2\x6e\x8e\xb4\x09\xfa\x45\x71\x71\xa4\xf2\xb1\x53\x66\xa9\x48\xd6\xcd\x8d\x15\xf2\x90\x1c\x30\x42\x44\xcd\xbc\xc4\xb9\x8b\x90\x93\x33\x51\x19\xdf\xdb\x40\xf9\x18\x54\x00\x44\x8d\x36\x88\x90\x31\x00\x63\x46\xb6\xfe\xf1\x4a\xfb\x43\x2c\x77\xa4\xfc\x17\x0c\x74\xf2\x8f\xac\x92\x3b\xd6\x11\x34\xab\x4b\x38\x4a\x88\xa1\x16\x6e\x35\x23\xdb\xfa\x3c\x20\x67\x19\xa6\xa3\x62\x8c\xcb\x51\x31\x46\x98\x8f\x8a\x31\xc9\x30\x93\xff\xf4\x87\xb5\xb5\x4e\xca\xe6\xca\xa3\x9b\x2b\x71\x85\x06\x83\x3e\x1b\x55\x63\x63\xc5\x6c\xb6\x9a\xe3\x72\x54\x8d\x31\x95\x45\x30\x1f\x55\x63\x92\xd7\xd6\x14\x1d\x83\x3a\xc8\xc6\x08\x39\xc1\xd6\x27\x96\xf1\x14\xe1\x5c\xdb\xb7\x37\x83\x41\x0c\x14\xd0\x93\x68\x33\x5c\x20\x4c\x89\x76\xb7\x9c\x11\x48\x77\xbe\xad\xf1\x8a\x8c\xdc\xc5\x70\xfb\xd8\x79\xbc\x45\x83\x41\xa4\xd3\xb8\x99\x77\x51\x9f\x90\xdb\xc1\x20\x52\x68\x57\x91\xca\xd1\x2c\x6b\x5f\x10\x3a\xba\x1d\xe3\x1b\xb2\x50\x96\x56\xc9\x41\x2a\xa6\xfe\xde\x48\x55\xde\x56\x94\xc4\xec\x66\x30\x88\xef\x21\xb3\xa2\xfc\xfe\x8e\x2c\x92\xac\xd2\x1b\x7c\x8f\x9d\xf0\x16\xe1\xab\x60\xe7\xdd\xa2\xde\x15\x99\xc4\x57\xaa\x8a\x2f\x64\x91\xc8\xe1\x80\x3e\x99\xc1\x9f\xef\xe7\x28\xbe\x42\xf8\x3d\xd9\x57\x6d\x7c\x85\xef\xf0\x17\x84\xaf\xc9\xe7\x27\xdb\xa2\x4e\x9f\x6c\x6f\xeb\xcf\xf8\x13\xd9\xee\xd1\x5b\xa6\x61\xf3\x38\xd8\xcc\x57\xd8\xb6\x10\x7e\xf4\xde\x7b\x61\x9e\xc0\xb6\xff\x82\x95\x69\x30\xbd\xc3\xf2\xfe\x49\x6f\x71\xdb\x4c\x9d\x5e\x37\x29\x66\x81\x95\x02\x00\x8e\x2f\xa8\x07\xd3\x7b\x95\xe0\x55\x53\x58\x75\x94\x6e\xea\xde\x7a\x74\x3b\x26\xeb\xd1\x9d\xfc\xdf\xf5\x98\x7c\xc2\x33\x25\x87\x7c\x42\x78\xa5\xfe\xba\x35\x37\xdc\xf6\x97\x75\x95\xce\xf0\x2a\x5b\xa7\x6b\x1c\x28\x90\xd3\x15\x56\xca\xee\x74\x6b\xcc\x7a\xa9\xb6\xf0\xea\xab\x4b\xe9\x92\x81\xff\x6b\xaa\x43\x6b\xbc\xff\x8b\xc0\x6c\xd3\xfc\x50\x8b\x1e\x4d\x43\x7e\x29\x89\x28\x0e\x55\xec\x5f\x5b\x77\xdb\xb0\x0f\x04\xbd\x46\x08\x57\x94\xcf\xbe\x6d\xd8\xfc\xf1\x5a\xa4\xdd\xae\x0f\xe1\xc5\xac\xfa\x44\x2b\xd9\x3f\x14\x23\x14\x7c\x00\xbd\x4b\x92\x44\xa8\xb4\x8d\x46\xd9\x6c\xd1\x74\xb5\xce\x2a\x03\x0a\x0c\xa1\xe2\x61\x06\x4e\x85\xac\xaf\x2d\x5f\xb5\x5a\x22\xc0\x82\xf7\x28\xb9\x53\x13\x6b\xcd\xe1\x41\x27\x91\x08\x25\xab\x6c\x8d\x8b\x46\x7e\x5f\x93\x15\xd5\x7f\xca\x91\x71\x1b\x29\x7c\xb7\x11\x6d\xf8\x62\xa3\x62\x94\x8d\xa1\xc3\x95\x56\x4f\xda\x96\x92\x6e\x33\x7c\x85\x70\xa4\xad\x8c\xa0\x54\x88\x50\x63\x7e\xfd\x40\x3e\xab\x89\xd2\x36\xcc\xde\x4d\x49\xb3\x9f\x4d\x46\xc8\xfe\xb0\xc6\x73\xc6\x1b\x44\x22\x9c\x07\x36\x8f\x9b\x1e\xbc\x6d\x5f\x1e\x97\x0a\x15\xf8\x07\xab\xce\x3a\xa4\x6c\x36\xa6\x44\xc3\x03\xcb\x5b\x7c\x12\x72\xc0\x31\x5c\xe0\xf2\xf1\x5a\x81\x09\x55\x00\x9c\x7e\xde\x6d\x60\x92\xd7\x42\x23\x61\x77\x25\x59\x65\x37\xed\x53\xa3\xc1\x81\xe7\xa3\xa9\xbc\x37\xe6\xaa\x4b\x78\x45\xd6\xbe\x46\xeb\x96\xcc\xb5\x1f\x03\xdc\x23\x83\x81\xf9\x89\x17\x26\xb7\xc7\x8d\x97\xbd\x33\x87\x90\x39\x53\x06\x5d\xc4\x0b\x6f\xdb\xac\xf0\x5c\xb9\x3a\xe0\x1b\xb2\xee\x24\xcb\x0b\x6c\xab\x9f\x03\x25\x47\x28\xbd\xbd\x70\x39\xb0\x6f\xe0\xba\x41\x83\x41\xbc\x20\xeb\xa4\xdb\x73\xe3\xa6\xa3\x8e\xf8\x86\xcc\x93\x6e\x2a\x8d\x17\x64\x12\xcf\x43\xee\x5f\x92\xc9\x6e\x8f\x87\xf5\x3e\x77\x87\x9b\x3e\x09\x9a\x50\x15\x6d\x9b\x02\xdd\x7b\x9e\xdf\x0f\x06\xfd\xb3\x3e\x31\x9a\xdb\x7b\xb2\xde\xb3\xc1\xe7\xc8\xf8\xc3\x43\xd3\xf7\xd8\x05\x42\xf7\xee\x2e\x18\xe9\x0f\x53\x00\x5d\xbf\x33\xa9\xf4\x6b\xa7\xd6\x37\x53\x8d\x21\x30\x41\xf2\x39\xcd\xbe\x11\x39\x4f\xdd\x53\xa2\x6e\xe9\x3e\x3f\x08\x97\xb1\xdb\x09\x75\x95\x68\xd7\xc5\x1b\x7c\xcb\x2a\xa6\x93\xe3\xfc\x4c\xef\xd3\xdb\xdd\xce\x2c\x44\x8d\xea\xbe\x14\xe3\x37\xfa\x68\xef\x33\xab\x61\x36\x18\xf0\x8e\xb0\x6f\xb5\x7d\xdb\x06\x4d\x4f\x20\xd4\xbb\x57\x11\xa5\x9e\xfe\xe9\x6d\xe4\x7d\x1e\x2c\x38\xd2\x6b\x69\x56\xb2\x46\xd8\x3f\x68\xc9\x34\xa7\x59\x19\xab\x0b\x02\x1f\xf2\xa0\x5c\xe3\x2a\x78\x7b\x0d\xe9\x33\x0f\x94\x27\x5b\xe5\xb8\xa9\x4e\x7f\x87\x7b\x61\x5d\x3b\x31\x6d\x8d\xb7\x9e\xdd\xa8\x9d\x5b\xda\xa2\xfe\x1d\x69\x85\x50\x36\x0b\xdf\x8f\x2d\x15\xe0\xad\x2d\x67\xf6\x8a\x2c\x3c\xbf\xe8\xab\x47\xbb\x20\x3f\xd6\x2f\xff\xeb\x1c\x8e\x1f\xe3\x56\xac\xe3\x4b\x0e\xb8\x43\x3f\x1a\x31\xfc\x98\x8c\x91\x8f\x72\x39\x7e\x6c\x1e\xc4\xc7\x25\x4d\x9c\x68\x80\x42\xcf\x61\xfa\xe8\xbc\x82\xfb\x82\x24\x56\x31\xda\xbe\xd5\xc2\xa7\xda\x7d\x0a\x13\xfe\x3a\x2f\xee\x3c\x1f\x22\xb6\x72\x50\x96\xbc\x10\x6c\x7e\x6f\x18\x5d\x7d\xc5\x46\x9b\x32\x37\x2e\x63\x60\x18\x08\x62\xf0\xb5\x1f\x98\x0b\xe4\x47\xca\x41\xc4\xe9\x1f\x03\x4f\x31\x1c\xcd\xd8\xcc\xb5\x1e\xf9\x99\x86\x8d\x62\xf1\xf0\xf7\x77\x2c\xcf\xbd\x0a\x24\x3b\x6b\xab\x58\x84\xfe\x4f\x5f\x13\x7d\xa1\xdb\x01\x35\x0b\xb9\xee\x0c\x69\xde\x82\x16\x29\xbd\xa9\x89\xd2\x34\x59\x99\x4d\x3b\x2b\xdf\x7b\x08\x1d\x8f\x74\x56\xb6\xd8\x2a\x2a\x84\xd8\x7f\xe8\x5c\x92\x5b\xaf\x00\xbe\xac\xfb\x03\xef\xb1\xe4\xb8\x01\x03\x40\xcf\x8a\x4e\x45\xe4\x05\x4d\x38\xc2\x6a\x32\x9e\x9b\xe7\x1b\xba\xa1\x33\xc3\x92\x83\x4a\x52\xbd\x10\xc5\x3a\x37\x96\x17\xbf\x29\x85\x33\x31\x83\x00\xd4\x66\x65\x26\xd4\x4e\x85\x34\x56\x07\xba\xe3\x82\xf2\xbe\xbb\x57\xa3\xd9\x5b\xd6\xdf\x93\x5e\x47\xbc\x7d\xe9\x77\x0f\x3c\x1f\xff\xac\x06\x65\x6f\x4e\x2a\x68\xa9\x07\xa8\xfc\x2f\x99\x9a\xc2\xf2\x3f\x2a\x5f\xe1\x15\x24\xe0\xf2\xe0\x6d\x94\xc5\x05\x3b\x4e\x3c\xd0\xfe\x64\x5d\x5d\xd7\xfb\xa5\xb2\xfb\xc5\x26\xbe\xdb\x2e\xb4\xab\xba\x87\x67\x88\x4b\x02\xdc\x6a\xc7\xbc\x8c\xc4\xb8\x57\xa8\x0c\xf6\x90\x74\xf9\x2a\x98\x62\xc9\xa0\x0a\x52\x24\x41\xbc\x9e\xba\x4b\x2a\xe2\xec\xd6\x38\x77\xd6\xec\x0a\x74\x6c\xd9\x88\x5a\xf5\x76\x6e\x1e\x90\xfe\x10\xf7\xad\x12\xb7\x0c\x54\x74\xaa\xae\x46\xdc\x95\x8b\x90\xaa\xf0\xc6\x84\x60\x21\x14\x36\x57\x03\x7b\x1a\x7a\xe8\x0b\x84\x8b\xc1\xa0\x0f\x7c\x74\x47\x7c\x05\x8a\x73\xd4\x0a\x76\x8e\xbc\x60\xe7\xe9\xa6\x12\xc5\xca\x45\x3b\x9f\x28\xde\xe5\xa4\xe0\x5e\x78\xb3\x8a\x7e\xd6\x41\xce\x1a\xf8\x90\xce\x12\x07\xdd\x9c\xd7\x72\x07\xd9\x88\x69\xb7\x20\x9d\x0b\x41\x95\x5c\x69\x0d\x1a\xcd\x70\xee\xdd\x6e\xd9\x0a\x20\xa9\x37\x16\x83\x34\xa4\x7e\x00\x24\x0c\x20\x1a\xea\x9d\x87\x1b\xce\x03\x78\x2d\x49\x04\x51\x1d\x50\x56\xd9\xcf\xa2\xc9\xf2\xf0\x24\x28\x83\x1b\xbf\x63\xaa\x52\xef\xb4\x80\x7f\xba\x6a\x0a\x0b\xe2\xe6\x03\xa3\x6a\xf0\xe9\xa9\xbe\xc7\x98\x25\xd2\xd7\x90\x64\x21\xe6\xc8\xbe\x51\x78\x0a\x0e\x81\x4f\x0e\x83\x1f\xc6\xe7\x83\x67\x9e\x64\x2c\x3f\xf0\xef\x29\x9d\x86\x93\x26\xa2\x08\xee\x26\x98\xdd\x66\xdd\xfb\x21\xfb\x5e\x31\x45\xce\x02\xf6\x8e\x26\x77\x59\x75\x79\x03\x7b\x46\xf2\xdc\xcc\xfc\xb8\x88\x87\x78\x9d\xe4\xc5\x02\x7e\xa3\x58\xa0\x34\x16\xb6\xad\xfe\x99\x0d\x59\xa6\x09\xfc\x81\x05\xd6\x6c\x31\xc2\x3c\x99\xb0\x0a\xda\x52\x6a\xff\x59\xac\x0b\xa1\x0b\xf0\xf9\xd3\xe0\xb2\xc6\x8b\x3b\x1c\x3e\x04\x89\xaa\xd2\xb2\xc5\x4c\x36\x1f\xbb\x67\x01\x20\x78\x69\xac\x1e\xf6\x51\xd7\xf6\x0b\x3e\x78\x60\x0b\x82\x36\x14\xba\xe5\xef\xe9\xba\x56\xc4\xc2\xe7\x81\x0d\xef\x0b\x97\x43\x85\xa7\x56\xb5\x6e\xee\xc9\x64\x56\xe5\x06\x48\xb7\xda\xed\x46\x8b\x31\x9e\x59\xdf\x3d\x96\xcf\x5e\x5d\x7f\x1f\xa3\xde\xcc\x04\xfd\xfb\xd2\xbf\x0b\xfd\xc7\x8d\x28\xe4\xfe\x10\x17\x5a\x43\x05\xce\xc6\x55\x45\x4b\x70\xfb\xe9\x0f\xeb\x20\xb0\xcf\x29\x99\x86\xe7\xf4\xf9\xd4\x48\xe7\xf4\xf4\x14\x4d\x47\x74\xac\xd4\xb1\xca\x7d\x1a\x21\xbc\x49\x56\xd9\x3a\x0e\xe1\x28\xbc\x5e\xfa\x58\x06\x93\x65\xa6\x39\x8f\xef\xb2\x8a\xce\x3e\x2a\x0f\x1e\xe0\xc0\x0c\xaa\x7d\xe7\x05\xc2\xc8\xb6\x3b\xb2\x3c\xa5\xb8\x81\x38\x90\x52\xf2\x82\xb7\xe9\xf2\xd3\x55\xb6\x06\xd7\x2d\xdc\x0e\xa0\x56\x41\xa4\xdd\x04\x6d\xb7\x8b\xf7\xbc\x21\x72\x69\xad\xcb\x1e\xbd\x73\x59\x6c\xe1\x7e\x93\xc7\xf9\x88\xab\x76\xbb\x8f\xc7\xa8\xf7\xce\x95\xbb\x8d\x5b\x13\x05\x46\x68\xea\x70\x60\x6f\x5d\xa6\x7b\x63\x9c\xf4\xb6\x4a\x32\x99\xa8\xdb\xa9\xbc\x9f\x4c\x8c\x3b\x15\x78\x09\x35\x1b\x75\x17\x82\x41\x8d\xe1\x80\x92\x54\x0a\x9d\x3c\x77\x2f\x8f\x20\x19\x09\x96\xe5\x00\x6d\x67\x95\x8e\xe0\x09\xa8\xd8\x8b\x18\xb5\x02\x59\xf7\xb3\x19\x5e\xce\x05\x2f\x11\x8d\x8f\x50\x2d\x9b\x80\x74\x0c\xea\xc0\xab\x0b\x52\xff\xaa\xeb\xa0\x5d\x23\xdc\xca\x67\x26\xb7\x75\x6c\x12\x64\xec\xef\x83\x9e\x88\x7e\x30\xa9\xed\x44\x72\xc8\x60\x2c\x34\x58\x29\x4c\x93\x00\x76\xdb\x60\xa7\xfa\x83\xa8\x11\xee\x0f\x51\xed\x39\x2c\xc4\x5e\x7c\x1d\xab\xb4\x2f\x05\xe3\x8b\xc1\xa0\xf1\x8c\xce\xc2\xf3\xf6\x90\xe7\x8b\x9c\x2f\x1f\x09\x14\x73\xc5\x29\x2a\x0f\x14\xda\xe1\x81\x42\xad\x5f\x0c\xce\xc8\xb2\x1d\xb5\x08\x2e\x1b\x05\xc2\x95\xa7\x7a\x93\x6b\x9b\x99\x08\xbd\x8a\x7c\x8c\x39\x80\xcd\x81\xaa\xf8\xc4\x7a\xe8\x82\xad\xdc\x14\x3b\xcf\x4d\x93\x1b\xf2\x33\x94\xcf\x46\xf9\x18\xf5\x38\xd9\x24\x39\xd3\xc7\xbd\x02\x81\x04\x7c\x58\xa6\xc6\xb5\x65\x56\x93\x4d\x52\xdc\xf1\x6b\xe5\x22\x01\x6e\x7d\xbd\x69\x9f\x90\xc2\x77\xc1\x51\xce\x44\x7d\x42\x66\xbb\x5d\x5c\x79\x5f\xa0\x5a\x90\xaa\x06\x15\xa9\x55\x91\xfb\x7c\x3e\x6a\x3f\x4a\xec\x3a\x99\x74\x1e\x4e\x07\x3e\xef\xa6\x67\x6b\x32\x0f\x48\xd4\x2d\xa3\x77\xe9\x53\x35\x82\xc8\x44\xbf\x04\xe2\xc5\xda\xf0\xce\xa8\x43\xf8\x68\xf7\x00\xcf\xad\xb9\xf5\xa9\x77\xe2\x9f\x1a\x2c\x95\x14\xc6\x8f\x24\x07\xf4\x12\xea\xfd\x58\x14\xe0\x87\xd5\x35\xe4\xba\xae\x43\x18\x78\x83\x31\xae\xd0\x84\x9e\xfd\x4b\x9c\x9c\xa2\x8b\x67\x68\x34\x6c\x58\x39\x5a\x50\xbb\xb6\x16\xf0\xe9\x6d\xbd\xf7\xfc\xa7\xba\xb6\xef\x88\x8e\x63\x01\x49\x2a\x2d\x39\xba\x8c\x4b\xac\xa6\xb4\xfc\x6d\x01\x86\xa7\x0f\x03\x0c\x7f\x6b\x60\xe1\x69\x27\x52\x6d\x73\x86\x9b\xa8\xc2\x07\x62\xb9\x7e\x13\xc8\xdf\x4e\x3a\xb3\xbf\x0b\x0a\x03\x18\xbf\xed\x8c\xbe\xfa\x6a\x4c\x63\x07\x59\xf9\x5b\x0c\xb1\x1d\x00\x6b\x07\xda\x04\x37\x0e\x56\xc7\xa6\x70\x73\x69\x10\x98\x07\x7f\x4c\x3b\xc3\xd5\xdc\x1c\xba\x72\x75\x03\x7d\xb2\x23\x66\xd4\x57\x01\x34\xc1\x2a\xb5\x30\x02\x36\xba\x7f\xdc\x1e\x30\xec\xbe\x81\x7d\xde\x07\xd3\xda\xfc\xce\xc7\x6b\x05\xfe\x29\x0e\xc3\x9f\x4d\xc1\xd0\xa4\xe6\x45\xf7\xc1\x27\x9d\xb9\x56\x7c\xaa\x66\xef\xe7\x80\x90\xda\x2c\xaa\xfb\x54\x3c\xe6\xc5\x5e\x2d\x96\x6e\xbf\xe7\xdf\xc2\x0d\xa5\x8f\xb5\x80\x09\xe5\x00\x61\xb1\xb9\xe0\xe7\x48\x8c\x11\xc8\x21\xe5\x46\x8a\x86\x23\x31\x1e\x95\x63\x1c\xe9\x9e\x45\xe8\x60\xb4\x79\x83\x8f\x94\x6c\xaa\xe8\x56\x49\x4e\xe6\xcc\x87\xa0\x75\xa7\xf4\x70\x08\xba\xb3\x3e\x64\x33\xf9\xb8\xde\x5b\x8f\x75\xf5\xf4\x0f\x72\x80\x25\xdb\xd9\x65\x87\x38\x7f\x84\x9a\xaa\xc1\xbc\xf9\xac\x8f\xcd\x21\xca\xc3\xbc\xd1\xdd\x2a\xaa\x4e\x6f\x72\x3a\x18\x58\xe8\x3c\xd6\x95\xf0\xd7\x8f\x99\x97\x1c\x06\xd2\x8c\x63\x67\x72\xb3\xc2\x63\x0b\x32\xb2\x65\xcd\x5c\xbe\xbd\x43\x1f\x5b\x1f\x40\xc3\x06\x64\x08\xd5\xb5\x4b\xd1\x66\x22\x11\xfc\xbe\xc7\x1c\x6c\x5a\xc2\x46\xd3\xd8\x7c\xc4\x1c\xe1\x2e\x00\xca\x44\xa5\xae\x51\xd9\x84\x55\x12\x9b\xee\x72\x36\xd5\x1a\xa4\x81\x77\x79\xd7\x60\x45\x3a\x3c\x2f\x61\x83\x7e\xb0\x6e\xe8\x58\x4a\x5c\x98\x21\x15\xf5\xc9\xd0\x8c\xe6\x54\xd0\x13\x31\xa2\x63\x2c\x46\x4c\x5b\xe6\xc6\x84\x69\x53\x59\x97\x29\xb5\xc4\xa6\x9c\x76\xac\xd1\xb3\xdb\x85\x61\xd0\x13\x70\x0e\x34\xbb\xdf\x55\x17\xf8\xac\x19\xf7\x9c\x12\xf2\xf7\x77\x0e\x25\x50\x7f\xa8\x08\x53\x7a\x41\xd3\x28\x93\x14\x53\xf9\x43\xfe\xc7\xf5\xfb\x77\x89\xda\x49\x6c\x2e\xd9\x8b\x34\x8a\x4e\x69\xbd\xcf\x29\xb5\x73\x6a\x38\x28\x67\x06\x83\x38\x9c\x19\xae\xdd\x43\xb9\x9e\x97\x6e\x23\x73\x89\xb9\x99\x19\xae\x8d\xcc\x72\x34\x7b\xd1\x07\xba\xc6\x73\xa3\xa4\x3c\x35\xa2\x48\x94\x1b\x0a\xe9\x10\xd3\x88\x6f\x56\x37\xca\x59\x4a\x5c\xbc\x83\xbf\x63\x8a\x54\x20\xe0\xfb\x79\x8c\x82\x99\x80\x49\xbd\x44\x31\xcc\xc8\x3a\x2b\x2b\x49\xd2\x51\x4a\xeb\xc9\xba\xdc\x70\xba\xc7\x78\xdb\x66\x02\x1b\x0e\x07\xd4\xf3\x9a\x3f\x81\x5c\x26\x1a\x23\xbb\x84\x18\x52\x3e\x56\x61\x5e\x7b\xed\xc7\x62\xc4\xc7\x83\x81\x9d\x59\x3e\xae\xeb\x0e\xb8\x6f\x07\xbd\xad\xbc\xb7\xa6\x90\xe8\x50\x59\x2a\x41\xad\x0e\x6a\xe4\xb8\xeb\x0a\x42\x18\x70\xb8\xd5\xab\x75\x59\x4c\x69\xa5\xef\x63\xd7\x88\xbf\x05\x98\x14\x86\x74\x62\xc4\xca\x83\xeb\x2e\xbd\x6c\x6d\x4d\xbc\x70\xf5\x8d\x13\xc6\x75\x30\x51\x37\x93\x12\x50\x60\xd6\x0d\xea\xed\x18\xea\x4c\x33\xd4\x59\x7d\x4c\xe7\xed\x64\x35\x1c\x8a\xf6\x5a\x77\xcd\xb4\x6e\x6b\xe3\x51\xea\xb9\x8e\xec\x19\x40\xb3\x8e\xd1\x3a\xf9\xf3\x0f\x57\x1f\x7f\x9c\x34\xe2\x8c\x83\x60\xcf\x0c\x15\xe0\xf1\x91\xa3\xdd\x2e\x66\xa3\x7c\x4c\x94\x04\xa9\x6f\xbf\x4d\x9e\xdf\x5f\x4f\x8b\x75\x0b\x04\xdd\xe6\x99\xdc\x5f\x84\x35\xd6\x0a\x74\xb7\xf5\x5e\x5c\x77\xb7\x97\x3e\x79\xa1\x38\x5a\x21\x76\x3f\x03\xc0\x77\x5e\x6d\xa4\x98\xe6\xdf\x75\x72\x95\x4b\x7f\x8d\xf1\x5e\x12\x56\xc5\x2c\x70\x6e\x47\x98\x6b\xc7\xc5\xc3\x67\xad\xf1\x55\x3d\x59\x50\xf1\xe7\x0f\x6f\xa9\xc8\x62\xcf\x0b\x1c\xca\x98\x0d\x52\xea\x4b\x05\x54\x1f\xa5\xf6\x6a\xa8\xdb\x87\xd4\x0a\x89\x96\xb5\xa4\x23\xf1\xf4\x4c\xe1\xb2\x9b\x4b\xd9\x58\xe5\xb4\x9c\x65\x6f\x52\x6e\xe3\x0a\x1c\x12\x10\x2e\x70\x46\xfa\x43\x9c\xcb\xad\xb3\x21\xa3\x31\x56\x0e\x44\x02\xbc\x86\xe4\x45\xa2\xeb\xf4\xc6\x30\x9a\x8e\x91\x63\x78\x67\x64\x78\x3e\x7b\xce\x7c\x87\xa3\xd9\xe9\x29\x92\x97\xfb\x2f\xeb\x6a\x34\x1b\xe3\x8d\xf2\x1b\x29\x20\xb2\xbb\xf2\xfc\x65\x99\xa4\x2d\x5a\xc3\x9b\x11\xad\x59\x5b\x12\x70\x51\xdc\x80\x8b\x62\x6e\x75\x81\x99\x65\x2d\xdd\xe8\xc8\x12\xe1\x65\x7d\x60\x4b\x95\xae\x9b\x1c\x07\x1b\xc5\x5f\xa2\x82\x0c\x71\x46\x2c\x50\x51\xf1\x3c\x3b\x3f\x3d\x2d\x10\xc0\x3a\x34\x07\xcf\x46\xc5\x18\x21\x07\x71\xa4\x5d\xa2\x4c\x3c\x1a\xde\x90\x21\x9e\x12\xee\xcf\xc6\xe6\xf9\xf4\xfc\xf4\x74\x83\xe2\x9c\xc4\x95\x7a\x35\xda\x8c\x91\x8d\x51\x28\x07\x83\x0a\x7e\xec\x76\x55\x07\x7c\x91\x2d\xd2\x7e\x25\x3f\x70\xbe\x5a\x50\x48\xfb\x61\x0d\x06\x92\x85\xe9\xfa\x66\x30\x88\xcb\x51\xd7\x8b\x31\x29\x47\xf9\x18\x6b\x12\x2e\xff\x46\xf5\xe1\x83\xd4\x9e\x61\xd8\x4d\x41\x08\x4d\xd5\x11\x1b\xdf\xd0\x49\x9d\x9e\xe6\xdd\x73\x0d\x94\xc5\xce\xb5\x9c\xd9\x59\x73\x66\x67\x30\xb3\xb0\x4d\xcd\xc4\x62\xb9\xf3\xcc\xdc\x0a\x79\x69\xa9\xb9\x65\x7b\xe6\x16\x8a\x74\xcd\x2d\xf3\xe6\x16\x0a\xe9\xb9\x2d\xfa\x84\x74\x7d\x21\x37\xe8\xa8\xeb\xc5\x98\x88\x51\x61\x67\x56\xfe\xed\x31\xad\x4b\xa5\x94\xe8\x00\x0a\x60\x9d\x40\x01\x4c\x03\x05\x50\xed\xcb\x83\x7a\xfb\x1a\xad\x0c\x73\xbd\xc4\x6a\x0e\x30\x6b\xc4\xbc\xd4\x93\x6a\xba\xa4\xb3\x8d\xb5\x00\x58\x93\x9a\x11\x4c\x1e\x74\xef\x98\x54\xed\x77\x04\x44\x23\x53\xf5\x7b\x10\x91\xb4\x17\x8a\x2b\x59\x29\x37\x0f\x1c\x69\xc3\x7e\xd8\x46\xa4\x40\x0f\x3a\xdf\xd9\xd8\x9a\x47\xdc\x8c\x4a\x04\xb7\x5e\x7f\xbe\xc4\x16\x7e\xdf\xf9\xb0\xeb\xaa\x0c\x31\x2b\x7a\xce\x95\xc5\x4f\x40\xa1\xe0\x3b\xad\x89\x6e\xe8\x40\x86\x35\xa8\xc3\xa1\x09\xde\xee\x9d\x60\xb8\x2c\xf2\x44\x7d\x6b\xd8\xa5\x8e\x72\x87\xd6\x48\xf2\xa5\xf5\x64\x95\x95\x3f\x83\x59\xf0\xb2\xb2\x86\x41\x97\xa2\xdd\x73\xb8\xb0\x82\x69\xd3\x8c\xd8\x50\x3b\x84\x1f\xe9\xcc\x0f\x13\xf0\xa9\xfb\xa3\xf7\x6a\x5f\x2b\xea\x8c\xc0\x37\x6d\x9f\x03\x9d\xed\x12\x34\xd3\x22\x00\xb0\xf6\xe1\xab\x59\x4d\x6c\x58\x4d\x4b\x47\x50\x8c\xc4\x78\xb7\x8b\xe5\x3f\x5d\xde\x13\x86\xe1\x93\xef\xb5\x3b\x75\x3f\x6b\x62\xf5\xf8\x12\xee\x79\x9c\x91\x2a\x01\xb3\xdc\xcb\x25\xcb\x67\x8d\x1e\x0b\xbc\x35\xe1\x5f\x69\x7f\x18\xf6\x12\xa1\xe4\xa6\x28\xa4\x34\xa8\x5b\x23\x99\x0b\x42\x0b\xa2\xd0\xc2\xe4\x2c\xd4\xa2\xa1\x9f\x97\x2f\xc8\xf0\xfc\xe9\x53\x17\xdc\x34\x2a\xc7\x98\x19\x49\x26\xb8\xfb\x99\x46\x1c\x16\x31\xc3\xdc\xa8\x58\x95\x11\xf5\x8e\x6c\xef\x58\x9e\x6b\xab\xd4\x5b\x8d\x05\xe2\x12\xec\x74\x13\x09\xe5\xf4\x4f\x8d\xf9\x3a\xcc\xe9\x81\x19\xa1\x23\xd7\xd1\x71\x4f\x8e\x02\x2c\x82\x4a\x3a\x2d\x9d\x3b\x6c\x41\xbe\x48\x29\x5a\x99\xae\x41\xf2\x2f\x5c\xf8\x63\xd7\xfe\x14\x90\x38\x66\x9f\x2a\xb4\xc0\x02\xe1\xfe\x59\xad\xd6\xf1\xca\xaf\x5a\x9b\x98\xb2\xdd\x2e\xfe\x9a\x9a\x33\x55\x33\xaa\x11\x0e\x11\x97\x60\x59\x30\x27\xa3\x71\xaf\xdc\xa7\x35\x68\x3f\x53\xd6\xb3\x4f\xcb\xb2\xb8\xe3\x17\xc1\xaf\x94\xf6\xc4\x60\xc0\x15\xd3\x24\x20\xd8\x39\x2e\x93\x15\xad\xaa\x6c\x41\xed\x0b\xfb\x04\xe1\x32\xa9\x44\x36\xfd\xd9\x7b\x05\xbf\x11\x6e\xe9\x5e\x4a\x57\x06\xa1\xde\xb4\xe0\x55\x91\xeb\xb6\xe3\x24\x49\x38\xaa\x63\x81\x23\x98\x96\x93\xbb\x25\xcb\xe9\x89\x16\x56\x18\x5f\x28\xb7\x96\xf4\x24\x3a\x35\x49\x76\x40\x58\xab\xb1\x26\x69\x4d\x11\x13\xf3\xee\x3d\x60\x35\x14\xc0\x91\xfa\x7b\xc0\x02\xb0\x07\xbb\xe0\x00\x52\x59\xd1\x5c\x6a\x57\x83\x39\x49\x17\xf1\x81\xef\x33\x58\xd0\x54\x24\x6b\x76\x5b\x88\x3f\xba\x44\x46\x35\xaa\x6b\xe7\xf5\x78\xe5\x43\xe5\x35\xa8\x00\x45\xd8\xb3\x3c\x30\x1c\x5c\xd6\x69\x81\xf5\x4d\x92\x66\x92\x2a\x55\x2a\xfa\x68\x02\x51\x9d\x16\x5a\x31\xe6\x38\xc3\x9f\x9f\x6c\x99\x7e\x81\x2b\x74\x51\x05\x29\x68\xbf\x7c\xbb\x0e\x34\x43\x4d\x8b\x0b\x91\x42\xa7\x92\x8e\x4e\x35\x0b\x33\x55\x98\xe9\xc2\xed\x8e\xbe\x6f\xa5\xff\x72\x8a\x67\x2e\x25\x78\x88\x41\xfb\xa8\xcc\xe3\x99\xb6\xe7\x38\xdc\x87\x12\xf0\x29\x5a\x25\x8c\x3b\x99\x33\x04\xb0\xc1\xa0\x70\xad\x5e\x07\xf2\x72\x5f\x79\xe1\xdb\xa0\x71\xe7\xce\x95\xd9\xeb\xff\xf3\xcb\x8c\xff\x4e\x9c\xe8\x8b\xf9\x44\xc5\xc5\x9c\xfc\xee\xc9\xb6\xac\x7f\x77\x72\x43\xa7\xd9\xa6\xa2\x27\xf7\xc5\xa6\x3c\xc9\xd6\xeb\x93\x65\x56\xc9\xd2\x73\xc6\x59\xb5\xa4\xb3\x13\x27\xf9\xcb\x63\xc1\xb8\x28\x4e\x98\xa8\x4e\xe6\xac\xac\x84\x3a\x25\xc9\xc9\xa7\xc2\xd5\xce\x4d\x03\x05\x3f\x99\x41\xa8\x0f\x0c\x4c\x15\xad\x4e\x66\x9b\x52\x39\x97\xb9\x7a\xb1\x6c\xfc\x64\x9a\xf1\x93\x69\x96\xe7\x27\x3f\x7d\x56\xa1\x40\xe8\xa7\xcf\xb2\x0e\xb1\xa4\x27\x3f\x7d\x76\x3b\x59\x3e\x05\xf2\x72\xb2\xce\xaa\x4a\x76\xb0\xd0\x65\xc0\x0e\xf6\xcc\x43\x8e\x7a\xe6\x60\xa3\x7e\xfa\x7c\xb2\x2c\x8a\x9f\xab\xe4\x33\xaa\x7d\x71\xb0\x22\xfd\x33\x9c\xfb\xd7\x4c\x2e\xaf\x99\xfc\xe9\x53\xc9\x67\x17\x24\x66\x00\xce\xa4\x3d\x8b\x24\x5f\xac\xc3\x8a\xbc\x3f\x47\xe5\x58\xad\x05\x28\x70\x75\x1c\x92\x77\xf1\x80\x0f\x7b\xac\x29\xb3\x0a\xf7\x67\xce\x93\xbd\x83\x34\x73\x30\x0c\xf6\x2a\xd2\x1f\x6a\xc7\x9f\x3b\x2d\xdd\x6e\xd0\xc6\x8f\x73\x1a\x81\x61\x84\x6b\x0e\xfb\x44\xf6\xa1\x1a\x0c\xfa\x02\x75\x6e\x83\x77\x85\x58\xca\xb9\xd7\x4c\x08\xcc\x5a\xb0\x19\x92\x93\x37\x73\x58\x8b\x19\x9b\xe9\x52\x5e\x21\x0c\x4c\xcf\x09\x0c\x03\x56\xeb\x86\x9e\xc0\xde\x99\x9d\xdc\xdc\x9f\xa8\xa1\xca\xea\x45\xb9\xa1\x27\xf3\xb2\x58\x79\x7b\x41\xa7\x4d\x03\x9d\x8a\x07\x0f\x8f\xa1\x02\xf8\xc8\xf5\x45\x14\x27\x37\x9b\x9b\x9b\x9c\xc2\x5a\x99\x6d\xff\xa9\x25\x80\x11\xda\xe6\x5c\xe5\xd4\x68\x8b\x15\x84\xc4\x6d\x9d\x70\x96\x32\xbc\xb6\xa6\x51\xae\x83\xb5\x58\x67\xb0\x56\x36\xee\x55\x09\xab\x34\x8f\x30\xbb\x28\x46\x15\xa8\x1c\xa4\x94\x61\xea\xf0\x1e\x39\x5c\x2c\x0b\x32\x86\x5c\x2c\xac\x1d\xc1\xdb\x98\xba\xb8\xec\xa3\xbc\x2a\x40\x8d\xe1\xa3\x4a\x9f\x30\x72\xaf\x3f\xfd\x90\x89\x65\xac\x00\x05\x46\xdc\xcb\x77\xc7\x0d\x00\xcf\x42\xb2\xe7\x1d\x7e\x2f\xe7\x81\x3e\xdf\xcf\xd0\xa6\x75\x52\xad\x97\x2e\xe9\x1b\xce\xba\x4b\x80\x45\x40\x23\xfa\xe5\x6d\x9a\xdd\x15\xb6\xed\x13\x5b\x00\xc0\x29\x92\xcb\x0f\x1f\x26\x2f\x3f\x7d\xfc\x7e\xa2\x5d\x25\x3f\x7c\x7c\xff\xe1\x7a\x30\x88\x83\x4e\x32\x7e\x92\xef\x76\xdd\x7e\xe9\x79\x63\x3c\x80\xa7\x18\x23\xf2\x22\x74\xb4\x09\x93\xd2\xa9\x01\x75\x39\xee\xa3\x66\x85\xa8\x63\x4a\x8e\xeb\x8f\x37\x85\x07\x3b\xe5\xe5\xd7\x3b\xb6\x67\xde\x27\x7e\xc6\x8e\x4b\x9f\x43\x69\x88\x83\x58\xb4\x04\x41\xda\x21\xe4\x05\x06\xe1\xdd\x4e\x74\x05\x2f\x48\xa9\x6b\x9f\x24\xb8\x2e\x8b\x15\xab\x28\xa1\xc9\x14\x60\xf0\xa8\x62\x85\xfa\xa2\xed\x9e\x69\xfc\x90\x69\x4f\x24\x9d\xf2\x53\x8d\x23\x77\x05\x28\x57\x65\x3f\xf4\xe1\x43\x4b\xe3\xde\xd2\xf9\x0b\x14\x06\xdf\x2b\xdf\xcd\x23\xc3\xe1\x0b\x84\x78\x5c\x40\x8c\xbd\xd2\xe3\x8d\x8a\xb1\x3f\xdb\x2f\x1d\x04\x86\x33\xc5\x92\x11\x1d\x9f\x97\x16\x6a\xe0\xdc\x9c\xfe\xd2\x84\xb4\x1a\x1c\x3f\x3e\xd3\x70\x0e\x84\x10\xe1\xd4\x96\x6a\x24\x5c\xe3\xec\x54\x61\xf7\x19\x2a\x15\x6f\xcb\x1a\x5d\xf9\x59\x9b\x7f\x6c\x74\xe6\x56\x35\x90\x72\xed\xde\x54\xa5\x5d\x41\x00\x77\x59\xf5\x43\x45\x67\x69\xff\xcc\x28\x21\x41\xcb\x24\xef\xfb\x0b\x39\x3a\xf5\x27\x4a\x4b\x40\x03\xd1\x14\x80\x99\xbe\x61\xd3\x4b\x5c\xa0\x94\x92\x02\x6f\x9d\x83\x55\x4a\xb1\xf1\x8c\x4a\x0b\xaf\xa3\x1f\x3d\x49\xca\xf7\x67\xa9\x49\x89\x19\x81\x36\x1d\x0b\x04\x3e\x94\xba\xb1\x64\x95\x31\x6e\x87\xa5\x24\x64\x33\xb8\x54\x79\x65\xd5\x76\xac\xdb\xba\xc6\x02\xd5\xf7\x21\x96\xc8\x0a\xd2\x4a\x05\xc2\x7c\xe8\x2d\x1b\xb7\x9e\xd9\xd4\x75\x41\x45\x7e\x89\xb4\xf5\x4d\x6d\x14\xee\xfe\x43\x9d\xaf\x4b\xbd\xa9\xb1\x47\xce\x1d\x1a\x96\x12\xb0\xfc\xac\x7f\x8d\x9c\xa5\x7e\x02\xae\xd3\x53\x40\x76\x90\xf2\xb0\x94\x79\x25\x3b\xd2\xc8\xe2\xef\x21\x41\x14\xe4\xec\xbc\x70\xdf\x16\xa7\xa7\xaa\x5e\x41\xe8\xa8\x50\xd7\x87\x97\xe1\x0d\x97\xe4\x46\x9d\x01\x8e\xec\x56\x1e\x0c\xfa\x0c\x42\xd6\xcf\x91\xdb\xca\x5a\xd2\x4a\x92\xc4\xa4\x7c\x33\xc5\x91\xbb\x0c\x93\xbf\x15\x8c\x43\xc5\x75\x8d\xb0\x59\x93\x98\x3b\x50\x96\xc0\x9d\x3e\x5d\xe1\xd0\x27\x3e\xbd\xb5\x49\x90\xa3\x67\x91\x4b\x9e\x1c\x2d\xb3\x6a\x19\xe1\x4d\x99\xab\x4c\xa4\x07\x30\x48\x0e\xb9\x65\x7a\x06\x7c\x0b\xc7\x67\xa1\x95\xa8\xbd\x41\x6b\x24\x89\x73\xcb\xa3\xdf\x0e\x67\xb9\x3f\x2c\x52\x5d\x91\x7f\x23\xf7\x5e\x00\xe2\xdf\x1e\x1f\x80\x68\xa2\xdd\x1e\x9d\x0a\xa5\x1d\xbd\xf7\xdb\xe7\xb0\x3c\x98\x82\xc6\xd3\xbc\x40\x67\x95\x97\x2b\xa1\x9e\x6b\x7e\x49\x84\xff\xeb\x3f\x2a\x15\x8d\x54\xb6\x3d\x9a\x94\xf3\xda\xd6\x33\x63\x06\x9f\xf4\xac\xff\xab\xe6\xbd\x3b\x2a\xd0\x86\x0d\x8b\x11\xd9\x3f\x03\xf1\x7c\x30\xf0\x83\xfd\x99\x97\x61\xdd\xa9\xcb\x02\x90\x56\x16\xba\x71\x79\x63\xdb\x93\xbb\x99\xe3\x4a\xa3\xf2\x36\x13\xb0\x67\x01\x38\x95\x8b\xe9\x7f\x54\x0a\x1e\xe1\x29\x9b\xbf\x26\x05\x8f\x0e\xf5\xfc\x46\x71\xaf\x07\xe2\x55\x1f\x8c\xdf\xfc\xf5\xfb\xb3\xe9\x12\x19\xe4\x99\xb9\x35\xb0\xa9\x92\x6f\x31\x68\x57\x81\x66\x47\x48\x01\xee\x48\xbe\x21\x44\x11\xba\xa0\xc9\xba\x58\xc7\x28\x09\x91\xa5\x0c\x7a\x93\xbb\x03\xa9\x05\xbd\xd0\xbe\x9d\x34\xf0\xed\x14\x75\x0d\x69\xae\x5a\xce\x04\xed\x91\x10\xda\x8e\x8d\x6e\x3f\x1a\x15\x7b\xf1\x1b\x64\x5f\x1a\x48\x71\x76\x67\x8f\x44\x43\xf0\x90\xdd\x6a\x00\x36\x34\xd2\x6e\xb3\x79\x2c\x74\x96\x96\x6b\x59\x90\xce\x9a\x70\x77\xf2\xee\x6b\xd7\x0c\x39\xb8\x8e\xcc\x02\x0e\xba\x97\xe1\x79\xe1\x30\xf3\x4e\x4f\x1d\x59\x90\x2c\x1c\x20\x72\xe8\xf4\xde\xbd\xca\xcb\xfb\x4d\x32\x88\x8f\x57\xb9\x66\xe4\xd1\xd3\xe8\x8d\x5e\xa6\x9a\x0c\x82\xb2\xc2\x31\x48\x41\x1d\xd3\xb6\x59\x2b\x00\x8c\xea\xc8\x6b\x17\xa6\xa9\x89\x22\xdd\xef\xb2\xd5\xef\x9c\x00\xeb\xb9\x21\x92\x54\xe4\x08\x4f\x3d\xcf\x78\xf0\x32\xdf\x0c\x06\x1b\xc9\x16\x6a\xbe\x6f\x46\x86\x90\x6a\x06\x32\x79\xbe\x9f\xc7\x1b\x74\x91\x27\xd5\xe6\xa6\x12\x65\xbc\x71\xb9\x56\xd3\xbc\x37\xf5\x2e\x44\x3e\xda\x8c\xf1\x4c\x9b\xa8\x83\x17\x38\x47\x3d\x76\x4a\x3e\xa7\xe9\x93\x6d\x5e\xa7\x4f\xb6\x53\x07\xd4\x46\x4f\x1d\xae\x6b\x86\xa3\xa7\x11\x92\x73\x71\x18\xfc\x29\xd8\xa8\xce\x99\x74\x5b\xe3\x0e\xde\x26\x07\xd6\xc6\xcb\x75\x24\x64\x03\xbe\x2f\x35\xd9\x80\xb8\xd1\xcc\x83\x40\xda\xaa\x6b\x46\xc4\x68\x38\xc6\x45\x87\x62\x31\x23\x85\x0f\x56\x27\xc9\xbe\x87\x60\xdc\xd2\x2e\x2b\x90\xee\x4d\xcc\xfc\x18\x4a\x6e\x85\xac\xe8\x43\x59\x2c\xca\x6c\xb5\xca\x04\x9b\x7a\xca\xae\xea\xe4\xe6\xfe\xe4\x87\x8f\xdf\x9f\x4c\x33\xce\x0b\x71\x72\x43\x4f\x40\x85\x72\xc7\xc4\x92\x79\x71\x95\xc9\xc9\x87\x9c\x66\x15\xbc\x05\xed\x88\x8a\xb3\xe4\xca\x8e\x5b\x09\x9a\x41\x8c\x25\x23\x9f\x9f\x6c\xb3\x3a\x79\xb2\x65\xf5\x67\xf0\x0f\x27\xac\xf6\xa7\xc9\xbf\x4d\x3a\xe6\x43\x9e\xb6\x21\x66\x64\x08\xfb\xb0\x7c\x2c\x9a\x56\x89\x94\xd0\xd3\xc5\x7a\xf2\xd3\xd3\xda\x56\x2a\xd0\x51\x35\x4a\x6e\x60\x30\x60\xa7\xa7\x36\x28\x8a\x10\xc2\x6a\x6d\xa8\x7a\xf6\x53\xf2\x6c\xd1\x0b\xf3\x45\x86\xc6\x22\x8f\x73\xe5\xf2\x3c\xa9\x18\x94\xb2\x23\x06\xa5\xd4\xc4\x7d\x88\xd9\xe9\x19\x72\x8c\xa9\xd1\xbb\x08\x7b\x76\x0a\x84\x00\x4e\xa7\xc7\x49\xd1\xa1\xd6\xc9\xc3\xc9\xa4\x81\x98\xd6\xda\x35\x7c\x30\x88\x55\x42\xcb\x11\x1f\x93\x6d\xa6\xb0\xad\x6a\xcc\x49\x89\x8c\x4a\xf7\xa8\x99\xe2\x52\x26\xd5\xa4\x53\xcd\x0e\x1f\x15\xe3\x5e\xab\xc1\x6c\x30\x88\x33\x68\x28\xab\x25\x3b\x2f\xe9\xdf\x6e\x67\x1a\xd6\xa0\x5a\x1a\xd5\x0c\x70\x32\x99\xe7\x92\x94\x21\x2c\xcb\x93\xd2\x13\xdb\x36\x5e\xce\xcf\x0e\x6f\xd7\x38\x02\x37\x3f\x08\xb1\x90\x7f\x8c\x86\xe3\x43\x59\xd8\x15\xea\xc5\x33\x9d\x71\xf8\x30\x7b\x61\x0a\x7b\x6c\x8d\x36\x34\x3d\x54\x7a\xc5\xbe\x30\x5e\x3d\xb3\x91\x6a\xeb\xb2\xf8\x72\x7f\xec\x57\xd3\x82\x8b\x8c\x71\x5a\x1e\xf9\xd9\xb4\x58\x1f\x53\x68\x25\x79\xc0\x07\xcb\xb1\xea\x29\x95\x47\xf7\xd8\xce\x2a\xdf\xc9\xa3\x47\x26\x3b\x21\xe9\xdb\xb1\xf3\xed\x30\x27\x8f\xfc\x00\xfa\x73\xe4\xc4\x05\x6b\xfa\xb8\x6f\xa6\x45\x49\x27\x8f\xdb\x0c\x4a\xdb\xac\x2d\xf2\x07\x31\x59\xc2\x29\x5b\xdf\x1f\x35\x61\xba\x3c\xe5\x9b\x15\x3d\x6e\x8a\xf5\x17\x4f\x1f\xb5\x39\x0b\x40\x18\x7a\x4c\xfd\x2b\x75\xa3\x4d\x1e\xdf\x33\xa5\xe1\x9b\xe8\x89\xd3\xa1\xfe\x47\x4f\x84\x92\xf0\x8f\x2d\xae\x75\x87\x47\xee\x02\xfa\x45\x3c\x2b\xab\xdb\x3d\xf0\x36\x5e\x41\x49\xa7\x9e\x16\xf3\xa3\x2a\xb4\x5e\xeb\x47\x03\xc9\xe0\x15\xbe\xc5\x0b\x7c\x83\xef\xf1\x04\xdf\xe1\x2b\xfc\xe5\xd7\x0a\x2b\x7b\x3f\x78\xaf\xf7\xfa\xd6\x2d\x63\xda\x1f\xe2\x05\x15\xa9\x27\xda\x59\x10\x05\xcd\x95\xd4\x87\xaa\x7c\x5d\x66\x2b\x7a\x57\x94\x3f\x3f\xb2\xee\xc6\x77\x07\xdb\xd0\xa6\xce\xfb\x0f\x72\x59\xdf\xca\xa5\x3e\xb2\x99\xf2\xa8\x21\xbc\x34\xa4\xfa\xd1\xf5\xf3\xa3\xea\x57\xa4\xfd\xa8\x0a\xd9\x91\x15\xea\x6b\xe0\xa8\x3a\x8b\xa3\xea\x64\xd5\x95\xba\x31\x8e\xaa\x33\x3b\xaa\xce\x4b\x75\xad\x1c\x55\x63\x75\x54\x8d\xef\x32\x29\x82\x3e\xae\x5e\xef\x9b\xc3\xbd\x3d\xba\xc6\xcb\x83\xf5\xbc\x55\xa4\xf2\x71\x9d\xf4\x3f\x3a\x58\x7b\x49\x57\xc5\x2d\xbd\x3c\xf6\xa0\x55\x89\xf9\xe0\x60\xad\x1b\xce\x7e\xf9\xee\xf8\xde\xaa\xe2\x0f\xec\xa7\xc7\x4d\x80\x2e\xff\xc0\x41\x75\x9c\xc7\x51\xd5\xe6\x47\x6e\x2a\xcb\x9e\x1c\x55\xeb\xe6\xf8\xcd\xff\x41\x5d\x44\x47\x55\x3b\x3d\xaa\x5a\xf5\xe2\x31\xf5\xce\x8e\x24\x82\x25\x7d\x14\x09\x5f\x1e\x37\x0b\x3e\x8e\xfa\x91\x35\xcf\x8f\xec\xb0\xe1\xa9\x8e\xaa\x74\x7d\x54\xa5\x57\x1e\x7b\x73\x54\xb5\xab\xa3\xaa\x9d\x3c\xfa\x66\xb9\x3d\xae\x5e\x70\x1c\xe0\xe2\x75\x71\xec\xdc\xde\x26\xee\x93\x07\xf6\x99\x63\x11\x8f\xaa\x79\x71\x54\x8f\x35\x9d\x7b\xf4\x3c\xdf\x1c\x55\xbb\xd2\x69\xaa\x3d\x77\x6d\x38\xcd\xa3\xea\xbf\x3f\x6e\x7b\x18\x76\xf4\xa8\x3a\x27\x47\xd5\xf9\x41\xf1\xac\x8f\xde\x21\x77\x5e\xed\xfb\x59\xc4\x8f\xd7\x7f\xf9\x70\x64\x85\x57\x47\x75\xb7\xe0\xa0\x86\xd7\x71\x3d\x47\x57\x1d\x7e\x76\xb0\x05\x15\x0d\x79\x64\xcd\x5f\x74\xf0\x64\x5d\xa3\x07\xd5\x05\x81\x04\x7d\xbc\xd2\xe0\x58\xee\xbf\x2d\x1e\xff\x86\x56\x32\xab\x58\xa1\x71\x81\x33\x95\xf9\x8f\x10\x92\x19\xbb\xe3\xb0\xe7\x59\x98\x4c\x7c\xa9\x49\x79\xe0\x9e\x64\xca\x7c\x69\xfc\xc4\x23\x42\x48\x35\x18\x58\xb6\xd9\x44\xe3\x16\x08\x12\x9b\x79\x28\x51\x7a\x1e\x91\xe5\x31\x3b\x5e\x42\xcf\x5a\xf5\xe7\x1d\xf5\x67\x68\x30\xc8\x0e\xd4\xff\xf4\xec\x5f\x3b\x5f\x2b\x58\x67\xe5\xec\xc6\x62\x3e\xaa\xc6\x98\x43\xa8\x9d\x56\xc7\x6d\x4c\xff\x36\xbd\xea\x8e\x89\xe9\x32\xae\xd0\x76\x9a\x55\xd4\xc6\x99\xa6\xf0\x4b\x07\x97\xa6\x86\x0b\x57\x3d\x87\x57\x5a\x59\xe5\xbd\x52\x80\x7e\xf4\xa5\xe9\x02\xc2\x43\x5d\x56\xa9\x51\x52\x07\x33\x6d\x50\xbd\xf1\xcc\xa2\xd0\xe0\x25\x79\x9b\x89\x65\xb2\x62\x3c\x9e\xe2\x19\xc2\x73\x32\x3c\x9f\x3f\x5f\x9e\xcf\x8d\x96\x71\x4d\x68\x5c\x8c\xe6\x63\x9c\x8d\xe6\x6e\x28\x6b\x33\x94\x75\x6d\xbb\x22\xbf\x57\x2d\xdb\x09\x4e\x9b\x92\x8f\x5b\xc2\x8b\x22\x58\x98\x74\xa8\x3e\x9d\x65\x82\x06\xc3\x5b\x50\xf1\x89\xad\x68\x8c\x70\xe6\xfe\x46\x3d\x5d\x9f\x29\x39\xac\x6b\x0d\xf2\x04\xf9\x01\xe4\x0e\x9e\xa5\x43\xc8\xed\x91\x9e\x61\x3d\xbd\xe9\xef\xb1\x9a\xda\xf4\x7f\x60\x35\x91\xe9\xbf\x61\x98\xa5\xf4\x7f\x62\xa5\x78\x49\xff\xdd\x46\x29\xa4\xff\xcb\x7a\x8d\xa7\xff\x1b\x83\xd9\x37\xfd\x3f\x58\xf6\x2f\x3d\x1b\xd6\x2d\xbf\x06\xad\xbd\x7d\x6a\x32\xc4\xc4\xe5\x8b\x21\x7a\x1a\x97\xcf\x87\x47\xa8\x0e\x9d\xca\xad\x83\x10\x34\x40\x74\xbf\xa5\x32\xd1\x6a\x82\x3a\xd4\x03\xdf\x9e\x3a\x58\xeb\x59\x2b\x5f\x20\xdd\xed\x74\x9e\x62\xe7\xaa\x00\x96\xee\x66\x16\x1f\x40\x2f\x0c\xb7\x12\x45\xce\xbb\x41\x8e\xc7\xc3\x86\xf1\xc8\x12\x00\x0b\xe2\xa2\xbb\x79\x61\x9b\x77\x98\x8d\x26\x2b\xa1\x46\xd2\x8a\x2b\xc2\xac\x36\x5d\x20\xf4\x82\x0c\x2d\xb5\x19\x55\xe3\x1e\xf8\xc3\x1a\xff\x7f\x36\x8f\xc3\x8e\x0b\x65\x62\xc8\x88\xf1\x2b\x41\xb8\x04\x1f\xab\x42\x7d\x93\xe9\xcc\x30\x4a\xc3\xff\xf4\x69\xf5\x82\x0c\xcf\x51\x36\xaa\xc6\x84\xc6\xf2\x1f\xdd\xfb\xda\xb8\xc8\xb6\x66\x41\x20\x24\x6b\x87\x09\x50\x65\x71\x29\xa9\xa4\xae\xde\xfa\xd6\x8a\x13\xb3\xbf\x8b\xf9\xc9\xab\x4c\x50\x94\x81\x67\x9d\xfc\x33\x16\xde\x09\x6b\x7f\xae\x8c\x78\x60\x1a\x50\x81\xc5\x60\xea\xf2\x4a\xe1\xa3\x0d\x24\x39\x1a\x0c\xa2\xc9\x24\xea\x13\x62\x4c\x7a\x8c\x2f\xe2\x21\xfe\x3d\x1a\x0c\x20\x8a\x90\x94\x17\x34\x16\xa3\xdc\x8c\x3c\x15\x10\xde\x68\xc3\x6d\x60\x97\x8a\x8b\xd1\x58\x99\x00\xec\x5f\x47\x1e\xb6\x40\x37\x86\x47\x1d\xa5\xbd\xbc\xc4\xc7\xf8\x09\x1c\x81\x74\xfd\xf0\x19\xe3\xc9\xeb\x1f\xde\x01\x7c\xd8\xe4\xc3\xc7\xf7\x9f\xde\x7f\xfa\xf1\xc3\xd5\xe4\xea\x3f\x3f\x5d\xbd\xbb\x7e\xf3\xfe\xdd\xf5\x60\x40\x93\xab\x77\x7f\x49\xe0\xc9\x2b\x57\xe4\x3a\x79\xad\xeb\xb5\x36\xfd\xe0\x98\x32\x5a\xc5\xa6\x84\x5b\x1a\xbc\x35\xb9\x44\xd2\xed\xb4\xe0\x73\xb6\xd8\x58\xee\xc6\xe7\x75\xce\xf0\x5d\xc9\x6c\x40\x94\x3a\xe0\x2d\xce\xa7\xe1\xb1\xe4\xe3\xc1\xa8\x30\xfa\xba\xc6\x4a\xcd\x4b\xab\x6f\xd5\x5c\x61\x33\x89\x77\x37\xc7\xbf\x59\x43\xbc\xbb\x89\x23\x99\x3c\xa7\xd8\xf5\x89\x7b\xa8\xea\x3d\x04\x6d\x0e\xac\xea\x53\xd0\xf1\x43\x1c\x62\xb8\xe5\x1e\xde\x55\xfe\x4d\xd5\x4e\xe3\x67\x22\x30\xb4\x19\x0e\xa0\x40\xbd\xd0\x26\xd4\x20\xa5\xbe\x53\x86\x57\xac\x6d\xb3\x13\x90\xdf\xd1\x61\xf2\x0a\x64\xc9\x72\xf7\x55\x22\xe4\x55\x52\xd2\xac\x2a\xf8\xe4\x8e\x89\xe5\x04\xaa\x9f\x80\x5d\x9a\x4f\x26\xf6\x72\xa1\xe1\x2a\xd6\x08\x8b\x5a\x23\x1e\x46\x3f\x70\xeb\x4e\x31\xfb\xe1\xe3\xf7\x57\x26\x5a\x81\x82\x9b\x84\x37\x46\xcf\x11\x57\x63\xb5\xb6\x8b\x99\x5b\xc5\xd4\xde\x4a\xb5\xfc\x8a\x55\xeb\x4c\x4c\x97\x26\xdd\x0d\x52\xde\xb0\x7d\x83\xb7\x28\x7a\x72\xd8\xf5\xd7\x00\x90\x87\x02\x0a\x61\x2d\x8f\x34\x38\x6e\x6a\x73\xd3\x38\xca\xaa\x7b\x3e\x8d\xb0\xc9\xb6\x53\x26\x37\xd9\xf4\xe7\x9b\x4d\xc9\x69\x69\xa3\x7a\xe3\x48\x87\x7a\x44\x2a\xe5\x19\x84\xb3\xa2\x46\x3d\x73\xc8\x0c\x40\xf7\xd6\x51\x26\x13\xb9\x71\x61\x62\x01\x93\x48\xd7\xa5\x6a\x2a\xb8\x89\x10\xc1\xcc\xe4\x8e\x16\x9e\xef\x5c\x71\xd4\x79\x71\xe6\x42\x77\x5e\x82\x5d\xfe\x1b\x72\x26\x74\x30\xe8\x46\xfa\x51\xfa\x68\xc7\x69\xe8\x07\xfa\xb6\xa7\xcd\x5b\x75\x30\x68\x5f\xb4\xbe\x0f\xa6\xba\x64\x25\xc3\xe1\x7e\xd9\x0d\x27\x1f\x1f\x77\x8d\x35\xcc\x6d\x0f\x7b\xb6\x3d\xd2\xe5\xad\x91\x1c\xc1\x5e\x72\x8b\x9c\xad\x56\xb4\x7c\x76\x9b\xe5\x6c\x96\x89\xa2\x3c\xd2\xd1\xcd\x92\xa2\x2c\xc8\x0e\xee\x52\x46\x6a\x75\x50\xe4\xe5\x07\x2f\x34\x8a\xf0\xa7\x6c\x81\x62\x28\x2c\xb2\xc5\xeb\xa2\x54\xcb\x0e\x5e\x2f\x1d\x4f\x05\x92\x74\xe1\x2b\xb6\x86\x53\x48\x91\xac\x13\xf8\xff\xa4\x22\x65\x02\xaa\x11\xe3\x7c\xbe\xd5\xdf\x28\x56\x84\x71\xe6\xa0\xda\xba\xe0\xd1\x80\x7c\x54\x54\x69\x4d\x0d\x12\x66\xd7\x10\xe0\x96\xc1\x1d\x00\x6e\x2a\x86\x41\x4f\x15\x7e\x00\x8e\xad\xc6\xac\xfa\x54\x6e\xc4\xf2\xbe\x99\xdb\xd0\x55\x11\xb7\x55\x19\x06\x6f\xa5\x99\x52\xca\xae\x10\x5c\x7e\xa3\x32\x79\xf9\xc3\xf5\xa7\xf7\x6f\x27\x9f\x2e\xff\x30\x79\xfd\xfe\xe3\xd8\x77\x53\x82\xd5\x13\xd9\xe2\x2d\x15\xd9\xeb\xc2\x4b\x82\x68\x5e\xd8\x87\x98\x4a\x8a\xa1\x4f\x12\xb8\x9b\x9a\xe3\x52\xe9\x80\x9c\x51\x85\xdb\x5f\xb9\x11\x30\x34\xc6\x1b\x92\x35\x93\xcb\xf3\x84\x55\x66\x3e\x37\x68\x30\xc8\x15\xaf\xea\xcd\xb6\xcb\x07\xb9\x01\x92\x88\x54\x33\xd3\x62\x75\xc3\x38\xc0\xcb\xd7\xb8\x91\x6a\xcf\xed\xdd\xcc\xa1\xa6\x19\xc9\xc1\x4f\x5c\x43\x11\xe4\xa0\xfc\xa1\xf9\xb9\x0b\xf1\x00\xfe\x42\x9e\x3f\x0f\x7f\x8d\x25\xac\x7a\xa3\xe0\x82\xd9\xdf\x01\x53\x78\xb7\x93\xcf\x3e\x18\xce\x0d\xa0\x36\xa0\xb8\xdf\xe6\xa1\xf4\x96\x1c\x61\xae\xe9\x71\x6b\x8a\x74\x3a\xa2\x42\x96\x95\xdc\xb3\x47\xaf\xab\xc7\x10\xa1\xa6\x2f\xc2\xa3\xdc\x6c\x3b\x79\x99\x6f\xee\xc5\xad\x43\x9d\x1b\xa7\xb7\x23\x87\xaa\xb9\x29\xc7\xb8\x09\x16\x59\xb6\xc1\x22\xb9\x07\x16\x59\xbe\x38\xbb\x28\x15\x58\x24\x23\x67\xe7\xec\x79\x69\x92\x68\x87\x60\x91\xcc\x65\x9e\xb3\xb1\x98\xfe\xaf\x11\x1d\x0f\x06\xfd\x18\x52\x32\x35\x9e\xfb\xb1\x93\x1c\x05\xfe\x53\x45\x2b\x30\x40\xb9\x3b\x44\xa8\x57\x48\x39\xcd\x64\xa7\xf3\xf3\x17\xf9\xeb\x5d\x3e\x6a\xbd\x95\x41\xed\x6b\xbd\xa9\xf7\x5d\x2d\xdf\xd8\x21\xe5\x90\x8f\xd2\x43\x22\xde\x3f\xcb\x55\xc5\xa8\x78\x1f\xf0\xd9\xf8\xf5\xc7\x43\x19\x4e\xc9\x12\x3c\x51\x95\x5d\x96\xdc\x63\x6a\xd4\x16\xe4\xce\x3b\x42\x34\x30\x0a\x13\xea\x1b\xb2\x09\x4d\x2e\xfd\x33\x36\x35\x48\x1d\xf3\x92\xd2\xbf\xd3\x78\x34\x46\x78\x46\x28\x79\x41\x1d\x07\xb0\xd4\xf9\x67\x43\x67\xe2\x19\xd2\x6a\xbc\xb7\x90\x2c\xd1\xe4\x8c\x29\x48\x07\x57\x56\x5e\x94\x29\x0d\x43\x10\x5d\xbc\x39\xed\xc8\x45\x56\x00\x23\x0f\x10\x27\x02\xc0\xd0\x00\x22\x05\x30\x24\x74\x38\x93\x64\x63\x3d\xb7\xc8\xb9\x9f\x23\xf7\xf7\x84\xb4\xce\xbe\xf5\xf0\xbc\xe0\xe4\x45\x49\x48\xe0\x6e\x4c\x51\x5a\x92\x17\xde\x3d\x6a\xc1\xc2\x64\x43\xb6\x91\xb5\xf1\xab\x76\x4e\xd4\x16\x2c\xac\x20\xfc\xbc\x78\xce\x54\x84\x13\x9b\xc7\x65\xac\x25\x5f\x39\xbb\x97\x30\xe4\x02\xe1\x02\x3b\x1d\x98\xf1\xee\x7c\x7a\x56\x7b\x39\xa0\xfc\x68\x3a\x02\x0d\x9a\x9c\x1b\x78\x68\xa6\xec\xe9\x19\xe0\x05\xa8\x05\x49\x5b\xed\xb0\xae\x24\x4d\xe6\xcb\x3e\x81\x5a\x85\xaa\xb5\x94\xb5\xfa\xf9\x98\x42\xb4\x11\x53\xc8\x6f\x77\xad\x90\x26\x04\xe0\x8d\xf4\x8d\x7d\x22\xa8\xe6\xc6\x0b\x8f\x6c\x25\x9d\x0f\xe7\xcd\x62\xb4\x3d\x1f\xca\x02\xa7\x84\x21\x2c\x5b\xe0\x83\x81\xe8\x13\x71\x21\x77\x62\x9f\x50\xb9\x7b\x80\xd9\x0e\xd2\x47\xdd\x9b\xd9\xf2\x02\xdf\xa1\x31\x3e\x18\xc4\x9c\x9c\xe9\x90\x56\xed\x2d\x8e\x54\x69\x3c\x45\x98\x86\x10\x30\x5e\x1d\xed\x0f\x86\x78\xc4\xc7\xc1\x5e\xbb\xf3\x24\x6b\x15\xe4\xa3\xa3\x55\xdf\x48\x1a\x71\x6b\x65\x0f\x15\xcc\xd3\x54\x2f\xee\x76\xef\x3d\x4d\xa0\x09\xaf\xe9\x59\x79\x75\x63\x6d\x2c\x4a\x60\x71\xf8\x94\x65\x58\x5a\xae\x4f\x30\x89\x0e\xea\xd2\x79\xff\x72\x98\x0c\x87\x90\x42\xca\xda\x83\xde\x08\x82\xd4\xba\x75\x42\xde\x31\x75\x74\x91\xf4\xcf\xfc\x39\xfc\xd2\x0c\x6e\x5c\x65\xeb\xb8\xf4\xcf\xbb\x3a\x48\xb2\xb1\xf7\xcd\x4b\xdd\x7a\x2e\xe1\xed\x31\xfc\x38\xf0\x40\x57\x72\x9c\x30\xa1\x96\xf7\x56\x23\xac\x2e\x85\xd7\x17\x0a\x1d\x31\x84\xc7\x1d\x11\xc5\x6f\x21\x54\xe3\x68\x34\x8e\xd2\x2b\x93\x24\xdd\x1b\x82\x97\x91\xdc\x1f\x98\x09\x3c\x18\x2a\x26\xde\x80\xb3\xeb\xe0\xca\x1a\x61\xc0\xa9\x50\x24\x35\xbd\x8a\xdb\xcc\x7a\x57\x4f\x86\x92\x3f\x4f\x4a\x9a\xcd\xde\xf3\xfc\x3e\x46\x38\xcf\x1e\x5d\x87\xd7\x9d\xa7\x67\xcd\xfa\x94\x22\x3b\x24\xe2\x2a\x71\xc5\x30\x24\xe2\x5e\x2d\xa0\x3c\xa6\x70\x2a\x29\x61\xa7\x14\x61\x77\x94\x77\xbb\xf2\x05\xbb\x28\x09\x4b\xf5\xb1\x25\xec\xb4\x44\xe7\xf4\x79\x79\x8e\x1c\x3c\xc0\x98\x74\x4e\xfb\xe9\xa9\xdd\x52\xbc\xc6\x46\x4f\xef\xcf\xf4\x8d\xc3\x96\xed\x9f\xa1\x1a\xa6\xe3\x8d\x2d\x17\x60\x21\x19\x3d\x7c\x1c\x76\x8e\x70\xa4\xb2\x6b\x3d\x3d\x43\xd8\x92\x16\xee\x47\xbf\x94\xe7\xec\x05\x19\x9e\x33\x85\xbc\xd1\xd5\x53\x86\x7c\x23\x07\xb3\x34\xb0\xc6\xd9\x6c\x06\x9b\xcf\xe4\xdb\x54\xbd\xf2\x16\xa7\x59\xc0\xb2\xf8\x25\xaa\xb1\xbe\xbf\x0f\x56\xd0\x51\x26\xa8\x63\x99\x55\xc1\xcb\x4a\xdd\x02\x1c\x2e\xfa\x57\xb4\x9a\xbe\x52\x89\xb7\xa5\xf8\xf5\x80\x6a\xd5\xdf\xfa\x50\xc9\x32\xab\xbe\x67\x95\xa0\x1c\x12\x89\x2a\xe6\xf4\xff\x2a\xdb\xdb\x54\xa5\x5a\x42\x80\x2f\x7b\xb0\xa4\x82\x45\x51\x81\xb7\xf0\xe4\xa5\x12\xff\xfc\x4c\x51\x2d\xba\xdb\x5d\xd0\x0d\x5c\x4a\x3d\x41\x6d\x7e\x7e\xe5\x43\x95\xd9\x72\x8d\xba\x2c\xe3\x01\x82\xb0\xd9\x42\x5a\x1f\x0a\x19\xdf\x9c\x30\xe1\x1f\x78\x4e\x86\xe7\xfc\x79\x09\xe8\xf2\x5b\x0f\x6b\xdf\xec\x20\x48\xa8\x61\x2c\x28\x0c\x73\xad\x86\x0e\xe8\xcb\x82\x0a\xd9\x76\xfa\x45\x52\x1a\xdd\x8b\x06\x42\xbe\xe9\x1e\xd7\x14\x4c\xa7\x71\x82\x38\x98\x1a\x03\x6d\xdb\xdb\x71\xd5\xe9\xb7\x71\x18\x18\x6a\x6a\xd4\x89\x17\xc8\x8b\x72\xc4\xc6\xc4\x76\x55\x3d\x45\xb8\x84\xda\xbf\xbb\x4f\xbf\xe0\x39\xcb\x05\x2d\x7f\x7d\x43\xdb\x46\x23\x83\x81\x06\x14\xe0\x92\x93\x2b\xe5\xb1\xf8\x1b\xd8\x08\x5b\xc9\x58\xc3\xf6\x14\xa5\xd3\xbd\x6a\xd3\xc6\x3e\x35\x42\x17\xf6\x44\x27\x39\x5d\xea\x93\xef\xee\x1b\x49\x1b\x74\x4d\xf3\xf0\xa6\x41\xa6\x3f\xad\xf2\xba\x9b\xed\xf2\x73\xc9\x2a\x3d\xd8\xfb\x95\x43\x49\x55\x9f\xf8\x0d\xe8\x97\xed\xba\xe9\x2d\x2d\xef\x1f\xae\x7c\xe1\x57\xce\xaa\x2b\xf8\xca\xf9\x59\xed\xab\x3d\xe3\x47\xd4\x7d\x1b\xd6\x7d\xc9\xbd\x9a\x6f\xf7\xd5\x5c\xd2\xd9\x06\x6e\x1e\x07\x5e\xd6\xbd\x4b\xec\x3a\x42\x76\xf0\x92\xd0\xb8\xc4\xc2\x9e\x1b\x64\x13\xa6\x60\xc6\x6f\x8b\x9f\x1f\x4a\x9a\xc1\xbb\x73\x42\x28\x31\x5f\xec\x15\xf3\x95\x5c\xbe\x6f\x27\x0b\xf2\xa2\xf0\x55\x52\xe5\xfd\x1b\xe8\x0b\x68\x8f\x40\xbc\xc7\x45\x8d\x45\xa1\x9a\x6d\xf3\x43\x92\x83\x45\x35\x06\x29\x77\x2a\xba\x77\x21\x25\x2f\x14\x40\xbe\x2c\xc9\xf8\x34\xdf\xcc\x0c\xbc\xb8\xc7\xbf\xfb\xf7\xe3\x10\xd5\xb8\x2a\x4a\xb5\x4f\x1b\xb9\x63\x82\x61\xd8\x8e\x25\xb2\x78\x1c\x6b\xc8\x76\x77\x21\x76\x67\x4f\xca\x20\x7b\x12\xae\x88\xcf\xcb\x65\xd6\x1d\x48\xcb\x4f\x19\xc2\x1b\xa5\x29\xd4\xbc\x1c\x8a\x2b\x88\xe1\x9c\xc7\xce\x93\xa6\xb6\x0e\x20\xa0\xa7\x63\xbf\x78\x2e\xa1\x86\x8b\x53\x62\xae\xc7\xc2\x2d\x0d\xb3\x56\xe3\x3b\x26\x96\xc5\x46\x18\x3b\x18\x8c\xca\xcd\x51\x90\xd9\xa6\xa7\xb9\x73\x42\xe8\x85\x20\x2f\x44\x9f\x58\x11\x82\xf6\x3a\xe6\x5d\xc0\x3d\x75\xdd\x64\x4d\xdf\xe3\xdc\x31\xa7\x3a\x75\x75\x90\xb0\x21\x10\x61\x86\x2a\x10\xad\xc1\x27\x52\x29\x6f\x28\x8a\xcf\x78\x45\x4b\x79\x3b\xf8\x87\x6d\xe2\xce\x95\x2e\x66\xe4\xfb\xa0\xd8\xbd\x7f\xfc\xe4\x2e\x54\xfc\xa1\x37\x53\x93\x16\x23\x08\xb3\xe6\xca\x56\x4d\x2e\xdd\x74\xd2\xff\x64\x88\x2d\x52\xc8\xba\x58\xeb\x46\xba\x06\xad\x73\x64\x59\xfe\x48\xee\x5b\x27\xc4\xb4\xd9\xbe\xa7\x67\xe1\xb1\x72\xa3\x7c\x7a\x86\xcf\xe0\x6c\x43\x10\xba\x6d\x52\x37\xe0\xb5\xd9\x6a\x8a\x76\x36\x35\xdc\xd3\xd0\x50\xca\x7d\x78\xc3\xfd\x66\x5a\xd3\x37\x84\x49\x0b\x0a\xed\x9d\xb7\xa1\x3f\x5b\xa5\xa4\xd1\x15\x35\x9f\x1c\x33\x65\xde\x4e\x6d\x1c\x51\x5d\x59\xdc\x1c\x89\xdb\x54\x76\xb7\x54\xd4\xef\xa6\x69\xa2\x31\x63\xf0\xb9\xde\xc0\x7e\x8b\xe1\x06\x6e\x4a\x38\xfe\xe0\xe4\x1c\xba\x39\xeb\xe4\x8a\x76\x3b\xc0\x4b\x05\x7f\x98\x6d\xd7\xc2\x94\x48\xc9\x1d\xe1\xb2\x94\x0d\xbe\xc8\x6f\x0b\xc6\x04\x55\xdd\xd0\x05\xe3\x21\x2a\x55\x85\x62\x9f\x3f\x6b\x42\xb7\x96\x4f\x9f\x22\xaf\x25\xd3\xf9\x51\x39\xf6\x34\xea\x22\xa1\x7c\xd6\xae\x56\x0f\x3b\x9b\xcd\x5a\xfb\xa4\x49\x76\xf4\x81\x0f\x8e\x64\xf3\x73\x6f\x07\x1d\x1a\x0c\x0e\x34\x61\x4a\x97\xec\xf5\x40\x6b\x33\x0e\x74\x18\x34\xc4\x81\xee\xef\x1a\x56\xfb\x53\x93\xb0\x5d\xe3\xca\x11\x36\xcb\xb4\x86\x83\x1c\xd1\xb1\x5c\x0c\xb5\x1b\x0e\xea\x59\xa6\xa1\x9e\xe5\x0d\xf7\xf4\x8d\x01\xc3\xed\xf5\xd2\x57\x49\x7e\x82\x4e\xbe\xc5\x97\x64\x14\xa9\x35\x8c\xc6\xbd\x4f\x0a\xfb\x04\x05\xca\xc1\x46\xfe\x6e\x50\xbd\x5f\x1a\x8d\x20\xe8\x49\x83\x7a\xc9\xa7\xc4\x5c\x1a\x49\x92\x5c\xca\xf7\x97\xe4\x2d\xce\xf6\xb8\xe6\xc0\x57\x17\xf1\x27\xcd\x41\x36\x1a\x93\x77\xad\xaa\x20\x70\xc9\x30\xaa\x86\xdd\x6e\x34\xae\x51\x7a\xa8\x40\x4c\xc9\x68\x8c\xf0\x7b\xe7\x0e\x77\x41\x53\xd3\x1a\x45\xca\x2d\xf2\x03\x79\xef\xa9\xf9\x3f\x3c\x46\xcd\xef\xc7\xd7\x1e\xa3\xeb\xff\xe7\xd8\x70\xb4\x9a\x5f\x05\xa2\x7f\xb5\x49\xa3\x15\x25\xdd\x31\xe0\x43\x9e\x3a\x9d\x33\xf0\x1b\xa0\x11\x69\x4f\xd7\xc9\xc4\x75\x78\xa2\x8c\xcf\x80\x51\xf3\x86\xcb\x06\xc2\x08\x47\xd0\x7e\xf9\xe5\x93\x66\xd1\x1a\x6b\x84\xc3\x96\x7e\x2a\xfc\xce\x2b\x55\x63\x9b\x27\x2c\xc8\xb6\xe9\x97\xef\x51\x9d\x28\xe3\x6f\x05\xe3\x36\x9d\xb0\xcb\x2f\xa6\x64\x50\xed\x5f\x82\x62\x9b\xdf\x0b\x53\x1c\xcd\x19\x07\xf8\x8d\x57\x36\xe7\x57\x68\xe7\x96\xd2\x8e\xcb\x1e\x79\x40\xda\xd8\xda\x0f\x83\xa1\x34\x3e\xae\x6b\xcc\x9a\xb6\x7d\xee\x6f\x26\xf6\xb8\xcd\x64\x22\x82\xfe\x3b\x1f\x9b\xf5\xfd\xaf\x3c\x33\xbe\x5d\xeb\xbf\xed\x40\xbf\x7e\x74\x26\xc4\xe6\xbf\xed\xd0\xb6\x0e\x98\x27\xd4\x15\x1a\x25\x5a\xc7\x65\x89\x0b\xde\xa9\xdc\xea\xfe\x08\xee\x28\xf5\x9d\xcd\x65\xf8\x1b\x18\xc4\x0d\xa6\x2b\x9f\x41\x5c\x93\x73\x60\x40\x35\x2e\xe6\xf3\x4e\x8b\x8a\xe4\xc1\x0e\x8d\x53\x65\x33\x78\x40\x0f\x49\x7f\x8d\x15\xbc\xcb\xbc\x7b\x7c\x30\xcf\x71\xf6\xec\x7f\xec\xb5\xd2\x20\x80\x36\xee\xde\x9f\x22\xfe\x98\x29\xf2\x6d\xe6\xdf\xc6\x43\x6d\x8f\xe7\xeb\x3f\x66\x42\xc0\xac\xe3\x6f\x2a\xdf\x3d\x4a\xca\x79\x0b\x70\xed\x32\x8e\xd7\x8f\x49\xc0\xab\x34\xc0\x14\x34\xc0\x02\xf2\x4b\xf8\xd9\x45\xc3\x06\x5d\x13\x60\x5a\x1b\xc9\xe6\xc7\xc9\xb4\xe0\xd3\x0c\x6c\x80\x2d\x5b\x93\x73\xf5\xf1\x84\xfe\x2a\xe8\x2b\x6d\x96\xf5\x1b\xb1\xe3\xeb\x12\x34\xe2\xe0\xcb\x7d\xa2\x88\x3a\x94\x6d\x59\x23\xfc\xfa\x90\xf0\xd4\x05\x24\xdc\xe8\x76\x37\xd6\xb0\xee\xbd\x2f\x44\x59\x2b\x09\x68\x8f\x83\x3a\xbc\xf7\x6e\xba\xa0\x54\x43\x76\x3d\x50\x47\x58\xa4\xbb\x9a\x65\x56\x99\x02\x3a\x5b\x98\x57\x41\x17\xa9\x3a\x8d\xac\xb9\x04\x36\xda\x5f\x99\x58\x6a\x27\xe1\xd6\x5a\x87\xaf\x83\x65\x67\x7c\x5a\x42\xd2\x4d\xef\x58\xec\x65\x9e\xce\x9c\x89\xd4\x56\x12\x43\x1e\xc3\xd7\x79\x91\x89\xa6\x87\x20\x45\x68\xb7\x1b\xa2\x53\xc5\x1e\xfe\xda\x76\x5a\x95\xcb\xba\x9f\xca\xba\x45\xb1\x58\xe4\xd4\xf7\xc9\xdb\xb3\xcf\xfb\xed\x0e\xd6\x78\x9a\x4d\x97\xd4\xcb\xd0\xa6\x15\x4c\x6b\x4a\x7f\x7e\x1b\xba\xe3\xe9\xe4\xa2\xa5\xcb\x6e\x01\x24\x43\x7d\x1b\xde\x1c\x8f\x22\x8b\x0d\x74\x98\x47\xf9\x51\x29\x27\xeb\x7f\x14\x01\x6c\x72\x1c\xca\x49\x5f\x7b\xbb\x56\x1f\x28\x9f\x31\xbe\x68\x82\xd6\x46\xac\xba\xa6\x42\xe4\x92\x79\xea\xb0\xa8\x34\x1d\xd5\x5c\xe9\xa6\x9d\xd9\xbe\xe9\x68\xe1\x23\xd8\x4d\x00\x91\x87\x55\xaf\x37\xf9\x9c\xe5\x7b\x1a\x6c\xb7\x67\xbf\x35\x86\xc7\xe0\xad\xab\xac\xdd\x1f\xf3\x65\xda\x3f\xc3\x5e\x49\xf9\x53\x2f\x6a\xb3\xab\xda\x15\xc0\x61\xec\x95\x01\xc6\x9e\x8d\xb8\xfe\x5d\x75\xa2\x6b\x38\x59\x6d\x2a\x00\xd6\xab\xa8\x88\x2c\x31\x77\xa6\x3c\x1f\x94\x31\x18\x63\x83\x6a\x53\xbc\x6d\x74\x31\xe8\x7f\x8d\x70\x99\x88\x25\xe5\xe0\x59\x41\x13\x56\x69\x59\x8b\xce\x76\x3b\xef\x27\xe3\x0b\x3d\x4b\xed\xfa\x8d\xf7\x73\x19\x4e\x86\xdc\x50\x25\xc2\x25\x79\xa1\xc7\xfd\x75\xb5\xeb\xcd\x56\x06\xfd\x1e\x2a\xeb\x5e\x04\x2e\x1b\xe9\x89\x3f\x85\x11\xaa\x8d\x62\xb0\x06\xa9\x8f\xf2\x94\xc5\x91\xfc\x37\x42\x18\x40\xdc\xe5\x6f\xf8\x23\x42\x18\x44\xcc\xfc\x5e\x3e\xd2\x7f\xca\x05\x6f\xc4\xcc\x34\xe7\x3c\x20\x19\xde\xb6\xd1\x6b\xe7\x92\xd9\x94\x23\x3a\x6e\x3a\x5c\x7e\x25\xb9\x68\xe2\xbe\x3d\x2a\x50\xf4\x9f\xca\x41\x6e\x27\x13\xdb\x79\xad\xa6\x28\x55\x56\x8a\x20\x69\x4c\x87\xda\xc1\x7d\x96\xe8\x2f\xb4\xda\x41\xbd\xa0\xa5\x5c\x36\xf3\x77\x84\xf0\x86\xfb\x2f\xdc\xaf\x08\xe1\x46\x8a\x1a\xf9\x7e\x99\x55\x11\xb2\x55\xd1\xd9\xfb\xb5\x79\xb3\xa0\x42\xfd\xf0\xde\xab\x07\x95\x7c\x5d\xa8\x3f\x3b\x3e\xae\x82\xaf\xab\xf6\xe7\xaf\x8b\xf2\xd3\xfd\x9a\x7a\xb5\xe8\x27\x5d\x95\x79\x85\x5d\x9d\xae\x3c\x03\xdd\x8d\x7c\xcb\x8c\x16\xe7\xa8\xbd\xbb\x6f\x8e\xbf\xdd\x5e\xdd\x03\xb2\x76\xf8\x8a\xfb\xaa\x80\xcb\x7f\xd6\x96\x56\x23\x54\x9b\x59\x0d\xd3\xff\xfb\xa5\x4a\xa0\xd2\xf1\x48\x3b\x60\x35\x03\x31\x82\x32\xe1\xf5\x65\x4d\x52\x41\x14\x46\xf8\xc1\x9e\xb4\xed\xcd\xfc\x53\x96\xff\xe9\x75\xab\xdc\xbd\x72\x26\x07\x8c\xd6\xf6\x49\x9e\x09\x73\x0b\x96\x0b\x29\x01\x94\x2a\xe0\xd2\x45\x05\x86\x4e\x60\xdb\x1a\x8c\x42\x5b\x33\x3b\x58\x4f\x19\x6b\xcc\x51\x51\x2b\x7f\xc7\x98\x13\x0e\x97\x40\xc7\x38\xe5\x66\x27\x6c\xb7\x6b\x06\x21\xf2\x30\x78\xc8\x3a\xbb\x03\xa0\xf0\xb6\x6b\x4e\xfc\xc0\x0b\xfb\x21\x6f\x4f\x08\x1b\x0c\x62\x76\x68\x42\x38\x42\x98\x39\x24\x55\x08\x9b\x9c\xa8\x0e\xb8\x40\x2f\xfd\xa0\xe7\x99\x18\x6b\x1d\x03\x63\x5b\x2a\x06\x83\xb8\x38\xbc\xbe\x1a\x08\x49\x5b\x85\x10\x66\x83\x01\x47\x83\x41\xff\xac\x4f\x48\xcc\x40\x65\x72\xc1\xac\x73\xff\x88\x5b\x31\xb0\x40\x28\x65\x23\x0e\xc7\x7a\xe4\x3f\xf5\x5c\x44\x8d\x57\xe9\xd7\x70\xb2\x5d\xf8\x98\xdf\x28\x1e\xe0\x5b\xa2\x1c\x34\xf0\x44\x1f\x1f\xc5\x86\xb3\xdf\x84\xac\x54\x2a\x8d\xa3\x12\x51\xd3\x68\x22\xfb\xc9\x17\x74\xa6\xfd\xcb\x40\x2d\xe0\x3c\xd6\x22\x3c\x33\x0e\x67\x7b\xca\x5a\x87\xb4\xa8\xee\x01\x5e\xc5\x49\x7e\x42\xbf\x08\xca\x67\x95\xc3\x06\x34\xfe\xb0\xa0\x41\x4f\xe0\x47\xe8\x0e\xab\xee\x05\xed\xf9\xfa\x8a\x95\xe2\x1e\xdc\x24\xc9\x30\x7c\x43\x54\xdc\x3d\x3c\x52\xda\x0c\x28\x4b\xfa\xc3\xe0\xa1\xfd\xac\xd1\x61\xff\xf3\xc6\xab\x37\x15\xa4\x41\x67\x7c\x41\xfa\x67\xdd\x45\x3e\x65\x8b\x03\x15\x7c\xa4\xb7\xac\x62\x05\x6f\x77\xb1\xfd\x9d\x79\x52\x8f\x44\xf2\xe1\xe3\xfb\x0f\x57\x1f\x3f\xfd\x38\x79\xf5\xe6\xd5\xe4\xe5\x1f\x2f\xdf\xfd\xe1\x6a\x6c\x3d\x87\x4b\xaa\xb7\x09\x8d\x91\x2c\xdc\x0a\x7b\xb3\x80\xc2\xa3\x31\xc4\x12\x5f\xc4\xed\x0f\x83\x76\x51\x6a\x0c\x93\x0f\x14\xb7\x7d\x47\xf2\xe2\xc8\x1a\x81\x73\xa8\xee\x88\x10\x9c\x38\x5f\xcf\xe6\x2e\xb1\x4a\x0b\x54\x1b\x23\xad\x7e\xdd\x50\x95\x3a\x43\x7b\x93\xcf\x6d\xcc\x77\x84\x64\x2f\x9c\x55\xd7\xa5\xc3\xd0\xcf\x6c\xfd\xf0\xaa\x6e\x3d\x05\xc5\x6e\xb3\x11\x1b\x68\x98\x84\xf6\xe2\xda\x37\x2d\xbb\x9c\xc2\xfe\xb4\x19\x30\x0f\x7f\xbf\xda\x64\xe4\x66\xff\x8e\xc6\x08\x83\xe7\xd3\x9e\x0d\x3f\x18\xd0\x17\xfb\xde\xed\x13\x00\x5a\x13\x03\xe8\x21\xc8\xa5\x7b\x0b\xea\xd3\x5a\xc0\xc0\x0b\xca\x6c\x09\xeb\x38\xdd\x6e\xfc\x9c\x3d\xe7\xa0\x44\x0f\xde\x8f\xd8\x38\x74\x17\x35\xd3\xcb\x34\xf8\x47\x67\xd3\xc3\xde\xbe\xe3\xfe\xf4\xac\x0e\x18\x45\xd3\x0c\x1d\xd7\x0b\x2a\x4e\xd4\xf7\xf1\xbe\x15\x68\xd1\x85\x7d\x99\x6b\xda\x33\x16\x50\x0f\x7a\x11\x64\x18\x33\x93\x93\x0e\xbb\x28\x8f\xe9\x31\x1c\x92\x69\xc1\xab\xcd\x4a\x45\x0d\x37\x8f\x51\xf0\x71\x5d\xb9\xe1\x50\x87\x81\xee\xf9\xa0\x3c\xa5\x36\x91\x1d\xda\x72\xed\x9c\xee\x14\xb7\x4f\x39\x68\x6e\x4d\x10\xca\xde\x7d\xdc\x93\x4c\x45\x18\x0a\xc2\x30\xc5\x1c\xdb\xac\xcf\x8c\xbb\x29\x44\x75\x3d\x51\x81\xcf\x5d\x87\xd8\xa9\xad\xba\xf6\xfa\xc5\x30\xed\x5a\x6d\xcc\xf7\xcf\x67\xef\x78\xb2\xa1\x3a\xbb\xc7\xff\x7a\xe8\xcc\x2f\xe1\x78\xda\x5f\x39\x3f\xeb\xe0\x23\xed\xe6\xbe\xb7\x7d\x8a\xea\x23\xca\x6c\xe9\x60\xd0\x0f\x34\x0e\x66\xf2\xdb\x6e\xf4\x2a\x51\x0f\xae\xd0\x9e\xab\x4a\xb6\x78\xcc\xc4\x6c\x3b\x3f\xd7\xe6\xef\xbd\xce\xf7\xad\x0f\x4c\x6f\xea\x07\x18\x82\x18\x6d\xbb\x8b\x34\x1c\xd8\x31\xd3\x3d\xdb\xb3\x64\xaa\x88\x76\x54\x2d\x7b\x05\x6c\xf0\xe2\xb4\xb1\x91\xdb\xdd\xb4\xbb\xe7\x94\x3f\x65\xe8\x3c\x86\x40\xae\x3d\xe4\x44\x3b\x34\xb5\x5f\xbc\x28\x50\x93\x32\x7b\x44\xa8\xe8\xa0\x24\x96\xc3\xe8\xde\x4b\x6a\x34\x75\xb0\xf7\xb6\x0f\xf1\x34\x61\xf5\x75\x40\xcb\x6c\x56\xd4\x07\x98\x15\x29\x42\xf9\x67\xb1\xcd\xb2\xec\x76\x7d\x20\x4d\xa6\x6e\x8f\x36\xb5\x0b\x1f\x66\x6d\x10\x0a\x3c\x2e\x20\x4f\x66\x9b\x94\x3e\xd0\x9f\x8b\x63\x0f\x5c\xda\xdd\x4b\x9f\x51\x33\x33\x79\x90\x64\x1d\xc1\xef\x99\xd0\xa1\xbd\x6c\x5f\x9b\x03\xda\x7b\x87\xec\x63\x0b\xcd\x22\x80\x12\xff\xe0\x22\x68\x8b\x84\xc3\x10\xa0\xe8\xa2\x79\x9b\x10\x7d\xdd\x68\xbc\x80\x11\x57\x2e\x2d\x4d\x74\x01\x8f\xda\x8e\x43\x3e\xf0\xf8\x0a\x46\x63\xf9\x31\x4a\x9b\x3d\x08\xb9\xd9\xda\xd7\xdb\xe4\x38\x37\x29\xdd\x58\xe0\xc5\x87\xb7\x8d\xe1\x2a\x9d\x75\x96\xb3\xac\xf2\xa0\x21\xd0\xb7\x0b\x8d\x81\xb8\xab\x23\x31\x93\xba\x52\x22\x1c\x96\x2c\xad\x5f\xcf\x31\xb9\xbb\x0e\x27\x98\xdb\x2f\x8a\x7e\x05\x84\xca\x23\xb2\x36\xb4\x04\x53\xfd\xed\x6f\x1f\x08\xde\x21\x9c\x4e\x49\xa6\x75\x5e\x0e\xcc\x4d\x6d\x24\x3c\x23\x2a\x4d\xd0\xe4\xaf\x34\xfb\xf9\x9a\x0a\xbc\x84\x07\xf2\xd7\xdb\x6c\x8d\xe7\x26\x6c\xbb\xe7\xc7\x38\xa3\xed\x3c\x51\xee\x18\xbb\x9d\xe7\xff\x15\x46\x29\xfb\x10\x4b\x85\xc6\xc5\x50\xe0\x4b\xaa\x67\x92\x0a\x5b\x6e\xba\x22\x54\xab\x34\x28\xcf\x84\x8f\xe0\x00\xc9\xb0\x9b\xb0\x0e\x78\x43\x6c\x25\xd5\x60\x50\xd9\xf4\x77\x36\x11\x55\x1f\xe0\x40\x73\xf7\x62\x46\xfc\x8c\x79\x02\xe1\x25\x19\x9e\x2f\x9f\xcf\x4c\x40\xc3\xd2\x04\x34\xcc\xc9\x6c\xb4\x1c\xe3\x35\x11\xa3\xf9\x18\xaf\xd4\x89\x9e\xd1\x6a\x5a\xb2\xb5\x28\xca\xc6\x39\x9e\x4b\x8e\xef\xd6\x35\xba\x82\x78\xdf\x5b\x95\x8b\x49\xf6\xcc\xc4\x2f\xce\xd1\x8b\xa7\x67\xaa\x85\x05\xa1\xa3\xf9\xb8\xb7\x26\x8b\x0b\xc8\x6f\xb3\xca\x7e\x36\xbe\xb0\x0b\x64\x34\x3b\x6b\x10\x10\x83\x97\x6b\x54\xb3\x79\x3c\x95\xc3\xea\xa8\xf5\xc6\xd4\x0a\x50\x29\x5e\xea\xbf\x1b\xbc\x46\x75\x7d\x7b\xb1\x4a\x94\xe1\x69\x8e\xd7\x28\x75\x31\xf8\x0e\xb8\x31\x69\xe3\x9b\xec\x76\x73\x48\xc1\x74\x21\xeb\x26\xeb\xb4\xab\x4c\x2c\x2b\xac\xa9\xd2\x3f\x08\x84\xcb\x64\xc3\x21\xd6\xd9\x87\x3d\x81\x7d\x78\x4f\x4a\x8b\xf4\x06\x8e\x41\x55\x1c\x6e\x88\x7b\xbb\x21\x26\x64\x78\x3e\x79\x7e\x6f\x56\x67\x72\x7a\x8a\x60\x21\x20\x53\x5c\x26\xa8\xcf\xf1\xdd\x8f\x26\xe3\x04\xbc\xbb\xd4\x9f\xd5\x3d\x9f\x42\x5a\xe9\xcc\x77\x41\xa2\x38\x92\x3d\x8c\x4c\x4a\xc5\xf0\x9f\x12\xd5\x4a\xcd\x72\x1b\xe6\x83\x54\xfc\xc6\xa8\x4c\xde\xff\xf5\xdd\xd5\xc7\xb1\x49\x04\xe9\x23\xc6\xc2\x99\x0a\xdc\xe6\xcf\x21\x4a\xdb\xd8\x00\x80\x6b\x85\xa2\x28\x16\x78\x0d\x2e\x58\x07\x0a\xc4\x88\xbc\x10\x49\xa0\x07\xd0\x38\x36\x1a\x5b\x06\x25\xad\xd9\x95\x72\xcf\xa8\x4c\xbe\xbf\xfa\xc3\xe5\xcb\x1f\x27\xaa\xab\xb2\xef\xb5\xbe\x2e\x1e\xe3\xb8\xa2\x13\x9e\x9d\x97\xe0\xb8\x52\xfa\x8e\x2b\xa5\xe7\xb8\x92\x29\xb7\x64\x20\x2b\x26\xc4\x58\xbb\x42\x68\xad\x14\xc8\x96\x1e\xd3\xee\xdb\x6f\x37\x3e\x37\x6f\x42\xb4\xab\x46\x79\xda\xac\x03\xc6\xda\x59\x09\xe3\x8b\xce\x5a\xe4\x17\xb2\x1a\xe7\xdb\x3a\x57\x40\x11\xe0\x11\x20\xca\xfb\x2d\xd4\xa3\x5f\x9b\x2a\xb4\xf5\x70\x3b\x4f\x66\x34\xa7\x82\xea\xc7\x7e\x14\x42\xa8\xa7\xa9\x45\x71\xad\x60\x2f\x0d\x2b\xd7\x81\x71\x21\x54\x08\x87\x2a\x78\xf5\x45\x50\x2e\x39\x98\x8b\x28\x8d\x4e\xbb\x5f\xc5\x28\x8d\x22\x3d\xe3\x9f\x9f\x3f\xd9\x02\x3d\xd0\x99\x15\x75\x57\x9d\xb9\xfb\xb5\xf5\x7f\xb5\xaf\x5a\x3b\xd5\xf5\xb2\x4e\x4d\x75\x1b\x36\x73\xdf\xd4\x4f\xb6\xb4\x7e\xf1\xb9\xae\x04\x64\x89\x53\x0a\x47\x3b\x26\x75\x40\xb4\x16\x52\x7d\x60\x93\x45\x9e\x4c\x8d\x9b\x7a\xe2\xb0\x8d\xe4\xde\xf0\xa2\x2c\x31\x35\x15\x6b\xd3\x8b\x03\x4f\x0a\x95\xf6\x7d\xd0\xa1\x29\xc8\x10\xd9\x4c\xdc\x4a\x8e\xe7\xd2\xbe\xfb\xe3\x66\xb8\x6b\x36\x28\x42\x28\x75\x95\xe1\x55\xcc\x9c\xca\x9e\x5f\xd0\x74\xe1\xc3\xf0\x78\xe1\x89\x98\x99\xfe\xda\x63\xe4\xab\x51\xe4\x16\xf8\xa8\x5f\xe0\xa9\x57\xc7\x81\x19\x80\xbd\xa3\x2b\xf5\xbf\xf7\x05\x00\x7b\x47\xf7\x66\xfa\x96\x1d\x0c\xe2\x99\xd9\x8a\x14\xe1\xa5\x82\x3d\x91\xf3\x3f\x18\x2c\x81\xaa\xab\xae\x37\xbc\xfd\xda\x5d\x41\x08\x85\x43\x52\x59\xa3\xbd\x33\xd5\x71\xac\xf7\x74\xdf\xc6\x28\x80\x71\xa6\xe3\x3a\x71\x20\x17\x92\xf8\x9c\xd3\x73\x85\xca\xa7\x85\x18\x67\xb5\x80\xc4\xa6\x9b\x35\x2d\x61\x7f\xd5\xd6\x88\x11\xb4\xf3\x46\x03\xf0\xf9\x01\x13\x3e\x2a\x9f\xdf\xb3\x95\x82\x28\x6b\x43\x7c\xb9\xe9\x8d\x25\x9d\x3b\x74\xb3\x0b\xcf\xb4\x56\x26\x13\x59\xe5\x6e\xb7\xad\xed\xc9\xc8\xa6\xcb\x97\xda\xe6\x17\xfa\x43\x35\x1c\xa1\x94\x95\xc7\x6f\x58\xbb\xfe\x6e\xeb\x73\x9f\xa8\x07\x0b\x6f\x63\x5a\x5e\xd9\xce\x55\x10\x28\x8d\x54\xc6\x7a\xe6\x21\x6d\x98\xfc\x81\xcc\x74\xb2\xec\x79\x81\xd4\x05\x70\xe9\xba\xd3\x92\x96\x86\xfb\xc1\x6e\xbc\x25\x88\x9d\xc2\x43\x13\x3b\x09\x6c\x80\x31\x25\x8d\xdd\x85\x90\x8a\x3a\x78\xe9\xe8\x0b\x0c\x16\x7b\x1b\x52\x9e\x53\xea\xb7\xee\x96\xd9\xb6\xac\xb9\x32\xe5\x05\xa9\xba\xf6\x7e\x1e\xf6\x84\xf6\x09\x69\x63\xde\x5e\xd0\x54\x75\xd1\x34\xa0\xe7\xb7\xfb\x28\x49\xae\xcc\x1c\x27\xb4\x9d\xc1\x25\x40\x83\x50\x37\xd7\xb7\x9e\x18\x0c\x84\xdd\x27\xc1\x69\xeb\x38\x53\x2e\x3c\xc7\x9a\x54\x7d\xbc\x1c\x7b\xf5\x6e\xbb\xf9\xdb\x94\xe2\x16\x68\x99\xa8\xd5\x54\x96\x8e\xaf\xa4\x83\x01\x75\xcc\x6c\xe1\x5e\x40\x5f\xed\x0b\xc0\x71\xae\xc8\xf0\xbc\x7a\xde\xbc\xe7\xcf\xab\xd3\x53\xcb\x5e\xe5\xa4\x7a\x3e\xdc\xed\x9a\x65\x9e\x93\xca\x80\x06\xb9\x5b\xbf\x1a\xe3\x4d\xc0\x3c\x43\xbe\x57\xc9\x51\x9b\xcc\xad\xe7\xd3\xe7\xb3\xf3\xa9\x61\xa0\x97\x64\x33\x9a\x8e\xf1\x9c\xe4\xa3\xe5\x58\x43\x6e\x53\xcb\xb1\x2e\x1d\xc7\xba\x26\x99\x2c\x31\x27\xeb\x16\x1f\xbc\xb6\x7c\xf0\xbc\xcd\x07\xcf\x81\x0f\x2e\xe4\xc0\x3b\x6a\x5d\x99\x5a\x9b\x7c\xf0\x0a\xcf\x51\x2d\xdf\x91\xb9\xc3\x9e\x96\xdc\xa7\xbd\x17\x49\x96\xc0\x06\xf8\xa4\x7f\xab\xf4\x93\x95\xb9\x71\x6f\xb5\x93\x52\xe2\x65\xb4\x41\xf8\x36\x61\x15\x90\x51\xd2\x1f\xc2\x8f\xb7\x54\x2c\x8b\x19\xe9\x9f\xe1\x3e\x4b\xfe\x78\x79\x3d\x79\x77\xf9\xe9\xcd\x5f\x4c\x2e\x63\xc3\xac\xfb\x52\xd6\xbd\xff\x6b\x8f\xcc\x77\xeb\x05\x9a\x69\x6e\x14\x87\xa8\x34\x37\xee\x0c\x6b\x1f\x33\xb4\xbd\xf1\x0f\xe3\xfe\xdc\x18\x7e\xe5\x22\x79\xf3\xee\xcd\xa7\xc9\xeb\xcb\x97\x9f\xde\x7f\xfc\xb1\xd1\xc6\x7d\x47\x1b\xf7\x8d\x36\x6a\xc5\xbf\xdf\x7a\x26\xe8\xc9\x63\x14\x05\x5e\x4e\xc7\x7f\xa4\x01\xfa\x37\x85\xcd\xd7\xc2\xb8\xe2\xa0\xd8\x7e\x4b\xae\xd1\x6a\xdb\xc4\x51\x86\x31\x6b\x31\x98\x4d\xd3\x84\x9c\xb5\x2e\xf7\xc7\x15\xf4\xeb\x03\xe4\x22\x76\xce\x6c\x74\xb7\x53\x1a\xf4\x39\xe3\xae\x31\x70\xce\xb6\x74\x3f\x76\xae\x2a\x1e\xc7\x89\xc0\x23\x44\xbd\x08\x78\x47\xeb\xf0\xeb\x0a\xab\x0b\x00\xd5\xb2\x6f\x70\x44\xc0\x3d\x5c\x39\xe7\x96\xc5\x94\x56\x55\x6b\x9c\x8e\x51\xf7\x34\xed\xcd\x52\x58\x19\xbc\x9d\xe2\xc1\x53\x92\x31\xcc\x3c\x2d\x07\x73\x2d\xc8\xe3\xc9\x92\x77\x97\x6f\xaf\xae\x3f\x5c\xbe\xbc\xba\x26\xc2\xfb\x11\xbc\x99\x7c\xf7\xe3\xe4\xcd\xab\xe0\xbd\x7a\xa4\xaa\x96\xfd\xbe\xcc\x73\x22\xbc\x1f\x6e\x0a\x31\x4b\x6e\xee\x21\xf7\x79\x63\x72\x1f\x73\x04\xbe\x85\x9a\xec\xb0\xe6\xeb\x61\x05\xd7\xd7\x67\x32\xed\x02\x56\xdc\x0b\x70\xfe\x6d\x52\xe8\x37\x72\x3e\x92\x3d\x27\x2f\xb3\x27\xcf\x82\x8a\x49\xfa\x76\x32\x81\xee\xd9\x6c\x8d\x7f\xa2\xf7\xad\x73\xd6\x92\xaf\xda\x22\x8b\xbc\xe6\xe6\x1b\xb5\x19\x6a\xa0\x82\x95\x47\x03\xb3\xc6\x01\xc9\xcc\x6d\x62\x6f\x12\x0b\x8e\xa1\x59\x8a\xcc\xe3\x08\x3b\xc6\x58\x75\x3d\x0b\x85\xb4\x7f\xc0\x30\x5b\xbd\xf6\xf9\xd8\x1a\xa1\xde\xe3\xf6\xfc\x71\xae\x47\xbf\xda\x8d\x48\xa3\x6c\xff\xf6\x2e\x87\x6a\x39\xb8\x5d\x10\x1b\x82\xb5\xf5\x1d\x32\x31\x6f\x32\x95\x5a\xe2\xb4\xbe\xe5\xc7\xa9\xda\x6d\x42\xa9\x47\x4f\x9f\x7f\xcc\xbf\x79\xec\xa3\x62\xea\x9b\x89\x0a\x1a\x59\x62\x22\xf9\x3b\x72\xea\x40\xff\x95\xcd\x03\x14\x69\xc3\x7c\x39\xe2\x3a\xe5\x3b\x1a\xef\x76\x06\xbd\xb0\xe7\x6b\x5d\x08\xbb\x10\xed\xfc\x32\xe0\x0b\x18\xc1\xaa\x44\x28\xf5\x60\x0f\x99\xbc\xd7\x7c\x89\x12\x70\xf1\x2f\x18\xd1\x28\xf8\x69\x28\x6e\x9a\x9a\x65\x01\x97\x22\xa9\x03\x3b\x5e\x36\x07\x89\x90\x5c\xce\x04\x9d\x3f\xbe\x24\xdb\x68\xa4\x3a\x60\x10\xba\xc7\x51\x6a\xf3\x47\x61\xfb\xf2\x1d\xa0\x36\xca\x77\x1a\xbf\xd1\xbd\x52\x4c\x81\x7c\xa5\xbd\x23\xdd\x2b\x23\x31\xc9\x97\x2e\x3d\x8a\x7d\x7d\x59\xdd\xf3\xe9\x43\x65\x24\xbf\x2d\xdf\x19\xaf\x3b\xf3\x42\x0e\x4d\x3e\x87\x81\xb9\xc7\x1f\xe9\xe2\xea\xcb\x5a\xbe\x28\xe9\x82\x7e\x59\x7b\xaf\xd4\xae\x91\xaf\xec\x41\xb5\x1d\x65\x39\x04\x7e\x42\x27\x58\x4e\x73\x56\x89\xa8\xc6\x5b\xc3\xf2\xa4\xbc\x26\xcd\x5c\x34\x7b\x4f\x03\xdc\x7a\x07\xd2\xb7\x77\x58\x8b\x8e\xc1\xab\xb6\x02\x5d\xe9\xb4\x09\xdb\xda\x81\x8b\x00\xd2\xf9\x88\x8e\xc9\x19\x16\x48\x8a\x3c\x3e\x8c\x4b\xe9\xd2\x4f\xd8\x7a\x7c\xe4\x07\x1d\x95\x04\xc9\xea\xed\x86\x74\xd9\x94\xba\x92\x18\xa0\xaf\x81\xc3\x77\x4a\x83\xeb\xfb\xd5\x4d\x91\x93\x19\xe0\x03\xbf\xd1\x93\xa7\x1f\xb6\xa1\x29\xc0\xb3\x6a\x6a\x65\x2d\x8a\x6a\x49\xe7\x18\x94\xca\xca\x7b\xd2\xce\x27\xa2\x3b\x67\xd4\x7c\x0e\xa5\x26\x99\xc8\xef\x94\xdf\x9e\x52\x68\x99\x67\x58\xc8\x5a\x37\x1b\x36\x23\x05\xa6\xc9\x82\x72\x5a\x66\x82\xfe\x41\x3e\x08\x17\xa6\xa1\x61\x89\x60\x15\x23\xa3\x57\x11\xa7\x45\x8c\x7a\x1c\x8e\x7a\x96\x98\x50\x1b\xab\xca\x91\x8d\x68\xbe\xb5\xdd\x6f\x70\x36\x8e\x29\x42\x8e\x07\x16\x04\x52\x95\xc9\x87\x7e\x6b\xb2\x11\x6c\xaa\x17\xc8\xe5\x64\xf2\xbf\xac\xcc\x97\x16\xdb\x4c\xaf\x5e\x4f\x10\xe7\xcd\x4c\xca\x8b\xa8\x12\x50\x63\xea\x00\x5a\xe5\x53\xbe\xd1\x4f\x2b\x58\x19\x53\xf6\x5e\x3f\x8d\xa3\x53\x7a\x1a\xa1\x08\x57\xb6\x1f\x56\x45\x2d\x87\xa9\x0e\x05\x29\x31\x4d\xee\xca\x6c\xdd\x4e\x90\xd1\x9f\xf8\x09\xb7\x40\x45\xf2\x5e\x23\x2a\x0f\x06\x13\x07\x3e\x7b\x72\x1d\x53\x7c\x1d\x0b\x7c\xef\x68\xd8\xb5\x8e\xde\xa0\xd6\xa0\x63\xe2\x1b\x75\x82\x80\x2e\x88\x93\x2b\x3d\x21\xf2\x33\x80\x25\xd2\xd8\x94\x8d\xae\x7d\x89\x29\xb2\xd5\x56\x44\xe8\xe2\x36\x80\xb2\xab\x78\x6e\x5f\xea\xb1\x57\x6b\xc9\x0f\x35\xae\x9c\x16\x00\x2e\x1d\x0c\xba\xb0\xa0\x03\x00\x26\xfd\xf7\xc7\x98\xe2\x21\x74\x5d\xb9\x8d\x3b\xdd\x1c\x79\x85\x69\x32\xcd\xb8\x82\x7b\x23\xef\xe4\x8d\x67\xc0\xdf\x48\x93\xbf\x60\xf3\xf8\x9d\xda\x33\x56\x8f\x39\x12\x06\x08\x1e\xb0\x3b\x65\x13\x56\xdb\xd1\x7d\x69\x1a\xd2\x32\x32\x06\x99\x93\x37\x0a\x2c\x06\x30\x79\xa8\x11\xd9\xba\xd6\xe0\xfb\x70\x0d\x1a\xc5\xe4\x7c\xaa\xb3\xf3\xbd\xdb\x54\x72\x3c\x46\x43\xe2\xa7\x61\xeb\x76\xcb\xf7\xd2\xae\xb9\x4b\x5e\xec\xbf\xe4\x45\xc7\x25\xdf\x99\x74\xcd\xa1\x14\x44\x91\x0e\xaf\x36\x9a\x2f\x88\xb2\xe6\x2f\x34\x8c\x6b\x84\x23\x84\xff\x1e\x8b\x11\x1f\x4b\x81\xb8\x3c\x25\x54\xfd\xf0\xc8\x40\xa0\xb3\x76\x7d\xb7\x03\xb5\x83\xf0\x8c\x26\xe6\xeb\xd7\x5a\xbf\x0a\x33\x63\xfc\x49\x08\x87\x1f\x10\xb7\xd6\x5a\x34\xef\x9c\x7d\xa7\x95\x90\xce\x59\x5f\x2d\x44\xfb\x43\xb5\x0e\xdf\x69\x55\xa5\x2e\xe6\x80\x8d\x83\xb2\x7f\xf5\x4a\xb1\x6a\x4f\x21\xdd\x83\xbf\xea\x1e\xe8\x1a\xff\xca\xc4\xf2\x6d\xc6\xc1\x69\xfe\xfe\x9a\x0a\x41\x4b\x42\x13\x41\xb3\x72\x56\xdc\xf1\xf6\x9b\x8a\x8a\xcd\xba\xfd\xf8\x65\x36\x5d\x52\x42\x7d\x85\xd7\x87\x8f\xef\xff\xf3\xc7\xf0\x91\xd2\x81\x11\x9a\x7c\x7c\xff\xfe\x13\xa1\xc9\x74\x49\xa7\x3f\xff\x31\xab\xae\xa5\x40\x4f\x68\xf2\x87\x1f\xde\xbc\x9a\xfc\xe9\x4a\x7e\xb5\xa0\xe2\x95\xbc\x99\x61\x87\xd2\x44\xd1\x40\xdf\xab\x81\x91\xa1\xbb\x97\x0b\xab\xa3\x3a\x3d\x65\xb5\x02\x26\xf4\x55\x6c\x15\xfc\x92\x7f\xe5\xa4\x8c\xe5\x25\xa9\xe8\xb8\xe4\x64\x12\x5e\xdc\xc5\x92\x86\xbb\xe6\x73\x9d\xfa\xb3\x63\x8f\xa8\x6b\x72\x30\x70\x54\x39\x78\x01\xf8\x24\xed\x11\x6f\xb4\x23\xc6\x68\xec\xfa\x3c\x73\x17\x66\x19\x7f\x9e\x4c\x9e\x6c\x69\xfd\x64\x9b\x9f\x42\x16\xcf\x79\x5e\x14\x65\x0c\x7f\x96\x19\x9f\x15\xab\x18\xfd\xab\xd7\xd9\x7a\x32\xf9\xec\xae\x55\x18\xf0\x12\xcf\xc9\xe6\x42\xf5\x22\x9d\xf5\xec\x94\xcd\x7b\x4a\xd9\xba\xec\x35\x26\x75\xdd\x53\xfa\xd2\x67\x3f\x25\xb1\x42\xe1\xd9\xc9\x8d\xfd\x13\x08\x7e\x3b\xa0\x48\xea\x6f\xf4\x0c\xdf\x76\x68\xe0\xed\xd1\xc0\x0b\x72\xab\xce\x44\x47\xf2\x19\xb0\xcc\x20\x64\xd9\x87\xc8\x7b\x1e\xa1\x17\x4f\xcf\x2e\x3a\xf6\xe8\x2a\x11\xb4\x12\xf1\xad\x61\xf2\x51\xdd\xce\xe7\xd6\x1f\xd6\xbd\xe6\x0e\x5a\xf4\xba\xb4\xab\x61\x06\x03\xbf\x8f\x52\x40\xf5\x91\xde\xcd\x7a\xdc\x68\x2a\xd9\x32\x86\x28\x9e\x63\x11\x53\x84\x6f\xdc\xf5\x8f\x45\xad\xb7\xf4\xbd\x7e\x7c\x8f\xfb\x67\x48\x4b\x7f\x77\x81\x4b\x81\xf6\x60\x74\x17\x96\x49\x02\xa6\x1c\xbe\xcd\xad\xa7\x6d\x1b\xb0\xb2\x57\x81\x7e\x38\x44\x55\x57\xfd\xbd\x3a\xdc\x5f\xf9\xf9\xff\xc7\xdc\x9b\x6f\xb7\x8d\x23\x8b\xc3\xff\xeb\x29\x64\x7e\x19\x0d\x31\x86\x19\x29\xe9\x95\x69\xc6\xd7\x49\x9c\x6e\xcf\x78\xc9\xb5\x9d\x9e\xe9\xab\xd6\x75\x68\x09\xb6\xd0\xa1\x08\x0d\x08\xd9\xed\x91\xf9\xee\xdf\x41\x61\xe5\x22\x59\x4e\x27\x7d\x7f\xe7\xe4\xc4\x14\x09\x14\x0a\x85\xad\xaa\x50\xcb\x2d\xde\xaf\x20\xac\x62\xad\xc3\xad\xa8\xb5\xfe\x71\xb0\xd5\xf9\xbe\xf4\xf8\x5e\xcb\xc4\xb8\xa0\x4d\x1d\xef\x39\x11\xda\xda\x8f\xb4\xdf\xa6\x56\x62\x08\xea\x2a\x1c\xe7\xe5\x09\xec\x5c\xdc\xd8\x0a\xb6\x77\x64\x0b\xdc\xda\x14\xfe\x60\x5e\xcc\x25\xfa\x4e\x42\x38\x6f\x4a\x08\x9e\xfc\x70\x54\xb6\x4c\x5e\xbc\xd4\x67\x4b\xbc\x57\x26\xda\x8a\xee\x23\xb9\x2b\xe2\x77\x06\x16\x5e\xaa\xa3\x8d\x5e\xdd\xc5\xaf\xcb\xe4\xef\x67\x27\xc7\xf8\x63\xf2\xf4\x7f\x87\xbf\xde\x3e\x19\x6d\x3f\x79\xea\x88\x75\x5a\x4d\xca\xb0\x35\x30\x39\x81\x9d\xf7\x1e\x24\xc4\x75\x27\x5c\xdc\x3c\xf3\xa0\x84\x66\xff\xe3\x75\xe2\xf1\x1e\x5c\x61\xd1\x64\xab\xdf\xb9\xe4\x24\xfd\xa8\x1c\xd6\xec\x09\x9d\x24\xe7\xf7\xf7\x4e\x84\x76\x27\x1a\x14\x76\xc1\xfa\xbd\x73\x0d\x9a\xb6\x3b\x5d\xdc\x28\x92\x24\xc9\xd1\xae\x4a\xa8\xb7\xfb\x61\x68\x68\x19\x3f\x59\xaa\x77\xe5\xe8\x43\x1c\x0c\x3d\x59\xb2\x09\xbc\x96\xeb\xf8\xb5\x1c\x61\xf5\x41\x6d\xa2\xf1\x9a\xd4\xc9\xb5\xf4\xc0\x3e\xf0\xd2\x67\x24\x72\x94\xd7\xa7\xb3\x4b\xb1\xaa\x6f\xfe\x8c\x5b\xcf\x6b\xca\xc7\x8b\x2c\xe5\xa3\xc0\x3a\xf4\xe9\x13\x14\xd3\xdd\x16\x96\x4d\xbc\xfc\xca\xd6\xd5\x52\x71\xc7\x79\x82\x04\xc3\x00\xb7\xc5\xc7\x95\x2d\x6f\x27\xe0\x83\xb8\x1b\x74\x83\x38\xc0\xdd\x00\xd3\x97\xc9\xa0\xdf\x47\xcb\x7c\x3b\xf9\x10\x45\x51\x57\x52\xd1\x04\xa6\xec\xf7\xcb\xee\x8c\x71\xd2\xa5\x82\xcc\x8a\x0f\x7a\x7c\xf3\xed\xe4\x34\x84\x28\xbb\xda\xe5\x46\x21\xbc\x9d\x04\xdd\x51\x50\xca\xb9\xb7\x3d\xc0\x39\x8a\x1f\xc0\xdb\x88\xe0\x3e\xe2\x4b\x89\xf8\x3b\xd9\x6d\x96\xf4\x5f\xb0\x1f\xa8\xc1\x9f\x55\xf1\x67\x0e\x7f\xd6\xc0\x9f\x36\xf1\x97\x2b\xc9\xa0\xaf\x0e\x63\x3a\x64\xa3\x4e\xbe\x9d\xfc\x16\xa6\x68\x3b\x88\xbb\xc1\xb6\xec\x53\xda\xd2\xa7\xd2\xeb\x93\x13\x98\x7f\xf3\x4e\x87\x8f\xea\x74\x00\x8e\x57\x4e\x25\x57\xea\x4d\x25\x81\x73\x67\xc2\xb4\x6f\xa9\xbb\x65\xf6\x32\xd8\x3a\x0e\x3e\xe4\x58\x54\x2d\xd1\x6c\xb2\xcc\xbc\xc3\x57\xdc\x51\x73\x54\xde\x4e\x69\x46\x5c\x54\x91\x8a\x73\xa8\xc5\xe9\xb8\xe2\x0e\xaf\xc3\x37\xb7\xe7\x26\x1c\x8a\x11\x6c\x6c\x66\x6b\x3a\xd0\x5b\x13\x6c\x8e\x87\x95\x53\x40\xbe\x79\xdb\xd8\xf5\xec\xda\x70\x9b\xd3\x7f\x6a\x9a\x86\x24\x21\x30\x24\xef\xdb\x98\x1b\xe0\x42\x3b\x2d\x5c\xdc\x7b\x68\xf0\x55\x63\x81\x69\xbe\x0f\x0e\xba\xaa\xe5\x9c\xe7\x3a\x96\xd1\x19\x15\xc6\x74\x4e\x36\x9a\x28\xc7\x88\xa8\x10\x8c\x93\x84\xeb\x1f\xf4\x3f\xc4\x58\xf1\xcf\x68\x51\x90\xc2\xfc\x9a\x52\x61\x9f\x75\x95\xfb\x7b\xcd\xcf\x95\x95\x10\x4e\x5d\x57\x46\x2f\x79\x6d\xe3\x2d\x41\x6c\x6f\x7b\x20\x8c\x6c\xae\xed\xe1\x55\x83\xb6\x84\x3a\x27\x0d\xba\x20\xc3\x97\xad\xf9\x3e\xa0\x6b\x2f\x2d\xfe\xc6\xff\x41\x3e\x57\x9b\xf3\x8f\xde\xf9\x82\x5f\x5b\x57\x06\xf5\x59\xc7\xde\x6d\x52\xc2\xef\xbb\xa1\x8a\x4e\x90\xfe\x13\xfe\x19\xff\x1b\xff\xb3\x39\x26\xad\x2c\xfa\x4f\x78\x35\x57\xff\xf3\x6a\x51\xe0\xdf\x2b\x55\x6d\x37\x94\xdc\xae\x53\xb5\x35\x8a\x7a\xea\xe6\xdf\xfe\xbd\x20\xfc\x6e\xb3\xb2\xab\x2f\xb2\x1a\x45\xc1\x08\xf4\x62\xa2\x73\xb9\xae\xb8\x18\x73\xb5\xc6\x6c\x36\x67\xb9\xac\xa2\x44\xfa\x07\x8a\x9b\x88\x08\xe4\x77\xe1\x02\x21\xac\xad\xa1\x9e\x40\xb7\x2e\x1f\x37\x83\x0f\x6b\xe9\x02\x6e\xc1\x37\x6c\xc6\x54\x9c\xd2\x6c\x02\x0d\x3d\xb2\xa2\x7c\x71\x51\x88\x54\x90\x4f\xa9\xf7\x98\x1a\xf5\x30\x12\x0f\x0e\x4f\x2a\x9e\xa6\x42\xf0\x0d\xc7\x5f\x83\x9f\xa5\x79\x7a\x4d\xd6\xb8\x80\x2b\x5b\x7b\x3c\xc6\x13\x3c\xc5\x57\x7f\xf4\x82\x63\x65\x85\xdf\xfe\x5b\xcd\xf2\xa5\x9f\x50\xa5\x8f\xaf\x89\x68\x4a\x33\x5d\x11\xa9\xe2\xab\xad\x34\x2c\xc4\x37\xb4\x90\xb0\x26\x8f\x84\x6c\xaa\xad\x6d\x21\x9d\x4c\x5e\xcb\x79\xf4\x33\xcc\xd7\x8d\xe0\x43\x8c\x35\x5b\x69\x2d\x74\x5a\x9c\xd1\xd9\x3c\x23\xaf\x33\x3a\xfe\xb8\x31\xf8\x4a\xad\xb5\xf0\xaf\x89\x90\x38\xbc\x62\x8b\x7c\x52\x6c\x0c\xbf\x52\x6b\x13\xf8\xaf\x33\x0a\x4e\x48\x63\xf1\xe8\x46\xbc\xaa\x1b\xf7\x84\xe6\xd7\xae\xda\x27\xf5\xaa\x02\xe1\xa1\x76\x4f\x19\x83\x9a\x8f\xea\x9b\xad\xf4\x10\x74\x3b\x51\x1e\x05\xde\xd5\xda\x84\x6a\x07\x9b\x2e\x0d\x4b\xa5\x83\xf5\xab\xe2\x9a\x88\xfd\x0c\xa2\xdf\x3d\x6a\x5d\x54\xab\x6d\x82\xb9\x2e\xfe\x58\xf4\x75\xb5\xb5\x2d\x14\x9f\xd6\x87\x62\xf3\x3e\x14\x9f\xd6\x87\x62\xf3\x3e\x00\x9b\xf4\x29\xbd\xa8\x57\x7c\xb8\x95\x4f\xe9\x49\xbd\xe2\xfa\x56\x0c\xb7\x7c\x26\xee\x32\xf2\x86\xcc\x39\x19\x43\x40\xab\x23\x52\x14\xe9\x35\xd9\xbc\xd5\x07\x00\xad\xc5\x02\xbc\x63\xde\x78\x1c\xd3\x46\x8d\x5a\xc3\xb5\xb5\xb0\x5f\x1b\xfe\xea\x50\xb3\x57\x1b\xc1\xa6\x1b\xc1\x3e\x27\xbf\x8b\x33\xc3\x46\x6c\x04\x97\x6d\x88\x33\x27\x8f\x98\x59\xe9\x66\x40\x25\x4b\x07\x96\x60\x8f\x43\xb9\xd8\x0c\xba\xdd\x1b\x1f\x07\x3d\xdb\x08\xba\x04\x7c\x26\x79\xc3\xc7\x01\x5f\x6c\x0c\x1c\x0c\x5e\x36\x84\x3a\xde\x08\xaa\x0a\x64\xf5\x38\x7c\x27\x1b\x41\x3e\x7a\x7f\xbe\xf7\xea\x70\xff\xe2\xf5\xfe\xe1\xe1\x86\x80\xa7\x91\x5f\x69\x03\xbc\x8f\x34\xf7\xba\x19\xf8\x2b\x0f\xef\x07\x44\xb5\x26\x4f\xbd\x5e\x6a\x53\x82\xd7\x67\xb7\x06\xf2\xc9\x51\x0d\x87\xae\x7c\x7a\x40\x23\x88\xc2\x2a\xad\x21\x71\x89\x5f\x71\x75\x64\xef\x46\x67\xaf\xd2\x2c\xbb\x4c\xc7\x1f\x77\xe4\x97\x1d\x13\x24\xef\xff\xa8\xf7\xad\x71\xe0\xa1\xe3\xce\xa2\x02\x85\x2a\x73\xde\x26\x71\xcc\xd7\x49\xb3\x1b\x59\x81\xfd\x69\xa1\xee\x35\x24\xed\x54\xb6\xb4\xe8\xbe\x75\xda\x22\xad\x95\xb4\x9f\xe2\x60\xdb\xa5\xe3\xf2\x53\x3c\xe4\x90\xe4\x32\x4b\xef\xd8\xa2\xa5\xbe\x20\xb3\x79\x96\x0a\x12\x5b\x40\xc5\xd3\x0a\x24\x9d\xf7\x22\x57\x81\x45\x1f\x49\xe7\x15\xa2\xec\x26\xb3\x69\xe3\x58\x88\x9f\x22\x18\x4f\xf4\xc1\x4f\x26\x3b\x57\x24\x15\x0b\x4e\x1a\xd3\xf7\xf3\x19\xdc\xb6\x8c\x71\x9a\x2c\xeb\x19\xf6\x3f\x77\xea\x3d\x15\x2b\x04\xba\xd3\x4c\xb2\xdf\x51\x4e\x21\x3a\xd3\x3e\x5b\x93\x5b\x3f\x6d\xc4\xe8\xb3\xe1\x06\x53\x65\x35\xd4\xcc\xad\x0f\xd0\xa3\xb3\xfd\xe3\x37\x17\x7b\xaf\xcf\x0f\x4e\x8e\xd5\x6c\xab\x1b\xa3\x98\x29\xd6\xeb\x89\x21\xad\xec\x58\x23\xe5\x0f\xa6\x82\x55\x20\x2c\xca\x8e\x6a\x48\x6d\xfa\xed\xc6\x48\xb5\x38\x8c\x2e\x84\xa2\x68\x46\x19\x94\x93\x21\x0a\xb6\x09\x6a\x44\x5e\xb4\xa9\x79\xb7\x94\x59\x92\xf1\xd6\xf5\x6c\x2a\xf2\xe6\x40\x51\x6f\xa0\xf2\x97\x83\xdd\x5c\x0d\x14\x4b\x06\x2f\xd8\x0f\x39\x5c\x10\xd0\x21\xab\x0e\x14\x1b\x75\xda\xac\x2a\x76\x21\x2e\x1d\xd5\xc1\x2e\xaa\xd1\x26\x4d\x50\x49\x51\x8b\x25\x49\x4b\x54\xaa\xdb\xcf\xac\x1e\xb1\x33\xf5\x57\x6c\xb6\xf9\x8a\x6d\xd5\x8f\x7d\xaa\x8b\xc9\x0a\x35\xe5\xff\x55\x1c\xef\xb1\xe5\x01\x37\x4f\xf4\x3b\x58\x9f\xe8\xb7\x26\x77\x1b\x0f\x8d\x12\xe1\x74\x3e\x27\xb9\xd2\xf8\xe8\xfc\x6b\x55\x15\xd0\x8a\x64\x1c\xab\x03\x51\x6e\xa6\x03\x7d\xd4\x50\x6d\x62\xd5\xf9\xb9\xce\xb6\xaa\x7d\xc1\x70\x84\x70\xcb\x00\xb5\x7b\xff\x0d\x95\x2d\x32\xc8\x06\x01\x76\x3f\x5e\x51\x50\xda\xc8\x09\xf5\x50\xd2\xf3\x12\x3b\x10\x31\xc7\x0d\x10\x31\xff\xd4\x51\xa8\x6a\xba\x3f\x75\xa5\x18\x3e\x63\xd5\x11\xd7\x76\x6e\xad\x5c\x71\x7f\xf6\x89\x36\x78\x1e\x07\x2a\x2d\xe7\x31\xb9\xcd\x68\x4e\x02\xfc\xec\xdb\x38\x18\xa7\xf9\x98\x64\x41\x89\x8b\xfa\x40\xf3\xe8\x1c\xce\x92\x8a\x0c\x62\x9a\x0a\x02\x2c\xf7\x69\x7a\xb9\x10\x6e\x78\x86\x41\xba\x10\x6c\x9c\xce\xa9\x80\x0c\x59\x01\x56\x2f\x18\xe7\xca\x50\x5a\xfe\xba\x62\xe3\x85\x24\xcb\xc4\xaa\x7e\x83\x2b\xc6\x67\x01\x0e\x66\xe9\xef\x3a\x18\x11\x0e\x66\x34\xb7\xcf\x10\x96\x6e\xca\xb2\x09\x5c\x83\x70\x92\x4e\x58\x9e\xdd\xc1\xe3\xbf\x17\x94\x03\x88\x82\x64\x2a\xd8\xf4\x1b\xca\x89\xb1\xfe\x2e\xe6\x24\xcb\xc0\xac\x26\x90\x07\xe3\xa5\xbe\xe1\x09\x04\x15\x99\xe4\x16\x3d\xc0\x2a\x2a\xb2\xc1\x49\xee\x21\x16\x1b\x9d\x52\xe0\xa1\x84\xfd\xca\xea\x25\x0f\x83\x79\x5a\x08\x12\xa8\x78\x69\xaa\x38\xd1\xda\x1a\x49\x39\x17\x84\xc8\xd5\x18\x2f\xc4\xa3\xca\xd3\x7c\xbe\x51\x8d\x12\x5f\x2e\x2e\x2f\x33\x52\x40\x84\x7d\x39\xfd\xe6\x9c\x88\x7f\x90\x3b\x1d\xb2\xc4\x1a\xdd\xa4\x43\x12\x7d\x24\x77\xaf\xd9\x44\x31\x1f\x6b\x80\x86\x08\x0b\xdf\xa8\x74\x28\x46\x60\x81\xb7\xaa\xf4\xd2\xa5\xf3\x56\xc7\x3b\xcc\x1f\x85\x7c\xa4\xeb\x68\x4e\xa2\xc4\x63\x9b\x3a\x65\x1d\x06\x2a\x63\xb0\x37\x93\x65\x85\x2c\x0c\x88\xec\xa1\x26\x0b\x41\x38\x0b\xf5\x7c\xdf\xc9\xcd\x84\x37\x9b\x39\x56\xb3\xde\xd4\x2b\xc6\xe9\x9c\xec\xcc\x39\x29\x0a\xaf\x0c\x4c\xd4\x83\x5c\x17\x82\x5f\x3b\x52\xbc\xaf\x16\x38\x51\x69\x7a\xd7\xe3\x8b\x2d\x00\x66\x07\x4e\x42\xf8\x48\xee\xde\xc9\x56\x75\x1b\x1f\xc9\x5d\x03\x8b\x8f\xe4\xee\xfd\xdc\xb6\xd0\x3a\x88\x58\x57\x95\x82\x92\x5f\xef\x0d\xbb\xcd\x3d\xc8\x13\x76\xeb\x61\xef\x87\x64\xcf\x7c\xab\x9f\xb4\x1a\xf9\xd3\x71\x63\x1d\x6d\x1d\x90\xf6\x7a\x0d\xe3\xfe\xb4\xd7\x03\x5e\x35\x1d\xb2\x06\xab\x98\x26\xa9\x61\x15\x2d\x17\x98\xc2\x7b\xbf\x21\x82\x90\x0e\x3f\x5c\x69\x5e\xcd\x16\xb0\x68\xa0\x3e\xcf\xda\xeb\x35\xcc\x75\x53\xb4\xe4\x2b\x58\xb2\xb4\xc6\x92\x0d\x0b\x9c\x8f\x4a\x54\x92\xcc\x37\x17\xf2\x7b\x93\x86\x92\xd7\x96\x4c\xf4\x56\x05\x1f\xbd\xa0\x02\xd4\xeb\xe5\x51\x21\xd8\x5c\x6e\xc9\xe9\xb5\x4a\x16\x80\x3c\x4f\xa8\x62\xf3\xc3\xa9\xed\xd2\xf2\xff\xdd\xcc\x6e\x17\x82\xa7\x79\x41\x65\xab\xe7\xac\x16\x91\xe2\x62\xbc\xe0\x9c\xe4\x02\xb4\x6c\x98\xb7\xbc\x34\x46\x77\xf2\x19\x44\x1d\xef\x77\x42\x30\xc4\x00\x20\xbf\x53\xfb\x57\xbb\xc9\xf2\x08\x16\x77\xaf\xa7\x1f\x2c\x07\xf7\x69\x12\x6f\xf5\xba\xf7\x8b\xcb\xbb\x97\x9c\xdd\x16\x84\xef\x3c\x94\x4c\xe0\x8f\x18\x0c\xd4\xed\x10\x1e\x21\x43\xe3\x14\x17\xab\xbc\x84\xb2\x9a\xf9\xeb\xe7\x99\x55\x8b\x64\x35\x17\xd9\x60\x2b\x82\x11\xce\x49\xca\x49\x21\x4e\xae\xce\xef\xe6\xb5\x8c\xf8\x2a\x3a\x46\xca\xf5\x6d\x08\xce\x93\x8a\xeb\x9a\x16\xb8\x76\x45\xf2\x92\x18\xdf\x39\x81\xe2\xca\x4f\x3f\xb2\x10\x7a\x21\x5e\x68\x4b\x77\xe7\x35\x22\x3a\x52\xdc\x75\x8d\x94\xa5\xc1\xe8\x9f\x54\x4c\xfd\xe8\x2c\x2b\xf1\x32\x60\x09\xf8\x57\xad\x01\xcc\x09\x27\xf9\x04\x02\xb7\x56\xec\x4c\xfd\x45\x14\xd9\x42\x3a\x7e\x81\x3e\x77\x54\x06\x87\x3f\x2a\x30\x99\xe4\xd8\xb2\x01\xe2\xdf\xfc\xd5\xc5\x26\x6f\xf9\x5b\x85\x54\x42\xa3\x69\x5a\xbc\x39\x39\x6a\xd9\xa0\xc9\xee\x84\x8d\x81\x5d\x8a\x60\xb2\x9e\x01\xcf\x06\xb1\xc9\x62\x6d\xa3\x64\x5b\xb5\x2d\x08\x3f\x1e\x97\x6e\xb8\x86\xaa\x2d\x6b\xc1\x5f\xb2\xc9\x9d\x23\xcb\xc1\x44\xb1\x70\xb7\x34\xcb\x0e\x80\x23\xd0\x1d\x8a\x25\xc7\x37\xa9\xbf\x82\xe8\xf7\x19\x49\xf9\x29\x20\x23\x0b\xd5\xc2\x98\xaf\x64\xff\xaa\xa3\x64\xaa\xe9\x41\xf2\x02\x6d\x55\xda\x6f\xbc\x73\xf3\xc1\xf2\x10\x71\x86\x45\x0a\xb6\xee\x8f\xe1\x46\x6d\xff\xef\xef\x83\xc0\x84\x5c\xd5\x70\xee\xef\xc3\x6a\x19\x7d\xee\x56\x22\x21\xa0\x12\xab\x78\x90\xc0\x6b\xb4\x24\xc3\xa9\xf4\xd7\x2f\x2a\x6c\x5a\xb7\xb2\x53\x44\x7f\xff\xef\xf7\xfb\xa7\xbf\x5c\x1c\x1c\x9f\xef\xff\x78\xba\xa7\xce\xef\x70\x11\x3d\xa9\xbb\x97\xf8\x18\x59\x77\xae\x5d\x88\x6e\xa4\x0c\x3f\x4c\x58\x64\x5b\x28\xae\x7c\xac\x7c\x52\xa9\x3e\xba\xe3\xba\xd2\x65\xe1\x1f\x1a\xe3\x0d\x0e\x8d\x76\x93\x1c\xef\xd8\xa8\xec\xab\xab\x76\x52\x08\x24\xf7\x07\xb6\x4f\x01\x41\x24\x4c\x32\x1e\xc5\xe0\x14\xc9\xb2\xdc\xbc\x03\x4d\x9b\xb2\xf5\x27\xdf\xc3\xe1\x49\x1f\xca\xed\xb4\x91\x10\xdd\x10\x8c\x3f\xbb\xdd\x5d\x7d\xe4\x36\x87\x7f\xa1\x69\xe6\x6e\xa2\x3f\xe9\xe0\x7e\xe4\x61\x6c\x4c\xba\xbe\x08\x47\x37\x4d\x96\x33\xb6\x28\x08\xf0\x51\x71\x00\xcf\xec\x46\x92\x05\x1e\x33\x92\xde\x10\xf3\x7a\x21\x82\x12\x5f\x25\xac\x7e\xe3\x01\x54\x29\xd4\x71\x63\xe3\x12\x09\xb6\x18\x4f\x0b\x91\x72\x11\x07\xf0\x7c\x26\x9f\x03\x0c\xcf\x33\x26\xa1\xc2\xe3\x11\xbb\x21\xfa\x2d\xc9\x27\xfa\xe5\x7e\x3e\xd1\xef\x94\x68\xa6\x5f\xbf\x56\xda\x09\x29\xcd\x48\xf1\x25\x0e\xb4\x58\x03\x6f\x16\x73\xf8\xfd\x7e\x0e\xbf\x40\x70\x82\x17\xef\x94\x08\x05\x5d\x50\xb5\xe0\x51\xd5\x83\x47\x59\x13\x1e\x64\x5d\x9d\x43\x67\x46\xf2\x45\x1c\xe8\x1f\x47\x24\x5f\x04\x78\x9c\xd1\xf1\xc7\x38\x18\x2b\x13\xaf\xc9\x65\xa6\x5f\x4c\xd8\xe2\xd2\x5a\x7e\x81\x5c\x47\xf3\x38\xd0\xf2\xa2\x7e\xc3\x16\x42\xbf\x3a\x91\x22\x5f\xb1\xb8\x9c\x51\x11\x07\xea\x6f\x80\x41\x84\x8f\x8d\x24\x3f\xd6\x09\x54\xc6\x26\xa7\x0a\x4f\xaf\x35\x25\xe5\xa3\x26\xa4\x7c\x54\x2f\xd4\xb3\x1e\x41\xf9\xb8\xaf\x44\x5f\xf9\xa8\x07\x50\x3e\x1e\xca\x47\xf5\x56\x8e\xb0\x7a\x79\x72\xa3\x4a\xb2\xb9\xfc\xcd\xe6\x06\xd6\xc4\x40\x9a\x04\x25\x9e\x44\x47\x27\xef\xcf\xf6\x2f\xf6\x8f\xcf\xf7\x4f\x2f\x0e\xf7\xf7\x7e\xde\xbf\x38\x3a\xf9\x79\xff\x62\xff\xe7\xfd\xe3\xf3\xb3\xdd\xe6\x14\xd2\x18\x34\xe6\x90\xc6\x01\x9e\xd5\x24\x80\x47\x98\x04\x65\xbc\x2c\x11\xe6\x8c\xd9\xd3\x37\x90\x27\x77\xd0\x76\xbc\x99\x13\x16\xa6\xde\x4f\x2a\x48\x71\x51\x73\xcf\x86\xbb\x46\x88\xe6\x64\x12\xc6\xfb\x61\xbb\x21\x16\xa6\x12\x9a\x93\xea\xcc\x2d\xb1\x09\x48\x69\x94\x14\x6a\x82\x43\x0a\x11\x2d\xf6\xaa\x88\xf9\xd4\xd7\x64\x78\x88\x07\x58\xe8\x58\xf5\x18\xc4\xda\x0a\x30\xbf\x1c\xd2\xf1\xdb\x9a\x27\xe2\xfd\x7d\x51\xb3\x6e\x44\x21\xb3\xde\xd5\x36\x18\x61\xba\x9b\xc6\x2b\xd8\xa8\x14\x21\x15\xf5\xeb\x90\x16\x10\x7b\x29\x54\x3e\xde\x3b\xe9\x7c\x9e\x51\xbd\x7d\x39\x07\x6f\x95\xe0\xa9\xb0\x87\xa7\xac\x9e\x4e\x26\x2a\x90\x62\x5b\x4d\xbc\xc5\x22\x5a\x84\x41\xd4\xf2\x0d\xb9\x2c\x92\x92\x47\x87\x90\x13\xe1\x87\xf7\xb9\xec\x48\x57\xb0\x6e\x3a\x99\x74\xff\xda\xa8\xf7\xd7\xae\xf2\x2b\x13\xac\x2b\x89\xd4\xd5\x47\x77\x37\x7c\xb2\x64\x51\xa1\xfb\x75\x7f\xcf\x86\xfd\x91\xe1\x5b\x4a\x14\x75\x8f\xd2\x8f\xa4\x5b\x2c\x38\xe9\xde\xb1\x45\xb7\x20\xa2\xeb\x91\x58\x02\x13\x53\xd2\x95\x33\xa9\xcb\x78\x37\xcd\x2d\x58\xc9\x7a\xeb\x2f\xd1\x07\x64\xbd\x47\x32\xf9\x21\x47\x0d\x0f\x84\x69\x5a\x78\x3e\x16\xca\x81\x2f\xc7\x99\x09\x9e\x07\xd3\x4c\xcf\xc4\x90\xe1\x0c\xe7\xc3\x6c\x64\xa6\x9f\x79\xef\x1c\x58\xac\x6f\xc5\x23\x26\x80\xc9\x27\x26\xe7\x72\xf2\xd2\x65\x17\x4b\x6b\xf6\x78\x08\xdc\x7d\x12\x9b\x38\xab\x9b\x43\xb8\x8e\xbc\xc2\x92\x71\xb0\xd9\xa7\x25\xa6\x35\x80\xe0\x41\xb0\x67\xc4\xae\x30\x98\xa4\x22\xdd\xd1\x63\x65\xae\xe9\x68\x62\x6d\x6c\x9a\x5c\xc8\x30\x07\xad\x21\xf0\x98\xb9\x09\xe3\x48\x22\x2b\xc9\x15\x38\x4d\x98\xbe\x8d\xeb\x50\xf0\x1c\xb5\xd1\xb2\x21\xc0\x1f\x44\xf4\x5b\x2a\xc9\x90\x45\x54\x90\x59\x58\xa0\x4e\x3f\x49\x92\x05\xf8\x65\x39\x97\xcb\x06\x6e\x3b\x81\x8a\x84\x42\x4d\x98\xbd\x75\x78\x2e\x94\x22\x6a\x84\x50\x59\xd2\xab\x90\x3a\x81\x6d\x9c\x6c\xf5\xf1\x24\xe9\xbf\x98\x38\xcf\xa1\x89\x8b\x03\x48\x87\x93\x51\x67\xda\xeb\x4d\x55\x74\x66\x70\x3a\x4d\x12\xde\xeb\x85\xe3\x64\xaa\xa9\xcc\x21\xda\xc0\xd8\xba\x00\x8d\xd5\x55\xeb\x03\x5b\x69\xaf\x67\x6f\x34\xa7\x43\x31\x32\xd4\x93\xcf\xf8\x2a\x11\x78\x5e\x19\x2c\x9e\xd8\xb5\xaf\xf6\x3c\x35\xb4\xc1\x11\x6c\xc1\x37\x6a\x87\x71\xd6\xc6\x39\x15\xee\x4b\x48\xf0\xd6\x40\xfe\x13\x91\xe4\x57\x30\xc4\x92\x49\x69\x86\x45\x54\x8c\x39\x21\xf9\xbf\xec\xd3\x2f\x58\x44\x63\xb0\xb2\xfd\x97\x7d\x82\x77\x82\x67\xff\x20\x77\x10\x91\x5f\xa8\x87\x62\x4a\xaf\xf4\xa3\xe4\xf9\xd4\xd3\xe5\x42\x08\x96\x03\xc3\x9a\x49\xae\x47\x5d\x24\xac\xb2\x17\xe2\xf6\xd6\xda\x70\x2f\x22\x52\x2f\x2a\x52\xaa\x4e\xaf\x3a\x4b\x5a\x0e\x82\x21\x1b\x25\x24\x79\xe9\xc9\xdf\xc4\x80\xe0\x09\xa9\xa2\xf1\x42\xf4\x7a\x90\x14\x24\xca\xd9\x84\xc8\xdd\xca\x25\xc9\xe0\xf7\xf7\x5c\x85\xa2\xdc\x0a\xfb\x78\x1c\xe9\xc0\x64\x05\x0a\xe5\x32\x46\x2f\x50\xeb\xe2\x13\x68\x37\x0f\x05\x9e\x87\x57\x98\x20\x14\x43\x3e\xff\xf5\xeb\xa9\xd7\xa3\xae\x02\x76\x4a\x80\x63\x36\x21\x65\x87\xc8\x7d\x18\xc6\xcc\x44\x8a\x08\x19\x9e\x29\x75\x25\x4c\x83\x9b\x56\x1a\x08\x45\x83\x6a\xff\x3b\x13\x26\x77\x9f\x15\x78\xab\xe8\x19\x92\x1a\x39\x04\x8a\x45\x4b\x12\xcd\x39\x80\x35\x09\xbc\x25\x1b\xd9\x50\x74\x3a\x7f\xcd\x2d\xe5\x9b\xa9\xb8\xb6\x57\xa0\x1d\x55\xfe\x99\xa5\x39\x67\x5a\xa3\x13\xf8\x14\xea\xf5\x36\xa2\x18\xa0\x49\x15\x9a\xca\x03\xb4\x46\x37\xe5\xc3\xd6\x18\x5d\xd4\x4a\x50\x81\x6f\x50\xa9\x70\x24\x11\xcb\x43\xb1\xad\xcf\xb5\x00\x9b\x03\x4e\x39\xba\x84\xcd\xa0\x30\xed\xc4\x04\x45\x65\xee\x6d\xc2\x02\xf2\x57\x8a\xda\x26\xac\xc3\x74\xeb\xf4\xe7\x04\x41\x0e\x4b\x29\xc3\xd5\xb1\x18\x36\xa8\x30\x0a\xb0\x3f\xc0\x5a\xf8\x56\xb3\xda\xdf\x6d\x73\xb9\xc5\x42\x24\xb4\x4a\x4b\x76\xd7\x55\x1e\x9e\xa2\xe2\xe1\xa9\xcd\x52\xd4\xe6\x4b\x81\x4d\x81\x68\x39\x4c\x6d\xc0\x59\x5a\x88\x83\x35\x9b\x30\xee\x23\x73\x7d\xb0\x6e\x03\x66\x7a\x03\x56\xd6\x29\xb5\xbd\x14\x52\xf5\xe4\x76\xaf\x4f\xe5\xc6\x9e\xda\xcd\x95\x20\x9c\x47\xf3\x45\x31\x95\x8c\x4a\x59\x96\x90\xc8\xdd\xe8\x65\x20\xf4\x9b\xb2\x25\x59\xcf\x7a\x11\x6f\x62\xec\x8a\x55\x9c\x94\x59\x18\x1b\x1e\xd3\xd5\xe0\x49\xcd\x95\x89\x88\x0e\xff\x58\x9d\x82\xbc\x8d\xa5\x1d\xf2\x91\x62\xd1\x2a\xbc\x99\x40\x11\xbb\xba\x0a\xdd\xe4\xf8\xdb\xdf\xbc\x10\x98\x1e\xd7\xa7\xda\x69\x67\xdf\x56\xdf\xbb\x97\xd8\xba\x98\x87\x28\x79\x19\x84\x35\x5b\x6a\x14\x54\x34\xed\x57\x9b\xeb\x1c\x8c\x98\xfe\xc7\xb2\xec\xae\x55\xa0\x6f\x28\x5c\xd7\x84\x69\x15\xac\xfd\x13\x44\xea\xea\xd8\x27\xe6\x85\x09\x7e\x60\x7f\x53\x6d\xe9\xb5\x95\xb7\x4e\xa2\x2d\xb5\x49\xed\x1f\xff\x1c\x5d\x34\xbf\x77\x1a\xed\x30\xdc\x06\xa7\xd7\xe3\x56\xdf\x1a\xba\xa6\x13\x97\x19\x96\xce\x80\xec\xfa\x13\xde\x62\xbd\x1e\xdd\xa5\x6a\xe9\xc9\x5d\x51\x76\xba\xfe\x5b\xad\xf0\x73\x9e\xe6\xc5\x15\xe1\x01\x8a\x87\x81\x95\x48\x03\xac\x25\xd0\xc0\x8a\xa0\xfa\x39\x53\x92\x5e\x60\xc4\x4d\x78\x94\xf2\xa5\x2e\x39\x09\x46\x26\x1a\x78\x28\xb7\x31\xd3\xe8\x15\xfd\xfd\x27\xc6\x3e\x16\x43\x32\x4a\x96\x73\xce\xe6\x85\x6c\xcf\x47\x60\x54\x96\x28\xf6\xbb\x57\xa3\xb5\x23\x52\xb2\xd5\x47\x9b\x18\x0f\x3f\xa8\xe4\x79\x54\x22\xf3\x87\xa6\xef\x63\xb5\x41\x9f\x4f\xef\xd3\x12\x90\x84\x3c\x42\x63\xa8\x11\x7f\x94\x9a\x70\x5d\xbf\x37\x49\x8e\xdd\x16\x58\x2e\x08\xb6\x20\x00\x84\x12\x01\x7b\x3d\xe2\xd4\xd6\xbb\xde\x73\x5c\x0d\xe6\xfb\x69\xb1\xe5\x2a\x2e\x7a\x2d\x11\xe1\x88\x65\x79\xef\xef\x89\xe1\x79\xe5\xa3\x62\x89\xe5\x93\x61\x93\x25\xeb\x79\x3b\xa5\xe3\xe9\xcb\x81\x09\x92\x24\x39\x4b\x08\xdd\xf6\x90\xab\x4b\xcb\xd0\xfd\x55\xdf\x88\x75\x0b\x59\xa5\xeb\x0e\xfc\xee\x2c\xbd\xeb\xd2\x5c\x70\x36\x59\x8c\x49\x77\xcc\x59\x51\xec\x14\x54\x90\xae\x0a\x0b\x20\xeb\xdc\x2c\xb2\x5c\x72\xd2\x34\xa3\x82\x92\xe2\x45\x77\x9e\x91\x54\x32\x3f\x39\x08\xd2\x62\x9a\x8a\x2e\xd0\xa1\xe8\x5e\x12\x59\xe1\x92\x2d\xf2\x49\x37\xe5\xa4\x3b\x07\xba\x65\x77\x5d\x65\x28\x31\x89\xba\x6f\x19\xd7\xd1\x1d\xf2\x2b\xc6\x67\x80\x37\xee\xd2\x7c\x9c\x2d\x00\xc1\x29\xbb\x95\x62\xb8\x36\xa7\x81\x23\xb1\x7b\x9b\xf2\x9c\xe6\xd7\xb8\x5b\x10\xd2\x9d\x0a\x31\x2f\xe2\xa7\x4f\x61\x62\xfc\x56\x44\x63\x36\x7b\xea\xad\xbf\xe2\xe9\xcd\x20\xfa\xfd\xe9\xff\x27\xd8\xf8\xe2\x52\x75\x7a\x07\x3a\xbd\xe3\x3a\x1d\x75\xcf\x14\x19\xae\xae\xc8\x58\x90\x49\xdc\x0d\xfe\xba\x4d\xb6\xff\x1a\xfc\x55\xc7\x0d\xb3\x7e\x7c\xad\x83\xa8\x0d\xa7\x83\xaa\x29\x7d\x3c\x4b\x29\xe4\xd7\x4f\x5c\x40\xb2\x6a\xb6\xa5\xca\x16\xa6\xd5\x4b\x43\x32\x32\x59\xed\x72\xef\x36\x4f\x6e\xce\xc0\xb0\xe4\x48\x89\x2e\xc4\xf9\xe8\x41\x90\xad\x2a\x0b\xd9\xb6\x58\xa9\x76\xee\xbf\xbf\x87\x48\x0c\x0e\x82\xae\xd7\x56\x87\x35\xea\x14\xab\xda\x81\xf0\x79\x95\xf0\x68\xc5\x2a\xf0\xb2\x28\xab\x14\xad\x3b\xa2\x55\x2f\x73\x5c\x96\x0f\x5b\x76\x15\xde\xac\x5a\xb6\x62\xab\xd9\x18\x3b\x97\xde\xd6\xa6\x50\x59\x3f\x96\x66\x18\x33\x15\x93\x0e\xab\xf4\x4e\x5e\x0b\x05\x26\x15\x9b\xcf\x7a\x90\x46\x68\xd4\xc4\x4e\xec\x58\x13\x16\x0e\x09\x57\x21\x16\x4b\x07\x8c\x46\xd5\x95\xb1\x5a\xdb\x99\x64\x24\xbd\x36\x32\x37\x72\xca\x37\x37\x59\xb8\x37\xa7\x69\x7e\x4d\x92\xb1\x7b\xe1\x79\xd6\xb6\x0d\xf0\x58\xf6\x59\x52\xc9\x15\x0b\x51\x59\x6b\xa1\xe2\x27\xbb\x0e\x4a\xb3\xb4\x02\x36\x03\xd6\x6f\x85\x55\xf8\x44\x87\xb3\x32\x53\x41\x8b\xc9\xcd\xc8\x8c\x2e\xd8\xb2\x93\xa5\x1d\xdb\xaa\xdf\x84\xc2\xc6\xbc\xf4\xe4\x39\x95\x6c\x45\x91\x99\x7b\xef\xd1\x8b\x7a\x5c\x52\x3f\x61\x3c\x96\xe7\xc1\x91\xc6\xbd\x12\x63\xcd\x8f\xa4\xc5\x1a\x11\x48\xd2\xf6\xc8\x54\x9e\x91\x9c\xc9\x1f\x67\xfd\xe5\xcc\x62\xc0\xa2\xac\x98\x52\xd9\x49\x33\x1c\xe1\xdc\xcd\x9c\x96\x38\x50\xf9\xaa\xdd\x64\x2b\xbf\xbf\xcf\x2b\x49\xa1\x2a\xbf\xc9\xe4\xfe\xbe\xba\xb7\x58\x04\x16\xfe\x51\x5f\xb9\xc5\x57\x13\xaf\x12\x64\x66\xec\x7a\xb7\x50\x19\xb3\x6a\xea\xa5\x53\x65\xc4\xd7\xf1\x3d\x5c\xe1\x36\xe2\x15\xb9\x62\x9c\x84\x92\x7b\xe3\x85\x1a\x16\x15\x12\x7c\x3f\x9f\xec\x5d\x81\x85\x0e\xc8\x8c\xfa\x0b\x98\xbf\x4f\x12\x2f\x4a\x94\x55\x68\xeb\x1d\x61\x57\xff\xf5\xf4\xaf\x7a\x06\xde\xdf\xaf\xfc\x74\x66\x55\xc4\x2d\x45\xd8\x7f\x8e\x36\x28\x55\x6c\x50\x88\x6d\x50\xe6\x96\x5c\x7e\xa4\xa2\x56\x50\xe7\x75\xe9\xf8\x73\x72\xb2\x01\xfb\xd5\x88\xb6\xb1\x99\xff\xd3\x26\x21\x3c\x94\xe5\xd5\x9f\x68\xdd\x5f\x0b\xec\x6e\xee\x10\x45\x04\x32\x26\x99\x60\x11\x29\xed\x80\x96\x80\xf1\x92\x16\x72\x17\x8b\xb7\xfa\x58\xdb\x89\xc5\x36\x78\xb8\xb9\x19\xb2\x36\xaa\xab\x4d\x31\x94\x49\x59\x30\xe7\x44\xd9\x71\x04\x2d\x26\x1a\x15\x6b\xb4\xc8\x16\xc5\x5b\x15\x63\x14\xef\x6e\x43\xdf\x6b\xbc\x4e\xf3\x9c\x09\x6d\x67\x24\x68\x2a\x48\x37\xed\x5a\x17\xad\xee\x2d\x15\x53\xb6\x10\xdd\xb4\x6b\xd7\x5f\xf7\x5d\x93\xdd\xba\x63\x0b\xe0\xaf\x60\xa9\x49\xb6\xe9\x09\xdc\x78\x95\x50\xbf\x9b\x6a\xbe\xab\x6b\x93\x23\x3c\x35\x27\x5b\xf4\x01\x95\x9e\x95\x88\x31\x09\x91\xfc\xe4\x0c\x34\x77\x22\xa5\x59\x51\xd9\x08\x94\xc1\xa6\xb6\x00\xb1\x51\xc7\xdc\xd6\x0d\x31\xf4\x35\x39\x1a\xb1\xf5\x31\x01\x8d\xb1\x4a\xe5\x43\x4a\xac\x8d\x2c\x1f\xf0\x8f\xe2\xed\xfe\x51\x79\x32\x78\x91\xff\x20\x20\xd0\x29\x1f\xe6\x55\xb7\x9b\x7c\xd4\x59\x39\xae\x7a\x1b\x07\xa3\x63\x65\xa6\xdc\xa2\x59\xa4\xc8\x72\x4e\x9e\xd7\x14\x07\x43\x16\x8f\x22\x2b\x92\xda\x0d\xc9\xc8\xe4\x84\x56\x08\x28\x43\x59\x13\xc4\x5e\x5d\x8d\xe9\xf9\xa9\xf3\x0b\xc0\xec\x37\x27\x8c\xa7\x23\xa1\x1b\x2f\x73\xbd\x22\x37\x0e\x3c\xe4\xd7\x7a\x3a\xe7\xe4\x82\xeb\xf9\xbd\x79\xad\x69\x5a\x18\x5b\xe5\xc7\x54\xa3\xf9\xc5\x84\xcd\x1e\x53\x63\x62\xcf\xaf\x76\x7b\x87\x2f\xb2\xeb\xb0\x9a\x1b\xcb\xd2\x2e\xec\x58\x78\x1b\xc9\x9b\x93\xa3\xd8\x7a\xff\xcb\xe9\x61\x2e\xa1\xdd\x6e\xe3\xd0\x8f\x9d\x2f\xbf\xaf\x09\x63\x8f\x1c\xe5\xa7\xba\x62\xeb\x68\xab\xf0\xfc\x7f\x8e\x55\xef\xd2\xf7\x7c\x42\x4b\xb7\xc3\x59\x0a\x85\xc1\x2f\x6c\xd1\x1d\xa7\xf9\x5f\x45\x57\x62\xe0\x55\xe8\xb2\x85\x28\xe8\x84\x74\x61\xd9\x10\xbd\xcb\xc9\x1d\x4c\xe7\x91\x09\xaa\x86\x63\xa0\x54\xdc\xea\xfb\xb6\x8d\xbe\xf2\xb6\x2c\x71\x5e\x1b\x32\xfe\x58\x3f\x9f\x55\xb3\x6e\xc3\xc8\xf9\x8a\xf4\x8f\x9a\xd8\x6a\x1c\xff\x8c\x5c\x4b\x6a\x73\x51\x09\x95\x9c\xc9\x82\x9b\xba\x2b\xc7\x92\xb7\x8d\xa5\x64\xdc\xab\x83\x99\x77\xd3\xae\xec\x9c\x16\xfc\x27\x86\xc7\x94\xa3\xe8\x0d\xd9\x26\x70\x4d\xf1\xb5\x40\x4b\x84\xeb\x4b\x94\xfe\xa1\x45\x55\xd9\xce\x36\x1b\xf0\x47\xac\x54\x53\x85\x2f\xf2\x8c\x31\x2f\xb4\x9a\x3b\x71\x95\xd2\xf0\xcf\xdc\xe1\xea\xb3\xc1\xed\x59\x4b\x3b\x64\x04\x2d\x3d\x09\xc0\x7b\xed\x16\x5f\xbd\x08\x5c\x1e\x90\xfa\xea\x55\x0c\x62\xf2\x72\x8b\xe8\xa0\xfa\xe0\x98\x4b\xa3\xab\x2c\xbd\xbe\x26\x93\x03\x4b\x07\x14\x06\x40\x57\x75\x2b\x14\x05\xdb\x02\x2b\x5b\xb1\x98\x63\x49\xdc\x98\x94\x90\x15\x18\x12\xda\xfd\xc6\x68\x8e\x42\x02\x31\xe6\x81\x9f\x80\x56\xa4\x38\x93\xd6\x66\x07\xf3\x67\x47\xfa\xd8\xd9\x61\x4e\xad\x47\x99\xf9\x7f\x8e\x3d\xc2\x9f\x96\x7f\xf2\xdc\xa8\x18\x37\x51\x37\x37\x94\xf3\x44\x7d\xd4\xd5\x2d\x9d\x62\x76\x3e\x33\xf1\x7d\xfe\xe4\x93\x18\x9c\xc6\x32\x74\x23\xf3\x67\xc9\x30\x75\x7a\xda\x23\x12\x61\x5a\x23\x56\x8e\x56\xb3\x80\xde\x65\xdc\xd3\xeb\x8c\x5d\xa6\x59\xb1\xc3\x49\xc1\xb2\x9b\x87\x89\xf3\xa9\x4e\x28\x36\x97\xce\xe3\x84\x46\x9d\xea\xff\x73\x79\x93\x80\x91\xd5\x1f\x1f\x0e\x5c\x44\x3f\x1e\x9e\xbc\xda\x3b\x3c\xbb\x38\xdd\x3f\x3b\x39\xfc\x79\xff\xb4\xd7\x0b\xb3\x5a\xa2\x30\x63\xac\xba\xac\x65\x68\x76\xa1\x88\x20\xe5\x9e\x7d\x5d\x56\x8c\x0d\xe7\x29\x2f\x20\x4b\x9f\x8a\x06\xdb\x1e\xce\xa4\xcc\x19\x9f\x81\x87\xab\xd6\x9f\x0c\x05\xe6\xa3\x84\x44\xc5\x3c\xa3\x22\x0c\x62\xab\x75\xb4\x01\x3c\x82\xad\x24\x11\xbb\x1f\x9e\x2c\x45\x19\x3f\x59\xca\x45\x07\xce\xa7\xe1\xd3\xf0\xd7\xe8\xfe\xe2\x7e\x07\x45\x4f\xaf\x31\x49\x5e\x92\x68\x3c\x4d\xf9\x9e\x08\x07\x28\x12\xec\xfd\x7c\x4e\xf8\xeb\xb4\x20\x21\x42\xe5\x87\x98\x94\x7a\xbe\x58\xb5\x8d\xf1\xb1\xb2\x68\xc3\x35\x79\x22\xe1\x43\x41\x95\xc1\x53\x7e\xf0\xa3\x96\x0f\xf3\x91\x4d\xe9\x3b\xcc\x47\x21\x57\x36\x28\x5a\xf4\xd1\x55\x4f\xc4\x94\xf0\x90\xa3\xd2\x87\x5d\xb5\xfe\xaf\x12\x0b\x84\xa7\x70\xc5\x97\xa4\xf6\x1e\x22\xe1\x57\x7e\x6a\x3a\xe6\x55\x3a\x62\x96\xe4\xb8\x19\xe5\xc2\x65\xd6\x44\xb8\x48\x58\xd5\x3c\xe1\x69\x80\x70\x96\x80\xf5\x42\xb1\xcb\xa2\x22\xa3\x63\xb8\x4d\x47\x20\x28\x83\xe0\x58\x19\x96\x5e\x4f\x95\x75\x16\x68\xba\xfd\xa7\x01\xea\xb0\x64\x31\x5c\xd8\xb0\xd0\x23\xed\x52\x00\xc7\x9f\x73\x74\x46\xe1\xc2\x36\xb3\x33\x40\x70\xb4\x85\x41\x14\x20\xd4\xd1\xb8\x57\x12\x28\xa2\x70\x8c\x8c\x46\x0c\x94\xd4\x90\xbe\x3b\x38\x92\x8f\x2a\x47\x2c\x4c\x69\x7a\x05\x37\xff\x60\x31\xca\xee\xef\xb7\x44\xbb\x91\xe5\x41\x7e\x93\x66\x74\xd2\x35\x99\xec\xe2\xee\xaf\x1f\x9e\x2c\x49\xf9\xeb\x07\xdc\x9d\x2d\x0a\xd1\xbd\xb4\x8c\xfa\x15\xe3\xb3\xee\xaf\x1f\xa4\xc4\x1b\x4b\x12\xfe\xfa\xa1\x6b\x73\x2f\x2c\x6d\x7d\x82\xa1\x80\xc0\xe6\xcd\x3f\x95\x3e\xe3\x1c\xaa\xe1\x09\xe5\xb2\x6e\x9c\x61\xf8\xc3\xc0\x80\x37\x4e\x71\x63\xca\xc5\x81\x7e\x15\x6c\x4f\xca\xb2\x9a\x6b\xc6\xbf\x8d\x69\x9b\xc4\x8d\xf5\x93\x24\x09\x87\xf4\x6b\xbb\xf6\x5d\x37\x15\xdd\x60\x9b\x47\x2d\x68\xba\xf5\xf5\xab\x5c\x58\x72\x24\xe3\x50\x24\x1f\x60\xe9\x31\x26\xca\x48\x67\x8d\x77\x84\xe6\x60\xe8\x82\xea\x35\x03\x54\x7e\x80\xdc\xa3\x24\x93\x93\x45\xe1\x20\x57\xcf\x76\xd2\x00\x00\x99\x02\x11\x16\xa8\x9c\xa5\x1f\x89\xc9\xbd\x5b\xd1\xc3\x78\x11\xdf\x17\x05\x39\x65\x0b\x41\xf8\x71\x3a\xd3\xc5\x82\xcb\xb4\xa0\xe3\x00\x2c\xaa\x20\x46\xbd\xfa\x93\x04\x41\xac\x9f\xd4\x9f\x3a\x92\x17\x01\x32\x5b\xc3\xb9\x26\x8e\x7f\xd7\xb5\x19\x81\x3a\x36\x5e\x06\xa8\xac\x0d\x20\x64\xf8\xbd\xda\x5b\xe8\xfd\x84\x8c\xd3\x19\x51\x4b\x40\x20\x8b\xc4\xcf\x94\xdc\xd6\x77\x8b\x66\x77\x71\x73\xbb\x21\x16\xc4\x6b\x96\x0b\xce\x32\x65\xf9\xf3\x47\x00\x41\xd9\x3f\x08\xe3\x48\x0e\x7f\xc5\xfe\xcb\x1f\x78\x35\x26\x1e\xfd\xf4\x56\x45\x60\xaa\xa9\x64\x56\x00\xe6\x27\x92\xcd\x9b\xfd\x59\xd1\xa6\xf9\xbd\xb6\xcd\xed\xc6\x6b\x98\x83\x0f\xa3\x22\xf7\x9a\x35\xc0\x1f\x82\xf2\x31\x67\xb7\xf9\x5b\xc6\xeb\xfe\x98\xf9\xda\x9d\x9a\x35\x1a\x92\xec\xa6\xdc\xce\x54\xbe\xbd\x90\x6d\x07\x4f\x60\x47\x6f\x3f\x77\x71\x56\xc9\xde\x9d\x23\xbc\x48\xfa\x2f\x16\x3f\x64\xc6\x92\x6d\x61\x2c\xd9\xc6\x49\x36\x5c\x80\x8e\x30\x55\x11\xf6\xc7\x08\x15\x43\x1d\xb4\x27\xcd\x0b\x39\x85\xcf\x99\xd5\x71\xbe\x5d\x64\x59\x0e\x1b\x0f\x1e\xa3\x51\xb2\xd5\x37\x36\xbc\x45\xf9\x40\x71\xe1\xdd\x4a\xd6\x7a\x96\x27\xc2\x3b\x14\xfe\xc6\x4d\x46\x2e\x4d\x56\xd8\xa3\x63\xbd\x0d\x4d\xd2\x62\x4a\x38\x2c\xa3\x1c\x95\x1f\x4a\xad\x52\x5c\x24\x99\xc7\x4f\x2e\x56\xf3\x93\x1b\xc5\x2e\xaf\x19\x6a\xf8\xf5\x25\xdb\x9d\xa5\xff\xb9\xbb\xc8\x58\x3a\x59\x5d\xc4\xb7\x27\xfb\x02\x9a\x8f\x75\x21\x65\x4f\x14\xf2\x1b\x86\x89\x36\x15\x1e\x0a\xf2\xfa\x38\xa8\xc5\x26\x50\x59\x7e\x08\x34\xdc\x30\xe4\xa9\x2a\xbe\x16\x22\x5f\x40\x19\x30\x92\xda\x18\xae\x5f\x69\x2d\x74\x18\xf2\x8d\x23\x70\xf3\x48\x97\x5f\x0b\xd3\x0a\x6d\x8f\x0e\xc1\xba\x6e\x8a\xeb\xdc\xa4\x8f\xd7\xf0\xac\x76\x46\x7c\x94\x67\xbe\xa7\x0a\xc8\xaf\x69\x4e\x3c\x94\xd6\xc8\x50\x2b\xc5\xa4\x2f\x22\xad\x4a\x66\xd8\x98\xdf\x1a\x6f\x3d\x8f\x8a\xea\xaa\x68\xbc\x28\x04\x9b\x29\x57\x28\xf5\xc6\xf7\xc1\x7a\x84\x83\xb1\x07\x39\xba\xb8\x4d\xc5\x78\x7a\xa0\x49\xa2\xcd\xa1\xf5\x01\xa7\x15\x0c\x81\x6f\x90\xba\x63\xa8\xa7\xec\x34\x54\x60\x92\xa5\x77\xa5\x16\x6f\x0d\x4a\x54\xe2\x8b\x4b\xc6\xc4\xd9\x1d\xe4\xae\xa8\x8a\x1f\xf2\x03\x99\xdc\xdf\x87\x04\xce\x90\xcc\x9e\xe2\xe0\x81\x73\xaa\x2f\xcb\x42\x48\x39\xed\x75\x70\x57\x21\xe5\x5e\x24\x95\xcf\x71\xe3\x73\xa3\xab\xde\x47\x48\xa2\xa8\x5e\x83\x83\x18\x77\x0e\x62\x11\x07\x0e\x03\x07\xa6\x40\xe0\x15\x6e\x21\x20\x5f\xe4\x86\x7a\x07\x39\x15\x14\x24\x0b\x5e\x68\x4a\xda\xfc\xa6\xe9\x58\xd0\x1b\xe2\xfb\x20\xd5\x8c\x75\xad\xab\x9c\xa2\x4f\xb2\xd5\x37\xde\xf3\x75\xba\xa8\xe1\xf5\xa2\x1f\xd4\x28\xa7\xc0\x5c\x98\x6b\xc7\x8b\x0b\x88\x2c\xa3\xba\xa5\x6c\xed\xc6\x6c\x36\x5f\x08\x32\x41\xab\xf2\xa5\x59\xdb\x1c\x5d\x4b\xd9\xe4\x94\x48\xf2\xd9\xe9\xe4\x24\xcf\xee\x42\x84\x27\x74\xf2\x5a\x99\x1b\x68\x93\x2d\xa5\xa1\xaa\xc4\x00\xf0\x89\x8e\x4a\x0c\xb6\xa8\x92\x85\x03\x5e\x7a\xe9\xd1\x3b\xaa\x7e\xd2\xb4\x98\xd0\xc9\x19\xf4\x0d\xca\xc8\x13\x5e\x53\x03\x7e\xdb\x99\x5e\x2d\x66\xc5\xd9\x46\x6d\x5c\x69\xd0\x07\x64\x75\xa7\xef\x4f\x0f\x1b\xd9\x5c\xfc\x82\x15\x10\x7e\x15\x8d\x59\x63\x54\x75\x7e\xf3\x0a\x55\xeb\x2e\xdd\xc6\x7e\xad\xce\x87\xf9\x13\x0d\x07\xfe\xfa\x07\xdf\xae\x3a\xd3\x56\x2b\xd0\x54\x37\xe7\x98\x7a\xe6\xe7\xca\xe1\x92\xe1\xc6\x38\x61\x52\xca\x3d\x5f\xf6\xab\xc6\xf3\xaa\x6e\x2f\x78\x56\xe2\x1b\x5a\x50\x17\x43\xa9\x42\xa3\x8e\x1f\x5b\xe6\xc2\x5e\x55\x5f\x5c\x38\x93\x2f\x6f\xe7\x76\x9d\xf7\x97\x1f\x4d\x42\x94\xbc\x14\x11\x03\xa1\xb3\x88\x8a\x29\x5b\x64\x13\x75\x1f\xa8\x42\x0b\x28\xfd\xe4\x19\x11\x02\x9c\x2e\x51\x24\xa6\x24\x0f\xa1\x96\x5c\x7a\xb0\x21\x60\x06\xbe\x35\x90\xa0\x0c\x14\xc1\x5a\x16\xd7\xbf\x40\xa9\x70\x6e\x03\xe3\xec\x5d\x32\x2e\xc8\xc4\x09\x72\xbd\x5e\x1e\x5d\x28\x84\x8e\xe8\x98\xb3\x8c\x5e\x46\x6a\x21\xbb\x4a\x36\x4f\xd3\x83\x25\x15\x82\x14\x33\xd4\x01\x2c\xd6\xb5\xbc\xeb\xcc\x16\x48\x34\x53\xb6\xa5\x28\x26\x25\x2e\xbc\x51\xcf\xbd\x4d\xca\x8e\x2b\x8c\x85\x9a\x92\x38\xf7\x66\x28\x24\x03\x86\x21\x45\x0e\x91\x4a\x78\x8b\x47\x1e\x1c\x8b\xbc\xe5\xe8\x90\x2c\x70\x51\xbd\x77\xaf\x6d\x5f\x2d\x19\x94\x97\x25\xc2\x22\x12\x6c\xdf\x4d\x0a\xb9\x86\xf5\xf1\x20\xc0\xcb\xc6\x3b\x8d\x1a\x73\xa7\x5e\x39\x44\xcd\x13\xa9\x02\xa2\x20\xfc\x86\x8e\x49\xbc\x63\xec\xa6\x24\x08\xf3\xdc\x52\xb7\x62\x5b\x00\xd1\x31\x4c\x6a\xc5\xac\x9a\x73\xca\xeb\x9a\x8a\x98\xba\x34\xb5\x8d\x11\xbc\xb1\xe8\x57\x71\xc1\xfc\xb3\x01\xfc\x3e\x8b\x37\x27\x47\xba\x39\x35\xbf\xa5\x0c\x9b\x10\xff\x17\xf6\x8c\xf3\x68\xf1\x4a\xb1\x42\xbb\x1a\x9e\xfe\x99\xe8\x7c\xee\xa1\x57\x44\x47\x3f\x75\x65\xaa\xed\xd9\xf7\x66\xfb\xd4\x18\x03\x5f\xd1\x82\xed\xd6\x00\xeb\x3d\x4d\x4d\x88\x24\xc8\x59\x2e\xc5\x45\x0f\xbd\xca\xa2\x55\xfb\x84\xf7\xc6\x43\xd2\x7f\xad\xf1\xac\x94\x34\x5b\xb7\xff\x72\x63\x3c\x81\xe7\xd2\x83\xab\xb0\x30\xbf\x12\xf7\x21\xae\x7e\x68\x33\x79\xb3\x30\x6c\x1d\x68\xb3\xc2\x86\x98\xfc\x5b\x2b\xf9\x94\x0a\x7d\x3c\x1e\xa4\x4a\x4b\x9f\xe3\xf0\xca\xab\xae\x9a\xd2\xba\xe3\xe6\x35\xaa\x4e\x8c\x0a\xd7\x11\xb6\x10\xc6\x9f\x22\xde\x7b\x84\xca\xda\x62\xd2\x27\x58\xe3\x30\xf1\x8e\x12\x35\x91\x92\xea\x44\xaa\x33\x3f\x49\x13\x09\x5c\x99\xd9\x49\x7d\xe2\x63\x62\xf6\x7f\x63\xc4\x54\x2a\xf9\xba\xd8\x4c\xbe\xae\x0b\xbf\x9f\x7c\x5d\xf3\x07\x3d\x9d\x2a\x97\x3b\x8d\x0b\xe9\xd5\x22\xcf\x06\xb2\xfe\x1f\x0e\xd1\xc2\x15\xcb\xd5\xde\x68\x53\x54\x52\x32\x54\x2b\x24\x7b\xd0\x7f\x91\xcb\x29\x3f\x61\x16\x9e\xe3\xd9\x17\x91\xc3\x6e\xe4\xb6\x76\x9d\x4c\x1b\xc2\x58\x4b\xb4\x0b\x52\xe5\xf4\x56\xc9\x68\xe9\x42\x30\xc9\xd2\x83\x61\xa4\xbe\x40\x94\x73\x1b\x7e\x7b\xb4\x36\xe7\x68\xf1\x18\x49\xee\x89\xd9\x04\x9f\x24\x0b\xb7\x0d\xdc\xdf\x87\x37\x72\xcb\x9c\xb5\xba\x9e\xe5\xd6\xf5\x6c\x6b\x51\xf3\xc4\xea\xf5\xd2\x28\xa3\x97\x3c\xe5\x94\x38\x01\xf0\x35\xe3\xe4\x10\xde\xde\x85\x36\xa5\x18\x78\xa9\x1a\x3f\x47\x14\x29\x97\x2c\x84\xec\xd9\x95\x4e\x68\x4e\x8a\xe2\x0d\xb9\x22\x9c\xa7\x59\x91\x0c\x6a\xe2\x8d\xf9\xdd\x46\x02\x63\xb4\xad\xb9\x0e\x4d\x41\xbd\x3d\x78\x34\xb4\x7b\x58\xa5\x9c\x41\xc2\x2b\xa8\xe5\xae\x8b\x39\x27\xf3\x94\x93\xb7\x8c\xff\xe8\x3e\x1a\xa6\xde\xd4\xd7\x85\x6f\x53\x2a\xde\x32\xfe\xe6\xe4\xe8\x94\xa4\x93\xbb\x10\xe2\xb2\xd2\x6c\x62\x19\x1e\x27\x26\xb4\x1c\xfa\x24\xba\x4c\x0b\xa2\xb7\x2d\x9f\x71\x52\xaf\x6c\xb6\x0f\xef\x46\x13\xd7\x64\x71\x1b\x9f\xb4\x8d\x44\x36\xdf\x7a\x83\x0f\xab\xcb\xdb\xad\xb5\x3d\xd7\x8d\x55\x44\x51\x8d\x6b\xd9\x29\xf4\x7e\xdc\xdf\x8f\xf5\x13\x32\xeb\xc3\xca\xae\x92\x40\x6f\xec\xc2\xb6\x38\x81\x42\x60\xd5\x37\x5f\x42\xaa\x52\x18\x69\xb3\xd2\x8b\x49\xa3\xda\xc5\x85\xc9\xe7\x59\x91\x30\x24\xab\xe4\xff\x2e\x71\x63\x18\x97\x5b\x66\xe9\xa8\xbf\x11\x2d\xe0\x8b\x94\x2a\x58\x54\x8c\xa7\x44\x6e\x16\x28\xd4\xc1\xee\x4d\x54\xd7\x60\xc2\x66\x50\x2e\xd0\x0c\xca\x93\x50\x49\xc3\x77\x21\x54\xbc\xa4\xf9\xc4\x08\x62\xae\x28\x2a\xb1\xf9\x61\x28\x5a\x75\x0f\xa8\xbe\x22\x13\x63\xc8\x6a\xd5\x27\x60\xf6\x73\x45\xf8\xa9\x59\x52\x76\x57\x68\x2e\xb2\xed\xed\x12\xa7\x93\x1b\x49\x9f\x4d\x8a\xef\xec\xe0\xbe\x89\x2f\xd7\xf2\x19\x34\x23\x2c\x62\xf9\x98\xe8\x8e\x29\x1e\x89\x4e\x5e\x91\x31\x9b\x41\x13\x77\x72\x55\x30\x56\x31\xee\x96\xbf\xdf\x71\x36\xa3\x05\x41\x0d\xcd\x8f\xfe\xd0\x11\xfc\x6e\xd9\xe8\xe9\x58\x4e\x64\x39\x81\xcb\x55\xf5\x7c\xc5\x92\x72\xf6\x0e\xab\x5a\xa5\x0d\x48\x8c\x2a\x33\x0e\x6a\x9e\x6a\x83\x8e\x24\x8b\x4e\xcf\x7e\x7e\x17\x01\xc5\xed\xf4\xf3\xda\x4f\x48\x34\xaf\xf7\x00\x34\x40\x9e\xe6\x07\x61\x70\x02\xf7\x55\xb9\x72\x36\xf9\x7c\x88\xa7\x66\x6b\x8e\x97\x26\x83\x30\xb6\x7b\x52\x72\xf9\x4d\x45\xc0\xc4\xa2\x84\x60\x93\x05\x11\xd5\x75\xd3\xbe\x44\x3a\x1b\xed\xc6\xa6\x6b\x8e\x83\xae\xd2\xa4\xf6\x5e\x6d\xde\x30\x35\x94\x2d\x18\x4c\x0d\x5f\x91\x04\xdf\xf8\x02\xcc\xc4\x02\x6d\xb3\x16\x3c\xb8\x45\xe0\x07\xd6\x9f\x1d\x78\x50\x44\x95\xb8\x3a\x0f\xf5\x6c\x68\x0c\x7f\xaf\xb7\xd5\x18\x7f\x39\x72\x40\xbb\x8e\x0a\xb1\x41\x23\x5a\x9c\x93\x42\xb2\x41\x28\x44\xf7\xf7\x2a\xec\x86\x36\x8a\xdd\x53\x97\xb0\x70\x19\x56\x20\x85\x26\x38\x11\xd9\xb7\x67\x24\xe5\xe3\xa9\x0b\xff\xb4\xd5\x47\xb5\x13\x05\x85\xa4\x79\x78\xed\xae\x19\xb8\xb8\x6d\x33\x44\xfe\x5a\x31\x3a\x5a\xe8\x3a\xc4\xfa\xf0\xd5\x67\x9d\xe6\x30\x9a\x0b\x4b\x5f\xc5\xeb\x74\x8d\xf5\x39\xd7\x5a\xdf\x9b\x84\x58\xb7\x5c\x89\x32\xbb\xb1\x32\xe1\x61\x12\x0e\x10\x2e\xcc\x9d\x45\xe5\xf4\x54\xdb\x55\xaf\x17\xb6\x7f\x56\x27\x31\x5a\xc3\x5b\x54\xd2\x24\xb7\x97\xf0\xbc\xbb\x5c\x38\x50\xb4\x16\xa8\x4e\x9f\x8c\xac\x5e\xac\x1e\x73\x53\x6d\x92\x4e\x47\xa5\xef\x1f\x5b\x0f\x3d\x7b\x69\x03\x95\x84\x57\x8b\x47\x46\xed\x86\x22\xbd\x59\x26\x2f\xd5\x90\xb9\x45\xc7\xfd\x45\x47\x4a\x54\x82\xbe\xe2\xba\xaa\x95\x81\x36\xad\x56\xa6\xba\x97\xb4\x79\x71\x98\x6c\x5f\x9e\x47\xa2\xaf\x51\xf1\xf5\xc4\xd8\xb0\x07\x96\x3b\xa8\x29\x70\x5a\xfc\x3d\xf1\x52\xf1\x41\xb1\xb6\x33\x6d\x33\xdf\xaa\x42\x81\x16\x63\x65\x79\x61\x5a\xac\x96\x68\xd7\xb2\xe2\x45\x54\x0f\x93\x01\xce\xa5\xbf\xa9\xfc\x03\xb5\xae\x78\x17\xe1\xd8\xdf\xc2\x8d\xd2\xd2\x6f\xcf\x88\xec\xb1\x5c\xf6\x12\xa7\xbd\x85\x60\x87\x56\x8e\x6f\x2d\x3a\x4d\x8b\xa9\x2c\xfa\x53\x5a\x4c\x1f\x2a\x4a\x0b\xc1\x24\xeb\x3d\x8e\x7e\x52\x8f\x0f\x54\x00\x7d\x0c\x1e\x47\xc7\x2c\x27\xad\x45\xaf\xa2\x39\xa7\x37\xa9\xa0\xff\x21\x1f\x76\x2e\x17\xe3\x8f\x44\xec\x8c\xd3\xf1\x54\xdd\xed\x7c\xa8\x8c\x89\xe4\xc8\xc7\xd1\x2b\x28\x04\xd6\x61\x2b\x54\x6a\x8a\x7a\x6e\x0e\x9c\xa9\xf7\x35\x1a\xd7\x4b\x07\x17\xf6\xa9\x7a\xe3\x10\x12\xd8\x2d\xe6\x4a\xc1\xbc\xe7\x06\xc0\x4c\x5d\xb8\xb3\x27\xe6\xe6\xfd\x32\xb9\xf6\x34\x03\x97\xeb\x35\x03\x9e\x34\xfd\xf9\xe3\x9c\x7c\x01\x2b\x57\x75\xe7\xdc\xea\xe7\x4c\xc1\x97\x7d\x48\x46\x49\x0e\xf6\x7c\xc3\x11\x96\x0f\xca\xd7\x54\x20\xcc\x7b\x3d\x11\x2a\x37\x6a\x9f\x2d\x69\x3a\xfe\x52\x30\xfa\xc3\x3c\xba\xa5\xf9\x84\xdd\xf6\x7a\x2d\x2e\x57\xaf\x9d\x8c\x6b\x02\x10\xc9\xd9\xe1\xbd\x0e\x09\x5e\xaa\x28\x65\xb1\x50\xe6\x66\xa4\x44\x1d\x03\x34\x32\x4b\x52\x95\x65\xa8\x94\xb8\xf6\x7a\x80\xb1\xbf\xf7\x1a\xc7\x6c\xbd\xd1\xd7\x5d\x14\xf7\x8f\x7f\x8e\xf6\x8f\x5e\xed\x9f\x5e\x1c\x9e\xec\xbd\xb9\xf8\xe9\xe4\xe4\x1f\x67\xf7\xf7\xcb\x12\xd3\x64\x59\x62\x96\xd0\x8e\xab\xca\x4a\x84\x3a\x6e\x2a\x8c\x53\xb9\xb1\x58\xbd\xc3\x66\x86\x18\xad\xd3\xe0\x8b\xda\x35\xd3\x62\x3f\x57\x21\x52\x9a\xfe\xf4\x30\xe4\xc6\x91\x5a\xc5\x40\x83\xe0\x34\x7c\x97\xc7\x5b\x5b\x9a\x3a\xc7\x90\xd2\xe1\xe4\x9d\x94\xfc\xf7\x0e\x2f\xde\xee\xef\x9d\xbf\x3f\xdd\x3f\x93\x44\x55\x94\x7b\xbd\xf7\xfa\xa7\xfd\x8b\xbd\x77\x07\x89\x79\xf3\xe3\xe1\xc1\xd1\xd1\xfe\xe9\xc5\xc1\xf1\xc5\xfe\xe1\xfe\xd1\xfe\xf1\xb9\xfd\x74\x7a\xf2\xfe\xfc\xe0\xf8\xc7\x8b\xa3\x93\x37\xfb\x87\x17\x7b\xa7\x3f\x36\x2a\x9d\xed\x9f\x5f\xbc\x3e\x39\x7a\x77\x72\xbc\x7f\x7c\x7e\x71\xbe\x7f\xf4\xee\x70\xef\x7c\xdf\x16\x7b\xfd\xfe\xec\xfc\xe4\xc8\x2b\xb1\x77\xfa\xe3\xc5\xbb\xd3\x93\x7f\xfd\x62\x8b\x1c\x9d\xbc\x79\x7f\xb8\x7f\xf1\xfe\xf8\xe0\xed\xc1\x6b\xd0\x58\xd8\x4f\xc7\x7b\x47\xfb\x6f\x2e\x5e\x1d\x9e\xbc\xfe\xc7\x99\x7d\x79\x70\xf4\xee\xf4\xe4\xe7\xfd\x37\x17\x07\xc7\x67\xe7\xa7\xef\x25\xbe\xd5\x5a\x87\x07\xaf\x4e\xf7\x4e\x0f\xf6\xcf\x2e\x0e\xce\x4e\xf7\x7f\x3c\x38\x3b\xdf\x3f\xdd\x7f\x93\x90\xc8\x10\x23\x21\xd1\x9b\xfd\xb7\x7b\xef\x0f\xcf\x2d\x7d\xaa\x33\x6d\xb9\x0e\x50\xbc\x35\xc0\xeb\x31\x71\x25\xfc\x0e\xb8\xb7\xcd\x1e\xbb\x6f\xab\x09\x16\x6f\xf5\xf1\x26\xb4\x77\xe5\x1a\xa3\xd7\x04\xe1\xc6\xdc\x7d\xb3\x33\x24\xde\x1a\x94\x9d\x16\x5a\xe5\xce\xd3\xc9\xd9\xdb\xe7\x58\xcd\x40\x53\xca\x4b\x5b\xc2\x9c\x86\x62\x2b\x7c\x60\xa2\xaa\x60\x18\x5b\x49\x42\xd0\xfd\x3d\x29\xbd\x41\xa3\xda\xfd\x9f\x85\x74\xed\x40\xa3\xce\x03\x13\x21\x35\x06\x18\x16\xd0\xaa\x81\x74\xa0\x56\x4e\xba\x42\x19\xcd\x7b\xc0\xfc\x31\x77\x00\x2a\x53\x39\xd3\x46\x63\xae\x52\x73\x4a\xb8\xaa\x2d\x0b\x64\xa1\xcd\x9b\x1d\x80\xd5\xf3\xc6\x01\x5a\xb3\x18\xc7\x1d\x65\xe6\xec\x00\xae\x9f\x64\x0e\xe8\x03\x1b\xc1\x44\xc7\xb2\x76\x80\x1b\xb3\xd2\xc1\x6a\x6e\x37\x53\xa8\x7e\xd5\x82\x97\x9b\xb9\x4d\x5c\xbc\x9d\xec\x0a\x00\xcc\x7d\x4a\x99\xe9\xed\x11\xc6\xee\x89\xf3\x2a\x03\x61\x5d\xc5\x37\x3b\x2f\x56\x98\x12\x7d\x31\x73\x3b\x9b\xed\x7a\x63\xcb\x38\x5b\xa3\x61\xc2\xe5\xba\x6a\xcc\xb6\x77\x54\xf6\xae\xcd\xc2\xe7\x7f\xde\xd8\x57\xe0\xe0\xaa\xc3\xcc\x48\x49\x5d\x21\x74\x92\x67\x77\xb6\x03\xad\x21\xb3\xfc\x8c\x22\x42\x56\x6e\xaf\xaa\x37\x7b\x1d\xd3\xf8\x81\x0b\xdd\x87\x08\xa4\xa5\xc4\x19\xf4\x11\x82\x24\x92\xd2\x59\x8f\x57\x44\x42\x57\xa6\x2c\x57\xe1\x26\xea\xc3\x62\xcc\xab\x37\x9b\x82\xeb\xae\x84\x6a\x77\x4d\x1e\x68\x95\xe2\xd5\xfc\xbc\x80\xec\x3b\x5f\xc6\x65\x56\x89\x04\x49\x63\x6e\xc2\x59\xa2\x3e\xa2\x30\x70\xb8\x04\xb8\x96\x79\x70\x85\xd7\xed\xca\xf8\x15\xd6\x68\x71\x8d\xc7\xd7\x43\x94\xf8\x7c\x89\x08\x1f\xca\xf6\xfc\x65\xfd\x92\x73\x2f\xd5\xb5\xdc\x62\xc1\x64\xa8\x91\x4d\xb0\x11\xe5\xc3\x99\xf8\xcb\xad\x45\x85\xab\x55\x77\x56\x52\x28\xd5\x99\x4e\xc0\xf3\x42\x65\x02\x75\xc6\x66\xcb\x46\xbe\x9a\x21\x1d\x81\xdd\x54\x43\x5f\x32\xa4\xa3\x44\xed\x4a\xab\x3d\x8c\xe1\x5e\x75\xb3\x75\xb0\xf6\x7e\xb6\xe6\x21\xaa\xc0\xca\x91\xb7\x9a\xb9\xb6\x8f\x42\x29\x0c\xdb\x3e\xdd\xa6\x3c\x6f\x7b\x3f\x4e\xe7\x52\xdc\xd8\x51\x17\xdc\x3b\x82\x93\x46\xf2\xeb\xcf\x67\x67\xba\xda\x2e\x59\xcb\xec\x5e\xf0\x3a\x3d\xba\x1b\x1b\xfe\x1a\x10\xba\xde\x5a\xa3\x62\xab\x5a\xdd\x10\xba\xa7\x8c\x7d\xc8\x0c\xfc\xb1\x80\x5d\x95\xf5\x86\xdb\xba\x77\xff\x4c\xf9\x23\x29\xc3\x1e\x45\x19\x3d\x1d\x94\x35\xcb\xb9\x9c\x0c\x9b\xb5\x92\x7a\x86\xd7\x52\x3a\x96\xd3\xed\xe0\xea\x7d\x41\xf3\x6b\x79\xce\xcc\xe7\x64\xf2\x56\x09\xb6\x6f\xb3\xf4\xba\x50\x81\xe2\xdf\xc8\x59\xf8\x56\xc3\x4a\xc0\xf8\xaf\xfe\xca\x4e\x77\xf9\x2e\x21\xea\x5e\x03\x0a\xc1\x47\x59\x18\xdc\x65\xcd\xaf\x33\x92\x66\x7e\x35\xf3\x3e\x21\x91\x44\x29\x91\xdb\xfb\x15\x44\x94\x2f\x0a\xc2\x6b\xf6\xce\xa0\x03\x2d\x71\x06\xa6\x1c\xba\x80\x61\x84\xe5\x2b\xa8\x6a\x18\x5b\xf9\x02\x40\x1a\xc6\x54\xd9\x7f\xc8\xb6\x0c\x47\xa9\xde\x18\x4c\x0c\xa3\x68\xcb\x01\xae\x86\xfb\xb3\x6f\x75\x7f\x54\x28\xb1\x19\xbc\xf7\x3a\x3d\xd3\x26\x01\xf2\x75\x83\x5c\x37\xf0\xf1\x1a\x3e\x36\xc8\x7b\xad\x95\x51\x2d\x63\x67\x63\xe6\xd4\x03\xef\xec\x0c\x46\x65\xa7\x3e\x08\x97\x9b\x8c\xaf\xa2\x6b\xdb\xde\xb8\x6a\xd3\xa9\xee\x96\x9a\x4f\x85\x23\xe8\xcb\xc5\x31\x59\x11\x11\x90\xfc\x3e\x87\x43\x9e\xac\xb5\x0d\x0d\x5e\xbd\xff\x31\xee\x82\x27\x4c\x97\x16\xdd\x19\x2d\x24\x35\xba\x2d\x45\xab\xf6\x45\xbb\x81\xf1\x97\x8f\x77\x26\x6c\x16\xc4\xde\x6f\x9a\x13\x2e\x02\xe7\x2d\xd5\x82\x0b\x5f\xd9\x72\xb0\xcd\x91\x9a\x43\x6e\xf9\x46\x9a\xd4\x21\x2a\x57\x0d\x86\x77\xa2\x7c\x82\xae\xa9\x72\xe0\x35\x81\xeb\x90\xdb\x9f\x9d\x33\xd7\x7d\x3e\x51\x96\x58\xef\x73\x41\x33\xef\xec\x48\xea\x05\x0e\x26\xeb\xbe\x56\xbf\xd5\xb6\xcb\xa4\x95\x59\xd1\x87\xa2\xde\x32\x3a\xcd\x5a\xb4\x81\xa4\xdf\x8a\x68\x7c\xad\x62\xc8\x1f\xee\x62\x6e\x42\x34\xa8\x4d\x2b\x4d\xd8\xea\xe0\x0a\x2d\xe3\xf1\xe5\x84\x26\x9a\xdf\xb0\x8f\xa4\x95\x90\x3f\xed\x1d\xbf\x39\xdc\x3f\xad\xe8\xb2\x44\x02\xf4\xb3\x9f\x84\x0e\x2b\xb4\x92\xb2\xdc\xc4\x52\x30\x05\x74\x83\xf9\xaa\x3e\x5b\xae\xe8\xcb\x75\xd9\x70\x07\x2d\xbb\xab\xd0\xb1\x50\x1b\x25\x08\x5a\x0a\x67\xf0\x88\x4a\x4d\x8d\xad\xc1\xaa\x7e\x28\x16\x6e\x55\x38\xe9\xff\xeb\x35\xf8\x98\xe5\xb7\xd9\x12\x5b\x3d\x05\xf4\x1c\xa9\xae\xc0\xd5\xe8\x34\x57\x53\x15\x21\xb3\x94\xe8\x3a\xbe\xbe\x61\x18\xd8\xe4\xf2\x3f\x33\x7d\xeb\x11\x2a\x12\x12\xbd\xdb\x3b\x3d\x3f\xd8\x3b\x74\xaa\x66\xa7\xcf\x3a\x38\xbb\xf8\xf9\xe0\xec\xe0\xd5\xe1\x7e\x42\xd6\xe7\x89\x49\x48\xf4\xf6\xfd\x31\xe4\x3e\xbe\x78\x77\x7a\x72\x7e\x72\xfe\xcb\xbb\xfd\x8b\xfd\x7f\x9d\xef\x1f\x9f\x1d\x9c\x1c\xcb\xef\x7b\xef\xde\x5d\xbc\x3e\x3f\x3d\x04\x7d\xd7\xfe\xa9\x2c\xf6\x0e\xde\x1f\x1e\xec\x9d\x5d\x1c\xed\x9f\xff\x74\xf2\x26\x21\x2d\xa6\x7c\x09\x89\x1c\x4a\x47\x7b\xc7\x7b\x3f\xee\x9f\x5e\x9c\x9d\x9f\x1e\x1c\xff\x78\x71\x78\x72\xf2\x8f\xf7\xef\x12\x12\x69\xa0\x16\x9b\xa3\xfd\xd3\x1f\x25\xd6\x87\x27\x3f\xfe\x08\xdd\x54\x7d\x03\x8c\xde\x38\x14\x65\x51\x2f\x6f\x73\x62\x23\x62\xfa\x2f\xb7\xfa\x9d\xd5\xf5\xe1\xa3\x6e\x05\x9e\x55\xcb\xf0\x58\x45\x0a\x5e\x3d\xd4\x13\x28\xd4\x42\x03\x78\x5f\x21\x95\x7a\xd3\x4a\x54\xf8\xb4\x7e\x3c\x14\xaa\x6b\x87\xd4\xeb\x76\xeb\x94\x80\xef\x76\xf6\xc0\xaf\xc6\xf4\xda\xaa\xf1\x6b\xd6\x35\x71\x95\x30\xab\x0b\xc8\x3d\x46\x3d\xee\xa8\x48\x92\x9b\x18\x32\xfb\xfa\x93\x47\xaa\x25\x7c\x9b\xde\x49\x7a\xbd\x33\x4b\xe7\x9f\x90\x47\x72\x7d\x0c\x9d\xc7\xb8\x67\x36\xac\x95\x7d\x9e\xe9\x77\x41\xf2\x82\xb2\x7c\xc7\xe6\x88\x7e\x94\x25\xf4\x83\xae\x9f\x75\x23\xe4\x2f\xe9\x38\xbd\x0f\xc4\x78\xa7\xc7\x78\x73\xff\x69\xbf\xde\x43\xf2\xf3\x27\xb5\x51\x34\xdb\x68\x3d\x52\x66\x09\x8d\xac\x7d\x8f\x51\xbf\xd1\xc8\xdc\xdb\xbf\xe3\xec\xf7\x3b\x50\x35\xe1\xe5\x66\xb6\xce\x35\x8b\x95\x12\x5f\x50\xcf\xea\xee\x34\xcd\x55\x7e\xe4\x62\xc1\xab\x8e\x98\x06\x70\xad\xb4\xb1\x9c\x6e\x5a\xef\xb5\x16\x4f\xb6\xfa\x8f\x33\x00\x06\x28\x6d\xe8\x54\x4c\x83\xc7\x6d\x76\xc0\x75\xdb\x9c\x8a\x31\xa4\xe7\xd7\xa9\xcc\x75\x7c\x47\xd0\x6a\x4d\xe5\x91\x85\xbd\x9e\xb4\x7a\x8f\x56\xbf\x97\x98\x36\xdd\x59\x57\xd4\x6b\x2b\x57\xe2\x06\x45\x8d\x01\x6a\xe5\x7d\x18\xf8\x14\x0e\xb0\xc9\x97\x26\x3c\x7c\x74\x0f\x0c\xcc\x16\x2f\x5b\xb2\x1a\x78\xb3\x74\x80\x43\x15\x11\x6f\xe9\x77\x5a\xe2\x2c\x67\x53\x0d\x02\x08\xbf\x36\x45\x90\x72\xcd\xcc\x3c\xd7\x4c\x8f\x12\x18\xd2\xf8\x35\xd3\x15\x78\x19\xf3\x20\xc7\x10\x41\x42\x59\x64\x70\x6b\x4f\x25\xca\x30\x47\x3a\xae\xb9\xd5\xeb\x60\x95\x5f\xcf\x66\xb4\x2b\xb6\xb7\x11\x4f\xf2\x21\x1d\x16\xa3\x11\x66\x60\xfa\xad\xe2\xde\x60\x8e\x79\x74\x09\x41\xbd\x31\x8f\xd2\x2b\x41\x38\xea\xb0\x48\xb0\x79\xc1\xb8\x08\x95\xa7\x9a\xbd\x79\xbd\x71\xa8\x2d\xad\x5d\x53\x4c\x4a\x23\x03\xbb\x1e\x12\x1c\x18\xbb\xbf\x00\xdd\xdf\xbb\x7c\x54\x66\x9a\x0a\x2f\x1c\xb9\x1f\x2a\xc7\x12\xa1\x16\x47\x5e\x79\x6f\xc9\xa5\x0d\xd7\x2c\x60\xef\xd1\x7c\xa7\xad\xfb\x86\x64\x64\x74\x04\xcb\xb2\xc3\xe5\x87\x6a\xc6\x50\x53\xc8\x18\x41\x3a\xbb\x36\x8e\x4a\xfd\x71\x28\x80\x42\xa0\x46\x9e\xd5\x22\x01\x7b\x73\x22\x6e\xc9\x45\xda\xb6\x02\x56\x15\xb4\x05\xe2\xeb\xfa\x8c\xf6\x7f\x06\xad\x40\x55\x9d\xb6\x89\x6a\x5f\x77\xab\x40\xaa\x0b\xbc\x12\xe4\x9e\xd9\xbd\x35\x5c\x9a\xc3\x35\xbe\x81\xd9\xdd\xf1\x77\xef\x24\x93\xff\x7b\x69\xa9\xc3\xa6\x61\x1b\x26\x2d\x5e\x90\x55\xdb\x3f\xed\x98\x65\xa2\xc9\x04\x63\xef\xf6\x51\x72\xff\x19\x11\x2c\x37\xae\x97\xf5\xc2\x2a\x3c\x7a\xb3\x9c\x43\xc9\xf1\x2c\xc6\xc6\xcf\x8b\x9c\xda\xe2\xdc\xe9\x19\x97\x29\xe0\x01\xc4\x60\x37\x24\x09\xf0\x8a\x94\x21\x55\xd3\x3f\xad\x1c\xfa\xc4\xda\x6c\x01\x57\x05\x17\x82\xcd\x0f\xc9\x0d\xc9\x7e\xa6\xe4\xd6\x5c\xeb\x05\xd8\x06\xc0\x8a\x77\xd8\x42\x64\x44\xd4\xeb\x43\xa8\x4d\xf3\x6d\x03\xcb\x43\xaf\x6a\x85\xc3\x33\x59\x19\xab\xa6\x74\x6b\x2a\x3c\xa6\x25\x67\xb1\x77\xe9\x6c\x01\x03\xcc\xd6\x9b\x12\xae\xa2\xd4\xe7\x80\xd1\x6e\x39\xd8\xee\xef\x6b\xd9\xc7\x49\xa4\x6d\xa5\xd7\xdb\x27\xba\x0a\xc1\x06\xcd\x98\x55\xb7\x73\xc5\xf8\x0e\x30\xc7\xd7\x34\xbf\x36\x2b\xca\x18\x60\xf3\x87\xe6\xaf\xe5\xb9\x15\x8c\x9d\x74\x92\xce\x3d\x8b\x54\x8f\x71\x5e\xd7\x60\x0d\x28\x24\xff\xab\x41\xb2\x0d\x81\xf6\x7a\x4f\x7d\xf4\xdf\xb7\x21\xd0\x5c\xa6\xab\x71\x9d\x46\xaf\xdb\x9a\xa8\x83\xd0\x1b\xc7\x8e\xd2\xba\xea\xba\x57\xce\x3a\xe1\x10\xde\xa3\x32\x14\xbe\x31\xa8\xe2\x42\x9d\x1d\x28\x18\xa6\x63\xbb\xf3\xc1\x35\xe4\xa9\xff\xcb\xda\x88\xce\x56\xdb\x88\x36\x64\x90\x47\xde\xaf\xd7\x44\xa2\xd5\xc1\x67\xd7\x3b\x4b\xd6\x04\xb8\x95\xc2\xdf\x9f\x1d\xa5\x46\x44\xf5\x74\x10\x2d\xfc\xbc\x70\xa3\xee\x73\xf9\x92\xe9\xdd\xd0\xb7\x11\x6c\xd9\x6d\x42\x30\x60\x02\x3b\xbe\x93\x58\x5a\x90\x0e\x81\x08\x32\xa2\x1e\x25\xc3\x16\x48\x48\x2d\x0e\x85\xc7\x37\xcb\xe3\x92\x7a\xc7\xe5\x55\x9a\x65\x97\xe9\xf8\x63\x4c\x2a\xe5\x4a\xeb\x7f\xe6\x7b\x98\x09\x97\x7c\x21\x5c\xc2\xc5\x00\x78\x6b\x94\x75\x9f\x8a\x81\xf6\x8c\x6a\x8b\x7f\xa3\x5d\x6e\x6c\xa4\x92\x8a\x1b\x0e\x84\x73\x07\x37\x24\xfd\x2a\x14\xc9\x4b\x11\xd6\xbc\xa5\x08\x42\x08\x35\xbd\x78\x36\x8a\xbc\xa3\x18\xd8\x8c\x19\x21\xee\x0d\x99\xcb\x93\x2f\x1f\x53\x62\x05\xa0\x46\x34\x1e\x4b\xd9\x07\x42\xde\xd4\x3c\x4b\x56\x46\xb1\xa9\xc9\x4c\x4d\x4a\xaf\xbb\x11\xd2\xcd\x3c\x36\x08\xce\x22\xf7\xc2\x26\x2f\x5b\x9a\x54\xae\x55\x64\x5d\xd6\x4d\xc5\x83\x41\x10\x76\xb5\x05\x39\x79\xb0\x3d\xb6\x45\xc7\x73\xf5\xb0\x11\x60\xa0\x66\x1c\x6c\x13\x15\x28\xd4\xcf\x56\x62\x19\x9d\xf0\xc3\x2f\x6c\xd1\x4d\x85\x64\x1c\x04\x99\x74\x05\xeb\xce\xd8\x22\x17\x10\x14\x54\x41\xe8\xfe\xf5\xc9\x92\x94\x7f\xc5\xdd\xcb\x85\xe8\x52\xd1\xa5\x45\x37\x67\xa2\xeb\x52\xb8\xaa\xac\x24\x54\x14\x5d\xb5\x65\x44\x1f\x4c\xda\x0b\x5e\xf3\x3b\x11\x95\x50\x92\x35\x31\x1f\x85\x54\x3b\xad\xd1\x12\xaf\x9c\x39\x2e\x52\x40\x5a\xd7\x45\xe8\x65\xfc\x62\x58\x75\xdc\x68\x9e\xb4\xce\x04\x5c\xa8\x48\x2e\xee\xa8\x10\xee\x10\xd5\xe3\x9c\x6a\x59\x03\x99\xb5\xbe\xf6\x1a\xb1\x53\x05\xd7\x1a\x49\xa4\x79\x38\xeb\xe1\x1b\x56\x1d\x43\xe8\x03\xbe\x13\xed\x5e\x2e\xde\xf5\x63\xb0\x1d\x8a\xfa\x65\xa5\xba\xa2\x54\x17\x93\x08\xb7\x84\x29\x19\x75\x44\x3d\xb4\x83\x4e\x28\xb5\x32\xa6\x10\x5f\x4f\x4f\x4d\x2e\xd1\x12\x32\x45\x2f\x02\xc5\x44\x38\xb6\xba\x7a\x35\xd9\x76\x5b\x5b\xa9\x66\xf9\xb4\x07\xeb\x6d\x16\x3b\x46\x40\xca\xd4\x16\x76\xff\x61\xbc\xda\xf9\xc7\x0d\xfa\x53\x1b\xa7\xd6\xf6\x3d\xd9\xa1\x7a\xe7\xdc\xe0\xee\xac\x9c\xb4\xa6\x0e\x24\x4e\xdd\xb0\x11\x33\x5f\x1e\xd7\x8c\xae\x85\x90\xf1\x9d\xc9\x2a\x51\x35\xb2\x56\xbe\xa8\x45\xfd\xbc\x49\x48\x8d\xcf\x6e\x54\x50\xdb\x5c\x5a\xad\x3f\x87\x7c\x64\xb2\x28\xb6\x17\x95\x88\xc8\x52\x89\x28\x3b\x9e\x45\x82\x35\x8a\xdb\x3f\xfe\xf1\xe0\x78\xff\xe2\xdd\xde\xe9\xfe\xf1\x79\x50\x33\x90\x05\xce\xee\x8b\x5f\x4b\xb5\x5e\xd5\x41\x58\x28\x6f\xa8\x6a\x36\xa2\xb5\xfc\x16\x8f\xf7\x6d\xf9\xec\xa3\xe5\x30\x82\xfc\x89\x17\xee\x37\x24\xa5\x4b\xa6\x72\x98\x16\x97\xc5\x98\xd3\x4b\x52\x1b\x20\x9b\xfc\x1c\x33\x17\x61\x3c\x0a\x10\x4e\x93\xe1\x48\x2b\xca\x98\xaf\x28\x0b\xfe\x16\x24\x49\x12\xd2\x84\x0d\x8b\x11\xda\x4d\xf5\xf6\x38\xfc\xdf\x5f\x7f\x8d\x46\x7f\x0b\x50\xac\xdf\x50\x33\xeb\x53\x1d\xf7\xfb\xd7\x5f\xa3\x00\x75\xb2\xed\x24\x08\x7f\xfd\x35\x8a\xfe\x86\x76\x03\x6d\x8f\xb4\x9c\xcb\x33\x98\xe7\x31\xc1\x9c\x5c\x93\xdf\x63\x2f\xf6\xed\x87\xff\x7d\xb2\xcc\xca\x27\x1f\x10\x56\xb9\xba\x62\x51\x3a\xff\x4d\x68\x68\x81\x70\x9e\x2c\x4b\xbc\x90\xb3\x71\x91\xb7\x75\xd4\x4f\xc8\xd5\xc7\x2a\xcf\x3b\xf7\xf3\xbc\xf3\x21\x1d\x69\x4e\x49\x24\x14\x75\x38\x50\x42\x1e\xda\x78\xa0\xc0\x97\xea\x6c\x24\x55\x63\x5a\x0d\x23\xe9\xdb\x32\x8d\xe4\x1f\x89\x47\x7b\x5e\x54\xd3\x0d\x0d\x47\x9d\xea\x57\x63\x0f\xb0\x54\x2b\x46\xdf\x8a\x48\x6a\xb7\x05\x4c\x32\x3e\x64\xda\xed\x6b\x4e\x38\xa4\x9d\xcd\xc7\x04\xdc\xb4\x42\x96\xd0\x28\x67\xb7\xf7\xf7\x34\x9a\xb1\xff\x1c\xab\x27\x95\x91\x4f\xff\x98\x15\xfa\x81\x1d\xb3\x5b\xb4\xab\xa2\x2c\x84\x14\xc5\x6f\x52\x41\x64\x5d\x4f\xbb\x99\xad\xcd\x13\x46\x2a\xb9\x16\xb1\x50\x89\x3c\xe0\x2e\x5a\x76\x01\x62\x0e\xd7\x2c\xb2\x7e\x48\x9e\xf7\x7a\x59\x28\xd0\x6e\x98\x26\x02\x17\x49\x8e\xe2\x90\x25\x02\xa7\x49\x8e\x8b\x84\x22\x88\x9e\x60\x03\x04\x5b\xeb\x3c\xc8\xb1\x59\x98\x50\xc0\x0c\xfa\x7a\x95\x4c\x43\x02\x49\x54\x16\xce\x97\x36\x49\x92\xc9\xae\x2d\x1f\x8f\xc3\x14\x5f\xe1\x05\x2e\xaa\xa9\x1e\x8d\x19\xb0\xe0\x77\x2e\x20\x39\xd4\xc9\x4d\xa8\x00\x6a\xdc\xb6\x79\x44\x7e\x1f\x13\x50\xb6\x25\x14\xd3\xf2\x8a\xe6\x69\x96\xdd\x2d\x45\x88\x4a\x07\x74\x12\xa2\xa5\xfb\x25\x11\xa3\x98\x81\xbe\xb6\xad\x43\x13\x93\x68\x53\xa7\x6f\x4b\xef\xef\xc3\xb4\x7d\xf2\x62\x2a\x17\x25\x4b\xfa\x2f\x98\x9b\xbf\x6c\x7b\x1b\x85\x22\xe1\x43\x36\x42\x11\xac\x1f\x15\xdb\x99\xa0\x5e\x8f\x6a\x0f\x45\x9d\xe8\xce\x92\x06\x5c\x19\x65\x07\xa4\x98\x03\x64\x4e\x5b\xb1\xca\xf0\x22\xa1\x21\x43\x78\xac\xfd\x01\xcf\xce\x4f\xdf\xbf\x3e\x7f\x7f\xba\x0f\x77\xd1\x6f\x0f\x0e\xf7\x3b\x63\xc8\x36\xa1\xe2\x36\x77\x9f\x2c\x17\xba\xad\xf2\x03\x96\xd2\x03\xcb\x48\x24\x45\xf8\x30\x43\xc8\x6a\xeb\xa7\xb2\x1b\x57\x89\x94\x85\xe6\x49\xff\xc5\xfc\x07\xd3\xfa\x8b\xb9\x09\x55\x3d\x4b\xd2\xe1\x7c\xd4\x99\xaa\x0e\xcc\xb4\x12\x3e\x24\x72\x04\x21\xa2\x7a\x55\x1d\xee\xaf\x70\x09\x96\x27\xfd\x17\xdc\x81\xe5\x06\x6c\x9e\xa4\x43\x3e\xea\xb4\x4c\xe0\x5c\xa9\xf7\x7b\x3d\xfd\x00\x13\x63\x81\xa7\x43\x3e\x42\xe5\xb8\xd7\xf3\x3b\xb3\x9f\x4f\xc2\x0c\x95\x65\xdb\x72\x4f\x5b\x37\x81\x34\xa9\xfb\x2e\x9a\x4d\xac\x61\xcd\x36\x63\x13\x7a\x45\x37\xf5\x40\xf8\xb3\x9d\x60\x0a\x22\x8e\x34\x82\x47\x69\x9e\x5e\x3f\x2e\x4e\x74\xad\xea\x43\xe6\xbb\xe9\x25\xcd\x04\x25\x9b\x86\x77\x16\x91\xa1\xdd\x6b\x55\x17\x72\x7a\x37\x7c\x6f\xd4\xfc\x04\x0f\x93\xf4\x41\x06\x6b\x55\x22\x19\x63\xd4\x09\x49\x26\x52\xd1\xcc\x50\xf7\xb9\x7c\x0b\x94\xfc\x27\xfe\x41\xc0\x6b\x25\x15\x09\xd3\xf2\x65\x7d\x42\xdd\xa4\x7c\x29\xe9\x42\xcb\x84\x37\xb2\xea\xd2\x5e\x2f\x84\xa8\x96\xfe\xf1\x05\xd2\x24\xe6\xca\x57\x41\xa4\xd7\x56\x1b\x84\x85\x8e\x6e\x9a\x47\x82\xa7\xe3\x8f\x48\x85\x54\x20\x09\x55\x1b\xa3\xbe\x36\x74\xf2\x6c\x1e\x2d\xe6\x93\x54\x90\xf3\xf4\x1a\x85\x1c\x33\x50\x31\xe5\xa0\x3e\x58\xcc\xd4\x5b\x06\xb1\x12\x30\x2f\x2b\x9e\x8a\x8a\x4a\x10\x67\xa6\x0f\x72\x80\x0e\x02\x66\x12\x62\x48\x8c\x86\x50\x6a\x84\xd0\x32\x4f\x88\x36\x6f\x6a\x4d\xbf\x4c\x25\x0c\x9c\xa3\xd2\x37\x3a\x2d\x88\x00\x61\x87\x8e\xdf\x90\x31\xe3\x29\x80\x64\x08\xb3\xd2\xab\x25\xb1\x28\xd7\x15\x5f\x39\x83\x16\x82\xb4\xfb\xb7\xeb\x32\xca\xc3\x45\x95\xb3\x0f\x17\xb3\x74\xcc\xd9\x03\x85\x39\x99\x2c\xc6\xe4\xa2\x5e\xe7\xb3\xbb\x41\xaf\xac\x40\x66\x73\x71\xb7\xf1\xd2\x83\xd2\x6b\x17\x74\xce\xc4\xfe\xa3\x40\x9a\x0a\x0f\x40\xcd\x37\x35\xec\x97\x10\x73\xf2\x10\x8e\x8f\x41\x6f\x2d\xac\x4b\xc6\xb2\x8d\x81\xc9\xc2\x6b\xa1\x41\x6e\xe7\xcd\x37\x42\x59\x7a\x2d\x3c\xf2\xef\x45\xba\x39\x7a\x50\x7a\x2d\xbc\xeb\x47\x98\xd1\xac\xa7\xdb\xb5\xd8\x7c\x40\xaf\xc5\xfa\xf1\xdc\x38\xda\xbe\x88\xb2\xf5\x58\x65\x8f\xc0\x2a\x7b\x00\x2b\x96\x93\x7f\xa6\x9b\xaf\x03\x55\xfc\x01\x9f\x1a\x15\x36\x7c\x63\x98\xa6\xc2\x03\x09\x0b\xb4\x61\x69\x7e\xbd\x97\xd1\x74\xf3\x73\xb8\x5e\x71\x6d\x2b\x69\xbe\x69\x9a\x05\x11\xa5\xf9\xfa\x14\x0b\x6c\x73\x76\x84\x3d\x90\x06\x63\x31\xdb\x38\xf9\x43\xb1\x98\xad\x5f\xbb\x10\x81\x67\x33\x58\x33\x9a\x3f\xb0\x0f\xfc\xbe\x39\xac\xf4\xf7\x07\x60\xcd\x1f\x01\x6b\xbe\x9e\x5e\x60\x10\xb8\x29\xc1\x18\x7f\xd0\x7a\xee\x0d\xbd\xba\xda\x1c\xa0\x2a\xff\x50\x6f\x5f\x6d\xba\x40\xa0\xbf\xaf\xd6\xaf\x8e\x2b\x9a\x89\x8d\xd9\x5f\x1e\xa9\xe2\x1b\x40\x7c\x04\x92\xa6\xc2\x5a\xa8\x8b\x9c\xfe\x7b\x63\x88\xb2\xf0\x83\xd0\x1e\x81\xa1\x2a\xfe\x10\x44\xb6\xf9\xfa\x80\xd2\xeb\x3d\x22\x25\xf3\x5e\x90\xf1\xe6\xd3\xd1\xd6\x28\x4b\xb4\x9a\x81\x1a\xb3\x2c\x7b\x0c\x54\x5d\x7e\x95\xfc\xb1\x5a\xbc\xab\x5d\x72\x6f\x92\xc5\xe5\x8b\x08\x1f\x2a\x40\xa0\x8e\xe0\x41\xe1\xe2\xf4\x9f\x24\xfd\x78\x94\xce\xab\x3c\xbc\xd0\x3c\xbc\x17\x1f\xdb\xbb\x38\x6c\x8d\x71\x54\x29\x11\xcd\x39\x13\xac\xd7\x6b\x79\x19\x22\xbc\xa5\x31\x87\xdf\xb2\x7a\x34\x4d\x8b\x93\xdb\xdc\xf4\x41\x89\x24\xf2\x1c\x81\x36\x8a\x00\x99\xa8\x49\xa6\x07\xe0\x02\xa9\x9e\x12\xb6\x5b\xcf\x5b\xca\x50\xbc\x2c\x4b\xab\xf9\xd1\x05\x87\x62\x94\xe4\x58\x7b\x54\xab\x6b\x37\x2a\xe5\x27\x73\x5b\x5e\xbd\x5c\x95\xa4\x39\x4a\xe7\x18\x7c\x60\x95\x08\x45\xbc\x3b\x33\x59\xcf\x85\xf3\xae\xdd\x60\xe6\x4a\xe9\x26\x74\x3e\x13\x09\x20\xc7\x02\xa9\x58\x94\x96\xce\xa9\x27\xe6\x75\x69\x47\x4b\x4c\xf9\x4a\x89\x49\x60\x2e\x25\x26\xaa\x25\xa6\xb4\x5d\x62\x52\xa3\x47\x7d\x89\x29\x6f\x17\x81\x52\x84\xd3\xb2\x5a\x2b\xe1\x11\x4c\x17\x90\x9c\x56\x56\x6b\x9d\xfb\xeb\xa5\xa2\x4f\x90\xc8\xd7\xab\x3f\x2c\x15\xb9\x94\x38\x8d\x26\x68\x38\x72\x1f\x68\x48\xd0\x32\x57\xca\x26\x82\x4a\xa3\x4c\x6a\x51\xb5\x2d\x15\x39\xf9\x90\x8d\x5e\x18\xaf\xc6\x34\x9f\xe8\xd9\x48\x49\x81\xc2\x54\x52\xd4\x68\xda\xdc\x10\x4a\xcc\xf2\xa6\x25\xa7\x53\x5d\x91\xa4\xae\x22\xc5\x6a\xd5\xed\x71\x9e\x82\x8d\x80\xc2\x87\x00\x22\x74\xc8\x46\xae\xc2\x90\x8d\xf4\x40\xf3\xb0\x8f\xa9\xcd\x16\xe7\xa2\x03\x44\x51\x94\x56\xc2\x88\x7a\xcd\x5a\x1f\x59\xad\x38\x23\x4e\x63\xa6\x53\xac\xbb\x34\x28\xe9\x90\x8f\xd4\xa5\x7a\x1e\x52\x64\xf4\x85\xb4\xf4\x64\x6e\xbf\x30\x19\xc9\x29\x60\xb3\x67\x94\xe5\x27\x6c\x44\x20\x5b\xb6\x5c\x42\xd5\x7a\x48\xb6\x03\xdd\x91\x00\x37\x13\xef\x18\x05\x83\x84\x05\x79\x1a\x7d\x3c\x09\x52\x41\x4f\x89\x15\x3a\xff\x68\x73\x5b\x1b\xb7\x97\x93\x0d\xda\x5a\xdd\xa1\x63\x96\x93\xf5\xfd\xf9\x34\xf0\x5b\x0d\x90\x1a\xa2\x14\x55\x3f\x0d\x64\xd7\xb8\x08\xae\xc4\x16\xe4\x56\x7f\xaf\xe2\x1b\x81\xb7\x49\x16\xab\x50\xdd\x4d\x11\x68\xc4\x73\xd3\x0a\x48\xb3\x8f\x6f\xa5\x75\x86\x13\x94\x24\x09\xd7\x80\xaf\xc5\x67\x83\xfa\xd2\xc1\x24\x9f\x0f\xa8\xc5\x34\xfb\x7c\x98\xfe\xe0\x60\x7e\x3e\x4c\x7f\xb0\x98\x2a\xe9\x77\xd5\x84\x4b\xa5\x78\x89\x42\x82\x74\xb9\x50\x05\x61\xd4\xd2\xed\xc3\xb5\x5c\xbe\x2d\x15\xec\xa6\x2a\xb7\x6e\x32\xcd\x81\x47\xe0\x2b\x3b\xa2\xe2\xaf\x70\xb7\xf3\x1b\x35\xa3\x29\x81\x73\x84\x25\x43\x0b\x7d\xe5\x92\x69\xc9\x27\xd5\x58\x32\xb2\x0a\x49\x5e\x12\xd4\x51\x1f\xa9\x56\x82\xea\xf7\x5b\xf0\x81\xf1\xba\x9f\xe7\x23\x94\x8a\x1b\x70\xa1\x8f\x8a\xc0\xf3\x30\x3b\xea\x9f\xbc\x8a\x81\xf4\x22\x13\x55\xf7\xd8\xe1\x28\x68\x2c\xf6\x46\x72\x2e\xb7\xd8\xf3\x45\x96\x25\x49\x42\xef\xef\x03\x45\x01\x77\x61\x4a\x77\xf3\x98\x46\x8a\x06\xa1\xc0\xca\x9a\xb1\x96\x76\xad\xac\xb1\xb6\xe6\x16\x53\x83\x7f\xfa\x5f\x24\x1d\x4f\x9f\x9a\x2b\xb6\x5d\x96\x54\x92\x06\xc3\xd7\xe8\x6f\x4f\x9e\xe2\x20\x80\xdb\x4c\x82\xc9\x76\x02\x7d\x00\x9d\x78\xa5\x6f\x38\x8a\x22\xd1\xe8\x1a\xa9\x77\x8d\x55\x14\xed\xb4\x00\x6e\x40\x4e\xde\x5d\x78\xb1\x87\x42\x4f\x2d\x2f\xf7\xd2\xd8\xbc\x5f\xd9\xb5\xd4\x05\x37\xa5\x89\xdc\x75\xe7\x10\x10\x54\x11\xbb\x92\xe1\xb6\xc2\x3f\xd0\xf6\x95\x0b\x6d\x89\x2a\x0e\xab\x5a\x2e\x6a\xf7\x5f\x96\x19\x6e\x97\x13\x24\x8b\xcc\x13\x81\x45\x32\x1c\x21\xac\x46\x24\x6c\xb3\x46\x81\x3e\x70\x3b\xa0\xa5\x7f\x6d\xfd\x65\x1a\x54\xb2\x77\x6b\x9b\x8b\xf5\x4c\x9d\xa8\x32\x75\xca\x1e\x81\x80\x21\x82\x18\x52\x9f\xa9\xa3\x26\x04\x69\x37\x0d\x6b\x78\xd8\x14\xc5\x6a\xa4\x35\xa7\x78\x46\x84\xcb\x1a\xe4\xc5\x7a\xd5\x12\x51\x63\xd1\xbc\xa8\xce\x29\x86\x7a\x3d\x56\xa9\x47\xa5\xb4\x15\x12\x74\x7f\x1f\x52\x9d\x13\x03\x0b\xc3\x27\x23\x29\xda\x62\x21\xfb\xfe\x09\x5c\x5d\xb1\x98\xb5\x19\x16\xc9\x0d\x41\x3b\xab\x91\x6d\x81\xfb\x4a\x15\xa7\xb9\x83\xdf\x1f\xa8\x71\x94\x8a\xa9\x2c\x06\x3f\xf1\xce\xe0\x69\x5f\x69\xcc\x54\x75\x9a\x6f\x54\x9d\x2a\x19\x02\xab\xda\x60\x3a\x07\x8d\xcf\x93\x42\xfd\x7d\x75\xd7\x2e\x4e\x15\x21\x5c\x83\xeb\x5d\xe0\xc9\x52\x94\x1f\xe4\x06\xed\xa5\x8a\xc6\x3a\xe4\xae\x9a\x3c\x49\x66\x1f\x6b\x20\xe5\x86\xa8\x25\xbd\xe4\x59\x92\x34\xe6\xd0\x6e\x03\x6c\xdc\x78\x93\x24\x49\x6e\x26\x43\xd6\x82\x19\x45\xca\x62\x86\xfe\x1b\xcc\x86\x94\xa6\xa6\xb5\x63\x7f\x78\x53\xae\xce\x32\xaa\x77\x2e\xd5\x22\x98\xbe\xae\xde\xb3\xc0\xbe\x49\xab\x67\x92\xcd\x84\xa6\xcf\xb8\xbe\xec\xde\xe8\xd6\xdb\x06\x1d\x14\x68\x57\xc4\xc3\x51\x29\xdb\x16\xd1\x9c\xcd\x43\x64\xb6\x0b\x09\xca\x3a\x2d\x82\xac\x25\x2a\x46\x0a\x2e\x65\xf8\xd6\x40\xd6\x1e\x72\x63\xf0\x41\x7d\x29\x14\x42\x49\x33\xb0\x59\x42\xcb\x3c\xd9\xea\x77\x2e\x39\x49\x3f\x96\x52\x2c\x1b\xc8\x81\xd7\x72\xd9\xd6\x40\xcb\x65\x72\xcd\x75\xaa\x3b\x36\x95\x8b\xd7\xd3\x96\x21\x6d\xce\xf7\x86\x5e\x5d\x3d\x66\x1a\x88\xcd\xa7\x03\x6e\x6c\x41\x62\xfd\x14\xf1\x76\xa6\x5d\xea\xd1\x70\x47\x76\x92\x45\xa0\x43\x3b\xb9\x0a\xfd\x43\x8f\xae\x9d\x4b\x5a\x29\xf7\xa7\xcd\x24\x1b\xf9\x7f\xc3\x89\xe4\x69\x87\x76\x25\x27\x13\x8b\xc6\xb8\x11\x18\x37\xa3\x8d\x54\xa3\xc6\xb8\x68\x1a\x04\x18\x75\x1c\xbf\xbf\x87\x2e\x18\x6a\x86\x42\x6e\xe7\xf6\x94\xeb\xac\x34\xea\xe2\xbb\x13\x0d\x2c\x9e\x02\x43\xaf\x37\x0c\x9b\x08\x42\xc7\x0f\x5b\x74\x3c\xdb\xa7\xea\x71\xbb\xee\x04\x55\x69\xe0\x11\x60\x1f\xea\x1d\x98\xfb\x6c\x04\xec\x96\xfe\xc1\x3a\x6d\x4c\xc7\x74\x21\xd8\xeb\xd6\x74\xbb\xad\x53\x10\x0c\x1b\x82\xff\x92\xcf\x90\x0c\x14\xa7\xad\xb6\xad\xfe\x60\x0d\x05\xe6\x23\x67\x1b\x19\x5b\xfe\x48\x7e\x90\xb4\x0d\xd2\x62\x1c\x8c\x4a\x54\x86\xa0\x76\x61\x90\x78\x24\xde\x6c\xa7\x28\xd0\xae\x6f\x7d\x65\x39\xba\xc2\x10\x07\xc5\x2b\x56\xa2\x9a\x0a\x0d\x1a\x52\xe4\x6d\x30\x6a\xe3\x10\x75\xf5\xd5\x30\xc5\xc5\x28\x11\x43\x36\xc2\x59\xa2\x0d\x35\x66\xf3\x94\x2b\x35\x82\x3d\x41\x52\xcd\xb1\xc2\x4f\x8a\x53\x04\x5a\x1f\x39\xa1\x32\xbd\xbb\x04\x13\x52\x8c\x25\x1d\x8b\xdd\x9d\xc1\xdf\xb2\x38\x33\x5a\xaf\xbe\x1c\xb5\xb0\xc0\xe9\xea\xb5\x68\x26\xd2\xb8\x2a\xb4\x58\x65\xf7\x5a\xfd\x78\x33\xb3\x5d\x53\x5b\x0e\x82\xcf\x8c\xf0\x6b\xb2\xea\xa3\x52\x02\xaf\xfa\x7a\x4b\xd2\x8f\x17\x05\x59\xe1\x04\xf6\xc5\xac\x2e\x0c\x52\x8f\xce\x11\xff\x10\xc8\x77\xba\x77\x1b\x83\x56\xd5\xd6\x67\xc9\xff\x27\x49\x3f\x9e\x91\x4d\xef\x44\x68\x35\xb2\x22\x0c\x8e\xbf\x93\x40\x78\xd4\xfd\xd3\x1f\xf7\x77\xb9\x29\x19\xdb\xc8\x38\xaa\x34\x5b\x35\x5d\xfc\x01\xdd\xcc\x5e\xdc\xee\x2a\xa2\x6a\x21\x3c\x78\x21\x7e\xa8\x9f\x04\x2f\x84\xd1\x87\x72\x6f\xd3\x17\x60\xb0\xc9\x91\x3b\xb4\x35\xa5\x3e\x92\xbb\x22\xe4\xe6\xc0\xc8\x7d\x53\x63\x93\xd1\x41\x9e\x18\x44\x1e\xe1\x7c\xc8\x46\xee\xfe\xe1\x53\x18\x69\xd5\x6d\x08\xc4\xd6\x34\x68\x5f\xaa\xaf\x31\x2f\x35\x72\x38\x97\x9b\x96\xf0\x0c\xdc\xf3\x75\x34\xd5\x2b\x68\xa5\x82\xe0\x8b\x87\xa9\xd6\x99\x33\xb4\x58\x2f\x5a\xc4\x7a\x61\x94\xd0\xa4\xe3\x07\x94\xf0\xc7\x42\xb4\x8e\x05\x04\x7d\x18\x61\xe5\xa4\x30\xe4\xf6\x08\x27\xe5\x3a\x8a\xd8\x8d\xe1\x4f\xf6\x4b\x68\x39\xa0\xf5\xf2\xdb\xd5\x7f\x63\x08\xf4\x50\x89\xb0\x6d\xbc\xf0\xa4\xf4\xe2\x5d\xe0\x95\x4a\x94\xab\xfa\x2f\xce\x52\x70\xfd\x0d\x09\xb6\x6e\x85\x36\x8f\x61\xb3\xa4\x4b\x71\xa8\x24\xc4\x66\x09\xf5\xbe\x2c\x57\xfb\x52\xe8\x5c\xad\x9b\xdf\x85\xfa\x2e\x15\x9c\x33\xbe\x03\x01\xe1\x56\x45\x2c\x32\x8a\xaa\xcb\x74\xfc\xf1\x72\xc1\xf3\x55\xc1\x87\x3e\x8b\xc3\xcc\xeb\x05\xe7\x24\x17\xa7\x8b\xfc\x90\xb1\x79\x4b\xf4\x3c\xa6\xd3\xc3\x80\xb4\xf5\x1b\xa3\x79\x32\xc1\x24\xba\x24\xd7\xbe\x58\x8a\x96\x99\x7a\xa5\xd8\x55\x92\x4f\xaa\xdf\x20\xdf\x13\xb0\x7c\x3a\x91\x5b\x4b\x43\x99\xfd\x58\x77\xad\x84\xbb\xd3\x33\xfd\x71\x72\x4e\x67\x84\x17\xad\x00\xa6\x69\xa1\xbe\x6a\xae\x39\xcd\xc7\x24\x6b\x96\xcf\x2a\x5f\x54\xd9\x2c\x95\x92\x6d\x1b\x50\xf8\xd2\x44\x89\xe5\x63\xf2\x69\xfc\xb8\x7f\x59\x25\xd7\xaf\xb7\x35\xbb\xc5\x2c\xa2\x45\x5e\x4c\xe9\x95\x70\x19\xef\x10\x76\x24\x3a\xc9\xc7\x40\x26\x51\xa1\xea\x49\x0d\xa7\x06\x65\x4d\xb5\x6a\x57\x72\xf2\xfb\x27\x8a\x16\x1b\x76\x05\x14\x2f\x03\x89\xbf\x25\xa6\xf0\x46\xa8\x8d\x99\x35\x63\xa4\x03\xfc\x4f\xc8\x25\x5b\xac\xea\x9d\xf9\xd8\xec\x99\x98\x72\x26\xc4\x8a\xe9\x66\x3e\x36\xab\x5d\xd2\x7c\x92\x10\x9b\x97\xef\x74\x91\x27\x24\x72\xcb\x31\x21\xd1\xbf\x17\x64\x41\x0a\x48\xc1\x5e\xdc\xcc\xc1\xf7\xea\xbf\xe5\xab\x2a\x5f\x20\x77\x7f\x7d\xbf\xf9\xe1\xc9\x12\xd4\x34\x3c\xcd\x27\x6c\x16\xa2\xf2\xc9\xd2\x78\xab\x84\xa8\xfc\x60\xb5\xb1\x41\x14\xe0\x20\x40\x9d\x26\x64\x93\x92\x64\xe8\x52\x20\x6a\xe7\xd3\x73\x9e\xe6\x05\xb5\xef\xc0\x99\x2f\xc0\x01\x38\x04\x9c\x9a\x5f\x26\xf9\x1b\x4e\x47\x1d\x8b\xbf\xc9\x4c\xa2\x5c\xdf\x8d\x83\x71\x81\x97\xfa\x11\x5a\x8e\x5d\x83\x2c\x7f\x25\x57\x79\xec\x0f\x18\x4b\x48\x89\x59\xbe\x9f\x4f\x6a\x4c\x3f\x4b\x84\x32\xa8\xbe\xca\x16\xc5\x74\xaf\xb8\xcb\xc7\x27\x97\x05\xe1\x37\x84\x17\x92\xb3\x96\x95\x64\xf7\xce\x55\xb0\x78\x1e\x55\x7e\x9b\xaf\x47\x44\x4c\xd9\x24\x0e\x58\xae\xc3\x26\x00\xb4\x5a\x53\xa6\xd3\x5b\x60\xda\x40\xb6\x92\x24\xbd\xbf\x5f\xd3\x36\x06\xd7\x17\xcf\x4d\x68\xe1\x4f\x0c\xbe\xc8\x6b\x73\xa2\x32\xfa\x99\x91\x1f\x95\x09\x04\xc4\xfc\xf1\x45\x49\x0f\x12\xf8\x90\xd5\x41\xf9\xd3\x6a\xdc\xd1\xb3\xed\xcb\x2d\xbf\xcd\x20\xf3\x2a\xe4\x3c\xe9\xbf\xc8\x7f\x20\x2f\x72\x70\x33\xcb\x7d\xc8\xb9\x85\x3c\x81\x85\x1c\x8d\x59\x3e\x4e\x45\xc8\x11\x2a\x6b\x1c\x88\x76\x55\xfe\x5c\x59\x29\xbe\x44\x2e\xad\x8d\x52\x4d\xe8\x7e\x6c\x96\x67\x22\x5f\x9d\x67\x02\x75\xf2\x5a\xcc\xa9\x42\x47\x9a\x79\x9b\x4a\xbe\xe7\x0e\xd0\x32\xf7\x67\xab\x73\x51\x14\x90\x38\x64\x0d\x59\x75\x01\xc9\xf7\xa9\x47\x1b\xf2\xe0\x93\x52\xd9\x7d\xc1\x34\x14\x19\x1b\x27\xb7\x98\x44\xb7\xc9\x3e\x90\x73\x9c\xce\x48\x46\xff\x43\x92\xdf\xe5\xcf\xb4\x98\x12\x2e\x7f\x9d\xc0\x61\xa1\x3f\x9d\xc9\x1f\x60\xb4\x73\x75\x97\x9c\x83\x72\x67\x42\x78\x31\x66\x9c\x24\x47\x50\x70\x4e\x45\x0a\x45\xf7\xd6\x48\x81\xd7\x44\xa8\x0c\x2c\x9b\x5b\x08\xbb\x2a\xeb\x05\xcc\xe2\xf1\xa0\x0b\x1f\xb4\x9e\x02\x4f\x87\xdd\x8b\xd1\xd3\x6b\x1d\x09\x2e\x8f\x20\x24\x52\x38\x20\xcf\x31\x49\x5e\xfe\xae\x2e\x82\xd5\xb1\x41\x71\xb0\x13\x20\x84\xd3\xe4\x69\xb8\x73\x7f\x71\xff\x6b\x74\xff\x6b\x81\xb6\xc3\x08\xed\x3e\xbd\xc6\x45\xf2\x34\xfc\xdf\xfb\x5f\x9f\xa2\x70\xb8\xb7\xf3\x3f\x23\xf4\xf4\x1a\x67\x6d\x20\xdd\xa5\x60\x8a\xf5\x0a\x4b\x5e\xf2\x5d\x1e\x09\xf6\x7e\x3e\x27\xfc\x75\x5a\x90\x10\xc5\x41\xe0\x1a\x2e\x54\x3d\xc1\x0e\xd9\xad\x29\x80\x10\x5e\x24\x4f\xff\x57\x22\xa2\x51\xc0\xe3\xe4\x69\x18\xa1\x16\xd4\x26\x1a\xb5\xfb\x5f\x23\x14\x0e\xd3\x9d\xff\x00\x76\xd3\x36\xec\x3c\x61\xd7\x43\x2e\xb8\x08\xb6\x9b\x08\x62\x9e\xd8\x39\x9a\xbc\x14\xdb\x61\xbe\x9b\x37\x7b\x81\x73\xa7\x21\x7b\x1a\xb4\x0a\x5b\x52\xd4\x02\x79\xcb\xf6\x78\x81\x85\xeb\xfe\x18\xbb\xa8\x7d\xb9\x76\x19\x7e\xea\x91\x67\x62\xc8\xe3\xb5\x8c\x4a\x84\xaf\x92\xa7\xd0\xdb\x5f\x27\x23\x3d\x28\xdb\xb2\xdf\xf3\xe4\xe9\xce\xfd\xaf\xc5\xf6\xd3\x6b\x3c\x5b\x3f\x40\x57\x38\x78\x32\xb8\x78\xf2\xcc\x6b\x6b\x8e\x83\x8b\x00\xd5\x86\x02\xdf\xb8\xb1\x97\xed\x2d\xfa\xfd\xd7\xfd\x9d\x5f\x17\xfd\x67\x5f\xbd\x05\x52\x5f\xaf\x6f\xe7\xa6\xad\x03\x08\x5f\x36\xf0\x97\xb0\xee\xd6\xc3\xba\x74\x38\x57\x91\x74\xa7\xe7\x85\x9f\xbf\xb2\xef\x2e\x05\xed\x65\xf5\x5f\xfe\x2b\x1c\xf6\x77\xbe\x1f\x6d\xc3\xec\x01\xdb\x34\xad\x9d\xa6\x49\xbe\x3b\x4f\x79\x41\x0e\x72\x11\xe6\x78\xd0\x47\x3b\x83\x98\x6f\x6f\x63\x96\x50\xab\x4d\xdc\x15\x43\x3a\x32\xda\x19\xad\x0e\x54\x3b\xa4\x13\x4f\xd9\x2e\x8b\xb5\xdc\xce\x76\x03\x75\xbe\x07\xb1\xd5\x70\xb3\xdd\x20\x88\x75\xea\x26\x86\x4a\x4f\xcf\x7b\x5b\x31\x1f\xd9\xaa\x6a\xaf\x39\xba\xbf\xaf\x9f\xba\x2f\x9f\x21\xb8\xb8\x55\x25\x9d\xa9\x28\xa8\x47\x95\x4a\xd9\x56\xc1\x03\x84\xf0\x45\x48\xac\xbd\x90\x42\x01\xc1\x2d\x27\x68\xb9\x2d\x1e\xfb\x55\x7d\x35\xcc\xef\xa7\x72\x56\x79\x65\x7e\xf7\xca\xdc\x81\xa9\x27\xf1\xbe\x9e\x78\x5f\x59\xe3\xeb\x59\x85\x4f\xaf\x7f\x3d\xf7\xbe\x4e\x1b\x5f\x8f\xbc\xaf\xb3\xc6\xd7\x3d\xef\xeb\xb5\xf9\xca\x55\x32\xc0\x7a\x2c\xe9\x48\x11\xa0\xd7\x6b\xdb\x86\x29\x29\x42\xf5\xdd\x91\x15\x2f\x6f\xe3\xe5\x98\xe5\x57\xf4\x7a\x61\xb7\x63\x7f\x73\x1e\xe0\x5b\x4e\x05\x31\x9f\xe0\x9c\x72\x5b\xf4\xbe\x76\x20\x2c\x71\xc6\xc6\x9f\x04\xe8\x33\x33\x76\xb7\xe6\x72\xa0\x2c\xb1\x39\x1b\xff\x48\x07\xcf\x6c\x07\xdd\x31\xfc\x47\xe0\xfd\xee\xe0\x99\x73\xfc\x8f\x80\x3b\xb1\xe0\xdc\x71\xff\x47\xe0\x1d\x59\x78\x86\x97\xf8\x23\xd0\xce\x1d\x34\xcb\x7d\xfc\x11\x78\x7b\x06\x1e\xd8\xe1\x77\x1a\xbc\x5f\x2b\x6b\xf7\xc5\x34\x7b\x8e\x39\xa9\x65\x4f\x20\xa5\x52\x23\x35\xbe\x56\xb3\x2f\xd8\x12\x6d\xa2\xbe\x18\x92\x51\x69\x33\x51\x18\x4e\xd7\xb8\x2a\x93\x7c\xcc\x40\x82\xfd\x62\x9d\x3b\xd0\x7a\x47\x2a\x85\x58\x68\xec\x60\x36\xcf\x5c\x70\xfb\x15\xdf\x9b\x5a\x4b\x13\x3c\xec\x72\x71\x75\x45\x78\x42\x74\xc8\x34\xc9\x87\xf6\x4b\xd5\x0f\xab\x18\x26\x2f\x9f\x7d\xfd\xb5\x17\xde\x0b\x64\xdd\xf0\xc3\xc9\x5c\x96\xea\xca\xed\xaa\xcb\x6e\x08\xef\x7e\xb7\x73\x49\x45\x11\x75\x7f\x64\xa2\x0b\xb6\x10\x1f\x4c\xe8\x29\x72\x2f\x1a\x07\xca\xce\xb3\x1f\x7e\xf8\xae\xe3\x21\x61\x23\x0b\x3b\x65\xff\xb3\x17\x79\xf3\xa2\x20\x77\x86\xd3\x15\x49\x8f\x5e\x85\x41\xbe\x90\x13\xcf\x9d\x8f\xb4\xd7\xa3\x2f\x9f\x0d\xbe\xfa\xf6\xab\xef\x9e\x7f\xf3\xd5\xb7\x6d\x9d\x20\x3c\xcd\x27\xaa\x03\xcf\x9f\x55\x7a\x40\xa1\x07\x0d\x0c\xa9\x8a\xd0\xab\x88\xe5\x7f\x55\xf8\x95\x73\x95\xd6\x5e\x13\x6f\x67\x60\x82\x07\xab\x52\x43\xb2\x3d\x18\x35\xf0\x08\xce\xf9\x1d\xcd\xaf\xbb\x82\x75\xa1\x7a\x97\x69\xbc\x68\xde\x9d\xb3\xf9\x22\x4b\x05\x99\x74\x8b\x8c\x09\x48\x09\x49\xd2\x49\x97\x5d\x75\xd3\x2e\x27\xa0\x28\x50\x9f\xa2\xa0\x82\x2d\xb4\x94\x88\xb2\x65\x9a\xde\x7c\xc1\x29\xfa\xfa\x00\xf2\x11\xbf\x7a\xff\xa3\x9b\x96\xea\xe7\xd6\xa0\x03\x9f\x5d\xd2\x12\x83\x51\xc6\x6e\x77\x32\x72\x43\xb2\x2f\x88\xd7\x99\x48\xc7\x1f\x13\xf9\x97\xf1\xd4\xdd\x8a\xb9\x17\x2b\x55\xfb\xa9\x3c\xea\x92\xe1\x48\xad\x11\xd0\x40\xf6\x8d\x7a\xff\x26\xe5\x4b\xf9\x26\x16\x18\x8a\xc5\xbc\x84\xd1\x96\xb3\x51\xf8\xb1\x48\x6c\xdd\xed\xed\x0e\xc9\x0a\xa2\x2d\xaa\xf9\x50\x8c\x3a\x0e\x6e\x5e\xfa\x3a\x7e\x80\x38\x14\x23\xb9\x3c\xcb\x09\xe1\xe4\xaa\x7e\x0b\xa0\x4a\x90\x51\x39\xe1\x6c\x6e\x17\xb5\x79\x9b\x58\xc0\x1e\xea\xa4\x2c\x37\xcc\x14\x3a\x34\xf1\xa9\x6f\xc8\x38\x21\x25\x04\xcd\xf3\xae\x2f\x21\xa7\xa9\xf9\x6e\x6f\xd3\x4b\x78\x78\xcb\xd9\xac\x91\xff\xb4\x56\x96\x98\xc2\x3e\x2b\xba\xa2\x28\xe6\x08\x95\x63\x36\x37\x21\xd4\xf4\x67\x49\x1b\xfb\x4c\x46\x25\x9c\x52\xa7\xe9\x6d\xad\x14\xc4\xd0\xbe\x26\x02\xbe\x54\x09\xa8\x2b\xaa\xa8\x89\xae\x8a\x0d\x3b\x54\x66\x24\x0f\x1b\x55\xcc\x52\x2f\xcd\xb4\x12\xf5\x19\x9d\xb3\xc9\xaa\x2c\x65\x9e\xf2\xa8\xa0\xb3\x79\x46\x76\x26\x6c\xf6\xd4\x45\xc8\xfb\xfc\x9a\xa3\x82\x70\x15\xe2\xf2\xd5\x82\x66\x13\xff\xee\xa0\xe2\xaa\x14\x5d\x31\xae\xc3\x61\x2a\x55\x2c\x7c\x96\x67\xe2\x31\x9b\x90\x37\x27\x47\xe7\x9c\x90\xd7\xcc\x1d\x31\xd5\xc4\xb3\x79\x57\xa9\x8e\x8a\xae\x88\x5a\x0a\xd7\x27\x9b\x8a\x4c\x49\x40\xf7\x69\x2f\xa3\x11\xcc\x20\x22\x16\xf3\xf7\x05\xc9\x48\x61\x7c\xaf\x42\xb4\x2c\x69\x5e\x10\x2e\x7e\x3a\x3f\x3a\x7c\x65\x42\xd5\x70\x6b\xc5\xa7\xa6\x81\x21\xa2\x8e\x71\x7e\x9a\xde\xca\xe2\x67\x3a\xa4\x9c\x73\x10\x83\x88\x5e\x84\x0b\x0d\x88\x62\x8e\xb0\x8a\x5a\xfa\x9a\xe5\x63\x4e\x04\x79\xc5\x16\xf9\xa4\x80\xc0\x42\x14\x95\x0a\x9c\xc1\xa5\x36\x85\x6a\x8d\xba\x52\xb2\x23\x7b\x42\x70\x7a\xb9\x10\xc4\x8c\x25\x30\x28\xee\xad\x7c\x27\xa7\xd1\x2a\x0a\xe7\x2d\xae\x81\x8a\xdc\xcc\x23\xf7\x31\xb9\xd5\xcd\xea\x11\xae\x6d\x63\x2b\x53\x52\xb8\x99\x91\xb1\xf1\xc7\x37\x64\x0e\x73\xfe\xe2\x82\xcd\x49\x0e\xaf\x94\x99\xcf\x52\xa4\xd7\xc7\xe9\x8c\xc4\x44\xed\x6e\x11\x51\xad\xc1\x99\x7b\x7e\x70\x7e\xb8\xaf\xd5\xd9\xc1\xd9\xeb\xd3\x83\x77\xe7\xf6\xd7\xf9\x2f\xfa\x93\x31\xf7\x5b\xd5\xea\xf6\xb6\x89\x54\x9b\xce\xe7\x24\x9f\xbc\x66\x33\xa0\xe2\x87\xbf\x6c\x5f\xc6\x4f\x96\xa2\xfc\xcb\x07\x54\x42\x37\xa2\x0a\x76\xe5\xc5\xc5\x38\x63\x05\xd9\x10\x59\x03\xc1\xaf\x83\x1f\xd7\x83\x9d\x9d\x55\x7d\x58\xd5\x83\x1d\xd7\x83\xd2\x7c\x95\xf3\xd2\x9c\x1f\x06\x5f\xbe\x92\xb8\x09\x98\x98\x19\xd4\xcc\x2f\x40\x4d\xfe\x30\xb7\xf3\xa6\x77\x95\x26\x8c\xa2\xb7\x0d\xb7\xe0\x2f\xd7\xd9\x8c\xff\x25\x40\xaa\xad\xbd\x57\x06\xa0\x35\x5c\x37\xf6\x7f\xc1\x0f\xaa\x10\x7d\xb9\x33\x40\x81\xe0\x60\xdb\xa5\x77\x67\xba\x3d\xc0\x74\xfb\x39\x82\x43\xe3\xc3\x0f\xe2\x92\x4d\xee\x5e\x4a\x06\xf0\x87\xa7\xea\xf9\x03\x2a\x03\xa8\xb0\xbb\x02\x8b\xee\x5f\x02\x14\xaf\xc6\x9e\x3d\x84\xbd\x7f\x76\xd4\x97\xb0\x4f\x52\x9c\x63\x86\xec\x18\x9c\x93\xdf\x45\x7d\x0c\x44\x75\x0c\x30\xaf\x67\xc5\x58\xea\x2f\xb1\xc0\xf2\x38\x3d\xa3\x97\x19\xcd\xaf\xe5\xd8\x91\x9a\x7f\x04\xdf\x15\x51\x96\x16\x02\x02\xed\xc6\x3c\x9a\x73\x72\x43\xd9\xa2\xd0\x55\x4a\xed\xe8\xaa\x35\x3b\x76\xa0\x45\x65\xa0\x85\x3f\xd0\x62\xb7\x4a\x23\xdd\x81\x78\x03\xe2\x86\xbc\xd7\x7b\x0e\xfc\x88\x3c\x99\xce\xef\xe6\x44\xa7\xaf\x68\x96\xbf\xff\x4b\x80\x70\x6b\x43\xa8\x84\x75\xe3\xf6\x64\x6b\x75\x34\x4d\xab\x84\x96\x73\x81\x1a\x03\x86\xca\x07\x0d\xb9\x0a\xa8\xfd\x6d\x29\xd7\x79\x63\xd3\x35\x93\xaf\xd7\x0b\xce\x5f\x9d\xbc\xf9\x25\x30\xfc\xb5\x6e\x21\xd2\x43\x29\xbf\xff\xb4\xbf\xf7\x66\xdd\xf7\xb7\x27\x27\xe7\xab\xbf\x2b\xc4\x7d\x24\x02\x98\xcf\x01\xf2\xdc\x90\x9d\x47\x35\xcd\xaf\xad\x59\x87\xba\xcb\x33\xd5\x40\x2d\x67\xfa\x58\xed\x54\x29\x45\x8a\x53\x32\x63\xde\xc1\xe1\x1b\x97\x2a\x37\x8a\x90\x27\xea\xea\x4e\x4e\xc0\x09\x9b\xc5\xb9\x9a\xa6\x98\x26\x79\xed\xd8\x09\x94\x93\xb2\x5b\x14\xb4\x7a\xe0\x04\x72\xcd\x04\x58\x20\x9c\x57\x0f\x41\x79\xd4\x71\x83\xe4\x2a\xac\x9a\xc2\x04\x03\x29\x70\x67\xcc\x66\x73\x9a\x55\x65\x5f\x3f\x88\xd7\xac\x91\xa7\xd5\xfb\x3d\xe7\xec\x9a\xa7\x95\x22\x46\x94\xde\xc4\x9a\xc4\xf7\x27\x32\xb3\x64\x29\x05\xc0\x38\x00\x4e\x38\x50\x0a\x8b\x98\x54\xbd\xbd\x6b\x45\x95\x86\x62\x67\x65\x8d\xa2\x51\xc3\xe6\xcd\x9f\x11\x91\xb6\x55\xc9\x1a\x55\x98\x98\x4a\x1a\x35\x8b\x2e\x1a\x45\xb3\xf4\x52\xca\x43\xb6\xe8\x27\xf0\x7d\x7a\x50\xce\x44\x2a\x60\x10\x8b\xe4\xef\xf6\x6d\x7a\x99\x91\xe4\xbf\x25\x73\x28\x52\x41\xc7\x2e\x61\x7f\x95\x37\xbc\x49\xf9\x10\x68\x3e\x4a\xe0\x40\xd2\x7b\x1b\x31\x47\xce\x29\x4c\x49\x07\x32\x66\x78\xec\x85\x86\x8b\x53\xac\x12\x4a\xc6\x85\xb7\x41\xb2\xdd\x61\x41\xc2\xef\xfa\xb8\x40\xf8\x8a\x84\xcb\x6a\x8d\xfb\xfb\x31\xce\xd2\x3b\xb6\x10\x31\xc3\xa9\x10\xbc\x50\x41\xf7\xe7\x29\x4f\x67\x45\xcc\xf1\x34\x2d\xa6\x71\x8e\x2f\xe5\xc1\x5b\xc4\xb4\x44\xa3\xd8\xc1\x9b\xb5\xc2\x5b\x03\x26\x15\x90\xe4\x2b\xde\xea\xfb\x10\x4b\x9b\x9b\xf4\x0c\xe8\x03\xa7\xfc\x3f\xa9\x98\x2a\x7e\xff\xa2\xed\x73\x72\xe7\xd3\x7c\x92\xdc\x12\x30\xc1\x14\x69\x32\x96\x4f\x66\xba\xe8\xfb\xd3\x64\x4f\xbe\x5c\x43\xf7\x6e\x9e\xec\x91\xf0\xef\x67\x27\xc7\x11\xdc\x15\xc8\x0d\xd8\x77\x1c\x5b\xe4\xb7\x3c\x9d\x9b\xf4\x2c\x28\xcc\x5d\x6a\x23\x14\xa5\xc5\x21\x90\xd0\x78\x6b\x42\xcc\x71\xf5\xea\x2d\xe3\xe7\xe9\xb5\x8a\x59\x7b\x97\x8b\xf4\xf7\xd7\x6a\xf4\x64\xe3\xaf\x59\x2e\x2a\x16\x36\x9e\x80\xb0\xd4\xcb\x34\x26\x58\x39\x35\xc6\x02\x02\xb2\xb6\xd5\xa9\x6c\x60\x36\xa5\x58\xa7\x16\x98\x21\x48\x99\xdc\xa8\xea\x3b\x1d\xb9\xed\xfe\xc7\xf4\xd4\x36\x2a\xdf\x9e\x90\x50\xfe\x51\x2e\x52\xc8\x60\xc1\x01\x8b\xbf\x53\xd1\x8e\xfc\xc3\x68\xac\x6e\xf0\xcc\x35\x88\xaa\x9d\xde\x63\x5f\xa0\x39\xbf\x7f\x8a\x36\xd5\x46\xcd\x0c\x6a\x19\xb0\x9f\x30\x89\xde\x28\x19\x4a\x7d\x25\xe7\x74\x46\x4c\xf6\x90\x37\x24\x23\xd7\x2a\xc1\xf9\xd1\xc1\xf1\xc1\xd1\xde\xe1\xc5\xeb\xbd\x77\x7b\xaf\x0e\x0e\x0f\xce\x0f\x20\x55\xe6\x9b\xfd\xb7\x7b\xef\x0f\xcf\xeb\xaf\xff\x4e\xc5\x3b\x85\x60\x4b\x9b\x24\x5a\xf7\x6d\xff\xe8\xdd\xf9\x2f\x17\xaf\x0e\x4f\x5e\xff\x43\x42\xfa\x27\x97\xac\xc4\xc4\x48\xa0\x24\x7a\x97\x72\x29\x69\xbe\x91\xfb\x19\x18\x04\x81\xa6\x52\x0a\xd4\x93\x43\x7a\x69\x52\xb1\xeb\xce\xc8\x0a\xc7\x27\xc7\xfb\x09\x89\xde\x1f\xab\xec\xbf\x6f\x64\x67\x80\x3a\x55\x15\x68\x6b\x4f\x96\x93\xbb\x3c\x9d\xd1\xb1\x5a\x01\x72\xad\xeb\x17\xe7\xe9\xb5\xfc\x35\xe7\x64\x9e\x72\xb2\xc7\xaf\x61\x23\x50\x0b\xc9\xfc\x4a\xcd\xe1\xf9\x13\x63\x1f\x21\x47\x9f\x3a\x13\xcd\x4f\x0d\xea\x6c\xcc\xe6\xc4\xd5\x7e\x9d\x42\xee\xa7\xad\x01\x56\x91\x1b\x55\x69\xf3\xd5\x24\x2d\x90\x6f\x6e\x15\x69\x40\xcd\x4e\xb3\xec\x8d\xb2\x7e\x8a\xb7\x06\xa5\xb6\xde\xa9\x63\x3f\xa8\x60\x3f\xa8\x62\x3f\xa8\x60\x3f\x78\x24\xf6\x83\xb5\xd8\x0f\x1a\xd8\x0f\xd6\x61\xbf\x62\xb6\x8d\xb5\x04\x3b\x69\xd5\x48\xd3\x1c\xcc\xd6\x4a\x15\xd7\xff\x27\x92\xcd\x4d\x2e\x3b\x7a\x15\xba\x12\x91\xff\xdd\xdc\xc2\xae\xf8\x0c\xd5\x3b\x36\x7e\x0e\x48\x38\x0d\x4d\xf0\xfb\x5c\x65\x4f\x27\x93\xee\x14\x6a\x75\x43\x29\xc3\x74\xaf\x38\x9b\x75\x9f\x2c\x61\x1f\x56\x3c\x02\xbd\xba\x0b\x05\x2a\x51\x37\xf4\x1b\xe9\xaa\x05\x4d\x26\x5d\x1b\x48\x1a\x7d\x70\x01\x12\xca\x86\xca\xf7\x75\x9a\xff\x55\x74\xf5\x79\xd1\x55\x86\x56\xa6\x69\x79\xb6\xa8\x7c\x30\x05\xe4\xbf\x60\x0b\xd1\x4d\xf3\x2e\xa8\x8b\x6c\x60\xf4\x2e\xbb\xea\xfa\x18\x04\x48\x13\xcd\x04\x81\x5d\x4d\x36\x53\x62\x25\xe1\x2a\x20\x1e\x41\x3a\x13\x1f\x76\x63\xe2\x99\x86\x3e\x0f\xf9\x6c\xf3\x8f\x24\xa0\xc1\xc2\x92\xd0\x9e\xcb\xab\x69\x68\x8b\xac\x24\x62\x15\xc8\x23\xa8\x68\x73\x1f\x6c\x4c\x46\xdb\xd4\xe7\xa1\xa3\x43\xe0\x91\x84\xb4\x78\x58\x4a\xea\x7d\x7e\x35\x1d\x75\x81\x95\x54\xf4\x01\x3c\x82\x86\x73\x55\x6d\x63\x0a\xea\x66\x3e\x0f\xfd\x4c\xe3\x8f\xa4\x9e\xc6\x21\x40\xa5\xe6\xd8\xe4\xae\x58\xa5\x99\xfe\x80\x7c\x0d\x64\xe5\x4b\x48\x50\xa7\x89\xa4\x42\x6f\x47\xd0\x19\xe9\xda\x3c\x6b\x5d\x4e\xfe\xbd\xa0\x9c\x14\xed\x38\x69\x80\x81\x1f\x79\x7d\x6a\xd9\x53\x97\xa2\x91\x63\xc9\xe4\xc6\x4b\x4e\xae\x08\xe7\x84\xc7\x79\x59\x26\x2a\x7c\x55\x73\x1d\xe4\xc8\x13\x23\xa8\x0d\x6e\x04\x62\x84\x16\x15\x18\xf6\xe4\x89\xb4\x2a\x4f\x14\x65\x42\x0d\xeb\xb4\x49\xf1\xfb\xfb\xb1\x87\xbd\x77\x7f\x32\x9c\x4b\x2e\xab\x20\xe1\xf3\x01\x1a\xb9\x12\x73\x4f\xbb\x2b\x3f\xf6\x71\xe3\x4e\x51\x32\x76\x60\x72\x59\x9c\xcd\xd2\x2c\x3b\xc8\x05\x84\x8a\xd0\x62\x9b\x14\x5f\x27\x14\xf2\x25\x1a\xd1\x2d\x6e\x5e\x24\xeb\xc2\x73\x4e\x67\x54\xd0\x1b\xaf\x30\x04\x8c\x77\xf8\xcc\x8c\xda\x49\x77\x96\x1b\xf9\x25\x57\xf2\x0b\x75\x62\x95\x94\x81\xfa\xd0\xa5\xe0\x0c\x06\x53\x72\x00\x01\x5e\xd6\x2a\x38\x81\x67\x50\x42\xe9\xc1\x37\x20\xf7\x93\x70\xa0\xe8\xf1\x0d\x16\xd1\x93\x9b\xbe\x4f\x95\x1b\x5f\x0e\x90\xed\x7c\xfd\x3d\x94\xfd\xfa\x3b\x9c\x02\x6f\x2c\x42\xf8\xfd\x4d\xa5\xd6\x75\xbd\x56\x2b\x5e\x42\x0b\x62\x52\x36\x73\xb2\x98\x42\xed\xd9\x57\x58\x0d\xd2\xb3\xaf\x55\xc7\x54\x46\xfe\x00\x9e\x81\xe3\x87\x69\x0d\xd2\x57\x80\x14\x0a\x5f\xc1\x9f\xaf\xfa\xba\x4b\x1e\x3e\x97\xde\xe8\xdf\x86\xa4\xd7\x23\x3a\x55\xca\xb9\x9c\x3a\xaa\xf6\x33\xd5\xce\xbb\x45\x31\x7d\x6d\x67\x55\x80\x89\x0f\xe7\xce\x83\xe3\x68\xde\xac\xd2\x8e\x25\x74\xa7\x89\xdc\x85\x0d\x9c\xa6\x08\x43\x04\x91\x12\x6b\x99\x54\x90\x04\x85\x8f\xb6\xc3\x61\x89\x0d\xa6\xc0\x31\x55\xae\xa3\x49\x92\x30\xb3\xa6\xee\x8c\xfa\x34\x4d\x86\x2a\xef\x81\xba\xbf\x06\x94\x11\x66\x68\xe9\x5e\x3c\xff\xde\x4b\x1e\xa0\x73\x92\x40\x32\x12\xaf\xc8\x73\x39\x2f\xae\xe6\x98\xef\x14\x08\x61\xf7\x61\xf0\x3d\xce\x87\xc5\xc8\xe5\x0c\x70\x9f\x5a\x88\xe2\xd7\x6c\x1b\x42\xf7\xf5\x99\x44\xb2\xd7\x73\x2f\xbe\xea\x57\xdb\x95\xbf\x2a\x16\x6d\xce\x92\x6c\x57\x8e\xe5\x73\x6c\x54\x3b\x5a\x57\xaf\x70\x30\x2b\x0d\xc5\x73\xa5\x99\xab\x59\xa3\x99\xd4\xc7\x98\x27\xfd\x0e\x09\x7d\xfd\x53\x8e\x96\xda\x43\x64\x09\x71\xb4\x62\x82\xc7\x26\xf3\x5e\x8e\x41\x63\x13\x07\xaf\x0f\xf7\xde\x9f\xed\x07\xdb\x7c\x7b\x5b\x19\xc4\xe8\x60\x78\x12\xa5\xef\xb1\x1a\xfa\x6f\xbe\x53\x6b\x4d\x4f\x37\xc8\x22\x73\x28\xab\x17\x01\x72\x39\x97\xa9\xdc\x85\x85\xd6\xb2\xf7\xf1\xce\x00\xa1\xdc\x76\xff\x9b\x6f\xf1\x22\xa4\x11\x34\x8a\x30\x55\x81\xbd\xbc\x51\x64\x89\xb0\x41\xe7\x5e\xb0\x97\x49\xff\x05\xdb\xd9\x31\xc1\xf5\xc4\x90\x8d\x3a\x0e\x56\x70\xa8\x94\x4d\xa9\x01\x27\x71\xfb\x4a\xe2\xaa\x92\x7b\xc8\x0e\x86\x08\xe1\xfe\x56\x92\xb0\x5e\xcf\x55\xfc\x0a\x2f\xc2\x60\xff\xf8\x0d\xa4\x61\xb2\xb6\xa5\x75\xb0\xaa\x84\xee\x29\x9b\x9b\x8e\xca\x17\xdf\xca\x31\xcd\x6b\xb6\x7e\xe0\x54\x29\xc5\x17\x81\x2f\xd9\x04\xee\xd4\x09\x5e\x8e\xd9\x22\x17\x71\x8e\xb5\x87\x87\xdc\xfa\x44\x88\x3a\xfe\xf6\xe2\x93\x11\xdb\xa5\xf9\x8d\x46\xf2\xe0\xf8\xe0\xfc\x60\xef\x50\xce\x32\x8a\xd5\x68\xe4\x08\x73\xb5\x75\x59\x5c\xdf\x1e\x1c\xef\x1d\x1e\xfe\x62\xd1\x83\x7d\xae\x5a\xc4\x87\xe5\x36\xce\x4a\xdf\x46\x35\x03\x45\xaf\x4b\xf4\xea\x9c\x2f\xe4\x4e\x4e\xaf\xde\xa6\x59\x41\x60\x91\x77\xac\x21\x5a\xa5\xe7\xa1\xb1\x18\x25\x6a\xfe\xa8\xae\x1c\x9e\xed\xcb\x4e\x68\xcc\x61\x0c\x2c\xd6\x35\x4c\xa1\xa8\x35\xc3\xcb\xe5\x9e\x07\xa3\x93\xcb\xe1\x24\x65\x59\x35\x95\x34\x47\xbb\xd6\xbe\xc6\x39\x56\x1a\xa2\xd8\xaa\x29\x96\x33\x36\x21\x31\x85\xcc\x23\x22\xcd\x45\x11\xb3\xb2\x94\xf8\x17\xb7\x54\x8c\x21\x11\xca\x1c\x2d\xc7\x69\x41\xcc\x5e\x1d\xeb\xb6\x0f\x42\x82\xdb\xc2\x7f\xb0\xf9\xa0\x76\x71\x22\x76\x4f\x63\x51\x86\x02\xa1\x0e\x00\x52\x9d\x89\xed\xf4\x82\x39\x0a\x2d\x0d\x74\x09\x7f\xe0\x5d\xb9\xc2\xbd\x0d\x6d\x41\x3b\x44\x7e\x39\xf3\xd2\x14\xab\xef\x4b\xab\xfa\xa0\x6f\x24\x7e\xa3\x42\xdd\xc0\xc8\x21\x1a\xa0\xf8\xb4\x0c\xa9\x41\xfe\x47\x22\x5c\x1a\x58\x90\xdf\xbd\x96\x61\x28\x58\x1b\xc8\x94\x69\x90\xdf\x7f\x15\x7f\xff\x35\x04\x3e\xa8\x74\x98\x88\x2a\x66\x1b\xc1\x7a\xd6\x8f\x9f\x0d\x7c\x58\xc6\x05\xdc\xd3\x2a\x92\xdf\xa7\xe9\xa2\x80\x58\x0f\xc2\x67\xfc\xce\xd5\xec\x78\x5b\xa1\x80\x7c\xd3\x1c\xf8\x56\xd2\xb5\x9a\x1c\x34\x75\xcd\x26\x01\xec\x08\x22\x47\x08\x12\x32\x2c\x40\x87\x8a\x70\x91\x70\x12\x72\xfd\x13\x07\xfb\x86\xd1\x07\xad\x6d\x77\x4a\x52\xc8\x2f\x79\x49\xba\x69\x57\x9b\x49\xab\x6b\x4d\xfd\xc3\x3a\x33\x17\xf6\xba\xd4\xcb\x2a\x0e\xd3\x3c\x52\xda\xb6\x48\xe9\x81\x8d\x2a\x37\x2c\x70\x7e\x7f\x3f\x1c\x61\x8a\x53\x2c\x50\xa9\x66\x1e\x26\xa8\x54\x22\x89\xdf\xe7\x83\x3c\xa3\x39\x59\xd1\x69\xb9\xb2\x28\x14\x80\xc5\xff\x3e\x57\x3c\xdd\x04\x6e\x73\x00\x26\x6d\xb7\xcc\xa8\xe3\xa7\x80\x38\x04\xc1\x4c\x23\xe4\x5e\x8c\x93\xe3\x90\xa2\x5d\x1a\xe7\x21\xaf\x60\x79\xe0\xa9\xac\x57\x23\x29\x85\x30\x58\x96\x92\x7a\x66\xf2\x44\x7a\x07\x88\xe4\x06\x60\xf4\xd3\xdc\xa1\x60\x2f\x32\x35\xbb\x6c\xc9\x9d\xcb\x55\x11\xec\x2b\x87\x38\xb9\x8f\x5c\x66\x64\x16\x4b\x54\xd2\x8c\xea\xd1\x0b\x30\xac\xd5\xb8\x8f\x49\x3e\x89\xfb\x25\x8a\xe5\x01\x84\xf3\x24\x49\x7e\xd9\x0d\x55\xd0\x12\xdb\x50\x9c\x9b\xa3\x46\x6e\x89\xcf\xbe\xc7\x66\x2f\x50\x9b\xfd\x40\x73\x58\xa3\x32\x34\x0a\x6e\xdb\x7f\xe0\x3c\x9b\xfd\xb6\xe6\xce\x75\x9e\xd4\xde\x08\x58\xce\x94\xc9\xa3\xa8\x90\xdc\x41\x96\x50\xc8\xcf\x5f\xe0\x45\xd2\x7f\xb1\xf8\x21\x33\xf6\x89\x8b\xed\x6d\x54\xa8\xe5\x78\x19\xaa\x90\xc6\xd9\x70\x31\xd2\x29\x3e\xf5\x31\x36\xb6\xc7\xd8\xa4\x4c\x16\x90\xbb\x54\xd7\x99\x28\x86\x61\x9a\x8c\x7f\xf8\xe1\xab\x0e\xeb\xf5\xc2\xe9\x7d\xf2\x1d\xea\x50\xf5\xf4\xad\xfa\x7c\x95\x70\xad\x61\xdd\x3b\x3d\xdd\xfb\x05\x64\x2a\xb4\xbc\x4a\xf2\x61\xdf\xf1\x0f\xf3\x24\x1f\x0e\x46\x78\x96\xf4\x5f\xcc\x7e\x98\x1b\xfc\x66\x0e\x3f\x18\x99\xdf\xe7\x3c\xc0\xf3\xe1\xcc\xe3\xe0\xdc\xe7\xef\xbe\xc2\x69\x78\x85\x70\x1a\x66\x08\x4f\x25\x89\xcb\xca\xce\x5b\x63\xf0\xda\xe7\x54\xcb\xbd\x91\x66\xbd\xfc\x29\x26\x5a\xa6\x18\x4f\xec\x8d\x8a\x4b\xef\xda\x98\x62\xbc\x7d\x8a\xe9\x35\xa9\x64\xe0\x6e\x78\x7e\xf2\xe6\x24\xee\x8a\x29\x97\x3b\xc5\x25\x11\x82\x70\xd4\x9c\x78\x73\xb9\x64\x9c\x00\x08\xd3\x4b\x4a\x64\x66\xd5\xeb\x29\xa5\xbb\xff\x46\x29\x4f\x9d\xd6\x63\xf5\xca\x9f\x58\x45\x77\xcc\xcd\x7d\x94\x11\xe6\x28\x86\x43\x9f\x99\xf9\x96\xda\xf9\x56\x98\xad\x21\x4b\x72\xc9\x78\x69\x67\x8c\xfe\xee\xbf\xc2\x5c\xdf\x2e\x21\x25\x3b\x2d\x92\xaa\x13\x47\x8a\xee\xef\x35\xd5\xd3\x5d\x41\xc2\xd4\x16\x4f\xcd\x2e\x31\x27\xa1\x7a\x87\xdb\xb0\xcb\x1c\x76\xb0\x1a\x98\x43\xca\xe0\xb9\x28\xab\xdb\xcb\x95\xbe\x70\x98\x6c\x42\x90\x1c\x6c\x5e\x2c\x29\xec\x52\x53\x17\x92\xe6\x5e\x2b\x66\x56\xd9\x6d\xde\xa4\x98\xf1\x7d\xc9\x38\x79\xc4\x99\x86\x1c\x3b\x8d\x84\x19\x25\x3b\xa3\x78\xed\x22\x44\x69\x2c\x54\xe7\x4b\x84\x97\xf0\x73\x21\xf9\x18\x3d\x57\x21\x06\x8f\x2f\x78\x8f\xab\x8a\x85\x89\xaf\x74\xb8\x2a\x93\x0c\xcf\x13\x39\x24\x0b\x84\x67\xf2\xd8\xa2\x78\x51\x89\x97\xb9\x95\x24\x57\xbb\x2c\x1c\xe3\x09\xbe\xc2\x4b\xd5\xe7\xb9\xe9\xf3\xac\x44\x71\x0a\xdf\x5a\xbe\x94\xf4\x2a\x74\x47\x56\xb8\x5a\xb9\xa3\x7e\xc6\xdd\xd7\x69\x9e\x33\xd1\xbd\xa2\xb9\xaf\x48\x0c\xb6\xed\x51\xf0\xf0\xa9\xaf\xc3\xe8\xf9\x9e\x30\xf5\x88\x57\x11\x9b\x3f\xdf\xd5\xcc\xa4\xc0\xf2\x27\xfc\x37\x80\xff\x9f\xc1\xff\xcf\x51\x5c\x29\xff\x6c\x75\xf9\x5a\xc9\x41\x5b\x49\x14\x57\x5e\xa2\x72\xa3\x1b\xaf\x89\xbe\x6c\xd8\x6b\xb3\xec\x85\xfd\x3b\x59\x96\xda\x66\x63\x91\x8f\xe5\xd6\xae\x6c\x7b\xad\x05\x29\x14\xb2\xd6\xb4\x50\x48\xe3\x81\x76\x06\xa5\x7f\x06\x9b\x2d\x6b\xd8\x1f\x61\x6d\x71\xa5\x2a\x5b\x47\x98\xb0\xef\x35\x35\xcc\x47\x2a\x8e\x60\x59\xca\x8a\xef\x94\x5f\x8d\x33\x67\x78\x6d\x77\x4f\x77\x83\x78\x7f\x0f\x7f\x6a\xb9\x04\x49\xa7\xba\xf6\x21\x9a\x24\x49\x86\x64\xe4\xe4\xc1\x96\x58\x78\xc4\xc9\xda\xcf\xb1\x18\xf2\x91\x0b\x23\xee\x65\x9b\xfc\xe8\xb2\x4d\x6a\x5e\x2f\x77\xbc\x9e\xa7\xd1\x89\x0f\xa1\x60\x6b\x90\x45\x79\x60\xea\x93\x8f\xd9\x93\xaf\x80\x93\x8f\xa0\x8e\x4e\xa2\x58\x98\x84\xa6\x4c\x9e\x7c\x79\xaf\x17\x66\x70\xf2\xa9\x34\x94\x8d\xf3\x4e\xa0\xe5\x22\x11\xfe\x79\x37\x4e\x84\x3c\xef\x26\x49\xff\xc5\xe4\x07\x63\xa4\xfb\x62\xb2\xbd\x8d\x68\xfd\xbc\x1b\x0f\x27\xde\x79\x47\xab\xe7\xdd\x42\x9e\x77\x95\xf6\x10\xce\xa4\xd4\x58\x42\xd7\x07\x91\xda\x18\xb1\xfa\x21\x37\x47\xfd\xa8\x37\x48\x84\x29\x52\xe1\x02\xd5\xbe\x08\x4d\x6a\xf2\x84\xd3\x04\xca\xe2\xab\x44\x73\xb2\xd5\xa1\x9b\xa2\xdd\x77\xf6\xc8\x9b\xe2\x2b\x14\x0f\xe7\xe1\xd4\x6a\x2a\xeb\xa0\xdd\x96\xdb\x46\x7f\xb5\x83\xb1\xf9\x00\x6c\x0b\xf1\xf2\x23\xcd\x27\x71\x8e\x61\xe7\xa5\x38\xcd\x27\xe7\x53\x92\xc7\xcc\xec\xa7\x29\x2e\xe6\x69\x2e\xc7\x85\xe3\x2c\x69\x3a\x50\x1b\x56\x5f\x8f\xbd\xbd\x34\x89\xad\x59\x6d\xed\xf2\x48\xd6\x52\x78\xea\x1b\xaa\x7a\x49\x7d\x3f\xe7\xca\xd9\x83\xc3\xdd\x0b\x07\xb1\x31\x46\xac\x6b\x93\xa1\x9a\x19\xc2\x5e\x8f\x46\x6a\xaf\x2e\x1d\xe7\xb7\xfa\x00\x90\x52\x86\xda\xff\x23\xa3\xb7\xae\x6f\xd8\xd9\x2e\x0b\x33\x14\xa7\xbb\x69\x88\xe2\x94\x54\x6e\x17\x9e\x2c\xf3\x12\x5c\x44\x3e\xe0\x42\x09\x9a\xb8\x88\x48\x3e\x91\x8c\x02\xce\xeb\xa3\xa4\xc7\xe8\x2d\x27\x24\x88\x1b\xfb\xf7\xfb\xdc\xea\xde\xc9\xa4\xfb\x13\xbd\x9e\x1e\x92\x1b\x92\x41\xa5\x85\xa4\x80\xf2\xb4\x89\x7c\x28\xa8\x02\x58\xdf\xba\x2f\xd2\x4c\x35\x21\x47\xfd\x8a\x13\xf2\x73\xca\x41\x3d\x0e\x5f\xe5\xb8\xe6\x86\xaf\x57\x73\x2f\x4a\x0b\x7b\xfb\xa2\x66\x8f\x64\xa9\x07\xfd\xaf\xb5\x94\x15\x2d\xe6\x37\x29\x2f\x86\x6c\x84\x46\xb6\x4b\xa5\x9e\x06\x85\x9a\x06\xdd\x41\xac\x56\x6d\xbd\x4a\xc7\x41\x7c\xf6\x0c\x2b\x45\xca\xb3\xe7\x38\xf3\x40\x41\x27\xba\xfd\x58\xad\x70\xf1\xe0\xa0\x8d\x1b\x8d\xe0\x49\xb2\xa8\xce\xa5\xb1\xc1\xdd\x0d\xab\x42\x64\xb2\x3b\x0b\xcd\x69\x3e\xb1\x6a\x74\xc9\x3a\x59\x05\x74\x89\xe2\x3a\xba\x63\x1f\x5d\x73\x72\x36\x86\x70\xe1\x0f\x21\x1c\xc1\x7f\x15\x5d\x72\x93\x66\x8b\x54\x90\x2e\xf9\x7d\xce\x49\x51\x40\x30\xee\xbc\xab\x87\xa3\x1b\x6c\x17\xa8\xac\xc2\x6d\x3f\x91\x73\x04\xe7\xc3\x14\x5f\x95\xef\x20\x42\xf0\xf3\x01\x36\xa1\x13\x31\x78\x87\x40\xa2\x63\xeb\x36\xd5\x55\x11\xbb\xea\x5b\x5e\x8e\x50\x2d\xb1\xb3\xec\xe1\x77\xd8\x1e\x26\x08\xf3\x12\x61\xdd\x44\x1f\x83\x42\xda\x34\x63\x84\x72\x39\x77\x1a\xcc\xfd\x56\xfd\xf4\xb1\xb1\x51\x81\x9d\x4a\x08\x96\x62\xc9\xcb\xe4\xf9\x57\xee\x88\x1c\x98\x23\x71\x2b\xdc\x12\x7a\x3c\xef\xef\xbd\xac\xef\x5b\xf2\x98\xd3\xe3\xcc\x47\x8a\x04\x26\xda\xee\xd6\xa0\x0c\x73\xcc\x91\x6a\x9d\xaa\x43\x91\xd6\x0e\xc5\x56\x99\xc0\x31\x44\x53\x73\x6b\x6f\xae\xc0\x44\x37\x23\x69\x21\xba\x2c\x27\x5d\x63\x27\xdf\x90\x0f\x3a\x2a\xba\x63\x14\x45\xd9\xc8\xde\x44\xf9\xcc\x2d\x6f\x70\xfb\xf9\x4a\x3e\x3a\xdd\xf8\xf2\xa6\xa5\x2a\x14\xfe\x4e\xe9\x91\xed\x08\x83\xce\xf2\x7b\x5c\x84\x1c\xb5\x5f\xe9\x84\x3e\x66\xa9\xc1\x2c\xab\x83\xdf\x1a\x94\x98\xbb\x15\x54\xea\x23\x98\x48\xaa\x7b\xaa\x97\x71\x9a\x65\x2b\x34\x2f\x55\x87\x75\x2b\xaa\x2d\x76\x17\x52\xb6\xf7\xcf\x2d\x7d\x2c\x99\x23\x42\x9d\x4e\x0b\x7b\x3a\x91\xe4\xa5\x5b\xb7\xa4\x4e\x4b\x49\x06\x79\x66\x2d\xab\xe3\x04\x61\xb3\xf5\x4c\x7e\xe6\x2d\x16\x08\x34\x6a\x46\xed\x75\xa8\xd6\xba\x40\x98\x7b\xe5\x9f\xaf\x2d\x5f\xd9\xcb\xeb\x55\xbf\xda\xa8\x6a\x6d\xb7\xc6\x76\xab\x16\x76\xab\xee\x97\x55\xc0\x5f\x7f\x2e\xc0\x83\x1a\xe0\x6f\x3e\x17\xe0\x67\x35\xc0\xdf\x7e\x2e\xc0\xcf\x6b\x80\xbf\xfb\x5c\x80\xbf\xaa\x01\xfe\xfe\x73\x01\xfe\xba\x0a\xf8\xd9\xf7\x90\x36\xdd\x70\xf1\xc8\xbe\xff\xb6\xba\x8b\xfb\x37\x19\x6a\x3d\x0b\x75\x08\x7d\x83\x46\x0e\xd8\x77\x1b\x56\xfa\x7a\xdd\xf5\xe3\xb7\x12\x22\xf0\xd5\xa7\xc9\x32\xc8\xd9\x8e\x62\xc9\x83\x78\xab\x5f\x76\xb4\xa5\x1d\x58\xf6\x76\x7f\x83\xef\x62\x47\xab\x2a\x55\x09\x2b\x1a\xbc\xf1\xef\xdc\x7a\xbd\xad\x2d\x32\xf4\xa0\x79\x77\x20\xc7\xae\xe0\x16\xb9\xbf\x57\xe5\x1c\x54\xaf\xe4\x81\x3b\x55\xde\x84\x02\x21\x7a\x15\xd6\x43\x2b\xdb\x68\xa0\x5c\x9d\x74\x07\xb0\xed\x82\x57\xa5\xde\x3c\x95\x3a\x49\x6e\x39\xbb\xea\x56\x23\x3e\x0a\x49\xa4\x6f\x35\x70\x83\x39\xb4\x97\x19\x52\x16\xb3\x98\x1c\x3a\xb9\x47\x61\x93\xb7\x60\x93\x3b\x6c\x98\xc4\x26\x47\xaa\x1a\x93\x4c\x83\xc4\xa8\x4b\xaf\xc2\xe0\xd8\x98\x10\x24\x39\x60\x85\x8e\xc0\xdc\x3e\xf7\x8a\x38\x6e\xcf\x2b\xe6\x44\x2f\x57\xd0\xf5\x50\x17\x3a\x03\x8e\x53\x39\x95\xca\x02\xea\xcc\xdb\xb2\xdf\x81\x59\x31\x39\xd9\x08\x17\xc7\xe4\x86\x70\x14\xe6\x38\x58\x38\x7e\x36\xd5\xb2\x1e\xcd\x27\x10\xd1\x0d\x02\x98\x85\xf6\xdc\xd4\x62\x8f\xfa\x55\xd9\x71\xd5\x17\xc5\x01\xcb\xbd\x57\xfd\x26\x90\x45\xd4\xbb\x3e\x78\xfb\x88\x61\xd5\x0c\xcc\x5b\x65\x2d\xd2\x42\x44\x61\x89\xb8\xd9\x98\x3a\x18\x7a\x2d\x78\x40\xd4\xbd\xc6\xaa\x71\x10\x76\x1c\x5c\x4b\x58\xac\x69\xad\x75\xa0\x84\x19\xa8\x6a\x53\x76\xa0\xc4\xda\x81\x12\x6d\x03\x25\x2b\x04\xa8\xf4\xcd\x61\x7f\xd3\x9a\x8e\xff\xd4\x34\x1d\x92\x1d\xd1\xea\x24\x82\xf5\xd5\x81\x94\x07\xab\x4c\x8b\x15\xcc\xe4\x2e\x13\xd0\xab\xc0\x45\x55\x82\x51\x23\xf7\xf7\x03\x48\x3c\x68\xfd\x99\x6b\x2c\xf0\xd9\x2f\xc7\xe7\x7b\xff\xea\xee\x9f\x9e\x9e\x9c\xc6\xdd\xff\x8f\x5e\x79\xac\x55\xb7\xa0\xf9\x75\xe6\xb1\x55\x96\x13\x3d\xd1\xf7\x9d\x72\x87\x0c\xb5\x86\x60\x60\x35\x04\xde\xb6\x46\x86\xfd\x91\x62\x6f\x06\xb0\x1d\xea\x5b\x54\x59\xef\x4e\x25\x5e\x0f\x03\xcd\x46\xc3\x05\xaf\xbe\x5b\x55\x97\x07\xd3\xb4\x08\x03\xd8\x1f\xd0\xae\x2d\xad\x7e\xa3\xf8\x14\x98\x05\xdd\xf1\x45\x9e\x91\xa2\xf8\xa3\x9d\x57\x50\xfe\x34\x02\x3c\xd4\xc1\x0a\x35\x5a\xa8\xe5\x13\xe0\x96\x42\xb6\x35\xa2\xc3\x51\x7d\x52\xf7\x25\x8c\x4f\xee\xfc\xb3\xb5\x9d\x57\x56\x28\xc5\x5c\x0b\x68\x4d\x5a\x5c\x84\x79\xad\x7b\x78\x50\x9d\x0e\x79\x8d\x5a\xf9\x9a\xe9\x90\x11\xd1\x98\x0b\x46\xbe\x48\x09\x7c\xf7\x3a\x6a\x9c\x6b\x03\xdc\xc7\x7d\xff\xb6\xa7\x62\xb4\xb0\xf0\x6e\xcb\x86\x14\x5f\x34\xc6\x03\xe7\xd0\x29\x8d\x02\x49\xc7\xfe\x80\x68\x03\x01\x1d\x7e\xdf\xe4\xa2\x09\x05\x64\xdb\xf9\x48\xee\xc0\x7f\x73\xd8\x1f\x0d\xfb\xa3\x5d\x8f\x80\x7c\x38\x90\xaf\xd0\x28\x1e\x2a\x05\x37\x1a\xa1\xba\x80\x08\x44\x46\xb8\x31\x0e\xa2\x2c\xc1\x1a\xc1\xa6\x5a\x90\x70\xbf\x55\x76\x56\x55\x8b\x04\x2b\xc4\x58\x63\xa1\x81\xb3\xc0\x38\x38\xdf\x3f\xd5\x85\xbe\x7d\x26\x5f\x80\xf7\x5e\xcd\x60\x41\x15\x82\x32\x5f\x43\x99\xd3\xfd\xbd\x7f\xd4\x0b\xa9\x8a\xb8\x65\xa8\x9f\x79\xa6\x2b\x0f\x98\x46\x68\xc8\xd0\xd4\x73\x4f\x58\x7a\x8c\x39\x85\x3f\x93\xac\x69\x45\x7d\x46\x29\x3b\x0b\x3b\x9e\x34\xdf\xd1\x16\xf8\x7f\x74\x99\x39\x48\x8f\x59\x6c\x2e\xb8\xd3\x10\xdc\xba\x38\x66\xc9\x70\x84\xd3\xa4\xff\x22\x75\xf1\xe4\x52\x13\x64\xa5\x48\xf2\x61\xaa\x82\xab\x5c\x2f\xe8\x44\x1e\x57\x45\xaf\x17\xf8\xae\x83\xf0\xae\x69\x8b\xbb\x1a\xdb\x09\x23\x45\x37\x67\xa2\x2b\xd2\x8f\x52\x68\xfc\xf5\xc3\x93\x65\x3e\xec\x8f\xca\x5f\x3f\x74\x19\x58\x8d\x7c\x40\x1d\x56\x9f\x9e\x74\x98\x7a\x2a\xdb\xc6\xe7\xb6\x2d\xc2\x4e\xe6\xaf\xec\x64\x66\x65\xe9\x6f\x17\x60\xcc\xd8\x47\xf8\xae\x31\x97\x94\xe1\x0f\xf0\xde\x6e\x31\xee\xc8\xad\x6d\x47\x5f\x48\xed\xdc\xa4\xbc\x7e\x54\x68\x33\x06\xe5\x30\x87\x97\xae\x55\xb9\xec\xa9\x5d\xf6\x0c\xdf\x84\x39\x5e\xb1\x1d\xa3\x51\x69\x4d\xf8\x5a\xf6\x6a\x83\x8b\x53\x95\x60\x2f\x7e\xe0\xd2\x33\x79\x70\x26\xab\x92\x36\x5a\x13\x3f\x95\x42\x3c\x5c\x51\x08\xdc\x80\x2e\xc7\xf9\xb8\x92\x74\x54\xf6\x86\x41\x30\x51\x4f\x22\x92\x54\x6f\x5c\x7d\x56\x2e\x11\xdb\x3c\xf7\x52\xac\x4d\x9b\x9c\x96\xc1\xdc\x73\x71\x20\x32\x5f\xdb\x31\x1d\xe7\xa1\xd7\x03\x9d\x7f\x5b\x37\x4d\x26\x39\xd5\x47\x2a\x2b\x9a\x4b\x66\xb6\x95\x24\xbf\x99\x5e\xb1\xd2\x6a\x71\x8a\x51\x22\xbc\xeb\xd0\xbc\x79\x1d\x9a\xb6\xf4\xa4\x50\xda\x07\xde\xd2\x13\x42\xa0\x2b\x6d\x1c\x57\x09\xde\x5d\xef\x21\xd2\xc4\x2b\x13\xaa\x07\x8a\x99\xf8\x4b\xba\x6c\xc2\xcb\xb2\xe2\xdc\xf4\x1f\xcd\xda\xbd\x5f\x7d\x89\xa5\xa2\x68\xd0\xb1\x80\x90\xc1\x6b\xae\xb3\x2a\x17\x58\x78\xe5\x0d\x97\x31\x1d\x94\xb5\x8f\x68\x21\x77\x15\xeb\xa2\x33\x53\xbf\x13\xe2\xdf\x7e\x19\xd7\x5c\xcf\x61\xdf\xc0\xc5\x69\xe2\xee\x66\xe9\x66\x77\xb3\x54\xdd\xcd\x36\x92\xf6\x40\x7a\x69\x1f\x0b\x64\x1b\x57\xb9\x50\xbc\xfb\x35\x36\x92\xdc\xb3\xfa\x54\x96\x8a\x84\xaf\xfe\x1f\x26\xa1\xd6\x8e\x82\xb2\x75\x68\xd5\xad\x35\xed\x2a\xb3\x8b\xf3\x37\xf9\xf5\x39\x10\xc5\xae\xef\x34\xe1\x24\x64\xc3\xc1\xa8\x69\x27\x35\xd5\x51\xa3\x40\x69\xb7\x91\xa5\x54\x6a\x59\x9d\x0e\x4f\x52\x9c\x27\x6c\xf8\x6c\x84\x69\xc2\x86\xcf\x47\xa5\x91\x37\xb7\x28\xa9\xe0\xa4\x0f\x0d\xcf\x72\xcb\x33\xf8\x2f\x5c\x39\x9e\x14\x38\x07\xb7\x76\x4c\xe1\x4f\xa9\xaf\x11\xfc\x6b\x53\xbc\xf0\x66\xce\xc3\xf7\x03\x30\x73\xc4\x8a\x99\x93\xe9\x88\x07\x9a\xf4\xcd\x79\xa4\x08\xbf\xf0\xee\xa2\xb3\xdd\xea\x84\xca\x46\x5e\xa9\xdf\x3c\xf1\xf6\xa7\x8a\xa3\xac\x36\x9a\x24\xd8\xda\x51\x92\xdb\x6e\x66\xd0\x53\xb7\xbd\x3f\xab\xdb\x5e\xfc\xef\x64\x18\xc0\xcc\x0c\x70\x40\x27\x01\x0e\xc0\x3c\x39\xc0\x81\x24\x41\x80\x03\x10\xf4\x70\x50\x88\xbb\x4c\xfe\x9d\x72\x72\x15\x8c\xf0\x3f\x93\x61\x30\xa1\x37\xf2\xc3\x3c\xcd\x03\x1c\xcc\x03\x1c\xa4\x81\x97\x6f\xfb\x89\x67\x00\xd8\x38\x0e\x76\x49\xfc\xcf\x21\xf1\xb4\x2e\x3f\x3e\x50\xfa\xdf\xb2\xf4\xcf\x4a\x4f\x86\x49\xf2\x52\xf2\x49\xcf\x30\x19\x0e\x24\xc3\xa8\xde\x0f\x9e\xc3\x79\x26\x0f\xcd\xaf\xdd\xcb\x67\xf6\xe5\x57\xf6\xe5\x57\x26\x19\xa0\x67\xf1\x37\x4a\x08\x66\xda\xc0\xcf\x9b\xb3\xd6\x9f\xeb\x51\x4a\x66\xb6\xcb\x56\x29\x99\xed\x9d\xa5\x52\x33\x33\x5f\xcd\xfc\xa9\x0e\x14\x5f\x7f\xab\x8d\xfd\x07\x68\xb4\x5a\x1b\xad\x09\x52\x55\x11\xe3\xbc\x7a\xaa\x7e\x3d\xc0\x3f\xca\x3d\x45\x9d\x5c\x5b\x49\xbe\x9b\xc7\xca\x46\xdd\x00\x78\xb6\x1e\xc0\xa0\xff\xdd\x43\x10\x06\x5f\xaf\x84\xe0\x0b\x0c\xaa\x6b\xcf\x14\xb4\xad\x41\x1d\xdc\xc8\x61\xf4\xec\x13\xe0\xf5\x57\xc3\x1b\x7c\xf3\x08\x78\xcf\x37\xc0\xef\xf9\x27\xc0\x5b\x87\x5f\xbf\x55\x05\x2b\xa9\xff\xd5\x77\xf8\x49\x08\x29\xd5\x4c\xd9\xc1\x4a\x75\xed\xf7\x5a\xdc\xd0\x55\x1c\xfc\xef\x6a\xe8\xc2\xe2\x58\x15\x00\x58\xec\x56\x27\xba\xcf\x8e\xc1\x0c\x17\x9a\x7d\xe1\x2b\x0d\xac\xf4\xf9\x49\xf5\x82\x34\x9c\x8b\xe1\xe0\x52\xe7\x71\xa5\xa3\x2c\x90\x96\xa8\x0d\xc2\x84\x6c\x30\x06\x5d\x69\xcb\x0d\xab\x41\x81\x41\x80\x85\xba\x59\x97\xe3\xa3\xc1\x58\x1e\xa0\x50\x57\x25\xe1\x0d\x2c\x1a\xb1\x1e\x4c\x67\x69\x5b\xe3\xcd\x40\x0f\x80\x87\x32\x36\x7d\x80\x9d\x75\x54\xf4\x01\x03\x3b\xdb\x62\x24\xba\xd5\xf7\x57\xfc\xf7\x8d\x9b\x54\x6f\xd2\x6c\xac\x01\xc9\xeb\xb2\x4d\x4d\xef\xa1\x2e\xee\xbf\xc2\x45\xe8\xdd\xdb\x81\x19\x0b\xb9\x49\xb3\x33\x70\x21\x2a\x10\x66\x92\xb9\xaf\x39\x48\x79\xb8\xae\xbc\x5c\xb9\x56\x91\xca\x6c\xc1\xf6\xbb\x0b\x55\xac\x62\x38\xe3\x96\xe1\x37\xb5\x6d\xbf\xbe\x71\x7d\x83\xd3\x50\xd4\xb1\xe5\xfe\x62\x5a\xb9\xee\x6a\xe6\xd7\xd8\x98\x59\x93\x8a\x99\xb5\x21\x53\xdf\xbf\x33\x55\xd7\x25\xce\x55\x48\x4c\x32\x7a\x69\x9c\x84\x82\x71\xba\x10\x94\x2d\x8a\x1d\x15\x07\x29\x28\x5b\x88\xf6\xac\x15\xad\xf6\x95\xfa\xd5\x00\x0b\x65\x63\xf0\x08\x24\x04\x5f\x14\x02\x62\xd3\x34\x90\xd0\x28\x7c\xa3\xcf\xe4\xaa\xe9\x3d\x26\xda\xf9\xe8\x97\x64\x67\xa0\x25\x88\x7f\x54\x7d\xee\x95\x55\x9f\x0a\x68\xe6\xa2\xc4\x68\x69\x04\x42\x97\xe8\xd0\x91\x9e\x0f\x5a\xa2\x12\x32\x1b\x23\xa5\x89\x62\xde\x9c\x7d\x76\xbb\x71\xbf\xb3\xab\xb4\x16\xbd\x13\x6b\xbe\x66\xdf\x74\xdc\x63\xf2\x0b\x28\xd0\x1c\x5a\xc6\xcf\x94\x96\xc0\x2b\xfc\x3d\xe4\x98\xd6\xb2\x9b\x42\xec\xd4\x33\xa0\x5e\x81\x42\x6b\x50\xec\xc5\xc2\x99\x24\x0c\xb3\xd2\xa6\x8e\x77\x1c\xd0\x7f\xfb\x3e\x29\xb0\xa2\xfd\xa8\x62\xff\x08\x85\x47\x20\x0c\xd1\x2b\xf1\x52\x11\xa5\x00\xc6\x14\x9e\xe4\x56\xb3\x7f\x93\x66\xb1\x88\xf4\x93\xef\x60\xf3\x77\x43\x6f\x17\xe0\xf6\x67\x4c\x93\x9f\x24\xcf\x83\x74\x0e\x5a\xe2\xa7\x92\x7c\x1b\x52\x9d\x3a\x12\x28\x3b\x64\x23\xac\xc4\x22\xe4\x45\x77\xd2\x3c\xa6\x2c\x36\xa3\x22\xe4\x96\x3b\x9e\x92\x74\x8e\x05\x84\xa9\xf5\x90\xf8\x57\x25\xbe\x4c\xcd\x6e\x63\xd7\x27\xb7\xbe\x6b\x57\x8e\x88\x95\x45\x5d\xc6\xa4\x4a\x9c\xdc\x27\x8e\xc0\x15\x0f\xc6\xc8\xfd\x28\x91\x16\xc2\xfe\xa7\x3d\x16\x71\x45\x16\x56\x32\x19\xd9\xf5\x93\xcc\x11\x14\x0f\x47\xa5\x8a\xb5\x5e\x89\xc1\xa8\xaa\x6a\x06\x5f\xfd\x18\x92\x91\x32\x80\x36\xd9\xd3\xbc\xb3\x4d\x47\x79\xab\xd9\x7b\x89\x5e\x8f\x74\x69\xde\x15\xe5\x2d\x15\x9e\xa3\xb3\xae\x94\xd7\x2a\x91\xdb\xee\xff\x84\xf9\xae\xb9\xb0\xa1\xd7\x39\x0a\x97\x25\xce\xf1\x72\x48\x46\xb1\x28\x51\x6c\x1e\x24\xc6\xdd\x69\x5a\xec\xe5\x77\x5e\xfc\x54\xdd\xa8\xc3\x58\x09\x06\x84\x24\x1a\x74\x35\x59\x8f\x20\x2b\x8d\xe9\x09\xf1\x62\x26\x57\xa4\xd8\xa1\x75\xa5\xe9\xbf\x48\x5d\x82\xe3\x54\x65\x8b\x18\xa6\xa3\x51\xf2\xaf\x90\x0d\xd3\x91\x5b\x48\xa6\x63\xde\x9c\xe1\x36\x7a\xa5\x94\xf7\x8c\x55\x8e\xa7\x07\xe7\xdb\x01\xee\x5e\x2e\x44\x57\x4c\x09\x27\xdd\x5b\xf9\x5f\xce\xba\x57\x9c\x90\xee\x4d\xca\xa9\xdc\x36\x0a\x20\xed\x94\x74\x4d\x14\x1b\xad\x25\x6f\xb5\x1f\x6a\x28\x13\x9f\x2c\x79\x89\xbb\xd7\x10\x97\xb9\xe6\xc4\x4f\x50\xf9\x41\xc5\x26\x84\x10\x49\x7a\x6a\xe7\xc4\x06\x0c\xd0\x94\x36\x19\x9b\xbb\x79\xc3\x89\xff\x41\xf0\x8e\x16\x1a\xae\x19\xc5\xe7\x89\x53\xd8\xf6\x7a\x64\xf8\x6c\xe4\x4c\xf4\x21\xbb\x70\x4b\x10\x71\xa2\x8c\xa1\x9e\x97\x72\xc5\x59\x1b\x27\x29\x4c\x8d\x94\x15\x9a\x6d\x8c\x92\x4a\x7a\x04\x0d\x39\x79\x26\x5b\x02\x18\xcf\xca\x7a\xa0\x1d\x82\xeb\x91\x73\x2a\x41\x5a\x19\x69\xd3\x7f\x80\x47\x5d\x9b\x02\x44\x40\x7e\x2b\x50\x81\x28\xaf\x3b\xa7\x04\x51\x75\x54\x6c\x5d\x55\xcc\xfb\xa8\xeb\x69\x5f\xd9\x54\xc4\x04\xab\x57\xb0\x1c\x74\x84\x6c\xe7\x76\xa3\x8b\x03\x17\x29\xa1\x9a\x50\x98\x3a\xb7\x93\xa8\x87\xfe\x96\x10\xa9\x81\xc8\xca\x44\x0c\xf3\x11\x4e\x21\xd1\xe7\x0e\xed\x10\x75\x0e\x40\x46\xdd\xd2\x8f\xf9\x46\x6a\xa9\x93\xdb\x2c\xc4\x88\xb6\xf8\x52\xb7\xd9\xdc\xdf\xbf\x0b\xe2\x4c\x61\xdb\x82\x8d\xdb\xf5\x68\xf5\x07\xb9\x89\x0a\xa0\xef\xae\x31\x9b\xc7\x04\xb3\xf9\x20\x16\x98\xcd\x9f\xc5\x1c\xb3\xf9\xf3\x38\x2f\x3d\xeb\xf7\x87\x6a\x78\x65\xc5\xea\xb2\x65\xdc\xf2\x49\x85\x13\xa2\x55\x13\x3e\x2b\xf6\x57\x59\x28\x39\xad\xef\xef\xab\xfc\x84\x7e\x57\x71\x22\xd3\xef\x6a\x6e\x40\xfa\x2d\xc8\xcf\xa6\x56\x8b\x88\xa2\x3f\x35\x58\x6f\xf9\x1e\xe2\x20\xd0\xc4\xde\xd8\xdb\x6b\xf3\x16\xd4\x3d\x39\x5f\x83\x04\xb6\x4a\x3f\x7b\xb2\xbc\x7e\xe3\x9b\x70\x55\x5f\xd5\xac\x7b\x7c\x44\x3c\xc3\x80\x75\xb8\xa8\xab\x22\x0d\x55\xbb\xc0\xea\x5f\x2d\xae\xa0\x06\x45\xcf\x7f\xd5\xbe\xb2\x9e\xaa\x2b\xfb\x51\x37\xee\x31\x05\x8d\x73\xa8\x8f\xbe\xb6\x46\xb0\x66\x22\x5b\x2d\xb8\xab\xb5\x60\x6b\x35\xee\x9f\xf6\x8d\x4d\x6a\x37\xd8\x26\xa8\x43\x13\x5d\xa3\xac\xab\xda\xcc\xcc\xa4\x6e\x4a\xaa\x6f\x66\x5e\x52\x7f\xae\x6a\xa6\x20\x5b\xb3\x35\xa9\xa8\x7b\x12\x15\xae\x22\x6e\xab\xed\x49\xf3\x3e\x3a\x27\x60\x7b\xf2\x83\xd0\x86\x31\x07\x9b\x16\xd8\xcb\x94\x75\x8b\xe1\x3b\x0c\x07\xa5\xd3\x1e\x3c\x97\xc7\x92\x5f\x43\xed\x62\x04\x95\x9a\xc5\x72\xdb\x5c\xad\xe6\xd7\x78\xd0\x7f\xf6\x95\x49\x7a\x50\x8f\x87\xe7\x8e\x68\x12\xcd\xd2\x2c\x63\xe3\xd0\xa4\x71\xe2\x2d\xf9\x8b\xf9\x90\x8e\x3a\x2d\x19\x69\x99\xf6\x8d\x79\x97\xa5\x63\x32\x65\xd9\x84\xf0\x90\xa1\xd8\xe4\xec\x6d\x94\x53\xec\xb0\x2c\xa2\xef\x27\x99\xbd\x43\x23\x91\x14\x70\x8b\xe9\x91\xc2\x26\x87\xa8\xa0\xe0\xfc\x53\x21\xaf\xce\x27\x60\x19\x04\x9f\x34\x3a\x55\xd1\x52\xfd\x8c\xbd\x4f\x26\xf0\x23\x2f\x63\x5e\x2a\x0a\x56\xa9\xd0\x48\x2c\x43\xbd\xc4\x32\xf9\xcb\x67\xbb\xf9\xce\xb3\xb8\x2f\x19\xe3\x67\x2f\xd8\x0f\x39\x70\xc4\x74\xc8\x76\x9e\xf9\x29\x66\x18\xdc\x04\x41\x9e\x21\x5a\x1c\xa5\xe3\x29\xcd\xc9\xc9\x1c\x49\xb9\x51\xeb\xc3\x29\xa4\x9a\x0f\x95\x6a\xc1\x44\x74\xe5\x69\x6e\xf2\xe8\xd7\xba\x55\x1d\x51\x0e\x23\x0a\xd7\x5f\xca\x08\xb6\xf8\xa3\xf0\xfa\x70\xeb\x04\xb1\x6d\x6d\xa5\xdc\x31\xb3\xbd\x5e\x63\x20\xe5\xbb\xcc\xec\x2a\xda\xaa\x4d\x87\x9e\x55\x09\x71\xd5\x36\xa1\xcf\xdc\xb0\xd2\xac\x64\xfe\xb7\x73\x2c\x22\x10\x25\x11\xde\x19\xd4\xd3\xdd\xb7\x1d\x64\xe2\xfe\xbe\x65\xe2\xd9\x24\xd0\x2a\x32\xf5\x25\x63\x19\x49\x5b\xbe\x6f\xa9\x1d\x60\x10\xf7\x5b\x2f\xe9\x5c\x2e\x69\x85\x54\x28\xfc\x0b\x02\xfb\xb5\xef\x22\x0a\x80\x71\x94\x72\x39\xa9\x04\x69\x75\xce\x24\xa9\x32\x21\xd3\xbd\x54\xae\x11\x95\xa0\x1f\xae\xa8\xff\xba\x5e\x43\x89\xdd\xb1\xed\x26\xbc\x75\x01\x7d\x2a\xe6\xf9\x40\xe0\x03\xf3\x0d\xd5\x40\xb9\xc0\x3e\x31\xfc\xae\x86\x8a\x55\xef\x74\x27\xe0\x59\xc5\x85\x6d\x36\xf0\x13\xac\x21\x14\x5a\x5a\xe9\x56\x74\x33\xca\xf1\x41\xbb\x94\xe8\xa0\xa0\x9c\xa4\xe3\x29\x04\xb4\x09\xf5\x77\xb8\x6a\xb7\xaf\x83\x8d\x1d\x00\x41\x6c\xa9\xcc\xb1\x5a\x26\x04\x6f\x6f\x36\x73\xd1\xb0\x89\x7a\x83\xac\xce\x50\xcb\x42\xd6\xa7\x28\x2a\x2b\xb1\x1a\x1a\x3b\xbf\x8e\x59\x41\x6e\xbb\x0c\xca\xba\x78\x0d\x2d\x45\xd9\x3c\x44\x9a\x03\xf4\x1b\xf2\x85\xfd\x85\x09\xac\x65\xad\x79\xb4\xea\xad\x6f\x55\x6f\xa7\x65\xc7\xe5\xf0\x53\xc1\x60\x5e\x70\x27\x9e\x43\xb6\xab\xa6\x09\x82\xe7\x42\xa7\x21\x9a\x1a\xbe\x35\x8d\xc5\x63\xec\xf1\xf7\x4b\xeb\x8b\x13\x13\xe7\x97\x73\x7f\xbf\x35\xc0\x9e\x4e\x2c\x9e\x80\xea\x41\xc9\x0c\xb1\xd6\x54\x68\x11\x02\xdb\x00\x5c\xc4\xaa\x00\xb1\x24\xaf\x2d\xa7\xd5\x14\x36\x7d\x85\xcb\x04\x4b\x2a\x12\xb2\x14\x90\x89\x8b\x8e\xa0\x75\x19\xbb\x56\xcf\x51\x13\x53\xa6\x1e\x63\xac\x8d\x0c\x42\x81\x89\x2f\x7c\xa9\x8b\xe1\x6a\xa0\x60\x7d\x40\xb4\x45\xf8\xa2\x57\x21\x83\x01\x72\xa9\xff\xb3\xa4\xff\x22\x73\x27\x65\xb6\x9d\x3c\x43\x7c\x98\x8d\x86\xfd\x51\x12\xfc\x57\xb0\xad\x9f\xb5\xb7\xa0\x56\x12\xa7\xce\x58\x67\xa1\x46\xab\xa1\xb9\x2e\xd6\x05\x1b\x76\xfa\x63\xab\x3f\x57\xe2\xb1\xc9\x3a\x1c\xe7\x10\xe3\x07\x2f\x4a\x73\xa8\xfe\xe6\x85\x1b\xb3\x54\xad\xb4\xc8\x4d\x8b\x79\x5d\x5d\xcd\x54\x5b\xa9\x69\xab\x80\xc0\x37\x9e\xee\x2d\xce\xca\x24\x97\xd4\xc9\xcc\xa0\xdc\xdf\x43\x64\x79\x13\xff\xd3\x6c\x9f\x0d\xd5\x38\x5f\xd9\x56\x53\x2f\x6e\x49\x92\x97\xc8\xa3\xa7\x72\x23\x29\xfa\x55\x4d\xb4\x76\x31\xf9\x5a\x7f\x1b\x39\xb5\xd8\xb8\x4c\xb2\x0e\x8f\x5c\x38\xd2\x5e\x6f\xe1\x85\xa0\x5a\x79\xd1\xd6\x82\x19\x90\xd8\x45\x7e\xea\xf7\x11\x92\xa2\xaa\x17\xba\xd4\x87\xfd\xf5\xf7\xf0\xb9\x1a\xab\xd4\x2f\xf0\xdd\xf7\xb8\x7f\x5f\x28\xeb\x2d\x67\x3c\xa6\x3a\xe0\x6a\xd6\x51\x1e\x54\x90\x50\x1d\xf8\xbe\x6f\xaa\x01\xa1\x26\xc9\x70\xd4\x71\x65\xbe\x7f\x66\x81\x4e\xb4\x2c\xac\x88\x13\xf7\x31\x2d\x80\x49\x87\x5b\x44\xbb\xd5\x4c\x93\xfe\x8b\xa9\x73\x5d\x9d\x1a\x76\xf0\x2a\x19\x0f\xa7\x23\x73\x24\x5e\x45\xe3\x69\xca\xf7\x44\xd8\x47\xfa\x5c\xec\x29\x27\xc9\xb9\x16\xf6\x5f\x84\xf3\x24\xe8\xc1\x80\x4b\xa6\xe1\x6a\x97\xc6\x05\x98\xfa\x5c\xe9\x60\x52\x03\x84\xd0\x6e\xb8\x30\x51\x2a\xe6\x4d\x04\xa7\xdb\x03\x87\xa2\xa4\x7f\xec\x8a\xeb\x78\xf6\x0f\xd5\xf0\x3d\x20\xff\x2b\x88\xe5\x76\x9b\x22\xf5\xee\x26\xe5\xc3\x19\xbe\x19\x25\x29\xfe\xff\xa9\x7b\xf7\xaf\x36\x72\xa4\x01\xf4\x77\xff\x15\xe0\x33\x9f\x4f\x6b\x11\x1e\x3b\xc9\x64\x32\x26\x0a\x4b\x08\xc9\x30\x4b\x48\x06\xc8\xcc\xce\x7a\x7d\xd9\xc6\x16\xd0\x13\xbb\xdb\xab\x96\x21\x8c\xe9\xff\xfd\x1e\x95\x5e\x25\x75\xdb\x90\xd9\xfd\xbe\x73\xef\x39\xbb\x19\xdc\x7a\x95\xa4\x52\xa9\xaa\x54\x8f\x2b\x76\x49\xef\xd8\xcc\x65\x9a\xb8\x22\x3b\x90\x33\xeb\xae\xd3\x49\x16\x31\x85\xbd\x19\xde\x8d\x1e\x18\xb9\x5f\x11\x52\x55\xbe\xe5\xd3\xef\xa9\x5d\xcf\xad\x3e\xc5\xda\xc4\x92\x78\x5d\x4d\x7f\xd0\x43\xb1\xb3\xce\xd9\xc4\xc7\xce\x3a\x7f\xc5\x7a\x3b\xe7\x26\x76\x96\x1d\xf2\xd6\x0d\x78\x50\xb1\xc9\xf0\x7c\xd4\x3a\xd8\x45\xd0\x3a\x11\x8c\xde\x12\x32\x58\xe0\x58\x69\xb7\xde\x86\x0d\x35\x08\x84\x6a\x9a\x3f\x80\xbf\xfd\xde\x53\x87\x58\x18\x3f\xa9\x8d\x92\xb6\xfa\x6c\x3c\x8f\xda\xf4\xa2\xf3\xab\x48\x99\x8f\x86\xc8\x57\x78\xb4\x3d\x44\x4b\xa6\x96\x94\x8c\xfd\xbb\x9d\x8b\x6d\xf5\xe7\xde\xba\x5c\x3c\xac\x7a\x20\x2c\x75\xa2\x9f\xd2\x32\xf1\xd7\x9e\xf9\xd8\x6f\x78\x23\x34\x01\x9d\x1f\x09\x7d\xa3\xfd\x27\x56\x0a\xcd\x56\xd1\xf8\x5a\x88\x8f\xd8\x83\xaf\x46\x6d\xa7\x8a\xda\x2f\xd8\xe6\x66\x49\xc7\x0c\xb8\x68\x11\x51\xf7\xfb\xfb\xcd\x64\xb3\xd0\xee\x8e\xc5\xb0\x67\x75\x8d\x84\x4e\x58\xd9\x05\xa5\x75\x5b\x1f\x7a\xef\x18\xfd\x68\xc2\xed\x8d\x77\xdb\x2b\x7c\x0f\x0d\xbc\x93\x9a\x13\xe2\xf7\xb6\x8b\x1b\x9e\x4c\x62\xaa\xba\xa0\x63\xea\xc3\x98\xd9\xd7\x1a\xce\xa6\xbb\xc3\xdb\x64\x5a\x8b\xc0\x58\x0b\x19\x38\x5d\xe1\xc8\xa4\x83\xfe\x37\x29\x55\xec\x4d\xe4\x0d\x9c\x7f\x78\xe1\xb0\x9b\x57\xd1\x7d\x85\xa2\x5c\x9a\x94\x52\x60\xc5\x66\x55\x19\x59\xa7\x93\x64\x3e\xfb\xc6\x46\xc1\x86\xe6\x06\xa2\x3e\x0e\x26\xdc\x27\xdc\xf6\x88\x5c\xd2\x8d\x95\x6a\x96\x10\x42\xbd\xc5\xaa\xbb\x34\x28\xbe\x23\x00\xac\x17\xe8\x47\xff\x07\x63\xe5\xfe\x83\x5b\x60\x08\xa6\xd4\xb7\x3f\x07\x27\x14\x42\xdf\xf4\x5f\xf8\x0f\xda\xfc\x59\xef\xed\x0f\x3f\xe0\xde\x1c\xcd\xa0\x98\x56\x98\xb0\x9d\xd4\xd0\x02\x42\x0b\x14\xc0\x13\xab\x9f\xff\x9e\x38\x2e\x32\x7a\x08\xb3\xaf\x3a\x17\x7c\xe5\xe3\xe2\x2c\xcd\x72\xfb\xb0\x63\x9f\x33\xdf\x2d\x52\x31\xe1\x93\x3d\x78\xd4\xb4\xef\x8c\xf6\xc1\x35\x2c\x14\x4a\x14\xa9\xbd\x83\x46\xd2\x48\x63\xbf\xd0\x30\x7e\xc5\x8d\x1a\x36\x8e\xa9\x1a\xea\xbf\x82\xb8\x92\xab\x47\x1a\xac\xe9\x0b\xc5\x0e\xf5\x19\xf4\xc0\x8a\xfe\x39\x3a\x3a\x9b\x7d\xaa\xfe\x17\xe0\xe4\x39\x0f\x83\x8d\x7e\xff\x82\xd0\x83\x44\xb0\x57\x4b\x91\xf4\xe1\x5c\x71\x30\xf3\x37\x01\x25\x9f\x3d\x25\xa3\x81\xfa\xef\xf7\x10\x1f\xb0\x47\x2d\xc1\x7c\xf1\xc4\x51\xc4\x3f\x41\x11\x5e\x7c\x57\x3f\xe8\x16\x5a\x37\xc4\x9a\xa3\x48\xf1\x19\x1c\x45\x07\x70\xa4\x20\x7d\xea\xba\xb1\x33\x79\x46\xa0\xe0\x59\xad\xe0\x3b\x5d\xf0\x5d\xad\xe0\x39\x19\x91\x0a\x2f\xde\x2d\xf7\x8f\xba\x5f\xd4\xe1\xbe\x83\x7c\xc5\xf0\x27\xf8\x8a\xf0\x64\x13\xe2\x4f\x86\x9f\xfa\x24\x78\x0b\xbb\xe0\xda\x88\x94\x54\x2e\x39\xc1\x05\x07\x5a\x70\xc0\x19\x92\xda\x22\x41\x4d\x07\x65\xd2\x72\x1a\xfc\xed\xa4\xb3\x65\xa5\xa5\x32\xec\x49\xf9\x25\x88\x20\x63\xec\x05\x73\x9d\x2b\xa2\x75\x98\xb8\x88\x8c\xe6\x0d\xfc\x80\xbb\xc8\x8c\x26\x43\x44\x4e\x5d\x7a\x8e\xaa\xa2\x32\x21\x36\x31\xbf\x7b\x19\xe6\xfa\x45\x58\x3f\xb9\xd5\x62\x68\x65\x75\x75\x2f\x0a\x77\xa1\x55\x7a\x26\xca\x75\x96\x5f\x6d\x94\x72\x82\x52\x0c\x19\x02\xf0\xa1\x46\x00\xec\xf1\x2f\x26\xdc\x9d\x70\xeb\x2a\x67\x12\xb0\xff\x2a\x32\xc9\x3f\xe4\xd3\xbb\x7d\xef\xb1\xa7\xea\x29\x60\x4d\x95\x1f\x79\x3a\x3f\x9c\xcd\xa7\xba\x20\xb6\xfa\x74\xc9\x6b\x41\x7d\xc3\x6e\xb9\x4d\x47\xbc\x2e\x3f\xc5\x07\x6e\x1e\xc4\x4e\x79\xe3\x5b\x74\x0c\xa5\x4e\x2f\xf2\x28\xf8\x60\xb2\x10\x13\xf2\xab\xe1\x5d\x9b\x6e\xe3\x94\xb7\x56\x65\xcd\x68\xc8\xef\x1b\x84\x2f\x72\xa4\xd7\xa8\xa1\x74\x3a\x4c\x17\x58\xdd\x9e\x91\xc6\xb4\x32\x41\x43\xe2\x35\x13\x89\x3a\x37\xb2\x1e\x00\x30\x10\x57\x65\x10\xbc\xd8\x08\xfc\x79\xe5\x52\x90\x9e\x35\xaf\xbe\x66\x88\x2c\xd4\x81\xa1\x49\x2b\x54\x52\x50\xc1\x9c\x56\xc2\xe6\x20\xa5\x39\x13\x3e\x71\x9d\x11\x83\x8c\xbd\x3d\xfc\x00\x0e\x42\xbf\x8c\xb1\xed\x3e\x63\x2c\xdf\x35\x11\x31\x5c\xed\x41\xbe\xd5\xaf\x5b\xbe\x2c\x6b\xf6\x1d\xd4\x0a\xbb\xa2\xc2\x26\x30\x5e\xf1\x11\xcc\x20\x88\xda\xee\x6c\x5e\xe0\x9c\xd2\x82\xa6\xb4\xa4\x53\x36\x36\x09\xd3\xf4\x1a\x10\x3a\x66\x3f\x26\x9c\x4e\x49\xeb\x6d\x32\xa6\x89\x49\x74\xa9\x0b\xa9\xb1\xb3\x8f\x27\x45\x1b\xa2\xe1\x26\x29\x53\xf4\xb6\x4f\x4b\x66\xe9\xe6\x0f\x98\x21\x78\xda\xaf\x31\xdd\xf6\xa6\x48\x09\x2d\x13\x4b\xb4\x53\x43\xbf\x35\x07\x8e\x5c\xb8\xcc\x95\x62\x38\x0f\xc3\x5f\xfc\x60\x18\x0b\xc7\xe3\x5c\x25\x45\x64\x20\x46\xb5\x71\x70\x93\x83\xd7\x5d\x72\xc5\xad\xbd\x5a\xd0\xfd\xf3\xe7\x3e\xee\x30\xd5\x16\xc7\x71\x80\xde\x36\xbe\x65\x9a\x02\xf4\x3a\x89\x7d\x1c\x9b\xd0\x8c\x63\x3b\x73\xa0\x9b\x53\xad\xa9\x5c\x15\x83\x70\x72\x7f\x9f\x84\xd8\x3a\xa1\x0d\x36\x49\x71\xdf\x4a\x98\x55\x27\x3f\x4a\x8f\x73\xa6\x2f\x98\xf7\x9c\xf5\xfc\x1d\xb1\xe7\xaf\x33\xba\xcc\x26\x83\xdc\xd8\x43\x69\xc6\x5c\x87\xa6\x4c\x59\x7e\x7f\xdf\x1e\x4f\x33\x9e\xcb\xed\xf6\xd6\x7b\xbe\xb5\x65\xcf\x65\x36\x19\xa4\xb6\x85\x16\x2d\x07\xc6\x70\x6d\x23\x67\xbc\x66\xc7\xc2\x69\x46\x06\x2e\xc2\x89\x54\xd3\x63\x28\x19\x55\x41\x74\xca\xd4\x8f\x3c\xd1\x3d\x9b\x33\x49\x51\x16\x00\x52\xd9\xb7\xbd\x8f\xcd\xe7\x1c\xba\x9a\x1c\x05\xa7\x5d\xf0\x72\x31\x95\xac\x5d\x7c\x36\xf4\xd3\x10\x03\xb8\x43\x6d\x2b\x45\x80\xd0\x17\x93\x83\xe6\xc8\xd7\x8c\xc8\x44\x0b\x1d\xe5\xd2\x53\x0c\x43\xc9\xf5\x51\x66\xfe\x50\x1b\x40\xf4\x44\x18\xd2\xa6\x6a\x2f\x9d\x09\xe3\xdd\x6c\x12\xaf\x73\xe5\x73\x6e\x45\x5a\x72\xf5\x71\x17\xfd\x3d\xc0\xf3\xfa\x39\x89\x57\xbe\xb6\x34\x34\xe0\x32\x2a\x42\x2a\x44\x85\x83\xb1\xcc\xd2\xec\xe2\x1f\xff\xd1\x68\x3d\x3d\xda\xaf\x78\x81\xa3\x31\x83\xc5\xdf\xad\x7f\x1a\x34\x6d\x11\xbf\xdd\x38\xe3\x7f\x66\xe6\xb5\x04\x84\x2e\x79\x60\x63\xe2\x41\x48\x35\x18\x25\x11\xfc\xcf\x13\x2a\x5f\xdf\x4d\x44\x2a\xb9\xba\xf7\x59\x83\x81\x8f\x9a\xdd\x38\xe1\x90\x7a\xcd\x54\x35\xd7\x7a\x9c\x4d\x74\x43\x2f\xc5\xd8\x30\x67\x8a\x3b\x55\xbf\xd3\x84\xe3\x90\x02\xa8\xdb\x09\x18\x0b\xaa\x8e\x31\x5d\x09\xba\xd5\x5d\x05\xe5\x09\x37\xdc\x86\x6e\xa9\x61\xd9\x13\x32\xbb\x4c\xc7\xb2\x64\x33\xca\xbb\xa9\xfb\xd5\x30\xa1\x59\xe2\x5a\x41\x0f\x27\x3a\x85\xf5\x87\xb9\xc9\xd9\x65\x7e\x9b\x49\x9a\x8f\x96\x2b\xf2\xe5\xe8\x0b\xe6\xa7\x7c\x05\xf7\xc9\xd4\xaa\xf3\x86\xd6\x9a\x49\xf3\xc9\x66\xeb\x2e\x05\xe7\x7f\x70\x78\xe8\x07\xfb\x37\x89\x16\x2f\x11\x04\x92\x26\x58\x7e\x40\x10\x6b\x09\xd5\x64\x6d\x00\xbb\x5c\xb2\xdc\xb1\x12\xc6\x2d\x6f\xc2\xbf\xbc\x37\xec\xde\xfb\x74\x9e\xa0\xba\xfa\x35\x58\x1b\x36\x0f\x39\x95\x23\x42\x2a\xfd\x56\x17\xe6\x3c\xb6\x7d\x00\xc3\xa2\x2d\x18\x6b\x1e\x4a\x3a\xff\x1d\xee\xdc\x58\x1e\x6c\xf7\xa9\x84\x8c\xa3\x90\x08\x9d\x8a\x2a\x35\x86\x72\x4b\x93\xf4\x81\x47\xb1\xaf\x32\xf4\x78\xe5\x1f\xd5\x5d\xad\xc6\xd7\xac\xa1\x18\xa1\xb1\x13\x78\xcc\x0a\xde\xb2\xed\x73\x6d\x15\xbc\xa1\xba\x69\xd6\xec\xe6\x9a\x1b\xcb\xe2\x63\x51\xc4\x74\x4b\x4f\x57\x5f\x84\xb5\x2d\x2f\xcc\x8e\xa5\x8d\x77\x88\xd9\x32\xae\x38\xda\x5f\xec\xc2\xd7\xfb\x1e\x72\x30\x1c\xb5\x16\x86\x4b\xbf\x3e\x50\x09\x35\x36\x67\xd0\x84\x25\x71\x4b\xb6\xc2\x14\x6d\x23\x03\xeb\xb3\x96\x18\xe6\xa3\xa8\xab\xcc\x29\x7a\x41\x7f\x71\x1a\xad\x9a\x29\x43\x77\x6a\x08\x2e\x48\x04\x8d\x07\x23\x6d\x45\x07\x48\xaf\x8f\xcd\x07\x1e\x63\xf6\xca\xec\xdf\x82\x67\x97\x19\x9f\xec\x09\x51\xb2\xe5\x30\x1b\x29\x26\xd6\x72\xfa\xef\xb9\x4c\x1b\x57\x52\xd1\xb5\xaf\x5b\x6a\xb4\xcc\x68\x44\x75\x10\x86\x7c\x14\x65\x74\x5a\xa2\x6c\xd5\x68\x94\x16\xde\x13\xeb\xa4\xee\xf5\xf5\xda\x8a\x26\xc7\x56\x34\x62\x98\xc5\xfb\x91\x0f\xb3\x11\x69\xa9\x41\x99\xf8\x33\x3b\x83\xe0\x21\x4e\x82\x29\x1b\x91\x12\x84\x43\xc3\xd0\x14\x97\x97\x25\x97\xac\x07\xcf\xe9\x8a\x87\xf4\xb8\xdf\xdf\x4a\x92\xef\x9f\xbf\xe8\xb8\x36\x6a\x8c\x8b\xbb\x74\x32\x11\x09\x6a\x4b\xc8\xab\x57\x2f\xf4\x73\xbc\x33\x72\x41\x9d\xf4\x9e\x3c\x7b\xb0\x87\xdd\xfe\x40\x03\xa0\xd8\x55\xdf\xf6\xc9\x77\xdf\x3d\xd8\x14\x9a\x15\xf3\x7e\x74\x64\x57\xb7\xd8\xea\xdb\x36\x4f\x1e\xdf\xe6\x89\x6d\xf3\xf4\xf1\x6d\x9e\x92\x30\xd9\x2e\x0e\x99\x7f\xcf\x5f\xbe\x7c\x12\xe4\xd7\x45\xa5\xfc\x5e\xbe\x7c\xf9\xb4\x57\xc5\x37\x59\x69\x36\x75\x1c\x6f\x2a\x70\x93\x60\x05\x35\x90\x54\x82\x68\x2b\x1c\x5b\xe9\x34\x01\x87\xb9\x7c\xfa\xc4\x86\x33\xb2\x06\xb4\xe0\x31\xa1\xe6\x06\xe0\x47\x07\x06\x8a\xcd\x79\x31\x13\xe4\xf5\xe9\xab\x0a\x0a\x71\x8a\x4b\xec\x5e\x91\xf8\x1e\x28\x27\x55\x39\x2e\xe6\xbc\x56\x6b\x1e\xd5\xaa\xea\x97\xf1\xb8\x85\xee\xea\xba\x26\xc1\xb2\xea\xde\xdc\x0c\xc2\xdf\x23\x15\x86\xff\x6d\x51\xdd\xf2\xd5\x4a\xdc\xb7\xbf\xc6\xe9\x3c\x1d\x67\xf2\x8e\xf5\x7b\xcf\x5e\x7c\xf7\xfd\x73\xba\x72\xed\x4c\x85\x60\x05\x87\x23\x63\x43\x66\xbd\x55\xb2\x3f\xf8\xfe\x35\x87\xfc\xfd\x7e\x9d\x30\x72\x6c\x8d\x18\xaf\x50\x35\x7b\x55\x06\xc0\xd8\x88\x26\xc6\x54\x44\x2b\xc8\xf0\x5c\xc8\xea\x2d\xe6\xee\x55\x31\x80\x17\xf0\x55\xdf\xd5\xd6\x8c\x30\x9e\x7a\x15\x7c\xdd\xde\x7e\xc4\xee\xfb\x0a\x4e\xb1\x63\xca\x98\xac\xac\x35\xe1\xd2\x2f\x98\xf1\x4e\xf7\x13\x71\x21\x69\x36\x38\x43\xbb\x13\xdc\xd1\xfa\xd3\x16\x7b\x4a\x79\x15\x58\x06\x62\xc3\x6e\x40\xd8\xad\xfe\x88\x4d\x13\x49\x7b\xa4\x0a\x29\x1a\x1a\xf1\x31\x38\xaf\x47\x74\xbb\x8a\x40\xe7\x74\x9a\xf4\xe8\x53\x62\xa1\x96\x8f\x80\x5a\xfe\xb7\x4e\x89\x62\x28\xa3\x9b\xcb\x4f\xbc\x15\x2f\xc4\x22\x91\xb4\x0f\xd6\xa1\xf3\x74\x2c\x7d\x7c\x95\x0d\x85\xfb\x4b\x4d\x2d\x2c\xd5\x58\x6a\x9c\x19\x88\x8a\xaa\xfd\x43\x89\xdc\xc1\x0e\x74\x27\xdb\x62\x4f\x5d\x0c\x85\x61\x36\xa2\xa9\xfa\xcf\x56\x7f\x44\x4b\x96\x76\x4e\xb3\x3f\x78\xf7\xf4\xf0\x1f\x07\xe7\xef\xf7\x4e\xff\x46\xa7\xac\xd7\x49\xd5\x05\xfa\x04\xc2\xd5\x67\x97\x49\x9f\xa9\x3f\x74\x0b\xb6\x48\x52\xfa\x84\x50\xbe\xc5\x4a\x67\xb1\x0c\x8e\xf0\x1e\xc2\x31\x2b\x76\xc6\x2f\x59\xb6\x55\xee\x8c\xc1\x27\x64\xbc\xcd\x47\x2c\x1f\x8e\x47\x2d\x35\x3a\x2b\xb6\x39\x38\xfa\x83\x9f\xc3\xb4\xd3\x49\xec\x57\x52\xe1\x03\x8f\xfe\xde\xe6\x55\x6c\x9d\xda\x70\x66\xf1\x96\xda\xf3\xda\x42\xe7\x78\xc4\x9e\xf4\x9f\x7d\xff\xec\xc5\xd3\xe7\xcf\xbe\xa7\x35\xfa\xa3\x31\x64\x28\xa9\x62\x92\x90\x8d\xeb\x7f\x65\x20\x43\xd3\xc2\x31\x94\x2c\x85\xa6\x84\x82\xe8\x2c\x31\x60\x03\x6e\xb6\x53\xb2\xde\x8e\xf4\xfc\xb5\x34\xcc\xe2\x50\x7b\x1f\x0f\xa5\x41\x22\x7f\xac\x05\xcd\x13\xc5\x55\x84\x52\x9b\x1f\xc5\x40\x65\x3d\x97\x68\x43\x34\x77\x13\x78\xc6\x48\xaa\x59\x35\x62\x8a\xa5\x8f\x07\xca\x29\x57\x6c\x50\x15\xd1\xef\x6a\x9c\xce\xe5\x42\xf0\x28\x89\xb5\xce\x58\x8d\xe9\xa1\x95\xd1\x6b\x0b\x82\x0a\x3c\xfc\x46\x4e\x8b\xc8\x2b\x31\x16\xc5\x51\x22\x47\x74\x9a\xcd\x69\x41\xa7\xd2\xdc\xbe\xc2\xeb\x8e\x27\x2b\x14\xde\x5e\x75\xcf\xd1\x1d\x63\x5e\x1f\xce\x0b\x88\xa5\x0d\xb4\xbc\xf4\x50\x81\x01\xa2\xcc\xc6\x1b\x46\x5c\xff\x0f\xc5\x73\x3d\x48\x4c\xf8\xcc\xd8\xf6\xd0\xf0\x00\xa2\x38\xc7\xa6\xf1\xb6\x72\xce\x1e\x5c\x8b\xa4\xde\x78\x56\x4b\xa8\xaa\x1e\x72\xfe\x8a\xae\x28\x41\x76\xe4\x4b\x01\xe8\x97\x2b\x5c\x07\xcc\x73\x5e\x50\x28\x2d\xa6\x05\x74\xbb\x1f\xa4\xc2\xc4\x2c\xd3\x50\x6e\xf5\x47\xaf\x5e\x3d\x89\x72\x53\xda\x2d\x54\xc4\xcc\x68\x1e\x1c\x2a\x59\xa5\x03\xca\x16\x86\x16\xae\x6b\x25\x41\xc4\x94\x60\x0d\xc2\x24\xd6\xf4\x80\x16\x8e\xe7\x63\xbe\x4e\xd7\x83\x7e\x43\x82\xa1\x54\x16\x22\x56\x00\xa9\xb5\xfd\x4f\x55\x40\x59\x69\x42\x49\x4c\x9a\x14\x26\x7c\x93\xb1\xbc\xa2\xbc\x7b\x28\xb9\x80\x57\x9c\x43\xc9\x67\x27\x76\x02\x3a\x75\x3a\x8c\x82\xbf\xe9\x08\xc8\x27\x45\x21\xf1\x57\xf7\xa6\x1a\x17\xc4\xbf\x3f\x7d\x7c\xb3\x77\x76\x70\x7e\x72\xf0\xf6\xe0\xe4\xe0\x78\xff\xe0\xcd\xf9\x2f\x7b\x47\x9f\x0e\x98\x81\xe2\x62\xca\xc3\x6e\xf3\x32\xec\xce\xfe\xbd\x9f\x8e\xaf\xa1\x86\xfa\xef\xc4\x57\x71\x29\xd6\xe3\x82\x95\x4c\xe3\x34\x55\x43\xdc\x64\x65\x56\xe4\x48\x5d\xab\x3e\x83\x24\x65\xe3\xbe\x28\xa1\x4a\x33\xd9\x32\xbd\x1a\x70\x8a\xdb\x81\x53\x98\xa9\x5f\xf3\xc1\x74\x8e\x9b\xa0\x49\x34\x1b\xce\xcf\x52\x1d\x15\x88\xdc\xdf\x27\x39\x8b\x86\x74\x4a\xfa\x85\x74\x0a\x9e\x00\x4e\xdb\xd5\x82\xbf\x2d\x84\xee\x0a\x72\x14\x66\xb9\xed\x7f\xe5\xf4\xaa\xaa\x55\x5b\xc7\x86\xb7\x39\xd4\xdc\x2f\x43\x03\x24\xfe\x33\x3c\xf6\x29\x11\x95\x4f\xd8\x66\xdf\x32\xc6\x57\x8c\xab\x7f\x91\xba\x5a\x6f\x65\x35\xe7\xfc\x73\xc4\x93\xa1\x1e\x76\xc3\xd1\x07\x51\x79\x42\x2a\xc1\xd1\x54\xc1\xe7\x33\xea\x82\x34\x77\xad\xef\xdb\xa5\x03\xa5\xb6\x95\x8e\xdb\x01\xc0\x8d\xeb\x46\xb4\x71\x19\x95\x2e\x9c\x50\x0e\xfd\x79\x50\x0b\xd3\x41\xca\xac\x45\x7c\xa8\x65\x7a\x60\x23\x33\x42\x53\x88\x21\x95\x0f\x92\x68\x0b\x52\x9a\x92\x0a\xcf\x64\x19\xcd\xc4\xdd\xec\x51\xc3\x3f\x05\x08\x4c\x9f\x34\xec\x6d\x8f\xca\xaa\x6a\x39\x4f\x5e\xfb\x52\x41\x92\xf6\xf1\x87\xb3\xf3\xf7\x1f\xde\x1c\xbe\x3d\x3c\x78\xd3\xb6\x8f\xfb\x70\x3b\xad\x44\x30\x93\x4a\xdf\xa3\x8b\xe8\xee\x7f\x38\x3e\x3d\xdb\x3b\x3e\x3b\x3f\xdb\x7b\xe7\x0e\x5e\xb8\x99\x39\x17\x91\x8b\x75\x56\x55\x36\x78\x75\xab\x46\x38\xfe\x4f\x86\x37\xa6\x57\xe1\x8a\xac\xa0\x77\x10\xbf\x78\x15\x2d\x5c\xaf\x4b\xe4\xf9\x8d\x7b\x74\xbe\xce\xa6\x13\xc1\xcd\x2e\x44\x4e\xb1\xb5\xa9\x18\x80\x11\xb3\x69\xdb\x0f\xf9\xa8\xa6\xe7\x45\x5c\x15\xaa\x86\x78\x12\xea\x7c\x24\x6e\x08\x51\x18\x11\x13\xfb\xb4\xb5\xf2\x5e\x08\x75\x81\x69\x9d\x49\xd2\xea\x40\xe9\xb0\x0f\x36\x69\xcd\x66\x54\xad\xe6\x9b\xe9\x81\x81\x4c\xc6\x20\x18\x2c\xb7\xf1\xd4\x9c\x11\x58\x2a\xae\x4a\x6f\x11\x02\xc4\xb8\x81\xec\x99\x92\xb3\xf4\x4a\x7f\x34\x79\xb7\x01\x03\xcf\xd2\xab\x2b\xed\xae\x62\xdc\xfe\x1d\x4d\x6f\xd9\x8b\x44\x67\x06\xd7\x1d\x0c\x52\x73\x75\xf8\xa7\xf9\xd4\x25\xf2\xb6\x1d\x92\x24\x25\xa4\x60\x2b\x76\xb9\x19\xda\xfa\xe1\x2e\x4c\x30\x6e\xed\x2f\x26\x9d\x62\x54\x4d\x03\x6a\xeb\xd7\xd7\x4f\xf3\x49\x0a\xbc\x2d\x34\x22\x2d\x34\xae\xae\x55\xcc\x2e\xb2\x9c\x93\x64\x28\x81\xca\x97\x23\x42\x11\xe4\xda\x58\x63\xee\xc8\x66\x49\x53\xf2\x78\x08\x89\x36\x57\x58\xf8\xcb\x0c\xad\x35\x34\x90\x22\x1d\x7f\x26\x09\x98\x6e\xe2\x0a\xe8\x16\xbd\xcc\x13\xb7\x99\xa4\xa2\x9b\x7d\xd2\x70\x97\x47\xd0\xac\x8e\xbd\xb0\xf2\x0a\x8f\x6e\xec\x78\xe2\xc1\x02\xc7\x78\xf3\xe8\x25\x81\x2c\xe6\xf1\x34\x57\x69\x79\x35\x6e\x1b\x81\x47\xa8\x23\xe8\x2f\x5f\x23\x07\x19\xf6\xee\x6f\xfc\x8e\xe5\xee\x30\xb3\xec\x41\xe2\x52\x63\x00\x5a\x28\xa0\xe2\x23\xd0\x08\xae\x46\x75\xb7\xae\x42\xa6\x94\x16\xa3\xa6\x7d\x0a\x2e\xea\x1c\xf1\x5c\x60\x27\x8d\xe7\x38\x28\xa8\x05\x64\x90\x52\x34\x53\x48\xc8\x87\xce\x18\x63\x2c\xbf\xbf\xdf\x6c\xda\xd8\xdc\xf8\x67\x4e\x59\xe1\xee\x4f\xef\xc8\xf9\x06\x56\x64\x6a\xea\x2c\xea\x08\x69\xcc\x60\x78\x7e\xd3\x05\x43\x26\x79\x9d\x4c\xa9\xc1\xc1\x9d\x18\x41\x52\xba\x20\x5a\x8b\x91\x59\x1e\x36\xba\xc3\xb3\x47\xb2\x81\x2e\x5f\xd8\xff\x36\xc1\x1f\x16\x23\xab\x76\x8e\x17\x5f\x06\x2b\xee\x03\x25\x48\xb7\x8e\x6e\x69\x4a\xb3\x34\x39\x15\x46\xf7\x5b\x97\x3a\xac\xca\x7b\x5a\xc7\x70\x5a\xac\xc7\xf1\x4c\xf2\x99\xe1\x5f\x3d\x86\x17\x34\x42\xbc\x46\x24\x5d\x7d\x0a\x9a\x2f\x22\x3b\x52\xa5\xb7\xd5\xae\x8d\xfb\xee\xa8\x0a\x37\xb4\xc4\x84\xb2\x10\xf2\xce\xd3\x08\xc4\x72\x39\xc8\xf5\x63\xd6\xff\xf2\xdd\xbd\x42\x08\x9c\x1a\xdf\xaa\x65\x45\xc7\xcc\x3c\x21\x4b\x3a\xb1\x7f\x9e\xc2\x53\xaa\xba\xa8\xaf\x19\x67\xaf\x6c\xd0\x97\xdd\xc5\x80\xb7\x90\xe8\x8e\x93\x30\x5b\x37\xd9\xbf\x7e\xe6\xde\x3d\xf6\x26\x19\x1b\x77\xd1\xbf\xc2\x23\x34\x2a\x98\xb8\x82\x09\xcf\x65\x26\x71\xa3\xeb\xd8\x4f\xb4\x39\x85\xf3\x4d\x22\xd8\x2b\x09\xc9\x87\x4d\x7e\x49\x6b\xf3\x33\x5f\x5e\x71\xb9\x71\xcb\xd3\xcf\xef\xd3\xb9\xdf\x50\xbf\x92\xa0\xfd\x30\xe5\x6a\x55\xf1\x6f\x58\xd0\x5f\xf5\xdf\x66\xd3\x6c\x11\xbc\x13\x39\x07\xdb\x75\x7d\xe3\x4a\x6e\x00\xfc\xd1\x3e\xe8\xdb\x11\x70\x59\x65\xdf\xdb\x97\x86\x28\x69\x25\x01\x81\xe4\x8a\x0d\xee\xd1\xc6\x36\xdc\x00\xe9\x5e\xeb\x07\xe6\x3a\xf0\x1d\xbb\xa2\x90\xcd\xfd\x53\xa3\xe8\x1e\x1a\xc6\xd0\x05\x3a\xa2\xd0\x0c\xa6\x39\xf7\x48\x73\x13\xaa\xb7\xe6\xd6\x29\x23\x08\xb4\xcc\xe1\x27\x2d\x8c\xb9\x42\x46\xee\xef\x7b\x28\x61\xb6\xfa\x44\x8b\xad\x3e\xa1\x3a\x2a\x6f\x36\x68\xca\x23\x3d\xb3\xa6\x0e\x91\x8d\xc3\x70\x44\x67\xde\xa0\xc1\xc8\x3b\x02\x69\xa7\x5c\xfd\xbc\xd3\x49\x72\x66\x74\x2f\x8a\x9b\x58\xe4\x72\x20\x2b\xaa\x2a\xb3\x1c\xe2\x15\x28\x42\xe5\x8e\x59\xa0\xe5\x68\xb4\x8b\x75\x4e\x09\x8e\xac\x59\x82\xf6\x99\xdf\x31\xe9\x49\x99\x70\xc4\x42\xa4\xb2\x10\x88\x2f\x75\xa2\x77\x44\xad\x8c\x9c\x5c\x1e\xcc\xe6\xf2\x2e\x21\x95\xfb\xcb\xee\x71\xd8\xa1\xa6\x22\xda\xcb\xcb\x7c\x4b\x08\x41\xed\x73\xfe\x45\xba\xa8\xfb\x41\xdb\xae\x2e\x8a\x32\xe7\x73\x8b\xe5\x01\xcc\x84\xf2\x2a\x1e\x25\xbc\x5a\x06\x9c\x7e\x56\x97\x09\xe5\xf9\x0d\x7a\x92\x70\xa2\x2d\x2d\xd8\xa5\x42\x07\x7b\xd9\xc2\x5d\x1d\x06\x6d\xf2\x31\xc3\xc1\x66\x1e\x36\xa5\xa5\x23\x30\xe4\x5d\x59\xb8\x91\xb3\x18\xe6\x74\x57\x37\x90\xd8\x2a\x14\x6c\xf1\x01\x76\xf0\xb7\xbd\x4a\x52\xb5\xc7\x40\x70\x4f\xf8\xe5\x5b\x2b\xca\x84\x93\x08\xc0\xc7\x5a\xd9\xa9\x8e\x2a\xdb\xa6\xb9\x7f\xb7\xbf\x5a\xa1\x3d\x0e\x84\xd6\xcf\xfc\xee\xad\xda\xa7\xda\x46\x22\xf9\x68\xfd\x76\x41\x8d\xfa\x5e\x6d\xea\xbd\xe2\x1a\xe5\xfc\x50\xd6\xd1\x1f\x52\x53\xce\x0a\x9d\x3b\xc0\x78\xd7\xac\x02\xd8\x6e\x75\x04\xb3\xe1\x43\x8b\x92\xf5\x28\x36\x11\xd2\x04\xc4\x38\xe6\x33\x13\x16\x97\xab\x19\xb4\xab\x41\x53\xd9\x65\x26\x4a\x69\x83\x11\xf2\xa1\xed\x76\x54\xd5\x56\xc5\x74\xe3\x1e\x59\x75\x3f\x5d\xd5\x4d\xb0\x36\x56\x89\x62\x2a\x80\x3f\x82\x1e\x05\x22\x5c\xa8\xfa\xa4\x09\x12\x30\x41\xe3\x65\xd9\xae\x28\xb7\xfc\x8e\x0b\x68\x63\xe1\x7a\x15\x1d\x14\xeb\xc7\x49\xd0\xf2\xb7\xa2\xd3\x34\xdc\xda\xf2\xd3\x52\x48\xa5\x17\xd1\x72\x57\xf6\x9d\x02\xce\x88\x8d\x5f\x30\x2f\x4a\x62\x17\x85\xaa\xcd\x1a\xd8\xcf\x55\xdd\x48\x51\x68\xf5\xf6\x23\x15\xd7\x48\xd1\xdd\xa4\xcd\xa6\x0d\xc6\x8f\xa8\x5e\xf0\x6b\x5a\xdc\x6e\x4f\xf9\x0d\xaf\x19\x41\x6a\x47\x37\x5a\xd0\xf4\x3f\xd7\x85\x8f\xa7\x3c\x15\xec\x42\xfd\x65\x7d\x20\xef\xde\x4e\xd3\xab\xf2\xad\x28\x66\x4c\x48\xca\xbb\xd7\x69\xb9\xef\xca\x58\xa6\x3e\x09\x5e\x72\xf9\x86\x5f\x2c\xae\xae\xb8\xd8\x4f\xa7\xd3\x8b\x74\xfc\xd9\x2b\xd3\xc9\x72\x4f\xb2\xf7\xb2\xa2\xbc\xbb\xb6\x1e\x87\x8a\x5c\xd5\x53\xe8\x72\xc7\xa2\x7b\x28\x64\xdc\xb4\x23\x1f\xa2\x0d\xa5\x8e\xe7\x53\x81\x4a\x7f\x7f\x21\x44\x86\x22\x54\x79\x37\x0b\x96\x4a\xa8\xf1\xeb\x75\x26\x79\x39\x4f\xc7\xbc\x49\xed\xff\x5b\x57\xf2\x52\x1a\xcb\xcf\xbc\x10\x33\x50\xeb\xd9\x45\x64\x73\x75\xae\xf7\x0a\x69\x1e\x3b\x1a\x32\xec\x46\xd7\xe4\xb2\x42\x37\xa7\xb9\x09\x2b\xe7\x68\x01\xd4\x8e\xdf\x6e\xbc\xe6\x20\x50\x51\x17\x28\x5d\x7d\xfc\x8d\x27\x82\x38\x9f\xa0\xac\xe1\x81\xc5\x9a\xa6\x42\xc0\x0f\x0a\x16\x65\x8f\x00\x4c\x2f\xe3\x57\x00\x26\x3d\x14\x3a\x4c\x53\x1d\x12\x14\xb4\xd2\xa7\xed\x0a\x03\x59\xd6\x67\x97\x6b\xa8\xb3\xfc\x4c\xa4\x79\xa9\xbd\x88\x59\x2d\xb6\x0d\x1f\xbe\xe5\x23\xa2\xa8\x2f\xd0\x09\xde\xbd\xe0\x57\x59\xae\x84\x24\x71\xb7\x94\x09\xa9\x2e\xb3\x3c\x9d\x4e\xef\x96\xdc\x5a\xff\x93\x0a\xfa\xbd\xe2\xd2\xc4\x25\xfb\x25\x15\x31\x4e\x01\x6f\x23\x03\x1f\x6b\x70\x3b\xe1\xea\xf8\x03\xbe\xa4\xd3\x6e\x2a\x93\x5e\x80\x6a\x6f\x74\xc6\xe2\x0a\x70\x3f\x9f\x70\xb1\x57\xc8\x75\x4b\xad\xd7\x35\xe7\x56\xd9\x7b\xd4\xbd\x2c\xc4\xa1\xd6\x16\x9f\x40\x07\x90\x96\xec\x86\x0a\x75\x41\xab\x11\x7e\x97\x34\x65\x53\x61\x55\xca\x09\xa7\xcb\x92\x4f\x2f\x07\x39\xc5\xa0\x0e\x0a\x2a\x05\xe7\xc6\xd7\x00\xfc\x7b\xf5\xfb\x6b\x15\x80\x7b\x2d\x92\x34\x04\xd6\x9d\x8b\x1a\xd4\x5a\x58\x8c\x9c\x66\x03\x24\x29\x3a\x9d\xc4\x02\x69\x18\x03\x5a\x2a\x58\xe1\xce\x50\x90\x62\x98\xa4\x8b\x1e\x15\x41\x5e\x11\x3a\x65\x53\x99\x94\x5d\x43\x52\x9d\x7b\x95\x3a\x01\xcb\x59\x9a\xa7\x57\x5c\x0c\x16\x10\xe4\x9a\xeb\x10\x14\xd9\x65\xb2\x79\x20\x13\x21\x93\x85\xda\xd6\x7d\xe4\xa7\x9d\x8c\x09\xa1\x8b\x86\x50\x67\x26\x89\x7e\x06\x6e\xf9\x3e\x8d\x7e\xb9\x01\xb9\xad\x0c\x4c\x1b\xda\xa8\xbe\xdc\x48\xcb\x8d\x74\x43\x14\x85\xf4\x35\xbb\x6d\xd2\x4a\x19\x0c\xb8\x57\x48\xed\xd8\x6f\xcc\xe7\xc7\xb4\x0e\xbd\x5b\xf9\xb9\x48\x4a\x9a\xd2\x29\xcd\xc2\xb5\x7f\x9f\x66\x79\xc3\xb2\xd7\x3d\x95\xd1\x0a\x17\x4d\xb8\x20\xc3\x15\xcd\x02\x5c\x10\xde\x47\x2b\xc6\x85\x02\xc1\x63\x9c\xb1\x6b\xb8\xe0\xee\x14\x5a\x22\xc0\xd2\x4e\x27\x49\x43\x6c\x28\x3b\x9d\xa4\x0c\x60\x9d\xd2\x05\x9b\xac\xc0\x06\x07\x55\x16\xc2\x5e\x56\x6a\xd3\xc7\x0a\x1f\x16\x75\x7c\x28\x10\x3e\x4c\x0c\x3e\x5c\x57\x6c\x8c\xf0\x61\x52\xc3\x87\x6b\x42\xe8\xe4\x7f\x0b\x1f\x74\x24\x0f\x18\xf4\xa7\x2c\xc4\x89\x6b\x5a\x9f\x01\xa1\x73\xad\x1a\xd1\x2e\x79\x36\x16\xd4\xa5\xf3\xb9\xcb\x49\x03\x23\x3e\x37\x5a\xb3\x19\x9b\x0f\x7b\xa3\x56\x2d\xd4\xa9\xf1\xa2\xd7\x3f\x07\x1b\xdf\x2c\x67\x36\xaf\x63\x05\x3f\xca\x79\x9a\xeb\x7c\x8e\x55\xb7\xeb\x3e\xf0\x7c\x52\x6d\x0c\x06\x1b\x67\x1f\xde\x7c\xd8\x48\xe4\xb5\xe0\xe9\x64\xe3\x82\x4b\xc9\x05\xf9\x17\xa9\xa6\xcc\x1a\x71\xcc\x29\xf6\xff\xbb\xc4\xee\x73\x15\xc2\xf1\x05\x9d\xd2\x31\x4d\x43\x9c\x5a\x81\xe3\x01\x69\x69\xa0\x23\x0a\x6f\x3c\x96\x4b\x83\xe7\x31\xe5\x08\xf0\x3c\x77\x18\xb5\x96\xe6\x9d\xde\xe5\x63\x76\x29\x28\xb7\xa4\x7e\x4f\x4a\x91\x5d\x2c\x24\x67\xef\x39\x30\x3e\x19\xcf\xa5\x75\xda\x6a\xd4\x8f\x34\x11\x6d\xc7\x6f\x38\xc3\x63\xd5\xec\xad\xe2\x80\x8f\x8b\x09\x67\x33\x01\x10\xe8\xfb\x39\x2b\xf2\xb5\x03\x5c\x89\xd5\x23\x4c\x78\x29\x45\x71\xc7\x3e\x43\x7f\x57\x59\x29\xb9\x78\xc3\xad\x10\xc1\x4e\x29\x87\x80\x61\xb5\x82\xd8\x58\x22\x62\x4b\x36\xfb\xa4\xd5\x33\x42\xfb\x97\x84\x13\x9a\x99\x70\x15\xbb\x6d\xae\x8e\x9b\xef\xa9\x6c\x0f\xda\x13\xf4\xab\x95\x0f\xb3\x11\x3b\x00\x53\x6c\x2a\xe1\xc5\x80\xf2\x6e\x5a\x96\xc5\x38\x4b\x25\x7f\xa3\xe1\x55\xc8\xb2\xaf\x64\x3d\xf6\x01\x96\xc9\x7c\xce\xf2\x2b\xf6\x3b\xfe\x10\xd9\x5e\x68\x8d\xc6\x5d\xa3\x77\x85\x56\x0b\x9a\x20\xde\xaf\xd8\x93\xaa\x05\x6c\xe5\xe9\xf8\x9a\x2b\x8e\xd6\x74\xe8\xbb\x93\x64\xc9\xbb\xe7\x65\x54\x7c\xc6\x2c\x3f\x1a\x35\xc4\x90\x34\x36\xe5\x13\xb6\xaf\x1b\x9f\x9b\x4d\xd9\xb7\xda\xcf\x13\xca\xbb\x67\x07\xef\x3f\x1e\xed\x9d\x1d\x9c\x7f\x38\x3e\xfa\xed\x7c\xff\xc3\xfb\x8f\x1f\x8e\x0f\x8e\xcf\x18\xef\xea\x00\x49\x8e\xda\xbe\xd7\x04\x8d\x35\x8e\xd0\x00\x31\x37\xb9\x44\xd1\xca\x96\xb8\x01\xcf\xd5\x27\x54\x7a\x26\xd2\xf1\x67\xc8\x4c\xd4\x3d\x3d\x38\x39\xdc\x3b\x3a\xfc\xc7\xde\xd9\xe1\x87\xe3\xf3\xb7\x87\x27\xa7\x67\xe7\xc7\x1f\xde\x1c\x9c\x9f\x9e\x9d\x1c\x1e\xbf\x03\x93\x11\xc3\x43\x5a\x0c\x55\x9f\x66\x85\xe4\x47\xd9\x8d\x8e\xd3\xc1\x78\xd7\xe9\x7e\xe1\x83\xf1\xec\x39\xe6\xb7\x07\x3a\x1b\x9c\x6f\xaa\xa7\xfa\x26\x3e\x69\xbc\xdb\xf0\x69\x5f\xdb\x18\x4d\x3e\x3a\x7e\x6b\xcf\x3a\x37\x98\x11\x6c\x8d\xe3\x74\xc6\x27\xab\x0a\xe3\xef\x56\x05\xf1\xee\x94\xf1\xee\x51\x71\x7b\xa4\x44\xa7\x5f\xde\xdb\x59\x64\xf9\x95\xfe\x71\xfc\xe6\xe0\xed\xe1\xf1\xc1\x1b\xff\xc0\x0c\x26\x3d\x46\x01\x87\xad\x6a\x8e\x3f\x1d\x1d\x05\xb5\xf6\x8b\x7c\x62\x40\xc6\xf5\x80\x4a\x59\x28\xf2\x9b\x4c\x14\xb9\x02\xcc\x7c\x79\xa3\x35\xb1\x6f\x10\x45\x53\x5f\x3f\xbc\x3f\x13\x5c\x3b\x87\x98\xc0\xa7\x8c\x77\x0f\xdf\x7c\x78\xbf\x7f\x9d\xe6\x57\xbc\xd4\x75\xfc\x8f\xf7\x87\xc7\x87\xef\xf7\x8e\xce\xf7\xf7\x3e\xee\xbd\x3e\x3c\x3a\x3c\x3b\x3c\x50\x13\x7d\x73\xf0\x76\xef\xd3\xd1\x59\xfc\x79\x8d\x34\x04\x85\x65\x21\xec\x72\x16\xf9\x58\x70\xc9\x5f\x17\x8b\x7c\x12\xf8\x68\x95\xd1\x9b\xfd\xe1\xf1\xf1\xc1\xc9\xf9\x2f\xef\xdb\x8a\x8f\x0b\x8b\xde\x1c\x9c\x9e\x9d\x7c\xf8\x6d\xef\xf5\x91\xc2\xb0\xbd\xfd\xbf\xb5\x09\x5d\x44\x75\xe0\xfb\x69\x5b\x5d\xfa\x61\xc1\xc9\xc1\xbb\xc3\xd3\xb3\x83\x13\x55\x36\x89\xca\x7e\x3c\xd8\xfb\xd8\x26\xf4\x3a\xfa\x6c\x9f\x76\x55\x93\xcb\xa8\x4c\x61\x40\x1b\x5e\x92\xd0\xc7\x8f\xfb\x6d\xeb\x3c\x36\x5f\xa1\x8c\x31\x19\x0e\x5d\x0c\x7b\xfe\x45\x9e\x66\x17\x53\x75\x9e\xe0\x25\x00\xad\xda\xdc\x74\x35\x7b\x40\x3f\x09\x37\x82\xe9\x0f\x94\x24\x56\xb5\x33\x4d\x4b\xc9\x44\xa5\x6b\x99\xc3\x54\x77\x07\x35\x3d\x54\x97\xf6\x76\x89\xaa\xc0\xf7\x4a\xf5\xd5\x50\xa8\x3e\x03\xd8\xe1\xfe\xce\x0c\xe8\x37\x2b\x56\xa1\x0e\x78\x0e\x01\x20\xfe\x53\x58\x55\x2f\xab\x40\xcd\x43\x1b\xca\x2b\x0d\x8e\xcb\x14\xae\x44\xb3\x70\x70\x10\xd7\xd0\x48\xa0\xef\xf4\x9d\x2b\x89\x6a\x67\xc7\x06\x91\x2d\xf0\x56\x2a\x9e\x4b\x71\x1c\x3e\x03\x66\x52\xe8\x0c\x0e\x8c\x65\x3e\x65\x5a\xc1\x52\x04\xd0\x45\xe8\x74\x56\x07\x47\x44\xe0\xe4\x21\x38\x19\x13\x16\x9c\x82\x65\x31\x38\xb2\x2b\xf8\xac\xb8\xd1\xb7\x66\x92\xa9\xea\x28\xe0\x7d\xd1\xca\x58\xa1\xdf\x02\xee\xf0\xc3\x8a\x7f\x11\x38\x0f\x58\x0a\xf7\xd4\x24\x07\xb5\x0c\x11\x09\x77\x89\xef\x38\x19\x80\xc7\x23\x0a\xb8\xe2\xe4\xee\x5a\x44\x7f\xbf\x13\x75\xcf\x43\xe3\x6b\x08\x4f\xb4\x5e\x3b\x0a\x7a\x14\xd7\xf5\xc1\xca\xae\x3b\x1d\x17\x19\xbf\x6f\x65\x73\xee\xfc\x3d\x7d\x5e\x03\xde\x2d\xe7\x60\x33\x2b\x68\x9f\x50\x5e\xa1\xc9\xfa\x61\xbe\x3c\xc4\x48\x78\x15\x88\xde\x40\x13\xdc\xc5\xbe\x05\xea\x5f\x31\x17\xa4\xbf\x4e\xe2\x0f\x5a\x26\xe9\x55\xf4\xce\xbc\x85\x48\x78\x31\x74\xc0\x7c\xc0\xea\x06\x60\xb4\x14\xbf\xe5\x67\x24\xfc\x13\xea\x79\xe2\x7f\x40\x18\x67\x83\x5f\x25\x3b\x4f\xdc\xdf\x94\x07\xdd\x9f\xae\x61\xef\xfe\x14\x73\x67\x57\x54\xf1\x78\xe7\x86\xc7\x53\x23\xaa\xce\xce\x20\xec\xc4\x52\xf1\x5d\x75\xb6\x4a\x07\x3b\xa0\x7b\xf4\x23\xdd\xb7\xf5\x1c\x98\x9f\x51\x10\x9f\x44\x07\x15\xdd\x4c\x1c\x27\xd7\x27\xf8\x19\xa0\x1c\x08\xb4\x15\xf5\x7d\xc8\x82\x4d\x28\x2a\x26\x5b\xa6\x27\xd6\xa7\xb7\x49\x4e\x3f\x13\x7a\x9b\x64\x54\xb2\x57\x12\x4c\x42\x6e\xd5\xd1\x66\xaf\xce\xcc\xe6\xec\x6b\xf3\x83\xdb\x44\xa8\xaf\x4d\x5a\x21\xd8\x1f\x58\x2f\xdd\xaf\x5a\x51\xbf\x4d\x07\x78\x9b\xdc\x8b\x29\xa1\x16\x88\x27\x41\xd2\xfc\x13\x17\x5a\xce\x4e\x49\x56\x7a\x0d\x6e\x13\x49\x3f\xa3\xd3\xf1\xfb\x57\xf2\xbf\xfd\xaa\x99\x45\xa5\xeb\x38\xc2\xf7\x74\x3d\x37\xb9\x67\xae\x85\x37\x8d\xb6\x75\x70\x05\x3c\x40\xdb\xcd\x53\xc7\xf1\xba\x0e\xd6\xd2\x7f\xb5\x04\x87\xf1\x3d\xff\xe9\xe4\xf4\xc3\x89\x65\x29\x0c\x8c\x47\xd1\xd5\x05\x9a\x37\x63\xff\x63\xb9\xa9\xfc\x0a\x3d\xf9\x41\xbc\x6e\x88\x54\xe8\x3f\x0e\x3f\xea\x87\x7f\x89\x63\xd2\xdb\x94\x85\x3e\x64\x7d\x50\x0c\x31\x29\x56\x94\x29\xc2\x6a\x2f\x04\xd0\x67\xc5\x46\x89\x93\x62\xc6\x40\x35\xa9\xe3\x8a\x7d\x70\x30\x59\x93\x0a\x6d\x1e\xe1\xbf\xeb\xda\x6f\x3e\xbc\x4f\x9c\x87\x43\xa3\xb0\x88\x23\x17\xa8\x8e\xd4\x47\xcb\xcc\x50\x89\x6f\x1b\x12\x5a\x0a\x9b\x4e\x05\x2f\x17\xb3\x5a\x08\x2b\xd7\x53\x7c\xd7\x49\xad\xfc\x57\x27\x2c\xb4\x1e\x76\x84\x4d\x2d\x85\x13\x22\x20\x9f\x61\x68\x9c\x1b\x70\x0e\x8b\xf2\x5a\xcb\x0e\xba\xb6\x5e\x8b\x0a\xb2\xa0\xc0\x97\x38\x6e\xb5\xdf\x83\xae\x2c\xf4\x35\xa2\xbd\x4f\x79\x13\x67\x32\x3c\x1c\xb9\xa7\x2c\x53\x01\x2a\xa3\x45\x59\xdd\x00\x55\xb2\x59\x80\x1e\x02\xa9\xcc\xfe\xe0\xaf\x7a\xd5\x85\x9e\xcb\xaa\x5a\x36\xde\xf6\xbc\x98\x7b\x7e\xca\x8e\x0e\x31\xb0\x69\x04\x4b\x55\x5b\xa7\xda\x2a\xfa\x15\x57\xdb\xf7\x36\xc1\x3c\x2d\xd1\xae\x56\xa1\x34\xf7\x60\x1f\x9f\x9a\xfa\x80\xe2\xa3\xac\xac\xa5\x71\xaa\xb7\x7f\x1d\xb4\x07\x92\x19\x56\x6a\x7a\xe4\xb1\x17\x98\x60\x2b\x56\x2d\x7a\x8a\x55\xd7\x9e\xbc\xbf\x17\xdd\x49\x66\x22\xf6\x69\x46\xd7\x1b\x05\x9e\x9f\x17\x73\x9e\x63\xf4\xc2\xbd\x1a\xcf\x54\xca\xd5\x6e\x34\xad\x8b\xd9\xcb\x2e\x3c\x36\x28\x04\x56\x5f\x5d\xd7\xe3\x69\x51\xf2\x95\x7d\xab\xad\xac\x82\xf1\x97\x55\xd8\x66\x59\xa9\x42\x8b\x05\xa1\x29\x93\x6e\xe8\xcb\x02\x23\xf5\x80\xd4\x49\x2a\xab\xb8\x76\x30\x89\x49\x31\x33\xc6\x0a\xae\x02\x0d\x36\xb7\xba\x9c\x22\x02\x16\xc2\x61\x37\xd0\x1a\x3d\xa0\x91\x5b\x06\xd0\xa0\xb5\xe2\x4b\xe8\xd7\xd2\x63\xd8\x08\x9b\xe1\x55\xed\x5e\x23\x59\x05\x8b\x08\x3d\xa3\x4c\x91\x50\x37\x5f\xa1\xd6\x39\x9c\x83\x13\x69\xd4\xe4\x03\x8e\xdf\x25\xc9\xc0\xb4\xb1\x82\x6d\x69\x96\x6f\x6e\xb3\xe9\x74\x3f\x28\xb6\xef\xc8\xf3\xfa\x17\x3f\x09\x8d\xef\x5a\xab\x82\xc0\x42\x59\x8c\xcc\xf2\xad\xaa\x56\xad\x2e\xf2\xcf\xe6\xc1\x9c\x05\xa1\x28\x22\x83\x62\xdc\x77\xb4\x28\x02\xd2\xc5\x0e\xe1\x81\xb0\x81\x8a\x2c\xdb\x08\x51\x0b\x63\x64\x8b\xce\x36\xdd\xec\x11\x75\x5c\x42\xb8\xac\x00\xe9\x8e\x51\x7d\x8d\xaa\x79\xbc\x41\x4d\x4f\xbc\x8e\xf8\xb9\xcc\x01\xda\x9d\x4d\x37\xc7\x38\xb2\xac\xdf\xda\x2e\xe1\x4b\xb8\x13\xc1\x82\x47\x0d\xe0\x94\xd6\xc9\x47\x23\x15\xa8\x57\xa3\xdc\xb7\x3d\x6e\xf0\x1c\xac\xb5\x34\x95\x74\xbb\x0f\xab\xcf\xac\x6d\x18\x1e\x6b\xca\xab\x3a\x36\x2e\x83\x06\x21\x22\x57\x3a\x70\xea\x19\xff\x52\xa7\x0a\x01\x48\x06\x17\x83\xea\x0a\x03\xc3\xf6\x10\x4e\xba\x98\x0d\x24\x35\x64\x61\x20\x28\x3a\x46\xc8\x02\x49\x1a\x8a\xa3\x5a\x9a\x39\x7b\x1b\xb4\xe0\x3c\x0a\x9a\x29\x8e\x29\x73\x83\x35\xad\x63\xed\x14\x87\x97\x4b\xfd\x40\x53\xee\xfa\x7b\x2b\xd2\xab\x90\xb0\x19\x79\x1d\x50\x1f\x84\x70\xcc\xfb\xcc\xc2\xbe\x25\x0d\xce\xc9\x7f\x06\x94\x8b\x5e\xa2\x06\xba\x89\x06\xc2\x3b\xb0\x5f\xcc\x00\xe4\x76\x1b\xed\xc2\x8f\x67\xef\x8f\x56\x2f\x8c\x2a\x6d\x82\x23\x86\x82\x72\x8b\x15\x46\x29\x69\xbb\xc5\x3e\xf3\x02\x52\x8a\x40\x00\x4b\x7d\xfb\x84\x28\x63\xf0\x5f\x46\x3d\x21\x34\xb1\x3d\x2d\xf2\x7a\x5f\x6b\xb0\x50\x09\x9d\x41\x97\xf5\xcd\x0b\xd6\x09\x15\x3f\x0e\x44\x8b\x5c\x0d\x7d\xd9\xa3\xa9\xd1\x20\xde\x9d\x15\xfd\x0b\x52\xd5\x26\x18\xd1\xf7\x60\xf3\xaa\x86\x05\x69\xac\x6f\xd6\xb2\x0a\xf1\xe1\xf1\x67\xd8\xb7\xf0\x08\x84\x7a\xf9\xfa\x93\xec\x1b\x3f\x7c\x90\x4b\x2e\x9d\xce\x3f\xd0\x8c\x2a\x74\x0d\x0a\x6b\x9c\x02\x75\x97\x5f\xc9\x25\xb2\x62\x92\x0d\x52\x9e\x0e\xa2\x51\x72\xf3\x22\xdb\x3c\x64\x23\x34\xaa\x51\xfc\x38\x11\xa7\x42\xa9\x83\x56\x78\xe7\x85\xd4\xb6\x7a\x5b\x88\x24\xa3\x5a\x0e\xb5\x0b\x53\x80\x56\x08\xd6\xcf\x5b\xa5\x12\x5a\x54\x55\xd3\xfb\xc9\x11\xfd\xc8\x0e\x8d\x74\xfb\x76\x55\xb4\x45\xa4\x9b\xd6\xba\xe4\xd0\xf3\x14\xfd\xcc\x39\x84\xb8\x66\xbd\x47\x28\x6d\xd7\x2b\x97\xb1\x56\x73\x9d\xa2\x19\x69\x3b\x63\x86\xb6\x01\x4b\x2d\x73\x67\xe0\xdc\xda\x8a\x79\x2f\x5c\xba\xbd\x5d\xbf\x5f\x9d\x99\xb8\xa9\x63\x4d\x67\x01\x5a\xeb\x75\x64\x16\x89\xdf\x6e\xbc\xf1\xc2\x80\x5e\x29\x7e\xbb\x71\x0c\xc7\xa2\xe1\xd6\xff\x8a\xbe\x39\xee\x94\x1b\x7b\x24\x25\x22\x70\xb2\xb4\x39\xb1\x5c\xed\x4e\x87\x77\x6b\x94\xdd\x6a\x4d\xfe\x70\xbe\x78\xb5\xed\xd7\x5e\x78\x9c\xd0\x53\x8d\x4e\xde\xa9\x2b\xda\xdc\x60\x34\xbd\x17\x48\x31\xdf\xe9\x5c\x98\x58\xc5\xda\x67\x3f\x7a\xea\xfb\xc3\x60\xdf\x27\x04\x88\x96\xf3\xc9\xf2\xb3\x6e\x68\x02\xd0\x98\x6e\x5a\x35\x5c\x79\x04\x3e\x52\xae\xc6\x6e\x78\x54\xfc\x64\x86\x7f\xbd\xf6\x55\xc2\xa2\xff\x85\xda\x2c\x25\x83\x3a\x4b\xd9\x55\xc5\xff\xc9\x01\x70\xdd\x0c\x7b\xa3\x55\xe7\x00\x99\x0b\xbb\xea\x4e\x67\x3d\xe4\xce\x80\x75\xb4\xe6\x80\xc4\xc8\x5f\x47\xf7\x26\x34\x0d\x90\x4d\x2b\xcf\x7e\x64\x4b\x45\x85\xb3\xab\x5c\xdb\x81\x0e\xfa\x74\xc2\xcb\xf1\xa0\x4f\x65\x26\xa7\x7c\xd0\xaf\xe8\x2f\x36\xec\xa2\x26\xe8\x26\x4f\xb1\x5e\xfb\x7f\x37\x12\x9e\x49\x31\x5e\xe0\x67\xb1\x92\xcb\xc5\xfc\x53\xc9\xa7\xbc\x2c\x3d\x8f\xd9\xf8\x55\x77\xb0\x08\xbe\xb2\xa0\xd3\x48\x26\x6d\x4f\xb2\x9b\x36\xa9\x6a\x82\xaa\xe1\xcd\x28\x64\x4f\x92\xbb\x89\x60\xed\x6b\x29\xe7\x83\x6f\xbf\xbd\xbd\xbd\xed\xde\x3e\xed\x16\xe2\xea\xdb\x27\xbd\x5e\xef\xdb\xf2\xe6\x4a\xdb\x21\x43\x06\xea\x79\x3a\xe6\x9f\x4e\x0e\xef\xef\xdb\xe6\x3b\xa7\x39\xdb\xdc\xfc\x51\x3b\x65\x1e\xa7\x33\x3e\x22\x03\xd5\x1b\x2e\xee\x13\x2a\x3a\x9d\x4d\x9d\x27\xf6\x97\x21\x1f\xd5\x13\x1a\x1b\x83\x22\x0d\xe7\x46\xba\xf1\xcd\x92\x57\x1b\x59\x5e\x66\x13\xbe\x91\xe6\x1b\xa7\xbf\xbc\xdb\x18\xeb\xc0\xdf\xff\x8a\xd9\xc5\xa6\x79\x1f\x9f\x26\xeb\xe6\x43\xbd\xef\xda\xba\xc5\xe3\xa4\xaa\x09\xb9\x82\x2c\x79\xc4\x9f\xaa\x9b\xaf\xc6\x2d\x7a\x91\xb2\xdd\xae\x85\xf2\x0b\xef\xfe\x76\x1b\x3d\xca\x04\x5d\xeb\xb7\x0b\x60\x9f\x39\xcd\x69\xae\x93\x2e\x66\xea\xca\xdc\x95\xdd\xb9\xe0\x37\x59\xb1\x28\x2d\x77\x81\x58\xea\x20\x85\xa0\xed\x74\x6f\xf2\x7b\x3a\xe6\x39\x40\x99\xb4\x2f\x60\x08\x9e\x4f\xda\x54\xf8\xd7\x3e\xdd\xda\x86\x47\x92\x6a\x0b\x20\xdd\x4e\x71\xb9\xa1\x9a\x99\x95\x21\x72\x4d\x97\x60\x52\x6a\x3a\xad\x01\xe9\x5c\x81\x97\x21\x12\x3b\x7f\xe4\x68\x05\x52\xb5\x02\xe9\x23\x47\x4b\xe3\xd1\x68\x28\x9b\xbb\xa4\x95\xc5\x6e\xf0\x82\x39\x08\x44\x17\x24\x4c\xa8\x65\x2f\x69\x66\xcf\x0f\x12\xbb\x96\x6b\xd0\x07\x55\xab\x62\x2e\x6f\x5d\x3b\x5f\x0b\x3d\x7a\xfc\x6a\xb5\xf1\x38\x3d\xdf\x86\x68\x85\x39\x6b\xbd\xa2\x99\xd7\x0e\x82\xa4\x70\x18\xb5\x8d\xaf\x78\x08\x17\xda\x2f\xc7\x99\x18\x4f\xf9\xab\x97\xdf\x9a\x3f\x14\xf9\x80\xf4\x81\xb9\x25\x91\xd3\x3b\x17\x6c\x71\x93\x31\xf3\x84\xa3\x66\x6c\x53\xe9\xdd\xdf\xaf\x3b\x7d\xd0\xc6\x2f\x78\x40\x58\x20\xd7\x62\x4e\xfc\x3c\x8d\xf7\x55\x23\x59\xb3\x5b\x15\xba\xde\x8b\x65\xc3\x61\x14\xb4\x70\x6e\x19\xea\x3c\x16\xf7\xf7\x3c\x18\x18\xd2\x53\x03\x63\x50\x97\xfc\x74\xf3\x41\x6c\xd9\x69\x9e\x9f\xc1\x5f\xe3\xed\x87\x93\x83\xc3\x77\xc7\x1f\x5e\xff\x74\xb0\x7f\x06\x84\xcf\xd2\xc3\xae\x2c\x3e\xcd\xe7\x5c\xec\xa7\x25\x4f\x5c\x1a\xd6\xf6\xcb\xf2\xe6\xea\xd5\xcb\xe0\x72\x79\xd5\xde\xca\xb7\xda\x2f\xbf\x0d\x3f\xbe\x54\x6b\xf6\xaa\xad\x8d\x2f\xc0\xb5\xc0\x1e\xc2\x44\x10\xda\xbc\x9f\xe9\xa5\xe4\xc2\x9c\x8c\x94\xd0\x22\x5c\x6f\xff\x67\x85\x1c\xf3\x35\x44\x06\x84\xff\x6c\xc8\x32\x1e\xb2\x6a\x70\x99\x8c\x73\x00\xfb\xda\x34\x63\x39\xd8\x1b\x14\x2b\x0c\x0e\x64\x6c\x6d\x00\xa7\xbf\xa0\x05\x4b\xab\xe0\xf4\xea\xa8\x0b\x55\x52\x40\xf8\x76\x85\x5a\x19\x55\xb5\x71\x1a\xf4\x6f\xc2\xb8\x4e\x9d\x4e\xdd\x86\x6e\x05\xf6\x81\xa1\x81\xe1\x3f\x8d\xee\x2f\x22\x00\xc6\x8d\x07\x5e\x34\x1f\x3a\x77\x25\x1f\x17\xf9\xa4\x4d\xe8\x13\xb8\x6d\x6b\x67\xca\xa6\x93\xed\x1b\xac\xdf\xec\x41\xc2\xfc\x10\xf7\xe5\x4a\x56\x17\x33\x0e\x86\xd0\xb8\x79\x61\xee\xf9\xe1\x8b\xcc\xac\xd4\xca\xb3\x02\x31\xb8\xf4\xae\x6e\xf6\xd5\x1d\xf0\xd0\x55\xd5\xe9\x64\xf8\x9e\x51\xab\x07\xa6\xfe\x9b\x3d\x1a\x5f\xb5\xf5\x49\x50\x49\xac\x75\xf7\x7a\x88\x2c\x62\x28\xa1\x01\x5f\x0a\x0d\x7d\x82\x50\x39\x90\xd5\xb0\x7d\xd1\xa6\xed\x8b\xec\x4a\xfd\xab\x18\xeb\x7f\x2f\x0a\xc9\xd5\x8f\x62\x72\xa7\xfe\x23\xda\xb4\xad\x76\x93\xc3\x1f\xc5\x44\x95\x4d\xd4\x66\x2a\x04\xa1\xed\xc9\x54\xfd\x23\xdb\xb4\xcd\x67\xf0\xcf\x05\x57\x85\xd7\x7d\xf5\xcf\x13\xf5\xcf\x53\xf5\xcf\x33\xf5\xcf\x77\xea\x9f\xe7\xea\x1f\x9e\x42\x25\xd5\x65\xa6\xfe\x3f\x53\xc3\x4f\x33\xf8\x07\x98\xfe\x36\x6d\xcf\x52\x75\xce\xda\x90\x3e\x97\xb6\xf3\x02\x20\x29\xd4\x70\x73\xf5\x7f\xa1\x00\x11\x8b\x0b\x05\x64\xa9\xfe\x3f\x4b\xa7\xaa\xb0\x9c\xa7\xaa\x59\x29\x45\x01\xdd\x94\x52\x64\x9f\x55\xdd\x72\x71\x01\xff\xaa\xd6\x52\x27\x1a\x6b\x4b\x05\xf8\x42\xfd\x5f\x35\xbd\x49\x45\x7b\xd4\xbd\x2c\xc4\x41\x3a\xbe\x4e\x38\x7b\xa5\xf8\x38\x66\x5e\x96\xde\xd1\xdf\xd8\xb7\xc3\x7f\xca\xed\x7f\x8a\x8d\x7f\x7e\xd9\xeb\xfd\x73\xd1\x7f\xfe\x42\xfd\xfb\xa2\x77\xf0\xcf\x85\x22\xfc\xdb\xf0\x9f\x3d\xf5\xef\x93\x17\xf0\xef\x0f\xf0\xef\x5b\xf5\xef\x77\x6f\xff\xb9\x78\xda\xeb\xf5\xfe\xb9\x78\x7b\xf0\xf6\xed\xe8\x5b\xfa\x37\xd6\x5e\xe4\xda\xe5\x6a\xe2\x9d\x7d\xed\x75\xb9\xab\x38\x9b\x81\xfd\xb5\x13\xa4\x9d\xd7\xc7\x41\xba\x03\xf1\xef\x65\x7c\x1d\x06\x61\x71\xd7\x72\x90\x60\x36\x5c\x57\x73\x34\x39\xa5\x80\x8e\x3d\xdf\xe5\x81\x1a\xe6\xf8\x54\x31\x70\x54\x90\x01\x8f\xd4\x33\x40\x82\x78\xb7\x66\xad\x28\xed\x3b\x5d\x4b\xb0\x6f\x92\xbf\x29\xba\x26\xd8\xaf\xea\x0f\xba\xee\x42\x25\xb4\xd9\xf8\x51\x54\x24\x79\x77\x7f\x9f\xbc\x63\xcb\x8a\x58\x99\xe4\x67\xbc\x36\xeb\x88\x45\x2c\xa6\xb8\xdb\x52\xc7\xf6\x6a\xd2\x46\x35\xcd\x53\x9f\xb5\xa0\xaa\xaa\x18\x7f\x96\x96\xf4\xec\xa9\x8b\x24\xd0\x35\xd5\x79\xf0\xf0\x95\xa9\x0a\x8d\x3c\x7f\x86\x45\xfc\x89\xfd\xdc\xfa\x09\x16\xf1\x27\x8d\xa3\x7f\x67\x3f\xc1\x52\xfe\xb4\x7e\x29\x5b\x81\x8d\xe8\xdf\xa1\xe9\x3f\xd8\xbb\xa6\xf5\x6d\x35\xaf\xfa\x3f\xcc\x42\x73\xee\x59\x92\x28\x4a\xd4\xd2\xd8\x09\x18\x91\x91\xd7\x3d\xf6\xf9\x6e\xce\x07\xce\xf0\x2c\xe3\x83\x4d\xfd\xb5\xe0\x83\xcd\x3e\xfc\x95\xf2\x41\x2d\x53\x39\x07\xe7\x61\xb5\x4a\xda\x51\x58\x6a\x1e\xb4\x79\x97\xa3\xb0\x52\x39\xd7\x11\x31\xea\x46\xbb\x36\x37\x94\xf4\x13\xe2\xfc\xb1\x41\xd5\xf5\xe5\xe5\x7b\x03\xdc\x31\x23\xab\x3b\x45\x97\x03\xc7\xa4\xf5\xa7\x51\x83\xa6\x00\x39\x61\xdc\x89\xda\x08\x7a\x09\x0c\xea\xe4\xdc\xfa\xbc\x82\x31\x59\x70\x79\xd9\xa8\x00\x7a\x7a\x62\xe5\xf4\xf0\xa2\x81\x04\x91\xbb\x51\x7c\x1c\xb0\x26\x23\xe8\x5c\xe7\xad\xc9\x5c\x75\xad\x1c\xa8\x99\x41\x67\xba\x5e\xe1\xea\x6d\xf6\x08\x4d\xfd\xaf\xbe\x3d\xbc\x65\x43\x4a\xb1\xe8\xbd\x6f\xca\xc3\x50\x56\xc6\x45\xbf\x78\x5d\x14\x53\x17\xf6\xd3\xc4\x23\xc9\xd7\xc5\x23\xf1\x75\x5c\xb0\x1c\x14\x5f\x4f\x75\x11\x06\xce\xd9\xe0\x74\xa9\x87\x19\x48\x0a\x83\xbb\x70\x2c\x99\xee\x08\x85\xac\xe1\x4c\x26\xc2\xfa\xd3\xbb\x04\x73\x50\x2b\x8e\x65\xa4\x46\xa2\x19\xb8\x7e\xfb\xe8\xe6\xe8\xd0\x6c\x6e\xf2\x38\x95\xb9\x95\x0b\xd4\x8f\xdd\x76\x7b\x60\x62\x87\x60\x03\x4a\x9c\x6b\xdc\x20\x15\xc7\x21\x26\x5c\x26\x23\xc5\xc0\xeb\xf6\x71\x7e\x70\x23\x4e\x14\xc0\xa7\xa3\x43\xd8\xe9\x78\xab\xcd\xa6\x98\x15\x5d\x59\x28\xf6\x24\x4c\x18\xfe\xc8\xee\x6a\x27\x1e\x2c\xbd\xce\xee\xe6\x3c\xce\xb3\x6d\xba\xd3\x19\x28\x50\x83\x28\x9d\xad\xd7\x04\x69\x57\xb5\x96\x11\xfb\x37\x38\xc9\x99\xa4\x82\xb5\xe7\xa2\x98\xb7\x83\x10\x5e\x5d\x59\x1c\x15\xb7\x56\xa4\x69\x95\x50\x1d\x74\x48\x50\x97\xe6\xac\xd4\x4a\xa0\x54\x4a\xa1\x7e\x4a\xab\x6e\xd1\x15\x8c\x69\x65\xbb\x94\x77\x53\xae\x7e\xe5\x61\x8f\xf7\xf7\x49\xe6\x05\x28\x25\x0a\xd0\x24\x65\x33\x3e\xcc\x42\x61\x6a\x44\x3a\x9d\x74\x58\x84\x8d\x47\x84\x80\xd9\xa6\x1e\x9c\xd0\xa5\x73\x3c\x9e\x0c\x72\xaa\x56\x61\x20\x8c\x11\x77\xdd\xf1\xa0\xd4\x07\x71\xc6\xd9\xf2\xf0\xf8\xe3\xa7\xb3\x81\x12\x51\x66\x90\x24\x77\x21\x8b\x71\x21\x04\x1f\x4b\xf5\x53\xb1\x62\x83\xcd\x5e\x45\x4f\x0f\x8e\x0e\xf6\x7d\xbd\x8a\x7e\xf8\x78\x76\xf8\xe1\x18\x7d\x38\x3b\xf8\xfb\xd9\xde\xc9\xc1\x1e\xfa\x74\xb4\xf7\xfa\xe0\x08\xfd\x7e\x7b\x78\x70\xf4\xe6\xf4\x00\x77\x73\x74\xf0\xee\xe0\xf8\x0d\xee\x17\x44\x4b\xf4\xe1\xf5\xa7\xb3\x33\x3c\x90\x8e\x0a\x78\xc3\xe9\x15\x67\xc3\xf6\xef\xe9\x4d\x5a\x8e\x45\x36\x97\x03\xc5\xbd\x5d\xd8\xbf\x47\xf4\x42\x15\xef\xd9\xb4\x62\xb4\x7d\x74\x78\xfc\xb7\x36\x6d\x1f\xbe\x7f\xa7\xfe\x7d\x7b\xb2\xf7\xfe\x40\x15\xee\x9d\xaa\xff\xbc\xfd\x70\xf2\xbe\x3d\xa2\x77\xaa\xcd\xc1\xfb\xd7\x07\x6f\xda\x23\x7a\xae\x7e\x5c\x0b\x7e\xa9\x58\x46\x31\x56\x8c\x70\x3a\xfe\x7c\x25\x8a\x05\x08\x32\xda\xf7\xb8\x3d\xa2\xb7\xaa\x9e\xaa\x30\xf2\xd6\xab\x07\x1c\x33\x60\x90\xd9\x1a\x1b\x27\x57\xb5\x0c\x90\x86\x30\xd8\xab\xf0\xfe\xfe\x80\x27\x17\x9c\x72\xb5\xcb\x07\x3c\x39\x07\x26\xcd\x9b\x08\xf3\x9a\xe5\xb6\x89\x2d\x71\xc0\x93\x3b\xd5\x0c\x5a\xdd\x6a\xdb\x07\x6f\xfa\x1b\x36\x33\x63\xdf\xdf\x9b\xee\x7c\xc5\xb3\xda\x7b\x16\xc4\x4f\x70\xda\xb6\xdc\x47\xea\xcc\x2e\x93\x09\xf8\x24\xda\x2f\xe6\xd8\x27\xa4\xa5\x65\xa2\x46\xfd\xc0\x00\xc5\x38\x5b\xa8\xe6\xaa\x9f\x2f\x3c\xc9\xa8\x70\xba\x03\x48\x3e\xa4\xb0\x71\xfa\xb6\x10\x9f\x4e\x8e\x92\x02\x6a\x1d\xf0\xe4\x8a\xd3\xd4\x0e\xd8\x5e\xe4\x65\x7a\xc9\x07\xed\xad\xc2\xde\x7a\x1f\x74\x3f\xbb\xa8\x68\x80\xf2\xdb\xbe\x77\x7c\x9c\x09\x83\xa6\xc0\x1b\xe4\x14\xab\x49\x06\x59\xc5\xd4\x89\x5c\xda\x07\x4e\x0e\xc5\x03\xe9\x6b\x0d\x44\x05\x2a\x91\xf5\xfa\x64\xe7\x19\xb0\x07\x6a\x4e\x13\x1e\x65\x09\xe7\x33\xa5\xe8\xcc\x96\x15\x33\x84\xca\xe6\x9a\x83\x83\x0d\xa1\x52\xa0\x6d\x19\xe9\x66\xac\xb8\x6a\x36\x15\xc7\x61\x39\x31\x11\xa2\xb3\xcb\xa4\xc9\x79\x30\x69\xc3\xa1\x6f\x6b\x44\x6b\xdb\x83\xab\x99\x93\x4e\xa7\x0d\xd7\x15\x28\xc3\xab\x5a\xd7\x6f\xd6\x77\xdd\xd6\x64\xa1\xad\xa3\xd2\xb4\x95\xb8\x39\x96\x20\xdc\x34\x75\x76\x6c\x3a\x43\x9f\x3e\x1b\x76\xda\x4c\xb8\x0a\xd2\xe0\x05\x06\x50\x66\xde\xc0\x0a\xfe\xce\x13\xa1\x59\xc1\x7d\xf5\xd7\xfa\xf4\x73\xa9\x77\x28\x53\x04\xb2\xe6\x66\xf6\xd1\x32\x82\xfb\x9e\x53\xfa\xc8\x97\xc6\x56\x9f\x3a\x15\xf7\xa1\xe2\xe6\x51\x60\x49\x7d\x56\x96\x80\x27\x19\xc2\x13\x13\xbd\xd6\x8f\xdb\xe2\xf1\xbb\x72\x46\x73\x88\x66\x64\xe3\x9c\x79\x3d\xe7\x21\xbc\x79\x3a\x34\xd4\x58\xaa\xb0\x33\xea\xd2\x10\x0e\xb1\x9b\xd7\x44\x8e\x8c\x0c\xf2\x6e\x34\x9c\x16\xcc\x56\xb8\xde\xed\xdb\x05\xf8\x1c\x2c\xc0\x03\x21\x45\x3d\x2e\x1f\x43\xee\xd1\x0a\x2d\x98\x5e\x21\x69\x1f\x44\x6f\x74\x30\x49\x6a\xd6\xc1\x3d\xd4\x37\xf4\x03\x04\x2c\x5a\x16\xb7\x1a\xa2\xb6\x0c\xbe\x7b\x43\x0f\xc5\xb0\xa1\x53\x9c\xf1\x8a\x71\x6a\xd8\x22\x13\x50\x34\x5e\x3e\x52\x97\xed\x42\x28\x38\xda\x6b\x59\x87\x68\xb7\x26\x04\x82\xb2\xba\x01\x2c\x25\x40\xd7\xe4\xc5\x86\x6a\x96\x93\x3f\xf1\xdb\xf3\x39\xc6\xcf\x07\x31\x86\x16\xec\x0c\x82\x7d\xd1\x4c\xd1\x1c\x2d\x29\xe8\x3e\x40\x75\xb8\x72\xcd\x75\x7f\x79\xad\xbf\x4c\xf5\xa7\x7d\xb7\xb9\xed\xcf\x74\x92\xa1\xf8\x70\xbf\x7b\xa0\xf7\xff\x7f\x03\xf4\x9b\xa6\x95\x06\x87\xdf\x00\x7f\x0d\xe5\xa4\x90\xf2\x8c\x84\x51\x0b\xad\xc1\x90\x1b\x1b\x1b\xc7\x9a\xf0\x4f\x39\x33\x69\xaf\x36\xb5\xc6\xc5\x7c\x67\xb9\x03\xe4\xb8\x19\x10\x77\xbe\x36\xfb\xda\xe5\xa3\x06\x99\xa3\xc4\x60\x81\xf9\x38\xc8\x5a\xb2\x6b\x9b\x31\x25\x7d\x78\x62\x7c\x88\xe5\x92\xbe\xbe\x47\x9c\x70\xe1\x85\x7b\x27\x52\x68\x55\x96\x91\xed\xdb\xed\x41\x63\x88\x3b\xa8\xe3\x45\x18\xe3\xb1\xd1\x90\x5d\xde\x39\x6d\x94\xd3\xc2\xe7\x7b\x18\xa7\xd3\x29\x17\xda\x49\xd6\x1a\xce\xdc\xa4\x53\xfd\x41\xb8\xd7\x7e\x99\xa5\x53\x88\x01\xe8\x9c\x18\x8a\xa2\xd9\xa2\xb4\xe7\x53\x2c\x04\xb9\xe1\xb6\xfa\x36\x2d\x1c\x93\x90\x10\x0e\x92\xc0\xe5\x1c\x5f\x63\x47\xdc\xd8\x1c\xfb\x7f\xb4\xcf\x43\xa2\xc3\x14\xf0\xca\x39\x51\x94\xea\x5c\xc3\x56\xb8\x75\xeb\x74\x12\x8e\x87\x0f\xb2\xf9\xa9\xe1\xb5\x3b\x1d\xe3\x3e\x85\x5f\x6d\x78\x19\x0f\x0f\x9e\x14\xd6\x7a\x4b\xc7\x04\xa9\x58\x98\x53\x07\xd6\x73\xd8\x1b\x99\xf5\xd3\x49\xd2\xa6\x97\x91\x75\xc3\x15\x97\x49\x0f\xd4\x2a\x3a\xe9\x79\xfc\xdc\x67\xd4\x0d\x57\x5c\x1a\x5b\xfd\x00\xcb\x42\x37\x25\xa9\xa4\x22\xb3\xf5\xe0\x5f\x71\x60\xb7\x2c\x1a\xd4\x6d\x25\x4a\x61\x1d\x04\x81\x8c\xf6\xb7\xba\xc8\xf2\x09\x32\x03\xb1\x47\x05\xbe\xc3\xa4\x38\x2a\xe9\x51\x6e\x4a\xcc\x8c\x9a\xdb\x21\xdf\x83\x7a\xa1\x87\xdc\xc5\x15\x77\xe8\xc7\xa1\x06\x02\x1b\x19\x67\x59\x84\xd4\x75\xf6\x3d\x16\xfb\xac\xe4\x08\xb3\x61\xfe\xb8\x52\xb8\x00\xa8\xaa\x8e\x9b\x97\x04\x4e\x3e\x47\xe6\x42\x81\x8d\x0e\xb3\x5d\xa2\x96\xd1\xe1\x89\x8f\x0e\x41\x7a\x2d\x6e\xe2\xae\xe9\x0e\x8d\x02\xca\x5b\x3d\x9c\xa4\xf9\x15\x37\xa6\x0f\xaf\x3f\xbd\x1b\x6c\x8c\xb5\xfd\xc3\x15\x97\x1b\xdf\x80\xed\xc3\xa5\x28\x66\x1b\x90\x9e\x69\x67\x43\x37\x67\xdf\x2c\x6b\x5d\x56\x91\x35\x84\x46\x54\x9d\x21\xcb\x07\x7d\xfa\xbf\x83\x25\x00\x42\xfb\x78\x7b\x4f\xfe\x23\x2d\x5c\xbf\xe5\x91\x47\xda\xd9\xc9\xde\xf1\xe9\xde\x3e\xf0\xc7\x56\xd1\xf5\x47\xac\x60\xd4\x3d\x1b\x17\xbd\xc9\x61\x5e\xca\x74\x3a\x35\xe1\x1f\x50\x06\xb6\xb8\x82\x35\x57\xaf\xd7\x00\x9d\x17\xb7\x15\x56\xf7\x14\xd6\xf3\x15\xb4\xe6\xcc\x87\x03\xa8\x95\xd4\xba\xd4\x97\x4b\x53\x0b\x53\x82\x5a\x54\x93\x6c\xb2\x6f\xb4\xc3\xde\x4a\x33\x1e\xd2\xb9\xda\x34\x8d\x6b\x1d\x93\x55\x57\x9f\xd0\xfd\xdf\x0c\x4b\xd8\x55\x04\x90\xeb\xca\xae\x4a\xb4\xbc\xf8\xe8\xaf\xda\x81\x70\x80\x55\x3b\x59\x1b\x29\x5c\xfe\xa6\x81\xa2\x0d\x5a\x31\x4e\xf3\x76\xbb\xe1\x6c\xb4\x33\x97\x61\xaa\xb6\xd6\x03\x4e\xa3\x05\x8e\xb2\x4f\xf1\x38\xfb\xd4\x46\xce\x38\xa4\x9c\x1a\x8a\x51\xd7\xef\x67\x4e\x2a\x3b\x48\x6d\x17\x06\x19\x8d\x96\x1e\xe5\xf8\xe8\xed\xa4\x2f\x33\x3b\x48\x6a\x07\x29\x59\x36\x4c\x47\xad\x62\x98\xc2\x20\x66\xa7\x4b\x3f\xc8\xaa\xa5\x1e\x4c\xe9\xca\xcd\x1a\x2c\xcc\xa8\x63\xd6\xdb\x19\xbf\x9c\xda\x51\xc7\x76\xd4\x09\x5b\x0c\xc7\xa3\xd6\x74\x38\x1e\x75\x33\xdd\x38\x99\x34\x8c\xd9\xbc\xec\x83\x6b\xba\x6a\xfb\x06\x97\x66\xe4\x39\xeb\xed\xcc\x5f\x5e\xdb\x91\xe7\x76\xe4\x19\xbb\x1c\xce\x47\xad\xeb\xe1\x7c\x64\x39\xd2\x59\xf0\xa0\xff\x29\x90\x13\x7d\xc6\xa8\x5d\x3e\x70\x86\x84\xc2\x70\x51\xaf\x1b\xa4\x37\xfd\xf8\xc5\xa7\xfc\x2a\x95\x96\x63\x1a\xde\xf0\x11\xb2\xbe\xe4\x5f\xa4\x48\x59\x50\x51\x7f\x33\x9a\xf7\xf2\x30\x97\x5c\xa4\x63\x99\xdd\x70\xd6\xbe\x28\x8a\x29\x4f\x91\x4a\x39\x6c\x18\xd4\xbe\xbf\x5f\x53\xe8\x62\xe9\x23\xe5\x0f\xfb\x64\xae\x2e\xd7\x24\x2c\xa7\x3f\xda\xa3\x80\x8d\xab\xeb\xad\x70\x29\xfd\xc5\xb6\xb9\xd2\xac\x72\xbd\xba\x29\xa0\xff\xc6\x35\x53\x79\xdd\x5c\x33\x95\xd7\xbe\x66\xb9\xaa\xa6\x29\xa0\xbf\xda\x9a\xe6\xd1\xa2\x56\x51\x7f\xa7\xdf\xf8\x7a\x36\x9e\x6e\x53\x5d\x5b\x46\xdf\x71\x42\xad\xc1\xb0\xf7\x09\xde\x35\x49\x1b\xa2\xcf\xac\x5e\x73\xa5\x4f\x71\xfc\x49\xc9\xab\xf6\xf5\xd4\x8a\xf6\xb5\xfe\xd5\xd5\xfb\x8f\xc4\x57\x5c\xe5\xb2\xac\xea\xfd\x8c\xeb\x01\x9b\x71\x66\xf2\x12\xab\x05\x83\x60\xa0\xfb\xda\x3a\xb2\xf6\x96\xb8\xc9\x58\x6d\x3f\x56\x35\xde\x7d\x74\xcd\x84\x93\x41\xbb\xad\xb8\x8c\xd5\x35\x70\x30\x85\x1a\x14\x6b\x5a\x1a\x75\xc3\x63\xaa\x5a\xbf\x03\x59\x34\x69\xf3\xa3\x14\xf4\x25\xb7\x1e\x9a\x11\x22\xc1\x82\xd6\x5d\xc8\x03\xfe\x31\xde\xbe\xca\xfa\x91\x07\xb5\xe2\xcd\xab\x4c\x78\xcd\x55\xab\x50\xe0\x68\x9d\xaf\x55\xdd\x78\xf2\xf5\x1a\xd6\x93\xf9\xad\x09\xb3\xff\x07\xd7\x89\x8c\x7d\xb5\xc8\xfd\xfa\x2d\x6f\xe6\x26\x50\x8b\x6e\x58\xde\xc8\x31\x44\xd5\x51\xf9\x23\xb8\x82\x80\x8c\x99\x39\xe2\x0e\xd7\xf5\xf0\x30\x2b\xf0\xd8\xde\x1b\x3a\xf0\x17\x3f\xb2\x3b\x47\x6d\x5b\x7e\xad\x21\x92\x89\x0b\x8b\x4a\x1f\xb3\xa5\xfb\x50\x79\xed\x9e\xee\xbb\x30\xab\xee\x02\xfb\x71\xdd\x73\xe0\xa7\x93\xa3\xfb\xfb\x26\xeb\x98\x4f\x27\x47\xbb\xd8\x12\x26\xbb\x4c\x9a\xaa\xdd\x66\xf9\xa4\xb8\xb5\x92\xe7\xb7\xff\x4f\x32\x4c\xb7\xff\x18\xa9\x7f\x7a\xdb\x3f\x74\xb7\xb6\x47\x7f\x19\x90\xdd\xe4\x9f\xdf\xfe\xf3\x5b\xb2\x9b\x0c\xff\x79\xfa\xcf\x72\xf4\x17\xf2\x6d\xd6\xe5\x5f\xf8\x18\xcb\xa7\x9d\x8e\x1c\xf6\x47\xbb\xea\x9f\xf0\xfd\x4d\xd1\x05\x7d\xf5\xea\xa1\x56\x5a\xa6\xa7\x6d\x14\xe0\xe0\x5a\x40\xdc\x79\xe1\x6e\xaf\x0a\x48\x8c\x9f\xc0\x66\xdd\x0a\x88\xdf\xaa\x49\x27\x9c\xba\x11\x2e\xd2\x92\x7f\x3a\x39\x24\xae\x97\x81\xaf\x04\xef\x11\xa5\x79\x90\xe0\x5f\xd2\xd9\x7c\x0a\xbb\xd9\xf6\xb5\xfd\x16\xfc\x82\xde\x79\x0c\x8c\xe6\x75\x24\x47\xaa\xf7\x7f\x87\xcf\x46\x7c\x88\x83\xff\xfc\x1a\xeb\xe5\x55\x31\x13\xc8\xf0\x10\x13\xa8\xd7\x9a\x47\x08\x9e\xa8\xdf\xe1\x0a\xbc\xd3\xe1\x43\x2d\x85\xbb\x38\xdd\xa3\xdd\xfa\x27\xf3\x84\x54\xd5\xc3\xa6\xbd\xe6\xf4\x86\xb3\xb7\x56\x87\xfd\x5b\xf3\x23\x80\x4d\x80\x35\x2d\x8a\xcf\x8b\xb9\xe3\x4c\x9d\x30\x89\xcd\x2a\xc2\x2a\x2e\x10\xf0\xca\x1a\xfa\x15\x27\xcc\x70\x5f\xf3\x04\xf8\x94\xf3\x2f\x73\xd0\xad\xf9\x68\xa1\xda\x1d\x20\x01\x39\xf4\x9b\xa5\xac\xc8\x46\x12\x75\xbd\xa1\x97\x89\x4f\x36\x1c\xca\x10\x2f\x1b\x8b\xaa\x16\xc1\x34\x6e\x0f\xe1\x4c\x15\x4e\xa8\xf5\xe2\x93\x8d\x22\xdf\x30\x91\x99\x4f\x4c\xfc\xd1\x6e\x9b\x98\x55\x31\xfa\x8a\xd5\x6b\x62\x2a\xac\x5c\x11\xdc\xc1\x57\xac\x87\x51\x35\xac\x5c\x0d\xd3\xed\x9f\x5c\x0b\xdb\xfa\x71\x2b\x61\xa2\xb2\x1a\x4a\x83\x66\x68\x0a\x02\xdd\x56\x50\x62\x82\x16\x79\xa5\xe2\xda\x39\xeb\xc0\xa4\x66\xca\xa6\x87\xf5\x13\x94\xf5\x09\xda\x76\x8f\x9b\x9a\x8e\x27\x9b\x5e\x4c\x1b\x66\xe7\xcb\x1a\x26\x18\x34\x7c\x78\x8e\xaa\xe2\x86\x2c\x36\x4c\xfc\xda\x8d\x6f\xe0\x89\xac\xda\x48\x7c\x3f\x5f\x3d\x53\xd4\xf4\x71\x93\xbd\xe2\xf2\x30\xbf\x29\xc6\x29\xba\x37\xd0\x94\x82\xe2\x86\x29\xc7\xcd\x1f\x3f\x6b\xc5\xb4\x64\xae\xe9\xc6\x65\x21\x36\xbe\x59\xfe\x74\xfa\xe1\xb8\xab\x4d\x56\xb2\xcb\x3b\x45\x0d\x37\x92\x60\x88\xaf\x5e\x90\xb0\xf5\xe3\xd6\x04\xee\xaf\xbf\x71\xfa\x33\x5f\x91\x51\x12\xe9\x31\x17\xc0\xf0\x41\x12\x65\xd0\x6a\x5d\x66\xd3\xe9\xf1\x62\x3a\x2d\x49\xd2\xef\x7d\x4f\xac\x2e\xb1\x4a\x27\x93\x15\xf1\xc5\xda\xe5\x5d\x39\x4e\xa7\xd3\x36\xa1\x0d\xbd\x0e\xf9\x88\x2d\x4d\x8d\x41\x7b\x96\x8e\xaf\xb3\x9c\x83\x0b\x05\xb5\x15\x07\xb2\x32\xd1\x7d\x9c\x89\xa4\x4b\x44\x5c\xce\x07\x7a\x38\x3a\x1f\x0f\x78\xf7\x92\xcb\xf1\x35\xa4\x7a\x4a\x8a\xee\x37\xf3\x31\xd1\xef\x3f\xb6\x4a\x2a\xd2\x59\x69\x7f\xc1\x53\xbc\xec\xaa\xff\xd0\xac\x7c\xaf\x47\x1e\xc8\xae\xfb\x9b\x96\xd9\x1f\xea\x83\xfa\x8f\x09\xde\xa6\x9b\x1a\x70\x9c\x25\x27\x59\x56\x16\xd6\xf0\xa5\xb8\x69\xbe\x62\xd4\xca\xbb\x66\xc2\xbb\x79\x17\x37\x24\x03\xfc\x7b\x58\x8e\xe0\x25\xca\xdc\x67\x3f\xf9\x17\xa0\xa6\x0d\xd3\xf9\x84\x5c\xcc\xa4\x77\x8b\x6c\x42\x8c\xf7\x66\xb5\xf4\x77\xee\xdf\x79\x18\x98\x70\x38\x5a\xa9\xdd\xc9\x40\xbb\xa3\x13\xb7\x6e\x32\x96\x07\xc9\x11\x3b\x1d\xa9\x75\x4b\x99\x35\x7d\x42\xe6\x76\xfb\x60\x50\xa7\xae\x6b\x6d\xe5\x66\xdf\x74\xfe\x11\x58\x8c\x86\x59\x85\x9b\x0d\x12\x89\xd7\x41\x97\x38\xb5\xe8\xdf\x8d\xe1\xa7\x4d\x69\xe8\x53\xf0\xbb\x07\x13\x93\x94\xdd\xb7\x8f\xb3\xb3\xdb\x8b\x0b\x0a\x87\x72\xe4\x12\xaa\xe9\x47\x35\x85\xbc\xc0\xd2\x70\x99\x08\xe2\xfc\xe9\x5c\xf0\xc1\xde\x2e\xef\xfe\x5e\x64\x79\xd2\x6e\x1b\x96\xc4\xaf\x32\x36\x3c\x5d\x6b\x72\xb7\xc2\x78\x4f\x62\x39\x97\xc3\x53\x89\x2f\x14\xb8\xb0\x77\x9f\xb8\x68\xd5\x3a\xb6\xf8\x6e\x7f\xd0\x23\xe8\xeb\x59\x7a\xb5\xfb\xc4\x7c\x9a\x0b\x3e\x4f\x05\xdf\x13\x57\xe5\xee\x33\xf3\x4d\x6f\x19\x7c\x7a\x61\x3e\x39\x5d\xc9\x8f\x45\xf1\x79\xb7\xff\xdc\x7c\x36\xaf\x83\xf0\xf1\xe9\x93\x70\x14\xd0\x82\xef\x3e\x0f\x3b\xd5\xcf\x15\xbb\xfd\x27\xb6\x63\x2d\x3f\x42\x07\x4f\xbe\x7b\x1e\xd4\x3d\x34\x0e\x12\xbb\xdf\xf5\x6d\xd7\xb7\x42\x49\xa5\x93\xdd\x7e\xef\x89\xed\xf7\x36\x9b\x4e\x4d\x04\xba\xdd\x27\xbd\x67\xaa\x5f\xbf\x30\x71\xa8\x9c\xcd\xcd\x44\x76\x04\xaa\x90\x49\x4c\x3b\x36\x37\x13\xde\x91\xa4\xfa\x99\x77\x15\xf1\xea\x3f\xa7\x89\xce\xc4\x06\x0f\x65\xc5\xbc\x0f\x66\x06\x10\x98\xb3\x84\xa0\x6d\x19\xe3\xb5\xa0\xed\xee\xd2\x17\x24\xc9\xbb\xf3\x62\xfe\x53\x99\x10\xca\x49\x8b\x77\xa7\x45\x3a\x71\xa4\xe8\xa6\x47\x33\x52\x11\x6a\x06\x7b\xf2\x64\xf5\x60\x2e\x1d\xcc\xdb\x42\x98\x67\x29\xa1\xfa\x2b\x5d\xac\x9a\x9f\xca\x24\x47\x9d\xf5\x7f\x78\x00\x72\x1d\xaf\x46\x75\xa1\x5f\x8e\xba\xe8\xc5\x0b\x52\x54\x78\xb8\xfa\x8f\xe8\x0a\xa6\x98\xd5\xbe\x14\xb5\x2f\x29\x2b\x76\x87\x60\x77\x39\xd2\x76\x5f\x21\x04\xfa\x55\x4d\x40\x58\xf8\xf6\xef\x99\x6c\x7b\x30\x7a\x8f\x00\xe3\x74\x96\x4e\xa7\x87\x10\x47\xe9\xbf\x0b\x8c\x5f\xd8\xde\x77\x2b\xe1\x18\x5e\x8f\x14\x73\xa0\x37\xd8\x38\x98\xda\xfe\xa2\x97\xca\x61\x3e\x6a\x45\x69\x1b\x40\xf9\xa4\x9f\x58\xe1\x61\x34\x27\x84\x46\x3b\x8c\xd1\xe5\xe9\xf7\x8d\x70\xb4\x74\x70\xd6\x93\xa2\x90\xfa\x4d\x50\xe0\xad\x7c\xfa\x75\xb0\xe3\xc5\x8a\xb1\x2d\xb3\x40\xa2\xee\x9f\x35\x77\xbf\x84\x86\x83\xbc\x62\x3c\x5e\x13\xb3\xc4\xc4\xda\x2c\x65\xbb\x39\x0c\xa0\xd8\x09\x25\xd6\x35\xcd\xfc\xc9\x77\x94\x9b\x21\x74\xc7\x52\x75\x2c\x98\x74\xa0\x66\x97\x89\xe8\x74\x36\x25\x50\x69\x55\xd1\x6c\x32\x13\x2d\x69\x7b\x2c\x08\x95\xbe\x77\x5a\xb3\x32\xce\x77\x75\xb1\x43\xa9\x9c\x0c\x24\x3a\x6a\xe0\x2f\x2c\x11\xb0\x74\xe5\x0f\x04\xfa\xf3\x35\xa0\x27\xa4\xe5\xa0\xde\xf5\x70\x72\x34\x6e\xca\x71\x67\xdf\x43\x67\xc1\x81\xa6\xf1\xae\x59\x6f\xbe\x10\xf1\x85\x0e\x05\x0a\xcc\x0f\x97\x5c\xd8\x8b\x30\xde\x64\xb1\x5b\xf0\x41\x38\xe8\x0b\xb7\xc7\xf6\xe1\x03\xa1\x91\x37\x4d\x10\x3a\x5e\x71\xf6\xaa\xb7\x93\x6d\x6f\x93\x65\x3e\xcc\xb6\xfb\xa3\x90\xfa\x54\x31\x01\xe3\xb7\x1b\xff\xe0\x1a\xa7\xb4\x3d\xa8\xac\x07\xf2\x3c\x39\x3c\x78\xb3\xe1\xc2\xe3\x6f\x80\x03\xc2\xa1\x79\x47\x75\x54\x3d\x45\xf7\xe1\x66\xb2\xc9\xef\xef\x37\xf9\xb0\x90\x23\xcb\x75\x94\xf2\x31\xb9\xdf\x50\x86\xea\xe1\xdf\xf8\x88\x6d\xf6\x2a\x9d\x87\x43\x75\xae\x88\x72\x3a\x9d\x16\x63\x2d\x3a\x14\x97\x97\x25\x97\xd8\x4c\x43\x7d\x36\xf1\x9a\x97\xaa\xa7\x81\x30\x1e\x02\xb9\x3a\xa6\x1a\x45\x93\x20\x5d\x90\xba\x8a\x79\x3e\x49\x04\xfa\xa8\x76\x54\xf1\xab\x93\xee\x8c\x8b\x2b\x9e\x08\xfd\x8b\x10\xba\x99\x4a\x6c\x6a\xdb\x92\x2c\xaf\x40\x2d\xaa\x41\x31\x86\x69\x7a\x48\x4e\x01\x02\xff\x78\x07\x0e\x8a\x7e\x64\xbd\xfb\x03\x97\xdd\x11\xd6\x6f\x57\x6c\x71\x33\xaf\x81\xc0\x8e\x08\x71\xf8\x39\x5e\x53\x7a\x80\x86\x7a\x6d\xf8\xf8\x52\xd2\xbf\x71\x56\x48\xc3\xc9\x2e\x6a\x5e\x9c\xb0\xaa\xd3\xac\x94\x35\x1e\x8f\xa2\x22\xe7\x8c\xe1\xb9\xbd\xe1\x88\x2e\xc1\x54\x3d\x7c\xaa\x94\x0d\x4f\x95\x0b\x9e\xc0\x43\xa5\xf5\xc9\x68\x81\xa7\xa4\x8e\x17\xe7\xb8\xbb\x20\x73\x1e\x18\xa7\x58\x26\x6f\xc3\x47\x5e\x19\xd7\x10\x0a\x99\x26\x05\x48\x65\xb9\x04\x6b\x97\x34\xe3\x32\xb5\x26\x49\x80\x70\x79\x94\x60\xd2\xc7\x42\x31\x99\x76\x83\xf8\x28\x68\x49\x81\xe1\xc4\x59\x9d\xed\xde\xfb\x44\xce\x7e\x49\x38\xce\xb9\x2c\x40\x70\x8d\xa3\xf1\xf8\xae\x6d\x50\x3f\x63\xf7\x9d\x02\x5d\xcd\x99\x70\x41\x13\x6a\x2e\x17\xa2\xd3\x31\x66\x7c\x2e\x69\x57\x46\xd5\x54\xed\xdb\x6e\x2b\x67\x53\x99\x64\xe0\x65\xee\x1c\x98\x7d\x4e\xc0\x3b\x97\x30\xde\x4f\x5c\x34\xcf\x9a\xe6\x60\x83\x82\x9d\xba\x74\x0f\x1c\x9d\xbd\xd0\xa3\x6a\x53\x76\x3a\x1a\xc5\xf9\x40\xfb\x8f\x99\x1c\x70\x86\x69\xd7\x7b\x3a\xf1\x2e\x95\x3f\x35\x58\x9e\x45\xf2\x48\x8e\x62\xdd\x3b\x76\x0d\x07\xea\x0f\x26\xa1\x96\x89\xb5\x0d\xa3\xbc\x2d\xf9\x17\xd9\xf6\xdb\x2e\xc3\x6d\xc7\xf9\xa8\xf3\x30\x1f\xb5\x6d\x42\xbc\xb0\x69\x57\xdd\xfa\x92\x71\x2a\xd3\x2b\x3b\xff\x1d\xdb\x85\x4f\xc4\x2d\xeb\x03\xb9\x8c\xeb\x0f\x8d\x1e\xbc\xdf\x25\xdc\xfb\x36\xc5\x46\x85\x74\xe9\x71\x50\xa0\x3c\xcd\x8a\x04\x26\x92\x39\xa7\x25\x70\xe3\xd9\xe5\x5e\xfe\x21\x36\x36\xab\x5d\x62\xf8\x07\x25\xa0\xf7\x2b\x2b\x89\x3b\x8d\xd7\xcd\xd4\x24\xf4\x0e\xab\x25\x70\x0d\x12\x53\x6a\x55\x8f\x3d\x23\x35\x5f\x7e\x87\x6d\x00\xf1\xfd\xfd\x58\xff\xc7\xbd\x7b\x7b\x53\xc6\xfb\xfb\xba\x03\x53\x95\x48\xb2\xdb\x1f\x24\x0a\xe8\x4e\x07\x6e\xa6\xdd\xde\x00\xc2\xd6\xed\x3e\x1d\x34\x8c\x02\xde\x52\x9d\x4e\x1f\xcc\x2b\xbd\xfb\x93\xaa\xff\x6c\x70\x0d\xed\xbe\x1b\xf4\x2b\x2b\xb7\x3c\x7b\x6a\xd9\x8c\xfa\xdd\xef\x12\xba\x0a\xb5\xec\x12\xfb\x8a\x49\xc5\xe4\x19\x89\x4e\xd5\xac\x07\xf7\xc3\xcc\xe4\xb3\x67\x0f\x0f\xe2\xfc\x3f\xf0\x68\xf2\xab\x46\xf9\x7e\xf5\x28\xde\x5a\x16\xf8\xfd\xb1\x62\x5c\xd1\x74\x84\x66\xf9\x57\x0d\x05\x71\xf1\x32\xa2\x8f\x44\x56\x82\xb7\xea\x59\x7a\x75\xc5\x27\x0a\xb3\xef\xef\xad\x68\xfa\x6b\x26\x75\xf8\xd0\x89\x4c\x0a\x2a\x69\x86\x59\xde\x67\xdf\x3d\xbc\x08\x6b\xa6\xeb\xa2\x0e\x4a\xdc\xe7\xf3\xff\xa8\x4f\x13\xff\x10\x49\x0a\x3f\xa8\xfe\xf4\xbd\x06\xfe\xff\xc6\x58\xd0\x0f\xd8\x33\x15\x8a\x79\x5c\xf4\x1d\x6a\xfb\x26\xc8\x75\xe8\xaa\x3c\xf7\xad\x57\xd4\x78\x02\xc2\xa8\xc0\x72\x41\x5e\xa9\xdb\x23\x64\xff\x42\x19\x44\x67\x84\xe7\xe3\x62\xc2\x6d\xda\xb3\x9c\xe0\xa5\x7f\xda\x6b\xec\xd5\x4b\x2e\xea\xaa\x32\x29\xb5\x8f\x8b\xdc\x79\xf9\xa2\xde\x4c\x2e\x8d\xc7\x0c\xdc\xca\xbc\xe0\xa0\x79\x7f\xfd\xe1\x24\xbd\x0d\x04\xef\xa7\xfd\xfa\xe6\x79\xa1\x83\x5b\xd5\x46\x62\x38\xfe\x60\x42\x4f\x56\x36\x75\x42\x88\xec\xce\x39\xff\x8c\x31\x01\x77\xd0\x20\xde\xd1\x62\xfe\x04\x38\x4e\x58\x17\xa4\x0b\x15\x64\x3b\x77\x3b\x30\x59\xcc\x43\xe1\xb2\x59\x92\x6b\x61\xf6\x1d\x9f\xd2\xa7\xcd\x42\xb1\xd1\x78\x84\x55\x9b\x75\x2a\x2d\x03\x5c\x50\xf7\xbb\x17\x0f\xc9\xab\x56\xd8\x68\x71\x90\xd8\x03\x04\xc4\xdb\xf2\xbc\x59\x1f\xa2\x8e\x51\x2e\xb9\x08\x46\xfd\xbe\x67\xe4\x2a\xfe\x05\x5e\xa9\x7d\x27\xcd\xe2\xf3\x2a\x3c\x76\xa9\xdd\x2e\xa6\x1c\xd4\x85\xbe\xa3\x27\xa1\xe4\x66\xda\x59\xc1\x18\xd7\x6c\x40\x27\x2c\x2f\xc6\x42\x2a\x77\x99\x01\x05\xb1\x72\xa3\x11\x42\x23\x7d\xca\xf3\x67\x6b\x45\x51\x9a\x7b\x79\x5a\x07\xb5\x72\x5a\x14\x3b\xb8\x8f\xb7\xe5\x1c\xdb\x34\xa1\x78\xab\xa4\x4a\x6b\x2e\xa0\x3f\xd9\x1d\xb1\xf9\xc0\x69\xc9\x32\x24\x7e\xd2\x29\x73\x22\x68\x76\x99\x4c\x5f\xf5\xc8\x32\x65\x69\xd7\x98\x2d\x3b\xa9\x6a\xc1\x7a\x3b\x8b\x97\xd3\x9d\xc5\xd6\x16\x49\xb1\xca\xaa\x1c\x2e\x46\xb4\xe8\xa6\x32\x59\x10\x25\x79\x60\x30\x30\x04\x29\x24\x2b\x4e\xa7\xd3\x60\xc7\x9f\xd7\xd1\x37\x53\x78\x56\xd3\x18\x19\x92\x52\xbb\x2f\x0a\x42\x0a\x7b\x20\x95\x08\x71\x55\xc8\x22\xc9\x88\xf7\x20\x4e\xb5\x5f\x7b\xd7\xe9\xb6\x41\xd5\x9d\x14\xa4\x95\xc2\x89\x0e\x9a\xd1\xda\xd5\x73\x29\x93\x54\xb1\x37\x1e\xe2\xfa\x29\xfa\xf3\x10\xab\xbb\xee\x4f\x40\x8c\x9a\x3d\x06\xe2\x06\x7d\x95\x23\x4e\xfe\x08\x71\xfe\xd9\x2b\xf1\x74\xb0\x11\x33\x4a\xb0\x61\x2f\x9a\xae\x48\x43\x19\x1f\x77\xa3\x5f\xe2\xa7\x91\xa4\x71\xae\x32\x20\xcf\xdf\xbb\xa3\x08\xd9\x8d\x25\xd5\xc7\x46\x80\xe3\x84\x3d\xc3\xb2\xbb\xc2\x2e\x4b\xd8\x0d\x01\xe5\x86\x66\x53\x2f\x57\x0b\x18\x91\x70\xa1\xc5\x05\x9d\x79\xa5\xdd\x28\x1f\x8e\x15\xc4\x8c\x5b\x47\x12\x34\x35\xf7\x6a\x6b\xb6\x85\xa3\xc8\x7b\x7a\x23\xa9\x44\x6f\x55\x26\xdd\x8c\xea\x0e\x4b\x0d\xa2\x9b\x95\xc6\x8a\x48\xad\x66\x57\x70\x2b\x45\x24\x04\x70\x17\x5e\x21\x13\xc7\x82\xcf\x1f\x3d\x37\xf0\x84\x76\x5c\x39\x4c\xf4\xf7\xc5\x6c\xbe\x9d\x5d\x6e\xe7\x85\xdc\x36\x51\xd6\x27\x68\xda\xe1\xb3\x53\x83\xa0\x94\x77\x41\x27\xb4\x77\x84\xc2\x5b\x7a\xa3\x2e\xb5\x70\xb6\x33\x71\xc5\x25\xab\x4f\x1f\x44\x26\xaa\x8b\x07\x82\xe2\xce\xad\x23\x5a\x6b\x93\x77\xd3\xe9\x6d\x7a\x57\x9e\xb8\xa5\xe8\x74\x9a\xe4\xab\x8c\x60\x1c\x9e\x64\x13\x58\xc7\x3b\xfb\xa2\xfa\x68\x11\xcf\xac\xec\xec\xf1\x58\xa3\xa7\x17\x2c\xed\x24\x9b\xe8\x25\xbd\x5b\xb9\xa0\x58\x96\x44\xfd\x74\x11\xe4\x5e\xd2\x68\x7e\x1c\x68\x62\x4f\x75\x1c\xea\x48\xcf\x8c\xd9\xde\xe6\xf7\x8f\xa6\xae\x5c\xd4\xc0\x35\xbd\x35\xb3\x0e\x61\x6f\x41\x08\xd5\x35\x7d\xfd\xf0\xb5\x0c\x39\xee\x18\xb3\xe2\xdf\xf5\x7c\x4f\x34\x6b\x7c\x91\x88\xbf\x94\x2b\x47\x5c\x4d\xd9\x25\x2b\x3c\x5c\x96\xa0\x4f\x57\x12\x74\xc9\xa6\x96\x12\x34\xd1\xf1\x29\x21\x95\x33\x71\xd8\x64\x2c\x75\xac\xe7\x0a\x08\x52\x42\x32\x5f\xcb\x43\xb0\x68\x86\x20\x25\xad\x8c\x2d\xd6\x41\xa0\xee\x74\xd5\xc1\x38\x14\xe7\xea\x49\x2d\x24\x84\xae\x6c\x8d\x21\x4a\x72\x43\x4a\xd9\x64\x8c\x37\xe3\xb9\xe5\xf3\x50\x97\xb5\x74\x14\xa8\x7e\x28\xf0\x86\x76\x05\xb2\x07\xf1\xde\x17\xd3\x69\x4b\x82\x89\x83\xec\x42\x1e\x11\xc8\xb5\x10\xbe\xfb\xc9\x9e\x76\xc2\x53\x05\x68\xe8\x20\xed\x48\xc0\x05\x87\x32\x26\x6a\x12\x86\xfc\x6d\x81\x4e\xdf\x86\x2b\x93\xba\xc9\x50\xd0\x7c\x64\x18\xdd\x9b\x95\x36\xa7\xb9\x8d\x5f\x97\x31\xb0\x6f\xc1\x4b\x96\x93\x56\xb6\x72\x3d\x95\xd0\x80\x20\x6d\x7e\x93\xf2\x49\xb8\x33\x63\x33\x91\x56\xeb\xdf\x4d\xeb\x58\x4f\x97\x38\x80\xfa\x60\x4a\x63\xbb\xe3\xc1\xa2\x0a\x16\x87\x2a\x64\x89\xd2\xf3\x4f\x58\x66\xe5\xaf\x29\x4d\x69\x49\xc7\x74\x41\x5a\x0d\x5b\xa9\x66\xe3\x16\x27\xa3\x26\xad\xc9\x35\x83\x47\xaf\xb3\xf4\x2a\x99\xd4\xb8\x0c\x92\x5c\x37\x29\x0d\x6e\x64\x72\x4d\x55\x0f\xfe\xda\xbf\xf9\x2a\xbd\x22\xba\xae\xcc\x2a\x3a\xcd\xb1\x01\x30\xd4\x29\xea\xf1\xed\xb5\x29\xda\xfe\x7a\xd4\xa6\xc0\x93\x86\x3b\x86\x93\xda\x0d\x68\x77\x4c\x52\xdb\xd3\x40\x80\x26\x31\xa3\xa8\x2f\xab\xcd\x6d\xd0\x2b\x66\xb4\x20\xf7\x60\x22\x80\xf0\x2e\xb2\x46\x16\x54\x92\xc7\xc0\x97\x11\x7f\xe3\x7c\xd7\x70\xe3\x68\x3e\x92\x16\xf3\xa7\x8e\x0b\x8e\xdf\x33\xd3\xe8\x53\xae\x70\x2c\xdb\x0d\x3f\x66\xc4\x3e\x03\xa3\x43\xd6\x90\x15\x40\xa7\xb7\x47\x78\xdf\x70\x75\x01\x4c\x19\xc0\xa4\x16\xa9\x06\x40\x23\x92\x2b\x31\xc8\x2a\xb4\x16\xac\x88\xc0\x2b\x88\xc9\x34\xc9\x62\x00\x6b\x19\x08\x52\x3a\xa5\x9b\x9b\x19\x5d\x34\x73\xc3\x65\x13\xaa\x5e\xc9\xa4\xa4\x63\x84\xa8\x57\xeb\x10\x35\x42\x53\xaf\xf2\xe6\x91\xeb\x8d\x45\x57\x8d\x9e\xf3\x54\x8e\xaf\xb7\x0d\xf4\xed\x96\x65\xb6\x80\x8b\x76\xf8\x2e\x1e\xa5\xfc\x16\x75\xac\x75\x83\x0e\x24\xf5\x2a\x70\x83\xb8\x6b\x50\xb5\x59\x05\x6e\x15\xdb\x4e\x0f\x0c\xb9\x11\x6f\xc8\xa3\xa0\x03\x9c\x55\x54\xe3\xa2\xf6\x88\x69\x1f\x2f\xcf\x0f\x81\xe9\xda\x3f\x68\x93\x96\x15\x32\x1a\xd4\x9d\xc1\xd3\xb6\xc4\x8f\xa5\x25\x4f\x04\x4d\x65\x20\xa5\x34\x48\x46\xba\x03\x23\x1d\x85\x3d\x5c\xcb\x90\xd5\xf9\xbe\x59\x55\xe7\x95\x6a\x34\x55\x82\xbb\xe3\x4d\x32\x84\xba\x8f\x51\xa3\xd1\x45\x03\xe1\x6f\x30\x8c\x01\x1b\x44\x99\xa4\x74\x41\xa7\xb4\xc4\x10\xbe\x58\x63\x07\xb2\xee\x46\xf1\x77\x50\x05\xa1\x76\x85\xd4\x26\x0c\xfb\xe9\x3c\xbd\xc8\xa6\x99\xcc\x78\x99\xe4\x3a\x3b\x26\x51\xf4\x62\x39\xbc\x90\xa3\xc1\x66\x8f\x4e\xdc\x63\xd3\x20\xa7\xfe\x26\x1b\xa3\x86\x83\xc2\x5c\x6c\x70\x3e\xb5\xfd\xae\xfe\x1b\x42\xcc\xe9\x3f\xf5\x23\xa9\x7e\x62\x8a\x75\x46\xd8\xc4\xe4\xc5\x53\xbc\x07\x1b\x39\xb5\xe2\xbd\xf0\xec\x21\x2d\x59\x5a\xd3\xe8\x3f\x62\x0b\x32\x02\x7c\x63\xcc\x91\xf4\x4d\x4e\xb4\xda\x3b\x5e\x49\x96\xf0\x50\x57\x5f\x5b\x5a\xd2\xa9\xd6\x84\x42\x98\xee\x54\x26\x25\xd1\xb6\xaf\x30\xec\x22\x17\x3c\x1d\x5f\x83\xd5\x70\x42\x5a\x39\x2b\xab\xb4\xc9\x50\xe9\x05\x52\x70\x51\x11\x99\x8a\xe4\x46\xd3\x94\xca\x24\x23\xbb\x82\xe9\x6c\x10\x03\xa9\x36\x2f\x11\x2c\xb3\x37\x22\xa9\x6d\x64\xe6\x36\xd2\x99\x90\x2c\xd1\x3e\x46\xbb\x27\xdd\xb6\x8a\x87\xf7\x11\x33\x3c\x2f\xbc\xca\x56\x04\x56\x61\x79\x13\xb7\xbe\x09\xf3\x58\xbd\x48\x82\x65\x1e\x5c\xcc\x01\xbe\x78\x56\x3f\x95\xe1\xfd\x12\xa2\x46\xa8\x1d\xcd\x15\x66\x14\xaf\x5e\x3d\xa3\x0b\xf6\xa2\x53\xd0\x31\xfb\xbe\xe3\xaf\x16\x5d\x27\x23\x03\xe9\x52\xdf\x9f\xec\xfd\xd6\xe2\xc3\xcb\x91\xce\xd2\x90\x68\x46\x49\xdd\x27\x0b\x42\x53\xaf\xe5\xbc\x1c\x61\x10\x9b\x8c\x72\x90\xe2\x5b\x75\xc7\x67\x73\x79\x97\x04\xe4\xea\xc5\x4a\x72\x65\x96\x6f\xac\xd3\xf4\x63\xba\x15\xac\xcc\x0a\x8e\x33\xb4\xd0\x0b\xd4\xde\xb4\xf0\xbb\x43\x31\x52\xa4\x15\xcb\x14\xaa\xa5\xa4\xd3\x49\x52\x16\x87\xd7\xb2\x41\xbb\x7d\x0b\xa6\x76\x10\xec\x41\x02\xfa\x62\x50\xa8\xa8\x58\xee\x35\x2d\x96\x77\xcb\x40\xff\xe8\x71\xaf\x99\x0e\x15\x0a\x71\xab\x24\xa3\x29\x2d\x74\xac\x67\xd7\x7d\x69\xba\x9f\x56\x0c\x02\x17\xe6\x32\xe9\xd1\x2c\xe8\x93\x3e\x33\x4f\x1b\x0b\x56\xe8\x74\x6e\x86\xab\x28\xe9\xd8\x7f\x81\x40\x45\x74\xc2\x4a\x6c\x02\x9a\x4c\xa9\x8e\xac\x36\x21\xcb\x42\xc7\x41\x47\xea\xd7\x6b\xd6\xdb\xb9\x7e\xb9\xb0\x96\x14\xd7\xd6\x92\xe2\x92\x2d\x86\xd7\xa3\x56\xed\xa1\xf3\xd2\x58\x73\x39\x8d\xde\x25\x32\xe9\xba\xf4\xae\xd3\xde\x12\x65\x30\x07\xeb\xec\xc9\x60\x56\xb1\x09\xbd\x61\x73\x33\x16\xbd\x62\xbd\x9d\xab\x97\x37\x3b\x57\x5b\x5b\xc4\x75\x31\x1f\x5e\x8d\x3c\x74\x17\x36\x2b\xc9\x67\x7e\x57\x26\x33\x42\xef\x58\x6f\xe7\xee\xe5\x85\x05\xf7\x0e\x37\x9d\x0d\x2f\x86\x77\xa3\x11\x69\x15\x06\xcb\x73\x7a\x41\xc7\xf4\x86\x6e\xf6\x49\x95\xc7\x6f\x3d\xf8\x83\xc7\xbd\x86\x37\x05\x7d\x2a\xad\x26\x16\xe1\x5d\x16\xe1\x9a\xa3\x38\x65\xc5\x0a\x75\x3e\x6b\x58\x51\xd6\xb0\x22\xb5\x44\x0d\x88\x09\x6c\xfc\x94\x7e\xd7\x7f\x42\x6a\x3e\x07\xed\xd7\x9f\xde\xb5\xb5\xd0\xb2\xd0\x42\xa9\xa9\xfd\xfc\x99\x42\xee\x45\x4d\x34\xd2\x75\xc7\xac\xdf\x11\x74\x12\xb4\x78\xa1\x1a\x4c\x6a\x4a\x56\x2b\x11\xe1\xaa\xfd\x27\x50\xf9\x1a\x9b\x32\xea\x7a\x97\xcc\x86\x6a\xd0\x02\x01\x35\x53\xa1\x13\xba\xa0\xd7\x74\x73\x73\x0c\x1b\x01\x09\xb0\x2f\xa1\xc5\x9c\x95\x56\xd6\xba\x24\x76\x80\x27\xdf\x3d\x27\x9d\xce\x66\x4d\xf2\x9a\x83\x86\x2d\x62\x67\x4f\x65\x32\xa7\x97\xb4\xa4\x0b\x4c\x70\x7e\x58\xc1\x3e\xb8\xf3\x95\x9b\xf3\x15\x5f\xf0\x55\x8d\x8e\xa4\x2c\x8f\x65\xe5\x8c\xb4\xd2\x95\xb2\x72\x68\x46\x6a\x1f\x99\xc0\x5d\x16\x14\x21\xef\x44\xb1\xd0\x26\x7c\x91\x8e\x23\xc8\xd8\x8b\xa6\xd2\x37\x5d\xd4\xb4\x0b\xfc\x76\xe3\x2e\x50\x3b\xad\x7c\x18\xf4\x32\xd3\x23\xe5\x93\xd5\x22\x53\x5d\x88\x0e\xe2\xcc\xa9\x5b\x64\x73\x33\x57\x4c\x03\x5a\x85\x06\x2d\xdd\xe3\x00\x8b\x85\xb9\xaf\x86\x2c\x96\xe9\x52\xcd\xd0\x58\xd9\xe7\x4e\x36\x79\xbf\x38\xf9\xa2\xd4\x3c\xfd\x24\x1b\x4b\x17\x3c\x18\x1a\x72\x1f\xe1\x64\x86\xe2\xa7\xac\x8a\xa9\x0e\x2a\x97\xe5\x8d\x36\xce\x42\xb1\xe3\x72\x0a\xc9\xfd\xb2\x5c\x89\x46\xad\x36\x74\x6d\x02\x29\xe2\xb1\x6c\x2c\x8f\x48\xe4\x82\x48\x34\xd9\x9a\x7c\x76\xfa\x2e\x6b\x18\xf7\xcf\x0e\x96\x57\x58\x63\xe2\x95\xed\xb3\x30\x44\xc9\x90\x53\x39\x32\x59\x82\xbd\x71\x90\x88\x62\x8e\x95\x8e\xa4\xe7\x1b\x99\x75\x46\x77\x85\x24\xbb\x4c\xda\xea\x82\x69\xbb\x38\x8b\x36\xc7\x1e\x82\x29\x1f\xa1\x89\xe4\xbb\xb7\x32\xe1\xd4\x7c\xa0\xe7\x32\xc1\xf3\x22\x34\xf3\x81\xde\x69\xd6\xb5\x2b\x4f\x06\xd0\x2a\xa7\x99\x09\xc9\xb6\xa2\x9a\x31\x05\x66\x42\x0d\x5a\x0b\x44\xd0\xe9\xe8\xb1\x01\x62\x6a\xa3\xbb\xa1\xd4\x52\x54\xfa\xae\x22\xc4\x41\x46\x97\xe7\x81\x87\x07\x36\x49\x6c\xb7\x07\x7d\xfc\x9b\x0f\x7b\xa3\xc0\x86\xc8\x9b\xa4\xf6\x76\xa4\x77\xea\x91\x5b\x5b\x04\x99\xee\x79\x4f\x94\xa1\x1c\xad\x48\xbc\x81\x0c\x1f\x1f\x3b\x82\x4d\xd1\x33\x94\xa3\x56\x93\x95\xa0\xf1\xa7\x71\x76\x11\xc8\xad\x46\x91\xb1\x05\x84\x0f\x0b\x1c\x61\x6e\x8d\xf9\x29\xcd\x68\x01\xae\x7b\xce\x8e\xbe\xe8\x74\x92\x02\x52\x6f\xd5\x47\x22\x0f\xe9\x74\xa0\xc7\xe0\xfd\xf3\x41\x25\x8b\xa4\x5e\x33\x50\xd0\x15\xa6\x44\x62\x85\xaa\x45\x50\x78\x1f\xf5\x51\x82\x65\x14\x46\x0f\xee\x3c\x4e\xfb\x38\x40\x30\xae\xd3\x6b\xae\xf3\xc1\x2e\x8f\xcf\xd6\xc3\x44\x17\xc4\x17\xa3\x82\x28\x5d\xf0\x61\xee\x2e\xb1\x44\x92\x1d\x88\x4c\x5c\x74\x3a\x59\x83\x13\x44\xb1\xd5\xa7\x29\xa1\xd6\x99\xb7\xd3\x49\xec\x9f\xea\xf4\xa7\xde\x63\xa6\xb7\xc2\x8b\x65\x19\x48\xd1\xe6\x8a\xad\xdf\xa9\xee\x1a\x4e\x2b\x30\x12\x68\x20\xde\xad\xd4\x87\x6e\xb0\xba\xef\x2c\xbc\x34\x83\x5c\x9b\x58\x51\xf7\xc3\x7f\x09\x3a\xe0\xed\x23\x11\xbe\x70\x4c\x4f\x60\x21\xf6\xc3\x0a\x9f\x8b\x3f\x33\x24\x4d\x59\x61\xb8\xa2\xe3\x74\x06\xec\xc6\x1a\x3d\xc2\x0f\xdf\xad\xd4\x23\xd4\x99\x53\xd5\xb3\x19\x2a\x00\x0d\xd8\x53\x23\xd2\x4d\x95\x54\xbe\x0c\xd8\xa2\x45\xc5\x20\x19\xd4\x81\x4c\x16\x0a\xa1\x73\x96\x2a\x00\x7f\xca\xcc\xf9\xd2\xfe\x67\x49\x69\xd8\xbd\xba\x1a\xc1\x9c\x38\xc5\xd0\x7e\x31\x7d\xac\x94\x8f\x35\x8b\x6a\x4a\x94\xdc\x65\x63\xa4\x90\xc4\x8e\xfa\x06\xbb\xbd\x25\xc5\xea\x61\x49\x2b\x67\x99\x1a\xb0\xdf\x7b\xf2\x8c\xec\x8e\xbb\x69\xf9\xab\xf6\x2d\x33\x6d\xc9\x40\x7d\xb3\x3f\x2a\x1d\x00\x2a\x77\xe6\x35\xbc\x6b\x72\xf3\x91\xd6\xd4\xe9\x35\xcc\x01\x3b\x03\x80\xe9\x34\x94\x7d\x26\x35\x13\x9c\x1f\x9e\x7d\xc5\x06\xf9\x93\x41\xd7\x6e\x8f\xc6\xa4\x45\xc8\xbd\x8e\x6d\x35\xc9\x07\x93\x8a\x95\x66\xcb\xc6\x68\xcb\xf6\x8a\x70\xcb\x26\x0f\x6e\xd6\x78\xed\x66\xf9\x6e\xc3\x3d\x59\x34\xf5\x5b\x3d\x72\x0d\xf3\xae\xd6\xc9\x60\x8d\xe5\x43\x3e\x7a\x6b\xdc\xd3\xe2\xc3\x25\xa4\x3e\xc5\x2b\x74\x82\xe5\x03\x3a\xc1\x22\x5c\xf4\xb4\x41\x97\x94\x99\x09\x18\x7d\x52\x86\x67\x1b\x2b\x08\x3d\x5b\x2f\x42\x22\xb6\xc2\x2a\xae\x41\x77\x86\xfc\xe1\xb0\xd6\x23\x8d\xc9\x4c\x2b\x35\x70\xb1\x8c\xa6\xfa\xb2\x60\x05\xb2\xd9\x5b\x39\xa2\xbe\x50\x60\xcc\xb0\x47\xdd\x49\xcd\x1b\x2d\x37\xbc\xc1\x56\x1f\x4f\xe8\xfb\xd5\x4a\x67\xd4\xa9\x0e\x0c\x9f\x99\xbb\xec\x3a\x2d\x0f\x6e\x6c\xbc\x89\x82\x65\xe6\x3a\x0a\xf8\xf2\xc8\x9f\xcf\x47\xe5\x2c\xb0\x65\x52\xff\xfb\x75\x2e\x4d\x31\x41\x46\x0e\x6c\xf8\xfd\xde\x88\xc5\x40\x47\xb5\xbf\x4e\x2a\x8f\x41\xc3\x52\xb2\xd4\x25\x70\xdd\x29\x5f\xb1\xde\x4e\xb9\xbd\x4d\xcc\x93\x7c\x3a\x2c\x47\x74\xc1\xf2\x15\x17\xb4\x2a\x26\xa0\xb4\xd1\x7d\xaa\x9b\x7a\x4a\x37\x7b\xe6\xb2\x5e\xa8\xcb\x1a\x59\xc1\x2d\xb6\xfa\x74\x4c\x68\xee\x6f\x69\xfb\xe7\x70\x3a\x62\xe3\x60\xd2\x6b\xfd\xb8\x6a\xb7\x90\xd6\x19\xe9\x0b\x2a\x9a\x71\xc1\x7a\x3b\xc5\x4b\xc3\x1b\x5b\xd6\xaf\xd8\xda\x22\x1f\x64\x62\xf1\x1b\x56\x62\x58\x8c\x2c\x0b\xad\xfe\xcc\x69\x46\xf1\x41\xfe\x61\x8d\xcb\x6a\x88\xac\xc6\x82\xaf\x81\x18\xf4\x7b\xab\x6e\xdb\x3f\x23\xde\xc7\x96\x01\x46\x02\xf7\xda\x97\x62\xad\xf6\x05\x62\x46\x9d\xf0\x7c\xc2\x85\xa1\x7d\x19\x4d\xcd\x1b\x12\x8a\x3e\x05\xb9\xce\x6b\x1c\xe2\x99\x4c\xd4\x02\xa5\x24\x98\x9d\x95\xf8\x75\x44\x26\xac\x35\x70\x82\xeb\xe9\xfa\xd7\x65\x25\x75\xae\x7a\x5f\x76\xb1\x67\xdc\x0b\xb3\x51\x5a\x9a\xf7\x38\xac\x32\x72\x6e\x4a\xf8\xd1\xd9\x75\xd0\xae\x1b\x94\xd9\xa2\x40\xd9\x8e\x7b\xb4\x11\xb9\x5b\x2e\xea\x36\x44\x1e\x32\x56\x4f\x67\x5f\xf5\x68\x6e\x01\x5f\x35\x31\xc8\xb2\x5c\x46\xce\x38\xd9\x64\xdb\xcc\x63\x0a\xdb\xf5\x08\x03\xa9\xda\x63\xb9\x9f\xa6\xa0\x7a\x10\x37\x2d\xe9\x43\x88\x19\x74\x10\x7a\xe7\x0d\x3a\x98\xe8\x62\x02\x02\x3c\xf8\x04\x15\xc6\x3f\x5d\xcd\xb8\x98\xf2\x6e\x96\x5f\x16\x49\xfb\x53\xc9\x37\xfe\x65\x93\x03\xd3\x8d\x34\x9f\x6c\xfc\x4b\xd1\x86\x97\xf3\x54\x5e\xbf\x22\xff\xda\x90\xc5\x06\xc4\xa3\x00\xe1\x79\x43\x1a\x3e\xa9\xdb\x26\x54\x26\x6d\xf5\xad\xad\x59\x9a\x3d\xc9\xde\x5b\x1f\xbc\x8f\xb1\x0f\x1b\x0a\xae\xad\xe3\x0d\x9b\x87\xcf\x62\x9c\x4e\x43\x05\x88\x13\xd8\x33\xd6\xdb\xc9\x5e\x5a\x2a\xbf\x93\x59\x09\xb0\x60\xf9\x30\x1b\xa9\x2b\x76\x58\x6c\xf7\x47\xc0\xd9\xfb\xa0\xd1\x85\x89\xa2\xab\x7b\x1e\xa6\x23\x56\x56\x36\xb0\xb0\xf1\x1f\x02\x08\x06\x82\xea\x2a\x76\x51\x35\x35\x9e\x4f\x33\x99\xb4\xd5\xe4\x86\x05\xed\x76\xbb\xe9\x28\xfc\x5a\x6a\xa3\x16\x14\x4e\xda\xa6\xd5\x80\x95\x50\x92\xe3\xae\xd4\x75\xb4\xd2\x72\x90\x0f\x8b\xd1\xae\x64\xea\x3f\x03\x90\x2c\x1d\x45\x6e\xff\xb5\x4d\x3a\x9d\x52\x97\xab\xff\x0c\x6c\x4e\x2e\x80\xd0\xf7\x41\x53\xa6\xd8\xea\xae\xe0\x93\xc5\x98\x27\x86\x2a\x71\x23\x6c\xc1\x26\xbb\x63\xfd\x7c\xd5\xf3\x8e\x61\x05\xe3\xe7\x9c\x58\x25\xd6\xfc\xd0\x47\x75\x20\xc5\x8f\x32\x41\x37\x16\x4d\x49\x6b\x4f\x7d\xf1\xce\xe6\xee\x71\x9b\xbd\xb2\x21\xb9\x1b\x9c\x0b\xfa\xbd\x47\x3c\x42\x2d\x87\xd7\x23\xcd\xf7\x8c\x3f\x2b\xde\x94\x83\x45\x43\xfc\x4e\xb9\xd0\xac\xe1\xda\x77\xe2\xb1\x61\x1f\xcd\xeb\x14\x9d\x3c\xd0\xa6\x20\x84\x5e\x36\x3d\x01\x87\xd1\xa7\xa6\x74\x41\xe8\x7c\xdd\x53\xf1\x25\xb1\x6c\x0d\x30\x65\x83\x99\x65\xdd\x6e\x2a\x36\x47\x6e\xfc\x48\x02\xa0\x57\x6c\x66\xaf\x6e\x7a\x81\xf8\x83\x3b\x16\xf3\x3f\x57\x36\x16\x35\x3d\x67\x17\x31\x52\xde\x45\x5c\xca\x39\xa1\xfa\x13\x6c\xd4\x05\x56\xaa\xdb\xf3\x76\x1b\x65\x62\xbf\x88\x03\x0d\x10\x7a\xc0\x7a\x3b\x07\x2f\x27\xf6\x48\x1e\xd8\x23\xf9\x85\x4d\x86\x07\x23\xfa\x81\x8d\x87\x5f\xd4\x91\x3c\xd5\x00\x99\x23\xf9\x85\xb4\x6e\x87\x1f\x46\xec\xb4\xca\x2e\x93\x73\x62\xc7\x3b\x63\xbd\x9d\xb3\x97\x76\x16\x3b\x67\xb6\xb3\xf7\xec\x6c\xab\x4f\xf7\xd8\xf9\xf0\x6a\x78\x36\xb2\xb1\x0d\x36\x19\xdb\xeb\x74\xf4\x1c\x92\xf7\x74\x8f\x54\xfa\x6f\x04\xe0\xad\xb5\xcf\xf7\xd6\xfa\x70\xb9\x23\x29\xcf\x6e\xf1\x0d\xa9\x49\x50\xdf\x37\xf8\xa0\xad\xf2\x5c\xf0\xaa\x1a\xe6\x82\x0d\xb4\xff\x9a\x4d\x78\x2e\x33\x79\xe7\xbc\xc6\x40\x16\xd6\x76\x8a\x10\x45\xf5\x62\xea\xf3\x02\x26\x39\x2d\x8c\x0d\x88\x7f\x8e\x4c\x51\x20\x01\x2c\x7e\x7f\xbf\xda\x9e\x35\x97\x5c\x1c\x65\x65\x68\xe6\xf7\xfd\x53\xe4\x76\x02\xa5\xb8\x70\x75\xd4\x89\x98\x1f\x53\xac\x7f\xce\xbf\x48\xcd\xa8\x38\x1d\x90\x19\xf6\x50\xf2\x99\xe2\x2c\x14\x17\x25\xf8\x55\x56\xda\x6f\xf6\xa9\x0b\x59\xdb\xb7\x78\xf7\xcd\xc1\xdb\xbd\x4f\x47\x67\xe7\xfb\x7b\x1f\xf7\x5e\x1f\x1e\x1d\x9e\x1d\x1e\x9c\xb2\x65\x10\x5c\x06\xc4\x21\x17\x57\x46\xfd\x42\xef\x89\xea\xa7\x8f\x26\x03\x49\xc5\x70\x20\x99\xc1\x66\x9f\xa2\x10\x32\xea\x67\xc0\x12\xb8\xd6\x3a\x6c\x8c\x2a\xf7\xf1\x62\x7c\xa9\x0d\x14\xa3\xbe\x98\x08\x31\xaa\x2a\x8a\x0c\x33\xd8\xec\xeb\x5c\x61\xfb\xb2\x06\x7e\x3f\x00\xbf\x1f\x82\xdf\x0f\xc0\xef\x7f\x25\xf8\xfd\xb5\xe0\xf7\x6b\xe0\xf7\xd7\x81\xcf\xbb\xef\x0f\x8f\x0f\xdf\xef\x1d\x85\xbb\xb1\x6f\xef\xef\xcf\x72\x19\xcb\xae\x5e\x65\xbc\x2f\x2b\xfc\xcc\x6b\x34\xf4\x11\xdf\xfa\x29\xc7\x81\xc2\x50\xfd\x8d\x2c\xdf\xd0\xaf\x50\xce\x97\xdf\xc4\xb5\x6e\xdb\x7c\xef\x5e\xeb\x48\x8b\x07\xbb\xd6\x4d\xd6\xf6\x6a\x89\x5d\x90\xad\xd3\xbc\x08\xf2\x07\x07\xd0\x15\xd7\x0e\x10\x33\xe7\x8f\x59\x92\xa8\xcd\x43\xfd\xef\xbb\x5c\xa7\x0f\xf7\xbb\xff\xf0\x92\x2c\x82\xf8\xb4\x6b\x3b\xd4\x55\x1f\x82\x2f\xe0\x46\x1f\x39\x7f\xdc\xe6\x71\xfd\x3f\x6e\xfe\x9f\x1e\x86\x38\x7a\x6c\x0d\x73\x59\xfa\x1c\x56\x71\x4b\xf6\x59\xe7\x18\x3e\x91\x6c\x89\x34\x32\x4e\x22\xe4\xb7\x1b\x9f\xa5\x3a\x5e\x67\x07\xef\x3f\x1e\xed\x9d\x1d\x9c\x7f\x38\x3e\xfa\xed\xdc\x99\xe9\xb1\x13\x7b\xc2\x7e\x6f\xf6\x2b\xbf\x58\x8c\x3f\x73\xc9\xf8\x2e\x5c\x5a\x69\x59\x66\x57\x39\x49\x96\x15\xe5\x64\xb0\xac\xa2\x9c\xb3\xa8\x45\x90\xb4\xa2\xb1\x98\xc9\xa6\xcc\x1d\xbf\x9b\xf7\x2b\x5d\x0d\xb2\x77\xbd\xe1\x97\xe9\x62\x2a\xb1\xff\x23\xfb\xdd\x82\xfd\x66\x55\xb4\x93\x80\xad\x57\x82\xf9\x09\xbf\xf4\x09\x99\xaf\x21\x2d\x96\x38\x5b\x9b\x37\xd5\x1b\x6d\x46\x79\x53\x75\x10\x03\x81\xf2\xa5\x46\x79\x61\x7e\x49\x85\xbf\x94\x9b\x16\xc9\xd5\xf1\x49\x64\xe0\xb7\x09\x5b\x6c\x9d\xd6\x11\xec\x8e\x6d\xa5\x31\x4f\xee\xbd\x9e\x1a\xf3\xad\xea\x69\x52\x80\x99\x50\xe9\x32\x2c\x35\x3e\x02\xc3\x7d\x8b\xc2\x70\x78\xeb\x15\xe0\x1b\x0e\xa5\x5f\xcf\x09\x7c\x79\x6b\xa5\x4e\x50\xa2\xc0\xa7\xd7\xb2\xd2\xd6\x50\x3e\xe1\xfe\x70\x3c\x1a\x16\xdd\x6f\xca\xf9\x68\xab\x1f\x24\x38\xd1\xaa\x1f\x53\xdd\x59\x4c\xa3\xe8\x2d\x71\x91\x31\xf0\x89\x3e\x57\xda\xce\x05\x3d\x0e\xa1\xd9\x70\xe3\x98\xe9\x07\xa4\x25\xb3\x21\x53\xc0\xb0\xd0\x41\xb7\x5d\x6e\xf5\x5b\x69\xd7\xf6\x36\xa5\x25\x38\xc5\x1b\x63\x93\xe9\xb6\x8e\x1f\x8d\xe1\xb3\x55\x17\xd4\x38\x80\x4e\x18\x82\x93\x5e\x33\x9b\xae\x98\x5e\xb2\xc5\xf6\xd3\xbf\x5c\xb7\x26\xae\xcd\x25\xbd\xa6\x82\xe8\x70\xdf\xe9\x95\xc7\xa2\xbf\xf3\x64\x18\x8d\x83\x96\x7d\xa4\x5b\x5c\x40\x74\xe6\xf0\x68\xe9\xb5\x51\x25\x50\x45\x0f\x1c\xa7\x0e\x8a\x23\xe3\x6c\xa1\x8d\x30\x5f\x9e\xfe\x05\xf7\x67\xd2\xc1\xa4\x35\x24\x46\x5d\x41\x61\x65\xa3\x06\xd9\xe4\x4b\xd6\x58\x0e\x74\x04\x90\xb9\xa6\xe7\xb2\xdf\x4a\x9f\x9b\x03\x99\x48\x09\x63\x22\xe5\x65\x60\x01\xf3\xd9\xe2\x4a\xbe\xb6\xf0\xe5\x5e\xe9\x98\xbe\x62\xbd\x9d\x74\x7b\x9b\xc8\xee\xb8\x98\xdf\x25\xe9\x96\x6e\x40\xd3\xad\x8c\xb4\x4c\x63\xc6\x69\xee\xfe\x92\x08\x19\x19\xaf\x2a\x67\x85\x67\xce\x1e\x44\x3a\x6d\x5c\xa9\xdd\x77\x72\x10\x97\xb8\xd6\x54\xfa\x96\x78\x31\x77\xbf\x31\x8d\xf4\x47\x6f\xf3\x87\x88\xde\x2f\xd2\xb9\xc2\x51\x85\xc3\x5a\x61\xa0\x85\xa9\xca\x18\xaa\xa1\x15\xe5\xd4\xc4\x34\xb2\x4b\x2b\xd1\xba\x72\x08\xf3\x53\xcc\x13\x9f\xd5\xed\xb0\xf1\xa8\xab\xf5\x60\x3d\x3c\x96\xfd\x15\x13\x01\x48\x2f\x8d\x7e\x3a\xeb\xf3\x52\xc7\xe5\xb1\x87\x51\x84\xc7\x8e\xfa\x61\x44\xd3\x30\xe7\xab\xfc\x1d\xf1\x00\x81\xe5\xa6\x3b\xe6\x22\x3e\xe2\x2b\xc7\xca\x28\x44\xa1\xdb\x4d\xfe\xe4\x90\x64\x90\x3c\x66\x0d\xf0\x29\x46\x91\xe7\x55\x2b\x67\x27\x79\x7f\x9f\xa0\xcf\xec\xef\x26\xb5\x85\xef\x89\x10\xca\xcd\x31\x53\x9b\xad\x66\x33\x90\x76\xaf\x05\x75\x4f\x20\x12\xe5\x4f\xe7\x2f\x7b\xf7\xf7\xfc\x15\x13\x90\x60\x5e\x5f\x07\x10\x07\xdf\x61\x35\x4e\x8b\x85\xf0\x2c\x1e\xbb\xb2\x11\xba\x3c\xd5\x46\x5e\xeb\xf2\x55\x0f\x01\x25\x2c\x50\xb9\x01\xca\xfa\x8d\xa2\x5d\xd8\x66\x01\x1e\xb3\x7c\x4b\x3a\xc9\x5e\xab\xd5\x25\x68\xd2\x33\x9d\x5d\x4c\x51\x90\x82\x40\x76\xc3\xd6\xa3\x90\x0e\x16\xdc\x7f\x8c\xd6\xdd\x17\x80\x46\x3b\x24\x48\x34\x9a\x84\x0d\xda\x53\x6b\xcb\xa4\x89\xf7\x2b\xa8\xd8\xf2\x51\xb3\xb8\x3d\x58\x47\x0d\x91\xb1\x6a\xf1\x80\xa5\x53\x8b\xc4\x3a\x69\x3c\x50\xb0\x56\xc2\xba\x3a\xeb\x93\x15\xef\x61\x8c\xc0\x18\x5f\x69\x8f\x34\x50\x6a\x3f\x92\xe2\xcb\x9a\x98\x16\x5f\xa3\x3b\x4b\xe7\x28\x7d\xe9\x87\x4b\x82\xd4\x95\x3e\xf8\x52\x89\x50\xd3\x53\xf8\x20\xff\xbf\x5d\x2e\x64\x00\x63\xa2\x6d\xcd\x53\x51\x72\x88\xe9\x40\xfb\x3d\x4f\x0a\x15\x2e\xe7\x06\x97\xe5\x30\x37\x90\x7e\xc0\x82\x92\x0b\xc4\x04\x39\xbf\x35\x92\x4f\x3e\x3a\x7a\xbc\x27\xae\x20\x75\x40\xa9\x33\x94\x59\x2e\xf1\xed\x57\x52\xc0\x18\xdb\xcc\x57\x78\xdf\x09\xe9\x83\x29\x31\x0f\x62\x11\xb9\xfa\xb3\x84\x71\x15\x31\xfa\x93\x60\x78\xaa\xe9\x24\xd8\x47\x00\x93\x03\xe5\xcc\x2d\xe5\xfc\xef\xc2\xe4\xc8\x6a\xbc\xd0\x85\x1d\x4f\x77\x88\x16\xdf\xf6\x93\xb9\xb6\xba\x4a\x16\x95\x6b\xff\xd3\x46\xae\xaa\x46\xf3\x54\x25\xe8\x25\x22\x1f\xf0\xad\x89\x70\x9b\x69\xe2\x01\xfd\x79\x91\xc5\xe9\x5d\x2e\xaf\xb9\xcc\xc6\x90\xbf\x56\x91\x73\x35\x82\xa9\x18\x8d\x61\xbe\x36\x8d\xe2\x96\xcc\x8f\x89\x47\xd9\x93\xae\xfb\xeb\x14\x29\x42\xe0\xdd\xd4\xf1\x1a\xd8\x14\xaa\xb2\xf7\x42\x9c\xfb\x73\xb3\xaf\x2d\xf0\x0d\x45\x0c\xae\x18\x9a\xb1\xc4\xe4\x10\x32\x00\x79\x46\xa6\x24\xa8\xf7\x96\x1d\x5e\x07\x39\xb5\xf7\x10\x64\x5f\x6e\xbc\x87\xfe\x88\xef\x21\x6d\xaf\x5f\xdb\x1e\x1d\x16\xd2\x50\x1e\xcf\xf3\x70\x77\x23\x59\x0e\x12\xda\xaf\xbc\x96\xa8\x29\x2f\x2a\xa6\xd9\x48\x9b\x10\xb2\x64\xbd\x9d\xf2\xa5\xdc\x29\xad\xaa\x77\xca\x8a\x61\x39\xda\x81\x99\xa4\x6e\x86\x53\xd2\xe9\x24\x39\xd3\xee\x21\xc9\x94\xd0\xcc\x87\xb5\x41\x94\xb5\x1c\x11\x52\x85\x27\xe8\x61\x62\x92\x36\x60\xef\x9f\xba\xdb\xd6\x73\x0b\x0d\x77\x5b\x6e\x96\x41\x52\xb9\x25\xd0\xdd\x16\x61\x71\x40\x7b\x75\x8b\x3e\xa9\x2c\x12\xa2\xb8\xdf\x7f\x6d\x6f\xb9\x8b\xf1\x8f\xc6\x8b\x31\xbe\xff\xcc\x61\xaa\x5d\x86\x21\x1d\x72\x92\x9a\x9e\xc1\x2c\x9d\xeb\x45\x52\x6b\x34\x83\xcc\xa8\x78\x71\x66\xe9\x1c\xaf\x8a\x45\x0c\x74\x6d\xc5\x4b\xa2\x3a\x5c\xf3\xde\x27\x82\xf7\x3e\x3e\x14\xc3\x6c\x34\x82\x17\xbf\xca\xaf\xd9\x57\x1d\x43\x0c\x99\xc4\x90\x99\x7b\x14\x94\xfc\xcd\xa7\x2b\x57\xa7\x4b\xb8\x9b\x31\x89\x4f\x00\x6f\xee\x2e\xb0\xe7\xd6\xd3\xe2\xc1\xb4\xf2\x21\x87\x69\xa9\xc9\xb9\x0b\xd6\x1e\x58\x9c\x8b\x0f\x07\x7a\xef\xa8\x0d\xf7\x97\xb0\x42\x87\x49\x78\xff\xfe\x61\xef\xdf\xd7\x8d\xf7\x6f\x96\x4b\x2e\xf2\x74\x0a\x0f\x5f\xc1\xd9\x40\x96\x15\xe8\xb3\xad\x7f\x16\x70\x86\x2b\x6f\x9e\xf0\x52\xd5\x97\xfd\xfa\x2b\x79\x65\x57\x6b\xee\xea\x47\x80\xda\x20\x6f\x44\x53\x5f\x29\xe5\x34\xdf\xd6\x1a\xce\x62\x8d\xd0\xb3\x02\x36\x2c\x0b\xfd\x27\x20\xda\x2b\xb8\x79\x47\x1a\xf6\x55\x5f\xb5\xda\x51\x2b\x3c\xb1\x61\xe5\xaf\xa6\x68\xf1\x58\x88\xa8\x3d\xfd\x0b\x26\x6b\x5f\x7f\x44\x6d\x66\x94\xb8\x8a\x82\x11\x4e\xa3\x0b\x2b\x0b\xbe\x18\x6b\xae\x51\x7d\x1f\x3e\xfd\x8b\xa2\x82\x60\xac\x66\x7e\x6e\xf5\xa9\xf7\xb5\x81\x0f\x4f\x94\xfc\x83\x7a\x55\xf7\x90\x0e\xcc\x3b\x4c\x69\x41\xb3\x51\xf3\x85\xfa\xa3\x4c\xe2\x7b\x54\xaf\xb5\x5e\x77\x84\x07\x11\xb9\x44\x25\xd1\xb0\x3a\x39\x77\x1d\x8f\xd0\x92\x28\xea\xfb\x49\x02\x1f\x62\xe8\xfe\x8f\xab\xb4\xb1\x1a\x63\x39\x06\x2d\x92\x79\x2c\x41\xfa\x6f\x6e\x14\xa2\x9c\xd2\xac\x22\x02\x60\x08\x0b\x3e\xa2\xf1\xa7\x7e\xed\xd3\x68\x64\x27\xf8\xcb\xba\x58\xc8\xe8\x6a\x43\x7a\xd3\x40\x65\x1a\xb1\xd8\x91\x28\xb6\xd4\xca\x2f\x5f\xdf\xbd\xeb\x22\x15\x59\xd4\xbf\x97\x87\x10\x2d\x0e\xc9\xf0\x2f\x5a\xed\xfd\x6f\x49\x7f\x95\xf4\x1b\x1d\x2c\xeb\x8f\x07\xc4\xc8\xf0\xb8\xd3\x77\xba\xd5\x03\xc2\x27\xa1\xbf\xe9\x7a\xbf\xd4\xea\xbd\x53\x23\xd3\x1e\x69\x71\xd7\xe0\xdd\x29\xfb\xcd\x5e\x10\x7f\x6b\x5c\xd7\x66\x2d\xcf\x35\x4f\xe7\x76\x55\xe7\xa2\xb8\x12\xe9\xcc\xae\x2b\xff\xa2\xa8\x81\x8b\x33\x6d\x1f\x81\x9d\x90\x30\x5e\x08\xc1\x73\xf9\x61\x7e\x9a\xfd\xa1\x6e\x03\xb0\x8a\x3b\x31\xb5\xea\x42\xb3\x69\xad\x64\xe6\x69\x91\x4e\x7c\x45\x87\xd7\xb8\x0e\x93\x8a\x72\x7f\x1c\xbb\xb7\x13\x5f\x08\xc9\x79\x46\x8c\x57\xc8\x1a\x00\xcd\x2c\x8a\x83\x59\x6b\x2b\xd2\x11\xa1\x8f\xaf\x7e\x39\x1f\x11\xda\xf8\x99\xd5\xbf\x96\xf3\xd1\x76\xbf\x9a\x17\xf3\x00\xac\xb8\x4a\x43\xc3\x4b\xd5\xb0\x61\x18\x91\x9a\xda\x1a\x56\x9d\x45\x7f\x1d\x38\xbe\x5e\x9f\x54\x6e\x6a\x7f\x6e\x95\x2a\x6b\x18\xbc\x7a\x36\x11\x7c\x81\x25\x71\x05\xf6\x01\x28\x63\xfe\xc7\xb1\x95\x54\x84\xa6\x37\xa4\x72\x7f\xae\x40\x16\xbd\xd7\x5b\x7c\xbb\x8e\x71\x15\x98\x7f\x34\xa2\x87\x83\x2a\xee\x88\xc6\xa0\x28\xf4\x57\xab\x95\x4e\x26\x02\x00\xd2\x60\x9c\x15\x0f\x74\xec\xe0\xb6\x09\x8c\xea\xb3\xac\x2f\x67\xce\xbf\x80\xe9\xbc\x09\xc3\x64\x54\x40\xa6\xd6\x80\x53\x73\xfe\x70\xf0\x75\x03\xb7\xbb\x25\x45\x7c\x4b\x6e\x28\xfe\xb6\x80\xec\x50\xda\xe8\xb8\xe1\x68\xe6\x90\x85\xaa\xb5\x76\x85\x59\x46\x73\x67\xae\xf8\x61\x11\x1e\x4c\xfb\xfd\x30\xcf\x6d\x6a\xd0\xfa\xa7\x25\xf7\xd9\xaf\x76\x83\x66\xe6\x63\xc2\xc9\x20\xf8\x7e\xaa\x13\x59\x85\x1d\xfa\xca\xcb\xf2\x36\x93\xe3\xeb\x84\x83\xdd\x25\x59\x8e\xd3\x92\x6f\xf4\x06\xc1\xa3\x89\xa7\x00\x2d\x28\xee\x87\xc5\xee\x20\xea\xd2\xa7\x41\xa9\x1e\xbb\x5b\xcc\xfb\xa6\xf8\x49\xbd\x78\x15\x6e\x9b\x16\xcf\x82\x16\x1a\xdf\x51\x87\xdf\x0d\xc2\x35\xd7\x98\xa2\xcb\x9e\x37\x94\x9d\xd9\xe6\x55\xd5\xb4\x46\xcb\x9f\xb9\x4f\xf1\x25\x29\xa7\x66\x65\xec\x7d\xfa\x73\xcd\x2e\xd3\x04\xbb\x89\xa2\x0f\x0e\x72\xb6\xd9\xaf\x98\xd0\xba\xe1\x4b\xb5\x42\xa7\xfa\x95\x82\xdf\x6e\xc8\x2e\xfc\x6d\xae\x80\xfc\xc6\x5e\x14\x93\x62\xa6\x4d\x31\x21\xb3\xaf\x71\xed\x8c\x3a\x66\x79\xc5\xbf\xf0\xf1\x42\xfa\x2c\xe3\x4b\xdf\xbd\x53\x6d\x2a\x31\x4b\x9f\x22\xa1\x9f\x1d\x77\x36\x45\x37\x2b\x0f\xb4\x7e\x76\x27\x48\x80\x06\xcd\xbb\xd1\xc9\xf1\x56\x63\x39\xce\x82\xa6\x1a\x90\x81\x30\x39\x43\x80\x59\xbb\x34\x94\x0b\xaf\xb5\x87\xc8\x9e\x93\x90\x52\xe9\x21\xcd\xa7\xca\xc2\xb8\x8c\xdb\xea\xec\x0f\xfc\x76\x43\x68\xfc\x27\x95\x89\x6c\x89\x7b\xd1\x26\x81\x07\x5f\xc6\x7c\xae\xb3\x0f\xd3\x5a\x37\x1a\x58\xde\x85\xf7\xf2\x2c\xbf\xfa\xe5\x3d\xfb\xd9\xde\xe4\x3f\xad\x7c\x90\x07\x0f\x78\x9f\x29\x62\x31\x03\xd3\xa1\x0b\xb5\x8b\xb2\xd2\x1f\xea\xe6\x02\x61\x45\x9b\xf1\x59\xbb\x3e\xf9\x17\xae\xbf\x7f\xa5\x61\x78\x08\x8b\x36\x97\x0c\x63\x39\xc1\xdb\xa7\xb1\x92\x06\x33\x05\xc1\x73\xcb\x56\x58\x0b\xeb\x6a\x9e\xaa\xad\x70\x41\xea\xc2\xc7\x58\xa8\xd4\x8d\xaa\x54\x97\x99\x28\x25\x84\x31\x6f\xac\x8e\x8a\xab\x69\xba\xae\xa6\x2f\x0d\x4c\xb6\x39\x60\x68\x00\xb6\x8e\x7f\x63\x97\xea\x1f\x7e\xa9\xfe\xde\xc4\x74\x65\x76\xa9\xec\x4f\xbc\x2a\x52\xe0\xd0\x9a\x5a\x38\x90\x6b\x6d\x28\xaa\x49\x36\x39\x74\x01\x5b\xf7\x0d\x48\x3a\x81\x5f\xdd\x56\x41\x75\x46\xad\xa2\xd6\xc2\x4f\x1e\x9e\x21\x1c\xa3\xaa\x86\xb9\xf6\xd1\x47\xf2\x01\xb7\x26\xeb\x92\x9a\xfd\x76\x67\xfb\x44\x9f\x42\x73\x35\x1d\x19\x94\x4b\x04\x04\x73\x90\xda\x2b\xc6\x7e\xa3\xb9\x12\xe0\x86\x23\x6a\xcc\x09\x1c\x6a\x0c\x47\xad\x0f\x89\x16\xf7\xba\x8e\xa0\x80\xc9\xa3\x3a\x74\xf6\xa0\x24\x45\xe4\x0e\x01\x23\xd3\xa8\x52\x4a\x2a\xd2\x9d\x88\x62\xee\x36\x8d\x0b\xb7\x69\xff\x58\xc1\x29\xd3\x22\xdc\xb8\xa1\xe5\x01\x3f\xf3\x3b\x8b\xb8\x33\x3e\x2b\x2c\x2b\x0c\x62\x83\xd5\x21\x08\x2e\xd3\x2c\xe7\x13\xb6\xd9\xb7\x22\xfc\x84\x7f\x61\xdb\x7d\x63\x97\x75\xe2\x75\x91\x9e\xc9\xb0\x4d\x7a\xa8\xc3\x28\x5f\x06\xf1\xe3\xfa\x12\xf5\x8b\x54\xe5\x75\xb1\x98\x4e\x4e\xf8\xac\xb8\xf1\x18\xbe\x19\x74\xad\x88\x02\x64\x3f\x89\x61\xb4\xcb\x22\xc5\x03\xb8\x1c\x2f\x8a\xc5\xe6\xcc\x5b\xbf\xda\x25\xd0\x08\x3e\xcd\x4a\xb9\x8d\xcf\xbe\x3a\x66\x60\x2b\x2b\xf9\xc4\xc7\xde\xd5\x65\x9a\x87\x79\x9f\xce\xe1\x16\x7a\x9f\xce\xad\x83\x86\xf8\xcc\x4d\xbc\x4c\x64\x79\xf2\xc0\x41\x59\x69\x6c\x54\x80\x9a\x5c\x31\x63\x59\x78\x8e\xf4\x61\xd0\x3b\x15\x20\xa3\xb3\x8e\x88\xc0\x34\x2f\xad\x9f\xf9\x1d\xe5\xab\x0f\x66\x7d\xda\x6b\x02\xf7\xd2\x3f\x7d\x8c\x21\x89\x8f\xdf\x86\x81\xa4\x78\x4c\xfc\xa6\xb8\xd9\x10\x78\x58\x1b\x60\x11\xa3\x28\xd2\x27\xdb\x69\xfb\x27\xc5\xcc\xea\xfa\xf1\x86\x14\x3e\x5d\xa7\xce\x58\xde\x26\xad\xa2\x9b\xe5\x25\x17\x52\xe7\x36\xcd\x62\x72\x4d\x53\x9a\x21\x4a\xab\x69\x84\xd1\x81\x94\x77\xf9\xd8\x6e\x5b\xd4\xac\x2b\x00\xad\xf5\x2e\xa5\xa4\x86\x16\xb4\x34\xd1\x94\x1f\xb9\x70\x0d\xa8\xb8\x62\x4f\xd0\x8a\xea\xc0\xca\x80\xfd\x28\xcb\x2a\xa9\x34\xdc\xb5\xf5\xe7\xd4\xe1\xc9\x40\x52\x3b\x36\x52\x22\xf7\x68\xc6\x7a\xb4\x60\x9b\x7d\xcf\x0d\x39\xf2\x87\x6f\x26\xf8\xcf\x51\x56\x4a\x36\x1c\x99\x24\x61\x10\x71\xc0\x1b\x6e\x5b\xcd\x16\xb9\x10\x3c\xfd\xec\x14\xee\x25\x84\x99\xa0\xcb\xcf\xfc\x0e\x42\x40\xed\x38\x9e\xa9\xec\x74\x20\x26\x80\xa7\x02\x3b\x44\xd5\xde\xda\xca\x47\x2d\x1c\xbf\xb7\xec\x74\x34\xc5\x63\x6c\x4a\x10\xd9\x00\x33\xf0\x92\xa6\x84\xe6\x5b\x5b\x2e\xb5\x93\xec\x5e\xa7\x65\x32\x75\x11\xa5\xa4\x76\x42\x04\x18\x17\xfa\x64\xbd\xcc\x74\x37\x6a\x3f\xa1\x93\x05\xc4\xc7\x34\xce\xc2\xcc\xd4\x72\x53\x18\x2b\x0a\x3a\x61\xf9\x56\x7f\x67\xf2\x32\xdb\x99\xe8\x38\x14\x10\xf3\x40\x0c\x27\x23\x07\x3e\x59\x8e\xd9\x66\xaf\x05\xf3\xaf\xa0\x78\xbc\x9b\xc4\xf0\x2e\x00\x5e\x96\x6d\xf5\xad\xbe\x35\x82\x42\x4d\x46\x31\x62\x6a\x3a\x85\x23\xc4\x1a\xa3\xa1\x1a\x84\xf2\x0c\x23\x5c\x89\x86\x08\x57\x62\x78\x3d\x6a\x01\x14\x97\x0e\xc2\xdd\xc4\xf7\x38\xe1\x53\x2e\xf5\xc0\x97\x84\x0c\x54\x25\x20\xcc\x56\xbb\x5a\x54\x08\x6a\xc7\x46\xc7\x38\xd4\xe2\xc1\x45\x20\xf5\x45\x40\x79\x78\x73\x48\x7b\x73\xf0\xe0\x8a\xb1\x84\xce\x99\xd3\xe9\xb0\xf4\x0a\xa1\xd1\x7c\xdd\xd8\x1e\x97\xbd\xaf\x9a\xf3\x8e\xb4\x0c\x40\x41\xf1\x01\x48\x3d\xd2\x97\x96\x92\x18\x4c\xe4\x74\xc1\xfc\xc3\xe9\x2e\x3a\xce\x03\x89\x59\x36\x3a\x66\x47\xdd\xcb\x42\x18\xba\xaa\xcd\xa9\x93\x02\x18\x89\xa5\x31\xa6\x1f\xe4\x35\x22\x03\xa2\x42\x76\x31\xcd\xf2\xab\xc1\xa2\x22\xad\xcc\xb2\x1b\x05\x1d\x13\xc7\x4d\x48\xf6\x6a\x29\x43\x46\x81\x38\x71\xda\xfb\x3f\xa4\x94\x93\x56\x6e\x56\xcb\x6a\x1a\x69\x69\x33\xbf\x51\x01\xb7\xc0\x54\x31\x32\x86\x61\xc9\x49\x45\x2a\x87\x59\x38\x8a\x0e\xf5\x7b\x98\xfd\x17\xf6\xd0\x1b\xc6\xec\x5e\x25\x1c\x53\x45\x32\xe0\x88\xcc\x76\xd1\x82\x6c\x32\x96\xe4\x4c\xe0\x55\x26\x9d\x8e\x6a\x0e\xfe\x85\x7a\x9a\x99\x9d\x66\xe6\x90\x02\xa1\x2c\x27\xcb\xcf\x09\x27\xf4\xc2\xe5\xd7\xf3\x37\xa2\xae\xa6\x2f\x45\xc7\x6d\x09\xb1\x42\x84\x29\xe6\x4e\x87\xcd\x2d\x97\xa9\x3d\x78\x5c\xe0\x62\x23\x9e\xb1\x5e\x28\xa0\xd9\xcf\xbc\xa6\x51\xc1\xac\x7d\x31\x2f\x87\xb8\xfa\xd6\xd6\xa8\x81\xa9\x6d\x1c\xdf\x84\x33\x8a\x3f\xd7\xa5\x39\x3b\xc9\xbc\x36\x49\xa4\xc9\x46\x42\xf4\xc2\x20\x5b\xb3\x7b\xa9\xe2\x52\x59\xee\x31\x89\x9e\xea\xbf\x12\xc2\x5e\x5d\x24\xa8\x01\xe8\xa9\x84\x3e\x10\x7c\x85\x8c\x2f\x41\xc6\x77\x58\xc2\x77\xeb\x55\x36\xfb\xd5\x80\x53\x48\x52\x21\xa8\x05\xcd\xbd\x09\x29\x36\xec\x67\x99\x08\xda\xd0\x77\xe5\x4f\x92\x95\x17\xfe\x3f\x22\xbe\x35\xed\xb0\x28\x6e\xc1\x81\x73\x43\xb3\xc9\x1b\x39\xbf\xe1\x62\xe3\x1a\x52\x04\xb4\xed\x16\x66\xf1\x16\x62\xe3\x33\xfd\x7e\xa3\x56\x24\xd5\xea\x11\x97\x92\x02\x25\x8a\xfb\xdd\xb8\xba\x42\x37\x69\x2e\x4b\x62\x53\xdb\xf4\x70\x72\xba\xdf\x0d\xcb\xf3\x7b\xa9\x6a\x8e\x75\x8e\xc4\x4a\xbf\xb4\x59\x92\xbb\x21\x94\x0c\x64\x95\x7e\xce\xf8\x4b\xf8\x78\x57\x8c\xef\xe4\x2f\xe5\x8e\xba\xb3\x0c\xf1\xd6\x2a\x28\x9d\x6a\xd7\xea\xfa\x44\x05\x76\xbc\x51\xda\xd2\xae\xfb\x58\xdd\x8a\x4c\xf2\x9f\x4a\xa7\x2b\xb2\x6a\x97\xdf\x5d\x96\x1d\xfb\x13\xc6\x10\x78\xde\x5d\x68\x7c\x92\xde\x26\x9c\xc2\xc4\x79\x1e\x39\x67\xea\xee\x7d\xce\x21\xf7\x50\xbc\xae\xfd\xe1\x6c\xc6\x27\x19\x04\x6b\x11\xb6\x8b\x33\xb1\xe0\x61\x76\x3e\xdc\xb8\x6f\x6a\xbd\x4d\xa7\xe5\x9a\x6a\x3d\x53\x0d\xd2\x1c\xad\xac\xf5\xc4\xd4\xfa\x94\x43\xe8\x0e\x3e\x59\x5d\xf5\xa9\xa9\xaa\x7f\xc9\x55\xd5\x24\x3c\xaf\xfd\x54\xda\x07\x36\x81\x13\x07\x5e\x71\x09\xb5\x48\xa0\x9e\xfd\xbd\x1c\x36\xb8\xae\x0a\x32\x02\x6f\x27\xb7\x9e\x8f\xe8\x0f\x75\x13\x2c\x2c\x7e\xf1\x13\xac\x77\xff\x50\x17\x59\xe9\xa1\xd8\x5d\x0f\xe3\x60\xe5\x98\x81\x08\xaa\x07\x33\x9f\x68\x88\x75\x8a\xe2\xaf\xb2\xb9\xd7\xed\xa6\x1c\x91\xdf\x42\x34\xba\x5f\xe8\xf0\x03\xb1\x4e\x33\x0c\x4e\x10\x97\x3a\x0a\x5d\x2b\xd1\x89\x73\x6a\x9f\x21\xbd\x2c\xfa\x6a\x61\x4a\x6b\xf4\xc4\xc4\xf1\x5b\xce\xc7\x83\x8c\x6a\x37\xf5\x34\x74\x03\x9c\x9b\xc7\xee\x99\x53\xce\x5a\x75\x9a\xbd\x28\x35\xed\x34\xda\x5a\xf8\x36\xfc\xb7\x1c\xc1\xf8\x85\xbe\x45\x86\xbf\x9a\xdf\x01\x94\x65\x0f\x99\x14\x94\x7d\xf4\x43\xe2\x12\x89\x4b\x6e\x7a\x5e\xec\xbe\x61\x30\xab\xd5\xda\x48\xf7\xa2\x38\x1c\xc3\xdb\x9d\x36\xb9\x15\xbc\x94\x85\xe0\x38\xf4\x9b\x00\xe0\x32\xa1\x84\xa0\x9d\xdc\x9b\xce\xe4\x96\x83\xce\x18\x87\xa0\x7c\x71\x8c\xd8\x0c\xc4\x3c\x85\x89\xf6\x00\x10\x08\xf6\xec\x8f\x5a\xbe\x82\x8c\x64\x84\x0c\x36\xb5\xb5\x86\xa9\x0d\xf4\x24\x27\x83\xcd\x3e\xfe\xaa\xe9\x47\xae\xc3\x41\xe2\x02\xa0\x18\x39\x19\xf8\x44\xec\xb6\xc4\x53\x89\x9c\x0c\xcc\xb7\x9f\x4a\xf0\x9b\xc5\xd1\xe9\xd4\xc2\x24\x82\x0e\x7b\x74\xbb\x4f\xb9\x57\x29\xf4\x46\xfa\x91\xee\x27\xaf\x0a\xd2\x8f\x0d\xb6\xa3\xad\x2d\xb3\xa6\xe6\xe9\x90\x72\xf4\xaa\x67\x68\x40\xdc\xcc\x95\xad\x6a\x0c\xb3\xaf\xb7\x83\xcf\x71\x1b\xdd\x42\xaf\x4c\xbd\x89\xfe\xde\xdc\x46\x67\x93\xab\x35\x81\xcf\xcd\x2d\xfc\x62\xd6\x9b\xf9\xb2\xe6\xb6\x9a\x62\xd5\x9a\xa9\xcf\x4d\xcb\x30\x59\x40\x6e\xee\xe8\x82\x8f\x3a\xc6\xaf\xc4\xe6\xca\xac\x0f\x1e\x5d\xb0\x41\x6d\x09\x4f\xa8\x86\xf2\x87\x43\xf5\x6d\xc6\x75\xd4\x4a\xdf\x12\xd1\x00\xf8\x5e\x40\xbe\x55\xea\xb4\x55\xf8\x49\xea\xd1\x43\x04\x8f\xbe\x8f\x1f\xe8\xf1\x03\x7c\x55\xc7\xda\x19\xdd\xbf\xff\x46\x43\xf4\x82\x4d\x68\x5a\xa0\x6d\x85\xd4\x38\x19\xdc\xe3\xfb\x5a\xb1\x12\xb6\xc7\xaf\xe8\xa9\xa1\x87\xab\xc8\x5f\x33\xb2\x15\x46\x0d\x2e\x23\x54\x83\xfe\xb6\x38\xb1\x2e\x9f\x4d\x6e\x10\xab\x5b\x5b\xca\x21\xb6\xa4\x42\x74\xc4\x57\xe2\x4b\x54\xd7\xf5\x85\xce\x12\x2a\x30\x02\xc2\x9e\x86\x54\x30\xb9\x1d\x3e\x22\xe3\x4e\x20\x1a\x4d\x70\xbf\xeb\x52\xab\xdc\x90\x85\x8e\xd0\xe1\xc0\xb0\x71\x6a\xa6\xc5\x95\x5d\xbd\x60\x1e\xc6\xf4\x2c\x98\x28\x8d\x81\x22\x55\xd5\xb5\x77\xcc\x8c\xb4\x6e\x4c\xd9\x7c\x3c\x62\x19\xbd\xf1\x35\xd9\xcc\xd3\xdc\x1b\xdf\x1f\x33\x5a\xdd\xe1\xc4\x3c\xeb\x9b\x17\x78\x30\x0b\xd0\x25\xd7\x51\x89\x63\xee\x57\x5f\xc8\x8b\x91\x71\x27\x05\x96\xd9\x68\x2c\xd5\x57\x7c\xd7\xeb\xc2\xb9\x29\xbc\xd4\x57\xf6\xb1\x16\x0b\x87\xa5\xfe\xf9\x37\x99\xdc\x58\xf8\x28\xb7\x20\xd0\x25\x04\xec\x79\xcd\x2f\x0b\xc1\x07\x9c\xbd\xfa\x99\x77\xd1\x17\x2d\x32\x72\x42\xe1\x1b\xa8\x62\x55\xa5\xa5\xad\xa5\x95\xb3\xa6\x52\x55\xc1\x72\x10\xab\x99\xb2\x77\x3b\x5b\x56\x7a\xe0\xe9\x08\x09\x17\xbe\xdc\x58\xc2\xa9\x59\x87\xdc\xd9\xb0\x1c\xe9\xfd\x83\x0a\xf3\x71\xbd\x34\xb4\x12\x82\xcd\x22\xda\x74\x28\x32\x40\x43\x41\xb6\xb8\xd1\x0c\x07\x11\x2c\x25\x01\x3b\xa2\xa8\x95\x4f\x3b\xeb\x42\x05\xd9\xe0\x78\x80\xe7\x41\xaf\x4b\x9d\x97\xac\xe8\x66\xe5\x51\x71\x7b\xc4\x6f\xf8\xd4\x42\x46\x12\x4e\xc8\x5a\xd0\x39\x69\x59\x03\x05\x63\x9b\xa0\x70\x2d\xb4\x4f\x28\x7b\x2d\x57\x12\x9a\x26\x94\x7d\x57\x22\xc3\x36\xd2\xb7\x91\x61\x1b\xe9\xdb\xdc\x84\x6d\x6e\x7a\x55\x15\x4e\xd4\x1a\x4f\xac\x99\x9e\xd6\x72\xa8\x89\xd5\xec\xb1\x68\x38\x25\xcb\x42\x4a\xad\x63\xc5\x73\xb2\x0c\x65\x5c\x24\x4d\x2b\x59\x6f\x25\x4d\x2b\x59\x6f\x75\x63\x5a\xdd\xf4\x98\xac\x6a\xf6\x5d\x0a\x54\xf4\x2d\xb6\xb3\x82\x62\xf7\x29\x50\x19\xa9\x22\xfb\xa0\x8f\xcd\x86\xd4\x77\xf3\xbb\x66\xf9\xa3\xca\xd0\xb7\xd0\xd0\xc7\x17\x6a\x97\xf4\x0d\x73\x38\x63\x47\x30\x13\x3c\xc8\x94\x42\x4d\x9e\xdf\xac\xa8\xc5\xf3\x1b\x4b\x87\x41\xa9\xf5\xe0\xfd\xb1\xe2\x38\x11\xaa\x64\x0c\x19\xca\x16\x35\xd9\x27\x21\x46\x08\xf1\xc2\x92\xfa\xa4\xbd\xfa\x10\x2b\xe3\x2e\x86\xaa\xaa\x85\xa0\xc7\xe6\xaf\x0b\xa7\x48\xa5\x5a\x20\x9a\xcb\xc4\xb2\xba\xc4\xc4\x77\xb4\x41\xc1\x15\x35\x04\x79\xca\x7e\xad\xea\x81\xea\x56\xf6\x1d\x75\x00\x49\x88\x45\x90\x85\x03\x4b\x1b\xc3\x11\xcd\x98\xac\x19\xe9\xdb\x84\xde\xd9\xa8\x2b\xd3\xab\x56\xb1\xc9\x22\xbb\xed\x4e\xc7\xe8\x55\x0a\xb7\xf5\xfe\xb9\x71\x1f\x1e\x14\x53\xe9\x13\x4c\xa9\x61\xb5\x02\xd5\xcd\x55\xad\xc1\x4c\x26\x92\x10\x2a\xbb\x2e\xbf\xa8\x70\xfc\x3f\xa9\x74\x4a\xe9\x90\x80\xf9\xf5\xb6\xe1\xce\xa3\x20\xff\xee\xa9\xd3\x44\x19\xa4\x39\xac\xf6\x3f\x64\x22\x03\x13\x0c\xfd\x6c\xad\x89\xe0\x24\x9b\x1c\xc0\x58\xb9\x19\x34\x54\xf0\x7f\xe6\x77\x03\x41\x75\x90\xf7\x9c\xce\xf8\xac\xd0\x11\xf5\x8d\x8f\xa7\xc9\xdd\x06\x81\x0e\x41\x87\x7d\xc2\x2f\xdf\x16\x42\x3f\xe0\x97\xb5\x8f\x19\x69\x15\x28\xe6\x91\xfb\xdb\x58\x05\x4c\xc3\x79\x3e\x21\x74\xf1\xb8\x79\x8e\x61\x9e\x5c\x24\xd3\x70\x9e\x0b\x2a\x68\x49\xd3\x50\x83\xe2\x66\x3c\x26\x74\x5c\x05\x01\x8c\xac\x98\xa0\x24\x77\xd3\x77\xb7\xfe\x1a\x5c\xf9\xe0\x4b\x6e\x83\x86\x23\xb3\x27\xea\xe4\x39\x13\x40\x9a\x87\x33\xea\x51\x6f\x88\x17\xcd\x09\x86\x83\x3e\x25\x24\xc8\x46\x37\x96\x8f\x0b\x0a\x02\xa3\x48\xf2\x70\x96\x19\x95\xd4\x84\xbf\x53\xc8\xaf\x80\x0f\x18\x0c\x3f\xe3\x14\x9e\xa3\x0f\x2c\x6e\x41\x61\x63\x9e\x09\xa3\xc1\x77\x97\xbc\xd5\xe8\x23\x93\x0a\xfb\x29\x78\x29\xe1\xfe\x35\xb5\xd2\xa9\xcf\x97\xae\x1f\x38\x8d\xb5\xa9\xbb\x90\x98\xd6\xa0\x7b\x1e\x3d\xbb\xd4\xce\x79\x8b\x0f\xbd\x9c\x3c\xea\xae\x78\x5f\xaf\x7c\x08\x2c\xab\xc9\xcf\xac\x36\xc9\xaf\x12\x58\x58\x85\x33\xa8\xc9\x32\xd6\xc2\x43\xb5\xb2\x50\xb8\xf7\x8f\x00\xde\x80\xa1\x09\x6a\xc3\x38\xc1\xe2\x2d\xa3\x59\xb9\x1e\x11\xee\xc5\xfd\x01\xcc\xd6\x30\x6d\xc5\xbe\x2d\xf5\x1b\x81\x5a\x71\x53\x93\x6a\x53\xb5\x47\x80\x69\xbb\x5e\x3c\xbe\xaa\xdf\xca\xe0\xde\xc2\xcc\x6f\x65\x2e\x90\xb8\x2f\xcd\x09\xdb\x8e\xc2\xfb\x27\xae\x1b\xf0\xc7\xb6\x89\x5a\x31\xd8\x70\xdb\xa8\x81\xc7\xc6\x37\x98\x4d\x05\xaf\x77\xfc\x4d\x38\x20\x42\xb5\x10\x14\x97\x40\x7e\x1d\x48\xf6\x90\x68\xcb\x73\x1f\xab\xcf\xd1\x87\x23\x0e\x96\xb6\x93\x48\x9d\x1b\x43\x4b\xa8\x9e\x96\x6b\xdd\x50\x49\x63\xdd\x8a\x39\x6b\x84\x2e\xe6\xd1\xec\x9a\x81\x86\xca\x2e\x22\x60\x28\x05\x9a\xc9\xbb\xd2\xca\x79\xbc\xbd\x2d\x84\x09\xf0\xc7\x57\xb7\xb1\x15\xbc\xd5\xa7\x59\x89\x16\xef\x74\x8c\x3d\x66\x4b\x8a\x3b\xb8\x8e\x77\x36\x6d\x00\x4c\x6d\xbb\x40\xba\x93\x22\xe7\x3b\x64\x47\xe7\xde\x9e\xde\xa1\x4b\x3b\x22\x20\x3b\xa2\x7b\x9d\x96\x70\x5e\xca\x1d\x22\x10\x3d\xb1\x4a\x36\xf3\x48\x5a\xe9\xae\xf5\x3e\x53\x93\x7e\x1d\xa3\x29\x76\x0b\x34\x74\x3c\xb6\x2d\x45\x06\xd6\x9b\xce\x65\x5b\x55\x0c\xad\xa3\xcd\xbb\x17\xe5\x6c\xa9\xe6\x31\xd8\xec\xdb\x0b\x14\x52\xbf\x0d\x92\xba\x10\xec\xeb\xf6\x6c\x5d\x7e\xbb\x91\x0b\x7b\x71\x07\x64\x86\x8a\x1a\xd9\xc4\xf2\x97\xc2\xc2\x8b\x2c\x9f\x04\x28\x10\x64\xd8\x68\x62\xf8\x04\xf3\x44\x75\x47\xbc\x62\xbd\x1d\x61\x43\x4c\xe7\x8c\x0f\xc5\xa8\x25\xe1\x45\x3b\xa7\xa1\x30\x05\x89\x9c\x2a\xe4\xbb\x58\x3a\x3f\xd4\x66\xf6\xf4\x88\x77\x45\x51\xc8\x24\xe7\xb4\x67\xf8\x51\x6e\xd9\xcd\x90\x2f\xb5\x0e\x5e\xc3\x51\x55\xf1\xae\x95\x53\x7e\x79\xcf\x52\x41\xff\x2d\xd9\x82\xfe\x2a\xd9\xd4\x98\xc3\x4e\xbd\x89\x9a\xb1\x45\x74\x61\x1d\x1c\x2f\x63\x82\x70\x0a\x2a\x05\xe7\xaf\x17\xd9\x74\x02\xc1\x9c\x83\x31\x4d\xde\xad\x85\x9a\x84\x9a\x49\x20\xf7\x3b\x77\x00\x41\x68\x30\x0d\x9a\x11\x9a\x3b\xfc\x28\x22\xeb\x01\x5a\x44\x29\xf5\x1b\x40\x2a\xf9\xf4\x12\x32\xf6\x78\xc8\xb2\x10\x32\x9b\x01\x36\x84\x08\x16\x4e\x51\x96\xe2\x52\x67\x35\x72\x70\xd1\x14\xb2\x39\xae\x9c\xc0\xc2\x4d\x72\x4a\x4b\x5a\xa8\x39\xd8\x09\x2c\xe2\x09\x2c\xbc\x12\xe8\xcf\xca\x1d\x0a\x9f\x7f\xb2\x49\x73\x62\x49\x86\x2e\x04\x0e\x58\xbc\x88\x51\x48\x35\x9e\xda\x8f\xbe\xde\x18\xf9\x12\x25\xfa\x5d\x9d\xbd\x52\x75\x27\x42\xff\x54\x57\x9f\xc6\x8f\x49\x80\x1f\x6b\x2c\x97\xf5\x18\xe6\x5d\x47\x07\x67\xf5\x6e\x4e\xe5\x62\xc6\xd9\xd8\x1a\x65\x99\xd0\xad\x0d\x9b\x6b\xcd\xeb\x6d\xf6\x47\xbd\xbd\xf1\x86\x06\xbb\x9d\x56\x4c\x00\xc7\xbc\x72\x7b\x21\x43\x95\xdd\xde\x8c\x96\x6a\x0b\x57\xa3\xa8\xaa\xad\x76\x75\x0c\xf0\x12\x08\x9d\xe5\x19\xe1\x71\xbc\xc3\xe3\x2a\x3e\x33\xb5\x39\x3c\x8c\x9b\x63\x85\x58\x6b\x0f\x4e\x1e\x1f\x9c\x00\xef\xd2\x18\xaa\xf4\x7f\x1b\xef\xd0\xbe\x82\xa0\xa9\xf3\x72\x38\x9c\xaa\x07\x90\xe5\x2e\x7b\x47\x80\x03\xee\xbd\xf1\x5a\x34\x86\xf7\xbb\x99\x31\x77\x03\x05\xda\x99\x99\xb9\xf2\xac\xb9\xa0\x29\xbc\x34\x38\x76\x33\xc3\x2a\x00\x63\x4f\xe1\x0f\xc0\xa5\x7d\x6a\x13\x77\xfa\xb9\xb6\x65\x92\xc1\x25\xa4\x35\x29\x96\x82\x49\xdb\xfd\xed\xb5\x82\x79\x53\xc0\xcd\xea\x8d\x00\xcc\xdd\x68\xaf\x59\x1b\x15\x3e\xc1\x83\xcc\x45\x9c\x6c\x0c\xe7\x48\xcc\x09\xf8\xa7\x72\xf6\x6a\xc8\x69\x3e\xe4\xa3\x11\x58\x6e\xb7\x67\x69\x96\xb7\x69\x9b\x4f\x4b\xde\xa6\xed\x54\x4a\x51\xb6\x47\x90\xf9\xd7\x54\x87\xcc\xf2\x72\xc4\xac\xe2\xb8\xfd\xd7\xf6\x96\xac\xac\x88\x6c\x9d\x73\xbc\xcd\x62\x6f\xa7\x7c\xf9\xf4\x2f\x85\x15\xd5\xcb\xad\x2d\x82\x13\xd7\xe8\x37\x25\x9f\x2c\x33\x2e\xa1\x59\x2d\xad\x3d\x15\x3a\xab\x7d\xa0\x3b\xd4\x17\xa8\xcf\x5c\xea\x72\x16\xd3\x82\xf6\xe8\x66\x8f\xd0\xa8\x01\x24\x31\x8d\x3f\xca\xda\x17\xa1\x51\xf1\x5a\x04\x89\xa8\x66\x88\x82\xb5\xff\x67\xeb\x62\xd0\xfb\x1f\x88\xe9\xd3\xcd\x8b\x09\x07\x95\x5d\xc5\xbb\xa7\x07\x27\x87\x7b\x47\x87\xff\xd8\x3b\x3b\xfc\x70\x7c\xfe\xf6\xf0\xe4\xf4\xec\xfc\xf8\xc3\x9b\x83\xf3\xd3\xb3\x93\xc3\xe3\x77\xcc\x36\xb4\xb9\xe1\x3d\xa9\x9b\xaf\x8e\x72\xef\xd1\xbf\x94\xa9\x50\xe7\x0d\x18\x8a\x37\x7c\x2e\xaf\xad\xd5\xd1\x38\xcd\x27\xc6\x7b\x07\x39\x9d\xab\xbd\xe7\x93\x0f\xb3\x4c\x4a\x3e\x39\x2e\x26\xdc\x59\xb3\x17\x73\x9e\xe3\x5e\xb6\x9d\x05\xf9\x95\x87\xe9\xa8\x09\xa6\xec\x32\xa9\x93\xdf\x45\x3e\x4b\xe5\xf8\x9a\x4f\xf6\x7c\xca\x3c\x0f\xc8\x85\x1f\x48\x89\xd5\xb5\xe8\xa0\x27\xfc\xfa\x6e\xa2\x13\xfb\x6f\xdc\x66\xf2\x7a\x03\x59\xbb\x6d\xe4\x85\xdc\x28\x17\xf3\x79\x21\x24\x9f\xb4\x09\x32\x9e\xd1\x13\xd7\x12\xc6\xfe\x42\x94\x85\xb0\xdc\xa6\xb6\x3a\x02\x81\x63\x67\xd3\xda\xd6\xe6\xf7\xf7\x17\x8a\xac\x75\x3a\x33\xf5\x1f\xb2\x43\x72\x13\x3b\xd9\x0c\xd5\x8a\x57\x12\x34\x7d\xc1\x00\x91\xb8\x73\x38\xf2\xce\x47\xaa\xaa\x6d\x1a\x91\x8e\xa0\x8b\xdd\x06\xb0\x5d\x43\xcd\x77\x96\x41\x5f\x91\xc1\x5c\xdc\x84\xf1\x6a\x92\x95\xda\x64\xd3\x2d\x63\xac\x8e\xc2\x4d\x5b\xb2\x86\x2d\x78\x15\x18\xaf\x78\xfe\x67\xbb\xe3\x51\x5f\x30\x1d\x75\xac\xac\xbd\x58\x53\xc4\x1d\x70\xc6\x69\x79\xb3\x82\x1b\x8d\x5b\x11\xea\xdc\xdf\xf7\x48\xcb\x46\x4a\x0c\x36\x0a\xd2\x93\x21\x18\xd0\xee\xc7\x87\x83\x63\xe8\x8c\xae\xe0\x70\x64\xcd\xa2\x74\x60\xc1\xf7\x59\x09\xc8\x8c\xc2\xbe\x59\x25\x5e\x38\x71\x63\xb6\xbd\xc9\x98\x33\xbb\x12\xd1\xc1\x82\x3a\xaf\x98\x68\x38\xb9\x10\x64\x7d\x47\xee\xc0\x89\xba\x53\x17\x3f\xd1\x95\xcf\xe1\x6f\xad\x52\x97\xd6\x03\x16\x7c\x42\xa4\x09\xda\x0d\x2d\xed\x52\xec\x90\xb8\x92\xd5\x16\xd6\x90\x42\x92\xaa\x3a\x3f\x77\x10\x1a\x93\xf7\x60\x52\x03\xee\xbd\x0c\x6c\xf8\xc4\x60\xef\xfd\x86\xb4\xa2\xdf\x5b\x5b\x10\xf0\xc1\xe3\xb2\x30\x71\x89\xa2\x45\xa2\x4b\xa9\x13\x9a\xe9\xfc\x32\xe6\xc8\xb6\x5e\x30\x6d\xd7\x4a\x80\xa0\x9e\xdd\xcd\x79\xa7\x03\xe1\xb6\x3c\x81\xd5\xf6\xfe\x36\x35\x83\x22\xa5\x6d\xda\x23\x9d\xce\xb9\x62\x66\xc0\x0e\x39\x89\xf6\x1b\x2f\x8c\x50\x84\x3e\xa2\x7b\x92\x0c\xda\x67\x87\x67\x47\x07\xed\x4d\xc6\xb2\x4e\xa7\x7d\xba\x7f\x72\xf8\xf1\xcc\xfd\x3a\xfb\xcd\x15\xe9\x9e\x03\x04\x51\x9c\x70\x75\x7e\x3e\x9e\x16\x25\xff\x53\x2b\x1a\xc3\x13\x2f\xe9\xf6\x76\xc3\x92\xd2\x9c\x6d\xf6\x83\x75\x55\x7f\xb3\xcd\x1e\xbd\x53\xeb\x80\x96\x23\xc8\x96\xe9\x56\x21\x26\x73\x59\x6d\x59\xb6\xb7\x4d\x92\xcb\xa6\x29\xbb\xe1\x75\xda\x42\x1f\x70\x1e\x53\x52\x0f\x5d\xd1\xe9\xdc\x89\xa4\xd0\x60\x15\xc4\xc6\x03\xf5\x73\xb4\xde\x10\x18\x48\x9b\x21\xa4\x4e\x88\xd2\xfa\x26\x6e\x6f\x57\xb0\x0d\x60\x09\x0a\xb7\x9c\xcb\x42\xe3\xd6\x4d\x86\x21\x22\xe5\xfd\xbd\xf6\x02\x89\x5a\xb9\x5e\x7e\x3c\x7b\x7f\x14\x11\x3d\x6d\x96\xfd\x1a\x6c\x55\xb5\xcf\x86\xb3\xf2\x0c\x2d\xde\x73\x26\x91\x2d\x2b\xcd\x80\xa6\xcd\x12\xac\x0d\xa1\x02\xaf\x16\xcd\xbb\x73\xc1\x6f\xb2\x62\x51\x3a\xca\x54\xc4\x9b\x16\x7a\x80\xc2\xd7\x9c\x50\xbf\xc8\x5f\xf4\x22\xaf\x3b\x00\x85\xab\x1f\xd3\xcf\x86\x8d\x0e\xab\x10\x42\x33\xab\xa5\x09\x57\xce\xac\x54\x65\xc6\x40\xa8\xad\x0d\x85\xd5\x2a\x80\xc6\x02\xa3\x87\xd3\xf7\x60\xaf\x20\x4e\xa8\xa8\xc2\x55\xc6\xaa\x3e\x07\x0b\x84\xcd\xed\x74\x0e\xc0\xd5\x1f\xa9\x4a\x80\x4a\xe3\x61\x76\x44\xa7\xb3\x79\xa0\x0e\xc3\x0e\x11\x4c\x34\x41\xd0\xb0\x35\x20\xb7\x22\xf5\x91\xc3\x89\x33\xfe\x45\x3e\x8c\x59\xbb\x4f\x15\x8a\x3b\x1a\xb6\x9b\x48\x4f\xbf\x74\x2c\x5a\xfc\x85\x59\xd5\x3c\xda\xb1\x00\x35\x64\x98\x7a\xd5\x8c\xf2\xc2\x31\x9e\x9a\x4e\xb6\xff\xe7\xbe\xc6\x8c\x26\x92\xdc\xdf\x7f\x51\x77\x49\xa7\xd3\x86\xc2\xb5\xd4\xd1\xb2\x98\xd1\x6c\xad\x0a\x2c\x42\x0e\x42\x43\x2c\x70\xb5\x1b\x3f\xbb\x25\xb4\x7e\x66\xf1\x63\x99\xdd\x59\xbb\x88\x9d\xce\x85\x02\xfc\xbf\xb0\x78\x89\x6c\xc6\xee\x78\x02\x1e\x32\x62\xae\x48\xc7\xb1\xac\x80\x55\x11\x80\x4e\xe7\x56\x2f\x70\xf8\x6e\x99\x5d\x26\xed\x6b\x29\xe7\x83\x6f\xbf\xbd\xbd\xbd\xed\xde\x3e\xed\x16\xe2\xea\xdb\x27\xbd\x5e\xef\xdb\xf2\xe6\xca\x6c\x94\x4d\x08\xfc\xe9\xe4\xd0\x85\x05\xed\x9a\x9b\x51\xa1\x50\xab\xe9\x63\x57\x16\x9f\xe6\x73\x2e\xf6\x21\xd4\x75\x95\x48\x1a\x1a\x38\x34\x32\xe2\xc3\x91\xb6\xc3\x31\xc1\x10\x70\x72\x65\x2a\x0d\x21\xcb\x2e\x13\x33\x95\xf6\xd9\xeb\x0f\x6f\x7e\x6b\xeb\xd1\xf4\xc8\x24\x8e\xd6\x60\xd7\x46\x6a\x47\x6a\xda\xc0\x9f\x36\x0a\x1f\x36\x42\x58\xb4\xc0\xad\xc6\x1d\x8a\xe9\x4d\xd8\xa6\x3a\x3f\xaf\x27\xd9\x0e\xac\xdf\x1b\x96\x02\xee\x25\x27\x1a\x8b\x24\xa7\xdc\xa4\x4d\x31\x63\x99\xdc\xcf\x3a\x93\x73\x62\x7e\x31\x69\x3c\x00\x72\x48\x33\x35\xe6\x49\xee\x42\x2a\x65\x84\xf6\x6b\x90\x36\x00\xa6\xc1\xfd\x28\x8a\x39\x17\x48\xd1\x69\xb5\xe4\x2b\x60\x75\x13\xfa\x20\x12\x61\x60\xcd\x5d\xf0\x90\x00\xd6\x3c\x82\x55\x58\x58\x85\x83\x35\x5f\x01\x6b\x00\x55\x75\x7e\x0e\xf9\xba\x43\x86\x3d\x15\xcb\x06\x10\xb1\x4b\xaa\xf0\xa4\x58\xdb\x04\x0b\x6c\x13\x6c\x35\x30\x2e\x4f\xaf\x21\x3b\x7e\x99\xc4\x30\x1f\xc1\xa1\x30\xd8\xb0\x4a\xa2\xd4\x9c\x89\x85\xbe\x06\x6a\x75\x9b\x4d\xa7\xfb\x8a\x21\xf3\x4e\x2c\x21\xc1\xe6\x34\x64\xcf\x2c\x01\xf7\xc1\xc2\x1b\xb0\x51\x51\x9a\x4e\x47\x36\x61\xb5\xa9\x3f\x2f\xe6\xde\x7d\x4d\x83\x57\x07\x45\x49\x89\xef\xe1\x86\xc3\x18\xc0\xbb\xff\x5e\x70\x71\x77\xca\xa7\x1c\x04\xed\x7f\x95\x63\x91\xcd\xe5\xf0\x6a\x3a\x13\xac\xfd\xcd\x52\x56\xed\xd1\xbf\xbc\x22\xe8\xfe\xde\x5c\x4b\xf0\x7e\xc5\x67\x85\x4f\x8c\x5c\x3f\x04\xe1\x80\x2d\x9c\x3f\xdb\xec\x98\x15\x24\xb0\xd8\xd4\xe9\xe0\x5f\x9b\x8c\xe5\x3b\x04\x5f\x16\xb8\x94\xb4\xb4\x07\x6f\xa5\x4f\x95\x13\xe0\x9a\xc4\x7f\xf3\xf2\x6d\x25\xae\x4c\x33\x24\x10\xc5\x71\x95\xcc\x22\x4c\xb8\x99\xe6\x5b\xcb\x64\x18\x28\x74\x00\xaf\xd8\x01\x43\x0d\x72\x94\xdd\x18\xde\xbc\xa0\x9b\x3d\x78\x54\xdf\x03\x8a\x6f\x78\x0c\xee\x35\x1a\xdd\x7a\x59\x74\xbf\xa0\x38\xe0\x8e\xc1\x8b\xd9\x69\xc0\x13\x74\x0b\xa1\x10\xd9\x4e\x97\x74\x21\x56\x5e\xe6\xbe\xd2\xdd\xea\x4a\x5a\x32\xe2\x2b\x25\xa3\x6d\x2d\x19\xa1\x7c\xf2\xb8\x2f\x1f\x6a\x1a\x75\xa0\x2d\x35\x9f\x11\xda\xc7\xed\x6e\x71\xbb\xfe\x0a\x40\x0f\xd6\x01\xda\xfe\x1f\x85\xc6\x35\xee\xc4\x27\x39\x5f\xdf\x78\x63\x75\xcb\x0f\x22\xb6\x12\xea\xed\x08\x6f\x20\x24\xac\x81\x90\x79\x13\x53\xa4\x13\x08\x4c\x10\xa6\xb0\xaa\x78\xd7\xa2\x9b\x55\x99\xb3\x2b\x51\x11\x42\x79\xd2\xfe\xeb\xd5\x34\x9b\xcd\xb8\xf8\x76\x21\xb3\x69\x9b\x0e\xdb\xfc\xcb\xbc\x10\xb2\x6c\x8f\x68\x82\xd9\xb2\xf6\x42\xd1\x24\x29\xb2\xb1\x6c\xb7\x8c\xca\x55\x5b\xba\x23\xda\xda\x3e\x3f\xe7\xe5\xfb\x62\xb2\x98\xf2\x36\x5d\xea\xa7\xc3\xcd\x5e\xa5\x04\x9a\xb4\x2c\xb9\x90\xc7\xfc\x86\xc7\x26\x50\x91\xaa\xa4\xbd\xc8\xf9\x97\x39\x90\xa0\x0d\x94\x81\x79\xe3\x42\xa4\xf9\xf8\xba\x4d\x5a\xd8\x20\xb7\x8d\x6a\xb4\x29\x27\xd4\x16\x4a\x91\x8e\x79\xf2\x2f\x45\x59\x36\x06\x83\x8d\x6f\x96\x3f\x9d\x7e\x38\xee\xea\x24\xfa\xd9\xe5\x9d\xba\x5d\x37\x92\x6f\x96\xbc\x22\xff\x22\x95\x03\x8f\xd5\x98\x9c\x4d\x5e\xd3\xe5\xc9\xfb\xfb\xb6\xae\x0e\x4a\xef\x34\x9b\x2e\x04\x6f\x43\x2f\x13\x3e\x17\x7c\xac\x8e\x08\x5e\x3a\x0b\xd3\x6d\x2a\xf2\xa4\xfd\xe6\xe0\xe3\xc9\xc1\x3e\x68\x4f\x07\x1b\xed\x2d\xae\x1b\x66\x63\xc9\x0a\xca\xbb\x59\xf9\x46\xfd\xd9\xc0\x10\x6b\x1a\xc6\x2b\xa8\xa4\x37\xa0\xa1\x5a\xbb\x80\x12\xef\x8d\xc2\x7d\x8e\x88\x0a\x32\xbd\x95\x0b\xc1\xdf\x2d\xb2\x09\x08\xc5\xde\x9c\x08\x3e\xe5\xd0\xf9\x29\x17\xf0\x0d\xa8\xd3\x5b\x2b\xf6\x35\x0d\xd6\xac\x23\xd6\xcb\x99\x5d\xe5\x41\x13\x2f\xc5\xf4\x77\xe4\xcb\xd4\xc6\x2a\xb4\xb8\x2c\x2d\x2e\x0b\xe6\xca\x86\x72\x84\x95\x00\x9d\x4e\x6d\x76\x82\xf8\x1b\x39\xd5\x71\xc5\xd6\xa5\xeb\x6c\xf1\x61\x31\x62\x62\x58\xe0\x30\xbe\x54\x91\xfa\xe9\xf4\x78\x31\x9d\x96\x2b\x20\x56\x9b\xaf\xcd\xc2\xc1\xda\x0d\x0e\x21\x9c\x3e\x39\x14\xff\x2f\x75\xff\xda\xde\xb6\x91\x25\x8a\xc2\xdf\xf9\x2b\x28\x4e\x9a\x83\x1a\x96\x60\x52\x76\x67\xba\x29\x97\xb9\x65\x5b\x4e\xfc\x8e\x25\x79\x24\x39\x79\xf3\x30\x1c\x05\x22\x8a\x62\xc5\x10\xc0\x14\x8a\x92\x25\x12\xfb\xb7\x9f\xa7\x56\xdd\x01\x50\x76\xf7\xee\xec\xe7\x9c\x2f\x24\x50\xa8\xfb\x65\xd5\xba\xaf\x99\x32\x3e\x32\x40\xb9\x32\x66\xd1\x61\x5d\x46\x2f\xcb\xf2\x76\x79\x97\xe5\x5d\x8a\xb4\x6e\x94\x3c\xbe\x28\xa8\x03\x2e\x67\x7d\xe9\xb5\xd4\xe4\x5f\x4f\x1d\xcb\x66\x33\xb4\xba\x4f\x06\xd2\x80\x02\x95\x34\x10\xe1\x95\x6c\xe1\x33\x7d\x28\xdb\x36\x9a\x2f\x4f\x51\xbb\x53\x09\x9d\x82\xbc\xd6\x9f\x43\xf3\x7c\xf4\x8e\xcd\xf1\x85\x79\xe8\x8a\xa2\x7b\x4d\xbb\x2b\x4e\x4b\x9a\x8b\x9e\x13\x8a\xc0\x76\x84\xac\xcd\x63\xb7\xab\x6e\x11\x16\xf7\x4e\x7f\x38\x47\xa1\xce\x54\x00\x25\x82\x18\x2c\xaa\x56\x35\x4a\xfa\x65\x99\xac\x4b\x41\xd3\xa0\xaa\x96\xd1\xe9\x6c\xf6\xf0\x4a\xa8\xb2\xda\xb1\x73\x7a\x3d\xec\x6d\x68\x63\xb1\x9e\x7b\x3b\x8a\xbf\x1a\x4d\xf8\xfe\x68\x3c\x94\x9b\x77\x74\xc8\x5e\x72\xd8\xb5\xf9\x94\xed\x8f\x66\xde\x59\x60\xb3\x5a\x24\x0d\xea\x87\xa6\x36\xfe\x36\xa6\xc5\x0c\x97\xc4\xb9\x1d\x9b\x16\xb3\x89\x8e\x2b\x25\x9f\xd1\xb8\xd7\xeb\x88\x01\xf9\xed\xbb\x4d\x52\x7d\xb7\x29\xab\xdf\x2a\xad\xea\x68\xc2\xcb\xfe\x9a\x6b\x01\xc4\xa1\x09\x80\xd3\xef\x67\xd3\xe1\x2c\x56\x58\xe2\xb3\xff\xf9\xb5\xfc\x8f\xef\x9e\xa1\x43\x94\xc5\xe5\x92\x2d\x44\xd4\x92\x3b\xf3\x14\xe2\x9a\xc5\x94\xce\xbb\xf2\xbd\x31\x7a\x36\x74\x5e\x34\xba\xc5\xa2\xab\xc3\x9f\xa7\x64\xee\x97\x7c\x86\x64\x0f\xb4\xa1\xef\x9a\x9c\x24\x62\x19\xdf\xb2\x3c\x5a\xe3\x54\x45\xfd\x5d\xfa\x47\x6b\xa1\x2a\x5a\xaa\xa3\xb5\xd0\xf7\xfe\xda\x59\x1b\x2f\xe3\xdf\x0b\x96\xab\xb1\x2a\x78\xaa\x04\xaa\x6d\xa7\x81\xbe\x22\x43\x95\xe7\xb4\xc8\x3f\x72\x76\xcb\x04\xbb\xa3\x4f\xe5\x7f\x0e\xc7\xd7\x98\x5f\xb8\x3c\x6e\x5b\xd0\xe6\x8e\xf8\x1a\x8c\x71\xfb\x80\xcf\xf4\x30\xa6\x7b\x23\xbc\x37\x54\x48\xa8\x5a\x70\x1c\xc7\xb1\x98\xa9\xde\x1a\x9b\xa1\xd6\x3e\xfe\x65\x44\xc8\xb0\xdf\xa7\x2f\xc9\x5f\x9f\x7f\xff\xb7\xff\x1c\xfe\x7d\x34\xea\xf7\xe9\x2b\xb2\x6f\x5e\x0f\xd4\x5d\x31\x2f\x52\x7a\x4a\x6f\x12\x39\x64\xb2\x86\x0b\x2e\x48\x9a\xdb\x5c\x2a\x18\xc7\x1d\x25\xa9\xcd\x65\x93\x96\x36\xd7\x13\xd3\x56\xd9\x72\x4f\x65\xea\xd0\xba\xd5\x24\x59\xd8\x82\x2e\x6d\x65\x81\x56\x4b\x65\x6c\x11\x35\x6c\x36\x5d\xd8\x92\x8e\x81\xaf\x54\x1e\xf7\x72\x3a\x9c\x75\xea\x20\xe0\xb7\x37\x4a\xe8\xae\x5e\x25\x72\x21\xe2\x15\x2f\xae\x33\x7a\x5b\x75\xff\x17\xbc\x96\xab\x24\x57\x02\x91\x2a\x8e\x6d\x02\xcd\xd3\xea\x37\x0f\xa2\x5e\xea\x28\xd6\x8d\xee\x41\xdb\xea\x5a\xe5\xb4\x5c\x67\xa2\x01\x08\x9b\x7d\xa0\x61\x1f\x68\xbd\x0f\xd4\xef\x43\x0d\x08\x4b\x6c\x49\xec\x9c\xf7\xe6\x6c\x4d\xe8\xd8\xb8\x0c\xd4\xf8\xc8\xe7\x7f\xa0\xb4\x2a\x72\xcc\xf9\x3f\x58\x46\x39\xa4\x26\x34\x16\xeb\x55\x46\x09\x8d\xef\x28\x67\x8b\x87\x0b\x41\x57\x25\x01\x7c\x50\x3e\x42\x5c\xd8\xf4\x92\x96\xc2\x7c\x00\x1d\x04\x3f\x01\xec\x8b\x2e\x0b\x05\x17\xc9\xd7\x45\xda\x54\x59\x28\x13\x1a\x4b\xe4\xec\x82\xca\xed\xe1\x39\x40\xd6\xe0\x56\xef\x1c\x7d\x7d\x2e\x38\xa5\x8f\x34\x9a\xce\x7c\xe7\xc7\x32\xb3\x89\x46\x38\xec\x58\x34\x3f\xd8\xe3\xf1\xd5\x8d\x44\xc5\x06\x03\xee\xe8\x00\xd6\xcc\xb0\xdd\xe6\x81\xec\xbe\x88\xea\x17\xb8\x0e\xbf\xa3\xfc\x00\xba\xae\x37\xed\xa3\xb5\xf0\x55\xe1\xa0\x11\xaa\x92\x34\xf5\x96\x42\xe1\xcc\xfe\xe2\xdb\xdc\x53\x3a\x23\xc6\x60\x43\xbe\xca\x6e\xce\xb4\x79\x75\x65\x9c\xac\xa0\x4d\x4b\x15\xea\x63\xd7\xaf\x69\xac\x07\xd6\xef\x37\x3f\xaa\x2f\xb3\x4a\x9e\x7f\xb5\x14\x3b\x47\xa1\x4c\xbc\xa7\xb3\xd0\x31\x8b\x8d\x1d\x51\xb2\xc7\xba\xe8\x5a\x29\x46\x68\x3f\xe4\x5a\xa7\xb5\xe6\xbf\xa5\xee\x86\x59\x6b\xbd\x86\xdc\x7b\xcf\xa2\x0b\x07\x46\x5e\xfa\xde\x6a\x11\x97\xab\xe0\x71\xca\x49\xb9\x2b\x30\x15\xfb\xa3\x19\xf6\x3c\xa2\xc0\x77\x5a\xe5\xa2\x6e\x7a\xd6\x5a\xff\x4b\xda\x52\x21\x9d\x55\xd6\x71\xa9\x19\xbd\x8d\x5c\x17\xcc\x40\xc3\x00\xd2\x65\x51\xf3\xff\xad\xfa\x1f\xda\x60\xa3\x1c\x27\x95\x3e\x14\x1d\x73\x74\xff\xb4\x3b\xb1\x2b\x54\x50\xe4\x12\x67\x12\xeb\xd3\xa6\xd8\xbd\x3d\xb3\xf3\x94\x26\xf0\x44\xfd\x8d\x29\x79\xf5\xdb\xd5\x95\xa4\x02\xbf\xdb\x00\x4e\xb1\xc8\x8a\x82\x47\xf0\xc8\x93\x3c\x2d\x6e\x23\xf4\x1f\x6f\x13\x21\x89\x9b\xfb\x08\xd8\xe6\xbf\xb9\x53\xbb\xf6\x1c\xd6\x9b\x7b\xf3\x79\xdf\xa3\xde\xe7\xde\xa9\xb5\x17\xeb\xd6\xcb\xe0\x1d\xb3\xff\xed\x25\x2f\xdb\x93\xbd\x80\x58\x11\xdd\x92\x21\x7a\x39\x9c\xc8\x3e\x8c\xd3\x00\x10\xac\xea\xd9\x5e\xb9\xde\x4d\x64\xd5\xe3\x39\x68\x42\x1b\x70\x9a\xe1\xe9\x08\x4b\x4c\xcd\x28\x24\x51\xf2\x6a\x15\xc9\xc6\xb4\xe7\xbb\x5b\x52\x76\xea\x30\xf3\x16\x37\xc0\xaa\x46\x41\x6a\xd0\xd7\xa6\xfa\xb0\xda\x26\x1a\x90\xad\x12\xea\x1c\x09\xed\xc6\xa7\xe0\x3e\x5b\x02\xf7\xfe\x17\x95\x77\xc3\xb3\x55\x91\x3d\x48\xba\xed\x5f\xce\xa9\xb8\x5e\xdf\xae\xfc\x1d\x9a\x0c\x06\x0a\xa3\x03\xdf\x8c\xe4\x18\xd3\x36\xe3\x2a\xf2\xc5\xa6\xcb\x37\xaf\xbc\x47\x6e\x2c\xa3\x21\x5c\xff\x4d\x5f\x90\x30\xa3\xac\x7c\x23\x01\xda\x65\x72\x73\x53\xa3\x42\xe4\x59\x12\xc9\x8d\x8a\x83\x64\xb6\x3a\x21\xe4\xae\x0a\x8a\x91\x1b\x45\x7d\x1a\x9f\x89\x80\xb3\x79\xfe\x02\x49\x06\xbc\x06\x2e\x1e\x2e\x93\x9b\x77\x05\x27\x1f\x31\xc8\x5e\xe4\xe3\x67\xf5\x78\x42\x45\x22\x5f\xdf\xc8\x0b\xd7\x31\xce\xdf\xb2\xf4\xcd\x32\xc9\x6f\xc2\xdb\xfa\x44\x31\x15\xd4\x4e\xe0\xc9\xfc\x33\x28\xca\x91\x53\xbd\x0b\x5c\xca\x7b\x8d\x12\xaf\x6f\xa1\x5b\x1f\xa0\xd7\xf0\x5d\xee\xa6\x96\xc9\x52\x24\xff\xef\xb2\x76\x89\x9c\x7c\x6e\x92\xc0\x9d\xd3\x48\xe9\xec\x53\xf0\xd0\xa4\x54\x06\x05\x79\xef\xe9\xda\xcb\xd2\xe0\xfd\xb4\xc6\x70\x82\xfb\xf7\x27\xa5\x74\x96\x93\x08\x91\x57\x7f\x78\xf2\xe7\x7c\xfa\x6e\x46\x38\xce\x15\x9e\xd6\x6c\xfd\xad\xba\x02\x7e\x47\xf8\x77\x45\xfa\xd7\x3b\xf1\x3b\x79\x6b\xbc\x25\xbb\xd5\x39\x09\xfb\x61\x7d\x9f\xee\xb5\xe0\xb9\xef\x80\x37\x50\x81\xe9\xeb\xcf\x11\x9d\xbe\x9b\x79\xbb\x06\x4c\x0f\xc9\x4f\xae\x66\xf2\x33\xa6\x2a\xb4\x70\xb6\xa6\xe4\x0f\x33\x63\x34\x7d\x9b\x88\xa4\x75\xe8\x72\x2b\xfe\x4c\x93\xcf\x27\xc9\x0a\xe7\xa4\x67\xb2\xb8\x0b\xda\x48\xe6\x36\x37\x54\x08\xca\x9d\x7c\xd6\x04\xdf\x37\x73\xf5\x21\xfa\x1c\x31\x4c\x11\xc2\x79\xbf\xbf\x07\xd6\x0f\x11\x43\x93\xa8\x20\x42\x89\xe2\x98\xf1\x3d\xc7\x70\x81\xd0\xb8\x20\x5c\x45\x09\x43\xb8\xa8\x70\x59\xab\x5d\xe0\x1c\x6d\x3e\x82\xc4\x4f\x97\x92\x29\x55\x15\xb0\xd6\x4e\xd6\x02\x18\x53\xe5\xfb\xfc\x68\x2d\x0a\xa1\x37\xd1\x25\x4f\xf2\x32\x81\x7a\x24\xd6\xbc\xce\x9f\xfa\x5c\x52\xb1\xe3\xe3\x71\x7e\x47\x68\xfc\xd3\xd9\x87\xa3\xcb\xf7\x1f\x8e\xbd\xc7\xab\xcb\x23\x89\x08\xfe\x54\x64\x89\x60\xea\xc8\x52\xe7\xc9\x93\x50\xe3\x24\x96\xb8\x03\x46\x68\xfc\xe6\xd3\xf9\xf9\xb1\xb2\xd3\x94\x6f\xea\xd6\xd7\x9f\xb4\x0d\xa7\xf7\x68\xb2\x9d\x9d\x7c\xfc\x74\x29\x1b\x3f\xfa\xf0\xe1\xec\xe7\xab\x37\xbf\xbc\xf9\x70\x7c\x11\x60\x99\xca\xfb\xef\x9f\x74\xc5\xe1\xe2\xeb\x15\xcb\xdb\x42\x56\xde\xbb\xba\xfa\xe1\xc3\xfb\x93\x93\xe3\xf3\xab\x9f\x8e\x3e\xbc\x7f\x7b\x74\x79\x76\x7e\x75\xf1\xcb\xc9\xeb\xb3\x0f\x57\xef\xce\xce\xaf\x7a\x03\xda\xf9\xca\x72\x88\x7f\x70\x75\x39\xfe\xda\x02\xe6\x1d\x6f\x7a\x87\x1d\xb7\x36\xa3\x8e\xb7\xb6\xa7\xc9\xa9\xf6\xd4\x3b\xd2\x1e\x5e\x59\xd4\xbb\x3c\xfa\xe1\x4a\xcf\x7f\x0f\xb9\xbb\xde\xb7\x2e\xa2\xd3\x72\x16\x79\x17\xee\x3a\xf4\x5a\xf1\x8a\xe8\x0c\x6e\x21\x4b\xa8\x7f\x8e\x53\xd3\xc2\xe5\x2f\x1f\x65\xf5\xb5\x05\x9e\x6b\x95\xd9\x65\xab\xd2\x36\xa7\x77\xac\x94\xe3\x1f\x39\xc7\xb0\x6f\x96\x54\x1e\x74\x3f\x49\x41\x01\xe3\xd0\xb9\x34\xea\xeb\x56\x2b\xb6\x5c\x5f\x87\x31\x56\x55\xc2\xeb\xf5\x62\x41\xb9\x82\x2d\xf6\xdb\x34\x9d\x11\x5a\xc1\x68\x54\x30\x3e\xd7\xa4\xaf\xf2\xb5\x67\x11\x49\xd7\x1e\x6a\xf4\x71\x30\x48\xac\x0b\x56\xba\x47\x48\x62\xdc\x6b\x79\x7d\x1c\x36\x87\x96\x74\xb4\x3a\xf9\x46\x75\x14\x82\xa7\xa9\x99\xf0\x65\xb3\x36\xbe\x34\x5b\x44\x80\x31\xc6\xac\x54\x98\xa3\x40\x28\x94\xda\x8a\x16\x4f\x4e\x62\x9a\xcf\x60\x9c\x1d\xae\xb9\x4b\xc9\x17\x15\xca\x10\x5c\xbe\x2a\xa6\x9b\x50\x39\x0a\x8b\x36\xd7\x67\x6e\xe2\x15\xe6\xb5\x25\xb1\x86\x56\xed\xd3\x1d\x94\x2c\x6c\x48\x41\xbb\xa0\xdc\x5d\x71\x8d\x85\xb5\xbc\xec\xb0\x8c\xb1\xa1\xb0\x40\x2a\x10\xc8\xe2\x9c\x88\x4e\x2e\x51\x88\x09\xf7\x37\xc5\x38\xe2\x6d\x7d\x84\xa1\x63\x97\xd3\xda\x99\x18\x60\xa7\xfc\x52\xdb\x4d\x3a\x18\x24\x55\xa5\xfc\xcc\x2e\x2d\x40\xec\x78\xb0\x71\x01\x67\x62\x45\x96\x0e\x88\xba\xe3\x76\x5b\x47\x9b\x46\xf2\x38\x39\x68\xbb\xd2\xbe\xbe\xd4\xc7\xe7\xde\x41\xbd\xf1\x0f\x2a\x20\x48\x35\xf0\x7a\xa7\x0f\xd9\xf5\x46\xed\x6b\x9d\xf7\x34\x39\xad\xaa\x10\xbc\x5f\x43\x23\x0f\xd0\xc8\x75\xa7\x76\x13\x3c\xe8\x6a\xae\xc2\x6a\x12\x88\xc7\xe4\xc0\xfc\x15\xd4\x71\x0f\x75\x5c\xb9\x5e\x1e\x87\x4c\x62\x30\xd7\x1e\xe2\x9c\x38\xc9\xde\xcb\xdc\x49\xf7\x98\x96\xee\xed\x11\x72\xd7\xef\x0b\x23\x58\x36\xab\xfe\x25\x12\x1e\x34\xfa\x12\x04\x24\xd1\x06\xfc\xb5\x90\x24\x77\xb5\x18\x24\x74\x3a\x9c\x75\x52\xba\x48\xd6\x99\x18\x3b\x89\xc7\x32\x3a\x70\x32\x09\xb3\xf2\x14\x0b\x18\xa3\x77\xb1\xdd\xc3\x20\xcf\xc8\x6d\x84\xf0\x05\xfc\x5e\xca\xdf\x4e\x16\x9d\x21\xbc\x90\x3f\xf0\xb4\x8a\xce\xf0\x71\x34\xbd\xc0\x97\x33\xa4\x93\x16\xd1\x85\x7d\xba\xf4\xb2\x5d\xd6\x53\xa1\x85\x13\x1f\x51\x54\x74\xde\x91\x8f\xcb\xb8\xf9\xfd\xe8\x6f\xf5\x23\x15\x1f\x1b\x05\x2e\xa3\x3d\x75\x66\x70\x63\xe4\x87\xea\xe8\xf7\x23\xd0\x24\x39\x01\x5b\x42\x5b\xe9\x1b\x47\x7c\xdb\x2a\xdb\x6d\x80\x8c\x63\xf8\xa3\x58\x7b\x46\x42\x08\x0b\x57\xd1\xe7\x50\x89\xc1\x73\x90\x2b\x9b\x18\x73\x1b\x3b\x4e\x34\x1b\x60\xfd\x7e\xc4\x60\x8e\x73\x8d\x20\x31\x50\x5c\x54\xbb\xf1\xbc\x8d\x23\x22\x92\x9b\x12\xba\x74\x41\x85\x03\x4a\x8a\x25\xa2\x59\x3d\x36\x5f\xac\x12\xbc\x6c\xb4\xd2\x84\x4f\x64\xa9\x90\xd2\x07\xfe\x4a\x4a\x5f\xb2\x47\xcb\x42\xbd\x93\xc9\xa3\x46\xb2\xad\xb2\x63\x65\x61\x96\xa3\xe5\x91\x9e\x46\x20\x86\x10\x3e\x06\x6d\x6e\x99\x5b\x21\xda\xf8\x2d\x70\xf9\xcd\x34\x9e\x46\x35\x5c\x9c\xde\x77\xcf\xdd\x2c\xbf\xb7\xdc\x99\xdf\x4d\x43\x16\x31\x77\xe4\x9c\x7f\x91\x83\x3a\xac\xa1\x3c\xfa\xfd\xdf\xf5\x64\x40\x0f\xde\xc9\xab\xfb\xcd\xd1\x9b\x1f\x8f\xaf\xfe\xeb\xf8\x97\x9e\xda\x90\x8f\x32\xf1\xdd\x69\x0f\xe1\x4f\xf2\xe9\xc3\xd1\xc5\xa5\xc4\x82\x3e\x1d\xf7\x10\x7e\xad\xef\xfa\x1e\xc2\x3f\xca\xc7\x8b\xd3\xa3\x8f\x17\x3f\x9e\x5d\xf6\x50\x87\x45\xbd\xb7\xc7\xaf\x3f\xfd\x70\xf5\xe1\xe8\xf5\xf1\x07\x1f\xcd\xf8\xc9\x6d\xb1\xcd\xf4\x71\x36\xa6\x78\xfa\x69\xa6\xbd\xf9\xe1\xe9\x6b\xf7\xf8\xe3\x6c\xbc\x3f\xaa\x1c\xd3\xc3\xd6\xf0\x87\xac\xe1\x3b\x49\xe0\x1a\x8a\xa0\x67\x9c\x9f\xd1\xe9\xe3\x0c\x42\x35\xbd\x9e\x49\x50\x33\xfd\x31\x74\xa2\xce\xfb\xfd\x35\x78\xca\x40\x1f\x24\x31\x04\xf7\x9e\x25\xb1\xa6\x9f\x66\x44\x78\x24\x0e\x97\x74\x16\x96\x55\x49\x74\x6c\xfa\xe3\x8c\x64\x60\x86\x0a\xfa\xe2\x16\xaa\x7c\x9a\xb9\x8e\xfd\x6c\x3b\xa6\xc9\x16\xaf\x5f\xaf\xed\x56\xb8\x09\x60\xd9\x77\x11\xda\x0c\x61\xfa\x7f\xf0\x8f\x3e\x5b\x44\x6d\xf8\xe9\x4d\x56\x5c\x27\xd9\xe5\x92\x95\x66\xcb\xb9\x94\xce\x8e\x32\x25\xcd\x16\x26\xb7\x7c\xde\x95\xef\x9e\xe5\x69\x71\x6f\x72\xaa\xb7\x5d\x79\x55\xab\x61\x1f\x1a\x32\x84\xde\x1a\xf4\xbe\xbb\xa2\xe8\x66\x85\x44\x7c\x75\xc6\xae\x96\x70\xa3\x2a\x42\xf8\x17\x52\x44\xbd\x26\x7a\x7d\x7e\xfc\xc3\xfb\x8b\xcb\x73\x60\xc0\xf5\x90\xc5\xc0\x7e\x98\xfe\x32\x6b\x0a\x63\x2f\x97\xb4\xfb\x5b\x93\xa5\xf2\x5b\x37\x63\xd7\x3c\xe1\x0f\xdd\x65\x52\x76\xaf\x29\xcd\xbb\x2c\x9f\x67\xeb\x94\xa6\x5d\x71\xcf\xe6\x54\x92\xa0\xf2\xc8\x76\x93\xd5\x2a\x63\x73\x40\xca\xe3\xee\x7b\xd1\x9d\x83\x6b\xe2\x6b\xda\x4d\xd9\x02\x6c\xf0\x45\xf7\x8e\x72\x79\xe9\x97\x5d\x49\x3a\x2e\x69\x77\x95\xcc\x3f\x27\x37\x14\x77\x0b\x0e\xef\x65\x72\x4b\x4d\xa6\x7a\x33\xd7\x0f\xdd\x5b\x56\x8a\xe4\x33\x8d\xdb\xfb\x99\xd2\x15\x58\x6a\x15\x79\x77\x99\xdc\xb1\xfc\xa6\x9b\x74\x4b\x96\xdf\x64\xb4\x3b\x2f\x56\x0f\xb5\x36\x65\xb7\xd7\x25\xed\x26\xa2\x9b\xe4\x0f\x5d\xc1\x6e\x21\x29\xc9\xfd\x71\xe0\x2e\xbd\x93\x03\x86\x92\x0f\xdd\x84\xd3\x46\x37\xe3\xee\x2f\xc5\xba\x7b\xbb\x2e\x45\x37\xa5\xe9\x7a\x45\xbb\x0f\xc5\x9a\x77\xaf\xd7\x2c\x4b\xe5\xa2\x29\x99\x3a\x14\x4b\xd7\xaa\x62\xdb\x87\x52\xb6\x58\xf0\x94\x72\x99\x73\xc5\x65\x63\x42\x4d\x26\x08\x76\xe2\x1e\xea\xc8\xc5\x22\x7b\x4d\x96\xd7\xed\x9f\xa8\x82\x63\xa3\x9e\x9d\xad\x76\x49\x3a\x41\x26\x38\xfa\xab\x16\xea\xec\xca\x36\xfa\x5e\x65\xa8\x3b\xeb\x6a\xcd\xfe\x92\x80\x40\xf4\xbb\xbb\x21\xa1\xf1\x77\x62\x04\xbf\xf0\x5c\xc2\x73\xa9\x9e\x57\xf2\x97\x27\xf2\x77\x01\xcf\xab\x39\xa1\xf1\x25\xbd\x5d\x15\x72\x9b\xda\x26\x68\x7c\x91\xdc\x51\xeb\x05\xcc\x50\xc5\xaa\x00\xfc\xf3\x04\xe8\x3c\x59\xcd\x41\x47\x55\xfd\xbc\xa3\x1a\x7a\xd1\x51\xcd\xfe\xb5\xa3\x3a\xf1\x7d\x47\x75\xe9\x3f\x0d\x55\xdd\x51\x1d\xfd\x1b\xae\x37\x23\xb0\x3f\x36\x3a\xa5\xb1\xac\x6e\x46\x7a\xe5\xb0\x87\xe1\x75\x44\xfe\x2a\x5f\x47\xbd\x2a\x12\xdb\x6d\xd4\xa8\x80\x6c\x60\xb1\x5b\x86\xc4\x1b\x75\xcb\xae\xcd\x48\x4f\xe8\xba\x65\x0f\xe5\xab\xac\x9b\x43\xdd\x2d\x95\x40\xfd\xf5\xfd\x74\xcf\x38\xdd\x5f\x14\xfc\x36\x11\xdf\xba\xb1\x2c\xf4\xf5\x3d\x54\x3a\x16\x8d\x4d\xaa\x53\x59\xfd\xbe\x98\x0e\x67\xf2\xda\xaf\xaa\x7f\x6a\x73\x02\x23\x80\x95\x56\x19\xb6\x6d\x37\x8d\x5e\xc8\x06\xa6\xc3\xd9\x76\x3b\xfa\xab\x7d\x3c\x38\x70\xa9\xdf\xbb\x54\x97\xf7\xe0\xb9\xcb\xf0\x9f\xf6\xd1\x7c\x57\x9b\xd9\x44\x4f\x6d\x6b\xf6\x60\xe4\xaa\x1a\x06\xa5\x7e\xa4\xd9\xaa\x7d\xe3\x87\xf3\x43\x51\xbf\xff\x3c\x2c\xfa\x03\xc8\x11\x59\xf9\xce\x53\xf0\xf5\x99\x3c\x9c\x88\x68\x74\x80\x3a\x8d\x3c\xdc\x04\x80\x88\x9e\xeb\xcf\xb2\xaa\xdc\xac\x7d\xc9\x6e\x57\x19\xdd\x4f\x8b\xdb\x67\x69\x31\x87\x31\xfd\x89\x40\x45\x93\x0d\xa1\x0c\xd4\x47\xd3\xac\x55\x6d\x48\x85\xef\xf4\xa7\xcc\x16\x11\x0b\x4c\x07\x14\x5a\xcd\x62\x79\x4f\x66\xda\x4a\xc0\x85\x97\xd4\xd8\xc6\xfe\xa8\xf2\xc5\xa9\x8e\x21\xd3\x62\xa5\x30\xfa\xfb\xdf\xff\xfe\xec\xcb\x52\xdc\x66\xca\x66\x44\xc4\xa2\xf8\x50\xdc\x1b\x93\x83\xb1\x08\x04\xaf\x58\x38\x53\x73\xae\x5f\xfd\x18\xc3\x4c\x8b\xe7\x6c\x10\x75\x5f\x26\xdb\x5a\xfa\x10\xe2\x1b\xb3\x7e\x9f\x1a\x05\x76\x86\x47\x1e\xda\x93\x44\x54\xc5\xf6\xc2\x89\x13\x9e\x5a\xf4\x22\xe9\xf7\xa3\x84\xf4\x7a\x83\x04\x10\xa8\x8d\x33\x75\x18\x97\xda\x1a\xb1\x04\xfd\xcf\x92\x50\xcf\x0e\x42\xae\x89\xe5\x65\x64\x84\x47\x25\xce\x71\xa1\xc3\x5a\xef\x11\x62\x11\x16\xb9\x90\x11\x78\x6c\x52\xda\xf6\x09\xaa\xb4\x53\xfd\x8d\x5d\x81\x71\x81\xe5\x0a\x39\xff\xd3\xc5\x98\x0d\x7a\xe3\xde\x40\xa5\x9b\x95\x1b\xe7\x78\xc5\xe9\x82\x7d\x19\x33\x5c\xae\xe8\x9c\x2d\x18\x4d\x9d\x53\x99\xa4\x32\xfe\x30\xca\x56\x8e\x57\x5e\xa4\xd4\x93\xbd\x66\x9e\x75\x45\xbb\xf7\x75\xb6\x88\x5c\x66\x27\x0f\x96\x05\x47\x1d\x27\x68\x1c\x1a\xf1\xac\x6c\xc0\xb7\xa3\xb6\xf6\xa6\x54\xeb\xf3\x43\x7c\x5f\x99\x3b\xd0\xa8\xf3\x8c\x1a\x74\x47\x5c\x6c\x24\xd3\x33\x7a\x48\x5f\x72\xa8\xc7\x93\x66\x4f\xe9\x2c\x60\xd5\xe8\xcc\x15\xd3\xde\xde\xec\x95\xa9\x68\x25\xf8\x38\xd1\x05\x95\xd9\x74\xe5\x73\x24\x1d\x09\x59\x17\x8e\xf0\xce\xa8\xa6\x66\x1c\xf1\xba\x41\x8e\x06\x22\x8a\xd0\xa7\x71\x71\x9f\x53\xfe\x56\xc3\x0b\xec\x8a\xea\x47\xb9\xea\xd8\x53\xf2\xc4\x1c\x35\xdb\xc8\xfd\xfd\x56\xd3\x69\x09\x74\x92\x45\x27\xf0\x7b\xf8\x15\x88\xc0\x1b\xdb\xcf\x03\x06\x6a\x23\x2a\x88\x11\x6e\xbe\x10\x8a\xd8\x9d\x18\xab\x87\xb6\x0d\xa9\x8d\x61\x2a\xcb\x5a\xe1\x55\xe4\x9f\x21\xa7\x41\x96\x57\x9a\xa1\xe0\x14\x50\x59\x68\x95\x5d\x10\x66\xf6\x13\x3b\x44\x05\x61\x35\x73\x48\x6d\x93\x05\x4a\x99\x2c\x9e\x67\x45\x4e\x41\xd9\x7e\x6f\x28\xe9\x79\x52\xb8\x96\x42\x46\xb3\x5c\x74\x20\xd1\x7d\xc1\x8e\x72\x87\x21\xc9\xee\x51\x60\x9a\xe7\x9f\xe9\x6e\xb3\x40\xb3\xdb\x5e\x9c\x2e\x63\x30\xd4\xf1\xbf\x2b\x3a\x9c\x6a\x0e\xad\x49\xd0\x06\x0a\x0c\x27\x84\x75\x58\xdd\xd2\x93\x70\x63\x02\xc1\x27\xbe\xdb\x02\xc2\xc6\x81\xc1\x22\x61\x1d\xdf\x58\x23\x39\x44\x89\x67\x60\x09\x8e\x90\x12\x9c\x90\x24\x38\x8b\x45\x68\x8b\xef\x19\x5b\x78\x7d\x2c\xc6\x0d\xf3\x53\x52\x80\x65\x19\xcc\x83\x35\xb9\xf7\x9a\xeb\xf7\xe7\x91\xff\x8e\x05\xea\xf8\xef\xe0\x06\xa0\x39\x50\xd1\xde\x1d\x3e\x09\x26\x51\xd4\x06\x2e\x3a\xb6\xdb\xfe\xd4\x8a\x96\x6e\x8b\x4a\x5d\x22\xae\x5e\x9b\x7f\xcc\xeb\xb9\x43\xf7\x44\xea\x56\xdc\xb1\x77\x82\xb1\x69\x8f\x09\xf5\xb6\x5b\x1c\x29\x40\x52\xfb\x20\xf3\xda\x20\xf3\xf6\x41\xf2\x96\x41\x72\x35\xc8\x46\x0f\xc2\xc6\x51\x4d\x91\xc2\x28\xee\x5d\x81\x8b\x3c\x39\x90\xd2\x31\xf5\x80\x31\x67\x6f\x11\x73\xef\x2c\x9b\xa1\x2f\x54\xf8\x48\x00\xc0\x01\x48\x34\x17\x91\x39\x5a\xc6\x2b\x89\x01\x8e\xc6\x2d\x93\x33\xdd\xd4\x21\x37\x03\x54\x46\x87\x9d\x6c\xcc\x35\x24\xb6\x4e\xf7\x52\xfb\xa1\x6b\xa6\xd6\x4f\xa5\x27\x3a\x09\xd3\x3c\xa0\xac\x19\x80\xde\x14\x19\xdd\x0b\x79\x91\x6a\x5b\xc8\x9a\xea\x8f\x19\xa1\xf2\xff\x61\x0b\x86\xca\x4f\xfe\xa4\xd7\x79\x96\x2e\x66\x41\xd0\xb0\xbc\x79\x94\x93\x7c\x89\xb8\x56\x0e\x04\xba\x9b\x50\xc5\xb5\xc6\xc0\xde\xa0\xa8\xf2\x61\xa6\xcb\xb4\xd6\x4e\xc2\xb5\xa1\x26\xd5\xa1\xe1\xb4\x97\x71\x5f\x36\x67\x73\x0a\x99\x2d\x34\xcc\xb6\xee\xde\xad\x5f\x72\x53\xd1\x51\xfa\x7b\x32\xa7\xb9\x50\x66\xe0\x96\xaf\x0c\x02\x58\x75\x7b\x36\x77\x0b\xde\x1f\xe1\xde\xbf\xf1\xe4\xbe\x87\x85\xd6\xe4\xaa\x7b\xe1\xee\x5d\x43\x07\x41\x77\xa2\x37\xd6\xf8\x84\x07\x70\x94\x75\x9b\xe7\x77\xba\x97\x2c\x04\xe5\x41\x7e\xe3\xd1\xd5\x03\xe0\x5e\x7e\xd5\x00\xcd\x53\x2f\x3b\x80\xeb\x7a\x9d\x5e\x96\x66\x0f\x02\x70\xab\x4a\x1a\x51\x41\x83\xd9\xc4\x72\x60\xdc\x74\x57\xa0\xfa\x5b\xe4\x3d\x54\xb9\x0b\xa5\xe9\x15\x87\x0e\x7a\x5d\x4e\xff\x58\x33\x4e\xcb\x6e\xd2\x75\x4d\xf7\x50\x67\x1d\x71\xcc\x70\x0e\xf6\x84\x9e\xa5\xa9\x39\xe6\x79\xd4\x38\x5c\xd8\xf1\xe3\x59\x54\xdb\xf8\xda\x54\x2f\xac\xed\xf4\x22\xd8\x1d\xcd\x42\x60\x6d\x59\xb7\x74\x45\x9b\x44\xc7\x3d\x33\xb0\x0f\xb7\x77\xa6\x5e\x58\x35\xa7\x91\xb6\x69\x8e\xd9\xac\xcd\xae\x03\xeb\x60\xa1\x39\xa1\xd6\xaa\xb5\x37\xee\x39\x92\x43\x4b\x28\x24\x3e\xa7\x14\xdb\x87\x38\x47\x58\xd8\xd7\x7c\x30\x42\x08\x4f\x39\x16\xb3\x2a\x12\xa8\x93\xd8\xe3\x81\x99\xb2\xfb\x0f\xad\x52\xbf\x36\xa5\xc5\xce\xb9\xac\xd5\x64\xa6\xb3\x59\xc0\x84\x96\xea\xa6\xc5\x5c\x52\x31\xf5\x38\xe7\x76\xf7\x9a\x4c\x70\x86\xda\x43\xb4\x59\x00\x07\x79\x97\x34\x49\x6b\x19\x6a\xc5\xeb\xb5\x5f\x17\x69\x5d\xb7\xb1\x5e\xc2\x35\xa1\x34\x6e\x3c\x33\xf9\x40\x28\x09\xf3\x3a\xc2\x34\xb4\x58\x57\xd3\xf3\x34\xd9\x89\xc2\x9a\xcd\xcc\x29\x84\xf8\x1b\x29\x56\xaf\xc9\xb1\xe8\xb4\x75\x4c\xe1\x5d\xe0\x75\x50\xe9\xa5\xd1\x2f\xa2\x06\x60\xbd\xfc\xcf\x71\xef\xdf\x04\xfd\x22\x7a\x98\x1a\x88\x55\x85\xa1\x73\x5b\x8b\xfd\x0d\xf7\xfe\x6d\xae\x32\x34\x4b\x9e\x27\xf7\x12\x6a\x5e\xd0\x86\x31\x9b\xab\xc0\x41\xca\x7a\x69\x03\x4c\xdf\xf1\xe4\x26\xdc\x09\xfe\x30\x65\x71\xb3\x82\xfb\x0b\x9d\xb5\xe7\x9b\x45\x20\x23\x89\xf6\x64\x08\xea\xea\x52\xf5\x40\xd6\xbf\x7b\xd5\xf4\xbe\x69\x0d\xb1\x91\x92\x52\x3c\x1a\xca\xcc\xb7\xd9\x37\x16\xe4\xae\x20\xee\xc9\x09\xfa\xc6\x72\x79\x50\xee\xf8\xe8\xed\x37\x96\x63\x7e\x39\x70\x7d\xf0\x4d\xe5\x9c\x5f\x3e\xff\xe2\x85\x68\xa2\x01\xf5\x02\xe6\x9d\x5e\x82\xa8\x27\x70\x79\x99\x76\x1c\xaf\x68\xa1\x59\x55\xd7\xc9\xfc\xf3\xf5\x9a\xe7\x94\xff\x89\x0c\x2a\x60\xd9\x7f\xcc\x12\xb1\x28\xf8\x2d\x18\x3d\xb6\xb2\xac\x4a\x2a\x2e\xd9\x2d\x2d\xd6\x02\x73\x50\x09\xdc\x54\x35\x05\x7d\xb6\x88\x5a\x54\xe5\x3e\xf2\xe2\x96\x95\x36\x40\x9d\x7e\x8d\x39\x2d\x8b\xec\x8e\x5a\x1f\x80\xb2\x46\x1e\x8b\x25\x05\xad\xfd\xf6\xaa\x8c\xee\xd3\xd9\x75\x49\xf9\x1d\xb5\xd4\xfd\x50\x2f\x60\xfd\xbb\xc4\xe4\x0b\x62\x36\x6d\x5c\x3b\xe4\x3d\xb7\x80\x2c\x2e\x54\x91\xa8\xc0\x9b\xf9\x32\xe1\xc9\x5c\x50\xfe\x36\x11\x89\x9a\x24\xd9\xb9\x28\x27\x83\x41\xfe\x97\x03\x5c\xc4\x69\x22\x80\xc1\x94\xcb\xeb\xd7\x75\x5f\xa8\xd0\x84\xa1\x51\x82\x9a\x3c\x6e\xf4\x05\xdd\x2c\x8e\x01\xa4\x91\x57\x2e\x45\xe9\x5b\x82\x5d\xa3\xc9\x43\xc9\x2b\xff\x1d\x7c\xd4\x17\xf7\x63\xd9\x9a\xd3\x49\x83\x48\xb9\x63\x39\x6f\xaa\xf0\xa9\x7c\x15\xea\x4c\x17\xe4\xd9\xaf\xe9\xe0\x59\xc7\xe7\x9d\x59\x0d\x79\x6d\x6c\xd0\xa9\xdb\x94\x48\x62\x80\x12\x42\xb7\x5b\x67\x99\x20\xd3\x8a\x58\x50\xf0\xa2\xef\xb9\x0f\x0e\x0c\x2f\x8a\x1c\xf0\x96\xed\xd6\x3e\x5e\x82\x6f\xfd\x7e\xbf\x96\x30\xb5\xef\x27\x54\x2c\x8b\x74\x16\xf2\x6d\x6a\xec\xd0\xfd\x91\x0e\xb2\x6d\xfd\x49\xb0\x97\xc5\x21\x1b\x90\x17\x88\x2d\x22\x3e\x65\x33\x85\x44\xf3\x29\x1b\x8c\x66\xca\xeb\x55\x4e\x98\x8e\x23\xfd\x04\x9f\xa0\xd6\xc4\x41\x4b\x13\xdf\x3f\xd9\xc4\xfe\xc1\xce\x46\xe6\x3b\x22\x3e\x0d\x7d\xf7\x85\x10\xd3\x62\x18\xc6\xb4\x30\x3e\xbb\x20\xa8\xc5\xe0\xf9\x80\xcf\x70\x42\x36\x2a\x48\xc1\x58\x26\x0d\x65\xd2\x2d\xcc\x1b\xbc\x8f\x20\x0b\xbf\x29\xe1\xed\x40\xbe\x29\x4f\xcc\x96\xb8\x2b\xfa\xfd\x1e\x24\xf5\x58\xde\x2d\x26\x85\xb2\x56\x18\xf7\x7a\x55\x27\x37\xb1\x07\x5a\x86\x90\xd6\x8c\xeb\x01\xa3\x97\xeb\x60\x34\xc4\xf6\xbf\x87\x69\x42\xf4\x15\x11\x53\x4e\xd8\x20\xca\x49\x54\xec\x33\xf4\xec\x7b\xb4\x9f\xff\xe5\xfb\xd9\x84\x11\x3e\xf8\x7e\x5c\xd8\x03\xd0\x85\xac\x6c\x36\x61\x83\xef\xc7\x6c\x07\x95\x19\x4e\x9b\x52\x19\xd9\x54\x08\xd7\x66\x52\x26\x29\xa2\xe9\x8f\x35\x5d\xd3\xd7\x94\xe5\x37\x20\x07\xa0\xa9\xb5\x6f\x51\xd3\xf6\xdf\xf2\x7b\x69\xd5\x4e\x94\x86\x18\xc4\x48\x1e\xfa\x35\xd8\x52\xe0\x22\x80\x1a\x2f\x99\xa0\x6e\x69\x28\x43\x25\x85\x3e\xd3\x89\xbc\x82\x99\x7c\xa7\x98\xb2\x6c\x11\x69\xd6\xa4\xaa\xcf\x6a\x17\x79\x16\x29\xea\xcb\xf4\xf9\x7f\xd0\xc1\x0b\x67\x94\x31\x11\x7a\x49\x34\x13\x33\xd3\x56\x36\x46\x97\x75\xa3\x48\x95\x71\x8e\x81\x1e\x31\x71\xa7\x4d\xe7\x3a\x8d\xb1\x2a\xf3\xe8\x08\x61\xab\x7a\xd8\x9c\x24\x6b\x90\x1a\xed\x9a\x45\x2f\xbd\x36\x4f\x5e\x3c\xdc\xbc\xdf\xcf\x23\xe3\x83\x63\x47\x4d\x1d\xb6\x88\x8c\x2f\xd8\x57\x43\x63\x8c\x5b\x46\xcd\x29\x45\x1d\x4e\x92\x89\x5e\xa1\xbb\xe2\x33\x04\x60\x38\x53\xb0\x62\xec\x25\xdb\x43\x94\x11\xb7\x9c\x87\xd9\x4b\xeb\x71\x36\xd3\xe0\xc1\x7d\x1d\x90\x17\xc6\xf9\x59\x24\x48\x31\xcd\x06\xa3\x19\xea\xf7\x79\x54\x4c\xb3\x19\x16\x58\xa6\x1c\xcc\x70\x02\x0f\xcf\x67\xc8\xdb\x27\x7b\x5f\x9f\xc4\xe6\x50\xe2\xdb\x75\x29\x7e\x61\x34\x4b\x9f\xfe\x1a\x59\xf7\x4d\xa3\xca\xce\x2a\xeb\xf7\x59\xb4\x73\x7f\xdb\xe8\xaa\xe1\x5e\xde\x1b\x79\xde\x6b\x82\x3d\xf8\x6a\xa8\x53\xd5\xd6\xda\x1b\xa2\x6a\x99\x94\x3f\x17\xbc\x16\xb7\x62\x77\x5b\xaf\x86\xdb\x6d\x5b\xbd\xd5\x3c\xc9\xe7\x34\x73\x46\x18\x00\xa7\x84\x01\x50\xda\x5b\xa1\xbf\x93\xb4\x33\xc2\x60\xbb\xd6\x75\xcc\xe4\xf0\x4d\x18\x72\x6e\x36\x57\xa6\xbd\x86\x5b\xcf\xed\xaf\xf6\x47\x93\xc8\x7a\x64\x2a\xf0\x0b\x84\xf7\x86\x68\x1c\xd9\xac\xbb\x56\x0d\xa1\x57\xfb\xa3\x7e\x3f\xca\xa7\x85\x04\xe7\x80\xec\xc9\x39\x51\xaa\x55\x86\xe7\xd7\x9c\x97\x38\xc8\x80\x37\x90\x08\xdb\x12\x1b\x00\x6d\x06\xae\xc3\x5e\x7d\xca\xd9\x1f\x6b\x5a\x67\x29\xb7\x4f\x00\x35\x13\x60\xf5\xd8\x02\x88\x15\xe4\x57\x8a\x73\x0c\x99\xb9\x61\x66\x0a\x7d\xf7\x3e\x45\xe0\x58\xb1\x6d\x08\xfb\x2f\x3a\x4c\xeb\xc9\x25\x9e\x2e\x6f\xe9\x97\xe8\x94\xd3\x62\x70\x30\x23\x1c\xcb\x87\xe7\x33\x62\x64\x8a\x5f\x19\xfe\xd5\x0d\x15\x6f\xe9\xf5\xfa\xe6\x7d\xbe\x28\x0c\x7c\x44\x01\x1b\xc9\x6c\x89\x17\xa8\x52\xc7\xba\x79\x69\x4e\x84\x09\xec\x35\x16\x12\x69\xce\x1e\x40\xb0\x53\x35\xa0\x83\x19\x13\x66\xda\xc3\xf6\x57\xab\x98\x83\x01\x7d\x81\x36\x79\x54\x60\x86\x2a\xe3\xfe\x78\xd1\x8c\x8e\xbb\x23\xc8\x4c\xfc\x87\xba\x59\x74\x94\x3d\xf5\x7a\x9a\xdc\xd2\xf7\xfe\xed\x62\x53\x4b\x42\x21\xf8\x7f\xba\x9e\xd3\xc8\x43\xe2\x3d\xdf\xf9\x14\x1c\x66\x00\x35\xc2\xb1\x98\xf2\x99\xe2\xc5\x05\xcd\xa1\xaa\x9c\x2f\xa9\xc4\xe5\xdd\x98\x71\xb8\xd6\x2a\xe3\x94\xce\x82\xfd\x90\x34\xcd\xa4\x7f\x29\xd6\xdd\x44\x08\x7a\xbb\x12\x14\x14\x77\x4c\xd5\xa0\x12\xa4\x11\xd9\xbc\x9b\x74\xa1\x46\xed\x12\xa6\x2b\x96\x89\xe8\xa6\x05\x2d\xf3\x7f\x17\x5d\xfa\x85\x95\xe2\x37\xe4\x44\x23\x4d\x46\xd6\x3f\xd9\xcc\xa2\xe0\xdd\xa4\xab\x76\x54\x7b\x9b\xfe\x11\x6d\x4c\x3e\x9b\x68\x17\xf5\xea\x0c\xaa\x99\x2a\xd0\x38\xd1\xe1\x5b\xf4\x7b\xe3\xba\xed\xd4\x56\x7b\x6f\xd4\x70\x39\xed\x96\xd4\xfa\x67\x69\x76\xe1\x65\x7e\x08\xd8\x63\xbd\xc8\xb4\x25\xef\x0c\x83\x2f\x55\x13\x59\x45\xaf\x1f\x9f\xa1\xd8\xc2\x69\x27\xbf\x0d\x8b\x0e\x06\xd8\xc0\xfc\x7a\xfb\xee\x62\x31\x96\x05\x4a\xfe\xa5\x6f\x81\x91\x77\xf3\xb4\x9f\x56\xa7\x84\x0d\xe0\x74\x53\x19\xe8\xdd\x98\x00\xac\x9c\x6e\xb0\x43\xd4\x1c\x6f\x31\xc3\xf5\x71\xe1\x5c\x6e\x74\x11\xd7\x9b\xc5\xc5\x60\xe0\x44\x7b\x55\xcd\x6c\xd3\xf3\xf4\x09\x41\x50\x8c\xc3\xfc\x43\x98\x3c\xae\x03\xd1\x68\x3f\xf9\x41\x8e\x4a\x59\x6a\xfa\x0a\xd2\xf8\xae\xc5\x16\xdd\x53\x94\x37\xd1\x67\xd4\xd0\xeb\xd6\xb7\x46\xb7\x37\x47\x87\xfe\xdc\xe6\x48\xf3\x27\x85\x67\x7e\x3b\xf4\x54\x0b\x14\x99\xe1\x7f\xc3\x89\xf7\x3a\x9a\xe1\xd2\x6a\x32\x74\x6a\x74\x30\x29\x27\x11\x27\x85\xac\x5b\xc5\xb6\xb6\xb8\xbd\xa1\xd2\xca\x7e\x3f\x01\xed\xba\x89\x20\x32\x2b\x9a\x26\xb3\x71\x0b\x29\x5d\xc0\xf5\x32\xc2\xb6\xb3\x05\xc2\xf9\x2b\x6d\xbd\x96\x91\x7c\x9f\x75\xa8\x67\x5d\x9c\xb9\x03\xb0\x26\xc3\xc3\xf5\xcb\xec\x70\x3d\x18\x20\x3a\x5d\xfb\x56\xc6\xeb\x01\xb3\x7e\x83\xa6\x1c\x0b\x4c\x3d\xba\xee\x3a\x9c\x4f\xcc\xcc\x2a\x1f\x48\xc0\x54\x9b\xdc\x49\x14\x4e\x1f\x66\xe1\x14\x29\xb1\x10\x1a\x47\x53\x10\xf6\xcd\xc8\x4d\x14\xc7\xb1\xcd\xe2\x91\x0a\xf9\x84\x91\xe1\x38\x91\x77\xa9\x52\x6d\x46\xdb\x6d\xc4\x89\x8a\x22\x8e\x5d\x2a\xc2\xaa\x2a\xcc\x88\xf5\x8d\xc6\xf0\x68\x88\x30\x9f\x55\xca\xce\x61\x88\xaf\xc8\x10\xdf\x93\x21\x3e\x26\x43\x2c\x01\xcc\x19\x19\xe2\x0b\x32\xc4\x97\x64\x88\x4f\xc8\x10\x1f\x91\x21\xfe\x48\x86\xf8\x0d\x19\xe2\xcf\x64\x88\xcf\xc9\x10\xff\x4e\x86\xf8\x2d\x19\xe2\x53\x32\xc4\xef\xc9\x10\x7f\x20\x43\xfc\x8e\x0c\xf1\x23\x19\x6a\x13\x89\x4f\x3b\x82\xb1\x83\x0e\xb4\xb5\x4b\xd2\x16\xf1\xef\xc1\x6d\xca\x3c\xf4\xf1\xaf\x92\x2e\x02\xcb\xfe\x2b\xd0\xaa\x7c\x93\x64\xd9\x75\x32\xff\x5c\x92\x0d\xcd\xd3\xf1\x74\x86\x41\x3e\x32\x9e\xce\xf4\x8d\x75\x25\xd8\x2d\x35\xfc\x85\xf7\xbe\x54\x4c\x7d\x29\x5d\x85\xc9\x5a\x14\x7c\x9d\xdb\x1e\x99\x04\x1d\x33\xd7\x16\x0c\xae\xbb\x90\x86\xda\x6e\x37\x15\x6e\xb8\x3b\xf0\xf3\x18\xe6\x13\xa0\x39\x8a\x0e\xb8\xf2\x93\xc8\xce\xcc\xe3\x5d\x99\x3d\x40\x34\x34\x63\x29\xf2\xd7\x72\x1e\xc2\xda\x74\xe2\x76\x7b\x6b\x73\x1d\xe7\x69\x3d\xcf\x71\x9e\xba\x1c\xd7\xc5\x3a\x4f\xcf\xd7\xf9\xf1\x97\x15\xe3\x34\xbd\x54\x53\xa6\xbe\xf1\x5a\x72\x7c\xcd\xf2\x54\xc9\xf3\xfc\xd2\x47\x6a\x16\x65\x4b\xc0\x56\xfb\x30\x18\x28\x44\x3e\x98\x64\x4b\xa5\x7d\xeb\x2a\x5c\xd1\x3c\x05\x65\x89\xca\xd7\xc7\x31\xc3\xb8\x0a\xb8\x7e\xdb\x2d\x53\x24\xe4\xd5\xca\xf0\x01\x8d\xba\x4e\xad\x8b\x4a\x4c\x31\x2f\xd6\xb9\xa0\xdc\x85\x91\xdb\xa8\x5d\x75\x85\xe5\x26\xbb\xc7\xb0\xf5\xca\xb1\x4e\x3d\x86\xd4\x61\x85\x75\x4f\xcb\xf1\x46\xb1\xe2\xd2\xf1\x7b\x3c\x2f\x6e\x57\x12\xcb\x4f\xc7\x1f\x2a\xcc\xd7\xf9\xf8\x0b\xfe\xbd\x60\xf9\xf8\x0c\xa7\x74\x41\xf9\xf8\x02\x1b\x4c\x61\x7c\x69\x1f\xdf\x0b\xca\x93\xeb\x8c\x8e\x4f\x54\xae\xb3\x7c\x4e\xc7\x47\xf6\x33\xbc\x7e\xc4\x1e\xaf\xed\x0d\xce\x12\x49\x37\x7f\xc6\x12\x33\x11\x22\xa3\xe3\x73\x9c\x52\x39\xb8\x39\x1d\xff\x8e\x15\x0d\xa3\x96\x69\xfc\x56\xbf\x8e\x4f\x71\x56\x14\xab\x72\xbc\x11\x85\x48\xb2\xf1\x3b\x9c\xd3\x52\xf6\xf4\xb1\xaa\x94\x20\xc6\xdb\x6a\x75\x32\xca\xff\x56\xe9\x20\x2f\x9b\x2b\xe5\x1f\x5f\xc2\xc0\x60\x39\x6a\xb1\x05\xcc\x19\xd7\x10\xb2\xb9\x19\x26\x91\x15\xaf\x5f\xa9\xbe\xea\x15\x8a\x10\x1a\x7b\xee\xe0\xa2\xc7\xc1\xa0\x05\x46\x98\x58\x07\x08\xbf\x93\xb8\x43\x6b\xdb\x00\xfc\xeb\xe8\x46\x29\x91\xd1\x63\x53\xe7\x95\xe0\xec\xe6\x86\xf2\xa8\xa7\x64\xae\x58\xe2\xb1\x28\x3c\x60\x80\xdb\x62\x5a\xc9\xcd\x88\x36\xf7\xb6\x28\x6c\xce\x11\xaa\x7c\x77\xc9\xf6\x96\xb2\xaa\x7c\xbe\x5b\x9f\xcb\x87\x15\xd5\x52\x54\x03\xd4\x94\xfa\xf9\x35\xed\x26\x56\x77\xa7\x87\x02\xed\xb3\x10\x06\xd6\xd1\x61\xde\x5a\xfd\x6f\x6f\x92\x3c\x2f\x44\x57\x22\x09\x5d\xa5\x9a\x2e\xb1\xd1\xee\x35\x9d\x27\x6b\x79\xd1\x2b\x2c\x14\x82\x92\x58\x34\xd4\x86\xbf\x2d\x16\x8b\x86\x67\xdf\xf6\x6e\xec\xd1\xed\xf6\x5b\xbb\xb2\x58\x7c\x7b\x5f\x14\x96\xaa\xfc\xf3\x0b\x4f\xfb\x6a\x78\xc8\x9c\x43\x5e\x36\x18\x20\xcd\xd5\x04\xcf\xc1\x64\x6f\x88\xb9\xaf\x6d\x89\xd9\xfe\xbe\x32\x9d\xc8\x77\x2d\x82\xd7\xb5\xb9\x59\x11\x8b\xa4\xbb\x2e\xf5\x50\x05\x3b\x73\xf3\x45\xed\x7e\xb8\x67\x79\xe3\xca\x0e\x50\x79\x09\x3b\x8d\xd7\x64\x70\x45\x86\x36\x67\xff\x40\x69\x28\xa2\x8b\x03\x80\x30\x64\xe5\xc5\x60\xe0\x61\xf2\x0d\x87\x2a\xcc\x43\x79\xf2\x57\xcf\x27\xf9\xfe\xf3\xf1\x10\xe1\x82\x3c\x3f\x2c\x5e\xe6\xe0\x47\x8e\x4d\x8b\xfd\xe7\x3e\xd2\x53\xcc\xc2\x50\xfa\x21\x65\x16\xc7\x31\xf3\xc9\x35\xb4\xb9\xf4\xba\x20\x9a\x5d\xe0\x5e\x17\xc4\xab\xd1\x44\x28\xcf\x77\x39\x19\x1d\xe6\x2f\x05\xa8\xfe\xf1\x69\x1e\x7a\xbe\xcb\x67\x30\x33\xa0\x10\xab\x67\x06\x82\xcb\x39\x2c\x62\x62\x49\x31\xcd\x14\x0e\xe7\x4b\x39\xbd\x34\x47\x3f\x42\xfe\x28\xa0\x56\xbc\x37\xc2\x1e\xd9\x69\xe0\xaf\xda\xe9\x27\x1a\xaa\xf1\x7f\x4d\x83\x70\x85\xad\xf0\x54\x48\x92\xc8\xae\xa0\x84\xe9\x66\x15\x8f\xfe\xaf\xad\xa2\x6b\xb5\xb6\x92\xea\x03\xda\x7c\xfc\xff\xe6\x6a\x0e\x61\x35\x9d\xe4\xc9\x5e\x5e\x6f\x0c\x84\x86\xfb\x32\x3c\x63\x95\x4a\x43\x9b\xcf\xfe\x51\x94\xd8\x77\x28\x37\xde\x71\x44\xb1\x12\xd4\x39\x7b\xba\x89\x81\x46\xe3\x21\x28\xb5\x1b\xc6\x70\x41\x38\xf8\x76\xec\x24\x2a\x9c\x45\xee\x30\x72\xae\xcd\x13\x47\x12\xaf\xd1\x84\x86\xe9\x45\xf5\x14\x44\x50\x5d\x37\x5c\xaf\xca\x60\x01\x11\xda\x9c\xdb\x3b\x79\x6a\x59\x29\x64\x6f\x38\x23\xd7\xb5\xee\x27\x64\x0d\x2c\x03\x1f\x39\xd6\xea\xe1\xc0\x5a\x31\x1a\x5c\xaa\x29\x99\xb3\x98\xdc\x8d\x73\xcc\x10\x2e\x0c\x4b\x16\x00\x93\x66\x62\x02\x45\x68\x0a\xa9\xea\xa6\xc9\x60\x34\xd3\xbe\x16\x92\xc1\x8b\x4e\xf0\xad\x9c\x29\xfb\xe6\xa8\x96\x4a\xac\x10\xb2\x4b\x2b\x83\xd3\x44\x68\xf3\x7b\xeb\xc0\x46\x6d\x03\xf3\x6b\xc4\xa5\x1e\x67\xe2\x06\x57\xfe\x73\x83\xf3\xd8\xf3\x16\xb1\x54\x22\xcb\x01\xc3\x73\x52\x0e\x5e\x74\x92\xe9\x5c\xde\x41\x77\xb0\xcc\x77\x08\x53\x92\x4c\x4b\x33\x09\x4b\x92\x46\x99\xee\x47\x39\xf8\x9e\x10\xb2\x44\x89\x1c\x71\x86\xa1\x5c\xee\x9a\x59\x84\xf3\x58\x0e\xfe\x3a\x0b\x66\xcf\x5c\x6d\x4b\x3c\xc4\x19\x36\x34\xe8\x02\xe1\xb6\x4c\x25\xfe\x1e\x55\x43\x45\x4d\xeb\xeb\x88\x02\x02\x95\x29\x14\xd1\x9e\x1a\x37\xef\x3e\x02\x19\xa1\xcd\x5b\x8b\xe8\x58\xf1\xad\x2b\xb5\x83\xbc\xaa\x21\x72\xd5\x32\x29\x6d\x7d\xc1\x5e\xd6\x9d\xad\xb3\xe5\x35\x6e\xe8\xf1\xe3\xd9\x22\x3a\x1d\x0c\xb0\xf1\x15\x6b\xb0\xc9\xce\x57\xc5\xbf\x13\xbf\x47\x1f\xe4\x92\x43\x4f\x22\x8a\xc6\x7b\x91\xf1\x31\x2c\x91\xd2\xed\x76\x8f\x2a\xf4\x10\x9e\x14\xa7\x0e\xf5\xfb\x3a\x31\xb6\x7d\xa9\xea\x40\x69\xd3\x0e\xab\xaa\x80\x1d\xe4\x38\x5e\x00\xf7\xf4\x08\x36\x7a\xa4\xe3\x26\xfd\x83\x0d\x65\xa2\x1d\xc6\xeb\x37\xac\xa6\x6c\x3c\x0f\xce\x0e\xfe\x1e\x1f\x20\x1c\x60\xc6\xe3\x69\x1b\x2e\x0c\x6e\x43\x1b\x58\xf4\xcc\x84\x46\xa4\x72\xbc\x21\x1f\xcb\xeb\x33\xaa\x2a\xc0\x76\x5b\xc3\xa7\xd9\x16\x14\x1f\xc6\xd3\x2e\x6f\x7a\xb4\xec\xd1\x3c\x05\x44\x8b\xa6\x10\x21\xaf\x58\x4b\xdc\x57\x22\xde\x1a\xe7\xc3\x4c\x62\x7d\x82\x3f\x6c\x72\xcb\xe2\xa3\xce\x24\x59\xe2\x72\x0c\x49\x40\x2b\x91\xbd\x20\x70\x53\x83\x3f\x59\x67\x4e\xea\xb3\x64\x2e\x12\xb3\x49\x0b\xe4\x07\x89\xfa\x36\x06\x85\x27\x90\x32\x9c\xd1\x1a\x71\xe2\x22\xcf\xd7\xab\xe4\xa8\x4e\x79\xd0\x3c\xed\x79\x31\x08\x15\xc5\x1e\x01\xe2\x57\xf9\x68\xa0\xef\x37\xcb\x48\x44\x6b\xb5\x4f\xea\x98\xe7\xd8\x67\x03\xfb\xd2\x84\xa8\x26\x47\xf0\xca\x68\x8d\x14\x2d\xd9\x2c\x8c\x4c\xd3\x6c\x63\x4d\x08\xe2\x1c\xc9\x65\xb2\xae\x23\x1a\x32\x09\x86\x36\x79\xc4\x50\xe8\xd3\x04\x68\x28\x3d\xe1\x3b\x4a\xb7\xe4\xaf\xea\x80\x65\xd3\xce\x57\xb0\x00\xda\xea\x90\x58\x48\xf5\x75\x96\x03\xaa\x6a\x37\xac\x2f\xe7\x6a\xc7\x59\x4c\x78\xab\xfa\xcd\x90\xe3\x84\x3c\x0c\x06\x86\xbd\xda\x02\xf2\x50\x90\x06\x84\x97\x44\x6a\x54\xd3\xcc\x74\xba\x15\x60\x77\x3c\x09\x57\x1a\x15\xb5\xbb\xbc\xfd\x2e\x18\xe2\x96\xda\xbf\x72\x21\x24\x55\x1b\xf0\xac\xb9\x78\x6f\x19\xda\xa1\xd0\x1a\x27\xc1\x6d\x26\x40\xf9\x04\xb5\x5d\x02\xba\x97\x62\x7f\x84\xbf\x47\x70\xa8\xc5\x57\xee\x2c\xbc\x37\xb4\x7c\x85\xca\x1e\xa4\x66\xd4\x90\xa7\x68\xe7\x3d\x09\x3b\x42\xca\x32\xf0\x28\x9f\x4f\xd9\x4c\x1d\xc2\x06\x13\xcc\xee\xbf\xaf\xf1\x1d\x7d\x38\x11\x9c\x9d\x10\x14\xd5\x2a\xc7\x6e\xe7\xa3\x6a\x57\x26\xcf\xa7\x66\x70\x1f\x08\x32\xf4\x02\xab\x5b\xe9\xb1\xcf\xca\x31\xe2\x8f\xda\xae\x3d\x14\x2f\xb9\x5a\x3b\x10\x9b\x4c\xc5\xec\x15\xd3\xe1\x1b\x8d\x2a\x8f\x18\xbc\x80\x19\x2c\x24\x16\xe7\xdc\x91\x8b\xc1\xc1\x0c\x97\xf0\xf0\x7c\x86\x33\x78\x30\xb8\x4b\x0d\x40\x39\x3c\x3e\xc7\x09\x2e\x71\x21\xe9\xa3\x0c\x55\x95\x35\x93\x1c\xda\x28\xb1\xed\xdb\xbf\xda\xb5\x29\x36\x5f\x43\x56\x76\x54\xd7\x52\x60\xe3\xc7\x97\xab\xad\xf2\x0e\x60\x63\xca\xb6\x15\x41\xbb\xd9\xd4\xa8\x6a\xef\x96\x5c\x82\xe1\x5e\x3b\xe8\xd8\x34\x97\x1d\x98\xc2\xad\xab\xea\x3b\x9d\x1a\x62\xba\x2f\x02\x10\xe1\x3a\x53\x2b\xeb\xd1\x55\x4f\x30\x89\xd5\x15\xd5\x40\x8b\xbc\xfe\xb5\x73\x03\xcd\x15\x46\xeb\x1c\x61\x05\x8d\x9f\x82\xb8\xba\xde\xf6\x83\x64\xee\x87\x26\xcb\x1c\xac\x4f\x1a\xf9\x28\xda\xbc\xd7\x14\x46\x73\xf6\xe8\x17\x81\x6b\x1c\x67\xc0\x47\x3a\x7c\xa2\x24\x1c\xe3\x96\xdb\x65\x58\x55\x9f\x62\xc5\xb7\x5f\xe2\x4f\x0d\xbd\x54\x9d\x72\x0a\x21\xde\xa1\xdd\xd7\xe4\x93\xa7\x34\xfb\x5a\x2b\xcd\xa6\xc9\xcd\xfe\x6d\xb2\xfa\xbf\x6d\xd2\xed\xbb\xec\x35\x32\x2f\x87\xe7\xde\x51\x2e\xd8\x5c\xeb\xa0\x71\x4b\x37\xc4\x2b\x5e\x88\x42\x62\xe2\x71\x92\xa6\xa4\xd5\x64\xb1\x25\xc2\x4a\xcf\x50\x6f\xdd\xdf\x3e\xd3\x87\xdf\xba\xac\x34\x66\x22\xa9\x46\x06\x0d\x98\x32\xed\xe2\x82\x30\xed\xae\x47\xe9\x62\xdd\x25\x19\x91\x10\x9a\x2d\xa2\x86\x3c\x86\x23\xc8\x7b\x9c\xde\xd0\xa8\xc0\xaa\x1c\x47\xea\xf2\xec\x1a\xd8\x99\x90\xe1\x61\xe2\x18\x8a\xc9\x60\xd0\x56\x6a\x9a\xcc\x90\x0e\x59\xd6\xd6\x52\xee\x95\x51\x25\x72\x84\x0b\xaf\x25\xd5\x4a\xde\xde\x8a\x2e\x21\xdb\xc0\x05\x78\x00\x0d\xa6\x53\xe6\x29\x5b\xe6\x14\x66\x06\xe6\xc2\xb0\x03\x82\x92\x34\x99\x2f\x6b\x11\x2e\xfc\x99\x8c\xef\x93\xec\xb3\x8e\x88\xe1\x0a\x89\x62\x55\x16\x5c\x34\xcb\x51\x70\xdb\x24\x73\x57\x12\xfd\xb0\x7b\xc7\x78\x39\x7f\x72\xdb\x84\x5a\x5e\xca\x73\xb7\xdc\x05\xb9\xb1\x92\x13\x4b\xff\x5d\xb9\xc2\x57\x29\x5f\xdf\x62\x3b\x37\xd7\x2d\x2b\x4b\x96\xdf\x74\x3f\xd3\x07\x2f\xd6\xb6\x3c\xd0\xc3\xad\xd7\x2d\x6d\x95\xcc\x81\x8b\xc5\x16\x91\x89\xed\x9f\xcf\x50\xfc\x99\x3e\x04\x28\x4b\xc0\x8c\xd1\xa3\xe2\x03\x85\x4e\x4e\xf9\x8c\x6c\x58\xfa\x65\xcc\xf1\x67\xfa\x30\xa6\xf8\x2e\xc9\x2c\x8e\xb8\x16\xe3\xbd\x11\x5e\x64\xc9\x8d\xfc\x37\xec\xa2\xaa\x75\xad\x6b\xae\x5c\x15\x0c\x5d\xd2\x39\xb8\x13\x93\x5d\x42\x9e\x55\xf5\x70\x2b\x76\x8c\x43\x4c\x73\xc0\xb7\x62\x96\x7e\x31\x26\xbe\x22\xe8\xb4\xec\x31\x7c\xc6\x34\x2e\xd6\x42\x42\xae\xa0\x3f\x72\x87\x34\x77\x02\xa7\x25\x15\x5e\x8c\x7c\x41\x86\x06\x09\x6c\x86\xf8\x81\x89\x11\xb3\x0e\x97\x0d\x68\x0a\xff\x8e\x95\x4c\x44\x1c\xf7\x7a\xda\xfb\x21\xec\x2d\x6f\xe5\x71\x7d\x57\xc2\xe8\x9b\xc1\x63\xa8\x5e\x9f\x16\x1a\x73\xfe\x30\xcf\x68\x37\xa5\x02\x02\xd4\x8c\xbb\xbd\x81\x18\xf4\xba\x2f\xf7\xe5\x03\x9c\xe3\x21\x84\x89\x33\xb7\xe9\x53\x71\xb7\x34\x16\x3b\xa5\x53\x3e\x9b\xfd\x53\x2d\x42\x3f\x5d\xf3\x95\xc1\x8b\xf5\x4c\x62\x6f\x56\x5c\x7c\x7c\x79\x28\x6a\x9a\xa6\x39\x69\x6b\x45\xbb\x9c\xaa\xcd\xa4\x2c\x1e\xde\x16\xf9\x80\x98\xfe\xc8\x1b\xc6\x75\xdd\x78\xde\x75\xf3\x0d\x1d\xf3\x8f\xb4\x3b\xb7\xb5\xb3\xec\xf5\xd2\x24\xa9\x35\xb4\x89\x6d\xfe\x18\xf4\xf4\xd2\x97\x81\x07\x86\x58\x1e\x0f\xb2\x37\x0a\xfb\x02\xf3\xd2\xea\xdd\xd8\x75\xca\xa0\xb8\x30\x68\x1b\x23\x5a\x76\x03\x5a\xd7\x52\x2d\x75\x12\x0e\x2d\xa8\x37\x5c\x83\xe1\x56\xb3\x63\xe1\x46\x79\x45\x86\xbe\x06\xda\xb4\x00\x6c\x37\x81\xce\xa1\x79\x91\x0b\x96\xaf\xa9\x4b\x22\x7b\x43\xac\x75\xcf\x0b\x84\x05\x21\x24\x81\x23\xaa\x90\x66\xdd\xf2\xff\x2e\xcc\xa2\xae\xcb\xe5\xfb\x7c\x5e\xdc\xb2\xfc\x26\xd2\x8a\x8a\x5d\xad\xba\x81\x99\xcd\x5c\x5b\x0e\xbf\xd4\x8e\xf0\x43\xde\x5c\x38\xcc\x7f\x7f\x74\xc8\x5f\xc9\x1d\xbd\xbf\x1f\x84\x8f\xd3\xe0\x0d\xfa\xbf\xdd\x6a\x47\x7c\x79\xbd\xd5\xda\xfd\x51\x0b\x4f\xf7\x84\x13\x4b\x77\x5a\x3a\x22\x62\x72\x36\x30\x38\x5c\x80\x06\x2a\x88\x2a\xfd\x4d\xb7\x45\x1b\xe8\x97\x5d\x6d\x80\xa4\xa9\x57\x6c\x30\x98\x91\xe1\x96\xd6\x26\xb0\x58\xb5\xf8\x1e\x57\xb7\xc0\x74\x7f\xdf\x2b\x3e\x53\x5d\xd4\x28\x18\x38\xa0\xdf\xbf\x4e\xae\xe9\x9f\x19\x31\xef\x9e\x27\xab\x53\x88\xb3\x73\xb1\xae\xfb\x18\x02\x27\x39\xcb\xa4\x8c\x5c\x6c\x5c\x66\x74\x6c\x3d\xcf\x3b\x68\x63\x3d\x59\xb8\x61\x93\x30\x3e\x88\x37\x21\xd8\xd7\xd4\x19\xeb\xde\x70\x4c\xf3\xf5\xad\x56\x48\xd8\x1b\xe1\x7b\xce\x84\x7a\x1e\xe2\x79\x91\x2f\xd8\xcd\x5a\x7f\x1b\x56\x95\xdc\xad\x4a\x75\x97\x23\x2c\x20\xa0\xab\x0a\x66\x96\x94\xa5\xa4\xb5\xdf\x84\x10\x1b\x6d\x54\x6c\xa5\x7c\x49\x39\x13\xe5\x87\xa2\x28\x83\x6b\x8e\xa3\xcd\xb0\x43\x77\x76\xdd\x3a\x1e\x00\x0f\x3c\xfc\x2b\x03\xa1\x5f\xeb\xba\x53\x2c\x50\x03\xa8\x94\x47\xfc\x1b\x9a\x9a\x40\x3d\x1f\x98\xa0\x3c\xc9\x1a\xfd\x94\xd7\xf1\x76\x1b\x39\x23\xdc\xa1\x73\x15\x42\x63\x9e\xdc\x13\x81\xa9\xe7\xc2\x5d\x4e\x47\x0d\x73\x33\x84\xa5\xe8\xf7\x8b\x60\x4d\x84\xf1\x4f\xc1\xe1\x0b\xe6\x61\xf0\x1e\x15\x89\xf0\x72\xc9\xca\xf7\x36\x96\x5f\x4a\x12\xb9\xcf\x8b\xb2\x64\xd7\x19\x7d\xe3\xa6\xe2\x1c\x0a\x92\x52\x5e\xec\x30\x93\x6f\xa9\xfa\xb4\x96\x78\x2b\x84\x07\x69\x2c\x8e\xea\x72\x73\x0b\xd6\x3d\x83\x19\xf5\x52\xf0\x73\x84\xbc\x30\xc4\x85\x56\xb6\x41\xb1\xb7\x28\x1d\x41\xce\xe9\x22\x83\xc5\x34\xa9\x11\xc3\x56\x6c\x83\x2d\xef\x55\x22\xf6\xc0\x01\x94\x75\xe0\xa6\x00\x4c\xf1\x22\xb1\x50\x70\x4a\xf5\xf6\x5d\xc1\xcf\x16\x20\xc5\x15\x05\x57\x2e\xba\xea\x6b\x66\xd8\xd5\xc3\x9a\x1b\x47\x12\xba\x3b\x57\x91\x68\x09\xa1\x53\xed\xf7\x9c\xe9\x5a\x67\x70\x08\xeb\x4e\xbe\xb6\xdb\xa8\xbe\x31\x14\x16\xaa\x11\xad\x36\x22\xc1\xa2\x91\x99\x0a\x60\xab\x20\xa9\xde\xe9\x3e\x0a\xae\x62\x6f\x18\x5d\x6f\xbd\xd3\xfe\x86\xf7\x47\xa8\xd3\x3b\x33\x81\x11\xe5\x36\xa1\xfe\x4c\x6b\x5b\x71\x2f\x45\xc7\x20\x96\x7d\x39\x49\x56\x50\x66\xbb\xed\x5d\x50\x55\x1c\x05\xfe\xcb\x16\xbc\xb8\x8d\xb8\xca\x6c\x3c\xa4\x95\xba\xc8\xb3\xff\x89\x26\xe3\x4f\x6c\xfb\x1e\xe5\x22\x9a\x8c\xff\xb6\x1d\x7d\xbf\x7d\x7e\x80\xa2\xc9\xf8\x4d\x96\xdc\xae\x68\x8a\x26\x50\xc9\x77\xcf\x94\x61\x1d\x47\xe1\x48\x2b\x88\x31\xd2\xdc\x47\x06\x99\x7e\x65\xaf\x92\xc9\x26\x2d\x72\x38\xa6\x63\xfd\x34\xd2\x2e\x7b\xe8\x54\x0c\x06\xb3\xaa\xea\xb4\x2a\x71\xbc\xd7\xfe\x08\xb4\x6a\x76\x57\x14\x5d\xb5\x7e\xb4\x9b\x17\xf9\x3e\xd3\x72\xfe\xae\xe1\xd0\xc7\xbf\xfe\x9a\xbf\xf7\x7c\x37\x5e\xd3\xae\xc9\x83\xa1\x44\x22\xc7\xa3\x7d\x74\x96\x4a\x3f\x67\x99\xdc\xd1\x6e\xd2\x6d\xec\x8f\x08\x69\xcd\xee\xb8\x67\xad\x28\x45\xcb\x3e\x8a\x10\x02\x86\x82\x56\x9f\xd3\xfa\x6c\x36\x8e\x94\x8a\xc1\xa1\xf6\xc0\xd9\x02\xdb\x8d\x71\x13\xa6\xe7\xa4\x11\x1b\x53\x9f\xaf\x7e\xbf\x45\x3f\xb6\x71\xf6\xb0\x35\xc6\xe8\x84\xee\xcb\xea\x48\xb0\x68\x09\x3e\x2b\x29\x86\x4e\x1e\xbb\x7b\x82\xf8\x2f\xdb\xed\xde\x08\xe7\xb1\x0f\x70\x25\x76\xd4\x83\x05\xec\xb1\xbc\x9b\x83\xeb\x28\x03\x9c\xc9\xde\x10\xe1\x5d\xd7\x65\x0e\x68\x43\xee\xbb\x65\x4e\x82\x00\x71\xbe\xe5\xa6\xe7\x04\xae\x3e\x37\xc2\x46\x45\x15\xdb\x6d\x5b\x00\x8c\x89\x18\xd3\x9a\xd1\x26\xda\xe8\x0b\x47\x12\x2c\xaf\x2c\x91\x00\xe6\x7b\xf6\xcd\x23\xc1\x3c\xd5\x08\xa4\x89\x30\xab\x12\x31\xd3\x9e\xad\x8c\x9b\x29\x1f\xb1\x78\x06\xe6\x4e\x61\xcc\x1b\xcd\xfe\x70\xd1\x6f\xf6\x59\x2e\x28\xcf\x93\xac\x7c\x46\xf3\x3b\xc6\x8b\x5c\x19\xae\xf7\xf2\x22\xa5\xfb\xb7\x1a\xa1\x68\xc9\xbd\x16\x2c\x2b\x5b\xbf\x48\x24\x36\x61\x60\x8c\x6d\xbe\x32\xd8\x1d\xb2\x66\x30\x3c\x6e\x2d\x76\x4b\x45\xb2\xf3\x43\xe6\xbe\xcc\x93\x3c\xe1\x0f\xfb\x0b\x9a\x88\x35\xa7\x5e\x17\x20\xb2\x50\x0f\x07\xd6\xe0\xed\xdd\x2b\x0b\x7f\x50\xb2\xbf\xbc\xc8\x32\x3f\xbf\x4b\x7b\x96\xb1\x6b\xef\xf5\xea\x96\x7d\x61\xde\x00\x34\x10\x76\xef\x94\xdf\xb1\xb9\x57\xbb\xde\x31\xb5\xf7\x67\xf3\xe2\x76\x95\xb4\x27\xaf\x05\x4d\x5b\x7b\xce\xd7\xb9\x60\xb7\xed\xcb\xa1\x1d\x75\xf6\xb0\x5e\x7b\xed\x7e\xb6\x35\xef\x1d\xa3\xf7\xed\x4b\xc7\x8b\xb5\x08\x86\xe3\x6f\x8f\x2f\x82\xe6\xb2\xce\xfd\x72\xbd\x92\xfb\xc9\xe5\x52\x61\x06\xed\x2b\x5f\xe7\x59\x51\xac\xda\x6b\x91\x59\xf7\x21\xe4\xdf\xae\x86\xc0\x01\x8e\xfb\xe2\xf9\xdb\x6d\x4d\x7c\xa6\xcc\x05\xcb\x7d\x6d\x2a\xdf\x5e\xf4\x99\x01\xcd\x5e\xaf\xf3\x1b\x96\x37\xde\x5b\x32\xba\x08\x51\xde\x5e\xd3\x71\x46\xd2\x96\x8d\x28\x17\xb1\xc8\x69\x2e\x9e\x09\x8d\xef\xed\x17\x79\xf6\x20\x33\x18\x7f\xaa\x66\x29\x03\x54\xdf\xd9\x28\x81\xdc\x22\xc3\x6b\x3c\xc7\x29\x5e\xe2\x05\x5e\xe1\x5b\x7c\x87\x6f\xf0\x35\x7e\xc0\x57\xf8\x1e\x1f\xe3\x2f\xf8\x0c\x5f\xe0\x4b\x7c\x82\x8f\xf0\x47\xfc\x06\x7f\xc6\xe7\xf8\x77\xfc\x16\x9f\xe2\xf7\xf8\x03\x7e\xf7\xa7\x70\x6f\x1f\x9b\x97\x03\x97\xf0\x58\xc8\x6b\x87\xdd\x02\x90\x89\x8f\xe5\x1c\xf4\xfb\x3b\x3e\x6c\xb7\x9b\xaa\xf3\x18\xb3\xf2\xd4\xb8\x87\x91\x30\xfc\xd1\x62\x25\x4d\x3a\xaa\x07\xe5\x7a\xd5\x0e\x58\xfe\x88\x7b\xc7\xa7\x3f\xf5\xf0\xe6\x86\x8a\x31\x38\xe1\x3f\x3e\xfd\x29\x24\x35\xaa\x5d\xf7\xc0\x23\xee\x65\x45\xf1\x79\xbd\xf2\x8b\x7f\x80\x14\x5c\xc2\x7b\x69\xdf\xeb\x35\xbe\x8f\x8f\x4f\x5e\x1f\x9f\x5f\x1d\xff\xff\x2f\x8f\x4f\xdf\x5e\x7d\x3c\x3f\xbb\x3c\xbb\xfc\xe5\xe3\xf1\x45\xbf\xbf\xbb\xa3\xf5\xbc\x3d\xbc\x09\x89\x22\xd9\x0b\xe5\xe2\xe1\xf8\xf4\xa7\xb8\x91\xbf\x42\xf8\x51\xf6\xf1\x4c\x1e\x11\xf2\xd1\x3e\xe2\x47\xd9\x53\x93\x5a\xba\xd4\x23\x77\x02\xc8\x1b\xb3\xa4\x61\xba\xd5\x1a\x38\xb7\xdf\x77\x0e\xe0\xdc\x1e\xb1\x8d\xe9\xe9\x67\x53\xea\xa9\x59\x7e\xab\xb2\xb4\x14\x7f\x8c\x4d\x22\x8c\xed\x18\xce\x20\xf9\xdd\xeb\xaa\x4a\xb2\xbd\x7c\xeb\x7d\xd2\xd1\xc1\x4f\xf5\x03\x7e\x8c\x6f\x29\xbf\xa1\xe4\x54\xfd\xc3\x5c\xe5\x80\xa6\xa9\x40\xe5\xc1\x2b\x7e\x8c\x7f\xf8\xf4\xfe\xed\xd5\x7f\x1d\xff\x42\x98\x7d\x94\x65\xd6\x2c\x7d\x57\x70\x99\x5d\x3d\xe1\xc7\x98\xe5\x25\x04\x98\x66\xe6\x49\xb6\x95\x7c\xa6\x70\x2f\x13\xe6\x9e\xf1\x63\x3c\x4f\xf2\xf7\x60\x74\x49\x98\x7b\x96\x5b\x9c\x3f\xd8\x74\xfb\x8c\x1f\x81\x3e\x27\x0c\xfe\xf0\x63\xbc\x56\x3d\x5d\xab\x1e\xbe\x31\x77\x29\x29\xdc\x33\x96\x93\x76\xc3\x4a\xc1\x1f\x48\x61\x1f\xd5\x7c\x50\x2e\xc8\x5c\x3f\xc8\xba\x13\x9e\x93\x39\xfc\xe1\x47\x15\x7b\x8f\xcc\xd5\x3f\xbc\x9b\x30\xf3\x73\xf7\xdc\xf1\xd2\xdf\xad\xf3\xb9\xff\x4d\xbe\xe3\x47\x15\x86\xe9\xad\xae\xcc\xbd\xc8\xc5\x92\xe0\x9d\x5c\x7a\x6b\xa4\xb2\x6d\xb8\xf6\x2f\xfd\x56\x57\xc5\x8a\x5c\x45\x6d\xe5\xe3\x79\xbc\xfb\x23\x36\x9f\x7e\x4e\x78\x4b\x01\x2f\x15\xb3\xf2\x8d\xbe\x3c\xc7\x59\xec\x5e\x2a\xb5\x7a\x1a\xfd\x20\x89\xf7\x22\x4f\xcd\xfa\xba\x9c\x73\x76\x4d\x49\xe2\x9e\xf1\x63\xfc\x3e\x44\x58\xc8\xc6\x95\x1a\x07\x55\xd8\x42\x63\xbf\x82\x75\xee\xa7\x7b\x6f\x18\x58\x9f\xe3\x44\xb1\x40\x2b\x35\x97\xe4\x24\xbe\xd2\x97\xd8\xf9\x3a\x57\x69\xb1\xc3\x62\xc8\x89\xf7\x62\xbe\x82\x55\xce\x89\xfa\x37\x69\x2c\x4f\x65\x12\xcb\x53\x9d\xa2\x74\x2b\xc8\x89\x7e\xd0\xa9\x46\xf7\x91\x9c\xd8\x47\xfd\x85\x42\x05\xd4\x96\x5f\x26\xe5\x85\x16\x67\x1a\x93\x9d\x93\x96\x44\x9d\xfb\xf7\x02\xba\x24\xff\x74\x0a\xe8\xba\x90\x13\xf5\xaf\xd3\x24\x89\x42\x4e\x94\xe8\x53\xa5\x14\xaa\x2f\x85\xeb\x87\x91\xa1\x92\x13\xfb\x58\xfb\x72\xa6\xca\xf8\xaf\x3a\x87\x51\x59\x25\x27\xf6\x31\x98\x0d\x3b\x0e\xff\x75\x17\xe4\x92\xe5\x70\x4f\x0b\x98\xcf\xd7\xf9\x07\x40\x6b\x00\x78\x9d\x48\xe0\xfb\x26\xf8\x52\xbf\x23\xe0\xce\xfc\x44\x32\xbb\xba\x66\x4f\x4a\x2a\xf8\x31\x36\xb8\x1e\xf9\x84\x1f\xe3\xab\x94\xca\x1d\xb2\x12\x05\x27\x59\x9c\x03\xbb\xee\x2d\x2d\xe7\x6f\xe9\xbc\x00\xfa\x4e\xe6\xd1\xf1\xf8\x48\x66\x22\xf3\xe1\x4f\x71\x92\xb1\xa4\x24\x99\xfa\x07\xe8\x33\x5f\xd2\x77\x50\x8b\xec\xa0\x7c\x4b\x7f\xd2\x91\x1b\x01\xa0\xa8\x46\xcd\x18\x49\xd6\x48\x92\x2d\x95\x54\x00\x73\x89\xb9\x0e\x90\x2c\x6e\x49\x05\x98\x2b\x12\x52\xc2\x9f\xba\x9d\x54\xd3\xea\xf9\x67\x26\x96\x1a\xfa\xab\x64\x2f\x41\x36\x24\xc9\xcf\x44\x2c\x61\x92\xd4\xa3\xba\xcb\x54\x6b\x0a\x6a\x5e\xc0\xab\x7a\xc0\x8f\xf1\xbb\xe3\xa3\xcb\x4f\xe7\xc7\x17\x24\x1a\x62\x03\xfa\x51\xb4\x61\xe5\x31\x84\xc2\x48\xc7\xeb\xd8\x3e\x57\x78\x6d\xf3\xcb\xfb\xe5\x4a\x85\xa1\x62\x31\xfc\xe3\xc7\xb8\xc8\x49\x16\x17\x72\xc3\x26\x69\xfa\x41\x02\x15\x79\xe2\x32\xff\x4d\x6e\x1f\xf0\x50\xe7\x7d\x0e\x13\xa0\xcb\x79\x7a\x7c\x27\x21\x4c\xe6\x9e\xf1\xa3\x3c\x2d\x26\x97\x5c\x25\xff\x15\x3f\xaa\x60\xf0\x94\x64\xfa\x01\x52\x14\xf7\x2c\x33\x4f\x90\xf6\x3a\x4b\xf2\xcf\x90\x06\x4f\x90\xf6\x51\x82\x10\x68\xcf\x3e\xe3\xc7\x38\x2f\x04\x5b\x3c\x98\xa5\xd4\xa1\x36\xb3\xd6\x64\xfc\xa8\xc0\x47\x98\x2a\x7b\xd9\x96\x8c\x1f\x25\x60\x68\xe6\x6d\x26\xca\x4d\x08\x4f\x3a\x9d\x41\xbe\x7a\x12\x7e\x8c\xad\x11\xdd\x26\x3c\x77\xe3\xbd\x21\x5e\x26\xa5\x79\x3d\x9a\xcf\x69\x59\x16\xbc\x94\x98\x29\xdc\x5a\x7e\x66\x92\xd5\x12\x20\x47\x29\x78\xf1\x40\xde\x99\x27\xfc\x18\xab\x30\x25\xaa\x2f\xf6\x59\xed\xd1\xa0\x9f\xc1\xbb\xda\x8b\xc1\xf7\xb2\xf6\x9d\x7e\x59\x25\x76\x0a\x54\x96\x7a\x92\xda\x5c\xc6\xdb\x96\xda\x5c\xe6\xcd\x6e\x2e\xef\x73\x98\x20\x4b\xcb\xb3\xad\x3c\x40\x99\x93\xae\xde\xe4\x06\x76\xe5\x0a\x57\x02\xa8\x54\x92\xa9\x7f\xfc\x18\x9f\xe8\x77\xf8\xdf\x8d\xa7\x15\xb9\x26\xe5\x00\xc4\x41\x74\xaa\x33\x95\x04\xf8\x30\xc4\xa1\x32\x09\xdf\x8c\x62\x0b\x5a\x2a\xa2\x12\x2a\x9d\xc7\xac\xbc\x54\x29\x50\xe7\x1c\xf4\x80\x74\x42\xbd\xce\xc7\xf8\xea\xb5\xbb\x07\x53\x8b\x56\xbc\x8f\x3f\x9c\xfd\xf0\xc3\xf1\x79\xbf\x1f\x3d\xc6\x1f\x8a\x9b\x1b\xca\xc9\xd2\x7c\x95\xc5\x8e\xc8\x55\x7c\x84\x1f\x63\x4d\x54\x6c\xb2\x62\x3e\xbe\x8d\xb3\x62\x8e\xef\xc7\xb7\xf1\x3d\x4e\x93\x72\x49\x39\x7b\xa4\xe3\xdb\xd8\x3e\xe3\x94\xce\x93\x5b\x9a\xe9\x64\xfb\x82\xbd\x54\x97\x06\x80\x70\xf1\x20\xd3\xf4\x23\x5e\xe7\x29\xe5\xe5\xbc\xe0\x32\xa7\x7b\xc1\xf3\x64\xc5\x44\x62\x6b\x30\x2f\x72\x33\xab\x59\x23\x57\xfa\x41\x8e\xd8\x20\x74\x1f\x79\xf1\xe5\x41\x2d\xdc\x55\xdc\x4c\x04\x68\x66\x50\xc2\x20\x6f\x4b\x2a\x56\xd7\x4d\xc2\x29\xb9\x32\x4f\x90\xb6\x7a\x80\x84\x95\x82\x33\xc7\x7f\xac\x93\x8c\x5c\x99\x27\x40\x9d\xa0\x7f\x81\x3f\x00\x93\x1a\x6b\x66\x07\xb9\xd3\x09\xee\x8b\x63\x98\x90\x85\xfb\xa8\xb0\xe5\xab\xd8\x60\xca\x6f\xa0\x23\xc0\xac\xbb\xf2\x5e\x00\xe9\xb7\x2c\xc0\x2b\xef\xc5\xd4\x01\x03\x33\x15\xc1\x8b\x9d\x4a\xf3\xc9\x7b\x93\xa5\xe6\x1e\x52\x29\x0b\xfa\xef\xd0\x13\x4e\xed\x52\xb8\x17\xfc\x18\x2b\xc9\x99\xe9\xb9\xf7\x06\xa5\x56\x0f\xb6\xf7\xea\x51\x9e\xb5\x35\xf0\x1f\x83\x21\x34\xd2\x5c\x3e\x53\xb5\xff\x8a\x1f\x63\xe5\x00\x4e\xf5\xf3\x42\x31\x5c\xc8\x55\x5b\xaa\x9c\x2d\x79\xd9\xd0\x54\x4e\x95\x7a\xc2\x8f\xb1\x76\x20\x18\x6c\x8c\x46\x1a\xcc\x9a\x5c\x45\xdd\x4d\xf7\x22\x6f\x5e\xe0\x08\x93\x2b\xfd\x00\x1b\xc4\x74\x56\x3f\xb5\x6e\xe0\x22\xff\x50\x24\x29\x79\xa3\x1f\x14\xf6\x25\x9f\x7e\x2c\x8a\xcf\x25\x79\x13\xbc\x6a\x1a\xc7\xee\x15\x47\x38\xb8\x64\xd5\xfd\x95\xf7\xed\xc2\x6e\x3c\x97\x76\x15\x0c\xf5\x2a\x18\xe4\xf9\xc5\x4f\x1f\xe5\x21\xba\xf8\xe9\x23\x2c\xa9\x61\x3d\x5c\xb9\x67\x59\x83\x0e\x0c\x7b\x13\xab\x07\x85\x96\xad\x68\x9e\xd2\x5c\xfc\x17\x7d\x80\x1d\x2a\xc8\x75\xdc\x4c\xc4\x9f\x62\x0a\xf7\xf6\x83\xfa\xc7\x9f\xe4\x95\x7b\xac\x93\xcc\x23\xa4\xe6\x14\x52\x72\xaa\xf2\xa8\xcf\xf8\x53\x7c\x5d\x14\x19\x79\x80\x3f\xfc\x29\xbe\x4d\xc4\x7c\x49\x1e\xd4\xbf\xac\x1d\x4e\xe6\x83\xfa\xc7\x9f\xe2\x1b\x59\xf0\x46\xc0\x13\x85\x47\x59\x5f\x26\x53\x33\x01\x4f\x14\x1e\x65\x6a\x91\xd3\x9f\x13\xd9\x0f\xf5\x80\x3f\xc5\x9c\x26\x69\x59\x4f\x38\xcb\x33\x99\xc9\x3c\xe2\x4f\x96\xee\x63\xf9\xcd\x11\xa0\x99\x0f\x8d\x24\x89\x81\xe6\x29\x79\x90\xbf\xb2\x29\x2e\x6b\xe5\xf8\x53\x5c\xae\x6f\xc9\x83\xfc\x95\x83\x61\xb9\x1c\x0a\xcb\x61\x60\x5f\x60\x58\x5f\xe0\x79\x05\xcf\x2b\x99\x5f\x6e\xf0\x07\xf8\x93\x6f\x54\xbc\x65\x8b\x85\x4c\x50\x4f\x2a\xf7\xeb\x07\x95\xff\xb5\xec\xdd\x82\x65\x92\xbc\x78\xd0\x0f\x36\x05\x32\x99\x47\xfc\x29\x5e\xe7\xec\x0f\xf2\x00\x7f\xfa\x0d\x72\xa8\x07\x95\x52\xe4\x2a\xa1\x90\x3d\x04\x4e\x64\x29\x37\xf5\x83\x7b\xc6\x9f\xe2\xb9\xdc\x8c\x90\xaa\x9f\x76\x5f\x79\x17\x97\xe7\xef\x4f\x7f\xb8\xe8\x81\xfc\xd8\x13\x0f\x2b\x06\xcf\x2d\xe0\xba\xea\x6a\x2a\xe1\x12\xbc\x05\x8c\x5b\xa7\x3c\x75\x97\xbe\x3e\x3b\xbb\x3c\x7e\xdb\x52\x6f\x93\x8d\x94\xf9\x4c\xb6\x0b\x9a\xf0\xf9\xf2\x2d\x2b\x01\x2b\x86\x36\x01\x95\xd9\x91\x01\xae\xde\x37\x86\x8d\x49\xee\xdd\x33\xbe\x8f\x95\x1c\x34\x5e\xaa\x88\x45\xf7\xfa\x01\x3f\xea\x0f\xc4\xe4\x90\x55\x2c\xe9\xfc\xf3\x75\xf1\x45\xd6\xa0\x1f\x25\x68\xa3\x5f\xc4\x3b\x46\xb3\x94\xdc\xbb\x67\x9d\x7e\xc4\x69\xa2\x93\xe5\x23\x7e\x8c\x3f\xb0\xfc\xb3\xdf\x95\xe0\xdd\xd0\x2a\xe6\xfd\x24\xc9\x93\x1b\xe8\x43\x4b\xaa\xcc\x3c\xaf\xa5\xbd\x49\x56\xc9\x35\xcb\x18\xa0\x6e\xf7\xf2\x72\xb6\xaf\xba\xee\x93\x22\x65\x0b\x46\x79\x50\x75\x2d\x51\x66\xbd\x0d\x93\x6a\x15\x9b\xaf\x6f\x6a\x0d\xdc\x78\xdd\x34\xda\x01\xe4\x3e\x6e\x4b\xae\x8f\xd5\xcb\xde\x96\x0c\x04\xa3\x7e\x96\xe7\xd9\xcd\xe1\x07\x1f\x6a\xce\x93\x95\x58\x73\x7a\x2e\x01\x1a\xbf\xe4\x94\x92\x79\xdc\x48\x93\x8b\x0b\x77\xe5\x75\xc2\x4b\xb2\x31\xd5\x8e\xef\x63\xf3\x88\x3f\x09\x96\x95\xe3\x0d\x2d\xe7\xc9\x8a\x1e\x7f\x59\x71\x5a\x42\x6c\xe5\xfb\xb8\x9e\x54\x49\x0c\xe2\xc7\xcb\x93\x0f\xaf\x77\x55\x56\xe1\x1d\xfc\x4f\x8d\xcf\xf5\xfb\x91\x96\x61\x3b\xb1\xf6\x52\xdc\x66\x17\xc9\x82\x36\x19\xc8\xd1\x10\xdf\xdb\xcf\x48\xa9\x10\xc0\x06\xd7\x75\xd8\x92\x2e\x97\xfb\xc8\x4a\x70\x3c\xad\x3e\xbb\x97\xdd\x27\xf4\xf2\xf8\xe4\xe3\x87\xa3\x4b\xe0\xed\xca\x63\x08\x6b\x69\xd6\x44\x9d\xf6\x7b\x85\xf2\x9a\xa4\x27\x8f\x32\x74\xf4\xa7\xe3\xf3\x8b\xf7\x67\xa7\xe4\xd8\x43\x80\xff\x7f\xff\xfd\xe9\xf8\xfc\x97\xab\xf7\xa7\x97\xc7\x3f\xa8\x10\x8e\xfd\xfe\xde\x97\xf8\xf7\xff\x5e\x53\xfe\x60\xce\xf1\x13\xbc\xe8\xef\x3c\x26\xac\x29\x56\x57\x66\x09\xba\x32\x54\x5d\x61\xf4\x1e\x96\x9a\x6c\x58\x79\x01\x11\xc2\xde\x64\x6c\xfe\x79\xfc\x25\x0e\xde\x25\x08\xd2\x5e\xc9\x65\x91\xf1\x97\x38\x4c\x90\xdf\xe5\xbf\x4e\x52\xdf\xbd\x04\xf3\xfd\x75\xb1\xce\xd3\xd2\x7d\x56\xef\xe6\xeb\x9b\x8c\xd1\x5c\x9c\xd3\xb9\xf0\xb2\x78\x89\x41\x2d\x2c\xbf\x71\x9f\x6a\x35\x06\xdf\x64\xa9\xf3\xa2\x80\xaf\xba\x5e\xfb\x2a\xbf\x81\x33\x6a\xef\xa3\x7b\xc7\xac\xbc\xa0\x1c\x94\x67\x80\x6f\xf8\x8e\xf1\x12\xbc\x28\x8f\xe5\xe6\x69\xff\x54\x69\xc8\x67\x90\xbc\x2f\xfe\x9b\x0f\x86\x95\x20\x82\x7c\xa9\xa7\x18\x04\xf0\x2d\x2b\x57\x12\x5b\xa0\x9c\x7c\xa9\xa7\x48\x38\x5a\x68\x39\xc0\x99\x7d\x94\x88\xf1\x5a\x14\xde\x17\xff\x15\x0e\x7d\xb9\xf4\xbe\xfa\xaf\xf2\x2b\x2b\x45\xc1\x1f\xfc\x0c\x61\x8a\xc4\xb5\x8a\x9c\x7a\x19\xfc\x57\xa0\x3f\x0c\x8e\xf7\xae\xe0\xe4\x2c\x7c\xf7\xd8\xf7\x0e\x17\x7c\x97\xcc\x65\x0b\xe4\x6c\xf7\xb7\xd6\x72\xad\x05\x24\x66\x58\xac\x05\xe5\x6f\x2f\x3e\x90\x33\xf7\x6c\xd3\x6d\xa2\x49\x31\x09\x38\x1a\xe2\x10\x91\x45\x91\x12\x54\xf9\xa2\x95\x1e\x7e\xe3\x13\xa5\x6f\x13\x91\x1c\xa5\xc9\x4a\x56\x7c\xe1\xbf\xf9\x8c\x7e\xe0\x97\xbb\x5c\xad\xe9\xb2\x75\x11\x2f\x13\xd9\xa8\xd2\x21\xb4\x82\x46\x79\xbf\xb1\x8c\xf2\x1e\xea\xf7\x21\x97\x69\xff\x89\x9c\x6d\xd5\x29\x92\x1d\x29\xcd\x8c\xd7\x64\x47\x55\x3a\x57\x47\xee\xe0\x52\x90\xd7\xf0\x87\xd5\x5b\x6c\x06\xf1\x3a\x76\xc3\x84\x0f\xff\xfd\x29\x67\xc2\x7d\xf5\x5f\x15\xc3\x65\xbd\x7a\x57\x70\xcd\x13\x20\xaf\xeb\x29\xd5\xce\xb9\xd7\x46\x1d\x3f\x92\x47\xcf\x82\xe0\x47\x9c\xc7\xef\x2f\xae\x4e\xcf\xde\x1e\x4f\xf2\x58\x69\x34\xc4\x5a\x23\x82\x3c\x8e\x9d\x9c\x52\xa7\x29\x39\x25\x69\x4b\x27\x8f\x81\x7e\x85\x95\xb1\xff\xdf\xb2\xa0\x71\x09\xbd\xe7\xf1\xc1\x30\xfe\xbe\xa7\xfb\xe3\x29\x6b\x34\xb5\x3e\xfe\xc5\x7d\xd2\x2a\x24\x84\xea\xb9\x24\xd4\x4c\x6f\x60\xe8\x03\xce\x00\x1b\xe2\x62\x55\xa4\x55\x95\x48\xaf\x8c\xae\xbe\xe3\x6a\xcd\xb1\x6d\x4a\x78\xed\x73\x9c\x4f\x22\xf7\x85\xa8\x07\x3f\x03\x09\xab\x44\x63\x3f\xbb\x0e\x40\xe6\x32\x2b\x53\x39\x35\x9f\x5c\x9e\xf1\x7d\x4e\xe7\xc5\x4d\xce\x1e\xff\xd4\xb0\x02\xad\x46\x52\x81\x7a\x6a\xa8\x88\xab\x0d\xdf\x40\x85\xc8\xd3\x0d\xbd\xba\xd2\x35\x60\x1d\x27\x50\x26\x61\x5a\xd5\xe3\xfa\x29\x15\x51\x67\x16\xa3\x3d\xcf\xdd\xea\x8b\x43\x7b\xef\x96\x75\xdc\x48\xd4\x92\x83\xe7\x73\x4f\x77\x70\xb7\xa6\xbc\x29\x03\xd1\xec\xfa\x7d\x1e\xdf\xb3\x2c\x3b\x4a\x53\x80\x97\xe0\x1f\x34\x4c\x8a\xfc\x86\xb5\xd3\x5e\x4c\x8d\x63\x2c\x93\x9e\xa4\xa9\x67\x70\x00\xc1\x70\x36\xc6\xe4\xd9\xd9\x39\xd7\x6c\x25\x6c\xc8\x65\xa5\x53\x97\x77\xad\x1d\x18\x04\xa3\xa6\x5d\xe7\x2d\x33\x29\x4b\xe5\x68\xf5\x37\x51\xfc\xd6\xd3\x86\x8b\x5e\xe3\x3a\x12\x85\xeb\x01\xae\x4d\x11\xaa\x2a\x6d\x49\xd6\xb4\x64\x29\x20\x56\x16\xb7\x66\xfa\xb2\x2e\x4e\x73\x97\xa2\x46\x4d\x68\x55\x53\x96\xf3\x2c\xf1\x6d\xad\x0c\x27\x48\x9b\x64\xd3\x01\x03\x97\x53\x09\xf2\xe2\x98\xe4\x51\x09\x05\x3b\x49\x54\xe8\xc7\x9a\x7a\x5b\x23\x7c\x6a\xd3\xa9\xfe\x00\xe5\x03\x02\x21\x48\x3d\xcb\x0b\x6d\x9b\xbb\x91\x49\x63\x41\x04\x08\x3a\x05\x8f\x72\x84\x97\x5a\x24\xcb\xab\x0e\x35\x56\x0a\x15\x7b\xc2\x5c\x2f\x98\x1a\x08\x8b\x59\xe1\x5a\x7e\x15\x76\xac\x3d\xca\x60\x02\xda\x70\x2c\x32\x26\xa6\x66\x4a\x65\x4d\x89\xf6\x08\x23\x67\x30\x81\x70\x7c\xfd\x7e\x6e\xa0\xf8\xb1\x24\xe4\x25\x42\x5c\x4f\x89\x04\x2e\x11\xe6\x51\x89\xbc\x45\x08\xc3\x35\x94\xab\x8c\x89\xa8\xf7\xac\x87\xc0\x95\xc5\x1a\x81\x8c\x13\x12\x2a\xe5\xbb\xe5\xd9\x5f\xb6\xbf\x3e\x7b\x76\xd3\xf1\x43\x27\x78\x15\xa8\x69\x7c\xf9\x7c\xbb\xdd\x57\xb1\x2e\x6d\x40\xa6\xbf\xf4\xd0\x84\x8e\x53\x3a\x2f\x52\xfa\xe9\xfc\xbd\xc5\xec\x22\x8a\x62\x4e\x57\x59\x32\xa7\x51\x86\x69\x5e\xff\xae\x1a\x9e\x93\x67\x7f\x89\x26\xe3\x83\x68\x32\x7e\xb1\xfd\x7e\xfb\x7a\xfb\x06\x6d\x9f\x47\x93\xf1\xeb\xed\xdb\xed\x11\xda\xbe\x18\x22\xbf\x4f\x7e\x74\xb2\x66\x8d\x7e\x8b\x73\xdc\xec\x91\x6a\x71\x49\x9e\x45\xbf\x3e\xdb\xfe\x1a\x6f\x7f\xfd\x8f\xed\xaf\x83\xed\xaf\x93\xed\xaf\xdb\xed\xaf\xd1\xf6\x57\xb4\xfd\x75\xba\xfd\x75\xb6\xfd\x75\xb3\xfd\xb5\xda\xfe\xfa\x2b\x7a\x76\x83\x17\x24\xd0\x6b\xc6\xab\xa6\x36\xf2\x32\x29\xcf\xee\xad\xac\xc9\x75\xf6\xd6\xf9\xbb\xb3\x7e\x54\x8c\x9e\xb3\xd1\xa5\x26\x2d\x46\x79\xf6\xe8\xcb\x93\x2d\x8f\xbe\x2a\xdd\x4d\x4a\x15\x9a\x9d\xce\x8b\x3c\x75\xf0\x40\x1e\x7c\x83\x17\xfe\x16\xeb\x20\xf8\x2b\xad\x1a\x8d\x05\x7a\xaa\x01\x5e\xdc\xb1\x94\x76\x57\x09\x4f\x6e\xbb\xbf\x81\x3d\xd6\x6f\xcd\x0a\x15\x84\xa4\x53\x31\x93\xf7\x61\xc3\x84\x74\xc2\xc7\xbd\xde\x80\x5b\x2f\xb9\x5f\x87\x69\xa6\xdd\x24\x6c\x39\xee\x79\x41\x45\x65\xa3\x77\x64\x3a\xeb\xdc\x4d\x87\xb3\x9d\x46\x36\x02\x8c\x6c\xe0\x36\xc2\x2d\xde\x09\xb4\xd2\x7d\x1e\xcf\x97\x09\x7f\x53\xa4\xf4\x48\x44\x0c\x75\x24\x6a\xb4\x5a\x8b\x08\xcc\xea\xf7\x46\x5e\x8c\x53\x7c\x37\x1d\xd5\x5b\xb3\xde\x37\x64\x91\x17\xff\x89\xf7\x86\xe0\x40\x1e\xdf\x4d\x0f\x9e\xcc\xba\x3f\x82\xea\x55\xd6\x17\xbb\xb2\x2a\xd0\x7b\x23\x47\x7a\x13\x8e\xd4\x3b\x7d\x30\x40\xbb\xb7\x97\xb8\xf7\xeb\xaf\xdf\x8d\x7a\xa8\xc2\x37\x41\x77\xad\xbe\x59\x34\xfd\x9f\x67\xb3\x01\xea\xc9\x0c\x07\xad\x19\x62\xfd\xf5\x45\xdb\xd7\x9e\xea\xd4\xb5\xec\xd4\xf5\xd3\x9d\xaa\xf0\x75\x73\xc6\xd4\xda\xdc\x46\x12\xd7\x81\x5c\x76\x5d\x8f\xe2\xe3\xd3\x37\x67\x6f\x8f\xaf\x8e\x4e\xdf\x5e\xbd\x3d\x86\xc7\x8f\x47\x97\x3f\x5e\x5d\x1c\xff\x70\x72\x7c\x7a\x79\x31\x49\x23\x8e\xc6\x5c\x56\xbb\x6b\x76\xfd\x7a\x65\xbe\xa7\x86\xf0\x50\xf3\xfb\xbc\xa9\x10\xbe\x7a\xca\x17\xf4\xbd\xc5\x2f\x3c\xaf\x14\x2f\xfe\x13\xee\x6a\x6f\x13\x0d\x95\xae\xb3\xbd\x47\x46\x28\xf0\x1b\xee\xc1\x5b\xeb\x07\x0d\x17\xe6\xa1\xc5\xd2\x59\xdd\x8a\x38\x23\xf9\x34\x99\xe1\x39\x19\x76\x46\x07\xfd\xa8\x24\x07\x2f\x5f\x46\x73\xd2\xeb\x11\x42\xb2\xc9\x8b\xf1\x5f\xff\x26\x1f\xc2\x8e\x4c\x46\xe3\x17\x07\x2d\xc9\x07\xe3\x21\x92\xbd\xcc\x48\xa6\xed\x23\x46\x08\x47\x8c\xb0\xed\x76\x3a\x43\xea\xa6\xcb\x10\x8e\x0a\x52\x78\x29\xc3\x3d\x12\xbd\xe8\x97\x08\x21\x3c\x7a\xd1\x2f\xfb\x7d\x3e\x9d\xcf\x06\x03\xac\xaf\xc6\x8d\x3c\xf4\xe3\xb9\xb6\x38\x58\x47\x12\xdd\x34\x21\x02\x20\x5a\xde\x98\x6d\xb7\x57\xb8\x5c\x16\xeb\x2c\x7d\x0b\x10\xb8\x1c\x17\xdb\xed\x95\x77\x8d\x1f\xd7\xd0\x03\x0a\x1d\xd7\xb1\x88\xe2\x5c\x61\x6d\x84\x70\x00\x01\x5f\x1a\xb7\x28\x38\xfd\xd7\xb6\x7c\xc2\x39\x1e\x66\xa9\xc1\xfc\xa0\x36\x13\x92\x54\xd5\x96\x7b\xc1\x43\x55\x29\x36\x11\x63\x2f\xde\x68\x22\x04\xe5\x39\xe9\xf5\xac\xd3\x97\x1b\xfa\xc5\xac\x17\x24\x69\x34\xa1\x0c\x12\xe5\x6c\xd8\xb0\xa1\x6e\x13\x9d\x05\xfb\xd5\x8c\x69\xa2\x06\xaa\x22\xb0\x42\xf0\x42\x95\x30\x76\x13\x60\x6f\x57\x99\xe0\x66\xec\xa2\x0e\xf6\x54\xa0\x68\xcc\x9c\x81\x61\xfe\x92\xb9\x60\xd1\x85\x56\xa9\x57\x14\xe0\x3c\x11\x51\xa1\x10\xc2\x48\x20\x0f\xd8\x7d\x09\xec\x59\xe5\x80\x5b\x2c\x4f\xdc\x74\x6c\xb7\x91\x3f\x39\x12\xb0\x9f\xd3\x9b\xe3\x2f\xab\xc8\x9f\x43\x84\xfc\x29\xac\xb0\xdf\xc8\x0d\x7d\xc2\x4c\xd5\x2d\x8e\xf1\x8d\xb5\x47\x08\x78\x2d\x58\x44\x1c\xa1\x30\x64\x3e\x6f\x09\x90\xed\x6d\x8a\x29\x9f\xe6\x33\xb0\x4a\x3d\x8e\x18\xc4\x5c\xb4\xa6\x81\x2e\xf2\x45\x11\x96\xd0\xd9\x8b\x20\x7b\x51\x85\x23\x58\xad\x45\x83\x12\x81\x5e\x41\x9f\x55\x85\x60\x7b\xe8\xd5\x91\x77\x1a\xfd\xb3\xd7\x1c\xcc\xe2\x97\x88\x61\x66\x4c\xd4\x55\xa5\x98\x4d\x4d\xca\xcc\xc6\x4e\xae\x4d\xd3\xa4\xbe\xa7\xf3\x98\xa5\x63\x6d\x38\xed\x92\x51\x3d\x9f\x36\x66\x8d\x59\x8a\xc6\xf5\x2a\xa6\xb5\x04\x2c\xb3\xcd\x70\x1e\xce\x82\x92\xec\x35\x0d\xc8\x5a\xd6\x71\xcf\x04\x3a\x9f\xce\x3a\x66\xef\x76\x60\x4d\x45\x7d\x4d\xc5\x57\xd6\x54\xc0\x9a\x9e\xc9\x05\x45\x92\x38\x83\x61\x30\xb4\x6b\x41\x85\xcc\x5b\xf8\x79\x0b\x6f\xef\x43\x67\x2e\x9b\x04\x4f\x68\xa8\xfd\xc7\x9a\xf2\x87\x8f\x12\x47\x29\x09\xdd\x6e\x37\x95\x77\xc8\x4f\xec\xb8\x3b\x94\xb8\xcb\xf9\xd9\xaf\x83\x67\x37\xb7\xb8\xf7\x97\x83\xa1\xa4\xc5\xf8\xc3\x46\x90\x56\xe4\x58\xfb\xff\x92\x57\x0d\xe9\xf5\x6c\x30\xfc\xea\xd2\x9b\x68\xe5\xec\x47\xa3\xa0\xf5\x64\x1c\xe4\x6c\xcf\xd8\xc8\x07\xd6\xc1\xf5\x6c\x32\x11\x26\xe4\xa8\x61\xd1\x0e\x40\x5d\x52\x7b\xca\xc1\x24\xf8\x30\xd4\x9b\x96\xe2\x21\x96\x38\xce\x50\xa2\x50\x1d\x2a\xf1\x04\x81\x5b\x20\x33\x2f\x0a\xb5\x21\x88\xa8\x3a\x47\x4f\x12\x56\x5e\xfc\x31\x12\x96\xc5\x8c\xf4\xfe\xa7\x87\x0b\x32\x1d\xe2\x21\x86\x48\x0a\xce\xa8\xc8\x9a\x1c\x61\x70\xb2\x98\x91\xbd\x21\x5e\x93\xa1\xbc\x47\x0f\xe7\x8e\x36\x9c\xcb\x7d\x65\x9a\x48\x09\x9d\xce\x67\x78\x49\xee\xa3\x12\xa7\x8a\x32\x2e\x10\x5e\x90\xa5\x1a\x33\x5e\x91\x65\x1c\xdc\x63\x87\xeb\x97\xd6\x2e\x7f\x6d\xb6\xe8\x2d\x29\xa7\xeb\x59\xe7\xc5\x1e\x21\xb7\x70\x1d\xc0\x8d\xbb\x37\xc2\x39\xc9\x2d\xc2\x08\x48\x26\x66\x03\xd2\x7b\xd6\xc3\x39\xb9\x9b\xaa\xac\xb3\xe8\x16\xe7\x90\x7e\xe3\x52\x10\xaa\xc0\xe3\xe5\xc6\xd0\xa5\xa9\xb9\x7a\x54\x48\xff\xf1\xa2\x76\xbb\xae\xaa\x2a\x03\x9f\x9a\xed\xed\x21\x9c\xbb\xbb\x2b\xc1\xb9\xbd\xeb\xd8\xa0\xf7\x5d\x0f\xe7\xfa\x0e\x2b\xf0\x53\x86\x61\xfd\xbe\x88\x93\x52\xb9\xf1\x8b\x13\x49\x6c\x1a\x97\x44\xd0\x27\xf0\xeb\x51\x52\x08\x37\x5a\x8e\x4b\x43\x52\x97\xe3\xa4\x42\x15\x3e\x0a\x68\x25\xf5\xe5\x5d\xc1\x77\xc2\x0f\xa8\x51\x3b\xce\x6e\xf1\x22\x71\xb9\xa4\x9c\x76\x59\xd9\xcd\x8b\x2e\xd0\xe0\x5d\x59\x22\xed\xf6\x06\x74\x87\xc9\x99\x6d\xd5\x6e\x13\x03\x70\x6a\x1f\x02\xc8\x63\x3f\xc2\x55\x3a\xcd\x67\x84\x79\x74\x42\x38\xa8\x52\x71\xd6\x9b\x68\xf2\xde\x5e\x30\xa6\xb0\x9c\x21\xb2\x9e\xb8\x13\x75\x39\x49\x77\xf5\x60\x42\x9a\x01\x77\xbe\x6d\x42\x18\xe1\xb1\x59\x21\x13\xbf\xc5\x8c\xba\x30\xa3\x4e\x08\x9b\x16\x6a\x33\x27\x66\x33\xe7\x7a\xd7\x0e\xc8\xf5\x34\xd1\x9b\x34\xc1\x0e\x8f\xe8\x3d\xeb\xed\x11\x4d\x61\x19\xc4\x38\x97\x45\x06\x39\xc2\xb0\x71\x3c\x20\xaa\xea\xd3\xb7\xa4\x1a\x3c\x48\xed\x94\xa4\x32\x0a\xf2\x22\x24\xaf\x9d\xb6\xf9\xf2\x8a\xb4\x6c\xa2\xe9\xcc\x59\x86\x7e\xa6\x0f\x65\x24\xa9\x0f\x50\xca\x88\x7c\x1c\x7d\x17\x16\x21\x57\x1a\x43\x40\xc6\x99\xc3\x43\x6c\xc4\xa5\x16\xa6\x03\x43\xea\x3e\x2b\xdc\x7d\x56\x92\xe1\x61\xe9\xe2\xd3\x95\xa6\xf6\x4c\x1e\xba\xe9\x8c\xf4\x06\x2d\xf5\x14\xd3\x72\x86\x3a\xc2\x20\xe6\xca\xe4\x3b\x19\x90\xde\x8e\xec\x08\x0b\x1b\xd0\xd1\x6c\x4c\x9f\xa7\x38\xe9\xf5\xc6\xbd\x49\x6f\x20\x34\xab\xa7\xdf\xab\x9d\x45\x70\xb5\xbc\x6b\x2e\xbd\xf0\x3b\x86\x98\xe9\x43\xb8\xde\x4d\x85\x9f\xb8\xae\xa7\xf9\xcc\x64\x27\x3d\x84\x0b\x72\x12\xb1\xe9\x70\x86\x70\x42\xcc\x74\xe0\x52\x82\xc7\xcc\x70\x8b\x25\xbe\x6b\x76\xe2\x24\x23\x3d\xc1\xd7\xb4\x37\x8e\x92\x57\x07\xfd\x7e\x6f\x3a\x93\x94\x4f\xa1\xe9\x97\x64\xff\x40\xee\xae\x12\x3c\xd8\x4f\x0b\x9b\x3e\xc4\xf2\xcb\x6c\xbb\x8d\xf8\xb4\x98\x91\xe9\x0c\x21\x9c\x11\x36\x1d\xcd\x26\xb2\xf9\xd1\x0c\x8d\x7b\x3d\x84\xcb\x89\xfc\x6c\xe6\x77\x0c\x79\xb3\x1d\x47\xda\xf2\xcd\x9b\x1b\x0c\x73\x8d\x25\xd9\xbb\x69\x66\xc2\x25\xed\x8d\xe4\xce\x71\xac\xb1\x7f\xeb\xa1\x43\x40\xf4\x0b\x60\x1e\x53\x43\x2d\x0e\x71\xa1\xa3\xb9\x25\x7e\xf6\x49\x4f\xfb\x61\x96\xe7\xcf\xec\x18\x5b\x28\x19\x8c\xb0\xb3\xad\x0d\x6a\x4b\x90\x73\xef\x12\xae\xa9\xdc\x48\xea\x84\xd2\xe0\x84\x52\x38\xa1\x54\x75\x62\x4d\x68\xe7\xeb\x84\x39\x25\xf2\x28\x8d\x23\xea\xd0\x99\x88\x22\xbc\xf6\x5e\xd7\x7a\x54\x73\x4b\x97\x74\xe6\xaf\x46\xfd\x7e\xef\x59\x8f\x78\x3d\x98\xef\x8f\x50\x7d\x42\x64\x1a\x5e\x93\xb5\x4b\x59\x5b\x17\x2d\x92\x86\xde\xf3\x82\xa9\xa6\x64\x78\x98\xda\x6b\x1d\x6e\xa5\x8b\x88\x63\xea\x13\xc0\x29\x42\xc8\x6c\xd0\x74\x30\x40\x87\xa6\xf0\x52\x02\x88\x05\x19\x1e\x2e\xdc\xf1\x5f\x80\x25\xf2\x62\x66\x41\x7e\xbf\xbf\xd4\x91\x33\xa6\x8b\x19\xea\xb4\x7a\x7b\xa0\x0a\xa6\x44\x6d\xc0\x9b\xaa\x5b\x75\xbb\x35\xd8\x4a\x4e\xb8\x8a\x6d\xc4\xa7\x23\x09\x5e\xf8\xf4\x40\xa2\x30\xa2\x9e\xaf\x24\x89\xcc\x97\x91\x44\xe6\x5b\x93\x64\x7a\x60\x5d\x49\xae\x2d\x51\xb2\xbf\x86\x34\xe0\x2d\xe6\x7b\x84\x94\xe6\x4b\xb9\x0f\x84\x08\xdb\x23\x24\xb3\x0e\x06\xf6\xed\xbd\x05\xe9\x13\xb6\x9f\x8d\xa1\xd4\xa4\xdc\xcf\xc7\xc3\x0a\xa1\x2a\x5a\xaa\x85\x5b\x91\xe5\x74\x68\x6d\xb1\x57\xfd\xfe\xca\x9b\x92\x88\xc9\x77\x8d\x3e\xf4\xfb\xc0\x43\xfa\x4e\x2e\xac\x4d\xd4\xe7\x71\xff\xaf\x72\x79\xd7\x1a\xfd\xd8\x41\x30\x11\x87\x0c\x00\x1d\x0b\xe4\xa2\x72\x30\xb4\xc7\xb6\xdb\x20\x16\x85\xbe\xe8\x00\xad\x84\x68\x13\xcc\xf9\xf7\xe8\xd9\x78\xa4\x9a\xc4\x65\x12\xd8\x8c\xb0\xf2\xbf\x77\x19\x71\xd4\xb1\x58\xbd\x61\xb9\x78\x11\x45\x87\x87\x99\xe3\xc4\x64\x06\x92\xad\x49\x3e\xcd\x66\x78\x4e\xd6\x1a\x19\x4c\xe5\xce\xf4\xd1\x2e\xbc\x24\x0f\x78\xa1\x63\x6f\xcc\xf7\x08\xb9\xea\xf7\x53\xf9\x67\x2f\x81\x15\x19\x1e\xae\x5e\xce\x4d\xdd\x2b\x40\x3e\xc9\x9e\x92\x8f\xdd\x92\xf9\x74\x35\xc3\x77\x12\x32\x14\xd3\x64\x30\x98\x75\x96\x84\x90\x87\x7e\x3f\x5a\x42\xb4\xdb\xaf\x9e\xc7\x7e\x3f\x9d\xae\x66\x93\xe5\xf4\x76\x46\xee\xfa\xfd\x16\x12\xe3\x0e\x8d\xd5\xd7\xaa\x9c\x66\x1e\x42\xb9\xb6\x08\x25\x70\x5f\xcb\xf1\x12\xb3\xf2\xed\x43\x9e\xdc\xb2\xf9\x78\x61\xef\x92\xb2\x8a\x56\x78\x8d\x81\xa0\x97\xc0\xd1\x68\xf0\xf4\x86\xf1\xf3\xf8\x45\xef\xeb\x3d\x94\x60\xfa\x28\x3e\x2d\xf8\x2d\xac\x14\x27\x9b\xdc\x3c\x5f\x28\x4c\x64\xbc\xc6\x36\xe9\x63\x22\x96\xe3\x52\xcb\x09\xe4\x8b\xc9\x93\x86\x90\xf9\x36\x59\xb5\xe2\x4b\x20\x54\xe9\xd0\xa8\x88\x7a\x3d\xe3\xba\xdf\x0a\xb8\x10\xf6\x7c\x28\x59\x2e\x92\x59\xa9\x82\x70\x2d\xcd\xc1\x65\x80\x39\x14\xf2\x1e\x91\x3b\xa4\x6c\xd9\x21\xa5\xda\x21\x42\x6f\x7a\xd4\x49\xa2\x39\x5e\xe3\x62\xba\x9e\xa9\x2d\x99\x12\xee\x84\x3b\xeb\x59\x27\x9d\x80\x58\x02\xda\x1e\xe7\x8a\x41\xcf\xf0\x1c\x55\x55\x24\x71\x96\x50\x26\x2b\x26\xca\xa5\x28\xa6\x9a\x48\x57\x1e\x1d\x75\x74\x48\xed\x19\xe3\x23\x39\xf2\x04\xea\x1f\x7d\xc9\x2f\xbf\xfa\xbd\x0c\xfd\x26\xb4\x58\x82\xf3\xf2\x6e\x25\xff\xea\xa2\xe2\x16\x93\xee\xff\x73\x29\x71\x56\xdc\x1c\x5d\x83\x0a\x38\xa6\xf1\x7b\x6d\x2a\x0f\x78\xf3\xfb\x7c\x21\xaf\xcd\x4b\x9e\xe4\x25\x93\x8d\x2a\x13\x4c\x3f\x45\xd1\x8f\x34\x56\x1a\x63\x1f\x8f\xce\x8f\x4e\x2e\xae\x2e\x7e\x39\x79\x7d\xf6\x81\xd0\xb8\xfe\x7e\x71\x79\x74\x79\xec\x5e\x4d\x63\xae\x3a\xd2\x2a\xb4\x66\x3b\x9c\x6e\xd9\x3d\x06\xfd\x52\x0b\xa7\x1d\xed\x74\x2c\x9a\x4e\x7a\xae\x7a\x18\x27\x4d\x35\x33\xf1\x96\x96\x65\x72\x43\xc1\xbd\x46\x4b\x1e\x53\x29\xe8\x2b\x82\x67\xd7\x4b\x9e\xcc\xe9\x64\x47\x7a\xb8\x2b\x94\xa3\x48\xae\xfe\x5b\xbc\x81\xd5\xbc\x44\xa9\x3a\xed\x57\x14\xba\x10\x74\x6e\x71\x08\x55\x6e\xc8\x8a\x1d\x1c\x85\xe4\xdb\xa5\x60\x65\x8d\xb2\x07\xf9\x35\x4a\xf4\x2c\x62\x0e\x98\x00\x04\x88\x9c\xf2\x19\x0a\xfc\x8c\x38\x84\x0b\xfc\xee\xbb\x60\x8c\xbc\xdf\xe7\xce\xe3\x1f\x9d\xf2\xfd\x91\x62\x2a\xb5\xdc\xd2\xfd\x7e\x62\x64\x61\x3d\x8f\xba\xe8\xa1\x2a\xca\x2d\x8b\x4e\x90\xdc\x27\x3d\xf0\xb4\x30\x65\x86\x98\x4b\x04\x44\xcc\x5c\x0c\x12\x49\x12\xcc\xaa\x50\x4e\x6a\xd1\x65\x39\x3c\x6a\xd1\x80\xa9\x80\x7e\xb9\x80\x0b\xd6\xed\xaa\xfc\x44\x40\x6c\x66\x42\x4a\x86\xfe\x93\x42\x8e\xa7\x44\x1c\xea\x9c\x5e\x20\x49\x65\x0d\xd3\x7c\x56\x05\xc1\xe8\xb5\xe7\xc7\xac\xb8\xf1\xf1\xf8\x7f\x55\xc4\x1a\xb6\x88\x0e\x20\x02\xa7\xe7\x67\x79\xca\x70\x31\x23\xbc\x03\x8d\x46\xde\x2e\xef\xfe\x5b\x6f\xc0\x06\xbd\x71\xb7\x37\x28\x1c\xa7\x6e\x9a\xb8\xcc\x92\x7a\xa9\xda\x04\xbc\x4d\xe7\x50\xdb\xad\x73\x4f\x54\x2c\xba\x0a\xc3\xdd\x6e\x1b\xb3\x5b\xcf\x78\x0a\xdf\x5d\x23\xcb\xaf\xb9\xea\xeb\xf7\x55\x20\x36\xd8\x98\x08\xdc\xfb\x1c\xba\xe2\x7e\xd4\x2f\x89\xf9\x27\x59\x36\xde\x54\x58\x59\x07\xa6\xf2\x51\x59\xbf\xc9\xc7\xaa\x53\x46\x79\x9c\x64\x99\xf1\x66\x05\x81\x1b\xc0\xe3\xa2\xdc\x29\x6b\xc0\xa0\x23\x81\x30\x45\x76\x9b\xc2\x91\xf0\x0e\xc8\x76\xab\xe2\x38\xe4\xda\xaa\x2e\x05\xa7\xa4\xb2\x67\xc8\xd5\x24\x10\xf8\x5b\xb4\x85\x9c\x20\x80\x4b\x74\x52\x68\xfe\xf6\x0a\xe2\xec\xac\xa2\x0c\x21\x2f\x4e\xbb\x44\x0b\xcd\x72\xe6\xda\xcc\x31\x35\x67\x12\x90\xef\xd0\x21\xf0\x9c\x0c\x71\x6a\x09\xba\xc3\xf9\xcb\x14\x78\x6b\xc5\x74\x3e\x93\x55\x4d\xe7\x33\x70\x63\xd4\x56\x91\x76\xf8\x2b\xbb\x25\x67\x78\xca\x9f\xc8\x6a\xd1\xd6\x49\xae\xbd\xc4\xd6\x62\xc4\x06\xee\xb9\x9c\xe7\xb1\xca\x17\xc1\xdb\xed\xa4\xb4\x20\xc7\xe0\xdc\x53\x09\x97\x7b\x57\x57\xea\xa6\xb8\xda\x3f\xf8\x7e\xf4\xf7\xbf\x7d\x3f\x1c\x0e\x47\xcf\x5f\xfc\xf5\xef\x07\xc3\xfd\xe7\xcf\x0f\x0e\xee\x9f\xf7\x3a\xb5\xcb\xe4\x4e\x4b\x6b\x7b\x57\xe6\x12\x32\x65\x0f\x9e\x1f\xfc\xfd\xef\x07\x7f\x7b\x3e\x3c\x18\x3e\xdf\x3f\x78\xfe\xfc\x00\x0a\x87\x37\xd3\x8d\x16\xab\xf6\xae\xae\xfe\xfb\xa3\x2b\xfa\xfc\xef\x07\x7f\xff\xdb\xc1\x8b\xbf\xbd\x78\xb1\xff\xfc\x40\x17\x6c\xbb\xe8\xae\x75\x14\xd1\x87\x7a\x14\x51\x13\x15\xda\x8f\x78\xa7\xa2\x8a\xab\x57\x2f\x48\xaa\xa4\x44\x0b\x9b\x0c\x77\xc8\x82\x17\xb7\x9e\x53\x7e\x51\x04\x22\x2e\x56\xea\x9b\xca\xc6\x84\x60\xe5\xd1\x5c\xb0\x3b\xf0\x7a\x02\x09\x6b\x9e\x69\xcb\xce\xde\x7a\x95\x26\x82\xf6\xac\x9b\xd3\x22\xbb\x6b\x04\xc8\x36\x50\x16\x8c\x75\x5c\xa5\xde\xed\xbc\x67\xdb\x7e\x93\xac\x4b\x9a\xbe\x7e\x80\x3e\xb0\xfc\xc6\xcf\x34\xaa\x67\xd2\x5e\xff\x9e\xcc\x63\x2a\x3a\x57\xec\xfa\x96\xbc\x57\x77\x0c\x7c\x05\xfe\xb7\xc7\xfb\xd7\x41\xbf\xa7\x77\x33\x92\x6f\xb7\x54\x31\xb8\x4d\xc4\x13\x41\x73\x61\x38\xdf\x0a\xf7\x32\x9c\xef\x34\x11\x89\x62\x9e\xca\x27\x88\x88\xea\x4f\x4c\x7a\x52\xa4\x34\x73\xb5\x5f\xcf\x6c\x74\xf1\x95\x32\x73\x0b\x56\x02\x6c\x56\xfd\x94\xe9\x8d\x2b\xc0\x0d\x22\xe5\xc2\x0c\x29\xcd\xac\x53\x89\x9b\xf8\xd5\xac\xd8\x5d\x21\x8c\x19\xa1\xff\xa1\xa4\x7f\xac\x69\x3e\xa7\x64\x7f\x84\x59\x10\x82\xc2\xf4\x86\x1b\xf3\xbb\x98\x53\x79\xfd\x4b\x5a\x4b\xd6\x10\x79\xfd\x63\x2e\x04\xca\xd3\xcb\xb7\x57\x7c\xc3\xfa\xed\xc1\x7e\x7d\x2a\xcf\x76\x3b\x54\x2c\x22\xdd\x7b\xf4\x0f\xac\xb8\xac\xbd\xa7\x05\x37\x8a\xd1\x64\xb7\x72\xbf\x1f\xed\x15\x4f\x8e\x60\xbb\x6d\xfb\xde\x68\x05\x19\x3f\xe4\x72\xb5\xf2\x58\x91\x5c\x76\xbd\x43\xb4\xa3\xbe\x92\xb9\xf7\xa2\xd9\x45\x7e\x92\xc1\x88\x12\xc3\x8c\xf7\x56\xdc\xcf\x37\x4d\xf6\x47\x33\xed\xe9\x30\x64\x51\x26\x87\x83\x41\x69\x23\x41\xfb\x45\x4a\xc5\x7f\xcf\x62\x56\x6a\xef\x36\xa9\x76\xd8\xdb\xdc\x44\x99\x2a\x58\x85\xbb\x88\x9a\xa8\x06\x17\x3a\xc5\x04\xca\x32\xbb\x29\x37\xe7\x20\x8a\x10\x79\x15\x02\x9b\x49\x63\xab\xed\x8d\xf0\x6d\x80\x59\x24\x2a\x67\x77\xbf\xab\x72\xf4\x10\x1a\xfb\xa5\x54\xd5\x7b\x1a\xca\xa1\x58\x89\xdb\x28\x79\xd5\xa8\xda\x3b\xb9\xb1\xb0\x0d\xbc\x65\xa9\xe2\x3b\xa8\xc3\x8c\x90\x6c\x5f\x0d\xb9\x0b\xbd\xec\x21\x3f\x26\x52\xdb\x19\x51\x5d\xd0\x90\x03\x79\x67\xb6\x12\x4b\x5a\x8f\x57\xe4\xd7\x12\x7b\xdf\xb5\x9c\x30\x50\x1a\xf2\xb3\xba\xcf\x26\x26\xd0\xee\xbc\x7e\x86\x0a\x26\x30\xb2\xda\x8c\x2a\xfa\x8b\x15\xf4\x49\xdc\xf0\xc1\x9f\x1a\x7d\x87\x84\x7f\x9e\xfa\xae\xd0\xe2\x57\x79\x9d\x60\xaa\x6e\x15\x3f\xc1\xbb\x48\x86\x3e\xb0\x54\x7f\x3f\xb3\x2c\x53\xce\x17\x22\x73\x84\xfd\xcf\x6f\x59\x1a\x7e\xad\x5c\x87\x37\xe1\xd6\xd9\x6e\xa3\x79\xd0\xef\x60\x5b\xd6\x41\xa3\xc4\x4d\xdd\x9a\x77\xef\x93\xd2\x6c\xac\x9e\xb9\x35\x4d\x7c\x11\x05\xe9\x9d\x50\xcc\x4f\x8b\xbc\xb7\x78\xc5\x69\x9d\x72\xf5\x07\x04\x97\x07\x6a\xdc\xae\xc3\xfa\xed\x3a\x0a\xa6\x21\x81\x54\x0f\x7a\xe9\x05\xa8\x38\x4d\x19\x97\xdb\x98\x36\x96\xf2\x2b\xd3\x2c\xf1\x2b\xfe\x60\x26\x50\x6f\x07\xbd\xfc\xed\x67\x42\xc2\x5f\x39\x44\x7f\xb8\x20\xfd\xf5\x02\x96\x98\xa9\xf1\x40\xa9\x09\x17\x17\x85\x1f\x10\xa6\x95\xfe\x40\xc3\xfd\xea\x30\x0a\xb5\x60\x55\x09\x71\xd5\x9c\x02\x90\x1f\xaf\x2b\x92\x73\x65\xb4\x91\xfd\x20\x47\x90\xb5\xf2\x92\x5a\xcb\x35\xe9\x0c\xe5\xc6\x12\xc3\x67\x4f\xa2\xd8\x20\xa0\x72\x8f\x80\xe2\xaf\x0e\x26\x7c\xff\x40\x12\x50\x8c\x1c\x1c\xb2\x97\xdc\x84\x47\xda\x3f\xf0\x09\x28\xa6\x03\xfe\xd8\xa9\x85\xce\x81\xa9\x93\x01\x14\x3e\x84\x37\x02\x8e\x06\x3e\x35\x18\x21\x50\x15\xc9\x51\xb5\x28\xb2\xac\xb8\x3f\xd7\xdb\xa0\x0c\x23\xcb\xa8\x76\x3a\xbb\x01\x87\x23\x9a\x7d\x8d\xa5\xfa\x6e\x9b\x34\x93\xe2\x46\xbb\xe3\x26\x64\x45\x15\x42\x95\x71\x8c\xe7\xb4\xf3\x3c\x30\x1e\x99\x93\xd9\xed\x0d\x82\x93\x3a\xe8\xa1\x5e\x25\x29\x44\x8a\x36\x4f\x1d\x68\xea\xab\x88\x5f\x79\x3b\x69\x1e\x51\x53\x82\xba\xec\x3d\x13\x19\x40\x9d\xf3\xb8\xa7\xfc\xfc\xb3\xca\x57\x01\xdc\xe9\x2c\x95\xf6\xfb\x01\x69\xf9\x20\x37\xb7\x8f\xbb\x56\xad\xec\xa6\x07\x38\x55\xc7\xb0\x5f\x7e\xa6\xc9\xe7\xc0\xb7\xec\x17\x49\xf3\x49\x2c\x41\xf7\xdb\xc5\x9f\x03\xd1\xc6\xa6\xf2\xd0\xf7\x5c\x45\x70\x96\x8b\x0f\x8a\xdc\x91\xc4\xfb\xc9\x2b\xb9\xe2\xa0\x7f\x37\x4e\x0c\x53\xb7\x54\x0f\x60\x1d\x3d\xce\xb0\xd6\x18\x1f\xaf\x31\x4c\xc9\x78\x5e\x11\x50\xc0\x3f\x06\xd7\xe9\x0c\xf5\xfb\x5a\x3d\x3d\x25\xc7\xa0\xc1\xc4\x10\x5e\x92\xb3\x28\xad\xf9\x20\x57\x0c\x89\xcd\x0d\x15\xdd\x5b\x2a\x12\x89\xd7\x3a\x65\xb1\x8b\x08\x6c\x09\x24\xe2\xa0\xf9\x43\xac\x3c\x56\x3e\x37\xaf\x33\x1a\x49\x52\x96\xd7\x18\x45\x51\xcf\x54\xd3\xb3\xdc\x98\x50\x3d\x13\xec\xb6\xac\x8b\xa4\x0a\xa6\xca\x00\x9c\xe0\x1b\xc4\x77\x89\xe6\x38\x45\x78\x6d\x21\xd2\x31\xf8\x60\x67\x78\x89\xf0\x12\xc8\xbe\x05\xd9\x2c\x98\x0e\x1c\xa8\x46\x83\x19\x99\xce\x3a\xcf\x3d\xd1\x29\x90\x4e\xd4\x04\x7d\x3c\xd6\xde\xe4\x3d\x15\xcf\x82\x0c\x0f\x0d\xc3\xe0\x55\xa1\xe2\x0c\x2f\xa2\x5c\x4f\x1d\x9d\x16\xf2\xb6\x57\xc4\xb8\x84\x42\x05\x66\x4e\x1b\xac\xc2\x72\xf2\xe4\x62\xb9\x89\x4b\x54\xa2\x5b\x31\xf7\x29\x53\x9f\xda\x26\x9b\xa9\xed\x8d\x6c\x61\x09\x44\x8c\x18\x9c\x4e\x8b\xfd\x91\x15\xe5\xd8\x0d\x24\x94\x83\x78\xd5\x51\xa1\x8b\x02\x97\xda\x2f\x39\xf8\xd6\x92\x59\x31\x4f\xb2\x53\x35\x16\x0f\xea\xc8\xd1\x19\x39\xb0\xa7\xd5\x4d\xa7\x2e\xee\xc2\xcc\x1b\xb2\x37\xdc\x52\x25\x7b\x58\xb1\xfb\xc6\xab\xca\x5e\x34\xfd\x7e\xb4\x20\x67\xd1\x02\xaf\x11\xc2\x66\x91\x17\x08\x2f\x2a\x8f\xfc\x3f\x6b\xec\xd9\x44\x08\xce\xae\xd7\x82\xb6\x56\xdb\xba\x6b\x29\x92\x14\x5f\x7d\xd7\xba\x8a\x7a\x68\xf2\xf4\x86\xa5\x72\xc3\x8e\x83\x54\x0a\x70\xdb\x53\xef\x0c\xa2\x56\xee\xb9\x28\x94\x20\xb8\x85\x60\x58\x96\x53\x7e\xa2\x77\xc2\x64\xd7\x87\x08\x81\x66\x6b\xa5\x98\x05\x97\x0d\x66\x81\x8b\x8c\x74\x05\xfb\xe7\x63\x0b\xad\xa9\xbe\x10\x5f\x43\xd6\x27\x84\x3d\xaa\xc0\xe2\x29\xc0\x04\x17\x5e\xee\x53\xa5\x3a\x56\x23\x8c\x73\x13\xb4\x70\xc5\x8b\x39\x2d\x95\xe6\x4c\x94\x43\x38\x58\xa0\x87\xbd\xc9\x68\xc7\xa5\x8d\xf5\x0b\xaa\x4a\x6d\x8d\x4c\xeb\xf8\x83\xea\x2d\x28\xec\x99\x92\x3e\x4e\xbc\xa3\x5e\x7f\x36\x90\x42\xc1\x85\x26\x4c\x20\xbc\xce\xbb\x82\x03\xb6\xa6\xb4\x3b\x55\x06\x4b\xba\xf0\x75\xfe\x9a\x2e\x0a\x4e\x61\x10\x3f\x16\xc5\xe7\xa8\x99\xa9\x5e\x0d\x58\xc0\xd5\x33\xd9\x89\xb0\xe5\xbf\xda\x0b\xea\x3a\x71\xb4\x10\x94\x7b\x7d\xc0\xb4\x9e\xe9\x9a\xce\x8b\x5b\x6a\xd6\x4f\xe5\xa8\x6a\x89\x01\x87\x53\xdf\xb7\x66\xae\x05\xea\xd8\x88\x74\xa5\x48\xca\xe5\xb9\xcf\xce\x50\xf1\x79\xa8\xa4\x73\xe4\x0f\x30\x3d\xe4\xc3\xd4\x6e\x92\x19\xc9\x6d\xe4\x32\x1b\xa0\x55\x2d\x69\x67\x2f\xea\xe9\xc7\x1e\x53\x6b\x89\xfa\x7d\xb6\xdd\x46\x9c\x08\x23\xe8\xd5\x10\x48\x7e\xd3\x5a\x80\x27\x4d\xf4\x40\x36\x54\xdf\x8b\x38\xf7\xf6\xa2\x17\x3c\xc2\x1e\xb5\xa2\xdf\x57\xa0\x24\xc1\x05\xc2\x49\xa5\x24\xbe\x10\xef\x61\x4e\x53\xea\x02\x69\x69\x70\x61\x6c\x1d\xa9\xe9\x7f\x7d\x38\x4e\x03\x3c\xb9\xa5\x06\x31\x96\xcf\xdb\x6d\x7d\x9c\xfd\xfe\x9e\x89\xfe\x54\x87\x35\x2b\x2d\xb1\xe8\xf7\xf7\x5a\xe2\x29\xec\x11\xab\x63\xab\xa4\xd1\x7e\xff\x02\xb1\x0b\x45\x20\x17\xa8\x55\xcf\x51\xbf\xef\xb1\x63\x5d\x55\xa6\x92\x2a\xf2\xce\x14\xa6\xfa\x01\x0e\xac\xd2\x37\x8b\x6a\xd0\x8b\x78\x20\x64\xe2\x3d\x2b\x91\xd5\x82\x8a\xf9\x52\x9d\x7a\x08\x4c\xaf\xeb\xa0\x01\x4c\x22\xd4\x55\xaf\x4f\x64\x43\x27\xdd\xfb\xa6\x27\xce\xaf\x1a\x37\x73\xb9\xd6\x4c\x95\xb4\x15\x10\x52\x85\x76\xca\x19\x06\x19\x05\x08\x9f\x8a\x1b\xa7\xf0\xa8\x04\x1a\x02\x55\x8a\xdd\x79\x6e\x06\xe0\x4c\x59\x8d\x2b\x70\xe0\xc5\xd4\x36\xa4\x19\x60\x0b\xc4\xb0\x1a\xc5\x8e\xaa\x56\x04\x82\xec\x82\x21\x64\xf6\x86\xb8\x77\xcf\xb2\x4c\x1f\x3b\x28\xdd\xc3\x7e\xe5\x3e\xe1\xe7\xdd\x24\x2e\x31\xbe\x76\x0d\x2b\x43\x96\xd6\x4f\x12\xe9\xc1\xf7\x91\x50\xc6\x2e\x00\xac\x70\x0b\xec\x44\x55\x13\xee\x58\x00\xa2\x82\xd1\xdb\x29\x08\x28\x91\x5d\xd0\xa3\xa5\xc7\xed\xc3\x48\x6c\xa3\x80\x17\xb7\x7e\x51\x00\x0e\xe7\xe4\x3e\x62\x24\x47\x0a\x8b\x61\x2d\xe3\xc8\x3d\x40\x4c\x6b\x3c\x5a\x89\xd1\x55\x4d\xf0\xbb\xfb\x42\xa1\x91\x85\xeb\x2d\x46\x15\x3a\xc2\x0e\xaa\x76\xcc\xc0\xa6\xde\x3e\xa9\x27\x28\xb8\x5a\xef\xa5\x07\x63\x45\xe5\x9f\x86\x26\x49\xa8\x5c\x82\x58\x23\x66\xc5\x1d\x0c\x0e\x58\x70\x41\x53\x54\xd5\x13\x82\xe3\x18\x1c\xa0\x96\xe9\xb0\x21\x85\x24\x69\x8d\xfa\xfd\x36\x6d\xe3\xb6\xe0\x13\x30\x87\x93\xe6\xfd\x4c\x1a\x29\xe1\x25\x17\x9e\x4c\xff\x40\x18\xc6\xc9\x58\xc3\xa6\x30\xe7\xd8\x37\x62\xaf\xaa\x36\x4d\x85\x4b\x2d\x86\x39\xe9\x42\x3c\x81\x74\x07\x8e\xa5\x44\x32\xa5\xbc\x3c\xa2\x30\xa4\xb4\xc6\xa5\xf2\x26\x2a\xa5\xb1\x2f\x73\x9b\x14\xad\xd8\x0b\x08\x14\xc2\x85\x97\xe7\xf3\xa9\xbd\xe0\x63\x4d\x6d\x27\x18\x54\x4a\x34\xc2\x78\xf4\xb5\x61\x3d\x39\x28\x2b\xc0\xd0\x63\x0c\xd0\x3a\x4f\xcb\x5b\x7d\x97\x88\x04\x9d\x5e\xcf\xfa\xfd\xa8\x8c\x44\xad\xb0\x24\xa1\x02\x03\x8c\xe9\xb5\xd6\xac\xf1\x4f\xba\xb5\xaf\xb3\xa4\x41\x9c\x52\x8b\xac\x4c\x18\x09\xde\x01\x18\x8c\xc1\x87\x06\xc0\x0c\xf9\xf9\xd6\x83\x12\xac\xdf\xbf\x07\x6a\xd8\x93\x9d\x35\xe7\x8b\xd9\xc9\xfa\xf8\xf4\x64\x05\x53\x85\xc2\xc5\xcd\x71\x88\x57\xf1\xfa\xe9\xbc\xb0\x5f\x24\x88\x6d\x41\x8f\x5b\x20\x22\x57\xf7\x55\x2d\x21\xbc\xb9\xd4\x28\x58\x7e\x63\xec\x70\xd3\x2e\x4c\x41\x0f\x61\xe8\x6d\xec\x35\x15\xa2\xd8\x77\x09\xdf\x78\x5c\x05\x61\xb9\x0a\xbc\x82\x3e\x74\x28\x04\x7d\xe2\x66\x95\x36\xc0\x0b\x48\xbd\xc8\x6c\xf9\x54\x4c\x87\xb3\x99\xa4\x03\xac\x98\xc8\xcd\x40\x20\x74\x72\xc9\x8a\x90\x56\xde\x2e\xb0\x8a\x4d\xd9\x7a\x43\x78\xe0\xdf\x16\x46\x0d\x20\xe5\x61\xb2\xa6\xb6\x91\xef\x8a\xc1\xaa\x32\x5b\x45\xc8\x67\x57\x2c\x35\x81\x9b\x18\x9a\xe4\x53\xa6\x82\x82\x8e\xd5\x13\xce\x2b\xb3\x1d\xde\xd4\x37\x81\xc7\x71\x04\x2e\x31\x70\x73\x42\x82\x08\xde\x94\xa4\xd0\x54\xf3\x39\xa8\xc6\xf7\x37\x10\x4a\xf8\xfe\x68\x8a\x28\xdd\x39\xac\x34\x9f\xef\x43\x72\xed\x9f\xbe\x5e\xcf\x1c\x94\x65\x54\xab\x17\xb7\x28\xd0\xf4\x7a\x7b\xba\xeb\x03\x22\x49\x79\x2c\x06\x44\xa1\xb3\x78\x6f\x58\x29\xa1\xc8\xbf\x83\xf9\xf6\xbf\x83\x68\x1d\x85\x20\xcb\x3b\xad\xfa\xc4\x37\x5b\xa5\xe4\x55\x94\x4f\xa9\x86\x55\xd4\x23\xde\xf0\xde\x50\x82\xee\x9a\x20\xd9\x33\xa7\xc3\x05\xb1\x88\x6a\xcb\x25\xec\x91\xaf\xfe\x5c\xf4\x2e\x44\xc2\x85\xc7\xf6\xef\x99\xbb\x3a\xc3\xbb\x8a\x68\x18\xad\xd0\x47\x99\xbf\xce\x3d\xa5\x66\xb0\xcc\x1f\x5b\x42\xc2\xde\xbf\xb2\x3a\xa8\x93\xdc\xb2\x42\xc6\x61\x9e\xb6\xf1\x00\x37\x15\x2c\x2e\x23\x8a\x59\x20\xdb\xd3\xfc\x62\xc5\x64\x32\xbb\x2b\xec\xbc\x96\x5a\x29\xc7\xc8\xc8\xb3\x76\xf6\xd8\x49\xad\x28\x8c\xf2\x6b\xe1\xd5\x04\x2e\x10\xbb\x6c\xd1\x55\xa4\x51\xd7\x44\xfb\xdc\x31\x23\x46\x61\x19\x34\xf6\xeb\xc3\x01\x6d\xc6\x7a\x03\xba\xab\x89\x11\xb0\x85\xfe\x2c\x14\x23\x3e\x18\x7f\x38\x77\x33\xef\x3a\x05\x4d\xe8\xdd\x59\x07\x03\x79\x76\xf7\x14\x7f\x68\xa3\x08\x94\xbc\x22\xb4\x63\x61\x0b\x38\xdf\x30\xe2\x15\xff\x39\xb2\x04\x1f\x16\x56\x4b\x25\x89\xc2\x4d\x54\x1f\x59\x7d\x07\xf9\xaa\x6e\x9e\xe7\x80\x60\xaf\x93\x60\xac\x66\xe7\xb0\xf1\x93\x33\x60\xd6\x2f\xc1\x42\xf7\xa8\x6c\xef\xd1\x47\x89\xcf\xd1\x54\xf6\x45\x62\x3a\x75\x99\xd5\x67\x8d\xe7\x9c\x3f\xc1\x41\x52\x32\xff\x80\xb0\xd1\x2c\xa0\xfb\xc4\x8a\xb6\xb8\x67\x15\x48\xf2\xb0\x29\xa5\xea\x79\xae\x9b\xfa\xdd\x5e\xa7\x0d\x48\xea\x50\xaa\x1a\x33\x7c\x3a\xf3\xf8\xe3\x4a\xeb\x45\x02\x59\x73\xf1\xda\xb8\xb2\x4d\xa1\x9c\xcf\xf0\x0a\xb8\x57\xbe\x70\x9b\x07\xb7\xb6\xc5\xda\x7c\xd0\xcb\x2a\x88\xca\x78\x59\x40\xb5\xbe\x52\x72\x16\x79\x68\x98\xb1\xc5\x0e\xea\x43\x68\x0a\xe6\x01\x81\xa4\xce\x6a\xe2\xfa\xf6\x72\x11\x07\x43\x1a\x46\xf2\xa9\x03\x1d\xd6\x64\x21\x40\xdd\x75\x77\xf4\x10\xca\x88\xc2\xd4\x81\xa4\xae\x6a\x7e\x73\x42\xb5\x84\x77\x0b\x9c\xe0\x0c\x98\x2a\x9f\xf1\x3a\x40\x1c\xad\x30\x0a\x81\xd6\xb3\xd3\xc6\x6c\xcc\x19\x68\x2e\x16\x64\x08\xd0\xcf\xd8\x98\x81\xae\x41\xa1\xa2\x6e\x17\xb6\xdb\x86\x61\xe2\x17\x0f\xa9\x67\xb4\x99\x93\xa2\x03\xaa\x07\x95\xaa\x57\xb8\xd8\xbd\xc5\x2b\x32\x3c\xdc\xdf\x2f\x8c\xe8\x42\x56\x8d\x97\xc4\x99\x4c\x2e\x08\xf5\x8f\x4a\x31\xc3\x2b\xa0\x63\x41\x17\x8e\xa4\x4a\xbb\xdf\x7a\x7a\x98\x14\xaf\xc8\x5c\x51\x05\x4a\x61\x16\x16\x58\x77\x4b\xd6\x10\x2d\xb1\x2e\x83\xd7\x78\xa1\x75\x70\x6f\xa8\xf0\xb2\xbc\x2b\xb8\xd6\xa5\xd7\x0a\xec\x61\x19\xcc\x71\xa1\xcb\x7d\x53\x13\x72\x5d\x56\x64\x55\x67\xda\xc1\x79\x5e\x59\x9c\x5e\xdb\x14\x2c\xfa\xfd\x85\xe5\x3d\xd5\x07\xe7\x51\xd0\x36\x53\xbf\xbf\xf2\x58\x57\xb7\xfd\x7e\xb4\x32\x08\x04\xd4\x65\x10\x71\x97\xeb\x56\xeb\xce\x2d\x0e\x23\x39\x59\xdb\xed\x2a\xae\x73\xc9\x16\xe0\x76\x62\x4e\x4e\x12\xb1\x8c\x6f\x59\x1e\x15\x78\x8e\xf0\x1d\x59\x21\x9c\xf7\xfb\x7b\xf2\x88\xde\x91\xbb\xd6\x11\xdd\xd9\x11\x21\x9c\xf9\x90\x6f\x9d\x97\x4b\xb6\x10\xd1\x1d\x84\x06\x5f\xbb\xa8\xdf\x0d\x23\x91\x93\x82\xd3\xae\xae\xc5\x46\xa7\xbc\xa7\x9c\x5a\x47\x59\xcb\x04\x3c\x68\x71\xda\x4d\x38\xed\xa6\x6a\xb1\xba\xc6\x38\xb2\xbb\x28\x38\xf8\xd9\x51\x37\x42\xb7\x37\x70\x8c\xc2\x5c\xf3\x99\x98\x8a\xa5\x99\x08\xfa\x46\xeb\xf7\x47\x7e\x6f\xe5\x70\xcb\x28\x6b\xaa\xf6\x78\x09\x12\xbd\x41\x38\xab\x5a\xaa\x6a\x75\x71\xe3\xc5\x91\x1e\x0c\xb8\xd2\xf0\x9d\x72\xff\xba\x43\x4e\x08\xc8\x8c\x10\xb0\xd0\xd2\xbe\xc4\x17\x06\x96\x95\x8a\x71\x0d\x5a\xd7\x20\xc1\x0e\xd8\xa7\x0c\x97\xb8\xc0\xa0\x96\xfb\xb5\x9d\x1d\x82\xe5\x84\x77\x13\xd0\xce\xf6\x62\xb2\x03\xfa\x9f\x10\x3e\xe5\x0e\x64\xa1\x00\x27\xdf\x71\x0a\xcc\x35\xd3\xd1\x81\xc7\x95\xee\x30\x5b\x44\x70\x29\x03\xb4\x26\x84\x3a\x17\x0b\x60\x2c\xdc\x0e\xe7\x43\x3f\x0c\x25\xd9\x91\x2d\x84\x13\x9d\x84\x94\xfd\xbe\x05\x7e\x95\xe7\xa5\xec\x63\x30\x5d\xb2\xa3\x09\xaa\xbe\x32\x8c\x8d\xb3\xc3\xdd\x54\xd8\xc1\x30\x9c\x90\xe9\xec\xb0\xd8\xdf\x3f\x34\x8e\xd1\xf2\x7e\x9f\x82\x17\x25\x39\x46\x39\x56\x0f\x1d\xce\xc2\x89\x94\x00\x5a\x76\x35\x8d\x32\x34\x61\xd3\xb5\x52\x07\x57\xf3\x35\x6e\xb0\x91\xd7\x3a\x4f\x39\x5d\xcf\xc6\x89\x32\x6f\x5b\xc3\x71\x4a\x76\x1f\xa7\xdf\x7e\x29\xd6\xdd\x94\xa5\xf9\xbf\x3b\xaf\x4d\x34\x2f\xd6\x37\xcb\xae\x52\x9b\x78\x06\xee\x75\xd9\x5c\x09\xf2\xa8\xa0\xbc\xec\x8a\xa2\x5b\x26\x82\x95\x8b\x87\x6e\x92\x65\xdd\x62\x01\xe7\xa9\xf5\xa0\x29\x7b\xe5\xef\x36\xb4\x8a\xbb\x27\xac\x2c\x81\x2a\x55\x7b\xb7\xfb\xdb\x20\x71\x27\xaf\xb1\x4d\xe5\xcc\x4a\x3a\x5c\xce\xda\xdb\xff\x33\xc3\x8d\x4f\xb9\xbd\x71\xd3\x4f\xe7\x1f\x8e\x55\xfc\x10\xc8\xe0\xdb\x6e\xd4\xb2\xfd\xbf\xda\x72\x43\xe3\x53\xa7\x4f\xe1\x53\x8e\x39\x61\x58\x13\x6b\x9e\x59\x1c\x68\x17\xba\x54\xc3\x75\xac\x8d\x86\xd6\x86\xf9\x8c\xd9\x2e\x5c\xc6\x3e\x5a\x35\x20\x6d\xed\xe7\xed\xba\xb7\xde\x37\x25\xed\xd9\x1b\x49\x34\x42\x27\x76\x42\xf3\x10\x09\x04\x41\x01\x23\x4f\x20\xc0\x0e\xbb\xce\xe8\xeb\x87\x4f\xe7\x1f\x82\x1a\x13\x2f\x4a\xb8\x3c\x86\x82\x0c\x31\xb7\x36\xc7\x87\xe2\x25\x3f\x1c\x0c\x84\x31\xeb\x62\x53\xa1\x0c\xff\x0c\x0a\x91\x92\x69\xa8\xb3\x13\xa0\x67\x9a\x1b\x3a\x97\x57\x5e\xfa\x2d\x58\xdc\x1c\x4d\x85\x52\xc6\x2c\xd5\x10\x97\x2d\x30\x78\x8e\x53\xbc\xb6\xb7\xef\x82\x2c\xd5\x87\xce\x62\x92\x45\x0b\x34\x5e\x86\xac\xd0\x65\x0b\x1f\x34\x33\x06\x9d\x01\x5c\x13\xb3\x4e\xb1\xdd\x2e\x1b\x57\xf6\x0a\x4d\xa2\x42\xdb\x18\xf8\xb9\xc9\x12\x8d\xeb\x49\x2b\x6b\x20\x18\x85\xda\xab\x2c\xb0\xde\xc7\xb9\xa7\x96\xf3\xde\xca\xab\xa8\x33\x39\xb0\x1c\x17\x2b\x71\xda\x6d\x91\x01\x97\x9e\xbe\xf3\x76\x0b\xaa\x6c\x7b\x1f\x3c\xf9\x58\xbf\xef\xe4\x63\xc3\x8e\x4e\x12\xdb\x6d\xf0\x61\x14\x86\x1a\xd7\x7e\x03\x70\x1e\x24\x28\x66\x11\x77\x23\xc8\x77\x8e\x80\x91\x21\x2e\x9c\xcd\x0e\x7b\x59\x1c\x0e\x06\xcc\x78\x11\xe0\xda\xb9\x00\x9d\x26\x6a\x34\x89\x1b\x4d\x65\x47\x23\xf3\xbe\x23\x70\x90\xc3\xc3\x6b\x84\x56\x59\x52\x8a\x16\x2d\x75\x4d\x68\xf9\xd4\x4d\x91\xa5\x4d\x92\x67\x87\x46\xa1\xa6\x77\x74\x58\x38\xc7\x74\x0a\xd4\x03\xb4\xbd\x86\xdf\x7a\x4b\x69\xa3\xf9\x6b\x94\xff\xb3\xe2\xc6\xd2\x8a\xf6\x74\xc0\xf6\xcf\xad\x5b\x78\xfd\xb5\xa4\x22\x42\x15\x68\xe0\x18\xfe\x97\x3b\x4f\x90\x8c\xa3\x9d\x4e\x01\xed\x15\x89\x73\xb2\x37\x3c\xe4\xaf\xc8\xb0\xdf\xcf\x0f\xf7\xf7\xb9\xe3\xee\xf1\x19\x2e\x08\xb3\xe4\x13\x55\x6e\x5a\xf1\x26\x29\xc7\x45\x25\x57\x5e\x19\xad\x33\xf0\x0c\xb3\xdd\xf6\x82\x17\x65\xb3\xef\xfb\x26\xd8\xff\x1e\x55\x15\x42\x95\x85\x08\x75\xf9\x48\x0b\xd0\xa0\xa8\xf2\x4e\x8c\x5b\x08\x87\x35\x18\xea\x6a\xc1\xb8\x67\x8f\xe0\x94\x61\x73\x4c\x11\xde\x13\x9a\xf5\x59\x5f\xd0\x00\xcf\xaa\x7f\xd4\x5c\x34\xa7\xe6\xbb\x43\xb1\x97\x35\x4d\x36\x86\x98\x07\xf4\xaf\xee\x62\x0e\x4c\x55\xd7\x4d\xd3\x47\x1f\x33\xae\x41\x0c\x84\xd9\x0e\x2d\x78\x51\x9c\xeb\x20\x2e\x50\x30\x62\x38\xf7\x19\xa7\x9e\x1e\x2b\xf3\x98\x48\x84\xd5\x34\xa8\xc9\xab\x88\x05\xaa\xc1\x6a\xfb\x2a\x99\xcf\xa7\xf3\x0f\x11\xb3\x97\x5f\xca\x52\x6f\x09\xda\x0f\x81\xd1\x32\x2d\x6c\xa7\xfc\xc1\x19\x5d\xf3\xba\xca\x32\x43\x08\x6b\x01\x58\x4d\x87\x7d\x5e\xdc\xae\x32\x0a\xec\x20\xcc\xaa\x16\x3d\x5b\xe5\x6e\x96\x3f\x04\x7b\xe9\x86\x8a\xcb\xf6\xac\xce\xa7\x94\x87\x37\xe9\xe5\xa5\x66\x81\x8d\x26\x37\xb8\x0d\x31\x57\xb2\xe5\x0f\xcb\x12\xa7\x06\x55\xc1\x3c\x74\xd6\x72\x4a\xef\xd5\xbd\xaf\x40\xa1\xf6\x61\x6a\xf9\xf6\x5c\xf3\xfd\xbf\x44\xdc\x9f\x97\x60\xb7\x38\x94\xce\x67\x63\xb8\x9e\x1c\xe5\xe9\x87\x22\x49\x77\x75\x28\xff\x96\x0e\xd9\x9d\xdf\xe0\x39\xfe\xf6\xe9\xfc\x03\xa0\x9b\xa0\xe9\x9d\x17\xa2\xeb\x70\xba\xdf\x50\xf3\x4c\x08\x9c\x37\x0f\x84\x95\x12\x6b\xa9\xea\x97\x70\x8f\xcb\x2d\x2d\xf7\x42\xbb\xd6\x1b\xaa\x1a\x7d\xa7\xc1\x12\xd3\x38\xc0\xb0\x1c\x44\x07\xf6\xcd\x5c\xbb\xf1\xf3\x35\x2e\x80\x50\xdb\xb1\x23\xac\x12\x8f\xf6\x44\x54\x07\x03\x98\x91\x7c\xd2\xfa\x65\x7a\x37\x1b\x7b\x8d\x17\xa4\xd6\x31\x86\x05\xc2\x09\x59\x44\x01\x84\xc0\x45\xb8\xd8\x6c\x11\xbd\x8f\x8a\x60\x7a\xbc\x17\x04\x20\xce\x3a\x85\xae\x13\xc9\xde\x79\x4c\x34\x99\x69\x26\xb5\xc5\x92\x6c\x88\xcb\xea\x29\x88\xb7\xdd\xee\x04\x76\x92\x0a\x12\xd6\x0e\xe6\x6b\x20\xb1\x15\x40\x65\x96\xd3\x08\xbe\xfe\xdf\x68\xa6\x59\x54\xec\x00\x5b\x19\x6a\xbf\x85\xad\x43\x1a\x12\x9c\xdd\x02\x3f\x75\x75\x3b\xff\x06\xff\x12\x44\xcb\x72\x17\x8c\xda\x92\x79\x0e\xf5\x8c\x3e\xa8\x4c\xc6\xa4\xc9\x3d\xa3\x16\x6c\xe6\x89\x4d\xd0\xef\x47\xbc\x65\x39\x51\xfb\x4d\xc0\xed\x44\xd7\x67\x61\xc7\x35\xe8\xd8\xf6\x7c\x47\x41\xc2\x31\xf7\x0c\x78\xea\x57\x48\x70\xbf\x79\x7b\x92\xfb\x50\xfd\x82\x0a\x91\x51\xdf\x96\x44\x57\xd3\xbd\x5f\xd2\xdc\x4f\x67\x65\xd7\x54\x96\x4a\xc0\x6f\xb8\x4a\x2a\xc0\xe9\xf1\x17\x06\x21\x22\x2c\x83\xb6\xb0\x37\xd4\x2e\x2c\xa0\xc0\x09\xc2\xbc\x4a\x8b\x3a\x0a\xd1\x90\x3e\x06\xbc\x72\xa5\x5e\xbe\x37\xd2\xd2\x5a\x49\xb8\x4d\x85\xc7\x5d\x28\xb4\xfc\xd6\xb2\x0d\x59\xbf\xcf\x1a\xca\x69\x81\x4d\x3d\x18\x97\x0a\xc5\x81\x08\xa9\x01\x67\x78\x61\xb4\xf9\x71\xef\x93\xbc\x85\x25\xc5\x0f\x39\xbb\x46\xcd\xad\x63\xe5\x31\xb0\xe0\xe3\xa4\xf2\xfc\x3a\x76\x14\x99\xf9\xbb\xaa\x22\x99\x26\x1e\x2b\x1c\xa4\x92\xfa\x98\x4c\x67\x58\x1b\x9c\xd7\x9c\x0f\x0d\xd1\x24\x32\x1d\x38\x12\x82\xde\xae\xa0\x0b\xf2\x5e\xf0\xd6\x48\x14\x20\xcc\xd4\x44\xad\xbd\x7e\xd0\xb8\xad\xec\xce\x72\xbf\xd7\x6e\x5e\x01\x7e\x9f\x02\x28\xd2\x84\xda\x39\xe6\xda\x92\x2b\xdc\x6d\x16\x15\xd8\x61\xd7\x60\xf8\x80\xc0\x73\x01\x81\x7e\xd9\x2d\xf2\x6e\x0a\x11\x47\x20\x96\x8b\xe2\xb6\x1c\x9a\xdd\x17\x76\xdd\x38\xfa\xce\x89\xf0\xad\x0e\x43\x89\xbc\x0f\xd8\x04\x06\x2e\x84\x33\xd9\xf3\xae\x2a\x5f\x58\xdd\x8e\x49\x35\xc5\x81\x57\xa0\x62\x3f\x6e\x60\x68\x4a\x9f\xb4\x69\x17\xf5\x24\xf9\xd2\xb0\xab\x69\xe9\xc1\xde\x10\xf7\x02\xa4\xaf\x87\xa7\xb3\x7f\x1e\x19\xa4\x58\x7c\x0b\x32\x48\x11\xd6\x5b\xc8\x5f\xbc\xcb\xf3\xa3\xd3\x8b\xf7\x97\xef\xcf\x4e\xbb\x6f\xce\x4e\x3e\x7e\x38\xbe\x3c\x06\xcb\x94\x40\xd4\xa3\xb5\xfd\x15\x0a\x90\x28\xf2\x36\x4a\x7c\x73\x14\xe6\xd9\xfd\x07\x86\x44\x9d\x50\x7d\x50\x87\xc8\x4d\xe4\xc5\x32\x2d\x1a\x4d\x60\x6a\xac\xc1\x2a\xc5\x48\x49\xaa\x2a\x5c\x7c\x1f\xb5\x70\x0a\x7e\xab\x84\x0b\x98\x31\x98\xa4\xd2\xc7\x5d\xb4\xe9\xa9\xba\x70\x8a\x98\x7e\x61\x82\xa6\xfe\xbd\xc3\x07\x03\xa4\xe2\x7e\x44\xcc\x66\x90\x57\x8a\xea\x92\x15\xb8\xfa\xd0\xc8\x03\x4d\x4e\x68\x74\x2e\x69\x47\x09\xa9\xc2\x14\x39\x6e\x5f\xb5\x90\x41\x13\x32\x9f\xfc\x8f\x84\x75\xc8\x16\x12\xcc\x1e\xe4\xf1\x68\x6b\xea\xb3\x92\x9b\xa4\x72\x11\xaf\x73\x4d\x21\x5b\xef\x40\xf2\xe4\xfa\x33\x00\x24\x6e\x7d\x02\x6c\xef\x60\x0e\x20\x8b\x9b\x02\x4f\x80\xf3\x2d\xc3\x1d\x61\x11\xce\xb9\x3a\x52\xa9\x5e\xc3\x7a\xd3\x6e\xaf\xea\xa8\x12\x67\xfc\x93\x2a\x10\x49\xa4\x2e\x2c\x2c\xa9\xe7\x66\x03\x54\x15\xfc\x07\x6b\xd6\xa5\xa0\xca\xa1\xa3\x61\x32\x49\xf6\xcb\xbd\xe7\x4d\x7b\xb2\x8b\x37\x91\xf8\x27\x2f\xab\x3c\x40\xf4\xed\x74\xaa\x3c\x90\x01\x19\x2a\xa1\x70\xfb\x85\xab\x40\xb1\xd1\x81\x6f\x63\x86\x08\xe5\xf3\xa3\x01\x8a\x68\x08\x22\x02\x97\x34\xb6\xfe\x1e\x9e\x0a\xe3\x11\x03\xeb\x9a\x8c\xef\x0f\x03\xa0\x76\x73\x60\x50\xd5\x3e\xd7\x41\x10\x92\xc2\x40\x79\x90\xd1\x1a\x91\xa1\xa7\x6c\xa1\xbc\x49\x70\x6f\xcf\xe9\x95\xea\xf7\xf5\x43\x94\x83\x3c\x2f\x77\x37\x80\xc7\x75\x05\xdb\xb2\xc2\x4a\x0d\x13\xec\x55\xa3\x13\xed\x70\x65\x8d\xf5\xb4\x08\xf9\x25\x00\xf6\xc8\x6c\xf0\x20\x69\x81\x27\x9b\x76\xcc\xf4\x75\x29\x69\x25\x5c\x54\x75\x63\xa6\x62\x22\x6a\xea\xa4\x2d\x3c\xd4\x12\x8d\x01\x7f\xdf\x1b\x56\x75\xc8\xd6\x80\x7f\xb4\xa1\xf5\xe3\x5e\x4b\xb2\x09\x8f\xcf\x78\x3a\xc3\x0a\xc0\xc1\x93\x5a\x29\xf9\x68\xc1\x86\x7c\x81\xe3\x3f\x9e\xce\x2a\x9c\x19\xa7\x31\xca\x15\x50\xd2\xea\xf4\x7d\x4d\x8a\x69\x3e\xc3\x73\x92\x4c\xf3\x59\x67\xdd\xef\xaf\xb5\x42\x06\x21\x73\xf5\x04\x66\x14\xf2\x5e\xe2\x93\xa8\xb4\xa7\x15\x26\x69\x8e\xf0\xba\xdf\x2f\x0d\x5c\x36\xe2\xd6\x35\x42\xe3\x6c\xbb\x5d\x9b\xf5\xd9\x93\x75\xe9\xe7\x49\x04\x7e\x96\xcb\x3a\x5c\xd1\xf5\xa1\x71\xe9\x41\x41\x23\x6d\x52\x83\x30\x03\xc0\xcc\x39\x91\x31\x63\x69\xf4\x41\x8e\xca\x23\xfb\x60\x56\x48\xa3\x55\x0d\x66\xb1\xce\x10\x73\x7a\x47\x79\x09\x29\x55\x0d\x99\xb0\x3e\x1a\xad\x95\x31\xb0\x75\x2d\x07\xd1\xc7\x3d\xf3\x8a\x08\xac\x85\xaa\x55\xa8\x79\x01\xf8\x31\x4e\x88\x4b\x3a\x4c\x94\x3a\x82\xf5\xdd\x99\x4f\x93\x59\x47\x62\xf0\x99\xe5\xe5\x6b\x39\x71\x53\x64\x01\xc8\xb8\x52\x0a\x57\xbd\x29\x42\xe5\xd7\x36\xbf\x24\xdb\x6d\xa0\x21\xab\x9d\x79\xd6\xf9\x8d\x86\xdf\x00\xb6\xa2\x78\x4e\xe8\x53\xee\x34\x70\x4a\x7c\x8f\x18\xbc\xdf\xdf\xa3\x4f\xba\xc1\xc0\x4b\x42\xeb\xc4\x5b\xe8\x55\x83\xe3\x45\xbd\xce\xb6\x2a\x1b\x9e\x33\x3a\xf3\xed\x36\xdd\x6e\x97\xdb\xed\x62\xa2\xc7\x04\x39\xe4\x3a\xae\xb5\x14\xcd\xad\xec\x1a\xfc\x48\xed\x02\xee\xf5\xc0\x51\xca\x65\x92\xa8\x53\x33\x39\x52\xe6\xfd\x92\x60\x9a\xe6\xb3\x7e\x5f\x47\x22\x93\x2f\x9a\x39\x64\x84\x41\x21\x58\x07\x58\xbe\xab\x75\x09\xcf\x31\xc3\x7c\xa6\xfc\x66\xf3\x1d\x2e\x66\x7c\xf3\x52\xd8\x59\x43\x5c\x3a\x31\x55\xf2\xb2\x3c\x1c\x0c\xec\xd6\x62\x72\x6b\x15\xd3\x2c\xfe\x4c\x1f\x66\x24\xd3\x21\x70\xb8\xf6\x5c\x95\xc5\xba\x85\x5d\xcd\xd5\x0a\x5a\x25\xb6\xa2\xaa\x93\xdb\x75\x97\xd4\x75\xfc\x5e\xcd\xc6\x82\x17\xb7\x26\x3f\x7f\x12\x31\x36\xf7\x57\x5d\x78\x11\xec\xe4\x2a\xac\x6f\xe3\x53\xa1\xb4\xdf\xf7\x35\x0c\x2c\xc7\x11\xd7\xed\x2e\x5b\xdb\x41\xc0\x99\xd3\xee\x29\x82\xf3\xac\x42\x32\x55\x95\xeb\xb6\x61\xc1\xb7\x58\x5f\x3f\xd5\x1b\xd6\xda\x1b\xd0\x5e\xc7\xb9\x6c\x5b\x14\xc4\x85\x77\xf0\x5a\xde\xc1\x00\xa8\xdf\x35\x46\x1e\xda\x58\x89\x1a\x70\xe5\x64\xa8\x9c\x99\x45\x8c\x24\x12\xbd\x8a\xc2\x6b\x6a\xca\x67\x48\x22\x8e\x5a\x99\xa2\x50\x1c\x1e\x40\xd9\x0a\x5f\x8d\xb2\xb9\xdd\x13\x6c\x6c\x90\x02\xe2\x49\xcc\x76\xf0\xba\x84\x4e\x0f\x4b\x44\x09\x0e\x6e\x4d\x50\xa5\x04\xb9\x8f\x17\xdf\xa5\xdf\x5f\xb6\xd3\x95\x06\xe2\x7b\x90\xbe\xa1\x8c\x2b\xcc\x78\x1b\x96\x7e\xc2\xb7\x27\xd2\x94\x80\xfa\x8f\x90\x56\x6c\xde\x2d\x38\xd3\x8a\x8c\x20\xed\x7e\x52\x58\x56\x29\xe9\x12\x5c\x3c\x56\xa1\xfa\x09\x6f\xcc\x9a\xf6\x0c\xf8\x38\xc8\xf8\xce\x50\x77\x83\x23\xd8\x2f\x8b\xd0\x4f\xf7\xbf\xca\xbf\xdf\x2e\xcf\x07\x93\x48\x87\xd1\x68\xed\xa7\x95\x2d\xec\x8d\x90\x86\xcd\x35\x7e\x14\x47\x15\x50\x28\xb7\x34\x65\x89\xf0\xe0\xfc\x9f\x3b\x90\x6e\x6b\x5f\xb0\x72\x2f\xb7\xe0\x14\x06\xe4\x5b\xa6\x34\x38\xe4\x9c\x88\x89\xa8\x71\xc3\x73\xc2\x03\xdf\x4c\xa1\x5b\x91\x7c\x3a\xb4\xa4\xb4\xe1\x17\x81\xce\x39\xcb\x6f\xba\x49\x57\xb7\x1b\x28\xa0\x1b\xd1\x43\x40\xf0\x03\x43\xab\xf0\x59\x49\x0c\x53\x6c\xb4\xff\x5b\x48\x80\xed\x36\x94\xb5\x18\x50\xd1\xc2\x66\x2a\x7c\xbf\x2d\x22\xbc\xb1\x85\xef\xbc\x25\xb1\xce\x5b\x7c\xcf\x2d\x49\xa5\xf3\xff\xcc\xc4\xb2\x2e\xec\xdc\xb1\x83\x6d\x13\x4e\x06\xf2\xe7\xac\xbc\x93\xc2\x67\x11\x47\x58\x82\x5b\x88\x18\xc2\x94\x53\xed\x36\xd6\x5c\x81\x9e\x12\xbb\xe0\xb9\xbc\x91\x53\x32\xc4\x4b\xb2\x6e\x6a\x64\x1f\xa6\x2f\x97\x87\x83\x41\x8a\x36\x65\x34\xc7\x7e\x86\x69\x3a\xf3\xec\x4d\x5c\xf0\xa5\x79\x80\xdc\x25\x75\x99\xb8\xc3\xd9\x28\x9e\x6b\x9d\xdd\x86\x50\xa7\x9d\xc5\x68\x45\x64\xdf\xc8\x1d\x9f\xde\xcd\x34\xff\x59\x71\x39\xac\xe4\x2c\x98\x8e\x1c\x84\x4f\x86\x07\xe7\xba\xe2\x28\x4a\x49\x04\xe5\x7e\x4d\xe0\xf2\xdf\x3b\x23\x10\xed\xb3\x21\x89\x50\xd8\x4c\x0b\x1f\xb7\x89\xc7\xfa\x5a\x34\x19\x82\x20\x69\x72\xa1\x19\x59\x3b\x47\x94\xac\xdf\x4f\xa6\x73\x2b\xb8\xa0\x87\x83\xc1\x1c\x1d\xb2\x45\x34\x27\xc4\xe6\x0b\x5b\x4f\x15\x24\xef\xa4\x3e\xd3\x32\xb1\x9e\x77\xe6\x03\xe3\x98\xde\x4b\xd0\x8a\x3b\xef\x23\x6f\x09\x32\xb7\x04\x0d\x05\xec\x14\xaf\x71\xa6\x03\x07\xfa\x57\x9e\xdf\xa6\x52\x86\xe2\xdb\xed\x9e\xe9\x60\x77\xa9\x75\x78\x36\x55\xa7\x8c\x56\x98\x1b\x3d\xdf\x80\x34\xb0\xbb\xfd\x4e\x22\xb5\xb7\xe8\xb6\x8e\xd4\xde\x21\xe5\xc7\xbd\x91\x18\xad\xa6\x77\x33\x72\x3b\xbd\x73\xf4\xd5\xb2\xdf\xdf\x5b\x40\x53\x76\xb1\xff\x9c\x23\xea\x8e\x67\x00\xa7\x1b\x3b\x0c\x4e\x2e\xc4\x70\x70\x8e\x9c\xfe\x8c\xfe\x7c\x3b\xd7\x78\x84\xe1\x2e\xab\x3c\xcf\xdb\xef\x8c\xe7\x6d\xf0\xa7\xfd\x6d\x71\x96\xbd\x88\xc8\x1e\xb6\x72\xa5\x85\x46\x6f\x12\xe5\xc3\xcb\x31\xe0\xb7\xdb\xa8\x35\x83\xb2\x28\xab\xfe\x09\x87\xdc\x49\x99\xac\xc8\x7f\xc9\x87\x2c\x23\x6f\xd4\xbf\x92\x62\xa5\xe4\x5c\xa2\x66\xc9\x9c\x92\xdf\x31\x38\x0c\x58\x92\x53\xfd\x60\x72\x7c\x00\xeb\x63\x60\xbb\x90\x77\x2a\x08\x34\xe5\xe4\x11\x9e\xf2\x22\xa5\x6c\xf1\x40\x4e\x30\xe8\x26\x2e\xd8\xcd\x9a\x53\x52\x60\x1a\x17\x39\x59\x50\xf9\xbf\x58\x90\x15\x75\x06\xcc\xe4\x47\x6c\x04\x01\xe4\x27\xe5\xdb\x88\xbc\xc6\x34\x5e\xb0\x4c\x50\x4e\xbe\x83\xee\x3e\xe4\x92\x78\x85\xd5\xb9\xd4\x51\x87\x63\x6b\xb3\x1f\xcf\x93\x52\xb4\xfb\xf5\xce\xc9\xe6\x96\x7d\x61\x61\xf0\x86\x42\x83\xc9\x22\xd7\xdd\x51\x6f\x8b\x05\xb6\xac\x72\xe2\x6f\x0a\xdc\x36\xf7\xfa\xc4\xd3\x0a\x7b\x92\x57\x67\xc6\x6c\xe3\xbd\xfa\x61\x8c\x2e\x1f\x56\x54\xeb\xaa\x9b\x8a\x54\x54\xd4\x6b\xda\x4d\x6c\xac\x64\x2b\x8d\xe1\xda\xd3\x85\xc4\x0d\xe8\xac\xc3\xc0\x1b\x30\x04\x0b\x9e\xce\x10\xde\x57\xe1\x53\x4c\x08\x11\x01\x08\xbd\x66\x7b\x55\xb8\x58\x2c\x7c\x33\x3c\x5d\x55\xc7\x09\xbb\x55\x4d\xa0\x08\xe5\xaa\xb0\x21\x4b\x98\x0e\x34\x16\x15\x78\xa4\x5d\x1d\xea\x86\x2b\xec\x3b\x5a\xcb\x6d\xec\x1c\xd5\x80\x0e\xde\xc4\x90\xef\x2e\xa9\x16\x6f\x28\x1a\x62\x36\x2d\x66\x28\x02\x17\x66\xf2\x30\xf9\xeb\x6a\xb4\x93\x36\x0c\xd4\xde\x20\x0e\xc0\xde\xa8\x1e\x62\x1a\x66\xfb\x60\x8f\x34\x80\x80\x0d\xf6\x07\x3d\x51\x21\x9a\xf3\x58\xed\x01\x66\xf8\xfc\xd3\x59\xcd\x49\xb9\x24\x34\xe5\x74\x6a\xdd\x68\xc5\xf5\xa1\x78\x95\x3c\x64\x45\x92\x8e\x37\x9f\xe9\xc3\x58\xc4\x57\x37\x6b\x96\xfe\x17\x7d\xc0\x2c\x95\x6f\x2c\xc5\x54\x76\xfc\x54\x65\x4e\xa9\x48\x58\x26\x3f\x70\x5a\xae\x33\x81\xc1\xb5\xd2\xfb\x74\x0c\xe1\xc4\x65\xee\x2c\xb9\xa6\x90\x01\x1e\xb0\x60\xb7\xf4\x42\x24\xb7\xab\xf1\x5b\x49\xdf\xe4\xc5\x7d\x84\x30\x88\x67\xc6\x6c\xda\x73\xc3\xdf\xbf\x67\x62\xb9\x0f\xca\xc2\xbd\xd9\xc4\x29\x68\x9b\x8a\xb4\xcf\x9f\x0a\xf5\xfb\x25\x15\x97\xec\x96\x16\x6b\xa1\x94\x54\xcc\x2a\x50\x32\x3c\xa4\x2f\x2d\xf3\x90\x1a\xc6\xa1\x20\x89\xdc\x04\x9c\x88\x58\x8f\xb5\xc3\x63\x39\x4a\xc2\xe3\xcf\xf4\x61\xc0\x63\x96\x62\x1d\xca\xe0\x07\x3f\x59\x8f\x0d\x73\x65\x06\x06\xbc\x06\xa3\xd6\x0c\x29\xea\x0d\x61\x66\x85\x4f\x42\xfb\xc1\x30\x2d\xa1\x2a\xb1\x21\xf7\x2a\xfc\xd7\x61\xe8\x00\xde\xa8\x32\xb4\xb8\x0b\x00\xbd\x5f\x5f\xef\x59\x19\x12\x99\x95\xa7\x1d\x87\x22\xc9\xf4\x68\x8d\x85\xbd\x69\x52\x25\xb9\xe7\xbe\x0f\x77\xb4\x09\x5c\xa8\x9b\x18\xb0\x61\x0b\x41\x8b\xfd\xbe\x4c\xba\xae\xf5\xc3\x02\x34\x42\xb2\x49\xa8\x94\xa1\xac\x8c\xaf\x00\x39\x9a\xc0\xc1\x34\xbb\x04\x8d\x0f\xfc\x6f\x72\x51\x8d\x65\x9c\x32\xf4\x09\x32\xa3\xf1\x6d\x24\xac\x32\x17\x79\xb5\x11\x84\x10\x0e\x35\x72\x34\x4e\x15\xa9\x85\x05\x79\xb5\x52\x2e\x82\x2a\xf8\x1b\xb7\x78\x57\xe0\x93\x7a\x68\x16\xa6\xc0\x6c\x44\xb5\x72\x13\xb8\x45\x66\x2d\x91\xcc\x05\x7f\xd8\x50\xeb\x6e\x5c\x9e\xe1\xb9\x8e\xbe\x62\x40\x2c\xab\xaa\x88\xcb\xec\xe4\xd5\x26\xdf\x6e\x23\xe5\xd6\xb9\xd9\x55\xd5\x57\x97\xc5\xf4\x5a\x02\x5c\xb5\xb5\x3b\x7b\x79\xbf\xcf\x14\xef\x45\x7d\x67\xf0\x5d\x8d\x4c\xd6\xb4\xd0\xfe\x4f\x3d\x37\xf2\x66\xef\xc8\x89\x45\xea\xbb\x75\xb5\xcf\xf4\x04\x44\x39\x11\x08\x1b\xa5\xb1\xed\xd6\xc5\xe9\x26\xcc\x77\x47\x21\xdf\xfd\x3a\x14\xfe\x0d\x22\x3d\x79\x6a\xc4\x92\xe6\x7a\xf8\x45\x68\x9c\xbf\x02\x03\xc4\xca\x6c\xa8\x4a\x2b\x5a\x04\xae\xe8\xd1\x86\xda\xe5\x96\x9b\xc9\x3c\x47\xd4\xae\x38\xbe\x0b\xbc\x9a\x2f\xea\xbe\x2c\xf5\xc6\x91\xb4\xa7\x29\x43\x04\x36\xc9\x64\x84\x4d\xae\xf5\x75\x39\xe7\xec\xda\x45\xbc\x9b\x48\xc0\x6f\x60\x4c\xbf\x5f\xca\xcb\x2b\x5b\xb0\x2c\xa3\x69\x0f\x53\x34\x36\xfb\xe1\x0e\x9c\x44\xf9\xde\xd7\x9f\xe8\x81\x6a\xf5\x00\xfb\x9d\x31\x15\x2d\xc3\x8a\x6e\xeb\x62\xa9\xb0\x97\x5e\xd8\xb0\x0e\xad\x1d\x8a\x62\x9a\xcc\x88\x90\x7f\x83\xd1\x8c\x70\x78\x38\x98\x91\x1c\x06\x9b\xc0\x4c\xea\x3e\xf9\x83\x70\x4d\xdf\x05\x78\x97\xdf\x28\xb7\xe3\x51\x26\xc4\xe1\x0c\x8d\x60\x0b\x7b\xf3\x34\xee\x29\xc4\x45\x4d\x19\x1e\xfa\x1a\x57\x8e\xe3\x0c\x7c\x3b\x3b\x23\x3a\xae\x8c\x70\x71\x65\xc8\x73\x94\x13\x31\xcd\xe4\x6d\x2c\xa6\xd9\x80\xcf\x70\x3e\xb9\xd1\xee\x03\x13\x34\x2e\xa2\x04\x75\x5a\xd7\x90\x0c\x3d\x4d\xfb\x9b\x06\x55\x86\x13\xd2\x76\xf4\x71\x49\x94\x3a\x7c\x82\xe4\x3e\x96\x97\x77\xee\xc9\x5e\x4b\x15\xcc\x2c\x53\xd7\x3e\x93\x37\xb2\xe3\x97\xa9\xc9\x01\x4c\x84\x10\x31\x59\xc9\x4b\x3c\xc4\x6c\x8e\x8c\xf6\x53\xd9\x9d\x1b\x24\x67\x9e\xe4\x4a\xe1\x52\xa3\xfb\x89\xe8\x96\xc9\x2d\x35\x39\xe3\x1e\x42\xe3\x3d\x39\xbb\x25\xd4\x58\xa0\x71\x32\x49\x23\x81\x19\x1a\x43\x50\xe4\xc9\x42\xbd\x1c\x28\x3e\xcb\x0a\xde\xbc\x05\xbd\x0e\xe3\x4b\x29\x1e\x89\x5d\xc6\x91\xe2\xdf\xee\xd1\xed\xf6\xe0\xff\xe1\xed\xdf\xb6\xdc\xb6\x95\x7e\x51\xfc\x5e\x4f\xd1\xd2\x98\x93\x1f\x11\x41\xb2\xe4\xcc\x7c\x6b\x7e\xec\x46\xeb\xef\x63\xe2\xcc\xf8\x30\x6d\xe7\xe0\xc8\x5a\x1e\x6c\x09\x6a\x31\xa6\x08\x05\x84\xfa\x90\xa6\xc6\xf8\xdf\xed\x8b\xfd\x06\xfb\x6a\x3f\xcb\x7e\x94\xf5\x24\x7b\xa0\x0a\x00\x01\x92\x6a\x27\x6b\xaf\xb1\x7c\xe1\x16\x71\x3e\xa3\xaa\x50\xf5\x2b\xf3\x53\x39\x3a\xa1\xb9\x09\x96\x9b\x34\x2b\xac\x03\x17\x84\x7f\x86\xff\x91\x4d\x08\xd6\xa1\x31\x53\xb1\x17\x8d\x7f\x17\xc4\x7b\x2a\x9d\x08\xc6\x4c\x7c\xd7\x8a\x6a\x54\x27\x7c\xbc\x4f\xb2\x45\xee\x12\xdd\x12\xd7\xa7\x4f\xce\xa0\x43\x33\x9e\xa8\x9e\x5d\xdf\xfa\xb6\xbf\x8c\xf5\x7a\xc9\x69\x4a\x3c\x99\xfe\x31\xb7\x01\x1e\x12\xa0\x55\x22\x79\x12\x98\x12\xa1\x56\x87\xc5\xeb\xe6\xd7\x27\x3c\xde\x3b\x45\xec\x4f\xa0\x23\xf2\xba\x78\x8b\x64\xbb\x31\x94\xfe\x94\x95\x3f\x96\x59\x71\x89\xcc\x26\xd2\xe6\x8c\xb1\x9b\x56\xac\x91\x2f\xd7\xc8\x46\xfa\xca\xb4\xa9\x8a\x4c\xc5\xe3\xf1\xd8\x11\x76\xe4\x80\x61\xfe\x6b\x84\x59\xfe\x55\x35\xc1\x69\x31\xbb\xc1\xb6\x43\xf2\x6d\x9a\x15\x59\x71\xe9\x85\xc0\x61\xe4\x81\xf6\xda\x9e\x70\xb0\x62\x43\x3d\xe2\x83\xf7\x15\xb0\x9a\x5e\x25\x56\x2f\xda\x0c\x0d\x78\x44\xac\xf5\xea\xdc\xc1\x63\x19\x4e\x53\x49\xba\xdc\x3c\x2b\x94\xbc\x8d\xf9\xbc\x58\xd0\x02\x5e\x22\xac\x24\x8f\x2f\x3f\x3f\xdf\xe7\x70\xa4\x80\x69\x25\x39\x74\x05\xea\x1b\x6d\xc2\x1c\xc0\x9a\xed\x61\x00\xef\x64\x17\x9a\x35\xcc\x36\x4d\xe4\xa4\x31\x0a\x40\x2e\x7e\x2a\x81\x9d\x7b\x99\xde\x5e\xf0\xf7\x1b\x5e\xa4\x80\x78\xd9\xde\x46\x1d\xcb\xc3\x99\x7e\xb7\xe7\xd4\x3f\x7b\xfa\x93\x1e\x9e\x2f\xdc\xbf\x27\x73\x72\x97\xda\x13\x06\x2e\x64\xa0\xa4\x3c\xcc\x4b\x1c\x42\xd2\x3c\xf4\xcd\xa6\x46\x1e\xf4\x91\x72\xb7\x0d\x55\xf5\x6d\x43\x65\x7d\xd3\x77\xf0\x62\x19\x69\x16\x32\xd5\xb9\xfd\x5c\x47\x16\xb2\x33\xd1\xe4\xd7\x27\x45\xbc\x27\x3d\x38\xad\xd2\xd9\x2e\xd6\x9b\x36\x89\x97\x71\x49\xb9\x03\x44\xfa\x74\x9d\x59\x7e\xfa\x91\x8a\x4b\x18\x53\x1f\x30\x3e\x8c\xc7\x32\x15\x3b\x57\x08\x57\xa5\xa9\x85\xa3\x69\x7d\x58\x2d\x48\xe9\xaf\x2d\x9c\x3c\x83\xb6\xd5\x49\x3a\xcf\xfc\x01\xe8\x9a\xfa\xc4\x25\x78\x0b\x23\xea\x8d\xd1\xc1\x1f\xfc\xe0\xa6\x09\x76\x44\x2d\x11\xcf\x6a\xd2\xa0\xe3\xd4\x88\x22\x38\xcd\x67\x3b\x30\xc4\xb0\xca\x7f\x7e\xc5\xb6\x12\x7a\x74\xa7\x10\x6c\x54\x2b\xc7\x5d\x63\x97\x8c\x46\xc1\x0e\x98\xab\x05\x93\x87\x70\x64\xcd\xe0\x69\xaa\xc4\xb2\xf6\x46\xfd\xb7\x63\xb9\x74\xc5\x3d\x34\x71\x0d\x4c\x6a\xc3\x4e\x7c\xb1\x3d\x78\xcf\xdd\xc1\x80\x25\x3e\x29\x86\x82\x1b\x79\x48\x6c\x5c\x4d\x72\x48\x9e\x96\xa2\x48\x24\x9a\xc2\x5e\x33\x90\x42\x7d\x1a\x0c\x6b\x7e\x72\x38\x18\x0d\xe8\x33\x36\x31\x46\xa1\x37\x6d\x90\x22\xb3\xe0\x57\xec\x99\x75\xd2\x80\xa4\xb7\xb5\x06\xfd\xd4\x36\x29\xb3\xe7\x48\x10\xe6\x11\x27\x6c\xbe\xa0\xed\x8b\x0e\x8c\x59\xcd\x45\x47\xe8\x1e\x57\x68\xd7\x2e\xe5\x51\x14\xb8\x22\xef\x90\x9e\x7c\x10\x7b\x14\x9c\xec\x74\xaf\x52\x83\x6b\xc5\xe5\x49\x0d\x6f\x53\x82\xe5\xf1\x3a\x93\xa5\x3a\xb1\x77\xc9\x89\x12\x10\x6a\xd5\xb3\xbd\xc1\x18\x90\x83\x01\x8e\xf4\x95\x2a\x6f\x66\x5d\xfe\x06\xfb\x53\x74\xee\xae\xf7\xec\x9d\x34\xaa\x35\x74\x65\x99\x97\x20\xd4\xb2\x34\x96\xbe\x2a\xc8\xdd\x0e\x31\x80\x0f\xce\x28\xf8\x4b\xbd\x7d\x9e\x66\x39\x5f\xe9\xc6\xbb\x06\x9f\xfc\x87\x39\x98\xfe\x23\x39\x79\x93\xf3\xb4\xe4\x27\x7b\x38\x31\xf8\xc9\x7f\x14\xfc\xfa\x3f\x4e\xc4\x4e\x5f\x63\x42\x52\x38\x45\x0c\x1a\x82\xdf\x61\x4b\x93\x5d\x70\x20\xd3\xf8\x4a\x0f\x59\x2d\x84\x1a\xc3\x80\x90\x43\xcd\x92\x00\x87\xb8\x56\x5c\xa2\x68\x21\x20\x87\x34\xa1\x6d\xf9\x7c\xab\x61\xca\xfd\xd5\x54\x0f\x40\xcb\x41\x05\xe8\x5b\xd9\x2d\xd7\x72\x65\xe1\xa9\x1f\x78\x8d\xb7\x2f\x95\x6d\xe2\xd6\x9c\x70\x16\x3b\x57\x76\xa1\x32\x12\x76\xae\x08\xbd\x27\xd6\xaa\x1f\x1e\xec\x7b\xa6\xf1\xc9\x11\xe0\xcd\xbf\x6e\xda\x1e\x82\x7b\x64\x5e\xeb\x37\xd5\xc4\x46\x41\x8c\xdf\xed\x02\xf1\xc2\xe7\x62\xc1\xf8\x5c\xd4\xaf\x55\x29\x9b\x9c\xa6\x35\x4b\x90\x0e\x87\xe4\x4e\xce\xd5\x3c\x5d\x2c\x58\x06\x5c\x4e\xed\xac\x38\xc4\x8e\xf6\x9d\x35\x77\x89\xc1\x47\xd3\x4e\x01\x38\xf7\x5e\x49\xbd\x22\xdf\xfb\xd3\x73\xa7\x7b\x9d\x00\xb6\x3a\x3b\x0f\x19\xfe\x3a\xc7\x4b\x7f\x9a\x7c\x53\xfc\x3f\xe9\x3b\x61\x88\x2e\x7e\xa7\x66\x80\x24\x20\xc5\x18\x5b\xd9\x5a\x4a\x2f\x16\xc6\x5c\xfc\xce\xf9\xe5\xd6\x7c\x5e\xeb\x7e\x4b\x8d\x2b\xb4\x40\x74\x73\x43\x6a\x37\x66\x48\x8f\xa4\x3e\x3d\xb2\xf4\xef\xf6\x9b\xb8\xc6\x8f\xd7\x77\xfb\x92\xd0\xd2\xf2\x41\xfd\x69\x2f\x8b\xa2\xbe\x55\x40\x4e\xd9\xfb\x38\x03\x62\xbb\xd0\xf3\x99\x1e\x6a\x13\x22\xbf\x94\x62\x2e\x17\x0d\x20\x7d\x7d\xe7\xe5\xd4\x01\x4e\x02\x23\xb5\x8a\x73\x7d\x0b\xf6\xeb\xaf\x77\x71\x4d\x02\x93\x24\x74\x74\xa6\x08\x24\x79\x5d\x27\xd1\x87\x4c\x82\x85\x1c\x68\x36\x7b\x13\xe7\xb4\x30\x5b\x90\x24\x8f\xfc\xaf\x43\xfd\xce\xf7\xe9\x13\x00\x09\x7c\xfa\xc4\xb8\x2f\x12\x7b\x14\xca\x7a\xcc\x7b\x60\x5c\xd4\x1a\xba\x19\x9e\x62\x99\x63\x34\x78\x9d\xfb\x4d\x9d\xdb\x44\xde\x8c\x61\xe9\xd4\x88\xd6\x75\x05\x1e\x0f\xf7\x24\x38\x1a\x30\x0f\x9c\x07\xb5\xa4\xff\x86\xde\xa0\xac\x3f\xa7\x10\xdf\xf0\x06\x6b\xb2\x36\x7d\xc2\xcd\x02\x6b\x2a\x50\x34\xb6\xb4\x4a\x62\x1e\x1a\x1d\xc6\x9a\x77\xea\x5a\x7d\x50\xb0\xa9\x30\x42\x7a\x73\x52\x5e\x67\x6a\x73\x92\x16\x27\xa9\xae\x61\x40\x74\x23\xe9\x0d\x3e\x9a\x1c\xf3\x4f\x5b\x4b\x22\xf5\x42\x6e\x36\x91\xb8\x25\x27\x9b\xec\xb4\x33\x95\x48\x97\xfc\x0b\xed\x20\x54\x06\x5e\xee\x3b\xd9\x12\xee\xfb\x6e\xdf\x1a\xe8\x01\x7b\x0a\xce\x0b\x67\x25\xa4\x49\x1c\x23\x2d\xe5\xec\x7c\x07\xbf\x48\x7d\x64\xe8\xfe\x1a\xde\x2d\x87\xdf\xc0\x08\x7e\xb9\xf7\x5e\x47\x41\x0e\x4b\x6f\x3c\x30\x0b\x2b\x60\x67\xd7\x41\xb0\x5e\x36\xce\x03\xde\x67\x87\x6b\xd1\xc1\xd4\xfa\xa0\x9b\xfd\x29\xbc\xd5\xb9\xf5\xf5\xf6\xcb\x8b\xe4\x73\x7c\x03\x57\x90\x5b\x1e\x37\x5f\x5e\x1b\xe6\x51\xec\x4f\x2c\x11\xd7\x92\xdf\x1a\x2b\x1d\x10\x42\x60\xa9\x7f\xf6\x07\xc3\x23\x6c\xd9\x27\xd3\xfb\xa7\xf7\xf5\x1e\xe8\xf1\x86\x89\xd7\xa4\x86\x43\x33\x67\xb7\xc7\x4d\x07\xd4\x9c\x53\x9b\xbb\x87\x23\xae\x01\x3f\x1a\x68\x09\x99\xd3\x85\x75\x06\x21\x86\x1b\x68\x72\xe4\x59\x70\xe9\xd5\x5a\xd9\x6e\x89\xa6\x67\x19\x5c\x80\xe0\x43\x15\xf4\x68\xad\xd2\x4b\xcd\xe9\x48\x3d\xbf\xf7\xb2\xd0\xf5\x68\xbf\x6a\x8e\xb6\x07\x52\xd9\x84\x69\xe6\xee\x82\xd1\xd4\xb8\x2f\x15\xb6\xe4\x45\xf7\x6b\x9e\x5d\x0f\x9b\xb4\xdc\x1c\x5b\x09\xa6\xa8\x00\xd7\xe6\x69\x63\xc1\x1d\x08\x31\x12\x9b\x17\x6e\xa2\x9f\xfe\xb5\x65\xfe\xc3\xff\x86\xee\x7a\x8f\xc1\x7f\xa5\xb7\x2f\xa0\xb7\x60\x3c\xe2\x77\xd8\x35\xfd\x39\x02\x3e\xe8\x0a\x9b\x0f\x59\x18\xca\x0f\x84\x7a\x37\xcd\x1f\xb5\x18\xf7\xce\x74\x33\xb1\x6f\x23\xb0\x6d\xad\xeb\x50\xf7\x92\x1e\x08\xb4\x6e\x62\xb8\x8e\x75\xe9\xee\x2c\x03\x85\x55\x23\xd4\x3a\x80\xe0\xe4\xf0\xe2\x4b\x7b\xf2\xc7\x2f\xed\x49\x6f\xb2\x26\x14\x6c\xfc\xdc\x1e\x0c\xf0\xf7\x8e\xca\xb5\x44\x4b\xae\x25\x8e\xc9\xb5\xac\x81\xec\xa7\x6d\xba\x7b\x5e\xb0\xac\x73\x4f\x77\xb2\xcc\x7a\x25\x80\x3c\xb8\xb9\xd9\xbc\xf2\xf4\xc6\x23\x06\x4d\xd0\x51\x02\x5d\x8c\x70\x06\x49\x3c\x29\xc6\xfd\xac\x78\x3d\xa7\x8f\xe3\xc0\x35\x5e\xd7\x83\xfa\xec\xd8\xa9\xbc\x4d\x77\x27\xfc\x66\x07\xb0\x6f\x69\xc0\x0a\xa6\x27\x25\x5f\x8a\x62\xe5\x38\xc1\x01\xd1\xd4\x96\xbf\x3b\xe4\x91\xdd\xd1\xbe\xab\x3b\xb7\x84\xae\xfb\xfe\x2b\xc0\xdf\x09\x3f\xe2\xbe\xd7\x95\x76\x6d\x84\xef\xee\xd9\xc3\x75\xaa\x9f\x5a\xa9\x10\x5b\x55\x27\xd2\xeb\xe9\x77\x76\x77\x30\x4b\xf4\x67\xb7\x44\x7f\xbc\xfb\x0b\xc2\xc5\xd0\xe1\x9d\x7d\x92\xea\x90\x38\x1a\x65\x8d\x98\xb3\x73\xde\x67\xec\x77\xf2\xe7\x45\x90\x47\x16\xe2\x5d\x6b\x91\xf4\xac\xaa\x99\x13\x2b\x36\x17\x66\x6d\x1e\x29\x6a\x97\xae\xe1\xba\x4c\x61\x5d\x0a\xeb\x88\xa6\x5e\xe4\x16\x23\xf3\xc8\x92\x95\x0e\x3f\xa4\x6e\xd1\xef\xfe\xb1\xfb\xb7\xff\x0f\xeb\x16\x07\xcf\x2d\xdd\xff\xbd\x0b\xd7\x54\xfe\xe7\xd7\xee\xcf\x9d\x6b\x57\x4f\xce\xb7\xf4\x03\x9b\xd4\x9a\x15\xff\xc2\xf5\xb9\xe7\xf3\x0f\x0b\xc6\xa9\xfe\x3b\x9c\x2e\x98\xa2\x0f\x19\x63\xf1\x87\x21\x7b\x48\xa2\x48\xf2\x18\x33\xff\x9b\x0d\xf6\x05\xea\x30\xad\xea\x41\xbb\xce\x8a\x95\xb8\x9e\xe1\x1f\x7b\xb8\x7f\xcf\xfe\x0d\x98\x78\xbf\xb0\xef\xc7\x2f\xf7\x0a\x0c\x9c\x5f\x5f\x94\x5c\x5e\x71\x59\x55\xdf\x8f\x7f\xe6\x17\xff\xca\x54\x33\x86\xfe\xea\xd7\xe0\x58\xc6\x92\xe7\xeb\x28\xea\xaa\xdb\xf8\x3c\x88\xa2\xc1\xdc\x88\x4f\x4c\xc8\x62\xc0\x18\xbb\x3b\x8c\xad\x73\x3b\x64\x8d\x4d\x24\xa1\x9c\x77\x76\xe5\xc7\xac\x50\xff\x7c\x92\xa7\xdb\x1d\x5f\xc1\x94\x74\xd7\x9a\x6d\x77\x42\xaa\x77\x4b\x99\xed\x54\xd9\x9d\xe4\x25\x22\xd3\x3d\xd9\xa4\x45\xc1\x3d\x60\x34\xcf\x1d\x8b\xbe\x34\xbd\x3b\x74\xc9\xe9\x14\x87\x59\x72\x5a\x70\x9a\x71\x2a\x38\x4d\x39\x2d\x39\xcd\xf5\xd4\x78\x37\xc8\x94\x7f\xed\xc1\x44\x2f\xb9\xc7\xcc\xa3\x1a\xc9\x87\x53\xae\xe7\xee\x2e\x9e\xe8\x39\xe5\x0b\x12\xeb\x3f\xc3\xe9\x82\xe0\xb7\x95\x0b\x9a\x50\xab\x10\xff\x81\x4d\x0e\xbf\xce\xe2\x92\x33\x33\x52\xe3\x82\xdf\xa8\xf7\xd9\xf2\x33\xcd\xeb\xb0\x2b\x2e\xcb\x4c\x14\xe5\xb8\x10\x2b\x3e\xde\xc2\x86\x7e\xf0\xdf\xe3\x59\x12\x7f\x5c\x0d\xc9\xc7\x31\x99\x05\xbf\x3f\x7e\x55\xe9\xdf\x7f\x7b\x40\x68\xb8\xdc\x73\xf0\x34\x31\xd1\x33\x95\xf3\xf9\x74\x11\x45\x83\xa9\xfd\x7a\x08\x4e\x07\x38\x2b\xb9\x7a\xb1\x35\x3a\xe9\x84\x4a\xce\x70\xd4\xe2\x25\x27\x24\xf9\x65\x16\x67\x9c\x4d\xa8\xc0\xb1\xf9\x45\x87\xd2\x94\xb3\x95\x58\xc2\x46\x34\xe8\x7c\xef\xf9\x8d\x7a\x25\x56\x3c\x1e\x0c\x08\x15\x7c\x2c\x70\xb5\xc5\x29\xa7\x77\xcb\x4d\x2a\xd3\xa5\xe2\xf2\x69\xaa\x52\x54\xbd\x33\x95\xa4\x1c\x61\xdf\x33\xce\x86\xc3\x8c\xff\xfd\x21\x49\x38\x9f\xc5\x71\x81\x95\x85\x13\x4c\xc6\x7a\x45\x4c\xc7\xa2\xb0\x90\x84\x4b\x6e\x0b\x2a\x38\x44\x3e\x1c\xef\x44\xa9\x4c\xb6\x78\x42\x48\x22\xad\xc8\x96\x31\xf6\xef\x6e\xff\x1a\x33\x5f\xee\x28\x6f\xcd\xb1\xfe\xdc\x06\x0e\x3c\x21\xdd\x80\x80\xb5\xc5\xef\xfb\x4c\xf2\x78\x70\xc5\xa5\xba\x19\xb4\x7d\x28\xc5\xdf\x32\x3e\x96\xfb\xe2\x75\xf1\x83\x10\xbb\xaa\x32\x1f\xc6\x4e\x8f\xf8\xf5\x7d\xab\x87\xf3\x90\x80\x23\xa0\x26\xae\x0d\x04\x1e\x62\x02\xb1\x56\x7b\x80\xfd\x8b\x1a\xf1\x23\xe3\xc1\xd2\xe6\x74\x82\x6a\x5d\x2b\xce\xbe\xeb\x19\x5d\xc0\x15\x2a\x01\x6d\x38\x83\x33\x88\x9d\x3b\xe5\x16\x30\x5c\x76\xda\x14\x7a\x71\x67\x63\x51\x34\x1e\x1c\x6b\x65\x07\x93\x60\xbd\x6e\xa4\x00\x94\x15\x6c\xd8\x86\xd3\xe3\x27\x57\x87\x8c\x0a\x23\xc6\x9f\x3e\xbd\x79\xfb\xfa\xe5\x8b\x77\xcf\x3e\xbd\x78\xf5\xee\xfd\xdb\x1f\x5f\x3e\x7b\xf5\xfe\xd1\xfb\x17\xaf\x5f\x7d\xfa\x84\x37\xec\x96\xb3\x2f\x27\xad\x35\x80\xf9\x49\x56\x9c\x88\xd8\xd3\x1b\x1b\x00\x10\xc1\x96\x93\x6d\xcb\xf1\xd3\x95\xde\x1d\x6b\x1e\x5f\x71\xba\xe5\xf3\x2b\xbe\xc0\xc3\xe1\x92\xb3\xbb\xb4\x4c\x77\xc9\xbf\xa8\x1e\xc6\x64\xc5\xe9\x1b\xcb\x09\x53\x4f\x49\x2f\x29\x68\x9a\xe7\xc9\x13\x5a\xf3\xbf\xc9\x5b\xaa\xd9\xd8\xe4\x37\xaa\x99\x83\xe4\x15\xf5\x78\x84\xe4\x07\x6a\xd4\x45\x93\xe7\x14\x94\x45\x93\x3f\xa8\x53\x15\x4d\x5e\x52\xa7\x28\x9a\x08\x2a\x8a\x64\xcd\xa9\x58\xaf\x93\x9d\x5e\xe5\x48\xd5\x7f\x67\x09\xfa\x9f\xe8\x36\xdd\x25\x8f\x29\x0c\x7d\xb2\xe1\x14\xaf\xaf\xe4\x6f\xbe\x4e\xee\x25\x07\x23\x9e\x78\xc0\xb7\x17\xdc\x48\xf6\x91\x8d\x08\xd4\x70\x91\x58\x3f\xe1\xec\x99\x4e\x36\xfe\xf4\x29\x17\xe9\x0a\xd0\x1b\xcd\x3a\xff\xff\x5d\xe6\xd9\x76\xcb\xe5\x03\xb9\x2f\x54\xb6\xe5\x03\xd2\x33\x49\x25\xbf\xcc\x4a\xbd\xb1\x79\xfd\x62\x3e\x6e\x07\x52\x93\x7c\x5f\x74\x66\xe8\x0a\xb6\x59\xd2\xb2\x14\x4b\x7d\x30\x41\x94\xb8\x4d\x2f\x72\x84\x09\x66\x7a\xdd\x1d\x89\xb3\x99\xb3\xd2\xc4\x68\x56\x81\x8f\xfd\xcf\x56\x12\xbe\xf2\x53\xf0\x95\xd7\x00\x2e\x95\x57\x43\x90\xe1\x9e\x58\x5b\x00\x3e\x2b\x7a\x49\xde\xcb\x74\xf9\x19\x5b\x74\x34\xee\x70\x20\xb1\x8f\x68\x84\x5a\xb5\xad\x67\x4c\x54\xb2\xee\xd8\x5c\x5b\x50\x77\x26\xf8\x67\x6c\xd2\x31\x1e\x1b\xf5\x89\xe0\x59\xd8\x65\xc2\xbd\x1b\x45\xf8\x77\x9c\x6e\x57\x56\x1e\x87\x21\xf1\x7c\x41\x39\x39\x05\x02\xb0\xaa\x70\x53\x92\xf1\x13\xb1\xe2\x2f\x33\x04\xc1\x87\x03\xcb\xf7\xf6\x14\x2c\x34\x3c\x58\x8b\xf4\x2a\xbb\x4c\x95\x90\xe3\x7d\xc9\xe5\xa3\x4b\x5e\x28\xaa\xbc\xd0\x5d\x9e\xaa\xb5\x90\x5b\x2a\xd9\x83\x4b\xbe\xfc\x2c\x3e\x3e\xf8\xb8\x7a\x90\xa1\xef\x11\xc0\x95\x79\xf0\xf2\xdd\x8b\x67\x27\x1f\x57\x0f\x5c\x58\xc6\x1e\xbc\x97\xd9\x8a\x17\xea\xe3\x83\x78\x96\xcc\xff\xdb\xe8\xbf\x16\xd5\xc7\xd5\xdd\x43\x7a\x20\x1f\xc7\xe3\xaf\xe4\x15\xde\x95\x0f\xc6\xfc\x86\x2f\x75\x0e\xb0\xd4\xc8\x68\xca\x44\x14\xc5\xc5\xcc\xdd\x66\xf6\xc7\x4b\xb1\xe2\x55\xf5\x9f\x09\xe8\xdd\xd3\x92\x3d\x40\x62\xea\xe3\x83\xba\xd2\x9c\x95\x51\xf4\xe0\xdf\x4a\xb7\x6f\xf8\x71\xfc\x71\x35\xac\xe3\xf6\xec\xc1\x93\x8d\x14\x5b\xee\x67\x58\xb2\x07\xaf\x77\x5c\xa6\x7e\xd8\x8a\x3d\x78\xb4\xdb\xe5\xfc\xe4\x89\xd8\xee\xf6\x8a\x4b\x13\x55\x8f\xc7\x15\x2f\x56\x42\x12\xba\x61\x0f\x5e\xa6\xcb\x93\xd7\xef\x4e\x7e\x39\x99\x7e\x5c\x7d\x7c\x1a\xcf\xff\x89\xdd\xfc\xb8\x22\x1f\x9f\xd6\x45\xae\xd9\x83\x37\x9b\xb4\x50\x62\xfb\xfd\xbb\x3a\x74\x67\x2a\xc2\x7e\xb8\xf0\x28\x7a\xf0\x52\x5c\x64\x39\xff\xf8\xe0\xe3\xb5\xd7\x81\x2d\xdb\x55\xd5\x83\x47\xc5\x4a\x8a\x6c\x55\x5d\xf3\x8b\xd7\xef\xaa\xc7\x79\xba\xfc\xfc\x98\x4b\x79\x5b\x41\x3f\x4e\x5e\x66\x45\x66\x7f\x8a\x8b\xac\x7a\xf1\x0c\xcb\xf2\x66\xeb\x0a\xca\x79\x99\x2e\x4d\xd1\x8a\xd0\x4b\xf6\xe0\xe3\xc5\x13\xf9\xfa\xdd\xc7\x8b\xba\xbe\x0b\xf6\xe0\x3a\x2b\x6c\x46\x45\xe8\x2d\x5b\x82\xd7\x6c\xa4\x7c\x7e\x42\x72\xe8\xe3\x83\xf8\xe3\xea\x2b\x3d\xd6\x5f\x91\x07\xa4\x77\x1b\x45\xf1\x2d\x7b\xb5\xd7\x1b\x2d\xbe\xd5\x33\x45\xe8\x6d\x14\xdd\x9e\xb3\xe9\x37\x80\xbf\xde\x9f\x82\x8e\x17\x5e\x8c\x9f\xd8\x55\x14\xc5\x79\x55\x2d\xf5\x94\x83\xb0\xe7\xb6\xaa\x6e\xcf\xa6\x0f\xc7\xd3\x29\x21\xf4\x9a\xc9\xaa\x12\x51\x94\x9e\xb3\xff\xa2\xcf\x74\xde\x1b\x00\x1d\x68\x3c\x74\x01\xe4\x4c\xf3\x81\xf4\x75\xed\xde\x87\x5f\x9b\x94\x28\xba\x10\x3b\x9d\xb9\x64\x8a\xa9\xd9\x33\x11\x2b\x92\xdc\x1d\xe8\x33\x11\xff\x22\x91\xd3\xa2\x2f\x62\x03\x5e\x2f\x99\x42\x53\xe4\x5e\xcb\x1f\x37\x0a\x31\x75\xd1\x97\x99\x66\xf1\xc0\x61\x93\x71\xd4\x32\xce\xb3\x82\xbf\xe3\xbb\x14\xde\x39\x89\xb3\x4c\x5c\x32\x8b\x45\x08\x4d\x1a\x67\xc5\x6e\xaf\xde\xa9\xdb\x9c\x97\x73\xe5\x7d\x2d\x9c\x76\x3d\x66\xcc\xca\x5d\x9e\xde\x42\xa6\x77\xc6\x02\xb8\x97\x8d\xaf\x65\xba\xdb\x71\xe9\xef\x76\x78\x48\x78\x6b\x72\x3f\x31\x7f\xb1\x39\x3f\xeb\xd4\xc0\x38\xc7\x7e\xa1\xae\x14\xe0\xc6\xc1\xf7\x3c\x1b\x9c\xd4\x45\x8e\x74\xfc\x40\x17\x92\xee\x95\x58\x8b\xe5\xbe\x8c\xa2\xfe\x36\x8a\x32\x6c\xef\x18\x82\x62\x42\x7f\x8c\x6b\x85\x34\x63\x8b\x7a\xf7\x99\xdf\xbe\x4c\x77\x65\x32\x5f\x50\x71\xc5\x65\x9e\xde\xc2\x6f\x3d\x52\xdf\xf2\x22\x99\x40\xe8\xb5\xcc\x14\x4f\xfa\x53\xba\xe2\x79\xaa\xef\x81\xc7\xf9\x1e\x8d\x5d\x74\x20\x14\xcf\x57\xfa\x67\xb9\xdf\xed\x24\x2f\xcb\x67\xab\x4c\x95\x3a\x60\x97\x96\x8a\xbf\x28\x96\x62\x9b\x15\x97\x3a\x60\xb9\x57\xfe\x67\xc9\x73\xbe\x04\x5c\x00\x7e\x03\x85\xad\x64\x7a\x79\xe9\x7d\x6f\xb2\xcb\x4d\x9e\x5d\x6e\x54\xa2\x87\x76\x29\xe8\x67\x7e\xfb\x8e\xff\x0e\x4a\xeb\xb4\xdc\xf1\x65\x96\xe6\x4f\x36\xa9\x2c\x51\x8d\xdd\x98\x85\x81\xca\x9d\x25\x6e\xf6\x40\xdb\x44\x51\x7a\x36\x9d\x86\x4a\xee\xde\x91\x9b\xbb\xd1\xc6\x31\x93\x06\xfa\x87\x1c\x08\x7d\x38\x09\x2f\x15\xfb\x62\x6a\x72\xf4\xbe\xcd\x62\x35\x2e\x97\x52\xe4\x39\x97\x74\xb0\x15\x7a\x38\xc4\x75\x31\xa0\xff\xd2\x14\xe6\x5e\x2f\xaf\x46\x9a\xd5\x45\xbe\xcc\xb3\xe5\xe7\x01\x35\x0d\x9b\x41\xd2\xc0\xa7\x3a\x20\xd3\xa3\xbd\x82\x73\x0b\x22\x9d\xeb\x29\x19\x45\xfd\x15\x7e\x46\x51\xbf\x94\xb1\x6b\x0f\xa4\x7f\x9c\xd9\x0d\x52\x30\x3e\x5e\x67\xc5\xea\x67\x21\x57\x8f\x54\x2c\x49\xef\x31\xd7\x89\xc5\x92\x16\xe3\xb4\x58\x6e\x84\xa4\xc5\x78\xc3\xd3\x15\x39\x1c\x0e\xc4\x53\x28\x50\xe4\xce\xd4\x5f\x55\x50\xde\x81\xf4\xae\xab\xaa\xd1\x15\x83\xea\xb1\xe5\xc5\x7e\x10\x76\xe0\x33\x36\xef\x60\x10\x92\x24\x2d\xd8\x1d\x2f\x56\xc9\xc4\xb3\xc7\xc8\x34\xfb\x60\x6d\x0b\xc5\x7e\xb9\x81\x3d\x7b\x64\x92\x82\x84\x28\x05\x22\x54\x73\x9c\x34\x2e\x58\x10\x49\xc6\xbc\x58\xb1\x21\x48\xc9\x35\x7f\x76\x08\x2d\x36\x3c\xc9\xb5\x1a\xe7\x7c\xad\x42\xc7\xac\xd2\x84\x8e\x38\xfc\xa1\xba\x70\x25\x76\x23\xae\xff\x77\xaf\x58\x5f\xc9\x61\xf1\x55\x71\xfe\x8f\xc9\xe4\xd0\x18\x12\xa5\x9b\x50\xaa\x54\x2a\x7f\x44\x32\x6f\x4a\xb3\xd0\x27\x2b\xc4\x4c\xfb\x4c\x57\xb0\x5f\x6e\x78\xd9\x69\x70\xa8\xea\xf8\xda\xc7\xd8\x89\x1a\xcb\x74\x95\xed\xcb\x5f\xce\xd8\x14\x1c\xfc\xc1\xd7\x87\x33\x36\x3d\xc4\x19\x21\x77\xcb\x9c\xa7\xd2\x8e\xa6\xb4\xe8\xe8\x6e\x68\x7a\xe1\xa0\xde\x41\xb3\x13\x41\x01\x34\x08\xb6\xb0\xe4\x57\x89\x18\x15\x7a\x44\xcf\xd8\xd7\x93\xc9\xac\xc0\xbd\x46\xa7\x8c\x65\x8d\x06\x83\x3f\x41\xaf\x3c\x18\xbf\x3a\xd5\x7c\xb2\x18\xef\xd2\x4b\xfe\x0b\x0d\x53\x29\xb1\x6b\x27\xfa\x00\xc0\xc8\xcd\x9d\x03\x89\x74\xe3\xfc\xa1\x6d\xaf\xa1\xb0\x7c\xe8\x0c\x83\xdd\xdc\x5d\x20\x2f\x56\x7e\x79\xb5\x12\xa3\x5f\x4c\x0f\xbd\x48\xe8\xcd\xa6\xa8\x24\x56\xbe\x59\x40\x27\xa3\xa8\x5f\x60\x3d\x51\x64\xc7\x76\x54\x8c\x61\x38\xcf\xbe\x9e\x4c\x9c\x97\x1c\x30\x06\x11\x72\x55\xea\x63\x2b\x6c\x27\x1d\xe8\x7e\x0f\x48\x4f\xb0\x7e\x31\xd6\x03\x5f\x55\x65\x5c\x50\xfc\x8d\xaf\x8c\xbf\xf1\x38\xa5\x29\x49\x4c\x82\x56\x2a\x93\x34\xd8\xf3\x29\x49\x4c\xd6\x35\x8f\x53\xb8\x6b\xe8\x84\xd0\x1f\xec\x39\xe0\x42\x87\x53\x3a\x21\x84\x00\xc2\x9c\x7a\x87\x67\xb3\x28\x62\x61\xcf\x09\x81\xe7\x04\xe5\xee\x4e\x79\x9c\xc5\x92\x1c\xb2\xf8\xe8\xc8\x2e\xf5\x5d\x9f\x0f\x68\xd6\x8a\xc6\x5f\xcd\x69\xb4\xf1\xe3\x65\x9e\xf1\x42\x7d\xc7\xf5\xe1\x1f\x45\xf1\x16\x0e\x93\x3a\x1a\x7f\xbc\x17\x3b\x42\xaf\x3a\xa3\x7e\xd0\x3b\x57\xf3\xb0\xdf\x67\x31\xaf\x6b\xe3\xa4\xab\xa9\x70\x66\x5f\x6f\x38\xcf\x1b\x67\xd8\x27\x77\x86\x35\xb3\x3c\x7d\xfd\xf2\xa5\xce\xf5\xae\xd5\x8d\x8e\x6c\xe6\x0a\x3f\xd6\x69\x7b\xc3\xbb\x4e\xb1\x66\x98\xee\x0d\x43\x78\x89\xb1\xbe\x23\xad\xa0\xa5\xd4\x47\xaa\xe6\x61\x3b\x4f\xed\xdf\x33\x34\xe7\xbb\x3a\x96\x20\xee\x7a\x73\xf7\x6e\x99\xbe\x85\x68\x36\x57\x49\x43\x7e\xf5\xd4\x7c\x3e\x97\x29\x3a\x76\x21\x3d\x70\x70\x0b\x7a\x97\xee\x42\x82\x06\x3f\xd9\xcb\x52\xc8\xaa\x8a\xbb\x82\xd9\x67\x11\x0f\x56\xd9\xd5\x00\xa9\xb3\x81\x47\xdc\x2c\x21\x41\xe9\xd3\x3b\x3a\x9f\x09\x1e\xf8\xd5\x00\x49\xb7\x4b\x97\x7c\x9c\x15\x9a\xc1\x44\x27\xc9\x9d\x15\x7a\xb9\xb0\xa4\xa7\xd9\x15\x21\xbd\xdf\x44\x77\xea\xc2\xd8\x42\x51\x18\x50\x72\xa0\x78\x4a\xfa\x43\x1a\xb7\x80\x74\x35\x8f\xd4\xe7\x06\x7f\xc4\xa7\x6b\xaa\xca\x9d\xbe\xa3\x8d\x3c\x9b\x4e\x26\x8e\x0e\x06\x69\x18\x54\x02\x5a\xd2\x76\x9a\x9a\xd7\xbb\x99\x13\x9d\x04\x44\x81\x60\x95\xbf\xd6\x8b\x85\xab\xa7\xa9\x4a\xe3\x81\xae\x67\x40\x39\xba\x03\xb5\xfb\x18\x57\x8f\x9f\x9e\xaf\xd7\x7c\xa9\x1e\xe5\xb9\xb8\xe6\x2b\x36\x58\x8a\xdd\xed\x4b\x38\x5b\x3b\xca\x95\xe9\xe5\x8b\x6d\x7a\xc9\x35\xe1\x61\x97\x8a\x9e\xb7\x6c\x7b\x69\xe6\x0d\x27\x6f\x27\x10\x20\x20\x39\x59\x67\x37\x7c\x75\x7a\xa2\x8f\xc7\xe4\x64\x72\x7a\xa2\xc4\x4e\xff\x1d\x90\x9e\x1c\x97\x72\xc9\x06\xba\x8e\x24\xd3\x85\x3e\xb8\xcc\xd6\xa7\x17\x69\xc9\xff\xf3\x1f\xf4\xed\x24\xff\xf6\xf5\xd3\x7c\xf3\xe8\xdf\x8f\x1e\x3f\xd2\xff\x9e\x7c\xf7\xcd\xe3\x47\xcf\xfe\xf5\xe8\xd1\xb3\x47\x3f\x40\x80\x0e\x7f\xf6\xe8\xd1\xa3\x17\x4f\xde\x3f\x7a\xf6\xe8\xf5\x35\x63\x03\xba\x04\x33\xc2\xeb\x6c\xa5\x36\x4c\x8e\x37\x70\x6e\xb0\xa9\x37\xd1\x76\x43\xe9\xff\x8b\x15\x88\x3c\x62\x49\xa8\x1c\x7f\xd2\xd7\x8f\x1c\x8b\xf5\x5a\xd3\x1d\xfa\x44\xb9\xa7\xf7\xb1\xa4\x13\x7d\x78\x2e\xa3\x48\x8e\x77\xa9\xe4\x05\x48\x70\x0d\xcc\x9e\x2d\xf5\x70\x20\x78\x00\xd0\x95\x14\xbb\x04\x88\xbb\xb5\x24\x34\xe7\xe9\x15\xef\xde\x8a\x3b\x19\x73\x72\x70\x14\xac\xa1\x43\x2f\xb9\x7a\x9e\xf1\x7c\x15\x13\x4d\x66\xe6\x74\xf0\x99\xdf\xee\x77\x8d\xd3\xe6\xa5\x71\x51\xe3\x1d\x39\x98\xd2\xa3\x42\xdf\x4b\x3f\x02\xa8\x74\x13\xf3\xa8\x8e\x81\x53\x7d\x40\x6f\x44\xfc\x06\x34\x76\x4c\xf0\x45\xbe\x97\x10\xfa\x04\x42\x0f\x86\x8f\xf0\x8e\xb0\x6c\x1d\x3f\x16\x76\x59\x7e\x9b\xc5\x28\xe6\xa0\x03\xc9\xcb\xec\x8f\xc6\x55\x8d\x74\x17\x02\x9e\x1c\x21\xf4\x38\x2a\xed\xff\x28\xe2\x54\x6a\x0a\x1c\xb6\x88\xe9\x99\x2d\x1a\x1b\xe5\xe7\xfa\x51\x37\x10\x92\x3d\x86\x77\x3e\x90\x9c\x1c\xf4\x25\xa5\x7c\xce\x67\xb9\x97\xaf\x77\xe3\xb5\x90\x4b\x8e\x10\x87\xac\x3f\xa1\xd7\x19\xaa\x78\xc9\x16\x1f\x55\x55\xf9\x78\x93\x96\xcf\xf1\xc2\x9b\x79\x2d\xc6\x61\xc2\x92\x1f\x4e\x48\xf2\xc4\x9a\x5c\xff\x2a\xc9\xaf\xb2\xed\x46\x29\x8a\x7e\x95\xf3\xfd\xc2\x00\xc4\xcf\xf7\x0b\xaa\x0a\xd2\xfb\xd9\xf1\x80\xeb\xac\xc8\xca\xcd\x8b\x02\x31\x85\xea\x2f\x63\x7d\x6d\xf9\x99\x0d\x9b\x9c\x6e\xce\x52\xab\x32\x73\x3a\x1c\x6e\x48\x5a\xcc\x37\x86\x25\xed\x7d\x67\x7b\x5b\xea\x62\x42\xc6\x72\xa0\x19\xeb\x6d\xf6\x07\xcf\xf9\x65\x76\x91\xe5\x99\xba\x1d\x30\x76\xc9\x95\x11\xa4\xac\x80\xb9\x8d\x33\xc8\xa6\xcf\xc4\xb1\xa6\xed\xdf\xf2\x62\xc5\x25\x72\xa6\x2e\x6a\x5c\xea\xa4\x61\x3c\x1b\xe8\xa1\x1b\x90\x40\xcd\xd4\x37\xf4\xae\x6d\xa1\x60\x79\xb3\x82\x66\xe6\x82\xbb\x48\xe5\xf3\x4c\xdf\xac\xf7\xdc\x05\x2e\xe5\x08\xd4\xdb\xe5\x80\xb4\xb3\xeb\xcd\xfa\x48\x29\x99\x5d\xec\x15\x8f\x07\xcb\xed\xa8\x10\x6a\x04\x4c\x4a\xa1\x06\x74\xa0\xe4\x9e\x43\xbe\xcb\xbd\x52\xfc\xcb\x75\x62\x32\xbf\x42\x3f\xe3\x9f\xae\xcd\x0c\xda\x7d\x17\x9d\x58\x61\xd2\xd2\x9e\xd7\xed\xf4\xcd\x03\x56\xf2\x3c\xd5\xd4\xe3\xe9\xc9\x1f\x23\xb0\xc3\x4f\x4e\xa6\x50\x86\xbb\xd4\xbe\x7c\xb3\x42\xfa\x2d\x4f\xcb\xbd\xe4\xf7\xa4\x36\x29\x5c\x67\x5e\xfe\xe5\x1c\x70\x35\xd7\xe9\xe7\xae\xd6\xb0\xc4\xc6\x08\xf8\x9d\xa9\xc7\x71\x71\xcf\x50\x88\xbd\xd2\xa9\x92\x93\x42\x14\x58\xbb\x3e\x99\xbd\x39\x9e\xfb\x6d\x70\x2d\x5b\x04\x8d\xd7\xc1\xe5\x80\x1c\xaf\x07\xa7\x0a\xfc\xd0\x04\x5d\xd2\x55\x85\x45\x41\xa2\x3a\xf9\xcf\x70\x43\x19\xbf\xaa\x78\x4d\x3d\xd7\x67\x51\x73\x11\x36\x2b\x4e\x2f\x4a\x91\x03\x0c\x37\x66\x4a\x4e\x06\x43\x21\x86\x83\xdd\xcd\xe9\x09\xdc\x7a\xc9\xc9\x74\x77\x73\xea\x2d\xd1\xf2\x8b\xcb\xba\x74\x93\xf3\x2d\x7c\xdb\x66\x59\x2a\x37\xe8\x1a\xb4\xbe\xd1\xe6\xba\xae\x45\xc7\x4e\xf5\xf6\x67\x6b\xab\xa8\xf4\x02\xdc\xce\x0e\xe8\x60\x84\x6b\xd6\xdc\xcf\x61\x9d\xe1\xe6\x6e\xec\x3e\xaf\xf4\xa0\xfa\x01\x41\xb1\xca\x3f\xe1\xbc\x32\x0d\x34\xe7\xd5\x1f\xe8\x20\x77\x34\x0d\x9a\x06\x51\xbb\x74\xb5\xca\x8a\xcb\xb7\x40\x39\x4c\x08\x2d\xab\x4a\x46\xd1\xb6\xaa\x62\x2f\x29\x10\x72\xe9\x45\xce\x41\x3b\x12\x0d\x97\x3d\x8a\x62\x16\x7c\xc5\xae\x57\x24\xe1\xde\x87\xee\xee\x55\xc6\xaf\x9f\x4b\xb1\x65\xf8\xf3\xbd\x60\xfa\xcc\x97\xa5\xa2\xd9\x58\xf2\x1d\xa0\xd3\xfe\x54\xa7\xf1\x83\x82\xb4\x3a\x33\xda\xcc\x48\x38\x86\x31\x89\x9d\x49\x7e\x83\xd8\xce\x66\x73\xad\x6c\xb8\xce\xf5\x1a\x08\x1e\x36\xd1\x4b\x20\x2d\x95\xbe\x25\x90\xdd\x62\x75\x00\xae\xd6\x49\x2f\x33\x88\x99\x3f\x64\x05\x47\xd1\x71\x69\x8b\x2a\x60\x3f\x3c\x4e\xcd\xca\xce\xc6\x17\xa9\x74\xe5\x5c\xd8\xe0\x89\x7f\x54\x97\x4f\xf2\x6c\xb7\xd3\x2c\xf9\xd4\xac\xbf\x57\xfb\xad\xcd\x6e\x3e\x5f\x14\x05\x97\x8d\x30\x90\xf4\xd9\x7a\xd3\x3c\xbb\x2c\x7e\xce\x56\x97\x5c\x95\x58\xd0\x32\x5d\x6e\xf8\x4a\x27\xb2\xf9\x30\x44\x13\xc3\xae\x45\x18\xf4\x06\xe7\xfa\x3b\x5b\xd8\x36\xbd\xd1\x5d\x6b\x7c\xfe\x60\xec\xa4\xeb\x10\x04\x26\x34\x0d\x07\x86\xf1\xe9\x2f\xcc\xfe\xfa\x60\x7f\x01\x66\xdb\x2f\xc1\xd7\x07\xb7\xb7\x36\xd9\x5a\x61\xfe\x92\xe7\xcf\x85\x34\x2f\xdc\x2f\x79\xb1\x77\x5d\x6b\x88\xb9\x68\x31\x06\x9d\xbf\x8c\x04\xd6\x16\xe4\x0e\xf8\x77\x90\x6b\xb3\xd7\xd6\xfd\x7e\xcc\xad\xf8\x9c\xd6\xd1\xaf\x21\x84\xd0\x97\x01\x20\xc0\xcb\xba\x8c\x0c\x6c\x73\x7c\x91\x94\x61\x5d\x1e\xad\x01\xbc\x39\xf6\x3f\x11\x6f\x96\x72\xdc\x38\xa5\x89\xd5\x3f\x0d\x12\x2d\xc8\x10\x74\xb1\x6b\x29\x0a\x95\x71\xc9\xcc\x27\x2c\x5a\xa1\xc9\x4e\x4d\xd3\x51\xcb\x1e\x19\x79\xf3\x70\x48\x39\xd2\x67\x51\x04\x80\x4d\x81\x59\x81\x95\xbc\xbe\x52\x35\x37\x44\xc0\xe8\xde\xf4\x37\x20\x76\x68\xc1\x64\x14\xa1\x2f\xd9\xf4\x26\xfe\xc6\xe3\x04\x1a\x32\x06\x58\x2c\x0f\x5e\xf8\xa5\x8e\xbe\x76\x0a\x0a\x0d\xf9\xdd\x77\x85\x11\x9a\x64\x8e\x69\x9b\x18\x99\xda\x04\x6d\xb4\xaf\x71\x49\x92\xd0\x3c\xc7\x85\xfb\x66\x3a\x2e\x70\x9e\x2e\xcc\xb9\x1a\x45\xb1\x18\xb2\x8e\x88\x5a\x7d\x7e\x26\x86\x31\xf4\x6b\xc9\xb3\x3c\xce\xc6\x1e\x2a\xfb\x83\x82\x54\xd5\x94\x7c\xa5\x12\x31\x54\x87\xc0\xac\xc2\x93\x5b\x8b\x25\x95\x4c\x0f\x68\x4f\x75\xcc\x3b\x26\x93\x10\xdd\x67\xdc\xb5\xeb\x5d\x66\x19\x8c\xc0\xec\x02\x16\xd0\xb1\x97\x0a\x76\x4f\x9c\x85\xe5\x8d\x1f\x7c\x2c\xbf\x5a\x6e\x47\xe5\xe8\xe3\xbb\xe1\x83\x4b\x3a\x18\x90\x61\x3d\xa5\x6a\xc3\xfd\xa4\xf1\x7f\xaf\x3e\x96\xe4\x63\xf9\x95\x4e\x78\x02\xb9\x06\x84\xbe\x56\xc1\x5a\xf9\xac\x5b\xf5\x36\xe6\x84\xc2\x22\xa2\x47\xb8\x8c\xdf\xd1\x93\xfc\x43\x1f\x3c\xe6\x6d\x87\x80\xdf\xde\x20\xc1\x52\x33\x61\xbd\xb7\x22\x56\x24\x30\x9c\x28\xce\x64\x4d\x9a\xd7\x10\x47\xf3\x02\x10\x1a\x82\xeb\xe1\x4b\xf7\xf3\xc9\x60\x98\x11\xd2\x6b\x12\x26\x05\x1e\xc0\x03\x34\x25\x0a\x05\x20\xe6\x22\x17\x54\x98\x5b\x0d\x39\xe2\x46\x2a\x7b\xdc\xea\xc5\xa2\x49\x88\x01\x39\x28\x93\xde\x3d\x65\xcd\x06\x83\x64\x00\x34\x14\xfd\x2d\x18\xde\xdf\xee\x19\x23\xc3\x45\x43\xe1\x3d\x6f\xc7\x01\x10\x1f\x56\xb0\x4d\xe5\x65\x56\x80\x40\x4b\x41\xdd\x75\xc9\x4f\x8d\x28\x7c\xc2\xdc\xba\xab\x37\x99\x33\x56\x83\x79\xf0\x16\x3d\x2d\x18\x3f\x55\xec\x45\x11\x17\xe4\x94\xdc\x15\x2c\xce\xe0\x7e\x2c\x56\x31\x00\xe7\x11\x00\xed\x45\xb1\xa7\xd4\x7b\x0b\x3e\x97\x9b\x51\x36\x56\x62\xbc\xdc\x18\x70\x71\x5d\xc6\x0f\xa6\x0c\xc3\xad\x78\x85\xf4\xe4\x88\x15\x7e\xad\x23\x57\x8e\x2e\x34\x2e\x40\x80\x0d\x95\x90\x46\x32\xac\xa4\x6d\x2f\xf7\xaa\x63\x1c\xa9\x39\x29\x7b\xca\x5d\x49\xcf\xb2\x58\x52\x89\x47\xa7\x66\x13\xc3\xbb\xe9\x69\xec\x42\xbc\x48\x77\x4d\x4d\xa8\x3c\xb2\xc5\x25\xd3\xa3\xdd\x93\xe7\x8d\x12\x41\x78\x1e\xd6\x21\xeb\x82\x19\x0f\x0f\x80\x17\x75\x1f\x2e\x44\xcc\xdd\x56\x39\xb6\x64\xc9\xe9\x68\x0a\x28\xba\xdc\xae\x43\x1d\x3c\x73\x19\x99\xfb\x65\xbd\xde\xcf\x8f\x15\xb5\x20\x89\x3a\x1f\x4d\x01\x68\xdc\x2b\x0b\x76\x44\xbb\x34\xe7\x83\xde\x0b\x42\x90\x32\x45\xa7\x7e\x8f\x7e\xe8\x9e\x15\xd5\xb5\xc2\x69\x81\xce\xca\xa5\xd8\x17\x2b\xbc\x17\xcc\xb2\x1d\xee\xfd\xeb\xc4\x9e\xdd\x77\xbe\x50\x3b\x39\x22\xec\xa6\x9a\x36\x73\x49\xea\x63\xd3\x4b\x81\xf9\xa0\x09\x49\x4b\xf0\x8d\x2d\xf3\xae\xb6\x76\x45\x98\x44\xd7\x63\x13\x84\xd5\x60\xfc\x45\x2a\xf5\x2e\x4d\xea\x43\x0f\x04\x7a\x78\xc2\xcc\x64\x32\xa1\x2b\xb1\x34\x0d\x2d\x4c\x9b\xec\xe7\x70\xa5\x8f\xe4\xa1\xaa\x89\x41\x1a\xd2\x89\x89\x6a\x10\x8e\x14\xc7\x17\x23\x7d\xa5\xfe\xe7\x81\x19\xfc\x72\xeb\x5e\xe8\xe1\xfb\x8a\x4b\xd5\xc5\xda\x79\x3c\xd4\x36\x2b\x46\x35\x87\xa4\x99\x3a\x7f\x49\x5d\x39\xaa\x74\xe0\x9e\xf3\x37\x42\x66\x7f\x7c\xa1\x54\xcb\x85\x4d\x27\x93\xbf\x9f\x9e\xe8\x3a\x5c\x48\xbb\x92\x8d\x57\x49\x8f\xc7\x05\xa1\xe0\x7f\xf2\xdb\x2c\x2e\xba\xdf\x04\x8a\xc6\xfb\x87\x8a\x8b\xfa\x75\x80\x82\x12\x65\xb6\x4c\xf3\x81\x95\x8a\x65\xdd\xc5\x64\xfe\x84\xea\x52\x32\xff\x75\x64\x00\xfd\x14\x85\xb2\x05\xe1\x08\x6f\xf8\xf2\x33\x5f\xfd\xca\xa5\x40\x32\xba\x3f\xad\xd9\xa9\x7a\x78\xec\x69\x9e\x15\x86\xb4\x76\xd3\x51\xc7\x60\xfe\xc1\xf4\x9f\x70\xc3\x78\xa6\x37\x3e\x6a\xda\x8f\x21\x0d\x51\x33\x09\xc1\xdd\x56\x07\x8f\xe1\x45\x33\x26\x2d\x82\x0e\x22\xd3\xd5\xea\x89\xa6\x30\xa2\xe8\x07\x5f\x98\x6f\x1f\x60\xee\xcd\x43\xba\xcb\x34\xaa\x20\x2e\x40\x13\xd9\xf9\xbc\xde\x15\x2e\xc2\x68\x86\x04\xb2\xd9\x36\x01\x14\x3c\x4e\xa8\xae\x1a\x91\xbb\xc5\xa7\xa3\x40\x9f\x20\x90\x91\x1a\xd2\xd9\xa8\x5f\x1c\xd5\x6c\xe0\x0d\xcd\x06\xf3\x72\x77\x20\x14\x9f\x43\xd5\x9f\x93\x61\x1d\x7c\x98\x74\xd8\x8e\xfe\xea\x61\x4c\xce\xf0\x19\x8e\x24\x5b\xfb\xf6\x85\x7e\xbe\xee\x9d\xa3\xe7\x7f\x7d\x8e\x1a\xd6\x3e\xe4\x0e\x11\x4e\xf5\xb1\x6d\x35\x82\xea\x02\x2c\xfb\x09\xb6\xf5\x5e\x20\x2e\xd9\xde\x77\x46\xa5\xb7\x76\xbe\x7c\x9a\x9d\xfd\x23\x8a\x64\xbf\xa3\x8c\xaa\x2a\xfa\x5d\xa5\x9c\x66\xc3\x21\xe9\xcc\xa1\x6f\xb9\x2e\xd6\x24\x8a\x7e\xd5\x64\xa9\xae\x1d\x9a\x4d\xff\x7c\x93\x5b\x66\x3e\x8d\x1e\x03\xc0\xb8\x37\x6c\xc8\xb5\x6b\x12\x55\x06\x44\x58\x20\xeb\x88\x65\xcd\xa7\x17\x63\x09\x64\x17\x50\x66\xb4\x33\xd3\x63\xa1\x94\xd8\x9a\x5c\x66\xf3\x17\xe3\x0b\x08\x75\xf9\x7c\x29\x91\xc9\x7e\x21\xe4\x8a\x4b\x93\xdb\x66\xd0\xe9\x4f\x4a\x91\x67\x2b\x84\x35\xc7\x27\x95\x01\x35\xed\x88\x22\x9b\x70\x16\xcb\xb6\xac\x37\xa0\x58\x07\x17\xb9\x58\x7e\x86\x46\x77\xa6\xdb\x84\x4d\x75\x3d\xec\x4c\x7c\xed\x8f\x06\x92\xc8\xc9\x17\x1b\xa0\x9b\x8d\x85\xfb\x53\xbf\x14\x57\x5c\xe2\xad\xf9\x8a\xdf\xa8\xf7\xe2\x9d\x2d\xc5\x4f\xe5\xdf\xad\xb1\x6c\x48\x99\x8f\xf4\xb3\x23\xd1\x91\x4e\x76\xa4\xc4\x1e\x5a\xba\x06\x66\xdf\xf5\xf3\xbe\xda\x07\x0d\x23\xb2\x1a\xf2\x49\x5a\x95\x08\x39\x56\x62\x37\x73\xbc\xb7\x26\x42\x95\xd8\x91\x84\x77\xbc\xdf\xf7\x0c\x0d\xb5\xce\x85\x26\xc3\x47\xb9\x72\x3b\x39\xf3\x4b\x34\xab\xc0\xfe\x48\x8a\x21\xef\x26\x8e\x04\x7b\x99\x01\x3a\x2c\x4d\xf1\x57\x66\x15\xa6\xe4\x98\x17\xe5\x5e\x3a\x3c\x26\xfb\xed\xf1\x07\x79\x1d\x68\xa8\xf9\x5e\x79\x26\x66\xb1\x60\xa5\x2d\xee\x51\x16\x3f\xd3\x7f\x4b\x42\x8e\x34\x81\x90\x04\xfb\x9e\x15\x31\xe8\x1a\xa6\xa5\xd2\xc4\x73\x4c\xc8\x39\x4b\xc1\xd7\x65\x50\x52\x4e\xc8\xe8\x48\x49\x34\x65\xb9\xc5\x49\xb8\xd3\xcd\x4c\x04\x55\x22\x71\x43\x9b\x52\x31\x9c\xfa\xa6\x64\xbf\x1f\x23\x5f\x35\xb5\x87\x2f\xc6\xbe\xe0\xac\xaa\x6a\xc2\x16\x38\x0c\x60\x4c\x8f\xac\x4b\x0f\x95\x90\x7d\x1b\x2b\x32\xea\x54\xba\x18\x22\x1d\xec\xd1\x19\xd9\x11\xea\x59\xb0\x02\xd7\x27\x8a\x48\x64\x20\x1a\x59\xc7\x7d\x09\xd2\x8f\x6c\xb5\xe2\x85\xbe\xc7\x3a\x5a\x14\x45\x90\xe6\xd2\x7c\xc4\xde\x97\x59\xb6\xa0\x80\x24\x88\xf1\xbb\x07\xf1\xd0\xff\xf4\x22\x07\x78\xbf\x5a\x4e\x83\xc8\x8a\x65\x8d\xac\x38\x24\xe5\x3c\x5f\x04\xe5\x1c\x8e\xb4\x22\x56\x0d\x31\x33\x24\x2f\x86\x99\x61\xae\xeb\xf9\xf9\xd9\x1a\xd8\x85\x57\x83\x61\x5e\xda\x0a\x5f\x28\xac\xf9\x9b\x27\xd4\x33\xa2\xdf\xa1\x82\xb3\x19\x21\x5a\x6a\x65\x44\xbd\xd2\x9d\x07\xdf\x22\x10\x9c\x3a\xe8\x66\xfb\xf0\xd2\x2d\x8b\xa8\xa9\x5d\x49\xda\x8f\x22\xc8\x7d\x9d\xb4\x5f\xc8\x78\xae\x06\x04\x7c\x26\x78\x0b\x29\x98\xee\x94\x65\xfe\xf7\x48\x38\xc3\x40\x4f\x72\x11\x1c\x4e\x70\xa0\xb6\xe5\xc1\x6e\xf5\x0b\x1a\x64\xf5\x0b\x4f\xc9\x70\x5a\x67\xb6\x77\x5b\xab\xac\x61\x4a\x8b\x86\x74\xb9\x9d\x68\x66\x47\x34\x19\x4d\xe9\xd1\xc6\x86\x95\xe1\xc2\xfe\x4d\xdf\xf3\xfd\xc9\xc1\xb9\x35\x0e\x4d\x3e\x9d\xd5\x12\x9a\x02\xc6\x3e\x23\xfb\x5c\xc8\x6d\xaa\x2b\x89\xf5\x8e\x82\x21\xad\x85\xef\x3e\xc3\xfa\x6d\x00\x4f\xee\x36\xe4\x25\x57\x8f\x35\x5b\x9a\x15\x97\x4f\xe0\x44\x79\xcb\x97\x2a\x26\x56\xb1\xb1\x34\xee\x22\x8e\x27\xaa\x6b\xf8\x10\x1e\xf3\xf5\x62\x43\x92\x3f\xe3\xd7\x3b\x21\x95\xc5\xfc\x32\x4e\xa3\xd8\x4f\x71\x81\x42\x60\x6a\xdd\xf8\xf0\x55\xa6\x84\x7c\x51\x7e\x07\x5b\x9a\xf5\x0b\x77\xe6\xf9\xcb\x04\x92\x9a\x08\x47\x5d\x74\x9e\xf4\x7e\x4a\x3b\xc3\x5d\x8c\xac\x32\x1e\x79\x9e\x62\xb3\x31\xe9\x46\x39\x87\x34\xa0\x0b\x60\xd1\x1e\x57\xd9\xb6\x64\x8a\xbb\x48\x40\xe9\x2e\xd9\x7c\x71\x68\xda\xa6\xb6\x49\x2f\x14\xdd\xc0\x21\x1b\xf6\xd5\xf9\x95\x07\x79\xa4\x71\x83\xad\xb0\xe2\x28\x52\x76\xcc\xe0\x22\x3a\x67\xd2\x3d\x0e\xf9\x71\x4a\x9c\x99\x98\xf7\xc2\xe9\xe2\xcb\xf6\xbb\x4c\x55\x75\x04\x9e\xbb\xac\x44\xdf\x83\xc1\x53\x91\x89\x8a\xa2\x09\x63\x80\xd5\x55\x9f\x42\x3f\x83\xb1\x43\x8c\xcd\x56\xde\xd8\x38\xbf\x33\xe6\x30\x2a\x60\x41\xe9\xbb\xd7\xee\xcd\xb0\x53\xa3\xfa\xb8\xb3\xeb\xe5\x25\xc8\x01\x69\x61\x25\x5b\x29\x73\x97\x66\x46\xfd\x6e\x0f\x8f\xe5\xd5\x44\xad\x1d\xa9\x33\x11\x45\x62\xe4\x7d\x3f\x9c\xe0\x45\x6b\xdb\x63\xea\xa1\x75\x12\x4d\x78\x9b\x41\x39\x4f\xf5\xa8\xe0\xef\x51\x8a\x79\x83\xf6\xb8\xd1\x23\xf4\x06\xca\xfd\xd1\xbe\x03\x08\xdd\xf2\xc7\xf6\x2b\x35\x23\x93\x33\xd1\xf7\xe6\xb1\xaa\xd2\xbe\x9b\x01\x3d\x41\xe1\x83\x5b\xbf\xd6\xf7\xc3\x00\x3f\x09\x2c\x57\x2f\x05\x7c\x9f\xc6\x4d\x04\xee\xe6\xde\x9c\x30\x56\x40\x85\x0e\x16\x42\x9d\x9b\x10\x68\xc2\x99\xf9\xd0\xcd\x9b\xc5\xf8\x9b\xfd\x6a\xa1\x0c\x69\x1d\xc9\x14\x49\xe2\xfa\xf3\x5c\xcd\xc2\xc4\x75\x14\xb1\x32\x3b\x0c\x22\x49\x1d\x75\xa6\xf4\x92\xc5\x7c\xa6\x59\x28\x91\x2b\x90\x5b\x24\x61\x8d\xd4\x36\xf4\x4c\xce\xc2\x5c\xa6\x06\xa8\xdb\x26\xa2\x92\xd8\xba\xde\x8b\x73\x79\xa4\xa6\x09\x85\xba\x24\x21\x84\xf4\x6c\x6a\x26\x41\x53\x0b\x3d\xa1\xfb\xaf\xa2\x48\x9b\x99\xfb\xd7\x5f\x32\x35\x53\x06\x6f\xfd\x56\x0d\x06\x54\xc8\xea\xfc\x70\xfc\x1b\xbf\x8a\xb0\xa7\x60\xc7\xe7\xb0\xc7\xf6\x51\x54\xef\xfd\x63\x7b\xf1\x7f\x7e\x7f\x87\x34\xc4\x92\xbd\x12\xb1\x7b\x3b\xda\x9f\xff\x03\xd4\xe4\x42\x1d\x1e\x47\xda\x1b\x8d\x89\x2f\x2c\x2d\x9a\xb1\x4e\xe2\x45\xd3\x73\xb6\x64\x00\xe0\xae\xe9\x80\x5a\xe1\x3f\x8f\x3d\x20\xde\x82\xdf\xa8\x77\xd9\x45\x9e\x15\x97\xce\x51\x67\x14\x5d\x69\xf2\xd3\x53\xcf\xd4\x0c\xe1\xcf\x1b\xce\x73\xe3\xe4\x81\xa9\x59\xf3\xb1\x02\x5b\x9e\xa8\x63\x1a\x79\x0a\x50\xfb\xad\x41\x88\x59\x17\x74\xe9\x6d\x01\xba\x62\x93\xd3\xd5\x99\x73\x09\xb4\xb2\x5e\x0e\x36\x6c\x3f\x5f\x01\x82\xdc\xc6\xd2\xa2\xa7\x16\xef\x75\x03\x86\xe6\x51\x84\x7f\xbd\xca\x19\x13\x48\x2c\x9f\xa6\x7d\x86\xb1\xa7\x24\x65\x79\x9c\xe2\xf1\xb0\x66\x99\xe5\x6c\x54\x14\xa9\x33\xb6\xd4\x85\xd4\x63\xd9\xdb\x18\x3f\xbe\x65\x14\xc5\x17\x22\x76\x9f\x74\x80\xe4\xd6\x80\x80\xe8\x3b\x5e\x83\x57\x41\xc9\x63\x4e\x37\x74\xa9\x17\x37\x5d\x47\x51\xfc\x56\x67\xa9\x8b\x23\xd4\xff\x0a\xc8\xbe\x63\x16\xe9\x3e\xc5\xb9\xd4\x5b\x86\xa6\xa6\x23\xfe\xac\x1d\x1c\xae\xf4\x8e\xed\xeb\x46\xf4\x44\x28\xe5\xda\xd1\x94\x1c\x96\x43\xb6\x81\x5b\xe2\x80\x03\x63\x07\xe4\xa0\x37\x65\x7b\x45\x9b\xeb\x86\xd0\x2f\xac\xd9\x81\xde\xb8\xc1\x1e\x92\x66\x76\xa3\x48\x2f\xfd\xbe\x1e\xdb\xa5\xa1\x30\xac\x38\x75\xe9\x14\xd8\xdf\x8a\x58\x7a\x3a\xc0\xf8\xed\x2b\x20\x11\xc7\x3d\x97\x21\x8b\x1d\xca\x46\x6a\x39\xe8\x84\xe6\xd8\xde\x50\xa7\xa2\x71\xc2\xd3\xc6\x01\xdf\x38\xdf\xf1\x8d\xfc\x1f\x93\x09\x5c\x52\x47\x74\x2f\xfa\x93\x9a\x26\xf9\x77\x13\x50\x52\xb9\xcb\x92\x16\xac\x3f\x39\x8d\x8b\xe3\xe2\x28\xd5\xa4\x8e\xfa\x48\x1e\x55\x55\x1c\xf2\xf4\x60\x9d\x73\xa7\xc4\xae\x66\x70\x8f\xbf\x7a\x8c\xd6\x40\x62\x21\xef\x7f\x20\xf5\x9d\xce\x7e\xf2\xd4\x99\xcd\x11\x4b\x68\x3f\x6e\xd2\x41\xf5\x29\x70\x8c\x1e\x0a\x53\xe8\xc3\x8f\x44\x11\x92\x67\xa7\xe0\x70\xf3\xee\x57\x7d\xf6\x22\xad\xf2\x83\xfe\xc9\xa1\x4d\x8f\xc1\x06\x87\xfe\x82\x30\x84\x9a\x93\xba\x2c\xd2\x3c\xe6\x74\x80\x43\x3d\x08\x65\x97\xee\x62\xf2\x2a\x6c\xea\xe8\xf8\x87\x96\xb9\x5b\x8e\xa4\xd6\xd7\x6f\xec\xd7\x69\x27\xca\x7a\x7d\xe5\x1d\x55\xd3\x56\x57\xe9\xf1\xb6\x74\x8c\xdc\x91\xd4\xef\x45\x7b\x0c\xeb\x45\xf5\x7d\x13\x8a\xef\x83\xb3\x0c\xf8\x17\x5e\xa5\x30\xbe\xf4\xdf\xf0\x61\x9e\x65\x1a\xc3\x5c\xe0\x30\x17\x04\xde\x30\x8b\xac\xdc\x04\x00\x6b\xbf\x60\x15\x47\x9e\x8a\xeb\xc7\x85\xb1\x7b\x6b\x42\xce\xaa\xce\xd0\x21\x69\x54\x60\x41\x71\x34\x47\xe7\x76\xf6\xd3\x77\x08\x5e\xcd\x83\x56\xf8\x5e\xfd\x6b\x13\x44\xd5\x17\xb8\xd8\xf3\xca\xe9\x95\x53\xd4\x0e\x50\x3e\x55\x56\xbb\xe1\xce\x68\x69\xf6\xec\xbc\x40\xc0\xd2\xd2\xc9\x3e\xd0\x9a\x20\x3d\xfb\xa7\xf5\xe2\x6b\x10\x4e\x5c\xd1\xc3\x20\xc0\x48\xb7\x33\x96\x8f\x24\x95\xc6\x17\x83\xf1\xf5\x6d\x12\x1e\x61\xfc\x7a\x19\xdb\x1b\x01\xdb\x68\xaf\x87\xf1\x80\x34\x04\x1e\x18\x66\xa8\x46\xe0\xa4\x3d\x3b\x7b\x08\x1e\x62\x5f\xa9\x58\x11\x42\xe3\xe5\xf9\x78\x32\x99\x56\xd5\xf2\x6c\xa4\x7f\x68\xb6\xe1\x5d\x16\x63\x46\xbd\xd7\x38\x37\x1f\xc6\xd7\xb6\x22\x4e\xf2\x82\x57\x2f\x86\xfa\xf7\x2f\x64\xd1\x81\xf3\xd5\x02\xbc\x34\xdb\x71\xe7\xdc\x48\x51\x78\x4b\xdb\x46\xb1\xc9\xa9\x3a\xe3\x4d\x6d\x9b\xe1\x50\x11\x17\x38\x57\x56\xa9\x86\x05\x61\x8d\x4b\x3c\x18\xcd\x83\x0f\x94\x73\x74\xd6\x01\xc5\xf7\xee\x10\x48\xbc\x90\x13\x05\x41\x98\x60\x5d\xd2\x36\x10\x7f\x89\x53\xc1\x84\x7f\xb5\xd2\xe1\x30\x25\x72\xde\xd2\x38\x01\x58\x5f\x61\xda\x06\xf2\x36\xe1\x55\x31\xcc\x68\x71\x34\x8f\xc7\x13\xdb\x07\x69\x90\x62\xbd\x11\x65\xf2\x2d\x18\x99\x43\xf2\xf7\x42\xa5\xee\x71\xb9\x4b\x6e\x87\x61\xf0\x36\x2c\x83\x67\xdb\x82\xfa\x77\x58\xf7\xb3\xb2\x37\x8d\x92\xd7\xb8\x5d\xe1\x1b\x8c\xb2\xf4\x8e\x9d\xbf\xcc\x6e\x13\x3d\x84\x26\x6e\x9e\x2d\x7a\x03\xc5\x6f\xd4\x80\x31\x31\x13\xdc\xb8\x2b\x32\x04\x92\x0e\x2b\xeb\x0a\x92\x01\x28\x1e\x41\x70\xca\x63\x9d\x10\x67\x7e\x00\x2e\xcb\x0c\x84\x7d\xa1\x2f\x03\x53\x3c\x1a\x98\xba\xc6\x16\x3c\x90\xb3\x14\x40\xe5\xa1\x1e\x0a\x3c\x54\x42\xc0\x9f\x53\xd7\x06\xab\x25\xf4\x79\xef\x16\x9b\xbe\x3e\x1a\x41\x56\xeb\x09\x09\x35\xac\xc1\x64\xd4\x05\xc0\x6a\xf5\x49\x39\x1b\xe5\x1e\x6b\x4d\x9a\x40\xf1\xf5\x21\xb1\x79\xeb\xae\x65\xbc\x53\xa0\xd1\x52\x1e\x75\x1a\x68\xe0\xbb\x3a\x2b\x38\x33\xc7\xdc\x2c\x3e\x9e\xc9\xf8\x5f\x70\x2a\xe6\xd2\xa9\x7d\xcb\xf1\xc5\x3e\xcb\x15\x49\xd2\xac\x01\x4e\x27\x78\xe8\xb0\x03\x06\xc6\x29\x8e\xd1\x82\x99\x16\xf7\x30\x4a\x37\x03\x09\xf1\x18\x7f\x30\xb0\x85\xd4\x14\xc7\xbd\x43\x0a\xa9\x4c\x22\x9b\x18\xb3\xd2\x62\x7c\x71\x09\xef\x8d\x9a\xf1\x36\x3f\xab\x0a\x15\x80\x5c\xb8\xfb\x98\xc5\x2e\x11\x73\x39\xa9\x97\x80\x79\x39\x29\x2c\x3f\x92\xa0\xd8\x38\xec\x1a\x93\xde\x28\xa4\xb0\xe2\x3a\x9d\x53\x9b\x2a\x66\xee\xd7\x70\x70\x32\x18\x1a\xf9\x61\xdd\xde\xc1\x80\x24\x61\x18\x08\xa7\x74\xc5\x0d\x0c\x01\x9d\xe6\x22\x5d\x7e\xbe\x04\x55\x16\x58\xa0\xf5\x27\x51\x33\xff\xd3\x6b\xae\x4a\xe2\x20\xe6\x08\xfb\x15\x14\x16\x14\x8d\xfa\xa2\xb5\x03\x8d\x9a\xd8\x00\x2a\xc2\x4f\xd9\x78\x39\x0f\xb7\x9a\x22\x56\x45\x0a\x6a\x44\x03\x2c\x5d\x15\x74\x5e\x1f\x43\x38\x60\x50\x6e\xa0\x9f\x18\x26\x48\x70\x6f\xf4\x9b\x3b\xdb\xcb\x32\x30\x2e\x16\x95\x49\x63\x67\xc2\xfd\x0e\xe6\xc2\x85\x06\xb3\xe1\x42\x7b\xbc\xb9\x02\x94\x4e\xe8\xd9\xab\xf3\x00\xdb\x50\xd5\x6f\x1d\xb8\xd4\x43\x36\xd7\xc4\xea\xc5\x7c\x59\x6b\xf4\xd7\x9f\x8f\xdd\x70\xde\x5f\xc0\x63\x6f\xba\xda\x61\xae\x50\xe8\x0b\xc6\xe2\xe3\xbc\x7d\x61\x80\x17\xe7\x8e\x8c\x5f\xb4\xb3\xa9\xe7\xfb\x64\x30\x6c\x57\x40\x07\x68\x4c\x08\xe3\xdb\xf5\x72\x5a\x8c\xdd\x8d\x36\x2a\xc6\xcd\xfb\x8c\x04\xe6\x12\x83\x61\x3b\x05\xbe\xd7\xa0\x03\x0a\x4f\x4b\xa3\xd5\x13\x7b\x6a\x1c\x1c\xf6\x6a\xdd\xd2\x97\xa9\xfc\xcc\x25\x6c\xb5\x4e\x39\x49\x55\x09\x72\x67\x07\x09\x35\x84\xdd\x74\x7d\x71\x80\xcc\x8d\x3a\xf8\x5f\x31\x12\x03\x82\x6d\x0c\x15\x44\x4a\xae\x7e\x2c\xf8\x2a\x53\xe0\xd8\x25\x6d\x0d\x46\xea\x9d\x98\xcd\xf9\x89\xa2\x38\x0d\x71\x4a\xba\x66\x91\xd0\xee\xd7\x2f\x00\x92\x11\xc7\x15\xfe\x80\x6d\xaa\xd3\xb3\xb4\xfb\x01\xcb\x17\x5d\x48\xf2\xd7\x5e\xb0\xea\x61\xb5\x63\xa6\xc9\x9c\xe3\x4d\x6a\x2c\xa8\x96\x96\xad\xf7\xd2\x04\x03\x4e\x08\x15\x8e\x56\x2d\xd9\xe4\xb4\x3c\x6b\x51\x6b\x35\xcd\x5a\x5a\x7a\xbf\x4d\xd1\x95\x0b\xba\x67\xa2\x69\x64\x98\x13\x3d\x80\xf9\xa2\xb7\x8f\xa2\x23\xa3\x33\xdf\x2f\xba\xd6\xd5\x3d\x9d\xcf\x9b\xbd\x2c\x7c\x9d\x01\x13\x3d\x20\x01\x85\x5e\x7b\x83\x52\xf5\x7b\x2b\xe2\x32\xd8\x2f\x73\xf4\xd7\x4f\xca\xe6\x3c\xaa\x4f\xf1\xd3\xe2\xb4\x60\x59\xfd\x6c\xe9\x8b\x0b\x9b\x33\xe2\x88\xb9\xa2\x5e\x7f\x51\xd4\x71\xc4\x15\xe4\xb0\xb4\x8d\xf3\x1c\x79\xf2\xa6\x57\x22\x4b\x62\x38\x98\x0d\xa0\x0e\x0c\x7d\x91\x01\x91\x90\xd9\x5b\x15\x3a\x66\x09\x00\x17\x0a\xfe\x4b\xed\x41\xef\x2e\x7b\x9b\xc8\xfd\x26\x48\x10\x50\xef\xa4\xa7\x4b\x4b\x8e\x52\xd5\xa0\xd5\x5c\xdb\xf5\x6d\xb0\x82\x0f\x64\xb1\x74\xce\xfe\x84\x00\x04\x75\xa9\x48\xa8\x91\xae\x02\xde\x4a\xf3\x9c\x26\x2b\x70\x57\xc5\x02\x73\x4f\x7d\x4f\x98\xdc\x47\x98\x86\x9b\xa7\xc9\x6a\x09\x7d\x84\x81\xa3\xba\x09\xf0\xae\x26\xfe\x34\x3d\xf3\x96\x70\xea\x58\xd6\x79\xaa\x97\x6c\xbd\x0e\x73\xe8\x59\xfb\x85\xd9\xcc\x24\xe9\xe5\xc6\x73\x3b\xc0\x2c\x00\xdc\x50\x59\x55\xfb\xb6\xba\x5a\x76\x59\x08\xc9\x47\xf8\x50\x57\x1b\x5d\x6e\x78\x9c\xd3\x7d\x13\x8b\xa0\xeb\x8c\xdb\x13\x9a\x45\x51\x3e\x4e\x2f\xc4\x15\x9f\x35\x64\x97\x7b\x27\xff\xab\x2a\x89\x07\x5f\x22\x82\xad\xb5\x27\xf4\x57\xb0\x93\x96\x7c\x25\xd3\xeb\xe0\xb9\x7f\x13\x5e\xdf\x9a\x98\xf8\x0e\xd5\x7f\xc8\x5d\x2c\xeb\xcd\x50\x55\xfe\x17\x9b\x2f\x08\xb1\xee\x98\xdd\x4b\x9b\xcf\x5b\xf5\x54\xa0\x68\xe0\xce\x7a\x2b\xea\xf0\x74\x8e\xaa\x2a\xce\x46\xac\x7d\x05\x50\x15\xaa\x75\xfd\x80\x25\x1d\xb9\x11\x55\xf0\xd6\x8d\x7a\x0d\x87\xa0\x1e\x58\xe1\x01\xaf\xf1\x4d\x5d\x85\xe1\x81\xd8\xc0\xf1\x40\xd4\x1b\x0b\x94\x87\x35\xad\x03\x3a\xae\x2d\x7b\xd2\x3c\xaf\x61\xd5\xd9\x33\x11\xdf\xa1\xd4\x2e\xe9\x22\x95\x3d\xa5\xe8\x73\xee\x33\xa2\xc3\x29\xe8\xdd\xf9\x7a\xcb\x2e\x81\x91\xf9\x4c\xe1\x4d\x37\xd4\x53\x06\x0d\x0b\xa3\x8c\xec\x69\xbb\x36\x95\xb3\x9a\xf1\x28\x54\x61\x6a\x86\x2a\x2f\xc9\x60\x32\x30\x13\xcb\xc7\xb5\xc2\xf7\x28\x56\xb3\x22\xb1\xbe\x09\x20\xbb\xa7\x4c\x11\xc8\xab\x3c\xed\xaa\xb0\x13\xa3\x46\x27\x32\x23\xb5\xaa\xc1\xa9\xbb\x9a\xed\xb7\xf8\x58\x95\xba\xcd\x48\xa4\xb7\xd4\x80\x3b\xbb\xef\x27\x90\x28\x33\xf7\xba\xdf\x4e\x03\x6b\x59\xd3\xfc\x70\xef\xd4\x4f\x68\xc2\x8c\x11\x6a\x76\xb8\x04\xa3\x58\x7a\x83\x85\x05\xb5\x9a\x8e\xeb\x35\x58\x06\xa3\x70\x19\x88\xe6\xf0\x74\xf6\x2b\x68\xee\x91\x5a\xf4\xf8\x98\xc7\xb7\x4e\x4d\x6a\x70\xf9\xec\x4d\xcd\xf9\x24\x8a\xe2\x09\xf8\x14\x85\xf4\x7f\xd8\x84\xdf\xa5\xcb\xcf\xf1\x51\x75\xec\x09\xa1\x77\x30\x9c\x09\xf4\x9f\x1a\x85\x38\x58\x39\x87\x03\x2d\xb9\x7a\xe7\x74\xaf\x82\x2d\xe1\xf7\xce\xa5\xe8\x33\xde\xd0\xeb\xae\x01\x67\xac\x0e\xc4\x2a\x2b\xf5\xb1\xf4\x9d\x8e\x37\x6d\x45\x10\x4e\xd7\xaa\xc7\xa9\xf4\xca\x68\xe7\x22\x5e\xbb\xde\x8b\x5d\xbb\x59\xb8\x26\x6d\xbc\xd7\xa8\x30\xa2\xd9\xa4\x9f\xb8\x54\x5f\x68\x91\x2e\xa0\x95\x87\x1c\x68\x30\xda\xbe\x1b\x35\x44\xdc\xbc\x8a\xa2\xfe\x66\x36\x98\x3e\x84\xe5\x0a\x2a\xec\xbd\xd6\xf2\xd8\x74\xab\xbe\x9b\x45\xd7\x5e\xe1\x3b\x91\x15\x8a\x23\x76\x5e\xd9\xca\x16\xc6\x1a\xdb\xab\xd6\x50\x32\x83\x84\xd7\xec\x92\x09\x3f\xd0\xf6\x40\x24\x21\x38\x0d\xef\xae\x0f\xb0\x1b\x50\x1f\x3c\x9e\xf2\xaf\x6b\x7d\xef\x13\x19\xd7\x8f\xc0\xc7\x24\xc7\xee\x21\x91\xe7\x1c\x31\x81\xc4\xf6\x8d\xae\x20\x46\x80\x2c\x50\xc7\x32\xa2\xe5\x29\xe9\x33\x3e\x3b\xd2\x0c\xfb\x94\x6b\x9b\x01\x90\x1e\x07\x0a\x5a\xff\xed\x69\xf2\x86\xb8\x16\x3e\xf4\x1a\x5c\xad\x4b\xa3\x29\x81\x56\xcc\x15\xac\x87\x03\xf5\x2e\x15\x42\xff\xf8\xc2\x0d\xe3\xfc\x9c\x99\xdd\x37\xa1\xb8\x25\xef\xd9\x81\xe4\xee\xd8\x26\xd0\x31\xad\xfe\x1d\x0e\x7e\x23\x08\x6d\x5a\x20\xb0\x3b\xbc\x98\x92\xe7\xc0\x2c\x26\x7f\x1c\xe8\x07\xcf\xdb\x08\x3e\x2f\x35\x9c\x2a\x15\xc2\x20\x06\x7a\xaa\x4d\x48\x67\x78\xf0\xd4\x41\x31\xf8\x64\xd3\xe5\x9c\x0d\xf1\xdc\xfd\x82\x0c\xd1\xc7\x87\x43\xf2\x7d\x66\xfd\x7e\x39\xef\xab\x98\x68\xce\x17\x04\x41\x6e\xd6\x9c\xbd\x1e\xbf\x11\x25\x6b\x21\x27\xb5\x91\x42\xd7\x3c\x80\x0a\x5d\x73\x0f\x2b\x14\x04\x91\xdc\x1e\x96\x4c\x1d\xe8\x4e\x97\xbc\xdc\xee\xda\x85\x3b\xf1\xad\xce\x34\x42\xca\xb9\xaa\xf8\x78\xb9\x19\xa9\xf1\x72\xe3\x01\x13\x6e\x7d\x71\xaf\xae\x0f\xa9\x6c\x9d\xd4\xf7\x05\xce\x83\x72\x77\xf8\x79\x36\x99\xa9\xc4\xa3\xd9\x2f\x8f\xa5\xe2\x89\xf7\xae\x70\xc1\x3d\xab\x6b\x6b\xd6\x11\x00\x66\x85\x70\x9e\x6f\x40\x55\x0b\x04\x10\xb7\xc8\x4c\xd5\xad\xff\xc4\xdb\xfe\x61\x50\x39\xcd\x7b\x68\xb3\x86\xe8\xe8\x41\x5f\x8c\x4b\x9e\x5b\x79\x84\x6d\x45\x80\xdf\x59\x55\x03\xf8\x1e\x30\x96\xd1\x52\x67\xd8\xe5\x19\x28\x25\x96\x9a\x7f\xc9\xb1\x0d\xd9\x3a\x4e\xa3\xa8\x18\x4b\x5f\x7e\x7f\x3e\x25\xd9\x3a\xbe\xe5\x51\x74\x6b\x04\x5e\xbf\x89\xac\x88\x07\x1f\x8b\x01\x61\xcc\xe0\x31\x86\x59\xfe\x7e\x1b\x18\x79\x32\x36\x21\x77\x39\x9b\xd7\x6e\x0f\xf7\x6c\x72\xba\x3f\x0b\x53\x9d\xee\x87\x43\x92\xe3\x8a\x0e\xda\x67\x92\xcd\xf7\x0b\xcd\xa7\xc2\x5d\xef\x1c\xe4\xb0\x46\xcd\x51\x14\xe7\xec\x56\xc4\x25\x0d\x64\xaf\x38\x7b\x73\xbe\x38\x10\x82\x6c\xeb\xbe\x99\x73\x34\x3d\xdd\x9f\xeb\x66\x8d\x46\x38\xea\x4b\x97\x42\xb3\xdd\x2b\x06\x06\xf1\xdb\x98\xd0\x0d\x5b\x8e\x95\x88\x49\x6f\x39\xe6\xdb\x9d\xba\x8d\x41\xcd\x2e\x8a\xe4\xf9\x64\xb6\x62\x6b\x1e\xaf\x70\xbd\xad\xf4\xd2\x94\xa0\x39\x0f\x13\xe2\xe0\x58\xa3\xa8\x9f\xce\x36\x3a\x25\xaa\x76\x50\xf7\x20\xff\x2c\x8b\x85\xd1\xf7\x08\x2c\x51\xe9\x66\xbc\xdc\x0c\xaf\x44\x5c\x12\x0b\x2f\x49\x12\x33\x25\xa0\x0e\x90\x95\xc7\xe6\x27\x8a\xe2\x15\xdb\x78\xcd\x9a\x10\x62\x15\x59\x8c\xc1\xbe\xd1\x51\x78\xa1\x97\x28\xdd\x31\xd4\x55\x5f\x51\x25\x92\x0d\xd5\x05\x26\xf9\x2c\x9f\xef\xff\x9e\x9b\xaa\x17\x49\x49\x85\xcc\x2e\xb3\x22\xc9\xaa\x2a\x4e\x67\x66\x69\xb9\x8e\x7a\x40\xb1\xb3\xc1\x72\xaf\x06\xc9\x60\x08\xeb\x7f\x40\x0e\xbd\x1f\xa4\xd1\xcc\xda\x01\xeb\xc5\xe9\x00\xa2\xde\xf2\x74\x35\xa0\x9c\xee\xc8\x41\xe9\xf1\x89\xa2\x67\xb8\xd5\xe8\xcf\x12\xa5\xc1\xad\xa6\xb2\xb5\x0b\x55\xb7\xbb\xac\xb8\x64\xfd\x09\xed\x5c\xfd\xac\xa3\x65\xcc\xd7\xe8\xbd\x6e\xbc\xa2\x2c\xf3\x6c\x77\x21\x52\xb9\x7a\x9a\xaa\xd4\x90\x7e\x75\x80\xbe\x47\x11\xaa\x4d\x8f\xce\x83\x5d\x9e\x66\x05\xca\xe3\x2c\xe4\xde\x09\x07\x2c\x47\x5e\xa8\xa7\x08\x4d\xaf\x29\xc2\x71\x56\xea\x5e\xbe\x2e\xf2\xdb\x98\x54\x95\x72\x72\x21\x43\x08\x40\xa7\xaa\xea\x83\x8a\x55\x60\x2d\xf6\x89\x83\xf7\xcd\x89\x7d\x93\x82\xc1\x06\xfb\x2f\x5f\x89\xc4\x0c\xd7\x5d\x20\xb9\x04\x5d\x18\x99\x2d\x41\x3d\xda\xd7\x21\x29\xb7\xa9\x54\x9a\xd3\x2b\x6a\x71\x83\x05\x7a\x28\x79\x0e\xa6\x48\xcd\xed\x51\xe8\xed\x51\xd8\xed\x91\xb9\x14\xf6\xcd\x3b\xce\x00\x62\x72\xbc\xdc\x9c\x4f\x27\x93\xaa\x2a\x40\x43\xce\x24\x19\x4d\x17\x18\x8b\x6f\x4f\x59\xfd\x41\xea\x43\xce\xa0\x60\x3c\x52\xa6\x28\x42\x53\x86\x0a\xb7\x22\xec\x4a\x7d\x93\xa1\x1c\xae\x11\x6d\x4f\x94\x12\x8d\x11\xd4\x18\x00\x96\x5e\xb7\x8a\x19\x2f\x37\xa9\x7c\xa4\xe2\x92\x90\xf3\xd1\x94\xdc\xa5\xec\x5b\x19\x73\xea\x35\x8e\x0e\x60\xa4\x06\xa4\x77\x21\x79\xfa\xd9\x1c\x3f\x75\x31\x30\x67\x51\xd4\x08\x40\x4c\x6f\xa7\x83\xe8\x77\x16\x77\xa8\xd5\x6a\x74\x23\x46\x08\x68\xad\x1e\xad\x9e\xf4\xd2\x28\xc2\xed\x12\xd4\xa4\xb7\x8c\x5f\xbc\x2f\xc7\xbb\x69\x3c\x76\xcf\x17\x54\xea\xff\x50\xac\xe4\xe6\x3a\x9c\x67\x4f\xa9\x81\x35\x93\xcc\x0b\x6f\x0e\xa9\x60\x77\x08\x2d\x9a\xac\x79\x9c\xd1\x09\xa1\x3a\x0e\x3e\x00\x8b\xf4\xd0\x93\xe6\x30\xd7\x6b\x1f\x7e\xc1\x0c\xbf\xd5\x65\xb5\x70\x49\x9d\xa1\x0c\x1c\x38\x8a\x62\x8d\x81\x31\xf1\x6b\x7b\xc9\x06\x42\x24\x4d\xf9\x2e\x85\x94\x7c\xa9\x06\x74\x20\xd6\xeb\x81\xc1\x40\x6d\xa6\x49\x77\x99\x4a\x73\x80\xb4\x3b\x92\xac\xdc\xf1\x3c\x07\x9e\x6d\x40\x07\xeb\x34\x2f\x79\x00\x87\xc6\x1d\xc3\xb3\xdc\x5a\xa2\x45\xef\x72\x3c\x8c\x2c\x97\xb9\x13\x79\x9e\x15\x97\xcf\xd3\x52\x39\x5f\x54\x26\x2c\xa0\xfe\xb3\x22\x5d\x2e\xf7\x32\x55\xdc\x81\x3c\xba\xf4\x9b\xb4\x6c\x07\x2e\xc5\x76\x27\x4a\x28\x26\x78\xdc\x7e\xcf\x1d\x41\xfd\x59\xe0\x91\x94\x4a\x9e\x7e\x11\x8a\xca\x88\x8e\x00\xdd\xd1\x03\xa1\x72\x10\x55\x53\xbe\x6d\x03\x72\xf9\xf6\xda\xdc\x22\x6c\xe9\x8b\x6d\x9d\x8b\xeb\xe4\x04\x95\x5e\x4e\x4f\xba\xb0\xbd\x4c\x1d\x5f\xfb\x75\x4c\x00\xf5\xca\xe9\x8f\x3a\xb6\xc2\xf0\xe4\xd3\xc9\x64\xa2\x59\xb8\xe6\x44\x01\x6a\xba\x9d\xc5\x5d\x0d\x61\x63\xcc\x14\xd9\x60\xea\x0c\x13\x2f\xf2\x74\xf9\x79\x40\xe8\x6b\xb4\x0a\xf0\xf0\x73\xba\xa6\x33\x4f\x4b\xf5\x08\xd6\x25\x68\x82\x36\xc2\x8c\x7a\xb1\x0b\x05\x5c\xc1\x30\x21\x04\x99\x74\x35\xf9\xdc\x35\xff\x97\x32\x5d\xf2\x37\x5c\x66\x62\x15\x5c\x45\x8f\x82\xab\xe8\x4a\x39\x29\xb1\x01\x75\xad\x2a\x69\x75\x8b\x2c\x55\xad\x49\x37\x64\xf1\xdc\x91\x63\xb2\xd0\x8c\xed\x54\xac\x49\x49\x1b\x20\xd8\x9b\x2c\x06\xfb\x3a\x78\x30\x18\xf4\x04\x1c\x3c\x65\x1a\x0b\xaa\xc9\x68\xf2\xf7\x87\xb3\x01\xb0\x43\x83\x04\x53\x58\xfb\xab\x6b\x7d\x2a\x6f\xd3\x1d\x24\xa3\x69\x3d\x6b\x46\xbf\x84\x99\x6c\x8c\xe9\xb5\x9a\xe7\xe9\xae\xe4\x33\xcd\xda\xaf\x92\x12\xb1\x94\x69\xe9\xa1\xda\x84\x74\x35\xbe\xd6\x5e\xa4\x2b\x84\xe6\xf2\x50\x6a\x78\xa0\xc9\x0c\x32\x2c\x5f\x39\xcf\x82\x1d\x22\xef\x51\xb4\x63\xc6\x4b\xcd\x2d\xea\x59\x2a\xe7\x72\xe1\x58\x11\x5d\x3f\xdc\xea\x6f\x44\x19\xaf\x7d\xa4\x59\x63\x49\x30\x85\xfb\x95\xf4\xcc\x3c\x4a\x36\xc1\xb3\x1f\x01\x47\xd4\xe9\x69\xc1\x0a\x8f\x6d\xc5\x06\x14\x55\x55\x74\xb5\xce\x9f\x29\x20\x97\x7d\xe5\x91\x22\x50\x3e\x6e\x67\xc6\x9b\x27\x54\xb2\x09\x9b\xdb\xa1\x69\x13\x26\x98\x67\x0b\xbc\x45\x51\xf5\xc5\x2d\x9d\xcf\x5c\x4f\x7b\xe8\x47\xf4\x33\x6f\xea\x8e\xc3\x95\xe5\xe9\x3c\x65\xcc\x5a\xc1\x54\x55\xff\xa9\x00\xff\xd0\xde\xb8\xae\x79\xfc\x3e\x33\x4c\x17\xd1\xf7\x82\x1e\x46\x9c\xb7\x02\xd4\xce\xfa\x13\xaa\x58\x11\x4e\x8c\x1e\x60\xda\x57\x1e\x31\x20\x79\xa9\x66\x57\x22\xc6\x5f\xf6\xf9\xbd\xd7\xac\x47\x10\x2a\x7c\x52\x99\xd0\x0c\x19\xab\x94\x7d\x6d\x95\x4b\xde\xdf\xee\xf8\x4c\x19\xc7\x03\x4c\x01\x03\x90\x56\xd5\xb4\x0f\x0a\x49\xb6\x15\xce\xd8\xe2\xeb\x3e\x0b\x04\xa9\xb6\x08\x4d\xec\x06\x31\x14\xdd\x54\xa4\x90\xe2\xa7\x34\xdf\x73\x47\x9d\x9f\x96\xde\xac\xf6\x59\x71\x4a\x4a\xe6\x07\xf5\xec\xe3\xa0\xd5\xa8\xd9\xb3\x5c\xef\xae\xd2\xf3\xc0\x16\xb7\xf4\xab\x46\xd3\xd3\xec\x2c\xde\xcf\xac\xaa\x7b\x32\x21\x30\xe9\xf5\xb3\x4e\x76\x36\x99\x41\x41\xc9\x7e\x9e\x2d\x8c\x75\xa6\xa8\xad\x33\xd9\xd7\xd6\x82\x56\xcc\xd3\xe1\x43\x58\x16\x25\x63\xaa\xaa\x4a\xc6\xa4\xe5\x7c\xde\x67\xb1\x2e\x08\x87\x3c\xc1\x19\x98\x67\x0b\x42\x57\x3a\xdb\x62\x58\x98\x69\x88\x8b\xb3\x49\x55\x95\x7d\xa6\x08\xf0\x19\xba\xcc\xb8\x98\x4d\x93\x09\x59\x10\xba\xe6\xf1\x92\x82\x6b\x02\xd4\x14\x5c\xc6\x29\x2d\xa9\x84\xc5\xb0\xf2\x16\xcc\x8a\x66\x3e\x44\x6a\x19\xa8\xd2\xad\x59\x3a\x6b\x0f\xf0\x48\x26\x93\xd3\xcd\xe9\x86\x6d\xfc\xc4\xf8\xb0\xc6\x96\xb1\x66\x98\xbc\x69\x9a\x34\x96\xa7\xcf\xa0\xad\x09\xd4\x3e\x64\x1b\x7c\xd6\x43\xec\x04\x53\xcd\x01\xd5\xe3\xf1\x9e\xcf\xc4\xbe\xb4\x4f\x98\xba\xb5\x6b\x26\x4f\x77\xa7\x3b\xb6\x6b\xc6\xba\x66\xec\xe8\xce\x6f\x86\x3e\x53\x8e\xb5\x63\x78\x7f\x3b\x3c\x94\x2b\xee\xb9\x70\x46\x2a\xa9\x26\x46\xb2\x2d\xbe\xde\x78\xf7\xdc\x6f\x7e\x7a\xa4\xb9\x9c\x74\x93\xa7\x2b\x3f\xe9\xd3\x90\x0b\x9a\xab\x45\x8f\x8f\x4b\x21\x7d\x50\x8a\xa6\x30\xc4\x32\xc5\xca\xfc\x40\x5c\x0a\x00\x14\xd2\x33\x5d\x3f\x65\x4e\x4f\x1b\x2e\xc8\x2d\x91\x89\xe0\x5a\x1c\x58\x04\xbd\x32\x76\x9a\x38\xd4\xfc\x35\xcd\x6c\x99\xe7\xcc\x60\xf0\xa7\x0c\x48\x47\x53\xa7\x8b\xa7\x25\xbb\xf2\x72\xe9\x3f\x84\xe6\x4c\x58\xfe\x7c\x66\x53\x5a\xc6\x23\x11\x2e\x00\xe9\xcf\x5e\x71\xa6\x59\xe5\xd1\x48\x69\xaa\x10\xc1\x85\x46\xa3\x82\x3e\xa4\x06\x7d\x3f\x9f\x95\x49\x4a\xf3\x59\x9a\x94\x84\x1c\x0e\x9e\x40\xeb\x6d\xd3\x3d\xeb\xab\xf0\x6a\x33\x69\xe6\xa6\x20\x4e\x55\x55\x71\xb2\xa0\x3e\x74\xd9\x8b\x30\x8b\x7b\x1f\x32\x2f\xea\xb5\x80\x40\x37\x0f\xad\xf6\xb8\x35\x21\xf6\xf1\x8f\x6a\x1e\x10\xef\xfb\x33\x93\x9a\xf8\xc2\x30\x2c\x72\x52\x23\x6e\x84\x05\xd6\xaf\xe6\xba\x84\x73\x39\x5b\xf3\x58\x52\x4d\x59\x80\xc7\x51\xef\xa4\x4d\xba\x10\xe8\xf9\x78\xb9\xe9\x79\xf7\x1d\x63\x9a\x64\x39\x57\xb3\x5a\x10\xa7\x48\x22\xcf\x26\x5e\xc0\x84\x24\xfc\x10\x2b\xac\x44\xb5\xc5\x1f\xbe\xab\xe8\x06\xdd\x70\x6e\xdb\x1f\x45\xea\x2c\xec\x8a\x07\x5a\xc3\x9b\x16\x16\x8e\x0d\x0a\x1e\xd6\xe5\xbc\x58\x30\x1c\xc4\x79\xb1\xf0\x9c\xde\xd7\x80\x37\xcd\x37\xe1\x25\x18\x0f\x2c\xb7\xa1\x68\xae\xaa\xf8\x18\x1d\xef\xd6\x78\x64\xb8\xf7\x7a\xe8\xe4\x16\x0f\xeb\x9d\x1e\xd9\x8c\x9c\x4d\x7a\xa2\xaf\x3f\x0a\xf8\x98\xc5\x19\x93\x54\xb2\x82\x24\x18\xac\x6b\x3b\x9b\xa0\x47\x24\xe2\x2f\xbd\xdf\x34\xe3\x25\x9b\x41\x45\x55\xc9\x40\x41\xe2\xb1\xd7\xe8\xbf\xe9\xdf\x76\x49\x42\x6f\x38\x70\x78\xfa\xec\x48\xe5\xad\xde\xc9\x60\x3b\x3e\x21\xb4\xf0\x1d\x13\x3b\xa2\xa0\xde\xd1\xf3\x05\xb5\xc4\x48\x9b\x8d\xd4\xb7\x52\x31\xcf\x16\xcc\xab\x43\x5a\xd5\x5f\xaa\x2f\x13\x8a\x3a\x24\xd0\xa0\xa7\x1c\x0c\x8e\x6d\x43\xe0\x10\x23\x41\x1f\x7e\x6a\x29\x79\x04\xb5\x5a\x88\xb0\x5e\x06\x2e\x83\xa9\x2d\x35\x6b\x97\xea\x77\xeb\xf7\xe6\xc8\xbc\x02\x59\x4b\x98\xe8\xe7\x16\x41\xb4\xc9\x4a\x25\xe4\xed\x78\x25\x0a\x4e\x33\x76\x25\xe2\x82\xf4\xb2\x28\xca\x4c\x73\x66\x71\x31\x2f\x9c\xe0\x64\xc1\x14\xfd\xd6\x96\x41\x92\xbf\xb5\x35\x58\x5c\xd0\x9d\x4b\xd7\x30\xe4\xf3\xbb\x6d\x6a\xa7\x42\x93\x53\xc5\x18\x45\x71\x3d\xc9\x0c\xf4\xeb\x3b\x9e\xbf\xde\x81\x3a\x56\xfd\x0d\x49\x40\x59\x3a\xc6\xc0\x97\x62\xf5\x3e\xdb\x72\x2f\x8f\xfe\xb4\x59\x5c\xfa\xaa\x3a\xd6\x0c\x65\x65\x27\x13\xbb\x4d\x06\x5f\x0d\x18\xcb\xaa\x6a\x30\x44\x70\xc3\x86\x00\xa9\x43\x54\x2b\xc7\xa5\xd8\x72\xb5\xc9\x8a\x4b\x64\x77\xf9\x4a\x9f\xc8\x45\x57\xb0\xe7\x99\xa5\x1e\x7f\xaf\xe9\x67\x0c\x36\xe3\x0c\xf6\xa2\x95\x72\x99\x74\xcf\x50\x10\x97\xa7\xb7\xc9\x37\x93\x09\x18\xad\x09\x7a\x25\xe2\x0c\x26\x90\x68\xea\x75\x86\xbf\xe7\xf8\xc7\x9f\xba\xe4\x29\xe0\x90\x60\xd2\x5e\x30\x5c\xb5\x27\x1e\xda\x1c\x6a\xe1\x85\xec\x98\xa4\x45\x14\xf5\xa7\x7d\xd4\x70\xe2\xa9\x7c\xcb\x57\x22\x8a\xde\x66\x71\x36\xde\x17\x50\xf2\xc1\xee\x12\x5a\x77\x03\x65\x9b\xd9\x2a\x79\x95\xbe\x0a\xd6\x8b\x5b\x25\x77\x31\xbc\x0a\x0d\x2e\x40\xdf\xc5\xc9\x0c\x8c\x31\x12\x81\xe7\x91\x6d\x14\xe9\x44\xe3\xe5\xf6\x68\x3a\x4d\xbc\x29\xd6\x6d\x3a\x7a\x67\x24\x31\xca\xcc\x1e\x6d\xbe\xa6\x35\x68\x11\x4f\xca\x2f\xd9\xe4\x54\xd6\x27\xac\x1c\x0e\x89\x97\x72\x2e\x17\xcc\x9c\x58\xe6\xc8\x95\x0b\x73\x48\xa2\x7f\x1b\x0c\x31\xd2\x21\x2b\x71\x06\xfd\x75\xfc\xed\xbc\xfb\xa3\x97\x98\xee\xbe\x51\x8e\x3a\x44\x7a\x18\x74\xba\x7b\x86\x01\x52\xe9\xd4\x76\xa1\x6a\x36\xc0\x6c\x68\x7d\x40\xd9\x01\x68\x3d\x1c\x90\x44\x1d\xec\xf6\xee\x39\x38\x1d\x39\xbe\xc8\xd2\xb2\xaa\x34\x41\xa3\xea\xf3\x15\x3a\xd4\x3c\x74\xb1\x97\x67\x93\xd9\x68\x9a\x4c\x49\xef\x83\xee\xfd\xbf\x8d\x1e\x19\xc0\x60\x6a\x4e\xa3\x3f\x65\xcc\x21\x44\x55\x55\x5f\x37\xb7\xaa\x7e\x96\xd0\x29\x6f\x75\x7c\xb0\x14\xdf\x98\xff\xbe\x4f\xf3\x32\x86\xca\x08\x3c\x47\x95\x3c\x67\xca\x0c\x47\xec\x2d\x32\x5f\xac\xee\x05\x97\xe1\x10\x21\x28\x25\x2e\x26\x62\xc5\xf7\x68\x80\xf9\x68\xa9\xb2\xab\x4c\xdd\xa2\x97\x9e\x1a\x6e\x01\xa4\x2c\x75\x7f\x70\x89\xa3\x05\x64\x40\xba\xfc\xbb\xcb\x9e\x84\x0a\x36\x39\x15\x67\xaa\x71\xb7\x08\x4b\x3d\xa6\x6e\x82\xe6\x62\x01\x7a\x6c\x8d\x23\xa7\xe3\x66\xd2\xd7\xb5\x77\x19\x89\x05\xcd\xd9\x2f\xba\xf2\xd4\x4a\x24\xcb\x28\xb2\x94\x32\x6a\xa0\xed\x6d\x02\x98\x3a\x88\x86\x5f\x3a\xf2\x34\xce\xaa\x2a\xef\x33\x9b\xbb\xaa\xf6\xfa\x03\xe6\x53\x9f\xb6\x55\x05\x88\xa6\xe1\x35\x45\x05\x21\x34\x9b\x0b\xb7\x01\x72\xba\x77\x12\xd0\x93\x6c\x06\x17\x97\xf2\x2e\x2d\xff\xad\xf1\xfb\x8e\xf7\x41\x9f\x70\x42\x46\x7f\x9b\xca\xcf\x7c\xf5\x6e\x97\x16\x4d\x34\xe3\x20\xae\xa5\xec\x57\xb2\x20\x7e\x9e\xea\xf1\x29\x31\x08\x88\x17\x63\xdc\x5e\x02\x01\x5d\x55\x71\x3e\xce\x8a\x65\xbe\x2f\xb3\x2b\xfe\x03\x5f\xab\x19\x46\x9c\xc1\x05\x91\x98\x0f\x65\x25\xdc\x36\xaf\x12\x61\x4e\xc0\x32\x9b\xe9\xf0\x73\x9b\x51\x89\x73\xcc\x06\x84\x56\x16\x45\xf1\xf7\xe8\xd0\x04\xf6\x2e\x3a\xf7\x79\x56\x80\x39\x35\xcd\xc7\xfc\x46\xd3\xec\x99\xca\x6f\x9f\xe8\xf3\x95\xaf\x30\x5b\x38\x0e\x77\xa3\x51\xda\x5b\x8a\x42\x65\xc5\x9e\x1f\x50\xac\x02\xa6\xfd\xe3\x54\x89\x6d\xb6\x24\x36\xce\xe8\x89\xc1\x4b\x25\x5d\xb2\x1c\xb1\x64\x8b\xb3\xc9\x6c\x9a\x8c\xa6\x04\x87\x01\x18\xed\xb0\x07\x49\x63\x30\x08\xf8\xe4\xfc\x55\x4f\xd8\x92\x8e\x0a\x0a\xd6\xcc\x81\xf1\x8d\x00\xa1\x04\x21\xed\xa8\x28\x8a\xf7\x9a\xf8\x03\xc3\x70\x3d\x74\x67\x93\xd9\xfe\x6c\x92\xec\xcf\x6b\x6e\xf6\x7b\x2c\x59\xc1\x52\x30\x4c\xb6\xd7\x58\x3c\x4c\x6a\x4e\x7d\xd6\x68\x5e\xd2\x6c\x3f\x32\xf1\xd0\xde\x15\x2d\xe8\xea\x48\x5b\x57\xb3\xef\x31\x09\x56\x8c\x2e\xe5\xec\xea\xf5\x56\xea\x2f\x1d\x2b\xb5\xa8\xaa\x29\x4d\x99\x5b\xc4\x82\x66\xa4\xaa\xfa\x59\x14\x79\x41\xfd\x09\xa9\x2a\xf7\x3d\xea\x48\x33\x12\x08\xec\x8b\x75\xa6\x70\xb6\x2d\xd3\x42\x3d\x5b\x65\x4a\x1f\x52\x01\xa3\xe3\x1d\x33\xbf\x7a\xc7\x8c\xa5\xee\x35\x69\x3d\x61\xb0\xee\x66\x86\xe9\x31\x79\x67\x70\x0d\xad\xb9\xe1\xa6\x34\xb3\x05\x9d\x4d\xe4\xf9\x24\x8a\x74\x06\xc6\x34\xb9\xed\x6f\xbf\x80\x71\x99\x85\x6c\x98\xe3\xb1\x66\xae\x4c\x78\x2a\xc1\x42\x8d\x76\x84\xd5\x09\x1e\x2f\x37\x43\xff\xd2\x07\xb3\xdc\x16\x24\x64\xb9\x11\xd7\xb5\x97\xa8\x66\xec\x4e\xf2\x5d\xea\xdd\x74\xb1\x3f\x16\x4a\x35\xb9\x22\xe3\x5a\x12\xad\x20\x0b\x63\x5a\x5f\x7e\xd9\x73\x18\xa0\x47\xb8\xbb\xe2\x4f\xa4\xb7\xa0\x61\x6d\xbe\xc1\xe2\x87\x69\x62\x49\x19\xe8\x95\x90\x80\x77\x00\x70\xde\x29\x9e\x9a\x17\xc8\xd2\xb0\xf5\x38\x8b\x2d\xf3\xe8\xaa\x2a\x41\x38\x60\x27\xa5\x69\x68\x4d\x6a\x1b\x5d\x23\x39\x38\x8d\x73\x4d\x44\xb9\x67\xd3\x8d\xb8\xc6\xa3\xe7\xe7\x0d\x2f\xde\x59\x0f\xa8\x24\x8a\xc0\x77\x9a\xb9\x17\x32\x42\xf3\xaa\x2a\x20\x84\x0a\x4f\x5a\xe0\x99\x4f\xaa\x90\xca\x7a\x82\xdf\x4d\x03\x44\xcf\xd6\xa2\xcc\x8a\xcb\xdc\x9c\x7b\xa8\x82\xf8\x86\xcb\x1f\x8c\x90\x5f\x76\xdb\x0b\x0c\xfe\x9f\xff\x7b\xd0\xe1\x37\x66\x40\x08\xc2\xdd\x07\x6a\xc8\xb9\xd5\xdb\xa4\x99\x67\x8a\x5d\xe8\xff\xc3\xe0\xb6\x12\xab\x53\x0e\x83\xd4\xe4\x2b\x0f\x3f\xd1\x6b\x2f\x96\x52\x8c\x85\xda\x70\x69\xcf\x83\xbf\xd6\x72\xdf\xf2\xa3\xe4\x4b\x51\xac\x52\x79\x5b\x77\x4a\xb4\x35\x3f\x45\xd8\x49\xa8\xdb\xeb\xaa\x08\xba\x8a\xb1\xae\xc3\x22\xec\xf0\xf8\x9f\xdf\x7c\x15\xdb\x44\xae\xc3\x2e\x8f\x51\xd5\xf5\xac\x4e\xd5\x7d\x20\x2c\x80\x3f\xf4\xa7\xb6\xca\x32\xf0\x99\x50\xb2\x14\x3d\x9b\xe6\x3e\x3e\x52\xed\x9e\x86\x02\xfa\xc3\xc8\x04\x79\xb6\xc6\x64\x94\xa2\x26\x6f\x2d\x61\xde\xd7\x87\xa1\x02\x01\x03\xf8\x4e\x51\x3e\x30\xb6\x22\x21\x50\x76\x41\xa8\xf8\x93\x38\xf8\xa5\x61\xde\x06\xdd\xef\x8f\xd6\x5e\x85\xa3\x85\x0a\x38\x98\x1b\x0c\x55\xc3\x5e\xc5\x62\xe9\xcc\xf2\x11\x4f\xa4\x31\x02\xab\xbd\xe8\xc4\xc5\xc8\xe0\x9d\xfa\x27\x9b\x93\x9c\x5f\xa1\xdf\x4e\xba\xd4\x14\x52\x46\x15\x01\x3d\x1e\xef\x80\xae\xc7\x62\x13\xfb\x97\xc2\x1b\x65\x0e\x7e\xb0\x42\x82\xfe\x2d\x69\x2d\x7c\x69\x73\xc5\x00\x0b\xe8\xde\x79\xa0\xfe\x41\xae\xe4\xc0\x47\xa8\xed\x4f\x0d\x41\xcb\x6b\xb2\x4b\x58\x4a\x96\xcf\xc5\xe2\x34\x4e\x91\x60\x92\x51\x94\x02\x05\x54\x55\x8a\x31\xf3\xc5\x50\xca\x5e\xc4\x35\x82\x24\xa4\xd6\xdd\x72\x02\x42\x9d\x50\xb7\x79\xca\x60\x9d\x5c\xf1\x7c\x36\x90\x2a\x1f\x24\xd8\x1a\x9a\x81\x2b\xd5\xac\xaa\xfc\x36\x1e\xe2\x37\x59\xbc\x24\x54\x56\x15\x6a\x99\x30\x56\xcc\x56\x49\x41\x43\xa4\x2a\x73\x89\x2f\xe9\x9a\xee\xe8\x96\x6d\x34\xf5\x6f\x9e\x08\xb3\x75\xac\x09\x05\xb2\x64\x5b\xba\x66\x3b\xb6\x85\x35\xea\x7c\xef\x2f\xd9\x26\x56\xa3\x29\x35\x4f\x84\x84\x42\x9b\x98\x35\x10\xba\x62\xdb\xde\x96\x2d\xe9\x92\x5d\x1d\xd6\x26\x2f\xdd\xb1\x25\xae\xd7\x83\x59\x02\x70\x4b\x73\x00\xce\x29\x09\x5d\x82\x5b\xdf\xad\xfe\xff\xfc\x6b\x4d\x2c\xc5\x6b\x0a\x5f\xb8\x10\xb7\x16\xd4\x96\xae\x59\xe9\xbe\xce\x96\x88\x84\x82\x89\x31\x0c\xd3\x43\x04\x21\xb6\xf7\x51\xa4\x18\x5b\x45\x51\xbc\x63\x39\xa1\x71\x5f\x54\x15\x14\x7e\x26\xf4\xff\xe6\x83\x31\x81\xc5\x61\x8b\xe1\x99\x05\x89\x3e\xc1\xb6\x3a\x57\x5a\x55\x4b\x53\xcb\x79\x6a\x7e\xd4\x41\x7a\x86\x2c\xe2\xac\xe9\xea\xb9\xd9\xa2\xa8\x0d\xb2\x24\x74\x7d\x56\x0e\xa7\xb6\xcb\xba\xd5\xd0\x4e\xba\x1b\xe9\x5f\xa6\x87\x07\x42\xa8\xf3\xfd\xcb\x8b\x55\x92\xda\x07\x17\x55\xab\xac\x29\x54\x59\xcb\xd6\xb1\xa5\xea\x8c\x9a\xd9\xd2\x7f\x85\x00\x3d\x33\x34\xe9\xbd\x43\x15\x31\xd8\x37\x46\xb9\x84\xee\xf0\xd3\xe4\xa4\x5b\xf6\x47\x11\xaf\x09\xd3\x7f\x76\x84\x5e\xb1\xb0\xac\xed\x6c\xed\x6f\xb5\xe1\x14\xe9\xc7\x31\x2f\x56\xf4\x92\x2d\xad\xf2\xdb\x76\x36\xc1\x97\x39\xa8\x1b\x5f\x8a\x7b\x9a\x3d\xbd\x82\x01\xbf\x84\x79\x7e\x38\x8b\xf7\xf1\x15\x0e\x0e\xbd\xaa\xa7\xf9\xca\x4d\xf3\x3e\x2e\x29\xa4\xa5\x97\xb8\x7e\x2e\x6d\x14\x49\x9a\x59\x31\xc5\xa8\x0e\xb4\x29\xdd\x4f\xac\x56\x2f\x94\xd2\x85\x61\x8d\x97\x08\x89\x13\xde\x5b\x3e\xf0\x4a\xa6\x1c\xc0\x45\xa0\x0e\xda\x76\x3e\x0e\xa2\xa0\x17\x9a\x87\xb9\x4a\xf3\x58\x8d\x2f\xf2\xac\xf8\xcc\xa5\x15\xcc\xf7\x27\x3d\x55\xc3\x1b\x99\xbb\x08\x10\x74\xc0\xf9\x9f\xbe\xdd\x9a\x17\xed\x63\x5d\xc2\xdb\x54\xf1\xf3\xc9\xcc\x95\xc7\x4a\xae\x5c\x2d\xa1\xf3\xda\x7b\x4a\x8f\x25\xeb\x4b\x02\x8e\x44\x50\xdd\x60\x70\x20\xc7\xeb\x23\xc9\xd1\x28\xbc\x58\xee\xed\x88\xa9\xc0\x7f\x85\x16\xca\x81\xcb\x18\x37\x48\xb8\x32\xde\xe9\x21\x05\xbc\x1e\xcf\x43\xd1\x59\x93\xd0\x03\x26\x1f\x06\xdf\x39\xa1\x07\x9d\x74\x45\x6f\x44\x9c\xaa\x50\x46\x91\xaa\x86\x87\x1d\x44\x81\x74\x85\x2b\xfb\xc0\xe0\x05\xda\x67\x60\x84\x3e\xb2\xa1\x6d\x8a\xd3\xb9\x7f\x77\xa2\x42\x0f\x11\xf1\x5a\xc8\xcf\xef\x33\x00\x45\xc8\x8b\x58\x41\x2f\x69\x89\x1a\x1f\xb6\x48\xa2\x8f\xec\xf9\xc2\x7a\xfb\xa9\x23\xbc\x37\xa1\x00\x54\xb6\x05\x36\x34\xfc\x66\x32\xf1\x01\xe0\x85\x79\x1f\x3a\xd6\x68\x20\x84\xcd\xa5\x64\x28\xa0\x12\x54\x86\xbd\xbd\x7c\x5e\x77\x62\x9b\xde\x7c\x67\xc7\x18\x7d\x8e\xd0\x9c\xf1\x0c\x64\xac\xe5\xac\xee\x57\x41\x12\x10\x65\x59\x22\xad\x64\xb9\xf9\x61\xa1\xf6\xf0\x13\xec\x2a\x79\x09\x6c\xf7\x12\x7f\xf7\x96\xb3\x30\x92\x2d\x93\xbd\x3e\x65\xc3\xc0\xd0\x26\x75\xc5\xf4\xf1\x9b\x3a\x3c\x5d\x5b\xad\x7b\xe5\xdf\x03\xba\x58\xdc\xdf\x57\x55\x7f\x59\x55\xfb\x1a\x35\x62\x59\xa3\x30\xec\x7d\xd4\x88\xa5\x6f\xf8\xb9\x61\x93\xd3\xfe\x2a\x8a\x36\x67\xa9\xef\xcd\x73\xc5\xd2\xf9\x66\x51\x57\x37\xdf\x2c\x7a\xab\x28\xca\x8c\x45\x60\x3d\xaf\x40\x5d\x3a\xa7\x5c\xe5\xac\x48\xfc\xb1\xb2\x7a\x86\xde\x98\x9f\xb1\xfb\x06\x3d\x8a\x24\x8c\x39\xe4\xa0\x45\xa3\xf8\xba\xde\xbf\x7f\xc3\xd8\xa4\x31\x2d\x46\x2b\x65\x38\xf4\x56\x97\x5b\xaf\xe7\x4e\xa7\x15\xb6\x64\xb8\x7a\x41\xa8\x0e\x7a\xa8\xe0\x17\xcf\x4a\xd8\x3e\xe8\x94\x71\x87\xdd\x01\x22\xfc\xd8\x84\xa7\x6a\x38\x24\x0a\x54\x1e\xe7\x6a\x41\x11\x0f\x06\x2c\x46\x3c\x0c\x85\x36\x11\x2d\x96\x48\x40\xd7\xa8\xc9\xe0\xbe\x3d\x38\x21\x2c\x90\xa2\xf5\xef\xd5\x94\x6d\xbb\x57\x2c\x9a\x51\xa3\x5e\x4f\x53\x26\x67\xa3\x69\xa2\x46\xb1\x77\xe8\x64\x45\xc1\xc1\x66\x63\x36\xe5\x5f\x27\xe0\xf8\xac\x64\xea\xb4\x3c\x4f\x4f\x47\xa3\x12\xb6\x52\x79\x66\xf1\x12\xdd\x48\xe1\xa7\xd1\xf1\x00\xa5\xee\xd2\xc8\x8d\xf2\xd0\x33\x5b\x5f\x56\x15\xe6\x77\xfb\xdd\xaa\x55\x99\x6d\xb1\x11\x71\x6e\x26\x55\x5f\x3f\x9e\x77\xad\xf4\xe2\x5d\xf6\x07\x27\xa7\x86\x44\xd6\x34\xdd\xf9\x1e\x84\x8e\xac\x1c\x4d\x69\xc1\xf6\xb5\x48\xd1\xca\xa7\x69\xca\xc4\x79\x61\x0f\xb4\x67\x59\x5c\x50\x31\x9a\x12\xaf\x51\x4e\xa6\xc2\x52\xbd\x4c\x70\x64\x69\x4a\x92\xbd\xfd\x20\xb4\xc0\xc3\x48\x50\x15\x3a\xde\x87\x25\x88\x86\xb6\x34\xb5\x7a\x63\x9a\x6e\x1d\x4d\xab\x4a\xc0\xd2\xab\x2a\x71\xce\x32\x0f\x14\x4e\x9c\x59\x27\x8a\x3d\x19\xee\x88\xa0\x76\xe8\xfc\x70\x28\x0e\x28\x0b\x8f\x8b\xfa\x28\x16\x84\xa6\x9e\xf5\xba\x0a\xb0\x7e\x9c\x8f\xd0\x1a\x70\xcb\xb3\x1c\x0f\xd3\x22\x28\xa8\x8f\x1c\x35\x6a\x17\xd0\x84\x94\x5a\xd6\xd7\x7d\xe8\x9e\xb0\x56\x05\x0f\xc3\x0d\x00\x09\xf8\x2b\xb7\xca\x3f\x9a\x89\xda\x49\x3e\xa0\x03\xcd\xc8\x50\xc9\xd0\x53\xf2\xb8\xe9\xdd\x77\x76\x24\x3c\x56\x24\x51\x16\x6f\x13\x42\x68\xc1\xee\x80\xc3\xda\xa5\xb2\xe4\x2f\x0a\x15\x4b\xdf\x58\x98\x18\x93\xa7\x76\x2c\x0a\x02\xdd\xdb\x4a\x56\xbe\x4a\x5f\x19\x33\x30\x52\x55\xf6\x13\xa9\x54\x23\x76\x0b\x9d\x32\x12\xea\xc9\x39\x56\xfe\x08\x0b\x31\xaa\xaf\x9a\xd0\x32\xd7\xb3\xba\x0e\xe7\xe4\x3e\xbf\x7f\x23\x28\x7d\xd4\xf6\xbf\x51\x97\xb6\xfe\x53\xa5\x99\xc9\xee\x28\xae\x39\xdb\x3b\xe5\x99\xf0\x73\x2b\x1f\x35\x53\x7d\xb7\x4d\x77\x89\x9b\x54\xd0\x95\x84\xc1\xf1\xc2\xe0\xfb\xd0\xf0\x39\xc7\x5b\x16\xfe\x50\xb8\xb1\xef\xbf\xaf\xfc\x72\x5e\x2c\xba\xeb\xd0\x31\x58\xcf\x3d\x75\x80\x9a\x9e\xa9\x86\xb8\x83\xfe\xaf\x56\x43\x51\x24\x9f\xf4\x27\xde\xb9\xbd\x55\x2d\x41\xeb\x85\x0e\xba\x44\xba\x0e\x22\x3c\x5b\x2c\x55\x2b\xae\x1c\xc1\x8e\x6c\xd1\x78\xa4\x35\xab\x08\xc0\x87\xa0\xc4\x8b\x96\x3f\x99\x7b\x10\xb1\xd4\x39\x43\x50\xac\x57\xba\x22\xf3\x73\x88\x20\xa1\x33\x99\x80\x67\x7f\xcf\xd4\xc2\xf4\xc1\x50\x76\xef\x33\x14\x92\x40\x1f\x24\xe9\x15\x51\xd4\x47\xc8\xa8\x59\xc1\x50\xb0\x1b\x45\x85\x87\x09\x0b\xd0\x69\x05\x95\x14\xd1\xb8\x9d\x11\x4b\xe8\xd6\x9c\x18\xdb\xae\x2e\x1d\x1b\x5d\xa5\x66\xba\x14\x09\x1c\x08\x74\xe0\x77\xf1\xeb\x93\x5f\x94\xd5\x09\x86\xd6\x61\xe7\x8c\x23\xae\x8c\x15\x08\xe4\xc5\x00\xc7\xab\x20\x35\xac\x3f\x40\x66\x20\x56\xc6\x6f\xa2\xe1\x82\xb0\x76\xf7\x0c\x50\x5d\xc5\x01\x71\xa0\x4d\x91\x3b\x15\x17\x58\x99\x59\x4f\xa0\x44\x88\xbe\xd1\x92\x82\x4a\xbe\x34\xaa\x98\x7a\x9d\x65\xde\x36\x31\x0e\x5e\xed\x7a\xca\xc6\xf8\x83\x6e\xd2\x12\xf7\x61\x99\xf4\xa7\xde\x1a\xbb\x50\xfe\xfb\x82\x32\xc9\x41\x4f\x46\xdf\xb6\x70\xfd\xd0\x9c\xc9\x61\x5c\x00\x82\x53\xad\xd9\x04\xf5\xb4\x01\x58\x66\x25\x33\x71\xf3\x7c\x91\xc4\x6a\xac\xdb\x0a\x00\x07\xfa\x87\x81\x78\x44\x9a\xec\x88\x29\x2d\xa1\x6a\x5c\x37\xb7\xaa\x8e\x42\x7d\x77\xba\x3d\xcd\x58\x11\x45\x70\x00\x1a\x90\x79\xbb\xd7\x36\xb6\xbc\x22\x8a\xea\xd0\x6b\x84\x7b\xcd\x6a\x74\xbd\x46\x7a\xcd\x38\xa0\xbe\x51\x23\x13\xcb\x7a\xf5\xa3\xa0\x6a\x2a\xf8\xc2\xf5\xe2\x3a\x55\xc6\x9a\xe4\x99\x9c\x96\x8e\xd0\x1d\x4d\xc1\xb2\xc6\xc8\xca\x53\xc4\xb3\x49\xe7\xe5\x70\xba\xe8\x01\x57\x92\x5e\x94\x71\x5e\x63\x51\x1a\xee\xfa\xfc\x61\x14\x09\xa4\x83\x5d\xec\x10\x90\x2a\xc9\x83\x87\x23\x03\x35\x7b\x30\x29\x9c\x84\xd5\x86\x03\x57\x04\xe0\xc0\x38\x1b\xe1\x48\xc3\x86\x89\x4b\x76\x44\x5d\x85\x82\xfa\xba\x82\xb5\x06\x4f\xba\x16\x86\x93\xee\x99\x55\x4e\x5f\x32\x50\x56\xa7\x2b\x4f\x7f\x5d\x8f\xde\xd7\x8c\xe5\x4e\x05\xb8\xa6\x1c\xd1\x95\xff\x3f\x4e\x37\x7a\x24\x00\x15\x79\x1f\x45\x4f\x84\x79\xbe\x31\xc8\x60\xc6\xbc\x08\xa1\x36\xc0\x97\xf0\x70\x4f\xc8\x29\x19\x8d\xf6\x30\x01\xa7\x41\xd4\xf2\xcc\x7c\x3e\x2b\x56\x7f\xaa\xac\xa5\x2e\x6b\x38\x04\x86\x15\x90\x03\xff\xcb\x82\x94\x2f\x51\x0b\x1f\xcb\x1a\xf9\x99\x48\xc6\x72\x1f\xeb\xed\x98\x4d\xb8\x85\x75\x13\xc7\xa0\x87\x89\x91\x10\x3d\x12\x80\xd5\xb2\x24\xad\x65\xd3\xcb\xd8\xda\x3e\x84\xad\xe7\xce\x3c\xa0\x98\xad\xdd\x42\x4a\x26\x8b\xe4\x93\x42\x6e\x27\x0b\x8b\xea\x6a\x55\x55\x7d\x52\xf8\x74\xa1\xe9\x91\xaa\xca\x90\x10\xa9\x2a\xdd\x6b\x54\x94\xef\x2d\xd9\x9e\xee\x47\x6c\x4a\x57\xd6\x22\xe1\x00\x63\x33\x9d\x02\x69\xdc\xb6\x58\x36\x34\x55\xb9\x94\x9c\x17\x55\x65\xde\xa8\xe1\x6b\x9c\x8b\xcb\x6c\x99\xe6\xbf\x3c\x7d\xf3\xa2\xaa\xda\x61\x2e\xdd\x8a\x5f\x65\x4b\x8e\xc9\xfa\xbe\xe5\xa9\xde\x7e\x80\xc1\xfc\xbd\xbb\xb0\xbe\x17\x1e\x09\x08\xa4\x5f\xb9\x4b\x8b\x9a\xf6\x3b\x7a\xb8\xd0\x42\x8f\x90\xa2\x13\x3a\x3d\x3a\x42\x4e\x27\xc6\xb8\x4f\xd0\x5b\x11\x1f\x3c\x46\x86\x88\x3b\x9f\x1e\x6a\x3f\x11\x27\xca\xdc\x93\xed\xbe\x3d\x68\x75\x8d\x16\x8d\x64\x1f\x5a\xc9\x74\x88\x3b\xf6\x35\xf9\xa9\xa0\xd2\xaf\xa4\xa1\x37\x15\x4e\xd8\x57\x92\x2a\xb1\x4b\x94\xde\xdb\x5f\x15\x0e\x05\xc3\xec\xf9\xaf\x0a\xbd\xdd\x6b\xac\x7e\x7b\xdb\x10\x64\x8b\xef\xf6\x00\xbe\xb1\x62\x05\x73\xf2\xe4\x26\xac\x7d\x8d\x8f\x1d\xaf\x59\xde\x5a\x99\xc4\xd9\x36\xdf\xb7\x30\xf3\x63\x83\x7c\xf0\xf6\x5b\x7f\xaf\xd9\xb8\xac\xaa\xfa\xb8\x28\xa3\xa8\x6f\x56\xa5\x91\xfd\xec\x5a\xfb\x2d\x68\xca\x7c\xb2\xe8\x65\x6c\x37\x33\xd4\x3a\xca\x2e\x0d\x71\x8e\x0f\x55\x81\x77\x6b\x18\xb7\x1d\x48\x31\xcd\xa8\xed\xcc\xa8\x1d\xf4\x46\xd2\x15\x6e\xc1\x9d\xed\x6e\x84\xe7\x24\x24\xbd\x62\x99\x3d\x4f\xbd\xd0\x4b\x16\x6f\x87\x57\xe4\xc1\x43\x7a\x61\xef\xb6\xc6\x05\x02\x87\x14\x9e\x74\x17\x6e\x68\xa2\xa8\x1f\x5f\x9e\x5d\xcc\x37\x0b\x02\xa7\xdf\x29\x98\xb1\xb3\xcd\xec\x62\xbe\x19\x4d\x17\xc9\x84\x7e\x62\x3a\x96\x5e\x1b\x16\x24\x76\x23\xbc\x9a\x99\xb1\x49\x70\xb0\x88\x6d\x8e\xd7\xeb\x18\xdf\x14\x30\x31\xe4\xb7\xe3\x19\x24\xd6\xe3\x70\x6b\xc7\xe0\xd3\xa1\xd7\x3a\x12\xe2\xeb\xf1\x85\xb8\xdc\xc3\xd5\xd0\xfb\x13\xef\xa8\x90\x43\x2a\xb1\x63\x5b\x7a\x3d\x96\x46\x46\x7f\xe5\x76\xd4\xf5\xc1\x5d\x2a\x04\x4b\x06\xca\xc0\x92\x0b\xac\x24\x84\x62\x7f\x4b\xbf\x3b\xa5\x11\x32\xeb\xf6\x66\xb3\x12\x6a\x00\xf5\x16\x37\x81\x10\x6a\x7e\x97\x76\x32\x0f\xef\x78\x03\xc5\x22\x2b\x32\xd5\x81\x92\xa4\x36\x59\xa9\x0f\x0d\x34\x64\xa3\xc6\xb5\xaa\xc1\x9b\x62\xef\x79\xec\x3c\xa3\x5a\xcb\x40\xeb\xf8\xa5\xe1\xdd\xa1\xb4\xde\xad\x94\x88\x25\xe5\xa8\x40\xd3\xa9\xa2\x49\x6e\x39\xbb\xb3\x66\xe7\x49\x7f\x8a\x46\xe2\xe0\x91\xc8\x69\x1a\x94\x31\x39\x50\xd5\x65\xe5\x08\x72\xd4\xd0\x6e\xf2\x98\x31\x64\x36\xbe\x4a\xf3\x3d\x67\x6d\xc3\x76\x7a\x29\xe2\x8c\x10\xf7\xc0\xd4\x97\xe1\xf6\xcf\x4a\xfe\x44\xec\x6e\x9f\xec\x2d\xef\x64\xf4\xf2\x6e\x78\x2c\x49\x2f\x6c\xff\x04\xdb\x8f\x24\xef\x81\x82\xc5\x3a\xc0\x03\xdf\xee\xf8\x4c\x8e\xcb\xa0\x57\xb5\x16\x20\x18\x13\x09\x92\x34\x7b\x63\x1b\x5d\x1c\x69\xf3\x21\xa8\x00\xdc\x0d\x74\x18\xa7\x4f\xc8\xe1\xc0\xbb\xfd\x8e\x16\xb4\x8e\xf0\x60\x53\xc1\x10\x32\x6b\x80\x1a\x01\xfe\x17\xfa\x98\x45\x0b\xfc\x40\x2c\xa7\xcf\xb0\x73\xf6\x5f\x9a\xa6\xf4\x4d\x4e\x61\x86\x02\x1b\x54\x0b\x1a\xba\x13\x79\x1e\x7b\x7e\x6b\xd1\x16\x3d\xc4\x5a\x30\xcb\xa7\xaa\xc0\xa8\x5e\x82\x23\x82\x4e\xa3\x7c\x3d\xf0\xe3\x75\x5a\xaa\x37\x50\xaa\x57\xac\x1e\x20\x5a\xba\x2f\xb1\xbb\xb5\x9f\xb5\x93\xac\x8e\xca\x0b\x72\x57\x4a\x60\x63\xaa\x0a\x5a\x51\x7c\xa9\x72\x84\xe3\xb0\x35\x7b\xc2\x1e\x3a\xc0\xd7\x6b\x20\x0d\xfd\x3a\x94\xa9\x43\x91\xaa\x7a\xac\x39\x3f\xaf\xd5\x68\xa0\x0b\xeb\xa4\x99\xcd\x5a\xe8\xc2\x26\xc1\xc3\x27\x1e\xac\xa5\xd8\x0e\x48\x4f\xd5\xa6\xbd\xa0\x54\x64\x3f\x70\xa5\x39\x97\xb9\x5e\x0c\x33\xcf\x7d\x1c\xcd\xa4\x13\x09\x6a\x6e\xef\xf9\x0d\xb0\xa0\x7e\x15\x4a\x0c\x08\xbd\x73\xa8\x8a\x49\xa0\x52\x61\x8b\x1b\x1c\xc8\xa1\xb3\x1b\xbc\x58\x85\x9d\x08\x9a\x1a\xdb\xf5\x40\xff\x5c\xa3\x61\x11\x01\x1e\x50\x53\x2d\xe9\x08\x34\xd0\x72\x4b\x3b\xdc\xab\xeb\x23\xce\xb2\x48\x9e\x44\x5c\x5c\xa1\xfa\xea\xcf\x99\xda\x60\xef\xad\xaa\xfa\x13\x1c\x95\xb6\xc2\x2d\x3e\xec\x13\x80\x76\xb7\x1b\xea\x18\xe9\x95\x7a\x5e\x01\x8e\x91\x5e\x7a\xc7\xbf\x17\x3b\x5f\x33\xc6\x7b\xa4\xe9\x72\x83\x36\x9a\x4e\xc0\x5e\x69\x37\x4c\xe1\xca\x16\xf6\x15\x7a\xac\x40\x43\xef\x4f\x15\x85\xb2\x30\x28\x09\xe8\x05\xd4\x0f\x19\x99\xd7\xe8\xda\x3a\xe4\x40\x03\x65\xb1\x23\x77\x89\x67\xcb\xd2\xfb\x4d\xf8\x0f\x77\x28\xa8\x28\x85\x2c\x09\x85\x18\xdf\xd5\x0a\x6a\xf6\xe2\x27\xbe\xa2\x23\x0e\xf3\x7b\x70\x3c\xe2\xdf\x49\x9e\xc6\x8d\x49\x80\xda\x36\x1d\x69\x0c\xa8\x1c\x8e\x85\x71\xc7\x48\x25\x2f\x79\x78\x11\xc2\xa5\x85\x26\xf2\x85\x3e\x73\x5f\xf2\x62\xff\x86\xc3\xfc\x98\x9e\xe9\x5b\xdb\xad\xa9\x8c\x15\xf6\x95\xaf\xd3\xd4\xc0\xe8\xb3\xfb\x87\xba\x11\x65\x67\x0d\x53\x99\x9c\xc5\x8a\xfd\x5b\x44\x51\xec\xe9\x95\x8d\x42\x25\x34\x80\xc2\x88\x25\x2b\x82\xeb\xd1\x27\x41\xf9\xd7\x84\xcc\x06\xa3\x41\x22\xab\xaa\x99\xaa\x17\xdc\xdc\xe6\x66\xc9\x69\xd1\x74\x20\x7d\x29\xe2\x20\x25\x22\xc9\xc3\xd9\x1e\xb7\x21\x05\x72\xf3\xbe\xa4\x69\x9e\x46\x5f\xbb\xea\x1b\x0c\xee\x2d\x0d\xb5\x42\x7b\x47\x51\x0d\xd4\xe1\x40\x2f\xb9\x7a\x9e\xf1\x7c\xd5\x06\xe1\x3a\x09\x6a\x3c\xd0\x72\xbf\xdb\x09\xa9\xca\xf7\x62\xbf\xdc\xb4\x93\xf7\xa7\x07\x0a\xbd\xf6\xa3\xb2\x75\x3c\x28\x84\xd1\x03\xeb\xbb\x65\x6c\xcf\x06\x69\x50\x57\x34\xa1\xbe\xad\x2a\xf4\x2c\x14\x0e\x17\x51\xf2\xf6\x2e\xec\xbb\x75\xb6\xbd\x4c\xd5\x72\x13\x7f\x2b\x00\xd5\xeb\x22\xdf\x07\x40\x5f\x61\x16\x1d\x1b\xdb\x25\xfa\xc6\xea\x3c\x35\x93\xb7\xf7\xc1\xb1\xa5\x3f\xd1\x45\x2d\x79\x76\xc5\x57\xcf\x9b\x7d\x86\x3c\x65\x2e\xae\xf1\xf6\x3c\x50\xfb\xbb\xfb\x30\xed\x71\x1f\x99\xa2\xaa\xdc\x27\xbe\x8b\x37\x46\x4c\xc7\x59\x95\x81\x86\xe7\x72\x73\xe4\x83\x91\x40\x63\x11\x72\xbf\x3d\xfa\x9c\xb7\x97\x7b\xbb\x49\x9a\x68\xc4\x76\xa9\x10\x31\x63\x42\x55\xd0\xb2\x87\x93\x06\x96\x9d\xbd\x74\xaa\x8a\xcf\x62\xd5\x82\xdb\xf0\x9a\x40\x92\x98\xb7\x0b\xfc\xcf\x09\x95\xc4\x5c\x43\x47\x47\x0b\xaf\x9e\x60\x72\x2d\x8d\xed\xb6\x0a\x68\x09\x74\x9f\x3a\x60\x9c\xd1\xc0\x02\xfb\x97\x88\x15\x89\xa2\xbe\x8c\xa2\x7e\x88\xe7\xa1\x27\x23\x84\x06\xe2\x47\xa0\x81\x6c\xa1\x9f\xf9\xed\x3b\xfe\x7b\xe8\x2c\xae\xd0\x2c\x9c\xde\xae\x70\xae\x81\xba\x94\x6e\x44\xc7\xf1\xe6\xb2\x19\x2e\x16\x29\xc0\xd6\xb6\x66\xac\xa8\xaa\xab\x28\x7a\x30\xff\xb8\x5f\xff\xb7\xc9\x64\xa4\xff\xac\xd7\x8b\x07\x88\x6e\x53\x90\xb6\x00\x1e\x95\x8e\x61\xf5\xc7\xd6\x55\xa6\x03\x91\xf1\xa1\x0d\x4a\x9e\x3f\x17\xf2\x49\x3d\x70\x35\x50\xf4\x72\x93\xca\x27\x08\x02\x84\xb0\x01\xff\x7c\x38\xf9\xba\xcf\xb2\xaa\x92\x70\x8e\x0e\xfe\xc7\xff\xff\xff\x1c\x10\xfa\xcf\xff\xfc\xcf\xff\x64\x2c\x23\xfe\x21\x62\x2b\xb6\xab\x99\xdf\xf0\xe5\x13\xb1\xdd\xa6\xc5\x2a\x1e\xec\x8b\x95\x18\x90\x83\x87\x1b\xe4\x34\x28\xb3\xc2\xf9\xdd\xa5\xd6\x6c\x8f\x9c\x96\x67\x79\x14\x49\xbf\x3d\x25\x18\xa7\x05\x01\xa7\x64\x38\xb4\x2f\xb5\xb0\x9c\x4d\x7b\x5a\x2f\xe0\x80\xea\x56\x18\x03\x90\x92\x50\x5b\xe1\xc8\x70\x12\xfb\x7a\x3d\xcc\x06\x5f\xe1\x6f\x3e\x40\x8d\x29\xd7\x28\x7d\x57\xe8\x3b\xc2\xc2\x19\x01\x5b\x71\x3e\x9a\xce\xcc\xd4\xb3\x7d\x70\x6b\x25\xfe\x67\xe1\x57\x11\x45\xf1\xfe\x28\xcd\xd6\x8a\x61\xbc\xa6\x2f\xfd\x48\x94\x9b\xf2\xff\x19\x7a\xd3\xc2\x57\x51\x74\xd8\xad\x37\x2c\x5f\xb5\x8e\x37\x6f\x73\x9b\x15\x8a\x7b\xdf\x5e\x43\xe1\xe6\x27\x07\x2a\x8a\x7f\xf1\xdb\x37\x92\x97\xc1\x51\xf9\xc5\xcb\xcb\xb8\x92\x75\xac\x88\x2e\xc8\x5b\x9c\xf7\x70\xdd\xc8\x72\x4b\x4f\xb3\x57\xd5\x27\x46\xce\x72\x09\xbc\x10\xdd\xb3\xa2\xcb\x7d\x7a\xb6\x8e\xf3\x28\xea\x2f\xc9\x9d\xf4\x2e\x2b\x9f\xe1\x7c\xed\xb7\x23\x8a\x46\x53\xa6\x2b\x33\xa8\x4c\xfa\xe0\x49\xb3\xa2\x04\xe8\xf8\x7f\xa9\x58\xd2\xbf\x71\x12\x43\x3c\x7d\xc5\xe3\x9c\x68\xfe\xb4\x87\xca\x30\x96\x31\x5c\x96\xa5\x9e\x47\xea\x39\xad\x0b\x63\x7a\x47\xc2\x59\x87\x12\xef\xc0\xe0\xc8\x7d\x91\x7c\xf6\xd5\xcd\xef\x29\xaf\x06\x09\x9a\xf8\x6a\xbe\xf8\x65\x14\x84\x63\x8b\xc3\xfb\x61\xb4\x06\x9a\xf9\x1b\xa3\x14\xec\xf9\x54\xc0\x04\xbf\x8c\xd6\x48\x09\xdb\x14\x7f\x8c\x60\xe3\x24\x27\xd3\xc9\x64\x72\x7a\x52\xfb\xab\x80\x6c\x62\x36\x90\x97\x17\x69\xfc\xf0\x9b\x6f\xe8\x49\xfd\xdf\x78\xf2\x0d\x19\x24\x03\x25\xd3\xa2\x44\x31\xde\x80\x0c\x07\x0d\x64\xa4\xd3\x13\x44\x1e\x1a\x99\xf6\x4f\x5a\xf1\x6d\x8c\x24\xb1\x4b\x97\x99\xba\x4d\x74\x0d\xa7\x27\xeb\x2c\x57\x5c\x26\x27\x69\xbe\xdb\xa4\xb1\x89\x63\xdf\x90\x53\xcd\xf9\xa2\x18\xb1\x96\x53\x8b\x3c\xff\x80\xe4\x6b\x08\x2b\x59\x46\x51\x90\xe8\xbd\x40\x0c\xcf\x1d\xa8\x6c\x04\x87\x73\xa7\x60\xa7\xaa\x62\x2b\xbd\x08\x84\x1a\x27\x03\xe4\xe4\x9a\xf7\x9c\xbe\x5d\x8b\xf6\x61\x5e\x2f\x51\x44\x46\x7d\x9f\x6d\xb9\xd8\xab\xb8\x18\xaf\xb8\x42\x8b\x09\xac\xf3\x91\xde\x7b\x6e\x77\x5e\xc5\x84\x5e\x93\xbb\xdf\x33\xeb\xf6\x6f\xeb\x43\x97\xfe\x3b\x8b\xb1\x6f\x74\xb0\x15\xfb\x92\xef\x77\x03\xba\x25\xb4\xe4\xca\x16\x7f\x49\x1f\x4e\xc8\xa1\xf7\x6d\x67\x42\x83\x1b\xe9\xa7\xfe\xc6\x47\x60\xb8\x8a\x3d\x59\x7d\x56\xf3\x32\xf8\x66\xe2\xb8\xf7\x8e\x41\xa3\x02\xef\xa4\x61\xcc\x67\x66\xf4\x92\xc1\x80\xf4\xec\x48\x0e\xfe\xc7\xff\xf1\x7f\xd5\x52\x21\x41\xfd\x91\xe5\xa0\x5f\xa9\x73\xd3\x66\x9d\x6c\xea\x07\x3d\x2b\x56\x4c\xd4\x77\xd4\x3d\x43\xee\xbd\x8f\x5e\xc6\x46\xd5\xaf\x6b\xe6\x34\xad\xd4\xbd\xd1\x37\xb4\xb9\x55\x57\xd4\x4a\xbb\x8b\x1a\xc8\xb6\x1c\xfb\x80\xb8\x71\xd7\x01\xc7\xf6\x96\x15\x6c\x8f\x28\xe8\x54\x63\xb1\x04\xe6\xbe\x67\x80\x69\x69\xe9\x4f\x7b\x57\x5f\xeb\xce\xc2\x73\x57\xb3\xec\x28\x0a\x07\xee\x7c\x12\x45\x30\xc6\xcc\x5f\xd5\x33\x38\x30\x97\xd6\x6e\x49\x2f\xc5\x58\x92\x84\x0f\x87\x67\xd3\xc9\xac\x6b\xa9\x32\x6f\xf5\x94\xf4\x9b\xc9\x84\x24\x8d\x5d\x75\xe8\x7d\x39\xdf\xc3\xc9\x84\x1c\x0e\x9a\xb0\x47\x7a\xcf\x58\xd6\x06\x77\x0c\xaf\x2a\x9f\xa0\x01\xe8\xe1\xda\xe7\x41\xf2\x49\xd0\x82\xf3\x55\x69\x30\x62\x1c\x30\x5a\xa2\x99\x23\x5f\x6e\x4c\xe8\xcb\xbf\x28\x45\x36\x22\xe4\xf1\x2a\xbb\x32\xfe\x95\x9e\x66\x57\xb5\x8c\x38\xfb\x5f\x2f\x23\x6e\x48\x43\xa5\x75\xf3\x55\x33\xc1\x03\x6b\x5b\xa2\x53\xfe\x55\x91\xaf\xba\x4f\xe4\xab\xba\x44\xbe\x60\x60\xbe\xe3\x32\x85\xca\x7d\x1a\xae\x29\x0b\x76\x26\xf1\x13\x7d\xd1\xd2\x2f\x36\x5d\x93\x3d\xa8\x28\x16\xc2\x8b\xf6\x77\xa4\x03\x2f\xb4\x09\x3a\x0a\x47\x29\xc0\x8e\xb6\xe3\xca\x0e\x40\x52\xda\x96\x9a\x7b\x9a\xfd\x85\x7d\x1a\x08\x1e\x03\x64\xa0\xe6\x81\x6a\x6f\x0d\xd9\x73\x57\x12\x5f\x0a\x7d\x5c\x66\x6f\x54\x31\x9d\xc9\x53\xba\x54\xd9\x15\x7f\x86\x90\xe3\x3d\x10\x8e\xfb\xc7\x79\x38\xf2\xed\x4a\x43\xc7\x30\x54\x38\x86\x9d\xc0\xc9\x7e\x38\xbc\xe6\x3a\xfc\xdb\x2c\x2e\xfe\x9c\xa0\xda\x88\x40\x8b\xfb\x25\xb9\xdc\xd3\x44\x4d\x55\xda\x33\x07\x6c\x2d\x99\xe5\x79\x52\xdf\x7f\x3a\x49\x52\x50\x28\xe5\x29\xfc\x3e\xd4\x18\x1a\x35\x25\x57\x8b\x94\x04\x8a\x88\x7f\xc8\x0a\x1e\x07\xb8\xa1\x96\xe6\x2f\xa8\x27\x13\x74\xf8\xa1\x23\xc7\xb7\x90\x9e\x00\xf7\xd2\xe2\x8c\xb9\x58\x54\xc0\xaf\xe9\x76\x9e\xb3\x57\x00\x40\xe5\x43\x8d\x0a\x00\xec\x0a\x42\x86\x75\xa9\x4e\x42\x1c\x0e\x8f\x75\xb9\x1b\x0e\xac\x57\x97\x1e\x00\x33\x54\x9d\x05\x34\x44\xcc\xbc\x76\x1c\xe8\xca\xe8\x49\xc0\x2a\x80\x92\x98\x1c\xbb\xb1\xac\xaa\x07\x1f\xf7\x0f\x27\x93\x0b\xc3\x91\x62\x12\x14\xf9\x7b\xd5\xde\xb3\xa8\xd0\x47\xcd\xaa\xaa\x14\x22\x9e\x3f\xa9\xdb\x15\xcb\x50\x78\xcd\x64\x38\x88\x56\x9a\xad\xd7\x9a\xb7\x72\x94\xd8\x2f\x37\x1d\xd2\x7f\xe3\x33\xde\xab\xe0\x59\xb1\x8a\xbd\x8c\x1d\xaf\x33\xca\x17\x11\xf4\x65\x20\x23\x88\x22\x94\x6a\x98\x2b\x40\x93\x6e\x1f\x54\x0c\xc7\x77\x20\xae\x91\x31\x42\xf0\x7b\x43\xbf\xbb\x1d\xd0\xcc\x7d\xea\x4a\xb3\x3f\x27\x92\x77\x62\x22\xda\x77\x66\xe5\x27\x46\xc2\xe1\x64\x6e\x81\xd4\x83\xf2\xe3\x32\x67\x30\xee\x30\x5c\x9d\x07\x9f\xe4\xc1\x19\x46\x51\x1c\x9b\xa2\xaa\xca\x01\xdf\xeb\xf2\xde\xe0\x76\xf1\xe4\xa4\xd4\xc5\xbd\xdc\xe7\x2a\xdb\xe5\xdc\x3b\xa7\x39\x21\xd8\x8e\x66\xbe\x76\x27\x6b\xfd\xda\xa0\xf0\x5a\x32\xde\xda\xb0\x05\x7b\xc2\xdd\xc0\x70\x83\x02\xf1\x0a\xdd\x7d\xa6\x1e\x6c\xa8\x3e\x6b\x83\x94\x6b\x8b\x1e\x6a\x7f\x9b\x74\x3d\x0b\x24\x39\xbe\x48\x57\x55\xd5\xcf\xaa\x2a\xc3\x9f\x13\x40\x83\xba\x44\x9c\xa8\x1a\x71\xcd\x46\x5c\xb9\x08\x00\x40\xb3\x5a\x61\x8f\xea\x4a\x5d\x16\x9a\x86\xc1\x90\x01\xe4\x41\x55\xe5\x80\x20\xba\xa6\x86\xe6\x8c\xe3\xad\xf7\x44\xec\x0b\x15\x45\x35\xa4\xaf\x13\xd8\xa0\x81\x49\xdf\x94\xb3\x67\xe5\xbc\x86\x4a\x59\x38\x6d\x8e\x25\xdb\x83\x6a\xe9\x0c\xff\xcc\xf1\x4f\x9d\x30\x81\x80\x5e\xca\xee\x0a\xb1\xe2\xc9\x72\xbe\xac\xe3\x28\xaa\x62\xfb\x81\x0f\x17\x23\xef\xeb\xeb\xc5\xc1\x42\x35\x9b\xfc\xe5\x7c\xb2\xf0\x55\x5a\xe7\x0f\x5d\x29\x93\x43\x4f\xc9\xdb\x3b\xe4\x93\x1f\x09\x83\x92\x49\xad\x9f\x5e\x9a\xd6\x3f\x74\x44\x20\x11\x5e\x81\x0e\x7f\xbd\x8c\x83\xe5\x3f\xd3\x57\xbd\xd1\x24\x6b\x96\x4a\xe8\xca\xc5\xad\xaa\x8a\x8f\xd3\xd5\x0a\x91\x91\x57\x20\xb8\x34\xd7\xdb\xa3\x3c\x87\xd0\x12\x2e\x7d\x3f\x0d\xcd\xd1\xbb\xbb\x26\x5b\xea\x45\x37\xf3\x12\xe5\xe0\xa7\x14\x37\x86\x3e\x91\xbe\xad\x11\x67\x41\x51\x11\x29\xcc\x2d\xdf\x5e\x70\xe9\xad\x76\x4d\x9c\x36\xd3\x1f\x91\x29\x07\xdc\x5d\x13\xd5\x96\xb4\x71\x6e\x8f\x1c\xc4\xbc\x01\x86\xeb\xbf\x25\x19\xf2\x58\x9f\x78\x06\xda\xa9\x8b\x32\xbb\x1f\xb2\x06\x0e\x40\x60\x0e\x69\xf7\x09\x11\x10\xc4\xbf\x89\xb8\xb9\xf2\x8f\x3e\x81\x35\xd2\x1d\x7d\x10\xd3\xe4\x7e\x63\xa0\xff\xe4\xd9\xd3\xeb\xc2\x25\x0e\x8e\x99\x6e\x90\xe2\xf0\xf0\xa1\x1d\x98\xc5\xfe\x09\xd4\x89\x5f\x1c\x1c\x4b\x9a\x07\x31\x8d\x7a\x51\x3c\x5b\x65\x4a\x74\x38\x74\xe9\xee\x01\x98\x46\x7b\x87\x46\x28\xb7\x56\xac\x71\x84\xe8\x5b\x6f\x2b\x8a\x47\xc5\x92\x97\x0a\x19\xbf\x34\x2b\x6a\xc3\x94\xa7\x66\xdc\x57\xd9\x15\x55\xa4\xe3\x35\xe8\xcf\x3d\x05\xd9\x32\x1c\xd9\xd8\xfd\xb6\xa3\x53\xd8\x67\x9d\x2f\x3d\x62\xad\xb2\xab\x2f\xbf\x5f\xdd\xf7\xa6\xe3\x6d\x2d\xdc\xb6\xcd\x21\x8f\xc9\xcc\x09\x3e\xbd\x21\x4e\x3e\xd4\x77\xf3\x5f\xda\x16\x01\x3c\xf5\x5f\x78\x09\x3a\x51\xb6\xf4\xc6\x13\x50\xcc\x9b\x6d\xa3\xe1\x4b\x13\x3f\x5a\xb8\x32\xaf\x32\xcd\x96\xfe\xd9\x65\xe6\x08\x92\x7a\x6f\xf4\x9b\x08\xde\x3a\x10\x0e\x5b\x6f\x6f\xb4\x12\x61\xb0\x4e\xe6\x36\x48\xbf\x03\xf4\xdb\x25\x68\x15\xf3\xdc\xdf\x36\xc1\x70\x34\x1e\x2d\x1b\x0f\x41\xf6\x65\xc8\x3b\x0d\xed\xf9\xdd\x3a\x0e\xff\x24\xc1\xd2\x3b\x76\xca\x1b\xb5\x4f\x4d\x91\xdc\x4f\xb5\x14\x36\xcd\x51\x7a\x45\x46\x51\x01\x36\x7f\xa1\xdb\x8a\xbf\xf1\x58\x59\x51\x34\xe8\x5c\x6b\x1e\x39\x96\x48\xca\x00\x71\x43\xac\x61\x70\xf7\xfa\x44\x4b\x40\xea\x91\xb9\xad\xa5\x50\x77\x14\x84\x17\x56\x0a\x0f\x12\x8c\x16\xa5\x06\xbc\x2e\xda\xc3\x0b\xc0\x35\xb1\x72\x69\x40\x83\x91\xce\xd8\xa4\xaa\x84\x81\x3e\xad\xb1\xc0\xfd\x37\xb3\xcc\x98\xfd\xf8\x39\x26\x8c\xc5\x9c\x15\x12\xa0\x02\x11\x07\x88\xa0\x76\xfd\xfb\x2c\xc6\x84\x9a\x00\x41\xbb\xf9\x92\xd5\x21\x05\xb8\xbc\xd2\x94\x8a\x9f\x94\xb7\x92\x72\x4d\x3b\x81\x43\x54\xdf\x93\x2a\x6a\xe0\x43\xb5\xa2\x46\xff\xca\x6d\xdb\x6a\x84\x3a\xa4\xc4\xea\x0e\xd1\xa5\xb1\x78\x79\x9a\x5d\xc1\x9a\x45\xfe\x1f\x1a\xb2\xf7\x1a\x92\x0f\xa7\xa6\x29\x26\x4f\x1d\x0a\x8d\xe9\xc2\x45\xb6\xd8\x03\x30\x03\xb5\x1b\x9f\xa6\x6a\x7e\x8d\x09\x35\x18\x80\x9f\x0f\x5a\x1a\x8f\x13\xc0\xe3\x6b\x76\x24\x85\x23\xaf\x16\x3f\xe5\x31\xaa\x6c\x4f\x7d\x60\xef\x9a\x63\xbc\x6c\x7a\x17\x45\x83\xd2\x9e\x93\xeb\x5a\x0b\xa7\xc1\x00\xf9\x39\xeb\x9f\xde\x82\x2d\x1b\xf9\x4d\x6c\xf9\xca\x4b\x3a\x18\x10\x42\xaf\x44\xb6\x8a\xc5\x90\x19\xcb\xfc\x3d\x5d\x76\x55\x86\x10\x69\x58\xdd\x92\x18\x72\x12\x9c\x70\xad\x5e\xa6\xf2\x33\xa0\xcc\x17\x74\x82\x5c\x36\xc0\x3e\xd1\x78\xc7\x86\x4b\xea\x13\x1f\xee\x10\xcb\x56\x8c\xed\x0e\xc4\x1d\x6b\xd0\x86\x55\xcd\x19\xed\xd9\x4a\x2f\x1f\xc0\xfa\x02\x7c\x30\x31\x64\x37\x16\xfd\x7f\x8f\xb8\x20\xfb\xb1\x12\x04\x05\x30\x25\x41\xd9\x93\x71\x6b\xc1\xda\x1d\xc0\x21\xb0\x32\xc6\x81\x7d\xdd\xed\x85\xf6\x0e\x1d\x78\xe9\xa0\x03\x9c\xc7\x7e\x0c\xa8\x06\x3f\xf8\xef\xf1\x4e\xf2\x6a\x95\x5d\x55\x3b\xf2\xb7\x07\x19\x32\xe9\x38\x6f\xaf\xd2\x2d\x47\x8c\x0b\xbd\xcd\xad\xa9\xc1\xd7\xed\x69\x5d\x9b\x90\x9f\xec\xcb\x76\x7f\x6d\x1b\x96\x62\xa7\x4b\x58\x3b\x84\x8a\x21\x5b\x23\x5c\x37\xbc\xf1\x9e\xea\xb5\x42\x55\x9f\xc9\x53\x02\xae\x7f\xbd\x5d\x63\xcd\x11\x0f\xb1\xa2\x25\x5d\xd2\x94\xee\x09\xa1\x1b\x3d\x7e\x78\x62\xad\x79\x9c\x9a\x99\xda\xd3\x67\x36\x74\x1f\x62\x12\x93\xd3\x95\x7b\x96\x8d\xa2\x8d\xfb\x7d\x4a\xb2\x75\x7c\x25\xe2\x15\x61\xec\x4a\xc4\x1b\x42\x56\xe3\x9d\xd8\xc5\x84\x6e\xcc\xdf\xfd\x68\xe4\xa4\x98\x7a\x16\xfb\x6c\x33\x9f\x2c\x8c\xf9\xc2\x0a\x11\x84\x21\xb9\xfd\x95\x0e\x87\xee\xe1\x7a\xcd\x26\x74\xc7\x26\x74\x0b\x0b\x80\x5e\x41\x5e\x7a\x59\x3f\x65\x6f\xed\x33\xc1\x95\x7b\xca\x5e\x9f\x5d\x46\xd1\xd6\x7f\xb9\x5e\xeb\xc6\x85\x01\xa7\x64\x38\x5c\xbb\xe9\xbe\x60\xd0\x05\x7a\x8b\x7d\xa0\x9f\xea\x0a\x9c\x26\xb8\xde\x87\x2b\x67\xe0\x91\x4c\x08\xbd\xf5\xa3\x36\x7e\x14\x39\xdd\x9d\x7d\x8a\xa2\x0b\xbf\x4e\x57\xd0\x6e\x34\x25\x8c\xdd\xfa\x71\xb7\x7e\x9c\x6e\xda\xae\xb7\x9a\xaf\x3c\x60\xd6\x0b\x07\xa6\x58\x17\x43\xa8\x1e\x13\xdc\x19\x18\xbb\xc6\x2d\x7b\xcd\x60\x4a\xd7\x84\x3e\x63\x30\xa9\xae\x6d\xd0\x3b\x57\x40\x52\x63\xca\xd5\x93\x5b\x55\xba\xc0\xaa\xda\xf1\xf8\x9a\x3e\x23\xb3\xf8\x3b\x69\x56\xc4\x8a\x5e\xd3\x67\xd4\x39\xb7\xa2\xfd\x09\xb1\xc6\x82\xf7\x3f\x6c\x77\x0b\x83\x9a\xaa\x6d\xf7\x27\xee\x08\x6e\x65\x6d\x91\x16\xb5\x60\xce\xc8\xbe\xec\xa3\x78\x4b\xfe\x15\x26\x27\xb4\x3b\x3b\xe8\xd7\x84\x74\x32\x6d\x52\xd6\xe4\x40\x9b\xa5\xb7\x7d\x88\x2e\xb7\x81\x7c\x6b\xf6\xaf\x9a\xa2\xe5\x92\xd8\xdf\x24\x41\x99\x1e\x00\x80\xa4\x2a\xed\x33\x5e\xcb\x03\xe1\x0d\xdc\x66\xfa\xc4\x89\x27\x6b\xd1\x69\xe9\x04\x59\xb2\xd6\x73\x4a\xf0\xf2\x32\x36\x07\xe1\x33\x13\xcb\xcc\x89\xd9\xad\x5b\x00\x39\xda\x9e\xbe\x3a\x3a\x54\x55\x47\x1a\xf7\x4e\x49\x3d\x9e\xfa\xc0\x7e\x62\x96\x7f\x6c\xf9\x7a\xbb\x1f\x66\xa0\xf2\xa3\x7f\x25\x75\x20\xa1\x13\x72\xff\x33\x92\x9b\x88\x66\x9f\xb0\xce\x40\x67\x8e\xb7\x94\x1e\x3e\x89\x86\x1e\xdb\xf1\x67\xa7\xc9\x21\x78\x68\x22\xf4\x35\xbe\x8b\xbd\x43\xa0\x8f\x3b\xab\x11\x91\xbc\xe3\xb4\x71\xd1\x24\x2f\xf9\x81\xbe\xf5\x5f\xa9\xee\x0c\xc5\x76\x8c\xcb\x32\x90\x7f\xa1\xc7\x83\xc5\x81\x22\xd8\x6d\x53\x31\x94\x33\xa0\x10\x6b\x3c\x08\x78\x80\x71\xf9\xfa\x2c\x2c\x47\x13\xf5\x01\x20\xa1\x49\x10\x84\xd5\xd4\x60\x88\x6b\xd1\x4e\x09\x08\x17\x96\x3e\xf1\x1b\xbf\x00\xbb\x5d\xf7\xa5\x5b\x85\x42\x3c\x69\x91\x67\x0b\x8b\x85\x6c\xc5\x7b\x12\x75\x96\x0b\x83\x88\xec\xd4\x21\x6b\xbe\x72\xc5\xf9\xee\x89\xd8\x05\x23\x57\x7b\xfc\x9c\x2f\xe8\xbd\xcd\xe4\x73\xe5\xf0\x68\xb7\x46\x38\xe8\x1a\xe8\x80\x99\xdb\x31\xd8\x9c\x5e\xcb\x23\x42\x30\xae\x7a\xd3\x35\x1f\x09\xbb\x9b\xe9\x1c\x93\x86\x2d\xe4\x06\x17\xd2\xaf\x9c\x2f\x2c\x4c\x63\x3d\xbd\xb5\x96\xa8\xd5\x8e\x69\xc8\x9c\xc1\x9e\x97\x71\xd2\x44\xa9\x6e\x57\x29\xed\xdc\x15\x2c\x84\xad\x36\x5e\x2a\x14\x2d\x3c\x07\x15\x51\xb4\x43\x15\x2f\x90\xa5\x9e\xb1\x09\x71\xde\x03\xf0\xc7\x68\x7a\x38\xd0\xdf\x82\x95\x0e\x8e\x16\xdb\xcb\xfc\xd2\x8c\xb1\x59\x09\xce\x57\x07\x39\x50\x25\x3a\xd2\x5f\x1d\x4f\x0f\xe3\x73\x6c\x27\x79\xfe\xf8\xbc\xfc\x06\x7d\xb6\x4e\xb1\xdc\x84\xf1\xcb\xcd\x01\xbd\xc0\xde\x2a\xfa\x49\x19\x1b\x2f\xe7\x43\x17\x0c\x9d\x9c\x63\xeb\x89\xe7\x96\xf5\x5a\x75\xa2\xaf\xd0\xd4\x98\x17\xf3\xda\x6d\x9f\xf5\x52\x93\x33\x8e\xd6\xc5\x1c\xad\x8b\xb3\x75\xac\xce\xf2\x59\x9c\xb1\x09\x15\x6c\xea\xbc\x58\x91\x44\x9d\xed\x67\x82\xc5\x19\x53\xa3\x9c\x0c\xa7\x49\x5c\xea\x03\xd4\x8a\x83\x01\x46\x6f\x1f\x45\xba\x98\xaf\x17\xe7\x0a\x51\x52\x62\xc1\xf6\xa3\x5c\x73\x36\xea\x5c\xc7\xc6\xa9\x33\x28\x74\x7a\x0b\xa8\x15\x02\xf5\x3f\x5c\xd0\x1c\x4a\x91\x8c\x81\xea\x4d\xc9\x25\x20\x2b\xce\xb0\x11\x89\xcd\x0c\x25\x49\x42\xad\x21\x1b\x22\xd7\x65\x04\x2d\x7e\xa1\x15\xa3\x87\x0b\xa6\x0b\x1d\x7d\xbd\xc0\xef\xe9\xc2\x2b\xf0\x94\xe8\x1a\x1f\x0e\xe3\x72\xc4\xbe\x26\x8b\xda\x59\x97\xa6\xe0\xad\x2d\x9d\x8c\xa2\x8c\x41\x07\xb0\xdc\xb3\xba\xbb\xb6\xa3\x50\xc5\xf0\x1f\x8b\x28\xea\xeb\x1f\xdf\xb4\xeb\x88\x61\xac\x75\xd7\x5c\xdf\xad\xa7\x43\x63\xc5\x09\xd2\x73\xf3\x82\x99\x64\x80\x2f\x27\xa8\x95\x5c\x27\x29\xad\x2d\x8b\x93\x9c\x5a\x8b\xe3\x64\xef\xa9\xa1\x3c\xab\x11\x52\x8c\x00\x1e\xe4\x44\x01\x8e\x04\xbb\x3b\x50\xde\x32\x5f\x37\x88\x37\xe0\xff\x89\x84\x67\x6d\x88\x67\x01\xe7\x57\x13\x99\x42\x2d\xd8\x9d\xef\x0e\xb1\x81\x9f\xdb\x00\x4b\xc0\xca\xde\x1e\x81\x3a\x20\xbd\x66\xf5\x5d\xfe\xb7\x74\x33\x9e\xa9\x86\x2f\xb1\xb9\x5a\x78\x7a\x46\xaf\xa1\x15\xd0\x16\x0f\xa9\x0b\x31\x54\xf4\xfd\xff\xb3\xf1\x79\x1f\xc6\xbc\xe7\x37\xc6\x62\xa4\x15\x55\x03\xaf\x84\xf0\x40\xbe\x15\x6c\xe0\x89\x78\x9b\xde\x68\x86\xdc\x93\xb3\xd0\xb0\xcb\xaf\xf6\x40\x89\x94\x0d\x3f\x83\xef\x54\x7d\x7c\x18\xa9\xd3\x2e\xbd\xe4\xbf\x58\x71\x59\xec\x1e\xf6\xed\x0f\xf3\xb4\x5f\x55\x2e\xe6\x42\xac\x6e\x89\xe7\xa5\xde\xf3\x62\xd8\x5d\xfa\x87\xff\xd9\xd2\x03\x9c\x9f\x97\x2a\x00\xea\x54\xe3\xeb\x6c\x75\xc9\x55\x8d\x8c\x8e\x7e\x4c\x5c\x78\x0d\xe8\x95\x11\x3f\xfd\x3c\x5b\x8c\xd3\x0b\x71\xc5\xad\xe4\xe2\x6f\x45\x10\x49\x7a\x88\x1e\xcb\x04\xb5\xf8\x05\x43\x26\x80\xef\xd6\x03\x3b\xf0\x3c\xaf\xc9\x1e\xc2\x7b\x0c\x72\xb1\x4c\xf3\x81\x75\xde\xfc\x28\x8b\xf1\x05\xd0\x84\x33\x56\xcc\xd2\x21\xcb\x7d\x13\xe0\x24\x1d\x35\x20\x52\x8c\x90\x7f\xa0\x47\x6c\x00\x7a\xdb\x03\x1c\x43\xa8\xd1\x3c\xe7\xf1\x0e\x1d\x8a\x63\xea\x9a\xe9\x10\x40\xda\x77\xc3\xd8\x2b\x68\x36\x49\xf4\x2c\x91\x9e\xc5\x48\x06\x6b\xa3\x46\x8a\x77\x90\xc2\x40\xec\xb2\x9c\x4a\x34\x7f\x1d\xb2\xdc\xda\x21\x99\x21\x4a\xbd\x21\x4a\xa9\xe7\x62\xe7\x91\x0f\xb1\x03\x16\x5a\xcc\x09\x6e\x8c\xb9\x7a\xc1\x8c\x11\x30\xa8\xdb\xa2\x22\xad\xed\xbc\x24\xc5\x88\xe9\x56\xd0\x6c\xc4\xde\xfb\x48\x06\x6e\x48\x65\x55\xf5\x65\xdb\x51\x1e\x02\xe6\x1e\x35\xee\x1a\x32\x61\x2a\x1d\x22\xee\xa7\xf1\x32\xf7\x57\xc6\xd5\xb7\x8c\x2f\x46\x69\x6d\xc9\x9c\x8d\xc0\x00\xcc\x3b\xae\xde\x04\xe0\x26\x96\xba\x82\x35\xd3\xf4\xf2\x48\x28\x2c\xf0\x82\x6e\xf1\x0f\x38\x68\xcc\x42\xff\x39\x4f\xbc\xe2\xa8\x20\x77\x35\xfa\x61\xac\xa8\x7b\xf2\x05\x44\x95\x8c\x2a\x9a\x36\x9c\x40\x52\x51\x83\xad\xcf\x70\xe6\x99\xb1\x6c\xb6\x16\xce\x66\x41\xd8\xb6\x94\x41\xf5\xa5\x0f\x5f\x93\x23\xfd\x2b\x11\x9f\xf6\xef\x0f\x9d\xe8\x9e\x31\x9e\xc6\x92\x44\x91\x8a\x22\x13\x7b\x96\xcf\x95\xbe\x1c\x11\xca\x36\xe6\x4c\xa5\xb1\x2e\x61\x34\x52\x0b\x32\x8a\x5d\x19\xb3\x49\x32\x25\xb4\xd0\xc7\x59\xa2\xe9\x19\x53\xce\x59\xee\x99\xad\x7b\x45\x0e\x6d\x91\xfa\x2a\x82\x5a\x59\x3e\x1f\x0e\x75\x99\xae\x48\x5d\x9a\x2e\x33\x8a\x40\xd8\xab\x44\x14\xf1\x73\x09\x24\xdf\x2c\x8d\xf9\x68\x4a\x92\x14\xac\x4d\x0f\x05\x33\x20\xf0\xa1\xef\x4d\xf0\xfd\x00\x60\x41\x85\xdb\x35\xe8\x7d\x73\x0f\x68\xf3\x20\xcf\xca\xed\xd2\x4e\xe3\x3d\x26\x5a\xb2\x32\xde\xd3\x32\x45\xaf\x10\xbe\x2f\xad\x3e\xfb\x45\x44\x51\xbc\x44\xd0\x69\x48\xf6\x8b\x20\x84\x2e\x3d\xef\x8d\x01\x36\xd1\xa4\xa7\xc0\x9f\x15\xb6\xcb\x37\x83\x6f\x5c\x0f\x92\x05\x28\x03\x5f\x81\xeb\x85\xe3\x4e\x45\x1f\xe9\x5e\x0c\x83\x53\x29\x58\xdb\x16\xee\x01\x61\x1e\x32\x67\xe9\x3e\x2c\xcc\xdd\xee\x3b\xb4\x53\x4d\xdf\x42\x6b\x74\x60\xe2\x20\xc8\xc6\x37\x6f\x79\xce\x0a\xc0\x7d\xcb\xc6\x62\xaf\xca\x6c\x85\x10\x49\x99\xe7\xe7\xae\x0b\x28\x10\x3c\x35\xc8\x61\xe7\x71\x49\xce\x1c\x89\xfe\x56\xc5\x85\xf5\x16\x40\xfb\x13\x6a\xd1\x83\x32\xf6\x32\x8b\x0b\x2a\xf1\xc1\x00\x51\x36\x0b\xeb\x26\x2d\x5b\xc7\xd9\xb9\x68\x17\xe1\x52\x50\x84\xd7\x0b\x1d\xb9\xf7\x27\x74\x4a\x7a\x35\xda\xb6\x87\xc3\x03\xc9\x33\x72\x7a\x6a\x77\xe3\x53\xdd\xa5\x14\xf6\xa3\x24\x34\x67\x3f\x14\x71\xaa\xd7\x4e\x1e\x45\xc6\xcb\xc3\xc4\xfa\xd6\xec\xe7\x55\xd5\x8f\xcb\xf1\x72\x73\x8e\xc2\xdf\xf1\x72\x53\x55\x25\xd0\xee\x2e\x20\x8a\x4a\x18\x4a\xcf\x83\x44\xd9\xcb\xd8\xfb\x2c\x4e\xd9\x7e\xac\x84\x75\x21\xed\xc6\xf4\xa9\x6a\x0b\xeb\xb3\x11\xdc\x51\x56\x62\xff\xf0\xab\x7a\x6c\x3b\xcc\x52\x69\xce\x0c\x5a\x96\x8f\x3a\x5e\x04\xa6\xb9\x6b\xf3\x3e\x84\x77\x24\x55\x34\xaf\xcf\x1a\xd6\x9f\x50\x71\x6e\xc1\x2b\x0c\x20\xc4\xa8\x4c\xc4\x19\x98\xcd\x9a\x80\x61\x99\xc4\x29\x02\x06\x80\xcd\xeb\x01\xb7\xd1\x1b\x68\xe8\xca\x02\x1c\x59\x57\xfa\x4c\xa6\x3a\x7c\xcd\x0a\xf8\xbb\x63\xfb\x78\x43\xe8\x96\xa5\xf4\x8a\xed\xe3\x35\xa1\x97\x0c\xd4\xfa\x8a\xf3\x2b\x6f\x76\x25\x5d\xd3\x4b\x3d\x77\x40\x6d\x9f\xc2\xed\xb4\x9c\xad\x19\xdb\x54\xd5\x9a\xb1\xbd\x3e\x47\x37\x74\x4a\x92\xf5\x68\x73\xc6\xa6\x35\x93\x73\xc1\x8a\xb3\x5d\x55\x15\xa3\xdd\x19\xbb\x1a\x15\xb3\x4d\xb2\xa6\xb7\xac\x18\xc5\x17\x8c\x6d\x66\xbb\xe4\x8a\x9c\x02\xd4\x8f\x8f\xf2\x73\x81\xc0\x3e\x17\x3d\xbf\xfe\x0b\x0a\x39\xb6\xc9\x25\xbd\x3d\x1b\x4d\x67\xa3\x69\x72\x7b\x3e\x05\x67\x9b\xd0\x61\x23\xa2\x5d\xf2\x2c\x8f\x57\x0f\x1e\x12\x7a\xcd\x36\xc3\x4f\xe6\x39\xe2\x9a\x6d\xdc\x52\x7b\xc6\x26\xa7\xcf\xce\x3e\x9d\x0e\x87\xcf\xc8\x35\xb6\xfc\x9a\x4e\xb1\x90\x1b\xb6\x8f\xaf\x49\xef\xe6\xbc\x98\xc5\x6b\x76\x4d\xaf\xd8\x0d\x8d\x2f\x59\xaa\x99\x9a\xab\x21\x9b\xf2\xaf\xf5\x88\x7e\x22\x49\xbc\x61\xd7\x74\xc7\x6e\x60\xe0\x56\x23\xf6\xc9\x5f\x38\xaf\x54\x80\x7d\xc3\x5b\x64\x6c\x13\x1c\xb1\x8e\xb1\xaf\x35\x8c\xdd\x2a\x72\x77\x8b\x0e\xa7\x77\x92\x0f\x9a\x24\xf8\x3f\xfe\xeb\x74\x38\x54\xe4\x56\x05\x48\xcc\x0d\x40\x7d\x5d\xee\x2b\xb1\xe2\x31\x82\xeb\x34\x12\xeb\xa2\x2f\xc0\x73\xc0\x5f\x29\xe5\x10\x40\x37\xde\x2a\xfb\x96\x7a\xab\x02\x88\xc8\x07\xdf\x4c\x1c\xc4\x1c\x20\x94\xb7\xfb\xaa\x99\xc4\xb7\x5e\x61\x80\xc0\xee\xf9\x82\x7e\xd1\x3d\x8c\x8e\x4f\x68\x8e\xa2\x8b\x30\x9a\x15\x3e\xb6\x90\xfb\x37\x20\x54\xba\x41\xa5\x9a\x3b\xe9\x05\x1d\x92\xc4\xd1\x58\xc7\x8c\xe1\x33\x66\x21\x20\x2d\xa8\xd0\x83\xa9\xeb\x6c\x76\xfe\xd0\xeb\x6c\xcd\xd3\x64\x70\x23\x4e\x27\xb0\xcc\x7e\x50\xf4\xb9\xa2\x7f\x18\xe7\xca\x3f\x2a\x36\xa9\xcf\x87\xc7\x86\x51\x83\x87\x61\x76\xb7\xdc\x26\x1c\xb0\xe3\xac\x88\x53\x9f\x3b\x9a\xdf\xc4\x31\x4c\xf0\xcd\x10\xaf\x15\xea\x61\xe8\xe9\x74\x9e\x5b\x2b\x84\x9c\x53\xb7\xfa\xc2\xd3\x51\x88\xc7\xf7\xfa\xe2\xb7\x12\x63\x42\x37\x56\xdf\x81\x78\x5b\x76\xc6\x3d\x49\x41\xa6\x3f\x69\x6b\x2a\xb8\x1a\x5f\x22\x8f\x05\x4d\x75\xcc\x8e\xf1\x3f\x6c\xd9\x93\xf0\xf3\x8d\x30\x75\xa1\x3a\x8b\x3e\xcb\x56\xc9\x70\xf8\xa3\x3a\xd0\x3f\xd4\xec\x0f\x35\x16\xbb\xd2\x3a\xd1\x87\x81\x21\x89\xc5\x0d\x14\xd7\x45\xf9\xad\x14\xfb\x1d\xfb\x43\xb1\x3b\xb1\x2b\x93\xb9\x89\x5a\xd0\x15\xcf\xd3\x5b\xbe\xd2\x4d\xbe\x48\x97\x9f\xcb\x64\xbe\xf0\xb6\xe9\x77\x01\xf2\x75\xa3\x34\x10\xb6\x80\x5d\x74\x4b\x3d\x17\xb8\xd0\x46\xc9\x54\x53\x1b\x2b\x81\x50\x68\x4d\xaf\x6f\x73\xb9\x18\x2f\xd3\x3c\x8f\x43\x8c\x66\x0b\x4d\x29\x9c\xe2\x5f\xe0\x19\x56\x87\xcf\x8b\x05\xbe\xb9\x77\xcf\x0f\xca\x3e\x9a\xb1\x38\x43\x67\xc7\x32\xd9\xba\xc8\xb1\x04\xf3\xee\x02\x87\x43\xaf\x17\x34\x03\xaf\x6b\x87\xeb\x4d\x96\xf3\xb8\xee\x30\x39\x90\x58\x91\xc3\x3a\x2b\xd2\x3c\xbf\xbd\x33\x4b\xbc\xe5\x13\xcf\xeb\x32\x8c\x10\xf4\x55\x8f\x92\x51\xd8\x81\x5c\xa7\xc1\xc8\xd7\xc7\x1f\x8c\x0c\xed\x70\xaf\xf7\x93\x8a\xf5\x58\xe3\x08\x77\xc4\xff\xfe\x85\xf8\x9f\xbf\x10\xff\xb7\x2f\xc4\x7f\x6b\xe2\x71\x0c\x3c\xef\x9d\xe1\x42\x0b\xb4\x35\x4e\xbb\x97\x97\x81\xa0\xe8\x2b\xcf\xe2\xe8\x49\x9e\xed\x76\x7c\x15\x45\xaa\x36\x36\xc2\x23\x17\x8e\x18\x50\x27\x09\x71\x65\x59\x77\xca\x91\xea\x04\x94\xa5\xca\x9c\x23\xcf\xf5\x31\x22\x43\xf7\x2f\x80\x0e\x6b\xa0\x2a\x0c\xaf\x88\xf1\xdb\x54\x5e\x66\xc5\x63\xc4\x8b\x1a\x35\x5b\xd0\x95\x03\x8d\x05\x01\x69\x17\x5b\x19\x96\xdd\xec\x2f\xea\xc2\x68\x5a\x85\x8f\x83\xf3\x25\x8a\x5e\x61\xe8\x76\x5f\x2a\x83\x1c\xca\xc7\xde\x59\x89\x3a\x4a\xee\x48\x44\x70\x3b\x78\x34\xb3\xa7\x10\x18\x95\xd7\x67\x10\x9c\xdc\xde\x37\x92\x8e\x2d\x05\x99\x30\x8d\xa1\x1c\xcf\x9d\x7e\x09\xa9\x2a\xd9\x90\x33\xe9\x39\xeb\xc4\xbc\xb4\x5d\x62\x7e\x2f\xd0\xdb\xe7\x07\xd0\x3b\xf2\x43\xef\x34\x3b\xe1\xb5\xde\xbc\xb2\x26\x41\x7b\x0e\x34\xe8\xb4\xef\xee\xd5\xdc\x2c\x58\xe3\xea\xa9\x71\x13\x14\xd6\xf1\x2f\x74\x12\x69\x53\xf9\x8e\x60\xef\x59\xc5\xbd\x66\xa9\x51\xf4\x2b\xce\xcd\x45\x2a\xad\x88\xf1\x07\x1d\xd2\x1e\x99\x7e\xf7\xd0\xc0\x5c\xa4\xab\xdf\xf6\x25\xae\x92\xf7\x82\x6d\x55\xac\xea\x02\xea\x5f\x81\x62\x02\x92\xc4\x5f\x53\x15\x4a\x36\xac\x64\x31\x28\x31\x68\x9f\x19\x44\x4c\xe8\xac\x4c\x64\xf7\x56\x91\x2d\x07\x43\xc3\x46\xd9\xc3\x95\x8a\x15\x19\xaa\x16\x3c\x33\xac\xd8\xf4\xe6\x9d\xbb\x19\x7d\x98\x9b\x2f\x97\x3b\xda\xe8\x72\x09\xa1\x71\x73\xcc\x61\x61\x36\x2e\x65\x82\x4a\x89\x68\xde\xb0\xaa\x0d\xbf\xe5\x31\x17\x69\x46\xbb\xcd\xf7\x10\xf1\xb7\xc6\xc4\xf7\xec\x36\x0a\xda\x05\xc7\x4f\x28\x4c\x32\x07\x44\x56\x74\x0e\x3e\x6e\xf8\xc6\x58\x9c\x19\xc5\x29\x17\x10\x45\x57\x32\xf6\x5d\x80\xb7\x51\xac\xeb\xc4\xcd\xd2\x40\x27\xc1\x5b\x09\x4d\xe1\xef\xd4\xf3\x02\xae\x7b\x1d\x45\xd6\xa0\x83\xbd\x12\x60\x68\xdf\x77\xb4\xf0\x26\x2d\x9f\xa3\x31\x46\x2b\x28\x26\xa4\xd7\x31\xc8\x7a\xd3\xdf\xef\xae\xae\x95\x45\x73\xba\xdd\xf3\x5a\x93\x7c\x7d\xa3\x5c\x86\x07\x33\x89\xa2\xc7\x70\x50\xd4\x0b\xb9\x3e\x28\xeb\xdd\xf8\x4b\x47\x9a\xe6\x5a\x89\xa2\x4c\x81\xda\x50\x1b\xd9\xc4\xa3\x24\xdb\xbd\x42\x3b\x4d\x30\x1f\x04\x5d\x09\x19\x45\x17\xbc\xe9\x96\xf5\xdb\x7b\x4e\x0f\xab\xb1\x88\xaf\xd3\xcd\xa6\xff\x1b\x9a\x6e\x8e\x23\xe3\xa1\x48\x8e\xaf\x37\x9c\xe7\xf0\xf0\xf2\x8b\x05\x2d\xf5\x4e\xc6\xda\x38\xc0\x5f\x49\xfd\xe0\xa0\x04\x4b\x29\xaf\x98\xa0\xd0\x0f\x06\x1a\xa1\x55\xb2\x3e\xdb\x3b\x4c\x7d\xc3\xca\xfb\xe6\x08\x7e\x67\x9c\xd5\x3a\xf3\xe0\x63\xf8\x58\xad\x32\x0d\x40\x56\xeb\xf4\xc1\x70\xea\xd5\x46\xc0\x9a\xfd\x0b\x66\xc9\x3a\x1d\xed\x6c\x78\x90\xa2\x3d\x68\x1d\xdd\x85\x23\xab\x3d\xb2\xdd\x1d\x3e\x0a\xe3\xd5\x2a\x16\x29\x93\x23\xc7\xad\x5f\xdb\xd1\x0e\xeb\xc8\xa0\xe2\x8e\x2e\xff\x80\x8e\xf0\xbc\x23\xe3\x77\xc0\x11\x0f\x56\x86\x93\xc4\xb5\xe0\x94\x9d\x7f\xac\xb8\xf0\xa5\x57\xf8\x80\xf2\x0d\xb8\x7d\x37\x82\xa2\xfe\x94\xa6\xc6\xaf\x21\xe8\xb1\x46\x91\xec\x33\x35\x43\x34\x36\x92\xa4\x34\x67\x3f\xc9\x98\xfb\xae\xcb\x40\x7e\x8c\x62\xe4\x86\x4b\xb3\x1d\x85\xf7\x08\x32\xf2\xcc\x1f\x3b\xd3\x43\xb8\xf1\xd7\x64\xc1\x34\xc9\x10\x44\xae\xdc\x3b\x58\x35\xed\xb0\x0c\x42\xf4\x50\xd4\x9a\xa2\xb9\xbf\x98\xe3\xad\x6e\x67\xee\xaf\x13\x87\xad\xdb\x28\x74\xb4\x27\xe7\x53\x70\x00\x06\x5e\x9b\xc3\xc2\x70\xa5\xc4\x57\x7e\x69\x3f\xd4\x6d\x6f\x16\xa7\xa3\x46\xcb\xa0\xbc\xbe\x40\x2d\x41\xfb\x96\x92\x1e\x62\x45\x7f\x30\xce\xf3\x1b\x54\x1b\xe9\x8a\x50\xa2\x31\xd3\x86\x7a\xd5\xc7\xb7\x1f\x9a\x95\x88\xe8\x02\xa4\x76\x78\x16\xb6\x00\x94\x15\xb8\x20\xc7\xdc\x98\xeb\x45\xa1\xc4\x4f\x19\xbf\xae\xb5\x48\xaf\x42\x30\x7e\x90\xfe\xdf\xfb\xde\x42\x33\xe4\x9b\xe0\x7d\x67\x08\x7e\x25\xcf\x26\xb3\x8c\xf5\x27\x0e\x26\x18\x43\xcf\x0d\xda\x03\x7a\x6a\xc1\xd3\xc1\xbb\xa1\x1a\xaf\x85\xc1\x21\x82\x5a\x00\xfd\xa9\xa7\x21\x9c\x45\x51\x7f\x6d\x57\x70\xed\x8d\x12\x10\x1a\xd0\x92\xbb\x0b\xb5\xc4\x42\x93\x40\x63\x47\xd2\x13\x32\x8f\x02\x19\x79\xdb\x7d\xa1\xaa\x61\x79\x75\x3f\x91\x0f\x90\xb5\xe7\x89\x06\xb6\x89\x72\xae\x2b\x1d\x54\xca\xc3\xdd\xcd\xe9\x40\x4f\x5f\xfb\x15\x2a\xf4\x50\x46\x85\x99\x61\x3b\x3b\x71\xd6\x7c\xf9\x6d\x1b\x56\x0b\x72\xd0\x4b\xcc\x78\x17\x16\x80\x04\x74\x7b\xc1\xbf\x03\x0c\x93\x97\xa0\xf1\x5c\xd2\xd4\x06\xff\x58\x6c\xfc\x08\x34\x06\xf4\x10\x97\x4e\xcb\x33\x51\xbf\xad\x96\x44\xcc\x4b\xd4\x2e\xaf\xbd\x32\x7d\x9f\xc5\x3a\x94\xfe\xbf\xbc\xfd\xeb\x92\x1b\x37\xb2\x2f\x8a\x7f\xe7\x53\x34\x2b\xbc\x6a\x17\x86\x20\x45\x6a\x96\xf7\x5e\xbb\xba\xd1\x0c\xd9\x92\x2f\x63\xcb\xf2\x58\xb2\x3d\x1e\x8a\xa3\xa8\x26\xc1\x26\xac\x22\xc0\x41\x81\xdd\x6a\x37\xf9\x08\xff\x88\xfd\x08\xff\x38\x71\x9e\xe4\x3c\xca\x7e\x92\x13\xc8\x04\x50\xa8\x4b\xb7\xb4\x66\x9d\x73\xbe\x74\xb3\x70\xbf\x26\x12\x89\xcc\x5f\x26\x5b\xb1\xe6\xa8\x4c\x5d\x40\x11\x4d\x08\x7a\xc8\x5e\xb4\xb3\x83\x8b\x77\xc0\xa3\x4f\x0e\xd2\x15\xa0\x83\x58\x3a\x16\xce\x81\x07\x99\xfa\x0c\x78\x90\xa7\x82\xcd\xce\x27\xb5\xb0\x08\xaa\x30\x34\x71\xee\x1c\x12\x6a\x1a\xd1\x35\xe7\x51\x33\x0d\x93\x8d\x90\xa2\xda\x66\xb1\x8b\xf6\xda\xdf\x85\x17\xe7\xf8\x07\xce\x8c\x0c\x40\x00\x06\x36\x89\x75\x60\x10\x28\x80\xcc\x26\xba\x5a\x7f\xe7\x8a\x6a\x7b\xa6\xec\x2d\x1c\xd5\x3c\x33\x4e\x0b\x7d\x0d\xdb\xa2\xea\xab\xad\x27\x55\xbb\xfa\xc8\x71\x7b\xec\x61\xa5\x59\x3b\xaa\x38\xc6\x0d\xe0\xae\x68\x80\x9b\x68\xb6\x01\xb4\xf4\xe2\x66\x3c\x90\x36\x6e\x09\xe4\x89\x1b\xf3\x97\x07\x1a\xd3\x80\xb7\x44\xdf\x0a\xc7\xa3\xf9\xf4\xb6\xfd\xa7\x1b\xd6\x68\xd5\xdf\xc2\xd3\x14\x9a\x08\x09\xc9\x99\xf1\xf6\x97\x95\x61\x1d\xf9\x07\xd5\xf8\xca\x60\xd8\xf7\x36\xf0\x9c\x70\xf0\x37\x27\xd7\xd9\xcc\xf2\xf3\x68\x9d\x9f\x21\x1e\xda\x62\x49\x88\x13\x0c\x86\x67\x13\x7d\x02\x2e\x16\x2c\x87\xc4\x1f\x0e\xd2\xce\x56\x35\x7f\x23\xb2\x1b\x67\x3f\x87\x5a\x35\x63\x3d\x9a\xe5\x33\x4c\x2b\xd5\x9a\xd7\xa0\x77\x28\x9a\x45\x35\x30\xd8\xd5\xec\x1b\xa4\xf9\x91\x37\xed\x3e\x8d\x2e\xb6\x58\x52\xc5\xcc\xb9\xba\xd0\xe7\xca\xab\x1f\x14\x4d\x57\x24\xe1\x49\xd1\x92\x25\x32\x90\x4c\x8d\x0a\xf4\x5e\xe7\x1c\xa5\x15\x91\xeb\xaa\x50\x1d\xd7\x6d\x3e\x04\x9c\xf2\xb9\x63\xdc\xf9\xe3\x0b\xce\x42\x33\x1d\x47\x8c\xdc\xc9\x2a\xfe\xe0\xde\xb3\xca\xd4\x3f\xf2\x35\x7c\x89\xc9\x34\xd5\xc1\x25\x55\x70\x59\x2f\xdc\x5e\xfe\x1e\xf5\x63\xae\xb8\xae\x8e\xc7\x9e\x40\xa7\x5a\xd6\x8d\x60\xa6\x76\xf4\x12\x09\x68\x40\x7f\xda\x3b\xc4\x7a\xa3\xc8\x87\x34\xfd\x59\x86\xf7\xda\xa8\x1d\x5a\xdb\xf9\xf5\xaa\x0c\xfa\x22\xf2\xa1\x65\x33\x7d\xe1\x33\xe9\x91\x24\x97\x75\xdc\x1c\xf2\xe5\x59\x1d\x32\x62\x92\xfa\x62\x47\x4c\xd6\x65\x9a\x8b\x86\x5f\x2e\x1d\xb5\xaa\x59\x79\x23\x21\xb9\xcf\x14\x13\x76\x62\xb4\xad\x9b\xce\x08\x99\xbb\xda\x5c\x2a\xa7\x89\xaf\x10\xc1\x82\xd0\x3a\x2f\x43\xb9\xd1\x0f\x8d\xf6\xe4\x50\x59\xb0\x09\x89\x9b\x81\xc7\xf2\xb9\xaf\xd0\x50\x43\xc7\x0f\xd6\x37\xa5\xad\x1a\xdf\x28\x5f\x5f\x5c\x87\x5b\x9d\x71\x81\xb4\x6a\x76\x68\x50\xa4\x69\xf5\x50\x25\x85\xab\x64\xb2\x52\x72\x55\x98\x0c\xb6\x44\xe1\xfa\x55\xb9\xfa\x42\x6c\x23\x73\xe5\xb2\x92\xbe\xfe\xa3\xb6\x80\xe8\x7a\x2d\x2a\xed\xca\xbe\x28\xb1\xe4\xb9\xfb\x3f\x62\x32\x37\x3e\x70\x54\xc2\x32\x87\x75\xd8\xf5\x08\x04\x60\xad\x91\x13\x78\xed\xb7\x70\xff\xea\x1c\xdc\xf4\xf9\xae\x7e\xc8\xa5\x92\xd8\x64\x02\xdc\x29\x89\xda\x9d\x92\xfb\x39\x12\xbe\x55\xf2\x81\x56\xd1\x61\x66\x2e\x64\x24\x65\x34\x97\x4c\x36\xfd\x68\x2a\x17\x50\x7b\x79\x0a\x9c\x1b\xda\xd7\xd7\x8e\x2b\xdd\x01\x7d\x3c\x66\xe1\xb7\xa5\x95\xe7\xe3\x19\x63\x57\x2a\x2b\xa8\x26\x69\x5a\x38\x67\x33\x0d\x72\x0d\x13\x70\xdf\x75\x42\xd5\x71\xee\x19\xd3\x97\x96\xdb\x4d\x4b\x04\xfb\x94\x0e\x58\xe4\x46\xca\xf5\xa1\xd7\xe9\x55\xed\xde\xca\x7b\x67\xcc\x4c\x5b\xeb\x0b\xb6\x5f\xad\xc4\xd0\x7a\x66\x68\xa6\xa5\xf8\xd4\xa2\x5b\x0e\xc0\x6c\xa1\x7a\x21\x97\x48\x17\xa3\xb2\x22\x77\xb6\xba\xed\x4b\x47\x31\xd7\x72\x5a\xb4\x6a\x81\x93\xf5\xc3\xf1\xa8\xd9\x43\xa4\xd7\x29\x89\x20\x0e\x9f\xa2\xb0\x32\x72\x5d\x3b\x44\x43\x58\xce\x6e\x3f\x2d\xe7\x08\x4e\x87\xca\x11\x38\x1c\x82\xd2\xc0\xd6\x71\xc8\x70\x08\xe5\xe5\x14\xfe\x2b\x74\x7c\xed\xec\x1e\x1b\x83\xc8\xca\x51\xb1\x50\x98\x77\x6c\xa8\x1a\x8d\xbc\xe3\x99\x72\x6c\x06\x66\xc4\x04\xd5\x23\x26\xd0\x7e\x2c\x90\x61\x4d\xc0\x88\xcc\x95\x9d\xc9\x8b\xe9\x7c\x9a\x47\x55\x34\xea\xd0\x23\x26\xff\x54\x2c\xd4\x18\xd2\xcd\xf2\x29\xc1\xea\xa8\xdd\xdb\xa7\x07\x7a\x1f\x79\xbd\xd5\xed\x87\x9e\xc6\x24\x6a\x36\x75\x13\x69\x7a\xde\xcb\x0c\xbc\x95\xb9\xc3\xda\x9e\x4e\x76\x43\x80\x3b\x92\xb0\x17\x46\x23\x1d\xd4\xf0\x22\x07\xb8\xba\xef\xe5\xc5\x80\x5d\xe8\xaf\xba\xd8\xbb\xc7\x6a\xd6\x8f\x61\x6e\xaf\x88\x3e\x25\x8a\x39\x3b\x09\x21\xb8\xf6\x96\x11\x3d\x0a\x9b\xee\x9b\xb8\xe9\x55\x6c\xed\x7d\x16\x41\xa4\x08\xf3\x5a\xfc\xc1\xb3\x98\xa8\x39\x84\xfe\xfb\x7a\x37\xfc\x2a\x32\x43\xce\xf5\x90\x05\xd7\x09\xe7\x9a\xe9\xc8\x2f\x0b\x18\x17\xe8\xe3\x11\x00\x36\xbd\x0d\x62\x9a\x26\x46\x1f\x40\xab\xb0\x6b\xef\x29\xae\xa5\xd2\x7c\x0c\xb6\x3f\x55\x02\x4f\x1e\x75\x71\x20\x1e\xb2\xf7\x5b\x90\x7a\x38\xd7\x92\xc1\x4a\x21\xf2\x56\xd9\xde\x5d\x2d\xc7\xa6\xba\x6e\x02\x74\xa1\xdb\x0c\xa9\xcc\xd8\xd9\xd4\x24\xcd\xb5\x78\xe3\x9c\xdf\x57\x8e\x1a\x3f\xae\x9a\x68\x19\x5c\xc5\x4c\xc0\xce\x74\xda\x7c\x45\x08\xfa\x6d\x0c\x22\x18\x87\x7e\x52\xdf\x38\x40\x4b\x18\x8e\x2b\x7a\x60\xa0\x85\xa5\x68\x41\x1c\x2b\x35\x63\xec\x00\x3a\x47\x69\x9a\x95\xb5\x26\xd9\xc1\x81\x5a\x59\x3e\xd3\x5b\xdf\xd9\x94\xab\xad\x73\x31\x0f\x6e\x4f\xa9\x57\xde\xeb\xf1\x7a\x3a\xf6\x71\x83\x03\x58\xf4\x21\x4f\xdc\x96\xb3\x01\xba\x67\x96\xa9\xf1\x2a\xbe\x86\x3b\x95\x85\x86\xc6\x1b\x19\xaf\x6a\xa8\xfc\x43\xe4\x22\x54\xf7\x80\xe4\xc5\x33\x94\x19\x95\x19\x80\x11\xd3\x0e\xd1\x0c\x90\x1f\xd2\xd4\x3f\x30\x34\x00\x21\x32\x42\x08\x42\xe6\x6d\x05\x60\xdb\xc3\xff\xef\xf8\x1d\xad\x10\x2a\x96\xa0\x54\x36\x5c\x43\xd7\xba\xb8\xbe\x06\xa3\xad\xe1\xec\x61\x20\xab\xbe\xe4\xd3\x13\xa1\xb3\xe9\x94\xd4\x8c\xdb\x70\xad\xa1\xa9\x5e\x45\xae\xc4\xcf\x41\x75\x2b\xec\x94\x3a\x39\x8a\x07\x13\xfd\x4c\x64\x36\xe9\xaa\xa8\xf8\xd9\x2c\xf7\x62\x20\x27\x32\x97\xd7\x76\xc7\xce\x7b\x43\x2d\xc3\x29\xe7\x4d\xd1\x21\xb9\x57\xf3\xa8\xf5\x1f\x54\x76\xc5\x29\x98\xb0\xe5\xb5\xfb\xc3\xd5\xa1\x82\x57\x87\x81\xbf\x49\x04\x27\xc4\x83\xaf\x4c\x9a\x7e\x65\x26\x46\xec\xf8\xa5\x18\xff\xfb\x74\x0a\x26\x15\x7b\x9e\x7d\x65\x26\x7b\x55\x51\x4d\xe6\x92\x25\x46\x8b\x7d\xc9\x93\xfc\x7b\x93\xa6\xdf\xf7\xa5\xfe\x3e\xa4\xce\x24\x4b\xd6\xea\x70\x55\xf2\x84\x7e\x65\xd8\xbd\x4d\x9b\x0b\xba\x57\x55\xae\x4f\x24\xb7\xd1\xe8\x29\x28\xa1\xdf\x77\xa2\x07\x7e\xb9\xf3\x1a\xe8\x94\xdd\xcc\xcd\x64\xc7\x4d\xf1\x1d\xbf\xcb\xcd\x64\x65\x74\xf9\x1d\xbf\x8b\x34\x2e\xed\xd4\x3c\xd7\x6a\x9f\xa6\xff\x54\x20\x2f\x6e\xe2\x79\xf9\xea\x50\xb8\x5a\xda\xcd\xe0\xe1\x7d\x35\x21\x00\xe9\x96\xed\x79\x06\x31\xce\x12\xa9\x5c\x12\x0f\x68\xa0\xc9\xc5\xd4\xae\x40\xa7\xde\x87\x69\x4b\xb0\x45\xa2\x9a\x5c\x86\xb8\x8b\x29\x99\x77\x85\xba\x2d\xca\x43\xcb\x7a\xe4\xe9\x81\x7d\xd7\xc4\xb2\x5e\x91\xfb\x0a\x3d\xcd\xf4\xad\x51\x10\x2f\xc2\x9a\x80\x50\xb7\x24\xec\xe2\xfd\xab\x08\x6a\x55\x11\x32\xeb\x81\xd8\x08\x11\xb9\x75\x59\x6b\x85\xe1\x41\x28\x5a\x13\xa5\x95\xff\x45\x46\x9d\xd8\xdf\x42\xec\x6f\xe4\x62\x36\x4d\xd3\xec\x0b\x91\xad\x08\x1d\xca\x34\x0d\xdd\x19\x3f\x9d\x4e\x2f\xca\x34\xfd\x82\x87\xd3\x9d\x56\x80\x43\xfa\x3f\x19\x2b\xe6\x0f\x6c\xb0\x86\x85\x41\xd8\x20\xa2\x89\xbe\x8b\x10\x43\x79\x2b\x94\x9c\x08\x19\x3c\x3c\x5e\xe0\x9a\xaa\x67\xbc\x0e\xb4\x95\x1e\x57\x4e\x4f\x60\x46\x06\x5f\x3f\x34\xb2\x5f\xf7\x8f\xac\x77\x64\xb5\x22\xf9\xc3\xa0\x0c\xf5\x6a\x28\x9c\x2e\x2d\xb8\xbb\xf1\x5e\x35\xe9\x81\x15\x6e\xe1\xfb\xf5\x38\x10\xf0\x94\xed\x29\xda\x3c\x2b\x31\x49\xbc\x90\x69\xc5\xca\xcb\xf1\x6c\xbe\x5a\x94\xcb\xdc\x19\x1b\x6a\xaa\x09\xc9\xb3\xca\xa5\x8e\xdd\x6b\xd4\x21\x68\x45\x68\x29\xee\xf5\xbc\xae\x03\xbd\x61\xfa\x3d\x57\x94\x36\x8c\x48\x96\x68\xbe\x32\x09\x28\x60\x57\x2c\xae\x85\x6a\xe6\x4e\xdc\x21\xa8\xce\xd2\x92\x8d\x67\xb5\x81\x80\x23\x08\xc1\x68\xc2\xe3\x37\xfc\xaa\xf4\xfa\x99\xc9\x34\x19\xc4\x66\x14\xd0\x88\xe3\xb1\x80\xeb\x8c\x5c\xcf\x7f\xe6\x59\x41\x2b\xba\xf6\x76\x78\x6b\x34\xc2\xcb\xd7\xe1\x32\xeb\x09\x54\xa8\x60\xeb\x5b\xb7\xe1\x19\x1a\xde\xd1\x29\xc8\xed\x0b\x1a\x42\x00\x2a\x82\x7c\x52\xd5\x5b\x5f\xf5\xd6\x55\xbd\x75\xb0\xc7\xcc\x25\xd0\x64\x20\xe6\xf6\x06\x54\xda\xd9\xf1\x70\x69\xf4\x33\x1b\xfb\x9c\x67\x2b\x7f\x4f\x5d\x54\x4b\x42\x4b\x42\xef\x71\xf1\xe4\xc3\x19\x55\x5a\x5c\x0b\x99\x27\x7f\x82\x05\x96\x9c\x08\xc9\x57\x11\xfe\x81\x9d\x50\x6f\x8d\xd9\x22\x66\x8d\x35\x51\x57\xe5\x6f\xd0\x65\xb8\x1d\xfb\xb0\x72\x34\x23\xf6\x68\x78\xb4\x7a\xbf\x00\x49\xfe\x8b\x2d\xb2\xa4\x15\x2d\x15\xc9\xb3\x92\x4d\xb1\x3f\xce\x12\x75\x51\x2d\x6d\x51\xa5\xaa\x73\x38\xd4\x72\x74\x81\xbb\x67\xea\xa3\xce\x7f\x76\xb1\x7a\xe2\x4d\x66\x3c\xc5\x1c\x8d\x76\x74\x15\xad\x28\x5c\x77\x76\x76\x51\xeb\x36\x58\xf5\xae\xe8\x86\xd4\x37\xec\xfa\xa4\xab\xb1\x3f\xf0\x12\x83\xa9\x37\xd4\x00\x97\xb0\x61\x26\x2a\xf2\xbe\x7e\x6b\x03\x09\x5b\x87\x27\xa2\xc0\x35\xbd\x10\xf6\x6e\x1b\xf1\x57\x54\x4f\x56\x5b\xaa\x08\x5d\x87\x68\x13\x47\x1b\x17\xbd\xad\x11\x1e\x56\x74\x4d\x68\xf4\x4e\x0b\xdf\xbb\x86\xb7\x04\xbb\x54\xbd\x3d\xc0\x4d\x1d\xc3\xe1\x2a\x00\xe8\xa5\xd1\x8b\x5c\x33\x3d\x39\xdf\x5d\xb0\x9b\xf3\x9d\xbf\xb9\x5c\x33\x68\xd4\xce\xb5\xe7\x8a\x6d\x54\x76\x4d\x6d\x9b\x06\x5b\xc6\xf6\x73\x27\x12\xac\x77\xca\x8e\x5e\x01\x36\x87\xfd\x4f\x48\x7e\xed\x97\xe1\x95\x25\x90\x0f\xa6\x85\x52\xf7\x54\x11\x80\x42\x09\x0f\x0e\xcd\x1c\x48\x25\xfc\x22\xf5\x94\xad\x67\xad\x0a\xdc\x1f\xad\x65\x49\xc3\x82\x3d\xd5\xef\x6c\xe1\xbd\xc5\x44\x22\xa7\x3b\x56\xd1\x77\xec\xce\x6f\xd8\x5b\x06\x8f\x8f\x7e\xdf\x0c\x99\x74\xe6\x4f\x35\x45\x42\xcd\xed\x06\x41\x32\x8e\xb7\x7b\x11\x91\x11\xd3\x21\x23\xa6\x41\x46\xf6\x3c\x7b\xe1\x6b\x7d\x47\x2e\xa7\xf3\xec\x96\xbd\x40\xd3\xf2\x77\xec\x9a\x67\x77\x9e\xa5\xf0\xa9\x2c\x6d\xb6\x49\x7c\x1e\x76\x63\x13\x01\x67\xf1\xc2\x19\x7f\x9f\x32\xc1\xda\x63\x45\xc8\xa2\x0c\xf6\xe4\xd0\x94\x77\x84\xde\xd6\x63\x2b\xec\xf8\x95\xf0\xbe\xb4\xf2\x4e\x0a\x7e\xc9\xec\xd5\xe1\x3c\x5b\x39\x7d\xb2\xf5\xc4\xa8\xe3\x11\xbf\x2e\xd6\xf8\xaa\x99\xa6\xd1\x21\xfd\x5d\xdb\xcd\xc6\x8e\x31\x91\xa6\x37\xce\x2f\xdb\xec\xf3\x69\x34\xe4\xdb\xfa\x2a\x73\x01\x1e\x34\xe7\xe3\xa7\xd3\x3c\x84\x5d\x7a\x47\x9a\xf3\xa7\xd3\x7c\x3a\xd8\x7e\x4a\x45\x99\xea\x79\x30\x1a\xb1\x2d\xb5\x2d\x80\x26\x00\x14\x71\xa0\x1d\x57\x76\x9f\xf3\x3e\xa6\xd9\x72\x48\x3b\x36\x7b\x32\xa5\x70\xcc\x82\xf0\x32\x86\xf6\xef\x72\x4f\xf6\x4a\x99\xd0\xbb\xbe\x28\x7b\xfc\xbf\x23\xb4\x98\x6c\x45\x65\x94\xbe\x83\x4d\xf9\x9a\x97\xaf\x60\xb5\xb2\x70\x63\xbb\x6b\xf3\x76\x9c\xdc\x03\xdb\x3f\xbf\xb1\x4c\xfc\x55\xc6\xa1\x0f\xef\x30\xd9\x55\xcd\xab\x34\x9b\xfe\x8e\x76\x39\x90\xd0\xba\x7e\xe6\xe4\x5d\x60\x42\x24\x5d\x91\x93\xbd\x87\x50\x49\xf2\x5f\x6d\xe5\x00\xf2\xeb\x46\x35\x4d\xbf\x00\x77\x00\xce\xb5\xaf\xbd\x8b\x3c\xcd\x2b\xd0\xb4\xc2\x96\xd8\x9e\xbd\x14\xeb\x75\xc9\x9f\xab\x5b\x59\xf3\xad\x60\xb7\xf5\x85\x87\x20\x93\x8f\x80\x00\xf7\x30\x71\xb4\x53\xe9\x9f\xf3\xdb\xf9\x7b\xbc\x2e\xb5\xd0\x3f\x1c\xf3\xc6\xcb\xe2\x4e\xc8\xeb\x2f\xca\x83\x7e\x71\xc3\x25\x78\x32\x7a\x10\xee\xf2\x81\x3c\xa8\x7c\xf9\x50\x79\x33\xfa\xa5\x06\x28\x5b\xbc\xd6\x9d\x5a\x8f\x4c\xab\x48\x92\xe0\xe1\x4c\x45\x7d\x9f\xa7\xf5\xdd\xfe\xb7\xf6\x15\x7e\x38\x3b\x81\x31\x13\x92\xf1\x4d\xa9\x94\x8e\xec\x85\xaf\x0f\xc6\x70\x5d\x3d\x74\x38\x7a\x5f\xb7\x01\x13\x43\xc2\x9c\x19\x6f\xd1\x5a\xf3\x91\x96\xc1\xfb\x98\x0b\x3d\xb1\xc9\xd4\xa5\xd7\xdb\x38\x1e\x87\x52\x81\xb6\x88\x97\x6b\xfc\x02\x05\xab\x31\x5a\xa7\x8e\x8b\x48\xb2\x1a\x44\x88\x25\x9b\x9e\x97\x17\xf5\xe9\xe8\xdb\x1f\x1e\x8e\x4b\x0f\x4c\x5b\x84\xb8\x08\xba\xaa\x04\x99\xf2\x21\x4d\x0f\x8f\xf7\xf8\xd2\xfb\x5d\x5f\xb1\x97\xd1\x6b\xd6\x9a\x75\x6a\xb6\x45\x7a\xaf\xcc\x02\xde\x15\x38\x5d\xd1\x35\x35\x84\x42\x7f\xe2\x59\x5c\xeb\xc6\x6b\xae\x9b\xd4\x04\x4b\xfa\xb2\x14\xab\xf7\x89\xe5\x5b\x61\xf7\x6e\x75\xcc\x96\x6c\x5a\x82\x0a\x00\xa9\xd0\x96\x94\x0c\x9d\x84\x22\x4d\x87\x95\xae\xd5\x07\x41\x10\x00\x0b\x9d\xaa\x34\xcd\xb6\x3a\xda\x3c\x4e\x5f\x03\x05\x04\xc0\x28\x7b\xbc\xf3\x37\xba\x90\xd5\x06\x3c\x8f\x96\x1c\x2a\x01\x87\x56\x8d\xcb\x2c\x41\xd9\x8f\x0c\xaf\xf2\x4e\xb2\xf0\x95\x28\xb9\x4d\x65\xb7\x75\x14\x14\x59\x61\xfb\x2c\xb4\x60\xcf\xb4\x2e\xee\x00\x12\x1e\x44\xc2\xd1\x45\x45\x3a\xec\xc4\x30\xce\x45\x59\xaa\x5b\x7b\x17\xb2\xa5\xbd\xb9\xdb\xf3\xea\x78\x1c\xcf\x86\xec\x4a\x65\x8f\x25\xa2\x88\xf7\x5f\x3f\x2d\xf0\xdb\xb3\xba\x89\x03\x35\x51\xb2\x54\xc5\xda\x12\x3f\xd3\xe3\xca\x53\x4d\x34\xaf\x0e\x25\x9c\xdb\x4f\x16\x6f\x3f\x4c\xa7\xe3\xb7\x1f\xa6\xff\xf1\xf6\xc3\x94\x8f\xdf\x7e\x98\x6d\x96\xf7\x4f\x4f\x1e\x99\x1c\x94\x50\x59\x92\x10\x5a\x2c\xe4\x92\x71\x3a\x1a\x55\xcc\x2f\xa0\xd2\x01\x81\x68\xf6\xbd\xa7\x57\x9a\x50\xa3\x72\xed\xbd\x14\xb4\x90\xf4\x0a\xc4\x74\x33\x7d\x60\x79\x84\x04\x56\x19\x31\xef\x4f\x83\xef\x3d\x5c\x55\x49\xe8\xaf\x0d\x50\xc6\x9f\x74\x56\x7a\x68\x77\x05\xd8\xa8\xcf\x2a\x27\xc1\x39\x9d\xe8\x81\x4d\xcf\x0f\x17\xe2\x7c\x34\x3a\x90\x32\x93\x8b\xc3\x92\x1e\x6a\xf7\x0b\xa6\xe7\xda\x0a\x9a\x91\x6d\xe7\x44\x9a\x5c\xd6\x82\xf8\xbe\x5c\x76\x05\x02\x6a\xd6\x03\xf4\xb2\xad\x6d\xd9\x20\xd5\x20\xb7\x14\x9b\xac\x68\xaf\xcf\x6b\xef\x12\xe1\x0d\x80\x00\x92\x87\xdb\x3c\xcc\x6e\xe6\xdc\x5d\x1e\x73\xee\x25\x37\x88\xdf\xb8\x02\xb7\x9f\x55\xc3\x67\x85\x9d\xf0\xaf\x1b\xe3\x68\x79\xc6\x15\x2c\x63\x1c\xb3\x55\x4d\x6c\x0e\x24\xa0\x85\x25\x09\x5d\x2d\x0e\x1e\x4a\x07\x7f\x3b\x37\xa4\xba\xb8\x06\x47\xb0\x1d\x07\x12\x05\x4d\x0a\x10\x62\x26\xde\x87\x41\xac\xcd\xdb\x1c\x0f\x47\xd6\x39\xb9\x3f\xc5\x24\x65\xdf\x7a\xce\xb2\x95\x79\xe5\xae\xec\x63\xfa\x3f\x7d\xd9\x62\xad\xa1\x3a\xd4\x01\xe2\x87\x6a\x77\x8e\x92\x3d\xa8\x29\x67\xc8\xc5\x53\x04\xa6\x88\x83\x99\xa1\xfa\x78\xfc\x4b\xc6\x29\xe8\xfa\x9b\x53\x5c\x5b\x97\xd7\x1a\x32\xd3\xe8\x45\x8f\x7e\xa7\xe9\x96\xd0\x55\x13\x35\xa0\xb4\xfb\x17\x20\x86\x96\xd7\x01\xc1\x69\xe4\x1d\x28\xbc\x92\x66\x7a\x6e\x58\x47\x71\x30\x7f\x58\x81\xcf\x76\x93\x00\xe6\x50\xad\xc1\xfd\x70\x97\x50\x07\xb4\x27\x3a\x7a\x48\x81\xfe\x34\x2a\x61\x86\xfe\xb3\x09\x28\xd2\xa3\xf4\xf9\x91\xa1\xc2\x72\x3e\x36\x56\xa0\x61\x6a\x59\x5b\xb8\xb8\x69\x36\xa5\x57\x38\xf3\x03\x35\xbf\xd2\x6c\x3c\xf9\xfc\xcf\xb9\xb6\xbf\x66\x9f\xe7\x07\x0c\xf9\x1f\xf9\x3a\x4d\x33\xfb\x73\xf6\xe4\xcf\x78\xb2\xdc\xe9\xae\xce\x0b\xe3\xa8\x7c\xfc\x9c\x97\xa6\xf8\x1b\x38\xfb\xad\xbf\x7f\x8b\xad\xe0\x41\xed\xc3\xb2\x48\xa6\x10\xa5\xfd\x55\x7c\x10\x80\xf6\xf3\xcd\xab\x9f\xbe\xfd\xfb\xab\x1f\xde\x3c\xfb\xfe\xdd\xb3\xbf\x7d\xfb\xda\xeb\x86\x40\xba\x48\x31\xa4\x2f\xeb\x2f\x2f\x7e\x7a\xf3\xed\x97\x2e\xe3\x5c\x87\x6c\x79\x53\x9d\xa4\x6e\x11\xa1\xf7\x1f\x72\x43\xef\x72\x7d\x8a\x20\x8e\xde\xe9\xda\xfa\x5e\xb2\x3b\x38\x7e\xed\xa9\xf6\x01\x0c\xc8\xef\xe2\x07\x53\x94\x6e\x79\xd9\xdc\x21\x28\x89\xc2\x14\x5f\x96\x0d\xe5\xdf\x75\x88\xc5\x37\xb2\x10\x5d\x9b\xcc\x8a\x34\x3d\x80\x1c\x73\x8d\x2f\x95\x69\x7a\x93\xa6\x15\xe1\x79\x8d\xdf\x69\x26\xa6\xd0\xd7\xdc\xd0\x0d\x43\xc6\xe9\x7c\x3b\x64\xe5\xf9\x96\x6d\xe3\x77\x30\x9f\x7e\xcf\xa6\xe7\xfb\x8b\x8d\xa7\x64\x7b\x7c\x30\xde\x2c\xf6\x88\xfc\xca\xd8\x36\x26\x2a\xab\x83\xb6\x25\xfc\x6a\xc7\xe7\x0d\xd4\xc2\xb6\xc8\x3f\x9f\xf1\x13\x36\x0f\x3c\x5f\xae\x50\x2f\x7d\xc8\xae\x02\xa4\x87\x6d\x73\x9a\xee\x6a\x55\xe0\xa6\x9a\x74\xa4\x76\x3b\x52\x7f\xba\xd2\xb4\x39\x14\xe3\xe6\x50\xd8\xf3\xef\xe6\x63\x45\x81\x51\x89\x88\xcb\xc2\x6d\xd7\x18\x74\x30\x30\x71\x3e\xaa\xd6\xc4\xf1\xb4\x08\x05\x5b\x34\x94\xe6\xd1\xa4\x11\xc7\x3c\xf4\x0d\x56\xc0\x8e\x41\x83\xaf\x3b\x9a\xc7\x57\xec\x7a\x54\xf4\x3e\xa6\x0e\x76\x17\xd3\xf9\x75\xac\x2f\x7e\x3d\xda\x8d\x3f\x9f\x92\xfc\x2a\x16\xb2\x44\x16\xaf\x57\xa3\xdd\xe8\xf3\x29\xa1\x81\x64\x5e\x7b\xb4\x85\xab\x13\x39\x5d\xeb\x8b\xa7\xd3\xa0\xc5\xd4\x68\xf8\xbc\xd5\x8f\x78\x74\x68\xd1\xb0\x04\x88\xe6\xc0\xc7\x3c\xff\x1b\x13\xe1\xf7\x6f\x4c\x3d\x74\xd9\x09\xfa\x19\x8d\xca\x3c\x0f\x15\xd7\x39\x6e\xa4\xa0\x26\xae\xb5\x11\xf7\x1b\xd5\x96\x02\x84\xca\xd3\xd4\x3c\x09\x1f\xc7\x23\xaf\xa3\xfe\x96\xa6\x3c\x44\xfd\x6d\xd0\xec\x6f\xd1\x31\x76\x00\x80\x89\x2b\xcd\xb2\x2b\xfd\xa7\x6b\x3d\xd2\xe4\x49\x76\xad\x47\x33\x42\x47\xa3\x6b\x6d\xb9\x24\x70\xde\x45\xf2\x2c\x14\x39\x8a\x07\x61\xc4\x14\x89\x2f\xfb\xb7\x3a\x06\xb2\xa9\x00\x73\x31\x61\xcc\xf2\x9c\x6a\x73\x06\x8c\x87\x61\x2b\xb9\x30\xcb\xe8\xf6\xd4\x76\xa6\x1a\xc3\x88\xfa\x97\xb1\xb6\x20\x98\x0a\x36\x9c\x01\x23\xd4\x7e\x54\x0a\xf7\xc9\xea\xb0\xdf\x6b\x5e\x55\x2f\xd6\xc2\x54\x00\x9d\xd1\x3c\xfd\xf1\x39\x72\x38\xb3\xe4\xca\x32\x64\x43\x56\xa8\xa0\xd0\xd8\x4e\x26\xe9\x03\xc5\xce\x6a\xa5\xbd\x57\x38\x2a\x70\x77\xfd\x51\x7c\xe0\x65\xd5\x43\xf2\xef\x74\xa4\xb4\x68\x26\x1f\xfe\xc4\xae\x34\x35\x93\x3b\xfc\x8f\x20\x73\x2f\x34\x30\xe6\x2b\x55\x53\xd9\x0f\x3d\x8f\xe6\xb1\x63\x5c\xa0\x87\x30\xea\x7b\x99\x85\xab\x69\xe2\x20\x4b\x93\xc1\x0b\x70\xe4\x95\x7d\x3e\xa5\x7d\xd7\x72\x2c\x03\xc5\x3b\xad\x30\x07\xb1\xd5\xeb\xee\x16\x24\x25\x86\x89\x51\x72\x96\x8c\x8c\x53\x97\x6e\x3f\x82\xb6\x0d\x9f\x43\xe9\x2f\x8b\x5e\x13\xe8\x0d\x32\x0b\x8d\x64\x0b\xb9\xb4\x57\x48\xc4\x2e\x27\x61\xc0\x83\x72\xaa\xbf\xf0\xf0\x0f\x46\x17\xdf\xf1\xbb\x2a\x4d\x5d\x31\x9d\x18\x8a\xfe\xaf\x5a\xd1\x58\x0f\xc4\xa1\x90\x46\xfa\x39\x4a\x76\x87\xd2\x88\x84\x31\xd5\x1d\x1b\x43\x68\x18\x61\x48\xf0\x77\x7b\xd7\x4d\xde\x73\x67\x55\xbd\x4e\x28\x0e\x42\x9d\x6c\x68\x93\xb9\x32\x87\x4c\x1d\x8f\xd9\x17\x22\xd3\x84\x0a\xbb\x02\x09\xb5\x67\x86\x4a\xd3\x27\x6f\xff\xdb\x67\xee\x1e\x65\xc8\xdc\x25\x19\x4e\x49\x3e\x1c\xaa\x08\x57\x4d\xc7\xb8\x37\x3b\xdb\xa3\x61\x00\xf3\x1d\x0e\xd1\x7b\x53\xfd\x6c\x34\x6c\xb6\x7e\x0e\x4b\x2a\x79\x6d\xe3\xc7\xc9\x48\xd3\xf8\xc2\x57\x5f\xc7\x6f\xbd\xa4\xdf\x4e\xf6\xf1\xf8\x01\xb5\x04\x5b\x69\x7b\x37\xfb\xfc\xc9\x3f\xae\xd5\xe2\xd9\xf8\xef\xcb\xd0\x95\xdc\x4c\x76\xca\x66\x22\x8d\xd2\x6d\xd1\x79\x7f\xc9\x9d\x74\xc8\x86\xbd\x76\x1c\x58\x8d\xa5\xd6\x23\x0a\x30\xdd\xb7\x07\x2f\x17\x40\x07\xb9\x17\xb3\x59\x9a\x3e\xfd\x1f\x96\x19\x72\x58\xb3\x30\xc7\x58\x27\xc0\x6f\x37\xac\x05\x5d\x9a\x81\x69\xd1\x86\xd9\x7f\x07\x7c\xad\x5a\xb1\xc1\x91\xac\x57\x4e\xd7\x60\x95\xa6\x99\x6d\xf0\x5c\x23\xdc\x81\x3c\x1e\xff\xe3\x3f\x86\x36\xcb\x5f\xd5\xf1\x88\x57\x31\xff\xa2\x57\xdf\xc5\x8e\xc7\x9e\xbb\x51\xd3\xb9\x1e\xa1\x33\x2c\xe7\xc9\xdb\xab\xd8\xe9\xb0\x56\x55\xb5\x2d\x84\x7e\xeb\xdd\x84\x99\xc6\x95\xe7\xb9\xb8\x99\x04\x77\xc5\x76\x2f\x3c\x6c\x8b\xde\x75\x87\x08\xe3\x6c\xab\x8d\xc6\xcc\xdf\x24\x8f\xc7\xec\x7b\x3b\xbe\x49\x5f\x63\x92\x96\xd4\xf6\x3d\xbf\x3b\xec\x13\xbb\x39\xba\xc2\x5c\x75\xc3\x75\x02\x3e\xcb\xbf\x7a\xac\xbc\xaf\xfb\xcb\xeb\x8a\x5f\x7d\x79\xa7\xa6\x89\xfe\x4b\xec\xcc\x7f\x6f\x2e\x00\x84\x10\x76\x57\xfa\xfa\x90\x30\xa8\x43\x4e\x63\xeb\xe8\x67\x3d\xab\x6e\x98\xb5\x24\x4e\xc7\x63\x50\x97\x09\xb3\x0b\xbb\xd1\x0f\xda\x8d\x1d\x41\xb7\x00\x88\xdf\xce\xa1\x45\x20\x86\xf2\x00\xc8\xf0\xc6\x06\x68\x9c\xaf\x03\x33\xe9\xf6\x02\xca\x13\x50\x8a\x6b\x9b\xb1\xb2\xd5\xdd\x6e\xc5\x6a\x6b\x4f\x5d\xf7\xf3\x62\x36\x25\xc7\xe3\xd0\xad\x4c\x92\xb5\x89\xb5\x2b\x12\x49\xc3\x7f\x4b\x46\x7a\x94\xfc\xb7\xe4\x53\x28\xc3\x89\x80\xd8\xec\x61\x64\x67\x58\xfd\x04\x56\x75\xf3\x2c\xa9\x31\xa6\x9b\x46\x1e\x3f\xea\x47\x85\xcd\x1f\x11\x1c\x13\xda\x40\x7a\xee\x71\x86\x93\x75\xdc\xd5\x67\x20\xaa\x4c\xe0\x3b\xa1\xbc\x56\xeb\x70\x29\xd8\x70\x4a\xbf\x8a\xc1\x32\x1d\x37\xdb\x58\x9f\x2e\x6d\x12\x54\xdf\xed\x34\x3c\xe8\x03\x9e\xd5\xea\x34\x0d\xc0\xca\xa6\xe3\xe2\xaa\xf1\x2e\xd3\x3c\xc0\xfb\x72\xc0\x94\xd0\xa7\x53\x42\x7a\x4e\xee\xc8\x0f\x4f\x46\xfc\xc1\x13\x81\xe6\x3d\x3e\xec\xd0\xca\xb6\x03\x1c\x1c\xb7\xab\xf2\xa0\xfb\x87\x6d\x46\xbf\xff\xe4\x61\x23\xe8\x3f\xd9\xbb\xc8\x89\xb2\x5d\x95\x42\xbe\xe7\xfa\xc1\x67\x8d\xee\x7c\xf6\xf0\x7a\x27\x7c\x21\x8b\x3a\xfc\xde\x9d\xa2\x55\xf4\x00\x40\x4d\x83\x2c\xd6\xd2\xe9\x21\x4a\xe7\xbd\x70\xba\x9e\xc8\x84\xa4\x69\x4b\x72\x1d\x45\x52\x5b\x33\x94\x03\xc4\x00\x52\x39\x07\xc5\x3b\xc8\x1c\x2f\x12\xbf\x2d\xa2\x02\x32\x87\xef\xf5\x93\x66\xaf\x9c\x66\xeb\x0b\xb9\x66\xbd\x5e\x34\x6c\x9e\xf9\x86\x67\xbc\xc6\xb1\x18\x35\xc0\x12\xc6\x33\x7a\x63\xa7\x23\x56\x44\x1c\x65\x33\xf0\x05\x5b\xa7\x9a\x73\x0f\xa1\x96\x5b\xfe\x9f\x4f\x8c\x8a\x2e\xfd\xbf\xd7\x7a\xdc\x00\x01\x8d\x5e\xf6\x22\x6d\x6a\x3e\xa8\xa3\x8c\x8a\xb1\xa1\x7f\xd2\x99\xa9\xcf\x54\x68\x5e\x03\xac\x6c\x0c\x26\x85\x10\x31\x36\x75\x1f\xc8\x78\xe6\x28\x61\xed\xf5\xc8\xe1\x38\xfb\xe4\xf6\xce\x37\x62\x50\xfe\x64\xb5\x05\xf3\xc2\xc9\x6a\x4b\x3c\xd8\x5a\x84\xf1\xd6\xd1\x95\x5d\x2c\x69\xe0\x4f\x79\xd9\x02\xc5\x6e\xe0\xf3\xd4\xd1\x0b\xb9\x1c\xe8\xc6\x4b\xfa\xef\x3a\x13\x01\x91\x9a\x50\xf8\x04\x69\xa7\xbd\xa3\x7b\x6e\xf5\xb9\x6d\x0d\x6f\x29\xf9\x44\x30\x62\xba\x45\x8b\xeb\x6e\xda\xff\xf3\x5a\x6b\x86\x63\x27\x57\xdb\x91\xb6\xdd\xcc\x6b\xed\x99\x8c\xfb\xe1\x43\x65\x05\x9b\x32\xaa\xe2\x5b\xdd\x84\x0d\xbc\x5f\x15\x72\xc5\x4b\x04\x73\x02\xb1\x3c\x8e\x3b\x35\x2a\xb7\x83\x18\x3b\x0e\xf6\x92\x76\x33\xc1\x1f\x14\xf3\x76\xbd\x30\xb8\x22\xd9\x70\x7a\x3a\x05\x1b\x2d\xb0\x84\x70\xd8\x27\xf5\x89\xe2\x95\xb0\x8c\x3f\x7c\x6d\xe5\x80\xe1\x48\xc1\xee\xdb\x07\x1b\x85\x81\x9a\xc0\x4b\x67\x16\x99\x6d\x39\x69\xfa\x74\x88\x77\x18\x88\xc1\x06\x32\x61\xf7\xbc\xa3\x50\xe0\xd0\x17\x0d\x3d\x12\x78\x7d\xb5\x43\xb3\x03\xfb\x46\x80\x27\x68\xa7\x00\xd7\xd0\x84\xca\xd0\x9d\xb9\x3d\xcc\x72\x7c\xbb\x90\x61\x90\x64\x18\x24\xd9\x18\x24\xe9\xda\x10\x9d\x6a\xdf\xc7\x17\x64\x40\x4b\xb8\x47\x5f\x71\x1e\x04\xc9\x6f\x93\xef\xd0\x6f\x18\xfd\x5e\x13\x97\x63\xe0\x72\xf4\xdd\x43\x5d\xae\x13\xf0\x1f\x48\xa2\x1a\x5d\x41\xde\x63\x97\xa6\x36\xae\xdb\x53\x82\xd2\xda\x6f\xc3\x89\x1e\xf4\x65\x5f\xa0\x10\xab\xcd\x27\x60\xa4\xb7\xd3\xe0\x13\x61\xb8\xf6\x6a\x18\x41\x85\x2b\x6b\xfb\x25\x98\x80\xbf\xa0\xf5\xeb\x7d\x21\xab\x0e\xb6\x75\x14\x57\x3f\x25\x98\x9a\x1d\x8a\xe2\x17\x66\x89\x9f\x7a\x30\xd4\xe1\x48\x3f\x1e\x65\x9a\xba\x37\x30\x49\xb5\xed\x12\x1a\xbd\xd5\xe6\x82\x1a\xdf\x7d\x86\xb2\xd7\x80\x44\xb0\x05\xce\xac\x81\x97\xa8\xd3\x92\x2a\x36\x3d\x57\x17\xb2\x6e\x4f\x6d\xda\x5b\x30\xb9\x50\x4b\x78\xe0\x45\x58\x4a\x42\xf1\x15\x56\xf4\xbc\xba\x0a\xf7\xc4\x3a\xb4\x24\xf1\x60\x57\x4b\xe5\x09\x26\xf8\x58\x71\xce\x8b\xc0\x56\xfd\x72\x4a\xfc\x23\xeb\xa2\xa4\xb3\x25\x5d\xb3\x38\x05\x9a\xb9\x6f\x59\x5d\x90\x51\xe4\x3c\x5b\xdb\x92\x86\xc5\x44\xc8\x55\x79\xa8\xc4\x0d\x77\x10\x0d\x6b\x7b\x2e\x61\xe7\xb1\x6f\x87\xb0\x6a\xb1\xac\x13\xa1\xd9\xf6\xb2\x95\xf9\x27\x34\x72\x18\x6e\xdb\xb9\x2b\x58\xe9\x2a\xb7\x55\x9f\x08\x15\xf0\x44\xb7\xf2\xd6\xa1\x82\xae\x08\x2d\x47\xac\x76\x5b\x7a\xaa\xa5\x23\xe1\x94\xc0\x13\x01\x94\xe5\x7b\x9e\x41\xc7\xb3\x73\x71\xc9\xa6\xe7\xe3\xb1\x20\x5f\xd9\xf5\xe8\x36\xdb\x42\x2c\xeb\xfd\x66\x3f\xfc\x96\x13\xf3\x45\x92\x2c\xbd\x5f\x73\xa7\x1d\xf4\x95\xbb\x2f\xd6\x1b\xef\xab\xfa\xc4\x9a\x0d\x9b\xf0\x98\xc7\x63\x92\xf8\x20\xf0\x7a\x83\x2a\x69\x71\x6b\xfd\x32\x74\x27\xc7\xe0\x77\xe1\xc4\x31\x76\x33\xcd\x23\x9f\x83\x62\x9d\xff\x50\xfc\x40\xe8\x17\x5e\x5e\xf3\x12\xf9\x07\x2f\xc6\x5a\x2c\x07\xef\x44\x53\xff\x04\x68\x7d\x78\xbd\x95\x94\x7b\x15\x16\xbb\x82\x7f\xb6\x94\xc9\x7d\xdb\x33\x45\x7a\x40\x3c\x9f\x26\x54\x05\x77\x00\x5f\xdb\xa9\x21\x95\xfb\x23\x26\x3a\x40\x6b\x8e\xc7\xe1\x83\xa4\xa4\x61\xd8\x5a\x57\xae\xf0\xf0\xa3\x05\x4b\x0e\x72\xad\xec\x45\x7f\x2e\x26\x6b\x25\x79\x2e\x26\x36\x44\x72\x5a\x35\xe2\x30\x30\xc7\x44\x6e\x77\x14\xb5\x3b\x2f\xc9\x8a\x45\xb9\xa4\x7a\x3e\x94\xee\x44\x3d\x1e\xe5\x04\x5d\x9a\x64\xe8\xb6\x26\xf7\x31\xe4\xbc\x1c\x8d\xc8\x39\x1a\x3f\xf9\x32\xb0\xa5\x02\xf4\x61\x9c\x9a\x8f\xe8\x51\xfb\x39\xb7\x35\xa1\x1b\x2a\xe2\x8a\x43\xd3\xa6\xe7\x22\x93\xb4\x82\x03\x66\xd8\xaa\x98\x44\x2e\xc8\xce\x3e\x03\x27\x17\xf4\x1e\x18\xd3\x9f\xf8\x5a\x81\xae\xdb\x40\x31\x79\xc2\xed\xbd\x58\x0e\x9e\x8b\x4c\xd9\xb2\x1c\x60\xe1\xbd\x33\x3f\xca\x0f\xf4\x9a\x4b\xe7\xbe\x35\x17\x93\xfa\x03\x76\x4f\xfd\xc9\x64\xf4\x71\x3c\x8e\x46\x62\xb2\x2b\x3e\x7c\x1d\x82\x1c\x4a\xf2\xbf\x40\xda\x81\xbc\x95\x4c\x7a\x8b\xa8\x7a\x9f\x95\xb8\xcf\x4a\xaf\xf8\x1b\x92\x38\x6a\xb5\xf6\x47\xa8\xa1\xab\x34\x1d\xc2\xe9\xb0\xb6\xac\x6c\x3c\x3a\x99\x9f\x0d\x36\x25\x83\x03\xf6\xfe\xbd\x5d\xe1\x6b\xb7\xe6\xb7\xac\x9c\xc3\xb6\x59\x93\xfc\x46\x65\x05\x19\x7c\x81\x05\x6d\xe9\x8f\x12\xd3\xd1\x61\x89\xae\x6e\x9d\xc3\xdb\x96\x0e\x21\x52\x80\x75\xd8\xfe\x3f\xe9\x6c\x4d\x4e\x5e\xa5\xb5\x6f\x47\xa1\xcf\x13\xb7\xa3\x36\x8f\xec\xa8\x35\xa1\x9b\x07\x76\xd4\x1a\x77\x94\x6f\x23\xec\xa8\x68\x4f\xfd\x5c\xd3\x93\xa9\x7f\x66\x44\xd3\x3f\x66\x90\xbd\x63\x4e\x1b\xf7\x4e\x65\x31\xdb\xd8\x3c\x16\x23\x17\x32\xa8\xcb\xc8\x63\x97\x24\xa3\xda\x51\xa5\xe7\x64\x79\xed\xc2\x04\x62\x9d\xbb\x12\x94\xc5\xb6\xd9\x4a\x20\x4f\x04\x7c\xa2\x3b\x80\x37\x6f\xb8\x09\xff\xc7\x06\x40\x8a\x23\xfb\xc9\xda\xb1\x2f\xc0\x95\x04\x53\x44\x79\xe1\x71\xee\x80\x1b\x36\xae\x3c\xe9\x2f\x3b\x49\x4c\x6e\xbe\xd0\x0d\xd7\x03\x38\xb1\x8f\xb0\x38\x5f\x78\x16\x87\xa2\x12\x71\x60\xe8\x2f\x5c\x3b\x09\x0e\x76\xf3\x12\xf3\xd0\x3d\x21\xb2\xfd\xc9\xa2\xf0\xcb\x58\x4d\xd7\xab\x46\xd4\x48\x7f\xbe\xa6\xa0\x43\xd6\xaa\x2b\x8c\x58\x54\xd3\x00\x9a\x25\x08\x35\xde\xad\x0d\xf7\xe9\xe8\x14\xb4\x59\x40\x13\xd5\x35\x72\x24\x68\xb8\x91\xc0\xc1\xb5\xb8\xf1\x10\xc8\x64\xd9\x66\xab\x4f\x01\x7b\xa4\x6e\xf4\x20\x14\x75\x09\xb8\x6b\xae\xd2\x9a\x57\xdf\xf0\x4c\x01\xcc\x40\x0b\x80\xdb\xd7\x17\x4e\xb8\x6e\x75\x84\x1a\xa7\x03\xb1\x06\x97\x8a\x8d\xa3\x9a\x22\xea\x82\x3b\xfb\x70\x51\x75\x6c\x9d\x6e\x6a\x04\xf2\xd8\x5e\x1a\x74\xf0\xa0\xa8\x02\x2e\x6a\xb4\x62\xc3\x19\x2d\x9d\x59\xfa\xc3\xe0\xec\x25\x7b\x23\xb2\x3f\x64\x86\x78\xe2\xde\xbd\x28\x95\xc8\x69\x96\xce\xdc\xbc\x8f\xc9\x64\x4c\x78\xc8\xb7\x80\xf8\xcd\xc0\xf4\xe1\x44\x08\x19\xc8\xa6\xa6\x4e\xdc\x4f\x30\x38\xd2\x2a\xe3\x64\xb0\xb1\xd5\xda\x15\xf9\x0c\xc4\xf2\x0f\x36\x33\xb4\x47\xf5\xdc\x64\x69\x0f\xca\xe7\x73\x00\x1e\xb9\x0c\x4d\xfc\xde\x9f\x86\x21\x84\x71\xda\x8a\x65\xa6\x0e\x89\x30\x14\x2a\x94\x67\x80\x78\xc8\xa3\x9e\x34\xb1\x32\x01\x40\x69\x00\xf7\x14\x69\x04\xd7\xf5\x73\x6a\x1d\xe6\x07\x17\x75\x40\xfe\x7d\xea\x10\x22\x0e\xad\x2d\x90\xe1\x80\x8f\x95\xbf\x8c\x0f\xcc\x64\x73\x28\xcb\x39\x07\xb0\x05\x0c\x1e\x3a\x6d\xc7\xe3\xb1\xcb\x62\x6d\x03\xa2\x3e\x81\x3c\xae\xde\x7a\x22\x0f\x24\x37\x51\x78\xe2\x1c\x99\xc6\xe7\x9e\x07\xa0\x21\x74\xdd\x08\x41\xcc\x9c\xf5\xf1\xb8\xf2\x26\x26\xb8\x35\x80\x55\x2d\x1a\xd7\x57\xb7\xc8\xf3\xb0\xdc\x3b\x5b\x61\xb0\xf6\xef\x38\xab\x70\x51\xdc\x12\x7b\x02\x86\x41\xae\xb1\x6f\x40\xc8\xd4\x0e\x8c\x2e\x1c\x5b\x72\x7a\x4c\xfa\x07\x5a\xc9\x48\x04\x0d\x95\x24\xdf\x08\xf7\xf8\x44\xbf\x86\x8b\x2e\xad\x54\x4c\x58\xbf\xd1\xb1\xcd\x92\x65\xa0\xe1\x7e\xa3\x09\xdd\x73\xb8\xf2\x5c\x4c\x83\x62\xdf\x40\x32\x4d\x35\x53\xa7\xbe\x57\x58\x50\x12\x89\xb4\xeb\xec\xae\xfe\xbe\x66\xb6\x35\x30\xd9\x6e\xdc\xfc\x00\x89\x53\x24\x42\xf8\x45\x3f\x6e\x3d\xf5\x43\xd3\x4d\x02\x40\xff\x6b\x8f\x3e\x52\x79\xe0\x65\xaf\x3c\xe0\x87\x30\xbc\x7d\xcf\x3b\x21\x79\x9f\xd6\x39\x2d\xd9\x06\x54\xe9\x0e\xec\xfe\x34\x10\x63\x7d\x59\x02\xbc\x95\x1e\x95\x7e\xe1\xc4\x7a\x03\xa3\x83\xc9\x40\x5d\x55\x5f\x14\x74\xcb\xc4\xe5\x6a\x0c\xa0\xf7\xfa\xa2\x22\x87\x48\x7b\x6a\x3d\x9f\xe6\x3a\x9c\x22\xe2\xb2\xf2\x17\xb9\x4d\x64\x0e\x42\xb3\xed\x7c\x95\x0b\x32\x2e\xc9\x60\x33\x64\x76\x0f\xc6\x65\x6c\x50\x60\xb7\x7f\xbc\xab\xe0\x49\xab\x1b\xd4\xed\x2c\x28\x28\xec\xd8\xd6\xf6\xd6\x1e\x46\x9e\x1c\x6d\xc4\x07\xbe\xfe\x1a\x8e\xe0\xb9\x0a\xaa\xbd\x11\xea\x6f\x3e\x25\xf4\x86\xc9\xb1\xb9\xdc\x05\xb7\xba\xc0\x7b\x9b\xd1\x8e\x50\x73\x31\x9b\xce\x0f\xb1\x36\xd4\x34\x37\x17\xfb\x66\x50\xa4\x98\x61\xc6\xd9\xcd\x7c\x9a\xcf\xa6\x84\xe4\xf2\x72\x37\xda\x8f\xff\x1c\xf5\x1b\x61\xf6\x46\x3e\xc9\x78\x47\x68\x64\x55\xfc\xcf\x70\x09\x09\x0a\x4d\x4e\xd1\xe8\x78\xfc\xcc\x12\x11\x87\x1c\x67\xa2\x8d\x16\x95\x5b\x3b\x88\xec\x8e\x5f\x4b\x31\xad\x9b\x86\x8c\x8c\x2f\x5e\x77\x8a\xb7\xd3\xd5\x5b\x3a\x2e\xc4\x86\x1a\x4b\xde\x49\x41\x46\xb1\xcf\x97\x5f\x41\x7a\x0e\xdd\x89\x3d\xfd\xa3\xba\x60\x46\xa8\x66\x86\x4a\x66\x1e\x73\x4a\x62\x26\xab\xed\xbc\x36\x6a\xb1\x9f\xe3\x19\xc9\x6d\xbe\x66\x28\x58\x8c\xb5\xdb\xf3\xa3\xaa\x58\x63\x13\x23\xd6\x5d\x5e\x57\x88\x8f\x22\xa8\xda\xf6\x12\x22\xa9\x47\xbe\xcb\x87\xd3\x88\xda\x7c\xa6\xbb\x48\xe9\x51\x35\x88\x95\x7e\xdf\xd7\x80\x60\x8a\xaf\x19\xfa\x66\x71\x52\x0b\xe9\x3f\x2d\x53\x21\x5a\x50\x88\xe8\x3f\x89\xca\x36\x14\x22\xf8\x4e\x02\x1f\x83\x7b\x32\x36\x0e\xbb\x2f\xb6\xb3\x02\xd5\x74\xea\xc0\xf9\x1b\x16\x58\x0e\x13\x51\x06\x4c\x44\xd3\x03\xfd\x17\xcc\x45\x61\x8f\x89\x68\x66\xa3\xb1\xf8\xba\x07\x11\x04\x2d\x44\x63\x65\xb9\xa4\x58\xaf\x13\x42\x93\x6a\x57\x68\xe7\xae\x2e\x53\x93\x9d\x5a\x73\x80\xbd\x91\x66\x2e\x58\x85\xd8\x65\xb9\x66\xc9\x5e\xf3\x9b\xa4\xb6\x19\x68\x9b\xb6\x55\xec\x85\xbd\x54\x1a\x42\x4b\xb6\x55\x19\x8a\x3a\xf1\x52\x52\x90\x41\x85\x77\xf7\x67\x1b\xc3\x6d\x35\xf1\xa7\x53\xcf\xba\x71\x7e\xbb\x31\xe3\x64\x07\x9a\xb2\x4f\xfe\xf1\xb6\xfa\xd3\x13\xb2\x98\x22\x8c\xcc\xf1\xf8\xe4\xed\x6b\xf7\x48\x8c\xe9\x88\x7b\xcd\x8f\xba\x90\x1d\x58\xa3\x17\x99\xa0\xae\x4c\xb4\x7b\x5a\x05\x3e\xd3\x17\xc1\x58\xa1\x8e\xc7\xc3\x25\x3c\xb5\x80\xd0\xc1\x4b\xdc\x06\xbe\xdf\xa7\x93\x73\xbc\x3e\xa5\x9a\x25\x52\x99\x64\x80\x11\x8c\xe9\xf9\x81\x99\x4b\x85\x9c\xf4\x1c\x0d\xf8\x14\x35\xe3\x19\x69\x0c\x41\x3e\xcd\x61\xc0\x31\x43\x39\xaa\x47\x10\x9b\xf9\xb3\x14\x26\x4f\xaa\xc3\x95\xd1\x05\xd8\x13\x42\xb2\x71\x7f\x32\x09\x90\x55\xf5\x21\xa9\xc1\xdf\x78\x39\xd2\xf6\x70\x89\x28\xe0\xc1\xdb\x6d\x25\x09\xdd\x32\xe7\x5a\xb5\x59\xe0\xaf\xc2\x6c\xdf\x14\x57\xb5\x84\x73\x13\x1b\x99\x1c\x9e\x14\xe4\x7c\x73\x3e\x1e\x6f\xc8\x76\xc4\x0a\xba\x1e\xb1\xe4\x2d\xba\x39\xdc\x5e\x1c\xd2\x34\x5b\x8f\xd8\x4e\x65\x87\xf1\x96\x10\xba\x1e\xb2\x95\x67\x62\xbf\xd1\x99\xa2\x6b\x30\x6e\x73\x7e\xba\x0d\xad\x47\xbe\x76\xc8\xdc\x59\x09\x74\x38\x85\x3b\xde\x86\x4d\xcf\x37\x17\xaa\xe7\x81\x63\xe3\x1f\x38\xf6\x2c\x8e\x5e\x6c\xd0\xed\x67\xc3\x69\x66\x9a\xee\xfd\x9d\x33\xe8\x7c\x93\xfb\x5f\xec\xd5\x63\x43\xdd\x35\x76\xcb\x5a\xad\xdb\x12\xe2\x5d\x2c\x46\x80\x80\x1d\x95\x26\x63\x6f\x0b\x5e\xef\xa6\x3d\x23\x66\xae\x00\x4c\x83\x7e\xeb\x1e\x06\x72\x70\xe3\x13\xe0\xcf\x04\xca\xe6\x33\x99\x29\x2a\x88\x97\x27\xf8\x9b\xaa\x00\x8f\x46\x11\xa5\xfe\xae\xf3\x06\x14\x5e\x62\xfd\x45\x5d\xb2\xc5\x92\x22\xca\x6b\x00\x11\x02\xb0\x57\x9f\x47\x31\x93\xe9\x85\x58\x92\xf3\xda\xee\x63\xcf\x33\x85\x77\x8a\x1b\x95\x49\xe2\x1e\xbf\xce\x03\x24\x1c\x0a\xa2\xdc\xeb\x58\x81\x29\x55\x78\x3d\xbb\xc7\x9f\x0c\x23\xfc\x98\x39\xa1\x9f\x22\xa7\xdf\xda\x36\x79\xb5\x14\x3d\x12\xa0\x9a\x4b\x36\x3d\x37\xe3\x31\xf9\x46\x3b\xa6\x3b\x49\xa8\x5c\x18\x27\x41\x85\x5f\x46\xd1\x64\xb4\xe6\x25\x37\x96\x7d\x86\x73\xeb\x14\x3f\x8b\xfe\xb5\x87\xc3\x73\x87\x0f\xe0\xa3\x6c\x69\xc5\x34\x45\x7c\x13\xaa\x1a\xae\x8e\xbc\x32\x30\xad\x58\x26\xe6\x87\x22\x5f\x15\xc4\x5e\xd9\xa8\xf6\xae\x9b\x70\xc6\x2a\xbc\x85\x03\x0f\xab\x46\x9a\xf8\x4b\xf8\xf1\x28\x2f\x19\x0f\x40\x4a\x95\xf8\x83\x1f\x8f\x99\x62\x92\x0e\x1d\xa0\x0a\x95\x84\x44\x0a\x84\x05\x13\xf3\x4c\x5f\x4c\xe7\xb2\xc8\xb5\xad\x8b\xe4\xf6\xab\x8c\x6f\x20\xf9\x14\x09\x4e\xc1\xaa\x41\xc0\xa4\xb1\x94\x6e\xb5\x2d\x34\x18\x9b\x1e\x62\xbf\x79\x2b\x55\x1e\x76\xd2\x85\x03\x64\x81\x8f\xb9\x55\x7a\xed\x1c\x0e\x5e\x6b\x75\xd8\x43\x1a\x3f\x0d\x2b\xdc\x71\x6b\x56\xc7\xd1\x2d\x8b\x44\x5b\xd7\xdc\x7c\xc3\xcb\x3d\xd7\x99\xa1\x50\x14\xb8\x9d\x4c\x08\xdd\xb0\xe1\xf4\x7c\x68\x7b\x41\x8e\xc7\x43\x36\xdc\x90\xf3\x8d\xbd\xe0\xb9\x7d\x59\x36\x7c\x25\x15\xe4\x78\x4c\xde\xca\x84\xee\xd8\x1b\x95\xed\xe9\x96\xcc\x93\xdb\x24\x5f\xa7\xa9\x0d\x65\x6c\x3f\x4f\x64\x92\x0f\xd7\x96\xbc\x57\x8e\xbc\xef\x09\x6e\x90\x64\x0f\xc4\xc6\x46\x6e\x8e\xc7\xdd\xf1\x98\xed\x58\x62\x5b\xb0\x4a\xd3\xd5\x90\xed\xc8\xbd\x67\xd7\x67\xf4\x90\x85\x8d\x2b\x36\xd9\x2e\x4d\xb3\x15\xdb\x11\xaa\x2f\xa7\x69\x3a\x84\x46\x3a\x6c\x5e\xdb\xc8\x1b\xf6\x37\x8e\xae\xad\x14\x2d\x08\x35\xb4\x8a\xd4\xd1\xce\xc0\x79\xf0\x0d\x39\x1e\xb3\x9b\xc9\x56\x98\xd7\xde\x9d\xd9\x4d\x84\x64\xf9\xd0\x21\x0b\x2b\xae\x74\x60\xc5\xc1\xe3\xa3\x77\x19\x16\xeb\x08\xf7\x7a\xe5\x72\xf0\xd9\xff\x3a\x66\xee\xc0\xf9\x5c\x1c\xe9\x3f\x65\xd5\x18\x56\xda\x6c\xf2\x79\x3e\xf9\x9c\xfc\xa9\x71\xd1\x41\xc3\xdb\xe0\xf7\x12\xef\x22\x97\xd3\x79\x40\xef\xfd\x73\x8e\x70\xb9\x7f\xae\x5d\x6a\xa1\x35\xd4\xef\xce\xed\x99\x73\x6c\xe6\x1d\xbe\xe1\xe8\xe2\x1d\x65\x3a\x17\x17\x6c\x9a\x8b\x4b\xa6\x3c\x0a\xfc\x7d\x19\x0d\xa5\x9f\xa7\x11\xfb\xfc\x4f\x01\xf1\xaa\x3c\xbd\x8a\x9d\x2f\xaf\x94\xac\x8c\x3e\xac\x8c\xd2\xf9\x2b\xe7\x76\x27\x22\x26\x2d\x34\x1c\xe7\x4b\xbd\xcf\xee\x86\x56\xdc\xbc\x82\x53\xaf\xe5\x6a\xfa\xa6\xf6\xfb\xed\x4e\x45\x2a\x99\x5e\xf0\xe5\xc0\xfe\x81\xf3\x23\xb1\xac\x44\x32\x64\x76\x53\x43\xa0\xa1\x7f\xd7\x93\x6d\x51\xbd\xba\x95\x3f\x6a\xb5\xe7\xda\xdc\x81\xf9\x98\xf3\x1e\x4f\xff\x6e\x53\xa1\xf7\x78\xb8\x1c\x93\x13\xbd\xee\xa9\xbe\xe9\xe8\xd9\xd5\xbe\xe0\x4b\x48\xfd\x5c\xad\x1e\x72\x09\xbd\x56\xab\x13\x2d\xd6\xeb\xef\x40\x07\xb4\xed\x3a\x1b\x00\x45\x1b\xba\xa8\x66\x9e\x58\x72\x9c\xe4\xc9\x41\x82\x5e\x49\xb2\xcc\x6e\x24\x68\xd1\x38\xf1\x42\xa7\xa4\x98\x4e\x77\x4b\x6c\x7b\xb5\x19\x8d\x34\xb8\x60\x5d\xe8\x25\xb3\xa3\x04\xae\x84\x64\xb1\xe3\x8c\xf1\xc8\xa8\x0c\x5e\xde\x32\x4d\x67\x84\x0e\xa7\xd0\x83\x57\x37\x5c\x97\xc5\x5d\xfe\xd7\x58\x31\x26\x9a\x16\x3e\x31\xea\x3d\x97\x73\x9e\xbf\xb2\x84\xe8\xa5\x5a\x3b\x2f\xda\x7e\xaa\x50\x75\x4c\xa3\xe3\x81\xd7\xb6\x8d\xc4\x6c\xb5\xba\x05\xf9\xf4\x0b\xad\x95\xce\x12\x57\x49\x75\xb6\x2b\xee\xce\xa4\x32\x67\x57\xfc\x0c\xba\xb3\x39\x94\x93\x84\x0c\xa2\xfe\x29\x97\xd4\xbd\x89\xd8\x79\xcf\x35\xb5\xff\x5e\xef\xf9\x2a\xe7\x54\xed\x8b\x7f\x1e\x78\x6e\xd0\x53\x8a\xfd\x7d\xf2\x18\xae\x50\x80\x4d\xfa\x35\x97\xa3\x11\xb5\x04\x13\x90\x6f\x09\x71\x83\xdc\xdf\xd9\x07\x46\xda\xb7\xa4\x6f\xa8\xbd\xbf\x73\x3b\xca\xbe\x6d\x70\x48\xc1\xe0\x77\xc4\x27\x3c\x4d\xe5\xe3\xb3\xd1\xdb\x01\x78\x49\x0a\xbd\xb0\xdd\x40\x6e\x11\x7c\x66\xb5\x27\xcc\xde\x92\x7d\xc5\xc3\x48\x6e\xe3\x99\xa2\x61\x53\x96\xe3\x2e\xd4\xf3\x78\x2e\x27\xc0\xc1\x7f\x8b\xd7\x0e\xc7\xce\xe7\xc8\x61\xe7\x66\x0e\x8c\x73\xc4\x1c\x13\xfa\x15\x0f\x8a\x8f\x60\x37\xfb\xb5\x76\xea\x8e\xd0\x9a\xba\xbd\x41\x17\xf5\x63\x03\xdf\x62\xa6\x34\x03\x05\x9e\xc7\x81\xfc\x36\x99\x08\xee\xed\x45\xcd\x76\x5e\x5a\x6e\xdc\x37\x28\x0a\x77\x76\xba\x9a\xc5\x61\x92\x35\xeb\x0f\xaf\x21\x69\xfa\xab\x1b\x7e\x67\xd1\x89\x4c\x8d\xf0\xe0\x0f\x05\x13\x08\xf1\x50\x45\x8e\x60\xbc\x78\x74\x10\x09\x4f\x11\xd1\xb8\xc6\xfc\x70\xa2\xd1\xac\xb0\x37\xf7\x69\x3e\x23\x64\x34\x8b\x4c\xb3\xab\xf3\xf2\x42\x83\x36\x80\xef\x42\x49\x79\x90\xb2\x76\x87\x6a\x30\x65\x80\xe5\x09\x20\x83\x01\x26\xce\xf3\x97\x87\x85\x5c\xba\x16\x4f\x56\x5b\x7b\x10\xff\x12\xcd\x9c\xf4\x2c\xb8\xa2\x90\x10\x1c\xf3\xa3\x14\xd1\x4e\xe1\x35\x37\x6f\x2c\x05\x78\x66\xf2\x3e\xed\xb6\xb3\xbf\xc9\x30\xe9\x48\x64\x6d\x0f\x21\x47\xf5\x78\x86\x0d\xcf\x38\x71\xca\xa0\xa1\x96\x37\x77\x7b\xde\xa8\x89\xdc\x73\xb0\xf7\xad\xd7\x19\x0a\x49\xa8\x66\x46\x60\x41\x2f\x44\x14\xed\x5d\xfd\x4a\x36\xa5\x82\x65\xba\x06\xa0\x7c\xf2\x14\x78\x03\xf4\x27\x6b\xc7\x8b\x18\xa6\x17\x4f\x97\xc8\xa6\xc5\x67\x6b\xc1\xe4\x48\x5c\x5e\x82\xef\xd2\xac\x98\xeb\xc5\xd3\x3f\x15\xe3\xd9\x32\x9f\x92\x4b\xa6\x88\x60\x45\xb0\xee\x1d\x66\x10\x39\x9a\x2d\x2f\x14\x21\xf7\x50\xe0\x9f\x8a\xd1\xd3\xa5\x3b\x59\x25\x2b\x46\x33\x7c\x98\xa9\xec\x66\x43\x28\xdb\x57\x1b\x80\x24\x74\x04\xe6\x2c\x21\xf9\x78\xe6\x79\x9e\xea\x62\x3a\x37\xf9\x94\xb1\x0a\x59\x2f\x13\x40\x55\xaa\xf1\x0c\x07\xca\xd2\xe0\xd6\x18\xb5\xf6\x90\x25\x21\xb5\xbd\x08\x70\x2f\x36\xd3\xfc\x55\xfd\x3b\x73\xc8\xda\xf5\xf4\x66\x9c\x20\x05\x22\x90\x3f\x37\x50\x19\x72\x9e\xfd\x33\xe9\x0b\xc0\x34\xe8\xbb\x78\x31\x5d\x46\xf9\xda\x4b\xc0\x6b\xce\x01\xcb\x52\xc9\xf6\x09\x1e\x8c\x50\xce\xb4\xd3\x7d\xa8\xec\xc5\x83\x0a\xe6\xab\xc2\xbe\x3b\x7d\xe5\x0e\x9d\x15\x0b\xb3\x24\x72\x61\xff\x2d\xd3\xd4\x2b\xda\xe1\x77\xcd\x8e\x43\xaa\xfa\x3e\x36\x3d\x57\x17\x36\xc8\x53\x18\xe5\x29\x4c\xc1\x30\xeb\x42\x2d\x97\x83\x22\x94\x57\x78\xd4\xe5\xc9\x16\xfa\x88\x08\x98\x72\x11\x7f\x2f\xe7\x75\xe5\x71\x30\xc9\x6d\x80\x3d\x09\x1a\xed\xc3\x10\x64\xf0\xbc\xfe\xd0\xbb\xeb\x52\x5d\x15\x65\xa7\x55\x15\x0b\x71\x0b\xb5\x1c\x54\x93\xbd\xe6\xeb\x4c\xc0\x6c\x92\x34\x75\xb8\xbd\x9a\x56\x93\x9b\xa2\x24\xa1\x16\xfc\xac\x51\x4d\xed\x1c\xbd\x0e\x97\xfe\x87\x39\xb2\xb5\x5a\x85\xa5\xe9\x78\xab\x8c\xb3\x6f\x41\x3d\x12\xe5\x9f\x73\xed\xae\x5d\xda\x39\xf4\xcd\xb9\xa5\x66\x40\x0e\x50\x70\xf8\xa5\x52\x7a\xdd\xbf\x14\x3a\x64\x17\x20\xcd\x7c\x8d\x5f\xba\x1a\xeb\x9a\x2c\xcd\xce\x13\x75\xf5\x3b\xc2\x3d\xf9\xf3\x75\xde\x24\x11\x39\x34\x0a\x08\x5e\xae\x91\x40\x9b\xe3\x11\x6f\x01\xb6\x55\xa0\x66\xde\xd3\x26\x57\xed\x8f\xae\xda\x66\xa1\xcd\x22\x20\xbb\xbd\x88\xf5\x17\xf1\x7b\x3d\x56\xcf\x4c\x20\x90\xa1\x00\xc4\xd6\xa4\x1c\x24\x94\x27\x40\xb8\x7d\xe6\x1d\x75\xf6\x96\x57\x17\x83\xbe\xdd\x28\xb8\xba\x98\x9e\xa2\x32\x41\xe6\xf9\x32\xa6\x85\xa3\x06\x37\x1e\xb9\x74\x3e\x51\xbc\x0d\x3c\x43\x56\xa2\x67\x62\xc0\xa9\x37\xec\xb1\xb6\x4c\x85\x87\xe3\xd7\x4f\x1d\xce\x7e\x3d\x93\xe8\xf7\x99\x5f\x34\x13\xcc\x79\x2b\x47\xce\x2f\xc1\x76\x8c\x09\xf4\x47\x4e\x35\x6b\x50\x72\xb7\xcd\x34\x0b\xa4\xec\xa5\x1b\x02\x8d\x83\x30\x7d\x60\x10\x46\x99\x9c\x87\xaa\xb0\xa3\xe3\x67\x22\xd3\x24\xb7\x27\xcd\x9a\x6f\x8a\x43\x69\x6a\x24\xdd\x1e\x1e\xff\x07\x93\xc5\x43\x57\xe7\x0a\x88\xbc\x3d\x99\xbe\xed\x64\xaa\xb8\xc1\x77\x16\x74\xf4\xd1\xcb\xb2\xb9\xcc\xbf\xe9\xa8\xe7\x41\x43\xa2\xfb\x1a\x2c\x19\x77\x4f\x36\xce\x79\x08\xbc\x26\x36\x42\xd8\xfd\xa9\xf6\x86\xbe\x30\x4b\xa6\xe9\x50\xa7\xe9\x4b\x95\x49\x34\x75\x6c\xa6\x76\x98\xe2\xd3\x13\xaa\x83\x80\xc2\x12\xb6\xba\xc3\xad\xdd\xb4\xe0\x5d\x2d\xf3\xc0\xdc\xee\x1f\x68\x7c\xd6\xae\x33\xd8\xce\x35\xeb\xb2\xc4\xa8\x11\xb0\xb0\x64\x30\xeb\x06\x3a\x2c\x63\x9d\x99\x58\x5d\x84\xbe\x54\xed\xb4\xa4\x9b\xdd\x41\xb7\xd3\xd1\x48\xba\x2e\xd9\xdd\xf5\xad\xdc\xa8\xbc\xf5\xec\xdf\xb7\xb4\xed\xb9\xd4\x64\x6b\x3b\x58\xc1\x86\x71\xd4\xcb\xe4\xad\xf5\xda\x48\x7a\xf2\x2c\x02\xd2\xae\xcc\xb0\x37\x00\x14\xdb\x48\xe3\x7d\xc1\xdb\x4d\x68\x28\xda\xfb\xe5\x1c\x1f\x51\x51\xb3\x9e\x36\xfa\x96\xb7\x26\x0f\x52\x7e\x59\x16\x55\xe5\x92\xc3\x6f\x7a\x75\xed\xc3\xdc\x2f\x7a\xab\x8b\xbd\x0f\x0b\xbf\xe9\xad\x58\x5f\x73\x03\x61\xf8\xeb\x04\xc7\xc2\x2f\x82\xdf\xee\x95\xee\xd9\x18\x4e\x7b\xa4\x4d\x55\xbe\xf2\x8a\xdf\xed\x88\x37\xea\x04\x97\xcc\x5f\xa1\xf8\x87\x51\x34\x69\x41\x01\x2b\x93\xae\xe8\x9a\xc5\xa5\xd0\x2d\xcb\x38\xfb\xb2\x97\x1e\x13\xe2\x1f\x6b\x36\x8c\x07\x51\x8f\x71\xce\x04\xbd\xff\x21\x96\x78\xff\x43\xe0\x33\xf4\x71\x74\x6a\x8a\x20\xd2\xbd\x62\x8c\x8a\x9b\x9f\x25\x5f\x0b\x53\x5c\x95\x1c\x1c\xa6\x3b\xcf\x4c\xb1\xfb\x20\x43\x68\x02\x86\x63\x8c\x49\xb2\x85\xcb\xf3\xbe\x16\x03\x16\x57\xea\x86\x3b\x39\xa0\xe4\x4e\x84\xe8\x84\x75\xe1\xfa\xb0\xee\x97\x44\xb5\x08\x5a\x8d\x33\x08\x59\xb0\x25\x0d\x2c\x84\x08\xa9\x24\x36\xd7\x3f\x6f\x34\x83\x7b\x29\x53\xd3\x27\xf7\xe5\x1e\x84\xe1\x46\xed\x2f\x9b\x11\x73\xd7\xa7\x71\x33\x38\x7f\xa0\x9c\x0b\xb6\x4f\xd3\xcc\xe6\x71\xaf\x69\x74\x13\x52\x20\x80\xc3\x2e\x4d\xb3\x0d\xdb\x8d\x1b\xa1\xe4\xe4\x67\xd1\xa8\x3d\xab\x5d\xc3\x42\x50\x09\x00\x1c\xee\x03\xde\xef\x58\x92\xd0\x04\x7e\x25\x8c\x89\x79\xb6\x61\x3d\x03\xd2\xac\x81\xb6\x0a\x98\xee\x3f\x24\x24\xcf\x12\x5b\x38\x14\xb2\x61\xd3\x3c\xd9\x01\x60\x5a\x82\xf6\x01\x1b\xd6\x37\xce\xad\x86\x3f\x79\x4a\x9a\x0d\xdd\x40\xe3\xd1\x20\x41\x21\xe9\x2c\xd8\x86\x56\x6c\x4b\x4b\xd6\x1a\x0c\x7a\x60\xdb\xd6\x00\xba\x07\xe8\x6c\xc5\x7e\xd1\x59\xd8\x26\x84\xc4\x6e\xd7\x76\x36\x66\xd5\xf6\xce\x37\x64\x1d\xe7\x98\x75\x2a\xf4\x8e\x77\xa2\x46\x8b\xeb\x6b\xae\x5f\xc9\xef\xf8\xdd\x73\x75\x0b\xf7\xf3\x37\x9a\x34\xc2\xc1\xcc\xce\x46\x3c\x6b\x45\xfc\xbc\xcf\x5f\x6a\xca\x3f\xf0\xd5\x97\x6a\xb7\x2b\xe4\xba\x4d\x5f\x57\x1d\xfe\xbe\xa6\xa6\x2b\xb9\xe0\xb1\x97\x68\x14\x71\xf8\xf2\x5f\x94\x7c\x65\xb4\x58\x75\x4e\xa0\x17\x3c\x18\x54\x12\x42\x37\x42\xae\x7f\x54\xd5\x37\x1d\xc2\xe2\x59\x94\xd9\xc0\x80\x5c\x5a\xb0\xf1\x8c\x1a\x36\x8e\x34\x17\x15\x9b\xd2\xa2\x75\xb3\x3c\x57\x17\x00\x37\x50\xb0\xbf\x46\xc7\x71\x41\x05\x94\x49\xbc\xe0\x14\x74\xfa\xcf\x83\x6b\x39\xba\x53\x37\xfc\x9b\x07\x05\x68\x60\xe3\xa9\x1d\x02\x6d\x8d\x8f\xf4\xc5\x5d\x94\x5c\x06\x3e\x40\xb7\xb1\x6b\x35\x6c\x7a\xcc\x0d\xba\xce\x28\xea\x98\xff\x55\x67\x1a\x4f\x60\x34\x17\x82\x9e\xd7\x26\x8b\xa6\x7c\xa9\x6e\xf8\x2f\xa2\x3a\x14\x65\x79\x47\x72\x7e\x31\x9d\x4b\xcf\x12\x4b\x60\x89\x4f\x84\x1e\x14\x8c\x23\x3e\xe9\x3c\xde\x85\x80\xe0\x2d\xa3\x7b\xc1\xa4\x52\x3b\x6e\xb6\x42\x5e\x63\xc7\xf8\x3a\x23\x73\xf9\x88\x09\x72\x78\x3d\xca\xbf\x73\x72\x8d\x06\xbf\x80\xb3\xf6\x57\x9d\x49\xaa\xeb\x6e\x0d\x67\x81\x9f\xb1\xdd\xc0\x43\x48\x80\xbd\x05\x24\x3a\x39\xe3\x1a\x97\xc5\xa8\x5c\x9c\xdc\xd1\xef\x56\xc8\x2f\x0f\xaf\x10\xaa\x98\x7c\x78\x95\x14\x6c\x4a\xab\xf6\x2a\x29\x2e\xcc\xf9\x68\x54\x78\x39\xbc\x3f\x9d\x2a\x0a\x5e\xf0\xa2\xc7\x2a\x35\x57\xac\x04\x3a\x90\xe3\x3f\xa6\x68\x56\xb1\xbf\x04\x91\x8e\xa0\xba\x5e\x56\x4d\x97\x85\x15\xae\xab\x5f\x1e\x9d\x94\x68\x32\xbc\x43\xa9\x61\x6b\x05\xa1\x9e\x3a\x2c\x9f\x34\x45\x45\xc6\x9e\x49\x83\x36\x3f\xbe\x46\x0b\x04\xcc\x21\xd1\x4c\x14\x7e\x41\x15\xb0\xa0\x9c\xa2\xd6\x97\x26\xd3\xb4\xf0\x90\x5d\x30\x22\x1e\xda\xe4\x5a\x15\xe5\x97\xf0\x4a\x06\xea\x07\x30\x24\x71\x28\xf1\x7e\xad\x9c\xb3\x4a\x04\x90\xb7\x03\xa6\x29\x4a\x98\xfc\x4b\xaf\x7b\xd0\x31\x69\x5a\x30\x26\x9b\xb7\xc7\x34\xfd\xa7\x76\xd7\x53\xfa\xa3\x6d\x4c\xe9\xda\x01\x27\x17\x3a\xc8\xa4\x25\x2e\x7f\xea\x4d\x6f\x22\x23\x9d\xe9\x79\x71\x21\x7b\x9e\xbc\x8b\xd1\x88\xc4\xe1\x8b\x62\x19\xb5\x9d\x89\x45\xb1\xf4\x6b\x0e\x81\x67\x7b\x44\x34\x3d\xb2\x2a\xa7\x64\x08\xa2\x29\x6f\xae\x88\x7a\x32\xd1\x3d\xab\x7e\x03\xe4\x8d\x37\xc0\xf3\x8c\x3b\xc0\xfa\xe3\x51\x82\xc1\x1f\xf6\x26\x4d\xf5\x7c\x3c\xd6\xf9\x68\x24\x23\x92\x17\x1e\x03\x35\xa1\x05\x7b\xa3\xe0\xd9\x7b\xde\xf3\x1c\xf2\x46\x81\x96\xf2\x29\xaf\xdf\x02\x55\x5f\xc2\x3a\x9a\x93\x53\xcf\xbb\xca\x30\x4e\x90\xa6\x43\x5b\x2e\x39\x9d\xc3\x63\x60\x91\xd5\xcd\x19\xcf\x08\x39\x27\xe3\xb1\x73\xe8\x56\xcb\x7b\x1b\xc9\xa4\x4d\x64\xf9\xfa\x1e\x0d\x78\x34\x23\x73\xea\xee\x28\xd4\x85\x13\x4e\x5d\x5f\x97\x20\xf7\xbf\xd5\xc2\xf0\x46\x13\x9d\x76\x5d\x9a\x72\xd6\x96\xfb\x43\xe2\xe3\x31\xcb\xfa\xc2\xd9\xb0\x2f\x94\xcc\xbf\x52\x8d\x0b\xa0\xd3\x9a\x7a\x2e\x6e\x1a\x56\xcb\x21\x43\x42\xf2\xef\xff\xb3\x39\xe8\x5f\x9c\xcc\x33\x09\x81\x6f\xa0\x87\x09\xc5\xa7\xae\xbe\x86\xd9\xeb\xbe\x73\x40\xfd\xe0\x7b\x56\x83\xd5\xbd\xe6\xe6\x2b\xc1\xcb\x75\x46\xd0\xbd\xf5\x89\xd6\x70\x39\xdd\x12\x86\xd9\xb0\xf1\x88\x50\x9b\xcb\x0f\xc3\xc1\xb1\x2a\xa4\x79\xb1\x16\xc6\x5e\x8a\x1d\x9f\xd2\x43\xd8\x9c\x98\xc7\x2b\xf9\x19\x50\xf2\x03\xce\x80\x86\xb9\x8a\xbc\x25\xc6\xaa\x7e\x0d\x55\xc0\x4e\x12\xc4\xb7\x73\xd2\xec\xd7\xce\x52\x24\xbe\x10\x7a\xa0\xa5\xc6\x60\x78\x7d\xca\x81\xbf\xa6\xa1\xa2\x60\xa4\xf9\xd5\x76\xb3\xbf\xf5\xdc\x70\x03\x7a\x6b\xed\x3c\x30\x8e\x1b\xa5\x07\xdf\xa5\x14\x3d\x94\x36\xdc\xca\x3f\x9c\x07\x39\xc5\xf8\x6a\x90\x6f\x5c\x5a\x1a\xf1\xa5\xf9\x36\xb8\x7d\xa4\x4d\xd3\x98\x9e\x71\x0f\x07\x16\x9f\x67\x9c\xc5\x97\xbc\xb6\x60\x2e\x9c\xb0\x70\x7d\xa5\xb1\x77\xc1\xc6\x1a\xe8\x2a\x0c\x12\xd2\x55\x98\xe2\x73\x1e\x59\x41\x38\xfb\x07\x28\x39\xf7\xba\x95\x1b\x70\xb2\x17\x5a\xc5\x43\x0a\x02\xc2\x33\x90\x7e\x18\xe5\x12\xa2\xc3\x7c\x0d\xe6\x47\xc7\xe3\xd4\x2f\x9a\xc8\xfc\x22\xac\xa7\x9e\x25\xf2\xa3\xaa\x18\xaf\x5f\x79\xb4\x65\xb9\x61\x53\x45\xca\x02\x58\x92\x17\xdd\xb5\xd5\x0e\x5d\xbc\x51\x7b\x8c\x06\xf5\x43\xde\x51\x3f\x74\xc9\xb4\x73\xd0\x6d\x54\x47\x0d\xd1\xa5\x70\xd7\x5b\x48\xe2\xd5\x11\x79\x50\x47\xc4\xbd\xee\x35\x12\x1b\x5a\xbf\xba\xa1\x91\x48\x00\xfe\xe0\xb5\xf8\xa3\xfb\x68\xd8\x60\x52\x83\x52\x45\x44\xc0\xbb\x73\x76\x3c\x3e\xf9\xc7\xdb\xf5\xc8\x63\x0d\x21\x7a\x87\xe5\xec\xe7\x1c\xee\x3a\x39\x3f\xd5\x9b\x55\x77\xd4\x2b\xf0\x6e\x04\x4b\x9e\xc1\x03\x78\xb4\x6f\x1f\x4a\x8d\xdb\x8a\x01\x48\x55\xc4\xe4\xc6\x6a\xb0\x69\xfa\xc1\xfb\x46\xc5\x53\x53\x77\x24\x14\x03\x64\xa5\x41\x4a\x25\xa8\x6e\x09\x2a\x7a\x2c\x8f\x9d\x50\xa4\x63\x75\xec\xc2\x3d\x5b\x60\x10\xf2\x2f\x84\x2f\xcc\x72\x22\xd5\x37\xb8\xf8\xc9\xbd\xb1\xbc\x88\xa0\x09\xc6\x26\x5e\x37\x66\x34\x12\xf0\x2e\x1d\xf0\x86\xf4\x8a\xff\x8c\x56\xee\xc3\xa9\x25\xf3\x9a\x26\x9a\x6f\x34\xaf\xb6\x09\x0d\xcf\xd8\xf6\x1e\x55\x3c\xa4\xc3\xf0\x9b\x09\x97\x23\xea\xb2\x36\x27\xbc\x97\xca\xb5\x1d\x8b\x0d\x78\xcf\x1e\x69\x35\xef\x95\x89\x93\x84\x35\x58\xd3\x8c\x88\x44\x36\xc3\xe0\x7e\xfa\xbb\xcb\xed\xa9\xce\xf1\x58\xe3\x82\x8e\xdb\xb2\x57\x72\x39\xf9\x9c\xa4\xe9\x8f\x2e\x4f\x38\x00\xbb\x83\x53\xdd\x16\xfb\xe7\xaa\x7b\x69\x6c\x3e\x8e\xd5\xef\x62\xab\x1d\xca\x19\x6f\x85\x1f\xb7\x56\xc7\xfa\x91\x55\x9a\x7d\x6e\x9c\x07\xb1\xb7\xfd\xce\xf0\xe1\x82\xb0\xc3\xf7\x77\xdf\x07\xd7\x62\x7f\x78\x13\x6a\xdc\x19\xf5\xad\xad\x11\xce\xe0\xff\xec\x89\x0d\x12\xbc\x5f\x71\xfb\x38\xc5\xa4\x8f\x15\xe1\x36\xdb\xa9\x3e\x1c\x3f\x39\xab\x3f\x22\x21\x2f\x4a\x8d\x3f\x31\xa7\xb3\x3b\x38\x9d\xa8\x50\xd9\x2b\xdc\xb5\x7f\xd3\xec\xd5\xc4\x49\xda\x2b\x76\x7f\xa2\x7f\xb7\x01\xb8\xdd\x11\x1d\x0d\xa4\xdb\x35\xa1\xe2\xd1\x7d\xae\xce\x89\xfa\x41\x3a\x4d\x33\xd0\x02\x62\x2d\x27\x5b\x92\xdc\xcb\x21\x33\x32\x4d\x9d\x11\x34\x39\xe5\x1a\x4d\x2f\x8c\x64\xaf\x26\xdf\x4a\x61\xd8\xbd\x51\x48\xd9\xba\xfd\x88\x58\x33\x48\x9b\x9c\x4e\x03\x2e\xb3\xe4\xa6\x28\x0f\x3c\xa1\x49\xd2\x36\x2b\x05\xe7\x7b\x00\x0d\x06\xfe\x16\x40\xff\xc0\x66\x00\x9d\x26\xbc\xa6\x74\x72\xf8\x57\x5c\xd4\x58\x62\x86\xbe\x01\x65\xcb\x90\xb7\xd6\x43\x4e\xe8\x53\xfa\xa6\x15\xee\xd5\x89\x01\x44\x06\xc2\x23\xcd\x8e\x24\x24\x76\x5a\xe3\x09\xfd\xf7\x26\xf5\x7b\x99\xe1\x56\xe0\x84\x72\xdd\xac\xb7\x01\xa3\xdd\xdf\x78\xa0\x85\x11\xe4\x36\x33\xf1\xcb\x2f\x95\xb1\xcf\xcb\x01\xaf\x69\x72\xaf\x62\x88\x60\x53\xff\x2a\xaf\x3c\xd8\x8c\x7f\x43\x37\x4e\xf7\x6d\x3c\x63\x4c\x79\xb5\x37\xa6\x46\xc1\x96\xce\x3d\x7d\x6e\x78\x26\xa9\x22\xe4\x24\x47\xa3\x13\x21\x11\x76\x83\x6e\x01\x08\x88\x58\xff\xd5\x50\xbd\x10\x4b\x40\x82\x59\x88\xa5\xbb\x60\xd8\x5f\xab\x6d\xa8\xc2\x81\x82\xc3\x08\xef\xf9\x4a\x14\x25\xde\xcb\xe8\x93\xc5\xdb\xc3\x74\x3a\x9d\x8e\xed\xbf\xd9\xc6\xfe\xfd\x1f\xf0\xb7\x58\xbf\x3d\x3c\x9d\x4e\xaf\xc6\xf0\x6f\x63\xff\x3e\xfd\x0f\xf8\xfb\x3f\xdf\x1e\x36\x7c\xb3\x59\x3e\xb9\xa6\x9d\x57\xa2\x00\x24\x19\x55\xe2\x6c\x85\xaf\x5f\x7c\xd8\x67\x66\x52\xa9\x83\x5e\x71\xf0\xad\x6f\x8f\xe5\xe4\xad\x49\xc8\x3c\x49\xf2\xe4\x68\x7f\xd1\xe4\x3a\x21\x54\x0f\xdd\xf2\x4e\x53\x3e\x71\xf4\x33\x23\x3d\x1d\xf8\xb1\x2c\x56\x7c\xab\xca\x75\xef\x1b\x94\x01\x8f\xff\xd5\xbe\x90\xe0\xf2\xff\xff\x48\x28\x48\xd2\xe5\x4d\x51\x8a\x35\xa8\xc6\x46\x60\x95\x46\x98\x92\xb3\xe4\xed\xdb\x43\x32\xaa\x31\xc9\x9e\x99\x6c\x6a\xaf\xe3\x8e\x7b\x98\xfd\x77\xd2\x11\xce\x17\x5a\x14\xe3\xb2\xb8\xe2\x65\x42\x5d\x31\x40\x1f\x9b\xed\x69\xf4\x23\xac\x52\xee\xe4\x87\x6e\x32\xea\xcd\xb1\x3f\x98\xd7\x96\xa5\x48\xe8\x6e\x9e\x38\x77\x90\x5e\xa6\x9f\xe4\x60\x3f\x58\x68\x5e\x24\x0d\x7d\xe9\x8e\x3a\x5b\x5d\xce\xd9\xaa\x90\xa0\xd0\x96\xdd\x71\x43\xce\xae\xf8\x19\x9a\xf4\xad\xcf\x84\x3c\x2b\xce\xf4\x41\x4a\x21\xaf\xcf\x6c\x15\x4a\x27\x71\x13\x5b\x12\xba\x84\x0e\xaf\x30\xe2\x76\xab\x4a\xf0\x88\x8d\xc7\xed\x17\x60\x98\x1f\xed\xd9\x2d\xdf\x59\x2a\xe3\x88\x5d\x6b\x7a\xbe\xb4\x7b\xf6\x7d\x73\xcb\xa2\xc6\xe0\x03\x59\x62\x43\xdc\x1b\x89\x38\xcc\xd1\x32\xb9\x91\x99\x26\x03\x91\xa6\x02\x80\x9e\x57\xdb\xfa\x17\x68\x54\x53\x39\x29\x0c\x86\xfb\x5f\x19\xa7\xe2\x78\x44\x94\x73\xb7\xb2\x02\x90\x26\x12\x8c\x9a\x92\x78\xee\xcd\xd2\xa9\xf6\xbc\xf6\x71\x79\xf3\xec\xa3\x58\x6a\x36\x2c\x69\xc0\x73\x83\xc8\x1e\x19\xc9\x9d\x90\xe8\x4f\x35\x49\xda\x29\x30\x1c\x9a\x97\x67\x1f\x85\x1e\x73\xb5\xfc\x00\x0c\xec\x8f\x81\x50\x3a\xa2\xf9\x00\xd8\xd8\x17\x38\x2f\xe0\x95\xa4\x9e\x1e\x77\x10\x26\x74\xb1\x6c\x0e\xc1\xb7\xb5\x95\x48\x67\x4e\x23\x1b\x3e\xbb\x34\x7a\xce\x8f\x96\x57\x92\xf8\xed\x64\xfe\x75\xa4\x7f\x8c\x3c\x7b\x32\xb5\x03\xd2\xb7\x95\x56\xea\x86\xbb\xf7\xe0\x1f\xf8\x07\xf3\x46\xbd\xf6\x70\xe7\xdd\x49\xfb\xa2\xd9\xc8\x00\x8c\xee\xb6\x5c\x22\x0b\x23\x6e\x78\x6b\xc9\xfe\x6c\x47\xec\x8b\x3e\x58\xf6\x2e\xfc\x3c\x6f\x73\x92\x9f\x80\xc2\xde\x36\xf5\x6b\x9f\x66\xce\xf1\x7c\xb7\x37\x8f\x8f\xbf\x46\x55\x3e\xcc\x9d\xd0\x19\x7d\xdf\x53\xea\x57\x4a\xef\x8a\x9e\x97\x7c\x2f\x43\x3d\x91\x28\x5b\xb5\x55\xb7\x68\x53\xf7\xeb\x96\xcb\xd7\xde\x75\x10\x34\x8c\x9b\x9a\x70\x58\x36\x34\xc8\x68\x5f\xc9\x26\x66\x5c\xd4\x84\x5f\x45\xc5\xbf\x54\xfb\xbb\x2f\x0f\xd1\x91\xef\x85\x33\xed\xee\xda\x55\x53\xa3\x1f\x32\x66\xe6\x19\xa0\xfa\x75\xc0\x00\xaf\xca\x83\xce\x1a\xae\x0d\x44\x65\xa9\xe7\x9a\x0d\xc1\x49\x69\x37\x78\xd6\x03\x28\x88\x8d\x70\x86\xe9\xce\x0b\x95\x6d\x9e\xcb\x05\xec\x6f\x5f\x13\x4d\x17\xf4\xce\xb1\xe5\xd1\xe4\x78\x97\x8f\xdd\x9d\xe1\xe1\x6c\xcc\x90\x0d\x33\xf4\x39\x8c\x94\x8e\x44\x60\x04\x91\xcb\x86\xaf\x5c\xde\x8a\x0a\xbb\x6d\x44\xfe\x57\x31\x10\x3d\xbe\x01\xd0\x35\x05\x68\x40\x27\x54\xa2\x2a\x34\xa1\x0f\xa7\xb4\xa7\x8e\xe5\x9e\x26\xf0\xe3\xb1\x94\x88\x42\x2a\x41\x9a\xf7\x58\xba\x92\x17\x76\x67\xc9\x09\xfc\x78\x38\xa5\x1d\x15\x39\xb1\xff\x81\x73\x01\xc6\xb5\xeb\xf2\x25\xa6\xd3\xb8\x24\xbe\x28\x85\x7c\xff\x53\x61\x78\x42\x3f\xff\xf3\x34\x8e\x89\x85\x3c\x09\x6d\x44\xe1\x85\xd2\x6e\x8e\x68\xfd\xa2\xeb\xb6\x2f\xa3\x04\x3f\x72\x6d\xb7\x12\x4c\x57\x94\xf0\x56\xe9\xf7\x96\x8c\x26\x40\x31\x43\xd0\x73\x5e\x16\x77\x51\xd8\xa6\xb4\x3b\x4c\x02\xc8\x17\x14\xf1\x32\x94\x50\xac\xd7\x2f\xd5\x9a\x83\xb2\x03\xac\xa6\x3a\x6a\x8f\x12\x31\xc0\x8b\x8c\x0a\x3b\xc8\xb5\x7a\xce\xf7\x66\x9b\xd0\xa7\xd3\x3e\xb2\xaa\x56\xc1\x59\x58\x48\xcb\x8c\x5f\xbe\x2e\x0a\x50\x2f\x7d\x3b\x9f\x7e\xee\xca\xbe\x71\x6a\x15\x7e\xa8\x66\xd3\x4f\x61\x65\x76\xc5\x87\x6f\xc4\xf5\xb6\xb4\x03\x85\xd0\x0e\x09\x9d\xf1\x7f\x8f\xba\xb2\x53\x37\xb8\x61\x2c\xd7\x8f\xe3\xda\x77\x26\x3c\xb4\x75\x7e\x74\x8a\x12\x35\x23\x68\x8a\x2b\x60\xb1\x1f\xbc\x9b\x3c\x70\xf5\x9c\x98\xe2\x0a\xb4\xa6\x99\x39\x1e\x93\xc4\x17\x57\x1c\x8c\x72\xf8\xa8\xb5\x91\xa9\xb6\x37\x2d\x7b\xc1\x81\x7b\x9e\x84\x2f\xb1\xe3\x2f\x5d\xc8\x00\x6e\x73\x42\x42\x00\x6b\x36\xa0\xbe\xe8\x41\x01\xc7\x63\x62\x8b\x4d\x40\x8e\x90\xb5\x22\x19\x27\xb4\xd0\xd7\x60\xa6\xe3\x05\x36\x97\x4f\x01\xe4\x7a\xcd\xf7\xdc\xde\x87\x56\x82\x57\xe8\x45\xa9\xb6\x7a\x41\x9d\x5b\x7c\x9e\x0e\xd9\xe9\x53\x42\xa8\x96\x70\xbb\x3c\xd1\xd0\xc0\x6f\x5f\xbe\x68\x35\x50\xd6\x69\x34\xaf\x54\x79\xd3\xee\x45\x3f\xf8\x35\x4f\x53\xd9\xf7\x62\xce\x19\x14\x18\xd4\x48\x78\x9a\x76\xf3\x82\x06\x69\x6f\x01\x10\x43\x3c\xe7\x6e\x8b\x42\x6d\xd3\xc1\x03\x20\x0f\xf7\x36\x16\x1c\xca\x64\x9c\xdd\x3a\xe8\x6b\x34\x5e\x30\xf0\xaf\x76\xd3\xda\xd3\x83\x27\xff\x58\xbc\xbd\x7d\x3b\x5e\x8e\xde\x3e\xf1\x3f\x46\x1f\x76\xe5\x67\xe1\x11\xc8\xbf\x1f\x36\xc6\x26\x4b\x8a\xfd\xbe\x14\x2b\x10\x6d\x3d\xf9\xb0\x2b\xc3\x0d\xa2\x5b\xc7\x1c\x1b\xc8\x4f\x39\x3f\x1e\xf1\x37\x2e\x80\x93\x1d\x70\xa7\x22\xdc\x9a\x11\xc3\x9a\xd5\x05\x30\x51\x2d\x17\xc6\x0d\x07\xb8\x91\xaf\x5b\xe7\x6d\x5d\x1c\xaa\xc8\x93\x7d\x59\x08\x99\x78\x48\x36\x07\xe9\x26\x36\x99\xea\x2a\x31\xc7\x23\x2e\x98\xaa\xab\x08\x0f\x71\xf6\x76\x20\x88\x68\xe7\x54\x04\xc0\x2e\x7b\x43\x17\xc9\xbb\x64\xa4\x96\x80\x20\x48\xa8\xfd\xcb\x84\xfd\x79\x82\x97\xdb\x68\x7a\xa8\x69\xe8\x25\xdb\xf2\xc2\x27\x8b\xe3\xec\x95\xcb\xee\x11\x5b\x51\x2d\xe4\x84\xb6\xc5\x11\x50\x55\x14\xb0\x50\xc1\x4d\x9b\x8c\xb6\x01\xcc\x22\xcc\x43\xe3\xee\xe4\x9e\x4e\xc0\x86\xa8\xed\x11\xf0\xbd\xd8\xbf\x51\x2f\xe4\x3a\x73\x96\x06\xf1\x96\xca\xe2\x51\xa7\x58\x30\x0e\xbe\xf2\x94\xe3\xc5\x07\xc3\x65\x65\x4f\x67\x24\x18\xf8\x7a\xdd\x33\xfb\x2f\xec\x22\xee\xce\x13\x27\x73\x65\x37\x56\x0e\x7f\xd9\xfd\x89\xd4\xdd\x09\x65\x77\x68\x4f\xa0\x11\x2d\x3a\xf0\x5c\xad\x1e\xca\x74\x2d\x1e\xcc\xe5\xc4\x3b\x1c\xb1\xda\x0a\xc0\xfa\xf3\x71\x96\x2f\xf9\x46\xa9\xf7\x0d\xc2\x51\x78\x30\x3f\x82\x6e\x1f\x2a\x3b\x1a\x38\xa7\x6e\x18\x34\xbf\x16\x95\xe1\x1a\x9f\x8b\x3b\xae\x15\xba\x4a\xf7\x9c\x1c\x8f\x59\x05\x63\xf0\x0a\x06\xc2\x69\x97\xe7\x8b\xe5\x89\x50\x88\x00\x2d\x52\xa4\x67\x58\xf8\xd7\x90\xa2\xb7\x0a\x94\xc5\x35\x5b\xe1\x11\x6a\xa0\xb0\xa0\xd9\x8e\x16\x5e\x7b\xcd\xd7\xb9\xa6\x37\x45\x99\xcb\x93\xeb\x55\x69\x7b\xb5\x52\xfb\x3b\xd0\x50\x67\x1d\xf9\xd2\x70\xca\x18\x33\xc1\x92\xca\xa1\x9c\xfa\xf4\x41\x45\xa1\x0e\xaa\x77\xfc\xfd\x29\x6c\x43\x09\x4b\xbd\x69\x4d\x74\x26\x64\x65\x0a\xb9\xb2\xa4\x06\x0e\x05\xd0\x0b\x11\xc1\xe1\xf3\xd2\x9e\x01\x0b\xb9\x64\x22\x52\xa5\x3f\xd8\xe6\xd6\xf6\x6f\x9d\x31\x77\xef\xa4\x3c\x4a\x03\xd0\xff\xe1\x2b\x03\x7b\xa9\x41\x64\x9e\xd1\xea\x33\xbc\x8a\xf3\x3a\xfa\xbc\x36\xcf\x8b\x2c\x3a\xd0\x12\x54\x1f\x8f\x1a\x0f\x3f\xe6\x8d\x41\x0d\xd3\x28\x40\xa2\x9c\x61\x5c\x68\xfd\xf1\x88\x36\x76\x9c\x42\x82\xdc\x9c\x70\x0a\x56\x38\x05\xa0\xd8\x55\xb1\x7b\xf4\x64\xfa\xac\x2c\xdb\x9b\x38\xba\x8b\x64\x35\x96\x99\xb3\x72\x9a\xfa\xf7\xf8\x1a\x45\x0d\x0c\x8b\x28\x32\x81\xb5\x5d\xd8\x23\x85\xc6\x60\x28\x09\xe2\xda\xc1\xfd\x3e\x0a\xdd\xf2\x62\x9d\xb8\x92\xdf\x8b\xb2\x6c\x29\xb5\x93\x7b\x30\xdc\x6f\x7b\x9f\x30\xc1\x6c\xcc\x8d\xe5\x8b\x00\x37\x55\x9b\x86\x35\x40\xd1\x6a\xa9\x96\x43\x33\x00\xac\x8b\x28\xf5\x45\xdc\xd5\xb9\xc7\x5a\xf3\x6f\xa6\x00\xc5\x52\x23\xf1\xcd\xe8\x94\x78\xd5\xa5\x87\x12\xd9\x65\x71\x6a\xe8\xde\x7a\xcb\x33\x87\xb3\x9c\x01\x1b\x7f\x72\x2a\x5c\x9f\xd0\xf1\xb8\xb0\x8d\x07\x2c\xcd\x48\xf0\x86\x6c\x54\xfe\xbd\x77\xfa\xef\xa0\xe8\x5c\x2c\x7a\x46\x0e\xd5\x21\xd6\xd8\xc6\x3c\x56\x1f\xef\xd4\xc7\x7b\xea\xf3\x61\xa1\x68\x7c\xbe\x58\x7f\x4a\x0d\x91\x9d\x6a\x6d\xd5\xe1\x46\x30\xd2\xfa\x19\x7d\x3e\x88\x1b\x62\x29\x83\xb7\xdf\xc8\xf0\x5d\x7f\x0a\x8f\xf9\xfa\xe4\x32\xe1\xf8\x3e\xdc\xae\x9f\x5a\xa6\x1a\xff\x7a\xc3\x50\xe5\xa7\xdd\x9c\x8e\x37\x8d\x58\x51\x74\x34\x9b\xb6\x9a\x3b\x78\x68\x8d\x48\x6c\xbc\xbd\xab\xb4\x36\x99\x0d\xca\xe0\xa5\xb0\x13\x65\x83\x32\x97\xeb\xa1\x3d\xda\x88\xf3\xe5\x3c\x94\xb8\x11\x07\x6f\x54\xea\xb9\x5a\x81\x4b\xa9\x56\xca\x96\x0a\x5a\x1f\x49\xf1\xd9\x5f\xb4\x34\x4e\x1f\xc8\x1c\x23\x38\xda\x9c\xf6\xf7\x27\xd4\xdc\x54\x7e\xab\x0d\x71\x44\x91\xf1\x06\x81\x38\x45\xee\xcd\x47\xe8\xce\xf9\x4a\x14\x55\x3e\x3b\x35\xab\x7b\xbd\xfb\x97\xeb\x54\x75\x9d\x9f\x52\xdd\x47\x07\xe6\xa1\x7a\xfa\xed\x80\x6a\xb2\xe8\x10\x08\x34\xfb\x5e\x66\x92\x9c\x13\x34\xfe\x90\xeb\x6c\x66\x2f\xa3\x0e\x65\xaa\x46\x72\x12\xec\x47\x91\x49\x42\x15\x13\x73\xb1\x98\x2e\x27\x25\xbf\xe1\xe5\xbf\x3d\x9d\xeb\x22\x93\x24\x97\xf8\xb7\x8f\xc0\x6e\xbc\x07\x10\x33\x7f\x63\x8b\xc8\x0d\x55\xe8\x0c\xe1\x13\x06\x7e\x1c\x0d\x45\x77\x9b\x7e\x7c\x30\xfe\x53\xf4\xe4\xec\xbf\xbe\x77\x9d\x1e\xae\x6b\x71\x87\xe0\xfd\x7f\xd0\xe0\x8f\x36\xe8\x5f\x59\xbb\xff\x15\xea\xd7\x4f\xdd\xce\xe4\x64\xb5\xbd\x80\x93\x1f\x36\xb4\x74\x27\x74\xc5\x0b\xbd\xda\x66\x4f\xde\xbe\x7e\x42\xe6\xf1\x5e\xb1\x0c\x65\xdc\x95\x9f\xf7\xad\x3e\x80\x86\x6d\x36\x9e\x51\xc4\xdf\x08\x09\x41\x17\xbe\x2f\x69\x23\xe5\x8f\xc5\xf5\x63\x45\x7a\x53\x41\x4c\xf8\x58\x91\x75\x4a\x3b\x06\x3d\x2b\x00\x34\xcc\xa1\x50\x7c\x5e\xf3\x49\xfb\x96\x37\xa6\x6d\x26\x05\x05\xd5\xc7\xcb\x45\xec\x9a\x28\xf9\xe3\x65\x47\xc9\x7f\x55\x7a\xfd\x68\xd9\x80\x7e\x03\x49\xbf\xd6\xea\xb0\x7f\xb4\x60\x84\xc0\xa9\x13\x3f\x5a\x70\x94\xd8\x36\xe2\xd1\x82\x7d\x23\xd6\x1c\x5e\x38\xf1\x59\xad\x95\xd8\xe9\xc1\x37\x06\xda\xa5\x6f\x5b\xc9\xc6\xc9\x9b\xa9\x6d\x4b\x3e\x5a\x7a\xd4\x1a\x50\x15\x7e\xbc\xf4\x28\x35\x0c\xca\x47\x8b\x0f\x03\xe3\x73\x7c\xa4\x82\x90\x1e\xd5\x07\x9e\x1d\x4c\x9b\x25\x68\x01\x39\x78\xb0\xb7\x90\xe5\x65\xb7\x41\x9d\x2c\x80\x74\xe7\x33\x7c\xcf\xab\xea\xa3\x75\x04\xa8\x09\x9b\xab\xe2\xda\xbc\x29\xae\x3a\xac\x45\xdb\xd6\xe0\x6d\x94\xfe\xb5\xda\x74\xf2\xd4\xea\x5c\x8b\x25\x45\x7f\x32\x4d\xc7\xd5\x40\x93\xda\xc8\x7a\x7d\x98\x5e\xa8\x95\xa0\xbd\x9b\x01\xc0\x83\xd8\xaa\xac\xa6\x50\x01\x27\x17\x54\xbb\xc9\xc0\xe0\x9d\x77\xa7\x32\x39\x2e\xfe\x4d\x12\x72\xea\x76\xa0\xca\x4c\x64\xa5\xda\xe9\x6f\x9f\xc5\xc5\x43\x63\x9d\x5b\x2a\x1d\xcc\x73\xb2\x24\x8c\x61\x02\xa6\x36\x85\xac\xf6\xaa\xe2\xf0\x48\xde\xa8\xe5\x11\xc4\xb0\x9e\xd1\x8a\x3c\xe1\x3c\x84\xd2\x81\x74\x5f\xd5\xac\x84\x88\x2e\x57\x20\x45\x23\x80\xe3\x61\x6f\x54\xaa\x46\xfb\x17\xa0\xe2\xb0\xe1\x19\x26\xa7\x02\x71\x2d\x09\xfc\xb8\x9c\x92\xbe\xf8\xd1\x8c\xd0\x30\xa8\x3f\x15\xf2\xda\xce\x82\xd3\x1f\x77\xf9\x47\xcd\x80\xa7\x70\x49\x8d\xab\x78\x4a\xa8\xa0\xc9\x28\x8c\x50\x12\x61\x07\x78\x60\xf0\xa0\xc2\xe2\xb1\x02\x5a\x7d\xf3\xc8\x83\x83\x02\x95\x2d\xfa\xda\x33\x25\x23\xde\xe7\x9c\x7e\x54\x04\xd0\xae\x1a\xbe\xa2\x6e\xe4\x78\x46\x7b\xc3\xe9\x8c\x34\x5b\x7d\x6a\xba\x1a\x12\x54\xc0\x8a\x8b\xaf\xd7\x55\x06\x40\x2d\x27\x2a\xf9\x2d\x58\xa1\xcb\x35\x6a\x09\xfd\xeb\x0b\x22\x68\xdf\x20\x6c\xce\xb9\xf6\x6b\x41\xf6\x24\x5e\xe8\xe5\xa0\x35\x3c\xbd\x43\x42\xa5\x77\x92\xe4\xec\x9d\x6a\xf0\x42\xbf\xfa\x1d\x4f\x10\xdd\x2f\x47\x33\xea\xc0\x0c\xc9\x29\xa0\xd5\x51\xb5\xe7\xb2\x73\x51\xee\x25\x24\x32\xa1\x09\x3e\xea\x7d\xc4\x92\x80\x4f\x5a\xb1\xf6\xd2\x48\xd7\x92\xbd\x72\x78\x4d\x0d\xad\xb5\x6d\x93\x0c\xa1\x25\x2c\xfa\xca\xd8\x97\xc2\x64\x4f\xc6\xd9\x7c\xf8\x19\x79\x62\xc9\x49\xc6\x99\x5a\xa8\x30\xdb\x4b\x3a\x25\xe7\xc5\x45\x1d\x00\x46\x29\x0e\x17\x42\x2d\x0a\x10\x63\x3f\xf9\x47\xb6\xda\xad\x8f\x3b\x6e\x8a\xe3\x8e\x7c\xf6\x44\x38\xac\x4e\x42\x04\x1b\x4e\xc3\x52\x7e\xf2\x8f\x22\x2b\x0d\x99\xc7\x09\x4c\x33\x41\xb6\x3a\xae\x8c\x2e\x8f\x2b\x25\x8d\x56\x65\xa3\x2c\xed\x93\x82\x40\xee\xc9\x3f\xaa\x6c\x2b\x36\xa6\x91\xa4\xa3\x38\xf3\xb3\xd4\x7c\xa5\xae\xa5\xf8\x83\xaf\xcf\x76\x6a\x2d\x36\x82\xeb\x33\x90\xe1\x9f\x25\xa3\x8a\x0c\x24\xf8\x7e\xf2\x62\x16\x50\xfc\x4e\x9e\x95\x66\x9c\x8c\xb8\x73\xc5\xcb\x92\x2f\x8d\x2e\x31\x40\xb8\x80\xdd\x1a\xbf\x25\x7e\x7b\xf7\xa4\x9c\x50\x7e\x5a\xcb\xc9\x55\x51\x89\x15\xbb\x07\x56\x22\xa9\x79\xac\x84\x22\xc3\x90\x44\xbc\x54\x42\x7f\xde\xdb\x00\xe4\x16\x13\x0a\x5c\x5b\x52\x33\x85\x09\xb5\x97\xab\x24\xdc\xb3\x12\xfa\x8d\xda\x71\x1f\x50\xdf\xf3\x12\xea\x98\xc3\xc4\xb3\x89\x18\xe2\xcb\xf3\xbf\x13\xfa\x1c\x4e\xe1\x3c\x89\xf9\x8c\x84\x7e\x51\xac\xde\x57\xfb\x62\x55\x47\x78\x3d\x20\xd7\xbb\x90\x20\xe9\xa4\xb0\x67\x46\x52\x9f\x1f\x21\x8b\xfd\x9d\x27\xf5\x09\x6f\xfb\x62\xb9\x82\xa4\xbd\xf5\x13\xfa\x2d\x1c\x14\x79\xd2\x5a\xd5\x09\x7d\x51\xad\xf2\xa4\x25\xbc\x4b\xec\x4a\x9f\xec\x57\xcf\xb1\x4a\x76\x8f\x33\xf4\x2c\xc9\x93\x20\x35\x4c\x28\x06\x3e\xc7\xe6\x3a\x51\x95\x0f\xfd\x3b\xe0\xa2\xad\x55\x68\x6a\x08\xd5\x1c\x42\xe1\xfb\xb7\xd6\xb7\x1d\xf9\xc4\x0e\xa6\x17\x25\xf8\x08\x3b\x2f\x2e\x1c\xa6\x08\x43\x7f\xde\x27\xf1\xcc\xba\xf6\xd8\x39\x68\x4e\x30\x46\xc0\x02\xb1\x11\x81\x0b\xf5\x31\xb8\x4e\x42\x94\x5b\x36\xb0\x4a\x43\xa6\xb0\x18\x5c\x44\x9d\x27\xac\x1b\x2c\xac\x35\x8d\x11\x77\x17\x5a\x88\x06\x93\x75\xb4\x5b\x21\x18\xfb\xda\x0e\x32\xbc\xfc\xe3\xf7\x57\x49\x9e\xd8\x1b\xb9\xff\xfe\xda\x7d\xff\xc0\x3f\x98\xe6\xe8\xfa\x98\x1f\x35\xbf\x69\xc6\x7c\x05\xe3\x0c\xc4\xb0\x19\xf1\x53\x1d\x11\x4d\xe9\x22\x2c\x2a\xcb\xd2\xf9\xd0\x65\x08\x7d\x19\x75\xe6\x67\x37\xd1\xf5\xda\x69\x54\xf0\xb3\x9b\xe1\x38\xda\x0e\x5f\x4f\xf8\xa6\x28\x4b\x4b\x5e\x0e\xd7\xdb\x3c\x81\x0d\x8e\xcb\x90\xef\x8a\x55\x75\xe7\xd7\xe0\x57\x49\x6b\x77\xbb\x51\x4f\x9a\x74\x00\x43\x7f\xec\x59\x1f\x3f\xb4\x17\x87\x6d\x0e\x96\x1a\x6e\x1c\x2e\xf4\x8b\x10\x1a\x17\xfa\xac\xb3\x1e\x70\x89\xf6\x2d\x86\x5f\x92\x26\x69\x88\x87\xa6\x8e\x8b\x16\x6f\xd2\x26\x1b\x6e\x63\x74\x69\x02\xb4\xd0\xa5\x0f\x17\x0e\xdf\xf0\xe6\x1a\xac\xef\x2f\xbe\xbc\xef\x92\x3c\xf1\x62\x75\x1f\xf6\x26\xc9\x93\x26\x07\xe9\x63\x5e\x25\x79\xe2\x8f\x58\x9c\x93\x5d\x11\xd3\x86\xdd\xba\x4b\x1a\x76\xeb\x1e\xca\xb0\x5b\xf7\x10\x06\x17\xe8\xe9\xc0\x6e\xdd\x20\x0b\xbb\x75\x3f\x55\xd8\xad\xfd\xf6\x6f\x85\x76\x49\x85\x6d\x8a\x27\x0a\x21\xb4\xb1\xb9\x63\x8a\xd0\xdc\xdc\x0d\x82\x60\x4b\x6a\x10\x04\xbf\x2c\x76\xeb\x16\x3d\x68\xac\xa2\x8f\x12\x84\x87\x52\xc5\x53\xfa\x30\xd1\xd8\xad\x1b\x34\x63\xb7\x6e\x90\x8c\xdd\xfa\x01\x8a\x11\x45\x38\x82\x01\xf3\xe8\x36\x43\x87\x5a\x74\xe3\xea\x89\xee\xd2\x8b\xdd\xba\x87\x5c\xec\xd6\x9d\x85\xd9\x7c\x15\xf0\x93\x15\x75\xb5\x2d\x9f\xf7\x53\xff\x30\xd5\x71\xb1\x6d\xa2\x13\x1f\x18\xed\xd3\xa5\xb3\x3a\x62\x52\xb4\x70\xb4\x88\x26\x48\x88\x92\x25\xec\x00\x77\x1a\xb3\x9b\x79\x63\x3b\xe4\xf1\xb9\x49\x5f\x4d\xa4\xd2\xbb\xa2\x14\x7f\x38\x30\x50\xd6\x55\xbc\x8e\x5e\x2f\xf5\x99\x90\x67\x1c\x2d\x8f\x5a\x2f\xba\xba\x56\x67\xb3\xfc\x35\xb2\x72\x96\xcb\x3a\x46\x6d\x3d\x66\x6b\x7e\x2c\x0c\x31\xc5\x6a\x4b\xbc\x7e\x86\x26\xc4\xf2\x7a\x42\x1e\x00\xe3\x26\x99\x4c\x26\x08\x52\x82\x5b\xf3\x0c\xca\xf3\x29\x4e\xb5\x22\xfd\x1d\x18\xa0\x01\xf7\x9a\x9c\x25\x84\x6e\x41\xec\x0b\xc8\x6a\x5d\x58\x35\x5a\x0d\x14\x63\x22\xf0\xb0\xf3\xac\x62\x62\xf2\xbb\x12\x12\x33\x17\x4c\x92\x1c\xc2\x3c\xf4\x9d\x1a\xcd\x48\x23\x01\x34\xcc\x9b\x87\x9b\x45\x05\x9d\x2c\xe1\x59\xaf\x1c\xb2\xa2\xcb\x79\x7e\x2b\x57\x4a\x56\xa2\x32\x5c\x9a\xb3\x2b\x21\xd7\x42\x5e\x57\x67\x1b\xa5\x81\xef\x44\x95\x16\x5b\x0e\x2b\x4e\x51\x57\x43\x0f\x0f\xf8\x54\xcc\x17\x87\x25\x33\x8b\x43\xd0\x80\xe0\xf8\x58\xba\xb1\x9c\x7e\xa9\xd4\xfb\xc3\xfe\x3b\x7e\xd7\xf3\x20\x8e\xa3\x94\x19\xd4\xb1\x26\xa0\x59\x34\x37\xa8\x60\xc4\xa9\x24\xb9\x59\x38\x15\x94\x19\x63\x4c\x10\x6f\x7c\xa7\xe0\xaa\x9f\x44\x73\x51\x47\xee\x0e\xa5\x11\x89\x47\x1b\x18\x32\x91\xa6\x3a\x13\x5e\xc1\x26\x41\x34\xa1\x75\x82\xa0\x38\xd1\xc4\xa3\xf6\xd1\x02\x31\xd4\xf0\x91\x7b\x99\x0c\xd9\x2b\xf8\x8e\x74\xa0\xbc\x76\x3e\xb6\xb2\x59\x84\x7f\x62\xdf\x48\x74\xd5\x50\x47\xa1\x47\xae\x26\xba\x5e\x23\x41\x0f\xcc\x5e\xb7\x94\x85\x5a\x06\xd7\x5e\x05\x09\x50\x1b\xa7\x13\xdd\xdb\xa1\x16\xd5\x4b\x77\x79\x68\x0e\xb7\xdf\x26\x3d\x5a\x43\x3c\xff\xbb\x5a\x04\x07\xe9\x7e\x02\x61\x4b\x27\x60\x6a\x6c\x09\xa7\xfb\x05\xc4\xc1\xfd\x7e\xa9\xd6\xf6\xd7\x89\xee\xdc\x6d\xee\x87\x62\xd7\xa3\x91\xb0\x4a\xd3\x3f\xff\x3b\x6b\x3a\xb8\xb7\x77\xf8\x1a\x70\x1c\xe5\xe1\x8d\x46\x50\xc9\xf4\x20\xc2\x83\x1a\x32\xe9\x9d\xbc\x7f\xad\x8b\xfd\x16\x9c\xbe\x67\xde\xe9\x7b\x9a\x42\x13\xd1\x1d\x89\xf4\xf7\x22\x49\x68\xf6\x6e\x1e\x7c\xc1\xe7\xc1\x5d\x3c\x49\x53\xec\x5d\xc8\xe0\x2e\x4e\x3e\x87\x4b\x97\xd7\x7e\xe4\x6d\x8e\xdd\x3a\xca\x00\x17\x2b\x49\xe8\x10\x2c\x46\x00\x4f\x02\x1b\x82\x23\x14\x12\xfa\x1b\x97\x24\x54\x92\xe8\xa6\x7b\x13\x5b\x92\x76\xe7\x64\x0d\xea\x37\xfc\xf4\x0a\x2e\xed\x6f\xf8\x07\xf3\x4c\xf3\xa2\x3b\xb8\x99\x61\x66\xfe\x42\x65\x86\xe4\xf7\x27\x32\x01\x43\x2b\xc6\xf1\x3f\x1d\x9a\x89\x57\x58\x04\xcc\x22\xa7\x83\x08\x3a\x7e\x3e\x82\xd5\xe1\xb6\x33\x93\x7d\x6d\xdf\x62\xf3\x34\x3e\xb3\x46\x34\x6b\xc4\x7a\xbf\x01\x66\x12\x94\x1a\xfd\x43\xc7\x0f\x0a\xbc\xad\x85\x70\xa6\x41\x21\xd1\x9b\x20\x5f\x37\x6d\x5b\x82\x4a\x24\x01\xc7\xfc\x01\x52\xfc\x4a\xad\xef\x4e\x91\x1d\x2e\xb9\x77\xdd\x64\x00\x01\x81\x46\x64\xa0\xf3\xc5\x27\x1b\xa5\x77\x69\x9a\x7d\x2d\xdc\x6f\x9a\x54\x87\xab\x9d\x30\x09\x85\x19\x43\x4d\xe0\xd7\x10\xf4\x92\x9b\xad\x5a\x3f\x2b\x95\xac\xf5\xd2\x5c\x26\x65\xc9\x2c\x24\x1a\x18\x7d\xe7\x36\xa4\x0f\x62\x91\xc8\x47\x66\xe0\xbb\x15\xc3\x55\xf8\x19\x87\x16\xa7\xd3\x0a\x3c\x86\x7c\xad\xc8\xfd\xe9\x64\x26\x1b\x21\x45\xb5\x05\x83\xba\xf8\x69\xc8\x4c\x2c\xff\xc1\x24\x05\xed\xd1\xee\xbc\x47\x0a\xf2\xe0\xf8\xa5\x2f\x45\x23\x5c\x54\x3f\x14\x3f\x50\x09\x7a\xe9\xfb\x42\x73\x69\x7e\x50\x6b\xee\xdc\x75\x39\x64\xae\x49\xc7\x2e\x32\x43\xef\x87\x60\x19\xe1\x5e\xec\xd0\x30\xc4\x8d\xec\x5f\x7b\x47\x36\xf1\x8d\x88\xb5\x2f\x6d\x2a\x37\x0a\xe8\xd5\xb1\xfe\x66\x8a\x90\xd3\xa9\x5b\x91\x54\x92\x27\x0e\x32\xe5\x55\xf3\xe9\xac\xd1\x09\x14\xda\x22\x0f\x98\x19\xca\x27\x92\x7f\x30\xaf\xc5\x55\x29\xe4\x35\x39\x91\x1a\x13\xe5\xac\xc2\xc3\xe8\xda\x12\x2a\x24\xdd\xaf\x8d\xe6\xc5\xae\xad\x0c\xb9\x15\xd5\x64\xaf\xaa\x80\x79\xa1\x0d\x9b\x7a\xe4\x08\x9b\x8b\x71\xfc\x72\xa2\x6f\x4b\x06\xff\x83\x06\x00\x63\x7c\x1d\xfa\xd1\xe7\xaf\x83\x60\x71\xfa\x92\x4a\x7f\xe3\x61\xd3\xd3\xe0\x5a\xc6\x80\xf2\x5c\x95\x0f\x19\x87\xee\x55\x75\xc9\xa2\x96\xb8\xb3\xe2\x44\xab\x47\xf3\x38\xf8\x8e\x50\xe7\x89\xee\x39\x7f\xff\x50\x06\x57\xb4\x93\xb0\xfa\x32\xc8\xf1\x88\xee\xc0\x4f\xd4\x0e\x70\x9c\xd9\x1e\xa0\x2e\xd5\x45\xb7\x71\xe4\xe3\x65\x8f\x46\xe4\x44\x79\xf1\x20\x64\xef\x03\x2d\xea\x85\xb8\xe5\xc4\x59\xec\x33\x07\x56\x60\x7f\xc3\x9a\xb3\x0c\xdc\x1c\xff\x59\x4a\xc9\x2d\xa3\x01\xd0\xec\xae\x85\xa3\x91\x2f\x99\x1a\x68\xce\xaf\x5b\x51\xf2\xc7\x10\xe7\xf7\xaa\x3a\x87\x1f\xbc\x30\x19\x27\xe7\x01\xf4\x2a\x4c\x16\x16\x04\x28\x73\x79\x8f\x78\x98\xd7\xe5\x3c\x59\xbc\xad\xc0\xfe\x71\xba\x74\xbc\xe6\x63\x5d\x07\x9c\x17\xff\x35\x68\xd7\xca\x4f\x34\x28\x8f\x76\xbc\xc8\x47\x2b\xbb\xb9\x84\x20\xc7\x47\xa6\xc0\x9b\x96\xba\x1d\xe0\x67\xc1\x5c\x8e\x67\xa4\xbd\xe8\x0c\x40\xe8\x5f\x15\xab\xf7\xad\x47\x60\x9f\x62\xcc\xf8\x89\xe2\x4b\xe9\x43\x6b\xb1\xb1\xa1\x2e\xea\x0d\xe9\x41\x4c\xda\xbb\x6b\xab\xe2\x61\xa3\x75\x86\xc6\x8e\xed\xd9\xac\xed\x20\x28\x8e\x3c\xb8\xab\x9d\x05\x4b\x5f\xa6\x71\xd6\xdc\x6c\xf3\xbe\x36\x85\xd8\x46\xbb\x10\x80\x15\xef\x79\x2d\x14\x83\x30\x2c\xad\xd2\x02\x38\x5c\x28\xe3\xbf\x5c\x3f\x38\xb5\xca\x7b\xcc\x82\x3a\xe8\xf9\x01\x73\x35\x5e\x22\x78\x27\x09\xcb\xc3\xf9\xc8\xe2\xb5\x92\x42\x9a\x4a\x5c\x47\x97\x53\xef\x5e\x28\x4d\x87\xb3\x21\xab\xb1\x69\x2c\x4d\x60\x12\x55\x62\xd0\xdb\x91\x44\x03\x74\xc1\x7a\xcc\xc4\xb4\xdd\xd5\xea\x7b\x75\xcb\xf5\x97\x45\xc5\x33\x92\xf3\x13\xe0\xde\x37\xb6\x50\x75\xb8\xaa\x8c\x0e\xe5\x53\x1e\x4c\x94\x19\x13\xb5\xe2\x7d\x4f\x43\x42\x4a\x58\xd0\xab\x83\xd6\x8f\xd8\xef\x77\x47\x21\x5a\x7f\x76\x40\x4e\x74\x2b\xd6\xfc\x2b\xa1\x2b\xd3\x7e\x59\x0c\xa7\x4f\x98\x9e\x11\xe3\xc0\x76\xf8\x1a\x32\x72\xda\x08\x59\x94\xe5\x5d\x2b\xa1\xdd\x4b\x4e\x33\xf5\x4a\xb2\x29\xbd\xb3\x87\x9c\x3d\xff\x11\x09\xb5\xef\x88\xb3\x79\x2b\xb6\x58\xba\x25\x00\xea\xef\x01\x8e\xc2\x9f\x71\x62\xcd\x46\xa3\x2b\x79\x1a\x08\x95\xdd\x49\x42\xef\xa2\xa3\x6a\x02\x58\xb8\xac\x79\x12\x20\xa6\x11\xff\xb0\x2f\xc5\x4a\x98\xf2\xee\x4b\x9b\x86\xaf\x9b\xd0\x1a\x6a\x05\xee\x39\x19\x47\x1f\xc6\x07\xfd\x6a\x0f\x64\x24\x4d\xbf\x00\x03\x51\xa9\x1c\x00\x04\xd4\x90\x90\x06\xd0\x1e\x68\x54\x91\x81\x06\x97\xa2\x71\x32\x8a\x98\xd6\x54\x4f\x8c\x22\xe1\x6a\x8a\x0e\xcb\xa9\xc0\x7f\xee\xc2\x15\xfa\x5f\x3b\xad\x50\xfe\xb6\x55\x47\xda\x5b\x56\xc5\x5e\xcb\xac\x98\xec\xec\x30\xae\xc1\x88\x0a\x01\x35\x06\xdc\xe3\x37\xad\x54\x59\x16\xfb\x8a\xaf\xe7\xe0\x6b\xf5\x8d\xc8\x0a\xe2\x5d\xad\xe6\x60\x61\x00\x3c\x6e\x35\x31\x0a\xde\x6c\x21\x81\x87\x75\xa9\x3c\x82\x8f\x74\xe1\x84\x36\x2a\x63\x6f\xda\xb5\x57\x9e\xc9\xf6\x59\x9b\x8d\x48\xd3\xe1\x37\x32\x02\x67\x24\x69\xca\xd3\xf4\xb5\xc8\x0a\xda\xf2\xab\x83\xa6\x32\x9d\xdc\xfd\x96\xc5\xa4\x86\x5e\x7f\x64\xf0\x4a\xf6\x87\xcc\x1a\xe3\x47\xe8\x81\x3d\xcf\x4a\x32\x38\x5c\xd6\x6a\x5f\x6d\x3f\xbd\x9d\x18\x56\xd2\x07\x52\xb3\x43\x37\xa6\xf6\xdf\x4b\x4e\xe1\x9a\xd8\xd3\x35\xd0\xb3\x97\x54\x8c\xbc\x3f\x91\xb8\x13\x9e\x31\xeb\xac\x5c\x36\x74\x31\x85\x51\x3b\xb1\x72\xc5\xc6\xa0\x5d\x9e\x58\xc4\x61\x60\xd6\x99\xa6\xdf\xb9\xe7\x5a\xcb\x49\x7b\x17\xb8\x30\x99\xda\x95\x9e\x50\xdc\x68\x84\x9a\x34\xfd\x06\x16\x3f\x52\x0a\x60\x70\x5d\x65\xf8\x81\xdb\x0d\x5e\x4e\x1b\xbb\xd0\xee\x07\xd6\xab\x9a\x38\x08\x80\x61\xc9\x95\x52\xef\x6d\xc5\x89\xe3\x05\x0d\x1a\xbf\x70\x36\x8b\xf1\x1e\xa6\xe7\xa2\x77\x7a\x6b\x6f\x65\xf5\xdc\x8a\x25\x2d\xec\xde\x50\x3d\x7b\x23\xc8\x5c\x0a\xbf\xbc\x35\xb8\xaf\x9b\xab\xfc\x8d\xc8\x94\x5d\xe3\x88\x47\x35\x9e\x31\xc6\x23\xa7\x06\x51\x46\xd8\x2d\xb2\x9d\xcd\x28\x42\x1b\x79\x02\xd8\x9d\x4e\xd3\xd8\x49\x67\x7b\x94\x1c\xee\x40\x4c\xad\x22\x8a\x04\x34\x65\x0c\x6a\x9a\xb4\x46\xf0\xae\x69\x95\xdd\xed\x3a\x4d\x7f\x33\x99\xa6\x6d\xbc\x20\x7c\xb6\x97\x9c\xc2\xd6\xe6\x5e\xa5\x85\xdd\xd8\xc4\x88\xc0\x61\xbb\xf2\x02\x1c\xe5\x7a\x3c\xa3\xca\x4b\x53\xfd\xe2\xed\x07\x3a\xaa\x33\xb4\x9d\x50\x53\xd8\xe6\x88\x70\x4a\xbc\x27\x5c\x13\xbc\x58\x39\x52\xe6\xbe\x07\x26\x60\x44\x79\xe5\xd3\x8a\x7d\x66\xef\x52\xe3\x62\x50\x01\x79\x90\xa0\x38\x00\x2e\x7d\x2b\xa7\xd1\xdd\x18\x3f\x04\x2f\x80\xca\x5b\x86\x7a\xc3\xce\x8a\x89\xf7\xc8\xae\xe3\x7c\xc3\xbb\xac\x1f\x98\xc9\xae\xb8\xbb\xe2\xdf\x88\xf5\x9a\xcb\x00\x81\x3e\x9e\x0d\xd9\x95\xca\xfa\x22\x71\x75\x1d\x8f\x3e\xf2\x67\xb9\x8d\xa3\x1f\x8c\x88\x9c\x47\x23\x18\x52\xd4\x62\x6f\x2d\xd4\xec\x2d\x42\x38\xf4\xf5\x36\xca\xea\xfc\x13\x5d\xa9\x28\x90\x72\x02\xce\xa3\xfe\xc5\x31\x39\xef\xed\x77\xdd\xb1\x6f\x1e\xed\xd6\x69\x60\xcf\xfe\x5a\xbc\xf4\x4e\xb6\x7d\x5b\x03\xc4\xe9\x16\x0e\xe4\x1e\x9d\x66\x9f\x32\x93\xec\x85\xca\x24\x21\x2e\x2d\x73\xe2\x39\xc5\x16\x8d\x22\x2d\x05\x50\x8b\xa9\x3d\x24\xa5\x43\xf7\xfa\x21\xf2\xac\xf2\x4e\xb4\x8d\x1d\x2a\xb0\xb7\xab\x53\xb2\x6a\xb2\x2a\x95\xe4\xf6\x77\x36\x9c\x12\x42\x15\xf6\x07\xaa\xf9\x1e\x9d\x52\xe2\x7f\x4d\xa0\x4a\x12\x39\x01\x9a\x9e\x97\x17\xb0\xdd\xde\xf3\x75\x4d\xab\x4a\x14\xf9\x63\xf0\xa2\x5c\x4e\x44\xf5\x23\xd0\x4f\xef\x2d\xb5\x60\x37\x2a\x43\x60\x5f\xc9\x6f\xcf\x6e\x25\xf8\xd6\x3b\x45\xfd\x72\xf6\x52\x3b\xe4\x4e\xdc\xd4\xf8\x01\xfb\xce\xa0\xf7\xcb\x77\x92\xc4\x59\x70\x7c\x6c\x81\x77\x12\xb0\x41\x69\xc1\xf6\x68\xb8\x34\xc0\x91\xb7\x43\x4a\x15\x20\x0e\x15\x97\xd3\xe3\x71\xca\x58\xe1\x18\x5f\x85\xb4\xfd\xd7\x2d\x97\x2f\x76\x7b\x73\xe7\xeb\x52\x40\x3c\xbc\xea\xcd\xfa\x57\x01\xc7\xa5\xaa\x0f\x35\x4b\x08\x54\x3c\xa0\x35\xf2\xcc\xa2\x99\x6f\xd9\xc4\xe7\x70\x60\x6b\x76\xd3\x83\x1c\xfc\xa5\x3a\x54\x1c\xec\xb2\xab\xe3\x31\x2e\xf1\x93\x21\xe1\xa5\x93\xc4\x20\x9c\x76\xd6\x28\xa3\x8e\x61\x6e\x96\x43\x0f\x60\x5d\x7e\x85\x02\x6e\x54\x90\xa7\x9a\x2a\x72\x3c\x1a\xe7\xfe\x5e\xc3\xff\x34\x85\x34\x3a\x4e\xd3\xf7\x8a\x61\xeb\x11\xf2\xfa\x2c\x94\x7f\x86\xc7\xed\xd9\xbe\xd0\x46\x58\xc6\xf9\x0c\xdd\x0a\x01\x57\x73\x56\xc8\x33\xfe\x41\x54\x90\x45\x49\x9e\x90\xc1\x07\x36\x9c\x9e\xd4\xa4\x58\xaf\xdf\xa8\x6f\xd0\x5c\x3d\x4d\x7f\x17\xc1\x8f\xbb\x01\x5c\x65\xef\xc0\x1d\x0e\x73\xcb\x66\x27\x20\xc1\xe2\x25\xfd\xa1\xf8\xc1\x01\xfd\xd2\xd2\x3b\xf7\x3c\x80\xb7\x4a\x5c\x55\x00\xe5\x54\xba\x8e\x8c\x5a\x90\x1a\x87\x34\x55\x0d\x66\xec\xf0\x00\x98\xdf\x1f\x36\x39\x63\x87\x36\x2b\x94\xa6\x59\x05\xc7\x46\xa3\x18\x38\x19\x70\x14\x5f\x0b\x04\x92\x6c\xdb\xac\xc7\x2c\x67\xe3\x6b\xde\xf8\x0a\x76\x7e\x66\x49\xf2\x85\x59\x52\x83\xb1\x3a\x3a\x1f\x2c\x35\xb5\x8c\x16\xbf\x3d\x7b\x65\xf7\x16\xc8\x83\x6d\xed\x73\x33\x59\x6d\x01\x9d\xd2\x86\xe1\x08\xcc\xb5\x0f\x03\x97\x14\xe5\x89\xb4\xda\xee\x46\xcc\x8d\x64\xcf\xb0\x19\x72\xff\x0d\x76\x03\x7a\x67\xe8\x94\xb8\x42\xec\x96\x7a\x25\x41\x89\x27\x4d\xbf\x16\x99\xa2\xc9\x15\x88\x09\xd1\x2e\xee\x85\x6c\x01\x8f\x90\x7b\x15\x78\x2c\x28\xa1\x46\x6a\xcd\x5e\xd8\x9d\x96\xf1\x00\x6e\xb0\x56\xd2\x5f\x0b\x8f\x47\xde\xc0\x3c\x08\x11\xe8\x30\xd7\x16\xe8\x16\x52\xd6\xee\x5c\xa6\xfc\x05\x8b\x2a\xc7\x5f\xc2\xec\x1d\x60\x57\xa0\xff\xfb\xfe\xe3\xbf\xb9\x87\xb8\xce\x0e\xb4\x35\x44\xb5\x4e\xa6\xed\x55\x51\x55\x3f\x14\x3b\x6e\xf7\x36\x40\x45\xd9\x1f\xce\xbe\xf2\x0e\xbf\xb8\x5c\x87\xdf\xab\xaa\x8a\xdc\xaf\x62\xc1\xe7\xab\x0b\x37\x67\xe7\xab\xd1\x88\x18\x5b\xe5\xca\xdf\x73\x06\x2a\xb0\xc7\xdf\xf1\xec\x00\x2c\x2f\xfd\xbb\xc8\x0e\x9e\xdd\x7d\xb6\x5e\x5b\x66\xf7\x40\x55\xf0\xb1\xa4\xe0\x46\x7f\x0b\xd2\x58\x38\x66\x1e\xbf\xae\xee\xdc\xa1\xe7\x45\x4f\x08\xb9\xca\x4c\xfd\xe0\x0b\xfa\x94\x3c\x76\x43\xc8\x17\x7a\xe9\xb8\x67\x38\x6b\xa3\xa7\x97\x17\x0d\xa0\x19\x60\x00\x6d\xdd\x55\x64\x51\x05\x60\x1d\x93\x55\x29\xf6\x3f\xaa\xaa\x6b\x2c\xd5\x0f\x59\xe3\xaa\x6b\xf8\xfd\xfd\xd0\x12\x1e\x22\x4c\x66\x04\x8f\xe9\x8d\x41\xec\x8e\x92\x6c\xa1\x7d\xef\xec\x38\x2e\x07\xef\x44\xd6\x08\x69\x56\x5c\x1b\x3c\x93\x36\x2b\xaf\xfd\xa0\xf5\x69\x65\xfb\xb8\x85\x58\x9e\x3b\xa7\x58\x76\x15\xda\x99\x83\x85\xe9\x86\x0d\xb6\x6b\x5d\x90\xe3\x79\xc4\x78\x4c\x67\x84\xc4\xae\xa7\x5f\x05\x51\x51\x34\x5d\x7e\xb6\xc0\x01\xb3\x17\x36\x29\xa6\xeb\x6c\xaf\x23\x54\x3c\xf2\xc8\x54\xb6\x1e\xec\xa5\xaf\xa0\x36\x73\x96\x51\x63\xde\xc8\x96\x27\x6a\xa7\x80\x1d\x15\x29\x09\x5f\xc8\xa5\x03\x56\x3d\x1e\x33\x1d\xb1\x53\x36\x26\x08\xac\xa2\xc6\xbe\xac\x1b\x6b\x26\x1b\x4b\xb4\xda\xce\x6f\x34\xfb\x8a\x07\xef\xfc\x78\x15\x48\x53\x70\xaf\x1c\x07\x35\xae\x4c\xd2\x67\x31\xaa\x95\xc1\x07\xc4\xc9\xd1\x84\x39\x4d\x83\xf7\xf7\xb3\xc8\x9e\xcc\xd5\xb1\xda\x52\x05\xde\x75\xed\xaf\x82\x4d\x19\x70\x22\x28\x1c\x31\x70\x85\xaa\x3a\x36\xd8\x8d\xf1\x97\x4e\x9d\x9f\xf7\x5c\x01\x39\xde\xfc\xdc\xb5\x4f\x47\x68\xfe\x50\xc1\xf1\x98\x15\x13\x21\x57\xe5\xa1\x12\x37\xa0\x88\x32\xc7\x88\x0b\x66\x72\xf7\xcb\x10\x4b\x64\x60\x4d\x80\xf3\xda\xe8\x72\x5a\xf8\x9b\xe9\x50\x1f\x8f\x43\x5f\x49\xc4\x40\x90\xe0\xe5\xcd\x55\x0a\x20\xc7\x51\x95\xa0\xd9\x32\xb7\xe1\x97\x50\xa3\x51\x97\x86\x9c\x67\x12\x5c\x62\xd7\x53\xec\x8e\xa7\xc2\x39\x0a\xa7\xce\x9d\xa0\x4d\x4f\x82\x4d\xf1\x99\x3c\x01\x38\x6d\x41\x68\xf9\xff\xca\x88\x7d\x52\xe3\x3f\x6d\xb0\x3e\x65\xac\x3e\x7d\x82\x1e\x19\xb0\x30\x52\x36\xe9\xd8\xd0\xba\x2f\xf5\x10\x8e\x4d\x73\x10\x2d\xe3\x5b\x10\x7a\x60\x33\xcb\x0c\x44\x16\x8d\x74\x65\xb9\x71\x0c\xf2\x9a\xf1\xa3\xec\x30\x17\x39\x7a\x35\xaf\xcf\xa1\x35\x9b\x9e\xaf\x2f\x22\xa1\xc4\x3a\x02\xe6\xce\xb6\xac\x5a\xac\x97\xe0\x1a\x3e\xdb\xb0\xd7\x32\x2b\xe9\xd6\x0d\x08\x21\xf3\x43\x9a\x66\x5b\x4b\x78\x30\xf5\x26\xb4\xd5\xfe\x1a\xad\x48\x0e\x91\xe2\x04\x4a\x32\xb6\x42\xac\xac\x6c\x54\x66\x1b\xb1\xa5\x9b\x5a\x46\x91\x6d\x59\xe9\x2a\x75\xe5\x8f\xd8\xca\x4b\xe7\xb6\x28\xe1\xc0\xc6\x54\x51\x63\x8e\xc7\x0c\xe3\xd8\x8a\xda\x76\xd9\xdb\x5d\x7c\x95\xdb\x3a\x57\xaa\x67\x98\x6a\xf4\x60\xb2\x53\x05\xdc\xde\x33\x99\x55\x84\xd0\x12\xd8\x3c\x1b\x54\xda\xa0\x92\x20\x17\xba\x67\x4e\xf9\x67\x78\xc0\x1e\xec\xe8\x4d\x73\x06\xc6\x4f\x6d\xf4\xcd\xe5\x34\x4d\xab\xa8\xef\x8d\x81\x76\x02\xc7\xc5\x7a\x89\x7d\x45\x0f\xe7\x9d\xb5\x01\x09\xb0\x9f\xf8\x30\x81\x7c\xdd\xa0\x2e\xf5\x06\x8a\xdb\x3b\x33\x1f\x32\x70\xbf\x6a\xc7\x8b\xfb\x9a\xd8\x3e\x7b\xec\xd4\x1c\x8d\x4c\x7c\x6a\x3a\x0f\x1a\xda\x89\x9b\xb4\xdb\x2f\x1a\x9a\x0b\x57\x2c\x7f\x84\xb5\x6e\x5a\xa0\xb7\x81\x67\x9a\x81\x33\xed\x14\x0e\x72\xac\x69\xce\x11\x4f\x3d\x34\xeb\xc7\x06\x30\x78\x8f\xdc\x8d\x99\x05\x5c\xc1\xaa\x77\xc9\x88\x4f\xc4\xba\x05\x9d\x03\xe4\xba\x16\x4e\x4f\xc1\x31\x09\xd8\x06\x45\x93\x02\xe7\x93\xf3\xf5\xf1\xad\xc8\xb4\x3d\x8f\xc2\x81\x24\x4e\x78\x2f\x96\xcc\x9d\x47\xad\x0a\xe0\x53\xd6\x42\xb5\x36\x53\xd0\xa5\x50\x1a\x29\x94\x5c\x88\xa5\x13\x57\x15\x84\xe7\x3e\x5f\xc5\xa6\xe7\xd5\x45\x51\xe7\xab\xea\x69\x29\x59\xb1\xa8\x96\xf4\xc0\xa6\xe7\x87\x60\x76\x71\x3e\x1a\x1d\xec\x2d\x5c\x2d\x0e\xcb\x70\x4e\x97\x7e\x07\x78\xf5\xb8\x33\x3e\x50\x61\xfa\x61\xc5\x17\xf6\x28\x5e\x88\x25\x2b\x22\x47\x9c\x61\xe0\xbf\x8c\xde\x24\x79\xfb\x48\x8c\xcf\xfa\xae\x3b\x6a\xf4\x43\x8d\xf3\x5f\x8b\x76\x32\x4e\x06\xcd\x9b\x0f\xcc\x74\x5d\xe3\xfb\xe8\xb8\xff\xe4\xf2\x1b\x17\xa1\x56\xf9\x26\x2a\xfc\xa7\x26\xdb\xd8\xa4\xc8\xe3\x59\x3e\xad\x93\xfe\xfe\x40\x52\x3c\x2d\x1a\x49\x9f\xb7\x9c\x93\xc7\x22\xa8\xb1\x69\x7c\x82\x9b\xdf\x21\xd3\x6d\x97\xb2\xdc\xbd\xb0\x50\xe0\x27\xf0\xa7\xb2\x1c\x04\xda\x0e\x51\x74\xee\x4c\x8e\x47\xe8\xc1\xf8\x27\xe9\x80\x55\xbc\xeb\x9b\xb1\x42\xb0\x1e\xcc\x62\x14\x15\x96\x2a\x1f\x8f\xd0\x8b\xf1\xef\x90\xdc\x6b\xac\xd9\x6b\xbe\x58\x8f\xed\x36\xa9\xfb\xf0\x43\xcb\xc0\x1e\xf4\x96\x5a\xf3\x2d\xc3\xb9\x20\xa8\xf7\x08\x1b\xbd\x46\x64\x02\x81\xa0\xc2\xa6\xaf\xef\x5c\xde\xdf\xe0\x1c\xfb\x91\x43\xeb\xdc\x19\xfa\x5c\xda\xe3\xde\x2f\xd4\x8b\x29\xb8\x4f\x64\x21\xa0\x87\x23\xfc\x36\x9e\x1a\x68\xf8\x70\x1a\x71\xfe\xdf\x77\xa3\x67\x51\xf4\x57\x5d\x57\x7f\x0c\x79\x3f\x42\x0b\xdb\x6f\xd5\xee\x77\x41\x1e\xdb\x95\xf5\x8e\x04\x7d\xcf\x4e\xef\x31\xc5\x21\xec\x45\x9c\xde\x29\xa1\x2b\x3b\x59\x07\xf7\x7c\x86\x53\x1b\xf6\xab\x9d\x61\x41\xe8\x1a\x93\x18\x45\x25\x4e\x66\x9d\xe0\x77\x9b\x00\x7d\x3e\xae\x2e\xd9\x34\x4d\xd7\x17\x6c\x7a\x3c\xae\x2e\xe0\xf7\x25\x83\x71\xc4\xaf\xba\x51\xcd\x55\x9c\xa6\xa2\xb5\x05\x7c\x6d\x9a\x5c\xb2\x69\x1e\x7d\x4d\xc9\xf1\x88\xd5\xfc\x27\x0b\x83\xde\x49\x72\xe1\x8b\xf3\xdf\xd3\xe0\x75\x72\x38\x8d\x6f\x34\x7f\x34\x0f\xa0\x73\xc3\x60\xb6\xcf\x09\xf7\x1b\x63\x5c\x03\x3b\xd4\x1a\xaf\x21\xff\xcf\x8d\xbd\xe8\xe7\x55\xb2\x3f\x00\x34\xd8\xaf\x25\xc6\xe4\xdc\xe4\x00\xe3\x50\x67\xfd\x22\xa2\x3c\x97\x8d\x6b\x67\xc0\x74\x8a\xe1\x27\xfc\x19\x00\x82\x10\x19\x25\xfa\x28\x1e\x85\x6f\x06\xd4\x3f\x9a\xd5\x2d\xf8\xa6\xd1\xf8\x0f\x69\x6a\xda\x4b\x51\x77\x98\xdf\xc6\xd1\x22\x36\x59\x26\xe1\x64\xe9\xee\xc2\x88\x73\x43\xa2\x12\xc6\x1f\xcf\x2e\x9f\xa1\x16\x21\xa6\xe9\xd4\xa7\x4d\x53\xd9\x99\x76\x14\x3a\xfe\xe2\x01\xec\xa3\xe9\x0c\x1d\xfa\x25\x66\xdc\xb1\x6e\x78\x28\x76\x17\x4b\xdd\xd8\x12\x30\x40\x7e\x6c\x20\x27\x82\x29\xd0\xd7\xd2\xc1\x2a\x34\xae\x70\x3a\x70\x77\x96\x85\xd4\x0f\xad\x4a\x5b\x5f\x8b\xff\xad\x3b\xde\xa6\x67\x8d\xf1\x8e\x69\x9b\x1d\x58\x4b\x9a\xa3\xe8\x07\x48\xdd\x50\xf4\x0d\xa4\x68\x30\x47\x6e\x28\x04\x5c\x45\xec\x5f\xcf\x45\xd9\x3d\x2b\x7a\x07\x1a\xf0\xb3\xfa\x7a\x48\xc2\x14\x88\x68\x0a\x84\xca\x6e\x25\xa1\xb7\xff\xb2\xe6\xc0\x83\xef\xb2\x83\x5a\x8f\x6a\x7a\xee\xfc\x29\xb7\x24\x1e\xa3\x11\x27\x71\x38\x78\x55\x44\x19\xdf\xa0\xa5\x3e\x40\x4e\xa7\x66\x23\x7b\x1e\x56\x1b\x3a\x4e\x4e\x22\x03\x0b\x06\xbc\xfb\xc3\x9e\xfc\xa7\x64\xaf\x26\xdf\x03\xbe\xb0\x1d\xf3\xbe\x6b\x63\xb4\x73\xce\x84\x3c\xd3\x44\xb7\x2d\x14\xc0\x13\xb1\xad\x65\x21\x97\x0c\xb8\xbf\x41\x5b\x33\x43\xaa\x35\x67\x26\x92\x68\xfd\x1a\xaa\x78\x26\x32\x43\x2e\x32\xa7\x59\x01\x52\xc8\xa6\xb3\x27\x80\x3a\x6d\x20\x45\x83\x4f\x38\x8e\x5c\xbb\x8e\x08\xd1\x67\xfe\xdd\xcb\x2b\xea\xba\x07\xc6\xc0\x8c\xb8\x07\x46\xcf\x96\xb9\xe7\x52\x98\x4e\x9f\x08\x37\xf5\x73\x95\x35\xd4\x78\x29\x87\x2e\x04\xdd\x8e\xc4\x7b\xa4\xcd\xcf\x34\x2f\x01\x09\xfb\x3c\x19\xf0\x49\x04\xb0\x6d\x4f\xe3\x11\x4b\xd0\xc1\xcf\x18\x90\x50\xce\xc6\xc9\xc8\x74\xd0\xbc\x63\x3c\x99\x64\xff\xe1\x1c\xac\xa0\x83\xcf\x19\x57\x0c\xba\x95\x3a\x8b\xf3\x37\x3d\xcb\x36\xf2\xff\x6e\x6f\xa9\x41\xda\xce\x8b\xea\xa0\x39\x7d\xaf\x32\x40\x60\xa1\x0b\xec\xcc\xd2\x0f\x60\x74\x8d\x70\x0f\xaf\x98\x20\x56\x5c\x8d\xfd\x98\xda\x4d\xf2\x4f\x49\xe8\x3f\x1f\xdd\x24\x7d\x2a\x34\xe1\xa1\xd1\xbb\xd7\xf1\x0f\xd7\xe8\xe3\x8d\xbd\x11\x99\x8e\x1e\xe4\x65\x9a\x9a\xa6\xf7\x08\x11\xb3\xb2\x82\x18\xcb\x7f\x43\x09\x96\xe4\x37\xc4\x7d\x03\x13\x24\xde\x99\x27\x29\xce\x9d\xb4\x7b\xfe\xfa\x4c\x3a\x1f\x43\xaf\x45\xa6\x6b\x77\x4d\x53\xf0\x56\x09\xbe\xbe\x14\x6a\x42\x74\x0c\xe6\x61\xf1\x6a\x3a\x56\x84\x1a\x54\xd3\x08\x0e\x81\x4e\xa0\x1f\xfc\xcf\x4f\x7f\xcc\xdf\x3a\x8f\xc0\x8d\x91\x8a\x46\x65\x10\xa5\xaa\x1f\xc4\x65\x68\xfd\x98\x0f\x64\x9a\x66\xd0\x07\xdf\xf0\x91\x04\x0d\x8d\xdf\x4c\x66\x9a\xbe\x0f\xfa\x1d\x00\xfd\x2a\x33\xb4\x6c\x39\x11\xe2\xe8\xc2\xd7\x9e\x2e\x74\x28\x02\x4a\x45\xf9\x07\xc3\x38\x7d\x8f\x6d\xa0\x5e\xb9\xd0\xb5\x52\xcf\x9d\xd3\xa1\x7c\x16\xed\xf8\xdf\x9c\x71\x7d\x2c\xaa\x85\x5b\x52\xbd\x7f\xbf\x6b\x8b\x57\xcf\x23\x68\x44\x54\xcd\x7b\x92\xcd\xf3\x7f\x1c\xdf\x56\x23\x02\xe0\x09\xd9\x55\xb1\x7a\x7f\xad\xd5\x41\xae\xc7\x64\x9e\xbd\x7d\x3d\x22\x4f\xfc\x0d\x13\xd1\x12\x39\xe3\xc1\xf2\x48\xa3\x2a\x1f\x19\xf9\x20\x17\x30\xd2\x91\xf6\x9e\x07\x85\x5d\xcc\x96\xf3\xc4\xb9\xdc\x76\xde\x24\xf0\xb7\x53\x54\x31\x0b\xb9\x9c\x1b\x24\x79\x4f\x97\x79\xe4\xbf\x23\x81\x36\x56\x24\x19\xd9\x98\x91\xfd\xfc\xcc\x7e\x12\xa7\x2a\x6b\x29\xe4\xf1\x08\xff\x47\x2c\x39\xc3\x64\xf5\x26\xac\xc7\xe3\xaf\xb1\x13\x96\xab\xb2\x90\xef\xed\x94\xd4\xe4\x2c\x04\xb9\x4b\x4d\x84\x1f\xe9\xc7\x2d\x42\xa1\xcc\x22\x97\x9b\x67\x08\x1c\x59\x97\x30\x6f\x07\x64\x0e\x64\x92\xe4\x4e\x93\xba\x6e\xd6\x5f\x22\x5b\xa8\xe6\xe6\x9c\x4d\x51\x6a\x2f\x01\xe4\x76\xba\x6c\x55\xaf\x09\x54\xe2\x37\x20\x9f\x00\x92\x6c\x78\x76\x36\xa8\x85\xec\xf4\x55\xc3\xc3\x4b\xe7\xe1\xd4\x96\x76\x96\x8c\x10\xfa\x78\x94\x9c\x6d\x0a\x51\xf2\xf5\x99\x51\x67\xc5\xfa\xa6\x90\x2b\x7e\x56\x81\xaa\xfc\x24\x89\xd6\xd6\xdf\xe2\x46\xfb\x40\x11\x81\x1a\x42\xad\xf9\xda\x69\x40\x72\xb9\xce\xd7\xa0\x7a\x89\x3a\x92\xf9\x7a\xe2\x74\x29\x33\x42\xed\xb6\xce\x15\xda\x83\x38\xa4\x4d\x3e\x2f\x41\xf7\x4d\xad\x39\x5d\x91\x7c\x75\x82\xf7\x22\x45\x0b\x3c\x66\x68\xc5\x30\x72\x60\xd8\xf7\x3c\x2b\xa8\x77\x87\x4a\x0f\x96\x27\x2e\xdc\x7b\x98\xbd\xdb\x54\xa6\x7e\x5e\xd6\xf6\x26\x63\x7b\x7e\x2d\xed\x8d\x82\x7f\x30\xb4\x03\x66\x83\x12\x2b\x09\xb2\xb4\xc5\x12\x65\xa1\x6b\x54\x6f\x9f\xac\xb6\x24\x4d\x87\xeb\x09\x57\x65\x46\xce\x89\xeb\x1c\xc3\x8e\x29\xf6\x17\x99\x55\x74\x4d\x57\x00\xb6\xe0\x20\x5c\x05\xa8\x36\x04\xfd\xd7\x79\x99\x8b\x2c\x1a\xc6\xbf\x47\x97\x40\x10\x93\x3a\xa1\xad\x9e\xc4\xd0\xed\x6e\x8b\xa0\xcc\xaf\x6e\x71\x9c\xa4\xee\xff\x94\xae\x90\x1a\x84\xae\xf6\xf5\x92\x6e\xa3\x82\x62\x2c\xf8\x34\x5d\xd8\xdc\x08\xc8\x9c\xa0\x1b\xd9\xef\x64\xf6\x57\x7b\x3b\x96\x84\x2a\x72\x5e\x0f\x80\xdd\x49\x6b\xd4\x3a\x0f\x65\x75\x31\xd9\xe7\x59\xc5\x86\x33\x5a\xa4\xa9\x16\xc8\xa3\x53\xc8\x44\xf0\x5f\xf0\xcb\x4a\x4b\xe7\x62\xa4\x64\xdf\xc9\xec\x2f\xb6\xc2\x35\x95\x74\x6b\x2b\xa5\x5b\x1c\x99\x0d\xdb\x5a\xda\x62\x57\xea\x60\x03\x73\x94\xec\xc6\xc9\x28\x2b\xe7\x9b\x91\xdd\xfa\x65\xbe\x41\x3e\x7c\x58\x1d\x8f\xab\x21\x2b\x1d\x3c\xec\xe1\xc2\x4d\xd6\x39\x11\xd9\x81\x05\xaf\x84\x7e\x7d\x1e\x46\x9f\xf3\x7f\x27\x74\x45\x06\x2b\x56\x9e\x1a\x13\x7b\x0a\x05\xec\x55\x75\xde\x74\x49\x0f\x25\xd8\xc9\xc7\xfc\x03\x91\xed\xed\xf4\x1f\xd8\x3e\xda\xdf\x5c\xb4\x6d\x1d\x17\xde\x65\x91\x5d\xc2\x5f\x73\xb9\xa4\x8a\xdd\x9f\x06\xb8\x18\xfc\xba\xf4\x5e\xae\xa8\xee\x38\x91\x72\x0f\x55\x14\xfc\x75\xa8\xd8\xa6\x10\x1d\xf4\xf2\xc8\xcd\x69\x59\xdc\x45\x0c\x71\x58\x60\xed\x24\x8b\x62\x49\x4b\x36\xb3\xeb\xa7\xd1\x0e\x84\x8a\xef\x81\xcc\xaf\x25\x62\xe5\xf9\xe1\xc2\x83\xee\x4a\x26\x16\xe5\x72\x20\x2f\xe1\xae\xe1\x38\x88\x92\xce\x28\xa7\x62\x51\x8e\x66\x4b\xbb\x86\xca\x11\x7b\x4a\xa3\x49\xb0\xd7\xd6\x13\xc8\xd9\xc4\x26\xab\x26\x6a\x5f\xfc\xf3\xc0\x49\xc8\xae\x69\x39\xd6\x94\x83\x23\x25\xd7\x5c\xcb\xb8\x11\x5a\x32\x3d\x7a\x8a\xf2\x72\xbc\xeb\x5e\x94\xe7\x7a\xc4\x9e\x7a\x69\x8a\x58\xe8\xd1\x6c\x39\xc0\x7f\x2c\x53\x73\x65\xd7\x48\x9e\x24\x64\xd4\x2a\xeb\x64\xc7\xd1\x1f\x19\xf7\x60\x8c\x54\xe5\x82\xc2\xd3\x39\xaf\x72\x35\x71\x07\x17\x3c\xa1\xfb\x93\x6b\xee\xbc\x6d\xd6\x33\x6d\x44\xc3\x91\x06\x5a\x35\x55\xc7\xa3\xff\xb5\x98\x2e\x87\xac\x35\xf7\x7e\xdc\x80\x4e\xbd\x11\xe0\xc6\x51\x30\xb7\x66\x1a\xd7\xc5\xc7\x37\x59\x29\xb3\x68\xcd\x48\x92\x03\xa4\x16\x54\x05\x06\xee\x60\x51\x86\xcd\x60\xc2\xfd\xa0\x62\xe2\xba\x38\x77\x71\x5f\xe2\x27\x0b\x11\x79\x33\x02\x4c\x00\x1b\x29\xd1\x19\x86\x66\xcc\xbb\x2e\xd3\x4a\x1a\x81\xb6\x83\xf1\xf7\x68\x14\xa0\x6b\x5c\xed\xf5\xb8\xe9\xce\x0e\x89\xba\xa2\x1e\x23\x63\xb0\xf0\x9d\x36\x03\x53\x40\x4e\xe4\xf1\x38\xa5\x8e\x70\xfd\x55\x66\x82\x6a\x72\x3e\x54\x9e\x64\xfd\xc5\x86\x28\x7b\x12\x34\x72\x59\x1e\xfc\x6b\x49\xe8\xd7\x31\xa7\x09\xbe\x6a\x54\x8f\xe9\xdd\x1b\xe1\x94\xee\x90\xb9\x11\xec\xfe\x44\x85\x68\xe0\x18\x29\x51\x03\x72\xa3\x5b\xd0\xea\x4f\x5d\xa0\xff\xe8\xe9\xd8\x34\xa8\xf0\x5c\x88\x5c\x8a\xc0\x5d\x2c\xf8\xd2\xf2\xdd\x0b\xbe\x64\x01\x8c\x29\x7b\xf2\xf6\xf5\xe8\xc9\x35\x6c\x8b\xcf\xd2\x24\xd6\x39\x28\x44\x2c\xbf\xa9\xd5\xc2\xc2\xbb\x0c\xad\xe6\xc9\xbe\x58\xaf\x85\xbc\x1e\x83\x7f\xd5\xfc\x6c\x32\xdb\x7f\x48\x50\x19\x87\x4a\x76\xbf\xd7\x3c\xb7\x19\xf7\x9a\x27\x74\xa1\x9b\x1a\x64\x08\xf3\x48\x9d\x8f\xb0\x5c\xd3\x95\x2a\xf3\x29\xdd\xab\x2a\x9f\xd2\xd5\x2e\xe7\x14\xcc\xdd\xc1\xf4\xa9\xca\x33\x75\x3c\x56\xa0\x0f\x73\xcd\x0d\x82\xba\xb7\x3c\x5c\x91\xd3\xc0\xf8\x7b\x55\x6c\xc6\x8f\x5c\x10\xcb\xc0\x1b\x87\x99\xe3\x3f\xb7\x1b\xf2\x29\xa9\x55\x1a\x0a\x5a\x32\xe1\xe2\x17\x62\x3c\x5b\xe6\x78\xe2\x0f\x24\x2c\x89\x29\x95\xa8\xd4\xf5\x9e\x4b\x56\x09\xfa\x59\xec\xc2\xca\xd5\x6b\x2f\xdd\x05\xfb\x51\x64\x25\x41\x4f\x03\x21\xc3\x41\x44\x5f\x14\xd4\xf7\x27\xbb\x62\xcf\x16\x4b\xba\x16\x59\x49\x25\x85\x7d\x5f\x52\x33\x8c\x5c\xe4\xf0\x0f\x86\x6b\x59\x94\x2f\xb1\xf8\x75\x9a\xbe\x81\xb2\x09\x2d\xdb\x3b\xaa\x19\xe0\x69\x0d\x34\xc2\xfd\x66\x7f\xa8\x07\x52\x51\x59\xd3\xa6\x24\xe9\x94\x5e\x53\x2b\x28\x2e\x7c\xf5\x14\x18\xe2\x68\x94\x0e\x0b\x25\x14\x04\x70\xbb\x62\x1f\x14\x5a\xf1\x0b\xce\xa1\x29\xb5\xe3\xeb\x16\xc3\xc4\x5e\xa2\xe5\x1a\xed\x4a\x7f\xed\x1b\x67\x2c\x4d\xcc\xb3\x30\xe5\x30\x9a\x50\x20\xad\xc3\xc0\xf5\x2a\xbb\x3f\x91\x3c\x6b\xa6\x74\x1a\xb1\x51\x40\xfc\x18\x69\x03\x08\xcd\x5a\xe5\x34\xf3\x60\x50\x94\xeb\xfe\x84\x4c\x43\xe5\x65\xe4\x75\x77\xc0\xc0\xcb\x76\xe6\x3c\x7b\xf2\xf6\x6a\xb5\x1b\x9b\xe2\xea\xed\x95\xdb\xc8\x87\x5a\xb9\x8a\x1c\x8f\x87\xc9\x3f\x0f\x5c\xdf\x21\x56\x86\xd2\x69\xda\x0a\xc8\x92\x09\xe6\x4f\xdc\x0a\xf3\x75\x84\x42\x58\x82\x09\xc0\x85\xda\x78\x5b\xac\xde\x27\xe1\x1e\xf3\x17\xb0\x1f\xd0\x5c\xae\xbd\x47\xa0\xc0\xd6\x5a\x9a\xc5\x09\xfe\xab\x0b\xeb\x4e\x78\x2b\x41\x77\x9e\xa9\xac\x69\x48\x25\x22\xce\xb4\xa2\xa5\x7f\x09\xc3\x01\x72\x70\x6c\xb8\xc3\x61\xe3\x39\x9a\x74\x76\xff\x67\x7a\x7a\x72\x4d\x4b\x41\x72\x43\x57\xa0\xfc\xd8\xe3\x9f\x91\x82\x5e\xb1\xd8\x64\x2b\x6f\x93\x49\xee\xaf\x6a\x53\xef\x95\xe6\x85\xe1\xcf\xdd\xe7\x57\xba\xb8\x46\x9b\xe4\x40\x19\xb6\xe8\xfa\x72\x05\xf3\x83\x7e\x75\xb6\x88\x36\xc1\x56\x80\xeb\x98\x19\x42\xf7\x6c\x33\xdf\xe0\x95\x74\xbc\xcd\xc3\x9b\x37\x3c\x7e\xed\xdd\x8b\x78\xbb\xce\x37\xfc\x03\x48\x68\xb2\x83\xbb\xd3\x6e\xe9\x76\xb4\x27\x64\xa0\xd2\xb4\xb8\xf8\x9f\xf3\xab\xc6\x02\x8f\x34\x6e\x77\x4b\x42\xf2\x66\xac\xf3\xb9\xed\xb6\x09\x77\x96\x67\x7b\x55\x8d\xf6\x14\xe2\x56\xaa\x1c\xb1\xbd\x0b\x63\x7b\xe0\x5b\x37\xde\x59\xe7\x26\xdb\x8e\xd8\x7e\x34\xa3\xc9\x5b\x93\x30\xb6\x59\x4c\x97\xd8\xe6\x1b\x1c\xd4\x36\x08\xe7\x35\xbb\x19\x43\x91\xff\x76\x73\x9e\xed\xd8\x43\x0d\xdd\xa9\xec\x9a\xd0\x24\xac\x44\xd2\x52\xf2\xd5\x0a\xdc\xd1\xed\x35\xaf\xbc\x25\x62\x42\xe8\xae\xab\x0a\x6c\x10\x04\xe7\x2d\xc2\x0c\x42\x57\xae\x6b\xf7\x37\x6f\xb5\x6b\xf3\xf1\x98\xbc\x95\xa1\xfd\x8f\x34\xac\xce\x32\x4f\xfe\xf7\xff\xfa\xff\x25\x79\xf2\xbf\xff\xd7\xff\xd9\xe3\x3e\xb3\xd3\xe2\xd0\x16\xa8\xc2\xb7\x65\x06\x6d\xb1\x15\x36\x46\xab\xdf\x91\x67\x06\x59\x3f\x52\xf0\xbf\xba\x02\x7c\x73\xfa\x97\xc2\x0c\x97\x02\x58\x42\x9f\xb0\xcd\x2e\x4b\x00\xfe\x06\xc3\xbe\x87\x17\x2a\x3e\x34\xf7\x14\x1d\x2e\x56\x57\xbe\xf1\x69\x9a\x81\xa9\x94\x5f\x72\x3e\x05\xbc\x5c\x1c\x8f\xf2\x78\x14\xc7\xe3\xfa\x78\x2c\x71\xa5\xdd\x31\x6d\x09\x03\x48\xc4\xee\x46\x4c\x22\xaa\xe0\xdd\x88\x39\x9d\xf7\x77\xb1\xca\xf9\xd5\x92\xde\xd1\xb2\x36\xb8\x4f\xd3\xec\x9d\xf3\x70\x5a\xe1\x30\x74\x0f\x88\x77\xe4\xd4\x1f\x71\x45\x22\xb6\xba\x14\x4d\x65\x90\xe4\x2c\xa1\x4d\x2d\xc1\xf1\x53\x7c\x8a\x1f\x31\xfd\x6f\x4f\xe7\xc0\xe4\xff\x5f\xff\xff\x24\xd8\x46\x83\x58\xa8\x2e\xef\x20\x1a\x02\xfd\xc0\xdf\x85\x5b\xb8\xa3\x77\x4c\xcc\xc5\x28\x39\x5b\xed\xc6\x20\xe1\x1b\x5f\x29\xbd\xe6\x3a\xc9\x93\x76\x48\x20\x4b\x07\xa6\x61\xfc\x57\xec\x30\x0a\x6f\xd2\xe7\x75\xdb\x51\x11\x26\xc8\x5c\xd7\x9e\x7f\xd9\x32\xb3\x40\x5d\x91\xed\xc4\xa8\xcb\x43\x9a\x6e\x9d\x5a\xd6\x01\xc9\xc1\xc9\x47\xb1\x55\x90\x57\xb5\xda\x3b\x80\x80\x20\x9c\xb3\xa9\xc7\x07\x02\x09\x90\xe5\xa3\x25\xa1\xa8\x05\x45\x25\xf3\x09\x7d\xb2\x03\xb3\xbf\xe2\x17\xd0\x55\x87\x29\x1f\xca\x34\x8d\x9f\x93\x06\x02\x1f\xe7\xfb\x96\x1e\x15\x84\xda\xf4\xb0\xf9\x9a\x4e\xd1\x24\xe7\xeb\xea\x4b\x9c\xf4\xb0\xdb\xd2\x34\x13\xc7\x63\x26\x58\xff\x7a\x68\x2d\x7e\x0f\x52\x81\x6b\x8f\x00\xea\x6d\x67\xef\xe2\xab\x4f\x42\xf5\x44\xac\x89\x03\xc4\xec\xb6\xa6\xe2\xe6\x67\xe9\xdd\xdc\x66\xe2\xa1\x95\x2a\x48\xbd\x69\xea\x31\x5a\x8b\xa6\x97\xd8\xe6\xcb\xa0\x70\x4e\x99\xa9\x62\xd3\xa6\xde\x02\xcc\x18\x3d\xd0\x15\x5d\xd3\x2d\xdd\x04\xbc\x27\xba\x67\x53\xba\x63\xd9\x6b\x36\xa3\x49\x42\xe8\x0d\x1e\x73\x62\x93\xdd\x30\xb6\x27\xf7\x25\x3b\xb0\x15\x5b\xb3\x8a\x25\x09\x45\x8f\xac\xf4\x86\xcd\x9e\xd4\xaf\x61\xd7\xf4\xca\x32\xa6\x77\x6c\x7a\x7e\x17\xab\x45\xdc\x61\x13\xdf\x31\xb9\xb8\x5b\xd2\x5b\xf6\xce\x2b\x24\xc6\x3a\x85\xb7\x4e\xa7\xf0\x9d\x7b\x25\xdc\xa7\xe9\x6d\x34\xdf\xf3\x2b\x9c\xe8\x5b\x92\xbf\x73\xcb\x73\x1f\x1e\x11\xdf\xc1\x23\xa2\xfd\x7b\xb9\x3f\x1e\x6f\xe3\xa7\xc8\x77\xf0\xf4\xb9\x8f\xca\x25\x73\xf7\x24\xf1\x0e\xde\x21\xdf\xc1\xd3\xe3\x3e\x4d\x6f\x2e\x31\x20\xbb\x81\x18\x7a\x60\x76\x14\x6e\x1b\x4c\x4d\x89\x42\xde\x28\x10\x52\x54\x28\x1d\xcb\xaa\x79\x35\x4a\xce\xf1\x96\x0f\xc1\x36\xb6\xd6\x76\x6f\x74\x2e\x5b\xf9\xb2\xea\x04\x36\xb9\x57\x87\xf7\x4d\xbf\x49\xd3\xec\xfa\x78\xcc\xae\x23\x9e\xb1\x4e\x45\xdf\x81\x5a\xed\x2d\x12\xbb\x34\x1d\xae\x81\xcc\xde\x7a\xbf\xcc\x8d\xb1\xc8\x86\x5b\x50\x35\xf1\x3a\x81\xf4\xd6\xa9\x9a\x6c\xd9\x3b\xe2\xc7\xf5\xd2\x0d\x85\xb3\x9f\xb4\x83\x01\xaf\xb2\x96\x0a\xa0\x35\x2e\xce\xaf\x07\x70\x38\xbf\x1b\xb1\xa7\xe4\x7a\x71\x37\x9a\x2d\xb1\xb5\x07\xec\xd8\xf5\xe2\x6e\x89\xf2\xfb\xed\xf1\xb8\x0d\xa3\x5f\x97\x70\x15\xaf\x90\x15\x58\x50\xd0\x2b\x9f\x69\x0b\x9a\x8d\xa8\x37\x3a\x25\xb0\x00\x2d\xc7\x66\x53\x65\x5e\xd1\xd1\xa8\xf9\x66\x34\x03\x1d\x4a\x32\xde\x07\x55\xc7\xa6\x22\x24\xad\x53\x7b\x43\xac\xad\x5f\x13\xd9\x96\x0d\x67\xe4\x64\xbb\xb6\xbf\x64\x9e\xfb\xf1\xcb\xf9\x45\x2d\x25\xda\xd0\x1b\xe2\x36\x83\xb3\xa1\xfb\xc0\xf6\xa3\x5d\xa4\xd0\x34\x74\x42\xc2\x57\xec\xc3\xe5\x8b\xf9\x2e\x90\xc2\x17\xe3\x3d\xc9\x77\x03\x13\x2e\x71\x99\xa1\xaf\x68\x31\x2f\x46\x65\x5e\xd2\x15\xdd\x8f\x5e\x79\x43\x60\x76\x33\x3f\xe4\x49\x42\xd7\xb4\x82\xd1\xfe\x70\xc9\x5e\x90\xfb\x1d\xf3\x85\xd9\xa2\xe8\x9e\xbd\x18\x20\x55\xde\xb3\x0f\x74\xc5\x92\xe4\xb4\x0b\x80\x6c\x8a\x2a\xa6\x17\xaf\x47\xa3\x25\xa1\x05\x53\x22\xc3\x0f\x6a\x22\x2e\x84\xe0\x41\x7f\xe6\x7b\xf9\x9a\xcd\xce\x5f\xd7\x1a\x14\xaf\xed\x6c\x36\x5a\xdb\x2a\xdc\x32\x23\x58\xf0\xac\x55\x70\x24\x04\xd8\x36\x4f\xb9\x29\xab\x35\xc4\x41\xa1\xc2\xe9\x88\xa7\x69\x92\xb0\x48\x0f\xd7\x2e\x51\x4b\x26\x8f\xc7\x06\xdf\xd4\xeb\x79\x3b\xaa\x6d\x23\x1e\x7f\x0f\x38\xd3\x73\xbd\xe0\xcb\x96\x3e\xa5\x82\x87\x3f\x41\xee\xb3\x2e\x2c\x1c\xd2\x4e\x66\x28\x8f\xa4\x58\x40\xc3\x63\xa1\x16\xba\x62\x75\x12\x25\x17\x0b\x32\x2e\x27\xc9\x70\x2f\xd7\x70\x4e\x43\x34\xfc\x72\xb1\xf0\x5e\x46\x41\xd3\x4f\x13\xa7\x46\x2f\xe7\x36\x30\x9f\x0d\x44\xfd\xe2\xed\x4c\xa7\x04\x39\x11\x6c\x30\x95\x60\xe1\xc2\xc1\xb9\x81\xbc\xc6\xcb\x58\x2c\x80\x69\xcb\x48\x39\x55\x6c\xb1\x04\xc8\x6f\xcb\xa8\xa8\x5a\x75\xf6\x6b\x99\x1d\x16\x7a\x49\x45\xa6\x09\x95\xf5\x53\x01\x5a\xc8\x54\x6e\xd2\xc0\x9e\x0c\x08\xa2\x93\xcb\xae\x50\xf7\xa7\x72\xef\x1c\x6b\xfc\x2c\xdd\xe7\xd6\x4e\xe8\x81\xd8\x93\x25\x3b\x44\x70\xe8\x7b\x86\x29\xc6\xee\x31\xb4\xb6\x65\xf0\x76\x7a\xd9\x94\x16\xd9\x94\x1e\x02\x40\x06\xf5\x50\x51\xa1\x20\x3b\xdc\xe2\x0f\x3e\x0e\x69\x82\xb1\x91\x5b\x72\xfe\x6a\x15\x17\x34\x9e\x91\x81\xca\xd6\x74\x8d\xcd\xdf\x10\xba\x47\xec\x77\x28\xda\xbd\x58\xef\xed\x45\xc3\x4b\x18\x42\x8b\x5c\xe4\x8e\x84\xdb\xc5\x8a\x31\x54\x23\x9a\x31\x16\x5a\xa1\xb2\x15\x5d\xa1\xbc\xd4\x6f\xfc\x6a\xb2\xda\x92\xd1\x76\xd4\x08\x2e\x6d\x20\xdd\x60\xab\x33\xdb\xca\x59\xdc\x4a\xd2\x98\x9a\xfe\xbc\x76\x9e\xe8\x83\xf5\x1d\x16\x53\x3b\x9d\x53\x82\xf0\xeb\x51\x1f\x80\xd9\x0f\xbd\xf8\xa4\xc6\xdb\xc2\x46\xeb\x6e\x1b\x7c\xf9\x8d\x01\x1c\xcd\xe8\x1e\xfb\x75\xff\x29\xad\xb3\xf3\xb1\xed\x2b\x7c\x43\x06\x9d\x71\x19\xec\x2f\x67\x9d\x19\xb3\x15\x8e\x67\x0f\xf4\xf3\xb1\x0d\xb2\x17\x01\x0c\x08\xa1\x48\x78\x0c\x7d\xc0\x1a\x7a\xd2\x86\x4d\x81\xdd\x6f\x69\x80\xf3\x85\x69\xd8\x77\x51\x3d\x02\x75\xf0\x60\xf6\x1e\x3f\xa1\xd7\x35\xef\xea\x9a\x57\x96\xb3\xd3\x5c\x32\xde\xae\xab\xcf\x62\xc8\x4b\xa6\x17\x72\x39\x30\x23\x26\x26\xab\xed\x41\xbe\xb7\x57\xef\x8c\xd8\xba\x85\xd7\x3d\x10\x0d\xab\x33\x84\x81\x01\xa8\xb0\xe6\xab\x7e\xa7\xc3\xa7\xbd\x88\xa1\xc0\x42\xf1\x0f\xe2\x23\x45\xfa\xbc\x27\x8a\xf3\xf2\xad\x94\x0d\x5f\x26\x6d\x2a\x24\x19\x1f\x99\x73\x7d\x21\x6b\xbb\x2a\x11\x03\x3b\xe8\x65\x3c\x6e\xe3\xba\x53\xbf\x81\x1e\xe8\xdf\x45\x26\xa8\x83\x22\x4e\x1a\xa6\xf4\xee\xad\x06\x66\x99\x7a\x7e\xa7\xe5\x07\xc0\x6e\x2c\xcb\x54\x97\x77\x1e\x43\x0a\xf2\x06\x87\x24\xdd\xc6\x07\x0d\x09\xa7\x88\xe1\x47\x0d\xd7\x4c\x5c\xbd\x5b\xe3\x9c\x78\x2b\x55\x53\xff\x6a\x27\xe3\x91\xb1\x5c\xcb\x37\x87\x9d\x68\x70\xca\x11\x4f\x21\x15\x86\xeb\x1f\x3a\x0d\xab\x8b\xb0\x63\xca\x61\x4c\x01\x73\x56\xc7\x30\x28\x7c\x19\x6b\x24\xd2\xdd\x7f\x6e\x8e\xed\xc2\x79\x6c\x6e\x43\xa2\x71\xc7\x18\xb2\xb1\xc4\x7b\xac\xe9\x1a\xf1\x70\x02\x31\x19\xaf\x69\xd0\x80\xb8\x08\xaa\xc9\x81\x0f\x33\x54\x8c\x39\x00\xd1\xfa\x9d\x06\x26\x79\x51\x1b\x33\x4e\x55\x43\x85\x65\xcc\x8a\xb1\x0c\xdb\x83\x31\xe5\x51\x53\x42\xf3\xfc\x53\x1f\xe8\x1a\x51\x19\x6f\x0b\x10\x17\x67\x66\xcc\x14\x09\x3a\x28\x53\x24\xa2\x7c\x8c\x76\x3b\xf5\x28\x98\x8b\xa7\x9f\x77\x0a\x77\xcf\x67\xb3\xe3\x71\xd8\x8c\x59\x4c\x97\x91\x4b\xd3\xbd\x20\xc1\x68\x6a\xe1\xf6\x81\x5f\xc9\x59\xe5\x3a\x14\x68\xc6\xc2\x9e\x10\x7b\x91\x55\x64\x49\xdb\x85\x36\x56\xcf\x03\xdb\xa1\x69\xdb\xf2\xc0\x64\x19\xd2\x2c\xda\x2c\xeb\x16\xf1\x4f\xd9\x37\x76\x50\x6a\x31\x0f\x6d\xee\xa5\xf6\x26\xe8\x6f\x83\x6c\x90\x89\xd0\x14\x78\xb4\x16\xdd\x05\xc3\x14\x9c\xcc\x62\x12\xb5\xcd\x35\xc9\x79\x7f\xa9\xd2\x54\x34\x88\xd7\xe5\xe7\xd3\x7a\x3c\x0a\xd6\x8c\xfc\xb7\xa7\x9f\x8f\x9e\x7e\x4e\x2b\x56\x9c\x57\x17\xcd\xa8\x73\xaf\xf4\xee\xa6\x42\x34\x76\x79\x45\xab\x11\x7b\xfa\x39\x21\x03\x11\x96\x61\x19\xf4\xc3\xfa\x56\xdf\x68\x24\xe9\x94\x96\x84\x96\x8d\x09\x74\xc5\x32\xd1\xa2\x35\x85\x5b\x12\x00\xce\xf1\x7a\x2f\xca\x32\x23\x27\xbc\x17\xf0\x31\x53\x76\xb3\x87\x98\x16\x64\xe2\xb0\x77\x85\x5e\xb0\xd9\x94\xc4\xda\x6c\x83\xb5\xf2\xae\xc9\xf9\x2d\x9c\x5c\x9d\x36\xf3\x76\x21\xe3\xcf\xe9\xe7\xc4\xa9\x2f\x61\x2f\xc0\x33\x12\x92\x08\xf8\x4f\x79\x18\x0f\x13\xab\x70\x6a\x76\xa5\x42\xa6\x50\x2c\x05\x43\x96\x56\x60\xd8\xaf\xa3\x19\x9d\x5a\x92\x0f\x3c\x07\x2e\xa5\x4e\x53\xc9\x20\xec\x67\x5b\x77\xb4\x83\xa8\x59\x52\xce\xe4\xc9\x84\x78\x6f\x41\x7d\xbb\x15\x65\x4f\xe7\x2e\x67\xd3\xa8\x35\x8d\x81\xff\x38\x95\xfe\x7f\x6e\x8d\x07\xb8\xb0\x88\x28\xaa\x31\x87\x58\x01\x98\x05\x3f\x64\x9c\x16\x54\x93\x86\x6e\xbb\xa3\x63\x45\x1f\x1d\x53\x1e\xc1\xed\x46\xb0\x29\xbd\x16\xec\xd5\xe4\xb9\x5a\xf5\xa0\x65\x87\xd5\x13\x7b\x63\xbe\x16\xf5\x93\x32\xbf\x3d\xbb\xae\x2f\x63\x4e\x75\x08\xd4\x67\xd9\x94\xd8\xf3\x07\x21\xab\x2d\xc7\xe4\x69\xd8\xc2\x71\xbb\x09\x3e\x11\x93\x25\x59\xba\xb5\x0d\xb6\xf0\xfe\xd4\x0d\x1a\xc3\x2c\xfa\x04\x60\x0f\x87\x92\x15\x03\x60\x61\x40\xc9\x0b\xf9\x35\x97\x5c\xc3\x43\x02\x9b\x05\x8b\x70\xd0\x09\x60\xda\x5d\xba\x36\x3c\xd3\x74\xea\xf4\x9c\x2b\x5e\xb2\x1f\x40\x14\x87\xe4\x0a\xf1\x13\x60\x5d\x7d\x29\x32\x3c\x12\x4c\xc0\xa7\xbb\x11\x6e\x17\xaa\xb5\xf7\x18\x6e\x22\x9c\x43\xbe\x67\xd2\x83\x7b\x19\x2e\xd7\xb6\x69\x7d\xbe\xf9\x33\xa7\x3f\x0a\xcf\x5a\xf6\x9e\x5b\x59\x36\x81\x6e\x9c\x9a\x38\xe2\x7f\x08\x6a\x94\xfd\xc3\x3f\x98\x9c\x9f\x08\xfd\x0c\x51\xfe\x28\xb6\xb6\x52\xe4\x34\x88\xfd\x99\xb3\x5b\x95\xc5\xe7\x3d\xbd\x5f\x29\x59\x19\x7d\x58\x19\xa5\xf3\x6b\x01\x2b\xb6\xb3\x60\xf5\x1c\x3b\x87\xab\x68\x5c\x4f\x03\x35\x63\x7b\x4f\xcd\xa3\xe8\x38\x32\xfc\x1c\x05\xca\x4f\xeb\x33\xe2\x41\x9e\x70\xda\x76\x4f\x66\x77\x83\x1e\x79\xd7\x64\x35\x2b\xdd\xa0\xe7\x8d\x66\xd1\xff\x9b\xbc\x77\xdd\x6e\x1b\xc7\x1a\x05\xff\xeb\x29\x64\x4e\x97\x86\x68\x41\xb2\x64\x27\x71\x4c\x1b\xd6\xa4\x72\xe9\x4a\x77\x6e\x9d\xa4\xba\xba\x8e\xa2\x4e\xd1\x24\x64\xa1\x42\x11\x6a\x10\x72\xe2\xb6\xb8\xd6\xf9\x3f\x2f\x31\x4f\x30\x0f\x71\x9e\x62\x7e\xcf\x93\xcc\xc2\xc6\x85\x00\x25\x39\xa9\xfe\xea\x3b\xb3\xe6\x9b\xac\x2c\x5a\x04\x71\xc7\x06\xb0\xef\x5b\x20\x8b\xa3\xec\x42\x4f\x02\xcc\x20\x28\x88\x6a\x6c\x1d\x37\xef\xf0\x3d\xfa\xda\xcc\xfd\x57\x06\x69\x29\x66\xf0\x0e\x4f\x27\x32\x91\xda\x1b\x3e\xdd\x6c\x7c\x30\xb0\xc1\xb2\x50\x8d\x2b\xdb\xe6\x9f\x65\x1c\x6f\xb7\x3b\xa7\xfe\xbc\x8e\x10\x76\xbe\x07\x83\x76\x07\xe3\xce\x0b\xe1\x43\x87\x34\x21\xaa\x05\x7e\x6a\x7a\x2e\x82\x08\xd9\x48\x03\xce\x36\x98\x39\x87\x32\xb6\x63\x11\x56\x34\x79\x72\x30\xaa\xc1\x29\x99\x07\x66\x12\x81\x7b\x12\x3f\x26\x58\xb2\x7d\x46\xfc\x60\xfa\x45\x31\xa8\x47\x5a\xa5\x62\x41\xc4\xc4\xbe\x2a\x38\xc2\xa5\x5e\x80\x5d\xd5\x58\x2c\xf1\x8b\x19\x8a\x2d\x47\x11\x6e\x6a\x0c\xa6\x5e\x4c\xca\xa4\xd4\x53\x2f\xf6\x4e\xbd\x09\xfe\xb7\xcf\xd3\xac\xf9\xfc\x03\xb8\x25\xf2\xfc\x86\xca\x5e\x4f\xf3\x3d\x5c\x0d\x3a\x4b\xd2\x72\xd0\xf5\xcc\xf5\xd2\x1e\x87\x76\x29\x68\xd3\xf8\xab\xf5\xf2\xb2\x15\xf0\xb1\xd1\xeb\xf1\xf2\xe9\x26\xfe\xc6\xaa\x75\x5a\x6c\x07\x45\xb6\x51\x08\xa0\xb2\xf6\x51\xd2\xb4\x8a\x30\x58\x92\xd5\x58\xcd\xc5\x63\xbe\xbe\xc3\x79\x28\xa0\xfa\x2e\x9c\xf3\xbe\x6c\x90\xa1\xc6\xd6\x2a\xec\xce\x6c\x3e\xb0\xd6\xd8\x38\x33\xd9\x35\xf0\x66\x75\x61\xf4\xda\x47\xce\x5e\x77\xc0\xb4\xb0\xf6\x2f\x31\xf2\x5d\xf4\x83\x53\x77\x1d\x70\x1e\x76\x22\x04\xa3\x4b\x6c\x5c\x7a\x9d\xa4\x5f\x92\x88\x96\x90\x69\xb3\x89\x24\xd7\x3f\xec\xfe\x85\xa0\xea\x4d\x7c\x71\x1c\x46\xc5\xdb\x3b\x7b\xb4\x18\x0a\x05\xc7\x55\x8d\xb7\xc2\x40\xde\x55\x68\x47\xcc\x48\x38\x21\xcc\x1c\x84\x47\x84\xde\x19\xff\xa4\xe1\x9e\xd8\x06\x82\xc9\x1c\x48\xe1\xcd\x66\x84\x12\x8a\x9c\x65\x0d\x42\xd8\x8f\x2f\xf8\x4d\x95\xfb\x1b\x6e\xb3\xa1\xc8\xd4\xd3\x8a\x30\xbc\xb3\xaa\xef\xb7\xab\x92\xbd\x9e\x7f\x20\xec\xaa\xaa\xda\xaa\x0b\xdd\xfe\x60\xca\xfc\xcb\xab\x69\x67\xd9\xef\x6f\xbe\xa1\xf4\x8d\x75\x4a\xec\xd6\x0c\x36\x8a\xdc\x9a\xa0\xed\xae\x58\xdf\x1b\xf6\x48\xbd\xdd\x61\x4c\x4f\xfd\x40\x9b\x6c\x5a\xce\x88\x89\xf1\xe8\xe6\x41\x5d\x6d\x1a\x10\x9b\xc9\xa5\x36\x14\x27\xb2\x38\x13\xf8\xf6\xf4\xb4\x54\x1d\x2f\x0c\x07\xdb\x40\x47\x4e\x68\x4e\xe9\x27\x34\x66\x66\x72\xd5\x78\xd2\xfc\x2b\xab\xe4\x51\xe3\xcd\x84\x58\x22\x03\x70\x67\x2f\x4c\xe5\x3e\xa8\x08\xdb\x2f\x71\xe9\x31\x7d\xf5\x2a\x5f\xf9\x80\xb7\x93\x10\xb5\xf7\x9c\xb7\x2c\x1a\x35\x10\x3b\x22\x97\xda\x7b\x41\xa8\x69\x33\x01\x5e\xe1\xb7\xda\xbd\xa8\x23\x89\x9c\x48\xcb\x80\x61\x28\x61\xf5\x6f\xbd\xa4\xaf\xe8\xce\x5d\xbf\x1d\xa3\xf6\x77\xeb\x33\xb8\x8a\x00\x41\xb4\x8d\xb8\xb3\xaf\x77\x08\x83\xa1\x0a\x73\x1a\xad\x35\x6e\x47\xc8\xbc\x83\x0e\x99\xce\xb0\xe7\x6d\xd5\x5b\x73\xcf\x51\x53\x39\x65\x33\x62\x8c\x95\xb6\x83\xe0\x96\xaa\xca\xcd\xc6\x85\xf9\xdc\x6e\x7e\xf7\xce\x69\xf5\xc1\xb6\xef\xa2\x11\x85\xfd\xf0\x82\xd0\xd8\x4f\x53\x3e\xeb\x94\x53\x3e\x23\x1a\xe3\x49\xed\x2c\x4a\x9e\xa4\x30\x8b\x7b\x50\x1c\x70\x06\x6c\xb0\x1c\x51\x5b\xc9\x46\xaf\x07\xd7\x00\xb8\x61\xfa\x4a\x57\x43\xc7\x5c\x9c\x30\xac\x35\xdd\x1d\xd6\xea\x85\xfa\x94\x5a\x97\xfd\x95\x88\x2b\xe3\xb4\x00\x73\x84\xd7\x2a\xe1\xad\x88\x2b\x50\x89\xd0\xa4\x1a\xf8\x65\xc6\x9c\xac\x71\x94\x82\xd1\x53\x44\x88\xd9\x91\x19\xa1\xde\xd2\xa8\x1a\xc1\x06\x3e\xd3\x01\x56\x33\x7b\x7c\x9c\x8f\x3a\xe5\x34\x75\x27\x4c\x3e\x59\x27\x05\xce\x27\x45\xb2\x36\x7c\x7e\xff\x6b\x81\x1b\x5f\x27\xda\xbe\x29\x2e\xb5\xe7\x40\xef\x20\xa9\x35\x8c\x96\x58\x1a\xe5\x66\xd2\xec\xe5\x33\x7e\xa1\x56\x6a\x30\x40\x16\xf3\x04\x47\x07\x9d\x6a\xf2\x93\xd9\xfc\x95\x21\x0f\xb2\x65\xaf\xf7\x93\xe1\x43\x66\x4b\x38\x00\xd6\x65\xce\x43\xa8\x40\xb7\xff\x32\xd5\xe8\x40\x72\x06\xb5\xbc\x23\x1b\xc4\x92\x73\xb5\xed\x39\xd7\xda\xd5\x82\x57\x04\x53\xf3\xd7\x8b\xe8\x70\x75\xa6\x48\x45\xe5\x53\xb8\x61\x58\x79\xb5\x1d\x46\xc0\x50\x74\x14\x0e\x8b\x1d\xf9\xc2\xcb\x5e\xe7\xae\xb1\xa1\x27\xdb\x5c\xd7\x56\x58\x06\x93\x0b\xb7\x05\x02\x9e\x8b\x3f\x38\x5a\x74\x8a\x3a\x44\x34\xa4\x6c\x36\xfd\xbe\xe6\xc4\xda\x12\x81\x5b\x40\x53\x46\xa7\x85\xa5\x6c\xb4\xa3\x5b\x58\x28\xa9\x17\x42\xd4\x0a\x6f\x6b\xbc\x08\x6e\x45\x74\x68\x51\xc7\x7e\xda\x70\x99\x7e\x69\x68\x6f\x70\xee\x2f\x3e\x3d\x56\x14\xf9\x56\x2d\x6d\x3a\xdd\xb0\x41\x54\xdf\x9a\xd4\x58\x2d\x0a\x6e\xa7\xee\x42\x27\xa9\x65\xc1\xda\x9e\x28\x6c\xf5\xf5\x8a\x6c\xa5\xbd\xa3\xc5\xae\xe4\xd7\x70\x52\x10\x8f\xd4\xb7\x5f\xaf\x5c\xbb\x35\x66\x55\x6b\x30\x34\x5c\xf0\xed\x32\x84\xb8\x23\xbd\x35\x62\x7d\xe1\xec\x98\x64\xb3\x26\x6a\xb9\x92\x17\xad\xf9\x55\x89\x7a\x27\xec\xf8\xa8\x93\x51\x0d\xc8\xe4\x56\xc5\x21\x46\xfd\xed\x8b\xd8\x91\xd0\x2a\x79\xa1\x03\x6a\x97\xce\x18\x13\xb9\x68\xce\x58\x9a\xb6\x75\x26\x03\x7e\x5b\xd9\x6a\x85\x99\x80\x07\xf5\x22\xad\x76\x5f\x17\x66\x32\x7f\x76\xd4\x64\xa4\x6d\xac\x15\xa2\x3b\xb1\xbf\x93\x08\xf4\x70\x22\xbc\x45\x49\x97\x44\x3b\x88\x84\xdc\x8d\xbd\x67\x12\x35\x46\xa6\xfa\x5b\x63\x15\xba\x5d\xbf\xfd\xf2\x59\xa4\x2b\x63\x2f\xaa\xf0\xbf\x69\x39\x03\x44\xf0\x39\x8f\x85\xb1\x03\x85\xb4\x26\xa4\x18\x6d\xcc\x41\x0d\x93\x0d\x6c\x4b\x3b\x4e\x16\x63\x29\xe9\x25\xbf\xa6\xff\x5f\x9c\x07\x6c\x64\x91\x6c\x1e\x1f\xb0\x66\xdc\x8d\x83\x0b\xf0\x71\xa8\x45\xa9\x8e\x3d\xcb\xc1\xa1\x8d\xcc\x16\x7a\xe6\xb4\x6e\x10\x0f\x03\xb1\xa5\x84\x1b\x3b\x5e\xde\xd8\xf1\xc2\x7c\xfa\x51\x07\xad\xed\x6f\x6c\x7e\xf5\x7a\xe9\x81\xd3\x63\x9b\x58\x3b\x2b\x5b\x20\x45\xda\xbc\xb3\x6e\x4d\xbf\x81\x41\xed\x2e\xe1\xae\xc9\xdf\x66\x72\x18\x75\x0d\xfa\xb9\xfb\x4f\x6d\x3f\x0e\x61\x15\xc1\xd9\xae\x55\xa1\xe8\xf5\x58\x60\xf9\xcf\x9d\xee\x5f\x5a\xb0\xab\xf2\x27\x63\xc5\xae\x36\xcd\xcf\x5a\x48\x61\x0d\xcf\x43\x1f\xb3\xd6\x42\xc7\x98\xbd\x83\x31\x81\x35\x81\x9f\xce\x50\x33\xe7\x56\xea\xf1\x48\x4e\x4c\x78\x79\x86\x12\x61\xb9\xe5\x8e\x94\x10\x0d\x29\xe1\xd9\xc9\x37\x85\x11\xc2\x23\xcc\xac\xbc\x84\x48\xcc\x75\x64\x87\x46\xb9\xa2\x24\xda\xcf\x03\x6d\x98\xb2\x1d\x70\x80\x6b\x39\xfa\xfd\x3f\x94\xa0\xb3\x58\x82\x73\x07\xa3\x02\x6a\x05\x21\xe0\x40\x76\x87\xe9\xba\xbf\x3a\x98\xd5\x8e\x89\x64\x48\x88\x66\xaf\x98\xf5\x0a\xc5\xbb\xd6\x7d\x2e\xb6\x7e\x91\xb7\x59\x9b\xc6\x37\x78\x79\x07\x4f\x09\x0b\x2c\xc0\x5b\xca\xcd\x8a\x6e\x36\x11\xdc\x8f\x91\x26\xc9\xbf\x37\x9a\x8a\xc9\x2e\xc7\x6b\xb7\xbe\xc3\xeb\x44\x3a\xbd\x44\x09\xbe\x17\xde\xdf\xac\xe8\xc4\x2e\x5a\x22\x11\x6e\x1c\x25\x26\xc0\x5c\x6a\xde\x71\xe8\x24\x2e\x39\x18\x63\xed\x09\x5d\x67\xd4\xbf\xf1\x96\xe7\x6c\xfd\x75\x2b\xb9\xee\xb4\x06\x4d\x89\x37\x6c\x05\xb6\x8d\x02\x26\xaa\xb1\x73\x45\xfb\x68\x57\x40\x2c\xa0\x77\x2c\x6f\x29\xf6\x6b\x42\xbb\x9d\x85\x7a\xce\x46\x42\xaa\xc8\x13\x79\x28\x0a\xe8\xcc\xc1\xaf\xd6\xf6\x63\x46\xbd\x93\x6a\x93\xe7\x2d\x3f\x31\x17\xf6\x8b\x34\x50\x6e\x7d\xc2\x68\xc9\x8c\xca\x64\x9c\xe2\x78\x24\x92\x1b\xdb\x16\x5c\x04\x73\xe2\xb3\x2c\x3b\x1e\x09\x40\x03\x9f\x45\x8e\x09\x6e\x82\x2e\x18\x5b\x98\xc0\x3b\xb4\x13\xd3\x7c\xbb\x27\xad\xca\x92\x11\xc6\x93\x96\xd6\x1f\x2b\x40\x29\x95\x11\xd3\x07\x1d\xbf\xf2\x02\x92\xf5\xb1\x46\x48\x61\x94\x35\x41\x6b\x4c\x65\xb2\xe1\x0d\xdd\x07\xe2\xfc\x70\xeb\xa4\x0b\x22\x87\xd9\x62\xb3\x11\xbd\xde\x81\x68\x1c\x6a\x6d\x36\x86\xe2\x2f\xda\x73\xea\xb2\xd4\xfd\x3e\x03\x0f\xf6\x80\xb4\x3c\x2a\x8a\xd6\xac\x5a\x11\xe2\x74\xb6\x3d\x5b\x3b\xcf\xb5\xdf\x02\x35\xc6\xd9\xa2\x25\xa1\x21\x44\xa4\xea\x2e\xa4\xd8\x0e\x22\x84\x69\x8d\x57\xbc\x7a\x26\xb8\xa6\x6b\xb6\xa1\x39\x60\xab\xe3\x92\xec\xa2\xb4\xed\xe5\x73\xc7\x30\x9c\x82\x02\xf3\x79\xed\x7d\x70\x84\xc8\x2f\x9c\x77\x07\x49\x28\x3e\x18\x75\xe8\x80\x70\xdc\xef\x0b\xd5\x43\x0b\x66\xc0\xb2\x97\xc8\x44\xdf\xfa\xa2\xba\xdc\x66\x93\xea\xed\xd7\xda\x71\xd9\xa2\x63\xa3\x0d\x18\xff\x43\x30\x14\x50\x9c\x5c\x9c\x8f\x1a\x0f\x38\xd7\x4d\xfc\xa2\x6f\x1d\x9f\x37\x33\x06\xbe\x03\xb4\x42\xf6\x8d\x6a\xb9\x1d\x2e\x0c\x48\xd6\x38\xe3\xab\x5d\x58\xa6\x11\x0a\x7e\xab\x44\xa5\x2d\x51\xdb\x2a\x60\x86\xd1\xf0\xe7\x77\xcb\x06\xdf\xf3\x15\x96\xbe\x9c\x50\x86\x72\x43\xf5\x91\x16\x0d\x1f\x42\x7a\x42\x3a\xa0\x21\x02\x6c\xfa\x09\x5d\xc9\x05\xd9\x42\xb2\x21\x19\x6a\xb2\x68\x76\x6c\x65\x09\x8d\xeb\x75\x98\x1c\x1d\x16\xe2\x09\xcf\xc2\x8b\x6b\xb3\x89\xc1\xd0\xb0\xe3\x61\xe4\x7a\xac\xbb\x05\x3f\x1d\xab\x54\x6a\xe1\x1f\x76\xb3\xe6\x16\x52\x4f\xe1\xf9\x00\x3c\x72\x40\xdc\x55\x7e\xae\x05\xb0\xea\xa7\x3d\xd4\xda\x6b\x82\x05\x98\x8b\xf1\xdc\x92\x28\xfe\xfc\xef\x9e\x76\x6a\x6e\x23\x35\x4e\x30\xf7\xb3\x84\x84\x3f\x49\x08\x3b\x75\xa4\x4f\x34\x57\xb8\x4b\xf3\xe6\xdb\x40\xe6\x3c\x4b\x4a\xdc\x54\x98\xf8\xb5\xd7\x48\x3b\x41\x83\x32\x90\x15\x3a\x6d\xc3\x6b\x24\x07\xa3\xbd\x25\x67\x78\xaf\xe8\xd1\x77\xa5\x29\xec\xc9\x5b\x12\x69\xb5\x91\x9c\x03\xca\xc6\x13\xbb\x71\x40\x09\x8e\x40\x9a\x34\xa9\x19\x3a\x2b\x0a\xe1\x3c\x2c\x23\x08\x02\x89\x70\x9c\x82\x65\x24\xc8\x2b\x9a\x5f\x80\x5f\xa0\x4e\xe9\x7c\x86\xc1\x24\x54\x08\x37\x2a\x79\x75\x5d\xc7\x25\x7e\x6a\x1c\x03\xc1\x71\xbb\x2e\xd5\x1c\xb4\x21\x48\x9d\x02\xbe\x34\xfe\x35\xc8\x80\x74\xec\x27\xec\xcd\x36\xda\xa1\xf3\xd3\x8e\x60\x22\x83\x40\x33\x9f\x68\x3e\x95\x33\xf0\xfc\x45\x3c\x7d\x49\x55\xc2\x3a\xae\xc5\xa0\x7e\xe9\x3a\xa6\x3b\x8b\xbf\x94\xb1\xeb\xb8\xd1\x55\xd7\x81\x71\x2d\x84\x84\x20\x62\x6e\x82\xa9\x76\x59\xbb\x1d\xbb\x45\x58\x0b\x1f\x96\xa3\x1a\x61\x6d\x41\xb6\x53\x30\x1f\x46\x49\x20\xbb\x48\x66\x0d\xe8\x21\x9d\xbc\x95\x51\x27\x03\x13\x1d\xc4\xe4\x2f\xec\xde\x0d\x0f\xe6\x8f\xa1\x78\xef\x25\xcf\xf7\x4a\xc4\xd4\x76\xd2\x9c\xa2\x9c\x49\x5f\xba\x15\x66\xcb\x96\x35\x6e\x58\x97\x7b\x99\x0b\x66\x2b\x4e\x8c\x21\x6c\x1c\xec\xcf\xe4\x67\xee\x64\x7e\xee\xb4\xbf\x4b\x8d\xf3\x1d\x5d\x69\x3b\xc9\xba\x46\xd8\x57\x21\x18\x52\x1b\x8a\x28\x48\x55\x33\xa2\xcd\x02\x19\x89\xd4\x4b\x57\xe3\xaf\x5d\x8d\xa2\x77\xd5\x35\xd0\x75\x43\xed\x7a\x6a\x07\x91\x17\x89\xde\xe9\x7f\xdd\xb0\x2e\x2b\xbb\x7e\x0b\x28\x68\xae\xe5\xa0\xee\x86\xa1\x5e\xef\x92\xc7\x97\x0c\xdf\x30\x74\x3e\xea\xf5\xe2\xd7\x4d\xee\xe9\x0d\x9b\xed\x8a\xd4\xb8\x3d\x7c\x6a\x94\x41\x61\x1a\x20\x60\x9d\xb8\x02\x2b\xaf\x0a\xd5\x75\xec\xf7\x40\xd5\x89\x90\x17\xdc\xc8\xd9\x5d\xc5\x8d\x9b\x95\x18\xac\xe1\xb4\xc3\xba\xf6\x8e\xd3\xdc\xe2\x72\x6b\xbb\x39\x7f\x28\xf6\xd3\x34\x05\x8a\x1a\xfa\x73\x40\x98\x45\x06\x79\xaf\x57\x79\x87\x5a\x47\x21\x6d\x85\x3a\x4b\x75\x4e\xac\x20\xdf\xfc\x2c\x71\x01\xc1\x11\x90\x75\xa9\x17\x38\x85\xfd\xcc\xbc\x28\x02\xd9\x72\x3b\x8c\xcd\xfb\x05\xab\xba\xd6\xdc\xad\xcb\xaa\x6e\x5a\x08\x9a\xe6\x37\x6a\x85\xd6\x15\x1d\x46\xa8\x03\x27\x0b\x91\x60\xf9\x41\x28\x7e\x13\x53\x84\xdf\xab\xc7\xee\xf0\x7d\x9b\xcd\xab\xf0\xe3\x12\xbc\x07\xfa\xf7\x8b\x42\xa3\xbd\x4e\x3e\x65\x5e\x78\xf1\x01\x31\x9c\x77\x74\x3e\xda\x6c\xa4\x42\xfd\x01\x49\xd8\xd1\x73\x2a\xa8\xea\x71\xc9\xbb\xaa\xfd\x6e\xd4\x8f\x65\xdf\x16\xee\x47\x6a\x04\x72\x41\xdd\xe0\x86\x1e\x04\x0a\x42\xcf\x0e\x74\x84\x91\xea\x2c\x40\x3f\x03\x52\xe5\x6b\xaa\x59\xf2\x9c\xa3\x5b\x41\x98\x39\xf2\xe4\x80\x70\xe7\x4c\xda\xe8\xe3\xca\x99\x17\x9b\xa3\x65\xbe\xa7\xa5\x22\xa1\x4b\xd7\xaf\x85\xa0\xa1\xce\xd3\x3f\x20\x64\x1d\x46\x5c\xd4\xa2\x98\x13\xee\x39\x4b\xcb\x16\xe0\xda\xc5\x91\x01\xde\x67\xa9\x3f\x1a\xcc\x9f\x23\xec\x30\x7c\xd7\xd7\xd7\x5b\x7d\x6d\x77\x31\x74\x14\xd4\x04\x07\xd1\x76\x3d\xad\xea\xde\x05\x2e\x42\xe4\x80\x7a\xca\xbc\x3e\xfe\x4f\xcf\xca\xb3\x92\x58\x05\x3e\x54\x36\xda\xa3\x5e\xc0\x0d\xe6\xf9\x89\x24\x4e\x89\x6f\xa7\xd3\xf3\x46\xc7\x0f\x0b\x1d\xea\xcd\x85\x4e\x2b\x89\xd5\x03\x3c\x2b\xcf\x24\x29\xb1\xd7\xae\xef\x11\xa4\x6c\xa0\x80\xcd\x0e\x88\x04\xd7\x85\xa2\x4f\x82\xf4\x00\x32\x2c\x08\xf4\xa5\x51\x9f\x70\x5d\x7f\xc9\x42\x97\xd9\xf0\xb9\x43\x93\x9c\xb7\x14\x07\xb7\x54\x11\x03\x9b\x80\x2d\xb8\x6c\x26\x13\x40\x92\x12\xd6\x69\x5c\x9f\x03\x5c\x6a\x93\x01\xaf\x97\x8d\xd7\x73\xad\xfc\x78\x60\x1c\x78\xa3\x40\x9a\xd0\x0a\xce\x58\x5a\x12\xd7\x7c\xf1\x94\xb6\xa0\xed\xd4\xa8\x1a\xca\x01\x49\x5d\x03\x7d\x0f\x0e\x1e\xb5\x6c\xab\x47\x58\x28\x3a\x07\x94\x56\x90\x5d\x29\x47\x06\xee\x6c\x9c\x11\xe1\x1a\xd7\x62\x35\x42\x6d\xb3\x8d\x59\x84\x8b\xc9\xca\x89\x25\x69\xcf\xf8\x19\x27\xb1\x20\x1c\xf9\xcb\xac\x1b\xe3\xfb\xe7\x5b\xd1\xf3\xde\x7c\x03\x3d\x4f\x88\x68\x9a\x4c\x6d\x93\x8e\xf7\xe0\x86\xfb\x86\xf9\x7e\xe4\xc1\x16\x2c\xd4\x60\xb1\x68\xbc\x36\x13\xcb\x53\xbb\x7d\x14\x01\xe1\x6a\x79\xdc\xd8\x90\x00\xf2\x62\xe3\xe8\x1a\x5c\xc6\x7f\xd5\x44\xcb\xf8\x70\xd4\xc4\x8b\x7e\xc9\xf3\xf7\x6c\x49\x9b\x10\xf1\xef\x68\x01\x09\x5e\x1e\x2b\x15\x69\x84\x24\x4d\xb0\x67\x4f\x42\x12\xe4\x69\x84\x26\xd8\x10\x40\xa1\x3c\x27\x90\x24\x10\xba\xd9\x78\x1e\x9f\x3f\x05\xfb\x40\x4b\x77\x97\x36\x6e\x0c\xc8\x77\xdf\x8a\x58\x1a\xf1\xee\x97\x26\xa4\x8d\x0e\x29\xe3\x98\x5c\xaf\x18\x70\x62\xbd\x70\x37\x4d\x24\x9b\xfe\x18\xe1\x6d\xcc\xf2\x2b\x25\x0c\xb2\xe9\x1d\x36\x6f\x1d\xc0\x9e\xd1\x46\x0f\x9c\xcd\xe3\x83\x6b\x85\x74\x19\x81\x9a\xd5\xb0\x1d\xae\xf8\x2a\xf6\x7d\x09\xfc\xba\xc3\xd5\x94\xc1\x39\x3b\x2c\x94\xd5\x11\x4d\xb9\x73\x9c\x92\xbe\xba\xe6\x9e\xa4\x12\x2c\xe6\x62\x66\x97\x88\x94\x9b\x0d\xf3\xd7\x83\xc8\xa1\x96\x72\xf7\x7a\xcd\xaf\x38\xea\x47\xcd\x17\x1b\xce\x7d\xa4\x23\x84\x2d\x41\x19\xbe\x81\x8a\x8b\x74\x10\xd8\x5d\x9a\xbe\x01\x33\xf1\x09\x2d\xd2\x9b\xcd\x26\xfa\xe3\xce\xea\xc0\xa9\x0c\xdf\xe3\xb3\x78\x12\xbf\xb5\x12\x23\x84\xaf\xb9\xfd\x89\x92\x40\xa2\xd9\xeb\x1d\x34\xdf\xcc\x4c\x4e\x9a\x94\x30\xf3\xc5\x18\x42\x24\x82\x20\x33\xf8\x30\x38\xb2\x62\xcd\x89\x15\x52\xc1\x2a\x04\xed\x1a\x2f\x98\x31\xc3\xde\x6c\x36\xf6\x17\xd7\x3c\xe6\x46\x00\x59\xa1\xce\x76\x10\x23\xb0\x60\x6d\xd2\x2a\x95\x36\x81\xf0\x52\x00\xa7\x89\x2b\xac\xef\x40\x03\xde\x9e\x9e\x7a\xa1\x9a\x60\xba\x37\x70\xc0\x16\xbd\x5e\xe1\xa4\xb1\x4f\xd4\x64\x55\xb4\xc0\x26\x07\xe6\xe4\xd6\x54\x98\x4c\x4d\x65\x33\xdc\x6c\xb0\x84\x85\x92\x49\x33\x6a\x7d\x99\x9f\xb1\x60\xda\x58\x73\x2e\x9c\x21\xf3\xa9\x5a\xb0\xb9\x8c\x91\x29\x38\x1d\x35\x72\xe1\x30\x43\xed\xd7\x0c\x06\x15\xde\x26\xef\xf7\x59\xb8\xc7\x71\x00\x59\x84\x05\x87\x4d\xda\x4c\x3c\xf3\x8f\x19\x1c\x00\x34\x6b\x9d\x2e\x16\xec\x70\xb5\xd9\x68\x8f\x44\x06\x40\x75\x8c\x37\x0f\x87\x7c\x12\x9c\x28\xd7\x1c\x22\x3f\xf4\x7a\xc2\x8c\x4c\xfd\xa2\xff\x5c\xa7\x45\x15\x53\x08\xf8\x68\x03\x99\xb9\x0a\x5e\x6d\xed\xd4\x76\x6c\x15\xf0\xab\x60\xb0\x1f\x27\x47\xb1\x6a\x22\x02\x61\x4f\x75\x4b\xb3\x70\x34\xe6\x8a\x4b\x3f\x7c\x9b\x50\xd4\xad\xc7\x00\xed\xf5\x62\xe3\x89\xa2\xdd\x1c\xb9\xad\x11\x9a\xf2\x19\x09\xf2\x2b\x5c\x8d\x07\x11\xdf\x9e\x5b\x74\xe8\x80\xee\x46\x81\xf0\xbe\x68\x75\x86\xe1\xbb\xe5\xee\x7c\x22\x15\xa9\xe1\x7b\xde\x45\x48\xcb\x1b\x4c\xc4\x32\xd1\x44\x2c\x93\x13\xcb\x52\x99\x48\xb0\xb6\x4e\x3c\x0f\xb8\x2f\xd8\x0e\xb3\x88\x2d\xbd\x39\x77\xd3\x72\x27\x61\xe4\xf6\x5c\x35\xbe\x27\xc5\xe4\x2d\x0d\x42\xe6\xd2\xd5\x63\xbe\xba\xd1\xb6\x05\x1c\x25\x1c\x35\x32\x47\x7d\x5f\x6b\xe5\x2c\xb0\xac\x32\x75\xb8\x1d\x55\xd5\xed\xc8\xae\xa9\x1f\xd2\x55\xbb\x9c\xc2\x19\x49\xa7\x85\x21\xce\x74\x79\xb8\xa5\x32\x73\x2a\xf0\x24\x1b\x4a\xae\x2f\x28\x6d\xf8\x5a\x23\xdc\x20\x8e\xb9\xa2\x3e\x32\x14\xaf\x49\x6e\x5d\x1f\xff\x43\xaf\x6e\xfc\x21\xef\xa3\x3f\x1c\x22\x4d\xd3\x4a\xac\xd5\x83\xe3\xf5\x74\x3c\x43\xe8\x62\x30\xee\xf5\xe2\x6b\x1e\x57\x68\x9a\xcf\x48\x36\xcd\x67\x58\x9b\x3f\x76\xd5\x6f\x45\xe7\xb9\xc0\x3c\x6e\x96\x9f\x79\x90\x2b\x0c\xce\x36\xd1\x7f\xfa\xa4\x4c\xe4\xb9\x15\x23\x18\xe6\x31\xd8\xb8\x67\x0b\xe2\xd3\x89\xff\x62\xfb\x9c\x02\xdf\x11\x65\x4c\x9b\x99\xb8\xb5\xba\xe5\xc3\x8c\xaf\x18\x30\xfd\x62\x9d\x89\x70\xb7\x56\x31\x42\xe6\x33\x39\x18\x35\x0b\xa0\x05\x22\xbc\xa5\x0b\x56\xf5\xfb\xe8\x19\x73\x55\x4f\x2b\xab\x40\x69\xfa\x88\x5b\x1f\x41\x4b\xca\x78\xc1\x06\x40\x50\xd5\xdb\xaa\xed\xd1\xbc\x1d\xbd\xc4\x7d\x33\x51\x4c\xc4\x79\xe1\x45\xce\xd3\xbf\xc9\x9c\xc6\x5e\x6a\xbf\xc4\x85\xf5\x6b\x80\x70\xa1\xae\x00\xc8\x60\x71\x88\x12\xd2\xd4\x47\x67\xa6\x2e\xcf\x89\xfb\x8e\x6e\x53\x72\x30\xb6\x2c\xb2\x74\xb3\x89\x5d\x4c\xa8\x91\x8e\x16\xcf\xd4\xba\x78\x18\xc4\x8f\x21\xe5\xe4\x21\x2e\x25\x71\xa8\x0b\xd0\x91\x7e\xa0\xad\xb8\x1c\x08\x34\x18\x77\xfe\x65\xaf\x61\x13\xf8\x05\xff\xab\x51\xd2\x30\x49\x35\xe3\xf1\x95\xf1\xb0\xf4\x3d\x23\xaf\x87\xf4\xe3\x4a\x50\x8d\x00\xcc\xd3\x75\x21\x49\xcb\xac\x36\xf8\x38\x69\x27\xc4\xea\xde\xd6\x40\x0a\xc6\x05\xe4\x60\x5c\xe3\x1f\x74\xbd\x95\xe4\xab\x37\x82\xaf\xd2\x2b\x7d\x85\x84\x15\xb7\xbe\x4e\xb6\x52\xa0\xea\x2c\x2d\x33\x5a\x7c\xbf\xbe\xbc\x2c\x40\x86\xdc\x70\x69\xfe\xe6\xfb\x7f\xb0\x1c\xf1\x5c\xf7\xea\x8d\xee\x23\xcd\x27\xdb\x49\xc9\x88\x90\xa0\xcb\xa0\x30\xf8\xcf\xa6\xcb\x41\x3f\xbf\x57\xad\xe0\x1f\x40\x75\xdf\x0b\x88\xc0\x82\xb0\x49\x32\x15\x57\x14\x44\x33\x95\xc8\x8c\xf7\x20\x2f\xd0\x41\x40\x15\x7c\x5e\xb0\x6c\xb1\x4d\x15\x8c\x7b\x74\x78\xb9\x96\x92\x97\x13\x49\xc6\xc9\x91\xff\x7a\x9c\xdc\x73\xaf\x40\x40\x1c\x21\x84\xaf\x01\xc1\x93\xa2\xf8\x0b\xbd\xe9\xf5\xc6\x96\xb6\x38\x56\xa4\x84\x6a\xeb\x4f\x6a\x40\xc1\xa4\x7b\xfa\xcd\x69\x9e\x03\xce\xf7\x82\x55\x52\x5d\xe8\x68\x3b\x09\x28\xfe\x03\x2f\xd6\xab\x0d\xd4\x0e\xb9\x50\xf0\x16\x47\xbc\x8c\xfa\xe0\x19\xdc\x33\xd5\xa3\xc3\x8f\x5a\x60\x0d\x61\xc6\xbd\x37\x75\xd5\x9d\xc5\xe5\x54\xce\x36\x1b\xf8\xe3\x09\x0a\x80\x25\xfb\xb3\xba\x33\x9a\xd9\xfe\xcb\x96\x1f\x24\x57\x95\x9a\x04\xf7\x32\x95\x8e\x6b\x21\x26\x10\x90\xdc\x20\x45\xa3\x89\x75\x48\x85\x92\x9f\x59\x52\x6e\x36\x3f\x33\x98\xa4\xbf\xc2\x24\xcd\xe7\xbb\x67\x49\xb3\x3b\xdb\x13\xb5\x23\x75\xc7\x5c\xe9\x58\x60\x76\xae\xbc\xb7\xd6\x5c\x75\x9b\xab\xd2\x0c\xf3\x40\x9f\x0a\x67\xcc\x77\xb0\x04\x41\x6f\x40\x6d\x97\x08\x74\xeb\x2c\x24\x19\x1e\x3b\x06\x3c\xfe\xb3\x1a\x4c\xc5\xae\xca\xb4\xd8\x19\x3c\xce\xd6\xaf\xc3\x1f\x5a\xb1\xab\xc7\x8d\x79\x24\x44\x7a\xe3\xdd\xbb\x30\x65\xfa\xd2\x75\xbc\x53\x7c\x84\x76\x85\xe4\x11\x53\x36\x33\xfc\x56\xed\x02\x0c\xd5\xf8\xef\xcc\x78\x5a\xb0\xeb\xf8\xdf\xd8\xae\xee\x8c\xc3\xee\xe8\x35\xc6\xec\x5b\x7b\xd3\xf9\x97\x9c\x94\xe4\x5f\x72\x98\x2b\xfa\x85\xe6\x8f\xd3\xa2\xb8\x4c\xb3\x4f\x55\xf2\x77\x36\x29\xc9\xdf\x59\x12\xab\xa7\x22\x9b\x2b\x2a\x15\x72\xca\xd7\x32\xa6\x1c\x8f\x3c\x3b\x7d\xad\xa2\x2c\xfc\x58\x38\x86\xbf\x95\xc6\x62\xca\x67\x28\xf4\xbe\xb2\x8b\xeb\x4c\xfd\xe1\xb3\xe0\x4c\xa7\xdc\x09\xcd\xff\xce\x3a\x6e\x5a\xf6\x87\x1f\xa4\x53\x39\xf3\xfd\xb8\x4b\x1e\xea\xb8\x6c\x99\x18\xea\xbd\x7f\x0b\xae\xee\x25\x0e\x4f\xe8\x2d\x75\xcc\xf6\x81\xa8\x8e\xd5\x1a\x61\x40\xb8\x85\x42\x96\xc1\x9a\x10\x22\x4a\xfd\x8d\xc5\x12\xf0\xe7\x8c\xe7\x74\x09\xee\x79\x9f\x43\x8c\x76\xcf\xbb\x32\xf7\x4f\xb7\xdd\x1b\x73\x98\x81\xb9\xcb\xa3\x4c\xb2\x6b\x26\x6f\x74\x54\x3d\x8f\x39\x6b\xd4\x85\xc2\x5c\x3f\xf8\x67\xc7\x5d\x19\xd4\xe9\xb1\xcb\xcc\xd0\x84\x1e\x16\xa0\x4e\x8f\x14\x49\x00\x2b\x0a\x6f\x4d\xff\x4b\x1e\xd0\xb2\x1a\x2a\x91\x3b\x39\x9a\x8c\x8c\xdb\x0b\xd1\x42\x64\xeb\x74\x45\xb7\x7f\x62\x4e\xa9\x09\xd5\x38\xc8\xda\x3a\x63\xd0\xed\x5f\xfd\xbc\x3a\xfe\x00\x27\xc7\x23\x9c\x72\xf2\x7a\xf8\x26\xad\x2a\x72\x2b\xf9\x3b\x1d\xce\x60\x4b\xb8\xe1\xb9\x4b\x86\xbc\x51\x5d\xe3\x8a\x93\x5b\x2d\xfc\x4e\xd4\x1d\x5c\x70\x72\x6b\x2d\xff\xfe\xb8\xe4\xeb\x8a\x46\x35\x5e\x7b\x89\x7d\x75\x8c\x45\xde\xa5\x96\x71\x0b\x21\x2c\xd7\x2e\x43\x32\xee\xef\xbf\x56\xc4\x21\x74\x0b\xaa\x4c\x76\x47\x99\x82\x8d\xf1\xac\xb7\xdb\x24\xa6\xc6\x9b\xf5\x42\x8d\x2e\xe3\xeb\x52\x3e\xe6\xc5\x7a\xd9\xbe\x9e\x74\xb4\x3a\x77\x2b\xaa\x15\xd4\x94\x09\x4d\x85\x42\xaa\xa7\xff\xf8\x50\x7d\x58\x8f\x46\xe9\x68\x06\x28\x35\x7c\xb4\x7e\x82\x9a\xcd\x0c\x4e\xba\x53\xc2\x36\x9b\x91\x0d\x4a\x52\x11\xaa\x35\x09\x5f\xcf\xe3\xe8\x83\x8c\x8c\x92\x7e\x75\x3e\xda\x6c\xaa\x8b\x26\xd4\x73\xda\x8f\xe5\x80\xa3\x4e\xda\x27\xd5\x80\xe3\xb4\x4f\xc4\x20\xfd\x4e\x60\x4e\xaa\xfe\xb8\xae\xf1\x5c\x0d\x60\xce\xca\x7c\x67\xff\xdb\x94\x8f\x6b\x9e\xb7\x9b\x2f\x11\x84\xc6\xe6\xc0\x55\xa1\x41\x38\x93\x94\xf0\x81\x56\x30\x21\xa4\x89\x04\xcf\xfa\xa9\xd7\xcd\xb2\xef\xc8\xcf\x14\xcb\x81\x8e\x91\xc7\xfa\xaa\x24\x2e\x09\xef\x8f\xb1\x7a\x13\x03\xf6\x9d\x40\x17\x41\x20\x6b\xbc\xe2\x64\x1a\x45\xde\xf5\xba\xe4\x8e\xe7\xb5\xe2\xce\x59\x00\x3d\x43\x2b\xe3\x48\xea\x9a\xc7\x2b\x8e\xfa\x20\xd4\x33\x15\xad\xf8\x94\x7a\xa2\x0e\x60\x8e\x39\x7c\x68\xda\x18\x33\xcd\x00\xb2\xaf\x78\x1b\xf7\x03\x45\xfd\xd8\x47\xa9\x2e\xf9\x2e\x01\x7e\x40\xc5\x82\x6a\xae\x98\x79\x81\xb9\x2d\x7b\x75\xe0\x31\x1b\x6f\xb6\x2a\x9a\xce\xda\x1e\x77\xca\x7e\x1f\x89\x69\x39\x23\x5a\xb1\x17\x97\xbb\x02\x30\x7e\x54\xfb\xc1\x93\xad\x71\xef\xf6\xb2\xd9\x5f\x5f\xfe\x4a\x33\xeb\x37\x72\x22\x48\xf0\x1e\x53\x94\xc4\x1f\xbd\x3d\x44\x28\x16\x20\xd0\xfe\xc8\xc1\x58\xee\x29\x87\x70\x2a\x3e\x03\xf2\x29\xdf\x82\x24\x90\x6c\x01\x89\x7e\x5b\x23\x4c\xd1\xc1\x96\xc8\xb4\x44\xc6\xc0\x51\x68\x2d\xc1\xad\x8f\x70\xe8\x91\x20\xf6\xb8\x87\xa0\x7e\xf1\x8e\xf0\x6f\xba\x75\xc7\xae\x96\xfd\x62\x57\xcd\x29\x46\x75\xbd\x9a\xec\x59\x7e\xc6\x4b\x30\x7c\x25\x23\xec\x25\x3d\x2d\x73\x42\x87\xd7\x0a\x31\xb7\xde\x87\x12\xb5\x4b\x5a\x95\x48\x71\xe3\xc3\x51\x06\x44\xb7\x44\xb7\xb5\xd1\xb4\x79\xcd\xc9\xe1\x54\x1d\x15\xf9\xfc\xc3\x7a\x74\xff\xe1\x89\x7a\x9e\x8e\x06\xea\xcf\xfc\xde\x87\xf5\xe8\xc1\x08\x5e\x1e\xcc\xe7\x1f\xd6\xc7\xa3\x7b\xea\xe5\x78\x74\x0a\x2f\xa9\x7e\x81\x2f\xf7\x20\xdb\xbd\xfc\xf2\xfe\x87\xf5\x3d\x0a\x2f\xa7\xf3\x2c\xfb\xb0\x4e\x33\x78\xc9\x4f\xd2\xf9\xec\x10\xbf\x53\xc7\x02\xab\x7e\xe2\x22\x7f\xbc\xf0\x43\x6b\xb9\x6d\x71\xf8\xe1\xb3\x73\xd0\xbf\xd9\xd0\x8b\xe8\x7f\xfc\xf7\x08\x68\x74\xc9\x7f\x5c\xad\xa8\x78\x9c\x56\x34\x46\x5a\xab\xe7\x05\xff\x6c\x13\x36\x9b\xd7\xdc\xf9\xf5\xf7\xb6\xcb\x7b\xde\x62\xc1\x1e\x1c\xc4\x72\x58\xf1\xb5\xc8\xfc\x93\xe6\xc3\xe7\x48\x73\x19\xde\xa9\x35\x86\xab\xdc\x54\x96\x40\x8a\x27\xab\xe2\x81\xa8\x46\x01\x1d\xb8\x1b\xda\x02\x36\x89\x7a\x3d\x85\xa0\x34\x6a\xdd\x4e\xaf\x57\x95\x7c\xc4\xf1\x1b\x33\xf7\xc7\x7a\x8a\x8f\x1f\xa8\x25\xb8\xf7\xf0\x78\x00\x7f\x4e\x61\x25\xc6\xb0\x12\x97\x39\x3c\x61\x89\xb2\x31\x3c\x8f\xe0\x79\x0f\x9e\xf7\xe1\xa9\x96\xee\xc1\x58\xaf\xd6\x38\x55\xcf\x7b\x97\xf0\x72\x9f\xaa\xe7\xc9\x48\x3d\xf3\x07\x90\x94\x67\xf0\xa4\xf0\x42\x61\x9d\x29\x94\xa7\x0f\xe1\x99\xea\x0f\xaa\xd9\x93\xb1\x6a\xf0\xe4\x18\x2a\x3e\xb9\xa7\x2a\x3e\x49\xa1\x96\x93\x4b\x55\xe5\x09\x85\x56\x4e\xe6\xc7\x1f\xd6\xa3\x87\x63\xf8\xf2\x70\x7c\x0a\x4f\xf8\xf2\xf0\x08\xbe\x1c\xdd\xd7\x2f\x27\xf0\x3c\xd5\x2f\xaa\x81\x53\x3d\xfc\xd3\x91\x1a\xd2\xe9\xb1\xea\xd9\xe9\x3d\x18\xf7\xe9\xbd\x87\xf0\x84\x5c\xf7\x75\xd2\x7d\x35\xd8\xd3\x07\x90\xf7\x81\xaa\xf8\xf4\xa1\xea\xdf\xe9\x25\x94\xbb\x54\x43\x3d\xcd\x74\x56\x98\x9d\xd3\x0c\x4a\xe7\xaa\xd9\x53\x0a\xc5\xa8\x2a\x96\x8e\xc6\xf0\x54\x29\x29\x34\x9a\xde\x83\x94\x7b\x90\x72\xef\x04\x9e\x0f\xe1\x09\xc3\x48\xa1\x1b\xe9\x7d\xc8\x04\x93\x99\x9e\xe8\xdf\xaa\x47\x29\xf4\x22\x7d\x08\x85\xa1\x2f\xa9\xee\x45\x0a\xab\x93\xc2\xea\xa4\x19\xd4\x07\x3d\x4a\xa1\x2f\x29\xf4\xe5\x12\xfa\x72\x09\xbd\xb8\x3c\xa6\xf0\x54\x6b\x7d\xa9\xa7\xe1\xf2\xde\x3d\x78\xaa\x62\x97\xf7\x1f\xc0\x53\x55\x77\x09\xb3\x70\x09\xb3\x70\x09\x2d\x5f\xc2\xf8\x2f\xb3\x11\x3c\x21\x3f\x0c\x3c\x3b\x86\x95\xce\xee\x8d\xe0\xf9\x40\xbf\x3c\x84\x67\xaa\x5f\x54\xe6\x0c\x26\x37\x83\x26\x32\xa8\x3c\x83\xca\x33\x18\x50\x06\xf0\x97\x01\xe4\x65\x19\xe4\xc9\x20\x1d\x1a\xca\x72\x28\x9b\x43\x3a\x8c\x2d\x83\xb1\xe5\x30\x9e\x5c\x8f\x24\x87\x91\xe4\xd0\x58\x0e\x63\xc8\xa1\x99\x1c\x9a\xc9\xb3\x14\x9e\xaa\x99\x3c\x3f\x82\x02\x39\x14\x80\x5a\x73\x38\xa2\xe8\xf1\x18\x9e\xf7\x06\xf0\x47\x95\xa0\xf7\x4e\xe0\xe5\x9e\x6a\x89\x5e\xc2\xf7\x4b\xfd\xfd\xf2\x14\x9e\x97\xf0\x54\x9d\xa5\xd9\x43\xf8\x00\x7d\x9e\x8f\x1f\xc2\x53\x65\x9a\x1f\xdf\x87\xe7\x09\x3c\x21\xe5\x04\xfa\x3c\x3f\x51\xd5\xce\x1f\x02\x90\xce\x1f\xde\x83\xe7\x03\x78\x42\x5e\x7d\x58\xce\x4f\xf5\x0b\xc0\xf5\x1c\x9a\x9a\xab\x39\x1a\x8f\x8e\xf2\x81\xfa\x73\x3c\x82\xe7\x91\x7e\x39\x81\xe7\x29\x3c\x53\x78\xe6\xf0\xa4\xea\x79\xff\x21\x3c\xe1\xeb\x7d\x0a\x05\x1e\x40\x69\xe8\xd0\x78\x74\x72\x4f\x3d\xd5\x82\x8f\x47\x0f\xef\xc3\x13\x5a\x7a\x08\x75\x9c\xaa\xe7\xf1\xfd\xf9\x87\xf5\xf8\x64\x0c\xcd\x9d\x8c\x55\x81\x13\xdd\xf6\xc9\x31\xbc\xdc\x3f\x82\xe7\xb1\x7a\x9e\xc0\xef\x13\xf8\x7d\x79\x02\x99\xd4\x81\x33\x3e\x81\x01\x9c\x64\xa7\x90\x94\xc3\xf7\x5c\x7d\x78\x38\x52\x3b\x62\xfc\x70\x04\x2f\xa9\xea\xe8\xe9\x91\x9a\x86\xf1\xe9\xd1\x11\x3c\x4f\xe0\xa9\xc6\x71\x7a\x0c\x29\xc7\x50\xc9\xe9\xf1\xe5\x87\xf5\x38\x1d\x9f\xc0\x53\x7d\x4e\x15\xb0\x8d\xd3\xfb\x6a\x55\xc6\xa9\x3a\xa9\xc6\x29\x0c\x36\x55\x80\x31\x4e\x1f\xdc\x87\x0f\x0f\x32\xf5\x3c\x39\x86\x97\x13\xfd\xa2\x46\x78\x09\x67\xc7\xf8\x72\xa4\x3a\x77\x09\x43\xbb\x3c\x7e\x00\x49\x30\xaf\xb0\xa7\xc6\x97\x6a\x4f\x8f\x2f\x1f\x40\xaf\x2f\x61\xa0\x97\x0f\x47\xf0\x1c\xab\x67\x0a\x33\x73\x99\xde\x87\xe7\x43\x78\xaa\x41\x65\x47\x99\xfa\x90\x1d\x1f\xc3\xf3\x01\x3c\x55\xdf\xb3\x1c\x9a\xcd\xf2\x23\x78\xde\x83\x17\x3a\x82\xe7\x91\x7e\x79\x08\x4f\x35\x41\x79\x06\x99\x73\xaa\xca\xe7\x73\x00\x87\x5c\x5d\x9a\x47\xa3\x51\x06\xcf\x5c\x3d\xa1\xca\xa3\xd1\x7c\xf4\x61\x7d\x94\xd1\xb9\x7a\xc9\xe6\xe3\x0f\xeb\xa3\x9c\xc2\x97\x5c\xdf\xc0\x47\x29\x5c\xba\x47\xf0\x72\x7a\x0a\xcf\xf4\xc3\x3a\x7d\xf0\x40\x15\x49\x1f\xa8\xc5\x4c\x1f\xa8\x29\x4a\x1f\x9c\xe4\xea\xa9\x6a\x4c\x1f\xa8\xaa\xd2\x87\xea\xb8\x4b\x1f\x8e\x1e\xc0\xf3\x52\x3d\x8f\xee\xc3\x13\x52\xd4\x81\x99\x3e\x84\xe6\xd2\x87\x50\xe0\xf4\x48\x4d\x66\x7a\xaa\x0e\xea\xf4\x14\xf6\x59\x7a\x7a\x1f\xbe\xc0\x86\x48\x4f\x15\x18\xa6\xa7\x97\xc7\xf0\xd4\x99\xd5\xa6\x4b\xe1\x40\x4e\x53\x38\xe8\xd3\xf4\x88\xaa\xa7\xda\xba\x69\xaa\x00\x22\x4d\xd5\x76\x4b\x53\x35\xa7\x69\x7a\xef\x18\x9e\x50\x40\xdd\x29\x69\x7a\x79\x04\xc5\x2e\xef\xc1\xf3\x04\x9e\x0f\xe1\x09\x15\xa9\x93\x28\x4d\xd5\x4d\x98\x5e\xd2\xfb\xf0\x7c\x08\xcf\xfc\xc3\x3a\x37\x08\xc7\x5c\xcd\xd7\xfc\x72\x4c\x3f\xac\xe7\x1a\x21\x99\xd3\x91\x4a\xa2\x47\xfa\x45\x8d\x79\x3e\x3f\xa5\xf0\x9c\xcf\x0e\x1b\xa4\xe1\x71\x80\xa6\x83\x70\x57\x11\x92\x20\xe0\xbd\x20\x27\x0f\x1e\xf6\x7a\x6f\x1c\xb6\xe1\x89\xef\x79\x5b\x56\xb6\xc7\x61\xba\xf6\x51\x25\x20\xbc\x6f\x13\x76\x44\x80\x9d\x50\x6c\xc2\x42\x0d\xb3\xaa\x7a\x4f\xbf\x48\x52\xa2\x6d\x57\x49\x12\xb1\xbb\x1c\xb3\xbb\xa8\x04\x12\x79\xfc\x76\x14\x72\x71\x64\x10\xd1\x38\xa8\x4e\x82\x3d\xf3\xb6\x48\xe5\x6d\x88\xfb\x58\x8d\x1b\xd5\x94\x93\x23\xc8\x8b\xd1\xd9\x60\x20\x1d\x03\x50\xd7\x68\x64\x7f\xf0\x82\x76\x04\xea\xfe\x35\x44\xd3\xa0\xa1\xb0\x4b\xa8\x7e\xc4\xdb\xf3\x09\x2e\x73\x26\xfb\x8c\xd2\x76\x65\x6e\xd4\x90\xc0\x55\xfd\xd3\x32\x8f\xcb\xcd\x86\x6a\xb7\x78\x15\x95\x80\x68\xeb\x28\xe1\xac\xde\xe3\x8c\x27\x88\xa1\xeb\xcd\xb8\x6d\x40\xa1\xdc\xe5\x50\x8d\xfd\x3d\x37\x2b\xae\x3e\xc7\x7e\xe8\x59\x8b\x89\xff\x89\x37\xac\x79\x67\x94\xde\x78\x17\x3c\x18\x41\x98\x23\x7e\x4d\x55\x4f\x23\x05\x88\x69\x26\xc1\x9d\xbe\xfd\xa0\x7b\xec\x7f\x92\x08\x97\x9a\x8b\xf0\x44\x73\x11\x4a\x99\xb2\xb2\x6a\x31\x25\xd8\x3c\x3e\xf6\xed\xb2\x80\x49\x20\xfd\x2e\x1a\x1f\xfc\xaa\x6c\x13\x9d\xd3\xa6\xc4\x12\x75\x72\x0e\xde\x7f\xc7\x3b\xaa\x59\xf0\x4a\x22\x2c\x09\xa1\x8d\xdb\x4d\xad\x50\xd5\x6a\xc4\x43\xd5\x5f\xf1\xc0\x00\xdc\x4d\x73\x9a\x49\x76\x6d\xf7\xce\x19\xd8\xfd\x08\xce\xa5\xfd\xdb\xfa\x8e\x28\xd9\x95\xbe\x03\xe6\x9e\xfb\xbb\x3c\x88\x74\xfa\x8f\xcd\x87\x0f\x15\x8a\xfa\xd4\x84\x39\x55\x6f\x1f\x3e\x54\x7f\x8c\x50\x0d\x11\x3c\xc6\xe3\x5e\x2f\x0e\x63\x92\xa9\x45\x37\x55\xed\xee\xf8\xf6\x82\x07\x70\x64\xe9\xb1\x17\x6a\xc9\xc4\x52\x47\x0b\xda\xc5\x9d\x0e\x42\x07\x91\xe7\x3c\x96\x48\x87\xda\x31\x31\x86\x1b\x6d\x30\xcd\xc9\x2f\x8d\x15\x69\xe9\x47\x83\xa5\xfe\xb1\xe3\xe4\xd9\xa5\xb3\x26\x65\x93\x72\x3a\x9e\xf5\x59\x12\x41\x4c\xee\x67\xaa\x53\x69\x9e\x7f\x53\xaf\x3a\xba\x4f\x70\x3a\x0a\xa4\xb9\x92\xf6\x5b\x9f\xc4\xc2\x59\xa5\x4a\x7f\xf1\xff\xb5\xc5\x8d\xa0\x9e\x8e\xf4\x2e\x77\x22\x62\x5a\xce\x7a\xbd\x83\xe7\x1c\x8c\x9e\x6c\x18\x5a\x60\x76\xd9\x00\xb4\xbb\xc9\xf8\x1f\xb9\xd1\x0c\x08\x37\xf2\x15\x95\x66\xa9\xaa\xef\x6f\x1e\xbb\xa8\x06\xcd\x69\xf7\x2d\xd9\x63\x8f\xe3\x18\x21\x7c\xb7\x75\xc5\xb0\xc9\xdb\x29\x7b\x3d\x1a\x97\x86\xc3\xf9\x3d\x27\xc6\x0a\xf8\x07\x8e\xff\xc6\xf1\x3f\x79\x2b\x50\xbb\x8e\x23\x13\x1a\x0c\x53\x62\x63\x61\xdb\x41\x47\xb9\x48\xaf\xae\xd2\xcb\x82\x46\x8a\x4a\xdd\x6c\x20\xe1\x89\xe0\x2b\x78\xaf\x63\x4f\x97\xfb\x27\x1e\x68\x8f\xfe\xc0\x2d\xa3\xc3\x0b\x0d\xf4\x7f\xff\xf7\xff\x3d\x42\x1d\x38\xaa\xbd\x88\x33\x12\xef\xbb\x7d\xa2\x2f\x11\x9a\x21\x84\x47\x07\xc4\x3f\xff\x83\xb0\xdb\xbd\x5e\xfc\x03\x27\xd2\x8f\x17\x7e\x4e\xc6\xa0\xb8\xe5\xe5\xba\x38\xea\xf5\x0e\xf4\xa8\x1f\x22\x54\x6b\x00\xf9\x81\x4f\xda\x9d\x4b\xbc\x84\xff\xf1\x7f\x98\x50\x7b\x91\x31\x37\x4e\xba\xac\x04\xb7\xeb\x97\x05\xcf\x3e\x9d\x75\x4d\xf4\xf1\xf1\xea\xcb\x59\xd7\x04\x34\x37\x51\xf8\x06\xe3\xd5\x97\xc8\x8b\x2a\xbc\x2f\xea\x52\x14\xb0\xa4\xfe\xc0\x83\x40\xed\x7f\xb3\x06\xdd\xdd\xbf\x71\x63\xd4\x04\x53\xb7\x77\xb6\x1e\xfd\x5f\xff\xe7\xa3\x08\x29\xa0\x79\xc4\x21\x04\xc4\x18\x29\x28\xfb\x9e\xaf\xc1\xa3\xc6\x63\x88\x88\xfe\x16\xf8\x38\x3a\x18\xf4\x66\xa3\x36\xc4\x5c\x12\x22\x86\xc2\x8b\x09\x6f\x00\xa2\xd4\xf5\x8c\xf1\xd1\xfe\x7a\x5c\x0f\x49\xa9\xab\x18\x98\xaa\xce\x8f\xb5\x74\x94\xe3\x9f\xd5\xe6\x6f\x6c\x31\xc8\xf1\x01\x89\x3e\x94\x1f\xca\x4b\x6b\xc4\x70\xf8\xa1\x3c\xb4\x82\x80\x89\xcf\xd0\x09\xf5\x59\x81\xbb\xe8\x38\x8b\xf2\x9c\x94\x67\x8d\xf2\x5f\xc3\x89\x29\xd5\x05\x06\x3c\x5f\x06\x4e\x80\x42\x9e\x2f\x77\xea\x37\xd2\x84\xaa\xa2\x56\xf7\x8e\x0d\xc6\x68\xc2\x06\xe3\x84\x41\xc8\x07\xaf\x4a\x11\xa9\x0a\x0f\x48\x3a\x89\x8d\x6c\x83\x7b\xee\x63\x11\x96\x7d\x92\xf6\xc7\x28\x71\x5f\xd5\xcd\xc5\xfa\x63\x4f\x19\x78\xa7\x7f\x0d\x37\x7e\xf1\xa1\x9c\x6c\xd4\x2c\xd4\xf8\x2f\x9c\x7c\x66\x65\xce\x3f\x0f\x7d\xd7\x49\x93\x36\x4b\xae\xa9\x22\x60\xf1\x1d\x90\x90\xc3\xb7\x75\x69\x1c\x8c\xeb\xb0\x2f\xaa\x32\xa7\x48\xfb\xb9\xa4\xc2\x86\x6b\x6b\xea\x09\xf1\x1f\xaf\x4a\x6b\x68\x1e\x1f\x48\xd0\xfd\x82\x5b\xd9\xe2\xa8\xe8\x80\x50\xd4\xeb\x8d\x0e\x88\x1c\x66\x7c\xa9\x3e\x3e\x2d\xf3\x37\x9c\x95\xb2\x8a\x23\xe8\xed\x7b\xfe\xb4\xcc\x23\x90\xe1\xfc\x95\x93\x88\x97\x19\x5f\xdd\x44\xac\x8c\xff\xc4\x9b\xb3\x48\xdd\x00\x7f\xe2\xad\x2d\x64\xb2\xe2\x48\xf7\xe0\x2c\x42\x38\xb2\xa3\x6a\xb0\xdc\x3f\xf1\xa1\xce\x88\xf0\x9f\x79\x13\x26\xfe\xef\x1c\xff\x37\x05\x93\x9f\xe8\x8d\x3a\x72\x2b\x72\x7b\x9c\x44\x4f\x4b\xc0\x7d\x1e\x26\xd1\xf7\x69\xf6\xa9\x5a\xa5\x19\x8d\xf0\x69\x12\xbd\x4f\x2f\x23\x3c\x6e\x32\x8c\x1f\x24\xd1\xbb\x05\x9b\xcb\x08\x8f\x4f\x92\xe8\xb1\x14\x45\x84\xc7\x0f\x93\xe8\x51\xa1\x92\x4e\x93\xe8\x4d\xba\xae\x68\x84\x8f\x46\x49\xf4\x38\x5d\x55\x2f\x78\xf6\x29\xc2\x47\x27\x49\xf4\xb4\xca\x22\x7c\x7c\x94\x44\xef\x74\xed\xc7\xc7\x2a\xf3\x15\xfd\x71\x15\xe1\xe3\x7b\xfa\xf7\x13\xfe\xb9\x8c\xf0\xf1\x7d\xd5\x5e\x1e\xe1\xe3\x07\x49\xf4\x03\x5f\xaa\xcc\x27\x49\xf4\x82\xaa\x66\x8f\x1f\x26\x11\x14\x39\x4d\xa2\xb7\x6a\xab\x45\xf8\xde\x28\x89\x74\xc9\x7b\xaa\x1e\xc1\x4a\xf9\x2e\x13\xea\xf5\x7e\x12\x3d\x07\x9b\xa2\x08\xdf\x7b\x90\x44\x4f\xb4\xcf\x77\x7c\xff\x34\x89\xce\x22\xfc\x60\x9c\x44\x24\xc2\xa7\xe3\x24\x7a\xc9\xf3\x08\x9f\x1e\xd9\x1f\xc7\xe6\xc7\x78\xf4\x20\x89\xfe\xa8\xfe\x9e\x40\xd6\xf1\xe8\x34\x89\x06\x11\x1e\x8f\x47\x49\x34\x54\x7f\xc7\x49\x74\x18\xe1\xb1\x1a\xa0\xad\x7d\x7c\x72\xac\x33\x3d\x7c\x00\xcd\x8c\x1f\x9a\xc2\x0f\x1f\x26\x11\x56\x7f\x4d\x25\xa7\xa6\x92\x53\x53\x89\x6a\xff\x97\x08\x1f\xa9\x69\x9c\x46\xf8\x48\xcd\xe1\x87\x0f\xea\xc7\x38\x89\x66\xea\xef\x51\x12\xfd\xaf\x11\x7e\x70\x7c\xa4\xe6\x51\xcd\x82\xfa\x79\x6c\x47\xaf\x5e\xee\xd9\x79\x52\x2f\xf7\xdd\x14\x3d\x38\x3e\x3a\x39\x6a\xba\xa8\x5e\x8f\xed\xdc\xaa\x17\x3b\xe3\xea\xf7\x83\x66\x5d\xd4\xeb\x89\xbf\x34\x0f\x8e\x8f\x47\x47\x6e\x52\x3d\x04\x84\xa6\xc1\xd6\x2e\xe8\x35\x2d\xbe\x3b\x9a\xd0\xa1\xe4\x89\xb6\x27\xf5\xe4\xcc\xfb\xf2\x82\x2e\x9c\x2a\xe2\xc9\x7d\xd3\x46\x68\x00\x7a\xef\x8d\x8a\x20\x4d\x63\x39\x1d\xcd\x50\xe2\x49\x4f\xcb\xfd\xd9\x65\x1a\x83\x02\x27\x4a\x02\xab\x63\x4f\xf2\x9a\xfa\x28\xd9\x53\xad\xe3\x94\x01\x3d\x40\xfe\x55\x2a\x04\xb1\x3c\x00\x1f\xc4\x92\xbc\x67\x71\x89\x6c\xb0\x95\x37\xea\x05\x73\xc2\x26\x4c\x23\x89\x7a\x38\x65\x1a\x97\x28\x11\xf0\x1c\x39\x41\x86\x3a\x79\xb9\x47\xf4\xf2\xa0\x51\xdd\x05\x13\xff\xa4\x6c\xfa\x20\x4c\x92\x69\x4c\xbb\x4b\xd9\x6c\x46\x84\x34\x4d\x86\x3e\xee\xc1\x19\x47\x69\xa2\x62\x18\xb1\xe6\x87\x77\x87\x48\x1d\xee\xba\x81\xc6\xc4\x47\x0e\xb3\xc5\x39\xe1\xfa\x87\xd7\x53\xfd\x1d\xa7\x93\x51\xc2\xbd\xc3\xbc\x51\x51\x48\x5b\x0a\x33\xae\x2f\x6e\xd6\x41\xbb\x5c\x1c\x90\xb2\xd7\x93\xe7\x5e\xd1\xca\x0c\xfb\xef\x3c\xd4\x52\x10\x5f\x0b\x5a\x01\xce\xa9\xc1\xaf\x83\xec\xf5\xc0\x8b\x43\x23\x75\x6c\x3e\x12\x22\xb5\x8f\x07\x42\xa4\x87\x53\x08\x27\x7e\x55\xcd\x33\xdd\x57\x0c\x5a\xab\x7a\x0a\x27\xa6\xfc\x01\xb8\x89\xe8\xf5\xe2\xbf\x73\xe0\x2b\xa0\x64\xc7\x87\x12\x61\x81\x3a\x82\x94\xf5\x8e\xb9\x29\xd2\xd0\xdb\x75\xe9\x6c\xf8\xfb\x42\x51\x7e\x60\x7c\x64\x48\xba\x8b\x51\xaf\xf7\x98\x1b\x23\x0d\x7b\x1f\x4b\x84\x76\x61\xdf\xeb\xb4\x4d\xa7\x6b\x30\xf7\x1d\xe8\x74\xb3\x26\x93\x27\xae\xae\x52\xed\xd3\x31\x25\x6c\xca\x67\xb8\x22\xa6\x8f\xa9\x03\xd9\x81\x48\x54\x19\x13\xa0\xaa\xba\x48\x8d\x75\x78\x75\x9e\x36\x51\xaf\xba\xe0\x5e\xa1\x22\x24\x35\x7e\x36\xe0\xa7\xf7\x59\x35\x53\x21\x42\xf8\xa4\x4a\xc4\xc5\x88\x90\x18\x5a\xec\x13\x31\x43\xae\x29\x55\xc2\xb8\xde\x83\xbe\x7b\x79\x02\x7d\xe3\x8a\x40\x15\x4d\x1f\xa1\xd3\xaa\x34\x1e\x8c\xd5\xc2\x98\x77\xd0\x9f\x55\x09\x7e\xf0\xbf\xad\xb9\x52\x93\xef\x62\xd8\x9d\xb1\x9d\x13\xcf\x10\x3a\x43\xac\xef\xbc\x2c\x75\xd9\xf9\x68\xb3\x61\x17\xc1\xa9\x31\x01\xa5\x64\x56\xfb\xde\xdf\x1a\xda\x7b\x74\x46\xcf\xc7\xa3\x33\xda\xef\xa3\xff\xc6\xa7\xb4\x7f\xef\xe1\x8c\xc0\x8f\xd3\x07\x33\xa2\x95\x2d\x62\xa3\xb1\x4f\xc9\x83\xfb\x67\xf4\x9c\x9c\x36\xd9\x6d\x16\x18\xd3\x63\xc3\x3c\x6b\xf2\x8f\x55\xf6\xf1\x51\x53\xfb\x78\x3c\x36\xd5\xc3\x99\x3f\x23\xd1\xb3\xa8\x4f\x6b\x14\xeb\x03\x2a\x4f\xc9\x96\x53\x0d\x90\x9b\xed\x95\x53\x8e\x4e\xf4\xcb\xc3\x34\x9b\x1d\x62\x49\x0e\xa7\x95\xfc\xfc\x6a\x76\x88\x05\x39\x9c\xbe\x78\x2b\x66\x87\xb8\x54\xbf\x2e\xc7\xe5\xec\x10\x33\x72\x38\x55\x3f\xbc\xb0\xe1\x41\xf4\x06\x58\x38\x1b\x1a\x07\x36\xa7\x71\x04\x20\x39\x11\x75\x5b\xc0\x9b\x1a\xa5\x73\x4d\x8f\xa6\x9e\x2f\x2c\xa7\xdb\x8b\x0b\x62\x55\xab\xf1\x5a\xe1\xc5\x19\x19\x9d\x65\xe7\xc5\x59\xbf\x9f\xa1\xb5\xd1\x25\x20\x71\x45\x52\x9f\xf5\x98\x21\x74\x4e\x8e\xee\x9d\x4c\xa2\x4b\xfb\x4f\x56\xf2\x73\x75\x19\xfc\xab\x2a\x35\xd4\x57\xdf\x7d\xf7\xdd\x2b\xf8\x87\x5f\xe1\x57\x63\xf7\x4f\xa7\xbd\x7a\xb1\xf7\xdf\xb7\x7c\x37\x0d\x5d\xee\xfd\x87\x55\xf3\xd0\xbe\xae\xef\xbb\xef\xc6\x63\xf8\x39\x7e\x71\x57\xf5\x77\x34\xab\xbf\x47\x16\xc2\x2b\x94\x8c\xef\x1d\xdd\x3b\x27\x95\xda\xda\x64\x7c\xff\xe8\xde\x24\x7a\x1b\x25\xe3\xfb\xc7\x0f\x5c\xe2\xc9\xc9\xf1\x24\x12\xde\x3f\x2c\x5e\xbd\x5a\xc2\x3f\xf1\xef\xfc\x5b\x06\xff\x4c\x62\xe9\xfe\x7d\x57\x96\x2a\xd3\xbf\x55\xf5\x7f\xac\x2b\xf0\x0f\x46\xd6\x4c\xd0\x40\x4d\x05\x4a\xc6\x27\x27\x6e\x96\x8e\x8e\x8e\x46\x93\x48\x44\xc9\xc3\xf1\xe9\x91\x4d\x7c\x78\x34\x3a\x9e\x44\x9f\xa3\xe4\xe1\xd1\xe8\x1e\x21\xd5\x24\xba\x8c\x92\xe8\x45\x84\x3a\x19\x69\xc2\x59\xe6\x24\x7a\x11\x39\x08\xbd\x8d\x96\x11\x21\xf1\x35\x59\x4f\xb3\x19\x9a\xa8\x27\xc9\x93\x9c\x5c\xd7\x7e\x99\x45\xab\xcc\xd8\x2b\xd3\xeb\x45\x8a\x74\x5b\xe8\xb2\x51\x19\x25\x42\x6f\x97\x6b\x1d\x83\xf1\x1a\xc3\x77\x08\xa1\x08\x39\xde\x42\x60\x7d\x2e\xe2\x8c\x8c\x71\x4e\xd6\xd3\xd1\x4c\x55\x3d\x18\x9b\xca\xfb\x61\xe5\xaa\xad\xdc\xfc\x5d\x4f\xb3\xfe\x78\x66\x5a\x1a\x47\x0a\x81\x3d\x20\xd7\x9b\x4d\x7e\x60\x3e\x6d\x36\xd1\x38\x3a\x80\xfc\xa5\xfa\xbb\xd9\xe8\x46\x73\x84\xd5\x98\x74\xab\xcd\xfe\x54\xbb\x3b\xc2\x5e\x7b\x48\x57\xfd\x2a\x72\x9c\xf6\xe8\x3b\xd5\xf9\xe6\x3c\x9d\x93\xac\x3f\x3e\x9b\x9f\x17\xbd\x1e\x7c\x5a\x4f\xe7\xb3\xb3\x7e\x7f\x8e\xce\x6c\x8e\x15\xc9\x7a\xbd\xe8\x40\x77\x77\xa0\xfa\xa4\x73\x8f\x4d\xee\x09\xf4\xfc\x55\x84\x97\x24\x3b\x5b\x9e\xcf\xcf\xfa\xfd\x25\x5a\x4f\x97\x33\xb2\xea\x64\x64\x3e\x18\xd7\xb6\x9f\xb8\x35\xef\xd7\x10\xaa\x5a\x75\xb1\x13\xbd\x50\x73\x6e\x6a\xbd\x36\x33\xf2\x62\x6b\xee\xd1\xd6\x90\xc1\x4a\x5e\x87\x5a\x87\x01\xc3\xc0\xbc\x41\xb9\x8f\xf3\x19\xd2\xe3\x02\x65\x26\x02\x0d\xc6\xd9\x44\x8f\x09\xc0\x0a\x5f\x9a\xd4\xf9\x79\x31\x51\x05\x34\xb0\xa9\x0a\x57\xe4\x6a\xb3\xb9\x9c\xa8\x1e\x45\x6f\xef\x18\x29\xb8\x4a\xc0\x1f\x41\xf3\xd9\xeb\x28\x28\xfe\x06\xbd\x54\x19\x3f\x93\x0c\x72\xf5\xfb\x99\xca\xd5\xeb\xf9\x59\x60\x70\x67\x1f\x1b\xd7\xce\x3c\x1e\xe1\xcf\x38\xf3\x2d\xd4\x9e\x92\x0c\x7f\x21\x1f\xad\x8b\xa0\xa0\xae\xe8\x45\x04\x40\x34\xd3\x15\xa9\x6f\x4b\xf2\xf4\x6c\x79\x9e\x41\x6f\x98\x6d\x6a\xa9\x7a\xf3\xf4\x7c\xd9\xeb\x7d\xb4\x0a\xc9\x5f\xf0\x08\xeb\x16\xc7\xf8\x29\x5e\x1a\x54\xfc\x35\x59\x9a\x16\x96\xaa\x16\xc0\x0f\x5d\x15\x30\x13\x67\x3b\x6a\x38\xc2\xaf\x55\x0d\xf8\x29\x59\x42\xbf\xfb\xfd\x65\xe7\xa9\x2a\xbd\xa7\x35\x35\x3e\x73\x6b\x8d\x09\xf9\xe8\x70\xde\x5e\x2f\xbe\x21\xa9\xb3\xcb\xf9\x50\xf5\xb5\xee\x20\xe4\x80\x7b\xef\xa6\xe1\x21\xe3\x8f\xc3\x75\xa9\xed\xe1\xec\xcc\x8d\xb0\xf7\x1d\x21\x84\xc7\x10\xd1\xf2\x23\xda\x55\xfd\x87\xaa\xaf\xad\x7d\x62\x9d\x45\xf2\x41\xab\xfa\x60\x55\x8a\x81\xff\xb1\x50\xb5\x1f\x85\x7d\x6f\xf7\x67\x8c\xe1\xab\xe4\xf6\x2f\x42\xb8\xc9\x7f\x10\xf6\x2c\x68\xad\xc9\x85\x0b\xd5\x14\xfe\x58\xd7\x0d\xab\xec\xf5\xf0\x9a\x8a\x8a\xf1\x92\x44\xf7\x87\xe3\xfb\xc3\xa3\x08\xbf\xae\x11\xc2\x3e\x53\x26\xe2\xa0\xde\xe6\xb9\xa2\xff\xb2\xe2\x42\x56\xbd\xde\xd6\x97\x25\xcf\xd7\x05\x9d\xd0\x58\xd0\x7f\xae\x99\xa0\x71\x34\x1c\x1e\x0e\x87\x87\x05\xbb\x3c\x6c\x94\x89\x23\x84\x92\x1d\x0c\x92\x9c\xce\x81\xfe\xd1\x7f\x87\xe9\x32\x9f\xe8\x9f\xf1\x74\x77\x35\x33\x4c\x51\x42\xe3\x86\xef\x8c\xea\x30\xf6\x46\xb4\xae\x68\xb7\x92\x82\x65\x32\x32\x4c\x4b\x8f\xa3\x3d\x28\x58\x29\x4d\x44\xe7\x2a\x6a\xf0\x25\x61\x34\x7e\x9d\x58\x07\xfc\x91\xb9\xb7\x50\x12\xe8\xeb\x14\xc7\x52\x6b\xb2\x6a\xfc\xbe\x71\x8a\xb6\x43\xd8\xd6\x0a\x39\xad\xf9\xdc\x0d\xe9\x1b\x4b\x43\xa6\xf8\xc2\x25\x47\xa1\xf3\x79\xc3\xed\xc7\x11\x68\xf9\x82\x56\x2f\x66\xa8\x53\x1a\x79\xab\xe4\x2b\x9f\xf4\x94\xc3\x0c\x18\xa5\x3f\x0f\xca\x80\x15\x3d\xb8\x8f\xfa\xd1\xea\x4b\x84\x6d\x39\xe0\xc0\xda\xdc\x7f\xef\xdf\x87\xaf\x9e\x2c\xcf\x09\x5a\xb6\x26\x52\x72\x5e\x48\xb6\x52\x55\xf9\xa2\x4e\x31\xcc\x0a\x5e\x52\x60\x0a\x1f\x8c\x10\xc2\xa1\xe0\xc1\xcf\x5a\x82\x43\x91\x72\xdf\xd8\xb0\x9a\x16\xe3\x05\xcb\x76\x97\xaf\xd2\x8c\xc9\x1b\x70\x54\x15\xa4\x90\x31\xc2\x65\xad\x56\xc4\x9b\xd7\xd4\x60\xdc\xb2\xa3\x27\x91\x99\x16\xf8\x5a\x46\x38\x85\x80\xf6\x71\x2c\x1b\xdf\x01\x7a\xf1\x9d\xd3\xc7\x56\x93\xda\x78\xbd\xd5\xec\xc8\xb7\x37\xf0\xc9\x11\x95\xbb\x46\xf8\xc1\x08\xa2\x64\x6a\x3f\xc4\xc6\x69\x79\x45\xe5\xf3\x52\x52\x71\x9d\x16\x41\x11\x36\x8f\x39\x6a\xc8\x18\x76\x76\x46\x49\x20\x76\x05\x83\x95\x5e\x6f\x3c\x26\x84\xfa\x32\x4b\x95\x4d\xcb\x2c\x29\x09\x05\x3d\x36\x54\xb2\xb6\x24\xbd\x4d\x63\xdf\x93\x93\x73\xda\xda\x05\x1d\x6f\xd7\xa7\x4a\x75\xfc\xde\x08\xc2\x64\xf1\xb2\x3d\x6b\x1e\xc7\x26\x20\x34\xb4\x3d\xab\x73\x5c\x60\x8c\xcf\x1d\xb5\xa1\xa7\xc8\x73\x2d\xb0\x48\xab\x3f\x81\x5b\x5a\x1b\x1a\x8a\x97\xe0\xf3\xf2\xf5\x35\xf5\x34\x2b\x65\x2b\xae\x6f\x63\x33\x67\xcd\xb1\xa4\x67\x8e\x05\xe3\x3c\xfc\x70\xb9\x6b\xd3\x0f\x8c\x62\xa6\xf0\x82\x7e\xdb\xe9\x69\xac\x23\xc5\x3e\x61\x03\xe6\x24\x66\xb0\x5d\xfa\xcc\xc8\x2b\x0e\x8f\x70\x4a\xc0\x73\xd8\xaa\xcf\x86\x97\x5c\x4a\xbe\x54\x89\x05\x08\x8c\x9c\x13\xce\x98\x0e\x33\xce\x45\x5e\x29\x62\x32\xbe\x55\x55\x24\x1c\x4b\xbe\x4a\xd2\x1a\x47\x7a\xe7\x45\x08\x05\xc4\x54\xc3\x7f\x31\x58\x50\x4e\x8a\x69\x36\x1b\x7e\xfc\x98\x96\x25\x97\x60\x39\xd7\xc9\x7b\x3d\x43\x6f\xe5\xa8\x5e\x3b\xfb\xfb\x7d\xae\xd2\x76\x4f\x19\xde\x52\x35\xb0\x3c\xf8\x67\x22\xbd\xd2\xcc\x74\xe3\xdc\x9f\xee\xf0\xea\x4f\xa7\x7c\xd6\x09\xf5\x2f\x2a\x45\x37\xd6\x10\xe4\x11\xab\x23\x7a\x0d\x51\x39\x4c\x58\x4f\x58\xe9\xcf\x29\x93\xac\xbc\x7a\xc6\x05\x19\x05\x81\x9c\x1b\x81\x2c\xc4\x67\x1e\xaa\xc5\xeb\x88\x06\x54\xc0\x1a\x4e\xc1\xaa\x7e\x8d\x65\x3b\x08\xa7\x35\xab\x0e\x02\x51\x99\xb4\x69\x39\xb3\xfe\x65\x3b\xad\x7c\x7e\x37\x52\xb0\xf3\x02\x2f\x50\x7a\x88\x77\x1e\xe2\xb8\x22\xa9\xbd\x5c\xd3\xbb\x8e\x4b\x7d\xef\x0c\xa2\xbe\xc0\x4c\x1d\x3b\x8a\x3e\xbe\x43\x09\x26\x6c\x05\xa1\x6f\xa8\x7a\xb9\x56\xe7\x71\x41\x23\x90\x59\x82\xd3\x40\x5e\xc6\x95\xdd\xbd\xd7\x54\xb4\x1c\x4b\x6b\xcd\x90\x4a\x3b\x51\xf6\x98\x83\xbe\xa9\x4f\x45\xaf\xa9\x60\xf2\xa6\xa3\x75\xd3\x23\xaa\x2f\x74\xe3\x8f\xf2\xee\xfb\xcd\x49\x20\xef\xea\x3b\xad\xaa\xf4\x8a\x0e\xc0\x58\xee\x9b\xb4\x82\xe8\xd0\x94\x41\x81\xfc\xb2\xf0\x9d\x91\x36\xd0\x63\xcf\x21\x5c\x12\x61\x7f\x6f\x36\x02\x9b\x9d\xfe\xc8\xed\xa6\x4a\x6d\x8b\x2b\x75\x4f\x16\x2b\xf0\x08\xfb\x86\x57\x0a\x2d\x44\x38\x52\xf5\x44\xa8\xa3\x96\x4d\x0c\xd3\xea\xa6\xcc\x36\x1b\xa6\x7f\x4c\xfc\x5b\xdf\x63\x74\x79\x3d\xc0\x1c\xbc\x2a\x34\x30\x1f\xde\x4f\x9c\x0c\xc6\x18\xe4\xc5\xb1\x8b\x73\x9c\xa2\x5a\xaa\xb5\xf3\x12\xb0\x88\xa1\x7b\x60\xcb\x1a\x07\xce\x07\x54\xb3\x5b\x15\x60\xbf\x45\x6d\x81\x52\xf6\x7a\xc2\x77\x31\x48\xc1\x9d\x64\x89\xf0\x1a\x50\x16\x75\xe8\x97\x6a\x8f\xc2\xc6\x2d\x51\xa2\x92\x59\xd8\xaa\xfa\xee\x5b\xc9\xad\x21\xea\xf9\x2d\xb7\xec\x31\x63\xd5\x07\x27\xa0\x37\x03\x6b\x52\xb8\x75\xc8\xc8\x6e\x21\x2b\xf8\x25\xde\x32\x06\x71\xac\x6d\xeb\xcd\xd1\x1a\x4a\x9f\xc5\x72\xca\x66\x60\xf3\xc0\x7c\xcb\xd2\xd2\xf3\x16\x1c\x0b\x45\x04\x8f\xce\xf2\xf3\xac\xa9\x33\xd7\x75\x2e\xc0\x0e\x5f\xdd\x17\x0b\x9f\xd4\x85\xeb\x69\x45\x0a\xff\xc8\xf9\xfa\xf1\xb8\x24\xa3\xb3\xe5\xf9\xa2\x69\x64\x69\x49\xd7\xc5\x74\x39\xc3\x57\xe4\xba\xd9\x47\x57\x9b\x4d\x7c\xe5\xf6\x11\x66\xe4\x0a\xcf\xed\x2b\x21\x71\x49\xe6\x68\x52\x26\x0c\xaf\x87\x73\x2e\x96\xa9\x07\xa1\x8a\xda\x20\xdb\xc9\xf1\x35\x42\x38\xe8\xf0\xaa\x75\x1c\xab\x0c\xd7\xc0\x37\x2f\xec\xb1\x67\xbc\x7a\x59\x2f\xdb\xf1\xb5\xe6\xe0\xaa\x5c\xf8\xd6\x6d\xd7\x64\xe7\x51\x33\x88\xfa\x57\xd8\xbf\x88\x92\xeb\x1a\xa1\xba\x08\x8f\xe9\x8a\x4a\xfd\xf2\x12\x4e\xa7\x38\xc7\x12\xa7\xf1\x0a\xcf\xf1\xc2\x39\x7f\xc1\x0e\x2c\x86\x06\x9b\xac\x10\xaa\xeb\xf5\x90\x97\xda\x9f\xf8\x0b\x56\x2a\x10\x56\xf7\x5c\x2b\x29\x16\x38\xc3\x3e\x36\x9e\x05\xa7\x56\x73\x7b\xc8\x5e\x2f\x0e\x4d\xd8\x2c\x2e\xa2\x90\x39\x8b\x96\xec\x41\xe2\x0a\x85\xf0\xab\x7c\xb6\x9b\xb9\x76\x9f\x73\x5f\x61\x75\x35\x58\x9d\xb3\xd2\x38\xc0\x8b\xf5\x39\x81\x0f\xc6\xe1\xe6\xc4\x9a\xa7\x9a\x82\x73\x7b\x3a\x7c\x5e\x32\xd5\x25\xae\x80\x13\xa2\x05\x89\x1d\xa7\x15\xbc\xbc\x2e\x1f\xc3\x76\xee\xf5\x44\xb8\xbb\x33\xc0\x9b\xe7\xf3\x18\x8e\x30\x70\xd1\x47\x85\x93\x7c\x07\xe7\x7d\x58\x79\x83\x60\x21\x1c\xcc\x49\x90\xcd\x4d\x8f\x71\x52\xe1\x7f\x44\xbe\x2f\x89\x4a\x9f\xa1\x76\xf8\x3a\xc8\x40\x15\x29\x4c\xe6\x60\x6c\x76\x5e\xe5\xef\xbc\x6a\x9a\xcf\xb4\x09\xfb\x1a\xfc\x45\xe8\x8d\xe8\xd7\x0f\x76\x53\x2c\x16\x38\x9e\x93\x12\x79\x87\xd5\x33\x33\xa3\x93\xdb\xf0\xd4\x4e\xe6\x75\x12\xcf\x7b\xbd\x83\xd1\x01\x21\xf3\xcd\x26\x9e\x83\xfd\xd4\x1c\xe1\xb5\x89\xc6\xb4\xd8\x3f\xa9\x65\x30\xa7\xa3\x03\x2f\xaf\x85\x47\x73\x8b\x7e\x7d\xa6\x17\xe1\xf4\x16\xb1\xd0\xe8\xfe\x1c\x1c\x59\x1b\x48\x81\x00\x33\x15\xcc\xd6\x8a\x0a\xb5\x93\x5f\x00\xcc\xc4\x6d\xeb\xdd\x66\x46\x7a\x3d\x1d\x68\x15\x99\x68\x07\xff\x05\x29\x75\x45\x62\x5f\xb1\x4a\x52\x61\x2e\x5f\xb3\x93\xa2\x5f\x2b\x5e\xee\x0c\xa3\x30\x9d\x75\xd4\x37\x00\xd7\x55\x2a\x2a\x0a\xee\x23\x7d\x12\xbc\x09\xee\x30\x2c\x78\xd6\x11\xbe\xbb\x17\x7d\xb7\x33\xad\xd4\xf5\x11\x94\xaa\xc6\xd8\xbe\x66\x60\xf1\x09\xee\xca\x6c\xbe\x22\xf5\xb3\xc1\x9b\xcd\x65\x50\x91\x44\xd6\xa8\x06\xd5\xd9\xb0\x5b\x8a\x06\xd4\x1a\x2b\xa5\x53\x58\xe9\x8a\xff\x1f\xae\xe4\x4d\xba\x2c\xf6\xad\xa4\x9e\x36\x95\x63\x58\xf0\x34\x6f\xe6\x8c\xd9\xeb\x5f\x47\x02\xd8\xb5\x88\xa5\xf1\x9a\x32\xdc\x5a\xb6\xad\x2f\x76\xa9\x98\xc5\x1f\x6b\xf4\x3f\x79\x45\x70\x94\xfd\x5a\x45\xbf\xd7\xba\x04\x93\x09\x1a\x65\xe9\x32\x87\xc0\x5a\xc1\x7a\xe1\x68\x55\xa4\xac\x8c\xc2\x75\xc3\x10\xd1\x7b\xc9\x73\xfa\xe3\xdb\x17\xa0\xe5\x6a\x7e\x13\xd5\x9c\xfa\x7d\xf8\xdd\xab\xc3\xef\x5e\x0d\x55\x87\x0d\xb2\x7f\xeb\xe9\x9b\x04\x5c\x2e\x5d\xb8\x02\x2f\xd3\x54\x21\x1e\xb4\xcc\x18\x05\x39\x75\x23\x78\x57\x54\x57\x43\x66\x4f\x67\x86\xa6\x2c\x7d\x3d\x7e\x53\xd1\x96\x6d\xeb\x94\xcf\x90\x42\xb9\x35\x86\x07\xea\xfd\x20\x70\xb7\xdc\x5a\xaf\x09\x4d\xb2\xed\xe4\x18\xec\xb0\x66\x1d\x11\x32\x18\x28\x74\x25\x46\x75\x1d\x0b\xcc\x02\x33\x73\x1b\xd2\x2e\xe8\xa1\x59\xe3\x97\x8a\x14\x01\x41\x7e\xaa\x10\x01\x2f\xb5\x69\xdc\x7a\x12\xb6\x06\x10\x07\x76\xb5\x99\x09\x10\x58\xa6\x4b\x6a\x1d\xb6\x6f\x8d\xda\x0b\xc7\x1d\xdb\x68\x73\x62\x7f\x26\xf0\xcd\x61\x14\x00\xcd\x2c\xb8\x45\xb5\xe1\xff\x62\xb5\xa8\x57\x58\xdb\x91\x1b\xb8\x00\x15\x0d\x7d\x9b\xef\xa3\xe6\xaa\x4c\xb0\x95\xa2\x80\xaa\x61\x25\x32\x92\x76\xb4\xa3\x25\x97\x3d\x50\x26\x7e\x9f\x5e\x69\x55\x62\x5b\x6a\x3a\x9a\xe1\x35\x11\x80\xa6\xf3\x59\xc7\x12\xa5\x6a\xab\x87\x17\x9f\x1a\xe6\x7e\x81\xfe\xba\x59\x06\x8a\xd6\x53\x3a\x8b\xed\x8d\x58\xf8\xcc\x5a\xed\xc3\xfa\x7b\x3a\xe7\x82\xc6\x15\x2e\xb4\x30\x04\x36\x1e\x21\x72\xe2\xb6\x68\x8a\x30\x8f\xd5\x19\xa9\x36\x0d\xe0\x24\xe6\xcb\xaf\x55\x3c\x4d\x67\x98\x83\x6b\x87\x74\x2d\xf9\x0b\x9e\xe6\xe1\xba\xea\x78\x23\xbb\x57\x4d\xa0\xcd\x26\x04\x12\x11\xde\xee\x0a\x31\xb6\x18\x93\xaa\x21\xc2\xd2\x47\xa2\x20\x09\xc6\x55\xff\x17\xbd\x23\x1a\x3d\x34\x67\xca\xb1\x6d\xeb\x2e\xd1\xb6\x6f\xe8\x1f\x4b\xdd\x8d\xbc\x0b\xd8\x51\x37\xea\x4b\xed\x10\xba\x62\xcb\x55\x41\xbb\x7a\xea\x6a\x9f\xaf\xef\xea\x37\xbb\xe4\x30\x9e\x24\xe8\xd0\x9c\x67\x51\xe4\xcc\x2a\x7c\xb2\x58\xdb\x51\x4c\x62\x3a\x64\xe0\x04\xe5\x71\x5a\x69\x4a\x39\x62\x11\xc2\x54\x51\x17\x60\x7f\x8d\x12\xda\x28\x93\x60\xcf\x02\x23\x06\x23\x7d\x39\x89\xa2\x24\xfa\x47\x84\xc0\x0a\x03\xac\x31\x50\x84\x45\x20\x3f\xa0\x0a\x4d\x89\xe9\xb0\xa4\x5f\xc0\xaf\x94\xda\xbe\xa8\xd7\x93\x10\xd2\x31\x48\xc4\x26\x8a\xe7\x15\xfd\x42\x04\x38\x2d\xba\xa2\x5f\x90\x55\xe4\xf8\x44\x43\xb7\x5b\xdb\x7e\x03\xbd\x53\xa8\x01\x9f\x46\xc2\xe0\xce\x87\x0f\xc3\xc3\x2b\x1c\xf8\x75\xdf\x45\x99\x8b\x7e\x1f\x79\x7e\x03\x7b\x3d\xd0\xe1\xda\xae\xc4\xd3\xa0\x02\x13\xf8\x4f\xb4\x34\x7d\xce\x53\x99\x12\xda\x62\x25\x6f\x3b\xdc\xb1\xfa\x5b\xe5\x70\xa5\x03\x33\x36\x58\x9d\x49\xb0\x5e\x2d\x6d\x4b\x23\xe2\x7d\xb3\x1c\xd1\xa6\xbc\x89\x07\x28\x86\x2b\x5e\xf5\xc3\x70\x2f\x98\xe9\x1e\xd6\xda\xf7\x3b\xcf\xd2\xc2\xfa\x81\x57\xbf\x87\xb4\xcc\x15\xd1\xa0\x25\x80\x5e\x22\xb2\x02\x20\x2f\xed\xbd\xaa\x48\x47\xef\x71\x4e\xc0\xf4\x57\x9b\xeb\x9d\x02\x61\xcd\x6e\xe0\x5a\x2c\xd0\x69\x6a\x50\x90\xac\x3b\xa3\x66\xc0\x2b\x80\x5a\xb5\xa9\xb6\xde\x65\x69\xd9\xeb\xc5\x15\x69\xa5\x19\xbb\x9a\x61\xb6\x16\x02\xc8\x15\x90\x57\xc2\xc8\x35\xc9\x25\x64\xbf\x32\x36\x33\x98\xd7\x8d\xf3\x44\x3a\x2d\x35\xfd\xa1\xce\xed\xd1\xd9\xba\xe1\x46\xaf\x2d\xdf\x37\x23\xc5\x74\x3d\xc3\x39\x89\x0f\x32\x58\xcb\x61\xc5\x8b\xcd\x46\xa8\x3f\x31\x42\xcd\x3c\x65\x06\x52\x15\x00\xe6\x30\x9d\x26\xbf\x82\xee\x89\x69\x87\x78\x69\x89\xf9\xad\x80\x6b\x12\x83\x94\x27\xcd\x3e\x6d\x36\xf6\x97\xcf\xea\xd1\xa5\x11\x6e\x55\x03\x1b\xc6\xd5\xc3\x57\xbd\x9e\x29\xeb\x7e\xf8\x80\xa1\x8b\xda\x0f\xe0\x64\x16\x61\x53\x78\x09\xf2\xa0\x14\xe4\x7c\x5e\x12\xce\x2c\x2c\x9b\x44\x35\x89\x8a\x52\x2b\xcd\x2f\xe3\xe4\xcc\xbc\x19\x37\x77\x7d\x69\xde\x7f\x2c\x99\x74\x45\x73\xda\x2e\x0a\x6e\x6e\x2d\x63\xfa\xe2\x08\x7c\xb0\x1b\xe0\x35\x4a\x03\x9a\x6c\x3e\x3a\x5b\x9c\x3b\x3e\xf7\xa2\xdf\x47\xf9\x74\x31\x53\x15\x59\xe8\xd7\xc8\x32\x38\xb3\x54\x9f\x30\xf4\x39\x31\x7d\x9f\x82\xdb\x16\x8f\x47\x7b\x99\x66\x9f\x7e\x5c\xc5\x79\x23\xa8\x1e\xc4\xf9\x74\x3c\x9b\xa8\x87\x49\x49\x46\x30\x37\xba\x82\xd1\xcc\xa2\xcf\x26\xa5\xd7\x33\x3f\x20\xf0\xf1\xa4\xc9\x67\xdb\x6c\x14\x35\x61\xa9\x63\x2d\xdc\xab\xeb\x50\x73\x4d\x4b\xb9\x48\xe3\xff\x45\x7b\xa4\x3c\xa0\x9b\x8d\xbd\xe7\x1c\x22\x45\x37\x9b\x03\xb9\x23\xbd\x65\x4b\x22\x3c\xcd\x9e\x72\xbf\xcf\x8b\x12\xe9\xa3\x73\xa7\x73\x95\x03\xae\x9d\xc8\xc8\x30\x44\xa4\xe8\xf7\xeb\xd0\x87\x0b\xda\x51\xbc\xd7\x13\x83\x81\x77\x44\x89\x50\xdc\x50\x62\x86\x6d\x14\x09\xad\x45\xbb\xa2\xa2\x02\xb7\x73\x8d\xdd\x6b\x01\x07\x9b\x4d\x86\xe3\xa0\x3a\x2b\x7a\xbd\x83\xea\xac\x20\x05\xcc\x28\x8a\xd9\xb0\x5a\xd1\x6c\xc2\xcd\x0f\x5c\xc0\x1f\xa4\x88\x1e\x85\xc2\x10\x7d\xb6\x20\x38\x2f\x0a\x8d\x27\xae\x49\x35\xd1\xf1\x1c\x4c\x2e\x75\xe9\x98\x38\x28\xb1\xc4\xba\x22\x84\x33\xc8\x06\xbb\x25\xa1\xfa\xf8\x80\x3e\xc4\x6b\xd4\xf1\xfb\xab\x3a\x64\x4e\xdc\xb0\xaf\xe4\x16\xda\x58\x63\x55\x5f\x62\xfa\xa7\xeb\xcb\x30\x6c\xfd\xed\x32\x3a\x64\x50\x73\x5e\x66\xf6\xd5\x55\x46\xcb\x3c\x61\xe6\x6c\x8e\xe1\x07\xc2\xe6\x00\xb4\xe9\xc0\x05\x62\x3a\x4c\xe1\x53\x2f\x23\xf8\xe0\xb3\x87\x75\x92\xf6\x7a\xa9\x06\xdc\x74\x9a\x36\x9e\x8d\x92\xb4\xf6\x25\x23\x3b\xc3\x49\x06\x31\x43\x54\xef\xc0\x29\x61\x73\x92\xeb\x9d\x8d\x5a\x47\xb7\xf7\x29\xf6\x07\xe9\x42\x4b\x6b\x31\xb4\x3d\x18\x36\x1b\x93\x49\x1d\xb3\x39\x2f\xe5\x73\x48\xd6\xf3\xb4\x5f\xe8\xb7\x65\xc1\xc7\xe6\xb1\x04\xf7\x4a\xbe\x71\xab\x3d\x07\xf1\x76\xd5\xe8\x62\x30\x6e\x10\x85\x37\x69\x55\x19\xea\xc2\x9d\x58\x2e\x0e\x65\x45\xa4\xbb\x3a\x3a\x34\x01\x25\xdf\xb3\xa6\x33\xda\x2d\xaf\x63\x08\x16\xf6\x32\x59\x93\xca\x38\xe5\x5d\x87\x67\x22\x2c\x5c\x90\xf6\x7c\xfe\x82\x95\xda\x68\xd8\x5e\x44\x6b\x7d\xc3\xe8\xdb\x4e\x53\x36\x59\xaf\x97\x4d\x47\x33\x74\x9b\x0e\x06\x38\x5e\x1b\x4c\x6a\x6d\xd1\xab\x58\xf5\x33\x4c\x9d\x21\xcc\x5c\x60\xd2\xcc\xb7\x35\xf5\x22\x2e\xd4\xb5\x16\x9d\x5b\x69\xdf\xf9\x68\x32\x4a\xec\x2c\x4c\xd3\x59\xed\x18\xc2\xef\x00\x21\xdd\x49\x34\xe8\x0c\x66\x6f\x05\x24\x7c\x63\x54\xe5\x4a\xc7\x26\x6a\xa6\x22\x45\xaa\x1d\x75\x0a\x05\x76\x32\xe6\x38\x82\xfd\x18\x59\xc2\xef\xb6\xc6\x05\xe1\xc3\x25\x95\xe9\x66\x73\x5b\x03\x3f\xd6\x1d\x80\x99\x3a\xa5\xb8\x82\x83\xec\x80\x14\xbd\x1e\x6f\x1f\x57\x19\x6a\x3c\x1e\x93\x74\x9a\xcd\x14\x06\xb8\x20\x7c\x9a\xcd\xf0\x9c\x8c\xce\xe6\x8d\xa4\x63\x6e\xd7\x70\x45\x16\xd3\xf9\xac\x93\x37\x9a\x48\x65\xbc\xc2\x1c\x21\x1c\xaf\x1c\x00\xaf\xcc\x2a\x22\xcb\x00\x06\xc4\x67\x49\x6e\x9b\xd3\x64\x47\xd8\x64\x7d\x44\x98\x11\x62\x73\xb9\x81\x57\x6a\x0c\xfb\xc1\xfb\xa9\xab\xd0\xbe\x19\xa1\xcd\x64\x3d\x99\xce\x12\x7d\xcb\x40\x5c\xbb\x56\x23\x4d\xb4\x02\xdd\x8a\x91\xdb\xb9\x56\xa4\xbd\x4c\x4d\x53\x52\x6f\xc1\x7d\xad\x49\x87\x09\xd8\x5f\x2e\x66\x72\xdd\x91\xde\x1e\x07\x44\xcc\x3b\xd7\xe8\xd0\x75\x2e\x96\xde\xf9\x80\xfd\x42\x48\x6b\x9f\x00\x22\xa3\x39\xf6\xd9\x27\x62\x52\x5c\x3b\xbe\x40\x5c\x6e\xdf\x17\x3a\x10\x0b\xdc\x15\x62\xdf\x09\x5d\xea\xa6\xe1\x98\x2e\xfd\x63\xda\x22\x4b\xc4\xef\xd5\xc4\x1f\x48\xe2\x0f\xc4\xd4\xd3\xa0\x69\xea\x8c\xdf\x6e\xb5\x6e\x9c\xb2\x19\x14\x85\xc5\x29\xb8\x34\x28\x4b\x2a\xc2\x68\x5c\x81\xdd\x92\x3e\x69\x75\x9f\xa9\x3f\x69\xf6\x92\x6a\xfa\x55\xd7\x76\x89\xaa\x38\xc5\x05\xaa\xd5\x31\x51\x38\x30\xbf\x56\x5b\xa2\x40\x45\x7b\x27\x80\x52\xe9\x72\x7a\x3d\x23\xc5\xf4\xba\xb1\xc6\x5e\xfe\x57\x25\xcd\xe9\xd0\xea\x10\x7c\x61\xe5\x55\xeb\xfc\xb2\x5b\xe5\x5b\x7d\xc7\x05\x74\x6e\x63\x8a\xb3\xc3\x1b\xc8\x96\x1d\x2d\xf8\xcd\xb5\xd7\x65\xaf\xc7\x2e\x06\xe3\x09\xeb\xdb\x9b\x26\xd1\x5e\x7d\x39\x91\x86\xc4\x99\x58\xab\x5a\x81\x92\x86\x44\xe2\x13\x1b\x82\x5a\xf4\xe3\x72\xe2\xc5\xa1\x4e\x46\x28\x19\x8c\xeb\xe6\x7c\xd9\x7f\xf8\xf0\xb5\xa4\x22\xc4\x77\xa4\x81\x4c\x70\x50\xea\xf6\x7f\x49\xc5\x1d\xe7\x8c\xd8\xaa\xd0\xdb\xef\x58\x0c\x21\x35\xac\x57\x51\x0f\xee\xcd\x34\x10\xa4\x81\x2e\x8c\xab\x25\xf8\xa4\xb7\x81\x49\x42\xb5\xdd\x57\x5b\x8c\x49\xee\x17\x6a\x02\xe3\x78\x89\x9d\xb5\xba\x16\x61\xc5\x00\x09\x4f\x87\x59\xc1\x2b\xda\xeb\x31\x43\xea\xd9\xc9\xf6\x0b\xd9\x2a\x3c\x65\x2f\x4d\xcc\x5a\xcc\x26\xce\x89\xa9\x68\x52\xc6\x6b\x6c\x7e\x63\xa6\x68\x53\x9c\x6a\xd1\xc9\x13\x5a\xb0\x25\x93\x54\x54\x6a\xb1\x90\xc2\xe0\x56\xbc\xea\xf5\x0e\xb6\xbf\x3b\x9f\x28\x9a\xe6\x34\xd5\x21\x7c\x47\xa7\x14\x42\x51\xb0\xe5\x3b\x79\x53\x28\x0a\xcf\x7b\xeb\x47\xdd\xa8\x1f\x26\x0c\xa0\xbe\xa8\x93\x6b\x4f\xfe\x76\x42\xc8\xda\xd9\x61\xe7\x46\x05\xba\x22\xa9\x4f\xbc\x33\xdb\x05\x07\x94\x5b\x55\x20\x9c\xbb\xa1\x6d\x8d\x0c\xc2\x8d\xef\x1b\x03\xc2\xa9\x7e\x33\x83\x88\x2b\x85\xa1\x9b\xee\x37\x1f\x12\xff\x05\xe1\xca\x23\xf4\xc7\x87\x23\xdc\xac\xaf\x51\x3d\x13\xdb\xaa\x67\x78\x41\xc4\x34\x9b\x99\x95\x53\x2b\xb6\x18\xf2\x15\x2d\xf5\x82\x21\xbb\x36\x76\x1d\x16\xed\x61\xe8\x50\xce\x6a\x69\x74\xb9\xf6\xca\x2c\xec\x3b\x09\x36\xda\xc2\x5e\x81\xfa\xe8\x9e\xd8\x1f\x31\xd7\xfb\x05\x47\x11\x4a\x46\x08\x2f\x82\xb5\x5c\xb4\xd7\x32\x4c\x18\xa8\x0e\x44\x60\x50\x9f\xf7\x7a\xf9\x79\xd1\xeb\xc5\x05\xc9\x51\x5d\x1c\xa8\xf9\xd8\xbd\xbc\x85\x59\xde\x39\x38\xe7\xb7\x2b\xab\x37\xad\x5d\xd9\x1d\xe5\x11\x9e\xbb\x7b\x27\x64\x69\x59\x5d\x43\x6f\x16\x26\xdb\x3b\x38\x91\x8d\xbb\x1f\x33\x07\xf6\x47\xbc\xb3\x6c\x62\x4e\x12\x5c\xa2\x44\xe3\xea\x35\xbe\x2c\xd2\xf2\x93\xc2\x9a\x9b\x2e\x78\xb2\x51\xbf\x92\x72\x57\x07\x80\x1a\x75\x75\xa8\x7d\xef\x5e\xe2\x9d\xc5\x93\xd2\x9e\x66\xc1\x67\x14\x7d\x50\xf7\x58\xd8\xa4\x3d\x4c\xc2\x9a\x6c\x1e\x0d\xe5\xa1\xff\xf4\x1d\x2e\xbc\xcd\xb1\x25\xa6\x7c\xd6\x31\x8d\xa4\x00\x66\x5b\xf5\xa6\xb6\x4b\x21\x9c\x19\xa6\xce\xf6\x1c\x97\x01\x9c\xa9\x73\x14\x9c\x12\x08\x96\x3d\x5e\xa4\xa2\x4a\xe4\x30\x78\xff\x1a\xc2\x02\x9f\x27\xb7\x16\x3b\x81\x57\x6c\xb0\x97\xf6\xcc\xd7\x89\xcb\xa7\xfb\xa0\x97\xa3\x56\xff\x7e\x4f\xdc\xe3\x92\x7f\xa6\xe2\x63\xc6\x97\x2b\x5e\xaa\x8b\xdb\xc3\x1d\xb6\xc5\x97\xdf\x54\x2a\xcd\x73\x5e\x6a\x09\xa2\x26\x59\xfe\x0d\x54\xe6\x37\xf4\x0a\xff\xc6\xce\xfc\x56\x84\xc8\xa3\xd7\xa2\x85\x5c\x16\xda\xd9\xf9\x65\x2a\xaa\x68\x0f\xf9\xd6\x46\xa1\x62\x9f\x9b\x12\x49\xfa\x45\x1e\xaa\x8a\x22\x84\x6f\x15\x94\x26\xd1\xed\x6d\x84\x61\x23\x24\x51\x5d\x47\x16\x22\xbc\x32\x5e\x9b\x08\xb7\xce\xd6\xe4\x60\x54\x23\x5f\xc5\xe4\xe5\xf3\x97\x4f\x63\xdd\xcc\x97\x41\x53\x72\x20\xe9\x72\x55\xa4\x92\x46\xb8\x3d\x8e\xdf\x5d\xf4\xbd\x1f\x70\x86\x43\xb3\x24\xda\x26\xde\xfc\xd1\x0e\xdf\x77\xe6\xa3\x39\x93\x87\x70\x77\x5c\x8a\x34\xfb\x44\x65\xf5\xef\x61\xc6\x5b\x50\x73\x67\x4f\xf0\x9d\x1d\xf8\x77\xcc\x50\xe8\xf0\x13\xbd\x79\x99\xae\x86\xd5\xfa\xb2\x60\x4b\x4a\x6e\xe7\x69\x51\xc8\x85\xe0\xeb\xab\x45\x12\x19\x67\xfd\x51\x8d\xc1\x19\x15\x5f\x2e\xd3\x32\xaf\xc0\xe3\xcc\x1b\x5e\x61\xd6\x94\x37\x39\x49\x93\xb2\x4c\x33\x13\x03\x00\x9c\x20\x44\x8f\x97\xf9\x20\xd2\xbe\x41\x06\x51\x27\x54\x6b\x46\xb7\x36\x3c\xba\x73\xee\x52\x7d\x7f\x13\x46\xc2\xb7\x22\x9b\xa1\x71\x3c\xa4\x25\x2c\x9b\x8d\x1c\xe6\x3c\x33\xa5\xd5\x8d\x4e\x97\x2b\x79\x13\xa3\x50\x03\x96\x01\x5e\xc9\xce\x47\x10\x5c\x0d\xe2\x95\xba\xfa\x6c\xa8\xed\xd2\x78\x36\x18\x8c\x91\x75\x8b\x03\x22\x50\xb8\x53\x8c\xab\x05\xb8\x77\x2e\x46\xbd\x9e\xaa\xe2\x82\xf0\x96\xa4\x7f\xbb\xb2\xfe\x38\x08\xf5\x90\xe2\x8a\x58\x96\x41\x01\xfd\x50\x98\x0e\x70\x6c\x6c\x5d\x80\xef\x14\x07\x64\x7d\x56\xf4\x09\xc3\x99\x65\x65\xe4\x3a\x82\x10\xd8\xa2\x9f\x8f\x26\xc5\x60\x9c\x14\x08\x2f\x48\xf4\x51\xdb\x59\x52\xcf\x03\x74\x9c\x23\xb0\x3f\x8d\x78\x04\x22\xb6\xcf\xda\x46\x31\x0f\xdd\x3d\x83\x39\x67\xbc\x20\xd1\x4f\x11\xb2\xac\x1a\x42\x2a\x14\xf1\xe8\x40\x65\x8f\x2b\x12\xb1\x32\xc2\x29\xf1\x02\x0c\x45\x20\x9b\xaf\x40\x6b\x70\xa1\x29\x27\x55\x7b\xda\xeb\x45\x3f\xe9\x56\x60\x96\x8b\xc1\x00\x43\x82\xfa\x60\x9a\x67\x17\x23\x74\x9b\x92\xe8\x73\xe4\xd8\x57\x86\x75\xe5\x0c\x7b\xac\x73\x89\x02\xd5\x31\x2c\x2c\x66\x3a\xde\x92\x40\x89\x38\x1f\x4d\xb4\xbb\x85\x18\x25\x6c\x28\xb9\x96\xb4\x8b\xa9\x9c\x46\x8f\x0a\x39\x00\x07\x27\x33\x12\x5d\xf1\x77\xeb\xcb\xcf\x5c\xe4\x26\xc1\xdf\x02\x69\x4c\xf1\x60\x8c\x6a\xec\x4a\x69\x4f\x28\x7e\x31\x9b\xd2\x2e\xa7\x8a\xb1\x5e\x2f\x96\x53\x80\xe5\xa6\x39\xc7\xfb\x7b\xb7\x6c\xb8\x5d\x15\xc0\xbc\x02\x76\xd5\xca\x0e\xc0\x2f\x62\x1b\xeb\x45\x0e\x59\xf5\x96\xa6\xf9\xeb\xb2\xb8\x69\x48\x17\xc3\xd4\x94\x0a\x67\xd0\x31\xef\xe2\xdd\x5a\x08\x72\x58\xb0\xaa\xf1\x8a\x54\xc5\xc8\x49\x0e\xb5\x3e\xcb\x60\x8c\x75\x8c\x68\x7a\x96\x5a\x68\xaa\x76\x14\x9b\xa6\x3a\xb8\x95\xf6\xbc\xa0\x03\x2d\x9f\x13\x8e\x6c\x04\xab\xd2\xa4\xf5\x63\x31\x19\x25\x63\x84\x47\xa8\x23\xad\x78\x55\x3b\x42\x02\x4f\x53\x85\xf1\x10\xd6\xd7\x4a\x0f\x6a\x7a\x22\xe4\xf0\x65\xd8\x4e\x85\xd1\x82\x32\x31\xa4\xb1\x0d\x9b\xa6\x9a\x4f\x0a\xac\xe3\x6f\x25\x45\x8d\x30\x27\xa6\xd1\x71\x5d\x83\x92\x82\xd7\x63\x06\x57\x84\x26\xb7\x1f\xeb\xc3\x49\xc1\xa7\x6a\xe5\xd1\x5a\xf2\x28\xd0\x08\x0f\xdc\xda\xeb\x78\xcb\xea\x60\x02\xc7\x27\xad\x5d\x7e\xc6\x5a\xdb\x29\xf5\xdd\x61\xa1\x33\x34\x18\x30\xd8\xd2\x67\xdc\x85\x73\xdb\x57\x82\xab\xfc\xfd\x3e\x37\x28\xb3\x56\x12\x73\x70\xce\x40\x33\xcc\xbd\x72\x84\x15\x04\x26\xa9\x41\xf1\x15\x61\x5a\x03\x84\x57\xfd\xe8\xc7\x95\x02\x37\x1d\x64\x43\xf5\x16\xde\x7d\x20\xb5\x47\xfa\x15\x95\xef\x20\xd7\xf3\x72\xce\x8d\x5b\x33\x3a\xac\xf8\x92\xca\x05\x2b\xaf\xf4\x04\xd2\x3c\x46\x8d\x59\x8b\x6a\xfd\x91\xb1\xc5\x8b\x25\x58\x0e\x59\xe3\x3b\x9d\x88\x23\xe0\x5a\x41\x84\xee\x2b\x2a\x1f\xc3\x85\xa4\x20\x8d\x95\xf4\x82\x80\x66\x75\xb0\x0a\x7a\x57\xfc\xb8\x8a\x50\x4d\x87\xba\xcf\xef\xb9\x71\xcb\xaf\xaa\x1f\xb8\xd0\x58\xef\xe9\x17\xdb\x30\x32\x1b\xb3\xea\x6b\xd7\x45\xc1\x70\x4d\xca\x7f\xda\x80\xdd\x08\xfb\xe3\x1d\x63\x3c\xdf\x3b\x46\xe8\xd7\x9e\x51\xf6\xef\x1a\xa5\xf6\x98\x35\x88\xfa\xbc\x1f\xbd\x80\xb1\xae\x0a\xd6\x80\xf7\xf7\x37\xb0\x71\x66\x7b\xec\x12\xe8\xd6\xf6\xd5\xde\xe0\x74\x78\x24\x27\x5a\x61\xfd\xbe\xe7\xa1\x56\x4e\xd9\xcc\x9c\xa0\x0a\xee\xd5\x9b\x3a\x46\x71\x45\x74\x68\xb7\xb3\xea\x9c\xa4\xfa\x57\xbf\x5f\x21\xfd\xf3\x82\x1b\x87\x40\xe0\xd1\x45\xff\x04\xdf\x2b\xd9\x62\xb3\xb1\xba\x8f\x66\xc7\x56\xc4\xd4\x34\x51\x50\x5d\x61\x45\x06\xab\x2d\xed\x8a\x4e\x52\x95\x8e\x6a\x05\x47\xe1\x66\x16\x78\x84\x6a\xec\xa6\xe5\x7d\x7a\xa9\xe6\xc4\x9c\x19\xb4\xaa\x22\x35\x69\xc3\xa7\x55\x46\xa2\x8a\x95\x57\x05\x75\x65\xdf\xf3\x7d\x3b\x61\xeb\x84\x1b\xcd\x5a\xed\xc6\xd2\x05\xfb\xd3\x17\x8d\x17\xc5\xc6\xac\x93\x5b\x1e\x28\xf3\x7b\x2d\xca\x6d\xb3\x22\x9d\xd6\x24\x96\x31\x37\x8b\xa4\x4f\x05\x3b\x89\x2a\x5d\x2d\x57\x83\x58\xd4\x00\x77\xe1\x34\xfa\x93\x08\x77\xce\x5f\x54\xe7\xb5\xce\x3c\x74\xde\x0e\x4a\xfb\x6e\x83\x39\xb6\xc7\xf4\xa3\xb9\x4e\xda\x41\x27\x16\x31\xc5\x07\xe3\x1d\xa0\xbb\xa3\x1a\xad\xe6\x76\x47\x3d\xa3\x66\x6a\x9f\x34\x53\xfb\x8a\x7e\x91\xaf\x33\xad\x17\x92\x05\xc5\x3d\x13\xaa\x66\x63\x46\x6a\x8e\xc0\x54\x25\x48\x55\xe7\x3e\xe6\xce\xd4\xc9\x20\xb6\xcf\x58\x99\x3f\x5b\x17\x85\x3a\xa0\x09\xd1\x38\x63\x45\x41\x01\x09\x22\xf2\x65\x4b\x40\xdb\x14\xa6\x68\x29\x77\x7d\x65\x18\xf6\xa2\x3a\x96\xad\x55\x66\x78\x0d\xc5\xc6\xcb\x10\x38\x3b\xc2\x9c\x1c\x8c\x1a\x3f\x07\x95\xee\x9a\xbe\x1b\x55\xdd\xb8\x20\x7c\xe2\x7b\xc5\xfd\xf0\xe1\x32\xea\x57\x7d\xf8\x8b\x92\x0a\x67\xba\xc4\x3b\x40\xfb\xcd\x90\x0a\xcc\xd0\x59\x9c\x81\xed\xe6\x2b\x50\x50\xd8\x6c\xe2\xdd\x19\x15\x3c\x83\xbe\x38\x5c\x67\xea\x86\x46\xc8\x2b\x87\x7a\x3d\x39\x4c\xf3\x06\xcb\x8e\x33\x7b\x1c\x64\x00\x5a\xe0\x8a\x37\xbe\x6b\xee\xdc\xd4\xf9\x7e\x66\xb3\xd6\x69\x6c\x8f\x4e\x20\x1b\xaa\x2c\x2d\x9f\x71\xf1\xbd\xa6\x53\x62\xa9\x10\xb0\x26\x14\xff\x99\xe7\xaf\x72\x2b\xe7\x38\xf4\x60\xa5\xb9\x3e\xd9\x82\x90\x28\x46\xb7\xf5\x74\xe6\x5c\xb3\xb8\x77\xcb\xaa\x07\x14\xbf\x3f\xf6\xb0\xa9\x60\xcd\x4a\xad\x70\xa4\xf7\x97\xfe\x99\x2d\x20\x22\x26\xf0\x7a\x0f\xc6\x08\x1f\x8c\x3a\x92\x94\x31\x6b\xf2\xb1\x26\x9f\xbe\x94\xfd\x6d\xa0\xdd\x17\x3a\x58\x7e\x97\xf1\x55\x7b\x07\x64\x3a\xf8\x4a\x78\x89\xe8\xec\x8f\x8a\x22\xda\xb1\xb7\x5e\x36\x15\x7e\x4f\xe5\x67\x4a\xcb\xef\x1d\xb5\x17\xec\x0e\x35\x4b\x59\x2c\x5b\xc8\xa3\xdb\x64\x2f\x35\xa2\xfa\x9e\x9b\xe2\xad\xd2\x5f\x21\xbe\x84\x67\x3e\x18\xae\x90\xd0\x67\xa6\x5e\x26\x06\x7e\x2d\xdd\x56\xd2\x33\xa9\x73\xa0\x86\x17\xbe\xe2\x95\x23\xae\x76\xd7\x36\x68\x02\xfc\xf0\x5e\x4f\x1d\x7a\x6e\x05\x78\xb3\x02\xea\xea\x51\xd9\x15\x09\xa0\x1d\x5a\x59\x22\x53\x23\xda\x89\x7f\x04\x7a\x68\xf7\xe2\xdb\xd0\x6e\x87\x28\xc2\x51\xb2\x75\xaa\xa7\x10\xd1\xcf\xc4\x7c\xf5\xe2\xc8\xda\x58\xaf\x26\xc6\xeb\x41\x61\xc9\xd1\xe6\x96\x58\x93\x22\x38\xdd\x33\x08\xd8\x6a\xde\xbc\xfa\x06\xe3\x5e\x8f\x4f\xab\xfe\x78\xe6\x67\x27\x24\x3b\x43\x19\x29\xa6\xfd\x7e\x35\x6b\xca\x75\xb4\x7a\x59\xbc\xc6\x19\xaa\x6b\x8b\x93\x4e\x18\x39\x18\x25\xe6\x53\x78\x30\x48\xb0\x17\xd1\x2f\xda\x90\xec\x6e\x22\xc3\x29\xc6\xa7\x8d\xb1\x35\x39\xb2\xb4\x44\x3a\xe5\x33\x5c\xa8\x3f\xfd\xf1\x0c\xaf\x89\xb9\xfa\x33\x52\xc6\x05\xc2\xb9\x7f\x0a\xae\x71\x06\x51\x17\xc5\x24\x1f\x56\x5c\xc8\x18\x25\xe6\xc7\x4e\x7b\xfa\x56\x84\x22\x13\x87\xd6\x4b\x71\x52\x5a\xf0\x26\x18\x53\x22\x30\x78\xf7\xa7\xe7\x72\x32\x18\x27\x94\x10\xa9\x88\x15\x4d\x28\x04\xb4\x4a\x8e\xd5\x6c\x61\xc0\xf5\x83\xfb\x77\xad\xaf\xdb\xac\x46\x35\x53\x07\x66\x78\xc1\x52\xb8\x77\x35\xdd\x99\x3b\xac\xfc\x73\xba\xda\xc6\xc9\xe5\xb7\xc3\x99\xd8\x05\x65\x86\x7e\x0b\x56\x0e\x88\x39\x07\x7c\x62\x07\xf0\x89\x69\x35\xc3\x2d\x28\x1b\x8c\x43\x38\xb3\xf0\xd2\xa0\x1c\x85\xc1\x83\x6c\x76\xf7\x9e\x2d\x1c\xfa\x51\xc0\x8e\x6b\x72\xc0\x5b\xb6\x40\x35\x18\xa9\x99\xea\x15\x56\xe8\xc0\x7e\xb3\x19\x0c\x32\xbc\xbe\xe0\x13\xd6\x00\x68\xc2\x1a\x45\x47\x36\x65\x8d\x52\x13\xc9\xd4\x05\x9a\xd5\x5f\x07\xc7\xd1\x19\x6d\x0c\x20\xa8\x83\x44\x41\xd8\x94\xaa\x29\x63\x53\xaa\x20\xb1\xf2\x69\xbb\x6d\x62\x35\xc2\x25\xa0\x9d\xea\x0f\xe0\x53\x38\xea\xdb\x95\x54\x48\xc4\x85\xbf\x4b\x26\x3b\x48\xdd\x7e\x05\x37\xae\xbf\x95\x0c\xe9\xdb\x54\x93\xb4\xca\xa9\xcb\xbe\x54\x2d\x73\x68\xb9\x9d\x7d\x8b\xc8\x4d\x41\xbd\xc2\x90\x37\x92\xff\x8d\xd1\xcf\x9a\xf1\x81\x0d\x04\x3a\x52\xc9\xd4\xd1\x26\x94\x7e\x37\x28\x6c\x86\xd9\x57\x40\x28\xdc\xc2\x9d\xa5\x17\x64\x74\x96\x0e\x06\xf6\x3c\x10\xd3\x54\x9d\x07\x55\x80\xae\xae\x49\xe5\x83\x64\x67\x74\x60\x33\x28\x90\xa9\x1a\x90\x29\x06\x03\x5c\x9c\x3b\x90\x29\xf0\xfa\x0e\x90\x59\x2b\x90\x59\x7f\x03\xc8\xb8\x42\x47\x67\x54\x75\x97\x0e\xf6\x41\x4d\x1a\x42\x8d\x20\xe4\x4e\x38\x00\x28\x1a\x8c\x01\x8a\xd0\x9d\x4b\xff\x35\x80\x6b\x65\x4f\xbf\x0e\x29\xfb\xc0\x82\xf7\xa3\x43\x05\x13\x92\x5f\x5d\x15\x54\x21\x1b\xd4\xaa\xcf\xd1\xbc\x85\x96\xa8\x23\xd6\xcb\x15\xdf\x1a\xd1\x20\x70\xf0\x6d\x6d\x7f\x56\xb5\xfd\xca\x59\x09\xee\xca\x7f\x17\x02\x28\x24\x4b\xc1\xbb\xb8\xc1\x45\x2b\x43\x2c\x82\xb6\x58\x73\x37\x36\x15\xa8\xbb\x51\x4e\xd9\xd6\xdd\x58\x9c\xa1\x82\xc8\x69\xbf\xcf\xfc\xbb\xd1\x92\x57\xc0\xe1\x4c\x2a\xd0\xcd\x74\x3c\xa6\x03\x6e\x01\xaf\xd7\x4b\x81\x9e\xba\x1b\x90\x24\x84\xd6\x74\xd7\xa1\x08\x7c\x8f\xf8\x6c\x5e\xa1\xef\xc4\xca\x9c\xa3\x0a\x93\xa9\x82\x33\x56\xe2\xca\x3f\x63\xd5\xf6\x80\x1e\x9e\xad\xcf\x49\x35\xa4\x65\xee\xeb\xb5\xaf\x07\xb2\xb3\x26\x3a\xbd\xd7\x8b\x53\x52\xc6\x19\xa6\x0e\x4c\x33\xcb\xf3\x53\x28\x2f\xce\xce\xa9\x07\xb0\x10\xe7\x2f\x84\xc3\xae\x82\xaa\x4c\x81\x61\xd6\x1f\xe3\xc3\x7f\x7c\xa8\xfe\x78\xa8\x95\x56\xbc\x2a\x55\x55\xbe\xeb\x31\xdc\xef\x4b\x54\xb3\xf0\xe2\x28\x36\x9b\x54\x5f\x0f\xe9\x0e\x62\x94\x99\xbb\x72\x0b\xb1\x05\xaa\x2f\x5f\xaf\x0a\x96\xa5\x86\x2c\x6d\x03\xe5\xd7\x96\x61\x1b\xd4\x2c\xdb\xd3\x68\x97\x36\x81\x21\xd8\x2e\x56\x80\x98\x75\x1a\x61\x41\x6b\x82\x9a\x59\x60\xcd\x95\x87\xec\x76\xf4\xd2\x14\x81\x95\xec\x2a\xac\x7f\x5a\x76\x35\xd6\xec\x6a\xf5\x57\x27\x34\xfc\xa2\xd6\xe6\x85\xcd\xf6\x1e\xb6\xae\x48\xcb\x6a\xc5\x2b\x0a\x42\x5c\xcd\xfd\x78\x76\x4a\x22\x85\x2b\xed\xda\x84\x8b\x16\x61\xfd\xec\x14\x2e\x05\x9b\xfb\x79\x59\xd1\xb2\x62\x92\x5d\xb7\xa7\x7a\xe1\x51\xf6\xc3\x67\x47\x24\x2a\xe9\x17\xf9\x3d\xe7\x9f\x96\xa9\xf8\xb4\x87\xb1\x12\xd0\x87\x36\x6f\xd5\x84\x56\x3e\x73\x5b\xdd\x73\x7e\xa2\x2d\x62\xc0\xe3\x89\x22\x49\x63\x13\x5a\xc5\xc9\x4e\x4c\x08\x76\xdc\xa6\xd5\x34\x7d\x5d\x2a\xfa\xba\x0e\x40\xe9\xd9\x91\x1a\xe2\x4a\xd0\xeb\xdf\xb1\xbb\xd2\xb9\xbc\x33\x46\x0f\xd6\xce\x54\x4e\x9b\xe3\x67\xe6\x8d\x40\xec\xa1\x31\x85\xee\xb7\x50\xfd\xee\x98\xba\xea\x66\x79\x8e\x9a\xf3\x79\x4f\xef\xbf\x72\xac\xee\x1b\x16\x98\xcd\xee\xfe\xb4\x2b\x58\x75\xe9\x1f\x5c\x8c\xc8\x69\xe9\x58\x84\x5c\xbf\x01\x8b\x30\xf5\x9d\x47\x01\x63\xda\xa0\xa0\xa9\x8f\x82\xb2\x79\x9c\x4e\xab\x59\xbb\x61\x74\x0b\xa9\xd6\xcb\x51\xa8\x79\x2d\x7c\xcd\x6b\x31\x2d\x66\x84\xa8\xdc\xbd\x9e\xb0\x9e\x16\x15\x42\xe0\x42\xcd\x6b\x56\xa2\x41\x06\xc4\x96\xc7\x10\x86\x39\xbe\x6d\x35\x9f\x1c\x8c\xb4\x5f\x89\x9f\x16\xb4\x7c\xaa\xb6\x3c\xb0\xf7\x5a\xd0\x04\x07\x93\x5e\x16\xc8\xec\x66\xed\xdf\x04\xaa\x3d\x8a\xee\x10\xa3\xc6\xce\x84\x6c\x1c\x3d\x35\x22\x29\xdd\x07\x43\xf6\xff\x5b\x9d\x80\x4b\x37\xec\xc9\xae\x55\xf7\x57\xdc\x80\xf3\xa4\xc5\x8b\xd4\x07\x96\x3e\xe1\xd5\x21\x56\x2b\xa4\xc6\x2c\x4b\x39\x18\xa8\xf3\x5d\x78\x12\x90\x3d\x2c\x5d\x35\xaa\xbf\xaa\x41\x7d\x16\x1a\x7b\xa9\x22\xa3\xb8\xc4\xfb\xd1\x5f\xba\x1e\x79\xbe\xb2\xe2\xe0\xbb\x8f\xff\xf2\x0e\x44\x75\x3a\x33\xe2\x2e\x67\xc3\x0d\x52\xaf\xb8\x20\xe5\x34\x9d\x21\x77\xe6\xc7\xe6\x2a\x4b\x11\x36\xa1\xa6\xa3\x08\xa1\xc4\xfc\x36\x7e\x8d\xf4\x39\x6e\x69\x29\xac\x69\x1c\x84\x14\xf2\x65\x0e\x7d\xaf\x0b\x1c\x47\xa9\xe0\xeb\x32\x8f\x70\x94\xa5\x15\xb5\xa2\x40\x00\xf8\xb4\xc1\x40\xdb\x08\xb3\xea\x19\x9b\xa6\xb3\x99\x91\xbc\x81\x0a\xa5\xe6\xa2\x68\x22\x0b\x57\xe8\x62\x84\x1c\x2e\x10\x4b\x43\x7c\xa1\x4e\x45\x34\x07\xaf\x8d\x3b\x8a\x38\xd3\x3c\x4b\x6c\xbe\x67\xfa\xf8\xac\x7d\x37\x49\xcb\xbb\x19\xab\xe5\x36\x63\x75\x9b\x5f\x5a\x22\x0b\x47\x1e\xbf\x94\x05\xfc\x52\x41\x0c\x14\x95\xe0\x26\xbf\xf6\x25\x61\x02\xe4\x5f\xf8\x9f\x6b\x2a\x6e\x92\x80\x59\x5a\x1a\x59\x18\xf3\x0c\x5d\xae\x7d\xd6\xc0\xd2\x46\xfc\x6b\xf4\xd6\xa0\x1a\xcc\x8d\x48\xc8\x67\x8d\x32\x2c\x27\xea\x24\x4e\xf4\xa9\x8c\xce\x62\x39\xe1\x1e\x67\x34\xd1\x2f\x6f\x04\xbd\x66\x7c\x5d\xc5\x48\xe1\x04\xc1\x71\xee\xb0\x53\x8d\x92\xa2\x24\xde\xd7\x4e\x69\x03\xf3\x39\x26\x6c\x42\x3d\xc5\x00\x1f\x37\x43\x08\xe1\xff\x78\x4f\x04\x4c\x77\x7b\xff\x05\x17\x10\xaa\x6b\x39\x9d\xab\x13\xae\x89\xe4\xa2\xc5\x02\xaa\x23\x3a\x36\x88\x3a\x80\x20\xcb\x5f\xbc\x4f\xbb\xa4\xe1\xff\x0e\x72\x86\x81\xb6\xb4\xf0\x2f\x14\xfc\x8b\xc1\x00\xb5\x31\xd3\x08\xc3\xf9\x68\x64\x32\x25\xd8\x04\x35\xa8\xbc\xa2\x97\xb4\x24\x03\x04\x91\x7b\xc9\x1f\x18\xc5\x8f\x6a\x14\xeb\x95\xda\x88\x8f\x0c\x10\xb7\xc6\xb1\x8a\x69\xe8\x79\xce\x5d\xe4\x01\x8b\x29\xac\x16\x64\x41\x39\xff\x5c\xfe\x9b\x15\x7b\xe1\xb5\xc3\x8a\x3d\x0e\xb2\x7c\xa7\x0f\xf4\x97\xdb\x48\x41\xeb\xc8\x57\x39\x60\xe1\xdb\x89\xf6\x8a\xc1\x3b\xbe\x81\xff\x3c\x77\xb5\xc4\x01\xcb\xde\xef\xd1\xa3\xe6\x1e\x7a\xcf\xf7\x77\x69\xe7\x5d\xb4\xbf\x63\xe6\xaa\x91\x5b\xf0\x1a\x8a\x0e\xa4\xdf\x93\x9f\x1a\x19\xd6\xde\x9e\x6c\xf9\xd9\x0b\x7a\xb2\x23\x31\xc0\xe1\x6c\x04\xb9\xa0\x0f\x8c\x40\x60\x08\x77\xdc\x95\x98\xa9\x83\xd8\xc8\xee\x58\x87\x91\x12\x97\x84\xd7\xad\xca\xff\xc2\x8a\x82\x06\x5c\xcf\x12\x24\xfd\xdb\xdc\x00\xcc\x2c\x12\x02\xc3\xfc\xbb\xe5\xe3\xfc\xc4\xe4\xe2\x3f\x61\xc2\xdb\x88\xe1\x7f\x08\x50\x34\x9e\x6e\x5e\x65\x00\x38\x3f\xc3\x38\x74\x3d\x3f\xa7\x65\xbb\xff\xda\x77\x2e\xdd\x35\x69\x10\x7f\xb2\x75\xb1\xb6\x7b\xad\x73\x1a\x86\xc8\x2a\xad\xd4\x69\xa0\xd0\x0c\x68\xfa\x4f\x3b\xf0\xb7\xa6\x63\x8f\xa1\x63\x0b\xfe\xf9\x79\xf9\x98\x96\xdb\xc2\x4e\x3b\xb3\x5a\xe1\xee\x31\xb8\x47\xd5\xf2\x7c\x4f\xff\x21\x14\xf4\x3b\x75\x09\xe7\x68\x75\xb0\xa5\x91\x10\xa8\x52\x1c\x1e\x85\x04\xb1\x42\x8e\x0c\x17\xd9\x49\x98\xab\x1f\x57\x9f\x53\xb1\xcd\xa9\xf9\xb7\xce\xdd\xdd\xd1\x12\x19\x44\x4b\xec\x78\xc4\xec\x45\x70\x6d\xa9\x95\x08\x44\x85\x01\xe1\x0b\x2e\xa7\x2c\xff\x17\x7c\x82\x6c\x8d\xc9\xf1\x25\x9b\x51\xa9\xa4\xff\xf9\xe3\x6a\x71\x43\xee\x1a\x56\x7f\xcf\xb0\x14\x65\x70\xac\x06\xa3\xf6\xd2\x8f\x65\xbe\x0d\x38\x3e\xf5\x1d\x10\x14\x61\x31\x7b\xad\xef\x2a\x1e\xe8\xa5\x35\xe5\x1e\x15\xc5\xce\x16\x61\x62\x2c\x12\xd4\x0a\xf2\xd9\x46\x4b\xa4\x46\x8d\x14\x4e\x07\xdc\x38\x75\x05\x7b\x38\xc7\x19\x2a\x43\xb4\x5f\x58\x14\x03\x10\x7f\x61\x94\xed\xb0\xf0\xd9\x6d\xe7\x44\x36\x7e\x2f\x15\x29\x66\xbe\x65\x0b\xf7\x25\x5b\xf4\x7a\xac\xdf\xdf\xd2\xf5\x30\xe7\x5e\x38\x53\x53\x18\x30\x2f\xf2\xa8\xf5\x61\x06\x17\x79\x69\x3f\xc1\x46\x1e\x45\x33\x62\x7e\xfe\xda\x7c\x7e\x54\x14\x91\x66\xa1\x3c\xb7\xb3\xf7\xbc\xcc\x04\xf8\x00\x4a\x8b\x76\xbd\xbb\xf2\xbc\xa5\xd7\x54\x54\xd4\xd4\xf2\x83\xca\x61\x8e\xa3\x08\xcb\xe1\xb3\x63\x5d\xe0\x15\x44\xaa\x6c\xf8\x10\x6e\xad\xd4\xf2\x46\x98\x0e\x4b\x2e\x96\x69\xc1\xfe\x45\xff\x02\xca\xb0\xe0\x73\x1b\x61\xa3\xf9\x1b\xf9\x1a\xbf\xd3\x59\xe0\x87\x27\xd0\xd1\x35\x88\xb2\x51\x21\x4a\x1a\xcd\xde\xda\xaf\xed\x7f\xa3\xcb\x4b\x2a\x06\x79\x2a\xd3\xc3\x34\x4f\x57\x92\x8a\xc3\xc1\x4a\xb0\x6b\xd0\xaa\x9e\x46\x46\x4b\x1a\xe2\x02\x82\x1e\x73\x84\x23\x5d\x84\x95\x73\xb5\x24\x2d\xb7\x5d\xc6\x79\xf6\x96\xb6\x70\x49\x9c\x3e\x30\x83\xc8\x69\x56\xb7\x29\x91\x98\x91\xc3\x0f\x62\xf2\xa1\x3c\x34\xb2\xdd\xc3\x0f\xd3\x0f\xb3\x3f\x1c\xfa\x6a\xbe\x36\x26\x18\x67\x79\x77\x74\x40\x20\x64\x9a\x36\x25\x87\x9f\x82\x40\xe0\x4f\xb2\x43\x87\x5a\x4c\x44\x8c\x12\x81\xe9\xd4\x7a\x7a\x99\x91\x5f\xfe\x70\x4b\xcb\x0c\xdc\x48\x3d\x7f\x6c\x75\xec\xd5\x34\x93\x9d\x1f\x04\xaa\x7f\xb1\x6e\xce\x5d\xc8\xc3\x82\x3c\x55\xd3\x30\x7c\xc9\xbe\x30\x1b\xcf\x31\xbe\xbd\x5c\xb3\x22\xff\xf1\xed\x0b\x6b\x1d\x88\x19\xba\xad\x3e\x33\xe3\x2c\x0f\xc8\x3a\xb5\xd2\x6f\x69\xc6\x45\x1e\x25\x96\x7b\xb5\x60\xd5\x70\x2d\x8a\x67\x5c\x3c\x73\x5f\x63\x89\xa9\x22\x89\x5c\x21\x05\x9f\x7b\x4a\x3c\x2a\x8a\xb8\xc9\x0c\xbb\x75\x57\xd6\xbf\xaa\x0f\x31\xc3\xd4\xcf\xb8\xbf\x2f\x7f\x6d\x3e\x7b\x85\x34\x1f\xa7\xdc\xd9\xc0\x33\xf3\x6d\xab\xef\x3f\xa4\xd5\x5d\x65\xcc\xe7\xad\x62\xdf\xd3\x82\x97\x57\xd5\x7b\xbe\xaf\xa0\xcb\x10\x14\x35\xd1\x35\xf7\x0e\xec\xb1\xf7\xdd\x9b\xb7\x35\xf8\x62\xdd\x5f\xec\x47\xef\x7b\xd0\x9e\xc6\x2d\xf7\x17\x7c\xe2\x7d\xb7\x05\x2d\xf8\xfb\xb9\x3f\xfa\xe0\xa3\xce\xb8\x30\x41\x63\xa8\xf6\x14\xd6\xe0\x77\x45\x25\x78\xd2\xc4\xd1\x82\x57\x52\x2b\x2f\x99\x86\xdf\x08\x3a\x67\x5f\x1a\x21\xb7\x76\xf8\x04\x5f\x57\xa9\x5c\x3c\xe3\xe2\xfd\xcd\x8a\xc6\x14\x21\x70\xb0\x62\xf8\xa7\xd2\xbd\xec\xdc\x22\x10\x5f\xa0\x74\x5c\x4e\xae\x2e\x05\xed\x1b\x25\x8e\x0e\x23\x84\x0f\x58\xaf\x57\xf6\x7a\xd1\x61\x74\x40\x48\x69\x35\x6c\x46\x48\xed\x57\x12\x1d\x46\xfd\x12\xe1\xb2\xc6\x5b\xc0\x6e\x36\xf8\xee\xd9\x90\x98\x22\xbf\x8c\x06\x77\xb9\x2f\x7b\x93\x59\x03\xfc\x1d\x59\x65\x98\xb5\xe9\xcc\xd7\x0b\x38\x58\xbf\xbb\xeb\x41\x7e\x0b\xe7\xbf\x69\xb4\x0d\x8c\x7f\x73\xb1\x16\x80\x7f\xc3\x4c\x05\xb0\xfd\xcd\xed\x04\x80\xfd\x6d\xa5\x0c\x54\xfa\x51\x31\x77\x03\x72\xb9\xf5\xa1\x4c\x97\x54\x33\x1f\x34\xd9\x65\xc1\x4c\x6c\x36\xe6\x06\x70\x2e\xd1\xfe\xf1\xe1\xf0\xc3\xa1\x89\x8d\x40\xd1\x66\x73\xb8\x90\x72\x15\x57\x68\x92\x04\x1f\x26\x34\x89\x0e\x23\xe2\x85\x2c\x1e\xa1\xc9\x2f\x7f\xb8\x15\xf5\x1f\x6e\x69\xfd\x4b\xf2\xcb\x1f\x6e\x65\x7d\x08\xbf\x4d\x60\xce\xe9\xcc\xe9\x8c\xf4\x7a\xcc\xed\x9a\xd2\xbd\x94\x08\xb3\x66\x3f\xd4\x38\xdc\x6a\x06\xf1\xd2\x23\x33\x21\xf9\xb2\x74\x49\xd5\x6d\xef\x45\x16\x15\xc3\x55\xb1\x16\x80\x03\x28\x08\x02\x85\xd7\xef\xcd\x54\xc2\x85\x43\x0a\xb0\x8d\x92\x54\x2c\x59\x49\xbf\xe7\xf9\xcd\x1b\xc1\x97\xac\xa2\x2d\x2f\x91\xba\xbe\x18\x54\x61\xb4\x77\x22\xdd\xf4\xdb\x77\x7f\x7b\x33\x14\xb4\xe2\xc5\x35\x8d\x05\x1a\x6a\xdf\xa4\x94\x5c\x50\x84\x86\x72\x41\x55\x91\x8b\xf6\xa5\x7e\xad\x1d\xa1\x6b\xb2\xf6\x80\x0e\xf9\x27\xe7\xa7\xb1\x89\x04\x2d\x53\xb9\xae\x70\x4a\x22\x35\xad\x42\xbb\x0b\x53\xbf\x70\x45\x20\x9e\x19\xe1\x9b\xcd\xd1\xe8\xbe\xfe\x11\xfd\xf0\xf4\xd1\x13\x95\x51\x0e\x97\x54\x2e\x78\xee\x6a\xde\x6c\x0e\xc0\x2e\x5a\x87\x53\x66\xe4\xcf\xef\x5e\xbf\x32\xee\x67\x85\x75\xa5\xaa\x5d\x99\x1d\xc4\x85\xef\xe9\xee\xdd\x4d\x29\xd3\x2f\xe0\x5d\xcf\x29\x2a\x14\x9d\x62\xb8\x4a\x6f\x0a\x9e\xe6\x44\x9d\x9f\x85\x33\x19\xd9\x6c\x58\x5d\x9b\xf1\x19\x51\x4d\x8d\xe9\x70\x4e\x65\xb6\x68\x05\x78\xd7\x74\x27\x71\x16\xc1\x95\x26\xfe\xc1\x31\x52\x1c\x41\x89\x08\xd9\x60\x88\xa5\x4b\xb1\x78\x4e\xa7\x22\x31\x22\x17\x54\xeb\x77\xb2\x79\xdc\xe0\x2a\xce\xc3\x13\x14\xd9\xf6\x11\x98\x81\x57\xf2\xae\xba\x10\xbb\x72\x41\xbb\xbf\x40\xbe\x5f\x8c\x9d\x5a\x97\x8b\x20\xf5\xaa\xe0\x97\x69\x31\xec\x3e\x61\x79\xf7\x86\xaf\xbb\x4b\x9a\x96\x5d\xc9\xf5\x1c\x15\x85\xce\xab\x51\x38\x53\x02\x8c\xc2\x26\x11\x32\x5d\x84\xd4\xba\x19\xa5\x9a\x10\x98\xf9\xb7\xb4\x5a\xf1\xb2\xa2\x3f\xd0\x34\xa7\xa2\xda\x41\x50\xbc\x06\x4b\x3a\x8b\x0d\x69\x53\xd7\xc0\x6f\x9f\xec\xf8\x84\x86\x0e\xd6\xcd\xac\x54\x49\xec\x94\x2a\x71\x22\xa6\x25\x70\xe5\x71\x45\x0e\xc6\x67\x69\xa3\x34\x97\x6a\xa1\xd1\xfd\x87\x0a\x9a\xfc\xc0\x8c\x29\x42\xb7\x15\x39\x18\x19\xa9\x8f\xea\xc2\x18\xd6\xce\xaa\xd8\x0d\xab\xf5\xa5\xb6\x68\x86\x80\xe3\x43\x29\x98\x22\x58\xd6\xc1\x97\xb4\x3f\xc6\xce\x48\xcb\x64\x01\x8f\x3e\x48\x4e\x8b\x90\x19\x37\x23\x6b\x2c\xa7\xc5\x8c\xac\xeb\xc6\x55\x3f\xf0\x38\x04\x83\x6d\xfc\xbc\x94\xfc\x87\xb4\x5a\x90\x70\x53\x81\xdd\x34\x20\xb5\x84\x80\x0a\x5a\x49\x6e\x59\x99\x15\xeb\x9c\x3e\xcf\x41\x89\xa2\xe3\xf4\x5b\x6d\x55\xe2\x19\xd0\x64\x4b\x9e\xd3\x02\x02\xbe\x74\x02\x68\x72\x98\x2f\xdb\x6e\xdd\x32\x9f\x6e\xeb\xc6\x08\x7b\x2b\x53\xcc\x4d\xcf\xb0\xe5\xb6\xfb\xb9\x80\xb9\x1e\x0c\x0d\x6e\xce\x37\xa9\x48\x97\xbb\x40\xa2\x39\x30\x1d\x3a\x4f\x3d\x7b\x71\x5c\xe1\x42\xf3\xd0\xd8\x3c\xd6\x5e\x38\x58\x05\x7f\xe3\x52\xbb\xec\x61\xb0\xf0\x4e\x1c\xc3\xce\x2b\xd0\x00\xe1\x26\xf0\x0d\x9a\xe8\xd8\x26\xe5\x94\xcd\x50\x42\x63\xa1\x68\xc1\x7e\xbc\x65\xd4\xa9\xbe\x4f\x58\x12\x45\x48\xd1\x84\x3a\xbb\xb3\x4b\xdb\xe6\xb6\x46\x53\x5d\x41\x57\x83\xf4\x4c\x1d\x52\x06\xba\x1b\x2f\x21\x92\xbb\x23\xbc\x00\xaf\xfa\xb6\xcf\xea\x44\xea\x96\xc8\xf6\xa6\x30\x4d\x16\xb6\x49\xd3\xe5\xa6\x03\xbf\x65\xe4\xe0\x5c\x6d\xca\x66\xe0\x69\x57\xff\xba\x4e\x8b\x35\xf5\xac\xca\x5d\xfb\x85\x69\xb5\x71\x59\x19\x45\x98\x22\x73\x41\xf5\x22\xe4\x79\xd1\x3d\x1a\x1d\x5e\xe1\xa8\xaf\x2e\x2d\x33\x52\x4d\x24\x3a\xcf\x31\x14\x47\x1f\x3f\xd2\xea\x25\x1c\x3b\x11\xbe\x85\x56\x9d\xad\xee\x5d\x14\x25\x35\xe4\xaa\x47\x4e\xfa\xd9\x2a\xc9\x05\x6d\xc8\xce\x16\x3d\xb9\xcf\xd5\xaa\x71\x85\xea\xb6\x8f\x84\x30\xda\xd1\x23\xdd\x66\xd7\x71\x85\xba\xf3\x94\x15\x34\x8f\x8c\x97\x4e\x56\x99\x1c\xda\xbd\xfa\xc1\xa8\xe3\xa3\x21\x90\xa8\xd7\x13\x90\x0e\x89\x3a\x10\x9e\xdb\xf8\xaf\xcf\x3e\x11\xe3\xa4\xc8\xb8\xfc\xa4\xda\x23\x30\xe3\x25\x11\xfe\x9b\x09\x4d\xcb\x0a\x0a\x21\x62\x84\xfb\xa9\x3f\x14\xac\xa4\xaf\xd6\xaa\x45\x13\x31\x5b\xbf\xe8\x8f\xc6\x95\x37\x11\xf6\x97\x4e\x2e\x75\x45\xa5\xab\xa4\xb4\x15\xe8\x1f\x66\x7c\x30\xd7\x15\xa1\x9b\xcd\xf4\x56\x32\x59\xd0\xc4\x4d\xc9\x53\xbd\x0c\x39\x95\x29\x2b\x12\x59\xcf\xea\xdf\xba\xd0\xfb\x21\x43\x37\xab\xce\x8f\xf7\x1c\xa0\x38\xc2\xb7\xb4\x5c\x2f\xa9\x48\x2f\x0b\x55\x18\x5f\x51\xb9\xed\x8c\xa6\x2b\x87\x5b\x25\xeb\xaf\xb7\x03\xf9\xde\xc3\x71\xf5\x1b\xdb\xf1\x4a\xaa\x76\xe8\xf0\x1d\x15\xd7\x16\x18\xe8\xf0\x31\x2f\xe7\x05\xcb\xa4\x7d\x7f\xc5\xe5\x33\xbe\x2e\x73\xfb\xfe\x8c\x8b\x4b\x96\xe7\xb4\xb4\x09\x3f\x96\xe9\x5a\x2e\xb8\x60\xff\xa2\x2e\xd3\xa3\x4b\x2e\x5c\x0d\x26\x1c\x85\x7d\x7d\x5e\x5e\xa7\x05\x73\x59\xad\xe9\xb3\x86\x62\xc3\x2a\x11\x7e\x14\x3d\xba\xed\x9b\x4f\xa3\xce\xb7\xd6\xf9\xbb\xa8\x49\xb3\x09\x26\xb7\x75\xe3\x62\x83\x03\x75\xbb\xed\x8c\x52\x43\x7c\xe8\xbe\x83\x7a\x50\x2f\x70\xb9\xd9\x48\x54\x7b\xf8\xa8\x3d\xf4\x5a\x77\x3c\x6d\xbe\x20\x2c\x8c\x29\x00\x61\x0a\x27\x16\x75\x33\xbc\x12\xef\xaf\xc2\xdf\x78\x41\x65\xcd\x41\xab\x08\x51\xb7\xb3\x0d\x14\x07\x8d\x19\x1f\x71\x3c\x16\x38\x7a\xbf\xa0\x5d\x73\xf0\x74\x05\xfd\x15\xac\xf7\x00\xeb\xc9\xf8\x72\xc9\x64\xf7\x92\x66\xa9\x3a\x50\x98\xec\x7e\x4e\xab\x2e\xd3\x0b\x02\xcc\xf9\x60\x71\x52\x9c\x6e\x75\xc1\xcf\x10\x19\x53\xdd\xad\x46\x9b\x93\x47\xb2\x25\xcd\xbb\x7c\x2d\xa1\xf6\x00\x12\x2a\x5c\x6d\xd5\xee\x67\x88\x0c\x97\xe9\x8e\xda\x55\xef\x53\x05\x6a\x54\xf7\xde\x03\xbb\x02\x17\xdb\xd3\xe7\x3e\x47\xc6\x47\xe6\x1d\x75\xb3\xaa\xbb\xf6\x20\x1b\xea\xdf\x06\xf5\x35\x5e\x6f\x35\xb3\x95\x4b\xb7\x96\x7d\xa5\xb5\xb9\xdd\x58\xd0\x54\x6b\x9b\x65\x38\xdb\x6a\x27\xcc\x12\x19\x33\x8e\xad\x46\x32\xbe\x2e\xf2\x6e\x80\x3f\x2b\xba\x67\x2d\x32\x2d\x06\x0e\x37\x78\x8e\xf3\xad\x86\x82\x1c\x91\x89\xef\x72\xc7\x60\xf4\x75\xd3\xcd\xd7\x54\xa1\xdd\x69\x37\x33\x47\x0a\x34\x17\x9e\x2f\x0b\xbc\xd8\x6a\x2e\xc8\xe1\x34\x5d\xbe\xbd\xb9\x0a\xce\xb3\xae\x8d\x69\x16\x1e\x70\x73\x3c\xdf\x6a\xd0\xfb\x1e\x7d\xed\x22\x07\x0b\xa9\xfd\x17\xf9\x16\x07\xf9\xee\xab\xfc\xf7\xbb\x7d\x02\xe2\xf8\x9b\x6f\x84\xa0\x94\xbe\x0d\x76\x9c\xc7\x16\x35\x30\x8d\xeb\x53\x27\xb6\x8c\xf5\x77\x0e\x2d\x4f\xa2\x81\x65\x71\xe3\x86\xc9\xab\x7d\xa9\x19\xfe\xad\x7e\xd1\xfa\x2a\xcd\x4f\x3f\xe3\x15\x2d\xd5\xc2\xd2\xe7\xf9\x33\x2e\xfc\x0f\x0e\xdd\x4e\x60\x22\xc9\x85\x87\x81\xc7\x12\x61\x9f\xe7\xa9\x4b\xf8\xec\x4c\x9d\xe2\xf3\x29\x75\x4a\xc6\xd3\x82\x56\x19\xd5\x9c\xb8\x7f\xae\x69\x25\x2b\x35\x63\x96\xc9\x6b\x3a\x25\xf8\x7a\xa5\x8b\x55\x1e\xe7\xcb\xf6\x64\x2a\x67\xb8\x5a\xa8\x7d\xf6\x96\x2a\x1a\xdb\x34\xa0\x68\xc9\x83\x71\xf0\x45\x4d\x81\x29\x74\xe0\x5c\x94\xeb\x0c\xdf\xa7\xd9\xa7\x2b\xd0\x7f\xda\xae\x64\xb4\x27\x0f\x54\x07\x19\x80\x43\x62\xd7\x4e\x7c\x0d\x8a\x7f\xad\x78\x39\x48\x57\x2c\x04\xe4\xb6\x58\xe3\x2b\xa0\xbd\xfb\xb3\xa0\x95\xdc\x16\x88\xa8\xfb\xf5\x3f\x06\xf9\x3b\x21\x93\x91\xd2\x26\xdf\x09\x96\xcd\x78\x3f\x9a\xcf\x8f\x79\x29\x69\x29\xdf\xdf\xac\x68\x12\xa5\x2b\xad\x4a\xcd\x78\x79\x78\x5d\xe6\xc3\x74\xc5\xfa\x3a\x4a\x51\xfa\x6b\xfa\x45\x07\x71\xa8\x42\x11\x8c\x93\xbb\xdc\x1a\x0a\xb5\xd4\x8c\xe5\x8f\xd5\x1a\x02\x0d\xe2\xc0\xdb\x21\x08\x45\xa9\xa8\x86\x8f\xb2\x8c\xae\x24\x69\x27\x6c\x36\x77\xf4\xa1\xac\xf7\x40\xe9\xd8\x41\xa9\x47\x4b\x6b\x19\xae\xea\x4a\xc3\x7a\x6c\x48\x65\x10\xc9\x34\x12\x8c\x86\x2e\x52\x05\xd4\x60\x63\x86\xa3\x3f\x3d\x7d\x1f\xe1\x5b\xb5\xaa\xc9\xed\x9c\x15\x92\x8a\xe4\x96\xe5\x89\x30\x44\x13\x8e\x40\x13\x6e\x27\x67\x4f\x84\x9c\xbd\x3c\xad\x16\x54\x04\xac\x3d\x08\x63\xec\x98\x7b\x08\x2c\xae\xd7\x6d\xde\xab\x1b\x48\x3c\xc2\x62\x07\x15\x6f\x32\x59\x5e\xff\xce\x91\x96\x43\x96\xab\xc1\x06\x42\x8d\x1d\x03\xe6\x38\x7a\xf3\xe8\xfd\xe3\x1f\xec\x90\x59\x6d\xf8\x8d\x16\xde\xd8\xd7\x76\x13\x80\xfc\xd7\xae\x84\x3d\xdb\xc5\x10\x86\xbf\xe9\x12\xf9\x7d\xb6\x13\x70\xb9\x0c\x6c\x93\x7c\xdf\xfe\x8a\xd6\x36\x3e\x47\xc3\xa5\xfb\xf5\xaf\x46\x51\x70\xd7\xc7\x52\x4d\xea\x96\xe4\xd2\xad\x68\x47\x73\x33\xe9\x50\xbb\xaa\xb2\x1c\x35\xe3\xaa\x7a\x5d\x61\xb7\x35\x60\x07\x19\x46\x27\x77\x77\x96\xc7\xbd\x35\x0c\xdf\xa1\x46\x71\x63\xee\x02\x3f\xb1\x5e\x8f\xb5\xa8\xdc\xc9\xfe\x72\x0c\x25\x2c\x08\x93\x8a\xfd\x00\xe0\xda\x68\x1a\x56\xe9\xfd\x42\xf0\xcf\xa5\xcf\x6a\x85\xaa\x7b\xbd\x28\x3a\x20\x44\x22\x4e\x82\x8c\x8d\xcf\x1f\x13\x7a\x2f\x22\xc4\xc4\xa6\x78\x07\x43\x45\x1c\xe2\xe2\x89\x00\x2d\x6e\x4a\x01\x62\xdb\x2e\xb3\xd9\x8c\x20\xa5\xb2\x35\x6c\x59\x7d\xde\x6a\x3e\x72\x52\xe2\xb5\x28\x12\x86\xbd\x1e\x25\xbc\x26\x14\xdf\xea\xb2\x49\x5a\x13\x89\x2b\xf2\x15\x1a\xf9\x17\x73\xdc\x18\x2c\x2b\xe9\xfe\xe1\xb6\xac\xbb\x7f\xb8\x65\xea\xc1\x37\x9b\x28\xaa\x7f\xb1\xcc\x43\x57\xb1\xe3\x78\xe9\xf1\x35\x78\x77\x5c\xa1\x1a\xd4\x17\xf4\x30\x15\x2c\xf0\x6d\x58\xb0\xc3\x33\xca\x24\x00\x0b\xe0\x9b\xaa\x19\x0a\x2e\x2d\x68\xa4\xe8\x96\x93\xd4\x2e\x3d\xf7\x43\xc7\xd2\xc0\xdb\xf4\xba\x4a\x1c\x77\xbe\x99\xd0\x84\x7a\xb3\x8b\x4d\x73\x49\x16\x53\xdb\xb4\x4f\x3c\xae\xbf\xb5\x4a\x9d\xf6\x9e\x7e\x91\xae\xca\x78\x84\xcb\x9d\x5c\x64\xa4\x15\xc3\x1e\x15\x45\xeb\x43\x8c\xfc\xb6\x3d\x27\x01\x0d\xf3\x12\xdc\xc5\xce\xb9\x78\x9a\x66\x8b\x18\x48\x5d\x72\x01\x7e\xe0\x29\xc2\xb2\x29\x9b\x9b\xf0\x31\x54\x51\x9c\x39\x2d\x25\x4b\x8b\x8a\x44\x55\xba\xa4\x03\x2e\xd8\x95\xc2\x18\x29\x78\x64\x47\x0a\xf2\xd4\xf9\x0f\x22\x21\x0d\x4a\x9e\x94\xc2\x26\x41\x6d\xe6\xcc\xf9\x44\x6f\xaa\xd8\x94\xb6\xbc\x62\xa7\x09\xb6\x16\x85\x73\x2a\x10\x4d\x22\x74\x31\x18\x4f\xa2\x5e\x94\x44\x93\xa8\x03\x5f\xfb\x04\x44\x4c\x7f\xb8\x85\xf9\xd9\xc5\x52\x45\xb6\xf2\xfa\x97\x5a\x87\x7d\xfa\x37\x38\x93\xba\x86\x09\x85\xf0\xe9\x5a\x96\xa2\x79\xdc\x6c\x7e\x63\xbf\x26\xe6\xab\x7e\x75\x53\x5c\x6b\x7a\x47\xb6\x11\x8d\x16\xf6\x8c\x77\x22\x1e\xfa\x6a\xf8\x2a\xd2\xa1\x2e\xfa\xb3\x6e\xb6\x50\xe0\x21\xc9\x5a\xce\x07\x0f\x23\x3c\x4f\x2b\x79\xc9\xb9\x4c\xf4\xd9\x95\xf1\xe5\x6a\x2d\x69\x1e\xdf\x5e\x51\x19\xb7\xc4\x8c\x36\xef\x24\x7c\x4d\xc2\xd7\x46\xa0\xf8\xfa\x73\x49\x85\x8e\x40\x39\x2c\x38\xff\xb4\x5e\xc5\x91\xa2\x9b\x58\x46\x13\x9b\x3b\x42\x35\xae\xa8\xdc\x21\x3e\x75\xf5\x49\x45\x33\xac\x2b\xfa\x4c\xdd\x25\xed\x7e\xfa\x8a\x39\x5a\x28\xb4\xb3\x79\x23\x84\x7b\x0b\x21\x06\x8d\x1a\x5b\xa4\x48\x46\x76\x95\xd0\xf2\x9a\x09\x5e\x2e\x21\x96\xba\x59\x91\x83\x83\x18\xc0\x1e\x2a\x7b\xfa\xea\x6f\xbd\x1e\x44\x66\x6a\x12\x86\x1f\xff\xfc\xd7\x1f\x9f\xbe\xfd\xf9\xe3\xf3\x57\xef\x9f\xfe\xe9\xed\xa3\xf7\xcf\x5f\xbf\x82\x50\x1f\xbd\xde\x01\xdc\xe5\x15\x17\xd2\x03\xb0\x2d\xe9\x8d\x86\x68\x5f\xe7\x1a\x18\xf4\xe7\x47\xce\x54\xc9\x73\xc7\x7e\x5b\x83\x0b\x15\x6d\x8c\x6f\xcd\x1a\xc1\x9e\xb1\x9c\xb2\x29\x9f\xcd\x08\xd5\x7f\xdd\x99\x78\x37\x3a\xe7\xcb\x92\x7f\x13\x42\x67\x31\x9c\x00\x29\xd2\xf2\xff\xf2\xab\x78\x1e\x57\xf8\xdc\xbc\xd1\x2c\xd8\xdd\xb6\xad\xed\x6e\xbc\x4b\x11\x4c\xa6\x4f\xe0\x98\xc3\x93\x17\xab\xa3\x9d\x95\x19\x25\x96\x57\x6b\x31\x30\xaf\x2b\x0a\xff\xd2\x64\x61\x20\x76\xfd\x6a\x8b\xa0\x66\xaa\x35\x7f\x3c\xd4\x5b\xf3\xad\xc3\x05\x6f\xd4\x40\xda\x90\x20\x90\xdf\xaf\x32\xe8\x97\x70\xfd\x0a\xc5\xfd\xbf\xb5\x77\x66\x9d\xfe\xf3\xfa\xf8\x9f\x4f\x14\xb0\xbc\x4a\x44\x6d\xdb\x0a\x74\x3a\xfc\x68\xe9\x2c\x07\xc3\x77\xd7\x8e\x03\x84\xb6\x86\x8e\x61\xfb\xbb\xbe\x71\xcc\xb0\xc4\x81\xde\x54\x30\x68\xa1\xbb\x63\xda\x6f\xa9\x87\xfc\xde\x3d\x68\x54\xb0\xf6\xf4\x21\x6b\xe9\x9a\x60\xf1\xf5\x19\x07\x78\x10\x38\x54\xd4\x52\xfb\x2a\xbc\x06\x43\x82\x47\xec\x5e\x99\x37\xaf\xdf\x85\xfb\x78\x8b\x9c\x12\x1e\x39\xb5\xbf\x76\x7c\x0b\x0e\x03\x85\x9a\xb5\xf4\x8e\xbe\x73\xd5\xf1\xaf\x51\x55\x29\x8e\xde\xfc\x18\xee\xe9\x7c\x87\xae\x8c\x61\xf7\x0f\x59\xbe\x5d\xc5\x1d\xb3\xa7\x7a\x10\xe8\x9c\x21\x1c\x3d\x79\xfa\xe2\xe9\xfb\xa7\x6a\x41\x3e\xaa\xab\x7d\xf5\xfc\xc9\x33\xc1\x97\x6d\xd5\x31\x7c\xd7\xaa\x00\xc0\x48\x64\xc4\xf2\xa0\xce\xc5\x49\xe0\x30\x01\xbc\x1b\x34\x9d\xcd\xe9\x96\x86\x18\x47\x84\x90\x74\x12\xba\x59\x88\xa2\x24\x16\x84\xe3\x92\x44\x13\x96\x93\xa8\x9f\xe2\x5d\xea\x0f\x06\x65\x69\xb0\x18\x5a\xe6\xd5\x4f\x4c\x2e\x26\x03\x1d\x53\xdc\xa2\x52\x25\x76\xee\x23\xac\x74\x14\x25\xc2\x65\x8f\x4b\x88\x0a\x17\xf6\x21\x14\xf9\x3b\x3f\x39\x4d\x54\x24\x84\x5a\x9a\x3b\xcb\xf4\xcb\x8f\x6f\x5f\xbc\xd0\xd1\x15\x8e\x46\xf7\x1e\xee\xe3\x83\xf9\x32\x15\x85\xf2\xbf\x4c\x57\x58\x1f\x89\x76\xba\xfd\xaa\x3a\xd2\xa1\xac\x92\x5c\x38\xa7\xe5\xbb\x56\xad\x03\xa1\x51\x63\x06\xfe\x8a\x14\x2e\xc2\xf0\x74\x86\xb0\xd6\x89\x62\x26\x62\x9c\x44\xb5\xf5\x38\xeb\x29\x27\x05\x6d\xc4\x6d\x77\xb6\x3a\xfb\x08\xa7\xbb\x1b\x9e\x8e\x66\x48\xd1\x46\xd3\xe6\xda\x6e\x3a\x4d\x4d\xa7\x25\xd9\xa1\x20\x48\x87\x2c\x77\xde\x04\x58\xc7\xce\x6e\x9f\xf7\x25\x38\x7a\x8c\x55\xab\x95\xee\xf8\x74\x86\x10\xe6\x7d\x22\x0d\x03\xa9\x72\x4b\xd1\xa9\xa6\xa5\x89\xfb\x0a\xa1\xea\xab\x1a\xc5\x12\x33\x1c\xf5\x58\x5e\x7d\x77\xff\xfb\xef\xee\x3f\x21\x91\x53\xcc\xf0\x3a\xc6\x6d\x21\x55\x8a\xd7\xb8\x45\x59\x39\xda\x96\xcd\x63\x23\x0b\x7e\xb7\xce\x32\x5a\x19\xb2\xb7\x09\x4e\xdb\x69\x72\x18\x91\x4f\x3b\x07\x90\x76\xbe\x38\x28\x2e\x8d\x84\xd1\xf9\xff\x05\x19\xad\xd5\xe5\x86\x3c\x61\x4f\x90\x3d\x67\x2c\xd3\x37\x7f\x02\x54\x27\xcd\x5f\x6a\xc9\x9e\xeb\x70\xc7\xe8\x10\x53\xad\x43\xdc\xbd\x37\x1a\x27\x41\x47\xb6\x84\x2e\x31\xc7\xa9\xd6\x4e\xed\xde\x1b\x1d\x87\x99\x43\xc9\x49\x90\xf3\x5e\x98\x33\x10\x7d\x04\x19\x4f\xc3\x8c\x81\xd0\x42\x67\xb4\x0a\xae\x8a\xf0\xba\x20\xf7\x47\xa3\x70\xea\x3c\xa9\x03\xe4\xaf\x83\xaf\xa6\xb0\xfe\x82\xdd\x32\x25\x94\x5c\xd0\x0b\x72\x34\x1a\xf5\x7a\xf4\xfc\x78\x34\xda\x6c\x8e\x41\xa9\x8c\x62\xb7\x50\x2a\xcf\xbd\xa3\x23\x48\x84\x83\xd4\xbf\x02\x0c\xea\x86\xb3\x2d\xe5\x42\x8b\xc6\x47\x08\xe7\xe4\x76\x2d\x8a\x84\x62\xc3\x4b\x90\x35\x5e\x10\x3e\xdc\x66\x86\xda\xcd\x91\x59\xba\x43\x55\x60\x30\xda\x78\x61\x14\xe9\x28\xb9\x88\x19\xa1\x18\x2e\x9f\x5d\x2a\x7b\xea\xfe\xc9\x11\x6a\xb2\xdf\x6a\x2b\x58\xfe\x69\xb3\xa1\x5b\xfc\x16\xa3\x1e\xd6\x66\x88\x35\xbb\xba\x88\x05\xea\x1c\x8d\x46\xa0\x13\xa5\x29\xf1\x5e\x4f\x6e\xd5\x33\x89\xb9\xcf\x51\x20\x12\x4b\x12\xa4\x58\x8d\x39\x94\xb4\x72\x96\x58\x91\xb6\x4d\x84\x7a\x07\xd4\xb2\x89\x8d\xaa\x67\x08\x3c\xd0\xc6\x1c\x53\xcc\xf4\x95\x9f\xa3\xad\x78\xd5\x2d\xa4\x05\x7a\x6f\xf2\xa4\x0e\xfe\x6d\x25\x39\xaa\x51\x02\x9a\x71\x5b\xfc\xac\xb6\x07\xb0\xc5\xb0\xd2\x30\x13\x44\x2b\x6b\x1a\xda\xd7\x81\xf5\xde\x0e\xa8\x5f\x39\xea\xe8\xa6\xc5\xda\x68\x3d\xc3\xb8\xa8\xca\x82\x17\x7a\x9a\xfc\xaa\xbf\xa9\x41\x89\x3a\x01\x77\x87\x34\xea\x94\xbb\x66\x59\x91\x8c\xf0\xf3\x3d\xfd\x22\x83\x19\xe7\xde\x64\xed\xed\xab\x84\xbe\xf2\xe1\x47\xd8\x1c\xe0\x7f\x2b\x7a\xf2\x2e\xe9\xbe\x7d\xfa\xee\xbd\x61\x82\xfd\x2f\xea\x93\x09\x45\x2c\x79\x37\xea\x53\x85\x56\xa8\x44\x0b\xdc\x14\xdd\x6a\x36\xa8\xc6\x55\xe0\x7b\xd9\xca\xa0\xa0\x98\x6f\x6b\x33\x42\xb6\x6e\xce\x69\x05\x52\xd9\x8a\xd2\xa5\x6a\xe4\x92\x76\x6d\x24\x64\x56\x76\x6f\xf8\x5a\x74\xd3\xd5\xaa\x51\x63\xe4\xd7\x54\x08\x96\x83\xd8\xfe\x9a\xa5\xdd\x5f\xd2\x3c\x7f\x2d\x5e\x9b\xd4\x77\x69\x99\x5f\xf2\x2f\x7f\x02\xdd\xc7\xea\x17\x88\x59\xb9\xa0\x5d\x4b\xa9\x1b\xa1\xe8\x24\x42\x9d\xb2\xe9\x70\xb0\x5d\x1d\x15\x0c\xfb\x54\x6b\x62\x1a\x0d\x4f\xa7\xbc\x18\x03\xcf\x06\x53\xd4\xf9\x7f\x4d\x47\xd3\xac\x83\xea\xee\xfe\x13\x6c\xd7\x71\x44\x51\xd2\x2e\x60\x67\x67\xc8\xaa\x67\x69\x25\xbf\x07\xa6\x87\x29\xdb\x5a\x4c\xc3\x49\x09\x13\xeb\x5d\xf2\x21\x2b\x02\x49\xab\x8a\x5d\x95\x71\xeb\x24\xc5\x0a\xaf\x53\x07\xaa\xb0\x62\xa3\x2d\xed\x6f\xcd\xfd\x8b\x50\xc7\x19\xfb\x94\x13\x61\xd9\x91\xad\xca\x6b\x85\x0b\x3b\x56\x65\xe2\x7e\x6e\x36\x71\x53\xe4\xd6\x29\x51\x8a\x61\xd6\xb0\xa0\x36\x1b\x3d\xa6\x6d\xe6\x54\x27\x60\xb6\xef\x9c\xe0\x58\x00\x97\xac\xd7\x03\x2a\x08\x90\x53\x35\x32\x88\x61\x67\xda\x9d\x46\xa6\xca\x81\xaa\x33\x9a\x59\x9f\x93\xf0\xc9\xf4\x63\x20\xcd\xa7\x78\xef\x37\xc2\x10\xc2\x82\xe4\x86\x46\x43\x28\xb9\xa3\xed\x70\x7a\x04\xbe\xf5\xc6\x9b\x00\xf3\x47\xb4\x58\xe6\x9a\xdb\xa7\xbe\x93\x48\xcb\xdb\xa8\x9e\xa4\x2f\x92\x48\xc3\x15\x6d\x5a\xa2\xb6\x25\xfd\x61\x0f\x27\xb1\xb1\x38\x19\x5e\x82\x33\xdf\x77\xb4\xcc\x03\x53\xeb\x90\x77\x6a\xd7\xcf\x61\x72\x82\x5c\x80\x23\x3b\x03\x6a\x9a\x21\x1c\x0b\xec\xb2\x4e\xc5\x0c\x02\x48\xd6\x6e\x56\xb0\x50\x5b\x93\x34\x60\xaa\x50\x59\x48\x43\x58\x98\x4d\xa3\x2d\x1e\xd4\xb9\xf4\x4d\x3b\x21\x54\xd6\xdf\x91\x59\xe8\xee\x69\x82\x25\xe3\x05\x98\xa0\x7d\x35\xb7\x36\x6f\x50\x07\x4b\xcb\x4a\xc1\x1c\x33\x86\x21\x4c\xeb\x5f\x40\x75\xfa\xf0\x1f\x0b\x29\x57\x55\xcb\x70\x01\x49\x71\x73\xeb\xe5\x3f\x3c\x74\x46\x0b\x46\x30\x50\xa2\xdb\xad\x43\xea\x67\xbe\xee\xa6\x82\x76\xd7\x15\x2b\xaf\x34\x78\x77\x9f\xa4\x32\xed\x7e\x66\x72\xd1\x2d\x79\x57\xf5\x6d\xfb\x18\xd6\x97\xc2\xb0\xfb\x7e\xc1\xaa\xee\x67\x56\x14\xdd\x54\x4a\xba\x5c\x49\x75\x64\xad\x2b\x0a\xc7\x15\x14\xe5\x73\xf8\x6d\xe7\xb0\x6b\xc6\x8c\xbb\x9f\x17\x2c\x5b\x74\x99\x3e\xf2\x35\x77\x73\x2d\x68\xde\x9d\x9b\x83\xd1\xc4\xf3\xf6\x6a\x61\x95\x2d\x3d\xec\xbe\x29\xa8\xc2\x3a\x2b\x2a\x5d\x53\x3f\x2d\x98\xa4\x05\xab\x64\x77\x65\xc4\x7d\x50\x97\xed\xb3\xc7\x39\x1d\xfe\x5a\x0d\x9b\x1e\xc1\x4c\x24\xdd\xa8\x5f\x5a\xe5\x4a\xe4\x34\xb6\x69\x8d\x77\xdc\xb7\x8d\x61\x37\x08\xef\xa4\x6f\x8a\x40\xad\x18\x46\xa0\x5b\x4f\xef\x7b\x37\xd2\x9f\x98\x23\x92\x5c\x88\x1d\x41\x67\x44\xaf\x27\x0c\x01\x31\xb1\x3f\x92\xa9\x95\xb3\x44\x51\x9f\x62\x23\xa9\x7a\xbf\xa0\xdd\xcb\x34\xfb\x44\xcb\xbc\xab\x51\x81\x9c\xe6\x7a\x09\xd3\xd2\xe8\xfd\x58\xf9\x55\x14\xf5\x45\x3d\xc3\xfb\x08\x8c\x64\x0f\x52\x02\xce\x9b\xb6\x0e\xa9\x08\xbc\x1f\x75\x83\x63\xcd\xe9\x91\x13\x2f\x0a\x90\x42\x3d\xd5\x70\x6c\xb8\xef\xfb\xa3\x49\x34\x7d\xbd\x64\x52\xd2\xbc\xab\xa9\xe0\x9b\xee\x0f\xef\x5f\xbe\x98\x45\x89\xc0\xd3\xc8\x83\x44\x2b\x6f\x8b\xfa\x71\x69\xa4\x2d\x10\xf0\xac\x84\xad\xdc\x8f\xba\xba\x3d\x9a\x77\x53\x85\x97\xe0\xe8\x8d\xc6\x52\xbb\x31\x58\xe5\xa2\x08\xb3\x99\x21\xe2\x3f\x94\xea\xba\xf4\x38\xb7\xbe\x04\x49\x51\x25\x5a\x60\x68\xd4\xed\x13\x51\x13\xaa\x75\x7d\x87\x26\x89\x08\xd4\x2c\x6a\x20\x13\x5f\xec\x93\x89\xe7\xf4\x72\x7d\xf5\x35\x2d\x29\x9d\xa9\xa2\x72\xbd\xfa\xbd\x15\xa4\xee\x54\x60\x52\x13\x6c\x30\x3c\xa7\x2e\x02\xaa\xd7\x06\x33\x60\x25\xb4\x66\x04\x21\x71\x04\xdf\x22\x84\xaf\xa8\x7c\x06\x7a\x10\x15\x68\xdb\x4c\x6f\xcb\x74\x49\x93\x88\x55\xaf\xe8\x67\x05\x69\x55\x96\x44\xea\x67\x8d\xdd\x97\x97\x3c\x67\x73\x46\x73\xfb\xd9\xbd\x7b\x79\x1e\x17\x34\x2d\x6d\x06\xfd\x52\xcf\x14\x1a\xb9\xa4\xef\xf9\xe3\x22\xad\x2a\x4f\xf7\xb5\x7d\xac\x9a\xbe\x69\xee\xd5\x33\x2e\x00\x1d\xf9\xac\xf6\xe2\x4b\x95\xa2\x60\xb3\x02\x89\xe0\xed\x6e\x34\xc3\x8e\x0d\x58\x2f\x3e\x1b\x52\x4d\x92\xf5\x03\x05\xca\x1a\x0a\xfa\xab\x97\xe9\xea\x19\x17\x28\x2e\x51\x27\x6d\x24\x8e\x0a\x95\x26\x17\xb7\x70\xe9\x40\xdb\xaa\xd9\xe7\xf3\x1f\xcb\x8a\xd2\x32\x2e\x71\x8a\x19\x56\x34\x00\x47\x10\xf3\x7b\xab\x1d\x22\xc9\x45\x7c\x47\x69\xdd\xb8\xa9\x02\x33\x2d\xcc\x2b\xb1\x74\x81\x19\xd5\x72\xdc\x72\x9f\x03\xa2\xdd\xc8\xee\x68\x8a\xe1\xd4\x17\x95\x4a\x55\x32\x05\xa6\x92\x04\xe7\x01\x86\xb9\x2b\x28\x9c\xb5\x2f\x61\xe7\xa9\xd7\x25\xbf\xa6\x1a\x0c\xe3\xaa\x51\x08\xde\x95\x77\xb5\xae\x16\x2e\x27\xae\xcc\x72\x04\x83\x72\xc4\xaa\x89\xd5\x79\xa0\xd0\x3b\xf0\x74\x12\x0b\xe7\x3a\x9f\x36\x8b\x2a\x10\xae\xf4\x9d\xfe\x59\xa4\x2b\xb7\xb2\x10\x4a\xb7\x63\x98\x3d\xf0\x99\x5f\x02\x86\xdf\xe4\x00\x5f\xfc\xb8\x8c\xa7\xd5\x0c\x5c\xe0\xaa\x16\xc0\xc7\x42\x8d\x33\x5e\xac\x97\xe5\x2b\x00\xb3\x27\x0a\xf8\x28\xb9\x68\x19\xe4\xad\x98\xd4\x8a\x75\x41\xfa\xba\x54\xb8\x47\xc6\x85\x3a\xf8\x1b\xc3\x89\x8f\x87\x57\x38\xea\x46\xd6\x42\x08\x99\x06\xaa\x2d\xab\x3f\xb7\x71\xdc\xb6\x78\x9e\x2b\x90\x17\x64\x64\xf8\x85\xdb\x98\x27\xc5\x51\x2a\xa5\x60\x97\x6b\x49\xab\x08\xf9\x4b\x08\xb0\xc7\xe6\xb1\xe8\xf7\x2f\xca\xa1\xcb\xf5\x82\x2d\x99\x6c\x62\xf9\x7b\xbc\xa8\xf6\xc0\x63\x06\xae\x05\xc1\x75\x03\xf4\x8c\xe9\x6e\xf1\x1a\xc0\xa1\x56\x1b\xdf\x70\x3b\xf5\xd9\xc4\xe6\x4d\x34\x5c\x73\xb8\x9f\x1f\x35\xce\xb6\x3f\xc2\xc1\xa6\xae\x87\x94\x95\x54\xfc\x85\xde\x04\xde\x71\x84\x89\x97\x09\xa1\xeb\x8a\x24\x1e\xfe\x11\x1d\xa2\x8e\x31\xab\x2b\xc1\x78\xa3\x9c\x8e\x67\xcd\x7d\x6c\x78\x63\xd2\x9d\x44\xc3\x15\xa5\x9f\x1e\x15\x05\x58\xd5\xba\xce\x3d\x86\x61\xfd\x4d\x1d\x82\x9e\x30\x73\x84\x05\xb9\x65\x79\x12\x4c\x25\xcb\xa3\x06\x86\xe9\x90\xa6\xd9\xe2\x91\x9d\xb7\xb8\xd4\xd3\x29\xfb\xfd\x0b\xcd\x85\xdf\x33\xa3\x62\x5a\xce\x88\x5f\x6d\x09\xde\x2d\xbc\x1e\xfd\x85\xde\x7c\xd6\xb3\xd6\x58\x41\x39\xd4\xf0\x51\x3c\x55\xfd\x98\xa1\x7d\xfd\xa0\xe4\x42\x38\x3e\x26\x16\x21\x56\x0c\xe9\x7e\xe3\x02\xa1\x70\xad\xf4\x51\xad\xa7\x43\x81\x76\x7c\x0b\x07\xb5\x8e\xbe\x17\x9b\x53\x1b\xe1\xe6\x8c\xb6\x5f\x16\x69\xf5\x84\x09\x79\xf3\xc8\x83\xb7\x5e\xef\x60\xab\x1c\x1c\xd5\xc9\xc1\x1d\xa5\x6a\x14\xac\x0e\x9c\xce\x66\x22\xa2\xcb\x22\xcd\x3e\x45\xcd\xd8\xfd\xca\x27\x92\x44\x57\x82\xd2\x32\xba\xbb\x4f\x31\xd4\xb3\x06\xaf\xc7\x35\x36\x7b\xdf\xb7\x76\xf6\x6f\xbd\x47\x71\x63\x4b\x6c\xe6\x1e\xdb\xbb\x6b\x57\xfd\x33\x75\xd1\x6f\xad\x48\xe9\x56\xa4\xd3\x08\xb7\x3a\x65\xb3\x1f\xdb\x81\x48\xb9\x6f\x3e\x2a\x63\x06\x27\x98\xed\x23\x42\xb5\xe1\xcd\xa4\x79\xfe\x5a\xf7\x5f\x28\x48\x52\xe7\xbc\x59\x7c\x5f\x7f\xc0\xf0\x71\xcc\x61\x1c\x64\xaf\x91\xfa\xbf\xc5\x56\x43\xb7\xa2\x7d\x2d\xd4\xf5\xb7\x69\xc9\xfa\xe8\xc9\xdd\x26\x5b\xbf\x3f\xf6\xe2\x5d\xb6\xa4\xdc\x87\xcd\x28\x8a\xe6\x27\x9a\x7e\x7a\x99\xae\x82\x80\xdc\x16\xc6\xcc\xd6\x70\x93\xd2\xb2\x10\xb3\x22\x1a\x2d\x52\x51\xdd\x56\x60\x64\x65\xa6\x56\xcd\xa5\x91\x42\x6d\xdd\xa5\x9d\x6f\xca\xb5\xc3\x16\xb2\xd4\x3a\x1f\x8d\x4c\x65\x91\x2a\xfa\x17\xec\x5d\x36\x1b\x7d\x4b\xe9\x57\x08\x22\xc2\x3c\x8b\x1c\x6a\x02\x55\x70\x62\x2e\x91\x60\xc5\x52\x99\x0e\x9c\xa2\x25\x2b\x99\x34\x7a\xe1\xe8\xb6\xae\xbd\x25\xe7\xfb\x96\x1c\x4e\xe4\x3d\x7e\x5f\xee\x30\xd4\xfb\x06\x90\xd8\x72\x06\xb3\xb5\x60\x53\x40\x09\x66\xc4\xb1\x5d\x8e\x41\x9d\xc5\x79\x6c\xdf\x61\xd9\x2a\x37\x9b\x2d\xfa\x49\xf6\x7a\xe6\x2a\x91\xa8\xd7\xdb\x0a\xc8\xae\x10\xfb\x6d\x9b\x50\x57\xa6\xec\xf5\xa2\xc6\x66\x20\x62\x10\xa2\x3d\xb2\x84\xaa\x4b\xdb\x6c\x1a\x63\x5d\xcf\x15\xe6\x4e\x23\x2d\xdf\x03\x55\xfb\xd6\xc4\x1a\x88\xb5\xb5\xa7\x44\xd6\xc3\x39\x98\x77\x8a\x29\x9b\x35\x05\x20\xc2\x93\x91\x8c\xc4\x02\x4d\x68\x8c\xe2\xe1\x70\x28\x50\x42\xf5\xdf\xda\xc4\x8d\x67\x01\x03\x5c\xec\x0a\x78\x3a\x89\x05\xa1\x98\x9a\xcd\x84\x12\x41\xc4\x66\x73\x5b\x1b\x46\xdc\x2d\xb0\xe6\x28\x66\x95\x3b\xf8\x92\x83\x11\xfe\xc4\xca\x3c\x69\x70\x90\x08\x73\xcd\xef\x4b\x44\x1d\x62\x2b\xa1\x82\x16\x0d\x34\x43\x3e\xb2\x52\x52\x51\xa6\x05\x20\x68\x3b\x64\x00\x9e\xdf\x88\xa1\x70\x5b\x48\xe3\xf5\x6a\x97\xa8\x2e\xc5\x02\xb4\x27\x29\x9a\x94\xa0\x31\x68\xbb\x04\x57\x5d\x4c\x51\xd2\x86\xbb\xdd\x66\xd1\x6e\xf3\x42\xb9\xc6\x81\xb4\x9f\x3a\x4c\x57\xab\xe2\x46\xf3\xcb\xdd\x52\x38\x45\xf7\x20\x6b\xa3\xd7\x64\x4d\xe7\xe8\x5e\xc5\xb1\x60\x16\xd4\x6e\x0f\xef\x1e\xe3\xf5\x05\x29\xba\x37\x8d\x4b\x38\xd7\x35\x4a\xcc\x76\xc5\x37\x29\x31\xeb\xec\x5a\xe4\x92\x50\xcc\xdc\x22\xc7\x25\x91\x98\x11\x0a\x41\x3a\xc3\x3d\xc1\x7a\xbd\x98\x11\xd1\xc8\x28\x5f\x5a\x55\x80\x98\xb9\x28\xa6\x1a\x2c\x18\x66\xd5\x5b\x5a\x80\x7a\x5a\xb5\x60\x2b\x05\x19\x16\x10\x4a\x52\x2a\x30\x32\x90\x72\xe9\xf4\x45\xb0\x3e\xa8\x8c\x02\x49\x57\xa5\x7c\xa2\xda\xa2\xe4\x6b\xa0\x73\xc7\xac\x5d\x51\xe9\x69\xbc\xfc\xc6\xa9\x0e\x74\x65\x0c\xc5\xf3\x95\xfa\xed\x72\x70\xb7\x1c\xd5\xf6\x72\x6c\x2f\x03\xdc\x34\xde\x66\xc3\x92\x48\x98\xa5\xad\x55\xa0\x3a\xf0\xcc\xae\x55\xb0\xd8\x46\xb3\x39\xed\x9c\xcb\x1d\xeb\xa1\xe7\x7f\x61\x34\x86\xcc\xec\xff\x90\x56\x5d\xfd\xfe\xfb\xcc\xbd\xd3\x76\xf2\x67\xde\x78\xce\xdc\xbf\xd3\x85\x5b\x01\x4f\x5b\xca\x28\x32\x78\x35\x06\xa0\x8f\xad\x87\x2d\x38\x25\xdf\x08\xfe\xe5\xa6\xd1\x3d\x7d\x42\x57\x82\x66\xa9\xa4\xf9\xd3\x6b\x08\x4b\x81\x6f\x3f\x0a\x50\xa1\xa4\xe2\x07\x10\xfa\x0b\x43\xb3\xe8\x5e\xd9\x6f\x34\xb7\x5f\xc9\xed\x25\xcd\xd2\x25\x75\x52\x63\xac\xdf\xff\x06\x6f\xb2\xfe\x7f\xa8\xfb\xd7\x36\x37\x6e\x2b\x41\x1c\x7f\xcf\x4f\x41\x72\xfd\xd0\x85\x6d\x88\xe9\xce\x6c\xf2\x9f\x3f\xa5\x72\x3f\xb2\x64\x4d\x94\x58\x92\xc7\xb2\xe3\x9d\xe5\x70\x5b\x25\x16\xba\x1b\x11\x1b\xc5\xa0\x40\xc9\x1d\x12\xdf\xfd\xf7\xe0\xe0\x8e\x42\x15\xd9\xb6\x9c\x99\x7d\x23\x35\xab\x50\xb8\x1c\x1c\x1c\x9c\xfb\x91\xda\x75\xbc\xfd\xda\x9f\x4f\xb5\x27\x43\x5e\x9e\x81\x05\xfb\x55\xb5\x85\xfa\xd5\xd0\xc5\x8b\x90\x01\x4e\x15\x11\xd9\x51\xa6\xda\xfb\xb2\x87\x8d\xe1\x81\xaa\xff\x69\x61\xc5\x5b\x10\x05\xb0\xef\x9e\xe3\xe9\x72\x35\x05\xc1\xc4\x68\x3a\xdb\x64\xf2\xf3\xbb\x6a\xfb\xf5\x7d\x61\xf5\x7c\x53\x3c\x35\x0d\xa7\x4a\x86\x85\x67\x27\x2c\xd7\xcd\x43\x2d\x78\xc7\x3e\xb0\xe6\x13\xf3\xcc\x9e\x5d\x76\x10\x9a\xae\xc1\x01\xc9\xa0\x41\xfa\x4f\xaa\x20\x4b\x4c\x5b\x9d\x66\x3d\x99\x2d\x6b\x44\x31\xd5\x8d\x21\x6f\x81\x2d\x47\x83\xab\x3a\xc3\xf6\x7b\x08\x9b\xee\xa6\x68\x64\xac\x03\xa6\x39\xe6\xb3\xd9\xa4\xb7\xf1\x6c\xd6\x87\x39\xfd\x6f\xe6\x11\x4a\x15\x60\xac\xb3\x73\x33\x20\xb8\xba\xa6\xac\x7e\x63\x12\x34\x19\x2d\x6c\x1b\x50\x23\x90\x07\x14\x2d\x69\x0b\x11\x05\xf4\x9b\xbb\x30\xf3\x9e\x35\x82\x5e\xdf\x5b\x90\x3f\xbb\xd5\x75\x24\xc0\xc0\xd9\x37\x56\x90\xee\xb1\x33\x84\x13\x96\xee\xaa\x0f\x24\xe0\x50\x3c\xc3\xe2\x7c\xae\x8c\xbf\x2f\x8b\xca\x98\xe8\x1b\x8b\x2d\x9b\x15\x6e\x4d\xb1\x06\x85\x64\x16\xb5\x70\x85\x46\x74\xd9\xac\xca\xf6\x70\xd8\x3b\xb6\x02\x4c\x84\x5a\x25\x5d\x39\xf9\x9f\x4a\xac\x45\x9e\x9c\xb5\xd3\x6d\xd4\xe1\x50\xd8\xfd\x30\x6d\xf1\x6f\xb1\xa9\x7f\xd5\x5b\xaa\xc0\xea\x27\x45\xaf\x8b\x7e\x0c\x8a\x50\x5f\x47\xdb\x28\x40\x04\xac\x14\xb1\x16\x7a\xff\xb5\x3d\x8b\x48\x9d\x69\xbf\xd3\xa3\xe1\x0d\xeb\x64\xcf\xe1\x4b\xb6\xf2\x0a\x0c\xc5\x50\xcf\x66\xdc\xa9\xac\x18\xbe\xe8\x8e\xdc\x43\x88\xe6\xda\xd1\x50\x8d\x33\x84\x6d\x03\x2f\xdd\x99\x95\x12\x9b\x74\xc1\x27\xec\xa6\x4d\x2c\xfc\x39\x36\xcc\x8e\x7a\xc2\x76\x91\x93\x09\x34\xa4\xb6\x21\x19\x05\x00\xd1\x35\x08\x4c\x6a\x30\xb8\x06\x5c\x9a\xe4\xd8\x8d\x6e\xf0\xf8\x5a\x34\x0e\xae\xbf\x20\x72\x5b\xf5\xe7\xc5\x43\x05\x5a\x90\x25\xe3\xeb\x3b\xa2\x1c\xc6\x18\x73\x0e\x31\x0b\xe5\xd1\x60\x05\x73\x8b\xf5\xd9\xc2\x79\xc0\x7c\xb4\x5f\xdf\x1b\x5c\x49\x1c\x1b\x35\xd7\xc2\x65\x29\x46\x04\x64\x5d\x0e\x25\x2c\xb5\x32\x76\xb9\x42\xba\x06\x51\xc1\x03\x4f\x46\x4c\x24\x8a\x88\xfb\x7a\x68\xaa\xda\xb9\xd2\xb9\x37\x87\x1b\xf8\xb4\x88\xdd\x72\x49\xb5\xbe\x7d\x66\xfa\x70\xd7\x13\x64\xbe\xd0\x6a\x3f\x36\x8f\x39\x2a\xb4\x67\xf3\x0f\xe4\xde\xf8\xe2\xd0\x52\xeb\xe2\x21\x28\xdb\x37\x7a\xa5\xb9\x95\x11\xb1\x26\x23\xed\xac\x69\x4a\x02\x52\x24\x33\x0b\xaa\x8f\xc3\x3e\x93\x46\x0b\x9b\x83\xdf\xf1\xe5\x1e\x58\x1c\x33\x2a\xe2\x64\x65\x10\x87\xa0\x96\xc6\x30\xd5\x49\x65\xd4\x1f\xdb\x8a\x13\x26\x1c\xef\x59\x72\x4c\x96\x6c\x55\x2a\x71\xcc\x7f\xfa\x82\x37\x77\xb0\x66\x8a\xec\x5e\xe1\xdb\xa1\xf5\xf8\x0a\x6a\x56\xeb\xd2\xe5\x80\x22\x54\xd2\x4b\x07\xfe\x27\x74\x12\x10\xf9\x1c\x61\x2e\x65\xf3\x92\xad\x4c\x71\x66\xbd\x36\x4c\x91\xb7\xea\xc6\xf0\xdf\xaf\xe1\x88\x19\x30\x51\xd2\x2e\xae\xa5\x9e\x13\xec\xf4\x16\xdf\xe1\x8f\xe9\x92\xa6\xc6\x3e\xfd\x56\x80\xda\x23\x97\x9d\x3f\x5e\x55\xca\x39\x87\xdf\x2b\x01\x31\x9e\xd2\x4d\x59\xa4\x03\xea\xa3\x6b\x16\x3b\xc5\x5d\xbe\x6b\x52\x78\xf5\x78\xdc\x18\x7d\x75\x9e\x0e\xf0\x11\x8d\xb6\xe5\x47\x7c\x57\x7e\x84\x35\xbe\xcf\x66\x34\xc8\x72\xd5\x94\x51\x61\x0f\x9a\x09\xee\x9e\xcf\xe7\x5e\x26\x96\xf8\x4a\x13\xb0\xd7\x44\x7c\x6a\xf8\x07\x4d\xbf\xda\x30\xdd\xc2\x72\x4a\x5b\x20\xc6\xd3\x55\x48\xfd\x86\x88\x1f\xf2\x4c\xe0\x47\x4c\xdb\x6f\x9b\xaa\xa6\xec\xc6\xfd\x4d\xea\xc5\x47\xdc\x55\xdd\xa6\xcc\x6a\xb4\x6b\x73\xaa\x9b\xe7\x60\x19\x58\x1a\xb2\x9f\x00\x11\xa7\xed\xdb\xea\xa3\x9d\x85\x4e\x7c\x59\x2f\xb6\x58\x2b\xd7\xef\xb0\x59\xe3\xe2\x06\x5f\xdd\x55\xfc\x83\xe1\x01\x8d\x39\xfb\xa9\x56\x9a\x17\x68\x2f\x71\xad\xba\x04\x87\x1c\xd5\x91\xf6\x47\x98\x5c\xe8\xaf\x8c\xbf\x40\xf2\x8d\x06\x3e\x09\xde\xb5\xe5\x72\x65\x6e\xc6\x4d\xd5\x9a\x64\x22\xda\xbb\x4f\x7b\x6f\x65\xb6\xa4\x00\xa0\xea\xc4\x09\x6a\x19\x93\x0b\x1c\x2e\x76\x21\xe6\xdf\x37\x8d\x59\x38\x54\xb9\xc1\x31\x0e\x9b\x34\x14\x60\x2f\xd6\x4e\x8f\xda\x47\xe1\x28\x35\xdb\x58\x42\x16\x58\x3c\xba\xc2\x5a\xe1\x2c\xa9\xad\x42\xc6\x69\xc4\x4a\x4f\x91\xc4\xf9\x06\x7f\x35\xaf\xbb\x74\x96\x06\xbe\xd9\xad\x86\x01\x04\x82\x6a\xa6\x1c\x1e\x1b\x9e\xf8\x87\x26\x56\xc1\xec\xd3\x93\x35\x45\x5e\x6a\xb0\xec\x44\xd8\x41\x5b\xe4\xbf\x31\xb7\xbe\xc4\x55\x10\x8b\x9d\xa4\xf3\x38\x22\x72\x6b\xd0\xbd\x65\xd5\xb6\xbd\x6d\x44\x81\xe6\xe1\x87\x8a\x3f\xae\x6a\x93\xa4\xa3\xa6\xb5\x3a\x1b\xee\x87\xce\xe8\xea\x7e\x6a\x29\xc0\xfd\xd4\x08\xac\x7f\xc6\x82\x70\xf0\x28\x98\x2f\x6f\x36\x1b\x02\x09\x38\xec\xfc\x59\x2e\xb3\x6c\xaa\x76\x61\x16\x68\x50\x90\x8e\x0a\x28\xb8\x7f\x64\xc9\x49\xd3\x24\x72\xc6\x1e\x87\xf8\x9b\xb8\x89\xfa\xa4\x15\xbc\x71\xa1\x6a\xf1\x78\x71\x63\x7d\x64\xda\xea\xa3\x86\xe8\x8e\xf9\xec\x23\x76\x30\x75\xde\xa1\x3f\x52\x5b\xaf\xc1\x78\xf8\xf8\x23\x47\x13\xfd\x1d\x03\x15\xd9\x34\x8e\x3b\xad\xb0\xb1\xfb\x12\x57\x84\xe0\x09\xd3\x35\xbe\x4a\xb2\xe4\xab\x01\x86\x5a\xf1\x49\x12\xeb\x6b\xac\xf6\xe4\x2f\x0d\x8a\x4d\x10\xa9\xdb\x5c\xc2\xae\xbe\xaf\xd6\x1f\xa2\x4e\x72\x5f\xe7\x1a\xaa\x93\x90\x60\xe7\x43\x30\x59\x62\x1b\xa4\xfc\x8d\xba\x7f\xda\x2e\x41\x8e\x3b\xb0\x0c\x7f\xdc\x2b\xad\x25\x36\x7b\xe7\x35\xc8\xc6\x25\x3c\x66\xa3\xf6\x5b\xfd\x74\x91\xc5\x54\xdd\x85\x76\xc1\x57\xdb\xa4\xb9\x6a\x38\x61\x6a\x6b\x5d\x82\x0f\x43\xc2\x72\x0a\x3f\x63\x4a\x20\xba\x48\x04\x1c\x78\xe3\x1b\xab\x33\xa5\xc4\xcf\x16\x69\x23\xa9\xa4\x83\x87\xcf\xdc\xcc\x8f\xe7\xe6\xae\x04\x40\xb8\x73\xde\x07\x1a\xcd\xa1\x3d\xe2\xe4\x9a\x70\xc2\xd6\x8a\xcf\x2d\x42\x55\xae\x3a\x19\xb7\x4e\x51\x77\x7a\x17\x4e\x1b\x09\xfa\x08\xb0\x2c\xea\xa2\x26\xe6\x6e\xd0\xa6\x70\x2c\xca\xbd\xd4\x65\xe7\x1c\x3b\xeb\x49\xb2\x28\xbf\x22\x56\x40\xb0\xfa\x50\xeb\x4a\x11\xd8\x6d\xf1\xd6\x73\x74\x04\x93\x9f\xb7\x15\x83\x0c\xaa\xab\x0e\xa7\x1c\x32\xc3\xce\x91\xe2\xa3\x2d\x26\x3b\xff\x40\x59\xbd\x1a\x39\x6d\x5b\x03\x51\x4b\xee\x85\xba\x79\x59\xe4\x34\x01\xcf\xc3\xd1\x9b\x60\x74\xe4\xea\xc3\x11\x67\xd9\x25\xda\x1d\x28\xe8\x63\xfa\x62\x53\xdd\xc4\x4b\x50\x5c\x93\xe6\x75\xf2\x66\x6a\x25\xb9\x6a\x86\x04\xfe\x34\x0c\x09\xfc\x6d\x52\x58\x38\x23\xb7\x63\xbf\x24\xc2\x7b\xeb\x2e\xa9\xb6\x61\x61\x9d\xdf\xde\x88\x5b\xc2\x03\x8e\x78\x72\xae\x63\xdd\xda\x05\x53\x6b\x51\xa7\xf3\x63\xc8\x31\x73\x29\x25\xd6\xb4\xc9\x29\xcb\x1d\xf3\x36\x2c\xd6\xe2\xce\x0e\xf8\x2b\x77\xdd\xb0\x56\xf0\xdd\x5a\x34\xbc\xbb\x51\xfa\x1e\x89\xa4\x11\xad\x57\xcd\x33\xe0\x41\x5f\x7d\xd2\xaa\x56\xaf\x4a\xc5\x29\x10\xde\x92\xb8\xbb\xce\x84\xc2\x56\x59\xcb\x01\xb0\x46\xc8\xc2\xc5\xa8\xb5\x9f\xd6\xb5\x66\x3b\x8e\x03\x25\xc7\x84\xa4\x10\xe9\xd8\x8a\x46\xef\xe7\x9c\x34\x5b\xc2\x8a\xbd\xe0\xf4\xe6\x86\xf0\x58\xe7\xba\x24\xab\x9e\xf4\xc0\x91\x16\xb0\x63\xa0\x64\x81\xbe\x0f\xea\x53\xd3\xf2\xe2\x31\x7d\xc2\xc1\x44\xc9\x96\xf4\xd1\x45\x62\xa4\x14\xc6\x66\x06\x32\x1d\x43\x12\xa6\xaf\x75\x12\x96\x72\xe7\xc4\x87\xde\xa4\x6e\xef\xbd\xb6\x03\x4f\xeb\x4a\x54\x53\xf0\x66\x77\xf6\x58\xc5\xbf\xc6\x99\x20\x12\xc3\x21\x50\xc1\xf9\x95\xfa\x54\x8d\x12\xc0\xa9\xf9\xf3\xdb\x37\xaf\x13\xd5\x74\x6e\x2f\x93\x94\xcb\x3e\xbd\x9b\x93\xc6\x8f\x5c\x71\xde\xd0\x1f\xa6\x4f\x06\x43\x07\xd0\xb1\xfb\xb2\xb3\xa4\xd6\xdb\x4e\x79\x29\xe6\xeb\x86\xf0\x35\x79\xa9\x30\xc8\x7a\x4a\xf1\xfc\x45\xd8\x12\xf1\xb2\x86\x74\x52\x11\x54\x06\xc5\x52\x3c\xbd\x12\xd5\xcd\x34\x6f\x08\xa3\xb5\x94\x3d\x2e\x1c\xd1\xde\xd0\x7a\x8a\xef\x3d\x7c\xb5\xe3\xe6\x1e\xdc\x8b\xc8\x46\x51\x12\xa7\xb2\xd0\x9c\x63\x46\x8d\x32\xa4\xbd\x1f\x3a\xba\x41\x6a\x05\x11\x38\x0d\x6a\x87\x0a\x77\xae\x5f\x55\xdb\x13\xcc\x18\x19\x9d\x0b\x48\x7d\xd1\xa9\xef\x35\x31\xb8\x91\x4c\x69\x82\x25\x59\xb9\xdc\xf8\xea\x08\x86\xb6\x70\x5d\x34\x28\xea\x76\x14\xb4\x2d\x19\x66\x46\x77\xff\x32\x3b\x38\xf4\xd2\x07\x45\x88\x19\x70\x45\x85\x5d\xb5\x1a\x70\xb9\xc4\x95\xf5\xa6\xbc\x23\x70\x46\x02\x33\x0d\x14\x1b\x37\xd6\xc5\x91\xc9\x76\x5f\x96\xe5\xc6\x92\xbd\xa8\x47\x7a\x5d\xf8\x17\xcc\x37\xc2\xb4\x2c\x9a\x32\x32\x41\xf5\x6f\x1f\x43\x48\xdf\x9c\x55\xd9\xb8\x91\x21\x39\xbe\x5e\x1d\x6e\x53\x9d\x94\xc9\x5a\x1a\xe4\x11\x4f\x42\x1f\xe9\xe1\x00\x7e\xbb\xfd\x33\xd0\xdb\x33\xa9\xec\x72\x1a\x63\xd1\xad\xf4\x66\x06\x49\xd5\xf1\xa6\x8c\x93\x72\xb7\xe8\x12\x12\x3a\x0b\x45\x62\x5d\x0c\x34\xef\xc2\x12\x74\x6a\xc8\x2d\xc9\xa8\x6b\x84\x05\x92\xf7\x53\xb1\x4f\x0e\x07\x56\x06\x3f\x25\x82\x83\x62\x71\x62\x33\x9b\x69\x0e\xc2\x10\xd8\x06\x6f\xc0\xe4\xa7\x88\xe9\x5a\x1d\xb6\xd9\x8c\x14\xe1\x6f\x80\x49\x83\x70\x13\x78\x24\x98\xd2\xab\xe5\x2e\xb1\xb6\x39\x04\x59\x97\x3b\xbb\x38\x1b\x95\xce\x32\x8b\x13\xd9\xc5\x8d\x49\x59\x96\xcc\xcf\x7f\x74\x51\x96\xe5\xda\xbb\xf0\xec\xca\x35\xc2\xac\xdc\x2d\xcf\x4d\xd2\x72\xaa\xff\x36\xdb\x0f\x7f\x9b\x1e\x6d\x7d\x57\xad\x39\xd6\x46\x6c\xa6\x4d\xdb\xd4\x59\xbf\x2b\x19\x33\x02\xed\x62\x17\xfd\x56\x1b\x78\x82\x62\x62\x6f\xb8\xd3\xc5\x72\xe5\x39\xe4\xc5\x72\x25\x4f\xd0\xad\xea\x40\x8e\x3d\xef\xe8\x56\xc9\x92\x6b\x46\x31\xd1\x69\xeb\x09\x92\x1a\x3c\xd3\x17\x6b\x9c\x39\x18\x8b\x5b\x9c\xd1\x85\x2e\x6a\x7c\x4d\xc9\xa6\x3e\x61\x41\x89\xce\xfe\xe1\xd3\xd7\xc5\x62\xd5\x5b\x58\x03\x5a\xa8\x06\x8e\xe7\x30\x35\x37\x0b\x11\xf8\x24\x67\x55\x2f\x79\x16\xef\x61\x26\x04\xab\x9a\xb7\x69\xa9\x31\xc3\x1c\x84\x1a\xd7\xb9\x86\x65\x6a\xcf\xcc\x8e\x62\xc0\x3e\x1d\xd2\x22\xf3\x25\x5b\x8d\xdc\x68\x50\x62\xce\x45\x6b\x87\x8b\xf1\x83\x5a\xbf\xe7\x0f\xe4\x1e\xe4\x78\x40\x67\x93\xf1\x21\xb8\x37\x78\x40\xe0\xe9\x65\x20\x55\x41\x2a\x3b\xf5\x51\xf2\x90\x5d\x4e\x1b\x46\x7e\x68\xde\x30\x32\x5d\x4c\xef\x2a\x76\x6f\xff\xce\x36\xd3\x85\xb5\x4c\x3b\xf3\x23\xdb\xf0\x75\x13\x74\x08\x3f\xb4\x88\x98\xd7\x9e\x7e\x26\xf4\x0a\xb0\xa7\xd0\xc9\xeb\x21\xae\xd0\xa0\x19\xca\xa1\x0f\x28\x80\xae\x1b\x7e\x17\xaa\x2b\x7e\xf9\xf4\x3c\xcf\xec\xe7\xa5\xc3\x18\x3d\xb6\x6b\x8e\x21\x8f\xc9\x09\x5f\x9e\x22\x58\xde\x3d\x7f\x08\x7b\x7f\xc8\xac\x2f\xdf\x77\x16\x12\xa7\x0c\x63\x55\x2b\x8e\xbf\x99\x6a\xa7\xfb\xe9\x59\x3a\x84\xbb\xf1\xa6\x8e\x2d\xbd\xca\x9a\x07\x4c\xb9\xbb\x9d\x50\xac\x2a\x5c\x89\x38\xef\x87\x63\x50\xff\x65\xfb\xb4\xbd\x67\x6b\xc5\xd4\x3a\xad\xbd\xfa\xfb\x88\x41\xc1\x16\x69\xd0\x5f\x94\xd1\xaf\xc3\x61\x72\x61\xea\x27\x98\xc2\xf7\xfa\x97\xd1\x8f\x04\x1a\x70\x75\x6f\x79\x56\x47\x57\x21\xb2\x3d\x7f\xd7\x6c\xee\xef\x1a\xbe\xbd\xa5\xeb\xb2\xfb\xc8\x8f\x11\x6a\xc7\x9d\xbe\xfd\x7a\xb3\x6b\x6f\x9f\x55\xac\x61\x74\x5d\x6d\x4c\x8e\x10\xed\x70\xab\x8d\x3b\x93\x0b\xbb\x84\xe0\xa9\xf1\x02\x93\xb8\x62\xf7\x3f\x82\xae\x90\xd4\xde\x92\x33\xe9\x0c\x17\xf0\x19\x64\x7e\xa5\xa4\xfb\xbb\x4a\x18\x11\x82\xb2\x9b\xc3\x61\x42\x1c\x50\x0a\x84\x96\xe7\x2b\xeb\x2a\x61\x7b\x7f\x19\xf2\xf2\x91\x21\xee\xfc\x31\x79\xd2\x1d\xd0\xd0\xc3\xb3\xb3\x58\x2c\x0a\xdb\x18\x51\x52\xe4\x27\x24\xc2\x09\x45\xc9\x8c\x14\xaa\x98\x98\xc1\x9f\xe8\x66\x63\xa5\x5e\x7c\x81\xcf\x51\x17\xd2\x90\x7d\x68\x0d\xef\xad\x6a\x96\x78\xbf\x9f\x4c\x7b\xeb\x8b\xd2\x19\xec\x39\xad\xe3\xb1\x26\xe7\xd2\x06\x71\x48\xac\x15\x78\x4f\x45\x71\x74\xc1\x2e\x0e\xdd\x27\x02\x98\xbb\xf0\x86\x02\x49\x9c\xe0\x04\x31\xbe\xa7\x89\xbf\xd6\x44\xad\x76\x7e\xa5\xc7\x7d\xd9\x3e\xdd\xd0\x8f\x44\x0b\xa9\xbe\x7c\x74\x4d\xaf\xaf\x8d\xcb\x4d\x3a\x19\xec\x25\x40\xa6\x2b\xed\xea\xc5\xbd\x64\x35\xf9\xd9\x56\x28\xe9\x81\x75\xf7\x03\xcc\x4c\x34\x41\xfd\xac\xd9\x31\x81\xd9\xbc\xaa\x6b\xf3\x23\x07\xf6\x04\xcc\xd1\xd1\x20\xf3\x16\x76\x6c\x70\x0b\x1e\x3a\x05\x3e\x9b\x85\x0f\xbe\x3a\x37\x52\x6f\x2c\xa3\xaa\xab\x0c\xe0\xa5\x37\x43\x2b\x5b\xbc\x25\xe6\x03\xb9\x9f\x22\x04\x45\xb2\x8d\xe7\x4b\x98\x91\x63\xc4\x55\xaf\x05\xed\x6e\xbc\x59\x10\xc1\xe4\xcc\x66\xea\x83\xfe\xbc\x82\x01\x1c\xd0\xd4\xe4\x5f\xf0\xe6\xce\x55\xaf\x8c\x07\xc6\x74\x7e\x57\x6d\xc1\xd4\xd9\xf1\x69\x46\x08\x6a\xc6\xf5\x74\x5d\xd5\x35\x54\x28\xc9\xf6\xca\x06\x7a\xc5\xc4\x85\xf1\x09\x4e\xc9\x47\xf2\x6d\x05\x01\xe3\xa0\x38\x8b\x9f\x98\x4b\xb3\x67\x06\x81\x5f\x66\x0a\x4e\x6c\x4e\x8a\x56\x91\x5c\xf9\x96\x5f\xdf\xff\xb9\x6d\xd8\xd3\x2d\xfd\xde\xd4\x57\x50\x12\x3a\xa4\x4c\xad\xcc\x4a\x01\xa5\xd4\x6f\x85\x50\xea\x7f\xa4\x10\x8b\xb2\x0f\x6d\xd8\x00\x1e\x4c\xed\x1b\x94\xa7\xbb\xa6\x5e\xb2\x53\xce\xf7\x86\x8c\xe9\x26\xaf\x2c\xa2\x98\xaa\x3e\xae\x59\x84\x4f\xd3\x70\xb3\x35\xb4\xc1\xcf\xb5\xfa\x48\x22\x80\x61\x5e\x42\xca\x14\xd7\xeb\xff\x50\x4d\xc6\xdd\xcb\x15\x22\xa7\xbd\x47\x1d\xe4\xab\xb1\x3e\x3b\x8a\x45\x6c\x3e\x90\x62\xaa\xbe\x9d\x22\x1c\x6a\xf0\x4d\x86\xbc\xdc\x20\x66\xa1\xee\x69\x90\x7d\xce\x5a\x0f\xb4\xdc\x9a\x1a\x0f\x98\xec\x24\xeb\xeb\xf3\x49\xb5\xc1\xb1\x5d\x6e\xda\x2d\xc8\x6a\x4a\x4c\x57\x3c\x48\x23\x47\x62\xc7\x9b\x20\x2c\x14\x6a\x7f\x4a\x84\x3f\x95\xa9\xa5\xc3\x86\x23\x2b\xa4\x18\xe2\xf4\x8c\x20\xe5\x2d\x32\xfb\x0f\xe4\x7e\x21\x8c\x59\x9a\x63\x9d\xce\xb7\x12\x94\xdd\xbc\x8c\x8d\xd7\xd2\x68\x5f\x1c\x67\x0c\x27\xdd\x3b\x28\xeb\x5e\x83\x7a\xb2\xa0\xc7\xc4\x02\x77\xad\x42\x12\xe1\x6f\xca\x04\xda\x76\x01\x80\xb3\xa9\xe7\xaa\x62\x28\x5b\xe7\x67\xab\xf1\x7a\x8a\x7a\xb0\x17\xce\x80\xd9\xb4\x69\x80\x8f\xde\x33\xd0\x7d\xa7\xd1\x35\xde\xd5\xc5\xcf\x45\x27\xad\x22\x53\x0f\x1b\x06\x7f\x12\xfd\x37\x78\xb0\x69\x85\xb1\x7a\x60\xfe\x54\x2d\xae\xaf\xa1\xc5\xf5\xf5\x14\xe1\xdb\xaa\x55\x3f\x6e\x2b\x08\xea\xf3\xb1\x3b\x3f\xe7\x03\x5e\x7a\x7c\xc5\xdc\xcc\x97\x64\x95\xaa\x7f\x89\x2e\xfc\xd3\x42\x41\x4b\x87\xd4\xe5\x95\xfa\xa5\x36\xae\x7c\x8f\x89\x85\xb4\xdb\x9c\xf2\x93\x7f\xe8\xbf\xf9\x06\x93\xf9\x95\xd5\x02\xea\x2a\x99\xdd\xa0\x09\x9e\x66\xe1\x05\xff\x49\x3e\xbf\xae\xd6\xa2\xe1\xf7\xa0\xe7\xbd\x53\xdf\x2e\xa6\x67\xda\xed\x55\x5d\x44\xa0\x57\x81\x5c\xe8\x56\xd5\xf4\xde\xee\x38\x45\xa3\x26\x56\x7d\x5e\x5d\xd1\x16\x86\x5f\x4c\xce\xf1\xd5\x95\xee\x8d\x42\x01\x74\xeb\xf5\x50\x38\x76\x5c\x60\x9f\xb8\x3d\x99\x85\x6d\x01\xd5\xf6\x94\x94\x51\x36\x98\xcc\x1d\xfe\x96\x15\x06\xa7\x3a\x05\x80\xb2\xfd\x6c\x25\xdb\x74\x28\xd8\x91\x0c\x06\x49\xbc\xd8\x3f\xab\xca\x8b\x2b\xaf\x72\x62\x7d\x17\xc0\xa0\xc1\x6a\x62\x0a\xac\x27\x77\xa7\x1a\x0f\xf6\x16\x18\x4c\x4f\xec\xd2\x7d\x31\xd8\xaf\xb3\xa2\x9e\xd8\xab\x69\x2f\xfb\x77\x59\x5f\xf6\xfa\xef\x5f\x1c\xf6\xf7\xbb\x86\xd7\x84\x93\xfa\x51\x4b\x32\x35\x4f\x06\xe3\xfe\x02\xf5\x63\x59\x92\xc3\x01\xaa\xc5\x92\x4b\xf5\x7b\xd1\x8d\x90\xb9\x24\x8b\x69\x7b\x7f\xf7\xbe\xd9\x44\x0f\xe7\x5e\xca\x85\x04\x29\x49\x40\x9e\xc9\x99\x68\xdb\x9b\xf2\xeb\xc6\x70\x6f\xd3\x17\x12\x5d\xc1\xdb\x0c\x69\x9e\xee\x6f\x39\xb9\x5e\x10\xe7\x88\x0e\x61\x33\x5c\xf1\xf1\x9d\x44\xeb\xb7\x55\xfb\xc6\xc7\x3b\x68\x31\x9c\x7b\x4c\x45\x97\x2e\x97\xe1\x82\x8f\x80\x8c\x8c\x9b\xb1\x26\x1d\xed\x98\x43\x7a\x17\xba\x1e\x5b\x07\xa9\x30\x84\x04\x48\x7b\x55\xd7\x3f\x51\x71\x0b\x0c\x73\x86\x88\xed\x68\xed\x7c\xc0\x8d\x24\x4c\x5a\xc2\xd6\xe4\x2d\x11\x56\x13\xb5\xa1\xad\x18\xd9\x5c\x0b\x6c\xc9\x9d\x61\x42\xfd\x5d\x4e\xce\xb1\xde\x04\x71\x49\xad\x75\x7a\x41\xad\x10\x26\xf0\xb9\x63\x29\x5b\xfa\x0f\x72\x56\x6a\xd9\x58\x6a\x17\x9a\xcf\x37\xb5\xd2\x4c\x6d\xaf\x3b\x86\xb9\x99\x00\x34\x2f\x7e\x5d\x8a\x05\x75\x39\x60\x3d\x97\xd1\x7c\xf5\xe8\x62\x36\x73\x73\x6e\xbc\xe0\x48\xff\x41\x4a\x9b\x03\x36\x92\xfe\x64\x58\xa0\xc3\x55\x49\xee\x32\xd4\x87\x03\x41\xf3\xab\x48\x51\x99\xd4\xca\x70\x5b\xa6\x3a\xd2\x77\x1e\x8a\x8a\x30\x04\xa1\x8d\x5d\xaf\xd1\xde\x21\xe9\x9d\x5a\x0c\x15\xdf\x47\x43\x17\x04\x2d\xf9\x4a\x6a\x34\xda\xed\x03\xe3\x70\x98\x06\x32\xd4\x3f\x1a\x25\x8c\x01\xa2\x06\xcb\x07\xca\xea\xe8\x81\x9f\x42\xf4\xf8\x0e\x0e\x79\x1b\x3d\x5b\x5b\x0e\xfc\x55\xe6\x25\x90\x89\x78\x28\x72\x1f\xfd\x36\xb3\xfa\x4b\xfa\x38\x33\xcb\x58\x4f\x13\x4f\x37\x76\xc0\xee\x19\xe1\x45\xc3\x5f\x1a\x28\x26\xcb\x4a\x3e\xb9\xb2\x1a\xab\x4e\x67\x57\x82\xdc\x6d\xbd\x4b\x74\xb4\x56\x28\x48\xf5\xa2\xe1\x6b\xa2\x5d\x2a\x4b\xab\x36\x0a\xa7\xf7\xb2\x7d\x2b\xaa\x4d\xfc\xe5\x6d\x15\x69\x4f\x88\xb5\xf2\xa5\x8d\x9e\xb2\xfb\x70\xf7\x3b\xdb\x13\x8f\x03\xce\xb2\x69\x17\x2f\x20\xd7\xd3\xb7\x4d\x55\x3f\xd5\x09\xbb\xdc\x24\x81\x05\x8d\x9a\x7f\xa2\x9b\xcd\xdb\xce\x26\xc4\x58\x44\x03\x04\xd2\x16\x02\x13\x9f\xca\xad\xf9\x66\x5e\xa9\x86\x10\xf8\x63\x9f\x6c\xfd\x36\x8e\x52\x74\x63\x31\xa6\x29\xb2\xd7\xf4\x20\x5a\xf0\x4e\xe3\x19\xf1\x28\xc6\xd5\xbf\x91\x92\xcf\xe3\x99\xc8\xa1\x58\x59\x96\xd5\xe1\x50\xf5\x63\xda\xa4\x2c\xdb\xd9\xac\xed\x41\x38\x3e\x84\x6b\x19\xcc\x39\xb3\x33\x0d\x30\x30\xf0\xd6\xed\xc5\xbf\x1c\x2a\xd9\x1d\xec\x45\xa3\xa0\x41\x0e\x85\xf2\x68\xaa\xd1\x67\x72\x2e\x6f\x88\x18\x83\xdf\x50\xe2\x8b\xe7\x37\x6d\x6e\x5e\xcb\x44\xd1\x9b\xea\x33\xe3\xb7\x41\xeb\xb7\x51\xe3\x62\x92\xc0\xd2\x78\x58\xc6\x9f\x23\x79\x75\x5b\xb5\x6f\x77\x5b\xc5\x9e\x04\xd0\x8e\xe8\x63\xc0\x58\xb8\x5d\x24\x3d\xb4\xd4\xbb\xeb\xf5\x11\xdb\x78\xc0\x53\x06\xe2\x7d\x03\xc4\x17\x88\x02\x71\xb8\xe5\x45\xac\x2d\xec\xe2\x84\x33\x70\x18\xdb\x7b\x02\xb0\x24\xce\x2c\xc6\x55\x6d\x4a\xe7\xa1\xca\xc6\x39\x4a\x08\x34\x22\xa7\x5a\xeb\xd3\x31\x65\x06\x75\x49\x94\xb8\x27\x7a\x27\x3d\xfe\x3c\xa7\x75\x84\xb8\xb1\x2a\xca\x0f\x31\x22\x46\x29\x74\xdd\xf0\xa7\x1b\x4b\x07\xc0\x3a\x6d\x61\x30\xb4\x45\x02\x59\x86\xa4\x2d\x94\x10\x0f\x3a\x8b\x24\xb8\x3b\xde\x99\x11\x88\x7a\x66\x02\x3e\x8f\x87\x99\x85\x5f\xc0\x24\xb0\x75\xfb\x66\x87\x83\x73\x11\xeb\xac\x30\xe9\x00\x29\xc6\x3c\x5e\x15\x09\xb3\x45\xe4\xc3\x7f\xce\x1f\xf3\x27\x21\xb5\x04\xee\xc9\xf9\x0e\x5b\x3b\x26\x2b\x3b\x6d\x96\x7c\x85\x69\xc2\x96\x31\x34\x12\x4b\xba\x3a\x1c\x0a\xf5\x9f\xe2\x02\x49\xc1\x10\xcc\xca\x14\xdd\x3f\x7f\xdc\x3c\xc9\x52\xe2\x68\xdc\x20\xe2\xb3\xbf\xb1\x0e\x05\x8d\x27\x50\xa9\x09\xb4\x7a\x02\xad\x99\x40\x85\x90\x94\x7d\x30\x24\x68\x3f\x09\x29\xf9\xe1\x00\x06\x3c\x43\x8c\x2e\x2d\x8c\xef\x9a\x8f\xc1\xa6\xbc\xe0\xcd\xdd\x9b\x4f\xac\xf0\x6a\x51\xf5\xde\xa9\x11\xfb\x1b\x42\xf2\xd1\x0e\x81\x2c\x26\xe7\xc8\xa4\xc2\x6d\x41\xed\x99\xa5\xc0\xaa\x95\xd4\x05\x22\xe0\x78\x5b\xe7\xbf\x3b\x7d\x46\x6c\x30\xa2\xb7\xc8\x74\x76\xec\x31\x71\xd1\x7a\x8f\x5d\xf6\xc9\xe5\xf9\x6a\x94\x5d\x24\x70\x9c\x71\x78\x68\x76\x1b\x1e\xf3\xb4\x57\x56\xf2\xa4\xd7\x0c\x68\x0a\x06\x19\xb9\xd4\x5b\x28\xd2\x65\x9f\xb7\x16\x66\x68\x9f\x07\x19\xdc\x57\xc5\xc4\x1a\x79\xec\x02\x6d\x50\x84\xeb\x32\x33\x66\xda\x77\x67\x3d\x51\x74\x68\xac\x1b\xfe\x56\xed\x88\xeb\x3f\xe8\x53\x6d\x04\xe9\x44\x20\x75\xa0\x49\x10\x52\x62\x57\xf4\xa1\xce\x94\xdb\x09\xdd\x8c\x9a\xe9\x20\x6e\x2f\xad\xcc\x66\xe2\xec\x4c\x42\x5f\xb9\x15\xa6\x7e\x0b\xea\x78\x93\xf0\x38\x87\x72\x8f\x19\x2c\xb7\x3b\x10\x2b\xc0\xcf\x84\xc1\xcb\x81\x56\x7d\x53\x09\xdd\x4d\x53\x38\x6b\x07\x4e\x1b\x94\xdb\x79\x0d\x41\x31\xfe\xc8\xec\xb6\x2f\x2d\x59\x0c\x9d\x3f\xd0\xd0\x3e\xe1\xe0\x38\x65\xf8\x15\x38\x4c\x03\x5d\xef\x73\xf7\xa1\x12\x29\x8f\x5e\x10\x2e\xe1\xee\xa8\xb5\x0e\xbd\x41\x1f\x7d\x80\xec\x90\x72\xf0\x58\xeb\x19\xb0\x8f\x4b\xb1\x03\x9b\x93\xdd\xc3\x81\xa8\x5b\x7b\xd9\xcf\x68\xae\x46\xfc\x70\x28\x8e\xb4\x01\xb6\x79\x57\xf8\xdb\xdf\x31\xcd\x78\x6f\xbd\xa9\xf6\xc0\xb3\x2f\x42\xe2\x2a\x25\xd6\xb9\xe7\x4e\x85\x82\xec\x25\x1f\x0f\x47\xf4\x7e\x4a\x94\xe0\xfa\x70\x43\xd4\x3f\xa7\xe3\x18\x6f\x0d\xaa\xc7\x2f\x0c\x97\xb9\xc1\x6f\xc0\x91\x65\xa8\x4f\xed\x55\xe1\x32\xab\x9f\x84\x37\xea\xc2\xcb\xe3\xca\x10\x0e\xfc\xb2\xaf\x06\xa0\x9b\xee\xfe\x20\x19\xee\xd2\xc8\x7d\x74\x1d\xc4\x14\xe6\xce\x13\x96\x58\xb9\x14\x86\x43\xe9\xfe\xc2\x95\x18\x2f\x7b\x9f\xd3\x67\xf0\xdc\x3b\x53\xb2\xdb\xb0\x3e\x0a\x30\xb0\xe8\x87\xed\x5b\xf1\x4b\xb6\xe0\x70\xf8\x45\x9f\xfd\x8a\x33\x1f\xc9\xca\x90\xb8\xe0\x17\x20\xce\x30\xdc\xd0\x49\x14\x3f\x73\x2b\xe7\xd0\x26\x3e\xa6\xfd\xec\x5c\xfe\x6c\xfe\x3f\x7a\x24\x87\x80\xdb\x01\x5c\xbc\xb2\x93\x24\xa7\xcc\x01\xb1\x4c\x68\xee\x9c\x8c\x14\xa7\xd3\xbb\x03\x7d\x37\x45\x9e\x92\xc6\x7b\xec\x32\x8f\xf4\x53\xf2\x7f\xee\xf2\x06\xee\x81\x07\xdc\x88\xdd\x05\x77\x2e\xa1\x9c\x7a\xfd\x38\xaf\xfb\xac\xb9\xdb\xaa\xef\x36\xf7\x21\x58\x72\x2c\x52\xac\x63\x89\xd1\xcc\x88\xe3\xb8\x4f\x0e\x4d\x56\x3a\xea\x08\xee\x97\xc4\x39\x90\xa7\xb6\x80\xd1\xa9\x1b\xe4\xb5\x21\x4b\xb6\xca\x32\x79\x59\x92\x9d\x83\x83\x02\x35\x57\xd2\x26\x53\x62\xa6\x94\x8b\x81\xe9\x3d\xe8\xe0\x47\x73\x9c\xcd\x8a\x4d\x77\x46\x21\x58\x07\x26\x87\xcd\xe4\x90\x8c\x45\x25\x27\x70\xa0\xbc\x52\xb4\xd3\xc0\xc9\xc6\xba\xb9\x91\xb4\xb2\xe8\xa1\xc9\xe3\x20\xfe\xb9\x6e\xbb\x07\x32\x71\xc7\x89\x54\x38\xa1\x24\xab\x21\xea\x74\xcb\x93\x8b\x91\x57\x73\x40\x4e\xe4\x0e\x37\xa8\x58\x37\x2b\xd5\xab\x93\xa7\x6d\x52\x8a\x9f\x1b\x85\xbd\xf7\xc8\xb9\xeb\x66\x7b\x5f\xa0\xa0\x3e\xed\xf9\x63\xf6\x44\x84\xde\xde\x29\x9b\x51\x00\x86\xc9\xec\xb9\xda\x47\xb3\xb7\x3c\x8a\x5f\x4d\x68\xf7\x98\x5f\xd9\x9a\x90\x1e\x4f\xc0\xc5\xc4\xf8\xf8\x19\x8d\xc0\xb7\x94\x7d\x68\x1d\xe0\xb5\x1a\x9e\xc8\xb0\x9c\xa4\x93\x7f\x4d\xaa\x7e\xd7\x78\xf0\xc6\x34\x08\xa2\x3d\x4e\x6c\xc6\x07\x82\x64\xe7\xc9\x5e\x1e\x67\xa2\xf6\xb2\x7f\x2c\x3b\x9b\x1e\xf5\x32\x91\x43\x9a\x91\xe0\xe3\xbc\xf2\x1a\x3e\xcf\xa9\x11\xec\x97\x39\x95\x78\xe6\x23\xad\xae\xc9\x7f\xa4\x75\xdd\xf0\xd1\xdb\xd4\x8a\xe3\x81\xdd\xb1\xef\xd8\x95\x75\x8c\x2a\xe1\xaa\xba\x16\x17\x22\x35\x06\x7b\x03\xe9\xe4\x02\x33\x75\x12\xa0\x22\x79\xe0\x1d\x17\xaa\x8c\x8c\x77\x5c\xa0\x5d\x86\xca\x3a\xdc\xe1\x9c\x6e\xac\x77\x04\xde\x61\x81\x5c\xf1\x7c\xa8\x08\x1d\x12\x84\xd9\x6c\x32\xb0\x69\x68\xaf\xfa\x35\xe6\x56\xe7\x6c\x60\xbb\x80\x00\x85\xe5\x4a\xc7\x24\xa5\x63\x37\x58\x20\x09\x0b\xd1\xce\x7a\xa1\x2e\x10\x9e\x38\x8a\x1f\xa1\xbf\x75\xed\x33\x7f\xcc\x4d\x90\x86\xfe\xbc\x2d\x69\x91\xbe\xc0\x9b\xb2\x9a\xcd\x2a\xfb\xfb\x92\x16\xee\x6f\x1d\x2d\x85\x77\xe5\xe6\x72\x33\x07\xc3\x3d\xcc\xb4\x9d\xcd\x5a\xf8\x69\xff\x9f\x94\xe5\x6e\x36\x2b\x18\xd0\x59\x69\xa7\xd5\xb7\xa7\x93\x0b\x64\x8b\x47\xac\x4b\x13\x0c\xa7\x01\x7d\x38\xc4\x71\x61\x66\x6b\x66\xb3\x73\xd7\xc4\x96\xcd\x3e\xf5\xd8\xf6\xa9\xce\x2e\x22\x5e\xb9\x47\xd9\x78\x31\xac\xb2\x5c\x6b\x15\x85\x42\x0b\x66\xd9\xe5\x01\x55\xdd\xc4\xea\xcd\xeb\xce\x45\x9f\xfc\xd6\x64\xef\x27\x5e\x6d\xb7\x84\xe7\x23\x9b\xeb\xc0\x2b\xb0\x9e\xd3\x1a\xd7\xf3\xf5\x86\x12\x26\x5e\xd6\x4e\x26\x41\x52\x6e\x9a\xb5\xf1\x93\xb7\x93\x46\x7b\x19\x22\x38\x90\x24\x93\xd2\x03\x72\x5a\x6b\x0b\xf8\xda\x39\x52\xf4\xda\xc2\x75\x80\x81\x7f\x10\x5d\xd0\xdf\xe7\xed\xde\xee\x52\x09\x5d\xf7\xf3\xf6\x6c\x67\x7c\xec\xeb\xd7\x5b\xf9\x92\x5e\xfd\x0b\xd7\x87\xa6\x62\xa1\xc4\x43\x2e\x73\x6a\x46\x23\x9f\xf4\x1b\x2a\x72\x42\x42\xa7\xf5\x29\x62\xd8\xc9\xd8\x99\xd5\x95\x5f\x80\xe2\x2e\xab\x7e\x09\x97\x96\x6f\xb0\xc8\x00\x2d\x5a\x60\xaf\x62\x22\xfe\x66\x90\x6d\x6e\x89\x78\xa9\xa3\x34\xfa\x66\x69\x4f\xcc\xa0\xe6\xf3\x2e\xf3\xac\x8b\x0a\x39\x2c\x20\xc7\x55\xa7\xbd\x4a\xdb\x07\xaa\x6c\x7f\x2d\x04\x3b\x33\x87\xa3\xd5\xbf\x81\xbf\x1c\xbd\x1c\xfa\xa0\x5e\x63\x90\x39\xd8\xc3\x06\xb7\x3e\x94\xcf\xe7\xad\xc8\x0b\x51\x86\x4b\xd6\xa3\xf5\x37\xc8\x82\x08\x52\xc1\xe4\x20\x5a\x6a\x51\xaa\x07\x4f\x82\xcf\x86\xe8\x49\xcf\x2a\x8e\xc9\x82\xfd\x2b\x71\x6d\x86\x68\x59\x97\xf1\x1f\xa4\x45\x9d\xe7\x9e\xb3\x9f\x64\x00\x73\x99\x4a\x0b\x8b\x1e\x38\x4c\xca\xdc\x71\xea\x07\x5b\xa6\xf1\x30\x14\x0d\x76\xa7\xab\xed\xa8\x33\x07\x95\x99\x9f\x87\x42\x77\x57\x13\x9c\xbd\xcc\x91\x3b\x82\x18\x39\x25\xd9\x90\x6a\xad\x07\x07\x43\x3c\xea\xd7\xbb\x1d\x99\x4b\x9f\x3d\x31\xec\xbc\xa7\xcd\xf1\x0b\xb7\xef\x98\xf7\x3c\x0f\x25\xd8\x87\x31\x3d\x9d\x0c\x38\x61\x2c\x84\xe2\x7a\x48\x8e\xeb\xf9\x35\xea\xa1\x78\x87\x7a\x39\x8b\x5f\x41\x7c\xcf\x51\xb4\xc3\x47\xa6\x79\xb2\x31\x37\xd9\xd8\xc1\xc6\xbd\x6c\x93\xbc\x21\x02\x56\xe1\x35\x55\xfb\x38\x64\x3f\x73\xf0\x8a\x58\x4d\x15\x50\x24\x08\xe5\xd3\x01\x4b\x2f\x6b\xc2\x04\xbd\xa6\x8a\x39\x40\xc6\x2f\xb6\xe7\x33\x73\x94\xf3\x02\x15\x0c\x17\x10\x79\x13\xe2\x54\x98\xd0\x8f\x40\x3c\x0a\x45\x3c\x68\x00\x65\x55\x3d\x63\x01\x7d\x89\x24\x9c\x15\xe2\x08\x43\x99\x56\x07\x25\x89\x0e\xcf\xac\x33\x96\x99\xe2\x7e\xed\xeb\x86\x11\x8d\x36\xdc\x4c\xce\x67\x94\x29\x3a\x7a\xbd\x18\xd3\x13\x2f\x55\x53\x97\x6e\x4e\x6b\x84\xb0\x31\xdb\x0d\x33\x53\xdc\xfb\x4d\xe4\x5f\x5b\xa6\xbe\xfe\xa5\x4c\xfd\x00\xdb\x1e\x85\x2b\x46\x0e\x9e\xea\xae\xd1\x89\x12\x7d\x1c\x49\xd4\x60\x4b\x58\x4d\xd9\x8d\x7b\xab\x1b\xb7\x83\x52\x41\x32\x13\x1b\x3a\x9c\x8d\x27\xce\xce\xc0\xfa\xe8\xf5\x8e\x9e\x93\x1e\x7e\x85\x71\x3f\xb5\xc0\xc6\x0b\x88\x9d\xc1\x73\x8c\xb9\x4b\x70\x36\xcc\x13\x02\xa5\x18\xf0\xef\x19\xe6\xe9\x12\x1d\xa7\x39\x80\x9a\x04\x3b\x00\x59\xe1\xe4\x01\x76\xc7\xec\x5d\xea\x5d\x39\x5c\xd9\xa8\xce\x1e\xf6\x87\xc4\xe6\xdc\xe7\xa3\xac\x60\x1d\x6e\xed\xc8\x35\x60\x5c\x7b\x46\x47\xae\x83\x24\xe2\x38\xb7\x53\xde\x7d\x1e\x61\x0e\x8e\xf3\x03\x3b\xce\xf1\xc5\x7f\xbb\x7b\x20\xeb\x01\x94\x9f\x7e\xf6\x38\xba\x5d\x7b\xc8\x1c\x7e\x8d\x6c\x30\x0a\xa3\xcb\xfb\x36\xe3\xf1\xa3\x0b\xe3\x33\x34\x74\xfe\x2e\x22\x37\xb6\x1c\xdb\x35\xa8\x98\x4f\x19\xe0\x0c\x4a\xfb\x14\x40\xc2\xb3\xea\x8f\x2e\x40\xb3\x65\x67\x2b\x10\x1a\x91\x12\xca\x84\xaf\x2b\xe1\xca\x50\xc4\x31\xe1\x3d\x0c\xf4\xc0\x59\x18\x36\x0c\x1e\xe1\x37\xb1\x40\xa6\x38\x9c\xb0\xc6\x8f\x28\x91\x73\x02\x68\xee\x78\xa7\xcc\xa9\xe5\x0e\xce\x3d\x67\x76\x58\x81\x1e\xa5\xfa\x4b\xd7\xd8\x55\xc7\xbb\x33\xab\xeb\x00\x2d\x57\x28\x30\x91\xe4\x51\x5f\x34\x5a\xf3\xa8\x8b\xc4\x68\x7c\x7e\x74\xf1\x98\x7f\x55\x9e\x3f\xe6\x8f\x1e\xa1\x63\x32\x3e\x78\xd1\x44\x46\x12\x4c\x7d\x1a\x5a\xf6\x84\x7a\x43\x49\xaf\x3b\x19\x5b\x61\x16\x2a\x50\x12\x3f\x3b\x50\x42\x4f\xca\x24\x85\x16\x98\xcb\x67\x33\xad\xd0\x36\xe7\x30\xf0\x7b\x3d\x7f\x2c\xbc\x2d\x48\x58\xcf\x52\x5e\x92\xa5\x58\x0d\x90\x3e\x3e\xec\x9f\xc6\x33\x5a\x1a\x7e\xcc\x67\x8d\x23\xe3\xe1\x9c\xdc\xe5\x47\x36\x44\xca\xbe\xfb\xa8\x47\xbc\x20\x27\x68\x51\x4f\x93\x27\xb2\xf8\xf6\x90\x51\xe3\x4f\x4f\x1b\x34\xe1\xc4\x53\x3e\xbc\x9f\x3b\xd6\x7c\x6e\xf7\x08\x9a\xd4\x06\xa4\x97\x2b\x4f\x38\x6a\x92\xe1\xa8\x43\xd6\x99\x74\x58\x67\x92\x63\x9d\x49\x0f\xeb\x4c\xaf\x8b\x84\x7b\x46\xdc\xd6\xa2\x04\xc7\xbf\xb0\x8e\x9f\x43\xe9\xc4\xfc\x48\xd2\xc2\x2c\x0f\x62\xb5\x97\x6c\x65\xb8\x6d\xf5\x17\xad\x91\xec\xf0\xdb\xe1\xd9\xb3\x7c\xf6\xa0\x45\xd1\x73\xdb\xb7\x31\x8f\xed\xec\x65\x81\xae\x41\x73\xa2\xdd\xd8\xae\xab\x70\xd6\x49\xd4\x90\x2d\x40\x19\x91\xc7\xf6\xb4\x46\x39\xaf\x83\xcc\x80\x62\xbe\xdb\xde\xf0\xaa\x26\x2f\x1a\x6e\x43\xfd\x8b\x18\xb1\xa3\xef\xca\x6e\x1f\xe6\x97\x8c\x2a\xa7\xb8\xe8\x95\xfc\xf4\x96\x64\x25\xbd\xd5\x3d\x8c\xbc\xe8\xfb\x62\x14\xd7\xb1\x08\xcb\xf9\xee\xd5\x65\x23\xc0\x57\x11\xce\xd2\x89\x3d\x82\x63\xa8\xce\x4d\x33\xe1\x91\xdb\xbf\xdf\x38\x1b\x62\xd9\x8f\x65\x41\x87\xcf\xc9\x35\x8c\xd5\x30\x9b\x38\x35\xfc\xce\xe7\x44\x84\x41\x35\x6b\xb9\x24\xab\x32\x8e\xf7\x75\x79\x55\x4a\x1e\x0f\xe5\x53\xa1\xc5\x24\x36\xa0\x30\x0c\xe1\xa6\xe7\x33\x13\x00\x34\xfc\xb5\xcd\xca\x1d\xd8\x2e\x75\x3a\xb6\x4b\x75\x3c\xeb\x42\xb8\x42\xec\x0b\xf5\x60\x1d\x3c\x90\x05\x0d\xd1\x04\x33\x4c\x90\x8f\xc8\xd7\xd5\x35\xaf\xcb\x0b\x13\xbb\xbb\x4d\x65\x52\xab\x00\x75\x34\xca\xe9\xf4\x23\x64\x35\x43\xe8\xd2\x00\x49\xf4\x21\xef\x3d\x23\x57\x79\x1f\xb1\x38\x9c\x31\x1b\x9e\x68\x69\x75\x7c\xe4\x92\x9f\x3e\xab\x7d\x3c\x2a\x30\x7e\xf1\xa3\xf7\xd7\x6d\xd2\xd9\xd5\x95\x4f\x7c\xd6\x09\xa7\x7c\xb1\xa1\x37\xb7\xbe\x42\x67\xda\xa0\x4e\x4d\x6e\x57\xed\xfa\x96\xd4\xbb\x0d\xa9\xcd\x94\xd2\x09\x99\xf4\xd6\xd9\xc7\xb4\x61\xcf\x9a\xbb\x3b\xda\x79\x5f\x53\x4e\xd6\x62\x73\x6f\xb2\x05\x06\xc4\xf0\xa5\xd0\x41\xf4\xba\x80\x7e\x70\x49\xc6\x9b\xd1\x7f\x02\x45\x54\x9d\x86\x20\xb8\xb8\x44\xf9\x95\x62\x55\x90\x49\xec\xaf\xb8\xaa\x73\x83\x99\x7b\xaa\x46\x14\x0d\x5f\xa8\x11\x8b\x3d\x23\x3f\x8b\x45\x30\xb8\x2f\x0d\xf0\x98\x7b\x7f\x15\xcd\x1c\x3d\x66\x4f\x7e\xff\x38\xca\xe0\x05\x39\xfd\x14\xdd\x88\x7c\x6d\x16\xf0\x24\x1f\xfa\x41\xfd\x2d\x64\xc3\xbf\xc9\x92\x9e\x9d\xad\x46\x54\xcd\xf5\xec\x4c\xaa\xf9\xf2\xb3\x33\x29\x91\xcb\x5b\x6c\x72\x32\x10\x5c\x37\x8c\x2c\x3c\xa3\x2a\xa5\x44\x52\xa6\xe8\x67\x94\x42\x31\xfa\xa9\xfb\xb9\x76\xd8\x07\x8c\x44\x16\xeb\xa3\x68\xc8\x2c\xce\x87\x19\xdc\x3c\xde\x3a\x4d\x89\xc6\xd9\xe0\xa7\xc5\x18\xf7\x48\xa3\xb0\x8b\xac\x6c\x89\x28\x80\xe8\xe6\xd8\x8c\x28\xf4\xd1\x9f\x6d\x70\xe5\x48\x79\x84\x38\x17\xbe\x9a\x86\x15\x2e\x92\x49\x69\x36\x0b\xf8\x1c\x6f\x67\x10\x5e\x52\xbf\x32\x25\x1a\xfe\x02\x28\xe5\xab\xb7\xb5\xae\xac\x63\xd5\xb6\xf4\xc6\xf8\x1a\xc2\x21\xc2\x51\xb3\xee\xc1\xb4\xa9\xa2\x35\x37\xf0\xac\x5b\x02\x02\x93\x79\x12\xb5\x68\xce\xa3\x62\x8c\x53\x97\x37\x60\x04\x9d\x5d\xa0\x2e\x59\x61\x34\x80\x5c\x7e\xa2\x9b\x8d\x3e\x84\x41\x01\x89\x0e\x15\xd0\x2f\xfc\xf4\x70\xfa\x40\xeb\x77\x6f\xab\x36\x33\xd5\x30\x67\xc4\xc4\x85\x49\x86\x6b\x8d\x2e\xda\xf4\x75\x50\x00\x2d\x28\xe0\xa2\xfa\x55\x48\xe0\x7e\xe8\x41\x96\x2b\x49\x9d\x2b\x42\x94\xab\x22\x37\x6e\xfc\xa6\xbb\xee\xb4\x05\xa4\x24\xcf\x17\x35\xf1\x68\x7b\xde\x8b\x34\xd2\xb5\xea\xd4\xcb\xb0\x2f\x40\x30\x73\xad\x48\xb7\x7b\x82\x23\x7c\x35\x18\xe5\xa8\x29\xbb\xa6\xfc\x8e\xd4\xb1\xbc\x9e\x9d\x84\x23\xbe\xfd\xd3\x09\xe8\xb3\x34\xe7\x6e\xdf\xbd\x42\xe2\x78\xe8\x0e\xea\x84\xaf\xeb\xd8\xd0\x13\xdf\xaa\x32\x8f\xbb\xfb\x44\xa8\x7e\x10\x33\x14\x64\x85\x7e\x40\x59\x32\x48\x28\x0b\xbe\x51\x51\xff\x4b\xba\xb2\x49\x84\xba\x6f\x46\xb9\x5b\x48\x71\x86\xd4\xd4\xc8\x6b\x90\x94\xb2\xff\x3c\xa7\x51\x85\x99\xaa\x2f\x9d\xbb\xcb\x25\xb3\x0f\x0e\xa6\xbe\xbd\x44\xaa\x13\x70\x55\x32\xd8\x0a\x57\x25\x59\x36\xab\x51\xb5\x3c\x5f\x95\x65\x59\x2d\x2f\x56\xb3\x99\xc9\xde\xc1\x97\xcd\x4a\xca\x5c\x81\x9a\x64\x7a\x9a\x88\x89\xee\xf8\x3e\xbf\x7e\x8a\x09\x2e\x99\x9a\x21\x86\x7b\x89\x39\x86\x4c\x4d\x39\xc1\xa1\x89\xd6\xca\x10\xae\xca\x73\xdc\x96\x8d\x5d\x58\xf5\xa4\x7d\x5c\xd9\x85\x6d\xca\x66\x59\xad\x46\x74\xb9\x59\x95\x4b\xb2\xdc\xac\x30\x5b\x6e\x56\x2b\x5f\x8e\x34\x17\x18\xaf\x8f\x90\xcc\x56\xd2\x81\x95\xa6\x17\x44\x7a\x31\xe5\xa9\x1d\x28\x83\xba\x04\xad\x4b\xed\x93\x23\xe4\x94\xe4\x46\x77\x17\xc6\x47\x04\x56\xfe\xf8\x78\x38\x73\x60\x86\x00\xb9\x4b\xcc\x57\x09\x18\x3a\x9c\x11\x69\xed\xa5\x1e\x98\xc8\x1c\xb5\xd9\x9f\x32\x59\x24\x6b\x5a\x9b\xbb\xa6\x4b\xd9\xdc\xdd\xdb\x4b\xcc\x72\x6c\x63\x08\x00\xbd\x5a\xa3\xb5\x05\x57\x42\xd0\xcc\xfd\xd2\x7b\x32\x22\x34\xce\xc3\xeb\x65\x9d\x50\x16\xec\x79\x23\xcb\x3c\x21\xdc\xb9\x68\x45\x19\x5e\xf8\x3a\xe3\x85\x53\x7c\x76\x78\x08\x9f\x76\xba\x8f\x7d\xe8\xa5\xb7\x61\x75\xf4\xa1\xed\xee\x67\x2c\x1e\x84\x0e\x5c\x66\x9e\xc2\xc5\xfc\xa7\x9e\xa2\x43\x5d\x0a\xa9\xd3\xef\x68\x75\x94\xcc\x95\x1b\x8f\xca\x94\xe7\xbe\x1f\x71\x67\x55\x48\x0c\x42\x0a\x96\x32\xca\xca\x69\x52\x5c\x0d\x4c\x26\xed\x00\x73\xab\xe2\x0e\x73\x86\x46\x35\xca\x33\xbd\x74\xa3\x98\x05\x68\x91\xef\xa8\xf8\xa9\x6a\xbf\x87\xaa\xc2\x24\x2a\x7f\xdd\x25\x1a\xdd\x2d\xd4\x45\x2a\x1c\x47\x84\xbc\xc2\xaa\x43\x89\x69\x79\xfe\x98\xfa\xfb\x8d\xba\x80\x4d\x9d\xb2\x69\x49\x57\xab\xd9\xac\x30\x7f\xf5\x52\x6d\xfd\xda\x06\x58\xf4\xe0\x94\x4c\xd2\x33\xfc\xa2\x1d\x8f\x4b\xfc\x0f\x81\x36\x76\xb7\x14\xbe\x8b\x5c\x21\x9e\x00\x24\x4b\xb2\x52\x02\x7d\x59\x96\x05\x19\x53\x5f\x05\x2b\x5d\xd3\x65\x2f\x30\xc8\x6a\xe1\x0f\xe1\x92\xac\x90\xbb\x39\x33\x63\xc9\xab\x2b\x5d\xdb\x85\x38\x5d\xc3\x24\xf4\x11\xab\x4b\x02\x72\x8c\xea\x3f\x00\x5a\x30\xb5\x2a\x9d\x52\xd4\xff\xe2\x33\x2d\x42\xb1\xed\xa7\xcc\xe1\x70\x18\x1c\x30\x7a\x0d\x9c\xf2\xd1\x8a\x7c\x8e\xe2\x9b\x9a\x7f\xd1\x6d\x11\xc9\x7b\x3d\xda\x06\xd7\x45\x47\x0d\xa1\x09\x27\xdf\xb1\xb9\xba\xdc\xdf\xef\x38\x53\x54\xdc\xb4\x2a\xa6\x66\x48\x9d\xa6\x13\x4f\x81\xdc\xb1\xdd\xf6\x0d\xdf\xde\x56\x2c\xd2\x38\x40\x1e\xe2\x81\xf7\xb1\xae\xfe\xaa\xda\x6c\xba\x5a\x8b\x02\x8e\x6d\x98\x45\xac\xc7\x76\x72\x76\x26\x90\x62\x3c\x97\x62\x05\x05\x1e\xe0\xc6\x61\x3f\xb6\xc4\xa5\xe6\x9e\x5c\xd8\xba\x24\xe7\xb2\x20\x08\x0d\x74\x14\x1a\x61\x78\x0c\x78\x3e\x77\x4e\xd9\xb2\x07\x80\x70\xae\xbd\xeb\x76\xee\x38\xba\x64\xf6\xea\xb4\x95\x5f\x09\xdf\x29\xca\x08\xfc\xe7\x5d\xf5\xda\xbc\xa6\xed\xba\x61\x8c\xac\x6d\x52\xee\xe4\x6e\x35\x07\x25\xb9\x5e\x65\x02\x9a\x38\x0b\x6b\xa4\x8a\x8c\x1a\x9e\xd6\x79\xdf\x16\xda\xc2\x77\x2b\x6c\x22\xa0\xae\xcf\xce\xc0\x60\x60\x42\x9d\x54\x37\x28\x52\x59\xf0\xc7\xa2\x9b\xb8\x43\xcc\xdb\x5b\x7a\x2d\x0a\x34\x32\xde\x17\xcc\x9b\x1d\x68\x79\xaa\xfe\xab\x40\x73\xab\x98\x2a\x14\xb3\x4c\xe7\x8c\xfc\x2c\x0a\xf4\x78\xd2\xcc\xeb\x86\x91\xc7\xfe\x91\x0d\xed\x68\xe6\xa0\x15\x1a\x55\x63\xca\x5a\x51\xb1\x35\x69\xae\xc7\xdb\xd9\xac\x32\xd3\x7d\x02\xb6\x55\x3d\xa7\x0a\xe1\xca\xad\x02\x49\x5f\x91\x59\x97\x85\x00\x62\x9b\xcb\xa5\x94\xa1\x52\xce\xbb\xc1\xbd\xce\x92\xa4\x07\xd0\xdc\xfc\x38\x3a\x3b\x53\xd5\xa3\x77\xc8\xcb\xff\x5d\x65\x43\x4e\x16\xc9\xa8\x67\xd4\x8d\x13\x0d\x46\x72\x92\x31\xd1\x73\xe2\x31\x5d\xcb\x4f\x2b\x61\x52\x8b\xdc\x63\x30\x59\x19\x44\x43\x59\x75\x9c\x1e\xb0\xd6\x96\xbd\xec\x38\xb5\xb6\xe3\x85\x02\xf9\xd0\x92\x81\x8e\xb7\xae\x53\xbf\x4c\xed\xee\x66\x52\x62\x65\x23\x2d\xc1\x96\x9c\x68\x58\x72\x0d\x07\x6a\xa7\x8f\x92\xb4\x54\x59\xfd\x22\xc1\x9d\xf4\x55\xd9\xb4\x60\x26\x7b\x57\x8a\x5f\x7d\x80\xca\x69\x83\x8a\x7e\x35\xc7\x10\x10\xbb\xcd\x35\x48\x33\x93\xf1\x00\xce\x8c\x41\xe4\x15\x65\xd4\x90\x4a\x5d\x16\xd8\x94\x20\xf5\xf6\xa7\xbd\x8c\x2a\x1f\x10\x7b\x41\xec\x7d\x31\x37\x8e\x43\x1a\x69\x13\x6c\x63\x5a\xb2\x40\x44\x89\x95\x29\x5c\xd1\x18\x36\xa4\x6e\xe1\x4a\x42\xcf\x5c\x12\xb8\x4d\x95\x16\x9b\xf2\xfc\xf1\xe6\x89\xad\x04\xf2\x78\x63\x85\xf8\x5d\xd9\x2a\xc9\x7d\x5d\x92\xe5\x4e\x97\x3e\xa4\xf5\x74\x52\x96\x3b\x1b\xd6\xd4\x2c\x77\xab\xc3\x81\x2e\x77\x2b\x7c\x6b\x6d\xb9\x26\x55\xac\x5b\x6f\x7d\x59\x83\xf9\x08\x42\xc9\x4c\xe2\x58\x5f\xf2\xc8\x79\x32\x26\xdc\xe2\x0e\xaf\xd1\xe8\x3d\x27\xd5\x07\x9d\x54\xd6\xa7\x03\x8e\xbf\xf0\x2c\xaa\xfa\x02\x17\xb7\xa6\xfc\xd8\x0e\xa1\x23\x3e\xbb\xb7\x03\xd1\x12\xe1\xc8\xd6\x0e\x16\x8f\x6b\x65\x8e\xdf\x60\x54\x9b\xe3\x56\x2c\x77\xab\x72\x2d\x75\xc8\x99\xe5\x4f\xd7\xee\x60\xc9\x23\xb2\x7d\xd7\x1f\xc6\xeb\x1d\x7a\x98\x06\x57\xd2\x67\x38\xa6\x61\x62\xba\x74\x22\x9e\xcc\x93\xbe\xd2\x55\x44\x73\x85\x21\x73\x64\x60\x34\x48\x4b\x40\x40\x1e\x30\xfb\x9a\x2b\x7c\xc9\x57\x23\x76\xe2\xbc\x99\x9f\xb7\xec\xe1\x74\x4f\x61\xae\xee\x5c\x0d\x5d\xf2\x19\x97\x47\xfc\xf2\x44\xf9\xd5\xfe\x0e\x38\x4f\x35\x53\xcd\x0e\x3d\xb7\xd5\xc7\x03\x3d\x37\x68\x59\xce\x65\x6c\xf3\xb0\xd4\x67\xa9\xf5\xa6\x86\xf5\xc4\xbe\x78\x61\x87\x06\xb8\x7a\xa5\xbb\x72\x40\x99\x06\x9c\xd1\x6e\x36\x2b\xaa\xce\x95\xef\x8b\x1c\x18\xed\x48\xbf\xfb\xc1\xb0\xc6\xc4\x6a\x82\x37\xa0\x28\xa5\x25\x59\x36\x65\xbb\x64\xab\x95\xde\xc2\x9d\xcd\x17\x30\x29\xcb\x6a\xd9\xac\x0e\x07\xeb\x58\xf2\xcd\xdf\x77\xd5\xa6\xe0\xcb\x66\x85\x29\x3a\x1c\x84\xd3\xf3\xba\x43\xd3\x29\xe6\xf4\xee\xc9\x17\xfb\x98\x0b\x95\x8b\x2f\xac\x70\x28\xbf\x7a\x17\xe4\x37\xbe\xd3\x59\xcf\x86\xd2\x2f\x42\x96\x97\x38\x39\xa7\x51\x78\x0d\xc5\x5f\x90\x13\x5d\x27\x91\x24\x73\x47\xf0\x42\x3c\x2a\xd7\x26\xe3\x7f\xf4\xb0\xc6\x64\x1e\x84\x73\x6c\xe1\x67\xf0\x7e\x97\x58\xac\x40\x63\xf4\xa2\xe1\x65\x9b\x9a\xb2\xd4\xc3\xea\xb3\xa5\xc5\xf7\xa5\x60\xb3\xf9\xd2\xa3\xec\xe7\x49\xe6\xf3\xb0\xc6\x06\xd4\x05\x70\xa5\x39\x58\xc3\xef\x8c\x73\xb3\x56\x27\x85\x3a\x98\xc0\xcb\x3d\xe1\x60\xc8\xcf\x82\x57\x6b\xa1\x7a\xac\x6b\xcb\xd7\xb7\x41\x65\x13\xed\xc9\x40\x30\x43\x12\x7f\x80\x2c\x14\x69\x35\x3e\x9f\x95\x7a\xea\x56\x36\x2d\x7d\x71\xd9\xdb\xaa\x7d\x6b\x9f\x9b\xfe\x35\x8f\x00\x3e\xd3\x4a\xee\xed\xf9\xea\xb9\x7f\x93\x7e\xa7\x79\x73\x3d\x9f\x50\xc5\x62\x5d\x96\xa2\x15\x1f\x0e\x44\x62\xd7\x55\xa4\xd4\xf1\x80\x02\xc7\x77\x17\x61\xce\x1a\x37\x65\x3d\xe6\xdb\x2d\x59\xd3\x6b\x4a\xea\x82\x21\x94\x01\x2a\x78\x70\x05\x02\x53\xb8\xe8\x97\x6e\xe2\xe0\x9b\x72\x04\x28\x60\x58\x08\x6a\x33\x28\x69\xcc\x57\x8b\xb0\x86\xcf\x1b\x22\x5e\x29\x66\x49\x51\xbb\x42\x87\x0d\x6b\xa3\x39\x1a\xb5\x0a\x8a\xea\x89\x81\x64\x77\xd7\x66\xb3\xc2\xf4\x93\xd9\x51\xdd\x99\x4e\xc9\x8c\x83\x1d\x45\x08\x57\x97\x3a\xc3\x66\xa5\x64\xd4\x6c\x56\x66\x57\x7b\xc7\x7c\x15\x64\x43\xb6\xb5\x0e\x31\x47\x68\x01\xdd\x80\x3c\x0f\xb7\x7b\xe3\x75\xe0\xe6\x43\x8b\x90\xe9\x6e\x49\x89\x8f\x37\x32\x5b\x1a\x02\x11\x56\x85\xac\x27\xd3\x10\xf8\xe8\x29\xe0\xa3\xbf\x04\x7c\xec\x52\x67\x48\x65\x41\x09\x67\x5b\x35\xfd\xa5\xae\xf0\x1e\xfa\x64\xdb\xd5\xbd\x68\x38\xa1\x37\x4c\xcd\x94\x60\x86\x39\x56\x9d\xa0\x5f\x0b\x7f\x6a\xe0\xef\x0f\x46\xa2\x8e\xfe\x6c\xc7\x62\x6c\xbf\xee\x3b\x13\x28\x3c\x38\xff\x35\x5b\x03\xf0\x70\x25\x50\x0a\x86\xf7\xb4\x6e\x35\x11\xf7\xec\xe7\xd0\x99\xbd\xec\xc1\xdf\x18\xa8\x8b\x1c\x1c\x9e\x32\x5d\x51\xd4\xf5\xd5\x39\x0c\xb6\xfe\x7b\x1b\xb4\xb6\xe7\x01\x9f\xd4\x2c\xbc\x0d\x52\xaa\xa9\xc1\x12\xc2\x03\x5c\xb8\x2d\x2c\xf4\xc9\xd1\x39\x8f\xf4\xc5\xf3\xb4\xa0\xda\x49\xa9\xe8\x56\x21\xd8\xd3\x7a\xa1\xcd\x4f\xf7\x5b\xb2\x08\x3c\x7f\xa5\x44\x28\x77\x76\xb3\x58\x77\x14\x13\xd8\x29\x98\xc0\x7e\x19\x26\x58\xa7\xda\xab\x1b\xc2\x08\xaf\x04\x71\x9b\x15\x4c\x16\x20\x3f\xd4\x20\xca\x53\xe9\xa1\x29\x34\x1d\x62\x0e\x94\x1c\x0a\x03\x39\xc7\x5f\xe6\x62\x4a\x74\xda\x64\x96\xc9\x8e\xcc\x74\x12\xe4\xaa\x9f\x8c\x8c\x8e\x91\x91\x0a\x0b\xdc\x22\x4c\x97\xcd\xaa\x6c\xbd\x51\x1a\x0f\x7c\x62\xdc\x32\x95\x14\x1c\x55\x84\x35\xe5\x7d\xcd\x19\xd6\x1b\x14\x95\xac\xf5\x39\x2d\x80\x97\x40\x51\xed\x23\xaa\x8b\x38\x57\x61\x52\xf1\xb8\x54\x7e\x58\x48\x3b\xb7\x97\x0d\xa6\x66\x1f\x43\x4e\x02\x8d\x2a\x67\x08\x61\xcb\x6a\x25\xa5\xc4\xb7\x55\x6b\x57\xf6\x74\xf3\xa9\xba\xf7\xec\x44\xe8\x29\xab\xf8\x79\xff\xc6\x71\x4b\xb3\xd9\xb4\x82\x8f\x20\x99\xcd\x9c\x98\x8e\xa0\xd7\x5e\xf6\x26\xec\xb7\x7f\x74\xeb\xa1\xd0\x33\xf2\xe1\xc0\x67\x33\x53\x52\xaf\xd5\x10\x77\xeb\x8c\x87\x7f\xd9\x33\x74\xef\x92\x8a\x29\xad\xcd\x82\x5c\x97\x87\xc3\x94\xd6\xc9\x33\xd4\x19\x27\x21\x5a\x0f\x19\xef\x51\xc5\xea\x47\x02\x6a\x28\x67\x46\x76\x6f\xbb\x53\x18\xb8\x7d\x4e\x18\x7f\x52\x40\xec\x5d\x38\x9c\xdf\x46\xa4\x57\x38\xc0\x71\xfe\x56\x5b\x19\x20\xad\xae\xa0\x9c\x1f\x12\xca\xb6\xc1\xeb\x69\x04\x50\xb1\xd4\x84\x44\x4b\x75\xf3\x75\x75\x47\x4c\x84\xe3\xea\x70\x10\x4b\xb2\x52\x74\xaa\x87\xc9\x77\x67\xda\xd5\x0c\xeb\x14\xdb\x2e\x38\xa6\xba\x28\xf0\x10\x74\xb8\x12\xf2\x42\x87\x69\x7d\x22\xed\x3d\x96\x0c\xef\x8a\x41\xda\x90\xdb\x5c\x19\xeb\x9e\x6f\x83\x9a\x7a\xe6\x6b\x24\x11\x66\xdd\x35\x46\xd7\x8a\x77\x27\x0f\x2b\x14\xbc\x83\xf4\x4a\xb1\x8a\xe3\x8b\xbd\x90\x10\x4f\xf2\xce\x92\x29\x9f\xc5\xde\x13\x69\xea\x88\x74\x55\x9e\x3f\xae\x9e\x50\xe7\x02\x64\x89\x74\x5b\xd2\x65\xb5\xc2\x7b\xd5\xd5\x62\x83\x0d\x75\xae\x17\x3b\x5b\x3a\xd0\x89\x6b\x7e\x53\x22\xa9\x8a\xe1\x16\x8d\xf8\xdc\x7e\x58\xfa\x3f\x0f\x87\xe5\x0a\xfb\x9f\x5a\xc4\xdf\x20\xbc\x9b\xcd\xd2\xa7\xf3\xf9\x7c\x87\x70\xb3\xac\x56\xa5\xba\x97\x37\xee\x5e\xde\x00\x95\xd6\x0e\xe9\xeb\x52\xcf\xb2\x91\x26\xba\xbb\xd5\xf5\x1b\x32\xd0\x99\x9e\x09\xbc\x06\x16\xbc\x77\x5b\x7e\x35\xbc\x3f\x56\xdc\xcc\xc7\x43\xad\x3a\x1d\x6a\xf4\x21\x50\x6b\x10\xae\xb2\x50\xab\xb4\x5e\xab\x35\xa0\x51\xc0\x6b\x1c\xf0\x1a\x03\xbc\x93\xc0\xd5\x02\xb8\x8e\xcd\x3b\x64\x7d\xa0\xf7\x91\xc8\x73\xf7\x85\xe2\xc8\x35\x0b\x64\xef\x5b\x57\x82\xc3\x85\x2e\x8c\xd3\x2b\x94\xa1\xb9\x57\x0f\x50\xb5\x3f\xbb\xcd\x06\x49\x4c\xdb\x84\x24\xd8\x52\x83\xd2\x3a\x02\xe5\x8a\x77\xef\x5d\xe7\x3a\x5b\x5a\x40\xc1\xe0\x81\xd4\x55\x10\x6d\xeb\xe0\xb5\x66\x8b\xba\x81\x50\xb3\x19\xe8\xb5\xc4\xbc\xda\x6c\x9a\x4f\xaf\xd5\xe4\x02\x03\x88\xf5\x49\x32\xb5\xd7\x6c\x7c\xc6\xfb\xa6\xd9\x90\x8a\x01\x15\x85\xa2\x6e\xb6\xd2\x5b\xc9\x2f\x7f\xf7\x7f\x0b\xc1\x77\xe4\x20\x0e\x17\xe8\x8b\xdf\xd1\x39\x94\xa9\x25\x68\x31\x65\x3b\x35\xb2\xd1\x33\x40\x28\x6a\x20\x00\x2d\x8c\x62\xf3\xe8\xec\x74\x6d\xb9\xaf\xf5\x04\x0a\x28\xf6\x4e\xfb\x56\xec\xa8\xb8\x9d\xbe\x62\xa0\xfc\x5c\x83\xd2\xff\x36\xb0\x74\x7a\xe6\x48\xbc\x0d\x30\xb5\x46\xf4\x47\x7f\x80\xe5\x15\xfc\xac\xfc\x17\xac\xe8\xd1\xf3\x4a\x90\xc2\xd6\x18\x3e\xc7\x1c\x9d\x4d\x17\xd3\x33\xfb\x80\x23\xa4\x83\x54\x74\x33\xab\x06\x0c\xa0\x20\x2e\x83\xd7\x0b\x53\x42\xef\xd2\xec\x63\x00\x19\x52\x7e\x45\x42\x23\xed\x73\x48\x91\x33\xa1\xed\xeb\xea\x75\x41\x10\xd4\xcf\x7b\xf9\xf6\x8d\x2b\xa1\xa7\xf1\xc0\x17\xea\x0b\x5d\x70\x08\x28\xa1\xc9\xa4\x2c\x2f\x7e\x77\xae\xff\x78\x74\xf1\xbb\x73\x69\xcb\x3f\x0d\x81\xd1\x6e\x3e\x44\xe5\x68\x9f\x35\x57\xeb\xaf\x29\x44\xf9\x1a\x56\x56\x10\x84\x2e\x45\xba\x88\x5f\xd1\x89\x44\x50\x86\x2a\x33\x33\x05\x99\x04\x5f\x74\x47\x06\x14\x04\xe1\x07\xb4\x95\x68\x44\xe6\x06\xaf\x5c\x65\xff\x92\x61\x32\x57\x00\xf7\x4f\x28\x26\xf3\xdc\xd1\x2d\x05\x26\x73\x3d\x7d\xdf\xb8\xc2\xc4\xb0\x07\xfe\x59\x8b\xc9\xdc\xff\xe2\xd8\x90\x91\x3f\x69\xb7\x1b\x90\x0b\xdf\x44\x6c\xb6\x62\xbf\x81\xe3\x2b\xbb\x32\x5f\x50\xa4\xd5\x94\xc1\xd4\x6a\xec\x29\x82\x98\x5a\x53\xe8\xd7\x6a\xa9\x4d\xb3\x7c\x79\xa0\xa0\xbd\xfc\x2d\xf4\xad\x9d\x5a\xa4\x43\xca\xd6\x07\x17\x1b\x25\xb6\x3e\xa3\xb5\x05\x86\xea\xda\x84\x88\x3a\x82\xfc\x3d\x69\xb7\x0d\x6b\x0d\x31\x4d\x68\xab\x6b\x65\x69\x93\x00\x14\xb1\xc3\x88\x13\x96\xfc\xb7\xb6\x61\x8f\xaa\x2d\x8d\x4b\x72\xea\xb6\x94\x5d\x6f\xc8\x5a\x34\x3c\x2d\xd2\x19\x7f\x9e\x2b\xe1\xd9\x2d\xd2\xa9\x6e\xfd\xdf\x00\x7e\xb4\x74\x65\x2f\x1d\xf0\xfc\x85\xfa\xbc\x59\x43\xfd\xdf\x3f\x91\xcd\x56\xe7\xb7\x55\xf4\xd5\x14\xe6\x2c\x4b\x03\x7b\x85\x51\x6f\xae\x6d\x7a\x4d\x14\x86\x0c\x5f\x85\x1b\x01\xc1\x3b\xb6\x2b\xdd\xd8\xa9\xb0\xb2\x99\x3a\x43\xb7\xa9\x30\x7a\x37\xc8\xdc\x89\x5c\x66\xe2\xe0\x61\x58\x64\x49\xbf\x58\xf2\xd5\x48\x2c\xf9\xea\xc8\xac\x18\x92\x76\xf6\x32\x33\x29\xcb\xc9\x04\x13\x0b\xb4\x0b\x46\xa7\xe0\x9b\x65\x94\x0b\xfe\xa5\xd6\x32\x0c\x4f\xa7\x42\x23\x13\x43\xd3\xce\x66\xa6\xe8\x67\xab\xa6\xe8\x58\x30\xea\x3d\x75\x70\xd8\x4d\x6c\x1b\xf6\xdb\xe7\x58\x18\xb5\x67\x65\x6c\x99\x7a\xc1\x9b\xbb\xef\xaa\xfb\x4d\x53\x81\x4a\xc8\x28\x83\x70\xd2\x73\xbc\x8b\x96\xe6\xd3\x6b\x9b\x77\xe5\x58\x77\xd3\x9e\x06\x53\x3c\x09\x94\x14\x57\x4a\xdc\xf1\xd5\xcf\x72\x0c\xcb\x6d\xae\x4c\x9a\x2d\x61\x9a\x55\x75\x20\x23\x31\x50\x59\xb2\x80\x65\xe3\x41\x1d\x74\x2a\xb1\x82\xb2\x99\x56\xd7\x19\xb9\xef\x64\x08\xe7\xdd\x05\xaa\xab\x0e\xf9\xf1\x39\x90\x70\x93\x78\xcb\xf6\x75\xc9\x41\x26\x37\xef\xfe\x7d\x47\xb8\xcb\x63\x61\xba\x8c\xfd\x10\xb5\x62\x38\xaa\xd9\x3d\xf2\xb8\x61\x24\x8a\xd0\xf1\xc4\x2f\x2d\xc8\x05\x30\x0f\xbd\xa5\x08\x48\xac\x81\x01\xc8\x1b\xc4\xf3\xf6\xa1\x44\x47\xe4\xdd\xc0\x82\x6e\x75\x06\x76\x0e\xae\xb9\xf1\x63\xc5\xe8\x71\x37\xd5\x4c\xf5\xa0\x23\x84\x27\xc9\x56\x70\xfc\x38\x18\x22\x83\xff\xcb\x68\x4f\x76\x5a\x21\x0d\xea\x6c\x60\xe2\x84\x91\xdf\xc3\xc4\xb5\x8c\x64\x14\x0f\x04\x33\x1b\xd2\xda\xaf\xd1\x27\x98\x65\x75\x7f\xa1\xbf\x91\xe8\x0d\x99\xea\xbe\x19\xe9\x5d\x57\xa3\xe5\x36\xb9\x81\x7a\xfd\xdc\xcb\xbf\xd6\xa6\x12\x1f\x98\x3e\x02\xa3\x45\x3b\x24\x71\x4f\x03\xc5\x1f\x16\xe7\x58\xcc\x5b\xca\x6e\x76\x9b\x8a\xd3\x7f\x10\x54\x14\xe7\x38\xa0\x05\xae\x0e\x28\x82\xb4\x4b\x5b\xf7\xb1\xea\xca\xbd\x74\x3d\x6d\x37\x3b\xae\xd5\x67\x50\x3d\x39\xb4\x11\xa3\x7d\x7c\x96\x8c\x81\xc7\xb4\xf8\x51\xcd\xe1\x39\x59\x6f\x2a\x4e\xea\x57\xd5\x76\x0b\x0c\x2a\x16\x71\x8c\x68\x36\x90\xe5\x78\x1f\xd1\x57\x56\xd4\x54\x42\x76\x08\xf9\x97\xb6\x08\x8f\x92\xb9\x23\x65\x90\x83\x3a\xf6\x93\x89\x3e\x4d\x88\x08\x8e\xc6\x5b\xf4\x6d\xaf\x6e\x1c\x67\x1d\xa9\xb6\xdb\xcd\xbd\x63\x94\x55\x0b\x1e\x41\x40\x93\x6b\x2e\xad\x6d\xdc\x8d\xec\x79\x7d\xa3\x99\xab\xab\xf6\x96\x70\x93\x7c\xac\x8b\xca\xc3\xed\x13\x09\x3a\xa4\xf7\x03\x54\x95\x07\x77\x68\x0f\xa2\x84\xb9\x59\xc2\xd5\xb8\x01\xa3\xf8\x85\x50\xb3\xc3\xb4\x9e\xc2\x15\xe1\x58\x57\xcc\x69\x67\x95\xe0\x19\x61\x57\x44\x48\x0f\x87\xbd\x1c\xd9\xa0\x45\xf5\xb8\xe0\x46\xf9\x63\x6c\xe3\xc2\xc2\x5b\xdd\x89\x14\x05\x66\x8e\x06\x33\xab\x17\x41\xa3\x20\x3d\x7c\x62\x2a\x72\x66\xa2\xca\xe4\x2f\xab\x7a\x2c\x5f\xa9\xed\x27\x24\xf7\xd5\xaa\x6c\xe4\x43\xfd\x06\x62\x30\x38\xd3\x26\x6e\x72\x16\xfd\xb2\x99\xcd\x1a\xe3\x4e\x33\x9b\x4d\xec\x9f\x5a\xd7\x0b\x6e\x4d\x53\x97\x39\xb2\x39\x1c\xa8\x82\x69\xec\x60\x96\xfc\x76\x90\xcd\x82\x85\x45\x60\x61\x29\x58\x22\x4a\xc7\x42\xa5\x6c\x0c\x25\xa3\x19\xb3\x05\x64\x1b\xd4\x96\x7b\x7f\x46\xfb\xf0\xac\x09\xf1\xcc\xa8\xd3\xe4\x28\xa5\xc0\xd5\xca\x68\xdc\x5a\x29\xe5\xc3\x4c\xd3\xba\xc8\xc2\xdb\xee\x17\x0c\x73\xe4\xad\x53\xce\xc2\x1b\x5f\x12\x0f\x80\x6d\x33\x0c\xdb\x46\xc3\xb6\xdf\x2a\xd9\x0c\x01\xdd\xea\xd0\x13\x90\xdb\x8b\xbe\x2a\xa9\x4d\xab\x06\x99\x8d\x1c\xee\x90\x1c\xee\x20\xdc\x06\x8c\x81\xe7\x09\xb4\xbb\x6b\x95\x71\x77\xa5\xda\xdd\x75\x70\x27\x77\xc1\x4e\x8e\xda\xe5\x66\x65\xb6\x7f\xad\xb6\x75\xa7\xb6\x55\xa6\xdb\xda\x44\xdb\x6a\x94\x8b\x4d\x49\x03\x49\xb6\x39\x51\x92\x8d\xa5\xd8\x7c\xc3\xac\xb8\x9a\x79\x16\x78\x5f\x1d\xf5\xcf\xca\x48\xbb\x98\xfe\x26\xf2\xae\xe2\x4b\x52\x79\x77\xcb\xe9\x5d\xc5\xef\x15\x8f\x30\xa5\xf5\x14\xdf\x11\x7e\x43\x6a\x33\x04\x25\xed\x62\x69\x6c\x43\x2b\xdc\xbd\xb1\xdc\x85\xd1\xab\xa6\xf1\x7a\x63\xc5\x87\xb9\x8f\x03\xc7\x47\xc7\x8f\x45\x9c\xd5\x92\xac\x22\xdf\x8d\x88\x70\x9b\x3c\x3c\x26\x1c\x12\x92\xfc\xd0\xd0\xda\x55\xa8\x47\xb8\x71\xf4\x5c\xb1\x56\x22\x10\x28\xba\x82\x09\xda\x1b\xdf\x6a\x6a\xdc\xa8\xaf\x29\x33\xea\xaf\xe9\x22\xbc\xb5\x5d\x1f\x2f\x5c\x03\xd7\x5b\x7c\x53\x42\x37\x7f\xf7\xa2\x4b\x4f\x3f\x39\xe1\x26\xd3\x91\x9a\xcf\xd3\xcd\x66\x60\x32\xe0\x01\x39\xdc\xc1\xd7\xde\xd3\xbb\xb7\x9b\xc0\x09\x72\xb8\xb3\x3f\x59\xe7\xed\xde\xae\x4c\x8b\x63\x1d\x1d\xe9\xe5\x58\x17\x00\xe2\x61\xe0\xf6\x7f\xac\x5d\x1c\x07\x37\xe8\x59\xd0\x64\xa8\xab\x30\x53\x46\x4f\x57\xcf\x83\x26\x43\x5d\x85\x59\xd1\x7a\xba\xfa\x31\x68\x92\xef\x4a\x06\x08\x9f\x41\xd6\x00\xf5\xb3\x03\xbc\xa5\xec\x66\x43\x7a\xba\x1e\x96\xcd\x3f\x53\xd7\x29\x52\x1f\xeb\x16\xee\xa2\x93\x7a\xed\xe2\xf8\x67\x9c\x72\x8a\xf5\x9f\x6f\xda\xbf\x41\xb7\xf1\x01\xf9\x3c\x7d\x66\x0f\xcc\x51\x00\x57\x1f\x8f\x83\x37\x7b\x7e\x3e\x4b\xcf\xd9\xe3\xf4\x59\x7a\x8e\x1a\x7d\x26\x34\x4b\x9a\xf5\xf4\x3a\xa8\x88\x83\x2a\x7e\x3d\x1b\xfb\x8b\xfa\xbb\x38\x41\xf5\xa7\xf9\x4c\xcd\xaf\x81\x0d\xc2\x99\xe1\x97\x2b\x69\x15\xc2\x46\x7c\xd6\x05\xc6\xb4\xab\x27\xbd\x2e\x5a\x25\x53\xe8\x2c\x99\x2d\x32\x7d\xf5\xba\x40\x78\x65\x04\x7c\x5e\x69\x8d\xd2\x06\x43\x6c\x85\xd7\x1f\xef\x4c\x59\x6c\xcb\x02\xaf\x03\x96\x96\x3b\x96\xb6\x2e\xcf\xf1\x6d\xe9\x32\x0b\xd4\x4f\x6e\x1f\xd7\x96\xad\xbd\x2e\xf9\xb2\xb6\xbe\x18\x5b\x3f\x91\xbb\xcc\x44\xae\xd1\xe8\x6e\x36\xab\xba\x1e\x01\x77\x08\xaf\x97\xf5\xaa\xdc\x4a\x33\x51\x17\x88\x54\xc9\x54\xaf\xa2\xb9\x2d\x10\x90\x42\x4f\x9d\x93\x74\x23\x08\xf7\xe9\x10\x4d\xc2\x7f\x74\xb2\x96\xc5\xa4\x30\x3d\xa2\x59\x09\x93\xb3\xfe\x16\xea\x14\x7c\x8a\x1e\x25\x54\x3d\xc4\x93\xb4\xba\x8e\xa5\x67\x5e\x21\x36\x61\xea\x59\xe2\x29\x5a\x19\x38\x83\xaa\x6c\xdd\x10\xc8\xc0\x86\x40\x3f\x3d\xa4\x56\xc6\x2c\x50\x4a\xe6\x54\xc9\xfc\x34\x35\x72\x50\xa8\x7f\xc9\x75\x06\x0b\xb2\x2a\x4d\x2e\x4e\xcc\x7a\x14\xc6\x39\x57\x88\xc4\x8e\x30\xa0\x51\x16\xa0\x61\xd1\xa9\x61\xe6\xb4\x2e\x93\xa5\x0b\xc8\xf1\x32\x60\x88\x08\x9c\xd2\xa0\xcb\xd9\x6c\x52\x9c\x63\x7a\xb2\x19\x18\x69\xa7\x2f\x71\x82\x99\xc6\xa8\x3d\x15\x77\xef\x7d\x84\xd3\xf9\x5a\x6c\xf4\x08\x10\xb8\xae\xf7\x47\x9c\x8c\x7b\x75\xb5\x1a\xf9\x4e\x57\x4a\x1f\xd5\x41\x03\x2d\xec\x17\xde\x4f\x52\x45\x2f\x9b\x95\x73\xe2\x05\x6b\x2f\x3c\x1a\x75\x7c\x6a\x75\x57\xa8\x2a\x59\xce\x0d\xe8\x32\x5c\x74\x1f\x98\xb4\x7e\x0e\xb7\x78\xff\x81\xdc\x2f\x08\xe6\xd6\x2e\x56\xb5\xb7\x0b\x11\x9d\x61\x45\xc5\x17\x4c\xa2\xde\xa3\xec\x3a\xf3\xd6\xd0\xd0\xdb\x8f\x19\x8f\xbd\x49\x84\xcb\x2d\x42\xf4\xba\xa8\x02\x72\xdd\x3a\x72\x9d\x5d\x96\x4b\x1c\xb1\x29\xcf\xf1\xae\xf4\xe1\xb8\x4f\x76\x5e\x47\xb1\x86\x90\xdc\x51\xb5\xdc\xc4\x7a\xfa\x23\x60\x58\x3f\x00\x0c\xda\xe3\xdf\x4e\x46\xdf\x2c\x6d\xcf\xcd\xd2\x2e\x6b\x35\x99\x7a\xc0\x68\x60\x66\x70\x8d\x24\x35\xb7\x6a\xa5\x1d\xef\xb6\x21\x2e\x7d\x4b\xd9\x07\x87\x43\xba\xb6\xb1\x4d\x4c\x1d\x58\x32\xe0\xc9\x72\x6b\x90\xe8\x2e\x78\xf2\xb8\xa0\x25\x3d\x1c\xf6\x12\x99\x2c\xd6\x7b\x53\xd2\x72\x71\x27\x25\xb5\xf6\x2c\x6a\x2c\x58\xc3\x06\x08\xde\x63\x6e\xc0\x59\xc3\x50\x78\x9e\x46\xbd\x6a\xaf\x81\xe3\x45\x26\x65\x59\xf0\x87\x1e\x2c\x14\x02\x46\x93\x5d\x61\xc9\x2e\xb6\x19\x70\x4c\x3a\x64\x7c\xfc\xda\xf5\xe1\xa1\x65\x7a\xd3\x58\xaf\x5b\x50\x51\x3b\x77\xd0\x31\x65\x63\x8a\x78\x99\x0d\x56\x68\x30\x89\x6e\x05\xb0\x28\x0e\x7b\xc9\x34\xc8\x67\xef\x4c\x2f\x9c\xc6\x65\xed\x3c\xea\x3c\xd3\xed\x26\xb1\x60\x21\xcc\x6c\xd1\x02\xb0\xf8\x2d\x59\x00\x2e\xb6\x42\x3a\xae\x21\x58\x4b\x74\x5f\xf6\xc1\xc6\xde\x5a\xb3\x19\xd3\x09\x36\x0a\x5e\xaa\xbf\x90\x8e\xd1\x28\x78\x69\x02\xb0\xbc\xeb\x9b\x71\x88\xe3\x10\x9a\xcd\x91\x36\xe3\x47\xea\x73\xe7\x3b\x37\x3c\xea\x44\x1c\x0e\x13\xb5\xf7\x87\x03\xd4\x09\x50\x7f\x86\x1e\xf2\x57\x77\xbb\x56\x3c\xb8\x57\xc5\xb3\x09\x58\x8b\xf6\xfe\x4b\x3a\xed\x55\x37\x47\xf1\x67\x10\x0b\x51\x13\x41\xf8\x1d\x65\xd1\xa9\x01\x1b\x16\x8f\xc2\x22\xa2\x9c\xe1\xc9\xa4\x05\x32\xa5\x28\x62\x08\x09\x70\xbc\xbe\xab\xd8\xfd\x0f\x8d\x22\xba\x40\x8d\x0f\x07\xf3\xc4\xd1\x67\x24\xf3\x16\x24\x9d\x99\x01\x8a\xd2\xbb\xf8\x11\x3f\x79\x5a\x8f\x18\x10\x8e\x41\xd6\x4b\xf5\xde\xc3\x42\x15\x42\x1f\xf0\x38\x24\x2d\x0a\xd7\xc4\xaa\x09\x68\x42\xbb\xe4\xc1\x7c\x9d\xbb\x19\x2f\xe3\x2e\x43\xd3\x0c\xc7\x0c\x2d\x72\xb7\x53\xfc\x49\x10\xc9\xa3\x67\xc0\x03\x18\xbd\x64\xa2\x51\x17\x84\xb7\x79\x45\x61\xdd\xae\xd2\xa6\x33\x77\x61\x86\xd0\xb0\xd1\xac\xdf\x4e\x16\x9a\xd3\xf0\x3f\xcd\x24\x96\xa3\x33\x0f\x30\x94\x7d\x56\xeb\x58\x6c\x1b\xc3\x8a\x3d\x04\xf5\xf8\x6f\x6a\x69\xe9\x33\x6f\xe1\x88\x89\xa1\xe8\x52\x71\x68\xc0\xad\x2d\xe0\x2f\xfa\x6b\x02\x2f\x7f\x63\x9b\x96\x8f\x5a\x4c\x8d\x5b\xff\x45\x86\x2b\xac\x41\x16\xd9\xf2\x52\xc8\xa0\xbd\x63\xd3\x03\x75\x82\x3a\x30\x3c\xb8\xe2\xb9\x2e\xb9\xe1\xc0\xa4\x7e\x59\x4a\x6d\x33\xc5\xc2\x43\xcc\xbc\x08\x61\x92\x45\xea\x43\xe8\x15\x25\x7c\x36\xf3\x62\x95\xbf\x86\xf8\x5c\x27\xff\x85\xeb\x0a\xe4\x13\xfd\x1b\x98\x57\xc8\xd6\x78\x8b\x0a\xdb\xc8\x25\xa0\x1c\x62\x2c\xd4\x42\xb0\xe8\xf1\x51\x12\x27\xfa\x28\x09\x9d\xa1\xcf\x43\x62\x29\x9c\x7f\x92\xfa\x1b\xbb\x44\xb9\x90\x27\xc3\x8c\x17\xb3\x50\xb9\x21\x13\x26\xeb\xd7\x8d\x0a\xf4\x33\xe3\x02\x41\x7a\x5c\x1d\xec\x73\xc5\xf6\xea\xdf\x11\x85\xcb\x19\xad\xde\x7c\x62\x44\xe7\x50\x46\xf3\x4d\xd3\x7c\xd8\x6d\x8b\xa9\xfb\x68\x31\x3d\xf3\x12\x2d\x97\x91\x93\xec\x29\xa6\x45\x4e\x5a\xf1\xb9\x1d\x64\x7f\x0b\x8b\x23\x6e\x7e\xad\xcd\xb1\xf7\x83\x9c\x3f\xf9\x14\xef\x09\xdb\xdd\xe9\x04\x6f\x8b\xc9\x39\xbe\x21\x62\xe1\x66\xe5\x0e\x54\x93\x75\x46\x97\x7d\x16\xce\x2a\xe3\xd1\xab\xd1\x21\x4f\x35\x23\x59\x3f\x87\xbc\xe8\x6c\xaa\x9a\x4f\x43\xe5\xa6\xf1\x86\x8b\x9d\x56\xb4\xfc\xb5\x5c\xc5\x3a\xcd\xa6\x8c\x3d\x34\xab\xb2\xeb\x98\x19\x67\xbf\xbd\xab\x3e\x98\x01\x78\x9c\xae\xc6\x29\x3c\xb9\x1f\xa2\xed\x44\x2f\x45\xc2\x2a\x24\x19\x54\xf3\x64\xb8\xc1\x15\x1a\x51\xed\xab\x67\x5c\x35\x31\xf8\xd5\x76\xd4\x91\x2d\xc4\x9c\x84\xeb\xcd\xf7\x69\x34\xc4\xc6\x77\x00\xb7\x25\x83\x4a\x2f\xc5\x39\x6e\x1e\xa0\xea\x81\x90\x74\x7d\x4d\x98\xe4\xd6\xa7\x28\x7c\x46\x89\x93\xec\x06\x01\x83\x91\xc2\x76\x83\x70\x1b\x6e\xc0\xc6\x97\x4c\xa9\x02\xdd\x6c\x6b\xc3\xdd\xfb\xd5\xd7\x0a\x7c\xfb\x30\x6e\xab\xab\xbe\xde\xf4\xaa\xaf\x37\xb3\x59\xa1\xeb\x3a\x95\x1b\xef\x70\xb1\x8b\xd2\x04\x71\x84\xd7\xe5\x39\xae\xcb\x9d\x55\x07\xac\x9f\xd4\x8f\xd7\x56\x1d\x70\x5b\xee\x96\xeb\x15\xbe\x2e\x6f\xf1\xb6\x9c\x5c\x8c\xa6\x57\x8a\xff\xbc\x9d\xaf\x6f\x2b\xfe\x54\x14\xe7\x6a\xfd\xdb\x72\x72\xae\x5a\xcc\xdb\xdd\xfb\x56\xf0\xe2\xc2\x68\xe9\xee\x86\x41\x7a\x8d\x74\xf6\xf7\x08\xa0\x77\x86\x07\xf8\x58\x4e\xb6\xb6\x48\x76\xfb\x9d\x66\xce\xcd\xf1\xb9\xc3\x02\xe1\x9b\x92\x2f\x6f\x41\xcb\x64\x7c\xb5\x6f\x90\x42\x82\x8f\x87\x43\xec\x57\x7a\x83\x02\x8d\xfd\x7b\x0f\xb8\xfb\x0e\x02\xdb\xc3\x75\x87\x6f\xf0\x2d\x1a\xdd\xcf\x66\x6d\x17\x47\xef\x11\xae\x2e\xdf\xbb\xe3\xe1\x2f\xa1\x8f\xb3\x19\xe8\x1a\xbd\xfa\x0f\x52\x52\x2b\xfe\x63\xf4\x71\x36\x9b\xb0\xd9\x6c\xd2\xc2\x29\x38\x1c\xc4\x65\x6b\xea\xd8\x2e\xd2\x21\x08\x92\x68\xf1\xd1\xbe\x7f\xbf\x78\x9f\x9d\xc5\x7b\x63\x3f\x70\x0b\xbb\xf2\x0b\xfb\x74\xd2\xc9\xbc\xc1\xb7\x58\x17\xdd\x41\x23\x33\xd8\x15\xfe\x94\x1d\xec\x13\x92\x2e\x33\x65\x2b\x71\xb4\x1b\x0b\x83\x69\xa0\x62\xc9\x7b\x74\x0a\x04\x21\xc1\x5e\x21\xdf\xe3\xe9\x9d\x25\x63\xbe\x52\x18\xe4\xbc\x8d\x1c\x33\xfa\xd0\x8a\xe5\xd0\x8a\x22\x5f\x53\xe0\xce\x3f\xcc\x90\xc5\xd0\xa9\x6b\x94\x52\x46\xd0\x26\xa4\xbb\xaf\x67\x2e\xfc\xc4\xa9\x2c\xc3\x53\xde\x60\x5d\x82\x29\xa0\x81\x02\x61\x9a\x0d\xd2\xa4\x48\x22\x29\x03\xa7\xf6\xcf\xe7\x56\x9b\x48\xcb\x91\x81\x2d\xe3\x70\x39\x28\x3a\x92\xe5\xa0\x3b\x55\x98\xde\xc0\x68\x11\x63\xc1\x52\x0e\x39\xf9\xf6\x05\x7f\xf7\xb3\xdb\x5d\x71\x03\x47\xfe\xd5\x69\x7b\x86\xb5\xcd\x21\x4e\x10\xd2\xf1\x67\x8c\xa4\xa6\x46\x49\x4d\xd4\x49\x4d\xd4\x26\x0e\x49\xe7\x19\xe2\xcf\xa9\x7a\x7f\x85\x44\x1f\xc8\xfd\x82\xc5\xaa\x5c\xda\x55\xe5\x36\xb2\xe4\xb8\x2a\x9b\x9c\xb8\x86\xdb\xe1\x35\x77\xf8\x61\x7b\x23\x05\x2c\x31\x5d\xb6\x2b\x2f\x49\x4c\xac\x24\x21\x2e\xc1\xde\x16\xf8\x2d\xf7\x9d\x3e\xd5\x01\x92\x8b\x7e\xb4\x92\xd6\xd9\xb2\x0a\xd8\xd9\xf6\x04\x76\xd6\xf1\xc5\xa7\xb8\xcb\xf5\xb2\x9c\xbf\x89\x7b\x1b\x2f\x85\x8f\x3c\x0c\x96\xc5\x25\x42\xa3\xec\xb2\x12\xc6\x39\x5c\x10\x27\x7f\xdf\x51\x60\xb5\x53\x76\xbd\xc3\x3d\x27\x8b\x71\x91\xa9\x61\x1c\xa3\x89\x04\x3d\x1c\x74\x68\xa8\x0e\xce\xec\x68\x2c\x09\x44\x1b\xdf\xdf\xbd\x6f\x36\xd1\xc3\xb9\xcf\xad\xb7\x98\x4e\xcf\x88\x4f\x9c\x47\xbd\xd2\xd1\xd9\xf5\xba\xbd\x0a\x57\xc8\xf4\xab\x73\x13\x82\xeb\x02\x96\x1d\x76\x91\xc3\xc1\x06\xdd\x1e\x0e\x85\x28\xd5\x40\xbe\xbc\x3c\x12\xb7\xbc\xf9\x34\x66\xe4\xd3\x18\x64\xdf\x62\xfa\xcd\xcf\x5b\xc8\xea\x3f\xa6\xf5\x58\x34\xe3\xf7\x64\x5c\x8d\xf5\xd0\xe3\x86\x8f\x75\xef\x78\xcc\xc9\x9a\xd0\x8f\xa4\x1e\x4f\xcf\x5c\x2c\xaa\x57\x84\xca\x6c\x18\x6f\xaf\xb7\xba\x14\xa5\x70\x05\x94\xb6\xbc\x11\x0d\xa8\x41\x6f\xab\xf6\xcd\x27\x66\xf1\x66\xbe\xae\x36\x9b\x42\xa8\x63\x06\xfb\x3f\x45\x97\xce\xed\x71\x21\x8c\x98\x30\xdd\x31\x8d\x11\xb5\x07\xc0\x5b\x00\xfc\xa5\xfe\x4f\x91\xc0\x77\x57\x57\x5f\xec\x89\xfc\x62\xff\xaa\x12\xb7\xf3\xeb\x4d\xd3\xf0\x02\xfe\xe4\x15\xab\x9b\xbb\x02\xfd\xcf\xe7\x95\x20\x73\xd6\x7c\x2a\x10\x92\x57\x57\xef\xfc\xde\x07\xa5\x1a\xbb\xfb\xe1\xa3\xae\xbf\xd2\xb1\xc9\x1b\x30\x65\xfd\x44\xaa\x0f\xaf\xaa\xed\x48\x73\x87\x45\x50\x77\x2d\x37\xdb\x4f\x94\xd5\xcd\x27\xd8\xf0\xcc\xdb\x17\x55\x2b\xbe\x6e\x1a\x61\x8c\xbe\xfb\x1b\x22\xbe\x87\x49\xff\x55\x1d\x22\x9d\x7a\x97\xdf\x5b\x80\xdb\xd6\x73\x83\xf5\xc5\x74\xcd\xef\xb7\xa2\x99\x22\xb3\xd4\x17\x74\xb3\x81\x9c\x8b\x04\xc9\x75\x25\x94\x48\x82\xf6\x29\x46\x7c\x09\x9a\x8a\x71\xe8\x53\xa7\xf8\x05\xd5\xf9\xfb\xa6\x11\x63\xd3\x79\x3b\xbe\x6f\x76\x0a\x63\xaa\xba\x1e\x8b\x5b\x32\xb6\x83\x8d\xb7\xd5\xfa\x43\x75\x43\xd4\xbb\xe9\xb5\xf9\xea\x39\xd9\x12\x56\x13\xb6\xa6\xa4\x9d\xaa\xee\xee\x9b\x1d\xb7\x2d\xe7\x4a\x42\xfe\x52\x71\x46\xc0\x6c\x04\x14\x54\x43\x67\xae\x7b\xb6\x96\xef\xe8\x61\xcf\x17\x77\xed\x33\x78\x3d\x9b\x4d\xed\x66\xfa\x9d\x4b\xda\xcc\x13\xa8\x26\xe3\xd8\x66\xa3\xce\xd1\xf1\x34\x68\x31\x7e\x56\x31\xd6\x88\xf1\x35\x65\xf5\xb8\x1a\x7f\xac\x36\xb4\x1e\x7f\xaa\xee\x15\x10\x6c\x12\xa8\xf1\xa6\x59\x57\x9b\xb1\xaf\xf0\xd6\x4e\x11\x14\xc0\x73\x9e\x2b\xb8\xc6\xb7\xf8\x1a\x6f\xcb\xe5\x0a\xdf\x95\xe7\x8f\xef\x9e\xfc\xfe\x0f\x7f\x7c\x7c\x76\x76\x87\xb6\xcb\xbb\x55\x59\xdc\x9d\xfd\xfe\x0f\x7f\x44\x9e\x8c\x5c\xfc\x11\x79\x31\xc1\x63\xed\x47\x1b\x57\xa7\x39\x8c\xb2\x20\x80\x98\x3f\x52\x26\xfe\x55\xb3\x5e\x17\x7f\x44\x78\x97\xae\x3b\x3c\xd2\x6c\xf9\xc7\x55\x79\xf1\x87\x99\xfa\xff\xf0\xc7\xff\x85\xd9\xf2\x5f\x57\xe5\x1f\xff\x65\xa6\xfe\x3f\x5c\xfc\xfe\x5f\xf1\xb2\xe0\xe5\x16\x2d\x0b\x51\x32\xb4\x3c\x5f\xad\x30\x5f\x8a\xe5\x85\xf9\xff\xf7\xe6\xff\x7f\x59\xad\xf0\xf4\xd1\x14\xfe\xfe\x5f\xe6\xd9\x1f\x82\x67\x7f\x34\xcf\xfe\x7f\xc1\xb3\x7f\x35\xcf\xfe\xff\xc1\xb3\x0b\x37\x80\x1d\xe1\xc2\x0e\x71\xf1\x2f\xf6\x0f\x3b\xc0\xc5\x1f\x56\xab\xd5\xfc\x6f\x0d\x65\xc5\x74\x8a\x3c\x69\xba\x31\x21\x78\x2d\xd4\xf1\xad\x9d\x23\x05\xfc\x52\xa7\xd5\x04\x29\x60\x5a\x2f\xb8\x2c\x5d\x29\x25\x25\xd5\x5d\xbe\x0b\x2e\x9c\xc5\x86\xd6\x8f\xbe\xd8\x37\x85\x40\xf2\xd1\x17\x7b\x2e\xdf\x2d\x3e\x16\x08\x28\xc0\xfb\x88\x02\xb8\xa1\xef\x3d\x79\x7f\xef\xca\xbf\x84\x69\xe8\x5d\xdd\x7f\xf5\xf9\x27\xfc\x1e\x72\x86\x40\x91\x7b\x1c\x10\xd7\xab\x02\xed\x4d\x29\xdd\x4f\x51\x69\x50\x9b\xe9\x76\x5d\xad\x6f\x49\xb9\xdf\xd0\xba\x5d\x64\x53\xcb\xde\x6f\x49\xf6\x8d\x71\xc2\x71\xf9\xca\xe2\xd2\x96\xda\x91\x35\x7e\x76\xdd\xf0\x1b\x22\xe2\x67\x50\xf7\x22\x7e\x04\x7e\xe8\xf1\x23\x37\x46\x7d\x38\xdc\xc4\x23\x5c\x1f\x0e\x57\x71\xff\x6b\xff\x44\xf7\x7e\xeb\x1f\xe8\xbe\xaf\xe4\xd5\xd5\xba\x61\xd7\xf4\x66\xc7\xc9\x2b\xf5\xc8\x27\x24\xd7\x2d\xc8\xe1\x70\x25\xaf\x6e\x7c\x35\x24\x57\x7a\xd1\xba\xd8\x24\x9b\x30\xb9\x40\x38\x93\xc4\x60\x33\xd7\xb5\x7b\xa1\x86\x85\x45\x1e\xc3\xb2\x30\x83\x54\x58\xbb\x81\x4c\xca\x92\x5f\x06\x7b\xa2\xde\xb5\x4b\xbe\x32\x75\x2d\x13\xe5\xbb\x0d\xdc\x35\x97\x5a\xe3\x02\x8d\x5b\x5b\x8c\x69\x64\x4b\x9c\x8b\xc3\xa1\x9a\xcd\x5a\x1b\x8e\xf1\x4d\x11\x0e\x02\xdb\x0b\x1a\x22\x27\xc8\x73\xc8\x77\xb8\x53\xe3\x2f\xf9\xca\x9a\x9c\xcb\xb2\xa4\xba\x4e\xa0\x8e\xcb\x86\x26\xb4\x56\xdc\x66\xd0\xc2\xfa\x53\xc4\xdb\xa6\xad\xcb\xe0\xd3\x9c\x0c\xb4\x56\xff\x75\x19\x8c\xff\x68\x76\x63\x6d\xa7\x18\x2b\x0a\xa9\x73\x30\xc3\x8d\xf1\x64\x43\xeb\xaf\xc6\xcd\xf5\xb8\x1a\xa7\x5b\x33\xd5\x61\xe3\x65\xbc\x82\xf5\xca\xe4\xa8\x16\xae\x42\x83\x5e\x4a\x41\xcb\x9f\x8b\x16\x57\x78\xed\x6a\x41\x79\xb0\x53\xf5\xdf\xaa\xa4\x58\x77\x12\xfc\xbc\xaa\x36\x1b\x3f\x66\xab\x05\x45\x8a\x34\xbb\xa4\xb6\x46\xfb\x4f\x01\x6c\xd4\xdf\xab\x92\x7a\xdd\x13\x95\x72\x4b\xc8\x87\x2e\x52\x25\xe2\x60\x1e\xf1\x26\x17\x50\x47\xe7\x0d\x0f\xfd\x6c\x1f\xde\xcb\x39\x92\xfa\x1c\xfb\xc7\x2f\x1a\xfe\x9a\x7c\xb2\xca\x89\x28\x47\x58\x76\x13\x31\x2f\x7f\x06\x2c\xd3\x89\x4e\xb0\x2d\xad\x0a\x39\x08\x33\xf8\x65\xcd\x41\xd1\xf4\x42\x2c\xd7\xf0\xe5\x98\x01\xb8\x85\xfe\x33\x0b\x6a\x8e\x30\x97\xa1\x9b\x7c\x7a\x36\x03\xf7\xb4\x61\x60\x41\x7a\x1d\x5a\xe3\xaa\x64\xda\xb5\x0d\xb7\xd9\xc9\x9b\xdc\x48\x78\xd3\xa9\x27\x6d\xb4\xa0\x4a\x34\xab\xb4\x68\xd6\xe2\x0d\xad\x17\x1b\x59\x8a\x00\xcf\xab\xd9\xac\x9a\x80\x1d\xcc\x3c\x60\xfe\x2c\x12\x6c\x14\x9b\x0a\x5f\xd8\x6a\x94\x56\x1a\xd9\xcd\x66\x3b\x93\x51\x8b\x1b\x9f\xba\xa6\xb0\xd9\x9a\xe2\x21\xb4\xa9\x6d\x5d\xc2\xf1\x04\x88\x9a\xff\x26\x65\xb9\xb1\xc5\x05\xa8\x81\x75\x67\xa0\x7a\x36\xab\x65\xb6\x43\x7d\x4a\x93\x3e\x4b\xd7\xe7\x2d\xac\x62\x0d\x0b\xa8\xba\xfd\xde\xce\x66\xb7\xd2\xd6\xf4\x91\x39\xf0\x62\x81\xab\xce\x09\x84\xc5\x6d\x82\xda\xb3\x40\x97\xd3\x5d\x6c\x0b\xf5\xfd\x46\xf5\x80\xdc\x7e\xa6\x22\x9a\xd9\x21\x0a\x5b\x53\xa9\xad\x11\x0e\x92\x56\xab\xac\x73\xcb\x7a\xfc\xf6\x94\x16\xc2\xeb\xa1\xc4\x9d\x3a\xc7\x05\xc7\x22\xba\x7f\x10\xa6\x93\xb2\x2c\x2a\x18\x1a\xb9\x1d\xae\x86\xa8\xad\xdd\xbe\x9d\x06\x59\xc9\x1d\xed\x70\xd9\x25\x35\xf9\x58\xf9\x32\xdf\x7d\xeb\x4f\xf4\xf1\x4d\x08\x2d\x9d\xce\x0e\xe1\xaa\x6c\x20\x2b\x13\x5f\x88\xe8\x04\xea\xfb\xb2\x73\x32\x2a\x5d\x1f\x70\x49\x57\x65\x83\x07\xe6\xef\xda\xc0\xa1\x2d\x1b\xa8\xa4\xdc\xc8\x9e\x5e\x3b\x99\x07\x87\x4e\x26\xcf\xc2\xcd\x6e\x96\x2d\xb0\x0b\x94\xd6\xd9\x69\x15\xdd\x50\xf4\x16\x47\x95\xca\x02\x22\x23\x00\xf1\x9d\x8d\x51\x53\x1a\x7d\x18\xac\xe2\x2a\xa5\x38\x36\x7b\x96\x40\xa3\xee\xcb\x76\x0b\xf9\xb0\x18\x4e\xae\xfe\xcd\x5c\x0f\x61\xae\xfd\x88\x39\x29\x02\x24\xcb\x54\x9d\xd2\x35\x9f\x3d\xf7\xf6\x4d\x48\xd2\x74\x81\xab\x84\x05\xe4\x70\x44\x14\xfb\x96\xe5\xde\x7a\x1e\x27\x4b\x01\x2b\x06\x01\xb2\xab\xa8\xab\x1b\xfe\xe7\x48\xb1\x87\xa9\x1e\x87\xab\x5e\x89\x51\x45\x39\x57\x57\x56\x52\xbc\x01\x1e\x94\xe1\x29\x6d\x1f\xd1\xe0\x5e\xc6\xd4\xf7\xf9\x26\xec\x93\x2a\xd2\xab\x39\x95\x16\x54\xc4\xc0\x6b\x73\xcb\x2a\x69\xee\x9a\x60\x77\x7a\xb9\xec\x4a\x54\x4e\x19\x41\xa8\xb8\x25\x7c\x4c\xeb\x71\xc3\xc7\x9b\x40\x35\xa1\x25\x2b\x23\x8b\xbb\xbb\x18\x78\xf4\xcc\x08\x8b\xf0\x99\x76\xaa\x7c\x6b\x13\xeb\x2a\x41\xe8\x3b\xde\xfc\x7c\x6f\x4d\x8c\xfa\xf9\x77\xbc\xb9\xa3\x2d\x81\x37\x60\xa5\xc4\xfb\x3b\x22\xaa\x85\x7e\xbb\x6e\xee\xb6\x3b\x41\xea\x39\x27\x55\xdd\x16\xd3\x75\xc3\x04\x61\x02\xcc\x42\x4a\x9a\xc3\x3f\x44\xc9\x9c\x4e\xe9\x3f\x10\xdc\x5e\x45\xda\xe4\x1f\x5c\xea\xfe\xad\xfe\xc6\xcc\xe1\xfb\xb7\x7f\xfd\xce\x76\x33\xe7\xa4\x6d\x36\x1f\xb5\x1a\x5a\x06\xd2\xce\xd3\xa8\xab\xb7\xbf\xa6\xab\xef\xa2\xae\x5e\x29\xee\xf4\x96\x30\x1d\x5f\xec\xa8\x03\xd4\x4f\xd3\x42\xd0\x33\xfc\x01\xe4\x18\x3d\xc4\xd5\xd7\xae\x96\x5d\xb1\x9c\xe6\x1d\x44\xa7\x78\xda\xde\xb3\x75\xfa\xec\x9a\x32\xda\xde\x92\x7a\xba\x42\xf8\xfb\xf2\x77\xff\xf7\x3f\x7f\x77\xa9\xe4\xaf\xff\xfc\x5d\x11\xe4\x0a\x88\x53\x45\xfc\xe7\xef\x8a\xf9\xff\x44\xbf\xc3\x7f\xf3\xcd\x7f\xe7\xe1\xfb\x3c\xaa\x39\x14\xa9\xa9\x68\xfb\x9d\x3a\xb2\x4c\x40\x3e\x3f\x12\x99\x25\xc0\x02\xa2\x55\xc9\xea\x95\xfe\x6b\xbe\x6d\x28\x13\x84\xfb\xf4\x7c\xf1\xf3\xf9\x1d\x28\x58\xbe\x47\x23\x7e\xc9\x4b\xbe\xfc\xfd\x6a\x01\xc9\xfa\x3a\xed\x5a\x52\xf1\xf5\x6d\xf1\x37\xed\x97\x39\x7d\x5f\xb5\x44\x31\x65\xde\xff\x92\xaf\x20\x37\x25\x14\xdc\xd7\x76\xad\x79\x4d\x44\x45\x37\x87\x03\x99\x0b\x2a\x36\x04\x99\xd8\x58\xb7\xd0\xd7\x9e\x7f\x2c\xa0\xe0\x86\x20\x9c\x55\x1b\xb0\x0c\xa8\xaf\xd2\x07\x48\x11\x2c\x5b\x07\x43\xf3\x81\xbe\xb3\x97\xd1\xfe\x67\x04\xa3\x74\x84\xb0\xb3\xa4\x44\x8c\x34\x75\x34\x95\xec\x1c\xe5\x55\x23\xf3\x2d\x61\x35\x65\x37\xe5\xd4\xfc\x31\xc5\x64\x7e\xbd\xdb\x5c\xd3\xcd\x86\xd4\xe5\xd4\xfd\x39\x85\xda\x1b\xba\x14\x69\x39\xb5\x7f\x4d\x25\x2a\x9e\x1d\x0e\xc5\xb3\x72\x2f\x11\x1a\x69\x29\xf9\xdb\x48\x4a\x8e\xaa\xa8\x82\xd2\xb8\xe4\xdd\x32\x69\x61\xc1\xd9\xf7\xb9\x52\x22\xd9\xba\x59\xe9\x07\x2f\xeb\xa1\x66\xb7\x36\xb8\xf0\xb4\x5e\x4d\xf3\xe1\x3e\xa3\x1d\x88\x25\xee\x4e\x6d\xec\xe8\xb5\x27\xee\xd1\x63\x67\x93\x48\x1a\xc7\x3f\xb5\xc9\x2d\x7a\x56\xd5\xd5\x56\x10\x6e\xaa\x7c\x85\x9a\x7d\x56\xe6\xa6\xca\x93\x07\xe0\xbc\xa1\xcf\x88\xba\x4f\x92\xc9\x68\xbe\x01\x33\x25\x8b\x7f\x6f\x92\x1b\xe8\x5e\x83\x32\xb2\x76\xaa\xc2\x95\x4a\x4c\x26\x45\x92\x07\xf1\x6a\x5c\x72\xb2\x14\x12\x2c\xb0\xbc\x46\x33\x28\xfa\x00\xfd\xba\x60\x28\x57\x17\x1d\x84\xbf\x31\xb7\x65\x46\x23\x59\x2a\x3e\x4b\x01\x85\xcd\x94\x0b\xf4\x4c\x7e\x07\x91\x51\x5c\x60\xce\xbf\x08\x2b\x32\xe9\x19\xb8\xa2\xe8\x47\xaa\x0a\x5a\x92\xd9\xad\xfa\x6b\x52\x9e\xf5\xd5\x62\x8b\xe1\x88\xac\x3b\x6f\xe0\x3f\x5a\x7e\x05\xd4\x2e\x74\x62\xe7\xa0\xfd\x52\x6b\x16\xda\x0d\x70\x00\x4a\xd0\xf7\x33\x75\xe8\xe1\x03\x5b\x3b\xbd\xc3\x60\xc0\x8b\x31\x6d\xc7\x0d\xdb\xdc\x8f\xab\x8f\x15\xdd\x54\xef\x37\x64\xfc\xe9\x96\xb0\xf1\x7a\xd7\x8a\xe6\x6e\x0c\x7d\x8d\x35\x05\xb9\xbe\xd6\x8d\xa7\x48\x56\xa6\xdc\xac\xba\x0d\x72\xa5\x66\x63\x78\xc7\x75\x1e\x73\x25\x1e\xd3\xc2\xf2\x9d\xfe\xb2\x35\xed\x3f\xf6\xd6\x1d\x54\x8c\x57\x0f\x1a\x7a\x6d\x95\x4f\x08\xd6\xdd\xc3\xee\x67\x98\x97\xe7\x98\xf9\xca\xfc\xfc\x09\xf3\xb9\xc1\xa8\xae\x29\x46\x94\xdc\xd0\xd3\xc1\x92\xae\x4c\xa2\x59\xef\x02\x2e\xdf\xc7\x35\x93\x7d\x58\xc5\xa4\xd0\x8e\xfa\x20\xbe\x37\x39\x5a\xa1\x1d\xe1\x61\xa5\x46\xf1\x13\xec\x44\x48\x7b\xe3\xbd\x08\xdf\x2c\xc9\x4a\x2b\xd3\xfa\xbf\x8f\x2b\x3d\xe6\x7b\x8a\xda\xa8\x3e\x9b\xf8\xa2\x7b\x45\x44\xd5\x45\x7c\xac\x15\x2c\xd6\x0d\xfb\xa5\x76\x97\x0f\x2b\x4b\xe3\x16\xa4\x75\xf0\x6e\x70\xde\x8a\x65\x7b\xd9\x0c\x10\xc9\x56\x67\xd3\xc5\xa1\xe9\x59\xf7\xa0\xd3\x41\xcf\x66\x13\x5d\x4a\x17\x6a\xd6\x17\xe8\x92\x5e\x2a\x09\x6b\xc1\x0d\xfe\xbc\x65\xd5\xb6\xbd\x6d\x84\xc9\xca\x8b\x30\xbd\xcc\xc2\xad\x64\x8b\x23\x50\x28\x19\x66\xf2\xb6\x53\x05\x1d\xb3\x70\x6f\x5b\x5f\x64\xc7\x5f\x6c\x90\xe9\xa3\xec\xbf\x1d\xed\xb6\x9d\x6b\x3d\x46\xb0\x6d\xbe\x0f\xaf\x47\xb5\x1b\x9c\x6d\x99\xdd\xde\x26\xf2\x8c\xcf\x20\x1d\x6e\xcb\xa2\x7a\xc8\x1e\xe3\xcc\xee\x3a\x02\xda\xda\xed\xe1\xe5\x72\x85\xf5\xaf\x8c\x1f\x54\x35\xb0\xeb\x04\x8d\x44\xb8\xab\x87\x43\xc1\x2e\xb9\x65\x10\x69\x8d\x16\xe6\x87\xe8\x6c\x33\x02\x7f\x5c\x76\x99\xd9\x84\x92\x2f\x06\x37\xa1\xe4\x98\xcb\xc4\x5d\xd9\x95\x2d\x37\x19\x86\xba\xaf\x65\xd7\xe1\x38\xf7\x51\x37\x3c\x33\x4a\xcd\x1c\x3b\xd9\xe4\xb2\x63\xc6\xb7\x4c\xe0\x26\x63\x76\x22\x90\xc6\x5f\xc4\x15\xad\x9d\x4f\x85\x2d\xf1\xc7\x83\xb0\x44\xf1\xd5\xc5\xa5\x78\x74\xb1\x38\x47\x98\x95\x17\x8f\xd9\x13\x01\x65\xf7\xf8\x92\x3d\xba\x58\xf9\x4f\x03\x95\x5f\xd7\x03\x96\xe8\x08\x67\xa3\xb5\x06\x4f\x7f\x37\x97\x7f\x44\x9a\x81\xf9\x35\x65\xd5\x66\x73\xaf\x2d\xc7\x02\x76\x96\xcf\xaf\xda\xdd\xfb\x76\xcd\xe9\x7b\xc2\xed\x1c\xcb\x73\x24\x03\x97\x66\xd7\xdd\x8f\x1e\x58\x93\x38\xa6\x2c\xa8\x6d\xdd\x49\xb7\xec\xde\x81\x60\x1d\x88\x7f\x5f\x27\x4e\xb6\xff\x28\x02\xd9\xd1\xcb\x8c\x1c\x69\xb1\x50\xcd\x9a\x20\xac\xfe\xfb\xb1\x10\x61\x47\x7f\xca\x66\x10\x25\xf3\xae\xbf\xa6\x6f\x25\x73\x35\xd1\x0d\x77\xff\xd7\x98\xbb\x47\x49\x95\xc2\x92\x58\xce\xb8\xfe\xa1\xd1\xac\x66\x3f\xf7\x0c\x5f\xb5\x50\x28\xdb\xe8\xdc\x44\x05\x8e\x7c\x20\x0a\x69\x93\x5d\xc2\x7f\xd8\x5e\x21\xae\x0c\x9a\x69\xf3\xd0\x3e\x0e\xd3\x0a\xdb\x01\x6f\xa2\x37\x2f\x65\x67\xf4\x04\xcc\xce\x4a\x6b\xfe\xdb\x77\xfb\x28\x85\xac\x6a\xe3\xec\xe7\xb2\x06\x04\x2d\xc4\xaa\x24\xf1\xaa\x9c\x33\xa4\xae\xdd\xa3\x3f\x8d\x14\x6b\xe1\xd7\x61\x48\xb8\xed\xc0\xaa\xce\x08\x7a\x6c\x13\xce\x47\xef\x8d\xf6\x8c\xe3\x0b\x24\xd7\x0d\x13\x15\x65\x01\x24\xe0\x93\x9e\xfe\x00\x22\xfa\x69\x1e\x22\xba\x81\xd9\x8d\x4e\x13\xf3\xdc\x95\xd4\x77\xdb\x96\x2b\x6d\x2c\x4d\x51\xd3\x28\xe7\xac\x1e\x65\x94\x60\xc1\xa8\xa7\x44\xbd\x50\xcc\x0f\x54\xba\xdf\xb1\x4d\x53\xd5\x8e\x33\xcf\x61\x8d\x31\xd5\xfe\x3d\x6b\xaa\xbd\xab\xb6\xb9\x49\x2a\x36\x89\x53\xf2\x91\xa4\x96\x9b\xbb\x6a\xab\xee\xc0\xbc\xd5\x38\x6c\x02\x74\xeb\xaf\x85\x0e\xa7\xb7\x2b\xb6\xcb\x21\xbe\x29\x16\x69\x81\x53\x9d\x09\x56\x44\x49\x60\xc9\x52\x31\x79\x2b\x57\x0f\x56\xeb\xd0\x7e\x0a\xcd\xdc\xf8\x8b\xbc\xd1\xfb\xdf\xfc\x12\x7e\x3a\x6e\xf4\xfe\x0f\x35\x83\x9f\x22\xbb\xb7\x06\xdf\x7f\x64\x4f\xb9\x16\xdf\xfd\x09\x57\x22\xac\xb8\x7f\x55\x6d\x63\xc9\x97\x91\x4f\x9b\x7b\xad\x9a\xae\x7b\x84\xde\x67\x60\x33\x1f\x7a\x77\xef\x14\xbf\xc9\x9b\x79\xc7\xf2\xec\x3c\x78\x6d\x8c\xe4\x48\x5d\xc5\x46\xbf\x7d\xa9\x63\x26\xc1\x83\x97\xd6\x97\x64\x21\x16\x5a\x1b\x0e\xef\xb5\x15\xa3\xb0\x41\xa1\xd0\x4a\xfd\xa1\xda\xb9\x5a\x1e\x8a\xa7\xb9\x14\x0b\x62\x79\x25\x40\xd8\x57\xd5\x16\x42\x62\x8c\x69\xab\x2a\xc1\xa3\xa5\x60\xda\x20\xdd\x9a\x9f\x60\xf6\x04\x29\xa1\x9a\xcd\x5a\xc5\x63\x06\xf2\x6b\xeb\x7f\x74\x0c\xb8\xef\x5e\x54\x74\x43\x40\x03\xab\xcd\x24\x60\xbb\xfd\x92\xd6\x5f\x8e\xaf\x1b\x0e\x3f\x52\xb5\xff\xf8\xcb\x2f\xf6\x44\x7e\xa9\x3e\xf9\xf2\x8b\xbd\x5a\xad\xfc\x12\x8f\xdf\x93\x75\xb5\x83\x52\x79\x95\x18\xd3\x5a\x09\x56\xd5\x86\x93\xaa\xbe\x57\x3c\x9a\x7a\xf3\xfe\x5e\xb5\x17\xf2\xcb\x77\x9e\x53\xd2\x19\x30\x81\x70\xb5\x58\x2f\xc2\x7a\xb3\x55\xda\x44\x53\x96\x65\xab\xb8\x9f\xe8\xe1\x04\x1e\x56\xb3\xd9\x24\x5e\x68\xbc\xd6\xd9\x4c\x41\xc3\x0d\x50\x61\x03\xb4\xa2\x2a\x5b\xa4\xf0\xaa\x64\x73\x5a\xe3\x66\xae\x48\xae\x7d\x8b\x30\x73\xf5\x9c\x43\xcc\x53\x20\xfb\xbb\x34\x91\x47\xfa\x46\x77\x01\xde\xd6\xfb\x3e\x41\xa0\x21\xd3\x89\x88\xb2\x73\x3c\xe4\x4b\xe2\x72\x88\x6f\x09\xf9\x50\xf8\x8a\xae\xec\xb2\x00\xb5\xc5\xdb\xf5\x2d\xa9\x77\x1b\x52\x3f\xb7\x56\x0b\xa8\xf9\x5c\xb1\x35\xd9\xb8\x47\x98\xd9\x52\xa9\xef\x77\x74\x53\x17\x1c\x6c\xd6\xd0\x23\xc9\xa4\x33\x8e\xb1\x50\x1f\x78\x00\x97\xa2\xe0\x5f\xdf\x07\x7c\xab\x21\x0a\x6f\x4c\x5b\x30\x50\x61\xdd\x36\x32\x69\x19\x48\x02\x1b\xe8\x6c\x50\xb1\x7b\x72\xa0\xde\x07\xb6\x5b\x6b\xfd\xad\x7c\xf1\x10\x98\xf9\xc2\xab\xb0\x42\xea\x0c\xb2\x65\x59\x36\xdd\x33\x61\xdc\xbd\x5a\x22\xe0\x00\xd0\x7a\xac\xf0\x76\xdc\x30\xf8\xa9\x79\xda\xb1\x3a\x04\x8b\x2f\xf6\x5c\x8e\xab\x56\x3d\xe7\x44\xe1\x3c\x6b\xc6\xed\x6e\x7d\x6b\x1b\x51\xfd\x89\xb6\x6d\xbd\xb3\xa2\x21\x14\x13\x52\x47\xd7\xb1\x33\xc1\x7c\x8c\x86\x76\x02\xc5\x61\xdc\x9c\xbf\xbe\x7f\x59\x17\x2d\x16\xce\x73\x42\x7b\x2f\x64\x21\xd1\x63\x73\xa7\x38\x00\xa8\x90\x08\x37\x8a\x20\xbf\xac\xd5\x1e\x48\x37\x46\x6a\x99\x4f\x3b\xcf\x7a\x45\x24\x1d\x33\xeb\x1f\x13\xe1\x8e\x46\x1b\xb0\xe6\x69\x59\x34\x4c\x1b\xd0\x87\xb8\x05\x9b\x1b\xe3\x9b\x2e\x27\x8d\x59\xa9\x39\x3b\x26\x35\xe2\xa6\x9c\x9b\x79\x0a\xce\x13\xee\x47\xaf\x23\x90\xf5\x37\x01\x99\x2a\x06\x76\x80\xbf\xe6\xac\xe2\x7d\x02\x8c\x05\xd3\x11\x24\x23\x5e\xea\x8e\x2e\x6d\x41\xe6\x5e\x87\x8d\x05\x31\xd4\x1e\x7c\xc1\x48\xe1\xef\xbb\xb4\x36\x73\xee\xdc\x29\x42\x45\x31\x37\xce\x48\x8e\xe5\x8b\x98\x89\xf8\xbb\x20\xed\x2e\x14\x19\x72\xf3\x02\xbf\x38\x31\x77\x5c\x23\x87\x45\x06\x2b\x54\x8b\x23\xa3\x2c\x0e\xf4\x18\x8e\x19\x92\xf1\x86\xa7\x3c\xb5\xa3\xa6\xf3\x80\x11\x92\xd1\x3d\x0e\x8c\x6a\x9b\xfb\x3c\x6c\x15\x7d\xaf\xb9\x97\xa8\xde\xff\x65\x77\x44\xc3\xe3\x2c\x72\x78\xe9\xf8\x1f\xc7\xde\xfc\x25\x34\x80\x80\x2b\xb0\x4e\xc6\x62\xfe\x98\x9b\xec\x2a\xc0\x2f\xfd\x7b\xc4\x21\x69\xbe\xe6\xcf\xa9\x6d\x22\xc7\xd9\x78\x3b\x8a\xe5\x50\xfe\x1d\x58\x24\x90\x67\x05\x92\x57\x36\xc4\xa1\x40\x7b\xd8\x6b\x41\x7e\x88\x74\xa5\x7f\x29\x9c\x39\xda\xb4\x43\x97\x53\x35\xc1\x29\xe4\x89\x95\xea\x4f\xef\x2d\x5a\xa6\x8d\x47\xbe\x1b\x88\xf0\x33\x6b\x2c\x48\x59\x10\x9b\x5b\xc6\xae\x14\xcd\x66\xd6\x47\x7a\x12\x3a\xbd\xdf\x72\x72\xbd\x20\x08\x9b\x42\x4a\x52\x31\xc9\x8e\x09\xd7\xc6\x96\xde\x71\x21\xf3\x84\xfa\x20\x13\x90\x6d\x5f\xc0\x4c\x20\xf6\x1b\x13\x29\xff\x1c\x38\x94\xeb\x3c\x37\x81\x2c\x1e\xb2\xc0\xdd\xc1\xfc\x2e\x5e\x9a\xff\x4d\x81\xa8\x7c\x5c\x43\x30\x12\x9e\x46\x6a\x9a\x29\xde\x2b\x3a\xe6\x36\xe1\xdf\x5d\x6a\x0c\x88\xd8\xd0\xfb\xff\xbf\xc7\xda\x2c\x9c\xc1\x04\x1d\x16\xe4\xca\x24\x1b\x5e\xe3\x03\xb9\x2f\x99\xfe\x33\xab\x80\xb3\xc6\x2c\xe0\x1e\xf9\x3c\xd5\x54\x19\xaf\x2e\x20\x60\x15\x27\x4c\x40\xfe\x6a\x9d\x29\xf1\x9a\x70\xc2\xd6\xd1\xdb\x97\x91\x8d\x46\x48\x5a\x3f\x68\xcf\x8c\x7a\x4b\x6d\x0d\xe8\xb6\x14\x35\x22\x11\xba\x42\x5f\xa3\x28\xae\x42\x21\x55\x00\x2b\x74\x38\x04\xe7\x55\xff\xb9\x20\x91\x71\x51\xb1\x16\xbe\xe0\xa3\x81\x12\x92\x46\xe0\x8d\x35\xed\xb1\xbe\x02\x39\x23\x76\x54\xf2\x6b\x2c\x72\xe5\xab\xbe\x30\xf2\x8b\x84\x4a\x66\x0b\x7f\x4e\xad\x68\x3d\xb0\x2d\xea\xbc\x3e\xab\x58\xc3\xe8\xba\xda\x7c\xef\xa6\x5e\xbc\x2e\xb4\x94\x83\x24\x04\xc4\xc4\xd8\x99\xd9\x03\x73\x05\x64\xe0\x6e\x33\xb4\x40\xcd\x0f\xa7\x45\x1a\x30\xaa\x99\xba\x45\x3a\x81\x02\x9f\xd3\xf6\xdb\xa6\xaa\x49\x5d\x38\xaf\x56\x1e\x59\x9d\x82\x3d\x92\x3a\xd0\x30\xa6\xbb\xb9\xc9\x66\x37\x06\x83\x0e\xe2\xd4\x2e\x74\xcb\x6c\x2f\x5e\xd3\x04\x0f\x0d\x00\x91\x95\xb8\xff\xcf\xaf\x38\x5a\x19\xbd\xe7\x6f\x7b\xb0\x7e\x8b\x33\xe1\x0a\xa8\xba\x13\x11\xdd\x0d\xa7\x92\xc1\xce\x65\x16\x5c\x1d\xed\x54\xd2\xba\xed\xed\x0c\x8b\x72\xb9\xf2\x99\xf3\x0c\x39\x10\xa6\x9c\x0c\xd4\x06\x07\xff\x11\x10\xa7\xc4\x2f\x39\xb0\x25\x19\x75\xae\x04\x98\x7a\x32\x96\x95\xa2\x02\x20\x82\x49\xcb\x4c\xe1\x75\xd1\x3d\xcd\x28\x66\xb3\x32\x28\x61\xfd\x80\x9e\x81\xc5\xab\x55\xd2\x03\xef\x00\x3e\xf7\x1d\x6c\x06\x92\x57\xfe\xcc\xc5\xea\xc2\xdc\x37\xb7\x55\xfb\x34\x7e\xf4\x1c\x96\xd8\xfb\xc1\x1d\xc4\x2a\xb4\x73\xd1\x68\xfd\x35\x9a\x93\x8f\x84\xdf\xab\xe5\x6a\x26\x74\x90\xc4\x0c\xd9\x1c\x34\x5d\xd0\xbf\x02\xb6\x0e\xa1\x90\x88\x24\x04\x2d\x00\x7c\xec\x33\xec\x3f\xb9\x84\x8e\xa1\x34\xbd\x56\xb8\x5b\xbc\x5d\xe4\x88\x4e\xd0\x61\x0e\xd9\xb3\x54\x26\xfc\x46\xbf\xcc\x7d\x66\xe8\x07\x21\x01\x01\xe9\xda\x9f\xc3\xbe\x7c\xf5\x7a\xb0\xcd\xd3\x3a\xdf\x8c\xd6\x92\x76\xed\xfc\x75\x8e\x65\x9b\x5a\x96\x74\xfa\xb0\x53\x91\x41\x63\xb7\x11\xa9\x97\x00\xad\x73\x9b\xa3\x23\xa9\x48\xe6\x3e\x20\xc3\xf7\x41\x76\x80\x70\xa9\x7a\x5a\x3e\x19\x7f\xe1\xe8\xa9\x53\xa3\xa0\x8e\x33\xe0\xbb\x1f\x19\x98\xe6\x45\x33\xbe\x26\xc2\x0b\xcc\x8a\xf5\xbb\xdf\x12\x25\x70\xdb\x5e\xe4\xf8\x13\x15\xb7\xcd\x4e\x8c\x2b\x36\xa6\xf5\x3b\x87\x00\x9f\x63\x66\x78\xaf\x3b\xb3\x75\xf3\x3f\xe3\x2c\xbd\x34\xe1\xec\x68\x73\xda\x3e\xa7\x5c\xdc\x5f\x92\x79\x4b\x58\x5d\x4c\xdf\x93\x75\x73\x47\xe0\xd9\x14\x2d\xec\xd3\xad\xe1\x42\x7f\xaa\xda\xef\x49\x4b\xc4\x54\xbb\xde\x71\x52\xee\xc1\xed\xa2\xda\xbc\x15\x95\x20\x8b\xe9\x8e\xad\x9b\xbb\x3b\x2a\x04\xa9\xa7\xd8\xf4\xbd\x98\x9c\xe3\xe0\xf9\x62\x5f\xd3\xfa\x2d\x11\x96\xb3\x5d\x08\x82\xd5\x82\x29\xbb\xd1\x66\xcb\xbd\xc4\xe9\x78\x7a\xb6\x10\xb3\xf9\xac\xeb\xa5\x70\x38\xd8\x79\xf2\x66\xb3\x21\xf5\xd7\xd5\xfa\xc3\x14\xe9\xba\x74\x44\xb3\x3f\x64\xf8\x6b\x88\x4f\x06\xf7\x91\x1f\x9a\x62\xba\x01\x7c\x9c\xb7\xd5\x47\x52\xab\x7e\x02\x98\xc0\xec\x3e\xd1\xcd\xe6\x19\x2c\x47\xf7\x1b\x7f\x4d\xd9\x8b\x0d\xbd\xb9\x55\x30\xc2\x7a\x2b\x7d\xfe\x13\xed\x51\x6e\x8e\xd3\x82\x63\x13\x09\x0e\x62\xfb\x48\x49\xc7\x86\x24\x26\xdf\x41\x36\x37\xbf\xb6\xdc\xa8\xf1\x9c\xb1\x7a\x4d\x6f\x6e\x08\xff\xb6\x12\x84\xa7\x80\x79\x4f\xd6\xd5\x1d\x79\xc9\xc0\xbb\x35\xbf\x06\x78\x35\x35\xc3\xbe\x77\x83\xda\x5f\x21\x00\xbb\x83\x91\xaa\xbe\x9f\x22\x29\xb1\x85\xc5\x62\x4f\xdb\xb7\xd5\x47\xca\x6e\x14\x32\x74\xf7\x3f\x85\x70\xb0\x73\xea\x67\x68\xfd\x58\x6c\x48\xb8\x01\xea\x75\x4d\xeb\xfe\xed\xf0\x10\xd1\x28\x42\xd9\xc7\xe6\x03\xf9\x96\x5e\x93\xf5\xfd\x7a\x43\x9e\x55\x7a\x41\xed\x54\x9f\xc0\x5a\xcd\xe1\x07\x5d\x16\xad\x0b\xf1\xcf\x01\xd2\xe3\x33\x71\xdd\xe9\x33\x9f\xe9\x2c\x3c\x66\x5d\xf8\x07\x1f\x4f\xe1\x9e\xc1\x66\x70\xb5\x0d\x7f\x85\x3f\x26\x17\x38\x2c\x3d\x91\x1b\x43\xbf\xaf\xe7\xd1\x58\x32\xd9\x3c\x7b\x30\xb5\xd6\x06\x86\x7c\x45\xda\xb6\xba\x81\xdc\x02\xde\x2c\x2f\xe6\x0c\x54\x3e\x86\xf0\x60\x38\x8c\x26\x1d\x9a\x4d\x25\xa9\xa7\xfd\x57\x03\xc0\x14\xa4\x6a\xa3\x8f\xa0\x49\x7a\x2e\x41\x8b\x12\xce\xc9\x22\x6b\xef\x71\x4d\x36\xfc\xa4\x0e\x8e\x9d\x3c\x73\x18\x70\xbc\xbc\xe1\x2d\x85\x1d\xcb\x22\x47\x0e\x13\x23\x40\xe9\x1d\x97\x41\x42\x01\x43\xeb\xad\x51\x8e\xeb\x74\x2c\xc4\x7a\xfb\xfa\x9a\x97\x3e\x3f\x40\xe8\x00\xc1\x88\xf3\x9c\x1d\x93\x22\xce\x55\xee\x6a\xba\xea\x3e\x79\x29\x96\x74\x85\xd9\x92\xae\xca\x6c\x52\xbb\x4b\x52\x70\xb4\xe0\x4e\xe6\x90\x05\x27\x48\x4d\x18\x02\x50\x48\x49\x49\xb1\x77\x27\x70\x61\x0a\xad\xc0\x4d\xf2\x9a\x7c\x52\xa4\xa3\x25\x62\xb7\xd5\x30\x08\x95\xca\xc0\xc7\xb5\x05\xe8\x3b\x1a\x32\x37\xe8\x3e\xf7\xfb\x59\xc6\xce\xbf\x79\x4c\x3f\x8d\x78\x36\x24\x3c\x12\xbf\xc9\x18\x5a\x2b\xdf\x01\x87\x5e\x71\x3d\x0d\x0b\x99\xb7\xe4\xb4\xd1\x8e\x92\x1c\xd7\xe3\x06\xb4\x7b\xc9\x2a\x43\x62\x51\xb6\x04\x07\x40\xce\xbc\x4a\xe1\xf3\x3e\x85\x0e\xcf\xb7\x31\x4e\x2b\xa0\x6e\xf4\x69\x47\x3a\x27\x2e\x59\x5d\x67\x4b\x3c\x59\x18\xdc\x12\x73\x70\x0d\x54\xe7\xc3\x34\xb5\xa6\xb5\x62\x53\x73\xa3\x25\xbc\x4a\xa8\x01\x94\xb8\xf2\x80\x0a\x08\xc0\x29\xf3\x72\xab\x83\x2e\x34\x91\x8a\xfc\x00\xca\x0d\x51\xef\x7a\xb7\xe9\x14\x74\x4c\xa8\x4e\x75\xc2\xd9\xf9\x2c\x44\xb1\x83\xed\x3b\x5f\xc8\x7d\x6c\xa3\xcf\xf6\x21\x79\x01\xc3\x7d\xc1\x2f\x63\x2f\x06\x8e\x16\x7b\x89\x05\x42\x46\xc0\x04\x36\xb4\xe4\x58\xcc\x5b\xf5\x97\x76\xa3\xc6\x02\x9d\x98\xfd\x83\xa2\xd9\x6c\x1a\xf4\x34\xd5\x91\x75\x53\xd7\x99\x7d\xd0\xd1\x0e\x2f\xa9\xce\xf8\x4d\x57\x25\x81\xff\xb0\xc0\xec\x6c\x3a\x9f\x9e\xd1\x30\x73\x49\xb1\xa7\xed\x37\x77\x5b\xc5\x14\x5f\x60\x2d\xf9\x00\x53\x64\x7f\x90\x5a\xff\x6d\x18\x67\xf5\xa7\xe5\x9b\xe0\xb1\xde\x36\xfd\x03\x48\xa2\xfa\xc3\x5c\xe9\xe7\xe1\xfd\x95\xb2\x4d\x6a\xef\x32\x7c\x35\x24\x3b\x85\xf9\xf8\x89\x9d\x47\xec\xb8\xb9\xe0\xaf\xb6\x41\x20\x11\x94\xf5\xef\x6e\xb8\x8e\x91\xc2\x7a\xef\x3d\xdb\x9d\xc5\x0c\x43\xda\x8f\x9c\x3a\x77\x79\xa6\xac\xfc\x83\xb0\xcd\x9d\xdd\xfe\xfe\x59\x23\x5e\x34\x3b\x06\x6c\x86\xb4\xeb\x57\x30\x71\x3b\x74\x8e\xc9\xcf\x96\xb1\x88\x81\xa1\xb5\xf6\x1d\x11\xe6\x37\x9d\x31\x26\x73\xc5\xf5\x6e\x48\xc5\x34\x93\x98\xe7\x19\x87\xb8\x42\xbf\xe6\xcc\xfc\x00\x27\x80\x85\xd7\x33\x5d\x24\x72\x9e\x9e\x78\x80\xb4\xe7\x1d\x00\x40\x93\xc5\x3e\xb8\xb1\xf3\xf2\xd7\x6c\xe6\xc2\x23\x9e\xd3\xda\x30\x77\x29\x9f\xa9\x84\x84\x84\xdb\x0b\x99\xc1\x1c\x3f\x95\x23\xeb\xc7\x64\x37\xfb\xd1\x6f\x25\xc3\xfd\x42\x9e\xbb\x7b\x90\xbd\xc8\xa3\x7e\xc5\xd8\x6b\x8e\xd6\xa2\x21\xd8\xac\x67\x51\x11\x3b\x76\x67\x27\x23\x89\x3d\x60\x36\x4c\xf3\x69\x48\x75\xce\xa3\x0d\x0f\xc4\xfb\x63\x6c\x59\x2c\xff\x3f\x40\x7e\xfe\xe5\xc2\xe7\x10\xba\x00\x04\xc3\xad\x50\x0f\x7e\x9d\x7c\xed\x8e\xe5\xc0\x45\xd7\x27\x0f\xff\x53\xc4\xdb\xcf\x2d\x54\x3e\x4c\xe2\x3d\x2a\xb0\x58\x72\x11\x5c\x7d\x01\x52\x69\xf1\x52\x89\x94\x2f\xd9\x47\xc2\xdb\xa4\xe0\xc7\x03\xe5\xa5\x9a\xd6\x1a\xa5\xd5\xd0\x39\xda\xab\xc1\xad\x97\xd9\xbb\x19\x5d\x01\xb4\x47\xce\xfe\x6f\x24\x30\x77\x90\x3e\x59\xdd\x7f\x1f\x01\x58\x0e\x6d\x29\xa4\x02\xb4\xc2\x21\xb8\xb9\xe4\x36\x11\xde\xab\x4d\x5c\x64\xde\xea\xda\x7d\x27\x20\x80\xd4\x11\x16\x53\xde\x34\x62\x1a\x08\x5e\x6b\x72\x2c\x4e\xf5\x75\xa1\x03\x5d\x7b\xe2\x51\x21\xa9\x06\xc1\xb7\x04\x5f\x13\xbc\x25\x78\x1f\xb3\xa4\x8b\x3b\x22\xcb\x94\x6d\xc5\x1f\x49\x39\xb9\x18\x6d\x49\x28\x64\x40\xee\x5c\x62\x55\xec\x2e\x19\x5b\x98\xb3\x10\xec\x06\x3e\x67\x21\x7a\x5c\xec\x9d\xf9\x63\x51\x13\x6c\x62\xb2\x9d\xf5\x73\x71\xeb\x9e\xf9\x76\xd7\x44\x96\x04\xe1\x9a\xcc\x66\xb7\x64\x36\xbb\x26\xb3\x59\xa1\xe6\x73\xee\x74\xf4\x1f\x89\x66\xe6\x6f\xb2\x21\x63\xf8\x7d\xfe\xf1\x7d\x3e\xc0\xcc\xe7\xa1\x0a\xb5\x11\xf7\x04\x1c\xe0\x0b\xf8\xbf\x24\xe0\x0b\x2e\x8a\xe9\x7c\x0a\x0e\xd7\x90\xab\x8a\x9c\xe2\xea\x12\x84\xa1\x0a\xa7\x7b\x8f\xbd\x79\x45\x75\x53\x0e\x46\xa7\xae\x37\x94\x30\xf1\x32\xf9\xec\xaa\xeb\x45\x63\x0d\x50\x2e\x1c\x22\x76\x00\xd6\xe7\x3a\x6e\x6c\xa2\x92\x83\x7b\xf4\x55\xc5\xaa\x1b\xc2\x5f\x6c\x76\xed\x6d\xb7\xe3\x3b\x85\xbb\x10\x7e\x42\xd9\x4d\xd2\xfd\xf7\xc4\xf0\x66\xf1\x67\x75\xf3\xba\x11\x66\x4a\xc9\x17\x3e\x36\x23\x99\x55\xc8\xf7\x26\xc9\xb8\x40\xe6\x8c\x9e\xb5\x89\xfb\x5c\x92\xab\xcb\xc5\x50\x26\xf0\xab\xc9\x35\xe1\x9c\xd4\x3f\xe8\x53\x99\xbe\xe6\x01\x6b\x91\xce\xc1\x18\xc0\x3b\xcf\x23\xf3\x78\x32\x0d\x8b\xdf\xda\xfb\xba\x3f\x66\x83\x13\x51\x51\x46\xea\x57\xa7\x7f\xe0\x4f\xbe\x39\x4c\xed\x03\xbf\xf9\xf9\xd8\x20\xeb\x1d\xf7\x62\x6f\xb8\x2e\x12\xa2\xd4\x16\x4c\xe4\x16\xc9\xc5\x9c\xd6\x3d\x71\xce\x31\x5a\x43\x86\x93\x0c\x56\xbb\x90\x75\x53\x89\xe7\xdf\x7e\x7c\xf9\xfc\xea\x2f\xdf\xfc\xc7\x2a\xfa\xa2\x23\x23\xc5\x98\x12\x3c\x09\x0f\xc6\xe4\x22\x3e\x14\xf6\xf7\xb1\x03\xe1\xda\x75\x0f\x83\x7b\xd5\xc1\x47\x3f\x07\xc8\x9f\x62\xef\xc5\x2e\x82\x06\x93\xed\xa2\x67\xf8\x32\x42\xce\x68\xd1\x0e\x35\x3b\xa0\xf0\x88\x69\xa3\x7f\xc6\x1d\xeb\x6d\xe0\x26\x49\x6b\xd9\xea\x26\x26\x3a\xb8\x63\x67\x15\xc6\x51\x39\xfd\x12\xb6\x78\x63\x8b\x6f\xc6\x9e\x97\x90\x98\x45\x8e\xee\x03\xff\x04\xd4\xe7\xb7\x9b\x7c\xae\xd8\x13\x8d\x08\xce\x57\x70\xaa\x88\xe7\xd4\xd3\xd1\xb3\x0b\x24\x7d\xec\x0d\xc0\xb4\xf0\x35\x88\xe2\x52\x90\xa8\x1b\x96\x03\x1f\xf8\xa8\x1b\xbf\x2f\x99\xcf\x3b\xc1\xdf\x7d\x21\xdd\x49\x0c\x77\xb2\x17\x45\x92\x84\xb7\xcc\xee\x98\x0b\x88\xea\xec\x24\xf9\x34\x26\x91\x33\xad\xf6\xa7\xc9\x6f\xbc\xb6\xe6\xfb\x13\xe6\x0d\xc9\x6e\xe0\xe0\x6d\xe4\x04\x63\x84\xcd\x30\x7d\x2a\xf4\x90\xec\x51\xe2\x0b\x11\x1c\x66\x82\x89\x8c\x43\xf7\xfd\x4b\x40\xb4\x70\x5e\x2e\xd5\x61\xd4\x43\x38\x7d\x2b\xf2\x65\xa1\x17\xb5\x71\xb0\x4b\x0e\x0d\xf9\x34\x7e\x4b\xac\xab\x54\xfc\xd2\x6c\x94\x3d\x4a\xbd\x7b\x64\x1b\x04\xdb\xe3\x8e\x5f\x2e\x54\xab\x73\x48\xf5\x8a\xd2\x93\xde\xb7\xaa\xb4\x9d\x5f\x59\x87\x56\x2c\x57\xa8\x8f\x8e\x48\xda\xfe\x89\xd6\x35\x61\x4a\x10\xf8\x3e\x07\x4c\xe3\xb4\x63\x14\x75\x10\xa9\x49\x4a\x60\x4c\xe7\xb1\x4a\xdc\x4e\x2d\xbc\x1d\xbc\x42\xb4\x8f\x50\x1a\xa9\x22\xeb\xf7\x6e\xde\x05\x94\xfa\x70\x30\x81\xe5\x44\x5e\x51\x13\xe0\xf2\x62\xb7\xd9\xdc\xbb\x10\xe1\xbd\x4b\xdd\x66\xdf\xbf\x64\x3f\xb6\x5d\x8f\x30\xf5\x26\xf0\x06\x9b\x68\xbf\x9f\x22\x0d\x1f\x4d\x9f\x9a\xc0\x51\x07\x8d\xe8\x70\x47\x2b\x37\x4d\xa4\xd3\xe6\x0d\x37\x36\x8d\x64\xc7\x69\xaa\xb7\x35\xa9\xe5\x6d\xa5\x05\xd7\xa7\x99\xd4\x0b\xdd\xcf\xba\xad\xa5\x55\x08\x0c\x8f\xa6\xdb\xc8\x20\x10\x7b\xa8\xb5\x69\x24\x6d\x7e\x8a\x81\xa6\xaf\xc9\x27\x69\x84\xd6\xe1\x86\xd0\x44\x3a\x45\xd1\x50\x63\xd7\x48\x7a\x7f\x1e\x7d\x67\x4d\xc2\xbd\x9f\xcd\x26\x3d\x18\xa9\x55\x6d\x40\xe2\x16\x42\x47\x36\x60\x5e\xda\x07\x38\xf6\x1c\x83\x5b\x0d\x87\x13\x58\x74\xa6\x04\x19\x9f\xb9\x63\x2e\x42\x4e\x03\x73\xab\x85\x0c\xde\x01\x17\xe5\x33\xfa\xe9\xc9\x4f\x69\x3d\xa5\x6c\x4c\x7c\x1e\x32\x1d\x92\xe1\x33\xf1\x69\xca\x0c\xa1\x2c\xd4\xd8\x36\x4b\x91\x88\x82\x83\x19\x4b\x82\xf4\x8c\x8d\x2b\xf1\x59\xe1\x36\x8d\xa1\xdc\x94\xe7\x8f\x37\x4f\x7c\x65\x5a\x9b\x2c\x63\x07\x55\x69\xf1\xba\x6c\x96\xbb\xd5\xc8\xcd\x7f\x0d\x05\x6f\xc2\x62\x84\x6b\x5d\xbe\xf0\x67\x52\x90\xe5\x6e\x85\x16\x6f\xcc\x1f\x58\xfd\x5b\x56\x48\x07\x60\xd6\x65\x7a\x6d\xcc\xaf\xd4\xe4\xf5\x9e\x6a\x41\xdb\xa4\xb6\x29\x5c\xe5\x0d\x93\x6a\x84\xe3\x3a\x60\x0f\x74\xd1\x2c\x8e\xd3\x2a\x5a\xc9\xcd\xa8\xa0\xa5\x2f\xf4\x4a\x09\x71\xf7\xb9\x70\x7b\x67\x01\xc2\xb7\xd1\xf4\xf0\x75\x1a\x27\x84\xbf\x00\xce\xe4\x16\x5f\xdb\x51\x8c\xc0\xff\xbc\x43\xe0\x61\xb9\xb7\xf8\x3a\x77\x5d\xca\x88\x49\xdc\xf7\x70\xb3\xa1\xb8\x65\x39\x4f\xcd\x8c\xfb\x36\x11\xd7\xbe\x23\x73\xd0\xb6\xcb\x3a\x40\x7e\x92\x0c\x93\xe1\x6a\xb3\x62\x9c\xe3\x75\x79\x9c\x2a\xc8\xa4\x3d\x70\x69\x03\x71\x37\x1f\x4b\x5e\xf4\x88\x2b\xa6\x0c\xb5\x5c\x92\x95\xed\xdf\xc6\x6b\x1f\x6d\x58\xa0\x38\xe5\x62\xef\x07\x32\x37\xe3\x58\x74\xeb\xd4\x76\x19\x7b\xe7\xf5\x9c\xe4\x06\xc1\xed\x99\x7e\x96\x64\x35\x8a\x26\xd5\x79\x8d\x85\x22\x59\xea\x08\x80\x2e\xf2\x65\xfb\xb4\xbd\x67\xeb\xd9\x4c\xb8\xb8\x9d\x04\x9d\xe1\xc4\xc4\x21\xdc\xbd\x62\x47\x56\x7f\x9e\xe8\xed\x0c\x7d\x61\xb5\xb5\x18\x7c\x6f\xf3\x42\xaa\xfb\xdf\x87\x5f\x4d\x9f\xbf\x5d\x8c\x81\x38\xfe\x0f\xf5\x62\x3c\x3d\x33\x24\x34\xf0\xed\x04\x36\x24\x28\x28\x16\x70\x95\x56\x5e\x7a\xab\x3a\xd5\x5f\x62\x82\x30\x9f\x1b\xd1\x4e\xb6\xa2\xe2\x82\xd4\x0e\xe1\xed\xd4\xa2\x33\x70\xee\x3c\xdd\x6d\x54\x6c\x2c\x2c\xb8\x73\x3b\x0d\x3e\x9b\x42\xb8\x9c\xcd\xc8\x37\x3c\xc0\xc5\x2f\x1c\xe0\x22\x74\xdc\x35\xcb\x4e\xd7\x33\xf2\x78\x84\x79\x08\x4f\xfd\xe5\xb8\xb9\x36\x40\x75\x2e\x2d\x2e\x13\x61\x98\xec\xb0\xf0\xc9\xe7\x38\xda\x0b\xeb\xad\x18\x58\x88\xa6\x38\x63\x52\x22\x12\x2a\xc1\xda\x00\x84\x6e\x9a\x0f\x91\x5a\x01\xb1\x90\x08\x47\x99\xee\xb4\x07\x29\x34\xb4\x9a\x7f\x4c\x24\xc2\xdd\xb5\xac\x9b\xbb\xad\x42\x26\x6c\x03\xaf\xaf\x37\xd5\x4d\x3b\x45\x3e\x43\x48\x30\x01\x31\xcf\x6c\x8e\x44\x48\xc6\x68\xbe\xef\xb2\x8d\x45\x80\xbd\x61\xe3\xa9\x39\x00\x59\x32\x88\x23\x8e\x3b\x15\xe4\x1d\x99\xeb\x48\xf8\xb9\x7c\x1e\x0e\xaf\xd5\xe9\x81\x66\x5a\x52\xc5\xd3\xab\xf5\x2d\x59\x7f\x78\xd1\xf0\x37\x7c\x7b\x5b\x31\x52\x47\xfe\xea\xed\x14\x21\x24\xb3\xec\x71\x92\x84\x23\x9d\x86\x4c\x62\x9d\xf7\x39\xca\xdd\xaf\xcd\x9b\x5c\x60\xbf\x0e\xdd\x55\xcf\x7a\xd1\x90\xa6\x43\x46\x71\xab\x7d\x17\x8b\xa1\xdd\x69\x74\xb6\x6e\x3d\x0c\x1f\xdb\x2c\xda\xee\xf8\x89\x17\x33\xdc\x0d\x20\x8f\xf6\xda\x7f\x07\x9e\xa0\xd9\x09\x26\xd3\x93\x17\x28\xaf\x14\xe8\x49\x11\x74\x75\x4d\x59\x9d\x14\x17\xc6\x2c\xee\xc4\xc8\xe4\x51\xcb\xaf\xef\xff\xdc\x36\xec\xe9\x96\xfa\xb8\x28\x6c\x48\x2a\x33\xe7\x9b\x97\x5f\x7d\x63\x73\x07\xe1\x84\x5d\xc4\x3a\xd1\x33\xc2\x83\x8d\x60\xd5\x5c\xab\x3c\xbe\xce\xe4\x3d\xeb\xb2\x71\x71\x43\x08\x94\x9e\xcd\x74\xb5\xb3\xcb\x58\x17\x34\x14\xcd\xae\x3f\x30\x79\xc1\x68\xa4\x98\x78\x40\x06\xab\x26\xf8\x10\x57\x25\x75\x75\xb2\x2a\x75\xbd\x62\xab\xd4\xd5\x11\xe9\x15\xde\x94\x50\x77\x8b\x60\x2d\x0e\x34\xb8\xe1\xf4\x86\xb2\x4a\x50\x76\xf3\xb2\x2b\x18\xb8\xf1\x16\x54\xbb\xc7\x2b\x1e\xdb\x55\x36\xb0\xd9\xd5\x07\x33\x9f\x31\x13\x25\x0e\x32\x44\xb4\x32\x75\xf9\xe8\xbc\x15\x4a\x1c\x7c\x2a\x84\xe2\xe8\x50\xc2\x43\xf6\xb0\x36\xa3\xb0\xec\x41\x8a\x5d\x1c\x53\x9c\xdc\xcd\x26\x7b\x78\x98\xd8\x57\x01\x35\x2c\x20\x4d\xb0\x4b\xbc\xbb\xc6\x26\x67\xf0\x62\x77\xb9\x0b\xe3\x2a\xf4\x66\xf9\xe4\x6a\x5a\x62\xda\xc8\x28\xe0\x02\x12\x80\x40\xe1\xa7\x61\xb8\xa4\x69\x23\x7d\x6c\x4d\x90\x98\x22\x8c\x73\x0f\x73\x4d\x3c\x1c\x53\x58\x16\x91\x5d\x39\x6a\x9f\xf1\xad\xcb\xd9\x29\xe1\x33\x4e\x78\x6e\x86\xf7\x1d\x74\x8f\x2a\x24\x42\x9f\x4c\x58\x3c\xc9\xd9\x2c\x79\x90\x72\x84\x05\x1a\xd1\xb2\x26\x2e\x19\xb2\x91\x5b\x03\x9d\xa0\xd3\xd2\x26\x3a\x4c\x5b\x37\xc0\x2f\x70\x91\xae\x18\x43\x9a\x68\xa6\x6b\x4c\x9b\xf0\x61\x1d\x3e\x87\xf5\xb1\xa0\x6d\x50\x46\x6e\x91\x2d\x12\x8e\x23\x57\x90\xc6\x26\x4f\xc4\xc9\x3a\x16\x15\xce\x48\xda\xde\x15\x44\xb8\xfc\x24\x1d\x78\x97\x54\x26\xa7\xa0\x87\x15\x0f\x24\x95\x9e\x16\xfd\x32\x43\xcf\x07\x90\x3b\x9c\x88\xf5\x2d\x2c\x22\x2a\x6f\xde\xcd\x7a\xdf\x6b\xac\x09\xd2\x20\x35\x87\x43\x11\x23\x8d\x3a\xae\xbd\x58\xa3\xe3\x38\xb1\xc0\x34\x88\x20\x2d\x98\x4b\x15\xf0\x6d\x25\x48\x2b\x14\x6f\x03\xac\xea\xd4\x02\x14\x78\x5f\xcc\x90\xf9\x4a\x84\x14\x3f\xa1\x3b\x58\x98\x6b\x61\xb0\x91\xbe\x0c\xd1\x51\xbb\x94\xda\xaf\x06\x37\x70\x82\xff\xd4\x49\xab\x78\xec\xcc\xb1\x5f\x7a\x9a\x69\xc9\x12\x52\xdf\x78\x52\x4f\x0f\x07\x8a\x2b\x97\xf9\x3f\x24\x2c\x0d\xa8\x49\x1a\x5d\x9a\xfd\x33\xd3\x63\x63\x5a\xc8\xa1\x0f\xc3\x1c\x57\xa7\x12\x65\x57\x86\x3e\x20\xc9\xad\x23\xc9\x95\xa7\xb6\x95\xec\xe9\x22\x4a\x40\x33\x38\x75\xa1\x4b\xea\xa2\xa0\x46\xbd\x19\x48\x51\x2a\x40\x31\xf3\x7b\x8a\xdd\x2b\x87\x7d\x66\x76\x53\x2f\xde\xa1\x91\x2d\x54\x3b\xa6\x91\xd2\x88\x5c\x5e\x93\xc5\xad\x49\xc5\xd1\x3f\x9b\x92\x7a\x1d\x4d\x4a\x05\x7a\x3e\x91\x71\xb0\x64\x06\xf9\x06\x4e\xa9\x42\x03\x17\x52\x3e\x8a\x01\x96\xc7\xd9\x51\x87\xa2\x17\x29\x49\x6f\xa1\x7d\x07\x97\x8a\xc9\x85\x82\x5c\xa7\xed\x5b\xa8\x3c\xf4\xa2\xe1\x6b\xa2\xe5\xa2\x62\x72\x8e\x6c\x3e\xad\x5f\xc7\x17\xc5\xd8\x8f\xec\xa1\xc8\xa1\x28\x85\xe2\xd3\x29\x8a\xf6\x62\xfc\xe5\x83\x51\xb8\x92\x68\x51\xc9\x34\x64\xfe\xb7\xd9\xae\x90\x3f\xfd\x7f\x6a\xc3\x3a\xcc\x1c\xcb\x30\x73\xbf\x70\x53\xf2\xcc\x5e\x23\xd1\xa2\xb1\x62\x9e\x37\x23\x19\x93\x62\x57\xe8\xbc\xcc\x6a\x10\x17\x89\x7c\x96\xd4\x1a\x89\xbc\x43\x26\xe7\x59\x4d\x62\xee\x46\xce\x6b\x12\x3f\xd7\x65\x2f\x11\xfe\xb7\x48\x5e\x31\x79\x84\x04\x44\xe0\x7b\x01\xd2\xf9\x19\x9c\xe7\xf2\xca\x0e\x88\x82\x49\x8a\x59\xc3\x21\x65\xf2\x02\x05\xdf\x45\x8d\x24\xf8\x33\x5a\x33\x6a\xac\x9f\x74\xf8\xbe\xdd\xb5\xb7\xd6\xed\x3e\x52\x6a\x99\xcc\xf4\x9d\x34\xf4\x46\xb1\x7b\xc5\x1a\x41\xaf\xef\x8d\xf3\x18\x25\x6d\x61\x2d\xa8\xa1\x8b\xa2\xba\xd8\xdd\x3a\xa0\x0a\x63\x27\xa9\x51\x7c\xf6\x9e\xea\x24\xe4\x6a\xea\x60\xaf\x8a\x08\x73\xdf\x77\xdd\xc6\x3f\x13\x48\xcd\x6a\x5f\x24\x14\xe3\x58\x3f\x61\xf3\x37\x71\x4f\xc9\xf6\x59\x87\x82\xc0\x3c\x16\xe6\x52\x03\x1d\x8a\x89\xa3\x36\x64\x41\x27\x1a\x6c\x89\x88\x73\x08\x0a\xf9\xa5\x4d\xae\x66\x2c\xab\x3e\xc9\x9a\x1a\x41\xbe\xd3\x79\x50\x0c\x5d\xee\xc0\x34\xc8\x95\x96\x5b\x51\x3c\xed\x51\x0f\x7b\x45\x5b\xd5\xce\x3a\xb8\x8f\x42\xa5\x6f\xe4\x52\x3a\xc5\x7b\x06\xe5\xb7\x9d\x47\x36\xf7\x7c\x85\x30\x09\xea\x1d\xe6\x77\xd2\x02\x04\xfa\x11\xd5\xd4\x61\x58\x47\xab\x65\xac\x20\x49\x7a\xe7\x30\x50\xf0\xd3\xf8\xdb\x82\x1c\x0e\x36\xbb\x7c\xe8\x22\xe2\x4f\xa6\x8c\xa2\x4b\x22\x65\x76\xf0\x06\x7c\x2f\x83\x48\x92\x4e\x3b\xfd\x7c\x8a\x64\xe0\xfc\x1e\x34\xb1\x4f\xa7\x3a\x3d\x4f\xae\x17\xff\x7c\x0a\x6a\xbd\x4c\x6c\x82\xcb\x6b\x6c\xd0\xca\xd9\x8f\xad\xcd\x32\xd0\x28\xa3\xf8\x48\xc2\x16\xe6\x7b\xcd\x66\xda\x8f\xbc\x7d\x06\x07\xba\xdc\xcb\x8e\x34\x98\x2b\xfa\x20\x8d\x3d\xf3\xa7\xd0\xc7\xb7\xf3\x61\xe8\x01\x8c\x03\xe8\xf8\xe7\x53\xd7\x93\x8f\xcf\x08\xe1\x18\xa5\x0c\x90\xf0\x2c\xe5\x04\x42\x83\x97\x4b\x21\x0d\x8e\x9c\xe6\x96\x63\xb7\x15\xab\x37\xa4\xfe\xe6\x23\x61\xa2\xe0\x18\x7c\x9e\x55\x0b\x97\x7b\xcc\x89\x96\xc6\x34\x52\xd7\xc4\x2b\xee\xfb\xc8\xa2\xa6\x8a\x86\x10\xd9\x4f\x64\xf4\x54\xef\x8f\xb1\x4b\x27\x34\x37\x49\x89\x9b\xea\x12\x20\x0d\x52\x2a\xcd\x49\xd3\xbd\xa3\x5a\x7e\x80\x13\xa6\xda\xf9\x2a\xb2\x23\x21\xe9\xf2\xaf\xdc\x35\x1f\xab\xcd\xb3\x5b\xa2\x3d\xb5\x07\xe7\x69\x81\xdc\x7b\x77\x62\x5e\x4e\x2e\x82\x7c\x5a\x05\x2f\x6d\x1e\xbe\x1f\x99\x3e\x6b\x91\x42\xad\xe8\x15\xf7\x67\x33\x7e\x5c\x90\xef\x9b\x27\x1e\xb6\xba\x21\x84\xb9\x8c\xae\xb9\xfb\x07\x81\xb6\xf3\xd1\xe8\xd7\x41\x0d\x2e\x00\x87\xe5\xc3\xf0\x1a\xfd\x57\xc0\xcb\x62\x22\x9c\xba\x7e\x50\x15\x64\x36\xd3\x85\x4a\xa6\x13\x28\x36\x6f\x6f\x35\x7b\x0d\xe4\xe1\x67\x3e\x41\x58\x7f\x6e\x2e\xdc\x87\x76\x61\x3f\x43\x51\x3f\xb4\x61\xcf\x5c\x2c\x40\xd0\x63\xde\x36\x6a\x5d\xfd\xb3\x96\x79\x4d\x1c\xc1\xa3\xf5\xb9\x6d\x58\x20\x99\x0b\x25\xca\xb8\x25\xc1\xd7\xb9\xb6\x23\x9f\xcc\x1e\x08\xd4\xd4\x78\x91\x4c\xed\x2d\xd0\xb1\xcb\x79\x7a\x19\xc6\x04\x25\xd6\xfa\xa8\xc8\xfb\x51\x16\x8f\x20\x19\x85\x50\x58\x42\x60\xd3\xd9\xe7\x72\xcb\xbd\x37\xfe\xf3\xf0\x7f\x09\xae\xf5\xcb\xf3\x95\xae\x36\x58\x75\x89\x35\x6e\xcb\x77\x5f\xec\x2b\xef\x3c\x26\x1f\x7d\xa5\x18\xa5\x77\xa3\xba\xd9\x57\x73\xf2\x33\x15\xb3\x99\xfe\xdf\xb0\xda\x55\x59\x85\xb1\xb8\xf2\xd3\x2d\xdd\x90\x62\x52\x2d\x9b\x95\x3e\x71\x9b\xf2\x86\x2c\x5b\x38\x3e\x1b\x24\x4a\x28\xfc\xb7\xdb\xb6\x98\x97\x9b\x39\x51\xc7\xa6\xc5\x95\x7a\x0a\x77\x05\x68\x20\x44\xb9\x54\x34\x6a\xb9\x32\x45\xee\x61\xd6\x90\x7b\x80\x95\xe7\x18\xaa\xf5\x6a\xff\x17\xf6\x84\x42\xa9\x84\xa2\x2a\xab\xe5\x6e\xc9\x56\x2b\xa4\xbb\x9c\xcd\x4c\x75\x8a\x0a\xe1\x4a\x0f\xa8\x68\xb7\x79\x34\x82\x09\x95\x3a\x54\xb1\x5d\x08\xac\xa7\xb1\xe0\x18\x26\xb1\xa8\xa4\xf4\x83\xf1\x74\x30\xbe\x64\x2b\x3d\x8a\x49\x6c\x74\x6d\x25\xc3\xc8\xcd\xa3\x3a\xd9\x4a\x1d\x7e\x36\xc5\x15\xc2\x7a\x60\x91\x0e\x2c\xd4\xc0\x3a\x48\x0a\x06\x96\xe9\x35\x1a\xa9\x8e\xa6\x11\xc7\xab\xdb\x8d\x89\x6a\x37\x7e\x37\x3d\x13\x67\xd3\x77\xe3\xa9\x4d\x37\x74\x56\x4e\x1b\x36\x9e\x9e\x99\xba\xef\xd0\xfb\xd9\x74\x0c\x5b\x39\xa6\x6c\x0c\x60\x19\x4f\x31\x3b\x2b\x03\xbf\xc2\xb3\xe9\x7c\x3c\xf5\xce\x52\x8a\xb2\xa9\x9e\x9e\x55\x0a\xdd\x21\x19\xd1\x78\x7a\x66\xca\xdf\xb1\x76\x4b\xd6\xa2\xe0\xe8\x6c\x3a\x9f\x22\x9c\xb2\xe7\x4c\x61\x76\x10\x93\x13\xa6\x94\xef\xd4\xce\x10\x41\xed\x0c\x97\x57\x9e\x40\x42\x79\x28\xf2\xe4\x2b\x66\xf0\xd5\xe8\xc2\x19\x91\x53\xff\x4b\x53\xbe\xc4\x1e\x60\x23\xf6\x6b\x92\x13\x93\x73\x03\xed\x5e\x27\xa2\x3e\x4e\x82\xf4\x8c\x8c\x63\x41\x10\xab\xeb\xc4\x74\x6e\xb2\x26\x4e\xed\x49\x0e\x72\x69\x38\xbf\x30\x8d\x1e\x24\x45\x0f\xa3\xde\x26\x50\x27\xc4\x66\x56\xc0\x0d\x92\xc4\x15\xf4\x90\xf2\x48\x60\x5d\x94\xc3\x16\x12\x6c\x4e\x2e\x32\xae\x2d\x47\x7b\x91\x5b\xad\x2b\x8a\xa5\xdf\xbd\x1c\xc5\xfe\x6c\x4e\x43\xc0\x5d\x4a\xfb\xb8\x42\xd7\x28\x95\xb0\xef\xb4\x26\xc6\x45\xd7\x71\xa4\x39\x65\x37\xfa\x65\x21\xa2\x14\x8a\xe0\x46\x1e\x3f\x29\xf7\x12\xe1\xe4\x19\x24\x47\x81\x65\x6e\xad\x97\x46\x60\x09\xe6\x98\x21\xb4\x28\xc4\x3c\x28\x0c\x79\x88\x7e\x9a\x3e\x83\xb2\x5c\x7c\x55\x32\x24\x33\xc0\x73\x22\xbf\x40\x32\x3b\x5a\xca\x4c\x0f\x2c\x5f\x5b\x70\xc1\x78\x64\xf8\xb9\x7d\x5d\x89\x6a\x11\x6a\x6f\xb9\x76\xf9\x73\x29\x09\xf5\x84\xd6\x8d\xda\x39\xf1\x5d\x77\xfc\x1f\x9a\x3f\xbf\x7d\xf3\x5a\x47\x30\x2f\x4e\x6c\x2c\x30\x43\x52\x9e\xd2\xa9\x93\xff\x6d\x32\x5f\x9f\x5d\xf1\x70\x98\xb2\x9d\xda\xfe\xe0\x99\xa9\xba\x2a\x74\xb8\x82\xa9\xb7\x5a\x74\x13\x90\x5e\xa6\x0f\x16\x24\xc8\x9e\x87\xa1\x1c\x15\xad\x75\xb4\x5a\x5c\x13\xdc\xf9\x5c\x07\x54\x80\x77\x82\x4e\x6c\xaa\x64\x5a\x1b\x5e\x46\xd3\x04\xed\xf3\xe9\x10\x3c\x0c\xcd\x18\xd9\x3f\x4a\x72\x42\xb4\x04\x16\xae\xae\x80\x0b\x32\xb0\x35\x88\x7c\x72\xfa\x44\xff\x98\xc4\xef\x64\x70\xed\xea\x0a\x66\x98\x91\x54\xcd\x1b\x5d\xc8\xc3\x27\x7b\x8c\xf8\xe9\x1e\x26\x0e\xea\x11\x7b\xef\x22\x0d\x38\xed\xf2\x48\x92\x60\x9e\xae\x2f\x58\xc4\xe2\xb4\x4e\xa9\xa1\xd8\x9b\xbd\xf9\x6c\x31\x39\xc7\xa1\x6b\x2e\xb8\x45\x25\xfc\x55\x38\x68\xe8\xfb\x11\x07\x11\x3d\x74\xdc\x8b\x78\x5c\x70\xa2\x09\x85\x61\x1f\x96\x9d\xe3\xf9\x46\x3d\x3a\xbe\x30\x9e\x3b\xd1\xea\x58\x81\xbb\xdf\x15\x50\xb1\xc9\x47\x35\x7f\xb2\xaa\xeb\x30\x6a\xf7\x87\x26\x51\x94\xc5\xdc\x6b\xc8\xa9\xe3\x29\x00\xb1\x9d\xa2\xf9\x95\x2d\xfc\x23\x8f\x05\x2b\x93\x53\x7b\x74\xf9\xe1\x65\x2e\xb2\xf8\xc4\x4e\xac\x93\x65\x10\x10\x1d\xe7\xac\x3c\xd2\x01\x84\x11\xe8\x2b\x70\x8a\xbe\x3a\x0f\xf6\xd3\x84\x4e\x57\x16\x4c\x40\x1d\x80\x9f\x83\xa4\x59\x04\xdd\x11\x9d\x29\x46\xdd\x45\x66\x1f\x06\x40\xcd\x31\x59\xf2\x55\xb4\xc7\x71\xe4\x7b\xe6\x84\xea\x18\x68\xc8\xcf\xa2\x2b\xcd\x16\x56\x5f\xa1\xd7\x6a\x4e\x9d\x4d\xde\x9b\x53\xda\xea\x86\x3a\x1d\x76\xef\xeb\x4e\x80\x90\x2e\xfa\xeb\x8f\xb9\x99\x63\x34\x2a\x41\x76\x32\xf9\xb7\xfb\x8e\xdc\x47\xbb\xed\x40\x05\xe3\x61\x1e\x93\x8d\x10\x4a\x46\xa0\xb2\x79\xf9\xbc\xfb\xe2\x49\x40\x13\x8d\xe1\x5e\x2d\x72\xbc\x7b\xf2\x45\x52\xb2\x4b\x2e\xcc\x13\x5a\xcb\xaf\xde\x49\x17\xfe\xf3\xc2\x86\x0d\x07\x97\xae\x8f\x0d\x32\x76\xd6\x89\xe3\xac\xd7\xc4\x2a\xa9\xc0\x94\xdd\x49\xd8\xac\xae\xdb\x51\x60\xb1\x29\xcb\x92\x5e\xea\x82\x6f\xff\x3b\x8d\x10\xc3\x0c\x0b\x14\x5d\xd7\x14\xf4\x31\xaa\xf1\xff\xc9\x36\x76\x9e\xc4\xc1\xfc\x4a\xee\xab\xff\x07\x15\xe1\x49\xe8\xfc\x40\xaf\x0b\xa3\x3f\x20\x43\x86\x3a\xb1\xc2\xbc\xc7\x4e\x76\x81\x54\x3f\xbc\xdf\xe2\x76\xae\x49\x60\x53\x76\x47\x08\x6c\xd6\x5a\xe6\x68\x66\xb3\x18\x44\x9a\x4d\x99\xcd\x1a\x6f\xc4\x76\x7f\x46\x36\x28\xf5\x3c\x36\x6e\x9b\xb2\x92\x0e\x06\x83\x36\x41\xae\x6f\x54\x3f\xbb\x97\xed\x5b\x51\x29\x91\xf5\x02\x61\x16\x14\xb4\x27\x51\x09\x6a\xc5\x3c\xbd\x21\x41\xda\xb4\x37\x56\x87\x38\x21\x28\xf0\xa0\x82\x34\xb7\xe0\xc8\xe1\x98\x02\x75\x40\x94\x9c\x7f\x13\x4e\xda\x9b\x05\x2f\x5f\x17\xc2\x64\x22\x0e\x12\x09\xe8\x62\xf2\x24\x53\xd9\xe1\x87\xbe\x78\xf7\xab\xab\x28\xe2\x3d\x08\xf6\x05\x45\xff\x35\x25\x9b\x4e\x4a\xed\x07\x56\xd6\xf5\x95\x7c\x33\x56\xd2\x23\x9f\x6a\xa4\x56\xeb\x30\xcb\xec\x91\x05\x48\xf9\x15\x37\x85\xba\xa6\x6e\x5a\x53\x94\x04\x04\x64\xdb\x8b\x25\x59\x01\x1a\x81\xee\x50\x2d\xba\xea\xd3\xf7\x3c\x70\xe1\xa1\xbb\xf7\x2b\x85\x0a\x7a\x2e\x84\x09\xae\x35\x33\xb6\xe2\x72\x00\x8e\xaf\xef\xd5\xa7\x3d\xe3\x3e\x20\x36\xe8\xf8\xd0\x19\xcb\x66\x68\x63\x7a\xe8\x5a\x43\x40\x73\x0f\x68\x56\x7e\xb5\x27\x36\x73\x1a\xc3\x7c\xc9\x56\x48\xf6\x15\xdf\xcc\x8d\xff\x80\x35\x3f\x7c\x0a\x3f\xf0\x8a\xb5\xd7\x0d\xbf\x0b\x8c\x22\xbf\xf5\x54\x40\x15\xa4\x2b\xab\x65\x66\x05\x47\xf8\x15\x31\x22\x2d\xa8\x68\x48\x6d\x0e\xf1\xd3\xce\x21\x06\xcd\x8d\x95\xbd\x39\x5c\x02\x7b\x27\x3e\xb6\xc6\xfa\x96\x4d\x74\x00\xac\x62\x92\xca\xe2\x7e\x1b\xa7\x07\x30\x1a\x80\xa8\x02\x3b\x49\x12\x56\x64\x2b\xab\x1b\xc6\x3a\x53\x88\x3d\x98\x54\x27\xc4\x5d\x4f\x89\x44\x63\x93\x98\x11\x0b\x67\xea\xbf\x87\x49\x89\xec\x7c\xf8\x60\x51\x75\x6e\xff\xea\xad\xe8\xad\x9e\xb9\x98\x72\x18\xb6\x33\x63\x3d\x43\xf5\x6e\x8a\x82\xda\x91\xe6\x18\x67\xec\xd6\xfa\x2b\xcf\x60\x38\x90\xc4\xa1\xc3\x4e\x2c\x74\xef\xdd\x44\x3c\x10\xbb\xfd\x5e\x89\xea\x43\x58\x57\x37\x85\xbb\xc6\xb0\xef\x2c\x86\xc1\x47\x70\xd7\xce\x75\x7e\xf9\xe2\x15\xc1\x90\xfd\xcb\xe9\xc8\x75\x65\x8a\xf9\x7c\x1e\x64\xdb\x34\x7c\x58\x78\xa1\x6a\xb1\x52\xff\xd2\x65\x75\x9c\xa7\xbf\x76\x59\x2c\xa3\x5f\x87\x83\xcf\xe2\x00\x79\x76\x42\x5f\x7d\x7d\x27\xf9\x3f\x75\x7f\x66\x29\x3b\xd3\xda\xf0\x20\x26\xb5\x1e\x27\xdb\x4d\x05\x21\xf9\x9d\x74\xe8\x3f\x40\xf9\xb3\x76\xb7\x11\xe3\xe6\x7a\x5c\x8d\x5b\xc2\x3f\x12\x3e\xfe\xfb\x8e\xf0\xfb\x71\x71\xdd\xf0\x71\xb5\xd9\x8c\x3b\x8c\x1f\x20\x44\x8b\xc6\xb4\x1d\xd3\xbb\xbb\x9d\xa8\xde\x6f\xc8\x7c\xfc\x43\xa3\xf6\x97\x5e\xdf\x8f\xcd\x5a\x5b\x0c\x75\x02\x5d\x61\x83\x77\x48\x6a\x9f\x5d\x0d\x60\x53\x95\xa1\x2e\xa6\xae\xe7\x29\xce\x45\xe9\x44\x83\x5f\x06\xc2\x7c\x5f\xd2\x02\x23\x6a\xa2\x39\x27\x55\xfd\x86\x6d\xee\x0b\x84\x75\xca\xc9\xa7\xe2\x99\x9e\x9b\xd7\x32\xa4\xa6\x08\xc7\x52\xcc\xed\x27\x41\x2d\x4c\xb0\x59\x86\xde\xda\x26\x47\x9c\xd6\x5a\x76\xad\x1a\x76\xff\xa6\x08\x75\xfd\x1d\xfd\x4e\x8d\x3c\xd6\x04\xdf\x60\xcb\x02\xda\xb3\x65\xc7\x4a\x8a\x0e\xf7\xee\x3d\xb6\x02\x45\x1a\xf7\xed\x4d\x4c\x9d\x38\xf1\x9e\x99\x5c\x04\xd5\x8b\xf3\x03\x12\x4c\x24\x76\x53\xcc\x44\x74\x5c\x53\x56\x3f\xdd\x6c\x52\xb5\x4b\x98\xb0\x5f\xe2\xab\xed\xae\xbd\x4d\x22\x58\x3a\xf2\x71\xb8\x49\xaa\xbd\xbe\x53\x40\x53\x8a\x8d\x90\xfc\x90\x2e\xf4\x17\x61\x27\x10\x07\x68\x39\x0d\x08\xf5\x0a\xd4\x08\x61\x30\x60\xb0\x0e\x51\x76\x03\xd7\xe6\x95\x5d\xaf\xce\xc6\xa5\x13\xce\x4d\x51\xa7\x2a\x8e\xc9\x92\x95\x1d\xc9\x40\x32\x78\xee\xd9\xdd\xb7\xce\x3b\xde\x3a\xb1\x09\x80\x62\x4d\xdb\xb6\x59\xd3\x4a\x80\xaa\xe1\xcd\x27\xa6\xbf\x76\x8a\xb9\x98\x79\xce\x84\x7e\x92\x24\x77\x84\xb6\xd6\x6b\x91\xc7\x68\xeb\xd4\x38\x3b\xc6\xc9\x0d\x6d\x05\xe1\x6a\x1c\xa3\xdd\xb3\x83\xdc\x19\x65\x9f\x6f\x14\xac\xc1\x74\x02\x29\xd4\xd2\xc8\xae\x9e\x5e\x6d\xc4\x6e\xef\xda\x3a\x9a\xc1\x44\xa6\x49\x5f\x9b\xcb\x13\x9f\xbb\xbb\xa0\x4b\xd0\x25\xbe\x1a\x74\xd9\x79\x6a\xc5\x57\x07\x56\x75\xe9\xc2\x16\x4b\x9c\x5c\x39\x79\x3d\x4b\x88\x8a\xae\xd4\x4e\xa7\x0a\xbc\x94\x08\x3f\x23\xe5\x77\xc4\xde\x46\xd1\x55\x94\xb9\x70\xe2\x2d\xb6\xf5\xc3\x9f\x06\x17\x5f\xdf\xed\x05\xe4\xbf\xf4\x7f\x86\x77\x8c\xae\xd2\xe6\xff\x34\x65\xe2\x7e\xf9\x25\xd3\xb0\xee\xfd\x92\xdc\x2c\xef\x50\x48\x58\xf4\xa1\x4c\x41\x08\x24\x46\xb1\x41\x9d\x37\x30\x8e\x3f\x31\x64\x7e\x05\x4f\x52\x32\xa4\xb9\x24\x35\x52\x4b\x44\x4a\x3d\x9c\x50\x98\x9c\x9b\x96\x08\x4f\x36\xdc\xd5\x1f\x2b\x43\xc3\x8c\x9f\x96\xa0\x2e\x26\x17\x3a\x00\x25\x8a\xf5\xdf\x4b\x6c\x6b\xe3\xe9\x88\x94\xee\x5b\x78\xee\xec\x20\xf6\x80\x5d\x55\xf6\x44\xfc\x44\xc5\x6d\x78\xc8\x4c\xe2\x1c\xa7\xbf\x0d\x72\xe3\x5a\x0b\x2a\xdf\xb1\x79\xc3\xac\x16\x66\x6a\x2c\x67\x53\x1c\xe4\xec\x96\x08\x7f\x20\xd9\x60\x50\xc3\x7f\x7f\x4f\x86\xea\x3e\x07\x3a\x97\xc4\xfd\xf5\xa2\x13\x64\xe8\x83\x12\x37\xf4\x63\xa4\xbc\x1d\x48\xfb\x65\x92\x5b\x0d\xb4\x30\xbc\xee\x77\xcd\x76\x07\xb5\xb1\xa2\x8e\x97\x2b\x99\xda\x23\xbc\x0d\x22\xae\xe9\x3a\x21\xc7\x52\x69\xe9\x04\xc7\x47\xb2\x6d\x9d\x47\x4e\x8b\xa6\x35\x18\x57\x0b\x0e\x0a\xa8\xa5\x58\x1d\x0e\xcb\x15\xb2\xd5\x81\x66\xb3\x0f\x24\x08\xbc\xad\x80\x45\x32\x45\x37\xcc\x12\xaf\x61\x74\x29\xf5\x1f\xdf\xe9\x3e\x63\x44\x7e\xd1\xf0\x57\x8e\x03\x8f\xab\x1a\x94\xcb\x15\x66\xe5\xf9\x63\xe6\x4b\x8a\x3b\x2b\x28\x2d\xc5\x92\xad\x46\xf4\x94\x2c\x62\x74\xde\x9f\x87\xc7\xb9\x11\xf8\xac\x1e\xd9\x9d\x5e\x92\xd5\xa8\x99\xcd\xbc\xfb\x45\x66\xa6\xcb\x15\xa6\xe5\xf9\x63\xea\xa7\x4b\xbd\xd1\x16\x12\x88\x43\x59\xde\xde\xb9\x40\xb9\xde\xf8\x86\xab\x0e\x87\x26\xcc\x0e\xa4\x0f\x0c\x41\x87\x43\x61\xe6\xdd\x20\x0c\x1a\x6b\x30\xf3\x54\xe0\x3d\xef\x9f\x9b\xbb\x91\x20\x24\x79\xe0\x84\xa2\xb0\xa1\xcb\xd2\x70\x34\x62\x71\xa3\x2c\xdb\xc2\x90\x2c\x1a\xf0\xe5\x0b\x1a\x87\x6e\x29\x03\x95\xef\x9f\x93\x82\x2c\xc5\x0a\xc9\x82\x23\x83\x14\x89\xf2\xc4\xe2\x9d\xeb\x44\x97\x37\x3e\x76\xa2\x08\x0a\x10\xee\x38\x9e\x09\xac\xa7\x71\xd5\xde\xb3\xf5\xb7\xf1\x56\x77\x35\x0a\x66\xe0\xa5\x50\x9b\xac\xe5\x36\xda\xea\xb6\x1c\x61\x5a\x4e\xd8\xe1\x00\x22\xbd\x75\x5f\x68\xca\xd8\x71\x3d\x2c\x05\x2b\x10\xae\x82\xfb\xa0\x71\x37\x3e\x2a\xcb\xc8\x34\xee\x9e\xeb\x00\xc7\xc3\x61\x52\xa1\x3d\x73\xbe\x65\x27\xaf\x94\x27\xfe\xf6\x7e\x35\xc8\x41\xd9\x8a\xa6\x1f\x69\x4b\xdf\x6f\x92\x1d\xff\x5a\x67\x05\x12\x08\x6f\x14\x8a\xef\xca\xf3\xc7\x3b\x9f\xa0\x66\x67\x51\x7c\x5d\xb6\xcb\xdd\x0a\xd7\xe5\x3a\xc1\xe1\x89\xa2\x21\xb5\x41\xdc\xd9\xac\xa8\x0d\xba\xe2\x8d\xc6\xd4\x35\x42\x72\x63\xba\xeb\xc3\xcd\x8d\x22\x22\x2e\xc7\xab\xe2\xd8\x13\x17\xc9\xdc\x79\x15\x91\x43\x0e\xee\x08\x0f\xc9\x37\xc6\xf1\xff\x58\xaf\xe0\x23\x68\xb8\x95\x0c\xf6\x08\x1c\x46\x59\xf1\x13\x00\x4b\xd0\xc8\x8c\x17\xa6\x7c\xb3\xb8\xc8\x51\xcf\xdd\x03\x6e\x84\xde\x27\xfc\xc8\x10\xc1\xa9\xec\xc7\x4d\x82\x4c\x8e\x9e\x16\x9f\x42\x7c\x61\x63\x4f\x25\xae\xce\x7a\x91\x5b\xa4\x3b\x70\xdf\xf9\xd0\x5a\x1f\xdd\x4d\x5c\x74\x9d\xe5\x17\x05\x5c\x44\xb8\x13\x7d\x1b\x72\x36\x86\x11\x81\xd7\x5e\x4e\x8c\x8f\xaf\x40\xb3\xd9\x6b\x73\x48\xec\xcc\x9e\xf6\x5f\xcb\x3e\x37\x00\x40\x21\xdf\x27\x47\x97\xaf\x49\xc1\x31\x2d\x9f\xe5\x17\x03\xac\xde\x42\x74\x16\xc5\x33\x0b\x0a\x17\x81\x1f\xc8\xb7\xb1\x41\xbe\x8d\x39\xbe\x0d\x2d\x1e\x3c\xd5\x23\x33\x95\xa7\xb0\x38\x16\x33\x30\x95\x79\x61\xac\x97\xdf\x89\x2f\x61\x5b\xae\x96\xb2\x9a\xfc\xfc\x46\x1d\x4e\xd5\xe8\xd1\xc5\xa4\x2c\xb9\x2f\x3f\xd8\x6e\x21\x10\x9a\x63\x28\xc8\x3e\x72\x79\xec\x8a\xe3\x13\xc5\x04\xc5\xf7\x41\xe7\x24\x8a\xd5\x88\xcf\x66\x44\x6b\x75\x23\x62\x9b\x69\x2a\xe5\x20\x6b\x8c\xf6\xaf\x4d\x3c\x52\x2c\x85\x76\x63\xb2\xd2\xbe\x23\x91\xb9\x97\x66\xf8\x30\xac\x93\x36\xc9\x76\xf9\x37\xd2\xcd\x04\x52\x4e\xce\x8f\x45\x92\x1d\xe3\x10\x83\x35\x86\xc5\x0c\xff\x66\x4a\x20\xf9\x88\x35\xf7\xea\x79\xc4\x08\x27\xfa\x00\x37\x5d\xaf\xb2\x83\x92\x88\x79\x4e\x06\x3c\xaa\x15\x18\x5c\x92\x27\x37\xca\xeb\x0e\x2f\x7a\x8e\x99\x77\xc8\xe3\x4f\x18\x38\x23\xee\xc9\x92\xaf\xe2\x49\xc0\xe5\x26\xc2\xc5\xbc\x0c\x8c\xb4\xb8\xd1\x73\xb7\x2c\xc0\xd3\x82\xf6\xca\xd7\x8d\xa9\x19\x8d\x90\xe2\x0c\x45\x90\x4a\x40\xdd\xc4\x5a\x77\xa5\x0b\x90\xe2\x16\x33\x5c\x21\xbc\x2b\xdf\x3d\x7f\xbb\x18\xff\x49\x7b\x82\x1a\x42\xf6\x3f\x6c\x3b\x25\xe9\x7e\xf9\xc5\x9e\xcb\x2f\xdf\xa9\x13\xe2\x2c\x11\x1b\x94\x8a\xc7\x53\x83\x12\x6e\x08\xa3\xef\x21\xf5\x78\xc7\x74\x11\xf3\x1a\x03\x86\x8f\x3f\x55\xed\xf8\xa3\x12\x9a\x37\xf4\x03\xd9\xdc\x8f\xab\xf1\x1d\x6d\x45\xf5\x81\x38\xe9\xb6\xd8\x94\x5f\x17\x1b\x2c\xf0\x0e\x25\x15\x78\x59\xf9\xa7\x42\xcc\x5b\x9b\x18\x88\x9b\xb5\xa9\xe5\x98\xc8\xcb\xa9\x9d\x40\x60\x4c\xd5\xfc\x81\x62\x43\x03\x05\xd5\x37\x3f\x0b\x5e\xad\xc5\x78\x5b\xdd\xfb\x24\x4e\x3c\xd8\xd0\x6f\x49\x42\xbc\xcb\x98\x8a\x64\x49\x39\x41\x97\xda\x2c\x2c\xd0\x42\x57\xef\xd6\x95\xaf\xb1\xd0\x2b\xd8\xd3\x7a\x41\xb5\xfa\xb8\x81\x52\x21\x69\xe2\xf8\x60\xc4\xb8\x2d\x19\x91\x8e\x0f\x23\xe9\xfa\x30\x8e\x74\x5d\x92\xe0\xe9\xa2\x92\x25\xc1\x6d\xd9\x1d\x63\x70\x70\x6d\x14\xfb\x89\x57\xdb\x2d\xe1\x0b\xaa\xfa\xd0\x11\x66\x8d\x2c\x39\x0e\x68\x7e\x25\x4b\x81\x5b\x75\xab\xbb\x40\xc7\xc8\xf2\x57\x99\x18\x7d\x9d\x66\x65\x0f\x17\xcf\xfe\x03\x65\xf5\x62\x23\x65\x49\xe7\x03\x56\x37\x86\x96\xad\x4d\xbc\xb0\x37\xdd\xff\x85\xdc\x2f\x5a\x6c\xbf\x97\x6e\xd2\xb2\xe0\x58\x60\x16\x0f\x16\x7c\xb3\xd1\xdf\xec\x64\xd9\xe2\x75\x59\x2d\x37\xab\xd9\x4c\xfd\x0b\xdb\x33\x0a\x9d\x2d\x76\xb3\x99\xc3\xf4\xf5\xe1\x50\xa8\x56\xf0\x01\x04\xb5\xb9\x6f\x12\x80\x1a\x47\x10\xac\x77\xcd\x83\x07\xc0\x55\x95\xd1\x66\x46\xc3\x89\xcb\x82\x95\x24\x90\x93\x2b\xb4\xd0\x4f\xf6\x12\x47\x77\xb0\x3a\xb1\x28\x28\x9b\xb7\xc6\x3b\x2c\x10\x92\x12\x4a\x65\x11\xcc\x10\x8e\x86\x91\x08\x37\x30\x30\x9f\xd3\x5a\x3f\xe4\x81\xae\x28\xc6\x92\xfd\x92\xa9\xab\x62\xb5\xd0\x3b\x24\xc2\x9c\x22\x46\x63\x83\xc1\x8d\x94\x4a\x29\x7b\x78\x23\x6b\x6e\xab\x11\x78\xc2\xda\x5f\x3a\xe1\xad\xfb\xe9\xa4\x4d\xe1\x0f\xdb\x8b\xce\x61\x8b\xa9\x57\x53\x8a\xf9\x96\x90\x0f\x8a\x8f\xe7\x08\xa4\xe2\x54\xa1\xc9\x14\xcd\xcb\x28\xaf\x6d\xdd\xe2\x40\x57\x1d\x68\xf1\x31\xd5\x34\xc1\x43\xb6\x68\xcb\xaf\x8b\x16\x0b\x4d\x26\x32\x94\xf1\xe9\x66\xa3\xa9\x05\x3d\x99\x3c\xd1\x88\x3c\x3d\xdd\x6c\x72\xd4\x09\x8b\x79\x2c\xb0\xa8\x75\x1f\x21\x59\x76\x3e\x5f\xf8\x03\x29\x4d\x5d\xde\x7f\x10\xfc\x23\x29\xab\x62\xfa\xfc\x9b\xaf\x7f\xfc\xb7\x47\xa2\x7d\xf4\x9e\x57\xac\x0e\xcb\x57\x7c\x1d\xb9\xb3\x98\xd2\x09\x7f\xca\x6b\xc1\x22\x3f\x92\xe5\x8f\x64\x15\xdb\x7d\xd5\xb5\xac\x67\xee\x42\x97\xda\x6c\x31\x03\xf7\x5a\xb7\x6e\x4f\xe8\x26\x4d\xff\xde\xe9\x62\xb9\x32\x09\xd3\xad\x23\x1b\xf8\x15\x79\x4d\xf5\x7d\x11\x2c\x01\xc9\x2b\x75\xfa\x2c\x72\xa5\xb1\xcf\xc6\x17\x20\x6e\x22\x5d\x72\xb1\x64\x6c\x17\x72\x5c\x0c\xcf\x70\xf0\x6d\xa8\x23\xc3\x42\x71\x9b\xce\x36\x9c\x83\x87\xdd\x90\x3c\xac\x62\xa5\x9c\x59\x4d\xa0\xea\xe4\xf3\xbf\x35\x54\x1f\x83\x7d\x98\x05\x4f\x49\xa6\x91\xc7\x7e\x57\x2d\xf7\x5d\x7e\xfa\xe0\xd6\x90\x71\x4f\x8c\x22\x4f\xde\x98\x9f\x98\x96\xf1\x6e\x0c\xe6\x14\x63\xc8\x6b\x46\x6c\x7b\x45\x06\x0a\x8a\x46\xcd\x6c\xd6\xcc\x73\x5e\x91\x72\x70\xb6\xa6\x56\xca\xc5\x11\x10\x67\x34\x4c\x69\x4f\xa3\x63\x48\x39\x8c\xd3\xa3\x8e\x7c\x6d\x56\x68\x83\x57\x1c\xeb\x78\x56\xfe\xde\x82\x51\x71\x8f\x98\xaa\xff\xce\x2e\x56\x8e\x2a\x16\x2c\x02\x47\x1c\xd4\x4a\x91\x94\xb2\xcf\xcb\xa7\x07\xfb\xfb\x9b\xcb\x81\xeb\xba\xa7\xb3\xc1\x2f\x64\x0f\xd7\xd0\x51\xa9\x25\xb6\x72\x12\xdb\x71\x07\xc7\x58\x8a\x95\xcb\xca\xf5\x17\x12\xa1\x1f\xe6\x6e\x06\x26\xcf\xd5\x3f\x6b\x22\x36\x3d\x58\x32\x99\x7c\x98\x6a\x7c\x35\xba\xb3\xd4\x3c\xe4\x2c\x51\x75\x6d\xe6\xce\x52\x83\x46\xd5\x6c\x56\xe5\x3d\xfb\x59\x4f\xa4\xf4\xe7\x99\x91\x39\x42\x7d\xc4\xb5\xc1\x6e\xf8\x4c\x4c\xf4\x3f\x0d\x24\xe9\xd8\x6e\x52\x51\x50\xed\x3f\x71\x42\xe1\xb8\x0c\x49\xef\x04\x9d\xe6\x8a\xc2\x54\x11\x1a\x7a\x5d\x88\xc3\x81\x5b\xbb\x82\x9d\xda\x88\x3d\x64\x6a\x0d\x92\x64\xd3\x92\x31\x55\x42\x3a\x33\xc5\x45\x88\x1c\x65\x4e\x7c\x3c\x1f\x86\x29\xc4\xc4\xb8\x80\x15\x33\xc1\xf0\x8b\xee\xeb\xa4\x5c\xc0\x6f\x7c\x97\xd8\x1c\x17\x40\x44\x93\x42\x05\xb2\xa6\xed\xba\x61\x8c\xac\x85\xaf\xff\xf8\x9b\x5f\x6c\x3d\xf9\x7b\xb4\x77\xd7\x5f\x09\xfe\x3b\xc1\x3f\xe5\x8d\x99\x78\xff\xcd\xeb\xbf\x2e\xbe\x20\x52\xbf\x35\xb6\xcd\x7f\x23\x63\x6d\x71\x6f\x8d\xdd\xfe\x2d\xe1\x1f\xe9\x3a\xe6\xf5\xd0\xbe\xd7\x9a\x1e\xb0\x10\xe5\x07\xeb\x6d\x9e\xda\xcf\xc0\x99\xf7\xfb\x28\xc9\xa1\x53\xec\x01\xe6\xd2\x35\x10\x47\xdb\x3c\x62\xfd\x8c\x06\xe1\x58\x71\x24\xcf\x5d\x1f\x6d\x19\x08\xb0\x30\xb3\x3f\xc5\x99\x80\xcc\xc5\xfd\xb6\xfa\x48\xfc\x65\x6d\x8a\x65\x46\x9c\x50\xe7\x6d\xac\x15\xf2\xaf\x4d\x8f\x2f\x88\x58\xdf\x5a\xc7\x66\xcb\x40\xa9\x67\xd9\x75\x2b\xe2\x77\x57\xf9\xab\xc2\x6c\x4c\xe2\xbb\xc9\xab\xf5\x07\x52\x3f\xd5\x5c\xda\xdf\x77\xa4\x4d\xdc\x3e\x5b\x70\xcd\x7f\xda\xb6\x84\x8b\x57\x44\xdc\x36\xf5\xb3\x6a\xb3\x69\xdf\x30\xa7\x7b\x7b\x0b\xfc\xbb\xf3\xc0\x83\xf6\x3f\xa8\x6e\xe3\x4e\x6d\x83\x1b\xc2\x08\x57\xf2\x95\xa8\xd6\x1f\x54\x3b\xd2\xbe\x68\xf8\x0f\x7a\x1e\x9d\xd6\x7a\x82\x61\x4f\x6f\x45\xc5\x45\x66\x11\x61\x9b\x6f\x58\x5a\x36\x0d\x52\xff\xfd\x54\x51\xe1\xa0\xa4\xcb\x46\xd8\x2e\x05\x31\xe0\x29\xd0\xfe\x14\x9e\x1f\xc9\x2b\xca\x5a\x51\x31\x41\x7d\x72\x80\x20\x00\x42\xba\x00\xc1\xe7\x9d\xaa\xac\x71\xbe\x75\xd9\xcf\x14\x85\xf9\x8b\x2e\xad\x83\xc5\xdb\xfc\xb6\x16\x68\xde\xeb\x71\x6d\x22\x2b\x7f\xd1\xc7\x4a\x46\x19\xe2\x3d\x1e\x38\xc7\x21\x57\xe8\x53\xa6\x39\xcc\xf3\x59\xdd\x7d\xdf\xf7\x5e\xe6\xec\x39\x1b\xe0\xd0\xdb\x3b\xfa\x5e\x66\x13\xb5\x19\xb2\xdd\x9b\x79\xad\xcb\xae\xf1\x95\xbc\xeb\xca\x89\x39\x63\xc2\x5b\x62\x54\xaf\xa3\xc4\x5d\x3b\x47\x9e\xde\x12\x13\x9a\xc0\x4d\x92\x39\x06\xae\x12\xf6\x2a\x75\x3d\xb0\xd9\xac\xd0\xaf\x80\x98\xfc\xa0\xa5\x4d\x84\x99\x34\x49\x3e\x87\x45\xd9\xc1\x0d\xaa\x1b\xd2\xfe\x70\xbf\x25\xdf\xfc\x4c\x5b\x50\x54\x86\x46\xb6\x08\x5d\x7e\x22\x5e\x62\x4c\xaf\x82\x40\x96\xd4\x70\x68\x74\xe2\xdd\x8e\xcb\x8f\xcd\x95\x41\xdb\xd7\x0d\x23\x05\x9d\xd3\x1a\xcd\x66\xf0\xbf\x61\xab\x2d\xbd\x79\x59\x17\x1c\x53\x84\x30\xbc\xfb\xff\xd8\x7b\xf7\xef\xb6\x6d\x64\x71\xfc\x77\xfd\x15\x12\x6f\x8f\x4a\x7c\x0c\x29\x76\xd2\xd7\x2a\x61\xdc\x3c\xdc\xdd\xdc\x6d\x9a\xdc\x26\xfb\xc8\x57\xab\xe3\xd0\x22\x64\x61\x43\x83\x5a\x10\xb2\xe3\x4a\xfc\xdf\xbf\x07\x83\x37\x49\x3d\x6c\x27\xed\xee\xbd\xdd\xed\x89\x45\xbc\x31\x18\x0c\x06\x33\x83\x19\xa6\x8a\x76\x94\x04\x5c\x1d\x98\x68\x78\xb6\xa4\x79\x16\x2b\x16\x84\x63\x9a\x8d\x64\x21\xa7\xb1\x4b\x87\xbe\xcf\x28\xac\x1e\x5b\x06\xde\x41\x70\xea\x99\xbf\x52\x70\x59\xef\x0f\xa0\xce\xf3\xeb\xa3\x29\x64\xf7\xc1\x9f\x84\xab\x04\xf7\x06\xd9\xde\x71\x6b\xaa\xf5\xd6\xad\xcd\x7a\x9b\x41\xa0\x6b\xe4\xa6\x1e\xee\x99\xd4\x62\x47\x54\x33\xca\xb2\x36\x9c\x96\xe9\xde\x32\x56\xe1\xb7\x63\x5c\x0a\xe5\xed\x83\xc6\x02\xe1\x32\x79\x05\xd2\x45\x9c\x5b\x18\xe7\x45\xf1\x61\xb9\x88\x4b\x37\xdf\x84\x3b\xaf\x5e\xf6\x11\xed\x0f\x05\x7f\x91\x41\xdd\xe3\xd7\xc6\xce\xc0\x75\x98\x4b\xc6\x08\x34\x0c\x70\xfa\xfc\x97\xcb\xea\x7e\xb1\x62\x95\xf2\x07\x41\xb3\x51\xf7\x8b\x95\xa8\xde\x9b\x97\xe5\xe0\x32\xf1\x3a\x74\xb7\x20\x5b\xaa\x4e\x6b\x73\x03\x1f\x0b\x43\x65\x79\x1b\x5a\x26\x9b\x1b\x05\x1c\xc5\xbe\x83\xb5\x86\xce\x44\x58\xa7\xb5\xfe\x2a\xb7\x3c\xb5\x71\xfe\xab\x75\x8f\xe0\x50\x15\x8e\xd1\x9f\xbd\x18\x0e\xed\xa9\x3a\x72\x06\x3a\xde\x34\xbc\x51\x0c\xba\x71\x01\x8c\xdc\x39\x2f\x96\x4c\xd7\x07\x49\x6a\x33\xb1\x67\x7a\x79\x5a\xcb\x52\xfd\xad\xd7\xdb\xf3\xcd\x78\xac\xbf\xb2\xe6\x88\xf0\x16\x59\x2a\x41\xc6\x09\x7e\x6d\x99\x7c\xc2\x51\x73\xf8\xad\x9c\x21\x2c\x0c\xec\xc8\xd0\x77\x07\x61\x33\x10\xf6\xd1\x08\xac\x98\x9a\x3d\x6c\x44\x29\xe2\x9b\xf7\x7b\xc8\x45\x24\x7d\x78\xaf\xc7\xbc\xa1\x51\xf7\xac\xcf\x5a\x4f\x6d\x5e\x2d\xe2\xbb\x67\x3b\x26\x61\xa0\xcb\xd1\x56\xc8\x55\x1a\x6e\x59\x59\x57\x18\x3a\x0f\x26\xc6\x80\x42\xe2\xa6\x26\xa9\x0d\x2b\x31\x3e\xa6\xda\x3d\x85\xb7\x2b\x18\x16\x63\x3a\x71\xb6\x0b\xb1\x37\x94\x14\x44\xca\x4a\x62\xad\x75\x89\x4a\xb8\x5c\x83\x26\x8c\xad\x5b\xcc\xd4\x16\x35\x01\x41\xde\xc3\x92\x4b\x08\xf8\x1b\xd0\x6c\x2a\xa7\x6e\xdf\xa0\x54\xf2\x15\x99\xb4\xa1\xb7\x44\xbe\x42\xa9\xac\x12\x8a\xf3\x1b\x89\xf2\x0d\x52\x43\x4f\x29\xda\xa6\xd7\xd4\xb8\xa2\x34\x9b\x65\xf5\xa5\x43\x93\x2f\xe5\x7c\xbf\x7c\x8f\x57\x8e\xa7\x1c\x4d\xab\x84\xee\xd4\x4a\xd2\x16\xb1\xbf\xbc\x65\x28\xa5\x8c\x92\xf9\x9b\xf0\x26\x06\x3e\x14\x74\x48\xc3\x9c\x66\xc9\x54\xc5\x4b\xd5\x7a\x00\x8a\x2a\xac\x7c\xa3\xf2\xe2\xaa\x4b\x87\xce\xb3\x21\x58\x25\x6a\xcc\xec\xf7\x69\x3d\x96\x10\xa9\xd4\x42\xb6\x68\x09\xd4\x4c\xdf\x23\x6d\xbb\xe0\x11\x3a\x6d\x2b\x84\x89\x8a\x0b\x2a\xf7\x09\x56\x21\x2e\x02\xa4\x77\xfe\x3e\xdb\xb0\x95\x78\xd8\x7a\xf8\x90\x39\xc9\xa5\xf1\x8c\x94\xb4\xee\xa3\x31\x9b\x78\x9e\x70\x37\x3c\x3b\xe0\xf5\xa1\xbc\x9d\xf3\x62\x79\x3e\xff\xc1\xbb\x4f\xb5\xc6\x17\xd0\xba\x50\x73\x84\xef\x75\x9d\xe9\x90\xa1\xef\x97\xd2\x30\x67\xc4\x7b\x22\xdf\xc4\x6f\xa4\xa8\x0b\x28\x70\x1a\x57\xbd\x61\x38\x67\x06\x07\xb0\x75\xe9\xbe\x52\xca\xe1\x7e\xbf\x57\x57\xa4\x41\x28\x0d\x39\x0f\x87\x26\x4c\xfe\x1b\xfa\x09\xd5\xce\x8a\x3c\x8e\xa4\xd7\xb0\x2c\xe2\x23\x52\x81\xf6\x59\x21\x14\xf1\x11\x8a\xf8\x08\x55\x67\x30\xb0\xa8\xea\xb0\xb7\x87\x6e\x8d\xe0\x39\xa3\x99\x20\xb9\xa3\x95\xd8\xdc\x53\x87\xb2\x2a\x21\x96\x41\xf4\x62\x4f\xbd\x87\x0e\x28\x3b\x07\xaa\xf3\xa5\x4f\xbc\x79\xf5\x5e\x29\x32\x43\x57\x2e\x58\x53\x03\x3e\xa2\x36\x56\x92\xa8\x20\x66\x88\x1e\x44\x6d\x39\x53\x84\x0f\xad\xe3\x27\xff\xaa\x3e\x2c\xe9\x2f\xa4\xdf\xff\xdb\x0e\xcb\x13\xd0\x2a\x3c\xc9\xf3\xd7\x5e\x55\x52\x22\xdf\x55\x7c\xd0\x2c\xce\x13\x65\x6a\xcf\x9a\x3c\x44\xde\xef\xc7\x60\x1b\xa9\x1e\x3d\x30\x9c\x23\x6b\xdd\x58\x20\x9c\x56\xed\x9d\xb5\xc6\x52\x6a\x98\xd1\xd8\x77\x84\xc1\x24\x8d\xa1\x4b\x53\xa1\x03\xf9\x72\x37\x98\xe8\xcf\xa8\x45\x9e\x61\x2c\x5e\x6a\xea\x15\xbf\x6e\x9d\x42\x00\xe8\x98\x7b\xa3\xa9\x8d\x59\x29\x44\xd1\x30\x76\x1a\x92\x5f\x9a\x16\x69\x4e\xca\x29\xf9\x01\x08\xa5\xda\x8b\xb8\xb0\xc6\x33\x38\xf5\x88\x4d\x81\x70\xbb\x11\x7d\xee\x3f\x8b\xd7\x36\xa7\x85\x6f\x6c\x4a\x8c\xb1\x69\x80\x48\x9d\x74\xbc\x9c\x24\x19\x06\x17\x74\x71\x86\xa7\x26\x0c\x01\xc2\xe5\x38\x1b\xd2\x6c\x92\x4c\x9d\x9e\x7a\xee\x4c\x89\xf8\x30\x3c\x0e\xc3\x66\x31\xb1\xed\x74\xec\xc1\xc5\xed\x09\x26\x3c\x43\x93\x59\x1d\x6e\x6d\xb3\xdb\xed\xdf\x0b\xa7\x49\x39\x2e\xe4\x80\xc1\x5f\x98\xfa\x99\x14\x38\x45\x69\xb3\xff\x02\x55\xa6\x3f\x63\xa2\x8b\xa7\xce\xbb\xdc\xf2\xd1\xd4\x41\x2e\x4b\xc4\x78\x39\xe9\x70\x05\x8d\xf5\x5a\xa3\x69\xe6\xdb\xe0\x2e\xe2\xdc\x9b\xd1\x62\x3f\x53\x28\x75\x76\x82\x4a\xab\x48\xca\x31\x85\xb1\x83\xf4\xd3\x1b\xaf\x04\x45\x2c\xd6\x6b\xef\x29\xce\xc9\xc7\x05\x38\xf8\x80\x23\x9b\x2a\x7f\xcd\x67\xa4\xbb\xe0\xa4\x24\x4c\x9b\x7f\x93\xae\x46\xba\xee\x82\x17\x97\x34\x23\x99\x39\x10\x71\xf7\x6c\x29\xba\x54\x80\x21\x12\x2b\x44\x77\x26\xa9\xe1\x50\xf2\x37\x15\x9d\xc5\xd4\x8d\xfb\x02\x5f\x86\x88\x77\x9e\x1c\x3e\x3c\x7f\x54\x3c\x3c\x3f\x38\x40\x97\xe3\xf3\x49\x92\x8e\xcf\x27\x75\x66\x26\x87\x3d\xff\x06\x39\x5b\xe9\xb3\xe4\x10\x5f\x27\xf1\x45\xc2\x86\x92\x13\x5f\xe8\x97\x5e\x3f\x14\xfc\x07\xbd\x09\x8e\x37\xe6\x28\x46\xfd\x12\x8d\xc6\x97\x13\x64\x20\x78\xf6\xe8\xfa\xe1\x99\x84\xa0\xe9\xe1\x34\xb9\x18\x9f\x4d\xf0\x15\xfc\x31\xbb\xe6\xc4\x1b\xfc\x15\xc2\x1f\xc3\xcf\x57\xc9\xe1\xc3\x57\x8f\xae\x1e\xbe\x32\x2b\xf1\x26\x39\x1d\xbf\x9a\xd4\x3c\x66\x75\x3e\x8e\x5f\x4d\x92\x37\xf8\x04\xfe\xc8\x73\x8e\xce\xe2\xab\xc7\x47\x28\x08\x2f\xf7\x82\xc4\x0c\x73\x2c\xf0\x09\x26\x38\x6f\x44\xaa\x93\xa8\x00\x56\xce\x15\x42\xc3\x69\x2a\xea\xd6\x76\x3a\xaa\x16\x42\x15\x8a\x3f\x2a\x53\xe8\x2e\x9d\xc5\xf2\x3e\x74\x62\x58\x8b\xd5\x3c\x2e\xc7\x1f\xc7\x87\x13\x89\x24\xa8\xaa\x94\x32\xc2\xcc\xff\x6d\x72\xf8\xf0\xed\xa3\xe2\xe1\xdb\x83\x03\x24\x39\x8b\xb7\x13\xa4\xe4\x86\x26\x90\xb7\xc7\xac\xbe\x8a\x15\x47\x1d\x0b\x67\x4c\x53\xbb\xf4\x72\x34\xac\x07\xe7\x5e\x10\xf2\xa1\xc9\xf8\xea\x70\x59\x54\x9b\x90\xb6\x5d\x8d\xc1\x4d\x9c\x66\x7c\x5f\xc1\xd7\x86\x4e\xd3\x30\x80\x92\xf7\x52\x1c\xc4\x59\x9e\x30\x40\xf7\xdf\x76\xb4\x76\xea\x0c\x1e\xab\xbd\x77\x6d\x9e\xe7\x55\x6d\xc0\xde\xf4\x94\x84\x45\x81\x2b\x1b\xc9\x59\x56\xd8\x28\x8d\x94\xbe\xa2\x19\x05\x0c\x49\x6a\xdd\xef\xff\xd1\x2b\xe4\x06\xd1\xeb\x81\x16\xcb\x05\x55\xd6\xba\xab\x46\xcf\xaf\x62\xb2\x6b\x85\x7c\x60\x59\xc3\xc6\x3b\xf3\xa8\x9b\x2e\x88\xfb\x32\xab\x5e\x30\xa0\x9d\x86\x76\xfe\x9d\x88\xb7\xdc\x89\x02\x13\x4e\xaa\xa3\x41\xe5\xf0\x78\xa4\xe1\x28\x8f\x1d\xb3\x11\x1b\xce\x39\x99\xe1\xa5\xb6\xf4\x34\xc3\x10\x38\xc5\x39\xa6\x08\x4f\x37\x5e\x8a\x74\x51\x63\xef\xe9\xdd\xa2\xbf\xec\x2a\x2a\xab\xc2\xa5\x7d\xf9\xde\x5c\x86\x96\xc9\x2f\xf1\x32\x79\x1a\x2f\xb1\xc0\x53\x84\x7f\x88\xff\x82\x39\xda\xc7\x1e\xca\xcc\xa3\x6e\xb3\xa9\x87\xe0\x6e\x48\x2c\xf9\x91\x28\xd7\x19\x72\xec\x0d\x23\xce\x2d\x77\x9d\xfa\xf8\xb5\xb1\x5d\x30\x8f\x96\xbb\x10\x09\x7c\xda\x68\x71\x9d\xb2\x2d\xdc\x1e\xe3\xc9\xae\x73\xe0\xf8\xc7\xc3\x11\x73\xea\x8e\x27\x41\x50\x11\xff\x1e\xa6\xa1\x12\x98\x6e\x6a\x27\x44\xa3\x02\xcf\xd3\x20\xec\x21\xc9\xb4\x8b\xcd\x51\x2a\xb3\x9e\xb0\x6b\x5f\x5f\x05\x91\xc2\x4a\x1c\xb6\x04\x38\x3d\xca\x71\x59\x77\xe1\x34\x5a\x56\x75\xd7\x4c\x78\x9a\xfc\xd9\xc4\x91\x42\xca\x77\x11\xd8\xff\x81\x5f\x62\xf9\x43\x89\xf7\x49\xd6\xef\xc7\x2d\x4e\x49\xa9\x8f\x7d\xeb\xb5\xf3\x1d\x6a\x6f\x35\xcb\xf5\x3a\x5d\xaf\x8b\xf5\xba\x37\xed\xf7\x7b\x79\xe8\x55\x20\x44\xdd\x5a\x8f\x00\xe7\x8e\xe2\x4a\x4a\x59\x17\xcf\x93\x74\xbd\xce\xfb\xfd\x9a\x1d\xae\xe9\x8b\xe8\x0b\x94\x7e\x77\x06\xaf\x01\x96\xfd\x7e\xaf\xe8\xf7\xe3\x6c\xbd\x9e\x6b\xda\x3c\xd3\xa3\x0b\xfd\x61\x6e\x0c\x76\x47\x50\x48\x56\x2d\xfd\x99\x49\x6c\xa1\xb3\x18\xc6\x26\x9b\x87\xd6\x17\x77\x6b\xbd\xe5\x2e\xbe\xc0\xcc\x1e\x11\xed\x88\x56\x6d\x0d\x66\x67\xb9\xd8\xf1\xc4\x8b\xba\x4f\xf4\x75\x34\x16\x37\x1e\x30\x58\x73\x6e\x8d\x8a\xf9\x2b\x53\x3f\x37\x90\x3d\xe8\x9f\x2d\xac\xc4\x5e\x3e\x01\xe9\xca\x2b\xa8\x26\x1b\x9f\x8f\xfa\xd9\x01\x78\xf4\x4f\x05\xe0\x8c\x37\xd1\x41\xad\x48\xd8\x4e\x0d\xb7\xcc\xe5\xa6\x14\x50\xe2\x9e\x1d\xe6\x8f\x94\x7d\x50\xb6\x09\x75\x1a\xe8\x63\x53\x3b\xd5\x38\xb6\x5b\xc6\x5f\xa3\xb6\x8d\x6e\xe1\x49\x8e\x49\x23\x6c\x25\x1a\xb5\x20\x3e\x64\x54\xbb\xa2\xae\xee\x4d\xb0\xa1\x39\x4d\xb2\xd5\x8e\x38\xde\xb5\x15\xfc\x28\xa8\xff\x7e\xd4\x1c\x67\xc9\x16\x62\x5e\xa7\xcb\x92\x5a\xd2\x7e\x9f\xfa\xc2\x6e\x64\x05\x98\x81\xac\xc7\x49\x64\xa9\xbf\x52\xd0\x44\x4d\x37\xb3\x27\x26\x01\xd8\xe7\x92\xca\xc3\x60\xf0\x4c\x13\x7a\x05\x61\xbc\x48\x6a\x07\x8b\xf2\xe1\x60\x3f\x03\x4a\x3f\x5f\xaf\x67\x76\xe4\x8b\xe3\x4d\x2b\xbd\x45\xff\x44\xcd\x88\x2e\x92\xde\x42\xb9\xe5\xb5\x5d\x0d\x69\x66\xc5\xba\xfd\xfe\x45\x5b\xf3\x21\x50\x46\xb4\xdf\xef\x2d\x5a\xb5\x0b\xd4\xa2\x7d\x13\x96\x9b\x11\x5e\xf9\x82\x08\xd4\x7b\xab\xaa\x03\x1a\xca\xd0\x3f\x16\xbc\xf6\xde\xe1\x43\xcb\x20\x7c\x51\xb7\x6d\xd4\x2e\x27\xa8\x0e\x38\x09\x64\xc1\xeb\xd9\xdb\xfd\x4f\xe2\x6d\xd4\x3e\x30\xed\xef\xd0\x84\xae\xd7\xa2\xcd\xbd\xf2\xee\xd7\x95\x16\x4f\xf6\xb7\xfc\xd7\x6e\x33\x70\xaa\xc7\xb4\x97\xd9\xbf\xf2\xf2\xa1\x9f\x08\xd5\xc8\x7c\xb1\xc9\xe8\x3f\xb5\x14\x5e\x3b\xef\x80\x23\xed\x54\xcb\xf8\x2c\xc6\x1c\xd3\x61\x8b\xb3\x8e\x12\x17\x68\x44\x93\xdb\xc3\x05\xcb\x16\x30\xdd\xf1\x7e\x40\x4d\x0c\x1e\x3e\x35\x4f\x83\xda\x19\xa0\xd1\x6c\xa3\x2e\xb9\xc9\xd5\x42\xc8\xdc\x55\x15\x68\xcc\x1b\xf8\x98\xee\xc4\x47\xfc\xb2\x05\x9d\xac\x97\x84\xe0\x9d\x48\x7a\x33\x3c\xb0\x7a\xa3\x02\x9a\xb4\xb8\x90\x26\x4f\xe3\x74\x1b\x2e\x38\x2d\x52\x0b\x46\x6c\x7c\x06\x52\x84\x18\x51\xd7\x09\xed\xfd\x50\xcd\x1f\x82\x5a\x3b\x6a\x7d\xc1\xe2\x74\xc7\xb1\xa9\xee\xa8\xf0\x20\x3e\x14\x64\x74\x9a\x54\x1a\x5e\xa1\xe8\x10\x72\xee\xf5\x8d\x30\xec\x80\x6e\xa4\xdd\x4b\xa1\x1f\xcd\x31\x34\xa0\x80\x50\xad\xa1\xd6\x7e\xf3\xab\xfb\x43\x84\x9f\xc4\x3f\x90\x98\x19\x64\xe4\x2e\x32\x63\xe3\x0d\x10\xb7\x82\x06\x78\xcc\x6b\x15\xf5\x71\xa8\x93\x7f\x92\xe7\x75\x35\xbd\x71\xe9\x85\x29\xf2\x94\xeb\x5e\x71\x88\x43\x6b\x84\x08\xc7\xf1\xcd\x06\x6c\xd4\xfb\xbc\x4d\xbd\xdf\x96\xb8\x51\xbd\xff\x24\xcf\x37\xeb\xf6\xbd\x49\xc8\x6b\xd6\xd6\x31\xd6\x46\x88\x03\x55\x71\x7d\xe7\x08\x84\x50\xd3\x9b\xc2\x06\x2b\xd0\x61\xbd\x60\x65\x70\xc7\xde\x3a\x1a\xe8\xd6\xd2\x4a\x8b\xaf\x05\x61\xcc\x62\x82\xc6\xb4\x68\x28\x78\xa1\x4a\x90\x7d\xa2\xeb\xbb\x56\x80\x7e\x4d\x0e\x47\x55\x35\xa3\xb9\x0a\x2d\x52\x99\x63\xf8\x4d\x7a\x59\x33\x37\x6e\x98\x8c\x70\x7d\x29\x3e\x35\x96\xc2\x3f\x2c\xf3\xfc\xda\x45\x1b\xb4\xdb\xd9\x12\x1e\x30\x7c\x30\x3a\xa9\x96\x88\x6c\x4d\x8b\x54\x25\x63\x5f\x19\xb7\x8e\x23\xe6\xd4\x5d\xa2\x42\xd8\xd3\x55\xbd\x62\xd3\x2d\xfa\xaa\xd7\xae\x49\x54\xd5\x53\xda\x3d\xa9\x40\xf7\x3a\x0a\x78\xa7\xcd\x54\xd6\x7b\xb9\x72\x88\xb9\x13\xec\x8b\x47\x1c\x7c\xb6\xd8\xb7\x2a\x62\x02\xce\xb0\xcd\x24\x70\x01\x9e\xb1\xd5\x34\x40\x51\x17\xf2\xd1\xb8\x6c\x50\x8b\xd4\xbf\x91\xe4\x9a\xe5\xeb\x44\xbc\x28\x8c\x1b\xb7\x6c\x58\xa6\x97\x2a\x42\x54\x1a\x04\xdb\x71\x31\x69\x8e\xe3\x3c\x49\x87\x10\xaa\x2a\x46\xc7\x91\x6f\xe9\x16\x8d\x52\x3f\x50\xe4\x71\xe4\x5b\x61\x45\xa3\xc8\xf7\xbe\x1f\x61\xab\x98\x88\xdf\x91\x58\x41\x19\x6e\x96\x08\x8d\x5c\x16\xaa\xaa\x8c\x66\x12\x54\x2d\x27\x65\x47\x80\x4d\x9f\x56\xf0\x6a\x3a\xa6\x05\xaa\xa0\xf1\xf2\x34\xcd\xe1\x58\x54\x30\x1d\x06\x8a\x7f\x6f\x50\xbe\x85\x3e\x66\x08\x5b\xf4\x72\x91\x09\xec\x0b\x81\xbf\xa5\xa5\x76\xd9\x6e\xc6\xe4\x97\xf6\xfc\xde\x0b\xaf\x86\x76\xb8\x2e\x8f\x0a\xbf\xb4\x4a\x16\xad\x96\xfd\x46\x56\xdb\x62\xd5\x7f\x0a\x5e\xc3\xed\xd6\x05\x59\xbc\xbe\x12\xd3\x58\xce\x1e\x61\x06\xe2\x26\xf0\xd6\x5c\x37\x46\x13\x18\x4c\xd6\xd4\xf2\x6b\xd5\xae\x72\x13\xde\xbe\xf0\xb8\x4c\x34\xd9\x0d\xf2\xb5\xd2\xbb\xdf\xef\xc1\x2d\xa1\x5c\xaf\x53\x35\xa0\x3c\xe1\x7e\xbc\xca\xa5\x15\x75\x6f\x80\x78\x8e\x09\xea\x2c\x7b\x46\x9d\xbb\x6c\x8e\x58\x1e\xb7\xbe\x07\x72\x1b\xfb\x15\x97\x5a\x71\xbb\x47\x58\x11\x70\x35\xa2\x5d\x68\x05\xce\x66\x74\xda\x26\x4f\x25\x2e\xbc\x0b\x09\xef\x11\xfa\xf6\x22\x8e\xe5\x8f\x51\xe8\x0a\xd4\x34\x1a\xda\xc9\x6e\x34\xf9\x04\x6e\x0c\x7c\x69\xa8\xc7\xbd\x2a\xfa\x38\x44\xbf\x02\xe2\xc0\xea\xc4\xc1\x8d\x3c\xbc\x60\x31\x70\x2f\x44\x67\x71\xab\x20\x0f\xad\x78\x12\x88\xf2\xf4\xd6\x71\x02\x7e\xae\x63\x6e\x81\x0b\x29\xd5\x15\x1d\x8b\x49\xb2\xa9\x3f\xd5\x1a\x74\x6a\x38\x71\x5f\xe7\x62\x2f\x77\x1a\x46\x5b\x5b\x41\x95\x86\x5b\x2d\x53\x6e\x19\x2f\x0c\x8f\xf1\xf0\xa1\xb6\x00\xac\xe8\x6b\xc5\xd4\x79\xac\x18\x66\x3a\xa6\x20\x4b\x44\x70\x11\xd3\xee\x72\x43\x71\x92\x7e\x94\xc3\x12\x82\x5b\x0b\x44\xe9\x62\x91\xeb\x57\x17\x92\xd1\x1c\xfa\x9d\x2a\x96\x11\xe9\x10\xde\x7e\x54\xfd\xf0\x36\x67\x0c\x1e\x8d\x54\x96\xbb\x4a\x9b\xc5\x7d\xa6\x92\x2b\xa1\xe4\x48\x5b\x84\x88\xab\x9a\xae\xe7\x9c\x88\xa7\xd7\x5e\x7e\xb3\xf2\x8b\x0d\x8f\x71\x36\x68\x8d\x98\x24\x57\x1a\x3c\xbe\x32\xad\x2a\x03\x6a\x8d\x56\xc1\x2b\xc7\x9f\x1b\x21\x21\xaa\x53\xff\x0c\x31\xf1\xac\xfc\x45\xae\xe7\x2b\xe9\x9a\x67\x63\xa5\x6c\xbe\x1a\xef\x54\x42\x3b\x6c\xf7\xa4\xcb\x5c\x79\x0c\x7f\xf3\x0b\xe9\xf7\xe3\x5f\x48\x22\xe2\xe8\x7b\x22\xf9\xb6\x81\xc4\xc3\x7b\x8a\x72\xa8\xdf\x83\x05\xa7\x97\xa9\x20\x11\x1a\xba\xd6\x4c\x30\x86\x6b\x07\xe2\x8d\x6f\x94\xf4\x13\x2f\x88\x93\x84\x73\x9a\x8d\x58\x15\xf8\x9d\xff\x85\xc4\x05\xa6\xa8\x3a\x3d\xad\x3d\x40\x33\x44\x6a\x9f\x4e\x5a\xf9\x40\xd3\x92\x00\xa7\x5b\x8d\xe7\x6d\x26\x26\x8b\x66\xf5\x0f\x95\x13\x85\x98\xb7\xda\x87\x6b\xa8\xcb\xe1\x6b\x77\xca\x81\x71\x38\x6f\x1a\x87\xa3\x51\x83\x8c\x13\x84\x7f\x8a\xe1\x75\x26\xbf\x00\xec\x69\x51\x02\xb7\xec\x3e\x6e\x2f\xc5\xbe\xc0\xc3\xca\x77\x5d\x6b\x54\xde\xa9\x18\xb9\x7a\xa6\xa3\x36\xc5\xfe\xcb\x14\xeb\xa3\xad\x65\x8b\x84\xbe\xb8\xaa\xe0\x9e\xe5\xf1\xda\x78\x15\x3c\xaf\x1a\xf1\xca\x1a\xe7\xe8\x48\x26\xcc\xc6\xab\xd0\x44\xc7\x3a\x96\x7b\x75\xc5\x6c\x54\x43\xcb\x62\xf7\x92\x24\x66\xf2\x3e\xa4\xe0\x63\xdc\xbf\x8c\xa2\x03\x79\x55\x68\x5c\xea\x98\x71\x6d\xaa\xcd\x8b\xd4\x9b\x06\x45\xea\xfc\x06\x55\x88\x3a\x4d\xaf\xd6\xeb\x66\xfb\x01\x39\xdb\xbf\xa3\xa0\x5d\xe8\x58\x4b\xa2\x3c\x76\x73\xbd\x8e\x06\xff\x2c\x0b\x36\x48\x17\x34\x0a\x0d\xb6\xd4\xe0\xd2\x63\x3e\x4e\x27\x6d\xa3\x8a\x0e\x52\x34\x52\x45\x83\xab\xe1\xa6\xd1\x8c\x53\x98\x3d\xf8\xf9\xe0\x63\xaf\xdb\xd6\xd6\x5d\xb6\xef\xfb\x77\x63\xdb\x7e\x73\xd0\x4b\x15\x22\x65\x1d\x31\x6a\x0f\xea\xf6\xc0\x0d\xdf\x1d\xe1\x16\xec\x48\xed\x4c\x5c\x17\x9f\x18\x41\x5a\xbb\xf8\xa4\x38\xd2\xbc\x92\xd4\x5f\x04\xa8\x81\xc5\xde\x8e\x89\x4b\x1c\x65\x64\x96\x2e\x73\xf1\xc6\x0e\x2b\x42\xe8\x98\x8f\xe9\x64\xc3\xa0\xa3\x03\x7a\x33\x14\xa2\x21\x0a\xe9\xfe\xa2\x4d\xed\xdb\x02\x7b\xe2\x90\x6d\x4f\xa1\x90\x73\xda\x65\x63\x70\x3a\x37\x9b\x3e\x69\x09\x19\x54\x3f\x67\x4c\x26\x9d\x16\x6d\xb1\x30\x4f\x5d\x95\x67\x6e\xeb\xbd\xcb\xd8\x70\xb8\x6e\x6a\x88\x6a\xce\xfc\xd6\xcc\x31\x6f\xed\x8c\xb9\xce\x98\xd7\x99\x5e\x4f\x78\xfc\xea\x25\x87\xee\xd4\x54\x6e\x90\xb6\xe9\x1d\xac\x6b\x03\x9b\x33\x30\x0b\xeb\x38\x31\x06\xaa\x4e\xcd\xed\xc2\xb1\x1c\x70\x4f\x91\x3b\xd5\x45\x2a\x6d\x7b\x98\xea\xfc\xea\x6e\xe1\xd2\x1b\x59\x37\xf2\xf9\xf1\x97\x96\x6e\x81\xdd\xdd\x98\x1b\xc4\x69\xdd\x3c\x76\xbc\x41\x78\x40\xc6\x62\xa2\x44\x17\xcf\x52\x56\x30\x3a\x4d\xf3\x18\x75\xbc\x70\xa5\xad\xd1\x58\xdb\x40\x15\x4a\xd4\x1d\xac\x76\xd9\xf9\x06\x53\x0b\x1b\xa9\xcd\xbb\x26\xb3\xdf\x38\xf1\xb0\xdc\xd6\x99\x6f\x0e\x28\xeb\xc3\xc0\x99\x5a\xbe\x6b\x78\x1e\x60\x75\xa9\x4a\x91\x30\xcf\xeb\x53\xa0\x7e\x29\x6e\xe0\x33\x69\xcc\x27\x4a\x6d\x82\x10\xce\x93\xba\x7c\xbb\xb0\x6f\x2e\x8c\xbc\x3a\x65\x59\x57\xb9\x2b\xe8\xa6\x67\xc5\x52\x80\x25\xb7\x79\x4e\x22\x87\x0e\xea\x69\xea\x94\xea\x65\xf2\x8b\x55\xc2\x2c\x95\x52\x9d\xfa\x4a\xf5\x58\x6c\xb9\x87\x16\xb8\xc4\xcb\x8e\xe4\x8a\xe3\x22\xf9\x13\xbc\xd3\x00\xfd\x8b\x64\xb6\x39\x42\xf6\x7e\xda\xef\xc7\xcb\xa4\x70\x8e\xaa\xc0\x83\x32\xdc\xe1\xb0\x18\x86\x72\x1b\x8a\x55\xdc\xd4\xb2\xc2\x1c\xe1\xa5\xa4\x4f\xea\x72\xac\x92\x41\x42\x6f\xda\x19\x2d\x2b\x54\x21\x4c\x11\x0e\x0c\x23\x15\x9f\x4a\xfa\xfd\x9e\xd2\x53\xd2\xf2\x89\x17\x4b\xb2\xdf\x8f\xfc\x10\x7a\x11\x14\x99\x16\x19\x39\x8e\x79\xd2\x42\xbd\xf2\x21\x51\xb0\x55\xfe\x6e\x8e\x6b\xdf\xb1\x9b\x32\x1a\x3d\x8f\x89\x8a\x84\x59\xaa\xb0\xb6\x35\xf9\x0f\xc5\x1c\x13\x84\x46\x5e\x96\x92\xe8\x50\x0c\xf1\x28\xe1\xa9\x40\x85\xf0\xd2\xb3\xea\xfd\x73\xc0\xf5\x5e\x6f\x16\x3c\x28\x78\x1e\xf7\xf4\xe3\x05\x4e\xb2\xe5\x94\xc4\x10\x0f\x36\x79\x2c\xd6\xeb\xff\x21\xea\x46\x83\xdc\xf3\x03\xc9\xe8\x8f\x74\x85\xf5\xba\xa7\x4b\xe8\x96\x5c\x31\x37\x98\xff\xa9\x09\x69\xc5\xd6\x5b\x06\xf7\x1d\xe7\x6f\xbc\x81\x32\xaf\xfd\xff\xae\xb7\x2f\x4f\x14\x3a\x8b\x7b\xca\x6a\x20\x66\xed\xde\x00\x6b\x7c\x11\x41\xc3\x59\x3a\x15\x05\x07\xf1\xb5\x8a\x10\x03\x2c\x50\xa5\x5e\xff\xae\xd7\x31\x4b\xfe\x4a\xd4\x07\xee\xb1\x20\x68\x9c\xd9\xce\xe0\xc0\x01\x54\xf1\x43\xaa\x1e\xfb\x22\xea\x36\x74\xbf\xaf\xcd\xc5\x17\xbc\x10\x85\xc4\x94\xe1\x3c\x2d\x5f\x5d\x31\xe3\xc8\x45\xc5\xa0\xa2\xd8\x8b\x4f\x83\xd6\x6b\x5d\x49\xb9\x66\xb4\xa1\x83\x83\x52\x78\x75\x99\xe6\x4b\xc9\x10\xa2\x0e\xc4\xd0\x66\x56\x40\x52\xa9\x79\xd6\x6a\xff\x91\xb8\x41\x58\x0e\x48\x23\x7c\x84\xeb\xe1\x72\x52\x93\xe1\x07\xcb\xf1\x88\xe7\x36\xb6\xbc\xc9\x93\x55\x08\x21\xfc\x57\x92\x34\x03\xef\xfc\x8b\xac\xd7\xf1\xbf\x1a\x57\x65\x98\xa7\x7f\x49\x3e\x35\x54\xf1\x25\xfd\x48\x19\xc2\xff\x22\xb5\x10\x1a\xce\x6f\xda\xdf\x9d\x01\x95\x1d\x51\x52\x80\xd5\x94\x0a\x28\x45\x86\x1f\xc8\x35\xc2\xbe\x9b\x3f\xa2\x43\x19\xc6\x22\xe1\xc3\x92\xb2\xf3\x65\x9e\x72\x79\xf7\x83\xe8\x8d\xda\xf7\xda\xff\xd7\xee\x7b\x0d\x02\x60\x6d\xf2\xbc\x06\x51\xab\x22\x13\x39\xd8\xf3\x73\xd4\x4c\xd4\x3e\x87\x6c\x08\xde\xd3\xd3\x79\x5a\x3e\x4b\xf3\xa9\xd2\x20\x6b\x33\x14\xeb\xd4\x41\x45\xf0\xb7\x9e\xc1\x6b\xc1\xbf\x54\xd9\x96\x34\xd3\x8b\x9f\x55\x6f\x8a\xd4\x53\xc0\x99\xc3\x07\x72\x5d\x0f\x98\x04\xb1\x33\xc9\xb5\xca\xa6\x2c\x6b\xcd\xa7\x2c\xbb\x41\x84\xaf\xbf\x93\xd8\xd6\x45\x7e\xc8\x31\x68\x43\xbf\xda\x68\xeb\x47\x67\x41\x31\xd6\x0c\xff\x05\x65\x64\x7a\xe5\x3b\x9b\xf2\xa8\x43\xcf\xb1\x28\xad\x80\x37\x6c\xdc\xd4\x64\xe8\x74\xf5\xe6\xb5\xb1\xbe\x55\xdd\x95\xd4\x67\xea\x4a\x37\x5f\xb5\x17\xb6\x52\xcb\xad\x18\x75\xa8\x6f\x8e\x05\x4e\x71\x89\xf3\x44\x45\xc5\x4c\x2c\xdc\x70\x5c\x24\xd4\xbe\x98\xb1\xf6\x35\x85\xc1\xa9\xf5\x3a\x96\x3c\x87\x73\x16\xa6\x96\xf0\x03\xb9\x96\xc7\x18\xce\xe5\x89\x99\x03\xf0\x31\x73\x86\x41\x71\x99\xc4\x69\x92\x23\xd3\x70\xbf\x6f\x17\x71\x08\x9e\x46\xd0\x7a\x5d\xa2\x51\xac\xc3\x45\x33\x2f\xb0\xbd\xbf\x8f\xf8\x86\x6d\xc4\xaa\x8a\x0c\xb7\x98\x61\x24\xcf\x08\x26\xc3\xe7\x64\xc1\xc9\x54\x66\xe9\x68\x7f\xc9\x4b\x99\x1c\xf0\x84\xc9\x95\x4c\xd2\xdc\x97\xaa\xfb\xc6\x25\x28\x5a\x9d\xbc\xc5\x64\xe8\xb7\xfe\x9a\x84\x09\xc6\xbb\xcc\xcf\x2e\xfd\x79\x2a\xd2\x37\xbe\x1b\x9c\x3f\x41\x5e\x51\x28\x4d\x48\xb2\x94\x9f\x46\xaf\x99\xfc\xe8\x7d\xf8\x1d\x3d\x81\x52\xe0\x3e\x46\x91\x29\xe3\x49\xe8\x8f\xfb\xbb\x0f\x52\xc4\x55\x9d\x85\xbb\x1c\xf7\xd4\x9d\x72\xec\x2a\x1f\xf8\x44\xd9\x58\xb8\xda\xe8\x08\xc6\xbe\x44\x52\xa2\x42\x13\xd0\x63\x8b\xa4\x1a\xa7\x89\xe7\xe3\x08\xd7\xa2\xcc\x17\xd8\x57\x37\x8d\x8a\x40\xfb\x04\x9e\xd1\x53\xca\x88\x0e\x25\xde\x09\x7c\x65\xa4\xee\xe1\x7d\x69\x98\x88\x14\xb7\x49\x5b\x6c\x8c\x86\x74\x68\x5b\x0c\x9e\x22\xfa\x10\x57\xba\x02\x03\x8e\xd4\x93\x41\x96\xcb\xb3\x72\xca\xe9\x99\xdc\xcc\xb0\x9f\x93\xc7\x4d\x7f\xc0\x74\x16\xbb\xa8\xab\x25\x38\xad\x45\x7c\x18\x06\x18\x15\xc9\x63\x1d\x9c\x6c\x2a\x57\x00\x64\x9d\x58\xa0\x5e\xd2\xb8\x90\x84\xa0\xac\x47\xa6\x96\x2d\x82\x97\x7d\xde\xee\x90\x4e\xa0\xca\x3d\x11\x8a\x02\x54\xf1\x07\x16\xf8\xf0\x8b\x05\xa6\xf6\xa2\xb0\x63\x3c\xf5\x20\xcd\x70\xba\x1c\x6f\x1c\x4c\x18\xa6\xd9\x9c\xf1\x34\x24\x33\xfd\x7e\xbc\xb1\x01\x5c\x0c\x75\x0b\x3f\x93\x8b\xe2\x32\xcd\x9f\xcd\xc9\xf4\x03\x70\x05\xc5\xf0\xf4\xc2\x28\x65\x4c\xa4\xe4\x7e\xbf\x2d\x75\xc8\x89\xe0\x94\x5c\x92\x1f\x53\x41\x4a\x08\xb4\xe5\x01\x49\x07\x3d\x07\xe8\x6c\xb8\x24\x6e\x5f\x13\x7d\xbf\x90\x0c\x7f\x7b\x30\x6f\xad\x87\x8a\x40\xf3\xaa\x9d\x1a\x6f\x98\x71\x04\x7a\xf8\x08\xe1\xcd\xf9\x5a\x1d\x1f\x21\x34\x8a\x94\x3a\x56\x28\x4f\xc9\x1b\x91\x22\xa2\x59\x84\x94\x2f\x68\x75\x89\x47\x08\x97\x95\x20\x29\xcf\x0a\x13\x59\xad\xee\x1f\xde\xf7\xec\xe3\xcb\xac\xea\xfb\x06\x1c\x72\x42\xdc\x38\x20\x7e\xc7\xfa\xef\x48\x80\x1d\x93\x1c\x92\xe1\xca\x8d\xa2\xb7\xe3\x79\x47\x57\x61\x5e\xd5\xbb\xc5\x9f\x0a\x15\x3a\x14\x5e\x1e\xc2\xab\xc3\xee\xac\xe0\xdd\x2f\xbf\x58\x91\xea\x4b\x7d\x5f\xee\x2a\x97\x47\xdd\x39\x18\x9d\x95\xf0\x92\x51\x52\xa5\xf7\xa8\x6a\x19\x59\x8b\x39\xcd\x7f\xfb\x91\xdc\x9a\x64\x17\x8c\xb7\x6a\x4e\x83\x9a\x8d\xe8\xf8\xa4\xfb\xb4\xb5\xc5\xd3\x92\x27\x9f\x6b\x71\x97\xe9\xc4\xa5\x0c\x47\x2d\x31\x92\x75\x90\x7e\xbe\xcb\xf3\x96\xff\x20\xbe\x79\x12\xe8\xf8\x2b\xce\x3c\x6d\xd3\xb0\xb0\x2f\xc0\x65\xd8\xa7\x77\xa8\xd3\xfe\x26\x97\xba\xe0\x01\x8a\x72\x82\xfc\x94\x6c\x3e\x96\xc6\x24\x88\xca\xbe\xd3\x61\x97\x3f\xb5\xd6\x43\x71\xef\xd9\x75\x78\xb2\x19\xde\x6a\x6e\xf2\x56\x18\xc4\xec\x6d\xef\xcf\x9f\xc0\x56\x27\x5c\xb0\x09\x22\x8d\xce\xa5\x4a\xee\xd2\xb2\x5b\xb0\xfc\xba\x9b\x5e\xa6\x34\x4f\xcf\x72\xd2\xbd\x9a\x13\xd6\x9d\x2e\x4b\x51\x5c\xe8\xdd\xa1\x78\x8c\x19\x49\xc5\x92\x93\xee\x2c\x4f\xcf\x55\xb5\xa8\xaa\x30\x19\x9e\x9e\x51\x96\x25\x3f\xc8\x5f\xe7\xcb\x94\x67\xc9\x2f\xf2\xa7\x0a\x72\xfa\xa2\x7c\x92\xd3\x4b\x92\xfc\x05\x93\xe1\xb4\x20\x7c\x4a\x5e\x64\x09\xc3\x64\x98\xd1\xd9\x4c\xf1\x32\x9b\xc2\x71\xd9\xb7\xe6\xcc\xbe\x82\xc6\x34\x79\x99\x8a\xf9\xf0\x82\x32\xd0\x5d\xe3\x42\xb1\x89\x69\x72\xf8\x30\x7d\x44\x1f\xa6\x07\x07\x88\xce\x62\x32\x4e\x27\xbd\x24\x11\xe3\x74\x82\x56\x45\x92\x76\xce\x38\x49\x3f\x54\x86\x83\xed\xf7\x99\x32\xdd\x91\x1c\xae\x31\x56\x3e\xc4\x79\x02\x6f\x91\xf4\x46\x2b\xdc\x50\x96\x09\x1d\x14\x78\x9a\x1c\x3d\x9c\x3e\x4a\xe8\xc3\xa9\xe9\x84\x0f\xa6\xaa\x1b\x36\x98\x4e\xd0\x6a\x99\x4c\x07\x47\xba\xab\x32\x61\x83\xe5\xa0\xc0\x79\xc2\xe5\x5f\xbd\x3e\xab\x19\xe5\xa5\x50\x04\xf2\x05\xcb\xc8\xc7\x51\x81\xd3\x2c\x23\xd9\xb3\x62\xc9\x04\x3c\x29\xb8\x28\x2e\xcd\x67\x0e\xc0\x55\x27\x05\x40\xea\x6d\xf1\xa7\xb4\x9c\x27\xcf\x6d\xaa\xfc\x7c\x5b\xd4\xa1\xd8\x7c\x47\x64\x1c\x7d\xbd\x56\xcf\xb1\x41\xe4\xba\x21\xaa\x3b\x4f\x1e\xdb\x79\x33\x8d\xa0\x17\xe9\x07\xa2\xcd\x10\xc6\x7c\x62\x3c\xdf\xb0\x96\xf8\x68\x46\x78\xd6\xb5\x4c\x48\x84\xd3\x24\xba\x07\xd7\x7b\xb7\xf9\xee\x45\x07\xbc\x13\x9d\xa5\x25\x1c\x4c\x6a\x21\x6c\xd5\xe7\xc5\x14\xf8\x54\x57\x33\x02\x63\x3d\x10\xf3\x09\x2a\xe0\xbd\x46\x46\x44\x4a\xf3\x11\x1b\xd3\x09\x56\x67\xe4\x68\xb5\x28\xe0\xfc\x1c\xa5\x55\x05\x91\x05\x85\x04\x1f\x20\x64\xcd\xe1\xe2\x53\xec\x1b\x75\x3d\xd3\xbc\x51\x72\x8d\x89\xd3\xff\xba\x7b\x71\x81\x6b\xee\x53\x93\x9f\x6c\x8a\x93\x67\xc9\x74\x7f\x09\x34\xe4\xbf\xd0\x3e\xe8\x2a\x1c\x06\x86\x80\xf0\xa3\x24\x88\x58\x10\x04\xff\xfc\xff\x88\xae\x54\x12\x11\x74\x72\x4e\xb4\x2f\xc9\xa0\xe6\x34\x21\x8d\xc2\x7f\x54\xee\x55\x68\xc1\x5a\x2a\x64\x2d\x15\x7e\x26\x65\x6b\xe3\xf3\x96\xb2\xda\x79\x76\xb3\xf0\x4c\x15\x96\xe7\x63\xcd\x6d\x33\x4c\xf7\xef\xa4\x43\x86\xcb\xc5\x39\x4f\x33\x99\x6f\x6e\x5c\xc9\x53\x82\xdb\xc5\x5f\x04\x47\xa7\xa7\x44\x9e\x8d\xcb\xdc\xc9\xbf\x20\xa4\x2f\xf0\xdb\xb2\x70\x28\x45\x82\x4b\xc0\x3d\x08\x24\x14\xe1\x71\x44\x3e\x2e\x0a\x2e\xca\x08\xb7\x14\xb2\xa2\xa6\x09\x8e\x43\x2a\x14\x2d\x4b\xd2\x2d\x05\xa7\x53\x11\x75\x6e\x3a\xb2\xcd\x53\x31\x2a\x3c\xbc\x22\x6c\x79\x41\xb8\x24\xb7\xa3\xde\x21\x3e\x27\x62\xd4\x12\x9f\x5a\xdd\xf0\xaa\x6d\x2d\x36\x11\x76\xef\xc6\x9b\x55\xb7\xf6\xb4\x15\xb9\xf6\xee\x74\x6b\x2b\xfb\xf7\xef\xe3\xdf\xed\xfa\xf6\x5b\xd8\xbf\x5f\x7f\x07\xde\xae\x5f\xbf\x85\xfd\xfb\xf5\xf6\xe6\xed\xba\xf5\x1a\xd8\xda\x6b\x0b\x5d\xdb\xbb\xc3\x96\xba\x55\xfb\x3e\x95\x05\x53\x51\xf0\xf2\xde\xb4\xb8\x58\x14\x8c\x30\xb1\x6d\xc7\xba\xe2\x4b\x41\x73\x59\x29\xcf\xd3\x45\x49\x06\x20\xdb\xde\x52\xd0\x26\xd4\x77\xb8\xe4\x85\xef\xb6\xc7\xc9\x30\x4f\xaf\x8b\x25\x08\x98\xd3\x73\x2d\x41\xb5\x47\xdc\x53\x0a\xd6\xd9\x65\x42\xd4\xd5\x44\xe6\xb7\xa5\x05\x1f\x7e\x03\xc6\xae\x1a\x84\x39\x5d\x96\xc4\x87\x98\x0f\xed\x74\xfe\x46\xc5\xfc\x75\xca\xd3\x8b\x12\xc5\xfe\xbc\x40\x34\x90\x13\xd1\xa5\x89\x15\xf7\x98\x87\xd6\x0f\x4c\x0c\x9d\x5e\xe2\x32\xc7\x0f\x26\xc7\xfe\xc7\x68\x0c\xdc\x6b\x7c\x88\x01\x16\x92\x58\x21\xc9\x89\xf7\xea\x2a\x0c\x4f\xfa\x60\xe6\x15\x21\xd5\xb7\x68\x03\x44\xa7\x0d\x38\x2d\xd6\xb1\xda\xc8\x7d\x34\x9e\x54\xb2\xad\x22\xa1\xe3\xc3\xc9\xf1\xfb\x2f\x56\xbc\x1a\x7d\xb1\x92\x1f\xd5\xfb\x11\x77\xaa\xa3\x46\xa3\xd6\x61\x13\xb8\x6a\x1d\x4e\x0b\x36\xa3\xe7\x4b\xc0\xdd\xa4\x77\x88\x30\xab\x10\xf2\x07\x93\x30\x0d\x63\xfa\x6f\x08\xe3\x06\xee\xf8\x30\x6e\x64\x76\xda\x90\x6d\x2f\x18\xdb\xc7\xf8\x0e\xd2\x4a\x99\x1b\x8d\x22\x14\x02\xbc\xd1\xc3\x5e\x00\xb7\x7a\x9a\xc2\x31\x3a\x4d\x70\xff\x4c\xfe\xb5\xa4\x9c\x64\x16\xec\x1c\xf4\x93\xab\x06\xb4\xb8\xd3\x6a\x21\x0c\x66\x2f\x7e\x8a\x86\x90\x97\x24\x2f\x65\x6c\xb8\x94\x7c\xc8\x4c\xc4\xc3\xe1\x50\x78\x36\xe0\x7e\xa9\x84\x61\x5e\x61\x82\x2a\x7f\x5b\x52\x8d\x21\x69\x52\x78\x4b\x22\x2f\xa1\xc1\x4e\x4e\x75\xb1\x32\x28\xe6\x56\xae\x75\x79\x4a\x5d\x29\x97\x95\x5a\xb6\x54\xeb\xbe\xc9\x75\xa5\x65\x0b\xca\x36\x60\xa8\xee\xc1\x12\x26\x63\x3e\x71\xf1\xcd\x3c\xc5\xa0\x25\x60\x1c\x93\x0a\x47\xfa\x0b\xfa\x36\x39\xcb\x8e\xa5\x77\x1e\xe5\x77\xb6\x15\xf5\x9d\x80\x85\xef\xe8\xc5\xc6\x4f\x01\x27\x53\x30\x0e\xb7\x21\xb8\x73\x77\xb0\x63\x98\x7a\x00\x72\x94\xd5\xf6\x53\x45\xdd\x3d\x6f\x72\xa4\x6c\x3c\x29\xee\x7e\x4e\x14\xb3\x59\x42\x86\x05\x4b\xc8\x70\xc9\x8a\x33\x88\x52\x2f\xe9\xbe\xfd\x19\x90\x7a\x9e\x68\x54\xdf\xb1\xa6\x58\xef\x0d\xb9\x06\x40\x8d\xba\xc5\xac\xcb\x90\xba\xb1\x91\x8f\x8b\x94\x65\x5e\xb8\x78\x8a\xb9\x15\x06\xa7\x59\xf6\x4a\x75\xad\xcd\x98\x41\xc2\x80\x9c\x25\x31\xaf\x70\x64\x06\x07\x58\x60\x47\xca\xfd\xf3\xe8\xb3\x0e\x52\xdd\x84\x77\x8f\xd3\x41\x14\x46\xea\x01\x38\xa0\xeb\x77\x1d\x6b\x9a\x65\x3f\xd2\x52\x10\xb0\x20\x30\x01\xca\x44\x08\x31\xa6\x60\xc5\x2c\xbd\x28\x3e\x45\xcf\x0a\x10\x3b\x3b\x9f\xcd\x54\xef\xb3\x59\x52\x6c\xdf\x1b\x0a\xdf\xcd\xd5\xe7\x1e\x90\xa4\xc1\x8c\x92\x3c\x1b\x64\xa4\x9c\x72\xba\x90\xbb\xc0\xdb\x34\x93\xd0\x80\x26\xd8\x0e\x96\xae\xcb\x4b\x2e\x6c\x5e\x98\xcd\x24\xb1\x0f\x2c\x1e\x80\xa2\xdd\x38\xa5\x8b\xd4\xce\xf4\x6c\x0d\x95\x62\xb1\x07\xa2\xe4\x86\x13\x11\xde\xef\xc7\x8d\x2a\xcc\x56\x61\xfd\x7e\xe4\x58\xd3\x88\x32\x99\x17\xf9\x27\x10\xa4\x79\x0e\x6f\x18\xaa\x6e\xb1\x83\x69\xf9\x83\x84\xcf\x73\x0b\x9e\x44\x40\xaa\x97\xd0\x72\x8f\x17\x10\xe2\xdd\xcf\x00\xf8\x78\xb0\x39\x0a\x61\xd3\x62\x89\xd9\xef\x47\x96\xfe\xc9\xb9\x88\x7e\xbf\x27\x86\xa7\xa7\xb4\x7c\xa6\xad\x36\x9e\x9b\x95\xad\x62\x82\x76\x90\xc5\x76\xee\x79\xbf\x95\xbe\x05\xd8\xf4\x71\x1d\xc0\xa6\x65\x92\x64\xe8\x69\x2c\x15\xb9\xef\xf7\x5b\x12\xe3\xfd\xa6\xe7\x28\xf9\x5e\x84\x7f\xd7\x46\xf8\xe4\xc7\x41\x0b\x83\xd9\x86\x3d\x2d\xc7\x2c\x6f\x1e\xb3\x2c\x78\x6e\xa5\x25\x73\x1c\x44\x72\x6c\x4c\xfd\x63\x96\x9a\x63\x16\x68\x92\x8f\xbb\x28\x66\xe8\x18\x2c\x6b\x18\x1a\xb5\x74\x2b\x9a\xdd\x06\x8e\xb1\xad\x2b\x6c\xe7\x03\xbb\xa5\xdb\x2e\xf4\x00\x0f\x8e\x40\xae\xb9\x85\x2a\xee\x09\x8e\xdd\xe3\xd2\xa1\xcf\x9d\x43\x39\x37\x2e\x36\x69\xb8\x0d\xde\xda\x32\xdb\x3c\xe3\x4d\x80\x56\x33\x66\x98\xcb\x19\x37\x31\xf7\x5e\xc1\x33\xc2\x49\x36\x28\x49\x0b\xa7\xf2\x29\xb7\x62\x07\xf8\xe1\x8e\x50\xa6\x02\x35\xfb\x00\xf5\x36\x4a\x87\x4e\x2e\x45\x2a\xe8\xb4\xab\x55\x2a\x81\x44\x52\x96\xab\x74\x39\x55\x49\x39\xf7\x9c\x92\x37\x44\x6c\xb6\x04\xc8\x69\x29\x6c\x34\x9e\x92\xfe\x42\x92\xc3\x2a\xcd\xf4\x9b\x2e\x39\x2e\x9e\x88\xf5\x5a\x2b\x42\x96\x34\xd3\x9a\x1f\xad\x2e\xf1\xba\x30\xcf\x76\x64\x83\xf6\x99\x91\x3c\x03\xc6\x7c\x22\x2f\x1e\x92\x6b\x34\x46\x54\xd0\x0f\x35\xe6\xc5\x6a\x24\x3a\xbc\xc3\x1d\x3b\xa6\xb3\x18\xec\x46\x65\x77\x68\xa5\xd5\xfd\xf2\x43\xc1\x18\x42\xee\xaa\x08\xe6\xde\x2b\xaa\xc7\x83\xa3\x7e\x9f\x9a\xe8\xe5\x02\x1b\x8b\x16\x3d\x4c\x8d\x61\xbd\xc3\xca\x18\x0a\x55\xd6\xba\xd2\xac\x80\xf5\x92\x2c\xeb\x54\xf3\xb4\x94\x48\x41\x67\x71\x90\x8e\x4c\x7d\x3d\x98\xfa\xe4\x82\xd7\x59\xb5\x59\x8e\xc5\xa4\xb2\x91\xc7\x37\x36\xad\x1b\x0e\xe0\x71\x3f\x49\x1a\xdb\x05\x19\x56\x46\xf1\xfd\xc2\xc5\x4d\x3c\x40\x44\x59\x3f\xba\x0d\x73\x34\xc1\x92\xe7\xd7\xda\xf1\x6d\x35\x63\x28\x57\x09\xa5\xf2\xa8\xd9\x7a\xc9\xf1\x98\xab\x6d\x35\x2d\x16\x32\x5f\x36\x44\xe4\xce\x8d\x35\x66\x78\xb8\x2f\xd9\xa5\x1d\x28\xdc\x31\x83\x11\xf6\xc9\x83\x57\x03\x91\x1a\x00\xdb\x80\xea\xee\x31\xb0\x13\xa0\x84\x1d\x3f\x26\x0a\x07\x2c\x98\xe5\xcd\xc6\x3b\x38\x45\x0b\xd5\xe0\x84\x65\x84\x0f\x2e\x8a\x0c\x64\x6c\xe5\x3d\xf7\x2b\xa3\xd9\x80\xb2\x92\x70\xf1\x2b\x1c\xea\xfa\xd2\xa2\xc8\xa5\xc2\xb4\xd3\x92\x88\x97\x7a\x34\xc6\x0f\x7c\x8c\x92\xc7\xf1\x6a\x9a\x2e\xd2\x33\x9a\x53\xc9\xe6\x6b\x97\x49\xa7\x17\x61\xc9\x67\x5e\x91\x38\x7a\x30\x3c\x7a\x10\xe1\x55\x46\x4b\xc9\xc5\x3d\x59\x8a\x02\xfc\xc2\x53\x76\xae\xc6\xa1\x56\xc9\x74\x16\xa3\x55\x85\xc1\x96\x28\xcf\x6d\x9a\x96\xf2\x49\x9e\x8b\xe1\xe1\x70\x48\x27\x09\x1f\x2e\x8a\x12\x74\xa2\x69\xde\x61\x10\x69\x98\x83\x85\x5a\x86\x2a\xac\x1e\x06\x04\x4d\x6a\xcb\x04\x3f\x4d\xf6\x0d\x54\xb4\x92\xf8\x73\x87\x85\x52\xdd\xfd\x1f\x5b\xa8\x91\xea\x85\xe4\x44\x6e\x7d\xfd\xfc\xb3\x6d\xe5\xd0\x8a\x0c\x75\xa9\x44\x34\xd6\xc6\xd0\x70\xdb\x10\xaf\x12\x82\xed\x32\x8b\x70\x99\x39\xa6\x58\xd8\x65\xfe\x5c\x6b\x7a\x45\xf3\x7c\xa0\x1b\xff\x7d\x55\x6f\xb3\xaa\x6d\x3b\xee\x0e\x2b\xbd\xe7\xaa\xf2\x82\x66\x84\xdf\xbb\x48\xa7\xbc\x28\xef\xf1\x25\x13\xf4\x62\xef\x6d\x19\x5e\x7f\xad\x05\xdf\x22\x9d\x7e\x48\xcf\x49\x39\x26\x13\xf7\x7c\x81\x7b\xfc\xd4\xf0\x3c\x2f\xce\xd2\xfc\x36\x77\x51\x92\x4e\xe7\x01\x83\x2c\x59\x92\x9a\x83\x06\x84\x3c\x73\x27\x30\x74\x8a\xc0\xfd\xba\x3e\x72\xbb\xa2\x00\x23\x26\xd9\x54\x8c\xba\x30\xf5\xee\xc5\xb2\x14\xdd\x33\xd2\x4d\x59\x37\x95\xad\x38\x1f\x58\xa0\xd0\x85\x42\xcf\x0a\x96\x01\xb4\xdb\x38\x74\x28\xa6\xee\xde\x70\x3d\x3e\x27\xe2\x8f\x30\xcb\x67\x2a\x8d\xc3\x95\xf9\x2d\x29\x05\x65\xe7\xbe\x14\x51\x1f\xd2\x1a\x26\x58\x24\xa4\xdf\x27\xe3\xe6\xe2\x44\xf6\x30\x7d\x5a\x14\x39\x49\x59\x0c\x26\x60\xb6\x4d\x54\x59\xe9\xd4\xca\xac\xc0\x68\x55\x61\xd5\xee\x68\xd5\xd2\xe2\x68\x65\x6b\x8f\x7a\x47\x55\x55\x75\x94\x60\x3f\x5a\x32\xb5\x26\x59\xd4\x33\xd7\xd4\x2b\xca\xb2\xe2\xea\x58\xfd\x19\x9e\xda\xb6\x4e\x55\x5b\xa7\x1a\x75\x4e\x15\x08\xf4\xc3\xd1\x8e\x72\x5f\xaf\xa6\xb8\xd2\x59\x02\xd7\x60\x33\xe2\xb8\x24\x42\xfd\x56\x28\x1f\xe0\x90\xdc\x2b\x65\x58\xc3\x94\x52\x73\x53\x65\x2a\x8f\x5d\x29\x66\x5d\x8a\x44\x9b\x44\x40\x03\x40\x5e\x7e\xef\xa9\x2b\xb1\xbe\x00\xc3\x6b\x8e\xcf\x47\xb8\xd4\x03\xd8\x67\x4b\xce\x29\xc9\x9e\x19\xad\x9f\xb3\x52\xaa\x99\x01\xa9\x75\xa8\x09\x4f\x40\xed\x61\x5e\xd2\x2a\x5a\x0c\xef\x68\x8b\x8b\x08\x0d\xcd\x02\xfc\xac\xbd\x19\x29\x9f\x1d\x86\x43\xec\x28\x9e\x52\x0f\x9c\x30\xc1\x25\xa1\x23\xc3\xd3\x53\x6b\xaa\x7b\x7a\xaa\xec\x64\xd1\x50\xc5\x71\x4b\x1e\x93\xf1\xe1\x64\x58\x8a\x94\x8b\x52\xde\x52\xe3\x48\x90\x8b\x45\x2e\x61\x35\x2d\x2e\x16\x34\x27\x7c\x74\x91\x52\x36\x88\x94\x53\x4d\x6e\xcd\x0d\xc7\x47\x93\x46\x80\x87\xc0\x06\x51\x6d\xca\xda\x7a\x74\xa7\xc5\x32\xcf\xd8\x97\xa2\x9b\x17\xd3\x54\x10\xd8\xa4\x7a\x56\x5d\xd3\x4a\xb7\x50\x9c\x68\x17\x16\xaf\x7b\x49\x78\x09\xaf\xaa\x2b\xed\xf0\xbe\xd5\xfb\xb3\x06\xbe\x81\xba\x72\x9f\xa7\x40\xea\x5c\x06\xd4\xb2\x63\x82\x9b\xbb\x7c\x55\x5c\x31\xc2\x47\xa4\xaa\xc0\x13\xbc\x35\x97\x72\xcf\xa4\xc8\x55\x97\xc7\xd4\x39\xc3\x44\x58\x9b\x7a\xcf\xe2\x5e\xa3\x27\x15\x3d\xb1\x0e\x97\xf7\x4f\x84\x04\xb4\x20\x99\xa4\x54\xba\xa5\xee\x3f\xde\x7f\xb1\x22\xd5\x3f\xde\x77\x2f\x69\xda\x25\xac\x5c\x72\xf2\x26\x9d\x11\xdb\x96\x0a\x22\xc1\x0a\x01\x21\x6b\xac\x3d\xe7\xf0\xbd\x33\xa1\x8c\x0f\xc1\x73\xe2\x0a\x4e\x08\x49\x1a\xdc\xe9\x31\x1a\x4f\x2a\x30\xb8\xa1\xe5\x16\x1c\xd5\x9b\x5a\x1e\x48\xdb\xca\x8d\x04\xde\x92\xc9\xc1\x16\xfd\x7a\xc4\x4c\xa1\xbf\xc2\x3e\xa1\x95\x39\xc7\xc1\x1d\x0d\x20\x0e\x48\x45\xe2\xe8\xfb\xf3\x9c\x5e\x5c\x48\xfe\x43\x1f\x4f\xf2\x44\xdb\x3a\x50\x81\xc5\x7a\x1d\xef\x2a\xd4\x4a\xc6\xbb\xca\x28\x7f\x0a\x98\xd3\x54\xdf\xfb\xf4\x63\x83\x7e\x65\x3b\x89\xd9\x2e\x50\xf3\x8e\x4b\xe2\xc2\x28\x36\x04\xc3\xe4\xd8\xd7\xc8\x1a\x4c\xae\x19\xe5\xdb\x27\x86\x20\xf2\xda\x45\x80\x50\x4c\x30\xd3\xaf\x00\x47\x5a\x48\xb6\xb5\x34\x32\xee\x6d\xc9\x31\x19\xed\x35\x1c\x4c\x5b\xa8\x1c\x4f\x84\xef\x1d\xe0\x92\x4e\xc9\x68\xa0\xf0\x7b\x60\xa2\xb2\x12\xcf\x25\xa5\xc4\x0b\x95\xaa\x62\x45\xc0\xb0\x6f\x36\x51\x6a\x27\x7a\x2b\x0e\xa4\xb9\xf7\xe0\x70\x3f\x69\xa6\xff\x89\xe4\x0b\x1b\x36\x58\x87\xbd\x66\xb5\xa8\xd7\xaa\xcc\x4a\xbf\x42\x6c\x13\x93\xf3\x58\x28\x0b\xf2\xaa\xda\xd6\x0b\xdb\x86\xaa\x1a\xb2\xe5\xbd\x26\x64\x6f\xc1\xeb\x85\x21\x3e\xbb\x94\x75\xc9\xf1\x26\x48\x0a\xfb\x68\x13\x87\x66\x34\xbe\x9e\x42\x7e\x5f\x71\x2a\xf4\xef\x0a\x8d\x88\x04\x01\xc7\xe4\x36\x2b\x54\xbb\x24\x28\xb8\xf3\xdb\x47\x1b\x57\x26\xe7\x5a\xa7\x5d\xb0\x29\x29\x23\xec\x45\x76\x72\x25\x98\xcc\x04\xeb\x55\xc2\x23\x7c\xe8\xc2\x0a\xbb\x03\xbc\x61\x33\x71\xd4\x6a\x33\x71\xe4\xdb\x4c\x1c\x4d\x46\x6d\xef\x6d\x8c\x7f\x2d\x6f\x5c\x26\xe4\x6f\xe0\x36\x4c\xf9\x3f\x8d\xf4\xa6\x8a\x0e\xa0\x92\x3f\xd4\x83\x03\xdc\x68\xc8\x84\x03\x86\xa7\xda\x7a\x12\x91\xb5\x56\x1a\x45\x07\xf0\x5a\x1b\x73\x89\x93\x06\xde\x3c\xc0\x40\x43\xb4\x9d\x89\x93\xd5\x35\x9c\xa5\xa5\xe2\x21\x20\x7d\x70\xa1\xee\x60\x35\x4a\xba\xa5\xbe\x4d\xfa\xfc\x2a\x9b\x00\xd5\xd5\x85\x2a\x94\x12\x93\x86\x98\x38\x16\x10\x8d\xd4\x47\x2c\x81\x56\x0d\xfb\xab\xcf\xb9\x6f\x2a\x64\x70\xd6\xbb\xd7\x46\x72\x39\xcd\xfb\x09\xe3\xd6\xcb\xe7\x45\x78\x30\x15\x12\x0b\x83\x67\xe6\x4e\x79\x0e\x5c\xba\x20\x1f\x45\x70\xf1\xa9\x89\xf7\xf7\x5a\xb8\xbd\xd7\x1a\x38\xae\x1d\x65\xf4\xb5\x59\x42\xa1\xdc\x69\xea\x06\x87\xd3\x5d\x90\x83\x0c\x9f\xfc\xfc\xc7\x37\xa7\x6f\x4e\xde\x9a\x07\xc5\x5e\x0a\xf3\x2e\xdb\x4d\x7d\x03\xb1\x8f\x50\x30\xc5\x45\xa7\x30\x0d\xc4\x34\x89\x52\x7e\x5e\x46\x88\xb2\x58\xc9\xe0\xd1\x06\xcc\x90\x35\xf5\xb8\x8a\x1b\x61\x06\xe8\x69\x0a\xb5\xd3\x65\x5f\x09\xc7\x70\x5e\x9a\x57\x7d\xc8\x86\xf0\x86\x28\xf6\x5e\xf4\xbe\x38\x30\x59\xf2\x73\x90\x0e\x69\x1f\xd4\x20\xd9\x86\x0a\x24\x33\xe5\x43\x3f\x36\xfb\xe3\x4f\xb0\xd0\x9f\xef\xb2\xe6\x8d\x38\x21\xc1\x84\x43\x63\x15\x71\x03\x96\x35\x68\xa6\x53\x6b\x55\x58\xeb\x97\xdb\x34\x48\xb2\x4e\x38\xe6\xbd\x09\xb1\x62\x4f\xef\x40\x89\x37\x51\xf2\x4f\xb7\x5d\x3f\xc1\xf9\x2f\x41\xbb\x2a\x89\xb0\x00\x1a\x31\xec\x3e\x29\x3b\x97\x97\x0f\x8e\x0b\x03\x7c\x3b\xe4\xad\xc2\x41\x62\x76\xb5\xdc\x6a\xf0\xa8\xf2\x47\x3a\x23\xd3\xeb\x69\x4e\x9e\xa5\x79\x7e\x96\x4e\x3f\x94\xa3\xde\x91\x16\xf3\xfd\xa9\x28\x3e\x8c\x7a\x47\x95\x73\x08\xaf\xa1\x60\xdd\xdd\xec\xb5\xe6\xe6\x2c\x7e\x6e\x7b\xd7\xec\x4d\x6e\xd8\x9b\x9a\xa9\x60\xf8\x72\xb7\xf6\x6e\x17\x17\x08\xad\x9a\xe7\x80\x40\x2b\x83\x8e\xca\xc5\x54\x5b\x11\xc3\x63\x94\x31\xc7\xe0\xf3\xa6\xe6\x89\xaa\x92\xcc\x81\x9e\xa3\x57\x13\xad\x52\x10\xcb\xa8\x87\x45\xb9\x47\x2d\x97\xfb\x22\xad\x3e\x11\x3e\xdb\xee\x37\xc0\x6a\x13\x32\x9b\xbc\x8e\x57\x4c\xec\x18\x78\xdb\x35\xf1\x36\x7b\xf2\x36\x2c\xd1\x67\xd9\x50\xea\x7a\xc7\x4d\x72\xc7\xc9\xdf\x9f\xd5\x76\x4e\x4c\x92\xc7\xc0\x16\x99\xb2\xa0\x63\x36\x5e\xa6\xfd\xb3\x92\xfa\x40\x3c\xcb\x8b\xe9\x87\x41\x99\x17\xc2\xb3\x90\x2f\xef\xb9\xe4\x10\x9a\x7e\x71\x23\xa2\xda\x58\x31\x28\x7d\x41\x3f\x52\x56\xde\x83\x8f\x5a\x96\x57\xfd\x1a\x8c\x62\xa0\x7a\x03\xb8\x98\x7d\x16\xa5\x86\x79\xfa\x69\x01\x3a\x54\xdb\x3b\x5e\x29\x2b\xd0\x91\x85\x28\xd6\x36\xaa\xa3\x28\xc2\xa7\x92\x4f\x1b\xd5\xdd\xda\x30\x78\x15\x13\xb7\x3c\x59\x80\x8b\x40\x7a\x41\x00\xf6\x34\x7b\x01\xca\xd3\x13\xad\x6a\xf0\xca\x2b\x6a\xa0\x15\xb5\x8c\xa4\x9c\x94\xe2\xd5\x0c\x02\xec\x5a\x2c\x00\x69\x58\x4f\xbb\xa0\x37\x97\x4b\xed\xe4\x44\xf6\x81\xbc\x90\xcc\xe9\x54\x00\xd6\xbe\xc9\x0b\xe1\x17\xc1\x00\x01\x2f\x48\x00\xf0\xb0\x12\xf0\xc2\xbb\xca\x47\x98\x20\x7b\x00\xb7\x0c\x89\x05\x43\x12\x68\x55\x6f\xf0\x14\x16\xf4\x0d\xa0\x83\x30\x4d\x11\xef\x39\xaa\xc0\x11\x0c\x28\x42\xd6\x67\x89\xfc\xec\xd4\x1b\xa2\xe5\xdb\x94\x9f\x13\x21\x9b\x7a\x27\xdb\x84\x58\x06\x76\x74\xbc\xd6\x24\xa0\x97\xb2\xf1\x89\x50\x87\xf4\xfb\xf5\x87\x89\x1c\x9c\x0c\xd4\x9e\xf0\xae\x5a\x3d\x1b\xa9\x01\x2c\xa2\x03\x51\x73\x63\x34\xe4\x24\xcd\x5e\xb1\xfc\x3a\xf6\xe6\x39\xf4\xfb\x1e\x82\xc7\xcb\x0a\x55\x15\xf6\x28\x76\xcb\xb2\x2b\xbd\x7c\x0d\xfa\xda\x4f\x4b\x3d\x79\x78\x9a\x91\x4d\xcb\x5a\x05\x2a\xa8\x7d\x76\xba\xb7\xe3\x6e\xb6\xd3\xfd\x8a\x9b\x77\xfa\xe7\x27\x91\xfe\xfb\xd1\x5f\x6f\x0f\xfb\xab\xdc\x68\x62\xa1\x10\x6f\x63\x23\x2a\x1f\x9a\x51\x9e\x90\xfe\x4a\xc9\x55\xbd\x95\x8d\x23\xd8\x40\x14\x64\x73\xb4\x7c\x22\x11\xa3\x39\x29\xaf\x9f\xe1\x29\xac\xcc\x70\x3c\x89\xcc\xde\x6b\x1b\xa8\xb7\x9f\xd4\x4e\x6e\xb4\x10\x59\xc7\x7a\x65\xdc\x28\xad\xf6\xb4\x8a\xeb\xeb\x61\x24\xdb\x84\x91\x73\x90\xac\x99\xf3\xc3\x00\xf0\x0e\xba\x51\x35\xa2\x27\xb1\x8d\x66\x71\x2b\x09\xa4\xb7\xca\xa0\x6a\x6c\xc1\x3d\x43\x7a\x94\x6c\x70\xa8\x26\x12\x0b\x7f\xd6\x7c\xd3\xac\x5b\xf8\x95\x7d\x77\xd2\x67\xd9\x47\x3c\xb1\x1b\x65\x9f\xe1\x87\x67\xfa\x6f\x61\x89\x00\xee\xda\x8c\x25\xd5\x4a\xe1\xe5\x1e\x1b\xc9\x20\x07\x6c\x9a\xf0\x8c\x24\xe6\x10\xf3\x90\xd9\xa0\x3b\xbc\x67\x80\x98\xe4\x04\x55\xb8\x4e\x86\xb7\xd5\x34\x8f\x0c\x5c\xe5\xe0\xec\xae\xa3\x6d\x4b\x0b\x76\xab\xd5\x89\xbc\xd8\xb4\x3a\x3b\xf9\xb3\xdf\x62\xc1\xfe\xf4\xf6\xe5\x8f\x4f\x53\x5e\x0e\xcd\xe8\xe2\x15\xcd\x46\xd1\x5f\xbe\x9a\xbd\x7b\x2a\xde\xbd\x8a\x30\x0c\x70\xf4\xe5\x2a\x2a\xaf\x2f\xce\x8a\xbc\x8c\x46\xe3\xa8\x6f\x1d\x12\x63\xe5\x65\x06\x84\xb5\xd1\x68\x3c\xfe\x06\x8f\x1f\x7c\x8b\x8f\x8e\x26\x78\x3c\x7e\xf0\x35\x3e\x3a\x9c\x4c\xd4\xa3\x85\xf1\x38\x72\x95\xc6\xab\x5a\xb5\xfb\x38\xea\x76\x65\xc6\xd1\x77\xf8\x48\x55\xfd\xc3\x04\xcb\x3f\xdf\xa9\x3f\xdf\xaa\x3f\xdf\xa8\x3f\x5f\xab\x3f\x5f\xa9\x3f\x0f\xd4\x9f\xfb\xea\xcf\x91\xfa\x73\x38\x99\x4c\xb0\x6c\xf7\x1f\xff\x60\xd1\x64\x82\xd5\x19\x40\x04\xe1\xb2\xc3\x49\x35\x91\xf9\xd1\x3c\x2d\x4f\x2e\xd3\x3c\x1a\xcd\xd2\xbc\x24\x38\x5a\x2e\x2e\x53\x28\x10\x2d\xfe\x10\xe1\x68\xf1\x9d\xfc\xe7\x5b\xf9\xcf\x37\xf2\x9f\xaf\xe5\x3f\x5f\xc9\x7f\x1e\xc8\x7f\xee\xcb\x7f\x8e\xe4\x3f\x87\xd1\x26\x8e\x28\xa2\xb3\x68\x52\x7d\x89\x2f\x88\x48\x47\xab\x0b\x58\x1e\x75\xde\xdd\x00\x35\x86\xf3\xb3\x32\xba\x0b\x96\xb5\x33\x15\xbf\x39\x96\xbd\x7b\xf6\x3f\x2f\x5f\x9d\x3f\xfb\xf3\x06\x2c\x03\x2f\x46\x78\x37\xb6\x69\x64\x6b\xc3\x35\x1c\x41\x23\x3b\x50\xee\x3e\xd4\xdb\x8a\x2f\x78\x3b\xca\xee\xac\xbf\x0b\xdf\x0c\xa7\x70\x27\x8c\x71\xcb\xbc\x0b\x63\xd4\x4d\x5b\xf9\x39\x1b\xa8\x23\xd2\x1e\xf9\x2a\xf5\x13\x1c\xf6\xda\x8d\xda\xaa\xc2\xc3\xe1\x90\xdc\xea\xbc\x57\x4d\x7c\xaa\xa3\x5e\xcd\xfa\x2c\x2d\xe9\x74\x90\xf1\x62\x91\x15\x57\x2c\xd8\x71\x41\xce\x60\x5a\x30\xb1\x87\xc0\x5e\x22\x59\x5b\xc3\xfa\xcd\x8d\xf1\xbf\x38\x30\x26\x07\xdb\xcb\x97\x53\x5e\xe4\xb9\x5e\x93\x72\x7b\xd9\x79\x5a\x0e\xc0\x6d\x4c\xdb\xe5\x1c\xd3\xda\x4a\x29\xcf\xcc\xe0\xf2\x11\x2f\xf1\x14\x67\x78\x8e\x67\x78\x81\x2f\xf0\x25\x3e\x77\xeb\x78\xf6\xeb\x2a\x39\x6d\xbf\xd7\xcd\x70\x92\x2e\x5a\xa5\xef\xb3\x86\x39\x9f\x35\x01\x5a\x16\xf0\x8a\x77\x4c\x26\x15\xb8\x6b\x73\xa3\x49\x7a\x3d\xff\x13\x17\xb5\xa7\xca\xbd\x30\x01\xc7\x11\xcc\x28\xa2\xac\x5b\xac\xd7\xc5\x10\xb4\xe7\xca\xbb\x36\xea\xf7\xe3\x62\x68\xa6\x02\xaf\x9c\x8b\x84\x1b\x96\x76\xc8\x89\xf2\xc5\x89\xac\x9f\x65\x3b\x40\x3f\x1c\x8f\xb9\x7a\xad\xd7\xbc\x42\x10\x19\xd4\xd3\x84\x06\xfd\x41\x77\x30\x9a\x30\xfd\x38\xf8\xd2\x5e\x85\x4d\xcc\x02\x1c\x64\xea\x0d\xa3\x25\x0c\x87\x49\xb3\x87\xcd\x4b\x5b\x18\x3f\x4b\x08\x17\x9f\x40\x1d\x9d\x13\xd1\x3d\x4d\x62\x2b\x6d\x16\x3c\x9d\x7e\x20\x99\x95\x0b\x9f\x2a\x07\xf0\x4e\x2e\xac\xbf\xf3\xda\xf7\xb2\xf6\x3d\xad\x7d\x67\xb5\xef\x79\xed\x7b\x56\xfb\x5e\xd4\xbe\x2f\x6a\xdf\x97\x35\x57\x9b\x96\x29\xaf\xa9\xd0\xe1\x45\xb4\x42\xe2\x4e\x9b\x3a\xfd\x4c\x33\x91\x82\xa7\x4c\xd1\x02\xca\xce\x5f\xb0\x67\xb2\xf1\xc8\xa9\xa7\x86\x6d\xf9\xeb\x75\x2b\x25\x18\x0c\x82\xc2\x03\xca\xa2\xb6\x7e\x48\xb6\xb5\x1b\x9b\xbd\x47\x2f\x24\xdb\xd4\x09\x65\xe7\xaf\x96\x62\xfb\x6c\x4c\x81\x3d\xa7\x53\x2c\x85\xd7\x15\x2d\xdf\x16\xcb\xe9\xfc\x39\xb9\xa4\x53\xe2\x77\x11\x64\xac\xd7\xc6\x4a\xb4\xd7\x53\x36\x9b\xfd\x7e\x54\x30\x21\x4b\x80\x49\x9f\xdc\xd8\x2a\x03\xb9\xb6\xcd\x08\x5e\x64\x1b\x68\xae\x39\x0e\x06\xda\x8c\x00\x3a\x36\x99\xc3\x25\xa3\xff\x5a\x92\x17\x99\x07\x17\xd9\xdf\xcb\xe2\x92\x80\xa7\xd9\x08\x9b\x6d\x68\xf2\x95\x53\xc1\x9f\x8b\x42\xbc\x2c\x96\x25\x79\x5e\x5c\xb1\x66\x21\x75\x1a\x80\x29\x36\x9b\x92\x52\x14\xf2\x48\x18\x4f\x5c\x81\x8b\xa5\x00\x37\x3a\xe6\xbd\xb4\x6b\x42\xc9\x2c\xb1\x48\xa2\x94\xd1\x0b\x28\xa4\x97\x46\x69\x59\x71\xcc\x93\x73\xe7\x0e\xac\x8d\xb0\x7b\x04\x9d\xfb\x04\x34\x20\xed\x3c\x24\x9e\x96\xcc\x73\x4b\x26\xb1\x3e\x20\x02\x02\xc6\x9b\x04\x8c\x19\x02\x56\x29\xb5\x6a\x06\xf6\xb9\x30\x72\x2d\xa2\x73\x37\xc6\x4c\xfb\x0a\x03\x8f\x98\x2a\xf3\xe9\xf5\x0b\x2d\x75\x55\x4b\xe3\x6a\xab\xe6\x2c\x18\x4e\x98\x1c\x95\x53\xd5\xf6\x0e\x2b\x56\x14\x0b\x08\x3c\x4a\x04\x44\x98\xd2\x26\x2b\xb6\x17\x08\xf2\xfb\x86\xe4\x04\x76\xfa\xfb\x71\x96\x8a\x74\x40\xce\xb2\x01\xcd\x92\x2f\x56\x5b\xf0\xa1\x1a\xe8\x18\x12\x93\xf7\x3a\x7e\x67\xcb\xba\x27\x5c\xb9\xba\xd0\x6e\xea\xf8\x50\xc0\x4d\xc2\x7f\x7a\xc5\x6c\xea\xc3\xf8\x10\x53\xcf\x21\x06\xd6\x2f\x8b\x7c\x6c\x43\xeb\x35\x31\x9e\x68\xe5\x81\xb9\x5e\x2b\x9f\x99\x2e\xe5\xb8\xa5\x96\x26\xd3\xa3\x9e\x3d\x93\x49\x2c\x3c\xa3\x36\x6d\x67\xaa\x47\xc9\xdc\xa3\x33\x0d\x2d\xe6\x1c\x56\x94\x98\x6e\x06\x5e\xca\x69\x3a\x28\xae\x58\x29\x41\x37\xa4\x99\x3a\xe0\x2a\x09\x21\xd7\x3c\x0d\xdf\xb4\x15\xc9\x49\x4c\xfd\xfc\x22\xcc\x4f\x93\xc2\xeb\xdd\xb0\x0d\x45\xbf\x9f\xda\x0e\x24\x64\xd7\x6b\x12\x17\xf0\x2e\x53\x07\xdc\x1d\xba\x7d\xaf\x61\x12\xae\xa3\x0e\x49\x32\x9c\xe6\x45\x49\x62\x8e\x7b\x87\x3a\x30\x7d\x2b\xe8\x2a\x6c\x27\x9d\x66\xca\xc5\xb4\x7d\xbf\xef\x1a\xe7\x45\x21\x20\xef\xed\xf5\x42\x39\x92\x6f\x43\x0a\x08\x0c\xac\x6d\xce\x1b\x8d\x45\x9c\x94\xf4\x17\x43\x03\xf9\x92\xe5\x45\xb1\x78\x72\x95\x72\xf2\x33\x31\x7c\xe6\x96\xda\x05\xa7\x84\x29\xc2\x31\x05\x9f\x84\x3b\x1a\x82\xcc\x80\xc8\xf6\xfb\xf1\xe6\xa9\x46\x1e\xad\xf5\xd0\xf3\x8d\x4c\x50\x26\xc6\x00\xc8\x2d\xc0\x52\x2d\x10\x96\x45\x5b\xe1\xa3\x4c\x8c\x95\x0b\x01\x05\xe0\x16\x82\xd9\x62\x4b\xae\xfc\xf0\x58\x3b\x68\xe3\x00\xff\xa7\x22\x23\x9e\x23\x48\x66\xcc\xf7\xc1\x96\x03\xfc\x6b\xca\xc6\x5f\x43\x59\x14\x33\xf5\x4a\xf0\x21\xe9\xf7\xa3\xa7\xaf\x9e\xbf\x8b\x7a\x89\x73\x09\x35\x14\xc5\x5f\x16\x0b\xc2\x9f\xa5\x92\x1d\xec\xf7\x23\x79\x05\xde\x52\xe2\x21\x5a\x09\xf3\x6c\xb5\xd3\x32\x2a\x92\x98\x6d\x77\xac\x77\xe9\xa6\x41\x55\x95\x71\x70\x23\x2a\x15\xcf\x40\xc5\x67\xc8\x54\x41\x80\x3f\x65\xe7\x31\x41\xd6\x27\x6f\x6c\xc3\x47\xcb\xdb\x84\x7a\x6d\x00\xeb\x51\xba\xb0\x4a\x32\xa7\xd6\x82\x79\xcc\xda\x02\xf2\xf1\xc4\x2d\xae\xaa\xfb\x09\x36\xc3\x76\x2c\x6c\xeb\xe6\xc6\x88\xb8\xb9\x91\xdd\xb8\x58\xa9\x03\x86\xbc\x60\x36\x56\x44\xfd\xc8\xe9\xf7\x3f\xc6\x04\xbb\x48\x50\xe1\xc9\xac\xdf\x88\x36\xb9\xb2\xca\xb6\xfd\x6a\x29\xcc\xcb\x9f\xd6\x0e\xc2\xd7\xba\x06\x83\xf4\x01\xe9\x51\x4f\x7b\xb6\xd0\x99\xbf\x16\xf0\xb0\xe2\x05\x7b\x9d\xa7\x00\x5b\x91\x88\xb0\x05\xb5\xdf\xfc\xfa\xca\x8e\x99\x48\xfa\xc8\x88\xc4\xd4\xb8\x77\x08\x9e\xa9\x33\x08\xdf\x7b\x10\x0d\x06\x90\x15\x61\xae\x8c\x2c\x25\x58\x35\x98\xc1\x1d\x53\x38\x65\xc7\xef\xc2\xa3\x69\x11\x47\xdd\x08\xa1\xa0\x6e\x9a\x65\xed\x15\x0d\x6b\x19\xd4\x14\xc3\x74\xb1\x20\x2c\x7b\x36\xa7\x79\x06\xf1\xf2\x6f\x00\x77\xfc\x31\xe6\x81\x2e\xc6\x8c\xdc\xb4\x56\x21\xa4\x58\x86\x97\x35\x36\xcc\x45\x0b\xa9\x65\x80\x33\x81\x66\x69\xe5\xff\x08\x96\xac\x2c\x2e\x88\x4c\xb8\x8a\xc9\x10\x5c\xc4\x4a\xa8\x96\x68\xbd\x96\x09\xda\x4d\xac\x4a\x42\x1d\xa3\x92\x84\xd5\x33\x51\xf2\x0d\xd9\x56\x0b\xb8\x31\x3b\x26\xb8\x79\xde\x49\x88\xe9\x36\xdb\xcf\x02\xb0\x6e\x69\x9d\x99\xf1\x15\x14\x13\xbc\x9a\x4a\xf8\xc8\xd5\x92\x17\xff\x72\x79\x26\x38\xd1\xae\x3b\x0d\xc9\x69\x80\xc0\xc4\x53\xed\x69\xb5\x73\xbd\x79\x43\xe0\x1b\xdd\x66\xb4\x9c\x16\x8c\x91\xa9\x0d\xdd\xde\x80\xb9\x66\x89\xab\xc6\xe6\x8f\xd1\x6a\xd7\x19\x24\xe1\x1d\xd5\x78\x2c\x8f\x74\x54\xf5\x44\xbb\xf2\x35\x06\x81\xec\x43\x64\x76\x75\xb6\x69\x4d\x8c\xeb\xa4\x25\x53\xce\xdb\xb6\x30\x32\xdc\x1d\xeb\x55\x1b\xbd\x5f\x69\xa6\xa1\x75\x90\x37\xe1\x3a\x5a\x1b\xb8\x21\xe3\x51\xb5\x1d\x5b\x2b\xe3\x8a\xc1\xcd\x72\xc1\x89\xec\x47\x15\x35\x87\xbc\x08\x98\x6a\xd1\xc2\x54\x73\x9b\x0a\xec\x80\xe3\x8f\xb9\x64\xa0\xfd\x4a\x2b\xcf\xa3\x14\x83\xc8\x08\xc6\x67\xb6\xee\x33\xe6\x58\x1d\xdc\xab\x8c\xe4\x22\xfd\x3b\x78\x2a\xce\x45\xfa\x6e\x94\x56\xb6\x92\x2a\xfb\x5c\xa6\x97\x48\x72\xd3\xc5\x23\xc9\xc9\xcb\xf2\x3f\x91\xf3\x54\xd0\x4b\x72\x0c\xb1\x57\xc2\x34\x2c\xcc\x04\x9f\x6b\x53\x22\x84\x46\xc5\x63\x53\xec\x35\x40\x2b\xac\x6a\xd2\x5a\xab\xa6\xa6\xd7\x77\xae\xd7\x34\xa9\xa7\xb5\x57\x35\xbd\xbe\x33\x3d\xf4\xfb\x5e\xdd\x6d\xdd\x3a\xd3\xbc\xd7\x2a\x0b\xe2\xbf\x15\xeb\x75\x8a\xfa\x7d\x80\x50\x46\x4b\xcd\xc0\x1b\xa0\x16\x38\x85\xd8\x68\x2a\xb0\x76\xb3\xd1\xaa\xb3\x65\xfb\x5e\xcd\x09\xc9\x23\x79\x8f\x9d\xa6\x0b\xb1\xe4\x20\x85\x5c\xa4\x65\x49\x2f\x89\xb2\x47\xdc\xc8\xda\x24\x70\x44\x6f\xdf\xb0\x6d\xcd\x57\xa8\xd2\x43\x0d\x78\xae\xdd\xbc\x54\xd2\xc8\x51\x75\xaa\x76\xc6\x6b\x55\x35\xda\x5e\x6d\x64\xf6\x15\x7f\xb6\x0f\x87\xdf\xc2\xc9\x59\x51\xab\x3c\xa2\xc8\x2d\x5b\xaf\x50\xd5\x9c\xda\x0e\x52\xf3\x29\x47\x7d\xeb\x0e\xc0\x52\xe8\x3c\xb9\x8e\x2f\xfd\x60\x6a\x75\x79\xca\xb8\x98\xe0\x55\x5d\xdc\x1d\x0a\xc3\x3d\xe1\x37\xf6\xe4\x1e\x6d\xce\x74\xdb\xd8\xba\xe3\x8d\x6c\xd2\x28\x8a\xaa\x0a\xe1\xda\x08\x81\x27\x89\xf0\x38\x9d\x18\x7f\xbf\xca\xee\xd5\x88\x77\x9c\x0b\xa8\xb6\x7a\x08\x5f\xfa\x5e\x36\x6b\x6d\x9b\x13\x3c\xc2\xe3\xf2\x86\xcd\xdb\xaa\xdb\x7b\xb0\x7c\x74\x84\xc7\xf9\x0d\xbb\x70\x75\xf7\xea\xe3\xd5\x52\x44\x78\xbc\xbc\x5d\x27\xaf\x40\x38\xb9\xad\x97\x56\xde\x30\xc2\xe3\xe9\x6d\xd6\xa5\xd1\xce\x7e\xeb\xd4\xd2\x7d\x76\xcb\x75\xbb\xe9\x08\xea\xec\x56\x84\xc7\xf3\x9b\x76\xdd\x68\x63\x8f\x3e\x3d\xb6\x29\xc2\xe3\xd9\x6d\xba\xf4\x9b\xd8\xde\x63\x3b\xe9\x88\xf0\x78\x71\xc3\x7e\x37\x34\xb4\xa3\xf7\x06\x0b\x17\xe1\xf1\xc5\x4d\x7b\x6e\x36\x52\xeb\xf5\xd2\x73\xe4\x7b\x05\xde\xfe\x8d\xc3\x81\xe4\xf0\xa1\x78\xe4\xc2\xe7\x1e\x1c\x38\x0b\x7a\xa2\x43\x96\x47\xff\x35\x2d\x2e\x20\xb0\x43\x2f\x49\xf8\x90\x15\x19\x51\xc1\x32\xe3\xe8\xbf\x04\xf9\x58\x4b\x5e\xaf\x23\x97\x00\x0f\xa4\x8d\xfd\xac\xef\x27\xcb\x8e\xe6\xc4\x8c\xe6\xa1\x6c\xb0\x47\xdc\x4d\x71\xbd\xf6\xbf\x1c\x73\xb7\x55\xba\x1f\x21\xf4\x10\x79\x6c\x63\xed\x0a\x1d\xc4\x04\x25\xf5\xdc\xca\xbe\x0b\xb3\xc3\xfb\xa8\x6c\xc3\xec\x49\xf7\xaf\x25\x29\xc5\x13\x43\xde\x7f\xe0\xe9\x05\x09\x0c\xa2\x14\x5b\xaa\x8b\x9f\x2b\xb3\xf2\xa5\x20\xd9\x1b\x71\x9d\x43\x44\x2c\x09\x4f\x26\x2f\xd4\x00\x23\x7b\x50\x28\x80\x4a\x1c\x62\xea\xb9\xb4\x9f\xf9\x3a\x4f\xaf\x21\xde\x99\x69\x3f\x70\x4d\xb2\xe1\x7c\xb4\xb5\x41\xf2\x21\x6f\xce\x92\xdf\x6a\x63\x01\xea\x25\x35\x0b\x04\xd6\x5c\xde\x1b\xc9\xd3\x0a\xa1\xce\x2d\x55\xf1\x5a\x88\x7e\x37\x55\xfc\x16\x75\x79\x8b\xaa\x1c\xde\xa9\xf9\xea\x72\xb7\x03\xe6\xbf\x91\x8a\x7c\xf6\xbb\x8a\xfc\xff\x82\x8a\x7c\x91\xc4\xac\xa6\x81\xa6\xb5\xef\xa2\xf6\xfd\xa9\x35\xe8\xb3\x38\xce\xf6\x54\x7a\xb7\x29\xba\xe7\x56\x07\x7a\x7e\x9e\x93\x17\xe5\x53\x42\xd9\xb9\x3a\x4e\xb3\xa7\xd7\x20\xc0\x35\x87\x55\xef\xc8\x2f\xde\xaa\x32\xb5\xda\x39\x25\x79\xb5\x52\x57\x27\x66\x0d\x24\x1d\xda\x77\x55\xb6\x5e\x47\x17\xb2\x28\x70\x9c\x81\xb8\x80\x18\x79\x73\xbf\xaf\x42\x81\x9f\x2d\x85\x50\x02\x33\x27\x2e\x13\xc5\x42\xae\x60\x7a\x9e\x2a\x61\x1a\xa9\x27\x99\xfb\xdc\xa9\x4c\x7f\x4b\x3e\x0a\xa5\xe2\xa2\x05\xfb\x0b\x13\x34\x87\x61\x2e\x17\xa6\xd4\x4e\x50\x1c\xef\x57\x2c\xe9\x1d\x8d\xb6\x88\x77\x54\x7d\x78\x85\xad\xa0\xf5\x2c\xa7\xd3\x0f\xca\x6a\xab\xe9\xd9\xc8\xdc\x70\xcd\xcc\xbd\x97\x94\xeb\x75\xaf\xd9\xcd\x7a\xbd\x15\xde\xa1\x04\xaf\x0e\xea\x68\x2a\x87\x12\xb5\x67\xaf\xd7\x87\x3d\xb7\x12\x26\x46\xf0\x0d\x57\xe2\x57\x87\xb1\x01\xf2\x9f\xc9\xf5\x5e\x08\x19\x1f\x29\xa7\xd8\x1f\xc8\xf5\xb3\x22\x23\xdb\x14\x8e\xb6\x93\xd1\x83\xfb\x41\x9d\x98\x34\xc4\x20\x2d\x82\xdc\x96\xc1\x8e\xee\x7f\xeb\x37\xe4\x8b\x8e\x37\xa8\x3b\x1d\x16\xbd\xb5\x6c\xf8\xcd\x44\xa6\xa7\x75\x66\x3a\x68\xf0\x84\x65\x5a\x9e\xb7\xef\xba\x1c\x62\x22\xd7\xbf\x2e\x48\xda\x8a\x97\x9a\x67\x7b\xa8\x23\x26\x98\xb0\x1b\x1b\xf4\xe6\xfb\x80\xb2\xad\xaa\x79\xcf\x7e\x33\x29\x6f\x13\x3e\x56\x75\xa3\x05\x93\x4e\xc1\x29\x86\xb3\x62\xba\x2c\x63\x84\x4b\x22\xde\xd2\x0b\x52\x2c\x45\xc0\x3b\x82\x0c\x53\x0b\x2c\x05\xbf\xae\xdb\x30\x28\xab\x7c\x18\x50\x1c\x01\x75\x32\xbc\x7e\x47\xc0\x71\xe7\xd2\x62\xbd\x57\x71\xef\x50\xfe\xa7\xd8\x51\x7c\x68\xff\xdf\x3b\x72\xff\x1d\x2a\x37\x4f\xd8\x74\x2d\xe1\xbe\x48\x85\x5e\xb3\x58\xa0\x6a\x2a\xbf\x20\xe2\x27\x00\x0a\xdc\x3d\xf9\xbd\x6c\xac\x0b\xe5\xc1\x9f\xdf\xa1\x2c\xd3\x90\xfe\xf9\xf7\x16\x0d\xbf\x32\xde\x49\xe9\xee\xba\x42\x3b\x96\xf8\x42\xd1\xfd\xc8\x06\xea\x84\x4f\x4f\x8a\x0f\xc1\x43\xfd\x44\x7f\x4b\xdd\xae\x49\x37\xa4\xb3\x22\xbb\x6e\x2a\xda\xda\xaf\x3c\xf2\xee\x35\x28\xe1\xd0\x1a\x98\xcd\x12\xa1\xaa\x31\xe3\x4f\xa5\xd2\x68\x21\x06\xbb\xce\xce\x6d\xb4\xe6\xf6\x50\x49\xb3\xec\x66\x20\xa9\x90\x7f\x5d\xae\xb1\x21\x11\x1e\xb3\xdd\x17\xee\x6c\x5b\x0b\x08\x67\xfe\x6d\x7b\xd6\x56\xfa\x99\xda\x91\x63\x7a\xab\xbe\x9e\xe9\x9d\xb6\xbb\x1f\x7d\x96\x29\xb1\xe6\x2d\x7a\x32\xf5\xf7\xe9\xcb\x1d\x2b\xfb\x09\x2b\xb7\x37\xb1\x77\x8f\x27\xf2\x9e\xba\x8f\xf4\x72\x5b\x03\xdb\x7b\x6b\x23\x4d\xfb\x89\x33\x77\x37\xb3\xbd\xe7\xda\x46\xd8\x4f\xbc\xb9\xb5\x85\x1d\xfd\xb5\x88\xdc\xf6\x90\x6f\xee\x68\xa3\xd6\x67\xe6\xdb\xf4\x2f\x6e\x6f\xd3\xff\xc9\x6d\xf9\x6f\x25\x49\xf0\x0d\xef\xf1\x19\xbe\xc6\xa7\xf8\x0a\x9f\xe0\x8f\xf8\x15\x7e\x83\xdf\xe2\x97\x4e\xd2\xf0\xc4\x3d\xb5\xe7\xff\xae\xa6\x9a\x76\xb0\xaf\x7f\x23\xb1\xc8\xb3\xdf\xc5\x22\xff\xdb\xc5\x22\x4a\xa4\xfc\x21\x59\x55\xf8\xe7\x64\x1c\x89\x62\x11\xe1\x28\x27\x33\xb9\x61\x39\x3d\x9f\xcb\xbf\x57\x34\x13\xf3\x08\x47\x73\x02\x09\x2a\x30\xc3\x3f\x3d\x59\x8a\x79\x6e\x40\xeb\x09\x9b\x1f\x24\x98\x84\xb2\x9e\x90\xd7\x13\x96\xf5\x84\x69\x3d\x21\xab\x27\xcc\xeb\x09\x37\x7f\x97\x10\x7e\x9f\x6f\x14\xd9\x9c\x13\xd1\x9d\x17\x9c\xfe\x52\x30\x91\xe6\xaf\x9d\xe1\x48\xa0\x75\x94\xb7\x9e\x66\xa9\xf5\x3a\x4a\x97\xa2\x88\xc0\x88\xfa\x92\x70\x41\xa7\xdb\x9b\xa8\x97\x09\x1a\xf0\xcc\xb2\xdb\xea\x7a\xd9\xfa\x2e\x76\x7a\xae\xfc\x15\xe9\xd4\x17\x59\xac\xad\xc3\x35\x7b\x66\xfd\x48\x7b\x8d\xd8\x0b\x77\xef\xa8\xe3\x77\x71\x2a\xaf\x10\xb4\x58\x96\xcf\x75\x89\x5e\x92\x7c\xd0\x17\xe1\xb6\x3c\xeb\xa8\x82\x2f\xd9\xb0\x9c\xce\x89\x44\xd5\x38\xd2\x17\xc2\x48\x59\xf2\x99\x9b\xf4\x62\x79\x96\xd3\xe9\x93\xd7\x2f\x86\xb4\x7c\xb5\x20\xcc\x09\x55\xe4\x57\xd2\x3b\xf2\xef\xe9\xc6\x9b\xd1\x93\xd7\x2f\xfc\x8b\xb8\x97\x1c\x87\x8d\x5a\xbb\xab\xc6\x38\x13\x82\x09\x40\xc4\x96\xb5\x80\x5d\x19\x33\x74\x25\xce\x38\x5d\xd2\x0c\xab\xe1\x8c\xbc\xa1\x61\x03\x2f\x95\x68\xbe\xb0\x9e\xa6\xae\xab\xbf\xaa\x2a\xf4\xea\x26\x8c\x04\x50\xfe\xc4\x4f\xcc\xe3\x86\xd7\x56\x0f\x76\xa6\x3c\x78\xda\xac\x4b\x97\x75\x5d\xcb\x82\x6d\x7d\x5a\x4b\x54\xbb\xfc\xaa\x96\xaa\x37\xfd\x49\x2d\x59\xd3\x80\x8f\xb5\x64\x4d\x12\xf0\xab\x5a\x7a\x21\xe6\x84\x83\x6a\xa5\x8c\xf0\x9b\x5a\xa6\x02\x4e\x84\xdf\xd6\xbb\xf6\xad\x24\x23\xfc\x52\x67\xbf\x36\x8e\x49\xf4\xf2\xfc\xb5\xb6\x0b\xdc\xcb\x8c\x7a\xc9\x3f\x35\xb6\x5c\xb3\x6c\xf3\x2d\x44\xb3\x8c\x5c\xde\x08\x87\xb1\x5f\x60\x6c\x5e\x11\xff\x99\x4b\x53\xd4\xf1\x22\xdb\xf4\x2e\xa7\xf6\xf8\x45\x76\xe5\xb5\x5a\x47\xc9\x08\x7f\xf0\x72\xed\x76\x59\x15\x16\xf3\xe4\x2f\x0c\x52\x26\xf5\x0d\x3f\xb1\x92\xb0\x8c\x3c\x69\x10\x76\xf6\x6a\x23\x6d\x23\x63\xbe\x2b\x7f\x3f\x15\xec\x05\xa3\x81\x39\xa4\x4a\xa9\xef\xa2\xbb\x6d\xc1\xd0\x79\x9f\xf2\x10\x16\xa4\xdd\xac\x79\xe5\x1f\x5b\x82\xc2\x5e\xb1\x03\x09\x6c\x8d\xac\x38\xb2\xd6\x4a\x6f\x7c\xd9\x55\xc1\x14\x05\xea\x1d\x05\x82\x6f\x95\x5c\x9b\x16\x26\xc8\xc8\x5b\x0d\xa9\x3a\xbc\x13\x98\x50\xa5\xc5\x87\x92\x38\x18\xe1\x9e\xef\x0a\xb1\x66\x7b\xdc\x36\xc3\x5e\xeb\x14\x5b\xad\x96\x0b\xf6\x4c\x76\xd7\x32\x59\x48\x6f\xce\xb6\xde\xca\x96\xa1\x59\x3a\xa6\xda\xb5\xb4\x2b\x51\x91\x18\x15\x9e\x2e\x74\x58\x24\x32\xd3\xf6\xb6\x40\x9c\xd4\x4f\x20\x48\xea\xa7\x22\x42\x46\x4e\xa8\x46\xb5\x81\x56\x24\x41\x6e\x93\x3e\x04\x8d\xd8\xf3\xe5\x4e\x8b\x86\x6b\x96\x91\x37\x79\xfa\xe4\x96\xa9\xf5\xd9\x13\xef\xf7\xf9\x50\xa4\x67\x2f\x58\x46\x3e\x42\x48\x2c\x6e\x44\x99\x95\x95\xa9\xd6\x5b\x52\xb3\x3a\x76\xc4\x21\x26\xc8\x91\x8e\x98\xa0\x8a\xfb\x06\xb0\xd6\x22\x7e\x13\xca\x28\x1e\x61\xeb\xb3\x31\x8f\x38\x22\x7c\xb3\xc7\x5f\x3b\x20\x00\xfe\xc1\x24\x52\x9b\xd1\xa8\x83\xb6\x41\xd3\x93\x0d\xe9\xeb\xf5\xd6\x81\xfb\x4f\xdd\xc0\x06\xb5\xc9\xc4\x8d\x18\xae\xb3\x65\x23\x8a\x37\x63\xd8\xa8\xc0\x9b\x90\x73\x94\x56\xea\x01\xe1\x2a\x38\x09\x47\xa5\x44\xc1\x8b\x54\x4c\xe7\x6f\xd5\xcc\xff\x26\x71\x7f\x94\x27\xbd\xa3\xca\x6d\x4b\xbc\x4c\xbc\xbd\x6b\x6f\xd4\x8e\x57\xf4\x64\xf4\x02\x6b\x29\x7d\x13\x22\xf8\x73\xcf\x11\xd7\x26\xd7\x36\x33\x6c\x10\x06\x10\xd3\x85\xa7\x55\xf3\x5b\x2c\xf2\x6b\xcf\x48\x5b\x4e\x66\x89\xaa\x7a\xb2\x0b\x56\xd5\x65\xc9\xca\xd2\x9b\x11\x6f\xe1\xc4\xf1\xa5\x97\x5d\x9f\x2a\xf6\x98\x99\x51\xdd\x01\x83\xda\x38\xae\x00\xaa\x20\x6c\xc5\xb0\x94\x5f\xfd\x7e\x6c\xef\x90\x3a\x49\x52\x35\x08\xea\x2d\xa9\x9b\x97\x76\x10\x2d\x3e\x46\xe6\x42\xe8\x15\x97\xb4\xef\x38\x66\x8a\x06\xfa\x89\x50\x01\x33\x4d\x12\x35\xd9\x6a\x54\x87\xdc\x7e\x3f\x0e\xbe\xcd\xf5\xd3\x5c\x4e\x5b\xca\x9b\x76\x83\x74\xd3\x25\x8c\x25\xbc\xc2\x7a\x4d\x00\x61\x86\x26\x14\x89\x0e\xd2\x37\x4d\x53\x91\x70\xa8\xa5\xa9\x79\x98\x13\xd4\x33\x87\x91\x28\x16\x08\xb9\x08\xbf\x10\xb2\x1c\x2a\xa1\x7a\xfb\x63\x3a\xe9\xf7\xe3\x88\x2d\xe5\xea\x79\xb1\x70\x6d\xee\xb1\xd0\xdd\x95\x44\xd8\x7b\x34\xc5\xae\x80\x1a\xc0\xa8\xbd\x58\x14\x1d\xb8\x92\xc8\xc5\xb8\x0b\xc6\x34\x90\x87\xe8\xcf\x36\x98\x21\x45\x30\x5b\x0f\x75\x70\xf0\x35\x86\xe0\x6a\xb6\xd1\x60\x07\xb8\xc3\x93\xb9\xdf\xb8\x7e\x90\xba\xdf\xee\x3c\x05\xbc\xc3\xee\x54\x55\x8b\x89\xbd\xc3\x55\xaf\x3c\xf6\x0e\x59\xbd\x92\xd8\x3f\x6c\xcd\x3a\x35\x36\x40\x12\xce\x69\xd7\x79\xdb\xba\x1b\xb7\x1f\xe1\x2d\x3b\x94\x55\x2d\x97\x59\x7d\x7b\x6d\x73\x73\x6f\x62\xa9\x28\xcf\x54\x5c\x5d\x9a\x75\x94\xe3\x11\x61\x97\x94\x17\x0c\xae\x02\x2e\x62\xd3\xb8\x95\x7d\x8f\x26\x10\x58\xa9\x3d\x2b\xbc\x73\xb7\xb3\xff\x57\x05\xbf\x98\x17\x39\x89\xaa\x0a\x9f\x25\xcf\xe2\xf3\x40\x30\xee\xae\x2d\x63\xf6\x09\x4d\xa1\x21\x9c\x58\x85\xf0\x75\xbd\x43\xef\x0a\x39\xa6\x9f\xa1\xc3\xd3\x7a\x87\x70\x31\xbd\x83\x99\xb7\x0e\x8c\x76\x55\x6f\x57\xdd\x6d\xc7\xe9\x5d\x1b\x3e\xa9\x37\xac\xaf\xc7\xe3\xf2\xae\x2d\x7f\xac\xb7\xac\x6f\xd8\xe3\xfc\xae\x2d\xbf\x6a\xa0\x91\xbe\xa4\x8f\x97\x77\x6d\xfa\x4d\xbd\xe9\xe0\x9e\x3f\x9e\x7e\x3a\x94\x01\x07\xee\xf8\x6d\xbd\x3f\x23\x3a\x18\x67\x9f\xfc\x65\x00\xb8\xbb\x50\xe5\xf2\x6b\xd9\x8b\x12\x73\xc9\x61\xbc\x6c\x60\x41\x28\xa9\x18\xcf\x3f\xe1\x68\x5a\x6c\x7d\x6a\xcf\x47\x37\x64\xc8\x91\xd6\x97\x47\x01\x6b\x0f\x43\xed\x66\x35\x84\xcf\x7d\x45\x51\xad\x65\xb8\x39\xec\x67\x8b\xdd\x52\x6f\x7b\xdb\xea\xea\xb2\x9f\xb9\x75\x5b\xc5\xed\xad\x73\xdf\x94\xfc\xf2\x86\x3d\x70\xdf\x7c\x3c\xe8\xe5\xdc\x57\xa4\xfd\x73\xa7\x22\xad\xdd\x31\xdd\x4e\x37\x59\xbf\xb9\x67\xb9\xa3\x97\xf7\x9f\xfe\xe5\xed\x77\x5f\xb7\x7b\x96\xb3\x12\x34\xef\xd7\xf7\xba\x13\xfd\xa6\x27\xfa\xbe\xb6\x79\xa2\xef\xbd\x53\x27\xfa\x7e\xee\x7f\x64\x94\x47\x38\xea\xa7\x42\x80\xc7\xae\xef\x0d\x25\x8b\xbe\x37\x3a\x89\xef\x8d\x92\xe2\x7b\xad\xb4\xf8\x5e\xa9\x30\xbe\x0f\x28\x53\xf4\xbd\xd3\x53\x46\xdf\x17\xec\x07\x79\x49\x7e\xe1\x7f\xc0\x7b\x15\xf9\xa5\x6c\x75\x54\xb4\x1d\xfb\xfd\x23\x49\x2f\x03\x8f\x79\x72\x2c\xe2\x22\x7f\x9b\x9e\x43\xa9\x4b\xc2\xf3\xf4\x7a\x93\x1f\xbd\xfb\xe0\x47\xef\x3e\x3e\xfa\x1a\x8f\x0d\x05\x9b\xdc\xd2\xa7\xde\x21\x8e\x32\x7a\x09\x3f\xbf\xc2\x87\x3b\x1c\xea\x18\xe6\x62\x50\x70\x7a\x4e\x19\xd4\xba\xef\x79\xd3\xc3\xe3\xef\x70\x74\x91\x5e\x9f\x91\x01\x65\x03\x62\x96\x6c\x2c\xc7\x2b\xd7\xad\x29\x19\xad\xaf\x9e\x9e\xd9\x21\x1e\xb7\x09\x52\x27\x13\x2c\x73\xbf\x02\x97\x91\x5b\xfd\x54\x86\x80\xba\x7f\xff\x06\xde\x2d\xd5\xff\xf6\x07\x8e\x5b\x2c\x05\x8c\xa3\x07\xbb\xfc\x0b\xe2\x60\x78\x87\x78\xfc\xe0\x1b\xe3\x89\xf3\x3e\xbe\x2f\x7f\xdc\xff\x83\x1e\xf0\x8d\x56\x55\x7b\x59\x3c\xf4\x9a\xfd\x83\xf7\xfb\xbb\x89\x84\x2a\xcc\x47\x37\x3d\x1e\x47\xda\xc7\x45\x64\xf3\xda\x10\x69\x37\xa8\xbe\x83\x85\x81\x09\x1d\x7d\x83\x8f\xb0\x5d\x44\x27\xc5\x86\x89\x1f\x7d\x23\x93\x1f\x1c\xe1\x76\x1e\xd7\x60\x5a\x77\x2b\x1a\x0e\x22\x68\xff\x9b\x09\x8e\xf6\x2a\xf8\xb5\x2c\x18\xd9\x31\xd5\x5e\x05\x02\x52\x29\x08\x19\x7c\xf9\x6a\x77\xcb\x94\x0d\x16\x1a\x63\x95\x4b\x49\xd3\xc3\x83\x89\x99\x68\x04\xd4\x46\xa6\x7d\x0b\x29\xdf\xc2\x0a\x7c\x85\xc7\x0f\xbe\xc3\x66\xb5\x8f\xbe\x72\xbd\x1f\x3a\xc0\xef\xa5\x36\xd5\x2d\x3c\x50\x9b\x02\x70\x4f\xfe\x3d\xd2\x7f\x0f\xd5\xdf\x3f\x4c\xec\x92\xda\xde\x1f\x78\xdb\x4c\xbd\x24\xdc\x58\x04\x68\x8c\xd5\x0b\xf8\xe7\xd5\xee\x56\x1b\xaf\xd0\xb6\x56\x71\x0f\x02\x1b\xc5\xbe\xf2\x8a\x6d\x7c\xe2\xb6\xb5\x96\xf7\x10\x70\xaf\xd6\x9b\xa5\xbe\x95\x3b\x04\x84\xa1\x54\x1e\xf4\x7a\xcd\xbe\xf1\xf6\xd7\xd7\x06\x64\xdf\x4c\x2c\xae\xb1\xa2\x08\x80\x0b\x10\x0d\xf7\x76\x4b\x0f\x05\x3c\x76\xdc\xd6\xc5\xb7\x77\xe8\x02\x8c\x86\x88\x3a\x91\xb6\x76\xf2\xdd\x5d\x3b\xc9\xd5\x31\xb7\xb5\x93\x3f\xdc\xac\x13\x59\x6d\x82\xc7\x3b\x0f\x00\x45\x80\xbb\xdd\x80\x9e\x7f\x87\xef\x1f\x86\x1e\x60\x5d\xf6\x06\x4a\xbd\x89\x90\xdf\x37\x9e\x62\x77\xb9\x9f\xdd\x83\x28\x6b\xb2\xbf\x81\x2c\x9b\xdc\xbb\x10\xe6\xa3\xdf\x09\xf3\xef\x84\xf9\x77\xc2\xfc\x3b\x61\xfe\xdf\x4f\x98\x8f\x36\x10\xe6\x4d\x89\xd8\xbb\x0c\x6d\xe7\xdc\x1b\xa4\xfd\xe8\xc8\xdd\x0f\xb6\xd1\xd6\xfb\xbb\x6f\x56\x40\xb2\xe6\x45\x9e\xc9\xfd\x12\xd2\xa2\x06\x0d\xca\x68\xb9\xd0\x17\x0e\xf5\xc0\xd8\xa7\x23\x7b\x5e\x41\xb6\xba\x38\x9f\xa7\xa5\x24\x67\xa0\x2b\x50\x6e\xce\xe5\x3c\xb3\x01\x85\xd8\x4b\x40\xf0\xf2\x7c\xa0\xe3\xa6\x45\x38\x2a\xe4\xd5\x76\x26\x6f\xbf\x70\xcb\x76\x17\xbf\xc8\x37\xd7\xcd\x09\xdc\x5d\xfe\xb5\xc1\x67\xfa\x5d\xa5\x1a\xfb\x39\x52\xbf\x45\xfb\x2d\x2f\x9a\x7f\x73\xa9\xc9\x2f\xff\x3d\x7f\xf6\xdd\x8b\xaf\x4e\xee\x20\x35\xd9\x2c\x24\x69\xc8\x53\x3c\x59\x87\x13\x9d\x14\xcc\xbe\x3f\xb0\x62\x0d\xf7\xe9\xac\xf7\xe5\x97\x7e\x11\xb1\x53\x1c\x62\x84\x27\xea\xe7\xd3\x7c\xc9\xb7\x8b\x57\xda\xc4\x27\x5b\x63\x0f\xe8\xbb\xf6\xa1\x61\xab\x0e\xef\x78\xd7\x6e\x72\x72\xea\xf7\xb7\x9f\xe1\xaa\xdd\xbc\x66\x6f\x65\xd8\x34\xda\xfa\xa4\xd4\xd2\x7b\xc3\xe4\x6c\x66\xd4\x74\xed\x36\x76\x6a\x6b\x8b\x5f\x07\x5c\xd3\x78\x57\xeb\x86\x0d\xac\x9d\x57\xdb\xfb\xf8\xea\x36\x7d\x7c\xd5\xd6\x47\xad\x1b\xcb\x23\xde\xff\x0a\x47\xbc\x00\xe2\xa7\x9e\xb9\x6a\x12\x1f\x89\xf4\xcc\x44\x1e\xaa\x71\xa6\xdf\xc2\xa2\x6a\xa3\x3a\x49\x5e\x0f\xbd\xb5\x07\x9e\xd3\xd9\xa2\x44\x6a\xdd\x4c\x35\x63\x88\x02\xd5\x2c\xb9\xb1\xcc\xaa\x75\xc2\x1b\xed\xc1\x9f\xeb\xd9\xd6\x9a\x0d\xdb\x22\x1f\x17\x29\xcb\x48\x7d\x18\x4e\x90\x18\x94\xb6\x93\x6a\xac\x43\x63\xca\x82\x2f\x89\x3f\x6b\x9f\xaf\xf6\x19\xca\xd6\xb7\x32\xad\xdc\x9f\xf7\x2e\xdc\x9e\xae\xf5\x27\x59\xed\x15\xf5\xb3\xc8\xb0\x92\xa2\x43\xed\x15\x3e\x90\xeb\xb6\x7e\x0c\x91\x6b\xaf\xe4\x7b\x2d\x0d\xeb\x79\xaf\x9d\xb6\x54\x05\x3f\x1c\x2d\x15\x25\xe5\xdc\x39\xcc\xcd\xbc\xdb\x76\xd6\xed\xdb\x0d\xec\x61\x13\xe0\x5b\xb8\xc3\xc3\xdb\x77\xe1\xcf\x7c\x4b\x0f\x47\xb7\xef\xc1\x2e\xfe\x96\xe6\xef\xdf\x11\x46\xfb\xf0\xe9\x0f\xee\xd8\xc7\x3e\x6c\xfa\x57\xb7\xef\x63\xa6\xce\xda\xad\xcd\x7f\x7d\xfb\xe6\xcf\xe0\xfc\xbe\xc3\x85\x6c\xf7\xe0\x77\xde\xf8\xb6\x5f\xc7\x76\x77\xb0\xfb\xc2\xb7\xfd\x2e\x56\xef\xe1\x36\xb7\x24\x13\xbb\xe8\x0f\xcd\x1b\xd2\xe7\x16\x5b\x6d\xe3\x6f\x34\x03\xb5\x4d\x6a\x75\x78\x53\xa9\x55\x53\x62\xf5\x3b\x8f\xf3\x3b\x8f\xf3\x3b\x8f\xf3\x3b\x8f\xf3\x3b\x8f\xf3\x3b\x8f\xf3\x3b\x8f\xf3\x3b\x8f\x73\x67\x09\xf0\x66\xb1\xe7\xb4\x60\xd3\x54\x18\x81\xe7\x92\xe5\x04\x24\x65\x75\x61\x27\x0b\x24\x9e\xbf\xb2\xb0\x53\x9f\x9c\x9f\x4b\xd8\xf9\x6f\x25\xe4\xbc\xbe\x7a\xf1\xcf\xc3\xaf\x66\xdf\xb5\x0b\x39\xd3\x05\x0d\x25\x80\x4e\x34\x19\x44\x2a\x91\x09\x81\xd7\x79\x99\xa0\x39\x09\x2f\x5c\x7f\xf4\xbd\x06\xad\x4b\xdb\x20\x49\xfc\xd6\xdb\x21\xdf\x38\xe6\xd6\xb2\x22\xce\xa8\xd4\x71\x0e\xd8\xd3\xd4\xbd\x35\xf2\xe4\xe8\x99\xb6\xc7\xf3\xd8\x06\xfb\x3c\x09\x30\xd0\xf1\x4c\x6d\xf9\x96\x99\x69\xcd\xf5\xb9\x96\xb6\x7c\x33\xa0\x49\xc8\x69\xd6\xf7\xfe\xb7\x81\x84\xd4\x16\x55\xc4\xaf\x5d\x50\xae\xf6\xbd\x93\x19\xfb\xc2\xe5\xba\x6c\xd9\x49\xa1\x7d\xf9\x6c\x2b\x40\x26\x8d\x41\xf8\xe5\x5c\x27\xdb\xcb\xd5\xcc\xcd\xb6\x96\xbd\x6c\xb6\x39\x99\x84\x30\x30\xbf\x1f\x58\x70\xf9\xf7\xa1\xff\xbd\x40\xa8\xd7\x68\x43\x9d\x6f\xf6\x47\x9d\xa9\xb7\x13\xf6\x85\x5a\x7d\x53\xd7\x77\xbd\xaf\xe0\xf0\x6c\x09\x23\xbc\x97\x12\x3f\x34\x45\xff\x37\x5b\x97\xaf\x1b\x39\xbe\x81\x84\xe2\x0c\x6f\xb8\xa6\xad\xe5\x7c\xb0\x6d\x2f\x29\x6a\x5c\x41\xb3\x04\x80\x7b\xc7\xf4\x95\xf9\xc4\xd6\x32\x6a\x99\x76\x80\x9b\xec\xd1\x50\xb0\xbc\xfb\x6e\xef\x6f\x6e\xb3\xbd\x7f\x47\xd4\xdf\x11\xf5\x33\x20\x6a\xfd\xd7\x5e\x16\xd1\x87\x3b\x17\xf1\x06\x06\xe4\x9a\x6d\x77\x56\x10\x9b\x0d\x1d\x22\x25\x2b\x79\x60\x2d\x14\xbe\xc3\xf7\xf5\xe5\x42\x89\x62\x6e\x68\x7a\xe1\xf7\x5f\x6b\x6a\x97\xdd\x43\xfb\x5d\x61\x4b\xc0\xf7\x19\xec\xe9\x34\x2b\x58\x6e\xad\x1d\x08\x2b\x97\x9c\x0c\xca\x74\x46\x06\x3e\xdf\x1f\xf8\x27\xfb\x57\x84\x8d\x2d\xc5\x15\x95\xc8\xf0\x49\xef\x02\xb7\xba\x03\x6c\x0e\x75\xfe\xd9\x18\xff\x5a\xe4\xc3\x96\x20\x8f\x9b\x9d\xe8\x63\x9e\x44\xe9\x59\x59\xe4\x4b\x41\xc0\x33\xf4\x70\x61\x9f\x68\x26\xf7\xe2\x74\x29\x8a\xb5\x0a\x0f\x83\xee\x81\xc3\xfd\x19\xfd\x48\xb2\xb0\x24\xaa\x07\xa2\x3d\x2b\xb2\x6b\xf7\xa4\x36\x21\x0f\x69\x42\xc3\xf0\x00\x0f\x11\x9d\xc5\x9b\xc7\x45\x11\x8e\x7b\x7c\xbd\x06\x9c\xa4\x53\x70\x94\xec\xba\xeb\xf7\xd9\x50\x90\x52\xc4\x62\x58\x5c\x12\x3e\xcb\x8b\xab\x03\xf7\xf3\x9d\xf7\xfb\xef\xc6\xc1\x45\x97\x76\xda\x06\x59\x79\xd7\x26\xe2\x5e\xe0\xeb\x1d\x6b\xdf\xaf\x7a\x59\x7f\xd3\x0f\x34\xb2\x9a\xff\x09\xed\xab\xd6\xfa\xa8\x53\x51\xec\xda\x5e\xe6\xd3\xe6\xcb\xfc\xa2\xe5\x45\x7d\xba\xed\xb5\x7e\xb9\xf9\xb5\x7e\x5e\x25\x0c\x2f\x0d\x64\x17\xe9\x39\xf9\xfb\xab\xd9\xac\x24\x02\x4f\xfd\xc4\x77\x3a\x71\x25\x89\xf1\x28\xc3\xa2\x58\x8c\xe6\x18\x48\xea\x68\x86\x15\xd9\x1c\x2d\xaa\x04\xb0\xeb\x69\xb1\x64\x19\x65\xe7\xcf\x72\x4a\x98\xf8\x59\xc5\x97\x5b\xe9\x42\x17\xba\xd6\x65\x95\x88\x8d\x85\xcf\x93\xba\x03\x52\x99\x09\x33\x5d\xaf\xf5\xb0\x28\x63\x7a\xf2\xf8\x2c\x59\x55\xf8\x3a\xe1\x5e\xd8\x4f\x7c\xba\x11\x5b\xae\x91\xc5\x0d\x15\x86\x34\xe2\x24\x87\xc0\x5d\x12\x71\x4e\xfb\x7d\x87\xe1\xfa\xdb\xc4\x28\xbd\xde\x14\x81\xf4\x3a\xb9\xbe\x79\xdf\x72\x7b\xd8\x9e\x93\x24\x39\x5d\xaf\x83\xbd\x75\x6a\x1e\x38\x5f\x6f\x82\x53\x27\x1b\x24\xca\x59\x00\x9e\xcb\x5f\xa2\x58\x80\x13\x8b\x02\x16\x4b\x6d\xef\x91\xa8\x92\xeb\x0e\x78\xef\x1d\x24\x42\x87\x7c\xfa\x51\x57\x31\xdf\x6f\x8b\x05\xaa\x2e\x93\xf4\x78\x36\xba\xc4\x69\xbf\x1f\x9f\xe9\x97\xe1\x97\xca\xab\xf2\x55\x92\x1d\x2c\x61\xc0\xe0\x8e\x2c\x49\x12\xaa\x5d\x93\x0d\xe0\x74\x86\xa8\xc3\x7a\xb4\x2f\x53\x31\x1f\x5e\x50\x16\x9f\xe3\xec\xe0\x12\x0d\xd4\x77\xfa\x31\x3e\xc4\xe0\x1c\x24\xc8\x9f\x85\xf9\x07\xb3\xc1\x25\xea\xd0\xe4\xf2\x31\xe9\xf7\xc5\x63\x72\xac\x4f\xf6\xd1\xe5\x63\xd1\xef\x93\xc7\xe2\x58\x71\x03\xa3\x72\xbd\x56\xbf\x54\xc4\x0c\x33\xb2\x81\x2a\xfe\xe9\x87\x13\xf6\xde\x18\x9e\x1c\x8e\xfa\x59\x45\x6e\x08\xc7\x67\xfa\xc9\xfd\xf9\x20\xbe\x3a\x98\xa1\xd1\x99\x7a\x93\x1f\x4d\x95\x1c\x17\xca\x5c\x1d\xc4\xb2\x97\x7b\xf7\x47\x57\x00\xea\x93\x64\xde\xc0\x8c\x4d\xd8\x14\x6c\x12\x24\xf3\xcd\x09\x00\xd1\x5f\xe2\xc8\xbd\x65\x5c\xaf\xe3\x93\x83\x64\x8a\x70\x94\x9e\x15\xaa\xd5\x02\x9d\x81\xcb\x80\x93\xc1\x45\xc7\x42\xf1\x8c\xe4\xc5\x55\x90\x7b\xb0\x80\x5c\xf3\xd8\xfe\x60\x71\x70\xf1\x68\x7a\xe0\x6f\xc2\x3f\x69\x47\x01\xc9\xfc\xf1\x45\xa7\x48\xc8\x7a\x2d\x8e\x5d\x43\x79\xbf\xdf\x93\xe0\x3a\xd6\x3d\x8f\xdc\x08\x64\x96\x84\xac\x29\x3d\xca\xd7\xeb\xd8\x7d\xe9\x82\x68\xa4\x13\xb0\x19\x91\x3f\xcc\xe3\xc5\x68\x70\x81\x74\xfc\x98\xbd\x09\x28\x98\x52\x8e\xce\xaa\xaa\xb3\x95\x58\x0b\xed\xd2\xa7\x46\xa7\xbb\xb4\xd5\x89\x4a\xd1\xec\x29\x95\xe4\xb5\x4c\xda\x4a\xeb\x6b\x44\xa3\x8a\x99\xac\x1a\xe2\xaa\xaa\x82\x7d\x57\x98\x40\x34\x1b\x29\x6d\x87\x6e\x26\xac\x3a\x3e\x72\x93\xda\x1f\x34\x88\x6a\xa7\xcd\xa1\x61\xc2\x95\x6b\x12\xaa\xc8\xc3\x63\x66\x77\x40\x7d\x37\x3a\x14\x57\x23\x5e\x29\xaa\xcf\xb7\x1e\x11\xaa\x0c\xdb\x72\x32\x74\x4a\xe5\x31\x23\x51\x07\x51\xcc\x07\x0c\xdd\xbb\x5f\x6d\xa2\x02\xbb\xa1\x85\xd9\xd6\xce\x5a\x41\x00\xcd\x3f\xd6\x4e\x33\xda\x20\xe0\x68\x40\xd1\xef\xc7\xad\xad\xe8\x22\xc6\xfd\x84\xdb\x13\xe9\x71\xdc\xf4\x03\x99\xa4\x98\x4a\x92\xbb\xf9\xc4\x2c\x9d\xa7\x99\x64\x40\xb5\xef\x0e\x34\x6a\x69\xca\xe2\x57\x80\xfb\x75\x1e\x86\x2b\xff\xbb\x12\xf3\xc1\x09\x2f\x4a\x1e\x17\xe1\x6b\xf4\x63\x0e\x79\x87\xb8\x40\x23\x61\x8b\x79\xcc\x2f\xdb\x93\xf9\x75\xc1\x85\x3e\xbf\xb0\xdb\xf7\x38\xac\x3c\xde\x72\x70\x31\x25\x5c\x4c\x7c\x17\xc1\x2a\x86\xf0\xcc\x10\x6c\x35\x03\x0d\x29\x04\x13\xb6\x2e\x6a\xf8\x7a\xdd\xe3\xe3\xc3\x09\xf0\x9d\xd7\xf9\xb2\x54\x7c\x67\x58\x61\x7c\x38\x51\xce\xdf\xdf\x5e\x2f\x88\x8d\xc6\xa5\xf7\x21\x9c\x35\xe9\x59\x19\xb7\xd5\x82\xdd\x39\xa8\x0f\xc0\xe6\x20\x4c\x77\xd7\x7f\xb7\xb1\xfe\x3b\xeb\xf8\x84\x3d\x4e\xbe\x5e\xaf\xe9\xe3\xe4\xeb\x6a\xcf\x05\x53\x3c\xc3\x60\x4e\xf2\x85\xf2\xcd\xfd\xd9\x6f\x2a\x2a\xf0\x6b\xfd\xa6\x62\x02\xc6\xf2\xe4\xd0\x84\x8c\xa5\xe6\xe7\xcb\x22\x23\xa3\x22\x11\x55\x02\x71\xe9\x0b\xb9\x34\x68\x75\x5f\x6f\x49\xfe\xff\x92\x07\x98\xfe\xbf\xe4\x01\xd2\xfe\x71\x49\xc2\x62\xd4\xb1\x9e\x19\x88\x2a\x43\x64\x19\x62\x0f\x17\xd3\x9d\xed\xac\xaa\xfc\x41\xfe\x48\x19\xf9\x93\x76\x9e\xa3\xd2\x6b\xa1\x6e\x6b\xd8\x67\x82\xbd\xad\xc2\x98\xb5\x23\x3d\x03\x1b\x89\xd6\x24\xbc\xab\x97\x78\xe7\x4a\x54\x0a\xa3\x30\x55\x1c\xad\x17\xb3\x8d\xa0\xf5\x5a\x24\x49\x42\x1e\xa2\x95\xbc\x9a\xa8\xc5\x03\x12\x2f\x91\xc3\x31\xd6\x98\xda\x5c\x35\x0b\x9b\xad\xcf\x77\x5e\x0b\xae\x7b\x90\x0c\x88\xcf\x4f\xf2\x5a\x04\xdd\x83\x84\xb5\x16\x78\xd7\xd2\xc0\xdb\x62\x61\xb3\x5d\x7d\xea\xe7\xd7\x22\xb3\x43\x6c\x7f\x3f\x2c\xfb\x19\x27\xe9\x87\x0e\x49\x6c\x2c\x39\x0e\xd7\xb5\x5a\x64\xdc\x24\xf4\x39\x8e\x99\x0b\x50\x6c\xbd\x62\x93\xd8\xfa\xc4\x96\x7d\x16\x89\x8d\xcf\xa4\x83\xf5\x3d\xfe\xca\xf3\x1d\x6d\x33\xc7\x5f\x4d\x8e\xfd\x8f\xd1\x78\xa2\xb1\x2b\x4d\x56\x5a\x2b\x39\x62\xd8\x01\x64\x74\x88\xed\xec\x46\x87\x15\x2e\x13\x16\x2c\x0f\x0b\x96\x27\xb7\xb9\x7a\x79\x58\xb8\x3c\xcb\x06\x22\x0d\x98\x0f\xfd\x1a\x52\x95\x2d\xb9\xef\x9a\x55\xe5\xc2\xd4\x90\x2d\xf7\x33\x2b\x77\x4f\x6c\xb0\xa7\x0c\x75\xa2\x39\xcd\x32\xc2\x24\x65\x9c\xba\x6b\x76\xbf\x1f\xa7\x5e\xe7\x89\x3f\x92\x03\x81\xc5\xe3\x65\x3d\x40\xb3\x18\x24\xf5\xb4\x91\x78\xb4\xac\x87\x80\xf6\x8a\xd9\xa9\x88\xe4\x70\xc3\x38\xde\x79\xe3\x78\x0b\xbe\xb3\xec\xef\x03\x8e\xb9\x19\x85\x9d\xf9\x31\xb7\xcd\x3b\x68\x70\x33\x0a\x17\x12\xda\x2b\x66\x47\xc1\xe5\x28\x24\xba\xf6\x92\x84\xf6\xfb\xb1\x58\xaf\xb9\x95\x36\x68\x84\xf3\xaf\x90\x54\x79\x4c\x9f\xa6\x22\x1e\xa7\x13\x64\xa9\x75\x90\x5a\x59\x24\x86\xcd\x51\x58\x21\x4a\x9a\x1c\x3e\x4c\x1f\x51\x13\x5b\x32\x3d\x38\x40\x45\x42\xc7\xe9\x04\x17\x43\x8d\x89\x3e\xfc\x0b\x1f\x13\xea\x25\x24\x64\x0a\x7f\xc1\xc9\xf0\xc7\x17\x3f\x9d\xbc\x39\x7d\x7d\xf2\xf3\xe9\xeb\x27\x7f\x3c\x49\xc8\xf0\xf9\xab\x97\xa7\xcf\x4f\x7e\x7c\xfb\xa4\x99\x20\xcb\x86\x25\x5e\xfc\xfd\xe4\xc7\xd0\x3b\xb9\x48\x0e\x3b\xcd\x22\xa2\xd3\x68\xe7\xa8\xd3\xe8\xeb\x7e\xa7\x31\x9e\x07\x9a\x6b\xd7\x7d\xd8\x7d\xad\xbd\x5d\xba\x03\xdc\xec\x7d\xd2\x08\xf5\xa3\x20\x10\x47\x74\xc6\xd3\x0b\x12\x49\xb6\xa6\xe4\xd3\x24\xfa\xaf\x08\x13\xcd\x69\x2d\x2c\x43\x65\x2f\xed\x36\xef\x92\x96\xf4\x8c\xe6\x54\x5c\x27\x06\xf3\x6c\x9e\xba\x58\x47\x87\x8b\x8f\x2e\x4d\xfb\x5c\x0b\x13\xcf\x0a\x9e\x11\x9e\xa8\x27\x65\xb5\x88\x2c\xe9\x62\x41\x58\xf6\x6c\x4e\xf3\x2c\x26\xc8\x82\x51\x05\x62\x07\x92\x01\x5b\xd2\x54\xea\x08\xe5\xfb\x13\x61\x01\x8e\xf4\x49\x1c\x3d\xea\x65\xc5\x54\x5c\x2f\x48\x77\x2e\x2e\xf2\xc7\x8f\xf4\xbf\x24\xcd\x1e\x3f\xba\xa7\xfe\xc8\x9e\x1e\x3f\x2a\x17\x29\x7b\xfc\xf7\x47\xf7\xe0\xef\xa3\x7b\x2a\xf1\x1e\x14\x8f\x64\x7b\xca\xc5\xa8\xb9\x5a\x68\x69\x1e\x4f\xd8\x70\x46\x79\x69\x04\x78\x30\xd2\xa1\x92\x4b\x68\x7a\x15\x4e\x48\x99\xe7\x99\x09\x39\x12\xde\x64\x49\xa6\x29\xbb\x97\x2a\xe0\xfe\x36\xd6\x11\xba\x35\xe5\x2a\x3e\x5e\x5d\x14\x19\xc9\xc1\x7f\x16\x5e\xa4\xbc\xb4\xed\x8f\x48\xf2\x58\x55\x78\x23\x38\x65\xe7\xc3\x69\x7a\x41\x72\xfa\x0b\x89\xa3\x69\xca\x06\xd1\x01\x41\x58\xf2\x08\x6a\x2a\x72\xcc\xbe\xb7\xaa\x73\x62\x1c\x30\xfb\x6d\x42\x5c\xb1\x5d\x12\x66\x09\xa0\xa9\x26\xc4\x9f\x11\x42\x7a\x0d\x6a\x4c\x8d\x99\x43\x22\xd6\x6b\xa2\x3d\x6a\x9b\xc1\xc4\x02\xc7\x4d\x77\x58\xad\xee\xfb\xf2\xa2\xf8\xb0\x5c\xc4\x51\x49\xf8\x25\x9d\x92\xd1\x34\x65\x11\x32\x5d\xfe\xa0\xdc\xa7\x5b\x30\x21\x54\x21\x34\xe4\x24\xcd\x5e\xb1\xfc\x3a\x46\x1b\x90\x46\xf3\xab\xf7\x64\x5b\xbf\x8d\x59\x0d\x0c\xc0\x22\xce\x34\x65\xda\xdb\x28\x65\xd0\x8d\x9e\x6c\x8c\xb0\x9e\xa8\xc6\x2a\xdd\x2f\x68\x27\x20\x45\x03\x54\x41\x3c\x27\x62\xcc\x31\x9b\x24\x04\xaf\x74\x3d\x28\x49\xc3\x8a\x85\xf6\x24\x3b\x4d\x99\xc2\xa9\x98\x23\x9c\xba\x34\x0f\xb6\x14\x33\x2c\xdc\x89\x93\xa4\x35\x24\x2c\x8c\x3f\x7d\xb5\x69\x35\x06\x9b\xe7\xe5\x36\xb8\x63\x9a\x65\xf5\xac\x14\x17\x08\xa7\xe3\x62\x52\xe1\xcc\x3a\x03\x0f\xc2\x0c\x6c\x6f\xb2\x25\x62\x66\x85\xdb\x3a\x02\xc8\x28\xe0\x3a\x4f\x9e\x94\x94\xca\xb1\xba\x81\xd3\x88\x84\x30\x12\x15\xd2\x28\x9b\x66\x99\x6d\x4b\xf9\x62\xd7\x55\x86\xd1\x81\x72\x89\x89\x23\x4e\xf4\x3a\x44\x72\x10\x1b\x06\xae\x07\xa1\x72\x37\x37\xa9\xfc\x61\xba\xa1\x34\xbb\xd0\x2e\xaa\x55\x15\xe3\x22\x4e\x37\x60\x61\x89\x77\x4f\xb9\x1d\xa5\xaa\xfd\xc8\x8a\xb7\x85\x58\x21\xc2\x90\x40\xed\x1b\xad\x16\xe5\xe7\xb3\xec\x2f\x9e\xd8\x70\x1d\x6e\x73\xe9\x2d\x62\xd0\xab\xb7\x19\x81\x82\x89\xf3\xf6\x89\x1b\x03\xfc\xd6\xf9\x9a\xd3\xe8\x13\xcf\x75\x63\x85\x27\xe6\xf4\x5b\x85\x2e\x08\xcf\x89\x68\x73\x7e\x68\xe6\x56\x55\x68\xd3\xe4\xac\xbb\xc2\xf2\x1e\xf8\xa3\x18\xd8\xcc\xb6\x39\x6b\xdf\xaa\x7c\xc7\x84\x83\x50\xd9\xb7\x89\x64\xe3\xc6\x95\xf0\xc6\xca\x63\xb7\xe6\x9c\x00\x73\xb3\x92\xe5\x63\xed\x0e\xbd\x6d\xa5\xd5\x16\x2a\x89\x88\xa3\x45\xbe\xe4\xd0\x72\xf6\xf6\x7a\x41\xec\x4e\x8a\xcc\xa6\xa4\xa4\x84\xe0\x75\x5a\x0a\xb6\x72\x43\x19\xf1\x6a\xbb\x8c\x4b\x42\x54\x53\xf2\xc6\x59\xd3\x86\x35\x7e\x9a\x92\xaf\xb0\x82\x5f\x40\x5f\x3b\x63\x64\x7d\x9a\xfd\x63\xc2\xfc\xbc\x51\xa3\xb6\x7b\x08\xa8\xbe\x64\x63\x6a\xf1\x3f\xed\xf9\xf4\x83\x89\x63\xa2\xf8\xed\xc6\x35\xf9\x7e\xeb\x35\xf9\xbe\x7f\x4d\xbe\x3f\x19\xad\x2a\xcc\xda\x9d\xf8\xce\xd2\xa9\x28\x38\x74\x63\x88\xe5\x48\xf2\x4d\x4e\x50\x03\xae\xaf\x93\xba\xcf\x6e\xcd\x93\x89\x0a\x73\xa4\x18\x53\x9a\x30\xcd\xda\xc7\xdc\x9e\x6c\xb4\x52\x41\xbb\xf4\x34\x94\x34\x40\x95\xf6\xc9\x2b\x04\x03\x81\x4c\x5c\x24\x74\x18\xf0\x6c\xb6\x29\x8f\x06\x17\x15\x9e\xa6\xbe\x7b\xf2\x55\x48\x6e\x71\x70\x4a\xeb\x63\x59\x1d\xc9\xb6\xc1\x9e\xa2\x57\x76\x78\x0c\x53\x68\x0e\x9a\x66\x85\x08\xe3\x85\xf5\xcc\x29\xae\x93\x43\x92\xb6\x01\x47\xeb\xb8\xd6\x82\xa6\x94\xcd\x94\xeb\xfe\xcf\x47\xc6\xeb\xc6\x07\x20\xa2\x5a\xe4\x54\xc4\x51\x37\x42\x98\x26\xb1\xdc\xe9\x25\x65\xe7\xcb\x3c\xe5\xf4\x17\x82\x62\x36\x5c\x14\x8b\x18\x41\x98\xac\x31\xd3\xb8\x36\x38\x9a\x74\x24\x23\x35\xcd\x97\x19\x29\xe3\x02\xb4\xfe\x50\x4e\x43\x34\x5c\x84\x76\xc6\x9c\x0d\xff\x59\x50\x06\x3d\xa3\xda\x2a\x55\x1d\x23\xae\x1b\x47\xc5\x2c\xc2\x11\x65\x11\x8e\x66\x60\x7b\x22\x0a\xf9\x93\x17\x17\xc6\x1a\x3d\x2d\xa3\x49\x0b\xd0\x41\x10\x5b\x12\x31\x98\x16\x2c\x83\xbb\x63\x9a\x0f\x2e\xd3\x9c\x66\x60\x28\x55\xde\xd3\xbf\x0b\x49\x86\x8b\x0b\x22\xe8\x05\xf9\x9c\xe2\xd5\x76\xa1\x38\x9d\xc5\x4f\x38\x4f\xaf\x87\xb4\x84\xbf\xb1\xdb\xac\x87\x13\x64\x8f\x15\x3f\x75\x78\x91\x2e\x62\xee\x6e\x6d\x61\x15\xff\x20\x70\xb7\x1c\x3f\x48\x9b\x8a\xf2\xa7\x10\xa0\x4c\x56\x92\xa9\x27\x3a\x28\xaf\x5d\xd1\x68\x18\x21\x63\x9f\x62\x89\x45\x5c\x60\x02\x62\x15\x47\x10\x8c\x4c\xc5\xa8\xee\x2c\x3a\x0d\x23\x84\x59\xc2\x15\x52\x60\x9a\x70\xbd\xd8\x32\xbd\x0c\x9a\xa4\x76\x5b\x97\xfd\x7e\x39\x9c\xa7\xa5\xe7\x38\xb6\x99\x12\x33\x74\x2c\x46\xae\x81\x14\xbb\x0b\x6c\x51\x2f\x4b\xd0\x71\x38\xfa\x7a\x45\x13\x7e\xaf\x27\x54\x84\xb9\x12\x40\xb3\x5e\x13\x0f\x50\x55\xd5\x76\xc5\xb1\xe8\xe5\xa3\x94\xe5\xc5\x4c\x6e\xeb\x71\x64\x32\x5b\x8a\xef\x7d\xc6\x13\x4d\xed\xc6\x0c\xd3\x49\x42\xf4\x34\x60\xfb\xda\xd6\x50\x0c\xb9\x92\x44\xdd\x02\x5f\x6d\x33\x2d\xec\x40\x70\x90\xe9\x8b\x96\x9a\x8c\x24\xf8\xdb\x89\x61\x2b\xe0\x5a\x38\x3e\x9d\x4d\xb2\xc1\xbe\xe0\xf9\x74\xfc\xad\xba\x10\xff\xd5\x10\x88\x1d\x1c\x6b\xeb\x8c\x14\xc1\x3f\x27\x62\x70\x41\xca\x32\x3d\x0f\x69\x8b\xc1\x85\x73\x45\x9f\x66\xf4\xbc\x89\x1e\x2d\xcd\xb9\xa6\xf6\x28\x7c\x45\xc5\x7c\xa0\xc7\x5d\x36\x99\x1b\x79\xfc\x7e\x72\x9a\x66\xec\x40\x1a\xcc\xc9\x61\x2b\x73\x72\xe8\x33\x27\x87\x93\x11\x27\xff\x5a\x52\x4e\xfe\x59\x0e\x09\x13\x9c\x92\x12\x8b\xa4\x17\x37\x1a\x3b\x6a\x6d\xec\x68\x82\xd6\x6b\xff\x13\x97\x89\x65\xa4\x20\x52\x92\x89\x92\x47\xcb\xd7\x9c\x94\x84\x89\x38\xb5\x52\xe1\x14\x28\x98\x09\x97\xf8\x24\xa6\x31\x41\x68\x38\xa3\x2c\x8b\x49\xf2\x98\x80\x7a\xbb\x53\xaf\x9e\xa3\x7e\x3f\x2e\xe5\xa9\xc9\x1c\xc7\xa6\x27\xa1\x20\x16\xe7\xc8\xe4\xe0\xd2\x09\x96\xd3\xa4\xc4\xa5\x3e\xe5\x56\x1f\xc8\x75\x29\x59\x13\xb5\x00\xb8\xf0\x2e\x58\xca\x52\xf2\x35\x27\x33\xfa\xf1\x20\xba\xe7\x2f\xb2\xc5\x85\x8e\x92\x41\xab\x8b\xe5\x4d\x90\x53\xbd\x46\x1d\x5c\x2c\x73\x41\x17\x39\xf1\x4b\xdc\x75\x2b\x06\xb7\x91\x3b\xa1\xc4\x78\x82\x85\x5d\x14\x82\x86\x9c\x48\x20\xc9\x35\x89\xce\x8a\x22\x27\x29\x8b\x92\x44\x17\x10\xd7\x0b\xf2\x6a\x16\x13\xd4\xef\x3b\x66\xf1\xd0\x66\x83\xf8\x0a\x47\xaa\xfb\x08\xad\xd7\xe2\x2e\x11\x3f\xbd\xd9\x2b\x46\x56\xae\xe3\x88\x62\x46\xae\xc0\x1e\x68\x54\xe0\x22\xcf\xd4\xcf\x14\x6b\xc0\x8d\x4a\xac\x65\xc6\xc6\x16\xd0\x4e\x0d\x8e\x75\x89\x6a\xb1\x8d\xc2\x8b\x10\x1c\xb7\xa6\xc8\x12\x0d\x53\x76\x1d\x0b\x40\xc0\xe2\x82\x96\x36\x44\x98\x16\xeb\xfd\xfc\xe6\xaf\xaf\x87\xf2\x18\x5b\xa2\xa1\x98\x13\xe6\x71\xdf\x3c\x5e\xb6\x4a\xea\xf6\x22\x36\x4d\xba\xe5\xf1\x4e\xb6\xd8\xe7\x26\xce\x86\x25\x6c\xc4\x0c\xb2\x5b\x2f\x38\x96\x74\x01\x8e\x57\x67\x79\xca\x3e\x8c\xdc\xa6\x5a\xa8\xdd\x8b\xf5\x5f\x2f\x07\x4a\x62\x15\xfb\x04\x1c\xd6\xd3\x82\xc9\x0b\xc1\x1d\x71\x38\x8a\x3a\xc1\x3a\x59\x4e\x78\x41\x05\x5c\x07\xe2\x20\x3d\x4b\xcb\x39\x91\xdc\xb7\xc4\x77\xc5\x4f\xdd\x1b\x0f\x4f\x07\x93\x7b\xe7\xc8\xe3\x99\x77\xdf\x3b\xb6\x2c\xae\x28\x06\x72\x47\xff\xaa\xfc\xae\x51\x00\x09\x4d\xe9\x9c\xbf\xff\xa1\x28\x2c\x4c\xf2\xdc\xbb\xe9\x91\x2e\x65\xa5\x48\xd9\x94\x14\xb3\xee\xf3\x54\x90\xf5\x3a\x2a\xa0\xb2\x0b\x3b\x44\xfa\xfd\x68\xac\x12\xa1\xc8\x04\x0c\xa0\x8f\xc9\xa8\x11\xa0\x48\xd6\x36\x25\x7f\x82\x3c\x5d\x96\x91\x2b\xa8\x1a\x13\x34\x8a\xa3\x12\x86\x12\xf5\xda\x3a\x50\xc3\x9c\x80\xf1\xc9\x7a\x1d\x2d\x99\x02\x49\xe6\x3a\x91\x73\x2c\x72\xb2\x5e\xc7\xfa\xd7\xf0\x2a\xe5\x2c\x8e\x5e\xe7\x24\x2d\x49\x57\x42\xf5\xbd\xec\x4b\x5d\x42\xdf\x77\x45\xd1\x85\x5f\x5d\xd5\x6d\x29\x39\xe4\xa0\x66\x2c\x47\x77\xc2\x79\xc1\xd1\xb0\x14\xe9\xf4\x03\x42\xd8\x0e\xf8\xa7\xf4\x27\x74\xd3\x8d\xed\x52\x06\x44\x36\xfb\x29\x38\x93\x80\xd1\xf9\x8c\x82\x94\x06\xd5\xed\x52\x9f\xba\xdb\xb3\x36\x6a\x1d\xec\x90\xa7\x57\xaf\x96\x62\xb1\x14\x92\xfc\xf7\x8e\x70\x91\x84\xd2\x16\x84\xd3\xa4\x18\x36\x09\x80\xba\xf7\xb0\xa1\x9e\xa2\x21\xbb\x36\x01\x0c\x81\x25\x02\x8c\x4a\x1d\x9a\x3c\x57\x84\xfe\xa3\x18\x2d\x93\x55\x55\x25\x60\x81\xbc\xb4\x0d\xe8\xbb\x95\x4d\x50\xe6\xfb\x7a\x72\x0e\x99\xac\xb4\x47\xc4\x44\xc5\x65\x77\x14\xdd\xdd\x7a\x66\x05\xbf\x48\xc5\x4b\xd5\x52\x2c\x70\x48\x21\x33\x37\x95\x51\x5a\xe1\x25\x42\x95\x6c\x73\x1a\xdc\xc2\x4a\x27\x5c\x39\x8e\x97\x0d\x1a\xbb\xc4\xb5\x66\x90\x59\x9f\x1c\xeb\x69\xeb\x89\x8c\xa6\x6e\xe2\x15\x1a\xd5\x07\x37\xdd\x3d\xb8\x9b\x21\x73\xc8\xe5\xfe\x8a\xe4\xec\x8e\x67\x82\x3c\xb8\x9a\x75\x37\x71\xb6\xc7\xfe\xc7\xc8\x45\x8d\x0f\x80\xd9\x38\x18\x11\x5c\x71\x6f\x06\x4e\x9e\x2e\x7e\xe5\x43\xc1\x72\x38\x46\x04\x52\x67\x6b\x9e\x78\x07\x82\x49\x19\x93\xc9\xfe\x53\xf3\xb8\x15\x20\x69\xfc\x22\xad\xbf\xfa\xd9\x87\xc6\xb5\xd0\xcd\x06\x3b\xf4\xab\xd0\xbe\x3b\xa3\x5e\xa7\x2e\x16\xaa\x09\x85\x6e\x69\x82\xb5\xaa\x6c\xbc\x79\x87\x85\x25\x4e\x11\x5e\x2a\x3a\x6b\x2e\x12\x48\x47\x87\xb3\x0b\x41\x31\xc1\x39\x66\x56\x20\x2b\x99\xf6\xe5\x7a\x1d\x7b\x8a\x07\x14\x33\x2c\x79\xd8\x5b\x2c\x7a\x9d\xd3\xb9\xdb\x62\xdf\x80\x1a\xdd\x80\x11\xfb\x8f\xb8\x9f\x3b\xcc\x21\xb5\x83\x93\xe0\x55\x9a\xe7\xc5\xd5\x53\xe0\xb5\x7b\x47\x18\x80\xf6\x03\xd0\xfe\x51\xf4\xf2\xe5\xcb\xee\xf3\x02\x77\xdf\xbd\x7b\xf7\x2e\xaa\x10\x8e\x39\xd8\x38\xc3\xad\xc9\xab\x96\x56\x09\xc1\xab\x33\x32\x2b\xb8\x3c\x51\x0a\xf6\x8a\x3f\x55\x1f\x39\x4e\x67\x82\xf0\xd1\x12\x12\x9f\xc0\xef\xa9\x3d\x72\x32\x59\x6f\x9e\x44\x00\x48\x79\x92\xa6\xfd\xbe\xb2\x54\x2c\x42\x23\xe0\x59\xed\xaa\x5e\xb8\x53\x2f\x9e\xa1\xe3\xb2\xe5\x36\x5f\x22\x9c\x25\x99\x64\x1c\x9f\x9e\xfc\xf0\xea\xe7\x93\x49\x57\xf6\xd2\xa5\x65\xf7\xa7\x57\x6f\xbb\x6a\xac\xdd\xe8\xa0\x90\xfd\xab\xaf\x08\xcf\x1e\x27\x25\x3a\x0e\x91\x97\x63\xc5\x1f\xcc\x35\x7f\x50\xd8\x63\xd2\x4d\xd8\xcd\xa7\x42\xa3\xbc\xdf\x8f\xf3\xda\x60\x72\x3b\x98\x57\x3f\x75\x5f\xfd\xdc\x6d\x1b\x52\xc1\xba\x05\xaf\x0d\xcc\x41\x52\x0e\x2e\xbf\xc1\xd8\x82\x35\x08\xc6\xb7\xec\xf7\xe3\x65\x6d\x7c\x4b\x3b\xbe\x27\x3f\xbc\x3d\xf9\x39\x1c\x18\xac\xa0\x19\x11\x7c\x44\x78\xf6\x28\x59\xde\x60\x34\x06\x09\x82\x81\xf4\xe2\x69\xbf\x1f\x4f\x6b\x43\x99\xd6\x40\xd5\x32\x20\x05\xa9\x60\x58\x16\xbb\xe4\xd0\xa6\x08\xd5\x49\xd0\x0e\x48\x35\x11\xb3\x42\xa3\xed\x2d\x44\xac\x10\xdd\xb4\xab\x48\x94\x6d\xcc\xb4\xee\x37\x04\xf6\xcf\xde\xb6\x6a\x58\xdc\x51\x4f\xe0\xdf\xb8\x38\xf5\xfb\x3d\x5a\xfe\x94\xfe\x14\x13\x54\x85\xcd\xd4\x77\xe7\x8d\xc9\x2b\xf9\x38\xcd\x97\xe5\xff\xed\x03\x95\x0c\x73\x5a\x8a\x7e\x1f\x94\x28\x89\xfa\x32\xc4\x45\x9e\xae\xe6\x2d\x53\xd1\x38\x08\x3d\xe8\xc9\x53\x10\x2c\x46\xc2\x83\xb0\x68\x1e\x84\xc5\xed\x0e\x42\xc5\x8b\xff\xdf\x5d\x26\xcc\x92\x9e\xe1\x35\x4f\x2e\x16\xe2\x3a\xd6\xc3\xfa\x40\xae\x4b\xc9\x77\x9a\x15\x53\x6f\x70\x20\x5a\x3b\x0b\x8f\x90\xb4\xb1\x80\x06\xa8\x85\x59\x3d\x1a\xac\x5e\x5a\x5f\x3d\xaa\x74\x4a\x08\x75\x6e\xb8\x7a\xa0\x9d\xfb\x7d\x9f\xdd\x72\x9f\x79\xd0\xfb\xec\xfb\x6c\xb3\x01\xd3\x7e\xac\xea\xbe\xa5\x95\x04\x73\x7a\x83\x1a\x5a\xf8\xbd\x77\x79\x2d\x42\xdb\xbb\xbc\xd9\x0c\xb7\xc0\xe9\x5b\x1c\x37\xb7\xba\xf5\xb5\x70\xda\xd8\x89\xdc\x3f\x97\x19\x99\xc1\xc4\xe7\xb0\xc0\x37\xb6\x25\xdb\xdd\xf0\x6b\x8b\x0b\x7b\x35\xce\x6f\xd4\xf8\x8f\x1a\x6d\xf6\x6a\x9a\xdd\xa8\xe9\x9f\x34\x86\xed\xd5\x34\xbd\x51\xd3\x3f\x68\x64\xdc\xab\xe9\xe2\x46\x4d\xbf\x70\x78\xbb\x57\xeb\xe9\x8d\x5a\x3f\xf9\x78\xb3\xd6\xcb\x1b\xb5\xfe\x2c\xb8\x7a\xef\xd5\x41\xbe\xdd\xac\x71\x5f\xaa\xf3\xdb\x5d\xc1\xb7\x1d\x74\xff\x71\x37\xed\x65\x49\x9e\x12\x71\x45\x08\xd3\x62\x55\x35\x8a\x98\xd7\xce\x3f\xe6\x9f\x7f\x66\x0d\xec\xe1\xc7\xb7\x1f\x7e\xfc\xb6\x87\x9f\x39\x32\x7e\x5f\xec\x9b\xf0\x35\x1b\xe4\x29\x4a\xdf\x24\x37\x26\x7c\xfe\x54\x30\x32\xea\x1d\xa9\x27\x21\x56\x70\x02\xec\x90\xcd\x4f\x7a\x87\x96\x23\xda\x8a\x11\x66\xa1\x3e\x3b\x46\x38\x36\xe5\x3f\x94\x6f\x35\xe6\x92\x1d\xcf\xe6\xc0\x28\x07\x8f\x49\xb2\x32\x13\x1c\x91\x6a\x44\xbc\x25\x27\xc3\x82\xf5\xfb\x56\xa3\xe8\x2a\x0d\x0b\x76\xcc\x92\xb1\xfc\x3b\x19\x85\x06\x80\x32\x0d\xf5\xfb\x31\x83\xda\x12\xd6\x39\x11\x04\xaa\xf8\xd7\x13\xcd\xae\xa8\x4b\x0a\xeb\xf7\x7b\x6c\x58\x16\x17\x24\x26\xc9\xe3\x72\x4c\x26\xde\xcb\x79\xf9\xd9\xef\xe7\x63\x32\x41\xe1\x55\xa6\x29\x94\x75\x0b\xd5\xbc\xcc\x34\xa7\xbe\x84\xb7\xf8\xe1\xcc\x96\xc7\xcb\x91\x69\x07\x7c\x32\x2c\xc1\x2a\xe3\x58\xfd\x49\x22\xd0\xb0\x47\x23\xfd\xd7\xe6\xf7\xfb\xb1\x29\x61\xea\x22\x5c\xbf\x36\x81\x72\x68\x0b\xfa\x35\xed\xe9\x06\xe7\x64\xef\x78\xef\x56\x8c\x22\xf4\x72\x8f\x05\xe6\xce\xb4\xae\x0b\xde\x20\xe2\x3b\xda\xd2\xfd\x91\x88\x44\x6c\xb2\x3b\x6b\x33\xa7\x13\xbb\x9e\x4b\x6c\x99\x7c\xc3\xfe\xf0\x4e\x76\x3c\xc4\x7f\xfc\xd4\xa1\xb3\x18\x96\x87\x96\xcf\x9c\xb9\xa1\xf7\xc6\x36\x79\x0c\x0f\x63\x62\x86\xc9\xdd\x20\xf6\xe6\xb3\x19\x20\xde\xd0\x5a\x73\x3f\xf8\x35\xc8\x8f\xf7\x1e\x96\xf8\x16\x9b\xb8\xe5\xa1\xfb\xde\xda\x3f\xb9\xe5\x91\x35\xf9\xe4\xe1\x2a\x30\x74\xcc\x46\x3a\x59\x41\x1e\xc5\x14\x84\xac\xdc\xb3\x1c\x82\x62\xca\x4a\x48\xbd\x39\x10\x43\xaf\x0d\x82\xa1\x78\xcd\x0e\x52\xb6\x03\x7e\x47\xb4\x50\xd3\xef\x74\x7b\x85\x51\x4b\xef\xfa\xf7\x50\x3f\x70\x89\x19\xda\x32\x1c\x8a\x57\xd5\x86\x8e\x75\xd6\xdd\x6c\x5c\x59\x3b\x8a\xd1\x56\x14\x63\x3e\x8a\xd1\x6d\x28\xb6\xa7\x5d\x6b\xd3\x34\xd8\x98\x60\xf1\x73\x32\xc8\x08\x59\x6c\x2c\x42\xcb\x81\x36\x88\xd9\xcd\xea\xc0\x8c\xcc\xd1\x81\x97\x78\x8a\x33\x3c\xc7\x33\xbc\x70\x58\x7a\xe1\xaa\xf2\x7e\x7f\x13\x48\x45\x70\x6b\xe0\x43\xf7\x81\x95\xcd\xc8\xd2\xe4\xf8\x9f\xf8\x8a\x53\xa1\xd3\xcd\x4f\x2d\x05\xe7\xde\xf3\x23\x7e\x1c\x7c\x29\x93\x20\x86\x46\x6a\x59\x2a\x54\xd9\xc1\x5e\x86\x0f\x33\xba\xa2\x4b\x59\x97\x1c\x6f\x19\xb5\xee\x0d\x87\x77\x9e\x60\xcc\xbd\x43\x37\x4e\x89\x26\x23\x32\x16\x13\x49\x82\x5c\xbf\xe7\x4e\x6e\xa0\xdc\xda\x14\x89\xe3\xd7\x7d\x89\x22\x43\xc3\x59\xc1\x4f\xd2\xe9\x3c\x0e\x0e\x9e\x62\x4c\x26\x09\x1b\x13\x78\xb7\x50\x78\xe0\x4b\x7a\x3d\xff\x53\xb9\x25\xb0\x63\x83\xdc\x00\xa2\x71\x04\x33\x8a\x28\xeb\x16\xeb\x75\xe1\xc3\x4d\xf2\x10\x85\x85\xb3\x64\x0a\x71\x91\xf0\x61\x99\xc3\xa3\xd7\x21\x27\x97\x84\x97\xea\x57\xb6\x9c\x12\x6f\x80\x6a\xf5\xf5\x5d\x5e\x83\x78\xbd\xe6\x15\xc2\x05\xc2\xd4\xa3\x51\x41\x7f\xd0\x1d\x8c\x26\x4c\x3f\x2e\x9a\xab\x49\xcd\x6a\xe2\x20\x53\xef\x3c\x84\x2d\xef\x52\xef\x61\xf3\xd2\x16\xf0\x42\x65\x99\xe7\x08\x17\xb7\x21\x05\x67\x4b\x9a\x67\xaf\xb4\xc1\x66\x99\x5c\x07\xd4\xe1\x04\x13\x47\x73\x5a\x5c\x78\xde\x92\x92\x9f\xe1\xbb\x3d\xe3\x6a\xd4\x7d\xd0\x5a\xf7\x81\x5f\xf7\x01\x1c\x20\xc6\x0b\xcb\x89\xf3\x69\x61\x16\x9c\x5c\x75\x5f\xf3\xe2\xe3\x75\x4c\xf1\xea\x9c\x88\x11\x70\x05\xc9\x63\xa2\x0d\xac\x8c\xa5\x5e\x8c\x10\x2e\x75\x36\xe6\x28\x79\x1c\x13\x38\xf0\xfd\x12\x98\x23\xdc\x3b\x44\x15\x0a\x5d\x79\x02\x49\x75\xe0\x0c\xcc\x3b\xcf\x92\x18\x25\x8f\x7b\x9e\x56\xeb\xda\x6c\x72\x55\x80\x19\xe3\x41\xfd\xc0\x0c\x96\xdc\xf9\x33\xed\x82\xd1\x14\x1b\x53\xb9\x01\x27\x09\x97\x47\x87\xfc\xe9\xe6\xe7\xb6\xf1\x69\xdb\x03\x19\x9b\xd4\x8b\x7b\x64\xbd\xee\xc5\x81\x26\xcd\xf7\x49\x00\x50\x5a\xaf\x5b\xf2\x81\x91\x87\x6c\x84\xaa\x98\xa0\xe3\xd3\xd8\xd9\x5a\x11\x1c\x19\x7f\xef\x08\x8d\x48\xa5\x3c\x3e\xc6\xe6\xa4\x39\x15\x3c\x9d\x7e\x20\x19\x2e\xea\x09\x69\x3d\xc1\xbc\xa3\x39\xcd\xc8\x82\xb0\x8c\x30\xf1\x67\x72\xfd\xac\xb8\x58\xa4\xc2\xda\x61\xb4\xe5\x2d\xb7\xe4\x4d\xb7\xe4\x65\xc9\x34\x4f\xcb\xb2\xab\x5e\x2c\x96\x5d\x31\x7c\xba\x9c\xcd\x08\x27\x99\x5d\x4c\xb5\x48\x7c\x39\x15\x60\x35\xdb\xf6\x2c\xf4\x42\xbf\xc7\x3e\xd5\xdb\x2b\xc2\x73\x78\x2a\xea\xe5\x98\xcb\xde\xac\x9e\x61\x00\x87\x17\x3a\xe7\x52\xe7\x18\x4e\x27\xf2\x54\xc0\x36\xf3\x22\xbd\x3e\x23\x7f\x61\x57\x3c\x5d\xc0\xa2\x44\xf8\xd4\x65\x82\xad\x9f\x3c\x5f\xed\x0a\xa1\xaa\x4c\x67\xe4\x8f\xb0\x54\xa2\xe9\x38\x01\x52\xa1\xc8\x1b\x52\x7b\x19\xd8\xb5\x0f\xc2\xcd\xd3\xc0\x73\x89\x93\x25\xf0\x43\x9e\xb4\x4e\x42\x65\xa8\x93\x75\x91\x17\xec\xb2\xbd\x90\xce\xd0\xc5\x5e\x73\x5a\x0a\xc9\x69\x34\xca\x99\x1c\x5d\xf0\x39\x95\x14\xaf\x51\x0a\x92\xa1\x88\x5c\x5d\xca\xce\x9f\xa7\x22\xb5\xe2\x0b\xf5\x96\x57\x03\x19\x0b\xf3\xad\xd6\x09\xb3\x9a\x88\x22\xdc\x87\xfa\x4b\x79\xc5\x54\x56\xbd\x60\x8a\x8f\x30\xc1\x2b\x0d\x50\xf7\xfa\x0a\x6b\xf8\x8d\x2c\xc4\x2a\xd4\xf1\x18\x5a\x4f\x05\x23\xf6\xac\x5e\xa5\x59\x06\x56\xb2\xc1\xb2\xa9\x89\x07\x59\x7a\xa5\x59\x21\xe8\xec\xda\x1c\x0e\x0a\x83\x15\x4e\x10\x84\x45\xb5\x58\x96\x73\xa8\x53\x4a\x92\x20\xe9\x8b\x72\x2e\x51\xa7\xb9\x98\x27\x92\x64\xaa\xbb\xbb\x78\x7c\x74\x2c\x06\x47\xa3\x43\x84\x59\x72\xf4\x90\x3d\x12\x0f\xd9\xc1\x01\xe2\x63\x36\x38\x9a\x78\x14\x99\x69\x5f\x55\xfa\x08\xa2\xd8\x49\x3a\x46\x45\x95\xa8\x41\xfb\x23\xc0\xc3\xe1\x90\xd7\x8c\xe0\xb6\x4e\xa0\xbd\xe5\xea\xd4\x39\x2b\xb8\x36\x7e\xdd\x3e\x90\xeb\x91\x30\x7c\x98\x7b\xb3\xc0\xaa\x84\x74\xd4\x48\x82\x5a\x9b\xcb\xef\x86\xac\x40\xd5\xa9\xca\xfd\x2b\xe5\x62\x99\xe6\x9e\xe3\x04\x82\x56\x71\x4c\xf4\xdc\xb7\x94\x42\xeb\xf5\x78\xe2\xf8\x2a\xeb\xf7\x65\x1b\x38\x50\x75\xaa\xc4\x28\x7f\x26\xd7\x77\x3e\xb5\xa3\xc8\x3e\x45\xd0\x83\xf5\xda\xf6\x5c\x79\xec\x06\x06\xe6\x15\xf9\x48\xa6\xca\x73\x02\x6c\x41\x78\xa6\x24\x77\x9d\xa6\x0e\xda\xf5\x84\xde\xb8\x66\xe0\xe1\x3e\x65\xe1\x3e\xed\x90\xe4\x3a\x56\x5e\x33\x0c\x07\x63\xbd\xb7\x48\x4a\x67\xbc\x7b\xe8\xea\xb5\x4d\x2d\x30\xdb\x77\xbf\x05\x9e\x44\x8c\xcb\x6b\x1d\xd4\x27\x51\x3e\x35\xaa\x0a\xcf\x93\xf3\x38\x73\x96\xfe\x3e\xdd\x1f\xd3\x09\x5e\xd5\x79\xef\x90\x33\xf7\x38\x71\xec\x71\x82\xda\x8b\x06\x9e\x35\x1a\xb7\x06\xed\xc5\x5d\xdb\x5e\x34\x07\x6e\x4e\x9f\x71\x7a\xd7\xc6\x6b\x4d\xeb\xd5\x8e\xf0\xb8\x9c\x60\x47\x49\xbd\xa7\xac\xc6\x1e\xbd\xe0\xed\x35\x11\xf6\x92\x5b\xda\xd7\xc7\x48\x84\xc7\xf9\x8d\x7b\x30\x75\x77\xf5\x61\x8e\xa0\x08\x8f\x97\x37\xee\xc4\x56\xde\xd5\x0b\xec\x84\x08\x8f\xa7\x37\xee\x42\xd5\xac\xb5\x9f\x79\x2f\xa6\x4f\xfe\x83\x39\x7a\x78\x9e\xe0\x9e\xfe\x7a\xdc\xbc\x97\xec\xb8\x7d\x73\x01\x90\x05\xae\x1a\x97\x00\x5a\x35\xb8\xf4\x2b\x4f\xe4\x01\x6c\x60\xc0\xea\x79\x6f\x7b\xe4\x95\xe2\xd6\xd0\xbb\x3d\xec\x6e\x0d\xb9\x96\x9b\x8f\xf8\x84\x37\x9f\xad\x02\xeb\xba\x08\xe7\xd7\x35\xbc\x37\xf3\x5e\xe6\xb9\xf2\xc2\xda\xf6\xb4\xaa\x76\x01\x52\x6f\xb0\x82\xa4\x9f\xc9\xf9\xc9\xc7\x05\xea\xf7\x7b\x75\x33\xfe\x3d\xe6\xee\x4b\xb8\x3e\xa5\xa8\x7a\xf3\xb5\xae\xd7\x3a\xd1\x0a\x5e\x8d\xf6\x9a\x57\xfb\x7d\x9f\xaa\xd9\x17\x62\x0a\x1c\xea\x61\x99\xf7\xde\xcc\xbd\x4c\x93\x5d\x55\xbe\x58\x58\x4e\x45\xf0\xeb\x50\x8a\x55\x4d\x53\x31\x9d\xc7\xce\xeb\xc8\x51\x55\xf9\x96\x9e\x81\x47\x92\xba\x04\x5a\xf9\xf6\xe0\x43\x77\x91\x89\xbc\xdd\x3a\x9c\x51\x92\x67\x65\xe4\x30\xdf\x5f\xce\x97\xe9\xa2\xdf\x67\xc3\x79\x5a\xc6\xc2\xf8\xbc\x04\x7d\x14\x0c\x54\x22\x44\x03\x24\xa1\xd7\x05\x0d\x18\x28\xdc\x28\x6a\xfc\x82\xbc\x28\x4f\xec\x79\xe9\x2a\x20\x0f\x30\x45\x4c\x70\x81\xcb\x2d\x4b\xd9\x0d\x8d\xf7\xaa\xb8\x70\x6c\x61\xae\x14\x63\x12\x50\x39\x2e\x11\xbc\x32\x29\x87\x9a\x8d\x71\xde\x80\x3d\x2f\xb4\xda\x0c\xa8\xb5\x71\xee\x1a\x4e\xb5\x3a\xb5\x4c\xf8\x38\x9d\x74\xca\x96\x39\xb6\x81\xa3\xc4\x5a\x52\x87\xfa\xfd\xd2\x07\xb7\x11\x66\x1f\xd3\xf1\x78\x38\x1c\x16\x38\x9d\x38\x57\x19\x93\x44\x7b\xa5\x19\x95\x2d\x48\x5b\xf6\xfb\x24\x2e\x61\xd8\xa6\x2a\xaa\x10\xa6\x55\x5c\xe0\x12\xaf\x2a\x3c\x9e\xc0\xb3\xb5\xda\x4c\x8c\x6a\x1a\x81\xd0\x44\x22\x1b\x77\xd4\x9b\x8f\xf3\x49\xc7\x02\x0a\xa0\x27\x24\x11\x83\xa0\x04\x60\x0e\x29\xd3\xd0\x7a\xdd\xe3\x71\x31\xce\x27\x68\xbd\x96\x7f\x5a\x26\x64\x5e\xae\xc9\x6c\xfb\x66\xad\xdf\xe7\xad\x93\x0f\x7b\xe4\x6a\xd2\x68\x14\x26\x83\xe8\xdf\xba\xd0\x31\xaa\x0d\x8e\x50\x15\x96\x4b\xf5\x4a\x2b\xcc\xcf\xc1\x5d\xbb\xfe\x2c\xe0\x13\x1e\x99\xf9\x02\xdd\xf4\x93\x38\x56\xea\xd8\x0d\xe7\xb6\xde\x7a\xdd\xea\xb1\x91\x8c\xc5\xa4\xc2\xdc\x0c\x3b\xb1\xbf\xc2\xf2\x9e\x68\x41\x49\xa1\xb5\xe7\xe9\x24\x54\x19\x0b\x84\x69\x2d\x89\x20\x9c\x26\x2c\x49\x12\x0a\x1e\xd7\x53\xe7\xa8\xc5\xd3\x1d\x75\x45\xc7\xa3\x3b\x85\x11\x5a\x28\xca\x53\xa2\x95\x98\xf3\xe2\xaa\x6b\x9f\x9f\xc6\xd1\x5f\x98\xdc\xaf\x5d\x51\x74\xdf\x03\xe1\x96\xf7\x89\xf7\xdd\x2b\x2a\xe6\xdd\xeb\x62\xc9\xbb\x59\x2a\xd2\x61\xf7\x09\x27\xf2\xb3\x2b\xf8\x35\x65\xe7\xb2\x34\x14\xee\x8a\xab\x42\x07\x72\x97\xe5\xba\x0a\x9d\xcb\xe3\xae\x7e\x19\x3b\xa3\x39\xe9\xa6\xac\x4b\xcb\x72\x49\x54\xa3\xb5\x33\x63\x18\xa1\xea\x2e\x4f\xf6\xd3\x96\xf3\x28\xa7\x83\x74\xb1\x18\x5c\x12\x5e\xd2\x22\xf0\xce\x36\xd0\x0e\xb1\x7e\x5d\x9f\x40\x96\x7a\xf7\x8e\x1a\xaf\xb4\x90\xda\x81\xfd\x3e\xe9\xf7\x79\xf8\xfa\xd5\x9c\x49\x92\x33\xa3\x33\x70\x96\x25\x86\x9c\x9c\xd3\x52\x10\x1e\x53\xc9\x8f\xb0\xa4\x77\x58\x59\xd7\x4a\xc6\xa9\x42\x4e\xcf\x78\xca\x29\x29\x77\xc3\x46\x9d\xd8\x9c\x9c\x93\x8f\x9f\xed\x8d\x60\x87\x0c\x75\x77\xea\x1c\x4d\xee\xfd\x23\x3b\x18\x0f\x27\xf6\xdf\x7b\xd8\x96\x38\x01\x39\x24\xc9\x36\x94\x1c\x8c\xd3\xc1\x2f\x93\xff\x17\xab\x2f\x74\x2c\x6b\x96\xf3\xd4\x94\x96\xb9\xff\xc8\x26\xab\xef\xaa\x2f\xee\xb5\xcf\x7d\x96\xa7\xe5\xdc\x8f\x40\x06\x09\xe6\x99\x73\xab\xb2\xd8\xd6\x6a\x8d\x60\x16\xd6\xdf\xce\xce\x80\x49\x80\x6f\x99\xea\xeb\xeb\xf0\x05\xbe\xc4\xe7\xf8\x0c\x5f\xe3\x53\xc7\xf8\x5c\xfd\x27\xe9\xee\x4e\x7e\x23\xdd\xdd\xc7\xdf\x75\x77\xff\xeb\x74\x77\x6d\x8e\x42\x56\x8c\x7c\x14\xa3\x57\x78\x2a\x59\x8d\x7c\xf4\xa6\xd2\xf4\x8e\x2f\x19\x9c\xa1\x6f\x13\xeb\xca\xd0\x78\x4c\x76\x4e\x8d\x23\xd8\xa9\xc3\x72\x5e\x5c\xbd\xe6\xc5\x39\x27\x65\x09\xfe\xcc\x6a\xe5\x59\x21\xe2\x88\x7c\xa4\x82\xb2\x73\x70\x9f\x57\xcb\x4f\x59\x16\x47\x41\x23\x38\x62\x85\x38\xb1\x35\x8a\x5d\x23\x70\x8d\xa7\xf5\xa2\x67\x45\x91\xc7\x91\xa1\x33\x9e\x5b\x35\xeb\x00\x3a\xd2\x94\x06\xe2\x03\x44\xc8\xea\x84\x5c\x01\xd5\x89\x50\x81\x58\xfd\xd2\xca\xe3\x50\x84\xa3\x53\x0d\xdb\x97\xcd\x4c\x64\x15\x49\xad\x0d\x22\xab\x4b\xaa\x67\xaf\x7c\x90\x60\x41\x2f\x48\xb1\x14\x55\x84\x70\x66\x94\x4f\x2a\x3a\x37\x9e\xd7\xbe\x67\xb5\xef\x45\xed\xfb\xa2\xa6\xa0\x52\xb9\x36\xa4\xf9\x1e\xca\xa9\x13\xad\x15\xd2\x91\xe7\x22\x1c\x45\x2e\x31\x4f\xaf\x8b\xa5\x88\x3c\xa3\x34\x9b\x25\x07\x70\x49\x22\xdc\x3b\x72\x69\x01\xf4\x71\x74\x56\x14\xa2\x14\x3c\x5d\x44\x08\x5f\xe9\x22\x21\x6e\x5c\x6a\xa5\x96\xc9\xf5\x50\x05\x9f\xd7\xf2\xfc\x9a\x4f\x53\x1e\xe1\xb3\x5a\x01\x83\x39\xf8\xba\x96\x31\x4f\xcb\xa7\x79\x31\xfd\x10\xe1\x53\x95\x03\xea\xa0\xcd\xeb\x6c\x95\x48\xd1\xac\x58\x32\xa5\x4a\x80\x7b\xec\x9c\x96\x43\x7f\x8e\xc7\x51\x9a\x13\x2e\x06\x67\xc5\xc7\x6e\x34\x52\x1f\x5d\x95\x14\x41\x1f\xf0\xfb\xed\xf5\x82\xc4\x2e\x14\x00\xb4\xe2\xb0\x66\xbd\xb6\xbe\x72\xde\x7f\xb1\x6a\x74\xa1\x46\xb4\x5e\x2b\x99\xf3\xc6\x21\x57\x5f\xac\x48\xf5\x1e\xfa\x84\xa6\x75\x9f\xad\x3e\x78\x0c\xc3\xd4\x32\x10\x05\x99\x85\x86\xf2\xf3\x25\x4f\x35\x17\x26\x8f\x0d\x82\x85\x1f\xbc\xc8\x9f\x89\x1f\xb6\x88\xac\xd7\x3d\x12\x10\x12\x17\xfb\xc8\x5c\x42\x6d\x23\x62\x43\x23\xe2\x58\xfd\x1c\x89\xa1\xde\x2d\x68\xbd\x3e\x6c\xf5\x29\x34\x17\x17\xf9\x9b\x74\x46\xe2\xf7\x82\xa7\x4c\xc5\x4c\x18\x64\x7a\xe8\xa3\xee\x17\x2b\x5e\x5d\x94\xef\x51\x75\x7a\x51\x2c\x4b\x72\xc2\x84\xe7\x36\xdb\xf9\x35\xf3\x86\xa1\x35\x10\x0a\x32\x3a\x96\xb3\xc4\xca\xd8\xb4\xf1\x23\x49\x2f\xc9\xae\x36\x7a\x5e\x23\x1a\x33\x83\x86\xc1\x78\xd9\x34\xab\x9d\xbb\xfe\x20\x73\x8c\xdf\x10\xed\x68\x18\x4a\x07\x35\x75\x61\x5b\xae\x2a\xd8\xb3\x9c\x4e\x3f\xb8\x65\x7a\xe8\x2d\xd2\x0d\x20\xad\x1b\x7e\xa5\x9a\xab\xad\x29\x31\x70\x69\x1f\x2c\x0c\x02\x02\x35\xac\xb6\x97\x7a\x4e\xb3\x17\xac\x24\x5c\x04\xde\x91\xd4\x4e\x8d\x51\xf2\xd8\x79\x55\xaf\x13\x9a\x43\x54\x19\x7f\x74\x2e\x57\x2b\x75\xdf\x10\x49\xa5\x3c\xff\xe4\x46\x7f\xee\x16\xfd\x4f\xe0\xfb\x8d\x47\x5a\x19\xe4\x32\x36\xd5\x82\x65\x6e\xab\x05\x19\x60\x8f\x9e\x65\x10\xd7\xfb\x47\x79\xe7\x60\x84\xc7\x11\xe4\xab\xd0\x74\x8d\x7e\x74\x53\x5b\x2a\xe6\xb2\xe1\x66\x57\xa6\x62\x55\xb0\xbf\xd1\x3c\x7f\xae\x3d\x01\x13\xb4\x22\xda\xf1\xfb\xed\x46\xb1\xb9\xee\x8e\x81\xe0\x37\x3a\x76\x84\x05\xbe\x51\xb1\xb5\xaf\x7a\x85\x2f\x93\x8f\xf1\x85\xaf\x9b\x08\xcf\x81\x31\xbf\xb3\x7a\xa9\xde\x81\x7f\x94\x8c\xd9\x5d\x9b\x3f\xdb\x36\x7e\x38\x8d\xee\xae\xda\xbb\xae\xf7\x61\x0f\xb4\xbb\xab\xf6\x4e\xeb\x6d\xbb\x33\xf1\xee\xaa\xbd\x5a\xd3\x5b\x18\xa8\xbd\xb4\x7d\xfb\x36\x86\xf0\x85\xaf\xd6\xaa\x8d\xc2\x1e\xbd\xfb\x29\x00\x37\xd4\xdd\xde\x87\x3d\x6a\xf7\xd3\xff\x6d\xa8\xbb\xbd\x8f\xfa\x61\xbc\x9f\x1e\x70\x7b\x13\xdb\x7b\xd4\xc7\x49\x84\xc7\xd9\x0d\x3b\x32\x35\x77\xb7\x5f\x94\x12\x66\xf3\x5b\xb4\x2f\x6b\xee\x6a\xdf\x9e\x31\x11\x1e\xcf\x6e\xdc\x87\xab\xbd\xab\x1f\x8f\x1a\x47\x78\xbc\xb8\x71\x4f\x7e\xfd\x5a\x5f\x17\xbe\xc1\xf5\xdb\x6d\xd2\x1a\xf5\x6f\x53\x9d\xd6\x94\xd0\xe8\x58\xf0\x26\x74\xcf\x9e\xd2\x98\x4e\xa0\x9f\xf8\x15\x05\x18\x77\xbf\x16\x6b\xef\x05\x5c\x39\x79\x3f\x5f\xd2\xec\x87\x82\x23\x7b\x4b\x8c\xfc\xa0\x3e\x98\x85\x57\xa9\xb8\x2d\x18\x93\x4a\x83\x13\x93\x64\x08\xd5\xae\x57\x9a\xfb\xc2\x1c\xb3\x4e\xdb\x55\xab\xf0\x2e\x2a\x6f\xe9\x85\x3c\x9d\xb5\x08\xa0\x7e\x83\x91\x97\xaa\xc2\x1a\xfa\xc9\x73\x4c\xc2\x07\x78\x20\x97\x6e\x09\x71\x26\x1b\x33\x6d\x29\xb6\x1c\x8b\x24\x3a\x95\x13\x8e\xb4\xb1\x0c\x8e\x79\x42\xd1\xbf\xab\x8c\x4c\x47\xd6\xd0\x36\x7b\xf2\xa3\x2d\xb0\x86\xa0\xd3\x0f\xd7\xeb\xb5\xe2\x3d\xe4\xb5\x80\xbf\x4d\xcb\x0f\x2e\x78\x0f\x11\x2f\x42\x98\xc4\x08\x55\x75\x6e\x59\xb3\xa7\x4a\x48\x02\xab\x60\x1a\x80\x65\x49\xcb\x0f\x2f\xb4\xb6\xe6\x38\xb6\xf2\x93\xa1\x2a\x1e\xb7\x96\x33\xfd\x0b\x92\xf2\xac\xb8\x62\x31\x42\x23\x57\xd0\x0d\xb3\x92\xdf\xb5\x71\xb8\xc5\xed\xf7\xe3\xb6\x4a\xaa\x6d\xa1\x42\xf1\xc7\x51\x46\xb3\x13\xd7\x4a\x84\x50\x75\xe5\x71\x84\xba\xd1\x82\xe9\x04\xcd\xb1\xdb\x6f\x0b\xaa\x96\xd9\x07\x69\x51\x7d\x8e\x11\xc2\x6a\x71\xfc\xee\xc2\x30\x37\xc1\x4d\xa9\xc1\xc5\x07\x58\x7c\x84\x2a\xef\xfa\xb3\xbd\xec\xa1\x1d\xdf\x9c\x4c\x3f\xbc\x98\xbd\x99\x17\xcb\x3c\xd3\x17\x27\x0f\x09\x40\x51\x60\x31\x43\x5e\x18\x15\x95\xb2\x01\x58\xdd\x62\xe6\xa9\xbc\x03\xc2\x65\xc3\x82\xdc\x31\xab\x38\x68\xa4\x71\xe1\xb0\x5d\x5a\xd0\x60\xa2\x96\xf6\x6d\xdb\x60\x68\xa9\xa1\x45\x32\x64\xdd\xfe\xb9\xd6\xdc\x8e\x3f\xb4\x58\xa8\x44\xfc\x6f\xf5\x00\x4c\x5c\xf4\x8d\xa3\xf7\xf0\xae\x6a\x6f\xa2\x31\x87\xc6\xea\xc2\x14\xf2\x92\x74\x1b\x2d\xb6\xee\x2a\x3d\xa6\xd8\xf8\x64\x85\xd0\xf0\x2a\xab\xd3\xb0\x0b\xde\x40\xad\xcc\xb6\xa9\x65\x54\xa7\xe7\x44\x9c\xe4\xe9\xa2\xb4\x9d\x19\x57\x27\xcd\xce\x06\xed\x2d\x04\xd8\x7d\x47\x3f\xc6\xcd\xe5\xee\xc8\x4e\xe1\x81\x69\x2b\x79\x00\x37\x8d\x6d\xc8\xaa\x57\xab\x3e\xbd\xc7\x89\x8f\x6f\x46\x6e\xa0\x68\x9d\xa1\x09\x9b\xa8\x95\x45\x5a\x54\x79\x6b\xa6\xce\x21\xab\xf4\x6a\x93\xd7\xe8\x48\x3c\xc1\x15\xdf\xc8\x01\xc8\xf0\x5f\x4b\xb2\x24\x1d\xd1\xef\x0b\x1b\x57\x0c\x3c\x90\x2b\xa9\x1a\xb4\x92\x85\x04\xc5\xa7\x4f\xcf\x03\x82\x1b\xc9\xdb\x5f\x99\x30\x8f\xf1\xc9\xed\xd1\xb4\x4c\xe4\xc5\x6f\x9a\xdc\xe5\xfa\x81\xe7\xc9\xaa\xc2\xbe\x1a\x63\xba\x41\x8d\x31\x1f\x93\x49\x32\xd5\x6a\x8c\x79\xa8\xc6\xf0\x3f\xf1\xbc\xae\xc6\x98\x6f\x54\x63\xcc\xd7\xeb\x79\x5d\x8d\x31\x0f\xd5\x18\xf3\x64\xb9\x8f\x1a\x23\x88\x6e\x18\x97\x38\xc7\x72\x79\x48\x85\xf0\x1c\xe1\xcc\x43\xd6\x79\x4d\xc9\x30\xd7\x6a\x8c\x20\xfd\x78\xde\x3c\x70\x33\xab\xc6\x98\x6f\x57\x63\xd4\x7b\x68\xe7\x19\xe4\x10\xe7\x72\x7a\x8a\xef\xa0\xc9\x1c\x33\xe5\x8f\xdc\x53\xdd\x75\x76\xaa\xa2\x15\x6b\x6a\x03\x5a\x05\x0a\xc3\x56\x37\xcd\x9b\x38\xdf\x0d\xec\xae\xca\x1e\x5c\x51\x31\x07\x51\xf6\x86\x62\x41\xbf\x83\x02\xdc\xf3\x6e\xe6\xa1\xcf\x89\x6a\xd1\x38\x62\x68\xf7\xb0\xd3\xc2\x51\xd7\x34\x9b\x8e\xb7\x9e\xfd\x27\x69\x32\x17\xbf\x6b\x14\xff\xb7\x6b\x14\xe5\xa9\x79\x91\xc4\x0d\x75\x1d\xf9\xd7\x32\xcd\xe3\x08\x8e\x88\xa1\x71\xb0\x72\x18\x5c\xa4\x1a\x7a\xbb\x8b\x74\xf1\xf4\x5a\xd7\x89\xb0\x26\xfe\x41\x95\xba\x22\x6f\x58\x16\x5c\xd8\x1a\xed\x44\x92\x0c\x17\x9c\x16\x9c\x8a\xeb\x47\xc2\xfe\x3c\x3e\x1a\xb9\xf4\xc7\x5e\xfa\xe0\x68\x74\x18\x46\x71\x6d\x28\x07\xf1\xb2\x55\x99\xa6\xcf\xca\x3d\x54\x69\x33\xc7\xbf\x5e\x2c\xc4\x75\x84\xa7\x5a\x11\x65\x32\x60\xe6\x65\x84\xb3\x5a\x7a\xca\x79\xca\xce\x49\xf6\x3f\x6a\xbe\xe6\x75\x98\xbd\xd6\x3c\xd7\xee\x5e\xcc\x71\x0b\x70\xb1\x71\x34\xea\x77\x80\x1d\x8c\xba\x7e\x27\x91\x93\x94\xeb\x33\xba\x8c\xe1\x29\xd1\xa7\x73\xe0\xa3\x06\x4e\x18\x8c\x53\xb3\x30\x8c\x5c\x05\x52\x61\x82\xd4\x48\xaa\xda\x48\x42\x3d\x99\x62\x45\x24\x37\x6d\x94\x2d\x3f\x15\x8c\x78\xfe\xb2\x89\xff\x2c\x86\x34\x74\x23\xf0\xe4\x5d\x76\xa0\x41\x57\x19\x03\x21\x08\xcb\xe8\x98\xcb\x5b\x4e\xd9\x2e\x41\xf0\x3a\x47\xe8\x48\xb3\xae\x27\x37\xdb\x05\x21\x1f\x7e\xa0\xbc\x14\xb5\xc0\xb4\x6a\x43\x41\x48\x6b\xb5\x79\xa1\xe4\x8f\xe9\x86\x82\x79\x6a\xcb\x9d\x13\x01\x80\xd5\x4c\x5a\x58\xda\x35\x52\x35\x56\xe0\xee\xcb\x6d\xde\xa7\xc6\x87\x98\x7a\x0f\x6a\x00\xa7\x67\x5e\x57\xcf\xad\xbb\xa2\x95\x24\xa2\x49\xfd\xc1\xdb\x38\x92\x8c\x61\x09\x51\xef\xe4\x24\x68\xc1\x7e\x00\x4b\x34\x0a\x89\xfa\x66\xf9\x7c\xb9\xc8\xe9\x34\x15\xa4\x8c\x26\x8e\xca\x38\xb7\xdb\x05\x5e\xf9\xcc\x2d\xdc\xc1\x2b\xf7\x50\x56\x49\xab\x9c\x21\x6c\xf8\xbc\xd1\xbe\x29\x3a\x27\xe2\x15\x9c\xfe\xaf\xb8\x1e\x76\x2c\xe9\xbf\x77\x87\x4a\xb1\xc0\xcc\x3d\x06\xb2\xa1\x54\xf4\xb3\xc0\x14\x55\x6d\x8d\x00\xe9\xb2\xfa\xcf\x1b\x01\xcc\x8b\x5e\x19\x73\xec\xec\xaf\xfd\x50\x1c\x61\x3c\x20\x81\x8e\xd9\x48\x38\x75\x70\xad\x59\x6f\x97\xb5\xc6\xc5\xd4\xfe\x29\x7e\x06\x0c\xd6\x3a\x60\xe5\xbe\xfc\x7c\x44\xd8\x25\xe5\x05\xbb\x50\x0e\x6b\x44\x6d\x2a\x64\xcb\x3c\xdc\x6b\x47\xcf\x69\xb1\x50\x57\xcc\x96\x91\xdd\x08\x46\x1b\x57\x39\x32\x1c\xda\xc1\x06\x25\x78\xe3\x76\xcc\x31\x19\x8b\x09\xaa\x00\x1d\x42\x72\xd1\x36\x24\xfd\xf9\x56\x21\xb0\x23\x08\xa8\xaa\x53\x80\x95\x7a\x4e\x29\xab\x99\x3b\xa4\x33\x83\xb4\x46\x90\xb7\x77\x91\x62\x5f\xb8\xd7\xf6\x05\x6b\x5e\xca\xbd\xe7\x85\x14\xaf\x8c\xcb\x65\xae\x02\x5b\xc8\x3b\x87\x18\xca\x03\x81\xa2\xaa\x3a\x9d\xa7\xa5\xdd\x79\xf5\x28\xf2\xea\x40\x73\x41\x14\x09\xaa\x2c\xd9\xf7\xd4\xbb\x64\xd8\xd8\xc2\x10\xfd\xa3\xe1\x5f\x49\x1c\x8b\x91\xbe\x5f\x02\x54\x5f\xd7\xab\xf9\x6d\x42\xe7\xf6\xf9\x60\x38\x4e\x61\x0e\x88\xaa\x49\x3b\x17\x4b\x4b\x2c\x89\xbc\x9d\x4e\x93\x45\xbc\x0c\xdf\x4d\xe9\xf3\xfb\xee\x7a\xb7\xac\xde\xb6\x61\x01\xee\xae\x75\x9b\xd7\x9b\xae\x71\x11\xe3\xf2\xce\xef\x01\xc3\xf6\xdb\x37\xdf\x3e\xca\xb5\xdd\xcd\x20\xbc\xf4\xb5\x1f\x4b\x5f\xfb\x71\xb1\xed\xe2\xb8\x87\xd5\xe9\x6f\x13\x8b\xff\xed\xcb\x1f\x9f\xa6\xbc\x1c\x9a\x01\xc6\x2b\x9a\x8d\xa2\x5f\x5e\xbf\x3e\xfa\xe7\xb7\x7f\xff\x10\xe1\xb3\xbc\x98\x7e\x18\x7d\xb9\x8a\xca\xeb\x8b\xb3\x22\x2f\xa3\xd1\x38\xea\x1b\x62\x85\xa3\x7e\x2a\x04\xb8\x7a\x8b\x4a\x91\x0a\x02\xfb\x3c\x1a\x8d\xc7\x47\x47\x38\xca\xe8\x65\x34\xc1\xe3\xa3\x6f\xf0\x21\x1e\x3f\x38\xc2\xe3\x28\x98\x70\x37\xc2\xe3\x07\xf7\x65\x9e\xa7\xc8\x9c\x4c\x70\x04\x19\xb2\xca\x37\xf8\x70\x82\xc7\xa6\x90\x91\x41\xca\x22\xf6\x37\x68\x13\x36\xd7\xd1\x46\x19\xb2\x8a\xf9\xa9\x6a\x4c\x26\x13\x3c\xbe\xff\x15\x8e\x78\x01\x36\x60\x30\x02\x18\xed\xb7\xf8\xfe\x04\x8f\xbf\xc2\xe3\x07\xdf\xe1\x07\x13\x3c\x8e\xa6\x5a\xcb\xa8\x9b\x34\xca\x43\xd9\x82\xea\x5c\x17\xfe\xca\xeb\xd7\xd7\xce\x35\x0a\x7e\x1d\x14\xf4\x95\x6b\x5e\xd1\x23\x39\x8a\xfb\x38\xfa\xc7\x3f\x98\x1c\xd6\x37\x78\xfc\xe0\x5b\x35\xb5\xfb\xdf\xc2\x58\x8e\x4c\x61\x3c\x1e\x47\x6e\x41\x48\x5e\xca\x49\x8e\x57\xb5\x05\xb9\x8f\xa3\x6e\xb7\xdb\x85\x29\x7e\x87\x8f\xf4\x08\x26\x78\xfc\xe0\x6b\x98\xb0\x06\xde\xd1\xc4\xe6\x58\x35\xa6\x05\x99\x1b\xd0\x04\x47\x8b\x94\xa7\x17\x44\x10\x2e\x9b\x9f\x54\x78\x5b\x87\x16\x78\x80\x00\xce\xa2\x31\x0a\x1a\x0d\x66\xa9\x2b\xd4\xed\x17\xda\x26\xbd\x79\xb6\xba\xfb\x43\x87\x8b\x5f\xe1\x43\xbd\xd8\x03\xa3\x6e\x8e\x42\x68\x77\xbb\x7b\xd7\x84\x01\xe1\xf1\xd1\xd7\xf8\x6b\x3b\xc3\x86\x12\x1b\xa6\x08\xed\x1f\x3d\xa8\x75\x12\x85\x89\x6d\x60\x05\x44\x6d\x49\x84\x8a\x13\xb0\x8f\x38\xb9\x4c\xf3\x68\x34\x4b\xf3\x92\xe0\x68\xb9\xb8\x4c\xa1\x54\x44\x67\x91\x42\x7a\x70\xc7\x6c\x00\x0f\x1f\x19\xcd\x06\x54\x2b\x9e\x23\x79\x01\x1b\x64\x06\x01\xab\x2f\xf1\x05\x11\xe9\x68\xa5\xe2\x5b\x42\xd4\xe7\x5b\x10\xb3\xe1\xfc\xac\x8c\xc2\x30\x78\x62\x1b\x79\xac\xa9\x7c\x3f\x1f\x29\x4c\xb3\xcc\x77\x0e\x6a\xbc\x47\x34\x6f\x17\x58\x78\xde\x23\x08\xc2\x3c\x39\x7c\xc8\x1f\x91\x87\xfc\xe0\x00\x89\x31\xf7\x7d\x46\xf0\xff\x9f\xbd\x77\xff\x6e\x1b\x47\x12\x85\x7f\xd7\x5f\x21\xf3\xf4\xd5\x10\xd7\x30\x23\x77\xef\xde\xef\xfb\x94\x46\xb4\xe9\xc4\x99\xc9\x9d\xbc\x6e\xec\x9e\xbe\x7b\xd4\x5a\x87\x96\x60\x1b\x13\x0a\xd4\x82\x50\x12\x8f\xc4\xff\xfd\x3b\x78\x12\x20\x41\x89\xf2\xab\xbb\x77\xe7\x9c\x3e\x1d\x8b\x00\x0a\x40\xa1\x50\x28\x14\xea\x31\xb5\x37\x8c\x9a\x59\xad\x4c\xe1\xec\x5c\x15\x4d\x26\xc9\xb5\xef\xe9\x71\x65\x64\x3a\x95\xcc\xac\xca\x8e\x57\x97\x96\xad\x77\x50\xd9\x48\xbb\x84\x81\xec\x36\x15\x57\x2b\xab\x2a\xd2\x6e\xb2\x87\x5c\xa6\x24\xb4\x41\xa0\x8d\xab\x5f\x92\x2e\x97\xd9\x4d\x4c\x21\x97\x71\x80\xf4\xc3\x73\xc8\x13\xb5\x36\x2f\x0c\xbd\x99\xb5\xcc\xc3\xbf\x0b\xf3\x5a\xee\x28\xdd\x9b\xef\xbe\x2b\x93\x69\xec\xa4\x93\x16\x25\xe8\x6f\xe1\xa2\xeb\x0b\xb1\xfa\x75\x64\xf4\x03\xfe\x01\xd6\x5e\xb7\x46\x43\x68\x94\x3c\xa3\xe3\xe1\x10\xaa\x97\x93\xd1\xc1\x31\x74\x59\x9c\xf8\x2d\x85\xdb\x88\xd0\xcb\x3c\x92\x7f\x17\xa3\x49\x54\xac\x66\x33\x65\xa5\xae\xbe\x47\x5f\x53\x46\xe5\x83\x5c\x34\x17\xc2\x14\xb3\x47\x18\x8c\x0a\x3c\xcb\xe9\x3c\x65\x37\xd1\x14\x36\xef\xa9\xa3\x49\xc4\xf2\x95\x0c\x65\x3f\xcb\x29\x67\x79\x26\xcd\x06\xa3\x2f\x04\x7f\x95\xdf\xf4\x86\x8e\xa6\xb0\x21\x0c\x8f\x0e\x8e\xcb\x96\xc4\x65\xbb\x14\xcf\x8f\x9b\xbd\xbd\xf2\xd5\xf2\x6f\xcf\x55\x8a\x74\x84\x90\xf5\xb5\x63\x55\x04\xaa\xdd\x33\xd3\x7a\x7a\xbd\xd7\x7e\xa3\x2c\x9d\xeb\xd2\x5e\x24\x99\x77\x91\xa4\x08\x0b\x76\x54\xb7\xf8\x95\x61\x6b\x25\xd7\x72\x14\x02\xdd\x27\x9b\xd3\xec\x51\x7d\xed\x7e\xc3\x04\x7e\x93\x29\x64\x2e\x7a\xa9\x42\xef\xd1\xf1\x01\x42\x3c\x91\x41\x23\xdf\x5f\x2a\x7c\xb2\x09\x9d\x22\x3c\xa1\x53\x27\xf1\x63\x67\x94\xda\x77\x9e\xff\xde\x58\x45\x77\xc0\xaa\x0a\x70\x7c\x64\x62\xc5\x1e\x2d\x19\xf9\x92\x72\xfc\x44\xe9\xb7\xfc\xe2\xdf\xe6\x70\xb0\x9f\xb8\x8e\xd0\x3b\x45\x3c\xe8\x1b\x40\x0a\x71\x0f\x93\xde\x01\xf2\x3d\x88\x21\x96\xa8\xf1\x0b\xc1\x83\x6d\x36\x51\x04\x45\x51\x30\x66\x45\x13\x15\x36\x7c\xae\x4d\x63\xdc\xf6\x40\xb9\x17\x0e\x1f\x2c\x8d\x34\x76\x12\x2e\xd7\x73\x4a\xfb\xa1\xa6\x5b\xb2\x34\x0b\x39\xd3\x01\xc1\xee\x12\x84\xb8\x1d\x9d\xd7\xab\x45\x4a\x6b\xc8\xbc\x67\x62\x32\x5d\x84\x02\x2b\x1b\xe6\xff\xe4\xfc\x70\x73\x74\xf8\xe4\x2a\x14\x02\x5a\x07\x80\xee\x4c\x5c\xca\xe8\x82\xe9\x93\x30\x8a\x7a\x26\x3e\x05\xcf\xdf\xe4\x5f\x31\x7b\x91\xea\xa7\xc7\x65\x96\xce\x70\xcc\xc5\x45\xdb\x11\x24\x67\xd7\x29\x7b\xce\xe3\x21\x48\x78\xfe\xf3\x72\x69\xea\x1f\x52\xfd\x7c\x79\x0c\xca\x07\x59\x89\x4c\x8c\x6d\x96\x16\x5d\xe9\x5a\xb1\x5e\xa7\xd5\x3d\x6d\x81\xfb\x0c\x69\x8f\x13\x3b\x3e\x7f\xc5\xeb\xd1\xfd\x9c\xac\xea\x6e\x1b\x7a\x97\xb0\xc8\xed\xa8\xe6\x84\x67\xb8\x3b\x07\xd1\xa9\x33\x6d\xa3\xdf\x25\xa2\xcd\xf0\xf6\xc0\xb3\x6d\xf2\x50\x68\x66\x2b\x3a\xdb\x23\xed\x7b\x30\x26\x3e\x3a\xfe\x97\xa1\x0c\x26\x30\x45\x18\x12\x44\xc7\xec\xe8\x87\x11\xdb\x75\xe2\x70\x29\x1c\x22\x6e\x99\x82\xb4\xa8\xd2\xe7\x3b\x19\xd3\x31\x4f\x8a\xd5\x85\x2a\x8c\x87\x90\x80\xc3\x28\x49\x92\x68\x54\xff\x3c\xe2\xb7\x79\xcf\x37\x13\xbf\xe7\xe0\xfb\xed\x98\x5e\x09\x3e\xb5\x37\xef\x70\x5a\xfd\x2e\x49\xda\x8e\x6f\x0f\x9a\xae\xda\xec\x45\xd4\xf5\xe4\x78\x1d\xd8\xed\x1f\x46\xc8\x8d\x64\x92\x5a\x93\x3b\xe3\xc0\x06\xa1\x02\x55\xc0\x95\xb3\x9b\x25\xd6\x41\x57\x4e\xbe\x2d\xf1\x8c\xe3\x79\x3f\xed\xab\x16\xb0\x7f\x25\x73\x86\x46\x87\xb6\xa1\x4d\x16\xe4\x1f\xa9\xdd\x04\xb9\x3a\x37\xfd\x27\x1e\xeb\x78\xb4\xa2\xc9\x93\x78\x3c\xfa\x8f\xcd\xaf\xc5\xe6\x68\xf3\xeb\x13\xf0\xeb\xe9\x93\x2b\x1f\x43\x4e\x73\x47\x52\x29\xc3\x59\xed\x5b\x57\x82\x91\xc5\x3f\x57\x41\xa1\x91\x91\xc5\x7e\x64\x1c\x64\xbc\xff\x9d\x31\xe8\x11\x62\x00\x91\x79\x96\x29\xe5\x9d\xab\x66\xaf\x97\x05\x4f\xb1\x4e\x2d\xad\x1a\x3f\xd4\x4e\xc7\x3f\x9c\x63\xca\x09\xbf\x69\xaf\x41\x31\x9e\x17\x47\x0c\x9b\xa8\x80\x0f\x9b\xd6\xcb\x9c\x6d\xd2\xfc\x8d\xf8\x71\x2e\x4d\x5f\xf2\x05\xfd\x33\xbe\xd1\x81\x6e\x93\x6b\x32\x9f\x63\x8a\x0e\x8e\xb5\x1d\x3f\xc7\x0b\xc4\x8d\x4d\xff\x1c\x7f\x43\xcc\xb8\xed\xdc\x64\x18\xd1\xd2\x8d\x73\x07\xd6\xf2\xfe\x62\x6c\x78\x6c\xbc\x0a\xe3\x67\xb5\x56\x81\x27\x46\xf6\x58\x85\xda\x43\x48\x3d\xf5\x5f\xc8\x20\xec\x7a\xd4\xc6\x3d\x04\x67\xd9\x1b\xd9\xca\xff\xce\xd2\xaf\xaf\x39\x5e\x14\xfe\x57\xd2\xfc\x54\xcc\x58\x9e\x65\x6f\xf0\x25\x0f\x7d\x3f\xcb\x97\xb5\xfe\x32\x82\x29\xff\x85\xcc\xf9\x75\xa8\xe0\x2f\x98\x5c\x5d\xd7\x20\xe9\x68\xba\xa7\x95\x84\xac\x6d\xf1\xd4\xf7\x93\x4c\xbe\xb3\x35\xa7\x55\x54\xa6\x7e\xce\xd7\xb7\xe9\x32\x94\x18\xc0\x8c\x5a\xda\x27\x82\x9e\x13\xe6\xfc\x0a\xf3\xe7\x9c\xb3\x38\x52\xe8\x8b\x40\xcf\xc3\x66\xf5\x3a\x52\xe5\xf9\x1a\xfd\x6b\x13\x39\xc3\x8d\x0f\x4d\x15\x1d\x65\xf8\x52\x1a\x04\xd5\x70\xd6\x52\x9b\xe7\x4b\x5b\xd9\xc5\x64\xbd\x3a\x2e\x38\x59\xc8\xa0\x98\x5f\x45\x79\xad\x8d\x46\x72\x7b\xa3\x6b\x59\xa1\x36\x2c\x15\x80\x0f\x05\xc7\xa5\x02\xaf\x45\xa0\x84\xe7\x72\x07\x7e\xb4\x1b\xb0\xf2\xd8\xb2\x0e\x3d\x3a\x2a\x87\xfd\x42\xe8\x95\xf1\x4e\x3b\x27\xc5\x9f\x33\xb2\x58\x60\xf6\x7d\x0c\xc6\xda\x94\x88\x61\x3a\x17\x8b\x32\xaa\x99\x40\x5d\x93\x02\x80\x12\xce\xc9\xfc\x23\x9e\x61\xf2\x05\x8b\x21\x15\x96\xda\xf5\x52\xaa\x39\xac\x96\x32\x17\xa7\x20\x5f\xff\xd3\xa9\x9c\xc0\x87\x5c\x05\xc0\x88\x41\x09\x1d\x0b\x50\x4d\x5a\x16\xa4\x24\x7f\x13\xcf\x41\xfe\xd0\x9e\x1e\xf2\x59\xee\xfd\x45\x81\xd9\x17\xcc\x76\x56\x50\x8f\x52\x6b\xd1\x91\x42\xea\x28\x17\xb3\xd0\x7f\x47\x75\x14\x46\x25\x28\xa1\x37\x81\x75\x63\xef\xfa\xab\x22\x0a\x8e\x74\x10\x1a\xe5\x5b\x50\x5f\x37\x39\xb6\x08\x54\x66\x40\x66\xbf\x1f\x20\x84\x7f\xf3\xe9\xd6\x79\x10\xf6\x6c\x44\x9e\xcb\x98\x75\x92\x47\x62\x1e\x47\xaa\x63\x19\xc6\x42\xde\x14\xd3\xf9\xbc\x3e\xbe\xc6\xb7\x5b\xac\x80\x59\x82\x3a\xc1\x54\x3e\x6b\xde\x3e\x31\x6e\x74\x21\x46\xe2\x6d\xfd\x5e\x95\x03\x70\x30\x88\x31\x5a\xa6\xac\xc0\xaf\x29\x8f\x31\x3c\x1e\x82\x06\x1f\x51\xf5\x9c\xd9\x57\x45\x11\xc4\x40\x71\xae\x3a\x3d\xb8\xdc\xa3\xea\x8f\xcb\x7b\xb6\xed\x8f\x37\xfa\x3b\xcb\x97\xaa\x5a\xa3\xbb\xb3\x7c\x29\x10\x6e\xe9\xf2\x45\xc5\xa2\x8d\x23\x15\xaa\xd3\x68\xe2\xf0\xf1\xb8\xc1\xc2\x02\x0c\xca\x1d\x6a\xfd\x20\x18\x0c\x70\x22\x59\x1b\x0a\x14\xaa\x12\x51\x45\x31\xb2\x60\x1d\x55\xa4\x79\x91\x9a\x9b\x53\x2c\x5d\xfb\x24\x2b\xf8\x28\xb9\x8f\x9b\xe9\xd6\xe1\x1e\x2f\xc4\x31\xe3\x33\x14\x0f\x15\x16\x3f\xaa\x9e\x43\x2b\x92\x68\xc3\xbe\x96\xe6\xd9\x5a\x57\x82\x26\x21\xab\x39\x78\x1c\x94\xaa\x12\x4d\x3b\x2d\xa5\x08\x2b\x16\xc0\x21\x35\x11\x02\x91\x77\x1c\xc2\x55\xf0\x40\x9c\x35\x57\x50\x0a\x28\xcf\xcd\xe8\x2a\xca\xab\x53\x4d\xf3\x84\x0a\x2d\x2f\x9c\x87\x68\x64\x45\xef\x0d\xfe\x35\x72\xd1\x78\x89\xde\xa6\xfc\x3a\x59\x10\x1a\xcf\xa0\x7b\x84\x83\xde\xec\x08\x5d\xc2\xf9\xa1\xf8\x5f\x55\x69\x7e\xe8\x56\xaa\xb2\xbe\xc4\xd7\xd5\x8a\x1c\xcd\x14\x6e\x97\x68\x32\x95\xaf\x49\x1c\x0d\x9f\xf2\x1f\xe7\x4f\xf9\xe1\x21\xc8\xd1\xec\x90\xc3\xb4\xa6\xf2\xb8\x4e\xd4\x93\xdb\x73\x1e\xe7\x00\xc0\x6c\x30\x88\x0b\x94\x4d\xd2\x29\x80\xc5\x38\xa6\x4d\x94\xa8\x44\xe9\x82\x11\xca\x28\x1e\x71\xde\x71\xf6\x95\x7d\x6e\x01\xa3\x42\xc5\x16\xa3\xb5\xcf\x4a\x18\xd5\xd1\xc8\xdc\x82\xcf\xf8\x26\x82\x69\xed\xa3\xce\x51\x97\x03\xb8\x9a\xa4\x53\x54\x80\xd1\x52\x5a\x85\xc6\x39\x70\x26\xef\x08\x60\x9a\x02\x25\x36\x04\xe9\xaf\x26\x71\xe1\x4c\xb0\x98\xf0\x29\x90\xe9\x97\x44\xe9\x52\xd7\x06\xeb\x1c\x2d\x93\x65\xbe\xb4\x62\x98\x87\xb2\x5e\x1d\xa1\xb8\x32\x42\x7f\x24\xac\xed\x40\x8e\xff\x99\xe3\x85\xf4\xda\x6d\xc5\xbb\xc2\xa5\xf2\x23\x0e\x57\x1a\x86\x87\x15\x29\x16\x36\xea\x0f\x9f\xf6\xe7\xa4\x58\x66\xe9\xcd\xa8\x4f\x73\x8a\x9f\x46\xee\x7a\x2c\xdd\x55\x10\xb8\x9d\xf0\xe9\x6f\x80\xd8\x42\xda\x2f\x91\x38\x85\x18\xe6\x02\xa5\x6a\xde\xae\xbc\xee\x9a\x18\x17\xda\x92\xdc\xca\xec\xab\x12\x7a\xd2\xa1\x89\x68\x6e\xbc\x46\x04\x97\x7e\x97\xcf\x71\x09\x95\x91\x59\x31\x5a\xbb\xe7\xb1\x0e\x9e\xde\x38\xa7\xc7\xcd\x4f\xb2\xea\x08\xdb\x53\xa3\xe2\x43\x83\x01\xaf\x7d\x3d\xcb\x97\x9b\x4d\xc3\x3d\xbd\x76\x28\x37\x03\x65\x79\xa7\xa8\x46\x41\x43\x70\x06\x25\x54\x28\x14\x67\x49\x73\x16\xae\xfc\x5f\x09\x05\xbe\x88\x2f\x23\xcb\x37\x87\xe7\x34\x0d\x8f\xcf\x05\xb2\x7d\x88\xbe\x51\x5d\xc8\x59\x75\xdf\xcb\xff\xef\xc8\xec\xf8\xef\x5f\xb3\x6c\x48\x38\x09\x9b\x1d\x0b\xca\x8c\x60\x65\x7d\xdc\x30\x3a\x56\xe6\xa3\xff\x4f\x65\x21\xaa\x05\x8c\xa3\x42\xbd\x45\xb9\x72\x20\x74\x85\x34\xf3\x43\x2d\x7a\x04\xa3\x3a\x1d\x44\xd2\x24\xf5\x5f\xe1\xff\x52\x06\xb3\xff\xaa\xfe\xf9\x97\xca\x6e\xf6\x07\xc7\x6e\xd6\x83\x65\x0d\x7a\x03\x15\x03\xbd\x58\x4b\xdb\xdd\xe6\xad\x75\x03\xd5\xef\xad\x01\xed\xf7\xb2\x0f\xd7\xa0\xd7\xfd\xfb\x5f\xe1\xd0\x98\x19\x7b\xff\xec\xe8\xd3\xe9\xea\xfb\xef\xb5\xc1\xeb\x31\x9c\x68\xe6\xe8\x58\xb9\xfe\xbf\xf0\x7b\x35\x45\x51\x2a\xd9\xb1\x28\x33\xbf\x25\xd7\x9e\x3a\x16\xac\x9e\x6d\xeb\x71\x65\xdc\xba\xdb\x2a\xb6\xdd\xf6\x55\xb1\xb7\x08\x46\x47\x32\x23\xdf\x51\x2a\xee\x22\x11\x8c\x70\x3a\xbb\x76\xad\x62\x5d\xbe\xe0\x33\x91\x9a\x70\xaa\xf7\x16\x4d\x39\xf9\x82\x8f\x54\x45\x19\xf8\x63\xab\xc1\xec\x7e\x3b\xb1\xa3\xcd\xec\x16\xa0\xcd\xe1\x6d\x57\x0e\x1a\xa5\x76\x4a\x8b\xed\x7a\x40\xb9\xc6\x47\x4b\xeb\x8d\xf3\x90\x6f\x59\xa1\xf7\xab\x42\x85\x53\x53\x60\x40\x1c\xe5\x5f\x30\xbb\xcc\xf2\xaf\xea\x6e\x28\xc3\xf0\x7a\x2f\x58\x4d\x45\x9d\xa7\x97\xf3\x34\x39\x41\x4d\x4d\x40\x9d\xd4\x54\x19\xe9\x2f\x29\x25\x0b\x69\xea\xfd\x4a\xd0\x68\x4d\x29\xa7\x74\x22\xed\x4a\x13\x57\xd7\x56\xd3\x29\xb8\xbc\xab\x79\x2f\xdd\x76\xc5\x6d\x0c\xb5\xfd\x76\x2a\x47\xa6\x1c\x15\x6a\xca\x97\x9a\xb6\x4f\x7e\xc3\xea\x87\xf2\xff\xd4\x25\x2f\xae\x49\xa6\x1c\x85\x95\x39\xb1\x92\x52\x80\xf3\xc5\xbb\xa1\x69\x65\xeb\x0d\x9d\xa9\xc5\x7b\xc5\xf2\x85\x1c\x96\x8d\x9e\x94\x32\x7e\xaa\x39\x28\x9e\x7d\xd6\xc8\xfb\x79\xe9\x2a\xb7\xf6\x01\xbb\x4d\xc1\xa4\xe2\x95\x78\xbd\x6d\x51\x75\x96\xd0\x9d\xe0\x9a\x8e\x63\x0f\x29\x92\x48\x13\x43\x9a\x48\xa3\x59\x47\xa7\xf4\x2a\x4d\xe8\x14\x45\x3c\x5f\xcd\xae\x23\x13\x82\xa9\x05\x46\xba\xe2\x79\xa4\xd2\x6b\xd8\x6d\x0a\xbc\x6e\xe1\x10\xda\x90\x3c\x1e\x90\xa5\xd6\x98\xa0\x28\xbd\x28\xf2\x4c\x9a\xfc\x06\xaa\x65\x0e\x71\xfb\x25\xbc\xa2\x71\xbf\xe0\x22\xe7\x3c\x5f\x84\xcb\x98\xda\x3f\x1a\x55\xbe\x9a\x22\x80\xd9\xc6\x58\x19\xce\x52\x15\x47\xb5\xbd\xb6\xd2\x43\xb4\x68\x21\x0e\xa3\xe5\xb7\x6d\x8d\xb5\x86\xa2\x4d\x3f\x21\x9b\x97\x30\x44\x48\x7a\xc7\x8a\x89\x11\x3c\x3f\x75\x35\x36\xfe\x76\xb3\xaa\x81\x7a\xd5\x7a\xc5\xfa\x3e\x7d\x86\x86\x36\xbc\x96\x19\x74\x5b\x5b\x60\x76\xb9\xd7\x89\xd6\x58\x35\xe5\xe8\xd0\x88\x2a\x36\xd2\x76\xf5\x17\x1f\x5a\x07\x15\x6c\x2e\x84\xe8\xe6\x16\xf6\x9c\xe5\x5d\xdb\x15\xb0\xc6\x49\xe1\x6d\x3f\xb1\x63\x1d\xc3\x36\xb0\xfe\x4a\xe8\x3c\xff\x9a\x30\xfc\x9f\x2b\x5c\xf0\xe7\x1e\xb3\x1d\xe3\x06\xfb\x0d\xd6\x8b\xc5\xfd\xa2\x51\xb5\x50\xf1\x99\xf2\x95\xd4\xc5\xfd\x2f\x50\x4a\x6e\x11\xe0\x09\xeb\x10\xa3\x1f\x0c\xe2\xad\x43\x53\x70\xea\xe3\x08\x00\x02\x23\xe9\xf9\x6f\x87\x12\xaa\xb2\xed\xa8\x11\x18\xf7\x46\xeb\xa8\x40\x0d\x93\xe0\x08\x3b\xab\x06\x99\xfd\x29\xa8\x50\x66\x34\xa9\x2e\x5a\x0d\x1a\x19\x0c\x58\xb8\x50\x5d\xc6\x28\x3a\x18\xb6\xd1\xa2\x79\x69\x6b\x6e\x05\xa6\x94\x0d\x04\xe1\xc4\xbd\xc9\xe6\xf6\xb7\x3a\x8a\x61\x2a\x06\x47\x2a\x8d\x62\x55\x77\x30\xc8\x6b\x9f\xff\xa2\x55\x8c\x71\x5a\x0d\xc9\x3d\xeb\x49\xe8\xac\xcf\x01\x8c\xe9\x66\x93\x02\x37\x50\x96\xcc\xf3\x24\xef\x66\xb1\xa3\x88\xa4\x46\x33\xeb\x5e\x5e\x85\xf0\x03\x53\x5d\xd2\xb8\x3f\x12\x98\x6b\x23\x83\x1d\xa6\x61\x95\xc8\xa5\xde\x11\x8a\x27\x57\x8c\xcc\x7d\x01\x4e\x95\x1c\x5d\x10\x7a\xb4\x4c\x67\x9f\x31\x7b\x72\x49\xbe\xe1\xf9\x91\xaa\xb9\x5d\x78\xbb\xc2\x14\xb3\x94\xe7\xec\x31\x84\xb7\xad\x09\x09\x45\x7f\x12\x59\x5a\x5d\xaa\x57\xea\x82\x50\xa9\xb1\xb0\x6f\xa9\xda\x95\x48\xe6\x3d\x72\xce\x11\x6b\xcb\xb1\x96\xfc\x7e\x84\xa1\x56\xcb\x18\x28\x9a\x93\x4b\xa7\x69\xa3\x40\xad\x82\x16\x39\x6e\xd6\xa2\xee\x17\x52\x90\x8b\x0c\x9f\x0a\x96\x45\xe8\xd5\x6b\x51\x3f\x56\x75\x4b\x73\x2a\x3d\xf7\xf3\x4d\xdb\xb6\xa6\x5c\xe5\x9d\x96\xa3\x79\xce\xeb\xae\xe7\xa2\xa2\x2e\x52\xc0\x31\x28\xd5\x00\xc3\x75\x4d\x99\xad\xac\x34\xb4\xad\x13\x50\xaf\xa1\x7f\x53\xd3\xf8\x85\xf0\x6b\x41\xb8\x32\xe6\xd1\xc1\x10\x94\x75\xe5\x11\x96\x31\x21\x74\x7e\x22\x09\xc3\x9f\x24\xa4\x00\xe6\xaa\xc0\xce\x47\x7d\x4d\xd5\xd7\x6a\xe8\xf2\xb3\x9b\x19\x5a\xf5\xf5\x81\x7c\xc3\x99\xec\x0c\xc4\x32\x43\x4e\xd8\x68\xbd\x49\xee\x0b\x87\x94\xb7\x13\x7d\x71\x8d\xb3\xcb\x23\x29\x83\xfe\x01\xa9\x7e\xe6\xe5\xe1\x0d\x90\xfd\xef\x86\xe2\xdd\x10\xba\x21\x9a\x17\xe3\xfc\x27\xd5\xdf\x8d\xea\x97\x98\xcd\x30\xe5\xe9\x15\x16\xa5\xab\x05\x2d\xfe\x8b\x52\xbf\x5c\xc5\xed\xe1\x04\xf1\x21\x2f\x81\x11\x0b\xf4\xfb\x8e\x8a\xda\x36\x84\x29\x1a\x3e\x4d\x7f\xc4\x4f\xd3\xc3\x43\x40\xd4\x23\x88\xde\x0d\x6c\x92\x4f\xcd\x86\xa0\x50\xe3\x53\x7e\x2d\x01\x3c\x3c\xcc\x9f\x21\xa6\x4f\x9a\xc1\x20\xce\xd1\x50\xbf\xea\x19\x0a\x28\x8c\x54\xd0\xdc\x88\x04\x1e\x0f\x87\xb7\xdc\x8a\xb2\xe5\xad\x37\xe3\xf1\x70\xb8\xf7\x76\x14\x6d\x7e\x6f\x1b\x52\xce\xe3\x36\x5b\x52\x21\xc0\x6c\x4a\xbb\x56\x13\x3c\x4d\xf4\x0a\x07\xb6\xa6\x6e\x54\xa8\x27\xc5\xcb\x2c\xcf\x59\x4c\x92\x6f\x4f\x8e\x87\xc3\xff\xc9\x43\x9b\xd6\xee\x3d\xbd\x73\xd7\xdf\x46\x05\xbc\x19\x91\xe4\xa6\xec\xb2\x87\xeb\x36\x72\x8f\xea\x62\x26\xcd\x0e\x20\xb3\x46\x50\x3d\x8e\x8c\x99\x22\x42\xd2\x65\xac\xf2\x22\x67\x63\x3c\xf2\x9d\xae\x2b\x3b\xc4\xa0\x1b\xe8\x4e\x2b\xbf\xc7\x9d\x2b\x76\xdf\x9b\x4c\xca\x7d\x21\xe2\xfb\x05\xf9\x57\xaa\xff\xc2\x8a\x18\xf1\xd7\xa4\x98\x5d\x63\xd1\x8d\xf3\x88\xe2\x35\x82\xd8\xcd\x0d\x1d\x19\xe3\x27\x42\xaf\xfa\x5f\x48\xda\xaf\xdb\xa5\xec\xb0\xd3\x6c\x61\xbe\xfb\x69\x61\xef\xdd\xcd\xae\x7e\x44\x79\x49\x2d\xab\x5d\x18\x99\x6d\x36\x32\x0a\xa3\xa7\x3c\x5f\x8e\x86\x4f\x33\x7c\xc9\x47\xc3\xa7\x91\xcd\x41\x7e\x88\x7c\x8d\xd4\x8b\xd3\x53\x10\xe3\xe4\x1b\xc4\xc9\x0d\x80\xe4\x10\x45\x8a\x3b\x46\x87\xec\x30\x5a\x7e\x7b\xaa\x79\x64\x74\x48\xe5\xcf\x08\x92\xb2\x1a\x96\xbf\x09\x1f\x77\x6c\xff\x23\x34\xb4\xce\x2b\xec\xe8\xc3\x1f\x6e\x3f\x78\xaa\xef\x90\x93\x29\x89\xb1\x8c\x54\x0e\x71\x32\x2b\x8a\x9d\x35\x87\xa0\xca\x33\x3a\x89\xbe\xe2\x8b\xcf\x44\xc8\x11\xbf\x98\x3f\x16\x82\x46\xdf\xe6\xff\x88\x60\xf4\x3e\x9a\x42\x86\x26\xd1\x91\xaa\x75\x14\xc1\xe8\x68\x51\xa8\x7f\xf2\x7f\xc8\x7f\xf3\xa3\x68\x0a\x29\x72\x42\xbc\x59\x1b\xe9\x79\x3e\x93\x76\xd4\x83\x81\xf9\x2b\x31\x7f\x68\x8d\x5c\x7b\x89\x9a\x75\xcf\xcb\xaa\x4d\x14\x2d\xe4\x88\x8c\x6b\x5e\xa0\x0b\x9c\xa9\xb3\x79\x24\x9d\x1f\xf3\x3e\xa1\x7d\xeb\xdc\x8f\x75\x76\x85\x16\xcf\x51\x63\x4a\xa1\x12\x47\x0f\x9f\x16\x3f\x1a\x33\x9e\xa7\xc5\xe1\xa1\xe9\x92\x4f\x8a\xe9\x61\xda\x04\x4e\xc6\x4c\x94\xe0\x51\xde\xe9\xa8\x70\x5e\x5a\x3a\x70\x84\x5d\x8f\x2e\x77\xa7\x2d\x3b\x1e\x63\x5d\x87\x52\xf7\xeb\x99\xf8\x43\xec\xd2\xef\x5f\xa2\x22\x58\xf0\xc3\x4b\x94\x85\xe0\xbc\x38\x3d\x45\xab\x16\x50\xa2\x6c\xd6\x02\x4d\x94\xcd\xdd\x32\xf1\xc1\xf9\x89\x70\x52\xac\x96\x12\x6f\xdf\xbf\x74\x7e\xfc\xf0\x32\xe8\x36\xec\xec\x07\x10\x47\xdc\xf4\x23\x13\x46\xca\x0a\xf5\x77\x25\xb7\x0a\x41\x07\x07\xc1\x4a\x4b\xcc\x8a\x25\x96\xd1\xa4\xde\x33\x72\x45\x68\x04\x7a\xde\x50\x88\x1e\x45\x8e\x0e\x0e\x68\xcf\x4f\x65\x2d\x84\x38\xec\xaa\xde\x95\xc6\xd9\x6c\x74\xa9\x74\x67\x4a\x09\x6d\x1b\x16\xb5\x86\x13\x3a\x45\xd7\x52\xef\x54\xd5\xc9\x02\x75\x2e\x6b\x75\x56\xae\xb4\xfd\x49\x72\xce\xef\xd6\xb8\x5c\x7e\x93\xbc\xf4\xbb\x35\x17\x7f\x7e\xaa\xea\xcf\xbc\xfa\xdf\xad\x59\x39\xfa\x6e\x7d\xad\xb4\x1d\x6e\xbd\x79\xa8\xde\x65\xb3\xde\xb5\x57\x6f\x91\x72\x46\xbe\xc5\xc7\xb0\x3f\x94\xff\x1d\xc3\xbe\x18\x8d\xf8\x3f\x2f\x81\xd3\xec\x32\xd0\xec\x87\x79\xd5\xd0\x36\x6f\xfe\xac\x00\xaa\x8f\xe0\x53\xe9\x51\x50\xae\x57\x6a\x89\xc8\x38\x1b\xe5\xe3\x62\x94\xf6\x5c\x72\x5b\xea\xf2\x05\x22\xe3\xf9\x28\x1f\xcf\x46\xab\x5e\x8d\x3a\x43\x51\xdf\xf2\xc5\x32\x2f\xd2\x8b\x0c\x07\x3c\x03\xb3\xbc\x58\x31\x7c\x94\x36\x9c\x37\x1e\xd6\xf8\x42\x65\x5e\x3d\x3f\xcf\xf2\x74\x8e\xd9\x88\xeb\xa4\xab\x3d\x95\x58\x7d\xfd\xfc\xc5\xd9\xeb\xf7\xef\x54\x40\xbd\x9e\x9e\xc6\x35\x5f\x64\x17\x29\x2b\x9e\x7c\xc6\x37\x5f\x73\x36\x2f\xea\x83\x27\xb4\x6f\x32\x59\xb3\x9b\x31\x43\x5c\x6a\xc2\x09\xb3\x88\xd8\x09\x01\x98\xa7\x72\x96\xaf\xb8\xf4\x18\xda\xab\x4f\xe9\xcc\xde\xe8\xb5\x33\x2c\x00\x74\x9c\x00\x96\xa8\xf9\xef\xf0\x47\xdf\xb2\xac\x57\x98\x1f\x49\xf4\x2b\x53\x83\xa3\x94\xce\x8f\x56\x05\x3e\x9a\x63\xbc\x3c\x92\xb1\xa8\x8f\x2e\x59\xbe\x38\x92\x76\x0c\x8f\x1d\xaa\xc8\x5c\x15\xf0\x64\x38\x55\xca\xfe\xef\x11\x42\x26\x2c\xf6\x98\x23\x3c\x39\x9e\x8e\x62\x2a\xff\x85\xe2\xe7\xf7\x36\xfa\xc6\x7a\xb6\x62\x0c\x53\xfe\x37\x9d\x21\x49\x4e\x6f\xc4\xe1\xaa\x90\x29\xe6\x4f\xc4\xd4\x46\x34\x7c\xfa\x35\xd0\x65\xfe\x4d\x97\x4b\x4c\x3b\x47\xf9\x6a\xba\x3a\x27\x49\xc2\xa7\x08\xeb\x21\x4e\xa6\xc9\x2c\xa7\xb3\x54\x26\xe3\xe1\xe0\x36\x4e\xc8\x6a\x40\xf7\xec\x82\xdc\x3e\xff\xd9\xf5\x8a\x7e\x7e\x40\x22\x90\xf0\x11\x6d\xe3\x02\x8b\xf4\xdb\x88\xc3\x19\x26\xd9\x88\x95\xf2\xb2\x5c\xe1\x58\x48\x16\x56\xea\xae\x99\xc6\xe7\x88\xc7\x04\x0e\x01\x4c\xd1\xb0\x8a\x32\x41\x0a\x15\x23\x4d\x46\x6f\x49\x11\x35\x56\xa5\xf0\x20\xdd\x6c\xf2\x1f\x8f\x81\x59\xa5\x9e\x7e\x98\x1a\x42\x8e\x8e\x8e\x21\x71\xe2\xab\xb1\x38\x7d\x92\x03\x25\x89\x3d\xc5\x3f\xa6\x4f\x01\x99\x1c\x1e\xf2\x29\x32\x81\x24\x30\xc4\x87\x28\xb7\x97\x56\x52\x96\xed\x0e\xcb\x71\x8d\xf6\x27\x1c\xb2\x8a\x5a\xfa\x54\x9d\x8a\x60\xe7\x83\x4c\xfb\xf2\xed\x17\xfb\xa9\x41\xbf\x7d\x0e\x27\xee\x88\x38\x92\x58\xb0\x98\x64\x60\xcc\x46\x13\x36\x85\x3c\xb9\x24\x19\xc7\x2c\xc6\xe8\x59\x3d\xa4\x13\x06\xb7\xa2\x74\x3d\xf6\xc7\x23\x75\x15\x32\xee\x2e\x61\x0d\x92\x24\xf1\xb0\x25\xb6\x39\xbb\xf5\xe4\x57\xf7\x1e\x6a\x60\xdb\xe4\x29\x4f\x49\x5d\xa5\xdb\xda\x4c\xeb\x93\x74\x90\xe2\x1d\xe2\xbe\x1b\xfc\xa5\xd2\x0c\x86\xa2\xe5\x3c\x8f\x19\x80\xd8\x91\x03\x3d\xad\xeb\xc1\x81\xbf\x8d\x65\x34\x08\xff\x13\x06\x63\xec\x84\x14\xa4\x00\x3d\xc3\x83\x01\x93\x71\x03\xc5\x85\x72\x24\xbd\x2f\x6f\x4b\x8f\x0a\x45\x21\x6e\xf5\x1b\x6e\xf1\x39\x9e\xdd\x29\x12\x87\x17\x87\x47\xc7\x69\x36\xd1\x77\x38\xe4\x36\x81\x06\x43\xef\xa4\x96\x4e\x2c\xd1\x01\x29\xde\xa5\xef\x62\x66\xe3\x24\x56\xb9\x8f\xa5\xe3\xd0\x31\x80\xec\xe8\x56\x31\x36\xe6\x78\xf6\x68\x34\x3f\x67\xf9\xf2\xce\xa8\x33\x91\xbf\x36\x9b\x98\xa1\xc9\x14\x40\x93\x0f\xe5\x76\xc7\xbb\x18\xd3\xa3\x21\x00\x53\xce\xf6\x50\x09\x05\x70\xe0\x32\x3b\x93\xb5\x52\x43\x8d\xf9\x2d\xc3\xac\x7c\xc6\x37\xc5\xa3\xa1\x40\x9d\x5a\x47\x17\x37\xfb\x31\xbe\x42\x49\xca\x7b\x30\x3e\x75\x9c\x32\x38\xa1\x90\xc0\xbc\xc2\x5b\x8d\xa7\xe5\xd6\xb6\xc3\x7c\x21\x32\xeb\x0e\x22\x90\xd8\xad\xe8\xef\x55\x0a\x36\x1b\xff\x4b\x0e\xc6\x93\xe9\x28\x36\xc8\xaa\x4e\x62\x02\xc6\x91\x19\x54\xe5\x95\x4c\xc6\x18\x3d\x23\xb1\x1b\x7f\x92\x02\x30\xc2\xe8\x59\x88\x47\x9b\x0a\x90\xc8\x2a\x86\x29\xdb\xcf\xb9\x91\x04\xd8\xed\xd8\xac\x6a\xfd\xd3\x4d\x28\xae\xd8\x1d\x22\x74\xed\x22\x81\xfb\x62\x04\xfe\x4a\x70\xb0\xd9\x1c\x30\xb1\x1a\xcc\xa0\xe5\x76\x7c\x41\x35\x7e\xc4\x6d\x41\xe7\xb5\x4d\xb1\x37\x52\x20\xdd\x82\x16\x81\x12\x73\xe6\x53\x90\x88\xfe\x7e\xba\x51\x67\xe1\xad\xb0\x23\x9a\x3f\x1e\x76\xb2\x94\x73\xdc\x59\x25\xe2\x63\xa7\x86\x90\xa0\xdc\xc2\x84\xdc\x62\xae\x8a\x5c\xec\x24\x38\x99\x82\xd1\xad\x12\xf8\xea\xc1\xee\x87\x9c\x86\xd4\xe2\x8b\xb5\x75\x89\x65\x4f\xf4\xb1\x7c\x71\xb4\xe7\xd9\x73\xcf\x3e\x3d\x3b\x44\xb4\xd0\xb1\x26\x46\x7d\xe2\x1e\x6d\xa0\xee\xfe\x50\x8f\x36\xd5\x8e\x81\x2b\x96\xaf\x96\x77\xdd\x5f\x53\x84\x21\x75\xb2\xc4\x31\x37\x61\x92\x3a\x6d\xea\x19\x79\x08\xa2\x13\x36\xed\xf9\x77\x38\x02\x36\x9b\x98\xa0\xc9\x14\x8a\x42\x44\x00\xd4\x56\x0b\x18\x94\x00\xd2\xdb\xd0\x9c\x9c\xdf\x23\x6e\xc8\xeb\xb4\x38\xa2\xf8\x5b\x38\x59\x77\x7b\x33\xd5\xa4\xf3\x61\xbf\xa5\xe6\x6d\xb5\x6b\xbb\x43\xd0\x78\x0f\x4b\x56\xdd\xd1\x88\x11\xf4\x7d\x30\x46\xd0\xf7\xd3\xc1\xc0\xfd\xd5\xa3\xd2\x08\x76\x32\x55\xa6\x2b\xb9\x7a\x5a\x10\x68\x00\x02\x3a\x24\x00\xa6\xe8\xc0\x77\xf5\xcc\x21\x86\xc4\xaa\x33\xd2\x4a\x3c\x31\x42\x45\x7e\x2b\x96\x7d\x9d\x16\xef\xf0\x37\x8e\x48\x98\x44\xf2\x4e\x3b\xd5\x57\xf9\x71\xad\xf2\x63\xbe\xca\x2f\x2f\x91\x1f\x1d\xa4\xb2\x28\x20\xd2\x12\x2b\xaf\x71\xb3\x7c\x6f\xda\x5b\x32\xfc\x85\xe4\xab\xae\xb7\x67\xf3\x6f\xd5\xec\xbf\x3d\x0d\x1a\x54\xfc\x16\x74\xf8\x41\xf7\xfd\xc7\xa7\x45\x42\x7f\x9f\xba\x80\xc3\x5b\x5d\x04\x09\x7d\x3c\x5d\x00\xa1\x1c\xb3\x02\xdf\x41\x55\x5a\x53\xf5\xf7\x6d\x06\x8d\xa6\xa4\x37\x9a\x4c\x81\x8a\x62\xe0\x68\x4d\xd7\x36\x4c\xbe\x4c\xdf\x61\xdf\xf6\x99\x79\xdb\x97\x81\xc1\x08\x12\xb2\x58\x95\x9b\x4d\xba\xf1\x93\x5a\x30\x05\x22\x24\x18\x19\xac\x87\xa2\x83\x61\xef\x82\xe1\xf4\x73\x49\x2e\xe3\x83\x63\x27\x97\xc0\xc1\xb1\x0e\xaf\x2f\xb0\x7d\xbb\xe5\xd1\x28\x7b\xc4\x45\xfa\x92\x7f\x7e\x48\x8b\x2e\xd5\x41\x6b\x44\xeb\x75\x9a\x65\xf6\x3d\x32\xf9\x78\xfa\xb7\x0f\xa1\xc0\xd6\x30\x49\x12\xaa\xc3\xda\xea\x58\x15\x41\x99\x9f\x80\x71\x23\xf6\x1f\xf1\x89\x86\xb3\x9b\xd7\x72\x48\xda\xc4\xa8\x32\x85\x13\xc2\x99\x1b\x78\xc6\xeb\xa1\x6a\x46\x94\xb1\xf4\x5d\x42\x5b\xb7\x2f\xc7\xdf\x73\x72\xcb\x3b\xd0\x36\xfd\x59\x40\xc7\xab\x98\x4f\x04\x23\x00\x99\xf6\x77\xb9\x15\xc5\x8a\xa6\x8f\x46\xac\x9f\xf1\xcd\x7d\x6b\xd6\x64\x02\xe8\x3f\x84\x5a\x6d\x91\xde\xc7\xf5\x66\x9b\xf2\x20\x76\x35\xae\xde\xa6\x31\xb7\x9d\xdb\xa9\x9f\x64\x66\xe5\xc7\xc4\xd3\x43\x22\x49\x61\xe6\x76\x9b\x65\x91\x3e\x9e\x22\x7a\x8f\xbb\x5b\x95\xb4\x47\x47\xd5\x79\x04\x81\xb8\x6d\x25\xa8\x7a\xcf\x6a\xc9\x32\xda\x51\x1c\xb6\x74\xac\xbd\x09\x7c\x9d\x2b\x83\x4a\xa9\x6a\x3d\x03\x8e\x8e\xbd\x7c\x55\x6a\xb5\x89\x15\xbe\x08\x42\x28\xb7\x36\xd4\xcf\x63\x06\xaa\x38\x3e\xe4\xf0\xf8\x56\x94\x20\x56\xe7\x6e\x8f\x5e\x61\xd9\x98\x84\x64\x63\x16\x92\x8d\x69\xcc\x21\x69\xc8\xc6\xfb\xbd\x93\xd1\xfc\x56\xaf\x3d\xf6\xb9\x12\xa0\x67\xeb\xf2\x56\xe8\xcb\x1f\xf1\x49\x47\xe7\xec\x49\x6f\x25\xc7\x42\x2e\xc3\xd0\xd5\x4f\x60\x6b\x9f\x5a\xb7\xb2\x30\x44\xc6\x1d\x22\xc3\xb7\x22\x31\xd3\xfc\xae\x5a\x4a\x4f\xe7\xcc\x63\x29\xfc\xdc\x41\x53\xa9\xf2\xb5\x89\x6b\xf7\x3d\x9c\xe3\x81\x97\x17\x3e\xe6\x23\x8c\x9e\xdd\x4a\xaf\x6b\xc6\xf6\x68\xa4\xb5\x24\xcb\x90\x31\x60\x17\x3d\x07\x59\xe2\x4e\x8c\xba\x66\xf5\xf6\x78\xa1\x5b\x78\x22\xc6\xd8\xb3\xcc\x67\x30\x88\xe9\xc4\xfe\x9a\xa2\x83\x21\xb8\x4b\x32\x8d\x5d\xa8\xd9\xef\xe9\x71\xc9\xf2\x05\x29\x76\x79\x5f\x74\xb1\xba\x90\xcf\x0e\xfc\x1a\xd3\x98\x49\xd3\x08\xcf\xf2\xe2\x8e\xf1\xc8\x27\xd3\x5e\x3d\xb7\x54\x95\xc4\xb2\x99\x9e\x0b\x52\xc7\xc8\x4a\xaa\xaa\x87\x4f\xc9\x8f\xfc\x29\x39\x3c\x04\x74\x42\xdc\x24\x96\x64\x5a\x45\x26\x77\xd2\x47\x42\x02\xd0\xb3\x21\x42\x88\x8c\xa5\xe1\x0d\x35\xd6\x1e\xd0\x04\x1f\xb8\xdd\x2d\x57\x5c\xa4\x5e\xe9\x29\xc8\xab\xa1\x58\xb3\xfd\xce\xc3\xbb\x10\xc8\x7e\xaa\xc5\xff\x6a\xe2\x11\x0c\x0b\x44\x5b\x65\x20\x45\x03\x2d\x32\xd0\xd1\xed\x64\x20\xb3\x0c\x7f\x7c\x39\xe8\x3f\x75\x2e\xf3\x87\x65\x39\x0f\xc9\x3c\xd8\x76\xe6\xc1\x0c\xf3\x60\x2d\xcc\x43\xa9\x9d\x5d\xef\xad\x5d\xdc\x51\x08\x7f\x4c\xf1\x14\xc1\x54\xe4\x1f\x65\x98\x09\x31\xcd\x84\x98\x65\x42\xf9\xdd\x99\x90\x5c\xb3\x47\x33\x88\x60\x2a\xb2\xe0\x1e\x14\x22\x4d\x35\x19\x29\x9a\x67\xf6\x2e\x8b\x18\x21\xb2\x41\x22\xf5\xce\x28\xba\xc8\xf3\x0c\xa7\xb4\x91\x4d\x98\x80\xc1\x80\xe8\x65\x9b\x4c\xc5\xde\x67\x3f\x52\xab\x32\x1b\xf3\x24\xe3\x78\x24\xfe\xef\xe8\x45\xd9\x53\x1c\x73\x48\x81\x0a\xb7\xab\x1e\x34\x39\x28\x45\xdb\x67\x5e\xdb\x2b\xd9\xf6\x2a\xdc\xf6\xe8\xc8\x69\x6b\x54\x55\x08\x21\x3a\x18\x90\xc1\x40\x17\x89\xfb\xd9\x6d\x56\x55\xe2\xf9\xf1\x56\x55\x12\xe9\xc3\x5a\x74\x50\xb3\x15\x6e\x6b\xc8\xa1\x9a\x3f\x9a\x48\xcb\xb0\xbc\x2d\xfd\xb1\xac\xbf\xf2\xcd\x26\xce\x95\xe2\x6b\x1f\x03\xaf\x83\xa0\x85\xd7\x41\x17\x13\xaf\x76\x0b\xaf\xdb\xad\xb1\x68\xf2\x88\x06\x5e\x0c\x2f\xf1\xed\x2e\xc4\x01\x3d\x9b\xf1\x55\x3f\x68\x64\x3c\x1f\x4f\xd8\x74\xa4\x4c\x2b\x74\xb2\xf2\x55\x96\xc1\xb5\x3a\xa1\x46\xbc\x04\x52\x19\x27\x8f\x92\x5b\xe2\x4d\x4c\xe3\x11\xf7\xc6\x17\xcc\xba\x67\x40\xda\xae\xc2\xae\xab\x14\xc6\x8e\xea\x40\x99\xcb\x0e\x41\xa2\x7b\x8c\xc1\x68\xc2\xa7\xb7\xc3\x90\x04\xf0\x68\x28\x2a\xae\x57\x97\x97\xd9\xad\x50\x04\xb9\x61\x09\x54\x88\xb8\xd2\x5d\x54\xe3\x01\x68\xa1\x46\xc7\xe9\x76\xf7\x73\x9d\xe4\x06\x03\xbe\xd9\xc8\x10\x12\x2c\xa5\xf3\x7c\xf1\x94\x3c\x3b\x7e\x0a\x98\x1b\x55\x82\xc7\xe0\x7f\x92\xa3\x23\x00\x29\xc2\x13\x32\x85\xe2\x7f\x32\xf3\x36\xc4\x32\xc9\xb6\x95\x62\x6e\x83\x70\x8d\x80\x7b\xd5\xda\x54\x49\xcf\xc5\x25\x1c\x31\xc8\x1a\x76\xaf\xc6\x8b\x67\xcc\x63\x0a\x19\x18\x4d\xe8\xf4\x2e\x5a\x1e\x89\xf8\x3b\xbf\xfb\x42\x86\xb8\xff\xdc\xd7\xb4\x09\xbf\xb5\xd7\x97\x6c\xfe\x78\x74\x9d\xb3\xfa\xa1\xf8\xe8\xb6\x79\x26\x1a\xae\x76\x84\xb1\xfe\x48\x76\xa3\x80\x0a\xe1\x70\x42\xab\x74\xd5\x71\xfb\x86\x71\x2d\xa5\x0d\x0d\xa9\x8c\xa2\xb4\x19\xe8\x5c\x07\x62\x66\xcd\x12\x81\x1e\x31\x4d\x95\x58\xa6\x2e\x07\x99\x13\xbc\x86\x0e\xd5\x54\x07\xe8\x89\xa0\xa0\x8a\xa0\x42\xb0\x4b\x63\x55\x47\x63\x66\x9e\x88\xf1\xc4\x66\xbc\x1c\x80\xd1\x5d\x61\x38\x33\x04\x7e\x94\xd9\x0e\x31\x9f\x5b\xa9\x8a\xa7\xdd\xdf\xee\xf7\x77\xb7\x18\xc2\xdb\xed\x2c\x31\xaa\x47\xdb\x58\x3c\xbf\xba\xca\x6e\xa9\x44\x55\x6d\x7f\xef\x6a\x54\x35\xca\xdf\x40\x91\x6a\xd0\x73\x97\xeb\x8d\x36\xdc\x08\xa8\x1e\xd4\x75\xb1\x92\x83\x19\xe4\xc0\xb5\x94\x32\xf2\x37\x05\xc6\x3a\x8e\xaa\x8c\x38\xef\x2f\x63\x0c\xa0\xa7\x6d\xb0\xfe\x6c\x47\xc7\x2a\x09\x03\x3f\x14\x7f\xe0\xf1\x70\xc4\x0f\x8f\xcb\xd8\xb8\xa5\x3a\xd6\x6e\x15\x07\x62\x90\x43\x3a\xc9\xa7\xf6\x36\xea\x17\x1d\xe0\xdb\x29\x18\x14\xf6\x1e\x6d\x1f\xac\xe8\x1e\x11\x05\xf6\x74\xaa\x36\x97\x13\xab\x8d\x61\xce\x4a\x08\x84\xdf\x8a\x4d\xc8\x11\xdf\x11\x3f\xdd\xed\xc3\x65\xd7\x7f\x20\xdb\x78\x35\xde\x16\xb3\xf8\xee\x64\xf1\x95\xf0\xeb\x7c\xb5\x9f\x25\xc0\x9d\x7c\x50\xeb\x1e\xa5\x2c\xe4\x51\x3a\x18\xd8\xf8\x03\x55\x54\x40\x26\x7d\x4b\x77\xeb\x10\x7d\xbf\xd6\x98\x42\x0c\xc6\x6c\xc4\x0c\xc5\x52\xe5\xd8\xe1\x68\xaa\x35\x0e\x6e\xeb\x34\xad\x9b\xef\x77\xb7\x0e\xf8\xa8\xba\x7c\x90\x49\x65\x98\xbf\xb0\xdd\x6e\xe0\xfa\x0d\x62\xaf\x73\xce\x44\x5c\xe8\x1c\x9b\x60\x0f\x2f\xf8\x3d\x9c\xc0\xf7\x71\x99\xee\xe8\xa4\xdb\xd5\x23\x75\x2f\xaf\xc5\xee\xfe\x6d\x7b\x78\x7d\xed\xe1\x02\xb5\x8f\xb3\xcb\x3e\x8e\x1c\xfb\x1a\xde\x77\x34\x8e\xde\xcb\x12\xb8\xbb\x45\x6a\x57\x63\xc9\xee\x96\x73\x1d\x6d\xc7\xee\xee\xe4\x12\xb0\x1c\xd9\xc7\x30\x62\x4f\xbb\x81\xbb\x1b\x0b\x34\x1f\x46\x3b\xbf\x79\x75\x7e\xfa\xe8\xae\x4d\xdf\x4b\xc7\xdc\x5d\x55\xb9\x87\x7a\x6e\x0f\x35\x55\x67\x55\xc8\x1e\x2a\x82\xae\xf7\xbe\xbd\x2f\x47\xf7\x71\x23\xaa\xc9\x9b\xdd\x25\x90\x80\x4f\x0c\x24\x26\x45\x26\x5c\xc1\x19\x9c\xc3\x6b\x78\x09\x97\x70\x01\xbf\xc0\x2b\x78\x01\x6f\xe0\x39\xfc\x0a\x4f\xe0\x37\xf8\x1e\x9e\xc2\x33\xf8\x16\x3e\x87\x1f\xe0\x0b\xf8\x19\x7e\x84\x7f\x87\x2f\xe1\x3b\xf8\x1a\xbe\x81\xaf\xe0\x3f\xe0\xcf\x77\x15\xdf\x5a\x1b\x3c\x97\x47\xa7\x3a\xdb\x23\xb8\xc6\x74\xb5\xc0\x4c\xcc\x73\x74\x30\x84\x57\x98\x07\x0c\xc6\xad\xa8\x52\x6e\x03\xfc\x42\x9c\xb4\x7b\xc1\x65\xdd\xe0\xaa\x83\x79\x2f\xc8\xb4\x33\xe4\x15\xc7\x7b\x41\x26\x1d\x21\xab\x63\x7f\x2f\xd0\x79\x27\xd0\x2f\xf1\x6c\x2f\xa8\x69\x37\xa8\x2c\x5f\xee\x05\xb6\xe8\x04\xf6\x95\xf6\xd3\xdf\x0b\x74\xb6\x07\xe8\xbd\x00\xaf\x3a\x02\xa6\xf3\x3d\x47\x3c\xeb\x06\x58\x89\x43\x7b\x41\x9e\x77\x82\xfc\x67\xe5\x4a\xbb\x17\xe4\xeb\x4e\x90\xff\xa2\x3c\x30\xf7\x82\x7c\xd9\x15\xb2\xf1\xa9\xdb\x0b\xfa\xb2\x13\xf4\xd7\x74\xbf\x5d\xb2\xe8\x08\x55\x8b\x7d\x7b\xc1\xfe\xd2\x11\xb6\x90\x12\xf7\x02\x7c\xd5\x09\xf0\xff\xce\xc9\x7e\x34\x77\xd1\x09\xec\xdb\x74\x5f\x8a\xbb\xe9\x0a\x77\x2f\xa8\xe7\x9d\xa0\xee\x4d\xc4\x5f\x3b\x81\x7d\xaf\x4d\xc6\xf6\x02\x7d\xd2\x0d\xb4\x96\x9e\xf7\x02\xfd\xad\x13\xe8\x0f\x64\x89\x9f\xcb\x96\x7b\x01\x7f\xdf\x19\xf8\x5e\x60\x4f\xbb\x81\xbd\x0d\xaf\x38\xeb\x04\xfa\xff\x08\xc1\x7f\x2f\xb8\x6f\x3b\xc1\xfd\x28\xee\x09\x7b\xc1\x7d\xde\x0d\xae\xbc\x56\xec\x05\xf8\x83\x03\xb8\x5d\x96\xfc\xa8\x8d\x2e\xf6\x02\xfd\xa2\xe3\x98\xc5\x9d\x65\x2f\xc0\x9f\x3b\x02\x96\x57\x9c\xbd\x20\x7f\xec\x04\xf9\x54\xdd\x88\xf6\x82\xfc\xf7\x6e\x90\xc5\x05\x6a\x2f\xb8\x2f\xbb\xc1\xcd\xd9\xbe\xab\xf7\xae\x13\xe0\xb3\x74\xcf\x93\xe9\x75\x37\xb0\xf2\x6e\x76\x0b\x4e\xf4\x66\x0f\xf0\x7b\x01\x7e\xd5\x09\xf0\xcf\x74\xdf\x01\xff\xa3\x13\xdc\x5f\xd4\xc5\x72\x2f\xc8\x3f\x3b\x90\x3b\xa9\x5b\x1b\xc6\x98\x0f\xf7\x80\x90\x71\x1c\x7c\xd3\xea\xe3\x1f\x11\x2f\x65\x85\xb6\x72\x59\x7c\xd5\xda\xfe\x19\xd2\x15\xda\xca\xc3\x69\x40\x76\x5b\xc2\xdf\xbf\x85\xdf\xbd\x04\x3d\x76\x73\x47\xb0\x1e\x1d\x0c\x62\xf3\x36\xfa\x3c\xc6\x2a\x32\x56\xdc\x08\xc5\xa6\xdd\xc1\x4d\x08\x0d\xa7\xbe\x79\xeb\xaa\x1e\x0f\xf3\x67\x68\x38\xce\x55\xc0\xec\x3d\x30\x67\x1f\x56\x7e\x83\x08\xd0\x48\x06\x7f\x90\xdd\x6f\x36\x55\xe4\xcd\x5e\x57\x0b\xf0\x67\xc7\x63\x76\x74\x3c\x1a\x02\x48\xd0\xb1\x6b\x09\x7e\x74\x1c\x76\x24\xe1\xda\x64\x0f\x4b\x6f\xf9\x3d\x90\x64\xe3\xb2\x3c\x22\x92\xac\xed\xd8\xed\x7d\x4e\xb5\x92\x66\xfc\xbf\x4f\xdf\xbf\x4b\x54\x2e\x1e\x72\x79\xa3\x1e\x48\x6b\xdf\xb8\x79\x9e\x22\x85\xf4\x4f\x90\xfd\x3b\x11\x07\xe5\x37\x0e\xf1\xbe\x78\x53\xfa\xe6\x47\xa6\x2e\x6d\xc3\xa9\xfb\xae\xdb\x07\x61\xb0\xd9\x44\x84\x16\x3c\xa5\x33\x1c\x28\xdd\x73\x86\xc6\x69\x62\x4f\xce\xa3\x07\xf7\x08\xac\xa7\xcd\xed\x61\x30\x68\x98\x3e\xdc\xd2\x8f\xc3\x46\x27\x6b\x37\xca\x52\x2e\x16\x60\x30\xd8\x56\x65\x96\xf2\xd9\x35\x28\xdb\xd6\x80\x2a\xbf\x9a\xd9\xcd\xd1\x1c\xcf\x72\x95\xca\x28\xf4\xf8\xf8\x6f\xaa\x81\x53\x49\x61\xdd\x7e\x70\x16\xc8\xc2\x0c\x7d\x73\x41\x64\x69\xa1\xfd\xa7\xf6\x0d\xa5\xc4\xc1\x5a\x71\x33\x37\xbe\x03\x96\x86\x25\xfa\xcb\x15\xe6\xef\xbf\x52\xb3\xbe\xa7\x37\x8b\x8b\x3c\x2b\x54\x2b\x8a\xb6\xd5\x11\x60\xa4\xf1\x0d\xa2\xd6\x20\xc2\x0e\xad\x3a\x4d\x83\x20\x5e\xe2\x62\xc6\xc8\x52\x65\xc3\xe3\x20\xa9\x64\x95\x12\x00\x00\x99\xf4\x7a\xd0\x0c\x53\x7a\xd8\x1a\x76\x52\x79\x0f\xe6\x82\xb8\x2a\x67\xbf\xe3\xa7\xfc\xc7\x3a\x05\x49\xc7\x0c\x3d\x7f\x71\x36\x1d\x38\x64\xc4\x5d\x32\xe2\x92\x8c\xf8\xff\xf8\x7e\x4c\x34\x5a\x64\xd8\xa1\x21\xb0\xf1\xee\xbc\x99\xe9\xdc\x25\x13\x3e\x15\x42\xd3\x68\xc7\x0c\x8b\x71\x68\x27\x11\x5c\xc4\x18\xee\x6a\x1a\x33\x00\x46\xce\x98\x5a\x06\xd4\xb6\x55\xf9\xae\x0e\xa4\x95\x91\x4c\xc9\x6b\x6d\x74\x2d\x82\xd3\x7a\x9a\xbd\x3e\xa1\x7d\x1c\x9c\x8c\xea\x4b\xf3\x02\x06\x7d\xc9\x73\x96\xd3\x4b\x72\xb5\xb2\xbf\xbf\x32\xc2\xf5\xdf\x25\x18\xe1\x09\x9f\x22\x06\xb1\x97\xe0\xc5\x72\xd1\xa6\xf9\x22\xf6\xb2\xbc\x98\x5c\xda\x41\x16\x1c\x68\x9c\x10\x4a\x38\x49\x33\xf2\x0f\xcc\xc6\xde\xaf\x64\x96\x66\x59\xac\xcd\x80\x47\xc1\xb6\x57\x98\x8f\xe5\xff\xfd\xba\x58\xd9\xa6\x8c\xf5\xbf\x23\x9d\x1e\xdf\xf1\xa9\x2b\x64\x90\xd6\x6d\x87\x84\xe9\x63\x30\x50\x74\x8a\xf0\x60\x50\xc4\x38\x59\x62\x76\x99\xb3\x05\x28\x63\x0e\xc6\xd2\x65\x8f\xa7\xc5\x67\x20\x4e\x4c\xdd\x8d\xc5\xc6\x2a\x76\x78\xad\xaa\x27\x15\xbb\xc0\x4d\x21\xae\x93\xd8\x98\xbc\x40\x35\xa6\x20\x76\x93\xb6\xb3\xeb\xe7\x97\x7d\x56\x55\xc4\x13\x3a\xed\x1d\x68\xa7\xb3\x09\x9d\xc6\x60\x24\xff\x61\x96\x70\xb8\x97\x01\xa7\x55\x7a\x38\x0e\xf2\xf4\x63\x77\x33\x1e\x3b\x3c\x5d\x1f\x1b\x9a\x11\x8a\x1b\xce\x07\xe9\x21\x0a\x5c\xfa\x97\xd1\xdc\xa4\x51\x49\x3a\x6d\xf6\xf8\x43\xb0\xc7\x1f\xdc\x1e\x7f\x90\xde\x80\x2a\xfe\x92\x43\x12\xa3\x02\xaa\x15\xcd\x4a\x44\xcc\x5a\xce\x71\x86\x39\xee\x13\x97\x76\xa0\xfd\x28\xeb\xc3\x59\x9c\xc7\x79\xbc\x2e\x65\x2e\x6c\x00\xb1\xf9\x49\x00\x5c\x97\xb0\xa5\x0b\x00\x80\x9e\x4a\x79\x1b\xbb\x9c\xd6\x06\xe2\xec\x90\xce\xa0\xb7\x79\xfc\xc2\x09\xa6\xf2\x65\xfb\xcc\x90\x13\xc2\xc9\x67\x8c\x97\x6f\x52\x8e\x0b\xee\x7e\x9d\xb3\x7c\xe9\xfe\x66\x58\x66\xbe\x17\x9d\xb9\x9f\xb9\xf3\xb7\x03\xbb\x01\xd6\x81\xd8\x04\xa6\xe1\xf8\xb6\xa1\xd7\x68\x1e\x67\xa0\xa7\x8b\xae\xf5\xd7\x4b\xf1\x15\xae\x1d\x00\x12\x5f\xbd\x26\xcc\x4b\x9b\xfe\x48\xb6\x10\xbd\x9b\xaa\x76\x24\x55\x0a\x24\x59\xa7\x1a\xb2\xa9\x59\x9b\xc4\x42\xd7\xff\xa2\xea\xeb\x09\x9b\xca\xee\xfc\xbf\xe8\x9a\x57\x68\x1e\xaf\xcc\x2c\x14\xa2\xae\x74\xd1\x85\x28\xea\x32\x15\xd5\xec\x42\x37\xbb\x51\xcd\x42\xf3\x51\x15\x6f\x74\xc5\x73\x55\x71\xd7\xa4\x54\xa3\x73\xdd\xe8\xab\x6a\xd4\x3e\x33\x55\xfd\x6b\x67\x99\xca\x91\x75\xf6\x14\xac\x1e\x4c\x9c\xf5\xec\x30\x9b\x2c\xe9\xa3\xca\xb8\x34\x6f\xb2\x26\x2b\xa0\x09\xe6\x44\xa6\x88\x06\x98\x4c\x5e\x22\xd6\xd3\x0c\x84\xb9\x5c\xc5\xb7\xcc\x35\x66\xf4\x31\x39\x8c\x12\x81\xa3\xd3\xd5\x6c\x86\x8b\xe2\x72\x95\x45\x5e\x5a\x7e\xb5\x2c\xae\x25\xb1\x34\xcb\x0f\x34\xb3\xe7\x13\x1e\xbb\xee\x77\x91\x42\x3e\x18\xe5\xe3\x5c\x9d\x74\x02\x80\x3d\x70\x00\x30\xd9\xae\x77\xfb\xc3\xd8\x05\x76\x0c\xc7\xc5\xc5\x27\x93\xd7\x12\x7d\x79\x31\xd7\x93\xf0\x25\x26\x00\x42\xec\x8c\x23\x7b\x87\xda\x5a\x15\x7f\xe3\x98\xd1\x34\x7b\x72\x43\x70\x36\x17\xbd\x3e\x48\xf2\xe7\xeb\xb4\xb8\x3e\xc5\x9c\x67\x78\x8e\xd4\x2f\xc1\xb3\xd2\x19\x46\x38\x49\xb3\xac\x2a\x4a\xb3\xac\x6e\xd0\x3e\x8b\xab\x58\x7f\xc9\x07\x85\x12\x18\xa5\x59\x16\x41\xc9\xcd\x44\x13\x4d\x37\x7d\xe2\xd5\x96\xb5\x34\xec\xaa\xb2\xe9\xac\xca\xbb\x17\xee\x41\x0c\x4f\xb7\x92\x23\x35\xd9\xdf\xd2\x5a\x1f\x62\x36\x11\x94\x2c\x49\x4e\x2c\xd5\xf5\x8a\x40\x3d\x3b\x98\x15\xe8\xf9\x62\x5a\x53\xbc\x5c\x39\x9f\x7d\x39\x44\x45\x14\x43\xcf\xb0\x14\xb0\x3d\xd9\x45\x9e\xf4\x75\xdb\xf9\x5c\x49\x1b\x29\x22\x71\x0e\x7a\xa9\x17\xa3\x1a\x0f\x06\xb8\x6f\x68\x25\xbf\xec\xf3\x44\xf0\xa4\xd7\xfa\xc3\x60\x10\xe3\x04\x7f\xc3\xb3\x15\xcf\x59\x92\x16\x37\x74\x76\xc2\x58\xce\x8a\xbf\xa4\x74\x2e\x90\x78\x30\x04\xa5\xd2\x80\x15\x4e\x48\x46\x41\x1b\x98\xc5\xa0\x27\xc4\xa2\x38\x07\xca\x83\xbf\x10\x6c\x38\xcf\xbe\x60\x58\x68\x07\x54\xd5\x32\x43\x07\xc7\x70\x85\x64\x74\xa7\x6c\xb3\x89\x33\x74\x30\x84\x8d\x51\xc6\x5b\x86\x39\x16\xb7\x53\xb1\x6d\xe2\xb0\x64\x3a\x61\x49\xb5\xad\xd4\xed\x6c\x3a\x18\x04\x3f\xc7\x4a\xda\x87\x33\x54\x24\x7a\xff\x25\x97\x84\xa6\x59\x76\x23\x8e\x1d\x63\x91\x10\x6a\x8a\x56\x70\x56\x96\x3e\xb1\x17\x1d\x77\xbd\x2a\xc2\xf4\x0b\x61\x39\x5d\x28\xf7\xa4\x6e\x9b\xdd\xee\x60\xb7\xf1\xbd\x73\xfa\x93\xb7\x3f\x9d\x7c\x3c\x3f\x79\xf7\xb7\xd7\x1f\xdf\xbf\x7b\x7b\xf2\xee\x0c\xe1\x44\xae\xf7\x49\xd5\xab\xdd\xb8\x59\x5a\x14\x7d\xd6\x57\xee\x63\x45\x9f\x27\x4e\xa5\x75\x5a\x14\x98\xf1\x18\xac\x4b\x49\x4e\x82\xc8\x15\xe1\xb0\x15\x55\x81\x25\x05\x21\x54\x9f\x72\x3a\xc3\xca\x8d\x17\xcb\x5b\x98\x40\xc9\xcf\x74\x96\xae\xae\xae\xb9\x7a\x51\xd3\x57\x86\xaa\x09\xc5\xdf\xb8\x6a\xe2\xf2\xfd\x2a\x5c\x49\x4e\xb1\x20\x62\xc0\xaf\x59\xfe\xb5\x8f\x7b\xde\x57\x19\x72\x1d\x94\x9a\x82\xfd\xa0\x9e\x2e\x6d\x97\x57\x59\x7e\x91\x66\x2f\xf1\xc5\xea\xea\x8a\xd0\xab\x13\x2a\x48\x61\x5e\x6f\x72\xf2\xee\x6f\xc9\xcb\x93\x9f\x7e\xfe\xf3\xf9\xd9\xf3\xd3\xbf\x9e\x0a\xfa\x68\xe0\x8d\x59\x5e\x47\xf1\xd7\x3e\xeb\x85\xd0\x1d\x34\xf6\xee\x4a\x0e\x0f\xa7\xe0\x0b\x2c\xbf\xff\x51\x65\xf7\xaf\x2f\x3a\x58\xb7\xae\x24\x58\x5b\xdc\xb7\xa3\x38\x9c\x41\x70\x1b\x3a\x6c\x7e\xed\xa3\x82\x3f\x6c\x4a\xf2\x3f\x9b\x9e\x4e\xb9\xca\x41\xeb\x7c\xc0\xcb\x8f\xb8\x70\x9d\xb6\xe4\x56\xe1\x4a\x26\x61\xab\x99\xd6\xf7\x88\x23\x57\xba\xfc\x49\xc0\x08\x2b\xff\xbf\x79\x4e\x31\xe2\xea\x6f\x49\xaa\x78\x8e\x98\x20\xa8\x50\x07\xbc\xd7\x18\x89\x5a\x0a\xaf\x2b\xdd\x8d\x84\x7c\x70\xac\x40\x5b\x4c\xbd\x4a\x45\xa5\x1b\xd3\x3d\xe1\xea\xb3\xd4\x14\x95\x05\xc7\x4b\xe5\x72\xc1\xd9\x8d\x8e\x2f\xa4\x9b\xf3\xd7\xba\x66\x0c\x0c\x6a\x08\x14\x5d\x08\x51\x8e\x4e\xd8\xd4\xb9\xf9\xe7\x63\xd9\x48\x72\x58\xf2\x0f\x1c\x13\x78\x70\x0c\x46\x62\x1b\x70\xf9\xb7\xcc\x55\x2d\x35\x8f\x31\xad\x14\x2d\x5e\x13\x2a\xb3\x54\x97\x5e\xbf\x5e\x4d\x33\xf0\xcd\xc6\x4e\x76\xb3\x89\xfd\x39\x05\x67\x1e\x1b\xcf\x4b\x53\xad\xb4\x9d\x62\x57\xef\x53\xa1\x70\x18\x40\x15\x54\xb3\xc1\xf0\x60\x28\x84\xc2\xbd\x29\xd7\xe4\xa4\x67\x4f\x96\x79\x46\x66\x04\x17\x4f\x2e\xf2\x15\x9d\xe3\xf9\x91\xfc\xf0\xe8\x3e\xc2\xed\x74\xb4\x48\xbf\xbd\xa8\xe6\x82\xf0\x66\x73\x5c\x96\xbb\x5c\x91\xf6\x9c\xbb\xb8\x9a\x05\x26\xde\xed\x8c\xec\x80\xcb\xdb\xc2\x51\x52\x12\xc9\xa9\x62\x30\x0f\x22\x46\xb7\xb8\x7c\x4a\x7d\xd6\x22\xfd\x8c\x5f\x48\x91\x44\xee\x76\x10\x47\x84\xf7\x2f\x70\x96\xd3\xab\xa2\xcf\xf3\x7e\xda\xff\x93\x40\xdd\x9f\xfa\x42\x70\xea\xf3\xeb\x94\xf7\xbf\xa6\x45\x3f\xcd\x18\x4e\xe7\x37\x7d\xb6\xa2\x94\xd0\xab\x08\x68\x9e\x44\x82\x0b\xcc\xf0\x22\x25\xa2\xde\x69\x96\xf3\x02\x61\xc5\x06\xfc\x9d\xe0\xd7\x79\x36\x1c\xc7\x81\xcf\x47\x47\x90\x25\xa7\x67\xcf\x3f\x9e\x9d\xbc\x04\x23\x5a\x96\xaa\xd7\xdc\x11\x1a\xf4\x64\xd7\x62\x62\xca\x26\xc7\xd9\xd8\x62\x4f\x91\x38\x40\x74\x3a\xd0\x76\x8a\x72\x87\xee\xd2\x7b\xa0\x3b\x7d\x63\x0f\x6d\xba\xff\x96\xb4\x27\xd7\x8b\x3e\x26\x95\xb0\xe4\xff\xfc\x7c\xf2\xf3\xc9\x4b\x43\x2c\x64\x1f\x62\xa1\x5b\x88\x25\x47\x64\x57\xba\x87\xbb\x2e\xc8\xc3\xb1\xe8\xda\xbe\x47\x58\x63\x09\x61\x83\x39\x84\x93\xb3\x7f\xff\x70\x72\x6e\xbf\xcb\x5f\xb5\xc2\x17\xcf\xdf\xbd\x38\x79\xf3\xe6\xe4\x65\x25\xc6\xd5\xbe\x47\xf6\xcf\xa8\x57\x83\x11\xe9\x3f\x6c\x81\xee\x2a\x52\xff\x46\x3d\xf3\x08\xb1\x16\x37\xb2\x91\xad\x2e\xce\x06\x03\x83\xdb\x64\xfc\xba\x92\x6e\x2b\xea\x68\x70\x42\x32\x6e\x4c\x17\x3d\x8b\x75\x83\x6a\x7c\x90\xe1\xb4\xc8\xe9\x08\x87\x8d\x76\xf6\x5c\xcc\xcf\x18\x2f\x8f\x32\xa9\xde\xfb\xe7\xe6\xbf\xd5\xc1\x53\xe9\x47\x6f\x79\xfc\x88\x2b\x6c\x90\xb5\x28\x79\x8b\xae\x16\x67\xb9\x1a\x03\xe2\xf7\xc4\x6d\xea\x80\x6d\x23\xe7\xdb\xd1\x11\xa4\x4d\xbe\xb4\xeb\x10\x73\x8c\x47\xf0\x21\xef\xed\x3a\xd1\x20\x3b\x0a\x7c\x3d\x3a\x7e\xb0\x93\xce\x51\x96\xff\x93\xde\x6f\x45\xef\x0e\x06\xeb\x04\x6f\x5e\x2c\x63\x80\xe7\xfd\xf4\x2a\x25\x74\x87\xc8\xe5\xd2\x76\xf0\x24\xed\x48\xa3\x9a\xb0\xf7\x22\x52\x8f\x34\xf1\x21\x0f\x11\xe2\x83\x91\xe1\x8a\xb6\x5f\x73\x1e\x8c\x78\x1e\x88\x74\x98\xd4\xec\xa8\x8b\x53\x6d\x09\xab\x85\xd1\xd1\x01\x54\xad\xa0\x20\xc3\xbc\xdb\xd4\xde\x2a\xa1\x0a\x1f\x0c\x5f\x32\x5c\x5c\xff\x31\x51\xaa\x9e\x99\x02\xb7\x50\x47\x71\x22\x87\x72\xc6\xd2\xd9\x67\x99\xb1\x55\x7d\x33\x63\xff\x20\xe9\xc9\xea\x35\xd4\x8b\x92\xab\x4f\x2e\x10\x83\x06\x0c\xe3\x84\x5e\x55\x05\x93\x69\xb9\x64\xf9\x0c\x17\x85\xb2\xcb\x9a\xc8\x5e\xa7\x48\xeb\x24\x32\x8e\xd9\x2b\x42\x49\x71\x8d\xe7\x1e\xc4\x18\x40\xad\x20\xa9\x0d\x23\x71\x57\x5a\x4c\x00\x12\x84\x9d\x9c\x54\xaa\x0d\xe6\x2e\xb4\x13\x83\x72\xc9\x81\x62\x0c\x69\xa2\xa8\xca\xc9\x4e\x54\xc7\x82\x79\x20\x7b\x45\x68\xaa\x38\x57\x61\xc1\x4b\x3b\x22\x0d\xcb\xe8\x3c\x1a\x53\x77\x15\xf2\x58\x15\xc7\x00\x40\x52\x6e\x9d\xb5\xb6\x5d\x1b\x42\x8e\x86\x26\x58\x4c\x2b\xda\x6d\x50\x4b\x9d\x3c\xd3\x60\xcc\x9d\x86\xfc\xf1\x2a\x67\xb1\x36\xf5\x80\x04\xb1\xea\x89\x42\x96\xda\x74\x6e\x09\x29\xcc\xb0\xc6\x31\x4d\x72\xfa\x22\x5f\x2c\x33\x2c\x29\x93\x01\xa9\x6a\x8a\x49\x72\x9d\x16\xa7\x62\x36\x78\x3e\xc6\x87\xe8\x78\xc4\x0f\xd1\xb1\xd4\x29\x01\x88\x21\x9f\x96\xbb\x90\x6f\xe3\x6b\x6f\x19\xac\x7a\xae\x06\xbd\xe2\x2b\xe1\x02\x85\xd5\x88\x67\xf9\x8a\x72\x3c\xdf\x6c\x02\x1f\xd1\xc1\x10\x8a\x61\x7f\x50\x67\x06\x9e\xcb\xe5\x51\x36\x79\x60\x3d\x4b\x0b\xdc\xe7\x35\x31\x7d\x64\x23\x22\xeb\x17\x11\x96\x28\x61\x58\x4c\xb7\xe7\x36\xd1\x7c\xa7\x6a\xe0\x23\xd1\x41\x8b\xd1\x96\x35\x49\x42\xe7\x28\x95\x83\x94\x95\xe5\x00\xc5\xaf\x8f\x4a\xa0\x13\x85\x07\x43\xaf\x5f\x25\x2c\x8d\xac\x35\x45\x4e\xa5\x87\xd0\x5c\x55\x2d\x4b\x8f\x18\x65\xc4\x6e\x81\x3a\xf9\x9a\xcf\x4b\x95\x1c\xef\x80\x27\x1a\xfd\x3a\xde\x78\x4f\x89\x53\x9a\xb7\xa4\x45\x41\xae\x68\xbc\xa6\xab\x85\x1e\xc6\x08\x27\xd5\x0f\x48\x57\x0b\xd5\xa5\xfa\xac\xfe\x16\x5f\x2d\x9e\x5f\xd3\x99\x2a\x73\xbf\x94\x10\x27\x29\xe7\xac\x00\x3d\xdb\xbf\xb4\x0f\xf3\xb8\x72\xd7\x77\xde\x00\x4b\xb5\x7f\xdd\x85\x2f\x5b\xd6\xbe\x6f\xe7\x62\x3a\x47\x5c\x11\xae\xff\xeb\x8e\xb0\xe8\x2a\xcb\x8e\x7c\x80\xbb\x8d\x34\xef\xe7\x98\x20\xe1\x63\xc2\x1c\x12\xe1\x03\xa1\xda\xc1\xd5\x9b\x83\x39\x43\xb8\x77\x4a\x4c\xa6\xa5\xda\x65\xcf\xb3\xcc\x15\xeb\x9b\x55\xe5\x93\xad\x60\x6b\x8a\x6b\x25\x57\x2b\x32\x2f\x26\x78\x3a\x18\x38\xcc\x4b\xef\x58\x0e\x4a\x37\x29\xe1\xc1\x41\xa5\x2e\xd7\x8f\xd3\x49\x9a\x65\x31\x03\xa5\x91\x25\x31\x58\xe3\x24\xa7\xaf\x8c\x76\x3a\x06\xe6\xdc\xd0\x33\xfc\xa8\x88\xc2\x2a\xb4\xfd\xb1\x99\x5d\xac\xef\x44\xba\x6a\xd9\x68\xbc\x2e\x6d\xa1\x66\xeb\xad\xf8\x1a\xcb\x97\x2c\xb3\x24\x52\xa1\x6f\xed\xa6\x20\x91\xd2\x90\x95\x3b\xe3\xd0\x62\x40\x1c\x18\x29\xe8\x05\x16\x81\x24\xf6\x40\xf6\x36\x62\x30\x76\xdd\x3d\xd1\xef\x1d\xf6\x67\x1b\xec\x47\x95\x44\x2d\xee\x3d\x99\xd3\x9e\x56\x8e\xc0\x19\x90\x1a\xc0\xfa\xbe\xc4\xd0\x56\x5c\xfc\x26\x2f\x1a\x9e\x78\x00\xd6\xa5\x7b\xee\xca\x9f\xea\x84\x93\x7f\x9a\xe3\x4d\xfe\xd0\xe7\x57\x0d\x2f\x77\x78\xec\xd8\xca\x8b\xef\x8b\xf4\x1e\x87\xea\xda\x84\x75\x57\x4e\x2f\xd0\xba\x2c\x2b\x51\xc9\x2a\x47\x24\x97\x84\xae\x5c\x55\x4c\x98\xf5\x9c\x51\x39\x8c\xfd\xb2\x1a\x63\x91\xc2\x48\x88\x84\xcd\xe5\x5a\x17\x7d\xc4\xb3\x15\x2b\xc8\x17\xac\xce\x74\xcd\x09\xb5\xbc\xab\xbe\x71\xf4\x0c\xc7\x1c\x80\xb2\xa5\xc9\xba\xd9\xc4\xa4\x80\xe7\x08\x4b\x13\x44\xd1\xa0\xb2\xf8\x2b\x9c\x14\xf1\xd5\x24\x14\x02\x7a\xcc\x11\xc9\x5f\xb1\x7c\x11\x73\x00\xa5\x68\x51\x82\xd2\xef\xc3\xda\xb6\xab\xc4\x94\x15\x36\x2a\x4b\x78\x35\x74\x07\x4f\x7c\x0a\xee\x4f\x66\x09\xd0\xd4\xde\x24\xea\x19\xac\x49\xe7\x49\xb5\x0b\x7f\xf3\x1b\xa5\x5e\x56\x23\x80\x1a\x09\xe1\x4a\xdb\xe7\xca\x7f\xad\x0a\x52\xf3\x04\x34\xb4\x5f\x14\x63\x70\x3e\xb8\xe2\xa4\xf9\x2c\x45\x4a\xb1\x03\x3c\xfe\xe3\xec\x82\x0a\x1f\x72\xcd\x7b\x55\x2b\x69\xb0\x68\xba\x95\x6f\xcd\xb5\x32\x0d\x10\xcb\xd0\xd8\x08\xf1\xe4\xc5\xfb\xb7\x1f\xde\x9c\x9c\xbd\x7e\xff\xee\xfc\xf4\xe7\x17\x2f\x4e\x4e\x4f\xc7\xb5\x26\x95\xfd\x23\xc2\xa3\xb8\xd1\xea\xe4\xe3\xc7\xf7\x1f\xeb\x6d\x4e\xb4\x35\x02\x1e\x35\xea\xab\x8b\xc9\x60\x10\xd7\x47\x26\x65\x1d\xd1\x06\xd4\x07\xfd\x9a\xce\xec\xb0\x41\xe9\xdf\x7e\xd6\x21\x4c\x8a\xfb\x5a\x0d\x86\x2d\x46\xb8\xac\xae\x26\xeb\x5a\x2d\x59\x58\xdd\x54\xea\xc5\x06\xb3\xb8\xbe\xc4\x87\xe8\xd8\x65\xfb\xfe\x72\x8b\xc2\xc0\x66\x37\x6e\x95\x15\x01\x49\x77\x82\xa7\xfc\x29\xc0\x6a\x7b\x73\xf5\xb9\xac\x6d\xfd\x6a\x8b\xeb\x7b\x4d\x35\x4a\x7b\x21\x69\x0e\xd0\xbb\xf0\xd4\x07\xe8\x5e\x7b\xc2\x08\x6d\x5e\x7e\xee\xc4\x2f\xfc\x0d\x7e\x91\xb6\x79\xe4\x75\x87\xa1\xd5\x07\x46\x5e\xd8\xd7\xc6\xf5\x56\x7c\x49\x19\xfc\xf1\x60\x3c\xe7\xfb\xb8\xc0\xfc\x94\x2a\x92\x31\xb2\xad\xff\xd6\xda\x50\x0f\x9b\xab\xb1\x4c\x62\x75\x55\x8c\x18\x34\x37\x89\x11\x85\xfa\x6a\x70\x76\xb3\xc4\x23\x02\xaf\xd3\x42\x0b\xe6\x27\x5f\x30\xe5\xc5\x28\x17\x37\x69\xcb\xdb\xcc\xed\x46\x80\x31\xaa\x2f\x07\x00\x22\xda\xe8\x48\x83\x47\xd4\xff\xed\x09\xe4\x92\xc0\x55\x79\xbd\x57\x94\x97\x05\xe6\xe6\xc0\x34\xfb\xd2\x4a\x57\x8a\xf1\xa8\x1f\x92\xa3\xa8\x3f\x5f\x68\xcb\xce\xb5\x38\xf9\x16\xa9\xe6\x1c\x1f\xa5\x52\x43\x7c\x2d\x70\x76\xa9\xbe\xbd\xc9\xf3\xe5\x2f\x29\xab\x04\x33\x7b\x21\x32\x7b\xdb\x8e\xd8\x2b\x53\x1a\x3d\xc1\x5f\x1c\x0d\xa2\xad\xaa\x0b\x5f\x5c\xe3\xd9\x67\x5b\xa7\x9c\xb0\xc4\x92\x93\x31\x1d\x75\x75\xe6\xf5\xee\xfe\x5d\x54\x56\xcd\x41\x69\x8c\x55\xef\xe6\xd8\x19\x59\xa3\x57\xf9\xb2\x80\xbf\x2d\x33\x32\x23\x3c\xbb\xe9\xcf\xd2\x2c\xc3\xf3\xa8\xe7\x0f\x42\xd7\x56\x77\x31\x83\xc5\xff\x5c\xe1\x82\xc7\x34\x51\x7c\xfa\xfc\xaf\xaf\xdf\xbd\x3c\x3f\xf9\xbf\x1f\xde\xbc\x7e\xf1\xfa\x4c\x5a\x5c\x4a\xd3\xdd\x96\x69\x69\x03\xd9\x58\x1b\xf8\x26\x49\x62\x07\x68\xac\xb6\x76\xb6\x54\xd5\xfc\xa6\xc6\xe0\x76\x67\x63\x53\xd1\x6f\xce\xf3\x53\xe9\x3a\x5d\x6b\x2f\xa8\xf4\x30\xea\xbb\x3b\x2c\x2a\xb5\x1e\x33\xdc\x91\x2e\x94\xd4\x5c\x96\x81\x0d\x4a\xa0\xcf\x9a\xe5\x5d\x94\xe7\xfc\x66\x89\x21\x4f\x5e\xbf\x7b\x7d\xf6\xfa\xf9\x9b\xf3\xd3\xb3\xe7\x67\x27\x60\x4b\x55\x75\xf3\x1a\x45\x5f\x53\xc2\x09\xbd\x8a\x20\x29\x5e\xb2\x7c\xb9\xc4\xf3\xd1\xc1\x31\x24\x85\xd1\x62\x09\x3e\x71\x37\xd6\xeb\xf2\xb0\x07\xbc\x64\x91\xb9\x7e\xb1\x6a\xfa\xf4\xf5\xf1\x60\x10\x09\x24\xbe\x70\x86\x82\x90\x38\x71\xd2\x05\x2e\x21\xf6\x49\x13\x61\x8f\x34\x3f\x3c\xff\x78\xf2\xee\x4c\x4b\x15\xb5\xb2\x37\xaf\x5f\x9d\x9c\x7e\x78\xfe\xee\xfc\xe4\xdd\xcb\x5a\xd1\xbf\xbf\x3e\x79\xf3\xf2\xf9\x4f\x6f\x4e\xc2\x2d\x0d\xc1\x23\x9c\x9c\x3d\x3f\xfd\xab\xae\xf4\x5c\x0a\x30\xef\x9e\xbf\x3d\x71\x6c\x22\x82\xc5\x8d\xf9\xf4\x5a\xe0\x47\x66\x93\xd6\x6b\x34\x06\x18\xdd\x28\x86\x51\xaf\xe8\x4d\x32\xca\xc8\x25\x2e\x96\x29\x3d\xc7\xb4\x51\xd3\x47\x55\xb4\x4c\x19\xa6\xfc\x5c\x11\x80\xac\xeb\xa1\x79\x9b\x9e\xec\x33\xa1\x73\x23\x04\x29\x65\xb2\x39\x30\xf4\x4e\x94\xd7\x2e\xad\x9b\x92\xd7\x1a\xcf\x42\x13\xe1\x52\x99\x3d\x36\x82\xaf\xdf\xe5\x4e\xf0\x70\xd4\xdb\x90\x5e\x11\x6e\x48\xc0\xfe\x27\x2d\x4a\xfb\x1f\x3f\x9c\xbc\x7b\xf9\xfa\xdd\x9f\x2b\xda\x09\x94\xd5\x3e\x1b\x38\xc7\xbd\x40\x8f\xdf\xf7\x42\x43\xfb\xe1\x6e\xfc\xc0\xb0\xba\xfd\xc5\xb1\x86\x41\xf5\x1f\x44\x88\x6b\x12\xd2\xfd\x8b\x82\x32\x41\xe8\x9d\xe9\xf0\x0a\x9b\x1b\x88\x3d\x6f\x02\x81\x42\x27\x85\xcd\x4a\x3f\x15\xdc\xb3\xf9\x54\x95\x8b\x4b\xe4\x87\x93\x8f\xaf\xde\x7f\x7c\x7b\x2e\x9f\x60\xde\xbc\x7e\xf7\x57\x69\xfa\xe5\x7d\xfd\xf9\x5d\xf8\xfb\xcb\x93\x57\xcf\x7f\x7e\x73\x56\x11\x72\xb0\x34\x0a\x7d\x8d\xea\xb5\x6d\x1f\x51\xf0\x73\xa3\x7e\xb0\xb6\xa9\x6b\xfc\xb1\xd6\xa5\xf6\x40\x9a\x4c\x7b\x2d\x08\x08\xde\xed\x85\x00\x5d\xb7\xf9\x1e\x51\x88\xe9\x97\x11\x81\x73\x7c\xb1\xba\x72\xe4\xe4\x2b\xdf\x98\x5e\x29\x9a\x7c\x0b\xfb\x98\x02\xe7\x05\xa1\xfe\x1a\x55\x42\x56\x97\x08\xf4\x43\xe8\x1c\x7f\x33\x37\xd8\x39\x29\x96\x79\x81\x99\x98\x0b\xf4\xb8\xe8\x8b\x34\xcb\x2e\xd2\xd9\xe7\xaa\x04\xd3\x2f\x46\x32\x97\x83\x45\xb9\xce\x13\xe4\x31\x76\x6d\xad\xaf\xa4\x9c\x6a\x74\xde\xf3\x5e\xb3\x99\x7d\xf2\x33\xf2\xfa\xba\xaa\xaf\xe8\xd3\xf0\x7f\x21\x1b\x9f\xde\xd0\x59\x4c\x13\xe7\x10\x7b\xff\xee\xec\xf5\xbb\x9f\x4f\x4c\xc6\xd5\xa6\x2e\x3f\x71\xa4\x7f\x2b\x10\xe3\xba\xd5\x96\x1c\xcb\x0b\x53\x38\x8e\x83\xe3\x1f\xbb\x43\xf9\x85\xf0\x6b\xd5\xe0\xb9\xf2\x34\x19\x79\x58\xac\x8a\x8d\x96\xcf\x9b\xb6\x39\xd0\xc0\x28\xc6\x95\x87\x81\x4a\x3e\xac\x0a\xaa\x1b\x4c\xf8\x5e\x2e\x07\x07\x71\x68\xc6\xb6\x65\x55\xd1\x5e\x3d\xfc\xdb\x85\xbb\x4e\xd5\x13\xb6\x5e\xa7\x74\xfe\x45\x80\x7b\x2d\xc8\x46\x06\x8a\x89\x39\x42\xc8\xc3\xbe\x3c\x1a\xac\x8d\x9b\x8b\x44\x41\xb6\x79\x4d\xf8\xcf\xb7\x4a\x22\x00\x32\x7f\xb1\x1b\x18\xd6\x28\xd6\xc5\xea\xa3\x98\x85\x9d\x5c\xa3\xc5\xba\xd9\xc0\x1d\xff\xc7\x93\xb3\x9f\x3f\xbe\x83\xa9\x05\xa0\xaa\x54\x02\x89\x87\x82\x6a\x13\x01\xbb\x2f\x94\xab\x62\xf5\x0e\xe6\xd2\x29\x96\x11\x3d\xea\x5f\xda\x50\x1e\xbb\xdb\xd2\xd0\x8c\xcf\x0b\xa4\xef\xc7\x58\xdf\x78\xe9\x3c\xc3\x1f\x95\x9b\xe3\xfc\xa3\xa4\x65\x3c\x97\xd1\x05\x64\x2f\xa3\x40\xad\x17\x39\xe5\x84\xae\x70\x55\x0b\x94\xbb\x6a\xb8\x7a\x63\x39\x75\x48\x51\x7d\x64\x78\x29\x43\x42\xf5\x9a\x18\x93\x29\x56\xa8\xf1\x21\xaa\x79\xe0\x50\x1d\xa3\x81\x34\x24\x10\x6f\xf4\xfa\x3e\xab\x86\x44\x1b\x43\x6e\x4e\x7d\x6d\x4c\x1f\xb4\xe1\x42\x88\x5d\x8c\x1a\x25\x8a\x14\xfc\x3d\x1c\x73\x7f\x70\x5a\x6a\x02\xbd\x0b\x86\xd3\xcf\xbd\x06\x8c\xb3\xbf\x7c\x7c\xff\xcb\x76\x10\x6a\x7e\x65\xe9\xcd\xed\x67\xfa\x99\xe6\x5f\xe9\xd9\x35\x96\x4a\x8c\x9a\x0a\x4f\xa2\xbd\xa7\x93\x53\x5b\x99\xb7\xb6\x9d\x39\x0c\x72\x45\x0c\x4a\xd8\xad\x89\x1c\xbb\xa8\x0f\xca\xda\xbe\x5f\x93\x4b\x87\xf4\xc5\x05\x4a\xdb\x42\x1c\x1e\x56\x9f\xcb\xc0\x62\x39\x01\xde\xe4\x4a\xf7\xb8\xe6\x14\xe9\x7c\xfe\x52\x1f\x3f\x31\x9f\xd0\xa6\x83\x2b\x80\xe2\x73\x5d\xed\x31\xd6\xdd\x7d\xc9\x3f\xab\x8e\x24\xb2\x78\xd0\x13\x97\x4b\x74\x8d\x9b\x74\x54\xc7\x35\xf7\x99\x8a\xe0\x20\xa7\x44\x48\x6e\x6a\x0e\x1c\xec\x2a\x2f\x5b\x4a\xf0\x2e\xe6\xe3\x2e\x92\x8b\x11\x71\xb1\x08\xb8\x16\x0f\x06\xfe\xb9\x6d\x1e\xd3\x4b\xcb\x32\xdc\xa7\x72\x5b\xad\x37\x3c\x10\x57\x5e\x25\xb9\x19\xed\xb8\x77\xf8\x63\xcf\xde\x2a\x06\x00\x94\xfe\xe6\x56\x9b\x4a\x67\xc6\xbe\x26\x05\xe8\x39\x4c\xa1\xc6\xa1\x0a\xd3\xa0\x47\x2e\xe3\x42\x67\x6c\x94\x15\xcf\xf1\xb7\x25\x9e\xf1\xe2\x0d\xa1\x9f\xf1\x5c\xae\x86\x19\x31\xd3\xf4\x21\x2e\xec\x21\xf9\x4b\x5e\xda\x1d\x35\xe1\x66\x23\xe4\xab\x3c\xc3\xc9\xd7\x94\xd1\x38\xfa\xf7\x7c\xd5\x5f\x1a\x15\x72\x3f\xed\x27\x99\xec\x23\x06\x7d\x71\x2c\xf6\x75\x9e\x87\x3e\x59\x2c\xf0\x9c\xa4\x1c\x67\x37\x7d\x49\x5b\x84\x5e\x3d\x51\xa4\x4c\xe8\x55\x9f\xf0\xa4\x7f\x76\x4d\x8a\x3e\x29\xfa\x3a\x75\x7f\x76\xd3\x5f\xd1\x62\xb5\x14\xd7\x15\x3c\xef\xc7\x17\x2b\xde\x5f\x90\xab\x6b\xde\xbf\xc0\xfd\xea\x3b\xa1\xfd\xcb\x15\x5f\x31\xdc\xff\x82\x59\x21\x43\x62\x5d\xf6\x1b\xb2\x3e\x48\xa2\x76\x54\xa0\x83\xe3\x2a\xb2\xd6\x22\xbd\xb9\x30\x0c\xee\xa5\x76\x51\xd5\xd2\xd7\x25\x66\x9a\x10\xea\x27\x88\x59\x5b\xf5\xbd\xf6\x94\x83\x10\x0a\x71\xb2\x71\x05\xd5\xb8\xcc\xbb\x40\xe4\xaa\x68\xfa\x37\x95\x64\xf8\x2b\xa7\x8e\x72\x70\x06\x21\x1d\x68\x43\xa0\xf4\xed\x3f\x9a\x13\x50\x62\xc4\xca\x42\xb2\x0d\x63\x50\x86\x3f\xb7\x75\x54\xa3\xe8\x5d\x02\x6e\x00\xe1\x4e\xc1\xd9\x35\xcb\xbf\xfe\x4c\x15\x1b\x91\x66\x87\x52\x69\xfc\x26\xe5\xd2\x3d\xdb\x2a\x09\x7d\x37\x4d\x01\xc6\x9e\xea\xe2\x07\xb2\x32\xc3\xdc\xed\x22\x18\xeb\xa0\x75\x58\x00\x3a\xab\xa1\x7b\x2e\x3b\x8c\x72\xdd\xd2\x97\x16\xf5\x82\x44\x73\x50\x23\x1a\x79\x76\x6d\x36\xf1\x10\xe6\x95\xe2\x0d\x34\x89\x41\xc3\xf4\xa5\xa3\x1d\x03\x10\x95\xdb\x1c\xb5\x1b\x1d\x94\xa0\xac\x4b\xec\x26\xc7\x5b\x53\xd2\x1e\x0c\x0e\xb6\xee\x17\xff\x12\x83\xa5\x3d\xa6\xe3\x7d\xcb\xab\xf3\xcf\xab\x09\x42\x2e\xc2\xae\xd0\xaf\x99\xe4\xba\x86\xd4\x11\x2f\x7b\xbc\x6d\x3b\xc6\x2c\x21\x85\xf3\x2e\x7a\x30\x84\xcc\xb8\x66\x83\x51\xa3\x99\x7a\x22\x95\x8d\x24\x4e\x55\x7d\x89\xa3\x60\x7d\xfb\x44\x5a\x55\xf2\x77\xc6\xe9\x75\xca\xf0\x3c\x66\x15\x06\xdc\x19\xb9\xe7\x8b\x77\xdf\x08\x3c\x97\x04\x6e\x3c\xc6\x3a\x94\xcb\x2b\xed\x89\x0e\x81\xd0\xab\xae\x95\xd6\xeb\x7e\x30\x30\xfc\x3d\xcb\xa5\x61\x27\x97\x2a\x5b\x94\x87\xb5\xa2\xc1\x39\xac\x49\x61\x5e\x7e\x55\xe8\x3b\x7f\x15\x02\x78\x81\x12\x27\x23\x0e\x67\xce\x44\x46\xb8\x0c\x5e\xdf\xaa\x2b\x5b\xe9\x8f\xbd\xc6\x04\x2e\x56\x57\x0e\x85\xb7\x85\x19\x28\x6b\x83\x37\x1c\x54\x8a\x56\x87\x87\xd0\xa5\x5b\xcb\x1d\x9c\xfb\x21\xdc\xc2\x39\xab\xeb\x7e\xca\x67\xd7\xa6\x82\x7a\x27\x8b\x1b\x7b\x5e\x89\x13\xa1\x9a\x0d\xb9\x3a\x44\xc1\xa3\xe0\xf5\xdb\xbc\xb7\xb9\x72\x73\x93\x90\x83\x6d\x15\x99\x34\x38\x40\x2b\x24\xb5\x94\x41\x50\x9a\x8c\x5d\x7e\xe7\x2c\x34\x28\xcb\xba\x64\x89\xab\x90\x03\x1c\xe1\x80\x40\x1a\x37\xba\x71\x14\x2d\xf6\x3e\xe4\xc8\xba\xe6\xad\xca\xdc\x02\xb7\x72\x3d\x50\x96\xfe\x6b\x5e\x1b\x0b\xb5\x14\x51\x33\xcc\x6c\xd8\xfc\x34\x0c\x3c\x58\x1b\x23\xc2\x46\x6c\x6d\xbb\x58\x34\xa5\x84\x06\x2c\xc5\x9d\xda\x20\xa9\xfb\x46\x63\x61\x9b\x60\x0c\xd3\x6a\x1d\x92\xda\xbc\x74\x95\x65\x26\x42\x90\x15\x4d\x8d\x75\x86\x10\x1a\x63\x29\x92\xb6\x68\x03\x0f\x10\x62\x9a\xa3\x57\x87\xd5\x1c\x73\x3c\xe3\xa7\xde\xab\x6f\xcc\xac\xca\x65\xd6\x55\xd1\xe1\xbd\x8f\x00\x15\x41\xc2\x1b\x58\xe3\xf1\xd0\x52\xad\x27\xf4\x86\x15\x9f\x65\x70\x98\xe6\xe0\x0a\xb7\x39\xa8\x2e\x71\x06\x61\xf6\x2d\x72\x30\xe0\xf5\x97\x5c\x3d\xad\xde\x01\xdb\x6c\x98\x7c\xa4\x39\x40\x28\x6f\x7d\x2d\x0a\xab\xf9\xb6\x69\x9a\x6a\xda\xab\xd0\x33\x3b\xbf\x45\x40\x8b\xad\x6f\x00\xbf\x7b\xd3\x31\x4f\x85\x5b\xb7\xad\x6d\x8a\x15\x81\x57\x1f\x1d\xd1\x52\xc5\x34\x92\x87\x9b\xfc\xd3\x15\x31\xd4\xb3\xaf\x64\x27\xea\xcf\xea\xd0\x3c\x86\xae\x26\x56\x94\x99\x55\x1b\x1d\x1c\x97\xbd\xfa\x00\x6f\x65\xaa\xf3\x44\x1b\xfa\x3c\xb8\x35\xae\xa6\xfc\x10\x32\x39\x5a\x67\x69\xc1\x15\x6e\x1c\x6b\xac\xea\x83\x41\x82\xfd\x60\xed\x95\x9c\x3a\x15\x4a\xed\x37\x63\x14\x57\x7d\xd1\xf6\x6b\x4e\x15\x83\x6e\xfb\xa5\x32\x4a\x53\xdf\x34\x0b\x78\x91\xaf\x28\x1f\x0d\x05\xde\xfd\xb9\xd8\xc8\xc2\x97\x0c\xe3\x7f\x48\x8d\xc4\x6d\x16\x42\x92\xb7\x34\x0b\xbb\xdd\xd6\x78\x62\x4c\x17\xef\x7f\x23\x54\xb1\x2b\x5b\xe3\x7e\x9d\xe9\xce\xd7\xa5\x5b\xfd\x76\x24\x29\xfe\x77\x57\x1c\xdc\x86\xa5\xd8\x17\xd2\x07\x70\x33\x3e\x73\x63\xb4\x86\x02\x6a\x38\xaf\x01\xd2\x4e\x0b\x37\x6d\xb3\xf4\x4b\xbc\xd2\xad\xa8\x31\x20\x66\x3d\x43\xaa\x08\xe0\x4d\x33\x23\x2d\xf2\x9b\x1c\xdb\x90\xa1\xe1\x53\xf6\x23\x7e\xca\x0e\x0f\x01\x9f\x30\x37\x4b\x43\x65\x75\x6d\xc7\x92\x9c\xeb\x3e\xb4\x70\xcc\x1b\x43\x6b\x0e\x0c\x84\x42\x77\x58\x22\xa9\xbd\xce\x15\xab\xa5\x54\xbb\x79\x70\x95\x08\x61\xba\x4e\x2e\x08\x9d\x2b\xe5\x57\x69\x94\x4b\xfa\x3a\x24\x5d\xb5\x9b\x2f\xa8\x40\xc9\x1b\x07\x58\x07\x7f\xab\xee\x3c\x52\x5d\x35\x4b\x69\x3f\xa7\xda\x82\xca\x51\x58\x5d\xb2\x7c\x21\x15\x56\x84\xf6\x53\xa9\xbe\x4a\xaa\xe8\xa0\x55\x78\x11\xc8\x42\xaf\x97\x10\x83\x72\x45\xed\xf8\x76\xb6\x32\xe2\x8f\x16\x9e\xce\xab\xb5\x2c\xf5\x3e\xda\xdf\xb7\xa5\xb6\x0f\x6e\xb5\x8d\x6a\x87\xc2\x7d\x3f\x9b\xdf\xcf\x76\x92\x66\xda\x7a\x4b\x29\xaf\xcc\x56\xfb\x49\x25\x9c\xcb\x3c\x70\x05\xc2\xb0\xf9\x98\x67\x65\xca\xab\x15\x99\xa3\x08\xcf\xce\xa3\x43\x7a\x78\x58\x7d\x2b\xd0\xba\x74\x7e\x4d\xec\x9f\x53\x2b\xfc\x4b\xde\x3d\x18\x04\x5e\x0a\x65\x13\xa7\x92\xfa\x00\x5c\x8f\x32\xf5\x44\xad\x83\x99\x54\x37\x60\x29\xba\xfd\x95\xd0\xf9\x88\x42\x86\xcd\x85\x73\x44\x4a\x84\x37\x9b\x75\xd9\xe3\x88\x6f\x36\xc6\x3a\x50\x00\x6a\x31\x10\xec\xe7\x62\x3f\x63\x69\x11\x17\xe9\x34\x36\xca\x6f\xab\x66\x1d\x28\xe4\xcb\xa0\x81\x20\xaf\xf9\x1b\x1b\xb7\x00\xa7\x6f\x3b\x57\x68\xe2\x80\x4a\x51\x9e\x68\xbd\xe2\x79\x35\x81\x18\x94\xa0\xf4\x7e\xaf\xfd\x1b\x35\xf7\xcf\x58\xe0\x59\x93\x96\xce\xfa\x6f\x37\xcb\xf3\x81\x6c\x33\xcb\x73\x1c\x48\x87\x8e\xd7\xe8\xd0\x35\xc9\x13\x12\x98\xfe\x2e\xff\x7e\x3d\x57\xc1\xc3\xb5\x49\x1f\x99\x67\x38\xda\xdf\x6a\xcf\xb5\x72\x79\x30\xe9\x2b\xa5\x64\x21\x37\xe3\x2b\x96\x2e\x42\xc6\x25\x92\x18\x4a\x88\x13\x96\x7e\x3d\x23\x0b\x9c\xaf\x42\x79\x04\x34\x2b\x93\x8f\x5a\xc9\x65\x2e\xb3\x62\x23\x9c\xd8\x1b\xbb\xf8\xbb\x69\x7f\x57\x7f\xe3\xf3\x3e\xc9\x6b\xa8\xdf\x4e\x5f\x71\x11\xae\xdf\xf7\x11\x6e\xbc\x54\x55\xa6\x2a\x8d\x12\x81\x8e\x99\xb6\x82\x3b\x3f\x8f\x7a\x4d\x70\xaa\x86\xfd\xaa\x2a\x05\x06\x12\xc9\xac\xee\xbd\xe6\xb0\x23\x79\xb4\xf8\x25\x7a\x8e\x91\xce\x6b\xd0\x0b\xa0\x24\x32\xa6\x79\xa1\xa0\x90\x7a\x2b\xd4\x87\x86\x82\x5f\x9d\x63\x11\x56\x15\xcc\x9c\x51\xf3\x93\x7b\x8e\x9e\x4b\x25\xb6\xd4\xb4\x98\xb3\x74\xad\x1f\x21\x74\x84\x6b\xa8\x9e\x1b\x4c\xbc\x6b\x1b\x24\x3b\x68\x0d\x28\x2d\x01\xd0\xb3\x35\x36\x2f\x19\x88\x0b\x7a\xc2\x5a\x4e\x01\x10\x97\xe7\x3c\xff\x60\x95\xf5\x8e\x32\xd3\x1d\x09\xe4\x68\x5d\x29\x1a\x94\xb5\xbd\xc4\x3f\x42\x6c\xb3\x31\x68\x45\x88\x8d\x6d\x47\x31\x05\x23\xd3\x53\x4c\x41\x59\x42\x16\x46\x57\xcc\xe1\x10\x34\x66\x51\x43\x9a\x89\x1e\xe9\x7d\xad\xec\x42\x42\x66\xd2\xee\xbc\xba\x1a\x48\x7b\x6d\xba\x9b\x46\x7b\xcd\xc2\x46\xd1\x8d\x59\x83\x75\xe9\x4d\x46\x33\xd1\x6a\xdb\xf2\xa6\x44\x5f\xa3\x49\x25\xa2\x19\x5b\x17\xb2\xc0\xec\xf5\x5c\x19\x1c\x35\x7a\xab\x34\x65\xa6\x9e\x7e\x2b\x78\xee\x31\x21\x75\x38\xb8\x4a\x25\xb5\xcc\x10\xcb\x93\x62\x95\x71\x79\x48\xd4\xc6\xad\x4f\x1b\x1f\x92\xdb\x59\x68\x88\x5a\x14\xa5\x2d\xb3\xc3\xb5\xe9\x2d\x6c\xb4\xa9\x7d\x27\x5a\x60\xae\x99\x67\x97\xd9\x99\xde\x02\xb3\xcc\x70\xca\x0c\xa4\xdd\xb3\xd3\x01\xd1\x6d\xe0\x19\x67\x9e\xdd\x68\xa1\x57\x71\xf3\xae\xf2\x66\x20\x52\xfd\x3d\x9f\x59\x42\xa0\x54\x19\x1c\x5f\x64\x79\xb1\x62\x7e\x0a\x43\x2f\x91\xdf\x64\x38\x85\x39\x62\x49\x91\x91\x19\x8e\x8f\xed\x16\xf7\x63\x42\x13\x3f\xeb\x95\x7e\xd7\x27\x13\x3e\xdd\x7a\x77\x62\xfe\xdd\x29\x45\xc3\xa7\xe9\x8f\xf8\x69\x7a\x78\x08\x98\x97\x66\x65\x92\x4e\xc5\x8d\x83\x0e\x06\xda\xb2\xa6\x7a\x5e\x97\xcf\xf0\x3d\x95\xcb\x29\x76\x33\x0c\x98\x9a\x36\x79\x8c\x18\x8e\xd8\xcf\x39\x4c\x92\x44\x06\x91\xed\xb8\x20\x95\xa3\xa6\xaa\x74\x2f\x21\x26\x2a\x20\x0f\xee\xb3\xde\x50\x29\x98\x58\x55\xcd\xe0\x04\xb5\x90\xe1\xdc\xba\x21\xe9\xa0\x05\x3a\x50\x15\x95\x61\x04\xf7\x75\x5e\x97\xf7\x98\x2a\xb5\xc6\x7e\xa9\x18\x2e\x95\x69\xe9\xf6\x9a\x32\x59\xc7\xce\x5b\x91\x0d\xf6\x4f\xff\x4b\xe7\x2e\x23\x0f\x92\xbb\x8c\x76\xc9\x5d\x96\x3f\x6e\xee\x32\xfa\xdb\xe4\x2e\xcb\x7f\xa3\xdc\x65\xa9\x97\x6c\x15\xe6\xb7\x4f\x47\xe5\xa7\x89\x4a\x65\xb2\x26\x27\x1f\x15\xed\xa5\x63\x82\x52\x3f\x13\x59\x31\x26\xa8\xf0\x3f\x65\x32\xd9\x6b\x06\x20\x91\x8f\xb1\x59\x7a\xf3\x4e\xdc\x85\xd8\x61\xd4\x8f\x65\xc8\x26\x75\x31\x5e\x49\x76\xff\x0b\x4e\x3f\xbf\x4d\x97\x70\x86\xf2\xc9\x70\x2a\xee\xda\x70\xae\x2d\xc1\xc5\xdd\xd3\x84\x0d\x67\x90\xc0\x99\x3d\x6e\xe6\xc9\x79\x81\xf9\x6a\x29\xf9\xd3\x5f\xff\xf6\x5e\x1c\x17\x6b\xc1\xe7\xcd\x41\xb0\xb2\x49\x68\x2a\x29\x74\xb3\x89\x31\x9a\x27\x33\x86\x53\x2e\x5d\xce\xb4\x38\xbf\x12\xb7\x61\xa3\x9c\x10\xc2\x73\xe9\xe5\x85\xab\x62\x51\xdd\x1e\xaf\xc4\x9b\x6a\x8e\xa8\x99\x6a\xea\x4c\x55\x6a\x72\xab\xf9\x4a\x95\x78\x6e\x86\xef\xcd\x8e\xb4\xcd\x2e\x75\x66\x27\xc1\xe9\x29\x92\x2d\x53\x34\x3a\x91\x89\x3c\xe9\xa7\xc8\x86\xfa\xfa\x01\xb9\xe6\x74\x8d\xbc\x71\xdc\xe6\x8d\xe3\x83\x41\xa4\x12\xab\x56\xa5\x6c\x30\x88\x1b\x4d\xa8\x6d\x42\x07\x83\xa8\xa2\xfa\x88\x50\x51\x16\xb9\x94\x2f\xbf\x6d\x36\x0a\xbf\x08\x21\x0a\xc2\x69\x5c\x1c\xc9\xa3\x62\x6e\x5b\x45\x0b\x0e\x20\x45\xc3\xa7\xf4\x47\xfe\x94\x4a\xd1\x82\xba\xa2\x05\xb5\x6a\xd9\x2c\x66\x60\x8c\x63\x29\x1d\x8c\xba\x75\x43\xfd\x6e\x08\x1a\x3e\x25\x3f\x72\x93\xa5\x37\x9c\xa3\x57\xf6\x40\x55\x18\x7b\x37\xef\x8c\x31\x29\xbd\x6b\x3a\xbb\xfe\xca\xe1\x7d\x0c\x52\x98\xdf\x3d\x6f\x1d\x2c\x9a\x9e\x18\x24\x26\xe2\x1f\x0e\x60\x5a\x85\xcc\xc3\xaa\x47\x38\x29\xa6\xb7\x4b\x31\xd7\x9a\xd3\x2d\x9c\x10\x2e\x90\x39\xae\x9e\x23\x8e\xb7\xe7\x8b\x0b\x25\x84\xf3\xf3\xc5\x39\xe9\xe1\xd4\xe3\x41\x62\x53\xdd\xf9\x4f\x6d\x73\xb4\xaa\xe5\xe4\xaa\x32\x72\xdd\x67\xba\xc0\x5c\xb0\x65\x72\x19\xeb\x64\x5e\xd4\x4b\x11\xc8\x92\x9f\x4f\x4f\xce\xcf\x3e\x3e\x7f\xf1\xd7\x93\x97\x20\xc0\x48\x04\x47\x98\x90\x69\x2d\x48\x45\x95\xa2\xcb\xa4\x97\x0c\x67\xe5\x2a\x6f\x99\x2d\x4c\xf5\xfd\xc0\xb9\xc2\xa8\xce\x15\x56\xad\xcf\xdc\xe6\xec\x9b\xc5\x69\x20\x67\xdf\x2c\x4e\x5b\x32\xf0\x55\x59\xfa\x64\x9d\x2d\x19\xf5\xaa\x5c\x7d\xb2\xe6\x1e\xb9\xfa\x64\xfd\x0e\x19\x03\xab\x9c\x7d\xb3\xb8\x68\xcb\xd9\x37\x8b\x8b\x6d\xc9\xf7\xaa\x2c\x7d\xb2\xe2\xae\x3c\x7a\x55\xae\x3e\x59\x7d\xdf\x5c\x7d\xb2\x51\xd7\x04\x82\xdb\x73\xf6\xb5\x5d\x02\xee\x21\xe4\x6a\x33\x34\xee\xbd\x65\x35\xb8\x97\xb4\x1c\xf7\x19\x69\xfd\x3e\xa3\x58\xef\x5a\xa4\x0e\x77\xb9\xa5\x95\xf0\x3b\x54\xd6\x0f\xf7\xb7\xbb\xa0\xb7\xf8\x95\xc2\x14\x16\x30\x83\xab\xb6\x8b\xe1\xec\x71\x25\xfb\xbb\x18\x0e\xd8\x04\x43\xae\xf4\xec\x3e\xde\xcd\xd1\xb0\x9a\xd8\xb5\xef\x5d\x4b\x2e\x63\x06\x84\x78\xa3\x52\xdb\x0d\x9f\xa6\x3f\x32\x73\x35\x3c\x3c\x4c\x15\xe7\x2e\x10\x9b\xa4\x53\xa8\x94\xfa\x02\xbf\xe7\xce\x22\x9c\x2b\xa3\x6c\x76\x1e\x1d\xce\x0f\x0f\x7b\x7c\x92\x4d\xd1\x65\xac\xc0\x43\x1c\x73\x58\x28\xb9\x36\x03\x8e\xb0\x73\x59\x43\x6f\xed\xa8\xa0\xf5\xa3\x02\x83\x1e\x1b\x57\xaa\x09\xb3\xbc\xef\xe9\x0c\xc7\x51\x2a\x9b\x16\x11\xa4\x90\x43\x4f\x5d\x3b\xa2\x13\x3e\xd5\x77\x64\x0a\x1d\x35\x6e\x69\xb8\x3b\x46\xcf\xa4\xec\x96\x90\xc2\x68\xa1\xc6\x78\x34\xc1\x53\xb8\x40\x5a\x21\xfa\x9e\x8e\xe4\x0d\x1c\x3d\xc3\x49\x3a\xd7\x96\xe1\xda\x70\x34\x49\x92\x65\xcc\x85\x7c\xad\x19\xaa\x8a\xea\x8b\xf9\x4f\xab\xcb\x4b\x13\x84\x31\xb6\x11\x1c\x01\xc4\xa2\x1d\x9e\xdb\x7a\x27\xea\x77\x7c\x30\x04\xda\x57\xd6\x94\x48\x43\x5a\xf5\x5d\x70\xf5\x20\x60\x5a\x01\x96\x9b\xa4\x1a\x68\x81\xb9\xbe\x0d\x00\xe8\x70\xef\x20\x14\x52\x41\xf1\x83\x92\x7b\xe0\xde\x7a\x45\x02\x6e\x7e\x51\x60\xf6\x05\x17\x1e\x7a\xde\xab\x8f\xec\xaf\xf8\xc6\x41\x4f\xee\xe3\x50\x9b\x18\xd5\x91\x68\xcc\xbd\xdc\x6e\xdf\xeb\x08\xb1\x1c\x40\xf7\x40\x09\x4e\x24\xb7\x13\x29\xb5\xce\xeb\x4b\x4d\xd5\x7e\xb7\x48\x31\x3f\xae\x94\x7f\xd5\xb3\x08\xde\x3a\xe7\xb4\xca\x65\xd5\x6c\xfd\x7d\xb0\xf5\xf7\x6e\xeb\xef\xa5\x88\x3f\x53\x3b\x22\xd2\x5a\x66\x89\x43\x71\xd9\x2e\x22\x38\x99\x02\x68\x8b\x25\x35\x45\xca\xfa\xa1\xfa\x8a\xdb\xaa\x5f\xa7\xc5\xcf\x05\x9e\xbf\xcd\xe7\xe4\x92\x60\x16\xc1\x83\x63\xbf\xf4\xd4\x47\x76\xb3\x82\x17\xa4\xa8\x56\xec\xd3\x55\x63\x54\x86\x92\x6a\x63\xd2\xf4\x60\xec\xbd\x23\xa8\x09\x83\xbb\xe6\xe1\x4e\xfd\x5a\xf0\xd3\x17\x82\x04\x22\xc8\x2b\xf2\xb6\x35\xad\x04\xf5\x21\xe5\xd7\x66\x38\x52\xcd\x29\x6d\xf1\x9d\xa8\xa9\x2f\x05\x4b\x26\x82\xc1\x98\x90\x4e\xe7\x3a\x50\xea\x7b\x65\xf3\x10\x53\x50\x3a\x0a\x06\xdf\xbd\xf1\xbc\x90\x66\x3d\xa2\xc4\x55\x6a\x19\x31\xb7\x79\xc3\x6e\x76\x2b\x63\xc0\xa6\xc9\x09\x9d\xa5\xcb\x62\x25\x8e\x75\x09\x2e\xae\xdd\xc6\x44\xa3\xf7\x17\x7f\x1f\x05\x20\x88\x1b\x9a\xca\x06\x97\x26\xa1\xa6\x0d\xe7\x7d\xae\xfd\x7d\x7d\x30\x9a\x8f\xca\xd0\x4b\x52\x25\x56\x67\x86\xb5\xc7\xb4\x3a\x7d\x2a\x05\xbd\xc7\x9f\x55\x48\xa0\x3a\xd7\xa8\xc1\x31\xc4\xb1\xad\xbd\xcf\x50\x6a\x00\xf0\xee\x21\xd4\x39\x49\xcd\x85\x3e\x40\xff\xd6\x34\xa5\xbe\x73\xaa\x82\x10\x39\x6a\xd2\x2a\x2d\x83\xaf\xf7\xa4\x62\x10\x54\xb5\xcc\x01\x11\x18\x91\x1f\x15\xac\x6a\x52\xe3\xd4\x81\x96\xe1\xf1\xd6\xf3\xce\x59\x80\xea\x24\xa9\xc3\xf1\xf6\x90\x53\x5b\x60\xba\x5e\xd9\xd9\x55\xa5\xc3\xd4\xeb\x20\x6b\x1b\xde\x69\x71\xe6\x91\x62\xbd\x61\x6d\xa3\xea\x66\xf5\x8d\xaa\x95\xe1\x72\x7b\xf6\xf3\xcb\x5a\x3a\x60\x1b\x29\x72\xc2\xa7\xbd\xc5\x84\x4f\xc7\xe2\x7f\xea\xb6\x69\x83\x42\x42\x16\x74\xc8\x2d\x12\x67\x87\xdf\x54\xb6\x2f\x13\x3e\x1d\x0c\xb6\x14\x56\x77\x59\xa9\x0c\x6a\x68\x38\xd7\xe6\x41\x2b\x9d\xcf\xdf\x90\x82\x8b\x8d\x6a\x42\x3a\x3b\x64\x5d\x71\x2e\x18\x69\x33\x37\xc5\x7f\xb7\x35\xaf\x6f\x4f\x17\x88\xb5\x3b\x6a\x80\x31\x1b\xd5\x82\x31\xbb\x33\x3c\x86\x21\x28\xdb\x58\xa0\x62\x93\x42\x12\x45\xc1\xc5\xef\x19\xcf\x34\x9f\xd0\x00\x17\x2b\xd4\xfc\x3e\x85\x0c\xf1\xca\x74\xaa\x87\xb3\x02\xeb\xe3\x5e\xea\x5b\x5b\x77\x64\x1c\x22\x7e\xd0\x53\xea\xc3\x55\x15\x04\xb7\x7a\x62\x11\x32\x05\xc7\xdf\xf8\x08\x6b\x91\xcd\xd9\xb9\x50\x60\x60\x54\xe1\x42\x89\x65\x1c\xda\x9e\x47\xac\x19\x46\x30\xbc\xa3\x61\x0d\x21\x23\x2a\x9d\x2b\xa4\xdd\xe4\xab\xba\x95\x44\x8d\xe3\x17\x55\x3d\x5c\xd9\x7f\x35\x36\x91\x31\xf7\xb2\x97\x86\x5e\xe0\x5e\xe1\x3f\x7b\x7f\x59\xd7\xf5\xcd\x7b\x9d\x78\xd2\xca\x29\x4b\x1c\x6d\x75\x77\xd7\x87\x7b\xb1\xe2\xee\x72\x9b\x34\x16\x9e\x47\x0b\xf2\x8d\xd0\x1d\x75\x65\xcc\xde\x79\x38\xfa\xf8\xfd\x04\xb4\x6c\x31\x11\xaf\x5b\xff\xca\x2a\xbe\x8d\x38\x81\x34\xd1\xba\xc0\x73\xe3\xd0\x20\xbd\x0c\xa5\xd1\x9e\xb5\xa7\x6c\xbc\xba\xb9\xe6\x7b\xdb\x20\x6c\x33\xfb\x63\xd2\x9f\x51\x9a\x66\xbd\x7d\xfd\x7f\x5f\xbf\xeb\x6a\xbc\x57\x4b\xbb\x7f\x37\x4f\x16\x15\x23\xb5\xfb\xfa\xdd\xe6\x6d\xb9\xb1\xc4\xee\xfb\xeb\x7f\xe1\xd7\xe5\xfc\x41\x5e\x97\x49\x97\xd7\xe5\xf4\x71\x5f\x97\xc9\x6f\xf3\xba\x9c\xfe\x21\x74\x50\xe1\x30\xbb\x8e\x9d\x54\x23\xde\xe7\xda\x0d\xfe\xe4\x1e\x1d\x0c\xeb\x07\x05\x53\xfa\x34\x1e\x42\xaa\x99\x4b\xb5\x6c\xca\x2b\x1f\xe6\x71\x1e\xaf\x4b\x88\x01\x5c\x97\x70\xed\xd8\x12\xbb\x3e\x78\x4e\x0c\xd0\x68\xae\xfe\x88\x10\x42\x5c\x1b\x16\x73\x81\xf9\x66\xbf\x36\xc8\x66\x62\x9b\x8f\x6d\xf3\x91\xf8\x6a\x5c\x9b\xc6\x5e\x08\x2d\x2d\x38\x89\x4a\x7e\x75\x9b\x3f\x29\xba\xd4\x7f\x89\xef\x6e\x4b\x93\xba\xb1\x0a\x5f\xea\x45\xf6\x55\x87\x3c\x23\x57\x57\x98\x49\xf1\x20\x8e\x0a\x55\x18\x41\x65\x71\xea\x86\xfe\x0d\xd5\x16\x85\x78\xee\xd6\x37\x5e\xea\xa1\xea\x3a\xaa\x91\xaa\x0c\x65\x00\xf1\x2a\x1c\x41\xa0\xbe\x9d\xb8\x6d\x10\xf0\x9b\xb7\x88\xfd\xe4\x92\x43\xff\x4f\xdf\x29\x88\x57\xfa\xee\x00\xca\x3f\x49\x4b\x7b\x03\xb3\x7f\x81\x67\xa9\x60\xb0\xdf\xad\x71\x99\xf4\x5f\xe5\xac\xbf\xc8\x19\xee\x13\xaa\xfa\x20\x39\x85\xfd\x02\xe3\x51\xff\x9a\xf3\xe5\xe8\xc9\x93\x06\x0f\x4f\x66\xf9\xe2\xc9\x3c\x9f\x15\xea\x78\x70\x1c\x28\x8e\xae\x71\xb6\xfc\x54\xda\xae\x1b\xb7\x16\x13\xe5\x42\xde\x60\xac\xa8\xa5\xcd\xee\xa5\x0b\x8b\xaa\xe5\x28\x87\x1c\x4d\x42\x4b\x58\x65\x4b\xf7\x9f\x7e\xfd\xf4\xdd\x1a\x3b\x33\xff\xf5\xd3\x27\xc8\xd4\xe7\x1a\x4e\x7e\xfd\xf4\xa9\xe7\x45\x86\xf9\xd4\x98\x66\x5f\x79\xcb\xca\x30\x31\xcb\x9c\x63\xca\x49\x9a\x65\x37\xfd\xeb\xf4\x1f\x29\x9b\xe7\xab\xa2\x1f\x89\xf1\xe8\xf9\xf7\xb3\x3c\x5f\x46\xfd\x0b\xcc\xbf\x62\x4c\xfb\x2a\xb2\xa9\x0a\x2a\xf3\xdd\x9a\x97\xfd\x94\xce\xfb\xb3\x6b\x92\xcd\xcd\x37\x56\x26\xfd\xd7\x97\xfd\x9b\x7c\xd5\xff\x9a\x52\x5e\x2f\xec\xf3\xbc\x7f\x81\xab\x55\xfb\x7a\x1d\x82\x4a\xaa\x75\x85\xfd\x65\x86\xd3\x02\xf7\x67\xd7\x29\xbd\xc2\xfd\x5f\x3f\x55\x69\x1d\x7f\xfd\x24\xc0\xfd\xfa\xc9\x3a\x0f\xb9\x45\x3b\x87\xf1\x19\xe3\xa5\x49\x86\xda\x4f\x2f\x39\x66\x3b\x06\xa2\x47\x40\xb8\xee\xb5\x72\x34\x72\xfb\xfd\x04\x4a\x8f\xea\xa5\xfa\x5c\x05\xe0\xa8\x0b\xef\xae\x03\xb2\x43\x37\x90\xcb\x4c\x04\xf2\xfa\x00\x19\xc2\x83\x81\x0a\xd8\x2b\x2f\x3b\x83\x01\x37\xbb\x6a\x30\x60\xd5\xd9\xda\xd4\x16\x6a\xeb\x12\xa5\xb1\xa6\x00\xe6\x68\xf8\x34\xff\x91\x3e\xcd\x0f\x0f\x01\x99\xe4\xae\xd5\x41\x3e\xed\xa9\xfc\x7a\x49\x92\xa4\x53\x44\x7a\xb6\x8f\xf8\x93\x40\xd7\x48\x6c\xaa\x4f\xb2\x54\x48\xe2\x35\x9e\x5e\x08\x31\xae\x26\xfe\xbd\x7e\x77\x7a\xf6\xfc\xdd\x8b\x93\x5d\x42\x64\xe1\x0b\x83\x5b\xa1\xec\x25\x1c\xba\x8f\x47\xf7\x91\x79\xf1\x9f\x8f\x77\x6d\xe6\x99\x9d\x9f\x63\x5b\x5f\xd9\xee\xc7\x54\xf9\x85\xb6\x33\x40\x97\xfa\x03\xaa\x9b\x77\x92\xcb\x78\x15\x63\xb0\xd9\x70\xb1\x75\x74\xb0\x83\x21\xcc\x55\xc2\x40\x5f\xe5\xd7\xd3\xcc\xf7\x32\x8e\x9b\xce\x3a\x7c\x52\x4c\x03\x77\x65\x9e\xa8\xeb\x34\x80\xb2\x42\xdd\xa2\xac\x74\x52\x46\xea\x9a\x08\xcb\xaa\xa8\xd2\xbb\xea\x0b\xb5\x11\x09\x0b\xcc\x3f\x98\x0d\xf2\xfe\x32\xe6\x70\x56\x6d\x18\x00\x79\x59\x42\xf7\xa5\x7f\xaf\x09\xcb\x26\xc1\x59\x63\x6f\xd6\xd5\x25\x01\xeb\x69\xcb\xc3\x86\x03\x88\xfd\x59\x3a\x96\x65\xce\x54\xb1\x3f\x3f\x57\x6b\xd0\x32\x49\x0c\xe7\xee\x24\x71\x59\xba\xf7\x5b\x43\x10\xfa\x29\xd3\xf9\xa9\xb7\xfc\x8d\x51\x5a\x16\xee\xfb\x66\xa1\x9d\x8d\xc4\xcc\xcf\x0d\x45\x6a\x5b\x84\x0c\xb9\x76\x08\xfe\xf9\xae\xa7\xdc\xf6\x16\x26\x75\x88\xe6\x61\x6f\x77\x4b\x5e\x6f\x29\xd8\xc1\xee\x66\xac\xde\xac\x7a\xad\xdb\xdd\x98\xd6\x1b\x2f\xb6\xa9\x7e\x35\x84\x86\x7a\x58\xb7\xbd\x0a\x68\x79\x75\x13\xa3\xe8\x31\x38\xd1\x3a\xe9\x50\x55\xf7\x41\x53\xe3\x41\xea\xb9\x43\x75\xab\x27\x4e\x55\x33\x0f\xaa\x85\x75\xe5\x4a\x67\xac\x13\x09\xf4\x42\xc6\x81\x07\x07\x78\x30\x88\x2b\x15\xed\x81\x13\x62\x30\xb6\xe6\x89\xd5\xd7\xcd\xe6\x20\xb6\xfa\x4a\x71\xbd\x02\x9b\x4d\xa8\xb5\x11\x03\x80\x3d\xef\xae\x6a\x94\x0d\x10\x32\xb7\xf5\x8a\xc2\x41\x29\x08\x74\x06\xe7\xbd\x10\x0d\x67\xb0\x46\xe8\xb3\xe0\x6e\x98\x37\xaa\xe9\x40\xcc\xe1\xcd\x33\xb7\xa5\xbe\x72\xc6\xd9\x79\x30\xab\x6b\x6e\x66\x6e\x21\x5c\x4b\x45\xb4\xe3\x84\x33\x4b\xb3\xec\x74\xb5\xc4\xec\x54\x14\x68\xe9\xd7\xff\x18\x78\x56\xa9\xf1\x14\xf3\xa9\xa1\xe6\x16\x2b\xdf\x24\x90\xd0\x3b\x71\xfd\xdd\x06\x9a\x27\xfa\x60\xf3\xfa\x53\x7d\xa3\xb5\x51\x5e\x07\x5b\xd7\x5f\xb2\xeb\xad\x4b\x60\xad\xcb\x94\x7a\x5c\xcc\x4b\xaa\x94\xc9\xec\xa5\x39\x44\x37\x1b\xa7\x4c\x9f\x62\xb6\xb0\xe7\xda\x43\x80\xb5\x39\x96\xcc\x47\x2e\x35\x2f\x66\x64\xf6\x75\x58\x32\x55\xb9\x08\xea\x0f\x59\x0b\xd6\x0c\xf2\x70\x8d\xfb\x5b\xc3\xbd\x6b\xb9\x12\x7b\xe9\x5c\xef\xa0\x6d\xed\x20\x42\x54\xaa\xbe\x3b\x05\xde\xdf\xda\x58\x16\x61\xfa\x85\xb0\x9c\x0a\x7c\x3c\x94\xfa\xf7\x81\x82\xe0\xc3\x14\x16\x77\x17\xa4\xea\x2f\xc8\x28\x14\x39\x23\xab\x29\x95\x5b\xc3\x49\x68\xb2\x26\xc5\x4b\x5c\x70\x96\xdf\xc8\x30\x46\x92\x2b\xa8\xdb\x0d\xb0\x94\xcf\xf0\x15\x29\x38\x66\xb2\xa2\x02\xe4\x56\x84\x55\x4c\xaa\xca\xdd\xdd\x78\xeb\x47\xfc\x1a\xf7\x15\xd3\x16\x97\xb3\x8c\x7c\xc1\x45\x3f\xa7\x52\x3d\x30\x57\x1d\xe3\x79\x3f\x67\xfd\x15\x65\x98\xce\xb1\x54\x59\x34\x1d\xfc\x8b\xd6\x70\x4e\x32\x17\xe0\xf9\xc3\xc6\xf9\x68\x84\xf8\xa0\xc1\xd8\xff\xb5\x40\x15\x26\x5a\x9e\x12\xf7\x94\x33\x9e\x7e\xb9\x5b\x31\x76\xf3\x9c\x5d\x15\xe3\x49\x92\x24\xb5\x6f\xe2\x26\x87\xa7\x23\x0c\x73\x54\xbd\x92\x99\xfb\x9c\x71\x35\x20\x12\xa8\x1d\xa4\x0c\x7c\x1e\x08\xb9\x21\x83\x29\x06\xe3\xb9\x0e\x3b\x10\xc0\x60\x90\xdb\xd4\x4a\xb5\xd4\xf1\xf6\x52\x9d\x03\x98\x97\xc1\x21\xba\x59\xa0\x54\x34\x05\xf7\x62\x1a\xeb\x94\x5d\xd7\xa4\x50\x59\xbb\xb0\x93\xb5\x4b\x66\x66\x0a\xe5\x2f\x08\x98\x3a\xd8\xd8\xe6\xf5\x12\xb1\xc4\x32\x85\x41\x72\xf2\xf6\xa7\x93\x8f\xe7\x27\xef\xfe\xf6\xfa\xe3\xfb\x77\x6f\x4f\xde\x9d\xb9\xaf\x7e\xf2\xcf\x12\x78\x89\xc2\x78\xcb\x0b\x5f\xfd\xab\xa0\x3c\xb9\x6e\x35\x87\xed\x59\x96\x53\x1c\x83\xde\x3d\x3b\x37\x60\x87\x4a\x50\x80\x72\x36\x9b\xc9\x54\x3a\x46\x4e\x21\x2e\xcd\x20\xdc\x25\xd0\x51\x28\x74\xac\x8f\x40\x82\xa8\x4f\x3f\x0a\xac\x8f\xb4\xea\x4a\xea\xbf\x9e\x7d\xb2\xd1\x56\x32\x98\xde\xea\x31\x2a\x73\x44\x93\x6d\x10\xea\x22\x8d\xdb\x2e\xaf\x3f\x46\xf5\x02\xfc\xd0\x7f\xe8\xcc\xb6\x47\xd2\xd1\xf6\x36\xda\x2b\xe0\xfd\xc5\xdf\xcd\xab\x7c\x0d\xaa\x4a\x95\xea\x39\x03\x85\x2b\x1a\x62\xfd\xc0\xf2\x6f\xc4\x6f\xb1\x65\x87\xa8\x70\x23\xd6\x5a\xf2\xfd\x57\x8a\x7d\xf6\x0a\x60\xaa\x8b\x35\x76\xd4\xfc\x62\x77\x12\x40\xdf\xf4\x62\xfb\xb2\xed\x42\x28\x41\x4f\x01\x28\x0c\xfc\x14\xe6\x40\xdf\xbc\x1e\x78\x6b\xa6\x86\x53\xe8\xa7\xa8\x14\x3e\xc6\xb6\xf4\xb9\x77\x78\x45\xa5\x7b\x55\x01\x53\x13\x1b\xe2\x2b\x4b\x97\x4b\x3c\xaf\x13\x95\xc5\x4a\x01\xca\x9d\x75\x54\x38\xfa\x03\x13\xbd\xb0\x2f\x0e\x84\x9e\xfb\x40\xb2\x83\x66\xa4\x09\x84\xf4\x98\x50\xe1\x99\xac\x1b\xdb\xd6\x89\xe8\x06\xcc\x04\x9c\xf8\x26\x48\x6b\x7d\x85\xb9\xb1\xc3\xd4\xef\x4e\x78\xc2\xa7\xa3\xca\x2e\x97\x42\x9e\x54\x1c\x00\x08\xe4\xfa\x0d\x36\x1b\xf9\x2f\x85\xf9\x57\x2a\x64\xe8\x11\x46\xcf\x3e\xe2\xcb\x4c\x10\xa1\xfe\x14\x63\x20\xa8\x6c\x96\xf2\xb8\x5e\x42\xad\x7c\x6a\xa5\x1b\xa6\x4c\x96\x95\xa5\xb2\x9d\xa8\xc6\x55\x3a\x18\xc4\xb9\xf8\x36\x96\xff\x47\xf2\xff\x2a\x22\x47\x0a\x46\xa9\x38\x8c\x0a\xcc\x65\xa5\x42\x16\x17\x55\x31\x00\x90\x88\xa1\xb2\xb1\x19\x45\xb0\xe7\x51\x4b\xa9\xb2\x75\x2e\x61\xdb\x1b\x5f\x0d\x8f\x06\xca\xd6\x07\xd9\xd1\xce\x5a\x14\x72\x50\x02\x28\x2f\x01\xd2\x65\xb1\x7a\xa2\xdd\x47\xb8\x77\x05\xdd\x8e\x62\x7e\xf0\x1d\xfc\x1e\xcc\x1c\x3c\x0e\xdd\x88\x09\x79\xee\xc7\x0a\x84\xee\x23\xa2\x27\x66\xc9\x0a\xa8\xf9\xe9\x30\x6e\xa4\x63\xdd\x6c\x86\x26\xa8\xaa\x9b\xe9\xf5\xd9\x10\x52\x37\xbb\xeb\xb3\x21\x24\x4d\xef\x37\x0c\xd7\xde\x90\x9a\x3d\x3a\x01\x8e\x58\x15\xdf\x88\xda\xf0\x46\x6c\x30\x38\xa0\xfa\x25\x92\xb9\x4f\x80\x3a\xdc\xd1\xd3\x78\x08\x79\xdb\xf3\x27\x01\x8e\xc2\x44\x5e\xd4\x93\x9a\xc1\x90\xb8\x21\xd6\x3e\x29\xeb\xcd\xb2\xd7\xc0\x76\xd7\x68\x82\xb5\xfb\xce\x6f\x14\x01\x6d\x8f\x8c\x67\xb7\x35\xda\xf0\x8d\x27\xb4\xd5\x46\xc2\xf0\x7c\x35\xb3\xe1\x78\xea\x3a\x59\x45\xab\x2d\x46\x1b\xde\x06\x67\xa0\xe7\xf9\xed\x21\xef\xd7\x66\x23\x43\x9c\xe0\x09\x9b\x8a\x45\xd1\x6e\x7e\x2a\x8d\x84\x09\x48\xa2\xc5\x6f\xbd\x1e\x3a\x9a\x8f\x3d\xb8\xc4\x7d\x84\x40\x5e\xea\x91\x89\x45\x97\x92\x02\x4c\x6f\xb5\x33\xb7\xbe\xdd\xa0\x66\x85\x4a\x28\xd3\xdb\x38\x00\xc4\xa9\x93\xef\xee\x23\x85\xd4\xf5\x6c\x1c\x0c\xe2\xed\x10\x11\xa9\xc7\x39\x83\xeb\xe0\x5c\x6a\x8d\xee\x2f\x58\x99\x74\x7f\xd9\x39\x2d\x44\xe2\x5a\x3e\xb3\x96\x71\x06\x1a\x76\xce\x77\x7a\x5c\x0a\x39\xc5\x8f\xa4\x9a\xd7\x3f\xa4\xa0\xeb\x23\x9c\xda\x52\x9d\xf7\xfe\x7e\xca\x97\x50\xec\xb6\x07\x08\x72\x48\x0a\xad\xa8\xd6\xb1\x3e\xc3\x19\x56\xe3\x50\xae\x9a\x24\xa7\x38\x18\xed\x06\x27\xf9\xe5\xa5\xab\x3e\xf6\xda\xec\xdd\x24\x9d\x2b\x81\xd4\x58\xee\xb6\x00\x60\x78\x91\x7f\xc1\x5e\x4d\x19\x42\x8e\x6f\x8f\x34\x97\xeb\x48\x73\x73\xbc\x64\x78\x96\x72\xfc\x41\x2d\x80\x42\x97\xd7\xca\xb7\x3a\x48\xb5\xf3\x6f\x3f\x9d\xcf\x05\xbb\x2c\xfa\x64\x21\xc8\x40\x3e\xb5\xf7\xf5\x32\x36\x13\xc4\xf4\x17\x12\x70\xff\x4f\xdf\xad\x71\xf9\xa7\x3e\xbf\x4e\x79\xff\x3a\x2d\xfa\x62\xf0\xf3\x4f\x72\x28\x12\xac\x1b\xef\xae\x7e\xf2\x21\xec\xf2\x80\x2a\x3c\x9d\xfb\xf1\xc0\x88\x0c\xd4\x3f\xb1\x7b\x01\x70\xb4\x61\x49\xc9\xaa\xc0\x5d\x6b\x2f\x84\x9b\x7d\xdc\x6b\x5c\x3b\x4c\xc2\x13\x71\xcf\xad\xcd\x80\x68\xf8\xb9\x85\xdf\x88\x9e\xd9\x25\x38\x56\x6b\x92\x6c\xaf\x6a\xe5\x1d\x97\xc9\xac\x28\x8d\x20\x59\x2c\x98\x9e\x29\x14\x32\x6b\xc2\x9a\x59\xab\xbc\xd0\x40\x33\x27\xdb\xc0\xb6\xe8\x59\x1d\x19\x8a\x60\x60\x47\x97\xb7\x49\x9f\xda\x35\x8d\x69\xb7\xb0\x40\xb7\xe0\x23\x62\xe8\xaf\x72\x26\x4f\x83\x5d\x41\x1d\x75\x5d\xb9\x55\x91\x2f\x3b\x3b\xb5\x89\xf6\xb0\xb1\xf5\xed\xc3\x4e\x7d\xec\xfe\x6e\x56\x09\xd5\x7b\xf5\x70\x6c\xac\x46\x94\x5b\x09\x50\x3e\x75\xbe\x73\x3d\xa0\x3c\x3a\xe4\x21\x3a\x64\x2a\x91\x44\x0b\x2d\x1a\x95\x5f\xec\xc3\x87\x35\xea\x64\x90\x87\xa8\x53\xe7\x3d\xd0\x31\xfe\x28\x68\x6d\xa1\x12\x2e\x50\x50\x8a\x41\xde\x0f\xed\x36\x59\xc3\x36\x44\xca\x2c\x62\x2e\x2a\x95\xd2\xda\xe0\xd1\xfa\x6a\x98\x40\xd3\x97\x14\x59\xa7\x92\x64\x4e\xe6\xca\x40\x10\x1d\xe8\x04\xa6\xab\x02\x17\x2f\xdf\xbf\xd5\xae\x3d\xe6\x2b\xc3\xff\xb9\x22\x0c\x17\x2f\x32\x9c\xd2\xd5\x12\x1d\x1c\x6f\x59\x13\xd3\x8b\x4d\xf8\x50\x75\xa2\x1c\x7e\xc2\x98\x82\xbb\x17\x05\x94\x30\x94\x94\xae\x9a\x75\xe3\xe8\xd2\xa9\xf1\x6a\xb3\x1a\xc2\x6d\x6d\x62\x1f\x71\x06\x6d\x20\x9c\x11\xcf\x01\x64\xd3\x48\x56\xbf\xdb\x60\x8d\xe2\x30\x5e\xfd\x91\x99\x8c\x3f\x81\xb1\xb4\x91\x9b\xae\x60\xd2\x30\x79\x13\xf7\x06\x17\x38\xbd\x5b\x07\xeb\x2f\xa3\x49\xfd\x54\x1b\xbc\x0e\xb0\x69\x86\x7e\x79\xd9\x06\xce\xa3\x43\x1b\x52\x3c\xdf\x83\xde\xd5\xc5\xf9\x96\x9e\xac\x3f\xe5\xb9\x18\x70\x6f\xcb\xa6\xf9\x8c\x6f\xaa\x0c\xe9\x78\x4e\x66\xae\x6b\x58\x80\x08\xd8\x98\x49\xbf\x60\x84\x8c\xab\xa6\x7e\xdf\x65\x3f\xe5\x2b\x3a\xdf\xbd\x5d\x4c\xf5\x57\x14\xd9\x14\x33\x75\x57\x74\x3d\x46\x3b\x42\x60\xfd\x94\x1a\x63\x8c\x29\x00\x6e\x3c\xd4\xed\x9b\x0a\x1e\x0c\x4b\x58\x1b\x46\x0c\x36\x9b\xa6\xef\x55\x70\x1c\xb0\x62\x27\x55\x7b\x10\x44\xc3\x70\x3b\xd9\x7a\xb5\xf5\x53\x7f\x05\x72\x30\xd0\x03\x52\x94\x7b\xe7\x31\xbd\xb2\x04\xb8\x43\x58\xb8\x9d\x5f\xc8\x1e\x4f\xcc\x0f\x26\x23\xf8\xd1\x18\xa1\x8c\xa9\x1f\x16\xbb\x41\x87\x99\x83\x9e\xb2\x09\xe5\x9e\x1e\x7d\x8f\x60\x8c\xae\x0d\x65\xf7\x40\x2a\xf7\x1c\xd8\xa3\xab\x5a\x66\x6f\x74\xb7\x36\x90\xe1\xd9\xe1\xda\x77\x8d\xb8\xc2\x7c\x14\xb0\x01\x94\xa8\x2d\x77\x41\xfb\x60\x71\xd8\x09\x2a\xf3\x8c\x78\x04\x74\xe9\xdd\xb0\x37\x25\xd8\xa5\xdb\x71\x5f\xd7\x51\x64\xb5\x81\xc1\x51\x9a\x65\x9d\x17\xdb\x04\xa0\xbd\x77\x1d\xaf\x1a\x8b\x8a\x3c\x8b\x58\x33\x52\xa9\xd5\xc2\x99\xcc\xf2\xd2\x21\x77\x68\xde\x30\x55\x8e\x26\x6b\x26\x00\xa5\x7e\xb4\x11\xcb\x16\x18\x77\x04\x35\x67\xd7\x9b\x75\xc2\xa0\x67\x5a\xf0\xa7\xaa\xe2\x9f\xfa\x1c\x2f\x96\xe2\xee\xd4\x57\xd3\x97\x46\x06\x2a\x6d\xda\x3c\x2a\xa7\x40\xc7\x3d\x55\xdc\x4f\x75\x98\xa8\x9a\x31\x03\xdd\xf7\x9f\x59\x16\xeb\x24\x7b\xaf\x6b\xe2\x22\xb0\xba\x23\xb4\xe2\xc9\x0e\xa2\xfa\x4b\x3e\x25\xdc\x62\x69\x35\x80\xf6\xb5\xbd\x5f\xf4\xd5\x0d\x93\xee\x39\x40\x72\x60\xec\x3c\x38\x76\xaf\x57\x15\x53\x51\xbe\xa1\x57\x41\x15\xb9\x7e\x63\x57\x61\x05\x55\x88\x32\x03\x9e\x6f\x9f\xac\xcc\xb5\xb7\xe7\xbb\xcc\x3d\x07\x5f\xea\x76\x76\x56\xc2\xc4\x91\x0e\xe5\x7e\x64\x83\x58\x77\xbb\xf9\xdf\xd1\x72\xea\x7e\xd5\x05\x1d\x0f\xbb\x8e\xae\xc4\xae\x49\xfd\x8e\x70\x54\x70\xf6\x60\xe7\x9f\xd6\x07\x76\x3e\x02\x75\xfd\x87\x3f\x05\xb7\x42\xf7\x4c\x5b\xf7\xea\xc2\x6b\xb9\xb5\x1f\xde\x5d\x32\x60\x92\x8b\xee\x84\xf6\x67\x45\x18\x7b\x80\x94\x2d\x76\x62\xe3\xb5\xdd\x8c\x9d\x40\xfb\xa6\x16\x5b\xa1\xcb\x93\xb2\x13\x50\x92\xa4\x59\xb6\x0b\xd6\x29\xe6\x5c\x7a\x03\x76\x07\xa9\x9b\x6c\x85\x7c\x9d\x16\xd7\x9d\x61\x8a\xca\x3b\xa1\xed\x3b\x50\xa7\xcd\x56\xd8\x2c\xed\xbc\x4a\x24\x11\x95\xb7\x42\x73\xb5\x8c\x1d\xa1\xe6\x9e\x6a\xb2\x0b\x74\xa9\x84\xd8\x17\xba\x6c\xd4\x05\xfa\x9e\x7b\x38\xaf\x6b\x3f\xb7\xf6\x61\x13\x76\x77\x84\x9e\x56\x29\xbe\xb7\x53\xb2\x97\x0b\xa3\x23\xf0\xa2\x96\x11\x68\x6b\x0f\x3a\x35\x44\x67\xd0\xba\xfe\x0e\xda\x33\x69\x86\x3a\x83\xad\x9a\xec\xe4\x41\x1d\x61\x66\xdd\xee\x50\xfb\x70\xca\x55\xc5\xd7\xb7\x53\x83\x8e\x7c\xda\x11\xec\xcc\x86\x4a\xed\x04\x75\x9f\x11\xcf\xfc\x28\xac\x5b\xe1\x3b\x31\x58\x3b\x43\x77\xda\x74\x85\xbd\xdf\xf0\xeb\x0d\xb7\xf6\x62\xe3\xee\x76\x06\x6f\x5b\x6c\x85\xeb\xc7\x9a\xed\x0c\xdc\x6f\xb6\x47\x0f\xfb\xa1\x28\xd0\x76\xfb\xee\xf4\x63\xe0\x76\xee\xa7\xd6\x6e\x9f\x3e\xf6\x9b\x50\xa8\x71\x19\xce\xbd\xb6\xbc\x79\x22\xfe\x17\xbe\xa1\xe8\xc2\x87\x49\x9b\x6a\x2e\x50\x0e\x54\xe5\x14\x19\x72\xf1\xa2\xab\x2c\x43\x55\x56\xe8\xbe\x74\xb7\x3e\xa8\xc7\xfd\x1c\x0c\xac\x0b\x9f\xce\x8e\x1d\x63\x47\x81\x2b\xe6\x12\xb3\x46\xfa\x1b\x1d\xef\xdc\x04\x53\x6d\x74\xcf\x6c\xf7\xc6\x4b\xb3\xcf\xa4\xc9\x59\x0a\x0b\x9d\xd1\x26\x2e\x10\x51\x69\xd5\xdf\x5f\xc6\x0c\x80\x67\x68\x68\xaa\xe6\x93\x42\xe6\xbd\xf1\xc7\xca\x80\xec\x2b\xb5\x59\x79\x00\xa4\x32\x88\x6b\x81\x52\x13\x79\xe5\xe8\xa8\x78\x86\x86\x4f\x41\x3a\x29\xa6\x08\xc7\xe2\x1f\x3d\xcc\x12\x67\x05\xee\x93\xcb\xb8\x31\x5d\x06\x80\x80\x29\x67\xaa\xea\xf6\x4c\x5d\xd6\x37\xd7\xae\xfc\xb2\xff\x32\xe5\x18\xa8\x3c\x06\xe2\xcf\x58\x6a\xc7\xc5\xf9\x11\x03\x50\x05\xde\xe2\xd2\x80\x5d\x1a\x3d\xa6\x68\x5d\x42\x06\xea\xee\x71\x42\x9a\x72\x2c\xa4\x54\x34\x34\x06\x39\x18\x0c\xa2\xf3\xf3\x48\xf9\x3a\xad\x2e\x54\xa2\x81\x78\x08\xbf\x07\x83\x41\x9c\x4e\xf8\x14\xd1\x31\x8e\xd9\x84\x9b\x29\x8d\x54\x28\x18\x81\x4b\xa2\x62\xfc\x31\x00\x73\xf5\x97\x13\x9a\x3e\x2d\x65\xde\x0c\x36\x9e\xe8\x38\x9c\xf6\x2f\x10\xd4\x3e\xbb\x14\xfc\xf0\xaa\x06\xa5\x5d\x78\x4b\xbe\x11\xea\xd8\x63\x2f\x6f\xe4\x00\x5b\xf7\xdf\x16\x15\x81\xdd\x9d\x5d\xb6\xe4\xdd\x15\xdd\xad\x0d\xd4\x20\x3a\x5e\x3b\x35\x36\xb6\xb2\xb7\x17\x76\x51\x3a\xde\xb0\x2a\xa0\x4d\x2c\xce\x53\x9e\x1e\x2d\xf2\x39\xce\x8e\x2e\x59\x7a\x25\x1f\xa8\x9e\xa4\x62\x9f\x3d\x31\xbf\x43\xe8\xdd\xd2\x4c\x9a\x65\xc9\x10\xf8\xdb\xea\x56\xc0\xb7\xd5\x5a\x71\x92\x3d\x31\x5b\xef\x28\xbf\x3c\x12\xfb\x66\xcf\xfc\x46\x62\x93\x68\x4f\x01\xeb\x0c\xa0\xe3\xea\xe7\x5f\x29\x66\x11\x80\x85\xf3\x39\x85\x51\xc1\x73\x86\x23\x00\x33\xbf\xb6\xec\x1b\xc0\x55\x0d\x86\xf2\x07\x89\x00\x9c\xf9\x05\x54\xc8\xcc\x55\xe0\xb7\x64\x91\x2e\xe3\x98\xc2\x39\x40\xcf\xd6\x01\xb8\x82\xcf\xc9\xb7\x11\x52\xbc\xd2\xf3\x07\x31\x05\x60\x9d\x23\x13\x47\x43\x15\x53\xa5\xcd\x79\x2b\x50\xf5\x2a\x67\x20\xce\x81\x8a\x1d\xc4\xe6\x2f\x53\x9e\x56\x7e\x10\xa0\x87\x37\x1b\xd9\xa6\xc0\xdc\xc0\x94\x45\x20\xce\x61\x0a\x67\x9a\x17\xe6\x88\x4f\xe6\x53\x98\x8f\xc9\xb8\x5e\x5b\x00\x14\x95\x29\x18\x59\x27\x08\xc7\x37\x45\x16\xe4\x6a\x5c\x6a\xcf\x56\x43\x2f\x60\x26\xfa\x80\x2b\xc7\x30\x33\x2f\x6f\xa5\x5b\x0d\x68\x23\x09\xaa\xd8\xb7\x76\xe9\x58\x0b\x3c\x2a\xc6\xa6\xd7\x44\xfd\x38\xa7\x39\x5b\x48\xcb\x52\x31\x1b\xd7\x38\x45\x59\x12\xd7\x62\x6d\x47\xd2\xef\x83\xf2\x08\x40\x2c\x23\x38\xc2\x73\x35\xb5\x53\x9a\x2e\x8b\xeb\xbc\xe6\x97\x2e\x97\x55\x86\x63\x6e\x54\x13\x4d\x2f\xb3\x55\x71\xfd\x42\x86\x57\x99\x3f\xe7\x9c\x91\x8b\x15\xc7\x36\x46\x91\x6e\xbb\xc6\x49\x6b\xc5\x52\x40\x11\xd7\xb5\x7c\xb1\x20\xbc\xb2\xf6\x56\x0f\xc7\x4d\xbf\xdc\x2a\x40\x97\xce\x99\xc9\x13\xb7\xf9\x60\x20\xcd\x6a\x25\xd4\x74\x9e\x2e\x39\x66\x2f\xc9\xdc\x0f\x85\xb4\x1b\x36\x57\x70\x9b\x00\x04\xdc\xeb\xb4\x78\x49\x18\xbf\xa9\x66\x31\xaa\x79\xe7\x46\xff\x86\xd3\xd9\x75\xd2\xac\x18\xc1\xe8\x3c\x67\xe4\x8a\xd0\x34\x3b\x55\xc6\xcd\xa1\x18\x15\x6d\x83\xd4\x8f\xff\xa4\x78\x4e\x6f\xe2\x28\x00\x5e\xf2\x3f\x96\xab\xf7\xe9\xe6\x72\xb4\x4f\x5c\xbd\x83\xc4\x51\xb3\x6d\x04\x4a\x58\x60\xa6\x4c\x97\x6b\x63\x34\xad\x6c\xb9\xa8\xcc\xf0\x32\x4b\x67\xf8\x85\xa2\x32\xdf\xc1\xb1\x9d\x14\x73\xa4\xa9\x95\x68\x99\x07\x43\x7c\xc8\x81\xe3\xc6\x48\x12\x0d\x59\x82\xcc\x41\x09\xd3\xf9\xdc\x6c\xc7\x7a\xc4\x58\xf9\x9c\xfe\x77\x25\xe3\x89\x21\x2d\xf2\x2f\xb8\xad\xae\x79\xe9\xb6\xd5\xfd\x9d\x5e\x45\x73\xaa\x8f\xde\x70\x57\xe6\x96\x54\xdc\xb5\x11\xe5\xde\x30\x58\x82\xea\xdc\x24\xa6\x10\xfb\x6e\x49\x42\xb6\xd1\x43\x22\xa0\x84\x5f\x49\x96\x69\x47\xcc\xdd\x8b\x69\xa8\x58\xed\xbc\xb9\x69\x56\x1a\x5f\x26\x8f\x02\xdb\x6b\x97\xa5\xfb\x94\x41\x4a\x00\x7a\x9d\x8f\xd6\xea\x8c\x0c\x4b\x2e\xdb\x4f\x45\xd9\xfa\x11\xde\xea\xbd\x37\x2b\x29\x7b\x4b\xff\x28\xeb\x43\x97\x18\x49\x04\xae\xe5\x5a\xeb\xe8\xee\xe9\x42\xb3\x61\x42\x09\xdf\xbd\x1c\xe7\x4b\x4c\xe7\x84\x5e\x09\xee\x6c\x8c\x04\xec\x61\x63\x63\xa1\xfb\x5c\x61\x32\x15\x74\xa8\x76\x47\x9d\xbb\x04\x38\x86\x9e\x41\x2c\xf7\xbf\x94\xef\x9b\x3c\x9c\x4b\xc1\x5f\xee\x66\xbe\x5a\x9a\xa3\xc2\x46\xe1\x75\x07\x59\xdd\xa5\x7a\xcd\x42\xec\xb9\xac\xf9\x67\x8f\x1a\xc7\x22\xfd\x8c\xcd\xad\xab\xb6\x3b\xfc\x5d\xdf\xdb\x85\x06\xc1\x00\xec\xb6\x1f\x3a\x27\x19\x83\x91\xba\x08\x45\x00\xf2\x76\x3c\x97\xb5\xc3\x51\xda\x0f\xed\x38\xef\x78\xae\xc6\xbe\xf5\x74\xab\x9f\x59\xda\x24\xcd\x45\xed\x68\xe7\xe4\xbc\xde\x42\x07\x96\xe8\xa7\xc3\x69\x33\x99\x76\x3b\x57\x86\x07\x08\x55\x6d\x53\x66\xb2\xff\x9a\x21\x34\x24\x85\x1a\x4c\xb0\xe3\x78\x29\x30\x57\x5b\xb2\x88\x77\x43\x6a\x3d\x54\x1c\xfc\x4b\x5e\xa2\x0f\x92\x97\x64\xae\x16\x62\xdb\x86\xeb\x05\x13\x51\x59\x46\xdd\x64\xe1\x5a\x86\xad\x7f\x0e\x1d\xad\x4a\x76\x34\x4c\xea\x25\x99\xcb\x1a\x2a\x35\x15\x97\xe9\xaa\xea\x15\x3e\xe2\x02\x73\x60\x22\xea\x6b\x5f\xca\x13\xc1\x5b\x0a\x77\x5d\x3e\xc9\xe1\xc5\xdf\xad\x83\xc3\x4e\xc8\x5c\x1c\xeb\x9f\x7c\x6e\x1c\x78\x45\x0f\x73\x63\x47\xf4\xe8\x78\xc9\xb1\x17\x97\x3d\x2c\x11\x78\x95\x52\x31\x3a\x5a\x5c\x1e\x45\x87\x26\xe4\x5d\x4c\x0f\x51\xf4\x5d\x24\x8f\xf2\xc1\x80\x25\xcb\x3c\xbb\x59\xe4\x6c\x79\x4d\x66\x60\xad\xcb\x62\x96\x88\x93\xf1\xaf\xf8\x66\xb3\xd1\x67\xa4\x71\x76\xa4\xa5\x77\xd7\x71\x12\x17\x77\x4e\xb9\x36\x18\xb8\xbf\x42\xc9\x34\xff\x25\xd8\xf2\x5f\xbc\x96\xff\x32\x85\x29\x52\x12\x38\x86\xa4\xb0\x84\x21\xae\xa5\xd5\x85\x46\xfc\x32\xb2\x39\x43\x6c\xb3\x59\xb7\xa6\x54\x5b\x2b\xff\xd6\xb5\xd6\x15\x21\x69\xc3\xd1\xbc\xfb\x70\x37\x25\x64\x8a\xc8\xb8\xa8\xdf\x85\x4c\xdf\x9a\xe3\xca\x27\x67\x49\x3f\x39\x18\xb5\x56\x76\xea\x01\x98\xca\x33\x21\xc6\xd0\xe4\x03\x82\x59\xa7\xe1\x90\x71\x5c\xa0\x6c\x8f\xf1\xc0\x7a\xf5\xa2\x56\x5d\x2a\x8b\x63\x0c\x0b\x98\xaa\x36\x14\x32\x98\x03\x30\xda\xd6\x91\x37\x97\x2d\x3d\x84\x80\x03\x00\xfd\xfa\x76\x1f\x4c\xf0\x14\x15\x65\x09\x92\x05\xe6\x69\x9c\x82\xd2\xf7\x20\x84\x4c\x5c\xba\xed\x45\x4b\x7d\x11\xb4\x70\xab\x0b\xa0\xe9\xb5\xc5\x6d\x20\x66\x71\x54\xe9\x13\x30\xe4\x88\x0b\xd2\x02\x90\x43\xe5\x7a\x70\xe9\x22\x31\x0c\x84\x6f\x36\x31\x47\xa2\x11\x71\xc1\x1d\x49\x1e\x2b\x81\x4a\x70\xea\x46\x88\x93\x34\x00\xa9\x91\xce\x04\x8f\x63\x8e\x30\x34\xb1\x81\xc1\xc8\x76\x62\x49\x44\xf4\x65\xba\x10\x1d\x48\xb9\xe9\xe0\xd8\x1b\xb5\xbc\xb2\xa3\x36\xa9\x66\x8b\xdc\xb3\x8d\x48\xbd\x55\x3d\x97\xac\xb4\x04\x7a\x35\xd7\xd5\x8e\x95\x7d\xcb\x65\x48\x18\x4e\xe7\xef\x69\x26\x4e\x9e\x8e\xdc\x55\x66\xa5\x0f\xb3\xd5\x27\xea\x16\xe0\x7d\x92\xcd\xfd\x4f\xc6\x90\xa4\xd6\xd6\x1c\x8d\xac\x78\xf2\xf7\xc2\x31\x7f\xd9\x26\x2d\x6f\xad\xa3\x70\x21\xcb\x6e\xc7\xfd\xef\x33\x56\x51\x6b\x83\x53\x85\xb3\x7b\x54\x25\xbe\x55\x28\xdf\x5b\x8f\xd8\x0e\xf1\x7f\x9f\xbe\x7f\x77\x6a\xd7\xa7\xb3\x0d\x40\x05\xda\x46\x2e\xa4\xc9\x6b\x97\x74\x9d\x70\x26\x2b\x44\x93\x8f\x15\xf5\xda\x02\x2d\xa7\x68\x1f\xf5\x15\x5c\xe3\x74\x76\x6d\x28\xf9\xaf\xf8\xa6\xd2\x70\xd8\x05\x45\xb5\xdf\x9b\x8d\x9e\x99\x51\x41\x57\x73\x95\x4e\xd0\xb5\xea\x55\x3c\x74\xc9\x68\xfc\xee\x34\x43\xd5\x7d\xd6\xc7\xc2\xd1\xb3\xb5\xf1\xee\xe7\x2a\x04\x4f\xc5\xb2\x39\xe8\xb1\xc1\x00\x4b\x1d\x4e\x69\x63\x2b\x60\xd6\x48\x0e\x24\xf7\x2d\xb4\xa1\x49\xec\x04\x65\x01\xc2\xb2\xc8\x64\xa4\xd1\x37\x12\xe9\xdf\x24\x41\x06\x62\x3e\xcb\x62\x59\xd8\xa6\x0e\xd8\x0f\x77\xb5\x2a\x13\x3c\x95\x43\x72\xce\x26\x7e\xbf\xe0\x8d\xcb\x44\xad\xcf\x80\x06\x8d\x14\xef\xf0\x57\x74\x70\x0c\xf1\x38\xc6\x09\xd3\xa6\x74\xc5\x35\x59\x16\xda\xec\x5f\x45\xea\xfb\xe8\x96\xc8\xb8\x48\x09\x99\x1b\xd7\x16\xc9\xc6\x7e\x91\x81\x4d\xe4\x5d\x46\x91\xe5\x6b\x1d\x60\x46\x72\x0f\xe9\x76\x22\xda\xa8\x81\xcd\x32\x82\x29\xb7\x5e\x57\x64\x8e\xa4\x1d\xf4\x2c\xc7\x6c\x86\x5f\xcf\x41\x2c\xaa\x02\x00\xa5\x07\xa8\x15\x4f\x61\x88\x86\x14\x81\x69\x45\x1f\xf3\xf4\x7c\x13\x3e\x05\x40\xfb\xcc\x84\x5b\x99\x5c\x62\x4e\x2b\x60\x36\x9f\xb9\xbd\xaa\xb8\xd0\x73\x1d\xab\xc4\x97\xd4\xf4\x2e\x53\x15\x05\xaf\xd4\x78\x3f\x27\xf4\x55\x46\xae\xae\xf9\xf3\xda\xe0\xcf\x9d\xd9\x98\x30\x42\xce\x37\xc7\x21\x2c\x00\xc2\x2d\x5d\x2d\xe7\x29\xc7\x81\x6b\x27\x94\xac\xa9\x52\x0c\x33\x9c\x2f\x31\x8d\x75\xca\x96\x8a\x63\xbc\xca\x59\x65\x6f\x2f\xc5\x65\x7b\x1e\x23\xbd\x28\x98\x72\x19\xa5\xf2\x45\x3a\xbb\x96\x01\xca\xdf\xb3\x17\x0e\x94\xd7\xb6\x42\x6c\x85\xde\xf9\x88\xc3\x8c\xcc\x47\xac\x04\x50\x45\x85\x35\xc9\x73\x88\x74\x1a\xab\xab\xcd\xac\x0f\x51\x6f\xed\x61\xbd\xde\xb9\x6a\x57\xf5\xf8\x2a\x67\xef\xf0\x57\x35\x0e\xd3\xbb\x90\x28\x90\xc1\x9d\x7f\xde\x7f\xc4\x45\xbe\x62\x33\x1c\x73\x50\xb2\x44\x99\x68\xaa\xd0\x21\x28\xaf\x54\xe8\x8b\x25\xbf\x81\xcc\x17\x0a\x24\xa7\x50\x0f\x85\x01\x69\xc1\x94\x64\x79\x3a\xc7\xb2\x20\x56\xf7\x4b\x8a\xe4\x25\x4d\x0f\xb0\x52\xdb\x0d\x06\xb4\xf6\x7c\xc0\x01\xa4\x36\x1c\x77\x24\xe4\x8b\x9b\x48\x7c\x3a\xaf\xe4\x0f\x74\x30\x84\xb4\x74\xae\x10\x5a\x29\x13\xa5\xcb\x65\x46\x66\xa9\x76\x81\x42\x78\xb3\x89\x8e\xf4\x6c\x22\x47\x41\x73\x70\xec\xaa\x63\x16\x1a\x27\x0e\x31\x17\xf5\x57\x60\xee\xde\xbd\x99\xaa\x5c\x57\x70\x56\x71\xa6\x00\x64\x6a\xff\x5a\x3d\xca\x5b\xb3\xe7\x41\x5c\xd3\x59\x3a\x93\x60\x60\xec\xcb\x8e\x26\x0a\x4b\x96\xe7\x9f\x57\x4b\x47\x65\xcc\x46\xe2\x72\xd8\xab\x47\xc1\x64\x63\x36\x8a\x5b\x1a\x58\x71\x25\x02\xb0\x6a\xb0\xd9\xb4\xd6\x37\x78\x03\x40\x1c\x37\x92\x9f\x8c\x5a\x75\x08\x62\x8b\xb1\xc6\x16\xeb\xaa\x80\x8d\x87\xb0\xe8\x24\x92\x32\xec\x1c\x13\x45\x1c\xec\x56\x25\xb0\x5a\x5f\x12\x9c\xcd\x1b\x6a\x9f\x66\xfe\x6d\xb1\x29\xdf\xa6\x4b\x6f\x4d\x04\x6f\x34\x81\x49\xad\x18\x63\x9e\x4e\xdc\xb7\xb8\x31\x56\xaa\x2a\x58\xdd\x34\xc0\x48\x54\x70\x8f\x07\x5b\x89\x25\x9f\x09\x9d\xab\x0a\x96\x43\x0d\x06\x16\x86\x65\x7b\x11\x10\x17\x1c\x21\x79\x3b\xe2\x35\x80\x75\xbd\xae\xda\x57\x32\x37\x9b\x4c\x58\xd2\x9c\x9b\x8e\x10\xc6\x75\xdc\x31\xa3\xf0\xb1\xb2\x5b\x95\x6a\x0d\x7b\x99\x60\xe3\x0c\x46\xbe\xbe\x2f\x82\x75\xa3\xfe\x3e\x47\xd8\x65\xd5\xbd\x40\x74\x18\x0e\x3c\x4d\xb9\xa2\x67\x3e\xc1\xd3\x5e\x38\x72\x03\xab\xbf\x97\x89\x13\x55\x9c\xdf\x8d\x82\x18\x18\x1c\x41\xd2\xa0\x3b\xce\x52\x5a\x5c\xe6\x6c\xa1\x37\x2a\xb9\x8c\x05\xb5\x63\x6b\x50\xa2\xf4\x2d\xd6\x90\xa5\x5d\x35\x66\x78\x70\xcb\x26\x8f\x6c\x4f\x23\xad\xbd\x39\xe0\xc9\x75\x5a\x7c\x94\xe1\x3d\x99\x24\x01\x69\x99\x62\xc2\x2f\xe0\x64\x21\xdd\xb6\x9f\xfc\x87\x18\x41\x6c\xa8\x66\xe3\xdf\x2c\x37\xf2\xff\x20\x1e\x8f\x7e\xfd\x2e\x9e\xfc\xc7\x77\xd3\x43\x00\xc6\xea\x57\x22\xfe\xfc\xee\x09\x80\x04\xd1\xc9\xf1\x14\xe6\x88\x4e\xbe\x9f\xc2\x14\xd1\xc9\x0f\x53\x1d\x7f\x8e\x27\x3a\xe0\xb7\x98\xbe\x37\x44\x02\x7a\x05\x2a\x06\x03\x21\x70\xa4\x45\x01\x0b\x54\xf8\x0f\xa5\x39\x74\x74\x4d\x67\x37\x4b\x29\xc5\x8f\x52\x28\x25\x9a\x51\x25\xdc\xc8\x13\xd5\x04\x31\x8d\x19\x2c\xac\xf2\x89\x1b\x66\xc2\x40\x77\xd3\x82\x6d\x46\x05\xbb\x5f\x3e\xc4\x8d\xf2\x01\x9e\x3d\xae\x30\x7f\x3e\xe3\xab\x34\x33\xbb\x5d\xe0\x03\x51\x21\xb5\xd5\x58\x15\x22\x10\x37\x9e\xd3\x65\x04\x9f\xda\xab\x39\x4a\x21\xae\xbd\x62\xd5\x22\x18\x40\x02\x0b\x98\xa9\x0d\xb6\x42\x54\xa6\x8a\xce\x00\x9c\xa1\x7a\xbb\x78\x55\x3d\xa0\xc7\x33\xa9\x59\x81\x69\x3c\x93\x95\x4b\x19\xcc\x25\xd0\x83\x1b\xc7\x05\xbb\x27\x6a\xb9\xc5\xed\xcc\x0d\xaf\x7f\xc0\x5d\x65\xe4\x66\x73\xc0\x2a\xfb\x31\xc3\x55\x26\xbc\xae\x99\x9c\x6e\x36\xd8\x53\x05\x39\xc9\x84\x7c\xd1\xc4\xcb\xa4\xe5\x72\x39\xe2\xa6\xcb\x0b\x09\x1e\x1c\xd2\x80\xa0\xc2\x1c\xf5\xbc\x4c\x32\x62\xbc\xb5\x2b\x8e\x2d\x17\xab\x92\x3f\x22\xe0\x3d\x68\xe3\x84\xe6\x9c\x5c\xde\x18\x92\xd1\xea\x74\xae\xb8\x8f\x9f\x96\x0a\xac\xc5\x28\x9d\xf7\x8c\x75\xc5\x1d\x47\xbc\x54\xce\x72\x05\x62\x89\xba\xba\xea\x8d\xa7\x06\xf8\x42\x3e\x2e\xc8\x67\x33\xf7\x05\x4d\xbf\x39\xd8\xec\xcf\x08\x21\x3e\x1e\x8e\x8e\xcd\x7b\x95\x13\x22\xd5\x9d\x9c\xcd\xac\xa6\x6f\x45\xd2\x9c\xab\x87\xe5\xc1\x66\x4f\x1e\xc9\x92\x99\xe0\xae\x52\x25\x24\x1f\xba\xea\x6f\x10\x58\xb0\x59\x2d\xc0\xe1\xea\xe6\xa2\xdf\xd4\xfd\xb5\xab\x8a\xbd\xc3\x54\xf2\x8b\xe6\xd3\x2d\xdb\xfa\x54\x44\x02\x87\xbf\x90\x26\xcc\x9d\xa4\xfe\x94\x64\xea\x57\x8f\x41\xba\xcc\x5d\x02\x5c\xbf\x2c\x9a\x50\x1a\xa1\x47\xa4\xd0\x08\x66\x12\xe6\x2f\x82\xbf\xff\x5d\xe6\x14\x8a\x5b\xde\x28\xd4\xb2\x68\x10\x90\xab\x9c\x36\x4d\xa2\x95\xea\xfe\x6d\x2f\x1a\x30\x32\x0f\x19\xaa\x4e\x14\x95\x52\xe7\xe6\xca\x39\x61\x32\xde\x2d\xf8\x4c\xa6\xb7\x93\x79\x64\x47\x62\x3e\xd2\x92\x90\x07\x45\x15\xe7\xd1\xa5\xe8\x78\x04\xb4\xda\xec\x05\x6b\x7f\xc1\xac\x20\xbb\x74\x7c\xdd\xac\xc9\xea\x66\x6d\xdb\xea\xda\xb3\xb4\x2b\xf0\x40\x03\xa3\x3c\xee\xd8\xac\x43\x6d\xe7\xbd\xea\x41\x83\xa5\xd7\x0e\x08\xa3\x92\x53\x94\x26\xf3\xe5\x2e\xd3\x19\xb6\x9a\x98\xbf\x9d\x7c\x3c\x7d\xfd\xfe\xdd\xc8\x5e\xbd\xa1\x7d\xf1\x61\x8d\x4f\x52\x09\x3f\xa2\x8d\xef\x67\x56\x7a\x21\xe1\x36\x55\x05\x7b\x71\x85\xb5\x02\x7b\xe7\x86\x06\x67\xa3\xc2\xea\xd1\xa1\xf7\x0c\xe0\x14\xc8\xdf\xea\x35\x75\x54\x28\xd5\x3e\xf4\x36\x9b\x53\xf7\xbd\xd2\x94\x6b\x55\x63\x46\x2e\x58\xca\x08\x2e\x06\x83\xda\x87\x4a\x64\x52\x4a\xd6\xbe\xbd\xcb\x44\x30\x4b\x34\xc2\x54\x30\x83\x15\xca\x9c\x5d\xb4\xea\xb8\x8b\x3c\x95\x75\x8b\x92\xbd\xa1\x3e\xdf\x2d\x61\x85\x2d\x2e\xef\xac\x60\xdf\xc7\x34\x74\x9f\x6d\xfa\x18\xfa\xf8\xea\x25\xa6\x52\x21\x15\xa8\xb1\x49\x04\xaf\xcd\xdc\xb8\xd5\xbd\x70\xc3\x4c\x07\xa9\x5a\x39\xb9\x06\xaa\xf2\xb6\xb8\x4a\xd8\xda\x71\x5c\xba\x52\x66\xe0\x94\xd3\xc1\xe6\x55\x78\x11\xab\x4c\x6d\xad\x68\x74\x6d\x1d\xaa\x5e\x76\xaf\x22\x79\x84\x38\x78\xf4\x45\xd0\x51\x65\x56\x69\xa5\xe4\x9d\x4d\x4a\x90\x4a\x3f\x8a\x93\x8c\xcc\x41\xcf\xbd\x56\x32\xff\x5a\x29\x64\x18\xe7\x80\xd2\x7a\x5a\xaf\x53\x75\x58\x61\x71\x58\x65\x3a\x38\xb0\x3c\x9b\xcb\x2b\x5f\x40\xff\x85\xf0\xeb\x97\x36\xbb\x35\xaf\x5e\xce\x1b\x48\x96\x97\xd8\x9a\xfe\x85\x8c\xc9\xa8\xa9\xc1\xa1\xe2\x98\x0f\x86\x29\xd4\xb4\x22\x75\xaf\x95\x53\x85\xfb\x35\x96\x16\xc0\x91\xfb\x49\x65\xe4\xa1\xc8\xaf\xa8\x5c\x0c\xa4\x0e\x4c\x1e\x18\x07\x08\x71\x2f\x64\x36\x45\x93\x69\x69\x5f\x00\x99\x16\xf7\xa8\x7c\xba\x8c\xc5\x44\x4b\x29\xb7\xba\x9a\x48\xd7\x72\xa0\xfe\x18\x11\x42\x96\x79\xea\x04\x26\xcf\x82\xab\x6d\x77\xde\xbf\xf3\xcd\x26\x96\xf6\xc1\x45\xc3\x3e\x98\x2a\x71\x51\x6e\x54\x01\x92\x84\x09\x57\x08\xad\x39\x80\xb9\x09\x56\x15\x28\x26\x90\x78\xab\xbb\x6b\x42\x62\x32\xf9\x8a\x4b\x7d\xae\x4a\x47\xe9\x2f\x2f\x12\xcb\x5b\xd9\x2b\x35\xc0\x8e\x48\xd9\xf6\x30\xaf\xf8\x8e\xf4\x65\xaf\x3d\xd3\x56\xce\x2b\xe3\x58\x3d\x03\xaf\xc6\xf6\xb4\xb2\x07\xa9\xbc\x99\x17\xd6\x46\x42\x1b\xd3\x61\xa8\xcd\xeb\x4a\x50\x1d\x7d\xb6\x4d\x7b\x65\x1d\x1e\xdb\x18\x1d\x31\x00\x46\xc6\x19\x67\x30\x88\xb9\xa3\x53\xf7\x5e\x50\xda\xb9\xc8\x04\x4f\x05\xb5\x99\xdc\x26\x5a\x70\x6d\xb3\x06\x22\x01\x6b\x20\xb9\xd6\xd2\x14\x88\x04\x4c\x81\xa8\x7c\x18\x28\x03\x46\x09\x0a\xb1\xb9\x31\xc1\xc8\x90\x26\x1f\xb1\x67\x18\x50\xa6\xf3\x85\x67\x3a\xcf\x00\xe0\x8a\xf2\x9a\xd6\xef\x92\xe6\x80\xdd\x48\x76\xfb\x84\x6c\xdc\x55\x00\xe1\x1e\x0f\x53\x71\x06\x73\x49\xbf\xa9\xb8\xe5\x48\x6b\x7a\x85\x56\x4f\xe0\xf6\x69\x33\x15\x4d\x80\xc0\xa3\x8e\x0b\x57\x7b\xbe\xda\x8a\xb9\x5d\xa8\x0b\x18\x98\xe8\xb3\xd0\x24\x4b\xe8\xb4\xbd\x15\x67\x01\x30\xbd\xcd\xe6\x49\xc7\xb1\x6e\xe7\xed\x1f\x33\x1e\xb1\x8c\x4c\x6d\xf8\x14\x8c\xd2\x32\x58\xc9\x1c\xe0\x85\x5e\xef\x9e\xc3\xe0\xa4\xfa\x3b\xce\x50\xd1\xb6\x81\xa8\xdd\x40\xc4\xdf\x13\x7c\xeb\x06\x6a\x56\x56\x27\x88\xbe\xe2\x8b\xed\x93\x39\x7b\x26\xc0\x89\x32\x98\x95\x5b\x71\xd5\xcc\x66\x55\x27\x80\x71\xe3\xcb\xc8\xaf\xdc\x38\xaf\x6d\xa3\x50\x49\xad\x71\x73\xcc\xe3\x96\xef\xba\xa1\xbf\x3a\xca\x74\xb3\x7a\xaf\x98\x38\xd9\x55\xaa\x03\x3e\x78\x2a\x9b\x53\x9c\xa2\x67\x6b\x65\xfa\xe6\x8f\x6c\x0b\xda\x28\x90\x96\x71\xe2\x58\xa7\x00\x52\x99\x46\xc0\xe9\xce\x84\x1b\x74\x4f\x6c\x3a\xf5\x5e\x4f\x27\xd4\x0a\x22\xa1\xd9\xd2\xa9\x62\x23\xfa\xbc\x10\xb3\x72\xfd\xfd\x2c\xc5\x8c\x99\x6b\xc1\xea\xc3\x07\x23\x82\x58\x5d\x4d\xe2\xea\x01\xc4\xf8\x1b\xaa\xa2\x1a\x90\x52\x0a\x79\x83\x01\x71\x85\x1e\x16\xd6\x4b\x61\xa0\x19\x4e\xc5\xd2\x75\xac\xf4\x96\x39\xca\x17\x94\xd2\x0e\xc3\x7d\x76\x82\x14\xad\xcb\x1e\xeb\xba\x86\xd2\x14\x5e\x66\x8c\xf0\x5a\xc4\x54\xe9\xef\x9d\x29\xe1\xa9\x09\xe0\x5e\xfb\x6c\x74\x4d\x24\xc0\x28\x1a\x58\xa2\x12\x2f\x39\x92\x92\x70\x85\x48\x06\xb9\xf3\xc0\xe1\x8e\xc4\x7b\xa1\x76\x8b\x20\x05\x90\x98\x9c\x1b\x39\x28\x5d\x45\x93\x52\x96\x40\xe5\xb7\x29\xa7\xe7\x6f\x45\xc0\x9b\xbb\x15\xca\x67\x8b\x44\x5b\x6c\x8f\xed\x5f\x35\xaf\x01\x9f\x2c\x94\x42\xb6\x95\x50\x3c\xe5\x17\x18\xf1\xae\x75\x6d\xac\xfc\xc0\x28\xdb\xd8\x03\xe2\x2a\x02\xa5\xdf\xe9\x75\x5a\x84\x34\x75\x3e\x0b\xd6\xaf\xfd\x2e\xda\x9b\x86\x32\x4e\x31\x30\xe6\xa4\xc3\x52\xbe\xed\x99\xf7\x61\x75\xbf\x49\xbc\x6f\x26\xde\x6b\xed\x09\xb0\xfe\xe1\x0e\x2b\x66\xfd\x38\x5a\x91\x06\x6a\x50\x1b\xe8\x33\xd0\x43\x78\xdd\xda\x4b\xa8\x41\xbd\xb7\xda\xf6\x35\x7d\x35\xf9\xf4\xd6\x9e\x9a\xd5\x41\x39\x0b\xac\xac\x52\x13\xaa\x85\x08\x94\xcb\xb1\xc9\x77\xc0\xbe\x09\x36\xeb\x31\x06\x63\xc7\x40\x2e\xe3\x5d\x67\x15\x9f\x0e\x06\x31\x6b\x2f\x75\x5e\xac\x6b\x2b\xe2\xb6\xbc\x0c\xb7\x60\x40\x3e\x8e\x4e\x82\x73\xe7\xd3\xba\xa8\xcb\xa7\xd3\xca\x5d\x9b\x41\x1a\x46\x31\x9f\xf6\xe8\x60\x40\x5b\x0e\x04\xe4\x66\x04\x0a\x4a\xc2\x23\x2a\xc7\x4d\xb7\x6d\xe3\xf0\x86\x93\x26\xe1\xb1\x9a\x12\x85\x74\x0a\x4a\xf3\xf2\x86\xcb\xa0\x97\x81\xd5\xf6\x56\xeb\xd5\xdc\x13\x56\x9b\xdb\x42\xf9\xdc\x57\x16\x87\x4f\x00\x5e\x3d\xf1\xee\x38\xbc\x95\x25\x5b\xcc\x92\xd0\x88\xa1\x1d\x0c\x50\xf1\x11\x15\x63\xd6\x1c\x21\xd0\x00\x94\xde\x5b\x80\x9c\x23\x64\x3d\x9d\x4a\xbe\x62\x36\x63\xf7\xc7\x28\xf4\x42\x62\x50\x44\x6f\xb3\xc1\xe9\x74\xc7\x86\xa6\xd3\xb0\x8c\x48\x05\xc7\xdd\x8d\x5e\x71\x6a\x6c\xdd\xf1\x9e\xd9\x16\x13\xfb\xda\x9e\xb3\x13\x3c\x2d\x01\x54\x28\x74\x91\x55\x06\x9e\x34\x5a\x18\xe8\x7e\xac\x6e\x17\x6b\x83\xf6\x62\xd0\xe0\xb1\xc6\x8a\xce\xbf\x01\x81\x87\x38\x55\x43\x0f\x3a\x3b\x0e\xd7\x40\x93\xca\x6c\x48\xf1\xca\x00\xd0\x02\x4b\xb3\x35\xcf\xb2\x51\xd5\x76\x4b\xc4\x35\x41\xfd\xa8\x55\xaa\xbe\x8b\x63\x38\x58\xa5\xfa\x2e\x77\x83\xa4\xea\x37\xf9\x2c\xcd\x32\xc7\xaf\xad\x22\x00\xbf\xbc\x2c\xf7\x57\x35\x1b\x05\xef\x2e\x2d\xf3\xbd\x87\x39\xa9\xdf\x82\xe5\x43\x7b\xfd\xee\x2b\x5f\xda\x83\x0f\x16\x0c\x05\x0d\x59\x9a\x8f\x73\xb8\xf9\x9e\xdc\xe3\x83\x41\x1e\x73\x50\xea\x27\xd1\x35\x29\x4e\x16\x4b\x7e\xa3\x72\xcb\xbc\xc9\xd3\xb9\xcd\x85\xf3\x46\x5a\xc0\xa9\xbf\xe5\x30\xd5\x9f\xa7\xe9\x17\x5b\xe5\xa5\xdc\x23\xba\xce\x3b\xfc\x55\xfd\xf1\xb7\x34\x23\xf3\xd1\xc1\x10\xce\xc9\xfc\xd4\x2a\x1d\x6e\x46\x3c\xf9\x98\xe7\xca\x46\x4f\x9b\xd7\x25\x45\xfa\x05\xcf\x13\xbf\x1e\x34\xa1\x70\x25\x01\x16\x98\x4b\x87\xb8\x0b\x3c\xcb\x17\x58\x8e\x43\xfe\x16\x6c\x14\xcf\x7f\x4a\x67\x9f\xe5\x4f\x69\xe9\x37\xaa\x66\x33\x84\x8e\x01\x1f\x06\x6b\x9c\xc8\x17\x29\xa9\x9f\x3d\xcb\xe3\x48\xf7\xaf\x78\xe7\x3c\x02\x25\x14\x1c\x7b\x67\x7d\x39\xde\x08\x94\xa5\x06\x3f\x5a\xaf\xa8\xf8\xcb\x4a\x7d\xbb\xe0\x18\x00\x50\xfe\x31\x32\x29\xb9\xb7\x2d\x23\x64\xf5\xcf\x6a\x21\xb7\xed\xf1\x2d\x27\x17\x03\x36\xd8\xb7\x52\x74\xb1\xc3\x28\xe4\xb3\x0e\x36\x9b\x54\x6a\x89\x7c\xdc\x88\x29\x3a\xa6\xb5\xb5\x95\x09\xcc\x58\x99\xb5\x2a\xa4\x69\x74\x8b\x75\xd2\x14\x35\x34\x84\x33\x54\x0e\xaa\x23\xe6\xdb\x34\xb7\xe1\xaf\x84\x1a\xae\x07\xcb\x80\xa8\x53\x50\x88\xf4\x74\xfb\x64\x45\x15\xbb\x13\x7f\xd7\xdb\x75\x1b\x8b\x4b\x8b\xdb\x86\x5c\x96\x3d\x8a\x9c\x08\x43\x5a\x9b\x1b\xd7\xfd\x7f\xcc\x19\xce\xe4\xc9\x05\xf0\x84\x4d\x11\x77\xd2\x0f\xe3\x32\x66\x63\xff\xf0\x67\x60\xb4\x16\xb7\x49\x90\x2c\xd3\xca\x10\x96\x41\x9e\x48\x26\x27\x73\x54\x50\x2b\x1c\x10\x05\x98\xd7\x22\xf5\xc4\x04\x0c\x06\x91\x03\x20\x3a\x40\x88\x0c\x06\x91\x85\x61\x3e\xd4\x3d\x82\xf8\x84\xc8\x43\x6f\x42\xa6\x08\xcb\x7f\x20\x87\x9f\xbe\x5b\xd3\x32\xf9\x6e\x4d\xca\x4f\xd5\x01\xc3\xcb\x98\x2a\x6f\xa0\x88\xe5\x39\xd7\x71\xcf\x89\x18\x9c\x63\x37\x23\x90\xe8\x9a\xf4\x26\x96\xd5\x6c\x36\x38\x29\x30\x9d\xc7\x91\x43\x76\x11\x68\xd8\xb1\x34\xda\xbf\xc3\x5f\xab\xb6\xf5\x75\x8e\xc4\xd1\xe5\x3b\xbd\x77\x39\x40\x9a\x8f\xdc\x2d\x47\x89\xad\xf8\x70\x21\xb3\x1c\xd7\x76\x16\x08\x22\xa2\xcc\xdf\xb4\xce\x9e\xca\x5e\x84\x08\xa6\xc2\x4c\x55\x11\x46\xe6\xd8\x1a\xd0\x8e\xdc\x43\x86\x5c\xc6\x4a\x1f\x13\xca\x62\xda\x88\x77\x60\x67\x6b\x97\xdd\x38\xe7\xba\x3e\xe2\x90\x8f\xb1\x76\x51\x77\xba\x85\x1c\x8c\xb0\x63\xaa\x7c\xcf\xc3\xc0\xc6\xd1\x78\x8c\x2b\x97\xe3\x11\x76\xc6\x52\x1f\x49\x65\x7d\x58\x77\xc0\x56\x4f\xc8\x4d\xbb\x14\x73\x77\x88\x9d\x10\x38\xc1\xf4\xaf\x21\x9b\x4c\x6b\xc9\xec\x19\x66\x3a\xfb\x07\xf8\xd6\x29\x81\x14\x8f\xfb\xda\x71\x74\xb4\x58\x09\x99\x8e\xfc\x56\xe4\xdc\x46\xa7\x0e\x8e\x11\xc2\x63\xf1\xef\x08\x9b\x78\x34\x72\x5d\x9c\x96\xa7\x84\x5e\x65\xd8\xe4\x7e\x06\x5b\x88\xae\x3d\x79\xaf\x7a\xad\xb1\xda\x62\xd3\x53\x52\x33\xb5\xaf\x2c\xcb\x40\x55\x24\x75\x9d\xf7\xb5\x98\x1d\x78\xcf\x56\x67\xc3\xa3\x74\x49\x7e\xef\xdc\x29\x64\xd9\xbb\x95\x6d\x85\xc8\xa1\x95\x0a\xba\xaf\x7f\xd3\x38\xb0\xe3\x72\x97\xd0\x16\x84\x3d\x30\xfc\x88\x31\xcd\x18\x1a\x01\x0c\x38\xdc\x6d\x30\x60\x2a\x10\x92\x7c\x06\x55\x89\x46\x79\x09\x43\x93\x5d\xd7\x69\x18\x32\xe4\xfb\x76\xa9\x01\x42\x8a\xea\xc4\xcc\x00\x24\x88\x57\x4e\x27\x4c\x86\xf1\xa9\x3c\x45\x62\x02\xeb\x4e\x55\x62\x02\x39\x8c\x04\xe1\x39\x0a\x8c\xe8\x96\xd4\xdf\x62\xcb\xf3\xe0\xa1\xfc\xc2\x0e\xd6\xae\x06\x0d\x77\x75\x21\xb6\xd6\x7f\x8f\x95\xea\xa0\xfa\x10\xfd\x6b\x32\x4c\x86\x47\x17\x98\xa7\xc9\x30\x0a\x8f\xd7\xb1\xb0\x72\xb9\xca\xbf\x6d\x77\x74\xae\x4c\x1a\xff\xad\xee\xfe\xec\x9a\x6c\x35\xa0\xb4\x15\x3a\xa6\x60\xad\x97\x71\x68\xc3\x74\x7a\x08\xe3\x88\x5b\xbd\xfd\xf6\xc0\x94\x1c\x46\xd6\x4f\x68\x6c\x39\xd3\x88\x43\x86\x58\x47\x10\xcc\x05\x61\x0d\x03\x47\x4c\xb2\xbb\x74\xa7\x75\x21\x53\xef\xb3\xd1\xcb\xd3\x68\x1f\x03\xbc\x17\x39\xc3\x6f\xe4\xd7\x9b\x38\x52\xb9\x3b\x5f\x4a\xa3\x39\x26\x96\x5f\xfa\x54\x23\xde\xee\xd0\x2c\xad\x84\x8b\xce\x21\xe7\x55\xf5\xed\x4e\xd7\x29\xbd\x79\xae\x24\x8a\x8e\x40\x6d\x8b\xad\x70\x3f\xa8\xd4\x13\xfb\x83\xaf\x37\xdc\xda\xcb\x73\x65\x3f\xfd\x21\x5f\xaa\x54\xfa\xea\x46\xbf\x4f\x87\x24\xd9\x02\x63\x6b\xdf\x9e\x43\x78\xe7\xde\xbc\x56\x5d\x30\xb8\xdf\x64\xdc\x46\x5d\xa0\xab\xf2\x7d\xc1\xab\x56\x5b\xe1\xdf\x66\x25\xba\x62\xde\xa9\xf7\x36\xa5\xe9\xd5\x1e\xae\xfd\xcd\xa6\xdb\x7b\x32\xfa\x87\xee\x1d\x98\x16\x5b\xe1\x56\xee\x6d\x1d\xc1\x9a\x06\x9d\xa0\xde\x06\xf7\x81\xb6\x5b\xfb\x32\x2e\xe2\x9d\x3b\x30\x0d\xb6\x42\x6d\x3a\xae\x76\x86\xdf\x6c\xda\x81\x86\x14\xef\xed\x98\x05\xa1\x6a\xb2\x03\x72\xe5\x83\xb9\x07\xec\xaa\x51\x29\x45\x81\x97\xa7\x28\x6d\xef\xa4\x45\x84\x68\x11\x0c\xb4\x9b\x49\xbb\x5c\x60\x2a\xdc\xf3\x55\xa2\x3d\x80\xbf\x3e\x79\xf7\x0f\x1f\xb2\x7d\x86\xc5\x13\xac\x4f\xc8\x1d\x33\x55\xf5\x1e\x6d\xbe\xcf\x2f\x72\xc6\xe5\x69\xdc\x79\xca\x55\x93\x2e\x27\xe0\x7e\xb0\xbb\x05\x76\xa6\x97\x19\x99\xed\x39\x6a\xaf\xd5\x56\xf8\xaf\x72\x76\x41\xe6\x73\x4c\xf7\xeb\xc0\x6f\xb6\xe3\x80\xfe\x92\x66\xda\xb3\xaa\x33\x7c\xb7\xd1\x56\xe8\xef\x72\xfe\x2a\x5f\xd1\x3d\xc1\x7b\xad\xb6\x33\x73\xf9\xd6\xba\x1f\x74\xa7\xcd\xf6\x6c\x1f\x2a\xbf\xc8\x7e\xc0\xdd\x46\x5b\xa1\xff\x4c\xd3\x15\xbf\xce\x19\xf9\x07\xde\x13\x3b\x8d\x96\xdb\x33\x69\xc8\xad\xae\x9c\x6e\xf2\xbf\x74\x4f\x47\xc4\x93\x46\xcb\x0e\xfd\x88\x6a\x67\xf9\x3e\x87\xaa\xe9\xc7\x69\xd9\x81\x81\x59\xb5\xce\x4e\x16\xf6\x50\x0a\xa0\xdf\x80\x6b\x33\x5c\xf0\xdd\x13\x96\xb5\xfe\xb8\x93\xe5\x7c\xcb\x09\xac\xe2\x8d\xfd\x5e\x27\x27\xc6\xde\x3e\xb3\x56\x1f\x4a\x42\x2f\x33\x3c\xe3\x32\xa7\x60\x48\xdc\xd8\x76\x34\xef\xa0\xf9\x2d\x14\xe2\x17\xcd\xf1\xc5\xea\x2a\x88\xec\x9a\x52\xc3\x89\x13\xd6\x52\xd0\xaa\x0f\xa9\x6a\xe8\x08\x70\x5b\x4a\x03\xa3\x77\x6a\x04\x26\xe0\x94\xba\x5a\xe1\x1d\x6a\x9d\x70\xb0\x3a\xe9\xeb\x24\x81\x1d\xc9\x36\x47\x5a\x61\x5b\xd7\x32\xf3\xd5\xf2\x68\x96\x53\x9e\x12\xda\x94\x0a\x9b\x89\x12\xe1\x1c\x5e\xc3\x4b\xb8\x84\x0b\xf8\x05\x5e\xd5\xa8\x96\x5c\xc6\x77\x4f\xd4\xac\xf4\x29\x5a\xf9\x62\x83\x59\x1c\xff\x9a\xc4\x93\xe1\xd1\xff\x37\xdd\x1c\x4f\x86\x47\xdf\x4f\xc1\xaf\xc9\x13\x00\xf8\x35\xcb\xbf\xf6\x29\xfe\xaa\xf5\x98\xca\xb5\xda\xd1\xb6\xf4\x4d\x9e\xf6\x7e\xca\xfb\x19\x4e\x0b\xae\x6a\xf6\x8f\x93\xe3\x1f\x92\x21\xec\x5f\xac\x78\xff\x26\x5f\xf5\xaf\xd3\x2f\xb8\x1f\x1d\x7a\x9d\x1f\x46\x49\xff\x83\x68\x84\xfb\xab\xe5\x15\x4b\xe7\x58\x54\x65\x7d\xad\x47\xeb\xe7\x97\x0a\x18\xec\xf3\x6b\x4c\x6d\x9d\xaa\xf7\x24\x02\xbd\x45\xf2\xf2\x54\x6b\x7b\x96\xd6\x4b\x54\x7e\x74\x2f\xf0\x68\xe1\xfd\xf4\x2a\x28\x94\x56\x35\xd4\x6f\xaf\x8a\x55\xa1\x54\xb5\xec\x27\x55\x51\x5e\x95\x50\xe1\x8f\xc0\xde\x60\xd1\xa2\xfa\x5b\x15\x09\x36\x80\x0a\xf9\x8f\xfa\xa0\x14\x4c\x68\xa1\xff\x50\x1f\x3d\x15\x07\x5a\xf8\xbf\x55\x15\x73\xdb\x44\x0b\xfb\xa7\x2a\xd0\xe2\x2c\x62\xfe\x98\x5c\x29\x17\x51\xbf\xcc\x95\xd8\x64\x9c\xbe\xea\xa7\xaa\xe0\x0a\x2e\x88\x7a\x3f\x35\x74\x2b\x6a\x23\xea\xfc\x50\x85\x0d\x99\x04\xd1\xe6\x37\x55\xd5\x97\x4d\x11\xad\x7d\x50\x95\x3c\x09\x10\x51\xff\xb7\xaa\xe2\x09\xd1\x88\xfa\xbf\x35\x02\x2b\x49\x0f\x51\xf7\x97\x2a\x6e\x08\x1e\x88\x36\xbf\xb9\x55\x1d\x59\xc8\x56\x75\xbe\xd9\x4e\x35\x27\x42\x99\xbf\x06\x2f\x05\x93\x35\x6b\x97\xd6\xe8\xa9\xd2\x28\x08\x8a\xaa\x7e\x79\x4b\x1b\x52\xbf\xa1\xc5\xb6\x52\x4d\xc2\x0e\x91\xd7\xa8\xbb\xa9\xeb\xf1\xfb\xd7\x1f\x75\xe5\x93\xd3\x33\x33\x81\xdc\x9f\xc0\x4f\x2b\x92\xcd\x7f\xfe\xf8\x46\xa6\x03\x42\xcc\xff\xdd\xb3\xad\x1d\xec\x5c\xfb\x00\xfc\x30\x94\x68\xd6\x2c\x7d\xfe\xe1\xb5\xe9\x9c\x04\x4b\x9d\xe6\x73\xbf\x82\xf5\x37\x47\x97\xb5\x35\x49\x39\xae\x0a\x57\xfe\x6f\xbd\xa0\x32\x82\x84\x5b\xa9\xf6\x45\x93\xec\x4a\x30\x2f\xb7\x5a\xed\x8b\xc6\x53\x9e\x67\x38\xa5\x6e\xbd\xfa\x27\xcd\x35\x16\x17\x78\x3e\x37\x8b\x59\x28\xbc\x5e\x07\x3f\xab\x06\x17\x38\xcb\xe9\x55\x71\x96\xa3\xa2\xfa\x5b\x15\x5d\xa7\x85\x58\x76\x54\x98\xbf\xcc\xda\x57\xfa\x14\xb9\xea\xd5\x4f\x55\x41\x85\x53\x7c\x61\xce\x38\x74\xe5\x23\xef\xbc\x3a\x29\x25\x9b\x3e\x55\xe7\x24\xfa\x62\xab\x85\xcf\x34\xd1\xb8\x93\x1a\xeb\x2b\x23\x5c\xfd\x7d\x0c\x67\x39\xbd\x24\x57\x2b\x66\x7e\xab\x83\x70\x19\x52\x69\x29\xcb\x9b\x0b\x24\xfa\x71\x9e\x87\x2e\x5a\x25\xb3\xb6\xf3\xfe\x11\xdf\xdd\xc0\x3a\x36\xa1\xde\xc6\x78\x24\x0d\xab\x15\xd2\x81\x1b\x00\x4e\x0c\x6b\xa4\xd3\x71\xb4\x3c\xc8\x19\xb9\xed\x8f\x29\x43\xef\xbc\x20\x78\x51\x3f\x7f\x2f\xb3\xb4\xdb\xad\xf3\x3c\x6d\x8b\x5d\x09\x7f\xc5\x6e\xed\x0c\x55\xd7\x6f\xc7\x9e\x2b\xbf\xb7\x3e\x7f\x56\x75\xfe\xb0\x54\xe2\x9a\x80\x60\xcd\x31\x8f\xd4\xa3\x6b\x71\xb4\x10\x3c\xb3\xcb\xfc\x7f\xdf\x77\xe9\xd0\x49\xd0\x0d\x23\xbb\xb5\x27\xa1\xeb\xd8\xef\x15\x0f\x7b\x11\x83\xba\x7a\x76\x9c\xf6\x7f\x8d\x29\x6f\x57\x1b\xfd\x51\xa8\xbd\xc3\x94\xfd\xfb\xf8\x0e\xf3\x8e\x47\x48\xf0\x0a\xd6\x9e\xcc\x20\x64\x12\x2e\xe3\x5c\x0a\xd8\x9b\x8d\xf9\x8b\xe4\xb4\xc7\x95\xb9\x05\x56\xa9\x84\xa4\xd1\x35\x8b\x4c\xe2\x2d\x58\x3f\xf9\x61\x55\x9d\xe5\x2b\xa9\xbe\x68\xa9\x59\x82\x18\xbb\xb1\x49\xc1\x7a\xd8\xc3\xd6\xce\xe2\xbd\x72\xa3\x7f\x95\xb3\xb3\x9b\xa5\x9b\xf5\x8c\x45\x70\x5d\x48\x7b\x2a\x9e\xd3\xd1\xc1\xb1\x9c\x60\x5b\x2b\xab\xa7\x6a\x36\xa9\x47\xdb\xac\x0f\x4f\x20\xa1\x8a\xba\xe4\x17\x56\x51\xa1\x41\x19\xe3\x56\x69\x47\x57\x7e\xd4\xc5\x7e\x3c\xa2\x76\x74\x59\x1d\x36\xf0\x83\xd9\x62\x3f\xcc\x84\x03\xc9\xd7\x7e\x53\xeb\xb1\x1f\x92\xef\x87\xc9\xbf\x06\xec\xc6\x70\x86\xa5\x51\xf1\x35\xce\x96\x98\x3d\x51\xff\x14\x4f\xcc\xf7\xae\x83\xb5\x86\xfc\xd2\xb9\xe4\xbe\x4c\x4e\x95\xde\xed\x2f\x72\x4c\xd6\xea\xb4\x5b\x1e\x37\x9e\x5e\x49\xf7\x09\x1d\x80\x7f\x96\x2f\x96\x39\xd5\xae\x8d\x32\x6c\x46\x09\xb5\x49\xb8\x17\x7b\x60\x32\xb4\xfe\x1a\xcc\x78\xfd\x6a\x50\xc6\x3d\xd0\x40\x66\x82\x33\x89\xcb\xb2\x13\x46\x78\x1c\x1d\xcd\x6f\x68\xba\x20\x33\x8b\x40\xe3\x69\xe8\x8d\x60\x1c\x18\x54\xa3\xe9\x51\x9a\xf1\x68\xd4\xa5\x66\xa4\xc3\x11\x35\x67\xa9\xf5\xa6\x6c\x45\x5f\x53\xa9\xa3\x89\x63\xa0\xbd\x65\x31\x8a\xce\xae\x71\xdf\x20\xae\xbf\x4c\x8b\x02\xcf\xfb\xfc\xff\x67\xef\x4d\xf7\xdb\xb8\x91\xc5\xd1\xef\x7a\x0a\x0a\xd7\xc3\xd3\x3d\x02\x69\xd2\x76\x32\x09\x9d\x8e\x46\xf1\x32\xd1\xc4\xdb\xdf\x52\x92\xff\x19\x0e\x8f\xdc\x62\x83\x24\xc6\x4d\x80\x41\x83\xb2\x14\xb2\x9f\xe3\x3e\xd0\x7d\xb1\xfb\xc3\xda\x40\x2f\x24\xb5\x58\x49\xe6\x8c\x3f\x58\x6c\xec\x4b\xa1\x50\x55\xa8\x85\xb6\xf8\x0c\xb5\x3e\xe8\xa6\x3f\xb4\x14\x48\xb4\xe6\xcb\x8c\xb7\xce\x51\x2b\x6e\xe9\x59\xef\x71\x76\xb5\x42\x07\xd1\x87\x56\x70\x45\x97\xa6\xfa\x3f\x3f\x3c\x58\xb1\xfc\x9f\x1f\xc2\x0f\xf9\x58\x0a\x69\x79\xb8\x12\xf8\x2d\xac\xd9\x87\xad\x7a\xa4\x0d\xc0\x79\x4d\xd8\xbc\x1b\x68\xe4\x3e\x34\xaa\xb1\xd4\x85\xf7\x53\x11\xa2\xdd\x99\xf1\xea\xcc\xa6\x88\x77\x14\xd7\x5f\xf7\x78\x32\xa6\x24\x5b\xa6\x9d\x25\x7e\xa8\xcb\x20\x72\x81\x19\x25\x9f\x43\x79\xff\x5e\x10\xfe\x8c\xa1\x49\x87\x53\xbb\x83\xfa\xfb\x06\xd8\xc5\x55\xe2\x2d\x19\x62\xa0\xaa\x38\xa1\x23\x68\x08\x01\xac\x61\x77\x8a\x08\x62\x31\x47\x3f\xbe\x7f\x25\xf0\x45\xc5\x16\x13\xb2\x28\x40\x11\x32\x41\xdc\xc3\x6e\x36\xc3\x13\x1e\x84\x90\x44\x68\x88\xb4\xbb\x88\x4e\x7f\xb4\xc7\x23\xd2\x6e\x93\x2e\xce\xfe\xcf\x12\xb1\xab\x77\x31\x8b\xe7\xd9\x21\xea\x2e\xe8\x22\x08\xbb\x72\x61\xb3\xc1\xca\x04\x12\x1b\x32\x88\x20\x1f\xe5\xd2\xa8\xfc\x06\x80\x28\x16\xea\x94\x46\xfc\x5a\x18\xb2\x40\x6c\xcc\x89\x97\xb3\x50\x23\xd5\x3a\xe9\xe6\x3b\x1c\x58\x8f\xbb\x5b\x8f\xa3\xdd\xc5\xeb\xed\xde\x5d\x5e\x64\xd2\x59\x61\xd5\x2b\xa1\xc2\xde\x95\x58\x71\x8f\x6a\x63\xc5\x3d\x1a\x1d\xba\x1f\x03\xde\xe5\x31\x9b\x22\xae\xc2\x67\x3a\xa1\x1c\x8e\xb5\x8a\x78\x84\x74\xc0\x93\x0b\x44\xb8\xb9\x51\x54\x9d\x88\x69\x8b\x5c\x27\xcd\xd1\x95\x97\xfb\xa7\xda\x5d\xb2\x54\x01\x8e\x9c\x68\x3e\x8f\xaf\xce\xd1\xf7\x31\x49\x52\x1b\x23\x31\x9b\xd1\x65\x9a\x98\x34\xed\xf3\x66\xa6\x3f\x73\x3f\xd7\x8f\xec\x9b\xfd\x48\xe6\x34\xc1\x13\x8c\x92\x57\x68\xc2\x9f\xa5\x78\xfc\xd1\xb6\x80\xb3\x37\x94\x1f\x4f\x09\x65\x28\x71\x9a\xcd\xde\xd0\x53\x39\xdc\xef\xd2\x98\x7c\xf4\x33\x8e\xe4\x46\x2a\xa8\xf2\x73\x9e\xd3\x4f\xd2\x72\xd6\x6f\xfd\x15\x26\x1f\x9f\x19\xcc\x6e\xb3\x18\x1a\xd3\x29\xc1\xbf\xa2\x1f\x59\x2a\xfd\xb8\xb8\x93\x3d\x9b\x22\xfe\x5e\x10\xf8\x2c\x08\x7d\xcb\x4b\x63\x87\xf5\x23\x4b\xb5\x11\xec\x7b\x2a\xfd\xee\x3b\x9b\xd0\x5d\x30\xf9\xd7\xb8\x09\x0b\xf3\x86\x35\x70\x6d\xbb\x64\x0d\x7d\x2e\xf7\x0b\xdf\x20\xa8\xfb\x69\x86\xc7\xb3\x76\xbb\x5f\x7c\x08\xe2\x7d\xcc\x59\x2a\x7d\x89\x23\x19\x87\xec\x07\x74\x25\x8d\xe0\x4b\xcb\xe6\x76\x50\xdd\x7e\x0d\x58\xba\x4f\xb4\x5e\x83\xb3\x73\x51\x0f\xc8\xae\x14\x24\xf8\xfb\xa3\x37\x76\xbf\xbe\xc1\xa1\x34\xc6\x30\x07\xb1\x83\x65\x2d\x30\xca\x6b\x76\x6d\xa7\x86\xd4\xb9\x8e\x95\x83\x48\xdd\x4c\xb1\xc5\x9b\x9b\xe8\x26\xba\x60\x5e\x07\x03\x7a\x5d\xf6\xfb\x90\x7b\x8b\x83\x13\xed\x7c\xda\x71\xd8\x51\x73\xe4\x2c\x26\xef\x5c\x60\xf4\xa9\xa3\x18\x29\x76\x35\x98\xc7\x98\x80\x50\x46\x9e\x88\x58\xbb\xed\x79\xc6\x52\xb8\xd0\x1b\x47\x6e\x56\x3e\xf7\x81\xd1\xdd\xb5\x25\x4b\x21\x8f\xf6\xfb\x62\x5c\xc8\x1b\x97\x0b\xa3\xc6\x21\x8b\x4a\xa3\x5c\x36\x03\x71\xd4\x8b\xdc\xf8\x0e\xc4\xba\xa0\xac\x01\x60\x18\x47\xac\x7b\x26\xb9\x5a\xfb\xf7\x35\x1e\x33\x9a\xe2\xf3\xf5\xba\xc8\x52\x7f\xf6\x78\x84\xdb\xed\xb8\x38\x45\xac\xf8\x19\xd0\x22\xec\x41\x5e\xd3\x53\x75\x7a\xd5\xb1\x17\xd6\x6f\xd9\xf2\x3c\xe3\x2c\xe0\xf6\x8e\x0b\x73\x77\xe6\x7e\xa8\xee\x0d\x5b\x65\x2e\x5d\x35\x7e\x60\x5a\xd1\xfd\xb9\x63\xf2\x0e\xbf\x34\xb9\x64\xa2\xd8\xfb\x57\xd6\x2a\x0a\x3c\x54\x47\x64\x3c\x8b\xd9\x11\x0f\x8a\xfb\x37\x6c\xb7\x03\x74\x10\x81\x87\x20\x84\x28\xaf\xe1\x9c\x31\x91\x20\x23\xae\x25\xab\x03\xf1\x90\x9e\x2b\xcf\x25\x9d\x38\x99\x97\xe5\xa3\xd2\x1c\x3f\x53\xc2\x8a\x4e\xa9\xe0\xe7\xb6\xac\xdb\x74\xb1\x69\x44\x69\x00\x5c\xfa\xf2\x2d\xa8\xac\x38\x49\x0a\xcf\xa2\xe6\x8e\xd7\x88\x37\x4e\x92\x17\x62\x52\xcf\x62\xe5\xb3\x46\x12\x02\x90\x38\xb9\x97\x98\x3b\x99\xc4\x3a\xdf\xd5\x3b\xaa\x57\x41\xf9\x06\xa9\x69\x8d\x97\xc6\x56\xd7\xa3\xae\xe9\xf7\x54\x5b\xb1\x5c\x24\x5f\x12\x33\x80\x72\xf1\x22\xc7\x8f\x02\x94\xf8\xc1\x7e\x6c\x79\x93\x5e\x8a\x19\xb4\x23\xd4\xb0\x78\x52\x07\x30\x22\x79\x41\x69\xea\x68\x39\x15\x95\x97\x1c\xa7\xd9\x43\x9c\xb9\x89\x9f\x23\x48\x48\xc6\x63\xc6\xdf\x1f\xbd\xf4\x3d\x13\x38\x5e\xa6\x53\xc4\x57\x99\x40\x2e\xa9\x20\xdc\x8f\x18\x8a\x07\x29\x34\x23\x3a\xa5\x29\x62\x62\x85\x06\x4b\x9b\x76\xb2\xb8\x1a\x8c\xa3\xfd\x7e\x1e\x11\xed\xb1\x24\x89\xd2\xc3\x84\x8e\xe5\xb2\x75\x7f\x11\xd4\xee\x09\x52\xea\x5c\x41\x1a\x6a\x97\x8c\x70\x16\x25\x87\x49\x97\x4e\x26\x19\xe2\xdf\x23\x3c\x9d\xf1\x83\x44\x9c\xe9\xef\xe8\x52\x06\xf8\x7e\x26\x23\xcc\xbd\x47\x63\x2e\x2e\x7a\xba\x18\x7c\xc2\x24\xa1\x9f\xba\x98\x10\xc4\x54\x05\x38\x11\x1d\xe9\x36\x7e\xc6\x09\x9f\x6d\x68\x22\x45\x13\xee\xb5\x21\x2b\xc0\x45\xc4\x9b\xaa\x08\xc4\xbe\x28\x42\xe1\x70\xe3\xd5\x46\x05\xa3\x50\x17\xa1\xb3\x5b\x1d\x24\x20\x19\x25\x20\x7c\x5a\xa3\xf5\x64\x1c\x97\x56\x68\xcd\x2f\x6a\x69\xcd\x2f\xbc\xb8\xc4\x5f\x8c\xf4\xca\xc6\x51\xb0\x4f\xd7\x6b\x30\x89\xd3\x0c\x81\x28\x8a\xa8\x20\x9a\x60\x16\x01\xce\x96\x2a\xa1\xdd\xde\xe7\x7b\xb1\xc0\x76\xc6\x55\xcf\xb6\xf1\xc2\xfd\x5e\x08\x49\x10\x86\x7b\x59\xbb\x1d\xe0\x40\x7a\xec\xba\x46\xed\x7e\x18\xe6\x61\x20\x5d\xbe\x5a\xed\x9b\x30\x58\x48\xcd\xae\x65\x08\xc7\x12\xb6\x48\x08\xc7\xeb\xb5\x1a\xe6\x7e\x14\x91\xc3\x38\x40\xdd\x73\x4c\x54\x8c\x41\xc8\xe1\x0d\x80\x2e\xb7\x50\x1b\x0e\x64\x70\xad\x1b\x21\xca\x33\x16\x4f\xde\x51\x9a\xfa\x88\x52\x13\x8d\x4a\x62\xa0\x05\xb6\x57\xae\x5f\x74\x89\x49\x4b\x51\x1f\x75\x4b\x02\x3b\x95\x50\x87\x0c\x1c\xd2\x54\x5c\x67\xe6\x0c\xcd\xe9\x45\x25\x96\xa5\x29\xa5\x73\xfd\x76\x99\xf6\x98\x53\x2e\x2a\x52\x6b\xa4\x5b\xb6\x44\xc6\xe9\xa2\xd4\xd4\x06\x7c\x5d\x5a\x06\xed\x90\x5c\x63\x1f\xed\xa0\x72\x95\xd7\x2e\x99\x8a\x64\x13\xc2\x15\x72\xdb\x1e\x48\xc7\x06\xcd\x78\xfe\x4e\x3a\x74\x9a\x56\xfd\x6d\xc1\xdf\xe7\x0c\xc5\x1f\x17\x14\xcb\xe8\x06\xf7\xcf\xa2\xae\xe6\xf4\x1c\xa7\x68\x00\x82\x79\x7c\xd9\xf9\x24\xb0\xd3\xa0\xf5\x97\x2f\xff\xb2\xb8\x0c\x01\x94\x2a\x1f\x5c\xe4\x61\x52\xe4\x7d\xb5\xb8\x0c\x5b\x31\x49\x5a\x6e\x95\xaf\xbf\xee\xcb\x2a\x09\xca\x3e\x0a\xbc\xe9\xd5\xf9\xfa\xeb\x47\x75\x75\xfa\x8f\x7a\x3d\x51\x69\xcb\x0a\x6d\xd0\xd7\x2d\x0a\xc9\xa7\xe4\xec\xe1\x86\x7b\xec\x73\x3b\x1a\xd8\x2c\x8d\xf0\x27\x64\xd4\x5c\x58\xf6\xd0\xa2\x36\x25\x3c\xdb\x36\x4f\x75\x63\x8f\x63\xd2\x59\x66\xa8\x93\xd0\xcf\xe0\xed\xa5\x18\x9e\x0c\xe3\xd5\xe0\x1e\x6c\x65\x86\xf4\x82\x08\x28\x91\xbe\xb8\x4c\xd2\x73\x9c\x9c\x48\xbc\xea\x26\x0a\xe4\xb9\xdf\x2f\x3e\x65\x81\x13\x24\x59\xe9\x0b\xcc\xaf\x06\x45\xde\x7b\x34\x61\x28\x9b\xbd\x8f\x39\x1a\xf4\x7b\x45\x13\xaf\x70\xc6\x11\x41\x2c\x1b\x0c\x57\xd2\xaf\xdd\xa5\xb9\x5c\xa1\x64\x97\x07\x40\xa1\x73\x90\xc3\x86\x7c\x86\x32\xfc\x2b\x02\xf9\xa8\x06\xcf\xaf\x04\xdc\xf6\xa0\xbc\xb2\x7b\xf0\x9c\x72\x4e\xe7\x83\x1e\x64\xe2\xd2\x1f\xf4\x72\xe8\x92\xde\xa7\x33\x31\x40\x9a\x26\x83\x1e\x2c\x5d\x21\x52\xa2\xea\xc6\x05\x33\x97\x39\x72\x6e\xda\xfe\x68\xbd\x2e\xbe\x7a\x23\xc8\x23\x24\x10\x28\x4d\x2f\x90\xff\x50\xa7\xc0\x62\xe0\xca\x54\x43\x68\x17\xff\x99\xca\x25\xd1\x2a\xcf\x23\x0e\x71\xe4\xb9\xef\x5d\xe5\x92\xe2\xde\x73\xdf\xf6\x74\x7b\xee\x41\x81\x18\xae\x14\x11\xca\xb1\x58\xf2\xfd\x7e\x1e\xe6\x16\xae\xdb\x6d\xd6\xad\x6c\x80\xf2\x3d\x69\x17\xd9\xd0\x5d\x66\x99\x39\x5d\x8e\x67\xe2\xe2\x00\xb9\x71\xbe\xb4\x52\x06\xe8\x15\x70\x2f\xa0\x6d\x40\xf2\xbd\x8d\xfe\x91\xb6\x9c\xf7\x2d\x27\xa7\x8e\x50\xde\xe9\x80\x6d\x2f\xc5\xe2\xc9\x86\x52\x13\x4c\x12\xf9\x38\xb0\x43\x4b\xb5\xec\xdd\xa6\x7a\x33\x34\xfe\xd8\x51\x10\xd8\x49\x30\x43\x5a\x38\xd2\xa4\x02\xff\x99\xc2\x1b\x65\xd1\x2a\x87\x69\xb4\xca\x75\x50\x1e\x05\x85\x52\x11\xc6\xba\x22\x38\x4b\xd0\x39\x5d\x92\x31\x4a\x5e\x08\x20\x51\xb2\x41\xa6\x7c\xab\x9c\x09\xca\x40\x01\x97\xf1\xfb\x47\x7e\xd2\x33\x6d\x72\xd9\x62\xf1\xcf\x25\xe6\x28\x29\x39\x4e\xea\x12\xca\x03\x50\xa0\x28\x4d\x23\x3b\xe1\xb7\xe0\xb6\x97\xb9\x3d\x25\x02\xf0\x0f\x94\x69\xf1\xc7\x0c\xbd\x3f\x7a\x39\x90\xe1\x6b\x2d\xf1\xe9\x8c\x49\x75\xe8\xe2\x3b\x07\x77\x8d\x34\x0d\x71\x76\xbe\xc4\x69\xa2\x5f\xf1\x05\x25\x5c\xea\x0d\x41\xb7\xbf\x63\x07\x34\xde\x6a\xc8\x10\x03\xa0\xce\x00\xf2\x10\xd6\xc6\x61\x50\x22\xf3\x22\x4f\x7b\x7a\x39\x43\x17\x76\x5c\xcf\x52\x9a\x2d\x99\x74\x55\x39\x0a\xa5\xfb\xbd\x63\x92\x21\xc6\x5f\x28\x42\x27\x90\x3e\x6a\x9a\x9f\x31\xf7\x0b\x22\x5c\xd1\x91\x7b\x65\xb7\x32\xa5\xfb\x02\x18\xc1\xeb\xa7\x98\x8f\x67\xa6\x97\x72\x25\xf3\x78\x16\x86\x39\x74\xe2\xe4\x16\x83\xda\xf2\xb0\x7a\xb6\x24\x82\xdc\xb7\x8b\xbf\xb1\x83\xd2\x7e\x68\x19\x50\x85\x77\xea\xd5\xf2\x4e\x3d\x57\x4e\xdf\x1b\x0d\x56\xf9\xc6\xb0\xa8\x7b\xd5\xd8\x19\x76\xd7\x6d\x70\xd0\x3a\x64\x2d\x57\xc2\x5d\x32\x1b\x94\x3d\x43\xfc\x58\x21\x53\x73\x74\x82\x22\x56\x78\x92\x18\x98\x39\x9e\xbc\xa1\xe2\x32\xd6\x11\x28\x9a\xb6\xc9\xde\xe1\xa0\xf0\xe5\x28\x8d\x93\x02\x30\xac\x94\x19\xb5\x4e\x67\x38\x6b\x89\x1d\x6a\x9d\xa3\x96\x64\x14\x5b\xe7\x57\x2d\x0d\x12\xca\x3b\x2e\x6a\x11\x74\xc9\x5b\xf3\xf8\x5f\x94\xb5\x18\x92\x46\x29\xc0\x0c\x50\xec\x92\x6a\xeb\xb9\xc1\x62\x66\xd3\x2a\x7b\xd6\x48\x42\x80\x30\x0c\x61\x53\xe9\x86\x23\x04\x42\x2f\x24\x4b\xb9\xca\xfb\xa3\x97\x9b\x4a\x58\xc0\x2a\x05\xc4\x4c\x11\xb7\x97\x23\xd3\xb7\x22\xc9\x23\xbe\x57\x75\xb7\xe4\x93\x0f\xa2\x33\xe6\xac\x49\x01\xb9\x2a\xf0\x8a\x8e\xc3\xd8\xb0\x9b\xab\xc6\xa5\x5a\x5c\x89\x96\x8d\x48\xcd\xd4\xae\xa2\x48\xd9\x75\xf1\x0e\xef\x30\xcb\x40\x9f\xa5\xe3\x89\x2d\x8b\xe4\xa9\xa9\x85\xbb\x95\xa1\x13\xf5\xbb\x8b\x3e\xb8\x28\xd1\x83\xb0\x29\x98\x4c\x95\xef\xba\xf5\xda\x44\x49\xdd\x33\xc2\x8f\xf2\x6c\x8a\x4b\x41\x39\xbc\xbb\xf6\x56\xfb\x07\x4e\xcc\x2f\x1b\xcf\x90\xb8\xe6\xde\x92\x31\x0a\x40\x3c\xe1\x88\xbd\x47\x24\x11\x97\xae\x6c\x53\x2a\x20\x54\x0e\x72\xc3\xd6\xd5\x38\xd3\xaa\x90\x99\x20\xb4\x54\x9a\x3b\xb1\x1a\xd2\x12\x84\x7b\xc4\xc7\x8e\x48\xd0\x69\x75\x44\x28\xae\x21\x67\x59\x99\x30\xe5\x79\xed\xbe\x2a\x58\xa3\x44\xee\xaa\xbb\x6c\xe1\xe6\xe2\x97\x98\x7b\xa5\xc3\x5c\x39\x21\xdc\x76\x98\x6e\xb8\x07\x16\xc7\xfd\xe4\x43\xac\x0c\x57\xb6\xb7\x22\x56\xc6\x18\x84\x96\x47\xd9\xba\x5f\xd5\x9d\xa8\xdb\x2f\xda\x58\x4a\x1e\x2b\x18\x47\x1e\x94\xec\x00\xf1\x2a\x28\xb6\x92\x9d\xa1\x9d\x25\x7c\x7b\x7c\xbd\xde\xa7\xed\xf6\x3e\x5b\xaf\x83\xf2\x5d\x5e\x39\xc8\xfb\x3d\xa3\x5c\xc4\xf0\x74\x2a\xce\x7a\x82\x95\xac\xe5\x27\xf7\x2e\xc9\xd4\xe0\xf7\x83\x1d\x86\x1d\xb6\xdb\xd4\x5e\x06\x9b\xba\xee\xd7\x75\x7d\x89\xb9\xdb\xf3\x53\x19\x4f\xd7\xec\x5a\x28\x80\xbb\x04\xb0\xac\x06\xaa\xb1\xc7\x4f\xd2\x5c\x5a\x75\x12\x81\xd3\xde\x1f\xbd\x54\x60\x2a\x63\x4f\x27\x21\x24\x5a\x78\x55\xce\x08\x73\x85\xb4\xaa\x80\xb4\xf3\x41\x6f\x12\x34\x6f\xab\x67\xe5\xd0\x2c\xe2\x87\xdc\x97\x43\x37\x4a\x84\x9b\xe4\xd0\xc4\x69\x43\xc9\xa1\x9b\x9b\x68\x90\x43\x63\x05\x7d\xf5\x72\x68\xa3\x42\x76\xa6\x77\xf1\x39\x4e\x8e\xc6\x63\x94\x65\x16\xcd\x6f\xc2\xcf\x5d\x9c\x1d\xdb\xcf\x00\x4b\x16\x64\x87\xc3\xd6\x7c\x7f\x5b\x22\x7e\xe3\x15\x2f\x51\x4c\xbb\x5d\xc1\x42\x3e\x87\x21\x8a\x6c\x1c\xbc\x82\xa7\x26\x6a\xf1\x38\x01\x9b\x90\x63\x15\xb6\xc4\x4d\x29\xae\xca\x1a\x2c\x6b\x5f\x81\x36\x9e\x3c\x43\x81\xdc\xf2\xbc\xab\x21\x94\x30\xf7\xdd\x8d\x60\xfb\xb1\xcf\xa1\x03\x4d\x25\x7a\xef\xb6\x14\xb7\x0a\x2f\x56\xad\xdd\xaf\xad\xdd\x77\x6b\xf7\x47\x83\x7e\xe3\xad\xe1\x6e\x3a\x89\xb2\x21\x1b\x41\x1c\xa5\xe2\x0f\x8d\xa4\xcc\x08\x75\xd5\x39\x3f\xa5\x0b\x25\x3d\x32\x09\xaf\xd0\x84\xe7\x70\x19\x05\x3d\x18\x17\x5c\x9a\x60\xc4\x79\xb8\xb7\x6c\xb7\x97\xfb\x51\x44\xaa\x90\x58\x4f\x82\x57\x56\x56\xe7\xc1\x65\x08\xc5\xa0\xa2\x65\x08\xc5\xa8\x22\xea\x2d\x72\xe9\xc8\x5e\x7b\x8d\xdd\x17\x21\x29\xa7\xaa\xae\xaf\xbf\x90\x5a\x30\x60\xb8\xc5\x2d\x37\x8a\xa6\xf8\x94\x1e\x03\x00\x7b\xfb\xbc\xdd\x46\x32\xea\x4b\x0d\xf8\x42\xde\x6e\xef\x3b\xb9\x1e\x68\xc1\x46\xca\x43\xde\xd2\xed\x36\xdf\x01\x84\x91\x7c\x86\xf2\x96\x5a\x86\x60\x2f\x91\xbe\x9b\x48\x6d\x8b\xa7\x2c\xfe\x2c\xf3\xa0\xc8\x06\x69\x12\xd7\xd3\x36\x5a\xbc\x4a\x77\x57\x19\xf9\xba\xa3\x28\xa3\xbf\x7b\x22\x17\x31\xea\x09\x65\x81\x52\x10\x2d\xef\x23\x64\xf2\xa1\x49\xb9\xab\xe6\xdf\xf6\x0f\x79\xa7\x3f\xe8\x09\x90\xef\x3f\x25\xdf\xf0\xa7\xe4\xe0\x20\x64\x43\xd2\xe9\x8f\x1c\xf8\x20\xa3\xbd\x02\x0f\x9a\xde\x02\x4b\xb5\x89\x1f\x43\x34\x12\x9c\x39\x6b\x46\xdb\x8e\xb8\x57\xf3\xe1\x1b\x98\xc1\x5b\x22\x89\x7e\x95\x2b\x6f\xe4\xc3\xb4\xe8\x98\x45\x32\x6e\xa4\x3d\xbf\x3c\x54\x3a\x72\xf5\x02\xad\xa8\x2e\xcf\x63\xa3\x1a\x11\x20\x80\x4c\x02\xa0\xd4\x33\x10\xd5\xec\xa4\x8d\x5c\x1b\x6e\xe8\x18\xae\x16\x71\x96\xe1\x0b\xed\x5a\xcd\xc0\x6c\xf3\x3a\x1a\xa9\xf4\x26\x7c\x77\xbb\x65\xd2\xd1\x8b\x24\x98\xdf\x76\x42\x26\x56\x4e\xea\xc4\xcd\x51\x51\xb9\x60\x89\x51\xfe\x4d\xaf\x11\x59\xfb\xc6\xca\x9d\xb2\x36\x29\x2d\x24\x12\x1c\x88\x39\x4d\xe5\xb5\x0a\x40\x0d\xb9\x01\x20\x33\x30\x5a\x23\xe1\xd3\xb2\x7b\x25\x94\xe0\xd0\x29\x31\xa0\x79\xa8\x88\x69\x7f\xb7\x38\xa4\x02\xa3\x58\x98\x72\x51\xd9\xca\xf2\xe1\x59\x13\xb1\x25\x49\x93\x6b\xf3\xea\xcd\xf7\xa2\x23\x41\xdc\x48\xc4\x59\xfd\x9b\xba\x0e\xc4\xb2\x6e\xe2\x55\xaf\x3b\x28\xcb\xde\xee\x72\xae\x2a\x52\x37\x6f\xdc\x96\x6d\x11\xbc\xed\x6f\x2e\xce\x42\x25\x71\x96\x79\xe4\x61\x79\x84\xf6\x76\xc1\x0f\x5c\x2b\x1d\x97\xd1\x03\x5c\xf9\xa0\x17\x35\x43\xec\x44\xa0\x4f\x14\x7d\xcb\x24\xbf\x2c\xfb\x0f\xd7\xeb\x55\xbe\x47\x6a\xb1\x0b\xd3\xf0\xba\xa3\x74\xd3\xbd\xa5\x1b\xd1\xa5\xaf\x6f\x5e\x13\xfe\xc9\x7b\x9d\x52\xba\xbd\x6c\xeb\x03\x95\x29\x08\x20\x98\xc4\x19\xef\x24\x08\x2d\x3a\xe8\x97\x65\x5c\x31\x99\xaf\xa8\x61\x89\x5b\xdc\x6a\x50\x15\xef\x8d\xa9\x7a\x04\xae\x44\xb1\xd0\x6f\x33\xf2\x25\xa8\xe4\x65\x7c\x73\xd9\x55\x0e\x69\xe4\x86\xa7\x44\x2a\x02\x1c\x89\x7a\x4f\xc9\x37\x54\x23\x38\x45\x1e\x44\x54\x86\x6f\xb3\x1a\xa6\x2c\xfc\x36\xea\xad\xd7\x01\x16\x74\xa9\xf4\x15\x6f\x03\x9c\xe7\xb2\x6f\xc7\xdd\x92\x92\x8f\x9b\x47\xa8\x93\xab\xf9\x39\x4d\x33\x65\xac\x69\xfb\xaf\x2d\x73\x83\x01\x55\x5c\x6e\x9b\x60\x2d\xc7\xd9\x0b\x6b\x3e\x62\x4c\x3b\x65\x30\xa3\x62\x06\xb9\x9d\x81\x5d\xf3\xa5\xd9\x20\xc7\x5f\x7b\x0b\x1d\x36\xbd\xae\x71\xf3\xa4\xc6\xa0\x6f\xac\xe2\x7b\xd6\x70\xbd\x6e\xf4\xf2\x70\x20\xa3\x19\x32\x88\x8a\x7e\xc7\xae\xa6\x97\x5a\x28\x6b\xcb\xd1\x72\xb7\x8c\x14\xc7\xd9\x53\x2b\xa1\x32\x66\xb9\x0c\x7b\x17\x42\xda\x2d\x46\x13\xed\xef\xbb\x9f\x90\x76\xdd\xb1\xc9\x5c\x37\x01\x06\xe0\xc2\x44\xdd\xa7\xeb\x35\x75\x74\x08\xe4\xea\xd1\xae\x99\x4a\x24\xee\x02\x1a\x31\x63\xb9\xd2\x65\xe8\x42\x20\x31\xf9\x2b\x59\x8e\x91\x33\x40\x57\x5b\xd4\x9c\x81\xf5\x9a\xe5\x21\xa4\x21\xc4\xce\x85\xea\xf5\x27\xbb\x93\xa3\xf1\xd3\x0f\xbd\x2f\xb5\xb9\xd8\x0a\x64\xbc\x4c\xfd\xb8\x19\x16\xe1\xf7\xca\x3d\x34\x6f\x2d\x95\x91\x0a\x64\x18\x78\x7a\x07\xa6\x85\x02\x75\x26\x51\x60\x64\xe1\xfe\x2b\xa8\x95\x5f\x9e\x29\xa5\x78\x2b\xa9\x34\xdf\xb1\x52\x40\x6b\x29\x5b\x9b\xac\x50\x34\x2b\xa9\xa4\x09\xd8\xd1\xa0\xb4\x57\xf7\x96\xa6\x34\xa1\x21\x8f\xdc\x8b\x4a\x2b\x99\xc3\x80\x45\x59\x68\xdd\xd8\xd7\x41\xbb\x03\xe5\xcc\x85\x2a\x0f\xde\x99\x0f\x51\x16\xf6\x99\x85\x1d\xed\x69\x86\x79\xbb\xca\xaa\xbb\x4a\xcc\xae\xe6\x21\x5c\x6a\xc4\x4f\xa4\x57\x1b\xe0\xbd\xa4\xd9\xcc\x34\xce\xb8\x7e\xf6\x03\x7a\xcf\x65\x94\xc1\x16\xb5\x6f\x81\xe6\x52\x57\x2f\x28\x6c\x9a\x75\x45\x8b\x09\x5c\x69\x91\xce\x80\x43\x25\x59\x51\xf7\xa2\x86\x5a\x81\x3e\x86\x40\x17\x01\x10\xa8\x22\x60\xa4\x5a\x9f\xc5\xd9\x09\x8f\x53\x54\xbc\x38\x1a\x73\x0f\x4f\xa7\x51\x76\xa9\x47\xa2\xe8\x65\x67\xbc\x61\x2e\xfd\x87\xc5\x1c\x1d\x99\xed\x0a\xc2\x55\xae\xbb\x34\xa2\x9d\x62\xc0\x5d\x9d\x63\xd4\xab\x2b\x19\x7a\x09\x6d\xa8\x76\x4d\xb5\x84\xb9\x1a\x7b\x7d\x8b\x97\x98\xd7\x36\x78\x89\x79\x63\x7b\xd2\x4d\xc0\xcf\x31\x1f\xcf\x90\xa3\x3e\x6e\xa0\xcb\x7f\xf8\x70\x6b\xc2\xea\x7a\xe8\xa1\xdb\x8f\x4b\xcc\xc3\xca\x4a\x45\x6e\x3d\xa3\x83\xdd\xdc\xbf\x20\x61\x65\xae\x8c\xc4\xea\x8d\x5c\xbd\x8d\x73\x31\x2f\x63\x0c\xe5\xcd\x45\x14\xf8\x71\x51\xde\x13\xae\xcd\x92\xdc\x2d\x37\x22\x82\xf2\x68\x60\x4d\xab\xb2\xd9\xf7\x68\x8c\xf0\x45\xb5\xdd\x1a\x20\x90\x01\xba\xdf\x1b\xe5\xce\xda\x6e\xf2\x1c\x66\xd1\x38\x88\x8b\x8b\xd0\xa3\x44\xa1\xb8\x3b\x57\xe5\x4b\xa9\xc9\x31\x54\xcf\x51\xe5\x51\x6a\x1d\x79\x08\x4b\x8d\xdb\x93\x30\xc4\x23\x58\x7b\xa7\x3f\x47\xd9\x98\xe1\x85\x40\x4b\xb5\x35\x43\xe8\x24\xd7\xb5\x2f\xce\x17\x1c\xd2\xeb\x37\x2f\x2a\x96\x5a\x8f\x5d\x92\x2f\xd9\x4c\xf2\x69\x94\x7c\x2d\x95\xa4\x5a\xf5\xfb\xdb\xaa\x1b\x5d\x5f\x95\xa8\xd1\xf0\x64\x37\x2d\xaa\xdd\xa2\xa5\xdc\x95\xaa\x91\x7e\x6c\xcb\xf7\xd4\xcd\x56\xdc\x6d\xea\xe6\xd3\x9e\xcf\x8c\xdd\xbd\x0a\xe5\x2a\x3f\xfc\x1b\xad\xcc\xb2\x1a\x9b\x2d\x00\x1d\x6d\xeb\x5d\x75\x80\x98\xab\x82\x73\x97\xba\x3d\x64\x67\xdd\x9e\x5c\x3e\xa4\xd5\x32\xba\xfa\xf0\x9b\xcd\x3d\x12\x9b\x26\x45\x7d\x96\x1b\xcb\x8b\xb7\x53\x55\x96\xc5\x93\xa2\x98\x55\x30\xca\xcb\x7a\x27\x2a\xbe\xd3\x0d\x25\x25\xab\xbc\x56\x4e\xe2\x0b\x44\x34\x75\x46\xaa\x05\x1f\x3b\x05\x1f\x57\xa4\xce\x5b\xd6\xb6\x6e\x49\xb4\x74\x7a\xc3\x3a\x6a\x08\xc4\xea\x26\x51\x1b\xac\x33\xcd\x46\xf3\x70\xaf\xfa\xae\x5d\xf7\xa6\x5d\x20\xf8\xba\xbe\x20\x82\xf2\xc5\x2c\xcc\x51\x9a\xe9\xf8\xd0\x66\x4f\xdc\x71\xca\x2d\x83\xd7\xe8\xf1\x4c\x55\x8b\x27\xd0\x98\x63\x69\x52\xa5\xa0\x63\xea\x6c\xb2\x1c\xf9\x25\x0a\x0d\xa1\xc3\x6b\xec\xb3\xbc\x82\xf9\x26\xed\xfe\x2d\x3b\x74\x58\xdd\xa0\x7a\xbb\xad\x81\xb7\x38\xd7\xb6\xed\xba\xe1\x30\xca\x8d\xd5\x8c\xa2\x62\x28\x16\x27\xc9\x29\x35\x06\x03\xce\x10\x0c\xea\xb1\x86\xc8\x9e\xf9\xc1\x8a\xfa\x20\x36\xe0\xb9\xa6\x9d\xea\xa5\x5a\xc6\xca\x6e\xa7\x27\xbd\xc0\xec\x61\x69\x60\xb0\x7e\xda\xb6\xf5\x30\xaf\x85\x7e\x85\x12\x1a\x74\x54\x78\x54\x51\x95\x66\xca\xeb\x47\xf5\x95\x5f\xe9\x33\x23\x7b\xe0\x6a\x7c\x97\x34\xbc\xc0\xb3\x70\xe0\x99\xd9\x7e\x7f\xfa\xfa\x95\xc6\x58\x87\xcc\xa0\x13\xf9\x6a\x47\x23\xad\xeb\x1d\x47\x56\xdb\x3b\x8b\x8c\xbe\x77\x1a\xf5\xf2\x88\x98\xc3\xc1\x28\xe5\x03\x0c\xc5\x9f\xd7\x31\x9b\x62\x32\xf8\xf0\x60\x45\xf3\xc5\x65\xeb\xc1\x2a\x55\x7f\x32\xf5\x27\xce\x17\x97\x1f\x20\x2f\x66\x9d\xe7\xdb\xc4\x90\x5e\xf0\xbf\x3d\x4f\x8b\x84\xf9\xe6\x25\x7b\xd5\xa0\xb8\x1a\x68\xfc\xad\x2a\x0c\x0f\x11\xe4\xdd\x12\x00\x49\x40\x94\xc2\xc5\x02\x02\x1d\xb8\x55\xb0\xea\x8a\x20\xfd\x32\x06\x4a\x4d\x15\x6d\x20\x84\xc2\xdc\x7b\xf0\x37\xbc\x8c\x54\xf2\xb0\x97\x98\x6f\xfb\xe3\x91\xd8\xa8\x0e\x27\xeb\xce\xb6\x0a\x72\x6b\x47\xe8\x4a\x51\x1d\xdd\xd1\xc0\x3c\xdd\xd5\x5e\xfe\x92\x71\xaf\x1b\x48\x50\xb3\xce\xd6\x90\xb3\x42\x4e\x78\xe5\x74\xb3\x95\x61\x06\xe5\x95\x94\x56\x55\x55\xd2\x44\x17\x30\xcd\xe4\x7f\x14\x3d\x55\x7b\xd9\x5c\x17\x2b\xb1\x88\xad\xd7\x31\x24\x11\x11\x7f\xa4\x8e\xb3\xab\x27\xa4\x48\x4c\x83\xba\xac\x7a\x8f\xba\x75\xa4\xea\x8f\x0f\x00\xe5\xec\xd0\x8b\xe4\x9f\x6d\xa6\xeb\x6b\xec\x01\xee\xd7\x91\xcf\x7e\x00\x96\x44\xb5\x92\x14\x07\x5f\x3d\xba\xad\xd7\xfb\x5a\xa9\xc7\xa0\xc3\x6a\x8a\x56\xc0\xd7\x48\x70\x8b\xa7\x9f\x6b\xb3\x13\xbf\xb9\xb5\x52\xc5\xdb\x9f\xc2\xa7\xbc\xa4\x8e\xbe\xdf\x37\x32\x99\x52\xd8\x55\x50\xfb\x8a\x82\x65\xa4\xd3\xda\xbc\x17\x44\x60\x0a\x5d\xc0\x5d\x95\xf7\x31\xc7\x54\x66\x74\x1b\xeb\x39\xdc\xa5\x76\x1d\x20\xb0\xa6\x29\x4c\xa6\x3b\x57\xb7\x32\xec\xf2\x5a\xed\x52\x19\x96\x7b\x85\xab\x06\x3f\x49\x4a\x28\x52\x9a\xe3\xb7\xbd\x3c\x0f\xe1\x7e\xcf\x78\x0a\xe9\xe7\x81\x82\xb9\x3a\xdf\x80\x5b\xd8\xd8\x3f\x32\xfc\x28\x99\xbf\x7c\xdc\x82\x38\x1a\x82\xb9\x98\xc4\x9c\xfe\x0a\x20\xf8\x84\xce\x3f\x62\xc1\xcb\x53\x30\x72\x1e\x27\xb0\xc6\xcd\xed\xf6\x3e\x1a\xf2\xd1\xd3\x83\x03\x12\x4a\xb1\x3e\x1a\xe2\x21\x19\x1d\x80\xf7\xe8\x97\x25\xca\xf8\x11\xc1\x73\x69\xff\xf5\x92\xc5\x73\x04\x46\x10\xa9\xe7\x07\x55\xe8\x99\xa0\x6d\xd2\x72\x99\xf5\xda\xcf\x6f\x68\xca\xba\x94\x91\x23\x58\xaf\xf7\xd5\xa3\x86\xde\x41\x71\x17\xd6\x55\x83\x60\x5c\xd7\xe9\x8e\x1b\x5e\x6f\xa4\x74\x8f\x4e\xbd\xef\x42\x25\xa0\x86\x59\xdd\x99\xd1\xad\xe1\x5f\x77\x53\x08\xe8\x7b\x71\xdd\x01\xa1\x04\x01\x75\x5f\x4b\x1a\x16\x2b\x0a\x96\xe6\x11\x53\x44\x6d\xac\x12\xb2\x3c\x42\x30\x55\xda\x69\x3c\x08\x70\x27\x0e\x1f\x92\xf0\xcf\x44\xe5\xf2\x20\xa0\x9d\x4c\xa5\xe4\xa2\x83\xb4\xcb\xe9\xe2\xdb\x9e\xe9\x25\xa1\x9f\x08\xb0\xe9\xdf\xd8\xf4\xe5\x42\xa7\x8a\x56\x8a\xe2\x92\x60\x76\x72\x8a\x0a\xe2\x0b\x68\xfa\x62\x35\x49\x29\x65\x03\x9e\x47\xaf\x63\x3e\xdb\x05\x6c\x1c\xbb\xb9\x7b\x75\xff\x2e\xa5\x1a\x7b\x3c\x42\x5d\x42\x13\x74\x7a\xb5\x40\x51\x14\xbd\xa1\x09\xea\xbe\x78\xf5\xe2\xf5\x8b\x37\xa7\x67\x6f\xde\x3e\x7f\xb1\x5e\x57\xf3\x9f\xbf\x7d\xf6\xa3\x5b\xc0\x65\x44\x7e\x96\xe7\xeb\x10\x0d\x1a\x18\x17\x37\xfc\xfe\x2e\xab\x53\x96\x1a\xfe\x61\x0e\x53\xbd\xdc\x67\xb7\xa3\x54\x2b\x09\xda\xed\x24\xf5\x20\xae\x11\x22\xd5\x56\x7d\x3c\xf2\x65\x4b\xdc\x39\x71\x54\xf3\x8c\x96\x63\x34\xfc\x22\x9c\x49\xad\xec\xc1\x12\x2a\xeb\xf6\xb1\x38\x82\x89\x2f\xf4\x2b\x1b\xe7\xf2\x10\xe2\x50\x1d\xdc\x99\x6a\x77\x62\xda\x5d\xe8\x76\xe7\x79\x94\x18\xc0\xa0\x07\xb3\x6f\xa3\x5e\xbb\x1d\x1f\x4c\xe4\x5f\x71\x90\xba\x8c\x2e\x49\x12\x64\x61\x67\xd1\x59\x7e\x13\x39\x49\x2c\xf4\x4a\xa4\x61\x67\xde\x19\x7b\x25\x48\x58\xd0\xfe\x5b\x8c\x9f\xeb\x20\x52\x07\xcb\xda\x21\x9e\xd6\xc3\x14\x9f\x3f\xcc\xae\x32\x8e\xee\xdd\x21\xee\xfb\x65\x8a\x76\x8d\x40\x6d\xef\x7c\x59\x69\x63\x3c\x80\x45\xba\x64\xf2\xa5\x63\xe7\xa6\x6d\x8d\x8d\xed\x66\x98\x4c\x97\x69\xcc\xae\xd3\xb2\x53\x27\xdf\xe4\xa7\xe0\xd8\x6c\xc7\x36\x4f\x05\xee\xae\xa1\x4b\xfe\x50\x0b\x5f\xc4\x0e\x37\xee\xab\x29\xb4\x01\xf9\x3c\x0d\xf6\x7b\x51\xa4\x4f\xc4\x8b\x37\x3f\x75\x5f\xfc\xdf\xd3\x17\x6f\x9e\x9f\xbd\x7b\xff\xf6\xf4\xed\xe9\x7f\xbf\x7b\x71\x62\x14\x93\x6a\x33\x75\xb0\x97\xb0\xf1\xf5\x5d\xe5\xbb\x54\xae\xbb\x4b\x62\xf5\x82\x30\xfa\xd6\x9a\x32\x2e\x18\x1a\xc7\x1c\x05\xa0\x5c\xaf\xd8\xaa\x20\x6c\xe1\xac\x65\x8b\x26\x36\x94\x16\xba\x5c\xa4\x78\x8c\x79\x7a\x35\x68\xe1\xb9\x80\xfa\xd6\xaa\x65\xab\xb5\xf2\xd6\x84\xd1\x79\xeb\xbf\x4a\xcb\xf5\x5f\x4f\x01\xdc\xef\xc3\x15\x4e\x06\xe5\x95\xec\x4e\x53\x7a\x1e\xa7\x19\x80\x4b\xc2\x71\x3a\x00\x8f\xbb\x3d\x19\x39\x1f\x56\x76\x3c\xe8\x41\x67\x88\xea\x79\x58\x9a\x05\x96\x5f\xea\x1a\xe1\xac\xba\x50\x3e\xd8\x5d\x63\xa9\x9c\x8a\xd7\x5b\x2c\xa7\xe2\x3d\x2c\x97\xd3\xdb\xc6\x05\xab\x71\x06\xeb\x03\xbb\x71\x09\xeb\x40\xd6\xe6\x38\x82\x75\x8d\xa8\x0b\x7c\x1e\x7f\x44\xda\x57\xf0\xe7\x70\xb9\x55\x83\x04\xa4\x0a\x9e\xf3\x56\xe5\xf6\x69\x18\x19\x47\x07\xbc\xdb\xed\x16\x44\xc9\xa3\x28\x8a\x88\xe5\x5e\x88\xd6\x21\xfd\xa4\xfc\xf8\x3d\xa3\x4b\xc2\x07\x6c\x08\xf4\x77\x67\x2c\x12\xc0\x28\x0f\xa1\x94\xff\x39\xd0\xda\xed\x76\x49\xe8\x3b\x1c\x26\xbb\x2e\xba\x07\xa5\xff\x16\xcb\xee\x49\x49\x3d\x20\x45\xc3\xde\xe8\xba\xeb\xa4\x6f\xd8\x1d\x6f\xe2\x87\xdb\xd6\x6b\x03\x62\xbf\x8b\xb5\xda\x10\x08\xd9\x8e\xeb\x0e\x03\x44\x5f\xf7\xc6\x66\x9f\xed\xc6\x66\xa5\x1b\x7b\xb7\x6d\x35\xdb\xa5\x94\x94\x7e\x03\x47\x51\x6a\x39\xb2\xc1\x70\xf8\xf0\xc1\x43\x08\x44\xcf\xc3\x87\xd9\x83\x87\xd8\xfc\xfe\x9f\x20\xbe\x5c\x73\x94\xf1\x10\xab\xe4\x07\x7d\xa4\x72\x02\x3a\xe6\x74\xb1\xbe\xc0\x2c\x5c\x9a\x2c\x5c\xce\xc1\x7e\x46\x9c\xe2\x38\x5b\x67\x3c\xe6\xcb\x6c\x7d\x4e\xc9\x32\x0b\x4b\x8d\x9e\x2f\x43\xd3\x58\x56\xa4\x4d\x26\x71\xba\xe6\x74\x1e\xf3\x90\xea\x5c\x6a\x72\x87\x1c\x8f\xc2\xe5\x5c\x27\xc7\x4e\x62\xec\xa5\x65\x7a\x02\xb6\xd9\xc3\x41\x30\xfc\x9f\xc9\x28\x9c\xa0\x75\x30\x4c\xd9\x28\x9c\x98\xc1\x3c\x78\x74\x61\x0a\xcd\xf0\x05\x32\xc9\xa6\xc3\xff\x89\x11\xa6\xcb\xab\xd1\xfa\x97\x65\x78\x65\x26\x68\x2a\x5c\xae\xc7\xb3\x75\x96\xad\xb3\x59\x79\x6a\xf3\x98\xb3\xf5\x05\x62\x7c\x8d\x49\x12\x06\x87\x03\x7c\xb9\x46\x97\xa6\x14\x1e\x23\xb3\xe2\xf3\x75\x1a\xd2\x65\x86\x8a\x1c\x27\x03\x8f\xab\xe9\xd4\xb6\x82\x88\x4d\x42\xc4\x24\xaa\xee\x7f\x59\xe2\x5f\x4d\xca\xaf\xa2\xaf\x11\x34\x20\x2b\xb6\x5f\x2d\x8e\x2a\x9a\x65\x7e\x55\x12\xa2\x4f\x76\xf7\x3f\x65\x35\x4b\xbc\x9c\xab\xc4\x20\x0e\x49\x9c\x5e\xad\x83\xf3\x30\x5e\x07\x49\x88\xe3\x29\xa1\xeb\x60\x11\xc6\x0c\x11\x3e\x43\xe2\x27\xa3\x32\x2d\x0b\xaf\x08\x5d\xac\x03\x1e\xce\x50\x18\x64\x38\x5b\x67\xc8\xf6\x9b\x61\xdd\xcb\xff\xc4\xa2\xbd\xe6\x7c\xb9\x83\x17\xc8\x8c\x6e\x82\x9c\x6d\xcb\xbc\x49\xf0\x6a\x92\xdc\x75\xa7\x72\xcd\xfe\x62\x9b\x7b\xa5\xd7\x26\x44\xac\x48\x94\xbf\xf5\xf6\x86\xf4\xa2\xc8\x10\xbf\x2b\x00\x81\xbc\xee\xcb\xfb\x29\xb6\xdc\x00\x7c\x16\x06\x28\x0b\x0f\xbd\xd1\xd2\x52\xfd\x20\x9b\xd1\xf2\x8c\xc6\x0c\x67\xea\xb8\x06\x38\x5b\x17\xeb\x85\xed\x69\x0e\x2f\x87\x18\x8d\x4c\xad\x4b\x5c\x39\xcc\xc1\x32\x5b\x63\x53\x6f\x99\x35\x1e\xdc\xca\x00\x25\x1c\x22\xe2\x0e\xc7\x42\xbb\x80\x6e\xb3\x64\x97\xc5\x71\x70\xd3\xf1\xa5\x03\xa7\xbf\x96\xa6\x9a\xc4\x3c\x3e\x8f\x33\x77\xba\x23\x88\x19\x43\x12\x7e\xdf\xc5\x98\x09\x1c\x06\x04\x45\x21\x83\x1f\x2f\x10\x5d\xa4\x72\x35\xc1\x3c\x16\x09\x73\x75\x32\xc0\x78\x86\xd3\x04\x40\xf5\x97\xe9\xc4\x4c\xb0\xba\xe2\x7f\xb5\x97\x40\x3a\xb9\x82\xf2\x8f\x4a\x18\xd3\x4f\x00\x82\x8f\x98\xa8\x26\x7f\xa5\xf3\x73\x2c\x4a\xa8\x1f\xf2\x2c\x2d\x89\xa4\x8f\xe4\x2d\x31\x04\xe8\x97\x25\x5e\xa8\x08\x11\x00\x93\x09\x65\x4a\xc0\x0a\x20\x60\x2a\xd4\xf1\x9c\x12\x74\x25\x3a\x5d\xa0\xb1\x68\x41\xc6\x16\x52\x3f\x26\x38\x9b\x89\xef\x19\x42\x0b\x00\xc1\xbf\x50\x2c\x2e\x07\xb0\xa0\xa9\x3c\xf1\x1b\xd9\xf6\x7a\x4a\xe0\x7a\xb4\x83\xbc\x8c\x3e\xb7\x9f\x3d\x63\x97\xfb\xf0\x7f\xfe\x99\xfd\xf9\xc1\x43\x48\xa2\x87\xc1\xf0\x9f\x9f\x1e\x76\x46\x07\xc3\xb3\x87\xff\xcc\x3a\xa3\x30\x18\xc6\x9d\x5f\xff\x99\x8c\x0e\x1e\x84\x0f\x21\xd6\xf9\x22\xe7\x20\x0c\x86\x47\x9d\x7f\x8c\x74\xfe\x9f\x45\x3e\x8d\x1e\xfa\x69\x0f\x0b\xeb\x89\x58\xcd\x60\x42\x59\xa0\x4c\x52\x7b\x90\x44\xc6\xd7\xf4\x53\xf6\x0d\x79\xca\x0e\x0e\x42\xd4\x75\xb6\x70\xc8\x87\x6c\xd4\xe5\xf4\x15\xfd\x84\xd8\xb3\x38\x43\x41\x38\x8a\xf6\x7b\x85\x96\x7e\xe6\x78\xfd\xdf\x33\x2d\x93\xa8\x07\x71\xd1\x32\xf9\x06\x6b\x83\x05\x3e\x24\x23\x88\xba\x16\x60\x87\x6c\xd8\xab\x34\xcf\x86\xfd\x72\xa1\xfe\xd6\x42\xc7\x44\x6a\xda\x37\x94\xed\x35\x94\xad\xeb\xbc\x37\xca\x5d\x7b\x93\x70\x15\xa0\x08\xad\xd7\xab\x3c\x74\x17\x26\xf2\x96\x69\xbd\x5e\x06\xa1\xdb\x85\x3c\x89\x51\x39\x41\x16\x2b\x29\x41\x2c\x53\x94\x15\xf4\x87\x61\x7e\xb3\xf5\x7a\xe8\xdc\x4b\x05\x93\x27\xd3\x6d\xab\x03\xd1\x6d\x79\x5e\x32\xd1\x3d\x86\xcb\x20\xcc\xf7\xe2\x80\x43\x6f\xcc\x21\xcc\x64\x92\x3f\x44\xe3\xda\x5f\x5a\xa1\x3d\x8b\xc7\x33\x14\x84\x39\x9e\x04\xfb\x1a\xd4\xd5\x7b\x6b\xbb\xed\x7f\x4b\x15\xe8\xb0\x3b\x8b\x33\x47\x1d\xd5\x0d\xfe\xad\xc2\x7e\x4b\x3f\x4a\xe7\x8c\x7e\xca\x10\x6b\x25\x14\x65\x2d\x42\x79\x2b\x5b\x2e\x24\xdf\x5c\xd3\x22\x6c\x2d\x14\x9b\xbd\xa0\xe9\xd5\x04\xa7\x2d\xc1\x83\xb5\x50\xf6\x45\x27\x9b\xc5\xf3\x41\x6b\xc6\xf9\x62\xf0\xf0\xe1\x14\xf3\x2e\xa6\x0f\xaf\xbe\xfb\xf1\x11\x9b\x82\x70\xcf\xb1\x5d\xd1\xea\xff\x51\x4d\xe3\x85\xdb\xf5\xb3\x04\x8f\xb9\x52\xd7\xd1\xc6\x97\x3a\x0d\xa2\x3c\x2d\x04\x02\xd1\xca\x5b\x16\xf5\xde\xbf\x58\xb2\xa9\x49\xd1\x8a\x6f\x05\x01\x1c\x55\xb9\x21\xed\x82\x76\x2c\x6a\xfc\x98\xa1\x24\xda\xef\x19\xed\x35\xd9\xca\x10\x8d\x8c\xea\x52\x91\xa2\xad\xc7\x5c\x81\x84\x74\x4f\xa4\x46\x60\x48\xf9\x92\xe5\xd3\xad\x22\x71\xac\xf2\xbd\xea\x40\x35\xc7\x37\x94\x2c\x52\xd7\xe5\x8f\x6d\xa8\x26\x55\x69\xa1\x06\x4e\x8a\xa9\xd8\x14\x3d\x95\x42\x0c\xa5\xf8\xad\x30\xcf\xa1\xbb\x94\xab\x4a\xef\x7d\x6f\x99\xa2\xa5\x59\x6e\xdd\xb4\x48\xc8\x61\x82\xb3\xca\x0e\x99\x1a\x85\x9a\xbe\xa9\x52\xa4\xec\xb4\x67\xfe\xf2\x37\xaf\x7e\xa9\x5a\x31\xd5\x92\xef\x73\xa8\x72\x1c\x5d\xa5\x62\xbe\x5a\xcf\xa7\x0a\x5d\x12\x61\x18\x2c\xa1\x24\x15\x62\x3f\x4a\x78\x2c\xcc\x2d\xf2\xb8\x49\xf3\xa6\xee\xa6\xf6\x1d\x54\x52\xb8\x69\xdb\xd8\x41\x1c\x14\x5d\xc0\x21\xaa\x36\x69\x51\xd1\xce\x63\xce\xbc\x26\xc5\x40\x47\xa2\x21\x47\xc8\xb9\xdb\x5e\x40\x1f\x20\x6f\x7f\x78\x74\xaf\xd6\xc6\x8a\x1f\x6a\x75\x03\x49\x5a\x04\xa8\x66\x33\xdd\x24\xbb\x12\xe1\x20\xe8\xef\x47\xd1\x22\x66\x19\x7a\x99\xd2\x98\x07\x48\xfa\x5e\x88\xbc\xe6\xf8\xce\xcd\x85\xa5\x83\x7b\xc8\x07\x1f\x1e\xac\x50\xde\x7a\xb0\xe2\xf9\x07\x07\x6c\x14\x90\x6f\x3e\x00\x67\x1b\x0a\xd7\xce\xd4\x94\xaf\x1d\x9b\xbe\xbe\x04\x1c\x14\x75\x61\xac\xf6\x22\x83\x29\x5c\xc2\x31\x4c\xa4\x0f\xf4\x05\x9c\xc3\x8b\x3d\x3c\x09\x26\x91\xf4\xad\xd6\x15\xa4\x7e\x80\x42\xb8\x88\xa8\xfd\x3d\x31\x9a\x5d\x48\x94\x1c\x47\x25\x80\x83\x49\x44\xba\xe8\x12\x8d\x03\x14\xae\xd7\xd8\xfc\x84\x49\xbb\x1d\xcc\xa2\x64\xf8\xa8\x44\x1b\x84\xf0\xc2\xb9\xb2\x3d\x22\x69\x3c\xd2\xaa\x5e\xd5\xac\xd9\x08\x5e\x14\xe3\x10\x04\xd2\xbc\x85\x49\x2b\x0e\xc5\x90\xba\x73\x19\x97\x6d\x7e\x00\x1e\x14\xae\xc3\xd2\x28\x1e\xce\x47\x70\xd1\x6e\xc7\xc3\xd9\xa8\xdd\x0e\x52\xfd\xaa\xa0\xe5\xd3\xe3\x78\x81\xb9\x82\xd4\x34\x84\xf3\xc6\xcc\x79\xa8\xc2\x69\x2e\xd2\x78\x8c\x02\x71\x0b\xbf\x47\xd3\x17\x97\x8b\x60\x0e\x01\x06\x21\x4c\x95\x61\xa9\x40\xe9\xd3\x82\x56\x9b\x7e\xdb\x6b\xb7\x83\x2c\xe2\xc3\x69\xa7\x3f\x82\xf3\x48\x3a\x46\xd9\x9f\x9b\x55\x0d\x9f\x4e\x3b\x9d\xf0\xa9\x1e\x6b\x16\x29\x42\x45\x17\x4b\xa3\x4c\x90\x65\xcb\xa8\xe8\x77\x0e\xd3\x10\x2e\xf3\x1c\xa6\xde\xfb\x53\xe1\x59\x1a\xa6\x5d\x4b\x84\x4b\xf9\x6c\x1a\x14\xea\x29\xf2\xc2\x19\x47\xa9\xeb\x74\x7e\x47\xb2\xdf\x79\xd7\xb9\x9e\xbc\xf0\xce\x29\xfe\x8d\x37\x84\x99\x57\xb1\x08\xdd\x46\x1c\x85\xb6\x5e\x53\x35\xad\x95\xce\xec\xb6\xd5\xab\xca\x91\xef\x57\x3f\xc1\x3a\x5c\x50\xc1\x93\x7c\xe5\x4c\x3f\xe0\x1f\x72\xdc\x24\x7e\x7f\xfa\xfa\xd5\x77\x31\xcb\x4a\xe5\x75\x6a\x57\xcc\x47\xfa\x01\xfb\xde\x56\xf5\x0b\x4a\xa7\x1c\xe7\xf5\x45\x6b\xd7\x8c\xa7\x85\xb5\x10\x12\xd4\x6d\x47\x50\x88\x59\x25\x9e\x4d\xda\x99\xa3\x2c\x8b\xa7\x48\xf1\xbe\x77\x0f\x5d\xaf\x8f\x4f\x4e\x8e\xdf\xfc\xed\xec\xf4\xfd\xd1\x9b\x93\x57\x47\xa7\xc7\x6f\xdf\x44\x45\xea\xf1\x9b\xd3\x57\x67\x47\xef\x8e\xcb\xec\x26\xef\x4a\x92\xfc\x19\x4d\xaa\x65\xf7\x6a\xaa\xb3\xbd\xfa\x9e\x40\x4d\x22\xa8\x06\x5d\xf5\xd7\x4b\x2d\x05\x97\xc1\x4d\xcf\xe3\x0c\xdd\x34\xf6\xa0\x7a\xfb\x2d\x59\xef\xef\x64\x73\x4f\xb6\xda\xdc\xf3\x76\x3b\x20\x11\xe9\x4e\x70\xca\xbd\xe0\x92\x45\xcc\xc3\x6d\x36\x78\x62\x8c\x8e\x41\xb0\x8c\xbc\xa9\x28\x2a\x19\xbb\xe9\x4a\x9a\x80\x1b\x83\x7b\x56\x30\x9d\xcc\x75\x65\xc4\xa2\xfe\x53\xf6\x4d\x99\x0e\x91\x8c\xfa\x4a\xf9\x1e\x17\x44\xec\xbe\x43\x8c\x30\x97\x18\x61\x8a\x18\xf9\xd3\xa3\x43\xae\x97\x25\xc0\x21\xdc\xef\xd5\x99\xcc\xf3\x70\xa5\x5e\x3f\xf0\x90\xcb\xe7\x99\xc1\x96\x19\x66\xb5\x4e\x00\x30\xca\x8a\xc0\x12\x8d\x55\x03\x1c\x86\x03\x67\x4c\x0d\x03\x6a\xb6\xbb\xde\xb6\xfa\x18\x72\xf9\xe2\x69\x16\xd8\xf1\x2c\x40\xee\xd7\xa3\xc1\x5d\x09\x89\x70\x2d\x13\xab\x2c\x05\xa9\x1f\x88\x51\xec\xa4\xd2\xaf\x37\x9e\xe8\x8d\xd1\x3f\xb1\x56\x01\x71\xf2\x52\x9e\xc3\x67\x0d\x25\x54\x2f\x6f\x62\x8e\x2f\xd0\x4b\x73\x62\x8b\x62\x92\xde\x51\xad\x9b\xa0\x8c\xe5\x36\x25\x19\xe0\x27\x95\x0c\xcf\x75\x64\xce\x51\xae\x8e\xd9\x0f\x84\x7e\x22\x8e\xbd\x8d\xab\x1e\xd8\xc2\x85\x3a\x4f\x2e\x29\x17\x8d\xcb\xe4\xe6\x85\xae\xfd\x73\x17\x93\x71\xba\x4c\x50\x26\xd5\x84\x02\x5e\xf1\xcf\xc1\x73\xe9\x2a\xdd\x33\xec\x31\x02\x99\xda\x91\xc8\x80\x74\xed\x36\xd0\x48\x5c\xf6\xb8\xe2\x11\x0b\x98\x8d\x99\x32\x45\x32\x90\xae\x9e\x6d\x80\xba\xaa\x6c\x18\x2a\x8b\x13\xdd\xaf\x31\x65\xb6\x0b\x6a\xfb\x10\x08\x2d\x2f\x37\x12\xae\x4a\x16\x33\xfe\x6a\x06\xe1\xd0\x6c\x83\xd9\xfb\xae\xb8\x86\x46\xd2\xb0\xa1\xdd\xe6\x43\x34\x32\xcb\x27\x7e\xbb\x96\x01\x14\x92\x80\x42\x20\x8a\x17\x6e\x01\xb6\x5c\x74\x2e\xe2\x56\xbf\x3b\x62\x32\x1c\xcf\x4b\x6f\xd6\xd2\xdd\xcb\x1c\xcd\xa9\x7c\x38\xdc\xed\x12\xd8\xf6\x06\xfb\xc7\x3f\xbe\x43\x90\xd2\x71\x9c\xa2\xd7\xca\x44\x5d\xac\x93\x5c\x84\xe2\x5b\xac\xe4\x3f\x28\x11\x6b\x36\xa3\x4b\xd6\x7f\x24\xb5\xad\xd1\xc7\x24\xbe\x12\xcb\xc8\x62\x00\xc1\x15\x8a\x99\x12\x9c\xf3\x19\x80\x40\x65\x89\xd2\x22\x11\x13\x1d\xa8\x1f\x8d\x29\x49\x9c\x16\xdf\x28\x45\x67\x51\xee\xd9\xd5\x38\x45\x60\x64\x30\x87\xb5\x31\x66\x0d\xfe\x33\xea\x7c\x66\x6c\x41\x12\xbe\x61\x94\x04\xee\xe8\x5b\x41\xdc\x1f\x13\x9e\x76\x9f\xc7\x1c\x9d\xe2\x39\x32\x50\x2e\x30\x75\xd9\x25\x45\xe1\x87\xc6\x16\x12\x5b\x6e\x23\x87\x99\xe3\x60\xce\x8f\xf1\x09\xb6\xe1\x80\x91\xd0\x13\x52\xd5\x0e\x5d\x16\xd3\x47\x57\xf2\x4c\x62\xac\x32\x62\xf0\xdd\x1d\x1d\xe7\xe4\xd4\xb3\x27\xbb\x1e\xb9\xcf\xfe\x36\x21\x01\x84\xd5\x38\x58\xc9\xad\x7f\x26\x57\xdd\x0e\xd2\x08\xa8\x59\x05\x38\x52\xcb\x13\x62\x12\x90\x88\x85\x0d\xa7\x53\x34\xa1\x87\x40\xaf\x75\x3a\xc9\x10\x8f\x22\x7a\xfd\x45\xd7\xc4\xf8\x46\x6c\x55\x43\xb5\xd7\xef\x8d\xe2\x95\xa4\x68\xa6\xce\x4f\x40\x13\xfe\xc2\x7f\x48\xfc\xb5\x2a\x78\xa4\xc1\xea\x47\x31\xf3\xc1\x0a\x65\xe3\x78\x81\x5e\x5c\x2e\x18\xca\x32\x4c\xc9\x80\xe6\x79\xae\x04\x12\x1a\x78\xe2\x32\x5d\x82\x1b\xe8\x12\xbc\x95\x2e\xc1\xd7\x45\x39\x90\x68\xa4\x63\x11\x9b\x4a\x85\x2b\x15\xac\xf7\x34\x9e\x2a\xbd\xb8\x1b\x13\x33\x3e\x6e\x12\x44\x04\x8e\xf8\x5e\xc5\x9e\x57\xf0\x12\x38\xf2\x3d\x1e\xf0\x30\xb4\x3e\x1f\x58\xbb\xcd\xba\x33\x3e\x4f\x4f\xe2\x09\x82\xda\x97\x4b\x3d\x7a\xc2\xb0\x61\x78\x41\x18\xc2\x34\x8a\x0f\xcb\x06\x60\xda\xa6\x76\xdf\x8c\xa5\x62\x8a\x5b\xef\x53\x0b\x15\xf4\x38\xb3\xde\xdf\x89\xa4\xa2\xf6\x3c\x81\x13\xce\x04\x93\x2d\x06\x1e\x90\xf0\x50\x92\x5a\xa4\xcb\xa9\x48\x0c\xc2\x81\xfc\xae\xac\x07\x39\xa4\x01\x09\x07\x24\x0f\x21\xcf\xa5\x51\x33\x5c\x46\x99\xc1\xba\xc5\xc3\x4c\x7c\xe8\x75\x65\x56\x28\x58\x86\x83\xa5\x8b\x8f\x63\x88\x83\xd8\xe0\x63\x60\x8e\xf8\x0d\x50\x32\x59\x8a\x62\xff\x21\x65\x6e\x42\xca\x64\xfc\x2a\x95\xa6\x54\x4b\xc6\x10\x19\x5f\x39\x3f\x9f\xe3\x6c\x91\x4a\x32\x65\x49\xa4\xdd\x98\xf8\xe3\x24\x66\xe8\x6f\x8c\x2e\x17\x52\x5c\x27\x48\x18\x3c\x5f\xce\x8f\x09\x47\xd2\x8f\xec\x14\xcb\x6d\xd0\xc9\x2f\x99\x72\xfe\x55\xa4\xc7\x97\xf5\xe9\xaa\xfc\x09\x9e\x12\x3c\xc1\xe3\x98\xf0\x72\x95\xba\xac\x31\x9d\x2f\xe2\xb1\x33\xb6\xea\x14\x4c\x8a\xa8\x0e\x20\x20\x94\x1b\x8d\x86\x0c\x4f\x89\x3f\xd5\xd2\xc4\x7f\x43\x92\xeb\x8d\x84\xec\xdf\x3b\xc1\xc5\x9b\xc9\x2c\xa0\xcf\xe6\x0d\x4e\x35\x43\xa9\xec\xf3\x6e\x2e\x7d\x4f\xd8\x77\x43\x74\xa0\x7c\x1a\xd6\xa3\x04\xfa\xc7\x44\x09\x71\x34\x04\xb2\x7f\x3c\x76\x90\x81\x07\xf6\x85\x37\x23\x7c\x0d\xb0\xa7\x37\x00\x7b\x29\x38\x10\x70\xbf\x5e\xcb\x3f\xdd\xf7\x1a\x04\x0a\xae\xa3\x70\x7a\xa7\x28\x04\x95\xaa\xf4\x14\xfe\xab\xa1\x4e\x0b\x2b\x85\x85\xf8\x22\xc6\xd2\xcf\x87\x0a\xfd\x84\xb3\x96\x13\xc0\xb0\xdb\x3a\x65\x57\x46\x5f\x21\xc5\x64\xda\xc2\xbc\xb5\xcc\xc4\x0f\xf0\x57\x05\x1a\xff\xca\x1e\x4a\x70\x33\x80\x29\x88\x79\x0d\x73\xff\x05\x49\x45\xf8\x2a\x0e\x1a\xa3\x9f\x5a\x0e\x91\xd2\xa5\x44\x0d\x75\xf5\x11\x93\x64\x50\xad\x03\x25\x98\x0e\x90\xd8\x30\x23\x7d\xb0\xc8\xa0\x3a\x33\xe5\x17\xa3\x09\x27\xc4\x25\x9c\x20\x89\x7f\xdf\x5f\xd0\x35\x31\x03\x36\xc4\x0f\xd5\xe2\xcb\x28\x20\x91\x72\xd3\xca\x0e\x15\x5c\x0d\x58\x57\x40\x4f\xe8\x3c\xb8\x92\x43\x32\xc0\x32\x75\x27\xbc\x82\x2d\x5e\x31\xc8\xa3\xa0\xc8\x0e\xf9\xc0\xe1\xee\xba\x53\xc4\xc5\x62\x04\x21\xa4\xbe\xfb\x04\x48\x83\xcc\xa2\x20\x8b\x48\x6e\x80\x84\xaa\x32\x92\x7f\x07\x6e\x4f\xcd\xea\xf7\xc7\xed\x6d\xb0\xda\xdb\x65\x9b\xae\xc5\xc1\x5f\x93\xb6\xbc\x2e\xa3\x7a\xdd\x4b\xee\x33\x39\xac\x6b\xac\xa0\x4e\xdc\xa9\x5c\xb7\x3b\xb4\x68\x50\xcd\x3e\x97\x2b\xbc\xa3\xe1\xc1\xee\xcd\xbe\xd1\x7b\xb1\x53\xc3\xe4\x1a\x0d\xbf\x36\xbb\xb6\x53\xcb\xf8\x1a\x2d\xbf\xb7\x44\xcc\x4e\x4d\x53\xa7\xe9\x6d\xe7\x26\xe3\x94\xa1\x87\x63\x4a\x78\x8c\x49\x93\xdb\x93\x6a\x05\xce\x62\x92\xa5\x8a\xf8\xbd\x9f\x68\xd4\x8a\x1b\xd4\xad\x29\x34\x15\xac\x14\x1f\x92\x95\x42\xa4\x06\xe0\xcc\x19\xdf\x6b\x9a\xa0\x34\x03\xce\x20\xed\x42\x49\x6b\xb0\xee\x84\xd1\xb9\x8d\x07\x55\xaa\xa6\x18\x62\xf9\x96\xb4\x25\xc2\xaa\x51\x48\xab\x34\x21\x69\x8c\xd7\xf1\x22\x87\xea\xae\x3a\x2d\x15\x70\x43\x0a\x7a\x21\xf3\x5d\xc3\xf9\x86\xd1\x29\x47\x6a\x4c\xf7\x4d\x28\xc7\x93\x2b\xb3\xc6\xcf\x66\x31\x99\xa2\x40\xf3\x6a\x19\x08\x21\xcb\xe1\x04\x93\xa4\x6e\x00\x5b\xfa\x51\x4e\xba\x72\x28\x35\xc2\x1c\x15\x29\xfd\x68\x52\xdb\xe6\x1e\x93\xfe\x8e\x9c\x5b\xba\xa6\x90\x8e\x09\xe2\xe4\x64\x82\x11\x80\xb3\x58\xbf\x8a\x78\xc1\x16\x9b\x7a\xc2\x93\xc0\x2a\x0b\xb0\xae\xa8\x2b\xda\x38\xd3\x3e\x9c\xae\xd7\x8e\x14\xc7\xc8\x16\x8a\x16\xa5\x93\x7e\xd1\xa4\x6a\xf1\x28\xe3\x35\x8d\xba\xdd\x95\x46\x14\x67\xdc\xd4\xbd\x5e\x45\xca\xf0\x14\x93\x38\xf5\x5d\xf4\xd7\x9a\x36\x6f\x3e\xa3\x5b\x8f\xb5\x76\x4c\x91\x8a\x8b\x85\xdc\x44\xe4\xf9\x6f\x23\xe5\x50\x0f\xeb\x92\x20\x5a\x09\x8a\x58\x9d\x9f\x37\xf1\xbc\xa2\x4f\x58\xe4\xe4\x0d\x0f\xb0\xce\x16\x64\xca\xff\xea\xeb\x78\x51\x70\xf3\x71\xc6\xeb\x92\x9d\x86\x4b\x4f\xae\x4e\x4e\x84\xf2\xf2\xc1\x41\x05\xc7\xee\x73\x46\x3a\x8c\x80\x96\xfa\x89\x0d\x20\xc6\xd5\x05\x19\xf2\x91\x15\x5a\x16\x82\xc2\x76\x3b\x40\x11\x00\x07\xc8\xc6\x3d\x2b\xfa\x51\x0e\xdc\xa0\xc9\x12\x93\xd0\x49\xbe\x35\x28\x0a\xc3\x3c\x57\xf1\x2d\x8a\x10\xcb\xf2\x60\x9b\xa3\xb5\x8a\x33\xe3\x6c\x53\x34\xa2\xb0\x0c\x34\x40\x3f\xa8\xf6\xac\xf1\x50\xae\x5a\xf1\x76\xc3\x2b\xa7\xf2\xf3\xad\x51\xd7\xab\xd0\x8d\xe6\x0b\x7e\xd5\xd1\x82\xd3\x7b\x33\x46\x34\xf2\xd8\xea\x1b\x3f\x74\xb9\xe4\x81\x6e\x44\x3b\x7b\x74\x0f\x48\xdf\x3b\x10\xb9\xa3\x06\x2f\x78\xeb\x9c\x39\x8a\xec\x5c\x6b\x72\xb3\x6d\x16\xb8\x1b\xf0\xc3\x6e\xe8\xc4\x5b\xcc\xcf\xee\xdf\xaa\x85\x02\x62\x4e\x00\xf6\xaf\xd2\x1a\xf0\xc7\x93\x60\xdf\xb8\x84\x87\x3c\x0c\x05\x09\x84\xc9\x12\x15\xbc\xa9\x38\x19\x8e\x14\xdd\xf2\x8f\xb4\xdd\xa6\x05\x0a\x47\x01\x75\x4f\x97\x14\x0b\xb0\x10\x0f\x3f\x3c\x58\xf1\xbc\xfb\x60\x85\xf2\x0f\xa3\x88\x0d\xd1\x48\x39\xbc\xc5\x02\x51\xd1\x22\xd2\x86\x55\xca\xaa\x04\xee\xf0\xed\x29\x76\xdb\x9f\x29\xe2\xf7\xe4\xc8\xaf\xe4\x56\x68\xc5\xa4\x43\x5e\x24\xdd\x20\x49\x95\xdb\x7d\xbe\x5e\xef\xf3\xee\x59\x42\xe7\x86\x5a\xf0\xbd\x30\x1e\x96\x9c\x32\xa2\x70\x80\xba\x96\x10\x85\x24\x62\xd6\x09\xa3\xf6\x40\x3e\xe8\x18\x0f\x43\x2a\x48\x32\x31\x17\x25\xd9\xe3\x4e\x69\x3b\x14\xb9\x14\xd2\x80\x45\x8d\xa3\xdd\x56\x7f\xad\x03\x41\xab\x1e\xe1\x27\x1b\xaa\x4b\x7a\x7a\xdf\x6d\xe1\x67\x57\x09\xdb\xf4\xa4\xeb\x5d\x04\x9f\xdf\xd3\x1b\x0a\x57\x85\x3a\x68\x29\x7a\xf7\x90\x41\x32\x8a\xf8\x1e\xaa\x10\x5e\x52\x25\x6d\xbb\xc6\xa3\xf5\xd2\x14\x0b\xf2\x59\xc7\xf4\xb9\x4f\x88\xd3\x91\x7d\x74\x8c\x2b\x9c\x29\xa7\x0e\x28\x5c\xaf\x4b\x49\x96\x86\xdb\x97\xde\xc6\x50\x14\x45\xd6\xeb\x5d\xaf\xb0\x00\xe2\x54\x3d\x32\x05\xa1\x28\xe0\x7c\xee\xb8\x14\x73\x9c\x65\x98\x4c\xeb\xde\x97\xef\x6b\x2d\xcc\xbc\x5f\x08\x8c\x5b\xcc\xfb\xc3\x1b\xaa\xe9\x97\x96\xf6\xb3\xd9\x6d\xb5\x7e\x94\x76\x4c\x2d\x4e\x5b\x0c\x65\x34\xbd\x40\x2d\x07\x3a\x07\x2d\x20\x70\x16\xf8\xe0\x68\x8b\xfe\x8b\x62\x12\x00\xd8\x02\x86\x1f\xf9\xf0\x5a\xcd\xd8\xad\xa8\xeb\xb5\x26\x94\x99\x2e\xc1\x83\x15\xcb\xc1\x87\x1d\x57\x91\x08\x56\x37\xc5\xbf\xa2\x8e\xaa\x7e\xff\xba\xc7\x95\xb7\x4a\xab\x7e\x56\xa8\xb4\x3f\x3c\x7b\x38\x85\xa0\x03\x42\xdf\x3e\x60\xc7\x39\x2a\xda\x79\x8b\x9a\x70\x47\x96\xfa\x0c\xba\xe8\x75\xd3\x76\xbc\x74\xc8\x6e\x65\xb4\x6a\xbb\x15\xdf\xc7\xd9\x8c\xc7\xd3\x63\xf2\x4e\xaa\xa5\x0b\x32\xc3\x7f\x3e\x6f\x9a\xb7\x71\x6c\x62\x04\x99\xd7\xd1\xf4\xbd\x3b\x72\xca\x53\x1c\x37\x32\x03\x31\x3e\xe5\xf7\x50\x73\xf1\x86\x34\x75\x08\x2d\x89\x28\x2a\x16\x8c\x4a\x18\xa3\x9a\x6b\xe1\xac\x15\x93\x56\x7c\x9e\x71\x16\x8f\x79\x4b\xf2\x0b\xb0\x35\x8e\x89\x7c\x25\x38\x37\x1e\xf2\x38\x8e\x39\x4a\x5a\xca\x37\x64\x7a\xd5\x05\x26\x7c\xa1\x27\x35\x10\x63\xaa\x75\x52\x5c\xb9\x02\x45\x49\xe0\xd4\xea\x52\x62\x58\x7c\xc5\xf0\xdb\xe0\xaa\x0c\x69\x79\x08\x08\x73\xa8\x65\xe1\xe1\xaa\x32\x29\x31\x5a\x3c\x5f\x28\x1f\xba\x28\x11\x85\x75\x3d\xcb\xe8\x4b\x15\xca\xbd\x0a\x96\x61\xa1\x79\x0d\xd0\x61\xd6\x94\x24\x9f\x77\xe3\x34\xa5\x9f\x64\x99\xb2\x00\x5f\xd1\xfa\x45\xb6\x56\x47\xc0\x93\xc0\xda\x4a\xb1\xca\xba\x8b\x4a\x07\xa0\xa5\x40\xaa\xc5\xd0\x2f\x4b\xcc\x50\xd6\x92\x00\xd0\x8a\x4d\x78\xf9\x2e\x28\x34\x2d\x25\x8f\xaf\x66\xcc\xa0\xe0\xdb\x7d\x27\xd9\x0d\x1b\xd0\xa5\x93\xc9\x0e\x6b\x99\x87\xc6\xef\xd8\x0e\x2c\xb9\x39\x07\xbb\xa8\x7d\xd5\x9e\x99\xfb\x11\xae\x15\xc4\x82\x39\x25\xc5\x26\x09\x66\xbb\x78\x02\xaa\x38\xd0\x4d\xf5\x4a\xcb\xd7\x14\xf9\x92\xb4\x93\xac\xa2\xb4\x30\xb5\xaa\x59\xbf\xd7\xb5\xd9\x61\x35\xb4\x2c\xf8\xe6\x0b\x52\xa7\x8d\xf2\x07\x5e\x0f\x25\x74\xbf\xf9\x72\xd4\x3f\xe3\xff\x81\x17\xc4\x88\xf4\xd5\x92\x14\x28\xf7\xd6\xa1\x67\x7c\x91\xb1\x42\x72\x37\x5e\xf6\x8d\x0f\x97\x7f\xb4\x25\x97\x8f\xbc\xd7\x5f\x8a\x86\x58\x57\x7f\xa8\x05\xe0\xd7\x98\xf7\xe6\xe7\x53\x27\x18\x18\x4f\xfd\xac\x79\x3c\x66\xb4\xc2\xdd\xde\xda\x9d\x9a\x96\x56\xad\x74\xfc\x2b\x91\xd6\xdc\x86\x2e\x74\x8b\xd7\x48\xf9\xe0\xc3\x1a\x2c\x92\x8c\xef\x55\xb0\x1f\x45\xbc\xdd\x76\x87\xac\x52\x82\x2d\x62\x9c\x42\xe0\xb4\x5e\x2b\x49\x78\xbb\x2d\x65\xd7\x51\xc4\xa4\xd3\xf2\xdd\x62\x4d\x36\x3f\x84\x0e\xb9\xf4\x8d\xd3\xe0\xf0\xd1\xee\xd2\x96\x5d\xb6\x85\xea\xf7\xf8\x61\x45\x9a\xf7\x19\x9d\xe6\xa9\x41\xdc\xe1\xeb\x32\xbf\xd3\x47\x65\x16\x7f\xda\xb9\x3d\x16\x7f\x6a\x7e\x92\xf5\xd6\xfc\x3e\x7d\x5e\x1b\x6b\xc3\xaa\xdf\x6b\xc8\x1c\xa7\x99\x28\x84\xca\xd5\x3f\x52\xfe\x7c\x86\x64\xe4\x5c\x44\x64\x64\x75\x82\x58\x77\x41\x17\x81\x8c\x85\xeb\x1b\xda\xda\xf7\x59\x7e\x00\xba\x86\xc9\xef\x76\xbb\xd4\x9f\x62\x29\xb2\x35\xb7\x51\xbd\x4b\xf3\x54\xb9\x66\x7e\xd7\xe1\x9e\x3c\xc1\x79\x1e\x5a\x51\x47\xa5\x67\x1b\xd3\x59\x9d\x5b\x99\xca\xb4\x16\xb6\x3c\x63\x10\x75\xcf\xce\x44\xab\xc7\x32\x7c\x2d\xa6\x44\xbe\xcd\x94\xf8\x50\xc5\xe4\x83\x03\x41\x23\x77\x09\xfd\x14\x84\x85\x90\xe9\xf1\x97\x02\x29\xd7\x35\x52\x1b\xc4\xc4\x3d\x83\x37\x91\xc2\x37\x1e\xf3\xeb\x3d\xe8\xfd\xdb\xda\xdf\x62\xd7\xfe\x96\x47\xfd\xa7\xbc\x6a\x7f\xcb\x8d\xfd\x2d\xab\xd8\xdf\x72\x97\x1e\xe3\xca\x93\xce\x9f\x1e\x1d\x12\x63\xeb\xca\x36\xd8\xdf\x6a\xe5\xcf\xfb\xb0\xbf\x65\x61\x38\x70\xc6\x74\xe7\xf6\xb7\xac\xd9\xfe\xf6\xf7\xaf\xe2\xca\xe2\x4f\x75\xfe\x15\x04\x26\x8c\xa5\x16\x44\xad\x1c\xd6\x3e\x3d\xd1\x88\xac\xd7\xde\xeb\x13\x1c\x66\x30\x1d\x79\x6d\xd6\x2a\x7c\x40\x52\x7a\xb5\xda\x6c\x9b\xc1\xad\x6d\x06\x8e\x90\x7c\xac\x72\xa3\x32\xc4\x87\x44\xac\x01\x56\x01\xc3\xdf\x4e\x82\x70\xc0\x64\x42\x1e\x42\xf9\x04\x90\x07\x34\x84\x4b\x73\x16\x65\xa9\x2c\xc8\x0c\xca\xf3\x9f\x72\xbb\xdd\xee\x12\x8a\x23\x03\x69\x18\x7d\xcb\x24\x3d\x89\x03\x1c\xac\x72\x98\x3a\x9e\xa9\x91\xab\x34\xbe\x75\x2a\xcc\x9f\x8a\x1c\x6e\x81\x81\x91\x39\x09\x90\xe4\x01\x85\x59\x18\x86\x61\xde\x64\x58\x64\xf4\x84\xcf\x54\xac\xf6\xd2\xa3\xb9\x0a\x99\x8e\x72\xbb\x12\xfe\x33\xbe\x4c\xce\x0b\xa9\xbf\xc9\xd5\xdf\x4e\xa1\x30\x6f\x92\x77\x96\xc8\xe2\xdd\x75\x0f\x37\x62\xee\xf2\x1b\xcb\xb5\xa4\xe7\xbb\x3c\x13\xee\xf2\xa2\xb5\x93\xda\x58\x83\xe2\x21\x8c\x9b\x6e\x91\xec\xdf\xfa\x16\x49\x3f\xcb\x2d\x92\xed\x72\x8b\x2c\xef\xf7\x16\xc9\x7e\x9b\x5b\x64\xf9\xbb\xbf\x45\x6a\xd8\xf6\x71\xe4\x45\x72\x36\xac\xbb\x8e\x0c\x71\x21\xe5\xef\x50\x33\xf2\x99\x7a\xa2\xa8\x57\x70\x2c\x54\x11\x3d\x4d\xc7\x67\xe6\x38\x76\x0b\x9d\x3f\xf5\xab\xaa\x20\x69\xb0\xc4\x4a\xa9\x10\xf2\x42\x71\x42\x15\x9d\xc7\x1f\x91\x79\x44\xed\xce\xe3\x45\x50\x98\x2f\xd6\xde\x10\xd8\x53\x50\x0a\xd7\xeb\xa0\x1c\xec\xd1\x76\x89\xdd\xb8\xbe\x2a\xf8\x96\x51\xbf\xc4\x73\xc4\xac\x22\xa5\xf8\x88\x8a\x92\x04\x5d\xf2\x40\x46\xc8\xd6\xfa\x3e\x78\x3a\x45\xac\x2c\xb0\x37\xb5\x97\x32\x4a\xfd\x73\xfd\xa2\xff\x2a\x26\xd3\x65\x3c\x45\x81\x37\xc8\x3c\xf4\xd5\xaa\x72\xc1\xb8\x15\xf8\xbf\xc4\x0d\xd8\x09\x84\x82\x1f\x5c\x30\x3c\x8f\xd9\xd5\xab\xba\xe5\x75\xb6\x47\x55\xe9\xf6\x40\x08\x7d\xb9\xdf\x20\x09\x1c\x93\x02\xe8\x49\x8d\x45\x9e\x35\x64\x84\xae\x00\x55\xe4\x18\x5b\x28\x58\x48\xb5\x44\xb2\x14\xd5\x99\x44\xc1\x68\x88\x44\xf9\xde\x10\xc2\x5a\x20\x51\x00\xa6\x27\xa5\x3f\xe4\x9a\xeb\xdf\xc5\x1d\xe5\xbd\x96\xb9\x72\x45\xcf\x58\x67\xcf\xd8\xd4\x94\xd7\xcd\x2c\xdb\x7a\x3d\x04\x88\x74\x96\x19\x18\xa9\x37\xb0\x0c\x71\xb5\x7e\x36\xd0\xe9\x19\x15\xcc\x5b\xed\x4b\x58\x55\xbd\xd6\xce\x24\x8a\xad\x34\x4c\x6b\x4e\x99\xd2\xc5\x1c\xb4\xaa\xa5\xca\xb7\x86\x22\x99\x29\xa9\x0f\x9d\xf1\x58\xa9\x3f\x23\x67\x50\x5d\xfd\x58\xae\xa3\x09\xcb\x11\x04\xc0\x1c\xd6\x79\x8c\x89\x98\xe1\x4a\x05\x86\xa0\x8e\xad\xaf\x64\x15\x37\xbc\x40\xd5\x45\x6f\x6f\x38\x19\x39\x34\xa6\x3f\x5a\xeb\x46\x19\xfa\x48\x95\x1b\x6d\x26\xb4\x59\xcf\x54\x2c\xf6\xcf\x98\xcf\x9e\x6b\x0d\x63\xae\xe2\xc0\x13\xeb\xbc\x17\x47\xbd\xa7\xf8\x1b\x66\xc3\x61\x04\xda\xf8\xaf\x09\xcd\xc8\xae\xd8\x10\x8f\x20\x0a\xa1\x7d\xc3\x23\xe1\x53\x7c\x70\x60\x1d\xc5\x91\x8a\xe2\xec\x6d\x1d\x2c\x7a\x86\x89\xcd\xf3\xc2\x76\x5e\x34\xea\x3d\xa5\xdf\x14\x61\x3e\x02\xbc\x7d\x5e\x62\xb4\x64\x48\xfd\xa9\xe1\xf0\x29\x15\x53\x73\x9f\x2c\x71\xbb\xbd\x2f\x86\x2c\x61\x04\xa7\x18\x91\x92\x0c\x76\x13\x04\x09\x6a\x6b\xa0\xb8\xf1\x92\x1a\x49\xe8\x08\x1d\x10\x24\x90\x85\x85\xda\x18\x34\xf6\x55\x3f\xa0\xab\x6c\x80\xa2\x6f\x51\x71\xf9\x0a\x14\x99\x87\xf0\x8e\xe2\xd8\x0f\xd1\x68\xcf\x92\xf1\xed\x76\xa0\x74\xe6\xad\x86\x8d\x05\xf4\x43\x16\x0d\xbb\xdd\x2e\x83\xdd\x6e\xd7\xa6\x8e\x06\x55\x7b\x78\xa7\x2d\x53\xa5\x28\x6f\x30\xb2\x3b\xbd\x80\x85\xae\x73\xe9\xa7\xc4\xc2\xa7\x14\x44\x59\x5b\x3e\x36\x24\x23\xa8\xf7\xd5\x83\x37\x7d\x1d\xc2\x34\x48\x75\x6c\xb2\x55\x0e\x57\x76\xaf\x06\xa6\xb9\x4e\x7f\x3f\x92\x9a\x90\x82\x02\xc5\x61\xf5\x35\xd9\xbc\xea\x61\x29\x4c\x87\xe8\x12\x67\xbc\x4e\x4f\xbd\x1e\x22\x8b\x20\x19\x74\x8e\x04\xcb\xb3\x01\x02\xa5\x06\x3a\x94\x6e\x7e\x5d\x2c\x59\x89\xef\x6c\xee\x54\xc1\x96\x56\xd4\x81\x0b\x37\xaa\xb5\x7d\x48\x65\x7e\xdf\x31\x01\x92\x0e\x8b\xa0\xab\xad\xf6\x52\x61\x9b\x26\x03\x81\xa2\xb9\x5a\xa5\xfa\x4a\xf3\xfb\x7d\xa5\x99\x5f\x5e\x9f\xa2\x0b\x74\x58\xd5\xc3\x39\x2c\x13\x25\xa8\x4c\x94\x0c\x7c\xb8\x44\xe1\x21\x2a\x97\xd0\xa6\x85\x8d\xd7\xfa\x7a\x3d\x1c\xe5\xb0\x89\x72\x70\xdc\x31\x05\x3d\x88\x4b\x08\x5e\x05\x93\x56\x25\x94\xba\x04\xb7\xea\x84\x3a\x3e\xb1\xd8\xb5\x23\xa3\xad\x10\x80\x34\x26\x53\x20\xce\x74\x0e\x6b\x6e\x25\x0b\xd4\x2b\x8d\xf1\x95\xea\x84\xfe\x28\xc2\x3e\x87\xb0\xec\x0b\x42\xc6\xb7\x72\x2f\x31\xf3\x22\xb8\xd2\x78\x65\xa0\x18\xf3\x97\xfe\x3b\xb5\x68\x48\x53\x26\x6e\x7e\xf1\x4c\x19\x42\x45\x78\x78\xd9\xe6\x59\x37\x84\xe2\x82\xf2\xb2\xd4\x6b\x5b\x08\xc5\x62\x7a\x19\x4a\x51\x40\xb2\xd2\x05\x3b\x98\x38\x00\x50\x30\x0f\x36\x76\x93\xd5\xc8\x54\xee\x32\xd4\x8e\x1d\x36\x9d\x35\x53\x20\xac\xec\xb5\xd9\xea\x0a\x79\x30\x44\x23\xeb\xf8\x47\x32\x16\xae\x21\xe8\xb8\xc1\xa7\xa1\xaf\xdd\x7f\xff\x81\x6b\x86\x86\x9e\x82\xab\x31\x9d\xcf\x29\x19\xac\xce\x59\x4c\x92\xc1\x2a\xfe\x94\x0d\xc0\xd1\xcf\x27\x40\x30\x38\xd9\x32\x1d\x80\x67\xf2\x2f\x80\xff\xfa\xc4\x07\xe0\xef\x3f\x9f\x02\xf8\x71\x79\x8e\x18\x41\x1c\x65\x03\xf0\x83\xfd\x0d\x20\xa1\xf3\x38\x19\x80\x37\xe2\x0f\x80\x14\x27\xe3\x01\x78\x7b\xfc\xfc\x19\x80\x1c\x31\x16\x8b\x55\x1a\x80\x53\xf3\x13\xc0\x0b\x31\x96\x01\xf8\x49\xbe\x8b\xe5\xa6\xc3\x55\x3c\x1e\xa3\x2c\xa3\x0c\x27\x03\x70\xa4\x7f\x1f\x3f\x07\x70\xcc\x30\xc7\xe3\x58\x0c\x49\xff\x02\x02\x46\xe2\xb1\x60\x7f\xd8\x00\x3c\xb7\xbf\x01\x4c\x50\xc6\x31\x91\x0b\x4c\xe2\x39\x1a\x80\xe7\x45\x42\x4b\x99\x47\x24\xca\xcb\x82\xce\x56\x1f\x3a\x4b\xca\xbd\xc5\x44\x5a\x32\x4c\x6f\x06\xe0\x34\xe6\xe8\x53\x7c\x35\x00\x7f\x53\x3f\xa4\xfa\xdd\x94\xa1\x2c\xeb\xe8\x2c\x30\x00\xc7\x2a\xa5\x65\xcb\x48\xa0\x11\x27\x2e\x4e\x12\x91\x33\x00\x12\x1f\xb7\xbe\xc3\x24\x69\x1d\xa9\x34\xa7\x94\x80\x01\xaf\xc8\x3b\x19\xc5\x74\x8e\xb2\xd9\x00\xbc\x46\x32\xac\x85\xf8\x70\xba\x14\xa9\x45\x7f\x6a\x2e\xda\x67\x17\xa1\x09\xea\x88\x14\x20\x66\x92\xa0\x96\x4d\xe7\x1d\x15\xdc\x1f\x31\x94\xc8\x4c\xde\x7a\x5f\x24\xc0\x45\x2c\xa9\x89\x01\x78\xa7\x7e\x00\x58\x14\x1f\x00\xb7\xa4\x79\x1c\x29\x1e\x4f\xcd\x7b\x89\xe9\x58\x67\xe8\xbe\x33\xba\x64\x63\xa4\x46\x79\x22\x7f\x9b\x0c\x19\x19\x65\x00\xbe\x47\x71\xca\x67\xad\x13\xf9\x09\x20\x8f\xa7\xd9\x00\x9c\xc6\xd3\x0c\x40\xc0\x11\x9b\xcb\x1d\x24\x53\x67\x01\x4e\x8b\xd4\x62\x1d\x3e\xc5\x8c\xc8\x19\xfc\xac\x7e\x00\x71\x17\xc6\x6c\x3c\x1b\xac\x0a\x20\x7a\x19\xe3\x54\xf9\x0e\xc1\x44\x50\x4e\x33\xb9\x83\x2d\x3d\x81\xd6\x5c\xad\xb7\x58\xad\x22\x5f\x2c\x15\x2e\x97\xd1\x4d\x83\x13\xf9\xd7\x7c\x2f\xf4\x09\x35\xe9\xad\xa3\x31\xa3\x62\xbb\xd5\x22\x98\x05\x10\x43\x13\xdb\xbe\x12\xf8\x75\x15\x67\xe2\xc8\xa4\x02\x7a\x5b\x9c\xb6\xde\xa0\x4f\x28\xe3\x12\x9a\xc7\x03\xa0\xbe\x44\xba\x2a\x01\x72\x18\xa7\x8b\x59\xac\xab\x1d\x89\x9c\x7f\x98\xc2\xff\x10\x5f\x47\x20\x87\xc9\x52\xd1\x8b\xba\xd4\x2b\x4a\xa6\xba\x95\x6c\x46\x19\x77\xda\x3f\xd1\xdf\x22\x2f\x55\xc5\x40\x0e\xb5\x77\x06\xd3\x49\x36\x46\x24\x91\xcb\xa6\x2a\x3d\x47\x36\x25\x37\xdb\xa8\x8a\xfe\x48\x66\x72\x37\xaf\x44\x7b\x6a\x63\xaf\x4c\xad\xef\x8b\x1c\x5b\x0c\xe4\x39\x5c\x62\xb1\x43\x48\x0d\x18\x3c\xd3\xbf\x64\x50\x97\x54\xc2\x5c\xe7\x5c\x6c\xfa\x4b\xfd\xd5\x3a\xbf\x6a\xad\x30\x47\xf3\x1c\xc0\x79\x7c\xc9\x79\x3a\x00\xaf\xe3\xcb\xd6\xe9\xe9\x2b\xff\x30\x30\x34\xa7\x17\x48\x00\xaf\xf8\x6b\xea\xe4\x4a\x7b\x86\x12\x41\xb6\x0e\x56\xf1\x62\x31\x10\xe8\x50\x6b\x34\xc6\xec\x4a\x20\x3f\xe7\x53\x74\x82\x89\xe8\x02\x13\x00\xb3\x8f\x78\x71\xc6\xe9\xd9\x98\x12\x2e\x68\x41\x70\xf2\x11\x2f\xc4\x8c\x9e\xa9\x04\x00\x39\x9d\x4e\x53\x74\x36\x47\x64\x39\x00\xa7\xf2\xa3\xf5\x1a\x91\xa5\x87\xeb\xd2\xc1\x0a\x28\x88\xe9\x9c\xc7\x0c\x0c\x94\x6b\x86\x95\x1a\xfd\xa9\xf4\x20\xa0\x3d\x2b\x0c\x56\x63\x45\x75\x82\x67\xf2\xaf\x18\x0e\x89\xa7\x72\x74\x62\x50\xe6\x37\xc8\xf3\x3c\x87\x20\x5e\xf2\x59\x67\x8e\xf8\x8c\x26\x60\xb0\x02\x02\xc1\x88\xa3\x93\xe2\x8c\x9b\x6f\xe9\x8f\x04\x0c\x56\x02\x55\x0c\xc0\xe9\x0c\xb5\x44\x6a\x4b\xf4\xad\x95\x24\x71\xd6\x5a\x66\x28\x69\xc5\x52\x67\xf5\xe8\xd9\x2b\x81\x49\x8e\x13\x44\x38\xe6\x57\x5d\xf1\x21\x16\xb8\x35\xc1\x28\x4d\x94\x5b\x0b\xd4\xe2\xf4\x23\x12\xbf\x94\xe7\x0b\x45\xa1\x24\x5d\x00\x19\x4d\x77\xea\xe5\x3d\x4d\xd1\x2b\x4c\x3e\x76\x77\x6f\xda\x22\xa2\x9d\xe6\xa0\x91\x92\x9d\x86\xfe\xde\xb9\x3b\xb1\xba\x9b\xb7\x2c\x57\x48\x1d\xf3\x2b\x93\xac\x4f\x7b\xb1\x97\x2a\x5a\xa7\x06\x72\x94\xb5\xd4\xb7\xea\xd2\x5c\x0a\x45\xae\xfc\x34\x99\x6a\x7f\xd5\xb1\xe9\xc8\x1b\x0a\x94\x81\x48\xa6\x36\x40\x91\x0c\x46\x35\x00\xf2\x0f\x80\x09\x1d\x7f\x14\xb7\xa7\xfa\x0b\xe0\x94\x2d\xc6\x03\x20\xfe\x07\x50\xc6\x49\x01\xe2\x7f\x00\x95\x6c\x75\x00\xd4\x5f\xb9\xe4\x93\x81\x40\xf7\x13\x00\xf9\x78\x31\x00\x7c\xbc\x00\x50\x1e\x41\xce\x53\xb1\x46\xee\xaa\xfc\x80\x49\xe2\x0c\x41\x01\x9c\xbc\x95\x9e\xc9\xf1\x57\xae\x12\x9d\x9e\x1b\xf4\xa8\x1a\x93\x88\xc5\x94\x10\x08\x92\x26\xc8\xa2\x47\xd1\x1a\xa7\x2d\x7b\x17\xa9\x9e\x65\x3b\x2d\xbd\x2b\x32\x69\xe5\x66\x48\xfc\x20\x17\x14\xcb\x53\x2b\x31\xa5\xbf\x96\x8a\x1e\x31\xd5\xde\x89\x0b\x47\xba\xad\xf3\x96\x34\xa5\x9f\x06\xe0\x48\xfc\x01\x10\xc4\x8b\x45\x27\xfe\x14\x33\x71\x03\x1e\x2d\x16\x2d\xf5\x1b\x26\x88\x5c\x09\x8c\x49\xae\x8a\x79\x99\xc6\x15\x76\x15\xf5\xc5\x1c\x64\x19\x8b\x61\x89\x44\x94\xba\xf1\xca\x28\x72\x08\x1c\x6a\x47\x5f\xbc\xaa\x3d\x87\xe8\x19\xb4\xfc\xfb\xc1\xcb\xd2\x97\x05\xac\x90\x4a\x20\x87\x0b\x86\xc6\x28\x41\x64\x8c\x76\xb8\x02\xcc\xe8\x6c\x1d\x31\x3a\x75\xe1\x79\x03\x53\xa7\xa1\x3c\x26\x93\xea\x0f\xc7\xdc\x93\x62\x8f\x3e\x5e\x5c\x03\x5b\x4e\x68\x9a\x08\xc8\x7e\x29\xff\x02\xf8\x11\x5d\x0d\xc0\x0f\xe8\xaa\x16\xa8\x54\xa1\x4c\xf4\xfc\x03\xba\xca\xcc\x90\xc4\x6f\x91\xa6\xb3\xd5\x28\x64\x28\xb1\xab\x6b\x8c\x04\xa8\xc3\xdd\x29\xf0\x35\x18\x80\xbf\xa9\x03\xef\xe0\x6d\x71\x7f\x92\x24\x66\xc9\x00\x9c\xe8\x5f\xaa\x43\x73\x38\x4a\x3d\x6e\x22\x5c\xe4\x68\xec\x51\x39\xd5\xce\xb0\xb6\x12\x33\x0a\xb5\x29\x12\xce\x3c\x09\x57\x90\x8b\x5a\x3c\xf7\x2c\x79\x64\x9e\x1c\xb2\x44\x55\xd7\x58\x22\x83\x0e\xf5\xaa\x9c\x8c\xa9\x1c\xf1\x8e\x0b\xa7\xb1\xa5\x22\x9d\x55\x5d\x39\x8a\xe5\x22\xe3\x0c\xc5\xf3\xf2\x40\xcc\xd4\x7c\xa4\x2d\xab\xcc\xa5\xdf\x82\xc1\xaa\x74\x7f\x0a\x7a\x5c\xcc\x2e\x5b\xc4\x02\x4b\x49\xf2\xdc\x7e\x03\xa8\x39\xe8\x95\x3c\xa4\x28\x79\x8f\x94\xd9\xc6\x8f\xef\x8f\x33\x7d\xac\x51\xd2\x62\x3a\xb5\x25\x92\x01\x94\xe1\x02\x8e\x96\x09\x16\x07\x25\x1b\x00\xf9\xdd\x8a\x4d\x82\x2e\x70\x9c\x65\x4b\x01\xc5\x2a\x17\xcb\x2f\x00\x9f\x1d\x3d\x43\x82\x59\x78\x76\xd4\x12\x3f\x00\x7c\x96\xc6\x78\xfe\x3a\x5e\x2c\x30\x11\x34\xb3\xfc\x6c\x99\x6f\x91\x4d\xc7\x1f\x4f\x3e\xa2\x4f\xaf\x90\xe2\x63\x64\x42\x2b\xfb\x88\x3e\xb5\x52\xa4\xa8\xe6\x17\x97\x0b\xac\x68\x45\x53\xa8\x48\xb1\x85\xbe\xa7\x19\x1f\x00\xf1\x3f\x80\x7f\xff\xf9\x87\x13\x33\x10\xf1\xbb\x65\x47\x23\xbe\x7e\x7c\xff\x4a\x27\xff\xf8\xfe\x95\x48\x3a\x3d\x51\x11\xbb\x50\x72\x94\x8a\x31\xfe\xfd\xe7\x53\x13\xc4\x4b\xdc\xce\xe9\x94\x32\xcc\x67\xf3\x4c\x96\xfd\x49\x89\xf1\x30\x25\xef\x96\xe7\x52\x54\x29\xcb\x5f\xd8\xe4\xd6\x62\x79\xde\xfa\x28\x8f\xea\x2b\x9c\xf1\xd2\xfc\x45\x52\xab\xbc\x08\x6f\x28\xff\x0e\x4d\x28\x43\x66\x7e\x6f\xa4\xbd\x8d\x48\xb1\xf3\x13\xfc\xaa\x22\xaf\x8e\x9f\x1b\x42\xab\x25\xb8\xcf\x22\xe3\x04\x8d\x19\xb2\x54\x58\x2b\x93\x9f\xaa\xc0\x73\x9c\x8d\xe9\x05\x62\x57\x66\x59\x44\x62\x2b\x31\xa9\x62\x81\xc6\x72\x81\xbc\xc2\x72\xa5\xec\x97\x5a\x2e\x51\x40\x02\x72\xa6\x1b\xc9\xe4\x07\x80\xfa\xa8\x1d\x8d\x65\xb0\x98\xbf\xff\x7c\x5a\x9c\xbe\x58\xa5\xb5\xfe\x7e\xf2\xf6\x4d\xeb\x67\x74\xde\x3a\x15\x87\x10\xc0\x9f\x10\x3b\xa7\x19\x12\xcd\xbc\xa2\xd3\xa9\xe4\x8c\x74\x5a\x4b\xb6\x9d\xaa\x54\x90\x43\xf3\x86\x2a\xe9\x6f\xe7\x03\x40\xcd\x21\xbf\xf1\xd8\x65\x89\xd3\xe1\xeb\xf8\x52\xf6\x74\x7a\xfa\x4a\xd2\xdf\x78\xbe\x9c\x6b\xda\x49\x52\xe2\x27\x48\x45\x0a\x11\x23\x35\x31\x15\x65\x85\x57\x86\x48\x02\xf2\xb3\x65\x88\x26\x00\xc5\x81\xb4\xb4\x94\xa5\x5d\xd9\x32\x45\xfa\x2c\x3a\x05\x36\x0c\xba\xa6\xe7\x3c\xcf\x47\xa3\xaa\x2e\x46\x4a\xe3\xa4\x83\x09\xe6\x58\xea\x42\xd4\x3b\x83\xd2\x16\x44\x5b\x34\xb5\xfd\x88\x0c\xea\x9d\xbe\xe4\x55\x01\xca\x77\x31\xf9\xdf\x7e\x4f\x8a\x00\xf7\xab\xd6\x4b\xe8\x00\xb4\xe6\xcb\x8c\xb7\xd4\x00\x04\xf1\xea\x0c\xb0\x0b\x8c\x7e\xb3\x7d\x4b\x95\xed\x90\xe6\x76\x66\xf1\x05\x6a\xc5\x2d\x5d\x5a\x37\x6b\x4d\x33\x5b\xa4\x2b\xb6\x73\xbd\x0e\xd4\x8f\x08\x75\xb3\x14\x8f\x51\x80\xba\x69\x9c\xf1\x63\xb1\x1c\x6f\x27\x01\x78\x08\xc2\x83\x7e\x18\x42\x92\x97\x15\xfb\x54\x3b\x52\x16\x8e\xba\x58\x97\xe7\x10\x19\x21\xb9\x89\x16\x14\xde\xe6\x55\xdc\x5f\x78\xa3\x29\x81\x23\x7e\x00\x1e\x7a\xfb\x07\x20\xd5\x89\x0a\xd7\x77\x4a\xb9\x71\x34\x1c\xc1\x4c\xfc\x97\x7a\x6a\x24\x7a\x93\xff\x95\x75\xcf\x50\xfc\xf1\x2c\x43\x88\x84\x70\x19\xf5\x9e\x2e\xbf\x49\xcd\xeb\xc1\xd2\x68\x60\x8c\xa3\x74\xb8\x1c\xed\xf5\xa2\x28\x1a\x7b\xcb\x84\x61\x2f\x3c\x24\xc1\x18\x82\x8e\xe4\xb1\xc3\xf5\x3a\x56\x72\xf3\x71\x38\xa8\x16\xa7\xb0\x17\xb6\xdb\x81\x5f\x21\x33\x15\xc2\x3c\xa8\x9f\xb6\x7a\xd4\xe0\xee\xa3\x86\x58\x79\x3b\xcf\x80\x05\x7c\x48\x46\x61\x98\x0b\xa0\x8b\x3d\x85\xab\xed\xcd\xa8\x75\x3b\xae\x6b\x2e\x40\x30\xab\x33\xe1\x9c\xc7\x7c\xd6\x31\xd6\x0d\xe6\x6f\x7c\xbe\xb3\x90\xd3\x8d\xd5\xa2\x2c\x08\xf9\x28\x42\x06\x42\x5f\xc7\x7c\xd6\x8d\xcf\xa5\x93\x9e\x1b\x80\x50\x7c\x9e\x45\x7c\xb3\x97\x28\x3f\x54\x10\xdf\x62\xf5\x50\x3f\xdb\x31\xbd\xd3\xe9\x8e\xe9\x8d\xe7\x3b\xa6\xf7\x35\xe1\xd9\x1d\xcf\x78\x76\x8b\x29\xcf\xee\x63\xce\x49\x72\xb3\x19\x3b\x66\xe1\xc9\x72\x8c\x8c\xeb\x51\xfb\x1c\x72\xa0\x7f\xf1\xf0\x66\xf3\x4f\x92\xfb\x98\x7d\x86\xc9\x5d\x6e\x78\x86\xc9\x4d\xf7\x3b\xc3\xe4\x9e\x26\x7c\xa7\x20\x2e\xda\xbb\xc5\x94\xef\x05\xc4\x79\x7c\xa7\x9b\xcc\xe3\x1b\x6f\x32\x8f\xef\x65\x93\x79\x4c\x1e\xdd\x62\xc6\x90\xd5\xcd\xf9\x91\x7c\x8c\xbc\xe9\xb4\x1f\xdd\xd3\xbc\xef\x14\xb8\x45\x7b\xb7\xd8\xea\xfb\x00\xee\xf1\x39\xdb\xd9\x49\xd7\x0e\x53\x16\xcd\xdd\x70\xc6\xa2\xea\x7d\x4c\x18\xe1\x9d\x8d\xc3\x76\x99\x30\xc2\xe9\x4d\x27\x8c\x70\x7a\x1f\x13\x4e\x7f\x7d\x7c\x9b\xd3\x5c\x99\xb1\x68\xef\xa6\x53\x16\x75\xef\x63\xce\x77\x4a\x79\xde\x9c\xf0\xbc\x1f\xba\xf3\x8e\xc9\xce\x5b\x50\x9d\xf7\x44\x74\x26\xf8\xe2\xf3\x10\x9d\x0f\x6f\x47\x74\x26\xf8\xe2\x1e\x66\x8f\x2e\x17\x77\xb8\xdb\xe8\x72\x71\xc3\xcd\x46\x97\x8b\xfb\x99\xed\xbc\x7f\xb7\xf3\x9d\xf7\x6f\x3e\xe3\x79\xff\x1e\xe6\x3c\x49\x29\xdd\x39\x70\xf0\x0e\x73\x96\xed\xdd\x70\xce\xb2\xee\x7d\xcc\x99\xd1\x25\xb9\x21\x2f\x59\x3f\x69\xd9\xe0\x4d\x67\x2d\x2b\xdf\xc3\xb4\xa7\xe3\x5b\xcc\x99\x45\x3d\x48\xa2\x9e\x98\xb9\x31\x3d\xb1\x92\x21\x16\x42\x5a\x7c\x15\xa1\x64\xa4\xb6\xf5\x21\x95\xa2\x37\x7a\x88\x07\x3c\x18\x52\x88\xff\x44\x47\x37\x5a\xa7\xe9\xf8\x3e\x16\x69\x76\xb5\xa0\x37\xa4\x52\x5d\x88\x90\xcd\x04\xdd\x6e\x17\xdd\x68\xae\xb2\xfa\x3d\xcc\x16\xcf\x97\xb7\xa1\x50\xab\xdc\x97\x68\xf0\xc6\xcc\x97\xa8\x7c\x0f\x93\x4e\xc7\xf3\x3a\x9b\xcf\xc6\x33\x73\x9d\x97\x87\xd2\x51\x71\x0e\x02\x5b\xaf\xa5\xb1\xc5\x61\x6f\x50\x1c\x9c\x3f\x93\xf0\xa1\x7c\xa6\x98\x8e\x93\x30\x90\x86\xbe\x37\x5a\xb9\x74\x3c\x8f\x58\xfd\xc2\x91\xda\x85\x63\xe1\x66\x77\xc2\xf5\x0b\x47\xa7\x9d\x1b\x45\x00\x6f\x40\x9b\x29\x9d\xde\x10\x67\xa6\x74\xfa\xe2\x3e\x20\x85\x4e\xfb\xbd\xbb\x9d\x70\xbf\x77\xf3\x29\xf7\x7b\xf7\x34\xe7\xbb\x24\xfa\x64\x7b\xb7\x98\xf3\x7d\x10\x7e\x29\x9d\xde\x25\xdb\x2a\x9a\xbb\xf9\x8c\xef\x83\x69\x9d\xc7\x97\xb7\xbf\xe3\xe6\xf1\xe5\xcd\x6f\xb8\x79\x7c\x79\xcb\x79\xee\xed\x32\xcf\x9b\xca\xcc\xbd\x79\x62\x72\x8b\x79\xde\x8b\xac\x7c\x4e\x3f\xd3\xd3\xc8\x9f\x6e\xc7\xa5\xce\xe9\x7d\xd0\x6c\xf3\x65\x7a\x3b\x92\xad\x71\xfa\x7f\xbe\xe5\xf4\xc5\x2c\x3e\xff\xfc\x17\xf4\xd3\x9d\x4e\x5f\x42\xfd\x82\x7e\x52\xd1\x27\x6f\x32\xf1\x05\xfd\x74\x0f\xf3\x66\x31\xf9\xbc\xee\xf3\x55\x07\x11\x6e\x8a\xb3\x3c\xc7\x64\xc0\xe1\x3c\xbe\x1c\xb0\x5c\x32\x40\x90\x44\xab\x04\x8d\xf1\x3c\x4e\xb3\x41\x2f\xdf\xf3\x1d\x15\xa5\x88\x17\xb9\x38\xbf\xa9\xa1\x27\xa9\x8d\x73\x80\xda\xed\x8a\x8b\x75\x63\x14\x89\x23\xdb\xac\x98\x89\x1a\xc1\x61\xf1\x73\x40\xec\x4f\x78\x20\x77\x5f\xcd\x5c\x7a\xbe\x7a\x89\x2f\x51\x12\x30\x41\xa6\x06\x8f\x7a\x10\x87\xca\xe2\x12\xb5\xdb\xfd\x48\xb4\xa7\xf5\x4b\xb4\x35\x1d\x29\x2e\xc3\x83\xc0\x6b\xea\xcf\xa4\xa1\xb5\x5c\xb5\xf6\xc8\x6b\x4d\x5c\xac\x04\x52\xe7\x6a\xa5\xdf\x90\x76\x3b\x50\x89\x43\x2a\x28\x65\x78\x10\x10\x7f\xb8\x7f\x0e\x68\x87\x84\x4d\xfd\xe8\x61\xed\x30\x41\x19\x46\x8f\xd6\x42\x2a\x76\x21\xb5\x26\xd0\x5d\x3d\xa4\xde\x54\xe0\xe0\x38\xcd\x28\x7c\x2e\x4b\x4e\xe2\x80\x1d\xaa\x89\x48\xd1\x03\x0a\x07\x01\x8b\x0e\x18\x54\x91\x19\xa3\x00\x45\x07\x28\x5c\xaf\x71\xf6\x26\x7e\x23\x9d\xed\x1b\x4f\x04\x36\x6a\x0c\x5b\xaf\xd9\x9f\xfa\xfb\x51\xef\xf0\x4d\xfc\x66\x80\xbe\xe9\x1d\x76\x78\xd0\x11\x3d\x0e\x02\x14\xb9\x7e\xf6\xbb\xd9\x22\xc5\x3c\x00\x08\x84\xf0\xe0\xc3\x83\x55\x80\x44\xfb\x4e\xef\x22\x11\x0d\x7b\xa3\x1c\x89\xbf\xfd\xd1\xe1\x81\xf8\xbf\xc3\x06\x1d\x96\x7f\x08\xc3\xfa\xa6\xc2\x4a\x85\x03\x36\x90\xe5\x73\x97\xa7\x12\x2b\x20\xc3\x2c\xc9\xff\x2d\x9c\x5a\x7b\xdf\x40\x74\x0c\x3b\x4e\x8e\x8c\xca\xd4\x45\x97\x8b\x52\x19\x95\x96\xbb\x57\xbb\x5e\xbc\x61\xef\x66\x6c\x97\x92\xdc\x7c\x7e\xc6\x2b\x93\x01\x8c\xef\x8c\x3e\x15\xcd\xdd\x90\x3e\x15\x55\xef\x01\xb3\xdf\xad\xae\xc3\xcd\x55\x1d\xee\x47\xd3\x21\xfb\xe5\x4e\x1f\x46\x45\x73\x37\x9d\xef\x2f\xf7\xf2\x30\x9a\x2d\xcf\x3f\x0f\xbd\xd6\xb9\x1d\xbd\x96\x2d\xcf\xef\x61\xf6\x77\xab\xe3\x71\x73\x15\x8f\xfb\xd1\xf0\xb8\x63\x45\x87\x5b\xe8\x39\xdc\x93\x9a\x03\x67\x4b\x32\xbe\xcb\x19\x8b\xf6\x6e\x3a\x65\x51\xf7\xae\xe7\x7c\x75\x8e\x3a\x98\x74\x90\xb2\xd1\x7c\x58\x98\x73\x3e\x2c\xe7\xfd\x66\x31\x44\x4e\x5f\xbf\xfa\x2e\x66\x59\x97\xa3\xf9\x22\x8d\x39\x0a\x56\x38\x19\x80\xaf\x0f\x7e\x78\x44\xff\x85\x53\x00\xcf\x53\x3a\xfe\x38\xf8\xaf\x15\xc8\x94\x03\x3a\x30\x18\x82\xb6\xf1\x16\x0d\xc1\x5f\x1d\xe3\xae\x17\x66\x2a\xe0\xaf\x2a\x54\xd5\x31\x79\x97\xc6\x63\x04\x46\x10\x64\x3c\xe6\x32\x57\x34\x30\xfc\x12\x0e\x1f\xff\x05\xf6\x47\x70\x38\x7c\xfc\x08\x3e\x1e\x8d\x94\xb2\xf9\x70\x08\x8a\x96\x51\x2a\x9d\x8e\x0f\x57\xa5\xba\xfd\xaf\x60\x5f\x16\x1f\x8d\x20\x58\xc4\x2c\x9e\x23\xe9\x6f\x70\x30\x1c\xe5\xb0\x5c\x58\x75\xd4\xd3\x1d\x3d\x1a\x89\x1f\x60\xba\xc4\x89\xb4\xab\xce\x10\xd3\x26\x17\xa2\x23\xf0\xa7\xf1\x92\x65\x94\x0d\x7a\x7f\x02\xa6\x03\x67\x44\xd7\x1c\xca\x68\xd4\x98\x38\x8b\xb3\x17\x17\x71\x0a\x06\x93\x38\xcd\x10\x04\xcb\xc5\x45\x2c\x0b\x00\x17\x1e\x00\x9e\x80\x51\xfe\x5f\x70\x8e\x78\x3c\x58\xcd\xe5\xd6\x2a\xf3\x86\xeb\x43\x57\x77\x76\x9e\x81\x22\xc0\x87\xda\xfa\xb3\x0c\xf1\x67\xa6\xce\xa9\xd9\x7e\xae\x3d\x35\x9d\x19\x80\x78\x4b\xd2\x2b\x5b\x2c\x08\xb7\xc1\x3c\x4d\xf0\x04\x23\x56\x78\x54\x94\x9e\x2d\x1f\x9a\x74\x6d\x2b\x75\xc3\x77\x54\xd4\xfd\x84\xd3\x54\x99\x49\x07\x02\xb6\x3d\xef\x53\x77\xe0\xcd\xce\xf1\x8d\x21\xe3\x64\x96\xdc\x71\x4a\xaf\x87\x90\x41\xa2\xfc\x7c\x29\xa7\x5e\x08\xf2\x48\x39\x50\x8e\xc0\x38\x5e\xc4\xe7\x38\xc5\x1c\x4b\x8f\x13\x66\xa5\xcd\xec\x95\x51\x18\x7b\xe6\x94\x0a\xc0\xe3\x6e\xff\x31\x08\x21\x93\x66\xbd\x0d\x9e\xfe\x44\xa7\x7a\xe0\xe4\x5a\x9e\xfe\xa4\xd3\x16\x92\x2b\xe3\xe0\xd7\x7a\x18\x15\x7f\xa6\x41\x4f\xaa\x01\xc5\x59\xa6\xdc\xbe\xa8\x99\x41\x16\xfa\x7e\xae\xcf\x8c\xa7\x05\xb9\xe4\x6a\x55\x08\xe4\x21\x24\xb9\x54\xc7\x4f\x53\xa7\x07\x2e\xb6\x4b\xc3\x9f\xc2\xab\x38\x79\x8f\xc6\x08\x5f\xa0\x23\xc3\xa3\x07\x4a\x3f\x23\x39\x56\xb5\x83\x30\x57\x4e\x6a\xfc\x66\x0a\xdf\x40\x08\x82\x98\x4d\x33\x20\xfa\x94\x15\x7f\x94\xc5\x2b\xed\x55\xfb\xc9\x13\x05\x25\x45\xcb\xa6\x5d\x9d\x11\xd4\x3b\x41\xdd\x06\xcf\xb5\xcf\x63\xbb\x9e\x81\xdd\x9f\xcb\xfe\x58\x3e\x21\x95\x33\x5b\xe2\x9f\x1e\x69\x82\x63\xe2\xc3\xca\x4d\x34\xce\x6c\x4d\xaa\x45\x7d\x02\xa5\x1a\x8f\x71\x99\xeb\x2c\xaf\x88\xcd\xca\xa6\x59\xc4\xf3\xda\xad\x5e\xe5\x75\x80\x21\x53\x2d\x9c\xad\x72\x17\x91\xa8\xaf\xc2\x8b\x5d\x3e\x45\xbc\x85\x33\x9d\xe0\xf9\xce\xd5\x07\xc1\xcb\x54\x9e\xf0\xbc\x3a\x28\x69\xae\x82\xb4\x87\x23\xd7\x13\x0f\x81\x05\x4e\x7e\xed\x23\x8b\x00\x45\xdf\x96\xc3\x67\xcb\x78\x86\xdb\x41\xd5\x40\x50\x9c\xde\x18\xff\xde\x1d\xbd\x21\xe6\xf0\x33\x8a\x3f\xbe\x8e\x17\xda\xfd\xbe\xfe\xf2\x3c\xb0\x17\xce\xa8\xb4\xb7\x64\xe9\xee\x16\x98\x22\x8e\xbb\xb5\x76\x9b\x07\xa1\xe7\xdf\x1c\x72\xeb\xac\x7a\xb5\xa0\x19\x56\x53\x1f\x60\x69\xa9\x9d\x0c\x68\x1e\x11\x18\x47\xe2\x8a\xc3\x90\x86\x7b\x06\xa5\xc4\x46\x86\x25\xc6\x54\x45\xfb\x0a\xeb\xcb\x13\xb8\x87\x14\xa2\xe7\x65\x44\xcf\xae\x83\xe8\x3f\xe7\xf1\xad\x20\xfa\xaa\xf3\x29\x87\x35\x94\x93\xf5\xfd\x34\xe6\x35\x98\x9c\x89\x65\xe5\x45\x4c\x76\xac\xd3\xaa\xc8\x9a\x15\xbe\xc2\xb9\xd9\x3e\xb1\xa9\xb2\x0a\x85\xac\x16\x0d\x93\x72\x44\xe3\x3a\x51\xe1\x2e\xb0\xbd\x1b\x2e\xde\x74\x28\xee\x31\x32\x61\xab\xf9\xc0\x4b\x47\x67\xa6\x2a\x44\xb5\x86\x6c\x95\x69\x61\xc2\x11\x9b\xc4\xd2\x32\x7b\xe8\xce\x23\x5c\x6d\xa8\xde\x18\x2d\x65\xfb\xbd\x77\xbd\x9d\xd9\x65\xdc\x35\xbe\xb6\x3f\x5b\xf0\x15\xcb\x67\xdc\x61\xfc\x95\x62\xb6\x77\x18\x86\xc5\x00\xc7\x91\xbc\x32\x77\x6a\x98\x74\xdd\x4a\xb5\x81\x59\x24\x46\xec\x48\xde\x2e\xeb\x2c\x68\x7a\x35\xc1\xa9\x13\xf7\x69\x16\x67\x2a\xb3\x23\x19\x98\xac\x0e\x42\x6a\x9b\xf8\xcc\x77\x89\xf2\x3a\x5e\xc7\x8b\x7b\xbd\x6a\x8d\x2b\xe8\xbc\xb0\xb4\xf8\xa1\x22\xb0\xdb\x6d\x41\x12\x7f\xdb\x1b\x48\x7f\x98\x45\x0f\x35\x41\x49\x76\x5d\xa4\x7f\xa3\xd5\xb9\xfd\xaa\xe0\xcc\x2d\xd1\xc1\xe4\x82\x8e\xb5\x9b\xac\x1b\xad\xd2\x67\x8b\x34\xb6\x75\x9d\x9c\x08\xb2\x38\x13\x9c\x77\xf2\x9d\x18\xe8\xb1\x9d\x51\xa8\x1e\x4b\xd0\xb0\x2f\x5d\xd2\x6f\x66\x8c\xb7\x2c\xdb\xbf\xdf\x9a\x91\xc6\x15\xbb\xe9\x62\x55\x2e\xab\x3b\x3e\x4e\x75\x23\x2e\xc7\x83\x2f\x82\x3a\x68\x8f\xdc\x92\x57\x29\x45\x01\x29\x75\xca\x20\x30\xcf\x7a\xd2\xa3\xa5\x4f\xc6\x79\x31\x9b\x1c\xa2\xae\x0f\xd5\xe0\x04\x35\xf0\x61\xb5\xba\x92\x9e\xbf\x38\x8d\x1e\xac\xfe\x7e\xf2\xf6\x4d\x57\xb9\x92\xc5\x13\xcd\xb8\x7e\xc8\x43\xa8\x48\x34\x26\x98\x24\x96\x43\xd4\x00\xb5\xae\x8b\x02\xcb\x53\xd6\xbd\x91\xeb\xc8\xb7\xa8\xdd\xe6\xd2\x6d\x2f\x0a\x0f\x65\xfc\x60\x4d\xd8\x0d\xec\x1d\x1a\x45\x91\xee\x4f\x76\x95\x1d\x93\x09\xad\xa1\x78\x36\xf7\xa1\x5f\x63\x8b\xd0\x09\xef\x4c\xa4\xb9\xb7\x93\x00\x85\xed\xb6\x1f\xcf\x05\x85\x5d\x74\x81\xd8\x95\xe0\x8e\xcc\x7b\xad\x13\xde\x3a\xaf\x63\x3b\xaa\x70\x46\x89\x96\x49\xdb\x83\x48\x49\x11\x8b\xbf\xe6\xf0\xd5\x55\xf8\xcd\x22\x23\x7a\xe1\x8c\x6b\xa2\x63\x0e\xcd\x4c\x60\xb7\xdb\x45\xa3\x5d\x02\x25\xd6\x2e\xc8\x27\x4c\x12\x5f\x6f\xe6\x8f\xb9\x1c\x6a\x1e\xb7\x5b\x8c\xcd\xab\xa0\xe3\x92\x5d\x20\xc2\xa5\x27\x43\x54\x13\x42\xe6\xf6\xeb\x71\x76\x26\x1d\xe9\x64\x51\x85\xf4\x5b\xc5\x49\x92\x0d\x98\x76\x28\x99\x0d\x48\x9e\x57\xd7\x4f\x61\x31\xa9\x78\xed\x69\xdd\x40\x26\xf9\xe2\x15\x6a\xb7\x59\xbb\x8d\xdb\xed\x80\x1c\x1c\x40\x89\xcb\x55\x7b\x32\x92\xc7\x2b\x3d\xad\xd0\x56\xa8\x55\x01\x31\x9b\x22\xd7\xe2\x34\x66\x82\x52\x95\x32\x7e\x99\x20\xe5\xd8\x6a\x38\x70\x1c\xa7\xe9\x79\x3c\xfe\x68\xbe\x65\x81\xb7\xda\xf1\x96\x29\x63\xb7\x96\x28\xfa\x85\xc2\x18\x66\x32\x78\xb7\x92\x57\x3a\xdd\xc0\x22\x41\x74\xa3\x3e\x4d\x27\x4e\xa6\xee\x22\x84\xe5\x06\x22\xea\xd7\xf1\x82\x61\xa9\x25\x32\x14\xbc\x59\x9f\x38\x49\x2a\x8b\xa3\x8a\x42\x9c\x57\x47\x18\xc3\x0c\x92\xb0\x34\xd0\x28\xae\x0e\x2e\x22\x9b\x43\x7c\xdf\x7e\xf6\xfe\x21\xa8\xe1\xbc\xb7\x00\xf7\xe7\xbb\x8d\xcb\x6b\xfa\x96\x8c\x91\x54\x20\x29\x67\xd4\xec\x8f\x42\xfe\x71\x84\xf7\xf8\x61\xb5\x42\x40\x60\x0c\x69\x38\xa0\xed\x36\xed\x52\x32\x46\x87\x4c\x56\x8d\xe1\x77\x94\xa6\x28\x26\x01\xed\x8e\xe3\x05\x5f\x32\x14\x86\x83\x86\xfa\xb6\xa8\x68\xc4\x96\x16\xc7\xad\xe6\xb0\x78\x77\xae\x18\x64\xb8\x12\x03\xab\x29\x19\xa8\xec\x41\x73\xa6\xe9\x18\xb7\xdb\xd8\xef\xf8\xe4\xc7\x77\xef\xde\xbe\x3f\x3d\x39\x7b\xf1\xd3\x8b\x37\xa7\x67\x6f\xdf\x9d\x1e\xbf\x7d\x73\x52\x96\xc3\xe9\x50\x33\xec\xca\xba\x62\x37\xd7\x84\x26\x69\xf4\x33\x5e\x00\x12\x7c\x01\x54\xbc\x09\x0e\x59\xd4\xdb\xb3\x72\xa3\xca\x82\x80\x71\x8a\x05\x1f\x24\x9a\x16\x87\x62\x25\x56\x55\x6d\x64\x8d\xe8\x4e\xd6\x3d\x54\x57\xb3\xfc\x6d\xea\x87\x83\x80\x57\x46\xa3\x0a\xc8\x3f\x40\xd0\x38\x98\x60\xee\xd5\x82\xfb\x3d\xb8\xdf\x0b\x95\xe8\x3f\x5b\xc4\x7c\x3c\x53\xf9\xbc\x36\xa9\x2f\xc9\x95\xb1\x48\x2b\x68\x93\xfd\x7e\x9e\x87\x41\x58\x23\x73\x57\xc1\x19\x2a\xfa\x87\x8f\x6b\xf5\x0f\x1f\x8f\xda\x6d\xf7\xcb\xc5\xaf\xe1\xaa\x7e\x4f\x39\xc4\x02\x19\xb0\x20\xcc\x6b\x56\x56\xe5\xe6\x8d\x9b\x5b\xc3\xa0\x51\xd2\x61\x28\xc3\xbf\xa2\x42\xda\x62\x7e\xc8\xeb\x5c\x65\x6e\x12\xfa\x6c\xb9\xb2\xe4\x05\xac\x8e\x5a\x31\xc1\xb8\x08\x8f\xa6\x24\xa6\x34\x2a\x62\x76\xbb\x0e\xac\x48\x5d\x38\x2d\x14\xae\xe8\x10\x8d\x22\x32\x44\xd2\xfb\x19\x75\x82\x93\x45\xfb\xfb\xee\x27\xa4\x5d\x97\x84\x96\xb9\x6e\x02\x0c\x80\x0a\x96\x87\x49\x8b\xae\xd7\xd4\x75\x38\x15\xb6\xdb\x01\xed\x1a\x1a\x3b\xda\xef\xc9\x60\xae\xda\x91\x58\xd8\x65\x82\xa4\xcc\xd4\x2f\xa5\x34\x63\x07\x28\x65\x51\x46\xbe\xa2\x61\x63\xbd\x66\x79\x28\x71\xbc\x03\x0c\x5e\x7f\xb2\x3b\x15\xa5\xcf\x4b\x3f\xf4\xbe\x54\x38\x14\x6c\x02\x39\x40\x2f\x33\x32\xaf\x24\x56\xa9\xb1\xdc\x43\xb3\x20\x99\x8a\xe9\xa9\xc7\x14\x7a\x07\xcf\x3a\xe2\x28\x64\x51\x60\xd8\x40\x2c\x83\xba\x76\xb5\x3f\xce\xe2\xb1\x33\x96\x2b\x06\xb1\x7a\x42\x6d\x29\x4a\x20\x2b\x64\x68\x4d\xd2\x75\x48\xf6\xea\x02\x07\x15\x32\x77\x05\xb8\x6f\xcf\x45\x8f\xe2\xea\x51\x61\x72\x60\xc0\x22\x5a\xf0\x07\x75\xf2\x74\x87\xc5\x62\x2e\x24\x79\xac\x18\xf3\xa1\xc8\x32\x62\xcc\xc2\x8b\x66\xc8\x98\xb7\x93\xac\xba\x93\xc4\xec\x64\xae\x5e\x85\xcc\xf5\x5b\x8a\xcf\x18\xb3\x69\xd6\x2d\xde\x29\x86\xbd\xd1\x86\xf7\xac\xe2\xe5\x4a\xd6\xf5\x97\xa2\x4b\xd5\x0f\x4d\x0d\x28\xfc\xad\x2e\xfb\x59\x4c\x92\x14\xbd\x97\xc5\x43\xff\xd1\xab\xae\xa1\x25\xd9\xb5\x29\xf7\xcb\x34\x66\x27\x5a\x7a\x52\x80\x34\x8a\x03\x5c\xc4\x0e\x87\x95\xad\x1c\xb2\xd1\x66\xce\xd8\x7b\xee\x80\xce\x92\x4b\xaa\x32\x0f\x61\xa9\x03\x77\x78\x00\x0e\xc9\x68\x6b\x50\xbe\xe6\xea\x21\x74\xf2\x42\xe8\xa9\x35\x67\x55\xf3\x9a\x45\x3c\x45\x1d\x8e\x79\x8a\x0a\xb3\x03\x9b\xb4\x2b\xc1\x54\x68\x1a\xdc\xcd\xb9\xc5\x51\xc0\x6b\xcf\x6d\x00\x8a\xc1\x29\xef\xeb\x21\x64\xa5\xa3\xeb\x52\xf6\x8d\xa7\x17\x6f\x39\xbd\xc6\x75\x38\xb6\xa7\x96\xfc\xae\x4e\x2d\x2e\x9d\x5a\x39\xde\xe3\xca\x3b\xee\x74\x89\x93\x97\x54\xc7\x6e\xcb\x75\xec\x38\x39\x73\xd9\x64\x69\xfa\x2a\xa2\x9f\x9c\xb9\xf2\x96\xb8\xc2\xc9\xa0\x48\x3c\x4e\xf2\x30\xf7\xf8\x56\xc5\x9c\xa9\xae\xe2\x4c\xaa\x1f\xaf\x72\xb1\x1a\xa5\x7a\x50\x6e\xd8\x00\x75\xff\x45\x31\x09\x00\x08\x73\x2b\x84\xaa\xf4\xc9\xfc\x71\x64\xe3\x19\x12\x50\x73\x2a\x5a\x50\xef\xe4\x41\x08\x01\x28\x3d\x82\xab\x39\x79\x69\x5e\x33\x8a\x96\x09\xdc\x41\xed\xd0\x8f\x44\x06\xcc\x39\x6a\x71\x01\x19\x59\x34\xe4\x23\x98\x46\xb7\x41\x04\x70\x1c\xad\x72\xe8\xd2\x1b\x69\x03\xbd\x31\x16\xf4\x46\xaa\xe9\x8d\xb1\x4f\x6f\x8c\x3d\x78\x2b\xd3\x1b\xe3\x46\x7a\x63\xbc\x5e\x8f\xcb\xf4\xc6\xd8\xa7\x37\xc6\x51\xb6\x0b\xbd\xe1\x09\x31\x02\xc1\xee\xa2\x70\xbd\x46\x79\x08\xc7\x21\x5c\x3a\xf4\xc6\xb8\x44\x0d\x8c\x35\xbd\xe1\xa5\x1f\x8e\xab\xf0\xbe\xb4\xf4\xc6\x78\x33\xbd\x51\xee\xa1\xfe\xc8\x8a\x21\x8e\xc5\xf4\x14\xbd\x41\xa2\x31\x64\x4a\xdf\x4c\xf2\xea\x30\x85\x4b\x38\x76\x10\x27\xae\x12\xae\x0e\xe2\xb4\x61\x87\xcb\xc8\xe9\xba\xe8\x53\x05\xeb\x85\x59\x41\xa8\xa6\xc5\xdb\x22\xfb\x3d\xe1\x1f\x97\x6a\xb0\x83\xbd\xe7\x70\xb0\xb6\xdf\xf1\x7f\xa8\xf9\xff\x0d\xd4\x7c\x12\x81\x25\x51\x6d\x24\x85\xb9\xd3\xcb\x38\xe3\xdf\x51\xca\xb5\xc8\x60\x16\x01\x46\x97\x1c\x3d\xc7\x89\x0a\x46\x0b\x64\xdd\x49\x13\x45\x01\xb7\x30\x08\x65\xfa\xa3\x10\xb8\x87\x15\xa6\xc1\x8b\x2b\x5c\x22\x3d\xea\xc8\x0d\x1d\x55\x52\xd2\x34\xa7\x8a\xde\x52\xd2\xbc\x22\x4b\xce\x85\x01\x18\x97\xd2\x0b\xb1\x7f\xa6\x73\x96\x3a\xc7\xdc\x4f\xc3\x51\x91\x76\xa6\x57\x53\x79\xd6\x97\xe1\x86\x17\x31\x8b\xa5\x33\xef\xd6\xba\x05\xe0\x82\xa1\x05\x22\x89\x38\x6c\x0c\x2d\xd2\x78\x8c\x0c\xa5\x6a\x9a\xa8\xb9\x1f\x95\x04\x65\x55\xc4\x4a\x35\x65\xde\x12\xb1\x52\xf1\x84\x23\xf6\x5e\xaa\x56\x03\xa8\xe8\x2a\x27\x26\xb0\x6c\x27\xcc\xeb\x88\x12\x27\x60\xbc\x8c\x3e\xf9\xe2\x12\x67\x1c\x93\xa9\xac\x62\xe4\x3d\x4a\xd4\x83\x6a\x83\xd4\xd6\x87\xf8\x54\x07\x75\x80\xc8\x05\x66\x94\xa8\x2d\xdc\x43\x5d\xbb\xf8\xed\xf6\x10\xd8\x75\x01\x10\xe8\x35\x91\xae\xca\x17\x4a\x33\xdc\x8b\x94\x6f\x8c\x32\x5f\xcc\x17\x02\x98\x8b\x86\x86\x7c\x14\x9a\x10\xb6\xfe\xca\x4b\x23\x00\xbf\x60\xae\x67\xab\x36\xba\x4b\x49\x30\x53\x09\x35\x0b\x1e\xe6\x32\xdc\xb9\xf4\xef\xae\xa3\xec\x65\x45\x78\xd1\x9a\xfe\xba\x76\x3e\x90\xd5\xe6\xeb\x39\x42\x52\x9b\xab\xe7\xbd\xa7\x5e\xbb\x50\xd1\x5a\xbb\x1d\x38\x5f\x11\x0f\xa1\x29\xa2\x1b\x34\x6f\x65\xaa\xa4\x4e\x8c\x58\x51\x4e\x37\x6d\xca\x11\x59\x4e\x27\x46\x44\x40\xc5\x0c\x31\xcc\x5f\x32\x3a\x7f\xc7\xd0\x05\xa6\x4b\x67\xa6\xb2\x45\x99\xa6\xa2\xcb\x6f\x1b\x5e\xf1\xbb\x66\xa0\xce\xf8\xb8\xf9\x15\x86\xb9\xa4\x45\x4b\x6b\x2b\x63\x6b\x8a\xc5\xff\xee\xea\x38\x09\x50\x17\x27\x26\xe2\xa4\x22\x84\x5d\x7a\xd2\xba\x6c\x17\xd4\xc5\xb0\xdb\xed\x3a\x99\x32\x3e\x6a\x31\x07\x2b\xa9\x34\x29\xd2\x30\x99\xa0\x4b\x1e\x71\xf9\x47\x01\x44\xfd\x92\x68\x0d\xd3\x3a\xb8\x80\x44\x5a\x65\x8e\x51\xc0\x60\xdf\x84\xcf\x75\x48\xe0\x4c\x2c\x74\x75\xe4\xea\x46\xea\xf4\xc3\x61\x6f\xb4\x67\x37\x50\x0d\x8c\x41\xa6\x06\x86\x36\x8d\x69\xe3\xa0\xdc\xfe\x4b\xeb\x02\xd1\x28\xd7\x84\xfa\xe6\x95\x0f\xe1\x4a\x8c\x62\xc0\xa0\x19\xd9\x80\xe4\x11\x97\xa3\x65\xc5\x68\x49\x08\x05\x60\xa9\xa0\xe5\x02\xfa\x8a\x45\xd7\x2b\x2b\x6f\x28\xcd\x72\x96\x37\x69\x0f\x9b\xe5\xc3\xee\x6e\xf6\xfd\x29\x60\xc9\x7e\x5d\xe0\x0c\x9f\xa7\x48\x0e\x31\x0b\xd4\xd8\x91\xbb\xaa\x90\x47\xe8\xd0\x58\x41\x0f\x7a\x90\x45\xc3\x91\x0c\xa7\xfb\x94\x77\x3a\x4f\x8d\xe0\x56\x60\x04\x01\x51\xc4\x1c\x85\x70\xc5\xba\x4b\x92\xcd\xf0\x84\x07\x24\xdc\x3b\x67\x28\xfe\x98\xbb\x49\xc6\xea\x95\xc9\x61\x64\x32\xfc\x47\xdd\x28\xbc\x01\x42\x1e\xed\xab\x21\x08\xd8\x64\x02\x1c\x87\xa3\x02\x0c\x0d\x92\x43\xd1\xb7\x2b\x3c\x09\xa4\x27\x33\xc2\x43\x6c\xbb\x45\xe1\x1e\x4a\x33\xd4\x92\x99\xe6\xc8\xac\xc4\x51\xe4\xd1\x7e\x5f\x37\x6c\xb8\x39\x1d\x03\x3a\x62\x02\x9c\x70\xbb\x1d\x04\xa8\xc2\x31\xa2\x30\x74\xce\x2b\x76\xcf\x2b\x73\x7a\xcd\x65\xaf\x5c\xe0\xd6\x62\x02\xb6\x1f\xa8\x63\xe9\x8a\x5b\x05\x62\x41\x97\x8d\x63\x2e\x97\xd2\x35\x29\x44\x26\x83\x87\xe2\x8a\x0c\xf3\xc2\x86\xd9\x5d\x2f\x77\x25\x21\x37\x9b\x55\x3c\x46\x9a\xad\x7c\xca\xbe\x21\x4f\xd9\xc1\x81\xaa\x8c\x23\x34\x64\x02\x70\xb8\xba\x50\x02\xae\x86\xa4\x13\x42\xc8\x0e\xfa\xdf\x90\x76\xdb\x26\x17\x13\xb5\x3b\xc9\x0b\x26\x79\x47\x16\xd7\x5c\x1d\x93\xc9\xc6\xbb\xc3\xbd\x78\x9d\xd0\xb6\x1a\x48\xcd\x22\xec\x25\x2a\xa0\xab\x2a\x2c\x88\xab\x73\x4a\xb9\xaa\x84\x42\xc5\xd5\xdb\x47\x0f\x39\x2b\x83\x0b\xec\xb5\xa6\x92\x9f\x1b\xb5\x76\xb1\x21\x5b\xee\xf2\x55\x5e\x39\xe1\xab\x1a\xf9\x80\x0a\x5c\x28\x63\x36\x77\x71\x12\x45\x11\x92\xb6\xe6\xf5\x43\x15\xa0\xbb\x9f\x68\x53\x71\xfb\x9e\xe4\x8f\x7f\x86\xe2\x44\xdc\x8c\xdd\xf1\x0c\xa7\xc9\x1b\x9a\xa0\xac\x14\xab\xdc\xc6\xb8\xa6\x66\x8f\x51\xc4\x86\x74\xb4\x07\x94\x80\x4c\xfa\x36\x20\x3a\x74\x5f\x97\xd3\x57\xf4\x13\x62\xcf\x62\x41\xc8\x8b\x6d\x56\xd8\xec\x99\x68\x5d\x2c\x83\x3a\xe5\xfe\x18\x4a\xcf\x58\xaa\xd9\xd0\x44\xd0\x2e\x15\x3b\x45\x97\x5c\x0c\x53\xaa\x2a\x0b\x04\x8b\x48\xa2\x5a\xc7\x02\xbb\xb9\x09\x44\x49\x2f\xc6\xbe\xa8\xd0\x21\x35\x87\xfc\xd6\x52\xcc\x72\xeb\x86\x5a\xbd\xbd\x80\x34\x2b\x37\xed\xe8\xb9\x90\xdb\x36\xee\xc9\x44\x27\xd7\x65\xed\xef\xd1\x18\x41\x72\x17\xbc\x81\xbf\x28\x9d\xb2\x70\xe5\x9a\x68\xd4\xbc\xb4\x2d\x04\x68\x76\x32\x19\xbb\xa7\xf3\x09\xf3\x59\x47\xc1\x94\x6b\x8a\xe7\x95\x99\x2f\x53\x8e\x17\x29\x72\x0b\xd7\x3d\xc4\x5d\xbb\x61\xaf\xbd\x6d\x8d\x18\xcb\xbe\x6c\xa7\xe6\x2a\x5a\xd9\x9f\x45\xa1\x87\xd4\x28\xf4\xa4\xf1\x15\x5d\xf2\x81\xd5\x93\x86\x72\x8c\x2a\x54\x92\xb5\x48\x54\x26\x91\xb5\xab\x0c\xa0\x7a\x8a\xca\x06\x2b\x95\xf3\x96\xa9\x80\x95\xae\xa8\x15\x19\x1c\x88\xc4\x4d\x76\x76\x86\xb3\x93\xe5\x74\x8a\x32\x51\xf1\xec\x4c\x51\x6c\x87\x3a\x46\xb9\xae\xcd\xba\x67\x67\x72\x3e\x67\x67\x90\x87\x26\x80\xb9\xe2\x8d\x65\xd3\xb9\xaf\x55\x51\xe3\xbb\xe2\x76\x1b\x7c\x0d\x80\xb9\xde\x5e\xd7\x35\xa7\xf5\x3e\xa6\x8c\x2e\x17\x1d\xf9\xfb\xde\x40\x42\x9d\x4e\xbb\xd5\x16\x30\x78\x3c\x55\xdb\x0e\xa0\x86\x91\xc2\x5c\x62\x1e\xf3\xf1\x0c\xb1\x02\x6a\x5e\xab\x04\x98\xa9\x6d\x45\x89\x52\x7d\xb1\xad\x96\x80\xc7\x5d\x3c\x5b\xa5\x43\x75\xc4\xae\xdd\x20\xd0\x04\x59\x7e\x41\x04\xca\x4c\x0c\xce\x2c\xa9\xef\xf8\x8f\x64\x26\xd6\xa0\x74\x48\xa4\xe3\xbb\xeb\x97\x81\x24\x00\x3a\xb3\x3b\x1c\x01\xcf\xb4\xc3\xa1\xaf\xa6\x88\xdb\x72\x45\xd4\x2c\x41\x22\xf3\x19\x22\xfa\x8f\x80\x72\xd5\xf6\x51\x80\xc2\x2e\xa7\xca\xff\x51\x68\x22\xca\xfb\xa9\x36\x51\x5a\x10\x64\x33\xba\x4c\x93\x93\x19\xfd\xa4\xce\x81\x5a\x47\x57\x52\xbd\x5f\x0c\x24\xb3\xc5\x7e\x9e\x21\x02\xc2\xf5\xba\x39\x4f\x9d\x19\x18\x27\x49\xb5\x61\x45\x7c\x35\xf7\xdc\x6e\x07\xe0\x9c\x72\x4e\xe7\x82\x70\xa8\xeb\xe3\x9d\x7e\x61\x05\xe1\xa1\x26\x12\x65\xa9\xf3\x25\x4e\x93\xe2\xa8\xbf\xa4\xec\x14\xb1\xb9\x60\xb5\x06\xdc\x12\xc8\x5b\x4a\x8a\x41\x17\x18\x46\xec\xf8\x11\x31\x25\x3d\x09\xbe\x5a\xc7\xf7\x27\x3f\xbd\x33\x82\x94\xa0\xb2\x67\x72\xcd\x41\x18\xaa\x7d\x62\x8a\x53\xe8\xb9\x9e\x9e\x0c\x63\xb2\xe7\x10\x3d\x6a\xb2\x2a\xb4\x77\x11\x2a\xed\xb0\xa6\x43\xb5\x5e\xba\x79\x1e\x7d\x1b\x70\xb3\xd1\x92\xcb\xe0\x0e\x30\x68\x66\xb3\x66\x3f\x44\x0b\x83\x40\x73\xb7\x1a\x71\x1a\x20\x61\x61\x61\x9e\x59\xa9\x2a\xf8\x8e\x30\x0f\x73\x58\xc5\xc4\x02\x7d\xa0\x76\xbb\x8a\x7c\x4b\x68\x17\xb9\x68\x17\xb2\x1a\xc4\x2b\xba\xc8\xa1\xc1\xe7\x06\xc7\x13\xbb\x2c\x9a\x11\x91\xab\xf5\x12\xa3\x34\x39\xd4\x2c\x8c\x4c\xd7\x98\x23\xb0\xf2\xaf\x40\x93\xe1\x4e\x05\xb1\x00\x83\xba\x4a\x72\x71\x82\x1e\x64\x7a\x55\x8c\x7e\x5d\x80\xd6\xeb\xe1\x48\x5a\x26\xe6\xb0\x11\x92\x8c\xfa\x66\x79\x05\x04\xe6\xb0\x93\x1e\x20\xc8\x05\x8b\x5e\x07\x94\xaf\xe2\x73\x94\x4a\x4d\xf0\x72\x27\x26\xc7\xa3\xfe\x4b\x65\x0e\xeb\x12\x05\x6f\xf2\xe1\x28\x49\x5a\xe0\xc1\x0a\xe5\xa0\xdb\xed\x7e\xf8\xac\xd7\x5a\x0d\xb6\xfd\x5c\xf7\x5c\xb5\xab\xfb\x34\x9f\xb8\xd6\x7d\xb6\x4d\x47\xf9\xae\x2e\xfe\xfb\x22\xc0\x3d\x1b\xa5\x7a\xdf\x23\xfc\xdd\xd1\x8f\xff\xfa\x6f\xfe\xbc\xde\xf7\xc8\x89\xbe\x61\x81\x01\x12\xc0\x11\x9b\x03\xe8\x39\x25\x91\x82\x72\x7d\x04\xed\x72\xcb\x8c\x34\xa5\x9f\x9e\xa5\x28\x66\xf2\x8b\xe1\x58\x69\x80\x9c\xa3\xe4\xbb\x2b\x93\x74\x4c\x24\x6f\x6d\x3e\xe5\x09\xf2\x3e\x52\x53\x5a\x1d\x19\x39\x22\x35\x96\xbf\x8e\xe3\x74\xbc\x4c\xdd\x6b\x47\x24\x0a\xae\x43\xfd\xa0\x19\x7a\x4b\xec\x1c\xfe\xaa\xc7\xfc\x3d\x9e\xce\x52\x3c\x9d\x71\x94\x94\x7c\xaa\xc8\x4f\xcc\xd4\x9f\x4c\x92\x13\xf2\x37\xa3\x8b\x84\x7e\x22\xcf\x4c\xcb\xe8\x92\xb3\x58\xfc\x90\x74\x9a\x37\xe7\x99\x69\xfc\x2d\xf9\x9e\x4a\x6d\x1b\xf0\xd7\x19\x65\xf8\x57\x4a\x78\x9c\xba\xe3\xd4\x8c\x5d\x7a\xf5\x76\x81\x88\xea\x28\xa5\x71\x82\xc9\xf4\x35\xca\xb2\x78\x2a\x08\xc4\xbf\x4a\x8c\x77\xca\xf0\x74\x8a\xd8\xcf\x38\xe1\x33\x91\x48\xa8\x22\xb3\x32\xa7\x20\x25\xdf\xa5\x4b\xa6\x7e\x3d\x13\x13\x57\x3f\x5f\xd2\xf1\x32\x53\x3f\x8f\xc9\x62\xc9\xd5\xcf\x1f\xd0\x95\x98\x8f\xfa\x10\xdd\xcb\x5f\x35\x3b\x28\x85\x78\x33\x1d\x33\xdb\xfb\xf4\x8b\x31\xa9\xa8\x7c\x32\x66\x34\x4d\x95\x47\x1a\xe5\xba\xe2\xe8\xdd\x71\xd5\x41\x0d\x04\x7f\xcd\x64\xc9\x53\x2a\x7f\x17\x08\xbf\xf8\x74\x66\xe6\x25\x78\xdd\xaa\x9c\x77\xfe\x18\xd5\x79\x43\x89\xfb\xfb\x98\xa3\xb9\x57\x93\xc7\xe7\xda\xbe\x09\xfc\x95\xab\xd5\xb5\x9b\xab\xbf\x8f\x13\xe7\xe3\x3d\x4d\xe5\x58\x04\x2f\x7f\x34\x43\x71\xa2\xe9\x5c\x91\x76\x81\x18\xc7\x63\x6f\x6f\xdb\x31\xe7\x2c\x6b\xf2\xc4\xf3\x58\x3a\xc8\xe9\xc1\xe1\xe3\x2f\xad\xb3\x9c\x1e\x1c\x82\x26\x72\x17\x8c\xb4\xcb\x9e\x1a\xcf\x3d\x35\x7e\x72\x1e\x41\xd0\x6a\x89\x8c\xaf\xa0\x68\x59\xfa\xfd\xe9\xff\x05\x7e\xf1\x58\x79\xd8\xb9\xbf\xe3\x2a\x7d\xfd\xd4\x75\xf4\x9f\x83\xac\x0f\xf2\xbc\x80\xa2\xad\x67\x5a\x3d\x06\xdf\xfe\x7c\xff\xf6\x47\xbd\xf8\xa5\x59\xb6\xdf\x31\x16\xf0\xcb\xdf\x16\x33\xe8\xc3\xfe\xc5\x48\x9e\xcc\x2f\xd5\x9f\xbf\xa8\x3f\x5f\xa9\x3f\x5f\xab\x3f\xfd\x9e\xfa\x2b\xf0\x42\xc3\x41\x1a\xe9\x92\x7d\xfd\xf7\x91\xfe\xfb\x58\xff\x7d\xa2\xff\xea\xde\xfa\xba\xbb\xbe\xee\xaf\xaf\x3b\xec\xeb\x1e\x1f\xe9\x1e\x1f\xe9\xf6\x1e\xe9\xf6\x1e\xe9\xf6\x1e\xe9\xf6\x1e\xe9\xf6\x1e\x7d\x59\x8c\xd0\xc0\xb1\x1e\xd2\x23\xdd\xc5\x23\xd9\x85\x42\x74\xc6\xfd\x58\x4f\x20\x45\x8f\x2b\x01\x1a\xb9\xa9\x2a\x7a\x34\x8f\xf5\x68\x1e\xeb\xd1\x3c\xd6\xa3\x79\xfc\xb8\xe8\xd5\x63\xe5\x74\xd7\x8f\xf5\x28\x1f\xeb\x51\x3e\xd6\xa3\x7c\xac\x87\xf4\x58\xcf\xfa\xb1\xee\xe7\x49\xaf\x69\x88\x3e\x83\xe9\x0d\x52\x74\xee\x03\xb0\xee\xfd\x89\x1e\xed\x13\x3d\xda\x27\x7a\xb4\x4f\xf4\xa8\x9e\xe8\x51\x3d\xd1\xa3\x7a\xa2\x47\xf5\xe4\xab\xa2\xe1\x0a\xe0\x99\xb6\xf5\x88\xbf\xd0\x2b\xf3\x85\xee\xeb\x8b\x47\xa3\xad\xae\xd3\x1e\x41\xf0\xcf\x7f\x4a\xf0\x53\x37\xd0\x23\xe3\xa2\x0d\x0e\x41\x99\x0b\xb2\xb7\xcd\x6e\x0e\xe2\xe4\x6d\x23\xfe\x89\xcc\x3e\xac\xbb\xd7\x9a\x64\x41\x40\x0f\xdc\xa7\x2d\xad\xf7\x38\xa8\xbd\xd5\xc9\x52\x66\x06\x3b\x78\xa1\xf3\x47\xf4\x15\x7c\x52\x69\x70\x53\x73\x26\x5b\x54\x2f\xe7\x8a\xda\xf9\xc6\xfa\xfd\xed\x5e\xe7\xc6\x0e\x46\x89\xcd\x05\x88\x27\x00\x82\x14\xf1\x8d\x3e\xe8\xee\x86\xfb\xb0\xde\xe9\x6e\x26\x6c\xbf\x25\xeb\xf7\x7b\x62\x7d\xbe\x9b\x9d\x3e\x7f\xfd\xf8\x32\xae\x65\x7d\x2a\xb4\x9b\x80\xed\x2f\xd4\x09\x45\x97\x1a\x76\x1d\x30\x68\xde\x70\xc3\xf4\x7e\xf6\x9d\xad\xac\xf6\xf5\xb7\x7a\xeb\x5b\x8a\x2f\x26\xf8\xeb\x34\xc5\xf3\x39\x62\x45\xb5\xff\x18\x33\xfd\x47\xfd\xb1\xd1\x2d\x59\xb6\xf9\x3c\x5e\xd1\xf3\xef\x7e\xe4\x57\x0d\xa2\x08\x7b\x4b\x64\x96\x0d\x28\x91\x60\xb7\xe6\x58\x76\xe4\x8c\xee\x80\xb1\xb9\x19\x3f\x73\x43\x46\xe6\x96\x4c\x8b\xa2\x65\x77\x16\x44\x94\xd3\xbc\xb1\xec\xc0\xd1\x14\x6c\xcc\x6f\xc3\xaf\x30\xf4\xcb\x12\x33\xcd\x39\xdc\x25\xef\x72\x13\x0e\x45\xd9\x9a\x5f\x2d\x14\x8b\xa1\x5e\xef\x6b\x78\x95\x1a\x3e\xa6\x91\x6f\x69\x16\x57\x38\x52\xbd\xca\xed\xf7\x15\x2c\xbd\xb9\x29\x99\xc2\x13\x2d\x53\xf8\xcf\x49\xfc\x37\x3c\x89\xbf\x7f\xd9\xc2\x1f\xf1\xac\xde\xe0\x7c\x16\x07\xdc\xfa\xf0\x56\x2c\xa1\xe6\x00\xb7\x89\x13\x7c\x96\xac\xdf\x33\xbc\xac\xe1\x68\x4b\xf9\xfd\x82\x19\xd5\xc7\xe1\x3b\xff\x34\x59\x79\xe4\x6f\x2a\x78\xf0\xa5\x0c\x85\xe8\x40\x8c\x5b\x59\x94\x2a\x00\x1e\xf9\x12\x85\x22\xdb\x40\xf2\xa8\x9c\x21\xa1\x7a\xb4\x59\x00\x71\x33\x41\xc3\x6d\x45\x04\x7d\x41\x7e\x57\x59\x06\xab\xe9\xa4\x21\xa9\x05\x8c\xc8\x60\x54\x16\x6f\xf8\x7b\xfd\x45\x7f\x04\xeb\xd5\x79\x1e\xea\xa6\xc0\xc8\xf1\xce\x5e\x86\xc3\x2f\x7a\x8a\x3b\x57\x62\x08\xf5\xd7\x11\xd0\x18\x8d\x8a\xd3\xf8\xfc\x58\x55\xdb\x55\x54\x61\x99\xf7\x2f\xbe\xd0\x40\xa9\xf7\x78\x33\xf7\x0d\x1f\x55\xf9\xf3\x0d\x8c\x99\x38\xdb\x0e\xe7\xb2\x23\x83\xb6\x95\x47\xb2\x6c\x57\x8a\x78\x2b\x2d\x4c\xf8\x8d\xad\x7e\xd5\x76\xdf\xff\x8e\x83\x80\x36\x9a\xf3\x4b\x13\xf7\xd2\xba\x06\xd5\x58\x4c\x85\xcd\x7b\x19\xe1\xb4\xdb\x45\x9e\x87\x1d\x0f\x41\xa7\x0f\x06\x4e\x45\xbd\xd9\xeb\x35\xe8\x81\xbc\x38\x19\x8a\xad\xc3\x93\xa0\x28\xaa\x2e\x82\x76\x7b\xbf\xef\x75\xad\x92\x95\x26\x84\xf1\xfc\xa1\x7c\xb9\x4f\xc4\xc9\x94\x97\x4a\x60\xad\xdb\xe5\x69\x75\xf4\x50\x74\x13\x32\xd9\x1d\xb4\x4e\xd2\x1a\x12\x4d\xad\xe9\xc3\x5d\xf5\x4f\xa5\xdb\xd0\xf9\x35\x63\x76\x6b\x1e\x06\xbc\x9b\x71\xba\x10\x4c\x4f\x3c\x55\x86\x38\x21\xdc\xef\x87\x83\xfe\x63\xe9\x9d\xed\x23\xba\x7a\x46\x13\xa9\x50\x81\x33\x31\xdb\xfa\x1a\x4e\x98\xb3\x59\x41\x5a\x1c\xa2\xae\xb9\x4d\xda\xed\x4e\x7f\x5f\x19\x81\xa8\x04\xab\xb2\xef\xd5\x08\x0f\x03\xd4\xd5\x5a\x30\x5d\x49\xbc\x04\x5c\x8d\xc7\x4d\x9f\x51\x91\xe1\x55\x84\x35\xc5\x9c\xea\xd6\x1a\xb2\x16\xe1\xbb\x1a\x7c\x62\x7a\x7a\x88\xeb\xf5\x70\x14\x6a\x0e\xb8\x17\x42\x12\x75\xfa\x56\xfb\x18\x47\xbd\xa7\xb8\xd0\x3e\xc6\x07\x07\x21\x9e\x04\xd6\xe4\xe8\x97\x65\x9c\x06\x6c\x88\x47\x10\x85\xe1\x8a\x44\xd8\x98\x06\x68\x36\xf9\xdb\x4e\xff\x90\x19\xf3\x05\x02\xfb\xe1\xc0\x2a\xc7\x43\x96\x7b\xfb\x2d\x55\xfc\x8d\xb5\x85\x55\x37\xfe\x65\x89\xd8\x95\x9a\x00\x65\x01\xf8\x7f\x6a\x90\xa6\x3e\x18\x05\xf2\xc4\xa2\xc5\x0e\x38\x40\xdd\x25\xc1\xbf\x2c\xd1\x71\x22\xdd\x61\x73\x05\x5f\x81\x54\x34\xac\xba\x2d\x50\x24\xd0\x90\x6d\xf7\x79\x40\x1b\x2a\x87\x90\xba\x1e\x0f\xe2\xba\x82\x9a\x16\xdb\xc5\xb5\x42\x63\xed\x5d\xfa\xb1\xd4\x9d\xd8\x9b\x1b\xf4\x64\xea\x97\xfa\xa2\xae\x0c\x2a\x85\x9b\x42\x62\x64\x30\xad\x71\xa1\x7b\x2d\x04\x6c\xef\xae\x3b\x13\x56\x19\xa3\xea\xbd\xb2\xcd\xee\xbd\xdb\x0a\x27\xff\x11\x96\xfd\xef\x10\x96\xcd\x36\x0b\xcb\xde\xcd\x0e\xbe\x58\xd2\x24\x6b\x14\x96\x01\x08\x70\x72\x59\x70\x2c\x92\xaf\xc4\x19\x3f\xa7\x97\xfa\x01\xd3\x91\x1a\x78\xcc\x9e\x61\x0c\x17\x65\x26\xc8\x67\xa5\x5c\x15\x20\xcb\xf4\x36\x71\x47\x4d\x1a\x11\xfd\x3e\x04\xcb\x54\x12\x7b\x5f\xc2\xfe\x0e\x14\xae\x66\x2f\x3b\x8a\xc2\x7d\x0c\x87\xc0\x20\x6b\x60\x9e\x8a\x9e\xc0\x5e\xad\x06\x5b\xb9\x0d\xd9\xeb\x5f\x14\xdf\xf2\x04\x0e\x1f\x7f\x25\x79\xa7\xe2\x75\x11\x69\xc6\xd8\x3e\xef\x89\xde\xd4\x2d\xef\xb2\x40\xaa\xaa\xa0\xa8\x01\xa7\xcb\xf1\x2c\xe3\xb1\x0c\x9b\x67\x88\x60\x79\x1b\xbf\x5d\x94\x39\x27\xa7\xda\x9c\x2e\x33\xa4\xd1\xee\x96\x5a\x92\xd9\x2a\x3f\xe7\x7d\xed\x50\xf6\x5f\x55\x7e\xab\x71\x5b\x16\xb6\xa4\x4c\x72\x93\xc7\x3e\xb9\x70\x3d\x08\x52\x2c\x7f\xc9\x57\x91\x1d\x37\x4e\x72\x26\x6a\x74\x4f\x0c\xbf\x29\xf8\x4c\x23\x51\x11\x14\xfb\xf6\x56\x3a\x9d\xa2\x82\x9e\xc5\xa8\x69\x71\xbe\x74\x16\xc1\xe9\x66\x77\x55\x1a\xe7\x31\xb1\x07\x41\xb6\x88\x65\xe3\xfd\x27\x10\x30\x25\xee\x3a\x5f\x72\x4e\x6d\x62\xcc\x70\xdc\x49\xb5\x68\x4b\xd9\x4f\xb5\x4c\xac\x15\x55\x64\x0b\x74\xaa\x3a\x9d\x73\x4e\xf4\xea\x82\x24\xe6\x71\xc7\x6c\x60\xc7\x38\x66\x36\x21\xb6\x9c\x59\xb7\xec\xbf\xff\xef\xff\x75\x3e\x65\x3b\x8f\xb7\x3f\x7b\xaa\x05\xb3\xfb\xf2\xe8\x66\x0f\xc1\xe5\xa7\xe0\x2f\xdc\xf6\x86\xe2\x46\x56\xb8\xa2\x2c\xd0\x2f\x89\x1f\xfa\xb7\x7f\x00\xb6\x5c\x64\xbf\xe7\x71\x91\xbb\xbf\x01\xef\xb0\x76\x92\xe9\x6c\x08\x85\xf6\xc4\x39\x8c\x8f\xf5\xfc\x1c\x9d\x08\xf3\x0c\xff\xf5\xd6\x23\xb9\xf5\xe1\xdd\x87\xcc\x7a\x08\x73\xf1\xb9\x81\x9b\xbe\x16\x16\xed\x04\x21\x3b\x81\xcd\xd7\xd7\x1a\xbe\x1c\x48\x1f\x02\x49\x7b\x83\x4d\xd8\xbb\x9e\x5c\xd7\x55\x40\xbc\xe4\x54\xd0\x75\x29\x92\x86\x35\x74\x32\xf1\x73\x18\xd3\x7a\xac\xa5\x8c\x78\x81\xb9\xbc\xe1\x8b\xbc\xfe\x97\x62\x2d\x51\x9a\x8e\x67\x68\xfc\x11\x40\x29\x37\xd8\x7a\x41\x35\x71\x13\x8d\xd7\x54\xff\x4b\xf8\x08\x16\xd8\x59\xdc\xad\xa7\xf6\x61\x59\x8c\x41\x22\x92\x31\x25\x9c\x89\x4b\x5d\x0b\xfc\x54\xde\x17\x65\x6d\x91\xd7\xba\x57\xc9\x14\x9d\xf0\xab\x14\x15\xed\x78\xd7\x78\xa1\xb1\x73\x75\x8e\x5c\x29\xa7\x2d\x5e\x08\xb7\x6b\xb1\xa6\x2c\x53\x90\x0e\x4a\xfe\xa8\x56\xf4\x89\x51\x9b\x01\xfe\xf5\x36\xd1\xbc\x8b\x94\x51\xd6\xdd\x7f\xe7\x92\xe0\x50\xc2\xcb\xba\x7c\xb5\xd3\x25\x21\x9d\x12\x49\xd7\x5f\xa8\x1f\x2d\x17\xd3\x20\xf0\x2b\x55\xea\xbb\xda\x2a\x9c\x32\x67\x1d\xb3\xca\xed\xbb\x0b\x26\xf5\xca\xec\x78\x3c\xc5\xf9\x58\x66\x1d\x3c\xd6\x77\x49\x5d\x5f\x1b\x84\x59\x02\x93\x26\x58\x5c\x0f\x19\x12\xf4\x07\x20\x54\xaa\x98\x48\x0f\x20\x52\xbf\xc4\xd5\x3c\x59\x92\x14\x49\x81\xb4\xa8\xb2\xd4\xee\x50\x40\x87\xb3\x78\xfc\xb1\x13\x4b\x8d\x2a\x08\x50\x2c\xf6\xf2\xae\xc4\x62\x86\x2b\x33\xe2\x31\x38\x89\x94\x8f\xf0\x76\x5b\xfd\xed\x92\xf8\x02\x4f\x63\x4e\xd9\x61\x39\xa1\xbb\xcc\x10\x3b\x9a\x4a\x03\x32\x00\x17\xd1\xc4\x8a\x47\xc0\xeb\x93\xe3\x17\x2d\x10\x7e\xdb\xe9\xaf\xd7\x4e\xf2\x29\xc3\x09\x22\xfc\xa1\xcc\x91\x92\xb8\xf9\x35\x9c\x69\xfa\xdf\xb4\x2c\xa0\x2b\x7d\x67\xa5\xef\xf4\x8e\x9c\x71\x8e\xb5\xef\x1a\x09\xff\x2f\xa9\xd8\x38\xc3\xa5\x98\xac\xb3\x34\xce\xf8\xb1\xa2\x49\xa1\x2b\xd8\x13\x4b\xaf\x45\x52\x9e\x5f\x40\x74\xc9\x5f\xa3\x38\x5b\x32\xdf\xa7\xe7\xf2\x77\xe5\x1d\xb0\xec\xd3\xb3\x11\xcb\x05\x52\xfc\xd3\xe8\xc1\x67\xac\x5f\xa5\xe4\x7d\x54\x59\x1d\x23\x08\x63\xc8\xf8\x05\x0d\xab\x85\x0a\x01\x9d\xe0\x3a\x0b\x6b\xa5\xc6\x82\x10\x28\x99\x17\x08\x8d\xc1\x60\xcf\xf3\x15\x68\x37\xb3\xdd\x0e\x8c\xf7\x02\x67\x53\xba\x9f\x70\xc2\x67\x75\xcd\x9b\x1b\x02\xfa\xcd\x84\x26\x76\x9f\xf2\x80\xd0\x9d\xf1\x79\x7a\x12\x4f\x50\xf0\x41\xb6\x34\x68\x3d\x58\xa1\x83\x47\x5f\xe4\x8b\xcb\x0f\xd6\x47\x43\x7d\x05\xa0\x2b\xf4\x7b\xbd\x3f\x3d\x05\x6a\xe5\xcb\xf7\x84\x5a\xf0\xfd\x22\x84\xfd\x1d\xae\xd7\x21\x70\xc5\xcf\xce\xb5\xb5\x5e\x03\x90\x3b\xfc\x98\x95\x47\x0e\xd9\x28\xe2\x7b\x52\x82\xcb\xda\xed\x7d\x2b\xf8\x76\x4e\x45\xbb\x7d\x4b\xe8\x50\x0b\x0f\x01\x30\x6e\x9d\x8a\xb6\x23\x96\x97\x6f\x0b\x2d\x8a\x5c\x4d\x28\x51\x29\x03\x0e\xc5\xef\x9f\xc4\x6d\x4e\xf8\x80\xc9\xaf\x9f\x11\x9e\xce\xf8\x80\xc8\x8f\x13\xfc\x2b\x1a\x60\x98\x62\x82\xbe\x57\xe9\x54\xa6\xbf\x8c\xe7\x38\xbd\x1a\xc4\xb9\x46\x93\x62\x19\x9f\x69\xc9\xbf\x02\x7e\x14\xee\xf9\xb0\x10\x7d\x78\xb0\xe2\x79\xeb\xc1\x8a\x89\xff\x88\xf8\x0f\xe7\x0f\x1f\xac\xa8\xf8\x15\xe7\x1f\x72\x97\xad\xd4\xb2\x53\x1d\x0a\x04\x75\xb9\x74\x69\x6f\x1c\x4e\x18\x4f\x45\x2a\x55\xf4\x7d\xc4\x39\xc3\xe7\x4b\x8e\x82\x5a\x86\xc4\x77\x25\xb4\x88\x59\x86\x8e\x09\x0f\x38\xec\xf7\xc2\x3d\x54\x23\x13\x57\x6e\x79\x10\xe1\xda\xbb\x8e\x76\x89\x65\xed\x06\x55\xeb\x0a\x29\x6d\x00\x1f\xa6\x17\xa1\x6e\xef\xb4\x24\x9c\x84\x79\xee\x10\x0d\x62\xe2\xae\xc0\x5f\x26\xd6\x3c\x04\x98\xc2\xda\x9a\xb6\xae\x03\x2a\xdf\x37\x2a\x6f\x0e\x76\x61\xf7\x9d\x85\x2d\x3f\x99\xec\xf0\x02\x61\x9e\x4d\x5a\x75\xeb\xb7\xdf\x17\x2b\xfe\x95\xdc\x3b\xfd\x0c\xa1\x84\xe1\x35\x65\x8d\xe0\xfd\xbb\x34\x26\x1f\x03\xbb\xab\x12\x1d\x87\x9e\xab\xa2\xba\x35\x1e\x36\xe6\x68\xf9\x7e\xa7\x3f\x92\x9e\xac\x36\x1c\xa2\xd4\xdf\x45\x5f\x3f\x23\xe0\x95\xf3\x27\xcd\x5b\x81\x8a\xbb\xe3\xc4\xa1\x3c\xdc\x72\x4e\x03\xe3\x22\x60\x43\x11\x07\x29\xc1\xf2\x5b\x98\xb2\x3b\xad\xb9\x07\x4a\x3b\x1e\xe6\xd2\x99\x4f\x60\x97\xfe\xdb\xe8\xc9\x57\xed\xb6\xfd\xfc\x26\xfa\xba\xb7\x5e\x3f\x7e\xe4\xed\x8e\xc8\xaf\xec\x4d\x9e\x97\x40\xdd\x79\xb1\xaa\x71\xe7\x8f\xba\x2a\xb0\xcf\x11\x3f\x2c\x7e\x8a\x59\x7b\x86\xb4\x61\x9e\xc3\x65\x94\x04\xa9\x2b\xa1\xf7\xef\xfe\xdb\xfb\x38\x29\x35\xef\x0a\xcc\x76\x7a\xa8\x68\xac\x1d\xc2\xd4\x7d\x3c\x28\xf5\x53\x21\xd0\x77\x7a\xab\xd8\xdc\xc4\xe6\x1e\x3d\x61\x1c\x1c\xd2\x6b\xf6\xe6\x55\xdf\xdc\x93\xcb\xda\xc0\x61\x7c\xcd\x8e\xdc\xda\xbb\xf4\x53\x3c\xf6\x64\x37\xea\xa9\x78\xec\xf1\xfa\x4a\xdd\xc7\x9e\xf9\xc6\xc7\x9e\x19\x9c\xdf\xf0\xb1\x67\xeb\xdb\xce\x8e\xde\x35\x4c\xb1\x31\x25\xe3\x25\x63\x88\x8c\xaf\x3a\x09\x1a\x53\xe9\xd5\xaa\x36\xbb\x2e\x72\x26\xc4\x35\x6f\x47\x8e\x2b\x5e\x98\xc0\x19\x9c\xc0\x05\x9c\xc3\x0b\x38\x85\xe7\xf0\x0a\x9e\xc1\x4f\xf0\x05\xbc\x84\x6f\xe1\x09\x3c\x85\xaf\xe1\x11\x7c\x07\x9f\xc1\x8f\xf0\x3d\xfc\x17\x7c\x0e\xdf\xc0\x63\xf8\x0a\xbe\x84\xbf\xc2\x1f\xe1\x77\xf0\xfb\xe2\xdd\xe9\xa7\x3f\x92\x43\xdd\x5f\x7e\xa3\x47\xb2\x9f\xff\xf3\x48\xf6\xbf\xe3\x91\xec\xc1\xe6\x47\xb2\xf9\xaf\x57\xe7\xd9\x57\x0f\x4f\xea\x1f\xc9\x8c\xea\x26\x80\x60\xb1\x3c\x4f\xf1\x58\xa9\x19\xba\x8f\x64\x47\x8e\x1e\x2a\x80\xa0\xf8\x55\xd5\x46\x7f\x53\xd5\xc0\x3c\x29\x29\x17\x7e\xe7\xaa\xab\x02\x08\x4e\xcd\x33\xb5\x7e\xaf\xd3\xb6\xf5\xc5\x6b\x5a\x55\x0f\xb4\xa2\x54\xea\xbe\xc2\xd5\xa9\x5e\x6e\x54\x02\xdd\x66\x54\xe9\xe8\x4d\x56\x1e\x03\x1b\xb4\x20\x6b\xf5\x27\x4b\x5a\xbb\x15\xdd\xdc\x92\x52\xa6\xaf\x49\x59\x52\xa0\xbc\xb5\x6e\xb1\xab\x34\x5a\x36\xe2\x2c\x69\x6d\x56\x1f\x4a\x5d\xd5\x5f\x47\xe9\xd5\x55\x10\xad\xd3\xf0\xac\x68\x09\x37\x6b\x2e\x37\xaa\x3e\xd7\x6b\x0f\x97\x54\x93\x6b\x94\x89\x6b\xb4\x6a\x4b\x6a\xb4\x75\x2a\xa7\x75\xea\xd2\x4d\x8f\xb8\x5f\x41\x70\x1e\x67\x78\xdc\x29\x4e\x94\x6f\x72\x7e\xd3\xa1\xd7\xaa\x3a\x57\xe6\xe3\x29\x2d\x1b\x8d\xe4\x9d\x26\xe9\xee\x66\x75\xc2\x5a\x28\xbc\xc9\x58\xb3\x3a\xc0\x51\x55\xa1\xf6\xc9\xd7\x23\xf3\x88\xe0\xdb\x90\x2a\x2a\x4a\x0d\x7e\xa3\x12\x6a\xd9\xe6\xd3\x28\x95\xde\xdc\xf6\x53\xab\x84\x1a\xc1\x77\xdf\x51\x13\x7d\x54\xbc\xdf\x38\x60\x3d\xf3\x34\xe2\x0b\xd0\x67\x28\x5b\xa6\xdc\xf9\xf5\x8c\x2e\x25\xbc\x6a\xdc\x05\x20\xc0\xd9\xd1\x98\xe3\x0b\x04\xa0\xfb\xce\x01\x41\x1a\x67\x5c\xa1\x48\x94\xe8\x24\x23\x93\x71\xe5\xf1\xc5\xc3\x75\xb1\x42\xce\x60\x46\x15\x83\x60\x37\xc9\x0c\xaf\x9a\xa4\xc6\xe9\xa4\x9b\x01\x3b\x49\x76\xe4\xa3\xb2\xe1\xaf\x7e\xaa\x29\x2a\x97\xe7\xe2\x2a\xde\xf6\x9d\x97\x6e\x3b\xc3\xa2\xee\x99\xbd\x7d\x8e\x6c\x66\xf1\xac\x5d\x56\xd3\x96\x96\xe1\x75\xef\x07\xbe\x66\x44\xbf\xf4\xe4\x74\xfd\x97\x45\xc7\x85\x04\x1c\xda\xbb\x4a\xc2\x5b\xff\xcb\x4d\x4f\xfe\xbe\x12\xf2\x23\x47\x05\xfd\xb1\x63\x77\xec\xae\x2d\x68\x6d\x78\x51\xeb\xc4\xba\x9c\xfb\xd2\x6f\xde\xc7\x12\x73\x13\x9c\x5f\x01\xa3\xe6\xed\xe6\x63\x73\x2d\x68\x5d\x6e\x37\x4f\x3f\xd2\x6b\xed\xee\x4a\x4e\xea\x34\xfa\xd8\xcb\x2e\x6e\x10\xad\x09\xae\x33\x95\x3e\x40\xf9\xf8\x3f\xfe\x62\xe4\xe8\x08\x18\x65\x6a\xf9\x8c\xa6\xdd\x71\x2a\xf5\xf1\xe2\x89\x51\x6a\x91\xd7\x3c\xb5\xb9\xef\xe9\xbe\x0e\xc5\xe3\xaf\x2b\x70\x62\xbb\xff\x6a\x04\x41\x0f\x94\x5f\x98\xf5\xcb\xd7\x97\xce\x49\xd3\x0e\x76\xdf\xfa\xa7\xe8\x49\xaf\xfc\x5a\xf6\x97\x1b\xd4\xa9\xe9\xe7\xa4\x74\xb0\x9f\xf4\x77\xe8\x68\x7b\x25\xaf\x27\xd7\x80\x64\x64\x55\xc8\x37\xf4\x72\xed\x0a\x0b\xc4\x26\x94\xcd\x4f\xf4\xc3\x67\x03\x9e\x28\xb5\xf0\xd5\x86\x47\x4a\x7d\xd0\x1a\xdf\x2a\xbf\x2a\x3d\xa9\x56\xcd\x1d\xea\x2a\x14\x4f\xac\x45\x79\xa9\xe7\xe5\xa0\x06\x71\x53\x17\xa4\x57\x8d\xb5\xc0\x23\x01\x4a\x85\xb2\x92\x3d\x90\xb7\xb9\x81\x6a\xba\x79\xf2\xa8\x64\x94\x50\xb5\x45\xb8\x81\x9a\x84\x87\xd0\x44\xb7\xda\x1b\xce\x16\xd2\xb4\x4a\x82\x6f\x20\x7d\x8d\x9e\xdd\x36\xab\xa3\x5a\x75\xbb\x82\xea\x77\xb5\xf4\x9a\x6c\xaf\x76\x31\xa9\x32\xdb\xe6\x19\xce\x94\x8c\x7d\x04\x72\x7a\xa5\xe6\xd8\x32\x7e\x2f\xbb\x5d\xdf\x27\x87\x31\xc4\x29\xd9\xe9\xfc\x65\xa3\xbd\x4d\x05\xce\x3c\xe3\xa0\xc7\xe5\x42\xe6\x39\x7f\xb3\x8d\x8e\xb1\x0d\x92\xee\x92\x6a\xa7\xbc\xbb\x85\x49\x59\x47\xe8\x2f\x56\x4d\xc9\x98\x33\x8d\x2a\x8a\x55\x35\xea\x3f\xb2\xe4\x16\xaf\x10\xfd\xb2\x4e\x51\xb3\xce\x91\xee\xcc\xbf\x7c\x9f\x51\xc2\x8d\x2b\x90\x2d\x97\xaf\x43\x82\xdf\xe4\xd2\x35\xd5\xcb\xb7\x2e\x04\xc6\xa6\xc8\x28\x64\x89\xf3\x73\x67\x47\xdf\x75\x89\xf5\xb5\x41\x03\x02\x54\x1e\x15\x17\x9b\x8f\x12\x14\x03\x65\x55\x39\x8d\x0d\xd5\x9d\x61\x88\x9e\xc5\x10\x1b\x8e\x75\xb3\x61\xe4\x76\x75\xda\x26\x23\xc8\x7a\x34\x70\x0d\x7e\xdb\x77\xa0\xf2\xa8\x7f\xb3\x93\x76\xad\x53\xbd\xc3\xb1\xac\x3b\xfd\x8e\x85\x5f\x71\x69\x35\x1e\xa2\x9e\xa7\x6e\xf6\xd8\xb9\x84\xe7\xcb\x8c\x9f\xcc\xe8\x27\x5f\xde\x72\x3d\x3f\x36\xbb\x5d\x4d\x8f\x7a\x65\x38\x54\xeb\xdf\x99\x9b\x4e\x6f\x05\x7f\x2e\x04\x7e\xed\x00\x60\xc5\x46\xd5\x55\x98\x2c\x88\x8d\x62\xe6\x85\xb1\xdc\x96\x55\xfd\xba\x41\xb1\xaf\x41\xa1\xb1\x6e\xd5\xdf\x50\xdd\x6f\xf6\x59\x96\xbc\xff\x75\x79\xc9\x09\xed\x28\x73\xe8\xec\x33\x2c\xfb\x57\x76\xd9\xeb\x4c\xaa\xab\x2b\x5f\x29\x75\x8d\xc5\xff\xea\x7a\x8b\xbf\x75\xa5\xbe\x2a\xaf\x54\xa1\xe8\x7e\x57\xcb\xf3\x85\xbe\x81\xfa\x46\x91\x76\x83\xc6\xa6\xcb\x8e\x0f\x9b\x29\xa9\x92\x28\x4d\x4a\x38\x8f\xad\x61\x42\x8d\x20\xcc\x62\xc8\x3a\x17\x7d\x25\x01\x69\xdd\x32\xed\x42\xf2\xe8\x3f\xbe\x04\x01\x00\xbb\x06\x0e\x32\xf3\x04\x12\x66\x24\x35\x62\xa0\xfe\x97\xe5\xed\xf1\x56\x4b\x0e\xfc\x9a\x34\x75\xab\xd5\x48\xc6\x58\x6b\xf0\x2a\x11\x53\x47\x80\x7c\x09\xff\xb2\x85\x88\xf9\xc2\xa7\x61\x1a\xa9\x98\x8d\x4a\xc2\x55\x10\x96\x16\xcf\xb7\xbe\xae\x9f\xd8\x53\x5b\xb2\x44\xb1\x5a\xe5\x4f\x76\x3f\x96\x4f\xae\x45\xad\x35\xbb\x09\xab\x77\x0e\x76\x33\xe3\x64\xe5\x1d\x4c\x2b\x72\xba\x9a\x9d\x9e\xca\xa7\xa7\xcc\x29\xf9\x17\xf4\x8b\x6c\x86\x8c\x63\x59\x45\x46\x2c\x02\xb2\xdf\xdb\x6b\x76\x5a\x45\xce\xbf\x45\x28\xfa\xb6\x56\x57\x81\xcf\x10\x81\xff\x2d\xb2\xff\x16\xa0\x42\xc5\x70\x16\x67\xce\x23\xb3\x7a\x72\x42\x72\x9c\x5c\x45\x26\xfc\xa1\xb1\xc5\x71\x4c\xc6\x48\x85\xbc\xfa\x3f\x51\x60\x35\x33\xa5\xe2\x2a\x4a\x0a\xd5\x4c\x93\x90\x95\x13\xd2\x72\xc2\xb2\x9c\x30\x2e\x27\x24\xe5\x84\x59\x39\x61\x52\x4e\x58\x94\x13\xe6\x25\x1d\xd1\x8b\xd2\xf7\xb4\xf4\x7d\x5e\xfa\xbe\x2a\x7d\x9f\x95\xbe\x3f\x95\xbe\x5f\x94\xbe\x2f\x4b\xdf\x6f\x4b\xdf\x27\xa5\xef\xd3\xd2\xf7\xeb\xd2\xf7\x51\xe9\xfb\x5d\xe9\xfb\x59\xe9\xfb\x63\xe9\xfb\xfd\x4e\x3a\xb2\x52\x17\x46\xa9\xc6\x4a\x73\xef\x5f\x8c\xda\x6b\x45\x64\x0a\x75\x4c\x80\x81\x0e\xfa\xa0\xb4\xf6\x2c\x5e\xd6\xc9\xf6\x5b\x7b\xc6\xb7\xa5\xc5\x07\x54\x8a\x1a\x3a\x4d\x7d\x40\xe3\x56\xc4\x94\xd4\x9f\x79\x08\x7f\x32\x63\xd1\x3e\xff\x13\xfb\xb0\xf7\x2f\x1d\xd2\xb2\x52\xc2\x4a\xaf\xe0\xf3\x6a\x91\x05\x8a\x39\x26\xd3\x67\xb3\x98\x01\xf8\xa6\x9c\x8f\x2e\x17\x58\x3e\x29\x9f\x38\x22\xf4\xe3\x72\x29\x35\xed\xf7\xf2\xca\x02\xf0\x55\x29\xbb\x10\xc4\xbf\x2c\xe5\x58\x61\xfd\xaf\xa5\x0c\x57\x60\xff\x63\xb9\x52\x45\x7e\xff\x5d\xa9\x84\xf7\x68\xf0\xbd\xce\x34\x7b\x28\x95\x70\x12\xf9\xe6\x6a\x9e\x95\x7f\x71\xb5\x9a\xf5\x72\xbe\x63\x74\x8e\x33\xd4\x50\xc8\xac\xe8\xb6\x52\x92\x49\x6a\x2c\xa3\xa2\x08\xbc\xd7\x0f\x03\xf1\x78\x86\x00\x5c\xe9\x8b\x7f\x30\x1c\x99\x68\x21\xe2\x67\xb1\x20\x03\x27\x5c\x81\xf8\xce\xcb\x01\xcf\x0a\x75\xd1\xd2\x28\xdb\xed\xff\x0e\x1a\x33\xc3\x76\xdb\x28\x34\x4b\x43\x30\x13\xb6\xbf\xb9\x46\x81\x38\xdd\x30\xa5\x85\x56\x99\xaa\xff\x2c\x4e\xd3\xf3\x78\xfc\xd1\x55\x63\x2d\x35\x64\x9f\xf7\x2b\xa1\xda\x54\x2c\x44\xb5\x5c\x4e\x18\x95\x29\xe2\xad\x32\xe9\xb3\xd1\x19\x45\xb9\xb0\xab\x5a\x59\xce\x93\xad\xd7\x71\x93\x41\x8d\x43\x87\xba\x72\xeb\x75\x89\xdc\x72\x98\x64\x15\x6e\xd0\xe5\x9a\x36\x8e\xdb\x2b\x79\x08\x4e\xaf\x16\xa8\xc5\xa9\x6e\x00\x0c\x1a\x0a\xca\x4e\xca\x0c\xc2\xc6\x7e\xca\x85\x0f\xc1\x1b\xda\xd2\x80\xd8\x9a\xd0\x25\x49\xdc\xce\xca\xa5\xb5\xc6\x76\xe9\x49\x72\x63\x87\x95\xd2\xee\x8e\x54\x32\x55\x07\x75\xdc\x76\xe0\x47\xa5\xd1\xf8\xa4\xdd\xb6\xbd\x15\xe7\x44\xeb\x8c\xb6\xdb\xfb\xfb\xe5\x75\xb3\x69\xde\x32\x3a\xad\xb8\x6f\x77\xde\x60\x0a\x26\x74\xeb\x48\xdc\x36\xda\xed\xa0\x32\x08\xbd\x02\x65\xec\xa6\x87\xfd\x6d\x4f\x81\xbd\x6e\x25\x28\xd4\x7a\x2b\x33\xfc\xb6\x57\xd2\xf9\x55\x25\x8c\x4e\xef\x3f\x02\xf7\xaa\x52\xc8\x47\xf7\xad\xf1\x4d\xb8\x67\xeb\xd7\xa0\x28\x53\xca\xcc\x4b\x7f\x6a\x57\x29\x75\x15\x8a\x11\x56\x77\xc5\x53\xe8\xaf\xab\xac\x27\xbc\xe7\x04\x41\x3a\x33\x01\x0d\x9d\xee\x61\xb9\xdd\xbd\x2d\x0d\x47\x16\xd1\x22\x8b\x67\xbd\x06\x37\x60\x5c\x88\xf2\xdc\x6d\x5e\x57\x91\x1b\xa4\x7f\x97\x90\x45\xf9\xb2\x3e\x34\xbb\x50\x4a\x77\xb5\x88\xa9\x5f\xd4\x4d\x0b\x05\x33\xe0\x80\x83\x04\x2a\xdb\xa5\x8c\x50\x33\x16\x49\x36\x40\x8d\x0b\x81\xa1\x46\x42\x0a\x07\x37\x0d\xd4\xe0\xe8\xca\x48\x4d\x46\x55\xe1\x19\x25\xed\x76\x41\x3c\xdb\x48\xe3\xd5\x62\x2a\x58\xd5\x3f\x2a\x7a\xdb\xa2\x51\xad\xcd\x77\x0b\xbf\x3f\x6a\xb7\xcc\x2d\xef\x3b\x01\x6a\xb7\x79\x0b\x93\x8c\x0b\x6a\x9e\x4e\x5a\x3f\xa0\xab\x73\x1a\xb3\xe4\xc5\x85\xf4\x50\x64\xdf\xc6\xa4\x8f\x1d\x31\xfc\x76\x3b\x78\xfc\x95\xeb\x71\x67\xbd\x7e\xd2\x73\xbf\x65\xb8\xca\xb2\x41\x01\xb4\x2b\x86\x5c\x97\x7e\x81\x51\xd8\x97\xaa\x17\xb5\xf3\x92\x39\x35\x13\x53\x35\x36\xcd\xcc\xa7\x33\x03\x7d\xa5\x96\xed\x0f\xb6\x18\x5e\x40\x16\xf9\x4a\xfa\x7b\x35\x06\x0b\x01\xaf\x31\x57\x60\xb0\x34\x38\x14\x42\x35\x0b\x63\xc7\x50\xa1\x9d\x8d\x5e\x7c\x9d\xb6\xfd\x80\xd5\x18\x37\x68\xe8\xde\xaf\xb1\x59\x58\xaf\xf7\xfb\xfb\xf5\xd6\x0c\x95\x71\x85\x06\x55\xc9\xb0\x9b\x8d\xc5\xf2\xba\x77\x51\xbd\x86\xd7\xb3\xa7\xa8\x8e\x40\xe9\xe3\x1f\xcf\xe7\x28\xc1\x31\x47\x9e\x62\xbe\x13\x23\x78\xcc\x59\xfa\x03\xba\x5a\xaf\x51\x57\x30\xcc\x3f\xa0\xab\x5d\x6b\x6e\xb2\x0e\xf8\xbf\x01\x0a\x43\x39\x26\xfd\xbe\x79\x7a\xb5\xc0\x64\x7a\x1a\x67\x1f\xbb\xfa\x59\xd9\x84\x2a\x16\x73\x7d\xfc\x68\xdf\x35\x26\xf0\x91\xc5\xc6\x15\x34\x40\x69\xf6\xf1\x64\x11\x8f\x2b\x40\x8c\xac\x91\x8c\x76\xaf\xa5\x09\x58\x9c\x69\x1a\x10\x93\xe9\x7a\xbd\xd5\x98\x8a\x97\x03\xe5\x1f\x6b\xa6\x03\xee\xf7\x5c\xb3\x8a\x0d\x8e\xbd\x9a\x20\xe0\xbb\x74\xc9\x3e\xc3\xb0\xfa\xfe\xb0\x44\x2f\xfe\xa8\x64\xbf\xd5\x41\xe9\x8b\xdb\x8e\xa8\xb8\x97\xc4\x3e\x19\x6b\x18\xe7\xce\x45\x15\x6b\x13\x13\x65\xbf\x4c\x6b\x98\xa2\x35\x98\x2b\xb4\x81\x90\xdf\xda\x0b\xce\x3f\x08\xfa\xaa\xc1\x93\xe0\x6f\x35\xc9\x45\xe9\x1a\x26\xcb\x3f\x37\xba\x86\x83\x97\x50\x35\x7b\xaf\xb1\x2d\x3d\x07\x4d\x80\x45\xfb\x3d\xd8\x54\xd4\x46\xc9\x5b\x6d\x18\x98\x5d\x51\xdb\x60\x1f\xd6\x5e\xdd\x11\x6f\x5e\xbc\x3c\xec\x8e\x05\x51\x1b\x04\xe1\xb5\x7b\x0b\x73\x1d\xc0\xfb\x3a\xc0\x56\x1e\x83\xdd\x3d\x6f\x5c\x2b\x1f\xba\xb4\xdd\xae\x45\x8f\xd5\xeb\xab\xa4\x0d\x53\x86\x01\x7b\x8b\xe3\x49\x50\x23\x45\x6b\x20\x04\x4a\xa0\x51\x66\x0e\xa3\x8a\x81\x18\xb2\xe1\xa9\x6f\xcc\xea\x7e\x56\x4e\xb7\x02\xb3\xa6\xe4\x9e\x06\xb9\x02\x0a\x2c\x3a\x41\x89\xbe\x26\x7d\x04\xf3\xdf\x41\x31\xda\x38\xb1\x5d\x05\xd7\x1d\x52\xbe\x89\xfd\x46\xcd\x79\x75\x47\xa4\xba\x41\x16\x6a\x2b\x44\xa2\x3d\x14\x05\x65\xc2\x43\x0b\xd1\x0d\x75\xb4\x09\x40\xa5\x62\x15\x0c\xf2\xc6\x19\x5b\x39\x48\x75\x44\x8d\xbb\x5c\xdb\x61\x95\xee\xcd\x9d\x22\x48\x46\xb5\x74\x6d\xe0\x0a\xb7\x15\xa1\x41\xb3\x8e\x38\x2a\x42\x76\xcc\x8a\xfe\xf3\x5d\x13\x96\xce\xa3\x35\x36\xf5\x8d\x41\xdd\x68\x98\x65\x8a\x30\x3f\x33\x6e\x18\x0b\xdf\x89\x45\x4d\x5f\xcf\xe8\xb0\x29\xa3\xd2\x70\x38\xd0\x94\x60\x31\xb6\x92\x89\x25\x53\x9e\x1e\x3d\x1a\xcc\xf3\x72\xad\xb1\x4a\xb5\x01\xe3\x0f\x32\xb7\x42\xce\xc2\xaf\xa2\x5f\x65\x4f\x86\xa6\xd7\xae\x16\xd7\xeb\x7d\x43\x8c\xec\xf9\x48\x48\xb7\x52\x63\x2a\x6e\xdb\x87\xdc\x18\xfd\x36\x78\x6e\xfc\x30\xf4\xdc\xa0\x44\x9b\x5c\xaf\x3c\x58\x71\xeb\xb9\x31\x07\xa3\x0f\xd2\x22\x79\x9f\xb8\x17\x18\x8e\x24\x4f\xa6\xbd\x44\x28\xac\x1f\x06\xdc\x70\x64\x82\x56\xc2\x93\xa0\x23\x08\x48\xec\xd6\xa3\x11\xf1\x07\x76\x94\xa6\x01\x18\x4a\x3b\x68\xed\x92\x4a\xb6\x39\x02\x61\x17\x73\x34\x0f\xb0\xea\x9c\xba\x8d\xc4\x11\xed\xd2\xc9\x24\x43\xfc\x94\x2e\x3a\xa4\xf8\x0d\xb3\x28\x3e\x30\x79\xca\x06\x7c\x2f\xfb\x96\x78\x09\x07\xc4\x2e\xdb\xe2\xd0\xf9\x1d\x65\x1d\xbf\xe0\x20\xfe\xc6\xc9\x6e\xb7\x03\xb7\x70\x1c\xe6\xae\x8a\x63\xc9\x90\xde\xdf\xe5\x88\x39\xf4\x8a\x53\xe9\xfa\x16\xf5\x4e\x65\xc8\xfe\x7f\xf6\xfe\xac\xcf\x8d\xdb\x58\x18\x87\xef\xe7\x53\x70\xfa\x38\x74\xc3\x04\x39\x1c\x29\x2b\xa5\xd6\x1c\x59\x96\x13\x25\x96\xed\x23\xc9\xd9\x28\x46\xee\x21\xc1\x61\x47\x3d\x00\x83\x6e\x4a\x9a\x0c\xfb\xf9\x65\xb3\xb3\xe7\x24\x56\x12\x67\xb1\x94\xcd\x49\xec\xec\x4a\xe2\x44\x4b\x12\x5f\x68\x7f\x2e\x7c\x3e\xc3\xcc\xa5\x6e\xde\xaf\xf0\xfe\xb0\x14\x1a\xdd\x6c\x2e\xb3\x68\xe2\xf3\x7f\xac\x0b\x4d\x11\x8d\xa5\x50\x28\x14\x0a\x40\xa1\x0a\x25\x59\x9b\xc9\x1c\x0e\x82\x6a\x63\x4e\x4c\xc4\x37\x47\x6c\x09\x79\x86\xa5\xf2\xfa\xc0\x88\x32\xc5\xe5\x81\xaf\x6b\x5e\x45\xd9\x82\xc7\x3a\x17\x2e\x97\xdd\x8f\xb8\x63\xbe\x99\xad\xca\xc8\x17\x7d\x21\xe5\x66\xe5\xba\x95\x01\x0e\x55\x33\xaf\xdb\xad\xce\x8d\xec\xd8\xd0\x1c\x2d\x97\x3f\xe8\x52\xb4\xe4\xe6\x15\xa8\xe9\x5d\x78\x28\x3d\xa0\x98\x9a\x78\xd6\xeb\xe3\x32\x79\x1e\x35\xab\x8f\x7d\xa4\x35\xa2\x07\x8e\x1f\xa6\x2d\xab\x6d\x63\x31\x98\xde\x18\x4a\x10\x6a\x8c\xd1\xbe\x39\x2e\xe8\x06\x9d\x80\xde\x99\x31\x6e\x73\xcd\x91\x0e\x49\xb2\x5b\x34\xdb\x2b\xf1\xe4\x73\x8d\xa5\xdc\xde\xed\xb9\xfe\x13\x50\x41\xce\x07\x71\x3e\xe7\x51\x0a\x81\x99\x1b\x1f\x98\x94\xef\x94\xbf\xac\x72\xed\x7b\xdf\xc4\xea\x4e\x1e\x51\xd9\xf4\xc1\xd0\x68\x05\xeb\xa3\xbe\x85\x93\xd1\xf2\x53\x72\x19\xa4\x95\x2b\x03\xd0\x84\x8b\x1d\x28\xa7\xee\x11\xa6\xf9\x3e\x8e\x27\x6c\xd7\xf1\xfc\x62\x92\xdf\x1c\x4b\x0c\xb4\x07\x87\x58\x9f\xc4\x94\xcb\x4d\xe7\xd4\xd1\x8f\x9f\x3a\x7c\xe2\xe8\x61\x07\x3b\xc7\x9e\x7e\xf6\xb9\x53\x4e\xab\x16\xd0\x76\x38\xe8\x90\xc8\x85\x7c\x35\xca\x3a\xf2\x32\x1d\x2d\x4d\x6a\xb6\x31\xad\x77\x82\x99\x27\xa1\x5d\x70\xde\x35\x95\x10\x36\xad\x2d\x56\xb2\x89\x8d\xd6\x8b\x0e\xd2\x46\x1d\x17\x68\x79\x96\x63\xd7\xc5\x46\x75\x11\xeb\x65\xd6\xef\x9c\x13\xa2\x45\x4d\x08\xa1\x8b\xc1\x82\x4b\xd2\x05\x37\x83\x1f\x45\x73\x69\x0f\x52\xe5\x2e\xb0\x3b\x66\x94\x87\x40\x2b\xaf\x24\xeb\x9b\x21\x96\x4b\x5c\x7e\x8e\x2a\x57\x3c\xd8\x3e\x31\x1b\x0d\xf5\x31\x1c\xf2\x82\xd4\x39\xe2\x15\xed\xa1\x96\x62\xd7\x9c\x5c\xcb\x4a\xa1\x4b\x56\x87\x1a\x79\xb5\x13\x83\x26\x09\x47\xd9\xea\x57\x82\x1a\xa3\xfa\xb9\xd0\x50\x47\xa2\xab\x7b\xe6\xf6\x0d\x2e\x19\xf6\x59\xec\x63\x3e\x36\xf7\xb5\xca\x65\xfb\x17\x0e\xbc\x0f\x5b\xba\x99\x0e\x27\x62\x75\x58\x87\xad\xc4\x23\x09\xf9\xf5\x4a\x79\xc8\x98\xb3\x4e\xb8\xc7\xc4\x60\x0f\x30\x35\x1b\x55\x38\x6d\xb1\x8e\x6f\x54\x82\x47\x92\x6e\x40\x3b\x1f\x0b\xe2\xde\x33\x52\x89\x91\x6f\x85\xa9\xea\x6d\x30\xda\xdb\xfd\x85\xbd\xdd\x9f\xe9\xed\xfe\x16\x66\x99\xde\x9a\xd8\x9c\x0a\xc7\xe3\x23\x9d\x3f\x95\x0b\xde\x89\xc7\x7f\x99\x85\x1c\x54\x37\x94\xf6\x2a\xa5\x0a\x93\x8f\xd2\x93\xc7\x46\x8e\xfc\x8c\xb2\x8d\xa9\xb7\x88\x99\x07\xab\x8d\x65\x16\x80\xfd\xf4\xfc\x6f\xee\xe3\x72\x47\xea\xfa\x55\xef\xdd\xef\x57\x73\x31\xf2\xb4\x47\xa7\x2e\x67\xab\x22\xbf\xc8\xe7\xfa\x68\x2e\xf6\xcc\x25\x51\xb6\xc2\x25\xcd\xba\x45\xd6\x05\x95\x08\x9b\x8b\xac\xc5\x25\x97\x7a\x75\xcc\x3c\xc7\x41\x0d\xe6\x45\x78\xd2\x79\x45\x9a\x6c\xbb\xba\xa7\x95\x62\xd5\x3b\x5b\x22\x7b\x89\x54\x54\x11\x6a\xcc\x4f\x6c\x1c\x6e\x4b\xb6\xd3\x9e\xb9\xfb\x10\x9d\x1d\x4b\x18\x6f\x22\xc9\x46\x89\xec\x31\x1d\x08\x42\x7e\xcb\x71\xfb\x38\x7c\x30\xc5\xf3\x75\x34\x67\x78\x3d\x34\xe7\x89\xb9\x7e\x2f\xe5\x93\x47\xc5\x67\x88\xf2\xf4\x1c\x91\xa5\x21\xd2\xb7\x48\x63\xf7\x95\x21\x26\x08\xe1\x35\xc1\xed\x6e\x1d\x07\xb5\x38\x58\x25\x6c\x10\x23\x77\x91\xec\x47\x13\x88\xe5\x38\x85\x34\x71\x9c\x24\xc1\x9f\xf6\x3e\xe6\x9e\xb0\xdd\x8a\x8c\x9a\xd2\x34\xd9\x4e\xbd\xd4\x3c\x31\xb6\x91\xd4\x1a\xa7\xe9\xef\xb4\x95\xa7\x0b\x5a\xc9\x18\xf4\x34\xa3\x6d\x37\x61\xfc\x3e\x18\xb7\x40\xd2\xea\xee\xd8\x48\x93\x85\x36\x42\xcd\x70\xb7\x1b\x7e\x6a\xa4\xe1\xac\xd9\x51\x73\xb0\x53\x6a\x3e\x99\x6f\x21\xb5\x5c\x6a\xb6\x77\xaf\x3b\xf3\x8b\xa2\x3b\x9f\xcd\x37\x66\x8c\xa1\x9a\x9d\xdd\x6e\xeb\xb9\x7c\x5b\xb6\x7d\x55\xb3\xb7\xdb\x23\xf5\xf8\x48\xd7\x46\x4c\xb6\x9a\xdd\xdd\x6e\xf4\x43\xf9\x46\x33\x56\x60\xcd\xfe\x4e\x99\x23\x5f\xbb\x1d\x85\x63\x75\xba\x1f\xa3\x71\x85\x11\x3e\x61\x3b\x31\x2a\x6c\x45\xfb\x19\x68\x9e\xdb\x56\x33\xaa\xf4\x2c\xed\x80\x03\xa8\x95\x6d\xb5\x03\x0e\xa0\xa6\xb7\x93\x3a\x80\x5a\xde\x56\x4b\xa9\x03\xa8\xe9\x6d\xe5\xde\xb5\xe2\xe6\xda\xb6\x9a\xcc\x55\x33\x4b\xcb\x10\x3b\xe5\xcc\xb6\x1a\x84\xd8\x29\xd3\xdb\x51\x0f\xbd\x9a\xe7\xb7\xd5\x8c\x2c\x3c\xb9\x95\x33\x10\xd6\xae\x79\x74\x8b\x4d\x40\xc9\x29\xf5\x67\xdf\x72\xe3\xe6\x85\xad\x36\x93\xad\x60\xa6\xd6\x32\x91\x16\x9b\xcf\x6c\xaf\x45\xbb\x92\x99\x5a\xb5\x96\xfe\x93\xdb\x6b\xd2\xd4\x30\xa5\x3d\x23\xfc\x1c\xdc\x3c\xb5\xd5\xa6\xd2\xc2\x53\x39\x43\xfb\x44\x3b\xbe\x75\xce\x90\x25\xa7\xd4\xaf\x4e\x13\x1c\xdc\x3c\xbc\xd5\xfa\x75\xc9\x69\xf8\x9b\xe0\x8d\xcd\x67\xb7\xdc\x03\x28\x3b\xa5\x8d\x4c\x30\xc9\xe6\x91\xad\x36\x63\x17\x9f\xd2\x52\xd6\x27\x00\x6e\x9e\xdd\x6a\x5b\xd9\x0a\x26\xb7\x36\xb2\x91\x74\x70\x93\xd6\x38\x91\x61\x48\xc4\x32\x2a\xd2\xb6\x88\xc0\x68\x9d\x39\x1c\x4e\xa0\xd4\x23\xdd\x87\x73\x4e\xde\x78\xb9\x2c\x2f\x8b\x97\x5c\xb1\x91\xf7\x0e\x91\x8c\xc3\x4d\x8e\x30\x45\x0d\x09\x88\x4f\xe2\x6f\xea\xb7\xed\xe3\xf6\x91\x69\x6a\x3b\xf3\x81\xf7\x66\x6c\x67\x16\xeb\xef\x49\x52\x7f\x60\xff\xa5\x5d\x81\x7d\x72\xfc\x23\x14\x76\x98\x73\x7f\x6d\xc9\x40\x2e\x6a\x90\xb9\x49\x6e\x09\x1f\xc1\xff\xb5\x4d\xb7\x84\xa3\xef\x92\xdf\x09\x97\xfe\x8e\x73\xbb\x87\x12\x2e\xfd\xc3\x47\xce\x7d\x82\xf6\xf6\x7f\xa6\xd8\xb9\xdd\xb8\xa8\x4f\x85\xfe\xd9\x32\xef\xd8\x0b\x9e\xae\x67\x1f\xbe\x8f\xf8\xff\xca\xbe\x0d\x7e\xdf\x16\xde\xf1\x41\x70\x84\x4e\x70\x6e\x72\x6c\x04\x13\x57\x22\x17\xed\xa6\x28\x7e\xc8\x5e\x04\x03\xd9\x97\x86\xff\x69\xb3\xd5\x65\xb6\xcc\x2e\x4c\x8c\x5e\xa2\x9f\x89\x1b\x34\x4d\xf4\x8f\xc5\xd9\xa3\x7f\xec\x1b\x1b\xd1\x63\xff\x94\x08\x1c\x56\x00\x8d\x77\x17\x06\xcc\xb0\xfc\xc9\xbc\x67\x4a\x88\x8e\xe2\x10\x1e\x3b\x89\xb8\x91\x86\x73\x1c\xcd\xb7\xcf\xca\xd7\x0e\x89\xcf\x8d\xa3\x9d\xb1\x41\x39\x66\x8d\x77\xb4\xc5\x70\x1a\xe7\x83\x30\xac\x76\x94\x49\x90\x7a\x88\xb9\xd3\xf7\x93\xb9\xb5\xe2\xa1\x86\x8d\xb5\x68\xe7\x82\xb1\xcb\x14\x0b\xb6\x22\xf7\xd7\x86\xbf\xb0\xe3\x14\x7b\x3d\x9f\xee\xcc\x7c\x7e\x71\x4e\x5e\x5c\x92\x34\x78\xea\xb8\xe6\xf4\x0d\x21\x41\xb9\x90\x9f\x29\xfe\x42\x1c\x72\x75\x2d\x9c\x33\x7a\x11\x33\xba\xab\x4c\x4c\x89\x89\xe0\x89\xeb\x28\x17\xc4\xd3\x66\xaa\xad\x47\xf1\xb4\x4b\x6f\x2d\xbc\xe6\xf6\x02\x79\x8e\x09\xaf\x99\x6b\xcb\x9a\x50\x5b\x8f\xe3\x69\x15\xfe\x77\x04\xf1\x2c\xf2\xee\x60\x29\x51\x19\x7d\x29\xa7\x2d\xed\xd6\xba\x1b\x4f\x5e\x77\x3f\x70\xb6\x73\xee\xc3\x9f\xde\xb7\x3c\x66\xdd\x1d\x75\x08\x51\xbc\x5c\x1a\xb7\x00\xdb\x58\x2e\x75\xc4\xc4\xa9\x8e\x17\x32\x61\xea\xb4\x1a\x30\x6e\x11\x4d\xe3\xf9\x4d\xae\xb6\xc8\x6b\x10\x44\xe5\x2b\xf4\xcc\x61\xe3\xa0\xdd\xe6\x16\x45\xad\x73\x4c\x34\xb2\xc5\x51\x57\x48\xbb\x2d\xde\x77\x43\x7a\x8f\x76\xd6\x48\x70\xa9\xb7\x7b\x93\x26\x48\x0c\xd3\x07\x78\xeb\x19\x1a\xae\x59\x2f\x1c\xed\xa9\xc6\xb7\x39\x93\x76\x79\x0f\x92\xee\x40\xd8\xbf\xc9\xad\xf7\x3b\x3b\x9f\x77\x76\x3e\x32\xf6\xed\x89\xfd\x83\x4f\x76\xcf\x7f\xa2\x58\x02\x7f\x50\x3a\x52\xc9\x39\xeb\x16\x1a\x9b\xf6\x29\x63\x5c\x77\x5b\x5b\xa4\x8c\xd3\x99\xc2\xc0\xb6\x45\x8e\x68\x46\x9c\x71\xdb\x7e\x6c\x46\xdc\xdd\x4c\x0f\x81\xbb\xaf\x58\x58\x17\xed\x06\xa6\x44\x21\xd4\xaa\x7a\x51\xd8\xc1\xf7\x29\x5f\x28\xa3\xce\x32\xfd\x4e\xe7\x43\x52\xc9\xe0\x05\x4e\x24\x6d\x9f\x97\xca\x5a\xbf\x28\x6f\x61\x00\x56\x50\xf5\xdf\x9b\xf1\xb1\x3b\xd3\xa2\x97\xad\x60\x71\xff\x36\x23\x63\xee\x78\x5d\xd3\x68\xcf\xb6\xa8\x2d\x1a\xf7\x81\x3b\x8e\xa9\x39\x1a\xd8\x57\xfa\xae\xcc\xbb\x7a\x35\x9f\xea\x5b\xf2\xa4\xa3\xda\x18\x75\x27\x9b\x0b\xcf\xbb\x6f\x3b\x4e\xf5\xec\x91\xcb\xba\x21\xdc\xbf\x83\xc0\xc3\x39\x1f\x7d\xc6\xe9\xcf\x8a\x9e\xf2\xd6\x8c\x56\x13\xd7\xb4\x89\x2d\x9f\x48\x1f\xd8\x9e\x8f\xc8\xf7\x1b\xcf\x50\xf6\x44\x05\xb7\x4d\x33\xbb\xc1\x1a\xf1\x1a\x3f\x9b\xd3\xab\x51\x59\x93\xed\xe1\xa8\xfb\x6b\xd9\xdb\x45\x38\x93\x01\x37\x49\x4e\xcd\x38\xe3\xd3\x4e\xc5\x21\xe0\xee\x36\xc8\x62\xbc\x4e\xbd\x5f\x35\xf3\x1e\x68\x79\x36\xa7\x53\xef\x19\x71\x7b\xb9\x2d\x7f\x4b\x33\x84\x00\x9e\x55\x08\x40\xc4\x65\x29\x6f\x53\xef\xe7\x9a\x8e\x39\xc7\xca\x2d\x23\x64\x0b\x82\x6b\xb7\xec\x9a\xec\x98\xaa\x59\xe7\x57\xfb\xf3\xc1\xaf\x63\x3e\x20\xb6\x9b\x68\xa8\x42\x45\x9f\x89\x73\xb8\xec\x1b\xc5\x25\xeb\x1b\x3d\x8f\xce\xc8\x8b\x05\xa7\x80\x49\x4c\xee\xac\x43\x6b\x7b\x36\xcf\xda\x30\x76\xfc\x50\x9d\x9f\x18\x02\x9b\xae\x15\xc5\xad\xce\xf2\xd3\xfe\xf1\xfc\x34\xf3\x26\x20\x93\xb8\x1f\xbf\xbb\xd8\x35\x17\xde\x57\x14\xb9\x75\xe2\x1e\xa2\x80\x89\x82\xc8\x62\x1a\xe5\xab\x4b\x3a\xe0\x2a\xce\x0a\x52\xab\x28\xea\xea\xe4\xc3\xa7\xbc\x5f\xb0\x1d\xef\x65\x72\x47\x50\x38\xf4\xe6\xe7\x21\x38\xab\xc3\xa8\x15\xd7\x3e\xa0\x25\xf5\x41\x6e\x0c\x06\x73\xce\x80\x2a\x75\xaf\x93\x5e\xb9\x3c\xe9\x47\xf1\xe3\x8c\xc5\xe5\xb2\x3b\xea\x86\xc0\x1d\x40\x3c\xc3\xa3\x2a\x2a\xba\x75\xc4\xa0\xed\x52\xa3\x72\xd9\x1d\x00\xec\x0d\x6a\xab\x91\xde\x52\xc3\xeb\x9b\xe1\x70\x50\x5b\x65\x9f\x2d\x48\x3d\x4f\x96\xcf\x06\x71\xee\x03\xc2\x05\xde\x10\x06\xea\x70\x29\x8a\x65\x63\x1a\xf6\xec\xdd\x42\xfa\xf4\x69\xae\xcb\xb8\x7b\x00\xcc\xc1\xcb\x65\x79\xc6\x25\xcd\xbc\x4f\xad\xf5\xc9\x01\xf5\x70\x12\x10\xb6\xc2\xf6\xc5\x73\xb1\x17\xd7\xfa\xbe\x98\xb9\x4f\xb3\x0e\x01\x67\x15\xca\x92\x45\x9d\xf4\xb5\xa7\x9f\xf4\xf9\xae\x1b\xcc\x18\x52\xb6\x28\x8c\x2c\x33\xee\x9f\x4e\x89\x71\x7c\x82\x9c\x0b\xda\xc4\xc1\x61\xfa\xa5\xe7\x47\xc7\xd9\x39\xc1\xb4\xf3\x8b\x69\xaa\xf4\xf4\xfd\xcc\x39\xc2\xb5\xaa\xe7\x60\x79\xce\x96\xe4\x72\x3c\xd7\x1f\xfb\x5d\xf2\xcd\x51\xda\x99\x9c\xe1\x78\xaa\x4d\x8e\xc9\x71\x52\xb0\x5e\x3e\x4b\x62\x29\xac\xe9\x70\x91\x5c\xa8\x4a\x29\xc2\xe4\x63\x2c\xbd\x54\x4b\x57\x08\xd6\xab\x2c\xee\xe9\xad\x96\x77\xc8\xf2\xca\xc0\x0b\xbc\x32\x50\x93\x0a\xec\x32\xe6\x09\x58\xf6\xdd\x99\xa8\xd4\x2a\x90\x59\x10\x3c\x21\xee\x5b\x0e\xca\xbe\x51\xa3\x45\xe1\x36\x33\x42\x1b\xcd\x69\x66\x0c\xca\x65\xfd\x92\xff\x8c\xca\xf0\x24\x67\xab\x52\x91\x70\x03\x24\xbb\x95\xa8\x67\x5d\xd9\xa1\xf2\x88\x77\x88\x8f\x0f\xd7\xa8\x7d\x9f\xe5\xbf\x63\x22\x0d\xf1\x3b\xca\x4d\xc7\x53\x41\x14\x13\x4a\xb8\xab\xd8\x40\x88\xb2\x82\x96\xec\xc7\xf5\x79\x0f\x4f\x60\xd3\x9a\x67\xb4\x29\xd8\xa5\x4e\xdc\xb6\x84\xa0\xf2\x10\x5a\xd8\x20\x04\x7c\xcc\xcc\x10\xc0\x2e\xcf\xa3\x5e\xfa\x08\x09\xe6\x8d\x37\x5f\xc7\xa4\x5c\x26\xfa\x21\x73\xae\x75\x59\x81\x48\xd7\xad\xe7\x2b\x44\x89\x95\x6e\xb3\xba\x6a\xa9\xa8\x43\x5b\xaa\x32\x9d\x80\x82\xb0\xb3\xc7\x7c\x9d\xce\xe4\xba\x9e\xd8\x62\xf5\xd1\xa8\xae\x38\x43\x2a\x64\xf9\xa2\x72\x73\x44\x5c\x54\x31\x64\xb7\x32\x59\xb8\x57\x18\x9b\xb6\x78\xb2\xf0\x49\x37\x0d\xea\xbd\x4c\xf1\x54\xe2\x08\x13\x94\x14\xb2\x96\xb5\x34\x8e\x19\xc5\x62\x96\x94\xd9\x08\xed\x38\x85\x03\x85\x10\xec\x2c\xd4\x82\x33\x16\x6d\x63\xc1\x3d\x92\xc3\xb6\x99\x4f\xb2\x5b\x76\xf9\x5a\xba\x98\x57\x27\x4f\xe5\x49\x85\x26\x4d\xaf\x71\x05\x67\x23\xde\xf6\x26\xd5\xc4\x82\xe3\x09\x9f\x8c\x0c\xbe\xb5\xb4\x44\xfd\x30\x88\x5d\xa7\xe6\x20\xcc\x47\x5d\x61\x34\xd3\xa0\xc7\xcd\x7a\x0b\x2f\xd6\x51\x4b\x2a\x0e\x6a\xed\x58\x3c\x40\x0f\xc2\x83\x8a\x03\xb4\x52\x41\xdc\xe3\x45\x25\xa9\x2e\x09\xd6\x34\xb9\xfb\x2a\xfb\x94\x66\xa6\xfb\xaa\x60\x5c\x69\x84\x83\xec\x1d\x52\x26\x67\xee\x90\x67\xa6\x0b\xab\x49\x15\xe4\x5a\x0b\xec\x03\xee\xf6\x94\xbb\xa4\xf6\x76\xef\x92\xb2\x17\xe5\x6f\xa7\x4b\xa4\xee\xda\xc7\x3f\xfc\x99\x7d\xef\xf6\x8b\x8f\x30\xf5\x51\x61\x2e\x68\xc0\x94\x8b\xa4\x7d\x5b\xbd\x48\x5a\xc4\x4e\xd4\xf7\xe9\xc4\xc3\x8b\x6c\xfb\xf2\xf4\x30\x7b\xce\xb5\x6f\xe6\x63\xae\x87\x7b\x1b\x63\x21\xfa\x36\xbb\x86\x29\xf0\xf2\xfd\xf6\xe2\xc5\x95\x13\xc7\x3e\xfb\x91\x13\xf5\x63\x63\x2e\x34\x61\x9b\x5a\x4e\x99\x2a\x7f\x82\x3d\xfd\x78\xc5\x1c\x93\x4d\x38\x13\xa9\x5b\x61\xd2\x26\x9e\x89\x4c\xbd\x4f\x84\x33\x1f\x60\xef\xc9\x68\x55\xa9\xbf\x4a\xf2\xc7\xb7\xb8\xa9\x16\xe0\xa7\xe5\xb7\x56\xe1\x1d\xe4\xfb\xf1\xbe\xbc\x2f\x71\x99\xed\xe1\x33\xfb\x48\x1f\xde\x66\x3c\x9f\x8b\x8a\xf1\xf6\xe2\x77\x46\x2a\xef\x7e\xea\xc2\xd9\xfa\x58\xc3\xb9\x4c\x2c\x8d\x22\x66\xdf\xd5\xfb\xf7\x5d\xbb\xa5\x18\x09\x45\x32\xd3\xcd\xfb\x98\x7b\xf7\x91\xf3\xb5\xa9\x9c\xbd\x63\xae\xce\xe2\xff\x36\xe3\x68\x08\x41\xb6\x2b\x97\xe9\xbb\xc6\xe9\xc1\x64\x4e\xef\x9f\x3b\xda\x7d\x4f\xb4\x16\x8c\xe1\xf4\x19\x23\x12\x99\x6b\x8a\xc2\x8b\xd1\xb1\x91\x89\xac\xc8\x6a\x53\x2c\x46\xf7\x17\x1d\xa1\x6f\x25\x86\x0c\x54\xf4\xde\xed\x5c\x2a\xc1\x04\xc8\x2e\x42\xef\x55\x97\x21\xd0\xcd\x7c\xbc\xe7\x82\xa3\xf0\xf7\x8c\xdc\xcb\xed\x9b\xd4\xbf\x82\x6c\x99\xa8\x9f\xdb\xb8\xee\x98\x79\xd9\x03\x64\xaa\x41\x4c\x56\xd3\x95\xef\xfd\xf8\xdd\x85\x08\x83\x8d\xe9\x4c\x9a\x5e\x36\x40\x93\x1d\xb2\x52\xdf\x30\xe4\x22\x57\x66\x17\xfb\xed\x47\xaa\x99\x59\xa5\x95\x36\x7b\xd5\xe5\x98\x3a\x19\x6b\x54\x2b\xb0\x21\xce\x58\x9c\x16\x1b\xaf\x66\xf6\xae\x63\xf3\x83\xac\xbd\xf9\xf2\xf6\xee\x2b\xc6\x8d\x75\x31\xcf\xee\x53\x3c\xdb\x1f\x0d\x06\xb6\x38\x95\xa7\xd4\xe8\xce\xc4\x3c\xb1\x1f\x0f\xa2\x6a\xd0\xb6\xef\xbc\x67\xbe\x35\xb1\xaf\x2e\xe4\x84\xe2\xc4\xef\x30\x1a\xae\x8d\x06\x37\xd9\xf1\x82\xa2\x65\x76\xc6\xb0\x96\x15\x1d\xb7\x4f\xb4\x9a\xd5\x86\xad\x64\xd4\x03\xca\x58\x33\x59\x78\x34\xaf\xec\x62\x6c\x56\x51\xa7\x6e\x62\x0b\x9c\x3e\x0b\xc6\xbe\x47\xad\x9d\x73\xe4\x69\x3e\xc2\xa1\x27\x36\xf8\x03\x6f\xda\xbe\x9b\x8e\x98\xa4\x3a\x08\xb7\x33\x95\x76\xbc\xf5\x04\xdb\x26\x52\x83\x31\x26\x52\x9d\x26\x69\x79\x03\x6d\x22\xd5\xc9\x9a\x48\xd9\x3f\x71\x27\x6f\x22\xd5\x19\x6b\x22\xd5\x19\x0e\x3b\x79\x13\xa9\x4e\xd6\x44\xaa\xe3\x85\xb3\x98\x48\xd9\x7e\x93\x62\xd7\xc7\x91\xf4\xc8\x47\x12\x84\x3b\x08\xb7\x2d\x13\xa9\x4e\xce\x80\xa9\xa3\x4d\xa4\x32\xe9\x4b\x9d\x51\x13\xa9\xb6\x31\x91\xea\x4c\x36\x91\xca\xb7\x50\xbc\xa4\x0b\x14\x3b\xa2\x7b\x8a\x15\xa8\x52\x67\x44\x6a\x88\x07\xb8\x8d\x3b\x96\x6a\xc2\x26\x1e\x83\x04\x98\x4d\x3b\x06\xe9\x91\xb0\x4f\x78\xb4\x30\xf1\xba\xd1\xd6\x5f\x0a\xea\x18\xc4\x41\x18\x2d\xa8\x7d\x91\x84\xa7\x68\x34\xc6\x38\x8f\xeb\x83\xb2\x26\x6f\x79\x24\xf5\x87\x12\xd7\x82\x48\x5a\x64\x21\x97\xa3\xed\x18\x88\x49\x1c\x9f\x15\x28\xaa\xeb\xbc\x63\xaa\x3a\x8f\x8f\xea\x44\x82\xb4\x70\x77\xf6\x21\x49\x8b\x9a\x22\x89\xcb\x6d\x15\x90\xee\x88\x8c\x96\x55\xc0\x4c\x9b\x1a\x43\xa0\x18\x08\x14\x63\x49\x22\x73\x7e\xce\x53\xc3\xf8\xa0\xeb\x82\x23\x4a\xf5\x52\x8d\x23\xb4\x0e\x67\x88\xc4\xab\x1f\x20\x07\x39\x9c\x21\x92\x4a\x05\x59\xf9\x95\xe3\x4a\xde\x24\x2d\xcb\x1f\x79\x7d\xce\x88\x19\x3d\x6b\x72\x7e\x2e\xf1\x6e\x0d\x8a\xe5\x68\xb4\x70\x5c\x78\xe1\xb8\xc4\x5b\x51\xcd\x15\x6b\x0a\x61\x3f\x10\xba\x4b\x57\x7b\x18\xad\x06\xdd\x6a\x7a\x09\xfd\xf0\xb7\x9a\x76\x9d\x19\xa2\x02\x66\xee\xfa\x0a\x89\x1b\x2e\xf2\x0e\x11\x1c\x09\x48\xdd\x2e\x1a\xc9\xc1\x97\x48\x83\x27\x28\x99\xa9\xbb\xf6\x4c\xdc\x16\xc7\x69\x06\x98\x27\xe5\xf2\xfc\x7c\xc6\x41\x6a\x7a\xbe\x81\x46\xbe\xc1\x16\xd6\x7a\x9c\x09\x13\xbc\xc4\x3d\x60\xab\x92\xf9\x48\x5c\xe5\x3e\x98\x22\xe0\xd6\xc0\xab\x1f\x08\x0e\xa6\x95\x52\xec\x28\xc6\x75\xd0\x81\xa0\x52\x51\x55\x31\x8f\xd6\x98\x1c\x8a\xc3\xf1\x52\x0a\xba\x01\x6a\xd0\x66\xd0\x9a\x8b\x5d\x86\x96\xec\x07\xa4\xcc\x42\x0d\x35\x78\xa5\x92\x24\x2e\x41\x98\xa7\x68\x0a\x21\xc5\xc1\x5b\x56\x11\xa2\x81\x7a\xa7\x02\xfe\x3d\xab\x8b\xe6\x90\x9e\x79\xf5\x03\xcc\x42\x39\xb0\x50\x66\x80\xb2\xef\x05\x29\xca\x29\xe8\x32\xd4\x08\x9a\xac\x25\x6f\xb0\x5c\x1f\x99\x4b\x03\x0b\x79\xdf\x46\x5e\x66\x3c\x54\x5d\x34\xb6\x02\x09\x38\x7a\xf7\x6d\x17\x97\x74\x8e\x8a\x4e\x02\xae\x89\x7c\x0c\x03\x9d\x09\xa6\xf6\x15\x33\xdd\xdb\xe1\x90\x1f\xac\xeb\x4a\xd7\x41\xe1\x6e\xcc\x2f\xea\x98\x1b\xe0\xd5\x4f\x3b\x2a\xad\x9b\xb8\x69\x39\x3a\x68\x4b\x88\x83\x1e\x2f\x97\xfd\x83\xd1\x01\xd5\x78\x34\x86\x26\xbe\xa0\x89\xaf\x69\x12\x15\xd2\x24\xb2\x68\x82\xd9\x70\x68\xf3\x61\x64\x3b\xf1\x55\x04\x1b\xa5\x16\xb5\xa8\x95\x76\x6c\x52\x4d\xd0\xe5\x28\x91\xb4\xf5\x15\x13\xe1\xf9\x45\x34\x1c\x4e\x20\x4d\x92\xb5\x7f\x87\xb9\xb0\x6e\xa6\x51\x83\xd4\x0c\x9c\x86\x32\x31\x06\xea\x24\x17\xf6\xce\xb5\x50\x2a\x97\x5d\x5e\x33\xf7\x9c\xc4\x80\x19\xce\xf6\xb5\xc1\xb5\x66\x43\x31\x1f\x71\xe4\x1d\xf7\xe3\x5e\x6d\x35\xa0\xae\x02\xfc\x0b\xae\x5a\xa6\x2b\x0c\xd7\x11\xf6\xab\x8b\x08\xa7\x9d\x0a\xa1\x4f\x83\xc4\x13\xcc\x13\xe9\x01\x1d\x94\xcb\xe1\x01\x18\x1e\xf9\xa1\xe2\x31\x34\x17\x7a\xb1\x41\x05\x0f\xbc\x58\xdf\x57\xc1\x5a\x32\xd8\xce\xd2\xa1\xd5\x01\xb9\x4e\xd8\xb1\x51\xe4\x82\x9e\xf1\xd6\xe5\x51\x0c\x41\x6e\x0e\xc7\xf2\x2e\xce\x0b\x30\x29\xf4\xaf\x66\x09\x65\x78\x1f\x20\x27\x34\xf6\x47\x5d\xc8\xbd\xbb\xd0\x85\xdc\xbb\x33\x2e\xe4\xde\xdd\xc2\x91\x57\xc7\xa1\x37\xbf\x88\x07\xf2\x1a\x7e\x7e\x3e\x2c\x98\x5f\x6d\xdc\x51\x2d\xf5\xac\xe9\xd2\xce\x4d\x17\xf1\xbd\xeb\xd5\x0f\x74\x0f\xf6\x0e\x74\x41\x8c\xf4\xbc\x76\x3a\x65\x52\xd0\xed\xa2\x46\xbb\xd9\x6d\xe1\xbe\x67\xf3\x6f\xcf\xe6\x5f\x69\x5e\xe2\x0f\x87\xf3\x7d\x65\x78\xe4\xf6\x94\x57\x7f\x7b\x5a\xf5\xec\x69\xd5\x19\x0e\xfb\x08\x0f\x5c\x50\x0b\x94\xdf\x44\xea\xf6\x30\x47\x87\xbc\xfa\x92\x1b\x1d\x0c\x96\xd8\x70\xe8\x32\xaf\x87\x1a\xa1\xd7\xc3\x51\xa5\x82\x1a\x51\xa5\x22\x9a\xb2\xca\xc1\x3c\xc1\xe1\x70\xc8\x12\x39\x16\x96\xeb\x3f\xcf\x22\x8c\x35\x08\x05\x43\x30\xa3\x17\x3f\x90\x41\x87\x5d\x64\xc2\x36\x8a\xce\xf1\x02\x02\x0f\xbc\xfa\x81\xc1\xc1\xf0\xc0\x00\x08\x1c\x7a\x3c\x25\x70\x0a\xba\x03\xd4\xe0\xcd\x41\xcb\x10\x31\xad\x36\xcc\x88\x1b\x49\xd9\xb0\x50\x66\x85\x36\x71\x29\x0e\xb0\x8f\xe6\x6c\x1f\x07\x06\xbb\x43\xf5\x72\x39\xaa\xf5\x07\x51\xcf\x65\x6e\x28\xdd\x6f\xaa\xd0\x20\x6e\x88\xa9\x20\xbd\xf9\x1c\x22\x98\x54\x51\x92\xea\x1a\x96\x5f\x93\xbc\x65\x5a\xea\x7b\x32\xe3\x70\x92\xa7\x1e\x26\x83\xc4\x23\x98\x79\x7c\x38\x0c\x44\x67\xd3\xb7\x1d\xc3\xa1\x74\x70\x4d\x5d\x21\x4c\x40\xa0\xfa\xe2\x17\x5e\x34\xe1\x9a\x98\x32\x77\x28\x74\xe0\xe9\xf9\x58\xec\x86\x79\xd0\x7f\x22\xf0\xdb\x3c\x88\x83\x76\xe4\x85\x29\xda\xda\x57\xa2\x57\xb8\x6d\x0b\x5d\x82\x6a\x31\x7b\xae\xdf\x27\xfc\x88\x2f\xb7\x79\x7a\xd6\xbb\xa1\x1b\xe7\x3e\x21\x8b\x18\x79\x57\x8c\x33\x57\x2f\x77\xde\x91\x10\x16\x45\x2d\x48\x8f\xa5\x89\x79\x78\xb2\xee\x6c\xbe\xf4\x37\xa7\xe1\x1c\x76\xb0\xf3\xff\xfb\xc7\xcf\x34\x74\xf3\x73\x00\x7c\x1e\x80\x2f\x68\x60\xe3\xfa\xaf\x0c\xf4\xaa\x81\x7e\x63\xa0\xd7\xa0\xc0\x17\x35\x70\x0b\xea\xba\x95\x56\xf1\x27\x03\xfd\xc1\x40\x7f\x35\xd0\x9f\x35\x74\x0f\x5a\xba\xfb\x53\xa8\xf4\x4b\x90\x72\xd9\xe4\xfe\x39\x7c\x7b\x01\xbe\x5d\x07\xe0\x9b\x50\x11\xa0\x70\x2f\x45\xe1\xa7\x06\xfa\x9d\x81\x80\x10\x1b\x57\x0d\xce\xd0\xe0\x3d\xa8\x74\xf3\xca\x1f\x35\xf4\xe0\x15\x89\xa8\x6c\xfb\x45\x01\x1d\x15\x6d\xfe\xc3\x40\x3f\x07\xe8\xc1\x2b\xb2\x6f\xcf\x48\x50\xb6\xf1\x9c\x04\xaf\x0a\xf0\xa3\x12\xbc\x9e\x82\xb2\x82\x4f\x88\x96\x5e\xfa\xbb\xd3\x70\x1e\x97\x03\xf3\x73\x0d\x6d\x5c\xfd\x82\x81\xbe\x64\xa0\x17\x35\x74\xff\x8b\x1a\xb8\x03\xb9\xee\x7c\x5e\x03\x9b\x2f\x89\xd6\x8e\xc8\xca\x7e\xa1\xa1\x5b\x2f\x02\xf0\x15\x00\xbe\x06\xc0\x37\x34\x70\xf3\xcb\x1a\xd8\xb8\x0a\x99\xee\x40\xd2\xbd\x1b\x1a\x78\xf0\xca\xbf\x34\xb4\xf9\xd2\x35\xa7\xe1\x3c\x21\x9b\x79\x55\x43\x1b\x57\xbf\xa6\xa1\x5b\xdf\x32\x49\xdf\x30\xd0\xb7\x0d\xf4\x92\x81\x20\xdf\x2d\xf8\x78\xe7\xeb\x00\x40\x5d\x77\xbe\xaa\x81\x07\x97\xa0\xc9\xbb\x57\x04\xf0\x49\x01\x7d\xc9\x40\x62\x8c\x9e\xf8\xac\x80\x5e\x00\x68\xf3\x25\x41\xee\xa3\x12\xc9\x5f\x6a\xe8\xe6\x57\x00\xf8\x2a\x00\x5f\xd3\xc0\xc6\x8d\xcf\x01\x74\xfd\x5f\x26\xed\x4b\x06\xfa\x82\xf9\xfa\x0f\x0d\xdd\x7a\x09\x92\xae\x7e\xd7\x40\xdf\x87\x8f\x90\x74\x0b\x52\x6e\x7e\xdd\xd4\x00\x88\xdd\xfa\x91\x06\xee\x41\x3b\xf7\x5e\x34\x99\xae\x9a\xa6\x21\xed\xde\x6b\xa6\x99\x57\xa0\x86\x1f\x98\xa4\x14\x82\x5a\xef\x7c\x1b\x80\x6f\x69\x60\xf3\x25\x31\x98\x4f\x4a\x9a\xfc\x4a\x43\x1b\x57\x2f\x6b\xe8\xce\x77\x34\xf0\xe0\x12\x64\xdb\x7c\x49\xf4\xf6\x83\xb2\xc0\xaf\x35\x74\xf7\xaf\x1a\xb8\xf5\x8a\x06\x36\xae\xfe\x14\x92\x2e\x03\x00\x29\x77\x7f\x05\x29\x3f\x87\x94\x57\x35\x70\xe7\xa2\x06\x1e\x5c\x86\xdc\x0f\x2e\xfd\xd3\x40\xff\xd2\xd0\xe6\x4b\x22\xed\x43\x12\x87\xd7\x34\x74\xeb\x55\x0d\x6c\x5c\xfd\xb9\x81\x7e\xa5\xa1\x7b\x97\x4d\x52\x9a\xed\x35\x03\xfd\x06\xea\x80\xfc\x9b\x57\x7e\x6d\xa0\x37\x34\xf4\xe0\xf2\x37\x21\xed\x25\x81\xc8\x31\xd9\xfc\xeb\x1a\xba\xf9\x0d\x00\xbe\x09\xc0\xb7\x34\x70\xeb\x35\x00\x7e\x03\xc0\xef\x00\xf8\x13\x64\xfe\x6f\x0d\x6c\x5c\xfd\x03\x40\x37\xbe\xa2\xa1\xbb\xf0\xf1\x1e\xa4\xdc\xfb\x9a\xc9\x04\xd0\x2d\x53\xee\x2a\xd4\x7e\xe7\x65\x0d\x6c\xbe\xf4\xa6\xd3\x70\x3e\x2c\x11\xfe\x8d\x86\x6e\xfd\x55\x03\xf7\xbf\xa2\x81\xcd\x8b\x82\xdf\x3f\x22\x73\xfd\x56\x43\x1b\x57\xff\xa4\xa1\xbb\xaf\x99\xa4\x3f\x6b\xe8\xd6\xdf\x4c\xd2\x5f\x35\x74\xe7\x07\x1a\xd8\xbc\xf2\xba\x86\x1e\x5c\xfa\x9c\x81\xbe\x60\xa0\x2f\x01\x74\xf9\xe7\x50\xe2\xa2\x90\x59\x4f\xc9\xe6\x7f\xa7\xa1\x5b\x6f\x02\x70\x0d\x80\x7f\x6a\x60\xe3\xea\xdf\x0c\x74\x15\x3e\xde\x30\x49\xff\x30\xd0\x75\x0d\xdd\x86\xea\xef\x41\x15\x9b\x57\x7e\x6e\xa0\x9f\x6a\xe8\xc1\xa5\xaf\x18\xe8\x45\x80\x2e\x7f\x4e\x43\x77\x85\x08\x7c\x4a\x10\xeb\xae\xcc\xf6\x69\x89\xb7\xe8\xd5\x71\x89\xf7\xef\x35\xb4\x71\xf5\x5f\x00\x5d\xfb\x9c\x81\x20\xdf\xe6\x95\x3f\x68\xe8\xce\x2b\x90\x74\x51\x88\xf0\xa7\x65\x25\x7f\xd0\xd0\xdd\xab\x1a\xb8\x0d\xdf\x6e\x7e\x47\x03\x1b\xd7\xbe\x04\xdf\xbe\x6c\x92\x5e\x84\xa4\x17\x4c\xd2\xd7\x0c\xf4\x15\x0d\xdd\xfb\xa9\x06\xee\x5c\xd2\xc0\x83\xcb\xdf\x36\xd0\xab\xd0\xb4\x2c\x28\xfb\x29\x64\xd4\xd3\xaa\x9f\xa2\xcd\x67\x24\x8a\x7f\xd4\xd0\xcd\x97\x00\xb8\x08\xc0\x77\x35\xb0\x71\xe3\x25\x03\x7d\xdb\x40\xdf\x37\x10\xe4\xbb\xf9\x3d\x48\xba\xf6\x0d\x0d\xdd\xfb\x9d\x49\xfa\x96\x86\x6e\x7f\xc3\x24\x99\xca\xae\x41\x03\xb7\x21\xd7\xbd\x3f\x00\xf0\x27\xa8\x1d\x1a\xbc\xf7\x1b\xd3\xb2\xa9\x13\x6a\xba\xfb\x1d\xc8\x64\x30\x80\x3c\x77\x7e\x6a\x8a\xbd\x62\xa0\x1f\x19\x28\xfd\x7a\xd9\x40\x3f\x37\x90\xc1\xf9\xc6\x0f\xa0\x25\xc0\xe2\x2e\x74\xf1\xa6\xf9\xf4\x2f\x68\xf2\x45\x00\x7e\xa2\x81\x07\x97\xbe\x66\x20\xa8\xf3\x8e\x6c\xe6\x98\x4c\x93\xc8\x4a\xb4\x65\xe2\x73\x72\xb0\x04\x13\x3c\x2b\x07\xeb\x4f\x1a\xda\xb8\xf6\x5d\x03\x7d\x5f\x43\x77\x5e\xd5\xc0\xe6\x95\x5f\x68\xe8\xc1\xa5\x6f\x1b\xe8\x25\x03\x41\xd1\xcd\x8b\x02\xbd\xff\x92\x15\x5f\xd1\xd0\x83\x4b\xdf\x37\xd0\x0f\x34\x74\xff\x6b\x1a\xd8\xbc\x28\x38\xf4\x84\x2c\xf0\x67\x0d\xdd\xfe\xae\x06\x36\xae\xfd\x00\x92\x00\xb8\xf7\x6d\x00\x5e\x32\x99\x7e\x64\xa0\x57\x20\xfb\xf7\x4d\xd2\x65\x0d\xdd\xff\x86\x06\x36\xaf\xbc\xaa\xa1\x07\x97\xa0\xe4\x83\xcb\xbf\x32\xd0\x17\x20\xdf\x45\x31\x29\x4e\x4a\xcc\xfe\xa2\xa1\x8d\xeb\x97\x35\x74\xfb\x47\x90\x74\xed\x55\x48\x7a\xc5\x24\xfd\x14\x92\x7e\x6a\x92\x7e\x65\xa0\x9f\x1b\xe8\x35\x0d\xdd\xfb\x01\xe4\x87\xea\x37\xaf\xfc\x4b\x43\x0f\x2e\xbf\x66\xa0\x2f\xc1\xd7\x8b\x42\x1b\x39\x25\x51\xfb\xab\x86\x36\xae\xfd\x46\x43\xb7\x5f\x35\x49\xbf\xd3\xd0\xbd\x1f\xc1\xb7\x9f\x9b\x6f\x7f\x32\xd0\x1f\xe0\xe3\xaf\x34\x70\x07\xca\xdd\x81\x4f\xf7\xfe\xa5\x81\x07\x97\x5f\x04\xe8\x15\x81\xd8\xa9\x4f\x4a\x7c\xc4\x70\x3e\x27\xf1\x79\x43\x43\x37\x7f\x08\xc0\x8f\x00\xf8\xb1\x06\x6e\xbf\xa6\x81\x8d\x6b\x57\x21\xe9\x37\x26\xe9\x3a\x24\xfd\x0e\xca\xbd\xa2\x81\xbb\x50\xc1\xdd\x97\x01\xf8\x1e\x00\xd0\xda\xc6\x8d\x5f\x41\xf9\x3f\x00\xf0\x27\xc8\x74\x51\x03\xf7\xbe\x0b\xc0\xf7\x35\x70\xe7\x8f\xa6\xbc\xc1\xe4\x86\x41\xf3\xc6\x1f\x0c\xf4\x3b\x03\xfd\xc9\x40\xaf\x1a\xdc\xff\x0c\x4d\xfe\xd9\x24\xfd\xcd\x40\x7f\xd5\xd0\xfd\x2f\x69\x60\xf3\xa2\x90\x9e\x1f\x95\x64\xfb\x9b\x86\x36\xae\xfd\xc3\x40\xff\xd2\xd0\x9d\x3f\x6b\xe0\xc1\xa5\xcb\x1a\xba\xff\x82\x49\x12\x2c\xf6\x51\xb9\x31\xb8\x28\x58\xfc\x63\xb2\xba\xbf\x6b\x68\xe3\xfa\xe7\x0c\xf4\x05\x0d\xdd\xfe\xab\x49\x7a\xd1\x40\x5f\x32\xd0\x57\x34\xb4\x79\xe5\xcf\x00\x5d\x14\x4a\xcb\xc7\x65\xc5\x57\x35\xb4\x71\xfd\x6b\x06\xfa\x86\x86\x36\x2f\x0a\x51\xf3\x09\x99\xef\x9a\x86\x36\x6e\xfc\x59\x43\x37\x2f\x69\xe0\xf6\xdf\xcc\xb7\xab\x1a\xba\x07\x99\x36\xae\x43\x15\xb7\xaf\x9a\x5c\x69\xfe\xbf\x6a\xe8\xce\x5f\x34\x70\xff\x5b\xe6\xdb\xbf\x34\xb4\x79\x51\xe8\x43\x9f\x94\x58\x5c\xd7\xd0\xed\x6b\x1a\xd8\xb8\xfe\x6d\x48\xba\x01\xc0\x3f\xcd\xb7\x97\x0c\xf4\x5d\x0d\xdd\x79\x43\x03\xf7\x5e\xd5\xc0\xe6\x95\x37\x0d\xf4\x5b\x0d\x3d\xb8\xf4\x73\x48\xbb\x28\xea\xf7\x45\xe3\xff\xfc\xbc\x86\x36\xae\xff\x48\x43\x37\x7f\x0a\xc0\xcf\x00\xf8\xb9\xc9\xf4\x6b\x03\xfd\xd2\x40\xbf\x35\xd0\xeb\x50\xe0\x17\x1a\xb8\x05\xd5\xdf\xfa\xa2\xc9\x74\xc5\x40\x7f\x34\xd0\x1b\x06\xfa\x8b\x86\xee\x41\x4b\x77\x0d\x16\xaf\x42\xca\x4f\x4c\x6e\x68\xe7\x26\x60\x73\xf7\x06\x00\xdf\x82\x8a\x00\x85\x7b\x29\x0a\x3f\x33\xd0\xef\x0d\xf4\x77\x80\xae\x1a\x9c\x5f\xd0\xc0\xe6\x15\xa8\xfe\x3e\x10\xee\xc1\x2b\x12\x51\xd9\xb6\x98\xcb\x3e\x11\x6d\xfe\xd3\x40\xbf\x00\xe8\xc1\x2b\xb2\x6f\x4c\x82\xb2\x8d\x81\x04\xc5\x58\xfb\xe7\x24\x78\x23\x05\x65\x05\x6b\x72\x88\xc4\x7a\xbe\x2c\x87\xe8\x0b\x1a\xda\xb8\xfa\x45\x03\xbd\x60\xa0\x2f\x6b\xe8\xce\xe7\x00\x80\x5c\xf7\x2f\x6a\x60\xf3\xa2\xe0\x99\xb6\xac\xec\x8b\x1a\xba\xf5\x65\x00\xbe\x0a\xc0\xd7\x01\xf8\xa6\x06\x6e\xfe\x5a\x03\x1b\x57\x21\xd3\x9d\xaf\x68\xe0\xde\x3f\x34\xf0\xe0\x95\x37\x35\xb4\xf9\xe2\x97\x00\xba\x28\x9a\xee\xc8\x06\xbf\xa4\xa1\x8d\xab\x5f\xd7\xd0\xad\xff\x36\x49\xdf\x34\xd0\x77\x0c\x74\xd1\x40\x90\xef\x16\x7c\xbc\xf3\x0d\x0d\xdc\xff\x3e\x00\x2f\x6b\xe0\xc1\xa5\xeb\x1a\xba\x2b\x46\xa6\x23\x77\xcd\x2f\x02\xb4\x79\x51\xcc\x15\x22\x11\x7a\x41\x43\x37\x5f\x03\xe0\x75\x00\x7e\xa3\x81\x8d\x1b\x9f\x07\xe8\xfa\x9b\x26\xed\x05\x03\x7d\xd1\x7c\xfd\xa7\x86\x6e\x5d\x84\xa4\xab\xdf\x33\xd0\xcb\xf0\x11\x92\x6e\x41\xca\xcd\xdf\x9a\x1a\x6e\xc0\xb7\x1f\x6b\xe0\x1e\xb4\x73\xef\xcb\x26\xd3\x35\xd3\x34\xa4\xdd\x7b\xdd\x34\x73\x09\x6a\xf8\xa1\x49\x4a\x21\xa8\xf5\x3e\x14\xbc\x0f\x29\x77\xa1\xdc\xe6\x45\x81\x5f\x57\x12\xe7\x45\x0d\x6d\x5c\xfd\x89\x86\xee\xbc\xa4\x81\x07\x97\xfe\xa1\xa1\xcd\x8b\x82\xfc\x2b\xb2\xc0\x97\x35\x74\xf7\x0d\x0d\xdc\xba\xa4\x81\x8d\xab\x3f\x83\xa4\x9f\x00\x00\x29\x77\x7f\x0d\x29\xbf\x80\x94\x5f\x6a\xe0\xfe\x4f\x35\xf0\xe0\x32\xe4\xde\x78\xe3\x1a\xa4\x5d\x7a\x53\x43\x9b\x17\x05\x2d\x7b\x12\x87\xaf\x68\xe8\xd6\x2f\x35\xb0\x71\xf5\x17\x06\xfa\xb5\x86\xee\xfd\xc4\x24\xa5\xd9\x5e\x37\xd0\x6f\x01\xba\xfe\x7d\xa8\x0d\x4a\x6e\x5e\x79\xcd\x40\x7f\xd3\xd0\x7d\xa8\xe3\x8e\xa0\x5d\xef\x9c\xc4\x48\x28\x48\x81\xc4\xe8\xab\x1a\xba\xf9\x3b\x00\x7e\x0f\xc0\x1f\x34\x70\xeb\x75\x00\x7e\x0b\x80\xc9\xf3\x47\x0d\x6c\x5c\x35\xd0\x0d\xa8\xf2\xee\xb7\x35\x70\x0f\x52\xee\x7d\xdd\x64\x02\xe8\x56\x5a\x03\x54\x7a\xff\x35\xf8\x76\x45\x03\x9b\x17\x05\x9b\x7c\x5a\x22\xfc\x35\x0d\xdd\x7a\x43\x03\x77\xff\xa4\x81\xfb\x5f\xd5\xc0\xe6\x45\xb1\x42\x9c\x95\xd9\xbf\xae\xa1\x8d\xab\x57\x34\x74\xf7\x75\x93\xf4\x17\x0d\xdd\xfa\xbb\x49\x7a\x43\x43\x77\x7e\xa8\x81\xcd\x2b\xbf\xd1\xd0\x83\x4b\x9f\x37\xd0\x17\x0d\xf4\x02\x40\x97\x7f\x01\x25\x2e\x0a\xc6\x0d\x65\xf3\xdf\xd0\xd0\xed\xcf\x69\xe0\xd6\x75\x00\xfe\xa5\x81\x8d\xab\x7f\x37\xd0\x35\xf8\xf8\x0f\x93\xf4\x4f\x03\xdd\x80\xba\xde\x04\xe0\x0b\x1a\xb8\xf3\x23\x0d\xdc\xff\xad\x06\x36\xaf\xfc\x4c\x43\x0f\x2e\x7d\x15\xa0\xcb\x9f\x37\x69\x5f\xd6\xd0\x5d\xf9\x51\x11\x4d\xe8\x85\xab\x12\xeb\x6f\x6a\x68\xe3\xea\x9b\x00\x5d\xfb\xbc\x81\xbe\xa8\xa1\xfb\x57\x00\xf8\xa3\x06\x36\x2f\x8a\x29\x45\x65\x1d\xdf\xd2\xd0\xdd\x6b\x1a\xb8\xfd\x25\x0d\xdc\xbc\xa2\x81\x8d\x6b\x2f\xc0\xb7\xaf\x98\xa4\x2f\x43\xd2\x8b\x26\xe9\xeb\x06\xfa\xaa\x86\xee\x5c\xd6\xc0\xfd\x3f\x43\x76\xf8\xf4\xe0\xf2\x77\x0c\xf4\x4b\xc0\x41\x0c\x03\x55\xbd\x14\x25\x99\xc4\xf0\xbf\x35\x74\xf3\xcf\x00\xfc\x05\x80\xbf\x6a\x60\xe3\xc6\x45\x03\x7d\xc7\x40\x2f\x1b\xe8\x7b\x50\xe0\x0d\x48\xba\xf6\x4d\x0d\xdd\xfb\xbd\x49\x82\x86\x6e\x7f\xd3\x24\x99\xca\xae\x41\x03\xb7\x21\xd7\xbd\x3f\x02\x70\x05\x6a\xff\x1b\xa4\xfc\xd6\xb4\x6c\xea\x84\x9a\xee\xbe\x04\x99\x0c\x06\x90\xe7\xce\xcf\x4c\xb1\x4b\x06\xfa\xb1\x81\xd2\xaf\x3f\x31\xd0\x2f\x0c\x64\x70\xbe\xf1\x43\x68\x09\xb0\xb8\x0b\x5d\xbc\x79\x15\x52\xde\xd4\xc0\xfd\xef\x6a\xe0\xc1\xa5\xaf\x1b\x08\xaa\xba\x0f\xd4\xba\x23\x9b\x91\x92\x41\x42\x52\xe1\xb8\x24\xd1\x66\x72\xb0\x04\x42\x7d\x39\x58\xdf\xd6\xd0\xc6\xb5\xef\x19\xe8\x65\x0d\xdd\xf9\x25\x24\xbd\xf1\x4f\x0d\x3d\xb8\xf4\x1d\x03\x5d\x34\x10\x14\xdd\xbc\x28\x44\xf7\x67\x64\xc5\xdf\xd1\xd0\xfd\xaf\x6b\xe0\xc1\xa5\x97\x0d\xf4\x43\x0d\x6d\x5e\x14\x44\xe2\xb2\xc0\x4b\x1a\xba\xfd\x3d\x0d\x6c\x5c\xfb\x21\x24\x01\x70\xef\x3b\x00\x5c\x34\x99\x7e\x6c\xa0\x4b\x90\xfd\x65\x93\xf4\x13\x0d\xdd\xff\x26\x00\xff\xd4\xc0\x83\x4b\x50\xf0\xc1\xe5\x5f\x1b\xe8\x8b\x1a\xda\xbc\x28\x34\xde\x48\x22\x76\x51\x43\x37\x7f\xa2\x81\xdb\x3f\xd6\xc0\xc6\xb5\x5f\x42\xd2\x25\x93\xf4\x33\x48\xfa\x99\x49\xfa\xb5\x81\x7e\x61\xa0\xd7\x35\x74\xef\x87\x90\x1f\xaa\xbf\xf7\xa6\x06\x1e\x5c\x7e\xdd\x40\x2f\x40\xc1\xeb\xd0\xf8\xe6\x45\x51\x59\x2c\x51\xfc\xae\x86\x36\xae\xfd\x16\xa0\xeb\x2f\x6b\xe8\xf6\x2f\xcd\xc7\xdf\x6b\xe8\xde\x8f\xe1\xdb\x2f\xcc\xb7\x2b\x06\xfa\x23\x7c\xfc\xb5\x06\xee\x40\xb9\xff\xfb\x15\x0d\x6c\x5e\xf9\x95\x86\x1e\x5c\xfe\x32\x40\xaf\x08\x6c\x63\xa5\x6c\x09\x4d\x7d\x20\x51\xfb\x9e\x86\x6e\x5e\x03\xe0\x3a\x00\x37\x34\x70\xfb\x75\x0d\x6c\x5c\x83\x4c\xb7\x7f\x6b\x92\x4c\xae\xdf\x43\xb9\x7f\x68\xe0\xee\x2b\x00\xfc\x00\x80\xef\x03\xf0\x23\x28\x7f\xe3\xd7\x50\xfe\x8f\x00\x5c\x81\x4c\xdf\xd5\xc0\x3d\x40\xf2\xde\xcb\x1a\xb8\xf3\x27\x53\xde\x60\x72\xc3\xa0\x79\xe3\x8f\x06\xfa\xbd\x81\xae\x18\xe8\x97\x06\xf7\xbf\x40\x93\x7f\x31\x49\x7f\x37\xd0\x1b\x1a\xfa\xbf\x5f\xd5\xc0\xe6\x45\x51\xf2\x9c\x24\xdb\xf7\x35\xb4\x71\xed\x9f\x06\x7a\x53\x43\xff\xf7\xeb\x1a\x78\x70\xe9\x27\x90\xf4\x0d\x93\x24\xd8\xee\x9c\xda\x41\x88\x41\x3a\x2f\xab\x7b\x59\x43\x1b\xd7\x3f\x6f\xa0\x2f\x6a\xe8\xf6\x1b\x26\xe9\xcb\x06\x7a\xc1\x40\x3f\x30\xd0\x57\x35\xb4\x79\xe5\x2f\x00\x5d\x14\xd4\xbd\x20\x9b\xf8\x81\x86\x36\xae\x7f\xdd\x40\xdf\xd4\xd0\xe6\x45\xa1\x7b\xac\xc9\x7c\x3f\xd4\xd0\xc6\x8d\xbf\x68\xe8\xe6\x3f\x35\x70\xfb\xef\xe6\xdb\x35\x0d\xdd\x83\x4c\x1b\xd7\xff\x1b\xb2\xbf\x69\x72\x99\xfc\xd7\xd3\x5a\xdf\xd0\xd0\x9d\xbf\x6a\xe0\xfe\x7f\x9b\x6f\x50\x72\xf3\xa2\x18\xcb\xcf\x4a\x7c\x7e\xa4\xa1\xdb\xd7\x35\xb0\x71\xfd\x3b\x90\xf4\x0f\x00\xfe\x65\xbe\x5d\x34\xd0\xf7\x34\x74\xe7\x6f\x1a\xb8\xf7\x4b\x0d\xdc\xff\x9c\x06\x36\xaf\xfc\x4e\x43\x0f\x2e\xfd\x42\x43\x6f\x89\x05\xf8\xad\xef\x08\x48\x4c\xa7\xb7\xbe\x27\x20\x41\xda\xb7\x5e\x16\x90\xd0\xc3\xde\xfa\xa1\x80\x7e\x63\x20\x31\xb8\x6f\xfd\x44\x40\x62\xf5\x7f\xeb\x97\x02\xfa\xad\x81\x44\xf7\xde\x7a\x5d\x40\xa2\xb1\xb7\xae\x08\x48\xb0\xe5\x5b\x6f\x08\x48\x68\x9b\x6f\xfd\x5d\x40\x82\x69\xdf\xba\xe6\x60\xe7\x7f\xbe\x06\xd0\x5b\xdf\x36\x69\xb2\x8d\x37\x05\x24\x06\xed\x7f\x5e\x10\xd0\xd7\x01\x7a\xeb\x4f\x26\x4d\x60\xfa\x3f\x5f\x15\x90\xd0\x92\xfe\xe7\x8b\x4e\x92\x9a\x30\x86\xa9\x09\xa3\xeb\x38\x15\x82\x6a\x9c\xc8\xf7\x0d\xee\x42\xf3\x53\xa7\x07\xf5\x7a\xbd\x5e\x15\x7f\xde\x77\xb4\xb5\xb0\x92\xb5\x89\x04\x7b\x8a\x26\x69\x49\x13\xf1\x22\x83\x4b\x4e\xba\xd5\x55\xd6\x09\xba\x01\xe1\x0b\x00\x44\x0b\x9c\x74\x77\x62\x6c\xe9\x28\x63\x13\x2b\x06\x45\xb9\xac\x5d\x50\x90\x72\x79\x5e\x5a\xf6\x1a\x0b\x5f\x92\x37\xb1\xd4\x75\x44\x32\x96\xa3\x55\x47\xc6\xc4\x31\x63\x49\xac\x4b\x14\x05\x29\x5d\x6f\x2f\x37\xe2\xa4\xb1\xae\x5c\x7a\x34\x62\xdc\xe7\x4c\x19\xab\xf1\x64\x17\xdc\x75\x9e\xf3\xb9\x79\x83\x76\x26\x22\xf1\x71\x4d\xc2\xe3\x3e\xf5\x57\xb4\x63\x6e\x77\xfd\x0c\x1f\xd0\x23\x7e\xbb\x47\x1a\x94\x9c\x2f\x9d\x24\x31\x6e\xfb\x7d\x7f\x39\x08\x83\x38\x20\x51\x43\x17\x5f\xcd\x96\x3d\x62\x65\x59\x9a\x9e\xc5\x75\xf6\xd7\x16\xf7\x3b\xc6\x7a\xbf\xcd\x89\x1f\x13\xc0\xa7\xa1\x10\x21\xca\xe3\x14\xe4\x31\xb4\x80\x32\xcb\x00\x69\x72\x69\xcb\x3f\x84\x03\x1a\xc5\x7e\x18\x42\x75\x2e\xc1\x81\x36\xc4\x5b\xef\xb3\x28\x10\x54\xf7\xc3\x86\x9f\x78\x4c\x19\x92\xac\x9b\xaa\x23\xa8\x2b\x14\xd5\x0f\x12\x8f\xba\xbe\xb4\xe0\x1a\xa4\xc1\x8b\xdb\xcb\xde\x40\x3d\x2c\xd0\xa1\x12\x07\xf4\x18\x3d\xc2\x68\x4c\x2e\xc4\xee\x00\x07\x68\x8e\xbb\x11\x2a\x97\x63\x37\x44\x56\x8c\xed\x38\xcd\x14\xe2\x08\xcb\x28\xb9\xd0\xae\x17\x61\xf0\xe3\xe2\x85\xd2\x62\x5b\x75\xdd\x0b\x12\xac\x02\x18\xd9\x7d\x19\xe9\x09\x4b\xbc\x20\xdf\x13\x1f\x7a\x12\x89\x9e\x84\xa2\x27\x4c\xf6\x24\xcc\xf4\x24\x1c\xdb\x93\x30\x45\x43\xf4\xc8\x97\x3d\x8a\xa4\xed\xa3\x9b\x62\x2e\x53\x8d\x67\x1a\x08\x36\xaf\x8c\x38\x7d\x34\xef\x59\x76\x60\x90\x0b\x67\x4b\x8f\x92\xa7\x20\x23\x56\x0f\x32\x0a\x32\x47\xd8\xb7\x10\xb5\x69\xea\xa7\x34\x8d\x50\x82\x73\x6d\x28\x97\xc8\xca\x8e\x08\x5e\x21\xf0\x01\xad\x51\xf1\x55\x39\xb3\x12\x25\x3e\x2a\xa6\x53\xe4\x60\x95\x7f\xce\xd0\x49\x4e\x90\x9a\xdf\xe9\xb8\x54\xd4\x9d\xa1\x9c\x34\x70\x52\x35\xf3\x31\x35\x8b\x1a\x96\x65\xad\x85\x75\x72\x5d\xe7\x11\x08\xd5\xed\xc6\xba\x07\x0a\x1f\x40\x9f\xd4\x82\xe8\x09\xe5\x67\x8e\x74\x86\x43\xeb\x67\x40\x57\x86\x43\xd5\x36\x84\xe9\x15\x95\x6a\xa7\x74\x29\x37\x29\x5e\xd2\xac\x42\xd3\x39\x16\x08\xae\x61\x89\x47\xf2\xe8\xc1\x33\x24\xe2\x1d\x4a\xbb\xa6\x63\xd2\x13\x24\x8d\x82\xb9\x1b\x48\xb6\xa0\xc5\xc3\x4b\x71\xa0\x86\x33\x49\x10\x96\x6f\xb9\xd6\x13\xfb\x61\x41\x50\x24\xf8\x69\x87\xf0\x2a\x3c\xf5\x80\xbf\xb6\xd3\xbd\x3d\x7b\xb3\x2e\x1f\x9f\xc5\xe6\xf9\x99\xfd\x4e\x22\xe7\xdd\x4d\x88\x5b\x49\xf8\xb9\x22\x3f\x6f\xdc\x9b\x5f\xc4\x6e\xec\x39\x9d\xa0\x73\x62\x40\x1d\x14\x50\x97\x48\x37\x35\xe8\xe1\xf8\xe6\x4e\xf4\x8b\x87\x2c\x7f\x92\x66\xbd\xa5\xc6\x58\xe1\x31\x1c\xba\xd6\x2f\x6f\xbe\x8e\xc5\x74\x57\x8f\xbd\x16\x91\x34\x8a\xb4\xc2\x39\xc5\x5b\x1a\x2b\x25\xca\xde\x19\xab\x1d\x8d\x55\xd0\x75\xe7\xad\x11\x32\x26\xf6\xd9\x41\x4b\x27\x2a\xb8\xe8\x93\x34\xd1\xc8\x9e\x53\x52\x44\x0a\xf6\xcc\xe0\x6e\x6f\x6c\xb3\xfe\x2e\xb7\xae\x89\xed\xa5\x7b\xfa\xdd\xe2\x2a\x3e\x0b\x57\x15\xf1\x12\xac\x01\x5d\xea\x60\x78\xa6\x08\x69\xe9\x9a\x3e\xfa\x8d\xfa\xab\xa4\x63\x92\xa7\x4d\xe6\x2e\xf5\x74\xf4\xf3\xb4\x4e\xcf\x1e\x6a\xf1\x49\x56\xe9\xc5\x89\x18\x3f\xbd\x6e\xb8\xca\x48\x5d\x55\xa1\xc5\x77\x5a\x83\x4e\x90\xe5\x74\xab\xeb\x5d\xda\x20\x89\xf2\xbb\xa9\x1d\xb2\xa5\xf9\xad\x66\x50\x22\x89\x51\xcb\xb4\x65\xb3\x5b\xc1\x7b\xb2\x1c\xbb\x09\x35\x39\x72\x70\xd3\x66\x2b\xb4\x5e\x54\xec\x33\x83\x80\x93\xaa\x7a\x87\xbc\x00\x8e\x73\xad\x97\x94\x3a\xc7\x94\xc7\x92\xbb\xf2\xea\x0c\x73\xcf\x3c\x87\xd7\x9e\x47\xf5\xcf\x5a\xcf\xb7\xbc\x8f\xca\xc7\x97\xfa\x0b\x72\x09\x6a\xf2\x56\xe1\x0e\x28\x0a\x3e\x4b\xaa\x6c\x39\x22\xfc\x9c\x7c\x7c\xc6\xcf\x05\x6d\xb2\xa0\xff\x8a\xbd\x50\x26\x43\xd1\x03\xd2\x71\x75\xa8\x17\x6c\xc1\x0a\x65\x9c\x54\x39\xab\x12\xce\x19\xdf\x33\x0f\x19\xea\x11\xda\xd4\xd7\xde\xea\xeb\x49\x85\xf2\x7a\x40\x83\x18\xa6\x99\x7c\xe0\x9b\x9f\x6b\x2a\x50\x7c\x3c\xe8\xbb\x28\xd1\x7f\x95\x2f\xc8\xb6\x7e\x8e\x18\xc9\xa7\xbe\x2a\x23\x50\x44\x25\x4d\x76\x95\x6b\x7d\x35\x3e\x6a\xc1\x05\xaf\x76\x98\x7b\x42\xd2\xf9\x19\x5d\x69\xb9\xec\x66\x87\x58\x63\x67\x21\x42\xce\x97\x3e\x46\xfc\xb3\xc7\xfd\x7e\x1e\x1f\x72\xbe\x54\x58\x29\xb8\x64\xa4\x9d\x90\xa8\x2f\x08\x25\x2b\x82\x92\x91\x0e\xff\x96\x46\xb4\x9e\xcf\xd4\x99\x68\x40\x8d\xa9\x59\x53\x4c\x39\xf0\xda\x08\x92\x25\x8b\xab\xd2\xe7\xd1\x1c\x5f\xe2\x52\x5f\x8d\x51\xc3\xcd\xe5\x50\x5a\xa7\xde\x41\xba\xcd\xb8\x05\x5e\x3b\x01\x83\x9a\xc1\x00\xa1\x64\x40\x77\x07\x1f\xf5\x32\x8b\x84\x24\x16\x2a\x33\x8e\xcb\x65\x5e\x13\x64\x01\xad\x26\x2d\xa1\x33\x91\x3c\x56\x16\x26\x08\xa1\x44\xf9\x14\xd0\x4c\x63\xb0\x81\x6d\xdd\x0c\x83\x57\xeb\x04\x51\x9b\x51\x4a\xda\xb1\x8b\x50\x4e\xd4\xaa\x4a\x54\x13\x89\x3d\x8c\x62\xb9\xec\x32\xee\x6a\x0f\x49\x25\xd6\x2d\x11\x10\xf3\xa4\xa8\xf3\x31\x6c\xc1\xa4\x57\x4f\x94\x96\xe5\xaa\x2c\x17\x3b\x88\x24\xc1\x2c\xe3\x67\xc0\xf7\x1c\xbb\x55\x07\x47\xd2\x87\x41\xb8\x35\x1f\x06\x99\x2a\x10\x1e\x64\x9a\x68\xe7\x5d\x19\x84\x63\x5c\x19\xb4\x9b\xa4\xe5\x85\xda\x95\x41\x3b\xeb\xca\xc0\xfe\x89\xdb\x79\x57\x06\xed\xb1\xae\x0c\xda\xc3\x61\x3b\xef\xca\xa0\x9d\x75\x65\xd0\xf6\xa2\xad\xbb\x32\x60\x62\xd3\xa9\x5d\x19\xb4\x11\x1e\x58\x0f\xa4\xda\x39\x47\x03\x6d\xed\xca\x20\x93\xbe\xd4\x1e\x75\x65\x30\x48\x0f\x43\x26\xbb\x32\xc8\xb7\x50\x2c\x7b\x05\x8a\x6d\xe9\x57\xc2\x76\x65\x20\x52\xb5\x33\x83\x69\x3b\xae\xad\x2c\x12\x7b\xf8\x8c\x5b\x0a\x87\x02\x07\xe1\x5a\x3e\x32\x2a\x31\xca\x8a\x0b\xe2\x65\xbf\xce\x65\x7f\xa6\x95\x2b\xd1\xe3\x64\x85\x6c\x29\x64\xac\x5f\x0a\x83\xd5\x40\xec\x24\xda\x84\x74\xe4\x92\x60\xfc\xe8\xce\xd7\xe5\xb3\x36\xf5\x6c\x3e\xff\x78\x0e\x53\x29\x1a\xb4\x7b\x80\x43\x8b\x4b\xbc\xba\xd8\xa8\x23\x1c\x78\x8b\x07\x82\x83\x5c\xbe\xad\xa6\xcd\xa0\xba\xd8\xb2\x9e\xd6\x05\x2d\xa1\x4a\xe1\x5a\xad\x46\xc5\xa4\x45\x68\x6e\x64\x70\x58\x78\x8e\xf0\x85\x2e\xf1\xe3\x01\x9f\x51\x29\xd2\x65\x0a\xd4\xa1\x5c\x0e\x00\xa2\x05\xb9\xf6\x06\xed\xdd\xd6\x93\xc6\x16\x30\x5e\xa0\xd6\xb3\xba\xfd\x0a\x89\x1b\x56\xef\x60\x1e\x02\x77\x24\x49\x81\xaf\x8d\x91\xee\xfc\xbf\xd8\x67\xd3\x9d\x85\x36\xa3\xb1\x1f\x50\xc2\xab\x1d\xb2\x3c\x58\xa9\xfa\x1d\xbf\x1f\x6f\x95\x28\x9a\x79\x66\xf7\x31\xa2\x76\x76\xea\xc5\xbb\x76\xb9\xef\x8a\xf9\x70\x82\xac\x1c\xbd\xd0\x77\x9d\x4f\x2d\x2c\x39\x15\x5e\x71\x16\xdc\x5a\x05\x2d\x38\x15\x52\x71\x1e\xd1\x8f\xc7\xf5\x11\xbc\xd9\xe0\xd2\xe6\x62\x6b\x97\xce\xc0\xe1\xbc\xef\x08\xd0\xe4\x09\x41\x92\xc3\x8a\x22\x35\xa5\x6a\xba\xeb\x67\xd4\xfe\xe1\x84\x8c\x24\xce\xd7\x1a\x52\x2b\xd4\x1a\xa7\x3e\xd6\x2a\xda\xde\xc9\x2f\xd9\xa2\xa0\x7d\xe4\x92\xa5\x64\x88\x6b\xc7\x33\x89\x28\xc1\x6d\x9f\x1e\xf1\x63\x3f\x64\x2b\x47\x69\xcc\x03\x12\x3d\xbe\x76\x6a\xad\x4f\xac\xdb\x86\x55\xd6\x21\xa1\xf4\x4e\x34\x1c\x8e\x45\x45\x54\x54\x5c\x4b\x1a\x2a\x21\x8f\x52\x2d\xf5\xdd\x14\xb9\xc8\x84\x36\x38\xec\x0a\x89\x65\x36\x73\x51\xdf\x6f\x13\x9d\xf5\x59\x4e\xba\xc1\x05\xdb\x29\x03\xf6\x3d\xe3\x39\x99\x1d\xf4\x6d\x5f\x0c\xb1\x76\xb9\x50\x5d\x9c\xf7\x3c\xdf\xbc\x24\x25\xe6\xdd\xae\x60\x19\x1f\xe7\x1a\xea\xb3\xce\x71\xab\xad\xe1\x30\x40\x73\xb1\xa0\xa9\xe7\x6b\x1f\xcf\xa4\xe2\x44\x0b\x0e\xaa\xf5\x59\xdf\x45\x08\x53\xa1\x94\x2a\x56\x91\x6a\x0f\x70\x50\x92\x4c\x71\x2c\x33\x95\xf3\x27\xcd\x16\xed\xf0\x44\xe4\xaf\x76\xfd\x76\xcc\xf8\xda\xc3\xdb\x60\x92\x1c\xdb\x68\xf6\x4e\xb5\x04\xbd\xc5\xfd\x74\x54\x23\x6a\xf8\x85\x6a\x9c\x4f\xb3\x72\x9d\x21\xfe\xd9\x33\x11\x21\x14\xc1\x01\x47\xe6\x2c\x83\x00\xcf\x43\x49\x32\x1c\x8e\x54\x97\x64\xb8\x67\xbd\x20\xd4\x5f\xa6\x0e\xa1\xf2\x46\x76\x0c\xf9\x52\xa0\xcf\xb1\x20\x47\xa2\xf4\x7a\x13\xab\x5e\x35\xe8\x12\x79\x70\x90\x23\x00\x9f\xcb\x1e\xe6\xeb\x66\x61\x36\xeb\x61\x7a\x26\xee\x11\xde\xc8\xc7\x0d\xd1\xfb\x89\x6e\x40\x35\xa7\x89\x2e\x88\x0d\x45\xd0\x75\x53\xf9\xa5\x30\xbb\x10\x73\xbf\x0d\xfe\xf2\x8f\x4a\x66\x70\x39\x56\x79\x0d\xf5\x29\x8a\x7b\x9c\x9d\x2f\x89\x19\x7e\x54\xe8\x18\xee\xf3\xa5\xa3\x17\xfa\xf2\xa9\x77\x29\x66\x25\xd1\x52\xa3\xf4\xe8\x23\xeb\xa4\xd6\x1d\x84\xa1\x68\x2e\x79\xb4\x74\x3e\x88\x7b\x01\x15\xc9\x3c\x79\xb4\xb4\x3c\x88\x4b\x2b\x2c\x2e\x3d\x6a\xb6\x9a\x8f\xd6\x4a\x4f\x04\x9d\xd2\x1a\x1b\x94\xba\x4c\x68\xfb\xa2\xaa\x47\x15\x43\x96\x34\x67\xe4\x6a\x59\x7a\xde\xbc\x11\x57\x9b\xe1\x1e\x1b\x84\x9d\x8f\x71\xbf\x7f\x8c\x1e\x11\xe3\xfc\xa4\xe2\x54\x97\x62\x22\xb4\x63\xea\x65\x77\xa9\x54\x4c\xa7\x24\xc1\xd2\xe5\xb9\xbc\x19\xb0\x69\x27\xf6\x69\x75\xe9\x24\x4d\x7e\xef\xc8\x3b\x1d\x18\x4d\x15\xa0\x40\x39\x78\x48\xbd\xb1\xff\xa7\xf2\x88\xb0\xdf\xf3\xbc\x40\x4b\x09\x59\x8f\xa8\x26\x68\xd6\x5b\x26\x2d\xf6\x9c\xff\x74\x2a\x41\x73\xb1\x35\xa7\xdc\x29\x05\xcd\x7d\x2d\xa8\xa5\xe1\xa0\x39\x75\xdc\x85\xa9\x47\xc4\xca\x20\x5f\xea\xa7\x65\x30\x57\xb5\x29\xd5\xbe\x8e\xab\x8b\x42\x9a\x89\x2a\xe6\x1c\xf0\xba\xd9\x48\x3d\xd1\x09\x59\xca\x65\xf7\x1d\xcb\x3d\x9d\x53\xa1\x98\x7b\x26\xbf\x03\xfe\x00\xba\xee\xbe\x0c\xfa\x80\x5f\x3d\x83\x9f\xce\x46\x20\x9b\x24\x54\x73\x11\x7a\xb8\xe4\x9a\x0e\x00\xd2\x62\x17\x2d\xb3\x60\xf3\x49\x26\xcf\x49\xef\x29\xd0\xca\x62\xa6\x95\x58\xb6\x8b\xb3\xc4\x48\x51\x56\xfd\xaa\xcb\x08\x38\xa1\x1f\x29\xc7\x1c\xcf\x74\xdd\x4c\x37\x71\x1d\x15\xf6\x3d\xf6\x62\x38\x31\x5c\x34\xce\x10\xd2\xa1\x6c\x48\xc7\xfa\x41\x8a\xa8\x76\xd9\x47\xb1\x6f\x5d\xfb\xa5\xa7\x97\x52\x9a\x3b\xc0\x8f\xeb\x29\xcb\x08\x75\x07\xa6\x41\x83\xe0\xbe\x14\xf3\x8d\x58\xaf\x6d\xea\xa7\xbb\x2e\x14\xfd\x06\x4f\x10\x56\x80\x29\xf1\xb1\x20\xee\xb1\x81\x74\x38\xd0\x60\x58\x34\xd4\xa0\x98\x33\x16\x37\x7c\xac\x67\xfd\x71\x12\xf7\x98\x6a\xca\xd1\x49\x4e\x45\x1f\x25\xc9\x8b\xfb\x9a\x12\xf3\xdd\x35\x97\x23\xc1\xed\xe1\x80\xcb\xfd\x55\x47\xd4\x1a\xa9\xa5\xbf\x48\x1d\x58\xf5\xcf\x92\x53\x4c\xd5\x91\xdd\x23\x8e\x5f\x2b\x2b\x62\xb8\xe3\x8a\xd3\x70\x12\x3c\x6e\x3a\xca\x1b\xf0\xf9\xc5\x22\x75\x03\x41\xd4\x06\x51\xe3\xe3\x7e\x44\x3a\x27\xf4\x0a\xe4\xcd\xd7\xb7\xac\x7e\x40\xc4\x97\x33\x94\xf1\x55\xd9\x65\x79\xcd\x07\x07\x00\xea\x5e\xde\xb5\x6e\x5f\x73\xa4\xf1\x8a\x12\x87\xc3\x59\x8b\xeb\x9d\x3b\x60\x58\xfc\x55\xf0\xa5\xf8\xeb\x00\xae\x1d\xd2\xe7\xa4\xed\xc7\xa4\xf3\x6c\x56\x35\xf0\xe6\x17\x13\x6c\x7a\x62\xad\x1c\x45\x7d\x94\x96\x26\xee\x98\x2f\x5e\x2e\x5d\x9e\x52\x01\x3b\x19\x1d\x0a\xe2\x4a\x18\xe9\xe8\x12\x21\x66\x78\x6d\x84\xef\x26\x58\x7d\xf4\x82\xa8\x49\x5b\xe5\xb2\xab\x54\xb2\x26\x6d\xb9\x5c\x48\x5d\xe9\x6d\x2e\x36\xe9\x35\x7b\x05\x93\x39\xe2\x04\x67\x10\xcc\x07\xbe\xd0\x42\x08\x94\xb1\x43\x8b\x20\xa9\xe2\x66\x1d\x22\x56\x58\x1e\x3e\x95\x3a\xe9\xa8\xd3\x76\xf8\x05\x36\x1c\xf0\xdb\x16\x2c\x44\x0b\x16\x21\x91\x82\x22\xb9\x82\x96\x88\x60\xf3\x8a\xcc\x61\x2c\x81\xce\x2c\xac\x60\xa7\xea\xa0\x86\xfa\x98\x99\x86\x1d\x3f\xea\x11\x2e\xba\x93\x2d\x73\xba\x26\x0a\x2d\x38\xc8\x38\x5e\x21\xd6\x2c\xcd\x0f\x74\x8e\x8d\xac\x81\x1e\xfd\xe2\x09\xdd\xd1\x41\x09\xee\xb3\x8e\x9c\x4d\x4f\x31\x76\x76\xd0\x17\x42\x45\xf1\x94\xed\x3d\x2a\xae\x15\x08\x1d\xa0\xa4\x4d\x9a\x58\x7a\x0d\x15\x2a\x97\x64\x06\xdd\x8b\x4f\xa5\xc4\x39\xbd\xb0\x80\x1d\x07\x21\x4c\x2a\xce\x82\xda\x02\x39\x15\x55\x2a\x45\x25\xa3\x8b\xd8\x5a\xfb\x04\xdd\x78\x92\x92\x9e\xa1\xd1\xb8\xee\xc6\x32\x78\x0e\x7c\x36\x9e\x2d\xa3\x63\xf4\xe4\x60\xb9\x13\xf0\xdd\x41\x45\xf0\x65\xc5\x73\x2c\x67\xb0\x99\x40\x79\xc6\xf1\xea\x70\x68\x53\x6d\xa1\x16\x93\x28\x76\x49\xd1\x30\x20\xb4\x85\xee\xe9\xb9\x74\x94\xae\x08\xed\xdf\x9a\x3a\x05\x15\x57\x9c\x05\x22\xf3\x39\x73\x70\x35\x96\xdf\x35\x09\x3d\x36\xce\x22\x50\xac\x28\xc6\x69\xdb\x27\xd8\x20\x26\xc7\xfd\xfe\x94\xd6\x85\x88\xa9\x38\x0b\x5c\xe4\x8e\x26\x63\xc0\x91\x99\xe0\x13\x54\x55\xa3\x0f\x92\xc4\xe0\x62\xdc\x96\x66\xc7\x36\x23\x71\x88\x29\x68\x4b\x26\x35\x7b\x4f\x1d\x3d\xfe\xec\x53\x87\x4f\x1d\x3d\xd9\x2c\xec\x43\x4b\xca\xaa\x55\x3f\xa0\x59\x8e\x0e\xba\xae\x23\x52\xd5\x70\x17\x8d\xa9\x31\x55\xea\xeb\xa5\x73\xc1\xa9\x10\x3d\x4b\xc0\x7d\x51\xa6\xca\xa2\x02\xd9\x99\xef\x6a\x8f\xbe\xba\xae\x82\x56\x13\x4c\x49\x14\x0b\xde\x0f\x59\x5b\x3a\x0f\x36\xb3\x60\x14\xff\x02\x9e\x2d\xc4\x7a\xab\x48\x54\x1c\xbd\xe5\x4c\xb4\x3e\x34\x76\xde\x8d\x9d\xe2\x26\x4b\x53\xb5\x56\x71\x54\x26\x27\x5d\x6c\x26\xe4\x51\x63\x66\xfa\xab\x26\xd2\xb3\x7e\x1c\x13\x4e\xc1\x0a\xd0\xf8\xd0\x74\x47\x4e\xaa\x9a\x99\x69\x98\xd2\x0d\x67\xd2\x47\xc5\x8b\xd6\x6e\x32\xbc\xa2\xd2\x46\xc6\x5b\x9f\x13\x4c\x1f\xab\x56\x82\x50\x8d\x13\xbf\xf3\x0c\x0d\xd7\x5c\x84\xf3\xfb\x3c\x23\xe0\xb1\xde\xe5\x09\xbd\xd5\x19\xd7\x77\xcb\x8d\x59\xe0\xd5\xe5\x8d\x8a\x3e\xed\x08\x0e\xb2\x8c\xb3\xcc\x66\xd0\x52\x67\xfb\x52\x07\x56\x5b\x44\x56\x2e\xbb\x4c\xdf\xe0\xc8\x20\x66\x16\x22\x0c\x4b\x0b\x2a\xb0\x9a\x2a\x98\xe2\x4c\xda\xdf\x79\x0c\x61\xd0\x8e\xcf\x84\x6c\x45\xe1\x27\x76\xa1\x98\x21\x6c\x9c\x51\xf2\x24\xc1\x23\x6d\x58\xab\x59\x66\xe5\x15\x9b\x4c\x1e\xb5\x19\x87\x7d\x2f\xb1\x42\xb0\x15\xa1\x92\x1a\xef\x15\x8b\xa2\x74\x03\x2c\xd8\x59\x6f\x82\x0f\xaf\x2e\x07\x2b\x03\x36\x88\x4a\xaa\x50\x49\xf2\x9f\xda\x09\x27\x8f\x96\x7c\xda\xd1\xfb\xd6\xe7\xd1\x44\x51\x97\x4a\x7b\x32\x4d\x24\x02\x31\x74\x50\x48\x62\x29\x15\x0b\x55\xb7\xf9\xa9\x85\xd6\x63\xe8\x91\x05\xec\x2c\x9c\x79\x64\xd1\x99\xdc\x2a\x35\xb5\xd1\x04\x87\x92\xe8\x70\x27\x36\x12\x84\x34\xa3\x13\x66\xa6\x65\x8e\xfb\x62\x3c\x5f\x47\x09\xb6\xc6\x51\x9f\x9a\x8a\xcd\xb5\x1a\xa2\xa3\x4f\x7f\xb4\xf6\xd4\x33\x1f\x3c\x73\xfc\x99\x27\x9e\x7b\xea\xe8\x99\x13\x47\x4f\x3e\xf3\xd4\x47\x8f\x9e\x28\x97\xe7\xe3\x9a\xd8\xe8\xc8\x8f\x90\x9a\x89\x81\x29\x76\xde\x4b\x4e\x73\xf3\x95\x8b\x2d\xa7\xe1\x34\x4b\x2d\x67\x8e\x5a\x5a\x0c\x68\x86\xef\xad\x2f\x39\x35\xa7\x91\xde\x54\xbc\xb7\x5e\x1d\xc9\x85\x6a\x9f\x66\x01\xd5\xf1\xd4\x86\x43\x57\xeb\xbe\xa3\x74\x88\x11\xc2\x6d\x46\x23\x16\x92\x72\x59\x03\xb5\x80\x76\x59\xf6\x97\x1b\xe0\xb4\x0d\x4c\xa5\x7d\xe2\x59\xca\xce\xd3\x27\x19\xdf\xf2\x49\x25\x2f\xda\xb1\x58\xf1\xdc\xea\x38\x48\x4f\x25\xe9\xc1\x40\xc6\x74\x5b\x57\x73\x58\x46\x71\xd3\x73\x32\xe6\x3e\x8d\xc4\x52\x78\x8a\x99\xd3\xe1\x27\x07\x61\x48\xd5\xdc\x09\xd0\x9c\x98\xc0\xbc\xc9\x5a\x9e\x18\x36\x33\xd3\xf0\x94\x82\x71\xe6\xa0\x29\xb3\xa5\x25\x89\xdc\x33\x88\xa5\x00\x07\x9e\x5c\x10\x04\x36\x46\xa5\xa6\x48\x9e\xa8\xc2\xcf\x40\xf2\xa8\x74\x0d\x58\x2e\xfb\x6a\x63\x2f\xbb\x55\x85\x03\x89\x72\xd9\xa8\xfc\x20\x9a\x2a\xe6\xb0\x02\xa6\x8d\x52\xcc\xf5\xf6\x9e\x55\x20\x23\xf6\x95\xe3\xfd\xc8\xe3\x85\xcb\x96\x5c\xb1\x80\x9d\xd5\xb1\x02\x20\x26\x6d\x9e\xa1\x61\xb8\xff\x5a\xca\x36\x04\xc9\x70\xd7\x99\xe0\x62\x2d\xc5\x0c\xbd\x39\xf2\x53\xb1\x25\xe4\x7f\xf3\xf5\x74\x42\x89\x26\xf5\xc2\xa0\x16\x35\x73\x74\x85\xe3\x24\x41\x73\xb4\xc6\x09\xeb\x13\xb5\xb9\x76\xd7\x0b\x76\xcd\xf2\x64\x55\x9b\xc6\xd3\xa9\x97\xa2\xe3\x8f\x7a\xff\x1d\xae\xac\xd7\x15\xb7\x37\x62\xef\x50\xc1\xce\x92\xe8\xc3\xcf\x25\x00\xdc\x18\x35\x48\x52\x64\x56\x24\xb4\xcb\xaa\x32\xb9\xd1\xe6\x56\x0b\xd5\x3e\x0f\xce\xf9\x31\x59\x08\xa8\x58\xf6\xfc\xd9\x3d\x5a\xcb\x91\xdb\x7a\x47\x63\x4f\x63\xd3\x8b\x57\xc3\x65\x9f\x47\x0b\x67\xc9\xda\x79\xc6\x3b\x82\xd2\x2c\x1a\x70\xc0\xd0\x09\xc0\x87\xf7\x99\x33\x21\xf3\x3b\x44\x6c\xb1\x94\x54\x58\x1a\x49\x57\xec\x33\x6b\xcd\xa8\x61\x51\x24\xa0\x2b\x0f\x11\x97\x99\x5b\x40\x8d\xf5\x64\x8e\xd4\x0e\x1f\x39\x75\xec\x99\xa7\xbd\x58\x03\xb3\x0d\x22\x98\xce\xd9\xdf\x0a\x2f\x31\x66\x63\x80\xad\x5c\xfc\xa5\x2a\x15\xdc\x21\xd9\x0c\x23\xe6\x5b\x51\xfc\x6e\x52\x3b\x23\x71\xe1\xc7\x83\x36\x67\x61\xb0\x3c\x1c\x92\x9a\x4a\x81\x73\x43\x1d\x5b\xff\x18\xed\xb2\xa8\x11\xd7\xf4\x4f\xb9\x9d\x92\x69\xc3\xa1\x49\xd4\xf1\x2c\x65\x32\x5e\xf5\xfb\x8f\xaf\x15\x15\x58\x72\x64\x03\x4e\x43\x5b\xb2\x70\x47\xba\x29\x4f\x6d\x8d\x6a\x76\x93\x58\xdd\x64\xf6\x1f\x5f\x9b\xcb\xf8\x93\x3f\xec\x72\xa4\xd2\x5d\x6a\x99\x92\x88\x9a\x90\x5c\xf3\x5d\xe2\x1d\x5a\x07\x25\x44\x87\x1e\x11\xbd\xd3\xa6\x6e\x91\x89\x21\xea\xd1\x66\xdc\xc2\x05\x13\x9a\x27\xe6\xf0\x54\x95\x69\x70\xac\x51\x6e\xd0\x1d\x3d\x10\xca\x78\xfb\x37\x57\x26\x92\xec\xd3\x55\xfd\x92\x39\xec\x7d\xe6\x3c\xd5\x46\x69\x48\xeb\x05\xae\xa3\x6b\x91\xfb\x3c\x94\x53\xc4\xc1\x88\xb5\x49\xa4\xb1\x43\x0b\x56\xe4\xfc\xe9\xb1\xaa\xc3\x01\xbf\xbd\xf2\xb5\x85\xbc\xb3\x55\xd6\xcd\xdc\x0d\x30\x41\xda\x0e\x8e\x9b\xd0\x31\x06\xd1\x5a\xad\x16\x2b\x96\x63\x9e\xca\xab\x1d\xa7\x33\x3d\x0e\x38\xf2\x18\x14\xc7\xa1\x47\x6b\x6d\x46\xdb\x7e\x2c\x0d\xa4\xed\x2e\xf2\x01\x55\x4a\x50\x84\x7d\x81\x71\x88\x8c\xbf\x70\xd6\x84\x99\x29\x34\x03\xcc\x8a\xef\xe7\x65\x3f\x46\xec\xa7\x83\x48\x4e\xbd\x73\x64\xec\xd4\x4c\xcb\xa8\xa5\x47\xe1\x5a\xfd\xcc\x80\xf0\xb5\xaa\x8c\x0d\x34\xa5\x80\x58\x63\xcf\xea\x56\x54\x8e\xfc\x64\x16\x2a\xe7\x88\x6d\x27\xc5\x01\x66\xbb\x64\xdd\xe9\x7b\x2e\xc8\x82\x80\xca\x0a\xb5\x51\x11\xce\x87\xcb\x9f\xc5\x4e\x1f\xd3\x42\x4b\x7d\x75\xf6\x21\xd6\x12\xcd\x33\x7a\x4b\x87\xe5\xae\xa9\x5c\x9e\x60\x56\x6e\x99\x5f\xf0\x8c\xbd\x99\x6d\x58\xce\xb3\xb6\x66\xc6\xc8\x9c\x1b\xab\x32\xac\xcd\xd3\x33\xf6\x5e\x7c\xd4\xde\x8b\x1a\x1d\xc8\x32\xe6\x46\xeb\x6e\x1d\xf3\xf4\xfa\x4d\x1d\xc3\xc8\x9e\x20\xbd\x81\xc9\x1b\x0a\x67\xf6\x16\x2a\x6b\x2d\x88\x0e\xcb\x91\x76\xb5\x09\x11\x8e\x3c\x3b\xda\x6f\x98\x52\x67\xe0\x09\xe5\xb7\xed\xad\xe7\xcd\xe7\xb3\xc6\x28\x96\x31\x3d\xb6\x7a\x22\x2f\x41\x12\xdc\xcb\xdb\xf8\xb5\xc7\xd8\xf8\xf5\x9a\xa4\xe5\xb5\xb5\x8d\x5f\x2f\x6b\xe3\x67\xff\xc4\xbd\xbc\x8d\x5f\x6f\xac\x8d\x5f\x6f\x38\xec\xe5\x6d\xfc\x7a\x59\x1b\xbf\x9e\x37\xd8\xba\x8d\x5f\x84\x43\x63\xe3\xd7\x43\xb8\x63\xd9\xf8\xf5\x72\x16\x78\x3d\x6d\xe3\x97\x49\x5f\xea\x8d\x8e\x79\xc7\xd8\xf8\xf5\x26\xdb\xf8\xe5\x5b\x28\x66\x5b\x81\x62\x4f\x74\x4f\x5d\xb0\x30\xaf\x27\x36\x28\x62\x8a\x98\x80\x45\xb8\x67\xa9\xb4\xfe\xcc\x12\x49\xec\x2a\xab\x03\x1e\xce\xaa\xf2\xc9\xe5\x1c\xef\xaa\x25\x78\x5c\x2c\x2b\xf8\x76\x64\x45\x30\xa3\xac\x08\x8c\xac\xa0\x6f\x2b\x59\x11\x14\xc8\x8a\xec\x95\x87\x9e\xf8\x62\xdc\x9e\x3b\xf1\x94\x34\xf4\xe5\x59\x43\x5f\xe8\x63\xe4\x09\xed\x22\xdc\xd9\x8c\x7f\xc7\xaa\xf7\xed\x61\xd5\xeb\xb5\x31\xdf\xaa\x65\xef\xb8\x19\x2f\x76\x00\xa0\x4a\xcc\xa8\x86\x64\x0a\xcd\xf4\x52\x04\x07\xdb\x91\x10\x11\x51\xea\xfa\xb3\xb2\x25\xb9\x97\xcf\xec\x1d\x98\x47\x92\x62\x41\xc2\xd2\x13\x01\x50\x42\x78\xb1\x60\x29\x7e\x69\xb2\xeb\x4a\x48\xf0\xb6\x12\x2c\x63\x94\x10\x38\xe5\x24\xe7\x4b\xcc\xd6\x41\x30\x51\xca\x04\x1d\xab\x4c\xf0\x77\x94\x89\xff\x6f\x28\x13\x81\xd7\x83\x47\x03\x3b\x55\x26\xe4\xd1\xa8\x7c\x11\x58\x8d\xd9\x8e\xb6\x38\x0f\x51\xc4\x14\xca\x8e\x77\x64\xc5\xcc\xb2\x82\x7b\x87\xd6\x0d\x4f\xf3\x72\xb9\xe8\xf8\xa2\xd6\x17\x13\x86\xc2\x59\x6f\xb9\x9c\x4f\x71\xb7\xb2\xc9\x49\xd9\xea\x14\x83\x8d\x4e\x41\x74\x56\x20\x2b\x84\x67\xdd\x91\x70\x7a\x27\x30\xeb\xdb\x22\x30\x6b\xe0\x75\xa6\x04\x67\x9d\x59\x38\x0d\x78\x58\xed\xb2\xe2\x77\x10\xef\x88\xa5\xff\xbd\x62\x49\xdd\xb6\xcd\x22\x47\x06\x3c\x7c\x92\xc9\xfe\x4b\xdb\xcf\x77\x04\xc8\x3b\x02\x64\x16\x01\x32\xe1\x20\x76\x4f\x6f\x02\xf5\xbd\x49\x13\xae\xe9\xab\x8b\xad\x39\x79\x2d\x1a\x44\xff\x25\xb0\x52\x7b\xa6\x72\xd9\x75\x89\x71\x00\x81\x90\x9d\xdd\x5b\xff\x4c\x9a\xb1\x01\xde\x41\x12\xdb\x50\x6c\x36\x62\x6c\x6b\x0f\xb9\x17\x47\xd9\x3b\x17\xbc\x69\x82\xf2\x58\x94\x79\x1b\x23\x26\x83\xb2\x51\x50\x08\x7b\xda\x34\xe9\x4c\x40\xfb\x83\x58\xd1\xd5\x8b\x75\x9a\xad\xb6\xc0\xab\x1d\x5d\x58\x19\xa6\x7c\x2c\x88\x7b\xd9\x0f\x7d\xce\xda\x24\x8a\x48\x47\x57\xa5\xe5\x9d\x7a\xe8\xaf\x4f\x7a\x8d\xdf\xbd\xd1\xf3\x63\x8d\x15\x58\x4f\x17\x9c\x11\xeb\x66\x64\xed\xca\x81\xc0\x80\x87\xb9\x13\xa6\x33\x23\xe2\x72\xb4\x54\x46\x25\x33\xc5\xcd\x54\x1d\x25\x80\xf1\x8f\x96\xa1\x0a\xf1\x0e\xb9\x46\x82\x90\x42\x5d\x92\x8c\xe8\x92\xf9\x14\x37\xd7\xdf\xbc\xba\x98\xc1\x1e\x9c\x13\x64\xf0\x90\x5d\xb2\x06\x65\x6c\x8f\xac\x3c\xa6\x43\xf6\x60\xba\xc8\x3b\x94\xc1\xc5\xae\x74\x04\x95\x51\x6e\x90\x88\xe8\xef\xf9\x51\xc9\xf1\x86\xb1\x68\xcf\xf3\x4c\x76\x25\x1c\x61\x4f\xd3\x6c\xae\xdc\x58\x6b\x81\x19\x66\xe5\xde\xca\x41\x02\xb7\xb4\xcf\x9d\x78\x0a\x93\xcc\x2d\xaf\x7c\x5e\x35\xda\x8f\x88\xc4\xf9\x7b\xf2\x88\xec\xa1\x2b\x31\x75\x07\x5e\x14\x68\xdd\xcd\x09\xf8\xa6\x54\xd4\x52\xe7\x91\xa5\xfd\xd6\xc3\xa2\x25\xc1\x5e\xa9\xab\x37\x99\x15\x35\x48\x3e\x8d\xa0\x04\xd9\xcf\x1f\x0b\xdc\x3b\x45\xb1\xcf\x57\xfc\x98\x58\x56\xd9\x0b\x82\x10\x7e\x58\x55\xde\x25\xb2\x42\xfd\x3f\x57\xc2\x60\x75\x95\xf0\x34\xfb\xac\x9a\x30\x66\xd8\x4f\xcd\x05\xb4\x3b\x3b\x15\x83\x56\xdd\xd2\xae\x9b\x7b\x55\x5b\x57\xa2\x63\x74\x25\x26\x74\x25\xaa\x75\x25\x96\xd5\x95\xec\x9f\x98\xe5\x75\x25\x36\x56\x57\x62\xc3\x21\xcb\xeb\x4a\x2c\xab\x2b\x31\x8f\xcf\xa2\x2b\x89\xe1\x30\x27\x6a\x7a\x79\x1a\x0e\x79\x82\x30\x43\x38\xb0\x74\x25\x96\xd3\x64\x98\xd6\x95\x32\xe9\x4b\x6c\xc2\xf5\x00\x66\x93\x75\xa5\x7c\x0b\xe3\xb5\x78\x26\xba\xa7\xaf\x95\x76\xc3\x67\x96\x34\xa5\x80\xa8\xc0\x1f\x3a\x75\xfc\xa9\xc7\x7d\x1e\xd5\xe0\xc9\x84\xbb\x1e\x74\x1a\xce\xf9\xe7\xde\x7f\xf4\x83\x9d\x23\xbe\x83\x97\x43\xd6\x3e\xdb\x78\x74\xdd\x89\xd6\x56\x97\x59\x18\x39\x8d\xa6\x53\xf6\xe3\x98\x0b\xb6\x2b\xc3\x8b\xf9\x16\x76\xa2\xd8\x8f\xa5\xe7\x47\x91\xa5\xb9\xb8\x88\x9d\x4e\x70\xce\x69\xe1\xe6\xe2\xfb\xf0\x62\x0b\x37\xdf\x8d\x9b\xfb\xdf\x8f\xeb\x2d\xdc\x6c\xee\xdf\x87\xeb\xb8\xe9\x28\xeb\x1c\xc2\x9d\x56\xab\x25\xcd\xc9\x4c\xae\x45\x2b\xd7\x80\x16\xe5\x5b\xdc\xd7\xc2\xcd\x7d\xd8\x39\x7d\x9a\x96\x4a\xb2\x95\xf7\xe3\x7d\x69\x21\x19\x1f\x5b\xe4\x37\xb9\x64\x9e\xfd\xad\x16\x76\x7a\x7e\x74\xf4\x9c\x1f\x3a\x8d\xae\x1f\x46\x04\x3b\x83\xfe\x39\x9f\xcb\x7e\xd9\x4e\x0c\x9d\x8c\x27\xb5\x56\xf2\x28\x5e\x25\xb1\xdf\x58\x4f\x6d\x1d\x1b\xb3\x4e\xd5\x5a\x6f\x39\x72\x12\x6d\x0b\x31\x18\xb7\x65\x74\x9d\xaa\x2a\xe5\xa4\x8f\xbd\xc1\xf5\x52\x90\xfb\xcd\x72\xbb\x4b\xb3\x9c\x6c\x7b\x6b\xa9\x9a\xd6\xce\x9c\xec\x1d\xa6\xff\xb6\xdd\x61\x8a\x95\x58\x8e\x73\x6e\x1d\xce\x74\xa5\xb6\x42\xe2\x67\x65\xc2\x11\x99\x55\xe6\xf0\xf9\x8a\x32\xb7\x47\x09\xf0\x96\x6b\x7c\xfa\xc4\xde\xfa\xea\x20\x8c\x83\x7e\x48\x1a\x69\x6e\x48\xc2\x8c\x1e\xe9\xf9\x74\xc5\xfe\x06\x49\xc9\x5c\x41\xfb\xd0\xc0\x29\xc9\x0a\xb9\xf6\xa5\xd7\xd1\x24\xe5\x70\x78\x5f\x98\xad\x22\xfd\x5e\x58\x89\xda\x29\x47\x2e\xb3\x1d\x01\xe5\xc6\x53\x6c\x97\x77\xb2\x59\x46\x38\x57\xbf\x99\x93\xb8\x49\x5b\x78\x9a\x8f\xa2\xe2\xa2\x62\x81\x30\xe9\x23\x2d\x58\xf3\x1e\x37\x83\x2d\xb6\x61\x15\xce\xb5\xc2\xec\x85\x77\x80\x53\x0f\xcc\xe6\xb1\x82\x79\x81\x13\xe2\x41\x81\xe1\xd0\xf8\xe9\xbe\x5b\x4b\xf2\x6e\xb8\xdb\x94\xac\xcc\x26\x0b\x79\xd6\x7f\xee\xe3\x9f\xfc\x74\xf4\xa1\x31\x42\x7e\xac\x6c\x7f\x2f\x6e\xee\x7f\x5f\x46\x46\x2b\xef\x80\xc7\xe8\xb3\x42\x4d\x36\x62\x1a\x37\x9b\xa9\x4b\x15\x87\x84\x91\xd8\x1d\x36\xd7\x73\xb5\xed\xc3\x8e\x91\xe0\x8b\x20\xde\x41\x66\xb7\xb0\x23\x75\x6d\x12\x13\x29\xa2\x5b\x09\xce\x97\x1f\xc5\x46\x2b\x48\x45\x68\x14\xb4\x3f\xb6\x3c\x76\x60\xd2\x6f\xb1\x47\xaa\xc6\x7a\x51\x8d\xda\x39\xb2\xac\xb0\xd9\x74\x56\x06\x41\xc7\xc1\x8e\x5a\x73\x1e\x27\x5d\x26\x1d\x21\x36\x9d\x77\xb5\x07\x3c\x62\xbc\xb1\xf8\x2e\x47\x51\xa4\x35\xa5\x13\x92\x88\xe2\xdf\xec\x84\x94\x8b\xe3\x8c\xd4\xdd\x8d\xbe\xd4\xdf\xe5\xe0\xe6\xbe\x0f\xb4\xf6\xac\x2f\x5b\x4d\x1c\xaf\x17\x04\xb4\x0a\x9d\xc5\x4e\xd0\xdd\xa6\x36\x90\x51\x03\xc6\x5e\x7e\x67\xd5\x80\x3d\x5b\xe6\xdf\xb6\x07\xc9\x38\xe7\xb5\xdb\x6c\xe0\x8b\x97\x59\xb5\xd6\x5b\x2b\xa4\xf6\xc5\xa7\x0f\x45\xd4\xfa\x99\xd5\x17\xac\x6c\xc6\xcb\x6a\x4e\x83\x18\x59\x77\x75\xad\xfa\x58\xc2\x12\x7e\xa9\x93\x47\x73\x26\x21\x0b\x64\x32\x0d\x87\xca\xa5\x22\x34\xea\x04\x54\x1e\x30\x38\x99\x22\x5d\xed\x55\x30\xe7\xa8\xb0\xc0\x77\xeb\x8c\x34\x4a\x17\xc5\xf1\x54\x2a\x30\x29\xc8\xf1\xcc\x3b\x96\x05\xff\x2f\x59\x16\x4c\x54\x90\x18\xf6\x27\x29\x48\xc6\x13\x6e\xb5\x48\x3f\x92\xa7\x54\xa4\x53\x5d\xf5\xfb\x51\xd5\xa7\x9d\x6a\x44\xf2\xc7\x3c\x53\x9f\x35\x68\xd2\x67\x4b\x48\x3f\x0b\x82\x9b\x8d\x9f\x36\xb1\x07\x93\xd4\xb4\x6e\x9d\xd4\x00\x24\x2e\xc1\xf9\xe3\x6a\xe9\xf1\x14\x9e\x36\x16\x3d\x9d\x74\xfc\x58\x28\x52\xda\x7f\x90\xf4\x18\x50\xd2\x0f\x34\x4a\xdd\x80\x84\x9d\x12\xa3\x25\xca\x68\x55\x06\xbf\xa0\x96\xa3\x15\x85\x8b\x4b\x50\x22\x1b\x73\xc4\x42\x8a\x50\x26\x3e\xc9\xff\x46\x07\xdc\x41\xfe\x0c\x5e\x74\x41\x3e\xe3\x9a\xa3\x96\xd3\x99\xd4\x91\x36\xa4\x9a\x55\x35\xff\xc1\x68\x5e\x23\x5f\x60\xb3\x65\x79\xe5\x86\xc7\xd3\x70\xd6\x0f\x11\x3b\xf4\x31\x3f\xd4\xe5\x69\x37\x76\x6e\xe0\x71\x93\x88\xac\x49\x1a\x94\xcb\x81\xf6\x18\xab\x1b\xf1\x78\xba\xb9\x4b\xd4\x71\x98\xed\x5d\xd6\xb7\x7f\x69\x5a\x8c\xf3\x8f\x3c\xdd\x1b\x39\x53\xe7\x83\xa2\x97\xeb\xb6\xf4\x54\xf4\x57\x0e\xea\x4e\xa9\x49\x73\xdc\xef\x27\x08\xfb\x5b\x2c\x90\xa4\x2b\x99\x65\x2c\xa2\x2a\x60\x08\x38\x33\xb7\x61\x86\x07\x42\xb6\xc7\x01\x41\xc4\xd8\xd3\x25\x7d\x28\x69\x93\x32\x5e\x8a\x1b\xf5\x24\xb7\x6d\x15\x8c\x41\xd1\x7a\xda\x62\xea\x98\x38\xd0\x1f\xed\xcd\xb0\x85\xaa\x29\x61\x5c\x05\x27\xb9\xa5\xcc\xa0\x09\x9e\xc7\xdc\x2d\x20\x8a\x2a\x8b\x73\x69\x26\x8d\x15\x3c\x3a\x0a\xcc\x3b\x74\x83\xd0\x9c\xe0\x14\xc3\x19\x36\xec\x52\xbb\x07\x79\xdc\x94\x41\xcd\x16\x10\x9b\xa3\xd5\x2a\xde\x3d\xcc\x2c\x17\xef\x51\x91\xdc\xe6\x01\x5d\xa9\x76\x69\x6a\x91\xa1\x93\xda\x3d\x9f\x57\xfd\x99\x8f\xe3\xb3\x91\x9d\xe4\x99\xb9\xe7\x38\x76\xc4\xa5\x52\x5c\x13\x75\x1e\x8e\x5d\x8e\xb6\x23\x85\x14\x5e\x47\x64\x15\x5e\x5c\x7c\x9c\xcf\x0b\x8f\xf3\x63\x7b\xfb\x5f\xe0\xe7\x7e\x0a\x11\xda\xac\x43\x1e\x06\x25\x8e\xb0\x0e\xd9\x05\x6a\xa8\x6a\xf6\x8c\x22\x82\x18\x7d\x16\xd0\x78\xd7\x49\xc2\x3a\xe4\x59\x51\xf1\x4e\x69\x92\xd6\xb3\x77\x44\xa1\xed\x9d\x50\xa3\x56\xab\xc5\x19\x5a\x80\xd2\x29\x74\x1b\xef\x10\xa9\x78\x31\x76\x9c\x1d\xd1\x44\x20\xb8\x57\xe4\x10\x2b\x61\xf5\x7c\x10\xf7\x76\xc0\x1f\x62\x5f\xeb\xcd\x2f\xb6\x3c\x82\x03\x6f\x7e\x51\xfa\x85\x28\x97\xb5\x33\x48\xf5\x40\x5f\x5d\xbf\xcd\xb1\xaa\xc7\xe1\xf5\x3c\xf1\xe8\x52\x5c\x8b\xd9\x53\xec\x3c\xe1\x47\x7c\xa9\xc0\xc3\xfb\x78\x9e\x4d\xc7\x0c\x35\xd2\xc7\xf3\x5c\x5e\x06\x79\xd2\x31\x2a\x29\x97\x89\xe7\x79\x0c\xbc\x0b\x04\xdb\xa7\xfb\x51\xda\x89\xe4\x15\xf4\x5e\x51\xfe\x33\x83\x2d\x3c\x14\x1f\xcf\x88\x96\xdb\xb2\x83\xfb\xc0\xcf\xf6\xa2\xf5\x22\x37\xea\x05\xdd\xd8\xb5\x54\x5c\xb1\x5f\x5a\x73\x89\x77\x48\x90\x6e\x27\xd3\xf7\xa8\xec\xc2\x5e\x11\xac\xcb\xd9\x6a\x2a\xe5\x77\x6d\x06\x6b\xa7\x2e\xa2\x76\x10\xd1\xea\x15\xec\xf6\xe9\xf2\xa4\x55\xd7\xde\x52\xc7\x48\xfc\x87\x42\x1e\x90\xd6\xbb\x42\x1f\xa8\x6c\xaf\x08\xd4\x8b\x57\xc3\x6a\xe4\x77\xf7\x30\xa8\xd6\x8c\x56\x0b\xc6\x76\x6c\xba\xd1\xc1\xb8\xce\x05\xb4\x1d\x0e\x3a\x64\x07\xe2\x64\x44\x8a\xa7\x6e\x43\x78\xb9\xec\x06\x1e\x5d\x92\x12\x77\x46\x91\x8d\x1a\x3a\xb7\xf9\x8e\x10\xde\x81\x74\x3e\xa6\x3b\xb8\x43\x6e\x99\x9b\x9d\xa0\x1d\x72\xa1\xca\xb6\x19\x2d\x75\x94\xa0\xd5\x22\x82\xce\x4c\xcb\x5d\x24\xa3\xac\x66\xaf\xe6\x5c\xe8\x47\xf1\xbf\x87\x94\xb6\x03\xdf\x02\x72\x66\x3e\xef\x8c\xa4\x4f\xa5\x55\xed\x15\x59\x29\x8b\xff\x8d\xea\x43\xc4\x56\x89\xd4\x1e\xe6\x77\xa6\x3d\x3c\xcd\xe2\xbd\x55\x20\xfa\x7e\x47\xe8\xbb\x3b\xdd\x09\x79\x4e\xc9\xc1\xd4\xab\x2b\x6e\x8c\x2b\x8e\x74\x35\xe9\xf2\x8a\xe3\x20\xf0\xe9\x54\x57\x31\x89\x0e\x80\x2f\xa9\x83\xf4\x00\x0a\x2a\x1e\x9f\x0b\x8c\xbb\x29\xc9\xb8\x41\x2d\x1a\x2c\x2b\xf4\xdc\xba\x3c\x5f\xd9\xb9\x22\xfb\xac\xdf\x39\x4a\x3b\x7b\x49\xd4\x28\xf6\x67\x8f\x2b\xba\xeb\x64\xf5\x78\x25\x98\x44\x57\xf8\x54\xa5\xd8\xb8\xf6\xda\x25\x3a\x9f\x14\x1d\xdf\x2b\x4a\x73\xd2\x27\x3b\xdf\xc7\x2b\x02\x53\xcf\x71\x6c\xd7\x8c\x69\x80\x9d\x8a\x97\x1e\x25\x6e\x9f\x36\x27\x24\xae\x7b\x48\x99\xd0\x6f\x93\xaa\x1f\x86\x45\xb6\xf4\x53\x0b\x6e\xe1\x56\x43\x91\x52\x39\xea\x77\x1c\xcc\xd4\xaa\x34\x67\x05\x26\x34\x04\x10\x35\x23\xb7\x09\x56\x9c\xf3\xf5\xd6\x0e\x84\xa5\xae\xef\x70\x18\x7a\x7c\x72\xa4\x96\x2c\x51\xf9\x94\x30\x1e\xd3\x69\xb3\x43\x7e\x93\xac\x26\x35\x4a\x43\xac\xa0\xeb\xce\x1b\xcf\x9b\xf0\xd6\x9c\x8b\xe4\x60\x38\x64\xe0\x98\xd7\x71\xa4\xff\x40\x52\xf1\x9c\x15\x47\x5a\x7f\x4a\x38\x70\x90\x3e\xd7\xd7\x81\x71\xa4\xb9\xae\x75\x1a\xa3\x3c\x56\xfa\x98\xee\x9c\xda\x7b\xc5\xbf\xf2\x26\x73\xdb\x84\x2e\xc5\xb8\xc9\x05\x91\xa5\xeb\x46\xfb\x6c\xca\x33\xb7\x8f\xc1\x12\xd8\xdf\x52\xd4\x30\x20\x0e\x10\x8e\xb7\x4f\xa5\x93\xa2\x96\x3d\xa3\x51\x3f\x0c\x76\x61\x8d\x71\x32\x67\x77\xca\xfb\xfb\x4e\x94\x98\x93\xa2\x86\x3d\xa3\x81\x58\x6e\x76\xfd\xb8\x6e\x54\x99\x56\xce\x2a\x67\x3b\x9a\xab\xa3\x46\xd6\xb7\x25\xc7\xf5\x9d\x29\xd4\x72\x51\xdd\xd3\xa3\x38\xa3\x2b\x3c\xfc\x39\x68\xb4\x12\x35\x0f\xd3\x9f\x3b\x9d\x8b\x50\xd3\x5e\xd1\x2c\x66\xd5\xb6\xbf\x4a\xc2\x6a\xdb\x8f\x76\xb8\x48\x64\xa6\x64\x96\xeb\x74\x78\x86\x92\x23\xfd\x05\xc2\x21\xbb\x64\xb8\x25\xd2\x78\xfe\x91\x75\x02\x17\x55\x75\x54\x8b\xd9\x73\xfd\x3e\x14\x4d\xc4\x37\x88\xe1\x9c\x3c\x0f\x1e\x79\x77\x72\x32\x7f\x8a\x1d\x11\x3d\x16\xf5\xef\x21\x95\xcf\x92\x65\x7f\x79\xcf\xa8\xac\xa8\x54\xdd\x19\x99\x3e\x22\x50\xde\x63\x32\x85\xa2\x3f\x0f\x95\x4c\x3b\xa1\x88\xa9\x66\x0f\x29\xd2\xf7\xa3\xb6\xbf\xb7\xf3\x93\x78\x87\xf6\x7c\x4e\x3e\x2b\xbb\xb9\xc7\xb4\x8d\x08\x8d\x09\x6d\x93\x87\x4b\x5d\xe3\x7e\xdd\xfd\xd4\xe9\xe8\xb1\xd3\xe7\x87\xcd\xda\xfc\x52\x4b\x82\x68\x61\x05\x13\xef\x10\xc9\x12\x78\x47\x84\x3c\xa9\xfb\xb4\xd7\xa4\xa4\xfe\xd9\x87\x4c\xc7\x11\xf9\x76\x66\x67\x2c\x77\x52\xa0\xbc\xc7\x64\x8a\x83\x38\xdc\x3b\x32\x6d\x7f\x32\x97\x76\x46\xda\x53\xa2\x9b\x7b\x4c\xda\x81\xe8\xd4\xee\x93\xd6\xa6\xd5\x0e\x28\x62\xaa\xd9\x33\x8a\xf0\x60\x75\xe7\xe7\xa4\x39\x1b\x09\x88\x23\x51\x19\x36\x4f\x47\xa7\x07\x4f\x1e\x7d\xf2\xc9\xd3\x17\x0e\xd7\x5b\x95\x47\x16\x56\x76\x66\x2f\x71\x8a\x07\xab\x7b\x78\xde\x29\xa9\xb3\x0b\x07\x9e\xc5\xf4\xf9\x54\x8e\x3a\xbb\x41\x9c\x3d\x3d\xa4\x14\xe4\xd9\xcd\x59\xc4\x83\xd5\x1d\x4d\x1f\x1e\xac\xee\x76\xd7\xd7\x42\x52\x85\x58\x6f\x0b\x00\x08\x02\xac\x85\x85\x5e\xa9\x4d\x5c\xb8\xad\x9c\x32\xea\x40\x69\x4c\x76\xdc\xf2\xe5\x50\x2e\x3f\xce\x58\x48\x7c\x41\xcd\x5d\xb3\x0f\xa6\x05\x2f\x58\x56\x48\x5c\x92\x5d\x8a\x5c\xfd\xf2\x72\xbd\xcf\x94\xbb\x07\x3f\x6c\x10\x19\x3c\xb2\xd3\x88\x93\xf4\x41\x84\x1e\xb5\x66\x0b\x5c\x82\xd7\x6a\xb5\x66\xad\x56\x23\xb5\x6e\x10\xc6\xf2\x2c\x12\xc7\x2d\x58\x5a\x20\xe6\xac\x8a\x5e\xeb\x12\xb3\xe6\xc0\x21\x45\xca\x07\xcd\x71\x71\xef\x10\xe6\xad\x04\x21\x94\x44\x24\x3e\xa9\x70\xb5\x9e\x89\x2a\x27\x0d\x2c\xec\xa8\x4f\xc3\x21\x25\xe7\x4b\x27\x49\x3c\x47\xcc\x53\x06\x68\x4e\x79\x0c\x90\x47\xba\x73\xb4\x5c\xa6\x35\xb8\x4f\x77\x9d\xf9\x60\x55\x5a\xc7\xd3\xd8\x41\xf2\x78\xc4\x49\x13\x30\xf5\xa8\x99\xbb\x76\x4e\x15\xaf\x2e\x17\x36\x28\x45\x1c\xfc\x8b\x68\x43\xe8\x9a\xa4\x73\x2d\x22\xb1\x19\x43\xf5\xc2\x5f\xba\xa1\x90\x06\xb5\x1c\x25\xe2\x97\x85\x77\x41\x05\x9c\xac\xb2\x73\x16\x1f\x18\x47\x15\x86\x06\x9e\x26\x81\x4b\x80\xda\xa4\x59\x6f\x21\x94\x74\x82\xce\x09\xd2\x26\xc1\x39\x72\x18\x0c\x9e\xe1\xad\x6b\x4a\x5b\xf5\x53\xc2\x19\x5b\xd5\x82\x63\xe5\x98\x44\x71\xf5\xbc\x1f\xc4\x62\x66\x2c\x0f\x82\xb0\xa3\x7f\x15\x4d\x10\x3b\x73\x61\xe2\x02\x65\xac\x6f\xa7\x3c\x4c\x2f\x36\xb6\xb8\xaa\xcf\x59\xee\x3d\x8d\xaf\x18\x19\x54\x79\x72\x97\xc7\x86\xc0\xce\xe4\x52\x7f\xab\xab\x3e\xf5\x57\x04\x69\x8a\xf2\xd8\xbd\x2e\xcc\x90\xa5\xee\xb8\x66\xaa\x5d\xc6\xab\x7d\xce\x56\x83\xa8\xc0\x07\x90\xf2\x27\xf1\x90\xa2\xf6\xa7\xcf\x84\x67\x0c\xdb\x0f\x05\x92\x49\xb5\xda\xcf\x8f\x67\xac\x37\x2d\x32\xb1\xe6\x15\x12\x7f\x0c\x98\x71\xc6\x9a\xd3\x22\x13\x6b\x3e\xc3\x89\xf4\x9a\x32\x63\xad\x2a\xfb\x34\x5c\x9f\x25\xb4\x13\xd0\x15\xd5\xfe\xc9\xd8\x8f\xc9\x56\xd0\x1e\x2d\x3d\xb1\xbd\x9e\x1f\x65\x4a\xcc\x4e\xa2\x91\x92\x13\xdb\x39\x45\x22\x4d\xd1\x19\x1b\x30\x93\x73\x62\xb5\x72\xae\x6c\xa9\x5e\x3a\x53\xbd\x62\x86\x3d\xc9\xf8\xb3\x7a\x7e\xcd\x56\x75\x60\x55\x3d\x45\x9c\x8c\xc8\xbf\x3d\x33\x61\x9b\xe8\xcc\x4b\xaf\x10\xea\x6d\x4f\xb2\x4c\x56\x02\x7a\x38\x5a\xa3\xed\xec\x03\xce\x84\xd0\x0e\x24\x27\x02\xff\xe7\x68\x1c\x84\xd6\x43\xcc\xa4\x43\x96\x07\x2b\xc7\x68\x37\x75\x84\xd5\x6c\x25\x92\xf9\x45\x91\x69\xb2\x76\x0c\x5d\x66\x91\xb8\x93\x35\xb2\xdd\xf1\x41\xc9\xbd\xfa\x9c\xf5\x80\x2c\xe5\xd8\x4a\x25\x99\xcd\x55\x5a\x10\x9d\xd0\x72\x8b\x74\xbc\xf9\x45\xb5\xa8\x07\x31\x59\x55\xeb\xf9\x71\xbf\x3f\xfa\xc6\x8a\x92\x0b\xf1\x29\x76\x96\x50\x2f\x1e\x0e\x69\x92\x77\x60\x61\x57\x39\x1c\xba\xf2\xe2\x1a\xf2\x28\x97\x57\x5a\x77\xc8\xb6\x5d\x47\xd9\x51\x56\x37\xb5\xe6\x8d\x94\x31\xd3\xb0\xde\xc9\x98\x8f\xcd\x7a\x6b\xc9\xfe\xd1\xc8\xe2\xe9\x22\x1c\x8f\xd6\xb4\x68\x15\x59\x6c\xe9\xa7\x96\x26\xf0\x60\xda\x2b\x8b\x26\xa3\x2f\x03\x75\x40\xc5\x14\xf3\x52\xdb\x0f\x43\xd2\x29\x75\x19\x2f\x3d\xb2\x4e\x92\xd2\xf2\x20\x2e\x05\x71\x29\x88\x4a\x7e\xc8\x89\xdf\x59\x2b\xf5\x95\xac\xaa\x3d\x8f\xf4\x20\x9a\x8a\x32\x7e\x31\x55\x8b\xea\xdd\x8f\x56\x99\xfd\xf6\x59\x5b\x2c\xc9\x84\x04\x87\xfe\x32\x09\x1b\xb1\x60\x92\x74\x3e\x10\xfd\x98\x71\x3a\xee\x50\x64\x02\xe6\x94\xc5\x25\xed\xc9\x2b\xcc\xe0\x6f\x55\x9f\x3e\xcf\x1a\x9d\x87\xa9\x93\x36\xdd\xa9\xe0\xb3\xa4\x68\x66\x82\x13\x36\x95\x4b\x39\x40\x74\x51\x3a\x5f\xad\x8f\xed\x90\xf8\xdc\x45\xd3\x67\xf0\x5a\x9f\xa4\x3a\x93\x3d\x29\xd1\xfa\x94\xa2\x23\xba\xcd\x34\x09\x30\x41\x8b\x7c\xa8\x4e\x27\xe7\x8c\x2e\x19\x27\x73\xea\xed\x1f\xa8\x93\x8e\xc6\x1d\xd0\x42\xa3\x86\xaa\x13\xd5\xc6\x87\xb6\x16\xc0\xfc\xca\xf4\x27\x56\xec\xae\xfd\xe3\xa0\x04\xdb\x0f\xd7\x73\x39\x81\xdf\xb4\x1f\x1c\x4c\x2c\x4d\xc9\x1b\x59\x11\x25\x6b\x59\x1c\x85\x89\x56\x81\xec\xac\xb1\xe1\x2a\x55\xdb\xa8\x02\x23\x0d\x64\x46\xd4\x0d\x8f\xce\xc1\xc6\x50\x0b\x4d\x7b\xc7\x0d\xa2\x6c\x5d\xcf\x9b\x46\x1d\x6b\x6a\x37\xd6\x93\x24\x3d\x8f\x80\x0d\x58\xec\x1d\xd2\xef\x90\xad\x89\x84\xd6\x49\x4d\x97\xaf\x54\xe6\x20\x0c\xba\x35\x85\xe6\x48\x4d\xd7\xda\x8c\x25\x49\x5a\x1e\x1f\x0e\xe7\xeb\x89\x14\x0b\x85\x8b\x84\x8b\xa0\xca\x43\xf5\x44\x47\x90\x26\x51\x5c\x2e\xa7\xb0\x19\x26\xd5\x53\xe9\x5d\x60\x9e\xba\xa8\x50\xa9\xb8\x10\x57\x57\x89\x1f\x0d\x38\xe1\xe9\xfb\xef\x4c\xf2\xbf\xc7\x3c\x1e\x7c\x20\x40\x40\xb5\x80\x06\x46\x98\x9c\x29\x7a\x8d\xab\xc2\x02\xfb\xf4\x9c\x1f\x79\x1d\xd6\x96\xc9\x3a\xa2\xe9\x51\xb5\x2b\x76\x1d\xf5\xd9\x81\xcc\xf1\x05\xcf\x2a\x25\x98\xe7\x08\xa3\xa2\xef\xae\xb3\xaf\xe3\xa0\x04\x9f\x0f\x3a\x71\x2f\x9d\xb3\xa3\xab\x51\xe1\xba\xb6\xd8\xca\x2e\x52\x74\x10\x86\x96\x51\x85\x0b\x8d\xd7\xba\x8c\xc6\x5e\x9c\x62\x53\xd3\x24\x3f\x25\x50\x20\xa8\x26\x9b\x4f\x70\x18\x50\x12\xd9\x71\x50\x47\xf0\xd8\x57\x88\xc7\x3e\x1b\x8f\x7d\x80\xc7\x08\x02\x26\x3a\x16\xd1\x07\xfe\x0b\xa7\xe9\x02\xc2\x81\x89\xcd\x6c\xec\x02\x99\x57\x3f\xc0\x0e\x9a\x90\xcd\x0c\xc2\xc0\x12\x8f\x36\x59\x4b\xac\xc2\x8e\x33\xef\x79\xc6\x83\x34\xb1\x6e\x10\xa4\x21\x04\x13\xaa\x0f\xe3\xee\x01\x76\x90\x1b\x1f\xba\x76\x3d\x85\x94\xe0\x4d\xd6\xaa\xc8\x5b\x08\x49\x90\x39\x5a\xf1\x08\xa6\x87\x04\x29\x83\x4a\x05\x53\x8f\xa0\x44\xd9\x8c\x8d\x2d\x6e\x15\xf5\x33\x45\x7d\x94\xa4\x96\x9f\xb8\x1b\xc4\xa2\xc8\x49\x19\xae\x75\x57\xe8\x0d\x51\xb1\x35\x27\x61\x8e\x74\xa0\x24\x43\xff\xda\xaa\x1f\xb7\x7b\xee\xc2\xe9\x4e\x65\x01\x35\xeb\x2d\xe0\x94\xe3\x7e\xdc\xab\x75\x43\xc6\xb8\x2b\xc3\x21\x3f\x19\x32\x3f\x76\x03\xf4\x58\xbc\x40\x51\x92\x4c\x79\x19\x12\xf3\x41\xdc\x1b\x71\xd8\xee\x67\x0f\xf1\x71\x61\x66\xf0\x49\x2a\xd2\xda\x8c\x9e\x23\x7c\x9a\x23\xac\xec\x49\x25\x70\x0b\xf7\xea\x62\x6c\x80\x5b\xf8\x41\x7a\x80\x57\x2a\x48\x48\xc9\x45\xcf\xcb\xbb\x17\x6f\xf2\x56\x1a\x97\xba\xc9\x0d\x19\x32\xce\x99\xb7\x73\xc0\xe9\xd3\xce\xee\x5a\x48\x16\x93\x56\x9a\xdf\x6f\xef\xa0\xdb\xf4\xb4\xde\xf2\x3c\x8f\x34\xb7\xd7\x4f\x89\xc0\xee\x1e\x6d\x17\xf7\x74\x65\x5b\x17\x1d\x7a\x36\x35\xb3\xbe\x58\xe5\x02\xda\x26\x4f\x0f\x44\x7b\xe5\xb2\xeb\x50\x09\x39\xf3\x26\xee\x85\x8c\xd9\xae\xbe\xcb\x87\x19\x23\x39\x68\xb9\xec\x52\xc8\x41\x11\x42\x98\x1f\xda\x96\xa1\xf2\xca\x2e\xdf\x89\x8c\xa3\xde\xb6\x2e\x15\xf7\x94\x7c\xde\x36\xe9\xb7\xcb\x37\x92\xc5\x04\x0c\xa2\xaa\xcf\xb9\x3f\x73\xd0\xe8\xec\x5c\x03\xe1\x14\x7b\x75\xcc\x53\xe1\x14\x1f\xe4\x07\x62\x4b\x38\x69\x47\x5f\x91\x8a\xe8\x4e\x9a\xb1\x11\x4e\xc6\x3e\x72\xbe\xbe\x1d\x22\xe9\x2a\xf7\x88\x50\x64\xb5\x1f\xef\x45\x74\xed\x6d\x38\x65\xb6\xb8\x18\x88\x7d\x54\x60\xeb\xc6\xd3\x7d\x2d\x8f\xef\xef\xf6\x85\xf0\xc8\x25\x53\x8a\x96\xa8\xd4\x8d\xf1\xf6\xac\x82\x75\xf9\xbd\x18\xf0\xf0\x6d\x2f\x98\x0f\x6e\x4b\xb0\x84\x7b\x22\x98\xc3\xb7\xbf\x60\x3e\xb8\x3d\xc1\x1c\xee\x8d\x60\x36\x8f\x10\x77\xac\x05\xcd\x6f\x5f\x0b\xa2\xfa\x0d\xa1\xea\xd0\x1e\x75\xfb\x6d\xa1\x53\xd7\x27\xea\xd4\x3b\x5c\xb6\x28\x8b\xf7\x42\x89\x2e\x8e\x25\xf5\x36\x23\xe5\xee\x6e\x4f\x18\xdf\x0b\xc2\x5e\xd8\x0b\xca\x5a\x6f\xde\x2c\xc2\xd5\x5b\x68\x7e\x94\x9c\x8b\xdb\x7b\xfb\x76\xe1\xe1\x92\xab\x88\x02\x7b\x1b\x89\x03\x8e\x24\x09\x1c\xe8\x29\x3f\x6c\x4e\x10\x9d\x12\x58\xad\x39\x48\x1e\xb3\x2c\x2b\x9b\x9f\xd4\x0e\x28\x75\x9e\x98\x57\x5f\xb4\x0a\x8b\x96\xea\xf3\xa0\xd7\xea\x3a\x15\xdf\x3a\xa8\x31\x3f\x5f\x14\xe2\xe3\x9c\x1f\x06\x1d\x3f\x66\x3c\x5a\x68\xb3\x30\x24\x12\xc7\x22\x2e\xb2\x32\x2a\x02\xea\x84\x80\xd1\x2a\xe1\x9c\xed\xc9\xb9\x3a\xd6\xee\x85\xa8\xd5\x47\x8e\x1d\x0b\x73\x49\x39\x39\xb7\x69\xb9\x3c\x9f\x27\x0f\x2a\xe2\x5e\xbb\x38\x16\x4d\xcc\xc1\x06\x81\xc2\xf8\x4c\xab\x21\x0a\xe8\xca\x20\xf4\xb9\x2e\x6f\x84\xf0\x14\x7a\xd3\x6e\xc0\x57\xfd\xb7\x39\xc5\x31\x55\x34\x0f\xb2\x34\x07\x5a\x67\x12\xfd\x30\x64\xe7\x1f\x0f\x7d\x7a\xd6\x41\x29\xed\x94\xca\x6f\x68\x37\x2f\xaf\xf2\xe6\xb3\x9a\x37\xc1\x69\x45\x14\x07\x68\xec\x50\xd9\x34\xdb\x02\xb1\x3b\x7e\x5c\x78\x4b\x34\x9d\xc8\x26\xd4\x16\xf9\xcc\x20\xe0\xd2\x08\x50\x50\x6e\x4f\x6c\x91\xc0\xf1\x29\x1d\xb9\x1b\x74\x8e\xb3\x55\x42\xe3\x0f\x9f\x2c\x05\x51\x49\xa3\x26\x1d\x9f\x0a\x1c\xe2\x1e\x29\x3d\xe1\xc7\xa4\x64\x7a\x57\x73\x90\x0e\x8d\x68\xc8\xfc\xb1\x20\xee\x41\x24\x28\x8e\x1d\xd9\xd9\x27\x99\xa0\xad\x83\x9d\xe3\xc7\x8f\x97\x9e\x60\xb8\xf4\x89\x4f\x7c\xe2\x13\x8e\x0e\x03\x97\x16\xd5\xdd\x09\x48\xe4\x72\xdc\x74\xba\x50\xaa\xcf\x49\x3b\x88\xe4\xd0\xd8\xac\xd0\x52\x6d\x47\x9e\x5f\x53\x59\x71\xe8\xf9\x35\x93\x19\x0f\x3c\xbf\x96\x66\x97\x8d\xb5\xc7\x36\xb6\xac\x7c\x98\x0b\x06\x7c\x86\x3f\x0e\x3f\xfc\xae\xb2\x83\x12\x89\x87\x25\xac\x1b\xed\xe0\x9e\xd7\xae\xa9\x42\xb8\xeb\xb5\x6b\x69\x31\xdc\xf7\xda\x35\x59\x10\xaf\xea\x0f\xb2\xa8\xe0\xce\xc1\x14\xee\x8d\xd0\x7a\xc7\x0b\x5c\x82\x23\x3c\x5f\x57\x02\x43\xfe\x42\xb5\x20\xfa\xa8\x20\xba\x3b\x86\x81\x15\x1f\x1a\x29\xd3\x99\x96\xff\x3c\x67\x74\x45\x8c\x25\x0c\x8d\x28\x9a\x90\x30\x22\xa5\xa0\xeb\x4a\x1c\x10\x9e\x5e\x4d\xb6\xd9\x5e\xb9\xec\xf6\xbc\xc0\xed\xe1\x48\x17\x56\x14\x71\x7b\x38\x34\x33\xaf\x94\x46\x47\xe2\xd8\x90\xbd\xa7\x87\xd0\x65\x08\xe1\x5c\x23\x90\x07\x9a\xe9\x96\xcb\x6e\xd7\x0b\xdc\xae\x69\xe6\xa4\xbf\x4a\x80\xfc\x6e\x77\x6c\x63\xf6\xd0\x76\x27\x34\x68\xe7\x83\x46\xfb\xe5\xb2\xdb\xf7\x02\xb7\x6f\x1a\x95\x83\xea\xf6\xc7\xb6\xa6\x79\xa7\x3f\xa1\x21\x9d\x05\xda\x58\x2d\x97\xdd\x55\x2f\x70\x57\x73\x1d\x53\x2d\xad\x4e\xec\x97\xe2\x4e\xbc\x3a\xa5\x5b\x87\xad\x16\x8d\x84\xc3\xa4\x26\x6f\x09\x04\x3f\x78\x41\xea\x54\x35\x13\xd1\xce\x59\x95\x92\xc1\x41\xa9\xe2\xa6\xfc\xb8\x72\x6f\x7e\xd1\x98\x18\x53\x76\xde\xf1\x3c\x8f\x0c\x87\x79\x3e\x5f\xa2\x2e\x6a\x40\xe2\xd3\x8c\x12\x37\x16\x69\x42\xf4\x88\x76\xc5\x4c\x68\x80\xc8\x9b\x22\x73\x23\x10\xa1\x05\x91\x0e\xb3\xd2\x74\xdb\x6b\xde\x43\x92\xbb\x31\x66\xd8\x1f\x2b\x7b\x25\x75\xaa\x4f\xf8\xb1\x3f\x56\xfa\x9e\x54\x79\xb3\x12\x58\x7a\xf4\xf6\x02\xd7\x57\xb2\x29\xf4\xa2\x5a\xdf\x8f\x7b\x78\xe0\x45\xb5\xb3\x64\x0d\x5b\x52\xcf\x65\x38\x44\x99\x75\x52\x0e\x45\x1b\x95\xcb\xed\x12\x78\xb0\x66\xdd\x12\xad\xc9\x76\xa2\x72\xb9\x2d\xcd\x48\x06\x96\x00\xb0\x99\xa2\x13\xa9\x98\x15\x38\xb6\x16\xda\x76\x4d\xd2\x34\x7a\x92\x71\x77\x80\xb0\x13\xfa\x51\xac\xe9\xb7\x4a\xa2\xc8\x5f\x21\x0e\xca\xb2\x9f\x90\xc7\x7e\xdc\x3b\x4c\x3b\x1f\x21\x6b\x59\x16\xb4\x39\x58\x0d\x66\xc7\x8f\xfd\x1c\x1b\x1a\xc3\x08\xb8\x34\xac\x39\x08\x73\x2f\xae\xf5\x59\xdf\xf6\x36\xd4\x1f\x44\x3d\x57\xad\x49\x91\x83\xf0\xba\x20\x53\x23\xd6\x8f\x8d\x44\x99\xb3\x64\xad\xc1\x8b\x4c\x4c\x2c\x0e\x22\x17\xda\xe1\x20\x7a\x5b\x6b\x57\x05\xba\x15\xc5\x4e\x40\x35\xb3\xb0\xc2\x65\x90\xe2\xa6\xc3\x95\xb7\xed\x82\x65\xd6\xf7\x58\x4d\x7e\x15\xdc\xc3\xac\x85\x75\xca\x92\x16\x94\xcb\xd2\x79\x5b\x60\xde\xf4\x8f\xd3\x76\x2d\xba\x4a\xbf\xc7\x41\xd7\xf5\xcb\xe5\x7d\x9e\xe7\xf9\xe0\x69\x67\x5d\xb1\x3a\x77\x7d\xbc\x4f\xa1\x15\x78\x51\xb3\xde\xc2\xcc\x8b\x9a\x8b\xad\x54\x71\x14\x3b\x1b\xd9\x94\x39\x8f\xd7\x29\x81\x51\x20\xc7\x66\x61\xa8\x5c\x0e\x0e\x4a\x6f\xa0\x07\x3d\x36\x13\xae\x89\x61\x66\x7d\x44\x94\x1d\xe1\xa0\xeb\x4a\x45\x7f\x54\xe1\x2f\x49\x72\x9e\x94\x81\x78\x6a\x41\x4c\xb8\x60\x9d\x52\x00\xe1\xf7\xac\x8c\xd9\x1a\x55\x2b\xcd\x16\xa6\xde\x7c\x1d\x1c\xa2\xe8\x0d\x6d\xcc\xd7\xe4\x41\x85\x0e\xb2\xeb\x91\x66\xae\xfe\x96\x8b\x0e\xcc\xbb\xd4\x73\x7d\x4f\xd9\xcc\xb9\x08\xd5\x3a\x8c\x12\x54\x2e\xbb\x5c\x4d\x12\x5f\x99\xce\x20\x3c\x1f\x0f\x87\x70\xdf\x3e\xef\x79\x31\x3a\x20\x9a\x44\x07\x92\xb6\xbc\x7a\x0e\xd1\x7a\x20\x50\x60\x5e\x98\x74\x03\xea\x87\xe1\xda\xba\x40\x60\x9e\x96\xcb\x51\x4d\xe1\x9e\x42\x2e\x32\x99\x04\x6b\x68\x11\xc8\xcc\x35\x3a\x97\xae\xf2\xd1\x5c\xa1\x23\xfe\x63\x54\xce\xa5\x92\x76\xc8\x2f\xe4\xa2\x8c\xd8\x36\x68\xc7\x03\x4e\x94\x0f\xfe\x58\xd9\xc9\x96\x52\x67\xfc\x93\xe7\x32\xe8\x98\x6f\x8b\x89\xcc\x89\xdc\xed\x1d\xbd\xd0\xe7\x24\x12\xcc\x05\x11\x67\x8b\x27\xb9\x09\xda\x58\x34\x99\x03\x15\x72\x8f\x5c\x70\xb0\x23\xf8\x5a\x06\xeb\x91\xa1\x2d\xc6\xcf\x6e\x91\x1d\x47\x1e\x93\x13\x41\x32\x72\x28\x23\x17\xca\x62\x3a\x9e\x9d\x31\x5d\x08\xcb\xe5\x70\x2b\xa2\x20\x2a\x97\xe7\xfd\x72\x99\x36\xa3\x56\xb9\xec\xfa\x9e\x00\xd0\x9c\x43\x56\xfd\x20\x14\x2a\x43\x24\x53\x3d\x8f\xd6\x64\x92\xfc\x35\x6a\xf9\xa6\xbf\xd6\x22\x36\xe0\x6d\x92\x39\x8f\xcd\xf6\x9f\xe0\xa6\xea\xe6\xd3\x8c\x9e\x0a\x3b\x0e\x76\x56\x03\x01\x3c\xa5\xce\x2d\x5a\x20\x3d\x78\xcd\xca\x25\x23\x4b\xda\xf9\xe6\x32\xab\x24\x43\xc3\xe1\xc8\x51\x3b\x1b\x0e\xdd\xd8\x4b\x5f\xdd\x39\x4d\xbf\xfa\xd9\x7a\xf5\x03\x2d\x77\xa9\xa1\xc1\x6a\xeb\x31\x48\x44\x4b\x8f\x38\xf8\x79\xf8\xb5\xfe\xc8\x3a\x4b\x70\x32\x2e\xe7\xf3\x48\xba\x78\xcf\x56\xff\x9f\x69\xee\x71\x4d\x9c\x3e\x5d\x43\x0e\x9e\x31\xe7\x12\x4a\x17\xe3\x92\xe5\x09\x29\xc6\x4e\xe0\xa0\xc4\x0d\x10\x44\x9c\x11\xda\x66\x80\x81\xab\x7c\xa4\xf4\x08\x2e\x78\x5a\x9a\xa1\x38\x68\x38\xf4\x47\x58\x40\x9b\xa8\xf8\x08\xcd\x7b\xde\xa0\x50\x9a\x46\xc3\xa1\x60\x4e\x31\xbf\x84\x38\x0d\x2c\xdd\xc0\xb8\x0e\x54\xb5\xb6\x7d\x7a\x8c\x9e\x63\x67\x89\x3c\x7d\x2d\x98\x2f\xeb\x92\x3d\x1a\x0b\x9f\xd2\x7d\x9c\xff\x8f\x47\xde\x55\x7e\xf4\xb1\xca\xe9\x05\x6f\xe9\x53\x67\x9e\x5f\x1f\x26\xff\xa7\xda\xaa\xb8\x4b\x8d\xd3\xb5\x89\x39\xd0\x63\xb3\x50\xaf\x86\x2a\xd3\x46\x7b\x21\xc0\xfd\x1e\xa3\xa4\xb1\xf0\x29\xb7\x79\xba\xd2\x5a\x5a\x3c\x1d\x3d\xd6\xac\x9e\x5e\x38\x5d\x6b\x2d\x9d\x8e\x1e\x43\x4b\xee\x69\xd7\x3d\xdd\x59\xdf\x9f\xa0\xd3\x68\xa8\x21\x94\xcd\x04\xdf\x47\x12\xdf\x2d\x13\x5d\xb7\x79\xe1\xe3\xad\x61\x93\x1c\x6d\x09\xa0\x19\x9f\x6a\x2d\x35\x45\xae\xa1\x34\x80\x13\x94\x91\xd9\x9a\xff\xf1\xd8\xe9\x4e\xab\x82\xd0\x63\x8f\x2c\xe0\x01\x0f\x1b\x0b\xee\x52\xc3\x6d\x1e\xae\x7e\xd2\xaf\x7e\xb6\x55\x41\x0d\x81\xcc\xc2\x7a\x1d\xef\x4f\x90\xe8\xc2\xe1\xea\x27\x45\x2f\x34\x58\x15\xf0\x63\xee\xe9\x5a\xf3\xf4\x79\x41\xa1\x8a\xdb\x3c\x7d\xbe\x86\xff\x73\xe9\x53\xde\xbb\xca\xfe\x6a\xff\x40\xe3\xf4\xc2\xff\xa9\xfc\x47\x75\x3d\x69\x3d\xd6\x3c\x7d\x3e\x4d\x37\xc9\x68\x69\x69\x61\xb2\x38\x96\x2f\xe5\xde\x51\xad\xb6\xa2\x5a\x79\xb3\xa8\x56\x16\x5d\x77\xa0\x5a\xcd\xef\x8a\x72\x85\x86\xc3\xe0\x10\x19\x0e\xc9\xa1\x31\xba\x55\x0e\xd9\x77\x74\xab\xff\xa5\xba\xd5\xd8\x67\x8b\x93\x8f\x3c\x77\x3e\x6b\x35\x0e\xc4\xe6\x94\x5a\xad\x66\x0e\xf9\x0b\x77\x95\x16\xe2\x4e\x25\x0d\x1d\x45\x5d\x59\x72\x72\x4f\xf5\x65\xc8\xdb\x56\x66\xe9\x00\x4d\x74\xec\xe9\x27\xe8\x40\x39\xf9\x84\x05\x2e\x8f\x93\xf8\x3c\x21\xf4\xb8\xde\xb9\x63\x27\x88\x94\x36\x25\xfe\xf7\x2f\x38\x2d\x65\xee\x6b\xaa\xd0\x07\xc2\xa9\xa7\xb2\xe1\x30\xc0\x3e\xe4\x90\x15\xcb\xb0\x73\x23\x55\xe3\xd0\xa3\xb5\x20\xc2\x03\x8f\x0a\x25\x0c\xb7\xc5\x5f\xff\x42\xba\xa9\xd3\x6a\x58\x2a\x05\xe7\x85\xf2\x95\x17\x1e\x46\x8f\xe0\x20\xe7\xc6\x0b\x51\x79\x94\x5b\x7c\xb1\x35\x7a\x48\x12\xa2\x72\x39\x9c\xf7\xbc\xce\x84\x23\x55\xad\x5e\x9a\xd6\x23\xeb\xb6\x48\x56\x32\x40\xf9\x94\xb6\x90\x0c\x9d\x83\x83\xe1\xb0\x73\xa8\x3d\x46\x7e\x2f\x2b\x42\x59\x27\xbc\x23\x95\x0e\x0e\x8d\xc1\x2b\x66\xec\x64\x8f\xf1\x78\x5c\x61\x79\xf6\x73\x70\x7c\xe1\xa7\x18\x5d\xd9\xd2\x9d\x88\x3e\xe3\x99\xd9\x9d\xf4\x0e\x78\x7c\xfd\x8c\xd4\x46\x1b\x0b\xa7\xd7\xdd\xd3\xe7\x2b\xe8\x74\xb2\xb0\x82\xf5\x47\x88\x16\x1c\x30\xda\x70\x4e\xf5\x82\x48\x85\x6b\x73\xf0\x0a\xb1\xbf\x3d\xa9\x5e\xc7\x79\xeb\x89\x31\x23\x49\xf9\x21\xc6\x4e\x27\xcd\x2a\x14\x5c\xeb\x9b\x8c\x50\x36\xda\x98\x83\x12\xd1\x84\x66\xea\x82\xea\xa5\x05\xb7\xda\x78\xea\x4c\x6e\xae\x56\x82\x70\x8c\x12\x9c\xcd\x03\xb5\x68\xf3\x78\xf0\x12\x9b\x19\x4b\x2e\x76\x28\xda\xfb\x60\x6a\x2e\x24\x97\x1e\x2f\x8f\x39\xcc\x14\x84\x30\x37\xdb\x8b\x7c\x26\x45\x5f\x07\x61\x29\x45\xbc\x43\x36\x69\x38\x42\x09\xf6\xdb\x6d\xd2\x8f\x49\xa7\xe1\xac\x5b\x94\x4a\x4a\xab\x83\x28\x2e\x2d\x93\x12\x7c\x77\xb0\x3c\xec\x1e\x9b\x4d\x7c\x2c\xad\xcb\x3f\x89\x83\xd5\x91\xff\xb8\xcc\xea\x6b\x69\x5d\xfd\x15\xd9\x85\x50\xc9\xe7\x6e\xfb\xf4\x51\x95\x5d\xc9\xb2\xf4\x3a\x76\x2c\x12\x25\xfb\xca\xd6\xbe\x13\xcc\x97\xe8\x30\x12\x89\xda\xe5\xde\xa6\xb4\xce\x68\xe2\x60\xb1\xe2\x8c\xaf\x59\x2d\xaf\xfa\xbe\x44\xee\x51\xa6\x64\x95\x99\x4a\x7e\xa7\x23\xf6\x36\xa2\x4c\x3f\x5e\x1b\xdb\x45\x6d\xab\x29\x2d\xa8\x4e\xb1\x71\x55\xcb\xcf\x62\x69\x5f\x0f\xa2\xc4\xc1\xe4\x1c\x19\x4b\x0a\xf1\xcd\xc1\xe6\x94\x2b\x9f\x4d\x1e\x4f\x47\x84\x9f\x13\x03\xbb\x22\xdf\xc9\xf0\x53\x3d\x7f\x6c\x75\x3a\x4b\x29\xee\xf9\xb4\xb4\xbe\x12\x27\x99\x52\xcf\xf0\xa3\x93\x11\xcf\x14\x67\xdc\xea\xc8\x4a\x2c\xc6\xdf\x68\x8c\x05\x78\x52\x16\x97\xb4\x03\x8e\x8e\x50\xfe\xe2\x1e\x29\x85\x41\x14\x8b\x52\x92\xd2\x05\x65\xcc\x22\x12\x92\x28\x9a\xd4\x2f\xf1\x5d\x77\x2a\x14\x9d\x82\xfc\x53\x7b\x94\x16\xcc\x74\x27\x94\xdd\xa1\x2c\x3e\x4c\x8f\xd1\x98\xac\x4c\x98\x30\xb4\x14\xa8\x1c\x2a\xbf\xb2\xf5\x1b\xcf\x54\xfa\xd8\x02\xb3\xce\xd8\xa9\xca\x3a\x1d\x07\x9b\x4b\xa2\xb1\xb9\x24\xca\x7a\xbe\x9a\xdc\x89\x2a\xf9\xf8\xc4\x79\xab\x8a\xc2\xec\x4d\xf3\x8b\xc2\x71\x6f\x32\x07\xc9\x0c\x9a\xd4\x2a\x98\xa7\xa3\x37\xd6\x53\xe6\x91\xcc\x64\xba\xaf\xbc\xce\x9c\x1b\x5b\x0a\xbe\x3b\x18\x62\x46\x3e\xd3\x1d\xdf\x02\xe4\x29\xb1\x6e\x69\x3d\x2d\x20\x50\x13\xd3\x83\xc6\x63\x25\x98\x12\x49\x60\xdf\x31\x76\x5e\x67\x25\x92\x5e\x8c\x0b\x18\x36\x66\xac\x14\x32\xba\x52\x72\x57\xfd\x0b\xc1\xea\x60\x55\x24\xae\xaf\xfa\x17\x92\x52\xbb\xe7\x73\xbf\x1d\x13\x1e\x21\x59\x83\xd4\x05\xc6\x54\x11\x89\x6f\x25\x77\x35\xa0\x69\x1d\x01\xcd\xd5\xa1\x75\x91\xf1\xc2\x59\x7e\xd6\x25\x7d\xda\x19\xc1\xc3\x91\x67\x0f\x53\x86\x6d\xc0\x43\x07\xe7\x6e\xa9\xc7\x95\xd1\xb3\x5a\x2d\x97\x72\x2c\x14\x98\xe8\x1a\x94\x52\x56\xd4\xe7\x1e\x29\xc9\x1c\x25\xa5\xf5\x95\xdc\xa8\xc7\x06\x61\x47\x54\x2a\x64\x64\xa6\xe3\x93\x95\x1e\x60\xb0\xdd\xdf\x02\xd8\x76\x72\x98\xe3\x40\x69\x00\x2c\x63\x36\x43\x10\xf6\xbd\x40\xab\x04\x42\x41\xf7\x64\x34\x33\x7f\xde\xf3\xd8\x52\x7e\xbb\xa3\x24\x93\x83\x03\xcc\x51\xc3\x09\x63\xc8\x7c\x68\x34\x2f\xc8\xb3\x34\x33\x31\xb9\xc7\x66\x36\xc2\x0f\x4a\xad\x98\x26\x0e\x8e\x36\x61\xad\x03\x69\x7e\xd3\xca\xc1\x49\xf9\x47\x1a\x32\xb3\x17\x4a\xd7\xf3\xa5\xd3\xf9\xad\x4a\x08\x99\xa7\x33\xbf\x6b\x9f\xe7\x8d\xe4\x97\x32\x51\x65\x95\x4b\xa2\xc9\x3b\x3f\x9a\x57\xad\x99\x32\xf3\xbc\xeb\xa4\xe2\x40\x17\x9a\xa7\xae\xbf\x20\x8f\x3f\x72\xe5\xac\x9c\xb2\x74\x26\x42\x70\x7a\xb3\xae\x18\xcc\x76\xde\x15\x44\x4f\x06\x34\x90\x77\xe7\xe5\xb2\xf5\xe4\x4f\x9e\xba\xec\x28\xe0\x6f\xf6\x96\x41\xf1\x9b\xb6\x26\x97\xac\x66\x07\xf3\x0e\xe0\x02\x7a\xdc\x35\x44\x66\x43\x39\xb2\xd3\x3c\xa9\x7d\x65\x3b\xb0\x9c\xb5\xd2\x5b\xec\x9c\xf5\xce\x00\x92\xcc\x36\xb3\x9d\x6e\x33\x07\xc3\xe1\x00\x77\x20\x87\xaa\x15\xf7\xbc\xa8\xa6\xeb\x15\x1b\x9f\x76\xba\x17\xcc\xed\x24\xe5\x79\x5a\x38\xe5\xbc\x6d\xcc\xc7\xdc\x70\xa6\xab\xb1\x3e\xcc\x0e\xba\x2e\xe8\xe4\xf6\xe8\xcd\x8f\xd9\x72\x15\x95\x9f\xb7\x37\x4f\xe3\x19\x62\x3e\x88\x9e\xf6\x9f\x96\x11\xa7\xd9\x16\xb0\xeb\x49\xe6\x9c\x54\x02\xb4\x11\x5d\xc6\x7a\x08\x75\x20\x3e\xe8\x9b\x87\x50\xe9\x5b\x5c\xee\xfa\xcd\xb8\x85\x03\xcc\xb2\x36\xa7\x66\x53\x42\xcc\x21\x5d\x32\xdb\xae\x52\xad\xa8\xed\x1d\x5a\xdb\x8d\xe4\x1c\xd0\xf3\xdc\xef\x57\xfb\x9c\x5d\x58\xdb\x23\x23\x10\xaa\xc3\x65\x8f\x3d\x29\x4e\xbb\xea\x04\x2b\x94\x71\x92\x39\x2d\x66\x5e\x50\x83\x1c\x42\xea\xd7\xac\x3c\x38\xca\x59\xed\x10\x84\x43\xcf\x5f\x02\xce\x7d\x56\xa9\x25\x6e\x84\x1a\xf3\x59\x6e\x8e\x52\x0b\x57\x56\x2e\xcf\x87\x63\xce\x21\xd4\x2c\x86\x33\x64\x69\xcd\xca\xca\xe5\x31\xb9\xb5\x12\xa4\xf3\xcf\x36\xcc\x6a\x54\x82\xa8\xc8\x05\xc7\x1e\x98\x50\x6b\x24\xdd\x79\x32\x1c\xce\xcb\xf3\xa0\xb8\x47\xa8\x83\x50\x62\x1c\x3e\xe4\x6e\xa2\x66\xe8\x4d\x86\xc7\x76\xf0\xbe\x45\xa3\xe5\x12\xdb\x52\x47\xa1\xa3\xba\xff\xac\x68\x61\x38\x2c\xf8\x2e\x8f\xc6\xe5\xe7\xed\xb9\x75\xce\xd3\xaa\x44\x5c\x2b\x70\xbd\xcb\xd1\x12\x71\x73\xb6\xd3\x34\x96\xe6\x62\xa8\xc1\x13\xf9\x94\x4d\xb6\x2e\x5f\xe4\xcd\x4d\xa1\xd7\xe8\xec\xdd\x43\x1e\x50\x1e\xec\xa0\x6f\xeb\x42\x5c\x35\x88\x8e\xb2\x1e\xe3\xb6\xf2\xf1\xd0\xe0\x58\x9f\x72\x35\x68\xd6\x5a\x28\x38\xb7\x26\x03\x67\xae\x06\x02\xf3\x85\x36\x5b\xed\x33\x4a\x68\x1c\x2d\x64\xbf\xec\x41\x9f\xd4\x78\x1c\x01\x0c\x8c\x37\x8c\xd8\x5f\x79\xda\x5f\x25\x0d\x47\xf4\xc4\xe7\xc4\x77\xb0\xc0\xeb\xb8\xc4\x0b\x4c\xf4\xa8\x6c\x56\x3b\xf5\x70\x11\xee\x04\x9d\x63\x34\x22\x3c\x06\x7f\x18\x53\xdd\x69\x9c\x49\x2b\x35\xa1\xcb\x5d\x27\x4d\x74\x90\x8c\x03\x7a\x8a\x5c\x88\x0f\x73\xe2\xbb\x69\x1e\xed\x88\xf2\x58\x07\x9c\x6d\xd8\xa9\x0e\x38\xa2\x8c\x48\x3c\xe8\x1f\x31\xd5\x1d\x3d\x47\x68\xfc\x21\x9f\x76\x42\xc2\x5d\xa7\xdd\x53\xb7\x6d\xf2\x14\x4b\x65\x6f\xf7\x88\xa0\xd6\x47\x05\xa9\x9e\xeb\x77\xfc\x98\x74\x0e\x4b\x9a\xa3\x04\x4b\x8f\x95\xb4\x93\xba\xb4\x1a\xdf\xad\x81\x2c\x9a\xb6\xfb\x8c\xdc\x4e\x44\xee\x98\xcf\xb2\x39\x17\x25\x38\x88\x3e\x1a\x44\xc1\x72\x48\x9e\x08\x3a\x2a\x48\xbb\x26\x35\x5b\x96\x07\x29\xdc\x75\x4c\x16\x27\xe3\xb4\x48\x21\x74\xde\x87\xaf\xf3\x9e\x45\xcf\xb4\x8c\xb9\x7b\xe3\x03\x6a\x7a\xfb\x0c\x6d\x13\xd7\xe1\xb2\x6f\x36\x35\x62\xb6\xb2\x12\x12\x59\x34\x08\x83\x78\x4d\xba\x77\x19\x4f\x22\xb5\x2d\x49\xab\x67\xa2\x5a\x8b\xb6\x84\x76\x46\x0b\x29\xbb\x3e\x4d\x00\x4c\xe4\x91\xe6\xa4\x41\xd3\x2b\x2e\xd8\xfe\xa5\xad\x2d\x07\xb4\x23\xcf\x1b\xe7\xf2\x8c\x55\xd3\x0b\xaa\x42\x43\xa8\x74\xce\xf9\x20\x0c\x9f\x20\x51\xcc\xd9\x9a\x66\x55\xdd\xef\x51\x92\xda\xf5\x74\xbb\xb2\xa2\x04\x49\x24\x8b\xba\x23\x98\x81\x18\x37\xa6\x14\x52\x9d\x73\x56\x4e\x07\xcb\x4c\x09\xce\xd3\x17\xdc\xde\x82\x9b\x92\xfc\xd8\xcd\x15\x0c\x32\x01\x6f\x2b\x56\xb2\x47\x30\x29\x97\x47\xd0\xe7\xa4\xcb\x49\xd4\x73\x05\xf6\xc5\x0c\x6a\x79\x80\xb3\x0b\xae\x90\x18\xbe\x23\xc1\x57\x05\x75\x47\x69\x16\x39\x84\x63\x27\x40\x41\x0f\x99\xfa\xe6\xa0\x39\x52\x2e\xdb\x9b\x06\x82\x8c\xf7\xa3\x74\x5c\x00\xc1\x31\x3d\x88\xb1\x7c\x4b\x9f\xa8\xd1\x2e\xc0\x44\xb3\x5a\x01\x1e\x72\x8c\x04\x16\x30\x77\x72\x34\xd0\x25\x8b\x7b\xaf\x3e\x92\xe1\xd0\x51\x6e\x7d\xf2\xfc\xb5\x25\x51\x58\x8b\x99\x91\x78\xb6\x74\xcb\xc8\xc5\xd4\x05\xd6\x31\xbd\x90\x17\x4b\x47\xb1\xec\x84\x24\x26\xa5\x7c\x2b\x39\x27\x90\xb9\x45\xc9\xb8\x6a\x92\x11\x9e\x47\xd7\x23\xec\x58\xeb\xd4\x43\xbb\x9f\xdc\x89\xab\xa6\x33\xa0\xe0\x44\xb0\x15\x55\xce\x9a\x5c\x3a\x08\x43\x94\xe0\xcc\xc2\x22\xef\x3f\xed\xbb\x97\x11\xe2\x92\x54\x6d\xcd\xae\x49\xf2\x8a\x03\xda\x7a\x92\x59\x2f\x15\x4b\x39\x3c\x9a\xa4\x95\xe0\xa2\x8a\x27\x14\xf0\x62\x1c\x27\x38\x0a\x56\xa8\x7c\xa9\xc4\x85\xf0\xa0\xca\xd3\x99\xc2\x25\xff\x29\xc1\x05\x9c\x41\xd0\x7a\x86\x0b\x32\x28\x65\xf9\x20\xf4\xd7\xd8\x20\xae\x2e\x07\xb4\xda\xf7\xdb\x67\x09\x5f\x58\x0e\x72\xa6\x36\xa3\x59\x08\x8d\xf9\xda\x96\x9e\xb4\xa7\x4e\x8b\xbc\x78\x38\xac\x6b\x17\x55\x4a\x21\xf4\x2c\xd7\x64\x36\x39\x33\xc2\xb9\xc0\x40\xe1\xf8\x20\x8a\x8f\xad\xf6\x15\xef\x37\x4a\x4e\x85\xa0\x64\x27\x8a\x6c\x8c\x89\xb2\xb9\x91\xf5\xe7\x6c\x4a\x52\x0c\x4e\x98\x2c\xae\xf3\xac\xcf\xfd\x55\x12\x13\x6e\x0e\x1e\xcf\x07\x71\x2f\xa0\x8d\x52\xb3\x2e\x0f\x3a\x9d\x0a\xa9\x38\x48\x7a\x51\x3c\xef\x47\x02\x49\x21\x2f\xe3\x5a\x9f\xb3\x98\x09\x45\xb2\xa6\x3c\xb0\x1f\x8e\x73\xed\x99\xf7\xc0\x71\x2b\x9b\x1f\x9c\xa4\x7b\x1c\x8e\xae\x18\x15\x4a\x91\x95\xa5\x1b\x0e\xa2\x9e\xf8\x2e\x81\xdc\xc7\x1e\x09\x56\x7a\xb1\xf8\xaa\xa0\xdc\xe7\x20\xfa\x20\x0f\x3a\x9e\x54\x3d\x04\x94\xfb\xac\xb6\xf5\xa3\xae\xf5\x4a\xf6\x80\xea\x5c\x59\xbc\x57\xfd\x0b\x47\xd4\xe7\x67\xba\xdd\x8c\xcf\x3d\xcb\xc2\x46\xd6\xa2\xf0\x72\x53\x83\x0b\x79\x8e\xb5\xea\x5f\x70\x79\x35\xc6\xf5\x1c\xfd\xce\xa9\x55\x50\x06\x21\x80\x00\xd4\x02\xfd\xa2\xf4\x5c\x67\xd4\x71\x89\x5e\x46\x3f\x26\x07\x4e\x94\x2c\x48\x2e\xa4\xe1\x61\x15\x96\xb9\x60\xb3\x98\xa1\x46\x93\xb4\x74\x81\x2c\xe2\x72\x36\x6c\xa1\x0e\xe5\xbd\x6d\xf2\xdc\x55\x13\xf3\xdf\xb1\x37\xb2\x46\x0e\x5c\xc4\xea\xe9\xae\x7e\x18\xb6\x5d\xbf\xd0\xe0\x78\x2d\xbf\x47\x1a\xed\x4a\x37\xb8\x40\x3a\xd5\x15\xc1\x82\x53\xa4\x91\x10\x58\x5b\x38\x2f\x97\x1a\xa5\x92\x8b\x7a\xdd\xfc\x98\x8d\x28\x24\x7e\x48\xcf\x13\x6c\xad\x3b\x8f\x64\xbd\x13\xef\x44\xd8\x70\xcc\x53\x5e\xc8\xad\x58\xa9\xb4\x37\x39\x90\x9d\xbd\x00\x1b\xcf\x94\xc9\x64\x54\x92\xc0\xf6\x76\x9a\xf9\xac\x27\xfb\x28\xf3\xb9\xf6\xd1\xf1\x42\x3a\x9a\x9a\x5d\xdd\x3a\x42\xc3\xe1\x22\x3a\xb4\x98\xad\xaf\x70\x2e\xe6\x8f\xcf\x88\xa7\xe6\x73\x20\x53\x44\xd5\x79\xd1\xa0\x0c\x09\xf4\x2b\x7c\x0b\x93\x78\x2c\x26\x05\x4e\xee\x34\xda\x99\xa9\x2a\x72\x3f\x46\xb3\x38\x17\x09\x81\x51\xf6\x56\xa7\x73\xb2\xc6\xa2\x4e\xea\xbe\x61\x36\x1b\xba\x58\xbb\x16\x54\x72\xd2\x45\x38\xf2\x0a\x91\xc5\xa1\xaa\xaf\x4d\x82\xd0\xe5\x0b\x11\x7a\x8c\xcd\xd1\x72\xd9\x0d\x2b\x1e\x43\xfa\xfc\xdb\xaf\x06\x23\x72\xd2\x10\x38\xc4\x03\x24\x25\x26\x9f\x2a\x78\x72\x4a\x89\x3d\x35\xb2\xc5\xc7\x08\xbf\xe2\xf2\x1f\xd2\x82\x8f\x17\xad\x60\x63\x57\x00\xa0\xcb\x01\xb7\xee\x79\x1e\x1f\x0e\xc9\x21\x8e\xca\xe5\x74\x71\x96\xf7\x5b\xb3\x31\x08\xb1\x19\x64\xfd\x42\x83\xbc\x8b\x3e\x56\x94\x6b\x58\xc7\x6b\x8d\x0c\xff\x50\xf4\x58\xc1\xa8\x08\x25\xa3\x80\x1e\x99\x49\x14\x74\x47\x3d\xf4\x10\x54\xa8\xc4\xa8\xd2\xa5\x0e\xe9\xcb\xf8\x28\x4c\xdf\x5b\x06\x3c\x8a\x4b\xa0\xe2\x96\x58\xb7\x74\x0e\x18\xb4\x13\xf7\x5c\x55\x37\xd2\xf6\xc5\x71\x96\x68\x73\x41\x57\x92\xcd\xb8\x70\x00\x1f\x35\x59\xf6\x98\x34\xb9\xf1\x62\x6a\xff\xcf\x3d\x7e\xa8\xbe\xc4\x1b\x8b\x38\x65\xc5\x78\x81\x17\xd2\xa6\x8e\xa6\x08\xf5\xa8\x47\xc2\x6e\x55\xf6\x6e\x16\xa9\x3e\xa3\xee\x59\x70\x2c\x6f\xdf\x97\xa5\xbb\xdc\x02\x21\x8e\xc1\x5f\xea\x19\x60\xcb\xa3\x2a\x62\x8c\xd7\xdc\x96\xff\x15\xe3\x1b\x04\xd3\xad\xc9\x77\x3a\xab\x7c\xa7\x93\x05\xb8\xd8\xee\xcc\xcb\x97\x6a\xb0\xb1\x95\x83\x0b\x07\x07\x72\x45\x10\x43\x6c\x2d\xd1\x44\x5d\xdf\x14\xf0\x12\xe6\x5e\xfd\x00\x3f\x18\x83\x2b\x1b\x3d\xb7\xc5\x10\x1c\x8e\x5d\x8e\xcc\x5c\xae\x5d\x38\x54\x4f\x2f\xc6\xc0\x47\x50\x92\x41\xb6\x60\xa2\x6c\x0f\xd9\xd9\x98\x1e\xba\xc4\x55\xcc\x5c\xe9\x2e\x36\xae\x2e\x1e\x60\x87\xbc\x7a\xb9\x3c\xef\x06\x87\x5c\x2d\x6e\x4c\x87\x18\xb2\x7a\xb4\x86\x0e\xb0\x6a\x15\xd1\x83\x5c\x63\x2e\x1d\x68\xc1\x0f\x84\x03\x8f\x5b\x99\x61\xba\x04\x15\x9a\xed\x75\x6e\x09\x26\x4a\xd0\x41\xf4\xa0\x1c\xd3\xcd\x81\xee\x7c\x48\x9e\xf4\x80\xba\x4d\x50\xb6\xce\xd9\xd6\xac\x78\x66\x9a\xc6\x8a\xa6\xd3\x17\xb8\x8c\x6f\xfa\x33\x05\x68\xb8\x81\x6c\x3b\x8b\x2e\xd0\x77\x84\x0a\x14\x9c\xd7\x1a\x7e\x63\x16\xc6\x73\xe4\x90\x17\x94\xcb\x2a\x76\x80\x11\xfd\xc8\x0d\x40\xf6\xfb\x38\xc2\x21\x1e\xe0\x76\x31\x31\x75\xad\xb8\xe3\xd5\x71\xcf\x93\xd7\xb5\xe4\x60\x1b\x65\xba\x90\x2b\xd2\x24\x2d\xc9\x37\x82\x95\xda\x4b\xae\xef\xd5\x71\xe4\xd5\x51\xc3\xf5\xbd\x76\x75\x11\xf7\x3c\x97\x16\xb7\xd5\xf4\x5b\xf6\x64\xa8\x50\xd5\x05\xdc\xf1\xa8\x66\x18\x69\xe0\x9c\xf2\x0b\xf6\x2b\x15\x84\x07\x9e\x7f\x60\x70\x90\x54\x16\x0f\x0c\x2a\x15\x45\x93\x6e\x91\x2a\x30\x40\xb8\xef\x8d\x4a\xea\x01\x12\xea\x40\xbf\xd2\x3b\xc4\x96\xdc\x6c\xfd\x15\xd3\x6e\xa8\xba\x8f\x3b\x5e\x17\x35\x42\xaf\x87\xbb\x87\x3a\xe5\xb2\x2b\x7e\xe2\x71\xbd\x19\xb4\xbc\x6c\x44\xa2\x0e\xee\xe3\x10\x47\x08\xf7\xbc\xb0\xd2\x87\xf7\x03\x39\x56\x2f\x62\x88\x11\xf5\x4f\x8f\x3b\x66\x58\x51\x37\x3b\xfe\x02\xd9\x81\x57\x9f\x1b\x78\xe4\x50\xbd\x5c\x26\x07\xa3\xa5\xec\x14\x25\xf6\x0c\x6d\xa4\xb3\xbc\xed\x91\x03\xed\x83\xd1\x81\xb6\x12\x54\xa1\xe7\x79\x6e\x90\x0e\x17\x14\x6f\x5b\x33\x1c\xd5\xd6\x86\x43\x37\xf4\x82\xda\x5a\x75\x80\x79\xb9\x3c\xcf\xca\x65\x97\x99\x11\x43\x08\x87\x07\x63\xe4\x57\x2a\x73\x24\x8c\x88\x7c\xa2\xcf\xd1\x32\x27\xfe\xd9\x39\x2e\xe3\x64\x54\xd2\x35\x95\x61\x53\xac\xb2\x28\x06\x17\x68\xe4\x67\x69\x54\xa4\xfc\x18\x5b\xfc\xac\x48\x83\x0b\x54\xcf\xf3\xa8\x50\x81\x28\x2a\x98\x0c\x14\x8b\xbd\xc1\xcc\x33\x1d\x22\x83\x15\xd1\x33\x8b\xe8\x4c\xba\xbc\x9c\x52\x5e\x3d\x15\xba\x4a\xa0\xc7\xe5\xf2\x56\x84\x0f\x9e\x79\x4b\x00\xa3\x6d\x04\x87\x3e\x2b\x30\x82\xc3\x30\x92\xef\x31\x1c\x79\xc1\x81\x03\x8a\xb6\xa1\x17\x2d\xf8\x42\x02\x50\xc1\x18\x7e\xda\x5e\x46\x17\x0a\x11\x66\xd5\xc5\xd4\xa5\x86\xaf\x75\xec\x2c\xc9\x7c\x84\xdb\xde\xc0\x90\x4d\xd5\xea\x63\x37\xf2\xda\xb5\xb5\xca\x00\xd8\xe0\x90\x76\x0e\x77\x20\x3a\x24\xcf\xed\x45\x9e\xea\xe2\xbc\x57\xad\xfa\xe8\x00\x8a\x3c\xb7\xed\xb9\xa3\x55\x67\xd8\xd3\x54\x66\x9e\x9e\x24\x82\xe2\x9e\xe7\x45\x50\xf7\x41\x8f\x1c\x10\x2c\x8a\xb7\x57\xa1\x0f\x6f\x81\xaa\x8b\x19\xd5\x2d\x66\x3c\x08\x16\xfc\x8e\xdf\x97\x11\x21\xfc\x7e\x3f\x0c\xda\x23\xfe\xa3\x76\xf3\x74\x21\xe3\xed\x15\x82\xf7\xe9\x13\x60\xd6\x27\xb4\xe1\x22\xef\x90\xf4\x8c\x21\x73\x9c\x38\xf9\xd1\x67\x6b\x3a\x1e\x92\xeb\x16\x1e\x15\x6a\x0d\xfb\x54\x8f\x94\x4e\x89\xee\x94\x74\x77\xd4\x59\x5d\x00\x27\x87\xa5\xe7\x45\xf5\xcf\xcb\x90\x27\x7e\x29\x52\xcf\x46\x4b\x31\x93\x26\xa6\x7d\x42\x49\x47\x06\xcc\xc0\x5d\x12\xb7\x7b\x0f\x11\x0b\x59\x7f\x31\x1a\xf2\x13\xe0\xd1\x0e\x59\x44\x1e\x22\x1e\xb2\xfe\x62\x3c\xe4\x27\x85\xc6\x78\x87\xf1\x8a\x75\x96\x19\x8b\xa3\x98\xfb\xfd\x05\xce\x06\xb1\x34\xe7\xb2\xf5\x7d\x95\x49\x7f\xb2\xd9\xab\x2a\xd2\x48\x75\x35\xb8\x20\xf5\xff\x5c\xbe\x41\xdc\x23\x34\x16\x59\x49\xa7\x30\x67\x18\x2c\x2f\xb4\x19\x8d\xfd\x80\x12\x5e\x95\xb6\x03\x45\xd1\xe8\x1e\x96\x11\x0f\x93\xf1\xe8\x04\x5e\x8d\xcc\x94\x49\x4d\x60\x8c\x08\x0b\xbc\xfa\x81\x20\x0d\x7e\x10\xc0\xfa\xef\x7b\xb4\x19\xb4\xe6\xac\x9a\x9c\x8a\x6f\xd9\xef\x24\x89\xd6\xd5\x64\xf8\x05\xb3\xcf\x61\xca\x95\x8c\xae\x43\x19\xfd\xd0\x5a\xc8\xd8\xd9\x41\x1f\xa9\x57\x7e\xd1\x52\x54\xe3\x44\xb0\xb4\xcb\xa4\x4a\x63\x65\x79\xd2\x17\xbb\x8c\x35\x94\xb6\xba\xec\x47\x41\xdb\x41\x38\x18\x0e\xdd\xc0\xf3\x61\x2e\xa6\x88\x48\x67\x42\xd4\x8a\xea\x24\x10\x08\x10\x2a\x90\x23\x29\x33\x68\x7e\x2a\x62\x86\x34\x5a\x88\xf8\x59\x85\x9c\x7b\xfa\x18\xce\xd1\x48\x34\x9c\x0a\x9f\x4b\xe3\xd3\xb8\xd4\x1a\x41\x4c\xb4\x29\x84\x4b\x35\xea\x0e\x36\xe5\xd4\x6f\x2b\x8f\xa2\xa6\x23\x99\xce\x4a\x15\x3c\xca\x59\x18\x12\xae\x3e\x4d\x24\x9a\x6e\x64\x94\x64\x7d\xce\xce\x05\x1d\xe9\x6d\x38\xa0\x67\x49\xa7\x1a\xd0\x2a\x13\x93\x64\x5f\x41\x96\x15\xc6\x56\x42\x32\xe3\xf7\xea\x32\xf1\x65\xac\x96\x99\xb2\x55\xcf\x15\x55\xd8\xf5\xdb\x64\x99\xb1\xb3\xd5\x36\xa3\x94\xb4\xe3\x49\x59\x72\x58\x15\x2f\x3c\x23\xc5\xe3\xf3\x41\x1c\x13\xae\x4a\x2f\x16\x21\x1b\xc4\xbd\xc1\xf2\xf8\x3e\xfb\x9f\x1d\x70\x52\xf5\x3b\xe3\x73\x08\x46\xeb\x93\x09\x5d\x20\x9d\x55\xd6\x61\x23\x19\xb2\xdc\x3c\x9a\xdc\x67\xfd\x41\x7f\x34\x39\xe8\x72\x7f\x75\x4c\x00\x4d\xa1\x32\xc3\x8e\x07\x77\x70\x0f\x77\x71\x1f\xaf\x3e\x1c\xa3\x37\x8b\xf7\x73\xbc\x8d\xbb\xf6\x4c\x48\x73\xa9\x59\x0b\x74\x69\x8c\x32\x64\x3c\x53\xb9\x1c\x97\xf2\xad\x17\x32\xac\x4b\xb7\x5d\x56\xf2\x73\x30\x53\xf1\x51\x26\x67\x5b\x2b\x07\x3d\xf5\x67\x2a\xa6\x39\xde\xc1\xe1\x6c\x9d\xcb\xf2\xff\x60\xa6\x42\x23\x93\xa2\x3d\x53\xb1\xfc\x4c\xe9\xcc\x54\x2a\x3f\x7d\x7a\x93\x4a\x69\xb1\x90\x5d\x5b\xa3\x49\x25\x80\x77\xf5\xbc\xc2\xab\xb3\x64\xd6\x73\xb3\x6f\xad\xb9\x23\xd2\xb9\xcd\x56\xfb\x7e\xbc\xb0\x42\x62\xa5\x87\xf0\xaa\x79\x03\xff\xef\x30\x4f\x2d\x11\x65\x09\xa2\x70\x71\xd0\x70\x48\xf4\xca\x0e\x69\x8d\x55\x3f\xa0\xce\x6c\x5d\x09\x83\xe5\x7f\x57\x2f\xce\x28\x14\x8e\x07\x6d\xce\xc2\x60\x59\xf4\x43\xa5\x8c\x41\x5c\x5b\x52\xaa\x01\x54\xa3\x5c\x95\xef\x56\x7b\x2c\xec\xec\x49\xb0\xb1\x71\x36\x95\x32\xe2\xe6\xd3\xfe\x2a\x89\x1a\x4d\x67\x2c\x7e\xad\xac\x39\x06\x74\x8c\x76\x83\x95\x01\x7f\xb8\x1b\x2e\x65\xae\xbf\x9e\x64\xe3\xd4\xc1\xf1\x58\x42\x6a\x06\x8d\xe5\x90\x14\x9b\x27\x68\xc3\x67\xb6\xda\x1f\xc4\xa4\xe3\x8e\xda\xd3\xc9\x83\x6c\xcf\x82\x87\xc3\x49\xbb\x13\xfd\xd6\xca\x0f\xcf\xfb\x6b\x51\xa9\xe7\x9f\x23\x25\x55\xcc\x41\x89\x0b\x17\x3e\x8e\x59\x7c\x6b\x4e\x25\x35\x82\xa2\x62\x82\xa3\x8a\x53\x73\x2a\x04\x3c\x39\xb9\x23\x1e\x58\xdc\x40\x1b\xaa\x9b\x57\x22\x4c\x1e\x63\x18\x27\x56\x70\x82\xec\x00\x9e\x96\x53\xec\xa5\xb8\xd6\xf6\xc3\x50\xc5\x2f\x6d\xc4\x73\xa3\xee\x1a\x2f\xf4\x49\x3b\x26\x9d\x52\x66\x04\x4b\x92\xe8\xca\x16\x44\xef\xa4\xd4\x28\xa9\x38\x9b\xd0\x9d\x92\x0c\x79\x5f\x1a\xed\x13\xf8\x3b\x29\x31\x69\x8b\x98\x0e\x0c\xc9\x86\x43\xf4\x88\x76\x9c\x78\xc4\x6e\x3d\xe3\xe0\x7c\xbd\x60\x1a\x89\x3d\x93\x1f\x45\x7b\xed\x9c\x5c\x5e\xcb\x0c\x87\x6d\x46\x23\x16\x12\xe5\x1f\x32\x1f\xf9\x7c\xfc\xa6\xee\xe1\x61\xda\xf3\x75\x48\x5a\x4d\xbe\x62\xbb\x9c\x72\x79\x24\xe7\xd2\x48\x8a\x1b\xa3\x06\x2c\x33\x7c\x4d\x7a\xcd\x8c\xe5\x00\x16\x84\xb3\x54\x07\x6a\x76\xf5\xd6\x2a\xb7\x94\xf9\x95\x2e\x5c\xa2\x8c\xdd\x42\xe6\x83\x68\x28\xb3\xbb\x9b\xd0\x95\x4c\xbe\xa5\xdc\x6f\xd9\x0d\x91\x8b\x93\x88\x85\xe7\x48\xae\xd3\x05\xa9\xa6\xc4\xf8\x3e\x9c\x39\x63\x86\xf4\xcc\x99\x82\xf6\x6a\xe6\xf3\xc8\xc7\xb4\x63\x53\x7b\x64\xba\xb2\x4d\x8c\x8a\x51\xd1\x38\xac\x90\xf8\x99\xf3\x34\x17\x94\x34\xef\x30\x42\xe6\x58\xca\xfe\x74\x49\xa6\xd6\x31\x2c\x1f\x32\x5f\x28\xd0\x41\x1c\xf8\x61\xf0\xd9\x3d\x59\xcb\xec\x3a\xb5\x29\x3a\x7d\x8a\xf9\x1d\xed\x88\xb6\x76\xd8\x56\xbc\xb2\x56\xba\x35\x0b\x53\x31\x8d\x0b\x0f\x02\xac\x6e\x29\x65\xe9\x7f\x55\xff\x14\xca\xc7\x66\xec\xa7\xf4\x9f\x5c\xfd\xcc\x80\xf0\xb5\xaa\x7e\xeb\xb7\x57\xca\x48\xee\xf8\xd4\x36\xa0\x95\x0f\x69\x3e\x42\xd6\xf4\xc5\xcb\x59\xb2\x16\x25\x58\xa2\xea\x22\xe3\xc6\x4a\xdb\x49\x0f\x78\x88\xf5\x45\xa5\x29\x86\xb9\xb7\x9e\x60\xea\xd5\x0f\xd0\x83\x70\x3f\x79\x80\xc2\xe1\x55\xe0\xc5\x4d\xda\xc2\xcc\xb3\xbc\x06\x06\x15\xc7\x73\x9b\x9f\x2a\xff\x47\xeb\x31\xe4\xa0\x1a\xb9\x40\xda\x2e\x41\x73\xac\x5c\x76\x79\x33\x68\x79\x4c\x06\xef\x30\x1e\xa9\x8a\xf4\x21\x49\x4e\xa1\x94\x57\x83\x8e\xd0\xd2\x1f\x32\xc3\xe8\xa3\xe8\x75\xd3\x52\x83\x78\x87\x60\xe3\x22\xd0\x68\x38\x15\x82\x3b\xc4\x7c\x87\x40\xdb\xe6\x05\xa3\x3c\x9b\x53\xb5\x80\xb7\xc3\x85\x4f\xb9\x76\x0d\xc8\xad\x3d\x86\x16\xd2\x0b\xd5\xa5\x18\x42\x7c\x26\xc9\xe4\x93\x55\x41\x8c\xed\x70\x55\x71\x78\xa4\xe1\x50\xbe\xd8\xcb\x9a\xe0\xda\x36\x4f\xda\x26\x5b\x36\x55\x6b\xfb\xab\x44\x76\x58\xda\x3a\xd9\x4e\x92\xf4\xa3\x54\xaa\x23\x8e\x4b\x8f\xb9\xb1\x6b\xe7\xe0\x68\x34\xee\xf8\xa3\xcf\x45\xa4\x04\x95\x76\x4a\xe7\x08\x97\x3e\x1b\x4b\xac\x5b\x1a\xf0\xb0\xd4\xf7\xb9\xbf\x1a\xd5\x4a\xee\x13\x41\x47\x7a\xed\xe8\x06\xb4\x53\x72\x1e\xad\x04\x95\x47\x1d\xa1\x37\xc9\x91\x94\xd6\xb5\x9d\xa0\x63\xbe\xf2\xca\xa3\x4e\xed\x51\x85\x90\xbc\xd4\x1f\x69\xf6\x78\x10\x45\x01\x5d\x49\x1b\x69\x98\x72\x25\xf7\x29\xc6\xce\x2a\xd5\xac\x91\xb6\xa1\x75\x33\xd5\x74\xed\x51\xc3\xb0\xa2\xfe\x25\x42\xdb\xac\x43\x9e\x3b\x71\xcc\xec\x02\x5c\x86\x74\x30\xf9\x9d\x18\x91\x4c\x9d\xcd\x6c\xf9\xd3\x6a\x7e\x82\x0e\x89\x61\xe2\x4a\xcb\x64\x78\x80\x7d\x18\xc2\xd9\x2b\xf7\xe1\xea\x5b\x2d\x0a\xe5\x3b\x2e\x54\x1b\xd0\xe0\x33\xf0\xf2\x40\x3d\xcf\xf0\xc3\xe7\x8a\xab\x80\xcf\xea\xdb\x52\x41\x1a\x54\xdb\x68\xb6\xa6\xd4\x5c\xf0\xdc\x43\xcd\xa3\x6c\x1f\x2c\x4f\x86\x87\xaa\x8b\xa3\x2e\xd2\x4f\x80\x53\xf4\x3e\x18\x63\x47\xa5\xb6\x4f\x05\xbb\xf8\x61\xa4\xaf\x71\x54\xd3\x8d\xd2\xa3\x52\x09\x7f\xd4\xb1\x9e\x8c\xc4\x4c\x31\xb7\xab\x38\x3e\x95\x7d\xaa\x79\xb8\x23\x1f\x41\x1f\xae\x20\xd9\xf2\xa7\xcd\x5c\x38\xec\x36\x5b\x66\x4e\x93\xe2\x0e\x2a\xb1\xc0\x95\x19\x03\x53\xee\xff\x9a\x04\xcb\x67\x2c\x08\xd3\xf1\x85\xc6\xa8\xa2\xca\xa6\x75\xbe\x8e\x12\x55\x65\xec\x52\x54\x2e\xa7\x15\x53\x55\x31\xab\xad\xfa\xfd\x6c\xa5\x06\x4f\xe5\xec\xdc\x93\x17\x3b\xfa\x47\x59\x1e\x15\x14\x4b\x1f\xee\xd3\x0e\x5b\xad\x0e\x78\x58\x8d\xfc\xee\x5e\x1f\x78\xa4\xa6\x4a\xce\xe1\xc7\x8f\x3c\x71\xf4\xc9\x0f\x7e\xe8\xd8\x87\x3f\xf2\xd4\xf1\xa7\x9f\x79\xf6\xbf\x4e\x9c\x3c\xf5\xdc\x47\x3f\xf6\xf1\x4f\x7c\xd2\x5f\x6e\x77\x48\x77\xa5\x17\x7c\xfa\x6c\xb8\x4a\x59\xff\x33\x3c\x8a\x07\xe7\xce\x5f\x58\xfb\x6c\x7d\x71\xdf\xfe\x77\xbf\xe7\xbd\xef\x7b\xff\x07\x1c\xcc\x3d\xc7\xd1\x6b\x19\x91\x8b\x18\xaf\x78\x71\xad\xdd\xf3\xf9\xe1\xd8\xbe\x19\x96\xa0\xea\xb5\x8b\x1e\x83\x65\xcf\xb2\x91\x1b\xa3\x02\xc0\x84\xab\x82\x18\xd9\x4b\x52\x4d\xdf\xa4\x93\x82\x1d\xf8\x13\xa2\xc9\x40\x5d\x29\x75\x53\xf1\xa7\xf6\xae\xcb\x6b\x25\xbf\x14\x0d\x96\xe5\xd1\x86\x1d\x90\xa0\xe6\x4c\x50\x84\xa2\xd8\x8f\x49\x75\xd5\x6f\xf7\x02\xfa\xd0\x98\x45\xaf\xb6\xca\xef\x67\x6a\xc5\x20\x85\x11\xe6\xb6\x77\x8a\xb9\xac\x2f\x0d\x58\xa5\xb5\x22\x2a\x23\xfc\xcf\x81\x10\x92\xa8\x47\x1e\xd1\x00\x9e\xb7\x52\x47\x25\x91\x2c\x7b\x5c\xf5\xb3\x44\x09\xe9\x44\x25\x95\x55\xb9\x0e\x4c\xcb\x7a\x56\x35\xcd\xb8\x65\x57\x5b\x10\x7e\x47\xaf\x55\x1a\x41\x55\x25\x3c\x0f\x6c\x0f\x38\x27\x34\x96\x2d\x3f\xed\xaf\x12\x63\xc5\x1e\x0d\x96\x8d\x63\x9b\xc8\x5b\xd7\x8e\x52\xd5\x35\x82\x47\x74\x98\x9a\x53\xdc\xa7\xca\x36\x20\x1a\x0e\x9b\x2d\xec\x7b\x44\x85\xa9\xc9\x7d\x90\x97\x96\xca\x8a\x8e\x99\x0b\xcb\x43\x54\x4d\x19\x8f\x09\x95\x4f\xb6\x9a\xaf\x35\x3d\x2d\xc1\x1c\xf3\x5a\x97\x22\xab\x26\x7f\xb4\x26\xdf\xd4\x94\xc3\x62\xb4\xa2\x44\x5f\x82\xd6\x4e\x3e\xfb\xd4\xe1\x53\x9e\xf3\x98\x33\x47\x6b\xb1\x29\x70\x8a\x15\x6d\xca\xf2\xc7\x53\x76\x7e\x65\xd8\x6b\x1b\x6d\xae\xab\x01\x6a\xac\x67\xd6\x08\x7d\x3a\x74\x30\x33\xd8\xf6\x30\x34\x1e\xd5\x27\x38\xf9\xb1\xa9\x38\x8f\x96\x0e\x39\x09\xce\xb5\x2a\xad\x85\x6b\xd2\x23\x0c\x88\x9e\x3a\xca\x58\x09\xe6\x2b\xb2\x22\x5a\xe8\xd5\xb6\x8e\xab\x8b\x68\x8e\x78\x75\xa3\x93\x2f\x59\x21\x2c\x2a\xa4\x41\x6a\x82\x21\x54\x1f\x16\x15\xf1\x78\x86\x0b\x49\x0b\x16\xba\x7c\x6b\xca\xa5\xf7\x28\x5f\x3e\x47\xcf\x52\x76\x9e\x96\x54\xa7\x4b\xcf\x4b\x11\xf1\x3c\x30\xe6\xf9\x20\x0c\xd3\xf1\x53\x66\x4a\xd6\x04\xd0\x8a\xca\x08\xfb\x6a\xf3\x9f\x4e\xd0\xc9\x15\x4e\x70\x9e\xb9\x6c\xc3\xde\x94\xa4\xea\xb5\x6f\x9a\xcb\xd1\xaf\x8c\x73\x0c\x35\xae\x70\xa6\x61\x28\x6b\xe7\xc8\x58\xb1\x59\x17\x72\x9e\x7a\x26\x38\x1c\x06\xb8\xe3\xc5\xb5\x98\x0d\x87\xc1\x5c\xdd\xf3\xbc\x8e\xd1\x5f\x9c\x79\x07\x2d\xb9\xd4\xeb\xe8\xb1\x70\x17\x11\x0e\xbd\xf9\x3a\x6a\x88\x44\x01\x2e\x22\x2c\x2d\x0f\x73\x45\x98\xd7\xb6\x8a\x0c\x54\x11\xe6\xfd\xff\xd9\x7b\xff\xde\x46\x72\x6d\x41\xec\x7f\x7f\x0a\xb9\xee\x5c\x75\xd1\xa2\xa4\x2a\xfd\xb2\x5d\x36\xad\xe7\xee\x76\xcf\xf4\x9d\x6e\xf7\xdc\xb6\x7b\xe6\xce\x95\x35\x1e\x5a\x45\x49\x1c\x97\xaa\x34\x2c\xaa\xdb\x1e\x5b\x8b\xfb\x10\xec\x22\xc8\x5f\x09\xb2\x41\x80\x00\xd9\xdd\xfc\xb5\x08\x12\x64\x37\x40\x7e\x2d\x02\xec\x02\x2f\x9f\x24\xef\x7d\x80\xfd\x0a\x01\x7f\x54\x15\xab\x54\x92\xdd\x33\x3d\xf7\xbd\xbb\x2f\x8d\x19\xb9\x8a\x75\x78\x48\x1e\x1e\x1e\x1e\x92\xe7\x1c\x8e\xc4\xa3\x0b\x64\x78\xfe\x24\x03\x05\x32\xae\xaa\xf1\x1a\x4b\x73\x57\x3b\x42\x91\xc1\x02\x31\x74\x00\x80\x58\x7d\x0a\x51\x68\x7c\xc2\xf2\x93\xd2\x6c\x44\x73\xed\x55\x2b\x7d\x8a\x38\x1c\x21\xb2\xa5\x51\x8f\x10\x59\x87\x9a\x22\xbe\x82\x9a\x22\x84\x42\x75\x5b\xc0\x08\x21\x14\x6d\x23\xb4\xa8\x56\x99\x31\xc4\x25\xd5\x81\x76\xac\x2d\xef\xb3\x30\xe2\x74\x7c\xbb\xae\xb3\xf3\xec\x53\x92\xad\xbc\x9b\xf5\x57\xdd\xc5\xa9\xad\x19\x2a\x91\xa8\x03\x32\x94\x12\x53\x99\x15\x67\x56\x1c\x87\x91\xb4\xe4\x08\x07\x74\x68\x34\x48\xed\xc6\x45\x05\x5b\xf4\x3c\xba\x4d\xa5\x94\x7f\x52\x1a\x9e\xa8\xb9\x72\x55\xcf\xfb\x50\xac\x82\x27\x4c\xc1\xc1\x16\xef\xb3\xc4\xb1\x79\x05\x4c\x08\x97\x11\xb1\x19\x74\x81\xb7\xa6\xaa\x72\x99\x2a\x7d\xe2\x93\x19\xd4\x14\x26\x5a\x96\xa8\xf6\xa7\x6e\xba\xd0\x95\x93\x20\x4b\x96\xc8\x4c\xee\xbd\xdd\x2a\x02\x85\x5a\x6a\x2c\xc2\xa9\xf4\xfc\xf7\x65\x14\x00\x5b\xba\xcd\xb3\xdb\xb3\x4f\x59\xd0\x52\x06\xb9\xe4\x39\x6e\xce\xe4\x20\x8c\xd0\x9d\x31\xda\x13\x31\x5c\x6a\xc4\xaa\xd6\x97\xab\x82\x51\x87\x8a\xac\x18\x1c\xa6\x6b\x74\x57\xae\xc2\xdb\x0c\x11\x28\x34\xb4\xcc\xdc\x1f\x29\x4d\xa6\xcf\x3c\xd6\x1f\xb0\xa1\x5c\x4c\x31\xe2\x2f\x46\xa6\x79\x97\xe9\xc5\x4c\x06\x6c\x88\x38\x24\x4b\x00\xef\xb4\x36\xc4\x96\x6a\x1b\x38\x31\x5e\xe5\x66\x09\xdb\x48\xeb\x44\xab\xf5\x8f\xa3\x19\xe1\x53\xa1\x72\x7c\x20\x21\x57\xd1\xf0\x2c\xb0\x15\x22\x9e\xd9\xfd\xda\x0e\x4c\x09\x3e\x70\x86\xc6\x8b\x2b\x16\x40\x36\x2f\x73\xe6\x67\xc9\xed\x24\x7c\xc0\x86\x07\x25\x16\x0e\xc9\x77\x79\x23\xae\x8c\x2e\xcf\xaa\xd5\xb0\x5a\x8d\x40\x62\x1b\x95\x12\x37\xeb\x24\xa5\x10\x79\x15\xab\x66\x47\x62\xdd\x53\x9c\x53\x40\xcd\xaa\x08\xd1\x2c\x20\x98\x3c\x80\x11\x4f\xe1\xca\xe1\x0d\x06\x4b\x51\xee\x80\x0f\x11\x5d\x4a\x2b\x73\xc8\x60\x04\xf3\x5a\x85\x1d\x01\xa5\xe9\x6e\x69\xb6\x8b\xa4\x07\x76\x81\x6b\x35\xd7\xa4\x53\xa4\x4c\x4f\xa7\x48\xb5\xb3\xa0\x95\x84\x4c\xb3\x58\xa9\x10\x17\x0a\xc9\x9a\xdb\x66\x33\xed\x7a\xb1\xa0\x7e\x7d\x42\x42\x15\x6b\xfe\xd7\xde\x12\xd3\x05\x91\x74\xb1\x9c\xde\xd6\x06\x1a\x13\xc2\xcf\xe9\x8c\xa4\x96\xcb\xd6\x8d\xfe\x57\x97\x3f\x1d\xf1\x73\x9b\xbc\x26\xff\xac\x34\xce\x70\x73\x70\x73\x3b\x6c\x4e\xf2\xdb\xae\x6a\xc8\xdb\xa4\xe6\xf6\x76\x72\xab\x30\xf0\x5b\xb7\x77\xef\xa4\x4b\x6d\x94\xb3\xe3\x75\x7b\x00\xda\xd6\x8d\xd0\xa9\x78\x9f\x79\xed\x2a\xbb\xdf\x03\x19\xa9\xdd\x9e\xee\xc3\xcd\xfb\x6c\x85\xed\xf7\xb8\xcc\x02\xab\x7c\x9f\xfe\x71\xbb\xdd\x1a\xca\x2c\xc2\x78\xa9\xe7\x0d\x87\x36\x42\xd5\x05\x2b\x5e\xe1\xd1\xf5\x23\xc1\x53\x2b\xbc\x14\x7a\xb5\x7e\x71\x53\x06\x66\x51\x26\x01\xf1\x03\xa0\x1f\x70\x70\x9d\xda\x74\x94\x5a\x5c\x26\xe6\x4b\xbf\xca\x42\x37\x1f\x64\xcc\x30\xdc\xc9\x7f\x08\xd7\x7d\x88\x72\x1f\x8c\x58\x69\xf1\xba\x0f\x78\x93\x6d\x88\x34\x49\x8d\x9b\x8b\xd4\xa2\x24\x31\x52\x2d\xe7\x9f\xe2\x08\x7e\x68\xd3\xfb\x81\x33\x86\x92\x53\xdd\x52\xb3\x82\x35\x9d\xf4\xcb\x3b\xe8\x9b\xe3\xb7\xa7\x2f\x4f\x3f\xbf\xfc\xf2\xe4\x5b\x44\x1a\xcf\xde\xbd\x7d\x7b\x72\x7a\x7e\xf9\xf6\xe4\xf7\xef\x4e\xce\xce\x65\xaa\xbe\x39\x43\x05\x65\xc1\x6b\x80\xac\xcb\x4b\x59\xed\x4b\x46\x7e\x5c\x90\x98\x5b\x50\x2c\xc4\x4d\xe4\x06\x84\x4f\x19\x19\xf1\xcb\x0f\x98\x85\x82\x08\xfa\xa6\x2a\xb5\xf3\xf1\x5a\x10\x3f\xf1\xbd\x7b\x64\x34\x11\x46\x66\x11\x27\x2f\xfd\xcf\x93\x6e\x41\xe5\xc9\xf7\xf7\x29\x1b\x2d\xa1\x34\xad\x15\xa4\x0c\x54\xcc\xc3\xc4\x33\x49\xac\x08\xb2\xdc\xe6\xc5\x4a\x1b\xad\xb7\xa7\x70\x0c\xee\xfc\x6a\x75\xd4\x90\x76\xd7\xda\x96\x61\x8e\x46\xab\xd5\x68\x64\x72\x79\x6b\xb1\xe2\x66\x45\x51\xca\xb9\x8d\xdc\xa9\x45\xe3\x9a\xdc\xaa\xab\x4c\x11\x42\xe9\xec\x5b\xba\xcb\x98\x8e\x9d\x94\x90\x0b\x16\x78\x04\x5e\x93\xdb\xd8\xe3\x4b\xd0\xd0\x67\x48\x4b\x9b\x34\x42\xf2\x41\x06\xc8\x81\x1c\x6c\x05\xd1\x08\x07\x67\x3c\x62\x78\x42\x64\xbd\xdf\x93\x97\x9c\xcc\x74\xd9\x30\x8d\xe8\x94\xb3\x1d\x99\x8a\x69\x15\x24\xa6\xce\x33\xa3\xfa\x59\xe5\xe7\x05\xdc\x31\xe1\x12\x31\x86\x33\x00\xd7\x95\x1a\x03\x38\x6a\x88\x6e\x7a\x2b\x29\x68\x13\x38\x83\x81\x48\x4b\xe2\x5c\x7d\x15\x05\x81\x9a\x8d\x45\xc9\xef\xd1\x07\x1a\xfa\xd1\x87\x46\x14\xaa\xd5\xe7\x22\x14\xf2\x5c\x50\xac\xf4\x83\x29\x93\x4a\xec\x47\xde\x57\xab\xef\x6d\x51\x9a\xee\xcf\x25\xdc\x4e\xfa\xf2\xfe\x3e\x79\x52\x1f\x93\x40\xa0\x95\x75\x2d\xc1\x00\xca\x51\x34\xb6\x0d\xcd\x4d\x61\xa8\x8c\xa4\x11\x4d\x18\x71\xe9\xbf\x50\x89\x58\xe5\x03\x8e\x53\xe3\x7d\xb0\x95\x16\x35\x8e\x46\x8b\x58\xd6\x48\xc6\xc9\xf2\xa9\xff\x4c\x00\xe5\x63\x8d\xd1\xb1\x9d\xab\xc4\x44\x13\x3a\x06\xe0\x6e\x3d\x9d\xb7\x54\xd0\x4f\xdb\x81\xd1\x8a\x45\x0a\x90\x9e\xdd\x86\x81\xa5\x6d\x0d\xa4\x4f\xc2\xb0\xf2\x4e\x6e\x75\xe1\xb0\xf2\xe6\x78\xc1\xa7\x95\x64\x60\x57\xf8\x14\xf3\x8a\x20\x71\x5c\xb9\x8d\x16\x4c\x0d\x9c\xca\xf1\x7c\x5e\xa1\x71\xc5\x27\x73\x46\xa4\x4f\x80\x8c\xb9\x22\xd6\x84\x95\x2b\x72\x11\x56\x72\xff\x54\xf5\x64\xc0\x77\x5c\x19\x2f\xe4\x25\x36\x8c\x04\x04\xc7\x04\x56\x70\x5c\xf1\x23\x51\x74\x1c\x09\x8c\xb8\x32\x8f\x38\x09\xd5\x7e\x1b\x19\x2d\x18\xe5\xb7\x95\xf7\x8b\x40\x0c\x32\x15\xbd\xab\x51\x44\xff\x05\xf5\x55\xb8\x9d\x8a\x0e\x03\x58\xb9\xba\xad\xc4\x84\x73\x81\xf5\x7b\x19\x81\xf6\x5d\x18\xe3\x31\x79\xab\xdb\xe4\x55\x38\x5b\x90\xef\x45\x7d\x64\x93\x94\x57\x46\x4e\x46\xe7\x0a\xb1\x20\x69\x94\xa0\x51\x9b\x39\x04\x95\xf6\x11\x96\x51\xb6\xec\xb5\x83\x70\xfd\x48\xc1\x40\xb0\x05\xa7\x33\x12\x2d\xb8\x11\x78\x2d\xc0\x9c\x30\x7b\x94\xe3\x90\x32\x1e\xcc\x38\x0e\x56\xf0\x82\x4f\x23\x46\x7f\x52\xc6\x50\xe2\x8b\x4f\x42\x2a\xbe\x44\x4c\xf4\xb5\xe1\xd6\x21\x00\x12\xfa\xc9\xf8\xee\x1f\x68\x4c\x24\x2b\x33\x32\x22\x54\xf4\x9f\x0e\x16\x2f\x03\x75\xcb\x41\xa8\xcb\x69\x58\x42\x35\x87\xae\xe3\xc8\x63\x0b\x3d\x40\xb1\xaf\xb4\xf2\x57\x34\xe6\x42\x46\xda\x56\xac\x1a\x6b\xc1\x85\x3c\xee\xd0\x17\x24\xe5\xe4\x4f\x3a\x42\x13\x2c\x8a\x30\x1b\x11\x2d\xa1\xce\x73\x67\xc8\xfa\xc4\xef\x4d\x7e\xd2\x32\x27\x37\xc3\x20\x75\x53\xae\xda\x8c\xa4\x93\x89\xc0\x9b\x0e\xc3\x64\x1f\x66\x14\x10\x1c\xbe\x9b\xdb\xb2\x0c\xfd\x78\x97\x7e\x61\xe7\xaa\x93\xc4\xe7\x15\x31\xa6\xc0\xe6\xea\x75\xa5\x1b\x79\x69\x10\x3c\x01\x9d\xaf\xeb\x0a\xda\x25\x80\xed\xae\xae\x4e\x56\xbe\x11\x0d\x70\x24\x74\x44\xb5\xfb\x91\x30\x91\xc6\x95\xb0\x94\xde\x43\xe0\xd1\x5c\x63\x4d\x62\x1f\x86\xeb\x04\x51\x39\x76\xdd\xb6\x15\x9f\xa4\x60\x55\x2f\xcb\x8c\xf6\xeb\x73\x46\xdf\x63\x4e\x9a\xbf\xb6\x31\x59\xf4\x9e\x30\x46\x7d\xf2\x2a\xc2\xfe\x99\xdc\x43\x29\x33\xd9\x63\x24\x26\xbc\x0c\x44\x40\x6c\xbb\xca\xde\xa9\x14\x81\x58\xd6\xa7\x1e\xcd\x36\x51\x62\x97\x21\x3f\x1a\x49\x75\x46\x4f\xd6\x49\x54\x3a\x4b\x6d\xe3\x58\x00\x86\x19\xc8\x84\x24\x01\x3c\xe3\xa7\xb7\xe7\x2a\x10\x68\x06\x39\x70\x86\x5b\xac\x11\xb3\x11\x22\x30\x14\x93\x3c\x09\xf9\x69\xe4\x93\x06\x95\xa1\x3f\xf5\x05\xeb\xd2\x85\x45\x1b\x94\x6e\xbb\x9b\x28\xbf\x62\x5c\xbe\xc9\xab\x45\x1b\xe5\x8f\x22\x9f\x3c\x56\x89\xfd\x14\xeb\xdc\x30\x8b\xb6\x90\x9e\xba\x87\x32\x3c\xea\x4a\xed\xaf\x70\x4c\xde\xb1\xc0\xdb\x60\x08\xab\x17\xc3\x53\xce\xe7\xb1\xd7\x6c\x06\xd1\x84\x86\x0d\x25\x57\xe2\x46\x48\x78\xd3\x34\xf8\xe4\x24\x0c\xb1\x8a\xe4\x57\xb3\x74\xfb\x9b\x89\xfc\x24\x96\xa0\x6c\x0a\xe2\xc9\x25\x89\x69\xa4\x0b\x4c\x04\xd0\x1a\x45\xb3\x99\x0c\x0e\x96\x1c\xd3\xa5\x67\xd7\xde\xc0\xc2\x73\x5a\xd7\xf6\x16\x02\x34\xa0\x24\xe4\x97\xd4\xb7\x86\x70\xe5\xa4\xdb\x1b\x58\xf1\x28\x92\x17\xc6\x86\x91\x0a\x42\xcd\x48\x3c\x8f\xc2\x98\x5c\xce\x44\xdf\x0c\x61\xf2\xfe\x3a\xf2\x49\x69\xbd\x4c\x00\x75\x3f\x38\x48\x33\xe9\x52\x1e\xa4\xe1\x20\xa3\x53\x92\xf5\xfc\x76\x4e\x2c\x00\x2d\x75\x28\x36\x14\xf4\xc1\x73\xfa\xb5\x6a\x97\x67\xb9\x0d\xc7\x82\x26\xec\xc6\xba\x9d\xab\x4b\x71\x25\xbb\x89\xda\xa9\x09\xf6\x1d\xa3\x6b\x72\xa5\xdf\xf3\x72\x2a\x17\x60\x40\xad\x30\x56\xa4\x53\x68\xc6\x3c\x2e\xb2\xbd\x60\xaa\x75\x8b\xc5\x92\x23\xe5\x4d\x56\xb2\x8f\x5d\xf9\x7d\x8a\x61\x43\xcb\xed\x55\xe4\xc8\xc9\xaf\xb7\x81\xba\x49\x49\x8a\x9a\x78\x8e\x47\xa4\xd8\xf7\xca\xf0\xb9\x84\xaa\x1b\x6d\xbf\x45\xef\x2b\xeb\xaa\x22\xba\xd4\x60\xda\x57\x13\x9b\x0e\x31\x79\xba\x52\x8a\xde\xd4\x12\xdd\x9d\x18\x6b\x02\x65\xee\x9d\x58\xc2\xe9\xd0\x9c\xeb\xf1\x81\xfb\xfb\x6c\xb1\xc4\x8a\x9f\xef\xef\x2d\xe5\x5e\x92\x59\x89\x24\x7e\x1a\x79\x27\x14\x19\x29\x10\x24\x94\x2a\x2d\xca\x93\x0e\x98\x2b\x6c\xb9\xd2\x40\x15\x01\xd3\x64\x3f\xba\x49\x44\x17\x5d\x72\x1e\x21\xa1\x0b\xde\x82\xbf\xae\x8c\x36\x43\x36\xae\x91\xd3\xc5\x26\x24\x62\x3a\x95\xc2\x78\x4e\x1b\x0a\x48\x70\x89\x6a\x86\x21\x67\x8b\xa2\x69\x60\xe1\xd1\x88\xc4\xf1\x25\x8f\xae\x49\x28\xe5\xdd\xe3\x85\x03\x80\x52\x7a\x96\xc2\x25\x72\x55\x7b\xdb\x96\x59\xdc\x6c\x72\xa8\xdc\xd4\x35\x4a\x8a\x3c\xa8\xfa\xfc\x4c\x09\x21\x07\x7c\xce\xfd\x18\xa8\x3b\x46\x93\x38\x38\x7a\xc7\x58\x2b\xd0\xe3\xab\xe3\xf8\x36\x1c\xbd\x0c\x29\x97\xf7\x34\xcb\x65\x47\xba\x15\xa2\x83\x95\x26\xc9\x90\xa2\x07\x37\x47\xd4\x35\xaf\x1a\xfb\x8b\xa7\x99\x0e\x04\xb6\x56\x8b\x34\x15\xaa\x17\x4f\xa5\xa9\x87\x58\xfb\x64\x9b\x0f\x4a\x0b\x07\x4b\xb5\xcb\x97\xe9\x5a\xc0\xb6\x9a\x4d\x4d\xed\x46\x42\x7e\x3d\x69\x87\x35\xab\x19\xfb\xd7\x8d\x1f\x62\x65\x37\x25\xd6\x30\xb9\x49\xab\xa4\x1e\x1c\xae\x26\x56\xab\xf6\x6a\xa2\xf4\x24\x58\xc8\xdb\x66\x57\x3f\xda\xea\x0c\x22\x25\x3e\xce\x8e\x1c\xee\x16\x31\x61\x2f\x7d\x8f\x34\xe4\xc3\x73\xa8\xf8\xf6\x5c\xb0\xad\x47\x1a\xc6\x1b\x24\x37\x73\xca\x48\xfc\x52\xa4\xa7\xcf\xcb\x4c\x2c\x4d\x18\x0e\x39\xf1\xcf\x04\x87\xc6\x32\x1a\x51\x2e\x05\x15\x20\x00\xe4\x1f\x6d\xea\xa8\x6f\x89\x59\x37\x8a\x57\xf9\x3d\x1d\x48\x2b\x62\x2f\x19\x48\xea\xf2\x78\x31\x7b\x8b\x66\xa8\xaa\xad\x91\x93\x19\x80\x05\xb7\x5d\xa1\x38\xcc\x95\x52\xb5\x02\x2b\xbf\x58\x00\x6a\x7d\xa9\x14\x26\xd3\xa5\xde\xb7\x1a\x2d\x0b\xc0\x9b\xf1\xd5\x2c\x28\x05\x95\x5f\x54\x99\xa3\x29\x0e\x43\x22\x54\xad\x52\xc8\xec\x73\xa2\x33\xa9\x11\x52\x0a\xac\x3e\x09\x1a\x84\x97\xef\xce\x2c\x00\x1f\xdc\xea\x8c\xb4\x4d\x92\xda\xa5\x88\x65\xac\x70\xb5\x89\x09\xee\x52\xff\x28\xb1\x88\x25\xe8\x6e\x99\x8b\xbb\x25\x67\x41\x45\x73\x00\x19\x22\x0d\x21\x3b\x85\xfe\x94\x58\x91\x68\x2d\xcd\xa0\x71\x6a\x2d\xb7\x5a\xea\xea\xd8\x29\xb9\x85\xd9\x38\xec\x7c\x50\x3a\xc8\xb3\xc4\x17\x4f\x1b\x52\xd9\xce\x5b\xbc\xa9\xaa\xbe\xd5\xf2\xbd\x5f\x90\x01\x21\xcc\x7f\x07\x5e\x01\x80\x42\x65\x0c\xb6\x88\xc5\x22\xf8\x4e\x31\x24\xd1\xec\x76\x19\x2b\x7e\xe3\x50\xe0\xb8\x94\x17\x45\x30\x29\xd3\x97\x36\x87\x21\x64\x99\xa0\xc0\x2a\xf2\xbd\xa6\x40\x72\xb5\x84\xc2\xec\x6d\x3b\x70\x14\x45\xd7\x54\x8c\x12\xcd\x47\x19\x51\x15\xf7\x64\xcc\x98\x7d\x49\x58\x30\x61\xe5\xec\x4b\xc2\xc0\x06\xbb\x19\xca\x4c\xc6\x64\x29\x7f\x65\x5f\x35\x57\x81\xe5\x32\xa7\x41\xc4\x8f\x9a\xa8\xd6\x2f\xf2\x0a\x2e\x8e\x1b\x97\x7e\xbf\xa2\x02\xc1\x1e\x12\x3d\xc5\x85\x5e\xaa\x41\x7c\xf8\xf0\x21\x9b\x11\x84\x0e\xe1\x53\x1c\x44\x13\x55\x71\xab\x74\xc9\xe5\xd3\x78\x1e\xe0\x5b\x63\xb9\x94\x7e\xd2\x4b\x5c\xbd\x8c\xc9\xe4\x1c\x7f\x48\xce\x69\x9c\x9e\xd6\x2a\x8b\x8a\xc9\x4a\xfe\x8f\x5d\xb5\x28\x79\x50\xfe\xb9\x38\x6c\x95\x0a\xa0\x06\x50\xba\xdf\xf7\x2c\xf2\x49\xb5\x6a\xb5\x1c\x47\x99\xb8\xad\x7c\x2c\xb1\x2c\x8b\x09\xab\xa8\x3d\x1e\xe2\xe7\x77\x0f\x33\x29\x42\x94\xc1\xe9\x26\x36\x2c\x78\xbf\xff\x45\xed\x34\x14\xea\xbe\xc2\x7e\xea\xbb\x64\x3c\x29\xe4\x1e\xa1\xc2\x16\x78\xec\x57\x5f\xdf\xae\xef\x97\x75\x21\x17\xfe\xb2\x7a\x68\x5d\x2b\x56\x17\x1b\xa3\x51\xb4\x08\x79\xdc\x50\x59\xd4\x8a\x23\xd9\xdc\x79\xaf\xf6\x77\x2c\x28\x97\x16\x5f\xa7\xf7\x1c\xad\x08\x1b\x95\x19\xcf\x65\x54\xf0\x99\x91\x5d\x66\xa4\xe1\x38\xb2\x36\x6e\xdd\xe8\x63\xd4\x4b\x1d\xd8\xed\x12\x4b\x4a\xc5\xa6\xb4\x59\xb3\x3c\x51\x1b\x48\x24\xe6\x3a\xb2\x9f\xba\xe6\x24\x5e\xc3\x35\x25\x90\x16\xb4\x2c\x90\xdf\x87\xb1\xd4\x4a\xea\x81\x85\x16\x54\x60\x72\x26\x15\x42\x4f\xa9\xa9\x97\xf4\xe3\x97\x60\xa9\x5a\x53\xd0\x61\xd4\xce\x01\xd4\xe7\xbb\x57\x0b\x1a\x08\x91\x6d\x83\x82\x1e\x63\xa2\xa2\x68\x75\x1f\x4a\x55\xdf\x4a\xe3\xd0\xa9\xcd\xbc\x95\x1e\x15\x53\x33\x32\xa7\x65\xfa\x25\xb9\xb5\xf2\x61\x35\xe5\x17\x25\xcd\x81\x3c\xab\xb4\x99\xd0\x3a\xca\xa4\xad\xb2\x8e\x19\x48\x5b\x29\x5a\x7e\x7b\x4a\xa6\xc6\x0d\xf8\xb0\x5a\x65\xa9\xd1\xa0\xbc\xe3\x5b\x3b\x32\x94\x46\x09\x4b\x9a\x26\x8d\xa7\xe4\x71\x4b\xea\xa8\x4e\xe3\xca\x4c\x5b\xa5\xf3\x29\x89\x49\xea\x07\x90\x65\x52\xae\x5b\xd2\xe6\x4a\x1b\x22\xc3\x8a\x95\x79\x4c\x3c\xa8\xc1\xa5\xb7\x9a\xc6\x72\x2d\xf8\x87\xd7\xaf\xbe\xe0\x7c\xfe\x56\x71\xd7\x56\x9c\x6e\xac\xbf\xa6\x33\xc9\x50\x52\xc7\x49\x7c\x37\x9b\x3f\xc4\x52\x0d\x8a\x1b\xd1\xca\xb9\xac\x3a\xe3\xfe\xdd\xd9\x9b\x53\x7d\x64\x1d\x37\x52\xc6\x24\x37\x1c\x6c\x45\x0d\xbc\xf0\x29\x09\x47\x04\xa1\xf4\x9e\x3c\x79\x42\x0d\xd0\x11\xd3\x2e\x6d\x38\x8e\xe9\x44\x88\x99\xbb\x2c\x34\x4b\x8e\x23\x85\x00\x4c\x5c\xc0\x10\x42\x19\xd2\x02\x42\x6a\xe7\x4c\xaa\x49\x12\x40\xa0\x40\x7d\xc1\x49\x95\xec\x12\xb4\x8a\xba\x1f\xaa\x51\x11\x1d\xf5\x24\x41\xfd\x44\x5d\x67\x5f\x99\xe1\xdb\xca\x15\x49\xba\xa8\x61\x89\x9a\x6c\x28\xf5\x58\x8e\x38\x5d\x46\x76\xd5\x75\x25\x62\x95\x29\x8e\x2b\x57\x84\x84\x15\x4e\x66\x73\x22\x3a\xf8\x03\xe5\xd3\x46\xe5\xdb\x68\x91\x94\x12\x2f\xa4\x58\xad\xf0\xa8\x82\x2b\x4f\xc4\x18\x5c\xc4\xc4\xaf\xf8\x64\xbe\xe0\xb7\x4f\x2a\x98\x73\x3c\xba\x96\x75\x58\xca\xfe\x20\xf9\xcb\x35\x8c\x63\x9d\x95\x9a\x7d\x7f\x5e\x6c\xb6\x96\x2e\x95\x31\xa6\x81\xae\x4c\x45\xe9\xcc\x95\x27\x9f\xdd\xc5\x5a\x33\x17\xfd\xb8\x7c\x52\xb1\x15\x91\xc4\x97\x68\xf9\x44\x01\x98\x5d\xbd\x7c\x02\x1a\xdf\x27\xf5\x12\xe3\xcc\xfa\xfc\xe4\xdc\x82\xdf\x0b\xf0\xbe\x29\x86\xd0\x67\x77\x25\x1e\x7e\xc9\x6a\x5a\xc1\x80\xe5\xf7\x82\xdf\xa4\x4d\xac\x9a\x0d\xc1\x52\x87\x0c\x24\xe8\x88\xfc\xb2\xc9\xf1\x1f\xde\x1e\xdc\xcf\x98\x1b\x3f\x76\x62\x54\xb3\xe2\xcf\x99\xd1\xa0\x35\xf5\xe5\x04\xf1\x09\x27\xad\x75\x1b\x81\x0f\x6f\xed\x65\x3b\x12\x1f\xa1\x6f\x49\x12\xc9\xd3\xa2\x11\x0e\xa6\x51\xcc\xbd\x4e\xcb\x71\x34\x69\x52\x6b\x3f\x00\xa7\xe5\xa7\x40\x53\x5f\xd6\xfe\x67\x72\xdd\x5f\xb2\x22\xf6\xe7\xe4\xb2\x84\x15\x94\x72\x82\xe7\x82\x46\x38\xb8\x9c\xb3\x68\x36\xe7\x9f\x94\x0b\xf5\xbe\xdd\xba\x03\xac\xec\xf3\x1a\xa6\x5d\xb7\xbc\x7c\x90\x69\x93\x46\x7d\x25\xdb\x54\x5e\x78\x0e\x44\x10\x62\xc1\xa3\x5f\xce\xef\x7b\xce\xaf\xc9\xef\xab\xe1\xe9\xfe\xa2\x58\x7e\xb5\xfa\xa5\xfb\x13\x0a\x8c\x86\x92\xe5\x17\x38\x2e\x1e\x28\xeb\xcd\x97\x7f\xb8\x2b\xc5\x24\xb0\xe3\xa3\xcf\x39\xfe\x5e\x7b\x25\xa9\xad\x1e\xc8\x52\x7b\x59\x4f\xb3\x1c\x8c\x05\xa0\x5c\x7b\xbc\xcd\x25\x07\x05\x1a\xea\x25\x47\x21\xe7\xf2\x63\x16\x37\x2b\x05\x3c\xb8\xf6\xd0\xec\x30\x2c\x5f\x82\xa4\xc7\x05\x49\x87\x28\x27\x14\xb0\xfc\xc8\x4e\xfe\x28\x55\xa7\x6c\x57\xf0\x53\x74\x2d\x2b\xe9\xda\xd2\x55\xeb\x9f\x69\x35\xf9\x8f\x6e\x5d\x78\x97\x93\x4c\xfa\xd4\x0a\xae\x5d\x62\xad\xf0\x19\x7b\x04\x9f\x29\xe1\xf6\x33\x25\x0a\x5c\x1b\x84\xe5\xd1\x36\x1a\xc5\xe8\x09\xbf\x8e\x1d\xbe\xba\x20\xa3\x84\x9f\x47\x51\x38\xc2\x9c\x84\x98\x13\x3f\xbb\x64\xde\x1b\x58\x2b\x3b\xd6\x16\xb4\x56\xf4\x22\xad\xd0\x14\x77\xb6\x53\x73\x20\xad\x0b\x65\xe6\x44\x30\x65\xf7\xcb\x85\x9c\xe8\x93\x49\x65\xbd\xca\x35\x4c\x27\xb3\xbc\x91\xb0\x34\xed\xf9\x92\xdc\xae\xd1\x42\xd4\x56\xca\xc3\xba\x8d\x3a\x47\x53\x35\x5c\x63\x44\x95\x7c\x5c\x3f\x9b\xe5\xb6\x6f\xe4\x45\xc9\xd2\x09\xad\xb4\x58\xd9\xe0\xcd\x98\x14\x4f\x9c\x29\xcf\x7e\x81\xee\xd2\x48\x91\x51\x81\xa0\x99\x50\x34\x6f\x31\xa1\xcb\xec\x59\xb2\x82\x72\x90\xd9\x5e\xfa\xfd\xbd\xad\x6d\xb5\x53\x6a\xbb\xbd\xec\x52\xed\x62\x09\x04\x00\x29\xe4\x0b\x5b\x7a\x6a\x64\x15\xb4\x89\x62\x1f\xfe\x42\x65\xc2\xb6\x9a\xd6\x36\x42\x36\x41\x03\x7d\x30\x2e\x54\x46\x69\x2c\x2d\x3d\xf7\x47\x51\x00\xad\x66\xd3\x82\xc5\xaf\x42\xa9\x5c\x49\x9c\x63\x3e\x15\x32\x7b\xa8\x65\x91\x05\x40\xe2\x69\x5d\x77\x41\xb5\x6a\x93\x1a\xb2\x9a\x16\x80\x04\xd4\x92\x58\xf4\xba\x7e\x8d\x29\x9f\x05\xca\x0e\x42\x92\x42\x0a\xfb\xdf\x0b\x91\x50\x16\x4e\x26\x9d\xb9\xf3\x23\x2c\x6f\x55\xb4\x3a\xda\xb2\xfd\xb2\x15\xf7\x8b\x4c\x28\xca\xa8\x08\xb9\xd0\x3e\x1e\x81\xf9\xa0\x3c\xd2\x43\x23\x73\x35\x5c\xc2\x6c\x6a\x5a\xb5\xad\xd3\xa3\x2f\xb9\x69\x7d\xb5\x61\x09\xb5\xfa\x1f\xa9\x7b\x7c\xb2\x8d\xd5\x82\xf5\x9f\xb9\xa5\xaa\xa3\x63\xc0\x18\xd5\xdd\x6d\x84\x68\xe6\x4a\x1f\xe7\x79\xfe\x1f\xc1\x9c\x4a\xc7\x76\x5c\xad\xea\xe0\x25\xdb\x08\xe1\xd5\x40\x58\x0f\x14\x3e\xc5\x71\x05\x87\x15\x1a\x8e\x22\x26\xfd\x30\x92\xfb\x20\x24\xca\x24\x74\x96\x8e\xda\x7a\x45\x2a\xd6\x93\x1a\xae\x3d\xb1\xa0\x0c\xc9\x45\x63\xf1\xae\x8b\xaf\x3d\xb1\x9e\x94\xcf\xf2\xcf\x22\x9f\x78\x3e\x59\xdd\x5f\x1b\x44\x43\xf0\x11\x73\x3f\xde\x34\xf7\x17\x83\x53\xff\xc3\x5a\xed\x3d\xc2\xa2\xad\xd8\x80\x95\xf5\x5e\x62\xa5\xa4\x00\xd7\x59\xb5\xad\x4c\xdd\x6b\x26\x62\x89\xe4\x32\xc0\xa1\xaf\x94\x1b\x15\x91\x37\xd9\xda\xf8\x88\x03\xec\xb5\x3b\x0c\x8c\x60\xff\xf2\x03\xa3\x6a\xb4\xca\xf2\x5e\xa9\xe2\xd6\xcc\xa2\x06\x84\xde\x14\x91\x75\xda\xb4\x33\x61\x00\x58\xd0\x1a\xe3\x20\xfe\x75\x0c\x7b\x37\x71\x5e\xf1\x8e\x82\x07\x39\xcf\xfd\xf5\xae\xbc\x58\xc7\x5c\x49\x54\xf9\xb2\x96\x24\xd4\xa8\x2b\x1f\xf7\xd2\x05\xda\x5a\x87\xd7\x3f\xd7\xe8\x91\xbe\x53\x89\x47\x94\xba\xbe\x3b\xf1\x31\x95\xa1\xaa\xc2\x8a\x6a\x70\xac\x0f\x9d\x24\xc8\x9d\x79\x11\x24\xb8\x5b\xeb\x0b\x2a\x68\x84\xac\xd5\x22\xac\xe5\xb2\xb4\xe4\x70\x93\x35\x34\x5b\x14\xd4\x32\xa5\x92\x28\xa8\x47\x9f\x8e\xd1\xf4\xa6\x97\xc4\x96\xb2\xe8\xf9\xc5\xcb\x7c\x6a\xe5\x94\x50\xc8\x60\xf8\x7c\x95\xe7\x81\x58\x15\x15\xeb\xa2\xa4\xe2\x64\x84\x2d\x28\xe0\x8b\xd3\x0a\x18\xae\xba\xd0\xe2\x6c\x41\xe4\xbd\x28\x6b\x9c\x36\x63\x00\xf5\x44\x8c\x10\xca\x6e\x99\xd9\x60\x40\x0d\xc4\xd4\x96\x78\x52\x92\x20\x26\x95\x48\x9e\x1d\x85\xb6\x75\x1a\xf1\x0a\xae\x48\xde\xab\x68\x60\x1d\x9f\x6c\x8b\xea\x2b\x70\x9e\x09\xbe\xb0\xef\x14\x53\x7b\x04\x1d\xd1\x54\xb3\x32\x7b\xc4\x23\x4b\x20\xcf\xa6\x40\x6e\x20\x95\xd8\x4f\xeb\xd0\xf9\x7e\x1c\xd4\xc9\x8d\x9c\x61\x36\x45\xd7\xdf\xe4\x66\x64\x5e\x84\xf5\x56\x66\x79\x7e\xf6\x2a\x8b\x4b\x05\x99\xba\xfa\x87\x37\x72\xd7\x21\x49\x48\x54\xf4\xe5\x92\x45\x9a\x01\x50\x0c\xe6\xd6\xfa\x89\x19\xc7\x03\x2c\xa1\x59\x6e\x72\x5d\xd0\xdd\x25\x0d\x29\x57\x69\xbf\x93\xe6\x6a\xc8\x88\x4a\x33\x27\x6c\x4d\x09\xb6\x93\xd1\x4c\x9b\xd1\x97\x54\x3a\x46\xe5\x51\x5f\x1f\xbc\x1d\xea\x21\xab\xb2\x5f\x4d\x8e\x96\xf9\x95\x2b\xb7\xc4\xd7\x91\x4f\x82\xbc\x3a\x0c\x73\xf1\xef\xcb\x29\x95\x06\x12\x14\x5a\xa3\xa0\x4f\x9f\xad\xb5\x89\xe4\x8d\xd1\x94\x8c\xae\x5f\x49\xd3\x46\x19\x80\xd8\x2b\x26\x41\xe3\x55\x9d\xa2\xcb\xd5\x1d\x2f\xf3\xc4\x5d\xd1\x87\xc5\xa8\x94\x4a\x9e\x31\xe8\x40\x43\x1e\x65\xda\xa0\x31\x92\xc1\x6c\xcd\x6a\xad\xb3\xc3\x7a\xc4\xa5\x5d\xff\x58\x3b\xd0\x24\x49\xda\x85\xc5\x44\x58\x48\x48\x62\xa1\xac\xe9\x47\xbd\xae\x32\x17\x51\xac\xac\x27\xcd\x85\x54\x19\x40\xcd\x6a\xd0\xf8\xd8\xec\x33\xb9\xc2\x4a\xef\x47\x88\x52\x33\xde\xbe\x31\x45\xe9\x18\xf0\x36\xf0\x6c\xda\xc0\x9c\x93\xd9\x9c\x13\x23\xc6\x16\x22\x10\xf7\x43\x7d\x62\xfe\x5c\x7a\xff\xda\x04\x78\x74\x03\x5f\xa5\x2b\xdf\x42\xa6\xa5\x3c\xb2\x2f\x24\xde\x11\x75\xf4\x6e\x99\xe9\x16\x24\xe5\xac\x59\xbc\x6e\xe9\x23\x54\x9a\x5f\x65\xd7\xb9\x4c\x53\xd0\x8a\xca\x7b\x12\x72\xe2\x67\xce\x53\xf0\xce\x0c\x5f\x90\x73\x36\x5e\xeb\xf5\xa9\x5b\x99\x73\x3c\xd6\x2e\x9d\x66\x0a\xf5\x51\xee\x9e\x12\x6b\x2b\x45\x28\xb7\x3a\xcf\x48\x40\xa4\xae\x64\x35\xd6\x5e\x67\x02\xc4\xf0\x20\xa1\xff\x6c\x4a\x03\xdf\x36\xb0\x27\xfe\xd1\x89\x63\xb1\x59\x71\xad\x83\xd8\x60\x09\x4d\xdf\x63\x79\x3b\x34\x42\x68\x5d\x2d\x7e\x93\xab\x2c\xd0\x01\xcd\x4a\xdc\xa8\x1f\xdc\x23\x2e\xde\xca\xf5\x97\xca\x0e\x46\x70\xb2\x92\x1b\xa7\x75\x1c\x4f\x59\x46\x85\x86\x15\x02\xa4\x36\x38\xc5\xf1\x9b\x0f\x61\x5a\x3b\x06\x92\xf0\x66\xf1\x07\x2a\xc6\x24\x19\xb0\x21\xb8\x1b\xe1\x98\x6c\x3b\x5e\x88\x2c\xd7\xda\x52\x77\xe0\xca\x24\x57\x24\x39\x49\x92\xae\x95\x17\xca\x10\x5e\x4b\xae\x34\x0c\x56\xb3\x90\x55\x0b\xb3\x98\xd9\xc9\x2e\x85\x05\x96\x25\xa1\x91\x89\xba\x18\xf6\xfe\xbe\xeb\x38\xd2\xb7\x40\x5d\x59\x2a\xdf\xb7\x72\x31\x6d\x67\x84\x4d\x88\x7d\x17\x90\x31\xf7\xe2\x11\x23\x44\x5f\xbb\xdc\x6c\xd5\x79\xb3\x05\x79\x34\x4f\x92\x15\x8a\x66\xab\xce\x9a\x2d\x28\x61\x3c\x0e\x55\xa2\xc7\x96\x42\x4e\xd8\xec\xfe\x5e\xcc\x65\x5b\xe6\x88\x4a\xa2\x7c\x24\x81\x5d\xc2\x15\x36\x2e\xb0\x6c\xce\xf7\xdf\x64\x71\x15\xa3\xe0\x53\xf0\x68\x21\x84\x53\xd9\x45\x8a\xf2\x53\x31\xee\xee\x06\x37\xd1\x8f\xbd\x4d\x5f\xb1\x69\xd1\x73\x31\xb9\x9d\xcb\xaa\xf1\x6c\x3e\xbc\xbf\xb7\xd7\x43\x9a\xf7\x78\x01\x00\xd9\x2f\x8f\x95\xae\x27\xb2\xfc\xa8\xb9\xfc\x8a\x45\x37\xb7\x72\xb6\x87\x2a\xa8\xab\xda\x52\x8f\x8d\x10\xae\x0f\x7b\x1f\xe7\x5d\x58\xa5\x32\x2b\x37\xfe\x09\x5f\xcc\xe5\xbe\xb8\x2c\xc5\x88\x62\x20\x74\xe6\xcd\xbb\xf1\x66\x05\xd2\xbd\xe0\x2d\xd2\x28\x89\x44\x9a\x8b\xd2\xa0\xf6\xe4\x47\xea\x82\x64\x4b\x7b\xa4\x10\x00\x93\x0f\x85\x08\x78\x02\x62\x25\x2a\x9e\xb2\x51\x13\xd5\xd7\x51\xea\x52\x72\x0b\xa6\x4e\x38\x3e\x09\x20\x54\xea\x11\x1b\x95\x26\xa7\x7d\x5d\xbc\x13\x73\x65\x9b\x36\x6d\xf9\xa3\xd7\xbd\x04\xdc\x61\x3d\xd1\xc7\x1c\x33\xfe\x66\x4e\x42\xb1\xaa\xb4\xcb\x3d\xf0\x12\x4d\x25\x1d\xc0\x65\x60\x46\x8c\x23\x19\x40\x5d\x01\x97\x82\x66\xe7\xdd\x49\x2d\xc6\x34\xa4\xf1\x54\x56\x03\x12\x75\x28\xb2\xa2\xca\x94\xe4\xc2\x34\x48\xf3\xe4\xb4\x28\x79\x3b\x28\x31\xac\x07\x1f\xd1\x09\x9f\x82\xaa\x91\x49\xd5\x17\xa2\xe0\x87\xc9\xaa\xc9\xa5\xaa\xb9\x8e\x5e\x51\x8e\x50\x0a\x33\x94\x0d\xdc\x40\xa7\xc8\xa0\x53\x9a\x65\x3d\xa1\xd4\x26\xc0\xdf\x03\xa1\xb4\xec\x7e\x24\xa1\x54\x35\x4b\x09\x55\xa4\x53\x32\x29\x3c\x9a\x4a\x3a\x5c\xca\x06\x2a\x6d\xd4\x83\x75\xac\xc1\xf2\x90\x03\x0f\xcc\x16\xeb\xe6\x0a\x96\x8b\x4f\x9a\x77\xcd\xdb\x10\x68\xac\x38\x57\xa4\x07\x00\xd2\x21\xde\x4e\x96\x3f\xb9\xae\x55\x37\xba\x6d\x47\xab\x87\x2b\xe9\x85\x6c\xb8\x78\xcd\xda\x13\xe9\xc1\xfb\xa4\x02\xe5\xd5\x21\xb7\xd1\xa2\x32\x8e\xd8\x84\x48\x43\xe6\xe4\x1a\xad\x0a\xe5\x7d\x4b\xe3\x1e\x90\xa1\x74\x6f\x2a\x89\x84\x9d\x16\x92\x16\x91\x20\xe7\x91\xbe\xe9\x4d\x1e\xab\xe8\xcb\x27\x2a\x33\xc2\xa7\x91\xdf\xc8\x18\x6f\x95\xe9\xd2\x05\xd5\xdd\x32\x55\x9b\x1e\xe3\x13\xcd\x6d\x51\x51\x9b\xea\xfd\xae\x4f\x3d\x9f\xaa\x9b\xd8\x99\x6d\x45\x52\x7a\x6d\x3b\xc9\xb5\xe8\xcc\xb6\xc6\x5a\x6a\xa8\xfb\xc9\x99\x6d\x8d\x12\x26\x2e\x63\xbc\x52\x15\xa5\x9c\xff\xf2\x40\x7f\x86\xfb\xa0\x13\xfe\x14\x04\x4f\xa7\x7c\x15\x39\x30\xb9\x21\xc0\xb3\x16\x61\x6e\x63\xc3\x82\x49\xb4\xf8\xc2\x07\xef\x4e\x5a\xbc\xbf\x56\x41\xad\x94\xe2\x51\x58\x60\x7b\xdb\x2e\x4c\xa7\x33\x8f\x2a\xea\x26\x37\xfb\x18\x99\xad\x21\x80\x99\x80\x16\x80\x92\xe6\xe5\x90\xf9\xfd\x03\xdf\xbb\xd3\x1a\xc0\xbb\x98\xb0\x35\xb5\x70\x60\x26\xd5\x92\x0e\x14\xc8\xf5\x29\x2f\x0d\x27\xde\x1d\x8d\xbf\x89\xd8\xb5\x78\xdc\x76\x20\x8d\xdf\xe8\xf4\x6d\x07\x66\x53\xa1\xa0\xa0\xec\x9c\x2c\xae\x72\x7e\xdb\x2f\x09\x05\x65\x06\xd6\xb5\xf2\xe4\x14\xf3\x9f\x9e\x25\xd3\x65\xae\x46\x55\x20\x70\xc3\x6c\x78\xb2\xa4\xcd\xa3\x2e\xf6\x15\x58\xea\xd9\xb5\xac\x49\x2f\x92\x0f\x69\x9b\x5e\xa8\x89\xf8\x93\x35\x2a\xc5\xf7\xe9\x5b\xa5\xbb\x6c\xa5\x51\xcf\x74\xba\x7c\x59\xe9\x76\x63\xd2\x29\xbd\x1a\xa1\xa4\x28\x98\xce\x3a\xbf\x4a\x43\xc4\x72\xc8\x98\xe6\xa4\xb4\x40\x04\x46\xcb\x15\x3b\x3d\x13\xd5\xca\x42\xa5\xb0\xde\x2d\x59\xec\x56\xab\x36\x1f\xb0\xa1\x5c\xaf\x1a\x21\x15\x68\x6e\x4e\x32\x63\xdd\x25\x18\x0f\x58\x76\xff\x19\xab\xd5\x80\x68\xd7\x40\xa0\x1a\xea\xed\xf9\xd2\x0b\x26\x72\xa2\x90\xe1\xd1\x35\xf1\xeb\x33\x3c\x8f\xeb\x38\xf4\xeb\x31\xe1\x46\x7c\x8e\x19\x2e\xee\x44\x6c\x86\x17\x93\xf3\xa7\x97\x8e\xe7\xaa\xd0\x6f\x08\xbe\x7e\x8d\xe7\x28\x4d\x10\x2f\xb9\x23\x36\x96\x1e\xb1\xbd\xc6\xf3\x3b\xb9\x91\x9c\x5b\x39\x8d\xa2\x30\x5e\xcc\xc8\x97\xe4\x16\xe8\x28\xff\x00\xaa\x0d\x55\x05\xbb\x9c\xe2\xf8\xd1\x59\x14\xec\x92\x84\x9c\x51\x12\xdb\x65\xb9\x9e\x45\x41\x40\x46\x6a\x73\x54\x69\x09\x2a\x6b\x9a\x67\x79\x4d\x6e\x3f\x2e\xab\xca\xb0\x94\xf4\xf9\xb8\x9c\x49\x96\x65\x62\x37\x42\x74\xd0\xe2\x07\xf2\x65\xe0\x4b\xa1\x9a\xc4\xf4\x27\xf2\x51\xe5\x8a\x0c\xcb\x58\x5f\xbf\x96\x5b\xc7\x52\xc6\x6f\x73\x84\xcd\x92\xd7\x22\xd3\x78\x96\x2a\x5c\x4b\xa1\xb3\x7e\x0e\xc6\x14\xd1\x52\x06\x12\xcc\x34\xe6\x7c\xeb\x65\xa9\xe8\xa8\xac\x18\x06\x1e\x53\x8e\xc6\xbe\x5c\xca\x0d\x2f\x83\x83\x19\xcc\xee\xfd\x55\x31\x5a\xcf\x6e\x67\x57\x51\x90\x1c\x9a\xb0\xec\xd8\x6d\xa0\xbe\x34\x28\x57\x21\x77\x87\x6b\x46\x93\x91\x05\x16\xb2\x40\x39\x2c\x1e\xd7\x7f\x44\x28\xec\xc5\xc3\x6b\x3d\x0a\xff\x4c\xa3\xeb\x71\x7c\xf3\xf3\x78\xa3\xd8\xff\xcb\x15\x49\x13\x7e\x84\xa8\x8c\x49\xd1\xa4\xe7\xef\x59\x54\x9e\x11\x9e\x89\x4a\xf1\xb2\x46\x54\x9e\x11\x7e\xf7\xff\xcb\xbd\x5f\x49\xee\x61\xdf\xff\x04\x32\x4a\x61\xf9\x4f\x44\xe6\x09\x56\xfc\x0b\x94\x79\x3f\x73\x98\x3c\x86\x01\x7e\x4e\x27\x6f\x16\x5e\x82\xc6\x1f\x23\xbc\xa4\x30\xfa\xf5\x22\xd0\xaa\xb3\xc0\x73\x3c\x29\xb9\x19\x50\x2c\x70\x99\xbe\x50\x5e\x93\x12\x8d\xc4\x92\x58\x37\x19\xf9\xc9\x4b\xd6\x59\x88\xac\x76\x20\xd2\x50\xa2\x94\xf4\xb3\x78\xd1\x62\xaf\xec\x12\x9d\xf4\x86\x59\x18\xa1\xf4\x1c\x5d\x2b\xd4\x10\xa3\xe8\xb0\xdd\xe7\x9e\x3e\x01\x0c\xfb\x61\x72\x83\x9f\xda\xfa\x49\x9a\xfe\x9c\xa8\x38\xb5\x91\xbe\x0a\x5d\xde\xc9\x63\x45\x12\x34\x8b\xbb\xfe\x96\x8c\x45\x45\xab\xd5\x92\x98\xec\xfa\x5b\xc3\x27\xa3\x88\x61\x4e\x00\x46\xc5\xa4\xb4\xbe\x5b\xd2\xca\x28\x59\x01\x48\x7b\x28\x59\xdd\xba\x7b\x10\x1f\x21\xe7\x20\xae\xd7\x81\x4d\x11\x19\xc4\x43\xb1\xae\xc0\xc8\x16\xad\xa0\x36\x06\x5e\x74\x24\x1e\x04\x1a\x0c\x3c\xf9\x00\xc0\xfd\x3d\xce\x16\x39\x47\xed\x6a\x15\x57\xab\xe5\x1d\xac\xf2\x41\xbc\x4c\x26\x10\x79\x8a\x41\x47\x95\x8c\xd4\xea\x0c\xfc\xf2\x92\xe3\xc9\xa5\xec\xff\xcb\xcb\xa5\x06\x4a\xba\xa6\x04\x44\x77\xd0\x72\xc9\xed\x81\x3e\x2b\xd1\xdc\x3a\x84\xe6\xa0\xb6\x72\xb9\x2c\x2d\x41\x80\xbe\xc1\x21\x44\xcc\xe8\xf4\xad\x1c\x07\x84\x1a\x46\xde\x41\xa0\x2b\xb2\x65\xb0\x0b\xd5\xdf\x23\x74\xa7\x02\x08\x63\x44\xd0\xd1\xdd\xc8\x26\x30\x02\xcb\xad\x32\x66\xc3\x5b\x2a\x2e\x84\x80\xf3\x53\xb8\x22\x9b\xc6\x99\x98\x93\x2d\xab\x56\xed\x52\x64\x02\x8d\x79\x4d\xb1\x35\x18\x4a\x3b\xb5\x15\x7c\x19\xa0\xba\x27\x2c\xe9\x9d\x67\x53\x1c\x4e\x48\x92\x33\xa1\x49\x20\x77\x8f\xb4\x32\x93\xad\x4b\x17\x4a\xd5\x10\x0d\x08\x51\xa0\x95\xb3\xad\xd4\x70\x3c\x54\xd7\xb1\x91\x0f\x62\x11\x05\x03\xad\x56\x85\x40\xc5\x75\xa6\x28\x94\x39\xb2\xe3\xb5\x34\x23\x95\x97\xad\xc9\xf1\x0c\x43\x99\x8d\x43\x0a\x00\xa4\xd9\x92\x76\xa4\x8a\x0e\x6d\x55\x07\x63\xb1\xeb\xab\x2f\x34\xfd\xf2\xb0\xf4\x92\x56\xf5\x1f\xa5\x73\xc9\xe5\xec\x63\x14\xb9\x4f\x6e\x1e\xba\x36\x43\xb6\x10\xb0\xe0\x1d\x09\x17\x33\x22\x4d\x80\xbd\x6d\x07\x4e\x08\xf7\xca\x2c\x77\xb2\x2c\xcb\x47\x60\xd6\xdd\xff\xb1\xd8\x75\xb6\xc7\x94\x70\x26\x34\xdf\x47\x61\x67\x86\x0e\xf0\xd8\xba\xff\x0c\xec\x3a\x9b\x3a\x6e\x90\x82\xff\xf2\x92\x88\x51\x73\x89\x17\x3c\xba\xa4\x33\xc1\x2e\x97\x97\xf9\x1b\x7d\x13\x46\x14\xac\x9d\xdd\xbb\x07\x31\x8c\x11\x1f\x38\x43\x18\x20\x3e\x70\x87\x70\x81\xf8\xa0\x35\x84\x3e\x72\xe0\x14\x0d\x86\x07\xfe\x61\x32\x61\x1c\xf8\xb5\x1a\xc0\x28\x1e\xf8\xc3\xa4\x61\xd9\x1d\xb0\xf9\x3d\x1f\x75\x6d\x17\x85\x18\x54\xab\x74\x80\x87\xd5\xea\x54\x59\x29\x88\x97\x81\x33\x04\x50\x3c\x20\x47\xdd\x54\x5a\xa1\x61\x25\x00\x8f\x42\x19\xc0\x50\x7a\x0c\x0d\xc2\x21\x0a\x06\xe1\x50\xdd\x75\x3a\xaa\x56\x47\x36\x07\x07\xd3\xa4\xa6\x60\xda\x88\xa7\x74\xcc\x6d\xc3\xf6\x4e\x5d\xd6\xac\x2d\xcb\x22\xb8\xb8\xbf\x1f\x0c\x01\x14\xda\x9b\x71\x9a\x62\x5c\xcf\x0f\x39\x72\x0e\xf8\x61\x7a\x17\x2b\xaf\xd5\x8c\x9d\x29\x14\x0d\xf8\x10\xca\xd8\xa1\x31\x72\x0f\xe2\xc3\xc4\xf7\xe4\x20\x4e\xee\xe9\x0f\x10\x1b\xc4\xc3\x2d\x21\x1c\xe9\x20\x18\x4a\xa9\xb3\xed\x82\xa5\x90\x3f\x51\x72\x03\x20\xaf\xd7\xa1\x0b\x20\x41\xd8\xc6\x8d\x18\x31\x41\x9c\xf4\x30\x82\x2c\x95\x99\xc9\xdd\x12\x52\x74\xe7\x78\xce\x12\x46\xd2\xc2\x24\x0b\x4a\xaa\x42\xb4\x86\x03\x3e\x4c\xaf\xc5\x1f\xf0\x61\x43\x4b\x0c\xbd\x91\x27\x92\xd0\x1d\xf5\x38\x0c\xbc\x6d\x17\xea\x8f\xde\xdd\x32\x8b\x44\x2a\x32\x49\x0a\xb3\x24\xaf\xbc\x04\x36\x79\xc6\xd2\xb9\x46\xb4\x36\x4d\x5b\xe2\xc6\x0c\x11\x88\x1b\x23\x14\x42\xdc\xf0\x57\xee\xef\xc3\x8d\x48\x8a\xba\xfb\xfb\x75\xc3\x80\x97\xf1\x3d\x5b\x82\x25\xc4\x0d\x86\xf2\x0a\x5a\xa8\x72\xfb\xd6\x76\x5e\xa3\xae\x56\xb5\x32\x9c\x58\x4b\x9f\xe3\xc9\xba\x29\x3e\x55\x9c\x0d\xd8\x44\x8a\x59\x5a\xaa\x6d\x1a\xb5\x6b\x84\x9f\xa8\x2e\x2f\x1c\xb4\xd1\xb1\xed\x56\xb9\x8c\xea\x89\x6d\x02\x00\xdc\xab\xa6\x77\x08\xc8\xdb\x5e\x3b\xe2\xeb\x8a\x16\x45\xaa\x55\xf1\x5f\x23\x2b\x29\xcb\xa4\xfa\x52\x57\x4e\x1b\x54\x4a\x3f\x4b\x81\x0e\x37\x98\xcd\xd6\x55\x9d\x41\x4b\xef\xe4\xae\x48\x1a\xd5\x0a\xb2\x04\xb0\x25\x2b\xa4\x3d\x6d\x53\x22\x13\x90\x8a\x0a\xb5\xbd\x8b\x1b\xbe\xcd\x60\x08\x4b\x8e\xf6\x05\x13\x2d\x1b\x57\x34\xf4\x75\x9c\x4f\xf3\xf2\x6e\x88\x1b\x65\xf6\x52\x85\xd6\xf6\x57\xa5\x5e\x7a\x78\xb4\x2c\x11\x89\x24\xe5\x60\x51\x2f\x0e\x2d\x6c\x41\x0e\x20\x17\xc5\xad\x39\xfb\x7c\x94\x9c\xd1\xf7\xd9\x36\xe6\xc8\xb2\x74\x00\x5d\x6d\xa6\xf4\x81\x5c\xcd\xf1\xe8\xfa\x77\x71\x14\xce\x4b\x84\xee\x23\xc1\xe4\x8d\xa3\x01\x8a\x95\x4c\x92\x24\x8b\xc1\x96\x7a\x45\x1c\xc6\x28\xbd\xe2\x3f\x35\x27\x5b\x20\xe7\x60\x91\x09\xe3\x45\xad\x06\xb8\x1d\x0f\x16\x43\x35\x03\x8c\x50\x90\x97\x74\xf6\xa0\xbb\x0b\x5b\x5a\xc4\xd9\x77\xad\x7d\x6f\x35\x6c\xf2\x25\xc1\xf4\x92\x21\xed\xb2\x04\xcd\x54\x1f\x29\x26\x5a\xc2\xee\xae\xb7\x12\x22\xd6\x6e\xed\x0b\xfd\x4d\x8b\x02\xc4\xec\xee\x1e\x58\xc2\xee\xde\x0a\xa4\x9a\x64\x28\x8c\xb6\xca\x86\x70\x62\x75\x58\xad\x8a\xe5\x2d\xb2\xc3\x35\x76\x88\xc7\x41\x90\xdd\x96\x01\x06\x61\xba\x26\x18\x36\x62\x36\xca\x6e\x37\xbc\x68\x0e\xbe\x6b\x0e\x77\x3e\x6b\x42\xab\x69\x01\xb3\x86\x36\x45\xaa\x59\x30\x52\x0f\x2c\x69\xad\xec\x9c\xe3\x05\x8f\x5e\xca\xae\x79\x7e\x1b\xe2\x19\x1d\x95\xdd\x6c\xed\x22\xb4\xb2\x8a\xea\x47\xb6\xa5\x10\xdf\x86\x97\x56\x8d\x00\xcf\x48\xe0\x32\xc5\x2e\xbd\x2f\x7d\xf5\x42\x55\xb0\x84\xd4\xb6\xfe\xea\x46\x1e\xf1\x34\xc7\xf1\xcc\x82\x83\x61\x99\x6f\x14\xb3\xbb\xfb\xf2\xbc\x97\xda\x16\x76\xdd\xdb\xba\x8a\x8a\xba\x1e\xbc\xe7\x24\xe0\x57\x38\x26\xbd\x4e\xfd\x87\x78\x03\xb0\x9b\x00\x8f\x02\x3a\xbf\x8a\x30\xf3\x37\x00\xb7\x12\x60\xbf\x5d\xc7\xa2\x9d\x1b\x2a\x6d\x80\xc6\x2a\x8a\xf2\x3a\x50\xd7\xdd\x2d\x02\xd7\x47\x53\x16\xcd\xc4\x5a\x6b\x43\xb6\x96\x6b\x66\x23\x7a\x59\xb1\xa9\x9c\x7d\x33\xc3\x14\xcf\x37\x56\x6a\x2f\x05\xc6\xb7\x1b\x49\xd8\xce\x01\x36\xe7\xc1\x62\x42\xc3\xa6\x68\x46\xe8\x63\xb6\x21\x63\x27\xc9\x38\xc6\x31\xaf\xfb\x84\xcc\xeb\xe4\xc7\x05\x0e\x36\x64\xe9\xe6\xb2\xcc\xc8\x2c\x92\x6e\x88\xeb\xe0\x5b\x69\x23\xc6\x01\xe6\x1b\xf0\xf6\x12\x38\x1a\x72\xc2\x62\x45\xca\x7a\x74\xa5\x02\xbe\xd5\xb1\x3f\xa3\x1b\x28\xdb\xdb\x35\xb2\x07\x75\x7d\xdd\xd4\x38\x62\xb3\x4d\x85\xba\xad\xd6\xfa\x6c\x75\x19\x4a\x70\x03\xf5\x5a\x69\x99\xb3\x90\xcc\xa2\x90\xc6\xbc\x39\x5b\x04\x9c\xd6\xd5\x31\xdf\xba\xaa\xee\xad\x66\x53\x9b\xdd\x6b\x32\xec\xa6\x5c\x16\x4e\x18\x9e\x4f\x1b\xf2\x77\x03\x7c\xda\x28\x86\xc7\xf5\x79\x14\x6d\xe8\xce\xdd\x94\x03\x38\x9d\xcf\x6f\x1b\x9b\xd8\xcc\x6d\xa5\xe3\x5a\x87\xef\x23\x7e\x7d\x24\x57\xca\x9b\xeb\xaf\x58\x46\xae\x6b\xa9\x6d\x7d\xc0\xb7\x63\x1d\x15\x66\x5d\x86\x9e\x72\x08\x58\x82\x03\xfb\x93\x4f\x83\x40\xcf\x56\x62\xd5\x31\xd8\xb8\x28\x65\x6a\x8a\xbf\x2a\x75\x18\xa5\xca\x01\x3c\x51\x02\xca\x2c\x14\x0d\x88\x51\x29\x04\x16\xcb\xa9\xad\x83\xe6\xce\x76\x65\xe7\x53\xfe\xdb\x7a\x16\xcd\x6f\x19\x9d\x4c\x79\xc5\x1e\x81\xca\x6b\x3a\x62\x51\x1c\x8d\x79\xe5\x59\xc4\xe6\x91\xbe\x86\x6e\x6b\xeb\x2b\xc2\xa4\x17\xba\x58\xa4\x45\x95\x45\x4c\x60\x65\x14\xcd\x6f\x61\x65\x16\xf9\x74\x7c\x0b\x2b\x38\xf4\x9b\x11\xab\xf8\x54\x50\xe4\x6a\xc1\xf5\x5d\x78\x02\xd5\x07\xcc\xe4\xae\x59\x05\x87\xb7\x5b\xf3\x05\x9b\x47\x31\x51\xa1\x1b\x23\x26\xff\x46\x0b\x5e\x19\x13\x52\xa1\x71\x65\x4a\x18\xb9\xba\xad\xe8\x9b\x05\x1a\x5b\x5b\xe7\x5f\x9c\x54\xce\xde\xbc\x38\xff\xe6\xf8\xed\x49\xe5\xe5\x59\xe5\xab\xb7\x6f\xbe\x7e\xf9\xfc\xe4\x79\xc5\x3a\x3e\xab\xbc\x3c\xb3\x2a\xc7\xa7\xcf\x2b\x02\xe8\xf8\xdd\xf9\x17\x6f\xde\x56\x9e\xbf\x3c\x7b\xf6\xea\xf8\xe5\xeb\xb3\xca\xf1\xab\x57\x95\x6f\x8e\xdf\xbe\x3d\x3e\x3d\x7f\x79\x72\x56\xf9\xe6\xe5\xf9\x17\x5b\x6f\x4f\x3e\x3f\x7e\xfb\xbc\x72\xfe\xa6\x72\xfe\xc5\xcb\x33\x03\xf1\xe9\xb3\x57\xef\x9e\xbf\x3c\xfd\x5c\xe6\x7a\xf9\xfa\xab\x57\x2f\x4f\x9e\x9b\xb9\xdf\xbc\xa8\xbc\x3e\x79\xfb\xec\x8b\xe3\xd3\xf3\xe3\xa7\x2f\x5f\xbd\x3c\xff\x76\x4b\x14\xfc\xe2\xe5\xf9\xe9\xc9\xd9\x59\xa3\xf2\xf2\xb4\x72\xfa\xa6\x72\xf2\xf5\xc9\xe9\x79\xe5\xec\x0b\x81\xc4\xa8\xd3\xd3\x93\xca\xab\x97\xc7\x4f\x5f\x9d\x54\x5e\xbc\x79\x5b\x39\x3e\xfd\xb6\x72\xf6\xd5\xc9\xb3\x97\xc7\xaf\x60\xe5\xf9\xcb\xb7\x27\xcf\xce\xe1\xd6\xcb\x53\xfd\x54\x79\xf3\xb6\xf2\xec\xcd\xe9\xd9\xc9\xef\xdf\x9d\x9c\x9e\xbf\x3c\x7e\x55\x79\x7e\xfc\xfa\xf8\x73\x51\x05\x95\x35\x79\xfd\xe6\x8b\xe3\xf3\xb3\x37\x27\x5f\x9f\xbc\xad\xbc\x3d\x39\x7b\xf7\xea\x5c\xd4\xfe\xc5\xdb\x37\xaf\xb7\x5e\xbd\x39\x93\x15\x7e\x77\x76\x02\x2b\xcf\x8f\xcf\x8f\x45\xd6\xaf\xde\xbe\x79\xf1\xf2\xfc\x0c\x56\xbe\xf9\xe2\xe4\xfc\x8b\x93\xb7\xa2\xc6\xc7\xa7\x95\xe3\x67\xe7\x2f\xdf\x9c\x0a\xe8\x67\x6f\x4e\xcf\xdf\x1e\x8b\x1a\x9c\x9e\x7c\xfe\xea\xe5\xe7\x27\xa7\xcf\x4e\x2a\x6f\xde\x6e\xbd\x91\xd0\xe7\x6f\xde\x9e\xbf\x7c\xf3\xee\x4c\x67\x80\x95\xe3\xb7\x2f\xcf\x44\x89\x6f\xde\x9d\x8b\xdc\x6f\x24\xc2\x67\x6f\x4e\x4f\x4f\x14\x46\x41\x6e\x49\x83\x77\x67\x12\xcd\x57\x27\x6f\x5f\xbc\x79\xfb\xfa\x58\x62\x7d\x91\x27\x7f\x63\xeb\x93\xb2\x74\x65\xa7\xb9\x55\xf4\x81\x30\x2e\x5b\x4f\xb7\x92\x63\xc2\xbf\x4a\x14\x9f\x37\xe3\xfb\xfb\xbb\xcb\x4b\xa9\x08\x5d\x5e\x7a\x83\xe1\x32\xb9\xe8\x38\x1a\x57\xa4\x92\x54\xad\xe6\xb1\x89\xa5\x81\x06\x47\x7c\x79\x7f\x9f\xff\x9a\x33\x3c\xe1\x8f\xdb\x40\x10\x52\x45\x6e\x20\xb0\xa1\xbc\x21\x1d\x2c\x81\x52\xf6\xb7\x8a\x66\x29\x74\x6c\x67\x5b\xd9\xa9\xc6\xca\xab\x55\xb1\xb6\xd9\x46\xc8\xbc\xd4\xfd\xfc\x76\x4e\xb4\x9d\xa2\xf4\x79\x4d\x0f\x56\xe4\xf2\xaa\x62\xd5\xb4\x23\x2f\x07\x35\x4b\x8c\xc0\x50\xfa\xce\x1a\xae\xd1\x62\x94\x0a\xbc\x16\xd8\xca\xed\x46\x48\x03\x17\xf3\xce\x7a\xb2\x54\x8d\x87\x24\x6b\x28\xd2\x3b\xf8\xbc\x9f\x5f\x1c\x72\xe0\x99\xa7\x46\xc8\xa0\x0d\x94\xbb\x98\xea\x5a\xcb\x68\xf5\xd0\xc2\x8e\x92\xfe\x53\x31\x78\x4d\xca\x67\x74\xe7\x90\x21\x17\x86\x2b\x3a\xf1\x01\x3b\x0c\xa5\xb9\x4e\x02\x48\x65\x07\x65\x70\x82\xee\x8f\xec\x2d\xaa\x7a\x8b\x8a\xde\xa2\x43\x33\x30\x7d\xb9\x8f\xe0\xd2\xdc\x1c\xc9\x73\x09\x72\x60\x88\x12\x73\x22\x48\xd3\x93\x85\xa4\xba\x90\xd6\x6a\x40\x17\xc5\x86\x59\x49\x39\xa2\xc2\xdc\xdb\x12\x6e\x38\xdd\xe6\x0d\xbc\xc6\xfa\xf6\x90\xf7\xeb\xae\x47\x8e\x78\x5f\xfc\x22\xde\x77\xbc\x53\x7c\xba\xcc\x63\x5b\x99\xfe\xf4\x52\xaa\x70\x1f\x50\xba\x4a\x96\x5d\x8c\x50\xd8\x08\xe4\xb1\x60\x50\xb8\xba\x66\x15\x2e\x21\x5a\x06\x18\x97\x03\x86\x0b\x31\x71\x67\x60\x41\x39\x98\xd0\x3f\x96\xe6\x26\x7c\x19\x10\xa7\x33\x92\xdb\x2e\x2f\x03\x52\x9a\x7b\x6e\xef\xbc\x0c\x6c\x1e\x2c\x72\xed\x9c\xae\x01\x8b\x16\xa1\x9f\x41\x8d\xd7\x54\x0c\x4f\x32\x98\x79\x06\xb3\x6d\x6f\x93\xfb\xfb\x64\xa3\x26\xdb\x17\xb9\xbf\x57\x99\x65\xfc\x1b\x45\x21\x63\x27\x71\xf6\x91\x08\x04\xed\xce\xe9\x8c\x18\x28\xde\x67\x28\xee\xe4\x25\x27\x69\xcf\xa6\x9b\x36\x19\xf0\xc4\x64\xb0\x04\x5c\xd5\x2a\x81\x86\x31\xbf\x0d\x88\xc7\x97\xcb\x8d\x7a\x54\xf8\xa0\x1e\x65\x6a\x5a\xd3\x07\x35\xad\xf2\xa8\x5c\xd8\x80\x28\x0f\x00\x12\x1b\x10\xe3\x52\x88\xc0\x80\x88\x4a\x21\x16\x06\xc4\xac\x14\x62\x64\x40\x5c\x97\x42\xf8\x06\x44\x50\x0a\x31\x35\x20\xc2\x52\x88\xb1\x01\xf1\x43\x29\xc4\xdc\x80\x98\x94\x42\xcc\x1e\xd4\x5e\xdf\x1b\x10\xe5\x51\xd5\x26\x02\xc2\x94\xe4\x64\x40\x12\xa6\x42\xce\x10\x59\xfa\xd9\x82\xe2\x43\x22\x1f\x90\x3b\x44\x56\xf2\xa2\x3e\x29\xce\x42\xad\x21\xb2\xd4\xa3\x4a\x16\x5c\x8c\xda\x43\x64\xf9\x2a\x82\xd9\x80\xc8\xf1\x8e\x3a\x43\x64\x89\x07\x95\xa4\x46\x37\xea\x0e\x91\xa5\x1e\x55\xb2\x1a\xcd\xa8\x37\x44\x96\x7a\xd4\xc9\x62\xf4\xa2\x5d\x91\x2a\x9e\x34\x56\x3c\x41\x7b\x02\x29\x9e\x58\x4b\x3b\xbc\xbf\xb7\x43\x74\x57\xd6\x38\x5d\x51\xa7\xa4\xa2\x62\xb8\xc9\xa6\x25\x2f\xd6\xd2\xa6\xf7\xf7\x36\x95\x98\x96\x10\x6e\x96\xc6\xac\xc1\x6c\x9e\xd2\xfb\x8a\xc6\xb2\x21\xa5\xbe\xd5\x26\x0b\x29\xc0\xb7\x62\x2d\xb0\x06\x7a\xb4\x02\xfd\x8a\x8c\xd7\x01\x5f\xad\x00\x3f\x23\x62\xb9\xbe\x06\xdc\x1c\x76\x38\x1e\x11\x1d\xe8\xa7\x6c\x90\xe7\x60\x15\xea\xa8\x1c\x6d\x94\x03\x95\x61\xa0\x1f\x1c\xf3\x62\x01\x14\x3f\x38\xde\x46\x8b\x59\xbc\x28\x1f\xb8\xe6\xa0\xf3\xc9\xc6\xa6\x8c\x73\xa0\xef\xa9\x0e\x32\xf9\xc0\x18\x93\x1a\x5c\x79\x43\xcc\x81\x76\xec\xfb\x6b\xa8\x3d\x31\x05\xd8\xba\x66\x98\xfd\x37\xde\xd0\xdc\x5b\x53\x3e\xb0\x68\x31\x2f\x85\x7a\x5d\x84\x2a\x27\xf1\xb1\x29\x7c\xd5\x19\x73\x09\xd4\x75\x11\x8a\x94\x63\x7b\x6b\xc0\xb1\x28\x08\xd6\xd4\xed\xab\x15\xb0\x72\x74\xcf\x8a\x6d\x38\x8b\x58\x79\x37\xbc\xca\x31\x68\x79\x8f\xfe\x68\xce\x55\x34\xe6\xd1\x84\xe1\x72\x0a\x9b\x90\x7c\xca\x48\x3c\x8d\x02\xff\x05\x23\xc4\x9f\xe1\xf0\x39\xc5\xa3\x28\xa4\xe5\x35\xfe\xac\x2c\xe7\xd9\x28\xe2\xe5\xd5\xfe\xbc\x14\x9c\x2f\xd8\x64\x0d\x81\xbf\x36\x67\x31\x5c\xde\x59\xdf\xe6\xc6\xe0\x0c\xdf\xbc\x5c\xdb\xaf\x5f\x9a\x80\x04\x97\xd3\xed\xf7\x39\x20\x9f\xae\x01\xfb\x5d\x0e\x8c\x4d\xca\x27\xfb\x3f\x98\x50\x6b\x3a\xea\x8f\xf9\x06\xd0\x70\x7d\x03\x08\x31\x27\x5c\x3a\x2a\x2f\xf4\x0b\x03\x68\x8e\x29\x2b\xa7\x2d\x37\x71\xcd\x09\x9b\x2d\xd6\x84\x11\x3d\x35\xe0\x7e\x5c\xe0\x90\xd3\xa0\x1c\xf0\x9b\x5c\x43\x12\x50\xc1\xc4\xa4\x7c\x52\xfe\x26\x27\xc4\x7f\x5c\xd0\xd1\x75\x32\x2d\x96\xc9\x70\x92\xc3\xcf\x70\xb8\x86\xe8\x34\x0f\x18\x10\x1c\x97\x63\x8c\x48\x11\x6c\x3d\xe9\x31\xc9\x8d\x4e\xb1\x04\x5a\x83\x35\x2e\x83\x5c\x8f\x38\x30\xc1\xe3\xd1\x1a\x76\x5b\xe4\xa0\xa6\x8b\xf1\x78\x4d\x27\x8c\x4a\x00\xcb\xa5\xb4\x9f\x83\x5c\x37\xd9\x98\x40\x5c\x74\x50\x29\xd8\xd3\x1c\xc5\x05\xdc\xcb\x70\xc4\xc8\x6c\xdd\x3c\xf2\x34\xd7\xf3\x02\xfe\x8c\x93\x72\xe9\xf9\x34\xa7\x16\x48\x8f\x97\xf9\xca\xdd\xfd\xc9\x7c\x67\xd6\xf6\x3d\x66\x14\x87\x6b\xc6\x88\xa9\x75\xfe\x44\xcb\x4b\x9e\x99\xd8\xc8\x7b\xc2\x6e\xcb\xe7\xc4\x1c\x1d\xa3\xf2\x8b\xa5\x2b\x13\x13\x6a\x4c\x83\x75\x9a\xca\x15\xc9\x49\xb3\xf2\x9a\xdd\x9a\x40\x8c\xf8\x8b\x35\xad\xbc\xcc\xc3\xbd\x27\x6c\x0d\xe1\x3e\xe4\xdb\xb0\x66\xda\x79\x69\xaa\x13\x74\x3c\x26\x8c\xac\xa3\xef\x09\xc9\xc1\xc6\x3f\x44\x74\x0d\x2b\xdc\x90\xdc\x6c\x9b\x1d\xb8\x94\x42\x9f\xe5\x99\xf6\x4a\xee\xf6\x97\xe9\x03\x79\xb8\xb9\xc0\x5a\x0e\x79\x6e\x42\x2e\xc2\x75\x05\x1f\x9b\x60\x2f\x45\x35\xc3\xd7\x6b\x7a\xe7\x72\x05\xf2\x6c\x4d\xd9\x1f\x12\x23\xa6\x10\x31\xdb\x75\x01\xa4\xe2\x2f\x80\x91\xf8\xb3\x07\x56\x36\x74\x02\xc2\x2b\x0c\x39\x5b\x74\x6c\xa7\xa6\x79\x5c\xee\x35\x49\x8b\xbf\x8a\xb4\x5a\x50\x9b\x74\xca\xd4\xaf\x16\x82\x23\xf1\x58\xab\x31\x69\x5d\xaa\x2d\x03\xeb\xee\x56\x92\x89\x9a\x99\x6c\x8a\xb8\x4d\x61\xad\x16\x42\x02\x80\xb4\xf9\xab\x51\x70\x84\xa8\xc4\x90\xd8\xe6\xb0\xf2\x6d\x13\xe7\x3e\xd9\x56\x2a\xdd\x2f\xd9\xb6\xc9\x91\x03\x4a\x77\x49\xca\x76\x08\x2c\x85\xca\xa2\x61\x85\xf4\x89\xa7\x0e\x92\xc7\x2c\x9a\xd9\xe6\x4e\x81\xb9\x8b\xc2\xd1\x11\xb1\x1b\x8d\x06\xcf\x99\x1e\x1a\x66\x4d\xab\x76\xc0\x5c\x9a\x34\x4a\xdc\x36\x01\x90\x21\xe7\x80\x1d\x12\xe5\x6f\x37\x60\xc3\xdc\xb6\x5d\x6a\x8c\x5a\x62\xe5\xcb\x07\x3c\x3b\x97\x97\x16\x59\x8d\x79\x34\xb7\x81\xe8\x50\x9b\x23\xde\x98\xe1\xb9\xbd\x00\x40\xfe\x55\xb1\x02\x52\x78\x88\x8d\x4a\x44\x35\x17\x34\xc6\x34\x08\x6c\x07\x40\x5f\x87\x03\x8e\x0e\x9d\xfb\x7b\xda\x10\xa2\xc5\x0e\x40\x62\x15\xe3\xcb\x2e\x3c\x38\x00\x77\xbe\x0e\xb4\x27\xb1\x6b\xc3\x7e\x51\xfd\x01\x19\x6a\xcb\x4e\x82\x22\x05\x5d\xab\xe1\x01\x19\x22\x84\xe8\x80\x0c\x0f\xe4\x4e\xaf\x0c\x28\x9c\x5a\x50\xf5\x7d\x89\x25\x04\x9e\xbf\x85\x07\xa4\x5e\x1f\x22\x67\xb9\xcc\x6d\x34\x65\x11\x5a\x1c\x18\xa2\x34\x64\xce\x8b\x20\xc2\xbc\xd7\x31\x3b\x0a\x66\x4c\xda\x27\xe8\x88\xd5\x50\x8d\xdc\xdf\x3b\x1e\x55\xcf\x82\xd5\xc2\x5a\x0d\x12\x70\x7f\xef\xa8\x0d\xd9\x71\xf9\xb6\x21\x3f\x24\xfd\xba\xeb\xf1\x23\xd2\x17\xbf\x88\xe8\x6d\xc3\x2d\x73\xdb\x2a\x1d\x20\xa2\x56\x90\x22\x07\x46\x6b\x87\x0a\x36\xb9\x1e\x4b\x63\xea\x1a\x06\x47\xf2\x91\x21\x5c\xa7\x90\xd6\x10\x6b\x8a\x81\x10\xd5\x10\xdb\xb1\x71\x9d\x02\x90\x0d\x21\x6c\x0e\xa1\x38\x37\x84\x62\xc4\xed\x18\xd6\x6a\x58\x0f\xa1\x18\xd5\x62\x70\x84\x62\x89\x39\x5e\xc5\x1c\x0b\xcc\x4b\x3a\xb6\xc3\x23\x37\xe9\x86\xa8\x69\x87\x75\x37\xbf\xa9\x26\x9a\xa7\x58\x90\x21\xd5\xda\xd4\xc2\xa8\xff\x1a\xf3\x69\x23\xfe\x91\x71\x9b\x01\x8f\x49\x4a\xbe\x2f\x50\x52\x53\xa6\x84\x1e\xda\x80\xda\x6c\x04\xad\x56\x33\x28\xd6\xa7\x52\x02\xd8\x0c\x85\x88\x02\xcf\x66\x47\xea\x8d\x02\x18\x1e\x52\x29\x67\x28\x30\xa9\x43\x4d\xea\x44\x39\xea\x44\x88\xdb\x11\xac\xd5\xa8\xa6\x8e\x51\x4a\x74\x84\x22\x5d\x4a\x24\x4b\x51\x6f\x91\x28\x25\x92\xa5\x44\x20\x35\x10\x1c\x30\x18\x0e\x13\x7b\xf5\x49\x21\xd4\xaa\x0a\xa7\x37\xc7\x8c\x53\x1c\xa8\x0b\xfe\x4c\xee\xb4\xdb\x2d\xed\x4c\x7d\x19\x22\x27\x71\xe3\x50\x64\xd0\x21\xc6\xd3\xcc\x5b\x89\xc8\x4d\x85\x2c\x72\x0e\xc2\x43\x9d\xbb\x5a\x0d\x0f\xdb\xad\x83\xb0\x56\x4b\xf2\x53\xc4\x07\xe1\x10\x46\x88\xd4\x28\xc4\x48\x76\x0c\xbe\x12\x62\xf2\x30\x7d\xa6\xa0\x4f\xea\x76\x54\xa7\xc0\xa3\xe2\x2f\x01\x5b\x58\xf9\x09\xd7\x6a\x43\x84\x01\x24\x28\x4a\x63\x59\x49\xe7\xe1\xb4\xb6\xac\xe6\xca\x67\xe5\x2c\xf5\x66\x6c\x27\xe5\x92\xb2\x7a\xeb\xcb\x1e\xf4\xa7\x30\x19\x0f\xf4\xc8\x51\x52\x31\x42\x64\x50\xaf\xd3\xe1\x01\x3d\x72\x44\x05\x50\x04\x99\x4e\x12\x22\xaa\x26\x46\x12\x13\x35\xe4\x00\x6e\x87\xe0\x00\x68\xc0\xf0\xd0\xa9\x56\xc9\x80\xd6\xdd\xa1\x10\x4d\xe1\x51\xfa\x7a\xe4\x00\xd9\x69\xad\x9d\x10\x72\x14\xd5\x18\x64\x08\xf1\xba\xe8\xbe\x08\xf1\xcc\xbc\x33\x32\x44\xca\x55\x9e\xb7\x45\x6f\x4d\x36\xcf\x70\x6a\x62\xab\x56\x95\x63\x4d\x08\x36\x4f\x6d\x62\x12\xcb\xcd\x6a\x2a\x1b\x4d\x2a\x53\x33\xe6\xb3\xdb\xb2\xba\xa4\x88\x1f\x2f\xe9\x64\x09\x52\xd8\x01\x29\xed\xd4\x7b\x56\x0b\xf1\x21\xf1\x45\xba\xcc\x79\x36\x9b\x9c\x4c\xd4\xb0\xe5\x2b\x13\xd7\x91\x5b\xad\xa6\xee\x07\xd9\x24\xe5\x0e\xfb\xe6\x8b\x77\x26\x43\xb4\xab\x40\xd2\xa5\xf6\x91\x94\xc4\xea\x14\xe9\xee\x52\x6a\x5e\xa1\xa7\x6d\x3b\xb5\x8b\xc0\x12\x5e\x5e\x93\xdb\x24\x51\xda\x75\xab\x71\x4c\x32\xc9\x21\x47\xa2\x24\x74\x7a\x9d\x03\x83\xa1\x74\xac\x33\x26\xe7\xcc\x59\xf4\x24\xf1\x73\x2a\x38\x8d\x56\x32\xdf\x2a\x03\x44\x79\x28\xf0\x02\x90\x48\xbd\x49\xfd\xa5\xf8\xaa\x67\x55\x25\xe7\x43\xf5\x26\xc3\xa7\x69\xfe\x21\xe7\x22\xf9\x17\x47\xf3\x0a\xab\x64\x14\x17\xac\xc5\x1e\x45\xcc\x9c\xc3\x5a\x25\x73\x4d\xbb\xc9\x40\x1e\x4f\xc8\x74\xcc\x9c\xa4\x13\x4c\xda\x22\xa6\xda\x10\x2e\x11\x49\xfd\x73\x42\xc3\xaf\x44\xd5\x8c\x82\xbe\x62\x09\x0a\x3c\xe3\xc8\xeb\xe6\x53\xe0\xb3\x15\x93\x50\x69\x12\x6b\x4c\xa4\x6f\x7e\x3e\x72\x29\x21\x99\xf6\x90\x81\x29\x4d\x28\x00\xd0\xa8\xfd\x99\x41\x3b\x7d\x5c\x4e\xca\xac\x9d\xfb\xa4\x91\xca\x70\x4f\x59\xbb\x9f\x97\x59\x5e\x12\x43\xc9\x79\x9d\x3b\x82\x5e\x55\x67\x99\xa1\x49\xf2\x23\xb7\xcf\xeb\xae\xe7\x00\x18\x22\x57\x4c\x59\x72\x9a\x62\x83\xb0\xee\x9a\x8a\x6d\x98\x1e\xf7\x3e\xb7\x09\x3c\x87\xe7\xd0\x3c\xcc\x3b\xfe\xd5\x4b\xcc\xa4\x68\xa1\xe8\xaf\x8a\x67\xd8\x2b\x85\x87\x46\xe1\xec\xa8\xd5\x67\xf5\x96\x28\x9c\xa2\xd6\x01\x3d\x64\x07\xb4\x56\x03\xe1\x80\xd6\x5b\x66\xe1\xb4\xd0\x5c\x19\x73\x31\x2d\xf3\xd9\x9f\xa1\x4c\xa3\xc1\xf9\xc2\xaf\xff\x0c\xbd\xfb\x43\x8e\xc4\x6f\xff\x9c\xbd\x9b\x2f\xfa\x07\x7d\x9b\xbf\x2b\xc6\xc7\xda\xbb\x4b\xfc\x85\x0a\xe0\x48\x2a\xd7\xe6\x3d\xd6\x64\xe0\x0c\x33\x54\xcf\x33\x87\xcf\x64\x1b\x28\xf9\x44\x54\x24\x7b\xb1\x86\x3a\x42\x89\xe9\x74\xa2\x64\x33\x9b\x26\xde\x74\x6a\x09\x76\x09\x63\x14\x0e\xa2\x5a\x6d\x28\xa7\xfc\x20\xd1\x25\xb4\x66\x28\x44\x2e\xcd\xf4\xad\xd8\xe6\xb0\x56\x0b\x20\x15\xeb\x46\x9c\xb8\xda\xb1\x7e\x7a\x2d\x8b\x87\xb5\x7f\xdd\x80\x0f\xa5\x87\xba\x9e\x2f\x39\x64\x62\xbe\xc4\x00\x6b\x47\x3a\x62\x33\x18\x65\x0e\x03\xdc\xc6\x60\x69\x13\xa8\x97\x44\xa7\xe5\x4b\x22\x43\xfb\xe0\x50\x2c\x7d\x65\x29\x99\xac\x78\xf9\xeb\xf4\x6d\xb9\x69\xd0\xaa\x27\x77\xb9\x85\x90\xf2\xd7\x4f\xcc\x80\x24\xf0\x55\x40\x2c\xb0\x45\x50\x6e\x81\x2f\xe8\x3f\x88\x10\x6d\xe0\x21\x62\xa2\x4c\x57\xde\x71\xad\xaa\x7e\x7f\xcf\xd2\x29\x39\x53\xdb\xdf\xd1\x90\xb7\x5b\x39\x9d\x4c\xd2\x0b\x1d\x99\x92\x3c\xc9\xd7\xb7\x19\x62\x72\xa5\x2b\x48\xa7\x1e\x80\x0c\x70\x19\x31\x6e\xeb\x8c\x77\x59\xe7\x4b\xc5\x93\x65\x8a\xa1\x9a\xd8\x6d\xda\xc0\xc0\x0e\x07\x64\x08\xa5\x1b\xd2\x96\x8c\xdf\x96\xee\x92\x2c\x01\xf0\x84\x8e\x2d\xd1\x47\x45\xec\x26\x8a\x48\xa0\x88\x04\x0a\x00\xe0\xa9\xb2\xca\x4a\x78\x5d\x65\x8a\x8c\xb1\xf3\x2a\xf5\x45\x90\x20\x92\x38\xc9\x7e\x42\xff\xa5\xfd\x95\xfe\x9c\xb4\x5f\x4c\x76\x52\x49\x43\x04\x0e\x22\x88\x87\x28\xbd\x08\x22\xd7\x0c\x88\x53\x7f\x25\x95\x22\xb8\x72\x09\xbc\x97\xf6\x6b\xb9\xa9\x00\xf5\xd6\x82\xc4\x17\xc2\x48\xe2\xc3\x30\x16\x5d\x94\xb2\x6e\x04\xe3\x02\x16\x81\x77\xa9\xb7\x3e\x88\xce\xcd\x87\x88\xa4\x79\x96\x8a\xcf\x5f\xa0\x82\xb3\x00\xfc\x09\xbd\x50\x0e\x03\xf0\x1d\xb2\x5f\x08\x04\xb0\x64\x82\x2c\x39\x25\x11\x3a\xd3\x53\xc4\xec\x9e\xb1\x83\xf6\x45\x42\x34\xa9\xcd\xa7\x7b\x27\xc9\x84\xaf\x6b\xfc\xb4\x71\x05\x34\xa0\x5c\x29\x21\x84\xc2\xfb\x7b\xe9\x01\x7b\x7f\xbf\x4d\xe3\x17\x34\xa4\x6a\xce\xd7\xcb\x50\x02\xf9\x70\x8b\x1e\x39\x7d\x9b\xa8\xc5\xde\x38\x88\x84\x16\xd9\xa4\x60\x87\x42\xae\xd2\x46\x84\x06\x36\x97\x49\xc0\xa3\x62\xf1\x94\x40\xcb\x2f\x64\x87\x82\x66\x0a\xac\x10\x70\x99\x26\xc6\x23\x5d\x4a\xf2\x7c\x5d\xa6\x1c\x64\x38\xe4\x53\x10\x4d\x6c\xe9\x72\xd5\x94\xaf\xaf\x4e\x5b\xa0\xe6\x2e\xe1\x8f\xc5\xfb\xe9\x09\x3a\x87\x1c\xbd\x87\x0c\x7d\x6d\xda\xfe\x51\x70\xa7\xba\x80\xc6\x4a\x2e\x50\x20\x8d\x02\x8c\x41\x45\xf5\x7e\x65\x24\x9d\x27\x69\x22\x4c\x02\x43\x98\xc4\xca\x6f\x27\x42\xce\x41\x74\x18\x1f\xd4\x6a\x11\x08\x06\x82\x59\x6c\x3a\x88\x86\x30\x82\x54\xa1\x58\x20\x6e\x07\x00\x8e\xd0\x62\xe0\x0c\xa1\x8f\x16\x03\x77\x08\xa7\x88\xd9\x01\x1c\x41\x5f\x45\x45\xcc\x57\x67\x0a\x32\xe9\xeb\x43\x86\x6a\x53\x01\xc4\x11\x42\xef\xab\x55\x7b\x30\x82\xfe\x10\x7d\x61\x8f\xa0\xaf\x42\x58\x4c\xb3\x4e\xc5\x20\x49\x1e\x4c\xb3\x8d\xba\x23\xe4\xcb\x10\xd5\x47\xc8\xaf\x56\x25\x9a\x0c\xbf\xc9\x0f\x2a\xeb\x56\xda\xfb\x44\x1a\xe6\x1d\x39\x7d\x1f\xd9\x46\x97\xf9\x4d\x02\x6a\x2e\xd8\x21\x1e\x91\x5d\x9c\x7c\x95\xfd\xe3\xef\xd4\xe5\xd7\x66\x5d\x28\xcf\xd2\xd1\x7f\xaa\xf6\x08\x97\x89\x90\x1e\xa3\xd4\x89\x73\x3a\x70\x86\x87\x68\x64\x38\x73\xc2\x7a\x7d\xac\x98\x76\x3a\x18\x8b\xba\xfb\xe2\xa3\x44\x20\x3f\x09\x04\x73\x38\x33\xfa\x61\x5c\x73\xcd\x9e\x40\x63\xd9\x15\xf6\x1c\xcd\x44\x6f\x0c\x86\xa0\x71\xe3\xa0\xe8\xc8\xe9\x4f\x07\x51\xdd\x1d\x7a\x23\x38\x6f\xdc\xb8\x28\x3a\x1c\x8b\x94\xa1\xe7\xaf\x74\xe3\xe8\x10\xd9\x18\x89\xce\x04\xd5\x2a\x3e\x14\x54\x9b\x0d\x34\xa1\xc2\x86\x0f\xec\x29\xc4\xd0\x81\x63\x30\x4c\x3c\x5e\xa3\xcc\x6c\x71\xb6\x4c\xcd\x2b\xe4\x2c\x90\xf1\x64\x36\xa7\xad\x78\x18\xd9\xa4\x74\xb7\xb5\xcf\xbd\x77\x42\x07\xa7\x42\x73\x86\xb4\xe1\x47\x33\x4c\xc3\xb2\x01\xb2\x8a\x91\x97\x61\x24\x7d\xe2\xbd\xb3\x07\x42\xaf\x80\x64\xe0\x0e\x87\x12\x37\x17\xb8\xd3\x73\xea\xf8\x71\xf8\xd9\x3a\xfc\x79\x5e\x26\xa0\xff\xce\xfe\x49\x7b\xdc\x01\xe0\xbd\xb3\x89\x2c\x93\x2d\x21\x5d\xc2\x6f\x10\xb3\x5d\x07\xc0\xcf\x56\x3c\x4b\x57\x06\xbe\xcd\xea\x1c\x34\xed\xd6\x8e\xad\x7b\xe2\x1b\xc1\xed\x04\x36\x76\xbb\xa0\x5e\x48\x6a\x75\x01\xd8\x91\x59\xe7\xd1\x07\x29\x29\x60\xdd\x6d\xb6\xe5\x85\x07\x9f\x3f\xba\xa8\x76\xa3\xbb\x23\x26\xe9\x75\x98\xbe\x15\x95\xdf\x37\x44\xef\x97\xf9\xbd\xd9\xba\x0b\xe5\x06\xe1\xba\x9d\x48\xbd\x61\x58\xab\x51\xbd\xf0\x95\xfb\x80\x87\xd1\xfd\x7d\xb6\x59\x58\xad\x46\x47\x28\x52\x7b\x4d\x91\x10\x92\x46\xf0\x8c\x87\x37\x1d\x1f\x46\x96\x2c\xe0\xb2\x49\xf7\xf7\xb9\x13\x18\xb9\xf1\x5d\xbe\x47\xb5\xb2\x91\x9a\x9d\xa1\xd8\xb5\x1a\x83\x61\x2d\xa9\xed\xc7\xee\x95\x46\xa8\x16\x01\xb5\x49\xaa\x11\x45\x72\xe3\x38\x55\x39\xc2\xa6\xda\xfb\xfd\xdd\x26\xf7\xcf\x94\x1b\xba\x79\xdb\xef\x3f\x18\x6c\x6d\x48\xfc\xe4\xfb\x4e\xa2\x4f\x1a\xda\x30\x01\xb7\x94\x04\xfe\x0e\x5f\x0a\x1e\x96\x45\xff\x51\x74\x7e\xcb\xe8\x7c\x42\x3e\x45\xef\x1f\x7d\xca\xde\x7f\x10\xd9\x6a\xef\xab\x2d\x91\x5f\xb4\x31\xc4\x92\xdd\x05\x79\xcb\xa3\xd4\x42\x20\x45\xdb\xe6\x12\x43\xd7\x9b\x66\x77\x3b\xda\xa1\x58\x19\xc0\x10\x45\x02\xd6\xd9\x5a\x3d\x81\x63\xc4\xec\x63\xa9\x8f\x28\xd7\x79\x82\x98\xdd\xea\x01\x48\xc5\x43\x7b\xd7\xe8\x92\x28\x6b\x0c\x5c\x5d\xe2\x3e\xb2\x39\xb4\x81\x61\x28\xaa\xaf\xb5\xf3\xf4\x02\x4a\x89\x38\x32\x5a\xa5\xcf\x5a\xd2\xa9\x95\xd9\x18\x1c\xd8\x61\xdf\x54\x12\x09\x8c\xc0\xa1\xe3\x89\x0e\xc9\x27\xab\x2e\xe3\x08\xc3\x08\x11\x19\x74\x00\x2c\x97\x69\x67\xe7\x8e\x2e\xec\xb0\xcf\xe4\x86\x8f\x46\x24\x5e\xa8\xce\x4e\x55\xd6\x4c\xe7\xcc\x4e\x56\x3f\x11\x31\x56\xe8\x90\x9a\xec\x48\xb5\x39\xdd\x44\x86\x51\x7e\x59\x49\x13\x7e\x8f\xa0\x1d\x1e\x3a\xfd\xac\xe6\x5e\xd2\x9a\xac\x09\x51\x19\x6f\xc6\xff\x30\xbb\xf3\xe8\x53\x75\xe7\xd1\xc7\x74\x67\xf0\x2b\x77\xe7\x97\xbf\xb0\x37\x8f\x1e\xea\xcd\x05\xc9\x1f\x41\x60\x92\x3f\xeb\x3b\x74\xfa\xaa\x05\xfa\x9c\x6f\x44\x90\x4f\x94\xa2\xa9\xee\x50\x36\x06\xba\x4f\xca\xd6\x49\xe9\x2c\xf6\x33\xa9\xe3\x94\xf8\xbd\x1c\xb5\x4a\xb3\xb6\xcc\xac\xad\xa1\x67\xb8\xa0\x84\x75\x9b\xa1\x1a\x53\x2a\xea\x01\x4d\x97\x62\x21\x22\x36\xd8\xa1\xf5\xfa\xbd\x03\x23\xc4\x07\xb4\xc6\x86\x5b\xea\x0f\xe2\x83\xb0\xc6\x86\x50\xfd\x31\xce\xc8\xcc\xf3\x69\xf2\x11\x96\x12\xc9\x39\x92\xcd\x6a\xe8\xa3\x4f\x91\x44\xa6\xf4\x0c\xa9\xa2\x3a\x63\x4c\x72\x4a\xa2\x58\xc2\xd8\x99\xb7\x4d\xba\x68\xcc\x2e\xca\xe1\x82\x87\xd2\xed\x84\x3f\xaa\x41\x32\x27\x20\xbf\xcf\x08\x0e\x6a\x35\x7e\xc8\x0e\x32\xaf\x22\xc9\x77\x10\xab\xf0\x26\x19\x24\x15\x90\xd1\x21\x3d\x00\x58\x2e\xb9\x06\xd1\x70\xc0\x87\x19\x97\x19\xe7\xe5\x24\xe7\x0b\xa2\xed\x36\x04\xee\x19\x29\x89\xe4\x36\x26\x76\xa9\xa3\xd1\x7b\xb2\xd1\x63\xac\x7c\x17\x88\x93\x98\x67\xae\x60\x69\x36\xa0\xcf\x5a\x73\x03\x4a\xf7\x94\xa0\xa4\x98\x0c\x85\xde\x43\x12\x3a\x6e\x27\x27\x72\xdb\x8e\xe1\x0e\xf2\xe7\xab\xd1\x6a\x85\x92\x09\x7a\xdb\x35\x8e\x37\x3f\x69\x85\x8a\x2a\x44\xa9\xf8\xc9\xf8\x34\xd5\x24\x28\x28\xd1\x1d\x6e\x37\x56\xed\x17\x6f\xea\x7d\x54\x8b\x67\x78\x3e\x57\xd7\x51\xaf\xb4\x79\x55\x29\x25\x50\x9e\x31\xa2\x23\x79\xd6\x28\xcf\xa3\xd2\x46\x5d\xa6\x17\x55\x7d\x54\xf9\xca\x8a\xae\xbc\x02\xa9\x64\x5a\xa1\x88\xad\x23\xa7\xc1\x08\x62\xad\xd5\x16\x45\xe3\x61\x5b\xd6\xc4\xbe\xf3\xa3\x90\x78\x54\xfb\x24\xb1\x25\x0a\x1b\x21\xb9\xe1\xd2\x48\x48\xf3\xcf\x41\xad\x86\xe5\x76\xc0\x41\x01\x3a\x32\xa1\xb7\xe9\x01\x60\x48\xb4\x3c\xd2\x66\x26\x25\x5d\xfb\x81\x68\x01\xf4\x6b\x74\x6c\x49\x87\x80\x86\x36\x2f\x34\x83\x4a\x9d\xc8\x4a\x10\x29\xa0\xce\xd4\xfe\xf8\xa7\xdf\x91\x2e\x70\x3f\x03\x2b\x5b\xf6\x24\x39\xaa\xe3\x86\x13\x65\x76\xdc\x58\x98\x70\x79\x49\x27\x6b\x71\x7c\x46\xf8\xea\x60\x93\x41\xa8\xf4\x11\x61\x26\x98\xa4\xd5\x15\x54\xe0\x07\xf6\x5d\xe2\x88\x26\x7b\x95\x2f\x11\x4b\x7a\xb3\x5a\xdd\xe6\xca\x0e\x4b\x9f\x15\xd3\x58\xde\xe6\x92\x61\x0a\x93\xe8\xa1\xcb\x55\x61\xf7\x26\x27\xc5\x2b\x86\x4f\xf1\x19\xe1\x7d\x75\xa4\xac\x08\x6f\x1c\x50\x92\x5f\xe7\x64\xc0\xec\x66\x98\xec\xae\xbf\x21\x60\x8b\x78\x2b\x34\x2b\x74\x11\x53\xf2\x3d\x21\xe2\x1d\xc9\xce\x56\xc5\xd8\xe3\x34\x5c\x90\x0a\x59\xae\xf6\xdd\x79\xa1\xef\xca\x06\xe8\xfa\xbe\xe3\xf9\xbe\x4b\x4a\x7a\x74\xdf\xa9\x7e\xe3\x59\x57\x49\x6c\xaa\xb7\x60\xa1\x3b\xe5\xfd\x75\x65\x5d\xf8\x3a\xb7\x7e\x13\x2d\xe2\xd0\xec\xae\x63\x62\xd8\xf8\x98\x0d\x79\x4c\xef\x89\xc6\x3b\x66\xaf\xfd\x8c\xb1\x23\xda\x63\x0e\x9c\x07\x5c\x75\x37\x7a\x58\xe2\x07\x3d\xf9\xe2\xcc\x22\x36\x33\x6a\xeb\xca\x13\xd6\xec\xdd\x75\x00\x8c\x8c\xf7\x56\xd1\x52\x36\x09\xbf\x84\x91\xcd\xeb\x44\x6f\x87\xcf\xf0\x8d\xed\x40\x06\x60\x6c\x6e\xb4\x67\x1b\xe7\xe9\xae\xb9\x40\x1f\x20\xdc\x4c\xf7\xb7\x5c\x07\x66\x57\xb0\xc6\x47\xc8\xe9\xdb\xc1\x11\x0a\xfb\xae\xe3\x05\x47\x88\xf6\xbb\xe2\x4f\xd4\x6f\x79\xae\xb1\x29\x26\x33\x79\x75\xf3\xbd\x1e\x83\xe6\xda\x9c\x39\xa3\x5a\xb3\x09\xa9\xdd\xd8\xfa\xa6\x68\xfc\x0f\x36\x4b\xb5\x2b\x4e\x9a\x22\xab\x12\xef\xa0\xa4\x36\xf1\x0e\x52\x15\xaa\x56\xed\x78\x07\xb5\x00\x94\x86\x97\xb1\x17\x2f\x8b\x1e\xdd\xb9\x00\x57\x30\x86\x81\x9e\xfd\x84\x4e\x0f\x6d\x82\x6a\x04\x20\x64\x73\x54\xe3\x42\x07\x39\x72\xd2\xf3\x12\x79\x84\x68\x87\x88\x1f\x12\x65\x60\x4c\x20\x41\x1c\x72\x44\x01\x14\x4a\xba\x1d\xa3\xa4\x0b\x81\x79\xe4\x12\x1b\xda\x33\x1d\xdb\xf1\x91\x23\x99\x35\x77\x8e\xd2\x8c\x41\xe1\x14\xa5\x29\x8d\x6d\x0d\x05\xd9\x3c\x90\xa9\x93\x9a\x0b\x84\xc6\x1c\x08\x8d\x39\x1a\x04\x43\x64\x93\x5a\x00\x76\xe2\x6c\x3b\x29\x46\xf5\x18\xe6\x0f\x6b\x56\x0a\xd9\xf9\x39\x85\x64\xbd\x10\x56\xab\x51\x36\x7b\xc2\xe8\xa1\x11\x96\xf2\x49\xee\xb6\xc4\x7c\xfc\x03\x23\x44\x42\x36\xe7\x86\x2a\x58\x84\x14\x03\xdc\x38\xa8\x67\x8f\x70\x8b\x2e\xeb\x7f\x52\x1e\x60\x01\x31\xc8\x0a\x81\x1b\x1e\x27\x33\xca\x25\x82\xe9\x51\xfd\xb0\x54\x29\xf7\xdb\x8e\x73\x76\xf6\x1d\xb0\x12\xf1\xa2\xb8\x46\xce\xb6\xbf\x49\x8d\xed\x98\x0b\xcc\xc8\x24\x3a\xaf\x93\xcc\x08\x57\xa0\x62\x47\xee\x9e\x73\x7f\xcf\x0e\xeb\xee\x9e\xd3\x67\xf5\x76\xcf\x51\x12\x81\x45\x8b\xd0\xb7\x59\xb3\xdd\x73\x80\xc7\x80\x97\x1e\x9b\x60\x60\xd3\xf8\x14\x9f\xda\x04\xf4\xb9\x67\x4a\x7e\x9c\x8f\xbf\xa6\x06\x55\x3f\xce\xe2\xcc\x99\xbb\xf4\xac\xce\xfb\x6b\x36\xf0\x49\x26\x23\xe4\x31\x2e\xcf\xde\x05\x58\x9d\x40\x86\xdc\x26\xcb\xba\x28\xcc\xef\xfd\xcb\x8c\xb5\x70\x47\x00\x2f\x97\x32\x58\x34\x29\x6b\x00\x07\x7d\xe6\x71\xd3\x32\x2c\xde\x4c\xab\x4d\x54\x78\x1c\xc7\x3c\xec\xa5\x5f\xee\x78\xf6\xb8\x78\x48\x9b\xfd\xf8\x2f\x1f\xf4\x5b\xbf\x79\xd0\x8f\xff\xcd\x83\xbc\x7d\x66\x72\xee\x6e\x8e\x71\xc1\x9d\x8e\x61\xd2\xd8\x85\x18\xb9\xcd\x08\xc6\xc8\xba\xb8\x88\x77\xec\x41\xad\x3e\xec\x5f\x5c\xf8\x35\x20\x5e\x2d\x18\x14\xd2\x77\x2e\x2e\x1a\xf2\xbb\xdd\xf7\x06\xe4\x64\x98\xc1\xf7\x75\x8e\xc5\x47\xe4\xf8\xad\xca\x32\x42\xcd\xef\x7e\x63\x0f\x9c\xfa\x3e\xae\x8f\x87\x77\x6d\xb8\xb7\x04\x9f\x35\xa1\x2f\x05\xe3\x5b\x32\x39\xb9\x99\xdb\xd6\x77\x6c\x72\x75\x71\x61\x5b\xb5\x41\x0c\x63\x18\x0f\x6b\xd6\xc5\x05\xf8\xcc\x02\x70\xba\x06\x6c\x01\x17\x70\x91\x81\x8d\x57\xc0\xb0\x81\x0e\x06\x19\xe4\x7c\x1d\xa4\xc4\x68\x42\xce\xf2\x90\xd3\x38\x50\x80\x41\xbe\xe8\xf7\x2b\x60\xd8\x80\x33\x11\x4e\xd0\x1d\x0e\xe8\x88\x5c\x09\xbd\xd1\xed\xee\xee\xb7\xda\x7b\x6d\x88\x43\x4e\x7f\x5c\x90\x0f\x53\xca\x89\xe7\xf6\x3a\x9d\x4e\x7b\xb7\x0b\xf1\x8f\x0b\xec\xf5\xba\xdd\xb6\x7a\x9c\x61\x46\x43\xe2\xed\xb5\xf7\xf6\xba\xbd\x0e\xc4\x3f\x2d\x98\x42\xd1\x71\x77\xbb\xf0\x8a\xd0\x89\xc8\xeb\xba\xfb\xad\x9e\x03\xaf\x68\xfc\xa3\x28\xa1\xb7\xbb\xeb\xb4\x3a\x1d\x78\x15\xe0\xd1\xb5\xe7\x88\xbf\xe1\x68\x4a\x7c\x1c\xcc\xa2\xd0\x97\xdf\x5b\x4e\xa7\x0b\x65\x7d\x5a\x5d\xf5\xf0\x9e\x46\x01\xe1\xde\xbe\xd3\xed\xb6\x9c\x16\xbc\x62\xd1\x87\xd0\x73\x9d\xbd\x56\xa7\xd5\xee\xc0\xab\x05\x0b\x6e\x3f\x44\x91\xef\xb9\x9d\xee\x7e\xaf\xd5\x76\xe1\x08\xfb\x84\x4b\x14\xbd\x56\xaf\xd7\x6d\xed\xc1\xd1\x14\x33\xce\xc8\x22\x56\x15\x6e\x77\x5b\x70\x34\x8d\x46\x51\x80\x45\x0b\xdb\xbb\x7b\xfb\x9d\x5d\x07\x8e\x22\x86\x03\x51\x89\x4e\xa7\xb5\xdb\x12\xaf\xe1\x38\x88\x3e\x10\xa6\x70\x75\xf7\xdd\xfd\x3d\x57\x26\xc7\x34\xb8\x96\xb5\xed\xb6\xf7\xf6\xe0\x88\xd1\x59\x1c\x85\x9e\xdb\xe9\xb4\xda\xae\xe3\xc0\xd1\x2d\x0e\x35\xa9\x7c\xcc\xae\x15\x75\xdb\xfb\xf2\x45\x7e\x6b\x77\x77\x5b\x6d\xf9\x3a\x89\x02\x9f\x84\x4c\x54\xbf\xe5\xec\xb7\xf6\x35\xd4\x84\xe1\x5b\xcf\x75\x5d\x77\xdf\x71\x77\x75\x0a\x21\xa1\xd7\xea\xf6\x1c\x27\x79\x2f\x40\x5c\x4f\xf1\x35\xf5\xdc\x56\xa7\xdd\x6e\x75\x15\x9a\x19\x9e\x90\x90\x63\x6f\xdf\x75\xf6\x7b\x1d\x55\x62\x14\xd0\xf7\x44\x61\xeb\x76\xf7\x77\xf7\xf7\x15\x68\x24\xbd\x54\x65\xeb\x77\xbb\x2d\x47\xa7\x8d\xa6\xd4\xf7\x5c\xc7\xe9\x38\x8e\xdb\x92\x69\x8c\xf8\x12\x5d\xd7\xe9\xc8\xf7\x58\xf6\x9d\xe7\x76\xdb\xce\x5e\xc7\x55\xf9\x62\x82\x55\x01\xfb\x1d\x77\x7f\xdf\x55\x05\xc4\x82\xd8\x92\x14\x9d\xdd\x76\xa7\xdd\xd9\xcd\x52\x65\x6b\x05\xe5\x3a\xfb\x5d\x33\x95\xe4\x53\xf9\x82\xfd\xb8\x88\x68\x4c\xbc\x6e\x6b\xbf\xa3\xd2\x12\xe6\xe8\xed\xef\x77\x05\xed\x08\x99\xcf\x69\x28\x3b\xc7\xed\xed\x8b\x42\x08\x99\xc7\xd7\xb7\xaa\xe0\x7d\xb7\xeb\x42\x9f\xce\x64\x81\xbd\x7d\x67\xaf\xd5\xeb\xaa\x77\x62\xbc\x47\xfe\x44\xf7\x79\xcb\x71\xda\xee\xfe\x3e\x1c\x53\x46\xae\x18\x1d\x5d\x7b\xae\x20\x90\xdb\xe9\xc1\x71\x20\xb8\x25\x19\x23\xbb\xbb\xdd\xfd\x96\x03\xc7\x11\x23\x31\xd7\x5d\xd5\xea\xb5\xf7\x3a\x2d\x38\x5e\x8c\xa6\x31\xc5\xb2\x46\xee\x7e\xbb\x0b\x27\x98\x86\xf1\x55\xc4\x22\xc1\x30\xbb\x9d\x4e\xcf\x81\x93\x69\x14\xf3\x04\x57\xdb\xed\xf5\x76\x5d\x28\x38\x43\x64\xea\xf5\x76\x5b\x0e\x34\xf8\xa4\xd3\x6e\xed\xbb\x22\x49\x34\x62\xaf\xd3\x72\x45\x57\xa8\x32\xdb\xad\xdd\xde\x9e\x7a\xbe\x25\x41\x10\x7d\xf0\x5c\xb7\xe3\xb4\x9d\x6e\x17\xca\x26\x26\xd0\xd3\x28\x24\xb7\x3e\xf9\xa0\x07\x6c\xcf\x81\xd3\x88\x27\x74\x6b\xef\xed\x76\x1c\x48\x43\x9f\xe2\x50\xf4\xb6\xdb\xee\x74\xf7\xba\xad\x8e\x4c\x9a\x44\x92\x8a\xed\xb6\x03\xe9\xfb\x88\xdd\xca\xb6\xef\xb6\x1c\x07\x6a\xf6\xeb\xee\xee\xed\xf6\x7a\x0e\x0c\xf0\x7b\x12\xfa\x84\x79\x6e\xd7\x6d\xb7\x04\x67\x24\x29\x57\xc1\x22\x9e\xca\x7c\xed\x76\xaf\x0b\x03\xfc\x21\x54\xb5\xdf\x73\xf7\x9d\xfd\xdd\x1e\x0c\xc8\x2c\x0a\x47\x53\x3a\x1e\x0b\xc6\x12\xb4\xdd\xdb\xeb\xc2\x80\x4e\xa6\x6a\x54\xbb\x6e\x7b\xbf\xdd\xea\x76\x54\x92\x1e\xb5\xdd\xdd\x9e\xdb\x6d\xf7\x74\x9a\x18\x64\x6e\x67\xb7\xd3\xed\xee\xef\xab\xa4\x94\x80\x09\x61\x7a\x9d\xce\x5e\x4b\x54\x4b\x7e\x95\xe3\xad\xbd\xb7\xd7\x6a\xb7\xda\x49\x92\xe2\xe0\xfd\xbd\x56\xb7\x97\x26\x15\xa1\x12\xa2\x75\xf7\x3a\x3d\x5d\xc7\x64\x44\xf4\x76\xbb\xad\xdd\x5e\x4b\x27\x26\x43\xa2\xe5\x76\x5a\x7b\xfb\xba\xd8\x84\x31\xf7\xf6\x1d\xa7\xdd\xd1\xa5\x64\x43\x62\x77\xaf\xdd\xde\xed\xb6\x73\xc9\xa4\x98\xcc\x09\x09\x34\x59\xba\x7b\x62\x68\xa9\xf4\xb4\x99\xbb\xbb\xbb\xee\x9e\x48\x9c\x09\x19\xd6\xda\x73\xe4\xa3\xe6\x97\x76\x6b\x5f\x74\x65\x40\x43\x12\x4a\x92\x74\x7b\xbb\x0e\x4c\xc4\x46\xca\xb2\x33\xcc\xa2\x28\x94\xb2\xb3\xe7\xec\xc1\x19\xf1\xe9\x62\x66\xcc\x02\xbd\xdd\xf6\x6e\xbb\xd5\xd2\x1f\xf4\xd0\xe9\xea\xd7\x44\x8a\xb4\x5a\xae\xe0\x6c\x9d\x3a\x5f\xb0\x79\x40\xbc\xfd\x5e\xaf\xd5\xdb\x6b\xeb\xc4\x94\x4a\xed\xfd\xdd\x3d\x67\x3f\x81\xcd\x44\xc7\x9e\xb3\xb7\xbb\xbb\xef\x24\xe9\x73\x46\xc3\x89\xca\xd1\xeb\xb8\xdd\x8e\x4e\xcf\x04\x45\x67\x77\xb7\xd5\x76\x12\x78\x25\x2c\x14\x4f\x3b\x9d\x5d\x77\xb7\x0d\x67\xd4\x0f\x33\xc6\xea\x75\x3a\xfb\x6e\x0b\xce\x68\xc8\xc5\xf2\x64\x26\x66\xb0\x96\xbb\xd7\x75\xe0\x8c\xc6\xfc\x96\x45\x71\x32\x89\x89\xac\xd1\x68\x84\x63\x1a\xea\x94\xd6\x3e\x0c\xf1\x7b\xfc\x43\x94\xca\x84\xde\x5e\x6f\xaf\x2b\x12\x6f\x3d\xb7\xb5\x07\xa3\xc0\x0f\xf0\x48\x7c\xe9\x75\xda\xdd\xae\x48\xa0\xef\x89\x1c\x93\xed\xdd\x9e\x7a\xf3\x19\xbe\xf2\x76\x9d\xce\xde\x6e\x7b\x1f\x66\x22\xb9\xdb\x16\xd2\x45\xbd\xcb\xea\xf7\x76\x5b\xfb\xed\x4e\x07\x26\xb4\xed\xb4\xdd\xae\xe8\xfa\x39\x0e\x88\x21\x2a\xba\xbd\xee\xae\xdb\x76\x54\xb2\x24\x93\xeb\x38\xad\xee\xde\x9e\x4a\xca\xe8\xe4\xba\xdd\xd6\xfe\x7e\xaf\x27\x93\x0d\x32\x75\xda\x7b\x6e\xcb\x69\xc3\x39\x9e\xe3\x5b\xfc\x61\x4a\xe7\x6a\xe0\x3a\xbb\xbb\x70\x4e\xf0\x68\x3a\x5f\x8c\xc7\xb2\xad\xbb\xbd\xdd\x36\x9c\x13\xb6\x10\xf2\xa2\xb7\xb7\xbf\xef\xc2\x64\x6c\xf4\x5c\xa7\xdd\x85\xf3\x60\x31\x13\x73\x74\xab\xd3\x6b\xef\xc2\x79\xf4\xc1\xd7\x42\xd6\x75\xc5\xcc\xea\x3a\x50\xb3\x84\xe0\xb2\xdd\x76\x0f\x32\x72\x45\x46\x23\xac\x53\x7b\xbd\xfd\xdd\xbd\x3d\x17\xea\xe6\xbb\x6e\x6f\xcf\x81\x2c\x8a\x6f\xb5\x3e\xd0\x6a\x77\x77\xbb\xee\x3e\x64\xd1\x2d\x56\xe3\xa1\xd3\xda\xeb\x89\x69\x22\xc6\xbe\x1f\x10\x05\xb6\xef\xb6\x76\xdd\xbd\x5d\x98\x8e\xd1\x8e\xdb\xdb\xdb\x6b\xc1\x18\x87\x7e\x82\xa9\xe7\xb4\x5b\x7b\xbd\x0e\xcc\x98\xd1\xe9\x3a\xed\xd6\xae\x48\x88\xa7\x24\x90\x2a\xc2\x6e\xa7\xd7\xde\x83\x31\x25\x61\x88\x3d\xd7\xe9\x3a\xbd\xdd\xfd\x5d\x18\xd3\xe0\xbd\x10\x79\xad\x5e\xbb\x25\xa4\x46\x6e\x7c\xb7\x5d\x98\x31\x72\x6f\x7f\xd7\x71\x7a\x3a\x45\x0d\xf6\xf6\x6e\x6b\xbf\xd3\x81\xc6\x38\x4f\x52\x42\x3d\x90\xbb\xfb\x6d\x07\xe6\x98\xbe\xdb\x71\x76\x61\x26\x02\x3a\xbd\x96\xb3\xbf\xe7\x40\x2e\xc4\x5f\x5b\x0c\x16\xf1\x42\x70\xe0\xb5\x5b\x7b\xfb\x3d\xe9\x90\xc7\x03\xe2\xb9\x9d\x96\xd3\xd9\xdb\xdb\x83\x3c\x9a\x61\x1e\x49\xa9\xbf\xeb\xec\x77\xa1\x31\x72\x5a\x5d\x77\xaf\xdb\x83\x7a\x82\x75\xbb\xbd\xb6\xeb\xec\xf5\xe0\x87\x29\xc1\x5c\x6a\x76\x6d\xd1\xa2\x6c\x02\xdc\x6d\xb9\x5d\xf5\x1a\xcf\xa2\xeb\x44\xf9\xdb\xeb\x42\x43\x12\xf5\xf6\x7b\x8e\x7e\x4f\xd8\xd1\xed\x74\x9d\xdd\x8e\x71\x50\x77\x65\x04\xfe\x98\xd2\xb8\xc1\x26\x57\x36\x68\xa8\xe8\xc2\x5f\x90\x1b\x73\xd7\xfe\x76\x03\xe8\x5b\xf1\x6c\x9c\xb5\xa4\xd1\xec\x61\x6a\x03\x4c\x90\x4d\x6a\x96\x05\x1a\x9c\xd1\x99\x0d\x1a\x3c\x7a\x25\xb4\xbd\x67\x58\xee\x6e\xd8\x1c\x8d\x1a\xe4\x86\x8c\x6c\x02\x40\xdf\x66\xf2\xe6\x8d\xcc\x1d\x5b\xc6\x39\x7e\x19\x72\x5b\x5e\xc8\xe1\xf6\x00\xec\x49\xdf\xd0\x0f\x36\x07\x5e\x5b\x3e\xca\x3d\x50\x9b\x1f\x1d\xed\x55\xdd\xee\x3d\x3f\x3a\xea\x54\x5b\x1d\x07\xca\x07\xb7\x7b\xdf\xea\x38\x55\x0e\x6d\xb7\x5b\xe5\xe0\xf0\xb0\x73\x2f\x1e\xa0\x0b\xbc\x3d\x99\xf9\x44\x64\x6c\x75\xaa\x42\x0b\xe6\x47\x47\x6e\x2f\x79\xda\x93\x0f\x76\xab\x2b\xf2\x35\x5b\xdd\x2e\xf0\x3a\x59\x0e\xb7\xa5\xcb\xda\x4b\xca\xda\x58\x78\xbe\x74\x8d\x4e\xde\x57\xe0\xd9\x1c\xf9\x59\xfb\x75\x5b\x44\x5b\xe5\xd5\x23\x7c\xd0\x1e\x8a\xca\xda\x1c\x4d\x8b\x50\xad\x6e\x77\x47\x40\x36\x85\x2e\xac\x5e\x5a\xe6\x4b\x5b\xbd\xa8\xdc\xe3\x2c\xf7\x49\x11\x3f\x1f\x74\x86\x12\x68\x6e\x02\x3d\x12\x7d\x9a\x79\x96\x65\xfe\x2a\x2b\x41\xc3\xe4\xea\xf2\xfe\x11\x90\x0a\xed\xa4\x78\x7f\x2e\x01\xfd\x0f\xf6\x64\x40\x86\xc0\xd3\x91\x3f\x30\x23\x21\xb7\x10\x42\x44\x93\xe5\x14\x9f\xc2\xe4\x7f\x47\x51\xd9\x38\x05\x33\x9d\xb1\x24\x38\x49\x3b\x9d\x24\x9d\x2e\xfa\x9c\x40\x73\x03\xf6\x64\xc5\xa3\x24\x3c\x44\xca\x6a\x9b\x23\x86\x4e\xf1\x29\x80\x1a\x9d\x86\xcb\x79\xaf\x95\x9f\xc8\xd0\xfb\x7b\x9b\xa0\x4b\x79\x23\x46\x52\x79\x9b\x20\xa2\xc6\x17\x68\x30\x48\x1a\x13\x48\x1a\x57\x90\x34\xa2\x39\x1e\x51\x7e\x0b\xd4\x01\x4e\xc1\x7b\x2d\x57\xb1\xd2\xc0\xfc\xa2\x0e\x5e\xae\x82\x32\x4a\x6a\xd8\x77\x3d\xb3\xaa\x59\xf5\x95\xc7\x34\x43\x35\xed\x69\x3c\x41\x35\xae\x9e\xae\x50\x8d\xa9\x27\x5d\x27\x54\x33\x8c\x55\xce\x53\x51\x61\xfd\xc6\xaa\x1d\xdb\x0a\x0d\x48\x9e\x26\xe9\xd3\x95\x51\xec\xeb\xd4\x0a\xdd\xc4\xbb\x65\x38\x33\xd8\x04\xa5\xbb\x41\xae\x67\xec\x78\xab\x47\x1a\xda\x2e\x24\x00\x80\xbe\x25\x68\x67\x79\xe2\x0f\xb6\x2d\x50\x2b\x03\x15\x5d\x6c\x6c\xc1\xe9\x2a\x4a\x07\xdc\x9a\x05\x2b\xd6\xa3\x33\x4d\x7e\x4e\xa6\x2b\x9d\x49\xb6\x8b\xf4\x2d\x60\x79\x32\x3f\xa9\x59\xc0\x2a\x3a\xda\x69\x12\x24\x9b\xda\x9b\xd1\x6b\x27\x62\x70\xe8\xf6\xfa\x96\x63\x79\x96\x05\x6a\x24\xbd\xde\xc5\x76\x7b\x45\x5f\xba\x15\x86\xee\xa7\xec\xec\xb1\x43\xe4\xdc\xdf\xb3\x23\xe4\xca\x44\x91\xc4\x13\x96\x4f\xd9\xfd\xba\x84\xdd\x9f\xe9\x63\xe6\x1c\xab\x5f\x03\x63\xcc\x5d\xdb\xa4\x31\x85\xa4\x11\x43\xd2\x08\x0c\xde\xde\x2a\xe6\x32\x07\xc8\x36\xc9\xa1\x58\x81\xbd\xce\xdf\x0d\xc3\x51\x6e\x24\x09\x81\x0b\x19\x22\x8d\x89\x7c\x0a\x11\x69\x5c\xc9\x27\x7d\x68\x24\xa8\xa9\x1a\x92\xb8\xe8\x0b\x52\xeb\x94\x58\x34\x18\x06\x08\xd7\x23\xb8\x40\x36\xae\x45\xa0\xd9\x4a\x4f\x4c\xfa\x76\x8c\xb8\x18\x73\x7d\x9b\xd5\x43\xd0\x0c\x6a\xbd\x1d\x9b\x1d\x86\xc0\x63\x2a\x35\xac\x73\x91\xda\xf2\x6c\x5e\x67\xe2\xa9\x03\x83\x26\x5a\x1c\x36\xba\x7d\x5c\x8b\xbc\x56\x5d\xe0\x8d\x77\x50\xcf\x01\x5e\x80\x16\x47\x4e\xb5\xba\x38\x74\xfb\x8e\x17\x6b\x1a\xc7\x30\x80\x0b\x83\x4e\x39\x07\xc1\xdc\x78\x9d\xa6\xe3\x35\x4e\xc7\x6b\xb0\x71\xbc\xbe\x2d\x6c\x0d\x0b\xd1\x6e\x93\xc3\x9e\xd3\xe7\x35\x69\xdd\xbd\x43\x9a\x3d\xc7\x23\x87\x72\xf7\xda\x23\x87\xad\x4e\xf6\xc9\x6e\x75\x9c\x3a\x01\x02\x80\x83\x65\x6e\xeb\x16\x5e\xc2\xbb\x51\x34\xbf\xf5\x4a\x4c\xe4\x73\xd1\x94\x6d\xd1\xc6\x62\x64\x67\xa8\x9d\x8a\x97\xd0\xa7\xf1\x3c\xc0\xb7\xf2\x86\x9e\xd5\xbd\x50\x43\x1b\x31\x00\x6d\xb0\x84\x53\x72\xe3\x5d\xc1\x54\x9b\xc9\x9e\xe3\xa0\x04\xcf\x33\x75\x1f\x68\x23\x85\x11\x28\x52\xfd\xc6\xbb\x85\xc9\x20\xf2\x6e\xd3\x2b\x91\x54\x43\xcf\xe0\x9b\xec\xfd\x4a\x34\xfc\xee\x4a\x06\xb7\x27\xac\xac\xe9\x49\x78\x6a\xd2\xc7\x5e\x66\x2c\x0f\x49\x32\x7b\xa8\x06\xed\x24\x42\x37\x79\xb8\x4a\x1e\x52\x16\x90\x9b\x32\x0f\x95\x11\x65\x65\x44\x3f\xa7\x0c\x36\xb9\x5a\x43\xf4\x07\x3a\xa6\xde\xe8\x1e\x2a\x59\xce\xaa\x55\xf5\xf7\xb0\xd5\xed\x36\xba\xd5\x6a\xf6\x69\xa2\x3f\x4d\x56\x3f\x5d\xe9\x4f\x57\xc9\x27\xe7\x30\x37\x35\xe8\xcf\xfa\xed\x10\xb9\xaa\xc3\xcf\x8d\x0e\x3f\x37\xfa\xef\x75\xd6\x7f\x32\x2a\xa4\xd9\x81\xd7\xc5\xcb\xff\x1e\x9a\x4a\x9f\x25\x53\xe9\x75\xd9\x54\x0a\x3e\x1d\x37\x5c\xab\x9e\x9a\xea\x01\xad\x47\xf3\xa7\xe3\x84\xc7\xe2\x2f\x70\x81\x31\x51\x4f\x7f\xdb\xee\x39\xb5\x76\xcf\xd9\xd1\xa8\x0e\x1d\x00\x79\x3a\x53\xdf\xdf\xeb\x63\x20\x89\x1f\xf4\x1d\x4f\x97\xc4\x54\xf6\x00\x86\x88\xd5\x6c\x26\x24\x21\xf3\xdc\x3a\x03\x3b\x1c\x52\xd4\xda\x61\xf5\x70\x2b\xa7\xa3\xbd\xb5\xc9\x11\x12\x92\x87\xd4\x5b\x1d\xc7\x23\x35\xb7\xe5\x40\x2a\x64\xb3\x90\x5f\xc9\xc3\xa1\xdb\x72\xfa\xa4\x26\x21\xea\x29\x44\x91\x5a\x9b\xf8\xd6\x4e\xf8\x2c\xd6\x1c\x16\x1f\x22\xb7\xd0\x0c\x90\x71\x63\xa0\xa1\x82\x43\xe4\x3e\x86\x47\x4b\x45\xd0\xa7\x52\x7c\xa6\x71\x20\x14\x9f\x69\x1c\x48\xc5\x47\xf7\x88\xd0\x08\x94\x7e\xe2\x3a\x49\x37\xc5\x2a\xf1\xb7\xf9\xd4\x40\xa7\x5a\xeb\x34\x13\x19\x08\xf8\xe7\x9f\xc1\xc5\x0f\x9e\x6c\x05\xb9\x33\xd9\x7d\x1d\xfb\xac\xa5\x82\x9f\xb5\x7a\x62\x6a\x66\x76\xcb\x31\x8e\xbc\x62\xc3\xb0\x2f\x16\xb4\x5a\x0d\xc4\xa2\x87\x23\x56\x6e\x9c\x0c\x00\x90\xda\xb1\xd3\xb1\xad\xec\x11\xa4\xaa\x13\x1f\xb6\x40\x89\x13\x2c\x91\x6a\x09\x3f\x42\x6e\xe1\x6b\xa8\xbf\xca\x0b\xd1\x60\x80\xec\xb8\xee\x0a\x06\x5e\x98\x96\x00\xd2\x9d\xd1\xcc\xa0\x9f\x23\x65\xd7\xbb\x00\x8d\x78\x71\x25\xaf\x8a\xb2\x1d\xb8\xa8\xb9\x99\xcf\xf7\xa8\x66\xe7\xaa\x91\x01\x4a\xb0\xfa\x08\xec\xd8\x41\x7d\x61\x1e\xae\x06\xa6\xa1\xf3\xcf\xb4\xc7\xc6\xca\xd0\x3d\xcc\x4c\x94\x0b\x64\x0a\x53\x32\xd5\x98\x2d\xdd\xe3\x1c\xb8\x42\x23\xf9\x29\xac\xbb\x43\x18\xd6\x05\x7f\x26\xe1\xfa\x91\x0c\x62\xb5\xc3\x13\xb5\x4b\x11\x89\x0a\x15\x4b\x66\x91\xde\xa0\x04\xc0\x40\xbf\xd6\xdc\x21\x8c\x6a\xae\x61\xd0\x18\xd7\xec\xa0\x1e\x83\x1d\x9b\xd6\x23\xb0\xfc\x45\x66\x04\x8f\x63\xc8\xcd\x66\x04\x8b\x1c\xcb\x6a\x8e\xdd\xd3\x1c\xeb\x64\xc1\x04\x72\xee\xcf\x0d\x2c\x1a\x8c\x1b\x72\x66\x10\x7a\x65\x23\x20\x63\xc1\x38\x39\x07\xf0\x06\x06\x8d\x91\x8c\x5f\xbd\xc5\x1b\x3e\x8a\x3f\xd2\x06\x44\x72\xc1\x5a\x9f\xaa\x95\xc0\x80\xec\x28\xcc\xbb\x40\x85\x47\x48\x19\xc2\x3f\x68\x07\xbf\x26\x50\x20\x3b\xa2\x79\x8c\xf4\x08\x51\xa0\xc3\x84\x2d\x8b\x86\x26\xe5\xe4\x0d\x55\xf0\xf1\xbc\xef\xda\xca\xbd\x12\x04\x1d\xd9\x00\x1d\x91\x25\x7c\x28\x4e\x79\xd6\x53\x85\x0b\x29\x12\x4f\x2e\x22\x16\x09\x05\x5b\x10\x18\x42\xaa\xcc\x23\xf5\x4c\x2f\x23\x8f\x39\x40\x4f\xfc\xca\xa1\x2f\x1d\x2e\x07\xe1\x61\xe6\xba\x10\xa1\xb0\x46\x8f\x8e\x8e\xdc\x2d\xcd\xdd\x1c\x1c\x3a\xfd\x10\x45\x35\xd7\xa3\x99\xbb\x42\xb8\x34\x14\x8e\x04\x93\x74\x0a\x91\xf6\x18\xe8\x88\xd8\x1c\xd4\x19\x64\x25\x0e\xa7\x1a\x22\x27\x94\x64\x34\x1a\x20\x5d\xf0\xe0\x9d\xe0\x2d\x8f\x42\xc5\x4a\xe6\x95\x84\x0c\x86\x30\x02\x77\xa5\x8d\x52\xe1\xb9\xd2\x46\xa5\x7c\x4c\x93\x7c\x75\x37\x1d\x92\xf8\x28\xac\x56\xb9\x4d\x06\x58\x0c\x78\x06\x8e\xea\xf2\x45\x3c\xf6\x71\xdd\xf5\xf0\x12\x4a\x4e\xcf\x5f\x87\xf8\x49\x89\x7a\xe4\xf4\x29\x8a\x3c\x49\xd8\x8c\xa8\x0f\x8a\x87\x5f\x3a\x66\x0e\x3f\xf9\x98\x39\xfc\x54\x63\xe6\x51\xed\xde\xc9\xee\x67\x2d\x71\x89\x61\x66\x55\x99\xac\x44\x8d\x81\x23\xf9\x28\xbd\x3c\x2b\xcc\x68\x25\x33\x5b\x99\x23\x95\x1d\x22\xc3\x2f\x22\x17\x84\x54\xe3\x09\xc1\x63\xee\xe1\x28\x8e\xd8\xe4\x9b\xba\xef\x87\xf4\x4f\xf1\xa9\x57\x23\x4b\x29\x05\x1e\xbc\xaf\xe0\x01\x63\x21\x53\x52\x14\x2d\xc3\x7e\xd1\xfc\xea\x40\xbc\x9a\xb5\x5d\x9a\xb5\x6d\x66\x6d\x0f\xbd\xec\xf2\x7f\x31\x7b\x14\x71\x74\x4a\x71\x74\x4c\x1c\x9d\xa1\x17\x36\xb0\x32\x62\xc6\x47\x4c\x19\x2b\xe3\x3a\x3b\xea\x39\x4e\xe6\x6c\x85\xeb\xac\xe6\xc2\x08\x71\xf9\x37\x40\xa9\xdd\x68\x08\xe0\x02\x35\xba\xca\x7a\x8d\xdc\xcc\xed\xd6\x4e\xd0\x6c\x0b\x05\x27\x49\x94\xa6\xb7\xc1\xce\x62\xc7\x0e\xeb\x0b\xd0\x0c\xc1\x8e\x1d\xd5\xc3\x66\xeb\xd0\xe9\xd7\x5d\xcf\x05\x5b\x4a\x9e\xa6\x5a\x2c\x33\xed\x53\x79\x3d\xda\x59\x34\xc3\xda\x08\x80\x4c\xb9\xc5\x39\x88\x9a\x1d\xd6\x23\x90\x42\xc5\x60\x99\xf9\x61\xf0\x24\x44\x0f\x83\x0b\xa4\x1a\x19\x49\x61\xc5\x01\x8c\x95\x3c\x0a\xc1\x91\x53\xad\xaa\x54\x0c\x0e\x82\xc3\xc5\x81\x8e\x7a\x68\x13\x18\xc0\x05\x90\xd1\x7b\xea\xf5\xc5\x81\xc8\x10\x88\x0c\x87\xce\x01\xa8\xd5\x02\x45\x33\x91\xba\x50\x68\x0e\x40\xbd\xbe\x58\x8a\xf1\x12\xcb\xeb\xb3\x60\x08\xfa\x0a\xf1\x02\x78\x76\xad\xb6\x80\xe2\x6d\x01\x31\x00\x70\x71\x88\xe4\x9d\xae\x48\x28\x6e\x90\x1f\xa2\x85\x8c\x2e\xba\xa8\xbb\xa0\xc4\x80\x3d\x4a\x18\x36\xd7\x34\x22\x03\xa4\x88\x82\xe4\x65\x5d\xe1\xc3\x8a\x8f\x79\x21\xc7\xf9\xb7\x5f\x9d\xac\xb9\xd8\xc2\x0c\xba\x7d\xf6\xe5\xc9\xab\x93\xf3\x37\xa7\x97\x1b\xe0\x73\x77\xd5\xc4\xaf\xd4\x15\x29\x27\xc1\xfa\xb8\xde\xb4\x31\xcd\x65\x39\xd6\xec\xb8\x39\x4f\x2e\x02\x74\x7c\x2a\x6f\x2b\xd9\x9c\x83\xe6\x72\x3c\xc7\x9c\x6c\x86\x1f\xe7\xe0\xcf\xe9\xec\x01\xf8\x28\x07\xaf\xee\xe2\xdd\x9c\x63\x96\xcb\xf1\x95\xbc\xc6\x65\x73\x8e\xeb\x7c\x8e\x68\x11\xfa\x9b\x33\x04\xf9\x46\xe0\xc9\x66\xf0\xb0\x84\xaa\x67\xd7\x24\x20\x7c\x4d\x88\x6b\xda\xf8\x61\x85\xac\x82\x54\x0f\x64\x9a\xe4\x2e\x37\x21\x98\x93\x47\x31\xca\x68\x25\xdb\x63\x3a\xde\xbc\x23\xe5\xec\x36\xe4\xf8\x46\x3a\x2b\x3d\x78\xa7\xc9\x9c\x4c\xbe\xc2\xeb\xa2\x9f\xbf\xcf\x5d\x98\xb0\x0e\xea\xca\x9c\x29\x1c\xa5\xfd\xcb\xe5\x6a\xd3\xee\x7b\x83\x13\x32\x1a\xde\xb9\xb0\xb7\xbc\xff\xfc\xce\x85\xdd\xe5\xfd\xe0\xf7\x3f\x0e\xd5\x93\xf8\x7c\xfb\xed\x82\x0d\x6b\xf7\xef\x64\x0a\xb8\x1f\xbc\x7e\xa5\x3f\xfa\x77\x2e\x6c\x2d\xef\x9f\xdf\xb9\xb0\xbd\xbc\x7f\x71\xe7\x2e\xef\x07\xf8\xea\xa9\xfe\x3a\x98\x5e\x7f\xf1\xe5\x50\x81\x7c\x50\x7f\xbe\x11\x20\x33\xf5\x1c\xab\x3f\x83\x9f\xfe\xf8\xe6\xfd\xd7\x37\x7f\x10\x80\x9d\x25\xb0\xfb\xc8\x1e\x7c\xf7\x64\xb8\xf3\x44\xfd\x82\x1d\xf9\xf7\x33\xd0\x9c\x40\x8c\x9a\xdf\x5d\x34\xec\xbe\x67\x3b\x35\x60\x5f\xec\x80\xfe\xbd\xfd\x9b\x1a\xb8\x97\xaf\xbf\xa9\x01\xf0\x59\x73\x02\x63\xd4\xfc\xce\xfe\xab\x1a\xe8\xdb\x17\xb5\xfb\xdf\xd4\x40\x5f\x24\x06\xa8\x29\xe0\x05\xa0\xcc\xa2\x1e\x9c\x9a\xc0\xba\x10\x19\x9c\x1a\xf8\xac\x99\xcd\x9f\xa3\xec\xa6\xf3\xbb\xec\xb2\xfd\xf4\xc2\xea\x38\xb7\x13\x67\xec\xc3\xad\xdc\xc3\x1e\xf6\x6d\x2e\xa6\x07\x3a\x5b\xcc\xce\xe8\x24\xa4\x63\x3a\xc2\x21\x7f\x4e\x27\x94\xc7\xa9\x83\x36\xe4\x62\x92\xd9\x0c\x03\x3c\xab\x66\x21\x84\xc2\xfe\x23\x10\x7a\xd6\x6f\x04\x2c\x1b\x38\xc3\xfe\x23\x70\x7b\x9f\xaa\x92\x35\x3b\xa1\x00\xca\x28\x90\xc4\xae\xf3\x1c\x00\xa0\x65\x2d\xf3\x31\x27\x65\x54\xcf\xf8\x03\xe5\x23\x79\x0f\xdc\x08\xc7\xc4\x8a\xe9\x24\xac\xe3\x05\x8f\x2c\x4f\xd1\xf5\x4e\xa4\x3c\x57\xfb\x61\x9e\x25\xbf\x2c\xb7\x0c\xd0\x91\xbc\xbe\x48\x94\xeb\xc9\x54\x1b\xa4\x39\x47\x0b\xc6\x48\x38\xba\x15\x95\xf6\x2c\x03\x32\x87\x20\xf8\x80\x6f\x63\x9d\xb9\xb6\xbd\xa6\x58\x05\x54\x5e\x70\x1e\x85\x0d\x36\xe3\x80\x8f\xaa\x15\xb9\x19\x91\x39\xaf\xff\x44\x58\x94\x54\xad\x5f\x8e\x56\x41\xfe\x51\x00\xae\xa9\xde\x2a\x2e\x1b\x3c\x8c\xec\x71\xf5\x0c\xc9\x7b\xc2\x92\x1a\x5e\x96\x23\x55\x30\x85\x68\xec\x7a\x8c\x49\x67\xdb\x13\x79\x30\x3e\x70\x86\xd5\x6a\xf2\xec\x0e\xfb\x36\x47\x77\x61\xc4\xe5\xdd\x4f\x9e\x45\xc2\x09\x0d\x09\x91\x0c\xb6\x84\x04\xe9\x3b\xd9\xed\x16\x00\x9e\x89\x20\x9f\x2b\x1e\x51\x12\x72\xc1\xb0\xb9\x4c\xae\xe0\xc3\xc4\xc0\x3f\x49\x74\x60\x4b\xf9\xfe\xd6\xb6\xe5\x00\x12\xc3\xd7\x68\x07\x4a\x3b\xb0\x50\x78\xad\x6f\xa9\x65\x50\x11\xde\x24\x66\x2e\x0f\xdc\x5e\x34\x38\x89\xb9\x58\xfa\xae\xc4\x8e\x7c\x8d\x83\x71\xc4\x66\xc4\xaf\x8c\xa2\x70\x44\x63\x52\x21\xe1\xa4\x99\x35\xa4\x92\xb4\xce\x02\x5b\xe9\xd0\x7d\x19\x72\x32\x21\x4c\x0f\xc9\xd4\x2f\x3e\x39\x0b\x29\xbf\x4a\x51\x9d\xc5\xde\x2d\x0b\x97\x28\x66\x4e\x7a\x77\x4b\xc8\x64\x48\x7a\x72\xc0\x0e\x69\x7a\xf7\x66\xad\xa6\x48\x17\x21\x3a\x60\xc3\x2d\x3d\x80\xa3\x46\xcc\xc9\x4c\x8f\xe2\x39\x61\x62\x29\xaf\x19\xe3\xb7\x96\xc7\x1b\xf2\x2e\x43\x94\x7e\x49\x1d\x24\x15\x33\xfd\xf6\xc6\x75\x9c\x12\x30\xc8\x1b\xf2\x2e\x79\xe4\x3a\x4e\x21\x4b\xc2\x9f\x46\xae\x34\x09\xf2\x46\xf2\x8c\xa2\x46\x34\x17\xad\x8b\x07\xce\xb0\x80\x42\xde\x56\x55\x8f\xc6\x63\x5d\x51\x78\x29\x90\x2d\x62\xf2\xb9\xf8\x40\xc3\x09\xda\x76\x0b\x59\xe6\x8c\x8c\x68\x4c\xa3\xb0\x4e\x15\xcd\x75\xd6\x86\xc8\xa9\x85\xe4\x0b\x86\x25\x3d\x75\x77\x14\x2b\x3e\x23\x38\x5e\x30\x52\x5f\x84\x34\xa1\x90\x7a\x4c\xdb\x21\x5f\x21\x6f\x88\xbf\xb9\xfa\xa7\xd3\x50\xf3\x3b\xbb\xb1\xd3\x07\xf5\x26\xb4\x2c\x50\x24\x4c\x34\x9b\xe3\x11\xaf\xc7\xd3\x88\x25\x05\x7c\x29\xb0\x27\x9c\x83\x12\x10\x49\x27\xf5\x98\x72\xad\xca\xb5\x06\x65\x10\xa5\x72\xf6\xcb\xc7\xa3\x94\xb9\x0a\x18\x8d\x91\xe9\xf1\xb2\xcd\xe7\x95\xe7\xbb\xa5\x58\x25\xad\x19\xdc\x00\xa6\x64\x6a\x28\x97\x78\xdb\xce\x6f\xc8\x95\xec\x8b\x17\xb0\x13\x00\xc7\x36\x07\x60\x09\xe0\x9d\xd0\x99\xf2\x15\x36\x05\xd0\xcf\xad\x71\x4e\x88\xfd\xfa\x55\x4e\x0a\xae\xc7\x74\x36\x0f\x48\xbe\xbf\x62\x8e\x43\x1f\x33\xbf\xd8\x31\x82\xe7\xea\x1f\xa8\xcf\xa7\xf5\x10\x33\x16\x7d\x10\xd9\x92\xc1\x94\x76\xa9\xfa\xa4\xbc\x96\x13\x4e\x2d\x7c\xdc\x80\x58\x73\x66\x09\xde\x51\xe4\x93\x15\x7c\xa5\x2c\x69\xa0\x1b\x2f\x82\xa0\x1e\xe2\x19\x59\x53\xd5\xd9\x2a\xca\x32\x96\x34\x30\xd2\x38\xaa\xcb\xaa\x94\x21\x8c\x55\xab\x57\x18\x1a\x2b\x12\x2b\x79\x25\xf5\x71\x79\xd0\x63\x9b\x03\xb8\xd8\x45\x5a\x88\xa8\x62\x2d\x8f\x8e\x33\xe8\x2c\x58\x6c\x36\x47\xbc\xc5\xe1\x24\x09\x73\x90\xcb\x5a\x11\xc2\x37\xae\x44\x61\x70\x5b\xc1\x23\x31\xef\x54\x70\x25\xa6\xe1\x24\x20\x15\x85\x0f\x07\xfa\xc1\x02\x5b\xa5\x22\x25\x28\x6a\xb6\xd2\x45\x16\xcb\xfd\x17\x06\xd6\x4c\x35\x89\x82\xa7\xb6\xd8\xe8\xd8\xa6\xd5\x6a\xb4\x3a\xa9\x7d\x43\x2a\x8a\x8c\x3c\xb8\xad\xf8\x91\x0c\xcc\x10\x2f\xe6\xf3\x88\xf1\x8a\x16\x9a\x15\xdd\x9e\x8a\x2f\x31\xab\x38\x1c\xf8\xe3\x50\x91\x1b\x3c\xe2\x2b\x88\xf4\x34\x28\xd5\xcf\x94\xfc\x4b\x3a\xb6\xf5\x2c\xac\x67\xae\x75\x4d\x54\x9f\xcd\x76\x56\x44\xcd\xf2\x79\xef\x3e\xa6\xe7\x92\xf9\xa1\x9e\x4e\x26\x1f\xdb\x7d\xb2\x46\x49\xc7\xe1\x75\x1d\xa7\xdb\xbd\x53\x58\x3b\x14\xa6\xa7\x74\x25\x40\xab\x55\xb5\x76\xa0\xb9\xb5\x43\x01\x3c\xd1\x03\xbc\xa8\x5a\xc5\xc6\x12\xa7\x00\x16\xad\x2c\x1d\xd6\x00\xd4\x70\xba\xca\x59\x8b\x6c\x75\x1d\xb2\x06\x20\x59\x64\x14\xbb\x42\xea\x85\x9b\xc5\xf4\x28\x3f\x4e\x93\x68\xa7\x74\x6c\xc7\x05\x36\x79\x04\x22\x05\xa9\x06\x85\x0c\x71\x8a\xfc\x24\x75\x6b\xfe\x88\xca\xcc\xf5\x92\x7d\x86\x52\xc5\x6a\x6b\xf6\x88\x7c\x33\x90\xc6\xdb\xa8\x70\x15\x16\x29\xb7\x1b\x9d\x6a\x7a\x2a\x00\x8d\x8c\x32\xae\xbc\xf5\x89\xbe\xbe\x7d\x4a\x63\x70\x7f\x2f\xfe\xa4\x27\x27\x8d\x19\x89\x63\x3c\x21\x88\x41\xdc\x20\x37\x73\x32\xe2\xc4\x47\x21\xc4\x8d\xb1\xbc\xe9\x97\x42\xdc\x08\xa2\x91\x9a\x57\x22\x88\x1b\x42\xe2\xa2\xfc\x36\x47\x49\x70\x51\xf9\xa5\x31\xc2\x73\xbe\x60\xe4\x8c\xe3\xd1\xf5\x39\xc3\x23\x52\xad\xae\xf9\x60\x63\xd1\x42\xbc\x2c\xce\x8a\x57\x40\x86\x9e\x80\xbc\x71\xb5\xa0\x81\xff\x5a\x57\x36\x3f\x95\xa6\x0d\x67\xb9\xf8\x51\xa3\x29\x66\xcf\x22\x9f\x1c\x73\xdb\x01\x39\x23\xc4\x06\x8f\xde\xcd\xe7\x89\xfd\xf7\xd2\x3c\x84\x31\xf2\xa7\xea\xd8\xc5\x45\x73\x02\xad\x8b\x8b\x8b\x0b\x0b\x64\xa9\x56\x73\x02\x9f\x5c\x5c\x58\x4f\x8c\xb4\x0b\x47\x41\x3a\x26\xe0\x05\x57\x89\x3c\x97\x18\xaa\xc4\x30\x97\xc8\x54\x22\x33\x13\x07\x17\x37\x8e\x53\xbf\xb8\x71\x5e\x0c\x9b\x13\x53\x1a\xa4\x32\xe0\xe2\xe2\xc6\xb1\x6a\xa2\xf1\x4b\x90\xcf\xe8\x8a\x8c\xee\x8b\x8b\x9b\xdd\x17\xf5\x8b\x9b\xfd\x4d\x18\x52\x04\x4b\xf3\xb4\xe1\xf1\xe4\xb8\x18\xaa\xd4\x61\x2e\xf1\x3b\x95\xf8\x9d\x99\x58\x57\x69\x75\xeb\x3f\x59\xc2\x45\xe6\xde\x87\xbc\x55\x5e\x2f\x9d\x92\x0b\xbd\xf5\x52\xfa\x89\xf5\xa4\x16\x0a\x08\x72\xc3\x41\xed\x89\xf5\x44\x2b\xe4\x01\x8e\x63\xcb\x53\xeb\x34\xd2\x98\x63\xc6\x63\x75\x8f\x5a\xc9\xe1\xd3\x4a\x08\x5f\x2a\x6d\x22\x40\xcd\xaa\x5b\x35\xf1\xec\x0e\x81\x47\x55\x0d\xf5\xa8\xb7\x06\x56\xcd\x26\x0d\x1a\xbe\x27\x8c\x13\xbf\x6f\x7d\xa7\x2c\x75\x79\xcd\x1a\x5a\xaa\x0a\x38\xbc\x4d\x2a\x29\x9e\x2b\x62\x2c\xe1\x11\x27\xcc\x4a\x14\x66\x3f\xfd\x4e\x42\x5f\xc6\x65\x09\xe7\x0b\xae\x3f\x47\x7c\x2a\x16\x4f\x29\xef\xf8\x24\x1e\x31\x2a\x05\x70\x22\xc2\xac\x13\x2d\x6c\x2a\x56\xcd\x6c\x96\xf6\xdc\x90\x06\xb2\x2a\x46\xbd\x0a\x61\x23\x23\xce\x03\x98\xe8\x24\xc9\x75\x51\x1c\xb9\x90\x21\xf7\x80\x1f\x26\x5f\x0e\xb8\xbc\xef\x82\xd7\xdd\xe1\x36\x92\xc1\xe8\xaa\x55\x3b\x94\x67\x16\x03\x3e\x84\x62\x85\xbb\x95\xc0\x22\xb6\xd4\xdd\x94\x5e\xc4\x20\x3b\xaa\xe2\x26\x75\x0f\xe5\xc2\x52\x24\xb5\xcc\xa4\x9a\x55\x89\x58\xc5\xaa\x85\x03\x77\xb8\xe5\x93\x31\x5e\x04\x3c\xfd\x9e\xee\x39\xd4\x5d\xd0\xf8\x21\xa2\xa1\x6d\xc1\x8a\x25\x8d\xa0\x74\xa6\x30\x0b\xf8\xbd\x5c\xda\x04\xd4\xac\xca\xd5\x82\x57\xac\x9a\x6d\x63\xc4\x41\x5f\x31\x06\x96\x3c\xe1\xe5\x09\x2c\x60\xa5\x68\x6e\x28\x63\x02\xbc\x84\x7c\x69\x4b\xb1\x0a\x60\xf1\x82\x35\x8e\xd2\x13\x39\xde\xe7\xde\xdd\x52\x66\x61\x10\x8b\xe5\x7f\x8c\xee\x62\x8e\x19\xf7\x9e\x91\x25\x0c\xd0\x33\x02\x17\xe8\x0d\xb1\xad\x43\x0b\x6e\xbb\x00\x8e\x4a\x6f\x7e\xd1\xed\xb1\xc0\x12\xfa\x12\xfa\x37\x0a\x7a\x8a\xce\x89\x6d\xf1\x6c\xff\x1f\xc0\xb1\xfc\xde\x3c\x52\x00\xef\xe5\x9b\x7e\x99\xa8\x82\x9a\xea\xed\x4a\xe6\xc5\x85\x63\x19\x00\x6f\x25\xd4\x9d\x02\xba\x94\x2f\x4b\xf5\xf2\x41\xe6\x08\x73\xc7\x07\x2f\x7d\x0b\xc0\x13\xd4\xfc\x6e\xf0\xe4\xa2\x79\xb7\x1c\x36\xe1\x0d\x3a\x23\xf6\xc0\x7a\x62\x41\xab\x69\x41\x81\xc8\x5a\x5a\x43\xb8\xed\x4a\x1c\x6f\xd0\x9d\x18\x99\x9e\xe4\xf5\x25\x3c\x2b\x41\x79\x1e\x5d\x93\xf0\x8d\xd6\xcc\xe0\xb9\x6a\x8f\xaa\xc1\xeb\x75\xe0\x16\x80\xc7\x12\xd0\xf3\x14\xe4\x57\x65\x74\x64\xfa\x32\x46\x68\xca\xd5\x78\xe7\x33\xb9\xe4\x5f\xc2\x67\x12\x03\x54\x08\xae\xe5\x4b\x72\x5f\xbe\x48\x79\xbb\x2e\x2e\x76\x4e\x69\x50\xad\xd3\xf9\xe4\x2d\x60\xb4\x71\xa5\xaf\xe0\xf7\xe4\x35\xfb\x59\xaa\x78\xf3\xc4\x03\xa7\x33\x02\xe5\x4e\x85\xc7\xaa\x55\x36\x68\x0d\x75\xb8\x37\xb2\x84\x94\xdb\x00\x2c\xe1\x0f\xb2\x3e\x4f\x54\x55\x9e\x0b\x82\x7f\xf7\x64\xd8\x84\xa7\x09\xb5\x87\x70\xdb\x91\xdf\x5e\xca\x6f\xb8\xfe\xd3\x71\xfd\x8f\x4f\x64\x8f\xbc\x92\x30\x03\x0b\x5b\xd0\xfa\xc9\x1a\xc2\x81\x75\x6c\x41\xeb\x8f\xd6\x10\xca\x5e\x4a\x7b\x48\xe5\x7f\x21\xf2\xab\xec\xc3\x26\xfc\x69\x5d\xde\xb4\x47\xdf\xc9\x8a\xc9\x86\xc9\xf7\xa7\xf2\x5d\xb4\x48\xbd\x7f\x21\xdf\xe7\xf2\x18\x4c\xa5\x7c\x2d\x53\xd4\xfd\xce\x11\xf3\x69\x98\x7c\xf8\x51\x7e\x88\xc6\xe3\x98\x70\xdd\x8f\xdf\x18\xb0\x2a\xe5\x33\x99\x82\xd4\xcb\xe7\x92\x21\x94\x57\xdc\x1c\x8f\x88\x05\xe0\xb7\xa2\xfe\x17\xbc\x7e\xc1\x2a\x17\x37\x7b\xdd\x8b\x9b\x63\xe7\x62\xe1\xf6\xf6\x9c\x8b\x45\xcb\x11\x53\x93\xf8\x73\x2c\x7e\x5b\x7b\xf2\x77\x5f\xfe\xbe\x10\xbf\xdd\x17\x17\x8b\xb6\xe3\x38\xc3\x26\xfc\x52\x37\xfc\x82\x5b\xd0\xba\x60\x82\x58\x15\x0b\x5a\x7f\xf3\x4f\xc5\xcf\xbf\xb2\xa0\xf5\xff\xfe\x77\x7f\xb2\xe0\xc0\xfa\xdb\x3f\xfd\xc9\x82\xd6\xdf\xfe\xe9\xbf\x10\x10\x0a\xab\xa5\x1f\xf6\xe5\x87\x7f\x23\x7e\xff\xfa\x5f\x5a\xd0\xfa\xbb\x3f\xfd\x29\x1b\x08\xbf\x97\x35\x8f\xa5\x46\x57\x99\x63\xce\x09\x13\x5c\xfc\x3b\x51\xfb\xed\xfa\x45\xd3\xab\xff\xd5\xa0\x7e\xf1\xdd\xf7\x77\xf5\x7f\x72\x71\x73\xec\xd6\x2f\x6e\x8e\x77\x2f\x6e\x8e\xf7\x2f\x6e\x8e\x9f\x5e\xdc\x1c\x3f\xbb\xb8\x39\x3e\xb9\xb8\x79\xea\x5c\xdc\x3c\x75\x2f\x6e\x9e\xf6\x2e\x6e\x9e\x3e\xbd\xb8\x79\xfa\xe2\xe2\xe6\xf9\xee\xc5\xcd\x8b\x5d\x51\x03\x57\xb5\xb6\x25\x5f\xda\xea\xa5\x7d\x22\x7e\x3b\xae\x7c\xe9\xb6\xe5\x6f\x57\xbd\x88\x2f\xee\xbe\x04\xeb\x08\x4a\xb4\xba\x8a\x5c\xbb\xbb\x5d\xf1\xbb\xdf\x11\x2f\x4f\x5f\x88\x2f\x27\xea\xcb\xc9\xae\x22\x98\xc0\xd6\x76\x9c\xb6\xfc\xdd\x93\x2f\x2d\x47\xfc\xb6\x9d\x8b\xc5\x8b\xe7\xa2\xcc\x17\xcf\xdb\x2f\x2e\x16\x2f\x4e\x3a\x5d\xf9\xdb\x1b\x36\xe1\x1f\x34\x89\xb7\xa5\xa8\x10\xbc\xe5\x59\xd0\xfa\x2b\xf9\x34\xb0\xa0\xf5\x9d\x20\xe9\xf7\x82\xc8\x82\x45\xff\x89\x4c\xff\x9b\xff\x41\xd0\xff\x5f\x8b\x2f\x7f\xf3\x3f\x8a\xc7\xff\x49\xfc\xfc\xcf\xe2\xe7\x7f\x11\x3f\xff\x56\xfc\xfc\xaf\xe2\xe7\xff\x10\x3f\xff\xb7\xf8\xf9\x0f\x16\xb4\xfe\x9f\xff\x56\xfc\xfc\x9f\xaa\xc7\xfe\x4b\xd9\x31\xff\x5a\x22\xfc\xdb\x3f\xfd\x5b\xf9\xf6\xef\xd5\xdb\x5f\xff\xb5\xec\xae\xff\x5a\xbf\xfd\x37\xf2\xed\x5f\xa8\xb7\x7f\x26\xf3\xfd\x57\xff\x52\xbd\xfd\x73\xd9\xef\xff\xfd\xff\xae\xde\xfe\xc5\x3f\x17\x6f\xff\xe6\x3f\xa8\xb7\xff\x4b\x7e\xfb\x77\xea\xed\xef\xfe\xf4\xd7\xb2\xf3\xff\x33\xfd\xf6\x9f\xcb\xb7\x7f\x25\x9a\xf0\x77\xb2\xf0\xff\xf8\xbf\xfd\x7b\xf9\x2b\xea\xf9\x1f\xff\xdd\x3f\x95\xbf\xff\x2c\xe3\x94\x3f\x4a\x4e\x49\xd7\xac\x39\x66\x27\xc4\x90\x88\x16\x80\x9c\xc8\xd1\x51\x57\xa3\x83\x11\x64\x4b\x21\x3f\x8f\x62\xce\xa2\xf9\x54\x64\x11\x09\x7e\xb4\xb8\x0a\x48\x25\x4b\x8f\x2d\x00\x60\xa8\x32\x3f\xd1\x42\x86\xaa\xd7\x8b\x50\xbd\x46\x24\x99\x30\x4e\xf1\x8c\xbc\x61\xa7\x49\x99\x58\x7d\x78\x8f\x03\xea\x9f\xe3\x89\x05\x60\x9c\x81\x26\x40\x81\x42\xe6\x28\x5c\x0b\x22\xd8\xdc\xad\xef\x0f\x9b\x70\x44\x34\x1b\xb8\x16\xb4\xf6\x0d\xc1\xe2\x4b\x20\x47\x02\x4d\x13\x20\xa7\x00\x34\xce\xd5\xca\x02\x70\x4e\x92\x39\x51\x27\xcc\x08\x72\xe0\x7b\xf1\x33\x21\x68\x70\x17\xd0\x90\x78\x2e\x1c\x45\xc1\x62\x16\x7a\xee\x72\x08\xaf\xc4\xb7\x5b\x82\x06\x43\x78\x49\xcc\x40\xc1\x62\xfe\x6e\xc8\xc9\xfa\xed\x22\x48\x82\xf8\x1a\x29\x15\x1a\x56\xe2\x92\xf3\x86\x67\x38\x7c\xc2\x2b\x12\xac\x32\xc7\x2c\xa6\xe1\xa4\x32\x66\xd1\xac\xc2\x44\xa6\x0b\xcb\xaa\x19\x48\x6a\x4f\xac\xc6\x13\xb0\x15\xa0\x78\x60\xa4\x0e\x73\xf1\x3b\x0d\x45\x20\x5e\x5c\xa9\x33\x41\xfb\x3d\x81\x33\x92\x0f\xb1\x69\x5c\x51\xbd\xf2\x39\x09\x6e\xa9\x6a\x5b\xba\x2b\x2a\x9a\x30\xb3\x09\x1c\x0c\xa1\x65\x41\x2e\xaf\x9e\x2a\xe8\x32\x29\x62\x90\x0f\x3d\x99\x61\xd1\x13\x60\xa2\x73\x43\xa1\x65\x7b\x04\xd2\x49\x18\x31\x22\x96\x7e\x9e\x19\x43\xeb\x8c\xe4\xe7\x52\x9d\x5b\xe9\xe2\x50\xea\xe0\x22\xb3\xd6\x99\x3d\x6e\xe2\x61\xcb\x7c\xf8\xc7\x02\x0e\xa5\x0d\x43\x43\x09\xf6\xc8\x32\x17\x6d\x31\x39\xaf\x82\x21\x9a\x48\x6b\x1b\xa1\xf2\xa6\xde\x66\xd2\xf6\x87\x21\x5e\x77\x0f\xb6\x27\x64\xc0\x86\x07\x80\xd5\xeb\x32\x35\x44\x8a\x8d\x6c\x99\x91\x0d\x41\x43\xbc\x26\x3c\x15\x36\xd4\xc3\xf2\x80\x1d\xf2\x03\xe0\xca\x6b\x95\xcd\x75\x31\x03\x7d\xa1\xf9\xd2\x90\xd4\x6a\x30\x81\x46\x2e\x48\x73\xd6\x6a\x42\x61\x4e\x76\x0b\x64\xdd\x50\x08\xc3\x5c\x28\x48\x23\x9e\xd6\x6b\xd1\x78\x18\xa2\xd7\x46\x5c\x53\xad\x64\xde\xe9\xc9\x94\xc8\x10\x14\x1e\xcb\x55\x94\x25\x15\x85\x24\xf4\x53\x50\xae\x40\xc3\xf2\x36\x19\x14\xfc\x4a\xd2\x7c\x46\x0e\xaf\xc8\xfd\xbd\x3d\x23\x47\x57\xa4\x5a\xb5\xaf\x08\x9a\x11\x35\x9c\x00\xbc\x25\x2a\xe6\x70\x8e\x5f\x9e\x19\x8c\x7a\x9d\xdb\x09\x10\x6f\xca\x2f\x42\xc7\xdc\x94\x83\x92\xa3\xb7\xc4\x06\x07\x7c\x1b\x21\x7c\x00\x48\x72\xa9\x9a\x4e\x2f\x89\xe3\xfa\x36\x41\x63\xf8\xa2\x73\x51\xab\xf7\xb2\x6e\x76\xc4\xfb\xd8\x53\x6c\x0d\x04\x52\x69\xa4\x55\xf4\xcc\x90\x2e\x3e\x32\x9e\x21\x5c\x24\x48\x2e\x45\x87\xd9\x04\x9d\x12\x1b\x00\xa4\x72\x2a\x94\x1c\xbd\x14\x69\x29\xb6\x6b\xe3\x2d\x42\xaf\x92\xb7\xbe\xfd\x9e\x20\x02\x03\xc4\xa0\x1d\x23\x2e\xd2\xec\x85\xbc\x72\xe2\x86\xd8\x4f\x5e\xd3\x78\x86\xf9\x68\x5a\xe1\x78\x52\xb1\x9e\xd4\xe2\xda\x13\xab\xb2\x8d\x90\x78\x5e\x88\x45\x09\x14\x63\x1c\x40\x82\xf2\x9b\x56\x8a\xe1\xa5\x1e\x89\x27\x5a\x71\x8c\xe1\x68\x4a\x03\x9f\x91\xd0\x0b\xb4\x0e\x09\x3c\x7b\x46\x64\x90\x45\x0c\x00\xbc\x24\xf5\x3a\x24\xba\x11\x1c\x61\x19\x72\xf1\x92\x54\xab\x5f\x11\x7b\x2a\x0a\x59\x9a\x75\xe6\x90\x23\xa6\x10\x88\x47\x2c\xa8\x9f\x64\x2d\xa3\x5c\x16\x02\x40\x51\xe7\x07\x83\x1e\x92\x04\x4c\xe2\x29\x6f\x85\x96\x1d\x69\x7c\x64\x5d\x7d\xb1\xe2\x4a\xc9\xbe\x52\x6c\xda\x5d\xb9\xce\x92\xdd\xee\xb6\xda\xc5\x21\x38\x23\x32\xe4\x80\x50\x2c\x66\xa4\x56\x03\x9e\xcd\xf2\x24\xb8\x05\x00\x32\x55\xe1\xcf\x89\x9d\x75\xe5\x1f\xb2\x86\x24\xe9\x7d\xdb\x6d\x75\x4b\x0b\x88\x91\x58\x3a\xe9\x02\xe2\x7c\x01\x97\x00\xc0\xd8\xa0\x6f\x80\x22\x41\xe3\x35\x24\x49\x96\x69\x9a\x26\xf9\x2e\x55\x3d\x92\xeb\x1d\xd9\xbb\x49\x17\x15\x9a\x76\xf5\x20\x29\x13\x47\xa4\xf5\x44\x86\x0b\x38\x82\x3e\x9c\xe6\x86\xd7\xaf\x4e\xe7\x4e\x67\x1d\x99\xe1\x3a\x32\x3f\x4b\xc8\x6c\xe2\x31\x96\x67\xc9\x8c\x6a\xcf\x08\xec\x81\xbe\x1d\xa0\x74\xcd\x37\x23\x35\xd4\x03\x9e\x1d\xe4\x31\x5e\x03\x00\x83\x22\xc6\x85\x68\xff\x9a\xea\x8d\xcc\xea\x8d\x56\xab\x37\xd2\x8d\xf6\xd1\xe7\xc6\x28\x99\x96\xd2\x3e\x47\x6f\xb1\xd8\x2d\x34\xa1\xa5\xc8\x2d\x56\xc1\xa2\xfa\xad\x55\x82\x1f\x67\x04\xb7\xa3\x35\x52\x4f\x3a\x59\x8b\x12\xb8\x90\xbf\x36\x43\xef\x92\x8a\x49\x23\xf1\x03\xa6\x44\x31\x57\xa2\x98\x01\xa8\x20\xd4\x49\x0e\x47\x38\xad\xa5\x39\xe2\xa3\xb5\x23\x1e\xeb\xe5\x31\xe4\x62\x29\x1f\x7b\x11\x94\x47\x7d\xbe\xda\x03\x88\x3d\xcc\xfb\x73\x3b\x02\xde\xdd\x32\x2f\x0a\xf2\xd2\x49\x5e\x15\x5f\x26\x9f\x52\xc1\xcf\x74\x85\x75\x0f\x1f\xb3\xc9\x99\x58\x72\x5b\x40\x34\xd1\x66\x68\xdb\x01\xc9\x8d\x1a\x38\xe3\xc4\x1f\xc8\x6a\x51\x5f\xd9\x51\x7e\xec\x19\x15\x5a\xa0\x11\x1a\xc8\xc1\x31\x94\x10\x0b\xb8\x10\xf5\x59\xe8\xfa\x2c\xa4\x6f\x26\x80\x0b\x5d\xc0\x28\xeb\xf5\xf5\x82\xc4\x37\x05\x89\xbf\x2a\x48\xfc\x42\xfd\xde\xda\x91\x34\x6c\x5e\x27\x1f\x1e\xf3\xfc\xb0\xb8\x35\xe4\x00\x1c\xff\x4a\x92\x20\xfe\x28\x49\x10\x98\x43\x2d\x58\x1d\x6a\x2b\xe3\x36\xdd\x90\x31\x07\x51\x07\x88\x01\xad\xb7\x34\xc4\x30\xea\x00\xcf\x5e\xe4\xb1\xbd\x03\x59\x97\xaa\xcd\x8e\x72\x24\x6a\x1f\x64\x0d\x92\xa7\x82\x95\x17\xc5\x3a\x8d\x36\xc8\x12\xdf\x6c\xa0\xbf\xda\x40\x3f\x95\x1e\xa6\x2c\x19\x97\xf6\xde\xa7\x95\x25\xf1\x46\x0e\x51\xd7\x33\x8a\x31\x28\x7e\x62\x29\x56\x02\xf4\xd4\xd0\xa3\x02\xf4\x85\x54\x6e\x82\x4c\xcc\x04\x4a\xcc\xc4\x6a\xd4\x06\x60\x4d\x16\x25\x76\xe2\x54\xec\xd8\x0c\xa9\x89\xd5\x5c\x2d\x31\xb1\x68\xf1\x62\x43\x07\xe1\x70\x81\x18\x2c\x9f\x70\xb1\xdc\x9a\x3b\xa7\x33\x02\xf5\xd6\x8c\xb7\x58\x15\x4a\xf6\x08\x2d\xa0\x8f\xee\x96\x70\x94\xee\x27\x46\xf9\x03\x8b\xe4\x34\x41\x1f\x75\x27\xa7\x13\x03\x67\xa8\xcf\x26\x3e\xb7\x3c\xbf\x41\x18\x46\x1d\xb9\x2b\xa8\xac\x28\xbc\xae\x7a\x49\xac\x45\x12\x73\x0d\x19\x3a\x5e\xed\xf5\xdf\x8a\x7c\xb7\x04\x33\xd4\x52\xb0\xad\xba\x3c\x9c\xb7\xe4\xde\x23\x61\x74\x94\x03\xff\x36\xb1\x8a\xd2\x7f\xdf\xe9\xbf\xcc\xf2\xca\x0f\xd4\xbf\xff\xb6\xb9\x68\xbe\x6b\xb2\xef\x2b\xb6\x28\x05\x24\x5b\x54\x71\x05\x33\x62\x5a\x08\x10\x1f\x56\x16\x31\xa9\x7c\x7f\xfb\xbd\x0c\xcb\x41\xb0\x6f\x01\x55\xe8\x8f\xba\x90\xdf\xaf\x2d\xe4\xc7\xe6\xef\xbf\xaf\xd8\x3f\x2e\x30\xe3\x64\x63\x19\x09\xca\xd7\x1a\xe5\x2b\xd1\xfc\x59\x14\xf2\x29\x1a\xa4\x0d\x86\x29\x11\xa0\xa6\x18\x54\xf4\x84\x09\x25\x87\xf2\x80\xc2\x24\xcc\x07\x8d\xf0\x9b\xb5\x75\xfc\xd0\xfc\xe6\xfb\x8a\xfd\x81\x90\xeb\xc7\x54\xd0\x17\x15\xf3\xf1\x6d\x69\xb5\x56\x8b\x7f\xae\x8b\x7f\xa1\xff\x4e\xd6\x56\xe3\x79\xf3\x45\x73\xf2\x7d\xc5\xf6\xf1\xed\x23\x3a\xc3\x5f\xe9\x8c\x13\x51\x31\xd1\x0a\x51\x39\xcd\x6c\xda\x68\xe8\x61\x6e\x23\xd2\x8e\x86\x1f\x76\xd6\x98\x5f\x7c\x4f\x1a\x0d\x42\x88\xa6\xd3\x03\x55\xb4\xc0\x56\x56\x93\xc1\x9a\x9e\x4a\x7a\x50\x90\xac\x93\x23\xd9\xe8\xa1\xba\x8c\x1a\x8d\xd1\x68\xf4\x67\xa9\x0b\x16\x44\x9d\x46\x0b\xe6\xb6\xd0\xb6\x63\x7e\xb9\xd2\x1d\xfa\x74\x6d\x87\x5e\x35\x9f\x7e\x5f\xb1\xe7\x84\xd1\xc8\x7f\x44\x8f\xe2\x95\x1e\x9d\x26\x85\x3f\xbb\x1d\x05\x04\x59\x53\xb7\x65\x41\x95\xf2\x48\xee\xfb\xa2\x88\xa1\xd5\xfe\x48\x0c\x5f\xae\xd4\xc1\xfd\x48\x0c\xd7\x2b\x75\xe8\x7c\x24\x86\x1f\x34\xa9\x7f\xa7\xff\x3e\x5b\x4b\xf2\x1f\x9a\xbf\x6b\x3e\xfb\xbe\x62\x0b\xe4\x8f\x20\xf9\xb4\xf9\x45\xf3\xcb\xe6\xf5\x0a\xe1\x67\x52\xf8\xd0\x70\xc1\xc9\x23\xab\x18\x8b\x1c\x31\x19\x45\xa1\xff\xc8\x1c\x67\xba\x31\xc7\x6b\x1b\x73\xd6\x3c\xfe\xbe\x62\x2b\xa4\x8f\x68\x4c\xbc\xd2\x8c\x9f\x44\xa5\x84\x7e\xf2\xc7\x28\x24\xa7\x58\x28\x7e\x87\x9d\x54\x28\x68\x7b\x3e\xa3\x4a\x7f\xd4\x55\x7a\xa3\xff\xbe\xd7\x7f\xbf\xd6\x7f\xff\xa0\xff\xde\xac\xad\xf2\x1f\x9b\x6f\x9a\xef\x9b\x5f\x37\xff\xd0\xbc\xf9\xbe\x62\x27\x45\x3f\xa2\xf2\x3f\x19\x95\x37\x6d\xcf\xa0\x9f\x5b\x15\xb0\x92\x55\x41\xfc\xe8\x55\x81\x98\xf2\xdf\x30\x31\xe9\x3f\x6a\x65\x10\xaf\x59\x19\xc4\x6b\x57\x06\x23\xe4\xa3\x81\x54\x96\xd5\xca\x60\x04\x47\xa2\x4e\x23\x94\xac\x04\xd4\xca\xa0\x64\x3d\xb8\x7e\x65\x30\x35\x57\x06\xd3\xd5\x95\xc1\x74\x65\x65\x10\x0b\x8d\xec\x13\xac\x0c\x1e\xb9\x1d\x93\xad\x10\xe0\x3c\xd5\x02\x7f\xd1\xfa\x00\xd0\xb1\x9d\x68\xcb\xe2\xd9\xdc\x2d\x28\x7e\xfb\x25\x3b\x06\x45\x5c\xc9\x19\x66\xf9\xae\x41\x72\xc0\xb9\x66\xd7\xe0\x0b\x79\xe3\x8a\x5e\x2f\xe4\x8f\x3e\x0b\xf8\xdc\xb6\x42\x58\x38\x1f\x15\x78\xdd\xf6\x2a\xe2\xaf\x41\xaa\x34\x3f\xae\xed\x0b\xb3\xed\x8b\xd5\xb6\x2f\xca\x70\xc9\x35\x49\x7a\x32\x5b\xa8\xf1\xae\x5a\x98\xa4\xe7\xb6\xa2\xaa\xbb\xab\xeb\x93\x1f\x37\xac\x4f\xbe\x25\x3f\x67\x90\xc8\xde\x37\x86\x89\x3c\xa2\x99\xca\xc5\xc5\x18\xfd\x98\xdf\xb3\x18\xab\xc5\xc4\x54\x0d\xf6\x31\x80\x0a\x42\x2d\x1e\xa6\x08\x6f\x4d\xd3\xca\xfc\x7f\xec\xfd\xed\x7a\x1b\x37\xd2\x28\x8a\xfe\xe7\x55\x90\xbd\x3c\x34\x60\x42\x34\x29\x3b\x4e\xd2\x36\xcc\xa3\xb1\xe4\xd8\x19\xcb\xf6\x58\xca\x64\x92\x1e\xbe\x7a\x5b\x6c\x50\x44\x4c\xa2\x39\x68\x50\xb2\x22\xf6\x05\x9c\x9f\xe7\x0a\xce\xef\x7d\x1b\xfb\x8a\xf6\x25\xec\x07\x05\xa0\x1b\xfd\x41\x59\x4e\xf2\xae\x35\xeb\x5d\xe3\xe4\x11\xbb\xd1\xf8\x46\xa1\x50\x55\xa8\x8f\x3b\x6c\xbb\xb5\xbf\xed\xd6\xcd\x6d\xb7\xae\x6d\xbb\x9a\xab\xa9\xf4\x16\xdd\x01\x3e\x3c\x1f\x1a\x60\x22\xe6\xe7\x14\xae\x33\x4a\xe0\x53\x93\x60\x16\x5b\xb0\x08\x83\x02\x40\x5c\x70\x2a\xbb\x0c\x72\x22\x8d\xdd\xb9\xd5\xc0\x0c\xd3\x1d\x2a\xf1\x36\x26\xc7\x90\x27\x44\x50\x65\x42\xb2\x13\x4e\x55\xa1\x80\x58\xc4\xea\xe8\x72\xd1\x65\x46\x54\x7d\xb8\x59\x2f\xf9\x2c\x56\x4e\x97\xb6\x1b\xdc\x1f\xc8\xc1\xfd\x40\x67\x31\x3d\xed\x32\xa3\x51\x12\xea\x4f\x57\x0c\x61\x5f\x80\x1d\xc9\x29\xb5\xd1\xb4\x04\x71\xed\x84\x3c\x27\xcc\xa8\xdd\x3b\xad\x07\x10\x63\xcc\xc8\x62\x27\x2a\x32\x1a\xa5\xee\xb5\xf3\xaf\xfb\x56\x68\x90\x7e\x09\xce\xfc\xdf\x1c\x5f\x5a\xad\x8d\x76\x7c\xe9\x54\x3a\x76\xe0\xcb\x1f\xff\xcb\xb1\xda\x0d\xa0\x35\x8d\x2b\x12\xfa\xb7\x2a\xae\x48\x0c\xae\x98\x19\x5c\x91\x60\x62\x72\x98\x25\x9d\xd1\xb8\xf3\x5f\x76\x44\xcb\x5b\xe3\xb5\xd7\xb0\x84\x99\xc2\x72\xe3\xdb\x8d\xae\xfe\x67\x6d\x74\xd3\xfe\x1f\xb5\xd1\x67\xb8\x7e\xc7\xf4\x2f\xbb\xd1\xef\xb8\x99\x2b\x02\xb6\x47\xed\xc0\x21\x69\xf0\x3f\x76\xed\xe0\xc4\x13\xaf\x59\xe8\xd8\x71\x5c\xa4\x1b\x91\x54\xa9\x60\xdf\x28\xf8\x17\xef\x3e\x94\x08\xc2\x0b\xb4\x62\xef\x43\x81\xc4\x4d\x55\x8d\xc4\x35\x21\x11\x61\x83\x70\xfa\x17\x4f\xec\xc6\xe9\x5f\x2b\x6f\xdf\x7b\x6f\x4f\x1a\x97\xdd\x30\x4a\x4e\x83\x67\xc5\x28\x79\x75\x94\x1b\xdd\x67\x5e\x6e\x3e\x6e\x36\x9f\x70\xd1\x6a\xff\x27\x34\x6f\x96\x57\xd0\xb8\x23\x6a\xe7\xf6\x0c\x89\xdb\xc0\x10\x26\xd2\xcd\x95\x95\x6f\xea\x09\x13\x95\x1e\x8b\x4a\x8f\x45\xa5\xc7\x82\x1e\xc2\x4e\x11\xe5\x04\x08\x33\x01\x36\x5c\xaf\xc0\xbf\xa1\x3a\x33\x20\xa9\x41\xb5\x0a\x3f\x33\x24\x31\xec\xb3\x16\x43\xd6\xc3\x0a\x98\x54\x80\x17\xa4\xb6\xe6\xf6\x5b\x98\x9b\xee\xa2\xbd\x37\x95\x37\xb8\x19\x37\xb7\x8f\x02\xbc\xe0\x4a\xab\x3f\x02\x73\x28\x89\xd4\xb4\x9c\x34\x93\xbc\x63\xb1\x84\xbf\x58\xa2\xb1\x58\xa4\xbe\x44\xc1\xb3\xe0\x16\x46\xa5\x18\xdd\x5b\xd6\x38\x65\x67\x24\x69\x8e\x72\x47\xaf\x52\xbf\x57\x69\xb3\x57\x69\xc1\x15\xfe\xec\x11\xb6\x4b\xff\x7c\x08\x1e\x3e\x6f\x13\xb1\xcf\x28\x68\xeb\x3a\x11\x7b\xed\x82\x70\xee\x2e\x08\x27\x92\xa6\x34\xb2\x1d\x9f\x7a\xd3\x89\x1b\x53\xeb\x96\x3b\xd9\x29\xdf\xae\xdf\xb1\x27\x9e\x82\x71\x81\x45\x8a\xa9\x7b\x5d\xc7\x1f\xfe\xa4\xed\x98\x2f\xe9\xcf\x97\x6c\xce\x97\xeb\xa8\x28\xe7\x6b\x82\x9e\xec\xef\xda\xbe\xcf\x77\x6d\xdf\x4b\x87\x3c\x3c\x88\x10\x77\x81\x87\x37\xb7\x0d\x2a\x78\xf6\x70\xc7\x6d\xc8\xb3\x87\x3b\x6f\x43\x2e\xfe\x15\x86\xf5\xb2\x36\x2c\x73\x99\x5b\xea\x42\x00\x7e\x12\xfa\x89\x97\x7b\x3a\xa5\x3f\x7a\xbb\xf8\xc8\x5a\xd2\x43\x87\x4d\x67\x61\x03\xf8\x09\x3b\x76\xc2\x27\xec\x76\x7f\x0a\xbb\x9f\xfb\xbb\x9f\x13\xae\x3b\x6b\x87\xe5\xee\x44\x9e\xaf\xd8\x1d\x2b\x7f\xe7\xb6\xd9\x44\x50\x4e\x23\x4e\x52\xb3\x0d\x04\x11\xc5\x84\x98\xe7\x5b\xb1\xe9\x7f\xf7\xc1\x7b\xb8\xdf\x41\xb4\x6c\x5c\x87\x29\xb8\x0e\x93\xb7\xea\x89\x5c\x55\xa9\x88\x5f\x5b\x8f\x87\x12\xb2\x1e\x7f\xbd\x0b\x11\x3c\xdc\x85\x08\x4e\x2b\x3b\xe6\x65\x8b\x38\x4d\xdc\x59\xab\xe5\xa4\xda\xdb\x1f\x58\x45\xa5\x41\x14\xbb\x00\x48\x9e\x0a\x3b\xa4\xca\x96\x8d\x75\x8b\xdd\x23\x7a\xc0\x6d\xe0\xf3\x2b\x68\x9d\x79\xea\x5c\x75\xcb\xb8\x42\x03\x8f\xad\x7c\xb2\xdc\x44\xcc\xac\xa8\x61\x15\xe4\x04\xbc\x76\xaa\x6f\xc5\x0c\x97\x8a\x5a\xde\x78\x8f\x31\xf1\x54\xde\xfe\xbc\x8b\xc4\x7b\xf4\xed\xae\x55\xb9\xbf\x6b\x55\x7e\x29\x18\xc7\x5d\x14\xe0\x61\xeb\x26\xe1\xad\x70\x5c\x43\x6c\x6f\xbf\x90\xda\xfb\x9d\x4d\x35\x28\xbb\x1d\xf3\xc1\xfd\xf9\xe0\xcd\xf9\x30\xfb\x56\x43\x64\x04\xf3\x3b\xbd\x1b\x9b\x52\xd0\x87\xf0\x60\x74\x69\xfc\xd1\xbd\x6e\x1d\x9d\x6c\x1d\x5d\x6d\x95\xde\xe0\x62\x99\xda\x75\x72\xfe\xd8\xa6\x9a\xba\x3d\x25\xf0\xbd\xf2\xf5\x2d\xdd\x48\x5f\xfe\xf6\xf6\x7e\xfd\xcc\xc8\x7e\x5f\xd5\xb7\x8d\xe4\x6f\xfe\x36\xe2\x75\xf5\x4f\xe5\xa3\x0e\xc0\x40\x4a\xb5\x6a\x03\xb6\x0b\x6b\xb8\x2f\xac\xe1\x4d\x61\x4d\x79\xde\xfb\xb7\x12\x56\x4e\x82\x49\xe9\xe5\x11\xd4\x92\x3e\x7e\x5e\xf0\xf0\x65\xea\x87\x92\x6c\x68\x4a\x0a\x13\xa9\x9a\xaa\x16\x4f\x42\x47\x2c\x6e\x3e\xa3\x7c\x78\x17\x32\xe5\x9f\x5f\x38\xd1\x2d\x92\xb2\x3a\xcd\x66\xa8\xf7\xf1\x2e\x9e\x82\xee\xe2\x29\xee\x39\x9e\x02\xb8\xc9\x52\x10\x2d\xa9\xa0\x51\xb1\xd5\x2d\x7d\x8d\x6e\x39\x4c\x4b\x51\x00\x80\x45\x79\xf1\xf3\x5f\x07\x1c\x56\x28\xfc\xdf\x0c\x38\x7e\x64\x35\x45\x54\x43\x65\xfc\xd4\xba\xed\x55\xeb\xb6\xaf\x29\x34\xff\x05\x57\x89\x07\xef\xd3\x77\x95\xa6\xef\xb5\x37\xfd\xfd\x6f\x6f\xfa\xef\xbb\x9b\xfe\x6b\xa5\xe9\xef\xaa\xf4\x95\x46\x7d\x0d\xb2\xfd\xc7\x1d\x24\xc9\x8f\x9e\x22\xfc\x6f\x25\xf7\x7e\xae\x12\x50\x3f\xed\xe0\x8f\x3c\x82\x6f\xa7\x44\x6b\x6f\x17\x69\xa1\x98\x46\xed\x45\xfb\xe6\x2a\xa7\xa4\x00\x99\x6a\x52\x80\x88\x53\x81\x27\x72\xb2\xc7\x43\x1e\x8e\xee\x4c\x0e\x32\x56\x1d\xce\x5f\x5a\x6c\x02\xca\xa1\x04\xf7\xef\xef\xe0\xf7\xee\xdf\xdf\xc9\xef\x09\xd6\x94\xcf\x05\xf7\x03\xdb\x2f\x8d\x29\x70\x7b\xdf\x64\xad\x6f\x7f\x6d\xf0\x6c\x24\xfb\x63\x08\x38\x4d\xde\x8a\x1d\xc8\xb3\xa6\x4c\x0c\xe8\xb3\xc2\x97\x88\x56\xf0\x16\x4d\xbe\x44\xf8\xb8\x09\x71\x6a\xe4\x6d\x94\x52\x94\x52\x81\xb7\xdb\x00\xe4\x1e\xe9\x76\x1b\xdc\xb8\x87\xdc\x3e\x08\x85\xb0\xf3\x91\x92\xd6\x04\x90\xad\x18\xb8\x22\xed\xb8\x05\xd4\xf3\x0a\x45\x0f\xec\x5e\xaa\xf7\xd0\x8e\x95\xce\xaa\x2b\x9d\xb5\xac\x74\x76\x2b\x45\x9a\xb5\x4e\x56\xd6\xa4\x48\x9f\x66\x66\xfb\xa6\x66\xfb\x66\xf8\x5f\xa0\x4b\x88\xd3\xb4\x31\x91\x1c\x26\x32\xc5\xb7\xd2\xcd\xa9\x0f\x86\x69\x13\x0c\x53\xea\x8e\x24\xb3\xd7\xd3\x3a\x7f\x37\xe0\x85\xea\x24\x0c\x57\x6f\xa0\xdf\x74\x07\xd0\x24\xe6\xbe\xbf\x4d\xc2\xf3\xc7\x82\x7b\xd3\xd6\xbc\x87\xcc\x16\x60\x0e\xea\x59\x15\xd8\xd9\x76\x2b\x55\xe1\xd5\xa8\xdf\x37\x3b\x82\xe1\x1c\x09\xfc\xc5\xfb\xc0\x61\xd4\xa6\xa9\x99\xc3\x15\xff\x10\xbb\x90\x05\x67\x05\x23\xd1\xba\x8f\x8a\xe9\xfc\xfb\xad\x18\x54\x93\xdf\xaa\xe4\x36\xa4\xa3\x81\x7e\xe3\x61\x94\xd6\x50\xe4\xcf\x5f\xd6\xf8\x4e\x8c\xd7\x94\x85\xed\x38\xc5\x84\x7f\x8a\x89\x96\x53\x4c\x14\x32\xef\xdb\xc4\x49\x29\xbd\x57\x4a\xc4\xff\x97\x8a\x85\x6e\x17\x8a\xfd\x1f\x33\x0b\x7f\x98\x74\x6c\xcd\x70\xa1\x08\xf5\x1b\xab\x88\x6b\x40\xae\x61\xf8\x36\x78\x7d\xfc\xcd\xae\xed\x3d\xda\xb5\xbb\x97\x2d\x34\xca\x08\x97\xc4\x89\x7f\x71\xb5\x62\x64\xc3\x5a\x4f\x92\x3b\xa1\xc6\x19\x2b\x60\xcc\x9e\xb9\xd1\x94\x24\xed\x15\xde\x69\x55\x17\x0c\xe3\xa7\xa9\x81\x54\x6e\x20\x35\xc5\xbf\xbb\xc6\x0e\xdf\x89\x53\x8b\xf3\x05\x5e\xeb\x57\x67\x45\x40\x62\x59\x5c\x96\x90\xf1\xa8\x7a\x9b\x76\xdb\x6a\x67\xb5\xd5\x56\x9f\x59\xed\x3b\x48\xea\xff\x75\xf6\xd5\xef\x90\xb8\xff\xeb\x0c\xe2\x0f\xc3\x0d\x73\xb3\xd4\xa0\x70\xa1\x68\x14\xc8\x34\x55\xc1\xd4\x0b\x3b\xa3\xca\x68\xb9\xa5\x5e\x97\x54\x51\x41\x12\xec\x8d\x3d\x0f\x00\x5c\x79\x41\x18\xfb\x7d\xe5\x1c\xb9\xbd\xb1\xfa\x14\x93\x9b\x42\xb3\xe2\x88\x21\x9c\x87\x37\x39\xb4\x9d\x2a\x0a\xd9\x8d\xcd\xfc\x69\x7c\x41\x62\x9b\x92\x2d\xd2\xcd\x32\x01\x37\xf8\xce\x8d\x8e\x06\x3e\x24\xe9\xb2\x90\x59\xac\x98\x17\x94\xc8\x59\xc5\xcb\x8e\x51\xed\x95\x2e\xcf\xb3\x32\x6c\xd1\x7b\xe6\xbc\xdf\x30\x91\x04\x39\x6e\x44\xaa\xa8\xb8\x19\x58\x55\x7c\xcb\x81\xe0\x9c\x98\x7c\x39\xba\x66\xe4\xbc\xac\x79\x52\x2c\xf2\x39\x33\x61\x9d\x2b\x5f\x0f\x18\x3a\xd7\xf9\x07\x63\x1c\xba\x67\x8c\x73\x72\x41\x1f\xa2\xff\xd8\x46\xff\xf1\x8f\x7f\x4c\xf1\xff\x78\x78\xe1\x07\x40\xb7\x5e\x9a\x2a\x32\x0c\x91\xca\x55\xbc\xe4\xbf\xb2\x57\x71\xb6\x50\xf1\xc5\x6b\x61\x22\x37\x84\xbd\x11\x69\x99\xae\xb0\x37\xca\x89\xda\x6e\x6f\x72\xe3\x56\x50\xd2\x4b\xa8\xb6\x00\x9d\xe1\xae\x0a\xfb\xfd\x12\xe1\x23\xdd\x8f\xe1\x3c\x95\x47\xf1\x6c\xe1\xe9\xeb\x28\x7c\x53\x46\x81\xfb\x88\x91\xc2\xdb\x6d\xf1\xbe\xd2\xef\xb8\xdf\xb7\xe1\x54\x3f\xb2\xeb\x0c\x29\xe7\x68\x11\xb7\xd4\x26\x4b\x0f\xd4\x29\x89\x69\x91\x37\x92\x53\x92\xd1\xbd\x31\x59\xda\xfd\x46\x36\x74\xf4\x74\xf3\x2c\x36\xba\x41\xce\xb3\xd7\xc6\x79\xa7\x9e\x51\xfb\x25\xda\x80\xaf\x84\xa2\x47\x0b\x8c\x66\xb8\xdf\xbf\x30\x98\x79\x66\x32\x61\x7c\x93\xd1\x0d\x59\xd2\x99\x51\x22\xcf\x73\x3e\x47\x4b\x53\x53\x42\x97\xb6\x0d\x47\xfc\x5f\x90\xe0\xde\xf8\x26\x18\x58\xbd\xa4\x41\x40\xba\xc6\x4a\x33\x0f\x30\x59\xd0\x4b\x94\xe0\xa7\x7a\x67\xdb\xba\x87\xd9\x7a\xc9\x67\x6c\x18\xaf\xd7\xcb\x6b\x94\x96\xc1\x37\x67\x18\x45\x19\x19\x4f\xc9\x02\xe3\x9c\x21\x97\x3f\xc7\xf0\x3f\xd8\xaa\x56\x62\xa8\x54\x1c\x38\x16\x71\x40\x75\x1f\x39\x49\x6d\x18\x4d\x10\x41\x6c\xb7\xa5\xd5\xb0\x75\xb7\xc8\xb7\xdb\xe0\x3c\x4d\x97\x2c\xf6\x7c\x30\xf2\x89\x08\x25\x82\x78\xc2\x6a\x78\xc1\x14\x4a\x0b\x98\x28\x62\x2d\xc5\x10\x08\xc6\xf3\x0f\x09\xf1\x2a\x87\x99\xce\x0d\xa1\x63\xe2\xdc\xf7\xae\x68\x76\x8f\x89\x37\x61\x1c\xcf\xad\x65\xaa\x52\xdd\xa0\x71\x7a\x66\x2a\x2a\x02\xfe\x90\x47\x26\x24\x85\xd0\xfc\x97\xe9\x04\x6f\x76\xc2\x85\xfa\x32\x53\x58\xed\x05\x27\xa9\xc6\x9a\x79\x35\x50\x96\x39\xa7\x4a\x6f\x5a\xc3\x73\x2e\x12\xa4\x08\x83\xe4\x8a\x07\x43\x2f\x1b\x14\xd5\xb5\xfb\x41\xce\x26\x2a\x94\x84\x0f\x67\xf1\x6c\xc1\x86\x26\xe6\x07\xc2\x84\x0f\x33\x26\x39\x6c\x1a\x59\x71\xec\x57\x54\xf6\xfd\xc9\xbb\xb7\x43\x83\x89\xf9\xfc\xba\x1c\xb2\x97\x3b\x46\x36\x28\x32\x54\x6e\x37\xb9\x6b\x03\xb8\xd0\x3c\xf6\x26\x70\x11\x67\xad\x2e\xd7\xba\xdc\x86\x19\x86\x6a\x72\xe2\x97\xb9\x60\xaa\xad\x4c\x99\x3d\x62\xd3\x6a\x89\xac\x52\xc2\xf8\x61\xf1\x32\x53\x65\x7c\xc4\x65\xf4\xc6\x74\xb4\x25\xfc\xae\x46\x9b\x71\x9e\x77\xd8\x90\x7d\x5a\xa7\x52\x65\xb4\x55\xbd\xcf\x9c\x0f\xb3\x05\x9b\xd8\xdf\x30\x23\xc2\x62\xfd\x62\x72\x27\xfe\x4b\x98\x16\xf6\xfe\x90\x4b\xc9\x58\xb1\x8b\xeb\x49\xf9\x18\x72\x8c\x18\xb9\x31\xd5\x49\xe2\x15\x15\x39\xce\x49\xd1\x23\x57\x80\xb3\x8c\xea\xfe\xf0\x38\xe1\xb3\xb0\xdd\xd7\x8c\x83\x0a\x49\x54\x1d\x0c\x54\x05\x0c\xc8\x2a\x15\xf5\x7a\x64\xb3\x1e\x45\x64\xbd\x1e\x59\xa9\xc7\x05\x08\xbb\x53\x84\xb0\xf6\x70\x64\x99\x1f\xf7\xe5\xdb\x7a\x84\x30\xb7\x3d\x8c\x23\x7f\xf6\x80\x91\x98\xa6\x0f\x98\x9b\x5c\x34\xde\x7b\xf4\x80\x0d\x1e\x3d\x48\xf7\x62\xfc\x40\x0d\xd0\xe3\xbd\x27\x0f\xd2\xc1\xa3\x07\x31\x7e\x20\x07\x68\x3c\x70\x5f\x21\x45\x0c\xe2\x07\x1c\x3f\x7c\x62\x0e\x72\x2a\xd1\x37\x5e\x73\xb1\x07\x74\xfe\x99\x61\xbc\xd9\x70\xd8\xf5\xd6\xbd\x6f\x4c\x35\xdc\x18\x37\x95\x29\x26\x59\xf5\x75\x59\x79\xb5\x1e\x6f\x46\x4f\xe5\xb3\xf4\xe9\x60\x20\x31\x2f\x8f\xc8\x39\x46\x2a\x92\x53\x4c\xe2\x48\x4e\x29\x1f\xca\xed\x76\x44\x32\xf3\x7c\xa1\x9f\x97\xe6\xf9\x7c\xbb\x1d\x15\x6e\x6e\x29\x43\x10\xf2\x92\xa1\x4c\xb7\xc5\xd0\x52\xef\x71\x17\x8e\x7c\x4c\x5a\xf6\x10\x1f\x4a\xaa\x87\x47\xf8\xf0\x82\x66\xe6\xe1\x9c\x2e\xe1\x61\x10\x04\x79\x9e\xfb\xe1\xe0\xba\xa5\x13\x1f\x5a\x44\x58\x3d\xd7\xe7\x63\x23\x7a\x1b\xa0\x74\x2a\x11\x62\x95\x41\x31\x8c\x87\x92\xf8\x5e\x80\xe7\x70\xbc\x0e\xa5\x09\x3b\xcb\x86\x17\x44\x0d\x2f\xf4\x28\xf4\xcb\x39\x51\xc3\x73\x3d\x96\x4a\x3c\x57\x37\x24\xa2\xca\x98\xf6\x2d\xcb\x53\x3a\x75\xa5\x1c\x69\x72\x67\x78\x41\x63\xf3\x70\x4e\x33\xf3\xe0\x26\x67\x09\xaf\x30\xe2\x32\xbc\x52\xbc\x5a\xc5\x94\x11\x9e\xa3\xb1\x8d\x3f\x4b\x63\x74\x8b\xbd\xf1\xde\xb8\xd1\x8d\xe2\x20\x91\xcf\xe8\x68\x22\xe9\x28\x84\x50\xff\x48\xd2\x31\x51\x7b\x63\x1c\x7a\x71\xd7\xe4\x03\xa5\x4f\x10\x16\x89\x29\x89\xf5\xcf\x60\xac\x09\x06\xf1\x7c\x34\x31\x51\x5e\xc3\x7d\x0d\xcc\x1a\x8a\x9e\xa9\xbd\xb1\x4e\x1c\xec\xeb\xc4\x78\xaf\x90\x2d\x73\x84\xe4\x9e\x78\xa8\xf0\x03\x45\x32\x92\x92\x98\x2c\x21\xa2\x70\xe7\xd6\x8e\xef\xee\xb6\xd7\x3d\x84\xe4\x9f\xe8\x18\x3f\x1b\x4d\x06\x03\x19\x4a\xec\x7a\x8b\xc4\x40\x8f\xe4\x4f\xca\xf6\x5a\x3f\x64\x26\xdd\xa4\x2e\xcd\xcb\xbe\x7e\x69\xeb\xa7\xee\x65\x66\xfb\xf9\xf9\x28\xa4\x75\x74\xc2\x20\x16\x3f\x1d\x68\x9e\x11\xf1\x46\xc0\x3e\xfc\x6c\x1f\x6e\x8e\x08\xa3\x23\x32\xc6\x21\x7f\xf6\x68\x32\x0e\x07\xb2\xe3\x48\x34\xa1\x29\x32\x4e\x47\xdb\x7a\xd0\xe7\x19\xe3\x4b\x84\xd4\x1e\xc3\x0f\x25\x88\x56\xcb\xbd\xcb\xf1\xd3\xc1\x00\x62\x65\xa6\x91\x98\x52\x36\x10\x0f\x0a\x31\x59\x7a\x2b\xbd\x63\xbc\x9a\xb1\x86\x13\x33\xb5\xdd\x06\x07\x59\xc6\xa4\xce\x6a\x3c\x4e\xe3\x1c\x82\x1d\x1c\xfd\x73\x13\x2f\x69\x3d\x62\x93\x42\xac\x47\xf5\x53\x4e\x20\xd7\xbb\x8f\xb4\x8a\xaf\x15\xea\xe9\x5f\xfd\x99\xed\xaa\x81\x16\x35\xa4\x1f\xa9\x2a\xcf\x15\xaa\x1c\xee\xae\xfe\xbb\x15\x93\x77\x9e\x3e\x7c\xd0\xeb\x3e\xf8\x23\xff\x75\x5e\xa4\xeb\x6b\x88\x69\xda\x45\x33\xdc\x3d\xe6\x33\x99\x66\xe9\x5c\x75\x5f\xa4\x72\x9d\x4a\x60\xc1\x86\x9d\xce\x7b\x26\x57\x3c\x03\x27\xf4\x2a\xed\x6e\x32\x46\xba\xb3\x74\x7d\x4d\xba\xab\x34\xe1\xf3\x6b\xd2\x8d\x45\xf2\x30\x95\xdd\x84\xeb\xbe\x9e\x6f\x14\x03\xd2\xa1\xab\xab\xba\x8a\x25\xeb\xce\x53\xd9\x8d\xc5\x75\x67\xbd\x91\xeb\x34\x63\xdd\x2b\xae\x16\xdd\x54\xc2\x6f\xba\x51\xdd\x39\x63\x5d\x9e\x75\x17\x4c\xb2\xf3\xeb\xee\x85\x8c\x85\x62\xc9\xb0\xd3\x39\x7d\x75\xd4\x3d\x79\xf7\xf2\xf4\xc7\x83\x0f\x47\xdd\xd7\x27\xdd\xf7\x1f\xde\xfd\xed\xf5\xe1\xd1\x61\x37\x38\x38\xe9\xbe\x3e\x09\xba\x07\x6f\x0f\xbb\x3a\xd3\xc1\x0f\xa7\xaf\xde\x7d\xe8\x1e\xbe\x3e\x79\xf1\xe6\xe0\xf5\xf1\x49\xf7\xe0\xcd\x9b\xee\x8f\x07\x1f\x3e\x1c\xbc\x3d\x7d\x7d\x74\xd2\xfd\xf1\xf5\xe9\xab\xce\x87\xa3\xef\x0e\x3e\x1c\x76\x4f\xdf\x75\x4f\x5f\xbd\x3e\xf1\x2a\x7e\xfb\xe2\xcd\x0f\x87\xaf\xdf\x7e\x07\xa5\x5e\x1f\xbf\x7f\xf3\xfa\xe8\xd0\x2f\xfd\xee\x65\xf7\xf8\xe8\xc3\x8b\x57\x07\x6f\x4f\x0f\xfe\xfc\xfa\xcd\xeb\xd3\x9f\x3a\xba\xe1\x97\xaf\x4f\xdf\x1e\x9d\x9c\x0c\xbb\xaf\xdf\x76\xdf\xbe\xeb\x1e\xfd\xed\xe8\xed\x69\xf7\xe4\x95\xae\xc4\xeb\xd3\x9f\x8f\xba\x6f\x5e\x1f\xfc\xf9\xcd\x51\xf7\xe5\xbb\x0f\xdd\x83\xb7\x3f\x75\x4f\xde\x1f\xbd\x78\x7d\xf0\x86\x74\x0f\x5f\x7f\x38\x7a\x71\x4a\x3a\xaf\xdf\xda\xa7\xee\xbb\x0f\xdd\x17\xef\xde\x9e\x1c\xfd\xf5\x87\xa3\xb7\xa7\xaf\x0f\xde\x74\x0f\x0f\x8e\x0f\xbe\xd3\x5d\x30\x45\xdd\xeb\x8f\xaf\x0e\x4e\x4f\xde\x1d\xfd\xed\xe8\x43\xf7\xc3\xd1\xc9\x0f\x6f\x4e\x75\xef\x5f\x7e\x78\x77\xdc\x79\xf3\xee\x04\x3a\xfc\xc3\xc9\x11\xe9\x1e\x1e\x9c\x1e\xe8\xa2\xef\x3f\xbc\x7b\xf9\xfa\xf4\x84\x74\x7f\x7c\x75\x74\xfa\xea\xe8\x83\xee\xf1\xc1\xdb\xee\xc1\x8b\xd3\xd7\xef\xde\xea\xdc\x2f\xde\xbd\x3d\xfd\x70\xa0\x7b\xf0\xf6\xe8\xbb\x37\xaf\xbf\x3b\x7a\xfb\xe2\xa8\xfb\xee\x43\xe7\x1d\xe4\x3e\x7d\xf7\xe1\xf4\xf5\xbb\x1f\x4e\x6c\x01\xd2\x3d\xf8\xf0\xfa\x44\xb7\xf8\xee\x87\x53\x5d\xfa\x1d\x54\xf8\xe2\xdd\xdb\xb7\x47\xa6\x46\x3d\xdd\x30\x07\x3f\x9c\x40\x35\xef\x8f\x3e\xbc\x7c\xf7\xe1\xf8\x00\x6a\x7d\x59\x9d\xfe\x61\xe7\x0f\x05\xe9\xee\x83\x87\x55\x22\xdf\x1d\xa7\x2d\xee\xe5\x4d\x6c\x92\x7e\x9f\x45\xe6\x69\x08\x3a\xc4\x2a\x95\xc0\x0d\xf6\xa4\x13\x12\x30\x17\xf6\x9b\xa4\x54\x1a\xde\x84\xe9\xd3\x34\x9a\x76\x94\xbc\x06\x5e\xf4\xa9\x17\x78\x76\xbb\x55\x7b\x7b\xdd\xe7\x23\xdc\xef\xf7\x90\xa0\xe9\x50\xb0\x4f\x0a\x61\x3c\x4c\x52\xc1\x9e\xe2\xd8\xca\x91\x1c\x27\x37\x8b\x6d\x70\x33\x4e\x6f\x98\x46\x4c\xe0\xd6\x8f\x8b\x78\xb9\xbc\xbe\xd1\xf5\x8b\x7e\xbf\x27\xa0\x30\x48\x66\xd2\xa1\xe9\x16\xee\xf7\x6d\x67\x52\x5c\xe4\xe7\x73\xc4\x2d\xee\xe3\x43\xa8\xad\x38\x6f\x63\x20\xbd\x78\x2d\xa4\xe6\x6b\xa1\x98\x5c\x4b\xa6\x98\x3c\x51\xb1\xda\x64\x3b\x43\xc9\x16\x01\xc4\xb3\x8c\x5f\xb4\x47\x4c\xcc\x1a\x81\x0f\x8f\xe3\xd9\x82\x8b\xf6\xa8\x83\x95\xc8\x95\xae\x1b\xbb\xc3\x1d\xfa\x38\x9f\x45\x6c\xf8\x36\x55\x27\x2a\x96\x8a\x25\x74\x34\xa5\x41\xf9\x1a\x10\xfd\xf9\xc3\x46\x08\x2e\x2e\xe8\x78\x4a\x03\xfb\x6c\x3e\x9c\xa8\x74\xbd\x66\x09\xdd\x9f\xd2\xc0\x3e\x07\x39\xe2\xdb\x2d\xe2\xf4\xc6\x11\xc4\xa9\x73\xeb\xfc\x29\x53\xb1\x62\x43\x2e\xb8\x0a\xf2\x76\x8a\xb5\x58\x79\x36\x89\xa6\x61\x34\x1d\xce\x52\x31\x8b\x15\xf2\xbd\x55\x66\x0d\x77\x8e\xb6\x62\x37\x9b\xe6\x17\xec\x8e\x58\x33\x14\xbe\x95\xad\xd5\xa2\xe7\x21\x46\x1b\x01\xf5\x58\xbf\xaf\xb9\x9e\x88\x4d\x27\xfa\x4f\xc8\xf0\xc4\x34\xc8\xf2\xb0\x65\x0b\x30\xf7\x15\x22\x32\x10\xf6\x89\xcd\x74\x4e\x4f\x13\x73\xb3\x83\x36\x2f\x1c\xe2\x51\xea\x3b\xc0\x9c\x79\x6e\xed\x1b\x7d\x2b\xbb\xc2\x2a\x21\xfe\x3c\x25\x53\x67\xfc\x35\x4b\x05\x78\xda\x54\xc4\x44\xf1\xc8\xc2\x68\x4a\x66\x8b\x58\x5c\xb0\x24\xec\x8d\x09\x38\x16\x64\x59\xa8\xbb\x57\x0d\x1b\xe7\x4b\x17\x14\xe1\xb4\xe7\x88\xc6\x88\x0d\xe7\x7c\xa9\x98\xac\x52\x6a\x7c\x8e\x6a\x8b\x01\x7c\xbd\xf1\xb7\xcf\x69\x6f\xd4\x31\xb4\x9c\x65\xbc\x4d\x1e\x74\x93\x13\x51\x78\xc2\x6f\x99\xd7\x61\xb9\xa0\x13\x4d\x07\x96\xaf\x48\x10\x89\x43\x5f\xd8\xe5\x7f\x6d\x93\x77\x71\x7c\xa3\x22\x3e\x6d\x43\x61\x7e\xd1\x88\x4f\x27\xb5\x77\xd3\x56\x2d\x31\x87\x7b\x2e\x45\x7a\x2e\xc4\x78\x6f\x04\x49\x84\x4f\x2b\x51\xe0\x00\x77\x16\x58\xcd\xc4\xcd\x2b\xa4\x83\x02\x2d\x50\x8c\xd8\x10\x26\x2e\x8b\xcc\x0e\xe1\xf1\x72\x3a\x64\x42\xc9\x6b\xbc\x33\xd2\x00\x40\xf4\xd0\x2e\x2a\xd6\x0d\xb3\xa1\x5d\x6c\x92\x62\xb2\x0f\xa2\x9e\x68\xa4\x49\x5c\x19\x8d\xa7\x64\x4e\x6f\x66\xa9\x98\xf3\x8b\x90\x91\xb3\x42\xf7\x98\xd8\xe6\x34\xce\x62\xa1\x83\x1a\xd7\x89\x02\x66\x78\x01\x47\x99\x0f\x31\x2e\x9f\x26\xcd\x64\x2c\x32\x0e\xb2\xe6\x12\xba\x1d\x00\x81\xe6\x4a\x73\x8f\xa9\x89\x6d\x50\x15\xd5\x17\x63\xc8\x43\x45\xd6\x34\xb3\xd6\x88\x2b\x9a\x15\x83\xbb\x04\x63\x25\x72\x41\x8b\x49\x5b\xc3\x39\x73\x31\x4c\xad\x84\xee\x9c\xc6\xf0\x16\x5d\x02\xf4\x4d\x71\x71\xbc\xe8\xaf\xd7\xb4\xc9\x5f\xdc\x72\xa8\xd5\x8e\x34\x02\xa2\x14\x16\xa9\x29\x11\xc6\x27\x70\x71\xbc\x15\x47\x1a\xb8\xc9\xeb\xf7\x1b\x72\xc1\x9a\xd0\xfc\x46\x9f\x67\x2d\x02\x1d\x06\x81\xe3\xbd\xb0\xff\xcc\x8a\x61\x31\x71\x0b\xa4\x7b\x20\x06\x83\x29\xd1\xa7\x59\xd8\x63\x79\x9e\x77\x4a\x4a\xfd\xf4\x7a\x6d\x5d\x6b\xa8\x49\x60\x36\x88\x26\x0b\x45\xaa\xba\x30\x8c\xf3\x25\x1b\x06\x61\x50\x1b\x99\xcb\x92\xb0\x39\x17\x2c\x19\x06\x38\x47\xe7\x98\x9c\xd1\x6b\x7b\xf0\x3e\xed\x9d\x99\xa3\xb7\x4c\x32\xf3\x77\x45\xcf\xcc\x3a\x55\x42\xe5\x5f\xb9\x79\x49\xd0\x9a\xac\x0c\xbc\x1f\x35\x81\xe0\x6a\x72\xa3\x62\x79\xc1\x54\x78\x95\x87\x57\xe4\x13\x3d\x1a\x9a\x77\xf2\x8e\x1e\x39\xf8\x26\x27\xb4\xa8\xf7\x9d\x3e\x1d\xde\x91\x53\x7a\xa4\x41\x22\x21\xc7\xe5\xa7\x4f\x70\x59\x51\xbc\x9e\x4e\x1a\x93\xdb\x1b\xe5\xe1\x29\x46\x2b\x72\x69\xfb\x7e\x50\x82\x91\x89\x4e\xff\x69\xf2\x29\x5c\x4f\xc9\x7b\xd8\x99\xe8\x78\x12\xa3\x13\xec\x1d\x46\x17\x43\xf6\x89\x2b\x72\x42\x0e\xdc\x06\x6d\xc3\x85\x85\xef\x59\x8c\x6f\xdf\xc1\xf3\xa1\xdb\x8b\x95\xad\xac\xfb\x47\x1e\x61\xf2\x82\xbe\xd7\x5b\xf8\x23\x7d\xaf\xb7\xf0\x07\xfa\x3e\xda\x9f\x92\x5f\xa8\xd7\xd3\x4e\x05\xdf\xff\x52\x6c\xa4\x8f\xc5\xde\x7d\x51\xa0\xfb\x4f\x3d\x4a\xd7\xdb\xed\x8b\x22\x68\xc7\x76\xfb\xc1\xdb\xce\xbf\xe0\x3c\xcf\x3f\x4f\x46\x9d\xf5\xfb\x16\x10\x40\x50\x7c\x5d\x92\x51\xa9\xd9\x00\xd7\xb7\x93\x51\x79\x05\x2c\xf2\x22\xf0\xef\x3c\x37\xe1\x9b\x5a\xc5\x82\xcc\x4d\x4f\xfb\x35\x86\x15\x5d\x0c\xf5\xb9\xeb\xea\x13\xfd\xbe\x40\x25\x4e\x54\x20\xe8\x2f\x29\x8f\x95\x2f\x5d\xf0\xb1\x20\x91\x94\x7b\x44\x11\x11\xc0\x4f\x9f\x30\x45\x62\x7a\x73\xb6\x32\x84\x58\xc8\x48\xc6\x44\x52\xee\xde\x14\xdf\x48\x4a\x29\x77\xf4\x12\xa0\x79\x36\x2c\xd1\x22\x02\xb4\xbc\x46\x8a\xcc\x50\xaa\x8f\x89\x96\x91\x78\x90\x83\xa0\xbf\x38\x27\xd9\xe6\x3c\x9b\x49\x7e\xee\x89\x7e\xcb\x6c\x62\x18\x27\x89\x26\xa2\x75\x7e\x72\xb3\x11\x2d\xb9\xbd\xcc\x09\x5b\x32\xc5\xe0\xa4\xcf\x89\x71\x04\x5d\x64\x13\xc6\xaa\xc3\xcc\x49\x46\x83\x14\xf0\x46\x25\xc2\x70\x78\x53\x41\xd3\x73\x7e\x51\x22\x65\x63\xca\x9d\x77\x94\x33\xeb\x76\xa8\xdb\x27\x3b\xdc\x19\x52\x14\x2b\x81\x2f\x73\x64\xbc\x03\x0f\x59\xce\x25\xcc\x5a\x8a\x49\xac\x3b\x9d\xae\x5b\x86\xa6\x33\x5b\x1a\x94\x88\xe1\x6c\xc9\x62\x89\x20\xff\x05\x03\x87\xeb\xca\x73\x2d\xad\xca\xd4\x4d\xe6\x55\x51\x42\x62\x7c\xb7\x68\xfa\x56\xe2\x1b\xdd\x8f\xa3\x85\x64\xf3\x69\x28\x52\x85\x22\x15\x9f\x73\x91\xb0\x4f\xff\x41\x83\xbd\x60\x8a\xef\x93\xfb\xb1\x64\x9f\xc9\x01\xb1\x64\xec\xc7\xeb\x35\xa3\xc1\x82\x27\x09\x13\xc1\x14\xfb\x89\x32\x4e\x78\x5a\xa4\x25\x3c\xd3\x88\x3c\x29\xf2\xb4\xd7\x5a\x2d\x7b\xa7\xa2\xe1\x6c\xc1\x66\x1f\x59\x72\x9f\xdc\x37\x46\x06\x77\x6d\x50\x2f\xa9\x1e\xec\x5d\xf3\x9f\x6f\x94\x4a\xc5\x9d\x87\x33\x97\xf1\x8a\xed\x9c\xe4\x4d\xc2\xd3\x48\xc3\x95\x4c\x97\xd9\xce\x99\xbe\xe4\x09\xbb\x43\x36\xc8\xc1\x84\x62\x09\x57\xba\x5b\xbb\x33\xba\xa4\x1d\x39\xa6\x0d\x79\x33\xdc\xef\x9c\x65\x8b\xf4\x8a\xc2\xa3\x7e\xb2\x17\x66\x0b\x9e\x61\x62\xbe\x2f\x78\xc2\xcc\x77\xfd\xd4\xfc\xbe\x8a\xb9\x50\x31\x17\x2f\xd3\xd9\x26\xa3\x2d\x69\xcd\x22\x3a\xe1\x2f\xec\x7a\x2d\x59\xe6\x4a\xf8\x49\xcd\x02\x6b\xc9\x2e\x79\xba\xc9\x96\xd7\x50\x23\x4b\xe0\xdc\x31\x1f\xf5\xfc\xc4\x5c\x30\x49\xcd\x35\xcb\x30\xe1\xf1\x32\xd5\x34\xd9\x3f\x37\x4c\x5e\x9f\x58\x1f\x45\xe8\xbe\x49\x27\xdd\x48\xa6\x4b\x46\x03\xf3\x1a\x4c\x8b\x84\x78\xc9\xa4\x72\xa9\xf7\x6d\xd3\xf0\xc9\xab\x76\x78\xc1\xd4\x81\xb2\x32\x31\x14\xe8\xcf\x01\xde\x6e\x5d\x6d\xa6\xd0\x26\x63\x87\xa6\x13\x81\x9e\xd3\xc0\xdd\xd3\xd9\x1e\x98\x31\x2d\x79\xa6\x98\x60\x32\xa3\x37\xb9\x1d\x89\xb9\x15\x52\xf5\x80\x61\x2e\x62\xc2\xee\x7b\x55\x56\xb9\x5c\xf4\x4f\xab\x14\x21\xb5\xdd\x26\xe9\x6c\x63\x58\x91\xca\x9c\x1c\x40\xd1\x3a\x4f\x6b\x4e\x22\x10\x88\xc8\xc6\x2c\x06\x51\xbc\x51\xe9\x5c\xaf\xc2\x54\x0f\x5c\x45\xa3\x69\x47\xf6\xfb\x72\x08\x69\xbe\xab\xfc\xa5\xd7\xf7\x18\x09\x17\xf0\x2a\xc0\x84\xdd\x46\xaa\xf4\x7a\x88\x0d\x8d\x87\xa0\x1f\x79\xa2\x16\xdb\xad\x7b\x7d\xc5\xf8\xc5\x42\xe9\xf7\x0b\xa6\x5e\x2c\x39\x13\xea\x03\x9b\xa9\x0c\x61\x47\xcd\x56\x82\xad\x6d\x10\xbe\x89\x51\x10\x25\xb1\x8a\xf7\xe2\xf1\xf8\x7a\xcf\xcc\xff\x34\x68\xe3\xc8\x18\xbe\xd1\x87\xab\xde\x1a\xac\xb6\xc8\xf5\x0a\xf4\xb8\x2d\x19\xac\x1b\xe4\xde\x9a\x98\x25\x6c\x92\xf5\x9e\xa7\x0d\x58\x7c\x43\x57\x3a\xe0\xb7\x6f\xdb\x6d\xcb\xb9\xfa\x36\x4d\xd8\x1b\x9e\x29\xaf\x11\x9e\xbd\x77\xcf\xef\xe6\x88\xe1\x89\x86\x92\xd0\x86\xc7\xba\x2d\x5f\xc4\xa6\x61\x0b\x0b\x1f\xeb\xe2\x66\x40\x39\x44\x07\x47\x48\x52\x0d\x38\xb4\xba\xc1\xf0\x70\x1d\x4b\x26\x94\xee\xd2\x10\x7c\xf7\xeb\xa7\xec\x56\xba\xd3\xdc\xa8\x8b\x34\x61\x9a\x15\x00\x22\xd4\xe8\x45\x20\x39\x04\xf4\xf4\x6e\xae\xe9\x85\x31\x26\xd2\xee\x38\xbd\x63\x44\x65\xcb\x2d\xe2\xcc\x5b\x8d\x74\x0d\xb1\xb4\xfc\x0c\x59\x73\x4f\x96\xbb\x17\xd7\xf6\xe4\x04\x55\x47\x55\x2b\x5d\x5f\xec\x3d\x11\x2b\x7e\xc9\x02\x12\xb8\x46\xcb\x92\x92\xad\xd2\x4b\xe6\x15\x8e\x25\x8f\xf7\xec\x89\x89\x71\x58\x8e\x67\xf2\x45\x25\xc3\x5b\x7b\xe8\x67\x25\xbd\x91\xc3\x91\x7a\x5e\x34\x36\x89\xd1\xfd\x06\xc8\xef\x01\x92\x0f\xee\x0f\x6a\x15\xf3\x64\x70\xbf\xc4\x75\xae\x8a\x62\x77\x54\xe4\x73\x9a\xbe\x3b\xba\x64\x42\xbd\xb1\x88\x0b\x05\xb3\x25\x9f\x7d\xb4\x53\x0d\xe7\x08\xce\x3d\xdc\xed\x6a\x9d\x2d\xd3\xcc\x74\xac\xb9\x17\xf5\x38\xd8\x34\x20\x75\x40\xb3\x2c\x4e\xeb\x58\xe0\x40\xda\x3d\x96\x5a\xb3\xbf\x6d\x30\xba\x8d\xd6\xc1\xcc\xb9\x64\xc8\x4a\x42\x2d\x40\xe4\xc4\xc7\x00\x30\xd3\xbb\x34\x2f\x00\x16\xb6\x5b\xe4\x01\x7a\x6f\xb4\xf3\x8c\x73\x58\x1b\x18\x8e\x4b\x66\x37\x78\x1d\x9c\x2b\x1b\x61\x91\x5e\x1d\xa7\x49\xbc\x44\x0c\xbc\x51\xc6\x62\x06\x41\x57\xf5\x48\x9d\xc6\x3e\xc3\x21\xda\xbd\x79\x60\x77\x7d\x39\xac\x93\x0a\x22\x6b\x47\xaf\xac\xb6\x91\x2b\x15\xf4\xfb\xec\x73\x1b\x31\x95\xfc\x42\x33\x73\x7b\x95\x0d\x50\x47\xd6\xd5\x2d\x48\xea\xb5\x56\xca\x06\x4a\x6e\x58\x00\xdc\x0d\xc9\xfc\x49\xc1\xa4\x98\xfb\xf3\x34\xb9\x6e\x81\x16\x38\xed\x82\x36\x12\x08\xb6\x64\xb9\x74\x8d\x92\x1f\xd9\x75\x92\x5e\x89\xa0\x85\x16\xaa\x02\x19\x90\x0e\x84\xe1\x36\x28\x83\x3d\x70\x2b\x94\x4d\x2a\x40\x36\xbe\x0d\x6a\x60\xa7\x7c\x01\xc4\x34\x40\xc1\x47\xc9\x77\xc2\x5a\x76\xe2\x7f\x0b\xd4\xdc\x0d\x2c\xf0\x04\xdd\xba\xf2\x9f\x3b\xe2\x77\xd4\x6a\xc2\x32\xd6\x46\x7f\xd7\xb2\x61\x4b\xd9\x4a\x0e\x80\xc3\x1d\xc8\xa0\xdf\xdf\xf1\xc1\xd0\x5d\x9f\xf9\x8c\xea\x00\x6d\x3a\xf2\x1b\x61\xba\xb5\xf0\x9d\xc1\x5a\x83\x6e\x40\xec\xb1\x6c\x8e\xba\x2a\x6c\x27\x2c\x53\x32\xbd\xa6\x4d\xde\xba\xe0\x42\xd0\xdd\x4e\xac\xd6\x8e\x7e\xd1\xa1\xf5\x9b\x2b\xfe\xcc\x01\x62\xc7\x58\x6c\x81\x06\x33\x50\x9d\x92\x54\xb4\xcb\xa2\x4a\x59\x7e\xb5\x96\x88\x4d\xfb\x7d\xd4\x4c\x84\x88\x57\xcd\xe4\x32\x5e\x55\xb3\xe5\xf9\xbc\x55\x89\xaf\xa5\xf2\xed\x36\x9a\x62\x8f\xa8\x2b\x7c\xf5\x3d\xdf\x1b\x3b\xf8\xac\xb4\xea\x08\x41\x4d\xfd\x35\x5b\x86\x99\xaa\xb5\xbd\xb3\xd5\xd6\x65\xaa\x11\x7a\x44\x55\x17\xa4\xd6\x5c\x85\x29\xf5\xeb\xa9\xa0\x4a\x53\x59\x86\xda\xcf\x66\xec\x66\x1d\xd0\x6e\xbf\xbf\x6f\x1c\xce\x5c\x2d\xf8\x6c\xd1\xef\x57\x38\xcc\x9e\x5d\x34\x4d\xa2\xf6\xfb\x88\x0d\xf5\xd6\x65\x42\x1d\x9a\x98\xc1\x0e\xc2\x01\xda\xdd\x19\xe0\xaa\xfd\xd6\xaf\xb5\x6d\x75\x96\x26\xda\x5a\x49\x62\xef\xe8\x6e\x47\x0d\xb3\x05\x9f\xab\xbf\xb0\x6b\x63\xf6\x2d\x26\x48\x46\xb2\xd4\xf0\x2f\xd0\x87\x6a\xf4\x0f\x87\x65\xe1\xed\x56\xf4\x28\x2d\xcb\x6d\xb7\x48\x46\xa3\x5b\x4b\xe7\xfe\x91\x42\x58\x63\x39\xaa\x62\x85\x36\x3d\x2c\x73\x6c\x7c\x0e\x91\xc3\x29\x8a\x3b\xfe\xf4\xf5\x6a\x07\x55\xb1\xa8\xae\x4e\xdc\xef\x2b\xb7\xa9\x7c\x02\xb3\xdf\xcf\x6a\x30\x85\x73\x12\x6c\x84\xbd\xa7\x08\x7a\x8e\xa7\x72\xd3\xdd\xef\xa3\x60\x99\xc6\x89\x61\xb8\xa8\x87\x41\xe3\xe4\x1a\x44\xbc\x93\x5b\x28\x85\xc3\x77\xc7\x2f\x8c\xf0\xe7\x4d\x1a\x27\x2c\x09\xc8\x06\x87\x57\x5c\x24\xe9\xd5\x50\xb2\x7f\x6e\x58\xa6\x0e\x04\x5f\x81\x4e\xcf\x4b\x19\xaf\xd8\xe4\xb6\x8f\xa8\x2c\x9c\x31\x75\xca\x57\x2c\xdd\x28\xb4\x21\xe3\x27\x1a\xba\x86\x36\x56\x35\xe5\xf9\xed\xda\x64\xe7\xd7\x8a\xbd\x31\x31\xb2\x9b\x8b\x62\x85\x06\x2a\x1a\x4d\x89\xa0\x2a\x1a\x17\xca\x6b\x8f\x1e\x20\x39\x10\xf8\xe1\xe3\x3d\x91\x13\x35\x54\xe9\x9f\xaf\x15\x03\x89\x46\x1b\xb3\x4c\x52\x6a\x15\x32\x52\x73\x6f\x98\x46\xe3\x29\xd9\x50\xc3\xa1\xef\x30\xda\x78\xf4\x00\xa9\x81\xd4\x4d\xc8\x1c\x8d\x48\x4c\x34\xd2\x9d\xd1\x11\x49\x68\xf6\x7c\x34\x89\xf7\x1e\x87\xb1\xa7\x3f\x9a\x3c\x95\x03\xfa\x18\x2b\x2a\xa2\x5a\xe8\xc3\xe9\xb3\x67\xe3\x6f\xb6\xf5\xe4\xc1\x18\x3e\xec\x37\x3f\xec\xeb\x0f\x4f\x9a\xe9\x8f\xf0\x94\x6c\xa2\xd9\x60\x30\xa5\xea\xf9\xf3\xf1\x93\xfe\xfe\x57\x5f\x79\x09\xdf\xf8\xef\xfb\x5f\x7d\xd5\x2f\x1c\x3a\xec\x53\x4a\x33\x10\xdb\xb7\xf5\xad\xa5\x07\x63\x3c\x7d\xfe\xfc\x71\xa5\x2e\x0c\xca\xec\xbb\x6b\x19\x8f\x76\x8c\xf0\x71\xeb\x00\x9f\x3f\xdf\xbf\xb5\xeb\x98\x6c\xf4\xba\xce\x65\xba\x6a\x5f\x59\x77\xe7\xa9\x20\x80\xbb\x55\xfd\xe5\x54\xfc\xe9\x91\xb1\x7a\x8f\xe9\x88\x64\x54\xec\xf1\xa7\xf1\xb3\xec\x69\x3c\xa0\xe3\x27\x8f\xbe\x79\xe4\x6c\xd0\x37\x88\x91\x98\xc4\x03\x48\x7c\x9e\x4d\xb2\xd0\x3e\x17\xb1\xeb\x41\xd2\xc0\x41\x6f\x11\x14\x3f\x89\x2d\x29\x23\xf5\xfc\xf9\xfe\x74\x20\x23\xf5\xec\xd9\xe3\xfe\x93\x47\xd3\x41\x40\xa9\x26\xc7\xf4\x2c\x73\x98\x1f\xa4\x8b\xec\x4f\x9f\x3d\xfb\x06\x0f\x5a\x4a\x8f\x47\x50\xfc\xf9\x73\x53\x1c\x6a\xda\xb7\x35\x69\x9a\x30\x2d\x5d\x13\x16\x2a\x92\xd6\x34\x2e\x9a\x12\x4e\xdb\x30\xc4\x0f\x5c\xa8\x6f\x60\x96\x26\xe5\x63\x08\x7f\x49\x4a\x83\x83\x3f\xbf\x38\x3c\x7a\xf9\xdd\xab\xd7\xdf\xff\xe5\xcd\xf1\xdb\x77\xef\xff\xfa\xe1\xe4\xf4\x87\xbf\xfd\xf8\xf7\x9f\x7e\x8e\xcf\x67\x09\x9b\x5f\x2c\xf8\x2f\x1f\x97\x2b\x91\xae\xff\x29\x33\xb5\xb9\xbc\xfa\x74\xfd\xeb\x68\xbc\xff\xe8\xf1\x57\x4f\xbe\xfe\xe6\xdb\xc1\xc3\xc0\xce\x67\xea\x2c\x64\xf4\xa4\x0e\x06\x31\x96\x51\x3c\xa5\x69\x14\x4f\x89\x88\x52\x7f\x95\x63\x3c\xa5\x71\xa7\x2a\xbc\xab\x69\xbc\xf2\x39\x52\x7f\x7a\xfc\x7c\xd4\x0c\x27\xfb\x5a\x40\x68\xdd\xae\x91\x2d\x0d\xbb\x06\x41\x74\x57\x9b\x4c\x75\xcf\x59\x37\xee\xae\x36\x4b\xc5\xd7\x4b\xd6\x4d\xe7\xdd\xc7\x81\xd3\x38\x60\xc5\xf9\xa4\x27\xd2\x2e\xe4\x9e\x5e\x48\x69\x0c\xb4\x31\x89\x24\x98\x8e\xab\xc9\x28\x7c\xbc\x27\xff\xf4\x78\x5a\x51\x63\x21\x8a\x88\x12\xb4\x38\x49\x41\x85\x8b\x64\x54\x3d\xcd\x9e\x89\xa7\xd9\x80\x3e\xc2\x5c\x2f\x6f\xa6\x21\xfe\x49\x7f\xfc\xe4\xeb\xf1\xf8\xc9\x37\x23\x3c\xd0\x69\x83\xb1\x5e\xf2\xfe\x93\xaf\xf6\x21\x45\xc3\xb1\x4e\xdd\x9f\x62\x12\xbb\xe5\x47\x29\xe5\xf8\xf9\xf3\xf1\x37\x76\xe9\xd3\xe7\xcf\xc7\xfb\xe5\xf3\x13\xfb\xf8\xe4\x51\x3f\x9d\x16\xa0\x18\x97\x00\x21\xa2\x60\x2f\xf0\xe7\x79\x84\xa7\xf4\xc9\x3e\x11\x51\x70\xd6\x4c\x7f\x54\xd5\x83\xed\x3c\x7c\xd0\xeb\x74\x1f\x74\x67\x4b\xbe\x3e\x4f\x63\x99\x0c\x7f\xc9\xba\x97\xfb\xc3\xd1\xf0\x1b\x9d\xbc\x50\x6a\x9d\x85\x0f\x1f\x16\x9f\x7f\xd1\x27\xd3\xea\x61\xa7\xfb\x40\x7f\x7e\xc3\x67\x4c\x64\x2c\xe9\x1e\xbf\x3e\xed\xfe\xdf\xff\x57\xf7\x67\x26\xd2\xee\x87\x74\xb6\x88\x3b\xdd\x07\x0f\x8d\x0a\x4c\x47\xb5\x90\xd9\x35\xd3\x74\x46\x6f\xc6\x8f\x1e\x87\x77\xb0\x49\xb8\xb1\x87\x48\xcb\xb5\xd8\x79\x9e\x97\x76\x09\xfb\x5f\x7f\x0b\x3a\x21\x43\x61\x0c\x80\x24\x7a\xf4\xf5\x08\x94\xd9\x87\xc2\x98\x00\x48\xf4\xcd\xf8\x6b\x4c\x96\x90\x92\x79\xaa\xf2\x9e\xee\x12\xda\xdc\xa6\x2c\x11\x64\xf0\x50\xff\x50\xe8\x18\x4c\xda\xb8\x67\x2b\x11\xcd\xdb\x2e\x38\x59\xbf\x7f\x9b\xc2\xa1\xa6\x09\x32\x25\x37\x33\x95\x6a\x80\x2d\xd2\x7b\xee\xb9\x24\x6e\x26\xae\x6f\x61\xd1\x20\xae\x88\xf0\x67\xe6\xe4\x2d\x71\x89\x3e\xaf\x9c\xbd\xc4\x53\xe9\x8c\xdd\xf4\x09\x2b\xa7\x1d\x31\x64\x10\xae\x25\x3e\x5f\x32\xea\xbf\x6c\xb7\xbd\x31\x04\xef\x15\x73\x7e\xb1\x31\xdf\x7b\x23\x12\xc0\xf5\x66\xc0\xe1\x5e\x1a\x89\xe1\x95\x34\x37\x4b\x54\x33\x79\x56\x89\xc9\xe0\xab\xf7\x32\x5d\x33\xa9\xae\x11\x23\x62\xf8\x91\x5d\x13\x81\x8d\xd9\x66\xe2\x43\x4d\xd5\xd2\xa1\x57\xa5\x1e\x20\x20\x75\x45\xb4\xa0\xfc\x70\xd4\xa5\x7e\x48\xf0\x22\x16\x22\x55\xdd\x59\xbc\x5c\x76\xe3\x2e\x84\x57\xee\xc6\x59\x37\x2e\xc0\x31\xb0\x34\xa3\xe3\x1d\x87\x92\x65\xe9\xf2\x92\xd9\x70\x67\x8e\x7f\x81\x1b\x74\x73\x5f\x01\xfd\xcb\x1b\xae\xae\xc1\x1b\x43\x74\xf3\x91\x5d\x87\x41\xb5\x0e\x17\xa2\xa0\xb1\x03\xea\x2a\xf2\xcf\x47\xfd\x7e\xe9\xd0\xca\x7d\x8c\x46\xd3\x89\xff\x12\xde\xe4\x86\xf0\x34\x37\xcf\xd4\xa9\x0e\x34\x2e\xae\x7c\x26\x45\x7f\x62\x2b\xae\x14\x7c\xb0\x4f\x26\xd9\x50\xa7\x05\xe9\x6b\x13\xd9\x27\x48\x02\xcd\x02\x48\x90\xfc\xe2\x02\x0a\xdb\x27\xcb\x3b\xc0\x94\xb0\xe4\x54\xe7\x0f\x82\x3c\x27\x66\x06\x2a\xd3\xd5\x32\x01\x45\x23\x13\xaf\x9a\x97\xf1\x47\x86\xac\x9c\xda\x74\xc6\x72\x78\xe6\xf3\x29\x24\x21\x5c\x34\x62\x04\xa6\xba\x94\x65\x3d\x76\xce\x74\x20\xd5\xb2\x42\x2b\xbb\x07\x77\xbf\x51\xa3\xf7\xb9\x74\xd4\xfd\xdc\xd6\x5e\x16\x35\xad\xda\x82\x28\x70\x97\xc2\x8e\xeb\x76\x05\x86\x99\xba\x5e\xb2\xe1\x3c\x15\xea\x84\xff\xca\x68\x30\xde\x5f\xab\xa0\x35\xcf\x79\x2a\x13\x66\xbc\x19\xb4\x7d\x5e\xc7\x89\xa6\xf5\x77\x7e\x5f\xc5\xf2\x82\x8b\xdd\xc5\x53\xa3\xa0\x41\x83\xf8\x3c\x4b\x97\x1b\xc5\x5a\xf3\x45\x6c\x12\x80\x8a\x7f\x10\x06\x4b\x36\x57\xc1\x94\x06\x7b\xdf\x7e\xfb\xed\xb7\xeb\x4f\x81\xd5\x6c\xb4\x84\xfe\x3a\xbe\x60\x3f\xbd\x83\xcb\xb3\xf2\x12\xb0\x31\xa3\xd9\x4c\xa6\xcb\xe5\x69\xba\xae\xdc\x51\xd5\xfa\xa6\xd2\x35\x0d\x02\x27\x98\x57\x24\x58\x7f\x6a\xce\x63\xf5\x1e\x86\xc5\x49\x2a\x96\xd7\x9e\x38\xb9\xc8\x09\x8b\x4f\x0b\xd0\xaa\x7e\x2d\xa0\xa6\x84\xb5\x9d\xe0\x02\x08\xc1\x5d\x54\xd5\x81\x0c\x79\x90\xf1\x2a\x16\xc9\x92\xc9\x17\xf1\x72\x79\x1e\xcf\x3e\xb6\x1c\x7b\x4e\xac\x63\x60\x3b\x27\xf5\xa2\x75\x7e\xf0\xf6\x2b\x84\x96\x36\xf1\x76\xeb\xa4\xfd\x5e\x2d\xeb\x35\x13\xc9\x8b\x05\x5f\x26\x05\x06\xab\x6c\xd5\x25\xc2\xc5\x87\x59\xba\xbe\x3e\x05\x75\x37\x87\x01\xbd\x0e\xbb\x59\x2b\x13\x77\xed\x66\xaf\x6f\x4e\x60\x51\x17\xf4\x7f\xe1\xc8\x9a\x93\x55\x5e\xd0\xb7\xcd\xbe\x71\xb5\x54\x59\xf5\x5d\x3d\xb1\x53\xe3\x67\xad\x95\x34\xb5\xd5\xa0\xc6\xa0\xa0\x5d\x33\xd0\x9c\xe1\x12\x93\x35\xe6\xba\xc4\x62\x36\x69\x17\x34\x82\x72\x27\x2b\xf1\x0f\xfb\xc4\x66\x2f\xd2\xd5\x2a\xb6\x32\x27\x8b\xfe\x9d\x81\x80\xc2\x37\x8c\xf6\xc6\xb9\x11\xf4\xc0\x0c\x7d\x60\xd9\x66\x09\x7a\xe6\xae\x4d\x3f\xbd\xd1\xae\x93\x4e\xd9\x53\x02\x7e\x91\xa6\x2f\x36\xb3\x19\xcb\xb2\x20\x0c\x40\xd3\x2d\x20\x37\xa6\xe5\xd0\xeb\x05\x31\xca\xd8\xf5\xd9\x20\xf6\xd0\x08\xfd\xb3\x84\x80\x1e\x53\x71\x4a\xd8\xfb\xc9\x4a\x9a\x27\x59\xcb\xbd\x19\xab\xe4\xd9\x79\xba\x98\x56\xec\x11\x62\xdf\x9a\x92\xeb\x8a\xec\x6a\x78\xbe\xdc\x48\x84\x89\xc5\x74\x17\xcc\x3f\xf3\x9d\xa0\x7d\xb9\x84\xe0\x6e\x99\xb7\x86\x4e\xf2\xba\xa3\x2b\xad\x3b\x2a\xb6\xbd\xcf\x98\xfa\xc3\x48\x03\x00\xa6\x00\x78\x2a\x90\x69\x3a\x12\x81\x98\x0f\x4e\x3c\x68\xd3\xfb\xfd\x60\xb6\x51\xf5\xd4\x06\x23\x76\xdf\x31\x62\xae\xcb\x5d\xa3\xf9\x06\x21\xea\x18\x57\x0b\x26\xbb\xa6\xfe\x6e\xaa\x9f\x36\x2a\xb8\x8f\x41\x09\xad\x85\x64\xf7\x5b\x2a\xa6\x42\xd9\x6d\x55\x99\x0a\xa3\x72\x5f\x0c\x9a\x59\x8b\xbd\xed\xd6\xa9\xee\xf5\x28\xdd\x80\x66\xc1\xb8\xe7\xab\x03\xdc\xd2\x7f\xdb\x8e\xdf\xff\xb8\x6b\xbe\x59\x00\xb8\x0f\xca\xcd\x66\x34\x4e\x58\xe7\x26\xab\x71\x69\x64\x55\xba\x02\x7c\x87\x26\x63\x57\x6e\xd8\x7d\xbf\x64\x71\xc6\xa0\xf5\xf2\x38\x73\x71\xfe\x34\x2f\x5b\xd6\x5c\x16\x73\x1d\xdb\xa8\x46\xbf\x50\xbd\x63\x45\xa5\x78\xbb\xbd\xa5\xd3\x5f\xd6\xeb\x9f\xd2\x4d\x77\x16\x8b\x7f\xdc\x57\xdd\xd9\x46\x75\xf5\x3e\xef\xce\x65\xba\x72\x61\x70\x32\x63\xad\xe7\x8d\x48\x03\x43\xcb\x48\xb2\xfb\xf6\x00\x3d\x73\x94\x67\x7e\x3b\xb0\x98\x6c\x79\x3e\xc5\xfd\xfe\x0c\x79\xba\x28\x44\x62\xc2\x72\xe4\x31\x72\x0b\x8f\x91\x5b\xfc\x77\x65\xe4\xe6\xff\xca\x8c\x5c\xd1\xcb\xb5\x7f\xa7\x84\xd6\xce\x2c\x26\x63\xca\xd3\x1f\xf2\x95\x93\x2a\xda\xd0\x67\x67\x30\x1f\x67\x67\x54\x11\x18\x3f\xf1\x15\xd8\x56\x7e\xee\x9e\xaa\xa0\x04\x7d\x02\xfa\x6b\xd1\x2b\xad\x31\x5a\x51\x0b\x78\x1f\xf4\xe2\x76\xb2\x39\x93\x4c\xcc\x1c\x03\xa9\x41\xb0\xbb\x88\x33\x71\x5f\x75\xcf\x19\x13\x5d\xab\x4a\xcd\x33\x96\x74\xf7\xba\xd9\x66\xcd\x24\xc2\x95\x1c\x9a\xd9\x84\x08\xbb\x85\x96\x3c\x62\x38\xf4\x3c\x60\x5d\x7a\x50\x7a\xd9\x3e\x31\x13\x9b\x7a\x51\x49\x6d\x05\xbc\x72\xae\x9c\xaf\x9c\x5a\x29\x0d\x3c\x55\x08\xba\xa8\x18\x3c\xc2\xed\x46\x21\xee\xd9\x0b\x4a\xbb\x34\x38\x48\xaa\x08\x44\x62\x5c\x78\xfa\xa9\x30\x4d\xd2\xf0\xc4\xe7\x15\xf9\x6c\x93\x6f\x6f\x5b\x98\x7e\xdf\x28\xfc\x53\xd5\xce\xc4\x9f\xe8\x49\xee\xb2\x4f\x70\x8b\x06\xeb\xbf\xc9\x94\x3b\x79\xce\x59\x57\x97\xd6\xd8\xc6\xe7\xea\x3b\xac\xdc\x51\x35\x5f\x28\xe0\xed\xa3\x44\x22\x37\xde\xd6\x2c\x2c\x84\x88\x03\xfb\xb0\x37\x22\xfe\x16\x09\x7b\xa3\x3c\xc7\x44\xf5\xfb\x06\xc0\x73\x94\x12\x66\x84\x50\xd6\x11\x46\xcb\x0d\x86\x87\xd9\xf4\x14\x94\x92\xdb\x02\x51\x7c\x60\x73\x4d\x67\x6c\xb7\x3d\xfb\x54\x22\x0c\x3b\xdf\xbd\xb1\x5e\x8d\xc6\xd7\x61\xb6\x88\x57\x95\x2c\x2d\x68\xe8\xbd\x4c\x3f\x5d\xbb\x4c\x23\x20\x28\xed\x22\x1e\xc6\xca\x9b\xa8\xa1\x4a\x4f\x8c\xb0\x15\x14\x40\x1b\x8d\x21\x9d\x9d\x40\x98\xc9\x72\x44\xa0\x60\xd0\x1b\x95\x86\x15\xae\x33\x79\x8e\x9a\xee\x20\x9c\xb3\x0e\x41\x2f\x1d\x80\x39\x1f\x15\x97\x86\xd0\xf3\x51\x65\x47\xd2\x66\x27\x04\x29\x3d\xfe\x70\xeb\xbc\x4e\x52\xe1\x3b\xf4\x29\xfd\xe3\xb8\x0e\xac\xcc\x07\x89\xf3\x1c\x3c\x7e\x78\xba\xb0\xc5\x56\x68\x74\xf6\xbf\x4c\xd8\x94\x42\x98\x02\x5e\x3a\x42\xc2\xb8\x45\xf0\x24\x87\xe6\x4e\xfa\x85\xe6\x93\xe0\x12\xac\x88\x5e\x45\x53\x22\x9c\xb4\x89\x67\x27\x45\x58\xef\x3f\x58\xd4\x14\x19\x4a\x88\x00\xdd\x31\x25\xaa\xc5\x8e\x14\xf4\x3f\x19\x91\xb4\xd7\x2b\x68\x6a\xd0\xee\xb5\x3c\x4a\xd1\xb7\xd2\x43\x58\xbb\x61\x08\x95\xfd\xfe\xe7\xea\x00\x54\x06\xae\xac\xa6\xff\xab\xc4\x6d\xed\xc6\x95\x90\x32\x71\x0f\x86\x95\xb1\x72\xeb\x03\x4f\x3a\x67\x29\x9e\xd6\x3a\xcc\xb7\x89\x7b\xa8\xd4\x71\x5a\x17\xcd\xb5\xd7\xc0\x3e\x41\xf9\x82\x05\x73\xa5\x0b\x61\x48\x29\x1d\x2c\xed\x5f\xe8\x02\x79\xa2\x42\x3c\xf1\x5e\xc2\x8a\x7e\x4f\x41\xae\x7b\x50\xd9\xc6\x3c\x1a\x9c\xa7\xdb\x33\x13\xe7\x14\x2b\x68\x8c\xf4\x41\xee\xd8\xfe\x36\xc5\x5e\x35\x4c\x0b\x68\xcf\x71\xc9\x2b\xa5\x9f\x6b\x8d\x81\xed\xcf\x45\xac\x98\x99\x2a\x4d\xf8\xce\x36\x52\x32\x61\xe7\xae\x63\xb9\x4b\x7b\xca\x1d\x38\xda\xb9\x2d\xd9\x17\x24\x34\x3e\xb1\xab\x6e\x82\x5a\x38\x5f\x10\xa7\x78\x2b\x67\x9e\x21\xb5\x58\x0f\xfd\xa4\x53\xca\x09\xae\x2b\x93\x38\x36\x99\x58\xe6\xdb\x68\x32\xf9\x8c\xa6\x07\x53\x6d\xd3\x61\x27\xf2\x02\x15\xfc\x25\x6b\x94\xde\x21\xc5\x28\x26\xf3\x02\x15\x1c\x99\x43\xd1\xce\xa6\xad\xb2\x3b\x0b\xfd\x7d\xd5\x6c\xa2\x4d\xa0\x51\xe9\x9e\x82\x1c\xec\xce\x3c\xb4\x83\x22\xa7\xc9\x85\xda\x17\x68\xc7\x92\x7e\xa6\x94\x13\xf6\x68\x16\x63\x5e\x67\x31\x04\xa4\x11\x81\x49\x9a\x23\x8e\x30\xce\xc9\x37\xfb\xdf\xd4\x19\xd5\xb6\xfb\x58\xcb\x54\xf6\xfb\xbd\xa6\x1e\xbd\x35\x0d\x73\x73\xde\xc8\xd0\x51\x2e\x0b\x2d\x9e\xdc\x84\x6f\xb7\x6a\xb8\x4a\x7f\x3d\x6e\x49\xcd\x5a\x12\xd3\x96\xb4\x2b\x76\xfe\x91\xab\xda\x87\x7c\x97\x8f\x35\x70\x5d\xc1\xfa\xfd\x6f\x2b\x9c\xf6\xd3\x1a\x45\xe7\xa1\x22\xdb\x61\xcd\xf9\xd8\x47\xa4\x70\xe9\x27\x83\x51\xe6\xa9\xfd\xe7\x79\x4e\x1e\x3f\xfa\xa6\x71\x19\xe8\x6e\xf6\xbe\xd9\xff\xe6\x36\x9f\x63\x31\x4d\x6f\x3f\xfb\x5b\x14\xb3\x25\x89\x09\xc7\xe4\xc6\x82\x85\x0f\x6d\xed\x8a\x78\xa6\x40\x9e\xe7\x55\xca\x81\x48\xcf\xe3\x9f\x6f\xb1\x29\x6b\x08\x89\x0a\x24\x8b\x1b\x16\x70\x67\x51\xf9\xdc\xef\x5b\x62\x00\x7c\x05\xed\x58\x07\x18\x74\x11\x42\xbb\xfd\x20\xaa\x0d\x74\xc2\xed\xd4\x80\xe4\xb4\x9c\x9a\x36\x1f\x0f\x3a\x33\xc8\xdb\x20\x6f\x69\xdd\xd3\x5e\x01\x6a\x73\x29\x81\x3c\x39\x65\x9b\x51\x10\xa9\x9b\x1b\xad\xe2\xb5\x1b\x77\xdb\x79\xc0\xbd\x61\x83\xb9\x68\x4e\xbe\xf9\xfa\xdb\x9a\x67\x3d\x05\x00\xd9\xa6\xb8\x5c\x0a\x8f\xfa\xfd\x0a\x05\xf7\xea\xf4\xf8\x4d\xb1\x39\x6b\xd6\x24\xc4\xd4\xa7\x67\xb0\x41\xca\x3b\x6f\x6b\x3b\x49\x66\x56\xf3\x37\x69\xda\x46\x41\x64\x8e\xdb\xc2\xf0\x66\x0a\x8e\x6f\xb7\xdb\xe2\x83\xee\xd1\x8b\x74\x69\x85\x8d\xe6\xb3\xe6\x63\x0d\xa9\x12\x98\xc0\xc4\x68\xe4\xb9\x92\xd4\xbb\x58\x77\x14\xb1\x68\x34\xc5\xe0\x3d\xca\xac\x48\xcb\x4c\x34\xd7\x6a\xbb\xad\x4c\x88\x19\x03\x28\xdb\x88\xb6\xf2\xae\x9b\x2f\xed\x27\xe8\xe0\x67\xe7\x22\xcf\xc9\xa3\xaf\x47\xbb\xf7\xb5\xbd\xb1\x47\x8f\x1f\x7d\x83\x77\xf8\x77\xd4\xf9\x41\xee\xd7\xef\xf7\x34\x22\x95\x4d\x3d\x91\x63\x9e\x65\x5c\x5c\x74\x25\xfb\xe7\x86\x4b\x96\x74\x0b\x28\x0d\xe0\xf4\xea\x89\xa1\xf3\x61\xbc\x83\x70\x3f\x61\xb3\x54\x94\xe5\x3c\x15\x13\x33\x9e\xa2\x9e\xb9\xde\xdb\xed\x75\x9c\x2e\xb8\x6c\xad\xe2\x65\xc9\x93\xf2\x39\x12\x76\xcd\x0a\x64\xb8\x43\xef\xac\x05\x67\xe9\xcf\x5f\x80\xb1\xc0\xa5\x70\x9e\xdb\x7a\xcb\xb6\x75\x86\xcf\xb7\x5f\xdf\xa8\x96\x66\x6f\xdd\xac\x3b\xfa\xaa\x29\xf5\xb6\xee\x7e\x59\xd5\x3b\x87\x86\x1b\xa3\xb3\xab\xfc\xd9\xb1\x71\x54\xa1\x6b\x0b\xf7\xcb\xb6\xae\xd6\xe5\x7d\xc9\x65\xa6\x76\x43\x08\xf1\x51\x0a\xa9\xed\x66\xd2\x4d\x65\xb1\xf3\x03\x40\x62\xe3\xaf\xc3\xea\x30\x9b\xb0\xef\xe2\x31\xe9\x23\xf6\xe4\xe8\xcd\xd1\x8b\xd3\xa0\x40\x54\x6f\xe3\x15\xc3\xac\xd4\x84\xa5\xcc\x3a\xa8\x00\x66\x58\x97\x78\xfd\xf6\xfd\x0f\xb5\x02\xdb\x6d\x70\x7a\xf4\xf7\xd3\x83\x0f\x47\x07\xb5\x9a\x6e\x9c\xe6\xd4\x2e\x39\x72\x47\x6a\x82\xfa\xb6\x9b\x58\x66\xef\x7b\x90\xb5\x8e\x29\xee\x4d\xe0\xae\x04\x8d\x08\xab\x38\x57\xc6\x04\x6a\x6c\x98\x2e\x94\x4d\x96\x83\x02\x0e\xbf\x61\xb2\x51\xb3\x60\x36\xc6\x3e\x76\x42\xac\x4e\x50\xeb\x2d\x0e\xe1\xf5\xab\x7c\xd3\x43\xdc\xe1\x76\x08\x7a\xa5\xac\x8a\x2c\x38\xe2\x14\xcd\x8b\x1f\x02\x8e\x09\x4c\x41\xae\xbb\x2a\x0a\xdc\x87\x70\x19\x62\x3a\x27\xfb\x95\xd3\xaa\xe2\x84\x10\xdf\xe4\x1e\xee\xa4\x37\xbe\x67\x99\xaa\x73\x22\xb8\x8c\x73\x06\x5e\x0c\x9c\xeb\x58\xe9\xa1\x00\x5d\x75\xf8\xa1\xd1\x14\x63\xa3\x60\x76\x33\x17\xa1\x22\x33\xf5\x29\x94\xb9\x53\x82\x4f\xc5\x8c\xdd\x52\xbf\x4f\x5e\xe1\x1b\x31\x4c\xe7\x73\x70\x66\x4c\x94\x3d\xfe\xa5\x77\xf6\x97\x9e\x39\xcf\xa8\x65\x2c\xa1\x4e\x0e\x7e\x0e\x35\xe7\x12\xb6\x2a\x69\xd2\x68\xda\xee\xb7\x79\x8c\x89\xa4\x08\xb5\x0c\x14\x17\xca\xf8\x50\x50\xcf\x3c\x1d\x81\x96\x97\x15\x77\x8b\x67\xfc\xa9\x18\x0c\xb0\x8c\xc4\x74\x38\x77\x42\x20\x78\x9b\xa9\x4f\xbe\x63\x72\x33\x0d\xf3\x79\xd8\xa6\xdb\xde\xd2\x34\x11\x54\x46\x6c\x4a\x38\x8d\xc0\xff\x8e\xe8\xf7\x15\x2e\xfc\x89\xd3\x11\x89\xa9\x70\xbd\x48\x9f\xc5\x4f\xd3\xc1\x00\x8b\x28\xd5\xbd\xe8\x81\x1f\x24\xfb\x32\x3c\x33\xaf\x36\x94\x83\x4e\x2d\x3a\xc5\x9d\x5b\x68\xdd\x12\xe5\xa1\x71\x60\xd1\x85\x76\xa1\xc3\xb9\xef\x0c\xd2\x73\x38\x7c\xca\xc5\xf5\x91\xd5\xe7\xd1\x70\xa6\xe8\x8d\xe7\xfb\x43\x5a\x6f\x17\x2a\x12\xd3\x42\x5c\xab\xa7\xc4\x16\xef\x18\x81\x9b\x4e\xa2\x37\x36\x2d\xbc\x29\x1d\x44\xb0\x48\x4c\x11\x27\xdc\xe5\xd7\x07\x4f\xf1\x52\x38\xb0\x18\x8a\x36\x0d\x7a\xbd\x0d\xcf\xce\x58\x76\x9c\x26\x9b\x25\x6b\x7a\xa8\xe9\x32\x27\x96\xc8\xdb\x7c\x03\x15\x7d\xb0\xca\x7f\x71\xa8\x34\x0c\xe7\x9a\x62\x6e\x61\x4a\x00\x82\xc1\x65\x35\x96\xc3\x14\xb8\x34\x4d\x24\x0c\x35\x71\x2e\x4a\x5f\xf1\xcd\x0b\x0b\x72\x53\xde\x84\x84\xbd\x11\x5c\x40\xe9\xf9\xc8\xb1\x6e\x2a\x6d\xb7\x8c\x69\x10\x3c\x8b\x38\x7b\x77\x25\x5c\xbd\xee\x04\x53\xba\x0e\x34\x7e\xf4\x18\xe7\x08\x17\xa3\xf5\x57\x12\xe1\xaa\x4e\x66\x0b\xfe\xaf\xe9\x42\x5a\x3d\xa6\x15\x5f\x2e\x79\x06\xe4\x4a\x00\xe2\x38\xfb\x28\xf5\x27\x01\xba\x3d\x82\x06\x8b\x74\x23\x03\xc2\x69\x90\xc4\xd7\x01\x49\x69\x70\xc5\xd8\xc7\x80\xc4\x34\x58\xa5\x42\x2d\x02\x92\xd1\xe0\x9f\x9b\x58\x2a\x26\x03\xb2\xa4\xc1\x35\x8b\x65\x40\x36\x70\x15\xc0\x02\x32\xa3\x0f\xff\x03\xfd\x23\xb9\x79\x9c\xe3\x68\xef\xe1\x74\xa2\x9f\xc7\x64\x3f\xc7\x93\xe2\x75\xa4\x5f\xa3\xff\x18\xed\x7d\x3b\x7d\x50\x7e\x0e\x27\xed\xcf\xd1\x30\x84\x62\x03\x3c\xb9\xf7\x90\x24\xf4\xe1\x3f\x22\x14\xfd\xc7\x3f\xa6\xd3\x01\x9e\x6e\x7f\xba\x19\x93\xc7\xf9\xf6\xd8\xfc\x1c\x42\x91\x6d\x62\xde\x5e\x99\xb7\x85\xf9\x89\xb7\x07\xdb\x95\x79\xcc\xcc\xcf\xcf\xe6\xe7\xe4\xe4\xe4\xe1\x05\x59\xd0\x1b\x11\xaf\x20\x0c\x43\x40\xf4\x88\x93\xf8\x3a\x0b\x83\x93\x8d\x48\xe2\xeb\xb3\xe3\x14\x7e\x4e\x37\x2c\xd3\xbf\x3f\xb2\x44\x98\xa7\xd3\xc5\x46\xc2\xc3\x4b\xc9\xf5\xcf\x49\xac\x36\x52\x4f\x1c\x98\x12\x29\x14\x9c\x05\x98\xc0\xbc\x65\x61\xf0\x7d\x2c\x36\xb1\xbc\x3e\x7b\xc9\xce\x25\x3c\x1c\xc7\x72\xb6\x38\x3b\x58\x4b\xbe\x3c\x3b\x8e\xaf\xcf\xbe\xdf\x08\x76\xf6\xfd\x66\x79\x7d\x76\xb0\xb9\xd8\x64\xea\xec\x84\xad\x15\x5b\x9d\x33\x79\xf6\x6e\xa6\x52\xfd\xfb\x36\xbd\x34\x09\x87\x6c\x06\x0f\x7e\x4b\x39\x99\x37\xe8\x5f\x83\xa6\x4f\x1c\x75\x63\x77\x48\x4f\x6c\xb7\x0e\x01\x3d\xa7\x6a\xc2\xc2\x20\x18\x18\xb7\xb8\x6a\x30\xde\x73\x9f\xb0\x51\x1b\x96\x78\xc0\x72\xb2\xa6\x37\x59\x38\x27\xbf\xb6\x08\x7d\xf6\xd8\x70\xa3\x66\x46\xad\x0b\x69\x7c\x0c\xbe\x77\xe3\x73\x90\x44\x57\xfc\x0f\xcb\x87\x4f\x46\x40\xb7\xff\xe9\xc9\xa8\xf0\xa0\xfe\x8c\x8e\x26\xc1\x20\x08\x83\xbd\x00\x0f\xe6\x48\x90\x7d\x12\x8c\x02\xac\x53\x06\x73\xc4\xed\x6b\x4e\x56\xa1\xaf\xd9\x69\xa9\x7b\x35\x4c\xc0\x85\xcd\x33\x69\x1f\x2c\xd2\xda\x63\x48\x92\xc2\x11\xcd\x78\xff\x01\x92\xc3\x6b\xf0\x7d\xb3\xa7\xec\x03\x1e\x20\x39\x84\xd5\x81\x44\xfb\xa4\xbb\xa7\x86\xb3\x65\x2a\x18\xc2\xe0\x43\x48\x90\x18\x94\x82\xf7\xf8\xb3\x11\xc9\xea\x1f\x07\x28\x9d\xec\x8d\xc3\x31\x26\xb1\x9b\xde\x01\xda\xd3\xe9\x72\x8f\xe3\x87\x28\x9d\xf0\xbd\x2c\xcc\xf6\x38\xc6\xdb\xed\x08\xe7\x24\x6e\xbd\x8a\x7b\x36\x9a\x94\x1e\x8b\x99\xce\xea\xbb\x95\x66\x38\x27\x9e\x73\x9f\x59\xe1\xcb\xf0\x38\x8c\xc9\x75\xb8\x24\x57\x61\x4a\x92\x90\x93\xc3\x70\x43\x16\xa1\x20\xab\x50\x92\x2c\x54\x64\x95\x85\x8c\xfc\x35\xcc\xf2\x68\x36\xdd\x6e\x2d\x1c\xcc\xb6\xdb\x20\xc0\x43\x95\xbe\x49\xaf\x98\x7c\x11\x67\x0c\x34\x54\x4c\x54\x89\x87\xd9\xbd\x87\x9a\x2c\xcb\xc9\xa6\xad\xa3\xe5\xcd\x67\x9e\x93\x15\x85\x0d\x73\xa9\x4f\x90\xcb\x68\x35\xa5\x0b\x98\xef\x36\x36\xb2\x5b\xe1\x19\xaf\x72\x72\xde\x0e\xab\x1d\xe3\x5b\xd9\x5d\xbd\x00\x09\xdb\xe0\x40\xf1\xa5\x31\x28\x14\x94\xc1\x7d\x1a\xba\x84\x80\x00\x44\xbf\x03\x1d\x6b\xaf\x85\x8c\xcb\xc9\xce\x65\xc4\xa7\x94\x11\x41\xb9\xf3\x46\x28\xfb\x7d\xd1\xef\xa3\x15\x15\x98\x88\xed\x56\xbf\xaf\x72\x72\x4d\x1b\xd7\x37\x3e\x4b\xc0\xdc\xc2\x5b\x6b\x81\x86\x1f\x28\x35\x51\xe1\x8d\x7f\x0a\xc5\x8a\x51\x46\xe4\x30\x96\x17\x59\x79\x4d\x40\x34\x7f\x70\x85\x34\xc1\x73\x46\xd7\x9d\xb3\xe1\x92\x9e\x93\xb3\x21\xa7\x17\xe4\x6c\x78\xd5\x7e\x7c\xe8\x83\x07\x42\xd6\x2c\x59\xa8\x86\xf7\xde\x90\x8d\x9a\xe9\x87\x0d\xf9\xa4\x7f\x3e\x91\x7b\xc6\x25\x89\x7e\x31\x4f\x39\x36\xf1\x11\xae\x5a\x55\xa3\x17\x85\xaa\xd6\xbd\x37\xf4\x1c\xb1\xa1\xa9\x9b\x80\xa8\xa6\xf0\xe1\x00\xf1\x9b\x34\xf0\xe9\x8a\xe6\x74\xe1\x89\x18\x1d\x9b\x64\xf2\x34\xed\x13\xef\x25\xad\x36\x72\x89\xf1\x22\x06\x08\x03\x28\x23\x88\x16\x42\x0b\x29\xb1\x9e\x9a\x43\xbd\x8f\xdf\xc6\x6f\x81\x35\x3b\x1b\x6e\x3c\xf1\x9f\xfb\x0c\x92\x65\x1f\xa0\x74\x62\xa3\x0e\x85\x5b\xc1\x47\xf5\xfb\xbd\x87\x3f\xdf\x7b\xc8\x4d\xec\x15\x85\x0b\x6a\xd6\x08\x1c\xd1\xcc\x30\x85\xee\x72\x51\x44\xfb\xd3\xbd\xf1\x76\x3b\x22\x29\x45\x22\xfa\x7a\xba\xdd\x6a\x84\xe4\x05\x38\x1a\x91\x47\xa5\x75\xe9\xa4\x68\x1f\x6e\x48\x7f\x38\x7d\x81\x44\x34\x9e\x12\x4e\x44\xf4\x68\xba\xdd\x8e\x89\x88\x1e\x4f\x75\x75\x22\xfa\xca\xfe\x3e\x81\xdf\x14\xe3\xb0\x28\x7c\xe7\x32\x85\x5b\x30\x6f\xdc\x39\x72\x3a\xe9\xf7\x3e\x51\x36\xfc\xb4\xdd\x3a\x9f\x3e\x5c\x70\x43\x42\xc0\x53\x3d\xea\x9f\x55\x81\xbd\x97\x98\x3b\x8f\x7b\xd7\x14\x0c\xd3\x5f\x6e\x96\xcb\x9f\x8c\xe3\x30\x93\x7e\x6c\xd2\x8f\x0d\xca\xb4\x89\x87\x26\xf1\xd0\x46\xa4\x80\xb4\x1f\x5d\x5a\x21\x3e\xbf\xf7\xca\x24\xbd\x4a\x37\x32\x2b\x12\x57\xb6\x42\x20\x44\xca\xe4\xcc\x24\x1b\x21\x8b\x97\x3b\x73\xd9\x0b\x92\x26\x33\x83\xba\xb7\x51\x7c\x99\xb5\x28\xd3\x9e\xc1\x90\xb3\xbf\xc5\x4b\x9e\x34\x3f\xf7\x4a\x93\x21\xdd\xfd\x42\x4f\xea\x5e\xe2\x31\x67\x66\xd6\xb2\x93\x78\x55\x37\x03\x36\xf8\xe0\xda\x13\xe1\x19\x35\x46\x15\x4b\x05\xa6\xc7\xcf\xa8\xec\xf7\xe5\x33\xcb\x2b\x88\x04\x12\x4d\x75\x07\x73\x4d\x88\xef\xda\xf4\xf8\x59\xad\x26\x53\xe8\xcf\x6c\x9e\x36\x8c\x91\xfd\xa6\x5d\x1b\xcf\xae\xe1\xec\x98\x0f\xef\x5d\x34\xf0\xad\x9b\x99\xe1\x06\x31\x0c\xca\xf4\x91\x9a\x3a\x05\x4c\x85\x24\x31\x25\x37\x82\x7f\x6a\x99\x50\xef\x74\x82\x22\xc0\x6f\xbf\x9b\x23\xfc\x70\xcc\x1e\x41\x41\x9b\xb2\xcb\x6e\xfe\x5e\xa2\x97\xf0\x94\xaf\x98\x59\x3a\x3b\x46\xbf\x9b\x99\x0b\xa2\x04\xd2\xf9\x84\xf6\x7a\xba\xb3\x19\xde\x6e\x33\xb2\xa0\x67\xc3\xb5\x06\xf3\x76\x7b\xf0\xb3\xe1\x15\x9a\x0d\xef\x6d\x26\xc5\x26\x9c\x0d\xef\x5d\x13\x45\x98\xb7\xc7\x8a\x24\x32\x2b\x56\x2e\x99\xc8\x50\xda\xf9\xe3\xfa\xd8\x6d\x9f\x65\x53\xbf\x4a\x0d\xb4\x47\x6c\x6a\xd9\xc7\x22\x2d\xc8\x02\x4c\x50\x32\x89\x46\x04\xfe\x9b\x86\xd1\xfe\x23\xf2\xd5\xb7\xfa\xff\x6f\xbf\xfd\xb6\x60\x4b\x15\xd6\xad\xeb\xb3\xd4\xee\x18\x72\x69\x9f\x8e\xc9\x85\x7d\x3a\x24\xe7\x9a\x5e\x57\xc1\xc0\xcc\xf5\xbd\xcd\x24\xf8\xe1\xf4\x45\x10\x06\x01\xee\x64\x57\x5c\x23\xad\x05\xbe\x99\xc5\x19\xeb\x2e\xc3\x62\x20\x73\x34\x26\x23\x1c\xce\xd1\xa3\x31\x19\x8f\x71\x07\xbe\xc7\xd5\xef\x97\xfa\xfb\x88\x5c\x0e\xdc\xf7\x34\x34\x9e\x60\x4d\x43\xe6\x58\x40\x78\xa8\x89\x62\x70\xfb\xa8\x91\xce\x15\x45\xab\x67\xd7\x93\xd5\xe0\xeb\x70\x85\xf7\xae\x8b\xc3\x00\x25\x93\x8b\xbd\xab\xf0\x62\x80\x9e\xec\x5d\x61\x72\x69\xab\xe4\x21\xfc\x6c\x5c\xcb\x6b\x74\x3e\x08\x60\xff\x07\x64\x64\xf3\x88\xca\x47\x8b\x07\x02\xe2\x7a\x25\x2b\x9f\x2d\x3e\x08\xc8\xbe\xfd\xac\x6a\xa5\x4b\xb4\x10\x68\xd4\xec\xcc\xc0\x7c\xf0\xb3\x67\x79\xae\x41\x0f\x56\x7b\xb7\xfb\x12\xbb\xf9\x18\xe9\x8d\xcd\x5e\xaa\x84\x26\x4a\x0b\x30\x25\x09\xc0\x64\x8a\xc9\x62\xe7\x72\x91\x39\x45\x33\x7a\x93\x93\x99\x26\x4a\x16\x83\xe0\xd0\xf0\x4d\xd1\xa6\xf2\x16\xc3\xdb\xb1\x61\xb9\x66\xd1\x12\x5e\x1d\x1a\xd6\x29\x02\x52\xec\x24\xce\x22\x69\xf2\xbb\x69\x9b\x45\x0a\x12\x8a\x89\x9a\x69\x02\x69\x51\x9f\x9a\x19\x8e\x92\x29\x59\xd3\x04\x4c\x55\x2d\xac\x0d\x50\xb6\x67\x41\x11\x87\x10\x54\x5b\x7f\x8e\xb7\x5b\xfd\x63\x83\x91\x59\x60\x75\x84\xb0\x46\x17\x1b\xbd\x56\xab\xe1\xbd\x24\x9a\x4f\xd1\x1a\x93\x95\x3d\x6a\x88\x23\x07\x56\x36\x9b\x89\xd1\xc1\x05\x72\xb0\xbd\x1a\x6a\x6e\xeb\xb5\xb0\xa7\x09\xc6\xc3\x7b\x89\x51\xcd\x99\x5b\x0d\x6c\x57\x69\x05\xbb\x7a\xd5\x03\xfa\x68\x84\x8b\x6a\x59\x6d\x58\x3a\xcb\x66\xcf\x6f\x8b\x49\x15\x19\xe4\x32\x35\xa8\x29\x4e\x92\x16\xb4\xb4\x21\x06\x31\x75\x18\x7d\x0b\xee\x8c\x91\xd5\xe6\x32\x60\x90\x69\x30\x28\x4a\x79\xa7\x44\x89\x6b\x34\x12\xb1\x7c\x8b\x63\x5f\x06\x30\x3d\x32\xdd\x88\x04\xa9\x07\xcc\x20\x87\x62\x11\x70\x05\x2e\x99\x42\xb1\x3b\x90\x07\xe6\xba\xdd\xac\x51\x3d\x97\x35\x7c\xb8\x77\xed\xe5\xe2\x2e\xd7\x02\x8d\x8b\xc4\xb4\x4c\xfc\xda\x8c\x65\x4e\xd1\x46\x83\xeb\x46\x83\xd8\x13\xf6\x98\x6c\x34\xe8\x3d\x7a\xc2\xbe\x22\x1b\x0d\x64\x63\xf6\x88\x6c\x34\x18\x69\x22\x65\x4d\x1b\x98\x7d\xc0\x1e\xcc\xfd\xe1\xae\x8d\x9b\x15\x58\xb1\xcd\xb9\x92\xf1\xec\xb6\x65\xd3\x1c\xd6\xde\xf8\x81\x5b\xb0\x79\x2a\x57\x71\xf3\x6a\xcd\x6a\x8c\x68\xce\xc1\x40\x86\x39\xe6\x0b\x5e\xb0\x7a\xb6\x3b\x5b\xdf\xed\x36\xf8\xe9\xa7\x9f\x7e\xda\x3b\x3e\xde\x3b\x3c\x3c\x7d\xf5\x2a\x5c\xad\xc2\x2c\xfb\x39\x20\x82\x9e\x0d\x7f\xb5\xee\x1e\x79\x0d\x0f\x92\xd4\x26\xbc\x22\xb1\x7d\x5a\x91\xac\x40\xd8\x4b\xca\x87\x4e\x7c\x40\x36\x94\x1b\xa6\x32\x23\x33\x7f\x8c\x10\xe5\xc1\xd7\xfe\x45\x2c\x12\xd3\xed\xd6\x30\xb5\x78\xbb\xe5\x91\x98\xba\xc8\xe6\x40\xe1\x91\x45\x1b\x9c\x9e\x0d\x33\x94\xfe\x69\xbc\xbf\xdd\x8e\xf7\x09\xb3\x4c\xf2\x5c\x37\xca\x24\x4f\x38\x5b\x55\x55\x64\x4b\x71\x00\x7b\x36\xde\x9f\x04\x07\xc7\x41\x18\xbc\x3f\x0e\x3c\xc2\xb5\xca\x12\x86\x02\xb8\xfe\x9f\x7e\x0a\x2d\x05\x64\x81\xc8\x9d\x5c\x7b\xfb\x98\xe8\x19\x0c\x6d\x3a\x39\x0e\xb3\xc1\x98\x1c\x1f\x87\xba\x67\xfa\xd1\x70\xee\xe4\xf8\xf8\x38\x9c\x21\x37\x19\x27\x8b\x54\x2a\x92\x91\x0d\x79\x04\x9f\xf4\xb7\x0d\xc9\x30\x39\x0c\x1d\x46\x38\x3c\x84\x2a\xdc\xab\xad\x26\xa9\xf6\xe3\x47\x4c\x92\x04\xea\x75\x33\x7e\xcc\x85\x23\x3b\xc9\x92\xec\xeb\xef\xd5\x0c\xa6\xe9\x32\xcb\x23\xc8\x92\x84\xcb\xc8\xa6\x4d\xc9\x2b\xd7\x48\x8a\xc9\xab\x57\xd0\x8d\xd4\x75\x60\x11\xea\xbd\x42\x16\xfa\x77\x1f\x6b\x46\x1e\xa5\x24\x06\x76\xe9\xc0\x3d\x8f\x31\x59\xb9\x2a\x62\x4c\x56\x2b\xa8\x22\x76\x55\x64\xd5\x31\x64\x98\x64\x99\x37\xd6\xcc\xe5\x3b\x39\x39\xf1\x92\x57\x19\x79\x64\xd2\x7f\x0e\x85\xc7\x60\x3a\x9e\x3d\x21\xa8\x7d\x0f\x6d\xb7\x6b\x90\x82\x8b\x32\x62\x7c\x08\x97\x2e\xb9\xa1\x66\x0b\xb1\x4d\x0b\x91\x36\xfe\xea\xc1\x9e\x8f\x8c\xaa\x3b\xfb\xd7\x54\x30\x27\xf1\x79\x38\xfe\x0a\x6a\x4b\x78\xd5\x39\xcf\x86\xcc\x6c\xec\x4a\x4b\xad\x6d\xf4\xf1\xa7\x29\x52\xb2\xd6\xb8\xe4\x01\x9a\xfb\x82\x23\x73\xea\x78\x09\xd8\x12\x45\x7b\x73\x72\x49\xcf\x86\x56\x0f\x73\x5e\xde\x93\x53\x94\x68\xdc\x94\xe8\xf3\xf1\xf2\xe1\x78\x9f\x24\xfa\xe0\xbc\x24\x49\x94\xe9\x84\x47\x24\x89\xd2\x29\x45\xab\xbd\x35\x7e\xf8\x64\xf4\xf8\x1b\xf6\x15\x49\xf4\xb1\x6b\x52\xbe\x79\xf2\x18\x12\xc4\x94\xae\x1e\x02\x46\x4b\x34\x92\x5b\x3d\xd4\x68\x2e\xd1\xc8\x6d\xa5\x69\x59\x92\xe0\x68\x31\xdd\x6e\x57\x64\x36\xb9\x0c\xcf\x86\x31\xba\x34\xa3\x2d\x0f\xad\x5d\x24\xae\xa1\x22\x63\x3c\xbc\x77\x08\x74\x83\xc1\x22\x2d\xb9\x2f\x2d\x00\xbe\x99\xea\x7c\xf5\x6c\x5e\xcc\xa9\x0a\x01\xfd\xa6\xe3\xdd\x40\xd8\x13\x8e\x08\x0a\xc1\x5a\x35\x54\x7a\xee\xbe\x91\xd4\x8c\xbe\xc0\x44\xea\x06\x20\x6f\x1b\x93\x34\xbc\x72\xeb\x5c\xa2\x69\x43\xcf\xb6\xe4\x2e\xf9\xcd\x0a\xfd\x6f\x0b\x7d\x7f\xf2\xee\xed\xae\x79\x29\x10\xb4\xa1\x39\x54\xfa\xfa\xe4\x9d\xe3\xb2\x20\x5a\xad\xa9\xa2\x48\xbd\x85\x85\xa8\x94\x35\xc5\xee\x50\xe6\x87\xd3\x17\x65\x99\x45\x8e\x30\x39\xa2\x57\x4d\xe9\x86\x77\xd5\x4c\x8f\x48\x14\x05\xf7\x56\x59\x40\xd8\x94\x44\xc1\xbd\x2c\x20\x0a\x1e\x56\x01\x91\xf0\xf0\x2a\x20\x02\x1e\x7e\x0c\x08\x87\x87\xe3\x80\xc4\xf0\x70\x1d\x90\x25\x3c\x1c\x06\x64\x33\x9d\xb6\xab\xb1\x1e\x45\x2c\x1a\x4f\xa7\x15\x9a\xa1\xd2\xf3\x0b\xa4\x08\x8b\x46\x53\xa2\xf3\x41\xa8\x35\x72\x3d\x64\x9f\x14\x13\xf5\xfb\x8d\x42\x62\x75\x8f\x6f\xb7\x48\x1f\x2c\x57\xe4\x1a\x13\xfd\x0e\xc6\x18\xd7\x39\xb9\x76\x60\x76\x4e\xae\x87\x3c\x3b\x8c\xaf\x7f\xc9\xe8\x05\xb9\xae\xf1\x7b\xcc\xe3\x46\xc7\xec\xd1\x03\xcd\x13\x5e\x0f\x99\xa0\x97\xd1\x6a\x4a\xae\x87\x6f\x32\x7a\x49\xae\x87\x6b\xbd\x0f\xaf\xf3\x2f\xbf\x9c\xd8\x71\xdd\x6e\x0e\xaa\x60\x11\xae\x56\xdd\x83\x80\x70\x7a\xb3\x8c\x33\x75\x18\x5f\x87\x41\xf4\x13\xcb\x14\x93\x49\x7c\xdd\x8d\xd5\xb4\x1b\x0c\x04\xc9\xe2\x15\x33\xdf\x4e\x53\x3f\x5d\xb0\x4f\xca\xa5\xaf\x52\x29\xd3\xab\xca\xa7\x1f\x19\xfb\x18\x06\xfa\x04\xe8\x46\x2e\x5d\x37\x63\xd2\xa3\x37\x71\xa6\xa6\xdd\xea\x67\xdd\xd2\xd1\x32\x63\x61\x70\x7c\xfc\xf0\xf0\xf0\xa1\x3e\xff\x82\xbc\xe3\x5f\xec\xe8\x49\x15\x49\x5c\xe7\xe9\xad\x88\x69\xbb\xad\x31\x56\x2e\xfb\x76\x0b\xb1\x9f\x10\x2b\x7c\xf9\x16\x8c\x47\x90\x04\xd8\x91\x1b\x1a\xc7\xa2\x94\x04\x89\x71\xb5\x9a\xd1\xf8\xd9\xde\x93\x49\xe0\xfa\x15\x84\xf1\xb3\xbd\xf1\x24\x70\xc3\xd0\xef\x23\xf3\x7a\x18\x5f\xeb\xb7\xb1\xc9\x6c\xdf\xf6\x27\x81\x9d\x24\xfd\xf6\xb5\x79\x33\x05\xcb\x3a\xc9\x92\x8a\x28\x9b\x6a\xc2\x24\x9b\xee\x0e\x48\xb3\x9c\x2c\xbd\xf0\xbc\x12\x39\x87\xb3\x86\x6a\x43\x4b\x50\xba\xa8\x01\x48\xe3\xa2\x4a\xd9\x70\xbd\x3c\x33\xbe\x67\x0a\xb5\xa9\x8f\xec\x3a\x23\xa2\xa9\x38\x54\xbd\x47\x6b\x51\x05\xea\x32\x88\xcd\x0b\x01\x17\x3c\x12\xb7\x07\x11\x4a\x78\xbf\x9f\xf6\xfb\x0d\x49\x2e\x6f\x49\x4b\xad\xca\x20\xc9\xc8\x92\x6c\xa8\x42\x1c\x6b\x06\x00\xa5\x40\x3d\x6f\xfa\xfd\x19\xb4\x81\x32\xea\xae\x66\x71\xaf\xf0\x77\x53\x9a\x59\xcc\x53\x89\x62\x9a\x3d\x1d\xf5\x68\xbc\xb7\xf7\x14\x03\x5e\x47\x3c\x8a\xa7\x24\x8d\xe2\x29\x2e\x73\xba\x7e\xe6\xba\xfa\x1e\x9d\x95\x5f\x0c\x93\xc1\xeb\x02\x50\xb2\xa0\x69\x3d\x0d\x28\xfb\x1e\x5d\x54\xec\x3c\x92\x7e\xbf\x08\x4f\xce\x4b\x5a\x9d\xd2\xb4\x7c\xb1\xd4\x7f\xa5\x91\x0f\xec\xe2\xe8\xd3\x9a\xac\xab\xcd\x98\x54\x5d\xef\xbc\x47\xd7\x95\x86\xe6\xfd\xfe\xba\x6c\xa8\x14\xa5\xe9\x96\xca\xb7\x8e\x61\x29\x25\xe2\x30\x95\x28\xa3\xab\x72\x06\xa9\x44\x29\xbe\xd3\x2c\x0a\x1b\xaa\x8c\xac\xaa\xf3\xb8\x6b\xc6\x97\x54\x67\xd4\xd3\xbe\x6c\x9d\x76\xd7\xef\x1e\xd5\x50\xd2\xa3\xb7\x45\x85\xf4\xc9\xf9\x8a\xc5\x5e\xab\x6d\x5f\x25\xc7\x90\x67\x7f\xde\xcc\xe7\x4c\xd6\x4a\x16\xe9\x15\xfb\x2b\x59\x89\xa1\x52\x24\x03\x5f\x81\x8d\x3d\x52\x97\x53\x24\xa8\x80\x40\xeb\xc3\x84\x2d\xf9\x8a\x2b\x26\xb7\xdb\x60\x18\x90\x94\x8a\xe1\x2a\xfe\x74\xc8\xd6\x26\xd0\xad\x89\xc2\xa1\x77\x28\x78\xcd\x93\x24\xa3\xe5\x0d\x86\xb7\x83\xa4\x86\x79\x7c\xb3\xa1\x1b\xcd\xe7\xf9\x91\xa5\x64\x9b\xf3\xf2\x99\xeb\x4a\x42\x65\x34\x9b\x92\x05\x15\xc3\x2c\x9e\xb3\x7e\xbf\xb2\xbb\x51\xa2\x09\xc2\xcf\xe8\x02\x26\x9a\x5a\x54\xfa\x67\x45\x0b\x65\x42\x53\x06\x54\x09\xe7\x9e\x2a\x24\xd4\x6a\x52\xc9\x25\x5d\x4e\x96\x03\x3e\x88\xd1\x0c\x87\xb1\x15\xea\xf7\x16\xfd\x7e\x6f\xdd\xef\xaf\xaa\xb1\xe0\x13\x5c\x86\x14\xea\x95\x33\xb4\xdd\x6e\x9e\xa5\xe5\xfd\x0f\x4a\xc8\x25\xd9\x0c\xc6\xb8\x93\x45\x97\x53\x9a\x40\x78\x74\x86\x49\xe6\x29\xdd\x0a\x22\x86\xf3\x65\xac\x14\x13\xf0\xbc\x11\xee\xad\x8e\x8f\xcc\x04\xc5\x14\xa5\x34\x6d\x5d\xab\x8c\xa6\xc3\xf4\x92\xc9\x2b\xc9\x95\x31\xb9\x5c\xea\x6d\x53\x5b\x30\xcd\x9d\xc3\x75\x08\xe2\xd8\x9b\x09\x37\x41\xbd\xcf\xea\x5a\xf2\x62\x80\xbc\x54\x03\x81\x18\x6b\xa6\x87\xca\x93\x6e\xb8\x8c\xd9\xdb\xf8\x2d\x44\xd8\xdf\x33\x06\xd4\x85\xdb\xac\x61\x80\xb7\xdb\x74\x68\x3a\x31\x61\xa1\x2a\x76\x91\x8f\xc7\x11\xc7\x43\xc9\x92\xcd\x8c\xa1\x1a\xe3\x62\x9a\xfc\xac\xae\x2c\x8f\x54\xa1\x09\xd3\x36\x64\xbd\xed\x6a\x30\xd1\x03\xa5\x59\x7f\xff\xba\xe1\x7d\x56\x17\x95\xc8\x56\xc0\x73\xee\xf1\x7a\x6c\xbb\x45\x2d\x20\xa8\x26\x3d\xa7\xb3\x16\xca\x49\xaf\x12\x8e\xcd\xc1\x5b\xe8\xfc\xf6\x9b\x21\x4d\x10\xd3\x7c\x87\x7e\x26\x0c\x37\x94\xae\xaa\xba\x24\x6e\xfb\x35\x66\x12\x9c\x90\x15\xba\x3b\x6c\x10\x0f\xc4\x94\xca\x48\x4c\x09\x28\xc4\xe0\xdc\x04\xa0\x87\x26\x49\x8a\x71\x8e\xc9\x4d\x8e\x49\x6d\x81\x9a\xbb\xda\x5b\x1f\x65\xf5\x0e\x62\x13\xc3\x69\x89\x3b\x4b\xa6\xba\x82\xce\x90\x34\x4e\x38\x35\xf7\x96\xe8\xd7\x68\x34\xc5\x64\x41\x37\x80\x86\x9f\x16\xaa\xcd\x89\xb5\x00\x28\x2c\x50\xf5\x8c\x09\x0b\x89\x1d\xd3\x0c\xfb\xdc\xd2\x2c\x22\x31\xc5\x44\xb5\xae\x0e\x6b\x45\x0b\x70\x1e\xf6\x32\xa3\x11\x5c\x74\x66\x51\x2a\x3b\x3d\x45\xf0\x71\xbb\xd5\x99\xcc\xed\x24\x7c\xed\xf7\xa1\x35\xea\x22\x97\x95\xae\x35\x3d\x78\xbf\xc9\xc3\x08\x46\xab\xb3\x12\xe9\x19\x8b\xa1\x5d\x53\x83\x73\xa8\x96\xb9\xc5\xd0\x44\xfd\xe6\x4b\x82\xec\xf8\x56\xa3\x15\xdf\x57\x85\x03\x89\x0b\x9e\x29\x79\x0d\xe6\x47\x3f\xb2\xf8\xe3\x71\xbc\xce\x0b\xfe\xa0\x9c\x59\x6b\x8b\x7f\xf4\x89\x67\xaa\x35\xbc\x7f\xa5\x36\x4d\x76\xc1\xcd\x12\xab\xc6\xf8\xb7\x6a\xac\x9f\x2f\x7f\xc1\x54\xa3\x7c\x9c\x24\xcd\xf2\x1a\x2b\x30\x2b\x07\x2e\x4a\x5b\x29\x2e\xa0\xcd\x6a\x1d\x56\xe7\xb7\xa5\x1b\xd5\x1a\xca\x78\x4f\x95\xe2\x56\xe7\xf8\x83\x9b\xb4\xba\x29\x51\xeb\x6c\x82\x27\x01\x92\xfa\x99\xf3\x4e\xaf\xc6\x07\x09\xc5\x24\x0d\xe0\x27\x00\x7d\x2e\xae\x68\xa0\xff\x06\x39\x12\xdb\x2d\x12\x65\x64\xd0\x98\x64\x5f\xb0\xa6\xbc\x6d\x35\xe3\x24\x69\x7a\x16\xf2\x78\x2b\x70\x4d\xd8\x61\x7a\xcf\x99\xae\x4d\x90\x89\x4d\x1a\xd9\xf7\x29\x95\x24\xa6\x1c\x87\x08\xa5\x2e\xfd\x13\x57\x26\x39\x2d\xdc\xfd\xd8\xd9\x2c\x57\x0e\x29\xd2\x88\x62\xd9\x58\xf9\x22\x2f\x26\x31\xae\xaf\x00\xcf\xd6\xb1\x9a\x2d\x76\x76\x9f\xcf\x91\xd7\x6f\x77\x49\x7f\x4b\x1b\x26\xa3\x17\x3e\x97\x4f\xd2\x90\x63\x24\x8d\x01\xb0\x35\x04\xba\xb5\x82\x4f\x5c\x79\xe5\xe3\x49\x1a\xc6\x50\xde\x2e\xfd\x92\xa2\xb8\x95\x03\x47\xf1\x2e\xe7\x05\x37\x05\xe2\x0b\xa3\x69\xee\x51\xd3\x80\xab\xea\x5e\x94\x2b\x5e\x0d\xf2\xba\xeb\x83\xc2\x9d\x83\xd1\x66\x54\x35\x9e\x08\x49\x0c\x32\x66\x39\x05\xb7\x0e\xd8\xf9\x44\xa8\xf9\xd5\xf5\x48\x4c\x0b\x66\xbe\xe3\x09\x96\x9b\x38\x3e\xfe\x5a\x51\xa7\xbd\x31\xa9\x59\xc9\xe3\x10\x49\x2f\x9b\x6f\x14\xa7\x21\x56\xea\x13\x67\x43\x77\x2a\x37\x3b\x65\x91\xd2\xc4\xd9\x70\xcd\xa5\x19\xb0\x45\x56\x1f\x2a\xfb\x80\x14\xc4\xc6\x12\xc1\xa5\xae\x7f\x70\xa4\xe7\x19\x93\x97\x8d\x8b\xfb\x46\xec\x51\xc2\x9c\x19\x60\xad\x0d\x1f\xc6\x61\x22\xdc\xed\xca\x66\xfd\xce\xd4\x2d\x21\x1d\xac\x69\xca\x76\x37\x62\x47\xcb\xa5\xe4\x6e\xce\x45\x02\xd6\x74\x5c\x5c\x7c\x48\x53\x75\x24\x94\xbc\x06\x7f\xe5\xfd\xbe\x1c\x42\xd8\xe2\xcc\xa8\xa0\xbb\x86\xca\x5a\x01\x81\xa9\x1a\x0e\xd5\x25\x5a\xb7\x8f\x5d\x57\x0f\x39\x20\xbb\x8d\x88\x81\x88\x7a\x4d\x9f\xb8\xfa\x82\x8a\x3e\x71\xd5\x52\x8f\xdb\xd0\x9f\xed\x56\x7d\xe7\xdf\xd2\xb7\xa2\xce\xcf\x74\xb0\xad\xca\x1d\xbd\x6c\x3a\xf9\x6f\x85\x82\xda\x01\x81\x6a\xd5\x18\x78\x10\xaf\xbd\x45\xdb\x75\x5d\x55\x97\x7c\xc9\x8a\x29\xb3\x5f\x83\xb5\xec\x6b\x69\xc8\xc2\x43\x1b\x6c\x81\x3f\x09\x35\x94\x69\xaa\x48\x4a\x3d\xdc\x67\x4c\x1b\x42\xee\x24\x4a\x1a\xfc\x34\xd8\xbd\x94\xe9\xaa\x18\x96\x11\x6a\xc4\x40\xb8\x98\x99\x64\x8a\xc9\x15\x17\xcc\x41\xaa\xdd\x0b\x19\x52\x1a\x87\x93\x22\x3a\xa2\x70\x53\x96\x91\x25\x15\xad\xe0\xdb\xc9\x8c\x3e\x3b\xc3\x64\xd9\xef\x2f\x87\x1e\x2c\x17\x08\x79\x43\x6f\x5c\x3d\x21\xa8\xd2\xb7\xd4\x13\x2e\x4d\xdf\x04\xbb\xaa\x6c\x41\x52\xc4\xf0\xcd\xed\x15\xad\xb5\xef\xe1\xf3\xeb\xd2\x47\x42\x27\x9e\xc4\xd1\x6c\x4a\x37\xe1\xe7\xb6\x7b\x4a\x10\x92\x70\x08\xea\xec\x44\xe2\xfa\x62\x78\x1d\x68\xdf\xe6\x66\x19\x84\x7d\x38\x06\xaf\x8b\xb0\x3c\x6a\x21\x59\xb6\x48\x97\x89\xe6\xcc\xd9\x55\xf7\x75\xcb\x30\x91\x87\x69\xaa\x70\xa1\xb0\x1f\x9a\xee\x46\xd7\x1d\x4a\x52\x36\x11\x0a\x52\x34\x10\xf2\xc2\xf6\xa3\x9b\x7a\x53\x4e\xd2\xea\x58\xd2\x5d\xc0\x5b\xc5\x5a\x9d\x36\x5f\x0c\xa5\x98\x73\xc8\xb3\xb2\x1a\x71\x01\x63\xf5\x97\xf0\x43\xac\x78\x4a\x52\xca\xca\x19\xd8\x6e\x47\x9d\xaa\x74\x20\xc5\x10\x46\x35\x8d\xd2\x32\x00\x80\xa5\x90\xa8\xdc\x81\x36\x19\xee\x88\xed\x96\x3f\x4f\x27\x71\xbf\x1f\x17\xb0\x38\xcc\xd2\x15\x6b\x8d\xee\x06\x7e\xc1\x58\x8f\xea\xc5\xb0\xf6\xff\x48\xb6\x23\x2d\x03\x5c\x23\xcd\x30\xe1\xf0\x8f\xa9\xde\xc3\x5f\x7e\xed\x79\xfd\x18\x69\xdb\xa4\x15\xc4\xe2\xfc\xb6\xd5\xc0\xb8\x72\x61\x54\x07\x71\x8f\xc8\xa9\x1f\x23\xad\x93\xdb\xaa\xd1\x09\x90\x2d\x4b\x04\xa3\x1c\x82\x01\x78\xdf\x89\x60\xac\xe1\x5d\xa1\xb3\x19\xb5\x6f\x53\x86\xa7\x75\x3c\xbd\x03\x0f\xed\x84\xd4\x52\x68\x0c\x9c\xad\x6a\x09\x0f\x57\xa8\x7a\x82\xa5\x8b\xc5\x1e\xe5\x35\x6b\x2c\x9d\x83\x90\x93\x78\xc5\xc0\xb8\x29\xc7\x18\x02\x0d\x96\x06\x32\xb5\xc3\xb3\x52\xa4\x79\x95\xc7\x3c\xa5\x57\x1b\xfe\xfd\x0e\x06\xc2\x6d\xf2\xef\x6a\x1e\xa3\xf2\x2a\x7b\x25\x2f\x6d\x3d\xfb\x7c\x46\x48\xe2\x25\x17\x6b\x02\x7d\xb4\x01\xbb\x55\x8b\x40\x9c\xb5\xa4\x95\x66\x4e\x5c\x13\xa3\x0c\xf3\x39\xba\xa3\xe9\x0b\xc7\xfd\x7e\x6f\x5c\x78\xa8\xab\xcd\x79\xc4\xa7\x44\x45\xbc\x55\x50\x5b\x3d\x18\x6b\x20\xb4\x13\x68\xdd\xe2\x7d\x7f\xf2\xee\x6d\x59\xaa\x6a\x45\x6a\xf9\x8d\x40\xe7\x07\xf1\x41\xbf\x5f\xe0\xb8\x5b\xc2\x5f\xaa\x21\x78\xf0\x79\xc3\x33\xb5\x4b\xd0\xe5\xe6\x78\xa0\x72\x4c\x82\xd2\xe3\x97\x1a\xf2\x64\x10\xec\x05\x03\x51\x18\x4b\x19\x64\x90\xa3\x0c\x77\xca\xb0\x18\x9b\xa6\x88\xc0\xd9\x46\x3f\xb1\xa6\xd1\x5f\x8f\xaa\xce\x8a\x2c\x45\xf3\xa2\x74\xf3\xbc\xdd\x9a\x4b\x16\x73\x29\xab\xd8\x2a\x83\x43\xe8\x38\x5e\x3b\x57\x17\x46\xe9\xb7\xdd\x14\xaa\x2c\x45\x02\x8f\x55\x08\x5c\x28\xf6\x94\xf8\x76\x52\xe3\x1c\xe7\xa9\x7f\x4d\xa6\xeb\x6e\x90\x5b\x19\xff\x95\xd1\x91\x0b\xa6\xb8\x62\x22\xd3\x87\xd0\xc8\xeb\xa1\xeb\x54\x4e\xd2\x2a\x39\xd4\x4e\x04\x51\xaf\xa4\x91\x39\x14\xb7\xe2\xce\x64\xaf\x68\x67\x30\xb0\x11\xad\xab\xf3\xe4\x37\x6e\x04\x0f\xc2\xc5\xbf\x29\xe7\x92\xd2\x13\xa6\x26\x48\x52\x01\x63\x30\x56\x9e\xe0\x89\xe9\x99\x49\x71\xfe\xa8\xf9\xaf\x6c\x30\xc0\x21\x12\x95\x20\x47\x2e\xdd\x99\x5c\x56\x30\xde\x92\xb5\x85\xf0\xdc\x39\xb2\x5e\x4f\x15\x61\x7f\xf8\xaf\x6c\x8f\xb6\x76\x55\xc1\xc7\xd0\x39\xff\xab\x4d\xf9\xde\x9e\x3f\xea\x42\x58\x42\x7a\xa3\xda\xc4\x1b\x79\xcb\x6e\x02\x74\x67\x1f\xb9\xeb\x63\x63\x0e\xc1\xbd\x95\x6d\x52\x61\xec\x4d\xdc\xde\x1e\x01\x1a\xd6\x4e\x28\x6a\xed\x62\x7d\x20\x98\x48\x1c\x82\x9c\x1a\x09\xca\xbd\x78\x50\xb8\x32\x4b\x7b\x10\x9f\xa4\xb0\xaa\xbc\x5b\xdd\x7a\x3e\x42\xc4\x5d\xe4\x28\x41\xc6\x30\x45\xb8\x36\x49\x8b\x78\xb7\x44\xcd\x34\xe1\xc4\x69\x69\x55\x9c\xf6\x99\x52\x4e\x88\xe6\x97\xb2\x91\x2d\xf8\x8c\xab\xb6\x03\x7b\xe7\x76\xf0\x0e\xf0\x51\x78\x17\x88\xa9\x36\x3b\x4b\x37\x42\xd1\x5d\x1d\xa9\x64\xb5\x74\x63\x1b\xcc\x74\xbc\x0b\x2d\x81\x6f\x1c\x3a\x25\x42\x33\x40\xaa\xe9\x86\x6b\x3c\x31\xee\x91\x7c\x60\x6d\xd1\xad\x00\x84\x0b\x46\xb0\xee\xa3\x30\x24\x56\x4b\xb7\x0e\xb2\x2c\x9d\xf1\xb8\x85\xf8\xfd\xc2\xf6\x0d\x8f\xe9\xb7\xa0\xe9\x8f\x9d\x2a\x31\x50\x16\x28\x94\x5a\x29\x40\xa6\x59\xc3\x52\xc3\x38\x90\x71\xfa\x88\xa6\xb8\xc9\x8a\x30\x89\x69\x71\x3e\x76\x5b\xd7\x52\x63\x39\x51\x4e\x11\xc8\x7c\xf8\x1c\xf5\x62\x73\x87\xad\x57\x52\x80\xaf\x69\x3c\x4c\x52\xe1\xf4\x8e\x6e\xf4\x73\xd8\x1b\xe5\x9d\x98\xf6\x46\x84\x51\x65\x2d\xf3\x5d\xc3\xf6\xcc\x82\xf8\xfe\x7e\xf9\x09\xd2\x3d\x32\x3a\x01\xb6\x92\xb1\x75\xd6\x64\xab\xc8\x73\x6b\xfc\xe2\xf7\x4a\xfc\xae\x5e\x11\x09\xf6\xde\xee\x0e\xa6\x38\x4f\x9f\x53\x6e\xfb\x23\x5a\xfa\xc3\x22\x39\x18\x4c\xf3\x06\x78\x30\xa1\x24\xbf\x65\x1d\x1c\x3b\x6d\x56\xc2\xe6\x46\x98\x64\x5f\xba\x14\x6e\xd0\x99\x1b\x74\x7c\xfb\xa0\x33\x3d\x68\xe9\x06\x0d\xea\x41\xc5\xcb\x78\x7a\x87\xa5\xc9\x76\x4d\x45\x24\x89\xad\x68\x7a\xeb\xf2\xfc\x31\x3d\x25\x9c\x8e\x80\x23\xac\x2e\x17\x7f\x4e\xd3\xdb\xfb\xc8\x22\x3e\x18\x4c\x5b\x96\xac\x70\x8e\xf6\x99\x5d\x57\x4c\x51\xa5\x74\x5c\x22\x82\xcf\x94\x2f\x16\xbb\x3d\xf8\x9a\xf3\xd8\x8b\xbc\xda\xa3\x9a\xd3\xe0\x29\x6d\x81\x35\x5c\xe9\x0f\x17\xd9\x9a\xcd\xda\x34\x35\xcb\xae\x7c\x79\x07\x34\xb9\x1e\x88\x34\x61\xbf\x64\xc3\x8d\xe2\x4b\xd7\xcc\x70\xb6\xc9\x54\xba\x0a\x70\xb5\x67\xf6\x6b\xb5\x67\x9f\x51\xf6\x33\x1d\x4b\x21\x16\x57\x2b\x97\xa6\xe1\x2a\xf5\x02\x34\xf2\x1a\x11\xae\xb1\x37\x50\x5e\x8a\x38\x27\x8e\x9e\x45\x7c\x7a\x9b\x56\xc6\x6e\xca\x95\x04\x67\x02\xfc\xc8\xdd\x94\xfe\x5a\xc7\x55\x8a\xd5\x61\x84\xdc\x1d\xfc\xa9\x30\xfe\xf1\x2b\xa2\x9f\x4f\x75\x27\xad\x45\xde\xc6\x06\xf0\x4c\xec\xce\xcc\x4e\x29\xfd\x8c\xe9\x4c\x8e\x20\x31\x0d\x8d\x30\x61\x9f\x59\x50\x75\x1b\x44\xb5\xaf\x87\x1e\xcc\x30\x9d\x37\x2d\xff\x4a\xfb\x54\x59\x06\x44\x13\x74\xd4\xf1\xd4\x3d\x15\x42\x2d\x7a\xa0\xcf\xa9\x9c\x14\x83\x6c\xe2\x53\x51\xe0\x53\x35\x64\xab\xb5\xba\x6e\xb6\x6d\xea\x06\x4f\x7a\xd5\x19\x01\x84\xae\x0b\xf2\x56\x0a\xaa\xea\x5b\xb5\x74\xe6\xec\xf3\xa8\xd6\x41\x70\xbb\x97\x6d\xb3\x80\x15\x07\x0b\x55\x70\x32\x54\x53\xdb\x22\x00\xeb\x64\x34\x74\x88\x6c\xcd\x61\x56\xa4\x53\x57\xd2\x29\xee\xdf\x48\x46\x96\xd6\xde\xb9\xe1\x99\x2a\x3d\x5f\xba\x95\x7c\x68\x29\x8a\xb0\xcb\xad\x1d\x03\x7c\x39\x5f\xb2\xa1\x71\x0c\xd5\xe2\x18\xb9\xe9\x8a\xbf\xbd\x46\xf6\x69\x6d\x24\x74\xdd\x18\x9c\xcf\x9e\xc7\xb3\x8f\xb6\xd6\xaa\x2c\x8e\xe1\xed\x56\x59\xf5\x1d\x33\xe8\x21\xcf\xfe\xc6\xd9\x15\x7c\x69\x73\x12\xe6\xdd\xbe\x5b\xc0\x32\x37\xf0\xbe\x45\xa5\x51\xcd\x1a\x91\xac\x80\x38\x1b\x6d\x6f\x80\x05\x62\x51\x3c\x25\x31\x2e\x1d\x13\x35\x87\x59\x50\x6d\x98\xcf\x91\xec\xf7\x6b\x7b\xa0\xcb\x6b\xde\xd5\x7b\xd5\x75\x07\xaf\x73\xcd\x9d\x83\x30\x26\x3b\xcb\x40\x9f\x53\x23\xdc\xa8\x8b\x32\x40\x62\xa9\x3b\x9e\x4e\x49\x6a\x3b\xae\xb3\x73\xca\x48\x4c\x47\x4f\x7b\x23\xcd\x85\x2c\x29\xaf\x9c\x93\x4f\xb1\x40\x4b\x4b\xb2\xc4\x98\xc4\x83\x81\x29\x59\xa1\x56\x85\x7b\xf9\x91\xab\xc5\xdb\xcd\x72\xf9\x97\x0a\x31\xf9\xbb\x00\xcb\xaf\xf2\x8f\x07\xb2\x6a\xed\xff\xf2\x00\x67\x90\x90\x83\xb9\xaa\xa7\x3b\xa6\x30\x6b\xd7\xdd\x86\x15\x00\x47\xa0\xf8\xff\x2c\x80\x35\xfe\x6e\xdb\x61\xd6\xc3\xaa\xa2\x7e\xdb\x5c\xbd\x0e\xa8\x9d\xa0\x75\x3e\xeb\xd9\x7e\x13\xd2\x56\x82\xad\x52\xc1\x33\xf5\xf0\x84\x55\x2b\x0b\xbb\x82\xb1\x24\xeb\xc6\xaa\xbb\x64\x71\xa6\xba\xea\x2a\x2d\x1d\xfb\x0d\x6d\xb4\x47\x20\xdc\xe1\xe0\x39\x61\x8a\x08\x3a\x7e\xa8\x99\x05\xf0\x7f\x90\x36\x18\x3d\x50\x5e\x52\x74\xf4\x54\x3d\x4b\x9f\xaa\xc1\x00\x7a\xa9\x99\x65\xe4\x9d\x9b\x91\x9a\x62\x60\x91\x9d\x00\x55\x76\x18\xbc\x3f\x13\xc6\x57\x85\x91\x0c\x71\xca\x70\xee\xa4\xa4\x56\x9b\x98\xcc\x28\x2f\xc8\xd0\xa7\x3d\x14\xd3\x59\x6d\xc6\xe1\x92\x3f\xa3\xb1\x9d\xf6\xa5\x3e\x18\xfd\x0e\x69\x02\x7c\x53\xed\x4b\x0f\xc2\x89\xf6\x36\x20\x5c\xc8\x30\xbe\x59\x6a\x56\xe4\x5c\xb2\xf8\x63\xbe\xec\xf7\x21\x60\x14\x2a\x5d\x72\x49\x7d\xcc\x6e\xc4\x1f\xb1\x1a\x50\xcb\x17\x2c\x83\x15\xbb\xe9\x85\xe0\xed\x73\xcf\xe8\xe8\x29\x7b\xc6\x9f\xb2\xc1\x00\x9b\xb5\x28\x87\xca\xa6\xfe\xd4\x69\xfe\xa2\x06\xac\x30\x50\x69\x32\x95\xe2\x3f\x3d\xdc\x84\xcf\x6d\xcc\x86\x36\x6b\x9b\xca\x62\xda\x0e\x1a\x2b\xc3\xb6\x2f\x88\xe1\x32\xda\x6a\x65\x44\xac\xda\xbf\xfa\x66\x02\x7d\x8d\xa2\x7f\xdb\xed\x2d\xfd\xcd\xae\x57\x2b\xa6\x24\x9f\x1d\xee\xea\xf8\x7f\x45\x0f\x0c\x46\x50\xb7\xd7\xc1\xee\x3e\x0a\x9e\x9d\x6c\xce\x77\x4b\x6c\xcb\xce\x76\x9a\x37\x25\x3a\x05\x66\xff\x79\x65\x11\xac\x9a\x37\xf4\x4c\xd4\x7a\x66\x56\xcc\xef\x5d\xfb\x1d\x02\x38\xc3\xd7\x58\xa4\xd2\x31\xff\x5a\xde\x75\xdc\xfa\x46\x50\x75\xc3\xe0\xda\xfc\xd7\x66\xac\xde\x2f\x56\x99\x21\x58\xde\x76\x8b\xd8\x2f\xaa\xd3\x0a\x2b\xfd\x6a\x0b\xe4\x78\x4b\xbd\xec\xf6\x7a\xeb\x10\xd2\xda\x4e\xc2\xb3\x5f\x74\x03\x77\x6a\x06\x9c\xe3\xdd\xa1\xad\xc2\xfb\x5d\x05\x1c\xef\x30\x11\xf5\x0e\x37\x40\xba\x74\xc6\xc7\xeb\xce\xf8\x8a\xe1\xf1\x28\x9d\x56\xe7\x90\xa7\x02\x82\x32\xb6\x49\x2f\xeb\xc0\x09\x41\x83\x19\x61\x54\x11\x45\x25\x26\xc6\x07\xaf\x8f\x3b\x46\x75\x10\xef\x9a\xef\x45\x07\x45\x65\xf7\x92\x54\x1f\xca\x20\xc7\x6e\x9b\x33\x51\xcc\x59\x3a\x18\x14\x97\xfd\x05\x5e\xaf\xf7\x5b\x7a\xd7\xf5\xb5\xe1\xc1\xd7\x4e\xa5\x4b\x03\x69\x04\xe5\xb0\x85\x7f\x89\x67\xb3\x58\x26\xbf\xa5\x36\x13\xd6\x7f\x14\x8a\x87\xa8\x56\x31\x4c\x74\x7a\xc9\xe4\x32\x5e\xff\xbe\x9a\x0b\x1f\x03\xf6\xcc\x35\x2d\xe0\x16\xbd\xda\x76\xf7\xa9\xc6\x29\x3b\xff\xe7\x86\xbd\xe1\xe2\xe3\xeb\x24\xd0\x55\x51\x06\xfa\xa6\xfd\x3e\x9a\xa5\x22\x4b\x97\x6c\x78\x15\x4b\x81\x02\x71\x21\xe3\xf5\x62\x08\x7f\xc3\x2e\x38\xc9\xd0\xf4\x2d\x44\xb8\xba\x64\x12\xc2\xce\x8c\x86\xe3\xc7\xdd\xff\xf4\xab\xfc\xcf\x2e\xcf\xba\x09\x5b\x4b\x36\x8b\x15\x4b\x86\xff\x10\x3f\x64\xac\xfb\x9f\x20\x35\x87\xaa\xfe\xb3\x6b\x2e\xa2\x5d\x78\xaf\x7f\x88\x80\x04\xf0\xe7\x6d\xaa\x58\xd8\x55\x0b\x26\x99\xae\x24\x5e\x66\x69\x77\xb6\x88\xc5\x85\xa6\x56\xbb\xf6\x86\xb0\x7b\xce\x16\xf1\x25\x4f\x65\xd8\x7d\xa9\x7b\x22\xd2\xab\x6e\x2a\xba\x2c\x9e\x2d\xba\x50\xff\x3f\x04\xcf\xba\x7a\x24\x3c\x61\x92\x25\x5d\x95\x42\x40\x9c\x54\xb9\xf0\xd8\x90\xab\x7b\x7e\x5d\xd4\x88\xa0\x30\x4b\x2e\xa0\x59\x33\x18\x3c\x04\x0f\xae\x65\x01\xca\x86\xfe\x30\x31\x29\x3d\x86\x79\xb9\x20\xf4\x98\x57\xa8\x37\x6e\xa5\x60\x8f\xe3\x75\x93\xd6\xf0\xe7\xdb\x79\x6e\xce\xba\xff\x79\x1c\xaf\xff\xd3\x0e\xc2\x72\xe2\x45\xbc\xb4\x75\xba\xbc\x9e\xf3\xe5\xb2\xcb\xf5\xb4\xcc\x53\xc9\xba\x1b\xf0\xfb\x6c\xaa\xb2\xa4\x88\x2a\x2e\x3f\x21\x58\x3a\xb8\x3d\x30\xe1\xfa\xfd\xae\x4e\xda\xaf\x5d\x8d\xf3\x46\xc2\xe9\xa6\x4e\x62\x0b\x38\xc6\xf8\x76\x7b\x6a\xf4\x03\x6f\xf8\x76\x8b\xc0\x8b\xc2\xc8\xb4\x9b\xd2\xe0\xff\x13\x0c\xba\x83\x81\x4e\xec\x40\x55\x83\x94\xa8\x41\x8a\x7d\xcf\x4e\x99\xf3\x67\x8e\xf3\x5d\x76\x01\x7e\xb6\xa5\x53\x46\x5c\xe8\xb1\xcc\xe9\x31\x59\xd3\x63\xb2\xa2\xc7\xe4\x92\x1e\x93\x0b\x7a\x13\x27\xc9\xdb\x34\x61\xe1\x19\x89\x93\x44\xaf\x55\xb5\x56\x81\x6f\x56\xd6\x32\x8b\x53\xc3\x73\x9d\x81\xb6\x10\xbd\x02\xc3\x8f\x33\xa4\x30\xc9\x68\x62\x33\x97\xca\x12\x80\xab\x33\x4c\x62\xc4\x49\x86\x09\x33\x1e\x4c\x63\x70\x93\x42\xe6\x28\x23\x41\x9c\x24\x01\x26\x97\x08\x93\x2c\x27\xe6\xfe\x10\xda\x3f\xb1\x2f\xd0\xad\x23\x72\xc1\xc0\x9d\x6e\x78\xe5\x9e\x5e\xa4\x1b\xa1\xc2\x4f\xfa\x55\xe7\x37\xaf\xef\xdc\x6b\xe6\xbd\xeb\xdc\x59\x2d\x7b\xd6\xe2\xb8\xf0\xca\xf7\xd8\x34\x51\xc3\x25\xe4\xb3\x06\xc8\x86\x8f\x81\x2e\xbc\x70\x6f\xba\x22\x66\xe6\xcd\xc7\x4f\x05\xf3\x6d\x6a\x34\x76\x85\xdc\x54\xd7\x2a\x76\x92\x05\xed\x38\xa9\xd7\x53\xe8\x4f\xd0\xd1\x53\xfe\xac\xe0\x52\x07\x03\x1b\xb2\x20\xa5\x2c\xe2\xe0\x55\xd6\x48\x54\x5f\x27\x26\x3c\xbd\x40\x10\x55\x0b\xa5\x43\x95\xea\x6d\x57\xd8\x2d\xf5\x46\x79\x8e\x6c\x67\x88\x46\x97\x8d\xae\xdf\xad\x49\x12\x53\xbf\xc5\x89\x69\x28\x74\x69\xa0\xce\x63\xfb\x10\xdf\xd6\x7c\xee\x4f\x66\x73\x51\x88\xd8\x11\x89\x8a\x59\xc2\x7f\x44\x44\xe9\xc3\x57\x3d\x13\x4f\x07\x03\x85\x19\x92\x9a\xe5\xc9\xc9\x39\xbb\xe0\xe2\x87\x75\x12\x2b\x16\xae\x08\x13\x89\x7d\xbe\x34\x21\x43\x7d\xbf\xb1\x2b\x84\xc9\x8b\x9a\x09\x36\x62\x43\x9e\x80\x8c\xf9\x12\x4c\xc3\xe3\x0c\x7a\x79\xaa\x9f\x4a\x68\x34\x69\x85\x9d\x9c\x40\x17\x98\x34\x64\x9a\x17\xc3\x54\x74\xf4\x9f\x16\x41\xec\xc5\xd0\xeb\x27\x5d\xd1\x03\x72\x31\x2c\xfa\x4a\x2f\xe9\x7b\x32\xa7\xe7\x64\x4d\xaf\x09\x54\xc0\x08\xb3\xee\xa5\x2e\x7c\x5f\xca\x39\xc2\xe4\xa2\x14\x2f\x9e\x1b\x52\x64\x61\x3d\x39\xeb\x19\x0f\x19\x31\x07\xc3\xe9\xf5\x9a\x85\x2a\xf7\x0c\x09\xaf\xab\xb9\x85\x1e\xdc\xee\xdc\x67\x85\x2e\x4c\x6b\xe8\x3b\x8b\x99\x9d\x9f\x15\x5d\x59\x97\x27\x4c\x28\x3e\xe7\x4c\x06\xb8\xb3\x2a\x3d\x6b\xfb\x2a\x18\x13\x24\x86\x49\xac\x62\x2a\xc9\x1a\x09\x12\x6c\x60\x02\x02\x8c\x43\x24\xec\xb5\x00\xc4\x51\x81\x8f\x80\x37\x30\x51\x85\x12\x06\xe0\x10\x51\x76\xf2\xaa\x12\x0e\xc8\x5e\x8e\x17\x5f\x8f\xca\x48\x0c\x6e\x97\xf6\x64\xc9\x09\x94\x3d\x94\x06\x58\xad\x0f\x40\xfb\x06\x92\x81\x4e\x75\xa7\x08\x7f\xa7\x9c\x20\x11\xf1\x69\xe9\xc1\xdb\xd3\x1a\x58\x23\x49\x6c\x14\x64\x8b\xf8\x7a\xa3\xb2\x5f\x9f\x3c\xf9\x3c\x90\x29\xe5\xa7\x77\xe5\x27\x07\xf1\xe5\xc7\x13\xc4\xaa\x5e\x21\xac\x61\xb0\xa2\xdc\x50\x45\x7c\x8e\xd4\xb3\x51\x65\x84\x9a\x10\x32\xaa\x0a\x8a\x8c\xbd\x15\xb1\x7b\xd8\xa0\x77\x66\x30\x88\xef\x3d\xc2\xd4\x29\xcc\x54\x60\xfc\x9c\x8e\xfa\x7d\xfb\xe6\x57\x48\xd2\x22\x6f\x5a\xc9\x9b\xb6\xe4\x9d\x23\x76\xcb\xac\x9c\x56\x79\xc2\x62\xc5\xc4\x76\xdb\x73\xfd\x70\x1d\x74\x2b\x63\xc2\x59\xba\x7e\x15\x6b\x53\xd8\x88\xd8\x2f\x91\x04\xf4\xc9\x4b\x64\xc6\x34\xb6\xd6\x83\xf6\x09\xf1\xc2\xae\x06\xce\x83\xa2\x63\xc7\x08\xdf\x94\x6f\x07\x08\xdf\xcc\x06\x74\x5c\xa6\xbc\x47\xf8\x66\x44\x29\x9a\xed\xd1\x31\xee\xf7\x17\xbe\x11\xd8\xc5\x70\xce\x25\x43\x81\xd9\x65\x49\x40\x16\x98\xb8\x0c\x74\xe4\xc1\xea\x0b\x47\x84\xb6\x08\xf5\x9a\xdb\xce\x85\x89\xd0\x54\x99\x91\xaf\x1a\x72\xce\xc8\x07\x59\x57\x93\xd4\x86\xe6\x83\x9d\x99\x99\x88\xac\xeb\x38\xcb\x58\xd2\x0d\x06\xbe\xdc\xc2\x63\xab\x00\xcd\x1a\x2e\xe3\x69\x4f\x38\x31\x94\x66\x57\x0a\x3e\xa3\x64\xcb\xcb\xbc\x79\x9e\xbb\x7d\x84\xbe\x7e\x54\x0f\xbe\x63\x20\xd6\xcd\xf1\xde\xd8\x84\x89\xb4\x3a\x39\x65\x78\x48\xa7\xa4\x63\x1d\x6a\x19\xc6\xd7\x13\x07\xd9\x95\x7e\x2a\x07\x74\x8c\xc1\x5b\xb9\x9c\x02\x4a\x2a\x24\x6f\xae\x81\x5a\xd0\x1d\xab\x66\xc6\x13\xca\xcc\x9d\x5e\xb9\xb9\xed\x1d\x9f\xc6\x46\x5e\xc0\xcd\xd8\x19\xe0\x40\xc6\x89\xfd\x75\xba\x5b\xa1\x7d\xa7\x91\x9a\x96\x65\x4a\x52\xcd\x86\x37\x37\x70\x66\x5b\x04\x38\x53\x5e\x6b\x4e\xc1\x2c\xa1\x1e\x2e\x5b\xd6\x1c\x79\x94\x32\xec\x41\xf0\xff\xfc\xff\xff\x7f\xff\xdf\x6e\x30\x50\x7e\xe0\x80\xcf\xfa\xdd\xa8\x86\xd4\x74\x98\xa3\x01\x4b\x10\x2d\x83\xcf\xaf\xbb\x33\x13\x91\x70\x93\xb1\xee\x3c\x5e\x66\xd7\x5d\x2b\x5c\x8f\xb3\x2e\xbb\x84\xa0\xbd\xd9\xc6\x5c\xb6\x95\xe0\xa3\x68\x14\xa4\x9a\x43\xd1\x60\x1e\x90\x20\x9d\xcf\x83\x29\xa9\x45\x99\xd5\x1b\x12\x18\xe5\x1a\x9d\x0c\xb6\x49\xcd\x0e\x9d\x98\x56\x5c\x7f\xce\x99\x69\x5e\x1f\x2c\x09\xe9\x66\x5c\xcc\x98\x26\xeb\xe3\xa5\x64\x71\x72\xdd\x5d\xc4\x59\x77\x6d\xab\xec\xde\x0f\x06\xba\xd6\x41\x70\x3f\x00\x4b\x6d\x8b\x1f\x9b\x84\x60\xd5\x7e\xc9\xbf\x87\xac\xc4\x56\xb0\x91\xa3\xee\x7c\x1b\xe2\x2e\x38\xea\x1b\x13\xa2\x7f\x14\x35\x38\x2e\x00\x62\xee\x3a\xa6\x7d\xbb\x45\x26\x85\x46\x53\xb8\x6d\x87\x53\xda\x55\x18\x0a\x88\xd1\xc0\x73\xb8\x22\xae\x44\x26\x00\xb0\xf3\xcf\xe9\x82\xd6\x6c\x1d\x26\x31\xbe\x74\xf5\xdc\xef\x1a\x96\x8d\x2c\x00\xdd\x2b\x6e\x08\x9c\xbe\xb4\x9c\x82\x4c\x22\x7d\xc6\xcb\xf5\x4d\x31\x8f\xd2\xe9\xd0\x75\x56\x73\xe5\x1a\xc1\x5a\xe4\x9f\xea\x93\xa7\xf0\x60\x40\x34\xa8\x84\xbe\x11\x8c\x93\x7a\x28\x8b\xa7\x7b\xbc\x0c\xfe\xd5\x54\xc0\x02\xc9\x7a\x43\x15\x77\xdd\x1e\x2a\xa2\x22\xf7\xa9\xf7\xd9\xda\x01\xea\xae\x77\xe2\xa2\xf3\x96\xee\x8a\x21\x24\x84\x28\x8e\x77\x06\x01\x64\x3c\x09\x49\xaa\x31\x54\x2a\x08\x1b\xa6\xf3\xb9\x7e\x9c\xcf\x09\x03\x74\x4f\x15\xfc\x10\xf6\x39\xab\x5e\xe3\xff\xda\xb3\xed\xfd\x8c\x65\xef\x3a\x4d\x97\x9a\xb9\x33\x38\x66\xa9\x01\x04\xb7\xd9\x82\xc2\xa7\x76\x4f\xbf\x9d\x22\xd2\x89\xe6\xa3\x59\xa6\x0e\x04\x5f\x81\xca\xcb\x4b\x19\x57\x2c\x1a\x4a\xdd\x69\xdd\x6c\x87\x0d\x25\x33\xde\xde\x77\xc4\xe4\x64\x51\xd5\xde\x3d\x1a\x4d\xa7\x08\x08\x6b\x56\xf4\xb5\x6e\xfa\xd9\x94\xa6\x5e\xfa\xb1\x55\x8b\x41\x9b\xcd\xe0\x6c\x72\xc0\xf3\xb7\xc4\x10\xe9\xa1\x69\x09\xdc\x34\x01\x86\x69\x2b\xeb\x6a\x18\x03\x78\xd1\xa1\x23\x36\x6d\x74\x12\xc6\xdd\xd0\x5b\xb6\x6b\x51\xcd\x9a\xa9\x74\xed\xe7\xb4\x53\x3d\x8b\xc5\x8c\x2d\x6b\x33\x0d\xd7\x65\x39\xf2\x55\xbc\xf9\x9d\xac\xc0\x89\x89\x76\x11\x98\x3b\x52\x96\xbc\x00\xda\x22\x63\x2a\x20\x2d\xba\x1a\x9c\x81\xfe\x8c\x29\xf2\xe2\xd5\xc1\xdb\xef\x8e\x4e\x8e\x4e\x5b\xb3\x9e\xfa\x39\xa1\xd2\xd6\x6c\xa2\x91\x6d\x57\xdb\x99\xdf\xf6\x91\x94\xad\x99\x52\x2f\x0f\x38\x09\x8b\xd5\xe7\xc6\x14\xfb\xf5\x9e\x6f\xf8\x32\x79\xb7\x4c\xfe\x06\x54\x4c\x6b\xfe\xb7\x5e\xf6\xd9\xad\x35\xa7\x7e\xcd\x17\x4c\x1d\x32\xb6\x6e\xcd\x98\x54\xf3\xfd\x85\x5d\xdf\xd2\xfe\xd2\xcb\xcc\xb3\xdb\xc7\x76\x5c\xc9\x6b\xb6\x54\xfb\xc2\x56\x32\xbe\x97\xe9\x8a\x67\xed\x0b\xb6\xf1\x72\x7e\x64\xd7\xaf\xc5\x2d\xb5\x1e\x78\x79\x97\x69\xfa\x71\xb3\xb6\x6b\x92\xb6\xaf\xde\xc2\xcb\xbf\x62\xf2\x82\xed\x9c\xb1\x7b\xf5\x9c\x6f\x59\x06\x51\x88\x5b\xf2\x1e\x7a\x79\x45\x2a\x57\xf1\x92\xff\xca\x6e\xe9\xf5\x99\x97\xdf\x50\x2d\x3f\x72\xb5\x48\x37\xed\xb9\x7f\xf0\x72\xaf\x37\x92\x1d\x80\xdd\x7a\x6b\xd6\x23\x2f\x6b\x76\x0b\x38\x7c\xf0\xf2\xa9\xf8\x63\xfb\x3a\xfc\xd9\x99\xfb\x8b\x26\x8e\x02\xf2\x9a\xb2\xbc\x42\x3d\x97\x5b\xae\xd4\x68\x6a\xd1\x77\xaa\x45\x9c\x3e\x8c\x55\x3d\x62\x9f\x71\xd8\x84\xfb\xfd\x5e\x5d\xe5\x22\x37\x67\x63\xed\xaa\xde\xeb\x11\x71\x2f\x1a\x08\xb8\x3e\xf4\x72\x52\x37\x7d\xb7\xd1\x11\x9a\x12\x1c\xa7\xb6\xd6\x54\x60\xa8\x30\xe3\x5d\xe6\x3c\x5b\x90\x94\xca\xc2\xf6\x29\xa6\xd1\x14\xe2\x8f\xc3\x45\x5f\x49\xdf\xa8\xed\x56\xed\xed\x75\x9f\x8f\xf4\x80\x90\xa8\xe9\x08\x3f\xc5\xb1\x0d\x9e\xe4\x2e\xaa\x8a\x60\xe3\x9c\xde\x30\x4d\xa7\x85\x2c\xcf\xe7\x5c\xc4\xcb\xe5\xf5\x8d\xae\x5f\xf4\xfb\x96\xdf\x81\xfb\x9b\x74\x68\xba\x85\xfb\x7d\xdb\x99\x14\x17\xf9\x35\x1f\x69\xe9\x3e\x3e\x84\xda\x0a\x77\xfc\x71\x5e\x73\xe3\x60\x49\x0f\x06\x67\x36\x5c\xdd\xd7\xc9\x19\xb8\xc9\x67\x94\xb9\x30\xfa\x31\xaa\x5c\xe8\x7b\x64\x53\xa7\xce\x28\xd4\x2c\xd9\xa3\xa9\x8b\x52\x11\x4d\x3b\x95\x68\x47\x0c\xb3\x48\x4c\xfb\x7d\x0e\x5e\x67\x71\xbf\x7f\x47\xfb\xac\x48\x4c\x49\x00\x53\x18\xe0\x89\x15\xf3\x42\xf4\xdd\x0c\x29\xa2\x6b\x32\xc1\x62\x82\xa1\x66\xe6\x9d\xe6\x9f\xbd\x99\xcf\x71\x68\x8b\xf6\x80\x16\x34\xc5\x8b\xf0\x60\x19\xb2\xf5\xbb\xaa\xf4\xbf\x42\xa2\x5c\xf2\x44\x9b\x6a\x78\x4f\xec\x7b\x49\x28\x0e\xed\x1e\x02\x17\x5c\x6a\xc1\x04\x38\xd4\xd2\xab\x0d\xf1\xdd\xcc\x8a\xed\xd0\x02\x34\xd9\xdb\x5d\x75\x99\x1a\x5a\xbf\xd9\x4a\x81\xb9\x28\xfb\x39\xf3\xfa\x59\x3d\xc1\x3d\xc7\x3c\x82\x5d\x21\xb9\xdd\x22\x49\x2d\xb2\xc6\xd8\x23\x42\xc0\x43\x94\xcf\x84\x62\x00\xcd\x25\xb2\xf7\x9c\x0c\x7b\x80\x9c\x42\xbc\x4c\x9f\xfd\x2c\x73\x03\x6c\xde\x9a\x7d\x59\xc6\x0b\x34\x3a\x97\x13\x8e\xec\x8d\x23\x0e\x51\x11\x4a\x8f\x54\xe2\x6d\xc8\x89\x02\x75\x70\x59\xa3\xfa\x90\x82\x60\xab\x30\x9f\x28\x26\x19\xce\x97\x08\x89\x22\xc2\x3e\xf8\x6c\x81\x68\x73\x76\x8f\x82\x0b\x2d\x50\xc7\x35\x00\xec\x7e\x1a\x84\x27\xd9\x11\x62\xbf\x30\x35\x02\x0d\xfc\x9b\x65\x7c\xce\x96\xe1\x88\x64\x4c\xa8\xb0\xaa\xc6\x32\xee\xf3\x68\x34\x75\x9b\x35\x1a\x17\xbc\x96\x7e\xce\x89\x92\xd7\x59\x18\x4d\x49\xba\xd6\x3f\x85\x6c\x37\xa5\x37\xba\xab\x61\x86\x20\x28\x8a\x4c\xaf\xc2\x0c\x8d\x31\x31\x9f\xc3\x0c\xed\xe3\x9c\xdc\x82\xeb\x50\xfa\x05\x8a\xb9\x69\xc7\x5b\xc4\xb4\x09\x43\x59\x33\xc9\x38\x36\x94\xed\x81\x45\xbf\x63\xc2\xe9\x95\x65\x05\x87\xcc\x3e\xb1\xd9\x46\x71\x71\x31\xb4\x9c\xfb\xd3\xf8\x29\xd6\xe0\xa2\xeb\xa1\x63\x22\xfa\x7d\xc4\xe9\x7e\x3f\x8d\x46\xd3\x89\xb0\xc8\x2f\xb4\x6f\xd0\xcc\x76\x8b\x10\xa7\xa2\xc4\x8b\x36\x00\xb1\xc0\x64\x84\x43\x03\xa1\x80\x8c\x39\x75\x5f\x48\x1a\x8d\xa7\x55\xbb\x80\x2e\x77\xa1\x0b\x20\x2e\x1f\x98\x7a\x47\xa6\x59\x62\x95\xa1\x34\xe7\xab\xd7\xcc\x44\x36\x18\x99\x30\x02\xe3\x90\xd3\xd4\xa8\x31\x19\xe7\xff\x8f\x9d\x5f\xff\x78\x08\xcb\x3f\x18\x14\x16\x88\xd1\x78\x4a\xac\x3a\x72\x6e\x32\x7f\x15\x96\xb9\x04\x85\x0c\x29\x8d\x46\xd3\xce\x2c\x15\x8a\x8b\x0d\x33\xd9\xbe\x0e\x53\x1a\x0f\xd3\xb5\xa6\xec\xd7\x08\x93\x78\xa8\xe1\xc3\xbc\x94\x59\x5d\x5c\x01\x7d\x7a\xe9\x29\x41\x9c\x9a\x8c\xd8\x93\xfa\xf1\x88\x7b\xe6\xeb\xdb\xed\x93\x1e\xa5\x7a\x54\xfd\xfe\xbe\x7d\xc2\xf8\x26\xa6\xa3\xa2\xda\x9c\xcf\xd1\x23\xea\x32\xa1\x1e\xdf\x6e\x75\x3f\x9f\x73\x78\xd7\x8f\xcf\x78\xf4\x08\x4a\x99\xa1\xc0\x30\xac\x62\x17\x9f\xa3\x27\x45\x59\xfb\xfd\x99\x86\xf0\x32\x37\x37\xc6\x16\x69\x59\x82\xfb\x59\xf7\x2b\x59\xf7\xa7\xc4\xce\x83\x46\xf8\x29\x76\x85\xa2\x7d\xa8\xff\x33\x33\x94\xa7\x54\x39\xfb\xde\xd8\x47\x41\x34\x7a\x42\xd8\x94\x08\x3a\x2a\x8e\x52\x49\x39\x05\x5f\x97\x5f\x01\x0c\x58\x88\x4e\xcb\x8d\x5a\x2c\xea\x68\x3a\xd1\xc9\xd6\x77\x1a\x71\x9a\xe7\x39\x8a\x52\x92\x4d\xc1\xcd\x28\xa0\x94\x8a\x81\xb7\x83\x35\x33\xb2\x02\xa4\x1c\x36\xb6\xbd\xd7\x83\x8c\x46\x64\x9f\x90\x47\x53\x4c\xa2\xc7\xc4\x22\xe7\xa1\x21\x42\xa6\x1d\x0b\x82\x85\x48\x45\x0c\x35\xaa\x41\x98\x44\xfb\xa0\xde\x01\xfa\x67\x0d\x9e\xb2\x8c\x86\x7c\x9e\xa6\x4b\x16\xfb\xf2\xdc\x7e\x9f\x01\xca\x74\xa1\x99\xa5\x6d\x64\xdf\x36\x12\xed\x13\xd7\x88\xfd\xf2\xa8\xf8\x62\xf4\xea\xb1\x77\xf6\x24\x3e\x0d\x06\xb2\x9d\x3d\xb0\xa9\xae\xb8\xe8\x2b\xc4\xa4\x91\xf2\xa8\x03\xda\x8c\x94\x34\x71\x7e\xde\x74\xa9\x50\x91\xda\xbd\x07\xb7\x9a\x90\xc6\x0f\x90\xa3\xdf\x3a\x92\xca\x48\x44\x7c\x3a\xcd\x9b\x67\xf8\xa2\xed\x6c\xf4\x1c\x65\x7c\x64\xd7\x20\xec\x15\xec\x0a\x58\x28\xa2\x21\x28\xb5\xfc\x1c\x89\x35\x38\x19\x86\xc9\x44\x62\x33\xb1\x56\xc9\x92\x26\x08\xb4\x33\xec\xbd\x07\xb8\x15\xb1\x54\xaa\xa6\xe2\x96\xb4\x7c\x35\x2e\x33\x96\x18\x93\xde\x72\xbb\xe5\xfa\xc9\xd7\x2e\xab\x92\xc4\x4b\xac\x6b\xda\xe5\xdd\xa1\x4d\x3c\xaf\xd7\xf2\xb6\xfa\xda\x02\x0c\xdf\x32\x7c\xee\x0f\x3f\xf5\x86\x1f\x7b\xc3\xcf\xac\x04\x6c\x2e\xd3\x15\x82\xc8\xe8\x6d\xbd\x05\x37\x9e\xf6\xa4\x84\x53\xda\x9d\x71\xd6\x7d\xc5\x06\x4f\x7c\x68\xcf\xec\x29\x3e\xc3\x2d\x37\xe7\xec\xb7\xc0\xb8\xaf\xa7\xa3\xca\x50\xe4\x39\xca\x70\x8e\x96\x04\xa8\x49\x49\xdc\xd0\x43\x41\xdc\xc0\xc3\xd4\x5e\x4c\x66\x61\x4c\xec\xa0\xc3\x2c\x37\x24\xee\x82\x2e\x61\x5c\xa0\xf7\x5e\xb4\xb1\x41\x0b\x3c\x59\x98\x11\xb4\xce\x45\x8e\x71\xb8\xc8\x6d\x64\xb3\x7f\x33\x30\xed\x0c\xcc\xfa\x77\x32\x30\xf3\x9d\x0c\x0c\x59\xdd\x2e\xdc\x5c\xda\x80\xdd\x19\x8d\xa6\x3b\x1c\xdc\xb9\x98\xde\x9f\x71\xb0\x54\xad\xae\xf0\x3c\xd4\x42\x84\x0d\x9d\x32\x8a\x8d\x15\x0e\x0a\x63\x4d\x91\x62\x6b\xbb\xe5\x15\x88\x9e\x97\x5a\x9b\xde\xe4\x38\xfb\xb0\xe2\x63\xa4\x2a\x37\x57\x00\x15\xb5\xe2\xde\xad\x69\xb5\x3f\x4a\xf2\x8b\x0b\x26\x7f\xd3\x22\xe9\x76\xfd\xc5\xe9\xd4\x1a\x6d\xf5\xee\x53\xcc\x94\x21\xe7\xed\x01\xbc\x06\xfe\x02\x3b\x09\x66\xb1\x98\x97\x35\xd6\x94\x0d\xcf\xe0\xee\x86\x25\x6f\x53\xa3\x19\x90\x81\x1e\x58\x23\x15\xe2\x54\xdb\x23\xac\xf9\x55\x77\xd6\x1d\x2c\xc0\x40\xb5\xe7\x01\xfd\x81\x15\x26\x12\xf6\xf8\x45\x25\xe0\x64\x61\xd7\xb5\x7b\x8f\xd7\x76\x38\x91\x9a\xb3\xd6\xb3\x06\x36\x71\x40\x73\x17\x57\xf3\x76\x87\x5b\x5f\x29\xce\x45\xa8\xc7\x27\x56\xdc\x57\x1b\x86\xa2\x09\x7f\xac\xdf\x17\xcf\x0b\xbb\x14\x30\xf5\xb0\xde\x61\x1d\x3d\xab\xf1\x28\x98\xd3\x59\x9a\x87\xe5\x79\xde\x1a\x73\x5e\x4d\x02\xc3\xd5\x6b\xc2\x5f\xa4\xca\x33\xe6\x09\x83\x86\xcd\x89\xc9\xe2\x94\xe6\x02\x5c\x89\x84\x59\xb8\x32\xbc\xa6\x15\xc7\x8e\x55\x5f\xba\x05\xf8\x13\x60\x21\x1a\x4a\xfc\xf6\xb6\x76\x50\x75\x0f\xe3\x6b\xf1\xcb\x29\xbe\x93\x20\x42\x81\xa3\x18\x70\x08\x43\xc1\x21\x4c\x89\x53\xb0\x05\x4b\x20\xfe\x3c\x3d\x99\x8e\xaf\xc6\x62\x6f\x3e\xb7\xdb\x1e\xf7\x63\x7b\x76\xea\xc6\x3e\xa5\x1b\x1c\x1b\x1f\xdf\x40\xcc\x35\xba\xc9\x89\x7f\x63\x6e\x7c\x2e\xde\x78\x57\x78\x69\xbf\xcf\x8d\xef\xaa\x3b\x0d\x28\x2d\xc4\x2a\xfd\x7e\xc5\xaf\xba\x98\xc0\xfd\x5f\x3a\xb4\x86\xf2\xfa\xe5\x0c\xa5\xd8\x8b\x12\x5f\x55\x7d\x29\x16\xc1\xc8\x79\xe0\xae\x3e\x52\xd3\x96\x41\x59\xe7\xf7\xf0\x19\x7b\x5a\x31\xe0\x56\xb9\x02\xdb\xee\x34\xe8\x8d\x7d\x4d\x9a\xdf\x83\x67\x8a\x69\xbd\xd5\x31\x4e\x9b\xe1\x2e\x67\x19\x62\xe4\x02\x29\xe7\xb2\x38\xbf\xa0\x85\x0f\x5f\x5b\xe0\x82\x29\x6f\x86\x0f\x59\x36\x93\x7c\xad\x52\x99\x4d\x3e\x97\xa1\x85\xca\x29\x5d\xa1\xd7\x9c\x37\x37\x91\xa3\xc4\x37\xb0\x40\x9f\x69\xc5\xb8\xf2\x83\xcb\x2a\x00\xa8\x4f\xff\x26\x3d\x76\x90\x1e\xef\x7e\x27\xe9\xf1\xe9\x0e\xb2\xd3\x13\x9f\x20\x9c\x78\x44\x08\x88\xea\x48\x19\xf1\xa1\x53\xcc\x58\x6a\xe4\x14\x53\x5c\x4c\xa7\xce\xb2\xfc\xf7\xd9\x72\xd7\xb3\x05\x09\x4c\x36\x74\x59\x68\x16\x6d\x0c\xa8\x95\x49\x2e\xe6\xe7\xc6\xca\x1d\x13\xaa\xa2\xd9\xb4\xd3\x32\x9d\x49\xc1\xd3\x4d\x64\x34\x9b\xd2\x24\xe4\x28\xc1\x13\x86\x12\x22\x49\xd5\xbd\x3f\x79\x87\x52\x12\xcd\xa6\x18\x87\x6d\xba\xa5\x89\xf5\x84\xe5\x05\x26\xe8\xf7\x93\x21\xbb\x64\xf2\xfa\x76\xc6\x8f\x56\x18\x3f\x0d\xf4\x91\x6b\xaa\x14\x88\x4f\x69\x82\xf3\x72\xf3\xc4\x3b\x36\xcf\x06\xac\xf5\xec\xe6\xc9\xe8\xb2\xdc\x3c\x99\x01\x83\x65\x65\xf3\xc4\x76\xf3\xc4\xb5\xcd\x23\x73\xc4\xc8\x4d\x4e\xaa\x38\x0b\x87\x37\x86\xdb\x39\xa5\xc1\xd9\x59\x71\xf5\x7b\x76\x16\x74\x3c\xdd\xb6\x5a\x20\x8b\xb3\xb3\xe2\x82\xf4\xec\x8c\x52\x7a\xea\x6b\xbe\x79\x08\xeb\xdf\x48\xac\x15\x89\x21\x5f\x7c\x02\x0a\x75\x20\xdc\xa4\xd2\x46\xd0\x1b\x97\x3a\x8d\xc8\x5e\xce\x54\xbc\xf6\xf5\x78\x2d\xf0\x49\x8f\x45\x62\xda\x71\x3a\xd9\xa2\x38\x4c\xed\x8d\x60\x5b\x28\x9b\xb4\xdf\x3f\x30\xb7\x2b\xbc\x04\x48\x73\xd1\xf7\xbe\x85\xca\x7b\xff\xdf\x80\xca\x7b\xf1\x6f\xd0\xbc\x13\x68\x9a\x28\x8e\x63\x4c\xc6\x58\xc3\x65\xd5\x4f\x26\x6b\xf1\x93\xe9\x61\x87\x1e\xa5\x32\xc7\xad\xc1\x27\x3c\x8b\x49\x4d\x11\xb1\x48\x9a\xc0\x13\x2d\xda\x67\xc5\xb2\xbe\xd7\x64\xb5\xf0\xe4\x98\x1f\x3d\x64\x5b\xc6\x88\xb0\xb7\xde\xbe\xb7\x41\x9b\x54\x80\x13\x24\x94\xf5\x7c\xb0\x17\x6f\xa9\xc7\x87\x9a\x33\xfc\x26\x8b\xe7\xec\x84\x29\x2b\x46\xce\x9d\x67\xd9\xb6\xd1\x7a\xdb\x38\xf7\x3c\x88\x7e\xc4\x24\x33\x42\xd6\x74\x68\x6b\xa3\xc5\x53\x33\xfa\xa6\xab\x4d\x93\xc4\x32\x07\x7f\x73\x71\x75\x83\x77\x8b\xd2\xb6\x0c\x29\x2d\x01\x97\x74\xf4\x74\xf9\xcc\x15\x78\xba\x1c\x0c\x6c\x18\x5a\x1a\x47\xcb\x29\x99\x51\x4d\xce\x6f\x0c\xfd\x6e\x42\x51\xcd\x34\x38\x6f\xaa\xf4\xff\x8d\xa5\xfb\x37\x53\xa7\xc3\x6b\x22\x34\xd2\x17\x5e\x22\x89\x31\x59\x50\x59\x65\x46\xac\xed\x64\x28\x3b\x3a\x23\x35\xce\xa0\x3e\xa0\x84\xc4\x0e\x9b\x91\x62\x34\xde\x5d\xf0\x82\xa4\xd8\xdd\x1a\xf8\xa3\xdb\x00\x01\x6f\xe2\xfc\x36\xd2\x41\x86\xeb\x4d\xcf\xde\x18\xdf\x54\x33\x49\x57\x27\xa3\xba\x3b\x0e\xb0\x33\x40\x6c\xbf\xf8\x90\x5c\xe2\x85\xc3\xdf\xc5\xb7\x18\xd4\x51\xb2\x04\x3b\x3c\x41\xd8\xaf\xbf\xb4\xb3\x09\x25\x83\xf3\x01\x49\xa2\x08\x70\x5c\x46\x86\x4f\x3c\x29\xf9\xdb\x8a\x71\x19\x20\x9b\x36\x15\x55\x9f\x04\x8d\xff\x4d\x82\xde\x99\x04\x05\xd3\xb5\xb8\x20\x41\x8d\xc3\xa5\xa7\x65\x92\x99\xbf\x25\xb5\x6a\x2f\x9d\x34\x5a\x6a\x50\x9a\x52\xcd\xbf\xc1\xa3\x4f\xce\x89\x1d\xb8\x3a\xeb\xf7\x6d\xd5\x70\xa3\x1a\x37\xee\x4b\xe3\x0a\xae\x2e\xf4\x87\x6b\xb8\x3a\x05\x90\x7e\xdd\x72\x56\xbf\xfe\xdf\xf6\xac\x26\x6f\xe8\xcd\x05\x53\x61\x9b\xb6\x27\x5c\xa6\x06\x19\xac\xa2\x77\x15\xb5\xdd\x32\x77\xf7\x51\xeb\x05\xa8\x79\xb4\x7e\x41\x0a\xbb\x28\x3f\xe6\x6a\x8e\x01\x0e\xf9\x4e\xe3\x90\xe2\x22\x45\x61\x8c\xcd\x25\x7a\xab\xf8\xc7\xa2\x3d\x23\x2f\x91\xb8\xb0\x88\x1b\xce\x16\x7c\x99\x48\x26\x34\x6e\xf0\xf5\xad\x53\x1b\xc7\x4d\x31\xa1\x9c\x52\x71\xa5\x5d\x7b\x69\xa3\x70\xa7\x56\x0d\xe0\xd4\x5f\x91\x24\x31\x29\x0a\xe0\x5c\x9f\x2e\xe5\xf1\xb0\x96\xe9\xa7\xeb\xbc\x68\xaf\xe7\xe9\x77\x5b\xfb\xf3\x4a\xd3\x19\x2d\x12\xac\x75\xba\xed\x07\x8c\xbb\x3c\xde\xbc\xd4\x7c\x37\x8b\x13\xa9\xa9\x5e\x86\xc6\x24\x4f\xf4\x17\x77\x8e\xe6\x24\xbd\x12\xe0\xec\xa7\x05\x2d\x7e\x60\xf3\xa5\x86\x28\x9b\xa5\x5c\x06\x9c\x93\x5d\x32\x93\xb0\x55\x40\xe4\x6a\xda\x2d\x69\xf1\x56\x18\x2c\xf9\x6e\xaf\x07\x3c\xb0\x56\x8a\x64\x35\x00\xad\xb8\x82\x80\xd8\x9c\xd9\x8f\x5c\x2d\x50\x70\x16\xe0\x89\xab\x26\x2b\x8e\xee\xb0\x92\x54\xd6\x4c\xcc\xc9\x09\x51\x04\xca\xb3\xe9\x65\xd5\xde\x23\x52\x53\xd8\xf6\xbf\xee\xb8\x25\x71\xc7\x43\x21\x5a\x07\x7c\x7a\x93\x7b\xe6\xd6\x65\x48\x93\xd2\x14\x00\x88\xc6\x97\xce\xe5\xb0\x59\x74\x67\x7f\x62\x3b\xe8\x74\xfc\x2c\xd4\x38\x4b\x15\x80\x3b\x00\xd0\xf7\xfa\xc9\xec\xe8\x37\xd8\x15\x35\x30\xdc\x76\x48\xb5\x5d\xde\xdc\xe6\xd9\xd6\x81\xa2\xdf\x27\x52\x0f\xd3\xb4\x33\xd8\xff\x87\x5a\x39\x58\x48\x56\x89\xc7\x72\x25\xe3\x75\xbb\x36\xbc\x2b\x66\x65\xa3\x18\xdf\x30\x7a\x56\x9a\x8d\xf8\xd3\x62\xb2\x78\x5b\x08\x32\x92\xd7\xe8\x35\x04\x3c\xc2\xba\xc7\xe5\x5d\x57\xf5\x5a\xe4\x87\xea\x7d\x51\x34\xd5\x18\xfa\xa9\x6c\xd2\x21\x1a\x3b\xab\x48\xee\x8d\xa7\x15\xac\xdc\xf1\xee\xab\x6e\x21\xbe\xeb\x41\x1a\x77\xea\xb9\x83\x82\x00\xf3\x1c\x23\x6f\xb7\x3d\xd9\xdc\xe4\x9a\xda\xbf\x8d\xe2\x51\x11\x9b\x52\x69\x54\xe6\x81\xde\xbf\xf1\x0d\x48\xff\x5c\xbf\x0b\xda\x05\xb0\xa5\xe6\xe2\x4d\x5e\xd7\x5c\x04\x2f\xce\xa5\x2a\x83\x30\xf2\x16\x31\x05\x5e\xd8\xd3\x18\xd4\x45\x5e\xfd\x9b\xf3\xdb\x21\x59\xfd\xdb\xef\x94\xac\xbe\xba\x83\x64\xf5\x9f\x56\x75\x58\x5e\x17\xe0\x01\x4b\x58\x8e\xb3\xb8\x56\x28\x61\xe4\xc7\x1a\x96\x6d\x01\xb2\x1a\x87\xea\xae\x99\x77\x66\xac\x9e\x0e\x66\x81\x77\x5c\x05\xd8\x8f\xad\x8c\xaf\x6f\x89\xe7\xac\xcb\x5e\x67\x47\x85\xb3\x50\xb3\x3d\xc2\x68\x9a\xc3\x55\x28\xb0\x88\x8d\xad\x62\x2c\xc7\x5a\xd1\x96\x99\x2e\x0d\x29\xb6\x6b\xed\x21\x12\x74\x96\x92\x24\x6b\xf4\xa2\xcc\x86\x73\x08\xa8\x60\xc8\x1a\xc7\x37\x39\xd2\xa5\x26\xe7\x06\x55\xd3\x96\xe9\x6d\x1d\x43\xec\xc8\x0a\x15\xc5\xd3\x4e\xd6\xef\x37\x48\xae\xf2\x32\x2b\xab\xf2\x8f\x3c\xfa\x1b\x4a\x49\x14\x57\x05\xa3\x96\xc4\x0e\x1b\x72\xab\xac\xdf\x67\x28\x83\xfe\xb9\x72\xc0\x25\xf1\x1c\x7a\x7d\x93\x93\xc8\xf0\xba\x7e\x9f\xd3\x52\xf1\x0e\xe8\x5a\xa0\x69\x0b\xd3\xae\x34\xe2\xd3\x8e\xf4\xd8\x48\x4e\x62\x9c\x1b\x1e\x14\x6e\x05\xff\x09\xb3\xb6\xdd\xf6\x5a\x00\xaa\x4d\xd5\xb8\x55\x03\x3f\x07\xcd\xe4\x5e\x93\x1b\xfb\x6c\x78\x8f\x7a\x40\x53\xa3\xa7\x6f\x62\x89\x7a\xee\x0d\x0f\x63\xc5\x4c\x22\xa8\x1d\x23\xa0\xb9\xb7\x5b\xfd\x53\x65\xf5\xdd\x4a\xf1\xe2\xc8\xc8\x1a\xab\x52\x9d\x8e\xcc\xe9\xfd\x56\x93\xcf\x50\x86\x71\x5e\x4d\xbb\x67\x01\xeb\x3b\xf3\x0e\xa6\xe5\xee\xe8\x86\x57\x6c\x22\xd4\x7b\xb2\x98\x7b\x0d\xb2\xc5\x10\x24\x37\xb6\xa0\x53\xe8\xab\x0b\x66\xca\xaa\x69\xf1\x54\x8f\x81\xe7\x13\x4e\xa4\xe8\x29\x95\x77\x95\xc6\x58\x4b\x8c\xea\x2d\x40\xe9\x92\x58\x50\x4a\xeb\xc6\x12\x13\x31\x51\xa1\xc3\x59\xa1\x82\x53\xe7\x3b\xfa\x6f\x85\xef\xcf\x2a\x7c\x93\x9f\x76\xc5\x8b\xf8\xb7\x12\xf7\xbf\x95\xb8\xff\xad\xc4\xfd\x6f\x25\x6e\x50\xe2\x26\x7f\xf9\x37\x09\xbf\x83\x84\xff\xeb\xef\x24\xe1\xff\xb2\x5b\x2f\xf3\x7b\x5f\x76\x4e\xfe\x4e\x83\x33\xcb\xf2\x06\xe4\x67\xfd\x62\x58\xe4\x80\x30\x46\x83\x33\xe8\x58\x16\x10\x3f\x3e\x51\x41\x1e\x8d\x72\x22\x19\xbd\xc9\x3e\x72\x67\x35\x6a\xb6\x70\x81\x1e\x05\xab\x28\xe4\x82\x10\x92\xdd\x26\xf0\x00\x3f\x5b\x55\x76\x51\xb1\x86\x7c\xa3\xc2\x54\x1a\xd7\xbb\x37\xce\x85\xbf\x53\x18\x78\x29\x9c\x60\xa3\xb4\x65\x3c\x8e\xd7\x4e\x16\x52\xbd\xf7\x3e\xb5\x89\x2d\x6a\x8a\xd6\x75\x87\xb5\xcc\xa5\xdc\xbc\xaf\xe2\xeb\x73\xf6\x03\x48\x1a\xde\x5b\xb9\x49\x11\x2e\xf6\x90\xb1\x35\xfd\x60\x5e\xad\x49\x31\x4d\xe0\x35\xfa\xfb\xd4\x09\x5f\xce\xd6\x92\x5d\xf2\x74\x93\xbd\xb0\x52\x18\x93\x1e\xfd\x3c\x75\x6d\x46\x8c\x15\xcf\xc3\xb3\x4b\x67\x95\xeb\x46\x75\x66\x83\xd8\xd1\x23\x24\xc1\x55\x92\x49\x95\x1b\x21\xb8\xb8\xf8\x5b\x31\x66\x3d\x86\x36\x09\x4d\x23\xf8\x8d\x53\x4f\x35\x82\x1f\x86\x7d\x05\x5c\x54\x17\xb2\xa4\xf3\xba\x4a\x75\xa3\x78\x4d\xd5\xb6\x5e\x43\x43\xb3\xf5\x77\x8a\x4c\x0c\x75\x57\x34\xdf\x11\xfd\xbe\x70\x8d\x58\x52\x45\x90\xbf\x82\x66\x59\x55\xd0\x64\xe9\xce\x5b\x88\xcd\x7a\xf6\x93\x5a\xf6\x96\x9b\xbf\xf6\xa8\x14\x5e\x45\x24\x38\x3b\x8f\x25\x7b\xe1\x36\x5b\x55\x58\xee\xcb\xac\xa2\x9f\x0b\x12\xe8\x7b\xc4\xee\x7a\x1f\xeb\x28\xbc\x1d\xb7\xb2\x79\x2d\x0e\xc6\x2c\x15\x73\x7e\xb1\xb1\xef\xa3\x7c\x57\x44\xb8\xca\x08\x66\xbb\x3a\x6f\x3b\x63\x42\x3b\x47\x3f\x4f\xff\x98\xe6\x1c\x2a\xda\xd1\x5a\x95\xe9\x6d\xb0\x20\x4e\xea\x24\x7c\x7b\xd9\xd8\xc6\xd3\x8e\x62\xb0\x97\xd5\xbf\x77\xd6\xea\xd4\x99\x3d\xc5\x4e\xfd\xea\x51\xd3\xe9\x44\x54\x2c\x68\x65\x8d\x2f\x26\x25\x56\x0a\x75\x51\x0f\x4b\xb9\xb0\x49\x36\xb5\x66\x5c\x1b\x6b\xb8\xf6\x8c\x6b\x05\xc9\x10\x33\x9d\x71\xad\xf8\xc6\xb5\xc2\x58\x4a\x69\x64\xf2\x47\x2e\xfa\x1d\x01\xf6\xaa\x80\x80\xc9\x19\x62\xa0\xa0\xf4\x87\x41\xc2\x4e\x40\x70\xe3\xfd\x43\x9a\x4a\x62\x15\xdf\xde\xd2\xdf\xff\x98\x86\x78\x06\x38\x7b\x67\x5b\x1a\x92\x97\xe5\x5a\x16\x21\xda\xfe\x90\xa6\xdf\x4b\x9e\x29\x2e\x76\x2e\x6b\x45\x6a\x64\x57\x94\x58\x79\xb9\x3b\x88\x86\xc5\x81\xfa\x17\x76\x5d\xd8\x66\xd4\xd9\xed\x7e\x5f\xf9\xf7\xc3\xb7\x59\x19\x81\x97\xb0\xd9\x72\x93\x30\x88\x9c\x87\xb1\x73\xaf\xec\xec\x8a\x7a\x57\x7f\x2c\x82\xe1\x99\x75\x6f\xb8\x6b\x11\x7a\x96\x16\x80\x95\xfa\x83\x9a\x3c\xe4\x52\x5d\x7f\xae\x41\xb7\x3e\x9f\x6f\xb3\x76\x87\xf2\x83\xf8\x28\xd2\x12\x73\xed\x0e\x51\xef\x56\x11\x7c\xc2\x55\x57\x12\xd8\xa6\xea\x3a\x6a\x8a\x56\x94\x82\xb8\xed\x56\x40\x0c\xe0\x1d\xf2\xd4\x15\x90\xcd\x46\x8c\x60\x1d\xf5\xc9\xa1\x4f\x34\xda\x18\x77\xd1\xdf\xa7\x2e\xc6\x9a\x13\x34\xa5\xc4\x7a\x5b\xad\x84\x39\x3e\xcb\x98\x2a\xe6\x13\x10\x2c\x73\x48\xb3\xb4\x28\x8b\x1d\x91\x68\x8a\x2c\x62\x91\x2c\x59\x49\x17\xa1\xde\x88\x54\x8b\xe6\xb8\xf3\x65\xb5\x57\x28\x33\xf6\x17\x66\x1c\x6e\xd6\x2c\x8a\x9c\x08\xb0\x49\x3e\x97\xae\x69\xc2\x60\x70\x84\xdc\x0c\xdc\xe4\xd8\x77\xfb\x56\xa9\x6c\x2d\xd9\x3a\x96\x6d\xa1\x42\x99\xb9\x16\xf3\x89\x0a\xe3\x1f\xd2\xa7\x5e\x8b\x58\xa4\x5e\x82\x83\x82\xef\x51\x7b\x24\x5b\x9f\xb6\x91\x4e\x29\x08\xbc\x89\x11\x66\xae\x80\x3a\x8e\x70\x95\xb9\x2f\x27\xa9\x74\xdc\x48\x33\x58\xe3\x56\xce\xeb\x22\x2c\x8d\x0d\x05\x6a\xb7\x85\x6f\xec\xa5\xa7\x46\x16\xe7\x0b\xa3\x6f\x91\xaa\xdc\x6a\x56\xe8\x6d\x5c\x90\xdb\xf7\x80\x18\xf0\x3b\xe6\x88\x42\x14\xd8\x4e\x05\xb8\x4e\x7a\xef\xa2\xce\xeb\xa4\x60\xcd\xf9\x94\x6d\xe4\xbb\x3b\xba\x3b\x30\xe2\x30\x87\x28\x7f\xaa\x5b\x34\xc7\x85\x45\x73\x5c\xb3\x68\xf6\x27\xc4\xd9\x73\x4a\x96\xa5\xcb\x4b\x66\x03\xc5\xc3\x20\xec\xf0\x10\x6e\x13\x7c\x29\xe8\xfe\x44\x52\xf3\xa0\x0f\xe7\xb6\x5c\x95\xfb\x5a\x12\xe8\xac\x9a\xd8\x41\x36\xea\x6e\x9d\x0d\xd2\x30\x04\xd5\x19\x45\x69\x2a\x30\x71\x32\x8a\x71\xcd\xb0\x3a\xf6\xed\xb1\xc7\xe4\x11\x21\x8f\x8d\x3d\x76\xdd\x3a\xba\xcb\x69\xec\x4c\xb0\xa1\x51\x99\xda\x70\xea\x60\x92\xcd\x0b\x93\x69\x2b\x89\xa8\xe5\xae\x2f\xa5\x8d\xc0\xe6\x60\xa3\x35\x0f\x29\xe4\xd5\xfe\x04\x14\x52\xeb\x22\xf1\x84\xa9\x1c\x63\x92\x56\x05\x5c\x9e\xd1\x76\x05\x5e\xc0\x09\xd2\x0e\x53\xc6\xe8\xef\x20\xc8\x38\x46\x0c\x13\xa6\x57\xb6\x86\xf8\xfb\x7d\xe6\xbd\xf9\xc8\xb0\x53\x22\xf1\xe8\xe7\x29\x11\x94\xe9\x1f\x13\x97\x57\x53\x0a\x24\xa5\x0c\x7e\x63\xd8\xbb\x31\x2b\x06\x5d\xb0\x94\x98\x64\xf4\x07\xf4\x3d\x12\x98\x70\x4c\x96\xf0\x9c\x62\x22\x31\xd9\xd0\x43\x94\x91\x14\x93\xd9\xff\xcb\xde\xdb\x6d\xb7\x8d\x2b\x0b\x83\xf7\x7e\x0a\x9b\x5f\xa2\x03\x88\x45\x89\x94\x93\x74\x37\x6d\x58\x2b\x3f\xee\x4e\xba\x93\x38\x89\x93\x74\x27\x6a\x6d\x2f\x5a\x82\x2c\x26\x14\xa9\x80\x90\x2d\x25\xd6\xb9\x9e\xeb\x79\x97\x79\x81\x79\x94\x79\x92\x59\x00\x08\x12\xa4\x28\x59\x4e\xf7\xde\x67\x9f\xb3\x4e\xb2\x96\xc5\x9f\x42\x01\x04\x0a\x85\x2a\xa0\x7e\xc8\x13\x14\x19\x51\xc0\x03\xa9\x9d\xce\x20\x10\xb3\x66\x00\x41\xeb\x2c\x16\x3a\xf3\xe2\x7d\xc8\xf8\x2c\x88\x0c\x77\x1e\x0c\x41\xc5\xc5\x32\x1b\xbe\x35\x27\xf4\x67\xfa\xbd\xb4\x1e\xc1\xa6\x8f\xe7\x5a\xe5\x78\x5d\xdd\x3a\x9f\x6f\x3e\xe3\x83\x11\xa7\xec\x4d\x56\x81\x85\x6b\x26\xb5\xae\x3d\x93\x04\xd6\x0c\x17\x48\x7e\xa9\x65\xb1\x7c\x6f\x25\xcb\x29\xbc\xb6\x3d\x3d\xda\xc7\x45\xf3\x15\xac\x8a\xbd\x28\x17\x0f\x0a\x14\x03\x33\x42\xa3\x1e\x39\x9e\x26\xd7\x8f\xab\xf0\x1f\x81\x62\x8c\xfd\x1b\xea\xc4\xa5\xfe\x62\xf5\x07\xfc\x5c\xe2\xaf\x22\x97\x22\xd7\xfa\x2e\xaa\x11\x2a\xca\x92\xf1\x9a\x36\xdf\xd4\x03\xab\x35\xea\x25\xf6\xef\x71\x83\xbd\x25\x9b\x2e\xb9\x1a\xaf\x70\xe9\x42\x3e\xdf\x23\x19\x4d\x94\x37\x9c\x8a\xb0\x0f\x34\xcf\x3c\x4d\x73\x21\xf6\xc8\xed\x52\xff\x57\x74\x5a\x57\x50\x48\xd8\x35\xae\xfe\x8a\x0a\x59\x4f\xee\xcb\x96\x4e\x70\xbe\x76\x79\x66\xfd\x82\xb0\xcf\x8b\x80\xfd\x15\x11\x45\x66\x46\x16\xac\xd3\x8c\x05\xc0\x71\x1f\xfb\xc6\x33\xbd\x9e\xc8\xed\x82\x7e\x1d\x3b\x0b\x86\x43\x79\x7e\xb1\x21\x2b\xfb\x4e\xe9\x34\xbc\x38\x27\x2b\xe4\x0f\x5a\x1b\xa3\x4c\x88\x25\xd5\x13\xf2\xfc\xd8\xf9\xfa\x5a\x67\xff\xad\x05\xc9\x3a\xd0\xc2\x90\xa7\x1d\xcd\xc1\x8b\xd7\x2a\x13\x5a\x26\x8c\x2a\x7a\xec\xef\xe8\x02\xa1\x90\xe2\xd4\x81\xb2\x26\xd5\x9d\x8a\x6e\x49\xcc\xcd\x3e\x14\x00\x05\x06\xdf\xea\xd7\x87\x6a\xd4\x4a\xb1\xe2\xc9\x8e\x4b\xff\xe6\xbd\xaf\x9c\xe3\x67\x49\xd9\x33\x59\x08\xc5\x20\xb3\x35\xc9\x4f\x93\x61\x90\x7b\x7d\x2c\x53\xe2\x18\x5b\x0e\x69\xde\x09\x95\xd1\x08\x70\xa3\xf1\x48\x45\x7b\x90\xd7\xc8\x2c\x46\x7a\x41\xb6\xab\x12\x95\xd0\xed\x04\xe4\x35\x8a\x20\x0b\x72\x3a\xcb\xba\x35\x85\x00\x6f\xee\xc7\x18\xa4\x75\xf8\x9a\x7e\xcc\x0e\x16\x52\x73\xeb\x24\xa8\x48\xdb\x69\x1c\x4c\xd3\x71\xc2\xeb\x17\x17\xb1\x32\xf2\xea\x98\x7e\xd3\x81\x27\xbe\x6f\x77\xed\x9b\x50\xba\xe4\x70\xfa\x1b\x44\xe8\x6c\x84\x0c\xdb\x2e\x29\x4d\x67\x9f\x94\x1d\x30\x98\x1f\x16\x1b\xdd\xb9\xd4\x92\xf6\x4a\xb0\x82\x94\x27\xf5\xda\x40\x2e\x15\x33\x42\xd5\xe1\x42\x0a\xe1\x5f\x90\xf1\x21\x20\xbf\x22\x56\x5b\x98\xeb\xaf\x63\xa6\xef\xaf\x36\x76\x4d\xf4\xe9\x09\x98\x5f\x54\xe8\x0e\x95\xf5\x22\x2c\x16\x87\xe0\x86\xc5\xbd\x6e\xa1\x18\x04\x69\x25\xf8\x73\xd9\x1a\x4d\x6f\x02\xf2\x5c\x91\xa8\xc9\x4a\xd9\x68\x98\xdb\x0c\x35\xb2\xd6\x23\xc4\xe1\x57\xc3\x49\xa4\x5e\xeb\xcd\xf7\x2e\x78\x29\x14\x4b\xae\x2c\xd5\x34\x3f\x53\x82\x02\x5e\xd2\x17\xcb\x99\xfd\x6b\x76\xf8\x95\x34\x62\x88\x21\xcc\xdc\x38\xf1\x59\xbe\xd6\x94\x6b\x33\x97\x85\xb5\x1b\x03\x19\x27\x17\x22\x69\x0d\x5b\xd1\xc9\xe9\x73\x54\x72\x3b\x3c\x2c\x34\xcf\x5c\xf2\x52\x49\x79\x8a\x46\x5b\xa2\xf4\x0c\xe5\x49\x44\x0a\xc5\xfe\x99\xd1\x09\x88\xc2\x9e\x8b\x21\xa9\x46\x79\x89\x8d\xac\x09\x75\x65\x3c\x21\x47\xad\xaa\xfc\xf1\x8a\xc6\xbf\xd4\x86\x0d\x75\x63\xc8\x2a\x82\x63\xa5\xf5\x5c\x87\xf7\xcc\xf6\x2c\x56\xeb\x4b\x56\x77\x18\x6a\x15\xd1\x3a\xec\x15\xa9\x79\x05\x79\xfd\x88\xe5\xe1\x85\x2e\xb3\xd8\x42\x7b\x92\x96\xab\xce\xaf\x82\xc8\x3d\x83\xc8\x1b\x0d\x05\xd7\x73\xd7\xac\x74\x65\x21\x8d\x61\x08\xbb\xb1\xe2\xcf\x5a\x0c\x40\x4c\x33\xe8\xd8\xe4\x63\x74\x89\xd7\x50\xdd\xca\x11\x4a\xb1\x8a\x19\xba\x89\xd6\x64\x94\x7e\x54\xa3\xa2\xc6\xda\xe8\x2d\xd6\x7b\x35\x79\x78\x21\x63\xbb\x86\xe5\xe1\x85\x8c\x3d\x83\x3c\xd0\x50\x98\x0f\xcc\x6a\x64\xa3\xa4\xd1\xd8\xd3\x0b\x60\x82\xaf\xaf\x93\x65\x71\xf8\x59\xfa\x2e\x63\xd7\xa8\x96\x23\x8b\x91\x61\xb9\xe9\x4d\x48\x68\x29\xea\x53\xc1\x8e\x42\x69\xf1\xff\xcd\x20\x2c\xbd\x3c\x26\x86\x69\xf9\xba\x55\x32\xdf\x8c\x09\x94\xe3\xd5\x43\x51\x0a\x6f\xd4\x22\x56\x8e\xc4\xaa\x33\x6a\xc3\xae\x61\x0d\x33\x8a\xa5\x6c\x7a\x7d\xed\xee\xf0\xeb\x6b\x6f\x8f\x90\xb8\x5b\xfa\x0a\x06\x14\x78\x37\xb6\x3d\x3f\x76\x3c\xec\x67\xb1\xe7\xa5\x59\x71\xb9\x15\x6b\x18\x7f\xad\xfb\xde\xf5\x35\xaa\xd7\x1f\x65\xf8\xfc\x12\x5a\xf3\xfd\x2d\xc4\x84\xdd\xd7\x48\xa7\x01\x7d\x8d\x84\xa8\x20\x97\x00\xbc\xd2\x77\x79\xcf\x56\x7b\xad\x7c\xaa\x6d\x59\xd8\xd4\xdc\x95\x30\x6f\x38\x21\x0a\x4a\x10\x33\x34\xce\x67\x68\x8d\xc1\x36\xce\x3b\x8f\xf7\xf3\x9c\xc4\xac\x17\xf7\xdc\x7e\xbf\xf0\xfa\x21\xbf\x09\xcd\x3e\x21\x61\xcf\xed\x4b\xb9\x4f\xbb\x26\x43\x4a\x18\x44\x84\xf5\x92\x3e\xcc\x48\x72\x50\xde\x1a\x8c\x70\xa3\x31\x3b\xd0\xbe\xfa\xd1\x41\xe1\x8f\x32\x50\x34\x7c\x7d\x3d\x30\x97\xf4\x46\x23\x6b\x4d\xda\x9b\xf5\x21\x25\x11\xa0\x19\x09\x5a\xe9\x38\x1c\x71\xb5\x1f\x14\x91\xa8\x37\xeb\x9b\xe9\x68\x37\xb9\x0c\xa8\x79\xf3\x1b\xa2\x25\x0f\x6b\x46\xb8\xf2\xb0\xe6\xc5\x67\xe4\xd3\x27\xdb\x3d\xce\x98\xc5\x96\xb1\x59\xb4\xc7\x4f\x5a\x5e\xde\xf4\xce\xf3\x5e\xb9\x57\xd2\xdc\xdf\x68\x8f\x90\x3c\x41\x4d\xba\xbc\x4d\x7d\x8d\xc6\x95\x58\xf8\x32\x17\xb4\xa4\xc7\x44\xf7\x9f\xa1\xa8\x66\xc3\x76\x96\x07\x4b\x58\xb3\xdf\x66\x36\x79\x56\x72\x00\xc7\x25\x9f\xa5\x81\x19\x4a\xb7\xe0\xb7\x21\x24\x6b\xe3\xe2\x64\xd9\x86\x82\x12\x5d\x4a\x77\xd8\x72\x60\x8c\x73\x14\xdc\x2e\xe0\x83\xec\xd6\xb4\xe4\x07\x1f\xf4\x0a\x47\xd0\xfe\x9e\x6c\x2e\x43\x29\x0c\x70\x7d\x68\x9b\x94\xa8\xb7\xcb\x9b\x4d\x72\x4a\x21\x17\x12\x33\xe4\x42\x52\x17\x72\x61\x8d\x49\xce\x9e\xb7\x14\x14\x51\x72\xab\x29\xdb\x00\x57\xbd\x39\x4b\x9d\x16\x54\x3a\x2d\x25\xe7\x28\xc1\x10\x91\x34\xef\xb4\x48\x75\x5a\xf1\x48\xfb\xfe\x46\x46\xa7\x05\xd7\xd7\x7b\x5b\x91\x59\x00\x33\x23\xd0\x40\x40\x98\x7c\xb2\x85\x4b\x63\xd4\x68\x64\x4d\x91\xf6\x85\xe9\x8a\xf5\x60\xba\x8d\x4b\xe3\x9e\x5b\xdb\x5d\x25\x6a\x0d\x20\x8f\x85\xb0\x4a\xf7\x03\x65\xd9\x3e\xa8\x75\xd8\x1b\x18\xf1\x9a\x86\xe5\xf3\xa2\x40\xc8\x26\xe3\xf2\x4c\x1e\x96\xa6\x05\xd4\xc7\x02\xbc\x55\x20\xcd\x70\x8b\x40\x9a\x95\xfc\x23\xc9\xfa\x40\x9a\x61\x2f\xe9\xf7\xcb\x26\xdb\xea\x99\x76\xc7\x56\x77\x46\xf0\x0f\xc9\x9b\x0a\xa3\xe3\xdd\xaf\x68\x04\xe3\xf2\x01\x48\x8d\x1b\xe1\x20\xef\x3f\xf1\x38\x2a\x75\xad\xd2\x79\x2a\xc1\x28\x76\x33\xd2\x5b\x66\xae\x93\x52\x26\x54\x91\xe6\xe5\x65\x49\x74\xd7\xbd\xcd\x33\xfb\x1b\xd1\x4f\xd3\x6d\xb8\x96\xa4\x83\x92\x5c\x9c\x53\xc1\x14\x77\x11\x1a\xad\xf2\x65\x7c\x7d\x5d\x7d\x5c\x11\x94\xa8\xd2\xcb\x31\x06\xdd\x3f\xd3\xba\xfe\xc1\xfe\xf4\x26\xb7\x33\x59\xaa\xb2\xf2\x52\x7c\x7d\xfd\x50\x7f\x69\x37\x5b\xc0\x89\x16\xc5\x56\x4e\x5d\x51\xe6\xa4\x56\xf2\x11\x4b\x68\x9d\xfd\xf8\x6e\x58\x3c\x56\x5b\x50\x55\x39\xb9\xc8\x44\x69\x60\x30\x89\x41\x75\x71\x08\x35\xee\xb7\xb9\x6e\x7a\x41\x39\x32\x93\x4b\x6d\xf6\x85\x94\xdd\x52\x82\x17\xb3\x6c\xcf\x5d\x2e\xcd\x98\x1c\x29\xfd\xb7\x6c\xe0\x6a\x8a\x95\x6c\xb7\x02\xed\xff\x88\x21\x24\x0c\xfd\xf0\x03\xde\x59\x4d\xa7\xb5\x4b\x51\x96\xcb\x4c\x0e\xb4\x39\x5b\x8a\xa0\x72\xe2\x73\xa8\x4e\xe6\xc3\x08\xe2\xd7\xd7\x96\x85\x5b\x8c\x4e\xa3\x60\x40\x51\xfb\x1f\x7f\xb6\xdb\x60\x59\x52\xfa\x2a\xce\x32\x82\xd6\x19\x67\x21\x25\x09\x04\xab\x66\x78\x82\x47\xb4\xe8\x97\x59\x10\x21\xed\x6f\x02\x9a\xdb\x60\xa8\xbc\xe2\xc6\xd1\x1e\x06\x99\xbf\xd8\x6a\x5b\xc0\x5b\x67\x57\xc1\x62\x14\x30\xca\x1a\x0d\xae\x6a\xc3\x49\x6b\x92\xcc\x62\xe9\xbb\xaa\x9e\xb4\xe4\xe3\x62\x23\x94\x91\x44\x1b\x89\x09\xf6\xd2\x1a\x9c\x13\x0e\xac\xc5\x92\x19\xa7\x84\x1a\xb6\xa9\x41\x8b\x4e\x42\x4e\x02\x08\xd4\xd1\x3e\x49\x21\x28\x6a\x24\x7b\x2e\x04\x3b\x65\x47\x07\x25\xcb\xc9\x03\x19\xb5\xc9\x9a\x6d\x2e\x56\x36\x38\xf1\x0e\xeb\xb9\x7d\xc2\x5b\xd3\x80\x05\x93\xd4\x08\x5c\xec\x1d\xc4\x87\x79\x4a\xd0\xd8\xb6\xb1\x74\x0a\x2c\x36\x41\x63\xc3\x67\x72\x70\xae\x7d\xd2\x5b\x83\x73\x60\xb8\xe2\x46\x11\xb7\xe2\x84\x1f\xcb\x5e\xa4\x7a\xdb\xdf\xfa\x0f\xf9\x95\xff\xb1\x3b\x99\xa5\xdc\xc8\x2f\x9c\xe7\x0d\x4e\x32\x23\x06\x25\x13\x72\xd1\xab\x83\x73\x93\x0a\xa2\x22\xa5\x93\x86\x65\x45\x9e\xd8\x2a\x6c\x88\x77\x56\x52\x89\xc9\x16\xec\xfe\x87\x65\x53\xdb\xfa\x8f\xdd\xa1\x4c\xb2\xc9\x77\x25\x2a\x0b\x57\x7c\x3b\x94\x12\x7b\x4e\xa8\xf8\xc2\xec\x50\x54\x8e\x92\xfa\xcd\x1c\x7a\x65\x27\x12\x9a\x5d\x2c\x37\x4f\x05\x33\x11\xc9\x1a\xba\x0f\x4b\x74\x1f\xee\xe8\x4d\x0c\x4a\x64\x72\xd1\xd4\xff\xb6\x5c\xae\x64\xe3\x2b\xfb\x9d\xdd\x90\x82\x42\xf0\xc9\x62\x2a\x86\x10\x9a\x7b\x7b\x92\x34\x4b\x2a\xc2\xda\x89\x02\x59\x6f\xa6\xe3\x64\x16\x0d\x55\x36\x36\x3d\x87\x76\xb4\x42\xbe\x32\x4b\xf5\x02\xde\xb6\x70\x35\x15\x81\x8a\xac\x9c\x33\x36\xb9\x2b\xdc\x68\xe4\x09\xcc\x84\xdc\x90\x9b\xa8\xc4\x99\xd8\x2c\xb3\x56\xaa\x67\xed\x7f\xf8\xd7\xff\xf8\xb3\xd9\x6e\x71\x9a\x72\x14\xe2\x2e\x4a\x90\xa0\xc3\x21\x4d\xc1\xba\x73\xc7\xc2\xdd\x80\x64\xf7\xad\x3b\x77\x7c\x14\x18\x3d\x0a\xc5\x0b\x12\x60\xb0\x9a\x96\xa8\x4c\x39\x1d\xc4\xad\xab\x30\x1a\xca\x3c\xed\x7b\xae\xe0\x0e\x71\x30\xa1\x24\x34\x3e\x4d\xd5\x2b\xbe\x0e\xfb\x45\x9d\xa1\x51\x61\x2f\xec\xd7\x57\xd8\x0b\xfb\xa2\x42\x8a\x98\xed\x41\x80\x97\xc8\xcd\x4f\x53\x29\x5e\x96\xc6\x46\xb1\x81\x7f\xcd\xd0\x00\x23\xdf\x96\x10\x9a\x8c\x5a\xe7\xec\xcb\x45\x9d\x30\xdf\x3f\x11\x9c\xc1\xd4\x83\x82\xc2\xad\x25\x1c\xa1\x04\x85\x59\x8f\x04\x85\xa3\x37\x8a\x6d\x0f\xb2\xe7\xf2\x80\x43\xa6\x12\x15\x3d\x9b\xb9\xbb\xf6\xd4\x5d\x9f\x0c\xe9\x20\x19\xd2\x77\x6f\x9e\x3d\x4e\x26\xd3\x24\xa6\x31\x47\xb9\xfb\x84\xb1\x9a\xa1\x38\xe3\x33\x85\xc7\xb8\x59\x47\xeb\xce\x1d\x19\x03\x22\xcc\x07\x33\xab\xa7\x18\xdc\x9a\x8a\xb4\xfe\x1b\x6b\xa3\xd2\xb6\x85\xb7\xaa\xbb\xa8\xb5\xd4\x1a\xbc\x2c\x0f\xb0\x69\x75\x85\xc2\x72\x1c\x12\x24\x06\x00\x63\xcd\x61\x18\x84\x15\x72\x10\x0b\x4d\x65\x5d\xfb\x2e\x82\xa8\x59\xef\x32\x6f\x4c\xb0\x44\x2b\x4b\x85\x12\x9d\xac\x32\x93\xe8\x37\x53\x51\xa8\x52\x82\x26\x6a\x9a\x66\xbb\x2d\x7a\x89\xc1\x89\x0e\xe4\xa6\x38\xad\x5a\x15\x13\x63\xb1\x0c\x08\x2b\xfa\x7d\xa7\x16\x3c\xc0\xcb\x72\xaf\x69\x5a\xe3\xea\x17\x8b\x8b\x60\x22\x15\x2d\x35\x71\xd5\x3d\xce\x89\xcf\xb2\xfa\x85\x35\xb2\x34\xbe\x34\xde\xac\xf1\xd5\xb7\x24\x40\x16\x34\x0b\x85\x42\x30\x35\x0a\xf5\xa8\x0c\x46\x04\xf5\x0d\x33\x00\x75\x13\xb3\x3d\x9d\xd5\x37\xcb\x25\x6c\xf9\xaf\xba\xe8\x6c\x48\x71\x97\x0e\x82\x88\x3e\x0a\xe2\xfa\x2c\x61\x66\x5a\x35\x09\xf9\x2a\x09\xe3\xfa\x94\x5f\x83\x2a\xe8\x33\x99\xab\x9a\x2f\x6a\xa1\xff\xa8\x42\x3f\x0f\x63\x1a\xd4\x27\x40\xfb\x75\x05\x36\xb9\xb8\x39\x19\x9e\x84\x3c\x5d\x4c\xa2\x35\xc0\xc3\x15\xe0\x13\x36\x14\x6a\x76\x3d\xea\x95\xaf\x9b\x4c\xa3\x70\x10\xae\xc9\x9e\xb7\xda\x6d\x57\xb5\x80\x97\xab\x2d\xfe\xc2\xea\x71\x5e\xac\x80\xbe\x09\x86\xe1\x9a\xe6\x9e\xad\x00\xbf\x9e\x05\x31\x0f\xa3\xfa\xb4\x69\xf3\x35\xe0\x5f\xeb\xc1\x4f\x56\xc0\xdf\x8e\x19\x4d\xc7\x49\x54\x4f\x45\xa7\xab\xf0\xe1\xa4\x1e\xf5\x33\x56\x05\x7d\xc7\x07\xb5\x90\xef\x57\x20\x4f\xe9\x97\x99\x20\xb9\x35\x7d\x72\x67\x43\x81\x75\x14\xf5\xcb\x86\x32\xeb\xc6\xf4\xb7\x0d\x65\xd6\x8e\xee\xeb\x4d\x85\xd6\x13\xf1\x87\x0d\xc5\x36\x8e\xf8\xaf\x2b\x05\x9f\x84\x97\x94\x5d\xc8\xe5\xa1\x06\x9e\xc6\x6b\xe1\xd7\xf5\x1d\x5f\x5f\x64\x5d\xd7\xc5\xeb\x8b\xac\xed\xb9\x64\x43\x99\xf5\x1d\xc7\xcc\x52\x3c\x1c\x7c\xfe\x39\x61\x93\xa0\xbe\x86\xdf\x8a\xa4\x82\x0c\xed\xff\xb0\x9a\x7e\x5b\x1b\x8d\x56\x75\x2b\x6d\x3d\x6a\xb8\xe4\x7a\x6a\xc7\x82\x05\xf1\x85\xd4\xf9\xd4\x2b\xed\x2e\x6b\xbc\xe3\xb8\x35\x4c\x26\x41\x28\x56\x98\x92\x91\x6f\x55\xda\xbf\x55\xe5\x75\x01\xa8\xd4\x59\x51\x18\x73\xca\xa6\x49\x14\xc8\x30\x4f\xf8\xe6\x66\xe6\xad\xab\xb5\x75\xad\x41\xca\x71\xf9\xfb\x4a\x5f\x25\xa3\x4f\xee\x06\x44\xf9\x9a\x22\x2b\xd4\xec\x15\x9b\x9e\xdf\xfa\xc8\x48\x28\x43\x2f\x82\x29\x64\x96\x3b\xbd\x3e\xc4\xc4\x50\x80\x13\x14\xea\x23\xca\xd0\xb6\x2c\x10\x1a\xd9\x05\xe5\x42\x9a\x50\xfb\xe0\x52\xe5\xdf\x33\x44\xd3\x78\x47\x6d\x68\x24\x32\x03\x8e\xb4\x90\x0d\x8b\x98\xf0\xac\x87\x52\xc7\xc3\x77\xb5\xac\x92\x6f\x0c\x26\x59\x2f\x14\x82\x17\x53\x8a\xdc\xca\x68\xe4\xaa\xb2\x12\x21\xf1\x8e\x6c\x7a\xfe\x25\x52\xef\x56\x7d\x10\xef\x26\xa3\x5d\x86\xbf\xa9\x3b\x46\x62\xdb\xb2\x76\xa4\xf2\x86\x18\xbe\xbe\x56\xed\x64\x90\xb5\x32\x2e\x5a\x99\x2c\x21\x51\x9d\x5b\x77\x5e\x57\x6d\x51\x17\xb1\x52\x82\x1b\x0c\x89\x8c\x50\xa1\x9a\x27\x50\xcd\xd4\x96\xda\x76\xc8\x62\x42\x05\x82\x58\x14\x1c\x24\xd3\x9a\x5c\x07\xbb\xa9\x54\xe1\x34\x5a\x99\x9c\x37\xcc\xb6\x0d\x12\x23\x8e\x1d\x24\xa6\xe6\x9d\x8d\xb8\x10\x63\x48\x8a\x8a\xd2\x3a\xca\x61\x42\x58\x36\x06\x20\xe4\x43\xf9\xf9\x30\x23\x2e\x0c\x88\x07\x43\xb2\xe7\xc1\x98\xb8\x30\x22\x2e\x4c\x49\xeb\x7e\x41\x22\x13\xa4\xb7\xa1\x13\xa4\xed\x05\x21\x24\x83\xc3\x19\xa4\x24\xec\x0e\xfc\x19\x44\x24\xec\xce\xfc\xc1\x0e\x25\x28\x72\x52\xdc\x7e\x11\xf0\x71\x6b\x12\xcc\x91\x07\xcc\x19\xdb\x9d\xe6\x08\xc3\x50\xda\xb8\xc8\x37\xa3\x28\x91\x33\x07\x43\x6a\xcb\x12\x0e\x6d\x22\xe6\x8c\x31\x6e\x0a\x42\xa5\x4d\xe4\x39\x63\x55\x22\x55\x25\x58\x32\x8b\x87\x48\x08\xa5\xe6\x3d\xcf\x98\xcd\x24\x53\x00\x50\xdc\x0a\x30\x62\xb8\x62\x96\x58\x28\x1c\xa9\x4d\x9b\xdc\xc8\x04\x14\xa0\xb0\x3b\x69\x31\x7a\x49\x59\x4a\x11\xf6\x27\x39\x85\xe8\xb3\x4b\xdd\x8b\xc0\x56\xe8\x77\xd3\x18\x27\x82\x4a\x26\x48\xaa\xb5\x78\x09\xec\x36\xc4\xd6\x9b\xc1\xa0\x4f\xc4\xd0\xd8\x33\x18\x10\x7b\xa0\x10\xc9\xc7\x39\xaa\x37\xa2\x03\x6a\xf0\xad\x16\x16\xca\xb7\xc0\x20\x8a\x9e\x07\xf1\xf0\x2a\x1c\xf2\x71\x5d\xf8\x08\x19\xb7\x84\xd3\x69\xcd\x3b\xba\x54\x5b\x6d\xb5\x55\xd6\x7c\xc2\x90\xec\xed\x51\xd5\xec\xa1\x28\x3a\x0d\x86\xc3\xaa\xd5\xd0\xda\xc2\x63\x35\xc4\x93\x30\x46\x1e\x8c\x88\xad\x7b\x72\x6c\x60\x7a\x16\x57\x13\xe0\x6c\x87\xae\x0e\xd7\xc9\x8c\x6f\x8b\x4b\xb4\x46\x21\x18\x09\x04\x41\x14\x5e\x6c\x49\x10\x53\x92\xcf\x09\x17\x4a\x0d\xca\x5a\x34\x15\x08\xd7\xb0\x83\x08\x25\x08\x83\x1c\x5a\x9c\x91\xfe\x10\x97\xba\x02\x8d\x71\xe9\x73\xd0\x08\xab\xd6\xa1\xa9\xc1\x3b\x26\x08\x9b\x51\x30\xf3\x19\x3e\x2b\xd9\xe6\x25\xd3\x45\x11\x63\x56\x8f\x1c\x2d\xa1\xd7\x8a\x17\x2d\x35\x62\xe5\xa9\x82\xa5\xeb\x3e\x6b\x86\x64\x44\x16\x33\x44\xcf\xc0\x7c\x1b\x69\x27\x52\xa1\x0a\x17\xed\x2e\x7f\xb8\x97\x05\x13\x1f\x12\x86\x1e\xc8\xb0\xc1\xc8\xf3\x30\x8c\x08\x43\x3f\x61\x98\x0a\x31\xe4\x3e\x36\xb3\x3d\xa9\x73\x93\xeb\x6b\x33\xd6\x1b\xc4\x84\x76\xf3\x51\xd1\x3e\x80\x90\x5b\xd9\xf9\xae\x71\xa6\xbf\xb2\xfd\x86\x12\x65\x20\xcb\x88\x2b\xa3\x9a\xda\x36\xc3\xa1\x36\xc6\x14\xbc\x2c\xc1\x36\x17\x97\xb9\x3b\x4d\x68\x86\x5e\xbc\xac\x98\x26\x77\x75\xfd\xb2\x56\xa3\x5d\x71\xa9\x41\x89\xb1\x55\x1d\xe2\xcc\x81\x42\x3b\xc0\xed\x14\xed\x09\x65\x7b\x12\x99\x1c\x04\xa9\x60\xd8\x3d\xd6\xcf\xa2\xb6\xe8\xe6\x06\xe2\xb5\x69\x00\x5a\x35\xfe\x35\x71\x49\x60\x81\xb0\x88\x19\xb5\x1b\xa8\xe0\xfe\xf5\xd6\x38\xa2\x65\x4f\x02\x4e\x73\xb2\x12\xd3\x88\x13\x9b\x43\xad\xcd\x5c\x4a\xb9\x50\x7a\x90\x5c\x07\x62\x6c\xf3\x66\x8c\x81\x2d\x97\xa5\x14\x4a\xe6\x81\xcc\x2a\x3a\xe3\xf4\x45\x20\x61\x02\x89\xc0\x50\x6b\x4a\x08\xb1\xda\xb3\xcb\x02\xfe\xc9\xc3\xc4\x4d\x39\xae\xa5\x39\xcf\xb7\x25\x86\x0c\x88\xd7\x00\x29\x02\x93\x71\x1f\xb0\x44\x48\xbb\x71\x75\x08\xfc\xf0\xc6\x5e\x97\x4d\x51\xc4\x14\x97\x3b\x3c\x5c\x2e\xe1\x8c\xb4\x7b\x8e\xdd\xef\xa2\xae\xff\xe7\xd0\xfe\xb3\xd5\xfd\x73\xd8\xbc\x96\x3f\x36\x46\x5d\xbf\x47\x8f\xfb\xf2\xbd\xb8\xef\xb6\x2f\xe0\x4a\x8e\x84\x0a\xeb\x85\xce\x5a\x69\x32\x63\x03\x0a\xd6\x85\x85\xe1\x78\x7d\x48\x24\x72\xd6\x8a\x82\x94\x3f\x8b\x87\x74\x4e\xae\x8c\x6b\x17\x02\xe2\x78\x90\x0a\xf1\x2c\xd2\x8e\xeb\xd4\x26\x96\x05\x5c\xfc\x3d\x40\x8c\x9c\x49\x47\x2f\xb1\xd6\x4b\xbf\xac\x2b\x75\xcb\x31\x3e\xc0\x32\xfc\x8f\x3c\xcd\xc6\x47\x89\x3c\xcf\xd7\x33\x2c\x81\x10\x43\xda\x0b\xfa\x5d\xf1\xc7\x26\xa1\x9f\xf6\x6c\x3b\xe8\x93\x10\x03\x62\x72\x37\x0b\x13\x42\x50\x4c\x62\x71\xd9\x35\x40\x63\x0d\x1a\xfb\x48\x5f\x09\xf6\x11\x65\xfe\xee\xa1\x1f\xc0\xdc\x3f\x97\xfb\xe5\xd2\x3b\xca\xfc\xa2\x3c\x5e\xd3\xa1\xe1\x06\x6c\x34\x6b\x6d\xa3\x34\x9f\x3f\xec\x74\xa3\x9e\xdb\xef\xd6\x2c\x09\x75\x56\xb8\x88\x63\xdb\xb2\x96\x4b\x24\x0a\xb5\xe6\xb8\x2e\x62\x6d\xdd\x62\xbc\x14\x0a\x02\xe2\x24\xd2\x8c\xaa\xce\x54\x5f\x90\xb5\x7b\x10\x1f\xf2\x03\xdb\x8e\x71\xda\x43\x8c\x44\x32\x4f\x76\xd8\x27\xac\x35\x37\x48\x29\xcd\xf6\x0a\x2d\xbc\xc4\x4b\x98\x0b\x0e\x7a\x0f\x9b\x09\x70\xca\xfc\x29\x23\x70\x33\xf7\x83\x0a\x10\xa7\xad\x13\x09\x21\x71\x16\xe3\x10\xcd\x85\x44\x26\x5a\x5b\x84\xed\x26\x71\xf7\xdc\x2f\x4c\x14\x48\x2c\xe4\xeb\x0c\x7c\xd4\xa2\x02\x1c\x77\x11\x27\x0c\xa6\xad\x00\xfb\xc7\x7e\xc9\x8d\x64\xd4\xa2\xdd\x69\x2b\x28\x3f\x14\xcc\xa5\x7b\x51\xd7\x7d\x92\x21\x3e\x9a\x8d\x46\x94\xb5\xc2\xf4\x7d\x48\xaf\x94\x57\xc7\x4a\x92\xfa\x40\xbc\x93\xce\x1d\xdd\x89\x5f\xf5\x0b\xef\x5e\xfa\x35\xb9\x36\x33\x3b\xd6\x93\x91\x99\x9d\xdb\x78\xab\x0f\x7c\xaf\xaf\xc3\xf4\x65\xf0\x52\xe0\x59\xf8\xe7\x38\x3b\x70\x3f\xfd\x0e\x66\x66\xc8\xbe\x06\x5f\x2b\x05\xf2\x7d\x5b\x7c\xbc\xad\x62\xda\xbc\x20\x3d\x17\xbc\x7e\x01\xf2\xb0\x14\xf6\x26\x7f\xfc\xca\x6c\x07\xe2\x0e\x11\x4d\xc1\xdd\xd5\x66\x20\xe6\x50\xdc\xe6\x4b\x1f\x31\x92\x7f\xd9\xcb\xe0\xa5\xdf\xba\x5f\x93\xd6\x90\xe9\x5c\x7a\x45\x4d\x8f\xcb\x27\x7c\x54\xed\x4e\x53\x15\x47\x8b\x2b\x43\x40\x6e\x06\x57\x3b\x8c\x85\xda\xf4\x0a\x85\x20\x6d\x05\x19\x0a\x20\xc1\xd8\x97\xcf\x62\xc1\x2c\xc4\xb3\x04\x02\x8c\xa1\x86\x06\x12\x14\xcb\x80\x74\xa5\xec\x0e\x66\x03\xf2\x15\x56\xaf\xaf\xa0\xe7\x3f\x76\x3c\x08\x4b\x2b\x6b\x69\xdd\x8d\xb1\x64\x81\x8a\xf1\xf5\xe2\xfe\x21\x55\x27\x5f\x94\x50\x2d\x2c\x14\xda\x05\xf0\x42\x84\x28\x9e\xe2\x03\xdb\x0e\x0e\xe3\x03\x1c\xf6\x82\x3e\x79\x85\x68\x2f\xe8\x03\xed\x05\xb6\x27\x03\x97\x05\x7d\xc2\x54\xfc\x0c\xae\x9e\xad\x2c\x15\xf9\x2a\x9b\x4d\xa1\x71\x6b\x28\x49\x0c\x3c\x88\xb1\xe3\xe5\x3c\x4d\x2c\x1f\x62\x21\x91\x41\x66\x2a\x09\x2a\x8c\xa0\x06\x7a\xaf\x42\x5f\x60\xac\xb7\x36\xb2\x5f\x8c\x8d\xbd\x0a\xf1\xd8\xbc\xc3\xb8\x35\x88\x82\xc9\x14\xd1\xec\x17\x17\x7a\x28\xcd\xaf\xcc\x84\xc1\x9f\x4c\xbd\x35\x8f\xc1\xf7\x02\x52\xf2\x02\x22\x72\x02\x33\xf2\x70\xa7\x24\x1e\x16\xc0\x51\x31\x70\xda\x3e\x0f\x8c\xc3\xfa\x4c\x8c\xdc\x23\xe4\xa1\x1c\x92\x40\x10\x16\x27\x41\x2f\x72\xbc\x3e\xd0\x23\x2e\x9d\x80\x29\x50\xc2\x81\x13\xe9\x4f\xba\x6e\xca\x09\xb1\x9d\x16\x62\x3b\x97\xd1\x25\x31\xc4\x24\x3a\xea\x74\x3f\xfb\x8f\x21\x24\xea\xa8\x06\x86\x66\x2a\xe4\xa2\x5f\xb3\x69\x42\x6c\x8e\xbb\xcc\x47\xe1\xf5\xb5\x58\xfd\x50\x20\x35\x55\x8a\x21\x85\x08\x63\x8c\x28\x9a\x49\xb3\xdd\x5c\x0b\x6d\x85\xf1\x25\x65\xbc\xae\x61\x42\x7a\x46\xc9\xf5\x35\x4a\x48\x8c\x52\xc8\x51\x9d\x0b\x44\x4c\x9a\xfe\x0e\x6f\xa5\xb3\x06\xa5\x4d\x0e\x78\x8b\x61\x20\x14\x93\xa0\xd8\xe8\x18\xde\x46\x8d\x4d\x2b\x7b\x26\x12\x59\xba\x82\x6c\x9d\x22\xbb\x5b\x2d\x1f\x91\x53\x81\x43\x14\x94\xa4\xb5\x5d\x2b\x66\x42\x13\xbd\xbe\x7e\xa8\xaa\x97\xc4\x20\x30\x18\x34\xbb\x1d\x9e\x88\x50\x85\x22\x12\xc5\x6f\xb5\xdf\x23\x68\x6c\x88\x7d\x66\x18\x38\x98\x76\x55\x94\x30\xe0\x24\x96\xdf\x56\x10\xcf\x93\x82\x81\x7e\x42\x18\x3d\x84\x87\x4a\xcd\x79\x49\xda\xff\x40\x5d\x1f\xb5\x70\x17\xf5\x0e\x8f\xc8\x3f\xfa\x62\xb1\xec\xd9\x7f\x3a\x68\xb7\x2f\xae\xee\xfc\x1f\xf1\xe3\xe2\x2e\x92\x52\x1f\x02\x71\xd5\x52\xd7\xff\x29\x00\x02\xe7\xeb\xdd\x3e\xee\xde\x69\x87\xc5\xbc\x7a\xa6\xf3\x52\x22\x4e\x5e\xe6\x12\x1b\x5e\xb1\x02\x09\x95\xdf\xf1\xee\x48\xee\x00\xfb\xbb\x96\xad\xa3\x93\x9b\x26\x54\xcf\xd1\xb7\x51\x18\x45\xbe\x60\xe1\x20\xb5\x50\x9f\xf7\x3a\x7d\x48\xd5\xd5\x7e\x1f\x54\x76\x05\x9f\xf7\xee\xf5\xe1\x2b\x65\x89\xcf\x7b\xf7\xfb\x20\x77\x26\x7c\xde\x7b\xd0\x87\x41\x32\x99\x04\x3e\xef\xfd\xd0\x87\x29\xa3\x83\x30\x55\x91\x88\x7e\xec\x37\x1a\xe2\x6f\x61\x5d\xcd\x59\x38\xf1\x79\xef\xa7\x3e\x88\x65\x57\x54\xe9\xf6\xcd\xb8\xdf\xcf\x73\x83\x14\xd1\x24\x62\xe4\x82\x15\xf7\x5d\x6b\xd7\xf2\xd5\xa5\x2d\xa4\x56\xe9\x32\x22\x95\x7a\x03\x50\x3e\xe8\x5a\x47\x02\x52\x5e\xe7\xa0\x69\x05\x32\x95\x80\x8e\x00\x4c\x4b\x70\xf2\x73\x4b\x90\xf2\x49\xd7\x92\xa0\xf2\x3a\x07\x16\xfd\x21\x88\x56\x5e\xa8\x47\x6a\xcb\xc6\x28\x2e\x1f\x74\xd5\x03\xdf\xce\xee\x75\xdc\xfc\xc9\x24\x90\xe5\xe5\x95\x8e\x9e\x9f\xf5\xa1\x89\x24\x7f\x68\x20\xca\x9f\xe5\x67\xed\x13\x89\x4b\x5c\x64\x8f\x16\x53\x6a\x62\x11\xf7\xea\x3b\xc4\x95\x10\x67\xf3\xbe\xff\x39\xb7\x19\x43\x8c\x20\x4a\x78\x97\xb6\x78\x72\x3c\x57\x36\x02\x61\x10\x21\xee\x78\xd8\xaf\x3e\x94\x0b\x4c\x66\xe3\x4a\x2d\x8c\x0f\x5d\x6c\x88\x9a\x85\xc2\x9e\x11\x81\x0b\x4c\x33\xfb\x5e\x1e\xf5\xc5\xeb\x0a\xcd\xc0\x8e\x33\x98\x0e\xf6\x63\xb0\x75\x09\x66\x7b\xb8\xbf\x7c\x56\x98\x04\x90\xe7\x46\xd4\x9b\xe7\x5b\x85\x47\xd9\xcd\x69\xca\x2e\xa8\xc6\xce\xa9\xc2\x36\xc6\xdd\x46\xf9\xb8\x76\x2d\xd7\xf2\x2d\x0b\xdb\x46\x94\xc7\x7c\x80\x45\x2f\x1a\x1b\xa7\xee\x75\xf1\x0a\xe3\x0c\x89\x1c\xd3\xae\x05\xb5\x58\x8a\x01\xb5\x2c\xdf\x6a\x59\xb6\xb1\xe5\x94\x61\xcb\x41\x72\x8c\x62\x64\xbb\xd6\x7f\x2a\x84\xf9\x08\xab\x78\xc4\x5f\xe1\x1d\x3c\x82\xa7\x66\xc4\xf6\x9c\xd1\x21\x4a\x7e\x46\xb2\x82\xe0\x5c\xe6\xf7\xc3\x5d\x21\xc0\xf9\x2f\x83\x97\x4b\xf8\x52\xbb\x0d\xa0\xe8\xa1\x12\x12\xd3\xb6\x2c\x7d\x60\x94\x25\xa7\x2b\x09\x7e\x6e\xd7\x72\x5b\x96\x5d\x88\x5c\x4e\xa8\x4d\x4a\x5c\x0b\xdb\xb1\x9f\x0f\x79\x68\x7b\xdd\x38\xa7\x89\xd0\xf6\xb0\x2d\xfa\x40\x3f\x12\x0f\xfc\xd8\x40\x14\x3a\xba\xa8\xdd\x31\x50\x2e\xe1\x77\xf2\xcd\xba\x6b\xf9\xb2\xb1\xe4\x08\x79\xae\xdb\xa4\xb8\xc5\x93\x9f\xc3\x39\x15\x6b\x3a\x9c\xfb\x94\x1c\x99\xa2\xb8\x11\x12\xa7\x83\x61\x20\x5e\x8b\xef\x82\x61\x9d\x46\x52\xf4\x19\x29\xe1\xc0\x47\xc4\xa3\x1d\x4f\xce\x91\xe7\x89\x3c\x9f\x54\x28\x2d\x1a\x9b\x56\x9b\xd0\xbe\x00\xcb\x52\xd3\x26\x83\xf0\x5c\xbc\x04\xaa\x5b\xbc\x32\xc9\x30\x8c\xcc\x77\xf9\x77\x5c\x98\x4f\x5f\x69\xca\x10\x6f\x92\x0d\x5f\xf8\x23\x86\xa9\x2e\xf8\x45\xf5\x0e\x70\x0c\xcc\xff\x02\xd5\x14\x27\xb7\x1d\x76\x48\x48\xe8\xa0\xaf\x64\xbf\x99\x53\xae\xf3\x63\x21\x76\x65\x97\xea\xf4\x20\x6c\xef\x63\x8c\xb1\xed\x41\x90\xbb\x21\x15\xf1\x96\x09\x09\xba\xb1\x9f\x1c\x05\x5d\x73\xc8\x13\x27\xb0\x3d\x63\xac\xfd\xe4\xc8\x35\x68\x26\x29\x53\x4c\x82\xfd\x0a\xed\x79\x4e\x62\x12\xdf\xcf\xb9\x4c\x28\xa7\x18\xb7\x13\xc7\xc3\xb8\xe7\xf6\x97\xf0\xc7\x86\x0e\xf4\x1e\x88\x9b\x77\xd3\x29\x65\x8f\x03\xa9\x18\xcc\x37\x43\x2f\xe1\x4e\xad\x5b\xd9\x12\x7e\xc9\x64\x24\xd3\xd6\x6d\x0a\x1f\x48\xcf\x5a\x58\x60\x7d\xb5\xc0\x0a\x2c\xb0\x46\x16\x58\x53\x0b\xac\xd8\x02\xeb\xff\xfd\x7f\x2c\xb0\x26\x16\x58\x16\x58\x9f\x2d\xb0\x5e\x58\x60\xfd\x62\x81\xf5\xd6\x02\xeb\x95\x05\xd6\xb1\x05\xd6\x47\x0b\xac\x0f\x96\xa1\x30\xfe\x56\xb1\x9d\xce\xd3\x81\xa1\x61\x6b\x80\x33\x5d\x4a\x07\x62\x46\x31\x79\x96\x39\x12\xc4\x5d\x0b\x46\x96\x1f\x63\x2c\x99\x8a\x3a\x67\xb5\x52\xcb\x57\x36\x4a\x79\xdf\x19\x6c\x04\xf2\x6b\x6e\x84\x09\x94\xfb\x6c\x71\xc1\xbd\xb4\x46\x1d\xd6\xeb\xd0\xc6\xa0\x6c\x43\x4a\xef\x11\xc7\x92\x9a\x9c\xf7\x65\x8e\xb6\x54\x3a\xe5\xf5\x35\x32\xea\x26\x21\x86\xa7\x28\x86\x00\xcb\x93\x62\xcb\x92\x11\xa5\x2d\x9a\xfd\x5e\x64\xbf\xd3\xec\x97\x59\xfe\x6d\x9b\x9f\x31\x86\xac\x43\x38\x31\xba\xc4\x29\x51\x9c\x68\xb8\xf3\x5e\x34\xd5\x96\x1e\x40\x37\x76\xe8\xea\xb7\x38\x62\x8d\x95\x9e\x7c\x72\x84\xb0\x11\x13\xdb\x1a\x65\x9f\x70\x77\xcb\x4f\xa8\xeb\xff\x9a\x2e\xad\x69\x44\xa7\x89\xac\xbb\x66\x33\xb4\x02\xf4\x08\x99\x49\x19\x5f\x9b\xe7\x14\x4a\xb5\x29\x4e\x2a\x78\x38\xf8\x9c\xae\xf8\xe8\x31\xc2\x8b\x0d\xfb\x9c\x68\x03\x8c\x24\xdb\x61\x3d\x56\x38\x76\x81\x22\x5a\xda\xf5\x5c\x5f\x25\xfc\x29\x8c\x1d\xcc\x81\x2a\x9c\x81\x0b\xcc\xbf\xa1\x58\xa6\xb0\xcc\x25\x90\x2a\x3e\x60\x12\x63\x1c\x0e\x68\x49\x99\xcb\x3c\x6e\xa4\x2a\xea\xb9\xd8\x08\x10\xcd\x11\x86\x80\xb8\x90\x92\x24\xc7\x09\x11\x49\x7a\x81\xf4\x87\xec\xa5\x7d\x18\x10\xcf\x95\x7b\x0f\xb3\xc3\x48\xee\x54\x46\x10\x91\x19\xcc\x48\x08\x21\x09\x20\x20\x29\xa4\x24\xc4\x07\x03\x19\x46\xfa\x40\x89\x62\x61\x31\x77\xcf\x31\x8a\x64\x2e\x43\x2c\xba\x3e\x4f\xf2\xd5\x0b\xfa\x24\x02\x51\x03\x99\x81\x36\x05\x08\x8f\x5c\x1c\x99\xc7\xb7\x51\x3b\xc4\xcd\x10\x66\xea\xd9\x80\x86\x11\x9a\xc9\x47\x3b\x79\x3e\x0b\x14\x1e\xba\x18\x2b\x8a\x8a\x0c\xb8\xa8\x19\xe2\x76\x5e\x54\xa1\x9b\xc9\x67\xcb\x98\x84\xa5\xc4\x45\xf9\xd8\xff\x9a\x5b\x34\x3c\x29\xba\x7d\xed\xd1\xd2\x1b\x44\xe1\x57\x79\xb8\x14\xe6\x99\x00\x8c\x73\x73\x41\x48\x05\xea\x3f\x8a\x84\x04\xf9\x33\x66\x90\xb3\xa2\x74\xb5\x1b\xc6\xfd\xdc\xd7\x80\x69\xe5\x9c\x15\x87\xc3\x2b\x07\xbd\x7c\x83\x62\x48\x4d\x0d\x97\x0b\x85\x9b\x89\x65\x3d\xd7\x90\xd9\xed\xf4\x4c\x4e\xa8\x4a\x04\xb1\xfe\x20\x51\x7c\x69\xbe\x0b\x23\xbd\x7e\x56\xf2\xf2\x75\x2b\x9b\x00\xbe\xdc\x3c\x84\xd7\xc8\x74\x55\xf8\x58\xde\x12\x76\x21\x24\xe6\x9e\x17\x2e\x08\x56\xe5\x09\x86\x80\x50\x23\x0d\x48\x70\x98\xa8\x00\x6c\x10\x4b\x52\x65\xc0\x48\x02\x89\x24\x59\x86\x41\x94\x20\x3c\xa3\x8b\x44\xdc\x87\xe2\x5e\x92\x4e\x50\xca\xe8\x41\x69\x95\xeb\x44\xc9\x45\x69\x6c\xf9\x0a\x04\x9d\x4f\x4b\x10\xcc\x80\x70\x72\x1c\x8e\x09\x12\xaf\x80\x08\x24\x25\x90\x90\x96\x08\xe6\xe7\x30\x0e\x65\xd5\x5d\x1b\x59\x1e\x15\x7a\xb2\x4f\x0f\xdd\xae\xeb\x1b\xad\x4f\xe8\xc6\xf3\x01\x87\x22\x87\x9b\x7b\x02\x01\xcd\x09\x15\xa4\x06\x84\x28\x05\x4e\xa5\xb5\xb0\xb6\xec\x48\x24\x4b\xc8\x4b\x18\xfa\x4a\xad\x08\x41\x88\x9a\x83\xc7\x5d\xfd\xe5\xbe\x97\x05\x24\xd1\x0f\x3c\xf7\xfa\xba\x53\x7e\xd4\x91\x27\x60\x46\x7f\x43\x0d\xbd\xe7\xaf\x39\x6e\xd3\xa5\x64\xfc\x50\x7b\xcc\xae\x2a\xec\x86\xd4\xaf\x36\x87\xce\xa7\xfe\x3a\xcc\xd3\xe4\x2a\x0b\x68\x29\x10\x87\x48\xc8\x5d\x87\xae\x98\x05\x09\x95\x36\xbb\xe2\x97\x49\x07\x01\x0a\x31\xc5\xd8\xcf\xbb\x2b\xd6\x33\x38\x6e\x9d\x07\xe9\x96\x1b\x40\x09\xb1\x29\x04\xd2\xa2\x63\x09\xf1\xad\x36\xd6\x42\x19\xe5\x5f\x14\x0d\xc5\xb4\x8e\xd7\x2c\x55\x31\x04\x24\x44\x32\x35\xa8\x58\x4b\x22\x52\x72\x3b\x3e\x40\x31\x89\x0e\x53\xdc\x68\xa0\x91\xe4\xeb\x82\xd7\x8f\xb2\x18\x46\x30\x80\x31\x8c\x08\x47\x29\x86\x29\xe1\x28\xc2\x30\x21\xc6\xf2\x63\x53\xb8\x24\x3d\xe5\x0d\x82\x92\xbb\x1e\x6e\x34\xa6\xce\xe8\x70\xa2\x32\x42\x99\x6c\x78\x24\x10\x14\x9c\x7a\x8a\x21\x3d\x72\xd5\xa1\xd2\xc1\xe8\x90\x4c\x0f\x6c\x7b\x24\x9d\xf7\x07\xc4\x83\x19\x11\x05\x0e\x06\x87\xc9\x81\x6d\x0f\xb0\xca\x60\x31\x26\xb3\xe6\x00\x1f\xa6\xca\x47\x76\x7c\x14\x65\x0b\xc0\xa5\x3a\x81\x1b\xeb\xa4\xbb\x75\x28\x13\xa7\x40\x7a\x44\xbc\x03\xc7\xd9\x1e\x6b\xa7\x79\xa9\x4f\xe1\x26\x8d\x06\xba\x24\xe6\x6a\x9f\x42\x04\x13\x8c\x55\xcd\xe5\x57\x23\x98\x16\x72\xe1\xd4\x19\x09\x38\xb9\x97\xca\x0a\xf9\xb3\x7b\x69\x18\x09\x5d\xea\x21\x5c\x15\x0d\x42\xc3\x8b\x36\x94\x2b\xb2\x24\xee\xa4\x6b\xb5\x5c\x6a\xf9\x16\x58\xa6\x09\x60\x7e\x54\xa4\x40\x1f\xa1\x10\x63\x10\x73\xc0\x6b\xbb\x85\x23\x48\x36\x8c\x72\x0b\x5b\x4b\x08\x86\xec\xec\x41\xd2\xa4\xed\x8c\xa6\x72\xfb\xac\xd5\x63\x02\x9a\x9f\xb6\xb4\x19\x32\x6d\xa8\xa4\x58\x96\x7f\x69\x33\x39\x4c\x9c\xd6\xfd\x46\x03\xc5\x4d\x92\x60\x88\x0f\x49\xd0\x0d\x65\x00\x4e\x4b\x39\xdf\x94\x24\x98\x82\xe5\xa1\x8f\x48\x10\xef\x37\x49\x46\x75\x7a\x6f\x56\xab\x22\x33\x55\xeb\x12\x04\x91\x6d\x00\x96\x34\x98\xc1\xca\x10\x6f\xb1\xe1\x2e\x47\x73\x89\x20\xa0\xe8\x93\xca\x8b\x21\x8f\x2c\x7a\x1e\x78\x6e\x7f\x3b\x21\x41\x1e\xc1\x48\x36\x80\xa8\xfa\x59\x2b\x34\x18\x9c\x3b\xda\xcc\xb9\x15\x87\x92\xce\x0b\x1c\x37\x73\x46\x3a\x2d\x44\x61\xde\x2e\x1f\x48\xcd\x6e\x8d\x90\xce\xa7\x13\x0f\x99\xc2\x7d\x93\x1a\x08\x07\xc5\x5a\x41\x3c\x60\x84\x22\x99\x25\x0e\x66\xd4\x54\xac\x84\xa0\x20\x4f\x41\x6b\x4f\x18\x56\x38\x99\x42\x42\x6c\xa6\xf1\x08\x61\xa3\x2c\x19\x0c\x8b\x51\x19\xa8\x51\xd9\x6a\x18\x86\xea\xe8\x28\x6b\x8c\xca\x22\xab\x2e\xd7\x0d\x47\x51\xe5\xf8\x86\xbe\xe3\x87\x6e\xd7\xc9\xd7\x0c\x87\x03\xc5\x7e\x7e\x2b\xee\x8c\x6e\x1b\x95\x52\x82\xe4\x05\xd3\x2f\x8c\x8b\xf5\xde\x2f\xee\xcc\xc5\x7f\xba\x52\x8a\x36\xa9\x4f\x9b\x06\xc5\x4c\xa8\x19\x0d\xf9\x21\x3c\x14\x2b\x94\x67\xe4\x22\x29\xfa\x43\xba\xfa\x74\x15\x90\xdf\xba\x9f\xdd\x8d\x28\x4c\x85\x10\x81\xc6\x72\x59\x1b\x53\xe4\xb5\x59\xa1\x28\x71\xe9\x97\x18\xd3\xb8\x76\x9d\xaf\x3b\x94\xb0\x29\xc4\x62\x4d\x62\x4b\x99\x78\xa2\x68\xea\x65\x31\x84\x93\x5b\x0c\xa1\x8c\xab\x9b\xb7\x02\xd1\xe2\x72\x9b\x19\x75\x41\x4d\x4f\x8f\x35\x86\x5f\x39\xc6\xd6\x7d\xa3\xbd\xe7\x2b\x22\x9e\x9c\x28\x14\x37\x4b\x23\xb0\x58\x0b\x56\x0c\xaa\xa9\xaa\x16\x25\xcf\x68\x71\xec\x28\xb4\x0f\x60\xea\x44\x1d\x62\xb2\xe7\x99\xa6\xd4\x3a\x6c\x09\x59\x50\xc4\x11\x2b\x3a\x2e\xd3\x95\x71\x97\xfa\x71\xd7\x60\xbe\x21\xf6\xc3\xc2\x40\xba\x7a\xd6\x57\x8e\x35\x2f\xde\x21\xf9\xad\xd2\xe4\xf8\x36\x02\x08\x37\x2c\xd0\x13\xec\xe7\xb7\xf8\x96\x66\xd0\x3c\x3b\x02\xae\xd8\x43\xc3\xdb\x6c\xc5\x3c\xa7\x78\xd5\x36\x7a\xf3\x29\x5f\x92\x1b\xce\x67\x5d\xb2\xe7\xaa\x52\xdb\x1b\x9b\xc6\xd2\xd8\x34\xb7\xa8\xde\xfe\x6c\x90\xeb\xb3\xea\xac\x57\xb2\x13\xeb\x5a\x83\xee\xcd\x7a\x1c\x17\x08\xe8\x06\x83\xee\x33\x5a\x0c\x82\x50\xf3\xb2\x8f\x8d\xf5\x71\x39\xaf\x39\x2e\x5f\x67\xf4\xfd\x1a\x25\x78\xf9\x6e\x35\x1a\x91\xd4\x09\x8c\x93\x99\x0b\x96\xcc\xa6\xd2\xfc\xc4\x3c\xae\x19\x27\xb3\x34\x88\x87\x69\xf7\x8e\x8f\x38\xf9\x25\x73\x6d\xce\x81\xe1\xa5\x34\xd3\xc1\x32\x18\x58\x0e\x6c\x5b\x96\xe9\x28\x17\x17\x56\x46\x61\x1e\xa5\x0d\x12\xd2\xeb\x67\x3b\x16\x5c\x09\xb0\xee\x41\x78\xe4\x36\x1a\xa9\xf8\x83\x22\x3b\xb5\xbd\xa3\xb8\xb0\xe9\x56\xd2\x4b\xec\x44\x82\x68\x94\x18\x47\x5b\xe9\xec\x5c\x59\x06\xa1\xd0\x21\x29\x84\x76\x8a\x31\xec\x21\x14\xd9\x24\xb5\x3d\x7c\x14\x63\x7c\x80\x65\xfa\x4f\x82\x02\xdb\xc3\x77\xb5\xa5\x46\xae\x5c\x26\x85\xa8\xa6\xf6\x6a\x19\x5e\x0a\x15\xc9\xe8\x84\xc1\x8c\x31\x1a\x0f\x16\xea\xdc\x4a\xdf\xf5\xdc\xbe\xf8\xce\x64\x0b\x48\x4f\x42\x06\x26\xe4\x90\x0e\xc2\x49\x10\x75\xad\x96\x80\xcc\xee\x94\x47\x85\x01\xa5\xf2\x23\x44\xa2\xf7\xb7\xb3\x11\xe3\xc5\xc6\x7f\xcf\x75\x7e\xea\xb7\x2f\xa0\x36\xa0\x63\xcf\xe6\x32\x0e\xee\x12\xe5\x43\xaa\xeb\x02\xb5\x93\x8c\x31\x94\x8e\x20\xa7\x94\x0d\x68\xcc\xbb\xd6\x5d\xd1\xe0\xec\x4e\x34\x78\x66\x42\x4d\xc2\x78\x96\x76\xad\xff\xef\xff\xfa\xbf\x05\x94\xbc\x13\x30\x83\xd2\x47\x05\x71\xd7\x7a\x19\xbc\x14\x10\x71\x20\x9d\x30\x0c\x23\x88\x7c\xd9\x43\x94\x3c\x13\xdc\x4b\x9e\x9a\x49\xfa\x92\x87\x66\x30\xcc\x4e\x4e\x61\x9c\x1f\x8c\xc2\x88\x64\xe7\x9f\x53\x7d\xda\x09\x13\xa2\x8f\x34\x2f\xcd\xc3\x4b\xb8\x20\xd9\xf1\xe4\x79\x76\x1a\xb9\x63\x49\x13\xb4\xf3\x2e\x9a\x90\x3d\x17\xce\x89\x75\x61\x61\xff\xf7\xde\x79\xff\xfa\xba\x38\x31\xbb\x94\x3a\x82\xd7\xc1\x70\x51\x40\x01\x1a\x5d\x5f\x5b\xae\xa5\x02\xa1\x59\x44\x5c\x30\xa5\x72\xed\xb9\xc0\x89\xe5\x5a\xc0\x88\x45\x32\x37\xde\x05\xb1\xee\x08\x90\x71\x37\xf4\xad\xff\x23\xaf\x1a\x8d\x76\xef\x3c\x99\xff\xd1\xcf\xbc\xe9\xcf\x71\xd7\x72\x2d\xfb\x5c\x1e\xea\x5c\xe9\x1d\x7f\xdf\xb2\xe0\x2c\x2f\x9c\xf8\xed\xde\xdd\xa9\x51\x22\x12\xef\xaf\x88\x68\x32\x1c\x93\x76\x6f\x48\x47\x17\x53\x96\xde\x2d\x40\x8a\x0e\x9e\xeb\x0e\x0e\x21\x81\x08\xc6\x64\x01\x73\x72\x26\xc3\x11\x0e\x64\x37\xe0\x39\xb9\x42\x14\xdb\x73\xa0\xc4\xb2\x0a\x1f\xe1\x13\xa2\xb6\xb4\x0e\xdd\xeb\x6b\xaf\x4d\x0f\x5d\x19\x6a\x2b\x33\xe8\xa2\xb8\x3b\xf0\xaf\x4a\xfb\xc8\x97\x18\x2e\xa4\x12\x62\x12\x2e\xf5\xf3\xc8\xc0\x72\x44\x33\x56\x10\x13\x0f\x42\xe2\xc8\xb8\x18\xca\xfc\x50\x9d\x0d\xc8\x3c\xd9\xea\x14\xa0\x65\xf9\x21\xe1\x24\x36\x37\x9c\x5d\xcb\x97\x81\x7e\xa4\x3a\x14\x63\x28\x5e\x9b\x49\x12\x6d\x89\x45\x3e\xdf\xa5\x3b\x92\xc3\xa0\x90\x18\x2e\xe4\x47\x6e\xb7\x38\x1c\x0e\x71\x7e\xee\xcb\x6d\x4f\x70\x69\xe9\x78\x72\x22\x63\x0a\xd9\xb4\xd1\xb0\x6c\x6b\x8f\x90\x61\xa3\x81\x4e\xc8\x9e\x87\x61\x4c\xd0\x49\xd7\x42\xa2\xef\x86\xdd\xa1\x3f\xf3\x2d\x47\x5e\x5f\x5f\xeb\x87\x96\xe5\x0f\xb1\x3d\x86\x39\x41\x56\xaa\x48\xed\x43\xef\x47\xfb\x6b\x7b\xbf\x2f\x4f\x51\xe7\x36\x3a\x69\x34\x72\x68\x2c\xcf\x56\xe1\x58\x65\x04\x26\x6a\x53\x4c\x47\x0b\xb1\xed\xf0\x30\x39\x10\x4a\xee\xbd\x1f\x8f\x50\xa4\x62\xe3\xb2\xc7\xc9\x90\x3e\xe4\x42\x1f\xbc\xbe\x8e\x8e\xee\xff\x80\xbf\xcd\x09\xba\xf7\x80\x10\x12\x75\x83\xfc\x7b\xe4\x91\x66\x7e\x83\xd5\x10\x9b\x5f\x9e\xe5\x59\x5c\x4e\x1a\x8d\xbd\x91\x1c\x3b\xc1\xbd\x85\x76\xa9\xe8\xf7\x94\x8c\xf5\x11\xa8\x6e\x90\x3d\xd7\x63\xf8\x96\x9c\x1e\x4e\xbb\xc5\xe1\xd7\xd4\x39\xcd\x0f\xcf\xb8\xa0\x60\x7d\xe0\x33\x69\x34\x34\xf2\xb7\x36\x85\xb7\x7a\x5d\x9c\x3a\x1a\x97\x2f\xaa\x84\xb7\x44\x74\x03\xcb\xc6\xff\xd0\xf2\x29\x19\xdb\xd4\x9e\xdb\x6f\x4d\x1a\x20\xea\xf9\x5b\xf1\xc6\x7c\xfe\x0f\xf1\xfc\x6d\xfe\x71\xa7\x44\xd7\x73\x74\xe4\x61\x3b\x43\x94\xbd\x3e\xad\x7a\xe1\x51\xf2\x56\x81\x68\x1a\x49\x0d\x57\xc1\xcb\x82\x97\x5d\x76\x1f\xf8\xed\x9e\x98\x6b\xc6\x6c\x34\x16\xab\x7c\x9f\xa0\xe3\xc1\x25\xc6\x7e\x9d\x4f\x47\xc7\x15\xaf\x60\xbe\xc9\x78\x40\xda\x49\x80\x6e\xcd\xb7\xcc\x9c\x66\x08\xea\xe2\x15\xa3\xa3\x70\x5e\x7b\x96\x3a\x44\x28\x67\xa3\xd2\x72\xc1\x1a\x59\x2a\x90\xd4\x56\x87\xa6\xf9\x49\x17\x84\x24\x57\x81\x3c\x17\x1c\x69\xd7\x28\x88\x38\x6e\xef\xd7\x5a\xa3\xe7\x7a\x79\xd8\xa4\xd8\x4e\x96\xcb\xe5\x12\x7d\xcb\xe5\x03\xdf\x02\x0b\xb4\x08\xe1\xf7\xf6\xfb\xa0\x97\x4a\xbf\x67\xdd\xb1\xc0\xb2\xfa\x4b\x0c\x8f\xc8\xbb\x96\xfa\x42\x78\x9a\x5f\xaa\x8f\x95\xe4\x78\x45\x09\x43\x9e\x8b\xe1\x58\x5e\x98\x4c\xce\x94\xc0\x0b\x3f\xc6\x5e\xdf\x94\xbe\xb5\xd2\xe2\xea\x8f\xcb\x1c\xd0\xf2\x2d\x11\x31\xff\x62\xd3\x6b\xc2\xf1\xf0\x81\x6d\xd3\xc3\xf0\x00\xc7\x3d\xea\x78\x7d\xbd\x31\x74\x45\x5b\xe7\x58\xe8\x86\xed\xd0\xf0\x70\x30\xb6\x55\xeb\x2d\xfb\xa8\xcf\x7a\xa6\x15\x66\x0c\x1c\xe7\x0e\x90\x41\x26\xc3\x1f\xcf\x79\x55\x4b\xbb\xcc\xb2\x0e\x15\xb9\x15\x4c\x03\x88\xde\xcb\xe0\x25\xbc\x0c\x5e\xf6\xfd\x9e\x60\x6d\x71\x2f\x74\xbc\xbe\xaf\x02\x4d\x1e\xea\xf3\x26\xf1\x58\x3c\xe4\xc5\x8e\x61\x7f\x09\x41\x9d\x9a\xb0\xbd\xd3\xa5\xec\xb1\x88\xf2\x5d\xb6\x2b\x03\x4b\x65\x87\x55\xfa\xec\x8f\x11\x9b\xc9\x80\xf7\x52\x76\x2b\xb6\xcb\x78\x2b\x4d\x18\x47\xc7\xb4\x15\x60\x90\xfe\x6f\xc1\x5f\x72\xb6\x94\x5a\x6a\xa1\x52\x04\xb7\x97\xce\x03\x29\x9d\x07\xad\x2f\x99\x9f\x77\x5a\x33\x27\x63\xb3\x86\x35\x62\xbc\xa0\x43\x2d\xc6\x73\x6d\x18\xcb\xea\x65\xf6\xa0\x76\xb3\xe2\xc4\xa4\x64\x17\x64\xae\x64\x22\x56\x84\x5e\xeb\xbe\x90\x9e\x2b\xa6\xda\x69\x69\x1f\x83\xf0\x6e\x50\x22\xb0\x04\x38\xb8\x10\xe3\xbe\x79\xac\x90\x7b\x82\x6a\xcb\xe4\xb2\xc5\xb2\xa4\xf8\xf8\x00\x27\x3d\xda\x27\x08\x51\xdb\xc3\x4d\xe6\x20\xea\xc4\xb8\xc9\x71\x5b\x46\x5b\xc9\x3d\x03\x72\x7e\x79\x2b\x7d\xb3\xc7\x81\xc9\x5c\xa2\xc4\x16\x62\x81\xcd\x20\x92\x1e\x8c\xe2\xf1\x12\xd2\xdb\x10\x43\x4c\x2a\x76\xa9\xe6\xe1\x52\x54\xb1\x4f\x4d\x6f\x9a\x62\xc1\x8d\x53\x2c\x3c\xf4\xba\x3d\x2e\x33\x46\xf7\xfd\xf0\x88\xc4\xdd\x5e\xd2\x8b\x1d\xaf\x0f\xac\xef\xf7\x12\x39\xf7\x20\xe9\x85\x7d\xf9\x21\xb7\x26\xc4\x14\xfb\xa9\x28\xc8\x75\x10\x88\x3a\x4a\x4c\xcc\x2f\x5a\x43\x89\x27\x06\x25\xca\x7e\xd5\xd4\x18\xd4\x53\xe3\x6b\x94\xd6\xfb\xfe\x9d\x96\x58\xab\x20\xc2\x62\x77\xc3\xab\xf8\x89\xe7\x3d\x46\xc2\x6e\x99\xd3\x71\x08\x73\x42\xcc\xbf\xe2\x56\x5b\x14\x95\x49\x6f\x18\xe5\xe7\xee\x78\xc5\x59\x7d\xa6\xb0\x57\x77\x19\xbe\x8f\xbf\x6c\x51\x55\x69\x43\x63\x23\x8d\xc5\x75\x6c\xbc\xc7\x15\x09\xf1\x5e\x2c\xe8\xe6\xef\xdf\x5e\x38\xbd\x05\x5f\x32\xf7\x12\xa4\x49\xf1\x5b\xb9\xda\xfe\x88\xe1\x05\xcd\x3d\xf5\xe0\x61\x71\x5d\x10\xc1\x2b\x23\x88\x62\x71\xf2\x59\xf6\x68\x22\x32\x8e\x55\xf5\x23\x34\x2e\x5f\x5f\x20\x9b\x63\x0c\xbc\x08\xfb\x24\x05\x94\xba\x0e\x11\x38\xab\xa5\x20\x94\x47\x03\x75\x9b\xd6\x14\x15\xfe\x86\x88\x39\x9e\x80\x47\x0c\x3c\x79\x12\x88\x81\x89\xb2\xab\x9b\x4b\x4a\x43\x0d\x55\x08\x40\x85\xdc\x60\x11\xd4\xe1\x87\xcc\xa1\x5d\xee\xcb\xe2\xc9\x68\x54\x89\xc4\x69\x24\xe1\x40\xd4\x68\x2d\xc5\x99\x11\x08\xeb\x7a\xbe\x21\x87\x31\x15\xf9\x3b\xac\x92\x2d\x83\x18\x92\x2c\x3a\x98\xf4\xab\xdb\x91\xf9\xf4\xb3\x06\x31\x9c\x05\x84\x22\x24\x29\xe3\x4b\x30\xec\x21\x76\x18\x37\x1a\xc9\x91\x9b\xc7\x0a\x4b\x77\x86\xc9\xb7\x2c\x89\x59\x60\xb4\x8a\x65\x7d\x92\xa8\x3e\x59\x5e\x8d\xc3\x88\xa2\xe0\x90\x35\x1a\xec\x30\x36\x98\x3f\x84\x59\x12\x89\xba\x8e\x7e\x45\xcb\x2e\xf6\xe1\x08\xf1\x23\xc2\xa5\x96\x73\x20\xcf\x1a\xf6\x18\xe2\xf8\x00\xf3\xdc\xa1\x93\x3b\x1e\x5e\x62\x40\xe5\xad\x24\xa1\x76\x1e\x11\x2a\x74\xa0\xf8\xd0\x55\xe5\x6d\x3b\x3e\x24\xee\x81\xba\xe1\x88\x82\x98\x88\x7b\x0c\x51\x7c\x80\x0f\x8a\xe3\x43\xc7\x89\x8f\x4a\x60\x06\x94\x3c\x2f\x62\x32\x7c\xd5\xa0\x1c\xf1\x8b\x1b\xd6\xf7\x2f\x68\xde\x3a\x9b\x63\x78\x68\xdc\xc6\xa2\x7b\x5e\x50\xf1\xf7\xa1\xb6\xa3\xca\x86\x0f\xbd\x10\x33\x44\xed\x6b\xd3\x4b\xca\x6a\xb3\x4c\x55\x82\x1d\x80\x61\x15\xd0\x68\x50\xa1\xa4\x1e\x79\x5d\xdd\xc3\x28\xee\xd6\xd0\xbe\xb8\xbe\x4b\x09\x71\x97\x75\xe7\xe0\xd9\x87\x21\x17\x34\x14\xf6\x43\x69\xaa\xb5\xc4\x10\xca\xb9\xfd\x98\x92\xd2\x38\x09\x95\x5d\x7c\xe1\x8b\x24\xe6\x63\xe4\xca\x69\x21\xee\x9f\x26\x33\x96\x22\x17\xe4\xff\xea\x18\xf1\xac\xd0\xcf\xb3\x28\xfa\x40\x03\x86\x64\x88\x90\xfc\x0e\xdb\xbc\xa6\x44\x2e\x0b\x96\x40\x9d\x4a\xd1\x72\xb9\xa2\xeb\xaa\x50\x78\xe7\x31\x5d\xdf\xd3\x45\xcf\x56\xe2\x4b\xa8\x7e\xae\x52\x2a\x2f\x7d\x8c\x79\x2a\x59\xae\xb6\x4d\x71\x93\x62\xe0\x95\x0e\xe3\x37\x74\x98\x74\x2c\x2b\xd7\x51\x41\x6c\xb3\xa6\xcc\x5f\xa6\xc6\x4a\xea\x3e\x9f\x29\x79\x4c\xe1\x0d\x25\xe8\x71\xe6\x68\x05\xb5\x03\x27\x67\xf0\xad\x46\x4d\xb5\x5c\xf6\xa8\xba\xbc\x79\xbc\x32\x38\xa7\x54\xc8\xeb\x34\xab\xdf\x51\x1d\xcd\x8d\xc3\x99\xe1\x91\x69\xdb\x3e\x51\xf2\xc6\x58\x57\x9e\x98\x47\x33\xb5\xa3\x25\x3f\x5b\xd6\x2e\xaf\xb0\xa3\x6f\x16\x08\xdb\x3f\x38\x14\xdf\xfd\xe1\xe6\x81\x29\xfa\xe4\x89\xf2\x5c\xcb\xd1\xd9\x3f\x34\xd7\xf7\x09\xe2\x0e\x75\x1e\xd0\x7b\xd9\xe7\x0b\xe6\xf0\x35\x89\xe9\x89\x5c\x05\x74\x27\x54\x9f\x62\xdc\x7e\xe0\xde\xfb\x91\xde\x17\x6c\xe8\x4d\x36\xa4\x72\xa4\x5f\x52\xf2\x84\x22\x17\xc3\x33\x79\xe1\x61\x78\x2e\x2f\x3a\x18\x7e\x96\x17\xfb\x18\xbe\xca\x8b\x7b\x18\xde\xc9\x8b\xfb\x18\x1e\xc9\x8b\x07\x18\x9e\x52\x82\x5e\x6a\x12\x79\xa6\x2f\x9e\xeb\x8b\x9f\xf5\xc5\x57\x7d\xf1\x4e\x5f\x3c\x32\x08\x8b\x92\xa3\x1a\x0a\x82\xdc\x1e\xbc\xae\x8f\x78\xfe\xfe\x7b\x7b\xe4\xc7\x07\xf7\xe8\x7d\x90\x75\x17\x23\x29\x56\xe8\xf7\x94\x3c\xa5\xf0\x85\x12\xf4\x74\x23\xf5\xab\xb0\x00\x19\x5d\x86\x51\x14\xa6\x74\x90\xc4\xc3\x54\xa0\xa1\xfb\x4d\xf9\xfc\x34\x7f\x24\x5a\x98\x81\xc6\x33\x4e\xd3\x15\x02\xcd\xe9\x41\x31\x7c\x6a\xef\x3f\xa0\xf7\x6f\xa0\x04\xdc\x16\x40\x9b\x08\x5d\xf5\xa9\x22\xf4\xdf\x29\xf9\x42\xe1\x0e\x25\xe8\xcb\xdf\xf7\x61\x37\x7d\x85\xf8\xee\x9b\x3e\xe2\x01\xbd\xb7\x71\xb2\xea\x1e\x93\x5f\xf1\x0b\x25\x77\x28\x7c\xa0\x04\xdd\xf9\xce\xaf\xb8\xa9\xc9\xe2\x23\x6f\x6a\xb2\x47\xf7\x37\x35\xf9\xdd\xdb\xc7\x79\x0f\xc9\x56\xff\x46\xc9\x07\x0a\xaf\x29\x41\x1f\x6a\x5b\x8d\xbf\xdd\xd0\xa8\x4d\x6c\xd2\xa1\x32\x6d\xd6\xeb\x0d\xab\xd2\x56\xeb\x7f\x2d\xb7\x93\x0d\x30\xd7\x25\xb5\x12\xad\x59\x65\x32\xe1\x25\x5b\x54\xaa\x20\x59\x0f\x32\x47\x99\xe1\x61\xff\x35\x35\x96\x9d\x5f\x29\x79\x6d\x30\xe2\x3f\x6e\x64\xc4\xef\xde\x3e\x2e\x78\xb1\xbe\xd1\xec\x58\xde\xaf\x70\xe4\x77\x6f\x1f\x6f\xc5\x94\x35\x36\x5a\x42\x7d\x23\x6b\x36\x19\xed\x6b\x93\xd1\x7e\xa4\xe4\x0f\xc9\x68\x29\x17\x17\x62\xe5\x96\x17\x1d\x0c\x4c\x5e\xec\x63\x88\xe5\xc5\x3d\x0c\xa1\xbc\xb8\x8f\x21\x91\x17\x0f\x30\x04\x9c\xa0\x8f\x9a\x70\x68\x76\xf4\x0d\x5c\x5f\x30\x7d\x11\xeb\x8b\x50\x5f\x24\x7c\xd3\x24\xf9\x8b\xdd\x71\x53\x67\x48\x1e\x7b\xc3\x3c\xd1\x9c\x57\x4e\x93\x94\x93\x80\x43\xc4\x09\x0a\x6e\x6a\x77\x55\x6a\xbc\xc5\xa7\x94\x65\x47\xf3\xc1\xcd\xe2\x48\x09\xda\x59\x45\x70\xc3\xd7\x96\xe4\x48\xbc\x13\xf1\xbf\x57\x90\x34\x6b\xa8\xca\x92\xa5\xda\x4d\x71\xb2\xdc\x99\x5b\x4c\x93\x62\xba\x9b\x38\x57\x2b\xa9\x11\x2d\x67\x9c\x44\x86\x65\xbb\xcc\x6b\x2a\x94\x2e\xf7\x90\xd0\xd6\xa2\xd1\xa0\xad\xc5\xa1\xe7\xba\x5a\x09\xce\xf5\x44\xc7\x03\xda\x9a\x00\x6d\x0d\x81\xb6\x9e\x02\x6d\xbd\x00\xda\x3a\x05\xda\x7a\x6e\xee\xf4\x96\xd4\x82\x85\xa1\xd2\xe7\x78\x68\x6b\xb1\x16\x91\x61\x38\xb6\x6d\xb3\xc4\x9f\xd6\xbb\xb7\x8f\x37\xb5\xaf\xdc\xc0\x32\xf9\xd5\xb6\x31\x47\xba\xa9\xb1\xa6\xcd\x19\x2f\x27\x79\xf8\xb6\xf0\x29\x4c\x7c\x0e\x43\x9f\xc1\x53\xdf\x85\x17\xbe\x0b\xa7\xbe\x0b\xcf\x7d\x77\xb9\x8c\xb8\xc1\x96\x46\x1c\xa6\x1c\x26\x1c\x2e\x39\xf9\x66\x39\x96\x3c\x0b\xf6\xad\x5d\x0b\x5c\xdf\x72\xad\x25\x5c\x70\xd2\xfe\xc7\x9f\x69\xf3\xcf\xa1\xdd\x86\x73\x71\x73\xb7\x0d\x0b\x4e\xda\xbd\x3f\xff\xfc\xc7\x9d\xa6\xdd\xbd\xee\xfd\xd9\x47\xb8\xf5\x6d\xd9\x6f\x5f\x14\xe3\x7a\xc6\x2b\x51\x35\x0e\xdd\x6e\x86\x3e\x24\x28\xee\x3a\xd4\xa7\x58\x19\x38\x84\x15\x7f\xb9\xd8\x46\xc9\x21\x33\xce\xfa\x98\x93\x18\x67\x7d\x76\xe8\x87\xc6\xb7\x5f\xf1\xd2\x24\xd3\xf6\x09\x0b\x0e\xd6\x9f\x7f\xde\x69\x98\xe9\x00\x8e\x4d\x50\x23\xf6\x90\xf5\x0f\xd4\xf5\x2d\x5b\xe5\x0f\xbe\xe2\xda\xa9\xee\xda\xc2\xb6\x85\x2d\xb0\x42\x13\xc9\xbc\x8a\xe4\x45\x30\x45\x59\xea\x61\x25\x8f\xf6\x68\xf9\x78\x1d\x78\xdf\x1c\xac\x93\x4a\xcf\x5c\xf0\x2c\x0a\x91\xf6\x07\x06\x66\x7b\x86\x0d\x6c\x17\xd1\xd6\x15\xb1\xa5\x47\x0f\x93\x3f\x79\xd8\x2d\xc7\x33\x76\x4e\xbf\x03\xed\xec\x66\xb4\x6f\xb7\x40\xdb\xa9\xa0\x7d\x77\x33\xda\x17\xdf\x81\xf6\xfd\xcd\x68\x1f\x7e\x07\xda\xdf\x6f\x46\xfb\x6a\x0b\xb4\xf7\x2a\x68\x17\x37\xa3\x7d\xfc\x1d\xad\xcd\xd0\xda\x48\xfe\x1c\x3d\xf8\xb1\xeb\xfd\xe4\xba\x7e\x87\xee\xe3\x4d\x55\x7d\xae\x54\xd5\xfe\x07\xfa\x88\xaf\x51\xcf\x76\xfa\x7f\x0e\xff\x1c\x62\xd4\xf5\xfd\x2e\x92\x97\xb8\xdb\x5e\x6d\xc6\x83\x4a\x33\x3e\x92\xb8\xe7\xf5\xbb\xae\xef\xa0\xb8\xd7\xe9\xdb\x28\xee\xed\xf7\xaf\xaf\x2d\xd7\x95\x89\xe7\xd6\x37\xe4\xcd\x77\x90\xe9\x17\xb2\xdf\x14\x08\x9d\xfd\x4d\x98\x3f\x7d\x47\x6f\x4e\x64\xc8\x2e\xc7\xdb\x84\xf7\xc9\x77\xe0\x1d\xde\x3c\xf8\x2f\xb7\x40\xbb\xbf\xd2\x5c\x17\xb6\x42\xfe\xec\x3b\xda\xfc\xf4\x66\xb4\xcf\xbf\x03\xed\x8b\x9b\xd1\xfe\xfc\x1d\x68\x4f\x6f\x46\xfb\xf5\x3b\x7a\xf8\xf9\xcd\x68\xdf\x6d\x81\xb6\x3a\x5d\x9e\x9b\x02\x9c\xc0\x2c\xd4\xc7\x8d\xf3\xe4\x51\xa5\x96\xf3\x9b\xe6\x49\x09\x57\x09\xd5\xd3\x9b\x1a\x5c\x69\xec\xeb\x9b\xfb\xe0\xfd\x2d\x51\xa6\x37\xa3\xfc\xc2\x4b\xa2\xb6\x90\x1f\x8a\x6d\x19\xe0\xd0\x31\x96\xd0\xdf\xeb\x61\xb3\xad\x8e\x0a\xf0\x9d\x8d\xc0\x77\xbd\xce\xf5\xb5\xd7\xa9\x94\xf9\x65\xa5\x8c\x67\xbf\xa7\xd9\x06\xf7\x67\xa1\x96\xca\xa4\xc6\xb0\x6f\x94\xf9\x50\x5f\x4f\x79\xe7\xa1\x52\xe6\xb7\x72\x99\x0c\x85\x6d\xb9\xae\x6b\x44\x2e\x79\xbd\x06\xb3\xde\x0a\xad\x34\xfe\xd7\x75\x0d\xc9\x36\x51\x2a\xe0\x7f\xd4\x83\x9f\x1a\x4d\x36\xc1\x3f\x72\xd3\xed\x59\xef\x7a\xea\xd1\x96\xd1\x3f\xba\x3f\xf8\xdc\xf0\x8a\x64\x55\xfc\x2f\x4b\x3d\xe9\x78\xaa\x2f\xcd\x4a\x38\xdb\x54\x09\x3f\x22\xf7\xae\xaf\x55\x55\x5f\x05\x0a\xff\x2b\xd5\x87\x64\x86\x27\x25\xab\xb8\xb1\x4b\xa4\x70\xc6\xd1\xd7\xea\x48\xda\xe8\x1e\x21\x44\xde\xe5\x95\x55\x9b\x14\xb3\xaa\x32\x27\xc1\x0c\x9f\xcb\x95\xef\x7c\x76\xe3\x77\x26\x2b\x65\x2a\x7b\xd8\x77\x3d\xd7\xad\x94\x09\x56\xca\xa0\xec\xdb\xf0\x8d\x65\xd3\x9b\xeb\xa3\xf7\x80\xc3\x3d\x33\x89\x16\x2b\xe5\x7e\x5c\x19\x0d\xd5\x00\x96\x8f\x09\x5b\x19\x93\x95\x76\xad\xd4\x31\xab\x8e\x77\x75\xbb\x76\x47\x6f\x2a\x1c\x29\x35\x02\xf1\x26\x71\x3c\xb0\x6c\x0b\x63\xfb\x8c\x23\xde\x7e\xe0\x5e\xbb\x60\xb9\x16\x74\xd4\x83\xbb\x0f\xf4\xad\xe1\x86\x54\xff\xf9\xf9\x1e\x44\xa5\xb7\x86\x6b\xc1\xeb\x39\xcd\xf8\x26\xf8\x7a\x66\x33\x5a\x29\xe6\xd9\x29\xcf\x48\x67\xc6\x6b\x99\xcd\x74\x6d\x55\x1b\xf9\xcd\xa4\x5c\x2c\xc3\x52\xe5\x37\x97\xeb\x91\xaf\x61\x39\x17\x1b\x9a\x53\xcf\x75\xce\xd7\x96\x58\xc7\x78\x16\x55\x1a\xd1\xfb\x7b\x1b\x78\xcf\xd9\x4a\x2d\x1f\xa9\xd9\xb1\x75\x73\xf2\xea\xa6\x7a\x4c\xf6\x13\x0b\x2c\x7e\xcc\x57\xd9\xcf\x71\x95\xfd\x5c\x69\xf6\x13\x57\xc7\x56\xb1\x1f\x79\x67\xd6\x57\x6d\xd8\x7c\x85\x03\x69\x48\x43\xb9\x5c\xed\x56\x7e\xd3\x07\x9f\xae\x1d\x8a\x8d\xbc\xe4\x6d\x1d\x1f\xba\xca\xf9\xd0\x4d\xc5\x5f\x6c\x55\xeb\x0a\xa7\x78\xb8\xca\x8d\xaa\xe3\xb3\xca\x90\xaa\xa3\x54\xd7\xc0\x95\x9a\x5e\xb1\xdc\xa2\xc5\xb2\xdd\xf2\x0c\x79\x6c\xbc\xbb\x6b\x3c\xff\xcc\x4a\xf1\x4e\x0b\xad\x87\x55\xbd\xbd\x94\x28\x68\x53\x29\x08\x1a\x4a\x0c\xab\xec\x2e\xa8\x3d\x2b\x03\xe2\x49\x89\x0a\x56\xc2\xce\xda\xd4\xb7\x4d\x8b\x0f\x43\xe1\x60\xa8\x14\xd5\x52\x46\x79\xcc\xf2\x26\x3f\x41\x18\x06\x64\x96\x19\x13\xc1\x98\xcc\xb4\x07\xff\x88\x44\xc8\x6a\xdd\x7d\x6e\x61\x98\x8a\x4b\xff\xee\xa9\x85\x61\x22\x2e\xef\x3e\xf3\xef\xbe\xb0\x30\x5c\xaa\x9b\xdd\xbb\x53\x0b\xc3\x85\xbc\x09\x76\xef\x0e\x2d\x0c\xe7\xf2\xe6\x5c\xdd\x2c\xe4\xcd\x23\x0b\xc3\x99\xbc\xfa\x60\x61\xb8\x22\xbd\x5e\x00\x1e\x78\x74\xbf\x0f\xbd\x00\xee\xc3\xfd\xec\xca\xbb\x0f\x9e\xbe\xde\x77\x61\x9f\xde\xeb\x43\x2f\x01\x0f\x1e\x64\x57\xf7\x61\x9f\xde\x57\xcf\xee\xc3\x4f\xd9\xe5\xbe\x0b\xde\x8f\xf2\x3a\x04\x0f\xf6\x1f\x64\x97\xfb\xe0\xb9\xfa\xf1\x03\xe8\x78\xfa\xb9\xd7\x81\x7b\xfb\x1d\x79\x13\x83\x07\x72\xb3\x5a\x5e\x77\xc0\xfb\xa1\xa3\x4a\x30\x51\xa7\xdc\xd2\xef\x43\x8f\x83\x07\x9d\xfb\x3f\x75\xe8\x03\x79\xb3\x0f\x3f\xfc\xf0\xc3\x03\x79\x43\x45\x7d\xde\xfd\x7d\x71\x67\x58\x4c\x1e\xa3\x34\xdf\x10\x0f\x50\x8a\x0f\xd3\xee\xc8\x4f\xd4\xc5\xd4\x0f\xd5\xc5\xc4\x8f\xd5\xc5\xa5\xcf\xd5\x05\x53\x3f\x17\xfe\xb9\x4f\xd5\xe5\xc2\x3f\xc3\xc8\xb4\x94\x9b\xa3\xcc\xf4\x29\x77\xf1\x56\xc9\xf2\x3d\x17\x43\x11\xdd\x58\x47\xff\x2d\x42\x25\xe5\x4e\x14\xb1\xc3\x70\x9b\x43\xa0\xad\x8c\xdf\xd2\x56\x80\x51\xed\xd6\x75\xaf\xd3\x5f\x62\xdc\x62\xe1\xc5\x98\xa3\x2b\x48\x0a\x2b\x64\x42\xc8\x55\x11\x59\xa0\x14\x87\x89\xb5\xb3\xfe\x80\x38\xbf\xe2\x18\x38\xa1\xd8\x0f\x04\x30\x0a\xc8\x55\x2f\x69\x5f\xf5\x02\xc7\xeb\xf7\x3a\xfd\xc3\xab\x5e\x20\x7e\xdb\x49\x37\x70\x3c\x3f\xe8\xe3\x9e\xa7\x42\xa4\xba\x7d\xec\x23\xc3\x8c\xba\x54\x0d\xc4\x02\xad\x27\x30\xcb\x34\x71\x72\x3b\x1d\x85\x85\x2f\xaa\xbe\x98\x6d\x70\x69\xcc\xa7\xcc\x40\x79\x34\xce\x6e\x63\x2e\x38\x46\x25\xff\xc3\x27\x0c\x63\x7f\x8c\x94\x13\xe2\x27\x26\xb1\xd5\xc7\x58\xe0\xc0\xc8\x18\x61\x30\xc2\x8e\x99\x11\x80\x12\x12\x1e\xe6\x21\x85\x12\x39\xba\x3a\x46\x89\xec\x48\xc4\xc9\x1c\x51\x31\x9f\x31\xee\x6a\x6f\xc8\x58\x06\x9b\xf3\x7b\x7d\x48\xc4\xb3\x3c\x4e\x00\xd7\xcd\x58\x8d\x13\x60\x58\xf8\x28\x42\xea\x1e\xfb\x91\x0c\xc8\x32\xab\x38\xd8\xe7\x0b\xe3\xb8\x10\xc9\xa8\x6c\x84\x34\x00\x2f\x19\x7c\x63\xdc\x1d\xa3\x8f\xd2\xa5\x19\xfb\x33\x81\x6b\xad\xbb\xee\x0c\x6a\x99\x93\x68\x80\xb1\xa7\xc1\x0c\xff\xfe\xcc\x7a\xf0\x25\x43\x9f\x29\x7c\xa2\xf0\x92\xc2\x7b\x0a\xbf\x53\xf8\x85\xc2\x6f\x14\x7e\xa5\x30\x2d\xf2\x30\xf5\xf2\xd1\xed\xd0\x7d\x90\x67\x1c\x95\x27\x1d\xdc\x2f\xdb\xa3\xae\x9a\x52\xca\x20\x4f\x01\x97\x09\xd0\xa4\x73\x91\xb8\x91\x81\x1f\xb9\x78\x12\x2a\x1f\xb6\x30\x19\xa6\xd2\xa1\x66\x18\x2c\x52\x08\x08\x6d\xa5\xe3\x84\x09\x81\x39\x95\xc9\x8c\x26\x42\x80\x4a\x21\xd2\x2f\x5e\xa8\xfb\x19\x39\xe6\x28\x14\x3c\x78\x2e\x7f\x87\xe2\x3e\xc1\x30\x16\xf7\x09\x86\x91\xb8\x0f\x04\x0b\x9e\xcb\xdf\x89\xb8\x4f\x05\xeb\x9d\xcb\xdf\x0b\x71\x1f\x09\x86\x3b\x97\xbf\x0b\xf2\x2d\xa8\x73\xe9\x0b\x7a\x85\xfc\xde\x5f\xc2\xc3\x3a\x98\xa4\x0c\x73\x5e\x07\x13\xf5\x4c\x0d\xb4\xbf\x84\x47\x75\x50\x69\x15\x6a\xe0\xab\xa8\xc4\xfe\x17\x0e\x54\xfc\x19\xf9\xbf\x71\xb8\xf0\x03\x06\xbf\xf8\x11\x83\xa7\xfe\xef\x1c\x9e\xf9\x77\x38\x7c\xf2\x7f\xe1\xf0\xdc\xff\xc0\x61\xe2\xbf\xe6\xf0\xc2\xff\x95\xc3\xb4\xae\x8e\xb0\x67\x97\xf4\xf9\x23\xe2\x75\x44\x55\x5f\xea\x80\x3d\xfb\x3f\xff\xb3\xa4\x3b\xb7\xf7\xf1\x12\x5e\xfb\x9f\x19\xa4\xfe\x1b\x06\xa7\xfe\x1f\x1c\x66\xfe\x47\x0e\xef\x7c\xca\xe0\xbd\xcf\x18\x5c\xf9\x31\x83\xdf\xfd\x90\xc1\x5c\xb5\xfe\x0f\xf5\xb3\xf0\x13\x06\x1f\xfc\x94\xc1\x47\x7f\xc6\xc0\xba\x6b\xf9\x8f\xd9\x12\xce\x36\xf7\xbc\x96\x55\x6e\xe8\x7c\x03\x6c\x53\xff\x17\x12\xf9\x0d\x43\x50\x02\xcc\x47\x61\xc0\x80\x8a\x3f\x23\x7f\xc2\xe0\xc2\x7f\x2b\x46\xe1\xa1\x18\x85\x21\x83\x67\xfe\x98\xc1\x27\x7f\xc4\xe0\xb9\x3f\x65\x30\xf1\x2f\x19\xbc\xf0\x2f\xd8\x0d\xa3\x50\xe8\x3a\x5b\x0e\x44\xd1\xb2\x95\xb1\x38\x67\x30\xf3\x17\x0c\xde\xf9\x67\x62\x2c\x8e\xc5\x58\xcc\xc5\x58\x9c\xac\x8e\xc5\xa9\x18\x8b\x17\x62\x2c\x5e\x15\x63\x71\x55\x1e\x0b\x73\xc3\x6a\xb4\x79\xbf\xea\x8a\x4c\x65\xde\x31\xb9\x5b\x55\x3a\xcc\xa9\xdb\xb4\x2b\x0d\xa5\x59\xcb\xf0\xa6\x5a\xc6\xb7\xa9\xe5\x7c\x4d\x2d\x17\x9b\x6b\x99\x90\xf3\xdb\xd4\xf2\x68\x4d\x2d\x93\x9b\x6a\xb9\xbc\x4d\x2d\x03\xb3\x16\x33\xfe\xf4\x49\x6e\xd3\xbd\x84\xa1\xff\x44\xf0\x89\x27\x82\x4f\xbc\x13\x7c\xe2\x31\x87\x5f\xfc\x57\x1c\x9e\xfa\xcf\x04\x9f\x78\x26\xf8\xc4\x4b\xc1\x27\xbe\x0a\x3e\xf1\x49\xf0\x89\xe7\x65\x3e\x61\x7e\xc1\x6c\xf3\x17\x4c\xc9\xe0\x36\x5f\xf0\xc5\x7f\xc3\xe1\xb5\xff\x94\x43\xea\xbf\xe7\x70\xea\xff\x2c\x58\xc7\xa9\x60\x1d\x6f\x39\xbc\xf7\x5f\x70\xb8\xf2\x4f\x38\xfc\xee\x3f\xe4\x50\x76\x9f\xab\x7c\x2e\x93\x4f\x96\xf0\xc7\xba\x94\xfd\x27\x72\x91\xe7\x32\x68\xdf\x42\x74\xc2\x07\xd1\x09\x1f\xfd\xcf\x5c\x92\xfa\x23\xbe\x34\x05\x4e\x73\x3d\xcf\x11\xea\x4e\xc8\x02\xda\xf7\xfa\x90\x12\x19\xc0\xcf\x85\x59\xee\xfe\x99\xe7\x9b\x29\xa9\x14\xd7\xd7\xa6\x0d\xbb\xcd\x64\x8e\x80\xf4\x70\x76\x80\xf7\x7f\x50\x5e\xe9\x85\x8b\xa8\x0c\x08\x15\xe4\xde\xf3\xb2\x9f\x23\x48\xb1\x4e\x4e\x83\x42\x72\xc9\x7b\x71\x56\xe8\x21\x47\xb6\x9d\xe2\x3e\xee\x56\x9e\xf8\x21\xc9\xe2\x40\xca\x90\xd8\x96\x6b\x01\x4a\x64\x7e\x6a\x95\xb7\x25\x41\x4c\xc8\x3c\x10\xe8\x54\x7a\x10\x49\x7f\xfc\x5c\x2c\xad\x6b\x41\x50\xe4\x15\x31\xa5\xe8\x1b\xbb\x8b\x8c\x39\xf2\x7e\x72\x5d\x9d\xff\xde\x93\x01\x08\x4f\x50\x02\x14\x98\x4c\x2f\xe3\xe2\xbd\x22\x1b\xb2\x21\x49\x49\xb7\xe7\xd7\x56\x18\xef\x26\xb8\x2a\x67\x26\xad\xd7\x12\x8f\x95\xd6\xbf\xf7\xe8\x7e\x33\x69\xa5\x36\xb2\x9e\x4b\x80\x6e\xd2\x7a\xee\xbb\x58\xa7\xd4\xdf\x43\xd6\x47\x55\xb0\xd1\x40\x49\xeb\x23\x11\x52\xff\x54\x3e\x91\x0f\x9e\x92\xa4\xf5\xf4\xae\xd7\xb1\xbd\x4e\x33\x69\x4d\x31\xe4\x4e\xa5\x49\x6b\x22\x21\x26\xc4\xfa\xa2\x31\x7f\xf1\x45\xf1\xf7\x0a\xa1\x50\x28\x92\xd6\xfb\x43\xef\xfa\x3a\x69\xbd\x3f\xba\xbf\x5f\xfa\x24\xeb\x4a\x42\x5d\x5f\xa3\xa4\x75\x45\x3c\x0c\x59\x3b\xa4\x40\x1f\x93\x21\x47\x63\x8e\x92\xd6\x42\x8a\x59\xb8\xb4\x9f\x21\x44\xd7\xa3\x4c\x27\x0f\xbb\x34\xd3\xc6\x63\xec\x8b\x49\x27\xde\xa6\x3c\x73\x66\x40\x31\xfc\xd0\x14\x8d\x90\xe6\x98\x49\x6b\x41\xe2\x15\x8d\x1d\xc4\x27\xc4\xe5\x25\x04\x92\xd6\x30\x7f\x96\x59\x28\x89\x76\xda\x0f\xf0\xdd\x1f\xa4\x0a\x81\x62\x32\xa8\x69\x62\x4d\xfb\x9e\xd1\xbc\x7d\xcf\xa8\x6a\xdf\x7b\xba\xb9\x7d\x75\x8d\x5b\x69\xd9\x4a\xb3\x64\x14\x30\x64\xfd\x9e\xf5\xab\xf5\x2e\x1f\xd7\x72\x5f\x5b\x33\x3d\x5c\xb3\xbb\x3f\xf8\x19\x7c\xd7\x13\x43\x17\x12\x3d\x0a\x95\xfe\x37\xbb\xdf\x1f\xac\xbe\x53\xdf\x9d\xc8\x83\x45\xd1\x42\x8d\x35\x6f\x9d\xfd\x43\x33\x69\xfd\xee\xa0\xd0\xbe\x8f\xef\xfe\xe0\x8b\xc7\xe2\xc9\x3b\xf1\x44\xb6\x3e\x9b\x72\x39\x15\x24\xad\xa7\x36\x49\x5a\x1f\xdb\x9e\xeb\x5e\x0b\xa4\x2f\xe4\xad\xdc\x00\x1a\x0a\x59\x56\xb6\x23\x31\xe7\xe0\x89\xe1\xc6\xa3\xe3\x78\x48\x2e\x25\x63\x77\x68\x1f\xa8\x28\x9f\x62\x07\xc1\x61\xaa\xa2\x87\xc6\x47\x24\xca\xa8\xd3\xf1\xc4\xcc\x90\x1c\x49\xe6\x48\x32\x98\x52\x60\xdb\x58\x05\x6a\xd3\x2f\xb2\x87\xb0\x87\x12\x72\xd5\x0b\x77\xc3\x78\xf7\x92\x77\x4b\xef\xfc\xb0\x2f\x03\xc3\x92\x24\x5b\xa0\x8a\xc0\xef\x8e\xa7\x02\xb7\x09\x84\x62\xe2\x1b\x55\xc5\xa2\xaa\x1c\x4a\xcf\x1b\x7d\xb1\x68\xcd\xc9\x31\x62\xb0\xc0\xb0\x68\xfd\x41\x8e\x51\xac\x2e\x07\xe4\x18\x71\x71\x79\x96\x01\x9c\x89\x4b\x05\x20\x2f\x15\xc0\x19\x06\xed\x9b\xbd\xaa\x9c\x1c\x67\xa9\xae\x16\x86\xb1\xd1\x26\x97\xef\x25\xf0\x25\x4c\x03\x96\xd2\x1a\x64\xf3\x0c\xd9\x9e\x77\x1b\x6c\x33\x3e\xf8\xf9\xa6\xe6\x9d\xdd\x12\xe1\xab\x9b\x5a\xe8\xde\x02\xe1\x72\x89\xbe\x69\x15\xce\xb7\xee\xce\x61\xf7\xee\x1f\x16\x88\x27\xbe\x75\xd7\x99\xb4\xef\x3a\xc3\xf6\xdd\x0f\x16\x70\xf5\xde\x79\xe6\xdf\x7d\xe1\xdf\x3d\xdd\xbd\x3b\xb5\x20\xd3\xed\xfc\x9e\xf5\xf0\x85\x05\xd6\xab\x17\x56\x1f\x84\x8e\xe7\xf7\xac\xd3\x59\x3c\x0c\x16\x16\x58\x2f\x92\xec\xe2\xed\x8c\xa6\xea\xea\x77\x3a\x8c\xf5\xf5\xdb\xf1\x8c\x65\x97\x3f\xb3\x50\x5d\x9c\x06\x7c\xc6\xc4\x65\x1f\x72\x45\x51\xa1\x54\xf8\x14\x32\x85\x48\xa1\x50\xa5\x55\x51\xab\x0f\x4a\xa1\xf4\x7b\xd6\xaf\x41\x3c\x0b\x98\x44\x4e\xcf\x59\x76\xf9\x22\x60\x83\xb1\x05\xd6\xc3\x29\x0b\x23\x79\x2f\x9e\xfe\x3a\x8b\xa9\xfc\x89\xc4\xdd\xc3\xd9\xc5\x2c\xe5\x02\x21\x9d\x72\x2a\xf7\x8d\xc0\x3a\x19\xf0\x44\x5d\xbd\x4c\x2e\xf5\xc3\x27\x74\xa0\x2e\xb3\xc6\xbe\x30\xea\x56\xf5\xaa\x2a\x55\x85\x66\x75\xaa\x36\x55\x99\xaa\x49\xd5\xa1\xf0\x2b\xd4\xd2\x29\x7f\xca\xc9\x88\x6b\xb7\xfc\x11\x6f\x49\x0a\x85\x89\x7c\x9a\xd3\x17\xa8\x1b\x49\x1b\xd2\x88\xed\x39\xab\xf7\x2b\xd2\xab\xc0\x77\x58\x88\x1a\x7e\x2a\xc6\xb9\xc7\x16\xb6\xa1\x25\x6f\x15\xf3\xc8\x44\x3b\xac\xdc\x64\x3f\x7a\x93\x01\x69\xe1\xb9\x02\x3f\x33\xf2\x9c\xc1\x57\x46\xd0\x73\x76\x93\xb1\x6c\x76\x0e\xb3\xf1\xbb\xff\x56\xc7\x83\x42\x15\x94\x86\xbd\xef\x18\xf9\xca\xe0\x11\x23\xe8\xeb\x4d\x6d\xd5\x27\x40\x5b\xb4\xf4\x6f\x70\x2e\x30\x0f\xa9\x64\x4b\x9f\x32\xf2\x88\x15\x12\xf5\xfb\xfa\x7d\xa7\x19\x87\x9f\x19\x7c\xa4\x90\x72\x78\xc7\xe0\x29\xcb\xf6\x9d\x26\xc6\xbe\x53\x6e\xc7\x99\xef\x3b\x55\x9e\xac\xec\x3b\xe5\xd6\x10\x6c\x35\x11\x95\xcc\x70\xe8\x41\x4a\x1e\x42\x54\x0a\xf5\x36\x5b\x13\x00\x22\xf4\x53\xa4\x0e\x40\x5a\xf7\x7d\xc4\x09\x8a\x65\xcc\x76\xdc\x64\x10\x75\xeb\x13\xc0\xca\x28\x8a\xa6\xb5\xe2\x60\x4d\x40\xa8\x2c\xd8\xf2\xce\xba\x3d\x51\xd4\x63\x10\xf7\x09\x87\x94\x50\x99\x60\x08\x66\xd8\xef\xa5\xc8\xc5\x90\x22\x0f\xf7\x97\xc5\xae\x6c\x75\xa7\x35\xdc\xe4\xcb\x9f\x40\xd0\x27\x21\x50\x12\xa3\x84\xd8\x89\x8c\xca\x83\x02\x62\x07\x32\x46\x98\x3c\x93\x73\x7d\xaf\x2d\x47\x5e\x56\x29\x0a\xc8\xcd\xc7\xed\x23\xb1\x45\x32\x84\xdb\x4c\x66\x57\x9a\x95\x52\xa1\x6f\x9b\x6b\x4a\x96\x4e\x45\x69\xe5\x52\x3b\x40\x27\x58\xdf\xa8\xe0\x73\x03\x74\x2a\x9e\xdc\x2a\xa4\x76\xa8\xf0\x86\x46\xea\xa6\xa2\xaf\x62\xd9\x2b\x21\x92\x5d\x12\xa2\xfa\xfe\x30\xa4\xae\xdf\xd9\xcd\xa9\xd6\xca\xa9\xe5\xcb\xb7\xb7\xcf\xad\x76\x27\xa7\x69\xf2\x1a\x09\x02\x47\x0f\xb7\x08\xe6\x28\xdb\x79\x47\xf2\x45\x48\x36\x46\xde\xfc\x85\x99\x21\x58\xbf\xb0\xef\x88\xc1\x2a\x2b\xfb\x85\xd5\x05\x61\xdd\x5c\xf7\x07\x66\x06\x1a\x95\x75\x6f\x57\xd9\x07\xb6\x29\xd4\xe8\xe6\x4a\x7f\x63\x66\x68\xcc\x5b\x54\xfa\x1b\xdb\x14\x1c\x73\x73\xa5\xaf\x0d\x76\xf8\x1b\xbb\x55\x68\xcc\x5f\x8b\xf6\xf6\xfa\xc0\xcd\x54\x7a\x4c\xe7\xdf\x37\x62\xb9\xe4\x51\x60\x10\x2a\x27\x13\x64\xe0\x61\xc7\xc3\xed\x3c\x41\xa2\x50\xc3\x8a\x38\xf8\x55\x7e\xc2\x37\x07\x99\xc9\xe3\xc4\xef\xd0\x95\x20\x33\x7c\x4d\x90\x19\x5a\x0d\x32\x43\xcd\x20\x33\x6c\x09\xec\x3b\xd8\x86\x19\x31\xbf\xe2\x89\x6f\xac\x58\xd2\xd0\x5c\x30\x54\x72\xc4\x51\x5c\xee\x03\x19\xa5\xbf\x26\xaa\x4c\x31\xcd\x8d\x83\xaa\x6f\x99\xa9\x20\xb7\xbd\x25\x64\x18\x8b\x80\x43\x81\xe8\xe8\xb8\xcd\x15\xce\x35\xc4\xf4\x2b\x43\xc5\x6a\x47\x0d\xd2\x61\xb5\xa4\xf3\x87\x3e\xbb\xcf\xf3\x44\xc9\x33\x2d\x0a\x94\x9c\xa8\x78\x48\xea\x54\xdf\x85\x98\x14\x07\x49\x10\xaa\x00\x8e\xa5\xb8\x31\x32\x78\x7d\x8c\x65\xc6\x68\x95\x4d\x9a\x22\x79\x2e\xd6\xb3\x6d\x56\x93\x96\x32\x57\x1c\xea\x96\xbd\xd8\xf1\x4c\x7f\x7a\xda\x24\xb1\x11\x84\x3a\xe9\xf1\x3e\xa2\xe5\xd8\xf7\x1f\x6b\x96\x67\x08\x20\x25\x2e\x44\xa4\x75\x1f\x66\xc4\x83\x01\xf1\x60\x48\x1e\xc2\xb8\xb4\x56\x8f\xd6\x64\x72\x08\x7c\x44\x49\xeb\xbe\x8d\xc4\x7d\x82\x28\xc6\x0e\xc7\x4d\x34\x68\xd2\xc3\x41\x93\x77\x63\x3f\xc4\x30\x44\xe3\x35\xcb\xb6\x0c\x28\x6f\xf2\xda\xe9\xe6\x65\x1b\xc2\xcd\x0b\x37\x84\x62\xe9\x1e\x12\x39\x62\xd9\x03\x0c\x23\xec\xf7\x86\x62\x05\x1f\x8a\x79\x0d\xc3\xd2\x3a\x3e\x5a\x99\x77\xc1\xa6\x75\x3c\x85\x08\x66\x7d\x12\x00\x25\x09\x4a\x89\x9d\x8a\x65\x2b\x41\x11\xb1\x23\x19\x2d\x1f\xcd\x88\x3d\xc3\x10\xe7\x6b\x58\xeb\x7e\xb6\x88\x85\x84\x4b\x99\x46\x3d\x62\x0e\xc7\x30\x20\xfc\x90\x76\x1d\xcf\xf7\x64\x1b\x15\xee\x25\x8c\x6e\xb3\xe8\x8f\xe5\xa2\x3f\x92\xc9\xf8\x47\xdf\x31\x7b\x87\x44\x96\x1e\x8a\xd2\x6a\xf6\x4e\xc5\xa2\x3f\x32\x17\xfd\xa9\x58\xf4\x47\xb7\x5b\xf4\x03\x85\x37\x30\x16\xfd\xa2\x63\x13\xd9\x81\x01\x92\xbd\x17\x20\xd9\x75\x01\xfa\xae\x7e\x33\xa8\x9b\xc6\xc6\x42\xfd\xf1\x56\x0b\x35\x8d\xb7\x58\x42\x78\x6c\x2e\xd4\x1f\x4b\x0b\x75\xcb\x83\xdb\xac\xd5\x3c\xbe\xfd\x5a\xcd\x62\x73\xad\xfe\xb8\xfd\xb2\xc9\xe2\xef\x5f\xab\xe3\xd8\x5c\xab\x6f\x51\x69\x1c\x7f\xff\x5a\x5d\x0a\x28\x16\x6f\xb3\x56\x3f\xca\x96\x9e\x25\x54\xcf\x22\xac\x59\x4a\x77\x53\xce\xc2\x01\xb7\x76\x58\x8b\xc9\xac\x16\xad\x21\xe2\x60\x05\x6c\x60\x01\x5a\x6d\xff\x2b\xa1\xa3\xe6\x30\x34\xa8\x05\x7a\x6e\x00\x45\x61\x4c\x6b\x81\x9e\x19\x40\xd3\xb0\x1e\xe6\x5d\xa5\xb6\x37\xc1\x30\x0c\xa2\x5a\xd0\x3b\x06\x28\x93\x60\x0f\xd7\x35\xef\x4e\xa5\x79\x1b\xb0\xfe\xbe\x82\xf5\xf9\xba\xef\x31\x41\xa7\x49\x18\xf3\x0d\x68\x7f\x29\xb7\xe0\xf3\xd3\x84\x85\x5f\x93\x98\xaf\x01\xa7\xb4\x02\xff\x9e\x32\x1e\x0e\xd6\x40\xf3\x2a\xf4\x86\x86\x30\x13\x56\x45\xc6\xad\x85\x3b\x5b\x85\x4b\x6b\x01\x17\xab\x80\x8f\x43\x36\x88\xea\xfb\x2c\xae\x81\x66\x49\x5a\x8f\x3a\x5c\x05\x7e\x12\x06\x93\x24\x1e\xd6\x82\xa7\xab\xe0\xa7\x5f\x66\x01\xab\x6f\xc9\xb8\x06\x9a\x07\xac\x16\x76\xb8\x0a\xfb\x96\x85\x41\x7c\xb1\xe6\x2b\xa7\xab\xf0\xbf\x2f\xea\x41\xcf\x4d\xd0\xc1\x8c\x5d\xd2\x47\x41\x1a\xa6\x8f\xa3\x24\xa5\xf5\x9f\xf9\xb6\xbe\xc4\xc9\x94\xc6\xb5\xf0\x0f\xeb\xe1\x6b\x61\x4f\x56\x61\x67\x93\xe9\x1f\xb5\xb0\x8f\x6b\x61\x3f\xd4\xc2\x7e\xae\x81\x8d\x87\x6b\x7a\xef\xd3\x0a\xf0\xe3\x80\x0d\xc3\x38\x88\x36\xf4\xca\xcf\x6b\x0b\xad\xed\x98\x77\x6b\x8b\xd4\xb3\xaf\x1a\x70\x3e\x99\x45\xd1\x9b\x64\xb2\xa1\x61\xbf\x6f\x28\xb6\xb6\x69\xbf\x6c\x28\x54\x5b\xe0\xfd\x4a\x01\xc1\xb6\x02\xb6\xa1\x61\xbf\xad\x29\x52\x3f\x26\x55\xd8\x17\x49\x9c\xf0\x24\xa6\xf5\xb4\x11\xf3\x75\xf0\xf5\xf4\x11\xae\xc0\xbf\x0c\xf8\x8c\xad\x19\x89\x74\x05\xfa\x94\xd3\x69\x2d\xe8\xac\x16\xf4\xe1\x88\xd3\x35\x33\xbd\x16\xfe\x11\x1d\x25\x6b\xd8\xc8\xc0\x2c\x90\xf2\x60\xf0\xb9\x16\xec\x72\x05\x4c\x39\x45\x1c\xcf\xa7\xc1\x1a\x76\x76\xb1\xa6\xc8\x93\xf0\x92\xb2\x8b\x30\xbe\xa8\xe7\x27\x6b\x4a\xbd\x4c\xd6\xac\x62\xe3\x35\x05\x4e\xc3\x68\x9c\xcc\x28\xe7\xf5\xc5\x16\x6b\x8a\xfd\x1e\x5e\xac\xe3\x8a\x67\xab\x45\xd8\x90\xb2\x87\xd3\x29\x0d\x58\x10\x0f\xea\x4b\x5d\xad\x29\x95\x0e\x68\x3c\x5c\xd7\x0b\xf3\xfa\x42\x4f\xe8\xc6\x52\xa7\xf5\xa5\x9e\xc5\x69\x38\xa4\x27\x33\x5e\xcf\x8e\xeb\x0b\xad\xed\xef\x51\x3d\xfc\x1b\x65\xe3\x59\x5b\xe4\x85\x28\xb2\x23\xe5\xd4\xdd\x2c\xb2\xe4\xab\x67\x10\x92\x4e\x33\x96\xe9\x6d\x3d\xea\x3c\x28\x27\x68\x93\x49\x97\xcf\xe6\xae\x4a\xe2\x7c\xb6\xd0\x17\x73\x4f\x3f\xf1\x64\xd4\x3f\x95\x7f\xfb\x8c\x98\x29\xb6\x53\x54\x32\xa8\x0d\x96\x81\x91\xd5\x3a\x35\xae\xbf\xc9\x16\xb1\xd9\x80\x27\xcc\x0f\x60\x92\x5c\xd2\xb7\x49\x25\xc4\xb4\xc2\x6f\x13\xeb\x85\x95\x25\x87\x2e\x5a\x35\xf7\x84\xd2\x6c\x5b\x90\xbf\xca\xdb\xb9\xf0\x88\xcd\xf1\x12\x06\x82\x7d\xbd\x0a\xf8\xd8\x37\x7a\x45\x59\xa1\xe4\x48\x1a\x0d\x54\xf9\xb8\xb9\x0b\x39\x1a\x8d\x18\xf2\x96\x7c\xb4\xf0\x12\x84\x14\xb8\xbe\xb1\xcf\x8b\xc6\xae\xb6\x31\x6b\xda\x97\x59\x30\x64\x01\x0f\x07\x8f\x05\x97\xa8\xe0\x52\x07\xe1\x39\xbe\xd7\x96\xbd\x6b\x53\x89\x65\xd7\xe6\x26\x36\x81\x9f\xad\xe0\x8f\xf1\x12\xce\xe9\xd7\x90\xb2\x75\xc8\x21\x84\xc4\xa8\xe0\xf1\x6a\x05\xbb\x36\xcb\x7e\xe3\x6a\x85\xe1\x4a\x85\x09\x5e\x42\xc0\x06\xab\x15\xc9\x6a\x28\xb1\xcd\xc0\xbb\x21\xb1\x43\x48\x88\x9d\x64\x79\xc3\x34\x62\x48\xf3\xd1\x83\x88\x30\x87\xc2\x8c\x84\x0e\x87\x01\x09\x1c\x0a\x43\x92\x3a\x1c\xc6\x64\xd0\x1c\xd8\xc3\xe6\x70\x27\x1c\xa1\xe4\xd0\xc5\x7c\xcc\x92\x2b\x49\x68\xc7\x8c\x25\x0c\x59\x31\xbd\x08\x78\x78\x49\x77\x85\xf4\x3d\x4b\xfd\x5d\xcb\x56\xd9\x42\xd5\x26\x5e\x5e\x1b\xae\x23\x2d\x8f\xac\x0c\x16\xc7\x3b\xfa\xa0\x7f\x7c\x24\x66\x0a\x0e\x47\x45\x12\x82\x61\x33\x72\x66\xcd\x01\x96\x6f\x1a\x8d\x2c\x50\xe6\x88\x30\x27\x80\x29\x09\x9d\x14\x26\x24\x6a\x46\xf6\xac\x39\x83\x4b\x32\x6a\x8e\xec\x69\x73\x0a\x17\xa4\xc8\xef\x33\xc1\x70\x6e\xdc\x8e\x31\x2c\x48\xa2\xe2\xa6\xf3\x20\x46\x28\xcb\xee\x18\x0c\x92\x14\xa1\x89\x3d\x76\x2e\x71\x1b\x75\x9a\x17\xcd\x73\x8c\x71\xbb\x83\xe1\x8c\x2c\xda\xe7\x70\x45\x16\xed\x8b\x9d\xbc\x5d\x67\x8e\xa7\xdb\x84\x4a\x64\x49\xed\xb3\xe6\x40\x7f\xa3\x7d\xd6\x1c\x62\x5c\x90\xf6\x43\xcb\x4e\xe4\x2b\xf1\xd7\x05\x57\x0e\x3f\x1a\x36\x47\x47\x83\xe6\x14\x57\xc8\x80\xda\x57\xcd\x68\xa5\xb7\xec\xab\xe6\x2c\xcb\x69\x57\x3f\x1d\x6a\x3a\x58\xd2\x4e\x95\x72\x32\xd7\x94\x82\x76\x22\xb2\xb7\xa7\x52\xed\xcf\x88\xda\x82\x55\xbd\x24\x3a\x26\xc0\x30\x20\x2c\xcb\x9a\x14\xc6\xe2\x7e\x48\xa8\x3d\x83\x31\xe1\xf6\x00\x46\xc4\xfb\x47\x04\x53\x12\x75\x03\x27\xf5\x53\x27\x90\x31\x4c\xb7\xa4\x1e\x86\x77\x2a\xa4\xd3\x35\x49\x67\x28\x3f\x67\xec\x1b\x79\xcf\x32\x30\x67\xa8\x86\xe0\xfa\xba\xf2\x6a\xe1\x39\x63\xf5\x0a\x57\x86\x27\x43\x86\x65\x90\xd0\xe9\xa1\x2b\xfe\x92\xe9\xdd\xd0\x0e\x31\x4c\x8f\x92\xae\x39\x52\x6a\x7a\x32\x39\x52\x1e\x58\xf6\x48\xf5\x2b\x75\x66\xba\x87\x1d\x31\xd0\xeb\x21\xf3\x21\x19\x56\x87\x64\x8c\xfd\xe9\x0a\xf5\x54\x10\x49\xd2\x98\x1e\x91\x58\x15\xae\xe2\xa4\x36\x2b\x86\x27\xc5\xab\x74\x62\x8c\x56\x8a\xd5\xae\x35\x1d\xf0\x4d\x5c\xf0\x7b\x96\x00\xdb\x1a\x67\xac\xec\x32\x63\x65\x63\xcb\x76\x98\x6d\x7d\xb4\x96\xa0\x4d\x45\xfc\x1a\x95\x58\xe2\x58\xaa\x68\x45\x11\x49\x61\x56\xb7\x51\x57\x67\x62\xb2\x84\x41\xee\x5e\x03\xc3\xec\x92\x07\x71\x07\xc6\x44\x77\x08\x8c\xf2\x2d\x68\x9d\xda\x72\x12\xc6\x30\x21\xba\x4b\xe0\xb2\x60\x09\x9a\x5b\xbc\x7a\x06\xe7\xe4\xa2\xdd\x81\x05\xe9\x34\xcd\x20\x3b\xe6\x59\xf6\x91\xd7\x75\x7d\x7a\xe8\x78\xdd\x0b\xbf\xe0\x1b\xa6\x07\xd8\x55\x09\x9c\x78\xdd\x73\x9f\x1e\x12\xc7\xeb\x3a\xe7\x59\x89\x54\xed\xe3\xe7\x25\x8e\x4b\x87\xe5\x61\x1c\x53\xf6\x46\xce\x8e\x92\x05\xa5\x01\x92\xcc\xf8\x2a\xc8\x49\x09\x24\xe5\x01\xe3\x0f\x85\x02\x6c\xb8\x20\x96\x20\x68\x3c\xac\xbc\x7f\x6b\xbe\x6f\x34\x68\x6b\x1a\x54\x41\x5e\x54\x1d\x48\x14\x3f\xd6\xab\x49\x9c\xad\x26\xa1\x5c\x4d\x12\x18\x13\xc1\xbf\x07\xcd\x99\xca\x42\x3a\x6e\x8e\x0f\x3d\xea\x78\x1d\x7d\xea\xd4\xa3\x36\x1a\x13\x34\x68\x22\xee\x24\xd8\x19\x36\x11\x75\x42\x8c\xdb\x63\xdc\x8c\x80\xdb\xe3\xe6\xac\x6f\x38\x25\x96\xeb\x56\x35\xa7\x84\x3a\x0c\x22\xc2\x9d\x18\x66\x04\x05\xdd\xc4\x77\x12\xdc\xbe\x44\x69\x33\xb5\xa3\x66\x24\x3d\xee\x9a\x11\x0c\x89\x33\x6b\xa6\x30\x26\xd4\x1e\xc0\x94\x70\x7b\x08\x13\xc2\xec\x01\x5c\x90\xd8\x1e\xc2\x39\x41\x63\x7b\x82\xe5\xe0\xa3\xa9\x7d\x21\xae\xce\xc8\xc4\x19\xc3\x15\xb9\x70\xa6\x70\x4c\xce\x9a\x67\xf6\x55\xf3\x0a\xe6\x24\x74\x12\x38\x21\xe3\xe6\x85\x33\x69\x4e\xe1\x94\xa0\xab\x43\x57\x6e\xef\xe2\xe6\x25\x1a\x21\x17\xe6\xcd\x79\xf3\xd8\x39\x69\x9e\x60\x0c\x6f\x09\x3a\x69\x5e\x39\x67\xcd\x53\xdc\x3e\x86\x17\x04\x39\x27\xcd\x33\xe7\x4a\xdd\x3e\x94\x2f\xed\xec\xe5\x2b\xf5\xd2\xce\x5e\x3e\x26\x6f\x9d\x73\xf8\x4c\x5e\x38\x0b\x78\x43\x1e\x3a\xe7\xf0\x89\xbc\x72\x16\x7a\x3f\xf3\x71\xf3\xb1\xfd\xb9\xf9\xf9\xe8\x4d\xf3\x8d\xfd\xa9\xf9\xa9\xd1\x40\x6f\xc9\x43\x78\x41\x5e\x61\xf8\x36\x98\xfb\x6f\x61\xb0\xf0\x5f\xc0\xdc\xf5\x7c\x67\x00\x0b\xf1\x33\x84\xb9\xe7\xf9\x6f\x9b\x28\x6c\xcf\x1d\x0f\xc3\xc2\xf3\xfc\x17\xfa\x6e\x29\x43\x07\xbf\x32\xf7\x47\xd5\x3e\xea\x31\x70\x32\x07\x46\x66\xc8\xc5\x10\x2b\xa1\x34\x24\x27\x90\x90\x53\x08\xc8\x5b\x48\xe5\x23\xf3\xe8\x25\x73\x77\x84\x11\x1c\x13\x5b\xa7\xf5\x13\xf3\xdd\x4c\x68\x36\x27\x36\x5f\xf3\xea\x84\x84\xf5\x6f\x9c\x73\x38\x25\xc9\xda\x77\x6f\xc9\x00\x9d\x3a\x27\x18\x5e\x91\xd3\xa3\x13\x41\x71\xe9\xf5\x35\x4a\xc9\x8c\x44\x08\x63\x98\x1f\x1e\xcb\xa4\x4e\x73\x98\x93\x63\x38\x26\x23\x0c\xf3\x23\x45\x8d\xe1\x08\xbd\x3d\x5a\x38\xea\x26\x6d\x29\x41\x19\xcd\x9b\x63\x74\x82\x61\xde\x9c\x20\x31\x92\x69\x2b\x60\x03\x69\xd9\x33\x87\x13\x38\x85\xbd\x57\x18\x8e\x15\x82\x46\x03\xe5\xa5\x8e\x9b\x63\x74\x8a\xe1\xb8\x39\x41\xa7\xa5\x52\xc7\x70\x0a\x27\xf0\x0a\xe3\x22\x1d\xd3\x63\xf8\x0c\x6f\xc8\x09\x7c\x22\xa7\xf0\x84\x9c\xc0\x4b\x72\x0a\xcf\xc8\x5b\x78\x4e\xde\xc2\xcf\x24\xa8\xff\xd2\x76\x07\xbe\x92\x9f\xf3\x8a\xe3\xae\x1d\xd7\x03\xfa\x97\xe8\xb8\x79\x6c\xcf\x9b\x73\x8c\xe1\x1d\x99\xa2\x01\x9a\x3b\xc7\xa2\xbc\xcd\xea\x4b\xc8\x74\x2d\xf0\x94\xbc\x13\x9d\xf7\x35\xeb\x1c\xd9\xd2\xf7\xe4\x0a\x7d\x6d\x8b\x8f\xfa\x19\x63\xf8\x22\xef\xe6\xea\xee\x00\x3d\x73\x48\xa7\xf9\x1e\x2b\xf8\x2e\x7a\x62\x93\xf7\x4d\xf2\xaa\xeb\xf9\x8e\x07\x2f\x1d\xf2\x1e\xfb\xe8\x19\x71\xe1\x09\x79\x49\xd0\x89\x7d\x2a\x85\x2a\xf4\x5c\x14\xfa\x92\x17\x7a\x63\x93\x2f\x79\xa1\x4f\x0e\xf9\x82\x7d\xf4\x9c\xb8\xf0\x86\x7c\xca\x0b\x49\x12\xfd\x9d\x88\x71\x79\x83\xe1\x0e\x11\x0d\x78\x83\xe1\x17\x22\xfa\xfc\x25\x86\x0f\x44\x34\xf0\xa5\x14\x46\xdf\x99\xad\xff\x0d\x5e\xcb\x52\x9f\x30\xfc\x2a\x4b\x7d\xc2\xf0\x87\x2c\xf5\x04\xc3\x47\x59\xea\x89\x2c\xf5\xf6\xf0\xa2\xd1\x40\xbf\x91\x17\xe8\x77\xb8\x03\x7f\xc0\x47\x78\x0d\xbf\xc2\x2f\xf0\x01\xe3\x6c\x3e\x50\xf2\xbb\xf3\x9b\xf4\xc2\xa3\xe4\x8e\xf3\x5b\xcf\xeb\x03\xa3\xe4\xb5\x7a\x16\x53\xf2\xab\x7a\x16\x52\xe2\xb5\x27\xe8\x0c\x21\x4a\x9b\x8c\xda\x9c\x36\x63\x8a\xdb\xe8\x52\xdc\x53\x79\xcf\xa9\xe0\x17\x4c\xbe\x8e\xe5\x6b\x25\x6e\x26\x94\x5c\x22\x81\xae\x29\xfe\xd8\x02\x5d\x53\xfc\xc1\x3b\x8f\xc8\x14\xbd\x03\x74\xec\x24\x02\x55\x48\xa5\x5d\xf4\x53\xf5\x70\xae\x1f\xda\x1e\xc6\xcb\xe5\xf3\xac\x5f\x9f\xea\xfe\x7d\x4c\x1e\x22\xf1\x3d\xe2\xbb\xe6\xf0\x14\x5e\x61\xf8\x4c\x1e\xa2\xec\xf3\xf4\xa3\x9c\x8a\x1f\xb7\x06\x73\xfb\x71\x6b\xee\x7a\xf0\xb8\x35\x58\xd8\x8f\x5b\x0b\xd7\xc3\xf0\xf4\xf0\x5d\x57\x51\xb4\x00\x90\xaf\xe0\x29\x0c\x91\x7c\x0d\x12\x1e\xc3\x10\x7d\x96\xb7\x9f\xd5\xed\xde\x2b\xec\xa3\x2d\x0a\x3d\x6e\x2d\x3c\x79\xeb\xa9\x42\xa5\x09\x27\x5e\xab\x66\x48\x18\xd5\x38\x2f\xab\x6c\xb0\xb0\x3f\xcb\x17\x9f\xc5\x8b\xcf\x55\x0c\xe2\xa9\x78\xa5\x6a\xd5\x90\x79\xe9\x72\x53\xb1\x6c\x6c\xd6\x0b\xbf\xc3\x9d\x72\x33\xde\xc0\x27\x09\xe4\x97\x41\x72\x36\xf0\x2c\xeb\xee\x47\x66\xb7\x8b\xfe\x15\xfd\x7c\x0c\xce\x23\xdd\xef\x9a\xbc\xf4\xb3\xb4\xa5\x14\xde\x75\x1d\xff\xa8\xa6\xe3\x1f\x7d\x4f\xc7\xd7\x14\xda\xd0\xf1\xc7\xdf\xd1\xf1\x35\xfd\xfe\x68\xab\x7e\x37\xab\x7d\x09\x4f\xe0\x95\x78\x94\x75\x8b\x98\x82\x4a\xe9\xc9\x7b\xde\x05\x57\xce\xd9\xb4\x95\x6f\x42\x20\x0c\xb3\x3c\x11\x82\x5a\xaa\x66\xb6\x65\x5d\x5f\xcb\xc0\x98\xf9\x11\xfa\x80\xc6\x9c\x25\xe1\xb0\xba\xd8\x31\x82\xd6\xad\x57\x42\x6b\x5f\xc3\x33\xdb\x1d\x88\x09\xb2\xd7\xac\x59\xf6\xae\xbd\x66\xc5\xc2\xed\x8e\x73\xd1\xee\xe8\x74\x21\x63\x14\xe3\x26\x83\x89\xfc\xe9\xab\xd3\xf1\x5c\x10\xdc\x36\x69\x48\x91\x67\xbc\x70\x4a\xef\x72\x7f\x26\xf3\x1c\x8c\x64\x3e\x91\x91\x29\x3d\x6e\x6b\x32\x53\x83\x97\x76\xa9\xc0\x4b\x25\x5e\x2e\xcd\x00\x12\x56\xd3\xe0\xcd\x59\x59\x6e\x42\xcc\x04\xe2\x69\x30\xbc\x0d\xd6\x38\xcf\x82\x2f\x7e\xfd\x9b\xaa\x88\x45\x15\x85\xb8\xbc\xad\x91\xe0\x4d\x68\x43\x81\x56\xcb\xd8\xdb\x21\x4d\x6e\x44\x9a\x64\xdd\x71\x0b\xa4\xc1\x8d\x48\x03\x35\x78\x31\xa7\xf3\x2d\x13\x49\xa7\xe5\x1e\x96\xa6\x13\xe9\x12\x46\x4b\x78\x9c\xe5\xd9\xc9\x37\x21\x95\xd9\x17\x7c\xae\x41\x6c\x25\xd2\x0e\xca\x68\x55\xa3\x61\xa9\x2a\xac\x30\x96\x6d\x2c\x25\xed\x31\xfc\xef\xde\x08\x2c\x4a\x85\xd4\x0d\xa7\xcb\x37\xe6\xd6\x67\xc0\x68\x70\x2a\x06\xd5\xd4\x3d\x55\x09\xc1\x52\x88\xbb\x04\x01\x72\x1c\x0f\xd7\x00\xbc\x0c\x5e\xaa\x5d\xc8\x35\x58\xe4\x81\xb2\x40\x23\x60\x2a\x68\x50\x81\xe7\xfa\xda\xcd\xb7\x42\xc5\x7d\xa3\xe1\xe5\x1b\x1d\x12\x05\x6e\x34\x4a\x1f\x52\xe2\x66\x46\x7b\x3c\xa7\xb8\x59\x82\x2c\x5a\xd9\x1d\xd5\xf9\x36\xf3\x0d\x1d\xb3\x16\x99\x80\x71\xd7\xf5\xcd\xc6\x7b\x06\xfe\x6e\xb9\x11\x19\xdb\x15\x78\xfd\xf2\x9b\x8c\xfb\x8a\x37\x46\xaa\xc6\x5d\xaf\x84\xb9\x93\x67\x61\x5c\x8b\x76\x99\xe9\xfe\x9f\xd6\x05\x8a\x78\x53\x1e\xf2\x27\xa5\x50\x19\xae\xa1\x17\xbe\x2c\xbd\xf1\xfa\x52\x4c\x7c\x56\x09\xbd\xa0\xf8\xfb\x0c\xed\x99\x5a\xcc\xa7\x2c\xb7\x8e\xb9\x37\xaf\xf5\x4a\x98\xc1\x00\x86\x04\x05\xe4\x33\x0a\xf2\x04\x64\x99\x9d\x59\xc2\xb2\xdd\xce\xb8\xd1\x40\x09\x09\xd1\x40\xea\x18\x18\x52\xe2\x1e\xa4\x87\x64\x78\x60\xdb\x29\xde\x43\xe9\xe1\xb0\xd1\x60\x68\x46\x82\x5e\xda\x87\x14\x02\x8c\x55\xc2\x58\x84\xc6\x64\x6f\x8c\xbb\x49\x2b\x27\x31\x84\x7d\x75\x77\x1c\x0f\x85\xbe\x32\x6e\x34\x92\x96\xec\x4e\x64\x53\x34\x93\xa5\xc1\xe6\xd9\x95\x5c\xfa\x06\x38\xb7\x50\x92\x5f\x34\x58\x59\xec\x6a\x97\x04\x31\xb3\x8a\x54\xbe\xdd\x27\xfe\x0c\x51\x0c\xb5\x5c\x5e\xac\x1e\x85\x21\x61\xf7\xa5\x3f\x43\x1c\x43\xd0\x9a\xff\x2d\x2b\x92\x4e\xd1\x57\x1b\x97\xfb\xd6\xeb\x50\x20\xd7\xa1\xa0\x35\xa4\xa3\x30\xa6\x5b\x26\x12\xdf\xb0\x04\xed\xed\x29\xa4\x4c\x26\x07\x9c\xb1\xcb\xad\xd7\x06\x9a\x39\xe2\x6a\xea\x88\xb1\x44\x14\xaa\x2c\x83\xb7\x60\xb4\x39\x9b\x25\x6a\x84\x7d\x89\x8d\xa8\x76\xc5\x4b\x08\x96\xf0\x9c\x54\x6d\x88\x94\x1f\x76\x46\xe2\x8a\xe2\x33\xfa\x08\xc8\xa7\x15\x7d\x7d\x80\x66\xaa\xc8\x00\x86\x30\x86\x11\x4c\x61\x42\xd0\x8c\x7c\x46\xb3\x82\xea\x2f\xc9\x9e\x07\x17\x86\x69\xa8\xdc\x54\x37\x6f\x8d\x39\x91\xc8\x74\xdf\x01\x9a\x66\x73\x62\x40\xdc\x83\xc1\x21\x99\x1c\xd8\xf6\x40\x19\x09\xa3\xc1\xe1\xa4\xd1\x08\xd1\x88\xcc\x7a\x83\x3e\x0c\x60\x26\xe7\xc5\xa5\x50\xc4\x2f\xc9\xde\x25\x1e\x92\x81\x14\x22\x33\x1e\x8e\xb4\x80\x9c\xdd\x29\x0d\x5a\xd4\x98\x16\x33\xa6\x0c\x02\x63\x32\x70\xbc\x83\xf1\x11\x19\x1e\x38\xce\x18\xa7\xd9\x54\xba\xe8\x8d\xfb\x70\xde\x1b\xf7\xf1\x4e\xb9\x6c\xb6\x1a\x20\xbc\xbc\x6c\x34\xd0\x45\x6f\xd0\x27\x36\x45\x23\xd9\x38\x38\x97\xb7\x5c\xdf\x6a\x64\x42\xf7\xce\x9e\xf9\xa2\x04\xb0\xae\xcd\xf4\x03\x51\x06\xe3\x65\x38\x42\xd3\x8a\x4c\x3a\x2d\xa6\x69\x3e\x0c\x43\xc3\x8e\x01\x61\x4d\xc3\x28\xc4\x8a\xf2\x50\x80\x35\xe5\xa0\x04\xdf\x76\x76\xdb\x9b\xa6\xf7\x0c\x19\x13\xdc\xf5\xc5\xbc\xac\x9d\x14\xac\xcb\x0a\xbc\x4c\xb2\x02\x9b\x61\x18\xfc\x4d\xbc\x20\xa3\xd8\x81\x64\x09\x83\xd6\xdc\xfd\x5b\xb0\xe6\xe8\xbc\xbf\x5f\x76\x1c\xc8\x29\x38\xf8\x9b\xb8\x17\xcb\xbf\x9f\x4b\xa4\xee\xdf\x82\x35\x47\xb7\xe5\xf7\xb3\xdb\x7d\x3f\x13\xb8\xc5\x2c\xfa\xc3\x25\xea\xe2\x83\x5b\x63\x62\x39\x44\xb8\x35\x47\x14\xb7\x16\x32\xde\x51\x06\xe9\x6d\x86\x64\x39\xe4\x1f\xeb\x21\xe3\x02\xe7\xad\xd8\xfe\x06\xf9\x5d\xb2\xfd\x81\xe4\xd6\x83\xdb\xb0\xfd\x20\x67\xfb\x9a\x01\x26\x58\x22\x0a\x24\xa2\xef\x61\xfb\x09\x51\x1c\xc3\x97\xd8\x88\x6a\x57\xb2\x84\xc1\x12\x7e\xae\x0f\x2d\x95\x59\x1a\xf3\x23\xda\x15\x7f\x09\xed\xba\xbe\x94\x64\xbf\xd6\x66\xab\x59\xc2\xbb\xd5\x1d\xdf\xaf\xc0\xc9\xcf\x9a\x1e\x63\xb5\xf1\x2b\x16\x92\x85\x58\x47\xc4\x5d\xad\xb8\x14\x29\x81\x09\xc6\x2b\x22\xd3\x88\xb8\x30\x35\x16\x8b\x31\x86\x49\xf9\xf6\x92\xac\xdb\xc3\xd4\x67\x33\x93\x30\x46\x0b\x28\x92\x5d\x2f\x60\xdd\x1e\xf1\x25\xce\xcf\x7b\x45\xa1\xfc\x64\xf0\x02\xb7\xc7\xb0\x4e\x15\x87\x33\x72\xde\x44\x17\x7a\x1f\x5f\x2e\x66\x4a\x94\x1b\x4b\x49\x0e\x0d\xc9\xa4\x37\xed\xa5\x7d\x92\xca\x65\xa1\x10\xe7\x64\x26\xfa\x91\x4d\x86\xc5\x0a\xb8\x47\x78\x77\xaa\x3c\x55\x4c\x7f\x49\x33\x5f\xe4\xa4\x47\xfb\x30\xe9\xb1\x7e\x9e\xb6\x63\x8f\xb0\x46\xa3\xa6\x54\x31\xb4\x0c\x05\xa2\x54\xd0\xe3\xb2\x94\x74\x83\x98\x91\x51\x17\x5d\x38\xe3\xe6\x19\x6e\x8f\xfc\xbc\xbd\x70\x49\x06\x38\x22\xa2\xc1\x30\x20\x97\x36\x92\xed\x8f\xfa\xf8\xc8\xed\x0e\x9b\x33\xdf\xc5\xf6\x19\x88\x07\xe4\xdb\x30\xe0\x81\x1f\xf4\xa2\x3e\xc8\x0c\xa6\x7e\x0a\x97\x41\x34\xa3\xfe\x10\x0a\x95\xd8\xbf\x04\xad\xc8\xfa\x03\xd0\xea\xa7\x7f\xbe\xd4\x67\x11\x93\x22\xdf\xb5\x2c\xfd\xb7\x0a\x87\xa2\x4b\xde\x0b\xac\x5b\xef\x56\x50\x4d\xbc\x5a\x22\x14\x28\xb6\xe5\x7f\x42\x77\xd2\x85\xa5\xe4\x77\xdb\xad\x81\xf8\x46\x29\x55\x08\x6e\xb7\xdc\x1a\xb8\x61\xbf\x41\x0b\x97\xb7\xdb\x1a\xb8\x61\xbf\x21\x90\xbc\x26\x58\xc2\x23\xf2\x1e\x7d\x32\x66\xfd\x53\x43\xfb\x96\xfc\xd1\x38\x20\x7c\x2f\xde\xe5\x77\xdc\xcc\x6b\x49\xaf\x44\x49\xc4\x0b\x2f\x32\x9e\x23\x00\x23\x9c\xec\x17\x33\x18\x9c\x7c\x5f\xd8\xf0\x4b\x93\x5e\x42\x5b\x73\x18\xd2\x88\x72\xba\x2b\x2e\x69\x4b\x19\x13\x10\xda\x5a\x14\xcf\x17\x40\x6f\xc1\xbe\x39\x12\x2d\xc7\x3e\x47\x38\x6b\xd4\x12\xe8\xf2\xe9\x96\x5b\x0a\xb2\x80\x29\xaf\x6e\xd8\x5d\x28\x60\x95\xb8\xb9\x69\x93\x41\xc1\x1a\x62\x6d\xed\x76\x43\x15\x36\xc3\x5b\xb7\x47\x60\x82\x2a\x19\x96\x17\x66\x02\x42\x4a\x6c\x3a\xb9\x51\x01\xc5\x38\xd3\xd1\x7f\xaf\x59\x7f\xbf\x20\x21\xa7\x2a\xe1\xf4\x11\xc6\x4b\xb8\xb3\xba\x92\x3c\x37\x20\x20\x1f\x4d\x19\xd7\x4f\x09\x0d\x32\xb2\x9f\x5a\xe2\x65\x6c\x3f\x25\x41\xc8\xd0\x7e\x4a\x44\xb8\x71\xe4\x8d\xd9\x49\x5b\x73\xd7\x78\xe9\x42\x71\xc6\x2d\xde\x79\xc6\x3b\x6f\x03\xcd\x98\xdb\xae\xb4\xb5\x30\x50\x2e\x04\x4a\x73\xf7\x94\xb6\x16\x06\xd6\x85\xc0\x9a\x8f\x55\x65\x1e\x1a\xfd\xa6\xbc\x6c\xf3\x62\x59\x4f\xe4\x43\xb7\xbe\x60\x5c\x53\x50\xd7\xf9\xac\x6e\xb3\xd8\x28\x1b\xae\x96\xfd\xa0\x2b\x3d\xa9\xdb\x10\x36\xca\x26\x35\x65\xbd\xbf\x61\x76\xc1\x2f\xb5\x42\x4c\x4f\x39\xd6\x17\xd6\x2d\xd4\xd1\x06\x1a\xed\x8e\x20\x51\x83\x60\xfb\xc6\x0e\xd1\x87\xb2\x01\x44\x32\x63\x03\x83\x31\xfd\x56\x7a\xcb\x03\x76\x41\x0d\x9e\xf3\xba\xe0\x39\x1f\x80\x91\xdf\x20\x26\x4f\x20\x24\x2f\x6b\x36\x88\x8a\x54\xcd\x8f\x5b\x83\x20\x8a\x90\x21\xad\xcc\x48\xe9\x94\x20\x95\x56\x53\xe5\x27\xd2\xae\xee\xfa\x1a\x25\x24\x50\xe7\xd2\x14\x25\x50\x16\x7f\x50\xda\x73\xfb\x64\x26\xe3\x69\x95\xcf\x15\x52\x5c\x0b\x3a\xa8\x05\x15\x1c\xbc\xbc\x3f\x14\xac\xec\x0f\x05\x59\x3f\x6d\xbf\xb4\xea\x35\x55\xf5\xe0\xf6\xab\xaa\x5e\x4e\xe7\x7f\xeb\x2a\xba\xa5\xee\xb5\xe5\xf2\x79\x2b\x21\x3d\xa9\x6e\x82\xeb\xf5\x32\xa7\x95\x5f\x0b\x83\x15\xfc\x8d\xea\x9d\x53\x0e\x0c\x03\x6d\x95\xcc\x47\x11\x27\x88\xdb\x31\x6e\x77\x64\x9c\xba\x50\x16\x31\x5c\x7a\x6f\x81\x08\x18\x41\xcc\x0e\xe5\xb1\x54\x56\xc4\xf0\xa8\x35\x11\x09\x32\x4e\xc8\x2f\x0a\x4f\xa0\x2e\x74\x59\x21\x5e\xfe\x82\x62\xf1\x26\x92\x17\x21\xde\xc9\x2b\x4e\xa4\xa3\x70\xcf\xeb\xaf\x56\x1f\x88\x57\x41\xcf\xeb\x83\x20\x4c\x48\xc5\x55\x24\xae\x22\x01\x6e\x38\x3f\xd2\x82\xc1\xbc\x46\xbf\x9a\x6e\x8b\xa5\x37\x7f\x98\x1e\x85\xd4\x74\x98\xc4\xdf\x2b\x14\xc8\xed\xe1\x98\x92\x6f\x43\x16\x5c\xf9\x75\xbb\xc4\x85\xb1\x28\x6f\x5f\x18\xdf\xcd\xc0\x15\x5f\xac\x4f\x29\x19\xb8\xb0\xc0\xcb\x25\x84\xdb\x22\xbb\x8f\xdb\x9d\x02\x9d\xb3\xdf\x64\xe0\xc8\x31\xcc\xf6\xc5\x9d\x9a\xfb\xfd\xa6\xf9\xa4\xee\x81\x79\xbb\x82\x52\x3c\x28\xc3\x97\xef\xca\xd8\x9c\x9a\x07\xa5\xdb\x1c\x9d\x71\x4a\xb1\x5c\x42\x42\x8d\xef\xf4\xda\xfb\x18\x02\x4a\x3a\xcd\x84\x42\xba\x6d\xdf\x04\x54\x46\x68\x6e\x26\xb4\xe8\x21\xb7\xfc\x2d\xb1\xea\xff\xec\xce\x2d\xb7\x2c\x7b\x59\x6e\x57\x44\x73\x8b\x3f\x74\xd1\xf6\x5c\xdc\xce\x6f\x7f\x68\xca\x07\x30\x33\x40\x16\xe2\x49\x33\xa2\x30\xa0\xa4\x90\x83\xf2\xa7\xc3\xed\xbe\xa5\xf5\xe3\x4f\xee\x8f\xde\xbe\xfb\x93\x77\xbf\xf3\x53\xe7\xc7\xfb\x9d\xa6\xdc\xde\x9a\xd1\x26\x83\x90\x0c\x68\x93\x6d\xf8\xc2\xb0\x70\xd1\x4f\x88\x77\x90\x1c\xde\x3f\xb0\xed\xcc\xea\x39\x20\x8b\x66\xd2\xbe\x0f\x29\x31\xed\x72\x23\x62\x58\xe5\xee\xe4\xa8\x22\x41\x09\x69\x69\x30\xd3\x66\xec\x44\xcd\x10\xa2\x66\x6c\xa7\xcd\x10\x2f\xab\xdd\x35\xde\x72\xb0\xc4\xe7\x38\x4c\xd2\x32\xa3\x03\x8e\x62\xc9\x6a\x98\x40\x31\x32\x29\x61\x1f\xc3\x74\x13\x4a\xc7\x24\x00\xb4\xdf\x1c\x51\x8c\xcd\xbe\xe9\x94\x69\x71\x44\xab\xd4\x6d\x3c\x29\x7f\xc9\xa4\xdc\x8c\x76\x07\x2e\x29\xf1\xda\x06\x91\x76\x30\x5c\x50\xb2\xdf\x44\x97\xb4\xdd\xb1\x3d\x0c\xe7\x5b\xb3\x04\x45\xa9\xed\x0e\x84\x84\x35\x2f\xa9\x90\x11\x20\x90\x97\x36\x83\x94\x38\x09\x44\x24\x28\xbe\x43\x0c\x6a\xd1\xe4\x04\x02\x73\x48\x20\x32\xbf\xb0\x75\xbf\x19\x3b\x13\xda\x0c\x61\x42\x9b\xb1\x2d\xee\xc3\xca\xfb\x44\xbc\x0f\xc4\xfb\x44\xbe\x0f\x2a\xef\x53\xf1\x3e\x12\xef\x53\xf9\x7e\x05\xbf\x2d\xf1\x4b\xd4\x02\x34\xae\xe2\xb7\x25\x7e\x89\x5a\xbc\x4f\xaa\xf8\x6d\x89\x5f\xa2\x16\xef\xd3\xd5\xce\x5f\x50\xd2\x8b\x29\x84\x62\xf6\xc3\x58\xcc\x1b\x98\x52\x38\xa7\x7d\x38\xa3\xb5\xc7\x72\x65\x11\x4b\xeb\x0f\xb1\x34\x22\x57\x81\x51\x33\x51\xa9\x7e\xfb\xa6\x25\x86\x0d\x31\x58\x6b\xa2\x01\xb1\x16\x84\xf4\xae\xd6\xf6\x07\x65\x33\x44\xaf\xaf\xe3\xad\x37\xd0\x1f\xdc\x93\x3b\xe8\x71\x4b\xea\x8c\x7f\x75\x1f\x44\x60\x92\xdb\x20\x71\x2b\x0d\xbf\x6e\x2d\xa5\x6d\x14\x76\x62\x29\xc0\xc5\xb7\x13\x76\x58\x55\xd8\x89\xa5\x38\x17\x2f\xe1\xaa\xa4\xab\x98\x31\x72\xa9\x3e\x90\xa2\xc5\x01\x70\x59\x5a\x40\x9d\x26\x6d\x9d\xcd\x5d\x9b\x4a\x87\x91\xf6\x3e\xa8\x27\x0b\xf9\x64\xa1\x9e\x28\x08\x05\x99\x3f\x59\x64\x4f\x4a\x30\xf7\x14\x8c\xcd\x71\xfb\x81\x86\xba\xa7\xa0\x6c\x86\xdb\x0f\xcc\xbc\x0e\xb4\xce\x82\x60\x4e\xff\xa5\x26\x04\xf3\x55\xaf\x2f\xc3\xb8\xfe\x65\xf0\x12\x6e\x36\x35\xc8\x0e\xfd\x57\x8f\xfa\xf7\xfd\x63\xaa\x26\x42\xee\xfe\xa3\x51\x63\x75\x64\xdf\xa9\x3f\x9c\x5f\x05\x5f\xfe\xaf\x3d\x83\xf9\xaa\x53\x7a\xb5\x0f\xb5\x35\xa1\xfb\x4d\x3d\xc8\x76\xee\x11\x25\xc8\x52\x3f\x5f\xe8\xe7\x82\x84\x1f\xe0\xdc\x60\x42\x8f\x9a\xb4\x91\x58\xa1\x13\x28\xfc\x3f\x60\x85\x64\x0c\xa7\xba\x6c\xe3\xe6\xa4\x96\x65\xc4\xf4\x4a\x4d\x00\x63\xb6\x9e\xd6\x4e\x88\xd3\x35\x13\xe2\x8a\xe6\xa4\x7f\x45\x6f\x47\xe2\xf3\x8e\xbe\xd8\xd7\x17\xf7\x6a\xa8\x3f\xbb\xd0\xc0\x0b\x0d\xbc\xb8\xf7\x57\x27\x86\x57\x4f\x00\xba\x75\xba\x13\x3b\x18\xd6\xd2\x71\x1d\x35\x54\xd0\xe5\xf8\xec\x8e\x26\x84\x7d\xc9\xaa\x34\xfa\xfc\xf9\x42\x3c\xaf\x56\xa6\xa9\x48\x17\x2d\xb0\x74\x4c\x2c\xc5\xf3\x45\xa7\x06\xcb\x9a\x26\xef\xab\x26\x67\xfb\x7f\x6b\xbe\xbb\xf4\x56\x13\xf9\x62\xbf\xee\xed\x3d\xfd\xf6\x9e\x58\xfd\xff\xd6\xa9\x3c\xef\x14\x84\xde\x21\x7c\xc3\x0c\x85\x9c\xaa\xf2\x02\xfb\xe5\x02\xf5\xf3\x76\x7e\xaf\x28\x70\x8f\x70\xd8\x38\x9a\x62\x3d\xd1\xf4\x6c\x53\x39\x9f\xf3\xd9\xac\xdf\x2c\xd4\x02\xa4\x7b\xfc\x9f\x32\xaf\xdf\xae\x9d\xd7\xa7\x95\x79\xfd\xa2\x76\x5e\xbf\xf8\xef\xb7\xd0\x6d\x5c\x83\xf6\xff\x7d\xd6\xa0\xef\x5b\x44\x76\x32\xfb\xe3\xb5\x74\x16\x93\xb5\x94\xb6\x73\xd3\xaa\xc7\xa4\xcc\x57\x47\xd7\xe2\x4d\x0d\x67\xc8\x5a\x75\xef\x9f\x43\xbc\x0f\xd7\x12\xef\x0b\x45\xbc\x83\x28\x48\xd3\xdd\x57\xd4\xf4\x5f\x2f\x1d\x5f\x68\x3a\xd6\x15\x13\xbe\x34\xce\x5e\xca\xa4\x9b\x1f\xb4\x54\x09\xd6\x38\x55\xa9\x98\x74\xe6\x67\x28\xff\x7c\x43\x4e\xc5\x47\xff\xfd\xc4\x9d\xb2\xf9\xe6\xbc\x82\xbe\xb2\xe5\xa8\xe9\xa1\xa0\x5e\x2a\x34\x6e\x4d\x0a\x7a\x94\x5c\xe0\x50\xd3\xa2\x7a\x64\x05\x21\x15\x74\xcf\x05\xd6\x82\xc4\x2a\xd4\x68\xd2\x9e\x11\x66\xed\x31\xad\x10\xd9\x2b\xa1\x97\xec\xb9\x86\x32\xf0\xb9\x1e\xc4\x33\x40\xde\x50\x93\x00\xcf\x83\x34\x4c\x49\x2e\x46\x65\x15\x9f\x53\x1e\x10\xbe\x7c\x53\xe2\xad\x9b\xb8\xa2\x8c\xcf\xa9\xda\x5c\x5c\x4a\xdc\x37\x1e\xf9\xa9\x6d\xd0\x0c\x0f\x70\x3d\xdb\xd4\xd1\x5a\x16\xd2\x51\xaa\xcf\x47\x2e\xd6\xfb\x49\x31\x84\x84\xaa\x18\x8f\x32\xd4\x63\x40\x68\x8f\xf5\x9d\x10\x52\xc2\xc5\x45\x02\x11\x71\xbc\x03\xdb\x8e\x0e\x09\x3b\xc0\x31\x89\xda\xac\xd4\x28\x73\xd1\x17\x1f\xdb\xa4\xbd\xa8\x6f\x23\x4d\xd0\xe2\x11\x6e\xa2\xd0\x8e\x9b\x81\xd9\x27\x4d\x5e\x07\x96\xd8\x71\x33\xc5\x78\x27\x9f\xc2\x59\x47\x18\x51\x2f\x8a\xae\xb8\xf1\x44\x73\xae\x42\x85\xda\xf9\x60\x2c\xb2\x07\x5c\x9f\x61\x7e\x2a\xb8\xce\x2e\x15\xfa\x78\xb1\xaf\x6c\xa6\x4c\x52\xf9\x46\xf5\xc8\xfa\xd2\x10\x59\x8d\x7d\x11\xfa\x54\x0e\x74\x8d\x6a\x4f\x65\x75\xc0\x96\xa8\xf5\xe3\x7d\xe3\xbc\xfc\xc9\xcd\x9a\xb0\x52\x5c\x69\xeb\xec\x73\x53\x5e\x77\x1c\xa9\xd2\x62\x50\xda\x6b\xfe\x62\x21\x5f\x2c\xd4\x8b\x79\xc7\x28\xe1\x39\x5c\x41\x1b\x0f\x17\x9e\xda\x1b\x13\xe2\x9d\x7c\x65\x26\xaa\xa4\x9b\x58\xea\x67\x22\xc6\x0b\xb7\x1f\x2c\x5f\xfe\x57\x8b\x0a\xb9\xc2\x50\xab\x1e\xfc\x45\x65\x60\xb3\x0e\x6c\x08\xc5\xe5\x55\xf2\xc9\x5a\xd5\xfa\x7f\x75\xe5\x4e\x8d\x38\xe0\x6d\x94\xc4\xf3\xd5\xe6\xc9\x96\x62\x46\x65\x78\x4c\x25\xa1\x56\xf0\xc8\x06\xd1\x50\x24\x32\xa6\xf0\x6c\x2b\xa6\x20\x98\xc0\xcb\x2a\x13\xe0\x34\x4e\xc3\x24\xde\xcc\x07\x4c\x5b\xb9\xe7\x5b\x4e\xb8\xe7\xff\x52\x9d\x7b\x7e\xff\x76\xca\x77\x76\x71\xff\x9f\xab\x85\xaf\xe8\x9b\xb7\xd5\xc2\xcb\xf3\xf8\xd6\xe8\xea\x34\xe4\xad\x75\xe0\x9a\xb7\xf7\xf5\xdb\xfb\x7f\xbf\x86\xbc\x5e\xe1\xad\x9f\x97\xf5\x3d\x5e\xd6\x82\x6b\xfb\xb6\xa2\x37\xdf\x2f\x4a\xdc\xcf\xeb\xfd\x2f\x9b\xc9\x3f\x6f\x3d\x93\x9f\xff\xe5\x99\xfc\x75\xcb\x99\xfc\xf5\x7f\xc2\xd2\xf9\x3f\x5b\xef\xbe\x71\x15\x5c\x95\x04\xb6\xdd\x3e\xdc\x46\xaf\xfe\x97\x4f\x93\x77\x5b\x4f\x93\xaf\x7f\x79\x9a\x3c\xa2\x65\x8f\x24\x29\xa5\x4a\x33\x3f\xd1\xd8\x84\x28\xb9\x34\x90\xf7\x1d\xa1\xac\xd0\xd6\x59\xe4\x7a\x67\x81\x19\xba\x21\x25\xf2\x9c\x47\x3c\xef\x04\xf6\xbe\xbe\x0e\xe4\x85\xd7\x39\x0b\xec\xec\xa2\x13\x40\x44\x8c\xf7\x39\x36\x0d\x10\xe0\x9d\x98\xa0\xb8\x99\x2a\xd1\xba\x99\x97\x93\xa7\x4f\x46\x2d\xb8\x1d\x41\x48\x50\xa8\x20\x17\x15\xc8\x45\x19\x72\x99\xb5\xbb\xb3\x5f\x6e\xf7\x2c\x6b\x77\x67\xbf\x68\xb7\x80\xa9\x6b\xf7\x80\x18\xef\x73\x6c\x46\xbb\x13\x82\x92\xe6\x4c\x9d\x92\x15\x58\x1d\x5e\xb4\x0c\xb7\x07\x10\x10\x14\x28\xa8\x85\x09\xc5\x4a\x50\xcb\xb5\x2a\x88\x0e\xe9\x53\xaf\x2e\x3c\xdd\xc8\xf3\x82\x68\x3a\x16\xba\xef\xd3\xff\x2e\x1c\x4f\x52\x86\x66\x65\xa2\x93\xf5\xb5\xe8\x79\x52\xc0\x74\x4c\xa0\x8e\x09\x95\xdf\xfc\x2b\xf5\x8e\x55\xc9\xc2\x00\xfd\x2f\x52\x3d\xc4\x04\xa8\x67\xd3\x6a\x4f\x53\x37\xd4\xa1\x10\xe7\x43\xe1\xf0\x1d\xb3\xc3\x0d\xf3\x0a\xb3\x83\xe5\xe3\x69\x72\x85\x58\x93\xd9\x71\x33\x36\xa9\x0d\xe3\xe5\xda\xde\xfd\x77\x38\x16\xcc\x79\xfc\xa3\x55\x1e\xbf\x42\x7d\xb0\x86\x12\x61\x2d\x25\xc2\x5a\xb2\x84\x7f\xc5\x3a\xf2\x7e\xab\x75\x44\xed\xa4\x64\xac\xc3\xcf\xd5\x28\xd7\x58\x55\x14\xe7\xd8\xbc\x99\x62\xee\xa5\x7c\xd9\x8a\x0f\x7d\xf9\xef\xa6\x43\xfd\x57\xf3\xa3\xff\x55\xc7\xfe\x9b\x32\xb5\x7f\x4f\xf5\xef\x7f\x24\xcf\xfb\xfd\x16\x3c\xef\x8b\xc1\xf3\x9e\xff\x55\x9e\x77\x67\x2b\x9e\x77\xe7\x7f\x65\xaf\x7f\x03\xc5\xf5\xdf\x9f\x71\xfc\xb7\x54\x94\xff\x47\x32\x94\x5f\x6e\xc1\x50\xee\x18\x0c\xe5\xeb\x5f\x65\x28\x1f\x6a\x8d\x42\x3e\xfc\x55\xa1\x69\xd3\x6c\x34\x20\x36\xcc\xb5\xfa\x39\x55\x3b\xa1\x36\x48\xf2\xa8\x6e\xa1\xac\x11\xec\xf5\xd1\xe0\x6f\x6b\x0d\x12\x3e\x54\xac\x69\x5e\x9b\x27\xc5\x34\x73\x17\x37\x1c\x7e\xea\x76\x3c\xd4\x76\x03\x84\x84\x3b\x6a\x07\x24\x21\xd9\xd9\x9c\x3a\xc9\x6b\xa3\xf8\xfa\x3a\x3c\x74\x1b\x0d\xc7\xc5\x42\x89\x67\x4e\x66\xd8\x8a\xc2\xeb\xeb\x58\xbf\x48\x09\x4a\x9a\xa1\x1d\x34\x63\x51\xc2\x0e\xb5\xff\x0b\x7a\x4d\x51\x82\xed\xd7\x14\x05\x38\xf3\x99\x2b\xf9\xbd\x27\x18\xf2\xeb\x00\x43\xeb\x7e\x33\xbf\x4d\x31\xbe\xbe\x76\x0d\x37\x23\x6a\x1a\x65\x1b\x8d\xd7\xae\x36\xac\x8b\xf6\x9b\xe5\xc6\x33\x87\xe3\x76\xc7\x37\x5c\xe9\x3e\xd6\x74\x82\x9b\x6d\xfb\xb8\xd9\xb6\x8f\x97\x6d\xfb\x78\xf2\xb3\x9c\x18\xb7\xf7\x77\xd6\x6f\x4c\xd8\x29\x84\x76\xda\xe4\x90\x38\x29\x04\x4e\xda\x64\x32\xfe\xaf\xe1\x4d\xc4\xeb\xe8\xb9\x70\x29\xaa\x79\x2d\x46\x97\xf1\x52\x18\x66\xb6\x19\x4b\xcc\x2b\xc4\x41\xcb\xc5\xc3\xea\x7b\x5e\x7e\x9f\x6c\x46\x1f\xf0\xdc\x05\x11\x98\xf2\x8b\x2d\x52\x33\x1a\x39\x19\x71\x39\x45\xa3\xa0\x18\xf3\x56\x7a\x8f\x84\x3d\xb7\x4f\x5c\x48\xc4\x4f\x07\x02\xf1\x43\x7b\x6e\xdf\xee\x34\x69\xcf\xeb\x03\x27\xde\x01\x3f\x8c\xe5\x59\x3f\xc7\x61\x8f\xf7\x89\x07\x89\xf8\xb9\x27\xc3\x0b\x90\x7b\x4d\xda\xe3\x0a\x9c\xdb\x5e\x3f\xc3\x19\x3b\x9e\x40\x97\xa8\x8b\x1f\x20\x50\x17\x3f\x36\xa9\xbc\xb0\x69\x2f\xce\x71\x4b\xcc\x8c\x08\xdc\xed\xa4\xc7\x1d\xaf\x2f\x2b\x70\x08\x93\x35\x38\x84\x35\x03\xf9\xd8\xc4\xad\x10\xb6\x55\x05\xc0\x49\xec\x74\x0e\xf8\x11\x71\x0f\x1c\x27\x6b\x26\x92\x85\x43\xd9\x2a\x2c\x10\xab\xf2\x59\x93\x90\x68\x81\xad\x90\x49\x03\x14\xe2\x1a\xdf\x29\x3f\x50\x7f\x52\x86\x43\x07\x5f\x0c\x21\xe9\x2f\x29\xff\x37\x32\x8a\x53\x17\xdc\xfd\xe7\x1e\x70\x9b\x36\xe1\xa5\x55\xf8\x63\xe9\x80\x9b\xbb\xf0\x47\xe5\x01\xfe\xaf\xda\x6e\x52\xcc\xe9\x65\xf0\x72\x27\x1c\x49\x47\x61\x50\xb9\x3d\x8d\x84\x23\xd7\xd7\x3c\xbf\x5b\x78\x1b\x3a\xe7\xdf\x61\x9f\x08\x74\x57\xeb\x1e\x66\xe4\x57\x43\xd8\xc1\xc0\xaa\x96\xa4\x2b\x63\x53\x29\xf1\xfd\x06\x7a\x39\x4a\xc2\x96\xcb\x25\x20\x6e\xce\x08\x95\xb5\xb6\x35\x60\x34\xe0\x14\x99\x93\x05\x63\xa5\x5e\x57\x7c\x7b\x4c\x10\x05\xa0\xfc\xa5\x55\xe3\x81\x0a\xc1\xa4\x34\xe5\x36\x24\xa8\xa9\x0a\x91\xb2\x74\x6d\xf2\x99\x0d\xb2\x45\xb4\x3e\xa7\x4c\x75\x7a\x48\xfc\xdb\x67\x78\x59\x63\xcb\x06\x54\x3a\xc6\x25\x10\x4a\x27\xc9\x7f\x31\x7f\x29\x9b\x97\x7d\xa7\x19\x99\x34\x22\xc3\x62\xaa\xdd\x34\x37\x64\x50\xec\x9e\xdb\x5f\x37\x43\xf2\xf7\xd0\x21\x84\x30\xbc\x06\x8b\xe0\xfc\x32\xda\xb5\x8c\xf6\x9b\xdb\xae\x11\xb9\x3e\x42\x28\x7e\x39\xd6\x69\xfa\x0f\x82\x43\x76\x60\xdb\x09\xd8\x76\x80\x37\x0d\x45\xdc\x73\xfb\xbd\xa4\x0f\x61\xf6\x1b\xf7\xbc\xec\x5e\xfd\xd2\x5e\x20\xea\x0d\xfa\xf8\xe0\x46\xb6\xc6\xbe\x87\x99\xe9\x29\x58\xb2\x73\xfb\x6b\x16\x6d\x69\xad\xef\x96\x10\x06\xa4\xa8\x61\x88\xad\x11\xdf\xb4\x81\xc0\x09\x5f\x46\xff\x6a\xda\xd4\xdd\xb0\xdd\xf2\xe6\x1e\x66\x4d\xd5\x3d\xcf\x0f\xbd\x46\xa3\x53\x5e\x63\xaa\xa3\x52\x5e\xea\x74\x2f\x62\xf8\x27\xac\x5b\x47\xc4\xcd\x33\xb9\xf0\x7c\xdc\xf9\x3a\x62\x58\xa3\xe7\xfc\x3b\x19\x71\xe5\xab\x4d\x3e\xf5\xf9\x21\x71\xeb\x27\x6d\xde\xc3\x6b\xbc\x58\x64\x55\x79\xd2\x83\x7c\x0f\xa4\x99\x9b\x84\x72\x6c\xd3\xcc\xa6\x5d\xef\x84\xac\x98\xb0\xe7\xc3\xb7\xee\x3d\x5e\xea\x85\xaf\x58\xe5\x72\x55\x7b\xb6\x76\xae\xc8\xb9\xd1\xba\x6f\x4e\x97\x41\x55\x92\x97\x30\xa6\xc5\xf0\xb0\x16\xc2\x53\x19\x0a\xc6\xd5\x85\x30\x1c\x21\x14\xe6\x1c\x15\x1f\x79\xb9\x49\x6e\xb6\x8c\x10\xa9\x0f\xf5\x04\x77\xec\x43\x4a\x82\x0c\xf2\x20\x39\x0c\xa5\xf7\xb7\x8c\x2c\x46\x82\x0c\x28\xe9\xf7\x81\x11\xf7\x80\x1d\xa6\x07\xb6\xcd\x70\xd0\x63\xfd\x9e\xd7\xb7\x89\xbc\x70\xfb\x44\x65\x3c\x8f\xd5\x63\xdc\x8d\xd5\x63\x3f\x7b\xb0\x84\x51\xb9\x33\x74\x63\x78\xde\x44\x60\x86\x4e\xc1\xb1\x90\xbf\x85\x18\x8e\x99\x10\xa1\x79\xae\x0d\x1a\x5d\x36\xe5\xa5\x58\x65\x42\x7d\x28\x7a\x6b\x22\x7b\x4b\xa5\xc7\xe3\xa4\xa7\xa5\xee\x5d\xde\xfa\x4c\x17\x32\xf6\x93\xa8\xfe\x92\xaf\x06\x10\x9a\xa1\x5e\x1f\x03\x27\x23\x0e\x8c\x8c\x39\xc4\x64\xca\x8b\x4a\x43\xa4\xa3\x58\xc8\xac\xf0\x66\xb0\xe8\x35\xd1\xe4\x26\x1c\x43\x44\xb4\x5b\x2b\xcc\x88\xa3\x82\xf9\xaa\xb6\xd1\xdd\x64\xb4\x1b\xca\xde\x16\xeb\x8b\x6d\xcf\x0e\x92\xc3\x48\x8e\x00\x4a\x7b\x49\xbf\x37\xeb\x93\x9e\x0b\xb6\x18\x56\x71\x2f\x9a\x0f\x33\x08\x71\x1f\xb7\x86\x01\x0f\x08\xdd\xd1\x65\x03\xf2\x19\x71\xa1\x60\xe7\x18\xd2\x5e\x20\x46\xae\x25\xc3\xac\x91\x24\xef\x44\x24\xe3\xfa\xa6\x7a\x33\x27\x14\x48\xff\x7a\xbc\x77\xa3\x2f\x84\x0c\x19\x4a\x27\xe2\xb0\x1a\x9d\xed\x2f\x04\x60\x09\x65\x00\x96\xb0\x95\xb0\x21\xdd\x32\x77\x3b\xcf\x7d\x88\x47\x7c\x7d\x64\xc9\x52\xc8\x6f\x59\x0f\x97\xf5\xc8\xe4\x95\xb7\x75\x56\x1e\x73\x9f\x0a\x14\x6c\x09\xe1\x12\x2e\xea\x26\x66\x6c\x4c\x4c\xb7\x98\x0c\x7a\x66\xba\x72\xd2\xb9\xfd\x62\x4a\x06\x2a\x20\x83\xd4\x5b\x89\x9a\x87\xb1\x9c\x87\xa1\x2d\x0d\xea\x05\xa1\x78\xfd\xeb\x6b\x57\x88\x4e\x8a\x9a\x4c\xa8\x02\xa4\x4d\xc2\xe5\x98\x67\xc1\xb0\xe1\xbc\xae\x71\x69\xa9\x71\x95\xb6\xa9\x0c\x6e\x32\x0a\x60\xc6\x3b\x74\x23\xa3\xc3\xd9\x81\x6d\x47\x19\x25\x07\xc4\x2d\xf1\x0b\x14\x12\xf1\xd5\x3d\xde\x63\xfd\x7e\x2f\xea\xe3\x9e\xd7\x77\x84\x80\x84\x8f\xdc\xae\x94\x94\x48\x22\x05\x24\x92\xd8\x24\xc4\x7e\x78\x28\x1f\x0b\x05\x1d\xe4\xdb\x40\x3e\x56\x90\xae\x82\x0c\xf1\x12\x16\x75\x5f\xc0\xd6\x76\x2f\x91\x9b\x42\x19\xd3\x4b\x48\xa8\x1b\x1f\x1f\x26\x07\xb6\x1d\x17\xb0\xa2\xfd\x29\x71\x33\x59\x2f\xc0\xa9\xe8\xe7\xa0\xdf\x8b\xf3\x7e\x56\x97\x36\x91\x17\x6e\x9f\x38\x69\xbb\x63\x74\xed\xd9\x4d\x0c\x59\x2c\xde\x31\x11\x6d\x55\xcd\xc1\x37\x51\x84\x10\x3c\x63\xd9\x98\xfc\x75\x4a\xdc\x6c\x30\xdc\x83\x54\xf2\xed\xb4\x78\x39\x90\x98\xd3\x7e\x1f\x86\x64\x20\xda\x2e\x1b\x0e\x63\x82\x86\x0e\x1a\xf4\x02\xc7\xcb\x1e\xc9\x74\x12\x23\xe2\x1e\x8c\xe4\x60\x8d\x14\x7f\x9b\xca\xe2\xa3\x7e\x7f\x67\x6c\x13\x34\xcd\x11\x60\x47\xdc\x14\x85\x97\x91\x4d\x86\x30\xb3\xc9\xb8\x39\x5c\x32\xfd\xc6\x26\xd9\xa5\x1c\xd8\xa8\xd1\x40\x89\x43\x66\xed\x08\xaf\x03\x29\x7a\xee\xaa\x3c\xe3\xf4\x2a\x31\x09\xa6\xe8\x98\xe7\x11\x78\x46\x82\xbf\x6f\x0c\x78\xd9\xa3\x7d\x47\x90\xdb\x12\x9b\xeb\xec\x31\x2f\x2d\x3f\xc0\x88\xe3\x69\xba\xd0\x2c\x3a\x21\x8e\xd7\x76\x05\xdd\x1e\x86\x07\x58\x28\xfc\x34\x5b\xd7\x8e\x12\x19\x5d\x5b\x2c\x0a\x2c\x6f\x4a\x2c\x97\x92\xf9\xfa\x66\x9f\xfc\xf5\x66\x9f\xac\x34\xdb\x85\x98\x38\x9e\xd1\x6c\x41\xc0\x45\x7b\x25\x75\xe2\x46\x03\x31\x9b\x14\xd5\x33\xd9\xd4\xd3\x5a\x9e\x36\x97\x4d\x63\x2a\xe5\xac\x50\x5d\xdf\xd6\x7c\x51\x69\x9b\x50\x56\x9e\x7d\x20\x24\xe4\x4a\x6a\x4b\xd9\xcc\x81\x48\xa8\x82\x33\xb1\xf2\x8a\x56\x67\xdb\x62\xd9\x16\x5d\xd2\xe3\x7d\x08\x0e\xd3\x2e\x12\xd3\xba\xc7\xfa\x10\x29\x45\x83\xc9\x54\x38\xd9\xb3\x59\xfe\x4c\x37\x7f\x56\x34\xaf\x35\x48\xe2\x41\xc0\x51\x84\x97\xf0\xa2\xf6\x7b\x46\x95\xef\x59\x42\x59\x9b\xc6\xdf\xac\x59\x4a\x77\x53\xce\xc2\x01\xb7\x76\x58\x8b\x09\x25\x4f\x67\x79\x96\x3b\x0e\x5b\x24\x67\x17\x70\x49\x7d\xda\xe8\xc8\x4c\xc0\x9f\xac\xcb\xd3\x5f\xca\xa9\x3f\x09\xf8\x60\xbc\x26\x0b\xf5\xd4\x80\x8b\x83\x09\x4d\xa7\xc1\x9a\xec\xc8\x49\x1d\xe4\x9a\x6c\xfa\x06\xa8\x94\xc2\xd7\x54\x3e\xa7\xab\x80\x5b\x64\x8b\x4f\x69\x44\x07\xf5\x29\x92\x2f\x56\xe1\x1e\x46\xf5\x5d\x74\xba\x0a\x2a\x16\xf1\xda\x94\xda\xab\xa0\x6b\x46\x67\x50\x03\xb8\xae\x01\xa3\x52\x76\xe6\xc5\x9a\x54\xd6\xcf\x0d\xa8\xab\x30\x1e\x26\x57\x6b\xb3\xa6\xef\xa8\xfd\x05\x6b\xcc\xf9\xd4\x6f\xb7\xaf\xae\xae\x5a\x57\xfb\xad\x84\x5d\xb4\xbd\x9f\x7e\xfa\xa9\xfd\xff\x33\xf7\xef\x5d\x4e\xdb\xde\xa3\x30\xfe\xff\xbc\x0a\xc6\xa7\xcb\x47\x22\x4a\xb0\x73\x8f\x41\xcd\x0f\x28\x05\xda\x72\x29\x4c\xa1\x34\x27\x67\x96\x2f\xf2\xc4\x1d\xc7\x0e\xb6\x33\x97\x4e\xf2\xde\x7f\x4b\x5b\xb2\x2d\x3b\x76\x06\x3e\xdf\x7e\x9e\xe7\x61\xd6\x22\x89\xb5\xb5\x25\xeb\xb2\xb5\xef\xba\x59\x65\xeb\x50\x23\x01\xbd\x4b\xaf\x2e\xac\x06\xa8\xbe\x61\x18\x8f\xd2\xab\x0b\x8d\x00\xa8\x15\x91\x9b\x30\x88\x2e\x9b\x40\x05\x42\x5e\xaa\x91\x9b\x75\xd8\x04\xf2\xe7\x9b\xdf\x38\xd8\xf4\x91\xb2\xac\x6e\xd6\x61\x94\xb6\x36\x0d\xa5\x8f\xb4\x3d\x89\x9b\x88\x5e\x87\x6a\x1a\x49\x68\x26\xf8\xce\x77\x3e\xd2\x2c\xad\x24\x41\x20\xb7\x6a\x80\x41\x3b\xa5\x14\x71\x2a\x09\x17\xb6\x40\x76\x2d\x4e\xb2\x58\xf1\x24\xe9\x98\x9c\x1f\xeb\xad\xec\xf4\xdd\x75\xf4\x3e\x89\x37\x2c\xc9\xb8\x78\x30\xbf\x83\x7e\x5a\x01\xa7\x24\xb0\xb9\x2c\xb6\xb7\xd8\x5e\x4d\x9a\xd8\x78\xa5\xa7\xe8\x22\x88\x6a\xf1\x75\xc4\x92\x9f\x62\x17\x38\x39\x22\x45\xc4\x62\x08\xfe\xf8\xf0\xba\xe8\x32\x85\x4b\x37\xb2\x9e\x27\x81\x5f\x84\x8c\x7f\x54\x80\x39\xcc\x3c\x57\x55\x4a\x00\xc4\xb0\x55\x7b\xf4\xf6\x23\x4a\x08\xc3\x7b\xf5\x6a\xed\x63\x77\x8f\x1e\xf6\xf4\x00\x1f\xeb\x41\x1f\x08\xeb\xc1\x40\xc8\x6b\x15\xc3\x86\x99\x89\x11\x2b\x4c\x78\x99\x80\x9e\xa7\x96\x8d\x51\xa6\x9e\x35\x5b\x84\xef\xf6\x82\x83\x68\x92\x5f\x25\x9b\xbb\x6d\xbb\x60\xf5\xeb\x96\x25\xb7\x1f\xe5\x8e\x42\xfc\x55\x49\x53\x82\xf4\xff\xc1\x4d\x3c\xab\xa2\xc5\x85\xb8\x78\xc5\x3f\xd6\xd1\xd5\x37\x75\xf4\x69\x18\x8a\xbe\x6e\xbe\xed\x4e\x58\xc0\x20\xc8\x35\x5c\xc5\xaa\x74\x6f\xdd\x54\x51\x49\x97\x5e\xa9\x06\x52\xe8\xc1\x05\x46\x7e\x10\x79\x25\xc2\x8b\x5a\xb3\x7e\x90\xa4\xf9\x1a\x7c\xbe\x0a\x42\x0f\xb0\x38\x0d\x58\xc2\x8c\x25\x25\x9e\xdb\x1a\x1e\x97\xd7\x4d\x98\xe0\x5f\xce\xdb\x94\x15\x42\x22\x2f\x18\x57\xe5\x45\xaf\x15\x0d\x5f\x65\x89\x52\x56\xdb\x5c\x07\x5b\x8b\xb2\xca\x4f\xa9\x3b\x89\xc0\x4a\x5a\x06\xe3\x6e\xec\x04\xb0\xc9\x9f\xe7\x5c\xe0\x3d\x3f\xa7\xd9\xfe\xba\xed\xc6\xf9\x6b\x62\x6f\x36\x2c\xf2\x60\x58\xac\x86\x37\x52\x11\xf7\x82\x28\x65\x49\xf6\x8c\xf9\x71\x02\x06\xe4\xa2\x13\x78\x4f\xd4\xb2\x9a\xce\xec\x5b\x50\xc1\x65\xf0\xca\xfa\xba\xb7\x2f\x07\xdb\x86\xd4\xd7\xe7\xf7\xa1\xc8\x17\x34\x1c\x35\x2f\xbe\xf9\xa2\xe3\x72\x76\x6f\xaa\x46\x87\x42\x32\x92\xdc\x5d\x56\x2a\x34\xe2\x9c\x03\x4d\x41\x06\x4c\x31\xb2\x29\x97\x3c\xf0\x1c\xd9\xe5\xac\xc5\x8b\x74\x49\xa2\x45\xba\xa4\x36\xb6\x12\xfe\xc9\x57\x17\x5f\x43\xbc\x44\x18\x91\x1f\xa7\xa0\xb9\x28\x31\xe8\x3a\x0a\x44\x95\xca\xa5\xc3\x0d\x77\xf2\x8a\xcb\x00\x00\xe7\x1b\x7b\x43\xbc\xb2\x83\xab\xa2\x83\xc4\x57\x74\x4c\x9e\x9a\x72\x5f\x5c\x9e\x84\xc2\xa2\x55\x9f\xb7\xba\xa5\xb6\x30\x1f\x85\x24\x2c\x5e\x84\xa4\x24\xc3\x1d\x4d\x23\x2e\x3f\x96\xd0\x16\xcf\xa1\x87\xa1\xe5\xf6\x52\x96\xa1\x2d\x09\xf1\x61\x32\xff\x02\x93\x78\x5b\x92\x92\x18\x70\xa0\x90\xba\xbd\x0b\x5e\x0d\x63\x2e\xf0\x72\x44\x4a\x5b\x62\xd0\xdc\x9e\xc8\x25\xca\x81\xda\x46\xae\xf9\x35\x04\x6e\xfe\x2e\x98\x52\x1a\xe6\xa3\x19\xe2\xb6\x0b\x9a\xf3\x86\x2b\x17\x34\xab\x4a\xb6\x27\xd9\xbc\x6b\x5a\xec\xc7\x6c\xce\xff\x87\xdb\x5b\xde\xda\x6f\x2b\x97\x35\x37\x2d\x30\x58\xa7\x09\x5b\xc7\x57\xec\x69\x96\x25\x81\xb3\xcd\xc0\xcd\xa5\x72\xd3\xf2\xb7\x56\x6c\x3c\xf3\x0a\x44\xef\x2b\x1d\xae\xa3\x4a\x59\xa6\x74\x00\x24\xce\xa2\xe6\xf3\x6f\xae\x79\xd8\x83\x2a\xa6\xcb\x36\x4c\x52\x19\xdd\xac\x2a\x94\x57\xd2\x27\xf3\x96\xd1\xb2\x9a\xde\x20\x51\xdb\xfd\xf0\xef\xb7\xdb\x30\xd8\x87\xfd\x68\x18\x8f\x44\x1e\x6e\x8d\x77\xad\xd5\xce\x07\x5d\xaf\x3d\xe8\x49\x4b\xc0\xa7\x80\x5d\xef\x76\xac\x60\xbc\x74\x9d\xc1\xcf\xb2\xb4\xe5\xb6\xb6\x83\xc9\xe3\x5c\xbb\x7c\xb5\x82\x8d\xac\xac\xbf\xb7\xb9\x54\x78\x14\x43\xca\xb2\xb2\x3a\xc0\x2b\x28\x5e\xb7\xa3\x10\xfc\xfe\xf1\xf1\x8f\xe6\xc7\xba\x6a\xb5\xf6\x22\xaa\xf6\xe2\xb7\xea\x86\x95\x55\x2e\xca\x2a\x70\xb1\x05\xca\xf0\x6e\xf7\x37\x97\x90\x2f\x58\xf6\x3c\x5e\x6f\xb6\x19\xf3\x3e\x72\x50\x24\xae\x94\xc1\x4d\x55\xca\x56\x7e\x6e\x1e\x6c\x99\xf4\x98\xf7\x75\xc1\x96\x4a\xaf\xfe\x39\xb6\xb7\x16\x6c\x59\xc9\x9f\xf2\xc7\xff\x6c\x19\x57\x3b\x61\xe5\x2d\x24\x4a\x0b\xcf\xaa\x99\xd9\x93\x60\x8d\x70\x2f\xdd\x84\x41\x86\x1e\xfd\xdf\xdd\xff\x49\x3b\x8f\xd4\x38\xb4\x0a\x30\x64\x0a\xfa\x2d\x48\xb3\xdd\x8e\x93\xe1\x4f\x15\x87\xab\x4f\xa5\xbf\x55\x14\x7b\xac\x60\x5d\x80\xd9\xa1\xcf\x10\x4c\x44\xb9\x7d\x35\x40\xa6\xe1\xdd\x4e\xd3\x70\xe5\x36\x0a\xfe\xfe\x85\x16\x90\xf2\x1e\xe4\xfa\x9e\xac\xa6\xef\x49\x7a\xb6\xe7\xa1\x6c\x11\xa9\xb9\xae\x3f\x7f\x1f\x06\xb1\xda\xea\x48\x7e\x68\x9e\xe3\xaf\xd2\xef\x43\x5d\x74\x2f\x9b\x41\x3f\x37\x80\x7e\x69\x9b\x5c\xd4\x32\xaf\xf3\xaf\xd6\x67\xdc\x80\xe8\xd7\x7c\x6b\x66\xec\x26\x7b\x1e\x47\x19\xe7\x15\x35\xad\x96\x60\xbf\x65\x3b\xab\x75\xd8\xbe\x92\x3f\xbd\x5d\x6c\x6c\x31\xf1\x9c\x1c\x60\x14\x2b\x31\x9b\x6b\x9a\xa5\xae\xeb\x3f\xf3\xd6\xe1\xbe\x87\x57\x67\x6f\x7e\xab\xf4\xf7\xaf\x23\xfd\x2d\x6b\xa8\xbd\x65\xec\x3f\xee\x6e\x89\xb0\xa5\xb3\x90\x14\x5d\x30\xee\xec\x26\xfb\x18\x38\x61\x10\x5d\x48\xd3\xb4\x60\x38\xdf\xc6\x1e\x34\x91\xf3\xdb\xd0\x50\x3d\x79\xba\x80\x4f\xd8\x55\x10\x6f\xd3\x56\x2c\x15\xf6\x39\x2b\x3c\x8d\x14\x08\x10\x7a\xa0\x19\xa5\x85\x48\x49\xdc\x5e\xbd\xdb\x2e\x60\x55\x57\x93\x12\xd3\x09\xe3\xc7\x8d\x58\xf1\x8d\xdd\x8e\x6b\x55\xdd\x30\x8e\x18\xaf\x89\x4e\x4d\x9c\x3b\xac\x28\xf8\x0a\x9f\xe9\x66\x81\x42\x19\x3d\x6c\xa9\xce\x97\xed\xcd\x18\xff\x62\x33\x29\xbb\x9f\xd4\x81\x12\x17\x1d\xea\x0b\x40\x8d\xc3\x4a\x35\x4e\xaf\xae\xc6\x51\x94\x37\x49\xc7\xc4\x84\x55\x75\x39\xe4\x8e\x4b\x68\x16\x23\x9c\xfc\xf1\xc5\x85\x95\x61\x0e\x8f\xae\x5d\x29\xf1\xc5\x90\x90\x39\x3b\x34\xe2\x74\x4d\x12\x97\x84\x2c\xb7\xdf\x24\x94\x93\x30\xc2\x20\x13\xb2\xae\x27\xf0\x79\x4a\xa9\x78\xb0\xdb\x25\x20\x75\xc2\x03\xfe\x65\x9e\x2d\x3a\x9d\x60\x49\x13\x4b\xe1\x7c\x5e\x5c\xb1\x28\xe3\xf4\x9d\x45\x2c\x41\x02\x05\x49\x7a\xa1\x7c\x42\x92\x5e\xbc\xe1\x5d\x4d\xf1\xe3\x4e\x27\x98\xe7\x7d\xa0\x81\xa5\x9c\x3b\xd0\xf5\xbd\xb2\x9b\xb6\xec\x1e\xe6\x80\xd3\xe5\xbc\x62\x4d\xad\xd6\xa0\x4b\x60\x15\xb7\xb6\x8a\x78\x8c\xf7\x7b\x94\xe1\xd2\x10\x58\x9a\xb3\x0a\x73\x97\x0d\x86\x1e\x1b\x0b\x5b\x64\xb0\xb0\x97\x58\xe4\x8e\xce\x47\x4a\xd7\x23\x18\x20\x9a\x8f\x14\x56\xe5\xcd\xa6\x71\x12\xc9\xa7\x49\x54\x8e\x53\x54\x8c\x93\xe8\x9f\xed\x79\xf7\x54\xa1\x71\x59\x89\x26\x98\x5c\xc5\x81\x87\x22\x69\x40\xce\x24\xdd\x3a\x40\x23\x7a\x4c\x62\x92\xf0\x03\x4e\xae\x38\x89\x9a\x2f\x3b\xf1\x02\xf2\x8a\xb1\x8c\xe4\x8d\x59\x31\x91\x4d\x81\xa5\x76\x1e\x08\x6b\x43\x91\xb5\xf0\x3c\x8e\xe8\x22\x52\x59\x18\xb7\xe6\x64\xfe\xb7\x70\x0e\x8b\x7a\xcf\xb7\x69\x16\xaf\xa1\x57\x27\x0d\x36\xe6\x60\x2e\x9c\xa9\x03\xb8\xf5\xc2\x42\xbc\x8a\x57\x53\xe6\xf1\xba\x48\x83\x0f\x0d\x93\x64\x8e\x82\x5e\x10\x05\x99\x78\x9e\x91\xa4\xe7\x6c\x1d\x27\x64\x29\x49\x7a\xae\x1d\xb9\x2c\xb4\x9d\x90\xb7\xde\xf3\x58\x66\x07\x21\x4d\xe4\x17\x6c\x55\x2b\x9e\x9a\xe4\xd4\x84\x2c\xe6\x5e\x90\x6e\xec\xcc\x5d\x89\x12\xf5\x82\x0e\x8f\xb5\x9d\xc8\xb9\xaa\x5c\x0d\x84\x29\xeb\xad\xbe\xa3\x5e\x4b\x92\xf4\xfd\xfe\x53\xc5\x07\xcc\xab\xea\x6c\x14\xde\xa9\x20\x42\x0c\x3f\x29\xfd\x9e\x44\x11\x4c\x5c\xe1\xb3\xc6\xf9\xae\xaa\x90\x24\xb9\x2c\x95\x15\xeb\xfd\x1d\x07\x11\xd2\x1e\x68\x18\xe3\x3d\x11\x0b\xda\x3a\x24\x80\xcd\x1d\x38\xc9\x54\xdf\x2b\x51\xca\x09\x2a\x7f\x5f\x62\xfe\x0f\xfa\xe1\xc6\x51\x66\x07\x51\xda\xae\xe9\xa9\x77\xe5\x47\x6a\x48\x15\x8f\xcf\xe8\x82\x1f\x81\x4b\xc5\x41\xa6\x12\xc3\x77\x91\xc4\xdb\x4d\x5a\x70\xa4\xe2\x64\x49\xa9\x12\x45\xb1\x56\x4f\x53\x76\xcd\xeb\x2f\x16\xc5\x4a\xad\x29\xbf\x97\x4b\xe2\x33\xbc\xdf\xa8\x01\x3c\x6b\xd6\xa6\x97\xdb\x30\x22\x8c\x2c\x95\x57\x2b\x37\xcb\xa9\xa2\x05\x46\x8c\xba\x88\xe1\xf2\x52\x8a\x7c\x1e\xc4\x1b\x80\x65\x41\xea\x73\x22\x45\x9f\x93\xf0\xcd\x68\x3c\x0e\xc0\x62\x5f\x92\x3e\xe1\xa7\x93\x2d\x82\x65\xd5\x0b\x27\x5a\x04\x4b\xa5\x76\x88\x89\x47\x8d\xc7\x1e\xe8\x9f\x3c\x8c\x62\x9a\x2e\x3c\xd0\x04\xd9\x54\x12\xdb\x98\xc4\xa5\x12\xc8\x23\x29\xd8\x2a\xb4\xfc\x89\x16\x44\x0f\x62\x0e\xae\x28\x6f\x4a\x9a\x4c\xb6\x0b\x6f\x49\xed\xd2\x66\x2c\x86\x37\xaa\x4e\x06\xde\x93\xc2\x12\x56\x19\xa8\x96\x9b\x02\x8e\x2b\xf5\x8e\x33\x81\x15\x2d\x79\x36\x5f\x2c\x2d\x8f\x0b\x78\x7b\x2e\x6a\xc2\x22\xff\x96\xd1\x5f\x2c\x49\xc0\xff\x8b\xa9\xf1\x38\x16\x6e\xb1\x58\x55\x14\x66\x8b\xb8\x36\xec\xc6\xe3\x2d\x0c\xf1\x16\x23\x9b\xa6\x8b\x2d\x0c\x71\x24\xb7\xb0\xbc\xdb\x8a\x94\x63\x48\xc4\x8d\x54\x92\x38\xdb\xf8\x70\x00\x83\x62\xd0\x8e\xeb\x7c\x05\x4c\x71\xcd\xe9\x45\x13\x60\x83\x3d\xb1\x3c\x67\x0b\x75\x39\x48\x21\xa8\xc5\x99\x08\x3c\x88\xaa\x5d\x4a\x58\x74\x4f\xaf\x9e\x86\x61\xd1\xb1\xdb\x6f\xeb\x98\xf3\x9f\x76\x4c\x18\x05\xbe\x6d\x1b\x6e\xfe\xd5\x6d\x28\x36\x61\xe9\x6a\x48\x42\xb1\x09\xc1\x4f\x80\xaf\x8b\x54\xac\x8b\x98\xda\x62\x5d\x34\xed\xbb\x2d\xb1\xb1\xae\x4b\x77\x81\xf8\xfe\xfd\x04\x77\x8d\x56\xd5\xf7\x81\x8f\x4e\xeb\x0e\x5c\x39\x7f\xa3\xfa\xb0\xf1\x0d\xf3\x11\xcb\x2c\xc9\xd9\xfc\x9d\x75\x53\x84\xcf\x4a\xfc\x05\xcf\x26\x86\xe4\xa4\x75\x20\x5f\x54\x06\xb2\x74\x3c\xaa\x04\x52\xc5\x98\xa4\xd5\x9f\x61\xf5\xa7\x18\xa5\x18\x46\x49\x5c\x9f\x4e\xa3\xc5\x76\x49\x56\x34\xe0\x1f\x3e\x5d\xe5\x68\x37\xd4\xcb\x77\x93\x4b\x5c\x5d\x77\xd5\x01\x8c\x30\x26\x6b\xba\x29\xef\x59\xe7\xdb\xb0\x7a\xcf\xfa\x05\x4c\x41\xfd\xee\xf5\xb0\xfa\xcc\xc7\x27\x09\x72\xc9\x8a\x5c\x91\x0b\xe2\x90\x0d\xc9\xca\x57\xbc\x25\xe7\xe4\x9a\x1a\xe4\x8c\x1a\x8f\xaf\x9f\xac\x1f\x77\x3a\xd7\x9c\xdb\xbc\xa5\x57\x8b\xeb\xa5\xe0\xe6\xaf\x7f\xa4\x67\xba\x8e\xce\xe8\x75\xc7\xc4\x8f\x4f\xd1\x39\xbd\x58\x9c\xf1\x69\xef\x74\xce\x9e\xac\x1f\xe3\xc7\xb7\xd2\x20\x74\x2e\x6f\x4d\x91\xee\x8a\x48\x8c\xd9\x86\x21\x9b\xbf\x4a\xef\x9c\x45\x19\x4b\x68\xca\xa9\x06\xbb\x09\x32\x1a\x12\x7b\x4f\xe0\x61\x83\xe5\x4f\x56\x15\xd3\x06\x40\xbb\x9d\x3a\x87\x20\x0a\x9d\xe3\x83\x75\xc4\x31\xdf\x8b\xee\x26\xc8\xbe\x0d\x1b\x3f\xf5\x6b\xc1\x1d\x85\x8e\x90\x83\x42\xc7\x10\x96\xeb\x8b\x4b\x3a\xf0\xf4\x26\xc8\x50\xb9\xe4\x5b\x9c\x25\x39\x0b\x1b\x49\xb1\x1c\xb1\x8e\xa6\x61\x79\x45\x74\xa6\xeb\x28\xa0\x9c\xf7\x13\x4f\x28\x4d\xe6\x71\xae\xfa\xc1\x56\xc2\x97\x58\xa4\xeb\xc1\x3c\xea\xad\x59\x72\xc1\x50\x80\x85\xab\x25\x82\xab\xea\xe0\x59\x85\x6e\xc0\xb5\xfa\xec\x41\x10\xa5\x19\xe7\x49\x63\xff\xc1\x86\x61\x9c\xad\x92\xf8\x1a\x06\xe6\x45\x92\xc4\x09\xd2\x82\xe8\xca\x0e\x03\xef\x01\x20\xd0\x8e\xd0\x13\x56\x7c\x8f\x4a\xda\x12\xd0\xa4\xf4\xcb\x2a\x42\x4d\xe1\x7e\xa3\x6a\x14\x22\x11\x26\x90\x18\x4c\x20\x79\x1b\x21\xd9\x82\x2d\x84\xb8\x34\xe1\x1f\x1e\xdd\x96\x66\x21\x3b\x37\xa5\xe4\x06\x21\xe9\x05\xe7\x81\x17\x1c\x0a\xe9\x76\xe1\x2f\x77\x3b\x77\xe1\xc3\x29\xb5\x5a\xf8\x4b\x1a\x16\x86\xaa\x08\x1a\x02\x1c\xbc\x85\x1a\x25\xb2\x5b\x4e\xf6\x20\x8e\x5a\xec\xd1\x7b\x02\x83\xad\x96\xe6\x6f\xc1\xaa\x23\x95\x71\xe9\x37\x51\x1d\xbf\xb2\x27\xc9\xe3\x5a\xce\xe5\x4c\x75\x70\xec\x9a\xc4\xa6\xc1\x22\x5e\x3e\xee\x76\x63\x70\xab\x06\xb9\x2f\x16\x0c\x8e\xae\x0f\xff\x6f\xd4\x73\xe3\x35\xef\x6c\xae\x82\x7f\x1f\xa7\x01\x74\x83\xd3\x5b\xbb\x55\x57\x13\x11\x1b\x26\xa2\x58\x96\xe2\x55\xd2\x38\xa9\xb2\x7a\xa5\x5a\x09\xa9\x52\x70\xa6\xeb\xc9\x9c\xa1\xac\xa4\x4f\x49\xc9\x34\x59\xa7\x59\xf7\x34\xd9\xb3\xdd\x0e\x31\x7a\x56\x2e\x9c\xa4\x3a\x1c\x51\xb9\x42\x0e\xa2\x56\x39\x5b\x12\x95\xce\xb3\x39\x5f\x92\x1c\xf0\x25\x7c\x30\xaa\xec\xa0\x4b\x8d\xc7\x2e\xf0\x2a\xae\xe0\x55\x5c\x18\xad\xed\xc2\x05\x46\x6e\x2b\xbc\xf8\xca\x6c\x75\x72\xe2\x83\xda\xc4\xe7\x5b\x68\x4f\x38\x39\x3e\x0c\x84\x2a\x4e\xa2\x85\x51\xac\x21\xf5\x99\xa0\x00\x39\x17\x27\xae\xd4\x2c\x9d\xcb\xc5\x68\x73\x51\x23\x6d\x58\x56\xb5\xd3\x0c\x0b\xc8\x6f\x5a\x61\x86\xba\xc0\x32\x38\xcc\xb3\x72\x85\x89\xf5\x15\x50\x83\xc4\x34\xca\xa1\x02\xd8\x7b\x41\x7e\x6f\x1c\x3f\xdb\x4f\x02\x1f\x15\x17\x82\xda\x7b\x55\x53\x47\xd2\xe0\x9f\x4a\x57\x42\x96\x3d\x60\xd4\x50\x7c\xe3\xb3\x07\xb1\x0f\xeb\x09\x77\x3a\xe5\x7d\xcc\x7b\xc2\xd6\x9b\xec\xf6\xf0\x75\x4f\x85\x1e\x2c\xf6\xc0\x7b\x91\xd9\xee\xaa\xba\x02\xdb\xc8\x8e\xa1\x90\x9b\xc2\x65\x3a\x87\x0e\x20\x73\x79\xb2\x94\x7e\x8d\x71\x5d\x85\x82\x02\x1a\x2f\x6c\x85\x5b\x09\x48\x50\x2e\x66\x9b\xc4\xb5\x8d\x61\x67\x59\xd2\x18\x5d\x0a\xbe\x39\x7c\xb8\x6a\x9c\xc9\x93\x7e\xe5\x64\x10\xaf\x57\x68\xe1\xa4\x13\x4f\x54\x31\x2b\xbc\xfd\x88\x12\x69\x8d\x4b\x72\x93\x5d\x15\x02\x25\xe5\x7d\xd8\x70\xb2\xd8\xee\x0a\xa1\x5c\x16\xc8\xb1\x3e\xb5\xde\x34\xf9\xcc\x97\x00\x1f\xac\x4b\x2b\xff\xfe\xdc\x7a\x8f\x21\x24\x86\x93\xba\xec\x36\x64\x07\xe7\x5b\x8b\xef\xfc\x8f\xe6\xbc\xa1\x0f\x3f\x35\xb7\xfc\xda\x7a\x8b\x01\x5f\x7e\x80\x69\x9a\x95\x60\x6c\xfd\x86\x94\xd1\x81\x40\xca\x8d\x34\x5d\x35\xfb\x6e\x7c\x5b\x27\x7e\x6e\xee\xc4\x1f\xd6\x3f\x58\x24\x73\xb0\x94\x56\x17\x6c\xb9\x27\x20\xe1\x33\xaf\x71\x86\x9f\x89\xd3\xb8\x6d\x92\xcb\xcd\xf5\x4a\x7d\x19\x9c\x2b\x3b\x93\x92\xdc\xf3\x9d\xc6\xd9\xa9\x53\x71\xa3\x9a\x1d\x44\x29\x4a\x16\xc1\x12\xcb\xad\x76\x9a\xdf\x61\x7d\x6a\x34\x4c\x73\xe3\x3b\x7d\xb1\xb2\xf9\x0f\xd6\xcb\x62\x0a\x33\x76\x93\x35\x49\x22\x87\xd7\x2c\x17\x88\x73\x09\xe6\x57\xab\x59\x06\xf9\xc5\xfa\x1d\x8b\x1b\x99\xcb\xb7\x53\xad\x26\x7b\x02\xbe\x8c\xff\x59\xa3\x7f\xb6\x34\xca\x98\xf5\xd7\x61\xab\x85\xf1\x63\x4f\x12\x3b\x48\x59\x9b\x8b\x18\x34\x91\xf1\xe5\x14\xc6\xd7\x8d\xfc\x64\x09\x96\x70\x30\xc1\x76\x35\x68\x92\x5a\xa4\xb2\xb0\xf4\xc8\xab\x88\xa9\x0d\x7e\xa3\x42\xfb\xa9\x5a\x5b\xda\x94\x6a\xb8\x70\x5f\x6a\x5c\x87\x47\xba\xc2\x25\x39\xb9\xf6\x23\xd6\xbc\xf8\x33\xcb\x45\xd9\x77\xf5\xb9\xc2\x2f\x24\x2d\x51\x52\x51\xf3\x73\xc1\xfa\x8b\x57\xaa\x6b\xe9\x1a\xe6\x20\x90\x21\xda\x11\xbb\x4f\x0f\xc0\xe6\x36\xb3\x62\x26\x24\xc4\xed\xfa\xdb\x57\x5d\x4e\x57\x14\xcd\x0f\x61\xd5\xd5\x55\x38\xd1\x90\xb8\x85\xcb\x87\xa0\x8e\x94\x49\xf6\xdc\x2e\x8e\x95\x13\x60\xa9\x1b\xa8\x83\x20\x0f\x29\xcd\xe6\x5b\x66\x85\x8c\x44\xd4\x78\x1c\x41\x58\x50\x84\xcb\xd7\x4f\x51\x0c\xf9\x30\x88\xe2\x33\x0f\xc7\x8e\x08\x16\xa9\xf6\x51\x98\x56\xaa\xac\xb2\x41\xdc\x82\x29\x7a\xbc\x7d\xe2\x82\xa8\x29\x22\x01\x0d\xce\x2f\x2d\xb6\xcb\xa2\x59\x11\xd0\xc2\x1b\x2c\x8c\x07\xa1\x34\x1e\x04\xb9\xf1\x20\xac\x18\x0f\x42\xa1\xca\xdf\x93\x5c\x17\x7d\xc4\xaf\xee\x08\xa9\x5a\x31\xcb\x63\x92\x00\xef\xc9\xe2\xe3\xed\xda\x89\xc3\x5e\x90\xb1\xc4\xce\xe2\x64\x59\x20\x7d\xf8\x9f\xf3\x37\x25\x07\x6d\x70\xc6\xb9\x1e\x88\xa5\x30\xcf\xb7\x01\x0b\xbd\x07\x51\xee\x68\x77\xc5\xe8\x9a\x91\x8b\xa6\x78\x37\x2d\xcd\x92\x20\xba\x50\x37\xdd\xa1\x92\xb5\xee\x05\xb8\x5c\x92\x76\x0d\xac\xc8\xcc\x04\x08\x98\x54\xc7\x12\xa7\x31\xd4\xee\x82\x21\xbe\xbd\x05\x87\xd2\x86\x8f\x8f\xe6\x2d\x70\x60\x39\xaf\x7e\x5e\x53\x08\x5f\x2b\x76\xc5\xeb\xc2\xb8\x7b\x4e\xb5\xff\x9f\xd6\x41\x9d\xce\x2d\xc3\xbd\x2c\xfe\x08\xaf\x89\x06\x63\xbc\xbf\x56\xf5\xc1\xe7\xad\xca\xe1\x6b\x3e\x62\xd9\x51\x66\xed\xf1\x29\xca\x1e\x04\xd1\x03\x86\xc5\xc1\x07\x3e\xe2\xa5\x4c\x92\x1f\x7c\x05\x93\xb8\xc8\x96\x5c\xe2\xaa\x13\xc0\xb2\x18\xb0\x2e\x69\xd6\xa8\xfc\xaf\xa8\xdc\xa1\x59\x5d\xcf\xaf\xf3\xce\xab\xee\x49\xfe\xaa\x6d\x14\xe9\x3c\x77\xbe\xac\x4e\x09\xe7\x73\x33\x21\x44\x82\xf5\x14\xee\xc2\x07\xab\xcc\x63\xcc\xca\x48\x57\xb6\x27\x37\xf5\x9b\x6b\x21\xd1\xdb\x0b\xb8\xfe\xa7\xbc\xfe\x55\x5a\x61\xdd\x6d\xc2\x47\xe3\x0c\xae\xc8\xc7\x25\xb5\xcf\x84\x67\xd5\xc7\x4f\x2f\xe5\x34\xef\x76\x19\x24\x58\x90\xa6\xa7\x8f\x9f\x5e\xbe\x2f\x93\xc5\x71\x59\xaa\xfa\x5c\x51\x38\xf4\x6e\x78\x3b\x61\xc0\xa2\xec\x4f\x12\xf5\x6e\x8b\x5f\x5f\xc8\x02\x45\x34\xea\xad\xed\x2c\x09\x6e\xce\x12\x3b\x4a\xfd\x38\x59\xa3\x8c\x33\x9d\x1f\xdd\x84\xb1\xe8\xf9\xd9\x1b\x38\x77\x65\x34\x0e\xc6\xbd\x1b\x8e\x62\xb9\x0f\x7c\x01\xf6\x2c\xde\x46\x5e\x10\x5d\x3c\x07\x8c\x1f\x98\x2b\x7b\x14\xd0\x96\xe2\xa2\x63\x8b\xa2\x53\x5d\xbe\x53\xfd\xac\x9b\xc9\x07\xbf\x31\x3f\x23\x45\x27\xbb\x41\x2f\x8b\x37\x45\xe1\x59\xbc\x59\xe6\x3a\xa5\x05\x5f\x4c\x17\xec\x4f\x22\x3e\xbf\x2c\xf7\xe4\x5d\x7d\xf0\x4b\x13\x3a\x0c\xb1\xd0\xeb\x7d\xd3\x5c\xf0\xb5\x9a\xc5\x5b\x77\xc5\xd2\xdd\x6e\xc1\x96\x98\xa8\x9e\xed\x84\xd1\x1f\x6f\x58\x4e\xce\x3e\x7e\x27\xe9\x68\xa6\x1c\xc2\xf9\xf7\xdb\x68\x47\xce\x41\x81\x05\x80\x57\xf2\xd9\xbd\xc1\x52\xa5\x03\x86\x1a\xeb\x76\x7c\x9a\xee\xae\x03\x2f\x5b\x59\x59\x0f\x3e\xc9\x8a\x05\x17\xab\xcc\xca\x7a\xe2\x0b\xc9\xe2\x8d\x95\xf1\x09\x22\x89\x2c\x80\x4f\xe2\xc4\x59\x16\xaf\xad\xac\x27\xbe\x10\x3e\xc1\x56\x06\xf3\x4c\x6e\xf2\x2f\xb7\xa2\xaa\x62\x9c\x0c\xa4\x82\x4a\xbe\x5d\x7e\x04\x89\xb8\x1c\xbe\xfe\xb5\x85\x08\x40\x78\xf0\x19\x1e\x2d\x35\xe1\x26\x90\x93\x2f\x5c\xbe\x56\xc5\x33\xf1\xa4\x54\x5c\xd4\xbc\x14\x05\xea\xe2\x6e\x67\xc5\x9f\xa4\x1c\xa3\xa0\x64\xf7\xee\x52\x37\x89\xc3\xf0\x37\xf1\x3a\xb0\xfa\xde\x41\xbc\x31\x11\x05\x67\x30\x1e\xb0\x1a\xc5\x73\xe5\xe5\xd4\xd8\x96\x8a\xfe\x8d\xe3\xef\x15\xfb\xbc\x52\x24\x9f\x36\xc7\x9d\x1c\x22\xe1\xcc\x71\x33\x22\xa5\x44\x71\xe6\x50\x16\xeb\x36\xf2\x98\x1f\x44\xcc\x2b\xb5\xe0\x1f\x57\xb6\x17\x5f\x7f\x88\x63\xd8\x36\x07\x8d\x95\xc5\xb5\xb6\xca\x02\xc5\x5e\xbd\x55\x3b\x3e\x47\x0c\x58\x9a\xb7\xf6\x9a\x81\x17\x5d\x2f\x8b\x7f\xe3\xbc\xfa\x73\x9b\xd3\x19\xab\xea\x15\xe4\x96\x55\x11\xe2\xa3\x38\xaf\x4d\xaf\x55\xfa\x9a\xe2\x7c\x4a\xcb\x27\xf5\x5d\xa4\xd8\xd0\xd5\xa0\x09\x04\xe6\x4b\x58\x99\x9d\x18\xe2\x3d\x8b\xa9\x56\xac\xe7\x4a\x8d\xa0\xd9\x0f\x53\x79\x67\xbf\x5c\x43\x60\xea\x06\xba\x7e\xc5\x12\x3f\x8c\xaf\x41\x7d\x91\xff\xf8\x13\xfc\xfb\xf2\x5f\x5f\xe4\x62\x7b\x64\x6f\xb3\x78\x27\xba\xb1\xe3\x85\xa1\x7d\xbb\x5b\x05\x9e\xc7\xa2\x47\xbd\x8c\xa5\x19\x4a\x3a\x41\x27\x52\x1a\xdc\x14\xfc\x6a\x4e\xdc\x12\x5d\x47\x09\x3d\x35\x85\x45\xc4\x26\x21\x59\x51\x2e\x0a\x90\x0d\xe5\x54\x80\xac\x69\xca\x7f\x5d\x51\x75\x65\x1b\xca\x6a\x36\xf6\xe4\x82\xde\xdd\x58\x06\xb9\xb5\x8c\x7d\x1e\x87\xb4\xde\xed\x4e\xd7\xba\x7e\x9a\x70\x6e\x0a\x69\x4e\xec\xdd\xf2\xad\xb8\x05\x07\x55\x1f\xad\xc0\xca\x7a\x45\x91\x4d\x33\x7c\x4a\x69\x00\xfa\xc8\x14\xd9\x78\xae\xb6\x83\x42\x6a\xab\xe3\xac\x34\x1b\xf6\x8a\xef\x7b\x2b\x46\x36\xc6\x84\x77\x74\x8e\xd0\x05\x8d\x50\xc6\x4f\xa2\x0e\xad\x9c\x18\x17\xbd\xdb\xf2\xc9\x59\xbc\xc1\xd6\x4a\xd7\xd1\x45\xef\x86\x7a\xbc\x3f\x98\xdc\xdd\x58\x1b\x31\xbd\x57\x4a\x9b\xdd\x8b\xde\x0d\xb9\xb5\x36\x9c\x12\x15\x05\x67\xf1\xa6\x7b\xd1\xbb\x25\x82\xf8\x6d\xaa\xc4\x6f\x23\x89\x9f\xb2\xb5\xd7\xe5\x44\x47\x62\xa2\x99\xcc\x43\xf0\x19\x6a\x06\xc5\xef\x57\x50\x35\xa7\x47\x45\x82\x45\x49\x5f\xbb\x09\x7e\x42\x4d\x98\x32\xf9\x44\xc9\xc9\x98\x13\xdd\x6e\x20\x81\xf8\x9a\x11\x8f\xe0\xe5\xf2\x26\x7e\x13\xb4\x35\xff\x79\x16\x6f\xe4\x7b\x24\xf9\x1b\x04\x4a\xd7\xaf\x14\x1a\x00\x01\x8c\x94\x4f\x23\xdf\x63\x16\xeb\xd9\x69\x1a\x5c\x44\xcc\xfb\x18\xc2\x26\x57\x78\xb7\xdd\x0e\x78\xd3\x39\xeb\xad\xe2\x34\x83\x0d\x8b\x77\x3b\xb7\xb2\xfc\x2f\x14\xf9\xf5\xa4\x76\xdc\x2e\x96\x79\x38\x65\xe9\x16\x59\x86\x5b\x2d\x44\x57\x88\x58\x58\x44\xfb\x5f\xf9\x16\xd6\x96\x85\x1b\x05\x5f\x6b\xf8\x47\x6a\xcc\xb3\x9a\x17\x3a\xaf\x63\xf1\xc5\xa2\xeb\x3e\x5f\x32\x99\xc5\xd0\x15\x07\xde\xf3\xa9\x89\x69\x44\x29\x95\x27\x0c\x24\x1d\xa8\xd4\xc6\x73\xd1\x51\x2b\x01\x3c\x5c\xcc\x0b\x50\x84\x49\x48\xe3\xf9\xc2\x5e\xe6\x01\xcc\x76\xef\x2a\x48\xb7\x76\xc8\x0f\x91\x4d\x9c\x64\xbb\xdd\x62\x49\x7c\x14\xe1\x79\x64\x2d\xf8\x31\x4d\x5c\xbe\x16\xf3\x68\xe7\x7c\xbe\xe3\xb9\x6b\xb9\xf9\xe3\x0b\x74\x85\x42\xac\x3a\xd7\x39\xe5\x5c\x2c\xb4\xcc\x76\x42\xa6\x11\x2d\xf3\xf8\x7f\xab\xca\x9b\x33\x78\xf3\xb2\xe2\xad\x42\x96\xf8\x09\xa1\xeb\x9a\x1f\xdc\x00\x2d\x07\xca\xd3\xdb\x48\xbb\xc0\x3c\x5f\x15\xef\x61\x26\x6b\x84\xf6\xbc\xca\xc4\x07\x62\x29\x73\xe4\x8f\x13\x5d\x77\x10\xdf\xed\x5a\x9a\xd9\x59\xe0\xf2\x65\xb2\x42\x49\x89\xf9\x31\xe6\x90\x65\x7c\x3d\x27\x3c\xca\x82\x4a\xf0\x6e\x27\x66\x53\xfe\x6c\xc7\xc4\x67\x2c\xd9\xed\x9a\x05\x8b\xae\x79\x4a\x69\x64\x5f\x05\x17\x5c\x6c\xec\x6d\x53\x96\x3c\xbd\xe0\xb3\x5e\x39\x40\x4a\xe7\x47\x3f\x48\x98\x1f\xdf\x68\xfc\x45\xf8\x52\x7f\x9c\x42\xdb\xd5\x05\xa6\x0e\x6d\x82\xf1\x13\xe3\x71\xce\x57\xf3\x8e\x01\xdf\x11\xc5\x11\xe3\xa3\x19\xf5\xb2\x9c\x51\xde\xed\x94\xa7\x1b\x96\xa4\x1b\xe6\x66\xc1\x15\x3f\xd0\x36\x76\x10\x65\xfc\xc5\x0a\x55\xdf\x6e\x07\x3d\x5f\x68\x45\x75\x8d\x68\x4a\x25\xa5\x0f\x51\xef\x3a\x08\xc3\xe7\x2b\x3b\xba\x60\x78\xb7\xcb\x60\x32\xc3\x8c\x25\x02\x61\x59\x08\x65\x91\x0c\x18\xd4\x75\xa5\x37\xe2\x51\xce\x3e\x25\x27\x09\x4d\x94\xbd\x5b\xd1\xe8\x23\x68\x63\x5f\x0d\xa4\xb7\xa3\x60\x6d\x67\xec\xe7\xa0\x25\xb4\xfa\xf7\x83\x68\x7a\xf6\x31\x88\x2e\x42\x96\xb5\x44\x78\xbf\x54\x2b\x70\xa1\xec\xa2\x2d\x50\xff\x57\x15\xd2\x8f\xc3\x30\xbe\x7e\xbe\x4d\xd2\x96\x78\x70\x96\x29\xd0\xab\xc0\x63\x6d\xc1\xe0\x9f\x55\xb4\x41\x14\x06\x11\xcb\x6d\x65\x9c\x47\x6f\xaa\x92\xa9\xb8\x13\xce\x22\x3f\x4d\x92\x96\xf0\xf0\xb8\x12\xc1\x9e\x05\xee\xe5\x6d\x23\x5c\x92\xe5\x71\xe4\xd7\x54\xcb\xe2\x8d\x46\x5e\x50\x4d\xf0\xc8\x1a\xb9\xa1\x1a\x70\xcf\x1a\x79\x47\x35\x7e\x50\x69\xe4\x23\x5d\x5c\x93\x17\xe4\x86\xbc\x5b\x92\x33\xfa\xb1\x97\x30\x6f\xeb\xb2\x4a\x16\x0a\x55\xc8\x91\x94\x65\x91\x75\xb4\x6e\x9a\xd9\x49\xa6\x11\xfe\x95\x45\x9e\xb6\xc4\x7b\x4c\x16\x4b\x4c\xde\xd0\x45\x41\xc6\x3e\x92\x85\xc6\x99\x0c\x6d\x89\xbf\x19\x35\x39\x86\xfc\x29\x5d\x68\x0e\xe8\x0c\x3f\x30\x9b\x13\xae\x44\x7c\xd8\x7e\xc6\x12\xf9\x48\x94\xbf\xb1\x83\x48\x23\xda\x5a\x7c\x40\xb9\x7c\x24\xca\x3f\x27\x01\x5f\x21\xda\xb5\xfc\x04\x08\xf1\x70\x09\x03\xf8\x9e\xde\x6d\x42\xdb\x05\x96\xce\x2a\xc6\x70\x1d\x7b\x81\x1f\xb0\x24\xb5\x16\x4b\x92\x66\x89\x9d\xb1\x8b\x5b\x4b\xb3\x9d\x34\x0e\xb7\x19\xd3\x94\xc8\xa3\xe7\x15\x4d\x53\x5d\x7d\x47\x32\xc5\xb0\x08\x74\xd0\x78\x9c\x3c\x61\x8f\x93\x4e\x07\x67\x8b\x64\xa9\x98\x00\x93\xdc\x04\x78\x9a\xf5\xd2\x78\xcd\xaa\x4e\xd9\xb2\x08\x31\xbe\x8f\x0f\x75\xb8\x2d\x52\xf4\x1e\x8b\x14\x61\x97\xf4\x6e\xc3\x4f\xe1\x2b\x66\x9d\x1a\x7b\xf2\x81\xde\x81\x7b\xac\xc6\x54\x6f\xda\x54\x23\x2c\xe2\xc7\x85\x67\x9d\x1a\x64\xb3\xb2\x53\x66\xe5\x03\xe7\x57\x2c\xd7\x7b\xc2\x7c\xbf\xee\xd0\x97\x8b\x4c\x9c\x1e\x33\xe9\x3b\x2e\x98\x79\x48\x1b\x22\x1d\x6e\xc1\x68\x28\xd8\x23\x62\xd3\xe2\x38\x8f\x77\xbb\x98\xa4\x34\xea\x25\x2c\x0d\xfe\x61\x24\x2c\x8b\xd2\xdd\x2e\x25\x5b\x1a\xa0\xac\xc7\x04\xeb\x9d\xf6\x36\xf1\x66\xc3\x12\x4c\x5c\x65\x15\x66\x12\xad\x38\x93\xd2\x5e\xc2\x7c\x96\x30\xde\x7c\xbd\x44\xd6\x2e\x2c\xae\xba\xee\xf6\xfc\x38\x79\x01\x6a\xc7\x8a\xeb\xdd\xa1\xc7\xb1\x26\x50\x69\x24\xe9\x6d\x37\x1e\x7f\xd3\x4b\x3e\xca\x24\xd4\xf5\x6d\x03\xb4\x78\x9d\x0a\x34\x51\x06\xf2\x58\xd3\x4d\x9e\xd6\x47\x5b\x6f\xac\xd0\xd0\x81\xbd\xf4\x8c\xba\x53\x23\x7e\xff\xae\x44\x0a\x88\x10\x01\xad\xab\xe1\x85\xa1\x24\x56\xfb\xa9\x0d\xc8\x5c\x56\x82\xe9\x14\xf6\x83\x13\xa7\x7c\x5b\x2d\xab\xce\xab\x73\xed\x46\xb3\xb4\x5b\xad\x12\x44\x57\xe4\x9a\xa1\x4c\x99\x41\xbe\x80\xe4\xe4\x03\x17\x5c\x6c\x59\x12\xd3\x60\xfe\x37\x0a\x84\xb0\xc7\xd9\xac\xf9\x4f\xc5\xaf\x94\x26\xbd\x9b\x4e\x22\x58\xe0\x47\xfd\x6e\x94\x7f\x23\x21\x4d\x7a\xb7\x9d\x44\xf2\xbd\x50\x94\x7f\x3d\x91\x59\x11\x63\x99\x01\xf1\xda\xca\xb8\xe0\x92\x92\x5b\x2b\xe9\xdd\x16\x80\x7b\x35\x97\xe1\x8b\x0a\x4c\x81\xb7\x02\x73\x23\x60\x94\x1e\x91\x5b\x2b\xac\x80\xbc\x2b\x40\xf2\xae\xaa\x20\xc5\x15\xe9\x12\x46\x34\x26\x02\x2d\xb7\x34\x9e\xbf\x45\xb1\x78\xef\x13\xa9\xfa\x38\xa5\x85\xab\x98\x26\x18\xa6\xb9\x26\x3a\xa6\x59\x1a\xa0\xd7\xf2\x97\xb5\xc5\xcb\x6a\x82\x20\x5b\xd9\x62\xbb\xa4\xfc\xbf\x2e\x4a\x16\xee\x92\x8f\x0f\x7c\xa8\x09\x1c\x35\x4e\xb1\x4b\xc8\x4e\x0d\x72\x5f\x18\x1f\xa1\x83\xbf\xe5\x14\x47\xec\x3d\xa1\xd5\x68\x24\x38\x82\xd4\xfb\xd1\x3d\xb4\x85\x63\x3b\xc9\x7a\x05\xa1\xfe\xc9\xce\x6c\x4e\x4f\x5f\xa3\xbb\x62\xd9\x58\x59\x2f\x61\x6e\x85\x14\xc8\x45\x54\x94\x88\xee\x34\x91\x78\x52\x1e\x0b\x59\xb9\xde\xf6\xb8\xdc\x3c\xe4\x67\xe9\x93\x64\xdf\x90\x7f\x0a\xf7\x24\xf2\x87\xf8\x0a\x47\x3d\x79\x46\xef\xb2\x78\x63\x89\xe3\x51\x6a\xb7\xe4\x0f\xa9\xdc\x92\xbf\x40\xb5\x25\xbe\x2b\xbb\xf2\x55\x75\x43\xc8\xde\x46\xc5\x57\x4e\xe4\x21\xc5\x7d\xb9\x21\xec\x42\x48\x4c\x49\x0a\x80\x82\x3f\x21\x21\x65\xbd\x8b\xcd\xf6\xa9\xeb\xb2\x90\x25\x36\x3c\xdb\x52\x4e\xe2\xec\x0d\xe7\x1d\x89\xc7\xb7\x1c\xef\xb5\x9c\x1d\xe2\xd3\x53\x4e\x80\xbd\x79\xd3\x54\xdc\x40\x8f\x6e\x49\x44\x73\x4d\x09\xbb\x0a\x5c\xf6\x3e\xb8\x61\xe1\x07\x8e\x7d\xb7\xcb\x2d\xd1\x77\x37\xd6\x1f\xe8\x0f\x94\x3d\x8c\xf0\xa3\x08\xef\x76\x06\xb9\x85\x07\x49\xf1\x60\xbf\x47\x36\x6e\xb2\x39\x7a\x73\x8f\x97\xd8\x64\x43\xfd\xde\x0d\x59\x97\xc7\xc2\x66\x6e\x58\x1b\x72\x45\xfd\xde\x2d\xb9\x28\x1f\x5f\xcd\x0d\xeb\x8a\x38\xd4\xae\xe7\x8d\xd1\x38\xf7\x7e\xdb\xf0\xfc\x56\xc3\xe4\x23\x7d\x47\xce\xe8\x35\x79\x43\x4b\x25\xa1\xdc\x3c\x4f\xe9\x39\x4a\x30\x79\x4f\x35\xa1\x13\x10\xa2\xb7\x46\x9e\xe7\x0f\x3e\x8b\x9d\xf4\x94\x52\x1a\x54\x24\x12\x90\x9a\x9e\x52\x97\x0b\x03\xc5\x34\xe8\x3a\x7a\x4f\x25\x19\x57\x50\x89\x07\x02\x15\xe7\x7f\x9e\x92\x98\x52\x7a\x0d\x3e\x92\x2f\xc8\x45\x97\x3e\x5d\xbc\x5f\x16\xc4\x87\x5c\x3c\xa4\xe1\xdc\xb4\xba\x26\x06\xb8\x77\xba\x8e\x3e\xd2\x1b\xb2\xe6\x70\xcf\x97\x05\xf5\x58\x17\x60\x82\x0b\x20\x1f\xf2\xac\xda\x42\x24\x47\x77\x79\xb7\xac\x74\x4f\xb6\xba\xfe\xac\x38\x14\xc3\x79\x0d\x72\x4f\x3e\x10\x84\x2e\xe9\xdd\x1e\x2f\xce\x96\xf4\x76\xae\x19\x9a\xa5\x69\xe4\x72\xf1\x71\x49\x9d\xe2\x57\x29\xd8\x50\xf4\xa6\x69\x4d\xe0\x27\xfd\xb9\x10\x5f\x42\x3b\x63\x48\xeb\xac\x3b\xda\xe6\x86\x3c\xd0\x3a\x17\xfc\x0b\xd6\xac\xb2\x74\xe0\x1d\x94\x93\x07\x06\xd6\xc8\x25\xc6\x56\x63\xff\xb2\xb2\x7f\x00\x0e\x9d\xca\x44\x17\xd7\xe5\x03\xa5\x97\xfc\xa7\xe4\x92\x3e\xe5\x44\x0a\xcc\xd1\xa0\x88\xfb\x56\x9e\xa8\x4e\xa3\x4e\x64\xef\x2e\xd9\x6d\xaa\x30\x2e\xb8\xf9\xb0\xcf\xad\x35\xe0\x3b\x93\x2e\xd8\x72\xb7\xbb\xdb\x83\x6a\xcf\xce\xbd\x76\x8a\xa7\x01\x2d\xd1\x2d\xd8\xf2\x24\x45\x01\xd6\xf5\x2d\xfc\x8f\xaa\x63\x12\x08\x84\x24\xc1\x44\xed\x4e\x74\xa4\x17\x19\x8d\x38\xd2\x53\x48\x4b\x3c\x0f\x9a\x12\x11\x04\xf5\x2c\x04\x40\x24\x44\x08\x29\x67\x46\x84\xc1\xfe\x1b\x18\xc4\x3b\x41\xc3\xac\x72\x11\x66\x39\x97\xd8\xcb\x09\xb2\xa4\x8b\x86\x06\x36\x02\xfe\xb9\xb6\x93\x8b\x20\xe2\x5f\xf7\xc4\xe6\x92\x94\x52\x5f\x61\xd0\x49\x79\x0a\x70\x3e\x47\xae\xea\xea\xf8\x1c\x30\x94\xf9\x78\x15\xfc\x65\x3e\x25\x34\x21\x0a\x30\x34\xab\xeb\xad\xc8\xa0\xbc\xc0\x05\xbf\x2a\x5c\xdf\x77\xaf\x8d\xa8\x3a\xe7\xb0\x06\x0e\x57\x46\x4c\xab\x88\x45\xd7\xeb\xf4\x8e\xe1\xb9\xb2\xd0\xac\x64\xc1\xee\x95\xda\x16\xd9\x92\x6f\x13\xb6\xc7\xe4\x6e\x8f\x4f\xf8\x0a\xe2\x2b\x2e\x3a\x5c\x71\x91\x7c\xeb\xb8\xba\xe2\x82\x96\x77\x8b\x9a\xd2\x82\xc8\x15\xc4\x67\xf0\xeb\x36\x48\x58\x6a\x2d\x34\x57\x28\xc7\xe5\x96\x5c\xee\xc9\x57\x7a\x27\x56\x86\x14\x75\xe5\xc9\x2a\xc4\xdd\xfc\x64\x05\xe6\x13\xd6\x8d\x64\x40\x95\x93\xf5\x73\x85\x95\x4d\x18\x1c\xa0\xe8\x11\x47\xb0\x03\x64\x3b\x51\x67\x97\xc5\x9b\x47\x17\xa4\x41\x16\x7b\xf0\x75\xc1\x96\xb9\x80\xf5\x03\xbd\x03\xde\xc9\x02\xb6\x88\xb0\xc8\xb3\x24\x33\xa5\xb4\xf9\xb2\xb9\x4d\x80\xdb\xb1\xc8\x6b\x69\xe7\x07\xd9\x4e\x81\xe7\x8b\xea\xd1\x03\x16\xd2\x0f\x71\x0c\x3a\x19\x5d\xaf\xfc\x44\x58\x5c\x73\x5c\x38\x8a\x65\x85\x97\x18\x64\x8b\x4d\x74\x3d\xe4\xa7\x53\xbe\xc8\x4e\xbc\x18\xec\x66\xba\xce\x7a\x41\xfa\xd1\x5e\x8b\x98\xe4\x48\xa9\x15\xd1\xa8\xa2\xbf\x8d\x40\x73\xbb\xbf\x5e\x05\x21\x07\xdc\xe7\x4e\x68\x6a\xa8\x7e\xf9\x2a\x07\x34\x9b\x11\x31\x8f\x9c\x9f\xe0\x33\xc5\x39\x0a\x31\x97\xac\x77\xd3\x61\xf2\x1c\x93\x13\xca\x7a\xb7\x1d\x96\xf3\xd6\xb8\x12\xeb\x5f\x2e\x57\xed\x4a\x2a\x53\x35\xa0\x4a\xbf\x36\x90\x38\xa9\x91\x74\x85\xd3\x53\x56\x53\xc2\x82\xbb\x9d\x72\xb4\x13\xbb\xf8\x2d\x0e\x6c\x99\x04\xa9\xb8\xa5\x28\x82\xbc\xa0\xf9\x99\x6b\xd3\xe2\x94\x7e\xf4\x7f\x11\x9a\x9f\xba\xab\x24\x5e\xb3\x9d\x1d\x79\x49\x1c\x78\xb8\x87\x1f\xa6\xb6\x6f\x27\xc1\xa3\x40\x58\x5f\x1a\xd4\x90\x78\xb7\x43\x5c\x18\x56\x34\xf1\x61\xf1\xf3\x2c\xde\x60\x4c\xa4\x45\x35\xce\x95\xf1\x36\xb9\xb1\xd2\x8e\xc7\x5f\x89\xcb\x0c\x7b\x70\x7b\x03\x5b\x47\x03\x89\x57\x1d\xcf\x7a\x59\xbc\xa1\xf0\x7f\x87\x95\x66\x0f\x22\x8c\xab\x54\x7c\x14\x25\xd0\x95\xdc\x1c\x5b\xab\x25\x07\x47\xda\x6e\xeb\x35\xc5\x50\x4a\x73\x04\xad\x3f\x15\x2f\x41\x0f\x50\xdd\x48\x34\x24\xeb\xdd\x8a\xe6\x48\xb6\x47\x19\xb6\x1a\xa6\xb5\x9c\xd1\x58\x06\xe7\x0a\xe5\xfc\x81\x19\xb7\x50\xce\x0b\x25\x3f\xb1\xe9\xcf\x28\xe9\x29\x1c\x18\xa9\xce\x7f\x30\x0f\xd4\x52\xcb\x80\x27\x0a\x84\x05\xd7\x65\x95\x48\x64\xf7\x6b\xab\xa6\x44\x23\x1e\x54\xf0\xe4\x8f\x30\x09\x69\x37\x52\x0c\x4b\x62\x4a\xb7\xe5\xc3\xb3\x78\x23\xe7\x4e\x4b\xb2\x50\xa8\xbd\x83\xdd\x2e\xc1\x3d\x2f\x48\x44\x90\x81\xae\xa3\xb0\x03\xfd\xa9\xbf\x46\xb5\xd3\x5d\xbb\x58\x47\x76\xbe\x8e\x52\x72\x63\x85\xe4\xd6\xda\xee\xf7\xc2\x94\x89\x2b\xf9\x31\xd4\x68\x15\xce\xff\x6e\x36\x41\x74\x21\xf5\x2a\x62\xc3\x1d\x2e\xb7\x0b\x74\x05\xa9\xb5\x13\xba\x50\xc4\x2b\x69\x5a\x28\x75\x02\x15\x0b\x03\x86\x28\xdb\x94\x9f\x56\xe7\x9c\xe9\x28\x5c\xc0\x6d\x94\xf0\x03\x4c\xa8\xa6\x9b\x54\x64\x60\x20\xd7\xf5\x2f\x90\x1e\x49\xd7\x15\xa3\x22\x9c\x2d\xd6\x62\x09\x61\x8e\x8a\xde\x08\x43\x1c\x63\xfe\x33\x22\x8b\x64\xc9\xd9\xea\x60\x61\x2c\x49\x48\x83\xc3\xc3\x51\x19\x83\xdf\xa1\x99\xea\x66\xfa\x19\x45\x62\xa5\xf2\xff\x71\xb1\x21\xfe\x41\x91\x74\x6b\x90\x4f\x70\xb9\x93\x78\x99\xf4\x71\xc8\x9f\xe1\x7c\x0b\x72\x74\x72\x0f\xf0\x0f\x4c\xb2\x3d\x26\xbc\xdd\xb8\x74\xf4\x0b\xe5\xbe\x0a\x05\xe6\x6e\x28\x6a\x84\xf9\xc6\x0a\x25\xd2\x6e\x08\x3d\x0b\x7b\x37\xb4\x00\xb9\xa5\xf2\xa1\x9a\xab\xe4\x08\xc9\x06\x81\xd6\x90\x54\xda\xc8\x69\xb3\x21\x38\x35\x63\x4f\x54\xdb\xdd\x5f\x55\xe7\xbe\x96\xa1\xcc\x8b\xb9\xfc\xce\xe0\xf5\xee\x54\xf2\xce\xf2\x6b\xe2\xaa\xb6\x3f\xce\x8a\xc8\x23\x10\x02\x85\x54\x9d\x50\x01\x1a\xcc\x15\xd9\xd8\x0a\x40\x25\xe4\x70\x19\xd7\x4e\x6e\x2b\x4a\xc6\xf9\xc1\x6a\xb6\x52\xb2\xa5\x49\x2f\x89\x63\xa1\x59\xe5\x35\xbc\xb2\xc6\x76\x5e\x9e\x34\xd6\x96\xac\x68\x92\xb3\x68\xcf\xc5\x55\x11\xc4\x2f\x81\x57\x73\xa9\xf8\xd0\xac\x15\xd9\xd0\xa4\x67\x87\x25\xd2\x5c\xa8\x3d\xa5\x74\xa3\xeb\x5c\xa6\x4d\x7a\x1b\xdb\xf3\x82\xe8\xa2\x49\xb2\xfd\x13\x69\xd1\x76\xed\xb0\xa4\x74\xb1\xb8\x98\x5f\x58\x7f\xa1\x0b\xf2\x11\x73\x11\x37\x6f\x8a\x52\xea\xcf\xb5\x82\x0f\xd6\x72\xe5\x8b\x46\xce\x4b\x75\x9a\xaa\x1c\x79\x07\x3a\x37\x45\x2d\x72\xa6\xc0\x2d\xd6\xf3\x5b\xcb\x5f\x92\x37\xf4\x17\x64\xa3\x33\x3c\x3f\xb3\xce\x7a\xf2\x56\x8c\xc2\x59\xc4\x45\xec\x50\x49\x1b\x12\x8f\x8b\xb4\x11\x3a\xe7\x62\x74\x45\x41\xf3\xb4\x50\xc8\xbc\xbb\x47\x07\x13\xef\x31\x79\x4e\x7f\x45\x07\xcb\xf1\x1d\x79\x8f\x31\xb9\xac\xbe\xf5\x73\xeb\x29\xf9\x20\x54\x2f\x6f\xc0\xf1\xeb\x12\x8e\x2a\x07\x16\xba\x5c\xb1\x97\xf9\x9e\x78\x23\xbf\x74\x9c\x8a\x9f\xd1\x1b\xe1\x4f\x76\x29\xce\x31\x47\x6c\x17\xb1\xea\x2f\xe5\x36\x7b\x23\x3e\x3b\x8e\xf8\xdc\x93\xbf\x29\xab\xaa\xa4\xe4\x99\x0d\xc6\x3f\xa5\x83\xba\xfe\xb7\xa0\x20\x3f\xd1\xbf\x17\xf1\xb2\x22\x2d\x7e\x38\x2a\x9e\x2d\x6e\xc8\x8b\xba\x1e\x95\x4b\xf8\x9c\xba\x5e\x1f\x16\x69\xb7\x9a\xa5\xdd\x68\x27\x1f\x16\x6c\xd9\xa1\x3f\x2d\x92\xe5\xc3\x8c\xf3\x92\x72\xcb\x7d\xa8\xa4\xfc\xa9\xc6\x6a\xfc\x8c\x18\xf9\x07\x36\x68\x35\xad\x4f\x15\xaa\xe6\x22\x52\xb8\x78\x60\x41\x27\x98\x74\xbb\x93\x3e\x07\x89\xc2\xde\x89\x21\x94\x1c\x41\x27\xe9\xdd\x94\x6c\x9e\x9c\x98\xbc\x5a\x87\x57\x93\x6c\xa2\xf4\xf1\x93\x7e\x0e\xbd\x9b\x7d\x25\x21\x50\xa9\x79\xbe\x26\x37\xe4\x05\x79\xb7\xac\x9b\x52\xaa\x62\xcd\x8f\xd4\xc8\x39\xf8\xa0\xea\x7c\x57\xbc\x97\x08\xe2\xcd\x89\x4d\x46\x19\xf8\xdf\x48\x65\xec\x9b\x7c\xae\x49\x54\x6e\xd4\x64\xbe\x58\x5a\x09\x08\x69\x12\xec\x5d\x61\xfb\x50\x08\xd3\x7b\x2b\x38\xa9\x87\x78\x37\xfb\xdd\xc4\xa2\xed\x00\xae\x5f\x68\x32\x57\x41\x98\x19\xf3\xde\xa8\x56\xab\x3c\xc1\xc9\xc1\x86\x79\xcf\xa5\xb3\xca\x22\xb5\x38\x23\x2e\x77\xad\xa5\xec\x4e\x46\xa4\x84\x9e\x89\xd8\x25\x21\x6e\x72\x68\x21\x3f\x82\x12\x74\x4b\x17\x4b\xe2\xd2\x53\x93\x78\x20\x03\x65\xcc\x0a\x49\xca\xf2\x77\x2e\x35\x00\x09\xbe\x5b\x21\x4c\xc2\x22\xcb\xcb\x41\xcf\xe2\xb2\x90\x70\xba\x51\x35\xdb\x50\xa5\x67\xe0\xbe\x75\x01\x8c\x41\x8d\x06\xf1\xa7\xb5\x47\xfc\xb0\xcf\xdf\xe4\x02\xd2\x1d\x0b\xdf\xd2\xc3\xcd\xd5\xc0\x2a\xcb\x94\xa2\xe2\x82\x9a\x8f\x2c\x83\xc4\x07\x85\x9f\x6e\xf3\x4e\xcd\x20\x19\xa8\xcc\x3d\x03\x5c\x07\x69\x81\x4c\x20\x8d\xa8\x4c\xb3\x53\x3a\x2b\x3c\x60\x28\xe0\x85\xb6\xe7\x21\xe1\x4f\x8f\x49\xc9\xa1\x70\x8e\x44\x48\xc6\xe0\x2f\x52\xfe\x7c\xed\xbf\xb8\x09\xd2\x0c\x1e\x37\x11\x91\x48\x84\xed\x8a\x46\x23\x5c\xf1\xb1\x45\x11\x3e\x09\x74\x9d\x37\xbc\xe7\x1d\x96\x69\x19\x02\x70\x77\x81\x07\x7b\x45\x6a\x78\xda\xa4\x31\x48\x0e\xed\xbc\x47\x19\x35\xd6\x03\x7d\x1a\x5f\xe6\x42\xe8\x27\x8b\x25\xde\x37\xd0\x3c\xd6\xa2\x9f\x10\xa7\x3f\x5b\x88\x64\xdc\x4b\xc5\x01\x5c\x3c\xa0\xc9\xa1\x12\x33\x21\x19\xb9\x6b\xdd\x1b\x45\x7e\x27\x92\x95\x19\x8c\x40\xdf\xdf\x00\xca\x9f\x93\x0c\x3e\xf0\x1e\x5b\x59\xa1\x20\xa9\x72\x4e\x42\x1b\xd3\x90\x67\xab\x60\x7b\x84\x78\x8f\x54\x1e\xb4\xd8\x08\xe5\x71\x82\x55\x76\xaf\xbe\xe3\x69\x70\x7c\xa4\xa5\x12\x13\x6c\x85\x07\x95\x8f\x9d\x37\x72\x15\x27\x8a\x05\xb7\x42\xea\xee\xf6\x40\xea\x58\x4f\x28\xfc\xe0\xa0\x3b\x54\xe3\xe7\xf7\x26\xd1\x00\x15\x34\x42\xe4\x05\x23\xb9\x91\xd8\xf2\x0a\x92\x15\xed\xf1\x89\xbc\x00\x22\x56\x3c\x78\x30\xe7\x0a\xf9\x1b\x78\xd2\x96\x89\xf0\x9e\xf8\x71\xe2\xb2\x3f\xe0\xa7\x6a\xa1\xe6\xeb\xdc\xcd\xc3\x6c\xc3\x82\x27\x21\x59\xc5\xac\x58\xda\x54\x78\xbf\x9f\x8b\xc3\xee\x2e\x14\x4c\x90\x4a\x6f\x36\x28\x23\x60\x06\x90\x52\x0b\x84\xb7\xd4\x75\x95\x38\x27\x32\x6b\x94\xe0\x3d\xe1\x68\x52\x96\x71\xca\x18\x96\x3c\xa8\x52\xaf\x64\x58\xbf\x75\x4a\x8a\xe9\xaf\x9a\xbd\x98\x5c\xee\x87\xda\x95\x7c\x71\x96\xf1\xd3\x22\x78\xa8\xa1\xc1\x3c\x9b\x5a\xa7\x03\x41\x16\x9c\x1b\x95\x6f\x90\xd3\x89\xc3\x4a\x8b\x48\x04\x9a\xfb\x11\x44\xca\xe4\x0b\x24\x2d\x17\x88\xcd\x17\x88\x4d\xb6\x54\x90\xb1\xa6\x14\x59\x31\x17\x57\x69\x5c\x2e\x8c\x7c\x19\xa4\x62\x89\x6c\x95\x25\xb2\xc7\xbb\x5d\x88\xf7\x70\x55\xa3\x32\xbe\x11\xed\x9a\x7b\x7e\x16\x89\x75\x80\x02\x7a\xe8\x33\xc3\xe9\xf7\xfb\x24\x5e\x07\x69\xcd\xb3\xc2\xeb\x29\x6b\x08\x61\xc2\x90\x8c\x39\x3b\xc4\x91\x0a\xbd\x4c\x1b\x26\xf9\x90\xf7\x2b\x0e\xaf\x20\xc2\x71\xc5\xa2\x4a\x6c\x5c\x3e\x34\x84\xa1\x00\x09\x45\x27\xc6\x98\xa4\x7b\x4c\x3c\x96\x66\x49\x5c\x89\x6d\xe6\xe7\xa5\x4b\x4f\x8d\xfd\x1e\x82\xc3\x44\x8e\xe2\xdc\x1f\xcb\xab\x26\xc5\xdf\x1e\x5d\x32\x7c\xaf\x60\x0c\x87\x75\xce\xfb\x79\xbd\xf2\x94\x46\xc9\x41\x5f\x19\xbe\x3b\x75\x75\x3d\xe9\xc5\xd1\xcf\x41\x92\x66\x62\x7c\x0e\x1e\xc8\xd3\xc1\xdb\xef\xd1\x5d\x9d\x29\xb2\x16\x1f\xc8\x6f\x44\xda\x54\xaa\x2a\xdc\x06\xab\x4a\xc5\x61\xe7\x5e\xfb\x6f\x49\x8c\x92\x03\xab\x66\x50\xae\xbf\x68\xb7\x8b\x40\xa1\x57\x58\x39\x0f\x9d\x4e\x92\xaa\xd5\xf3\xd0\xf5\x44\x61\xb9\xfe\x46\x8a\x31\xb8\xd8\xf0\x07\x86\x04\x52\x9a\x67\xeb\xa6\xe6\x5a\x67\xad\x60\x7f\x22\x53\x74\xd4\x24\x87\x8a\xa5\x9c\x4b\xbc\xb9\x42\x5f\x14\x1c\xee\xf6\x1a\x00\x79\x75\x28\x2c\x6d\xc9\x9d\xb4\x0d\x5b\x47\x9b\x23\xc7\x4c\x32\xf9\x50\x5a\x36\x51\x07\xce\x0a\xf9\x52\x2e\x12\x8e\xd4\xd0\x4b\x9b\x49\xf9\x16\xf0\xe0\xc8\x4b\x40\xf9\x77\xbe\x83\xa8\xd3\x60\x0e\x2a\xfb\x7c\x6a\x36\x76\x5a\xb5\xa7\x1c\x19\xe0\x03\x20\x72\xa7\x71\x12\xdb\x15\xbf\xba\xc5\xd2\xd0\x5a\x9d\x06\x3e\xe5\x1b\x42\xbc\x44\xd3\x4e\x10\xde\x6c\x8a\xf9\xa3\xea\x34\xb1\xfc\x9e\xdd\x21\xcf\xef\x80\x26\x52\x14\xad\x0a\x21\x0b\x83\x18\x4b\x2b\x20\x36\x7d\x73\x0f\x4b\xb7\x48\x96\xb4\x31\x9e\x35\xcf\x85\xb8\x78\x47\xae\x15\xf7\x53\x10\x3f\xbb\xa6\x65\x92\xb8\x29\xea\x38\x99\x27\x87\x53\x9b\x11\x65\xab\xb1\x3d\xc6\x56\x42\x6c\x1a\x2f\x8c\x25\x49\x69\xbc\x30\xcb\x24\x19\xd4\xde\xed\x0c\x92\x52\x94\xee\x76\x06\x7e\x18\x90\xc5\x3b\x72\x53\x6f\x5d\xba\xe4\xd8\x7b\xeb\xee\xc6\xb2\xc9\xad\x95\xee\xf7\x28\x21\x72\x43\x72\x31\x48\x72\x6c\x24\xa5\xf6\x42\x99\x30\x91\x1f\xe4\x86\x6c\x69\xda\xbb\xfd\xe6\xed\x79\xa4\xbc\x77\xd3\xa1\x21\x39\x0e\x72\xdb\xa1\x5b\x5c\x87\x59\x44\x4b\x6a\xef\xf7\xf9\x9a\xf1\xc3\x60\xd3\xbe\x62\xbe\x7b\x59\xc0\xa9\x72\xd8\x62\xef\x3c\xbd\x0c\x36\xa5\x5b\x23\x5f\x3c\xbc\x85\xa7\x37\x41\x55\x86\xdd\xed\x02\xb0\x8e\xd8\x61\x06\x65\xea\xc1\xbf\xdb\xd9\xe0\x66\xe5\xdb\x61\xe8\xd8\xee\xe5\xfb\x7c\x70\x85\x5a\x2d\x57\x70\xb9\xaa\x42\xce\xab\xeb\xdb\x56\x35\x55\x99\xcf\x11\x86\xc1\xe6\x93\x9d\x04\xb6\x78\x97\x4d\xd9\xa6\xbf\xdb\xf9\x64\x0d\x55\xc2\xf8\x9a\x79\x4f\xb7\x59\xac\x34\x7b\x45\xb3\x06\xde\xeb\x82\xfe\x8d\xae\x20\xc3\xd5\x6e\x87\x2e\x4e\x29\xbd\xd2\xf5\x4d\x45\x8b\xcd\x59\x5a\x70\xcc\xa1\x14\xd6\xba\x3c\x80\x17\x4b\xa9\x11\xf8\x5c\x0a\x46\x8b\x97\x90\x8b\x92\xbc\x44\x19\x5e\xee\xd1\x15\xb6\x16\x9f\xd1\x15\x5e\x62\x72\x4b\x17\x57\x05\x7f\xef\x34\x5a\x5c\x1b\xe4\x27\xa5\xdd\x44\xb5\xe4\xdc\xa3\x0e\x8d\x2a\xea\xd0\x40\x1d\xe2\xb8\x3e\xc4\xb6\x32\x19\xe9\xe1\xf0\x86\xad\xc3\xb9\x2d\x07\x3e\x9c\xbf\xb1\x42\xe2\xd2\x9f\x50\x84\x89\x47\xdd\x79\x0a\xda\xc1\x23\x12\xc9\x4f\x88\x61\x4a\xa9\xcb\xf7\xf8\x47\xb2\xa2\xde\x31\xe0\x6d\x2d\xe9\x25\xc6\x27\xa0\x54\x95\x3c\xab\xae\xa3\x15\xf5\xc4\xdb\xfb\x74\xf5\x2d\x4a\x66\x86\x98\x4a\x6a\x12\x92\x8f\x8f\x15\x10\x75\x74\xac\x98\xc8\xb1\xb1\xec\x3d\x5e\xf0\x59\x58\xe6\x0a\xea\x26\x31\xcf\x6f\xb8\xdf\x4f\xc9\x92\xba\x60\xcb\xae\xbf\xc8\x84\xb8\x97\xb5\xf4\xc0\xad\xf6\xc0\x2b\x7a\xb0\x25\xd5\xb9\xb1\x36\xa4\x71\x66\xac\xf5\x1e\x5b\x49\xee\x4b\x7d\x4e\x0f\xbd\xe0\x9e\xd2\x1a\x53\xf2\xbe\x50\x74\x3c\xa7\xa7\x06\xb9\xa4\xb7\x9c\xe6\x7e\xa0\xc6\xe3\x0f\x4f\x6e\x73\xd1\xe0\x43\xa7\x23\x88\xca\x5b\x7a\xbb\xf8\xb0\x24\xaf\xe9\xdf\xe8\x2d\x26\xbf\x51\x69\xe9\xa6\x94\xfe\xc4\x1f\xfc\x5c\xd3\x44\xbe\xe6\x93\x46\xfe\xa1\x3f\xcf\xa5\xd7\xa1\x95\xbb\x21\x92\x3f\xf8\x54\x54\x06\xe2\xed\x91\x81\x50\x28\x81\xb5\x2a\x87\x65\x8f\xc9\x33\xfa\xf3\xfc\xb7\xf9\x8d\xf5\xce\xfa\x6d\xfe\xc2\xba\x3e\x39\x5f\xfc\xb3\xfc\xf1\xe9\xe2\x9f\xa5\xae\xa3\x67\xf4\x33\x7a\x26\xdd\xe5\x5f\xc1\x77\xf2\x89\x2e\x20\x3d\x51\xac\xeb\x9f\x84\x9c\xf9\xc7\xe2\xf5\xf2\x09\x35\x30\x49\x95\x47\xcf\xf8\x23\xf2\xc7\xe2\x95\x28\xfa\xd4\x63\x57\x2c\xb9\x6d\xe6\xaf\x39\x1b\x71\x77\x49\xdf\xf2\x01\x34\x85\x9b\xe4\xfe\x3d\xe8\x81\xde\x92\x4f\x78\xcf\xc5\xcb\x22\xc5\xc0\xd7\x06\x45\xd3\x2d\xdc\xfb\x54\x55\x54\x8a\xed\xfc\x1e\xd4\x33\x22\xab\x73\x19\x8c\x51\xa4\xda\x66\xf8\x9e\x6e\xf1\xed\x02\x79\xb4\xe5\xb3\x4b\x9a\x11\x0d\x3a\xa8\xed\xc9\x0f\x74\x33\x1f\x58\xe6\xe3\x1f\x7e\x34\x74\x5d\x3e\x3d\xa5\xf4\x2b\xfa\x01\x3f\xfe\xa1\xdb\xc5\x8f\x95\x53\xf1\x94\xd2\xcb\xc3\x83\xae\x38\x2f\xf8\xc2\x51\xa0\xe9\x25\x1c\xb4\x20\xa1\x19\xaa\x3b\x47\xae\xa5\xb2\x16\x39\x0b\xb4\x94\xdc\x11\xa0\xb1\x4e\xcd\xf2\xbc\xdb\x24\xe0\xa1\xfe\x4e\x86\x34\xfe\x8b\x47\x1f\xf9\xee\x43\xed\x94\x52\x5b\xd7\xc5\xa1\x56\x90\xd3\x03\x0b\x91\x5b\x3b\xb1\x3c\x85\xbc\xf2\xd3\x2c\x63\xd9\x8a\x25\x15\xdb\xd0\x6e\x27\x6c\x42\xa2\x48\x06\x02\x5f\xd5\x3d\x1d\x2f\xe4\x56\x29\xb6\x47\x58\xdd\x1e\xdb\x62\x43\x54\x37\x8a\xbb\xe7\x87\x5b\x4d\x6e\xb9\xa5\x3f\x55\x1f\x7c\xa4\xa7\xb7\xe4\x8c\xbe\x45\x0e\x26\x6f\xa8\x76\xc3\x37\xf3\x59\x6e\x3d\x00\x7a\x71\x4c\x5a\x78\xdf\x40\x63\x9e\xd7\x69\xcc\x65\x13\x1b\x78\x35\xbf\x6a\x60\x03\x25\x83\x76\xd7\xe2\x82\x8b\xad\x2b\xf2\x41\x89\x26\x0d\x7c\xf4\x14\x8e\xe9\x78\xb7\x4b\xc5\xe4\xbf\x96\x2e\xcf\x67\xf3\x6b\xeb\x1d\x27\x51\xf2\xd7\x0b\xeb\x86\xfc\x51\xfc\xaa\xbb\x43\x93\x67\xf4\xe9\xe2\x6c\x49\x5e\xc1\x47\xe7\x62\xf1\x7a\x49\x3e\xc1\xf7\xee\xc5\xe2\xb7\x25\xf9\x4a\xfd\x79\xf7\xf9\xe2\x8f\xe5\xa3\xbe\x65\x90\xcf\x0a\xe1\xbb\x9d\xbf\x5f\xfc\xb1\xb4\x78\x19\xf9\xa1\xf2\x1c\xe0\xad\x2e\x2f\x26\x2f\x69\xdd\x4b\x8c\x7c\xa1\xbe\xae\xbf\x9c\xaf\xd1\x4b\x6c\x49\x5b\xbc\x91\xdb\xe2\x8d\x3d\xf9\xb5\x3e\xf2\x0b\x0d\xea\xfd\xaf\x0d\x4b\x52\x70\xf2\xcf\xb4\xe5\xfc\x1b\x60\xf2\x45\x68\xdd\x67\xbe\xfd\x9d\xfe\xca\x5f\xfb\x17\xfa\x2b\x7f\xe3\x3f\x69\xc6\x89\x0c\xf4\xfe\xcb\xe2\x8f\x25\x26\x7f\xd1\x8f\xf0\xae\x8f\xfa\xdd\xaf\xdd\x3f\xbb\xbf\x77\x2f\xad\xcf\xe2\x93\x24\x8c\x7e\x9c\x77\x45\x61\xe7\x6b\xe7\xcf\xce\x2f\x9d\x4b\xeb\x07\xf1\x49\x22\x76\xf0\xf2\xba\x7e\x7e\xe0\x36\x87\x49\xc0\x68\xc4\xe6\xf9\x14\x45\x8a\x53\xca\x6e\x67\x58\x91\xea\x8a\xc2\x1f\x18\x24\x66\x07\xcb\x53\x10\x96\xfa\xb8\xc8\xc7\x15\x4e\x7f\x71\xb6\xb4\x0c\x62\x33\x31\xe3\x7f\x75\x63\xd6\x0d\x18\x49\xe5\xef\x84\x75\x63\xe0\x92\x63\xb1\xac\x42\xc6\xc7\xc3\x9f\xff\x83\x5e\x11\x9b\x61\xeb\x15\x79\x46\xfc\xf9\xcf\xe8\x13\x49\x19\xb6\x3e\xe1\x13\x5e\x8b\x86\x8c\x7c\x10\x9f\xdd\x67\x7b\xc8\xb3\x03\x95\xb7\xac\xd8\x58\x7c\x51\xba\xe5\x4f\xbe\x2a\x3d\xde\xe4\x9b\x25\x59\x31\xea\xb1\xce\xc5\x62\xcb\x96\xc4\xe7\xdf\xbb\x17\x0b\x97\x2d\xc9\xa6\x68\x7a\xc5\xa0\xed\x15\x23\x1e\x83\xd6\x7d\x06\xcd\xfb\x8c\xb7\xff\x66\x49\x37\xbc\x7d\xf8\xec\x7a\x6c\xbf\x6f\x10\x29\x3e\x1c\xa7\xc7\x05\xfd\xb5\x45\xa8\xda\xf7\x50\x5d\xa0\xb6\x82\xee\x2a\xb4\x56\x8d\xff\x49\xea\x7b\x80\x53\xdb\x63\xe4\x25\xe5\xec\xaf\x4a\xad\x42\xfa\x16\xa5\xa0\xcd\xaa\x48\x7d\xa9\x30\x79\xd6\x63\x1c\xc4\x41\x6f\xe7\xb1\x10\x8d\xac\xd9\xa1\x51\xbd\xf9\xb6\x7b\x36\x67\xff\x09\xbd\x82\x40\xe8\xbf\x10\x23\x1f\x39\xe7\x17\x14\x27\x42\xc2\xd9\xe5\x35\x8a\x31\x59\x49\xa2\x14\xc2\xda\xf0\x8b\x5f\x7c\x69\xf0\xc3\xa1\x46\x5e\x17\xdb\x65\xe7\xf0\x61\xb8\xec\xda\xfc\xbf\xa4\x42\x79\x17\xdb\x25\xb9\xa2\x95\x02\xb5\x0a\xb9\xa0\xe7\xbc\x07\x0e\xbd\x98\xe7\xad\x5e\x54\xdc\x92\xf8\x36\xbb\x50\x7d\x87\xc4\xbe\xbb\xa5\x9b\x47\xfd\xee\xd5\xa3\x3e\x39\xa3\xee\x62\xb5\x24\x6f\xa8\xd3\xf5\x16\xdb\x65\xd7\x5d\xf8\x4b\xf2\x94\x3a\x8f\xfa\xf0\xfb\x51\xbf\x73\xcb\xcf\x08\x86\xce\xc8\x53\xf2\x06\x93\xe7\x34\x3c\x49\x0e\x57\x65\xee\xbe\xfd\x7c\x49\xdf\x93\xac\xe7\x42\x26\x5c\xb1\x08\xe8\xfb\xee\x53\x71\x45\xf8\x37\x45\x9e\xe5\x62\x5e\x1e\x33\x54\x31\x59\x68\x0b\x55\x65\x03\x4b\x70\xa9\x59\x89\x94\xf3\x23\x5d\x47\x79\xce\x95\xc2\xc1\x22\xda\xed\x90\xea\x84\x9b\xfb\x0b\x57\x53\x36\x45\x18\x83\xe7\xd1\xa1\x3a\x10\x5c\x65\xeb\xa4\x8e\x46\x78\x7f\x4c\xcb\xd3\xb0\x41\xeb\xfc\x50\xb9\x53\x57\x81\xc7\xee\xd7\x25\x1d\x43\xf5\x6d\x31\x37\xe0\x30\x59\x3f\xeb\x83\xfa\x59\x1f\x1f\x32\x0c\xd5\xe6\x88\x2d\xd9\x99\xaa\xcf\x8c\xa5\xb8\xab\x80\x5a\x46\x00\xa9\xfc\xcc\xa9\xb1\xe7\x04\x20\x11\x29\xa0\x39\x03\xc6\x50\x0a\xd7\x54\xc2\x0d\x90\x22\x99\x7f\xc4\xd0\x16\x37\x85\x07\x95\x36\x9d\xe7\xd2\xdd\xa7\x50\x04\x4a\x9d\xed\x8b\xd4\xb5\x37\x2c\x7f\xba\x25\x41\xfa\x21\xaf\xf2\x0a\x92\x66\x58\x2e\x59\xd9\xe9\x7b\x05\xd8\xb3\xbc\x46\xe5\xe0\x7f\xa2\x41\x2c\xfa\xd7\x15\x29\x3a\x34\xcb\x25\x15\x00\x26\x9a\xd4\x2c\x6f\x8f\xf7\xfb\xe5\x1e\xf3\xf3\xef\x7f\x3f\x49\xaf\x2e\x1e\x08\x1f\x30\xcd\x1c\x6b\x0f\xa4\xdf\x97\x36\xd6\x1e\xc0\x6d\xcb\x4d\xd7\x4d\x17\x17\x49\xff\xf8\x64\x63\x67\xab\x07\x1e\xd5\xde\x18\x0f\xc6\xa9\xd9\x9b\xcc\xc6\xdd\x9e\x61\x0e\x1e\x0c\x7b\xe3\x49\x77\xd0\x1b\x9b\xa3\xe7\xa3\xde\x74\x64\xf6\x66\x0f\xc6\xbd\xd9\xa0\x67\x18\xe3\x07\xd3\x07\x86\x6b\xf6\x8c\x49\x17\x7e\xf5\x7b\xe6\x70\xda\x9b\x4e\x27\x0f\x06\xbd\xc1\x70\xf0\xa0\xdf\x1b\x4c\x47\xcf\xcd\x61\xaf\x3f\x18\x3c\x18\xf7\x0c\x63\xf4\xc0\x1c\x3f\x18\xc3\x7f\xaf\x8c\x7f\xb4\x1f\x9f\xf0\xa6\x7f\xfc\xdf\xfc\xe8\x55\x62\x53\x89\x6b\x6f\xb2\x6d\x02\x61\xaa\xa5\x7d\x23\x2d\xbc\x4e\x38\xab\x07\xf9\x93\x82\x34\x8f\xa9\xcd\xd5\x90\x6c\x91\x2d\xab\x37\x1b\x44\xf3\x2a\x6c\x82\xe7\xc9\x22\x5b\x5a\x89\x15\x35\xa4\xea\x09\x99\x6a\x55\xbe\xdb\x17\xf9\x80\xe4\xe5\x9d\x85\xc0\x0f\x54\xa4\xcc\x0d\x20\x73\x09\x69\x58\xd7\xcb\xa7\x59\x47\x5b\x6a\xf8\xc7\xae\x59\xbf\x05\xa8\x70\x53\x6e\x3c\x5b\x64\x22\x44\x69\x23\xca\x2a\x97\x39\xb9\xd5\x2b\x57\x44\xd0\x85\x62\xf4\x8c\xf0\x9d\x1b\x32\x3b\x39\x0b\xd6\x2c\xde\x66\x28\xc1\x24\xa1\x29\xcb\xf2\xdf\xaa\x19\x0a\x5c\xb5\x31\xc9\x7d\x21\x92\xc3\x0b\x61\xc4\x28\x1c\x5a\x14\x15\x5f\xc7\x46\x7b\x93\x4c\x95\x96\x08\xa3\x36\x49\xaa\x57\xc6\x14\xee\x39\x85\x2a\xac\x92\xe8\x46\xb6\xdd\x35\xe1\xee\xa1\x62\x2c\x21\xc1\x2e\xc8\xe4\x6a\x2a\xa0\x0d\xfb\x96\x90\xd5\x75\xb5\x55\x90\x9a\xf3\x09\x55\xd2\x97\x28\xc9\xee\xea\xd7\xf3\xc8\xeb\xbc\x35\x2f\xb8\x52\xef\xe9\xbb\x50\x11\x6b\x12\x4a\x23\xda\xcf\x89\x7d\x21\x73\x8c\xb4\xba\x1e\xc9\xa5\x56\x71\xea\x77\xd4\xd7\x01\x00\xed\x4d\xbc\x4d\x99\xbc\x17\x48\xc9\xd2\xc1\xd4\x78\xf0\x53\xb6\xdb\x9d\xb2\xde\x79\x16\x6c\x36\xb7\xbb\x5d\xfe\xad\x24\xce\xa7\x94\xaa\x6f\x7a\x2e\xc7\xb8\xc5\x21\x05\xbc\x9d\xe4\xb5\x91\x10\x23\x05\x96\x94\x9f\xb6\xc2\x58\x45\xb3\x8e\xb6\x4e\xb5\x6a\xc7\xaf\xef\xc5\x58\xbf\x0a\x07\xc8\x19\x1c\x2b\x5a\x7d\x14\x20\xa9\x5a\xc1\x48\xc2\x92\x29\x73\x63\xcb\x74\x2b\x89\x48\x0c\x0a\xae\xdd\xc9\x51\xd7\x6e\x3c\xaf\x95\x5b\xf9\xe4\x96\x2d\xde\xd4\x6e\x76\xca\x3a\x5a\x25\x84\x5a\x7b\x2c\xb3\x6d\xc0\x48\x40\x74\x87\x76\xcd\x9c\xcb\x20\x3b\x2b\x9e\xbe\x88\x3c\x6d\xd9\xf0\xfa\x7c\x54\x16\xd1\x12\x14\x90\xb9\x9f\xd9\x3b\x46\xef\x82\xf4\x2c\xde\xba\x2b\xeb\xd4\x84\xa4\x6f\x4a\xd6\xc5\x33\xbe\x10\xdf\xb1\x9e\x84\xd8\xed\x50\xf9\x83\x9e\x1a\x44\xc6\x5a\x6e\x58\xe2\xc7\xc9\xda\x8e\x5c\xa6\xeb\xc5\x82\x3d\x0c\x3f\x5f\xf3\x15\xb4\x8e\xaf\x98\x46\xde\x30\x75\x9c\xdf\x94\x17\xd0\x29\xb8\x7a\x51\x7c\x8d\xf0\x09\xeb\x7e\x64\x4f\xfa\x86\xae\x57\x1a\x37\x49\xd1\x50\x63\xa4\x79\xad\x2d\xfe\x62\x0a\xf5\x7a\x5a\x36\x58\xf6\x17\x72\x96\xc8\xad\xc3\xd9\x74\x58\xda\x25\xe7\x21\x96\xf2\x09\xeb\x39\xe1\x36\xd1\xf5\xd3\x4c\xf0\x22\xbd\x20\xfd\x14\xa4\x81\x13\xc2\xd2\xe2\x65\x48\xde\x37\xfb\x9e\xd1\xa6\x0c\x64\x62\xd0\x74\xbd\xa9\x2c\xef\xcc\xbc\x21\x0c\xc3\xd2\x34\xf2\x9c\xd1\x47\x6f\x3e\xbe\x7e\xf1\x60\x77\x96\x04\x1e\x8b\xb2\xff\xf3\x48\x66\xcd\x7a\xcf\x30\xb9\x64\x75\x12\x29\x92\xf4\x9e\xc5\x0d\x89\x21\x3d\x35\xb5\xd0\x9e\xd8\x49\x60\x5b\x77\xae\xc8\x7f\x9c\x87\x01\xb3\x9b\x8d\x1d\x79\xcc\xcb\x43\x81\x89\xc7\x42\xfb\xd6\x32\x88\x27\xb7\xa0\xb5\x18\x18\x06\xe9\x8f\x8c\x25\xb9\x60\xd9\x07\x85\x9b\x91\x39\x1f\x44\xe8\x3b\x67\x07\xdf\x45\xcf\xc3\xc0\xbd\xe4\xa7\x6a\x70\x11\xc5\x49\x19\x66\x95\x5a\xa7\x26\x09\x38\x77\x2d\xa6\xa0\xf6\xf3\x99\xb8\x8c\xa0\xaf\x3e\xfb\x89\x39\xf1\x36\x72\x99\x65\x10\x3e\xc7\xe5\xda\xe7\x83\x24\xe4\x46\x6b\x61\x10\xd3\x58\x92\x38\x7a\xea\x67\x2c\x39\x74\xca\xd9\x93\x38\x12\xa9\x80\x9b\xcb\x9e\x03\xc1\xad\x3f\xfd\xe9\xd0\x2f\x82\x3f\x96\xcc\xd8\xe1\xd3\x03\x04\x6f\xe2\x6d\x94\xd5\x1f\x7e\x5c\xc5\xd7\x4d\xcf\x0e\x30\x9e\x25\xc1\xc5\x45\x35\xfd\x33\x7f\xfc\x47\x94\x35\x17\xc0\x98\xbf\xdb\x66\xe9\x41\x4f\x14\xc7\x4d\x88\x4c\xdb\x84\xdb\x8b\x20\x4a\x4b\xef\xc4\xdc\x65\xf2\x8e\x8b\x05\x11\x9f\x02\x91\xc6\x60\x15\x5f\xbf\xcb\x07\xe7\xd4\x24\x99\xa0\x1d\x06\xc9\x7b\x20\xb6\x1e\x48\x4b\x0f\xfc\xd8\xdd\xa6\x5a\x5e\x24\xb2\x50\x8a\xfc\x4c\xe4\x4e\xc9\xc7\xc3\xf1\xa8\x69\x71\xc4\x0a\xa8\xe5\xb3\xe1\x0f\x45\x16\x1a\xa0\x54\x77\x1c\x05\xaf\xf2\xea\xec\xcd\x6f\xbc\x4c\xe0\x83\x35\xe0\xdb\x5c\xfc\x10\xf1\x98\x9c\x8b\xcb\x57\xb5\x46\x82\x88\x25\x59\x60\x73\xf8\xb5\x7d\x23\x42\x4f\x06\x23\x83\x24\x71\xc8\xf8\x40\xc4\x61\x16\x6c\x34\x92\xad\x18\x17\x63\x34\xf2\xcf\x6b\x7e\xec\x5b\xb3\xd9\x6c\xb6\xc7\xe4\x03\xab\x04\x35\x5e\x32\xac\xa4\xac\x28\xcf\x0a\x8a\x58\x4f\x0e\xa7\x70\x7e\x3c\x16\xb3\x91\x94\x0a\xe0\x3c\x89\xa3\x1d\x6e\x99\x1a\xce\x95\x71\x71\xb4\x50\xfb\x72\x1a\x3e\xe7\xff\x59\x01\x6e\xb1\xfe\x54\x22\xda\xf6\x44\xe5\x53\x7e\x3a\xce\x51\x65\xa4\xa0\x01\x5b\x86\xb2\x9e\xfc\x41\x16\x6c\x89\xb9\xc0\x50\xdf\xba\xf3\xbb\x7d\x63\x62\x5b\x94\xcd\xd5\x91\xfa\xbb\x41\x4f\x71\x09\x46\x2f\xb1\xe8\xb2\x3d\xc6\xd8\xfa\xc0\x8e\x0f\xd5\xc1\x9d\xc5\x70\x74\x03\x59\xee\x6a\x9d\x04\xcb\xac\x8b\x70\xaf\x28\x18\x93\xa3\xe2\xb2\x48\xf0\x04\x94\x2f\xa3\x71\x8e\x59\xe4\xbb\x89\x4e\xc0\x79\x2b\x4b\x6e\xef\xe0\xf7\x2f\x1f\xdf\xbd\xed\x6d\xec\x24\x05\x96\xd4\xb5\x33\x17\x92\x23\x0a\xd8\x32\x87\x84\x08\x09\xe1\xef\x9b\xcf\x33\x56\x2e\x42\xe0\xa4\xf4\x70\x64\x2f\x19\x14\x10\x70\xd6\xe4\xdf\xb0\xfc\xa4\x77\x35\x32\x0b\x0c\x3d\x2f\xe9\xe5\x05\x70\xd1\x6a\x49\x1f\x6b\xa5\xa4\x4a\xb5\xcb\xea\xf2\x79\xb5\xf6\x9c\x6f\x3f\x4b\xf3\x58\xea\x26\x81\xc3\x3c\xe7\x56\xb3\xaa\xf0\x7b\x95\x4f\x7e\x5b\xf0\x53\xe5\x35\xbd\x0a\xbf\xf2\x5a\x59\xf5\x57\xe5\x75\x10\x10\x84\xcd\xe6\x99\xb8\xa2\xfa\xad\xbd\x66\x54\x13\xf3\x24\x74\x78\x16\x6a\x28\x4a\xaf\x2e\x64\x31\x01\x76\x76\x9e\x55\x92\xcc\x33\x6c\xbd\xe5\xf2\x37\x3f\xcd\x95\x1e\xfc\x26\x3b\x78\xa1\x2c\x57\x3c\x47\xd0\x6f\x4d\xc3\xa4\x76\x2f\x70\x01\xa2\x26\x78\x28\xce\xdf\xa2\x18\x14\x24\x05\x79\x99\x8b\x51\x28\xea\x5a\xac\x72\xc7\x72\x59\xa0\xdc\x4a\xce\x54\xad\x05\x5c\x19\x2c\x59\x0b\xe8\x08\x49\xe8\x1a\x3a\x2c\x2f\x4c\x2b\x72\xb1\x3a\xf1\x8d\x95\x15\x33\x9a\xd4\xed\x70\x8d\xd7\x7f\x97\x11\xb5\x72\x24\xf3\x85\x0e\xce\x70\x82\x0c\xfe\x87\x98\xc4\x7c\x60\xce\xca\xb7\x03\x95\x13\x07\x0d\x3a\xb6\x7b\xe9\x25\xf1\xe6\x3f\x6d\x33\xaf\x2f\x38\x7b\xe5\xe2\xf6\xda\x5a\x23\x89\x5c\x72\x87\x4b\xc9\x89\x6f\x34\x92\x1c\x61\xf4\x35\xa9\xcf\xc0\x07\x50\x99\xed\x80\xa8\xa7\x11\xad\x6b\x6a\x79\x42\x47\x68\xa8\xe8\x49\x80\x12\x12\xe5\x8e\xa8\x3f\x33\x94\x41\x84\x5e\xcf\x89\x6f\xc0\xf3\x34\x27\x9a\x29\x0d\x84\x6e\xed\x24\xea\xc1\x89\x32\x8f\x9b\xba\x04\x45\x1a\x91\x30\xd8\x8a\x0f\xe2\xd0\x55\x38\x4c\x0e\x72\x30\x47\xbd\xe2\xec\x6b\x6e\xa1\x28\xe6\xad\x14\x3f\xda\x5b\x2a\xe1\x31\x89\x7a\xf2\xcc\x6c\x46\x2d\x0b\x35\xbe\xd7\x5a\xf1\xe5\x40\x98\xc4\x52\x9a\xcb\x0f\x5f\x9a\x2b\xba\x95\x97\xc9\xcb\xe6\xe5\x57\x91\x2b\xa3\xfc\x4d\xa2\x1e\x3f\xb1\x0f\xba\xc4\x1f\x6a\xb2\xb0\xb1\x3b\x00\xc0\x27\x5d\xce\x51\x91\xce\x10\xf6\x7c\x52\x6e\x79\x28\x28\x7e\xed\x76\xbf\x31\x64\x13\xc8\x1b\xbf\x11\x77\x44\xf0\x79\x9d\xa7\x73\x99\x51\x01\x32\x14\xe6\x5e\x85\x71\xe5\x4e\xef\x94\xbf\xb5\x4a\x83\x5e\x33\x24\x61\xf9\xa1\xd7\x5e\x66\xa5\xba\x5e\x47\x55\xa4\x39\x3c\x5c\xf3\xf9\xa6\x27\xd1\x37\xad\xfb\xdf\x18\x8a\xca\x17\xaa\x92\xda\x04\xce\x26\xe5\x41\x84\x49\x80\x24\x70\x59\x29\x4f\x99\x91\x71\x0e\x54\xf0\xd0\xc1\x7e\xff\x0f\xeb\xfd\xf0\x03\x74\x89\x9e\x1a\xb0\x7d\xfe\x60\xd4\x24\xcf\x18\x5d\x2c\xc9\x2b\xfe\x7f\xb9\x91\x3e\xa9\xdc\x08\x81\xcb\x28\x88\x4d\x52\x12\x92\x2d\x71\x89\x47\x81\x5b\x69\xe4\x1c\xf6\xe4\x6f\x86\x50\x42\xb3\x4a\x6a\x87\xe4\x9e\xe4\x11\x05\x13\x95\x2c\xb2\xa5\xae\x23\x48\x26\xc1\xbf\x17\xce\x77\xe0\x7f\x09\xf2\xa5\xcf\xff\xdb\xf0\xff\xd6\xfc\xbf\x2b\xde\xfd\x0b\xea\x32\xf4\x85\x78\xbd\x06\x59\x04\x13\x87\xfe\xc1\x3a\x1d\x72\x4b\x91\x4b\xbd\x82\x33\x68\xf0\x25\x52\x7a\xe4\x2a\xde\x44\x94\x52\x48\xcf\x78\x4e\xef\x02\xcf\x72\x48\x43\xec\x13\xd0\x3d\xf1\xfd\x75\xee\x87\x0e\x6c\x39\x4c\x89\xe5\x11\xe1\xb6\x7e\x17\xa4\x2f\x4a\xe5\x7b\x21\xa1\x02\x5f\x9d\x4a\x11\x86\x97\xf1\x9f\x20\x90\xe4\x3f\x84\xd0\xc1\xf9\xeb\x9c\x35\xbb\x25\xa0\xc7\xfb\x89\x4b\x7e\x52\x79\x57\xb9\xe0\xab\xa2\xe5\x8b\x30\xa9\xfc\x0e\x30\x11\x97\x44\x3f\xcd\x29\xca\xcf\x89\xbd\x66\x28\x86\x5b\xe8\xb2\xf7\xd0\x69\x55\x41\xc1\xb9\xb6\xf3\x42\xb0\x2e\x7a\x8a\xef\x7e\x42\x5a\x55\x5c\xd3\xc8\xe2\x9c\xf0\x89\xfb\x01\xe5\xae\x66\xe7\x72\x81\x46\x2d\xeb\x26\x2f\x17\x7c\xee\xa1\x14\x0a\xbe\x5c\x12\x88\x46\xe4\x33\x3f\x62\x9a\x66\x1a\x36\x7b\xc3\x73\x5d\x47\xbf\x21\x9c\x2f\x92\x46\x10\x48\xa8\x59\x11\x87\x74\xfd\x34\xaa\x3e\x99\xaf\x18\xaa\x01\xb5\x04\x61\xb2\x43\x02\xc7\x19\xb9\x6e\xce\x19\xc2\x09\x6a\x45\xf5\x06\xef\xaf\x46\x5e\x23\x4c\xfe\x46\x98\xdc\xe8\xfa\x0d\x1c\x76\x7c\xf0\x2a\xcb\x4e\xd7\xd1\x9f\x08\x13\xc6\x50\x4b\xe7\x12\xf6\x75\xcb\xd2\xac\x36\xf3\x85\x4a\xb0\x8a\x4d\x8d\x7a\x10\x41\x08\x30\xe1\x8a\xe8\x9e\xcf\xf7\x1e\x56\x8e\x64\xbd\x2a\x26\xa2\xf3\x5e\xbe\xa4\x50\x21\xc4\xb0\x3d\x5f\x69\x35\xe9\x5a\x28\x7e\xce\xeb\xfa\x1b\x92\xd1\x86\xa5\x47\x12\xaa\xac\x48\xb9\xab\x48\x44\x4b\x65\x94\xae\x9f\xca\x45\x23\xee\x56\x20\x01\x4d\x19\xca\x1f\xe5\xaa\x12\x62\x70\x11\x20\xff\x25\xe4\x13\xc4\x76\xbb\x6c\xb7\x4b\x76\xbb\x68\xb7\x7b\x8f\x70\x6f\x65\xa7\x2a\xe1\x0e\x52\x68\x8d\xf3\x5f\x08\xc6\x83\x6f\x4f\x3e\x10\x4b\x72\x6a\x62\x02\x79\x91\xf2\x76\x44\x21\x3a\xe7\x04\x8c\x6f\xa3\x83\xd7\xa3\xa7\x06\x79\x8a\xb0\xae\xa3\x17\xf2\x10\xbe\xe2\x05\x41\x18\x64\xb7\x54\xbb\x12\x40\x9a\x98\xf6\x67\x88\x4f\x78\x8e\x40\x52\x88\xdd\xae\xa8\x59\xaa\x20\xa9\xc8\xd0\x8b\x39\xea\x3c\xac\xea\x12\xe1\x93\x73\x86\x16\x31\x70\x44\x71\x7e\xbe\x2e\x89\x81\xf7\x21\xad\x4f\xc4\x49\x53\x67\x75\xfd\x74\x0d\xaf\xb1\xe6\xdd\x7e\x51\x49\x34\x4e\x1a\x7a\x91\x8f\x42\x55\x1b\x24\xde\x37\x2f\x2b\x19\x1f\xc9\x44\x5e\x22\x91\xbe\x9e\xf7\x32\x2a\xb9\x78\xe8\x7b\x42\xa2\x25\x09\x30\xb9\xce\xbf\x97\x23\xb4\x7f\x8b\xc4\x06\xf1\x19\x7a\xc5\xc8\x79\x7e\x87\x29\xe2\x6b\xaa\xba\xac\x81\x71\xae\x06\xf4\x1c\x0c\x2b\x7f\x41\x98\x5c\xf8\x0d\xb3\x8b\xc9\x41\x9f\x75\x1d\xde\x45\x5d\xef\x9f\x10\xab\xa4\xe3\x2d\x31\x03\x15\x2f\xf0\xc2\x2f\x81\x17\x5c\x3d\x83\xca\xa5\x1a\x72\x16\x60\xf1\xcb\x36\xa5\xd2\x90\x24\xf4\x3d\xc2\x8f\xc5\x6b\x41\x89\x42\xd0\x74\x9d\xf3\x4e\x97\xac\x80\x86\x0c\xd1\x89\x14\xaf\xb3\xb9\x9a\x9b\x19\x54\x09\x90\xc8\x02\x97\xcc\xfe\x0b\x18\x1b\x95\xc9\x78\x81\xc9\x9f\x08\xef\x11\xef\xde\xaa\xa6\xaf\x12\x5b\xf6\xf4\x7f\xb8\x67\x9b\xb6\xa5\xd9\xbe\x2d\xf9\x5e\x81\x11\x7c\x05\xe6\xec\x72\xdb\x9d\xaa\xdb\x8e\x17\xc2\xb6\x6b\xd9\x75\x26\x39\x98\x18\xc9\x52\x00\x9b\xd1\xbe\x25\x4b\x56\x0d\x61\xf2\x4a\x12\xe4\x62\x9b\x05\xb0\x7c\x1b\xc4\x8e\x93\x86\xb5\x83\x60\x3b\x12\x7b\xc9\x29\xf9\x75\xfe\xbd\x68\xa1\x5c\xd2\x07\x75\xe7\xb5\x65\xc7\x59\x97\xfa\xc2\x3b\x9c\x16\x5d\x7f\xa1\xcc\x7f\xf5\x97\xba\x04\x74\x3d\x43\x62\x51\x46\xe4\xbc\xb7\x8d\xd6\x7c\x0b\x60\xab\xf8\x5a\xac\x85\xcf\x41\xb6\x7a\x5d\xac\xbe\x20\xab\xde\x4d\xfe\x1c\xe1\xe3\xe6\x86\x0b\xd8\xac\xcf\x18\xff\x72\x81\x18\xde\x4b\xdf\x04\xab\x71\xfb\xc8\x05\x43\x4f\x0d\xb8\x20\xec\x10\x90\xf7\xa8\xb2\x95\x8b\x1a\xe6\x9e\xc8\xae\x37\xa3\x2e\xc6\xa7\x01\x89\xa4\x07\xba\x8e\xfe\x3a\x7a\xb0\x16\x47\x68\x39\x48\x18\x93\x23\x03\xae\x8a\x10\x2f\x30\xe7\xc1\x5f\xb1\xa3\x01\xba\x7c\x7d\x03\x23\x7a\x48\xab\x4c\x92\xef\x08\xbe\x72\x80\xa8\xe0\x7d\x53\xb4\x60\xc3\xb6\xdc\xed\xd0\x79\xef\x90\x9b\x84\x41\x28\xde\x85\xf3\x73\x24\xbf\xe2\x4a\xbe\x29\x69\x40\x56\x90\x37\xf9\x24\xef\x8b\x08\x4e\xf4\x7a\x42\x67\x9d\x2b\x00\xcf\x65\x7e\xf2\xfc\x39\x3a\xc7\xe4\x05\xbd\xce\xbd\x1e\x6e\xe8\x75\x2f\x97\x61\x4e\x5e\x34\x0a\xe9\x20\x63\x25\x71\x9c\x81\xa8\x4b\x5e\xf4\x02\x2f\x97\xbc\xb4\xce\x79\x2f\xf0\x0a\x0e\x89\xbe\x20\x79\xc7\xe9\x39\x79\x51\x7c\x85\x2e\xbc\xa3\xb7\xad\xb1\xd7\xac\xe7\x47\xe8\x1c\x66\xf3\x23\x65\x35\x66\xa0\xc6\xa1\xe5\xea\xc6\xcf\xa8\x64\xd6\x60\x38\x84\x66\x5e\x1e\x23\x5e\x4f\x55\xd7\xeb\x3a\x9c\x40\x2f\xda\xf6\x0a\xe8\xec\xb5\xda\x99\xd2\x40\xf9\x1b\x97\x73\xd3\xbc\x8a\x75\xd9\xd2\x5a\xc8\xec\xab\x4a\xba\x7c\xd6\xda\x9c\x64\xae\x04\x17\x5b\xfa\x3a\x28\x9d\x16\x19\x9a\xd0\xb7\x10\x02\xbe\xff\xa1\x67\xe7\x8a\xa1\x53\xe1\x0a\x15\x4e\xae\x48\x30\x50\x73\xf2\x98\x33\x6b\xc1\x88\x6a\xd8\x7f\x83\xca\x0b\x47\xe2\x10\x42\xb2\xcf\x50\xd5\xf6\xff\xb4\x60\x78\xa4\x8e\xf4\x14\xa9\x7c\x03\xb4\x2a\x17\x6d\x6e\x37\x2e\x24\x69\x45\xb1\xf8\xbe\x34\xe1\x6d\x77\x3b\xc5\xa6\xf9\xbc\x78\x07\xce\x49\x96\xdb\xbf\x48\x44\x30\x07\x73\x76\x83\xd1\xf9\xb2\x44\xf9\x33\x43\x2f\x94\xc6\x3e\x28\xab\xb3\x81\x50\x1d\x12\xfe\xdd\x4e\x35\x17\xdb\xba\xae\x09\x13\x10\xa5\xd4\x86\x2b\x19\xe7\x86\xa5\x9e\xc2\x7c\xbd\x10\xfe\x50\x1c\xc3\xfc\xa7\xd2\xfc\xdf\x08\xdf\xe5\x27\xe3\x26\x86\x45\x01\x53\x9b\x36\x73\x24\x07\xbd\x99\x6b\x9a\x25\xf8\xd3\x82\x67\x14\x06\x1d\xaa\xf1\x3d\x2b\x50\x88\x27\x95\xb4\xe2\x8a\x05\xfe\xa4\x7e\xeb\x90\x81\xc9\xbb\x06\xba\x9c\xe0\xbb\x64\xc1\x96\xba\xce\xff\xaf\x3b\xce\x80\xef\x89\xae\xa3\x82\x4f\xc5\x25\x50\x54\x31\xcf\xbc\x45\x39\x73\x5a\x9c\xc4\x49\x60\x43\xc4\x44\xa1\x64\xce\x2f\x4f\x05\x8a\xa0\x75\x4a\x23\x4d\x44\x39\x55\x3a\x59\x95\xe3\x5b\x11\xfc\x76\x3b\x76\x34\x99\x0f\xab\x5f\xcc\xdc\xc8\x99\xe3\x9a\xff\x44\x42\xb2\x79\xd6\xd1\x1e\x68\x9d\xc8\x8a\x30\xd8\x53\xf2\x4c\x1e\xba\x9e\x15\x79\x25\x23\xa2\xda\x66\xe6\x07\x48\x02\x6c\x1d\x8a\xa5\x09\x64\x58\xd8\xab\x29\xd9\xf1\xdd\xe9\x47\x85\xa5\x57\xed\x20\xba\xfe\xfd\x6f\xde\xb0\x8e\xea\x7d\xab\x51\x5e\xd2\x40\xfd\x18\xa5\x7c\xd3\xcd\xb5\x2c\xd9\x32\xcd\xd2\x7c\x3b\x4c\x99\xd6\xf4\x46\x0d\xf2\xb9\x62\xca\x40\x82\x95\xb9\xcf\xa1\xe1\x02\x93\x67\x8c\x3e\xbb\xf7\x0c\xbf\xa8\x60\xff\x59\x46\x0f\x9e\x22\x55\x74\x45\x9b\xdd\x4e\xe0\xf6\xb8\x94\x00\xae\x4e\x7c\x9f\xe2\xdd\xae\x71\x8f\xbd\x28\xd9\xb7\xfc\xfe\x41\xc9\xfa\x72\xaa\xd3\x50\xc6\x8b\xca\x06\xf3\xdb\x31\x9b\x65\xbe\x56\x4a\xef\x86\x81\x7b\x09\x44\x5e\x22\x10\x49\x17\xc4\x81\xa7\x98\xb8\x41\x49\xc0\x96\xf8\x04\x0c\x50\x39\x3a\xc5\xfd\x80\xb3\xc2\x6d\x2c\x88\x64\xc8\x7c\xce\x59\xb4\x78\xaa\xf9\x9c\xc3\x6b\x62\x8c\x76\xbb\x57\xa8\x6a\xac\x40\xf8\x6e\xc3\x39\xc8\xe2\xc9\x1f\xe2\x89\xe2\x83\xf7\xac\xa0\xd8\xcf\x11\x3e\x69\xba\xde\xa1\x9c\x18\xf2\x33\xe1\xa4\xa7\x09\x48\x5c\xe8\x18\x79\x1c\xc6\x66\x47\x60\xe4\x05\x27\x7f\x1c\x87\x12\x6b\xec\x1f\x0e\x54\x76\xf5\x55\xad\xab\xed\x4b\xb4\xda\xdb\x46\xb8\xc3\x0e\xb7\x83\xd5\xfa\xdc\x0e\xd8\xd8\xed\x4f\xaa\xb1\xfb\x12\x61\x2e\x2b\xd5\xae\x8c\xcc\x57\xaa\xa4\xf0\x37\x9c\x18\x69\x89\xdc\x69\x11\x26\x19\x9f\xd7\xc0\x47\x60\xd1\x2c\xec\xc9\x08\x9f\x54\x21\x53\x4c\xc4\x03\xdb\xf3\xa0\x5e\x4a\xa3\xb2\x1f\x5f\x51\x46\x84\xc9\xa8\x48\x05\x01\xc7\x01\x17\x27\xbf\x9f\x68\x35\x4c\x9d\x40\x4f\xae\x84\x63\xe2\x5d\xc4\xa5\x6e\x46\xc0\xc9\xf9\xec\x76\xc3\xac\x8c\xac\xec\xc8\x0b\x59\x62\x25\x6a\x62\x9b\x0a\x81\xf8\x5c\x30\x28\x6f\x40\x26\xfd\x5a\x9d\x82\x97\x44\xbd\xb5\x05\x93\xaf\xea\x44\xfe\x5a\x2d\xc4\x44\x61\x6a\xe4\x5b\x91\xdc\x2b\xf2\xd1\xff\x49\x3b\x8f\x0a\xb5\xf8\xb3\x38\x0e\x99\x1d\xe1\x96\x77\x0d\x38\x9f\x67\x47\x5b\x3b\x84\x6b\x31\xb1\xbc\x22\xe2\x2b\x62\xe4\x25\x26\x4c\xde\x14\xa1\x70\x82\xd6\xd7\x2a\x7f\xf9\x6b\xe5\x9a\x08\xc1\x8d\x58\x5f\xd1\x73\x36\x17\x3f\xe2\x6d\xa6\x59\x9a\x13\x6e\x13\x8d\xfc\x7e\x08\x1b\x44\x80\xb1\x00\x25\xbf\x8b\x33\xa9\x18\xb5\x1f\xf8\xa8\xdd\x93\xb3\x28\xf6\x84\xcb\x7a\x31\x1f\x10\x8c\x22\x67\x44\x8d\x47\x39\x69\xf6\x66\x03\xd3\x08\x70\x11\x57\x74\xa1\xb0\x94\x2f\x55\xf7\xc4\x53\xb3\x4a\x55\xa5\x4c\xaa\xeb\xa7\xbf\x40\x0e\xd2\x53\xbf\x48\x95\x5a\xf0\x64\xa8\x70\x5d\xb4\x15\x67\x45\xa0\xff\x27\x36\x65\x70\x23\x43\xe5\x0a\x59\x90\x35\x9a\xe4\x7d\x70\x18\xd5\xf5\x67\x4d\x7e\x97\x4a\xce\x4d\x99\xa0\x45\x12\xf4\xe2\xb4\x01\xb2\xfc\x0d\x5c\xfe\x13\x63\xb7\x5b\xf1\x77\x51\x55\x30\x15\xf2\x7e\xc8\x03\x72\x9e\xcd\x82\xd4\x30\x4d\xcd\xae\xe8\x69\x02\xcc\xd9\x69\xa4\xeb\x09\x24\x90\xa9\xa4\xb6\x2e\x67\x51\x90\x09\xa1\x14\x53\x73\x58\xef\x76\x2f\xd4\x9f\x27\xca\x49\xad\x34\x54\xb9\xfc\x4d\xcd\x97\x5d\xdc\x62\x5c\x7c\xff\x52\x26\x74\x6b\x88\xa5\xcd\xbb\xa3\x5c\xb9\x11\x14\x3f\x3f\x42\x74\x04\x5c\xc1\x51\x3f\xba\x85\x1b\x1d\xb1\xe9\x86\xa1\x40\x0d\x5f\x4a\x69\xd0\x9a\x25\xf2\x34\x2d\x73\x6d\x43\xc4\x59\x71\xb1\x17\x64\x53\xe2\x62\xd2\xa6\x77\x6b\x19\x64\x2b\x6e\xfe\x92\x4f\x05\x0c\x14\xb8\xf9\xfd\x5f\xb2\x28\x64\x7e\xd6\xbb\xb1\x0c\xe2\xc9\xeb\xc0\xe4\x73\x00\x82\x82\x95\x48\xad\xdc\x8d\x3a\xe1\x8f\x31\xf1\x69\xd4\xcd\x93\xd0\x76\xb7\x3f\xc6\x64\x23\x93\x30\x77\x93\x8e\xfb\x63\x4c\xd6\x34\xe9\xca\x0c\xb6\x5d\xef\xc7\x38\x1f\xba\xd5\x6e\xe7\xef\x76\x9b\xdd\x6e\x0d\xda\x25\x50\xa6\x48\x1f\xef\x17\x0d\xc9\xcf\xf2\x3d\xa4\x24\x69\x6e\x34\x53\x28\x9b\x44\x5c\xac\x90\x3b\xfd\xcc\xef\x94\x1c\x3b\xad\xf7\x0f\x13\x65\x96\xac\x24\xb7\xd9\xed\x85\x47\x1c\x3e\x20\x89\x84\xef\x28\x30\x29\xc1\xc2\xc4\xb5\x2c\xe6\xbf\x20\x95\x4b\x3b\xc2\x33\xe9\xfa\x0a\x54\x2f\x87\xac\xae\x60\x7a\x0e\x94\x6b\x5c\x4c\xac\x37\xf9\xbb\xca\x2e\x1f\x34\x96\xd3\x4a\xfc\xc4\xd0\xf5\x7c\xaf\x9c\x02\x57\xdc\xc2\x48\xf2\xb3\x3c\xb4\x33\xe6\xe5\x56\xa9\x0a\x67\x59\x29\xc3\xbb\x5d\x52\xbd\x84\xf6\x17\xc5\xe9\xfc\x54\x65\x67\xdf\x20\x7c\x9a\x6f\xba\xb2\x77\x70\x4e\x69\xd5\xeb\x25\xff\x44\xf8\xee\x2f\x94\xe7\xd1\xcc\x4d\x83\x7c\x47\x56\xdc\x1f\x61\x5f\xaa\xd9\x2b\xb2\x32\x73\x8d\xc8\x6e\x7f\xe8\xf4\x4a\x6c\x08\x38\xaa\x58\x22\x52\xfa\x14\xe1\x39\x88\xd7\xc2\xbe\x2f\xcc\xb6\x5b\x1a\xcf\xef\x1a\x57\x8b\x15\x93\x6a\xe2\x48\x2b\x3e\x48\x70\xfb\x1e\xe1\xbd\xc5\x88\x4b\x17\xb5\x2c\x3e\xf9\x11\x2f\x73\x13\x59\xc1\x91\x20\xf6\x02\xb6\x12\x93\xdb\xcf\x63\x71\xfb\x22\x16\x77\x24\x63\x74\x47\xfb\x7a\xfe\x97\x83\xfa\xa3\x12\xa2\x96\x66\xab\x00\x2d\x13\x20\x29\xe9\x64\xa4\xae\xe3\xde\x6c\x5c\xed\x37\x31\x1c\xbf\x04\x25\xf0\x51\xa1\x3d\x2f\xb8\xc1\xc7\x0b\xad\x4c\x93\x44\xb4\x83\x80\x27\xa2\xe5\x21\x4e\x4d\x2e\xf5\x0c\xdf\x29\xd5\xc1\xe7\xad\xd1\xeb\x48\x69\x42\x0d\x74\xb7\x1a\x22\xb0\x16\x95\xf8\x2a\xad\xc3\x96\xcd\x28\xb5\x0e\xf8\xb7\x59\x49\x8b\xcf\x8d\xd6\x11\x47\x6d\x53\x24\xd8\xdd\x7e\xbf\xdf\x2f\x4f\x40\xb5\x9f\xea\xba\x9b\x73\x8d\x6a\x94\x6d\x31\x57\x79\x4e\xe4\xb4\x08\xe9\x1f\xec\xf7\x98\x88\x4a\x52\x89\xe1\x92\x3c\x1a\xa2\xbc\x6a\xb6\x4c\x15\x09\x4e\xb0\x07\x06\x64\x1a\x30\xb4\x25\x2f\x0e\xcd\xf4\x89\x1a\xba\x1a\x91\x4a\x82\x37\x2b\x54\x6e\x43\x74\x2b\x8c\xd8\x5f\x42\x5d\x59\x37\x52\xd7\x1f\xf5\xa4\xae\x1a\x35\xf4\x08\x6e\xfc\xad\xa4\xfa\x2e\x38\x97\x35\x43\x2f\x0e\x6f\xb6\x97\xc1\x9b\xa5\x72\x78\xa9\xa9\x5d\x02\xae\xe3\xae\x45\xe0\x64\xba\x0e\xf2\xab\x74\xe9\xce\x45\x57\xf2\xac\x20\x4a\x1f\x10\x17\xa2\x12\x7a\x86\x30\x09\x68\xb2\x30\x96\x24\xa6\xc9\xc2\x5c\x9e\xa8\x24\xaf\x50\x38\x06\xba\x1e\x43\xf2\x9d\x18\x93\x6c\x1e\xb5\x45\x5b\x9d\x83\x4e\x18\x89\x88\x2b\xab\xf8\x55\x74\x1a\x48\xad\xb0\x65\x35\xf6\x1b\x3a\x5d\x38\x9c\x17\xdd\x3e\x54\x14\x09\x65\xc3\xb7\x6b\x6f\xbf\xe9\x24\x5b\x54\x98\x7b\x85\xd7\x52\x72\x4d\x0b\x06\x56\x1c\x7c\x45\x00\xc7\x07\x74\x6a\xe2\x93\x6c\x1e\x1c\x19\x97\x36\x23\x8d\x18\xaa\x98\x36\xbb\x34\xa0\x06\xdb\x10\xa8\xad\x40\x47\xf1\x0a\xa9\x1c\xe5\xd7\xfb\xb2\xc7\x5f\x16\xae\xe3\x65\xd6\x5a\xd5\x97\xfc\xe4\x48\x7c\x8d\x2a\xad\x9d\x41\x58\x7e\x1e\xa1\x73\x08\x2b\x04\x9e\xa7\x2c\x77\x70\x6c\xce\x7e\x26\x5c\x80\x92\x3d\x5f\x7f\x0d\x4a\x26\xe1\xa6\xbb\x60\x4b\xab\xa1\x50\x44\x8d\xbd\x8d\x3d\xc6\x5b\xd5\x20\x75\xef\x1c\x02\xe0\xac\x06\x7d\xfa\x9a\xa1\xe2\xcd\x0e\xb6\x19\x13\xf7\x5c\x1f\x4d\xbc\x9b\xe9\xfa\x27\x86\x32\x12\xa9\xb7\x35\xcb\x40\xbd\x44\xb8\x77\xf1\xe1\xab\xf4\x3c\x58\x18\x4b\x2b\xd8\x7f\x65\xb9\xeb\x3d\x78\x8f\xd0\x4b\x46\xbe\x82\x12\xf0\x27\xf5\xa9\xfa\x8a\xaa\xcf\x59\xa3\x94\x9e\xe1\xbb\x4b\x70\x2e\x63\x32\xc1\x12\xc7\x28\x25\xa9\xd7\xd1\x66\x9b\xd1\x77\x0c\x46\xfe\x33\x6b\x48\xbf\x53\xa6\xfb\x9e\xdf\xf1\x03\x9e\x73\x25\xec\xc6\x0d\xb7\x9e\x88\x78\xce\xcd\xd5\x27\xaf\x5a\xc2\xdc\x04\x1a\x21\x11\x26\xb0\xc2\x6e\x19\x4a\xf0\x5c\x49\x37\x4b\x29\x4d\xac\x5c\x6e\x00\x9f\xf1\x3c\x43\xfe\x69\x91\x63\x95\xd5\x8c\xe5\x27\x4c\x71\xb1\x29\x62\x80\xa2\x3d\x26\x2c\xd7\x9e\xb1\x26\xb3\x5f\x63\xb5\x40\xe4\xcf\xdd\x93\x1f\x0e\xc2\x96\x20\x2f\xe1\xff\xc7\xee\xec\xfa\x7f\xef\xb2\x2e\x7e\xda\xbe\x64\xb4\x61\xd1\xd7\x2f\xa0\xcf\xc9\x48\xc4\x45\x42\x12\xd3\xc5\x12\x58\xd1\xf8\x8a\x25\x49\xe0\xb1\x94\xa4\xfc\x51\xc8\x17\x46\x41\x91\xb6\x08\xdf\xc5\x5c\x04\x6c\x35\x4a\x16\xe3\x50\x39\x6e\x5d\x38\x25\x5a\xc2\x0c\xe7\x99\xcc\xf1\x8c\x38\x8f\x23\x6d\xe8\xa8\xaa\x6e\xf2\x94\x46\xea\xcd\x2b\xf2\x71\xbe\x72\xca\x48\xdf\xfc\x49\x39\x22\x01\xbe\x4b\x50\x00\x97\x9b\x28\xcb\x3b\x92\xb1\x9e\x62\xe1\x05\xd5\x1c\xba\x0a\x9a\xa4\xaa\xd0\x59\xa9\x54\x25\x56\xe2\x7e\xc1\x0a\x73\x4a\x69\x84\xef\x22\x9a\xc1\x40\xa7\x14\xd9\x22\xc4\x27\x4f\x91\x57\xb8\xde\x7f\xc3\x2d\x66\xc1\x22\x59\x8a\x1d\xb6\xc8\x96\x45\xbe\x6e\xa5\xcf\x07\xdb\x22\x25\x77\x2d\x71\x76\x0d\x11\xdc\x69\x8b\x78\x32\x6f\x2b\x68\x88\x12\xcc\xda\x44\x59\x61\x98\x71\xf9\xa1\x4a\xb6\x28\x4f\x77\x77\x57\xbd\x99\x59\xc6\x34\x34\x46\xcd\xb9\x9c\xb9\x69\x0e\x9d\x8b\xa8\x08\x11\x6b\x0b\x5f\x03\x15\xa8\xa0\x4c\x55\xf3\xf6\x69\x08\xd9\x9b\x4f\x0d\x12\x49\x5e\xee\x20\xb6\xee\x1b\xea\xf2\x05\x10\x2f\x0c\x70\x6c\x68\x88\xb8\x83\x69\x5c\x89\x78\x10\x55\x35\x86\x39\x53\x4d\x36\xf4\x2b\x43\xe0\xa5\x7b\x30\x79\x1e\x78\x41\x69\xc5\x6e\xd4\x96\xb8\x3c\x63\x17\xfe\xb2\xf9\xc0\xaf\x05\xcf\xc5\xb5\xe8\xbc\x86\xa4\x0e\x55\xf9\xf5\x4e\xbd\x3d\x3c\x6f\x22\xd7\xfb\x1d\x88\xbb\xb8\x8d\x7f\x27\x8b\x1f\xd8\x12\x83\xc6\x98\xac\xe9\x06\x06\xef\x44\x7c\xd0\x9a\xbe\x76\x8d\x30\x39\x8d\x74\x5d\xb4\x51\xe8\xcc\x57\x68\x23\x86\x55\x84\x66\x89\xb0\xe9\x53\x2a\x75\xbc\xf5\x30\x80\xa2\x5a\x0c\x56\x55\x51\x99\x89\xca\x41\x2f\x88\xe0\x30\x4c\x2b\x01\xba\xc5\xde\x3f\x51\x5a\xcc\x0a\x97\xf9\x58\xad\x35\xe7\x65\x0c\x5b\xe2\x6d\xf9\xbc\xc1\xab\xbc\x65\x37\xd9\x81\x83\x22\xa4\x7c\xad\xc6\x93\x09\x68\x64\xe4\x9c\x7a\xac\xe4\x7a\x95\xa3\x82\xe2\x45\xd6\x31\x97\xbb\x1d\xc3\x39\xf6\xf7\x09\xbb\x0a\xe2\x6d\xda\xd4\x42\x2c\xf3\x1a\x76\xcd\xe6\xa6\x58\x53\x53\x24\xa1\xf1\x22\xeb\x42\x2b\x79\xb3\x89\xcc\xa2\x70\xc5\x27\xa9\x46\x3b\x37\x0d\xb4\x93\xe1\x3b\xb8\xa4\x37\x5f\x95\xbb\x9d\x4d\xae\x90\xec\x34\xcb\x72\xd9\xa8\x5a\x03\x36\x2f\x39\x9e\x17\x5e\x26\xf9\xe6\x27\x51\x41\x26\x88\x87\x36\x98\x6c\x14\x76\xa0\xb6\xba\xc1\x5d\x97\x0a\xa8\x3d\xf9\xc2\xe8\x1d\x70\xf8\xbc\x77\x56\xc5\x49\x45\x2a\x9c\x2c\xa9\xcb\x26\x20\x23\x58\x52\x54\x50\x92\x75\xfc\x5a\x89\x77\x5c\x2c\xe1\xc6\x0c\x12\xd0\x53\x13\x14\x38\x52\xa9\x6b\x53\xb9\x39\xc5\x6f\xbe\x33\x1b\x6e\x04\xb1\xc9\x5d\x19\xe4\x2a\x6c\x12\x79\xf8\xab\x09\x69\x60\x9a\x6a\x54\xe3\x65\x8d\x3d\x26\x5b\x0a\x52\x40\xaa\x04\x14\xb9\x72\xeb\xe4\x9a\x33\x5d\x3f\x0d\x8a\x1b\x25\xe4\xb3\x9e\x1b\xc6\x29\x4b\x33\x14\xcb\xe4\x8b\x50\x6e\xd3\xa4\x3d\x28\x32\x97\xd1\xf0\x6e\x97\xe5\x62\xd5\x6e\x77\xc9\xf2\xef\x27\xe2\x02\x0e\xa1\xea\xd4\xf5\xd3\x8a\x08\xa1\x28\xaf\x35\x47\x68\x24\xcb\xed\x19\x0a\x07\x99\xdd\x4e\xad\x71\x5a\xd6\xb0\x8b\x55\xfa\x85\x2d\xc4\xc3\x25\x7e\x62\xc8\xdd\x9a\xf2\x11\x48\x48\x88\x4f\x52\x30\x83\x45\x39\x5d\x4a\x31\x50\x51\x95\x47\x20\x19\x18\x3f\x4a\x89\x29\xd0\x75\x14\x80\xe5\xac\xd1\x0e\xc6\x81\x39\x1b\x76\x9f\x1d\x2c\x2a\x34\x1c\x9c\x11\xcd\x29\x06\x43\xdb\x7b\x7c\x24\xa4\xfa\x00\x94\xec\x82\xc7\x81\x4b\xae\x25\x8f\x73\x52\x00\x1c\xbb\xbf\x07\x6c\xa3\xba\x1e\xb5\x99\xf7\x0a\x15\x05\x5c\x75\xc2\x17\x6c\xf2\xff\x98\x85\x09\x36\x09\x3f\xe0\x49\xfe\x7e\x2a\xb9\x8a\x11\x26\x2d\xdd\xae\xdd\xee\x91\xef\xfe\x53\x13\x6e\x7e\x10\xc3\xa3\xa2\xb2\xbf\x01\x95\xca\x39\x72\x5c\x86\xc2\xc3\xb1\x26\xca\xef\xa1\x8c\x54\xe4\x60\x17\xc4\x60\x78\x5c\x50\x12\x8d\xb8\xf2\x51\xae\xb6\x2e\x1e\x08\xfa\x41\xdc\xe2\xa2\x99\x2d\xa4\x72\xf8\x9d\x15\x97\x31\x97\x51\xeb\x1a\x51\x03\xb6\x21\x86\xbd\x41\xfd\x28\x3c\x8a\x15\xc3\x42\xa3\xa7\x57\x56\x78\x7a\x49\xba\x7f\x27\x73\xe1\xd0\x9f\x19\x62\x85\x50\x11\x41\xb6\xcf\x1b\x88\x16\xcf\xbd\x7e\x4a\x6b\x8f\xd2\xb7\xf9\xc1\x11\xa3\x44\xe7\xe6\xd1\x97\x95\x88\xc9\x3c\xe8\x12\xdc\x83\x99\xe2\x1c\x4c\xd8\x1e\xc9\xab\xfc\x0b\x7e\xee\x30\x37\x42\xcc\x37\x72\x2f\x88\x52\x96\x64\x22\x4c\x07\xc5\x7c\x7a\xeb\x81\xaf\xb8\x39\x3c\x4d\x76\xdd\x87\x61\xd5\x20\xec\x50\xf8\x6b\xc5\x52\x4f\x5d\xb8\x43\x13\x55\x98\x94\x21\xfe\x95\xe0\xff\x74\x15\xf8\x59\xd7\xbe\xb6\x6f\xb5\xbd\x60\xe1\x0e\x52\x2e\x94\x29\x14\x19\x8d\x5a\xf3\xcb\x90\x8c\xbe\x05\xae\x04\x95\xd7\xe3\x6a\xeb\x14\xfa\x87\x4f\x82\xc3\x7a\x2c\xb4\x6f\x95\xeb\xf6\x51\xf6\xc8\x34\x30\xe4\xa8\x29\xe2\x1e\x1b\xb2\xd8\x30\xe1\x90\x5d\x89\x30\x68\xca\x09\x11\x43\x64\x61\x2b\x1a\xcd\x80\x5c\x38\x0d\x59\x27\x62\x5d\xcf\x5b\xc8\xe7\x14\x58\xd5\x5f\x18\xbd\x93\xd6\x47\xcb\x20\xd2\xf6\x68\x19\x7b\xf2\x67\x35\x48\xef\xaf\x4a\x28\x73\x6e\xaf\x4c\x8a\xef\x5f\x4e\x54\x4c\x59\x81\x29\x11\x69\x50\x58\x96\xef\x1d\x35\xc5\xc3\xb7\x6d\x9e\xda\xfd\x38\x2f\x58\x1e\x84\x58\x77\x95\xc8\xf8\xde\x38\x35\xf3\x83\xfd\xd4\x00\xa2\x0c\xa0\x4a\xe2\xae\xd2\x49\x33\x88\x82\x2c\xb0\x43\x71\xc8\x09\x8c\x6a\xef\x40\x72\xac\x6a\x03\x95\xd4\x5c\x48\xde\x86\xd5\xee\xa1\xe5\x29\xf2\xe4\x16\xc0\xef\xf3\xe9\xf2\x2a\xa2\x35\x97\x81\x4e\x8d\xca\x52\x3f\x92\x5f\x65\x2f\x5e\x5e\x3d\x36\x8b\x9c\x09\xa7\x89\x64\x1f\x38\x0b\x50\x18\xd8\xf2\x87\x98\x04\x8d\xef\xaf\xdc\x3a\xfc\xa7\x72\xe3\xf0\x17\x92\xd2\x56\x89\x90\x84\x34\xee\x0a\x03\x2f\xd9\x52\xbb\x0b\xc6\xe1\x93\x53\x90\xc2\x0f\xec\x7f\x55\x9d\xd0\xfd\xe2\xa8\xd8\xab\xed\x6d\x27\x34\x26\x11\xb5\x4f\xd4\x89\x0d\xc0\x61\x53\x5c\xd2\xd7\x09\xe1\x40\xcc\xe2\x4d\x67\x8b\xa5\xe8\xae\xad\xe2\x24\xf8\x87\x0f\x89\x00\x9f\x43\xb9\x15\x11\x97\x6a\x57\x2c\xc9\x02\xb7\x2c\x10\xc6\xaf\x84\x78\x4d\xb5\xa4\xa5\x2c\x22\xab\xc3\x8a\xa0\x7d\x4a\x72\xca\x29\x52\xea\xba\xdd\x55\x9e\x54\xd7\xeb\xa6\xa0\x97\x4a\xa5\x79\xcd\xcd\xcd\x6e\x9e\xd0\x5b\xad\xf6\xfb\x7d\x45\x37\x51\x8a\xaf\xd5\xf5\x8a\xfe\x94\xba\xce\xbb\xe2\x7e\x22\x46\xbc\xd8\x05\xe5\xed\x3d\xce\x43\xea\x3a\xfc\x8b\xe1\x3d\xaa\x5c\xb2\xe8\x23\x7c\xc7\x59\x17\xf4\x27\xa3\x7f\x36\xf8\x1c\xaa\x37\xaa\xe6\x6d\x73\x4e\x70\x8f\x71\x53\xec\xab\x7a\xba\xc7\xae\xbc\x6e\xad\xc8\x9d\x5f\xed\xe9\x7d\x9b\x46\x76\x76\x5f\x3f\x97\x56\x6a\xa2\x9e\x23\x69\x7e\x0a\x1a\xb1\x6f\x4b\x13\x54\x38\x02\xf3\x0d\xa1\x8e\xf8\x49\xb4\xdb\x15\xd1\xc4\x31\x67\x78\xd5\x52\xf1\x0c\xf9\x08\x93\x78\x8e\x56\x5c\x20\x66\x87\x2e\x83\xc1\x6e\x97\x22\xbc\xdb\x85\x08\x63\x0b\x71\xf1\xc8\x45\xb8\xe5\xc8\x6a\x9e\xf5\x53\xbe\xc6\x79\x4b\x1e\xfa\x85\x61\x4e\xf8\x4c\x4c\x0a\x9c\xed\xea\x0b\x87\x41\x1e\x3b\x54\x21\xdc\xc5\x86\xcf\x09\x78\xe1\x90\x02\xfa\xff\xd2\x6b\x48\x78\x08\x35\xeb\x6e\x5a\x56\xa7\x8b\x84\xfc\x17\x8b\xf4\xeb\xfb\x3d\xc9\x8a\x63\xe1\x20\xd3\xcf\xb7\x9d\x0d\x70\x02\x95\xa7\x43\x44\xbb\x05\xf9\x97\x88\x81\xb3\x79\x7d\x88\xfd\xd0\xbe\x6c\xf3\xb9\x6f\xb8\xec\xa9\xbc\x29\x4e\xda\x90\x4b\x52\x56\xc3\xaa\xeb\xa0\x1b\x8c\x4b\xeb\x6e\x45\xfb\xf8\x0d\x24\xee\xe0\xf6\xcd\x86\x47\x44\xba\x11\x72\xf9\x4f\xee\x99\x27\xfd\x3c\x01\x9d\xe2\x9e\xc8\x99\xce\x3e\x28\xf5\xf3\x8d\x15\x81\x39\x2c\x59\x18\x4b\x20\x49\x3f\x26\x0b\x73\x29\x2f\x7e\xce\xcd\x25\x8b\x68\xb9\xdb\x65\x27\xd2\xc3\x2e\x77\xad\xcb\xe2\x8d\x66\xc1\x37\xe9\xf9\x63\xc9\x4b\x58\x72\x73\x64\x52\x6a\x2e\x88\x5d\xb8\x01\x31\xf0\x2b\x82\x9b\x9c\x69\x9c\xdf\x64\xbb\xa5\xf6\x3c\x10\x24\x31\x16\x07\x85\x0b\x4f\x04\xed\x8b\xc5\x67\x4e\x2b\x05\x59\x94\xe4\x30\x14\xe4\x70\x5b\x90\xc9\x9c\x92\x6e\x73\x4a\x1a\x76\xd3\xbd\xf0\xdb\x03\xb7\x22\xd1\x65\xe1\x7a\x04\x3d\xf6\x04\x67\xb6\x0e\x22\x69\xb3\xe6\x3f\x49\x72\x44\xef\xcd\xf1\xec\x45\x3a\x00\x51\xd5\xbe\xf9\xd6\xaa\xe2\x02\x5e\x5e\x17\xee\x88\x69\x25\x99\x85\x0b\x14\x9b\xcb\xfb\xb5\x29\xf5\xac\xfc\x8e\x6e\x4a\x57\x5c\x04\xd9\x50\x9f\x4f\x1b\x1f\xcb\x35\xf5\x17\x7e\x39\xde\x72\x5c\xd5\x11\x2b\x2e\x14\x96\xf7\x06\x7b\x72\xc4\x56\x72\xc4\x56\x5d\x2f\x1f\xb1\x75\x77\xb3\x3f\x91\x3b\xcd\x2a\x72\x1b\xed\x11\xa4\xb2\x24\x49\xeb\x59\xbb\x66\x08\x0a\xcb\x87\x29\xe2\x72\x2a\xde\x23\x65\xf9\x83\xd9\x22\xa3\xd5\x27\x25\x2f\x66\xa3\x42\x3e\xda\xed\x50\xd6\x68\xdd\x90\xaf\x75\x8f\xc2\x93\x7d\x93\xc2\xb3\xd4\x78\xb2\x6f\xd4\x78\xde\x73\x78\x71\x12\x73\xca\x69\x21\xff\xc2\xa7\x69\x91\x81\x7e\x74\x5f\xe4\xc9\x88\x85\xc8\xaa\x72\x71\x99\x90\x88\x0f\x4f\x2c\xbb\x76\x00\xd9\x4d\xa4\x3b\xcf\x39\xeb\x30\x7e\x42\x4b\x1b\x1d\xc4\xd4\x17\x64\xb0\x61\x5e\xe0\x4a\xc4\xf6\x3c\x3c\xe0\x4b\xd7\x7f\x52\xf2\x7b\xe0\x9a\x05\x17\x1d\xf7\x7f\xac\x3e\xcd\xe2\x8d\x0a\xf9\x05\x12\x1e\x8a\xcb\xaa\x15\xd0\x2f\x7b\x8c\x4f\x22\x1a\x14\x1a\xa0\x58\xc8\x33\x8d\x39\xea\xe4\x5d\x89\x7b\x92\x14\xc7\x81\xc8\xf1\xf6\x1f\xc9\x07\xc5\xfd\x99\x8a\x8b\x77\xb1\xd7\x44\x4e\xaa\x5c\xf7\x0f\x8d\x70\x2e\x54\xfd\x0d\x09\x38\xc4\xb0\x82\x77\x56\x0c\x1f\x87\x8b\x36\xa5\x11\x52\x72\x43\xe3\x79\x21\xa2\xe7\xea\xd2\x79\xfd\x81\x3c\xfd\x0f\xef\x39\xb7\x32\xdc\xb6\xd3\x84\x8b\x58\xc8\x1b\x93\xb7\x75\xe3\x79\xeb\xb6\x04\xe0\xc7\x28\xd5\xf5\x28\x43\x01\xe1\x6b\x38\x84\xef\x31\x09\xb1\xc8\x59\x5b\x73\x8d\x39\xe8\x62\x7e\x8f\x29\x09\x68\x4a\x62\x1a\x92\x03\x9e\x45\xd7\x9b\x5d\x20\x6c\x65\x45\xb7\xb2\x2e\x62\x8c\x75\xdd\x46\xc0\x01\x28\x93\x94\xa9\xb6\x31\xc8\x21\x9b\xf1\xa9\xc9\xe2\x0d\xec\xb0\x2c\xde\xf0\x9f\xb0\x28\xe1\x41\x22\xf2\xc0\xe7\xab\x0f\x9e\x89\xaf\xfc\x21\x5f\xd1\xf0\x08\x08\xf8\xa1\x25\x1f\xdd\xc9\x7c\x86\xff\x30\x4e\xa2\x72\xdb\x3f\xfd\xca\x54\xed\x92\x88\x01\xd3\xb6\x29\x7b\x90\x66\x49\xe0\x66\xda\x49\xd2\x4b\xf8\x0e\x4e\x7a\xa0\x2a\x4a\xdd\x15\x5b\xb3\xe7\x76\xc6\x2e\xe2\xe4\xd6\x34\xaa\x81\x93\xb9\x61\x13\x54\x6a\x6a\x85\xa7\xae\x0b\x7e\x60\x0d\xc0\xf1\x01\xf0\x4f\x76\x72\xd9\x6f\x84\xb5\x0f\x60\xdf\xdb\x41\xc2\xbc\x46\xe0\xb4\x01\x38\xcd\x58\x68\x36\x42\x87\x2d\xd0\xcd\x1d\xd9\x1e\x40\x7f\x64\x59\x33\x62\xb7\x09\xb4\x19\xab\xd7\x04\x3a\x68\x04\x5d\x1d\x80\x9e\x71\xf6\xce\xde\xb6\x4c\x89\xaf\xc0\x83\x44\xba\x89\x43\x3b\x63\xcf\x92\x67\x2f\x1b\xe1\x2f\x0e\xf0\xb7\x82\x5e\x35\xa3\x7e\xff\xe1\x65\xd4\x08\x7f\x7b\x38\xd2\x6d\xa0\x4e\x0b\xea\xe0\x4b\x73\x57\xae\x0f\x51\xb7\x81\x9e\xb7\xa0\xde\xbe\x4b\x1a\xe1\x6f\x0e\x51\xb7\x81\xbe\x68\x46\xfd\xc1\x7b\xb6\x6d\x84\xff\x78\x80\xba\x15\xf4\x5d\x1b\xea\x97\xb7\x8d\xf0\x6f\x1a\x50\xb7\x80\x9e\xb5\xa1\xfe\x12\xb6\x74\xe6\x7d\x03\xf2\x56\xe0\xa7\xed\xe8\x5b\x26\xff\xb2\x11\x7d\x0b\xf0\xf3\x66\xf4\x1f\x37\xcc\xcd\x12\x3b\x6c\xac\xf3\xf7\xe1\x76\x3b\x06\xfe\xa1\x65\x0b\x6d\x5b\xba\xf4\xf6\x70\x0b\xb5\x81\xfe\xd4\x86\xfa\x7d\xf3\x60\xfe\xd6\x80\xba\x05\xf4\x75\x33\xea\x97\x51\xcb\x3c\xfd\x73\x80\xba\x15\xf4\xe7\x66\xd4\xef\x92\x0f\xcd\x04\xf9\xd9\x01\xea\x56\xd0\x3f\xda\x76\x67\xeb\x10\x7e\x6a\xd8\x9f\xad\xc0\xaf\xda\xd1\x37\xc2\x7f\x6e\x44\xde\x08\xfa\xb5\x0d\x75\xcb\x9b\xbe\x6c\x40\xdd\x02\xfa\x43\xdb\x16\x6a\x99\xfa\x5f\x1b\x36\x50\x0b\xe8\x97\x66\xd4\x7c\xbb\xb5\xbc\xe7\x2f\x07\xc8\x8f\x00\xff\xde\x8e\xbe\x11\xfe\xaf\x46\xe4\x8d\xa0\x7f\xb6\xa1\x7e\x97\x3c\x6b\x26\xcf\x19\x6b\xc0\xde\x0a\xcd\x58\x7b\x03\x2d\xf3\x14\x35\x37\xd0\x02\x9d\xb4\x34\xf0\x2c\xdc\xb2\xb4\x99\x63\x3a\xc4\xdf\x0e\x1c\xb4\xa0\x7f\x99\x30\x16\x35\x57\x49\x0f\xf1\x1f\x81\xb6\xdb\x1b\xb8\x6d\xae\xb1\x6d\xc4\xdf\x02\x1c\xb6\xa0\x7f\xbf\x4d\x36\x61\xcb\x3b\x7b\x87\x0d\x1c\x03\x77\x5b\x9a\xf8\xc0\xbc\xe6\x0a\xfe\x21\xfe\x56\xd8\x55\x0b\xf2\x77\x89\x1d\x5d\xb4\x74\x68\x7d\x88\xff\x18\xf8\xa6\xa5\x89\xe7\xc1\x55\xe0\x05\xcd\x75\xae\xda\xea\x6c\x1d\xb6\x62\x61\x70\x23\x65\x87\xe6\xe3\xaa\x6d\xc0\xec\x20\x72\xe2\xeb\xe6\xc3\xa2\xa5\xce\x67\x3b\x59\x37\x1f\x9f\x6d\x3d\x8c\xe3\xe6\xf3\xf9\x75\x4b\x85\x8f\x41\xc4\xda\x7a\xf5\xaa\xa5\xce\xd9\x36\x71\xe2\xe6\x73\xa6\xa5\xc6\xa7\x20\x69\x1d\xec\xcf\x2d\x75\xde\xd8\x17\x6b\xbb\x99\xd4\xb7\xd4\x78\x1d\xf9\x2c\x89\x9a\x7b\xf6\xb2\x6d\xa7\x84\x76\xda\xd2\xcc\x17\x5e\x45\xfa\xc2\xab\x6a\x86\xfc\x96\xd4\x0c\x0c\x49\xd1\x45\xb6\x7a\x34\xde\x19\x24\x81\x2b\x6a\x85\xff\x3a\xd8\x1e\x8d\xc7\xd1\x93\xec\x31\x4e\x16\xd1\x92\x6a\xff\x4b\xeb\x30\x79\x25\xea\xf8\x61\x44\xc6\x0f\x3b\x1d\xc5\x2d\x7d\x4f\x02\x2e\xd2\x9b\xfe\x64\xe2\x0c\x7d\x7f\xe2\x1b\xac\xef\xda\x46\xdf\xf5\xc6\xfd\x49\x7f\x3a\x1b\x8e\x27\x8e\x37\x75\x47\xe3\xa1\xc3\x06\x93\x89\xdb\x9f\xf8\xfc\xcf\x71\x1d\xaf\xdf\x37\x27\x0e\x73\x7d\x0d\x93\x98\xe3\x98\xf8\xee\x6c\xe2\x3b\xcc\x66\xde\xd0\xf7\x5c\x63\x3a\xf6\x7d\xdf\x9f\xcd\x06\xd3\xb1\xeb\x18\xbe\x61\xf4\x27\xbe\xe3\x8f\x1c\x73\x32\x86\x7f\x1a\x26\x36\xb4\xed\xcc\xd8\x64\xe2\xcd\x46\xbe\xd1\x9f\x8c\x26\x86\x33\x60\x93\xfe\x6c\x6a\x8f\xc7\xf6\xd8\x64\x6c\x6c\x3b\x46\xdf\x1e\x4f\xc6\xa6\x57\xd4\x03\x9d\x87\x3d\x76\x19\x1b\x98\xfe\x64\xea\x0c\x9d\xbe\xe7\x4f\xed\xc1\x80\xf7\xdc\x77\x66\xf6\x6c\xc6\x06\xa6\x6d\xba\xbe\xe7\xf8\xbc\x1b\x13\xdf\x30\x5c\xdb\xe9\x7b\xe3\xb1\x3d\xf0\x66\xb6\xe8\x99\x63\x8e\x66\xfd\xa9\x86\x85\x5a\xc3\x77\x9c\xa1\xcd\x9c\x81\xeb\xb1\x81\xeb\x32\xc7\x1d\x79\xcc\x75\xd8\xd0\x67\xde\xcc\x86\x77\x71\x5d\x36\xf2\xa6\x8e\xe7\x7b\x9e\xcd\x5c\xbf\xcf\xff\x34\x4c\xb6\xbc\xb6\x33\x60\x7d\xd7\xf3\x3d\xd7\xb3\x5d\xd7\xf1\x46\x6c\xea\x0f\x5d\x9b\x0d\xd9\xd8\x1f\xb9\x33\xdf\xf7\xfb\x36\xf3\x4d\xd6\x77\xe5\x3f\x0d\x2e\xe5\x42\x1a\x1b\xf2\x7e\x0e\x26\x13\xe6\x4c\x87\x9e\xed\x0f\xed\xd9\x74\xc8\xec\x81\xe8\x33\x6f\x75\x30\xb0\xc7\xa3\x71\x7f\xea\x4f\xa6\xa6\xe3\xcf\xe0\x9f\x06\x57\x79\x21\x6d\x3c\x76\xfb\xf6\xc8\x77\xa7\xde\xb8\x3f\xf5\x6c\xc3\x75\xd8\x64\x6a\xbb\x03\x7b\xec\x4d\x47\x43\xdf\xf7\x66\x7d\x9f\x8d\xdc\xe1\x6c\xe8\x0c\xf8\x9f\x86\xc9\x8a\xd7\x9b\x7a\xde\xc0\x9d\x70\xec\xce\xc0\x61\x8e\xed\xd9\xbe\x33\x35\x26\xfd\xa9\xe1\x98\xde\xc0\xf7\x9c\xe1\xb8\xef\x0c\x3c\x36\x9e\xf9\xae\xeb\xb1\x91\x37\xe3\x7f\x8e\x3b\x35\x1c\x4f\x8c\x8d\xef\x33\x6f\xcc\xe7\xde\xe7\xf8\x86\x6c\x32\xb3\x27\x7e\x7f\xca\xfa\x2e\x33\x47\x93\xd1\x6c\x32\x76\x26\x4e\x7f\x34\xb3\x4d\x3e\x80\xee\x6c\x38\xb3\xfd\x89\x6d\x9b\xbe\x3f\xf3\xec\xc9\xcc\x9d\x8c\x46\xbe\x63\x3b\x86\xed\x68\x98\x6c\x68\x82\x06\x23\x4c\xd6\x94\xd1\x1f\x85\x52\x15\x6d\x7a\x0e\x46\x6c\xc1\x4a\x0d\x33\x26\x57\xca\x4a\x1f\x94\x7e\xce\xde\xd4\x19\x8c\x47\x3e\xfc\x8d\x6c\x67\x68\xbb\x1a\xd1\xec\xf1\xd8\x34\x6d\xcf\x77\xfb\x13\x6f\x6a\xb8\x9e\x6b\x1a\xe6\x74\x34\x31\x6b\x45\xa2\x56\x0d\x60\xea\x8e\x4c\xc3\x96\x68\xc7\x6c\xea\x0e\xdc\x09\xb3\x99\x44\x6e\x98\xe3\xf1\x88\x35\x82\x09\x6c\x47\x80\x1d\x7f\x6a\xf6\x3d\xd9\xb4\x82\x59\x74\x60\x30\x9a\x4d\xa6\xfe\xbd\x55\xd4\x56\x1a\x2b\x8e\x86\x03\xc3\x18\x7d\x6f\x8b\x86\x31\x70\x07\xc6\xbd\xd5\x8f\xb7\x2e\x91\x88\xb8\xe6\x08\x93\x0b\xba\x16\x97\xc8\x37\xce\x9c\xed\x4f\x3d\x77\x00\x24\x65\xc2\xa9\xc3\xc4\xd1\x88\x36\x71\x06\xfd\xd9\x90\x2f\x6c\xd7\xb7\xc7\x9e\x63\x1b\x86\x31\x9d\x0e\x26\xb5\x22\x51\xab\x0e\x30\xee\xdb\xd3\x81\x40\xcb\x26\xde\x90\x4d\xbd\x99\x6f\x78\x03\x81\xdc\x74\x26\x6d\x60\x02\xdb\x11\xe0\xd9\x6c\x62\xd8\x8e\x68\x5a\xc5\x2c\x3a\x30\xb2\x6d\x36\x36\xef\xad\xa2\xb6\xd2\x58\x71\x68\x18\xc6\xd0\xf9\xde\x16\x0d\x63\x38\x34\x9d\x7b\xab\x1f\x6f\x5d\x22\x29\x66\xee\x96\xae\x91\x83\xc9\x79\xf3\xcc\xb1\x99\x3d\x70\x67\x72\x0e\x4c\x6f\x32\xb6\x35\xa2\x79\x86\xe9\x4e\x1d\xdf\x74\xc6\x9e\xed\x4c\x99\x39\x1d\x0f\x3d\xdb\xed\x8f\x6b\x45\xa2\x56\x0d\xc0\x1d\x99\xce\xc4\x93\x68\x3d\x66\x30\x9f\x93\x4e\xcf\x10\xc8\x87\xde\xac\xdf\x37\x1b\xc1\x04\xb6\x23\xc0\x1e\x9b\x4c\x38\xf1\x85\xa6\x15\xcc\xa2\x03\xfc\x30\x1b\x9a\xf7\x56\x51\x5b\x69\xac\x38\x65\x86\x39\xea\x7f\x6f\x8b\xfd\xc9\x78\x68\xce\xee\xad\x7e\xbc\x75\x89\xa4\x98\xb9\x6b\xba\x16\x39\x05\x1b\x67\x6e\x36\x9b\xb2\x7c\xcf\xf9\xa6\x3d\x18\xc2\x96\x67\x03\x77\x36\x73\xfa\xb6\xe3\xf5\x7d\xcf\x99\x8e\x07\x6c\x3c\x36\x0d\xb3\x5e\x24\x6a\xd5\x00\x86\xfd\xc9\x74\x2a\xd0\x7a\x53\xcf\x66\x8e\xcf\x98\xe1\x8c\x05\x72\x67\x30\x9a\x1a\xe3\x66\x30\x81\xad\x1d\x78\x6a\x4c\x06\xb6\x2b\x9a\xae\x60\x16\x1d\x30\xa6\x7d\x73\x78\x7f\x15\xb5\x95\xa6\x8a\x7d\x8f\x6f\x9a\xef\x6d\x71\xe2\x0f\x1c\x63\x7a\x7f\xf5\xa3\xad\x4b\x24\xc5\xcc\xdd\xd0\x35\x7a\x81\xc9\xbb\x96\x3d\xe7\x4f\xed\xb1\x9c\x83\xf1\xc4\x9e\xb9\x3e\x5f\xb0\xb6\x61\xf4\x0d\x7f\x68\x8f\xa6\xfd\x59\x9f\x33\x2d\xc6\x68\x62\x3a\x46\xad\x48\xd4\xaa\x01\x38\x7d\x73\xda\x77\x24\x5a\xcf\x73\xdc\x89\x67\xb2\x91\x6f\x08\xe4\x7d\x73\x3c\x86\xa3\xf4\x10\x4c\x52\x92\x76\x60\x6f\x3c\x36\x86\x9e\x6c\x5a\xc1\x2c\x3a\x30\x1c\xcc\x06\xee\xe0\xde\x2a\x6a\x2b\x8d\x15\xc7\x13\xc3\x30\xfd\xef\x6d\xd1\x18\x0d\x8c\xb1\x79\x6f\xf5\xe3\xad\x4b\x24\xc5\xcc\x7d\xa4\x6b\xf4\x0e\x93\xb3\xa3\x33\xe7\x0b\xbe\x13\x38\xb8\xea\xf4\x38\x36\xff\x1b\x1a\xfc\xaf\x3e\x73\xf0\xaf\x06\x70\x38\x25\xcc\xe0\x7f\x02\xf9\xd0\xe3\x7f\xcd\x33\x07\xff\x8e\x00\x1f\x0e\x84\x00\x16\x1d\x98\x4e\xf8\xdf\xbd\x55\xd4\x56\x1a\x2b\x1e\x1f\xfa\xb6\x8a\xa6\xcd\xff\xee\x9f\xb9\xa3\xad\x4b\x24\xc5\xcc\xbd\xa1\x6b\x74\x86\xc9\xd3\xe6\x99\xe3\xbc\xf5\x68\x06\x33\xe0\xcf\x4c\xc7\xf7\xf8\x31\xeb\x4d\xcc\x19\x17\x2e\xf8\xe1\x69\x3b\xde\x8c\xcd\xfa\xee\xc4\x71\xc6\xb5\x22\x51\xeb\x00\x60\xc0\x25\x21\x81\x96\x31\x63\x66\x30\xc3\x1f\xf8\x53\x81\x7c\x38\x9a\x8c\x9c\x61\x23\x98\xc0\x76\x0c\x78\x38\xf6\x86\x03\xd9\xb4\x82\x59\x74\x60\x32\xb4\x3d\xcf\xbc\xb7\x8a\xda\x4a\x63\x45\x7b\x64\x18\xfd\xf1\xf7\xb6\x38\x30\x07\xe3\xd9\xe8\xde\xea\xc7\x5b\x97\x48\x8a\x99\x7b\x4f\xd7\xe8\x29\x26\xcf\xbf\x65\xe6\x5c\x7f\x6c\xd4\x67\x6e\xec\xcd\xc6\xb6\x69\xcf\xc6\x43\xb3\x79\xe6\xea\x00\xd5\x29\x99\xf2\x0e\xfa\x53\x47\x20\x37\xed\xd9\x74\x64\x34\x82\x09\x6c\xc7\x80\x6b\x03\x91\x63\x16\x1d\x18\x8f\x1d\x6f\x3c\xb8\xb7\x8a\xda\x4a\x63\xc5\x63\x43\xdf\xde\xa2\x61\x8c\x05\x6b\x7a\xbc\xfa\xf1\xd6\x25\x92\x62\xe6\x2e\xe9\x1a\x3d\xc7\xe4\xc3\x37\xcc\xdc\xcc\x1b\xcd\x86\x87\x7b\xce\xb3\x87\x7d\x67\x3a\x70\xec\xb6\x3d\x57\x01\x18\x0d\xd8\xd0\x57\xa7\x84\xb3\x52\xb3\xa9\x40\x3e\xe8\x4f\xa7\x8e\xd7\x08\x26\xd7\xe3\x11\xe0\x83\x81\x10\xc0\xa2\x03\x42\x3c\xbf\xb7\x8a\xda\x4a\x63\xc5\x19\x33\xcc\x61\xff\x7b\x5b\x1c\xb1\xa1\x6f\xf7\xef\xad\x7e\xbc\x75\x89\xa4\x98\xb9\xbf\xe9\x1a\x7d\xc0\xe4\xa7\x96\x73\x8e\xcb\x86\xb3\xd9\xcc\x9b\xba\xb3\xbe\x6b\xf7\x47\x9c\x43\x61\x9e\x3f\xf5\x1d\xa7\xcf\xfa\xac\x0f\xa8\x87\xfd\xc1\xd4\x19\x8e\x9a\x8b\xa0\x96\x61\x8c\xbd\xbe\x5b\x00\xb8\x2e\x73\xd9\x58\xa0\xfd\x2e\xb0\xa1\x69\xb3\xc9\x58\x34\xc7\x45\xda\x3e\x5f\x49\xfe\xc4\x77\x7d\x4f\x74\xf5\xbf\x50\x85\x77\xa9\x2e\x4b\xbd\xa5\x6b\xf4\x13\x26\xaf\x5b\x46\xcd\x60\xae\x3f\x9c\x31\xc7\xf5\xec\xe9\x74\x34\xb6\x27\xe5\xd0\x80\x3a\x8a\xb7\xe4\x8e\xa7\xd3\xa1\x39\xf3\x5a\x8a\x78\xad\xa9\x69\xf8\x93\x72\x38\x1c\xdf\x1b\xb0\xb1\x44\xfb\x5d\x60\xee\xd8\x71\x4c\xd1\xdc\x98\x19\xe6\xd8\x29\x87\x00\xba\xfa\xaf\x57\x11\x5d\x1a\x02\x27\x5d\x8e\xda\x6f\x74\x8d\x5e\x63\xf2\x73\xdb\xa8\xf9\x03\xcf\xb1\xa7\x9e\xe7\x8c\x86\x03\xbb\xef\xf2\x9d\xee\x1b\xfe\x8c\x4d\x1d\x9b\x0d\x1d\x77\xe2\xb8\xae\xcb\x89\x80\xeb\xb0\xc6\x22\x51\xcb\x98\x8e\xa7\xc0\x4d\x0a\x00\xa1\xde\x12\x68\xbf\x0f\x8c\x39\x03\x6f\x20\x9a\x33\xa6\xa3\xe9\x8c\xe5\x43\x60\x88\xae\xfe\x17\xaa\xf0\x2e\x19\xd3\xa1\x31\x55\x38\xd1\x7f\xe8\x1a\xfd\x8c\xc9\x1f\x2d\xb4\x95\xb1\xa9\x3b\xf5\x3d\xc7\x99\x0e\xd9\x60\x68\x0f\x06\xbc\x49\xe6\x1b\xde\xcc\xf7\x5c\x77\x6a\x0b\xf2\xc7\xc9\xbc\xe9\x37\x16\x89\x5a\xce\xc0\x30\x0c\x43\x01\xf0\x86\x33\x26\xd0\x7e\x1f\x98\x3f\x1e\x0d\xa7\xa2\xb9\xd9\x2c\x07\xf6\xfd\x09\x73\xf3\xae\xfe\xcb\x55\x44\x97\x26\x3e\x54\x2c\x46\xed\x19\x5d\xa3\x3f\x30\x79\xd5\xb2\xd6\x5c\xd6\xf7\x0d\x7b\xec\x78\x9e\x63\xba\x33\x03\xf8\x77\x7f\xcc\x05\x73\xc7\x73\x67\xcc\x14\x42\x90\xd1\x9f\x9a\x53\xbb\xb1\x48\xd4\x32\xcc\xb1\x3b\x2a\xeb\x7a\x86\x67\xb2\xb1\x40\xfb\x5d\x60\x83\xf1\xcc\x70\x0d\xd1\x9c\x61\x8e\x87\xa3\x7c\x08\x7c\x47\x74\xf5\xbf\x51\xc5\x1d\xcd\x0c\x73\x38\x1e\x8c\xcb\x51\xfb\x44\xd7\xe8\x15\x26\x5f\x5b\x47\x6d\xe2\xf7\x05\xc6\x72\x1b\x9a\x8c\xf9\x63\x31\x34\x93\x21\x8c\xda\x68\x62\x80\x38\x7a\x58\x24\xd7\xf9\x90\x6f\x81\x02\x40\xed\xe8\x77\x81\xc9\xf7\x81\xe6\x8c\xc1\x90\x81\xb6\xb1\x18\x82\x89\xdf\xff\xf7\xab\x40\x97\x8c\xfe\x60\x3a\x52\xa4\xfc\xcf\x74\x8d\xbe\x62\xf2\x43\xcb\xa8\x4d\x98\xc9\x7c\x77\x36\x1b\xba\x13\xcf\x33\xdd\xc9\xa4\x7c\xa5\x89\x33\xf2\xa6\x9e\x3f\x1e\x39\x86\xcb\xcc\xfe\x68\xdc\x58\x24\x6a\xcd\xa6\x86\x31\x1c\x94\x00\x43\x67\xe6\xd9\x12\xed\xf7\x80\x09\x6b\x8c\x68\x6e\x66\x1a\xc6\xc0\x17\x44\x6a\xe8\xcf\x44\x57\xff\xfd\x2a\xd0\x25\x21\xe3\x95\xa3\xf6\x92\xae\xd1\x0f\x98\x7c\x69\xa1\x6b\x1e\x33\x3c\xcf\xb7\x67\xbe\x33\x72\x47\xa6\x23\xb6\x21\x63\x0e\xeb\xfb\x8e\x33\x74\x66\xfe\x64\x3c\xb5\x4d\x9b\x19\xe6\x84\x35\x16\x89\x5a\x13\xdb\x30\xc5\x88\x0b\x00\xd7\x1d\xb9\x86\x40\xfb\x5d\x60\x9e\x37\x18\xce\x26\xa2\xb9\x12\x98\x2f\x9c\x81\xec\xea\x7f\xa7\xca\x70\x66\x18\x63\x45\xba\xfd\x95\xae\xd1\x17\x4c\x7e\x6f\x59\x6b\x9e\x3f\x75\xcc\x89\xef\x7a\x8e\xd3\x77\x27\xbe\x33\x15\x4d\xfa\xae\x6b\x9b\x9e\xed\x70\x2e\x66\xec\x0e\xfb\xfd\x11\xb3\x5b\x8a\xa0\x56\x7f\x34\x18\x02\x97\x2e\x00\xdc\x09\x9b\x39\x43\x81\xf6\xbb\xc0\x4c\x6f\x66\xba\x86\x68\xce\x70\xfb\xee\x34\x07\xf6\x66\xa2\xab\xff\x7a\x15\xd1\x25\x63\x6a\x7a\xea\x0e\xfd\x85\xae\xd1\xef\x98\xfc\xd9\xb2\xd6\x26\xbe\xeb\xcc\x6c\xcf\xf3\xa6\x6c\x60\xda\x83\x91\xf2\x4a\x7d\xce\x1a\x4e\xa6\xee\x78\x32\xeb\x0f\xa6\x43\xb1\xb3\x0e\x8a\x44\xad\x42\xb4\x12\x00\xde\xcc\x37\xec\x81\x40\xfb\x5d\x60\x43\xd3\x76\x46\x9e\x68\xce\x30\x46\xf6\xa0\x2f\x81\xd9\x48\x74\xf5\xbf\x50\x65\x2c\x2c\x06\xa3\xbe\xa2\x77\xfe\x8b\xae\xd1\x9f\x98\x30\xd6\x32\x6c\xfc\x48\x74\x7d\xe6\x0e\x87\x3e\x98\x7b\x59\x3e\x53\x60\x63\x9d\x32\x9f\xcd\x66\xfd\x99\xeb\x0e\x5d\xa3\xdf\x58\x24\x6a\xcd\x66\x83\xa1\x31\x54\x00\xd8\x60\x66\x0a\xb4\xdf\x05\xc6\xdc\x89\x61\x0e\x45\x73\x53\xb7\xef\x15\xc0\x6c\x94\x77\xf5\x5f\xae\x22\xba\x34\x1e\xf7\x47\x86\x72\x88\x66\x8c\xae\x11\x63\x98\x24\xad\x03\xc7\x3c\xdb\xf0\x99\xd3\x1f\xba\xbe\x31\x70\xfa\xf2\xe8\xf6\x9d\xbe\xcf\x38\x4d\xf0\xbd\xa9\x37\x70\x85\xc9\xbb\xb1\x48\xd4\x72\x3c\x2e\xc1\x2b\x00\xde\x6c\x32\x96\x68\xbf\x0b\xcc\x1d\xb2\xbe\x2d\x9a\x73\x4c\x05\xd8\x75\xf3\xae\xfe\xdb\x55\xa0\x4b\x53\x03\x2a\x16\x03\x17\xf1\x81\x4b\x18\x26\x41\xcb\xc0\x79\x8c\x39\xfe\x64\xc6\x5c\x9b\x99\x03\xd0\x15\x72\xa9\xc7\xf7\x07\xbe\xef\x78\xde\x84\x4d\xc6\x8e\xcd\xbc\x71\xdf\x9c\x98\xce\xa8\xb1\x48\xd4\x32\xa6\x23\x73\xe6\x16\x00\xee\xd8\x73\x98\x2f\xd0\x7e\x17\xd8\xb0\x3f\xeb\xbb\xb2\x39\x63\x3a\x14\x8a\x0d\xce\x4b\xf8\xbe\xe8\xea\x7f\xa1\x0a\xef\x92\x31\x1d\x18\x63\x45\xb0\x8a\xf9\xc0\x05\x0c\x13\xbb\x65\xe0\xb8\xa4\xcb\x0c\xdb\xf4\x66\x33\xa7\xa0\x70\x9c\x9c\xb2\x19\x08\x50\x83\xc9\xd0\x1d\xe6\x22\x6f\x63\x51\x41\xba\x4a\x01\x9d\xcd\x38\x29\x76\x25\xda\xef\x02\x2b\x68\x8f\x10\xca\x25\xb9\xe2\x82\xd2\x48\x74\xf5\xbf\x50\xa5\x49\x8e\x4f\xf9\xc0\xd9\x0c\x93\xb0\x6d\xab\x1a\xfc\xcf\xf1\xf8\xdf\x78\xc0\xff\x44\xab\x13\x7f\x22\xfc\x3e\x66\x63\xfe\x37\xea\xf3\xbf\xc6\x22\x51\x0b\xca\x47\x05\x80\xf4\xbf\x00\xb4\xdf\x05\x36\x19\xf0\x3f\xd1\x5c\x09\x2c\xfe\x41\x57\xff\x4b\x55\x0c\xa3\x2a\x5e\x6d\xf9\xc0\x85\x0c\x13\xb7\x6d\xc5\xf9\xcc\xf3\x47\x8e\xeb\x78\x9e\x3b\x19\x8d\x1d\xc7\xe4\xad\xf6\x7d\xc3\x9f\xb8\x8e\x3b\x63\xfd\x19\x9b\xd9\xee\x74\x6c\x8f\x4c\x7b\xd0\x58\x24\x6a\x81\x1d\xce\x2f\x00\x3c\xdb\xb3\x99\x23\xd0\x7e\x17\xd8\xd4\x98\x78\x8e\x2d\x9a\x1b\xda\xe6\x70\x0a\x04\xcb\xf5\x1d\xdf\x13\x5d\xfd\xd7\xab\x88\x2e\x0d\x7c\xc3\x98\x78\xe5\xc0\x79\x7c\xe0\x5c\x86\xc9\xaa\x6d\xc5\x31\x66\x78\x7d\xdf\x9d\xf5\x27\x7d\x8f\xf5\x3d\x41\x59\x19\x1b\x79\x33\xdf\xb5\xd9\xcc\xf4\x9d\xb1\x3d\xb4\x5d\xc7\x9c\x9a\x5e\x63\x91\xa8\x65\x8f\x0c\xdf\x1c\x29\x00\x8e\x63\x9b\x02\xed\x77\x81\x31\x7f\xe0\xf4\x5d\xd1\x1c\x48\xe7\x9e\x58\x3e\x23\xdf\xc8\xbb\xfa\x2f\x57\x11\x5d\xe2\xe2\x82\xa1\x0c\x9c\xcf\x07\x6e\xc5\x30\xd9\xb4\x0f\xdc\xd8\x65\xa0\x09\x75\xd8\x78\x34\x32\xe4\xe8\x78\x1e\xf3\x3d\x87\x4d\x47\xe2\x18\xf2\x66\xc3\x09\x98\xb9\x0f\x8b\x44\x2d\x7b\x3c\x18\x1b\x03\x05\xc0\x33\xec\xbe\x40\xfb\x5d\x60\xbe\x39\x9e\x99\x03\x6f\x36\x9c\x1a\xa6\xca\x5b\x8c\xc0\x06\x0d\x5d\xfd\x97\xab\x88\x2e\x4d\xfc\xfe\xc4\x18\x96\x03\xb7\xe6\x03\xb7\x61\x98\x5c\xb1\xa6\x3c\xbb\xac\x08\x40\x46\x06\xc9\xc3\x98\x91\x49\x18\xc6\x44\x4b\x2e\x1c\xa4\x75\x9a\x00\xfa\xa3\x11\x51\xd2\xd1\x74\x87\xbd\xd1\xb0\xcb\x1e\xa2\xc1\xa8\x37\x80\x2f\xfd\xc1\xd4\xec\x4d\x06\xfc\xeb\x78\x68\xf4\x7b\x13\xfe\x6d\x62\xf4\x87\xbd\x49\xbf\xdb\x9f\x98\x46\x6f\x34\x79\xc8\xb0\xf8\xd7\xd1\xc8\x83\x6f\x6a\x67\xd0\xef\x0d\x67\x1d\xf6\x10\x99\x13\xa3\x37\x19\xf0\x6f\xa3\x7e\x6f\xda\xe7\xc8\xcd\x81\xd9\x1b\x8e\xe1\xdb\x64\xdc\x1b\x4d\xbb\xe3\x49\x6f\xf0\x1f\xb4\x31\x35\x7b\xfd\x21\xc7\x3c\x1c\xf6\x7b\x03\x40\xd8\x1f\x4e\xfb\xbd\xa1\x78\x19\x73\x3c\xe9\xf5\xe1\x15\xc7\x63\x73\xd8\x9b\x0d\xbb\xfd\xe1\x64\xd4\x1b\xab\x2d\x61\x6d\x4f\x2e\x18\x4d\xd0\x04\x13\x87\x7f\xce\xf0\x89\x1b\x47\x69\xf6\xe0\x56\x8e\xf7\xfb\xd7\x8f\xcc\xa9\x41\xce\x19\x35\xa7\xc6\x23\xf9\x48\x5c\x24\xc9\xa8\xd9\x9b\x4c\xfb\x93\x09\x79\xc1\x68\xb7\xd7\x9f\xf5\xfb\x13\x72\xc3\xbf\xce\x8c\xf1\x70\x46\xde\x71\x80\xd9\xa4\x3f\x1b\x92\x8f\x8c\xbe\x63\x0f\x6f\x18\x39\x83\x2f\xd7\x8c\xbc\x61\xf4\x9a\x3d\x7c\xc1\xba\x0f\xba\x3d\x4e\xb2\xcc\x87\x37\xac\x8c\x86\x7c\x9a\xe7\xdf\x66\x0f\xf2\x74\x1a\xb1\xff\xe0\x79\x11\xdc\xcf\x37\xd6\x73\x86\x58\x6f\x45\x58\x2f\x25\xac\x17\x12\xd6\x8b\x37\xb6\x1b\x64\xb7\xf8\xa4\x52\xc9\x61\x3d\x67\xb7\x43\x79\x7e\x5d\xe4\xb0\xde\x05\x46\x0c\xe7\xb9\x04\x59\x2f\x79\xc4\x07\x36\xa1\xac\x77\x01\xdf\x22\xca\x7a\x0e\x7c\x0b\x28\x7a\xc3\x1e\x46\x9d\x8f\xec\x61\xd6\x3d\x63\x0f\x13\xfc\x08\xbd\x61\x9d\x8f\xac\x7b\x06\x99\x26\xa2\x6e\x40\x6c\x8a\xde\xb1\x87\x28\xe9\x06\xb8\xfb\x82\x3d\x8c\xf1\xa3\x1b\x46\x52\x31\x78\xe9\xd7\x24\x43\xf6\x43\xbb\x13\xf3\xe7\x1c\x2e\x78\x88\xcc\x6e\x80\x31\x09\x69\x3a\x07\x18\x3b\xb3\xa3\x3e\xb2\x49\x8c\x1f\x9e\xb3\xae\xd9\x37\xac\xb7\xf6\xdb\x93\xea\x7b\x86\x4f\x8c\x79\xd8\x19\x8c\x0d\x2b\x24\x29\x09\x94\x77\x55\xee\x44\x64\x65\x6a\x04\x59\xdb\xa4\x94\xda\xc9\xc5\x56\x44\xdb\x0a\x7f\xc6\x39\x0c\xad\x95\x0f\xa0\xa8\x01\x61\xe1\xd1\xdc\xb4\x22\x05\xe1\x73\x05\x61\xb6\x0a\xd2\xde\x8a\x76\x18\x81\x6f\x29\xed\x64\xe2\x5b\x48\x3b\x89\xf8\x26\x7b\x44\x3b\xd1\x5e\x8e\xf4\x05\xeb\xd9\x18\x3d\x67\xe4\x7d\x7e\x0f\x3d\x7f\xe4\x60\x3e\x05\x36\xb9\x73\x20\x82\xb5\x92\x96\x43\xd9\xec\x32\x71\xe6\xdc\x61\x3d\xd7\x82\x81\xda\xc4\xd7\xbc\xa6\x4b\x18\xe7\xc0\xa1\xfb\xa2\x5b\xb2\x4f\xb2\x43\x0f\x59\xa5\x3f\x78\x4f\x3c\x3b\xb9\xfc\x86\x66\xbc\x4a\x33\xde\x77\x37\x93\x5c\x38\x87\xd9\x7a\x82\xf4\xad\xfd\x56\x22\xc0\x73\xc3\x92\x5f\x3b\x66\xdf\xc0\x0f\x6f\x19\xc9\x68\x47\xe0\x23\x89\x0a\x9b\x72\x58\xf1\xed\x61\xc6\x97\x0c\xf8\x57\x43\xff\xdc\x38\x45\x5c\xf4\x90\x2b\x2c\xe0\xef\xa3\x2e\x17\xbe\xde\x39\xa5\x78\x88\xb2\x4e\xf2\x10\xe5\xbb\x2b\xea\x5c\xb3\x87\x7c\xe1\x95\x45\x2f\xf8\xd2\xbe\xa9\x3f\x7d\xc7\x1e\x46\x18\xd7\x5e\x2e\xf7\x0b\xbf\xe4\x34\x62\xaa\x24\x6d\xfc\xc0\x1a\x72\x74\x3c\xc8\x50\x82\xef\xd4\xf8\x73\x12\x15\xe9\xb4\x11\xca\xe8\x7b\x86\x32\x8c\x7b\x2b\x82\x22\xfe\x3d\xe2\xdf\xf9\x7e\x92\xab\xe4\x12\x16\x4e\xd6\x4b\x49\xd4\x4b\x31\xb1\xeb\xcf\x43\x12\xf5\xfe\xff\xb4\x9d\x7b\x77\x5b\xc7\x91\xe0\xff\xf7\xa7\xa0\x71\xf6\xc8\xb8\xd6\x15\xb6\xaa\x1f\xd5\xd5\x4c\xb0\x5e\xcf\xc4\x99\xd1\x39\x76\xe2\x13\x2b\xd9\x9d\xe5\xf0\x38\xfd\xa8\xa2\xe0\xa1\x00\x0d\x00\x49\x51\x44\x7e\xf7\x3d\xdd\x78\x10\x34\x29\xdb\xc9\x4c\xfe\xf9\x11\xf7\xd5\x5d\xfd\xaa\x07\x70\xd9\x75\x7d\xb7\x3b\xe5\xf1\xfc\x5e\xdc\x71\x79\xa7\x0a\x3e\xbe\xa1\xc8\x76\xf6\x72\xbe\x68\x3d\xb9\x9d\x6d\xe6\xab\xdd\x87\xeb\x79\x9a\x1e\x27\x81\x8c\xeb\x9e\x3a\xe2\x30\xb1\x7b\xb7\x6f\x9f\x4e\x26\xb7\x87\x9d\x12\xd7\x6d\xf2\x2f\x67\x57\xe9\xd5\xab\x34\xdf\x8e\xcb\xdb\x29\x0e\xb7\x7f\x90\x26\x4f\xd9\xf5\xd7\x0f\x32\xdf\x1d\xa7\x61\xfc\x8d\xcc\x7f\x90\xe9\xb7\x32\xb5\x00\xe3\xcc\x8f\x30\x8c\xdf\xca\xf4\x99\x71\xfd\x08\x87\x61\xfc\xdd\xe1\x8e\x67\xd8\x6e\x09\x7e\x9c\x59\xdf\xef\x62\x18\x71\xe6\xc7\x19\x0f\xc3\xf8\xfc\x70\x97\xa1\x8f\xdf\xf4\xb5\xb4\x8e\x1d\xc6\xdf\xde\xb7\xa5\x53\xf9\x35\xdc\xdc\xc8\xff\xc2\xe1\xc9\x93\xa9\x3c\xdb\xcd\x21\xbd\x5e\xad\xd6\x27\x1a\x71\xa7\x96\xf2\x66\x2a\xcf\x66\xfe\xd8\x85\x5f\xcb\xec\xe5\xdc\x12\x7c\x2e\x5d\xba\xaf\x65\xb6\x99\xe3\xcc\x3f\xc3\x99\xff\x7c\xdb\x0e\xaf\xe7\x33\x7e\x36\x8b\xfd\xa0\xf5\xd2\xf8\xd7\x53\x9d\xab\xc3\x74\x18\xff\x78\x67\x54\xec\xf8\x4f\x32\x37\x9f\xdf\x1d\xfe\xeb\x23\x9b\xc0\x1f\xf7\xea\x9b\x4f\x67\xfe\x99\x0c\x87\xdb\xc7\xbf\xca\x6c\x3d\xdf\xcd\xd9\xd3\x75\x30\x7c\xbe\x6d\x97\xae\x1e\x5e\x7a\xfa\xc7\xe3\xd5\xfc\xc8\xd5\x7f\x3a\x5c\xed\x82\xff\xe9\x1f\xe8\x80\x58\x37\x23\xec\x8e\x01\x06\x33\xb3\xdd\x54\x23\x84\x68\x67\xbe\x5b\x70\x6b\x2d\xc0\x0c\xbb\xa3\x60\xd9\x46\x37\x73\xf1\x19\x3a\x36\x7e\x06\xfe\x6f\xf7\x11\x8c\x9d\xd9\x5e\x9d\xf7\x61\x66\xbb\x1f\x82\xc6\xf8\x7d\xc5\xd6\x07\x37\x8b\xb4\x97\xc1\xce\x42\x78\x1a\x20\xcc\x3c\xfd\x1d\x15\x85\x99\x69\xa5\x5b\x83\x38\xc3\x5e\xa2\xb7\x26\xcc\x62\xf7\xa7\x4c\x60\xdc\x79\x5b\xc6\x53\x9c\x21\x3f\x23\xb6\x3c\x23\xba\xef\x8b\xdc\xe9\x95\xff\xbc\xb7\xdf\xde\xce\x74\x3d\x58\xcc\xeb\x93\xad\xc4\x1f\x13\x71\xfb\x0c\xc7\x93\x19\xbe\xfe\x7c\x3b\x0c\xc3\xe5\x6e\x47\xbe\xff\x23\xf3\xff\x94\xe9\x72\x3a\x71\x0e\xd0\x3b\xe7\xc0\x78\x72\x1e\x9c\x0f\xce\x83\xf7\xd1\x11\x04\x9f\x1c\x01\xfb\xe2\x08\x92\xaf\x8e\x20\x7b\x71\x01\x2a\x81\x0b\x20\x84\x2e\x20\x90\x75\x01\x91\x9c\x0b\x68\xc9\x3b\x46\x47\xc1\x31\x12\xb1\x63\x0c\x14\x1d\x23\x53\x72\x8c\x89\x8a\x63\xcc\x54\x1d\x63\x21\x71\x8c\x95\xd4\x31\x6a\x00\xc7\x06\x42\x1b\x64\x0c\xd6\xb1\xb1\xc1\x39\x6e\xce\x5a\x1b\xf6\x40\x8e\x0d\x85\xe0\xd8\x70\x60\xc7\x26\x86\xe8\x82\x49\x21\xb9\x60\x4a\x67\x0d\xd9\x05\x23\xa1\xb8\x60\x34\x54\x47\x16\x82\x38\xb2\xa6\xd3\x06\x75\x64\x1d\x83\xf3\xd6\x33\x3a\x6f\x43\x27\xb3\x71\xce\x46\xb6\xce\xd9\xd4\x99\xd9\x39\x6b\x6b\xa7\xb0\x77\xc6\x6a\xa3\x03\x26\x67\x1c\x32\x39\x74\x86\x83\x43\xe7\x38\x38\x70\x9e\xd9\x81\x23\x66\xab\x2e\x74\x32\x47\x2b\x2e\x76\xa6\xce\xc2\xc9\x56\x57\x3b\x85\x93\x2d\x4e\x1b\x3d\x70\xb6\xd9\x63\xa7\xe1\x6c\x93\xb7\x9d\x8e\x8b\x8d\xde\x77\x12\x17\xcb\x9e\x3b\x23\x17\x1b\x7c\xea\xcc\x5c\x2d\xf9\xd2\xd9\x82\x0b\xef\xa5\x53\xb9\xda\x36\x60\x8d\xc8\xd5\x5a\x32\x9d\x96\xab\x35\xe4\x58\xac\x21\xcf\x62\xdb\xe0\x34\x86\x4e\x66\xb1\x40\xb1\x33\xb1\x18\xa5\xdc\x59\x58\x8c\x50\xed\x94\x4e\x65\x31\x35\x40\x27\xb2\x98\xb2\x67\xff\xf7\x93\x60\x59\x4c\x0e\xae\xd3\xb3\x98\x14\xa8\x33\x74\x32\x4b\x1b\xb9\xce\xd4\xd9\x6a\xe1\x50\x3a\x5b\x2d\x21\x48\x67\xab\x25\x70\xab\x85\x18\x3b\xcd\x91\x9e\x6d\xa7\xeb\x6c\xb5\x38\xa6\xce\x56\x8b\x65\xee\x8c\x9d\x89\xab\x31\x9c\x3b\x4b\x67\xe5\x6a\x90\xa5\x53\x1b\x23\x74\xb6\x18\x0e\xa2\x39\xa1\xe5\x82\x1a\x5d\xa7\xe7\x8c\x1a\xa9\x33\x74\x72\x67\xe4\x84\x1a\x13\x27\x94\x98\x3b\x0b\x47\x94\x58\x39\xa2\x46\xe9\x54\x66\xd4\x04\x9d\xb8\x67\x40\x4d\x86\x83\x81\x64\x99\x0c\x24\xc7\x64\x30\x79\xf6\x06\x13\xb1\x37\xad\xb3\x1a\x99\x9d\xb1\x29\xb2\x35\x2e\x25\xb6\xc6\xa7\xcc\xc6\xf8\x54\xd8\x18\x4a\x95\xd1\x84\x4e\x4e\xc2\x60\x62\xd2\xa0\x26\x65\x08\x6a\x4a\xc6\x20\xa6\x66\x13\xaa\x91\x6c\x43\x31\x9a\x5d\x28\x16\xb3\x0f\xd9\x9a\x4c\x21\x59\x97\x29\x44\xeb\x73\x08\xd1\x86\xcc\x81\x2d\xe7\x18\x82\x4d\x39\x05\xb2\x39\xe7\xe0\x6d\xcd\x25\x38\xab\xb9\x04\xeb\x20\xd7\x60\x9c\xc9\x12\xd0\xb9\xdc\xd6\x2c\x15\x68\xeb\xb7\x20\x89\x4b\x05\xa9\xba\x52\x0c\x15\x27\xc5\x52\xf6\x50\x1c\x25\x6f\x8a\xa7\xe8\x5d\xf1\xc4\x9e\x0a\x51\xf0\x5c\x02\xf9\xd6\x08\x72\xbe\x14\x26\xeb\xa5\x44\x32\x04\x25\x11\x90\x2d\xd9\x2b\xf9\x92\xbd\x50\x28\xc5\x17\x8a\xa5\xfa\x4c\xa5\x54\x9f\x48\x8a\x78\x0e\x50\xd4\x87\x60\x2b\x78\x0a\xbe\x82\x77\x21\x54\xf4\x36\xa4\x8a\x1e\x43\xa9\xc6\x43\xd0\x6a\x9d\x30\x56\xeb\x2a\xbb\xea\x5c\x66\xaa\xbe\xad\xcb\xea\x1d\x73\xae\xe4\x88\xa5\x92\xf3\x11\x6a\x70\x36\xda\x1a\x1c\x46\x5f\xd9\x41\xe4\xca\x56\x62\xae\xd1\x96\x58\x6b\xb4\x39\x41\x4d\x36\x26\x53\x93\x0d\xc9\xd7\x6c\x29\x71\xcd\xd6\xa5\x54\x8b\x35\xa9\xd6\x62\x21\x43\xad\x46\xb3\xa9\xd5\xd4\xec\xab\x98\x9c\xb9\x8a\x89\x39\x55\x31\x9c\x6b\x55\x43\x05\xaa\x1a\x5f\x4c\x55\x63\x8b\x17\x30\x58\x58\xc0\x40\x49\x82\xa8\xa5\x0a\x62\xad\x20\x88\xa5\x1a\x31\x98\xab\x17\x83\xa9\x2d\x0d\x8c\x35\x89\xc5\x58\xab\x58\xe4\xaa\x8d\x62\xc4\x21\x8b\x17\x87\x51\x42\x67\x12\x8f\xa9\x75\x12\x66\x51\xf1\x58\x14\xc5\x63\x55\x27\x84\xa2\x24\x64\x40\x59\xc8\xa0\x66\x09\xc6\x6a\x95\x60\xfc\x64\x18\xc6\xff\x71\x30\x06\xfd\xdb\x43\x07\x08\x00\x1e\x10\x10\xa8\x93\xc1\x00\x42\x04\x03\x06\x72\x67\x05\x0b\x16\xb4\x11\x0d\x38\x70\xe8\xc0\x83\x43\x02\x02\x8f\xdc\x99\x20\x00\x61\x01\x86\x80\x02\x11\x82\x01\x48\xc0\xa6\x95\x11\x8d\x83\x02\xd1\x10\x54\x48\x26\x82\x40\x36\x19\x01\xb2\xa9\x88\x50\x8c\xa2\x81\x6a\x11\x2d\x54\xdb\xca\x16\x4b\xe8\x41\x2c\x23\x81\xda\x8c\x0c\x6a\x2b\x46\x04\xab\x98\x10\x9c\xc1\x82\xe0\x1c\x56\x6c\x46\x49\x10\x5d\x34\x80\xe8\xb2\x41\x44\x27\xc6\x20\x7a\x30\x0e\x8d\xb7\xc6\xa3\xf1\xde\x04\x34\x9e\x4d\x44\xf4\xc9\x24\x44\x5f\x4c\x41\xf4\xda\xea\x27\x34\x8a\x48\xd6\x22\x22\x79\x6b\x11\x28\x58\x87\x40\xd1\x12\x02\x65\xcb\x08\x54\x6c\x04\x25\xb1\x19\x34\x80\xad\xa0\x01\xad\x82\x06\xe3\x00\x34\x38\x67\x40\x83\x77\x0e\x34\x90\xf3\x08\x21\x34\x63\x19\xd8\xc5\xce\xd4\x7c\x1e\x57\x10\x43\x72\x82\x18\xb2\x53\x34\x21\x7b\x44\x13\x8a\x37\x68\x43\xf1\x0e\x6d\xa8\xbe\x59\xd9\xea\x03\xfa\x20\x3e\x76\x26\xa4\x20\xbe\x20\x05\xf5\x15\x43\x50\xaf\xc8\x41\x09\x90\x19\xc8\x60\x64\x20\x87\x89\x81\x7c\x67\xc0\xcc\x40\x8c\x85\x91\x52\x67\xc6\xca\x48\xb5\x53\x50\x18\x03\xa0\x32\x06\xd3\x69\x0d\x30\x06\x6f\xb0\xd9\xef\x4e\x36\x86\x31\x44\x63\xd8\x84\x6c\x2c\x9b\x50\x3a\x9b\xe2\x35\x0c\xad\x23\xb9\x75\x27\xb2\xed\x4a\xdb\x75\x52\xf3\x7a\x98\x3b\xa3\x61\x46\xce\x26\x72\x53\xb6\xb1\x2b\xf6\xc4\x18\xa1\x13\x4d\x66\x8c\xd6\x64\x86\xe8\x4c\x61\x88\xd4\xc9\xa6\x32\xc4\xd8\x99\x8d\x04\x8d\xa5\x53\x8c\x06\x4d\xd0\x89\xcd\xd8\x27\xdb\xe9\x2d\x06\x49\x64\x31\xd4\xa6\x31\x43\x4d\xc9\xda\x50\x53\xb6\x36\x94\x54\xad\x0b\x25\x89\x75\x21\x67\xb0\x3e\xe4\x6c\x3a\xad\xa5\x90\xb2\xef\x0c\x36\x84\x98\xb9\x33\x59\x0e\x9c\x8b\x6d\x5a\xbf\xda\x18\x42\x56\x9b\x42\x28\x60\x53\xa0\x62\x6c\x0e\xbe\x38\x5b\x82\x2f\xde\x96\xe0\x4a\xb0\x35\xd8\xc2\x56\x82\x2d\xc9\x4a\x30\xa5\x58\x0d\x58\xaa\x83\x80\x45\x1d\x04\xa8\x6d\x89\x68\x35\xce\x50\x53\x51\x96\xa4\x7a\xe7\xa8\x36\x55\x44\xa5\x72\x67\x74\x44\xb9\x66\x17\x28\xd5\xe2\x98\x62\x15\x17\x89\xab\xba\x44\x2c\xe0\x0a\xb5\x8e\xaf\x44\x62\x9d\x90\x17\xe7\x94\x9c\x78\x0f\xe4\x24\x78\x43\xcd\x77\xb1\x64\x24\x7a\x47\x46\x92\x27\x42\xc9\x3e\x10\x48\xf1\x4c\x20\xd5\x27\xaf\x22\x3e\x7b\x11\xf5\xd5\x8b\x82\x57\x2f\x8a\x04\xbe\xe9\x29\xd3\xe9\x7c\x51\x4b\xde\x17\x75\x14\x3a\xa3\x2f\xea\x29\xfb\xa2\x44\xa5\x53\x7c\xd1\x10\xa0\xd3\xf8\xa2\x1c\x5c\x27\xf9\xd2\x6c\xa5\xaf\x1a\x43\xec\xcc\xbe\x6a\x0a\xad\xae\x14\x5a\x5d\x89\xd1\xab\x66\xb6\x9d\x9e\x40\x33\x07\x42\x2d\x1c\x3b\x13\x19\x2d\x5c\xc8\x6a\x61\x21\xa7\x25\x02\x79\xad\xd1\x10\x69\xeb\xa0\xa0\x35\x12\xb1\xd6\xc8\x14\xb5\xc6\x44\x49\x6b\xcc\x94\x55\x62\xa5\xa2\x12\x95\xaa\x4a\x42\x12\x95\x64\x49\x55\x92\x0f\xa8\x92\x42\x30\x2a\x29\x06\xab\x92\x52\x70\x2a\xa9\x04\x52\x49\x12\x82\x4a\x86\xc0\x2a\xd9\x84\xa4\x92\x5d\xc8\x2a\x99\x42\x51\xc9\x21\x88\x4a\x8e\x41\x55\x72\x66\x54\xc9\x95\x8d\x4a\x56\x76\x2a\x05\xd9\xab\x14\xc3\x41\xa5\x38\x66\x95\x42\x9c\x54\x0a\x73\x51\x29\xa9\x69\xec\x52\x58\x55\x4a\x8d\xa0\x52\x34\x1a\x95\x8a\xd1\xa9\x54\x1b\xbd\x4a\xf5\x31\xa8\xd4\x10\xa3\x4a\xe5\x98\xb4\xd6\x14\x8b\xf6\xdf\x2b\xb4\x56\x49\xa0\x55\x20\xa1\x56\x31\xa9\x29\x6e\x9b\xbc\x56\xf1\x29\x34\x25\x9e\xa2\x56\x89\x29\x69\x95\x9c\x8a\x16\x29\x49\xb4\x88\x64\xd0\xa2\x90\x8d\x16\x35\xd9\x69\x51\x97\x49\x4b\xf3\xef\xb4\x68\xc8\x51\x8b\xc6\x9c\xb5\x68\xce\x55\xfb\xff\x6c\x37\x63\xf0\x2f\xbf\xc8\x18\xa4\x6e\x06\x4a\xa7\x80\x05\x83\xed\xde\x9d\x31\xb0\x7b\x63\x10\x80\xc0\x61\x84\x00\x1e\x33\x30\x78\xac\x10\x81\x50\x21\x41\xe8\x66\x20\x74\x33\xc0\xdd\x0c\x70\x37\x03\xb1\x9b\x81\xd8\xcd\x40\xb2\x80\xcd\x4d\x32\xe8\x20\x5b\x87\x1e\xb2\x0d\x48\x90\x6d\x44\x86\x62\x0b\x46\x28\x56\x30\x43\x71\x88\x05\x8a\xb3\x28\x50\x9c\x47\x85\xd2\xa2\x09\x28\x2e\x19\x0b\xc5\x95\x56\x8f\xd3\xe6\x66\x78\x34\x0c\xd9\x5b\x13\x21\x7b\x6f\x32\x64\x1f\x4c\x85\xec\xa3\x51\x48\x3e\x5b\x84\xe4\x8b\x35\x90\xbc\x58\x07\xc9\xab\x25\x88\x84\xb6\x6b\x25\x1b\x21\x92\xb5\x19\x22\x39\x5b\x21\x92\xb7\x02\x91\xc8\x01\x24\x0a\xce\x40\x22\x76\xae\xd3\x43\xa2\xe8\x02\x64\x4a\x2e\x76\x26\x28\x94\x5d\xe9\xac\x50\xa9\x38\x6d\xf4\x08\x42\xc5\x1b\x90\xe6\xa4\x80\x52\xf5\xbe\xb3\x45\x57\x4d\xe9\x37\x26\xc4\xb6\xdc\xd0\x90\xf8\xda\xa9\x68\x49\x08\x3b\x0d\x3a\x12\x72\xe8\x49\xc8\x77\x06\x24\x12\x8a\x9d\x09\x03\x09\x15\x64\x12\xaa\x9d\x8a\x91\x24\x60\x67\x73\x3b\x25\xb8\x4e\x8f\x99\x24\x04\x2c\x54\x03\x77\x26\xac\x54\x43\xe9\xac\x28\x54\x83\xa2\x50\x61\xc0\x16\x21\x18\x03\x54\xd8\x19\xa0\xdc\xfc\x57\xca\x1c\x3a\xbb\x8b\xca\xa9\xb3\x18\x4b\x91\x6b\xa7\x1a\x47\x31\xb6\x50\x93\xa3\xe9\xb4\x86\x28\x44\xdf\x19\x4c\x20\x8a\xdc\x99\x0c\x93\x8f\xd9\x44\x72\xb1\x76\xaa\x49\x64\x13\x74\x1a\x93\xc9\x24\x6b\x0a\x61\x73\x32\x09\x12\x99\x4a\x90\xd8\x88\xd7\x14\x8d\x78\x49\xd9\xa8\x97\x54\x2d\xf8\xe6\x3c\x81\x2f\x19\x2c\xfa\x9c\xb1\xbb\xd2\xb6\xd3\x59\xeb\x63\x26\xeb\x3c\xe7\x60\xbd\x0f\x39\x5a\xef\x29\xa7\xa6\xf9\x72\x8b\xb5\x5c\xae\x96\xbd\xcd\x6a\xa3\x37\x4d\xf5\x7b\x2c\x68\x93\x87\x62\x6d\x5b\x53\xce\x36\x8f\x97\x5a\x8c\x57\x42\x8b\xf7\x4a\x8b\x03\x73\x49\x0e\x5c\x2a\xd9\xa1\x8b\xa5\x38\xe3\xb8\x88\x6b\xf6\x47\x5d\xd3\xf7\xe0\xbc\xf3\xd5\x38\x72\xae\x59\x25\x67\xab\x73\xec\x4c\xf5\x2e\x39\xac\xc1\x65\xab\x95\x5d\xb1\x52\xa3\xab\xb6\xd6\xe4\xc4\x96\x9a\x3d\xd8\x5c\xab\x47\x9b\xaa\x78\x63\xb9\xaa\xb7\x36\x08\x78\x6f\x49\xd0\x37\x67\xda\xf8\x60\x9d\x58\x1f\xad\x15\xe7\x93\x45\xf1\xbe\x58\x10\xf2\xd5\xa8\x04\x2f\x46\x84\x09\x4c\x95\x48\x68\x72\xb3\x96\x26\x49\x26\x67\xa2\x64\x22\xc3\x52\x28\x18\x92\x4a\xd1\x78\x11\x4a\xc6\x89\x36\x6b\xd7\x1c\x48\x83\x0a\xa4\x06\x14\x03\xa2\x2a\x06\x8b\x55\x4d\x70\x58\xd4\x06\xc2\xac\x2d\xb4\x8e\xea\x42\x44\x56\x1f\x32\x06\xf5\xcd\x39\x57\x0a\x82\x4e\x89\x01\xad\x06\x36\x68\x34\xb0\x43\x50\x66\x0f\xaa\xcc\x01\x44\x99\x23\x14\x8d\x9c\x21\x6b\xe4\x02\x49\x23\x0b\x44\x4d\x11\x80\xdb\xa0\x42\xd0\x14\x1d\x04\xcd\x91\x80\x34\xc7\xd0\x19\x3b\x73\x67\x85\xa0\x25\x6a\x63\x42\x60\x2d\xc9\x42\xd4\x92\x3c\x24\x6d\x01\x46\xd1\x92\x18\xaa\x96\x94\x40\xb5\xa4\xd2\x1c\xef\x24\x68\xb4\x64\x40\xa7\x25\x1b\x24\x6d\xc3\xc6\x9a\x33\x61\xd2\xa6\xed\xab\xf6\x9f\x41\x35\xe7\xd2\x7c\xe7\x2c\xc6\x6a\x2a\x60\x48\x53\x31\x86\x35\x15\x67\x92\xa6\x42\xa6\x6a\x2c\xc1\xa8\xc6\x12\xad\xd1\x58\xb2\xf5\xca\xa5\xda\xa0\x5c\xd4\x26\x0d\x15\x6d\xd5\x50\xed\x6e\x99\x3b\xab\x54\x83\x23\xf5\x35\xba\xa8\xbe\x66\x57\xd4\xd5\xea\x54\x5d\x1b\x5b\x75\x6d\x54\xd5\x8a\xf5\x49\xad\xf8\x66\x98\x85\x08\xd5\x08\x93\x57\x23\x89\xa2\xa2\x14\xaa\x8a\x52\x03\x2a\x8a\x06\xaf\xa8\x18\xa2\x1a\x35\xa1\xaa\x51\xc7\x46\xad\x7a\x26\xb5\xda\xcc\x92\x53\x66\xe9\xff\x2e\x62\x94\x34\x45\x52\xd6\x1c\x93\x46\x2d\xb1\x6a\xd2\x9a\x50\x8b\x6a\x72\xcd\x18\xfc\xdb\xd1\x18\x54\x60\x0e\x08\x10\x98\x9b\xcb\xc5\x11\x09\x02\x27\x8c\x40\x5c\x30\x03\x71\xc5\x0a\x2d\x18\x07\x20\xd6\xa6\x19\x22\x18\x07\x14\xd1\x10\xf8\xd8\xd4\xae\x8f\xc6\x24\xf0\xd1\x9a\x02\x3e\x3a\x23\xe0\xa3\x37\x0a\x3e\x92\x45\xf0\x31\x58\xdb\xe9\xc1\x45\xb6\x01\x5c\x8c\x96\xc1\xc5\x64\x53\x67\x01\x17\xb3\x15\x70\xb1\x58\x6d\x74\x08\x2e\x56\x67\xc1\x46\x71\xae\x93\xc0\x46\x75\xdc\x19\xa1\x3d\x98\xc1\x26\x74\x05\x4c\x42\x27\x60\x92\xf1\xd0\x89\x60\x92\xf5\xb6\xd3\x83\x49\xce\x13\x60\x72\x9e\x3b\x23\x60\xf2\x3e\x77\x16\xc0\x44\x5e\x1a\x09\x3a\x11\xa0\xc5\xc9\x9d\xae\x93\x3a\x03\x40\x62\x8a\x9d\xa9\xb3\x74\x4a\xa7\x36\xb6\x4e\x4c\x2d\xfe\xc7\xc4\xc1\x75\xfa\xce\xd0\xc9\x9d\x4d\xcf\x71\xc8\x9d\x15\x6c\xe2\x20\x8d\x0c\xe0\x12\x33\x82\x4b\x81\x2d\xf8\x14\xd8\x75\x12\x50\x22\x0e\x10\x12\x31\x03\x27\xe2\x04\x31\x79\xce\x90\x92\xe7\x0a\x39\x79\x16\x28\xc9\xb1\x42\x4d\x2d\x08\x91\x64\xa3\x01\x4d\x36\x3a\x6c\x21\x98\x47\x4c\xd8\xec\x5c\xc2\xc8\xe8\x12\xc4\x88\x3e\x6a\x4c\x48\x51\x63\xc1\x10\x25\x56\xe4\x58\xa3\x60\x8c\x35\x01\xa6\x58\x12\x62\x8e\x39\x19\xac\x31\x35\x5d\x13\x53\xf2\xa8\x31\x26\x32\x10\x39\x05\x83\x31\x24\x36\x26\x52\x4a\xc6\x46\x9f\xb2\x71\xd1\xa5\x62\x28\xba\x54\x4d\x88\x36\x89\xe1\x68\x32\x98\x18\x31\xa3\x49\x11\xb2\x31\x99\x35\x5b\x53\x58\xb2\x33\xc2\x35\x7b\xa3\x5c\x32\x59\xe0\x9c\x83\x45\x4e\x99\xad\xe1\xe6\xa1\x5b\xe6\x9c\x6d\x8b\xe9\x8b\xf5\x1c\x72\xb5\x81\x29\x8b\x65\xf6\x4d\x65\xb3\x6b\x2a\x9b\x6d\x41\x9b\xd9\x14\x63\x0b\x63\xb1\xb6\x72\xf3\x15\x24\x68\xf1\x0e\x82\x14\x72\x18\x6a\x09\xce\x84\x52\xd8\xd9\x90\x4b\x74\x2e\xa4\x92\x9c\x0f\x4d\x89\x53\x68\x4a\x3c\x04\x2e\xc5\xc5\x10\x4a\x75\x2d\x02\x10\x97\xbb\x63\x5c\x82\xab\xe0\x6a\xb0\x15\x9d\x04\x53\x8d\xd3\x80\xd5\x7a\x0c\x58\x9d\x37\x01\x6a\xd3\xcf\x5a\xbd\x77\x4d\xaf\x7a\x4f\xb5\x06\x4f\xcd\xdf\xf7\x81\x72\x8d\x9e\x29\xd5\xe4\x53\x67\xa6\x58\xb3\x2f\xc4\xb5\xf8\x4a\xa1\x56\x2f\x44\x55\xbc\x92\xaf\x42\x48\xae\x2a\x35\x1f\x1f\xc8\x92\x15\xa4\xe6\xe3\x1b\xf2\x84\x62\x88\xa8\x05\xca\xcd\x19\x6d\xde\xba\x88\xa7\xe4\xab\x34\x9f\xbd\x4a\xf7\xd9\x25\x90\xf8\x2c\x81\xd4\x27\xe1\x00\x3e\x4a\x0c\xe8\x59\x62\x30\x3e\x48\x0a\xce\x07\xc9\xc1\x7b\x92\x1c\xc8\x7b\x29\x21\x78\xd7\x1c\x53\x6f\xa5\x86\xe4\x8d\x48\x8b\x52\x45\x43\xe9\x14\x0f\x4d\xdb\x3a\x55\x60\x70\xa2\xc8\xe8\xaa\x22\x5b\x57\xd4\xb0\x73\x59\x2d\xfb\xce\xe0\x92\x3a\x66\xd7\x16\x67\x74\xac\x9e\xb3\x0b\xea\xb9\x38\x52\xe2\xea\xbc\x12\xab\x73\x1a\x22\x74\xa2\xb3\x1a\xa2\x75\x46\x39\x3a\x87\xca\xb1\xf9\x46\xb1\x39\xee\x1a\x23\x5b\x69\xd3\xcc\x8a\xa6\x98\x6d\xd5\x14\x8b\x2d\x9a\xa2\xd8\xac\x39\x36\x55\x9b\x13\xda\xa8\x39\x19\xdb\xcd\x40\xa7\xb7\xcd\x30\x90\xa5\x66\x06\xac\xd7\x92\xa2\x75\xda\xe3\x43\xad\xa9\x74\x8a\x35\x5a\x93\x5a\xd4\x9a\xd1\x82\xd6\x6c\x8c\x6a\xcd\xae\xd3\x9b\x16\x07\x04\x53\x55\xda\x84\x52\xc9\xa9\x33\x9b\x16\x2b\x54\xd3\xe2\x06\x69\x2c\x60\xa2\xd6\x62\x3a\xad\x61\xad\xc5\x9b\xa0\xb5\x50\x27\x77\xa6\x16\x06\x96\x6c\x48\x4b\xa9\xc6\x6b\x29\xd2\x58\xa1\xd3\x18\xaf\xb9\x5a\xe3\x34\x57\xdf\x19\x8c\xd3\x54\xb9\x33\x19\xa7\xb1\x96\xce\xf6\x2c\x57\x6d\x14\x34\x5e\x83\x98\x4e\x67\x7c\xff\xda\x87\x94\x84\x0d\xa9\x97\xd8\x99\x4d\x50\x27\xd5\x04\xb5\x22\x8d\x0a\x26\x34\x83\x61\x82\xa2\xb6\xe0\x14\xd5\x1b\xbf\xfb\x3a\x43\x41\xa3\xc1\xc9\x30\xfc\x4d\x3b\x23\x7f\xfb\xe5\x1f\x5e\x7c\xff\xe2\xdf\xbe\xfd\xea\x67\x37\x0c\x5e\x6c\x7e\xbb\x5a\xbf\x4a\xdb\xff\xfb\xcd\xd7\xfb\x24\x51\xbf\x7d\x7c\x6f\xc3\xd7\x27\x0f\x69\x7f\xe4\xc5\xea\xdb\xb4\xde\x7e\x64\xd7\xb8\x93\xbb\x9f\x2f\xb7\xd7\xdf\xc8\x66\x93\xae\x64\x57\xd7\xcf\x6e\xaf\xfb\xd5\x7a\xbd\x5a\xff\xf3\xaa\xca\xe3\x5b\x1a\x9e\xdc\xb9\x2b\xb0\xdf\xff\xb3\x1b\x1e\x3f\x5f\xbe\x4d\xd7\x8b\xda\xb7\x33\xff\xf8\x13\xf5\x23\x4f\xbc\x78\xff\xfa\x27\x9e\x3a\xdd\x02\xf9\x9b\xc5\x66\xb3\x58\x5e\xfd\x4c\x3d\x7a\xdc\xed\x6c\x5c\xcc\xd7\x53\x18\xc6\xd5\x7c\x3d\x35\x61\x18\x53\xfb\xcb\xc3\xb8\x99\xaf\x67\xcb\x69\x1a\xc6\xeb\x76\x62\xf8\xe4\xd3\xfb\xa9\x59\xbe\x79\xfe\xdd\x77\xcf\x7f\xf7\x2f\xdf\xff\xe9\xcb\xaf\xff\xf8\xd5\x7c\x72\xef\x70\x32\xca\xec\xf9\xef\xfe\xf4\xe5\xd7\xcf\x7f\x73\xb8\x7e\xef\xb0\x5d\x3f\x3c\xf0\xfc\x77\x2f\xbe\xfe\xfe\xcb\x6f\x9f\xdf\x15\x71\x38\x33\xb9\x9d\x2e\x6f\x6e\xa6\xcb\xf9\x87\x83\xac\x6f\xc6\x72\x7f\x6f\xb6\xbb\xdf\xdc\xf7\xef\x6a\x1c\xd2\x56\x97\x74\x7d\xdd\xdf\x26\x18\xb7\xc3\xcd\x4d\xfb\x70\xf8\x01\x6d\x31\x2b\xab\x2a\xf3\xf5\xb8\x98\xad\xd6\x8b\xab\xc5\x32\x1d\x66\xc7\x7c\x39\x2e\x0e\xbf\x6e\xef\x7f\xbb\x5d\xcc\xf2\x30\xdd\x8e\xfd\xf7\xf1\xd7\xeb\xd5\x76\xb5\x7d\xff\x5a\x66\xdb\xd5\x77\xdb\xf5\x62\x79\x35\x7f\xd0\xad\x93\x8b\xdd\xdc\xfc\x61\x73\xd6\xbb\xfe\xfc\x6c\xb2\x7b\xc5\xa1\xd5\xf9\x74\x72\x79\x38\x7c\xb5\xab\xf1\x76\xdc\xde\x4e\xfb\x8d\xc3\x58\x7f\xaa\x65\x8b\x71\x75\xb2\x63\xff\x5d\xe3\x3e\xdb\x4f\x91\xb3\xb7\x6d\xb4\x37\x67\xba\x5a\x9f\x4d\x3e\x7b\xba\x7d\xfa\xd9\xe4\xbc\x7d\x58\x3f\xfd\x6c\x32\x3b\xdb\x27\x3a\x38\x4b\x6b\x69\x27\x4f\x73\x97\x2f\x86\xd9\x0f\xab\xc5\x72\xfa\xd9\x64\x3c\x9b\x7c\x36\x3c\xfd\x6c\xf2\xd9\xb8\xbc\x3f\x76\xe3\x6a\xdf\x83\x1f\xef\x9b\xdb\x69\x19\xc6\x97\x3f\xd9\x80\xc7\xc5\xef\x93\xf4\x54\xea\xb3\x57\x6f\x36\xdb\xb3\x2c\x67\x2b\x3d\x6b\x7d\x7d\xf6\x59\x7f\xcb\xe0\xbe\x40\x8b\x5f\x26\x90\xfe\x84\x40\x8f\x8b\xf3\xe2\xa5\x9c\x2d\x96\xdb\xeb\xae\xd6\x96\x57\x67\x3d\xc3\xde\x5f\xb6\x67\x6f\xd3\x7a\x91\xf2\xb5\x1c\xa5\x7c\x97\x36\x67\xcb\xd5\xf6\xec\xf5\x7a\xf5\x76\x51\xa5\x9e\x6d\x57\x67\xdb\x97\x72\x78\x6e\xdf\xf3\xad\x2b\xef\xad\x8b\x71\xfd\x8b\x24\xbf\xfb\x25\xf8\xf5\xdd\x4f\xf0\x8f\xe4\x77\x3e\x49\x49\xf6\x6a\xff\xba\xd2\x62\x5c\x8d\x69\xdc\xf4\xd7\xc7\xb0\xa7\x3b\x38\xe4\x7f\xd9\x57\x75\x3d\x7b\x39\x4c\xa5\x27\x37\xde\x95\x7b\xf1\xa1\x95\x76\xfe\x66\x76\xbd\xd8\xca\x3a\x5d\x8f\x7d\x2a\x9d\xb7\x5b\x66\xfd\xe3\xed\xe5\x27\x87\x3d\x10\xdf\xce\x2f\x2e\xc7\xab\x39\x8c\x79\x2e\xbf\xba\xfa\x75\xde\x17\xfe\xab\xab\xa7\x4f\x77\x4b\xef\xfd\x3c\x5f\x5c\xf5\xfc\xb5\xa7\xd5\xbd\x1f\x86\xb7\xfb\xdc\x54\x8f\xd6\xf5\x7e\x5f\xd1\xf0\x89\x5c\x6f\xe4\xec\xf4\xe9\xeb\xfe\xf4\x83\xe4\xc0\xe9\xc9\x93\x9f\x2c\xb1\x27\x49\xd8\xe5\xee\xdb\xa9\xe8\xe9\xb6\x67\xf5\x6c\x9f\xd2\xb0\xaf\xa8\x4b\xfc\xfd\x7c\x5f\x7b\x4f\xd3\xb8\xba\xb9\xf9\x74\xfa\xfd\xd9\x62\x79\xb6\x1a\x86\xed\xcb\xf5\xea\x5d\x7f\xad\x48\xa7\xdf\x8f\x9b\x9d\x0a\x7a\x37\x5f\x5d\x7c\x7f\xbf\x85\xd2\x65\x7c\xf7\xe4\xc9\x64\x37\xfc\x93\x4f\x0f\x62\xb6\x73\x7b\xd1\xef\xce\xdd\xdc\x4c\xdf\xcd\x0f\xb7\xce\x4f\x4e\x3f\x68\xe5\xbb\x2f\x76\x7a\x66\xfa\x6e\x38\x9f\x4c\x86\xf1\x5e\x93\x1f\x96\xf0\xc5\xb1\x17\xce\xdf\xcc\x56\x5d\xba\x7d\x77\xbc\x7b\xac\x6b\xb5\x8b\xdd\x3b\xe1\xab\x87\xf2\xbc\xdf\x25\x1a\xfc\x62\x31\xab\x69\x2b\x17\xfb\xc3\xcb\xf3\xe3\xe3\x57\xc3\x74\x7f\x72\xf8\x62\xff\x61\xf6\x3a\xad\x37\x52\x0f\x89\x5a\x76\x69\x55\x3e\xf9\xf9\x81\xfa\x4d\xda\xca\x8b\xc5\x2b\x39\x0c\xd5\xf8\xd5\x71\xb0\xde\x0d\xb7\xc3\xed\x03\xd1\x57\x5d\xf4\x9f\x94\x7a\xbb\x78\xf5\x5f\x91\x7a\xfc\x2f\x4b\xfd\xb0\xc3\x17\x5d\xea\xe9\x4f\x8a\xbd\x9b\x02\x8f\x08\xfe\xc3\x2f\x14\x7c\x78\xf2\xe4\xab\xd9\xa6\xa4\x6b\x79\xf2\x64\xfa\xee\xf3\xf9\xfe\xe0\xe6\x06\x87\x5f\xd0\xa6\xfb\x4b\xe6\xb1\x16\x7d\x38\x6d\xd1\xf2\x6e\x0a\xfd\x65\xfe\x7e\x56\x5e\x2e\xae\xeb\x5a\x96\xe3\xef\x0f\x8b\x6a\xfc\x6e\xbe\xba\xf8\xfd\x2e\xa1\xf5\xeb\xe9\x77\xa7\x6b\xea\xe5\xf4\xf7\xe3\x9d\x4e\x3b\x2c\xaf\x17\xf3\xef\xa6\xaf\xa6\x7f\xb9\xd3\x65\xc3\x4f\x24\x59\xda\x6b\x8d\x61\xf8\xa4\xbf\x67\x3e\x5b\x6c\x76\xef\x9b\xbf\x18\x6e\x6e\xa6\x2f\xe6\x17\x2f\x2e\x0f\x6d\xde\xa7\x6d\x7a\x3b\xbe\xf8\x58\x71\x1f\x59\x54\xf2\xf1\x45\x25\xb7\xad\xea\xdb\xd3\xfe\x78\xb5\xeb\x8f\x9e\xf0\xf5\x9b\xf9\xfb\x43\xca\xdd\x8b\x77\x97\x37\x37\xc7\xa3\xd9\x6a\xfb\x52\xd6\xa7\x5d\x51\xa7\x87\xee\x7a\x37\x9e\x1a\xe7\xe3\x23\x43\xef\x9e\xfb\x2d\x79\x35\xfd\x66\xff\xd0\xc1\x41\x78\x64\xa1\xfc\xc7\xdd\x00\x7d\xf3\xc9\x03\xb1\x26\xf3\xc9\xd3\x77\x97\x7b\x81\x9b\x9b\x3c\xfb\xf6\xfa\xcd\x3a\x5d\xff\xe1\xcd\xb5\x6c\x4e\xe4\x2b\xd3\xcf\x7e\x7c\xf5\x6c\xb1\x33\x80\xe9\x6d\x5a\x5c\x77\xd3\xb8\x58\x9e\x35\xcb\x76\x26\xcb\xb7\x8b\xf5\x6a\xd9\x5c\xf9\xd9\xbf\x2f\x5f\xac\xdf\x9f\xbd\x5e\x5d\xbf\xd7\xc5\xf5\x75\xb3\x8c\x8b\xed\xd9\x9b\x4d\x37\x91\xff\xfb\xe0\x29\xfd\xcf\x66\x71\x9f\xbd\xee\x65\xaf\x5b\xd9\x93\x7f\x5f\x9e\x5a\xce\x83\x3b\x78\x98\x22\x5f\xee\x12\x5e\x9f\x08\x33\xdd\x8e\xbb\xe1\x7b\x3f\xdb\x15\xd3\x9c\xe5\xdb\x61\xb6\x91\xeb\xd6\x0d\xef\x9e\xb5\x9e\x54\xdd\xc8\xf6\xe6\x06\x86\xe1\x93\xd3\x3e\xf8\xf2\xe1\xd0\xb4\x21\xfd\xf4\x9b\xff\xf6\xf1\x19\x7f\x2c\x47\x4f\x82\xf3\xf1\x77\x34\xe5\x98\xdf\xed\x0b\x39\x97\xd9\x5a\xea\x9b\x22\xa7\x53\xf7\x2e\xab\xf9\xbd\x1d\x5b\x8f\xdb\x0c\x3f\x79\xb2\xee\x79\xfa\xe6\xf3\xf9\x71\x12\x3f\x79\xb2\x7d\x70\xee\x8b\xf5\x4e\xd0\xa7\xf3\xed\x6c\x3f\xb5\x77\x8a\x62\x3b\x8c\x72\x3b\x8c\x17\x97\xc3\xed\xf4\xed\xc9\xcb\xd1\x6f\x4f\x96\x4d\x79\x90\x08\x78\x7f\xe1\x65\xda\x9c\x24\xae\xba\x7b\xf3\xb4\x4d\x14\xb9\x1d\xaf\x64\xfb\xd8\x65\xb9\xd8\x5e\xde\x8e\x9b\x7b\x17\x9b\xb7\xd6\xce\xcf\xd7\xad\xc3\x6e\xef\xc7\x21\xad\xe5\xbb\x66\xcc\xe1\x72\x3e\xd9\x7f\x9e\x8c\xed\xc2\x6e\xb9\xce\xf1\x72\x3e\xd9\x7d\x9c\xdc\x4e\xdf\xdc\xdc\x4c\xdf\xdc\x45\x14\x57\xf3\xcd\x2c\xdd\xdc\xa4\x31\x9f\x3a\xf3\xc7\x96\xca\x2e\xae\x18\xf7\xc9\x82\xd3\xb8\x99\xf7\x58\x62\xa1\xd3\x63\x46\xef\xf5\x3e\xcb\xe8\x3e\x8b\xd0\xd7\xab\xa6\x6f\xf7\xef\x10\xef\xe6\xf8\x56\xd6\xff\x9c\xca\x4b\x99\x7f\xd8\xa9\xf7\xf3\x0f\xb7\x63\xdd\x5b\x8f\xf6\xf9\xf5\xdd\x54\x3e\xff\x70\x7b\x7b\xfa\xe8\xc3\xd7\x42\xe7\x87\x4b\xfb\xf8\x77\x2a\x3d\x1b\x3c\xce\x77\x09\x8f\xda\x24\x38\x66\x01\x3c\xfa\x70\xfb\x54\xd2\xdb\x8f\xcc\xa2\x1f\xcd\xb8\xc7\x26\xc9\x9d\x77\x73\xa7\x1b\x4f\x67\xdd\x17\xf7\x8e\x1e\x4e\xa5\xdd\xe1\x71\x42\x1d\x27\xe9\x61\x92\xcf\xf1\x8b\xf5\x05\x5c\xde\xdc\x4c\x26\xe7\xeb\x7b\x5d\xb0\x6f\xe7\x63\x6f\xa5\xbe\x9a\x6e\x66\x69\xb3\x1d\x37\xb3\xeb\xde\xeb\x9b\xf1\xa4\xcb\xef\x0e\x36\xa3\x8c\x7b\xb3\x7e\x0c\xbd\x86\x7d\x1d\x6b\xd9\xac\xae\xdf\x1e\xad\xe8\xc3\x90\xee\xc3\xae\xe8\xf3\xae\x01\x4f\xed\xe3\x6c\xf3\xe6\xf5\xeb\xd5\x7a\x2b\x75\x37\xe4\x9b\xdf\xeb\xf4\x28\xc8\x70\x01\x97\x87\x91\xbc\x92\xed\x97\x9b\xed\xc3\x92\xcf\xba\xf0\xb7\xe3\x83\x8e\xdd\x76\x8d\x7c\x1a\x28\xce\xb7\xe3\xa7\x32\xfb\xfe\xfb\x6e\xf1\x4f\x34\xd3\xf1\x5b\x81\xe9\xc3\xaf\x39\x0e\xb7\x1f\x43\xaa\x8d\x6c\x5b\x9c\xf2\x7a\xbd\x2a\xb2\xd9\x9c\xfd\x79\x5f\xf6\x9f\x8f\xb1\xd6\x9f\x77\x82\xfc\x79\x32\x7c\xd2\x2b\x4f\x9b\xed\xfc\x58\x6b\x53\xb2\xcb\x56\xf0\xf5\xe2\xaf\xf2\xaf\x69\xf3\x72\x9b\xae\x9e\x2f\x77\x5a\xf8\xfc\x53\x1c\x17\x57\xcb\xd5\x5a\x5e\xa4\xab\xf3\xdd\xbf\x15\xac\x0e\x69\xf5\x56\xb3\xe3\xa5\x83\x2f\x77\x2c\x7d\x97\x1c\xfd\xbe\xf5\x3e\x5c\x1c\x1e\x6f\xe7\x97\x67\x7b\xb9\x8f\xed\x3a\x06\x61\x69\x73\x96\xce\x76\x2e\xf3\xd9\x6a\x7d\xf6\xe5\x77\x2f\x66\x87\xa6\xec\x27\xc2\xfc\xd1\x79\xbf\xfd\xe2\x54\xab\xcb\xf0\x70\x95\x1c\xbf\x5b\x58\x8d\xe9\x38\x75\x2f\x96\x97\xf3\xe9\x6a\x2e\x17\xcb\xcb\x71\x9a\xe6\xdb\x8b\xe5\xe5\xf0\xc5\x31\xa2\x4b\xc3\xf4\x63\x9f\x3f\xdc\x8e\xab\x9b\x9b\x0f\xb7\xc3\x98\x76\x7f\x4e\xab\x5f\x3d\x52\xfd\xbd\x45\xda\x34\xe1\x4f\x95\x7c\xb1\xbd\x1c\xc6\x74\xb1\xbd\xdc\x95\xdd\x16\x5c\x53\x77\xe7\xab\x61\x5c\x1f\xeb\x3a\xde\x2e\xc3\x70\x2e\xb7\x53\x39\x2e\x95\xe5\x5e\x75\xed\x27\xf2\x7c\xfd\x23\x4d\xb6\x99\xaf\x9e\x3c\x59\x9d\x1c\xdf\xdc\xdc\xe9\xc2\xd6\x0d\x0f\xf5\xde\xf0\xe4\xc9\x34\xfd\x42\xe5\x37\x8c\x1f\x7e\xe4\x87\x9e\x5f\x4d\x4f\xbf\xbf\x3a\xc4\xa2\x32\x6e\x5b\x34\xba\x9e\xc3\xaf\xd6\xbf\xfe\xf1\x3f\xfa\xfc\x6a\xfd\xf4\xe9\xb0\xbd\x58\x5f\xde\xfd\x0b\xd0\xc5\xfa\xf2\xe4\x3f\x45\xa6\x53\x99\x3f\x58\xd1\xc3\x2c\x2f\x96\x75\x6f\xc1\xe5\xae\xa7\xca\x30\xbd\xd8\x35\xf1\x72\xdc\x36\xbb\x3d\x8c\x1f\x4a\x6b\xd8\xf9\xdb\x69\xda\xbb\xec\xc3\xb8\xd9\xae\xd3\x56\xae\xde\x9f\x5f\xcd\xf6\x1f\x17\xb2\x99\xf5\xaf\x0e\xea\xa2\xdc\x0e\xe3\x83\x98\xe1\x1f\xdb\xb2\xfb\x75\xfd\x7d\x6d\x3b\x0c\xd4\x2f\x6b\xdd\x89\x4b\xf6\x8f\x6d\xda\xa9\x9b\xfa\x77\xb5\xeb\x64\xd2\xfd\x7c\xd3\x6e\x87\xfb\x5f\xd7\x34\x4b\xbf\x58\xca\xb7\xeb\xd5\x6b\x59\x6f\x5b\xad\x93\x7b\xb6\x7f\xd2\xa7\xf0\x23\x99\x7d\x65\xf6\x4a\x5e\xad\x16\x7f\x95\xfa\x9b\xd3\xfb\x6f\x6e\xa6\x1f\xb9\x32\x9f\x36\xe5\xf7\xc8\x3c\xfd\x91\xd5\x9a\x0e\xfb\xe5\x3a\x8c\x1f\x29\xe9\x76\x94\xe5\x9b\x57\xb2\x6e\xae\x7a\xd3\xd6\x65\xb5\xd4\xc5\xd5\x9b\xfd\x31\xdc\x7e\xf4\xc1\x5d\x1e\xcc\xa3\x15\x98\xaf\x76\x51\xe7\x78\x54\x18\x77\xeb\xba\xbc\x59\xaf\x65\x59\xde\x9f\x7f\xe8\xe1\xe9\xf9\xe4\x70\x62\x72\x3b\xbe\x96\x75\x91\xe5\xf6\x78\x69\x7f\x3c\xb9\xdd\x29\x83\xf3\x0f\x9b\x97\xab\xf5\xf6\xfc\xc3\xab\xd5\x72\xfb\xf2\x7c\xd2\x65\x5d\x94\xc9\x58\xd3\xfb\x93\xa3\xf7\x92\xd6\xe7\x13\xf3\xac\x2e\xae\x16\xdb\xc9\xed\xf8\x4a\xea\xe2\xcd\xab\xe3\x53\xbd\x8c\xc7\x9f\x39\x1c\xde\x8e\xd7\xab\xe5\xd5\xf1\x89\x76\xf0\x73\x0f\xe8\x9b\xeb\xeb\xf3\x0f\xef\x44\xfe\xa3\xdf\xb7\x7b\xe4\x97\x3f\x7f\x3b\x6e\xbb\xa6\xdb\x37\xf0\xe5\xea\xcd\xc9\xd5\xf1\xd5\x62\xf9\x66\x2b\xa7\xd5\x1d\xda\xf4\x33\x37\x8e\x1b\x29\xab\x65\x7d\xd8\xb2\xbf\xf5\xb9\x2e\xde\xff\x5b\x2d\xe5\x77\xbb\xe4\xab\xbd\x0f\x0f\xad\xfe\xef\x29\xec\xf6\x76\x94\xdb\xe9\xf0\xc9\x5d\xa6\xcd\x7c\x7b\x79\x39\x7c\xf2\xff\x03\x00\x00\xff\xff\xec\xe9\xde\x0c\xd4\x01\x19\x00") -func web_uiAssetsVendor58fdd0e771754284c9d4160ecb48b3e1JsBytes() ([]byte, error) { +func web_uiAssetsVendor0908e86785159c01fb18e59dba43f500JsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsVendor58fdd0e771754284c9d4160ecb48b3e1Js, - "web_ui/assets/vendor-58fdd0e771754284c9d4160ecb48b3e1.js", + _web_uiAssetsVendor0908e86785159c01fb18e59dba43f500Js, + "web_ui/assets/vendor-0908e86785159c01fb18e59dba43f500.js", ) } -func web_uiAssetsVendor58fdd0e771754284c9d4160ecb48b3e1Js() (*asset, error) { - bytes, err := web_uiAssetsVendor58fdd0e771754284c9d4160ecb48b3e1JsBytes() +func web_uiAssetsVendor0908e86785159c01fb18e59dba43f500Js() (*asset, error) { + bytes, err := web_uiAssetsVendor0908e86785159c01fb18e59dba43f500JsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/vendor-58fdd0e771754284c9d4160ecb48b3e1.js", size: 1634074, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/vendor-0908e86785159c01fb18e59dba43f500.js", size: 1638868, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -886,12 +886,12 @@ func web_uiAssetsVendor69ef69e98b7d14d1513f8056b6c6b48dCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/vendor-69ef69e98b7d14d1513f8056b6c6b48d.css", size: 8067, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/assets/vendor-69ef69e98b7d14d1513f8056b6c6b48d.css", size: 8067, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x59\x5b\x73\xdb\xba\x76\x7e\xcf\xaf\xc0\x56\xeb\x93\xec\x99\x43\x08\x77\x80\xd9\x96\x67\x14\x59\x4e\x7c\xc6\xb7\xca\x76\x7a\xf2\xe4\x01\x09\xd0\x62\x4a\x91\x2a\x49\xc9\x71\x32\xfe\xef\x9d\x05\x52\x97\xd8\xd9\x69\xd3\xb3\x1f\x0c\x2d\x02\x0b\xdf\xba\x2f\x80\xf4\xe1\x6f\xc7\x97\x93\x9b\x4f\x57\x53\x34\x6f\x17\xc5\xd1\xab\x43\xf8\x41\x85\x2d\xef\x47\x03\x5f\x0e\x50\x5a\xd8\xa6\x19\x0d\xfc\x22\xf1\x75\x54\x54\xd6\xe5\xe5\xfd\xe0\xe8\x15\x42\x87\x73\x6f\x1d\x10\x08\x1d\x2e\x7c\x6b\x51\x3a\xb7\x75\xe3\xdb\xd1\x60\xd5\x66\x91\x19\xec\x2f\xcd\xdb\x76\x19\xf9\xff\x5e\xe5\xeb\xd1\xe0\x9f\xd1\xed\x38\x9a\x54\x8b\xa5\x6d\xf3\xa4\xf0\x03\x94\x56\x65\xeb\xcb\x76\x34\x38\x9d\x8e\xbc\xbb\xf7\x9b\x9d\x6d\xde\x16\xfe\x68\x52\x95\xcd\xaa\x40\xc9\x23\xfa\x60\x9b\x79\x3e\xa9\xea\xe5\xe1\xb0\x5b\xda\x13\x50\xda\x85\x1f\x0d\x9c\x6f\xd2\x3a\x5f\xb6\x79\x55\xee\xc1\x0e\x5e\x32\xae\x73\xff\xb0\xac\xea\x76\x8f\xeb\x21\x77\xed\x7c\xe4\xfc\x3a\x4f\x7d\x14\x1e\xfe\x8e\xf2\x32\x6f\x73\x5b\x44\x4d\x6a\x0b\x3f\xa2\x3d\x50\x37\xec\xc3\xa5\x41\xc7\x68\x95\x0f\xd3\xaa\xcc\xf2\xfb\xa1\x2f\xd7\x79\x5d\x95\x0b\x5f\xee\x8b\x38\xd0\xef\x0e\x18\x5b\x54\x6e\x55\xf8\xab\xda\x67\xf9\x97\x03\xc6\x0e\xf8\xf8\x80\xb1\x2d\x02\xcc\xb0\xc9\x01\x63\x7b\x10\x5b\xae\x65\x5d\xb9\x55\x0a\xe6\x6d\xd9\xea\xaa\x6a\x6f\x67\x67\x5b\x96\x03\x76\x02\x20\x27\x5b\x86\xa2\x4a\x2d\xec\xb8\x79\x5c\xfa\x2d\x97\x5d\xb5\xd5\x96\xa3\xad\xea\x3c\xef\x97\xf4\xbb\x03\x7d\xdc\x4d\x4f\x21\xe2\xd3\x8b\x8f\xbb\x15\xc6\x4e\xa6\xe3\x9b\xdb\xd9\xf4\xfa\x07\xdc\xff\xbc\x99\x5e\x1c\xdf\x5d\xcd\x2e\x6f\x2e\x21\x9b\xae\xf7\xb7\x1d\xdb\xb6\x97\x9d\xd9\xa2\xf1\xdb\x4d\x77\xe3\xab\xab\xb3\xd3\xc9\xf8\xe6\xf4\xf2\xe2\xee\x66\x7a\x7e\x75\x36\xbe\x99\xde\xfd\xe7\x6c\x7c\x75\x35\x9d\xed\x6f\xe8\xb8\x8f\xa7\x27\xe3\xdb\xb3\x9b\xbb\xf1\xf5\xa7\x8b\xc9\xdd\xe5\xbb\xeb\xe9\xec\xe3\x74\xd6\x4b\x6a\xeb\xd5\x86\xef\x1f\xff\x71\x3b\x9d\x7d\xba\x3b\xbd\xb8\x99\xbe\x9f\x05\xf0\x97\x58\x5b\x69\x97\x17\x67\x9f\xee\xde\x9f\x9d\x9e\x9f\x4f\x67\x77\x93\xcb\xf3\xab\xcb\x8b\xe9\xc5\xcd\x3e\xe8\x46\xdb\xf1\xd5\xd5\xbe\x51\x10\xfa\x9f\xc4\x6f\xed\xeb\xa6\x0f\x54\xe0\x60\x98\x61\x72\xc0\xde\x99\x84\x32\x47\x1c\x81\x85\x0d\x72\xed\x9b\xfc\xab\xbf\xf6\x35\x24\xdf\xb1\xcf\xec\xaa\x68\x9b\x7d\x59\x79\xf9\xd9\x87\xb8\x9f\xd8\x14\xc2\xe5\x37\xab\x12\x56\x21\x9b\xb7\x72\x21\xdb\xea\xaa\x28\x7c\xbd\x37\xb5\x58\x56\x65\x9f\x48\xf2\x78\x2b\x76\x72\x79\x71\x7d\x7b\x76\x37\xb9\xbc\xfa\x34\x3b\x7d\xff\xe1\xe6\xee\xd3\x74\x3c\xdb\x29\x4c\x18\xdd\x42\xf4\xac\xef\x4f\x6f\xee\xae\x3f\x8c\xb7\x3c\x1b\x63\xe2\xe7\x8c\x10\x97\xad\xdf\x0f\x18\xa3\x98\x12\x4c\x9e\x73\xbd\x3b\xbd\x18\xcf\x3e\xdd\x41\xbe\x6c\x39\xab\xa6\x79\xce\x76\x7b\x7a\x77\x7c\x7a\x3d\x7e\x77\x36\xbd\x9b\x4d\xc7\x67\x37\xa7\xe7\xd3\x17\x01\x7d\xc9\x3a\xbe\x98\x7c\xb8\x9c\xdd\x5d\x4f\xcf\xa6\x93\x1f\xe6\x40\xb5\xf4\xb5\x6d\xab\x7a\x12\x6a\xf6\x65\x4a\xf7\x90\x1f\x2e\xcf\xa7\x77\xfb\x25\x06\xcd\xac\x09\xe4\xc9\x01\x3b\x79\x78\x78\xc0\x5d\xf4\x71\x5e\x3d\xd7\x7c\x36\xbd\xba\xbc\x3b\xbd\xbe\xbe\x9d\x5e\xff\x04\xe2\x3e\x6f\xe7\xab\x04\xa7\xd5\xe2\x80\x9d\xcc\xa1\xcb\xa5\x55\xbd\x3c\x60\x27\x1d\xee\x01\x3b\xc9\x9b\x66\x05\x31\x3f\x29\x21\xd2\x27\xe9\xbc\xaa\x1a\xff\x5c\xd8\xf1\xe5\xe4\x67\x52\x9e\x29\x7a\xe2\xaa\xf4\x85\xa7\x03\xc4\xd9\x74\x3c\xbb\xf8\x09\x50\xe1\x6d\x5d\xe2\xad\x9e\x9d\xde\x3f\xc0\x19\x5f\x9d\xfe\x82\x3a\x76\x99\x3f\x47\xd9\x25\xe6\xcf\x61\x7e\xac\x4a\x52\x57\x0f\x8d\xaf\xf3\xec\x71\xbf\x92\x5a\xdf\x6c\x4a\xeb\xbb\xe2\xf6\x5f\xe0\x3c\x18\x2f\x97\x45\xde\xf5\xcb\xf7\x45\x95\xd8\xe2\xfb\xae\x35\x40\xc3\xa3\x57\x70\xf4\xfd\x16\x45\xe8\xfb\x4c\x7f\x8b\xba\x14\x47\x51\x14\x0e\xc7\x22\x2f\xff\x0b\xd5\xbe\x18\x0d\xf2\x14\x4e\xa3\xf6\x71\xe9\x47\x83\x7c\x61\xef\xfd\x70\x59\xde\x0f\xd0\xbc\xf6\xd9\x68\xf0\xed\x1b\x9e\x74\xc7\xc3\x95\x6d\xe7\x4f\x4f\xb6\x69\x7c\xdb\x0c\x33\xbb\x86\x6d\x11\x67\x5f\x38\x8b\x94\x50\x5a\x72\xcb\x88\x4c\x95\x55\x2e\xd1\x59\xcc\x1d\x71\x34\xb1\x9c\x24\x2e\xe6\x38\x00\x42\x0b\x69\x46\x83\xb0\x65\xf0\x17\xea\x40\xd5\x17\xaa\x22\xa5\x59\xca\x29\xd7\x42\x09\x95\x30\x91\x30\x2e\x93\x58\x52\x6a\xa4\x4e\x9d\x75\xfe\x3b\x1d\xc2\x96\x3d\x1d\xf2\xb2\xf5\xf7\x75\xde\x3e\x8e\x06\x83\x4e\xa1\xa6\x7d\x2c\x7c\x33\xf7\xbe\xfd\x5f\xb4\x58\xfb\xd2\x55\x75\xa4\x62\x9f\xa9\xd8\xc7\x26\xd1\x8e\x0a\x47\x25\xe5\x99\x21\x52\x25\x2a\x55\x89\x30\x0e\xa7\x4d\xf3\xd7\x08\xdc\x76\xf2\x28\x91\xc6\x66\x59\x26\x95\x95\xb1\xc9\x32\x2b\x3d\x15\x2c\xa6\xce\x58\x9e\x78\x15\xdb\xad\xcc\x57\x9b\x6b\xc1\xe1\x70\x73\x27\x3a\x4c\x2a\xf7\xb8\xbd\x2e\x1c\x96\x55\x77\x31\xe9\x66\x10\x3a\x74\xf9\x1a\x05\x95\x46\x83\x85\xad\xef\xf3\xf2\x2d\x22\x08\x4e\xe5\x3f\x06\x1b\x9e\xc0\x37\x67\x47\xff\xb0\x6b\x7b\x1d\x76\xa3\x19\x5c\xa1\x6a\xef\x0e\x87\x73\xf6\x1d\xdb\xf2\xe8\xaa\xf0\xb6\xf1\xc8\x97\x36\x29\x3c\xda\xdb\x93\x97\xe8\xb1\x5a\xd5\xe8\xc1\x27\xa8\x2f\x09\xd4\x56\x68\xd5\x78\xd4\x5f\xad\x6e\x4f\xf1\xe1\x70\xb9\x55\x6d\xe8\xf2\x75\x30\x61\xb8\xd3\x1a\x1e\x9b\xf5\x3d\xea\x2e\x49\x03\xaa\xcc\x00\xcd\x7d\x7e\x3f\x6f\x47\x03\xc9\x07\xe8\xcb\xa2\x28\x9b\xd1\x00\x4a\xf3\xed\x70\x08\x35\xf9\xc0\x71\x55\xdf\x0f\x19\x21\x64\xd8\xac\xef\x07\x47\x87\xf7\x28\xcb\x8b\x62\x34\xf8\xb7\x98\xc6\x27\x63\x33\x08\x8f\x51\xbd\x02\x1f\xf8\xb5\x2f\x2b\xe7\x06\x47\x87\x4b\xdb\xce\x91\x1b\x0d\xce\x99\xc2\x44\x1b\xc4\x19\xa6\xcc\x4a\x2c\x8d\x42\xdd\x48\x10\x45\x14\x68\xad\x23\x89\x65\x1c\x77\x74\x3f\x12\x58\x8f\x36\x33\xea\x9c\x6b\x4c\x48\x8c\x58\x8c\x39\x33\x96\x61\xa9\x50\x18\x3a\x14\x20\xa3\xcd\xa4\xa4\xfd\xd8\x61\x6c\x79\xcf\x85\xc2\x31\x55\x88\x53\xac\x54\xfc\x02\x03\x13\x49\x23\xcc\x68\x1a\x61\xc2\x0c\x26\x4a\x75\x04\xe5\x11\x2c\x61\x46\xcf\x85\xc0\xd2\x18\xc4\x24\x26\xaa\x53\x42\xa2\x6e\xdc\x88\x52\x9a\x45\x38\x8e\x59\xd0\xc0\xf4\x63\xb7\x88\x29\x61\x11\xc3\x46\x74\x7b\x44\x3f\x86\x45\x24\xb0\xd2\x0a\x6b\x25\x52\x4c\x34\x03\x1b\x31\x31\xa0\xa7\xc6\x84\x69\x44\x2d\xc3\x42\x71\xd4\x8d\x1d\x1e\xc5\x31\x03\x28\xa2\xf9\xb9\xe4\x38\xe6\x0c\x2c\x13\x84\x81\x62\x42\xa3\x6e\xdc\x28\x16\x77\xac\x9d\x83\xe2\x7e\xdc\x2c\x12\x25\x80\xa5\xb3\xe6\xfb\xad\x88\xe1\x58\x18\xe0\xd1\x61\xbe\x1f\x36\x6b\x94\x81\x91\x9a\x2a\xac\x94\x80\xbf\xb0\x42\xc0\x63\x98\x31\x73\x2e\x29\x36\xb0\x47\x62\x4a\xf8\x0f\xc2\x46\x09\x60\xc7\x42\xa6\x98\x70\x81\x19\x35\x98\x08\x8e\x05\x8f\xc1\x6e\xac\xa4\xf9\xa1\x35\x94\x83\xaa\xcc\xe8\x73\x11\xe3\x58\x0a\x24\x08\xa6\xf4\xa5\x00\xcc\xa9\x88\x28\x26\x5c\x87\xa8\x62\x0e\x41\xa5\xcc\x60\xcd\x68\x04\x8b\x28\x2c\x9e\x0b\x83\x63\x2d\x10\x55\xd8\xc4\x3f\x40\x89\x75\xc4\xb1\x30\x3a\xc5\x4c\x09\x2c\x84\xc2\x5c\x4b\xf0\x17\xe6\x54\x23\x8a\x85\xfe\x3e\x9d\xba\xf0\x30\x03\x6a\x13\x62\x06\xc3\xef\xeb\x41\x32\x85\x24\xc3\x8a\xf0\x34\xa2\x02\xf3\x98\x23\x12\x41\x9d\xa8\x88\x52\x2c\x95\xee\x1f\x98\xc4\x86\xab\x09\x16\x4a\x21\xca\xb0\x88\x0d\xfc\x50\x0e\xc1\xa6\xa8\x03\x02\xd2\x32\x89\x63\xae\x50\xff\xd3\xc5\x86\x86\xcd\x48\x62\x4e\x74\x11\x71\x4c\x95\x46\x02\x53\xaa\xc7\x8c\xe0\x58\x31\xd4\xff\x90\x8e\x5f\x63\x4e\x04\x32\x98\xf1\x09\x25\x98\xc6\x02\x51\x8a\x35\xe5\x48\x62\x8d\xa8\xc1\x50\x9d\x9a\x0a\x90\xaa\x15\x07\x6f\x52\x81\x34\x36\x8a\x21\x81\x85\x01\x71\x44\xc2\x1e\x19\x03\xbb\xe4\xc2\xfe\x48\x0e\xa3\xd8\xc4\x10\x40\xa6\x0b\xd0\xc9\x80\x4e\x8c\x07\x0b\x0c\x45\xfd\x4f\xef\xc1\xad\x05\xf4\xeb\x77\x2e\x54\x14\x71\x82\xa9\xfc\x48\x35\x24\x67\x4a\x22\xd1\x49\x82\xe2\x8a\x34\x36\x12\xc5\x58\xc4\x3d\xc9\xb0\x30\x90\x96\x12\x13\x61\x30\x67\x0a\x69\xcc\x24\xc3\x26\x96\x45\x84\xa5\x82\xe2\x13\x9c\xa7\xa0\x95\x12\x11\x16\x44\x45\x02\x2b\x63\x22\xac\x62\x1a\x29\x2c\x79\x47\x41\x0a\x28\x04\xc2\x14\x31\x88\x62\xc6\x7a\x52\x40\x1a\xaf\x29\xc1\x82\xb2\x94\x80\x1a\x06\xd6\x29\x63\xdd\x12\x54\x37\xd1\x3d\x4d\xb1\x11\x50\xc2\x02\x73\xa5\x23\xcc\x8c\x40\x5b\x11\x05\x96\x9d\x3f\x3b\x75\x18\x11\x58\xea\x48\x60\xad\x0c\xa8\x1b\x6d\x15\x9f\x28\x1e\x1a\x09\x37\x08\x9c\x21\x31\xa5\x0c\x6d\xdc\xf2\x75\xc1\x15\x36\x04\x2a\x29\x05\x39\x44\x99\x88\x62\x43\x18\xc4\x8b\x46\x06\x8b\x98\x77\xa4\xc2\x2a\x46\x24\xcc\x88\x88\x63\x2d\x58\x4f\xc3\xea\x3a\x92\x98\x10\x16\xbc\x4b\x14\xa4\xb9\x21\x3c\xac\xa0\x1d\x13\xea\x20\x50\x07\x0a\x10\x1c\xed\x04\xac\x01\x81\x7f\x5d\x44\x02\x1b\x03\x5d\x9e\x2a\x99\x12\xb0\x8c\x6b\x28\x4b\xc2\xc0\xa9\x54\x45\x1c\x2b\xa2\x3a\xba\xe9\x1e\xc0\x7f\xa6\x27\xc3\xfc\x5a\x42\x57\x0c\xee\x65\x1c\xb4\x21\x84\x85\x15\x8d\x76\x5c\xba\xe9\x90\x60\x33\xda\x81\x6a\xb0\x85\x33\xf3\x75\xc1\x24\xd6\x31\x54\x91\x54\x66\xde\xa9\xf5\x91\xf1\xd0\x78\x09\x68\x24\x75\x84\x05\xb4\x0c\x69\x00\x45\x2a\xbe\xa5\x19\xa1\x88\x44\x1c\x73\xc0\xe0\x0c\xbc\x13\xc2\xac\x94\x59\x53\xb0\x5c\x6f\x00\xa9\xc6\xda\xc8\x39\xc7\x9a\xa9\x22\x14\x07\x30\xa5\x0c\x8b\x00\xcd\x18\x9c\x71\x3c\xf4\xd4\x50\x43\x74\x43\x73\xcc\x84\x0c\xb9\x21\x08\xf4\x0e\x4e\x4d\x4f\x4b\x68\xa3\x6b\x68\x16\x52\x7f\x5d\x50\x83\x99\x8a\x24\xd6\x5a\xa6\x04\x71\x6c\x18\xa8\x49\x15\x43\x0a\x53\xc3\x22\x8d\x89\xdc\xd0\x0c\x13\xc3\x43\xd6\xc6\x0c\x8c\x33\x26\x52\x58\x07\x7e\x1e\x17\x58\x81\x93\xb5\x61\x29\xc5\x0a\x1a\xaf\x01\xbf\x19\x02\x95\x23\x40\x2a\x0d\x44\x28\x0d\x28\x5f\xa8\xa5\x00\xd2\x93\x14\xc7\xa1\x7b\x85\x6a\xc0\x0c\x26\x0c\x07\x9f\x13\x19\x85\x0e\xd7\x65\x6f\x08\x48\x88\x01\x14\xbf\xe8\x29\x85\x19\xe3\xc1\xa7\xb1\x81\x80\x6b\xc6\xc1\x28\x2e\xa1\x42\x63\xd6\xd3\x21\xef\x82\x53\xa8\x52\x98\x89\xa0\x96\x0c\xe5\x02\x9a\x40\x12\xc0\xf9\x11\x51\x78\x08\x05\x15\x41\x71\x28\xa8\xed\x18\x24\x29\xd3\x91\xd0\x75\x04\x74\x5a\xd0\x3c\x38\xa2\x6b\x0d\x14\x6b\x02\x87\x34\x04\x5a\x63\xca\xc2\x04\x1c\x91\x3a\x1c\xd2\x20\x4f\x88\x18\xda\xbc\x02\x3a\x86\xc8\xd0\x58\x75\xa4\x82\x23\xe1\xeb\x22\x04\x06\x9a\x39\xe1\x7c\x1e\xb2\x00\x72\xc2\xf0\x14\x60\x89\xd4\x58\x08\x1a\x04\x80\x9d\x52\xf1\x2d\xcd\x08\xb4\xc6\x90\x55\x11\xd6\x1c\xfa\x2d\x31\xe0\x2f\xa5\xcc\x26\x91\x00\xcf\xac\x69\x0c\x45\x3d\x8f\xba\xb4\x02\xd3\x69\x60\xd3\xd0\x2a\x84\x10\x5d\x47\x92\x58\xb2\x38\x1c\xf5\x5d\x81\xb2\x9e\x86\xd4\xea\x9a\x97\x20\x3a\x0a\xa9\xd5\xd3\x21\xb5\x7a\x51\x5f\xcf\xa1\x25\x73\x8d\x65\xcc\xbb\x6c\x36\x1f\x63\x70\xf5\x19\xcc\xc7\x6b\x66\x60\x25\x74\xe3\xe1\xfd\xd1\x21\xdc\x08\xc3\x15\xb3\xbb\x5f\xf6\x2f\x26\x76\xf7\xf2\x35\xfc\xdc\xc0\x0b\x8b\xb3\xad\x8d\x76\x17\xf2\xee\xe3\xda\xd1\xab\x6f\xdf\x60\x79\x5a\xa6\x95\xf3\x08\x3f\x3d\x85\xcb\xea\xee\x82\xbd\x41\x6d\xea\xf4\x4f\x6f\xf9\x79\x99\xb7\x91\xa7\x71\x16\x67\x24\xf1\x59\x6a\xa9\x8f\xb5\x74\x29\x37\x89\xcf\x54\xe6\x0c\xa7\x36\xc5\x9f\x9b\xc1\xd1\xaf\x22\xf7\x2f\x2c\xd2\x64\xce\x11\xaf\x35\xd5\x52\x30\x23\xd2\xd8\x09\xaa\x88\x4f\x13\x61\x12\xee\xe9\x0b\xec\x1d\x7c\x77\x13\x5f\xdb\x1a\xd9\xe5\xd2\x97\xae\xbf\xc8\x8f\x50\xb6\x2a\xc3\x47\xa0\x37\x4d\x9d\xfe\x8e\xbe\xf5\x17\x76\x60\xfc\xf7\x66\xc3\xe3\xaa\x74\xb5\xf0\x65\x8b\xd3\xda\xdb\xd6\x4f\x0b\x0f\x4f\x6f\x5e\x77\x0c\xaf\x7f\xff\xa3\xdf\xd5\xef\xc0\x4d\x9d\xa2\x11\x18\xb4\x59\xd8\x02\xc0\x1b\x0c\xee\x34\x98\xcc\xf3\xc2\xbd\xe9\xb7\xf4\x10\x4f\x61\xcc\xb3\x37\xbf\xbd\x79\x7d\xe3\xbf\xb4\xc7\x1e\xc2\x51\xbf\x86\x17\x8e\x87\xbc\x74\xd5\xc3\xef\x3b\x1d\xf7\x0d\x79\xf3\xfa\x4f\x3c\xe7\x21\xa0\x79\x79\x1f\xe5\xa5\xf3\x5f\x7c\x13\x69\xe9\xbd\xa5\x2a\x61\x32\xd6\x54\xb9\x44\x64\x8e\x2a\xe6\x3d\x33\xdc\x31\xeb\x25\xfe\xdc\xec\x0c\xfa\x35\x11\xa9\x4b\x24\xc9\x12\x67\x13\xe5\x84\xe3\x99\xcb\xa4\x16\xce\x69\x23\x32\xad\x1d\xd3\x7b\xd0\x7b\x86\x76\x76\xe1\xc9\xf5\x35\xfa\xdb\xdf\xd0\xee\x09\xfb\x26\xb5\x4b\xff\xab\x06\xa7\x4d\xd3\xef\x8c\x8c\xa4\x86\xc7\x09\xf7\x96\x3a\x92\x08\x9f\x88\x54\x13\x13\x0b\xa1\x5c\x26\x7d\x9c\x3d\xd3\xe7\x57\x93\x72\xe1\xdb\x3a\x4f\x9b\x68\x59\x57\xeb\xdc\xf9\x7a\xfb\x9a\xcb\xa9\xd3\x9e\x27\xc4\x67\x3a\x95\xc6\x29\xc6\xb9\x49\xb5\xd3\xd6\x5b\x9b\x49\x21\xff\x5f\x25\xf0\x52\xda\xb2\xae\x16\xbe\x9d\xfb\x55\x13\xc9\x8c\xd3\xc4\xf2\x44\x67\x99\x33\x92\x64\x36\xa6\xca\x12\xab\x55\xcc\xb9\x8f\x95\x79\x21\xf1\xdb\x37\x54\xdb\xf2\xde\x23\x3c\xfd\xd2\xd6\xfd\x6b\x6d\x83\x9e\x9e\x5e\xe8\xf2\xf4\xb4\xb7\x13\xf6\xf9\xd2\xa1\xae\x3d\xfc\x1f\xb4\xde\xf5\x19\xe5\xd2\x54\x29\xa2\x95\x4d\x95\xcf\x9c\x49\x53\xc9\xd2\x38\xce\x0c\xa1\x2a\x71\xa9\xf8\x33\xa7\x74\x85\x3b\xa9\x9c\x3f\xcf\xeb\xba\xaa\xf1\xa2\x72\xfe\x76\x76\x86\x46\xdb\xbc\xa8\xfd\xb2\xb0\xa9\x7f\xbb\xab\xe5\xf2\xef\x08\xd8\x76\xa9\x83\x50\xf3\x90\xb7\xe9\xfc\xcd\xf3\x69\x84\x52\x78\xc5\x7f\xfd\xd9\xae\x6d\x5f\xce\x6f\xf7\x16\x01\xbc\x5d\xd5\x25\xfa\xd3\x74\xab\x9c\x5f\x04\xc5\x86\x00\x3d\xdc\xe1\xec\x91\x91\xd6\x8c\x9a\xd4\x51\xa6\x8c\xb7\xca\x65\x5a\x6a\x2d\x29\x15\xd6\x13\xa3\xa4\x52\x90\x89\x7f\xbc\xd0\xa9\x5e\x25\x8f\xff\x9a\x36\x80\x10\x86\xc8\x5b\xc1\x53\xcb\x2d\x4f\x9c\x53\xdc\x4a\x66\x28\xf5\x46\x28\xe1\x94\xa2\x5c\x24\x3f\xd6\xe0\xd1\x2e\x8a\x7f\x4d\x03\x40\x08\x43\x64\x54\xe2\x53\xc3\x2c\xc9\x14\xf3\xda\x4a\xee\x7d\x26\xa8\x13\xc2\x1a\x2f\x74\xd7\x1d\x76\x1a\x3c\xbd\xda\xff\x7d\xfa\xe3\x59\x7d\x76\x5f\x87\xc2\x17\x9f\xdc\x6d\xfe\x91\x96\xd8\x26\x4f\x23\x57\x57\x4b\x57\x3d\x94\xd1\x43\x55\x2f\xe6\x55\xe1\x21\xad\xb6\x9f\x5f\xba\x4f\x48\x87\xc3\xee\xff\x72\xff\x13\x00\x00\xff\xff\x7b\xb0\x8b\xc4\xa8\x1b\x00\x00") +var _web_uiIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x59\x5b\x73\xdb\x3a\x92\x7e\xcf\xaf\xc0\x68\xcb\x6f\x83\x16\xee\x97\xb3\x96\xab\x14\x47\x4e\x3c\xe5\xdb\xda\x4e\x76\xf2\xa4\x02\x49\xc8\xe2\x59\x49\xd4\x92\xb4\x1c\x27\x95\xff\xbe\xd5\x20\x25\xcb\x71\x8e\xe7\x64\xeb\x4c\x55\x02\x36\xd1\x8d\xaf\x1b\x7d\x03\x28\x1f\xfe\xed\xdd\xe5\xf1\xed\xe7\xab\x09\x99\xb7\xcb\xc5\xd1\x9b\x43\x7c\x90\x45\x58\xdd\x8d\x06\x71\x35\x20\xf9\x22\x34\xcd\x68\x10\x97\x59\xac\xe9\xa2\x0a\x45\xb9\xba\x1b\x1c\xbd\x21\xe4\x70\x1e\x43\x81\x04\x21\x87\xcb\xd8\x06\x92\xcf\x43\xdd\xc4\x76\x34\xb8\x6f\x67\xd4\x0d\xf6\x59\xf3\xb6\x5d\xd3\xf8\xbf\xf7\xe5\x66\x34\xf8\x27\xfd\x38\xa6\xc7\xd5\x72\x1d\xda\x32\x5b\xc4\x01\xc9\xab\x55\x1b\x57\xed\x68\x70\x3a\x19\xc5\xe2\x2e\x6e\x57\xb6\x65\xbb\x88\x47\xc7\xd5\xaa\xb9\x5f\x90\xec\x91\x7c\x08\xcd\xbc\x3c\xae\xea\xf5\xe1\xb0\x63\xed\x29\x58\x85\x65\x1c\x0d\x8a\xd8\xe4\x75\xb9\x6e\xcb\x6a\xb5\x07\x3b\x78\x29\xb8\x29\xe3\xc3\xba\xaa\xdb\x3d\xa9\x87\xb2\x68\xe7\xa3\x22\x6e\xca\x3c\xd2\xf4\xf2\x77\x52\xae\xca\xb6\x0c\x0b\xda\xe4\x61\x11\x47\xbc\x07\xea\x86\x7d\xb8\x3c\xd9\x48\xef\xcb\x61\x5e\xad\x66\xe5\xdd\x30\xae\x36\x65\x5d\xad\x96\x71\xb5\xaf\xe2\xc0\xbe\x3d\x10\x62\x59\x15\xf7\x8b\x78\x55\xc7\x59\xf9\xe5\x40\x88\x03\x39\x3e\x10\x62\x87\x80\x33\xe2\xf8\x40\x88\x3d\x88\x9d\xd4\xba\xae\x8a\xfb\x1c\xb7\xb7\x13\xab\xab\xaa\xfd\x78\x7d\xb6\x13\x39\x10\x27\x08\x72\xb2\x13\x58\x54\x79\xc0\x15\xb7\x8f\xeb\xb8\x93\x0a\xf7\x6d\xb5\x93\x68\xab\xba\x2c\x7b\x96\x7d\x7b\x60\xdf\x75\xd3\x13\x8c\xf8\xe4\xe2\xd3\x13\x47\x88\x93\xc9\xf8\xf6\xe3\xf5\xe4\xe6\x27\xd2\xff\xbc\x9d\x5c\xbc\x9b\x5e\x5d\x5f\xde\x5e\x62\x36\xdd\xec\x2f\x7b\x17\xda\x5e\xf7\x2c\x2c\x9a\xb8\x5b\x34\x1d\x5f\x5d\x9d\x9d\x1e\x8f\x6f\x4f\x2f\x2f\xa6\xb7\x93\xf3\xab\xb3\xf1\xed\x64\xfa\xdf\xd7\xe3\xab\xab\xc9\xf5\xfe\x82\x4e\xfa\xdd\xe4\x64\xfc\xf1\xec\x76\x3a\xbe\xf9\x7c\x71\x3c\xbd\x7c\x7b\x33\xb9\xfe\x34\xb9\xee\x35\xb5\xf5\xfd\x56\xee\x1f\xff\xf5\x71\x72\xfd\x79\x7a\x7a\x71\x3b\x79\x7f\x9d\xc0\x5f\x62\xed\xb4\x5d\x5e\x9c\x7d\x9e\xbe\x3f\x3b\x3d\x3f\x9f\x5c\x4f\x8f\x2f\xcf\xaf\x2e\x2f\x26\x17\xb7\xfb\xa0\x5b\x6b\xc7\x57\x57\xfb\x9b\xc2\xd0\xbf\x12\xbf\x4d\xac\x9b\x3e\x50\x49\x42\x80\x00\x76\x20\xde\xc6\xa8\x73\x19\x65\x40\xc6\x16\xb9\x8e\x4d\xf9\x35\xde\xc4\x1a\x93\xef\x5d\x9c\x85\xfb\x45\xdb\xec\xeb\x2a\x57\xbf\xc7\x14\xf7\x93\x90\x63\xb8\xe2\x96\xab\x91\x8b\xd9\xbc\xd3\x8b\xd9\x56\x57\x8b\x45\xac\xf7\xa6\x96\xeb\x6a\xd5\x27\x92\x7e\xb7\x53\x7b\x7c\x79\x71\xf3\xf1\x6c\x7a\x7c\x79\xf5\xf9\xfa\xf4\xfd\x87\xdb\xe9\xe7\xc9\xf8\xfa\xc9\x60\x26\xf8\x0e\xa2\x17\x7d\x7f\x7a\x3b\xbd\xf9\x30\xde\xc9\x6c\x37\x13\x7e\x14\xc4\xb8\xec\xfc\x7e\x20\x04\x07\xce\x70\xfb\xcf\xa5\xde\x9e\x5e\x8c\xaf\x3f\x4f\x31\x5f\x76\x92\x55\xd3\xfc\x28\xf6\xf1\x74\xfa\xee\xf4\x66\xfc\xf6\x6c\x32\xbd\x9e\x8c\xcf\x6e\x4f\xcf\x27\x2f\x02\xfa\x52\x74\x7c\x71\xfc\xe1\xf2\x7a\x7a\x33\x39\x9b\x1c\xff\x34\x07\xaa\x75\xac\x43\x5b\xd5\xc7\xa9\x66\x5f\xa6\x74\x0f\xf9\xe1\xf2\x7c\x32\xdd\x2f\x31\x6c\x66\x4d\x22\x4f\x0e\xc4\xc9\xc3\xc3\x03\x74\xd1\x87\xb2\xfa\xd1\xf2\xeb\xc9\xd5\xe5\xf4\xf4\xe6\xe6\xe3\xe4\xe6\x15\x88\xbb\xb2\x9d\xdf\x67\x90\x57\xcb\x03\x71\x32\xc7\x2e\x97\x57\xf5\xfa\x40\x9c\x74\xb8\x07\xe2\xa4\x6c\x9a\x7b\x8c\xf9\xc9\x0a\x23\x7d\x92\xcf\xab\xaa\x89\x3f\x2a\x7b\x77\x79\xfc\x9a\x96\x1f\x0c\x3d\x29\xaa\xfc\x85\xa7\x13\xc4\xd9\x64\x7c\x7d\xf1\x0a\xd0\x22\x86\x7a\x05\x3b\x3b\x3b\xbb\x7f\x82\x33\xbe\x3a\xfd\x05\x73\xc2\xba\xfc\x11\xe5\x29\x31\x5f\x87\xf9\xb9\x29\x59\x5d\x3d\x34\xb1\x2e\x67\x8f\xfb\x95\xd4\xc6\x66\x5b\x5a\xcf\x8a\x3b\x7e\xc1\xf3\x60\xbc\x5e\x2f\xca\xae\x5f\xbe\x5f\x54\x59\x58\x3c\xef\x5a\x03\x32\x3c\x7a\x83\x47\xdf\xdf\x28\x25\xcf\x33\xfd\x37\xd2\xa5\x38\xa1\x34\x1d\x8e\x8b\x72\xf5\x3f\xa4\x8e\x8b\xd1\xa0\xcc\xf1\x34\x6a\x1f\xd7\x71\x34\x28\x97\xe1\x2e\x0e\xd7\xab\xbb\x01\x99\xd7\x71\x36\x1a\x7c\xfb\x06\xc7\xdd\xf1\x70\x15\xda\xf9\xf7\xef\xa1\x69\x62\xdb\x0c\x67\x61\x83\xcb\xa8\x14\x5f\xa4\xa0\x46\x19\xab\x65\x10\x4c\xe7\x26\x98\x22\xb3\x33\x2f\x0b\x56\xf0\x2c\x48\x96\x15\x5e\x42\x02\xc4\x16\xd2\x8c\x06\x69\xc9\xe0\x2f\xb4\x81\x9b\x2f\xdc\x50\x63\x45\x2e\xb9\xb4\xca\x28\x93\x09\x95\x09\xa9\x33\xaf\x39\x77\xda\xe6\x45\x28\xe2\x33\x1b\xd2\x92\x3d\x1b\xca\x55\x1b\xef\xea\xb2\x7d\x1c\x0d\x06\x9d\x41\x4d\xfb\xb8\x88\xcd\x3c\xc6\xf6\x5f\x58\xb1\x89\xab\xa2\xaa\xa9\xf1\x71\x66\x7c\xf4\x2e\xb3\x05\x57\x05\xd7\x5c\xce\x1c\xd3\x26\x33\xb9\xc9\x94\x2b\x20\x6f\x9a\xbf\x46\xe1\xae\x93\x53\xc5\x9d\xf5\xb9\x0c\x26\xd7\x39\x73\x3a\x64\xc5\x2c\x77\x45\x66\x84\xf3\x91\x17\x61\xb6\xd3\x89\xff\xb6\x37\x83\xc3\xe1\xf6\x5a\x74\x98\x55\xc5\xe3\xee\xc6\x70\xb8\xaa\xba\xbb\x49\x37\x43\xc8\x61\x51\x6e\x48\xb2\x6a\x34\x58\x86\xfa\xae\x5c\xfd\x46\x18\xc1\x83\xf9\x3f\x07\x5b\x99\x24\x37\x17\x47\xff\x08\x9b\x70\x93\x56\x93\x6b\xbc\x45\xd5\xb1\x38\x1c\xce\xc5\x33\xb1\xf5\xd1\xd5\x22\x86\x26\x92\xb8\x0a\xd9\x22\x92\xbd\x35\xe5\x8a\x3c\x56\xf7\x35\x79\x88\x19\xe9\xab\x82\xb4\x15\xb9\x6f\x22\xe9\x6f\x57\x1f\x4f\xe1\x70\xb8\xde\x99\x36\x2c\xca\x4d\xda\xc2\xf0\xc9\x6a\x7c\x6d\x36\x77\xa4\xbb\x27\x0d\xb8\x71\x03\x32\x8f\xe5\xdd\xbc\x1d\x0d\xb4\x1c\x90\x2f\xcb\xc5\xaa\x19\x0d\xb0\x3a\x7f\x1b\x0e\xb1\x2c\x1f\x24\x54\xf5\xdd\x50\x30\xc6\x86\xcd\xe6\x6e\x70\x74\x78\x47\x66\xe5\x62\x31\x1a\xfc\x87\xe7\xfe\x64\xec\x06\xe9\x95\xd6\xf7\xe8\x83\xb8\x89\xab\xaa\x28\x06\x47\x87\xeb\xd0\xce\x49\x31\x1a\x9c\x0b\x03\xcc\x3a\x22\x05\x70\x11\x34\x68\x67\x48\x37\x32\xc2\x09\x47\xda\x5a\xaa\x41\x7b\xdf\xd1\xfd\xc8\x90\x4f\xb7\x33\xe6\x5c\x5a\x60\xcc\x13\xe1\x41\x0a\x17\x04\x68\x43\xd2\xd0\xa1\x20\x49\xb7\x93\x9a\xf7\x63\x87\xb1\x93\x3d\x57\x06\x3c\x37\x44\x72\x30\xc6\xbf\xc0\x00\xa6\x39\x05\xc1\x73\x0a\x4c\x38\x60\xc6\x74\x04\x97\x14\x59\x20\xf8\xb9\x52\xa0\x9d\x23\x42\x03\x33\x9d\x11\x9a\x74\xe3\x56\x95\xb1\x82\x82\xf7\x22\x59\xe0\xfa\xb1\x63\x02\x67\x82\x0a\x70\xaa\x5b\xa3\xfa\x31\x31\x89\x02\x63\x0d\x58\xa3\x72\x60\x56\xe0\x1e\x81\x39\xb4\xd3\x02\x13\x96\xf0\x20\x40\x19\x49\xba\xb1\xc3\xe3\xe0\x05\x42\x31\x2b\xcf\xb5\x04\x2f\x05\xee\x4c\x31\x81\x86\x29\x4b\xba\x71\x6b\x98\xef\x44\x3b\x07\xf9\x7e\xdc\x32\x99\x51\x28\xd2\xed\xe6\xf9\x52\x22\xc0\x2b\x87\x32\x36\xcd\xf7\xc3\x96\xc7\x05\x6e\xd2\x72\x03\xc6\x28\xfc\x9f\x38\x0c\x3d\x06\x42\xb8\x73\xcd\xc1\xe1\x1a\x0d\x9c\xc9\x9f\x84\x8d\x33\xc4\xf6\x4a\xe7\xc0\xa4\x02\xc1\x1d\x30\x25\x41\x49\x8f\xfb\x06\xa3\xdd\x4f\x77\xc3\x25\x9a\x2a\x9c\x3d\x57\x1e\xbc\x56\x44\x31\xe0\xfc\xa5\x02\x90\x5c\x51\x0e\x4c\xda\x14\x55\x90\x18\x54\x2e\x1c\x58\xc1\x29\x32\x49\x62\x9e\x2b\x07\xde\x2a\xc2\x0d\x38\xff\x13\x14\x6f\xa9\x04\xe5\x6c\x0e\xc2\x28\x50\xca\x80\xb4\x1a\xfd\x05\x92\x5b\xc2\x41\xd9\xe7\xe9\xd4\x85\x47\x38\x34\x9b\x31\x37\x18\x3e\xaf\x07\x2d\x0c\xd1\x02\x0c\x93\x39\xe5\x0a\xa4\x97\x84\x51\xac\x13\x43\x39\x07\x6d\x6c\xff\x22\x34\x38\x69\x8e\x41\x19\x43\xb8\x00\xe5\x1d\x3e\xb8\xc4\x60\x73\xd2\x01\x21\x19\x84\x06\x2f\x0d\xe9\x1f\x5d\x6c\x78\x5a\x4c\x34\x48\x66\x17\x54\x02\x37\x96\x28\xe0\xdc\x8e\x05\x03\x6f\x04\xe9\x1f\xac\x93\xb7\x20\x99\x22\x0e\x84\x3c\xe6\x0c\xb8\x57\x84\x73\xb0\x5c\x12\x0d\x96\x70\x07\x58\x9d\x96\x2b\xd4\x6a\x8d\x44\x6f\x72\x45\x2c\x38\x23\x88\x02\xe5\x50\x1d\xd3\xb8\x46\x7b\x14\xd7\x52\x85\x9f\xe9\x11\x1c\x9c\xc7\x00\x0a\xbb\x40\x9b\x1c\xda\x24\x64\xda\x81\xe3\xa4\x7f\xf4\x1e\xdc\xed\x80\x7f\x7d\xe6\x42\xc3\x89\x64\xc0\xf5\x27\x6e\x31\x39\x73\x46\x55\xa7\x09\x8b\x8b\x5a\x70\x9a\x78\x50\xbe\x27\x05\x28\x87\x69\xa9\x81\x29\x07\x52\x18\x62\x41\x68\x01\xce\xeb\x05\x05\x6d\xb0\xf8\x94\x94\x39\x5a\x65\x14\x05\xc5\x0c\x55\x60\x9c\xa3\x60\x3c\xa7\x06\xb4\xec\x28\x4c\x01\x43\x50\x99\x61\x8e\x70\x10\xa2\x27\x15\xa6\xf1\x86\x33\x50\x5c\xe4\x0c\xcd\x70\xc8\xe7\x42\x74\x2c\xac\x6e\x66\x7b\x9a\x83\x53\x58\xc2\x0a\xa4\xb1\x14\x84\x53\x64\xa7\x62\x01\xba\xf3\x67\x67\x8e\x60\x0a\xb4\xa5\x0a\xac\x71\x68\x2e\xdd\x19\x7e\x6c\x64\x6a\x24\xd2\x11\x74\x86\x06\xce\x05\xd9\xba\xe5\xeb\x52\x1a\x70\x0c\x2b\x29\x47\x3d\xcc\x38\xca\xc1\x31\x81\xf1\xe2\xd4\x81\xf2\xb2\x23\x0d\x18\x4f\x58\x9a\x51\x54\x82\x55\xa2\xa7\x91\xbb\xa1\x1a\x18\x13\xc9\xbb\xcc\x60\x9a\x3b\x26\x13\x87\x3c\x09\x91\x0e\x82\x74\xa0\x08\x21\xc9\x93\x82\x0d\x22\xc8\xaf\x4b\xaa\xc0\x39\xec\xf2\xdc\xe8\x9c\xe1\xce\xa4\xc5\xb2\x64\x02\x9d\xca\x0d\x95\x60\x98\xe9\xe8\xa6\x7b\x41\xff\xb9\x9e\x4c\xf3\x1b\x8d\x5d\x31\xb9\x57\x48\xb4\x86\x31\x91\x38\x96\x3c\x49\xd9\xa6\x43\xc2\xc5\xe4\x09\xd4\xe2\x5e\xa4\x70\x5f\x97\x42\x83\xf5\x58\x45\xda\xb8\x79\x67\xd6\x27\x21\x53\xe3\x65\x68\x91\xb6\x14\x14\xb6\x0c\xed\x10\x45\x1b\xb9\xa3\x05\xe3\x84\x51\x09\x12\x31\xa4\x40\xef\xa4\x30\x1b\xe3\x36\x1c\x77\x6e\xb7\x80\xdc\x82\x75\x7a\x2e\xc1\x0a\xb3\x48\xc5\x81\x42\xb9\x00\x95\xa0\x85\xc0\x33\x4e\xa6\x9e\x9a\x6a\x88\x6f\x69\x09\x42\xe9\x94\x1b\x8a\x61\xef\x90\xdc\xf5\xb4\xc6\x36\xba\xc1\x66\xa1\xed\xd7\x25\x77\x20\x0c\xd5\x60\xad\xce\x19\x91\xe0\x04\x9a\xc9\x8d\x20\x06\xb8\x13\xd4\x02\xd3\x5b\x5a\x00\x73\x32\x65\xad\x17\xb8\x39\xe7\xa8\x01\x9b\xe4\xa5\x5f\x80\x41\x27\x5b\x27\x72\x0e\x06\x1b\xaf\x43\xbf\x39\x86\x95\xa3\x50\x2b\x4f\x44\x2a\x0d\x2c\x5f\xac\xa5\x04\xd2\x93\x1c\x7c\xea\x5e\xa9\x1a\x40\xe0\x84\x93\xe8\x73\xa6\x69\xea\x70\x5d\xf6\xa6\x80\xa4\x18\x60\xf1\xab\x9e\x32\x20\x84\x4c\x3e\xf5\x0e\x03\x6e\x85\xc4\x4d\x49\x8d\x15\xea\x45\x4f\xa7\xbc\x4b\x4e\xe1\xc6\x80\x50\xc9\x2c\x9d\xca\x05\x2d\xc1\x24\xc0\xf3\x83\x72\x7c\x49\x05\x45\xb1\x38\x0c\xd6\xb6\x47\x4d\xc6\x75\x24\x76\x1d\x85\x9d\x16\x2d\x4f\x8e\xe8\x5a\x03\x07\xcb\xf0\x90\xc6\x40\x5b\xe0\x22\x4d\xe0\x11\x69\xd3\x21\x8d\xfa\x94\xf2\xd8\xe6\x0d\xd2\x1e\x23\xc3\xbd\xe9\x48\x83\x47\xc2\xd7\x65\x0a\x0c\x36\x73\x26\xe5\x3c\x65\x01\xe6\x84\x93\x39\xc2\x32\x6d\x41\x29\x9e\x14\xe0\x3e\xb5\x91\x3b\x5a\x30\x6c\x8d\x29\xab\x28\x58\x89\xfd\x96\x39\xf4\x97\x31\x6e\x9b\x48\x88\xe7\x36\xdc\x63\x51\xcf\x69\x97\x56\xb8\x75\x9e\xc4\x2c\xb6\x0a\xa5\x54\xd7\x91\x34\x68\xe1\xd3\x51\xdf\x15\xa8\xe8\x69\x4c\xad\xae\x79\x29\x66\x69\x4a\xad\x9e\x4e\xa9\xd5\xab\xfa\x7a\x8e\x2d\x59\x5a\xd0\x5e\x76\xd9\xec\x3e\x79\x74\xf5\x19\xce\xfb\x8d\x70\xc8\x49\xdd\x78\x78\x77\x74\x88\x37\xc2\x74\xc5\xec\xee\x97\xfd\xb7\x49\x78\xfa\xfe\x1a\xfe\xde\xe0\x37\x4b\x11\xda\x40\x9f\xee\xe4\xdd\xef\x6b\x47\x6f\xbe\x7d\x43\xf6\x64\x95\x57\x45\x24\xf0\xfd\x7b\xba\xac\x3e\x5d\xb0\x7f\x11\x75\xd6\xe0\xa2\x6f\xe9\xfa\x3b\x68\xe3\x97\x96\x46\x44\x2e\x57\x77\xc3\x2d\x41\xcb\x55\x11\xbf\xc4\x06\x7e\x6f\x06\xbf\x91\x3f\xfa\x78\xf8\x51\x9a\x5a\x1d\x63\xe0\x26\x13\xda\x5b\x6e\x8a\x4c\xcd\x0a\x6e\x44\x8c\xc2\xc9\x42\x84\xa8\x11\xee\xef\xaf\xe9\xfd\xf7\xe9\xcb\x9b\x06\x62\x93\x87\x75\x1c\x3e\x91\xaf\xab\x7b\x92\xa3\x4e\x73\x27\x7d\x26\x63\xe0\x05\xcb\x54\xcc\x54\x6e\x99\xf3\x4a\x99\x62\xa6\xa3\x9f\xed\x2b\xaa\x8a\xb8\x2c\xeb\xba\xaa\x87\xcb\xaa\x88\xc3\xdf\xc3\x26\x74\xf1\xd9\x23\xff\x85\xe2\x3f\x03\x41\xad\x15\xdc\xe5\x05\x17\xc6\xc5\x60\x8a\x99\xd5\xd6\x6a\xce\x55\x88\xcc\x19\x6d\xcc\x2b\x36\xd5\xf7\xd9\x63\x1a\x7e\xcd\x8e\xdd\x32\x1a\x83\x92\x79\x90\x41\x66\x45\x61\x64\xd0\xc2\x71\x1e\x9d\x32\xaa\x30\x86\x4b\x95\xbd\xa2\xfb\x31\x2c\x17\x69\xf8\x35\xdd\xbb\x65\x54\xce\xb8\xf0\x81\x31\x26\x95\x8f\x92\x59\x9d\x45\x36\x33\xda\x72\xef\x9c\xca\x0c\x47\xdc\x37\x84\xfc\x51\x91\x34\x75\xfe\x87\x5f\xc3\xe5\xaa\x6c\xa9\xf6\x9c\xe5\xcc\xcd\x98\xe6\xb2\x70\x86\x65\x2c\x57\x32\xb7\x5c\x48\x2d\xd4\xac\xc8\x11\xff\xe8\x57\x91\xfb\x0f\x7b\xe6\x99\x8b\xce\x58\xa7\xb9\xf6\x39\xe3\xb3\x8c\xbb\xa8\x7d\x91\x05\x25\x67\x9a\xb1\x17\xd8\x7f\x12\x7e\x19\xdb\xba\xcc\x1b\xba\xae\xab\x4d\x59\xc4\x7a\xf7\x61\x2f\x79\x61\xa3\xcc\x58\x9c\xd9\x5c\xbb\xc2\x08\x29\x5d\x6e\x0b\x1b\x62\x08\x33\xad\xf4\xff\x6b\x33\x2f\xb5\xad\xeb\x6a\x19\xdb\x79\xbc\x6f\xa8\x9e\x49\x9e\x05\x99\xd9\xd9\xac\x70\x9a\xcd\x82\xe7\x26\xb0\x60\x8d\x97\x32\x7a\xe3\x5e\x68\xfc\xf6\x8d\xd4\x61\x75\x17\x09\x4c\xbe\xb4\x75\xff\x15\xdf\x90\xef\xdf\x5f\xd8\xf2\xfd\xfb\xde\x4a\x5c\x17\x57\x05\xe9\xba\xe1\x9f\xb0\x7a\xaf\x01\xce\x94\xe6\x8c\x85\x5c\x4b\x65\x79\xcc\x2c\x63\x2e\xce\x7c\x26\xad\x9f\x29\x36\x93\x2f\xa3\xf0\x66\xf7\x1b\x46\x59\x6c\xff\x3a\x94\x85\xa6\xcc\x69\x51\x57\xeb\xa2\x7a\x58\xd1\x87\xaa\x5e\xce\xab\x45\xc4\x95\xbb\x1f\x14\xba\x1f\x45\x0e\x87\xdd\x1f\x9b\xfe\x2f\x00\x00\xff\xff\x2e\xd6\x24\xf5\x7d\x1a\x00\x00") func web_uiIndexHtmlBytes() ([]byte, error) { return bindataRead( @@ -906,7 +906,7 @@ func web_uiIndexHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/index.html", size: 7080, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/index.html", size: 6781, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -926,7 +926,7 @@ func web_uiOidcCallback() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/oidc/callback", size: 492, mode: os.FileMode(420), modTime: time.Unix(1614070701, 0)} + info := bindataFileInfo{name: "web_ui/oidc/callback", size: 492, mode: os.FileMode(420), modTime: time.Unix(1617202588, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -946,7 +946,7 @@ func web_uiRobotsTxt() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/robots.txt", size: 53, mode: os.FileMode(420), modTime: time.Unix(1614070701, 0)} + info := bindataFileInfo{name: "web_ui/robots.txt", size: 53, mode: os.FileMode(420), modTime: time.Unix(1617202588, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -966,7 +966,7 @@ func web_uiToriiRedirectHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/torii/redirect.html", size: 506, mode: os.FileMode(420), modTime: time.Unix(1614070860, 0)} + info := bindataFileInfo{name: "web_ui/torii/redirect.html", size: 506, mode: os.FileMode(420), modTime: time.Unix(1617202695, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1036,10 +1036,10 @@ var _bindata = map[string]func() (*asset, error){ "web_ui/assets/apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png": web_uiAssetsAppleTouchIconD2b583b1104a1e6810fb3984f8f132aePng, "web_ui/assets/codemirror/mode/javascript/javascript-77218cd1268ea6df75775114ae086566.js": web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086566Js, "web_ui/assets/codemirror/mode/ruby/ruby-ea43ca3a3bdd63a52811e8464d66134b.js": web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJs, - "web_ui/assets/codemirror/mode/yaml/yaml-86bec82a0f62e7a53eef41d44a8e4727.js": web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js, + "web_ui/assets/codemirror/mode/yaml/yaml-3f129a000349e3075be0f65719884b61.js": web_uiAssetsCodemirrorModeYamlYaml3f129a000349e3075be0f65719884b61Js, "web_ui/assets/consul-logo-707625c5eb04f602ade1f89a8868a329.png": web_uiAssetsConsulLogo707625c5eb04f602ade1f89a8868a329Png, - "web_ui/assets/consul-ui-6dcc66076ac6efd8cc52c99f8016bdc4.js": web_uiAssetsConsulUi6dcc66076ac6efd8cc52c99f8016bdc4Js, - "web_ui/assets/consul-ui-b58afff56a598ffa5e14291d8a3be69a.css": web_uiAssetsConsulUiB58afff56a598ffa5e14291d8a3be69aCss, + "web_ui/assets/consul-ui-41879c3a6c5c085abdfc8db6289e1daf.css": web_uiAssetsConsulUi41879c3a6c5c085abdfc8db6289e1dafCss, + "web_ui/assets/consul-ui-ff45100ac53471eb7008ef9b379f40f3.js": web_uiAssetsConsulUiFf45100ac53471eb7008ef9b379f40f3Js, "web_ui/assets/css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js": web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJs, "web_ui/assets/encoding-cdb50fbdab6d4d3fdf574dd784f77d27.js": web_uiAssetsEncodingCdb50fbdab6d4d3fdf574dd784f77d27Js, "web_ui/assets/encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js": web_uiAssetsEncodingIndexes75eea16b259716db4fd162ee283d2ae5Js, @@ -1050,7 +1050,7 @@ var _bindata = map[string]func() (*asset, error){ "web_ui/assets/favicon-672c31374646b24b235b9511857cdade.png": web_uiAssetsFavicon672c31374646b24b235b9511857cdadePng, "web_ui/assets/favicon-96x96-6f8f8393df02b51582417746da41b274.png": web_uiAssetsFavicon96x966f8f8393df02b51582417746da41b274Png, "web_ui/assets/favicon.ico": web_uiAssetsFaviconIco, - "web_ui/assets/init-e19f9f0befca1e975dc38bef6fd831ac.js": web_uiAssetsInitE19f9f0befca1e975dc38bef6fd831acJs, + "web_ui/assets/init-5910c08f0513d860b0c43c7123524fdc.js": web_uiAssetsInit5910c08f0513d860b0c43c7123524fdcJs, "web_ui/assets/loading-cylon-pink.svg": web_uiAssetsLoadingCylonPinkSvg, "web_ui/assets/metrics-providers/consul-31d7e3b0ef7c58d62338c7d7aeaaf545.js": web_uiAssetsMetricsProvidersConsul31d7e3b0ef7c58d62338c7d7aeaaf545Js, "web_ui/assets/metrics-providers/prometheus-5f31ba3b7ffd850fa916a0a76933e968.js": web_uiAssetsMetricsProvidersPrometheus5f31ba3b7ffd850fa916a0a76933e968Js, @@ -1060,7 +1060,7 @@ var _bindata = map[string]func() (*asset, error){ "web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png": web_uiAssetsMstile310x31049242d1935854126c10457d1cdb1762bPng, "web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png": web_uiAssetsMstile70x7008e1368e84f412f6ad30279d849b1df9Png, "web_ui/assets/safari-pinned-tab.svg": web_uiAssetsSafariPinnedTabSvg, - "web_ui/assets/vendor-58fdd0e771754284c9d4160ecb48b3e1.js": web_uiAssetsVendor58fdd0e771754284c9d4160ecb48b3e1Js, + "web_ui/assets/vendor-0908e86785159c01fb18e59dba43f500.js": web_uiAssetsVendor0908e86785159c01fb18e59dba43f500Js, "web_ui/assets/vendor-69ef69e98b7d14d1513f8056b6c6b48d.css": web_uiAssetsVendor69ef69e98b7d14d1513f8056b6c6b48dCss, "web_ui/index.html": web_uiIndexHtml, "web_ui/oidc/callback": web_uiOidcCallback, @@ -1131,13 +1131,13 @@ var _bintree = &bintree{nil, map[string]*bintree{ "ruby-ea43ca3a3bdd63a52811e8464d66134b.js": &bintree{web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJs, map[string]*bintree{}}, }}, "yaml": &bintree{nil, map[string]*bintree{ - "yaml-86bec82a0f62e7a53eef41d44a8e4727.js": &bintree{web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js, map[string]*bintree{}}, + "yaml-3f129a000349e3075be0f65719884b61.js": &bintree{web_uiAssetsCodemirrorModeYamlYaml3f129a000349e3075be0f65719884b61Js, map[string]*bintree{}}, }}, }}, }}, "consul-logo-707625c5eb04f602ade1f89a8868a329.png": &bintree{web_uiAssetsConsulLogo707625c5eb04f602ade1f89a8868a329Png, map[string]*bintree{}}, - "consul-ui-6dcc66076ac6efd8cc52c99f8016bdc4.js": &bintree{web_uiAssetsConsulUi6dcc66076ac6efd8cc52c99f8016bdc4Js, map[string]*bintree{}}, - "consul-ui-b58afff56a598ffa5e14291d8a3be69a.css": &bintree{web_uiAssetsConsulUiB58afff56a598ffa5e14291d8a3be69aCss, map[string]*bintree{}}, + "consul-ui-41879c3a6c5c085abdfc8db6289e1daf.css": &bintree{web_uiAssetsConsulUi41879c3a6c5c085abdfc8db6289e1dafCss, map[string]*bintree{}}, + "consul-ui-ff45100ac53471eb7008ef9b379f40f3.js": &bintree{web_uiAssetsConsulUiFf45100ac53471eb7008ef9b379f40f3Js, map[string]*bintree{}}, "css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js": &bintree{web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJs, map[string]*bintree{}}, "encoding-cdb50fbdab6d4d3fdf574dd784f77d27.js": &bintree{web_uiAssetsEncodingCdb50fbdab6d4d3fdf574dd784f77d27Js, map[string]*bintree{}}, "encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js": &bintree{web_uiAssetsEncodingIndexes75eea16b259716db4fd162ee283d2ae5Js, map[string]*bintree{}}, @@ -1148,7 +1148,7 @@ var _bintree = &bintree{nil, map[string]*bintree{ "favicon-672c31374646b24b235b9511857cdade.png": &bintree{web_uiAssetsFavicon672c31374646b24b235b9511857cdadePng, map[string]*bintree{}}, "favicon-96x96-6f8f8393df02b51582417746da41b274.png": &bintree{web_uiAssetsFavicon96x966f8f8393df02b51582417746da41b274Png, map[string]*bintree{}}, "favicon.ico": &bintree{web_uiAssetsFaviconIco, map[string]*bintree{}}, - "init-e19f9f0befca1e975dc38bef6fd831ac.js": &bintree{web_uiAssetsInitE19f9f0befca1e975dc38bef6fd831acJs, map[string]*bintree{}}, + "init-5910c08f0513d860b0c43c7123524fdc.js": &bintree{web_uiAssetsInit5910c08f0513d860b0c43c7123524fdcJs, map[string]*bintree{}}, "loading-cylon-pink.svg": &bintree{web_uiAssetsLoadingCylonPinkSvg, map[string]*bintree{}}, "metrics-providers": &bintree{nil, map[string]*bintree{ "consul-31d7e3b0ef7c58d62338c7d7aeaaf545.js": &bintree{web_uiAssetsMetricsProvidersConsul31d7e3b0ef7c58d62338c7d7aeaaf545Js, map[string]*bintree{}}, @@ -1160,7 +1160,7 @@ var _bintree = &bintree{nil, map[string]*bintree{ "mstile-310x310-49242d1935854126c10457d1cdb1762b.png": &bintree{web_uiAssetsMstile310x31049242d1935854126c10457d1cdb1762bPng, map[string]*bintree{}}, "mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png": &bintree{web_uiAssetsMstile70x7008e1368e84f412f6ad30279d849b1df9Png, map[string]*bintree{}}, "safari-pinned-tab.svg": &bintree{web_uiAssetsSafariPinnedTabSvg, map[string]*bintree{}}, - "vendor-58fdd0e771754284c9d4160ecb48b3e1.js": &bintree{web_uiAssetsVendor58fdd0e771754284c9d4160ecb48b3e1Js, map[string]*bintree{}}, + "vendor-0908e86785159c01fb18e59dba43f500.js": &bintree{web_uiAssetsVendor0908e86785159c01fb18e59dba43f500Js, map[string]*bintree{}}, "vendor-69ef69e98b7d14d1513f8056b6c6b48d.css": &bintree{web_uiAssetsVendor69ef69e98b7d14d1513f8056b6c6b48dCss, map[string]*bintree{}}, }}, "index.html": &bintree{web_uiIndexHtml, map[string]*bintree{}}, diff --git a/agent/uiserver/uiserver.go b/agent/uiserver/uiserver.go index c98bcb4065..8a8bf7d01d 100644 --- a/agent/uiserver/uiserver.go +++ b/agent/uiserver/uiserver.go @@ -12,9 +12,10 @@ import ( "sync/atomic" "text/template" + "github.com/hashicorp/go-hclog" + "github.com/hashicorp/consul/agent/config" "github.com/hashicorp/consul/logging" - "github.com/hashicorp/go-hclog" ) const ( @@ -26,20 +27,12 @@ const ( // transformations on the index.html file and includes a proxy for metrics // backends. type Handler struct { - // state is a reloadableState struct accessed through an atomic value to make + // runtimeConfig is a struct accessed through an atomic value to make // it safe to reload at run time. Each call to ServeHTTP will see the latest // version of the state without internal locking needed. - state atomic.Value - logger hclog.Logger - transform UIDataTransform -} - -// reloadableState encapsulates all the state that might be modified during -// ReloadConfig. -type reloadableState struct { - cfg *config.UIConfig - srv http.Handler - err error + runtimeConfig atomic.Value + logger hclog.Logger + transform UIDataTransform } // UIDataTransform is an optional dependency that allows the agent to add @@ -50,71 +43,60 @@ type reloadableState struct { // It is passed the current RuntimeConfig being applied and a map containing the // current data that will be passed to the template. It should be modified // directly to inject additional context. -type UIDataTransform func(cfg *config.RuntimeConfig, data map[string]interface{}) error +type UIDataTransform func(data map[string]interface{}) error // NewHandler returns a Handler that can be used to serve UI http requests. It // accepts a full agent config since properties like ACLs being enabled affect // the UI so we need more than just UIConfig parts. -func NewHandler(agentCfg *config.RuntimeConfig, logger hclog.Logger, transform UIDataTransform) *Handler { +func NewHandler(runtimeCfg *config.RuntimeConfig, logger hclog.Logger, transform UIDataTransform) *Handler { h := &Handler{ logger: logger.Named(logging.UIServer), transform: transform, } - // Don't return the error since this is likely the result of a - // misconfiguration and reloading config could fix it. Instead we'll capture - // it and return an error for all calls to ServeHTTP so the misconfiguration - // is visible. Sadly we can't log effectively - if err := h.ReloadConfig(agentCfg); err != nil { - h.state.Store(reloadableState{ - err: err, - }) - } + h.runtimeConfig.Store(runtimeCfg) return h } // ServeHTTP implements http.Handler and serves UI HTTP requests func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { - // We need to support the path being trimmed by http.StripTags just like the // file servers do since http.StripPrefix will remove the leading slash in our // current config. Everything else works fine that way so we should to. pathTrimmed := strings.TrimLeft(r.URL.Path, "/") if pathTrimmed == compiledProviderJSPath { - h.serveUIMetricsProviders(w, r) + h.serveUIMetricsProviders(w) return } - s := h.getState() - if s == nil { - panic("nil state") - } - if s.err != nil { + srv, err := h.handleIndex() + if err != nil { http.Error(w, "UI server is misconfigured.", http.StatusInternalServerError) - h.logger.Error("Failed to configure UI server: %s", s.err) + h.logger.Error("Failed to configure UI server: %s", err) return } - s.srv.ServeHTTP(w, r) + srv.ServeHTTP(w, r) } // ReloadConfig is called by the agent when the configuration is reloaded and // updates the UIConfig values the handler uses to serve requests. func (h *Handler) ReloadConfig(newCfg *config.RuntimeConfig) error { - newState := reloadableState{ - cfg: &newCfg.UIConfig, - } + h.runtimeConfig.Store(newCfg) + return nil +} + +func (h *Handler) handleIndex() (http.Handler, error) { + cfg := h.getRuntimeConfig() var fs http.FileSystem - - if newCfg.UIConfig.Dir == "" { - // Serve from assetFS + if cfg.UIConfig.Dir == "" { fs = assetFS() } else { - fs = http.Dir(newCfg.UIConfig.Dir) + fs = http.Dir(cfg.UIConfig.Dir) } // Render a new index.html with the new config values ready to serve. - buf, info, err := h.renderIndex(newCfg, fs) - if _, ok := err.(*os.PathError); ok && newCfg.UIConfig.Dir != "" { + buf, info, err := h.renderIndex(cfg, fs) + if _, ok := err.(*os.PathError); ok && cfg.UIConfig.Dir != "" { // A Path error indicates that there is no index.html. This could happen if // the user configured their own UI dir and is serving something that is not // our usual UI. This won't work perfectly because our uiserver will still @@ -123,47 +105,39 @@ func (h *Handler) ReloadConfig(newCfg *config.RuntimeConfig) error { // breaking change although quite an edge case. Instead, continue but just // return a 404 response for the index.html and log a warning. h.logger.Warn("ui_config.dir does not contain an index.html. Index templating and redirects to index.html are disabled.") - } else if err != nil { - return err + return http.FileServer(fs), nil + } + if err != nil { + return nil, err } - // buf can be nil in the PathError case above. We should skip this part but - // still serve the rest of the files in that case. - if buf != nil { - // Create a new fs that serves the rendered index file or falls back to the - // underlying FS. - fs = &bufIndexFS{ - fs: fs, - indexRendered: buf, - indexInfo: info, - } - - // Wrap the buffering FS our redirect FS. This needs to happen later so that - // redirected requests for /index.html get served the rendered version not the - // original. - fs = &redirectFS{fs: fs} + // Create a new fs that serves the rendered index file or falls back to the + // underlying FS. + fs = &bufIndexFS{ + fs: fs, + indexRendered: buf, + indexInfo: info, } - newState.srv = http.FileServer(fs) - - // Store the new state - h.state.Store(newState) - return nil + // Wrap the buffering FS our redirect FS. This needs to happen later so that + // redirected requests for /index.html get served the rendered version not the + // original. + return http.FileServer(&redirectFS{fs: fs}), nil } -// getState is a helper to access the atomic internal state -func (h *Handler) getState() *reloadableState { - if cfg, ok := h.state.Load().(reloadableState); ok { - return &cfg +// getRuntimeConfig is a helper to atomically access the runtime config. +func (h *Handler) getRuntimeConfig() *config.RuntimeConfig { + if cfg, ok := h.runtimeConfig.Load().(*config.RuntimeConfig); ok { + return cfg } return nil } -func (h *Handler) serveUIMetricsProviders(resp http.ResponseWriter, req *http.Request) { +func (h *Handler) serveUIMetricsProviders(resp http.ResponseWriter) { // Reload config in case it's changed - state := h.getState() + cfg := h.getRuntimeConfig() - if len(state.cfg.MetricsProviderFiles) < 1 { + if len(cfg.UIConfig.MetricsProviderFiles) < 1 { http.Error(resp, "No provider JS files configured", http.StatusNotFound) return } @@ -171,7 +145,7 @@ func (h *Handler) serveUIMetricsProviders(resp http.ResponseWriter, req *http.Re var buf bytes.Buffer // Open each one and concatenate them - for _, file := range state.cfg.MetricsProviderFiles { + for _, file := range cfg.UIConfig.MetricsProviderFiles { if err := concatFile(&buf, file); err != nil { http.Error(resp, "Internal Server Error", http.StatusInternalServerError) h.logger.Error("failed serving metrics provider js file", "file", file, "error", err) @@ -237,7 +211,7 @@ func (h *Handler) renderIndex(cfg *config.RuntimeConfig, fs http.FileSystem) ([] // Allow caller to apply additional data transformations if needed. if h.transform != nil { - if err := h.transform(cfg, tplData); err != nil { + if err := h.transform(tplData); err != nil { return nil, nil, fmt.Errorf("failed running transform: %w", err) } } diff --git a/agent/uiserver/uiserver_test.go b/agent/uiserver/uiserver_test.go index 1ea8868b29..3f56536088 100644 --- a/agent/uiserver/uiserver_test.go +++ b/agent/uiserver/uiserver_test.go @@ -11,11 +11,12 @@ import ( "strings" "testing" + "github.com/hashicorp/go-hclog" + "github.com/stretchr/testify/require" "golang.org/x/net/html" "github.com/hashicorp/consul/agent/config" "github.com/hashicorp/consul/sdk/testutil" - "github.com/stretchr/testify/require" ) func TestUIServerIndex(t *testing.T) { @@ -105,7 +106,7 @@ func TestUIServerIndex(t *testing.T) { withMetricsProvider("foo"), ), path: "/", - tx: func(cfg *config.RuntimeConfig, data map[string]interface{}) error { + tx: func(data map[string]interface{}) error { data["SSOEnabled"] = true o := data["UIConfig"].(map[string]interface{}) o["metrics_provider"] = "bar" @@ -359,3 +360,56 @@ func TestCompiledJS(t *testing.T) { } } + +func TestHandler_ServeHTTP_TransformIsEvaluatedOnEachRequest(t *testing.T) { + cfg := basicUIEnabledConfig() + + value := "seeds" + transform := func(data map[string]interface{}) error { + data["apple"] = value + return nil + } + h := NewHandler(cfg, hclog.New(nil), transform) + + t.Run("initial request", func(t *testing.T) { + req := httptest.NewRequest("GET", "/", nil) + rec := httptest.NewRecorder() + h.ServeHTTP(rec, req) + + require.Equal(t, http.StatusOK, rec.Code) + expected := `{ + "ACLsEnabled": false, + "LocalDatacenter": "dc1", + "ContentPath": "/ui/", + "UIConfig": { + "metrics_provider": "", + "metrics_proxy_enabled": false, + "dashboard_url_templates": null + }, + "apple": "seeds" + }` + require.JSONEq(t, expected, extractUIConfig(t, rec.Body.String())) + }) + + t.Run("transform value has changed", func(t *testing.T) { + + value = "plant" + req := httptest.NewRequest("GET", "/", nil) + rec := httptest.NewRecorder() + h.ServeHTTP(rec, req) + + require.Equal(t, http.StatusOK, rec.Code) + expected := `{ + "ACLsEnabled": false, + "LocalDatacenter": "dc1", + "ContentPath": "/ui/", + "UIConfig": { + "metrics_provider": "", + "metrics_proxy_enabled": false, + "dashboard_url_templates": null + }, + "apple": "plant" + }` + require.JSONEq(t, expected, extractUIConfig(t, rec.Body.String())) + }) +} diff --git a/agent/xds/clusters.go b/agent/xds/clusters.go index 70e4c8cf27..776b6a3244 100644 --- a/agent/xds/clusters.go +++ b/agent/xds/clusters.go @@ -1,17 +1,15 @@ package xds import ( - "encoding/json" "errors" "fmt" "time" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoyauth "github.com/envoyproxy/go-control-plane/envoy/api/v2/auth" - envoycluster "github.com/envoyproxy/go-control-plane/envoy/api/v2/cluster" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoyendpoint "github.com/envoyproxy/go-control-plane/envoy/api/v2/endpoint" - envoytype "github.com/envoyproxy/go-control-plane/envoy/type" + envoy_cluster_v3 "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" + envoy_endpoint_v3 "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3" + envoy_tls_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3" + envoy_type_v3 "github.com/envoyproxy/go-control-plane/envoy/type/v3" "github.com/golang/protobuf/jsonpb" "github.com/golang/protobuf/proto" @@ -48,44 +46,57 @@ func (s *Server) clustersFromSnapshot(_ connectionInfo, cfgSnap *proxycfg.Config // clustersFromSnapshot returns the xDS API representation of the "clusters" // (upstreams) in the snapshot. func (s *Server) clustersFromSnapshotConnectProxy(cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { - // TODO(rb): this sizing is a low bound. - clusters := make([]proto.Message, 0, len(cfgSnap.Proxy.Upstreams)+1) + // This sizing is a lower bound. + clusters := make([]proto.Message, 0, len(cfgSnap.ConnectProxy.DiscoveryChain)+1) // Include the "app" cluster for the public listener appCluster, err := s.makeAppCluster(cfgSnap, LocalAppClusterName, "", cfgSnap.Proxy.LocalServicePort) if err != nil { return nil, err } - clusters = append(clusters, appCluster) - for _, u := range cfgSnap.Proxy.Upstreams { - id := u.Identifier() + // In TransparentProxy mode there needs to be a passthrough cluster for traffic going to destinations + // that aren't in Consul's catalog. + // TODO (freddy): Add cluster-wide setting that can disable this cluster and restrict traffic to catalog destinations. + if cfgSnap.Proxy.TransparentProxy { + clusters = append(clusters, &envoy_cluster_v3.Cluster{ + Name: OriginalDestinationClusterName, + ClusterDiscoveryType: &envoy_cluster_v3.Cluster_Type{ + Type: envoy_cluster_v3.Cluster_ORIGINAL_DST, + }, + LbPolicy: envoy_cluster_v3.Cluster_CLUSTER_PROVIDED, + ConnectTimeout: ptypes.DurationProto(5 * time.Second), + }) + } - if u.DestinationType == structs.UpstreamDestTypePreparedQuery { - upstreamCluster, err := s.makeUpstreamClusterForPreparedQuery(u, cfgSnap) - if err != nil { - return nil, err - } - clusters = append(clusters, upstreamCluster) - - } else { - chain := cfgSnap.ConnectProxy.DiscoveryChain[id] - chainEndpoints, ok := cfgSnap.ConnectProxy.WatchedUpstreamEndpoints[id] - if !ok { - // this should not happen - return nil, fmt.Errorf("no endpoint map for upstream %q", id) - } - - upstreamClusters, err := s.makeUpstreamClustersForDiscoveryChain(u, chain, chainEndpoints, cfgSnap) - if err != nil { - return nil, err - } - - for _, cluster := range upstreamClusters { - clusters = append(clusters, cluster) - } + for id, chain := range cfgSnap.ConnectProxy.DiscoveryChain { + chainEndpoints, ok := cfgSnap.ConnectProxy.WatchedUpstreamEndpoints[id] + if !ok { + // this should not happen + return nil, fmt.Errorf("no endpoint map for upstream %q", id) } + + upstreamClusters, err := s.makeUpstreamClustersForDiscoveryChain(id, cfgSnap.ConnectProxy.UpstreamConfig[id], chain, chainEndpoints, cfgSnap) + if err != nil { + return nil, err + } + + for _, cluster := range upstreamClusters { + clusters = append(clusters, cluster) + } + } + + for _, u := range cfgSnap.Proxy.Upstreams { + if u.DestinationType != structs.UpstreamDestTypePreparedQuery { + continue + } + + upstreamCluster, err := s.makeUpstreamClusterForPreparedQuery(u, cfgSnap) + if err != nil { + return nil, err + } + clusters = append(clusters, upstreamCluster) } cfgSnap.Proxy.Expose.Finalize() @@ -259,7 +270,7 @@ func (s *Server) makeGatewayServiceClusters( return clusters, nil } -func (s *Server) injectGatewayServiceAddons(cfgSnap *proxycfg.ConfigSnapshot, c *envoy.Cluster, svc structs.ServiceName, lb *structs.LoadBalancer) error { +func (s *Server) injectGatewayServiceAddons(cfgSnap *proxycfg.ConfigSnapshot, c *envoy_cluster_v3.Cluster, svc structs.ServiceName, lb *structs.LoadBalancer) error { switch cfgSnap.Kind { case structs.ServiceKindMeshGateway: // We can't apply hash based LB config to mesh gateways because they rely on inspecting HTTP attributes @@ -272,7 +283,7 @@ func (s *Server) injectGatewayServiceAddons(cfgSnap *proxycfg.ConfigSnapshot, c case structs.ServiceKindTerminatingGateway: // Context used for TLS origination to the cluster if mapping, ok := cfgSnap.TerminatingGateway.GatewayServices[svc]; ok && mapping.CAFile != "" { - tlsContext := &envoyauth.UpstreamTlsContext{ + tlsContext := &envoy_tls_v3.UpstreamTlsContext{ CommonTlsContext: makeCommonTLSContextFromFiles(mapping.CAFile, mapping.CertFile, mapping.KeyFile), } if mapping.SNI != "" { @@ -318,7 +329,7 @@ func (s *Server) clustersFromSnapshotIngressGateway(cfgSnap *proxycfg.ConfigSnap return nil, fmt.Errorf("no endpoint map for upstream %q", id) } - upstreamClusters, err := s.makeUpstreamClustersForDiscoveryChain(u, chain, chainEndpoints, cfgSnap) + upstreamClusters, err := s.makeUpstreamClustersForDiscoveryChain(id, &u, chain, chainEndpoints, cfgSnap) if err != nil { return nil, err } @@ -332,8 +343,8 @@ func (s *Server) clustersFromSnapshotIngressGateway(cfgSnap *proxycfg.ConfigSnap return clusters, nil } -func (s *Server) makeAppCluster(cfgSnap *proxycfg.ConfigSnapshot, name, pathProtocol string, port int) (*envoy.Cluster, error) { - var c *envoy.Cluster +func (s *Server) makeAppCluster(cfgSnap *proxycfg.ConfigSnapshot, name, pathProtocol string, port int) (*envoy_cluster_v3.Cluster, error) { + var c *envoy_cluster_v3.Cluster var err error cfg, err := ParseProxyConfig(cfgSnap.Proxy.Config) @@ -352,15 +363,15 @@ func (s *Server) makeAppCluster(cfgSnap *proxycfg.ConfigSnapshot, name, pathProt if addr == "" { addr = "127.0.0.1" } - c = &envoy.Cluster{ + c = &envoy_cluster_v3.Cluster{ Name: name, ConnectTimeout: ptypes.DurationProto(time.Duration(cfg.LocalConnectTimeoutMs) * time.Millisecond), - ClusterDiscoveryType: &envoy.Cluster_Type{Type: envoy.Cluster_STATIC}, - LoadAssignment: &envoy.ClusterLoadAssignment{ + ClusterDiscoveryType: &envoy_cluster_v3.Cluster_Type{Type: envoy_cluster_v3.Cluster_STATIC}, + LoadAssignment: &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: name, - Endpoints: []*envoyendpoint.LocalityLbEndpoints{ + Endpoints: []*envoy_endpoint_v3.LocalityLbEndpoints{ { - LbEndpoints: []*envoyendpoint.LbEndpoint{ + LbEndpoints: []*envoy_endpoint_v3.LbEndpoint{ makeEndpoint(addr, port), }, }, @@ -372,14 +383,14 @@ func (s *Server) makeAppCluster(cfgSnap *proxycfg.ConfigSnapshot, name, pathProt protocol = cfg.Protocol } if protocol == "http2" || protocol == "grpc" { - c.Http2ProtocolOptions = &envoycore.Http2ProtocolOptions{} + c.Http2ProtocolOptions = &envoy_core_v3.Http2ProtocolOptions{} } return c, err } -func (s *Server) makeUpstreamClusterForPreparedQuery(upstream structs.Upstream, cfgSnap *proxycfg.ConfigSnapshot) (*envoy.Cluster, error) { - var c *envoy.Cluster +func (s *Server) makeUpstreamClusterForPreparedQuery(upstream structs.Upstream, cfgSnap *proxycfg.ConfigSnapshot) (*envoy_cluster_v3.Cluster, error) { + var c *envoy_cluster_v3.Cluster var err error dc := upstream.Datacenter @@ -388,14 +399,14 @@ func (s *Server) makeUpstreamClusterForPreparedQuery(upstream structs.Upstream, } sni := connect.UpstreamSNI(&upstream, "", dc, cfgSnap.Roots.TrustDomain) - cfg, err := ParseUpstreamConfig(upstream.Config) + cfg, err := structs.ParseUpstreamConfig(upstream.Config) if err != nil { // Don't hard fail on a config typo, just warn. The parse func returns // default config if there is an error so it's safe to continue. s.Logger.Warn("failed to parse", "upstream", upstream.Identifier(), "error", err) } - if cfg.ClusterJSON != "" { - c, err = makeClusterFromUserConfig(cfg.ClusterJSON) + if cfg.EnvoyClusterJSON != "" { + c, err = makeClusterFromUserConfig(cfg.EnvoyClusterJSON) if err != nil { return c, err } @@ -403,29 +414,30 @@ func (s *Server) makeUpstreamClusterForPreparedQuery(upstream structs.Upstream, } if c == nil { - c = &envoy.Cluster{ + c = &envoy_cluster_v3.Cluster{ Name: sni, ConnectTimeout: ptypes.DurationProto(time.Duration(cfg.ConnectTimeoutMs) * time.Millisecond), - ClusterDiscoveryType: &envoy.Cluster_Type{Type: envoy.Cluster_EDS}, - EdsClusterConfig: &envoy.Cluster_EdsClusterConfig{ - EdsConfig: &envoycore.ConfigSource{ - ConfigSourceSpecifier: &envoycore.ConfigSource_Ads{ - Ads: &envoycore.AggregatedConfigSource{}, + ClusterDiscoveryType: &envoy_cluster_v3.Cluster_Type{Type: envoy_cluster_v3.Cluster_EDS}, + EdsClusterConfig: &envoy_cluster_v3.Cluster_EdsClusterConfig{ + EdsConfig: &envoy_core_v3.ConfigSource{ + ResourceApiVersion: envoy_core_v3.ApiVersion_V3, + ConfigSourceSpecifier: &envoy_core_v3.ConfigSource_Ads{ + Ads: &envoy_core_v3.AggregatedConfigSource{}, }, }, }, - CircuitBreakers: &envoycluster.CircuitBreakers{ + CircuitBreakers: &envoy_cluster_v3.CircuitBreakers{ Thresholds: makeThresholdsIfNeeded(cfg.Limits), }, - OutlierDetection: cfg.PassiveHealthCheck.AsOutlierDetection(), + OutlierDetection: ToOutlierDetection(cfg.PassiveHealthCheck), } if cfg.Protocol == "http2" || cfg.Protocol == "grpc" { - c.Http2ProtocolOptions = &envoycore.Http2ProtocolOptions{} + c.Http2ProtocolOptions = &envoy_core_v3.Http2ProtocolOptions{} } } // Enable TLS upstream with the configured client certificate. - tlsContext := &envoyauth.UpstreamTlsContext{ + tlsContext := &envoy_tls_v3.UpstreamTlsContext{ CommonTlsContext: makeCommonTLSContextFromLeaf(cfgSnap, cfgSnap.Leaf()), Sni: sni, } @@ -440,16 +452,21 @@ func (s *Server) makeUpstreamClusterForPreparedQuery(upstream structs.Upstream, } func (s *Server) makeUpstreamClustersForDiscoveryChain( - upstream structs.Upstream, + id string, + upstream *structs.Upstream, chain *structs.CompiledDiscoveryChain, chainEndpoints map[string]structs.CheckServiceNodes, cfgSnap *proxycfg.ConfigSnapshot, -) ([]*envoy.Cluster, error) { +) ([]*envoy_cluster_v3.Cluster, error) { if chain == nil { - return nil, fmt.Errorf("cannot create upstream cluster without discovery chain for %s", upstream.Identifier()) + return nil, fmt.Errorf("cannot create upstream cluster without discovery chain for %s", id) } - cfg, err := ParseUpstreamConfigNoDefaults(upstream.Config) + configMap := make(map[string]interface{}) + if upstream != nil { + configMap = upstream.Config + } + cfg, err := structs.ParseUpstreamConfigNoDefaults(configMap) if err != nil { // Don't hard fail on a config typo, just warn. The parse func returns // default config if there is an error so it's safe to continue. @@ -457,12 +474,12 @@ func (s *Server) makeUpstreamClustersForDiscoveryChain( "error", err) } - var escapeHatchCluster *envoy.Cluster - if cfg.ClusterJSON != "" { + var escapeHatchCluster *envoy_cluster_v3.Cluster + if cfg.EnvoyClusterJSON != "" { if chain.IsDefault() { // If you haven't done anything to setup the discovery chain, then // you can use the envoy_cluster_json escape hatch. - escapeHatchCluster, err = makeClusterFromUserConfig(cfg.ClusterJSON) + escapeHatchCluster, err = makeClusterFromUserConfig(cfg.EnvoyClusterJSON) if err != nil { return nil, err } @@ -473,7 +490,7 @@ func (s *Server) makeUpstreamClustersForDiscoveryChain( } } - var out []*envoy.Cluster + var out []*envoy_cluster_v3.Cluster for _, node := range chain.Nodes { if node.Type != structs.DiscoveryGraphNodeTypeResolver { continue @@ -504,27 +521,28 @@ func (s *Server) makeUpstreamClustersForDiscoveryChain( } s.Logger.Debug("generating cluster for", "cluster", clusterName) - c := &envoy.Cluster{ + c := &envoy_cluster_v3.Cluster{ Name: clusterName, AltStatName: clusterName, ConnectTimeout: ptypes.DurationProto(node.Resolver.ConnectTimeout), - ClusterDiscoveryType: &envoy.Cluster_Type{Type: envoy.Cluster_EDS}, - CommonLbConfig: &envoy.Cluster_CommonLbConfig{ - HealthyPanicThreshold: &envoytype.Percent{ + ClusterDiscoveryType: &envoy_cluster_v3.Cluster_Type{Type: envoy_cluster_v3.Cluster_EDS}, + CommonLbConfig: &envoy_cluster_v3.Cluster_CommonLbConfig{ + HealthyPanicThreshold: &envoy_type_v3.Percent{ Value: 0, // disable panic threshold }, }, - EdsClusterConfig: &envoy.Cluster_EdsClusterConfig{ - EdsConfig: &envoycore.ConfigSource{ - ConfigSourceSpecifier: &envoycore.ConfigSource_Ads{ - Ads: &envoycore.AggregatedConfigSource{}, + EdsClusterConfig: &envoy_cluster_v3.Cluster_EdsClusterConfig{ + EdsConfig: &envoy_core_v3.ConfigSource{ + ResourceApiVersion: envoy_core_v3.ApiVersion_V3, + ConfigSourceSpecifier: &envoy_core_v3.ConfigSource_Ads{ + Ads: &envoy_core_v3.AggregatedConfigSource{}, }, }, }, - CircuitBreakers: &envoycluster.CircuitBreakers{ + CircuitBreakers: &envoy_cluster_v3.CircuitBreakers{ Thresholds: makeThresholdsIfNeeded(cfg.Limits), }, - OutlierDetection: cfg.PassiveHealthCheck.AsOutlierDetection(), + OutlierDetection: ToOutlierDetection(cfg.PassiveHealthCheck), } var lb *structs.LoadBalancer @@ -545,11 +563,11 @@ func (s *Server) makeUpstreamClustersForDiscoveryChain( } if proto == "http2" || proto == "grpc" { - c.Http2ProtocolOptions = &envoycore.Http2ProtocolOptions{} + c.Http2ProtocolOptions = &envoy_core_v3.Http2ProtocolOptions{} } // Enable TLS upstream with the configured client certificate. - tlsContext := &envoyauth.UpstreamTlsContext{ + tlsContext := &envoy_tls_v3.UpstreamTlsContext{ CommonTlsContext: makeCommonTLSContextFromLeaf(cfgSnap, cfgSnap.Leaf()), Sni: sni, } @@ -572,7 +590,7 @@ func (s *Server) makeUpstreamClustersForDiscoveryChain( // Overlay what the user provided. escapeHatchCluster.TransportSocket = defaultCluster.TransportSocket - out = []*envoy.Cluster{escapeHatchCluster} + out = []*envoy_cluster_v3.Cluster{escapeHatchCluster} } return out, nil @@ -590,32 +608,20 @@ func (s *Server) makeUpstreamClustersForDiscoveryChain( // immediately. It's also probably not a bad thing to support long-term since // any config generated by other systems will likely be in canonical protobuf // from rather than our slight variant in JSON/hcl. -func makeClusterFromUserConfig(configJSON string) (*envoy.Cluster, error) { - var jsonFields map[string]*json.RawMessage - if err := json.Unmarshal([]byte(configJSON), &jsonFields); err != nil { - fmt.Println("Custom error", err, configJSON) +func makeClusterFromUserConfig(configJSON string) (*envoy_cluster_v3.Cluster, error) { + // Type field is present so decode it as a types.Any + var any any.Any + err := jsonpb.UnmarshalString(configJSON, &any) + if err != nil { return nil, err } - var c envoy.Cluster - - if _, ok := jsonFields["@type"]; ok { - // Type field is present so decode it as a types.Any - var any any.Any - err := jsonpb.UnmarshalString(configJSON, &any) - if err != nil { - return nil, err - } - // And then unmarshal the listener again... - err = proto.Unmarshal(any.Value, &c) - if err != nil { - return nil, err - } - return &c, err + // And then unmarshal the listener again... + var c envoy_cluster_v3.Cluster + err = proto.Unmarshal(any.Value, &c) + if err != nil { + return nil, err } - - // No @type so try decoding as a straight cluster. - err := jsonpb.UnmarshalString(configJSON, &c) return &c, err } @@ -637,7 +643,7 @@ type gatewayClusterOpts struct { } // makeGatewayCluster creates an Envoy cluster for a mesh or terminating gateway -func (s *Server) makeGatewayCluster(snap *proxycfg.ConfigSnapshot, opts gatewayClusterOpts) *envoy.Cluster { +func (s *Server) makeGatewayCluster(snap *proxycfg.ConfigSnapshot, opts gatewayClusterOpts) *envoy_cluster_v3.Cluster { cfg, err := ParseGatewayConfig(snap.Proxy.Config) if err != nil { // Don't hard fail on a config typo, just warn. The parse func returns @@ -648,12 +654,12 @@ func (s *Server) makeGatewayCluster(snap *proxycfg.ConfigSnapshot, opts gatewayC opts.connectTimeout = time.Duration(cfg.ConnectTimeoutMs) * time.Millisecond } - cluster := &envoy.Cluster{ + cluster := &envoy_cluster_v3.Cluster{ Name: opts.name, ConnectTimeout: ptypes.DurationProto(opts.connectTimeout), // Having an empty config enables outlier detection with default config. - OutlierDetection: &envoycluster.OutlierDetection{}, + OutlierDetection: &envoy_cluster_v3.OutlierDetection{}, } useEDS := true @@ -663,11 +669,12 @@ func (s *Server) makeGatewayCluster(snap *proxycfg.ConfigSnapshot, opts gatewayC // If none of the service instances are addressed by a hostname we provide the endpoint IP addresses via EDS if useEDS { - cluster.ClusterDiscoveryType = &envoy.Cluster_Type{Type: envoy.Cluster_EDS} - cluster.EdsClusterConfig = &envoy.Cluster_EdsClusterConfig{ - EdsConfig: &envoycore.ConfigSource{ - ConfigSourceSpecifier: &envoycore.ConfigSource_Ads{ - Ads: &envoycore.AggregatedConfigSource{}, + cluster.ClusterDiscoveryType = &envoy_cluster_v3.Cluster_Type{Type: envoy_cluster_v3.Cluster_EDS} + cluster.EdsClusterConfig = &envoy_cluster_v3.Cluster_EdsClusterConfig{ + EdsConfig: &envoy_core_v3.ConfigSource{ + ResourceApiVersion: envoy_core_v3.ApiVersion_V3, + ConfigSourceSpecifier: &envoy_core_v3.ConfigSource_Ads{ + Ads: &envoy_core_v3.AggregatedConfigSource{}, }, }, } @@ -678,28 +685,28 @@ func (s *Server) makeGatewayCluster(snap *proxycfg.ConfigSnapshot, opts gatewayC // by setting a DNS cluster type and passing the hostname endpoints via CDS. rate := 10 * time.Second cluster.DnsRefreshRate = ptypes.DurationProto(rate) - cluster.DnsLookupFamily = envoy.Cluster_V4_ONLY + cluster.DnsLookupFamily = envoy_cluster_v3.Cluster_V4_ONLY - discoveryType := envoy.Cluster_Type{Type: envoy.Cluster_LOGICAL_DNS} + discoveryType := envoy_cluster_v3.Cluster_Type{Type: envoy_cluster_v3.Cluster_LOGICAL_DNS} if cfg.DNSDiscoveryType == "strict_dns" { - discoveryType.Type = envoy.Cluster_STRICT_DNS + discoveryType.Type = envoy_cluster_v3.Cluster_STRICT_DNS } cluster.ClusterDiscoveryType = &discoveryType - endpoints := make([]*envoyendpoint.LbEndpoint, 0, 1) + endpoints := make([]*envoy_endpoint_v3.LbEndpoint, 0, 1) uniqueHostnames := make(map[string]bool) var ( hostname string idx int - fallback *envoyendpoint.LbEndpoint + fallback *envoy_endpoint_v3.LbEndpoint ) for i, e := range opts.hostnameEndpoints { addr, port := e.BestAddress(opts.isRemote) uniqueHostnames[addr] = true health, weight := calculateEndpointHealthAndWeight(e, opts.onlyPassing) - if health == envoycore.HealthStatus_UNHEALTHY { + if health == envoy_core_v3.HealthStatus_UNHEALTHY { fallback = makeLbEndpoint(addr, port, health, weight) continue } @@ -734,9 +741,9 @@ func (s *Server) makeGatewayCluster(snap *proxycfg.ConfigSnapshot, opts gatewayC "dc", dc, "service", service.String()) } - cluster.LoadAssignment = &envoy.ClusterLoadAssignment{ + cluster.LoadAssignment = &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: cluster.Name, - Endpoints: []*envoyendpoint.LocalityLbEndpoints{ + Endpoints: []*envoy_endpoint_v3.LocalityLbEndpoints{ { LbEndpoints: endpoints, }, @@ -745,15 +752,13 @@ func (s *Server) makeGatewayCluster(snap *proxycfg.ConfigSnapshot, opts gatewayC return cluster } -func makeThresholdsIfNeeded(limits UpstreamLimits) []*envoycluster.CircuitBreakers_Thresholds { - var empty UpstreamLimits - // Make sure to not create any thresholds when passed the zero-value in order - // to rely on Envoy defaults - if limits == empty { +func makeThresholdsIfNeeded(limits *structs.UpstreamLimits) []*envoy_cluster_v3.CircuitBreakers_Thresholds { + if limits == nil { return nil } - threshold := &envoycluster.CircuitBreakers_Thresholds{} + threshold := &envoy_cluster_v3.CircuitBreakers_Thresholds{} + // Likewise, make sure to not set any threshold values on the zero-value in // order to rely on Envoy defaults if limits.MaxConnections != nil { @@ -766,18 +771,18 @@ func makeThresholdsIfNeeded(limits UpstreamLimits) []*envoycluster.CircuitBreake threshold.MaxRequests = makeUint32Value(*limits.MaxConcurrentRequests) } - return []*envoycluster.CircuitBreakers_Thresholds{threshold} + return []*envoy_cluster_v3.CircuitBreakers_Thresholds{threshold} } -func makeLbEndpoint(addr string, port int, health envoycore.HealthStatus, weight int) *envoyendpoint.LbEndpoint { - return &envoyendpoint.LbEndpoint{ - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ - Address: &envoycore.Address{ - Address: &envoycore.Address_SocketAddress{ - SocketAddress: &envoycore.SocketAddress{ +func makeLbEndpoint(addr string, port int, health envoy_core_v3.HealthStatus, weight int) *envoy_endpoint_v3.LbEndpoint { + return &envoy_endpoint_v3.LbEndpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ + Address: &envoy_core_v3.Address{ + Address: &envoy_core_v3.Address_SocketAddress{ + SocketAddress: &envoy_core_v3.SocketAddress{ Address: addr, - PortSpecifier: &envoycore.SocketAddress_PortValue{ + PortSpecifier: &envoy_core_v3.SocketAddress_PortValue{ PortValue: uint32(port), }, }, @@ -790,7 +795,7 @@ func makeLbEndpoint(addr string, port int, health envoycore.HealthStatus, weight } } -func injectLBToCluster(ec *structs.LoadBalancer, c *envoy.Cluster) error { +func injectLBToCluster(ec *structs.LoadBalancer, c *envoy_cluster_v3.Cluster) error { if ec == nil { return nil } @@ -799,34 +804,34 @@ func injectLBToCluster(ec *structs.LoadBalancer, c *envoy.Cluster) error { case "": return nil case structs.LBPolicyLeastRequest: - c.LbPolicy = envoy.Cluster_LEAST_REQUEST + c.LbPolicy = envoy_cluster_v3.Cluster_LEAST_REQUEST if ec.LeastRequestConfig != nil { - c.LbConfig = &envoy.Cluster_LeastRequestLbConfig_{ - LeastRequestLbConfig: &envoy.Cluster_LeastRequestLbConfig{ + c.LbConfig = &envoy_cluster_v3.Cluster_LeastRequestLbConfig_{ + LeastRequestLbConfig: &envoy_cluster_v3.Cluster_LeastRequestLbConfig{ ChoiceCount: &wrappers.UInt32Value{Value: ec.LeastRequestConfig.ChoiceCount}, }, } } case structs.LBPolicyRoundRobin: - c.LbPolicy = envoy.Cluster_ROUND_ROBIN + c.LbPolicy = envoy_cluster_v3.Cluster_ROUND_ROBIN case structs.LBPolicyRandom: - c.LbPolicy = envoy.Cluster_RANDOM + c.LbPolicy = envoy_cluster_v3.Cluster_RANDOM case structs.LBPolicyRingHash: - c.LbPolicy = envoy.Cluster_RING_HASH + c.LbPolicy = envoy_cluster_v3.Cluster_RING_HASH if ec.RingHashConfig != nil { - c.LbConfig = &envoy.Cluster_RingHashLbConfig_{ - RingHashLbConfig: &envoy.Cluster_RingHashLbConfig{ + c.LbConfig = &envoy_cluster_v3.Cluster_RingHashLbConfig_{ + RingHashLbConfig: &envoy_cluster_v3.Cluster_RingHashLbConfig{ MinimumRingSize: &wrappers.UInt64Value{Value: ec.RingHashConfig.MinimumRingSize}, MaximumRingSize: &wrappers.UInt64Value{Value: ec.RingHashConfig.MaximumRingSize}, }, } } case structs.LBPolicyMaglev: - c.LbPolicy = envoy.Cluster_MAGLEV + c.LbPolicy = envoy_cluster_v3.Cluster_MAGLEV default: return fmt.Errorf("unsupported load balancer policy %q for cluster %q", ec.Policy, c.Name) diff --git a/agent/xds/clusters_test.go b/agent/xds/clusters_test.go index 37064e81e4..e3a7e4230f 100644 --- a/agent/xds/clusters_test.go +++ b/agent/xds/clusters_test.go @@ -8,7 +8,7 @@ import ( "text/template" "time" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" + envoy_cluster_v3 "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3" "github.com/golang/protobuf/ptypes/wrappers" testinf "github.com/mitchellh/go-testing-interface" @@ -67,6 +67,15 @@ func TestClustersFromSnapshot(t *testing.T) { customAppClusterJSON(t, customClusterJSONOptions{ Name: "myservice", }) + snap.ConnectProxy.UpstreamConfig = map[string]*structs.Upstream{ + "db": { + Config: map[string]interface{}{ + "envoy_cluster_json": customAppClusterJSON(t, customClusterJSONOptions{ + Name: "myservice", + }), + }, + }, + } }, }, { @@ -616,16 +625,22 @@ func TestClustersFromSnapshot(t *testing.T) { create: proxycfg.TestConfigSnapshotIngress_MultipleListenersDuplicateService, setup: nil, }, + { + name: "transparent-proxy", + create: proxycfg.TestConfigSnapshot, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.Proxy.TransparentProxy = true + }, + }, } + latestEnvoyVersion := proxysupport.EnvoyVersions[0] for _, envoyVersion := range proxysupport.EnvoyVersions { sf, err := determineSupportedProxyFeaturesFromString(envoyVersion) require.NoError(t, err) t.Run("envoy-"+envoyVersion, func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - require := require.New(t) - // Sanity check default with no overrides first snap := tt.create(t) @@ -646,21 +661,41 @@ func TestClustersFromSnapshot(t *testing.T) { ProxyFeatures: sf, } clusters, err := s.clustersFromSnapshot(cInfo, snap) - require.NoError(err) + require.NoError(t, err) + sort.Slice(clusters, func(i, j int) bool { - return clusters[i].(*envoy.Cluster).Name < clusters[j].(*envoy.Cluster).Name + return clusters[i].(*envoy_cluster_v3.Cluster).Name < clusters[j].(*envoy_cluster_v3.Cluster).Name }) + r, err := createResponse(ClusterType, "00000001", "00000001", clusters) - require.NoError(err) + require.NoError(t, err) - gotJSON := responseToJSON(t, r) + t.Run("current", func(t *testing.T) { + gotJSON := protoToJSON(t, r) - gName := tt.name - if tt.overrideGoldenName != "" { - gName = tt.overrideGoldenName - } + gName := tt.name + if tt.overrideGoldenName != "" { + gName = tt.overrideGoldenName + } - require.JSONEq(goldenEnvoy(t, filepath.Join("clusters", gName), envoyVersion, gotJSON), gotJSON) + require.JSONEq(t, goldenEnvoy(t, filepath.Join("clusters", gName), envoyVersion, latestEnvoyVersion, gotJSON), gotJSON) + }) + + t.Run("v2-compat", func(t *testing.T) { + respV2, err := convertDiscoveryResponseToV2(r) + require.NoError(t, err) + + gotJSON := protoToJSON(t, respV2) + + gName := tt.name + if tt.overrideGoldenName != "" { + gName = tt.overrideGoldenName + } + + gName += ".v2compat" + + require.JSONEq(t, goldenEnvoy(t, filepath.Join("clusters", gName), envoyVersion, latestEnvoyVersion, gotJSON), gotJSON) + }) }) } }) @@ -671,7 +706,7 @@ func expectClustersJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin return map[string]string{ "local_app": ` { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -697,11 +732,12 @@ func expectClustersJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin }`, "db": ` { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { + "resourceApiVersion": "V3", "ads": { } @@ -722,11 +758,12 @@ func expectClustersJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin }`, "prepared_query:geo-cache": ` { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { + "resourceApiVersion": "V3", "ads": { } @@ -767,7 +804,7 @@ func expectClustersJSONFromResources(snap *proxycfg.ConfigSnapshot, v, n uint64, return `{ "versionInfo": "` + hexString(v) + `", "resources": [` + resJSON + `], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "` + hexString(n) + `" }` } @@ -782,26 +819,37 @@ type customClusterJSONOptions struct { } var customAppClusterJSONTpl = `{ - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", {{ if .TLSContext -}} "transport_socket": { "name": "tls", "typed_config": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", {{ .TLSContext }} } }, {{- end }} "name": "{{ .Name }}", "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 + "loadAssignment": { + "clusterName": "{{ .Name }}", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] } - } - ] + ] + } }` var customAppClusterJSONTemplate = template.Must(template.New("").Parse(customAppClusterJSONTpl)) @@ -818,15 +866,15 @@ func setupTLSRootsAndLeaf(t *testing.T, snap *proxycfg.ConfigSnapshot) { if snap.Leaf() != nil { switch snap.Kind { case structs.ServiceKindConnectProxy: - snap.ConnectProxy.Leaf.CertPEM = golden(t, "test-leaf-cert", "", "") - snap.ConnectProxy.Leaf.PrivateKeyPEM = golden(t, "test-leaf-key", "", "") + snap.ConnectProxy.Leaf.CertPEM = loadTestResource(t, "test-leaf-cert") + snap.ConnectProxy.Leaf.PrivateKeyPEM = loadTestResource(t, "test-leaf-key") case structs.ServiceKindIngressGateway: - snap.IngressGateway.Leaf.CertPEM = golden(t, "test-leaf-cert", "", "") - snap.IngressGateway.Leaf.PrivateKeyPEM = golden(t, "test-leaf-key", "", "") + snap.IngressGateway.Leaf.CertPEM = loadTestResource(t, "test-leaf-cert") + snap.IngressGateway.Leaf.PrivateKeyPEM = loadTestResource(t, "test-leaf-key") } } if snap.Roots != nil { - snap.Roots.Roots[0].RootCert = golden(t, "test-root-cert", "", "") + snap.Roots.Roots[0].RootCert = loadTestResource(t, "test-root-cert") } } @@ -834,35 +882,35 @@ func TestEnvoyLBConfig_InjectToCluster(t *testing.T) { var tests = []struct { name string lb *structs.LoadBalancer - expected *envoy.Cluster + expected *envoy_cluster_v3.Cluster }{ { name: "skip empty", lb: &structs.LoadBalancer{ Policy: "", }, - expected: &envoy.Cluster{}, + expected: &envoy_cluster_v3.Cluster{}, }, { name: "round robin", lb: &structs.LoadBalancer{ Policy: structs.LBPolicyRoundRobin, }, - expected: &envoy.Cluster{LbPolicy: envoy.Cluster_ROUND_ROBIN}, + expected: &envoy_cluster_v3.Cluster{LbPolicy: envoy_cluster_v3.Cluster_ROUND_ROBIN}, }, { name: "random", lb: &structs.LoadBalancer{ Policy: structs.LBPolicyRandom, }, - expected: &envoy.Cluster{LbPolicy: envoy.Cluster_RANDOM}, + expected: &envoy_cluster_v3.Cluster{LbPolicy: envoy_cluster_v3.Cluster_RANDOM}, }, { name: "maglev", lb: &structs.LoadBalancer{ Policy: structs.LBPolicyMaglev, }, - expected: &envoy.Cluster{LbPolicy: envoy.Cluster_MAGLEV}, + expected: &envoy_cluster_v3.Cluster{LbPolicy: envoy_cluster_v3.Cluster_MAGLEV}, }, { name: "ring_hash", @@ -873,10 +921,10 @@ func TestEnvoyLBConfig_InjectToCluster(t *testing.T) { MaximumRingSize: 7, }, }, - expected: &envoy.Cluster{ - LbPolicy: envoy.Cluster_RING_HASH, - LbConfig: &envoy.Cluster_RingHashLbConfig_{ - RingHashLbConfig: &envoy.Cluster_RingHashLbConfig{ + expected: &envoy_cluster_v3.Cluster{ + LbPolicy: envoy_cluster_v3.Cluster_RING_HASH, + LbConfig: &envoy_cluster_v3.Cluster_RingHashLbConfig_{ + RingHashLbConfig: &envoy_cluster_v3.Cluster_RingHashLbConfig{ MinimumRingSize: &wrappers.UInt64Value{Value: 3}, MaximumRingSize: &wrappers.UInt64Value{Value: 7}, }, @@ -891,10 +939,10 @@ func TestEnvoyLBConfig_InjectToCluster(t *testing.T) { ChoiceCount: 3, }, }, - expected: &envoy.Cluster{ - LbPolicy: envoy.Cluster_LEAST_REQUEST, - LbConfig: &envoy.Cluster_LeastRequestLbConfig_{ - LeastRequestLbConfig: &envoy.Cluster_LeastRequestLbConfig{ + expected: &envoy_cluster_v3.Cluster{ + LbPolicy: envoy_cluster_v3.Cluster_LEAST_REQUEST, + LbConfig: &envoy_cluster_v3.Cluster_LeastRequestLbConfig_{ + LeastRequestLbConfig: &envoy_cluster_v3.Cluster_LeastRequestLbConfig{ ChoiceCount: &wrappers.UInt32Value{Value: 3}, }, }, @@ -904,7 +952,7 @@ func TestEnvoyLBConfig_InjectToCluster(t *testing.T) { for _, tc := range tests { t.Run(tc.name, func(t *testing.T) { - var c envoy.Cluster + var c envoy_cluster_v3.Cluster err := injectLBToCluster(tc.lb, &c) require.NoError(t, err) diff --git a/agent/xds/config.go b/agent/xds/config.go index dd8bf9adf8..8f6748b75d 100644 --- a/agent/xds/config.go +++ b/agent/xds/config.go @@ -1,10 +1,8 @@ package xds import ( + envoy_cluster_v3 "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3" "strings" - "time" - - envoycluster "github.com/envoyproxy/go-control-plane/envoy/api/v2/cluster" "github.com/golang/protobuf/ptypes" "github.com/golang/protobuf/ptypes/wrappers" @@ -150,75 +148,15 @@ func ParseGatewayConfig(m map[string]interface{}) (GatewayConfig, error) { return cfg, err } -// UpstreamLimits describes the limits that are associated with a specific -// upstream of a service instance. -type UpstreamLimits struct { - // MaxConnections is the maximum number of connections the local proxy can - // make to the upstream service. - MaxConnections *int `mapstructure:"max_connections"` - - // MaxPendingRequests is the maximum number of requests that will be queued - // waiting for an available connection. This is mostly applicable to HTTP/1.1 - // clusters since all HTTP/2 requests are streamed over a single - // connection. - MaxPendingRequests *int `mapstructure:"max_pending_requests"` - - // MaxConcurrentRequests is the maximum number of in-flight requests that will be allowed - // to the upstream cluster at a point in time. This is mostly applicable to HTTP/2 - // clusters since all HTTP/1.1 requests are limited by MaxConnections. - MaxConcurrentRequests *int `mapstructure:"max_concurrent_requests"` -} - -// UpstreamConfig describes the keys we understand from -// Connect.Proxy.Upstream[*].Config. -type UpstreamConfig struct { - // ListenerJSON is a complete override ("escape hatch") for the upstream's - // listener. - // - // Note: This escape hatch is NOT compatible with the discovery chain and - // will be ignored if a discovery chain is active. - ListenerJSON string `mapstructure:"envoy_listener_json"` - - // ClusterJSON is a complete override ("escape hatch") for the upstream's - // cluster. The Connect client TLS certificate and context will be injected - // overriding any TLS settings present. - // - // Note: This escape hatch is NOT compatible with the discovery chain and - // will be ignored if a discovery chain is active. - ClusterJSON string `mapstructure:"envoy_cluster_json"` - - // Protocol describes the upstream's service protocol. Valid values are "tcp", - // "http" and "grpc". Anything else is treated as tcp. The enables protocol - // aware features like per-request metrics and connection pooling, tracing, - // routing etc. - Protocol string `mapstructure:"protocol"` - - // ConnectTimeoutMs is the number of milliseconds to timeout making a new - // connection to this upstream. Defaults to 5000 (5 seconds) if not set. - ConnectTimeoutMs int `mapstructure:"connect_timeout_ms"` - - // Limits are the set of limits that are applied to the proxy for a specific upstream of a - // service instance. - Limits UpstreamLimits `mapstructure:"limits"` - - // PassiveHealthCheck configuration - PassiveHealthCheck PassiveHealthCheck `mapstructure:"passive_health_check"` -} - -type PassiveHealthCheck struct { - // Interval between health check analysis sweeps. Each sweep may remove - // hosts or return hosts to the pool. - Interval time.Duration - // MaxFailures is the count of consecutive failures that results in a host - // being removed from the pool. - MaxFailures uint32 `mapstructure:"max_failures"` -} - // Return an envoy.OutlierDetection populated by the values from this struct. // If all values are zero a default empty OutlierDetection will be returned to // enable outlier detection with default values. -func (p PassiveHealthCheck) AsOutlierDetection() *envoycluster.OutlierDetection { - od := &envoycluster.OutlierDetection{} +func ToOutlierDetection(p *structs.PassiveHealthCheck) *envoy_cluster_v3.OutlierDetection { + od := &envoy_cluster_v3.OutlierDetection{} + if p == nil { + return od + } + if p.Interval != 0 { od.Interval = ptypes.DurationProto(p.Interval) } @@ -227,41 +165,3 @@ func (p PassiveHealthCheck) AsOutlierDetection() *envoycluster.OutlierDetection } return od } - -func ParseUpstreamConfigNoDefaults(m map[string]interface{}) (UpstreamConfig, error) { - var cfg UpstreamConfig - config := &mapstructure.DecoderConfig{ - DecodeHook: mapstructure.ComposeDecodeHookFunc( - decode.HookWeakDecodeFromSlice, - decode.HookTranslateKeys, - mapstructure.StringToTimeDurationHookFunc(), - ), - Result: &cfg, - WeaklyTypedInput: true, - } - - decoder, err := mapstructure.NewDecoder(config) - if err != nil { - return cfg, err - } - - err = decoder.Decode(m) - return cfg, err -} - -// ParseUpstreamConfig returns the UpstreamConfig parsed from an opaque map. -// If an error occurs during parsing it is returned along with the default -// config this allows caller to choose whether and how to report the error. -func ParseUpstreamConfig(m map[string]interface{}) (UpstreamConfig, error) { - cfg, err := ParseUpstreamConfigNoDefaults(m) - // Set defaults (even if error is returned) - if cfg.Protocol == "" { - cfg.Protocol = "tcp" - } else { - cfg.Protocol = strings.ToLower(cfg.Protocol) - } - if cfg.ConnectTimeoutMs < 1 { - cfg.ConnectTimeoutMs = 5000 - } - return cfg, err -} diff --git a/agent/xds/config_test.go b/agent/xds/config_test.go index e1e8c7276c..aa0f8e7239 100644 --- a/agent/xds/config_test.go +++ b/agent/xds/config_test.go @@ -2,11 +2,9 @@ package xds import ( "testing" - "time" - - "github.com/stretchr/testify/require" "github.com/hashicorp/consul/agent/structs" + "github.com/stretchr/testify/require" ) func TestParseProxyConfig(t *testing.T) { @@ -168,144 +166,6 @@ func TestParseProxyConfig(t *testing.T) { } } -func TestParseUpstreamConfig(t *testing.T) { - tests := []struct { - name string - input map[string]interface{} - want UpstreamConfig - }{ - { - name: "defaults - nil", - input: nil, - want: UpstreamConfig{ - ConnectTimeoutMs: 5000, - Protocol: "tcp", - }, - }, - { - name: "defaults - empty", - input: map[string]interface{}{}, - want: UpstreamConfig{ - ConnectTimeoutMs: 5000, - Protocol: "tcp", - }, - }, - { - name: "defaults - other stuff", - input: map[string]interface{}{ - "foo": "bar", - "envoy_foo": "envoy_bar", - }, - want: UpstreamConfig{ - ConnectTimeoutMs: 5000, - Protocol: "tcp", - }, - }, - { - name: "protocol override", - input: map[string]interface{}{ - "protocol": "http", - }, - want: UpstreamConfig{ - ConnectTimeoutMs: 5000, - Protocol: "http", - }, - }, - { - name: "connect timeout override, string", - input: map[string]interface{}{ - "connect_timeout_ms": "1000", - }, - want: UpstreamConfig{ - ConnectTimeoutMs: 1000, - Protocol: "tcp", - }, - }, - { - name: "connect timeout override, float ", - input: map[string]interface{}{ - "connect_timeout_ms": float64(1000.0), - }, - want: UpstreamConfig{ - ConnectTimeoutMs: 1000, - Protocol: "tcp", - }, - }, - { - name: "connect timeout override, int ", - input: map[string]interface{}{ - "connect_timeout_ms": 1000, - }, - want: UpstreamConfig{ - ConnectTimeoutMs: 1000, - Protocol: "tcp", - }, - }, - { - name: "connect limits map", - input: map[string]interface{}{ - "limits": map[string]interface{}{ - "max_connections": 50, - "max_pending_requests": 60, - "max_concurrent_requests": 70, - }, - }, - want: UpstreamConfig{ - ConnectTimeoutMs: 5000, - Protocol: "tcp", - Limits: UpstreamLimits{ - MaxConnections: intPointer(50), - MaxPendingRequests: intPointer(60), - MaxConcurrentRequests: intPointer(70), - }, - }, - }, - { - name: "connect limits map zero", - input: map[string]interface{}{ - "limits": map[string]interface{}{ - "max_connections": 0, - "max_pending_requests": 0, - "max_concurrent_requests": 0, - }, - }, - want: UpstreamConfig{ - ConnectTimeoutMs: 5000, - Protocol: "tcp", - Limits: UpstreamLimits{ - MaxConnections: intPointer(0), - MaxPendingRequests: intPointer(0), - MaxConcurrentRequests: intPointer(0), - }, - }, - }, - { - name: "passive health check map", - input: map[string]interface{}{ - "passive_health_check": map[string]interface{}{ - "interval": "22s", - "max_failures": 7, - }, - }, - want: UpstreamConfig{ - ConnectTimeoutMs: 5000, - Protocol: "tcp", - PassiveHealthCheck: PassiveHealthCheck{ - Interval: 22 * time.Second, - MaxFailures: 7, - }, - }, - }, - } - for _, tt := range tests { - t.Run(tt.name, func(t *testing.T) { - got, err := ParseUpstreamConfig(tt.input) - require.NoError(t, err) - require.Equal(t, tt.want, got) - }) - } -} - func TestParseGatewayConfig(t *testing.T) { tests := []struct { name string diff --git a/agent/xds/endpoints.go b/agent/xds/endpoints.go index 69992ea8ad..ac39b3417a 100644 --- a/agent/xds/endpoints.go +++ b/agent/xds/endpoints.go @@ -4,9 +4,9 @@ import ( "errors" "fmt" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoyendpoint "github.com/envoyproxy/go-control-plane/envoy/api/v2/endpoint" + envoy_cluster_v3 "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" + envoy_endpoint_v3 "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3" "github.com/golang/protobuf/proto" bexpr "github.com/hashicorp/go-bexpr" @@ -47,45 +47,41 @@ func (s *Server) endpointsFromSnapshotConnectProxy(cfgSnap *proxycfg.ConfigSnaps resources := make([]proto.Message, 0, len(cfgSnap.ConnectProxy.PreparedQueryEndpoints)+len(cfgSnap.ConnectProxy.WatchedUpstreamEndpoints)) + for id, chain := range cfgSnap.ConnectProxy.DiscoveryChain { + es := s.endpointsFromDiscoveryChain( + id, + chain, + cfgSnap.Datacenter, + cfgSnap.ConnectProxy.UpstreamConfig[id], + cfgSnap.ConnectProxy.WatchedUpstreamEndpoints[id], + cfgSnap.ConnectProxy.WatchedGatewayEndpoints[id], + ) + resources = append(resources, es...) + } + + // Looping over explicit upstreams is only needed for prepared queries because they do not have discovery chains for _, u := range cfgSnap.Proxy.Upstreams { + if u.DestinationType != structs.UpstreamDestTypePreparedQuery { + continue + } id := u.Identifier() - var chain *structs.CompiledDiscoveryChain - if u.DestinationType != structs.UpstreamDestTypePreparedQuery { - chain = cfgSnap.ConnectProxy.DiscoveryChain[id] + dc := u.Datacenter + if dc == "" { + dc = cfgSnap.Datacenter } + clusterName := connect.UpstreamSNI(&u, "", dc, cfgSnap.Roots.TrustDomain) - if chain == nil { - // We ONLY want this branch for prepared queries. - - dc := u.Datacenter - if dc == "" { - dc = cfgSnap.Datacenter - } - clusterName := connect.UpstreamSNI(&u, "", dc, cfgSnap.Roots.TrustDomain) - - endpoints, ok := cfgSnap.ConnectProxy.PreparedQueryEndpoints[id] - if ok { - la := makeLoadAssignment( - clusterName, - []loadAssignmentEndpointGroup{ - {Endpoints: endpoints}, - }, - cfgSnap.Datacenter, - ) - resources = append(resources, la) - } - - } else { - // Newfangled discovery chain plumbing. - es := s.endpointsFromDiscoveryChain( - u, - chain, + endpoints, ok := cfgSnap.ConnectProxy.PreparedQueryEndpoints[id] + if ok { + la := makeLoadAssignment( + clusterName, + []loadAssignmentEndpointGroup{ + {Endpoints: endpoints}, + }, cfgSnap.Datacenter, - cfgSnap.ConnectProxy.WatchedUpstreamEndpoints[id], - cfgSnap.ConnectProxy.WatchedGatewayEndpoints[id], ) - resources = append(resources, es...) + resources = append(resources, la) } } @@ -163,26 +159,26 @@ func (s *Server) endpointsFromSnapshotMeshGateway(cfgSnap *proxycfg.ConfigSnapsh // generate endpoints for our servers if WAN federation is enabled if cfgSnap.ServiceMeta[structs.MetaWANFederationKey] == "1" && cfgSnap.ServerSNIFn != nil { - var allServersLbEndpoints []*envoyendpoint.LbEndpoint + var allServersLbEndpoints []*envoy_endpoint_v3.LbEndpoint for _, srv := range cfgSnap.MeshGateway.ConsulServers { clusterName := cfgSnap.ServerSNIFn(cfgSnap.Datacenter, srv.Node.Node) addr, port := srv.BestAddress(false /*wan*/) - lbEndpoint := &envoyendpoint.LbEndpoint{ - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ + lbEndpoint := &envoy_endpoint_v3.LbEndpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress(addr, port), }, }, - HealthStatus: envoycore.HealthStatus_UNKNOWN, + HealthStatus: envoy_core_v3.HealthStatus_UNKNOWN, } - cla := &envoy.ClusterLoadAssignment{ + cla := &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: clusterName, - Endpoints: []*envoyendpoint.LocalityLbEndpoints{{ - LbEndpoints: []*envoyendpoint.LbEndpoint{lbEndpoint}, + Endpoints: []*envoy_endpoint_v3.LocalityLbEndpoints{{ + LbEndpoints: []*envoy_endpoint_v3.LbEndpoint{lbEndpoint}, }}, } allServersLbEndpoints = append(allServersLbEndpoints, lbEndpoint) @@ -192,9 +188,9 @@ func (s *Server) endpointsFromSnapshotMeshGateway(cfgSnap *proxycfg.ConfigSnapsh // And add one catch all so that remote datacenters can dial ANY server // in this datacenter without knowing its name. - resources = append(resources, &envoy.ClusterLoadAssignment{ + resources = append(resources, &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: cfgSnap.ServerSNIFn(cfgSnap.Datacenter, ""), - Endpoints: []*envoyendpoint.LocalityLbEndpoints{{ + Endpoints: []*envoy_endpoint_v3.LocalityLbEndpoints{{ LbEndpoints: allServersLbEndpoints, }}, }) @@ -277,9 +273,10 @@ func (s *Server) endpointsFromSnapshotIngressGateway(cfgSnap *proxycfg.ConfigSna } es := s.endpointsFromDiscoveryChain( - u, + id, cfgSnap.IngressGateway.DiscoveryChain[id], cfgSnap.Datacenter, + &u, cfgSnap.IngressGateway.WatchedUpstreamEndpoints[id], cfgSnap.IngressGateway.WatchedGatewayEndpoints[id], ) @@ -290,10 +287,10 @@ func (s *Server) endpointsFromSnapshotIngressGateway(cfgSnap *proxycfg.ConfigSna return resources, nil } -func makeEndpoint(host string, port int) *envoyendpoint.LbEndpoint { - return &envoyendpoint.LbEndpoint{ - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ +func makeEndpoint(host string, port int) *envoy_endpoint_v3.LbEndpoint { + return &envoy_endpoint_v3.LbEndpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress(host, port), }, }, @@ -301,9 +298,10 @@ func makeEndpoint(host string, port int) *envoyendpoint.LbEndpoint { } func (s *Server) endpointsFromDiscoveryChain( - upstream structs.Upstream, + id string, chain *structs.CompiledDiscoveryChain, datacenter string, + upstream *structs.Upstream, upstreamEndpoints, gatewayEndpoints map[string]structs.CheckServiceNodes, ) []proto.Message { var resources []proto.Message @@ -312,26 +310,30 @@ func (s *Server) endpointsFromDiscoveryChain( return resources } - cfg, err := ParseUpstreamConfigNoDefaults(upstream.Config) + configMap := make(map[string]interface{}) + if upstream != nil { + configMap = upstream.Config + } + cfg, err := structs.ParseUpstreamConfigNoDefaults(configMap) if err != nil { // Don't hard fail on a config typo, just warn. The parse func returns // default config if there is an error so it's safe to continue. - s.Logger.Warn("failed to parse", "upstream", upstream.Identifier(), + s.Logger.Warn("failed to parse", "upstream", id, "error", err) } - var escapeHatchCluster *envoy.Cluster - if cfg.ClusterJSON != "" { + var escapeHatchCluster *envoy_cluster_v3.Cluster + if cfg.EnvoyClusterJSON != "" { if chain.IsDefault() { // If you haven't done anything to setup the discovery chain, then // you can use the envoy_cluster_json escape hatch. - escapeHatchCluster, err = makeClusterFromUserConfig(cfg.ClusterJSON) + escapeHatchCluster, err = makeClusterFromUserConfig(cfg.EnvoyClusterJSON) if err != nil { return resources } } else { s.Logger.Warn("ignoring escape hatch setting, because a discovery chain is configued for", - "discovery chain", chain.ServiceName, "upstream", upstream.Identifier(), + "discovery chain", chain.ServiceName, "upstream", id, "envoy_cluster_json", chain.ServiceName) } } @@ -418,17 +420,17 @@ func (s *Server) endpointsFromDiscoveryChain( type loadAssignmentEndpointGroup struct { Endpoints structs.CheckServiceNodes OnlyPassing bool - OverrideHealth envoycore.HealthStatus + OverrideHealth envoy_core_v3.HealthStatus } -func makeLoadAssignment(clusterName string, endpointGroups []loadAssignmentEndpointGroup, localDatacenter string) *envoy.ClusterLoadAssignment { - cla := &envoy.ClusterLoadAssignment{ +func makeLoadAssignment(clusterName string, endpointGroups []loadAssignmentEndpointGroup, localDatacenter string) *envoy_endpoint_v3.ClusterLoadAssignment { + cla := &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: clusterName, - Endpoints: make([]*envoyendpoint.LocalityLbEndpoints, 0, len(endpointGroups)), + Endpoints: make([]*envoy_endpoint_v3.LocalityLbEndpoints, 0, len(endpointGroups)), } if len(endpointGroups) > 1 { - cla.Policy = &envoy.ClusterLoadAssignment_Policy{ + cla.Policy = &envoy_endpoint_v3.ClusterLoadAssignment_Policy{ // We choose such a large value here that the failover math should // in effect not happen until zero instances are healthy. OverprovisioningFactor: makeUint32Value(100000), @@ -437,20 +439,20 @@ func makeLoadAssignment(clusterName string, endpointGroups []loadAssignmentEndpo for priority, endpointGroup := range endpointGroups { endpoints := endpointGroup.Endpoints - es := make([]*envoyendpoint.LbEndpoint, 0, len(endpoints)) + es := make([]*envoy_endpoint_v3.LbEndpoint, 0, len(endpoints)) for _, ep := range endpoints { // TODO (mesh-gateway) - should we respect the translate_wan_addrs configuration here or just always use the wan for cross-dc? addr, port := ep.BestAddress(localDatacenter != ep.Node.Datacenter) healthStatus, weight := calculateEndpointHealthAndWeight(ep, endpointGroup.OnlyPassing) - if endpointGroup.OverrideHealth != envoycore.HealthStatus_UNKNOWN { + if endpointGroup.OverrideHealth != envoy_core_v3.HealthStatus_UNKNOWN { healthStatus = endpointGroup.OverrideHealth } - es = append(es, &envoyendpoint.LbEndpoint{ - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ + es = append(es, &envoy_endpoint_v3.LbEndpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress(addr, port), }, }, @@ -459,7 +461,7 @@ func makeLoadAssignment(clusterName string, endpointGroups []loadAssignmentEndpo }) } - cla.Endpoints = append(cla.Endpoints, &envoyendpoint.LocalityLbEndpoints{ + cla.Endpoints = append(cla.Endpoints, &envoy_endpoint_v3.LocalityLbEndpoints{ Priority: uint32(priority), LbEndpoints: es, }) @@ -505,11 +507,11 @@ func makeLoadAssignmentEndpointGroup( } // But we will use the health from the actual backend service. - overallHealth := envoycore.HealthStatus_UNHEALTHY + overallHealth := envoy_core_v3.HealthStatus_UNHEALTHY for _, ep := range realEndpoints { health, _ := calculateEndpointHealthAndWeight(ep, target.Subset.OnlyPassing) - if health == envoycore.HealthStatus_HEALTHY { - overallHealth = envoycore.HealthStatus_HEALTHY + if health == envoy_core_v3.HealthStatus_HEALTHY { + overallHealth = envoy_core_v3.HealthStatus_HEALTHY break } } @@ -523,8 +525,8 @@ func makeLoadAssignmentEndpointGroup( func calculateEndpointHealthAndWeight( ep structs.CheckServiceNode, onlyPassing bool, -) (envoycore.HealthStatus, int) { - healthStatus := envoycore.HealthStatus_HEALTHY +) (envoy_core_v3.HealthStatus, int) { + healthStatus := envoy_core_v3.HealthStatus_HEALTHY weight := 1 if ep.Service.Weights != nil { weight = ep.Service.Weights.Passing @@ -532,10 +534,10 @@ func calculateEndpointHealthAndWeight( for _, chk := range ep.Checks { if chk.Status == api.HealthCritical { - healthStatus = envoycore.HealthStatus_UNHEALTHY + healthStatus = envoy_core_v3.HealthStatus_UNHEALTHY } if onlyPassing && chk.Status != api.HealthPassing { - healthStatus = envoycore.HealthStatus_UNHEALTHY + healthStatus = envoy_core_v3.HealthStatus_UNHEALTHY } if chk.Status == api.HealthWarning && ep.Service.Weights != nil { weight = ep.Service.Weights.Warning @@ -545,7 +547,7 @@ func calculateEndpointHealthAndWeight( // (likely) or Passing (weirdly) weight has been set to 0 effectively making // this instance unhealthy and should not be sent traffic. if weight < 1 { - healthStatus = envoycore.HealthStatus_UNHEALTHY + healthStatus = envoy_core_v3.HealthStatus_UNHEALTHY weight = 1 } if weight > 128 { diff --git a/agent/xds/endpoints_test.go b/agent/xds/endpoints_test.go index db965d4254..d85eb3aac3 100644 --- a/agent/xds/endpoints_test.go +++ b/agent/xds/endpoints_test.go @@ -5,9 +5,8 @@ import ( "sort" "testing" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoyendpoint "github.com/envoyproxy/go-control-plane/envoy/api/v2/endpoint" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" + envoy_endpoint_v3 "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3" "github.com/mitchellh/copystructure" testinf "github.com/mitchellh/go-testing-interface" @@ -99,7 +98,7 @@ func Test_makeLoadAssignment(t *testing.T) { name string clusterName string endpoints []loadAssignmentEndpointGroup - want *envoy.ClusterLoadAssignment + want *envoy_endpoint_v3.ClusterLoadAssignment }{ { name: "no instances", @@ -107,10 +106,10 @@ func Test_makeLoadAssignment(t *testing.T) { endpoints: []loadAssignmentEndpointGroup{ {Endpoints: nil}, }, - want: &envoy.ClusterLoadAssignment{ + want: &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: "service:test", - Endpoints: []*envoyendpoint.LocalityLbEndpoints{{ - LbEndpoints: []*envoyendpoint.LbEndpoint{}, + Endpoints: []*envoy_endpoint_v3.LocalityLbEndpoints{{ + LbEndpoints: []*envoy_endpoint_v3.LbEndpoint{}, }}, }, }, @@ -120,24 +119,24 @@ func Test_makeLoadAssignment(t *testing.T) { endpoints: []loadAssignmentEndpointGroup{ {Endpoints: testCheckServiceNodes}, }, - want: &envoy.ClusterLoadAssignment{ + want: &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: "service:test", - Endpoints: []*envoyendpoint.LocalityLbEndpoints{{ - LbEndpoints: []*envoyendpoint.LbEndpoint{ + Endpoints: []*envoy_endpoint_v3.LocalityLbEndpoints{{ + LbEndpoints: []*envoy_endpoint_v3.LbEndpoint{ { - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress("10.10.10.10", 1234), }}, - HealthStatus: envoycore.HealthStatus_HEALTHY, + HealthStatus: envoy_core_v3.HealthStatus_HEALTHY, LoadBalancingWeight: makeUint32Value(1), }, { - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress("10.10.10.20", 1234), }}, - HealthStatus: envoycore.HealthStatus_HEALTHY, + HealthStatus: envoy_core_v3.HealthStatus_HEALTHY, LoadBalancingWeight: makeUint32Value(1), }, }, @@ -150,24 +149,24 @@ func Test_makeLoadAssignment(t *testing.T) { endpoints: []loadAssignmentEndpointGroup{ {Endpoints: testWeightedCheckServiceNodes}, }, - want: &envoy.ClusterLoadAssignment{ + want: &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: "service:test", - Endpoints: []*envoyendpoint.LocalityLbEndpoints{{ - LbEndpoints: []*envoyendpoint.LbEndpoint{ + Endpoints: []*envoy_endpoint_v3.LocalityLbEndpoints{{ + LbEndpoints: []*envoy_endpoint_v3.LbEndpoint{ { - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress("10.10.10.10", 1234), }}, - HealthStatus: envoycore.HealthStatus_HEALTHY, + HealthStatus: envoy_core_v3.HealthStatus_HEALTHY, LoadBalancingWeight: makeUint32Value(10), }, { - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress("10.10.10.20", 1234), }}, - HealthStatus: envoycore.HealthStatus_HEALTHY, + HealthStatus: envoy_core_v3.HealthStatus_HEALTHY, LoadBalancingWeight: makeUint32Value(5), }, }, @@ -180,24 +179,24 @@ func Test_makeLoadAssignment(t *testing.T) { endpoints: []loadAssignmentEndpointGroup{ {Endpoints: testWarningCheckServiceNodes}, }, - want: &envoy.ClusterLoadAssignment{ + want: &envoy_endpoint_v3.ClusterLoadAssignment{ ClusterName: "service:test", - Endpoints: []*envoyendpoint.LocalityLbEndpoints{{ - LbEndpoints: []*envoyendpoint.LbEndpoint{ + Endpoints: []*envoy_endpoint_v3.LocalityLbEndpoints{{ + LbEndpoints: []*envoy_endpoint_v3.LbEndpoint{ { - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress("10.10.10.10", 1234), }}, - HealthStatus: envoycore.HealthStatus_HEALTHY, + HealthStatus: envoy_core_v3.HealthStatus_HEALTHY, LoadBalancingWeight: makeUint32Value(1), }, { - HostIdentifier: &envoyendpoint.LbEndpoint_Endpoint{ - Endpoint: &envoyendpoint.Endpoint{ + HostIdentifier: &envoy_endpoint_v3.LbEndpoint_Endpoint{ + Endpoint: &envoy_endpoint_v3.Endpoint{ Address: makeAddress("10.10.10.20", 1234), }}, - HealthStatus: envoycore.HealthStatus_UNHEALTHY, + HealthStatus: envoy_core_v3.HealthStatus_UNHEALTHY, LoadBalancingWeight: makeUint32Value(1), }, }, @@ -217,7 +216,7 @@ func Test_makeLoadAssignment(t *testing.T) { } } -func Test_endpointsFromSnapshot(t *testing.T) { +func TestEndpointsFromSnapshot(t *testing.T) { if testing.Short() { t.Skip("too slow for testing.Short") } @@ -318,6 +317,15 @@ func Test_endpointsFromSnapshot(t *testing.T) { customAppClusterJSON(t, customClusterJSONOptions{ Name: "myservice", }) + snap.ConnectProxy.UpstreamConfig = map[string]*structs.Upstream{ + "db": { + Config: map[string]interface{}{ + "envoy_cluster_json": customAppClusterJSON(t, customClusterJSONOptions{ + Name: "myservice", + }), + }, + }, + } }, }, { @@ -557,14 +565,13 @@ func Test_endpointsFromSnapshot(t *testing.T) { }, } + latestEnvoyVersion := proxysupport.EnvoyVersions[0] for _, envoyVersion := range proxysupport.EnvoyVersions { sf, err := determineSupportedProxyFeaturesFromString(envoyVersion) require.NoError(t, err) t.Run("envoy-"+envoyVersion, func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - require := require.New(t) - // Sanity check default with no overrides first snap := tt.create(t) @@ -585,21 +592,40 @@ func Test_endpointsFromSnapshot(t *testing.T) { ProxyFeatures: sf, } endpoints, err := s.endpointsFromSnapshot(cInfo, snap) + require.NoError(t, err) + sort.Slice(endpoints, func(i, j int) bool { - return endpoints[i].(*envoy.ClusterLoadAssignment).ClusterName < endpoints[j].(*envoy.ClusterLoadAssignment).ClusterName + return endpoints[i].(*envoy_endpoint_v3.ClusterLoadAssignment).ClusterName < endpoints[j].(*envoy_endpoint_v3.ClusterLoadAssignment).ClusterName }) - require.NoError(err) r, err := createResponse(EndpointType, "00000001", "00000001", endpoints) - require.NoError(err) + require.NoError(t, err) - gotJSON := responseToJSON(t, r) + t.Run("current", func(t *testing.T) { + gotJSON := protoToJSON(t, r) - gName := tt.name - if tt.overrideGoldenName != "" { - gName = tt.overrideGoldenName - } + gName := tt.name + if tt.overrideGoldenName != "" { + gName = tt.overrideGoldenName + } - require.JSONEq(goldenEnvoy(t, filepath.Join("endpoints", gName), envoyVersion, gotJSON), gotJSON) + require.JSONEq(t, goldenEnvoy(t, filepath.Join("endpoints", gName), envoyVersion, latestEnvoyVersion, gotJSON), gotJSON) + }) + + t.Run("v2-compat", func(t *testing.T) { + respV2, err := convertDiscoveryResponseToV2(r) + require.NoError(t, err) + + gotJSON := protoToJSON(t, respV2) + + gName := tt.name + if tt.overrideGoldenName != "" { + gName = tt.overrideGoldenName + } + + gName += ".v2compat" + + require.JSONEq(t, goldenEnvoy(t, filepath.Join("endpoints", gName), envoyVersion, latestEnvoyVersion, gotJSON), gotJSON) + }) }) } }) diff --git a/agent/xds/envoy_versioning.go b/agent/xds/envoy_versioning.go index ab07936f8a..30a642e999 100644 --- a/agent/xds/envoy_versioning.go +++ b/agent/xds/envoy_versioning.go @@ -3,7 +3,7 @@ package xds import ( "fmt" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" "github.com/hashicorp/go-version" ) @@ -26,7 +26,7 @@ type supportedProxyFeatures struct { // add version dependent feature flags here } -func determineSupportedProxyFeatures(node *envoycore.Node) (supportedProxyFeatures, error) { +func determineSupportedProxyFeatures(node *envoy_core_v3.Node) (supportedProxyFeatures, error) { version := determineEnvoyVersionFromNode(node) return determineSupportedProxyFeaturesFromVersion(version) } @@ -62,7 +62,7 @@ func determineSupportedProxyFeaturesFromVersion(version *version.Version) (suppo return supportedProxyFeatures{}, nil } -func determineEnvoyVersionFromNode(node *envoycore.Node) *version.Version { +func determineEnvoyVersionFromNode(node *envoy_core_v3.Node) *version.Version { if node == nil { return nil } @@ -75,7 +75,7 @@ func determineEnvoyVersionFromNode(node *envoycore.Node) *version.Version { return nil } - bv, ok := node.UserAgentVersionType.(*envoycore.Node_UserAgentBuildVersion) + bv, ok := node.UserAgentVersionType.(*envoy_core_v3.Node_UserAgentBuildVersion) if !ok { // NOTE: we could sniff for *envoycore.Node_UserAgentVersion and do more regex but official builds don't have this problem. return nil diff --git a/agent/xds/envoy_versioning_test.go b/agent/xds/envoy_versioning_test.go index 7dd7755ff7..cb7a9cb57e 100644 --- a/agent/xds/envoy_versioning_test.go +++ b/agent/xds/envoy_versioning_test.go @@ -3,8 +3,8 @@ package xds import ( "testing" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoytype "github.com/envoyproxy/go-control-plane/envoy/type" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" + envoy_type_v3 "github.com/envoyproxy/go-control-plane/envoy/type/v3" "github.com/hashicorp/go-version" "github.com/stretchr/testify/require" @@ -14,19 +14,19 @@ import ( func TestDetermineEnvoyVersionFromNode(t *testing.T) { cases := map[string]struct { - node *envoycore.Node + node *envoy_core_v3.Node expect *version.Version }{ "empty": { - node: &envoycore.Node{}, + node: &envoy_core_v3.Node{}, expect: nil, }, "user agent build version but no user agent": { - node: &envoycore.Node{ + node: &envoy_core_v3.Node{ UserAgentName: "", - UserAgentVersionType: &envoycore.Node_UserAgentBuildVersion{ - UserAgentBuildVersion: &envoycore.BuildVersion{ - Version: &envoytype.SemanticVersion{ + UserAgentVersionType: &envoy_core_v3.Node_UserAgentBuildVersion{ + UserAgentBuildVersion: &envoy_core_v3.BuildVersion{ + Version: &envoy_type_v3.SemanticVersion{ MajorNumber: 1, MinorNumber: 14, Patch: 4, @@ -37,11 +37,11 @@ func TestDetermineEnvoyVersionFromNode(t *testing.T) { expect: nil, }, "user agent build version with user agent": { - node: &envoycore.Node{ + node: &envoy_core_v3.Node{ UserAgentName: "envoy", - UserAgentVersionType: &envoycore.Node_UserAgentBuildVersion{ - UserAgentBuildVersion: &envoycore.BuildVersion{ - Version: &envoytype.SemanticVersion{ + UserAgentVersionType: &envoy_core_v3.Node_UserAgentBuildVersion{ + UserAgentBuildVersion: &envoy_core_v3.BuildVersion{ + Version: &envoy_type_v3.SemanticVersion{ MajorNumber: 1, MinorNumber: 14, Patch: 4, @@ -105,6 +105,7 @@ func TestDetermineSupportedProxyFeaturesFromString(t *testing.T) { "1.14.1", "1.14.2", "1.14.3", "1.14.4", "1.14.5", "1.14.6", "1.15.0", "1.15.1", "1.15.2", "1.15.3", "1.16.0", "1.16.1", "1.16.2", + "1.17.0", } { cases[v] = testcase{expect: supportedProxyFeatures{}} } diff --git a/agent/xds/failover_math.go b/agent/xds/failover_math.go index 0bd11ee720..4ebae89329 100644 --- a/agent/xds/failover_math.go +++ b/agent/xds/failover_math.go @@ -1,7 +1,7 @@ package xds import ( - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" "github.com/hashicorp/consul/agent/structs" ) @@ -28,7 +28,7 @@ func firstHealthyTarget( } for _, ep := range endpoints { healthStatus, _ := calculateEndpointHealthAndWeight(ep, target.Subset.OnlyPassing) - if healthStatus == envoycore.HealthStatus_HEALTHY { + if healthStatus == envoy_core_v3.HealthStatus_HEALTHY { return targetID } } diff --git a/agent/xds/golden_test.go b/agent/xds/golden_test.go index f5ebd629bd..78baf8baa1 100644 --- a/agent/xds/golden_test.go +++ b/agent/xds/golden_test.go @@ -4,11 +4,10 @@ import ( "flag" "fmt" "io/ioutil" + "os" "path/filepath" "testing" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - "github.com/golang/protobuf/jsonpb" "github.com/golang/protobuf/proto" "github.com/hashicorp/go-version" @@ -18,9 +17,32 @@ import ( // update allows golden files to be updated based on the current output. var update = flag.Bool("update", false, "update golden files") +// goldenSimple is just for read/write access to a golden file that is not +// envoy specific. +func goldenSimple(t *testing.T, name, got string) string { + return golden(t, name, "", "", got) +} + // goldenEnvoy is a special variant of golden() that silos each named test by // each supported envoy version -func goldenEnvoy(t *testing.T, name, envoyVersion, got string) string { +func goldenEnvoy(t *testing.T, name, envoyVersion, latestEnvoyVersion, got string) string { + t.Helper() + + require.NotEmpty(t, envoyVersion) + + // We'll need both the name of this golden file for the requested version + // of envoy AND the latest version of envoy due to how the golden file + // coalescing works below when there is no xDS generated skew across envoy + // versions. + subname := goldenEnvoyVersionName(t, envoyVersion) + latestSubname := goldenEnvoyVersionName(t, latestEnvoyVersion) + + return golden(t, name, subname, latestSubname, got) +} + +func goldenEnvoyVersionName(t *testing.T, envoyVersion string) string { + t.Helper() + require.NotEmpty(t, envoyVersion) // We do version sniffing on the complete version, but only generate @@ -29,14 +51,26 @@ func goldenEnvoy(t *testing.T, name, envoyVersion, got string) string { segments := version.Segments() require.Len(t, segments, 3) - subname := fmt.Sprintf("envoy-%d-%d-x", segments[0], segments[1]) - - return golden(t, name, subname, got) + return fmt.Sprintf("envoy-%d-%d-x", segments[0], segments[1]) } // golden reads and optionally writes the expected data to the golden file, // returning the contents as a string. -func golden(t *testing.T, name, subname, got string) string { +// +// The golden file is named with two components the "name" and the "subname". +// In the common case of xDS tests the "name" component is the logical name of +// the test itself, and the "subname" is derived from the envoy major version. +// +// If latestSubname is specified we use that as a fallback source of comparison +// if the specific golden file referred to by subname is absent. +// +// If the -update flag is passed when executing the tests then the contents of +// the "got" argument are written to the golden file on disk. If the +// latestSubname argument is specified in this mode and the generated content +// matches that of the latest generated content then the specific golden file +// referred to by 'subname' is deleted to avoid unnecessary duplication in the +// testdata directory. +func golden(t *testing.T, name, subname, latestSubname, got string) string { t.Helper() suffix := ".golden" @@ -45,19 +79,53 @@ func golden(t *testing.T, name, subname, got string) string { } golden := filepath.Join("testdata", name+suffix) - if *update && got != "" { - err := ioutil.WriteFile(golden, []byte(got), 0644) + + // Always load the latest golden file if configured to do so. + latestExpected := "" + if latestSubname != "" && subname != latestSubname { + latestGolden := filepath.Join("testdata", fmt.Sprintf("%s.%s.golden", name, latestSubname)) + raw, err := ioutil.ReadFile(latestGolden) require.NoError(t, err) + latestExpected = string(raw) + } + + // Handle easy updates to the golden files in the agent/xds/testdata + // directory. + // + // To trim down PRs, we only create per-version golden files if they differ + // from the latest version. + if *update && got != "" { + if latestExpected == got { + // In update mode we erase a golden file if it is identical to + // the golden file corresponding to the latest version of + // envoy. + err := os.Remove(golden) + if err != nil && !os.IsNotExist(err) { + require.NoError(t, err) + } + return got + } + + require.NoError(t, ioutil.WriteFile(golden, []byte(got), 0644)) + return got } expected, err := ioutil.ReadFile(golden) + if latestExpected != "" && os.IsNotExist(err) { + // In readonly mode if a specific golden file isn't found, we fallback + // on the latest one. + return latestExpected + } require.NoError(t, err) - return string(expected) } -func responseToJSON(t *testing.T, r *envoy.DiscoveryResponse) string { - return protoToJSON(t, r) +func loadTestResource(t *testing.T, name string) string { + t.Helper() + + expected, err := ioutil.ReadFile(filepath.Join("testdata", name+".golden")) + require.NoError(t, err) + return string(expected) } func protoToJSON(t *testing.T, pb proto.Message) string { diff --git a/agent/xds/listeners.go b/agent/xds/listeners.go index 604580c352..c866cf62eb 100644 --- a/agent/xds/listeners.go +++ b/agent/xds/listeners.go @@ -11,14 +11,13 @@ import ( "strings" "time" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoyauth "github.com/envoyproxy/go-control-plane/envoy/api/v2/auth" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoylistener "github.com/envoyproxy/go-control-plane/envoy/api/v2/listener" - envoyroute "github.com/envoyproxy/go-control-plane/envoy/api/v2/route" - envoyhttp "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_manager/v2" - envoytcp "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/tcp_proxy/v2" - envoytype "github.com/envoyproxy/go-control-plane/envoy/type" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" + envoy_listener_v3 "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3" + envoy_route_v3 "github.com/envoyproxy/go-control-plane/envoy/config/route/v3" + envoy_http_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3" + envoy_tcp_proxy_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/tcp_proxy/v3" + envoy_tls_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3" + envoy_type_v3 "github.com/envoyproxy/go-control-plane/envoy/type/v3" "github.com/golang/protobuf/jsonpb" "github.com/golang/protobuf/proto" @@ -33,6 +32,11 @@ import ( "github.com/hashicorp/consul/logging" ) +const ( + // TODO (freddy) Make this configurable + TProxyOutboundPort = 15001 +) + // listenersFromSnapshot returns the xDS API representation of the "listeners" in the snapshot. func (s *Server) listenersFromSnapshot(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { if cfgSnap == nil { @@ -55,27 +59,83 @@ func (s *Server) listenersFromSnapshot(cInfo connectionInfo, cfgSnap *proxycfg.C // listenersFromSnapshotConnectProxy returns the "listeners" for a connect proxy service func (s *Server) listenersFromSnapshotConnectProxy(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { - // One listener for each upstream plus the public one - resources := make([]proto.Message, len(cfgSnap.Proxy.Upstreams)+1) + resources := make([]proto.Message, 1) - // Configure public listener var err error - resources[0], err = s.makePublicListener(cInfo, cfgSnap) + + // Configure inbound listener. + resources[0], err = s.makeInboundListener(cInfo, cfgSnap, PublicListenerName) if err != nil { return nil, err } - for i, u := range cfgSnap.Proxy.Upstreams { - id := u.Identifier() - var chain *structs.CompiledDiscoveryChain - if u.DestinationType != structs.UpstreamDestTypePreparedQuery { - chain = cfgSnap.ConnectProxy.DiscoveryChain[id] + // This outboundListener is exclusively used when TransparentProxy mode is active. + // In that situation there is a single listener where we are redirecting outbound traffic, + // and each upstream gets a filter chain attached to that listener. + var outboundListener *envoy_listener_v3.Listener + + if cfgSnap.Proxy.TransparentProxy { + outboundListener = makeListener(OutboundListenerName, "127.0.0.1", TProxyOutboundPort, envoy_core_v3.TrafficDirection_OUTBOUND) + outboundListener.FilterChains = make([]*envoy_listener_v3.FilterChain, 0) + outboundListener.ListenerFilters = []*envoy_listener_v3.ListenerFilter{ + { + // TODO (freddy): Hard-coded until we upgrade the go-control-plane library + Name: "envoy.filters.listener.original_dst", + }, + } + } + + var hasFilterChains bool + + for id, chain := range cfgSnap.ConnectProxy.DiscoveryChain { + upstreamCfg := cfgSnap.ConnectProxy.UpstreamConfig[id] + cfg := getAndModifyUpstreamConfigForListener(s.Logger, id, upstreamCfg, chain) + + // If escape hatch is present, create a listener from it and move on to the next + if cfg.EnvoyListenerJSON != "" { + upstreamListener, err := makeListenerFromUserConfig(cfg.EnvoyListenerJSON) + if err != nil { + return nil, err + } + resources = append(resources, upstreamListener) + continue } - var upstreamListener proto.Message - upstreamListener, err = s.makeUpstreamListenerForDiscoveryChain( - &u, - u.LocalBindAddress, + // Generate the upstream listeners for when they are explicitly set with a local bind port + if outboundListener == nil || (upstreamCfg != nil && upstreamCfg.LocalBindPort != 0) { + address := "127.0.0.1" + if upstreamCfg.LocalBindAddress != "" { + address = upstreamCfg.LocalBindAddress + } + + filterChain, err := s.makeUpstreamFilterChainForDiscoveryChain( + id, + "", + cfg.Protocol, + upstreamCfg, + chain, + cfgSnap, + nil, + ) + if err != nil { + return nil, err + } + + upstreamListener := makeListener(id, address, upstreamCfg.LocalBindPort, envoy_core_v3.TrafficDirection_OUTBOUND) + upstreamListener.FilterChains = []*envoy_listener_v3.FilterChain{ + filterChain, + } + resources = append(resources, upstreamListener) + + // Avoid creating filter chains below for upstreams that have dedicated listeners + continue + } + + filterChain, err := s.makeUpstreamFilterChainForDiscoveryChain( + id, + "", + cfg.Protocol, + upstreamCfg, chain, cfgSnap, nil, @@ -83,7 +143,138 @@ func (s *Server) listenersFromSnapshotConnectProxy(cInfo connectionInfo, cfgSnap if err != nil { return nil, err } - resources[i+1] = upstreamListener + + // For filter chains used by the transparent proxy, we need to match on multiple destination addresses. + // These might be: the ClusterIP in k8s, or any of the service instance addresses. + endpoints := cfgSnap.ConnectProxy.WatchedUpstreamEndpoints[id] + uniqueAddrs := make(map[string]struct{}) + + for _, t := range chain.Targets { + var k8sNamespace string + + // Store all the IP addresses per unique port + for _, e := range endpoints[t.ID] { + addr, _ := e.BestAddress(false) + + if _, ok := uniqueAddrs[addr]; !ok { + uniqueAddrs[addr] = struct{}{} + } + + // The k8s namespace should be the same for all instances, so pick any + if ns, ok := e.Service.Meta["k8s-namespace"]; ok { + k8sNamespace = ns + } + } + + // TODO (freddy) hack to remove for beta: for every potential discovery chain target, resolve the k8s ClusterIP + // since it's not stored in Consul's catalog (yet) + if k8sNamespace != "" { + host := fmt.Sprintf("%s.%s.svc.cluster.local", t.Service, k8sNamespace) + resolved, err := net.LookupHost(host) + if err != nil { + // We still have the Pod ips in the catalog, so don't hard-fail on errors + s.Logger.Warn("failed to resolve", "host", host, "error", err) + continue + } + for _, addr := range resolved { + if _, ok := uniqueAddrs[addr]; !ok { + uniqueAddrs[addr] = struct{}{} + } + } + } + } + + // For every potential address we collected, create the appropriate address prefix to match on. + // In this case we are matching on exact addresses, so the prefix is the address itself, + // and the prefix length is based on whether it's IPv4 or IPv6. + ranges := make([]*envoy_core_v3.CidrRange, 0) + + for addr := range uniqueAddrs { + ip := net.ParseIP(addr) + if ip == nil { + continue + } + + pfxLen := uint32(32) + if ip.To4() == nil { + pfxLen = 128 + } + ranges = append(ranges, &envoy_core_v3.CidrRange{ + AddressPrefix: addr, + PrefixLen: &wrappers.UInt32Value{Value: pfxLen}, + }) + } + filterChain.FilterChainMatch = &envoy_listener_v3.FilterChainMatch{ + PrefixRanges: ranges, + } + + // Only attach the filter chain if there are addresses to match on + if len(ranges) > 0 { + outboundListener.FilterChains = append(outboundListener.FilterChains, filterChain) + } + hasFilterChains = true + } + + // Only create the outbound listener when there are upstreams and filter chains are present + if outboundListener != nil && hasFilterChains { + // Filter chains are stable sorted to avoid draining if the list is provided out of order + sort.SliceStable(outboundListener.FilterChains, func(i, j int) bool { + return outboundListener.FilterChains[i].Name < outboundListener.FilterChains[j].Name + }) + + // Add a catch-all filter chain that acts as a TCP proxy to non-catalog destinations + filterChain, err := s.makeUpstreamFilterChainForDiscoveryChain( + "passthrough", + OriginalDestinationClusterName, + "tcp", + nil, + nil, + cfgSnap, + nil, + ) + if err != nil { + return nil, err + } + outboundListener.FilterChains = append(outboundListener.FilterChains, filterChain) + + resources = append(resources, outboundListener) + } + + // Looping over explicit upstreams is only needed for prepared queries because they do not have discovery chains + for id, u := range cfgSnap.ConnectProxy.UpstreamConfig { + if u.DestinationType != structs.UpstreamDestTypePreparedQuery { + continue + } + + cfg, err := structs.ParseUpstreamConfig(u.Config) + if err != nil { + // Don't hard fail on a config typo, just warn. The parse func returns + // default config if there is an error so it's safe to continue. + s.Logger.Warn("failed to parse", "upstream", u.Identifier(), "error", err) + } + address := "127.0.0.1" + if u.LocalBindAddress != "" { + address = u.LocalBindAddress + } + + upstreamListener := makeListener(id, address, u.LocalBindPort, envoy_core_v3.TrafficDirection_OUTBOUND) + + filterChain, err := s.makeUpstreamFilterChainForDiscoveryChain( + id, + "", + cfg.Protocol, + u, + nil, + cfgSnap, + nil, + ) + if err != nil { + return nil, err + } + upstreamListener.FilterChains = []*envoy_listener_v3.FilterChain{ + filterChain, + } + resources = append(resources, upstreamListener) } cfgSnap.Proxy.Expose.Finalize() @@ -255,7 +446,7 @@ func (s *Server) listenersFromSnapshotGateway(cInfo connectionInfo, cfgSnap *pro } seen[a.ServiceAddress] = true - var l *envoy.Listener + var l *envoy_listener_v3.Listener switch cfgSnap.Kind { case structs.ServiceKindTerminatingGateway: @@ -286,9 +477,9 @@ func (s *Server) makeIngressGatewayListeners(address string, cfgSnap *proxycfg.C var resources []proto.Message for listenerKey, upstreams := range cfgSnap.IngressGateway.Upstreams { - var tlsContext *envoyauth.DownstreamTlsContext + var tlsContext *envoy_tls_v3.DownstreamTlsContext if cfgSnap.IngressGateway.TLSEnabled { - tlsContext = &envoyauth.DownstreamTlsContext{ + tlsContext = &envoy_tls_v3.DownstreamTlsContext{ CommonTlsContext: makeCommonTLSContextFromLeaf(cfgSnap, cfgSnap.Leaf()), RequireClientCertificate: &wrappers.BoolValue{Value: false}, } @@ -317,7 +508,7 @@ func (s *Server) makeIngressGatewayListeners(address string, cfgSnap *proxycfg.C resources = append(resources, upstreamListener) } else { // If multiple upstreams share this port, make a special listener for the protocol. - listener := makeListener(listenerKey.Protocol, address, listenerKey.Port, envoycore.TrafficDirection_OUTBOUND) + listener := makeListener(listenerKey.Protocol, address, listenerKey.Port, envoy_core_v3.TrafficDirection_OUTBOUND) opts := listenerFilterOpts{ useRDS: true, protocol: listenerKey.Protocol, @@ -338,9 +529,9 @@ func (s *Server) makeIngressGatewayListeners(address string, cfgSnap *proxycfg.C return nil, err } - listener.FilterChains = []*envoylistener.FilterChain{ + listener.FilterChains = []*envoy_listener_v3.FilterChain{ { - Filters: []*envoylistener.Filter{ + Filters: []*envoy_listener_v3.Filter{ filter, }, TransportSocket: transportSocket, @@ -364,8 +555,8 @@ func (s *Server) makeIngressGatewayListeners(address string, cfgSnap *proxycfg.C // changes them, we actually create a whole new listener on the new address and // port. Envoy should take care of closing the old one once it sees it's no // longer in the config. -func makeListener(name, addr string, port int, trafficDirection envoycore.TrafficDirection) *envoy.Listener { - return &envoy.Listener{ +func makeListener(name, addr string, port int, trafficDirection envoy_core_v3.TrafficDirection) *envoy_listener_v3.Listener { + return &envoy_listener_v3.Listener{ Name: fmt.Sprintf("%s:%s:%d", name, addr, port), Address: makeAddress(addr, port), TrafficDirection: trafficDirection, @@ -384,13 +575,13 @@ func makeListener(name, addr string, port int, trafficDirection envoycore.Traffi // immediately. It's also probably not a bad thing to support long-term since // any config generated by other systems will likely be in canonical protobuf // from rather than our slight variant in JSON/hcl. -func makeListenerFromUserConfig(configJSON string) (*envoy.Listener, error) { +func makeListenerFromUserConfig(configJSON string) (*envoy_listener_v3.Listener, error) { // Type field is present so decode it as a any.Any var any any.Any if err := jsonpb.UnmarshalString(configJSON, &any); err != nil { return nil, err } - var l envoy.Listener + var l envoy_listener_v3.Listener if err := proto.Unmarshal(any.Value, &l); err != nil { return nil, err } @@ -399,7 +590,7 @@ func makeListenerFromUserConfig(configJSON string) (*envoy.Listener, error) { // Ensure that the first filter in each filter chain of a public listener is // the authz filter to prevent unauthorized access. -func (s *Server) injectConnectFilters(_ connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, listener *envoy.Listener) error { +func (s *Server) injectConnectFilters(_ connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, listener *envoy_listener_v3.Listener) error { authzFilter, err := makeRBACNetworkFilter( cfgSnap.ConnectProxy.Intentions, cfgSnap.IntentionDefaultAllow, @@ -411,7 +602,7 @@ func (s *Server) injectConnectFilters(_ connectionInfo, cfgSnap *proxycfg.Config for idx := range listener.FilterChains { // Insert our authz filter before any others listener.FilterChains[idx].Filters = - append([]*envoylistener.Filter{ + append([]*envoy_listener_v3.Filter{ authzFilter, }, listener.FilterChains[idx].Filters...) } @@ -424,13 +615,13 @@ const ( ) // Locate the existing http connect manager L4 filter and inject our RBAC filter at the top. -func (s *Server) injectHTTPFilterOnFilterChains( - listener *envoy.Listener, - authzFilter *envoyhttp.HttpFilter, +func injectHTTPFilterOnFilterChains( + listener *envoy_listener_v3.Listener, + authzFilter *envoy_http_v3.HttpFilter, ) error { for chainIdx, chain := range listener.FilterChains { var ( - hcmFilter *envoylistener.Filter + hcmFilter *envoy_listener_v3.Filter hcmFilterIdx int ) @@ -452,9 +643,9 @@ func (s *Server) injectHTTPFilterOnFilterChains( } var ( - hcm envoyhttp.HttpConnectionManager + hcm envoy_http_v3.HttpConnectionManager ) - tc, ok := hcmFilter.ConfigType.(*envoylistener.Filter_TypedConfig) + tc, ok := hcmFilter.ConfigType.(*envoy_listener_v3.Filter_TypedConfig) if !ok { return fmt.Errorf( "filter chain %d has a %q filter with an unsupported config type: %T", @@ -469,7 +660,7 @@ func (s *Server) injectHTTPFilterOnFilterChains( } // Insert our authz filter before any others - hcm.HttpFilters = append([]*envoyhttp.HttpFilter{ + hcm.HttpFilters = append([]*envoy_http_v3.HttpFilter{ authzFilter, }, hcm.HttpFilters...) @@ -489,9 +680,9 @@ func (s *Server) injectHTTPFilterOnFilterChains( // for now as it allows them to specify custom listener params in config but // still get our certs delivered dynamically and intentions enforced without // coming up with some complicated templating/merging solution. -func (s *Server) injectConnectTLSOnFilterChains(_ connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, listener *envoy.Listener) error { +func (s *Server) injectConnectTLSOnFilterChains(_ connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, listener *envoy_listener_v3.Listener) error { for idx := range listener.FilterChains { - tlsContext := &envoyauth.DownstreamTlsContext{ + tlsContext := &envoy_tls_v3.DownstreamTlsContext{ CommonTlsContext: makeCommonTLSContextFromLeaf(cfgSnap, cfgSnap.Leaf()), RequireClientCertificate: &wrappers.BoolValue{Value: true}, } @@ -504,8 +695,8 @@ func (s *Server) injectConnectTLSOnFilterChains(_ connectionInfo, cfgSnap *proxy return nil } -func (s *Server) makePublicListener(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) (proto.Message, error) { - var l *envoy.Listener +func (s *Server) makeInboundListener(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, name string) (proto.Message, error) { + var l *envoy_listener_v3.Listener var err error cfg, err := ParseProxyConfig(cfgSnap.Proxy.Config) @@ -515,106 +706,120 @@ func (s *Server) makePublicListener(cInfo connectionInfo, cfgSnap *proxycfg.Conf s.Logger.Warn("failed to parse Connect.Proxy.Config", "error", err) } - if cfg.PublicListenerJSON != "" { - l, err = makeListenerFromUserConfig(cfg.PublicListenerJSON) - if err != nil { - return l, err - } - // In the happy path don't return yet as we need to inject TLS and authz config still. - } - // This controls if we do L4 or L7 intention checks. useHTTPFilter := structs.IsProtocolHTTPLike(cfg.Protocol) - if l == nil { - // No user config, use default listener - addr := cfgSnap.Address - - // Override with bind address if one is set, otherwise default - // to 0.0.0.0 - if cfg.BindAddress != "" { - addr = cfg.BindAddress - } else if addr == "" { - addr = "0.0.0.0" - } - - // Override with bind port if one is set, otherwise default to - // proxy service's address - port := cfgSnap.Port - if cfg.BindPort != 0 { - port = cfg.BindPort - } - - l = makeListener(PublicListenerName, addr, port, envoycore.TrafficDirection_INBOUND) - - opts := listenerFilterOpts{ - useRDS: false, - protocol: cfg.Protocol, - filterName: "public_listener", - routeName: "public_listener", - cluster: LocalAppClusterName, - statPrefix: "", - routePath: "", - requestTimeoutMs: cfg.LocalRequestTimeoutMs, + // Generate and return custom public listener from config if one was provided. + if cfg.PublicListenerJSON != "" { + l, err = makeListenerFromUserConfig(cfg.PublicListenerJSON) + if err != nil { + return nil, err } + // For HTTP-like services attach an RBAC http filter and do a best-effort insert if useHTTPFilter { - opts.httpAuthzFilter, err = makeRBACHTTPFilter( + httpAuthzFilter, err := makeRBACHTTPFilter( cfgSnap.ConnectProxy.Intentions, cfgSnap.IntentionDefaultAllow, ) if err != nil { return nil, err } + + // Try our best to inject the HTTP RBAC filter. + if err := injectHTTPFilterOnFilterChains(l, httpAuthzFilter); err != nil { + s.Logger.Warn( + "could not inject the HTTP RBAC filter to enforce intentions on user-provided "+ + "'envoy_public_listener_json' config; falling back on the RBAC network filter instead", + "proxy", cfgSnap.ProxyID, + "error", err, + ) + + // If we get an error inject the RBAC network filter instead. + useHTTPFilter = false + } } - filter, err := makeListenerFilter(opts) + err := s.finalizePublicListenerFromConfig(l, cInfo, cfgSnap, useHTTPFilter) if err != nil { - return nil, err - } - l.FilterChains = []*envoylistener.FilterChain{ - { - Filters: []*envoylistener.Filter{ - filter, - }, - }, + return nil, fmt.Errorf("failed to attach Consul filters and TLS context to custom public listener: %v", err) } + return l, nil + } - } else if useHTTPFilter { - httpAuthzFilter, err := makeRBACHTTPFilter( + // No JSON user config, use default listener address + // Default to listening on all addresses, but override with bind address if one is set. + addr := cfgSnap.Address + if addr == "" { + addr = "0.0.0.0" + } + if cfg.BindAddress != "" { + addr = cfg.BindAddress + } + + // Override with bind port if one is set, otherwise default to + // proxy service's address + port := cfgSnap.Port + if cfg.BindPort != 0 { + port = cfg.BindPort + } + + l = makeListener(name, addr, port, envoy_core_v3.TrafficDirection_INBOUND) + + filterOpts := listenerFilterOpts{ + protocol: cfg.Protocol, + filterName: name, + routeName: name, + cluster: LocalAppClusterName, + requestTimeoutMs: cfg.LocalRequestTimeoutMs, + } + if useHTTPFilter { + filterOpts.httpAuthzFilter, err = makeRBACHTTPFilter( cfgSnap.ConnectProxy.Intentions, cfgSnap.IntentionDefaultAllow, ) if err != nil { return nil, err } - - // We're using the listener escape hatch, so try our best to inject the - // HTTP RBAC filter, but if we can't then just inject the RBAC Network - // filter instead. - if err := s.injectHTTPFilterOnFilterChains(l, httpAuthzFilter); err != nil { - s.Logger.Warn( - "could not inject the HTTP RBAC filter to enforce intentions on user-provided 'envoy_public_listener_json' config; falling back on the RBAC network filter instead", - "proxy", cfgSnap.ProxyID, - "error", err, - ) - useHTTPFilter = false - } } - - if !useHTTPFilter { - if err := s.injectConnectFilters(cInfo, cfgSnap, l); err != nil { - return nil, err - } - } - - if err := s.injectConnectTLSOnFilterChains(cInfo, cfgSnap, l); err != nil { + filter, err := makeListenerFilter(filterOpts) + if err != nil { return nil, err } + l.FilterChains = []*envoy_listener_v3.FilterChain{ + { + Filters: []*envoy_listener_v3.Filter{ + filter, + }, + }, + } + + err = s.finalizePublicListenerFromConfig(l, cInfo, cfgSnap, useHTTPFilter) + if err != nil { + return nil, fmt.Errorf("failed to attach Consul filters and TLS context to custom public listener: %v", err) + } return l, err } +// finalizePublicListenerFromConfig is used for best-effort injection of Consul filter-chains onto listeners. +// This include L4 authorization filters and TLS context. +func (s *Server) finalizePublicListenerFromConfig(l *envoy_listener_v3.Listener, + cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, useHTTPFilter bool) error { + if !useHTTPFilter { + // Best-effort injection of L4 intentions + if err := s.injectConnectFilters(cInfo, cfgSnap, l); err != nil { + return nil + } + } + + // Always apply TLS certificates + if err := s.injectConnectTLSOnFilterChains(cInfo, cfgSnap, l); err != nil { + return nil + } + return nil +} + func (s *Server) makeExposedCheckListener(cfgSnap *proxycfg.ConfigSnapshot, cluster string, path structs.ExposePath) (proto.Message, error) { cfg, err := ParseProxyConfig(cfgSnap.Proxy.Config) if err != nil { @@ -638,7 +843,7 @@ func (s *Server) makeExposedCheckListener(cfgSnap *proxycfg.ConfigSnapshot, clus strippedPath := r.ReplaceAllString(path.Path, "") listenerName := fmt.Sprintf("exposed_path_%s", strippedPath) - l := makeListener(listenerName, addr, path.ListenerPort, envoycore.TrafficDirection_INBOUND) + l := makeListener(listenerName, addr, path.ListenerPort, envoy_core_v3.TrafficDirection_INBOUND) filterName := fmt.Sprintf("exposed_path_filter_%s_%d", strippedPath, path.ListenerPort) @@ -657,8 +862,8 @@ func (s *Server) makeExposedCheckListener(cfgSnap *proxycfg.ConfigSnapshot, clus return nil, err } - chain := &envoylistener.FilterChain{ - Filters: []*envoylistener.Filter{f}, + chain := &envoy_listener_v3.FilterChain{ + Filters: []*envoy_listener_v3.Filter{f}, } // For registered checks restrict traffic sources to localhost and Consul's advertise addr @@ -674,26 +879,26 @@ func (s *Server) makeExposedCheckListener(cfgSnap *proxycfg.ConfigSnapshot, clus advertiseLen = 128 } - ranges := make([]*envoycore.CidrRange, 0, 3) + ranges := make([]*envoy_core_v3.CidrRange, 0, 3) ranges = append(ranges, - &envoycore.CidrRange{AddressPrefix: "127.0.0.1", PrefixLen: &wrappers.UInt32Value{Value: 8}}, - &envoycore.CidrRange{AddressPrefix: advertise, PrefixLen: &wrappers.UInt32Value{Value: uint32(advertiseLen)}}, + &envoy_core_v3.CidrRange{AddressPrefix: "127.0.0.1", PrefixLen: &wrappers.UInt32Value{Value: 8}}, + &envoy_core_v3.CidrRange{AddressPrefix: advertise, PrefixLen: &wrappers.UInt32Value{Value: uint32(advertiseLen)}}, ) if ok, err := kernelSupportsIPv6(); err != nil { return nil, err } else if ok { ranges = append(ranges, - &envoycore.CidrRange{AddressPrefix: "::1", PrefixLen: &wrappers.UInt32Value{Value: 128}}, + &envoy_core_v3.CidrRange{AddressPrefix: "::1", PrefixLen: &wrappers.UInt32Value{Value: 128}}, ) } - chain.FilterChainMatch = &envoylistener.FilterChainMatch{ + chain.FilterChainMatch = &envoy_listener_v3.FilterChainMatch{ SourcePrefixRanges: ranges, } } - l.FilterChains = []*envoylistener.FilterChain{chain} + l.FilterChains = []*envoy_listener_v3.FilterChain{chain} return l, err } @@ -703,14 +908,14 @@ func (s *Server) makeTerminatingGatewayListener( cfgSnap *proxycfg.ConfigSnapshot, name, addr string, port int, -) (*envoy.Listener, error) { - l := makeListener(name, addr, port, envoycore.TrafficDirection_INBOUND) +) (*envoy_listener_v3.Listener, error) { + l := makeListener(name, addr, port, envoy_core_v3.TrafficDirection_INBOUND) tlsInspector, err := makeTLSInspectorListenerFilter() if err != nil { return nil, err } - l.ListenerFilters = []*envoylistener.ListenerFilter{tlsInspector} + l.ListenerFilters = []*envoy_listener_v3.ListenerFilter{tlsInspector} // Make a FilterChain for each linked service // Match on the cluster name, @@ -787,8 +992,8 @@ func (s *Server) makeTerminatingGatewayListener( if err != nil { return nil, err } - fallback := &envoylistener.FilterChain{ - Filters: []*envoylistener.Filter{ + fallback := &envoy_listener_v3.FilterChain{ + Filters: []*envoy_listener_v3.Filter{ {Name: "envoy.filters.network.sni_cluster"}, tcpProxy, }, @@ -805,8 +1010,8 @@ func (s *Server) makeFilterChainTerminatingGateway( service structs.ServiceName, intentions structs.Intentions, protocol string, -) (*envoylistener.FilterChain, error) { - tlsContext := &envoyauth.DownstreamTlsContext{ +) (*envoy_listener_v3.FilterChain, error) { + tlsContext := &envoy_tls_v3.DownstreamTlsContext{ CommonTlsContext: makeCommonTLSContextFromLeaf(cfgSnap, cfgSnap.TerminatingGateway.ServiceLeaves[service]), RequireClientCertificate: &wrappers.BoolValue{Value: true}, } @@ -815,9 +1020,9 @@ func (s *Server) makeFilterChainTerminatingGateway( return nil, err } - filterChain := &envoylistener.FilterChain{ + filterChain := &envoy_listener_v3.FilterChain{ FilterChainMatch: makeSNIFilterChainMatch(cluster), - Filters: make([]*envoylistener.Filter, 0, 3), + Filters: make([]*envoy_listener_v3.Filter, 0, 3), TransportSocket: transportSocket, } @@ -872,7 +1077,7 @@ func (s *Server) makeFilterChainTerminatingGateway( return filterChain, nil } -func (s *Server) makeMeshGatewayListener(name, addr string, port int, cfgSnap *proxycfg.ConfigSnapshot) (*envoy.Listener, error) { +func (s *Server) makeMeshGatewayListener(name, addr string, port int, cfgSnap *proxycfg.ConfigSnapshot) (*envoy_listener_v3.Listener, error) { tlsInspector, err := makeTLSInspectorListenerFilter() if err != nil { return nil, err @@ -890,15 +1095,15 @@ func (s *Server) makeMeshGatewayListener(name, addr string, port int, cfgSnap *p return nil, err } - sniClusterChain := &envoylistener.FilterChain{ - Filters: []*envoylistener.Filter{ + sniClusterChain := &envoy_listener_v3.FilterChain{ + Filters: []*envoy_listener_v3.Filter{ sniCluster, tcpProxy, }, } - l := makeListener(name, addr, port, envoycore.TrafficDirection_UNSPECIFIED) - l.ListenerFilters = []*envoylistener.ListenerFilter{tlsInspector} + l := makeListener(name, addr, port, envoy_core_v3.TrafficDirection_UNSPECIFIED) + l.ListenerFilters = []*envoy_listener_v3.ListenerFilter{tlsInspector} // TODO (mesh-gateway) - Do we need to create clusters for all the old trust domains as well? // We need 1 Filter Chain per datacenter @@ -914,11 +1119,11 @@ func (s *Server) makeMeshGatewayListener(name, addr string, port int, cfgSnap *p return nil, err } - l.FilterChains = append(l.FilterChains, &envoylistener.FilterChain{ - FilterChainMatch: &envoylistener.FilterChainMatch{ + l.FilterChains = append(l.FilterChains, &envoy_listener_v3.FilterChain{ + FilterChainMatch: &envoy_listener_v3.FilterChainMatch{ ServerNames: []string{fmt.Sprintf("*.%s", clusterName)}, }, - Filters: []*envoylistener.Filter{ + Filters: []*envoy_listener_v3.Filter{ dcTCPProxy, }, }) @@ -936,11 +1141,11 @@ func (s *Server) makeMeshGatewayListener(name, addr string, port int, cfgSnap *p return nil, err } - l.FilterChains = append(l.FilterChains, &envoylistener.FilterChain{ - FilterChainMatch: &envoylistener.FilterChainMatch{ + l.FilterChains = append(l.FilterChains, &envoy_listener_v3.FilterChain{ + FilterChainMatch: &envoy_listener_v3.FilterChainMatch{ ServerNames: []string{fmt.Sprintf("*.%s", clusterName)}, }, - Filters: []*envoylistener.Filter{ + Filters: []*envoy_listener_v3.Filter{ dcTCPProxy, }, }) @@ -956,11 +1161,11 @@ func (s *Server) makeMeshGatewayListener(name, addr string, port int, cfgSnap *p return nil, err } - l.FilterChains = append(l.FilterChains, &envoylistener.FilterChain{ - FilterChainMatch: &envoylistener.FilterChainMatch{ + l.FilterChains = append(l.FilterChains, &envoy_listener_v3.FilterChain{ + FilterChainMatch: &envoy_listener_v3.FilterChainMatch{ ServerNames: []string{fmt.Sprintf("%s", clusterName)}, }, - Filters: []*envoylistener.Filter{ + Filters: []*envoy_listener_v3.Filter{ dcTCPProxy, }, }) @@ -974,22 +1179,125 @@ func (s *Server) makeMeshGatewayListener(name, addr string, port int, cfgSnap *p return l, nil } +func (s *Server) makeUpstreamFilterChainForDiscoveryChain( + id string, + overrideCluster string, + protocol string, + u *structs.Upstream, + chain *structs.CompiledDiscoveryChain, + cfgSnap *proxycfg.ConfigSnapshot, + tlsContext *envoy_tls_v3.DownstreamTlsContext, +) (*envoy_listener_v3.FilterChain, error) { + // TODO (freddy) Make this actually legible + useRDS := true + + var ( + clusterName string + destination, datacenter, namespace string + ) + + if chain != nil { + destination, datacenter, namespace = chain.ServiceName, chain.Datacenter, chain.Namespace + } + if (chain == nil || chain.IsDefault()) && u != nil { + useRDS = false + + if datacenter == "" { + datacenter = u.Datacenter + } + if datacenter == "" { + datacenter = cfgSnap.Datacenter + } + if destination == "" { + destination = u.DestinationName + } + if namespace == "" { + namespace = u.DestinationNamespace + } + + sni := connect.UpstreamSNI(u, "", datacenter, cfgSnap.Roots.TrustDomain) + clusterName = CustomizeClusterName(sni, chain) + + } else { + if protocol == "tcp" && chain != nil { + useRDS = false + + startNode := chain.Nodes[chain.StartNode] + if startNode == nil { + return nil, fmt.Errorf("missing first node in compiled discovery chain for: %s", chain.ServiceName) + } + if startNode.Type != structs.DiscoveryGraphNodeTypeResolver { + return nil, fmt.Errorf("unexpected first node in discovery chain using protocol=%q: %s", protocol, startNode.Type) + } + targetID := startNode.Resolver.Target + target := chain.Targets[targetID] + + clusterName = CustomizeClusterName(target.Name, chain) + } + } + + // Default the namespace to match how SNIs are generated + if namespace == "" { + namespace = structs.IntentionDefaultNamespace + } + + filterName := fmt.Sprintf("%s.%s.%s", destination, namespace, datacenter) + if u != nil && u.DestinationType == structs.UpstreamDestTypePreparedQuery { + // Avoid encoding dc and namespace for prepared queries. + // Those are defined in the query itself and are not available here. + filterName = id + } + if overrideCluster != "" { + useRDS = false + clusterName = overrideCluster + filterName = overrideCluster + } + + opts := listenerFilterOpts{ + useRDS: useRDS, + protocol: protocol, + filterName: filterName, + routeName: id, + cluster: clusterName, + statPrefix: "upstream.", + routePath: "", + ingressGateway: false, + httpAuthzFilter: nil, + } + filter, err := makeListenerFilter(opts) + if err != nil { + return nil, err + } + transportSocket, err := makeDownstreamTLSTransportSocket(tlsContext) + if err != nil { + return nil, err + } + + return &envoy_listener_v3.FilterChain{ + Filters: []*envoy_listener_v3.Filter{ + filter, + }, + TransportSocket: transportSocket, + }, nil +} + +// TODO(freddy) Replace in favor of new function above. Currently in use for ingress gateways. func (s *Server) makeUpstreamListenerForDiscoveryChain( u *structs.Upstream, address string, chain *structs.CompiledDiscoveryChain, cfgSnap *proxycfg.ConfigSnapshot, - tlsContext *envoyauth.DownstreamTlsContext, + tlsContext *envoy_tls_v3.DownstreamTlsContext, ) (proto.Message, error) { if address == "" { address = "127.0.0.1" } upstreamID := u.Identifier() - l := makeListener(upstreamID, address, u.LocalBindPort, envoycore.TrafficDirection_OUTBOUND) + l := makeListener(upstreamID, address, u.LocalBindPort, envoy_core_v3.TrafficDirection_OUTBOUND) - cfg := getAndModifyUpstreamConfigForListener(s.Logger, u, chain) - if cfg.ListenerJSON != "" { - return makeListenerFromUserConfig(cfg.ListenerJSON) + cfg := getAndModifyUpstreamConfigForListener(s.Logger, upstreamID, u, chain) + if cfg.EnvoyListenerJSON != "" { + return makeListenerFromUserConfig(cfg.EnvoyListenerJSON) } useRDS := true @@ -1061,9 +1369,9 @@ func (s *Server) makeUpstreamListenerForDiscoveryChain( return nil, err } - l.FilterChains = []*envoylistener.FilterChain{ + l.FilterChains = []*envoy_listener_v3.FilterChain{ { - Filters: []*envoylistener.Filter{ + Filters: []*envoy_listener_v3.Filter{ filter, }, TransportSocket: transportSocket, @@ -1072,48 +1380,51 @@ func (s *Server) makeUpstreamListenerForDiscoveryChain( return l, nil } -func getAndModifyUpstreamConfigForListener(logger hclog.Logger, u *structs.Upstream, chain *structs.CompiledDiscoveryChain) UpstreamConfig { +func getAndModifyUpstreamConfigForListener(logger hclog.Logger, id string, u *structs.Upstream, chain *structs.CompiledDiscoveryChain) structs.UpstreamConfig { var ( - cfg UpstreamConfig + cfg structs.UpstreamConfig err error ) + configMap := make(map[string]interface{}) + if u != nil { + configMap = u.Config + } if chain == nil || chain.IsDefault() { - cfg, err = ParseUpstreamConfig(u.Config) + cfg, err = structs.ParseUpstreamConfig(configMap) if err != nil { // Don't hard fail on a config typo, just warn. The parse func returns // default config if there is an error so it's safe to continue. - logger.Warn("failed to parse", "upstream", u.Identifier(), "error", err) + logger.Warn("failed to parse", "upstream", id, "error", err) } } else { // Use NoDefaults here so that we can set the protocol to the chain // protocol if necessary - cfg, err = ParseUpstreamConfigNoDefaults(u.Config) + cfg, err = structs.ParseUpstreamConfigNoDefaults(configMap) if err != nil { // Don't hard fail on a config typo, just warn. The parse func returns // default config if there is an error so it's safe to continue. - logger.Warn("failed to parse", "upstream", u.Identifier(), "error", err) + logger.Warn("failed to parse", "upstream", id, "error", err) } - if cfg.ListenerJSON != "" { + if cfg.EnvoyListenerJSON != "" { logger.Warn("ignoring escape hatch setting because already configured for", - "discovery chain", chain.ServiceName, "upstream", u.Identifier(), "config", "envoy_listener_json") + "discovery chain", chain.ServiceName, "upstream", id, "config", "envoy_listener_json") // Remove from config struct so we don't use it later on - cfg.ListenerJSON = "" + cfg.EnvoyListenerJSON = "" } - proto := cfg.Protocol - if proto == "" { - proto = chain.Protocol + protocol := cfg.Protocol + if protocol == "" { + protocol = chain.Protocol } - - if proto == "" { - proto = "tcp" + if protocol == "" { + protocol = "tcp" } // set back on the config so that we can use it from return value - cfg.Protocol = proto + cfg.Protocol = protocol } return cfg @@ -1128,10 +1439,11 @@ type listenerFilterOpts struct { statPrefix string routePath string requestTimeoutMs *int - httpAuthzFilter *envoyhttp.HttpFilter + ingressGateway bool + httpAuthzFilter *envoy_http_v3.HttpFilter } -func makeListenerFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { +func makeListenerFilter(opts listenerFilterOpts) (*envoy_listener_v3.Filter, error) { switch opts.protocol { case "grpc", "http2", "http": return makeHTTPFilter(opts) @@ -1147,25 +1459,25 @@ func makeListenerFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) } } -func makeTLSInspectorListenerFilter() (*envoylistener.ListenerFilter, error) { - return &envoylistener.ListenerFilter{Name: "envoy.filters.listener.tls_inspector"}, nil +func makeTLSInspectorListenerFilter() (*envoy_listener_v3.ListenerFilter, error) { + return &envoy_listener_v3.ListenerFilter{Name: "envoy.filters.listener.tls_inspector"}, nil } -func makeSNIFilterChainMatch(sniMatch string) *envoylistener.FilterChainMatch { - return &envoylistener.FilterChainMatch{ +func makeSNIFilterChainMatch(sniMatch string) *envoy_listener_v3.FilterChainMatch { + return &envoy_listener_v3.FilterChainMatch{ ServerNames: []string{sniMatch}, } } -func makeSNIClusterFilter() (*envoylistener.Filter, error) { +func makeSNIClusterFilter() (*envoy_listener_v3.Filter, error) { // This filter has no config which is why we are not calling make - return &envoylistener.Filter{Name: "envoy.filters.network.sni_cluster"}, nil + return &envoy_listener_v3.Filter{Name: "envoy.filters.network.sni_cluster"}, nil } -func makeTCPProxyFilter(filterName, cluster, statPrefix string) (*envoylistener.Filter, error) { - cfg := &envoytcp.TcpProxy{ +func makeTCPProxyFilter(filterName, cluster, statPrefix string) (*envoy_listener_v3.Filter, error) { + cfg := &envoy_tcp_proxy_v3.TcpProxy{ StatPrefix: makeStatPrefix(statPrefix, filterName), - ClusterSpecifier: &envoytcp.TcpProxy_Cluster{Cluster: cluster}, + ClusterSpecifier: &envoy_tcp_proxy_v3.TcpProxy_Cluster{Cluster: cluster}, } return makeFilter("envoy.filters.network.tcp_proxy", cfg) } @@ -1177,20 +1489,20 @@ func makeStatPrefix(prefix, filterName string) string { return fmt.Sprintf("%s%s", prefix, strings.Replace(filterName, ":", "_", -1)) } -func makeHTTPFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { - cfg := &envoyhttp.HttpConnectionManager{ +func makeHTTPFilter(opts listenerFilterOpts) (*envoy_listener_v3.Filter, error) { + cfg := &envoy_http_v3.HttpConnectionManager{ StatPrefix: makeStatPrefix(opts.statPrefix, opts.filterName), - CodecType: envoyhttp.HttpConnectionManager_AUTO, - HttpFilters: []*envoyhttp.HttpFilter{ + CodecType: envoy_http_v3.HttpConnectionManager_AUTO, + HttpFilters: []*envoy_http_v3.HttpFilter{ { Name: "envoy.filters.http.router", }, }, - Tracing: &envoyhttp.HttpConnectionManager_Tracing{ + Tracing: &envoy_http_v3.HttpConnectionManager_Tracing{ // Don't trace any requests by default unless the client application // explicitly propagates trace headers that indicate this should be // sampled. - RandomSampling: &envoytype.Percent{Value: 0.0}, + RandomSampling: &envoy_type_v3.Percent{Value: 0.0}, }, } @@ -1198,12 +1510,13 @@ func makeHTTPFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { if opts.cluster != "" { return nil, fmt.Errorf("cannot specify cluster name when using RDS") } - cfg.RouteSpecifier = &envoyhttp.HttpConnectionManager_Rds{ - Rds: &envoyhttp.Rds{ + cfg.RouteSpecifier = &envoy_http_v3.HttpConnectionManager_Rds{ + Rds: &envoy_http_v3.Rds{ RouteConfigName: opts.routeName, - ConfigSource: &envoycore.ConfigSource{ - ConfigSourceSpecifier: &envoycore.ConfigSource_Ads{ - Ads: &envoycore.AggregatedConfigSource{}, + ConfigSource: &envoy_core_v3.ConfigSource{ + ResourceApiVersion: envoy_core_v3.ApiVersion_V3, + ConfigSourceSpecifier: &envoy_core_v3.ConfigSource_Ads{ + Ads: &envoy_core_v3.AggregatedConfigSource{}, }, }, }, @@ -1213,9 +1526,9 @@ func makeHTTPFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { return nil, fmt.Errorf("must specify cluster name when not using RDS") } - route := &envoyroute.Route{ - Match: &envoyroute.RouteMatch{ - PathSpecifier: &envoyroute.RouteMatch_Prefix{ + route := &envoy_route_v3.Route{ + Match: &envoy_route_v3.RouteMatch{ + PathSpecifier: &envoy_route_v3.RouteMatch_Prefix{ Prefix: "/", }, // TODO(banks) Envoy supports matching only valid GRPC @@ -1224,9 +1537,9 @@ func makeHTTPFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { // although docs say it was supported by 1.8.0. Going to defer // that until we've updated the deps. }, - Action: &envoyroute.Route_Route{ - Route: &envoyroute.RouteAction{ - ClusterSpecifier: &envoyroute.RouteAction_Cluster{ + Action: &envoy_route_v3.Route_Route{ + Route: &envoy_route_v3.RouteAction{ + ClusterSpecifier: &envoy_route_v3.RouteAction_Cluster{ Cluster: opts.cluster, }, }, @@ -1240,17 +1553,17 @@ func makeHTTPFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { // If a path is provided, do not match on a catch-all prefix if opts.routePath != "" { - route.Match.PathSpecifier = &envoyroute.RouteMatch_Path{Path: opts.routePath} + route.Match.PathSpecifier = &envoy_route_v3.RouteMatch_Path{Path: opts.routePath} } - cfg.RouteSpecifier = &envoyhttp.HttpConnectionManager_RouteConfig{ - RouteConfig: &envoy.RouteConfiguration{ + cfg.RouteSpecifier = &envoy_http_v3.HttpConnectionManager_RouteConfig{ + RouteConfig: &envoy_route_v3.RouteConfiguration{ Name: opts.routeName, - VirtualHosts: []*envoyroute.VirtualHost{ + VirtualHosts: []*envoy_route_v3.VirtualHost{ { Name: opts.filterName, Domains: []string{"*"}, - Routes: []*envoyroute.Route{ + Routes: []*envoy_route_v3.Route{ route, }, }, @@ -1260,7 +1573,7 @@ func makeHTTPFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { } if opts.protocol == "http2" || opts.protocol == "grpc" { - cfg.Http2ProtocolOptions = &envoycore.Http2ProtocolOptions{} + cfg.Http2ProtocolOptions = &envoy_core_v3.Http2ProtocolOptions{} } // Like injectConnectFilters for L4, here we ensure that the first filter @@ -1268,46 +1581,44 @@ func makeHTTPFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { // chain of a public listener is the authz filter to prevent unauthorized // access and that every filter chain uses our TLS certs. if opts.httpAuthzFilter != nil { - cfg.HttpFilters = append([]*envoyhttp.HttpFilter{opts.httpAuthzFilter}, cfg.HttpFilters...) + cfg.HttpFilters = append([]*envoy_http_v3.HttpFilter{opts.httpAuthzFilter}, cfg.HttpFilters...) } if opts.protocol == "grpc" { // Add grpc bridge before router and authz - cfg.HttpFilters = append([]*envoyhttp.HttpFilter{{ - Name: "envoy.grpc_http1_bridge", + cfg.HttpFilters = append([]*envoy_http_v3.HttpFilter{{ + Name: "envoy.filters.http.grpc_http1_bridge", }}, cfg.HttpFilters...) } return makeFilter("envoy.filters.network.http_connection_manager", cfg) } -func makeFilter(name string, cfg proto.Message) (*envoylistener.Filter, error) { - filter := &envoylistener.Filter{ - Name: name, - } +func makeFilter(name string, cfg proto.Message) (*envoy_listener_v3.Filter, error) { any, err := ptypes.MarshalAny(cfg) if err != nil { return nil, err } - filter.ConfigType = &envoylistener.Filter_TypedConfig{TypedConfig: any} - - return filter, nil -} - -func makeEnvoyHTTPFilter(name string, cfg proto.Message) (*envoyhttp.HttpFilter, error) { - any, err := ptypes.MarshalAny(cfg) - if err != nil { - return nil, err - } - - return &envoyhttp.HttpFilter{ + return &envoy_listener_v3.Filter{ Name: name, - ConfigType: &envoyhttp.HttpFilter_TypedConfig{TypedConfig: any}, + ConfigType: &envoy_listener_v3.Filter_TypedConfig{TypedConfig: any}, }, nil } -func makeCommonTLSContextFromLeaf(cfgSnap *proxycfg.ConfigSnapshot, leaf *structs.IssuedCert) *envoyauth.CommonTlsContext { +func makeEnvoyHTTPFilter(name string, cfg proto.Message) (*envoy_http_v3.HttpFilter, error) { + any, err := ptypes.MarshalAny(cfg) + if err != nil { + return nil, err + } + + return &envoy_http_v3.HttpFilter{ + Name: name, + ConfigType: &envoy_http_v3.HttpFilter_TypedConfig{TypedConfig: any}, + }, nil +} + +func makeCommonTLSContextFromLeaf(cfgSnap *proxycfg.ConfigSnapshot, leaf *structs.IssuedCert) *envoy_tls_v3.CommonTlsContext { // Concatenate all the root PEMs into one. if cfgSnap.Roots == nil { return nil @@ -1319,27 +1630,27 @@ func makeCommonTLSContextFromLeaf(cfgSnap *proxycfg.ConfigSnapshot, leaf *struct rootPEMS += root.RootCert } - return &envoyauth.CommonTlsContext{ - TlsParams: &envoyauth.TlsParameters{}, - TlsCertificates: []*envoyauth.TlsCertificate{ + return &envoy_tls_v3.CommonTlsContext{ + TlsParams: &envoy_tls_v3.TlsParameters{}, + TlsCertificates: []*envoy_tls_v3.TlsCertificate{ { - CertificateChain: &envoycore.DataSource{ - Specifier: &envoycore.DataSource_InlineString{ + CertificateChain: &envoy_core_v3.DataSource{ + Specifier: &envoy_core_v3.DataSource_InlineString{ InlineString: leaf.CertPEM, }, }, - PrivateKey: &envoycore.DataSource{ - Specifier: &envoycore.DataSource_InlineString{ + PrivateKey: &envoy_core_v3.DataSource{ + Specifier: &envoy_core_v3.DataSource_InlineString{ InlineString: leaf.PrivateKeyPEM, }, }, }, }, - ValidationContextType: &envoyauth.CommonTlsContext_ValidationContext{ - ValidationContext: &envoyauth.CertificateValidationContext{ + ValidationContextType: &envoy_tls_v3.CommonTlsContext_ValidationContext{ + ValidationContext: &envoy_tls_v3.CertificateValidationContext{ // TODO(banks): later for L7 support we may need to configure ALPN here. - TrustedCa: &envoycore.DataSource{ - Specifier: &envoycore.DataSource_InlineString{ + TrustedCa: &envoy_core_v3.DataSource{ + Specifier: &envoy_core_v3.DataSource_InlineString{ InlineString: rootPEMS, }, }, @@ -1348,45 +1659,44 @@ func makeCommonTLSContextFromLeaf(cfgSnap *proxycfg.ConfigSnapshot, leaf *struct } } -func makeDownstreamTLSTransportSocket(tlsContext *envoyauth.DownstreamTlsContext) (*envoycore.TransportSocket, error) { +func makeDownstreamTLSTransportSocket(tlsContext *envoy_tls_v3.DownstreamTlsContext) (*envoy_core_v3.TransportSocket, error) { if tlsContext == nil { return nil, nil } return makeTransportSocket("tls", tlsContext) } -func makeUpstreamTLSTransportSocket(tlsContext *envoyauth.UpstreamTlsContext) (*envoycore.TransportSocket, error) { +func makeUpstreamTLSTransportSocket(tlsContext *envoy_tls_v3.UpstreamTlsContext) (*envoy_core_v3.TransportSocket, error) { if tlsContext == nil { return nil, nil } - return makeTransportSocket("tls", tlsContext) } -func makeTransportSocket(name string, config proto.Message) (*envoycore.TransportSocket, error) { +func makeTransportSocket(name string, config proto.Message) (*envoy_core_v3.TransportSocket, error) { any, err := ptypes.MarshalAny(config) if err != nil { return nil, err } - return &envoycore.TransportSocket{ + return &envoy_core_v3.TransportSocket{ Name: name, - ConfigType: &envoycore.TransportSocket_TypedConfig{ + ConfigType: &envoy_core_v3.TransportSocket_TypedConfig{ TypedConfig: any, }, }, nil } -func makeCommonTLSContextFromFiles(caFile, certFile, keyFile string) *envoyauth.CommonTlsContext { - ctx := envoyauth.CommonTlsContext{ - TlsParams: &envoyauth.TlsParameters{}, +func makeCommonTLSContextFromFiles(caFile, certFile, keyFile string) *envoy_tls_v3.CommonTlsContext { + ctx := envoy_tls_v3.CommonTlsContext{ + TlsParams: &envoy_tls_v3.TlsParameters{}, } // Verify certificate of peer if caFile is specified if caFile != "" { - ctx.ValidationContextType = &envoyauth.CommonTlsContext_ValidationContext{ - ValidationContext: &envoyauth.CertificateValidationContext{ - TrustedCa: &envoycore.DataSource{ - Specifier: &envoycore.DataSource_Filename{ + ctx.ValidationContextType = &envoy_tls_v3.CommonTlsContext_ValidationContext{ + ValidationContext: &envoy_tls_v3.CertificateValidationContext{ + TrustedCa: &envoy_core_v3.DataSource{ + Specifier: &envoy_core_v3.DataSource_Filename{ Filename: caFile, }, }, @@ -1396,15 +1706,15 @@ func makeCommonTLSContextFromFiles(caFile, certFile, keyFile string) *envoyauth. // Present certificate for mTLS if cert and key files are specified if certFile != "" && keyFile != "" { - ctx.TlsCertificates = []*envoyauth.TlsCertificate{ + ctx.TlsCertificates = []*envoy_tls_v3.TlsCertificate{ { - CertificateChain: &envoycore.DataSource{ - Specifier: &envoycore.DataSource_Filename{ + CertificateChain: &envoy_core_v3.DataSource{ + Specifier: &envoy_core_v3.DataSource_Filename{ Filename: certFile, }, }, - PrivateKey: &envoycore.DataSource{ - Specifier: &envoycore.DataSource_Filename{ + PrivateKey: &envoy_core_v3.DataSource{ + Specifier: &envoy_core_v3.DataSource_Filename{ Filename: keyFile, }, }, diff --git a/agent/xds/listeners_test.go b/agent/xds/listeners_test.go index 459f2a5565..dc93f5d39f 100644 --- a/agent/xds/listeners_test.go +++ b/agent/xds/listeners_test.go @@ -2,22 +2,21 @@ package xds import ( "bytes" - "path/filepath" - "sort" - "testing" - "text/template" - "time" - - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - - testinf "github.com/mitchellh/go-testing-interface" - "github.com/stretchr/testify/require" - + envoy_listener_v3 "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3" + "github.com/hashicorp/consul/agent/connect" + "github.com/hashicorp/consul/agent/consul/discoverychain" "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/types" + testinf "github.com/mitchellh/go-testing-interface" + "github.com/stretchr/testify/require" + "path/filepath" + "sort" + "testing" + "text/template" + "time" ) func TestListenersFromSnapshot(t *testing.T) { @@ -476,16 +475,46 @@ func TestListenersFromSnapshot(t *testing.T) { create: proxycfg.TestConfigSnapshotIngressWithTLSListener, setup: nil, }, + { + name: "transparent-proxy", + create: proxycfg.TestConfigSnapshot, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.Proxy.TransparentProxy = true + + // DiscoveryChain without an UpstreamConfig should yield a filter chain when in TransparentProxy mode + snap.ConnectProxy.DiscoveryChain["google"] = discoverychain.TestCompileConfigEntries( + t, "google", "default", "dc1", + connect.TestClusterID+".consul", "dc1", nil) + snap.ConnectProxy.WatchedUpstreamEndpoints["google"] = map[string]structs.CheckServiceNodes{ + "google.default.dc1": { + structs.CheckServiceNode{ + Node: &structs.Node{ + Address: "8.8.8.8", + Datacenter: "dc1", + }, + Service: &structs.NodeService{ + Service: "google", + Port: 9090, + }, + }, + }, + } + + // DiscoveryChains without endpoints do not get a filter chain because there are no addresses to match on. + snap.ConnectProxy.DiscoveryChain["no-endpoints"] = discoverychain.TestCompileConfigEntries( + t, "no-endpoints", "default", "dc1", + connect.TestClusterID+".consul", "dc1", nil) + }, + }, } + latestEnvoyVersion := proxysupport.EnvoyVersions[0] for _, envoyVersion := range proxysupport.EnvoyVersions { sf, err := determineSupportedProxyFeaturesFromString(envoyVersion) require.NoError(t, err) t.Run("envoy-"+envoyVersion, func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - require := require.New(t) - // Sanity check default with no overrides first snap := tt.create(t) @@ -509,25 +538,43 @@ func TestListenersFromSnapshot(t *testing.T) { ProxyFeatures: sf, } listeners, err := s.listenersFromSnapshot(cInfo, snap) - require.NoError(err) + require.NoError(t, err) // The order of listeners returned via LDS isn't relevant, so it's safe // to sort these for the purposes of test comparisons. sort.Slice(listeners, func(i, j int) bool { - return listeners[i].(*envoy.Listener).Name < listeners[j].(*envoy.Listener).Name + return listeners[i].(*envoy_listener_v3.Listener).Name < listeners[j].(*envoy_listener_v3.Listener).Name }) r, err := createResponse(ListenerType, "00000001", "00000001", listeners) - require.NoError(err) + require.NoError(t, err) - gotJSON := responseToJSON(t, r) + t.Run("current", func(t *testing.T) { + gotJSON := protoToJSON(t, r) - gName := tt.name - if tt.overrideGoldenName != "" { - gName = tt.overrideGoldenName - } + gName := tt.name + if tt.overrideGoldenName != "" { + gName = tt.overrideGoldenName + } - require.JSONEq(goldenEnvoy(t, filepath.Join("listeners", gName), envoyVersion, gotJSON), gotJSON) + require.JSONEq(t, goldenEnvoy(t, filepath.Join("listeners", gName), envoyVersion, latestEnvoyVersion, gotJSON), gotJSON) + }) + + t.Run("v2-compat", func(t *testing.T) { + respV2, err := convertDiscoveryResponseToV2(r) + require.NoError(t, err) + + gotJSON := protoToJSON(t, respV2) + + gName := tt.name + if tt.overrideGoldenName != "" { + gName = tt.overrideGoldenName + } + + gName += ".v2compat" + + require.JSONEq(t, goldenEnvoy(t, filepath.Join("listeners", gName), envoyVersion, latestEnvoyVersion, gotJSON), gotJSON) + }) }) } }) @@ -537,7 +584,7 @@ func TestListenersFromSnapshot(t *testing.T) { func expectListenerJSONResources(snap *proxycfg.ConfigSnapshot) map[string]string { return map[string]string{ "public_listener": `{ - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -553,7 +600,7 @@ func expectListenerJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, "statPrefix": "connect_authz" @@ -562,7 +609,7 @@ func expectListenerJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "cluster": "local_app", "statPrefix": "public_listener" } @@ -572,7 +619,7 @@ func expectListenerJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin ] }`, "db": `{ - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -587,7 +634,7 @@ func expectListenerJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "statPrefix": "upstream.db.default.dc1" } @@ -597,7 +644,7 @@ func expectListenerJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin ] }`, "prepared_query:geo-cache": `{ - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -612,7 +659,7 @@ func expectListenerJSONResources(snap *proxycfg.ConfigSnapshot) map[string]strin { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "statPrefix": "upstream.prepared_query_geo-cache" } @@ -645,7 +692,7 @@ func expectListenerJSONFromResources(snap *proxycfg.ConfigSnapshot, v, n uint64, return `{ "versionInfo": "` + hexString(v) + `", "resources": [` + resJSON + `], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "` + hexString(n) + `" }` } @@ -660,7 +707,7 @@ type customListenerJSONOptions struct { } const customListenerJSONTpl = `{ - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "{{ .Name }}", "address": { "socketAddress": { @@ -674,7 +721,7 @@ const customListenerJSONTpl = `{ "transport_socket": { "name": "tls", "typed_config": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", {{ .TLSContext }} } }, @@ -683,7 +730,7 @@ const customListenerJSONTpl = `{ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "cluster": "random-cluster", "statPrefix": "foo-stats" } @@ -699,7 +746,7 @@ type customHTTPListenerJSONOptions struct { } const customHTTPListenerJSONTpl = `{ - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "{{ .Name }}", "address": { "socketAddress": { @@ -713,7 +760,7 @@ const customHTTPListenerJSONTpl = `{ { "name": "{{ .HTTPConnectionManagerName }}", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "http_filters": [ { "name": "envoy.filters.http.router" diff --git a/agent/xds/proxysupport/proxysupport.go b/agent/xds/proxysupport/proxysupport.go index 6470b84a34..63130aaf46 100644 --- a/agent/xds/proxysupport/proxysupport.go +++ b/agent/xds/proxysupport/proxysupport.go @@ -7,7 +7,7 @@ package proxysupport // // see: https://www.consul.io/docs/connect/proxies/envoy#supported-versions var EnvoyVersions = []string{ - // TODO(rb): add in 1.17.0 when the v3 support comes + "1.17.0", "1.16.2", "1.15.3", "1.14.6", diff --git a/agent/xds/rbac.go b/agent/xds/rbac.go index 47c5cb4820..4a05c96a09 100644 --- a/agent/xds/rbac.go +++ b/agent/xds/rbac.go @@ -5,37 +5,37 @@ import ( "sort" "strings" - envoylistener "github.com/envoyproxy/go-control-plane/envoy/api/v2/listener" - envoyroute "github.com/envoyproxy/go-control-plane/envoy/api/v2/route" - envoyhttprbac "github.com/envoyproxy/go-control-plane/envoy/config/filter/http/rbac/v2" - envoyhttp "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_manager/v2" - envoynetrbac "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/rbac/v2" - envoyrbac "github.com/envoyproxy/go-control-plane/envoy/config/rbac/v2" - envoymatcher "github.com/envoyproxy/go-control-plane/envoy/type/matcher" + envoy_listener_v3 "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3" + envoy_rbac_v3 "github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3" + envoy_route_v3 "github.com/envoyproxy/go-control-plane/envoy/config/route/v3" + envoy_http_rbac_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3" + envoy_http_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3" + envoy_network_rbac_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/rbac/v3" + envoy_matcher_v3 "github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3" "github.com/hashicorp/consul/agent/structs" ) -func makeRBACNetworkFilter(intentions structs.Intentions, intentionDefaultAllow bool) (*envoylistener.Filter, error) { +func makeRBACNetworkFilter(intentions structs.Intentions, intentionDefaultAllow bool) (*envoy_listener_v3.Filter, error) { rules, err := makeRBACRules(intentions, intentionDefaultAllow, false) if err != nil { return nil, err } - cfg := &envoynetrbac.RBAC{ + cfg := &envoy_network_rbac_v3.RBAC{ StatPrefix: "connect_authz", Rules: rules, } return makeFilter("envoy.filters.network.rbac", cfg) } -func makeRBACHTTPFilter(intentions structs.Intentions, intentionDefaultAllow bool) (*envoyhttp.HttpFilter, error) { +func makeRBACHTTPFilter(intentions structs.Intentions, intentionDefaultAllow bool) (*envoy_http_v3.HttpFilter, error) { rules, err := makeRBACRules(intentions, intentionDefaultAllow, true) if err != nil { return nil, err } - cfg := &envoyhttprbac.RBAC{ + cfg := &envoy_http_rbac_v3.RBAC{ Rules: rules, } return makeEnvoyHTTPFilter("envoy.filters.http.rbac", cfg) @@ -227,17 +227,17 @@ type rbacIntention struct { // that marked them. Skip bool - ComputedPrincipal *envoyrbac.Principal + ComputedPrincipal *envoy_rbac_v3.Principal } -func (r *rbacIntention) FlattenPrincipal() *envoyrbac.Principal { +func (r *rbacIntention) FlattenPrincipal() *envoy_rbac_v3.Principal { r.NotSources = simplifyNotSourceSlice(r.NotSources) if len(r.NotSources) == 0 { return idPrincipal(r.Source) } - andIDs := make([]*envoyrbac.Principal, 0, len(r.NotSources)+1) + andIDs := make([]*envoy_rbac_v3.Principal, 0, len(r.NotSources)+1) andIDs = append(andIDs, idPrincipal(r.Source)) for _, src := range r.NotSources { andIDs = append(andIDs, notPrincipal( @@ -251,23 +251,23 @@ type rbacPermission struct { Definition *structs.IntentionPermission Action intentionAction - Perm *envoyrbac.Permission - NotPerms []*envoyrbac.Permission + Perm *envoy_rbac_v3.Permission + NotPerms []*envoy_rbac_v3.Permission // Skip is field used to indicate that this permission can be deleted in // the final pass. Items marked as true should generally not escape the // method that marked them. Skip bool - ComputedPermission *envoyrbac.Permission + ComputedPermission *envoy_rbac_v3.Permission } -func (p *rbacPermission) Flatten() *envoyrbac.Permission { +func (p *rbacPermission) Flatten() *envoy_rbac_v3.Permission { if len(p.NotPerms) == 0 { return p.Perm } - parts := make([]*envoyrbac.Permission, 0, len(p.NotPerms)+1) + parts := make([]*envoy_rbac_v3.Permission, 0, len(p.NotPerms)+1) parts = append(parts, p.Perm) for _, notPerm := range p.NotPerms { parts = append(parts, notPermission(notPerm)) @@ -357,7 +357,7 @@ func simplifyNotSourceSlice(notSources []structs.ServiceName) []structs.ServiceN // : DENY // // Which really is just an allow-list of [A, C AND NOT(B)] -func makeRBACRules(intentions structs.Intentions, intentionDefaultAllow bool, isHTTP bool) (*envoyrbac.RBAC, error) { +func makeRBACRules(intentions structs.Intentions, intentionDefaultAllow bool, isHTTP bool) (*envoy_rbac_v3.RBAC, error) { // Note that we DON'T explicitly validate the trust-domain matches ours. // // For now we don't validate the trust domain of the _destination_ at all. @@ -378,15 +378,15 @@ func makeRBACRules(intentions structs.Intentions, intentionDefaultAllow bool, is // Normalize: if we are in default-deny then all intentions must be allows and vice versa intentionDefaultAction := intentionActionFromBool(intentionDefaultAllow) - var rbacAction envoyrbac.RBAC_Action + var rbacAction envoy_rbac_v3.RBAC_Action if intentionDefaultAllow { // The RBAC policies deny access to principals. The rest is allowed. // This is block-list style access control. - rbacAction = envoyrbac.RBAC_DENY + rbacAction = envoy_rbac_v3.RBAC_DENY } else { // The RBAC policies grant access to principals. The rest is denied. // This is safe-list style access control. This is the default type. - rbacAction = envoyrbac.RBAC_ALLOW + rbacAction = envoy_rbac_v3.RBAC_ALLOW } // Remove source and permissions precedence. @@ -394,21 +394,21 @@ func makeRBACRules(intentions structs.Intentions, intentionDefaultAllow bool, is // For L4: we should generate one big Policy listing all Principals // For L7: we should generate one Policy per Principal and list all of the Permissions - rbac := &envoyrbac.RBAC{ + rbac := &envoy_rbac_v3.RBAC{ Action: rbacAction, - Policies: make(map[string]*envoyrbac.Policy), + Policies: make(map[string]*envoy_rbac_v3.Policy), } - var principalsL4 []*envoyrbac.Principal + var principalsL4 []*envoy_rbac_v3.Principal for i, rbacIxn := range rbacIxns { if len(rbacIxn.Permissions) > 0 { if !isHTTP { panic("invalid state: L7 permissions present for TCP service") } // For L7: we should generate one Policy per Principal and list all of the Permissions - policy := &envoyrbac.Policy{ - Principals: []*envoyrbac.Principal{rbacIxn.ComputedPrincipal}, - Permissions: make([]*envoyrbac.Permission, 0, len(rbacIxn.Permissions)), + policy := &envoy_rbac_v3.Policy{ + Principals: []*envoy_rbac_v3.Principal{rbacIxn.ComputedPrincipal}, + Permissions: make([]*envoy_rbac_v3.Permission, 0, len(rbacIxn.Permissions)), } for _, perm := range rbacIxn.Permissions { policy.Permissions = append(policy.Permissions, perm.ComputedPermission) @@ -420,9 +420,9 @@ func makeRBACRules(intentions structs.Intentions, intentionDefaultAllow bool, is } } if len(principalsL4) > 0 { - rbac.Policies["consul-intentions-layer4"] = &envoyrbac.Policy{ + rbac.Policies["consul-intentions-layer4"] = &envoy_rbac_v3.Policy{ Principals: principalsL4, - Permissions: []*envoyrbac.Permission{anyPermission()}, + Permissions: []*envoy_rbac_v3.Permission{anyPermission()}, } } @@ -502,32 +502,32 @@ func countWild(src structs.ServiceName) int { return 0 } -func andPrincipals(ids []*envoyrbac.Principal) *envoyrbac.Principal { - return &envoyrbac.Principal{ - Identifier: &envoyrbac.Principal_AndIds{ - AndIds: &envoyrbac.Principal_Set{ +func andPrincipals(ids []*envoy_rbac_v3.Principal) *envoy_rbac_v3.Principal { + return &envoy_rbac_v3.Principal{ + Identifier: &envoy_rbac_v3.Principal_AndIds{ + AndIds: &envoy_rbac_v3.Principal_Set{ Ids: ids, }, }, } } -func notPrincipal(id *envoyrbac.Principal) *envoyrbac.Principal { - return &envoyrbac.Principal{ - Identifier: &envoyrbac.Principal_NotId{ +func notPrincipal(id *envoy_rbac_v3.Principal) *envoy_rbac_v3.Principal { + return &envoy_rbac_v3.Principal{ + Identifier: &envoy_rbac_v3.Principal_NotId{ NotId: id, }, } } -func idPrincipal(src structs.ServiceName) *envoyrbac.Principal { +func idPrincipal(src structs.ServiceName) *envoy_rbac_v3.Principal { pattern := makeSpiffePattern(src.NamespaceOrDefault(), src.Name) - return &envoyrbac.Principal{ - Identifier: &envoyrbac.Principal_Authenticated_{ - Authenticated: &envoyrbac.Principal_Authenticated{ - PrincipalName: &envoymatcher.StringMatcher{ - MatchPattern: &envoymatcher.StringMatcher_SafeRegex{ + return &envoy_rbac_v3.Principal{ + Identifier: &envoy_rbac_v3.Principal_Authenticated_{ + Authenticated: &envoy_rbac_v3.Principal_Authenticated{ + PrincipalName: &envoy_matcher_v3.StringMatcher{ + MatchPattern: &envoy_matcher_v3.StringMatcher_SafeRegex{ SafeRegex: makeEnvoyRegexMatch(pattern), }, }, @@ -552,28 +552,28 @@ func makeSpiffePattern(sourceNS, sourceName string) string { } } -func anyPermission() *envoyrbac.Permission { - return &envoyrbac.Permission{ - Rule: &envoyrbac.Permission_Any{Any: true}, +func anyPermission() *envoy_rbac_v3.Permission { + return &envoy_rbac_v3.Permission{ + Rule: &envoy_rbac_v3.Permission_Any{Any: true}, } } -func convertPermission(perm *structs.IntentionPermission) *envoyrbac.Permission { +func convertPermission(perm *structs.IntentionPermission) *envoy_rbac_v3.Permission { // NOTE: this does not do anything with perm.Action if perm.HTTP == nil { return anyPermission() } - var parts []*envoyrbac.Permission + var parts []*envoy_rbac_v3.Permission switch { case perm.HTTP.PathExact != "": - parts = append(parts, &envoyrbac.Permission{ - Rule: &envoyrbac.Permission_UrlPath{ - UrlPath: &envoymatcher.PathMatcher{ - Rule: &envoymatcher.PathMatcher_Path{ - Path: &envoymatcher.StringMatcher{ - MatchPattern: &envoymatcher.StringMatcher_Exact{ + parts = append(parts, &envoy_rbac_v3.Permission{ + Rule: &envoy_rbac_v3.Permission_UrlPath{ + UrlPath: &envoy_matcher_v3.PathMatcher{ + Rule: &envoy_matcher_v3.PathMatcher_Path{ + Path: &envoy_matcher_v3.StringMatcher{ + MatchPattern: &envoy_matcher_v3.StringMatcher_Exact{ Exact: perm.HTTP.PathExact, }, }, @@ -582,12 +582,12 @@ func convertPermission(perm *structs.IntentionPermission) *envoyrbac.Permission }, }) case perm.HTTP.PathPrefix != "": - parts = append(parts, &envoyrbac.Permission{ - Rule: &envoyrbac.Permission_UrlPath{ - UrlPath: &envoymatcher.PathMatcher{ - Rule: &envoymatcher.PathMatcher_Path{ - Path: &envoymatcher.StringMatcher{ - MatchPattern: &envoymatcher.StringMatcher_Prefix{ + parts = append(parts, &envoy_rbac_v3.Permission{ + Rule: &envoy_rbac_v3.Permission_UrlPath{ + UrlPath: &envoy_matcher_v3.PathMatcher{ + Rule: &envoy_matcher_v3.PathMatcher_Path{ + Path: &envoy_matcher_v3.StringMatcher{ + MatchPattern: &envoy_matcher_v3.StringMatcher_Prefix{ Prefix: perm.HTTP.PathPrefix, }, }, @@ -596,12 +596,12 @@ func convertPermission(perm *structs.IntentionPermission) *envoyrbac.Permission }, }) case perm.HTTP.PathRegex != "": - parts = append(parts, &envoyrbac.Permission{ - Rule: &envoyrbac.Permission_UrlPath{ - UrlPath: &envoymatcher.PathMatcher{ - Rule: &envoymatcher.PathMatcher_Path{ - Path: &envoymatcher.StringMatcher{ - MatchPattern: &envoymatcher.StringMatcher_SafeRegex{ + parts = append(parts, &envoy_rbac_v3.Permission{ + Rule: &envoy_rbac_v3.Permission_UrlPath{ + UrlPath: &envoy_matcher_v3.PathMatcher{ + Rule: &envoy_matcher_v3.PathMatcher_Path{ + Path: &envoy_matcher_v3.StringMatcher{ + MatchPattern: &envoy_matcher_v3.StringMatcher_SafeRegex{ SafeRegex: makeEnvoyRegexMatch(perm.HTTP.PathRegex), }, }, @@ -612,29 +612,29 @@ func convertPermission(perm *structs.IntentionPermission) *envoyrbac.Permission } for _, hdr := range perm.HTTP.Header { - eh := &envoyroute.HeaderMatcher{ + eh := &envoy_route_v3.HeaderMatcher{ Name: hdr.Name, } switch { case hdr.Exact != "": - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_ExactMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_ExactMatch{ ExactMatch: hdr.Exact, } case hdr.Regex != "": - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_SafeRegexMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_SafeRegexMatch{ SafeRegexMatch: makeEnvoyRegexMatch(hdr.Regex), } case hdr.Prefix != "": - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_PrefixMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_PrefixMatch{ PrefixMatch: hdr.Prefix, } case hdr.Suffix != "": - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_SuffixMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_SuffixMatch{ SuffixMatch: hdr.Suffix, } case hdr.Present: - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_PresentMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_PresentMatch{ PresentMatch: true, } default: @@ -645,8 +645,8 @@ func convertPermission(perm *structs.IntentionPermission) *envoyrbac.Permission eh.InvertMatch = true } - parts = append(parts, &envoyrbac.Permission{ - Rule: &envoyrbac.Permission_Header{ + parts = append(parts, &envoy_rbac_v3.Permission{ + Rule: &envoy_rbac_v3.Permission_Header{ Header: eh, }, }) @@ -655,15 +655,15 @@ func convertPermission(perm *structs.IntentionPermission) *envoyrbac.Permission if len(perm.HTTP.Methods) > 0 { methodHeaderRegex := strings.Join(perm.HTTP.Methods, "|") - eh := &envoyroute.HeaderMatcher{ + eh := &envoy_route_v3.HeaderMatcher{ Name: ":method", - HeaderMatchSpecifier: &envoyroute.HeaderMatcher_SafeRegexMatch{ + HeaderMatchSpecifier: &envoy_route_v3.HeaderMatcher_SafeRegexMatch{ SafeRegexMatch: makeEnvoyRegexMatch(methodHeaderRegex), }, } - parts = append(parts, &envoyrbac.Permission{ - Rule: &envoyrbac.Permission_Header{ + parts = append(parts, &envoy_rbac_v3.Permission{ + Rule: &envoy_rbac_v3.Permission_Header{ Header: eh, }, }) @@ -674,22 +674,22 @@ func convertPermission(perm *structs.IntentionPermission) *envoyrbac.Permission return andPermissions(parts) } -func notPermission(perm *envoyrbac.Permission) *envoyrbac.Permission { - return &envoyrbac.Permission{ - Rule: &envoyrbac.Permission_NotRule{NotRule: perm}, +func notPermission(perm *envoy_rbac_v3.Permission) *envoy_rbac_v3.Permission { + return &envoy_rbac_v3.Permission{ + Rule: &envoy_rbac_v3.Permission_NotRule{NotRule: perm}, } } -func andPermissions(perms []*envoyrbac.Permission) *envoyrbac.Permission { +func andPermissions(perms []*envoy_rbac_v3.Permission) *envoy_rbac_v3.Permission { switch len(perms) { case 0: return anyPermission() case 1: return perms[0] default: - return &envoyrbac.Permission{ - Rule: &envoyrbac.Permission_AndRules{ - AndRules: &envoyrbac.Permission_Set{ + return &envoy_rbac_v3.Permission{ + Rule: &envoy_rbac_v3.Permission_AndRules{ + AndRules: &envoy_rbac_v3.Permission_Set{ Rules: perms, }, }, diff --git a/agent/xds/rbac_test.go b/agent/xds/rbac_test.go index e4b1b530c8..2e91857ac5 100644 --- a/agent/xds/rbac_test.go +++ b/agent/xds/rbac_test.go @@ -248,17 +248,39 @@ func TestMakeRBACNetworkAndHTTPFilters(t *testing.T) { filter, err := makeRBACNetworkFilter(tt.intentions, tt.intentionDefaultAllow) require.NoError(t, err) - gotJSON := protoToJSON(t, filter) + t.Run("current", func(t *testing.T) { + gotJSON := protoToJSON(t, filter) - require.JSONEq(t, golden(t, filepath.Join("rbac", name), "", gotJSON), gotJSON) + require.JSONEq(t, goldenSimple(t, filepath.Join("rbac", name), gotJSON), gotJSON) + }) + + t.Run("v2-compat", func(t *testing.T) { + filterV2, err := convertNetFilterToV2(filter) + require.NoError(t, err) + + gotJSON := protoToJSON(t, filterV2) + + require.JSONEq(t, goldenSimple(t, filepath.Join("rbac", name+".v2compat"), gotJSON), gotJSON) + }) }) t.Run("http filter", func(t *testing.T) { filter, err := makeRBACHTTPFilter(tt.intentions, tt.intentionDefaultAllow) require.NoError(t, err) - gotJSON := protoToJSON(t, filter) + t.Run("current", func(t *testing.T) { + gotJSON := protoToJSON(t, filter) - require.JSONEq(t, golden(t, filepath.Join("rbac", name+"--httpfilter"), "", gotJSON), gotJSON) + require.JSONEq(t, goldenSimple(t, filepath.Join("rbac", name+"--httpfilter"), gotJSON), gotJSON) + }) + + t.Run("v2-compat", func(t *testing.T) { + filterV2, err := convertHttpFilterToV2(filter) + require.NoError(t, err) + + gotJSON := protoToJSON(t, filterV2) + + require.JSONEq(t, goldenSimple(t, filepath.Join("rbac", name+"--httpfilter.v2compat"), gotJSON), gotJSON) + }) }) }) } diff --git a/agent/xds/response.go b/agent/xds/response.go index 8015bcc222..1c9f7fba87 100644 --- a/agent/xds/response.go +++ b/agent/xds/response.go @@ -1,16 +1,16 @@ package xds import ( - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoymatcher "github.com/envoyproxy/go-control-plane/envoy/type/matcher" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" + envoy_discovery_v3 "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3" + envoy_matcher_v3 "github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3" "github.com/golang/protobuf/proto" "github.com/golang/protobuf/ptypes/any" "github.com/golang/protobuf/ptypes/wrappers" ) -func createResponse(typeURL string, version, nonce string, resources []proto.Message) (*envoy.DiscoveryResponse, error) { +func createResponse(typeURL string, version, nonce string, resources []proto.Message) (*envoy_discovery_v3.DiscoveryResponse, error) { anys := make([]*any.Any, 0, len(resources)) for _, r := range resources { if r == nil { @@ -29,7 +29,7 @@ func createResponse(typeURL string, version, nonce string, resources []proto.Mes Value: data, }) } - resp := &envoy.DiscoveryResponse{ + resp := &envoy_discovery_v3.DiscoveryResponse{ VersionInfo: version, Resources: anys, TypeUrl: typeURL, @@ -38,12 +38,12 @@ func createResponse(typeURL string, version, nonce string, resources []proto.Mes return resp, nil } -func makeAddress(ip string, port int) *envoycore.Address { - return &envoycore.Address{ - Address: &envoycore.Address_SocketAddress{ - SocketAddress: &envoycore.SocketAddress{ +func makeAddress(ip string, port int) *envoy_core_v3.Address { + return &envoy_core_v3.Address{ + Address: &envoy_core_v3.Address_SocketAddress{ + SocketAddress: &envoy_core_v3.SocketAddress{ Address: ip, - PortSpecifier: &envoycore.SocketAddress_PortValue{ + PortSpecifier: &envoy_core_v3.SocketAddress_PortValue{ PortValue: uint32(port), }, }, @@ -59,10 +59,10 @@ func makeBoolValue(n bool) *wrappers.BoolValue { return &wrappers.BoolValue{Value: n} } -func makeEnvoyRegexMatch(patt string) *envoymatcher.RegexMatcher { - return &envoymatcher.RegexMatcher{ - EngineType: &envoymatcher.RegexMatcher_GoogleRe2{ - GoogleRe2: &envoymatcher.RegexMatcher_GoogleRE2{}, +func makeEnvoyRegexMatch(patt string) *envoy_matcher_v3.RegexMatcher { + return &envoy_matcher_v3.RegexMatcher{ + EngineType: &envoy_matcher_v3.RegexMatcher_GoogleRe2{ + GoogleRe2: &envoy_matcher_v3.RegexMatcher_GoogleRE2{}, }, Regex: patt, } diff --git a/agent/xds/routes.go b/agent/xds/routes.go index 7294b94884..5b21badd9e 100644 --- a/agent/xds/routes.go +++ b/agent/xds/routes.go @@ -7,9 +7,8 @@ import ( "strings" "time" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoyroute "github.com/envoyproxy/go-control-plane/envoy/api/v2/route" - envoymatcher "github.com/envoyproxy/go-control-plane/envoy/type/matcher" + envoy_route_v3 "github.com/envoyproxy/go-control-plane/envoy/config/route/v3" + envoy_matcher_v3 "github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3" "github.com/golang/protobuf/proto" "github.com/golang/protobuf/ptypes" @@ -29,7 +28,7 @@ func (s *Server) routesFromSnapshot(cInfo connectionInfo, cfgSnap *proxycfg.Conf switch cfgSnap.Kind { case structs.ServiceKindConnectProxy: - return routesForConnectProxy(cInfo, cfgSnap.Proxy.Upstreams, cfgSnap.ConnectProxy.DiscoveryChain) + return routesForConnectProxy(cInfo, cfgSnap.ConnectProxy.DiscoveryChain) case structs.ServiceKindIngressGateway: return routesForIngressGateway(cInfo, cfgSnap.IngressGateway.Upstreams, cfgSnap.IngressGateway.DiscoveryChain) case structs.ServiceKindTerminatingGateway: @@ -43,37 +42,29 @@ func (s *Server) routesFromSnapshot(cInfo connectionInfo, cfgSnap *proxycfg.Conf // "routes" in the snapshot. func routesForConnectProxy( cInfo connectionInfo, - upstreams structs.Upstreams, chains map[string]*structs.CompiledDiscoveryChain, ) ([]proto.Message, error) { var resources []proto.Message - for _, u := range upstreams { - upstreamID := u.Identifier() - - var chain *structs.CompiledDiscoveryChain - if u.DestinationType != structs.UpstreamDestTypePreparedQuery { - chain = chains[upstreamID] + for id, chain := range chains { + if chain.IsDefault() { + continue } - if chain == nil || chain.IsDefault() { - // TODO(rb): make this do the old school stuff too - } else { - virtualHost, err := makeUpstreamRouteForDiscoveryChain(cInfo, upstreamID, chain, []string{"*"}) - if err != nil { - return nil, err - } - - route := &envoy.RouteConfiguration{ - Name: upstreamID, - VirtualHosts: []*envoyroute.VirtualHost{virtualHost}, - // ValidateClusters defaults to true when defined statically and false - // when done via RDS. Re-set the sane value of true to prevent - // null-routing traffic. - ValidateClusters: makeBoolValue(true), - } - resources = append(resources, route) + virtualHost, err := makeUpstreamRouteForDiscoveryChain(cInfo, id, chain, []string{"*"}) + if err != nil { + return nil, err } + + route := &envoy_route_v3.RouteConfiguration{ + Name: id, + VirtualHosts: []*envoy_route_v3.VirtualHost{virtualHost}, + // ValidateClusters defaults to true when defined statically and false + // when done via RDS. Re-set the sane value of true to prevent + // null-routing traffic. + ValidateClusters: makeBoolValue(true), + } + resources = append(resources, route) } // TODO(rb): make sure we don't generate an empty result @@ -135,7 +126,7 @@ func (s *Server) routesFromSnapshotTerminatingGateway(_ connectionInfo, cfgSnap return resources, nil } -func makeNamedDefaultRouteWithLB(clusterName string, lb *structs.LoadBalancer, autoHostRewrite bool) (*envoy.RouteConfiguration, error) { +func makeNamedDefaultRouteWithLB(clusterName string, lb *structs.LoadBalancer, autoHostRewrite bool) (*envoy_route_v3.RouteConfiguration, error) { action := makeRouteActionFromName(clusterName) if err := injectLBToRouteAction(lb, action.Route); err != nil { @@ -144,18 +135,18 @@ func makeNamedDefaultRouteWithLB(clusterName string, lb *structs.LoadBalancer, a // Configure Envoy to rewrite Host header if autoHostRewrite { - action.Route.HostRewriteSpecifier = &envoyroute.RouteAction_AutoHostRewrite{ + action.Route.HostRewriteSpecifier = &envoy_route_v3.RouteAction_AutoHostRewrite{ AutoHostRewrite: makeBoolValue(true), } } - return &envoy.RouteConfiguration{ + return &envoy_route_v3.RouteConfiguration{ Name: clusterName, - VirtualHosts: []*envoyroute.VirtualHost{ + VirtualHosts: []*envoy_route_v3.VirtualHost{ { Name: clusterName, Domains: []string{"*"}, - Routes: []*envoyroute.Route{ + Routes: []*envoy_route_v3.Route{ { Match: makeDefaultRouteMatch(), Action: action, @@ -185,7 +176,7 @@ func routesForIngressGateway( continue } - upstreamRoute := &envoy.RouteConfiguration{ + upstreamRoute := &envoy_route_v3.RouteConfiguration{ Name: listenerKey.RouteName(), // ValidateClusters defaults to true when defined statically and false // when done via RDS. Re-set the sane value of true to prevent @@ -264,8 +255,8 @@ func makeUpstreamRouteForDiscoveryChain( routeName string, chain *structs.CompiledDiscoveryChain, serviceDomains []string, -) (*envoyroute.VirtualHost, error) { - var routes []*envoyroute.Route +) (*envoy_route_v3.VirtualHost, error) { + var routes []*envoy_route_v3.Route startNode := chain.Nodes[chain.StartNode] if startNode == nil { @@ -274,13 +265,13 @@ func makeUpstreamRouteForDiscoveryChain( switch startNode.Type { case structs.DiscoveryGraphNodeTypeRouter: - routes = make([]*envoyroute.Route, 0, len(startNode.Routes)) + routes = make([]*envoy_route_v3.Route, 0, len(startNode.Routes)) for _, discoveryRoute := range startNode.Routes { routeMatch := makeRouteMatchForDiscoveryRoute(cInfo, discoveryRoute) var ( - routeAction *envoyroute.Route_Route + routeAction *envoy_route_v3.Route_Route err error ) @@ -326,7 +317,7 @@ func makeUpstreamRouteForDiscoveryChain( } if destination.HasRetryFeatures() { - retryPolicy := &envoyroute.RetryPolicy{} + retryPolicy := &envoy_route_v3.RetryPolicy{} if destination.NumRetries > 0 { retryPolicy.NumRetries = makeUint32Value(int(destination.NumRetries)) } @@ -348,7 +339,7 @@ func makeUpstreamRouteForDiscoveryChain( } } - routes = append(routes, &envoyroute.Route{ + routes = append(routes, &envoy_route_v3.Route{ Match: routeMatch, Action: routeAction, }) @@ -368,12 +359,12 @@ func makeUpstreamRouteForDiscoveryChain( return nil, fmt.Errorf("failed to apply load balancer configuration to route action: %v", err) } - defaultRoute := &envoyroute.Route{ + defaultRoute := &envoy_route_v3.Route{ Match: makeDefaultRouteMatch(), Action: routeAction, } - routes = []*envoyroute.Route{defaultRoute} + routes = []*envoy_route_v3.Route{defaultRoute} case structs.DiscoveryGraphNodeTypeResolver: routeAction := makeRouteActionForChainCluster(startNode.Resolver.Target, chain) @@ -386,18 +377,18 @@ func makeUpstreamRouteForDiscoveryChain( return nil, fmt.Errorf("failed to apply load balancer configuration to route action: %v", err) } - defaultRoute := &envoyroute.Route{ + defaultRoute := &envoy_route_v3.Route{ Match: makeDefaultRouteMatch(), Action: routeAction, } - routes = []*envoyroute.Route{defaultRoute} + routes = []*envoy_route_v3.Route{defaultRoute} default: return nil, fmt.Errorf("unknown first node in discovery chain of type: %s", startNode.Type) } - host := &envoyroute.VirtualHost{ + host := &envoy_route_v3.VirtualHost{ Name: routeName, Domains: serviceDomains, Routes: routes, @@ -406,59 +397,59 @@ func makeUpstreamRouteForDiscoveryChain( return host, nil } -func makeRouteMatchForDiscoveryRoute(_ connectionInfo, discoveryRoute *structs.DiscoveryRoute) *envoyroute.RouteMatch { +func makeRouteMatchForDiscoveryRoute(_ connectionInfo, discoveryRoute *structs.DiscoveryRoute) *envoy_route_v3.RouteMatch { match := discoveryRoute.Definition.Match if match == nil || match.IsEmpty() { return makeDefaultRouteMatch() } - em := &envoyroute.RouteMatch{} + em := &envoy_route_v3.RouteMatch{} switch { case match.HTTP.PathExact != "": - em.PathSpecifier = &envoyroute.RouteMatch_Path{ + em.PathSpecifier = &envoy_route_v3.RouteMatch_Path{ Path: match.HTTP.PathExact, } case match.HTTP.PathPrefix != "": - em.PathSpecifier = &envoyroute.RouteMatch_Prefix{ + em.PathSpecifier = &envoy_route_v3.RouteMatch_Prefix{ Prefix: match.HTTP.PathPrefix, } case match.HTTP.PathRegex != "": - em.PathSpecifier = &envoyroute.RouteMatch_SafeRegex{ + em.PathSpecifier = &envoy_route_v3.RouteMatch_SafeRegex{ SafeRegex: makeEnvoyRegexMatch(match.HTTP.PathRegex), } default: - em.PathSpecifier = &envoyroute.RouteMatch_Prefix{ + em.PathSpecifier = &envoy_route_v3.RouteMatch_Prefix{ Prefix: "/", } } if len(match.HTTP.Header) > 0 { - em.Headers = make([]*envoyroute.HeaderMatcher, 0, len(match.HTTP.Header)) + em.Headers = make([]*envoy_route_v3.HeaderMatcher, 0, len(match.HTTP.Header)) for _, hdr := range match.HTTP.Header { - eh := &envoyroute.HeaderMatcher{ + eh := &envoy_route_v3.HeaderMatcher{ Name: hdr.Name, } switch { case hdr.Exact != "": - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_ExactMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_ExactMatch{ ExactMatch: hdr.Exact, } case hdr.Regex != "": - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_SafeRegexMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_SafeRegexMatch{ SafeRegexMatch: makeEnvoyRegexMatch(hdr.Regex), } case hdr.Prefix != "": - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_PrefixMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_PrefixMatch{ PrefixMatch: hdr.Prefix, } case hdr.Suffix != "": - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_SuffixMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_SuffixMatch{ SuffixMatch: hdr.Suffix, } case hdr.Present: - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_PresentMatch{ + eh.HeaderMatchSpecifier = &envoy_route_v3.HeaderMatcher_PresentMatch{ PresentMatch: true, } default: @@ -476,9 +467,9 @@ func makeRouteMatchForDiscoveryRoute(_ connectionInfo, discoveryRoute *structs.D if len(match.HTTP.Methods) > 0 { methodHeaderRegex := strings.Join(match.HTTP.Methods, "|") - eh := &envoyroute.HeaderMatcher{ + eh := &envoy_route_v3.HeaderMatcher{ Name: ":method", - HeaderMatchSpecifier: &envoyroute.HeaderMatcher_SafeRegexMatch{ + HeaderMatchSpecifier: &envoy_route_v3.HeaderMatcher_SafeRegexMatch{ SafeRegexMatch: makeEnvoyRegexMatch(methodHeaderRegex), }, } @@ -487,31 +478,31 @@ func makeRouteMatchForDiscoveryRoute(_ connectionInfo, discoveryRoute *structs.D } if len(match.HTTP.QueryParam) > 0 { - em.QueryParameters = make([]*envoyroute.QueryParameterMatcher, 0, len(match.HTTP.QueryParam)) + em.QueryParameters = make([]*envoy_route_v3.QueryParameterMatcher, 0, len(match.HTTP.QueryParam)) for _, qm := range match.HTTP.QueryParam { - eq := &envoyroute.QueryParameterMatcher{ + eq := &envoy_route_v3.QueryParameterMatcher{ Name: qm.Name, } switch { case qm.Exact != "": - eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_StringMatch{ - StringMatch: &envoymatcher.StringMatcher{ - MatchPattern: &envoymatcher.StringMatcher_Exact{ + eq.QueryParameterMatchSpecifier = &envoy_route_v3.QueryParameterMatcher_StringMatch{ + StringMatch: &envoy_matcher_v3.StringMatcher{ + MatchPattern: &envoy_matcher_v3.StringMatcher_Exact{ Exact: qm.Exact, }, }, } case qm.Regex != "": - eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_StringMatch{ - StringMatch: &envoymatcher.StringMatcher{ - MatchPattern: &envoymatcher.StringMatcher_SafeRegex{ + eq.QueryParameterMatchSpecifier = &envoy_route_v3.QueryParameterMatcher_StringMatch{ + StringMatch: &envoy_matcher_v3.StringMatcher{ + MatchPattern: &envoy_matcher_v3.StringMatcher_SafeRegex{ SafeRegex: makeEnvoyRegexMatch(qm.Regex), }, }, } case qm.Present: - eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_PresentMatch{ + eq.QueryParameterMatchSpecifier = &envoy_route_v3.QueryParameterMatcher_PresentMatch{ PresentMatch: true, } default: @@ -525,9 +516,9 @@ func makeRouteMatchForDiscoveryRoute(_ connectionInfo, discoveryRoute *structs.D return em } -func makeDefaultRouteMatch() *envoyroute.RouteMatch { - return &envoyroute.RouteMatch{ - PathSpecifier: &envoyroute.RouteMatch_Prefix{ +func makeDefaultRouteMatch() *envoy_route_v3.RouteMatch { + return &envoy_route_v3.RouteMatch{ + PathSpecifier: &envoy_route_v3.RouteMatch_Prefix{ Prefix: "/", }, // TODO(banks) Envoy supports matching only valid GRPC @@ -538,23 +529,23 @@ func makeDefaultRouteMatch() *envoyroute.RouteMatch { } } -func makeRouteActionForChainCluster(targetID string, chain *structs.CompiledDiscoveryChain) *envoyroute.Route_Route { +func makeRouteActionForChainCluster(targetID string, chain *structs.CompiledDiscoveryChain) *envoy_route_v3.Route_Route { target := chain.Targets[targetID] return makeRouteActionFromName(CustomizeClusterName(target.Name, chain)) } -func makeRouteActionFromName(clusterName string) *envoyroute.Route_Route { - return &envoyroute.Route_Route{ - Route: &envoyroute.RouteAction{ - ClusterSpecifier: &envoyroute.RouteAction_Cluster{ +func makeRouteActionFromName(clusterName string) *envoy_route_v3.Route_Route { + return &envoy_route_v3.Route_Route{ + Route: &envoy_route_v3.RouteAction{ + ClusterSpecifier: &envoy_route_v3.RouteAction_Cluster{ Cluster: clusterName, }, }, } } -func makeRouteActionForSplitter(splits []*structs.DiscoverySplit, chain *structs.CompiledDiscoveryChain) (*envoyroute.Route_Route, error) { - clusters := make([]*envoyroute.WeightedCluster_ClusterWeight, 0, len(splits)) +func makeRouteActionForSplitter(splits []*structs.DiscoverySplit, chain *structs.CompiledDiscoveryChain) (*envoy_route_v3.Route_Route, error) { + clusters := make([]*envoy_route_v3.WeightedCluster_ClusterWeight, 0, len(splits)) for _, split := range splits { nextNode := chain.Nodes[split.NextNode] @@ -569,7 +560,7 @@ func makeRouteActionForSplitter(splits []*structs.DiscoverySplit, chain *structs // The smallest representable weight is 1/10000 or .01% but envoy // deals with integers so scale everything up by 100x. - cw := &envoyroute.WeightedCluster_ClusterWeight{ + cw := &envoy_route_v3.WeightedCluster_ClusterWeight{ Weight: makeUint32Value(int(split.Weight * 100)), Name: clusterName, } @@ -577,10 +568,10 @@ func makeRouteActionForSplitter(splits []*structs.DiscoverySplit, chain *structs clusters = append(clusters, cw) } - return &envoyroute.Route_Route{ - Route: &envoyroute.RouteAction{ - ClusterSpecifier: &envoyroute.RouteAction_WeightedClusters{ - WeightedClusters: &envoyroute.WeightedCluster{ + return &envoy_route_v3.Route_Route{ + Route: &envoy_route_v3.RouteAction{ + ClusterSpecifier: &envoy_route_v3.RouteAction_WeightedClusters{ + WeightedClusters: &envoy_route_v3.WeightedCluster{ Clusters: clusters, TotalWeight: makeUint32Value(10000), // scaled up 100% }, @@ -589,17 +580,17 @@ func makeRouteActionForSplitter(splits []*structs.DiscoverySplit, chain *structs }, nil } -func injectLBToRouteAction(lb *structs.LoadBalancer, action *envoyroute.RouteAction) error { +func injectLBToRouteAction(lb *structs.LoadBalancer, action *envoy_route_v3.RouteAction) error { if lb == nil || !lb.IsHashBased() { return nil } - result := make([]*envoyroute.RouteAction_HashPolicy, 0, len(lb.HashPolicies)) + result := make([]*envoy_route_v3.RouteAction_HashPolicy, 0, len(lb.HashPolicies)) for _, policy := range lb.HashPolicies { if policy.SourceIP { - result = append(result, &envoyroute.RouteAction_HashPolicy{ - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_ConnectionProperties_{ - ConnectionProperties: &envoyroute.RouteAction_HashPolicy_ConnectionProperties{ + result = append(result, &envoy_route_v3.RouteAction_HashPolicy{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_ConnectionProperties_{ + ConnectionProperties: &envoy_route_v3.RouteAction_HashPolicy_ConnectionProperties{ SourceIp: true, }, }, @@ -611,16 +602,16 @@ func injectLBToRouteAction(lb *structs.LoadBalancer, action *envoyroute.RouteAct switch policy.Field { case structs.HashPolicyHeader: - result = append(result, &envoyroute.RouteAction_HashPolicy{ - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Header_{ - Header: &envoyroute.RouteAction_HashPolicy_Header{ + result = append(result, &envoy_route_v3.RouteAction_HashPolicy{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Header_{ + Header: &envoy_route_v3.RouteAction_HashPolicy_Header{ HeaderName: policy.FieldValue, }, }, Terminal: policy.Terminal, }) case structs.HashPolicyCookie: - cookie := envoyroute.RouteAction_HashPolicy_Cookie{ + cookie := envoy_route_v3.RouteAction_HashPolicy_Cookie{ Name: policy.FieldValue, } if policy.CookieConfig != nil { @@ -635,16 +626,16 @@ func injectLBToRouteAction(lb *structs.LoadBalancer, action *envoyroute.RouteAct cookie.Ttl = ptypes.DurationProto(0 * time.Second) } } - result = append(result, &envoyroute.RouteAction_HashPolicy{ - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ + result = append(result, &envoy_route_v3.RouteAction_HashPolicy{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Cookie_{ Cookie: &cookie, }, Terminal: policy.Terminal, }) case structs.HashPolicyQueryParam: - result = append(result, &envoyroute.RouteAction_HashPolicy{ - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_QueryParameter_{ - QueryParameter: &envoyroute.RouteAction_HashPolicy_QueryParameter{ + result = append(result, &envoy_route_v3.RouteAction_HashPolicy{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_QueryParameter_{ + QueryParameter: &envoy_route_v3.RouteAction_HashPolicy_QueryParameter{ Name: policy.FieldValue, }, }, diff --git a/agent/xds/routes_test.go b/agent/xds/routes_test.go index 74d89f2c93..7311e92ae3 100644 --- a/agent/xds/routes_test.go +++ b/agent/xds/routes_test.go @@ -6,8 +6,7 @@ import ( "testing" "time" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoyroute "github.com/envoyproxy/go-control-plane/envoy/api/v2/route" + envoy_route_v3 "github.com/envoyproxy/go-control-plane/envoy/config/route/v3" "github.com/golang/protobuf/ptypes" testinf "github.com/mitchellh/go-testing-interface" @@ -238,14 +237,13 @@ func TestRoutesFromSnapshot(t *testing.T) { }, } + latestEnvoyVersion := proxysupport.EnvoyVersions[0] for _, envoyVersion := range proxysupport.EnvoyVersions { sf, err := determineSupportedProxyFeaturesFromString(envoyVersion) require.NoError(t, err) t.Run("envoy-"+envoyVersion, func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - require := require.New(t) - // Sanity check default with no overrides first snap := tt.create(t) @@ -264,21 +262,40 @@ func TestRoutesFromSnapshot(t *testing.T) { ProxyFeatures: sf, } routes, err := s.routesFromSnapshot(cInfo, snap) - require.NoError(err) + require.NoError(t, err) + sort.Slice(routes, func(i, j int) bool { - return routes[i].(*envoy.RouteConfiguration).Name < routes[j].(*envoy.RouteConfiguration).Name + return routes[i].(*envoy_route_v3.RouteConfiguration).Name < routes[j].(*envoy_route_v3.RouteConfiguration).Name }) r, err := createResponse(RouteType, "00000001", "00000001", routes) - require.NoError(err) + require.NoError(t, err) - gotJSON := responseToJSON(t, r) + t.Run("current", func(t *testing.T) { + gotJSON := protoToJSON(t, r) - gName := tt.name - if tt.overrideGoldenName != "" { - gName = tt.overrideGoldenName - } + gName := tt.name + if tt.overrideGoldenName != "" { + gName = tt.overrideGoldenName + } - require.JSONEq(goldenEnvoy(t, filepath.Join("routes", gName), envoyVersion, gotJSON), gotJSON) + require.JSONEq(t, goldenEnvoy(t, filepath.Join("routes", gName), envoyVersion, latestEnvoyVersion, gotJSON), gotJSON) + }) + + t.Run("v2-compat", func(t *testing.T) { + respV2, err := convertDiscoveryResponseToV2(r) + require.NoError(t, err) + + gotJSON := protoToJSON(t, respV2) + + gName := tt.name + if tt.overrideGoldenName != "" { + gName = tt.overrideGoldenName + } + + gName += ".v2compat" + + require.JSONEq(t, goldenEnvoy(t, filepath.Join("routes", gName), envoyVersion, latestEnvoyVersion, gotJSON), gotJSON) + }) }) } }) @@ -289,7 +306,7 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { var tests = []struct { name string lb *structs.LoadBalancer - expected *envoyroute.RouteAction + expected *envoy_route_v3.RouteAction }{ { name: "empty", @@ -297,7 +314,7 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { Policy: "", }, // we only modify route actions for hash-based LB policies - expected: &envoyroute.RouteAction{}, + expected: &envoy_route_v3.RouteAction{}, }, { name: "least request", @@ -308,7 +325,7 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, // we only modify route actions for hash-based LB policies - expected: &envoyroute.RouteAction{}, + expected: &envoy_route_v3.RouteAction{}, }, { name: "headers", @@ -326,11 +343,11 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, }, - expected: &envoyroute.RouteAction{ - HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + expected: &envoy_route_v3.RouteAction{ + HashPolicy: []*envoy_route_v3.RouteAction_HashPolicy{ { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Header_{ - Header: &envoyroute.RouteAction_HashPolicy_Header{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Header_{ + Header: &envoy_route_v3.RouteAction_HashPolicy_Header{ HeaderName: "x-route-key", }, }, @@ -355,19 +372,19 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, }, - expected: &envoyroute.RouteAction{ - HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + expected: &envoy_route_v3.RouteAction{ + HashPolicy: []*envoy_route_v3.RouteAction_HashPolicy{ { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ - Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoy_route_v3.RouteAction_HashPolicy_Cookie{ Name: "red-velvet", }, }, Terminal: true, }, { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ - Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoy_route_v3.RouteAction_HashPolicy_Cookie{ Name: "oatmeal", }, }, @@ -390,11 +407,11 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, }, - expected: &envoyroute.RouteAction{ - HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + expected: &envoy_route_v3.RouteAction{ + HashPolicy: []*envoy_route_v3.RouteAction_HashPolicy{ { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ - Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoy_route_v3.RouteAction_HashPolicy_Cookie{ Name: "oatmeal", Ttl: ptypes.DurationProto(0 * time.Second), }, @@ -417,11 +434,11 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, }, - expected: &envoyroute.RouteAction{ - HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + expected: &envoy_route_v3.RouteAction{ + HashPolicy: []*envoy_route_v3.RouteAction_HashPolicy{ { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ - Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoy_route_v3.RouteAction_HashPolicy_Cookie{ Name: "oatmeal", Path: "/oven", Ttl: nil, @@ -442,11 +459,11 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, }, - expected: &envoyroute.RouteAction{ - HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + expected: &envoy_route_v3.RouteAction{ + HashPolicy: []*envoy_route_v3.RouteAction_HashPolicy{ { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_ConnectionProperties_{ - ConnectionProperties: &envoyroute.RouteAction_HashPolicy_ConnectionProperties{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_ConnectionProperties_{ + ConnectionProperties: &envoy_route_v3.RouteAction_HashPolicy_ConnectionProperties{ SourceIp: true, }, }, @@ -487,19 +504,19 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, }, - expected: &envoyroute.RouteAction{ - HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + expected: &envoy_route_v3.RouteAction{ + HashPolicy: []*envoy_route_v3.RouteAction_HashPolicy{ { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_ConnectionProperties_{ - ConnectionProperties: &envoyroute.RouteAction_HashPolicy_ConnectionProperties{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_ConnectionProperties_{ + ConnectionProperties: &envoy_route_v3.RouteAction_HashPolicy_ConnectionProperties{ SourceIp: true, }, }, Terminal: true, }, { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ - Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoy_route_v3.RouteAction_HashPolicy_Cookie{ Name: "oatmeal", Ttl: ptypes.DurationProto(10 * time.Second), Path: "/oven", @@ -507,8 +524,8 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ - Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoy_route_v3.RouteAction_HashPolicy_Cookie{ Name: "chocolate-chip", Ttl: ptypes.DurationProto(0 * time.Second), Path: "/oven", @@ -516,8 +533,8 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { }, }, { - PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Header_{ - Header: &envoyroute.RouteAction_HashPolicy_Header{ + PolicySpecifier: &envoy_route_v3.RouteAction_HashPolicy_Header_{ + Header: &envoy_route_v3.RouteAction_HashPolicy_Header{ HeaderName: "special-header", }, }, @@ -530,7 +547,7 @@ func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { for _, tc := range tests { t.Run(tc.name, func(t *testing.T) { - var ra envoyroute.RouteAction + var ra envoy_route_v3.RouteAction err := injectLBToRouteAction(tc.lb, &ra) require.NoError(t, err) diff --git a/agent/xds/server.go b/agent/xds/server.go index d4c0b97bf3..bce5d9df4a 100644 --- a/agent/xds/server.go +++ b/agent/xds/server.go @@ -4,13 +4,14 @@ import ( "context" "errors" "fmt" - "github.com/hashicorp/consul/logging" "sync/atomic" "time" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoydisco "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v2" + "github.com/hashicorp/consul/logging" + + envoy_config_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" + envoy_discovery_v2 "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v2" + envoy_discovery_v3 "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3" "github.com/golang/protobuf/proto" "github.com/hashicorp/go-hclog" @@ -27,29 +28,33 @@ import ( ) // ADSStream is a shorter way of referring to this thing... -type ADSStream = envoydisco.AggregatedDiscoveryService_StreamAggregatedResourcesServer +type ADSStream = envoy_discovery_v3.AggregatedDiscoveryService_StreamAggregatedResourcesServer +type ADSStream_v2 = envoy_discovery_v2.AggregatedDiscoveryService_StreamAggregatedResourcesServer const ( - // Resource types in xDS v2. These are copied from - // envoyproxy/go-control-plane/pkg/cache/resource.go since we don't need any of + // Resource types in xDS v3. These are copied from + // envoyproxy/go-control-plane/pkg/resource/v3/resource.go since we don't need any of // the rest of that package. - typePrefix = "type.googleapis.com/envoy.api.v2." + apiTypePrefix = "type.googleapis.com/" // EndpointType is the TypeURL for Endpoint discovery responses. - EndpointType = typePrefix + "ClusterLoadAssignment" + EndpointType = apiTypePrefix + "envoy.config.endpoint.v3.ClusterLoadAssignment" // ClusterType is the TypeURL for Cluster discovery responses. - ClusterType = typePrefix + "Cluster" + ClusterType = apiTypePrefix + "envoy.config.cluster.v3.Cluster" // RouteType is the TypeURL for Route discovery responses. - RouteType = typePrefix + "RouteConfiguration" + RouteType = apiTypePrefix + "envoy.config.route.v3.RouteConfiguration" // ListenerType is the TypeURL for Listener discovery responses. - ListenerType = typePrefix + "Listener" + ListenerType = apiTypePrefix + "envoy.config.listener.v3.Listener" // PublicListenerName is the name we give the public listener in Envoy config. PublicListenerName = "public_listener" + // OutboundListenerName is the name we give the outbound Envoy listener when TransparentProxy mode is enabled. + OutboundListenerName = "outbound_listener" + // LocalAppClusterName is the name we give the local application "cluster" in // Envoy config. Note that all cluster names may collide with service names // since we want cluster names and service names to match to enable nice @@ -78,6 +83,12 @@ const ( // services named "local_agent" in the future. LocalAgentClusterName = "local_agent" + // OriginalDestinationClusterName is the name we give to the passthrough + // cluster which redirects transparently-proxied requests to their original + // destination. This cluster prevents Consul from blocking connections to + // destinations outside of the catalog when in TransparentProxy mode. + OriginalDestinationClusterName = "original-destination" + // DefaultAuthCheckFrequency is the default value for // Server.AuthCheckFrequency to use when the zero value is provided. DefaultAuthCheckFrequency = 5 * time.Minute @@ -125,14 +136,16 @@ type Server struct { AuthCheckFrequency time.Duration CheckFetcher HTTPCheckFetcher CfgFetcher ConfigFetcher + + DisableV2Protocol bool } // StreamAggregatedResources implements -// envoydisco.AggregatedDiscoveryServiceServer. This is the ADS endpoint which is +// envoy_discovery_v3.AggregatedDiscoveryServiceServer. This is the ADS endpoint which is // the only xDS API we directly support for now. func (s *Server) StreamAggregatedResources(stream ADSStream) error { // a channel for receiving incoming requests - reqCh := make(chan *envoy.DiscoveryRequest) + reqCh := make(chan *envoy_discovery_v3.DiscoveryRequest) reqStop := int32(0) go func() { for { @@ -150,7 +163,7 @@ func (s *Server) StreamAggregatedResources(stream ADSStream) error { err := s.process(stream, reqCh) if err != nil { - s.Logger.Error("Error handling ADS stream", "error", err) + s.Logger.Error("Error handling ADS stream", "xdsVersion", "v3", "error", err) } // prevents writing to a closed channel if send failed on blocked recv @@ -165,7 +178,7 @@ const ( stateRunning ) -func (s *Server) process(stream ADSStream, reqCh <-chan *envoy.DiscoveryRequest) error { +func (s *Server) process(stream ADSStream, reqCh <-chan *envoy_discovery_v3.DiscoveryRequest) error { logger := s.Logger.Named(logging.XDS) // xDS requires a unique nonce to correlate response/request pairs @@ -181,8 +194,8 @@ func (s *Server) process(stream ADSStream, reqCh <-chan *envoy.DiscoveryRequest) // Loop state var ( cfgSnap *proxycfg.ConfigSnapshot - req *envoy.DiscoveryRequest - node *envoycore.Node + req *envoy_discovery_v3.DiscoveryRequest + node *envoy_config_core_v3.Node proxyFeatures supportedProxyFeatures ok bool stateCh <-chan *proxycfg.ConfigSnapshot @@ -382,8 +395,8 @@ func (s *Server) process(stream ADSStream, reqCh <-chan *envoy.DiscoveryRequest) type xDSType struct { typeURL string stream ADSStream - req *envoy.DiscoveryRequest - node *envoycore.Node + req *envoy_discovery_v3.DiscoveryRequest + node *envoy_config_core_v3.Node proxyFeatures supportedProxyFeatures lastNonce string // lastVersion is the version that was last sent to the proxy. It is needed @@ -404,7 +417,7 @@ type connectionInfo struct { ProxyFeatures supportedProxyFeatures } -func (t *xDSType) Recv(req *envoy.DiscoveryRequest, node *envoycore.Node, proxyFeatures supportedProxyFeatures) { +func (t *xDSType) Recv(req *envoy_discovery_v3.DiscoveryRequest, node *envoy_config_core_v3.Node, proxyFeatures supportedProxyFeatures) { if t.lastNonce == "" || t.lastNonce == req.GetResponseNonce() { t.req = req t.node = node @@ -476,8 +489,8 @@ func tokenFromContext(ctx context.Context) string { return "" } -// DeltaAggregatedResources implements envoydisco.AggregatedDiscoveryServiceServer -func (s *Server) DeltaAggregatedResources(_ envoydisco.AggregatedDiscoveryService_DeltaAggregatedResourcesServer) error { +// DeltaAggregatedResources implements envoy_discovery_v3.AggregatedDiscoveryServiceServer +func (s *Server) DeltaAggregatedResources(_ envoy_discovery_v3.AggregatedDiscoveryService_DeltaAggregatedResourcesServer) error { return errors.New("not implemented") } @@ -493,7 +506,11 @@ func (s *Server) GRPCServer(tlsConfigurator *tlsutil.Configurator) (*grpc.Server } } srv := grpc.NewServer(opts...) - envoydisco.RegisterAggregatedDiscoveryServiceServer(srv, s) + envoy_discovery_v3.RegisterAggregatedDiscoveryServiceServer(srv, s) + + if !s.DisableV2Protocol { + envoy_discovery_v2.RegisterAggregatedDiscoveryServiceServer(srv, &adsServerV2Shim{srv: s}) + } return srv, nil } diff --git a/agent/xds/server_oss.go b/agent/xds/server_oss.go index 3558193597..0724351c3b 100644 --- a/agent/xds/server_oss.go +++ b/agent/xds/server_oss.go @@ -3,11 +3,11 @@ package xds import ( - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" "github.com/hashicorp/consul/agent/structs" ) -func parseEnterpriseMeta(node *envoycore.Node) *structs.EnterpriseMeta { +func parseEnterpriseMeta(node *envoy_core_v3.Node) *structs.EnterpriseMeta { return structs.DefaultEnterpriseMeta() } diff --git a/agent/xds/server_test.go b/agent/xds/server_test.go index 4bbcd5f984..c4bc3f6bde 100644 --- a/agent/xds/server_test.go +++ b/agent/xds/server_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" + envoy_discovery_v3 "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3" "github.com/stretchr/testify/require" "google.golang.org/grpc/codes" @@ -221,7 +221,7 @@ func expectEndpointsJSON(v, n uint64) string { "versionInfo": "` + hexString(v) + `", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -255,7 +255,7 @@ func expectEndpointsJSON(v, n uint64) string { ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -289,17 +289,17 @@ func expectEndpointsJSON(v, n uint64) string { ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "` + hexString(n) + `" }` } func expectedUpstreamTransportSocketJSON(snap *proxycfg.ConfigSnapshot, sni string) string { - return expectedTransportSocketJSON(snap, "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", false, sni) + return expectedTransportSocketJSON(snap, "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", false, sni) } func expectedPublicTransportSocketJSON(snap *proxycfg.ConfigSnapshot) string { - return expectedTransportSocketJSON(snap, "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", true, "") + return expectedTransportSocketJSON(snap, "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", true, "") } func expectedTransportSocketJSON( @@ -350,7 +350,7 @@ func expectedTransportSocketJSON( }` } -func assertChanBlocked(t *testing.T, ch chan *envoy.DiscoveryResponse) { +func assertChanBlocked(t *testing.T, ch chan *envoy_discovery_v3.DiscoveryResponse) { t.Helper() select { case r := <-ch: @@ -360,7 +360,7 @@ func assertChanBlocked(t *testing.T, ch chan *envoy.DiscoveryResponse) { } } -func assertResponseSent(t *testing.T, ch chan *envoy.DiscoveryResponse, wantJSON string) { +func assertResponseSent(t *testing.T, ch chan *envoy_discovery_v3.DiscoveryResponse, wantJSON string) { t.Helper() select { case r := <-ch: @@ -374,9 +374,9 @@ func assertResponseSent(t *testing.T, ch chan *envoy.DiscoveryResponse, wantJSON // JSON representation we expect. We use JSON because the responses use protobuf // Any type which includes binary protobuf encoding and would make creating // expected structs require the same code that is under test! -func assertResponse(t *testing.T, r *envoy.DiscoveryResponse, wantJSON string) { +func assertResponse(t *testing.T, r *envoy_discovery_v3.DiscoveryResponse, wantJSON string) { t.Helper() - gotJSON := responseToJSON(t, r) + gotJSON := protoToJSON(t, r) require.JSONEqf(t, wantJSON, gotJSON, "got:\n%s", gotJSON) } @@ -736,19 +736,19 @@ func TestServer_StreamAggregatedResources_IngressEmptyResponse(t *testing.T) { emptyClusterJSON := `{ "versionInfo": "` + hexString(1) + `", - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "resources": [], "nonce": "` + hexString(1) + `" }` emptyListenerJSON := `{ "versionInfo": "` + hexString(1) + `", - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "resources": [], "nonce": "` + hexString(2) + `" }` emptyRouteJSON := `{ "versionInfo": "` + hexString(1) + `", - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "resources": [], "nonce": "` + hexString(3) + `" }` diff --git a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-16-x.golden deleted file mode 100644 index 446a944457..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-16-x.golden +++ /dev/null @@ -1,187 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "lbPolicy": "RING_HASH", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "ringHashLbConfig": { - "minimumRingSize": "20", - "maximumRingSize": "30" - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-17-x.golden index 446a944457..5d4c1638de 100644 --- a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -33,7 +34,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -59,14 +60,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -79,7 +81,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -105,7 +107,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -130,7 +132,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -138,7 +140,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -156,7 +159,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -182,6 +185,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.v2compat.envoy-1-17-x.golden index 446a944457..157eead910 100644 --- a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -66,7 +67,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -138,7 +140,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-17-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-17-x.golden new file mode 100644 index 0000000000..3c3686c3cd --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-17-x.golden @@ -0,0 +1,132 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.v2compat.envoy-1-17-x.golden index a5f50769d8..69c1689dc1 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden deleted file mode 100644 index 8ed0ba185e..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden +++ /dev/null @@ -1,133 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "66s", - "circuitBreakers": { - - }, - "http2ProtocolOptions": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden index 8ed0ba185e..a2c54d89ed 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "66s", @@ -31,7 +32,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -57,14 +58,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -77,7 +79,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -103,7 +105,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -128,6 +130,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden index 8ed0ba185e..16b70390b7 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "66s", @@ -64,7 +65,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden deleted file mode 100644 index 0fb1c4364a..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.some.other.service.mesh" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden index 0fb1c4364a..81f82c86ea 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,14 +55,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -74,7 +76,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -100,7 +102,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -125,6 +127,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden index 0fb1c4364a..849bc907df 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-15-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-16-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-17-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-17-x.golden new file mode 100644 index 0000000000..3c3686c3cd --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-17-x.golden @@ -0,0 +1,132 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain.v2compat.envoy-1-17-x.golden index a5f50769d8..69c1689dc1 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-chain.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden index 145179bb05..e7d781548e 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,14 +55,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -74,7 +76,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -100,7 +102,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -125,6 +127,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden index 145179bb05..a754a8bd46 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..3c3686c3cd --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden @@ -0,0 +1,132 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden index a5f50769d8..69c1689dc1 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden deleted file mode 100644 index 145179bb05..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc3.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden deleted file mode 100644 index 145179bb05..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc3.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden index 145179bb05..e7d781548e 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,14 +55,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -74,7 +76,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -100,7 +102,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -125,6 +127,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden index 145179bb05..a754a8bd46 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..3c3686c3cd --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden @@ -0,0 +1,132 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden index a5f50769d8..69c1689dc1 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden index 46e0a219b7..27130f4d30 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,14 +55,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -74,7 +76,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -100,7 +102,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -125,6 +127,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden index 46e0a219b7..5532ae52e6 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..3c3686c3cd --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden @@ -0,0 +1,132 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden new file mode 100644 index 0000000000..69c1689dc1 --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden @@ -0,0 +1,132 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V2" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V2" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden deleted file mode 100644 index 46e0a219b7..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden deleted file mode 100644 index 46e0a219b7..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden index 46e0a219b7..27130f4d30 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,14 +55,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -74,7 +76,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -100,7 +102,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -125,6 +127,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden index 46e0a219b7..5532ae52e6 100644 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden deleted file mode 100644 index a5f50769d8..0000000000 --- a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..3c3686c3cd --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden @@ -0,0 +1,132 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden new file mode 100644 index 0000000000..69c1689dc1 --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden @@ -0,0 +1,132 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V2" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V2" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-16-x.golden b/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-16-x.golden deleted file mode 100644 index b46368c789..0000000000 --- a/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-16-x.golden +++ /dev/null @@ -1,138 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - "thresholds": [ - { - "maxConnections": 500 - } - ] - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - "thresholds": [ - { - "maxConnections": 500 - } - ] - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-15-x.golden b/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-17-x.golden index b46368c789..8fdafa0ceb 100644 --- a/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -32,7 +33,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -58,14 +59,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -82,7 +84,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -108,7 +110,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -133,6 +135,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-14-x.golden b/agent/xds/testdata/clusters/custom-limits-max-connections-only.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/custom-limits-max-connections-only.v2compat.envoy-1-17-x.golden index b46368c789..37d76d4f92 100644 --- a/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/custom-limits-max-connections-only.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -65,7 +66,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-16-x.golden b/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-17-x.golden index 828f616289..ea021c9c99 100644 --- a/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -34,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -60,14 +61,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -86,7 +88,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -112,7 +114,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -137,6 +139,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-15-x.golden b/agent/xds/testdata/clusters/custom-limits-set-to-zero.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/custom-limits-set-to-zero.v2compat.envoy-1-17-x.golden index 828f616289..12770c50ec 100644 --- a/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/custom-limits-set-to-zero.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -67,7 +68,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/custom-limits.envoy-1-16-x.golden b/agent/xds/testdata/clusters/custom-limits.envoy-1-16-x.golden deleted file mode 100644 index e51d38a7da..0000000000 --- a/agent/xds/testdata/clusters/custom-limits.envoy-1-16-x.golden +++ /dev/null @@ -1,142 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - "thresholds": [ - { - "maxConnections": 500, - "maxPendingRequests": 600, - "maxRequests": 700 - } - ] - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - "thresholds": [ - { - "maxConnections": 500, - "maxPendingRequests": 600, - "maxRequests": 700 - } - ] - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-limits.envoy-1-15-x.golden b/agent/xds/testdata/clusters/custom-limits.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/custom-limits.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/custom-limits.envoy-1-17-x.golden index e51d38a7da..618bb5294d 100644 --- a/agent/xds/testdata/clusters/custom-limits.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/custom-limits.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -34,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -60,14 +61,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -86,7 +88,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -112,7 +114,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -137,6 +139,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-limits.envoy-1-14-x.golden b/agent/xds/testdata/clusters/custom-limits.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/custom-limits.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/custom-limits.v2compat.envoy-1-17-x.golden index e51d38a7da..26cabcbe3f 100644 --- a/agent/xds/testdata/clusters/custom-limits.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/custom-limits.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -67,7 +68,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/custom-local-app.envoy-1-14-x.golden b/agent/xds/testdata/clusters/custom-local-app.envoy-1-14-x.golden deleted file mode 100644 index eba0c581b1..0000000000 --- a/agent/xds/testdata/clusters/custom-local-app.envoy-1-14-x.golden +++ /dev/null @@ -1,118 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "mylocal", - "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-local-app.envoy-1-15-x.golden b/agent/xds/testdata/clusters/custom-local-app.envoy-1-15-x.golden deleted file mode 100644 index eba0c581b1..0000000000 --- a/agent/xds/testdata/clusters/custom-local-app.envoy-1-15-x.golden +++ /dev/null @@ -1,118 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "mylocal", - "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-local-app.envoy-1-16-x.golden b/agent/xds/testdata/clusters/custom-local-app.envoy-1-16-x.golden deleted file mode 100644 index eba0c581b1..0000000000 --- a/agent/xds/testdata/clusters/custom-local-app.envoy-1-16-x.golden +++ /dev/null @@ -1,118 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "mylocal", - "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-local-app.envoy-1-17-x.golden b/agent/xds/testdata/clusters/custom-local-app.envoy-1-17-x.golden new file mode 100644 index 0000000000..3e4cc3072b --- /dev/null +++ b/agent/xds/testdata/clusters/custom-local-app.envoy-1-17-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "mylocal", + "connectTimeout": "15s", + "loadAssignment": { + "clusterName": "mylocal", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-local-app.v2compat.envoy-1-17-x.golden b/agent/xds/testdata/clusters/custom-local-app.v2compat.envoy-1-17-x.golden new file mode 100644 index 0000000000..308f09686a --- /dev/null +++ b/agent/xds/testdata/clusters/custom-local-app.v2compat.envoy-1-17-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V2" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V2" + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "mylocal", + "connectTimeout": "15s", + "loadAssignment": { + "clusterName": "mylocal", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-timeouts.envoy-1-16-x.golden b/agent/xds/testdata/clusters/custom-timeouts.envoy-1-16-x.golden deleted file mode 100644 index 36c36e6d98..0000000000 --- a/agent/xds/testdata/clusters/custom-timeouts.envoy-1-16-x.golden +++ /dev/null @@ -1,130 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "1.234s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-timeouts.envoy-1-15-x.golden b/agent/xds/testdata/clusters/custom-timeouts.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/custom-timeouts.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/custom-timeouts.envoy-1-17-x.golden index 36c36e6d98..434d8a99bf 100644 --- a/agent/xds/testdata/clusters/custom-timeouts.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/custom-timeouts.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,14 +55,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -74,7 +76,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -100,7 +102,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "1.234s", @@ -125,6 +127,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-timeouts.envoy-1-14-x.golden b/agent/xds/testdata/clusters/custom-timeouts.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/custom-timeouts.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/custom-timeouts.v2compat.envoy-1-17-x.golden index 36c36e6d98..f309b979b4 100644 --- a/agent/xds/testdata/clusters/custom-timeouts.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/custom-timeouts.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-16-x.golden b/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-17-x.golden index 055a9a4e49..0f4576d0a2 100644 --- a/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-17-x.golden @@ -2,14 +2,15 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -22,7 +23,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -48,7 +49,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -73,21 +74,32 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "myservice", "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 + "loadAssignment": { + "clusterName": "myservice", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] } - } - ], + ] + }, "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -113,6 +125,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-14-x.golden b/agent/xds/testdata/clusters/custom-upstream-default-chain.v2compat.envoy-1-17-x.golden similarity index 93% rename from agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/custom-upstream-default-chain.v2compat.envoy-1-17-x.golden index 055a9a4e49..612af4ec7b 100644 --- a/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/custom-upstream-default-chain.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -76,14 +77,25 @@ "@type": "type.googleapis.com/envoy.api.v2.Cluster", "name": "myservice", "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 + "loadAssignment": { + "clusterName": "myservice", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] } - } - ], + ] + }, "transportSocket": { "name": "tls", "typedConfig": { diff --git a/agent/xds/testdata/clusters/custom-upstream.envoy-1-15-x.golden b/agent/xds/testdata/clusters/custom-upstream.envoy-1-15-x.golden deleted file mode 100644 index 055a9a4e49..0000000000 --- a/agent/xds/testdata/clusters/custom-upstream.envoy-1-15-x.golden +++ /dev/null @@ -1,118 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "myservice", - "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-upstream.envoy-1-16-x.golden b/agent/xds/testdata/clusters/custom-upstream.envoy-1-16-x.golden deleted file mode 100644 index 055a9a4e49..0000000000 --- a/agent/xds/testdata/clusters/custom-upstream.envoy-1-16-x.golden +++ /dev/null @@ -1,118 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "myservice", - "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-upstream.envoy-1-14-x.golden b/agent/xds/testdata/clusters/custom-upstream.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/clusters/custom-upstream.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/custom-upstream.envoy-1-17-x.golden index 055a9a4e49..0f4576d0a2 100644 --- a/agent/xds/testdata/clusters/custom-upstream.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/custom-upstream.envoy-1-17-x.golden @@ -2,14 +2,15 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -22,7 +23,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -48,7 +49,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -73,21 +74,32 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "myservice", "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 + "loadAssignment": { + "clusterName": "myservice", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] } - } - ], + ] + }, "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -113,6 +125,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-15-x.golden b/agent/xds/testdata/clusters/custom-upstream.v2compat.envoy-1-17-x.golden similarity index 93% rename from agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/custom-upstream.v2compat.envoy-1-17-x.golden index 055a9a4e49..612af4ec7b 100644 --- a/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/custom-upstream.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -76,14 +77,25 @@ "@type": "type.googleapis.com/envoy.api.v2.Cluster", "name": "myservice", "connectTimeout": "15s", - "hosts": [ - { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 + "loadAssignment": { + "clusterName": "myservice", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] } - } - ], + ] + }, "transportSocket": { "name": "tls", "typedConfig": { diff --git a/agent/xds/testdata/clusters/defaults.envoy-1-16-x.golden b/agent/xds/testdata/clusters/defaults.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/defaults.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/defaults.envoy-1-17-x.golden index 9aab006c97..d8601584f7 100644 --- a/agent/xds/testdata/clusters/defaults.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/defaults.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,14 +55,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -74,7 +76,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -100,7 +102,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -125,6 +127,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/defaults.envoy-1-14-x.golden b/agent/xds/testdata/clusters/defaults.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/defaults.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/defaults.v2compat.envoy-1-17-x.golden index 9aab006c97..4a01980800 100644 --- a/agent/xds/testdata/clusters/defaults.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/defaults.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-16-x.golden b/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-16-x.golden deleted file mode 100644 index 5b3fc08e41..0000000000 --- a/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-16-x.golden +++ /dev/null @@ -1,60 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "exposed_cluster_8090", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "exposed_cluster_8090", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8090 - } - } - } - } - ] - } - ] - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - }, - "http2ProtocolOptions": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-15-x.golden b/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-17-x.golden index 5b3fc08e41..11d8684b49 100644 --- a/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "exposed_cluster_8090", "type": "STATIC", "connectTimeout": "5s", @@ -27,7 +27,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -55,6 +55,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-14-x.golden b/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-16-x.golden b/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-16-x.golden deleted file mode 100644 index 40fc33eab5..0000000000 --- a/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-16-x.golden +++ /dev/null @@ -1,32 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-15-x.golden b/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-17-x.golden similarity index 81% rename from agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-17-x.golden index 40fc33eab5..0d8375ae07 100644 --- a/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -27,6 +27,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-14-x.golden b/agent/xds/testdata/clusters/expose-paths-local-app-paths.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/expose-paths-local-app-paths.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-16-x.golden b/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-16-x.golden deleted file mode 100644 index 8494c8e061..0000000000 --- a/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-16-x.golden +++ /dev/null @@ -1,60 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "exposed_cluster_9090", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "exposed_cluster_9090", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9090 - } - } - } - } - ] - } - ] - }, - "http2ProtocolOptions": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-15-x.golden b/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-17-x.golden index 8494c8e061..624b8d8e6d 100644 --- a/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "exposed_cluster_9090", "type": "STATIC", "connectTimeout": "5s", @@ -30,7 +30,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -55,6 +55,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-14-x.golden b/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/expose-paths-new-cluster-http2.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-17-x.golden similarity index 52% rename from agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-17-x.golden index 1e4be3b4e8..24861388ed 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-17-x.golden @@ -2,6 +2,6 @@ "versionInfo": "00000001", "resources": [ ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 83% rename from agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden index 1e4be3b4e8..e699fae539 100644 --- a/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-gateway.envoy-1-16-x.golden deleted file mode 100644 index e58b908d96..0000000000 --- a/agent/xds/testdata/clusters/ingress-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-gateway.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/clusters/ingress-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-gateway.envoy-1-17-x.golden index e58b908d96..f4fe476c4d 100644 --- a/agent/xds/testdata/clusters/ingress-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,6 +55,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-gateway.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-gateway.v2compat.envoy-1-17-x.golden index e58b908d96..a79f1b00ec 100644 --- a/agent/xds/testdata/clusters/ingress-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-gateway.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-14-x.golden deleted file mode 100644 index b43a300b32..0000000000 --- a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-14-x.golden +++ /dev/null @@ -1,116 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "lbPolicy": "RING_HASH", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "ringHashLbConfig": { - "minimumRingSize": "20", - "maximumRingSize": "30" - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-17-x.golden index b43a300b32..17705fd3d5 100644 --- a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -33,7 +34,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -59,7 +60,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -67,7 +68,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -85,7 +87,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -111,6 +113,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-lb-in-resolver.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-lb-in-resolver.v2compat.envoy-1-17-x.golden index b43a300b32..add104931d 100644 --- a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-lb-in-resolver.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -67,7 +68,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-14-x.golden deleted file mode 100644 index ff54c57140..0000000000 --- a/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-14-x.golden +++ /dev/null @@ -1,111 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-17-x.golden index ff54c57140..b06d7dc5ec 100644 --- a/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,7 +55,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -62,7 +63,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -80,7 +82,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -106,6 +108,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.v2compat.envoy-1-17-x.golden index ff54c57140..93b9a14493 100644 --- a/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -62,7 +63,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden deleted file mode 100644 index 64d5ba684f..0000000000 --- a/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden +++ /dev/null @@ -1,111 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden index 64d5ba684f..796180ca31 100644 --- a/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,7 +55,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -62,7 +63,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -80,7 +82,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -106,6 +108,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden index 64d5ba684f..bcb9828162 100644 --- a/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -62,7 +63,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-17-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-17-x.golden new file mode 100644 index 0000000000..b0890da164 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-17-x.golden @@ -0,0 +1,60 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-and-failover.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain-and-failover.v2compat.envoy-1-17-x.golden index 68c6dac37a..36ee38dc3c 100644 --- a/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-chain-and-failover.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-16-x.golden deleted file mode 100644 index 316430c048..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-16-x.golden +++ /dev/null @@ -1,62 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "66s", - "circuitBreakers": { - - }, - "http2ProtocolOptions": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-17-x.golden index 316430c048..acd7e91fa5 100644 --- a/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "66s", @@ -31,7 +32,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -57,6 +58,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden index 316430c048..c63343c66b 100644 --- a/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "66s", diff --git a/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-14-x.golden deleted file mode 100644 index 3712719842..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-14-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.some.other.service.mesh" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-17-x.golden index 3712719842..8a6e8a4fb8 100644 --- a/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,6 +55,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden index 3712719842..43dff9b6c8 100644 --- a/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-15-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-16-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-17-x.golden b/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-17-x.golden new file mode 100644 index 0000000000..b0890da164 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-17-x.golden @@ -0,0 +1,60 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-chain.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain.v2compat.envoy-1-17-x.golden index 68c6dac37a..36ee38dc3c 100644 --- a/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-chain.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden index 437c665d1a..9b42f548e4 100644 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,6 +55,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden index 437c665d1a..261596e3cd 100644 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..b0890da164 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden @@ -0,0 +1,60 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-chain.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden index 68c6dac37a..36ee38dc3c 100644 --- a/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden deleted file mode 100644 index 437c665d1a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc3.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden deleted file mode 100644 index 437c665d1a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc3.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden index 437c665d1a..9b42f548e4 100644 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,6 +55,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden index 437c665d1a..261596e3cd 100644 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..b0890da164 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden @@ -0,0 +1,60 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden index 68c6dac37a..36ee38dc3c 100644 --- a/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden index 05c200c1c3..7e184dead5 100644 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,6 +55,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden index 05c200c1c3..cfd457c971 100644 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..b0890da164 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden @@ -0,0 +1,60 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden new file mode 100644 index 0000000000..36ee38dc3c --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden @@ -0,0 +1,60 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V2" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden deleted file mode 100644 index 05c200c1c3..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden deleted file mode 100644 index 05c200c1c3..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden index 05c200c1c3..7e184dead5 100644 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "33s", @@ -28,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,6 +55,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden index 05c200c1c3..cfd457c971 100644 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "33s", diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden deleted file mode 100644 index 68c6dac37a..0000000000 --- a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "33s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..b0890da164 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden @@ -0,0 +1,60 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden new file mode 100644 index 0000000000..36ee38dc3c --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden @@ -0,0 +1,60 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V2" + } + }, + "connectTimeout": "33s", + "circuitBreakers": { + + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + }, + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-17-x.golden similarity index 79% rename from agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-17-x.golden index afc23f9ae1..0d001e0b78 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-17-x.golden @@ -2,14 +2,15 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -18,14 +19,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -34,7 +36,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -66,7 +68,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -98,14 +100,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -114,14 +117,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -130,14 +134,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -146,6 +151,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.v2compat.envoy-1-17-x.golden similarity index 93% rename from agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.v2compat.envoy-1-17-x.golden index afc23f9ae1..928bd41474 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -25,7 +26,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -105,7 +107,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -121,7 +124,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -137,7 +141,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-15-x.golden deleted file mode 100644 index afc23f9ae1..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-15-x.golden +++ /dev/null @@ -1,151 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-16-x.golden b/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-16-x.golden deleted file mode 100644 index afc23f9ae1..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-16-x.golden +++ /dev/null @@ -1,151 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-17-x.golden b/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-17-x.golden new file mode 100644 index 0000000000..0d001e0b78 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-17-x.golden @@ -0,0 +1,156 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-16-x.golden b/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.v2compat.envoy-1-17-x.golden similarity index 93% rename from agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.v2compat.envoy-1-17-x.golden index afc23f9ae1..928bd41474 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -25,7 +26,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -105,7 +107,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -121,7 +124,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -137,7 +141,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-15-x.golden deleted file mode 100644 index 1e4be3b4e8..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-16-x.golden deleted file mode 100644 index 1e4be3b4e8..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-17-x.golden b/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-17-x.golden new file mode 100644 index 0000000000..24861388ed --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 83% rename from agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-no-services.v2compat.envoy-1-17-x.golden index 1e4be3b4e8..e699fae539 100644 --- a/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-no-services.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-16-x.golden b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-16-x.golden deleted file mode 100644 index 519c2d07f8..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-16-x.golden +++ /dev/null @@ -1,163 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "lbPolicy": "LEAST_REQUEST", - "outlierDetection": { - - }, - "leastRequestLbConfig": { - "choiceCount": 5 - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "lbPolicy": "LEAST_REQUEST", - "outlierDetection": { - - }, - "leastRequestLbConfig": { - "choiceCount": 5 - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "lbPolicy": "LEAST_REQUEST", - "outlierDetection": { - - }, - "leastRequestLbConfig": { - "choiceCount": 5 - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-17-x.golden similarity index 81% rename from agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-17-x.golden index 519c2d07f8..1d6b63996b 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-17-x.golden @@ -2,14 +2,15 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -22,14 +23,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -38,7 +40,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -70,7 +72,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -102,14 +104,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -118,14 +121,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -138,14 +142,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -158,6 +163,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.v2compat.envoy-1-17-x.golden similarity index 94% rename from agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.v2compat.envoy-1-17-x.golden index 519c2d07f8..14d72d4f5a 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -29,7 +30,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -109,7 +111,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -125,7 +128,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -145,7 +149,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-14-x.golden deleted file mode 100644 index afc23f9ae1..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-14-x.golden +++ /dev/null @@ -1,151 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-15-x.golden deleted file mode 100644 index afc23f9ae1..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-15-x.golden +++ /dev/null @@ -1,151 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-16-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-16-x.golden deleted file mode 100644 index afc23f9ae1..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-16-x.golden +++ /dev/null @@ -1,151 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-17-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-17-x.golden new file mode 100644 index 0000000000..0d001e0b78 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-17-x.golden @@ -0,0 +1,156 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + }, + "resourceApiVersion": "V3" + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + } + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.v2compat.envoy-1-17-x.golden similarity index 93% rename from agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-service-subsets.v2compat.envoy-1-17-x.golden index afc23f9ae1..928bd41474 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -25,7 +26,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -105,7 +107,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -121,7 +124,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -137,7 +141,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-16-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-16-x.golden deleted file mode 100644 index bf2d501422..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-16-x.golden +++ /dev/null @@ -1,151 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "10s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "10s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "10s", - "outlierDetection": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-17-x.golden similarity index 79% rename from agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-17-x.golden index bf2d501422..e6ff978acb 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-17-x.golden @@ -2,14 +2,15 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "10s", @@ -18,14 +19,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -34,7 +36,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -66,7 +68,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -98,14 +100,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -114,14 +117,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "10s", @@ -130,14 +134,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "10s", @@ -146,6 +151,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.v2compat.envoy-1-17-x.golden similarity index 93% rename from agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-service-timeouts.v2compat.envoy-1-17-x.golden index bf2d501422..931e32a646 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "10s", @@ -25,7 +26,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -105,7 +107,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -121,7 +124,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "10s", @@ -137,7 +141,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "10s", diff --git a/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-16-x.golden b/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-17-x.golden similarity index 82% rename from agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-17-x.golden index 845881fd3f..bc9669beff 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-17-x.golden @@ -2,14 +2,15 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -18,14 +19,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -34,7 +36,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -66,7 +68,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -98,14 +100,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -114,6 +117,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.v2compat.envoy-1-17-x.golden similarity index 95% rename from agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-using-federation-states.v2compat.envoy-1-17-x.golden index 845881fd3f..4885db22c6 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -25,7 +26,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -105,7 +107,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/mesh-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway.envoy-1-15-x.golden deleted file mode 100644 index 845881fd3f..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/mesh-gateway.envoy-1-16-x.golden deleted file mode 100644 index 845881fd3f..0000000000 --- a/agent/xds/testdata/clusters/mesh-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-west-2.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "123.us-east-1.elb.notaws.com", - "portValue": 443 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway.envoy-1-17-x.golden similarity index 82% rename from agent/xds/testdata/clusters/mesh-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/mesh-gateway.envoy-1-17-x.golden index 845881fd3f..bc9669beff 100644 --- a/agent/xds/testdata/clusters/mesh-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway.envoy-1-17-x.golden @@ -2,14 +2,15 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -18,14 +19,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -34,7 +36,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -66,7 +68,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -98,14 +100,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -114,6 +117,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway.v2compat.envoy-1-17-x.golden similarity index 95% rename from agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/mesh-gateway.v2compat.envoy-1-17-x.golden index 845881fd3f..4885db22c6 100644 --- a/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/mesh-gateway.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -25,7 +26,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -105,7 +107,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-16-x.golden b/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-16-x.golden deleted file mode 100644 index 5bc2a86731..0000000000 --- a/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-16-x.golden +++ /dev/null @@ -1,182 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "local_app", - "type": "STATIC", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "local_app", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8080 - } - } - } - } - ] - } - ] - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "altStatName": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "circuitBreakers": { - - }, - "outlierDetection": { - - }, - "commonLbConfig": { - "healthyPanicThreshold": { - - } - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "sni": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-15-x.golden b/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-17-x.golden index 5bc2a86731..6c4b0e9218 100644 --- a/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-17-x.golden @@ -2,14 +2,15 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -22,7 +23,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -48,7 +49,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -73,7 +74,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -81,7 +82,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -99,7 +101,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -125,7 +127,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -133,7 +135,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -151,7 +154,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -177,6 +180,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/clusters/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden index 5bc2a86731..9ac5535e95 100644 --- a/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden @@ -9,7 +9,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -81,7 +82,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -133,7 +135,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-14-x.golden b/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-14-x.golden deleted file mode 100644 index d35c80c7bc..0000000000 --- a/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-14-x.golden +++ /dev/null @@ -1,251 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "alt.api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "alt.api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "api.altdomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "filename": "api.cert.pem" - }, - "privateKey": { - "filename": "api.key.pem" - } - } - ], - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "api.altdomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "filename": "api.cert.pem" - }, - "privateKey": { - "filename": "api.key.pem" - } - } - ], - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "cache.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "db.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "prod.cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "prod.cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "cache.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-16-x.golden b/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-17-x.golden index d35c80c7bc..3bf0c6eb4c 100644 --- a/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "alt.api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -35,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -60,7 +60,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -93,7 +93,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -118,7 +118,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -150,7 +150,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -182,7 +182,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "prod.cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -214,14 +214,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -231,7 +232,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -246,6 +247,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-15-x.golden b/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.v2compat.envoy-1-17-x.golden similarity index 99% rename from agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.v2compat.envoy-1-17-x.golden index d35c80c7bc..deecc716e5 100644 --- a/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.v2compat.envoy-1-17-x.golden @@ -221,7 +221,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-14-x.golden b/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-14-x.golden deleted file mode 100644 index ce430e15c9..0000000000 --- a/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-14-x.golden +++ /dev/null @@ -1,225 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "api.altdomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "filename": "api.cert.pem" - }, - "privateKey": { - "filename": "api.key.pem" - } - } - ], - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "cache.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "db.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-16-x.golden b/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-17-x.golden similarity index 82% rename from agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-17-x.golden index ce430e15c9..d2efb57f5d 100644 --- a/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -35,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -60,7 +60,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -92,7 +92,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -124,14 +124,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -141,7 +142,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -156,14 +157,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -173,7 +175,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -188,14 +190,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -205,7 +208,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -220,6 +223,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-15-x.golden b/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.v2compat.envoy-1-17-x.golden similarity index 97% rename from agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.v2compat.envoy-1-17-x.golden index ce430e15c9..340a97393e 100644 --- a/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.v2compat.envoy-1-17-x.golden @@ -131,7 +131,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -163,7 +164,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -195,7 +197,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-14-x.golden b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-14-x.golden deleted file mode 100644 index e1de42acc2..0000000000 --- a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-14-x.golden +++ /dev/null @@ -1,240 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "api.altdomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "filename": "api.cert.pem" - }, - "privateKey": { - "filename": "api.key.pem" - } - } - ], - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "cache.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "db.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "lbPolicy": "RING_HASH", - "outlierDetection": { - - }, - "ringHashLbConfig": { - "minimumRingSize": "20", - "maximumRingSize": "50" - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "lbPolicy": "RING_HASH", - "outlierDetection": { - - }, - "ringHashLbConfig": { - "minimumRingSize": "20", - "maximumRingSize": "50" - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "lbPolicy": "RING_HASH", - "outlierDetection": { - - }, - "ringHashLbConfig": { - "minimumRingSize": "20", - "maximumRingSize": "50" - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-16-x.golden b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-17-x.golden similarity index 83% rename from agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-17-x.golden index e1de42acc2..a505f4f785 100644 --- a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -35,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -60,7 +60,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -92,7 +92,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -124,14 +124,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -146,7 +147,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -161,14 +162,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -183,7 +185,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -198,14 +200,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -220,7 +223,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -235,6 +238,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-15-x.golden b/agent/xds/testdata/clusters/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden similarity index 97% rename from agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden index e1de42acc2..4c253d3a7b 100644 --- a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden @@ -131,7 +131,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -168,7 +169,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -205,7 +207,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-14-x.golden deleted file mode 100644 index 1e4be3b4e8..0000000000 --- a/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-14-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-15-x.golden deleted file mode 100644 index 1e4be3b4e8..0000000000 --- a/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-16-x.golden deleted file mode 100644 index 1e4be3b4e8..0000000000 --- a/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-17-x.golden b/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-17-x.golden new file mode 100644 index 0000000000..24861388ed --- /dev/null +++ b/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/clusters/terminating-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 83% rename from agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-no-services.v2compat.envoy-1-17-x.golden index 1e4be3b4e8..e699fae539 100644 --- a/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-no-services.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-14-x.golden b/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-14-x.golden deleted file mode 100644 index fdd4f30f24..0000000000 --- a/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-14-x.golden +++ /dev/null @@ -1,257 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "api.altdomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "filename": "api.cert.pem" - }, - "privateKey": { - "filename": "api.key.pem" - } - } - ], - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "cache.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "db.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "prod.cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "prod.cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "cache.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-16-x.golden b/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-17-x.golden index fdd4f30f24..87cf1d7718 100644 --- a/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -35,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -60,7 +60,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -92,7 +92,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -124,7 +124,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "prod.cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -156,14 +156,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -173,7 +174,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -188,14 +189,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -205,7 +207,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -220,14 +222,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -237,7 +240,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -252,6 +255,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-15-x.golden b/agent/xds/testdata/clusters/terminating-gateway-service-subsets.v2compat.envoy-1-17-x.golden similarity index 97% rename from agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-service-subsets.v2compat.envoy-1-17-x.golden index fdd4f30f24..c46a647332 100644 --- a/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway-service-subsets.v2compat.envoy-1-17-x.golden @@ -163,7 +163,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -195,7 +196,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -227,7 +229,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/terminating-gateway.envoy-1-14-x.golden b/agent/xds/testdata/clusters/terminating-gateway.envoy-1-14-x.golden deleted file mode 100644 index 787a4d8217..0000000000 --- a/agent/xds/testdata/clusters/terminating-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,161 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "api.altdomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "filename": "api.cert.pem" - }, - "privateKey": { - "filename": "api.key.pem" - } - } - ], - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "cache.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "LOGICAL_DNS", - "connectTimeout": "5s", - "loadAssignment": { - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "db.mydomain", - "portValue": 8081 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - "dnsRefreshRate": "10s", - "dnsLookupFamily": "V4_ONLY", - "outlierDetection": { - - } - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", - "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "type": "EDS", - "edsClusterConfig": { - "edsConfig": { - "ads": { - - } - } - }, - "connectTimeout": "5s", - "outlierDetection": { - - }, - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "validationContext": { - "trustedCa": { - "filename": "ca.cert.pem" - } - } - } - } - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway.envoy-1-16-x.golden b/agent/xds/testdata/clusters/terminating-gateway.envoy-1-17-x.golden similarity index 86% rename from agent/xds/testdata/clusters/terminating-gateway.envoy-1-16-x.golden rename to agent/xds/testdata/clusters/terminating-gateway.envoy-1-17-x.golden index 787a4d8217..343730b5c0 100644 --- a/agent/xds/testdata/clusters/terminating-gateway.envoy-1-16-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -35,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -60,7 +60,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -92,7 +92,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "LOGICAL_DNS", "connectTimeout": "5s", @@ -124,14 +124,15 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", @@ -141,7 +142,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -156,6 +157,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway.envoy-1-15-x.golden b/agent/xds/testdata/clusters/terminating-gateway.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/clusters/terminating-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/terminating-gateway.v2compat.envoy-1-17-x.golden index 787a4d8217..ee12602b49 100644 --- a/agent/xds/testdata/clusters/terminating-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/terminating-gateway.v2compat.envoy-1-17-x.golden @@ -131,7 +131,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", diff --git a/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-14-x.golden b/agent/xds/testdata/clusters/transparent-proxy.envoy-1-17-x.golden similarity index 89% rename from agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-14-x.golden rename to agent/xds/testdata/clusters/transparent-proxy.envoy-1-17-x.golden index 828f616289..84e92ea308 100644 --- a/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-14-x.golden +++ b/agent/xds/testdata/clusters/transparent-proxy.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", @@ -10,18 +10,13 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", "circuitBreakers": { - "thresholds": [ - { - "maxConnections": 0, - "maxPendingRequests": 0, - "maxRequests": 0 - } - ] + }, "outlierDetection": { @@ -34,7 +29,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -60,25 +55,20 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "type": "EDS", "edsClusterConfig": { "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V3" } }, "connectTimeout": "5s", "circuitBreakers": { - "thresholds": [ - { - "maxConnections": 0, - "maxPendingRequests": 0, - "maxRequests": 0 - } - ] + }, "outlierDetection": { @@ -86,7 +76,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -112,7 +102,7 @@ } }, { - "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "name": "local_app", "type": "STATIC", "connectTimeout": "5s", @@ -135,8 +125,15 @@ } ] } + }, + { + "@type": "type.googleapis.com/envoy.config.cluster.v3.Cluster", + "name": "original-destination", + "type": "ORIGINAL_DST", + "connectTimeout": "5s", + "lbPolicy": "CLUSTER_PROVIDED" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "typeUrl": "type.googleapis.com/envoy.config.cluster.v3.Cluster", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/clusters/defaults.envoy-1-15-x.golden b/agent/xds/testdata/clusters/transparent-proxy.v2compat.envoy-1-17-x.golden similarity index 95% rename from agent/xds/testdata/clusters/defaults.envoy-1-15-x.golden rename to agent/xds/testdata/clusters/transparent-proxy.v2compat.envoy-1-17-x.golden index 9aab006c97..110582676c 100644 --- a/agent/xds/testdata/clusters/defaults.envoy-1-15-x.golden +++ b/agent/xds/testdata/clusters/transparent-proxy.v2compat.envoy-1-17-x.golden @@ -10,7 +10,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -61,7 +62,8 @@ "edsConfig": { "ads": { - } + }, + "resourceApiVersion": "V2" } }, "connectTimeout": "5s", @@ -123,6 +125,13 @@ } ] } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "original-destination", + "type": "ORIGINAL_DST", + "connectTimeout": "5s", + "lbPolicy": "CLUSTER_PROVIDED" } ], "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-17-x.golden index 749b3a80c5..e0685f1ae9 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -68,6 +68,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden index def02b3599..aeb35f4750 100644 --- a/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-14-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden index 2acef4c0aa..ff38886424 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-17-x.golden index 2acef4c0aa..ff38886424 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-16-x.golden deleted file mode 100644 index 9e0033c9bc..0000000000 --- a/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "myservice", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-17-x.golden index 9e0033c9bc..ea3c3ee11b 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "myservice", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden index 5b9210ee92..61392962ec 100644 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden index 2acef4c0aa..ff38886424 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden index 26e985cacc..961d515a1a 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden index 2acef4c0aa..ff38886424 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden index 5b9210ee92..61392962ec 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden index 11f798f292..d808b212f0 100644 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden +++ b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/defaults.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/defaults.envoy-1-16-x.golden deleted file mode 100644 index f1c772e1e5..0000000000 --- a/agent/xds/testdata/endpoints/defaults.envoy-1-16-x.golden +++ /dev/null @@ -1,75 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/defaults.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/defaults.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/endpoints/defaults.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/defaults.envoy-1-17-x.golden index f1c772e1e5..879ed80761 100644 --- a/agent/xds/testdata/endpoints/defaults.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/defaults.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,7 +36,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -70,6 +70,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/defaults.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/defaults.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/defaults.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/defaults.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-17-x.golden new file mode 100644 index 0000000000..4e316f1492 --- /dev/null +++ b/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden index b11569ce9e..e1ae9410b7 100644 --- a/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-14-x.golden +++ b/agent/xds/testdata/endpoints/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-14-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-15-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-16-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/ingress-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden deleted file mode 100644 index eca90cb65e..0000000000 --- a/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden +++ /dev/null @@ -1,75 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-17-x.golden index eca90cb65e..260ef92c2a 100644 --- a/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,7 +36,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -70,6 +70,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden deleted file mode 100644 index 5ca0de82e0..0000000000 --- a/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden +++ /dev/null @@ -1,75 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden index 5ca0de82e0..9cdc78d73e 100644 --- a/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-14-x.golden +++ b/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,7 +36,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -70,6 +70,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-14-x.golden deleted file mode 100644 index 749b3a80c5..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-14-x.golden +++ /dev/null @@ -1,73 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - }, - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ], - "priority": 1 - } - ], - "policy": { - "overprovisioningFactor": 100000 - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-16-x.golden deleted file mode 100644 index 749b3a80c5..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-16-x.golden +++ /dev/null @@ -1,73 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - }, - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ], - "priority": 1 - } - ], - "policy": { - "overprovisioningFactor": 100000 - } - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-17-x.golden index 749b3a80c5..e0685f1ae9 100644 --- a/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -68,6 +68,6 @@ } } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain-and-failover.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-15-x.golden deleted file mode 100644 index def02b3599..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-16-x.golden deleted file mode 100644 index def02b3599..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-17-x.golden index def02b3599..aeb35f4750 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-14-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-15-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-16-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-14-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-15-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-16-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden deleted file mode 100644 index 5b9210ee92..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden index 5b9210ee92..61392962ec 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden deleted file mode 100644 index 26e985cacc..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.38.1.1", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.38.1.2", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden deleted file mode 100644 index 26e985cacc..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.38.1.1", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.38.1.2", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden index 26e985cacc..961d515a1a 100644 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden deleted file mode 100644 index 5b9210ee92..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden deleted file mode 100644 index 5b9210ee92..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden deleted file mode 100644 index 5b9210ee92..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden index 5b9210ee92..61392962ec 100644 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden deleted file mode 100644 index 11f798f292..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.1", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.2", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden deleted file mode 100644 index 11f798f292..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.1", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.2", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden index 11f798f292..d808b212f0 100644 --- a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden deleted file mode 100644 index 2acef4c0aa..0000000000 --- a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden new file mode 100644 index 0000000000..ff38886424 --- /dev/null +++ b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden @@ -0,0 +1,41 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.1", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + }, + { + "endpoint": { + "address": { + "socketAddress": { + "address": "10.10.1.2", + "portValue": 8080 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-15-x.golden deleted file mode 100644 index 9f48144918..0000000000 --- a/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-15-x.golden +++ /dev/null @@ -1,221 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.8", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.1", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.2", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.5", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.9", - "portValue": 2222 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.6", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.7", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v1.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.3", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.4", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.8", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v2.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.5", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.9", - "portValue": 2222 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-17-x.golden similarity index 89% rename from agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-17-x.golden index 9f48144918..938d0b792e 100644 --- a/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -24,7 +24,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -58,7 +58,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -92,7 +92,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -126,7 +126,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v1.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -160,7 +160,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -182,7 +182,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v2.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -216,6 +216,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-14-x.golden deleted file mode 100644 index b11569ce9e..0000000000 --- a/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-14-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-15-x.golden deleted file mode 100644 index b11569ce9e..0000000000 --- a/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-16-x.golden deleted file mode 100644 index b11569ce9e..0000000000 --- a/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-17-x.golden new file mode 100644 index 0000000000..4e316f1492 --- /dev/null +++ b/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-no-services.v2compat.envoy-1-17-x.golden index b11569ce9e..e1ae9410b7 100644 --- a/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/mesh-gateway-no-services.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-16-x.golden deleted file mode 100644 index 74c59f1a5d..0000000000 --- a/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-16-x.golden +++ /dev/null @@ -1,269 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.6", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.7", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.8", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.1", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.2", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.3", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.4", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.5", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.9", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.6", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.7", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v1.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.3", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.4", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.8", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v2.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.5", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.9", - "portValue": 2222 - } - } - }, - "healthStatus": "UNHEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-17-x.golden index 74c59f1a5d..a68fb5b7a4 100644 --- a/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -48,7 +48,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -82,7 +82,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -140,7 +140,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -174,7 +174,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v1.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -208,7 +208,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -230,7 +230,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v2.foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -264,6 +264,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-service-subsets.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/endpoints/mesh-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-17-x.golden index edabb3223a..81f2a3eeca 100644 --- a/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -48,7 +48,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -82,7 +82,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -140,6 +140,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-14-x.golden deleted file mode 100644 index edabb3223a..0000000000 --- a/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,145 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.6", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.7", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.8", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.1", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.2", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.3", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.4", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.5", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.9", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-16-x.golden deleted file mode 100644 index edabb3223a..0000000000 --- a/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,145 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.6", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.7", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.8", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.1", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "198.18.1.2", - "portValue": 443 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.3", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.4", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.5", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "172.16.1.9", - "portValue": 2222 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway.envoy-1-17-x.golden index edabb3223a..81f2a3eeca 100644 --- a/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -48,7 +48,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -82,7 +82,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -140,6 +140,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/mesh-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-16-x.golden deleted file mode 100644 index 5ca0de82e0..0000000000 --- a/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-16-x.golden +++ /dev/null @@ -1,75 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.20.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-17-x.golden index 5ca0de82e0..9cdc78d73e 100644 --- a/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,7 +36,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -70,6 +70,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-16-x.golden deleted file mode 100644 index e24d69d090..0000000000 --- a/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-16-x.golden +++ /dev/null @@ -1,73 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-17-x.golden similarity index 83% rename from agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-17-x.golden index e24d69d090..30607da56d 100644 --- a/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -24,7 +24,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -46,7 +46,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -68,6 +68,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-14-x.golden deleted file mode 100644 index b11569ce9e..0000000000 --- a/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-14-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-15-x.golden deleted file mode 100644 index b11569ce9e..0000000000 --- a/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-16-x.golden deleted file mode 100644 index b11569ce9e..0000000000 --- a/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-17-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-17-x.golden new file mode 100644 index 0000000000..4e316f1492 --- /dev/null +++ b/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-16-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway-no-services.v2compat.envoy-1-17-x.golden index b11569ce9e..e1ae9410b7 100644 --- a/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-16-x.golden +++ b/agent/xds/testdata/endpoints/terminating-gateway-no-services.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-16-x.golden deleted file mode 100644 index fa696684e1..0000000000 --- a/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-16-x.golden +++ /dev/null @@ -1,85 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-17-x.golden index fa696684e1..13470d4879 100644 --- a/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -24,7 +24,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -46,7 +46,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -80,6 +80,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway-service-subsets.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-16-x.golden b/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-16-x.golden deleted file mode 100644 index fb53791170..0000000000 --- a/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,41 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "clusterName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "endpoints": [ - { - "lbEndpoints": [ - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.1", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - }, - { - "endpoint": { - "address": { - "socketAddress": { - "address": "10.10.1.2", - "portValue": 8080 - } - } - }, - "healthStatus": "HEALTHY", - "loadBalancingWeight": 1 - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-15-x.golden b/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/endpoints/terminating-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway.envoy-1-17-x.golden index fb53791170..f33244f4e7 100644 --- a/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "clusterName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "endpoints": [ { @@ -36,6 +36,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.ClusterLoadAssignment", + "typeUrl": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-14-x.golden b/agent/xds/testdata/endpoints/terminating-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/terminating-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden index ae964dd5a0..dd2d7f528b 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,19 +16,20 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "upstream.db.default.dc1", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "db" }, "httpFilters": [ { - "name": "envoy.grpc_http1_bridge" + "name": "envoy.filters.http.grpc_http1_bridge" }, { "name": "envoy.filters.http.router" @@ -50,7 +51,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -64,7 +65,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -75,7 +76,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -89,7 +90,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -99,7 +100,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -108,7 +109,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -137,6 +138,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden similarity index 97% rename from agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden index ae964dd5a0..c4dde40f85 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden @@ -22,13 +22,14 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "db" }, "httpFilters": [ { - "name": "envoy.grpc_http1_bridge" + "name": "envoy.filters.http.grpc_http1_bridge" }, { "name": "envoy.filters.http.router" diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden index 208df49881..10de386871 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -76,7 +76,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -85,7 +85,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -114,6 +114,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-15-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-15-x.golden deleted file mode 100644 index ae964dd5a0..0000000000 --- a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,142 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "db" - }, - "httpFilters": [ - { - "name": "envoy.grpc_http1_bridge" - }, - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - }, - "http2ProtocolOptions": { - - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-16-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-16-x.golden deleted file mode 100644 index ae964dd5a0..0000000000 --- a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,142 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "db" - }, - "httpFilters": [ - { - "name": "envoy.grpc_http1_bridge" - }, - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - }, - "http2ProtocolOptions": { - - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-17-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-17-x.golden new file mode 100644 index 0000000000..dd2d7f528b --- /dev/null +++ b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-17-x.golden @@ -0,0 +1,143 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", + "statPrefix": "upstream.db.default.dc1", + "rds": { + "configSource": { + "ads": { + + }, + "resourceApiVersion": "V3" + }, + "routeConfigName": "db" + }, + "httpFilters": [ + { + "name": "envoy.filters.http.grpc_http1_bridge" + }, + { + "name": "envoy.filters.http.router" + } + ], + "tracing": { + "randomSampling": { + + } + }, + "http2ProtocolOptions": { + + } + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.prepared_query_geo-cache", + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "public_listener:0.0.0.0:9999", + "address": { + "socketAddress": { + "address": "0.0.0.0", + "portValue": 9999 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", + "rules": { + + }, + "statPrefix": "connect_authz" + } + }, + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "public_listener", + "cluster": "local_app" + } + } + ], + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + } + } + } + ], + "trafficDirection": "INBOUND" + } + ], + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.v2compat.envoy-1-17-x.golden similarity index 97% rename from agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.v2compat.envoy-1-17-x.golden index ae964dd5a0..c4dde40f85 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.v2compat.envoy-1-17-x.golden @@ -22,13 +22,14 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "db" }, "httpFilters": [ { - "name": "envoy.grpc_http1_bridge" + "name": "envoy.filters.http.grpc_http1_bridge" }, { "name": "envoy.filters.http.router" diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-16-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-17-x.golden index 9a93c1162a..58f566234b 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,13 +16,14 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "upstream.db.default.dc1", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "db" }, @@ -44,7 +45,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -58,7 +59,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -69,7 +70,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -83,7 +84,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -93,7 +94,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -102,7 +103,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -131,6 +132,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-http-chain.v2compat.envoy-1-17-x.golden index 9a93c1162a..4df11a5861 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.v2compat.envoy-1-17-x.golden @@ -22,7 +22,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "db" }, diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-15-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-15-x.golden deleted file mode 100644 index 48c537a708..0000000000 --- a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,139 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "db" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - }, - "http2ProtocolOptions": { - - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-16-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-16-x.golden deleted file mode 100644 index 48c537a708..0000000000 --- a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,139 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "db" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - }, - "http2ProtocolOptions": { - - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-17-x.golden index ae964dd5a0..9445fb3798 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,20 +16,18 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "upstream.db.default.dc1", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "db" }, "httpFilters": [ - { - "name": "envoy.grpc_http1_bridge" - }, { "name": "envoy.filters.http.router" } @@ -50,7 +48,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -64,7 +62,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -75,7 +73,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -89,7 +87,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -99,7 +97,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -108,7 +106,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -137,6 +135,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-http2-chain.v2compat.envoy-1-17-x.golden index 48c537a708..e83cb38e59 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.v2compat.envoy-1-17-x.golden @@ -22,7 +22,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "db" }, diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden index 208df49881..10de386871 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -76,7 +76,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -85,7 +85,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -114,6 +114,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden index 208df49881..10de386871 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -76,7 +76,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -85,7 +85,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -114,6 +114,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-15-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-15-x.golden deleted file mode 100644 index 208df49881..0000000000 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-16-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-16-x.golden deleted file mode 100644 index 208df49881..0000000000 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-17-x.golden index 208df49881..10de386871 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -76,7 +76,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -85,7 +85,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -114,6 +114,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-16-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-17-x.golden similarity index 86% rename from agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-17-x.golden index 9bafc64fd8..5ffe4ffa0d 100644 --- a/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "custom-public-listen", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "routeConfig": { "name": "public_listener", "virtualHosts": [ @@ -42,7 +42,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { } @@ -58,7 +58,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -86,7 +86,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -100,7 +100,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -111,7 +111,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -125,7 +125,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -136,6 +136,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/custom-public-listener-http-2.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-16-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-17-x.golden index 4b785a374a..70b39d05a5 100644 --- a/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "custom-public-listen", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -26,7 +26,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "foo-stats", "cluster": "random-cluster" } @@ -35,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -63,7 +63,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -77,7 +77,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -88,7 +88,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -102,7 +102,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -113,6 +113,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-missing.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/custom-public-listener-http-missing.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-15-x.golden deleted file mode 100644 index 9bafc64fd8..0000000000 --- a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-15-x.golden +++ /dev/null @@ -1,141 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "custom-public-listen", - "address": { - "socketAddress": { - "address": "11.11.11.11", - "portValue": 11111 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "routeConfig": { - "name": "public_listener", - "virtualHosts": [ - { - "name": "public_listener", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "random-cluster" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", - "rules": { - - } - } - }, - { - "name": "envoy.filters.http.router" - } - ] - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-16-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-16-x.golden deleted file mode 100644 index 9bafc64fd8..0000000000 --- a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-16-x.golden +++ /dev/null @@ -1,141 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "custom-public-listen", - "address": { - "socketAddress": { - "address": "11.11.11.11", - "portValue": 11111 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "routeConfig": { - "name": "public_listener", - "virtualHosts": [ - { - "name": "public_listener", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "random-cluster" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", - "rules": { - - } - } - }, - { - "name": "envoy.filters.http.router" - } - ] - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-17-x.golden similarity index 86% rename from agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-17-x.golden index 9bafc64fd8..5ffe4ffa0d 100644 --- a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "custom-public-listen", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "routeConfig": { "name": "public_listener", "virtualHosts": [ @@ -42,7 +42,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { } @@ -58,7 +58,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -86,7 +86,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -100,7 +100,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -111,7 +111,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -125,7 +125,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -136,6 +136,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/custom-public-listener-http.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-15-x.golden deleted file mode 100644 index 4b785a374a..0000000000 --- a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-15-x.golden +++ /dev/null @@ -1,118 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "custom-public-listen", - "address": { - "socketAddress": { - "address": "11.11.11.11", - "portValue": 11111 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "foo-stats", - "cluster": "random-cluster" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-16-x.golden b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-16-x.golden deleted file mode 100644 index 4b785a374a..0000000000 --- a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-16-x.golden +++ /dev/null @@ -1,118 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "custom-public-listen", - "address": { - "socketAddress": { - "address": "11.11.11.11", - "portValue": 11111 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "foo-stats", - "cluster": "random-cluster" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/custom-public-listener.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/custom-public-listener.envoy-1-17-x.golden index 4b785a374a..70b39d05a5 100644 --- a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "custom-public-listen", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -26,7 +26,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "foo-stats", "cluster": "random-cluster" } @@ -35,7 +35,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -63,7 +63,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -77,7 +77,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -88,7 +88,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -102,7 +102,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -113,6 +113,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/custom-public-listener.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-14-x.golden deleted file mode 100644 index 208df49881..0000000000 --- a/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-14-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-15-x.golden deleted file mode 100644 index 208df49881..0000000000 --- a/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-16-x.golden b/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-16-x.golden deleted file mode 100644 index 208df49881..0000000000 --- a/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-17-x.golden b/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-17-x.golden new file mode 100644 index 0000000000..10de386871 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.envoy-1-17-x.golden @@ -0,0 +1,119 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.db.default.dc1", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.prepared_query_geo-cache", + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "public_listener:0.0.0.0:9999", + "address": { + "socketAddress": { + "address": "0.0.0.0", + "portValue": 9999 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", + "rules": { + + }, + "statPrefix": "connect_authz" + } + }, + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "public_listener", + "cluster": "local_app" + } + } + ], + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + } + } + } + ], + "trafficDirection": "INBOUND" + } + ], + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/custom-upstream-ignored-with-disco-chain.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/custom-upstream.envoy-1-16-x.golden b/agent/xds/testdata/listeners/custom-upstream.envoy-1-16-x.golden deleted file mode 100644 index 48db9c9135..0000000000 --- a/agent/xds/testdata/listeners/custom-upstream.envoy-1-16-x.golden +++ /dev/null @@ -1,118 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "custom-upstream", - "address": { - "socketAddress": { - "address": "11.11.11.11", - "portValue": 11111 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "foo-stats", - "cluster": "random-cluster" - } - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-upstream.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-upstream.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/custom-upstream.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/custom-upstream.envoy-1-17-x.golden index 48db9c9135..e79324c90a 100644 --- a/agent/xds/testdata/listeners/custom-upstream.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/custom-upstream.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "custom-upstream", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "foo-stats", "cluster": "random-cluster" } @@ -26,7 +26,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -40,7 +40,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -51,7 +51,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -65,7 +65,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -75,7 +75,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -84,7 +84,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -113,6 +113,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-upstream.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-upstream.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/custom-upstream.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/custom-upstream.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-14-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-14-x.golden deleted file mode 100644 index 208df49881..0000000000 --- a/agent/xds/testdata/listeners/defaults.envoy-1-14-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-15-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-15-x.golden deleted file mode 100644 index 208df49881..0000000000 --- a/agent/xds/testdata/listeners/defaults.envoy-1-15-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-16-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-16-x.golden deleted file mode 100644 index 208df49881..0000000000 --- a/agent/xds/testdata/listeners/defaults.envoy-1-16-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-17-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-17-x.golden new file mode 100644 index 0000000000..10de386871 --- /dev/null +++ b/agent/xds/testdata/listeners/defaults.envoy-1-17-x.golden @@ -0,0 +1,119 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.db.default.dc1", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.prepared_query_geo-cache", + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "public_listener:0.0.0.0:9999", + "address": { + "socketAddress": { + "address": "0.0.0.0", + "portValue": 9999 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", + "rules": { + + }, + "statPrefix": "connect_authz" + } + }, + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "public_listener", + "cluster": "local_app" + } + } + ], + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + } + } + } + ], + "trafficDirection": "INBOUND" + } + ], + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/listeners/defaults.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/defaults.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/expose-checks.envoy-1-16-x.golden b/agent/xds/testdata/listeners/expose-checks.envoy-1-16-x.golden deleted file mode 100644 index 32d2182d8d..0000000000 --- a/agent/xds/testdata/listeners/expose-checks.envoy-1-16-x.golden +++ /dev/null @@ -1,120 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "exposed_path_debug:1.2.3.4:21500", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 21500 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "sourcePrefixRanges": [ - { - "addressPrefix": "127.0.0.1", - "prefixLen": 8 - }, - { - "addressPrefix": "192.0.2.1", - "prefixLen": 32 - }, - { - "addressPrefix": "::1", - "prefixLen": 128 - } - ] - }, - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "exposed_path_filter_debug_21500", - "routeConfig": { - "name": "exposed_path_filter_debug_21500", - "virtualHosts": [ - { - "name": "exposed_path_filter_debug_21500", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "path": "/debug" - }, - "route": { - "cluster": "exposed_cluster_8181" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "INBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:1.2.3.4:8080", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8080 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/expose-checks.envoy-1-15-x.golden b/agent/xds/testdata/listeners/expose-checks.envoy-1-17-x.golden similarity index 81% rename from agent/xds/testdata/listeners/expose-checks.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/expose-checks.envoy-1-17-x.golden index 32d2182d8d..d7d82d07b9 100644 --- a/agent/xds/testdata/listeners/expose-checks.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/expose-checks.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "exposed_path_debug:1.2.3.4:21500", "address": { "socketAddress": { @@ -32,7 +32,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "exposed_path_filter_debug_21500", "routeConfig": { "name": "exposed_path_filter_debug_21500", @@ -73,7 +73,7 @@ "trafficDirection": "INBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:1.2.3.4:8080", "address": { "socketAddress": { @@ -87,7 +87,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -97,7 +97,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -106,7 +106,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "requireClientCertificate": true } } @@ -115,6 +115,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/expose-checks.envoy-1-14-x.golden b/agent/xds/testdata/listeners/expose-checks.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/expose-checks.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/expose-checks.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-16-x.golden b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-16-x.golden deleted file mode 100644 index 24f8a104a1..0000000000 --- a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-16-x.golden +++ /dev/null @@ -1,159 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "exposed_path_health1:1.2.3.4:21500", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 21500 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "exposed_path_filter_health1_21500", - "routeConfig": { - "name": "exposed_path_filter_health1_21500", - "virtualHosts": [ - { - "name": "exposed_path_filter_health1_21500", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "path": "/health1" - }, - "route": { - "cluster": "local_app" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "INBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "exposed_path_health2:1.2.3.4:21501", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 21501 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "exposed_path_filter_health2_21501", - "routeConfig": { - "name": "exposed_path_filter_health2_21501", - "virtualHosts": [ - { - "name": "exposed_path_filter_health2_21501", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "path": "/health2" - }, - "route": { - "cluster": "local_app" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "INBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:1.2.3.4:8080", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8080 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-15-x.golden b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-17-x.golden similarity index 82% rename from agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-17-x.golden index 24f8a104a1..b60e6b8b4e 100644 --- a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "exposed_path_health1:1.2.3.4:21500", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "exposed_path_filter_health1_21500", "routeConfig": { "name": "exposed_path_filter_health1_21500", @@ -57,7 +57,7 @@ "trafficDirection": "INBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "exposed_path_health2:1.2.3.4:21501", "address": { "socketAddress": { @@ -71,7 +71,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "exposed_path_filter_health2_21501", "routeConfig": { "name": "exposed_path_filter_health2_21501", @@ -112,7 +112,7 @@ "trafficDirection": "INBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:1.2.3.4:8080", "address": { "socketAddress": { @@ -126,7 +126,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -136,7 +136,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -145,7 +145,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "requireClientCertificate": true } } @@ -154,6 +154,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-14-x.golden b/agent/xds/testdata/listeners/expose-paths-local-app-paths.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/expose-paths-local-app-paths.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-16-x.golden b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-16-x.golden deleted file mode 100644 index c43d4da64d..0000000000 --- a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-16-x.golden +++ /dev/null @@ -1,162 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "exposed_path_grpchealthv1HealthCheck:1.2.3.4:21501", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 21501 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "exposed_path_filter_grpchealthv1HealthCheck_21501", - "routeConfig": { - "name": "exposed_path_filter_grpchealthv1HealthCheck_21501", - "virtualHosts": [ - { - "name": "exposed_path_filter_grpchealthv1HealthCheck_21501", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "path": "/grpc.health.v1.Health/Check" - }, - "route": { - "cluster": "exposed_cluster_9090" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - }, - "http2ProtocolOptions": { - - } - } - } - ] - } - ], - "trafficDirection": "INBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "exposed_path_health1:1.2.3.4:21500", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 21500 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "exposed_path_filter_health1_21500", - "routeConfig": { - "name": "exposed_path_filter_health1_21500", - "virtualHosts": [ - { - "name": "exposed_path_filter_health1_21500", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "path": "/health1" - }, - "route": { - "cluster": "local_app" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "INBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:1.2.3.4:8080", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8080 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-15-x.golden b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-17-x.golden similarity index 82% rename from agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-17-x.golden index c43d4da64d..5356319cea 100644 --- a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "exposed_path_grpchealthv1HealthCheck:1.2.3.4:21501", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "exposed_path_filter_grpchealthv1HealthCheck_21501", "routeConfig": { "name": "exposed_path_filter_grpchealthv1HealthCheck_21501", @@ -60,7 +60,7 @@ "trafficDirection": "INBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "exposed_path_health1:1.2.3.4:21500", "address": { "socketAddress": { @@ -74,7 +74,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "exposed_path_filter_health1_21500", "routeConfig": { "name": "exposed_path_filter_health1_21500", @@ -115,7 +115,7 @@ "trafficDirection": "INBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:1.2.3.4:8080", "address": { "socketAddress": { @@ -129,7 +129,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -139,7 +139,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -148,7 +148,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "requireClientCertificate": true } } @@ -157,6 +157,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-14-x.golden b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/expose-paths-new-cluster-http2.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-16-x.golden b/agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-16-x.golden deleted file mode 100644 index fdbffea622..0000000000 --- a/agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-16-x.golden +++ /dev/null @@ -1,149 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "public_listener", - "routeConfig": { - "name": "public_listener", - "virtualHosts": [ - { - "name": "public_listener", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "local_app", - "timeout": "2.345s" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", - "rules": { - - } - } - }, - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-15-x.golden b/agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-17-x.golden index fdbffea622..254251eb56 100644 --- a/agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "public_listener", "routeConfig": { "name": "public_listener", @@ -94,7 +94,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { } @@ -115,7 +115,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -144,6 +144,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-14-x.golden b/agent/xds/testdata/listeners/http-listener-with-timeouts.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/http-listener-with-timeouts.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/http-listener-with-timeouts.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/http-public-listener.envoy-1-16-x.golden b/agent/xds/testdata/listeners/http-public-listener.envoy-1-16-x.golden deleted file mode 100644 index 51d35afd99..0000000000 --- a/agent/xds/testdata/listeners/http-public-listener.envoy-1-16-x.golden +++ /dev/null @@ -1,148 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "public_listener", - "routeConfig": { - "name": "public_listener", - "virtualHosts": [ - { - "name": "public_listener", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "local_app" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", - "rules": { - - } - } - }, - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/http-public-listener.envoy-1-15-x.golden b/agent/xds/testdata/listeners/http-public-listener.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/listeners/http-public-listener.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/http-public-listener.envoy-1-17-x.golden index 51d35afd99..d62565cd1e 100644 --- a/agent/xds/testdata/listeners/http-public-listener.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/http-public-listener.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "public_listener", "routeConfig": { "name": "public_listener", @@ -93,7 +93,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { } @@ -114,7 +114,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -143,6 +143,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/http-public-listener.envoy-1-14-x.golden b/agent/xds/testdata/listeners/http-public-listener.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/http-public-listener.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/http-public-listener.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/http-upstream.envoy-1-16-x.golden b/agent/xds/testdata/listeners/http-upstream.envoy-1-16-x.golden deleted file mode 100644 index f3461b367c..0000000000 --- a/agent/xds/testdata/listeners/http-upstream.envoy-1-16-x.golden +++ /dev/null @@ -1,149 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "routeConfig": { - "name": "db", - "virtualHosts": [ - { - "name": "db.default.dc1", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ] - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/http-upstream.envoy-1-15-x.golden b/agent/xds/testdata/listeners/http-upstream.envoy-1-17-x.golden similarity index 87% rename from agent/xds/testdata/listeners/http-upstream.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/http-upstream.envoy-1-17-x.golden index f3461b367c..993625890c 100644 --- a/agent/xds/testdata/listeners/http-upstream.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/http-upstream.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "upstream.db.default.dc1", "routeConfig": { "name": "db", @@ -57,7 +57,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -71,7 +71,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -82,7 +82,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:9999", "address": { "socketAddress": { @@ -96,7 +96,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -106,7 +106,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -115,7 +115,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -144,6 +144,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/http-upstream.envoy-1-14-x.golden b/agent/xds/testdata/listeners/http-upstream.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/http-upstream.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/http-upstream.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-16-x.golden deleted file mode 100644 index 6adfafb646..0000000000 --- a/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-16-x.golden +++ /dev/null @@ -1,82 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:10.0.0.1:9191", - "address": { - "socketAddress": { - "address": "10.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:172.16.0.1:9191", - "address": { - "socketAddress": { - "address": "172.16.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:8.8.8.8:9191", - "address": { - "socketAddress": { - "address": "8.8.8.8", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-17-x.golden similarity index 75% rename from agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-17-x.golden index 6adfafb646..8fb86f6ac5 100644 --- a/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:10.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:172.16.0.1:9191", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:8.8.8.8:9191", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -77,6 +77,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/ingress-gateway-bind-addrs.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-15-x.golden deleted file mode 100644 index 5909a14cae..0000000000 --- a/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-16-x.golden deleted file mode 100644 index 5909a14cae..0000000000 --- a/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-17-x.golden b/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-17-x.golden new file mode 100644 index 0000000000..c587fc277b --- /dev/null +++ b/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 83% rename from agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden index 5909a14cae..98f14d2003 100644 --- a/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/ingress-gateway-no-services.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-gateway.envoy-1-17-x.golden similarity index 72% rename from agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/ingress-gateway.envoy-1-17-x.golden index 417d25f168..059b112269 100644 --- a/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/ingress-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:1.2.3.4:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,6 +27,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/ingress-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-16-x.golden deleted file mode 100644 index 9ce34cf7f7..0000000000 --- a/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-16-x.golden +++ /dev/null @@ -1,91 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "http:1.2.3.4:443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 443 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "ingress_upstream.443", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "443" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "http:1.2.3.4:8080", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8080 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "ingress_upstream.8080", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "8080" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-17-x.golden similarity index 75% rename from agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-17-x.golden index 9ce34cf7f7..433441cbc9 100644 --- a/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "http:1.2.3.4:443", "address": { "socketAddress": { @@ -16,13 +16,14 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "ingress_upstream.443", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "443" }, @@ -44,7 +45,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "http:1.2.3.4:8080", "address": { "socketAddress": { @@ -58,13 +59,14 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "ingress_upstream.8080", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "8080" }, @@ -86,6 +88,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-http-multiple-services.v2compat.envoy-1-17-x.golden similarity index 94% rename from agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/ingress-http-multiple-services.v2compat.envoy-1-17-x.golden index 9ce34cf7f7..6603e29677 100644 --- a/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/ingress-http-multiple-services.v2compat.envoy-1-17-x.golden @@ -22,7 +22,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "443" }, @@ -64,7 +65,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "8080" }, diff --git a/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden deleted file mode 100644 index ac4c614b65..0000000000 --- a/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden +++ /dev/null @@ -1,49 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "http:1.2.3.4:9191", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "ingress_upstream.9191", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "9191" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden similarity index 74% rename from agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden index ac4c614b65..aa2eec5b79 100644 --- a/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "http:1.2.3.4:9191", "address": { "socketAddress": { @@ -16,13 +16,14 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "ingress_upstream.9191", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "9191" }, @@ -44,6 +45,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden similarity index 94% rename from agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden index ac4c614b65..ea9410a081 100644 --- a/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden @@ -22,7 +22,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "9191" }, diff --git a/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-14-x.golden deleted file mode 100644 index b5bf767cf8..0000000000 --- a/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-14-x.golden +++ /dev/null @@ -1,55 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:1.2.3.4:9191", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "db" - }, - "httpFilters": [ - { - "name": "envoy.grpc_http1_bridge" - }, - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - }, - "http2ProtocolOptions": { - - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-17-x.golden similarity index 72% rename from agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-17-x.golden index b5bf767cf8..2d7b49890f 100644 --- a/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:1.2.3.4:9191", "address": { "socketAddress": { @@ -16,19 +16,20 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "upstream.db.default.dc1", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "db" }, "httpFilters": [ { - "name": "envoy.grpc_http1_bridge" + "name": "envoy.filters.http.grpc_http1_bridge" }, { "name": "envoy.filters.http.router" @@ -50,6 +51,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden similarity index 90% rename from agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden index b5bf767cf8..fcfa9043a7 100644 --- a/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden @@ -22,13 +22,14 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "db" }, "httpFilters": [ { - "name": "envoy.grpc_http1_bridge" + "name": "envoy.filters.http.grpc_http1_bridge" }, { "name": "envoy.filters.http.router" diff --git a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-17-x.golden similarity index 72% rename from agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-17-x.golden index 417d25f168..059b112269 100644 --- a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:1.2.3.4:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,6 +27,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-gateway.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden deleted file mode 100644 index 417d25f168..0000000000 --- a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,32 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:1.2.3.4:9191", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden similarity index 72% rename from agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden index 417d25f168..059b112269 100644 --- a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:1.2.3.4:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,6 +27,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-gateway.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-gateway.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden deleted file mode 100644 index 417d25f168..0000000000 --- a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden +++ /dev/null @@ -1,32 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:1.2.3.4:9191", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden deleted file mode 100644 index 417d25f168..0000000000 --- a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,32 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:1.2.3.4:9191", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden deleted file mode 100644 index 417d25f168..0000000000 --- a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,32 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:1.2.3.4:9191", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden similarity index 72% rename from agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden index 417d25f168..059b112269 100644 --- a/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:1.2.3.4:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,6 +27,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-16-x.golden b/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-16-x.golden deleted file mode 100644 index 65d7ea8f69..0000000000 --- a/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-16-x.golden +++ /dev/null @@ -1,59 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:1.2.3.4:9191", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": false - } - } - } - ], - "trafficDirection": "OUTBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-15-x.golden b/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-17-x.golden similarity index 90% rename from agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-17-x.golden index 65d7ea8f69..e106983fc3 100644 --- a/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:1.2.3.4:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -25,7 +25,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -54,6 +54,6 @@ "trafficDirection": "OUTBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-14-x.golden b/agent/xds/testdata/listeners/ingress-with-tls-listener.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/ingress-with-tls-listener.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-16-x.golden b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-16-x.golden deleted file mode 100644 index eabe5b0e58..0000000000 --- a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-16-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:127.0.0.2:8888", - "address": { - "socketAddress": { - "address": "127.0.0.2", - "portValue": 8888 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-15-x.golden b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-17-x.golden index eabe5b0e58..37a38656be 100644 --- a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:127.0.0.2:8888", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -76,7 +76,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -85,7 +85,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -114,6 +114,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-14-x.golden b/agent/xds/testdata/listeners/listener-bind-address-port.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/listener-bind-address-port.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-16-x.golden b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-16-x.golden deleted file mode 100644 index 199c68e40f..0000000000 --- a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-16-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:127.0.0.2:9999", - "address": { - "socketAddress": { - "address": "127.0.0.2", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-15-x.golden b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/listener-bind-address.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/listener-bind-address.envoy-1-17-x.golden index 199c68e40f..7d88ad2cf3 100644 --- a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:127.0.0.2:9999", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -76,7 +76,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -85,7 +85,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -114,6 +114,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-14-x.golden b/agent/xds/testdata/listeners/listener-bind-address.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/listener-bind-address.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/listener-bind-address.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-16-x.golden b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-16-x.golden deleted file mode 100644 index 3c5410fea7..0000000000 --- a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-16-x.golden +++ /dev/null @@ -1,119 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.db.default.dc1", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:8888", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 8888 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-15-x.golden b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-17-x.golden similarity index 85% rename from agent/xds/testdata/listeners/listener-bind-port.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/listener-bind-port.envoy-1-17-x.golden index 3c5410fea7..4a44e64506 100644 --- a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "db:127.0.0.1:9191", "address": { "socketAddress": { @@ -16,7 +16,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.db.default.dc1", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -27,7 +27,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "prepared_query:geo-cache:127.10.10.10:8181", "address": { "socketAddress": { @@ -41,7 +41,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "upstream.prepared_query_geo-cache", "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" } @@ -52,7 +52,7 @@ "trafficDirection": "OUTBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "public_listener:0.0.0.0:8888", "address": { "socketAddress": { @@ -66,7 +66,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -76,7 +76,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "public_listener", "cluster": "local_app" } @@ -85,7 +85,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -114,6 +114,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-14-x.golden b/agent/xds/testdata/listeners/listener-bind-port.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/listener-bind-port.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/listener-bind-port.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-16-x.golden b/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-16-x.golden deleted file mode 100644 index c71f597662..0000000000 --- a/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-16-x.golden +++ /dev/null @@ -1,339 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "bar:2001:db8::ff:9999", - "address": { - "socketAddress": { - "address": "2001:db8::ff", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "*.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.bar.dc2", - "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc4.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.bar.dc4", - "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc6.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.bar.dc6", - "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.bar", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "baz:127.0.0.1:8765", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 8765 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "*.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.baz.dc2", - "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc4.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.baz.dc4", - "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc6.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.baz.dc6", - "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.baz", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "default:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "*.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc2", - "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc4.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc4", - "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc6.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc6", - "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.default", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "foo:198.17.2.3:8080", - "address": { - "socketAddress": { - "address": "198.17.2.3", - "portValue": 8080 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "*.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.foo.dc2", - "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc4.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.foo.dc4", - "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc6.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.foo.dc6", - "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.foo", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-15-x.golden b/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-17-x.golden similarity index 81% rename from agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-17-x.golden index c71f597662..1d948062e8 100644 --- a/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "bar:2001:db8::ff:9999", "address": { "socketAddress": { @@ -21,7 +21,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.bar.dc2", "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -38,7 +38,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.bar.dc4", "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -55,7 +55,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.bar.dc6", "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -70,7 +70,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.bar", "cluster": "" } @@ -85,7 +85,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "baz:127.0.0.1:8765", "address": { "socketAddress": { @@ -104,7 +104,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.baz.dc2", "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -121,7 +121,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.baz.dc4", "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -138,7 +138,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.baz.dc6", "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -153,7 +153,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.baz", "cluster": "" } @@ -168,7 +168,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default:1.2.3.4:8443", "address": { "socketAddress": { @@ -187,7 +187,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc2", "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -204,7 +204,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc4", "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -221,7 +221,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc6", "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -236,7 +236,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.default", "cluster": "" } @@ -251,7 +251,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "foo:198.17.2.3:8080", "address": { "socketAddress": { @@ -270,7 +270,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.foo.dc2", "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -287,7 +287,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.foo.dc4", "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -304,7 +304,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.foo.dc6", "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -319,7 +319,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.foo", "cluster": "" } @@ -334,6 +334,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-14-x.golden b/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-custom-addresses.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-16-x.golden deleted file mode 100644 index 4caf6266b8..0000000000 --- a/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-16-x.golden +++ /dev/null @@ -1,39 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "default:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.default", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-17-x.golden similarity index 75% rename from agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-17-x.golden index 4caf6266b8..f1d2001d38 100644 --- a/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default:1.2.3.4:8443", "address": { "socketAddress": { @@ -19,7 +19,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.default", "cluster": "" } @@ -34,6 +34,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/listeners/mesh-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-no-services.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-16-x.golden b/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-16-x.golden deleted file mode 100644 index 36b2df8c1e..0000000000 --- a/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-16-x.golden +++ /dev/null @@ -1,173 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "lan:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "*.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.lan.dc2", - "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc4.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.lan.dc4", - "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc6.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.lan.dc6", - "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.lan", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "wan:198.18.0.1:443", - "address": { - "socketAddress": { - "address": "198.18.0.1", - "portValue": 443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "*.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.wan.dc2", - "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc4.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.wan.dc4", - "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc6.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.wan.dc6", - "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.wan", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-15-x.golden b/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-17-x.golden similarity index 80% rename from agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-17-x.golden index 36b2df8c1e..99f09630fd 100644 --- a/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "lan:1.2.3.4:8443", "address": { "socketAddress": { @@ -21,7 +21,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.lan.dc2", "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -38,7 +38,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.lan.dc4", "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -55,7 +55,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.lan.dc6", "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -70,7 +70,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.lan", "cluster": "" } @@ -85,7 +85,7 @@ ] }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "wan:198.18.0.1:443", "address": { "socketAddress": { @@ -104,7 +104,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.wan.dc2", "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -121,7 +121,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.wan.dc4", "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -138,7 +138,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.wan.dc6", "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -153,7 +153,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.wan", "cluster": "" } @@ -168,6 +168,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-14-x.golden b/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-16-x.golden b/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-17-x.golden similarity index 80% rename from agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-17-x.golden index 93b2cf956f..092529f4c6 100644 --- a/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default:1.2.3.4:8443", "address": { "socketAddress": { @@ -21,7 +21,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc2", "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -38,7 +38,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc4", "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -55,7 +55,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc6", "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -70,7 +70,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.default", "cluster": "" } @@ -85,6 +85,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-14-x.golden b/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-using-federation-states.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway.envoy-1-15-x.golden b/agent/xds/testdata/listeners/mesh-gateway.envoy-1-15-x.golden deleted file mode 100644 index 93b2cf956f..0000000000 --- a/agent/xds/testdata/listeners/mesh-gateway.envoy-1-15-x.golden +++ /dev/null @@ -1,90 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "default:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "*.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc2", - "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc4.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc4", - "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc6.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc6", - "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.default", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway.envoy-1-16-x.golden b/agent/xds/testdata/listeners/mesh-gateway.envoy-1-16-x.golden deleted file mode 100644 index 93b2cf956f..0000000000 --- a/agent/xds/testdata/listeners/mesh-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,90 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "default:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "*.dc2.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc2", - "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc4.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc4", - "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filterChainMatch": { - "serverNames": [ - "*.dc6.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_remote.default.dc6", - "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "mesh_gateway_local.default", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/mesh-gateway.envoy-1-17-x.golden similarity index 80% rename from agent/xds/testdata/listeners/mesh-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/mesh-gateway.envoy-1-17-x.golden index 93b2cf956f..092529f4c6 100644 --- a/agent/xds/testdata/listeners/mesh-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/mesh-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default:1.2.3.4:8443", "address": { "socketAddress": { @@ -21,7 +21,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc2", "cluster": "dc2.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -38,7 +38,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc4", "cluster": "dc4.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -55,7 +55,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_remote.default.dc6", "cluster": "dc6.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -70,7 +70,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "mesh_gateway_local.default", "cluster": "" } @@ -85,6 +85,6 @@ ] } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-15-x.golden b/agent/xds/testdata/listeners/mesh-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/mesh-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-14-x.golden deleted file mode 100644 index 9a93c1162a..0000000000 --- a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-14-x.golden +++ /dev/null @@ -1,136 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "db" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-15-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-15-x.golden deleted file mode 100644 index 9a93c1162a..0000000000 --- a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-15-x.golden +++ /dev/null @@ -1,136 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "db" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-16-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-16-x.golden deleted file mode 100644 index 9a93c1162a..0000000000 --- a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-16-x.golden +++ /dev/null @@ -1,136 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "upstream.db.default.dc1", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "db" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "upstream.prepared_query_geo-cache", - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "trafficDirection": "OUTBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "public_listener", - "cluster": "local_app" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-17-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-17-x.golden new file mode 100644 index 0000000000..58f566234b --- /dev/null +++ b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-17-x.golden @@ -0,0 +1,137 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", + "statPrefix": "upstream.db.default.dc1", + "rds": { + "configSource": { + "ads": { + + }, + "resourceApiVersion": "V3" + }, + "routeConfigName": "db" + }, + "httpFilters": [ + { + "name": "envoy.filters.http.router" + } + ], + "tracing": { + "randomSampling": { + + } + } + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.prepared_query_geo-cache", + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "public_listener:0.0.0.0:9999", + "address": { + "socketAddress": { + "address": "0.0.0.0", + "portValue": 9999 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", + "rules": { + + }, + "statPrefix": "connect_authz" + } + }, + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "public_listener", + "cluster": "local_app" + } + } + ], + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + } + } + } + ], + "trafficDirection": "INBOUND" + } + ], + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-15-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden index 9a93c1162a..4df11a5861 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden @@ -22,7 +22,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "db" }, diff --git a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-16-x.golden b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-16-x.golden deleted file mode 100644 index 11e4fb3763..0000000000 --- a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-16-x.golden +++ /dev/null @@ -1,505 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "foo:198.17.2.3:8080", - "address": { - "socketAddress": { - "address": "198.17.2.3", - "portValue": 8080 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.api.foo", - "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkKgAwIBAgIRAJrvEdaRAkSltrotd/l/j2cwCgYIKoZIzj0EAwIwgbgx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjE/MD0GA1UEAxM2Q29uc3VsIEFnZW50IENB\nIDk2NjM4NzM1MDkzNTU5NTIwNDk3MTQwOTU3MDY1MTc0OTg3NDMxMB4XDTIwMDQx\nNDIyMzE1MloXDTIxMDQxNDIyMzE1MlowHDEaMBgGA1UEAxMRc2VydmVyLmRjMS5j\nb25zdWwwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQ4v0FoIYI0OWmxE2MR6w5l\n0pWGhc02RpsOPj/6RS1fmXMMu7JzPzwCmkGcR16RlwwhNFKCZsWpvAjVRHf/pTp+\no4HHMIHEMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB\nBQUHAwIwDAYDVR0TAQH/BAIwADApBgNVHQ4EIgQgk7kABFitAy3PluyNtmzYiC7H\njSN8W/K/OXNJQAQAscMwKwYDVR0jBCQwIoAgNKbPPepvRHXSAPTc+a/BXBzFX1qJ\ny+Zi7qtjlFX7qtUwLQYDVR0RBCYwJIIRc2VydmVyLmRjMS5jb25zdWyCCWxvY2Fs\naG9zdIcEfwAAATAKBggqhkjOPQQDAgNJADBGAiEAhP4HmN5BWysWTbQWClXaWUah\nLpBGFrvc/2cCQuyEZKsCIQD6JyYCYMArtWwZ4G499zktxrFlqfX14bqyONrxtA5I\nDw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIE3KbKXHdsa0vvC1fysQaGdoJRgjRALIolI4XJanie+coAoGCCqGSM49\nAwEHoUQDQgAEOL9BaCGCNDlpsRNjEesOZdKVhoXNNkabDj4/+kUtX5lzDLuycz88\nAppBnEdekZcMITRSgmbFqbwI1UR3/6U6fg==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.cache.foo", - "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICmjCCAkGgAwIBAgIQe1ZmC0rzRwer6jaH1YIUIjAKBggqhkjOPQQDAjCBuDEL\nMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv\nMRowGAYDVQQJExExMDEgU2Vjb25kIFN0cmVldDEOMAwGA1UEERMFOTQxMDUxFzAV\nBgNVBAoTDkhhc2hpQ29ycCBJbmMuMT8wPQYDVQQDEzZDb25zdWwgQWdlbnQgQ0Eg\nODE5ODAwNjg0MDM0MTM3ODkyNDYxNTA1MDk0NDU3OTU1MTQxNjEwHhcNMjAwNjE5\nMTU1MjAzWhcNMjEwNjE5MTU1MjAzWjAcMRowGAYDVQQDExFzZXJ2ZXIuZGMxLmNv\nbnN1bDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABH2aWaaa3fpQLBayheHiKlrH\n+z53m0frfGknKjOhOPVYDVHV8x0OE01negswVQbKHAtxPf1M8Zy+WbI9rK7Ua1mj\ngccwgcQwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEF\nBQcDAjAMBgNVHRMBAf8EAjAAMCkGA1UdDgQiBCDf9CPBSUwwZvpeW73oJLTmgQE2\ntW1NKpL5t1uq9WFcqDArBgNVHSMEJDAigCCPPd/NxgZB0tq2M8pdVpPj3Cr79iTv\ni4/T1ysodfMb7zAtBgNVHREEJjAkghFzZXJ2ZXIuZGMxLmNvbnN1bIIJbG9jYWxo\nb3N0hwR/AAABMAoGCCqGSM49BAMCA0cAMEQCIFCjFZAoXq0s2ied2eIBv0i1KoW5\nIhCylnKFt6iHkyDeAiBBCByTcjHRgEQmqyPojQKoO584EFiczTub9aWdnf9tEw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEINsen3S8xzxMrKcRZIvxXzhKDn43Tw9ttqWEFU9TqS5hoAoGCCqGSM49\nAwEHoUQDQgAEfZpZpprd+lAsFrKF4eIqWsf7PnebR+t8aScqM6E49VgNUdXzHQ4T\nTWd6CzBVBsocC3E9/UzxnL5Zsj2srtRrWQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.db.foo", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkOgAwIBAgIRAKF+qDJbaOULNL1TIatrsBowCgYIKoZIzj0EAwIwgbkx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjFAMD4GA1UEAxM3Q29uc3VsIEFnZW50IENB\nIDE4Nzg3MDAwNjUzMDcxOTYzNTk1ODkwNTE1ODY1NjEzMDA2MTU0NDAeFw0yMDA2\nMTkxNTMxMzRaFw0yMTA2MTkxNTMxMzRaMBwxGjAYBgNVBAMTEXNlcnZlci5kYzEu\nY29uc3VsMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdQ8Igci5f7ZvvCVsxXt9\ntLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZbz/82EwPoS7Dqo3LTK4IuelOimoNNxuk\nkaOBxzCBxDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsG\nAQUFBwMCMAwGA1UdEwEB/wQCMAAwKQYDVR0OBCIEILzTLkfJcdWQnTMKUcai/YJq\n0RqH1pjCqtY7SOU4gGOTMCsGA1UdIwQkMCKAIMa2vNcTEC5AGfHIYARJ/4sodX0o\nLzCj3lpw7BcEzPTcMC0GA1UdEQQmMCSCEXNlcnZlci5kYzEuY29uc3Vsgglsb2Nh\nbGhvc3SHBH8AAAEwCgYIKoZIzj0EAwIDSAAwRQIgBZ/Z4GSLEc98WvT/qjTVCNTG\n1WNaAaesVbkRx+J0yl8CIQDAVoqY9ByA5vKHjnQrxWlc/JUtJz8wudg7e/OCRriP\nSg==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIN1v14FaNxgY4MgjDOOWthen8dgwB0lNMs9/j2TfrnxzoAoGCCqGSM49\nAwEHoUQDQgAEdQ8Igci5f7ZvvCVsxXt9tLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZ\nbz/82EwPoS7Dqo3LTK4IuelOimoNNxukkQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.web.foo", - "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.foo", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ], - "trafficDirection": "INBOUND" - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "wan:198.18.0.1:443", - "address": { - "socketAddress": { - "address": "198.18.0.1", - "portValue": 443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.api.wan", - "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkKgAwIBAgIRAJrvEdaRAkSltrotd/l/j2cwCgYIKoZIzj0EAwIwgbgx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjE/MD0GA1UEAxM2Q29uc3VsIEFnZW50IENB\nIDk2NjM4NzM1MDkzNTU5NTIwNDk3MTQwOTU3MDY1MTc0OTg3NDMxMB4XDTIwMDQx\nNDIyMzE1MloXDTIxMDQxNDIyMzE1MlowHDEaMBgGA1UEAxMRc2VydmVyLmRjMS5j\nb25zdWwwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQ4v0FoIYI0OWmxE2MR6w5l\n0pWGhc02RpsOPj/6RS1fmXMMu7JzPzwCmkGcR16RlwwhNFKCZsWpvAjVRHf/pTp+\no4HHMIHEMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB\nBQUHAwIwDAYDVR0TAQH/BAIwADApBgNVHQ4EIgQgk7kABFitAy3PluyNtmzYiC7H\njSN8W/K/OXNJQAQAscMwKwYDVR0jBCQwIoAgNKbPPepvRHXSAPTc+a/BXBzFX1qJ\ny+Zi7qtjlFX7qtUwLQYDVR0RBCYwJIIRc2VydmVyLmRjMS5jb25zdWyCCWxvY2Fs\naG9zdIcEfwAAATAKBggqhkjOPQQDAgNJADBGAiEAhP4HmN5BWysWTbQWClXaWUah\nLpBGFrvc/2cCQuyEZKsCIQD6JyYCYMArtWwZ4G499zktxrFlqfX14bqyONrxtA5I\nDw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIE3KbKXHdsa0vvC1fysQaGdoJRgjRALIolI4XJanie+coAoGCCqGSM49\nAwEHoUQDQgAEOL9BaCGCNDlpsRNjEesOZdKVhoXNNkabDj4/+kUtX5lzDLuycz88\nAppBnEdekZcMITRSgmbFqbwI1UR3/6U6fg==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.cache.wan", - "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICmjCCAkGgAwIBAgIQe1ZmC0rzRwer6jaH1YIUIjAKBggqhkjOPQQDAjCBuDEL\nMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv\nMRowGAYDVQQJExExMDEgU2Vjb25kIFN0cmVldDEOMAwGA1UEERMFOTQxMDUxFzAV\nBgNVBAoTDkhhc2hpQ29ycCBJbmMuMT8wPQYDVQQDEzZDb25zdWwgQWdlbnQgQ0Eg\nODE5ODAwNjg0MDM0MTM3ODkyNDYxNTA1MDk0NDU3OTU1MTQxNjEwHhcNMjAwNjE5\nMTU1MjAzWhcNMjEwNjE5MTU1MjAzWjAcMRowGAYDVQQDExFzZXJ2ZXIuZGMxLmNv\nbnN1bDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABH2aWaaa3fpQLBayheHiKlrH\n+z53m0frfGknKjOhOPVYDVHV8x0OE01negswVQbKHAtxPf1M8Zy+WbI9rK7Ua1mj\ngccwgcQwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEF\nBQcDAjAMBgNVHRMBAf8EAjAAMCkGA1UdDgQiBCDf9CPBSUwwZvpeW73oJLTmgQE2\ntW1NKpL5t1uq9WFcqDArBgNVHSMEJDAigCCPPd/NxgZB0tq2M8pdVpPj3Cr79iTv\ni4/T1ysodfMb7zAtBgNVHREEJjAkghFzZXJ2ZXIuZGMxLmNvbnN1bIIJbG9jYWxo\nb3N0hwR/AAABMAoGCCqGSM49BAMCA0cAMEQCIFCjFZAoXq0s2ied2eIBv0i1KoW5\nIhCylnKFt6iHkyDeAiBBCByTcjHRgEQmqyPojQKoO584EFiczTub9aWdnf9tEw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEINsen3S8xzxMrKcRZIvxXzhKDn43Tw9ttqWEFU9TqS5hoAoGCCqGSM49\nAwEHoUQDQgAEfZpZpprd+lAsFrKF4eIqWsf7PnebR+t8aScqM6E49VgNUdXzHQ4T\nTWd6CzBVBsocC3E9/UzxnL5Zsj2srtRrWQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.db.wan", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkOgAwIBAgIRAKF+qDJbaOULNL1TIatrsBowCgYIKoZIzj0EAwIwgbkx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjFAMD4GA1UEAxM3Q29uc3VsIEFnZW50IENB\nIDE4Nzg3MDAwNjUzMDcxOTYzNTk1ODkwNTE1ODY1NjEzMDA2MTU0NDAeFw0yMDA2\nMTkxNTMxMzRaFw0yMTA2MTkxNTMxMzRaMBwxGjAYBgNVBAMTEXNlcnZlci5kYzEu\nY29uc3VsMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdQ8Igci5f7ZvvCVsxXt9\ntLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZbz/82EwPoS7Dqo3LTK4IuelOimoNNxuk\nkaOBxzCBxDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsG\nAQUFBwMCMAwGA1UdEwEB/wQCMAAwKQYDVR0OBCIEILzTLkfJcdWQnTMKUcai/YJq\n0RqH1pjCqtY7SOU4gGOTMCsGA1UdIwQkMCKAIMa2vNcTEC5AGfHIYARJ/4sodX0o\nLzCj3lpw7BcEzPTcMC0GA1UdEQQmMCSCEXNlcnZlci5kYzEuY29uc3Vsgglsb2Nh\nbGhvc3SHBH8AAAEwCgYIKoZIzj0EAwIDSAAwRQIgBZ/Z4GSLEc98WvT/qjTVCNTG\n1WNaAaesVbkRx+J0yl8CIQDAVoqY9ByA5vKHjnQrxWlc/JUtJz8wudg7e/OCRriP\nSg==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIN1v14FaNxgY4MgjDOOWthen8dgwB0lNMs9/j2TfrnxzoAoGCCqGSM49\nAwEHoUQDQgAEdQ8Igci5f7ZvvCVsxXt9tLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZ\nbz/82EwPoS7Dqo3LTK4IuelOimoNNxukkQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.web.wan", - "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.wan", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-15-x.golden b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-17-x.golden index 11e4fb3763..5ac6746c15 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "foo:198.17.2.3:8080", "address": { "socketAddress": { @@ -21,7 +21,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -31,7 +31,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.api.foo", "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -40,7 +40,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -75,7 +75,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -85,7 +85,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.cache.foo", "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -94,7 +94,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -129,7 +129,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -139,7 +139,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.db.foo", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -148,7 +148,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -183,7 +183,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -193,7 +193,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.web.foo", "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -202,7 +202,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -235,7 +235,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.foo", "cluster": "" } @@ -251,7 +251,7 @@ "trafficDirection": "INBOUND" }, { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "wan:198.18.0.1:443", "address": { "socketAddress": { @@ -270,7 +270,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -280,7 +280,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.api.wan", "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -289,7 +289,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -324,7 +324,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -334,7 +334,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.cache.wan", "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -343,7 +343,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -378,7 +378,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -388,7 +388,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.db.wan", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -397,7 +397,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -432,7 +432,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -442,7 +442,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.web.wan", "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -451,7 +451,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -484,7 +484,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.wan", "cluster": "" } @@ -500,6 +500,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-16-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-16-x.golden deleted file mode 100644 index 3d86ab50b3..0000000000 --- a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-16-x.golden +++ /dev/null @@ -1,202 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "default:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.cache.default", - "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICmjCCAkGgAwIBAgIQe1ZmC0rzRwer6jaH1YIUIjAKBggqhkjOPQQDAjCBuDEL\nMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv\nMRowGAYDVQQJExExMDEgU2Vjb25kIFN0cmVldDEOMAwGA1UEERMFOTQxMDUxFzAV\nBgNVBAoTDkhhc2hpQ29ycCBJbmMuMT8wPQYDVQQDEzZDb25zdWwgQWdlbnQgQ0Eg\nODE5ODAwNjg0MDM0MTM3ODkyNDYxNTA1MDk0NDU3OTU1MTQxNjEwHhcNMjAwNjE5\nMTU1MjAzWhcNMjEwNjE5MTU1MjAzWjAcMRowGAYDVQQDExFzZXJ2ZXIuZGMxLmNv\nbnN1bDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABH2aWaaa3fpQLBayheHiKlrH\n+z53m0frfGknKjOhOPVYDVHV8x0OE01negswVQbKHAtxPf1M8Zy+WbI9rK7Ua1mj\ngccwgcQwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEF\nBQcDAjAMBgNVHRMBAf8EAjAAMCkGA1UdDgQiBCDf9CPBSUwwZvpeW73oJLTmgQE2\ntW1NKpL5t1uq9WFcqDArBgNVHSMEJDAigCCPPd/NxgZB0tq2M8pdVpPj3Cr79iTv\ni4/T1ysodfMb7zAtBgNVHREEJjAkghFzZXJ2ZXIuZGMxLmNvbnN1bIIJbG9jYWxo\nb3N0hwR/AAABMAoGCCqGSM49BAMCA0cAMEQCIFCjFZAoXq0s2ied2eIBv0i1KoW5\nIhCylnKFt6iHkyDeAiBBCByTcjHRgEQmqyPojQKoO584EFiczTub9aWdnf9tEw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEINsen3S8xzxMrKcRZIvxXzhKDn43Tw9ttqWEFU9TqS5hoAoGCCqGSM49\nAwEHoUQDQgAEfZpZpprd+lAsFrKF4eIqWsf7PnebR+t8aScqM6E49VgNUdXzHQ4T\nTWd6CzBVBsocC3E9/UzxnL5Zsj2srtRrWQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.db.default", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkOgAwIBAgIRAKF+qDJbaOULNL1TIatrsBowCgYIKoZIzj0EAwIwgbkx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjFAMD4GA1UEAxM3Q29uc3VsIEFnZW50IENB\nIDE4Nzg3MDAwNjUzMDcxOTYzNTk1ODkwNTE1ODY1NjEzMDA2MTU0NDAeFw0yMDA2\nMTkxNTMxMzRaFw0yMTA2MTkxNTMxMzRaMBwxGjAYBgNVBAMTEXNlcnZlci5kYzEu\nY29uc3VsMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdQ8Igci5f7ZvvCVsxXt9\ntLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZbz/82EwPoS7Dqo3LTK4IuelOimoNNxuk\nkaOBxzCBxDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsG\nAQUFBwMCMAwGA1UdEwEB/wQCMAAwKQYDVR0OBCIEILzTLkfJcdWQnTMKUcai/YJq\n0RqH1pjCqtY7SOU4gGOTMCsGA1UdIwQkMCKAIMa2vNcTEC5AGfHIYARJ/4sodX0o\nLzCj3lpw7BcEzPTcMC0GA1UdEQQmMCSCEXNlcnZlci5kYzEuY29uc3Vsgglsb2Nh\nbGhvc3SHBH8AAAEwCgYIKoZIzj0EAwIDSAAwRQIgBZ/Z4GSLEc98WvT/qjTVCNTG\n1WNaAaesVbkRx+J0yl8CIQDAVoqY9ByA5vKHjnQrxWlc/JUtJz8wudg7e/OCRriP\nSg==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIN1v14FaNxgY4MgjDOOWthen8dgwB0lNMs9/j2TfrnxzoAoGCCqGSM49\nAwEHoUQDQgAEdQ8Igci5f7ZvvCVsxXt9tLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZ\nbz/82EwPoS7Dqo3LTK4IuelOimoNNxukkQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.web.default", - "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-15-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-17-x.golden similarity index 90% rename from agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-17-x.golden index 3d86ab50b3..69b0b6d435 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default:1.2.3.4:8443", "address": { "socketAddress": { @@ -21,7 +21,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -31,7 +31,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.cache.default", "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -40,7 +40,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -75,7 +75,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -85,7 +85,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.db.default", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -94,7 +94,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -129,7 +129,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -139,7 +139,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.web.default", "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -148,7 +148,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -181,7 +181,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default", "cluster": "" } @@ -197,6 +197,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-no-api-cert.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-16-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-16-x.golden deleted file mode 100644 index 27891218e4..0000000000 --- a/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-16-x.golden +++ /dev/null @@ -1,40 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "default:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-15-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-17-x.golden similarity index 76% rename from agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-17-x.golden index 27891218e4..042527d73e 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default:1.2.3.4:8443", "address": { "socketAddress": { @@ -19,7 +19,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default", "cluster": "" } @@ -35,6 +35,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-services.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-no-services.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-15-x.golden b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-15-x.golden deleted file mode 100644 index c7f811fda3..0000000000 --- a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-15-x.golden +++ /dev/null @@ -1,412 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "default:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.api.default", - "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkKgAwIBAgIRAJrvEdaRAkSltrotd/l/j2cwCgYIKoZIzj0EAwIwgbgx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjE/MD0GA1UEAxM2Q29uc3VsIEFnZW50IENB\nIDk2NjM4NzM1MDkzNTU5NTIwNDk3MTQwOTU3MDY1MTc0OTg3NDMxMB4XDTIwMDQx\nNDIyMzE1MloXDTIxMDQxNDIyMzE1MlowHDEaMBgGA1UEAxMRc2VydmVyLmRjMS5j\nb25zdWwwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQ4v0FoIYI0OWmxE2MR6w5l\n0pWGhc02RpsOPj/6RS1fmXMMu7JzPzwCmkGcR16RlwwhNFKCZsWpvAjVRHf/pTp+\no4HHMIHEMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB\nBQUHAwIwDAYDVR0TAQH/BAIwADApBgNVHQ4EIgQgk7kABFitAy3PluyNtmzYiC7H\njSN8W/K/OXNJQAQAscMwKwYDVR0jBCQwIoAgNKbPPepvRHXSAPTc+a/BXBzFX1qJ\ny+Zi7qtjlFX7qtUwLQYDVR0RBCYwJIIRc2VydmVyLmRjMS5jb25zdWyCCWxvY2Fs\naG9zdIcEfwAAATAKBggqhkjOPQQDAgNJADBGAiEAhP4HmN5BWysWTbQWClXaWUah\nLpBGFrvc/2cCQuyEZKsCIQD6JyYCYMArtWwZ4G499zktxrFlqfX14bqyONrxtA5I\nDw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIE3KbKXHdsa0vvC1fysQaGdoJRgjRALIolI4XJanie+coAoGCCqGSM49\nAwEHoUQDQgAEOL9BaCGCNDlpsRNjEesOZdKVhoXNNkabDj4/+kUtX5lzDLuycz88\nAppBnEdekZcMITRSgmbFqbwI1UR3/6U6fg==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.cache.default", - "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICmjCCAkGgAwIBAgIQe1ZmC0rzRwer6jaH1YIUIjAKBggqhkjOPQQDAjCBuDEL\nMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv\nMRowGAYDVQQJExExMDEgU2Vjb25kIFN0cmVldDEOMAwGA1UEERMFOTQxMDUxFzAV\nBgNVBAoTDkhhc2hpQ29ycCBJbmMuMT8wPQYDVQQDEzZDb25zdWwgQWdlbnQgQ0Eg\nODE5ODAwNjg0MDM0MTM3ODkyNDYxNTA1MDk0NDU3OTU1MTQxNjEwHhcNMjAwNjE5\nMTU1MjAzWhcNMjEwNjE5MTU1MjAzWjAcMRowGAYDVQQDExFzZXJ2ZXIuZGMxLmNv\nbnN1bDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABH2aWaaa3fpQLBayheHiKlrH\n+z53m0frfGknKjOhOPVYDVHV8x0OE01negswVQbKHAtxPf1M8Zy+WbI9rK7Ua1mj\ngccwgcQwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEF\nBQcDAjAMBgNVHRMBAf8EAjAAMCkGA1UdDgQiBCDf9CPBSUwwZvpeW73oJLTmgQE2\ntW1NKpL5t1uq9WFcqDArBgNVHSMEJDAigCCPPd/NxgZB0tq2M8pdVpPj3Cr79iTv\ni4/T1ysodfMb7zAtBgNVHREEJjAkghFzZXJ2ZXIuZGMxLmNvbnN1bIIJbG9jYWxo\nb3N0hwR/AAABMAoGCCqGSM49BAMCA0cAMEQCIFCjFZAoXq0s2ied2eIBv0i1KoW5\nIhCylnKFt6iHkyDeAiBBCByTcjHRgEQmqyPojQKoO584EFiczTub9aWdnf9tEw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEINsen3S8xzxMrKcRZIvxXzhKDn43Tw9ttqWEFU9TqS5hoAoGCCqGSM49\nAwEHoUQDQgAEfZpZpprd+lAsFrKF4eIqWsf7PnebR+t8aScqM6E49VgNUdXzHQ4T\nTWd6CzBVBsocC3E9/UzxnL5Zsj2srtRrWQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.db.default", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkOgAwIBAgIRAKF+qDJbaOULNL1TIatrsBowCgYIKoZIzj0EAwIwgbkx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjFAMD4GA1UEAxM3Q29uc3VsIEFnZW50IENB\nIDE4Nzg3MDAwNjUzMDcxOTYzNTk1ODkwNTE1ODY1NjEzMDA2MTU0NDAeFw0yMDA2\nMTkxNTMxMzRaFw0yMTA2MTkxNTMxMzRaMBwxGjAYBgNVBAMTEXNlcnZlci5kYzEu\nY29uc3VsMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdQ8Igci5f7ZvvCVsxXt9\ntLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZbz/82EwPoS7Dqo3LTK4IuelOimoNNxuk\nkaOBxzCBxDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsG\nAQUFBwMCMAwGA1UdEwEB/wQCMAAwKQYDVR0OBCIEILzTLkfJcdWQnTMKUcai/YJq\n0RqH1pjCqtY7SOU4gGOTMCsGA1UdIwQkMCKAIMa2vNcTEC5AGfHIYARJ/4sodX0o\nLzCj3lpw7BcEzPTcMC0GA1UdEQQmMCSCEXNlcnZlci5kYzEuY29uc3Vsgglsb2Nh\nbGhvc3SHBH8AAAEwCgYIKoZIzj0EAwIDSAAwRQIgBZ/Z4GSLEc98WvT/qjTVCNTG\n1WNaAaesVbkRx+J0yl8CIQDAVoqY9ByA5vKHjnQrxWlc/JUtJz8wudg7e/OCRriP\nSg==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIN1v14FaNxgY4MgjDOOWthen8dgwB0lNMs9/j2TfrnxzoAoGCCqGSM49\nAwEHoUQDQgAEdQ8Igci5f7ZvvCVsxXt9tLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZ\nbz/82EwPoS7Dqo3LTK4IuelOimoNNxukkQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "terminating_gateway.default.web.default", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", - "rules": { - - } - } - }, - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "terminating_gateway.default.web.default", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", - "rules": { - - } - } - }, - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "statPrefix": "terminating_gateway.default.web.default", - "rds": { - "configSource": { - "ads": { - - } - }, - "routeConfigName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - }, - "httpFilters": [ - { - "name": "envoy.filters.http.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", - "rules": { - - } - } - }, - { - "name": "envoy.filters.http.router" - } - ], - "tracing": { - "randomSampling": { - - } - } - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-17-x.golden similarity index 90% rename from agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-17-x.golden index c7f811fda3..882d1f5405 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default:1.2.3.4:8443", "address": { "socketAddress": { @@ -21,7 +21,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -31,7 +31,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.api.default", "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -40,7 +40,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -75,7 +75,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -85,7 +85,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.cache.default", "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -94,7 +94,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -129,7 +129,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -139,7 +139,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.db.default", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -148,7 +148,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -183,13 +183,14 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "terminating_gateway.default.web.default", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, @@ -197,7 +198,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { } @@ -218,7 +219,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -253,13 +254,14 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "terminating_gateway.default.web.default", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, @@ -267,7 +269,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { } @@ -288,7 +290,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -323,13 +325,14 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "statPrefix": "terminating_gateway.default.web.default", "rds": { "configSource": { "ads": { - } + }, + "resourceApiVersion": "V3" }, "routeConfigName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, @@ -337,7 +340,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { } @@ -358,7 +361,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -391,7 +394,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default", "cluster": "" } @@ -407,6 +410,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-16-x.golden b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.v2compat.envoy-1-17-x.golden similarity index 99% rename from agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-16-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-service-subsets.v2compat.envoy-1-17-x.golden index c7f811fda3..803233d6d5 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-16-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.v2compat.envoy-1-17-x.golden @@ -189,7 +189,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, @@ -259,7 +260,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, @@ -329,7 +331,8 @@ "configSource": { "ads": { - } + }, + "resourceApiVersion": "V2" }, "routeConfigName": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, diff --git a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-16-x.golden b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-16-x.golden deleted file mode 100644 index aca6d44eaa..0000000000 --- a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-16-x.golden +++ /dev/null @@ -1,256 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "default:1.2.3.4:8443", - "address": { - "socketAddress": { - "address": "1.2.3.4", - "portValue": 8443 - } - }, - "filterChains": [ - { - "filterChainMatch": { - "serverNames": [ - "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.api.default", - "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkKgAwIBAgIRAJrvEdaRAkSltrotd/l/j2cwCgYIKoZIzj0EAwIwgbgx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjE/MD0GA1UEAxM2Q29uc3VsIEFnZW50IENB\nIDk2NjM4NzM1MDkzNTU5NTIwNDk3MTQwOTU3MDY1MTc0OTg3NDMxMB4XDTIwMDQx\nNDIyMzE1MloXDTIxMDQxNDIyMzE1MlowHDEaMBgGA1UEAxMRc2VydmVyLmRjMS5j\nb25zdWwwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQ4v0FoIYI0OWmxE2MR6w5l\n0pWGhc02RpsOPj/6RS1fmXMMu7JzPzwCmkGcR16RlwwhNFKCZsWpvAjVRHf/pTp+\no4HHMIHEMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYB\nBQUHAwIwDAYDVR0TAQH/BAIwADApBgNVHQ4EIgQgk7kABFitAy3PluyNtmzYiC7H\njSN8W/K/OXNJQAQAscMwKwYDVR0jBCQwIoAgNKbPPepvRHXSAPTc+a/BXBzFX1qJ\ny+Zi7qtjlFX7qtUwLQYDVR0RBCYwJIIRc2VydmVyLmRjMS5jb25zdWyCCWxvY2Fs\naG9zdIcEfwAAATAKBggqhkjOPQQDAgNJADBGAiEAhP4HmN5BWysWTbQWClXaWUah\nLpBGFrvc/2cCQuyEZKsCIQD6JyYCYMArtWwZ4G499zktxrFlqfX14bqyONrxtA5I\nDw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIE3KbKXHdsa0vvC1fysQaGdoJRgjRALIolI4XJanie+coAoGCCqGSM49\nAwEHoUQDQgAEOL9BaCGCNDlpsRNjEesOZdKVhoXNNkabDj4/+kUtX5lzDLuycz88\nAppBnEdekZcMITRSgmbFqbwI1UR3/6U6fg==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.cache.default", - "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICmjCCAkGgAwIBAgIQe1ZmC0rzRwer6jaH1YIUIjAKBggqhkjOPQQDAjCBuDEL\nMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv\nMRowGAYDVQQJExExMDEgU2Vjb25kIFN0cmVldDEOMAwGA1UEERMFOTQxMDUxFzAV\nBgNVBAoTDkhhc2hpQ29ycCBJbmMuMT8wPQYDVQQDEzZDb25zdWwgQWdlbnQgQ0Eg\nODE5ODAwNjg0MDM0MTM3ODkyNDYxNTA1MDk0NDU3OTU1MTQxNjEwHhcNMjAwNjE5\nMTU1MjAzWhcNMjEwNjE5MTU1MjAzWjAcMRowGAYDVQQDExFzZXJ2ZXIuZGMxLmNv\nbnN1bDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABH2aWaaa3fpQLBayheHiKlrH\n+z53m0frfGknKjOhOPVYDVHV8x0OE01negswVQbKHAtxPf1M8Zy+WbI9rK7Ua1mj\ngccwgcQwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEF\nBQcDAjAMBgNVHRMBAf8EAjAAMCkGA1UdDgQiBCDf9CPBSUwwZvpeW73oJLTmgQE2\ntW1NKpL5t1uq9WFcqDArBgNVHSMEJDAigCCPPd/NxgZB0tq2M8pdVpPj3Cr79iTv\ni4/T1ysodfMb7zAtBgNVHREEJjAkghFzZXJ2ZXIuZGMxLmNvbnN1bIIJbG9jYWxo\nb3N0hwR/AAABMAoGCCqGSM49BAMCA0cAMEQCIFCjFZAoXq0s2ied2eIBv0i1KoW5\nIhCylnKFt6iHkyDeAiBBCByTcjHRgEQmqyPojQKoO584EFiczTub9aWdnf9tEw==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEINsen3S8xzxMrKcRZIvxXzhKDn43Tw9ttqWEFU9TqS5hoAoGCCqGSM49\nAwEHoUQDQgAEfZpZpprd+lAsFrKF4eIqWsf7PnebR+t8aScqM6E49VgNUdXzHQ4T\nTWd6CzBVBsocC3E9/UzxnL5Zsj2srtRrWQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.db.default", - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICnTCCAkOgAwIBAgIRAKF+qDJbaOULNL1TIatrsBowCgYIKoZIzj0EAwIwgbkx\nCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNj\nbzEaMBgGA1UECRMRMTAxIFNlY29uZCBTdHJlZXQxDjAMBgNVBBETBTk0MTA1MRcw\nFQYDVQQKEw5IYXNoaUNvcnAgSW5jLjFAMD4GA1UEAxM3Q29uc3VsIEFnZW50IENB\nIDE4Nzg3MDAwNjUzMDcxOTYzNTk1ODkwNTE1ODY1NjEzMDA2MTU0NDAeFw0yMDA2\nMTkxNTMxMzRaFw0yMTA2MTkxNTMxMzRaMBwxGjAYBgNVBAMTEXNlcnZlci5kYzEu\nY29uc3VsMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdQ8Igci5f7ZvvCVsxXt9\ntLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZbz/82EwPoS7Dqo3LTK4IuelOimoNNxuk\nkaOBxzCBxDAOBgNVHQ8BAf8EBAMCBaAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsG\nAQUFBwMCMAwGA1UdEwEB/wQCMAAwKQYDVR0OBCIEILzTLkfJcdWQnTMKUcai/YJq\n0RqH1pjCqtY7SOU4gGOTMCsGA1UdIwQkMCKAIMa2vNcTEC5AGfHIYARJ/4sodX0o\nLzCj3lpw7BcEzPTcMC0GA1UdEQQmMCSCEXNlcnZlci5kYzEuY29uc3Vsgglsb2Nh\nbGhvc3SHBH8AAAEwCgYIKoZIzj0EAwIDSAAwRQIgBZ/Z4GSLEc98WvT/qjTVCNTG\n1WNaAaesVbkRx+J0yl8CIQDAVoqY9ByA5vKHjnQrxWlc/JUtJz8wudg7e/OCRriP\nSg==\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIN1v14FaNxgY4MgjDOOWthen8dgwB0lNMs9/j2TfrnxzoAoGCCqGSM49\nAwEHoUQDQgAEdQ8Igci5f7ZvvCVsxXt9tLfvczD+60XHg0OC0+Aka7ZjQfbEjQwZ\nbz/82EwPoS7Dqo3LTK4IuelOimoNNxukkQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filterChainMatch": { - "serverNames": [ - "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - ] - }, - "filters": [ - { - "name": "envoy.filters.network.rbac", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", - "rules": { - - }, - "statPrefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default.web.default", - "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ], - "transportSocket": { - "name": "tls", - "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - } - } - }, - { - "filters": [ - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.filters.network.tcp_proxy", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", - "statPrefix": "terminating_gateway.default", - "cluster": "" - } - } - ] - } - ], - "listenerFilters": [ - { - "name": "envoy.filters.listener.tls_inspector" - } - ], - "trafficDirection": "INBOUND" - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-15-x.golden b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/listeners/terminating-gateway.envoy-1-15-x.golden rename to agent/xds/testdata/listeners/terminating-gateway.envoy-1-17-x.golden index aca6d44eaa..098b015ede 100644 --- a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-15-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.Listener", + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", "name": "default:1.2.3.4:8443", "address": { "socketAddress": { @@ -21,7 +21,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -31,7 +31,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.api.default", "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -40,7 +40,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -75,7 +75,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -85,7 +85,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.cache.default", "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -94,7 +94,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -129,7 +129,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -139,7 +139,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.db.default", "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -148,7 +148,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -183,7 +183,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, @@ -193,7 +193,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default.web.default", "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" } @@ -202,7 +202,7 @@ "transportSocket": { "name": "tls", "typedConfig": { - "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", "commonTlsContext": { "tlsParams": { @@ -235,7 +235,7 @@ { "name": "envoy.filters.network.tcp_proxy", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "statPrefix": "terminating_gateway.default", "cluster": "" } @@ -251,6 +251,6 @@ "trafficDirection": "INBOUND" } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/listeners/terminating-gateway.envoy-1-14-x.golden rename to agent/xds/testdata/listeners/terminating-gateway.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/listeners/transparent-proxy.envoy-1-17-x.golden b/agent/xds/testdata/listeners/transparent-proxy.envoy-1-17-x.golden new file mode 100644 index 0000000000..15538eeb6d --- /dev/null +++ b/agent/xds/testdata/listeners/transparent-proxy.envoy-1-17-x.golden @@ -0,0 +1,169 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.db.default.dc1", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "outbound_listener:127.0.0.1:15001", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 15001 + } + }, + "filterChains": [ + { + "filterChainMatch": { + "prefixRanges": [ + { + "addressPrefix": "8.8.8.8", + "prefixLen": 32 + } + ] + }, + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.google.default.dc1", + "cluster": "google.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + }, + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.original-destination", + "cluster": "original-destination" + } + } + ] + } + ], + "listenerFilters": [ + { + "name": "envoy.filters.listener.original_dst" + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "upstream.prepared_query_geo-cache", + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.config.listener.v3.Listener", + "name": "public_listener:0.0.0.0:9999", + "address": { + "socketAddress": { + "address": "0.0.0.0", + "portValue": 9999 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", + "rules": { + + }, + "statPrefix": "connect_authz" + } + }, + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", + "statPrefix": "public_listener", + "cluster": "local_app" + } + } + ], + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + } + } + } + ], + "trafficDirection": "INBOUND" + } + ], + "typeUrl": "type.googleapis.com/envoy.config.listener.v3.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/transparent-proxy.v2compat.envoy-1-17-x.golden b/agent/xds/testdata/listeners/transparent-proxy.v2compat.envoy-1-17-x.golden new file mode 100644 index 0000000000..22c49ff164 --- /dev/null +++ b/agent/xds/testdata/listeners/transparent-proxy.v2compat.envoy-1-17-x.golden @@ -0,0 +1,169 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "statPrefix": "upstream.db.default.dc1", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "outbound_listener:127.0.0.1:15001", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 15001 + } + }, + "filterChains": [ + { + "filterChainMatch": { + "prefixRanges": [ + { + "addressPrefix": "8.8.8.8", + "prefixLen": 32 + } + ] + }, + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "statPrefix": "upstream.google.default.dc1", + "cluster": "google.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + }, + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "statPrefix": "upstream.original-destination", + "cluster": "original-destination" + } + } + ] + } + ], + "listenerFilters": [ + { + "name": "envoy.filters.listener.original_dst" + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "statPrefix": "upstream.prepared_query_geo-cache", + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + } + } + ] + } + ], + "trafficDirection": "OUTBOUND" + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "public_listener:0.0.0.0:9999", + "address": { + "socketAddress": { + "address": "0.0.0.0", + "portValue": 9999 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + + }, + "statPrefix": "connect_authz" + } + }, + { + "name": "envoy.filters.network.tcp_proxy", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.tcp_proxy.v2.TcpProxy", + "statPrefix": "public_listener", + "cluster": "local_app" + } + } + ], + "transportSocket": { + "name": "tls", + "typedConfig": { + "@type": "type.googleapis.com/envoy.api.v2.auth.DownstreamTlsContext", + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + } + } + } + ], + "trafficDirection": "INBOUND" + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-kitchen-sink--httpfilter.golden b/agent/xds/testdata/rbac/default-allow-kitchen-sink--httpfilter.golden index 9952607f87..7142032292 100644 --- a/agent/xds/testdata/rbac/default-allow-kitchen-sink--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-allow-kitchen-sink--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-kitchen-sink--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-allow-kitchen-sink--httpfilter.v2compat.golden new file mode 100644 index 0000000000..9952607f87 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-kitchen-sink--httpfilter.v2compat.golden @@ -0,0 +1,104 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + }, + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + }, + { + "andIds": { + "ids": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/unsafe$" + } + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + } + } + ] + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-kitchen-sink.golden b/agent/xds/testdata/rbac/default-allow-kitchen-sink.golden index 9e40be4610..a85359a552 100644 --- a/agent/xds/testdata/rbac/default-allow-kitchen-sink.golden +++ b/agent/xds/testdata/rbac/default-allow-kitchen-sink.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-kitchen-sink.v2compat.golden b/agent/xds/testdata/rbac/default-allow-kitchen-sink.v2compat.golden new file mode 100644 index 0000000000..9e40be4610 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-kitchen-sink.v2compat.golden @@ -0,0 +1,105 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + }, + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + }, + { + "andIds": { + "ids": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/unsafe$" + } + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + } + } + ] + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-one-deny--httpfilter.golden b/agent/xds/testdata/rbac/default-allow-one-deny--httpfilter.golden index 4aed59c2ad..72be1fe601 100644 --- a/agent/xds/testdata/rbac/default-allow-one-deny--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-allow-one-deny--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-one-deny--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-allow-one-deny--httpfilter.v2compat.golden new file mode 100644 index 0000000000..4aed59c2ad --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-one-deny--httpfilter.v2compat.golden @@ -0,0 +1,32 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-one-deny.golden b/agent/xds/testdata/rbac/default-allow-one-deny.golden index 73e3dae6e8..05dca90f83 100644 --- a/agent/xds/testdata/rbac/default-allow-one-deny.golden +++ b/agent/xds/testdata/rbac/default-allow-one-deny.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-one-deny.v2compat.golden b/agent/xds/testdata/rbac/default-allow-one-deny.v2compat.golden new file mode 100644 index 0000000000..73e3dae6e8 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-one-deny.v2compat.golden @@ -0,0 +1,33 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-service-wildcard-deny--httpfilter.golden b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny--httpfilter.golden index 90c2b04871..be70c6725f 100644 --- a/agent/xds/testdata/rbac/default-allow-service-wildcard-deny--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-service-wildcard-deny--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny--httpfilter.v2compat.golden new file mode 100644 index 0000000000..90c2b04871 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny--httpfilter.v2compat.golden @@ -0,0 +1,32 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.golden b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.golden index cbe37c55c0..1951818cd0 100644 --- a/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.golden +++ b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.v2compat.golden b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.v2compat.golden new file mode 100644 index 0000000000..cbe37c55c0 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.v2compat.golden @@ -0,0 +1,33 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms--httpfilter.golden b/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms--httpfilter.golden index ab2d28f916..a3945edbbd 100644 --- a/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden new file mode 100644 index 0000000000..ab2d28f916 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden @@ -0,0 +1,240 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer7-0": { + "permissions": [ + { + "andRules": { + "rules": [ + { + "urlPath": { + "path": { + "prefix": "/v1" + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + } + } + ] + } + }, + { + "andRules": { + "rules": [ + { + "andRules": { + "rules": [ + { + "urlPath": { + "path": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "/v[123]" + } + } + } + }, + { + "header": { + "name": ":method", + "safeRegexMatch": { + "googleRe2": { + + }, + "regex": "GET|HEAD|OPTIONS" + } + } + } + ] + } + }, + { + "notRule": { + "urlPath": { + "path": { + "prefix": "/v1" + } + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + } + } + ] + } + }, + { + "andRules": { + "rules": [ + { + "andRules": { + "rules": [ + { + "header": { + "name": "x-foo", + "presentMatch": true + } + }, + { + "header": { + "name": "x-bar", + "exactMatch": "xyz" + } + }, + { + "header": { + "name": "x-dib", + "prefixMatch": "gaz" + } + }, + { + "header": { + "name": "x-gir", + "suffixMatch": "zim" + } + }, + { + "header": { + "name": "x-zim", + "safeRegexMatch": { + "googleRe2": { + + }, + "regex": "gi[rR]" + } + } + }, + { + "header": { + "name": "z-foo", + "presentMatch": true, + "invertMatch": true + } + }, + { + "header": { + "name": "z-bar", + "exactMatch": "xyz", + "invertMatch": true + } + }, + { + "header": { + "name": "z-dib", + "prefixMatch": "gaz", + "invertMatch": true + } + }, + { + "header": { + "name": "z-gir", + "suffixMatch": "zim", + "invertMatch": true + } + }, + { + "header": { + "name": "z-zim", + "safeRegexMatch": { + "googleRe2": { + + }, + "regex": "gi[rR]" + }, + "invertMatch": true + } + } + ] + } + }, + { + "notRule": { + "andRules": { + "rules": [ + { + "urlPath": { + "path": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "/v[123]" + } + } + } + }, + { + "header": { + "name": ":method", + "safeRegexMatch": { + "googleRe2": { + + }, + "regex": "GET|HEAD|OPTIONS" + } + } + } + ] + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "prefix": "/v1" + } + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + } + } + ] + } + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms.golden b/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms.golden index 73e3dae6e8..05dca90f83 100644 --- a/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms.golden +++ b/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms.v2compat.golden b/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms.v2compat.golden new file mode 100644 index 0000000000..73e3dae6e8 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-single-intention-with-kitchen-sink-perms.v2compat.golden @@ -0,0 +1,33 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow--httpfilter.golden b/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow--httpfilter.golden index 85bbbdd023..8eb2021ccc 100644 --- a/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow--httpfilter.v2compat.golden new file mode 100644 index 0000000000..85bbbdd023 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow--httpfilter.v2compat.golden @@ -0,0 +1,58 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer7-0": { + "permissions": [ + { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + }, + { + "andRules": { + "rules": [ + { + "urlPath": { + "path": { + "exact": "/v1/admin" + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + } + } + ] + } + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow.golden b/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow.golden index 73e3dae6e8..05dca90f83 100644 --- a/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow.golden +++ b/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "action": "DENY", "policies": { diff --git a/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow.v2compat.golden b/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow.v2compat.golden new file mode 100644 index 0000000000..73e3dae6e8 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-two-path-deny-and-path-allow.v2compat.golden @@ -0,0 +1,33 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "action": "DENY", + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-allow-deny--httpfilter.golden b/agent/xds/testdata/rbac/default-deny-allow-deny--httpfilter.golden index 26704edc16..ee099df847 100644 --- a/agent/xds/testdata/rbac/default-deny-allow-deny--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-deny-allow-deny--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-allow-deny--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-deny-allow-deny--httpfilter.v2compat.golden new file mode 100644 index 0000000000..26704edc16 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-allow-deny--httpfilter.v2compat.golden @@ -0,0 +1,51 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "andIds": { + "ids": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + } + ] + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-allow-deny.golden b/agent/xds/testdata/rbac/default-deny-allow-deny.golden index 877ea91d5c..b92c68935f 100644 --- a/agent/xds/testdata/rbac/default-deny-allow-deny.golden +++ b/agent/xds/testdata/rbac/default-deny-allow-deny.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-allow-deny.v2compat.golden b/agent/xds/testdata/rbac/default-deny-allow-deny.v2compat.golden new file mode 100644 index 0000000000..877ea91d5c --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-allow-deny.v2compat.golden @@ -0,0 +1,52 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "andIds": { + "ids": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + } + ] + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-kitchen-sink--httpfilter.golden b/agent/xds/testdata/rbac/default-deny-kitchen-sink--httpfilter.golden index 2e6b7f5c1b..f61f892d4c 100644 --- a/agent/xds/testdata/rbac/default-deny-kitchen-sink--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-deny-kitchen-sink--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-kitchen-sink--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-deny-kitchen-sink--httpfilter.v2compat.golden new file mode 100644 index 0000000000..2e6b7f5c1b --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-kitchen-sink--httpfilter.v2compat.golden @@ -0,0 +1,103 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + }, + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + }, + { + "andIds": { + "ids": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/unsafe$" + } + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + } + } + ] + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-kitchen-sink.golden b/agent/xds/testdata/rbac/default-deny-kitchen-sink.golden index 8435f73060..30d56485cf 100644 --- a/agent/xds/testdata/rbac/default-deny-kitchen-sink.golden +++ b/agent/xds/testdata/rbac/default-deny-kitchen-sink.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-kitchen-sink.v2compat.golden b/agent/xds/testdata/rbac/default-deny-kitchen-sink.v2compat.golden new file mode 100644 index 0000000000..8435f73060 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-kitchen-sink.v2compat.golden @@ -0,0 +1,104 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + }, + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + }, + { + "andIds": { + "ids": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/unsafe$" + } + } + } + } + }, + { + "notId": { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + } + } + ] + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-mixed-precedence--httpfilter.golden b/agent/xds/testdata/rbac/default-deny-mixed-precedence--httpfilter.golden index a75619b01c..a37549e5ea 100644 --- a/agent/xds/testdata/rbac/default-deny-mixed-precedence--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-deny-mixed-precedence--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-mixed-precedence--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-deny-mixed-precedence--httpfilter.v2compat.golden new file mode 100644 index 0000000000..a75619b01c --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-mixed-precedence--httpfilter.v2compat.golden @@ -0,0 +1,31 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-mixed-precedence.golden b/agent/xds/testdata/rbac/default-deny-mixed-precedence.golden index b0c09ffe63..4bc3c7378c 100644 --- a/agent/xds/testdata/rbac/default-deny-mixed-precedence.golden +++ b/agent/xds/testdata/rbac/default-deny-mixed-precedence.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-mixed-precedence.v2compat.golden b/agent/xds/testdata/rbac/default-deny-mixed-precedence.v2compat.golden new file mode 100644 index 0000000000..b0c09ffe63 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-mixed-precedence.v2compat.golden @@ -0,0 +1,32 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-one-allow--httpfilter.golden b/agent/xds/testdata/rbac/default-deny-one-allow--httpfilter.golden index a75619b01c..a37549e5ea 100644 --- a/agent/xds/testdata/rbac/default-deny-one-allow--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-deny-one-allow--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-one-allow--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-deny-one-allow--httpfilter.v2compat.golden new file mode 100644 index 0000000000..a75619b01c --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-one-allow--httpfilter.v2compat.golden @@ -0,0 +1,31 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-one-allow.golden b/agent/xds/testdata/rbac/default-deny-one-allow.golden index b0c09ffe63..4bc3c7378c 100644 --- a/agent/xds/testdata/rbac/default-deny-one-allow.golden +++ b/agent/xds/testdata/rbac/default-deny-one-allow.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-one-allow.v2compat.golden b/agent/xds/testdata/rbac/default-deny-one-allow.v2compat.golden new file mode 100644 index 0000000000..b0c09ffe63 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-one-allow.v2compat.golden @@ -0,0 +1,32 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-service-wildcard-allow--httpfilter.golden b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow--httpfilter.golden index 8e0e7069f1..365f970c5e 100644 --- a/agent/xds/testdata/rbac/default-deny-service-wildcard-allow--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-service-wildcard-allow--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow--httpfilter.v2compat.golden new file mode 100644 index 0000000000..8e0e7069f1 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow--httpfilter.v2compat.golden @@ -0,0 +1,31 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.golden b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.golden index 0a47229cd4..fd84452653 100644 --- a/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.golden +++ b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer4": { diff --git a/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.v2compat.golden b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.v2compat.golden new file mode 100644 index 0000000000..0a47229cd4 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.v2compat.golden @@ -0,0 +1,32 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer4": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + } + ] + } + } + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms--httpfilter.golden b/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms--httpfilter.golden index 43bfb325d1..694f5858f1 100644 --- a/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer7-0": { diff --git a/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden new file mode 100644 index 0000000000..43bfb325d1 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms--httpfilter.v2compat.golden @@ -0,0 +1,239 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer7-0": { + "permissions": [ + { + "andRules": { + "rules": [ + { + "urlPath": { + "path": { + "prefix": "/v1" + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + } + } + ] + } + }, + { + "andRules": { + "rules": [ + { + "andRules": { + "rules": [ + { + "urlPath": { + "path": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "/v[123]" + } + } + } + }, + { + "header": { + "name": ":method", + "safeRegexMatch": { + "googleRe2": { + + }, + "regex": "GET|HEAD|OPTIONS" + } + } + } + ] + } + }, + { + "notRule": { + "urlPath": { + "path": { + "prefix": "/v1" + } + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + } + } + ] + } + }, + { + "andRules": { + "rules": [ + { + "andRules": { + "rules": [ + { + "header": { + "name": "x-foo", + "presentMatch": true + } + }, + { + "header": { + "name": "x-bar", + "exactMatch": "xyz" + } + }, + { + "header": { + "name": "x-dib", + "prefixMatch": "gaz" + } + }, + { + "header": { + "name": "x-gir", + "suffixMatch": "zim" + } + }, + { + "header": { + "name": "x-zim", + "safeRegexMatch": { + "googleRe2": { + + }, + "regex": "gi[rR]" + } + } + }, + { + "header": { + "name": "z-foo", + "presentMatch": true, + "invertMatch": true + } + }, + { + "header": { + "name": "z-bar", + "exactMatch": "xyz", + "invertMatch": true + } + }, + { + "header": { + "name": "z-dib", + "prefixMatch": "gaz", + "invertMatch": true + } + }, + { + "header": { + "name": "z-gir", + "suffixMatch": "zim", + "invertMatch": true + } + }, + { + "header": { + "name": "z-zim", + "safeRegexMatch": { + "googleRe2": { + + }, + "regex": "gi[rR]" + }, + "invertMatch": true + } + } + ] + } + }, + { + "notRule": { + "andRules": { + "rules": [ + { + "urlPath": { + "path": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "/v[123]" + } + } + } + }, + { + "header": { + "name": ":method", + "safeRegexMatch": { + "googleRe2": { + + }, + "regex": "GET|HEAD|OPTIONS" + } + } + } + ] + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "prefix": "/v1" + } + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + } + } + ] + } + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms.golden b/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms.golden index 84dfa0c7f0..92c7f921ad 100644 --- a/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms.golden +++ b/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, diff --git a/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms.v2compat.golden b/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms.v2compat.golden new file mode 100644 index 0000000000..84dfa0c7f0 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-single-intention-with-kitchen-sink-perms.v2compat.golden @@ -0,0 +1,10 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow--httpfilter.golden b/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow--httpfilter.golden index 227416919c..aeadff72b9 100644 --- a/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow--httpfilter.golden +++ b/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow--httpfilter.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.http.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.http.rbac.v3.RBAC", "rules": { "policies": { "consul-intentions-layer7-0": { diff --git a/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow--httpfilter.v2compat.golden b/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow--httpfilter.v2compat.golden new file mode 100644 index 0000000000..227416919c --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow--httpfilter.v2compat.golden @@ -0,0 +1,59 @@ +{ + "name": "envoy.filters.http.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.http.rbac.v2.RBAC", + "rules": { + "policies": { + "consul-intentions-layer7-0": { + "permissions": [ + { + "andRules": { + "rules": [ + { + "urlPath": { + "path": { + "prefix": "/" + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/admin" + } + } + } + }, + { + "notRule": { + "urlPath": { + "path": { + "exact": "/v1/secret" + } + } + } + } + ] + } + } + ], + "principals": [ + { + "authenticated": { + "principalName": { + "safeRegex": { + "googleRe2": { + + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + } + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow.golden b/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow.golden index 84dfa0c7f0..92c7f921ad 100644 --- a/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow.golden +++ b/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow.golden @@ -1,7 +1,7 @@ { "name": "envoy.filters.network.rbac", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC", "rules": { }, diff --git a/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow.v2compat.golden b/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow.v2compat.golden new file mode 100644 index 0000000000..84dfa0c7f0 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-two-path-deny-and-path-allow.v2compat.golden @@ -0,0 +1,10 @@ +{ + "name": "envoy.filters.network.rbac", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.rbac.v2.RBAC", + "rules": { + + }, + "statPrefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-15-x.golden b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-15-x.golden deleted file mode 100644 index 608140c669..0000000000 --- a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-15-x.golden +++ /dev/null @@ -1,67 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "db", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "weightedClusters": { - "clusters": [ - { - "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 9550 - }, - { - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 450 - } - ], - "totalWeight": 10000 - }, - "hashPolicy": [ - { - "cookie": { - "name": "chocolate-chip" - }, - "terminal": true - }, - { - "cookie": { - "name": "chocolate-chip", - "ttl": "0s" - } - }, - { - "header": { - "headerName": "x-user-id" - } - }, - { - "connectionProperties": { - "sourceIp": true - }, - "terminal": true - } - ] - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-16-x.golden b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-16-x.golden rename to agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-17-x.golden index 608140c669..9cac480402 100644 --- a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-16-x.golden +++ b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "virtualHosts": [ { @@ -62,6 +62,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-14-x.golden b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-14-x.golden rename to agent/xds/testdata/routes/connect-proxy-lb-in-resolver.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden deleted file mode 100644 index 357c4a3c35..0000000000 --- a/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-16-x.golden +++ /dev/null @@ -1,30 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "db", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "a236e964~db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden similarity index 77% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden index 357c4a3c35..9f8b54d159 100644 --- a/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "virtualHosts": [ { @@ -25,6 +25,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-16-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-16-x.golden deleted file mode 100644 index 85d873ab0f..0000000000 --- a/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-16-x.golden +++ /dev/null @@ -1,362 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "db", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/prefix" - }, - "route": { - "cluster": "prefix.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "path": "/exact" - }, - "route": { - "cluster": "exact.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "safeRegex": { - "googleRe2": { - - }, - "regex": "/regex" - } - }, - "route": { - "cluster": "regex.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "presentMatch": true - } - ] - }, - "route": { - "cluster": "hdr-present.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "presentMatch": true, - "invertMatch": true - } - ] - }, - "route": { - "cluster": "hdr-not-present.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "exactMatch": "exact" - } - ] - }, - "route": { - "cluster": "hdr-exact.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "prefixMatch": "prefix" - } - ] - }, - "route": { - "cluster": "hdr-prefix.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "suffixMatch": "suffix" - } - ] - }, - "route": { - "cluster": "hdr-suffix.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "safeRegexMatch": { - "googleRe2": { - - }, - "regex": "regex" - } - } - ] - }, - "route": { - "cluster": "hdr-regex.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": ":method", - "safeRegexMatch": { - "googleRe2": { - - }, - "regex": "GET|PUT" - } - } - ] - }, - "route": { - "cluster": "just-methods.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "exactMatch": "exact" - }, - { - "name": ":method", - "safeRegexMatch": { - "googleRe2": { - - }, - "regex": "GET|PUT" - } - } - ] - }, - "route": { - "cluster": "hdr-exact-with-method.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "queryParameters": [ - { - "name": "secretparam1", - "stringMatch": { - "exact": "exact" - } - } - ] - }, - "route": { - "cluster": "prm-exact.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "queryParameters": [ - { - "name": "secretparam2", - "stringMatch": { - "safeRegex": { - "googleRe2": { - - }, - "regex": "regex" - } - } - } - ] - }, - "route": { - "cluster": "prm-regex.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "queryParameters": [ - { - "name": "secretparam3", - "presentMatch": true - } - ] - }, - "route": { - "cluster": "prm-present.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "nil-match.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "empty-match-1.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "empty-match-2.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/prefix" - }, - "route": { - "cluster": "prefix-rewrite-1.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "prefixRewrite": "/" - } - }, - { - "match": { - "prefix": "/prefix" - }, - "route": { - "cluster": "prefix-rewrite-2.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "prefixRewrite": "/nested/newlocation" - } - }, - { - "match": { - "prefix": "/timeout" - }, - "route": { - "cluster": "req-timeout.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "timeout": "33s" - } - }, - { - "match": { - "prefix": "/retry-connect" - }, - "route": { - "cluster": "retry-connect.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "retryPolicy": { - "retryOn": "connect-failure", - "numRetries": 15 - } - } - }, - { - "match": { - "prefix": "/retry-codes" - }, - "route": { - "cluster": "retry-codes.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "retryPolicy": { - "retryOn": "retriable-status-codes", - "numRetries": 15, - "retriableStatusCodes": [ - 401, - 409, - 451 - ] - } - } - }, - { - "match": { - "prefix": "/retry-both" - }, - "route": { - "cluster": "retry-both.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "retryPolicy": { - "retryOn": "connect-failure,retriable-status-codes", - "retriableStatusCodes": [ - 401, - 409, - 451 - ] - } - } - }, - { - "match": { - "prefix": "/split-3-ways" - }, - "route": { - "weightedClusters": { - "clusters": [ - { - "name": "big-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 9550 - }, - { - "name": "goldilocks-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 400 - }, - { - "name": "lil-bit-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 50 - } - ], - "totalWeight": 10000 - } - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-15-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-15-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-17-x.golden index 85d873ab0f..7e2f58b0d2 100644 --- a/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "virtualHosts": [ { @@ -357,6 +357,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-14-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-14-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-router.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-16-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-16-x.golden deleted file mode 100644 index efe364bad5..0000000000 --- a/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-16-x.golden +++ /dev/null @@ -1,46 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "db", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "weightedClusters": { - "clusters": [ - { - "name": "big-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 9550 - }, - { - "name": "goldilocks-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 400 - }, - { - "name": "lil-bit-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 50 - } - ], - "totalWeight": 10000 - } - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-15-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-17-x.golden similarity index 88% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-15-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-17-x.golden index efe364bad5..5da88c61da 100644 --- a/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "virtualHosts": [ { @@ -41,6 +41,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-14-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-14-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden deleted file mode 100644 index a0b6cb832b..0000000000 --- a/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-16-x.golden +++ /dev/null @@ -1,30 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "db", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-15-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden similarity index 77% rename from agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-15-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden index a0b6cb832b..547b923b0d 100644 --- a/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "virtualHosts": [ { @@ -25,6 +25,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-14-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-14-x.golden deleted file mode 100644 index a0b6cb832b..0000000000 --- a/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-14-x.golden +++ /dev/null @@ -1,30 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "db", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-16-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-17-x.golden similarity index 77% rename from agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-16-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-17-x.golden index a0b6cb832b..547b923b0d 100644 --- a/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-16-x.golden +++ b/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "virtualHosts": [ { @@ -25,6 +25,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-16-x.golden b/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-16-x.golden deleted file mode 100644 index 244a2e7ef5..0000000000 --- a/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-16-x.golden +++ /dev/null @@ -1,38 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "db", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "path": "/fgrpc.PingServer/Ping" - }, - "route": { - "cluster": "prefix.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-15-x.golden b/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-17-x.golden similarity index 83% rename from agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-15-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-17-x.golden index 244a2e7ef5..c042006a5f 100644 --- a/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "virtualHosts": [ { @@ -33,6 +33,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-14-x.golden b/agent/xds/testdata/routes/connect-proxy-with-grpc-router.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-14-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-grpc-router.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/defaults-no-chain.envoy-1-17-x.golden b/agent/xds/testdata/routes/defaults-no-chain.envoy-1-17-x.golden new file mode 100644 index 0000000000..6bbc48e6d1 --- /dev/null +++ b/agent/xds/testdata/routes/defaults-no-chain.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/defaults-no-chain.envoy-1-14-x.golden b/agent/xds/testdata/routes/defaults-no-chain.v2compat.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/routes/defaults-no-chain.envoy-1-14-x.golden rename to agent/xds/testdata/routes/defaults-no-chain.v2compat.envoy-1-17-x.golden index a065cc73d0..a0fa487e73 100644 --- a/agent/xds/testdata/routes/defaults-no-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/routes/defaults-no-chain.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-15-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-16-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-17-x.golden b/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-17-x.golden new file mode 100644 index 0000000000..6bbc48e6d1 --- /dev/null +++ b/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/defaults-no-chain.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-defaults-no-chain.v2compat.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/routes/defaults-no-chain.envoy-1-15-x.golden rename to agent/xds/testdata/routes/ingress-defaults-no-chain.v2compat.envoy-1-17-x.golden index a065cc73d0..a0fa487e73 100644 --- a/agent/xds/testdata/routes/defaults-no-chain.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/ingress-defaults-no-chain.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-16-x.golden deleted file mode 100644 index aaab96ef9b..0000000000 --- a/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-16-x.golden +++ /dev/null @@ -1,91 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "443", - "virtualHosts": [ - { - "name": "baz", - "domains": [ - "baz.ingress.*", - "baz.ingress.*:443" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "baz.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "name": "qux", - "domains": [ - "qux.ingress.*", - "qux.ingress.*:443" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "qux.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - }, - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "8080", - "virtualHosts": [ - { - "name": "foo", - "domains": [ - "test1.example.com", - "test2.example.com", - "test2.example.com:8080", - "test1.example.com:8080" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - }, - { - "name": "bar", - "domains": [ - "bar.ingress.*", - "bar.ingress.*:8080" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-17-x.golden similarity index 89% rename from agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-15-x.golden rename to agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-17-x.golden index aaab96ef9b..4e7cfc422d 100644 --- a/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "443", "virtualHosts": [ { @@ -43,7 +43,7 @@ "validateClusters": true }, { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "8080", "virtualHosts": [ { @@ -86,6 +86,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-http-multiple-services.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-14-x.golden rename to agent/xds/testdata/routes/ingress-http-multiple-services.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-16-x.golden deleted file mode 100644 index fa9217491d..0000000000 --- a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-16-x.golden +++ /dev/null @@ -1,68 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "9191", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "db.ingress.*", - "db.ingress.*:9191" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "weightedClusters": { - "clusters": [ - { - "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 9550 - }, - { - "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 450 - } - ], - "totalWeight": 10000 - }, - "hashPolicy": [ - { - "cookie": { - "name": "chocolate-chip" - }, - "terminal": true - }, - { - "cookie": { - "name": "chocolate-chip", - "ttl": "0s" - } - }, - { - "header": { - "headerName": "x-user-id" - } - }, - { - "connectionProperties": { - "sourceIp": true - }, - "terminal": true - } - ] - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-17-x.golden similarity index 91% rename from agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-15-x.golden rename to agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-17-x.golden index fa9217491d..f2830cf0ca 100644 --- a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "9191", "virtualHosts": [ { @@ -63,6 +63,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-lb-in-resolver.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-14-x.golden rename to agent/xds/testdata/routes/ingress-lb-in-resolver.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden deleted file mode 100644 index ef5665e0f2..0000000000 --- a/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-16-x.golden +++ /dev/null @@ -1,43 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "9191", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "db.ingress.*", - "db.ingress.*:9191" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "weightedClusters": { - "clusters": [ - { - "name": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 5000 - }, - { - "name": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 5000 - } - ], - "totalWeight": 10000 - } - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden similarity index 86% rename from agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden rename to agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden index ef5665e0f2..4353e33b10 100644 --- a/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "9191", "virtualHosts": [ { @@ -38,6 +38,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-14-x.golden rename to agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-14-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-14-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-15-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-16-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-17-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-17-x.golden new file mode 100644 index 0000000000..6bbc48e6d1 --- /dev/null +++ b/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/defaults-no-chain.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/routes/defaults-no-chain.envoy-1-16-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden index a065cc73d0..a0fa487e73 100644 --- a/agent/xds/testdata/routes/defaults-no-chain.envoy-1-16-x.golden +++ b/agent/xds/testdata/routes/ingress-with-chain-and-overrides.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-16-x.golden deleted file mode 100644 index 70048c7b16..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-16-x.golden +++ /dev/null @@ -1,363 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "9191", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "db.ingress.*", - "db.ingress.*:9191" - ], - "routes": [ - { - "match": { - "prefix": "/prefix" - }, - "route": { - "cluster": "prefix.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "path": "/exact" - }, - "route": { - "cluster": "exact.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "safeRegex": { - "googleRe2": { - - }, - "regex": "/regex" - } - }, - "route": { - "cluster": "regex.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "presentMatch": true - } - ] - }, - "route": { - "cluster": "hdr-present.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "presentMatch": true, - "invertMatch": true - } - ] - }, - "route": { - "cluster": "hdr-not-present.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "exactMatch": "exact" - } - ] - }, - "route": { - "cluster": "hdr-exact.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "prefixMatch": "prefix" - } - ] - }, - "route": { - "cluster": "hdr-prefix.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "suffixMatch": "suffix" - } - ] - }, - "route": { - "cluster": "hdr-suffix.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "safeRegexMatch": { - "googleRe2": { - - }, - "regex": "regex" - } - } - ] - }, - "route": { - "cluster": "hdr-regex.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": ":method", - "safeRegexMatch": { - "googleRe2": { - - }, - "regex": "GET|PUT" - } - } - ] - }, - "route": { - "cluster": "just-methods.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "headers": [ - { - "name": "x-debug", - "exactMatch": "exact" - }, - { - "name": ":method", - "safeRegexMatch": { - "googleRe2": { - - }, - "regex": "GET|PUT" - } - } - ] - }, - "route": { - "cluster": "hdr-exact-with-method.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "queryParameters": [ - { - "name": "secretparam1", - "stringMatch": { - "exact": "exact" - } - } - ] - }, - "route": { - "cluster": "prm-exact.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "queryParameters": [ - { - "name": "secretparam2", - "stringMatch": { - "safeRegex": { - "googleRe2": { - - }, - "regex": "regex" - } - } - } - ] - }, - "route": { - "cluster": "prm-regex.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/", - "queryParameters": [ - { - "name": "secretparam3", - "presentMatch": true - } - ] - }, - "route": { - "cluster": "prm-present.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "nil-match.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "empty-match-1.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "empty-match-2.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/prefix" - }, - "route": { - "cluster": "prefix-rewrite-1.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "prefixRewrite": "/" - } - }, - { - "match": { - "prefix": "/prefix" - }, - "route": { - "cluster": "prefix-rewrite-2.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "prefixRewrite": "/nested/newlocation" - } - }, - { - "match": { - "prefix": "/timeout" - }, - "route": { - "cluster": "req-timeout.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "timeout": "33s" - } - }, - { - "match": { - "prefix": "/retry-connect" - }, - "route": { - "cluster": "retry-connect.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "retryPolicy": { - "retryOn": "connect-failure", - "numRetries": 15 - } - } - }, - { - "match": { - "prefix": "/retry-codes" - }, - "route": { - "cluster": "retry-codes.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "retryPolicy": { - "retryOn": "retriable-status-codes", - "numRetries": 15, - "retriableStatusCodes": [ - 401, - 409, - 451 - ] - } - } - }, - { - "match": { - "prefix": "/retry-both" - }, - "route": { - "cluster": "retry-both.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "retryPolicy": { - "retryOn": "connect-failure,retriable-status-codes", - "retriableStatusCodes": [ - 401, - 409, - 451 - ] - } - } - }, - { - "match": { - "prefix": "/split-3-ways" - }, - "route": { - "weightedClusters": { - "clusters": [ - { - "name": "big-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 9550 - }, - { - "name": "goldilocks-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 400 - }, - { - "name": "lil-bit-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 50 - } - ], - "totalWeight": 10000 - } - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-17-x.golden similarity index 98% rename from agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-15-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-17-x.golden index 70048c7b16..26da960516 100644 --- a/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "9191", "virtualHosts": [ { @@ -358,6 +358,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-router.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-14-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-and-router.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-16-x.golden deleted file mode 100644 index 4601126e10..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-16-x.golden +++ /dev/null @@ -1,47 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "9191", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "db.ingress.*", - "db.ingress.*:9191" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "weightedClusters": { - "clusters": [ - { - "name": "big-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 9550 - }, - { - "name": "goldilocks-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 400 - }, - { - "name": "lil-bit-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 50 - } - ], - "totalWeight": 10000 - } - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-17-x.golden similarity index 88% rename from agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-15-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-17-x.golden index 4601126e10..87b3422e49 100644 --- a/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "9191", "virtualHosts": [ { @@ -42,6 +42,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-splitter.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-14-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-and-splitter.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-14-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-14-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-15-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-16-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-17-x.golden b/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-17-x.golden new file mode 100644 index 0000000000..6bbc48e6d1 --- /dev/null +++ b/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-14-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden index a065cc73d0..a0fa487e73 100644 --- a/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/routes/ingress-with-chain-external-sni.v2compat.envoy-1-17-x.golden @@ -1,7 +1,5 @@ { "versionInfo": "00000001", - "resources": [ - ], "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-with-chain.envoy-1-14-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain.envoy-1-14-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-with-chain.envoy-1-15-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain.envoy-1-15-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-with-chain.envoy-1-16-x.golden deleted file mode 100644 index a065cc73d0..0000000000 --- a/agent/xds/testdata/routes/ingress-with-chain.envoy-1-16-x.golden +++ /dev/null @@ -1,7 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain.envoy-1-17-x.golden b/agent/xds/testdata/routes/ingress-with-chain.envoy-1-17-x.golden new file mode 100644 index 0000000000..6bbc48e6d1 --- /dev/null +++ b/agent/xds/testdata/routes/ingress-with-chain.envoy-1-17-x.golden @@ -0,0 +1,7 @@ +{ + "versionInfo": "00000001", + "resources": [ + ], + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-chain.v2compat.envoy-1-17-x.golden b/agent/xds/testdata/routes/ingress-with-chain.v2compat.envoy-1-17-x.golden new file mode 100644 index 0000000000..a0fa487e73 --- /dev/null +++ b/agent/xds/testdata/routes/ingress-with-chain.v2compat.envoy-1-17-x.golden @@ -0,0 +1,5 @@ +{ + "versionInfo": "00000001", + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-16-x.golden b/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-16-x.golden deleted file mode 100644 index 5e2dd93481..0000000000 --- a/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-16-x.golden +++ /dev/null @@ -1,39 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "9191", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "db.ingress.*", - "db.ingress.*:9191" - ], - "routes": [ - { - "match": { - "path": "/fgrpc.PingServer/Ping" - }, - "route": { - "cluster": "prefix.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - }, - { - "match": { - "prefix": "/" - }, - "route": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-17-x.golden similarity index 84% rename from agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-15-x.golden rename to agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-17-x.golden index 5e2dd93481..d8ed06629c 100644 --- a/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "9191", "virtualHosts": [ { @@ -34,6 +34,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-with-grpc-router.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-14-x.golden rename to agent/xds/testdata/routes/ingress-with-grpc-router.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-16-x.golden b/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-16-x.golden deleted file mode 100644 index 8c2f58a985..0000000000 --- a/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-16-x.golden +++ /dev/null @@ -1,42 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "db", - "virtualHosts": [ - { - "name": "db", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "weightedClusters": { - "clusters": [ - { - "name": "v1.db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 5000 - }, - { - "name": "v2.db.default.dc2.internal.11111111-2222-3333-4444-555555555555.consul", - "weight": 5000 - } - ], - "totalWeight": 10000 - } - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-15-x.golden b/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-17-x.golden similarity index 86% rename from agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-15-x.golden rename to agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-17-x.golden index 8c2f58a985..dec26fd159 100644 --- a/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "db", "virtualHosts": [ { @@ -37,6 +37,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } \ No newline at end of file diff --git a/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/routes/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-14-x.golden rename to agent/xds/testdata/routes/splitter-with-resolver-redirect.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-16-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-16-x.golden deleted file mode 100644 index 940fac7bb7..0000000000 --- a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-16-x.golden +++ /dev/null @@ -1,136 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "virtualHosts": [ - { - "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "autoHostRewrite": true, - "cluster": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "hashPolicy": [ - { - "cookie": { - "name": "chocolate-chip" - }, - "terminal": true - }, - { - "header": { - "headerName": "x-user-id" - } - }, - { - "connectionProperties": { - "sourceIp": true - }, - "terminal": true - } - ] - } - } - ] - } - ], - "validateClusters": true - }, - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "virtualHosts": [ - { - "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "autoHostRewrite": true, - "cluster": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "hashPolicy": [ - { - "cookie": { - "name": "chocolate-chip" - }, - "terminal": true - }, - { - "header": { - "headerName": "x-user-id" - } - }, - { - "connectionProperties": { - "sourceIp": true - }, - "terminal": true - } - ] - } - } - ] - } - ], - "validateClusters": true - }, - { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "virtualHosts": [ - { - "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "prefix": "/" - }, - "route": { - "autoHostRewrite": true, - "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "hashPolicy": [ - { - "cookie": { - "name": "chocolate-chip" - }, - "terminal": true - }, - { - "header": { - "headerName": "x-user-id" - } - }, - { - "connectionProperties": { - "sourceIp": true - }, - "terminal": true - } - ] - } - } - ] - } - ], - "validateClusters": true - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", - "nonce": "00000001" -} diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-15-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-17-x.golden similarity index 92% rename from agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-15-x.golden rename to agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-17-x.golden index 940fac7bb7..d228a0cdb5 100644 --- a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-15-x.golden +++ b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-17-x.golden @@ -2,7 +2,7 @@ "versionInfo": "00000001", "resources": [ { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "virtualHosts": [ { @@ -45,7 +45,7 @@ "validateClusters": true }, { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "virtualHosts": [ { @@ -88,7 +88,7 @@ "validateClusters": true }, { - "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "@type": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "virtualHosts": [ { @@ -131,6 +131,6 @@ "validateClusters": true } ], - "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "typeUrl": "type.googleapis.com/envoy.config.route.v3.RouteConfiguration", "nonce": "00000001" } diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-14-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden similarity index 100% rename from agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-14-x.golden rename to agent/xds/testdata/routes/terminating-gateway-lb-config.v2compat.envoy-1-17-x.golden diff --git a/agent/xds/testing.go b/agent/xds/testing.go index 4ae276addd..a2b0236bc6 100644 --- a/agent/xds/testing.go +++ b/agent/xds/testing.go @@ -9,16 +9,13 @@ import ( "sync" "time" - envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" - envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoyauth "github.com/envoyproxy/go-control-plane/envoy/service/auth/v2" - envoytype "github.com/envoyproxy/go-control-plane/envoy/type" + envoy_core_v3 "github.com/envoyproxy/go-control-plane/envoy/config/core/v3" + envoy_discovery_v3 "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3" + envoy_type_v3 "github.com/envoyproxy/go-control-plane/envoy/type/v3" + "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/mitchellh/go-testing-interface" "google.golang.org/grpc/metadata" - - "github.com/hashicorp/consul/agent/connect" - "github.com/hashicorp/consul/agent/xds/proxysupport" ) // TestADSStream mocks @@ -26,27 +23,27 @@ import ( // testing ADS handler. type TestADSStream struct { ctx context.Context - sendCh chan *envoy.DiscoveryResponse - recvCh chan *envoy.DiscoveryRequest + sendCh chan *envoy_discovery_v3.DiscoveryResponse + recvCh chan *envoy_discovery_v3.DiscoveryRequest } // NewTestADSStream makes a new TestADSStream func NewTestADSStream(t testing.T, ctx context.Context) *TestADSStream { return &TestADSStream{ ctx: ctx, - sendCh: make(chan *envoy.DiscoveryResponse, 1), - recvCh: make(chan *envoy.DiscoveryRequest, 1), + sendCh: make(chan *envoy_discovery_v3.DiscoveryResponse, 1), + recvCh: make(chan *envoy_discovery_v3.DiscoveryRequest, 1), } } // Send implements ADSStream -func (s *TestADSStream) Send(r *envoy.DiscoveryResponse) error { +func (s *TestADSStream) Send(r *envoy_discovery_v3.DiscoveryResponse) error { s.sendCh <- r return nil } // Recv implements ADSStream -func (s *TestADSStream) Recv() (*envoy.DiscoveryRequest, error) { +func (s *TestADSStream) Recv() (*envoy_discovery_v3.DiscoveryRequest, error) { r := <-s.recvCh if r == nil { return nil, io.EOF @@ -124,7 +121,7 @@ func hexString(v uint64) string { return fmt.Sprintf("%08x", v) } -func stringToEnvoyVersion(vs string) (*envoytype.SemanticVersion, bool) { +func stringToEnvoyVersion(vs string) (*envoy_type_v3.SemanticVersion, bool) { parts := strings.Split(vs, ".") if len(parts) != 3 { return nil, false @@ -143,7 +140,7 @@ func stringToEnvoyVersion(vs string) (*envoytype.SemanticVersion, bool) { return nil, false } - return &envoytype.SemanticVersion{ + return &envoy_type_v3.SemanticVersion{ MajorNumber: uint32(major), MinorNumber: uint32(minor), Patch: uint32(patch), @@ -160,14 +157,14 @@ func (e *TestEnvoy) SendReq(t testing.T, typeURL string, version, nonce uint64) t.Fatal("envoy version is not valid: %s", proxysupport.EnvoyVersions[0]) } - req := &envoy.DiscoveryRequest{ + req := &envoy_discovery_v3.DiscoveryRequest{ VersionInfo: hexString(version), - Node: &envoycore.Node{ + Node: &envoy_core_v3.Node{ Id: e.proxyID, Cluster: e.proxyID, UserAgentName: "envoy", - UserAgentVersionType: &envoycore.Node_UserAgentBuildVersion{ - UserAgentBuildVersion: &envoycore.BuildVersion{ + UserAgentVersionType: &envoy_core_v3.Node_UserAgentBuildVersion{ + UserAgentBuildVersion: &envoy_core_v3.BuildVersion{ Version: ev, }, }, @@ -197,26 +194,3 @@ func (e *TestEnvoy) Close() error { } return nil } - -// TestCheckRequest creates an envoyauth.CheckRequest with the source and -// destination service names. -func TestCheckRequest(t testing.T, source, dest string) *envoyauth.CheckRequest { - return &envoyauth.CheckRequest{ - Attributes: &envoyauth.AttributeContext{ - Source: makeAttributeContextPeer(t, source), - Destination: makeAttributeContextPeer(t, dest), - }, - } -} - -func makeAttributeContextPeer(t testing.T, svc string) *envoyauth.AttributeContext_Peer { - spiffeID := connect.TestSpiffeIDService(t, svc) - return &envoyauth.AttributeContext_Peer{ - // We don't care about IP for now might later though - Address: makeAddress("10.0.0.1", 1234), - // Note we don't set Service since that is an advisory only mechanism in - // Envoy triggered by self-declared headers. We rely on the actual TLS Peer - // identity. - Principal: spiffeID.URI().String(), - } -} diff --git a/agent/xds/version_compat.go b/agent/xds/version_compat.go new file mode 100644 index 0000000000..87880b87e3 --- /dev/null +++ b/agent/xds/version_compat.go @@ -0,0 +1,488 @@ +package xds + +import ( + "errors" + "fmt" + + envoy_api_v2 "github.com/envoyproxy/go-control-plane/envoy/api/v2" + envoy_tls_v2 "github.com/envoyproxy/go-control-plane/envoy/api/v2/auth" + envoy_core_v2 "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" + envoy_listener_v2 "github.com/envoyproxy/go-control-plane/envoy/api/v2/listener" + envoy_route_v2 "github.com/envoyproxy/go-control-plane/envoy/api/v2/route" + envoy_cluster_v3 "github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3" + envoy_endpoint_v3 "github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3" + envoy_http_rbac_v2 "github.com/envoyproxy/go-control-plane/envoy/config/filter/http/rbac/v2" + envoy_tls_inspector_v2 "github.com/envoyproxy/go-control-plane/envoy/config/filter/listener/tls_inspector/v2" + envoy_http_v2 "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_manager/v2" + envoy_network_rbac_v2 "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/rbac/v2" + envoy_sni_v2 "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/sni_cluster/v2" + envoy_tcp_proxy_v2 "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/tcp_proxy/v2" + envoy_listener_v3 "github.com/envoyproxy/go-control-plane/envoy/config/listener/v3" + envoy_metrics_v2 "github.com/envoyproxy/go-control-plane/envoy/config/metrics/v2" + envoy_metrics_v3 "github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3" + envoy_route_v3 "github.com/envoyproxy/go-control-plane/envoy/config/route/v3" + envoy_trace_v2 "github.com/envoyproxy/go-control-plane/envoy/config/trace/v2" + envoy_trace_v3 "github.com/envoyproxy/go-control-plane/envoy/config/trace/v3" + envoy_http_rbac_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3" + envoy_tls_inspector_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/listener/tls_inspector/v3" + envoy_http_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3" + envoy_network_rbac_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/rbac/v3" + envoy_sni_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/sni_cluster/v3" + envoy_tcp_proxy_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/tcp_proxy/v3" + envoy_tls_v3 "github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3" + envoy_discovery_v2 "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v2" + envoy_discovery_v3 "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3" + + "github.com/golang/protobuf/proto" + "github.com/golang/protobuf/ptypes" + "github.com/golang/protobuf/ptypes/any" + "google.golang.org/grpc" +) + +// The plumbing in this file supports converting xDS v3 requests and responses +// to and from xDS v2 representations. This is primarily of use for envoy +// sidecars configured and launched by Consul versions prior to 1.10. +// +// Once the servers and client agents in a datacenter have been upgraded to +// 1.10+, and all of the sidecars have been restarted with a fresh bootstrap +// config file generated by Consul 1.10+ then none of these abstractions are +// used. +// +// At most we only need to retain this logic until our envoy support matrix +// looks like: +// +// - 1.20.x (v2 deleted) +// - 1.19.x (v2 deleted) +// - 1.18.x (v2 deleted) +// - 1.17.x (v2 opt-in) + +type adsServerV2Shim struct { + srv *Server +} + +// StreamAggregatedResources implements +// envoy_discovery_v2.AggregatedDiscoveryServiceServer. This is the ADS endpoint which is +// the only xDS API we directly support for now. +func (s *adsServerV2Shim) StreamAggregatedResources(stream ADSStream_v2) error { + shim := &adsStreamV3Shim{ + stream: stream, + ServerStream: stream, + } + return s.srv.StreamAggregatedResources(shim) +} + +// DeltaAggregatedResources implements envoy_discovery_v2.AggregatedDiscoveryServiceServer +func (s *adsServerV2Shim) DeltaAggregatedResources(_ envoy_discovery_v2.AggregatedDiscoveryService_DeltaAggregatedResourcesServer) error { + return errors.New("not implemented") +} + +type adsStreamV3Shim struct { + stream ADSStream_v2 + grpc.ServerStream +} + +var _ ADSStream = (*adsStreamV3Shim)(nil) + +func (s *adsStreamV3Shim) Send(resp *envoy_discovery_v3.DiscoveryResponse) error { + respv2, err := convertDiscoveryResponseToV2(resp) + if err != nil { + return fmt.Errorf("Error converting a v3 DiscoveryResponse to v2: %w", err) + } + + return s.stream.Send(respv2) +} + +func (s *adsStreamV3Shim) Recv() (*envoy_discovery_v3.DiscoveryRequest, error) { + req, err := s.stream.Recv() + if err != nil { + return nil, err + } + + reqv3, err := convertDiscoveryRequestToV3(req) + if err != nil { + return nil, fmt.Errorf("Error converting a v2 DiscoveryRequest to v3: %w", err) + } + + return reqv3, nil +} + +func convertDiscoveryRequestToV3(req *envoy_api_v2.DiscoveryRequest) (*envoy_discovery_v3.DiscoveryRequest, error) { + var pbuf proto.Buffer + if err := pbuf.Marshal(req); err != nil { + return nil, err + } + + var reqV3 envoy_discovery_v3.DiscoveryRequest + if err := pbuf.Unmarshal(&reqV3); err != nil { + return nil, err + } + + // only one field to munge + if err := convertTypeUrlsToV3(&reqV3.TypeUrl); err != nil { + return nil, err + } + + return &reqV3, nil +} + +func convertDiscoveryResponseToV2(resp *envoy_discovery_v3.DiscoveryResponse) (*envoy_api_v2.DiscoveryResponse, error) { + var pbuf proto.Buffer + if err := pbuf.Marshal(resp); err != nil { + return nil, err + } + + var respV2 envoy_api_v2.DiscoveryResponse + if err := pbuf.Unmarshal(&respV2); err != nil { + return nil, err + } + + if err := convertTypedConfigsToV2(&respV2); err != nil { + return nil, err + } + + return &respV2, nil +} + +// convertNetFilterToV2 is only used in tests. +func convertNetFilterToV2(filter *envoy_listener_v3.Filter) (*envoy_listener_v2.Filter, error) { + var pbuf proto.Buffer + if err := pbuf.Marshal(filter); err != nil { + return nil, err + } + + var filterV2 envoy_listener_v2.Filter + if err := pbuf.Unmarshal(&filterV2); err != nil { + return nil, err + } + + if err := convertTypedConfigsToV2(&filterV2); err != nil { + return nil, err + } + + return &filterV2, nil +} + +// convertHttpFilterToV2 is only used in tests. +func convertHttpFilterToV2(filter *envoy_http_v3.HttpFilter) (*envoy_http_v2.HttpFilter, error) { + var pbuf proto.Buffer + if err := pbuf.Marshal(filter); err != nil { + return nil, err + } + + var filterV2 envoy_http_v2.HttpFilter + if err := pbuf.Unmarshal(&filterV2); err != nil { + return nil, err + } + + if err := convertTypedConfigsToV2(&filterV2); err != nil { + return nil, err + } + + return &filterV2, nil +} + +// Responses +func convertTypedConfigsToV2(pb proto.Message) error { + switch x := pb.(type) { + case *envoy_api_v2.DiscoveryResponse: + if err := convertTypeUrlsToV2(&x.TypeUrl); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + for _, res := range x.Resources { + if err := convertTypedConfigsToV2(res); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + return nil + case *any.Any: + // first flip the any.Any to v2 + if err := convertTypeUrlsToV2(&x.TypeUrl); err != nil { + return fmt.Errorf("%T(%s) convert type urls in envelope: %w", x, x.TypeUrl, err) + } + + // now decode into a v2 type + var dynAny ptypes.DynamicAny + if err := ptypes.UnmarshalAny(x, &dynAny); err != nil { + return fmt.Errorf("%T(%s) dynamic unmarshal: %w", x, x.TypeUrl, err) + } + + // handle the contents and then put them back in the any.Any + // handle contents first + if err := convertTypedConfigsToV2(dynAny.Message); err != nil { + return fmt.Errorf("%T(%s) convert type urls in body: %w", x, x.TypeUrl, err) + } + anyFixed, err := ptypes.MarshalAny(dynAny.Message) + if err != nil { + return fmt.Errorf("%T(%s) dynamic re-marshal: %w", x, x.TypeUrl, err) + } + x.Value = anyFixed.Value + return nil + case *envoy_api_v2.Listener: + for _, chain := range x.FilterChains { + if err := convertTypedConfigsToV2(chain); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + for _, filter := range x.ListenerFilters { + // We only ever plumb up the tls_inspector listener filter. + if err := convertTypedConfigsToV2(filter); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + return nil + case *envoy_listener_v2.ListenerFilter: + // This is really only here for when the tls inspector is for some + // random reason plumbed using the @type instead of the name. + if x.ConfigType != nil { + tc, ok := x.ConfigType.(*envoy_listener_v2.ListenerFilter_TypedConfig) + if !ok { + return fmt.Errorf("%T: ConfigType type %T not handled", x, x.ConfigType) + } + if tc.TypedConfig != nil { + if err := convertTypedConfigsToV2(tc.TypedConfig); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + } + return nil + case *envoy_listener_v2.FilterChain: + for _, filter := range x.Filters { + if err := convertTypedConfigsToV2(filter); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + if x.TransportSocket != nil { + if err := convertTypedConfigsToV2(x.TransportSocket); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + return nil + case *envoy_listener_v2.Filter: + // "envoy.filters.network.tcp_proxy" + // "envoy.filters.network.http_connection_manager" + // "envoy.filters.network.rbac" + // "envoy.filters.network.sni_cluster" + if x.ConfigType != nil { + tc, ok := x.ConfigType.(*envoy_listener_v2.Filter_TypedConfig) + if !ok { + return fmt.Errorf("%T: ConfigType type %T not handled", x, x.ConfigType) + } + if tc.TypedConfig != nil { + if err := convertTypedConfigsToV2(tc.TypedConfig); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + } + return nil + case *envoy_core_v2.TransportSocket: + if x.ConfigType != nil { + tc, ok := x.ConfigType.(*envoy_core_v2.TransportSocket_TypedConfig) + if !ok { + return fmt.Errorf("%T: ConfigType type %T not handled", x, x.ConfigType) + } + if tc.TypedConfig != nil { + if err := convertTypedConfigsToV2(tc.TypedConfig); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + } + return nil + case *envoy_api_v2.ClusterLoadAssignment: + return nil + case *envoy_api_v2.Cluster: + if x.TransportSocket != nil { + if err := convertTypedConfigsToV2(x.TransportSocket); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + for _, tsm := range x.TransportSocketMatches { + if tsm.TransportSocket != nil { + if err := convertTypedConfigsToV2(tsm.TransportSocket); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + } + if x.EdsClusterConfig != nil { + if x.EdsClusterConfig.EdsConfig != nil { + if err := convertTypedConfigsToV2(x.EdsClusterConfig.EdsConfig); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + } + return nil + case *envoy_api_v2.RouteConfiguration: + for _, vhost := range x.VirtualHosts { + if err := convertTypedConfigsToV2(vhost); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + if x.Vhds != nil && x.Vhds.ConfigSource != nil { + if err := convertTypedConfigsToV2(x.Vhds.ConfigSource); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + return nil + case *envoy_route_v2.VirtualHost: + if x.RetryPolicy != nil { + if err := convertTypedConfigsToV2(x.RetryPolicy); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + return nil + case *envoy_route_v2.RetryPolicy: + return nil + case *envoy_http_v2.HttpFilter: + if x.ConfigType != nil { + tc, ok := x.ConfigType.(*envoy_http_v2.HttpFilter_TypedConfig) + if !ok { + return fmt.Errorf("%T: ConfigType type %T not handled", x, x.ConfigType) + } + if tc.TypedConfig != nil { + if err := convertTypedConfigsToV2(tc.TypedConfig); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + } + return nil + case *envoy_core_v2.ConfigSource: + if x.ConfigSourceSpecifier != nil { + if _, ok := x.ConfigSourceSpecifier.(*envoy_core_v2.ConfigSource_Ads); !ok { + return fmt.Errorf("%T: ConfigSourceSpecifier type %T not handled", x, x.ConfigSourceSpecifier) + } + } + x.ResourceApiVersion = envoy_core_v2.ApiVersion_V2 + return nil + case *envoy_http_v2.HttpConnectionManager: // "envoy.filters.network.http_connection_manager" + if x.RouteSpecifier != nil { + switch spec := x.RouteSpecifier.(type) { + case *envoy_http_v2.HttpConnectionManager_Rds: + if spec.Rds != nil && spec.Rds.ConfigSource != nil { + if err := convertTypedConfigsToV2(spec.Rds.ConfigSource); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + case *envoy_http_v2.HttpConnectionManager_RouteConfig: + if spec.RouteConfig != nil { + if err := convertTypedConfigsToV2(spec.RouteConfig); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + default: + return fmt.Errorf("%T: RouteSpecifier type %T not handled", x, spec) + } + } + for _, filter := range x.HttpFilters { + if err := convertTypedConfigsToV2(filter); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + if x.Tracing != nil && x.Tracing.Provider != nil && x.Tracing.Provider.ConfigType != nil { + tc, ok := x.Tracing.Provider.ConfigType.(*envoy_trace_v2.Tracing_Http_TypedConfig) + if !ok { + return fmt.Errorf("%T: Tracing.Provider.ConfigType type %T not handled", x, x.Tracing.Provider.ConfigType) + } + if err := convertTypedConfigsToV2(tc.TypedConfig); err != nil { + return fmt.Errorf("%T: %w", x, err) + } + } + return nil + case *envoy_tls_inspector_v2.TlsInspector: // "envoy.filters.listener.tls_inspector" + return nil + case *envoy_tcp_proxy_v2.TcpProxy: // "envoy.filters.network.tcp_proxy" + return nil + case *envoy_network_rbac_v2.RBAC: // "envoy.filters.network.rbac" + return nil + case *envoy_sni_v2.SniCluster: // "envoy.filters.network.sni_cluster" + return nil + case *envoy_http_rbac_v2.RBAC: + return nil + case *envoy_tls_v2.UpstreamTlsContext: + return nil + case *envoy_tls_v2.DownstreamTlsContext: + return nil + default: + return fmt.Errorf("could not convert unexpected type to v2: %T", pb) + } +} + +func convertTypeUrlsToV2(typeUrl *string) error { + if _, ok := typeConvert2to3[*typeUrl]; ok { + return nil // already happened + } + + converted, ok := typeConvert3to2[*typeUrl] + if !ok { + return fmt.Errorf("could not convert type url to v2: %s", *typeUrl) + } + *typeUrl = converted + return nil +} + +func convertTypeUrlsToV3(typeUrl *string) error { + if _, ok := typeConvert3to2[*typeUrl]; ok { + return nil // already happened + } + + converted, ok := typeConvert2to3[*typeUrl] + if !ok { + return fmt.Errorf("could not convert type url to v3: %s", *typeUrl) + } + *typeUrl = converted + return nil +} + +var ( + typeConvert2to3 map[string]string + typeConvert3to2 map[string]string +) + +func init() { + typeConvert2to3 = make(map[string]string) + typeConvert3to2 = make(map[string]string) + + reg := func(type2, type3 string) { + if type2 == "" { + panic("v2 type is empty") + } + if type3 == "" { + panic("v3 type is empty") + } + typeConvert2to3[type2] = type3 + typeConvert3to2[type3] = type2 + } + reg2 := func(pb2, pb3 proto.Message) { + any2, err := ptypes.MarshalAny(pb2) + if err != nil { + panic(err) + } + any3, err := ptypes.MarshalAny(pb3) + if err != nil { + panic(err) + } + + reg(any2.TypeUrl, any3.TypeUrl) + } + + // primary resources + reg2(&envoy_api_v2.Listener{}, &envoy_listener_v3.Listener{}) // LDS + reg2(&envoy_api_v2.Cluster{}, &envoy_cluster_v3.Cluster{}) // CDS + reg2(&envoy_api_v2.RouteConfiguration{}, &envoy_route_v3.RouteConfiguration{}) // RDS + reg2(&envoy_api_v2.ClusterLoadAssignment{}, &envoy_endpoint_v3.ClusterLoadAssignment{}) // EDS + + // filters + reg2(&envoy_http_v2.HttpConnectionManager{}, &envoy_http_v3.HttpConnectionManager{}) // "envoy.filters.network.http_connection_manager" + reg2(&envoy_tcp_proxy_v2.TcpProxy{}, &envoy_tcp_proxy_v3.TcpProxy{}) // "envoy.filters.network.tcp_proxy" + reg2(&envoy_network_rbac_v2.RBAC{}, &envoy_network_rbac_v3.RBAC{}) // "envoy.filters.network.rbac" + reg2(&envoy_http_rbac_v2.RBAC{}, &envoy_http_rbac_v3.RBAC{}) // "envoy.filters.http.rbac + reg2(&envoy_tls_inspector_v2.TlsInspector{}, &envoy_tls_inspector_v3.TlsInspector{}) // "envoy.filters.listener.tls_inspector" + reg2(&envoy_sni_v2.SniCluster{}, &envoy_sni_v3.SniCluster{}) // "envoy.filters.network.sni_cluster" + + // cluster tls + reg2(&envoy_tls_v2.UpstreamTlsContext{}, &envoy_tls_v3.UpstreamTlsContext{}) + reg2(&envoy_tls_v2.DownstreamTlsContext{}, &envoy_tls_v3.DownstreamTlsContext{}) + + // extension elements + reg2(&envoy_metrics_v2.DogStatsdSink{}, &envoy_metrics_v3.DogStatsdSink{}) + reg2(&envoy_metrics_v2.StatsdSink{}, &envoy_metrics_v3.StatsdSink{}) + reg2(&envoy_trace_v2.ZipkinConfig{}, &envoy_trace_v3.ZipkinConfig{}) +} diff --git a/api/agent.go b/api/agent.go index 931cce0a8f..0ed6fc2984 100644 --- a/api/agent.go +++ b/api/agent.go @@ -122,6 +122,7 @@ type AgentServiceConnectProxyConfig struct { Upstreams []Upstream `json:",omitempty"` MeshGateway MeshGatewayConfig `json:",omitempty"` Expose ExposeConfig `json:",omitempty"` + TransparentProxy bool `json:",omitempty"` } const ( @@ -313,6 +314,7 @@ type AgentServiceCheck struct { TCP string `json:",omitempty"` Status string `json:",omitempty"` Notes string `json:",omitempty"` + TLSServerName string `json:",omitempty"` TLSSkipVerify bool `json:",omitempty"` GRPC string `json:",omitempty"` GRPCUseTLS bool `json:",omitempty"` @@ -406,6 +408,7 @@ type Upstream struct { LocalBindPort int `json:",omitempty"` Config map[string]interface{} `json:",omitempty" bexpr:"-"` MeshGateway MeshGatewayConfig `json:",omitempty"` + CentrallyConfigured bool `json:",omitempty" bexpr:"-"` } // Agent can be used to query the Agent endpoints @@ -506,7 +509,14 @@ func (a *Agent) Checks() (map[string]*AgentCheck, error) { // ChecksWithFilter returns a subset of the locally registered checks that match // the given filter expression func (a *Agent) ChecksWithFilter(filter string) (map[string]*AgentCheck, error) { + return a.ChecksWithFilterOpts(filter, nil) +} + +// ChecksWithFilterOpts returns a subset of the locally registered checks that match +// the given filter expression and QueryOptions. +func (a *Agent) ChecksWithFilterOpts(filter string, q *QueryOptions) (map[string]*AgentCheck, error) { r := a.c.newRequest("GET", "/v1/agent/checks") + r.setQueryOptions(q) r.filterQuery(filter) _, resp, err := requireOK(a.c.doRequest(r)) if err != nil { @@ -529,7 +539,14 @@ func (a *Agent) Services() (map[string]*AgentService, error) { // ServicesWithFilter returns a subset of the locally registered services that match // the given filter expression func (a *Agent) ServicesWithFilter(filter string) (map[string]*AgentService, error) { + return a.ServicesWithFilterOpts(filter, nil) +} + +// ServicesWithFilterOpts returns a subset of the locally registered services that match +// the given filter expression and QueryOptions. +func (a *Agent) ServicesWithFilterOpts(filter string, q *QueryOptions) (map[string]*AgentService, error) { r := a.c.newRequest("GET", "/v1/agent/services") + r.setQueryOptions(q) r.filterQuery(filter) _, resp, err := requireOK(a.c.doRequest(r)) if err != nil { @@ -724,6 +741,19 @@ func (a *Agent) ServiceDeregister(serviceID string) error { return nil } +// ServiceDeregisterOpts is used to deregister a service with +// the local agent with QueryOptions. +func (a *Agent) ServiceDeregisterOpts(serviceID string, q *QueryOptions) error { + r := a.c.newRequest("PUT", "/v1/agent/service/deregister/"+serviceID) + r.setQueryOptions(q) + _, resp, err := requireOK(a.c.doRequest(r)) + if err != nil { + return err + } + resp.Body.Close() + return nil +} + // PassTTL is used to set a TTL check to the passing state. // // DEPRECATION NOTICE: This interface is deprecated in favor of UpdateTTL(). @@ -798,6 +828,10 @@ type checkUpdate struct { // strings for compatibility (though a newer version of Consul will still be // required to use this API). func (a *Agent) UpdateTTL(checkID, output, status string) error { + return a.UpdateTTLOpts(checkID, output, status, nil) +} + +func (a *Agent) UpdateTTLOpts(checkID, output, status string, q *QueryOptions) error { switch status { case "pass", HealthPassing: status = HealthPassing @@ -811,6 +845,7 @@ func (a *Agent) UpdateTTL(checkID, output, status string) error { endpoint := fmt.Sprintf("/v1/agent/check/update/%s", checkID) r := a.c.newRequest("PUT", endpoint) + r.setQueryOptions(q) r.obj = &checkUpdate{ Status: status, Output: output, @@ -840,7 +875,14 @@ func (a *Agent) CheckRegister(check *AgentCheckRegistration) error { // CheckDeregister is used to deregister a check with // the local agent func (a *Agent) CheckDeregister(checkID string) error { + return a.CheckDeregisterOpts(checkID, nil) +} + +// CheckDeregisterOpts is used to deregister a check with +// the local agent using query options +func (a *Agent) CheckDeregisterOpts(checkID string, q *QueryOptions) error { r := a.c.newRequest("PUT", "/v1/agent/check/deregister/"+checkID) + r.setQueryOptions(q) _, resp, err := requireOK(a.c.doRequest(r)) if err != nil { return err diff --git a/api/agent_test.go b/api/agent_test.go index 29dedd2ae6..12056f2367 100644 --- a/api/agent_test.go +++ b/api/agent_test.go @@ -333,7 +333,7 @@ func TestAPI_AgentServices(t *testing.T) { } } -func TestAPI_AgentServicesWithFilter(t *testing.T) { +func TestAPI_AgentServicesWithFilterOpts(t *testing.T) { t.Parallel() c, s := makeClient(t) defer s.Stop() @@ -362,7 +362,8 @@ func TestAPI_AgentServicesWithFilter(t *testing.T) { } require.NoError(t, agent.ServiceRegister(reg)) - services, err := agent.ServicesWithFilter("foo in Tags") + opts := &QueryOptions{Namespace: defaultNamespace} + services, err := agent.ServicesWithFilterOpts("foo in Tags", opts) require.NoError(t, err) require.Len(t, services, 1) _, ok := services["foo2"] @@ -437,6 +438,7 @@ func TestAPI_AgentServices_ExternalConnectProxy(t *testing.T) { Port: 8001, Proxy: &AgentServiceConnectProxyConfig{ DestinationServiceName: "foo", + TransparentProxy: true, }, } if err := agent.ServiceRegister(reg); err != nil { @@ -453,6 +455,9 @@ func TestAPI_AgentServices_ExternalConnectProxy(t *testing.T) { if _, ok := services["foo-proxy"]; !ok { t.Fatalf("missing proxy service: %v", services) } + if !services["foo-proxy"].Proxy.TransparentProxy { + t.Fatalf("expected transparent proxy mode to be enabled") + } if err := agent.ServiceDeregister("foo"); err != nil { t.Fatalf("err: %v", err) @@ -848,6 +853,63 @@ func TestAPI_AgentSetTTLStatus(t *testing.T) { } } +func TestAPI_AgentUpdateTTLOpts(t *testing.T) { + t.Parallel() + c, s := makeClient(t) + defer s.Stop() + + agent := c.Agent() + s.WaitForSerfCheck(t) + + reg := &AgentServiceRegistration{ + Name: "foo", + Check: &AgentServiceCheck{ + TTL: "15s", + }, + } + if err := agent.ServiceRegister(reg); err != nil { + t.Fatalf("err: %v", err) + } + + verify := func(status, output string) { + checks, err := agent.Checks() + if err != nil { + t.Fatalf("err: %v", err) + } + chk, ok := checks["service:foo"] + if !ok { + t.Fatalf("missing check: %v", checks) + } + if chk.Status != status { + t.Fatalf("Bad: %#v", chk) + } + if chk.Output != output { + t.Fatalf("Bad: %#v", chk) + } + } + + opts := &QueryOptions{Namespace: defaultNamespace} + + if err := agent.UpdateTTLOpts("service:foo", "foo", HealthWarning, opts); err != nil { + t.Fatalf("err: %v", err) + } + verify(HealthWarning, "foo") + + if err := agent.UpdateTTLOpts("service:foo", "bar", HealthPassing, opts); err != nil { + t.Fatalf("err: %v", err) + } + verify(HealthPassing, "bar") + + if err := agent.UpdateTTL("service:foo", "baz", HealthCritical); err != nil { + t.Fatalf("err: %v", err) + } + verify(HealthCritical, "baz") + + if err := agent.ServiceDeregister("foo"); err != nil { + t.Fatalf("err: %v", err) + } +} + func TestAPI_AgentChecks(t *testing.T) { t.Parallel() c, s := makeClient(t) @@ -883,7 +945,7 @@ func TestAPI_AgentChecks(t *testing.T) { } } -func TestAPI_AgentChecksWithFilter(t *testing.T) { +func TestAPI_AgentChecksWithFilterOpts(t *testing.T) { t.Parallel() c, s := makeClient(t) defer s.Stop() @@ -901,7 +963,8 @@ func TestAPI_AgentChecksWithFilter(t *testing.T) { reg.TTL = "15s" require.NoError(t, agent.CheckRegister(reg)) - checks, err := agent.ChecksWithFilter("Name == foo") + opts := &QueryOptions{Namespace: defaultNamespace} + checks, err := agent.ChecksWithFilterOpts("Name == foo", opts) require.NoError(t, err) require.Len(t, checks, 1) _, ok := checks["foo"] diff --git a/api/config_entry.go b/api/config_entry.go index f5ef60e294..f303187cdd 100644 --- a/api/config_entry.go +++ b/api/config_entry.go @@ -91,17 +91,94 @@ type ExposePath struct { ParsedFromCheck bool } +type ConnectConfiguration struct { + // UpstreamConfigs is a map of service to per-upstream configuration + UpstreamConfigs map[string]UpstreamConfig `json:",omitempty" alias:"upstream_configs"` + + // UpstreamDefaults contains default configuration for all upstreams of a given service + UpstreamDefaults UpstreamConfig `json:",omitempty" alias:"upstream_defaults"` +} + +type UpstreamConfig struct { + // EnvoyListenerJSON is a complete override ("escape hatch") for the upstream's + // listener. + // + // Note: This escape hatch is NOT compatible with the discovery chain and + // will be ignored if a discovery chain is active. + EnvoyListenerJSON string `json:",omitempty" alias:"envoy_listener_json"` + + // EnvoyClusterJSON is a complete override ("escape hatch") for the upstream's + // cluster. The Connect client TLS certificate and context will be injected + // overriding any TLS settings present. + // + // Note: This escape hatch is NOT compatible with the discovery chain and + // will be ignored if a discovery chain is active. + EnvoyClusterJSON string `json:",omitempty" alias:"envoy_cluster_json"` + + // Protocol describes the upstream's service protocol. Valid values are "tcp", + // "http" and "grpc". Anything else is treated as tcp. The enables protocol + // aware features like per-request metrics and connection pooling, tracing, + // routing etc. + Protocol string `json:",omitempty"` + + // ConnectTimeoutMs is the number of milliseconds to timeout making a new + // connection to this upstream. Defaults to 5000 (5 seconds) if not set. + ConnectTimeoutMs int `json:",omitempty" alias:"connect_timeout_ms"` + + // Limits are the set of limits that are applied to the proxy for a specific upstream of a + // service instance. + Limits *UpstreamLimits `json:",omitempty"` + + // PassiveHealthCheck configuration determines how upstream proxy instances will + // be monitored for removal from the load balancing pool. + PassiveHealthCheck *PassiveHealthCheck `json:",omitempty" alias:"passive_health_check"` + + // MeshGatewayConfig controls how Mesh Gateways are configured and used + MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway" ` +} + +type PassiveHealthCheck struct { + // Interval between health check analysis sweeps. Each sweep may remove + // hosts or return hosts to the pool. + Interval time.Duration `json:",omitempty"` + + // MaxFailures is the count of consecutive failures that results in a host + // being removed from the pool. + MaxFailures uint32 `alias:"max_failures"` +} + +// UpstreamLimits describes the limits that are associated with a specific +// upstream of a service instance. +type UpstreamLimits struct { + // MaxConnections is the maximum number of connections the local proxy can + // make to the upstream service. + MaxConnections int `alias:"max_connections"` + + // MaxPendingRequests is the maximum number of requests that will be queued + // waiting for an available connection. This is mostly applicable to HTTP/1.1 + // clusters since all HTTP/2 requests are streamed over a single + // connection. + MaxPendingRequests int `alias:"max_pending_requests"` + + // MaxConcurrentRequests is the maximum number of in-flight requests that will be allowed + // to the upstream cluster at a point in time. This is mostly applicable to HTTP/2 + // clusters since all HTTP/1.1 requests are limited by MaxConnections. + MaxConcurrentRequests int `alias:"max_concurrent_requests"` +} + type ServiceConfigEntry struct { - Kind string - Name string - Namespace string `json:",omitempty"` - Protocol string `json:",omitempty"` - MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` - Expose ExposeConfig `json:",omitempty"` - ExternalSNI string `json:",omitempty" alias:"external_sni"` - Meta map[string]string `json:",omitempty"` - CreateIndex uint64 - ModifyIndex uint64 + Kind string + Name string + Namespace string `json:",omitempty"` + Protocol string `json:",omitempty"` + MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` + Connect ConnectConfiguration `json:",omitempty"` + Expose ExposeConfig `json:",omitempty"` + TransparentProxy bool `json:",omitempty" alias:"transparent_proxy"` + ExternalSNI string `json:",omitempty" alias:"external_sni"` + Meta map[string]string `json:",omitempty"` + CreateIndex uint64 + ModifyIndex uint64 } func (s *ServiceConfigEntry) GetKind() string { @@ -129,15 +206,16 @@ func (s *ServiceConfigEntry) GetModifyIndex() uint64 { } type ProxyConfigEntry struct { - Kind string - Name string - Namespace string `json:",omitempty"` - Config map[string]interface{} `json:",omitempty"` - MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` - Expose ExposeConfig `json:",omitempty"` - Meta map[string]string `json:",omitempty"` - CreateIndex uint64 - ModifyIndex uint64 + Kind string + Name string + Namespace string `json:",omitempty"` + Config map[string]interface{} `json:",omitempty"` + MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` + Expose ExposeConfig `json:",omitempty"` + TransparentProxy bool `json:",omitempty" alias:"transparent_proxy"` + Meta map[string]string `json:",omitempty"` + CreateIndex uint64 + ModifyIndex uint64 } func (p *ProxyConfigEntry) GetKind() string { diff --git a/api/config_entry_test.go b/api/config_entry_test.go index 334c972521..443995e123 100644 --- a/api/config_entry_test.go +++ b/api/config_entry_test.go @@ -296,7 +296,8 @@ func TestDecodeConfigEntry(t *testing.T) { }, "MeshGateway": { "Mode": "remote" - } + }, + "TransparentProxy": true } `, expect: &ProxyConfigEntry{ @@ -316,6 +317,7 @@ func TestDecodeConfigEntry(t *testing.T) { MeshGateway: MeshGatewayConfig{ Mode: MeshGatewayModeRemote, }, + TransparentProxy: true, }, }, { @@ -332,6 +334,37 @@ func TestDecodeConfigEntry(t *testing.T) { "ExternalSNI": "abc-123", "MeshGateway": { "Mode": "remote" + }, + "TransparentProxy": true, + "Connect": { + "UpstreamConfigs": { + "redis": { + "PassiveHealthCheck": { + "MaxFailures": 3, + "Interval": "2s" + } + }, + "finance/billing": { + "MeshGateway": { + "Mode": "remote" + } + } + }, + "UpstreamDefaults": { + "EnvoyClusterJSON": "zip", + "EnvoyListenerJSON": "zop", + "ConnectTimeoutMs": 5000, + "Protocol": "http", + "Limits": { + "MaxConnections": 3, + "MaxPendingRequests": 4, + "MaxConcurrentRequests": 5 + }, + "PassiveHealthCheck": { + "MaxFailures": 5, + "Interval": "4s" + } + } } } `, @@ -347,6 +380,35 @@ func TestDecodeConfigEntry(t *testing.T) { MeshGateway: MeshGatewayConfig{ Mode: MeshGatewayModeRemote, }, + TransparentProxy: true, + Connect: ConnectConfiguration{ + UpstreamConfigs: map[string]UpstreamConfig{ + "redis": { + PassiveHealthCheck: &PassiveHealthCheck{ + MaxFailures: 3, + Interval: 2 * time.Second, + }, + }, + "finance/billing": { + MeshGateway: MeshGatewayConfig{Mode: "remote"}, + }, + }, + UpstreamDefaults: UpstreamConfig{ + EnvoyClusterJSON: "zip", + EnvoyListenerJSON: "zop", + Protocol: "http", + ConnectTimeoutMs: 5000, + Limits: &UpstreamLimits{ + MaxConnections: 3, + MaxPendingRequests: 4, + MaxConcurrentRequests: 5, + }, + PassiveHealthCheck: &PassiveHealthCheck{ + MaxFailures: 5, + Interval: 4 * time.Second, + }, + }, + }, }, }, { diff --git a/api/connect_ca.go b/api/connect_ca.go index 26a7bfb1df..9d2c266020 100644 --- a/api/connect_ca.go +++ b/api/connect_ca.go @@ -23,6 +23,14 @@ type CAConfig struct { // configuration is an error. State map[string]string + // ForceWithoutCrossSigning indicates that the CA reconfiguration should go + // ahead even if the current CA is unable to cross sign certificates. This + // risks temporary connection failures during the rollout as new leafs will be + // rejected by proxies that have not yet observed the new root cert but is the + // only option if a CA that doesn't support cross signing needs to be + // reconfigured or mirated away from. + ForceWithoutCrossSigning bool + CreateIndex uint64 ModifyIndex uint64 } diff --git a/api/go.sum b/api/go.sum index 57ef543992..0ee1dc2cd3 100644 --- a/api/go.sum +++ b/api/go.sum @@ -83,6 +83,7 @@ github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSg github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= +github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= diff --git a/api/health.go b/api/health.go index 99b9ac2574..a51d41a879 100644 --- a/api/health.go +++ b/api/health.go @@ -58,6 +58,7 @@ type HealthCheckDefinition struct { Header map[string][]string Method string Body string + TLSServerName string TLSSkipVerify bool TCP string IntervalDuration time.Duration `json:"-"` diff --git a/api/mock_api_test.go b/api/mock_api_test.go new file mode 100644 index 0000000000..dc4de0a3e4 --- /dev/null +++ b/api/mock_api_test.go @@ -0,0 +1,82 @@ +package api + +import ( + "encoding/json" + "io" + "io/ioutil" + "net/http" + "net/http/httptest" + "testing" + + "github.com/stretchr/testify/mock" + "github.com/stretchr/testify/require" +) + +type mockAPI struct { + ts *httptest.Server + t *testing.T + mock.Mock +} + +func setupMockAPI(t *testing.T) (*mockAPI, *Client) { + mapi := mockAPI{t: t} + mapi.Test(t) + mapi.ts = httptest.NewServer(&mapi) + t.Cleanup(func() { + mapi.ts.Close() + mapi.Mock.AssertExpectations(t) + }) + + cfg := DefaultConfig() + cfg.Address = mapi.ts.URL + + client, err := NewClient(cfg) + require.NoError(t, err) + return &mapi, client +} + +func (m *mockAPI) ServeHTTP(w http.ResponseWriter, r *http.Request) { + var body interface{} + + if r.Body != nil { + bodyBytes, err := ioutil.ReadAll(r.Body) + if err == nil && len(bodyBytes) > 0 { + body = bodyBytes + + var bodyMap map[string]interface{} + if err := json.Unmarshal(bodyBytes, &bodyMap); err != nil { + body = bodyMap + } + } + } + + ret := m.Called(r.Method, r.URL.Path, body) + + if replyFn, ok := ret.Get(0).(func(http.ResponseWriter, *http.Request)); ok { + replyFn(w, r) + return + } +} + +func (m *mockAPI) static(method string, path string, body interface{}) *mock.Call { + return m.On("ServeHTTP", method, path, body) +} + +func (m *mockAPI) withReply(method, path string, body interface{}, status int, reply interface{}) *mock.Call { + return m.static(method, path, body).Return(func(w http.ResponseWriter, r *http.Request) { + w.WriteHeader(status) + + if reply == nil { + return + } + + rdr, ok := reply.(io.Reader) + if ok { + io.Copy(w, rdr) + return + } + + enc := json.NewEncoder(w) + require.NoError(m.t, enc.Encode(reply)) + }) +} diff --git a/api/operator_autopilot.go b/api/operator_autopilot.go index 57876ee9f6..92e2c91cad 100644 --- a/api/operator_autopilot.go +++ b/api/operator_autopilot.go @@ -334,10 +334,23 @@ func (op *Operator) AutopilotCASConfiguration(conf *AutopilotConfiguration, q *W func (op *Operator) AutopilotServerHealth(q *QueryOptions) (*OperatorHealthReply, error) { r := op.c.newRequest("GET", "/v1/operator/autopilot/health") r.setQueryOptions(q) - _, resp, err := requireOK(op.c.doRequest(r)) + + // we cannot just use requireOK because this endpoint might use a 429 status to indicate + // that unhealthiness + _, resp, err := op.c.doRequest(r) if err != nil { + if resp != nil { + resp.Body.Close() + } return nil, err } + + // these are the only 2 status codes that would indicate that we should + // expect the body to contain the right format. + if resp.StatusCode != 200 && resp.StatusCode != 429 { + return nil, generateUnexpectedResponseCodeError(resp) + } + defer resp.Body.Close() var out OperatorHealthReply diff --git a/api/operator_autopilot_test.go b/api/operator_autopilot_test.go index b1b034cc57..720ae29413 100644 --- a/api/operator_autopilot_test.go +++ b/api/operator_autopilot_test.go @@ -2,9 +2,11 @@ package api import ( "testing" + "time" "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/sdk/testutil/retry" + "github.com/stretchr/testify/require" ) func TestAPI_OperatorAutopilotGetSetConfiguration(t *testing.T) { @@ -123,3 +125,60 @@ func TestAPI_OperatorAutopilotState(t *testing.T) { } }) } + +func TestAPI_OperatorAutopilotServerHealth_429(t *testing.T) { + mapi, client := setupMockAPI(t) + + reply := OperatorHealthReply{ + Healthy: false, + FailureTolerance: 0, + Servers: []ServerHealth{ + { + ID: "d9fdded2-27ae-4db2-9232-9d8d0114ac98", + Name: "foo", + Address: "198.18.0.1:8300", + SerfStatus: "alive", + Version: "1.8.3", + Leader: true, + LastContact: NewReadableDuration(0), + LastTerm: 4, + LastIndex: 99, + Healthy: true, + Voter: true, + StableSince: time.Date(2020, 9, 2, 12, 0, 0, 0, time.UTC), + }, + { + ID: "1bcdda01-b896-41bc-a763-1a62b4260777", + Name: "bar", + Address: "198.18.0.2:8300", + SerfStatus: "alive", + Version: "1.8.3", + Leader: false, + LastContact: NewReadableDuration(10 * time.Millisecond), + LastTerm: 4, + LastIndex: 99, + Healthy: true, + Voter: true, + StableSince: time.Date(2020, 9, 2, 12, 0, 0, 0, time.UTC), + }, + { + ID: "661d1eac-81be-436b-bfe1-d51ffd665b9d", + Name: "baz", + Address: "198.18.0.3:8300", + SerfStatus: "failed", + Version: "1.8.3", + Leader: false, + LastContact: NewReadableDuration(10 * time.Millisecond), + LastTerm: 4, + LastIndex: 99, + Healthy: false, + Voter: true, + }, + }, + } + mapi.withReply("GET", "/v1/operator/autopilot/health", nil, 429, reply).Once() + + out, err := client.Operator().AutopilotServerHealth(nil) + require.NoError(t, err) + require.Equal(t, &reply, out) +} diff --git a/command/config/write/config_write_test.go b/command/config/write/config_write_test.go index 814ccc3c0e..e628c13e46 100644 --- a/command/config/write/config_write_test.go +++ b/command/config/write/config_write_test.go @@ -181,6 +181,7 @@ func TestParseConfigEntry(t *testing.T) { mesh_gateway { mode = "remote" } + transparent_proxy = true `, camel: ` Kind = "proxy-defaults" @@ -199,6 +200,7 @@ func TestParseConfigEntry(t *testing.T) { MeshGateway { Mode = "remote" } + TransparentProxy = true `, snakeJSON: ` { @@ -217,7 +219,8 @@ func TestParseConfigEntry(t *testing.T) { }, "mesh_gateway": { "mode": "remote" - } + }, + "transparent_proxy": true } `, camelJSON: ` @@ -237,7 +240,8 @@ func TestParseConfigEntry(t *testing.T) { }, "MeshGateway": { "Mode": "remote" - } + }, + "TransparentProxy": true } `, expect: &api.ProxyConfigEntry{ @@ -257,6 +261,7 @@ func TestParseConfigEntry(t *testing.T) { MeshGateway: api.MeshGatewayConfig{ Mode: api.MeshGatewayModeRemote, }, + TransparentProxy: true, }, expectJSON: &api.ProxyConfigEntry{ Kind: "proxy-defaults", @@ -275,6 +280,7 @@ func TestParseConfigEntry(t *testing.T) { MeshGateway: api.MeshGatewayConfig{ Mode: api.MeshGatewayModeRemote, }, + TransparentProxy: true, }, }, { @@ -423,7 +429,7 @@ func TestParseConfigEntry(t *testing.T) { }, }, { - name: "service-defaults", + name: "service-defaults: kitchen sink", snake: ` kind = "service-defaults" name = "main" @@ -436,6 +442,37 @@ func TestParseConfigEntry(t *testing.T) { mesh_gateway { mode = "remote" } + transparent_proxy = true + connect { + upstream_configs { + "redis" { + passive_health_check { + max_failures = 3 + interval = "2s" + } + } + "finance/billing" { + mesh_gateway { + mode = "remote" + } + } + } + upstream_defaults { + envoy_cluster_json = "zip" + envoy_listener_json = "zop" + connect_timeout_ms = 5000 + protocol = "http" + limits { + max_connections = 3 + max_pending_requests = 4 + max_concurrent_requests = 5 + } + passive_health_check { + max_failures = 5 + interval = "4s" + } + } + } `, camel: ` Kind = "service-defaults" @@ -449,6 +486,37 @@ func TestParseConfigEntry(t *testing.T) { MeshGateway { Mode = "remote" } + TransparentProxy = true + connect = { + upstream_configs = { + "redis" = { + passive_health_check = { + max_failures = 3 + interval = "2s" + } + } + "finance/billing" = { + mesh_gateway = { + mode = "remote" + } + } + } + upstream_defaults = { + envoy_cluster_json = "zip" + envoy_listener_json = "zop" + connect_timeout_ms = 5000 + protocol = "http" + limits = { + max_connections = 3 + max_pending_requests = 4 + max_concurrent_requests = 5 + } + passive_health_check = { + max_failures = 5 + interval = "4s" + } + } + } `, snakeJSON: ` { @@ -462,6 +530,37 @@ func TestParseConfigEntry(t *testing.T) { "external_sni": "abc-123", "mesh_gateway": { "mode": "remote" + }, + "transparent_proxy": true, + "connect": { + "upstream_configs": { + "redis": { + "passive_health_check": { + "max_failures": 3, + "interval": "2s" + } + }, + "finance/billing": { + "mesh_gateway": { + "mode": "remote" + } + } + }, + "upstream_defaults": { + "envoy_cluster_json": "zip", + "envoy_listener_json": "zop", + "connect_timeout_ms": 5000, + "protocol": "http", + "limits": { + "max_connections": 3, + "max_pending_requests": 4, + "max_concurrent_requests": 5 + }, + "passive_health_check": { + "max_failures": 5, + "interval": "4s" + } + } } } `, @@ -477,6 +576,37 @@ func TestParseConfigEntry(t *testing.T) { "ExternalSNI": "abc-123", "MeshGateway": { "Mode": "remote" + }, + "TransparentProxy": true, + "Connect": { + "UpstreamConfigs": { + "redis": { + "PassiveHealthCheck": { + "MaxFailures": 3, + "Interval": "2s" + } + }, + "finance/billing": { + "MeshGateway": { + "Mode": "remote" + } + } + }, + "UpstreamDefaults": { + "EnvoyClusterJSON": "zip", + "EnvoyListenerJSON": "zop", + "ConnectTimeoutMs": 5000, + "Protocol": "http", + "Limits": { + "MaxConnections": 3, + "MaxPendingRequests": 4, + "MaxConcurrentRequests": 5 + }, + "PassiveHealthCheck": { + "MaxFailures": 5, + "Interval": "4s" + } + } } } `, @@ -492,6 +622,37 @@ func TestParseConfigEntry(t *testing.T) { MeshGateway: api.MeshGatewayConfig{ Mode: api.MeshGatewayModeRemote, }, + TransparentProxy: true, + Connect: api.ConnectConfiguration{ + UpstreamConfigs: map[string]api.UpstreamConfig{ + "redis": { + PassiveHealthCheck: &api.PassiveHealthCheck{ + MaxFailures: 3, + Interval: 2 * time.Second, + }, + }, + "finance/billing": { + MeshGateway: api.MeshGatewayConfig{ + Mode: "remote", + }, + }, + }, + UpstreamDefaults: api.UpstreamConfig{ + EnvoyClusterJSON: "zip", + EnvoyListenerJSON: "zop", + Protocol: "http", + ConnectTimeoutMs: 5000, + Limits: &api.UpstreamLimits{ + MaxConnections: 3, + MaxPendingRequests: 4, + MaxConcurrentRequests: 5, + }, + PassiveHealthCheck: &api.PassiveHealthCheck{ + MaxFailures: 5, + Interval: 4 * time.Second, + }, + }, + }, }, }, { diff --git a/command/connect/ca/set/connect_ca_set.go b/command/connect/ca/set/connect_ca_set.go index 696b894c01..29922b5b99 100644 --- a/command/connect/ca/set/connect_ca_set.go +++ b/command/connect/ca/set/connect_ca_set.go @@ -24,13 +24,20 @@ type cmd struct { help string // flags - configFile flags.StringValue + configFile flags.StringValue + forceWithoutCrossSigning bool } func (c *cmd) init() { c.flags = flag.NewFlagSet("", flag.ContinueOnError) c.flags.Var(&c.configFile, "config-file", "The path to the config file to use.") + c.flags.BoolVar(&c.forceWithoutCrossSigning, "force-without-cross-signing", false, + "Indicates that the CA reconfiguration should go ahead even if the current "+ + "CA is unable to cross sign certificates. This risks temporary connection "+ + "failures during the rollout as new leafs will be rejected by proxies that "+ + "have not yet observed the new root cert but is the only option if a CA that "+ + "doesn't support cross signing needs to be reconfigured or mirated away from.") c.http = &flags.HTTPFlags{} flags.Merge(c.flags, c.http.ClientFlags()) @@ -70,6 +77,7 @@ func (c *cmd) Run(args []string) int { c.UI.Error(fmt.Sprintf("Error parsing config file: %s", err)) return 1 } + config.ForceWithoutCrossSigning = c.forceWithoutCrossSigning // Set the new configuration. if _, err := client.Connect().CASetConfig(&config, nil); err != nil { diff --git a/command/connect/envoy/bootstrap_config.go b/command/connect/envoy/bootstrap_config.go index 703c61bc68..28cd7ac9b7 100644 --- a/command/connect/envoy/bootstrap_config.go +++ b/command/connect/envoy/bootstrap_config.go @@ -213,19 +213,19 @@ func (c *BootstrapConfig) ConfigureArgs(args *BootstrapTplArgs, omitDeprecatedTa } // Setup prometheus if needed. This MUST happen after the Static*JSON is set above if c.PrometheusBindAddr != "" { - if err := c.generateListenerConfig(args, c.PrometheusBindAddr, "envoy_prometheus_metrics", "path", "/metrics", "/stats/prometheus"); err != nil { + if err := c.generateListenerConfig(args, c.PrometheusBindAddr, "envoy_prometheus_metrics", "path", args.PrometheusScrapePath, "/stats/prometheus", args.PrometheusBackendPort); err != nil { return err } } // Setup /stats proxy listener if needed. This MUST happen after the Static*JSON is set above if c.StatsBindAddr != "" { - if err := c.generateListenerConfig(args, c.StatsBindAddr, "envoy_metrics", "prefix", "/stats", "/stats"); err != nil { + if err := c.generateListenerConfig(args, c.StatsBindAddr, "envoy_metrics", "prefix", "/stats", "/stats", ""); err != nil { return err } } // Setup /ready proxy listener if needed. This MUST happen after the Static*JSON is set above if c.ReadyBindAddr != "" { - if err := c.generateListenerConfig(args, c.ReadyBindAddr, "envoy_ready", "path", "/ready", "/ready"); err != nil { + if err := c.generateListenerConfig(args, c.ReadyBindAddr, "envoy_ready", "path", "/ready", "/ready", ""); err != nil { return err } } @@ -247,7 +247,7 @@ func (c *BootstrapConfig) generateStatsSinks(args *BootstrapTplArgs) error { if c.StatsdURL != "" { sinkJSON, err := c.generateStatsSinkJSON( "envoy.stat_sinks.statsd", - "type.googleapis.com/envoy.config.metrics.v2.StatsdSink", + "type.googleapis.com/envoy.config.metrics.v3.StatsdSink", c.StatsdURL, ) if err != nil { @@ -258,7 +258,7 @@ func (c *BootstrapConfig) generateStatsSinks(args *BootstrapTplArgs) error { if c.DogstatsdURL != "" { sinkJSON, err := c.generateStatsSinkJSON( "envoy.stat_sinks.dog_statsd", - "type.googleapis.com/envoy.config.metrics.v2.DogStatsdSink", + "type.googleapis.com/envoy.config.metrics.v3.DogStatsdSink", c.DogstatsdURL, ) if err != nil { @@ -276,10 +276,12 @@ func (c *BootstrapConfig) generateStatsSinks(args *BootstrapTplArgs) error { return nil } -func (c *BootstrapConfig) generateStatsSinkJSON(name, typeName, addr string) (string, error) { +func (c *BootstrapConfig) generateStatsSinkJSON(name string, typeName string, addr string) (string, error) { // Resolve address ENV var if len(addr) > 2 && addr[0] == '$' { addr = os.Getenv(addr[1:]) + } else { + addr = os.Expand(addr, statsSinkEnvMapping) } u, err := url.Parse(addr) @@ -318,6 +320,18 @@ func (c *BootstrapConfig) generateStatsSinkJSON(name, typeName, addr string) (st }`, nil } +func statsSinkEnvMapping(s string) string { + allowedStatsSinkEnvVars := map[string]bool{ + "HOST_IP": true, + } + + if !allowedStatsSinkEnvVars[s] { + // if the specified env var isn't explicitly allowed, unexpand it + return fmt.Sprintf("${%s}", s) + } + return os.Getenv(s) +} + // resourceTagSpecifiers returns patterns used to generate tags from cluster and filter metric names. func resourceTagSpecifiers(omitDeprecatedTags bool) ([]string, error) { const ( @@ -549,19 +563,36 @@ func generateStatsTags(args *BootstrapTplArgs, initialTags []string, omitDepreca return tagJSONs, nil } -func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAddr, name, matchType, matchValue, prefixRewrite string) error { +func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAddr, name, matchType, matchValue, prefixRewrite, prometheusBackendPort string) error { host, port, err := net.SplitHostPort(bindAddr) if err != nil { return fmt.Errorf("invalid %s bind address: %s", name, err) } + // If prometheusBackendPort is set (not empty string), create + // "prometheus_backend" cluster with the prometheusBackendPort that the + // listener will point to, rather than the "self_admin" cluster. This is for + // the merged metrics feature in consul-k8s, so the + // envoy_prometheus_bind_addr listener will point to the merged Envoy and + // service metrics endpoint rather than the Envoy admin endpoint for + // metrics. This cluster will only be created once since it's only created + // when prometheusBackendPort is set, and prometheusBackendPort is only set + // when calling this function if c.PrometheusBindAddr is set. + clusterPort := args.AdminBindPort + clusterName := selfAdminName + if prometheusBackendPort != "" { + clusterPort = prometheusBackendPort + clusterName = "prometheus_backend" + } + clusterJSON := `{ - "name": "` + selfAdminName + `", + "name": "` + clusterName + `", + "ignore_health_on_host_removal": false, "connect_timeout": "5s", "type": "STATIC", "http_protocol_options": {}, "loadAssignment": { - "clusterName": "` + selfAdminName + `", + "clusterName": "` + clusterName + `", "endpoints": [ { "lbEndpoints": [ @@ -570,13 +601,13 @@ func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAdd "address": { "socket_address": { "address": "127.0.0.1", - "port_value": ` + args.AdminBindPort + ` + "port_value": ` + clusterPort + ` } } } } ] - } + } ] } }` @@ -593,8 +624,8 @@ func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAdd "filters": [ { "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "stat_prefix": "` + name + `", "codec_type": "HTTP1", "route_config": { @@ -611,7 +642,7 @@ func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAdd "` + matchType + `": "` + matchValue + `" }, "route": { - "cluster": "self_admin", + "cluster": "` + clusterName + `", "prefix_rewrite": "` + prefixRewrite + `" } }, diff --git a/command/connect/envoy/bootstrap_config_test.go b/command/connect/envoy/bootstrap_config_test.go index b896c51966..de9105efca 100644 --- a/command/connect/envoy/bootstrap_config_test.go +++ b/command/connect/envoy/bootstrap_config_test.go @@ -14,6 +14,7 @@ import ( const ( expectedSelfAdminCluster = `{ "name": "self_admin", + "ignore_health_on_host_removal": false, "connect_timeout": "5s", "type": "STATIC", "http_protocol_options": {}, @@ -37,64 +38,206 @@ const ( ] } }` - expectedPromListener = `{ - "name": "envoy_prometheus_metrics_listener", - "address": { - "socket_address": { - "address": "0.0.0.0", - "port_value": 9000 - } - }, - "filter_chains": [ - { - "filters": [ - { - "name": "envoy.filters.network.http_connection_manager", - "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", - "stat_prefix": "envoy_prometheus_metrics", - "codec_type": "HTTP1", - "route_config": { - "name": "self_admin_route", - "virtual_hosts": [ - { - "name": "self_admin", - "domains": [ - "*" - ], - "routes": [ - { - "match": { - "path": "/metrics" - }, - "route": { - "cluster": "self_admin", - "prefix_rewrite": "/stats/prometheus" - } - }, - { - "match": { - "prefix": "/" - }, - "direct_response": { - "status": 404 - } - } - ] + expectedPrometheusBackendCluster = `{ + "name": "prometheus_backend", + "ignore_health_on_host_removal": false, + "connect_timeout": "5s", + "type": "STATIC", + "http_protocol_options": {}, + "loadAssignment": { + "clusterName": "prometheus_backend", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socket_address": { + "address": "127.0.0.1", + "port_value": 20100 } - ] - }, - "http_filters": [ - { - "name": "envoy.filters.http.router" } - ] + } } - } - ] - } - ] + ] + } + ] + } }` + expectedPromListener = `{ + "name": "envoy_prometheus_metrics_listener", + "address": { + "socket_address": { + "address": "0.0.0.0", + "port_value": 9000 + } + }, + "filter_chains": [ + { + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", + "stat_prefix": "envoy_prometheus_metrics", + "codec_type": "HTTP1", + "route_config": { + "name": "self_admin_route", + "virtual_hosts": [ + { + "name": "self_admin", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "path": "/metrics" + }, + "route": { + "cluster": "self_admin", + "prefix_rewrite": "/stats/prometheus" + } + }, + { + "match": { + "prefix": "/" + }, + "direct_response": { + "status": 404 + } + } + ] + } + ] + }, + "http_filters": [ + { + "name": "envoy.filters.http.router" + } + ] + } + } + ] + } + ] + }` + expectedPromListenerCustomScrapePath = `{ + "name": "envoy_prometheus_metrics_listener", + "address": { + "socket_address": { + "address": "0.0.0.0", + "port_value": 9000 + } + }, + "filter_chains": [ + { + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", + "stat_prefix": "envoy_prometheus_metrics", + "codec_type": "HTTP1", + "route_config": { + "name": "self_admin_route", + "virtual_hosts": [ + { + "name": "self_admin", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "path": "/scrape-path" + }, + "route": { + "cluster": "self_admin", + "prefix_rewrite": "/stats/prometheus" + } + }, + { + "match": { + "prefix": "/" + }, + "direct_response": { + "status": 404 + } + } + ] + } + ] + }, + "http_filters": [ + { + "name": "envoy.filters.http.router" + } + ] + } + } + ] + } + ] + }` + expectedPromListenerWithPrometheusBackendCluster = `{ + "name": "envoy_prometheus_metrics_listener", + "address": { + "socket_address": { + "address": "0.0.0.0", + "port_value": 9000 + } + }, + "filter_chains": [ + { + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", + "stat_prefix": "envoy_prometheus_metrics", + "codec_type": "HTTP1", + "route_config": { + "name": "self_admin_route", + "virtual_hosts": [ + { + "name": "self_admin", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "path": "/metrics" + }, + "route": { + "cluster": "prometheus_backend", + "prefix_rewrite": "/stats/prometheus" + } + }, + { + "match": { + "prefix": "/" + }, + "direct_response": { + "status": 404 + } + } + ] + } + ] + }, + "http_filters": [ + { + "name": "envoy.filters.http.router" + } + ] + } + } + ] + } + ] + }` expectedStatsListener = `{ "name": "envoy_metrics_listener", "address": { @@ -109,7 +252,7 @@ const ( { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "stat_prefix": "envoy_metrics", "codec_type": "HTTP1", "route_config": { @@ -167,7 +310,7 @@ const ( { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "stat_prefix": "envoy_ready", "codec_type": "HTTP1", "route_config": { @@ -273,7 +416,7 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StatsSinksJSON: `[{ "name": "envoy.stat_sinks.statsd", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.metrics.v2.StatsdSink", + "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink", "address": { "socket_address": { "address": "127.0.0.1", @@ -301,7 +444,7 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StatsSinksJSON: `[{ "name": "envoy.stat_sinks.statsd", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.metrics.v2.StatsdSink", + "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink", "address": { "socket_address": { "address": "127.0.0.1", @@ -330,7 +473,7 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StatsSinksJSON: `[{ "name": "envoy.stat_sinks.statsd", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.metrics.v2.StatsdSink", + "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink", "address": { "socket_address": { "address": "127.0.0.1", @@ -342,6 +485,40 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { }, wantErr: false, }, + { + name: "simple-statsd-sink-inline-env-allowed", + input: BootstrapConfig{ + StatsdURL: "udp://$HOST_IP:9125", + }, + env: []string{"HOST_IP=127.0.0.1"}, + wantArgs: BootstrapTplArgs{ + StatsConfigJSON: defaultStatsConfigJSON, + StatsSinksJSON: `[{ + "name": "envoy.stat_sinks.statsd", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.metrics.v3.StatsdSink", + "address": { + "socket_address": { + "address": "127.0.0.1", + "port_value": 9125 + } + } + } + }]`, + }, + wantErr: false, + }, + { + name: "simple-statsd-sink-inline-env-disallowed", + input: BootstrapConfig{ + StatsdURL: "udp://$HOST_ADDRESS:9125", + }, + env: []string{"HOST_ADDRESS=127.0.0.1"}, + wantArgs: BootstrapTplArgs{ + StatsConfigJSON: defaultStatsConfigJSON, + }, + wantErr: true, + }, { name: "simple-dogstatsd-sink", input: BootstrapConfig{ @@ -352,7 +529,7 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StatsSinksJSON: `[{ "name": "envoy.stat_sinks.dog_statsd", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.metrics.v2.DogStatsdSink", + "@type": "type.googleapis.com/envoy.config.metrics.v3.DogStatsdSink", "address": { "socket_address": { "address": "127.0.0.1", @@ -374,7 +551,7 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StatsSinksJSON: `[{ "name": "envoy.stat_sinks.dog_statsd", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.metrics.v2.DogStatsdSink", + "@type": "type.googleapis.com/envoy.config.metrics.v3.DogStatsdSink", "address": { "pipe": { "path": "/var/run/dogstatsd.sock" @@ -397,7 +574,7 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StatsSinksJSON: `[{ "name": "envoy.stat_sinks.dog_statsd", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.metrics.v2.DogStatsdSink", + "@type": "type.googleapis.com/envoy.config.metrics.v3.DogStatsdSink", "address": { "socket_address": { "address": "127.0.0.1", @@ -456,8 +633,9 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { PrometheusBindAddr: "0.0.0.0:9000", }, baseArgs: BootstrapTplArgs{ - AdminBindAddress: "127.0.0.1", - AdminBindPort: "19000", + AdminBindAddress: "127.0.0.1", + AdminBindPort: "19000", + PrometheusScrapePath: "/metrics", }, wantArgs: BootstrapTplArgs{ AdminBindAddress: "127.0.0.1", @@ -465,8 +643,9 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { // Should add a static cluster for the self-proxy to admin StaticClustersJSON: expectedSelfAdminCluster, // Should add a static http listener too - StaticListenersJSON: expectedPromListener, - StatsConfigJSON: defaultStatsConfigJSON, + StaticListenersJSON: expectedPromListener, + StatsConfigJSON: defaultStatsConfigJSON, + PrometheusScrapePath: "/metrics", }, wantErr: false, }, @@ -478,8 +657,9 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StaticListenersJSON: `{"baz":"qux"}`, }, baseArgs: BootstrapTplArgs{ - AdminBindAddress: "127.0.0.1", - AdminBindPort: "19000", + AdminBindAddress: "127.0.0.1", + AdminBindPort: "19000", + PrometheusScrapePath: "/scrape-path", }, wantArgs: BootstrapTplArgs{ AdminBindAddress: "127.0.0.1", @@ -487,8 +667,33 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { // Should add a static cluster for the self-proxy to admin StaticClustersJSON: `{"foo":"bar"},` + expectedSelfAdminCluster, // Should add a static http listener too - StaticListenersJSON: `{"baz":"qux"},` + expectedPromListener, - StatsConfigJSON: defaultStatsConfigJSON, + StaticListenersJSON: `{"baz":"qux"},` + expectedPromListenerCustomScrapePath, + StatsConfigJSON: defaultStatsConfigJSON, + PrometheusScrapePath: "/scrape-path", + }, + wantErr: false, + }, + { + name: "prometheus-bind-addr-with-prometheus-backend", + input: BootstrapConfig{ + PrometheusBindAddr: "0.0.0.0:9000", + }, + baseArgs: BootstrapTplArgs{ + AdminBindAddress: "127.0.0.1", + AdminBindPort: "19000", + PrometheusBackendPort: "20100", + PrometheusScrapePath: "/metrics", + }, + wantArgs: BootstrapTplArgs{ + AdminBindAddress: "127.0.0.1", + AdminBindPort: "19000", + // Should use the "prometheus_backend" cluster instead, which + // uses the PrometheusBackendPort rather than Envoy admin port + StaticClustersJSON: expectedPrometheusBackendCluster, + StaticListenersJSON: expectedPromListenerWithPrometheusBackendCluster, + StatsConfigJSON: defaultStatsConfigJSON, + PrometheusBackendPort: "20100", + PrometheusScrapePath: "/metrics", }, wantErr: false, }, @@ -634,8 +839,9 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StatsBindAddr: "0.0.0.0:9000", }, baseArgs: BootstrapTplArgs{ - AdminBindAddress: "127.0.0.1", - AdminBindPort: "19000", + AdminBindAddress: "127.0.0.1", + AdminBindPort: "19000", + PrometheusScrapePath: "/metrics", }, wantArgs: BootstrapTplArgs{ AdminBindAddress: "127.0.0.1", @@ -647,7 +853,8 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { []string{expectedPromListener, expectedStatsListener, expectedReadyListener}, ", ", ), - StatsConfigJSON: defaultStatsConfigJSON, + StatsConfigJSON: defaultStatsConfigJSON, + PrometheusScrapePath: "/metrics", }, wantErr: false, }, @@ -659,8 +866,9 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { StatsBindAddr: "0.0.0.0:9000", }, baseArgs: BootstrapTplArgs{ - AdminBindAddress: "127.0.0.1", - AdminBindPort: "19000", + AdminBindAddress: "127.0.0.1", + AdminBindPort: "19000", + PrometheusScrapePath: "/metrics", }, omitDeprecatedTags: true, wantArgs: BootstrapTplArgs{ @@ -672,7 +880,8 @@ func TestBootstrapConfig_ConfigureArgs(t *testing.T) { ", ", ), // Should not have default stats config JSON when deprecated tags are omitted - StatsConfigJSON: updatedStatsConfigJSON, + StatsConfigJSON: updatedStatsConfigJSON, + PrometheusScrapePath: "/metrics", }, wantErr: false, }, diff --git a/command/connect/envoy/bootstrap_tpl.go b/command/connect/envoy/bootstrap_tpl.go index a2c475e259..8fa78efb05 100644 --- a/command/connect/envoy/bootstrap_tpl.go +++ b/command/connect/envoy/bootstrap_tpl.go @@ -95,6 +95,14 @@ type BootstrapTplArgs struct { // EnvoyVersion is the envoy version, which is necessary to generate the // correct configuration. EnvoyVersion string + + // PrometheusBackendPort will configure a "prometheus_backend" cluster which + // envoy_prometheus_bind_addr will point to. + PrometheusBackendPort string + + // PrometheusScrapePath will configure the path where metrics are exposed on + // the envoy_prometheus_bind_addr listener. + PrometheusScrapePath string } // GRPC settings used in the bootstrap template. @@ -116,6 +124,8 @@ type GRPC struct { AgentSocket string } +// bootstrapTemplate sets '"ignore_health_on_host_removal": false' JUST to force this to be detected as a v3 bootstrap +// config. const bootstrapTemplate = `{ "admin": { "access_log_path": "{{ .AdminAccessLogPath }}", @@ -138,20 +148,21 @@ const bootstrapTemplate = `{ "clusters": [ { "name": "{{ .LocalAgentClusterName }}", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", {{- if .AgentTLS -}} "transport_socket": { "name": "tls", "typed_config": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "common_tls_context": { "validation_context": { "trusted_ca": { "inline_string": "{{ .AgentCAPEM }}" } - } - } + } + } } }, {{- end }} @@ -178,7 +189,7 @@ const bootstrapTemplate = `{ } } ] - } + } ] } } @@ -206,10 +217,17 @@ const bootstrapTemplate = `{ "tracing": {{ .TracingConfigJSON }}, {{- end }} "dynamic_resources": { - "lds_config": { "ads": {} }, - "cds_config": { "ads": {} }, + "lds_config": { + "ads": {}, + "resource_api_version": "V3" + }, + "cds_config": { + "ads": {}, + "resource_api_version": "V3" + }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/envoy.go b/command/connect/envoy/envoy.go index 5bd617f302..a53867e7f0 100644 --- a/command/connect/envoy/envoy.go +++ b/command/connect/envoy/envoy.go @@ -52,17 +52,19 @@ type cmd struct { directOut io.Writer // flags - meshGateway bool - gateway string - proxyID string - sidecarFor string - adminAccessLogPath string - adminBind string - envoyBin string - bootstrap bool - disableCentralConfig bool - grpcAddr string - envoyVersion string + meshGateway bool + gateway string + proxyID string + sidecarFor string + adminAccessLogPath string + adminBind string + envoyBin string + bootstrap bool + disableCentralConfig bool + grpcAddr string + envoyVersion string + prometheusBackendPort string + prometheusScrapePath string // mesh gateway registration information register bool @@ -165,6 +167,19 @@ func (c *cmd) init() { "consul.destination.[service|dc|...]. The old tags were preserved for backward compatibility,"+ "but can be disabled with this flag.") + c.flags.StringVar(&c.prometheusBackendPort, "prometheus-backend-port", "", + "Sets the backend port for the 'prometheus_backend' cluster that envoy_prometheus_bind_addr will point to. "+ + "Without this flag, envoy_prometheus_bind_addr would point to the 'self_admin' cluster where Envoy metrics are exposed. "+ + "The metrics merging feature in consul-k8s uses this to point to the merged metrics endpoint combining Envoy and service metrics. "+ + "Only applicable when envoy_prometheus_bind_addr is set in proxy config.") + + c.flags.StringVar(&c.prometheusScrapePath, "prometheus-scrape-path", "/metrics", + "Sets the path where Envoy will expose metrics on envoy_prometheus_bind_addr listener. "+ + "For example, if envoy_prometheus_bind_addr is 0.0.0.0:20200, and this flag is "+ + "set to /scrape-metrics, prometheus metrics would be scrapeable at "+ + "0.0.0.0:20200/scrape-metrics. "+ + "Only applicable when envoy_prometheus_bind_addr is set in proxy config.") + c.http = &flags.HTTPFlags{} flags.Merge(c.flags, c.http.ClientFlags()) flags.Merge(c.flags, c.http.NamespaceFlags()) @@ -479,6 +494,8 @@ func (c *cmd) templateArgs() (*BootstrapTplArgs, error) { Namespace: httpCfg.Namespace, EnvoyVersion: c.envoyVersion, Datacenter: httpCfg.Datacenter, + PrometheusBackendPort: c.prometheusBackendPort, + PrometheusScrapePath: c.prometheusScrapePath, }, nil } diff --git a/command/connect/envoy/envoy_test.go b/command/connect/envoy/envoy_test.go index 9ca2182559..471688c000 100644 --- a/command/connect/envoy/envoy_test.go +++ b/command/connect/envoy/envoy_test.go @@ -146,6 +146,37 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusBackendPort: "", + PrometheusScrapePath: "/metrics", + }, + }, + { + Name: "prometheus-metrics", + Flags: []string{"-proxy-id", "test-proxy", + "-prometheus-backend-port", "20100", "-prometheus-scrape-path", "/scrape-path"}, + ProxyConfig: map[string]interface{}{ + // When envoy_prometheus_bind_addr is set, if + // PrometheusBackendPort is set, there will be a + // "prometheus_backend" cluster in the Envoy configuration. + "envoy_prometheus_bind_addr": "0.0.0.0:9000", + }, + WantArgs: BootstrapTplArgs{ + EnvoyVersion: defaultEnvoyVersion, + ProxyCluster: "test-proxy", + ProxyID: "test-proxy", + // We don't know this til after the lookup so it will be empty in the + // initial args call we are testing here. + ProxySourceService: "", + GRPC: GRPC{ + AgentAddress: "127.0.0.1", + AgentPort: "8502", // Note this is the gRPC port + }, + AdminAccessLogPath: "/dev/null", + AdminBindAddress: "127.0.0.1", + AdminBindPort: "19000", + LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusBackendPort: "20100", + PrometheusScrapePath: "/scrape-path", }, }, { @@ -168,6 +199,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, Token: "c9a52720-bf6c-4aa6-b8bc-66881a5ade95", + PrometheusScrapePath: "/metrics", }, }, { @@ -192,6 +224,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, Token: "c9a52720-bf6c-4aa6-b8bc-66881a5ade95", + PrometheusScrapePath: "/metrics", }, }, { @@ -218,6 +251,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, Token: "c9a52720-bf6c-4aa6-b8bc-66881a5ade95", + PrometheusScrapePath: "/metrics", }, }, { @@ -245,6 +279,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, Token: "c9a52720-bf6c-4aa6-b8bc-66881a5ade95", + PrometheusScrapePath: "/metrics", }, }, { @@ -269,6 +304,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -295,6 +331,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -315,6 +352,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -339,6 +377,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -362,6 +401,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -408,6 +448,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -454,6 +495,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -496,6 +538,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -533,6 +576,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -575,6 +619,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -604,6 +649,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -663,6 +709,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -688,6 +735,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -706,6 +754,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -724,6 +773,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -742,6 +792,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -760,6 +811,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, { @@ -778,6 +830,7 @@ func TestGenerateConfig(t *testing.T) { AdminBindAddress: "127.0.0.1", AdminBindPort: "19000", LocalAgentClusterName: xds.LocalAgentClusterName, + PrometheusScrapePath: "/metrics", }, }, } diff --git a/command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden b/command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden index 3ebc8e807f..c549aa9821 100644 --- a/command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden +++ b/command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden @@ -13,19 +13,20 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "transport_socket": { "name": "tls", "typed_config": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "common_tls_context": { "validation_context": { "trusted_ca": { @@ -165,13 +166,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/access-log-path.golden b/command/connect/envoy/testdata/access-log-path.golden index df6362da8e..c729985d01 100644 --- a/command/connect/envoy/testdata/access-log-path.golden +++ b/command/connect/envoy/testdata/access-log-path.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/defaults.golden b/command/connect/envoy/testdata/defaults.golden index 90e226af4a..bd0d2ac8f4 100644 --- a/command/connect/envoy/testdata/defaults.golden +++ b/command/connect/envoy/testdata/defaults.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/existing-ca-file.golden b/command/connect/envoy/testdata/existing-ca-file.golden index 190a4a21e7..da29d6d4da 100644 --- a/command/connect/envoy/testdata/existing-ca-file.golden +++ b/command/connect/envoy/testdata/existing-ca-file.golden @@ -13,19 +13,20 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "transport_socket": { "name": "tls", "typed_config": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "common_tls_context": { "validation_context": { "trusted_ca": { @@ -165,13 +166,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/existing-ca-path.golden b/command/connect/envoy/testdata/existing-ca-path.golden index 3f6449a24c..8f7cd86fb9 100644 --- a/command/connect/envoy/testdata/existing-ca-path.golden +++ b/command/connect/envoy/testdata/existing-ca-path.golden @@ -13,19 +13,20 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "transport_socket": { "name": "tls", "typed_config": { - "@type": "type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext", + "@type": "type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext", "common_tls_context": { "validation_context": { "trusted_ca": { @@ -165,13 +166,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/extra_-multiple.golden b/command/connect/envoy/testdata/extra_-multiple.golden index 5f40fdc542..31e4fad806 100644 --- a/command/connect/envoy/testdata/extra_-multiple.golden +++ b/command/connect/envoy/testdata/extra_-multiple.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -174,13 +175,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/extra_-single.golden b/command/connect/envoy/testdata/extra_-single.golden index c63d522908..deac15295e 100644 --- a/command/connect/envoy/testdata/extra_-single.golden +++ b/command/connect/envoy/testdata/extra_-single.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -165,13 +166,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/grpc-addr-config.golden b/command/connect/envoy/testdata/grpc-addr-config.golden index 1f94a1e235..2b1b081582 100644 --- a/command/connect/envoy/testdata/grpc-addr-config.golden +++ b/command/connect/envoy/testdata/grpc-addr-config.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/grpc-addr-env.golden b/command/connect/envoy/testdata/grpc-addr-env.golden index 1f94a1e235..2b1b081582 100644 --- a/command/connect/envoy/testdata/grpc-addr-env.golden +++ b/command/connect/envoy/testdata/grpc-addr-env.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/grpc-addr-flag.golden b/command/connect/envoy/testdata/grpc-addr-flag.golden index 1f94a1e235..2b1b081582 100644 --- a/command/connect/envoy/testdata/grpc-addr-flag.golden +++ b/command/connect/envoy/testdata/grpc-addr-flag.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/grpc-addr-unix.golden b/command/connect/envoy/testdata/grpc-addr-unix.golden index 1cba477b05..9fabd35363 100644 --- a/command/connect/envoy/testdata/grpc-addr-unix.golden +++ b/command/connect/envoy/testdata/grpc-addr-unix.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -151,13 +152,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway-address-specified.golden b/command/connect/envoy/testdata/ingress-gateway-address-specified.golden index 752b16e4f2..97f6e68860 100644 --- a/command/connect/envoy/testdata/ingress-gateway-address-specified.golden +++ b/command/connect/envoy/testdata/ingress-gateway-address-specified.golden @@ -13,13 +13,14 @@ "id": "ingress-gateway", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -45,6 +46,7 @@ }, { "name": "self_admin", + "ignore_health_on_host_removal": false, "connect_timeout": "5s", "type": "STATIC", "http_protocol_options": {}, @@ -84,7 +86,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "stat_prefix": "envoy_ready", "codec_type": "HTTP1", "route_config": { @@ -237,13 +239,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway-no-auto-register.golden b/command/connect/envoy/testdata/ingress-gateway-no-auto-register.golden index ff8fde476a..c848b17f45 100644 --- a/command/connect/envoy/testdata/ingress-gateway-no-auto-register.golden +++ b/command/connect/envoy/testdata/ingress-gateway-no-auto-register.golden @@ -13,13 +13,14 @@ "id": "ingress-gateway", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -45,6 +46,7 @@ }, { "name": "self_admin", + "ignore_health_on_host_removal": false, "connect_timeout": "5s", "type": "STATIC", "http_protocol_options": {}, @@ -84,7 +86,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "stat_prefix": "envoy_ready", "codec_type": "HTTP1", "route_config": { @@ -237,13 +239,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway-register-with-service-and-proxy-id.golden b/command/connect/envoy/testdata/ingress-gateway-register-with-service-and-proxy-id.golden index 9d73aeccd3..87f534df7e 100644 --- a/command/connect/envoy/testdata/ingress-gateway-register-with-service-and-proxy-id.golden +++ b/command/connect/envoy/testdata/ingress-gateway-register-with-service-and-proxy-id.golden @@ -13,13 +13,14 @@ "id": "my-gateway-123", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -45,6 +46,7 @@ }, { "name": "self_admin", + "ignore_health_on_host_removal": false, "connect_timeout": "5s", "type": "STATIC", "http_protocol_options": {}, @@ -84,7 +86,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "stat_prefix": "envoy_ready", "codec_type": "HTTP1", "route_config": { @@ -237,13 +239,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway-register-with-service-without-proxy-id.golden b/command/connect/envoy/testdata/ingress-gateway-register-with-service-without-proxy-id.golden index 70d36e8ac4..40f0aab2de 100644 --- a/command/connect/envoy/testdata/ingress-gateway-register-with-service-without-proxy-id.golden +++ b/command/connect/envoy/testdata/ingress-gateway-register-with-service-without-proxy-id.golden @@ -13,13 +13,14 @@ "id": "my-gateway", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -45,6 +46,7 @@ }, { "name": "self_admin", + "ignore_health_on_host_removal": false, "connect_timeout": "5s", "type": "STATIC", "http_protocol_options": {}, @@ -84,7 +86,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "stat_prefix": "envoy_ready", "codec_type": "HTTP1", "route_config": { @@ -237,13 +239,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway.golden b/command/connect/envoy/testdata/ingress-gateway.golden index 7af6ca12c6..8a918196ce 100644 --- a/command/connect/envoy/testdata/ingress-gateway.golden +++ b/command/connect/envoy/testdata/ingress-gateway.golden @@ -13,13 +13,14 @@ "id": "ingress-gateway-1", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -45,6 +46,7 @@ }, { "name": "self_admin", + "ignore_health_on_host_removal": false, "connect_timeout": "5s", "type": "STATIC", "http_protocol_options": {}, @@ -84,7 +86,7 @@ { "name": "envoy.filters.network.http_connection_manager", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", "stat_prefix": "envoy_ready", "codec_type": "HTTP1", "route_config": { @@ -237,13 +239,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/prometheus-metrics.golden b/command/connect/envoy/testdata/prometheus-metrics.golden new file mode 100644 index 0000000000..328671e294 --- /dev/null +++ b/command/connect/envoy/testdata/prometheus-metrics.golden @@ -0,0 +1,265 @@ +{ + "admin": { + "access_log_path": "/dev/null", + "address": { + "socket_address": { + "address": "127.0.0.1", + "port_value": 19000 + } + } + }, + "node": { + "cluster": "test-proxy", + "id": "test-proxy", + "metadata": { + "namespace": "default", + "envoy_version": "1.17.0" + } + }, + "static_resources": { + "clusters": [ + { + "name": "local_agent", + "ignore_health_on_host_removal": false, + "connect_timeout": "1s", + "type": "STATIC", + "http2_protocol_options": {}, + "loadAssignment": { + "clusterName": "local_agent", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socket_address": { + "address": "127.0.0.1", + "port_value": 8502 + } + } + } + } + ] + } + ] + } + }, + { + "name": "prometheus_backend", + "ignore_health_on_host_removal": false, + "connect_timeout": "5s", + "type": "STATIC", + "http_protocol_options": {}, + "loadAssignment": { + "clusterName": "prometheus_backend", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socket_address": { + "address": "127.0.0.1", + "port_value": 20100 + } + } + } + } + ] + } + ] + } + } + ], + "listeners": [ + { + "name": "envoy_prometheus_metrics_listener", + "address": { + "socket_address": { + "address": "0.0.0.0", + "port_value": 9000 + } + }, + "filter_chains": [ + { + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager", + "stat_prefix": "envoy_prometheus_metrics", + "codec_type": "HTTP1", + "route_config": { + "name": "self_admin_route", + "virtual_hosts": [ + { + "name": "self_admin", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "path": "/scrape-path" + }, + "route": { + "cluster": "prometheus_backend", + "prefix_rewrite": "/stats/prometheus" + } + }, + { + "match": { + "prefix": "/" + }, + "direct_response": { + "status": 404 + } + } + ] + } + ] + }, + "http_filters": [ + { + "name": "envoy.filters.http.router" + } + ] + } + } + ] + } + ] + } + ] + }, + "stats_config": { + "stats_tags": [ + { + "regex": "^cluster\\.((?:([^.]+)~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.destination.custom_hash" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:([^.]+)\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.destination.service_subset" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?([^.]+)\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.destination.service" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.([^.]+)\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.destination.namespace" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.([^.]+)\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.destination.datacenter" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.([^.]+)\\.[^.]+\\.consul\\.)", + "tag_name": "consul.destination.routing_type" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.([^.]+)\\.consul\\.)", + "tag_name": "consul.destination.trust_domain" + }, + { + "regex": "^cluster\\.(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+)\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.destination.target" + }, + { + "regex": "^cluster\\.(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+)\\.consul\\.)", + "tag_name": "consul.destination.full_target" + }, + { + "regex": "^(?:tcp|http)\\.upstream\\.(([^.]+)(?:\\.[^.]+)?\\.[^.]+\\.)", + "tag_name": "consul.upstream.service" + }, + { + "regex": "^(?:tcp|http)\\.upstream\\.([^.]+(?:\\.[^.]+)?\\.([^.]+)\\.)", + "tag_name": "consul.upstream.datacenter" + }, + { + "regex": "^(?:tcp|http)\\.upstream\\.([^.]+(?:\\.([^.]+))?\\.[^.]+\\.)", + "tag_name": "consul.upstream.namespace" + }, + { + "regex": "^cluster\\.((?:([^.]+)~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.custom_hash" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:([^.]+)\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.service_subset" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?([^.]+)\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.service" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.([^.]+)\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.namespace" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.([^.]+)\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.datacenter" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.([^.]+)\\.[^.]+\\.consul\\.)", + "tag_name": "consul.routing_type" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.([^.]+)\\.consul\\.)", + "tag_name": "consul.trust_domain" + }, + { + "regex": "^cluster\\.(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+)\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.target" + }, + { + "regex": "^cluster\\.(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+)\\.consul\\.)", + "tag_name": "consul.full_target" + }, + { + "tag_name": "local_cluster", + "fixed_value": "test-proxy" + }, + { + "tag_name": "consul.source.service", + "fixed_value": "test-proxy" + }, + { + "tag_name": "consul.source.namespace", + "fixed_value": "default" + }, + { + "tag_name": "consul.source.datacenter", + "fixed_value": "dc1" + } + ], + "use_all_default_tags": true + }, + "dynamic_resources": { + "lds_config": { + "ads": {}, + "resource_api_version": "V3" + }, + "cds_config": { + "ads": {}, + "resource_api_version": "V3" + }, + "ads_config": { + "api_type": "GRPC", + "transport_api_version": "V3", + "grpc_services": { + "initial_metadata": [ + { + "key": "x-consul-token", + "value": "" + } + ], + "envoy_grpc": { + "cluster_name": "local_agent" + } + } + } + } +} diff --git a/command/connect/envoy/testdata/stats-config-override.golden b/command/connect/envoy/testdata/stats-config-override.golden index 72a133019d..1e3becd70e 100644 --- a/command/connect/envoy/testdata/stats-config-override.golden +++ b/command/connect/envoy/testdata/stats-config-override.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -50,13 +51,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/token-arg.golden b/command/connect/envoy/testdata/token-arg.golden index 8098b5cc6e..1ba256fd15 100644 --- a/command/connect/envoy/testdata/token-arg.golden +++ b/command/connect/envoy/testdata/token-arg.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/token-env.golden b/command/connect/envoy/testdata/token-env.golden index 8098b5cc6e..1ba256fd15 100644 --- a/command/connect/envoy/testdata/token-env.golden +++ b/command/connect/envoy/testdata/token-env.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/token-file-arg.golden b/command/connect/envoy/testdata/token-file-arg.golden index 8098b5cc6e..1ba256fd15 100644 --- a/command/connect/envoy/testdata/token-file-arg.golden +++ b/command/connect/envoy/testdata/token-file-arg.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/token-file-env.golden b/command/connect/envoy/testdata/token-file-env.golden index 8098b5cc6e..1ba256fd15 100644 --- a/command/connect/envoy/testdata/token-file-env.golden +++ b/command/connect/envoy/testdata/token-file-env.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -152,13 +153,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/zipkin-tracing-config.golden b/command/connect/envoy/testdata/zipkin-tracing-config.golden index 020ebde3f2..a9880a295d 100644 --- a/command/connect/envoy/testdata/zipkin-tracing-config.golden +++ b/command/connect/envoy/testdata/zipkin-tracing-config.golden @@ -13,13 +13,14 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.16.2" + "envoy_version": "1.17.0" } }, "static_resources": { "clusters": [ { "name": "local_agent", + "ignore_health_on_host_removal": false, "connect_timeout": "1s", "type": "STATIC", "http2_protocol_options": {}, @@ -185,13 +186,16 @@ }, "dynamic_resources": { "lds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "cds_config": { - "ads": {} + "ads": {}, + "resource_api_version": "V3" }, "ads_config": { "api_type": "GRPC", + "transport_api_version": "V3", "grpc_services": { "initial_metadata": [ { diff --git a/command/kv/imp/kv_import.go b/command/kv/imp/kv_import.go index 40cb279228..bae2dd2baf 100644 --- a/command/kv/imp/kv_import.go +++ b/command/kv/imp/kv_import.go @@ -10,6 +10,7 @@ import ( "io" "io/ioutil" "os" + "path/filepath" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/command/flags" @@ -24,10 +25,11 @@ func New(ui cli.Ui) *cmd { } type cmd struct { - UI cli.Ui - flags *flag.FlagSet - http *flags.HTTPFlags - help string + UI cli.Ui + flags *flag.FlagSet + http *flags.HTTPFlags + help string + prefix string // testStdin is the input for testing. testStdin io.Reader @@ -35,6 +37,7 @@ type cmd struct { func (c *cmd) init() { c.flags = flag.NewFlagSet("", flag.ContinueOnError) + c.flags.StringVar(&c.prefix, "prefix", "", "Key prefix for imported data") c.http = &flags.HTTPFlags{} flags.Merge(c.flags, c.http.ClientFlags()) flags.Merge(c.flags, c.http.ServerFlags()) @@ -76,7 +79,7 @@ func (c *cmd) Run(args []string) int { } pair := &api.KVPair{ - Key: entry.Key, + Key: filepath.Join(c.prefix, entry.Key), Flags: entry.Flags, Value: value, } diff --git a/command/kv/imp/kv_import_test.go b/command/kv/imp/kv_import_test.go index e484cb5a5b..fb238b3aaf 100644 --- a/command/kv/imp/kv_import_test.go +++ b/command/kv/imp/kv_import_test.go @@ -70,3 +70,55 @@ func TestKVImportCommand(t *testing.T) { t.Fatalf("bad: expected: baz, got %s", pair.Value) } } + +func TestKVImportPrefixCommand(t *testing.T) { + if testing.Short() { + t.Skip("too slow for testing.Short") + } + + t.Parallel() + a := agent.NewTestAgent(t, ``) + defer a.Shutdown() + client := a.Client() + + const json = `[ + { + "key": "foo", + "flags": 0, + "value": "YmFyCg==" + } + ]` + + ui := cli.NewMockUi() + c := New(ui) + c.testStdin = strings.NewReader(json) + + args := []string{ + "-http-addr=" + a.HTTPAddr(), + "-prefix=" + "sub/", + "-", + } + + code := c.Run(args) + if code != 0 { + t.Fatalf("bad: %d. %#v", code, ui.ErrorWriter.String()) + } + + pair, _, err := client.KV().Get("foo", nil) + if err != nil { + t.Fatal(err) + } + + if pair != nil { + t.Fatalf("bad: expected: nil, got %+v", pair) + } + + pair, _, err = client.KV().Get("sub/foo", nil) + if err != nil { + t.Fatal(err) + } + + if strings.TrimSpace(string(pair.Value)) != "bar" { + t.Fatalf("bad: expected: bar, got %s", pair.Value) + } +} diff --git a/command/tls/cert/create/tls_cert_create.go b/command/tls/cert/create/tls_cert_create.go index 0e06537f55..6281ca3ae2 100644 --- a/command/tls/cert/create/tls_cert_create.go +++ b/command/tls/cert/create/tls_cert_create.go @@ -176,13 +176,10 @@ func (c *cmd) Run(args []string) int { return 1 } - sn, err := tlsutil.GenerateSerialNumber() - if err != nil { - c.UI.Error(err.Error()) - return 1 - } - - pub, priv, err := tlsutil.GenerateCert(signer, string(cert), sn, name, c.days, DNSNames, IPAddresses, extKeyUsage) + pub, priv, err := tlsutil.GenerateCert(tlsutil.CertOpts{ + Signer: signer, CA: string(cert), Name: name, Days: c.days, + DNSNames: DNSNames, IPAddresses: IPAddresses, ExtKeyUsage: extKeyUsage, + }) if err != nil { c.UI.Error(err.Error()) return 1 diff --git a/connect/proxy/config.go b/connect/proxy/config.go index 5d0b8f597e..b49ab9ff82 100644 --- a/connect/proxy/config.go +++ b/connect/proxy/config.go @@ -46,7 +46,7 @@ type Config struct { // Service returns the *connect.Service structure represented by this config. func (c *Config) Service(client *api.Client, logger hclog.Logger) (*connect.Service, error) { - return connect.NewServiceWithLogger(c.ProxiedServiceName, client, logger) + return connect.NewServiceWithConfig(c.ProxiedServiceName, connect.Config{Client: client, Logger: logger, ServerNextProtos: []string{}}) } // PublicListenerConfig contains the parameters needed for the incoming mTLS diff --git a/connect/proxy/proxy_test.go b/connect/proxy/proxy_test.go index 0c4f0aa2e3..fc9243bf9c 100644 --- a/connect/proxy/proxy_test.go +++ b/connect/proxy/proxy_test.go @@ -2,6 +2,7 @@ package proxy import ( "context" + "crypto/tls" "net" "testing" @@ -60,12 +61,16 @@ func TestProxy_public(t *testing.T) { defer p.Close() go p.Serve() + // We create this client with an explicit ServerNextProtos here which will use `h2` + // if the proxy supports it. This is so we can verify below that the proxy _doesn't_ + // advertise `h2` support as it's only a L4 proxy. + svc, err := connect.NewServiceWithConfig("echo", connect.Config{Client: client, ServerNextProtos: []string{"h2"}}) + require.NoError(err) + // Create a test connection to the proxy. We retry here a few times // since this is dependent on the agent actually starting up and setting // up the CA. var conn net.Conn - svc, err := connect.NewService("echo", client) - require.NoError(err) retry.Run(t, func(r *retry.R) { conn, err = svc.Dial(context.Background(), &connect.StaticResolver{ Addr: TestLocalAddr(ports[0]), @@ -76,6 +81,10 @@ func TestProxy_public(t *testing.T) { } }) + // Verify that we did not select h2 via ALPN since the proxy is layer 4 only + tlsConn := conn.(*tls.Conn) + require.Equal("", tlsConn.ConnectionState().NegotiatedProtocol) + // Connection works, test it is the right one TestEchoConn(t, conn, "") } diff --git a/connect/service.go b/connect/service.go index cf8531949c..bad2d7fe5c 100644 --- a/connect/service.go +++ b/connect/service.go @@ -53,29 +53,34 @@ type Service struct { logger hclog.Logger } -// NewService creates and starts a Service. The caller must close the returned -// service to free resources and allow the program to exit normally. This is -// typically called in a signal handler. -// -// Caller must provide client which is already configured to speak to the local -// Consul agent, and with an ACL token that has `service:write` privileges for -// the service specified. -func NewService(serviceName string, client *api.Client) (*Service, error) { - logger := hclog.New(&hclog.LoggerOptions{}) - - return NewServiceWithLogger(serviceName, client, - logger) +// Config represents the configuration options for a service. +type Config struct { + // client is the mandatory Consul API client. Will panic if not set. + Client *api.Client + // Logger is the logger to use. If nil a default logger will be used. + Logger hclog.Logger + // ServerNextProtos are the protocols advertised via ALPN. If nil, defaults to + // ["h2"] for backwards compatibility. Usually there is no need to change this, + // see https://github.com/hashicorp/consul/issues/4466 for some discussion on why + // this can be useful. + ServerNextProtos []string } -// NewServiceWithLogger starts the service with a specified log.Logger. -func NewServiceWithLogger(serviceName string, client *api.Client, - logger hclog.Logger) (*Service, error) { +// NewServiceWithConfig starts a service with the specified Config. +func NewServiceWithConfig(serviceName string, config Config) (*Service, error) { + if config.Logger == nil { + config.Logger = hclog.New(&hclog.LoggerOptions{}) + } + tlsCfg := defaultTLSConfig() + if config.ServerNextProtos != nil { + tlsCfg.NextProtos = config.ServerNextProtos + } s := &Service{ service: serviceName, - client: client, - logger: logger.Named(logging.Connect).With("service", serviceName), - tlsCfg: newDynamicTLSConfig(defaultTLSConfig(), logger), - httpResolverFromAddr: ConsulResolverFromAddrFunc(client), + client: config.Client, + logger: config.Logger.Named(logging.Connect).With("service", serviceName), + tlsCfg: newDynamicTLSConfig(tlsCfg, config.Logger), + httpResolverFromAddr: ConsulResolverFromAddrFunc(config.Client), } // Set up root and leaf watches @@ -98,12 +103,29 @@ func NewServiceWithLogger(serviceName string, client *api.Client, s.leafWatch = p s.leafWatch.HybridHandler = s.leafWatchHandler - go s.rootsWatch.RunWithClientAndHclog(client, s.logger) - go s.leafWatch.RunWithClientAndHclog(client, s.logger) + go s.rootsWatch.RunWithClientAndHclog(config.Client, s.logger) + go s.leafWatch.RunWithClientAndHclog(config.Client, s.logger) return s, nil } +// NewService creates and starts a Service. The caller must close the returned +// service to free resources and allow the program to exit normally. This is +// typically called in a signal handler. +// +// Caller must provide client which is already configured to speak to the local +// Consul agent, and with an ACL token that has `service:write` privileges for +// the service specified. +func NewService(serviceName string, client *api.Client) (*Service, error) { + return NewServiceWithConfig(serviceName, Config{Client: client}) +} + +// NewServiceWithLogger starts the service with a specified log.Logger. +func NewServiceWithLogger(serviceName string, client *api.Client, + logger hclog.Logger) (*Service, error) { + return NewServiceWithConfig(serviceName, Config{Client: client, Logger: logger}) +} + // NewDevServiceFromCertFiles creates a Service using certificate and key files // passed instead of fetching them from the client. func NewDevServiceFromCertFiles(serviceID string, logger hclog.Logger, diff --git a/contributing/streaming/README.md b/contributing/streaming/README.md index 400b0b680b..ef56bcc0ae 100644 --- a/contributing/streaming/README.md +++ b/contributing/streaming/README.md @@ -8,6 +8,8 @@ sends events as they occur, and the client maintains a materialized view of the At the time of writing only the service health endpoint uses streaming, but more endpoints will be added in the future. +See [adding a topic](./adding-a-topic.md) for a guide on adding new topics to streaming. + ## Overview The diagram below shows the components that are used in streaming, and how they fit into diff --git a/contributing/streaming/adding-a-topic.md b/contributing/streaming/adding-a-topic.md new file mode 100644 index 0000000000..7f474c1f4d --- /dev/null +++ b/contributing/streaming/adding-a-topic.md @@ -0,0 +1,35 @@ + +# Adding a new topic to streaming + +This document is a guide for adding a new streaming topic. + +1. Add the name of the topic to the [proto/pbsubscribe/subscribe.proto Topic enum][1]. + Run `make proto` to generate the Go code from the protobuf. +2. Add a `FromChanges` function to the list of change functions in + [agent/consul/state.processDBChanges][2]. The `FromChanges` function should examine the + list of `Changes` and return a list of events that subscriptions would need to update + their view. +3. Add a snapshot function to [agent/consul/state.newSnapshotHandlers][3]. The snapshot + function should produce a set of events to create the initial state of the view. + Generally these are all "create" events. +4. Add a new `Payload` type, similar to [agent/consul/state.EventPayloadCheckServiceNode][6]. + This type will be used in the `Payload` field of the event. +5. Create the protobuf for the payload, and add the `Payload` type to the `oneof` in + [proto/pbsubscrube/subscribe.proto Event.Payload][7]. This may require creating other + protobuf types as well, to encode anything in the payload. Run `make proto` to generate + the Go code from the protobuf. +6. Add another case to [agent/rpc/subscribe.setPayload][8] to convert from the Payload + type in `state`, to the protobuf type. This may require either writing or generating a + function to convert between the types. +7. Add a new cache-type that uses [agent/submatview.Materializer][4] similar to + [agent/cache-types/streaming_health_services.go][5]. + + +[1]: https://github.com/hashicorp/consul/blob/v1.9.4/proto/pbsubscribe/subscribe.proto#L37-L45 +[2]: https://github.com/hashicorp/consul/blob/v1.9.4/agent/consul/state/memdb.go#L188-L192 +[3]: https://github.com/hashicorp/consul/blob/v1.9.4/agent/consul/state/memdb.go#L205-L209 +[4]: https://github.com/hashicorp/consul/blob/v1.9.4/agent/submatview/materializer.go#L76 +[5]: https://github.com/hashicorp/consul/blob/v1.9.4/agent/cache-types/streaming_health_services.go +[6]: https://github.com/hashicorp/consul/blob/v1.9.4/agent/consul/state/catalog_events.go#L12-L46 +[7]: https://github.com/hashicorp/consul/blob/v1.9.4/proto/pbsubscribe/subscribe.proto#L95-L117 +[8]: https://github.com/hashicorp/consul/blob/v1.9.4/agent/rpc/subscribe/subscribe.go#L161-L168 diff --git a/lib/eof.go b/lib/eof.go index f77844fd64..e29d151109 100644 --- a/lib/eof.go +++ b/lib/eof.go @@ -1,7 +1,10 @@ package lib import ( + "errors" + "fmt" "io" + "net/rpc" "strings" "github.com/hashicorp/yamux" @@ -13,7 +16,7 @@ var yamuxSessionShutdown = yamux.ErrSessionShutdown.Error() // IsErrEOF returns true if we get an EOF error from the socket itself, or // an EOF equivalent error from yamux. func IsErrEOF(err error) bool { - if err == io.EOF { + if errors.Is(err, io.EOF) { return true } @@ -23,5 +26,10 @@ func IsErrEOF(err error) bool { return true } + var serverError rpc.ServerError + if errors.As(err, &serverError) { + return strings.HasSuffix(err.Error(), fmt.Sprintf(": %s", io.EOF.Error())) + } + return false } diff --git a/lib/eof_test.go b/lib/eof_test.go new file mode 100644 index 0000000000..38106ae997 --- /dev/null +++ b/lib/eof_test.go @@ -0,0 +1,31 @@ +package lib + +import ( + "fmt" + "io" + "net/rpc" + "testing" + + "github.com/hashicorp/yamux" + "github.com/stretchr/testify/require" +) + +func TestErrIsEOF(t *testing.T) { + var tests = []struct { + name string + err error + }{ + {name: "EOF", err: io.EOF}, + {name: "Wrapped EOF", err: fmt.Errorf("test: %w", io.EOF)}, + {name: "yamuxStreamClosed", err: yamux.ErrStreamClosed}, + {name: "yamuxSessionShutdown", err: yamux.ErrSessionShutdown}, + {name: "ServerError(___: EOF)", err: rpc.ServerError(fmt.Sprintf("rpc error: %s", io.EOF.Error()))}, + {name: "Wrapped ServerError(___: EOF)", err: fmt.Errorf("rpc error: %w", rpc.ServerError(fmt.Sprintf("rpc error: %s", io.EOF.Error())))}, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + require.True(t, IsErrEOF(tt.err)) + }) + } +} diff --git a/proto/pbcommon/common.pb.go b/proto/pbcommon/common.pb.go index 5eb9dab64c..06a6fa1f09 100644 --- a/proto/pbcommon/common.pb.go +++ b/proto/pbcommon/common.pb.go @@ -398,6 +398,8 @@ func (m *QueryMeta) GetConsistencyLevel() string { type EnterpriseMeta struct { // Namespace in which the entity exists. Namespace string `protobuf:"bytes,1,opt,name=Namespace,proto3" json:"Namespace,omitempty"` + // Tenant in which the entity exists. + Tenant string `protobuf:"bytes,2,opt,name=Tenant,proto3" json:"Tenant,omitempty"` } func (m *EnterpriseMeta) Reset() { *m = EnterpriseMeta{} } @@ -445,45 +447,45 @@ func init() { func init() { proto.RegisterFile("proto/pbcommon/common.proto", fileDescriptor_a6f5ac44994d718c) } var fileDescriptor_a6f5ac44994d718c = []byte{ - // 594 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcf, 0x4e, 0xd4, 0x40, - 0x1c, 0x6e, 0x75, 0x59, 0xb7, 0xbf, 0x05, 0x82, 0x13, 0x62, 0x2a, 0x9a, 0xee, 0xa6, 0x31, 0x86, - 0x10, 0x6d, 0x13, 0xbc, 0xe1, 0x09, 0x16, 0x34, 0xc4, 0xad, 0xc4, 0x8a, 0x31, 0xf1, 0x36, 0xdb, - 0xfd, 0x6d, 0x77, 0x62, 0xdb, 0xa9, 0xd3, 0x29, 0x2c, 0x6f, 0xe0, 0xd1, 0x23, 0xf1, 0xe4, 0x83, - 0xf8, 0x00, 0x1c, 0x39, 0x7a, 0x42, 0x65, 0xdf, 0xc0, 0x27, 0x30, 0x9d, 0x16, 0x28, 0xc2, 0x01, - 0x4f, 0xbb, 0xdf, 0xd7, 0xef, 0x9b, 0xf9, 0xfd, 0xf9, 0x5a, 0x78, 0x90, 0x0a, 0x2e, 0xb9, 0x9b, - 0x0e, 0x02, 0x1e, 0xc7, 0x3c, 0x71, 0xcb, 0x1f, 0x47, 0xb1, 0xa4, 0x59, 0xa2, 0x25, 0x2b, 0xe4, - 0x3c, 0x8c, 0xd0, 0x55, 0xec, 0x20, 0x1f, 0xb9, 0xc3, 0x5c, 0x50, 0xc9, 0xce, 0x74, 0x4b, 0x8b, - 0x21, 0x0f, 0x79, 0x79, 0x50, 0xf1, 0xaf, 0x64, 0xed, 0x18, 0x0c, 0x9f, 0x8e, 0xe4, 0x76, 0x32, - 0xc4, 0x09, 0x71, 0xa1, 0xdd, 0x13, 0x48, 0x25, 0x2a, 0x68, 0xea, 0x5d, 0x7d, 0xb9, 0xb1, 0x31, - 0xf7, 0xe7, 0xa4, 0x63, 0x0c, 0x70, 0x92, 0x8a, 0x35, 0xfb, 0xa9, 0xed, 0xd7, 0x15, 0x85, 0xc1, - 0xe3, 0x43, 0x36, 0x3a, 0x28, 0x0d, 0xb7, 0xae, 0x35, 0xd4, 0x14, 0xf6, 0x2a, 0x2c, 0xec, 0x52, - 0x11, 0xa2, 0xdc, 0xa4, 0x92, 0x06, 0x98, 0x48, 0x14, 0xc4, 0x02, 0xb8, 0x40, 0xea, 0x52, 0xc3, - 0xaf, 0x31, 0xf6, 0x0a, 0xcc, 0xbe, 0x17, 0x4c, 0xa2, 0x8f, 0x9f, 0x72, 0xcc, 0x24, 0x59, 0x84, - 0x99, 0x5d, 0xfe, 0x11, 0x93, 0x4a, 0x5a, 0x82, 0xb5, 0xc6, 0xe7, 0x6f, 0x1d, 0xdd, 0xfe, 0xda, - 0x80, 0xd9, 0x37, 0x39, 0x8a, 0x83, 0x9d, 0xb4, 0x68, 0x3d, 0xbb, 0x5e, 0x4c, 0x1e, 0xc1, 0x9c, - 0xc7, 0x12, 0x25, 0xac, 0x55, 0xee, 0x5f, 0x26, 0xc9, 0x4b, 0x98, 0xf5, 0xe8, 0x44, 0x11, 0xbb, - 0x2c, 0x46, 0xf3, 0x76, 0x57, 0x5f, 0x6e, 0xaf, 0xde, 0x77, 0xca, 0x41, 0x3b, 0x67, 0x83, 0x76, - 0x36, 0xab, 0x41, 0x6f, 0xb4, 0x8e, 0x4e, 0x3a, 0xda, 0xe1, 0xcf, 0x8e, 0xee, 0x5f, 0x32, 0x16, - 0x1d, 0xae, 0x47, 0x11, 0xdf, 0x7f, 0x2b, 0x69, 0x84, 0x66, 0xa3, 0xab, 0x2f, 0xb7, 0xfc, 0x1a, - 0x43, 0x9e, 0xc0, 0xdd, 0xa2, 0x39, 0x26, 0xb0, 0xc7, 0x93, 0x8c, 0x65, 0x12, 0x13, 0x69, 0xce, - 0x28, 0xd9, 0xd5, 0x07, 0x64, 0x09, 0x5a, 0xef, 0x32, 0xec, 0xd1, 0x60, 0x8c, 0x66, 0x53, 0x89, - 0xce, 0x31, 0xd9, 0x81, 0x05, 0x8f, 0x4e, 0xd4, 0xa9, 0x67, 0x55, 0x99, 0x77, 0x6e, 0x5e, 0xf6, - 0x15, 0x33, 0x79, 0x0e, 0x4d, 0x8f, 0x4e, 0xd6, 0x43, 0x34, 0x5b, 0x37, 0x3f, 0xa6, 0xb2, 0x90, - 0xc7, 0x30, 0xef, 0xe5, 0x99, 0xf4, 0x71, 0x8f, 0x46, 0x6c, 0x48, 0x25, 0x9a, 0x86, 0xaa, 0xf7, - 0x1f, 0xb6, 0x18, 0xb4, 0xba, 0x75, 0x7b, 0xb4, 0x25, 0x04, 0x17, 0x26, 0xfc, 0xc7, 0xa0, 0xeb, - 0x46, 0x72, 0x0f, 0x9a, 0x2f, 0x58, 0x54, 0xc4, 0xa8, 0xad, 0xd6, 0x5d, 0xa1, 0x2a, 0x1c, 0xdf, - 0x75, 0x30, 0xd4, 0x52, 0x3c, 0x94, 0xb4, 0x48, 0x46, 0x2d, 0xe6, 0x7e, 0x09, 0xc8, 0x16, 0xb4, - 0xfb, 0x34, 0x93, 0x3d, 0x9e, 0x48, 0x1a, 0x48, 0x95, 0x8b, 0x1b, 0x56, 0x52, 0xf7, 0x91, 0x2e, - 0xb4, 0x5f, 0x25, 0x7c, 0x3f, 0xe9, 0x23, 0x1d, 0xa2, 0x50, 0xc9, 0x69, 0xf9, 0x75, 0x8a, 0xac, - 0xc0, 0xc2, 0xf9, 0x4e, 0x83, 0x83, 0x3e, 0xee, 0x61, 0xa4, 0x92, 0x61, 0xf8, 0x57, 0xf8, 0xaa, - 0x7c, 0x07, 0xe6, 0xb7, 0x8a, 0x17, 0x22, 0x15, 0x2c, 0x43, 0xd5, 0xc2, 0x43, 0x30, 0x5e, 0xd3, - 0x18, 0xb3, 0x94, 0x06, 0x58, 0x05, 0xfc, 0x82, 0xd8, 0xe8, 0x1f, 0xfd, 0xb6, 0xb4, 0xa3, 0x53, - 0x4b, 0x3f, 0x3e, 0xb5, 0xf4, 0x5f, 0xa7, 0x96, 0xfe, 0x65, 0x6a, 0x69, 0x87, 0x53, 0x4b, 0x3b, - 0x9e, 0x5a, 0xda, 0x8f, 0xa9, 0xa5, 0x7d, 0x58, 0x09, 0x99, 0x1c, 0xe7, 0x03, 0x27, 0xe0, 0xb1, - 0x3b, 0xa6, 0xd9, 0x98, 0x05, 0x5c, 0xa4, 0x6e, 0xc0, 0x93, 0x2c, 0x8f, 0xdc, 0xcb, 0xdf, 0x9c, - 0x41, 0x53, 0xe1, 0x67, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xee, 0xfb, 0xa8, 0x19, 0x8c, 0x04, - 0x00, 0x00, + // 606 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, + 0x14, 0x8d, 0xbf, 0x2f, 0x0d, 0xf1, 0x4d, 0x5b, 0x95, 0x51, 0x85, 0x4c, 0x41, 0x4e, 0x14, 0x21, + 0x54, 0x55, 0x10, 0x4b, 0x65, 0x57, 0x56, 0x6d, 0xda, 0xa2, 0x8a, 0x98, 0x0a, 0x13, 0x84, 0xc4, + 0x6e, 0xe2, 0xdc, 0x38, 0x23, 0xec, 0x19, 0x33, 0x1e, 0xb7, 0xe9, 0x1b, 0xb0, 0x64, 0x59, 0xb1, + 0xe2, 0x41, 0x78, 0x80, 0x2e, 0xbb, 0x64, 0x55, 0xa0, 0x79, 0x03, 0x9e, 0x00, 0x79, 0xec, 0xb6, + 0x2e, 0xed, 0x22, 0xac, 0x92, 0x73, 0x7c, 0xce, 0xcc, 0xfd, 0x39, 0x36, 0x3c, 0x88, 0xa5, 0x50, + 0xc2, 0x89, 0x07, 0xbe, 0x88, 0x22, 0xc1, 0x9d, 0xfc, 0xa7, 0xa3, 0x59, 0x52, 0xcb, 0xd1, 0x8a, + 0x1d, 0x08, 0x11, 0x84, 0xe8, 0x68, 0x76, 0x90, 0x8e, 0x9c, 0x61, 0x2a, 0xa9, 0x62, 0x17, 0xba, + 0x95, 0xe5, 0x40, 0x04, 0x22, 0x3f, 0x28, 0xfb, 0x97, 0xb3, 0xed, 0x08, 0x4c, 0x8f, 0x8e, 0xd4, + 0x1e, 0x1f, 0xe2, 0x84, 0x38, 0xd0, 0xe8, 0x4a, 0xa4, 0x0a, 0x35, 0xb4, 0x8c, 0x96, 0xb1, 0x5a, + 0xdd, 0x5a, 0xf8, 0x7d, 0xd6, 0x34, 0x07, 0x38, 0x89, 0xe5, 0x46, 0xfb, 0x69, 0xdb, 0x2b, 0x2b, + 0x32, 0x83, 0x2b, 0x86, 0x6c, 0x74, 0x94, 0x1b, 0xfe, 0xbb, 0xd5, 0x50, 0x52, 0xb4, 0xd7, 0x61, + 0xa9, 0x4f, 0x65, 0x80, 0x6a, 0x9b, 0x2a, 0xea, 0x23, 0x57, 0x28, 0x89, 0x0d, 0x70, 0x85, 0xf4, + 0xa5, 0xa6, 0x57, 0x62, 0xda, 0x6b, 0x30, 0xff, 0x4e, 0x32, 0x85, 0x1e, 0x7e, 0x4c, 0x31, 0x51, + 0x64, 0x19, 0xe6, 0xfa, 0xe2, 0x03, 0xf2, 0x42, 0x9a, 0x83, 0x8d, 0xea, 0xa7, 0xaf, 0x4d, 0xa3, + 0xfd, 0xa5, 0x0a, 0xf3, 0xaf, 0x53, 0x94, 0x47, 0xfb, 0x71, 0xd6, 0x7a, 0x72, 0xbb, 0x98, 0x3c, + 0x82, 0x05, 0x97, 0x71, 0x2d, 0x2c, 0x55, 0xee, 0x5d, 0x27, 0xc9, 0x0b, 0x98, 0x77, 0xe9, 0x44, + 0x13, 0x7d, 0x16, 0xa1, 0xf5, 0x7f, 0xcb, 0x58, 0x6d, 0xac, 0xdf, 0xef, 0xe4, 0x83, 0xee, 0x5c, + 0x0c, 0xba, 0xb3, 0x5d, 0x0c, 0x7a, 0xab, 0x7e, 0x72, 0xd6, 0xac, 0x1c, 0xff, 0x68, 0x1a, 0xde, + 0x35, 0x63, 0xd6, 0xe1, 0x66, 0x18, 0x8a, 0xc3, 0x37, 0x8a, 0x86, 0x68, 0x55, 0x5b, 0xc6, 0x6a, + 0xdd, 0x2b, 0x31, 0xe4, 0x09, 0xdc, 0xcd, 0x9a, 0x63, 0x12, 0xbb, 0x82, 0x27, 0x2c, 0x51, 0xc8, + 0x95, 0x35, 0xa7, 0x65, 0x37, 0x1f, 0x90, 0x15, 0xa8, 0xbf, 0x4d, 0xb0, 0x4b, 0xfd, 0x31, 0x5a, + 0x35, 0x2d, 0xba, 0xc4, 0x64, 0x1f, 0x96, 0x5c, 0x3a, 0xd1, 0xa7, 0x5e, 0x54, 0x65, 0xdd, 0x99, + 0xbd, 0xec, 0x1b, 0x66, 0xf2, 0x1c, 0x6a, 0x2e, 0x9d, 0x6c, 0x06, 0x68, 0xd5, 0x67, 0x3f, 0xa6, + 0xb0, 0x90, 0xc7, 0xb0, 0xe8, 0xa6, 0x89, 0xf2, 0xf0, 0x80, 0x86, 0x6c, 0x48, 0x15, 0x5a, 0xa6, + 0xae, 0xf7, 0x2f, 0x36, 0x1b, 0xb4, 0xbe, 0x75, 0x6f, 0xb4, 0x23, 0xa5, 0x90, 0x16, 0xfc, 0xc3, + 0xa0, 0xcb, 0x46, 0x72, 0x0f, 0x6a, 0xbb, 0x2c, 0xcc, 0x62, 0xd4, 0xd0, 0xeb, 0x2e, 0x50, 0x11, + 0x8e, 0x6f, 0x06, 0x98, 0x7a, 0x29, 0x2e, 0x2a, 0x9a, 0x25, 0xa3, 0x14, 0x73, 0x2f, 0x07, 0x64, + 0x07, 0x1a, 0x3d, 0x9a, 0xa8, 0xae, 0xe0, 0x8a, 0xfa, 0x4a, 0xe7, 0x62, 0xc6, 0x4a, 0xca, 0x3e, + 0xd2, 0x82, 0xc6, 0x4b, 0x2e, 0x0e, 0x79, 0x0f, 0xe9, 0x10, 0xa5, 0x4e, 0x4e, 0xdd, 0x2b, 0x53, + 0x64, 0x0d, 0x96, 0x2e, 0x77, 0xea, 0x1f, 0xf5, 0xf0, 0x00, 0x43, 0x9d, 0x0c, 0xd3, 0xbb, 0xc1, + 0x17, 0xe5, 0xef, 0xc2, 0xe2, 0x4e, 0xf6, 0x42, 0xc4, 0x92, 0x25, 0xa8, 0x5b, 0x78, 0x08, 0xe6, + 0x2b, 0x1a, 0x61, 0x12, 0x53, 0x1f, 0x8b, 0x80, 0x5f, 0x11, 0xd9, 0x30, 0xfa, 0xc8, 0x29, 0xcf, + 0xbb, 0x30, 0xbd, 0x02, 0x6d, 0xf5, 0x4e, 0x7e, 0xd9, 0x95, 0x93, 0x73, 0xdb, 0x38, 0x3d, 0xb7, + 0x8d, 0x9f, 0xe7, 0xb6, 0xf1, 0x79, 0x6a, 0x57, 0x8e, 0xa7, 0x76, 0xe5, 0x74, 0x6a, 0x57, 0xbe, + 0x4f, 0xed, 0xca, 0xfb, 0xb5, 0x80, 0xa9, 0x71, 0x3a, 0xe8, 0xf8, 0x22, 0x72, 0xc6, 0x34, 0x19, + 0x33, 0x5f, 0xc8, 0xd8, 0xf1, 0x05, 0x4f, 0xd2, 0xd0, 0xb9, 0xfe, 0x2d, 0x1a, 0xd4, 0x34, 0x7e, + 0xf6, 0x27, 0x00, 0x00, 0xff, 0xff, 0x6f, 0x3a, 0xc6, 0x28, 0xa4, 0x04, 0x00, 0x00, } func (m *RaftIndex) Marshal() (dAtA []byte, err error) { @@ -766,6 +768,13 @@ func (m *EnterpriseMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.Tenant) > 0 { + i -= len(m.Tenant) + copy(dAtA[i:], m.Tenant) + i = encodeVarintCommon(dAtA, i, uint64(len(m.Tenant))) + i-- + dAtA[i] = 0x12 + } if len(m.Namespace) > 0 { i -= len(m.Namespace) copy(dAtA[i:], m.Namespace) @@ -899,6 +908,10 @@ func (m *EnterpriseMeta) Size() (n int) { if l > 0 { n += 1 + l + sovCommon(uint64(l)) } + l = len(m.Tenant) + if l > 0 { + n += 1 + l + sovCommon(uint64(l)) + } return n } @@ -1735,6 +1748,38 @@ func (m *EnterpriseMeta) Unmarshal(dAtA []byte) error { } m.Namespace = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Tenant", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowCommon + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthCommon + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthCommon + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Tenant = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipCommon(dAtA[iNdEx:]) diff --git a/proto/pbcommon/common.proto b/proto/pbcommon/common.proto index cd0694c832..db946d097e 100644 --- a/proto/pbcommon/common.proto +++ b/proto/pbcommon/common.proto @@ -139,4 +139,6 @@ message QueryMeta { message EnterpriseMeta { // Namespace in which the entity exists. string Namespace = 1; + // Tenant in which the entity exists. + string Tenant = 2; } \ No newline at end of file diff --git a/proto/pbservice/healthcheck.gen.go b/proto/pbservice/healthcheck.gen.go index 9b80c4b43e..dcf8435bbe 100644 --- a/proto/pbservice/healthcheck.gen.go +++ b/proto/pbservice/healthcheck.gen.go @@ -23,6 +23,7 @@ func CheckTypeToStructs(s CheckType) structs.CheckType { t.Shell = s.Shell t.GRPC = s.GRPC t.GRPCUseTLS = s.GRPCUseTLS + t.TLSServerName = s.TLSServerName t.TLSSkipVerify = s.TLSSkipVerify t.Timeout = s.Timeout t.TTL = s.TTL @@ -53,6 +54,7 @@ func NewCheckTypeFromStructs(t structs.CheckType) CheckType { s.Shell = t.Shell s.GRPC = t.GRPC s.GRPCUseTLS = t.GRPCUseTLS + s.TLSServerName = t.TLSServerName s.TLSSkipVerify = t.TLSSkipVerify s.Timeout = t.Timeout s.TTL = t.TTL @@ -101,6 +103,7 @@ func NewHealthCheckFromStructs(t structs.HealthCheck) HealthCheck { func HealthCheckDefinitionToStructs(s HealthCheckDefinition) structs.HealthCheckDefinition { var t structs.HealthCheckDefinition t.HTTP = s.HTTP + t.TLSServerName = s.TLSServerName t.TLSSkipVerify = s.TLSSkipVerify t.Header = MapHeadersToStructs(s.Header) t.Method = s.Method @@ -123,6 +126,7 @@ func HealthCheckDefinitionToStructs(s HealthCheckDefinition) structs.HealthCheck func NewHealthCheckDefinitionFromStructs(t structs.HealthCheckDefinition) HealthCheckDefinition { var s HealthCheckDefinition s.HTTP = t.HTTP + s.TLSServerName = t.TLSServerName s.TLSSkipVerify = t.TLSSkipVerify s.Header = NewMapHeadersFromStructs(t.Header) s.Method = t.Method diff --git a/proto/pbservice/healthcheck.pb.go b/proto/pbservice/healthcheck.pb.go index 9fa10e4d47..ae66511c73 100644 --- a/proto/pbservice/healthcheck.pb.go +++ b/proto/pbservice/healthcheck.pb.go @@ -133,6 +133,7 @@ var xxx_messageInfo_HeaderValue proto.InternalMessageInfo // name=Structs type HealthCheckDefinition struct { HTTP string `protobuf:"bytes,1,opt,name=HTTP,proto3" json:"HTTP,omitempty"` + TLSServerName string `protobuf:"bytes,19,opt,name=TLSServerName,proto3" json:"TLSServerName,omitempty"` TLSSkipVerify bool `protobuf:"varint,2,opt,name=TLSSkipVerify,proto3" json:"TLSSkipVerify,omitempty"` // mog: func-to=MapHeadersToStructs func-from=NewMapHeadersFromStructs Header map[string]HeaderValue `protobuf:"bytes,3,rep,name=Header,proto3" json:"Header" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` @@ -218,6 +219,7 @@ type CheckType struct { Shell string `protobuf:"bytes,13,opt,name=Shell,proto3" json:"Shell,omitempty"` GRPC string `protobuf:"bytes,14,opt,name=GRPC,proto3" json:"GRPC,omitempty"` GRPCUseTLS bool `protobuf:"varint,15,opt,name=GRPCUseTLS,proto3" json:"GRPCUseTLS,omitempty"` + TLSServerName string `protobuf:"bytes,27,opt,name=TLSServerName,proto3" json:"TLSServerName,omitempty"` TLSSkipVerify bool `protobuf:"varint,16,opt,name=TLSSkipVerify,proto3" json:"TLSSkipVerify,omitempty"` Timeout time.Duration `protobuf:"bytes,17,opt,name=Timeout,proto3,stdduration" json:"Timeout"` TTL time.Duration `protobuf:"bytes,18,opt,name=TTL,proto3,stdduration" json:"TTL"` @@ -281,70 +283,71 @@ func init() { func init() { proto.RegisterFile("proto/pbservice/healthcheck.proto", fileDescriptor_8a6f7448747c9fbe) } var fileDescriptor_8a6f7448747c9fbe = []byte{ - // 999 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x4d, 0x6f, 0xe3, 0x44, - 0x18, 0x8e, 0x9b, 0x8f, 0xc6, 0x93, 0x6d, 0xb7, 0x1d, 0xba, 0x65, 0xb6, 0x20, 0x37, 0x04, 0x0e, - 0x41, 0x14, 0x47, 0x2a, 0x02, 0x01, 0x12, 0xa0, 0x26, 0xd9, 0x8f, 0xa0, 0x76, 0x09, 0x8e, 0xd9, - 0x03, 0x37, 0xd7, 0x99, 0x24, 0x56, 0x1c, 0x4f, 0x34, 0x1e, 0x57, 0x0d, 0x57, 0xfe, 0x00, 0xc7, - 0xfd, 0x49, 0x3d, 0x56, 0x9c, 0x38, 0x15, 0x68, 0xcf, 0xfc, 0x01, 0x4e, 0x68, 0xde, 0xb1, 0x53, - 0x67, 0xe3, 0x25, 0x65, 0xb5, 0x9c, 0xf2, 0x7e, 0xce, 0x78, 0xde, 0xf7, 0x79, 0x9e, 0x16, 0xbd, - 0x37, 0xe5, 0x4c, 0xb0, 0xc6, 0xf4, 0x34, 0xa4, 0xfc, 0xcc, 0x73, 0x69, 0x63, 0x44, 0x1d, 0x5f, - 0x8c, 0xdc, 0x11, 0x75, 0xc7, 0x26, 0xe4, 0xb0, 0x3e, 0x4f, 0xee, 0x19, 0x43, 0xc6, 0x86, 0x3e, - 0x6d, 0x40, 0xe2, 0x34, 0x1a, 0x34, 0xfa, 0x11, 0x77, 0x84, 0xc7, 0x02, 0x55, 0xba, 0xf7, 0x4e, - 0x72, 0x9a, 0xcb, 0x26, 0x13, 0x16, 0x34, 0xd4, 0x4f, 0x9c, 0xdc, 0x19, 0xb2, 0x21, 0x53, 0x05, - 0xd2, 0x52, 0xd1, 0xda, 0xcf, 0x05, 0x54, 0x79, 0x0a, 0x77, 0xb6, 0xe4, 0x9d, 0x18, 0xa3, 0xc2, - 0x33, 0xd6, 0xa7, 0x44, 0xab, 0x6a, 0x75, 0xdd, 0x02, 0x1b, 0x3f, 0x41, 0xeb, 0x90, 0xec, 0xb4, - 0xc9, 0x9a, 0x0c, 0x37, 0x3f, 0xfe, 0xfb, 0x6a, 0xff, 0xc3, 0xa1, 0x27, 0x46, 0xd1, 0xa9, 0xe9, - 0xb2, 0x49, 0x63, 0xe4, 0x84, 0x23, 0xcf, 0x65, 0x7c, 0xda, 0x70, 0x59, 0x10, 0x46, 0x7e, 0x43, - 0xcc, 0xa6, 0x34, 0x34, 0xe3, 0x26, 0x2b, 0xe9, 0x86, 0xc3, 0x9d, 0x09, 0x25, 0xf9, 0xf8, 0x70, - 0x67, 0x42, 0xf1, 0x2e, 0x2a, 0xf5, 0x84, 0x23, 0xa2, 0x90, 0x14, 0x20, 0x1a, 0x7b, 0x78, 0x07, - 0x15, 0x9f, 0x31, 0x41, 0x43, 0x52, 0x84, 0xb0, 0x72, 0x64, 0xf5, 0x77, 0x91, 0x98, 0x46, 0x82, - 0x94, 0x54, 0xb5, 0xf2, 0xf0, 0xbb, 0x48, 0xef, 0xa9, 0x21, 0x75, 0xda, 0x64, 0x1d, 0x52, 0xb7, - 0x01, 0x5c, 0x45, 0x95, 0xd8, 0x81, 0xeb, 0xcb, 0x90, 0x4f, 0x87, 0x52, 0x15, 0xb6, 0x33, 0x0c, - 0x89, 0x5e, 0xcd, 0xa7, 0x2a, 0x64, 0x48, 0x7e, 0xbb, 0x3d, 0x9b, 0x52, 0x72, 0x4f, 0x7d, 0xbb, - 0xb4, 0xf1, 0x63, 0x84, 0xda, 0x74, 0xe0, 0x05, 0x9e, 0xdc, 0x01, 0x41, 0x55, 0xad, 0x5e, 0x39, - 0xac, 0x9a, 0xf3, 0x7d, 0x99, 0xa9, 0xc1, 0xde, 0xd6, 0x35, 0x0b, 0x17, 0x57, 0xfb, 0x39, 0x2b, - 0xd5, 0x89, 0xbf, 0x40, 0xba, 0xe5, 0x0c, 0x44, 0x27, 0xe8, 0xd3, 0x73, 0x52, 0x81, 0x63, 0xb6, - 0xcd, 0x78, 0x79, 0xf3, 0x44, 0xb3, 0x2c, 0xfb, 0x2e, 0xaf, 0xf6, 0x35, 0xeb, 0xb6, 0x1a, 0xb7, - 0xd1, 0xe6, 0xa3, 0x40, 0x50, 0x3e, 0xe5, 0x5e, 0x48, 0x4f, 0xa8, 0x70, 0xc8, 0x06, 0xf4, 0xef, - 0x26, 0xfd, 0x8b, 0xd9, 0xf8, 0xf2, 0x97, 0x7a, 0x6a, 0xef, 0x03, 0x08, 0xfa, 0x94, 0x3f, 0x77, - 0xfc, 0x88, 0xca, 0xd9, 0x83, 0x41, 0x34, 0x98, 0x83, 0x72, 0x6a, 0xbf, 0x96, 0xd0, 0x83, 0xcc, - 0x17, 0xc9, 0xd9, 0x3c, 0xb5, 0xed, 0x6e, 0x02, 0x1a, 0x69, 0xe3, 0x0f, 0xd0, 0x86, 0x7d, 0xdc, - 0xeb, 0x8d, 0xbd, 0xe9, 0x73, 0xca, 0xbd, 0xc1, 0x0c, 0xa0, 0x53, 0xb6, 0x16, 0x83, 0xf8, 0x5b, - 0x54, 0x52, 0x17, 0x93, 0x7c, 0x35, 0x5f, 0xaf, 0x1c, 0x1e, 0xac, 0x9a, 0x9e, 0xa9, 0xca, 0x1f, - 0x05, 0x82, 0xcf, 0xe2, 0xc7, 0xc4, 0x27, 0x48, 0x6c, 0x9c, 0x50, 0x31, 0x62, 0xfd, 0x04, 0x49, - 0xca, 0x93, 0x5f, 0xd7, 0x64, 0xfd, 0x19, 0xc1, 0xea, 0xeb, 0xa4, 0x8d, 0xb7, 0x50, 0xde, 0x6e, - 0x75, 0x63, 0x6c, 0x49, 0x13, 0x7f, 0x83, 0xca, 0x1d, 0x39, 0x94, 0x33, 0xc7, 0x07, 0x6c, 0x55, - 0x0e, 0x1f, 0x9a, 0x8a, 0x6e, 0x66, 0x42, 0x37, 0xb3, 0x1d, 0xd3, 0x4d, 0xad, 0xe2, 0xc5, 0xef, - 0xfb, 0x9a, 0x35, 0x6f, 0x92, 0x0f, 0x56, 0x60, 0x3c, 0x71, 0xce, 0x7b, 0xde, 0x4f, 0x94, 0xe8, - 0x55, 0xad, 0xbe, 0x61, 0x2d, 0x06, 0xf1, 0x57, 0x68, 0xdd, 0xf6, 0x26, 0x94, 0x45, 0x02, 0x60, - 0x7a, 0xc7, 0x5b, 0x92, 0x1e, 0x3c, 0x46, 0x46, 0x9b, 0x72, 0x3a, 0xf4, 0x42, 0x41, 0x79, 0x8b, - 0x7b, 0xc2, 0x73, 0x1d, 0x3f, 0x86, 0xe9, 0xd1, 0x40, 0x50, 0x0e, 0xe0, 0xbe, 0xe3, 0xa9, 0x2b, - 0x8e, 0xc2, 0x06, 0x42, 0x3d, 0x97, 0x7b, 0x53, 0x71, 0xc4, 0x87, 0x21, 0x41, 0x80, 0x85, 0x54, - 0x04, 0x1f, 0xa0, 0xed, 0x36, 0x73, 0xc7, 0x94, 0xb7, 0x58, 0x20, 0x1c, 0x2f, 0xa0, 0xbc, 0xd3, - 0x06, 0xf8, 0xea, 0xd6, 0x72, 0x42, 0x82, 0xaa, 0x37, 0xa2, 0xbe, 0x1f, 0x33, 0x48, 0x39, 0x72, - 0x39, 0x4f, 0xac, 0x6e, 0x0b, 0x50, 0xab, 0x5b, 0x60, 0xcb, 0x7b, 0xe5, 0xef, 0x0f, 0x21, 0xb5, - 0x8f, 0x7b, 0x64, 0x13, 0x70, 0x93, 0x8a, 0x48, 0xb2, 0x1f, 0xf9, 0x9e, 0x13, 0x82, 0x50, 0xdd, - 0x57, 0x64, 0x9f, 0x07, 0x70, 0x0d, 0xdd, 0x03, 0x27, 0x7e, 0x0a, 0xd9, 0x82, 0x82, 0x85, 0x18, - 0xfe, 0x14, 0xe5, 0x6d, 0xfb, 0x98, 0x6c, 0xdf, 0x7d, 0x56, 0xb2, 0x7e, 0xef, 0xfb, 0x84, 0x26, - 0x00, 0x3f, 0x09, 0xa2, 0x31, 0x9d, 0xc5, 0xa8, 0x97, 0x26, 0x3e, 0x40, 0xc5, 0x33, 0x20, 0xce, - 0x5a, 0x4c, 0xc2, 0x05, 0x34, 0x27, 0xfc, 0xb2, 0x54, 0xd1, 0x97, 0x6b, 0x9f, 0x6b, 0xb5, 0xbf, - 0xca, 0x48, 0x07, 0x88, 0x83, 0xa0, 0xa4, 0x94, 0x56, 0x7b, 0x23, 0x4a, 0xbb, 0x96, 0xa9, 0xb4, - 0xf9, 0x6c, 0xa5, 0x2d, 0xa4, 0x95, 0x76, 0x71, 0xf9, 0xc5, 0xa5, 0xe5, 0x27, 0x9c, 0x2f, 0xa5, - 0x38, 0xff, 0xf5, 0x9c, 0xcd, 0x3b, 0xc0, 0xe6, 0xb4, 0x16, 0xce, 0x1f, 0x79, 0x27, 0x06, 0xaf, - 0x67, 0x32, 0x78, 0x6f, 0x99, 0xc1, 0xe5, 0x6c, 0x06, 0xeb, 0xaf, 0xc3, 0xe0, 0x05, 0x5c, 0xa1, - 0x55, 0xb8, 0xaa, 0x64, 0xe0, 0x2a, 0x93, 0x11, 0xf7, 0x56, 0x32, 0x62, 0x23, 0x8b, 0x11, 0x9b, - 0xaf, 0x64, 0xc4, 0xfd, 0x25, 0x46, 0x2c, 0x89, 0xed, 0x56, 0x96, 0xd8, 0xa6, 0xb4, 0x67, 0xfb, - 0x35, 0xb4, 0x27, 0x26, 0x0d, 0xfe, 0x6f, 0xa4, 0xc1, 0x87, 0x68, 0xa7, 0x17, 0xb9, 0x2e, 0x0d, - 0xc3, 0x26, 0x1d, 0x30, 0x4e, 0xbb, 0x4e, 0x18, 0x7a, 0xc1, 0x90, 0x3c, 0xa8, 0x6a, 0xf5, 0xa2, - 0x95, 0x99, 0xc3, 0x9f, 0xa1, 0xdd, 0xc7, 0x8e, 0xe7, 0x47, 0x9c, 0xc6, 0x89, 0x44, 0x9f, 0xc8, - 0x2e, 0x74, 0xbd, 0x22, 0x2b, 0x37, 0xd8, 0xe5, 0xec, 0x7c, 0x06, 0xc8, 0x7c, 0x5b, 0x6d, 0x70, - 0x1e, 0x98, 0x67, 0x61, 0xbc, 0x24, 0x95, 0x85, 0x19, 0xaf, 0x96, 0xd6, 0xb7, 0xde, 0x9c, 0xb4, - 0x2e, 0xfd, 0xb1, 0x78, 0x08, 0xef, 0x5a, 0x0c, 0xfe, 0x0f, 0x7a, 0xd3, 0x3c, 0xb9, 0xf8, 0xd3, - 0xc8, 0x5d, 0x5c, 0x1b, 0xda, 0xe5, 0xb5, 0xa1, 0xfd, 0x71, 0x6d, 0x68, 0xbf, 0xdc, 0x18, 0xb9, - 0x17, 0x37, 0x46, 0xee, 0xf2, 0xc6, 0xc8, 0xfd, 0x76, 0x63, 0xe4, 0x7e, 0xfc, 0xe8, 0xdf, 0xe4, - 0xe6, 0xa5, 0x7f, 0x57, 0x4f, 0x4b, 0x10, 0xf8, 0xe4, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3e, - 0x9a, 0xda, 0xd9, 0xc8, 0x0a, 0x00, 0x00, + // 1016 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcf, 0x6f, 0xe3, 0x44, + 0x14, 0x8e, 0x9b, 0x36, 0x8d, 0x27, 0x6d, 0xb7, 0x9d, 0xed, 0x96, 0xd9, 0x2e, 0x72, 0x43, 0xe0, + 0x10, 0x44, 0x71, 0xa4, 0x22, 0x10, 0x20, 0x01, 0x6a, 0x92, 0xfd, 0x11, 0xd4, 0x2e, 0xc1, 0x31, + 0x7b, 0xe0, 0xe6, 0x3a, 0x93, 0xc4, 0x8a, 0xe3, 0x89, 0xc6, 0xe3, 0xaa, 0xe1, 0xca, 0x3f, 0x80, + 0xc4, 0x65, 0xff, 0xa4, 0x1e, 0x7b, 0xe4, 0x54, 0xa0, 0xfd, 0x27, 0x10, 0x27, 0x34, 0x6f, 0xec, + 0xd4, 0xd9, 0x78, 0x49, 0x58, 0x2d, 0xa7, 0xcc, 0x7c, 0xef, 0xbd, 0x19, 0xcf, 0x7b, 0xdf, 0xf7, + 0xb5, 0xe8, 0xbd, 0x31, 0x67, 0x82, 0xd5, 0xc6, 0x67, 0x21, 0xe5, 0xe7, 0x9e, 0x4b, 0x6b, 0x03, + 0xea, 0xf8, 0x62, 0xe0, 0x0e, 0xa8, 0x3b, 0x34, 0x21, 0x86, 0xf5, 0x69, 0x70, 0xdf, 0xe8, 0x33, + 0xd6, 0xf7, 0x69, 0x0d, 0x02, 0x67, 0x51, 0xaf, 0xd6, 0x8d, 0xb8, 0x23, 0x3c, 0x16, 0xa8, 0xd4, + 0xfd, 0x47, 0xc9, 0x69, 0x2e, 0x1b, 0x8d, 0x58, 0x50, 0x53, 0x3f, 0x71, 0x70, 0xb7, 0xcf, 0xfa, + 0x4c, 0x25, 0xc8, 0x95, 0x42, 0x2b, 0x3f, 0xaf, 0xa2, 0xd2, 0x33, 0xb8, 0xb3, 0x21, 0xef, 0xc4, + 0x18, 0xad, 0x3e, 0x67, 0x5d, 0x4a, 0xb4, 0xb2, 0x56, 0xd5, 0x2d, 0x58, 0xe3, 0xa7, 0x68, 0x1d, + 0x82, 0xad, 0x26, 0x59, 0x91, 0x70, 0xfd, 0xe3, 0xbf, 0xaf, 0x0f, 0x3e, 0xec, 0x7b, 0x62, 0x10, + 0x9d, 0x99, 0x2e, 0x1b, 0xd5, 0x06, 0x4e, 0x38, 0xf0, 0x5c, 0xc6, 0xc7, 0x35, 0x97, 0x05, 0x61, + 0xe4, 0xd7, 0xc4, 0x64, 0x4c, 0x43, 0x33, 0x2e, 0xb2, 0x92, 0x6a, 0x38, 0xdc, 0x19, 0x51, 0x92, + 0x8f, 0x0f, 0x77, 0x46, 0x14, 0xef, 0xa1, 0x42, 0x47, 0x38, 0x22, 0x0a, 0xc9, 0x2a, 0xa0, 0xf1, + 0x0e, 0xef, 0xa2, 0xb5, 0xe7, 0x4c, 0xd0, 0x90, 0xac, 0x01, 0xac, 0x36, 0x32, 0xfb, 0xbb, 0x48, + 0x8c, 0x23, 0x41, 0x0a, 0x2a, 0x5b, 0xed, 0xf0, 0xbb, 0x48, 0xef, 0xa8, 0x26, 0xb5, 0x9a, 0x64, + 0x1d, 0x42, 0x77, 0x00, 0x2e, 0xa3, 0x52, 0xbc, 0x81, 0xeb, 0x8b, 0x10, 0x4f, 0x43, 0xa9, 0x0c, + 0xdb, 0xe9, 0x87, 0x44, 0x2f, 0xe7, 0x53, 0x19, 0x12, 0x92, 0xdf, 0x6e, 0x4f, 0xc6, 0x94, 0x6c, + 0xa8, 0x6f, 0x97, 0x6b, 0xfc, 0x04, 0xa1, 0x26, 0xed, 0x79, 0x81, 0x27, 0x67, 0x40, 0x50, 0x59, + 0xab, 0x96, 0x8e, 0xca, 0xe6, 0x74, 0x5e, 0x66, 0xaa, 0xb1, 0x77, 0x79, 0xf5, 0xd5, 0xcb, 0xeb, + 0x83, 0x9c, 0x95, 0xaa, 0xc4, 0x5f, 0x20, 0xdd, 0x72, 0x7a, 0xa2, 0x15, 0x74, 0xe9, 0x05, 0x29, + 0xc1, 0x31, 0x3b, 0x66, 0x3c, 0xbc, 0x69, 0xa0, 0x5e, 0x94, 0x75, 0x57, 0xd7, 0x07, 0x9a, 0x75, + 0x97, 0x8d, 0x9b, 0x68, 0xeb, 0x71, 0x20, 0x28, 0x1f, 0x73, 0x2f, 0xa4, 0xa7, 0x54, 0x38, 0x64, + 0x13, 0xea, 0xf7, 0x92, 0xfa, 0xd9, 0x68, 0x7c, 0xf9, 0x2b, 0x35, 0x95, 0xf7, 0x81, 0x04, 0x5d, + 0xca, 0x5f, 0x38, 0x7e, 0x44, 0x65, 0xef, 0x61, 0x41, 0x34, 0xe8, 0x83, 0xda, 0x54, 0xfe, 0x2a, + 0xa0, 0x07, 0x99, 0x2f, 0x92, 0xbd, 0x79, 0x66, 0xdb, 0xed, 0x84, 0x34, 0x72, 0x8d, 0x3f, 0x40, + 0x9b, 0xf6, 0x49, 0x47, 0x76, 0x90, 0x72, 0xe8, 0xfa, 0x7d, 0x08, 0xce, 0x82, 0x49, 0xd6, 0xd0, + 0x1b, 0xbf, 0xa0, 0xdc, 0xeb, 0x4d, 0x80, 0x60, 0x45, 0x6b, 0x16, 0xc4, 0xdf, 0xa2, 0x82, 0xfa, + 0x3c, 0x92, 0x2f, 0xe7, 0xab, 0xa5, 0xa3, 0xc3, 0x45, 0x3d, 0x36, 0x55, 0xfa, 0xe3, 0x40, 0xf0, + 0x49, 0xfc, 0xe4, 0xf8, 0x04, 0xc9, 0xa0, 0x53, 0x2a, 0x06, 0xac, 0x9b, 0xf0, 0x4d, 0xed, 0xe4, + 0x1b, 0xea, 0xac, 0x3b, 0x21, 0x58, 0xbd, 0x41, 0xae, 0xf1, 0x36, 0xca, 0xdb, 0x8d, 0x76, 0xcc, + 0x40, 0xb9, 0xc4, 0xdf, 0xa0, 0x62, 0x4b, 0xb6, 0xee, 0xdc, 0xf1, 0x81, 0x81, 0xa5, 0xa3, 0x87, + 0xa6, 0x12, 0xa5, 0x99, 0x88, 0xd2, 0x6c, 0xc6, 0xa2, 0x54, 0x03, 0x7b, 0xf9, 0xfb, 0x81, 0x66, + 0x4d, 0x8b, 0xe4, 0x83, 0x15, 0x65, 0x4f, 0x9d, 0x8b, 0x8e, 0xf7, 0x13, 0x25, 0x7a, 0x59, 0xab, + 0x6e, 0x5a, 0xb3, 0x20, 0xfe, 0x0a, 0xad, 0xdb, 0xde, 0x88, 0xb2, 0x48, 0x00, 0x99, 0x97, 0xbc, + 0x25, 0xa9, 0xc1, 0x43, 0x64, 0x34, 0x29, 0xa7, 0x7d, 0x2f, 0x14, 0x94, 0x37, 0xb8, 0x27, 0x3c, + 0xd7, 0xf1, 0x63, 0x32, 0x1f, 0xf7, 0x04, 0xe5, 0x20, 0x81, 0x25, 0x4f, 0x5d, 0x70, 0x14, 0x36, + 0x10, 0xea, 0xb8, 0xdc, 0x1b, 0x8b, 0x63, 0xde, 0x0f, 0x09, 0x02, 0xc6, 0xa4, 0x10, 0x7c, 0x88, + 0x76, 0x9a, 0xcc, 0x1d, 0x52, 0xde, 0x60, 0x81, 0x70, 0xbc, 0x80, 0xf2, 0x56, 0x13, 0x48, 0xae, + 0x5b, 0xf3, 0x01, 0x49, 0xbd, 0xce, 0x80, 0xfa, 0x7e, 0xac, 0x33, 0xb5, 0x91, 0xc3, 0x79, 0x6a, + 0xb5, 0x1b, 0xc0, 0x6d, 0xdd, 0x82, 0xb5, 0xbc, 0x57, 0xfe, 0xfe, 0x10, 0x52, 0xfb, 0xa4, 0x43, + 0xb6, 0x80, 0x37, 0x29, 0x44, 0x5a, 0xc2, 0xb1, 0xef, 0x39, 0x21, 0xd8, 0xd9, 0x3d, 0x65, 0x09, + 0x53, 0x00, 0x57, 0xd0, 0x06, 0x6c, 0xe2, 0xa7, 0x90, 0x6d, 0x48, 0x98, 0xc1, 0xf0, 0xa7, 0x28, + 0x6f, 0xdb, 0x27, 0x64, 0x67, 0xf9, 0x5e, 0xc9, 0xfc, 0xfd, 0xef, 0x13, 0x31, 0x01, 0xfd, 0x24, + 0x89, 0x86, 0x74, 0x12, 0x6b, 0x43, 0x2e, 0xf1, 0x21, 0x5a, 0x3b, 0x07, 0x79, 0xad, 0xc4, 0x52, + 0x9d, 0x61, 0x73, 0xa2, 0x42, 0x4b, 0x25, 0x7d, 0xb9, 0xf2, 0xb9, 0x56, 0xf9, 0x55, 0x47, 0x3a, + 0x50, 0x1c, 0x6c, 0x27, 0xe5, 0xc7, 0xda, 0x5b, 0xf1, 0xe3, 0x95, 0x4c, 0x3f, 0xce, 0x67, 0xfb, + 0xf1, 0x6a, 0xda, 0x8f, 0x67, 0x87, 0xbf, 0x36, 0x37, 0xfc, 0xc4, 0x19, 0x0a, 0x29, 0x67, 0xf8, + 0x7a, 0xaa, 0xe6, 0x5d, 0x50, 0x73, 0xda, 0x31, 0xa7, 0x8f, 0x5c, 0x4a, 0xc1, 0xeb, 0x99, 0x0a, + 0xde, 0x9f, 0x57, 0x70, 0x31, 0x5b, 0xc1, 0xfa, 0x9b, 0x28, 0x78, 0x86, 0x57, 0x68, 0x11, 0xaf, + 0x4a, 0x19, 0xbc, 0xca, 0x54, 0xc4, 0xc6, 0x42, 0x45, 0x6c, 0x66, 0x29, 0x62, 0xeb, 0xb5, 0x8a, + 0xb8, 0x37, 0xa7, 0x88, 0x39, 0x4b, 0x7e, 0xb4, 0x94, 0x25, 0x6f, 0x67, 0x59, 0x72, 0xca, 0xa1, + 0x76, 0xde, 0xc0, 0xa1, 0x62, 0x69, 0xe1, 0xff, 0x26, 0x2d, 0x7c, 0x84, 0x76, 0x3b, 0x91, 0xeb, + 0xd2, 0x30, 0xac, 0xd3, 0x1e, 0xe3, 0xb4, 0xed, 0x84, 0xa1, 0x17, 0xf4, 0xc9, 0x83, 0xb2, 0x56, + 0x5d, 0xb3, 0x32, 0x63, 0xf8, 0x33, 0xb4, 0xf7, 0xc4, 0xf1, 0xfc, 0x88, 0xd3, 0x38, 0x90, 0xb8, + 0x18, 0xd9, 0x83, 0xaa, 0xd7, 0x44, 0xe5, 0x9c, 0xdb, 0x9c, 0x5d, 0x4c, 0x80, 0xbf, 0xef, 0xa8, + 0x39, 0x4f, 0x81, 0x69, 0x14, 0x86, 0x40, 0x52, 0x51, 0x98, 0xc4, 0x62, 0x03, 0xbe, 0xff, 0xf6, + 0x0c, 0x78, 0xee, 0x4f, 0xca, 0x43, 0x78, 0xd7, 0x2c, 0xf8, 0x3f, 0xb8, 0x52, 0xfd, 0xf4, 0xf2, + 0x4f, 0x23, 0x77, 0x79, 0x63, 0x68, 0x57, 0x37, 0x86, 0xf6, 0xc7, 0x8d, 0xa1, 0xfd, 0x72, 0x6b, + 0xe4, 0x5e, 0xde, 0x1a, 0xb9, 0xab, 0x5b, 0x23, 0xf7, 0xdb, 0xad, 0x91, 0xfb, 0xf1, 0xa3, 0x7f, + 0x33, 0xa5, 0x57, 0xfe, 0xf5, 0x3d, 0x2b, 0x00, 0xf0, 0xc9, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0xf4, 0xca, 0x84, 0xe7, 0x14, 0x0b, 0x00, 0x00, } func (m *HealthCheck) Marshal() (dAtA []byte, err error) { @@ -524,6 +527,15 @@ func (m *HealthCheckDefinition) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.TLSServerName) > 0 { + i -= len(m.TLSServerName) + copy(dAtA[i:], m.TLSServerName) + i = encodeVarintHealthcheck(dAtA, i, uint64(len(m.TLSServerName))) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x9a + } if len(m.Body) > 0 { i -= len(m.Body) copy(dAtA[i:], m.Body) @@ -706,6 +718,15 @@ func (m *CheckType) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.TLSServerName) > 0 { + i -= len(m.TLSServerName) + copy(dAtA[i:], m.TLSServerName) + i = encodeVarintHealthcheck(dAtA, i, uint64(len(m.TLSServerName))) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0xda + } if len(m.Body) > 0 { i -= len(m.Body) copy(dAtA[i:], m.Body) @@ -1093,6 +1114,10 @@ func (m *HealthCheckDefinition) Size() (n int) { if l > 0 { n += 2 + l + sovHealthcheck(uint64(l)) } + l = len(m.TLSServerName) + if l > 0 { + n += 2 + l + sovHealthcheck(uint64(l)) + } return n } @@ -1200,6 +1225,10 @@ func (m *CheckType) Size() (n int) { if l > 0 { n += 2 + l + sovHealthcheck(uint64(l)) } + l = len(m.TLSServerName) + if l > 0 { + n += 2 + l + sovHealthcheck(uint64(l)) + } return n } @@ -2435,6 +2464,38 @@ func (m *HealthCheckDefinition) Unmarshal(dAtA []byte) error { } m.Body = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 19: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TLSServerName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHealthcheck + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthHealthcheck + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthHealthcheck + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TLSServerName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipHealthcheck(dAtA[iNdEx:]) @@ -3358,6 +3419,38 @@ func (m *CheckType) Unmarshal(dAtA []byte) error { } m.Body = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 27: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TLSServerName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHealthcheck + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthHealthcheck + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthHealthcheck + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TLSServerName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipHealthcheck(dAtA[iNdEx:]) diff --git a/proto/pbservice/healthcheck.proto b/proto/pbservice/healthcheck.proto index be0e88d679..a5e4386330 100644 --- a/proto/pbservice/healthcheck.proto +++ b/proto/pbservice/healthcheck.proto @@ -56,6 +56,7 @@ message HeaderValue { // name=Structs message HealthCheckDefinition { string HTTP = 1; + string TLSServerName = 19; bool TLSSkipVerify = 2; // mog: func-to=MapHeadersToStructs func-from=NewMapHeadersFromStructs @@ -117,6 +118,7 @@ message CheckType { string Shell = 13; string GRPC = 14; bool GRPCUseTLS = 15; + string TLSServerName = 27; bool TLSSkipVerify = 16; google.protobuf.Duration Timeout = 17 [(gogoproto.stdduration) = true, (gogoproto.nullable) = false]; diff --git a/proto/pbservice/service.gen.go b/proto/pbservice/service.gen.go index 45b4fb154c..0b0bb3443e 100644 --- a/proto/pbservice/service.gen.go +++ b/proto/pbservice/service.gen.go @@ -14,6 +14,7 @@ func ConnectProxyConfigToStructs(s ConnectProxyConfig) structs.ConnectProxyConfi t.Upstreams = UpstreamsToStructs(s.Upstreams) t.MeshGateway = MeshGatewayConfigToStructs(s.MeshGateway) t.Expose = ExposeConfigToStructs(s.Expose) + t.TransparentProxy = s.TransparentProxy return t } func NewConnectProxyConfigFromStructs(t structs.ConnectProxyConfig) ConnectProxyConfig { @@ -26,6 +27,7 @@ func NewConnectProxyConfigFromStructs(t structs.ConnectProxyConfig) ConnectProxy s.Upstreams = NewUpstreamsFromStructs(t.Upstreams) s.MeshGateway = NewMeshGatewayConfigFromStructs(t.MeshGateway) s.Expose = NewExposeConfigFromStructs(t.Expose) + s.TransparentProxy = t.TransparentProxy return s } func ExposeConfigToStructs(s ExposeConfig) structs.ExposeConfig { @@ -130,6 +132,7 @@ func UpstreamToStructs(s Upstream) structs.Upstream { t.LocalBindPort = int(s.LocalBindPort) t.Config = ProtobufTypesStructToMapStringInterface(s.Config) t.MeshGateway = MeshGatewayConfigToStructs(s.MeshGateway) + t.CentrallyConfigured = s.CentrallyConfigured return t } func NewUpstreamFromStructs(t structs.Upstream) Upstream { @@ -142,5 +145,6 @@ func NewUpstreamFromStructs(t structs.Upstream) Upstream { s.LocalBindPort = int32(t.LocalBindPort) s.Config = MapStringInterfaceToProtobufTypesStruct(t.Config) s.MeshGateway = NewMeshGatewayConfigFromStructs(t.MeshGateway) + s.CentrallyConfigured = t.CentrallyConfigured return s } diff --git a/proto/pbservice/service.pb.go b/proto/pbservice/service.pb.go index 8922de3ec3..f42fd42e81 100644 --- a/proto/pbservice/service.pb.go +++ b/proto/pbservice/service.pb.go @@ -71,6 +71,9 @@ type ConnectProxyConfig struct { MeshGateway MeshGatewayConfig `protobuf:"bytes,7,opt,name=MeshGateway,proto3" json:"MeshGateway"` // Expose defines whether checks or paths are exposed through the proxy Expose ExposeConfig `protobuf:"bytes,8,opt,name=Expose,proto3" json:"Expose"` + // TransparentProxy enables configuring the service mesh as if all inbound + // and outbound traffic is being redirected to this proxy + TransparentProxy bool `protobuf:"varint,9,opt,name=TransparentProxy,proto3" json:"TransparentProxy,omitempty"` } func (m *ConnectProxyConfig) Reset() { *m = ConnectProxyConfig{} } @@ -146,6 +149,9 @@ type Upstream struct { Config *types.Struct `protobuf:"bytes,7,opt,name=Config,proto3" json:"Config,omitempty"` // MeshGateway is the configuration for mesh gateway usage of this upstream MeshGateway MeshGatewayConfig `protobuf:"bytes,8,opt,name=MeshGateway,proto3" json:"MeshGateway"` + // CentrallyConfigured indicates whether the upstream was defined in a proxy + // instance registration or whether it was generated from a config entry. + CentrallyConfigured bool `protobuf:"varint,9,opt,name=CentrallyConfigured,proto3" json:"CentrallyConfigured,omitempty"` } func (m *Upstream) Reset() { *m = Upstream{} } @@ -556,73 +562,75 @@ func init() { func init() { proto.RegisterFile("proto/pbservice/service.proto", fileDescriptor_cbb99233b75fb80b) } var fileDescriptor_cbb99233b75fb80b = []byte{ - // 1048 bytes of a gzipped FileDescriptorProto + // 1083 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xf6, 0xfa, 0x27, 0xb6, 0x4f, 0x42, 0x7e, 0xa6, 0x26, 0x2c, 0xa1, 0x75, 0xcc, 0x0a, 0x21, - 0x0b, 0x22, 0xbb, 0x4d, 0x54, 0x4a, 0x2b, 0x15, 0x89, 0xc4, 0x01, 0x55, 0xd4, 0xc5, 0x6c, 0x8c, - 0x2a, 0x90, 0xb8, 0x18, 0xaf, 0x27, 0xeb, 0x55, 0xec, 0x1d, 0x6b, 0x67, 0x1c, 0xea, 0xcb, 0xbe, - 0x01, 0x97, 0x3c, 0x06, 0x8f, 0x11, 0x89, 0x9b, 0x5e, 0x72, 0x15, 0x41, 0xf2, 0x16, 0xbd, 0x42, - 0x73, 0x76, 0x76, 0xb3, 0xde, 0x35, 0x11, 0x70, 0xe5, 0x99, 0xf3, 0x9d, 0xf3, 0x9d, 0xdd, 0xf3, - 0x7d, 0x33, 0x6b, 0xb8, 0x37, 0x0d, 0xb8, 0xe4, 0xed, 0xe9, 0x40, 0xb0, 0xe0, 0xdc, 0x73, 0x58, - 0x5b, 0xff, 0xb6, 0x30, 0x4e, 0xaa, 0x31, 0xb0, 0x73, 0xd7, 0xe5, 0xdc, 0x1d, 0xb3, 0x36, 0x02, - 0x83, 0xd9, 0x69, 0x5b, 0xc8, 0x60, 0xe6, 0xc8, 0x30, 0x71, 0xe7, 0x83, 0x88, 0xc7, 0xe1, 0x93, - 0x09, 0xf7, 0xdb, 0xe1, 0x8f, 0x06, 0x3f, 0x4c, 0x37, 0x19, 0x31, 0x3a, 0x96, 0x23, 0x67, 0xc4, - 0x9c, 0x33, 0x9d, 0x52, 0x73, 0xb9, 0xcb, 0xc3, 0x34, 0xb5, 0x0a, 0xa3, 0xd6, 0xef, 0x05, 0x20, - 0x47, 0xdc, 0xf7, 0x99, 0x23, 0x7b, 0x01, 0x7f, 0x35, 0x3f, 0xe2, 0xfe, 0xa9, 0xe7, 0x92, 0xcf, - 0x60, 0xbb, 0xc3, 0x84, 0xf4, 0x7c, 0x2a, 0x3d, 0xee, 0x9f, 0x84, 0xa4, 0x2f, 0xe8, 0x84, 0x99, - 0x46, 0xc3, 0x68, 0x56, 0xed, 0x7f, 0x40, 0xc9, 0x3e, 0xd4, 0xb2, 0xc8, 0xb3, 0x8e, 0x99, 0xc7, - 0xaa, 0xa5, 0x18, 0xb9, 0x0f, 0x77, 0x9e, 0x73, 0x87, 0x8e, 0x75, 0xe4, 0xcb, 0xe1, 0x30, 0x60, - 0x42, 0x98, 0x05, 0x2c, 0x59, 0x06, 0x91, 0x4f, 0x60, 0x33, 0x19, 0xee, 0xf1, 0x40, 0x9a, 0xc5, - 0x86, 0xd1, 0x2c, 0xd9, 0x99, 0x38, 0x79, 0x08, 0x2b, 0xe1, 0x3b, 0x99, 0xa5, 0x86, 0xd1, 0x5c, - 0xdd, 0x7f, 0xaf, 0x15, 0x4e, 0xb9, 0x15, 0x4d, 0xb9, 0x75, 0x82, 0x53, 0x3e, 0x2c, 0x5e, 0x5c, - 0xee, 0x1a, 0xb6, 0x4e, 0x26, 0x8f, 0xa0, 0xfa, 0xfd, 0x54, 0xc8, 0x80, 0xd1, 0x89, 0x30, 0x57, - 0x1a, 0x85, 0xe6, 0xea, 0xfe, 0x9d, 0x56, 0x3c, 0xde, 0x56, 0x84, 0x61, 0x55, 0xce, 0xbe, 0xc9, - 0x25, 0x1d, 0x58, 0xed, 0x32, 0x31, 0xfa, 0x9a, 0x4a, 0xf6, 0x33, 0x9d, 0x9b, 0x65, 0x6c, 0x7a, - 0x37, 0x51, 0x9a, 0x40, 0xc3, 0x5e, 0x9a, 0x23, 0x59, 0xa6, 0x9e, 0xfa, 0xf8, 0xd5, 0x94, 0x0b, - 0x66, 0x56, 0xf4, 0x53, 0xdf, 0x10, 0x84, 0xc0, 0x42, 0xad, 0x4e, 0xb6, 0x5e, 0x17, 0xa0, 0x12, - 0x3d, 0x0a, 0x69, 0xc2, 0x46, 0x62, 0xde, 0xfd, 0xf9, 0x34, 0x12, 0x2f, 0x1d, 0x4e, 0xa9, 0xa6, - 0x84, 0x14, 0x53, 0xea, 0xb0, 0x25, 0xaa, 0xc5, 0x58, 0x8a, 0x1d, 0xad, 0x51, 0xc8, 0xb0, 0xa3, - 0x27, 0xea, 0x00, 0x1d, 0x2a, 0xa9, 0xc3, 0x7c, 0xc9, 0x02, 0xd4, 0xa9, 0x6a, 0x27, 0x22, 0xb1, - 0x9a, 0x87, 0x9e, 0x3f, 0x8c, 0xc4, 0x2f, 0x61, 0x56, 0x26, 0x4e, 0x3e, 0x82, 0x77, 0xe2, 0x18, - 0xca, 0xbe, 0x82, 0xb2, 0x2f, 0x06, 0x13, 0x9a, 0x97, 0xff, 0x8b, 0xe6, 0x29, 0xe9, 0x2a, 0xff, - 0x4b, 0x3a, 0xcb, 0x87, 0x75, 0xed, 0x3f, 0x7d, 0xae, 0xc8, 0x36, 0xac, 0xbc, 0xa0, 0xd2, 0x3b, - 0x0f, 0xe7, 0x5f, 0xb1, 0xf5, 0x8e, 0x74, 0x60, 0xfd, 0xc4, 0x1b, 0x32, 0x87, 0x06, 0xba, 0x00, - 0x27, 0xb8, 0xd8, 0x52, 0x23, 0x1d, 0x76, 0xea, 0xf9, 0x9e, 0x1a, 0xa9, 0x9d, 0xaa, 0xb1, 0x7e, - 0x80, 0xb5, 0xa4, 0x23, 0x54, 0xb7, 0x23, 0x75, 0xec, 0x45, 0xd4, 0x2d, 0xdc, 0x91, 0x07, 0x50, - 0xea, 0x51, 0x39, 0x12, 0x66, 0x1e, 0xdd, 0xfc, 0x6e, 0xc6, 0x51, 0x0a, 0xd5, 0x2f, 0x14, 0x66, - 0x5a, 0xbf, 0x19, 0x00, 0x37, 0x18, 0xb1, 0x60, 0xed, 0xb9, 0x27, 0x24, 0xf3, 0x59, 0x80, 0xb3, - 0x37, 0x70, 0xf6, 0x0b, 0x31, 0x42, 0xa0, 0xa8, 0x72, 0xb5, 0x75, 0x70, 0x1d, 0x8b, 0xa6, 0x36, - 0x58, 0x58, 0x48, 0x88, 0x16, 0x05, 0xc9, 0x0e, 0x54, 0x7a, 0x4a, 0x1e, 0x87, 0x8f, 0xb5, 0x49, - 0xe2, 0xbd, 0x32, 0x5b, 0x8f, 0x06, 0x82, 0x0d, 0xbf, 0x0a, 0xf8, 0x04, 0xdf, 0x07, 0x1d, 0x52, - 0xb1, 0xd3, 0x61, 0xeb, 0x14, 0xb6, 0x32, 0x2a, 0x91, 0xef, 0xa0, 0xd8, 0xe5, 0x43, 0x6d, 0xff, - 0xc3, 0xa7, 0x6f, 0x2f, 0x77, 0x1f, 0xbb, 0x9e, 0x1c, 0xcd, 0x06, 0x2d, 0x87, 0x4f, 0xda, 0x23, - 0x2a, 0x46, 0x9e, 0xc3, 0x83, 0x69, 0xdb, 0xe1, 0xbe, 0x98, 0x8d, 0xdb, 0xd4, 0x65, 0xbe, 0xd4, - 0x97, 0xaf, 0x48, 0x8a, 0xae, 0x48, 0x6c, 0xa4, 0xb2, 0x5e, 0x97, 0x61, 0x2b, 0xa3, 0x0d, 0xe9, - 0x42, 0xf1, 0x1b, 0xcf, 0x1f, 0xea, 0x46, 0x8f, 0xdf, 0x5e, 0xee, 0x3e, 0xfc, 0xf7, 0x8d, 0x34, - 0x9d, 0x22, 0xb0, 0x91, 0x86, 0xac, 0x43, 0x3e, 0xbe, 0x3b, 0xf3, 0xcf, 0x3a, 0x6a, 0xb8, 0x89, - 0x83, 0x86, 0x6b, 0x15, 0xeb, 0x53, 0x57, 0x98, 0xc5, 0x46, 0x41, 0xc5, 0xd4, 0x9a, 0x98, 0x50, - 0x5e, 0x3c, 0x48, 0xd1, 0x96, 0x50, 0xd8, 0xe8, 0x53, 0xd7, 0x65, 0xd1, 0x81, 0x62, 0xc2, 0xdc, - 0x44, 0x3b, 0x3c, 0xb8, 0xcd, 0x73, 0xad, 0x54, 0xcd, 0xb1, 0x2f, 0x83, 0xb9, 0xb6, 0x4a, 0x9a, - 0x8f, 0x3c, 0x81, 0x62, 0x97, 0x49, 0xaa, 0x2f, 0xcd, 0x8f, 0x6f, 0xe5, 0x55, 0x89, 0x48, 0x66, - 0x63, 0x0d, 0xba, 0x47, 0x19, 0xa4, 0x8c, 0x06, 0xc1, 0x35, 0xb9, 0x0f, 0xa5, 0x50, 0xf1, 0xf0, - 0x3c, 0xd6, 0x12, 0x84, 0x18, 0x57, 0x37, 0x58, 0x64, 0x5b, 0x0c, 0x90, 0xbd, 0xf8, 0x04, 0x54, - 0xf1, 0x19, 0x96, 0x96, 0xc4, 0xe7, 0x62, 0x0f, 0xca, 0x2f, 0x99, 0xe7, 0x8e, 0xa4, 0x30, 0x01, - 0x3b, 0x90, 0x44, 0xba, 0x46, 0xec, 0x28, 0x85, 0xd4, 0xa0, 0xd4, 0xe7, 0x67, 0xcc, 0x37, 0x57, - 0x71, 0xb0, 0xe1, 0x86, 0xec, 0xc1, 0xd6, 0xb1, 0x4f, 0x07, 0x63, 0xd6, 0xa7, 0xee, 0xb7, 0xe7, - 0x2c, 0x08, 0xbc, 0x21, 0x33, 0xd7, 0xd0, 0xa1, 0x59, 0x80, 0x1c, 0x40, 0x09, 0xbf, 0xb5, 0xe6, - 0x3a, 0xf6, 0xbb, 0x97, 0x7c, 0xbc, 0xcc, 0xa7, 0xd8, 0x0e, 0x73, 0xd5, 0x65, 0x71, 0xac, 0xae, - 0xcb, 0x69, 0xe0, 0x09, 0x86, 0x03, 0xde, 0xc2, 0xea, 0xed, 0x96, 0xfe, 0x23, 0xb0, 0x88, 0xea, - 0x89, 0xa4, 0x6a, 0xc8, 0x01, 0x94, 0x75, 0x0b, 0x73, 0x03, 0xcb, 0xdf, 0xcf, 0xea, 0xa3, 0x13, - 0xec, 0x28, 0x73, 0xe7, 0x27, 0xa8, 0x2d, 0x33, 0x00, 0xd9, 0x84, 0xc2, 0x19, 0x9b, 0xeb, 0x8f, - 0x8a, 0x5a, 0x92, 0x36, 0x94, 0xce, 0xe9, 0x78, 0x16, 0x7e, 0x39, 0x96, 0x92, 0x6b, 0x0a, 0x3b, - 0xcc, 0x7b, 0x92, 0xff, 0xdc, 0xd8, 0x79, 0x04, 0xd5, 0xd8, 0x07, 0x4b, 0x38, 0x6b, 0x49, 0xce, - 0x6a, 0xa2, 0xd0, 0xfa, 0x22, 0xbe, 0x69, 0x23, 0x7b, 0x27, 0x8c, 0x6f, 0x2c, 0x1a, 0x3f, 0x72, - 0x56, 0xfe, 0xc6, 0x59, 0xd6, 0xd3, 0x58, 0x79, 0x55, 0xd8, 0xa3, 0x42, 0x78, 0xbe, 0xab, 0x6f, - 0xb5, 0x68, 0xab, 0x90, 0x97, 0x34, 0xf0, 0x15, 0x12, 0xd6, 0x46, 0xdb, 0xc3, 0xee, 0xc5, 0x5f, - 0xf5, 0xdc, 0xc5, 0x55, 0xdd, 0x78, 0x73, 0x55, 0x37, 0xfe, 0xbc, 0xaa, 0x1b, 0xbf, 0x5c, 0xd7, - 0x73, 0xbf, 0x5e, 0xd7, 0x73, 0x6f, 0xae, 0xeb, 0xb9, 0x3f, 0xae, 0xeb, 0xb9, 0x1f, 0x3f, 0xbd, - 0xed, 0xf0, 0xa7, 0xfe, 0xb1, 0x0d, 0x56, 0x30, 0x70, 0xf0, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x62, 0x98, 0x42, 0xf5, 0x30, 0x0a, 0x00, 0x00, + 0x14, 0xf6, 0xfa, 0x27, 0xb6, 0x4f, 0x42, 0x7e, 0x26, 0x26, 0x2c, 0xa1, 0x75, 0x8c, 0x85, 0x90, + 0x05, 0x91, 0x9d, 0x26, 0x2a, 0xa5, 0x95, 0x8a, 0x44, 0xe2, 0x80, 0x2a, 0x9a, 0x62, 0x36, 0x46, + 0x15, 0x48, 0x5c, 0x4c, 0xd6, 0x93, 0xf5, 0x2a, 0xf6, 0x8c, 0x35, 0x33, 0x0e, 0xcd, 0x25, 0x6f, + 0xc0, 0x25, 0x8f, 0x81, 0xc4, 0x4b, 0xe4, 0xb2, 0x97, 0x5c, 0x45, 0x90, 0x3c, 0x04, 0x52, 0xaf, + 0xd0, 0xfc, 0xec, 0x66, 0xbd, 0x6b, 0x22, 0xe0, 0xca, 0x33, 0xe7, 0x3b, 0x3f, 0xe3, 0xf3, 0x7d, + 0xe7, 0xd8, 0x70, 0x7f, 0xc2, 0x99, 0x64, 0x9d, 0xc9, 0x89, 0x20, 0xfc, 0x3c, 0xf4, 0x49, 0xc7, + 0x7e, 0xb6, 0xb5, 0x1d, 0x55, 0x63, 0x60, 0xf3, 0x5e, 0xc0, 0x58, 0x30, 0x22, 0x1d, 0x0d, 0x9c, + 0x4c, 0x4f, 0x3b, 0x42, 0xf2, 0xa9, 0x2f, 0x8d, 0xe3, 0xe6, 0x7b, 0x51, 0x1e, 0x9f, 0x8d, 0xc7, + 0x8c, 0x76, 0xcc, 0x87, 0x05, 0xdf, 0x4f, 0x17, 0x19, 0x12, 0x3c, 0x92, 0x43, 0x7f, 0x48, 0xfc, + 0x33, 0xeb, 0x52, 0x0b, 0x58, 0xc0, 0x8c, 0x9b, 0x3a, 0x19, 0x6b, 0xf3, 0xaf, 0x02, 0xa0, 0x03, + 0x46, 0x29, 0xf1, 0x65, 0x8f, 0xb3, 0x57, 0x17, 0x07, 0x8c, 0x9e, 0x86, 0x01, 0xfa, 0x04, 0x36, + 0xba, 0x44, 0xc8, 0x90, 0x62, 0x19, 0x32, 0x7a, 0x6c, 0x92, 0xbe, 0xc0, 0x63, 0xe2, 0x3a, 0x0d, + 0xa7, 0x55, 0xf5, 0xfe, 0x01, 0x45, 0xbb, 0x50, 0xcb, 0x22, 0xcf, 0xba, 0x6e, 0x5e, 0x47, 0xcd, + 0xc5, 0xd0, 0x0e, 0xac, 0x3f, 0x67, 0x3e, 0x1e, 0x59, 0xcb, 0xe7, 0x83, 0x01, 0x27, 0x42, 0xb8, + 0x05, 0x1d, 0x32, 0x0f, 0x42, 0x1f, 0xc1, 0x6a, 0xd2, 0xdc, 0x63, 0x5c, 0xba, 0xc5, 0x86, 0xd3, + 0x2a, 0x79, 0x19, 0x3b, 0x7a, 0x08, 0x0b, 0xe6, 0x3b, 0xb9, 0xa5, 0x86, 0xd3, 0x5a, 0xdc, 0x7d, + 0xa7, 0x6d, 0xba, 0xdc, 0x8e, 0xba, 0xdc, 0x3e, 0xd6, 0x5d, 0xde, 0x2f, 0x5e, 0x5e, 0x6d, 0x39, + 0x9e, 0x75, 0x46, 0x8f, 0xa0, 0xfa, 0xed, 0x44, 0x48, 0x4e, 0xf0, 0x58, 0xb8, 0x0b, 0x8d, 0x42, + 0x6b, 0x71, 0x77, 0xbd, 0x1d, 0xb7, 0xb7, 0x1d, 0x61, 0x3a, 0x2a, 0xe7, 0xdd, 0xfa, 0xa2, 0x2e, + 0x2c, 0x1e, 0x11, 0x31, 0xfc, 0x12, 0x4b, 0xf2, 0x23, 0xbe, 0x70, 0xcb, 0xba, 0xe8, 0xbd, 0x44, + 0x68, 0x02, 0x35, 0xb5, 0x6c, 0x8e, 0x64, 0x98, 0x7a, 0xf5, 0xe1, 0xab, 0x09, 0x13, 0xc4, 0xad, + 0xd8, 0x57, 0xdf, 0x26, 0x30, 0xc0, 0x4c, 0xac, 0x75, 0x56, 0x8d, 0xe9, 0x73, 0x4c, 0xc5, 0x04, + 0x73, 0x42, 0x0d, 0xa1, 0x6e, 0xb5, 0xe1, 0xb4, 0x2a, 0x5e, 0xc6, 0xde, 0xfc, 0xad, 0x00, 0x95, + 0xe8, 0xd9, 0xa8, 0x05, 0x2b, 0x09, 0x6e, 0xfa, 0x17, 0x93, 0x88, 0xe8, 0xb4, 0x39, 0xc5, 0xb0, + 0x22, 0x5d, 0x4c, 0xb0, 0x4f, 0xe6, 0x30, 0x1c, 0x63, 0xa9, 0xec, 0x5a, 0x46, 0x85, 0x4c, 0x76, + 0xad, 0x9f, 0x3a, 0x40, 0x17, 0x4b, 0xec, 0x13, 0x2a, 0x09, 0xd7, 0x9c, 0x56, 0xbd, 0x84, 0x25, + 0x66, 0x7e, 0x3f, 0xa4, 0x83, 0x48, 0x28, 0x25, 0xed, 0x95, 0xb1, 0xa3, 0x0f, 0xe0, 0xad, 0xd8, + 0xa6, 0x25, 0xb2, 0xa0, 0x25, 0x32, 0x6b, 0x4c, 0xe8, 0xa3, 0xfc, 0x5f, 0xf4, 0x91, 0xa2, 0xb9, + 0xf2, 0xff, 0x68, 0xde, 0x81, 0xf5, 0x03, 0x42, 0x25, 0xc7, 0xa3, 0x91, 0xf5, 0x9a, 0x72, 0x32, + 0xb0, 0x94, 0xcd, 0x83, 0x9a, 0x14, 0x96, 0xad, 0xba, 0xed, 0xd4, 0xa2, 0x0d, 0x58, 0x78, 0x81, + 0x65, 0x78, 0x6e, 0x18, 0xab, 0x78, 0xf6, 0x86, 0xba, 0xb0, 0x7c, 0x1c, 0x0e, 0x88, 0x8f, 0xb9, + 0x0d, 0xd0, 0x3d, 0x9f, 0x7d, 0xa4, 0x45, 0xba, 0xe4, 0x34, 0xa4, 0xa1, 0x22, 0xc1, 0x4b, 0xc5, + 0x34, 0xbf, 0x83, 0xa5, 0xa4, 0xde, 0x54, 0xb5, 0x03, 0xb5, 0x54, 0x44, 0x54, 0xcd, 0xdc, 0xd0, + 0x03, 0x28, 0xf5, 0xb0, 0x1c, 0x0a, 0x37, 0xaf, 0x67, 0xe5, 0xed, 0x8c, 0x5e, 0x15, 0x6a, 0x5b, + 0x60, 0x3c, 0x9b, 0xbf, 0x3a, 0x00, 0xb7, 0x18, 0x6a, 0xc2, 0xd2, 0xf3, 0x50, 0x48, 0x42, 0x09, + 0xd7, 0x6c, 0x39, 0x9a, 0xad, 0x19, 0x1b, 0x42, 0x50, 0x54, 0xbe, 0x56, 0x6c, 0xfa, 0x1c, 0xd3, + 0xac, 0x2e, 0x3a, 0xb0, 0x90, 0xa0, 0x39, 0x32, 0xa2, 0x4d, 0xa8, 0xf4, 0x14, 0xa1, 0x3e, 0x1b, + 0x59, 0x59, 0xc5, 0x77, 0x25, 0xcf, 0x1e, 0xe6, 0x82, 0x0c, 0xbe, 0xe0, 0x6c, 0xac, 0xbf, 0x8f, + 0xd6, 0x54, 0xc5, 0x4b, 0x9b, 0x9b, 0xa7, 0xb0, 0x96, 0xe1, 0x15, 0x7d, 0x03, 0xc5, 0x23, 0x36, + 0xb0, 0x03, 0xb3, 0xff, 0xf4, 0xcd, 0xd5, 0xd6, 0xe3, 0x20, 0x94, 0xc3, 0xe9, 0x49, 0xdb, 0x67, + 0xe3, 0xce, 0x10, 0x8b, 0x61, 0xe8, 0x33, 0x3e, 0xe9, 0xf8, 0x8c, 0x8a, 0xe9, 0xa8, 0x83, 0x03, + 0x42, 0xa5, 0x5d, 0xed, 0x22, 0x29, 0x13, 0x95, 0xc4, 0xd3, 0xa9, 0x9a, 0x3f, 0x95, 0x61, 0x2d, + 0xc3, 0x0d, 0x3a, 0x82, 0xe2, 0x57, 0x21, 0x1d, 0xd8, 0x42, 0x8f, 0xdf, 0x5c, 0x6d, 0x3d, 0xfc, + 0xf7, 0x85, 0x6c, 0x3a, 0x95, 0xc0, 0xd3, 0x69, 0xd0, 0x32, 0xe4, 0xe3, 0xcd, 0x9c, 0x7f, 0xd6, + 0x55, 0xcd, 0x4d, 0x8c, 0xa6, 0x3e, 0x2b, 0x5b, 0x1f, 0x07, 0xc2, 0x2d, 0x36, 0x0a, 0xca, 0xa6, + 0xce, 0xc8, 0x85, 0xf2, 0xec, 0xe8, 0x45, 0x57, 0x84, 0x61, 0xa5, 0x8f, 0x83, 0x80, 0x44, 0x23, + 0x48, 0x84, 0xbb, 0xaa, 0xe5, 0xf0, 0xe0, 0x2e, 0xcd, 0xb5, 0x53, 0x31, 0x87, 0x54, 0xf2, 0x0b, + 0x2b, 0x95, 0x74, 0x3e, 0xf4, 0x04, 0x8a, 0x47, 0x44, 0x62, 0xbb, 0x92, 0x3f, 0xbc, 0x33, 0xaf, + 0x72, 0xd4, 0xc9, 0x3c, 0x1d, 0xa3, 0xd5, 0xa3, 0x04, 0x52, 0xd6, 0x02, 0xd1, 0x67, 0xb4, 0x03, + 0x25, 0xc3, 0xb8, 0x99, 0xe0, 0x5a, 0x22, 0xa1, 0xb6, 0xab, 0x9d, 0x17, 0xc9, 0x56, 0x1b, 0xd0, + 0x76, 0x3c, 0x01, 0x55, 0xfd, 0x86, 0xb9, 0x21, 0xf1, 0x5c, 0x6c, 0x43, 0xf9, 0x25, 0x09, 0x83, + 0xa1, 0x14, 0x2e, 0xe8, 0x0a, 0x28, 0xe1, 0x6e, 0x11, 0x2f, 0x72, 0x41, 0x35, 0x28, 0xf5, 0xd9, + 0x19, 0xa1, 0xee, 0xa2, 0x6e, 0xac, 0xb9, 0xa0, 0x6d, 0x58, 0x3b, 0xa4, 0xf8, 0x64, 0x44, 0xfa, + 0x38, 0xf8, 0xfa, 0x9c, 0x70, 0x1e, 0x0e, 0x88, 0xbb, 0xa4, 0x15, 0x9a, 0x05, 0xd0, 0x1e, 0x94, + 0xcc, 0xe2, 0x5f, 0xd6, 0xf5, 0xee, 0x27, 0x9f, 0x97, 0xf9, 0xa1, 0xf7, 0x8c, 0xaf, 0x5a, 0x16, + 0x87, 0x6a, 0xc1, 0x4e, 0x78, 0x28, 0x88, 0x6e, 0xf0, 0x9a, 0x8e, 0xde, 0x68, 0xdb, 0xbf, 0x19, + 0xb3, 0xa8, 0xed, 0x48, 0x2a, 0x06, 0xed, 0x41, 0xd9, 0x96, 0x70, 0x57, 0x74, 0xf8, 0xbb, 0x59, + 0x7e, 0xac, 0x83, 0x17, 0x79, 0x6e, 0xfe, 0x00, 0xb5, 0x79, 0x02, 0x40, 0xab, 0x50, 0x38, 0x23, + 0x17, 0xf6, 0x67, 0x48, 0x1d, 0x51, 0x07, 0x4a, 0xe7, 0x78, 0x34, 0x35, 0xbf, 0x35, 0x73, 0x93, + 0xdb, 0x14, 0x9e, 0xf1, 0x7b, 0x92, 0xff, 0xd4, 0xd9, 0x7c, 0x04, 0xd5, 0x58, 0x07, 0x73, 0x72, + 0xd6, 0x92, 0x39, 0xab, 0x89, 0xc0, 0xe6, 0x67, 0xf1, 0xa6, 0x8d, 0xe4, 0x9d, 0x10, 0xbe, 0x33, + 0x2b, 0xfc, 0x48, 0x59, 0xf9, 0x5b, 0x65, 0x35, 0x9f, 0xc6, 0xcc, 0xab, 0xc0, 0x1e, 0x16, 0x22, + 0xa4, 0x81, 0xdd, 0x6a, 0xd1, 0x55, 0x21, 0x2f, 0x31, 0xa7, 0x0a, 0x31, 0xb1, 0xd1, 0x75, 0xff, + 0xe8, 0xf2, 0xcf, 0x7a, 0xee, 0xf2, 0xba, 0xee, 0xbc, 0xbe, 0xae, 0x3b, 0x7f, 0x5c, 0xd7, 0x9d, + 0x9f, 0x6f, 0xea, 0xb9, 0x5f, 0x6e, 0xea, 0xb9, 0xd7, 0x37, 0xf5, 0xdc, 0xef, 0x37, 0xf5, 0xdc, + 0xf7, 0x1f, 0xdf, 0x35, 0xfc, 0xa9, 0xff, 0x83, 0x27, 0x0b, 0xda, 0xb0, 0xf7, 0x77, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x79, 0x3a, 0x36, 0x1b, 0x8e, 0x0a, 0x00, 0x00, } func (m *ConnectProxyConfig) Marshal() (dAtA []byte, err error) { @@ -645,6 +653,16 @@ func (m *ConnectProxyConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.TransparentProxy { + i-- + if m.TransparentProxy { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x48 + } { size, err := m.Expose.MarshalToSizedBuffer(dAtA[:i]) if err != nil { @@ -740,6 +758,16 @@ func (m *Upstream) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.CentrallyConfigured { + i-- + if m.CentrallyConfigured { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x48 + } { size, err := m.MeshGateway.MarshalToSizedBuffer(dAtA[:i]) if err != nil { @@ -1297,6 +1325,9 @@ func (m *ConnectProxyConfig) Size() (n int) { n += 1 + l + sovService(uint64(l)) l = m.Expose.Size() n += 1 + l + sovService(uint64(l)) + if m.TransparentProxy { + n += 2 + } return n } @@ -1335,6 +1366,9 @@ func (m *Upstream) Size() (n int) { } l = m.MeshGateway.Size() n += 1 + l + sovService(uint64(l)) + if m.CentrallyConfigured { + n += 2 + } return n } @@ -1808,6 +1842,26 @@ func (m *ConnectProxyConfig) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 9: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field TransparentProxy", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowService + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.TransparentProxy = bool(v != 0) default: iNdEx = preIndex skippy, err := skipService(dAtA[iNdEx:]) @@ -2109,6 +2163,26 @@ func (m *Upstream) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 9: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field CentrallyConfigured", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowService + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.CentrallyConfigured = bool(v != 0) default: iNdEx = preIndex skippy, err := skipService(dAtA[iNdEx:]) diff --git a/proto/pbservice/service.proto b/proto/pbservice/service.proto index b40a93911c..89e781d0d7 100644 --- a/proto/pbservice/service.proto +++ b/proto/pbservice/service.proto @@ -69,6 +69,10 @@ message ConnectProxyConfig { // Expose defines whether checks or paths are exposed through the proxy ExposeConfig Expose = 8 [(gogoproto.nullable) = false]; + + // TransparentProxy enables configuring the service mesh as if all inbound + // and outbound traffic is being redirected to this proxy + bool TransparentProxy = 9; } // Upstream represents a single upstream dependency for a service or proxy. It @@ -116,6 +120,10 @@ message Upstream { // MeshGateway is the configuration for mesh gateway usage of this upstream MeshGatewayConfig MeshGateway = 8 [(gogoproto.nullable) = false]; + + // CentrallyConfigured indicates whether the upstream was defined in a proxy + // instance registration or whether it was generated from a config entry. + bool CentrallyConfigured = 9; } // ServiceConnect are the shared Connect settings between all service diff --git a/sdk/testutil/assertions.go b/sdk/testutil/assertions.go index 146e9f7fc0..7affa75b8d 100644 --- a/sdk/testutil/assertions.go +++ b/sdk/testutil/assertions.go @@ -8,7 +8,7 @@ import ( // RequireErrorContains is a test helper for asserting that an error occurred // and the error message returned contains the expected error message as a // substring. -func RequireErrorContains(t *testing.T, err error, expectedErrorMessage string) { +func RequireErrorContains(t testing.TB, err error, expectedErrorMessage string) { t.Helper() if err == nil { t.Fatal("An error is expected but got nil.") diff --git a/sdk/testutil/io.go b/sdk/testutil/io.go index b3396023c5..a2447dd4c8 100644 --- a/sdk/testutil/io.go +++ b/sdk/testutil/io.go @@ -35,7 +35,7 @@ var noCleanup = strings.ToLower(os.Getenv("TEST_NOCLEANUP")) == "true" // If the directory cannot be created t.Fatal is called. // The directory will be removed when the test ends. Set TEST_NOCLEANUP env var // to prevent the directory from being removed. -func TempDir(t *testing.T, name string) string { +func TempDir(t testing.TB, name string) string { if t == nil { panic("argument t must be non-nil") } @@ -61,7 +61,7 @@ func TempDir(t *testing.T, name string) string { // avoid double cleanup. // The file will be removed when the test ends. Set TEST_NOCLEANUP env var // to prevent the file from being removed. -func TempFile(t *testing.T, name string) *os.File { +func TempFile(t testing.TB, name string) *os.File { if t == nil { panic("argument t must be non-nil") } diff --git a/sdk/testutil/server.go b/sdk/testutil/server.go index d9fd7ac291..63de0c4ba7 100644 --- a/sdk/testutil/server.go +++ b/sdk/testutil/server.go @@ -383,7 +383,7 @@ func (s *TestServer) waitForAPI() error { // waitForLeader waits for the Consul server's HTTP API to become // available, and then waits for a known leader and an index of // 2 or more to be observed to confirm leader election is done. -func (s *TestServer) WaitForLeader(t *testing.T) { +func (s *TestServer) WaitForLeader(t testing.TB) { retry.Run(t, func(r *retry.R) { // Query the API and check the status code. url := s.url("/v1/catalog/nodes") @@ -412,7 +412,7 @@ func (s *TestServer) WaitForLeader(t *testing.T) { // WaitForActiveCARoot waits until the server can return a Connect CA meaning // connect has completed bootstrapping and is ready to use. -func (s *TestServer) WaitForActiveCARoot(t *testing.T) { +func (s *TestServer) WaitForActiveCARoot(t testing.TB) { // don't need to fully decode the response type rootsResponse struct { ActiveRootID string @@ -452,7 +452,7 @@ func (s *TestServer) WaitForActiveCARoot(t *testing.T) { // WaitForServiceIntentions waits until the server can accept config entry // kinds of service-intentions meaning any migration bootstrapping from pre-1.9 // intentions has completed. -func (s *TestServer) WaitForServiceIntentions(t *testing.T) { +func (s *TestServer) WaitForServiceIntentions(t testing.TB) { const fakeConfigName = "Sa4ohw5raith4si0Ohwuqu3lowiethoh" retry.Run(t, func(r *retry.R) { // Try to delete a non-existent service-intentions config entry. The @@ -472,7 +472,7 @@ func (s *TestServer) WaitForServiceIntentions(t *testing.T) { // WaitForSerfCheck ensures we have a node with serfHealth check registered // Behavior mirrors testrpc.WaitForTestAgent but avoids the dependency cycle in api pkg -func (s *TestServer) WaitForSerfCheck(t *testing.T) { +func (s *TestServer) WaitForSerfCheck(t testing.TB) { retry.Run(t, func(r *retry.R) { // Query the API and check the status code. url := s.url("/v1/catalog/nodes?index=0") diff --git a/sdk/testutil/server_methods.go b/sdk/testutil/server_methods.go index dec512054c..2695e88fb0 100644 --- a/sdk/testutil/server_methods.go +++ b/sdk/testutil/server_methods.go @@ -24,32 +24,32 @@ const ( ) // JoinLAN is used to join local datacenters together. -func (s *TestServer) JoinLAN(t *testing.T, addr string) { +func (s *TestServer) JoinLAN(t testing.TB, addr string) { resp := s.put(t, "/v1/agent/join/"+addr, nil) defer resp.Body.Close() } // JoinWAN is used to join remote datacenters together. -func (s *TestServer) JoinWAN(t *testing.T, addr string) { +func (s *TestServer) JoinWAN(t testing.TB, addr string) { resp := s.put(t, "/v1/agent/join/"+addr+"?wan=1", nil) resp.Body.Close() } // SetKV sets an individual key in the K/V store. -func (s *TestServer) SetKV(t *testing.T, key string, val []byte) { +func (s *TestServer) SetKV(t testing.TB, key string, val []byte) { resp := s.put(t, "/v1/kv/"+key, bytes.NewBuffer(val)) resp.Body.Close() } // SetKVString sets an individual key in the K/V store, but accepts a string // instead of []byte. -func (s *TestServer) SetKVString(t *testing.T, key string, val string) { +func (s *TestServer) SetKVString(t testing.TB, key string, val string) { resp := s.put(t, "/v1/kv/"+key, bytes.NewBufferString(val)) resp.Body.Close() } // GetKV retrieves a single key and returns its value -func (s *TestServer) GetKV(t *testing.T, key string) []byte { +func (s *TestServer) GetKV(t testing.TB, key string) []byte { resp := s.get(t, "/v1/kv/"+key) defer resp.Body.Close() @@ -76,12 +76,12 @@ func (s *TestServer) GetKV(t *testing.T, key string) []byte { // GetKVString retrieves a value from the store, but returns as a string instead // of []byte. -func (s *TestServer) GetKVString(t *testing.T, key string) string { +func (s *TestServer) GetKVString(t testing.TB, key string) string { return string(s.GetKV(t, key)) } // PopulateKV fills the Consul KV with data from a generic map. -func (s *TestServer) PopulateKV(t *testing.T, data map[string][]byte) { +func (s *TestServer) PopulateKV(t testing.TB, data map[string][]byte) { for k, v := range data { s.SetKV(t, k, v) } @@ -89,7 +89,7 @@ func (s *TestServer) PopulateKV(t *testing.T, data map[string][]byte) { // ListKV returns a list of keys present in the KV store. This will list all // keys under the given prefix recursively and return them as a slice. -func (s *TestServer) ListKV(t *testing.T, prefix string) []string { +func (s *TestServer) ListKV(t testing.TB, prefix string) []string { resp := s.get(t, "/v1/kv/"+prefix+"?keys") defer resp.Body.Close() @@ -108,7 +108,7 @@ func (s *TestServer) ListKV(t *testing.T, prefix string) []string { // AddService adds a new service to the Consul instance. It also // automatically adds a health check with the given status, which // can be one of "passing", "warning", or "critical". -func (s *TestServer) AddService(t *testing.T, name, status string, tags []string) { +func (s *TestServer) AddService(t testing.TB, name, status string, tags []string) { s.AddAddressableService(t, name, status, "", 0, tags) // set empty address and 0 as port for non-accessible service } @@ -117,7 +117,7 @@ func (s *TestServer) AddService(t *testing.T, name, status string, tags []string // that maybe accessed with in target source code. // It also automatically adds a health check with the given status, which // can be one of "passing", "warning", or "critical", just like `AddService` does. -func (s *TestServer) AddAddressableService(t *testing.T, name, status, address string, port int, tags []string) { +func (s *TestServer) AddAddressableService(t testing.TB, name, status, address string, port int, tags []string) { svc := &TestService{ Name: name, Tags: tags, @@ -157,7 +157,7 @@ func (s *TestServer) AddAddressableService(t *testing.T, name, status, address s // AddCheck adds a check to the Consul instance. If the serviceID is // left empty (""), then the check will be associated with the node. // The check status may be "passing", "warning", or "critical". -func (s *TestServer) AddCheck(t *testing.T, name, serviceID, status string) { +func (s *TestServer) AddCheck(t testing.TB, name, serviceID, status string) { chk := &TestCheck{ ID: name, Name: name, @@ -186,7 +186,7 @@ func (s *TestServer) AddCheck(t *testing.T, name, serviceID, status string) { } // put performs a new HTTP PUT request. -func (s *TestServer) put(t *testing.T, path string, body io.Reader) *http.Response { +func (s *TestServer) put(t testing.TB, path string, body io.Reader) *http.Response { req, err := http.NewRequest("PUT", s.url(path), body) if err != nil { t.Fatalf("failed to create PUT request: %s", err) @@ -203,7 +203,7 @@ func (s *TestServer) put(t *testing.T, path string, body io.Reader) *http.Respon } // get performs a new HTTP GET request. -func (s *TestServer) get(t *testing.T, path string) *http.Response { +func (s *TestServer) get(t testing.TB, path string) *http.Response { resp, err := s.HTTPClient.Get(s.url(path)) if err != nil { t.Fatalf("failed to create GET request: %s", err) diff --git a/sdk/testutil/server_wrapper.go b/sdk/testutil/server_wrapper.go index 17615da8d1..5d963a2736 100644 --- a/sdk/testutil/server_wrapper.go +++ b/sdk/testutil/server_wrapper.go @@ -4,7 +4,7 @@ import "testing" type WrappedServer struct { s *TestServer - t *testing.T + t testing.TB } // Wrap wraps the test server in a `testing.t` for convenience. @@ -16,7 +16,7 @@ type WrappedServer struct { // // This is useful when you are calling multiple functions and save the wrapped // value as another variable to reduce the inclusion of "t". -func (s *TestServer) Wrap(t *testing.T) *WrappedServer { +func (s *TestServer) Wrap(t testing.TB) *WrappedServer { return &WrappedServer{s, t} } diff --git a/test/integration/connect/envoy/case-zipkin/service_s1.hcl b/test/integration/connect/envoy/case-zipkin/service_s1.hcl index 505f56afaa..ed4d882dd8 100644 --- a/test/integration/connect/envoy/case-zipkin/service_s1.hcl +++ b/test/integration/connect/envoy/case-zipkin/service_s1.hcl @@ -20,7 +20,7 @@ services { "http": { "name": "envoy.tracers.zipkin", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.trace.v2.ZipkinConfig", + "@type": "type.googleapis.com/envoy.config.trace.v3.ZipkinConfig", "collector_cluster": "zipkin", "collector_endpoint_version": "HTTP_JSON", "collector_endpoint": "/api/v1/spans", diff --git a/test/integration/connect/envoy/case-zipkin/service_s2.hcl b/test/integration/connect/envoy/case-zipkin/service_s2.hcl index 9dcc5c07a9..f62bd7a7a8 100644 --- a/test/integration/connect/envoy/case-zipkin/service_s2.hcl +++ b/test/integration/connect/envoy/case-zipkin/service_s2.hcl @@ -11,7 +11,7 @@ services { "http": { "name": "envoy.tracers.zipkin", "typedConfig": { - "@type": "type.googleapis.com/envoy.config.trace.v2.ZipkinConfig", + "@type": "type.googleapis.com/envoy.config.trace.v3.ZipkinConfig", "collector_cluster": "zipkin", "collector_endpoint_version": "HTTP_JSON", "collector_endpoint": "/api/v1/spans", diff --git a/test/integration/connect/envoy/helpers.bash b/test/integration/connect/envoy/helpers.bash index 67f5c44293..31f70e8430 100755 --- a/test/integration/connect/envoy/helpers.bash +++ b/test/integration/connect/envoy/helpers.bash @@ -489,6 +489,19 @@ function docker_consul { docker run -i --rm --network container:envoy_consul-${DC}_1 consul-dev "$@" } +function docker_consul_for_proxy_bootstrap { + local DC=$1 + shift 1 + + if [[ -n "${TEST_V2_XDS}" ]]; then + # pre-pull this image and discard any output so we don't corrupt the bootstrap file + docker pull "${OLD_XDSV2_AWARE_CONSUL_VERSION}" &>/dev/null + docker run -i --rm --network container:envoy_consul-${DC}_1 "${OLD_XDSV2_AWARE_CONSUL_VERSION}" "$@" + else + docker run -i --rm --network container:envoy_consul-${DC}_1 consul-dev "$@" + fi +} + function docker_wget { local DC=$1 shift 1 @@ -696,7 +709,7 @@ function gen_envoy_bootstrap { PROXY_ID="$SERVICE-sidecar-proxy" fi - if output=$(docker_consul "$DC" connect envoy -bootstrap \ + if output=$(docker_consul_for_proxy_bootstrap "$DC" connect envoy -bootstrap \ -proxy-id $PROXY_ID \ -envoy-version "$ENVOY_VERSION" \ -admin-bind 0.0.0.0:$ADMIN_PORT ${EXTRA_ENVOY_BS_ARGS} 2>&1); then diff --git a/test/integration/connect/envoy/run-tests.sh b/test/integration/connect/envoy/run-tests.sh index b73dc379eb..b08cd924c5 100755 --- a/test/integration/connect/envoy/run-tests.sh +++ b/test/integration/connect/envoy/run-tests.sh @@ -9,14 +9,29 @@ readonly HASHICORP_DOCKER_PROXY="docker.mirror.hashicorp.services" # DEBUG=1 enables set -x for this script so echos every command run DEBUG=${DEBUG:-} +OLD_XDSV2_AWARE_CONSUL_VERSION="${OLD_XDSV2_AWARE_CONSUL_VERSION:-"${HASHICORP_DOCKER_PROXY}/library/consul:1.9.1"}" +export OLD_XDSV2_AWARE_CONSUL_VERSION + +# TEST_V2_XDS=1 causes it to do just the 'consul connect envoy' part using +# the consul version in $OLD_XDSV2_AWARE_CONSUL_VERSION +TEST_V2_XDS=${TEST_V2_XDS:-} +export TEST_V2_XDS + # ENVOY_VERSION to run each test against -ENVOY_VERSION=${ENVOY_VERSION:-"1.16.2"} +ENVOY_VERSION=${ENVOY_VERSION:-"1.17.0"} export ENVOY_VERSION if [ ! -z "$DEBUG" ] ; then set -x fi +if [[ -n "$TEST_V2_XDS" ]] ; then + if [[ ! "${ENVOY_VERSION}" =~ ^1\.1[456]\. ]]; then + echo "Envoy version ${ENVOY_VERSION} is not compatible with Consul 1.9.1 so we cannot test the xDS v2 fallback code" + exit 1 + fi +fi + source helpers.bash function command_error { diff --git a/test/integration/connect/envoy/test-envoy-versions.sh b/test/integration/connect/envoy/test-envoy-versions.sh index e0807ee401..88f8b45501 100755 --- a/test/integration/connect/envoy/test-envoy-versions.sh +++ b/test/integration/connect/envoy/test-envoy-versions.sh @@ -18,8 +18,11 @@ cd "$(dirname "$0")" # 1.13.2 # 1.13.3 # 1.13.4 + # 1.13.5 + # 1.13.7 # 1.13.6 # 1.13.7 + versions=( 1.14.1 1.14.2 @@ -34,8 +37,10 @@ versions=( 1.16.0 1.16.1 1.16.2 + 1.17.0 ) +set +e for v in "${versions[@]}"; do echo "ENVOY_VERSION=${v}" export ENVOY_VERSION="${v}" diff --git a/tlsutil/config.go b/tlsutil/config.go index 4042518b39..ab6213cce4 100644 --- a/tlsutil/config.go +++ b/tlsutil/config.go @@ -711,21 +711,27 @@ func (c *Configurator) IncomingHTTPSConfig() *tls.Config { return config } -// IncomingTLSConfig generates a *tls.Config for outgoing TLS connections for -// checks. This function is separated because there is an extra flag to +// OutgoingTLSConfigForCheck generates a *tls.Config for outgoing TLS connections +// for checks. This function is separated because there is an extra flag to // consider for checks. EnableAgentTLSForChecks and InsecureSkipVerify has to // be checked for checks. -func (c *Configurator) OutgoingTLSConfigForCheck(skipVerify bool) *tls.Config { +func (c *Configurator) OutgoingTLSConfigForCheck(skipVerify bool, serverName string) *tls.Config { c.log("OutgoingTLSConfigForCheck") + + if serverName == "" { + serverName = c.serverNameOrNodeName() + } + if !c.enableAgentTLSForChecks() { return &tls.Config{ InsecureSkipVerify: skipVerify, + ServerName: serverName, } } config := c.commonTLSConfig(false) config.InsecureSkipVerify = skipVerify - config.ServerName = c.serverNameOrNodeName() + config.ServerName = serverName return config } diff --git a/tlsutil/config_test.go b/tlsutil/config_test.go index 1cfd44d018..7287d8628b 100644 --- a/tlsutil/config_test.go +++ b/tlsutil/config_test.go @@ -909,16 +909,21 @@ func TestConfigurator_OutgoingTLSConfigForChecks(t *testing.T) { TLSMinVersion: "tls12", EnableAgentTLSForChecks: false, }, autoTLS: &autoTLS{}} - tlsConf := c.OutgoingTLSConfigForCheck(true) + tlsConf := c.OutgoingTLSConfigForCheck(true, "") require.Equal(t, true, tlsConf.InsecureSkipVerify) require.Equal(t, uint16(0), tlsConf.MinVersion) c.base.EnableAgentTLSForChecks = true c.base.ServerName = "servername" - tlsConf = c.OutgoingTLSConfigForCheck(true) + tlsConf = c.OutgoingTLSConfigForCheck(true, "") require.Equal(t, true, tlsConf.InsecureSkipVerify) require.Equal(t, TLSLookup[c.base.TLSMinVersion], tlsConf.MinVersion) require.Equal(t, c.base.ServerName, tlsConf.ServerName) + + tlsConf = c.OutgoingTLSConfigForCheck(true, "servername2") + require.Equal(t, true, tlsConf.InsecureSkipVerify) + require.Equal(t, TLSLookup[c.base.TLSMinVersion], tlsConf.MinVersion) + require.Equal(t, "servername2", tlsConf.ServerName) } func TestConfigurator_OutgoingRPCConfig(t *testing.T) { diff --git a/tlsutil/generate.go b/tlsutil/generate.go index 0b649a816d..8b4ac0f09b 100644 --- a/tlsutil/generate.go +++ b/tlsutil/generate.go @@ -44,6 +44,17 @@ type CAOpts struct { Name string } +type CertOpts struct { + Signer crypto.Signer + CA string + Serial *big.Int + Name string + Days int + DNSNames []string + IPAddresses []net.IP + ExtKeyUsage []x509.ExtKeyUsage +} + // GenerateCA generates a new CA for agent TLS (not to be confused with Connect TLS) func GenerateCA(opts CAOpts) (string, string, error) { signer := opts.Signer @@ -127,8 +138,8 @@ func GenerateCA(opts CAOpts) (string, string, error) { } // GenerateCert generates a new certificate for agent TLS (not to be confused with Connect TLS) -func GenerateCert(signer crypto.Signer, ca string, sn *big.Int, name string, days int, DNSNames []string, IPAddresses []net.IP, extKeyUsage []x509.ExtKeyUsage) (string, string, error) { - parent, err := parseCert(ca) +func GenerateCert(opts CertOpts) (string, string, error) { + parent, err := parseCert(opts.CA) if err != nil { return "", "", err } @@ -143,21 +154,30 @@ func GenerateCert(signer crypto.Signer, ca string, sn *big.Int, name string, day return "", "", err } - template := x509.Certificate{ - SerialNumber: sn, - Subject: pkix.Name{CommonName: name}, - BasicConstraintsValid: true, - KeyUsage: x509.KeyUsageDigitalSignature | x509.KeyUsageKeyEncipherment, - ExtKeyUsage: extKeyUsage, - IsCA: false, - NotAfter: time.Now().AddDate(0, 0, days), - NotBefore: time.Now(), - SubjectKeyId: id, - DNSNames: DNSNames, - IPAddresses: IPAddresses, + sn := opts.Serial + if sn == nil { + var err error + sn, err = GenerateSerialNumber() + if err != nil { + return "", "", err + } } - bs, err := x509.CreateCertificate(rand.Reader, &template, parent, signee.Public(), signer) + template := x509.Certificate{ + SerialNumber: sn, + Subject: pkix.Name{CommonName: opts.Name}, + BasicConstraintsValid: true, + KeyUsage: x509.KeyUsageDigitalSignature | x509.KeyUsageKeyEncipherment, + ExtKeyUsage: opts.ExtKeyUsage, + IsCA: false, + NotAfter: time.Now().AddDate(0, 0, opts.Days), + NotBefore: time.Now(), + SubjectKeyId: id, + DNSNames: opts.DNSNames, + IPAddresses: opts.IPAddresses, + } + + bs, err := x509.CreateCertificate(rand.Reader, &template, parent, signee.Public(), opts.Signer) if err != nil { return "", "", err } diff --git a/tlsutil/generate_test.go b/tlsutil/generate_test.go index 486a5abd63..974d3548e5 100644 --- a/tlsutil/generate_test.go +++ b/tlsutil/generate_test.go @@ -117,13 +117,14 @@ func TestGenerateCert(t *testing.T) { ca, _, err := GenerateCA(CAOpts{Signer: signer}) require.Nil(t, err) - sn, err := GenerateSerialNumber() - require.Nil(t, err) DNSNames := []string{"server.dc1.consul"} IPAddresses := []net.IP{net.ParseIP("123.234.243.213")} extKeyUsage := []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth} name := "Cert Name" - certificate, pk, err := GenerateCert(signer, ca, sn, name, 365, DNSNames, IPAddresses, extKeyUsage) + certificate, pk, err := GenerateCert(CertOpts{ + Signer: signer, CA: ca, Name: name, Days: 365, + DNSNames: DNSNames, IPAddresses: IPAddresses, ExtKeyUsage: extKeyUsage, + }) require.Nil(t, err) require.NotEmpty(t, certificate) require.NotEmpty(t, pk) diff --git a/ui/package.json b/ui/package.json index 04720698db..9a2d9a913c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,11 +11,11 @@ "scripts": { "doc:toc": "doctoc README.md", "compliance": "npm-run-all compliance:*", - "compliance:licenses": "license-checker --summary --onlyAllow 'Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL' --excludePackages 'consul-ui@2.2.0;'" + "compliance:licenses": "license-checker --summary --onlyAllow 'Python-2.0;Apache*;Apache License, Version 2.0;Apache-2.0;Apache 2.0;Artistic-2.0;BSD;BSD-3-Clause;CC-BY-3.0;CC-BY-4.0;CC0-1.0;ISC;MIT;MPL-2.0;Public Domain;Unicode-TOU;Unlicense;WTFPL' --excludePackages 'consul-ui@2.2.0;'" }, "devDependencies": { - "doctoc": "^1.4.0", + "doctoc": "^2.0.0", "license-checker": "^25.0.1", "npm-run-all": "^4.1.5" } diff --git a/ui/packages/consul-ui/.docfy-config.js b/ui/packages/consul-ui/.docfy-config.js new file mode 100644 index 0000000000..6e14211f9c --- /dev/null +++ b/ui/packages/consul-ui/.docfy-config.js @@ -0,0 +1,63 @@ +const path = require('path'); +const autolinkHeadings = require('remark-autolink-headings'); +const refractor = require('refractor'); +const prism = require('@mapbox/rehype-prism'); + +refractor.alias('handlebars', 'hbs'); +refractor.alias('shell', 'sh'); + +module.exports = { + remarkHbsOptions: { + escapeCurliesCode: false + }, + remarkPlugins: [ + autolinkHeadings, + { + behavior: 'wrap' + } + ], + rehypePlugins: [ + prism + ], + sources: [ + { + root: path.resolve(__dirname, 'docs'), + pattern: '**/*.mdx', + urlSchema: 'auto', + urlPrefix: 'docs', + }, + { + root: path.resolve(__dirname, 'app/modifiers'), + pattern: '**/*.mdx', + urlSchema: 'auto', + urlPrefix: 'docs/modifiers', + }, + { + root: path.resolve(__dirname, 'app/helpers'), + pattern: '**/*.mdx', + urlSchema: 'auto', + urlPrefix: 'docs/helpers', + }, + { + root: path.resolve(__dirname, 'app/services'), + pattern: '**/*.mdx', + urlSchema: 'auto', + urlPrefix: 'docs/services', + }, + { + root: path.resolve(__dirname, 'app/components'), + pattern: '**(!consul)/README.mdx', + urlSchema: 'auto', + urlPrefix: 'docs/components', + }, + { + root: path.resolve(__dirname, 'app/components/consul'), + pattern: '**/README.mdx', + urlSchema: 'auto', + urlPrefix: 'docs/consul', + } + ], + labels: { + "consul": "Consul Components" + } +}; diff --git a/ui/packages/consul-ui/.eslintrc.js b/ui/packages/consul-ui/.eslintrc.js index c5aba82625..0daee79585 100644 --- a/ui/packages/consul-ui/.eslintrc.js +++ b/ui/packages/consul-ui/.eslintrc.js @@ -25,6 +25,7 @@ module.exports = { files: [ '.eslintrc.js', '.dev.eslintrc.js', + '.docfy-config.js', '.template-lintrc.js', 'ember-cli-build.js', 'testem.js', diff --git a/ui/packages/consul-ui/.storybook/main.js b/ui/packages/consul-ui/.storybook/main.js deleted file mode 100644 index 2b2c11427e..0000000000 --- a/ui/packages/consul-ui/.storybook/main.js +++ /dev/null @@ -1,11 +0,0 @@ -/* eslint-env node */ -module.exports = { - "stories": [ - "../app/**/*.stories.mdx" - ], - "addons": [ - "@storybook/addon-links", - "@storybook/addon-docs", - "@storybook/addon-controls", - ] -} diff --git a/ui/packages/consul-ui/.storybook/preview.js b/ui/packages/consul-ui/.storybook/preview.js deleted file mode 100644 index 6211181204..0000000000 --- a/ui/packages/consul-ui/.storybook/preview.js +++ /dev/null @@ -1,4 +0,0 @@ -export const parameters = { - actions: { argTypesRegex: '^on[A-Z].*' }, - layout: 'padded' -} diff --git a/ui/packages/consul-ui/app/abilities/acl.js b/ui/packages/consul-ui/app/abilities/acl.js index f62383f415..4e6f8ae162 100644 --- a/ui/packages/consul-ui/app/abilities/acl.js +++ b/ui/packages/consul-ui/app/abilities/acl.js @@ -1,9 +1,6 @@ import BaseAbility from './base'; import { inject as service } from '@ember/service'; -// ACL ability covers all of the ACL things, like tokens, policies, roles and -// auth methods and this therefore should not be deleted once we remove the on -// legacy ACLs related classes export default class ACLAbility extends BaseAbility { @service('env') env; @@ -13,4 +10,16 @@ export default class ACLAbility extends BaseAbility { get canRead() { return this.env.var('CONSUL_ACLS_ENABLED') && super.canRead; } + + get canDuplicate() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canWrite; + } + + get canDelete() { + return this.env.var('CONSUL_ACLS_ENABLED') && this.item.ID !== 'anonymous' && super.canWrite; + } + + get canUse() { + return this.env.var('CONSUL_ACLS_ENABLED'); + } } diff --git a/ui/packages/consul-ui/app/abilities/auth-method.js b/ui/packages/consul-ui/app/abilities/auth-method.js new file mode 100644 index 0000000000..b0af41980a --- /dev/null +++ b/ui/packages/consul-ui/app/abilities/auth-method.js @@ -0,0 +1,21 @@ +import BaseAbility from './base'; +import { inject as service } from '@ember/service'; + +export default class AuthMethodAbility extends BaseAbility { + @service('env') env; + + resource = 'acl'; + segmented = false; + + get canRead() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canRead; + } + + get canCreate() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canCreate; + } + + get canDelete() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canDelete; + } +} diff --git a/ui/packages/consul-ui/app/abilities/nspace.js b/ui/packages/consul-ui/app/abilities/nspace.js index f13f36e6d8..8d2e400d81 100644 --- a/ui/packages/consul-ui/app/abilities/nspace.js +++ b/ui/packages/consul-ui/app/abilities/nspace.js @@ -11,6 +11,10 @@ export default class NspaceAbility extends BaseAbility { return this.canCreate; } + get canDelete() { + return this.item.Name !== 'default' && super.canDelete; + } + get canChoose() { return this.env.var('CONSUL_NSPACES_ENABLED') && this.nspaces.length > 0; } diff --git a/ui/packages/consul-ui/app/abilities/policy.js b/ui/packages/consul-ui/app/abilities/policy.js new file mode 100644 index 0000000000..739408a187 --- /dev/null +++ b/ui/packages/consul-ui/app/abilities/policy.js @@ -0,0 +1,34 @@ +import BaseAbility from './base'; +import { inject as service } from '@ember/service'; +import { typeOf } from 'consul-ui/helpers/policy/typeof'; + +export default class PolicyAbility extends BaseAbility { + @service('env') env; + + resource = 'acl'; + segmented = false; + + get canRead() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canRead; + } + + get canWrite() { + return ( + this.env.var('CONSUL_ACLS_ENABLED') && + (typeof this.item === 'undefined' || typeOf([this.item]) !== 'policy-management') && + super.canRead + ); + } + + get canCreate() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canCreate; + } + + get canDelete() { + return ( + this.env.var('CONSUL_ACLS_ENABLED') && + (typeof this.item === 'undefined' || typeOf([this.item]) !== 'policy-management') && + super.canDelete + ); + } +} diff --git a/ui/packages/consul-ui/app/abilities/role.js b/ui/packages/consul-ui/app/abilities/role.js new file mode 100644 index 0000000000..5c14e58f6b --- /dev/null +++ b/ui/packages/consul-ui/app/abilities/role.js @@ -0,0 +1,21 @@ +import BaseAbility from './base'; +import { inject as service } from '@ember/service'; + +export default class RoleAbility extends BaseAbility { + @service('env') env; + + resource = 'acl'; + segmented = false; + + get canRead() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canRead; + } + + get canCreate() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canCreate; + } + + get canDelete() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canDelete; + } +} diff --git a/ui/packages/consul-ui/app/abilities/token.js b/ui/packages/consul-ui/app/abilities/token.js new file mode 100644 index 0000000000..a47c392888 --- /dev/null +++ b/ui/packages/consul-ui/app/abilities/token.js @@ -0,0 +1,33 @@ +import BaseAbility from './base'; +import { inject as service } from '@ember/service'; + +import { isLegacy } from 'consul-ui/helpers/token/is-legacy'; +import { isAnonymous } from 'consul-ui/helpers/token/is-anonymous'; + +export default class TokenAbility extends BaseAbility { + @service('env') env; + + resource = 'acl'; + segmented = false; + + get canRead() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canRead; + } + + get canCreate() { + return this.env.var('CONSUL_ACLS_ENABLED') && super.canCreate; + } + + get canDelete() { + return ( + this.env.var('CONSUL_ACLS_ENABLED') && + !isAnonymous([this.item]) && + this.item.AccessorID !== this.token.AccessorID && + super.canDelete + ); + } + + get canDuplicate() { + return this.env.var('CONSUL_ACLS_ENABLED') && !isLegacy([this.item]) && super.canWrite; + } +} diff --git a/ui/packages/consul-ui/app/adapters/binding-rule.js b/ui/packages/consul-ui/app/adapters/binding-rule.js new file mode 100644 index 0000000000..b487f2d6f2 --- /dev/null +++ b/ui/packages/consul-ui/app/adapters/binding-rule.js @@ -0,0 +1,14 @@ +import Adapter from './application'; + +export default class BindingRuleAdapter extends Adapter { + requestForQuery(request, { dc, ns, authmethod, index, id }) { + return request` + GET /v1/acl/binding-rules?${{ dc, authmethod }} + + ${{ + ...this.formatNspace(ns), + index, + }} + `; + } +} diff --git a/ui/packages/consul-ui/app/components/app-error/README.stories.mdx b/ui/packages/consul-ui/app/components/app-error/README.stories.mdx deleted file mode 100644 index 4eb7063d41..0000000000 --- a/ui/packages/consul-ui/app/components/app-error/README.stories.mdx +++ /dev/null @@ -1,30 +0,0 @@ -import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks'; -import { hbs } from 'ember-cli-htmlbars'; - - - -# AppError - - - {(args) => ({ - template: hbs``, - context: args - })} - - - diff --git a/ui/packages/consul-ui/app/components/app/index.scss b/ui/packages/consul-ui/app/components/app/index.scss index 880d0e98a0..8dc88a2ab3 100644 --- a/ui/packages/consul-ui/app/components/app/index.scss +++ b/ui/packages/consul-ui/app/components/app/index.scss @@ -11,7 +11,7 @@ [role="banner"] > label { @extend %main-nav-horizontal-toggle-button; } -.hashicorp-consul > input[id] { +.app > input[id] { @extend %main-nav-horizontal-toggle; } %main-header-horizontal > div { @@ -34,7 +34,7 @@ main { z-index: 10; } main { - top: var(--chrome-height); + margin-top: var(--chrome-height); transition-property: margin-left; } diff --git a/ui/packages/consul-ui/app/components/auth-dialog/README.mdx b/ui/packages/consul-ui/app/components/auth-dialog/README.mdx index 676d553796..32d0dbff1d 100644 --- a/ui/packages/consul-ui/app/components/auth-dialog/README.mdx +++ b/ui/packages/consul-ui/app/components/auth-dialog/README.mdx @@ -1,7 +1,10 @@ -## AuthDialog +--- +class: ember +--- +# AuthDialog -```handlebars - +```hbs preview-template + {{#let components.AuthForm components.AuthProfile as |AuthForm AuthProfile|}} Here's the login form: @@ -10,7 +13,7 @@ Here's your profile: - {{/let}} diff --git a/ui/packages/consul-ui/app/components/auth-form/README.mdx b/ui/packages/consul-ui/app/components/auth-form/README.mdx index 942e9d8137..37fb97ce8e 100644 --- a/ui/packages/consul-ui/app/components/auth-form/README.mdx +++ b/ui/packages/consul-ui/app/components/auth-form/README.mdx @@ -1,6 +1,9 @@ -## AuthForm +--- +class: ember +--- +# AuthForm -```handlebars +```hbs preview-template ``` diff --git a/ui/packages/consul-ui/app/components/auth-profile/README.mdx b/ui/packages/consul-ui/app/components/auth-profile/README.mdx index f4fa59771d..cda8cd0319 100644 --- a/ui/packages/consul-ui/app/components/auth-profile/README.mdx +++ b/ui/packages/consul-ui/app/components/auth-profile/README.mdx @@ -1,16 +1,21 @@ -## AuthProfile +--- +class: ember +--- +# AuthProfile -```handlebars - +```hbs preview-template + ``` A straightforward partial-like component for rendering a user profile. +Only the last 8 characters are shown. + ### Arguments | Argument | Type | Default | Description | | --- | --- | --- | --- | -| `item` | `Object` | | A Consul shaped token object (currently only requires an AccessorID property to be set | +| `item` | `Object` | | A Consul shaped token object (currently only requires an AccessorID property to be set | ### See diff --git a/ui/packages/consul-ui/app/components/certificate/README.mdx b/ui/packages/consul-ui/app/components/certificate/README.mdx new file mode 100644 index 0000000000..34dd1bb359 --- /dev/null +++ b/ui/packages/consul-ui/app/components/certificate/README.mdx @@ -0,0 +1,31 @@ +# Certificate + +```hbs preview-template + +``` + +### Arguments + +| Argument | Type | Default | Description | +| --- | --- | --- | --- | +| `item` | `String` | | The certificate as a string to be displayed and copied | +| `name` | `String` | | The 'Name' of the certificate to be displayed and copied. Mainly used for giving feedback to the user. | + +This component has the following: +- a copy button +- a visibility button to show and hide certificate +- a hidden and visible display of the certificate + +### See + +- [Component Source Code](./index.js) +- [Template Source Code](./index.hbs) + +--- diff --git a/ui/packages/consul-ui/app/components/certificate/index.hbs b/ui/packages/consul-ui/app/components/certificate/index.hbs new file mode 100644 index 0000000000..8981db774c --- /dev/null +++ b/ui/packages/consul-ui/app/components/certificate/index.hbs @@ -0,0 +1,14 @@ +
+ + +{{#if this.show}} + {{@item}} +{{else}} +
+{{/if}} +
\ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/certificate/index.js b/ui/packages/consul-ui/app/components/certificate/index.js new file mode 100644 index 0000000000..3a8fdd17ea --- /dev/null +++ b/ui/packages/consul-ui/app/components/certificate/index.js @@ -0,0 +1,14 @@ +import Component from '@glimmer/component'; +import { tracked } from '@glimmer/tracking'; +import { action } from '@ember/object'; + +export default class Certificate extends Component { + // =attributes + @tracked show = false; + + // =actions + @action + setVisibility() { + this.show = !this.show; + } +} diff --git a/ui/packages/consul-ui/app/components/certificate/index.scss b/ui/packages/consul-ui/app/components/certificate/index.scss new file mode 100644 index 0000000000..3d21a9fa06 --- /dev/null +++ b/ui/packages/consul-ui/app/components/certificate/index.scss @@ -0,0 +1,28 @@ +.certificate { + display: flex; + button.visibility { + height: fit-content; + padding-top: 4px; + margin-right: 4px; + cursor: pointer; + } + button.hide::before { + @extend %with-visibility-hide-icon, %as-pseudo; + } + button.show::before { + @extend %with-visibility-show-icon, %as-pseudo; + } + code { + background-color: var(--gray-050); + overflow-wrap: break-word; + max-width: min-content; + padding: 0 12px; + } + hr { + border: 3px dashed var(--gray-300); + background-color: $white; + width: 150px; + margin: auto; + margin-top: 9px; + } +} diff --git a/ui/packages/consul-ui/app/components/child-selector/index.hbs b/ui/packages/consul-ui/app/components/child-selector/index.hbs index 280e17806a..f09d04ceb5 100644 --- a/ui/packages/consul-ui/app/components/child-selector/index.hbs +++ b/ui/packages/consul-ui/app/components/child-selector/index.hbs @@ -3,6 +3,7 @@ ...attributes > {{yield}} +{{#if (not disabled)}} {{yield}} +{{/if}} {{#if (gt items.length 0)}} {{yield}} {{else}} diff --git a/ui/packages/consul-ui/app/components/consul/acl/list/index.hbs b/ui/packages/consul-ui/app/components/consul/acl/list/index.hbs index 371e0155e2..763dd16f71 100644 --- a/ui/packages/consul-ui/app/components/consul/acl/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/acl/list/index.hbs @@ -29,7 +29,13 @@
  • - Edit + +{{#if (can "write acl" item=item)}} + Edit +{{else}} + View +{{/if}} +
  • {{#if (eq item.ID token.SecretID) }}
  • @@ -87,10 +93,12 @@
  • {{/if}} +{{#if (can "duplicate acl" item=item)}}
  • - {{# if (not-eq item.ID 'anonymous') }} +{{/if}} +{{#if (can "delete acl" item=item)}}
  • diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/binding-list/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/binding-list/index.hbs new file mode 100644 index 0000000000..d0a5189fa2 --- /dev/null +++ b/ui/packages/consul-ui/app/components/consul/auth-method/binding-list/index.hbs @@ -0,0 +1,28 @@ +
    +

    {{@item.BindName}}

    +
    +
    {{t "models.binding-rule.BindType"}}
    +
    + {{@item.BindType}} + + {{#if (eq @item.BindType 'service')}} + + {{t "components.consul.auth-method.binding-list.bind-type.service"}} + + {{else if (eq @item.BindType 'node')}} + + {{t "components.consul.auth-method.binding-list.bind-type.node"}} + + {{else if (eq @item.BindType 'role')}} + + {{t "components.consul.auth-method.binding-list.bind-type.role"}} + + {{/if}} + +
    +
    {{t "models.binding-rule.Selector"}}
    +
    {{@item.Selector}}
    +
    {{t "models.binding-rule.Description"}}
    +
    {{@item.Description}}
    +
    +
    \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/index.scss b/ui/packages/consul-ui/app/components/consul/auth-method/index.scss index 3aef2415ff..f0f1130f0b 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/index.scss +++ b/ui/packages/consul-ui/app/components/consul/auth-method/index.scss @@ -1,9 +1,87 @@ +// List .consul-auth-method-list ul { - .consul-auth-method-type { - @extend %pill-200, %frame-gray-600; - } .locality::before { @extend %with-public-default-mask, %as-pseudo; margin-right: 4px; } -} \ No newline at end of file +} + +// View +.consul-auth-method-view { + margin-bottom: 32px; + section { + @extend %p1; + width: 100%; + position: relative; + overflow-y: auto; + h2 { + @extend %h200; + padding-bottom: 12px; + } + table { + thead td { + color: var(--gray-500); + font-weight: $typo-weight-semibold; + font-size: $typo-size-700; + } + tbody { + td { + font-size: $typo-size-600; + color: $black; + } + tr { + cursor: default; + } + tr:hover { + box-shadow: none; + } + } + } + } + dl, + section dl { + @extend %tabular-dl; + } +} + +// Binding List +.consul-auth-method-binding-list { + p { + margin-bottom: 4px !important; + } + h2 { + @extend %h200; + padding-bottom: 12px; + } + dl { + @extend %tabular-dl; + } + code { + background-color: var(--gray-050); + padding: 0 12px; + } +} + +// Nspace List +.consul-auth-method-nspace-list { + thead { + td { + color: var(--gray-500) !important; + font-weight: $typo-weight-semibold !important; + font-size: $typo-size-700 !important; + } + } + tbody { + td { + font-size: $typo-size-600; + color: $black; + } + tr { + cursor: default; + } + tr:hover { + box-shadow: none; + } + } +} + diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/list/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/list/index.hbs index 4b0223f1f5..36085a089b 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/auth-method/list/index.hbs @@ -1,12 +1,17 @@ + as |item| +> {{#if (not-eq item.DisplayName '')}} -

    {{item.DisplayName}}

    + + {{item.DisplayName}} + {{else}} -

    {{item.Name}}

    + + {{item.Name}} + {{/if}}
    diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/list/pageobject.js b/ui/packages/consul-ui/app/components/consul/auth-method/list/pageobject.js index 870bb9a889..c74cd9ae93 100644 --- a/ui/packages/consul-ui/app/components/consul/auth-method/list/pageobject.js +++ b/ui/packages/consul-ui/app/components/consul/auth-method/list/pageobject.js @@ -1,5 +1,6 @@ -export default (collection, text) => () => { +export default (collection, clickable, text) => () => { return collection('.consul-auth-method-list [data-test-list-row]', { + authMethod: clickable('a'), name: text('[data-test-auth-method]'), displayName: text('[data-test-display-name]'), type: text('[data-test-type]'), diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/nspace-list/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/nspace-list/index.hbs new file mode 100644 index 0000000000..841db0093b --- /dev/null +++ b/ui/packages/consul-ui/app/components/consul/auth-method/nspace-list/index.hbs @@ -0,0 +1,19 @@ +
    + + + + + + + + + {{#each @items as |item|}} + + + + + {{/each}} + +
    {{t "models.auth-method.Selector"}}{{t "models.auth-method.BindNamespace"}}
    {{item.Selector}}{{item.BindNamespace}}
    +
    + diff --git a/ui/packages/consul-ui/app/components/consul/auth-method/view/index.hbs b/ui/packages/consul-ui/app/components/consul/auth-method/view/index.hbs new file mode 100644 index 0000000000..396aea1d72 --- /dev/null +++ b/ui/packages/consul-ui/app/components/consul/auth-method/view/index.hbs @@ -0,0 +1,253 @@ +
    + {{#if (eq @item.Type 'kubernetes')}} +
    +
    {{t 'models.auth-method.Type'}}
    +
    + + {{#each (array "MaxTokenTTL" "TokenLocality" "DisplayName" "Description") as |value|}} + {{#if (get @item value)}} +
    {{t (concat "models.auth-method." value)}}
    +
    {{get @item value}}
    + {{/if}} + {{/each}} + {{#if @item.Config.Host}} +
    {{t 'models.auth-method.Config.Host'}}
    +
    + + {{@item.Config.Host}} +
    + {{/if}} + {{#if @item.Config.CACert}} +
    {{t 'models.auth-method.Config.CACert'}}
    +
    + +
    + {{/if}} + {{#if @item.Config.ServiceAccountJWT}} +
    {{t 'models.auth-method.Config.ServiceAccountJWT'}}
    +
    + + + {{@item.Config.ServiceAccountJWT}} + +
    + {{/if}} +
    + {{else}} +
    +
    +
    Type
    +
    + + {{#each (array "MaxTokenTTL" "TokenLocality" "DisplayName" "Description") as |value|}} + {{#if (get @item value)}} +
    {{t (concat "models.auth-method." value)}}
    +
    {{get @item value}}
    + {{/if}} + {{/each}} + + {{#if (eq @item.Type 'jwt')}} + {{#if @item.Config.JWKSURL}} +
    {{t 'models.auth-method.Config.JWKSURL'}}
    +
    + + {{@item.Config.JWKSURL}} +
    +
    {{t 'models.auth-method.Config.JWKSCACert'}}
    +
    + +
    + {{/if}} + {{#if @item.Config.JWTValidationPubKeys}} +
    {{t 'models.auth-method.Config.JWTValidationPubKeys'}}
    +
    + +
    + {{/if}} + {{#if @item.Config.OIDCDiscoveryURL}} +
    {{t 'models.auth-method.Config.OIDCDiscoveryURL'}}
    +
    + + {{@item.Config.OIDCDiscoveryURL}} +
    + {{/if}} + {{#if @item.Config.JWTSupportedAlgs}} +
    {{t 'models.auth-method.Config.JWTSupportedAlgs'}}
    +
    {{join ', ' @item.Config.JWTSupportedAlgs}}
    + {{/if}} + {{#if @item.Config.BoundAudiences}} +
    {{t 'models.auth-method.Config.BoundAudiences'}}
    +
    +
      + {{#each @item.Config.BoundAudiences as |bond|}} +
    • + {{bond}} +
    • + {{/each}} +
    +
    + {{/if}} + {{#each (array "BoundIssuer" "ExpirationLeeway" "NotBeforeLeeway" "ClockSkewLeeway") as |value|}} + {{#if (get @item.Config value)}} +
    {{t (concat "models.auth-method.Config." value)}}
    +
    {{get @item.Config value}}
    + {{/if}} + {{/each}} + {{else if (eq @item.Type 'oidc')}} + {{#if @item.Config.OIDCDiscoveryURL}} +
    {{t 'models.auth-method.Config.OIDCDiscoveryURL'}}
    +
    + + {{@item.Config.OIDCDiscoveryURL}} +
    + {{/if}} + {{#if @item.Config.OIDCDiscoveryCACert}} +
    {{t 'models.auth-method.Config.OIDCDiscoveryCACert'}}
    +
    + +
    + {{/if}} + {{#if @item.Config.OIDCClientID}} +
    {{t 'models.auth-method.Config.OIDCClientID'}}
    +
    {{@item.Config.OIDCClientID}}
    + {{/if}} + {{#if @item.Config.OIDCClientSecret}} +
    {{t 'models.auth-method.Config.OIDCClientSecret'}}
    +
    {{@item.Config.OIDCClientSecret}}
    + {{/if}} + {{#if @item.Config.AllowedRedirectURIs}} +
    {{t 'models.auth-method.Config.AllowedRedirectURIs'}}
    +
    +
      + {{#each @item.Config.AllowedRedirectURIs as |uri|}} +
    • + + {{uri}} +
    • + {{/each}} +
    +
    + {{/if}} + {{#if @item.Config.BoundAudiences}} +
    {{t 'models.auth-method.Config.BoundAudiences'}}
    +
    +
      + {{#each @item.Config.BoundAudiences as |bond|}} +
    • + {{bond}} +
    • + {{/each}} +
    +
    + {{/if}} + {{#if @item.Config.OIDCScopes}} +
    {{t 'models.auth-method.Config.OIDCScopes'}}
    +
    +
      + {{#each @item.Config.OIDCScopes as |scope|}} +
    • + {{scope}} +
    • + {{/each}} +
    +
    + {{/if}} + {{#if @item.Config.JWTSupportedAlgs}} +
    {{t 'models.auth-method.Config.JWTSupportedAlgs'}}
    +
    {{join ', ' @item.Config.JWTSupportedAlgs}}
    + {{/if}} + {{#if @item.Config.VerboseOIDCLogging}} +
    {{t 'models.auth-method.Config.VerboseOIDCLogging'}}
    +
    + {{/if}} + {{/if}} +
    +
    + +
    + +
    +

    Claim Mappings

    + {{#if @item.Config.ClaimMappings}} +

    Use this if the claim you are capturing is singular. When mapped, the values can be any of a number, string, or boolean and will all be stringified when returned.

    + + + + + + + + + {{#each (entries @item.Config.ClaimMappings) as |entry|}} + + + + + {{/each}} + +
    KeyValue
    {{get entry 0}}{{get entry 1}}
    + {{else}} + + +

    No claim mappings

    +
    + +

    Use this if the claim you are capturing is singular. When mapped, the values can be any of a number, string, or boolean and will all be stringified when returned.

    +
    + + + +
    + {{/if}} +
    + +
    + +
    +

    List Claim Mappings

    + {{#if @item.Config.ListClaimMappings}} +

    Use this if the claim you are capturing is list-like (such as groups). When mapped, the values can be any of a number, string, or boolean and will all be stringified when returned.

    + + + + + + + + + {{#each (entries @item.Config.ListClaimMappings) as |entry|}} + + + + + {{/each}} + +
    KeyValue
    {{get entry 0}}{{get entry 1}}
    + {{else}} + + +

    No list claim mappings

    +
    + +

    Use this if the claim you are capturing is list-like (such as groups). When mapped, the values can be any of a number, string, or boolean and will all be stringified when returned.

    +
    + + + +
    + {{/if}} +
    + {{/if}} +
    \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/index.hbs b/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/index.hbs index ee1894d333..cae38aaeee 100644 --- a/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/index.hbs @@ -147,7 +147,7 @@ @@ -156,7 +156,7 @@ {{else}} @@ -190,11 +190,11 @@ -{{#if shouldShowPermissionForm}} +

    Edit Permission

    @@ -225,6 +225,5 @@
    -{{/if}}
    \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/layout.scss b/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/layout.scss index fa9353f06c..b098746a7d 100644 --- a/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/layout.scss +++ b/ui/packages/consul-ui/app/components/consul/intention/form/fieldsets/layout.scss @@ -22,6 +22,6 @@ float: right; } } -.consul-intention-permission-modal [role="dialog"] > div > div { +.consul-intention-permission-modal [role="dialog"] { width: 100%; } diff --git a/ui/packages/consul-ui/app/components/consul/intention/form/index.hbs b/ui/packages/consul-ui/app/components/consul/intention/form/index.hbs index 4860bf5095..193fbf047d 100644 --- a/ui/packages/consul-ui/app/components/consul/intention/form/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/intention/form/index.hbs @@ -34,13 +34,12 @@ as |api|> {{#let api.data as |item|}} {{#if (can 'write intention' item=item)}} -{{#if this.warn}} {{#let (changeset-get item 'Action') as |newAction|}} + as |modal|> +

    Set intention to {{newAction}}?

    @@ -69,7 +68,6 @@ as |api|>
    {{/let}} -{{/if}} ` +```hbs preview-template +
    + +
    +``` Simple template-only component to show the circular animated Consul loader animation. -| Argument | Type | Default | Description | -| --- | --- | --- | --- | - - ### See - [Component Source Code](./index.js) diff --git a/ui/packages/consul-ui/app/components/consul/lock-session/list/README.mdx b/ui/packages/consul-ui/app/components/consul/lock-session/list/README.mdx index 04afe202b9..29061447f2 100644 --- a/ui/packages/consul-ui/app/components/consul/lock-session/list/README.mdx +++ b/ui/packages/consul-ui/app/components/consul/lock-session/list/README.mdx @@ -1,10 +1,15 @@ -## ConsulLockSessionList +--- +class: ember +--- +# Consul::LockSession::List -``` - +```hbs preview-template + + + ``` A presentational component for rendering Node Lock Sessions diff --git a/ui/packages/consul-ui/app/components/consul/metadata/list/README.mdx b/ui/packages/consul-ui/app/components/consul/metadata/list/README.mdx index 32ae96e4d1..d258695107 100644 --- a/ui/packages/consul-ui/app/components/consul/metadata/list/README.mdx +++ b/ui/packages/consul-ui/app/components/consul/metadata/list/README.mdx @@ -1,23 +1,27 @@ -## ConsulMetadataList - -`` +--- +class: ember +--- +# Consul::Metadata::List A presentational component for presenting Consul Metadata +The following example shows how to construct the required structure from the Consul API using ember-componsable-helpers' `entries` helper. + +```hbs + + + +``` + + ### Arguments | Argument/Attribute | Type | Default | Description | | --- | --- | --- | --- | | `items` | `array` | | An array of entries or `[key, value]` pairs as returned by `Object.entries()` | -### Example - -The following example shows how to construct the required structure from the -Consul API using a `object-entries` helper. - -```handlebars - -``` ### See diff --git a/ui/packages/consul-ui/app/components/consul/nspace/list/README.mdx b/ui/packages/consul-ui/app/components/consul/nspace/list/README.mdx index 44a10622ab..a9bdb0f4fb 100644 --- a/ui/packages/consul-ui/app/components/consul/nspace/list/README.mdx +++ b/ui/packages/consul-ui/app/components/consul/nspace/list/README.mdx @@ -1,10 +1,15 @@ -## ConsulNspaceList +--- +class: ember +--- +## Consul::Nspace::List -``` - +```hbs + + + ``` A presentational component for rendering Consul Namespaces diff --git a/ui/packages/consul-ui/app/components/consul/nspace/list/index.hbs b/ui/packages/consul-ui/app/components/consul/nspace/list/index.hbs index 085f9d045e..48e36ae904 100644 --- a/ui/packages/consul-ui/app/components/consul/nspace/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/nspace/list/index.hbs @@ -29,10 +29,14 @@ as |item|> +{{#if (can "write nspace" item=item)}} Edit +{{else}} + View +{{/if}} - {{#if (not-eq item.Name 'default') }} + {{#if (can "delete nspace" item=item)}} Delete diff --git a/ui/packages/consul-ui/app/components/consul/policy/list/README.mdx b/ui/packages/consul-ui/app/components/consul/policy/list/README.mdx index 37cd0a9a76..c431b16ff5 100644 --- a/ui/packages/consul-ui/app/components/consul/policy/list/README.mdx +++ b/ui/packages/consul-ui/app/components/consul/policy/list/README.mdx @@ -1,10 +1,10 @@ -## ConsulPolicyList +# Consul::Policy::List -``` - +```hbs + ``` A presentational component for rendering Consul ACL policies diff --git a/ui/packages/consul-ui/app/components/consul/policy/list/index.hbs b/ui/packages/consul-ui/app/components/consul/policy/list/index.hbs index c4f5dfa3c1..a518a84e3e 100644 --- a/ui/packages/consul-ui/app/components/consul/policy/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/policy/list/index.hbs @@ -35,14 +35,14 @@ as |item|> -{{#if (eq (policy/typeof item) 'policy-management')}} - View -{{else}} +{{#if (can "write policy" item=item)}} Edit +{{else}} + View {{/if}} -{{#if (not-eq (policy/typeof item) 'policy-management')}} +{{#if (can "delete policy" item=item)}} Delete diff --git a/ui/packages/consul-ui/app/components/consul/role/list/README.mdx b/ui/packages/consul-ui/app/components/consul/role/list/README.mdx index de229b56b7..31780f83ff 100644 --- a/ui/packages/consul-ui/app/components/consul/role/list/README.mdx +++ b/ui/packages/consul-ui/app/components/consul/role/list/README.mdx @@ -1,7 +1,7 @@ -## ConsulRoleList +## Consul::Role::List -``` - diff --git a/ui/packages/consul-ui/app/components/consul/role/list/index.hbs b/ui/packages/consul-ui/app/components/consul/role/list/index.hbs index ba2da7e606..9c8254f682 100644 --- a/ui/packages/consul-ui/app/components/consul/role/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/role/list/index.hbs @@ -19,9 +19,14 @@ as |item|> +{{#if (can "write role" item=item)}} Edit +{{else}} + View +{{/if}} +{{#if (can "delete role" item=item)}} Delete @@ -42,6 +47,7 @@ as |item|> +{{/if}} \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/consul/token/list/README.mdx b/ui/packages/consul-ui/app/components/consul/token/list/README.mdx index ba65a55938..5f2f112f4f 100644 --- a/ui/packages/consul-ui/app/components/consul/token/list/README.mdx +++ b/ui/packages/consul-ui/app/components/consul/token/list/README.mdx @@ -1,7 +1,7 @@ -## ConsulTokenList +## Consul::Token::List -``` - + +{{#if (can "write token" item=item)}} Edit +{{else}} + View +{{/if}} - {{#if (not (token/is-legacy item))}} +{{#if (can "duplicate token" item=item)}} Duplicate - {{/if}} +{{/if}} + {{#if (eq item.AccessorID token.AccessorID)}} @@ -86,7 +92,9 @@ as |item|> {{/if}} - {{#if (not (or (token/is-anonymous item) (eq item.AccessorID @token.AccessorID)))}} + + +{{#if (can "delete token" item=item token=@token)}} Delete @@ -107,7 +115,8 @@ as |item|> - {{/if}} +{{/if}} + \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/consul/token/ruleset/list/README.mdx b/ui/packages/consul-ui/app/components/consul/token/ruleset/list/README.mdx index 8d6a05ccab..84029af53e 100644 --- a/ui/packages/consul-ui/app/components/consul/token/ruleset/list/README.mdx +++ b/ui/packages/consul-ui/app/components/consul/token/ruleset/list/README.mdx @@ -1,7 +1,7 @@ -## ConsulTokenRulesetList +## Consul::Token::Ruleset::List -``` - ``` diff --git a/ui/packages/consul-ui/app/components/copy-button/README.mdx b/ui/packages/consul-ui/app/components/copy-button/README.mdx index 9e307ab510..e176fc2760 100644 --- a/ui/packages/consul-ui/app/components/copy-button/README.mdx +++ b/ui/packages/consul-ui/app/components/copy-button/README.mdx @@ -1,12 +1,17 @@ -## CopyButton +# CopyButton -```handlebars -{{! inline }} +```hbs preview-template +

    + Icon Only: +

    +

    + Icon and text: +

    {{collection.items.length}} diff --git a/ui/packages/consul-ui/app/components/data-sink/README.mdx b/ui/packages/consul-ui/app/components/data-sink/README.mdx index 9eaa0ff4ab..8cd7f62466 100644 --- a/ui/packages/consul-ui/app/components/data-sink/README.mdx +++ b/ui/packages/consul-ui/app/components/data-sink/README.mdx @@ -1,6 +1,9 @@ +--- +class: ember +--- ## DataSink -```handlebars +```hbs - +{{#each source.data as |service|}} +{{service.Name}}
    +{{/each}}
    ``` @@ -38,7 +38,7 @@ Behind the scenes in the Consul UI we map URIs back to our `ember-data` backed ` Straightforward usage can use `mut` to easily update data within a template using an event handler approach. -```handlebars +```hbs {{! listen for HTTP API changes}} + Eng Docs +
  • diff --git a/ui/packages/consul-ui/app/components/event-source/README.mdx b/ui/packages/consul-ui/app/components/event-source/README.mdx index 589176cc8b..0e228f4314 100644 --- a/ui/packages/consul-ui/app/components/event-source/README.mdx +++ b/ui/packages/consul-ui/app/components/event-source/README.mdx @@ -1,6 +1,9 @@ -## EventSource +--- +class: ember +--- +# EventSource -```handlebars +```hbs + > Consul - + + + @@ -124,11 +125,18 @@ Intentions {{/if}} -{{#if (can "read acls")}} -
  • Access Controls
  • +
  • Tokens
  • +{{#if (can "read acls")}}
  • Policies
  • @@ -138,6 +146,16 @@
  • Auth Methods
  • +{{else if (not (can "use acls"))}} +
  • + Policies +
  • +
  • + Roles +
  • +
  • + Auth Methods +
  • {{/if}} {{/if}} @@ -146,6 +164,7 @@ <:complementary-nav>
      +
    • @@ -153,6 +172,11 @@ {{#let components.MenuItem components.MenuSeparator as |MenuItem MenuSeparator|}} + + + Consul v{{env 'CONSUL_VERSION'}} + + {{#let components.AuthForm components.AuthProfile as |AuthForm AuthProfile|}} - - - + +

      Log in with a different token

      - - + + - - @@ -264,25 +294,12 @@ <:main> - {{yield}} + {{yield (hash + modal=this.modal + )}} <:content-info> - - © {{env 'CONSUL_COPYRIGHT_YEAR'}} HashiCorp - -

      - Consul {{env 'CONSUL_VERSION'}} -

      - - Documentation - {{{concat ''}}} diff --git a/ui/packages/consul-ui/app/components/hashicorp-consul/index.js b/ui/packages/consul-ui/app/components/hashicorp-consul/index.js index c65e1efd56..fecd7bcf40 100644 --- a/ui/packages/consul-ui/app/components/hashicorp-consul/index.js +++ b/ui/packages/consul-ui/app/components/hashicorp-consul/index.js @@ -17,4 +17,9 @@ export default class HashiCorpConsul extends Component { this.modal.close(); this.args.onchange(e); } + + @action + keypressClick(e) { + e.target.dispatchEvent(new MouseEvent('click')); + } } diff --git a/ui/packages/consul-ui/app/components/hashicorp-consul/index.scss b/ui/packages/consul-ui/app/components/hashicorp-consul/index.scss index 0acde58158..84f5a8bda8 100644 --- a/ui/packages/consul-ui/app/components/hashicorp-consul/index.scss +++ b/ui/packages/consul-ui/app/components/hashicorp-consul/index.scss @@ -11,4 +11,12 @@ .feedback-link a::after { @extend %with-logo-github-monochrome-mask, %as-pseudo; } + .acls-separator span { + @extend %led-icon; + color: $red-500; + display: inline-block; + position: relative; + top: 2px; + margin-left: 2px; + } } diff --git a/ui/packages/consul-ui/app/components/jwt-source/README.mdx b/ui/packages/consul-ui/app/components/jwt-source/README.mdx index 51b1a12f22..53e4425250 100644 --- a/ui/packages/consul-ui/app/components/jwt-source/README.mdx +++ b/ui/packages/consul-ui/app/components/jwt-source/README.mdx @@ -1,6 +1,9 @@ -## JwtSource +--- +class: ember +--- +# JwtSource -```handlebars +```hbs ``` diff --git a/ui/packages/consul-ui/app/components/main-nav-horizontal/index.scss b/ui/packages/consul-ui/app/components/main-nav-horizontal/index.scss index 8eca9530fa..45fef2c079 100644 --- a/ui/packages/consul-ui/app/components/main-nav-horizontal/index.scss +++ b/ui/packages/consul-ui/app/components/main-nav-horizontal/index.scss @@ -9,7 +9,6 @@ @extend %main-nav-horizontal-action; } %main-nav-horizontal .popover-menu [type='checkbox']:checked + label > *, -%main-nav-horizontal > ul > li > a:active, %main-nav-horizontal > ul > li.is-active > a, %main-nav-horizontal > ul > li.is-active > label > * { @extend %main-nav-horizontal-action-active; diff --git a/ui/packages/consul-ui/app/components/main-nav-vertical/index.scss b/ui/packages/consul-ui/app/components/main-nav-vertical/index.scss index 5d07a5fd43..3505d894f0 100644 --- a/ui/packages/consul-ui/app/components/main-nav-vertical/index.scss +++ b/ui/packages/consul-ui/app/components/main-nav-vertical/index.scss @@ -1,11 +1,9 @@ @import './skin'; @import './layout'; /* things that should look like nav buttons */ -%main-nav-vertical > ul > li > a, -%main-nav-vertical > ul > li > span { +%main-nav-vertical > ul > li > a { @extend %main-nav-vertical-action; } -%main-nav-vertical > ul > li > a:active, %main-nav-vertical > ul > li.is-active > a { @extend %main-nav-vertical-action-active; } @@ -15,10 +13,8 @@ @extend %main-nav-vertical-action-active-intent; } -/* Whilst we want spans to look the same as actions */ -/* we don't want them to act the same */ -%main-nav-vertical-action:not(span):hover, -%main-nav-vertical-action:not(span):focus { +%main-nav-vertical-action:hover, +%main-nav-vertical-action:focus { @extend %main-nav-vertical-action-intent; } diff --git a/ui/packages/consul-ui/app/components/main-nav-vertical/layout.scss b/ui/packages/consul-ui/app/components/main-nav-vertical/layout.scss index 2177b780e2..04d016a405 100644 --- a/ui/packages/consul-ui/app/components/main-nav-vertical/layout.scss +++ b/ui/packages/consul-ui/app/components/main-nav-vertical/layout.scss @@ -14,7 +14,7 @@ %main-nav-vertical li.nspaces, %main-nav-vertical li.dcs { margin-bottom: 25px; - padding: 0 20px; + padding: 0 26px; } // TODO: We no longer have the rule that menu-panel buttons only contain two // items, left and right aligned. We should remove this and look to use @@ -27,6 +27,7 @@ margin-left: .5rem; } %main-nav-vertical-action, +%main-nav-vertical li:not([role="separator"]) > span, %main-nav-vertical [role="separator"] { display: block; padding: 7px 25px; @@ -37,5 +38,5 @@ } %main-nav-vertical-menu-panel { - min-width: 260px; + min-width: 248px; } diff --git a/ui/packages/consul-ui/app/components/main-nav-vertical/skin.scss b/ui/packages/consul-ui/app/components/main-nav-vertical/skin.scss index 89853ab8b8..d816bcc8f8 100644 --- a/ui/packages/consul-ui/app/components/main-nav-vertical/skin.scss +++ b/ui/packages/consul-ui/app/components/main-nav-vertical/skin.scss @@ -2,14 +2,16 @@ cursor: pointer; border-right: $decor-border-400; border-color: $transparent; - font-size: $typo-size-600; + @extend %p1; } %main-nav-vertical-action > a { color: inherit; font-size: inherit; } %main-nav-vertical [role="separator"] { + @extend %p3; text-transform: uppercase; + font-weight: $typo-weight-medium; } %main-nav-vertical-action-intent { text-decoration: underline; @@ -21,6 +23,9 @@ background-color: var(--gray-050); color: var(--gray-700); } +%main-nav-vertical li:not([role="separator"]) > span { + color: var(--gray-300); +} %main-nav-vertical [role="separator"] { color: var(--gray-600); } diff --git a/ui/packages/consul-ui/app/components/menu-panel/skin.scss b/ui/packages/consul-ui/app/components/menu-panel/skin.scss index 0948b81ca8..b7d542b2f3 100644 --- a/ui/packages/consul-ui/app/components/menu-panel/skin.scss +++ b/ui/packages/consul-ui/app/components/menu-panel/skin.scss @@ -6,8 +6,20 @@ %menu-panel > ul > li { list-style-type: none; } +%menu-panel dt { + font-weight: $typo-weight-bold; +} +%menu-panel dl, +%menu-panel-header { + @extend %p2; +} %menu-panel-separator { + @extend %p3; text-transform: uppercase; + font-weight: $typo-weight-medium; +} +%menu-panel dt span { + font-weight: $typo-weight-normal; } %menu-panel-header + ul, %menu-panel-separator:not(:first-child) { @@ -20,11 +32,15 @@ border-color: var(--gray-300); background-color: var(--gray-000); } +%menu-panel dt, %menu-panel dd { - color: $gray-500; + color: var(--gray-800); +} +%menu-panel dt span { + color: var(--gray-600); } %menu-panel-separator { - color: var(--gray-400); + color: var(--gray-600); } %menu-panel-header + ul, %menu-panel-separator:not(:first-child) { diff --git a/ui/packages/consul-ui/app/components/modal-dialog/index.hbs b/ui/packages/consul-ui/app/components/modal-dialog/index.hbs index 8cb052be49..80f1e2fc17 100644 --- a/ui/packages/consul-ui/app/components/modal-dialog/index.hbs +++ b/ui/packages/consul-ui/app/components/modal-dialog/index.hbs @@ -1,51 +1,55 @@ -{{on-window 'resize' (action "resize") }} {{yield}} +
    • +{{/if}} diff --git a/ui/packages/consul-ui/app/components/role-selector/pageobject.js b/ui/packages/consul-ui/app/components/role-selector/pageobject.js index d2771e2233..f095df9353 100644 --- a/ui/packages/consul-ui/app/components/role-selector/pageobject.js +++ b/ui/packages/consul-ui/app/components/role-selector/pageobject.js @@ -1,7 +1,7 @@ export default (clickable, deletable, collection, alias, roleForm) => (scope = '#roles') => { return { scope: scope, - create: clickable('[for="new-role-toggle"]'), + create: clickable('[data-test-role-create]'), form: roleForm(), roles: alias('selectedOptions'), selectedOptions: collection( diff --git a/ui/packages/consul-ui/app/components/route/index.hbs b/ui/packages/consul-ui/app/components/route/index.hbs new file mode 100644 index 0000000000..fa3b755ee4 --- /dev/null +++ b/ui/packages/consul-ui/app/components/route/index.hbs @@ -0,0 +1,5 @@ +{{did-insert this.connect}} +{{will-destroy this.disconnect}} +{{yield (hash + model=model +)}} \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/route/index.js b/ui/packages/consul-ui/app/components/route/index.js new file mode 100644 index 0000000000..bfb388208f --- /dev/null +++ b/ui/packages/consul-ui/app/components/route/index.js @@ -0,0 +1,19 @@ +import Component from '@glimmer/component'; +import { inject as service } from '@ember/service'; +import { action } from '@ember/object'; +import { tracked } from '@glimmer/tracking'; + +export default class RouteComponent extends Component { + @service('routlet') routlet; + + @tracked model; + + @action + connect() { + this.routlet.addRoute(this.args.name, this); + } + @action + disconnect() { + this.routlet.removeRoute(this.args.name, this); + } +} diff --git a/ui/packages/consul-ui/app/components/state-chart/README.mdx b/ui/packages/consul-ui/app/components/state-chart/README.mdx index b11c56a4b8..eb3a3fa1bc 100644 --- a/ui/packages/consul-ui/app/components/state-chart/README.mdx +++ b/ui/packages/consul-ui/app/components/state-chart/README.mdx @@ -1,6 +1,9 @@ -## StateChart +--- +class: ember +--- +# StateChart -```handlebars +```hbs @@ -30,7 +33,7 @@ and 2 further objects: ### Example -```handlebars +```hbs diff --git a/ui/packages/consul-ui/app/components/state/README.mdx b/ui/packages/consul-ui/app/components/state/README.mdx index 8a59e4df11..492dfee175 100644 --- a/ui/packages/consul-ui/app/components/state/README.mdx +++ b/ui/packages/consul-ui/app/components/state/README.mdx @@ -1,4 +1,7 @@ -## State +--- +class: ember +--- +# State `Currently Idle` @@ -18,7 +21,7 @@ be shown. ### Example -```handlebars +```hbs Currently Idle diff --git a/ui/packages/consul-ui/app/components/toggle-button/README.mdx b/ui/packages/consul-ui/app/components/toggle-button/README.mdx index 99300e5152..2c8acc8349 100644 --- a/ui/packages/consul-ui/app/components/toggle-button/README.mdx +++ b/ui/packages/consul-ui/app/components/toggle-button/README.mdx @@ -1,3 +1,6 @@ +--- +class: ember +--- ## ToggleButton `Toggle` @@ -16,7 +19,7 @@ Additionally, a `clickoutside` is currently included, so if the toggle is in an ### Methods/Actions/api | Method/Action | Description | -| --- | --- | --- | --- | +| --- | --- | | `click` | Fire a click event on the ToggleButton/input which reverse the state of the toggle. | ### Example diff --git a/ui/packages/consul-ui/app/components/token-source/README.mdx b/ui/packages/consul-ui/app/components/token-source/README.mdx index 80aaab3b79..acaa38b882 100644 --- a/ui/packages/consul-ui/app/components/token-source/README.mdx +++ b/ui/packages/consul-ui/app/components/token-source/README.mdx @@ -1,6 +1,9 @@ +--- +class: ember +--- ## TokenSource -```handlebars +```hbs Key + + Key + {{/if}} {{/if}} @@ -36,11 +41,10 @@ -{{#if shouldShowKey}} +

      Metrics Key

      @@ -67,5 +71,4 @@ Close -
      -{{/if}} \ No newline at end of file + \ No newline at end of file diff --git a/ui/packages/consul-ui/app/helpers/flatten-property.js b/ui/packages/consul-ui/app/helpers/flatten-property.js new file mode 100644 index 0000000000..761785b553 --- /dev/null +++ b/ui/packages/consul-ui/app/helpers/flatten-property.js @@ -0,0 +1,8 @@ +import { helper } from '@ember/component/helper'; + +export default helper(function flattenProperty([obj, prop], hash) { + const pages = hash.pages || []; + pages.push(...obj.pages); + obj.children.forEach(child => flattenProperty([child], { pages: pages })); + return pages; +}); diff --git a/ui/packages/consul-ui/app/helpers/is-href.js b/ui/packages/consul-ui/app/helpers/is-href.js index 202664bf60..8d53fa2a59 100644 --- a/ui/packages/consul-ui/app/helpers/is-href.js +++ b/ui/packages/consul-ui/app/helpers/is-href.js @@ -1,21 +1,31 @@ -/*eslint ember/no-observers: "warn"*/ -// TODO: Remove ^ import Helper from '@ember/component/helper'; import { inject as service } from '@ember/service'; -import { observes } from '@ember-decorators/object'; +import { action } from '@ember/object'; export default class IsHrefHelper extends Helper { @service('router') router; + init() { + super.init(...arguments); + this.router.on('routeWillChange', this.routeWillChange); + } compute([targetRouteName, ...rest]) { if (this.router.currentRouteName.startsWith('nspace.') && targetRouteName.startsWith('dc.')) { targetRouteName = `nspace.${targetRouteName}`; } + if (typeof this.next !== 'undefined' && this.next !== 'loading') { + return this.next.startsWith(targetRouteName); + } return this.router.isActive(...[targetRouteName, ...rest]); } - @observes('router.currentURL') - onURLChange() { + @action + routeWillChange(transition) { + this.next = transition.to.name.replace('.index', ''); this.recompute(); } + + willDestroy() { + this.router.off('routeWillChange', this.routeWillChange); + } } diff --git a/ui/packages/consul-ui/app/helpers/is-href.mdx b/ui/packages/consul-ui/app/helpers/is-href.mdx new file mode 100644 index 0000000000..6e147e8740 --- /dev/null +++ b/ui/packages/consul-ui/app/helpers/is-href.mdx @@ -0,0 +1,34 @@ +# is-href + +`{{is-href routeName}}` is used to determine whether the current route is the +specified route, for example: + +```hbs preview-template + +
        +
      • + Active +
      • +
      • + Not Active +
      • +
      +``` + +The Consul UI generally uses this on `
    • ` elements of navigation, not the +`` anchors themselves. There are cases of course where we need this for +links that are not in `
    • `s so its fine to use it on the `` in those +cases. + +We currently use the `is-active` classname throughout the app to mirror the +ember `` class used for the same purpose. + +Different to `ember-href-to` and `` our custom `is-href` helper will +become `true` when you begin the transition to the specified route, not when +the specified route is loaded. This means active states will happen when the +user clicks the link and will remain active through the loading state until +the user clicks on another link. diff --git a/ui/packages/consul-ui/app/helpers/to-route.js b/ui/packages/consul-ui/app/helpers/to-route.js new file mode 100644 index 0000000000..7f3a6d4f5f --- /dev/null +++ b/ui/packages/consul-ui/app/helpers/to-route.js @@ -0,0 +1,12 @@ +import Helper from '@ember/component/helper'; +import { inject as service } from '@ember/service'; + +export default class ToRouteHelper extends Helper { + @service('router') router; + @service('env') env; + + compute([url]) { + const info = this.router.recognize(`${this.env.var('rootURL')}${url}`); + return info.name; + } +} diff --git a/ui/packages/consul-ui/app/initializers/ivy-codemirror.js b/ui/packages/consul-ui/app/initializers/ivy-codemirror.js deleted file mode 100644 index c4f3436057..0000000000 --- a/ui/packages/consul-ui/app/initializers/ivy-codemirror.js +++ /dev/null @@ -1,11 +0,0 @@ -export function initialize(application) { - const IvyCodeMirrorComponent = application.resolveRegistration('component:ivy-codemirror'); - // Make sure ivy-codemirror respects/maintains a `name=""` attribute - IvyCodeMirrorComponent.reopen({ - attributeBindings: ['name'], - }); -} - -export default { - initialize, -}; diff --git a/ui/packages/consul-ui/app/instance-initializers/debug.js b/ui/packages/consul-ui/app/instance-initializers/debug.js new file mode 100644 index 0000000000..7274f626db --- /dev/null +++ b/ui/packages/consul-ui/app/instance-initializers/debug.js @@ -0,0 +1,31 @@ +import ApplicationRoute from '../routes/application'; +let isDebugRoute = false; +const routeChange = function(transition) { + isDebugRoute = transition.to.name.startsWith('docs'); +}; +const DebugRoute = class extends ApplicationRoute { + constructor(owner) { + super(...arguments); + this.router = owner.lookup('service:router'); + this.router.on('routeWillChange', routeChange); + } + + renderTemplate() { + if (isDebugRoute) { + this.render('debug'); + } else { + super.renderTemplate(...arguments); + } + } + + willDestroy() { + this.router.off('routeWillChange', routeChange); + super.willDestroy(...arguments); + } +}; +export default { + name: 'debug', + initialize(application) { + application.register('route:application', DebugRoute); + }, +}; diff --git a/ui/packages/consul-ui/app/instance-initializers/ivy-codemirror.js b/ui/packages/consul-ui/app/instance-initializers/ivy-codemirror.js new file mode 100644 index 0000000000..f347060efe --- /dev/null +++ b/ui/packages/consul-ui/app/instance-initializers/ivy-codemirror.js @@ -0,0 +1,30 @@ +/* globals CodeMirror */ +export function initialize(application) { + const appName = application.application.name; + const doc = application.lookup('service:-document'); + // pick codemirror syntax highlighting paths out of index.html + const fs = JSON.parse(doc.querySelector(`[data-${appName}-fs]`).textContent); + // configure syntax highlighting for CodeMirror + CodeMirror.modeURL = { + replace: function(n, mode) { + switch (mode) { + case 'javascript': + return fs['codemirror/mode/javascript/javascript.js']; + case 'ruby': + return fs['codemirror/mode/ruby/ruby.js']; + case 'yaml': + return fs['codemirror/mode/yaml/yaml.js']; + } + }, + }; + + const IvyCodeMirrorComponent = application.resolveRegistration('component:ivy-codemirror'); + // Make sure ivy-codemirror respects/maintains a `name=""` attribute + IvyCodeMirrorComponent.reopen({ + attributeBindings: ['name'], + }); +} + +export default { + initialize, +}; diff --git a/ui/packages/consul-ui/app/instance-initializers/selection.js b/ui/packages/consul-ui/app/instance-initializers/selection.js index d39c2a4aa0..faa9e75334 100644 --- a/ui/packages/consul-ui/app/instance-initializers/selection.js +++ b/ui/packages/consul-ui/app/instance-initializers/selection.js @@ -19,10 +19,15 @@ export default { return; } const dom = container.lookup('service:dom'); + const doc = dom.document(); + const $html = doc.getElementsByTagName('html')[0]; const findAnchor = function(el) { return el.tagName === 'A' ? el : dom.closest('a', el); }; const mousedown = function(e) { + if ($html.classList.contains('is-debug')) { + return; + } const $a = findAnchor(e.target); if ($a) { if (typeof e.button !== 'undefined' && e.button === SECONDARY_BUTTON) { @@ -40,6 +45,9 @@ export default { } }; const mouseup = function(e) { + if ($html.classList.contains('is-debug')) { + return; + } const $a = findAnchor(e.target); if ($a) { const href = $a.dataset.href; @@ -49,13 +57,13 @@ export default { } }; - document.body.addEventListener('mousedown', mousedown); - document.body.addEventListener('mouseup', mouseup); + doc.body.addEventListener('mousedown', mousedown); + doc.body.addEventListener('mouseup', mouseup); container.reopen({ willDestroy: function() { - document.body.removeEventListener('mousedown', mousedown); - document.body.removeEventListener('mouseup', mouseup); + doc.body.removeEventListener('mousedown', mousedown); + doc.body.removeEventListener('mouseup', mouseup); return this._super(...arguments); }, }); diff --git a/ui/packages/consul-ui/app/models/auth-method.js b/ui/packages/consul-ui/app/models/auth-method.js index a2aaf6c792..38da49b629 100644 --- a/ui/packages/consul-ui/app/models/auth-method.js +++ b/ui/packages/consul-ui/app/models/auth-method.js @@ -14,6 +14,7 @@ export default class AuthMethod extends Model { @attr('string', { defaultValue: () => '' }) DisplayName; @attr('string', { defaultValue: () => 'local' }) TokenLocality; @attr('string') Type; + @attr() NamespaceRules; @or('DisplayName', 'Name') MethodName; @attr() Config; @attr('string') MaxTokenTTL; diff --git a/ui/packages/consul-ui/app/models/binding-rule.js b/ui/packages/consul-ui/app/models/binding-rule.js new file mode 100644 index 0000000000..90d7fa3d92 --- /dev/null +++ b/ui/packages/consul-ui/app/models/binding-rule.js @@ -0,0 +1,19 @@ +import Model, { attr } from '@ember-data/model'; + +export const PRIMARY_KEY = 'uid'; +export const SLUG_KEY = 'ID'; + +export default class BindingRule extends Model { + @attr('string') uid; + @attr('string') ID; + + @attr('string') Datacenter; + @attr('string') Namespace; + @attr('string', { defaultValue: () => '' }) Description; + @attr('string') AuthMethod; + @attr('string', { defaultValue: () => '' }) Selector; + @attr('string') BindType; + @attr('string') BindName; + @attr('number') CreateIndex; + @attr('number') ModifyIndex; +} diff --git a/ui/packages/consul-ui/app/modifiers/disabled.js b/ui/packages/consul-ui/app/modifiers/disabled.js index 3e58276463..2205a496a3 100644 --- a/ui/packages/consul-ui/app/modifiers/disabled.js +++ b/ui/packages/consul-ui/app/modifiers/disabled.js @@ -1,6 +1,6 @@ import { modifier } from 'ember-modifier'; -export default modifier(function enabled($element, [bool], hash) { +export default modifier(function enabled($element, [bool = true], hash) { if (['input', 'textarea', 'select', 'button'].includes($element.nodeName.toLowerCase())) { if (bool) { $element.disabled = bool; diff --git a/ui/packages/consul-ui/app/modifiers/disabled.mdx b/ui/packages/consul-ui/app/modifiers/disabled.mdx new file mode 100644 index 0000000000..1c62bd155b --- /dev/null +++ b/ui/packages/consul-ui/app/modifiers/disabled.mdx @@ -0,0 +1,39 @@ +# disabled + +The disabled modifer works similarly to the [`
      ` +attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#attr-disabled), +in that it will disable all form elements within the fieldset, which is really +useful for controlling disabled states of entire forms with just one +modifier/attributes + +There are three downsides to the `
      ` attribute: + +1. It only works for fieldsets and its descendants. +2. fieldsets can cause trouble with flex-box +3. You cannot opt out for an individual form element. Say if you want to say 'all but one of these form elements should be disabled' + +Therefore we use a `{{disabled true|false}}` modifier to work around these +downsides. + +The following shows a disabling a group of form elements but excluding one +single form element from being disabled. + + + +```hbs preview-template +
      + Disabled:
      + Disabled:
      + Enabled: +
      +``` diff --git a/ui/packages/consul-ui/app/modifiers/tooltip.js b/ui/packages/consul-ui/app/modifiers/tooltip.js index af29d2eb09..cefa8435ee 100644 --- a/ui/packages/consul-ui/app/modifiers/tooltip.js +++ b/ui/packages/consul-ui/app/modifiers/tooltip.js @@ -46,6 +46,11 @@ export default modifier(($element, [content], hash = {}) => { } } let $trigger = $anchor; + let needsTabIndex = false; + if (!$trigger.hasAttribute('tabindex')) { + needsTabIndex = true; + $trigger.setAttribute('tabindex', '0'); + } const tooltip = tippy($anchor, { theme: 'tooltip', triggerTarget: $trigger, @@ -59,6 +64,9 @@ export default modifier(($element, [content], hash = {}) => { }); return () => { + if (needsTabIndex) { + $trigger.removeAttribute('tabindex'); + } clearInterval(interval); tooltip.destroy(); }; diff --git a/ui/packages/consul-ui/app/modifiers/tooltip.mdx b/ui/packages/consul-ui/app/modifiers/tooltip.mdx new file mode 100644 index 0000000000..57f6463b91 --- /dev/null +++ b/ui/packages/consul-ui/app/modifiers/tooltip.mdx @@ -0,0 +1,39 @@ +# tooltip + +Consul UIs tooltip modifier is a thin wrapper around the excellent `tippy.js`. The +most common usage will be something like the below: + +```hbs preview-template + + Hover over me + +``` + +A `tabindex=0` is automatically added to the element that triggers the tooltip if it doesn't have one already to make sure the tooltip is in the natural tabbing order of the document. + +An additional options hash can be passed into the tooltip the contents of +which are passed along to `tippy.js` [so all of the `tippy.js` +props](https://atomiks.github.io/tippyjs/v5/all-props/) can be used to control +tooltips, including `tippy.js` plugins. + +```hbs preview-template + + + + No need to hover over me + +``` + +An options hash has been chosen to begin, as and when its clear what common +groups of settings are used throughout the app we can add new properties to +the modifer without the risk of clashing with any `tippy.js` props. + +We also have a Tooltip component but this modifier is preferred over that. diff --git a/ui/packages/consul-ui/app/modifiers/with-overlay.js b/ui/packages/consul-ui/app/modifiers/with-overlay.js index 137663c682..74ba4a608e 100644 --- a/ui/packages/consul-ui/app/modifiers/with-overlay.js +++ b/ui/packages/consul-ui/app/modifiers/with-overlay.js @@ -40,7 +40,7 @@ export default modifier(($element, [content], hash = {}) => { // amount of time specified by the delay const delay = options.delay || []; if (typeof delay[1] !== 'undefined') { - hash.options.onShown = popover => { + options.onShown = popover => { clearInterval(interval); interval = setTimeout(() => { popover.hide(); @@ -58,7 +58,7 @@ export default modifier(($element, [content], hash = {}) => { plugins: [typeof options.followCursor !== 'undefined' ? followCursor : undefined].filter(item => Boolean(item) ), - ...hash.options, + ...options, }); if (hash.returns) { hash.returns(popover); diff --git a/ui/packages/consul-ui/app/modifiers/with-overlay.mdx b/ui/packages/consul-ui/app/modifiers/with-overlay.mdx new file mode 100644 index 0000000000..dd6c5d3765 --- /dev/null +++ b/ui/packages/consul-ui/app/modifiers/with-overlay.mdx @@ -0,0 +1,31 @@ +# with-overlay + +Our `{{with-overlay}}` modifier is a thin wrapper around the excellent `tippy.js`. The most common usage will be something like the below: + +```hbs preview-template +
      + The popover +
      + +``` + +The first positional parameter is a reference to a DOM element to use for the +popover. The easiest way to provide this is to use `{{did-insert +(set this 'popoverName'}}}` on any DOM element (as seen above). This DOM element is then +automatically removed from the DOM until the popover needs to be shown. + +The `returns` named attribute of the modifer allows you to save a reference to +the overlay itself, which is a reference to a [tippy.js instance](https://atomiks.github.io/tippyjs/v5/methods/). +This instance can then be used with conventional ember to control the overlay. In the example above we use `{{on 'click'}}` to show the overlay but once you have a reference to the tippy.js instance you can control it by any other means. + diff --git a/ui/packages/consul-ui/app/router.js b/ui/packages/consul-ui/app/router.js index ebe655f040..f17c65d200 100644 --- a/ui/packages/consul-ui/app/router.js +++ b/ui/packages/consul-ui/app/router.js @@ -1,3 +1,4 @@ +/* globals requirejs */ import EmberRouter from '@ember/routing/router'; import { runInDebug } from '@ember/debug'; import { env } from 'consul-ui/env'; @@ -127,44 +128,80 @@ export const routes = { }, // ACLs acls: { - _options: { path: '/acls' }, + _options: { + path: '/acls', + abilities: ['read acls'], + }, edit: { _options: { path: '/:id' }, }, create: { - _options: { path: '/create' }, + _options: { + path: '/create', + abilities: ['create acls'], + }, }, policies: { - _options: { path: '/policies' }, + _options: { + path: '/policies', + abilities: ['read policies'], + }, edit: { _options: { path: '/:id' }, }, create: { - _options: { path: '/create' }, + _options: { + path: '/create', + abilities: ['create policies'], + }, }, }, roles: { - _options: { path: '/roles' }, + _options: { + path: '/roles', + abilities: ['read roles'], + }, edit: { _options: { path: '/:id' }, }, create: { - _options: { path: '/create' }, + _options: { + path: '/create', + abilities: ['create roles'], + }, }, }, tokens: { - _options: { path: '/tokens' }, + _options: { + path: '/tokens', + abilities: ['read tokens'], + }, edit: { _options: { path: '/:id' }, }, create: { - _options: { path: '/create' }, + _options: { + path: '/create', + abilities: ['create tokens'], + }, }, }, 'auth-methods': { - _options: { path: '/auth-methods' }, + _options: { + path: '/auth-methods', + abilities: ['read auth-methods'], + }, show: { - _options: { path: '/show' }, + _options: { path: '/:id' }, + 'auth-method': { + _options: { path: '/auth-method' }, + }, + 'binding-rules': { + _options: { path: '/binding-rules' }, + }, + 'nspace-rules': { + _options: { path: '/nspace-rules' }, + }, }, }, }, @@ -184,12 +221,18 @@ export const routes = { }; if (env('CONSUL_NSPACES_ENABLED')) { routes.dc.nspaces = { - _options: { path: '/namespaces' }, + _options: { + path: '/namespaces', + abilities: ['read nspaces'], + }, edit: { _options: { path: '/:name' }, }, create: { - _options: { path: '/create' }, + _options: { + path: '/create', + abilities: ['create nspaces'], + }, }, }; routes.nspace = { @@ -197,6 +240,36 @@ if (env('CONSUL_NSPACES_ENABLED')) { dc: routes.dc, }; } +runInDebug(() => { + // check to see if we are running docfy and if so add its routes to our + // route config + const docfyOutput = requirejs.entries['consul-ui/docfy-output']; + if (typeof docfyOutput !== 'undefined') { + const output = {}; + docfyOutput.callback(output); + // see https://github.com/josemarluedke/docfy/blob/904529641279975586402431108895713d156b55/packages/ember/addon/index.ts + (function addPage(route, page) { + if (page.name !== '/') { + route = route[page.name] = { + _options: { path: page.name }, + }; + } + page.pages.forEach(page => { + const url = page.relativeUrl; + if (typeof url === 'string') { + if (url !== '') { + route[url] = { + _options: { path: url }, + }; + } + } + }); + page.children.forEach(child => { + addPage(route, child); + }); + })(routes, output.default.nested); + } +}); export default class Router extends EmberRouter { location = env('locationType'); rootURL = env('rootURL'); diff --git a/ui/packages/consul-ui/app/routes/dc.js b/ui/packages/consul-ui/app/routes/dc.js index 5fafb29266..dd99ba0a20 100644 --- a/ui/packages/consul-ui/app/routes/dc.js +++ b/ui/packages/consul-ui/app/routes/dc.js @@ -47,6 +47,18 @@ export default class DcRoute extends Route { dc: params.dc, nspace: get(nspace || {}, 'Name'), }); + // the model here is actually required for the entire application + // but we need to wait until we are in this route so we know what the dc + // and or nspace is if the below changes please revisit the comments + // in routes/application:model + // We do this here instead of in setupController to prevent timing issues + // in lower routes + this.controllerFor('application').setProperties({ + dc, + nspace, + token, + permissions, + }); return { dc, nspace, @@ -55,15 +67,6 @@ export default class DcRoute extends Route { }; } - setupController(controller, model) { - super.setupController(...arguments); - // the model here is actually required for the entire application - // but we need to wait until we are in this route so we know what the dc - // and or nspace is if the below changes please revists the comments - // in routes/application:model - this.controllerFor('application').setProperties(model); - } - // TODO: This will eventually be deprecated please see // https://deprecations.emberjs.com/v3.x/#toc_deprecate-router-events @action diff --git a/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show.js b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show.js new file mode 100644 index 0000000000..6f543e1ae7 --- /dev/null +++ b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show.js @@ -0,0 +1,36 @@ +import { inject as service } from '@ember/service'; +import SingleRoute from 'consul-ui/routing/single'; +import { hash } from 'rsvp'; + +export default class ShowRoute extends SingleRoute { + @service('repository/auth-method') repo; + @service('repository/binding-rule') bindingRuleRepo; + + model(params) { + const dc = this.modelFor('dc').dc; + const nspace = this.modelFor('nspace').nspace.substr(1); + + return super.model(...arguments).then(model => { + return hash({ + ...model, + ...{ + item: this.repo.findBySlug({ + id: params.id, + dc: dc.Name, + ns: nspace, + }), + bindingRules: this.bindingRuleRepo.findAllByDatacenter({ + ns: nspace, + dc: dc.Name, + authmethod: params.id, + }), + }, + }); + }); + } + + setupController(controller, model) { + super.setupController(...arguments); + controller.setProperties(model); + } +} diff --git a/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/auth-method.js b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/auth-method.js new file mode 100644 index 0000000000..61d0e66bf6 --- /dev/null +++ b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/auth-method.js @@ -0,0 +1,16 @@ +import Route from 'consul-ui/routing/route'; + +export default class AuthMethodRoute extends Route { + model() { + const parent = this.routeName + .split('.') + .slice(0, -1) + .join('.'); + return this.modelFor(parent); + } + + setupController(controller, model) { + super.setupController(...arguments); + controller.setProperties(model); + } +} diff --git a/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/binding-rules.js b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/binding-rules.js new file mode 100644 index 0000000000..14668be381 --- /dev/null +++ b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/binding-rules.js @@ -0,0 +1,16 @@ +import Route from 'consul-ui/routing/route'; + +export default class BindingRulesRoute extends Route { + model() { + const parent = this.routeName + .split('.') + .slice(0, -1) + .join('.'); + return this.modelFor(parent); + } + + setupController(controller, model) { + super.setupController(...arguments); + controller.setProperties(model); + } +} diff --git a/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/index.js b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/index.js new file mode 100644 index 0000000000..415d3f66b0 --- /dev/null +++ b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/index.js @@ -0,0 +1,6 @@ +import Route from 'consul-ui/routing/route'; +import to from 'consul-ui/utils/routing/redirect-to'; + +export default Route.extend({ + redirect: to('auth-method'), +}); diff --git a/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/nspace-rules.js b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/nspace-rules.js new file mode 100644 index 0000000000..8ea762d012 --- /dev/null +++ b/ui/packages/consul-ui/app/routes/dc/acls/auth-methods/show/nspace-rules.js @@ -0,0 +1,16 @@ +import Route from 'consul-ui/routing/route'; + +export default class NspaceRulesRoute extends Route { + model() { + const parent = this.routeName + .split('.') + .slice(0, -1) + .join('.'); + return this.modelFor(parent); + } + + setupController(controller, model) { + super.setupController(...arguments); + controller.setProperties(model); + } +} diff --git a/ui/packages/consul-ui/app/routes/dc/nspaces/create.js b/ui/packages/consul-ui/app/routes/dc/nspaces/create.js index f1599c6ebb..35abaec6d1 100644 --- a/ui/packages/consul-ui/app/routes/dc/nspaces/create.js +++ b/ui/packages/consul-ui/app/routes/dc/nspaces/create.js @@ -4,12 +4,10 @@ import CreatingRoute from 'consul-ui/mixins/creating-route'; export default class CreateRoute extends Route.extend(CreatingRoute) { templateName = 'dc/nspaces/edit'; - beforeModel() { + async beforeModel() { + // TODO: Update nspace CRUD to use Data components // we need to skip CreatingRoute.beforeModel here - // TODO(octane): ideally we'd like to call Route.beforeModel - // but its not clear how to do that with old ember - // maybe it will be more normal with modern ember - // up until now we haven't been calling super here anyway - // so this is probably ok until we can skip a parent super + // but still call Route.beforeModel + return Route.prototype.beforeModel.apply(this, arguments); } } diff --git a/ui/packages/consul-ui/app/routes/dc/services/index.js b/ui/packages/consul-ui/app/routes/dc/services/index.js index 879621028d..873225c782 100644 --- a/ui/packages/consul-ui/app/routes/dc/services/index.js +++ b/ui/packages/consul-ui/app/routes/dc/services/index.js @@ -22,11 +22,11 @@ export default class IndexRoute extends Route { async model(params, transition) { const nspace = this.modelFor('nspace').nspace.substr(1); const dc = this.modelFor('dc').dc.Name; - const items = await this.data.source(uri => uri`/${nspace}/${dc}/services`); + const items = this.data.source(uri => uri`/${nspace}/${dc}/services`); return { dc, nspace, - items, + items: await items, searchProperties: this.queryParams.searchproperty.empty[0], }; } diff --git a/ui/packages/consul-ui/app/routes/dc/services/show/routing.js b/ui/packages/consul-ui/app/routes/dc/services/show/routing.js index e70cacd614..a68248ed71 100644 --- a/ui/packages/consul-ui/app/routes/dc/services/show/routing.js +++ b/ui/packages/consul-ui/app/routes/dc/services/show/routing.js @@ -11,11 +11,12 @@ export default class RoutingRoute extends Route { .slice(0, -1) .join('.'); const model = this.modelFor(parent); + const chain = this.data.source( + uri => uri`/${model.nspace}/${model.dc.Name}/discovery-chain/${model.slug}` + ); return { ...model, - chain: await this.data.source( - uri => uri`/${model.nspace}/${model.dc.Name}/discovery-chain/${model.slug}` - ), + chain: await chain, }; } diff --git a/ui/packages/consul-ui/app/routes/dc/services/show/tags.js b/ui/packages/consul-ui/app/routes/dc/services/show/tags.js index 3c6b4e0f03..2e4ecd5160 100644 --- a/ui/packages/consul-ui/app/routes/dc/services/show/tags.js +++ b/ui/packages/consul-ui/app/routes/dc/services/show/tags.js @@ -1,7 +1,7 @@ import Route from 'consul-ui/routing/route'; export default class TagsRoute extends Route { - model() { + async model() { const parent = this.routeName .split('.') .slice(0, -1) diff --git a/ui/packages/consul-ui/app/routing/route.js b/ui/packages/consul-ui/app/routing/route.js index 6259af33ca..3b9ea3d901 100644 --- a/ui/packages/consul-ui/app/routing/route.js +++ b/ui/packages/consul-ui/app/routing/route.js @@ -16,14 +16,19 @@ export default class BaseRoute extends Route { * Inspects a custom `abilities` array on the router for this route. Every * abililty needs to 'pass' for the route not to throw a 403 error. Anything * more complex then this (say ORs) should use a single ability and perform - * the OR lgic in the test for the ability. Note, this ability check happens + * the OR logic in the test for the ability. Note, this ability check happens * before any calls to the backend for this model/route. */ async beforeModel() { - const abilities = get(routes, `${this.routeName}._options.abilities`) || []; + // remove any references to index as it is the same as the root routeName + const routeName = this.routeName + .split('.') + .filter(item => item !== 'index') + .join('.'); + const abilities = get(routes, `${routeName}._options.abilities`) || []; if (abilities.length > 0) { if (!abilities.every(ability => this.permissions.can(ability))) { - throw new HTTPError(403); + throw new HTTPError('403'); } } } diff --git a/ui/packages/consul-ui/app/serializers/binding-rule.js b/ui/packages/consul-ui/app/serializers/binding-rule.js new file mode 100644 index 0000000000..fce8507153 --- /dev/null +++ b/ui/packages/consul-ui/app/serializers/binding-rule.js @@ -0,0 +1,7 @@ +import Serializer from './application'; +import { PRIMARY_KEY, SLUG_KEY } from 'consul-ui/models/binding-rule'; + +export default class BindingRuleSerializer extends Serializer { + primaryKey = PRIMARY_KEY; + slugKey = SLUG_KEY; +} diff --git a/ui/packages/consul-ui/app/services/env.mdx b/ui/packages/consul-ui/app/services/env.mdx new file mode 100644 index 0000000000..0af681c97f --- /dev/null +++ b/ui/packages/consul-ui/app/services/env.mdx @@ -0,0 +1,14 @@ +# env + +Our env service (along with the `env` helper which is backed by this service) +is used to access various global 'environment style' variables throughout the +app. + +```js +export default class extends Ability { + @service('env') env; + canRead() { + return this.env.var('CONSUL_ACLS_ENABLED'); + } +} +``` diff --git a/ui/packages/consul-ui/app/services/repository/binding-rule.js b/ui/packages/consul-ui/app/services/repository/binding-rule.js new file mode 100644 index 0000000000..f2b4c58a3c --- /dev/null +++ b/ui/packages/consul-ui/app/services/repository/binding-rule.js @@ -0,0 +1,32 @@ +import RepositoryService from 'consul-ui/services/repository'; +import statusFactory from 'consul-ui/utils/acls-status'; +import isValidServerErrorFactory from 'consul-ui/utils/http/acl/is-valid-server-error'; +import { PRIMARY_KEY, SLUG_KEY } from 'consul-ui/models/binding-rule'; +import dataSource from 'consul-ui/decorators/data-source'; + +const isValidServerError = isValidServerErrorFactory(); +const status = statusFactory(isValidServerError, Promise); +const MODEL_NAME = 'binding-rule'; + +export default class BindingRuleService extends RepositoryService { + getModelName() { + return MODEL_NAME; + } + + getPrimaryKey() { + return PRIMARY_KEY; + } + + getSlugKey() { + return SLUG_KEY; + } + + @dataSource('/:ns/:dc/binding-rules') + async findAllByDatacenter() { + return super.findAllByDatacenter(...arguments); + } + + status(obj) { + return status(obj); + } +} diff --git a/ui/packages/consul-ui/app/services/repository/permission.js b/ui/packages/consul-ui/app/services/repository/permission.js index b78b56ba50..ff0ac57fa8 100644 --- a/ui/packages/consul-ui/app/services/repository/permission.js +++ b/ui/packages/consul-ui/app/services/repository/permission.js @@ -11,6 +11,10 @@ const REQUIRED_PERMISSIONS = [ Resource: 'operator', Access: 'write', }, + { + Resource: 'operator', + Access: 'read', + }, { Resource: 'service', Access: 'read', diff --git a/ui/packages/consul-ui/app/services/routlet.js b/ui/packages/consul-ui/app/services/routlet.js new file mode 100644 index 0000000000..a66e0820f8 --- /dev/null +++ b/ui/packages/consul-ui/app/services/routlet.js @@ -0,0 +1,101 @@ +import Service from '@ember/service'; +import { schedule } from '@ember/runloop'; + +class Outlets { + constructor() { + this.map = new Map(); + this.sorted = []; + } + sort() { + this.sorted = [...this.map.keys()]; + this.sorted.sort((a, b) => { + if (a === 'application') { + return 1; + } + if (b === 'application') { + return -1; + } + const al = a.split('.').length; + const bl = b.split('.').length; + switch (true) { + case al > bl: + return -1; + case al < bl: + return 1; + default: + return 0; + } + }); + } + set(name, value) { + this.map.set(name, value); + // TODO: find, splice to insert at the correct index instead of sorting + // all the time + this.sort(); + } + get(name) { + return this.map.get(name); + } + delete(name) { + // TODO: find, splice to delete at the correct index instead of sorting + // all the time + this.map.delete(name); + this.sort(); + } + keys() { + return this.sorted; + } +} +const outlets = new Outlets(); +export default class RoutletService extends Service { + ready() { + return this._transition; + } + + transition() { + let endTransition; + this._transition = new Promise(resolve => { + endTransition = resolve; + }); + return endTransition; + } + + findOutlet(name) { + const keys = [...outlets.keys()]; + const key = keys.find(item => name.indexOf(item) !== -1); + return key; + } + + addOutlet(name, outlet) { + outlets.set(name, outlet); + } + + removeOutlet(name) { + outlets.delete(name); + } + + // modelFor gets the model for Outlet specified by `name`, not the Route + modelFor(name) { + const outlet = outlets.get(name); + if (typeof outlet !== 'undefined') { + return outlet.model || {}; + } + return {}; + } + + addRoute(name, route) { + const keys = [...outlets.keys()]; + const pos = keys.indexOf(name); + const key = pos + 1; + const outlet = outlets.get(keys[key]); + if (typeof outlet !== 'undefined') { + route.model = outlet.model; + // TODO: Try to avoid the double computation bug + schedule('afterRender', () => { + outlet.routeName = route.args.name; + }); + } + } + + removeRoute(name, route) {} +} diff --git a/ui/packages/consul-ui/app/styles/base/color/frame-placeholders.scss b/ui/packages/consul-ui/app/styles/base/color/frame-placeholders.scss index ea7794a028..8ad6757add 100644 --- a/ui/packages/consul-ui/app/styles/base/color/frame-placeholders.scss +++ b/ui/packages/consul-ui/app/styles/base/color/frame-placeholders.scss @@ -151,7 +151,7 @@ } %frame-red-300 { @extend %frame-border-000; - background-color: $white; + background-color: $transparent; border-color: $red-500; color: $red-500; } diff --git a/ui/packages/consul-ui/app/styles/base/icons/base-placeholders.scss b/ui/packages/consul-ui/app/styles/base/icons/base-placeholders.scss index 37988e6278..15919996ae 100644 --- a/ui/packages/consul-ui/app/styles/base/icons/base-placeholders.scss +++ b/ui/packages/consul-ui/app/styles/base/icons/base-placeholders.scss @@ -22,3 +22,29 @@ height: 1.2em; vertical-align: text-top; } +%led-icon { + position: relative; + box-sizing: border-box; + width: 12px; + height: 12px; +} +%led-icon::after, +%led-icon::before { + content: ''; + display: block; + width: 100%; + height: 100%; + border-radius: 100%; +} +%led-icon::before { + border: 1px solid currentColor; + opacity: 0.5; +} +%led-icon::after { + position: absolute; + top: 2px; + left: 2px; + width: calc(100% - 4px); + height: calc(100% - 4px); + background-color: currentColor; +} diff --git a/ui/packages/consul-ui/app/styles/base/icons/base-variables.scss b/ui/packages/consul-ui/app/styles/base/icons/base-variables.scss index 2dd1a649e7..3916860abf 100644 --- a/ui/packages/consul-ui/app/styles/base/icons/base-variables.scss +++ b/ui/packages/consul-ui/app/styles/base/icons/base-variables.scss @@ -48,6 +48,7 @@ $disabled-svg: url('data:image/svg+xml;charset=UTF-8,'); $download-svg: url('data:image/svg+xml;charset=UTF-8,'); $edit-svg: url('data:image/svg+xml;charset=UTF-8,'); +$ember-circle-logo-color-svg: url('data:image/svg+xml;charset=UTF-8,'); $envelope-sealed-fill-svg: url('data:image/svg+xml;charset=UTF-8,'); $envelope-sealed-outline-svg: url('data:image/svg+xml;charset=UTF-8,'); $envelope-unsealed--outline-svg: url('data:image/svg+xml;charset=UTF-8,'); @@ -69,6 +70,7 @@ $git-branch-svg: url('data:image/svg+xml;charset=UTF-8,'); $git-pull-request-svg: url('data:image/svg+xml;charset=UTF-8,'); $git-repository-svg: url('data:image/svg+xml;charset=UTF-8,'); +$glimmer-logo-color-svg: url('data:image/svg+xml;charset=UTF-8,'); $hashicorp-logo-svg: url('data:image/svg+xml;charset=UTF-8,'); $health-svg: url('data:image/svg+xml;charset=UTF-8,'); $help-circle-fill-svg: url('data:image/svg+xml;charset=UTF-8,'); diff --git a/ui/packages/consul-ui/app/styles/base/icons/icon-placeholders.scss b/ui/packages/consul-ui/app/styles/base/icons/icon-placeholders.scss index 15e4366d12..43d10d4565 100644 --- a/ui/packages/consul-ui/app/styles/base/icons/icon-placeholders.scss +++ b/ui/packages/consul-ui/app/styles/base/icons/icon-placeholders.scss @@ -488,6 +488,11 @@ mask-image: $edit-svg; } +%with-ember-circle-logo-color-icon { + @extend %with-icon; + background-image: $ember-circle-logo-color-svg; +} + %with-envelope-sealed-fill-icon { @extend %with-icon; background-image: $envelope-sealed-fill-svg; @@ -698,6 +703,10 @@ mask-image: $git-repository-svg; } +%with-glimmer-logo-color-icon { + @extend %with-icon; + background-image: $glimmer-logo-color-svg; +} %with-hashicorp-logo-icon { @extend %with-icon; background-image: $hashicorp-logo-svg; diff --git a/ui/packages/consul-ui/app/styles/base/reset/system.scss b/ui/packages/consul-ui/app/styles/base/reset/system.scss index 26c58a3116..b44318a6f0 100644 --- a/ui/packages/consul-ui/app/styles/base/reset/system.scss +++ b/ui/packages/consul-ui/app/styles/base/reset/system.scss @@ -104,4 +104,5 @@ html { hr { height: 1px; margin: 1.5rem 0; + background-color: var(--gray-200); } diff --git a/ui/packages/consul-ui/app/styles/components.scss b/ui/packages/consul-ui/app/styles/components.scss index 51765dab26..ada90c9026 100644 --- a/ui/packages/consul-ui/app/styles/components.scss +++ b/ui/packages/consul-ui/app/styles/components.scss @@ -33,12 +33,12 @@ @import './components/more-popover-menu'; @import './components/definition-table'; @import './components/radio-card'; +@import './components/tabular-dl'; /**/ @import './components/brand-loader'; @import './components/loader'; -@import './components/footer'; /**/ @@ -64,6 +64,7 @@ @import 'consul-ui/components/informed-action'; @import 'consul-ui/components/tab-nav'; @import 'consul-ui/components/search-bar'; +@import 'consul-ui/components/certificate'; @import 'consul-ui/components/consul/tomography/graph'; @import 'consul-ui/components/consul/discovery-chain'; diff --git a/ui/packages/consul-ui/app/styles/components/composite-row.scss b/ui/packages/consul-ui/app/styles/components/composite-row.scss index 757b3522b0..9c2bb59ce9 100644 --- a/ui/packages/consul-ui/app/styles/components/composite-row.scss +++ b/ui/packages/consul-ui/app/styles/components/composite-row.scss @@ -9,7 +9,8 @@ .consul-node-list > ul > li:not(:first-child), .consul-token-list > ul > li:not(:first-child), .consul-policy-list > ul > li:not(:first-child), -.consul-role-list > ul > li:not(:first-child) { +.consul-role-list > ul > li:not(:first-child), +.consul-auth-method-list > ul > li:not(:first-child) { @extend %with-composite-row-intent; } .consul-lock-session-list ul > li:not(:first-child) { diff --git a/ui/packages/consul-ui/app/styles/components/empty-state/layout.scss b/ui/packages/consul-ui/app/styles/components/empty-state/layout.scss index 4de69fe593..d035f9a368 100644 --- a/ui/packages/consul-ui/app/styles/components/empty-state/layout.scss +++ b/ui/packages/consul-ui/app/styles/components/empty-state/layout.scss @@ -28,10 +28,7 @@ %empty-state > ul { display: flex; justify-content: space-between; - - margin-top: 1.5em; - padding-top: 0.6em; - border-top: 1px solid; + margin-top: 1em; } %empty-state-anchor { display: inline-flex; diff --git a/ui/packages/consul-ui/app/styles/components/empty-state/skin.scss b/ui/packages/consul-ui/app/styles/components/empty-state/skin.scss index da470e4ac5..70177f20ae 100644 --- a/ui/packages/consul-ui/app/styles/components/empty-state/skin.scss +++ b/ui/packages/consul-ui/app/styles/components/empty-state/skin.scss @@ -2,9 +2,6 @@ color: $gray-500; background-color: $gray-010; } -%empty-state > ul { - border-color: $gray-300; -} %empty-state-header { border-bottom: none; } diff --git a/ui/packages/consul-ui/app/styles/components/footer.scss b/ui/packages/consul-ui/app/styles/components/footer.scss deleted file mode 100644 index 5b52981207..0000000000 --- a/ui/packages/consul-ui/app/styles/components/footer.scss +++ /dev/null @@ -1,4 +0,0 @@ -@import './footer/index'; -#wrapper > footer { - @extend %footer; -} diff --git a/ui/packages/consul-ui/app/styles/components/footer/layout.scss b/ui/packages/consul-ui/app/styles/components/footer/layout.scss deleted file mode 100644 index 681af2a3a0..0000000000 --- a/ui/packages/consul-ui/app/styles/components/footer/layout.scss +++ /dev/null @@ -1,33 +0,0 @@ -%footer { - display: flex; - justify-content: center; - position: relative; - z-index: 1; -} -%footer > * { - display: block; -} -@media #{$--tall-footer} { - %footer { - padding-top: 12px; - padding-bottom: 12px; - } -} -@media #{$--wide-footer} { - %footer { - padding-left: 12px; - padding-right: 12px; - } - %footer > * { - padding: 11px; - } -} -@media #{$--lt-wide-footer} { - %footer > :first-child { - padding: 5px; - margin-left: 20px; - } - %footer > :not(:first-child) { - display: none; - } -} diff --git a/ui/packages/consul-ui/app/styles/components/footer/skin.scss b/ui/packages/consul-ui/app/styles/components/footer/skin.scss deleted file mode 100644 index c27b02f8e0..0000000000 --- a/ui/packages/consul-ui/app/styles/components/footer/skin.scss +++ /dev/null @@ -1,25 +0,0 @@ -/* This layout is to do with the logo */ -%footer > a:first-child { - position: relative; -} -%footer > a:first-child::before { - position: absolute; - top: 50%; - margin-top: -0.7em; - left: -25px; -} -%footer > a:first-child::before { - @extend %with-hashicorp-logo-mask, %as-pseudo; - background-color: $gray-400; - font-size: 1.4em; -} -%footer { - border-top: $decor-border-100; -} -%footer { - border-color: $gray-200; - background-color: $white; -} -%footer > * { - color: $gray-400; -} diff --git a/ui/packages/consul-ui/app/styles/components/pill.scss b/ui/packages/consul-ui/app/styles/components/pill.scss index 236eac8daf..707b41c8d2 100644 --- a/ui/packages/consul-ui/app/styles/components/pill.scss +++ b/ui/packages/consul-ui/app/styles/components/pill.scss @@ -1,6 +1,7 @@ span.policy-service-identity, span.policy-node-identity, -.leader { +.leader, +.consul-auth-method-type { @extend %pill-200, %frame-gray-600; } span.policy-service-identity::before, diff --git a/ui/packages/consul-ui/app/styles/components/footer/index.scss b/ui/packages/consul-ui/app/styles/components/tabular-dl/index.scss similarity index 100% rename from ui/packages/consul-ui/app/styles/components/footer/index.scss rename to ui/packages/consul-ui/app/styles/components/tabular-dl/index.scss index bc18252196..62cfad5c01 100644 --- a/ui/packages/consul-ui/app/styles/components/footer/index.scss +++ b/ui/packages/consul-ui/app/styles/components/tabular-dl/index.scss @@ -1,2 +1,2 @@ -@import './skin'; @import './layout'; +@import './skin'; diff --git a/ui/packages/consul-ui/app/styles/components/tabular-dl/layout.scss b/ui/packages/consul-ui/app/styles/components/tabular-dl/layout.scss new file mode 100644 index 0000000000..edeb482a47 --- /dev/null +++ b/ui/packages/consul-ui/app/styles/components/tabular-dl/layout.scss @@ -0,0 +1,38 @@ +%tabular-dl { + display: flex; + flex-wrap: wrap; + > dt:last-of-type, + > dd:last-of-type { + border-bottom: 1px solid !important; + } + dt, + dd { + padding: 12px 0; + margin: 0; + border-top: 1px solid !important; + } + dt { + width: 20%; + } + dd { + margin-left: auto; + width: 80%; + display: flex; + } + dd > ul li { + display: flex; + } + dd > ul li:not(:last-of-type) { + padding-bottom: 12px; + } + dd .copy-button button { + padding: 0 !important; + margin: 0 4px 0 0 !important; + } + dt.check + dd { + padding-top: 16px; + } + dt.type + dd span::before { + margin-left: 4px; + } +} diff --git a/ui/packages/consul-ui/app/styles/components/tabular-dl/skin.scss b/ui/packages/consul-ui/app/styles/components/tabular-dl/skin.scss new file mode 100644 index 0000000000..71de9caf5d --- /dev/null +++ b/ui/packages/consul-ui/app/styles/components/tabular-dl/skin.scss @@ -0,0 +1,21 @@ +%tabular-dl { + > dt:last-of-type, + > dd:last-of-type { + border-color: var(--gray-300) !important; + } + dt, + dd { + border-color: var(--gray-300) !important; + color: $black !important; + } + dt { + font-weight: $typo-weight-bold; + } + dd .copy-button button::before { + background-color: $black; + } + dt.type + dd span::before { + @extend %with-info-circle-outline-mask, %as-pseudo; + background-color: var(--gray-500); + } +} diff --git a/ui/packages/consul-ui/app/styles/debug.scss b/ui/packages/consul-ui/app/styles/debug.scss new file mode 100644 index 0000000000..77e7d176c0 --- /dev/null +++ b/ui/packages/consul-ui/app/styles/debug.scss @@ -0,0 +1,95 @@ +@import './base/reset/index'; +@import './base/index'; +@import 'prism-coldark-dark'; +.docs { + .tabular-collection, + .list-collection { + height: 300px !important; + } + nav:first-of-type { + & { + padding-top: 0 !important; + } + ul { + margin-bottom: 100px; + padding-top: 0 !important; + } + li.consul-components a::before, + li.components a::before { + @extend %with-glimmer-logo-color-icon, %as-pseudo; + margin-right: 5px; + } + li.consul-components.ember-component a::before, + li.components.ember-component a::before { + @extend %with-ember-circle-logo-color-icon, %as-pseudo; + } + } + main { + & { + background-color: white; + margin-bottom: 2rem; + } + ol, + ul { + list-style-position: inside; + margin-bottom: 1rem; + } + } + .docfy-demo { + & { + margin-bottom: 1rem; + } + &__example { + & { + border-top: 1px solid; + border-left: 1px solid; + border-right: 1px solid; + border-color: var(--gray-200); + padding: 1rem; + margin-bottom: 0; + } + ol, + ul { + margin-bottom: 0; + } + } + // &__snippets__tabs__button { + // display: none; + // } + &__snippet { + pre { + margin: 0 !important; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + } + } + } + h1, + h2, + h3 { + margin-bottom: 1em; + } + h1 { + padding-top: 20px; + @extend %h100; + } + h2 { + @extend %h200; + } + h3 { + @extend %h300; + } + p { + @extend %p1; + } + table { + margin-bottom: 3em; + } + td { + font-weight: normal !important; + cursor: default !important; + } + tr:hover { + box-shadow: none; + } +} diff --git a/ui/packages/consul-ui/app/styles/layout.scss b/ui/packages/consul-ui/app/styles/layout.scss index 1efec26447..e816900c60 100644 --- a/ui/packages/consul-ui/app/styles/layout.scss +++ b/ui/packages/consul-ui/app/styles/layout.scss @@ -54,13 +54,13 @@ html:not(.has-nspaces) [class*='nspace-'] { } #wrapper { @extend %viewport-container; -} -#wrapper { - @extend %with-sticky-footer; + display: flex; + min-height: 100vh; + flex-direction: column; } main { - @extend %with-sticky-footer-content; position: relative; + flex: 1; } main, #wrapper > footer { @@ -70,6 +70,9 @@ html[data-route$='create'] main, html[data-route$='edit'] main { @extend %content-container-restricted; } +html:not([data-route$='index']):not([data-route$='instances']) main { + margin-bottom: 2em; +} @media #{$--lt-spacious-page-header} { .actions button.copy-btn { diff --git a/ui/packages/consul-ui/app/styles/layouts/containers.scss b/ui/packages/consul-ui/app/styles/layouts/containers.scss deleted file mode 100644 index 56cad4306c..0000000000 --- a/ui/packages/consul-ui/app/styles/layouts/containers.scss +++ /dev/null @@ -1,66 +0,0 @@ -$ideal-viewport-width-num: 1260; -$ideal-viewport-width: #{$ideal-viewport-width-num}px; -$ideal-content-width-num: 1150; -$ideal-content-width: #{$ideal-content-width-num}px; -$ideal-viewport-padding-num: 24; -$ideal-viewport-padding: #{$ideal-viewport-padding-num}px; -$minimum-viewport-padding: 10px; -$ideal-content-padding: 33px; - -// workaround bulma's sweeping box-sizing -// so we can verify the ideal widths are the same - -%viewport-container { - box-sizing: content-box; -} -%viewport-container { - margin-left: auto; - margin-right: auto; -} -%modal-dialog > *, -%content-container > * { - box-sizing: border-box; -} -%content-container-restricted { - max-width: $ideal-content-width; -} -%viewport-container { - padding-left: 25px; - padding-right: calc(#{$ideal-viewport-padding-num}vw / (#{$ideal-viewport-width-num} / 100)); -} -%content-container { - padding-left: calc(24vw / (#{$ideal-viewport-width-num} / 100)); - padding-right: calc(24vw / (#{$ideal-viewport-width-num} / 100)); -} -@media #{$--min-padding} { - %viewport-container { - padding-left: $minimum-viewport-padding; - padding-right: $minimum-viewport-padding; - } -} -@media #{$--max-padding} { - %viewport-container { - padding-left: $ideal-viewport-padding; - padding-right: $ideal-viewport-padding; - } - %content-container { - padding-left: $ideal-viewport-padding; - padding-right: $ideal-viewport-padding; - } -} -fieldset [role='group'] { - display: flex; - flex-wrap: wrap; - flex-direction: row; -} -[role='group'] fieldset { - width: 50%; -} -[role='group'] fieldset:not(:first-of-type) { - padding-left: 20px; - border-left: 1px solid; - border-left: $gray-500; -} -[role='group'] fieldset:not(:last-of-type) { - padding-right: 20px; -} diff --git a/ui/packages/consul-ui/app/styles/layouts/index.scss b/ui/packages/consul-ui/app/styles/layouts/index.scss index 65c78ee584..892a73f4d4 100644 --- a/ui/packages/consul-ui/app/styles/layouts/index.scss +++ b/ui/packages/consul-ui/app/styles/layouts/index.scss @@ -1,2 +1,33 @@ -@import './with-sticky-footer'; -@import './containers'; +// workaround bulma's sweeping box-sizing + +%viewport-container { + box-sizing: content-box; +} +%modal-dialog > *, +%content-container > * { + box-sizing: border-box; +} +%content-container-restricted { + max-width: 1260px; +} +%viewport-container { + padding-left: 25px; + padding-right: 25px; +} + +fieldset [role='group'] { + display: flex; + flex-wrap: wrap; + flex-direction: row; +} +[role='group'] fieldset { + width: 50%; +} +[role='group'] fieldset:not(:first-of-type) { + padding-left: 20px; + border-left: 1px solid; + border-left: $gray-500; +} +[role='group'] fieldset:not(:last-of-type) { + padding-right: 20px; +} diff --git a/ui/packages/consul-ui/app/styles/layouts/with-sticky-footer.scss b/ui/packages/consul-ui/app/styles/layouts/with-sticky-footer.scss deleted file mode 100644 index 9690ace049..0000000000 --- a/ui/packages/consul-ui/app/styles/layouts/with-sticky-footer.scss +++ /dev/null @@ -1,8 +0,0 @@ -%with-sticky-footer { - display: flex; - min-height: 100vh; - flex-direction: column; -} -%with-sticky-footer-content { - flex: 1; -} diff --git a/ui/packages/consul-ui/app/styles/prism-coldark-cold.scss b/ui/packages/consul-ui/app/styles/prism-coldark-cold.scss new file mode 100644 index 0000000000..1f03a27dd4 --- /dev/null +++ b/ui/packages/consul-ui/app/styles/prism-coldark-cold.scss @@ -0,0 +1,317 @@ +/** + * Coldark Theme for Prism.js + * Theme variation: Cold + * Tested with HTML, CSS, JS, JSON, PHP, YAML, Bash script + * @author Armand Philippot + * @homepage https://github.com/ArmandPhilippot/coldark-prism + * @license MIT + */ +code[class*='language-'], +pre[class*='language-'] { + color: #111b27; + background: none; + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + word-wrap: normal; + line-height: 1.5; + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*='language-']::-moz-selection, +pre[class*='language-'] ::-moz-selection, +code[class*='language-']::-moz-selection, +code[class*='language-'] ::-moz-selection { + background: #8da1b9; +} + +pre[class*='language-']::selection, +pre[class*='language-'] ::selection, +code[class*='language-']::selection, +code[class*='language-'] ::selection { + background: #8da1b9; +} + +/* Code blocks */ +pre[class*='language-'] { + padding: 1em; + margin: 0.5em 0; + overflow: auto; +} + +:not(pre) > code[class*='language-'], +pre[class*='language-'] { + background: #e3eaf2; +} + +/* Inline code */ +:not(pre) > code[class*='language-'] { + padding: 0.1em 0.3em; + border-radius: 0.3em; + white-space: normal; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: #3c526d; +} + +.token.punctuation { + color: #111b27; +} + +.token.delimiter.important, +.token.selector .parent, +.token.tag, +.token.tag .token.punctuation { + color: #006d6d; +} + +.token.attr-name, +.token.boolean, +.token.boolean.important, +.token.number, +.token.constant, +.token.selector .token.attribute { + color: #755f00; +} + +.token.class-name, +.token.key, +.token.parameter, +.token.property, +.token.property-access, +.token.variable { + color: #005a8e; +} + +.token.attr-value, +.token.inserted, +.token.color, +.token.selector .token.value, +.token.string, +.token.string .token.url-link { + color: #116b00; +} + +.token.builtin, +.token.keyword-array, +.token.package, +.token.regex { + color: #af00af; +} + +.token.function, +.token.selector .token.class, +.token.selector .token.id { + color: #7c00aa; +} + +.token.atrule .token.rule, +.token.combinator, +.token.keyword, +.token.operator, +.token.pseudo-class, +.token.pseudo-element, +.token.selector, +.token.unit { + color: #a04900; +} + +.token.deleted, +.token.important { + color: #c22f2e; +} + +.token.keyword-this, +.token.this { + color: #005a8e; +} + +.token.important, +.token.keyword-this, +.token.this, +.token.bold { + font-weight: bold; +} + +.token.delimiter.important { + font-weight: inherit; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} + +.language-markdown .token.title, +.language-markdown .token.title .token.punctuation { + color: #005a8e; + font-weight: bold; +} + +.language-markdown .token.blockquote.punctuation { + color: #af00af; +} + +.language-markdown .token.code { + color: #006d6d; +} + +.language-markdown .token.hr.punctuation { + color: #005a8e; +} + +.language-markdown .token.url > .token.content { + color: #116b00; +} + +.language-markdown .token.url-link { + color: #755f00; +} + +.language-markdown .token.list.punctuation { + color: #af00af; +} + +.language-markdown .token.table-header { + color: #111b27; +} + +.language-json .token.operator { + color: #111b27; +} + +.language-scss .token.variable { + color: #006d6d; +} + +/* overrides color-values for the Show Invisibles plugin + * https://prismjs.com/plugins/show-invisibles/ + */ +.token.tab:not(:empty):before, +.token.cr:before, +.token.lf:before, +.token.space:before { + color: #3c526d; +} + +/* overrides color-values for the Toolbar plugin + * https://prismjs.com/plugins/toolbar/ + */ +div.code-toolbar > .toolbar a, +div.code-toolbar > .toolbar button { + color: #e3eaf2; + background: #005a8e; +} + +div.code-toolbar > .toolbar a:hover, +div.code-toolbar > .toolbar a:focus, +div.code-toolbar > .toolbar button:hover, +div.code-toolbar > .toolbar button:focus { + color: #e3eaf2; + background: #005a8eda; + text-decoration: none; +} + +div.code-toolbar > .toolbar span, +div.code-toolbar > .toolbar span:hover, +div.code-toolbar > .toolbar span:focus { + color: #e3eaf2; + background: #3c526d; +} + +/* overrides color-values for the Line Highlight plugin + * http://prismjs.com/plugins/line-highlight/ + */ +.line-highlight { + background: #8da1b92f; + background: linear-gradient(to right, #8da1b92f 70%, #8da1b925); +} + +.line-highlight:before, +.line-highlight[data-end]:after { + background-color: #3c526d; + color: #e3eaf2; + box-shadow: 0 1px #8da1b9; +} + +pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before { + background-color: #3c526d1f; +} + +/* overrides color-values for the Line Numbers plugin + * http://prismjs.com/plugins/line-numbers/ + */ +.line-numbers .line-numbers-rows { + border-right: 1px solid #8da1b97a; + background: #d0dae77a; +} + +.line-numbers-rows > span:before { + color: #3c526dda; +} + +/* overrides color-values for the Match Braces plugin + * https://prismjs.com/plugins/match-braces/ + */ +.rainbow-braces .token.punctuation.brace-level-1, +.rainbow-braces .token.punctuation.brace-level-5, +.rainbow-braces .token.punctuation.brace-level-9 { + color: #755f00; +} + +.rainbow-braces .token.punctuation.brace-level-2, +.rainbow-braces .token.punctuation.brace-level-6, +.rainbow-braces .token.punctuation.brace-level-10 { + color: #af00af; +} + +.rainbow-braces .token.punctuation.brace-level-3, +.rainbow-braces .token.punctuation.brace-level-7, +.rainbow-braces .token.punctuation.brace-level-11 { + color: #005a8e; +} + +.rainbow-braces .token.punctuation.brace-level-4, +.rainbow-braces .token.punctuation.brace-level-8, +.rainbow-braces .token.punctuation.brace-level-12 { + color: #7c00aa; +} + +/* overrides color-values for the Diff Highlight plugin + * https://prismjs.com/plugins/diff-highlight/ + */ +pre.diff-highlight > code .token.deleted:not(.prefix), +pre > code.diff-highlight .token.deleted:not(.prefix) { + background-color: #c22f2e1f; +} + +pre.diff-highlight > code .token.inserted:not(.prefix), +pre > code.diff-highlight .token.inserted:not(.prefix) { + background-color: #116b001f; +} + +/* overrides color-values for the Command Line plugin + * https://prismjs.com/plugins/command-line/ + */ +.command-line-prompt { + border-right: 1px solid #8da1b97a; +} + +.command-line-prompt > span:before { + color: #3c526dda; +} diff --git a/ui/packages/consul-ui/app/styles/prism-coldark-dark.scss b/ui/packages/consul-ui/app/styles/prism-coldark-dark.scss new file mode 100644 index 0000000000..d766d65eee --- /dev/null +++ b/ui/packages/consul-ui/app/styles/prism-coldark-dark.scss @@ -0,0 +1,317 @@ +/** + * Coldark Theme for Prism.js + * Theme variation: Dark + * Tested with HTML, CSS, JS, JSON, PHP, YAML, Bash script + * @author Armand Philippot + * @homepage https://github.com/ArmandPhilippot/coldark-prism + * @license MIT + */ +code[class*='language-'], +pre[class*='language-'] { + color: #e3eaf2; + background: none; + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + word-wrap: normal; + line-height: 1.5; + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*='language-']::-moz-selection, +pre[class*='language-'] ::-moz-selection, +code[class*='language-']::-moz-selection, +code[class*='language-'] ::-moz-selection { + background: #3c526d; +} + +pre[class*='language-']::selection, +pre[class*='language-'] ::selection, +code[class*='language-']::selection, +code[class*='language-'] ::selection { + background: #3c526d; +} + +/* Code blocks */ +pre[class*='language-'] { + padding: 1em; + margin: 0.5em 0; + overflow: auto; +} + +:not(pre) > code[class*='language-'], +pre[class*='language-'] { + background: #111b27; +} + +/* Inline code */ +:not(pre) > code[class*='language-'] { + padding: 0.1em 0.3em; + border-radius: 0.3em; + white-space: normal; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: #8da1b9; +} + +.token.punctuation { + color: #e3eaf2; +} + +.token.delimiter.important, +.token.selector .parent, +.token.tag, +.token.tag .token.punctuation { + color: #66cccc; +} + +.token.attr-name, +.token.boolean, +.token.boolean.important, +.token.number, +.token.constant, +.token.selector .token.attribute { + color: #e6d37a; +} + +.token.class-name, +.token.key, +.token.parameter, +.token.property, +.token.property-access, +.token.variable { + color: #6cb8e6; +} + +.token.attr-value, +.token.inserted, +.token.color, +.token.selector .token.value, +.token.string, +.token.string .token.url-link { + color: #91d076; +} + +.token.builtin, +.token.keyword-array, +.token.package, +.token.regex { + color: #f4adf4; +} + +.token.function, +.token.selector .token.class, +.token.selector .token.id { + color: #c699e3; +} + +.token.atrule .token.rule, +.token.combinator, +.token.keyword, +.token.operator, +.token.pseudo-class, +.token.pseudo-element, +.token.selector, +.token.unit { + color: #e9ae7e; +} + +.token.deleted, +.token.important { + color: #cd6660; +} + +.token.keyword-this, +.token.this { + color: #6cb8e6; +} + +.token.important, +.token.keyword-this, +.token.this, +.token.bold { + font-weight: bold; +} + +.token.delimiter.important { + font-weight: inherit; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} + +.language-markdown .token.title, +.language-markdown .token.title .token.punctuation { + color: #6cb8e6; + font-weight: bold; +} + +.language-markdown .token.blockquote.punctuation { + color: #f4adf4; +} + +.language-markdown .token.code { + color: #66cccc; +} + +.language-markdown .token.hr.punctuation { + color: #6cb8e6; +} + +.language-markdown .token.url .token.content { + color: #91d076; +} + +.language-markdown .token.url-link { + color: #e6d37a; +} + +.language-markdown .token.list.punctuation { + color: #f4adf4; +} + +.language-markdown .token.table-header { + color: #e3eaf2; +} + +.language-json .token.operator { + color: #e3eaf2; +} + +.language-scss .token.variable { + color: #66cccc; +} + +/* overrides color-values for the Show Invisibles plugin + * https://prismjs.com/plugins/show-invisibles/ + */ +.token.tab:not(:empty):before, +.token.cr:before, +.token.lf:before, +.token.space:before { + color: #8da1b9; +} + +/* overrides color-values for the Toolbar plugin + * https://prismjs.com/plugins/toolbar/ + */ +div.code-toolbar > .toolbar a, +div.code-toolbar > .toolbar button { + color: #111b27; + background: #6cb8e6; +} + +div.code-toolbar > .toolbar a:hover, +div.code-toolbar > .toolbar a:focus, +div.code-toolbar > .toolbar button:hover, +div.code-toolbar > .toolbar button:focus { + color: #111b27; + background: #6cb8e6da; + text-decoration: none; +} + +div.code-toolbar > .toolbar span, +div.code-toolbar > .toolbar span:hover, +div.code-toolbar > .toolbar span:focus { + color: #111b27; + background: #8da1b9; +} + +/* overrides color-values for the Line Highlight plugin + * http://prismjs.com/plugins/line-highlight/ + */ +.line-highlight { + background: #3c526d5f; + background: linear-gradient(to right, #3c526d5f 70%, #3c526d55); +} + +.line-highlight:before, +.line-highlight[data-end]:after { + background-color: #8da1b9; + color: #111b27; + box-shadow: 0 1px #3c526d; +} + +pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before { + background-color: #8da1b918; +} + +/* overrides color-values for the Line Numbers plugin + * http://prismjs.com/plugins/line-numbers/ + */ +.line-numbers .line-numbers-rows { + border-right: 1px solid #0b121b; + background: #0b121b7a; +} + +.line-numbers-rows > span:before { + color: #8da1b9da; +} + +/* overrides color-values for the Match Braces plugin + * https://prismjs.com/plugins/match-braces/ + */ +.rainbow-braces .token.punctuation.brace-level-1, +.rainbow-braces .token.punctuation.brace-level-5, +.rainbow-braces .token.punctuation.brace-level-9 { + color: #e6d37a; +} + +.rainbow-braces .token.punctuation.brace-level-2, +.rainbow-braces .token.punctuation.brace-level-6, +.rainbow-braces .token.punctuation.brace-level-10 { + color: #f4adf4; +} + +.rainbow-braces .token.punctuation.brace-level-3, +.rainbow-braces .token.punctuation.brace-level-7, +.rainbow-braces .token.punctuation.brace-level-11 { + color: #6cb8e6; +} + +.rainbow-braces .token.punctuation.brace-level-4, +.rainbow-braces .token.punctuation.brace-level-8, +.rainbow-braces .token.punctuation.brace-level-12 { + color: #c699e3; +} + +/* overrides color-values for the Diff Highlight plugin + * https://prismjs.com/plugins/diff-highlight/ + */ +pre.diff-highlight > code .token.deleted:not(.prefix), +pre > code.diff-highlight .token.deleted:not(.prefix) { + background-color: #cd66601f; +} + +pre.diff-highlight > code .token.inserted:not(.prefix), +pre > code.diff-highlight .token.inserted:not(.prefix) { + background-color: #91d0761f; +} + +/* overrides color-values for the Command Line plugin + * https://prismjs.com/plugins/command-line/ + */ +.command-line-prompt { + border-right: 1px solid #0b121b; +} + +.command-line-prompt > span:before { + color: #8da1b9da; +} diff --git a/ui/packages/consul-ui/app/styles/themes.scss b/ui/packages/consul-ui/app/styles/themes.scss index 62cf0bb670..cfb289768e 100644 --- a/ui/packages/consul-ui/app/styles/themes.scss +++ b/ui/packages/consul-ui/app/styles/themes.scss @@ -6,9 +6,6 @@ %main-nav-horizontal { @extend %theme-dark; } -%main-nav-horizontal .menu-panel { - @extend %theme-light; -} %main-nav-vertical .nspaces .menu-panel > div { @extend %theme-light; } diff --git a/ui/packages/consul-ui/app/styles/typography.scss b/ui/packages/consul-ui/app/styles/typography.scss index 0577d9f2f6..d495ded5e0 100644 --- a/ui/packages/consul-ui/app/styles/typography.scss +++ b/ui/packages/consul-ui/app/styles/typography.scss @@ -31,7 +31,6 @@ pre code, %tab-section p { @extend %p1; } -%menu-panel dl, %empty-state-anchor, .type-dialog, %table td p, @@ -40,7 +39,6 @@ pre code, %form-element-label, %stats-card header a span, %footer, -%menu-panel-header, %app-view h1 span.kind-proxy { @extend %p2; } @@ -49,7 +47,6 @@ pre code, %button, %main-content p, %form-element-note, -%menu-panel-separator, %form-element-error > strong { @extend %p3; } @@ -67,15 +64,11 @@ pre code, %button { font-weight: $typo-weight-semibold; } -%menu-panel dt, %route-card section dt, %route-card header:not(.short) dd, %splitter-card > header { font-weight: $typo-weight-bold; } -%menu-panel-separator { - font-weight: $typo-weight-medium; -} /**/ /* resets */ diff --git a/ui/packages/consul-ui/app/styles/variables/custom-query.scss b/ui/packages/consul-ui/app/styles/variables/custom-query.scss index c93bfb414a..4b228471d3 100644 --- a/ui/packages/consul-ui/app/styles/variables/custom-query.scss +++ b/ui/packages/consul-ui/app/styles/variables/custom-query.scss @@ -15,12 +15,6 @@ $--lt-horizontal-tabs: '(max-width: 614px)'; $--min-padding: '(max-width: 600px)'; $--max-padding: '(min-width: 1260px)'; -$--tall-footer: '(min-height: 668px)'; -$--lt-tall-footer: '(max-height: 667px)'; - -$--wide-footer: '(min-width: 421px)'; -$--lt-wide-footer: '(max-width: 420px)'; - $--spacious-page-header: '(min-width: 850px)'; $--lt-spacious-page-header: '(max-width: 849px)'; diff --git a/ui/packages/consul-ui/app/templates/application.hbs b/ui/packages/consul-ui/app/templates/application.hbs index 8688ab200e..d4cfd80a1a 100644 --- a/ui/packages/consul-ui/app/templates/application.hbs +++ b/ui/packages/consul-ui/app/templates/application.hbs @@ -1,4 +1,6 @@ - + {{page-title 'Consul' separator=' - '}} {{#if (env 'CONSUL_ACLS_ENABLED')}} @@ -35,3 +37,4 @@ as |source|> {{/if}} + diff --git a/ui/packages/consul-ui/app/templates/dc.hbs b/ui/packages/consul-ui/app/templates/dc.hbs index d20d940ecb..a02351727a 100644 --- a/ui/packages/consul-ui/app/templates/dc.hbs +++ b/ui/packages/consul-ui/app/templates/dc.hbs @@ -1,5 +1,10 @@ - - {{outlet}} - +as |route|> + + {{outlet}} + + diff --git a/ui/packages/consul-ui/app/templates/dc/acls/-form.hbs b/ui/packages/consul-ui/app/templates/dc/acls/-form.hbs index df995189ea..1a2e01ca8a 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/-form.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/-form.hbs @@ -1,5 +1,7 @@ -
      +
      -{{#if create }} +{{#if (and create (can "create acls")) }} {{! we only need to check for an empty name here as ember munges autofocus, once we have autofocus back revisit this}} - {{else}} + +{{else}} + {{#if (can "write acl" item=item)}} + + {{/if}} {{/if}} -{{# if (and (not create) (not-eq item.ID 'anonymous')) }} +{{# if (and (not create) (can "delete acl" item=item) ) }} diff --git a/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show.hbs b/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show.hbs new file mode 100644 index 0000000000..489d36409a --- /dev/null +++ b/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show.hbs @@ -0,0 +1,44 @@ +{{#if isAuthorized }} + {{page-title item.Name}} +{{else}} + {{page-title 'Access Controls'}} +{{/if}} + + +
        +
      1. All Auth Methods
      2. +
      + + +

      + {{#if isAuthorized }} + {{item.Name}} + {{else}} + Access Controls + {{/if}} +

      + +
      + + + + + + {{outlet}} + + + \ No newline at end of file diff --git a/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/auth-method.hbs b/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/auth-method.hbs new file mode 100644 index 0000000000..a4e973def8 --- /dev/null +++ b/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/auth-method.hbs @@ -0,0 +1,4 @@ + +
      + +
      diff --git a/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/binding-rules.hbs b/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/binding-rules.hbs new file mode 100644 index 0000000000..84cc12520e --- /dev/null +++ b/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/binding-rules.hbs @@ -0,0 +1,28 @@ + +
      +{{#if (gt bindingRules.length 0)}} +

      Binding rules allow an operator to express a systematic way of automatically linking roles and service identities to newly created tokens without operator intervention. +

      +

      Successful authentication with an auth method returns a set of trusted identity attributes corresponding to the authenticated identity. Those attributes are matched against all configured binding rules for that auth method to determine what privileges to grant the Consul ACL token it will ultimately create. +

      +
      + {{#each bindingRules as |item|}} + +
      + {{/each}} +{{else}} + + +

      No binding rules

      +
      + +

      Binding rules allow an operator to express a systematic way of automatically linking roles and service identities to newly created tokens without operator intervention.

      +
      + + + +
      +{{/if}} +
      diff --git a/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/nspace-rules.hbs b/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/nspace-rules.hbs new file mode 100644 index 0000000000..9a58a6527f --- /dev/null +++ b/ui/packages/consul-ui/app/templates/dc/acls/auth-methods/show/nspace-rules.hbs @@ -0,0 +1,21 @@ + +
      +{{#if true}} +

      A set of rules that can control which namespace tokens created via this auth method will be created within. Unlike binding rules, the first matching namespace rule wins.

      + +{{else}} + + +

      No namespace rules

      +
      + +

      A set of rules that can control which namespace tokens created via this auth method will be created within. Unlike binding rules, the first matching namespace rule wins.

      +
      + + + +
      +{{/if}} +
      diff --git a/ui/packages/consul-ui/app/templates/dc/acls/edit.hbs b/ui/packages/consul-ui/app/templates/dc/acls/edit.hbs index b10cd72859..da650481fc 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/edit.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/edit.hbs @@ -25,6 +25,7 @@ Copy token ID + {{#if (can "duplicate acl" item=item)}} @@ -38,6 +39,7 @@ + {{/if}} {{/if}} diff --git a/ui/packages/consul-ui/app/templates/dc/acls/index.hbs b/ui/packages/consul-ui/app/templates/dc/acls/index.hbs index 7bf7b3da5e..1546309fa0 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/index.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/index.hbs @@ -32,7 +32,9 @@ as |sort filters items|}} +{{#if (can "create acls")}} Create +{{/if}} {{#if (gt items.length 0) }} diff --git a/ui/packages/consul-ui/app/templates/dc/acls/policies/-form.hbs b/ui/packages/consul-ui/app/templates/dc/acls/policies/-form.hbs index e3ec9be954..21a2f790c2 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/policies/-form.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/policies/-form.hbs @@ -7,14 +7,16 @@ {{/if}}
      -{{#if create }} +{{#if (and create (can "create tokens")) }} {{! we only need to check for an empty name here as ember munges autofocus, once we have autofocus back revisit this}} {{ else }} + {{#if (can "write policy" item=item)}} + {{/if}} {{/if}} -{{# if (not create) }} +{{# if (and (not create) (can "delete policy" item=item) ) }} diff --git a/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs b/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs index d16ba51679..96418a7ec5 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/policies/edit.hbs @@ -30,10 +30,10 @@ {{#if create }} New Policy {{else}} - {{#if (eq (policy/typeof item) 'policy-management')}} - View Policy - {{else}} + {{#if (can "write policy" item=item)}} Edit Policy + {{else}} + View Policy {{/if}} {{/if}} {{else}} diff --git a/ui/packages/consul-ui/app/templates/dc/acls/roles/-form.hbs b/ui/packages/consul-ui/app/templates/dc/acls/roles/-form.hbs index 092fcda217..886153552f 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/roles/-form.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/roles/-form.hbs @@ -8,14 +8,16 @@ {{/if}}
      -{{#if create }} +{{#if (and create (can "create roles")) }} {{! we only need to check for an empty name here as ember munges autofocus, once we have autofocus back revisit this}} {{ else }} + {{#if (can "write role" item=item)}} + {{/if}} {{/if}} -{{# if (not create) }} +{{# if (and (not create) (can "delete role" item=item) ) }} diff --git a/ui/packages/consul-ui/app/templates/dc/acls/tokens/-fieldsets-legacy.hbs b/ui/packages/consul-ui/app/templates/dc/acls/tokens/-fieldsets-legacy.hbs index a96aac9cdb..3dfebadfae 100644 --- a/ui/packages/consul-ui/app/templates/dc/acls/tokens/-fieldsets-legacy.hbs +++ b/ui/packages/consul-ui/app/templates/dc/acls/tokens/-fieldsets-legacy.hbs @@ -1,4 +1,6 @@ -
      +